From 2f36e3090be34c00b32fd91c3d8b552ad9a4f882 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 15 Sep 2021 15:51:21 -0700 Subject: [PATCH 001/196] Added files for chilled beam sequences --- .../SecondaryPumps/Controller.mo | 561 ++++++++++++++++++ .../Subsequences/ChangeStatus.mo | 211 +++++++ .../Subsequences/EnableLag_pumpSpeed.mo | 267 +++++++++ .../SecondaryPumps/Subsequences/EnableLead.mo | 130 ++++ .../Subsequences/Speed_remoteDp.mo | 237 ++++++++ .../Subsequences/Validation/ChangeStatus.mo | 145 +++++ .../Validation/EnableLag_pumpSpeed.mo | 70 +++ .../Subsequences/Validation/EnableLead.mo | 55 ++ .../Subsequences/Validation/Speed_remoteDp.mo | 81 +++ .../Subsequences/Validation/package.mo | 39 ++ .../Subsequences/Validation/package.order | 4 + .../SecondaryPumps/Subsequences/package.mo | 46 ++ .../SecondaryPumps/Subsequences/package.order | 5 + .../SecondaryPumps/Validation/Controller.mo | 100 ++++ .../SecondaryPumps/Validation/package.mo | 38 ++ .../SecondaryPumps/Validation/package.order | 1 + .../SecondaryPumps/package.mo | 31 + .../SecondaryPumps/package.order | 3 + .../SetPoints/BypassValvePosition.mo | 220 +++++++ ...ChilledWaterStaticPressureSetpointReset.mo | 292 +++++++++ .../SetPoints/ChilledWaterSupplyReset.mo | 308 ++++++++++ .../SetPoints/OperatingMode.mo | 239 ++++++++ .../Validation/BypassValvePosition.mo | 75 +++ ...ChilledWaterStaticPressureSetpointReset.mo | 63 ++ .../Validation/ChilledWaterSupplyReset.mo | 102 ++++ .../SetPoints/Validation/OperatingMode.mo | 49 ++ .../SetPoints/Validation/ZoneRegulation.mo | 100 ++++ .../SetPoints/Validation/ZoneTemperature.mo | 62 ++ .../SetPoints/Validation/package.mo | 38 ++ .../SetPoints/Validation/package.order | 6 + .../SetPoints/ZoneRegulation.mo | 479 +++++++++++++++ .../SetPoints/ZoneTemperature.mo | 156 +++++ .../ChilledBeamSystem/SetPoints/package.mo | 18 + .../ChilledBeamSystem/SetPoints/package.order | 7 + .../System/SystemController.mo | 422 +++++++++++++ .../System/Validation/SystemController.mo | 74 +++ .../System/Validation/package.mo | 37 ++ .../System/Validation/package.order | 1 + .../ChilledBeamSystem/System/package.mo | 3 + .../ChilledBeamSystem/System/package.order | 2 + .../Terminal/TerminalController.mo | 406 +++++++++++++ .../Terminal/Validation/TerminalController.mo | 98 +++ .../Terminal/Validation/package.mo | 37 ++ .../Terminal/Validation/package.order | 1 + .../ChilledBeamSystem/Terminal/package.mo | 3 + .../ChilledBeamSystem/Terminal/package.order | 2 + .../Types/OperationModeTypes/package.mo | 41 ++ .../Types/OperationModeTypes/package.order | 3 + .../ChilledBeamSystem/Types/package.mo | 34 ++ .../ChilledBeamSystem/Types/package.order | 1 + .../ChilledBeamSystem/package.mo | 3 + .../ChilledBeamSystem/package.order | 6 + 52 files changed, 5412 insertions(+) create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo new file mode 100644 index 00000000000..6bd0893d050 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo @@ -0,0 +1,561 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps; +block Controller + "Controller for chilled water pumps in chilled beam systems" + + parameter Integer nPum = 2 + "Total number of chilled water pumps" + annotation (Dialog(group="System parameters")); + + parameter Integer nVal = 3 + "Total number of chilled water control valves on chilled beams" + annotation (Dialog(group="System parameters")); + + parameter Integer nSen=2 + "Total number of remote differential pressure sensors" + annotation (Dialog(group="System parameters")); + + parameter Real minPumSpe( + final unit="1", + displayUnit="1", + final min=0, + final max=maxPumSpe) = 0.1 + "Minimum pump speed" + annotation (Dialog(group="Pump parameters")); + + parameter Real maxPumSpe( + final unit="1", + displayUnit="1", + final min=minPumSpe, + final max=1) = 1 + "Maximum pump speed" + annotation (Dialog(group="Pump parameters")); + + parameter Real valPosClo( + final unit="1", + displayUnit="1")=0.05 + "Valve position at which it is deemed to be closed" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valPosOpe( + final unit="1", + displayUnit="1")=0.1 + "Valve position at which it is deemed to be open" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valOpeThr( + final unit="s", + displayUnit="s", + final quantity="time")=30 + "Minimum threshold time for which a valve has to be open to enable lead pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valCloThr( + final unit="s", + displayUnit="s", + final quantity="time")=60 + "Minimum threshold time for which all valves have to be closed to disable lead pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real speLim( + final unit="1", + displayUnit="1") = 0.75 + "Speed limit with longer enable delay for enabling next lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real speLim1( + final unit="1", + displayUnit="1") = 0.9 + "Speed limit with shorter enable delay for enabling next lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real speLim2( + final unit="1", + displayUnit="1") = 0.25 + "Speed limit for disabling last lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer1( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for enabling next lag pump at speed limit speLim" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer2( + final unit="s", + displayUnit="s", + final quantity="time") = 60 + "Delay time period for enabling next lag pump at speed limit speLim1" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer3( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for disabling last lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real k( + final unit="1", + displayUnit="1", + final min=0) = 1 + "Gain of controller" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real Ti( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.5 + "Time constant of integrator block" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real Td( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.1 + "Time constant of derivative block" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real sigDif( + final unit="1", + displayUnit="1")=0.01 + "Constant value used in hysteresis for checking pump speed" + annotation (Dialog(tab="Advanced")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] + "Pumps operating status" + annotation (Placement(transformation(extent={{-320,110},{-280,150}}), + iconTransformation(extent={{-140,20},{-100,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal] + "Chilled water control valve position on chilled beams" + annotation (Placement(transformation(extent={{-320,60},{-280,100}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uPumLeaLag[nPum] + "Chilled water pump lead-lag order" + annotation (Placement(transformation(extent={{-320,150},{-280,190}}), + iconTransformation(extent={{-140,60},{-100,100}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWat_remote[nSen]( + final unit=fill("Pa", nSen), + final quantity=fill("PressureDifference", nSen), + displayUnit=fill("Pa", nSen)) + "Chilled water differential static pressure from remote sensor" + annotation (Placement(transformation(extent={{-320,-180},{-280,-140}}), + iconTransformation(extent={{-140,-60},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatSet( + final unit="Pa", + final quantity="PressureDifference", + displayUnit="Pa") + "Chilled water differential static pressure setpoint" + annotation (Placement(transformation(extent={{-320,-210},{-280,-170}}), + iconTransformation(extent={{-140,-100},{-100,-60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiWatPum[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{280,-20},{320,20}}), + iconTransformation(extent={{100,0},{140,40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yPumSpe( + final min=0, + final max=1, + final unit="1", + displayUnit="1") + "Chilled water pump speed" + annotation (Placement(transformation(extent={{280,-210},{320,-170}}), + iconTransformation(extent={{100,-40},{140,0}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLag_pumpSpeed + enaLagSecPum( + final speLim=speLim, + final speLim1=speLim1, + final speLim2=speLim2, + final timPer=timPer1, + final timPer1=timPer2, + final timPer2=timPer3, + sigDif=sigDif) + "Enable and disable lag pumps using pump speed" + annotation (Placement(transformation(extent={{-120,28},{-100,48}}))); + +protected + parameter Integer pumInd[nPum]={i for i in 1:nPum} + "Pump index, {1,2,...,n}"; + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi[nPum] + "Logical switch" + annotation (Placement(transformation(extent={{180,-10},{200,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Constant con[nPum]( + final k=fill(false, nPum)) + "Boolean source" + annotation (Placement(transformation(extent={{122,-40},{142,-20}}))); + + Buildings.Controls.OBC.CDL.Routing.BooleanReplicator booRep( + final nout=nPum) + "Boolean replicator" + annotation (Placement(transformation(extent={{118,86},{138,106}}))); + + Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel( + final samplePeriod=1) + "Unit delay for pump speed" + annotation (Placement(transformation(extent={{-200,28},{-180,48}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLead + enaLeaPum( + nVal=nVal, + valPosClo=valPosClo, + valPosOpe=valPosOpe, + valOpeThr=valOpeThr, + valCloThr=valCloThr) + "Enable lead pump" + annotation (Placement(transformation(extent={{-200,70},{-180,90}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp + pumSpeRemDp( + final nSen=nSen, + final nPum=nPum, + final minPumSpe=minPumSpe, + final maxPumSpe=maxPumSpe, + final k=k, + final Ti=Ti, + final Td=Td) + "Chilled water pump speed control with remote DP sensor" + annotation (Placement(transformation(extent={{-20,-200},{0,-180}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=1) + "Constant one" + annotation (Placement(transformation(extent={{-252,134},{-232,154}}))); + + Buildings.Controls.OBC.CDL.Conversions.IntegerToReal intToRea[nPum] + "Convert integer to real number" + annotation (Placement(transformation(extent={{-200,160},{-180,180}}))); + + Buildings.Controls.OBC.CDL.Routing.RealExtractor leaPum( + final nin=nPum) + "Lead pump index" + annotation (Placement(transformation(extent={{-60,160},{-40,180}}))); + + Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt + "Convert real input to integer output" + annotation (Placement(transformation(extent={{-20,160},{0,180}}))); + + Buildings.Controls.OBC.CDL.Routing.RealExtractor nexLagPum( + final allowOutOfRange=true, + final nin=nPum, + final outOfRangeValue=0) + "Next lag pump" + annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); + + Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt1 + "Convert real input to integer output" + annotation (Placement(transformation(extent={{-8,-60},{12,-40}}))); + + Buildings.Controls.OBC.CDL.Routing.RealExtractor lasLagPum( + final allowOutOfRange=true, + final nin=nPum, + final outOfRangeValue=0) + "Last lag pump" + annotation (Placement(transformation(extent={{-80,-110},{-60,-90}}))); + + Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt2 + "Convert real input to integer output" + annotation (Placement(transformation(extent={{-8,-110},{12,-90}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt[nPum] + "Convert boolean to integer" + annotation (Placement(transformation(extent={{-250,-130},{-230,-110}}))); + + Buildings.Controls.OBC.CDL.Integers.MultiSum mulSumInt( + final nin=nPum) + "Sum of integer inputs" + annotation (Placement(transformation(extent={{-200,-130},{-180,-110}}))); + + Buildings.Controls.OBC.CDL.Integers.Add addInt + "Integer add" + annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus + chaPumSta1( + final nPum=nPum) + "Change lead pump status" + annotation (Placement(transformation(extent={{58,68},{80,88}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus + chaPumSta4( + final nPum=nPum) + "Change lag pump status" + annotation (Placement(transformation(extent={{122,-10},{144,10}}))); + + Buildings.Controls.OBC.CDL.Integers.LessEqualThreshold intLesEquThr( + final t=1) + "Prevent status changer from disabling lead pump" + annotation (Placement(transformation(extent={{-118,-36},{-98,-16}}))); + + Buildings.Controls.OBC.CDL.Integers.GreaterEqualThreshold intGreEquThr( + final t=1) + "Prevent status changer from enabling lead pump" + annotation (Placement(transformation(extent={{-120,-2},{-100,18}}))); + + Buildings.Controls.OBC.CDL.Logical.And and1 + "Logical And" + annotation (Placement(transformation(extent={{-30,32},{-10,52}}))); + + Buildings.Controls.OBC.CDL.Logical.Or or3 + "Logical Or" + annotation (Placement(transformation(extent={{-20,-8},{0,12}}))); + +equation + connect(uPumLeaLag, intToRea.u) + annotation (Line(points={{-300,170},{-202,170}}, color={255,127,0})); + + connect(intToRea.y, leaPum.u) + annotation (Line(points={{-178,170},{-62,170}}, color={0,0,127})); + + connect(conInt.y, leaPum.index) + annotation (Line(points={{-230,144},{-50,144},{-50,158}}, color={255,127,0})); + + connect(leaPum.y, reaToInt.u) + annotation (Line(points={{-38,170},{-22,170}},color={0,0,127})); + + connect(intToRea.y, nexLagPum.u) + annotation (Line(points={{-178,170},{-160,170},{-160,-50},{-82,-50}}, + color={0,0,127})); + + connect(intToRea.y, lasLagPum.u) + annotation (Line(points={{-178,170},{-160,170},{-160,-100},{-82,-100}}, + color={0,0,127})); + + connect(uChiWatPum, booToInt.u) + annotation (Line(points={{-300,130},{-260,130},{-260,-120},{-252,-120}}, + color={255,0,255})); + + connect(booToInt.y, mulSumInt.u) + annotation (Line(points={{-228,-120},{-202,-120}}, color={255,127,0})); + + connect(addInt.y, nexLagPum.index) + annotation (Line(points={{-98,-70},{-70,-70},{-70,-62}}, color={255,127,0})); + + connect(mulSumInt.y, addInt.u2) + annotation (Line(points={{-178,-120},{-128,-120},{-128,-76},{-122,-76}}, + color={255,127,0})); + + connect(conInt.y, addInt.u1) + annotation (Line(points={{-230,144},{-140,144},{-140,-64},{-122,-64}}, + color={255,127,0})); + + connect(mulSumInt.y, lasLagPum.index) + annotation (Line(points={{-178,-120},{-70,-120},{-70,-112}}, color={255,127,0})); + + connect(reaToInt.y, chaPumSta1.uNexLagPum) annotation (Line(points={{2,170},{46, + 170},{46,74},{56,74}}, color={255,127,0})); + + connect(reaToInt.y, chaPumSta1.uLasLagPum) annotation (Line(points={{2,170},{46, + 170},{46,70},{56,70}}, color={255,127,0})); + + connect(enaLeaPum.yLea, chaPumSta1.uNexLagPumSta) annotation (Line(points={{-178, + 80},{-62,80},{-62,86},{56,86}}, color={255,0,255})); + + connect(enaLeaPum.yLea, chaPumSta1.uLasLagPumSta) annotation (Line(points={{-178, + 80},{36,80},{36,83},{56,83}}, color={255,0,255})); + + connect(uniDel.y, enaLagSecPum.uPumSpe) + annotation (Line(points={{-178,38},{-122,38}}, color={0,0,127})); + + connect(reaToInt1.y, chaPumSta4.uNexLagPum) annotation (Line(points={{14,-50}, + {32,-50},{32,-4},{120,-4}},color={255,127,0})); + + connect(reaToInt2.y, chaPumSta4.uLasLagPum) annotation (Line(points={{14,-100}, + {38,-100},{38,-8},{120,-8}},color={255,127,0})); + + connect(nexLagPum.y, reaToInt1.u) + annotation (Line(points={{-58,-50},{-10,-50}}, color={0,0,127})); + + connect(lasLagPum.y, reaToInt2.u) + annotation (Line(points={{-58,-100},{-10,-100}}, color={0,0,127})); + + connect(mulSumInt.y, intLesEquThr.u) annotation (Line(points={{-178,-120},{-166, + -120},{-166,-26},{-120,-26}}, color={255,127,0})); + + connect(mulSumInt.y, intGreEquThr.u) annotation (Line(points={{-178,-120},{-166, + -120},{-166,8},{-122,8}}, color={255,127,0})); + + connect(enaLagSecPum.yUp, and1.u1) + annotation (Line(points={{-98,42},{-32,42}}, color={255,0,255})); + + connect(intGreEquThr.y, and1.u2) annotation (Line(points={{-98,8},{-40,8},{-40, + 34},{-32,34}}, color={255,0,255})); + + connect(intLesEquThr.y, or3.u2) annotation (Line(points={{-96,-26},{-28,-26},{ + -28,-6},{-22,-6}}, color={255,0,255})); + + connect(enaLagSecPum.yDown, or3.u1) annotation (Line(points={{-98,34},{-48,34}, + {-48,2},{-22,2}}, color={255,0,255})); + + connect(and1.y, chaPumSta4.uNexLagPumSta) annotation (Line(points={{-8,42},{28, + 42},{28,8},{120,8}}, color={255,0,255})); + + connect(or3.y, chaPumSta4.uLasLagPumSta) annotation (Line(points={{2,2},{20,2}, + {20,5},{120,5}}, color={255,0,255})); + + connect(uValPos, enaLeaPum.uValPos) + annotation (Line(points={{-300,80},{-202,80}}, color={0,0,127})); + + connect(uChiWatPum, chaPumSta1.uChiWatPum) annotation (Line(points={{-300,130}, + {-260,130},{-260,100},{42,100},{42,78},{56,78}}, color={255,0,255})); + + connect(chaPumSta1.yChiWatPum, chaPumSta4.uChiWatPum) annotation (Line(points= + {{80,78},{100,78},{100,0},{120,0}}, color={255,0,255})); + + connect(uChiWatPum, pumSpeRemDp.uChiWatPum) annotation (Line(points={{-300,130}, + {-260,130},{-260,-182},{-22,-182}}, color={255,0,255})); + + connect(dpChiWat_remote, pumSpeRemDp.dpChiWat) annotation (Line(points={{-300, + -160},{-40,-160},{-40,-190},{-22,-190}}, color={0,0,127})); + + connect(dpChiWatSet, pumSpeRemDp.dpChiWatSet) annotation (Line(points={{-300,-190}, + {-62,-190},{-62,-198},{-22,-198}}, color={0,0,127})); + + connect(pumSpeRemDp.yChiWatPumSpe, yPumSpe) annotation (Line(points={{2,-190}, + {150,-190},{150,-190},{300,-190}}, color={0,0,127})); + + connect(pumSpeRemDp.yChiWatPumSpe, uniDel.u) annotation (Line(points={{2,-190}, + {40,-190},{40,-220},{-220,-220},{-220,38},{-202,38}}, color={0,0,127})); + + connect(logSwi.y, yChiWatPum) + annotation (Line(points={{202,0},{300,0}}, color={255,0,255})); + + connect(con.y, logSwi.u3) annotation (Line(points={{144,-30},{162,-30},{162,-8}, + {178,-8}}, color={255,0,255})); + + connect(chaPumSta4.yChiWatPum, logSwi.u1) annotation (Line(points={{144,0},{162, + 0},{162,8},{178,8}}, color={255,0,255})); + + connect(booRep.y, logSwi.u2) annotation (Line(points={{140,96},{170,96},{170,0}, + {178,0}}, color={255,0,255})); + + connect(enaLeaPum.yLea, booRep.u) annotation (Line(points={{-178,80},{-62,80}, + {-62,96},{116,96}}, color={255,0,255})); + +annotation (defaultComponentName="secPumCon", + Diagram(coordinateSystem(preserveAspectRatio=false, + extent={{-280,-240},{280,200}}), + graphics={ + Rectangle( + extent={{-274,198},{274,60}}, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + pattern=LinePattern.None), + Text( + extent={{206,200},{270,184}}, + pattern=LinePattern.None, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + lineColor={0,0,127}, + horizontalAlignment=TextAlignment.Right, + textString="Enable lead pump"), + Rectangle( + extent={{-276,56},{274,-136}}, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + pattern=LinePattern.None), + Text( + extent={{192,52},{270,36}}, + pattern=LinePattern.None, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + lineColor={0,0,127}, + horizontalAlignment=TextAlignment.Right, + textString="Enable next lag pump"), + Text( + extent={{188,-126},{266,-136}}, + pattern=LinePattern.None, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + lineColor={0,0,127}, + horizontalAlignment=TextAlignment.Right, + textString="Disable last lag pump"), + Rectangle( + extent={{-276,-142},{276,-236}}, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + pattern=LinePattern.None), + Text( + extent={{222,-144},{268,-156}}, + pattern=LinePattern.None, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + lineColor={0,0,127}, + horizontalAlignment=TextAlignment.Right, + textString="Pump speed")}), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,0}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-100,140},{100,100}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-80,60},{82,-60}}, + lineColor={28,108,200}, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + borderPattern=BorderPattern.Raised), + Polygon( + points={{-80,60},{-14,4},{-80,-60},{-80,60}}, + lineColor={175,175,175}, + fillColor={175,175,175}, + fillPattern=FillPattern.Solid)}), + Documentation(info=" +

+Pump control sequences for chilled beam systems. It consists of: +

+ +", +revisions=" + +")); +end Controller; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo new file mode 100644 index 00000000000..0df2f247368 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo @@ -0,0 +1,211 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +block ChangeStatus + "Sequence to change pump status" + + parameter Integer nPum = 2 + "Total number of pumps"; + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uNexLagPumSta + "Status of next lag pump" + annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uLasLagPumSta + "Status of last lag pump" + annotation (Placement(transformation(extent={{-140,30},{-100,70}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uNexLagPum + "Index of next lag pump" + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uLasLagPum + "Index of last lag pump" + annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiWatPum[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{100,-20},{140,20}}))); + +protected + parameter Integer pumInd[nPum]={i for i in 1:nPum} + "Pump index, {1,2,...,n}"; + + Buildings.Controls.OBC.CDL.Routing.BooleanReplicator booRep1( + final nout=nPum) + "Replicate boolean input" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + + Buildings.Controls.OBC.CDL.Routing.BooleanReplicator booRep2( + final nout=nPum) + "Replicate boolean input" + annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal intEqu2[nPum] + "Check next lag pump" + annotation (Placement(transformation(extent={{-60,-50},{-40,-30}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal intEqu3[nPum] + "Check last lag pump" + annotation (Placement(transformation(extent={{-60,-90},{-40,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch nexLagPumSta[nPum] + "Next lag pump status" + annotation (Placement(transformation(extent={{-20,-50},{0,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch lasLagPumSta[nPum] + "Last lag pump status" + annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.Or enaPum[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{10,-50},{30,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.And pumSta[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{20,-90},{40,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch remPum[nPum] + "Remove pump" + annotation (Placement(transformation(extent={{50,-70},{70,-50}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch addPum[nPum] + "Add pump" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Routing.IntegerReplicator intRep( + final nout=nPum) + "Integer replicator" + annotation (Placement(transformation(extent={{-90,-50},{-70,-30}}))); + + Buildings.Controls.OBC.CDL.Routing.IntegerReplicator intRep1( + final nout=nPum) + "Integer replicator" + annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[nPum]( + final k=pumInd) + "Pump index" + annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); + +equation + connect(nexLagPumSta.u2, intEqu2.y) + annotation (Line(points={{-22,-40},{-38,-40}}, color={255,0,255})); + + connect(intEqu3.y, lasLagPumSta.u2) + annotation (Line(points={{-38,-80},{-22,-80}}, color={255,0,255})); + + connect(uNexLagPumSta, booRep1.u) + annotation (Line(points={{-120,80},{-82,80}}, color={255,0,255})); + + connect(uLasLagPumSta, booRep2.u) + annotation (Line(points={{-120,50},{-82,50}}, color={255,0,255})); + + connect(intRep.y, intEqu2.u1) + annotation (Line(points={{-68,-40},{-62,-40}}, color={255,127,0})); + + connect(intRep1.y, intEqu3.u1) + annotation (Line(points={{-68,-80},{-62,-80}}, color={255,127,0})); + + connect(uNexLagPum, intRep.u) + annotation (Line(points={{-120,-40},{-92,-40}}, color={255,127,0})); + + connect(uLasLagPum, intRep1.u) + annotation (Line(points={{-120,-80},{-92,-80}}, color={255,127,0})); + + connect(booRep2.y, lasLagPumSta.u1) annotation (Line(points={{-58,50},{-36,50}, + {-36,-72},{-22,-72}}, color={255,0,255})); + + connect(booRep1.y, nexLagPumSta.u1) annotation (Line(points={{-58,80},{-24,80}, + {-24,-32},{-22,-32}}, color={255,0,255})); + + connect(uChiWatPum, nexLagPumSta.u3) annotation (Line(points={{-120,0},{-30,0}, + {-30,-48},{-22,-48}}, color={255,0,255})); + + connect(uChiWatPum, lasLagPumSta.u3) annotation (Line(points={{-120,0},{-30,0}, + {-30,-88},{-22,-88}}, color={255,0,255})); + + connect(nexLagPumSta.y, enaPum.u1) + annotation (Line(points={{2,-40},{8,-40}}, color={255,0,255})); + + connect(uChiWatPum, enaPum.u2) annotation (Line(points={{-120,0},{4,0},{4,-48}, + {8,-48}}, color={255,0,255})); + + connect(uChiWatPum, remPum.u1) annotation (Line(points={{-120,0},{4,0},{4,-52}, + {48,-52}}, color={255,0,255})); + + connect(enaPum.y, addPum.u1) annotation (Line(points={{32,-40},{40,-40},{40,8}, + {58,8}}, color={255,0,255})); + + connect(lasLagPumSta.y, pumSta.u1) + annotation (Line(points={{2,-80},{18,-80}}, color={255,0,255})); + + connect(enaPum.y, pumSta.u2) annotation (Line(points={{32,-40},{40,-40},{40, + -56},{10,-56},{10,-88},{18,-88}}, + color={255,0,255})); + + connect(pumSta.y, remPum.u3) annotation (Line(points={{42,-80},{46,-80},{46,-68}, + {48,-68}}, color={255,0,255})); + + connect(booRep2.y, remPum.u2) annotation (Line(points={{-58,50},{-36,50},{-36, + -60},{48,-60}}, color={255,0,255})); + + connect(booRep1.y, addPum.u2) annotation (Line(points={{-58,80},{50,80},{50,0}, + {58,0}}, color={255,0,255})); + + connect(remPum.y, addPum.u3) annotation (Line(points={{72,-60},{80,-60},{80,-40}, + {50,-40},{50,-8},{58,-8}}, color={255,0,255})); + + connect(addPum.y,yChiWatPum) annotation (Line(points={{82,0},{120,0}}, + color={255,0,255})); + + connect(conInt.y, intEqu2.u2) annotation (Line(points={{-68,20},{-66,20},{-66, + -48},{-62,-48}}, color={255,127,0})); + + connect(conInt.y, intEqu3.u2) annotation (Line(points={{-68,20},{-66,20},{-66, + -88},{-62,-88}}, color={255,127,0})); + +annotation ( + defaultComponentName="chaSta", + Icon(coordinateSystem(preserveAspectRatio=false, + extent={{-100,-100},{120,100}}), + graphics={ + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name")}), + Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), + Documentation(info=" +

+ Block that changes the status of pumps. +

+

+

    +
  1. + When the block receives the index of next lag pump to be enabled uNexLagPum + and a true pulse on the next lag pump status uNexLagPumSta, + it changes the pump status yHotWatPum[uNexLagPum] to true. +
  2. +
  3. + When the block receives the index of last lag pump to be disabled uLasLagPum + and a false pulse on the last lag pump status uLasLagPumSta, it changes + the pump status yHotWatPum[uLasLagPum] to false. +
  4. +
+

+ ", revisions=" + + ")); +end ChangeStatus; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo new file mode 100644 index 00000000000..f91237ff856 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo @@ -0,0 +1,267 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +block EnableLag_pumpSpeed + "Sequence for enabling and disabling lag pumps using pump speed" + + parameter Real speLim( + final unit="1", + displayUnit="1") = 0.75 + "Speed limit with longer enable delay for enabling next lag pump"; + + parameter Real speLim1( + final unit="1", + displayUnit="1") = 0.9 + "Speed limit with shorter enable delay for enabling next lag pump"; + + parameter Real speLim2( + final unit="1", + displayUnit="1") = 0.25 + "Speed limit for disabling last lag pump"; + + parameter Real timPer( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for enabling next lag pump at speed limit speLim"; + + parameter Real timPer1( + final unit="s", + displayUnit="s", + final quantity="time") = 60 + "Delay time period for enabling next lag pump at speed limit speLim1"; + + parameter Real timPer2( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for disabling last lag pump"; + + parameter Real sigDif( + final unit="1", + displayUnit="1") = 0.01 + "Constant value used in hysteresis for checking pump speed" + annotation (Dialog(tab="Advanced")); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uPumSpe( + final unit="1", + displayUnit="1") + "Calculated pump speed" + annotation (Placement(transformation(extent={{-180,-20},{-140,20}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yUp + "Next lag pump status" + annotation (Placement(transformation(extent={{140,10},{180,50}}), + iconTransformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yDown + "Last lag pump status" + annotation (Placement(transformation(extent={{140,-110},{180,-70}}), + iconTransformation(extent={{100,-60},{140,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim( + final t=timPer) + "Hysteresis loop enable timer" + annotation (Placement(transformation(extent={{-70,50},{-50,70}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim1( + final t=timPer1) + "Hysteresis loop enable timer" + annotation (Placement(transformation(extent={{-70,-10},{-50,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim2( + final t=timPer2) + "Hysteresis loop enable timer" + annotation (Placement(transformation(extent={{-50,-100},{-30,-80}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys( + final uLow=speLim - sigDif, + final uHigh=speLim) + "Hysteresis for enabling next lag pump at speed limit speLim" + annotation (Placement(transformation(extent={{-120,50},{-100,70}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys1( + final uLow=speLim1 - sigDif, + final uHigh=speLim1) + "Hysteresis for enabling next lag pump at speed limit speLim1" + annotation (Placement(transformation(extent={{-120,-10},{-100,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2( + final uLow=speLim2, + final uHigh=speLim2 + sigDif) + "Hysteresis for disabling last lag pump" + annotation (Placement(transformation(extent={{-120,-100},{-100,-80}}))); + + Buildings.Controls.OBC.CDL.Logical.Pre pre1 + "Logical pre block" + annotation (Placement(transformation(extent={{0,-50},{20,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.Edge edg + "Edge detector" + annotation (Placement(transformation(extent={{40,90},{60,110}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{70,90},{90,110}}))); + + Buildings.Controls.OBC.CDL.Logical.And and2 + "Logical And" + annotation (Placement(transformation(extent={{100,90},{120,110}}))); + + Buildings.Controls.OBC.CDL.Logical.Or or2 + "Logical Or" + annotation (Placement(transformation(extent={{100,20},{120,40}}))); + + Buildings.Controls.OBC.CDL.Logical.Edge edg1 + "Edge detector" + annotation (Placement(transformation(extent={{40,-50},{60,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not2 + "Logical Not" + annotation (Placement(transformation(extent={{70,-50},{90,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.And and1 + "Logical And" + annotation (Placement(transformation(extent={{100,-50},{120,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not3 + "Logical Not" + annotation (Placement(transformation(extent={{-90,-100},{-70,-80}}))); + + Buildings.Controls.OBC.CDL.Logical.Pre pre2 + "Logical pre block" + annotation (Placement(transformation(extent={{10,-140},{30,-120}}))); + + Buildings.Controls.OBC.CDL.Logical.Edge edg2 + "Edge detector" + annotation (Placement(transformation(extent={{40,-140},{60,-120}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not4 + "Logical Not" + annotation (Placement(transformation(extent={{70,-140},{90,-120}}))); + + Buildings.Controls.OBC.CDL.Logical.And and3 + "Logical And" + annotation (Placement(transformation(extent={{100,-140},{120,-120}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not5 + "Logical Not" + annotation (Placement(transformation(extent={{70,-100},{90,-80}}))); + +equation + connect(uPumSpe, hys.u) annotation (Line(points={{-160,0},{-130,0},{-130,60},{ + -122,60}},color={0,0,127})); + + connect(uPumSpe, hys1.u) + annotation (Line(points={{-160,0},{-122,0}},color={0,0,127})); + + connect(uPumSpe, hys2.u) annotation (Line(points={{-160,0},{-130,0},{-130,-90}, + {-122,-90}},color={0,0,127})); + + connect(edg.y, not1.u) + annotation (Line(points={{62,100},{68,100}}, color={255,0,255})); + + connect(not1.y, and2.u1) + annotation (Line(points={{92,100},{98,100}}, color={255,0,255})); + + connect(hys.y, and2.u2) annotation (Line(points={{-98,60},{-90,60},{-90,80},{94, + 80},{94,92},{98,92}}, color={255,0,255})); + + connect(and2.y, tim.u) annotation (Line(points={{122,100},{132,100},{132,86},{ + -80,86},{-80,60},{-72,60}}, color={255,0,255})); + + connect(or2.y, yUp) + annotation (Line(points={{122,30},{160,30}}, color={255,0,255})); + + connect(edg1.y, not2.u) + annotation (Line(points={{62,-40},{68,-40}}, + color={255,0,255})); + + connect(not2.y, and1.u1) + annotation (Line(points={{92,-40},{98,-40}}, + color={255,0,255})); + + connect(and1.y, tim1.u) annotation (Line(points={{122,-40},{130,-40},{130,-16}, + {-80,-16},{-80,0},{-72,0}}, + color={255,0,255})); + + connect(hys1.y, and1.u2) annotation (Line(points={{-98,0},{-90,0},{-90,-20},{96, + -20},{96,-48},{98,-48}}, color={255,0,255})); + + connect(hys2.y, not3.u) + annotation (Line(points={{-98,-90},{-92,-90}}, color={255,0,255})); + + connect(not3.y, and3.u2) annotation (Line(points={{-68,-90},{-60,-90},{-60,-150}, + {94,-150},{94,-138},{98,-138}}, color={255,0,255})); + + connect(not4.y, and3.u1) + annotation (Line(points={{92,-130},{98,-130}}, color={255,0,255})); + + connect(and3.y, tim2.u) annotation (Line(points={{122,-130},{130,-130},{130,-110}, + {-56,-110},{-56,-90},{-52,-90}}, color={255,0,255})); + + connect(pre2.y, edg2.u) + annotation (Line(points={{32,-130},{38,-130}}, color={255,0,255})); + + connect(edg2.y, not4.u) + annotation (Line(points={{62,-130},{68,-130}}, color={255,0,255})); + + connect(not5.y, yDown) + annotation (Line(points={{92,-90},{160,-90}}, color={255,0,255})); + + connect(pre1.y, edg1.u) + annotation (Line(points={{22,-40},{38,-40}}, color={255,0,255})); + + connect(pre1.y, edg.u) annotation (Line(points={{22,-40},{30,-40},{30,100},{38, + 100}}, color={255,0,255})); + + connect(tim.passed, or2.u1) annotation (Line(points={{-48,52},{90,52},{90,30}, + {98,30}}, color={255,0,255})); + connect(tim1.passed, or2.u2) annotation (Line(points={{-48,-8},{90,-8},{90,22}, + {98,22}}, color={255,0,255})); + connect(tim2.passed, not5.u) annotation (Line(points={{-28,-98},{50,-98},{50, + -90},{68,-90}}, color={255,0,255})); + connect(or2.y, pre1.u) annotation (Line(points={{122,30},{130,30},{130,-12},{ + -20,-12},{-20,-40},{-2,-40}}, color={255,0,255})); + connect(tim2.passed, pre2.u) annotation (Line(points={{-28,-98},{0,-98},{0, + -130},{8,-130}}, color={255,0,255})); +annotation ( + defaultComponentName="enaLagPum", + Icon(coordinateSystem(preserveAspectRatio=false,extent={{-100,-100},{100,100}}), + graphics={ + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name")}), + Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-140,-160},{140,160}})), + Documentation(info=" +

+ Block that enables and disables lag pump, for chilled beam systems. +

+

+

    +
  1. + Stage up yUp = true when speed uPumSpe exceeds speed limit + speLim for time period timPer or speLim1 + for timPer1. +
  2. +
  3. + Stage down yDown = false when uPumSpe falls below speLim2 + for timPer2. +
  4. +
+

+ ", revisions=" + + ")); +end EnableLag_pumpSpeed; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo new file mode 100644 index 00000000000..97d67f1ec8d --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo @@ -0,0 +1,130 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +block EnableLead + "Sequence to enable or disable the lead pump of chilled beam systems" + + parameter Integer nVal = 3 + "Number of chilled water control valves on chilled beam manifolds"; + + parameter Real valPosClo( + final unit="1", + displayUnit="1") = 0.05 + "Valve position at which it is deemed to be closed"; + + parameter Real valPosOpe( + final unit="1", + displayUnit="1") = 0.1 + "Valve position at which it is deemed to be open"; + + parameter Real valOpeThr( + final unit="s", + displayUnit="s", + final quantity="time") = 30 + "Minimum threshold time for which a valve has to be open to enable lead pump"; + + parameter Real valCloThr( + final unit="s", + displayUnit="s", + final quantity="time") = 60 + "Minimum threshold time for which all valves have to be closed to disable lead pump"; + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal]( + final unit=fill("1", nVal), + displayUnit=fill("1", nVal)) + "Valve positions for chilled beam manifolds" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yLea + "Lead pump status" + annotation (Placement(transformation(extent={{100,-20},{140,20}}), + iconTransformation(extent={{100,-20},{140,20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys[nVal]( + final uLow=fill(valPosClo, nVal), + final uHigh=fill(valPosOpe, nVal)) + "Determine if valves are opened or closed" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim( + final t=valOpeThr) + "Determine if valves have continuously been open for threshold time" + annotation (Placement(transformation(extent={{0,10},{20,30}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( + final nu=nVal) + "Determine if any pumps are opened" + annotation (Placement(transformation(extent={{-50,-10},{-30,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Latch lat + "Enable or disable lead pump based on status of control valves" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim1( + final t=valCloThr) + "Determine if valves have continuously been closed for threshold time" + annotation (Placement(transformation(extent={{20,-40},{40,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical not" + annotation (Placement(transformation(extent={{-10,-40},{10,-20}}))); + +equation + connect(uValPos, hys.u) + annotation (Line(points={{-120,0},{-82,0}}, color={0,0,127})); + + connect(hys.y, mulOr.u[1:nVal]) annotation (Line(points={{-58,0},{-56,0},{-56,0}, + {-52,0}}, color={255,0,255})); + + connect(mulOr.y, tim.u) annotation (Line(points={{-28,0},{-20,0},{-20,20},{-2, + 20}}, color={255,0,255})); + + connect(tim.passed, lat.u) annotation (Line(points={{22,12},{50,12},{50,0},{58, + 0}}, color={255,0,255})); + + connect(tim1.u, not1.y) + annotation (Line(points={{18,-30},{12,-30}}, color={255,0,255})); + + connect(mulOr.y, not1.u) annotation (Line(points={{-28,0},{-20,0},{-20,-30},{-12, + -30}}, color={255,0,255})); + + connect(tim1.passed, lat.clr) annotation (Line(points={{42,-38},{50,-38},{50,-6}, + {58,-6}}, color={255,0,255})); + + connect(lat.y, yLea) + annotation (Line(points={{82,0},{120,0}}, color={255,0,255})); + +annotation ( + defaultComponentName="enaLeaPum", + Icon(coordinateSystem(preserveAspectRatio=false), graphics={ + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name")}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

+ Block that enables and disables lead pump for chilled water beam + systems. +

+
  • + The lead pump shall be enabled yLea = true when + any of the chilled beam control valves are continuously open + (uValPos > valPosOpe) for valOpeThr + time. The lead pump shall be disabled when all the chilled beam control valves + are continuously closed (uValPos < valPosClo) for valCloThr + time. +
  • + ", revisions=" + + ")); +end EnableLead; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo new file mode 100644 index 00000000000..7b365d50d8b --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -0,0 +1,237 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +block Speed_remoteDp + "Pump speed control for chilled beam systems where the remote DP sensor(s) is hardwired to the controller" + + parameter Integer nSen = 2 + "Total number of remote differential pressure sensors"; + + parameter Integer nPum = 2 + "Total number of chilled water pumps"; + + parameter Real minPumSpe = 0.1 + "Minimum pump speed"; + + parameter Real maxPumSpe = 1 + "Maximum pump speed"; + + parameter Real k=1 + "Gain of controller" + annotation(Dialog(group="Speed controller")); + + parameter Real Ti( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.5 + "Time constant of integrator block" + annotation(Dialog(group="Speed controller")); + + parameter Real Td( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.1 + "Time constant of derivative block" + annotation (Dialog(group="Speed controller")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{-160,-20},{-120,20}}), + iconTransformation(extent={{-140,60},{-100,100}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWat[nSen]( + final unit=fill("Pa", nSen), + displayUnit=fill("Pa", nSen), + final quantity=fill("PressureDifference", nSen)) + "Chilled water differential static pressure" + annotation (Placement(transformation(extent={{-160,-80},{-120,-40}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatSet( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") + "Chilled water differential static pressure setpoint" + annotation (Placement(transformation(extent={{-160,-120},{-120,-80}}), + iconTransformation(extent={{-140,-100},{-100,-60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiWatPumSpe( + final min=minPumSpe, + final max=maxPumSpe, + final unit="1", + displayUnit="1") "Chilled water pump speed" + annotation (Placement(transformation(extent={{120,80},{160,120}}), + iconTransformation(extent={{100,-20},{140,20}}))); + + Buildings.Controls.OBC.CDL.Continuous.MultiMax maxLoo( + final nin=nSen) + "Maximum DP loop output" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Line pumSpe + "Pump speed" + annotation (Placement(transformation(extent={{60,50},{80,70}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID[nSen]( + final controllerType=fill(Buildings.Controls.OBC.CDL.Types.SimpleController.PID,nSen), + final k=fill(k, nSen), + final Ti=fill(Ti, nSen), + final Td=fill(Td, nSen), + final yMax=fill(1,nSen), + final yMin=fill(0,nSen)) + "PID controller for regulating remote differential pressure" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Edge edg + "Reset PID loop when it is activated" + annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( + final nu=nPum) "Check if any chilled water pumps are enabled" + annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); + + Buildings.Controls.OBC.CDL.Routing.RealReplicator reaRep( + final nout=nSen) + "Replicate real input" + annotation (Placement(transformation(extent={{-100,-110},{-80,-90}}))); + + Buildings.Controls.OBC.CDL.Routing.BooleanReplicator booRep( + final nout=nSen) + "Replicate boolean input" + annotation (Placement(transformation(extent={{-10,-50},{10,-30}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant pumSpe_min( + final k=minPumSpe) + "Minimum pump speed" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant pumSpe_max( + final k=maxPumSpe) + "Maximum pump speed" + annotation (Placement(transformation(extent={{-20,30},{0,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant one( + final k=1) + "Constant one" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant zer( + final k=0) + "Constant zero" + annotation (Placement(transformation(extent={{-20,70},{0,90}}))); + + Buildings.Controls.OBC.CDL.Continuous.Division div[nSen] + "Normalized pressure difference" + annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); + + Buildings.Controls.OBC.CDL.Routing.RealReplicator reaRep1( + final nout=nSen) + "Replicate real input" + annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Logical switch" + annotation (Placement(transformation(extent={{80,90},{100,110}}))); + +equation + connect(dpChiWatSet, reaRep.u) + annotation (Line(points={{-140,-100},{-102,-100}}, color={0,0,127})); + + connect(zer.y, pumSpe.x1) + annotation (Line(points={{2,80},{20,80},{20,68},{58,68}}, color={0,0,127})); + + connect(pumSpe_min.y, pumSpe.f1) + annotation (Line(points={{-58,80},{-40,80},{-40,64},{58,64}}, color={0,0,127})); + + connect(one.y, pumSpe.x2) + annotation (Line(points={{-58,40},{-40,40},{-40,56},{58,56}}, color={0,0,127})); + + connect(pumSpe_max.y, pumSpe.f2) + annotation (Line(points={{2,40},{10,40},{10,52},{58,52}}, color={0,0,127})); + + connect(maxLoo.y, pumSpe.u) + annotation (Line(points={{82,0},{100,0},{100,40},{40,40},{40,60},{58,60}}, + color={0,0,127})); + + connect(dpChiWat, div.u1) + annotation (Line(points={{-140,-60},{-40,-60},{-40,-74},{-22,-74}}, + color={0,0,127})); + + connect(reaRep.y, div.u2) + annotation (Line(points={{-78,-100},{-40,-100},{-40,-86},{-22,-86}}, + color={0,0,127})); + + connect(one.y, reaRep1.u) + annotation (Line(points={{-58,40},{-40,40},{-40,0},{-22,0}}, + color={0,0,127})); + + connect(pumSpe.y, swi.u1) + annotation (Line(points={{82,60},{100,60},{100,80},{60,80},{60,108},{78,108}}, + color={0,0,127})); + + connect(swi.y,yChiWatPumSpe) + annotation (Line(points={{102,100},{140,100}}, color={0,0,127})); + + connect(uChiWatPum, mulOr.u[1:nPum]) annotation (Line(points={{-140,0},{-122,0},{ + -122,0},{-102,0}}, color={255,0,255})); + connect(mulOr.y, swi.u2) annotation (Line(points={{-78,0},{-50,0},{-50,100},{78, + 100}}, color={255,0,255})); + connect(mulOr.y, edg.u) annotation (Line(points={{-78,0},{-50,0},{-50,-40},{-42, + -40}}, color={255,0,255})); + connect(edg.y, booRep.u) + annotation (Line(points={{-18,-40},{-12,-40}}, color={255,0,255})); + connect(booRep.y, conPID.trigger) + annotation (Line(points={{12,-40},{24,-40},{24,-12}}, color={255,0,255})); + connect(reaRep1.y, conPID.u_s) + annotation (Line(points={{2,0},{18,0}}, color={0,0,127})); + connect(div.y, conPID.u_m) + annotation (Line(points={{2,-80},{30,-80},{30,-12}}, color={0,0,127})); + connect(conPID.y, maxLoo.u[1:nSen]) + annotation (Line(points={{42,0},{50,0},{50,0},{58,0}}, color={0,0,127})); + connect(pumSpe_max.y, swi.u3) annotation (Line(points={{2,40},{10,40},{10,92}, + {78,92}}, color={0,0,127})); +annotation ( + defaultComponentName="chiPumSpe", + Icon(coordinateSystem(extent={{-100,-100},{100,100}}), + graphics={ + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name")}), + Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-120,-120},{120,120}})), + Documentation(info=" +

    +Block that outputs chilled water pump speed setpoint for chilled beam systems with +variable-speed pumps where the remote pressure differential sensor is +hardwired to the system controller. +

    +
      +
    1. +When any chilled water pump is proven on, uChiWatPum = true, +pump speed will be controlled by a reverse acting PID loop maintaining the +differential pressure signal at a setpoint dpChiWatSet. All pumps +receive the same speed signal. PID loop output shall be mapped from minimum +pump speed (minPumSpe) at 0% to maximum pump speed +(maxPumSpe) at 100%. +
    2. +
    3. +Where multiple differential pressure sensors exist, a PID loop shall run for +each sensor. Chilled water pumps shall be controlled by the maximum signal output +of all DP sensor loops. +
    4. +
    +", revisions=" + +")); +end Speed_remoteDp; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo new file mode 100644 index 00000000000..cf5bf25fc00 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -0,0 +1,145 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +model ChangeStatus + "Validate sequence for changing pump status" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus + chaPumSta( + final nPum=3) + "Scenario testing pump status changer" + annotation (Placement(transformation(extent={{60,-10},{82,10}}))); + +protected + Buildings.Controls.OBC.CDL.Logical.Pre pre[3]( + final pre_u_start=fill(false, 3)) + "Logical pre block" + annotation (Placement(transformation(extent={{90,-10},{110,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.SampleTrigger samTri( + final period=5, + final shift=1) + "Sample trigger" + annotation (Placement(transformation(extent={{-130,-10},{-110,10}}))); + + Buildings.Controls.OBC.CDL.Integers.OnCounter onCouInt + "Boolean True pulse counter" + annotation (Placement(transformation(extent={{-100,-6},{-88,6}}))); + + Buildings.Controls.OBC.CDL.Integers.GreaterThreshold intGreThr( + final t=3) + "Switch pump staging to staging-down after 3 pump stage-ups" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi + "Logical switch" + annotation (Placement(transformation(extent={{-40,40},{-20,60}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi1 + "Logical switch" + annotation (Placement(transformation(extent={{-40,10},{-20,30}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Constant con( + final k=false) + "Constant Boolean false" + annotation (Placement(transformation(extent={{-130,70},{-110,90}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{-10,10},{10,30}}))); + + Buildings.Controls.OBC.CDL.Integers.Add addInt( + final k1=-1) + "Generate stage setpoints for staging down processes" + annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=7) + "Constant Integer source" + annotation (Placement(transformation(extent={{-100,-60},{-80,-40}}))); + +equation + + connect(samTri.y, onCouInt.trigger) + annotation (Line(points={{-108,0},{-101.2,0}}, color={255,0,255})); + + connect(onCouInt.y, intGreThr.u) + annotation (Line(points={{-86.8,0},{-82,0}}, color={255,127,0})); + + connect(onCouInt.y, chaPumSta.uNexLagPum) annotation (Line(points={{-86.8,0},{ + -84,0},{-84,-20},{20,-20},{20,-4},{58,-4}}, color={255,127,0})); + + connect(samTri.y, logSwi1.u1) annotation (Line(points={{-108,0},{-106,0},{-106, + 28},{-42,28}}, color={255,0,255})); + + connect(samTri.y, logSwi.u3) annotation (Line(points={{-108,0},{-106,0},{-106, + 42},{-42,42}}, color={255,0,255})); + + connect(intGreThr.y, logSwi1.u2) annotation (Line(points={{-58,0},{-54,0},{-54, + 20},{-42,20}}, color={255,0,255})); + + connect(con.y, logSwi.u1) annotation (Line(points={{-108,80},{-50,80},{-50,58}, + {-42,58}}, color={255,0,255})); + + connect(con.y, logSwi1.u3) annotation (Line(points={{-108,80},{-50,80},{-50,12}, + {-42,12}}, color={255,0,255})); + + connect(intGreThr.y, logSwi.u2) annotation (Line(points={{-58,0},{-54,0},{-54, + 50},{-42,50}}, color={255,0,255})); + + connect(logSwi1.y, not1.u) + annotation (Line(points={{-18,20},{-12,20}}, color={255,0,255})); + + connect(not1.y, chaPumSta.uLasLagPumSta) annotation (Line(points={{12,20},{30, + 20},{30,5},{58,5}}, color={255,0,255})); + + connect(logSwi.y, chaPumSta.uNexLagPumSta) annotation (Line(points={{-18,50},{ + 50,50},{50,8},{58,8}}, color={255,0,255})); + + connect(addInt.y, chaPumSta.uLasLagPum) annotation (Line(points={{-18,-40},{52, + -40},{52,-8},{58,-8}}, color={255,127,0})); + + connect(onCouInt.y, addInt.u1) annotation (Line(points={{-86.8,0},{-84,0},{-84, + -34},{-42,-34}}, color={255,127,0})); + + connect(conInt.y, addInt.u2) annotation (Line(points={{-78,-50},{-60,-50},{-60, + -46},{-42,-46}}, color={255,127,0})); + + connect(con.y, onCouInt.reset) annotation (Line(points={{-108,80},{-104,80},{-104, + -14},{-94,-14},{-94,-7.2}}, color={255,0,255})); + + connect(pre.y, chaPumSta.uChiWatPum) annotation (Line(points={{112,0},{120,0}, + {120,20},{40,20},{40,0},{58,0}}, color={255,0,255})); + + connect(chaPumSta.yChiWatPum, pre.u) + annotation (Line(points={{82,0},{88,0}}, color={255,0,255})); + +annotation ( + experiment(StopTime=3600.0, Tolerance=1e-06), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-140,-100},{140,100}}))); +end ChangeStatus; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo new file mode 100644 index 00000000000..832d91eae33 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo @@ -0,0 +1,70 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +model EnableLag_pumpSpeed + "Validate sequence for enabling variable-speed lag pumps using pump speed" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLag_pumpSpeed + enaLagPum "Test instance for speed-limit speLim" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueFalseHold yUp( + final trueHoldDuration=10, + final falseHoldDuration=0) + "Hold stage-up signal for easy visualization" + annotation (Placement(transformation(extent={{50,20},{70,40}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueFalseHold yDow( + final trueHoldDuration=0, + final falseHoldDuration=10) + "Hold stage-down signal for easy visualization" + annotation (Placement(transformation(extent={{50,-40},{70,-20}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp ram( + final height=1, + final duration=3500, + final offset=0, + final startTime=0) + "Ramp input" + annotation (Placement(transformation(extent={{-70,-10},{-50,10}}))); + +equation + connect(enaLagPum.yUp, yUp.u) annotation (Line(points={{12,4},{20,4},{20,30}, + {48,30}}, color={255,0,255})); + + connect(enaLagPum.yDown, yDow.u) annotation (Line(points={{12,-4},{20,-4},{20, + -30},{48,-30}}, color={255,0,255})); + + connect(ram.y, enaLagPum.uPumSpe) + annotation (Line(points={{-48,0},{-12,0}}, color={0,0,127})); + +annotation ( + experiment(StopTime=3600.0, Tolerance=1e-06), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLag_pumpSpeed. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), + Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end EnableLag_pumpSpeed; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mo new file mode 100644 index 00000000000..fd2ea2769d4 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mo @@ -0,0 +1,55 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +model EnableLead + "Validate sequence for enabling lead pump of chilled beam systems" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLead + enaLeaPum( + final nVal=2) + "Enable lead chilled water pump" + annotation (Placement(transformation(extent={{10,-10},{30,10}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul[2]( + final period={180,360}, + final shift=fill(10, 2)) + "Real pulse source" + annotation (Placement(transformation(extent={{-30,-10},{-10,10}}))); + +equation + connect(pul.y, enaLeaPum.uValPos) + annotation (Line(points={{-8,0},{8,0}}, color={0,0,127})); + +annotation ( + experiment( + StopTime=720, + Tolerance=1e-06, + __Dymola_Algorithm="Dassl"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos" + "Simulate and plot"), + Documentation(info=" +

    + This example validates + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLead. +

    + ", revisions=" + + "), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), + Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end EnableLead; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo new file mode 100644 index 00000000000..dc2c93f8ab1 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo @@ -0,0 +1,81 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +model Speed_remoteDp + "Validate sequence of controlling chilled water pump speed using remote DP" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp + chiPumSpe(nSen=2, nPum=2) + "Chilled water pump speed control based on remote hardwired differential pressure sensor" + annotation (Placement(transformation(extent={{40,-10},{60,10}}))); + +protected + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse pumSta[2]( + final width=fill(0.95, 2), + final period=fill(10, 2), + final shift=fill(1, 2)) + "Pump status" + annotation (Placement(transformation(extent={{-60,50},{-40,70}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant difPreSet( + final k=8.5) + "Pressure difference setpoint" + annotation (Placement(transformation(extent={{-60,-70},{-40,-50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine remPreSen1( + final offset=8.5, + final freqHz=1/10, + final amplitude=1.5) + "Remote pressure difference sensor reading" + annotation (Placement(transformation(extent={{-60,10},{-40,30}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine remPreSen2( + final offset=8.5, + final freqHz=1/10, + final startTime=2, + final amplitude=1) + "Remote pressure difference sensor reading" + annotation (Placement(transformation(extent={{-60,-30},{-40,-10}}))); + +equation + connect(difPreSet.y,chiPumSpe.dpChiWatSet) + annotation (Line(points={{-38,-60},{-20,-60},{-20,-8},{38,-8}}, + color={0,0,127})); + + connect(remPreSen1.y, chiPumSpe.dpChiWat[1]) annotation (Line(points={{-38,20}, + {-20,20},{-20,-1},{38,-1}}, color={0,0,127})); + + connect(remPreSen2.y, chiPumSpe.dpChiWat[2]) annotation (Line(points={{-38,-20}, + {-30,-20},{-30,1},{38,1}}, color={0,0,127})); + + connect(pumSta.y, chiPumSpe.uChiWatPum) annotation (Line(points={{-38,60},{-10, + 60},{-10,8},{38,8}}, color={255,0,255})); +annotation ( + experiment(StopTime=10.0, Tolerance=1e-06), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end Speed_remoteDp; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo new file mode 100644 index 00000000000..3b28169ff3c --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo @@ -0,0 +1,39 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +package Validation "Collection of validation models" + + + +annotation (preferredView="info", Documentation(info=" +

    +This package contains validation models for the classes in + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.BoilerPlant.Pumps.ChilledWater.Subsequences. +

    +

    +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order new file mode 100644 index 00000000000..3e1aa737fed --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order @@ -0,0 +1,4 @@ +EnableLag_pumpSpeed +EnableLead +ChangeStatus +Speed_remoteDp diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.mo new file mode 100644 index 00000000000..2b0c5141d19 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.mo @@ -0,0 +1,46 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps; +package Subsequences "Chilled beam chilled water pump control subsequences" + + + +annotation ( +preferredView="info", Documentation(info=" +

    +This package contains subsequences for chilled water pumps control in chilled beam +systems.

    +"), +Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Ellipse( + origin={10.0,10.0}, + fillColor={76,76,76}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{-80.0,-80.0},{-20.0,-20.0}}), + Ellipse( + origin={10.0,10.0}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,-80.0},{60.0,-20.0}}), + Ellipse( + origin={10.0,10.0}, + fillColor={128,128,128}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,0.0},{60.0,60.0}}), + Ellipse( + origin={10.0,10.0}, + lineColor={128,128,128}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid, + extent={{-80.0,0.0},{-20.0,60.0}})})); +end Subsequences; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order new file mode 100644 index 00000000000..1ca990c5402 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order @@ -0,0 +1,5 @@ +EnableLag_pumpSpeed +EnableLead +Validation +ChangeStatus +Speed_remoteDp diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo new file mode 100644 index 00000000000..94fa1cbb9f3 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo @@ -0,0 +1,100 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation; +model Controller + "Validate chilled beam chilled water pump control sequence" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller + pumCon( + final nPum=2, + final nSen=2, + final minPumSpe=0.1, + final maxPumSpe=1, + final k=1, + final Ti=0.5, + final Td=0.1) + "Testing pump controller" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul[3]( + final width=fill(0.9, 3), + final period=fill(3600, 3), + final shift=fill(100, 3)) + "Real pulse source" + annotation (Placement(transformation(extent={{-80,10},{-60,30}}))); + +protected + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt1[2]( + final k={2,1}) + "Pump rotation" + annotation (Placement(transformation(extent={{-80,50},{-60,70}}))); + + Buildings.Controls.OBC.CDL.Logical.Pre pre2[2]( + final pre_u_start=fill(false, 2)) + "Logical pre block" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2[2]( + final amplitude=fill(0.5, 2), + final freqHz=fill(1/1800, 2), + final offset=fill(1, 2)) + "Sine signal" + annotation (Placement(transformation(extent={{-80,-30},{-60,-10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con3( + final k=1) + "Constant Real source" + annotation (Placement(transformation(extent={{-80,-70},{-60,-50}}))); + +equation + connect(conInt1.y, pumCon.uPumLeaLag) annotation (Line(points={{-58,60},{0,60}, + {0,8},{18,8}}, color={255,127,0})); + + connect(pumCon.yChiWatPum, pre2.u) + annotation (Line(points={{42,2},{50,2},{50,0},{58,0}}, color={255,0,255})); + + connect(sin2.y, pumCon.dpChiWat_remote) annotation (Line(points={{-58,-20},{-20, + -20},{-20,-4},{18,-4}}, color={0,0,127})); + + connect(pre2.y, pumCon.uChiWatPum) annotation (Line(points={{82,0},{90,0},{90, + 70},{10,70},{10,4},{18,4}}, color={255,0,255})); + + connect(con3.y, pumCon.dpChiWatSet) annotation (Line(points={{-58,-60},{0,-60}, + {0,-8},{18,-8}}, color={0,0,127})); + + connect(pul.y, pumCon.uValPos) annotation (Line(points={{-58,20},{-20,20},{-20, + 0},{18,0}}, color={0,0,127})); + +annotation ( + experiment( + StopTime=3600, + Interval=0.5, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-120},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end Controller; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo new file mode 100644 index 00000000000..5d2c7b826bf --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo @@ -0,0 +1,38 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps; +package Validation "Collection of validation models" + + +annotation (preferredView="info", Documentation(info=" +

    +This package contains validation models for the classes in + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.BoilerPlant.Pumps.ChilledWater. +

    +

    +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.order new file mode 100644 index 00000000000..8cba75e31a7 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.order @@ -0,0 +1 @@ +Controller diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.mo new file mode 100644 index 00000000000..443f2fd42d3 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.mo @@ -0,0 +1,31 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +package SecondaryPumps "Sequences for chilled water pump control" + + +annotation ( +preferredView="info", Documentation(info=" +

    +This package contains control sequences for chilled water pumps. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Ellipse( + extent={{-66,66},{68,-68}}, + lineColor={0,0,0}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), Polygon( + points={{0,66},{0,-68},{68,0},{0,66}}, + lineColor={0,0,0}, + fillColor={255,0,0}, + fillPattern=FillPattern.Solid)})); +end SecondaryPumps; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.order new file mode 100644 index 00000000000..9ffbffcb990 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.order @@ -0,0 +1,3 @@ +Controller +Subsequences +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo new file mode 100644 index 00000000000..b740d9f6f14 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo @@ -0,0 +1,220 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block BypassValvePosition + "Block with sequences for calculating bypass valve position" + + parameter Integer nPum = 2 + "Number of pumps in the chilled water loop"; + + parameter Real minPumSpe( + final unit="1", + displayUnit="1") = 0.1 + "Minimum pump speed"; + + parameter Real dPumSpe( + final unit="1", + displayUnit="1") = 0.01 + "Value added to minimum pump speed to get upper hysteresis limit" + annotation(Dialog(tab="Advanced")); + + parameter Real dPChiWatMax( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 50000 + "Maximum allowed differential pressure in the chilled water loop"; + + parameter Real k( + final unit="1", + displayUnit="1") = 1 + "Gain of controller"; + + parameter Real Ti( + final unit="s", + displayUnit="s", + final quantity="Time") = 0.5 + "Time constant of integrator block"; + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] + "Pump proven On signal" + annotation (Placement(transformation(extent={{-140,30},{-100,70}}), + iconTransformation(extent={{-140,30},{-100,70}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatLoo( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") + "Chilled water loop differential static pressure" + annotation (Placement(transformation(extent={{-140,-70},{-100,-30}}), + iconTransformation(extent={{-140,-70},{-100,-30}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uPumSpe( + final unit="1", + displayUnit="1") + "Pump speed" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yBypValPos( + final unit="1", + displayUnit="1") + "Bypass valve position" + annotation (Placement(transformation(extent={{100,-20},{140,20}}), + iconTransformation(extent={{100,-20},{140,20}}))); + + parameter Real Td=0.1 "Time constant of derivative block"; + parameter CDL.Types.SimpleController controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; +protected + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Real switch" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys( + final uLow=minPumSpe + dPumSpe, + final uHigh=minPumSpe + 2*dPumSpe) + "Check if pump speed is at minimum" + annotation (Placement(transformation(extent={{-90,-10},{-70,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical not" + annotation (Placement(transformation(extent={{-60,-10},{-40,10}}))); + + Buildings.Controls.OBC.CDL.Logical.And and2 + "Logical And" + annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi1 + "Real switch" + annotation (Placement(transformation(extent={{20,40},{40,60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + final k=0) + "Constant real source" + annotation (Placement(transformation(extent={{-20,60},{0,80}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + final k=1) + "Constant real source" + annotation (Placement(transformation(extent={{-20,20},{0,40}}))); + + Buildings.Controls.OBC.CDL.Continuous.PID conPID( + final controllerType=controllerType, + final k=k, + final Ti=Ti, + Td=Td, + final reverseActing=false) + "PID controller" + annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); + + Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar( + final p=-dPChiWatMax, k=1) + "Find error in meaured differential pressure from maximum allowed value" + annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); + + Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar1( + final p=0, + final k=1/dPChiWatMax) + "Normalize differential pressure error" + annotation (Placement(transformation(extent={{-40,-60},{-20,-40}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( + final nu=nPum) + "Multi Or" + annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + +equation + connect(uPumSta, mulOr.u[1:nPum]) annotation (Line(points={{-120,50},{-82,50}}, + color={255,0,255})); + + connect(uPumSpe, hys.u) + annotation (Line(points={{-120,0},{-92,0}}, color={0,0,127})); + + connect(hys.y, not1.u) + annotation (Line(points={{-68,0},{-62,0}}, color={255,0,255})); + + connect(not1.y, and2.u2) annotation (Line(points={{-38,0},{-34,0},{-34,-8},{-22, + -8}}, color={255,0,255})); + + connect(swi.y, yBypValPos) + annotation (Line(points={{82,0},{120,0}}, color={0,0,127})); + + connect(mulOr.y, and2.u1) annotation (Line(points={{-58,50},{-30,50},{-30,0},{ + -22,0}}, color={255,0,255})); + + connect(mulOr.y, swi1.u2) + annotation (Line(points={{-58,50},{18,50}}, color={255,0,255})); + + connect(con1.y, swi1.u3) annotation (Line(points={{2,30},{6,30},{6,42},{18,42}}, + color={0,0,127})); + + connect(con.y, swi1.u1) annotation (Line(points={{2,70},{10,70},{10,58},{18,58}}, + color={0,0,127})); + + connect(swi1.y, swi.u3) annotation (Line(points={{42,50},{54,50},{54,-8},{58,-8}}, + color={0,0,127})); + + connect(and2.y, swi.u2) + annotation (Line(points={{2,0},{58,0}}, color={255,0,255})); + + connect(conPID.y, swi.u1) annotation (Line(points={{42,-50},{48,-50},{48,8},{ + 58,8}}, color={0,0,127})); + + connect(con.y, conPID.u_s) annotation (Line(points={{2,70},{10,70},{10,-50},{ + 18,-50}}, color={0,0,127})); + + connect(dpChiWatLoo, addPar.u) + annotation (Line(points={{-120,-50},{-82,-50}}, color={0,0,127})); + + connect(addPar.y, addPar1.u) + annotation (Line(points={{-58,-50},{-42,-50}}, color={0,0,127})); + + connect(addPar1.y, conPID.u_m) annotation (Line(points={{-18,-50},{-10,-50},{ + -10,-72},{30,-72},{30,-62}}, color={0,0,127})); + + annotation (defaultComponentName="bypValPos", + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, + {100,100}}), graphics={ + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-50,20},{50,-20}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None, + textString="sysOpeMod")}), + Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), + Documentation(info=" +

    + Sequences for calculating pressure-relief bypass valve position in chilled beam systems. +

    +

    + The block determines the bypass valve position setpoint yBypValPos + based on the pump proven on status uPumSta, measured pump + speed uPumSpe and measured differential pressure across the + demand loop dpChiWatLoo. +

    +

    + The setpoint is calculated as follows: +

    +

    + ")); +end BypassValvePosition; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo new file mode 100644 index 00000000000..1beb0794ccc --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -0,0 +1,292 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block ChilledWaterStaticPressureSetpointReset + "Sequence to generate static pressure setpoint for chilled water loop" + + parameter Integer nVal = 3 + "Number of chilled water control valves on chilled beam manifolds"; + + parameter Integer nPum = 2 + "Number of chilled water pumps in chilled beam system"; + + parameter Real valPosLowClo( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending one request to Trim-and-Respond logic" + annotation(Dialog(group="Control valve parameters")); + + parameter Real valPosLowOpe( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending one request to Trim-and-Respond logic" + annotation(Dialog(group="Control valve parameters")); + + parameter Real valPosHigClo( + final unit="1", + displayUnit="1") = 0.95 + "Lower limit for sending two requests to Trim-and-Respond logic" + annotation(Dialog(group="Control valve parameters")); + + parameter Real valPosHigOpe( + final unit="1", + displayUnit="1") = 0.99 + "Upper limit for sending two requests to Trim-and-Respond logic" + annotation(Dialog(group="Control valve parameters")); + + parameter Real chiWatStaPreMax( + final unit="Pa", + displayUnit="Pa", + final quantity="Pressure") = 30000 + "Maximum chilled water loop static pressure setpoint" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real chiWatStaPreMin( + final unit="Pa", + displayUnit="Pa", + final quantity="Pressure") = 20000 + "Minimum chilled water loop static pressure setpoint" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real triAmoVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = -500 + "Static pressure trim amount" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real resAmoVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 750 + "Static pressure respond amount" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real maxResVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 1000 + "Static pressure maximum respond amount" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real samPerVal( + final unit="s", + displayUnit="s", + final quantity="Duration") = 30 + "Sample period duration" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real delTimVal( + final unit="s", + displayUnit="min", + final quantity="Duration") = 120 + "Delay period duration" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real thrTimLow( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating one request" + annotation(Dialog(group="Control valve parameters")); + + parameter Real thrTimHig( + final unit="s", + displayUnit="s", + final quantity="Duration") = 30 + "Threshold time for generating two requests" + annotation(Dialog(group="Control valve parameters")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] + "Pump proven on signal" + annotation (Placement(transformation(extent={{-140,30},{-100,70}}), + iconTransformation(extent={{-140,30},{-100,70}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal]( + final unit = fill("1", nVal), + displayUnit = fill("1", nVal)) + "Chilled water control valve position on chilled beams" + annotation (Placement(transformation(extent={{-140,-70},{-100,-30}}), + iconTransformation(extent={{-140,-70},{-100,-30}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yStaPreSetPoi( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") + "Static pressure setpoint for pumps" + annotation (Placement(transformation(extent={{100,-20},{140,20}}), + iconTransformation(extent={{100,-20},{140,20}}))); + +protected + Buildings.Controls.OBC.CDL.Logical.Timer tim[nVal]( + final t=fill(thrTimLow, nVal)) + "Check if threshold time for generating one request has been exceeded" + annotation (Placement(transformation(extent={{-50,-40},{-30,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim1[nVal]( + final t=fill(thrTimHig, nVal)) + "Check if threshold time for generating two requests has been exceeded" + annotation (Placement(transformation(extent={{-50,-80},{-30,-60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys1[nVal]( + final uLow=fill(valPosLowClo, nVal), + final uHigh=fill(valPosLowOpe, nVal)) + "Check if chilled water control valve is at limit required to send one request" + annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( + final nu=nPum) + "Multi or" + annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2[nVal]( + final uLow=fill(valPosHigClo, nVal), + final uHigh=fill(valPosHigOpe, nVal)) + "Check if chilled water control valve is at limit required to send two requests" + annotation (Placement(transformation(extent={{-80,-80},{-60,-60}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,-40},{30,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr1( + final nu=nVal) + "Multi or" + annotation (Placement(transformation(extent={{-20,-40},{0,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr2( + final nu=nVal) + "Multi or" + annotation (Placement(transformation(extent={{-20,-80},{0,-60}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt1( + final integerTrue=2) + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,-80},{30,-60}}))); + + Buildings.Controls.OBC.CDL.Integers.Max maxInt + "Find maximum integer output" + annotation (Placement(transformation(extent={{40,-60},{60,-40}}))); + + Buildings.Controls.OBC.ASHRAE.G36_PR1.Generic.SetPoints.TrimAndRespond triRes( + final iniSet=chiWatStaPreMax, + final minSet=chiWatStaPreMin, + final maxSet=chiWatStaPreMax, + final delTim=delTimVal, + final samplePeriod=samPerVal, + final numIgnReq=0, + final triAmo=triAmoVal, + final resAmo=resAmoVal, + final maxRes=maxResVal) + "Trim and respond controller for chilled water static pressure setpoint" + annotation (Placement(transformation(extent={{70,-10},{90,10}}))); + +equation + + connect(uValPos, hys1.u) annotation (Line(points={{-120,-50},{-90,-50},{-90,-30}, + {-82,-30}},color={0,0,127})); + + connect(uValPos, hys2.u) annotation (Line(points={{-120,-50},{-90,-50},{-90,-70}, + {-82,-70}},color={0,0,127})); + + connect(mulOr1.y, booToInt.u) + annotation (Line(points={{2,-30},{8,-30}}, color={255,0,255})); + + connect(mulOr2.y, booToInt1.u) + annotation (Line(points={{2,-70},{8,-70}}, color={255,0,255})); + + connect(booToInt.y, maxInt.u1) annotation (Line(points={{32,-30},{36,-30},{36, + -44},{38,-44}}, + color={255,127,0})); + + connect(booToInt1.y, maxInt.u2) annotation (Line(points={{32,-70},{36,-70},{36, + -56},{38,-56}}, + color={255,127,0})); + + connect(maxInt.y, triRes.numOfReq) annotation (Line(points={{62,-50},{66,-50}, + {66,-8},{68,-8}}, color={255,127,0})); + + connect(triRes.y, yStaPreSetPoi) + annotation (Line(points={{92,0},{120,0}}, color={0,0,127})); + + connect(uPumSta, mulOr.u[1:nPum]) annotation (Line(points={{-120,50},{-102,50}, + {-102,50},{-82,50}}, + color={255,0,255})); + connect(mulOr.y, triRes.uDevSta) annotation (Line(points={{-58,50},{66,50},{66, + 8},{68,8}}, color={255,0,255})); + connect(hys1.y, tim.u) + annotation (Line(points={{-58,-30},{-52,-30}}, color={255,0,255})); + connect(tim.passed, mulOr1.u[1:nVal]) annotation (Line(points={{-28,-38},{-26,-38}, + {-26,-30},{-22,-30}}, color={255,0,255})); + connect(hys2.y, tim1.u) + annotation (Line(points={{-58,-70},{-52,-70}}, color={255,0,255})); + connect(tim1.passed, mulOr2.u[1:nVal]) annotation (Line(points={{-28,-78},{-24,-78}, + {-24,-70},{-22,-70}}, color={255,0,255})); +annotation(defaultComponentName="chiWatStaPreSetRes", + Icon(coordinateSystem(preserveAspectRatio=false), + graphics={ + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-50,20},{50,-20}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None, + textString="chiWatStaPreSetRes")}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

    +Sequences for calculating chilled water static pressure setpoint in chilled beam +systems. +

    +

    +The trim-and-respond logic is activated if any of the chilled water control valves +uValPos are open greater than valPosOpe and deactivated +if less than valPosClo. The requests for static pressure reset are +generated as follows: +

    +

    +

    +The trim-and-respond parameters are as follows: +
    + + + + + + + + + + + + +
    Variable Value Definition
    DeviceAny chilled water pump Associated device
    iniSetchiWatStaPreMaxInitial setpoint
    minSetchiWatStaPreMinMinimum setpoint
    maxSetchiWatStaPreMaxMaximum setpoint
    delTimdelTimValDelay timer
    samplePeriodsamPerValTime step
    numIgnReq0Number of ignored requests
    triAmotriAmoValTrim amount
    resAmoresAmoValRespond amount
    maxResmaxResValMaximum response per time interval
    +

    +", +revisions=" + +")); +end ChilledWaterStaticPressureSetpointReset; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo new file mode 100644 index 00000000000..06bb561e566 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo @@ -0,0 +1,308 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block ChilledWaterSupplyReset + "Sequence to generate static pressure setpoint for chilled water loop" + + parameter Real valPosLowCloReq( + final unit="1", + displayUnit="1") = 0.05 + "Lower limit for sending one request for chilled water supply" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real valPosLowOpeReq( + final unit="1", + displayUnit="1") = 0.1 + "Upper limit for sending one request for chilled water supply" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real valPosHigCloReq( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending two requests for chilled water supply" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real valPosHigOpeReq( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending two requests for chilled water supply" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real thrTimLowReq( + final unit="s", + displayUnit="s", + final quantity="Duration") = 300 + "Threshold time for generating one chilled water supply request" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real thrTimHigReq( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating two chilled water supply requests" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real valPosLowCloTemRes( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending one request for chilled water temperature reset" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + parameter Real valPosLowOpeTemRes( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending one request for chilled water temperature reset" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + parameter Real valPosHigCloTemRes( + final unit="1", + displayUnit="1") = 0.95 + "Lower limit for sending two requests for chilled water temperature reset" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + parameter Real valPosHigOpeTemRes( + final unit="1", + displayUnit="1") = 0.99 + "Upper limit for sending two requests for chilled water temperature reset" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + parameter Real thrTimLowTemRes( + final unit="s", + displayUnit="s", + final quantity="Duration") = 300 + "Threshold time for generating one chilled water temperature reset request" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + parameter Real thrTimHigTemRes( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating two chilled water temperature reset requests" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uConSen + "Signal indicating condensation detected in zone" + annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}), + iconTransformation(extent={{-140,-60},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos( + final unit="1", + displayUnit="1") + "Chilled water control valve position on chilled beams" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}), + iconTransformation(extent={{-140,20},{-100,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yChiWatSupReq + "Number of requests for chilled water supply" + annotation (Placement(transformation(extent={{100,40},{140,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput TChiWatReq + "Number of requests for chilled water supply temperature reset" + annotation (Placement(transformation(extent={{100,-80},{140,-40}}))); + +protected + Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi + "Integer switch" + annotation (Placement(transformation(extent={{70,-70},{90,-50}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=0) + "Constant Integer source" + annotation (Placement(transformation(extent={{20,-90},{40,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim( + final t=thrTimLowReq) + "Check if threshold time for generating one request has been exceeded" + annotation (Placement(transformation(extent={{-50,70},{-30,90}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim1( + final t=thrTimHigReq) + "Check if threshold time for generating two requests has been exceeded" + annotation (Placement(transformation(extent={{-50,40},{-30,60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys1( + final uLow=valPosLowCloReq, + final uHigh=valPosLowOpeReq) + "Check if chilled water control valve is at limit required to send one request" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2( + final uLow=valPosHigCloReq, + final uHigh=valPosHigOpeReq) + "Check if chilled water control valve is at limit required to send two requests" + annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,70},{30,90}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt1( + final integerTrue=2) + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,40},{30,60}}))); + + Buildings.Controls.OBC.CDL.Integers.Max maxInt + "Find maximum integer output" + annotation (Placement(transformation(extent={{40,50},{60,70}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim2( + final t=thrTimLowTemRes) + "Check if threshold time for generating one request has been exceeded" + annotation (Placement(transformation(extent={{-50,-20},{-30,0}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim3( + final t=thrTimHigTemRes) + "Check if threshold time for generating two requests has been exceeded" + annotation (Placement(transformation(extent={{-50,-60},{-30,-40}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys3( + final uLow=valPosLowCloTemRes, + final uHigh=valPosLowOpeTemRes) + "Check if chilled water control valve is at limit required to send one request" + annotation (Placement(transformation(extent={{-80,-20},{-60,0}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys4( + final uLow=valPosHigCloTemRes, + final uHigh=valPosHigOpeTemRes) + "Check if chilled water control valve is at limit required to send two requests" + annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt2 + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,-20},{30,0}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt3( + final integerTrue=2) + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,-60},{30,-40}}))); + + Buildings.Controls.OBC.CDL.Integers.Max maxInt1 + "Find maximum integer output" + annotation (Placement(transformation(extent={{40,-40},{60,-20}}))); + +equation + + connect(uValPos, hys1.u) annotation (Line(points={{-120,40},{-90,40},{-90,80}, + {-82,80}}, color={0,0,127})); + + connect(uValPos, hys2.u) annotation (Line(points={{-120,40},{-90,40},{-90,50}, + {-82,50}}, color={0,0,127})); + + connect(booToInt.y, maxInt.u1) annotation (Line(points={{32,80},{36,80},{36, + 66},{38,66}}, + color={255,127,0})); + + connect(booToInt1.y, maxInt.u2) annotation (Line(points={{32,50},{36,50},{36,54}, + {38,54}}, color={255,127,0})); + + connect(hys1.y, tim.u) + annotation (Line(points={{-58,80},{-52,80}}, color={255,0,255})); + connect(hys2.y, tim1.u) + annotation (Line(points={{-58,50},{-52,50}}, color={255,0,255})); + connect(tim.passed, booToInt.u) annotation (Line(points={{-28,72},{-10,72},{ + -10,80},{8,80}}, color={255,0,255})); + connect(tim1.passed, booToInt1.u) annotation (Line(points={{-28,42},{-10,42},{ + -10,50},{8,50}}, color={255,0,255})); + connect(booToInt2.y, maxInt1.u1) annotation (Line(points={{32,-10},{36,-10},{36, + -24},{38,-24}}, color={255,127,0})); + connect(booToInt3.y, maxInt1.u2) annotation (Line(points={{32,-50},{36,-50},{36, + -36},{38,-36}}, color={255,127,0})); + connect(hys3.y, tim2.u) + annotation (Line(points={{-58,-10},{-52,-10}}, color={255,0,255})); + connect(hys4.y,tim3. u) + annotation (Line(points={{-58,-50},{-52,-50}}, color={255,0,255})); + connect(tim2.passed, booToInt2.u) annotation (Line(points={{-28,-18},{-10,-18}, + {-10,-10},{8,-10}}, color={255,0,255})); + connect(tim3.passed, booToInt3.u) annotation (Line(points={{-28,-58},{-10,-58}, + {-10,-50},{8,-50}}, color={255,0,255})); + connect(uValPos, hys3.u) annotation (Line(points={{-120,40},{-90,40},{-90,-10}, + {-82,-10}}, color={0,0,127})); + connect(uValPos, hys4.u) annotation (Line(points={{-120,40},{-90,40},{-90,-50}, + {-82,-50}}, color={0,0,127})); + connect(intSwi.y, TChiWatReq) + annotation (Line(points={{92,-60},{120,-60}}, color={255,127,0})); + connect(maxInt1.y, intSwi.u1) annotation (Line(points={{62,-30},{64,-30},{64,-52}, + {68,-52}}, color={255,127,0})); + connect(conInt.y, intSwi.u3) annotation (Line(points={{42,-80},{60,-80},{60,-68}, + {68,-68}}, color={255,127,0})); + connect(uConSen, not1.u) + annotation (Line(points={{-120,-80},{-92,-80}}, color={255,0,255})); + connect(not1.y, intSwi.u2) annotation (Line(points={{-68,-80},{-60,-80},{-60,-64}, + {60,-64},{60,-60},{68,-60}}, color={255,0,255})); + connect(maxInt.y, yChiWatSupReq) + annotation (Line(points={{62,60},{120,60}}, color={255,127,0})); +annotation(defaultComponentName="chiWatSupRes", + Icon(coordinateSystem(preserveAspectRatio=false), + graphics={ + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-50,20},{50,-20}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None, + textString="chiWatSupRes")}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

    +Sequences for generating requests for chilled water supply and chilled water +supply temperature setpoint reset. +

    +

    +This block generates requests for chilled water supply yChiWatSupReq +and chilled water supply temperature setpoint reset TChiWatReq. The +requests are generated as follows: +

      +
    1. +Chilled water supply +
        +
      • +one request is generated if a control valve is open greater than valPosLowOpeReq +for thrTimLowReq continuously. +
      • +
      • +two requests are generated if a control valve is open greater than valPosHigOpeReq +for thrTimHigReq continuously. +
      • +
      • +no requests are generated otherwise. +
      • +
      +
    2. +
    3. +Chilled water supply temperature setpoint reset +
        +
      • +one request is generated if a control valve is open greater than valPosLowOpeTemRes +for thrTimLowTemRes continuously. +
      • +
      • +two requests are generated if a control valve is open greater than valPosHigOpeTemRes +for thrTimHigTemRes continuously. +
      • +
      • +no requests are generated otherwise. +
      • +
      +
    4. +
    +

    +", +revisions=" + +")); +end ChilledWaterSupplyReset; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo new file mode 100644 index 00000000000..554e68342a1 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo @@ -0,0 +1,239 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block OperatingMode + "Block with sequences for picking system operating mode" + + parameter Integer nSchRow = 4 + "Number of rows in schedule table"; + + parameter Real schTab[nSchRow,2] = [0,1; 6,1; 18,1; 24,1] + "Table defining schedule for enabling plant"; + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDetOcc + "Detected occupancy" annotation (Placement(transformation(extent={{-180,70}, + {-140,110}}), iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yDoasEna + "DOAS enable signal" + annotation (Placement(transformation(extent={{140,-90},{180,-50}}), + iconTransformation(extent={{100,-60},{140,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiBeaEna + "Chilled beam system enable signal" + annotation (Placement(transformation(extent={{140,50},{180,90}}), + iconTransformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yOpeMod + "System operating mode signal" + annotation (Placement(transformation(extent={{140,-20},{180,20}}), + iconTransformation(extent={{100,-20},{140,20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch( + final table=schTab, + final smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, + final timeScale=3600) + "Table defining when occupancy is expected" + annotation (Placement(transformation(extent={{-130,30},{-110,50}}))); + + Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi "Integer switch" + annotation (Placement(transformation(extent={{20,80},{40,100}}))); + +protected + parameter Integer modInt[3] = {Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled} + "Array of integer constants associated with each mode"; + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) + "Constant integer for occupied mode" + annotation (Placement(transformation(extent={{-60,110},{-40,130}}))); + + Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi1 + "Integer switch" + annotation (Placement(transformation(extent={{-20,30},{0,50}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt1( + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled) + "Constant integer for unoccupiedScheduled mode" + annotation (Placement(transformation(extent={{-60,60},{-40,80}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt2( + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled) + "Constant integer for unoccupiedUnscheduled mode" + annotation (Placement(transformation(extent={{-60,0},{-40,20}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal intEqu[3] + "Check which mode is currently active" + annotation (Placement(transformation(extent={{-70,-60},{-50,-40}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt3[3]( + final k=modInt) + "Constant integer source with operation mode enumeration" + annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); + + Buildings.Controls.OBC.CDL.Routing.IntegerReplicator intRep( + final nout=3) + "Integer replicator" + annotation (Placement(transformation(extent={{-120,-40},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi[3] + "Logical switch for chilled beam system enable" + annotation (Placement(transformation(extent={{0,-60},{20,-40}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Constant con[3]( + final k={true,true,true}) + "Constant Boolean source with chilled beam system enable signals" + annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Constant con1[3]( + final k={true,false,true}) + "Constant Boolean source with DOAS enable signals" + annotation (Placement(transformation(extent={{-40,-120},{-20,-100}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Constant con2[3]( + final k=fill(false, 3)) + "Constant Boolean source with disable signals" + annotation (Placement(transformation(extent={{-40,-80},{-20,-60}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi1[3] + "Logical switch for DOAS enable" + annotation (Placement(transformation(extent={{0,-100},{20,-80}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr1( + final nu=3) + "Multi Or" + annotation (Placement(transformation(extent={{40,-60},{60,-40}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr2( + final nu=3) + "Multi Or" + annotation (Placement(transformation(extent={{40,-100},{60,-80}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical not" + annotation (Placement(transformation(extent={{-70,30},{-50,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.GreaterThreshold greThr( + final t=0.5) + "Convert Real signal to Boolean" + annotation (Placement(transformation(extent={{-100,30},{-80,50}}))); + +equation + connect(enaSch.y[1],greThr. u) + annotation (Line(points={{-108,40},{-102,40}}, color={0,0,127})); + connect(conInt.y, intSwi.u1) annotation (Line(points={{-38,120},{10,120},{10,98}, + {18,98}}, color={255,127,0})); + connect(conInt1.y, intSwi1.u1) annotation (Line(points={{-38,70},{-30,70},{-30, + 48},{-22,48}}, color={255,127,0})); + connect(conInt2.y, intSwi1.u3) annotation (Line(points={{-38,10},{-30,10},{-30, + 32},{-22,32}}, + color={255,127,0})); + connect(intSwi1.y, intSwi.u3) annotation (Line(points={{2,40},{10,40},{10,82}, + {18,82}}, color={255,127,0})); + connect(intSwi.y, intRep.u) + annotation (Line(points={{42,90},{50,90},{50,-10},{-130,-10},{-130,-30},{-122, + -30}}, color={255,127,0})); + connect(intRep.y, intEqu.u1) annotation (Line(points={{-98,-30},{-80,-30},{-80, + -50},{-72,-50}}, color={255,127,0})); + connect(conInt3.y, intEqu.u2) annotation (Line(points={{-98,-70},{-90,-70},{-90, + -58},{-72,-58}}, color={255,127,0})); + connect(intEqu.y, logSwi.u2) + annotation (Line(points={{-48,-50},{-2,-50}}, color={255,0,255})); + connect(con.y, logSwi.u1) annotation (Line(points={{-18,-30},{-10,-30},{-10,-42}, + {-2,-42}}, color={255,0,255})); + connect(con2.y, logSwi.u3) annotation (Line(points={{-18,-70},{-10,-70},{-10,-58}, + {-2,-58}}, color={255,0,255})); + connect(con1.y, logSwi1.u1) annotation (Line(points={{-18,-110},{-6,-110},{-6, + -82},{-2,-82}}, color={255,0,255})); + connect(intEqu.y, logSwi1.u2) annotation (Line(points={{-48,-50},{-14,-50},{-14, + -90},{-2,-90}}, color={255,0,255})); + connect(con2.y, logSwi1.u3) annotation (Line(points={{-18,-70},{-10,-70},{-10, + -98},{-2,-98}}, color={255,0,255})); + connect(logSwi.y, mulOr1.u[1:3]) annotation (Line(points={{22,-50},{30,-50},{ + 30,-54.6667},{38,-54.6667}}, + color={255,0,255})); + connect(logSwi1.y, mulOr2.u[1:3]) annotation (Line(points={{22,-90},{30,-90}, + {30,-94.6667},{38,-94.6667}},color={255,0,255})); + connect(mulOr1.y, yChiBeaEna) annotation (Line(points={{62,-50},{120,-50},{120, + 70},{160,70}}, color={255,0,255})); + connect(mulOr2.y, yDoasEna) annotation (Line(points={{62,-90},{120,-90},{120,-70}, + {160,-70}}, color={255,0,255})); + connect(intSwi.y, yOpeMod) annotation (Line(points={{42,90},{50,90},{50,0},{160, + 0}}, color={255,127,0})); + connect(greThr.y, not1.u) + annotation (Line(points={{-78,40},{-72,40}}, color={255,0,255})); + connect(not1.y, intSwi1.u2) + annotation (Line(points={{-48,40},{-22,40}}, color={255,0,255})); + connect(uDetOcc, intSwi.u2) + annotation (Line(points={{-160,90},{18,90}}, color={255,0,255})); + annotation (defaultComponentName="opeMod", + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, + {100,100}}), graphics={ + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-50,20},{50,-20}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None, + textString="sysOpeMod")}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-140,-140},{140,140}})), + Documentation(info=" +

    + Sequences for calculating system operating mode in chilled beam systems. +

    +

    + The block determines the system operating mode setpoint yOpeMod + as well as the enable signals for the chilled beam system yChiBeaEna + and the DOAS yDoasEna. To do this, it uses the detected + occupancy signal from the zones uDetOcc and the expected + occupancy schedule schTab. +

    +

    + The operating mode setpoint and the enable signals based on the inputs + are as follows: +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Detected occupancyExpected occupancy scheduleSystem operating modeChilled beam system enable statusDOAS enable status
    Occupied-1TrueTrue
    UnoccupiedUnoccupied2TrueFalse
    UnoccupiedOccupied3TrueTrue
    +

    + ")); +end OperatingMode; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo new file mode 100644 index 00000000000..9a3505456f3 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo @@ -0,0 +1,75 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model BypassValvePosition + "Validate bypass valve position setpoint controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition + bypValPos + "Bypass valve position setpoint controller" + annotation (Placement(transformation(extent={{0,-10},{20,10}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul( + final amplitude=0.1, + final period=2000, + final shift=10, + final offset=0.1) + "Real pulse source" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin( + final amplitude=10000, + final freqHz=1/1000, + final offset=45000) + "Real sine source" + annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul[2]( + final period=fill(4000,2), + final shift=fill(10, 2)) "Boolean pulse source" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + +equation + connect(booPul.y, bypValPos.uPumSta) annotation (Line(points={{-58,40},{-20,40}, + {-20,5},{-2,5}}, color={255,0,255})); + + connect(pul.y, bypValPos.uPumSpe) + annotation (Line(points={{-58,0},{-2,0}}, color={0,0,127})); + + connect(sin.y, bypValPos.dpChiWatLoo) annotation (Line(points={{-58,-40},{-20, + -40},{-20,-5},{-2,-5}}, color={0,0,127})); + +annotation ( + experiment( + StopTime=7200, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end BypassValvePosition; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo new file mode 100644 index 00000000000..ad4f67b1d53 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo @@ -0,0 +1,63 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model ChilledWaterStaticPressureSetpointReset + "Validate chilled water static pressure setpoint reset" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset + chiWatStaPreSetRes( + final nVal=2) + annotation (Placement(transformation(extent={{40,-10},{60,10}}))); + +protected + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul[2]( + final period=fill(4000, 2)) + "Boolean pulse source" + annotation (Placement(transformation(extent={{-60,20},{-40,40}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2[2]( + final amplitude=fill(0.5, 2), + final freqHz=fill(1/1800, 2), + final phase=fill(1.57, 2), + final offset=fill(0.5, 2)) + "Sine signal" + annotation (Placement(transformation(extent={{-60,-40},{-40,-20}}))); + +equation + connect(booPul.y, chiWatStaPreSetRes.uPumSta) annotation (Line(points={{-38, + 30},{20,30},{20,5},{38,5}}, color={255,0,255})); + connect(sin2.y, chiWatStaPreSetRes.uValPos) annotation (Line(points={{-38,-30}, + {20,-30},{20,-5},{38,-5}}, color={0,0,127})); +annotation ( + experiment( + StopTime=3600, + Interval=0.5, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end ChilledWaterStaticPressureSetpointReset; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mo new file mode 100644 index 00000000000..35c40204002 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mo @@ -0,0 +1,102 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model ChilledWaterSupplyReset + "Validate chilled water request generation sequence" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset + chiWatSupRes + "Testing low valve opening" + annotation (Placement(transformation(extent={{-40,40},{-20,60}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset + chiWatSupRes1 + "Testing medium valve opening" + annotation (Placement(transformation(extent={{60,40},{80,60}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset + chiWatSupRes2 + "Testing large valve opening" + annotation (Placement(transformation(extent={{-40,-60},{-20,-40}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + final k=0.15) + "Low valve openign signal" + annotation (Placement(transformation(extent={{-90,60},{-70,80}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + final k=0.55) + "Medium valve opening signal" + annotation (Placement(transformation(extent={{10,60},{30,80}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con2( + final k=1) + "High valve opening signal" + annotation (Placement(transformation(extent={{-90,-40},{-70,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul( + final period=3600, + final shift=1800) + "Condensation sensor signal" + annotation (Placement(transformation(extent={{-90,20},{-70,40}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul1( + final period=3600, + final shift=1800) + "Condensation sensor signal" + annotation (Placement(transformation(extent={{10,20},{30,40}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul2( + final period=3600, + final shift=1800) + "Condensation sensor signal" + annotation (Placement(transformation(extent={{-90,-80},{-70,-60}}))); + +equation + + connect(con.y, chiWatSupRes.uValPos) annotation (Line(points={{-68,70},{-60,70}, + {-60,54},{-42,54}}, color={0,0,127})); + connect(con1.y, chiWatSupRes1.uValPos) annotation (Line(points={{32,70},{40,70}, + {40,54},{58,54}}, color={0,0,127})); + connect(con2.y, chiWatSupRes2.uValPos) annotation (Line(points={{-68,-30},{-60, + -30},{-60,-46},{-42,-46}}, color={0,0,127})); + connect(booPul.y, chiWatSupRes.uConSen) annotation (Line(points={{-68,30},{-60, + 30},{-60,46},{-42,46}}, color={255,0,255})); + connect(booPul1.y, chiWatSupRes1.uConSen) annotation (Line(points={{32,30},{40, + 30},{40,46},{58,46}}, color={255,0,255})); + connect(booPul2.y, chiWatSupRes2.uConSen) annotation (Line(points={{-68,-70},{ + -60,-70},{-60,-54},{-42,-54}}, color={255,0,255})); +annotation ( + experiment( + StopTime=3600, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end ChilledWaterSupplyReset; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo new file mode 100644 index 00000000000..ba3435418ab --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo @@ -0,0 +1,49 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model OperatingMode "Validate system operating mode setpoint controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode + operatingMode( schTab=[0,0; 1,1; 2,0; 24,0]) + annotation (Placement(transformation(extent={{10,-10},{30,10}}))); +protected + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul(final period=4000) + "Boolean pulse source" + annotation (Placement(transformation(extent={{-30,-10},{-10,10}}))); + +equation + connect(booPul.y, operatingMode.uDetOcc) + annotation (Line(points={{-8,0},{8,0}}, color={255,0,255})); +annotation ( + experiment( + StopTime=7200, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end OperatingMode; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo new file mode 100644 index 00000000000..c8882c91a8f --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo @@ -0,0 +1,100 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model ZoneRegulation "Validate zone regulation controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation + zonRegCon( + final VDes_occ=0.5, + final VDes_unoccSch=0.1, + final VDes_unoccUnsch=0.2) "Zone temperature regulator" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + +protected + Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt + "Real to Integer conversion" + annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp ram( + final height=3, + final duration=3600) + "Ramp input signal" + annotation (Placement(transformation(extent={{-70,-40},{-50,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin( + final amplitude=0.5, + final freqHz=1/360, + final offset=0.5) + "Continuous sine signal" + annotation (Placement(transformation(extent={{-70,0},{-50,20}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul( + final width=0.95, + final period=1200) + "Boolean step signal" + annotation (Placement(transformation(extent={{-70,40},{-50,60}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{-30,40},{-10,60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin1( + final amplitude=5, + final freqHz=1/720, + final offset=295) + "Continuous sine signal" + annotation (Placement(transformation(extent={{-70,70},{-50,90}}))); + +equation + connect(ram.y, reaToInt.u) + annotation (Line(points={{-48,-30},{-42,-30}}, + color={0,0,127})); + + connect(reaToInt.y, zonRegCon.uOpeMod) annotation (Line(points={{-18,-30},{0,-30}, + {0,-6},{18,-6}}, color={255,127,0})); + + connect(sin.y, zonRegCon.VDis_flow) annotation (Line(points={{-48,10},{0,10},{ + 0,-2},{18,-2}}, color={0,0,127})); + + connect(booPul.y, not1.u) + annotation (Line(points={{-48,50},{-32,50}}, color={255,0,255})); + + connect(not1.y, zonRegCon.uConSen) annotation (Line(points={{-8,50},{10,50},{10, + 2},{18,2}}, color={255,0,255})); + + connect(sin1.y, zonRegCon.TZon) annotation (Line(points={{-48,80},{14,80},{14, + 6},{18,6}}, color={0,0,127})); + +annotation ( + experiment( + StopTime=3600, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end ZoneRegulation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mo new file mode 100644 index 00000000000..eb46866d9cc --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mo @@ -0,0 +1,62 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model ZoneTemperature + "Validate zone temperature setpoint controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneTemperature + TZonSet + "Zone temperature setpoint controller" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + +protected + Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt + "Real to Integer conversion" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp ram( + final height=3, + final duration=90) + "Ramp input signal" + annotation (Placement(transformation(extent={{-40,-10},{-20,10}}))); + +equation + connect(reaToInt.y, TZonSet.uOpeMod) + annotation (Line(points={{12,0},{18,0}}, color={255,127,0})); + + connect(ram.y, reaToInt.u) + annotation (Line(points={{-18,0},{-12,0}}, color={0,0,127})); + +annotation ( + experiment( + StopTime=90, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneTemperature. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end ZoneTemperature; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.mo new file mode 100644 index 00000000000..91c9dc80e8e --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.mo @@ -0,0 +1,38 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +package Validation "Collection of validation models" + + +annotation (preferredView="info", Documentation(info=" +

    +This package contains validation models for the classes in + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints. +

    +

    +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order new file mode 100644 index 00000000000..8b6f271903d --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order @@ -0,0 +1,6 @@ +ChilledWaterStaticPressureSetpointReset +OperatingMode +BypassValvePosition +ZoneTemperature +ChilledWaterSupplyReset +ZoneRegulation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo new file mode 100644 index 00000000000..64615df2a51 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo @@ -0,0 +1,479 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block ZoneRegulation "Controller for zone CAV box and chilled beam manifold" + + parameter Real conSenOnThr( + final unit="s", + displayUnit="s", + final quantity="Time") = 60 + "Threshold time for condensation sensor signal before CAV damper is completely opened"; + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeCoo= + Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation (Dialog(group="Cooling loop signal")); + + parameter Real kCoo(final unit="1/K") = 0.1 + "Gain for cooling control loop signal" + annotation(Dialog(group="Cooling loop signal")); + + parameter Real TiCoo( + final unit="s", + final quantity="Time")=900 + "Time constant of integrator block for cooling control loop signal" + annotation(Dialog(group="Cooling loop signal", + enable=controllerTypeCoo == Buildings.Controls.OBC.CDL.Types.SimpleController.PI + or controllerTypeCoo == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Real TdCoo( + final unit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for cooling control loop signal" + annotation (Dialog(group="Cooling loop signal", + enable=controllerTypeCoo == Buildings.Controls.OBC.CDL.Types.SimpleController.PD + or controllerTypeCoo == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeHea= + Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation(Dialog(group="Heating loop signal")); + + parameter Real kHea(final unit="1/K")=0.1 + "Gain for heating control loop signal" + annotation(Dialog(group="Heating loop signal")); + + parameter Real TiHea( + final unit="s", + final quantity="Time")=900 + "Time constant of integrator block for heating control loop signal" + annotation(Dialog(group="Heating loop signal", + enable=controllerTypeHea == Buildings.Controls.OBC.CDL.Types.SimpleController.PI + or controllerTypeHea == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Real TdHea( + final unit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for heating control loop signal" + annotation (Dialog(group="Heating loop signal", + enable=controllerTypeHea == Buildings.Controls.OBC.CDL.Types.SimpleController.PD + or controllerTypeHea == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeDam= + Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation (Dialog(group="Damper")); + + parameter Real kDam(final unit="1")=0.5 + "Gain of controller for damper control" + annotation (Dialog(group="Damper")); + + parameter Real TiDam( + final unit="s", + final quantity="Time")=300 + "Time constant of integrator block for damper control" + annotation (Dialog(group="Damper", + enable=controllerTypeDam == Buildings.Controls.OBC.CDL.Types.SimpleController.PI + or controllerTypeDam == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Real TdDam( + final unit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for damper control" + annotation (Dialog(group="Damper", + enable=controllerTypeDam == Buildings.Controls.OBC.CDL.Types.SimpleController.PD + or controllerTypeDam == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Real VDes_occ( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is occupied" + annotation (Dialog(tab="Setpoints", group="Airflow setpoints")); + + parameter Real VDes_unoccSch( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is unoccupied during scheduled unoccupancy" + annotation (Dialog(tab="Setpoints", group="Airflow setpoints")); + + parameter Real VDes_unoccUnsch( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is unoccupied during scheduled occupancy" + annotation (Dialog(tab="Setpoints", group="Airflow setpoints")); + + parameter Real zonOccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=293.15 + "Zone heating setpoint when it is occupied" + annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); + + parameter Real zonUnoccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=290.15 + "Zone heating setpoint when it is unoccupied" + annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); + + parameter Real zonOccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=296.15 + "Zone cooling setpoint when it is occupied" + annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); + + parameter Real zonUnoccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=299.15 + "Zone cooling setpoint when it is unoccupied" + annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uConSen + "Signal from condensation sensor in zone" + annotation (Placement(transformation(extent={{-180,20},{-140,60}}), + iconTransformation(extent={{-140,0},{-100,40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uOpeMod + "Zone operation mode" + annotation (Placement(transformation(extent={{-180,-190},{-140,-150}}), + iconTransformation(extent={{-140,-80},{-100,-40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TZon( + final quantity="ThermodynamicTemperature", + final unit="K", + displayUnit="degC") + "Measured zone temperature" + annotation (Placement(transformation(extent={{-180,100},{-140,140}}), + iconTransformation(extent={{-140,40},{-100,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput VDis_flow( + final unit="m3/s", + final quantity="VolumeFlowRate") + "Measured discharge airflow rate" + annotation (Placement(transformation(extent={{-180,-70},{-140,-30}}), + iconTransformation(extent={{-140,-40},{-100,0}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiVal( + final min=0, + final max=1, + final unit="1") + "Signal for chilled beam manifold valve" + annotation (Placement(transformation(extent={{140,20},{180,60}}), + iconTransformation(extent={{100,-20},{140,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDam( + final min=0, + final max=1, + final unit="1") + "Signal for CAV damper" + annotation (Placement(transformation(extent={{140,-50},{180,-10}}), + iconTransformation(extent={{100,-60},{140,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yReh( + final min=0, + final max=1, + final unit="1") + "Reheat signal to CAV terminal" + annotation (Placement(transformation(extent={{140,140},{180,180}}), + iconTransformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneTemperature TZonSet( + final zonOccHeaSet=zonOccHeaSet, + final zonUnoccHeaSet=zonUnoccHeaSet, + final zonOccCooSet=zonOccCooSet, + final zonUnoccCooSet=zonUnoccCooSet) + "Zone temperature setpoint controller" + annotation (Placement(transformation(extent={{-100,110},{-80,130}}))); + + Buildings.Controls.OBC.CDL.Continuous.MultiSum mulSum( + final nin=3) + "Find required volume flow rate" + annotation (Placement(transformation(extent={{-30,-40},{-10,-20}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conHeaLoo( + final controllerType=controllerTypeHea, + final k=kHea, + final Ti=TiHea, + final Td=TdHea, + final yMax=1, + final yMin=0) + "Heating loop signal" + annotation (Placement(transformation(extent={{0,150},{20,170}}))); + + Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conCooLoo( + final controllerType=controllerTypeCoo, + final k=kCoo, + final Ti=TiCoo, + final Td=TdCoo, + final yMax=1, + final yMin=0, + reverseActing=false) + "Cooling loop signal" + annotation (Placement(transformation(extent={{0,110},{20,130}}))); + + Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conDam( + final controllerType=controllerTypeDam, + final k=kDam, + final Ti=TiDam, + final Td=TdHea, + final yMax=1, + final yMin=0) + "Damper control" + annotation (Placement(transformation(extent={{0,-40},{20,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Product pro[3] + "Product of required volume flow rate for a given mode and the current mode status" + annotation (Placement(transformation(extent={{-60,-40},{-40,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con[3]( + final k={VDes_occ,VDes_unoccSch,VDes_unoccUnsch}) + "Design volume fliow rates for each operation mode" + annotation (Placement(transformation(extent={{-100,-20},{-80,0}}))); + + Buildings.Controls.OBC.CDL.Routing.IntegerReplicator intRep( + final nout=3) + "Integer replicator" + annotation (Placement(transformation(extent={{-110,-90},{-90,-70}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal intEqu[3] + "Find current mode from all possible modes" + annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea[3] + "Boolean to Real conversion" + annotation (Placement(transformation(extent={{-50,-90},{-30,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{10,30},{30,50}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea1 + "Boolean to Real conversion" + annotation (Placement(transformation(extent={{50,30},{70,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Product pro1 + "Product" + annotation (Placement(transformation(extent={{90,30},{110,50}}))); + + Buildings.Controls.OBC.CDL.Utilities.Assert assMes( + final message="Condensation detected in the zone") + "Zone condensation warning" + annotation (Placement(transformation(extent={{50,60},{70,80}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + annotation (Placement(transformation(extent={{80,-40},{100,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + final k=1) + "Constant CAV damper open signal" + annotation (Placement(transformation(extent={{0,0},{20,20}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim( + final t=conSenOnThr) + "Check if condensation sensor signal has been on for time beyond threshold" + annotation (Placement(transformation(extent={{-48,30},{-28,50}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal isUnOcc + "Output true if unoccupied" + annotation (Placement(transformation(extent={{-20,-160},{0,-140}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntUn( + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) + "Constant signal for unoccupied mode" + annotation (Placement(transformation(extent={{-60,-160},{-40,-140}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[3]( + final k={Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled}) + "List of possible modes" + annotation (Placement(transformation(extent={{-110,-120},{-90,-100}}))); + +equation + connect(TZon, conHeaLoo.u_m) + annotation (Line(points={{-160,120},{-130,120},{-130,140},{10,140},{10,148}}, + color={0,0,127})); + + connect(TZon, conCooLoo.u_m) + annotation (Line(points={{-160,120},{-130,120},{-130,100},{10,100},{10,108}}, + color={0,0,127})); + + connect(conIntUn.y, isUnOcc.u1) + annotation (Line(points={{-38,-150},{-22,-150}}, color={255,127,0})); + + connect(uOpeMod, isUnOcc.u2) annotation (Line(points={{-160,-170},{-32,-170},{ + -32,-158},{-22,-158}}, color={255,127,0})); + + connect(conHeaLoo.y, yReh) + annotation (Line(points={{22,160},{160,160}}, color={0,0,127})); + + connect(VDis_flow, conDam.u_m) + annotation (Line(points={{-160,-50},{10,-50},{10,-42}}, color={0,0,127})); + + connect(conDam.u_s, mulSum.y) + annotation (Line(points={{-2,-30},{-8,-30}}, color={0,0,127})); + + connect(pro.y, mulSum.u[1:3]) annotation (Line(points={{-38,-30},{-36,-30},{ + -36,-31.3333},{-32,-31.3333}}, + color={0,0,127})); + + connect(con.y, pro.u1) annotation (Line(points={{-78,-10},{-70,-10},{-70,-24}, + {-62,-24}}, color={0,0,127})); + + connect(uOpeMod, intRep.u) annotation (Line(points={{-160,-170},{-120,-170},{-120, + -80},{-112,-80}}, color={255,127,0})); + + connect(intRep.y, intEqu.u1) + annotation (Line(points={{-88,-80},{-82,-80}}, color={255,127,0})); + + connect(isUnOcc.y, conDam.trigger) annotation (Line(points={{2,-150},{12,-150}, + {12,-60},{4,-60},{4,-42}}, color={255,0,255})); + + connect(isUnOcc.y, conCooLoo.trigger) annotation (Line(points={{2,-150},{12,-150}, + {12,-60},{-110,-60},{-110,90},{4,90},{4,108}}, color={255,0,255})); + + connect(isUnOcc.y, conHeaLoo.trigger) annotation (Line(points={{2,-150},{12,-150}, + {12,-60},{-110,-60},{-110,144},{4,144},{4,148}}, color={255,0,255})); + + connect(conInt.y, intEqu.u2) annotation (Line(points={{-88,-110},{-86,-110},{-86, + -88},{-82,-88}}, color={255,127,0})); + + connect(intEqu.y, booToRea.u) + annotation (Line(points={{-58,-80},{-52,-80}}, color={255,0,255})); + + connect(booToRea.y, pro.u2) annotation (Line(points={{-28,-80},{-20,-80},{-20, + -56},{-80,-56},{-80,-36},{-62,-36}}, color={0,0,127})); + + connect(not1.y, booToRea1.u) + annotation (Line(points={{32,40},{48,40}}, color={255,0,255})); + + connect(booToRea1.y, pro1.u2) annotation (Line(points={{72,40},{80,40},{80,34}, + {88,34}}, color={0,0,127})); + + connect(conCooLoo.y, pro1.u1) annotation (Line(points={{22,120},{80,120},{80,46}, + {88,46}}, color={0,0,127})); + + connect(pro1.y, yChiVal) + annotation (Line(points={{112,40},{160,40}}, color={0,0,127})); + + connect(not1.y, assMes.u) annotation (Line(points={{32,40},{40,40},{40,70},{48, + 70}}, color={255,0,255})); + + connect(TZonSet.TZonHeaSet, conHeaLoo.u_s) annotation (Line(points={{-78,126}, + {-20,126},{-20,160},{-2,160}}, color={0,0,127})); + + connect(TZonSet.TZonCooSet, conCooLoo.u_s) annotation (Line(points={{-78,114}, + {-20,114},{-20,120},{-2,120}}, color={0,0,127})); + + connect(uOpeMod, TZonSet.uOpeMod) annotation (Line(points={{-160,-170},{-120,-170}, + {-120,120},{-102,120}}, color={255,127,0})); + + connect(swi.y, yDam) + annotation (Line(points={{102,-30},{160,-30}}, color={0,0,127})); + + connect(conDam.y, swi.u3) annotation (Line(points={{22,-30},{60,-30},{60,-38}, + {78,-38}}, color={0,0,127})); + + connect(con1.y, swi.u1) annotation (Line(points={{22,10},{70,10},{70,-22},{78, + -22}}, color={0,0,127})); + + connect(uConSen, tim.u) annotation (Line(points={{-160,40},{-50,40}}, + color={255,0,255})); + + connect(tim.passed, swi.u2) annotation (Line(points={{-26,32},{-10,32},{-10,-8}, + {66,-8},{66,-30},{78,-30}}, + color={255,0,255})); + + connect(tim.passed, not1.u) annotation (Line(points={{-26,32},{-10,32},{-10,40}, + {8,40}}, color={255,0,255})); + +annotation (defaultComponentName="zonRegCon", + Icon(graphics={Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-120,160},{114,108}}, + textString="%name", + lineColor={0,0,255})}), + Diagram(coordinateSystem(extent={{-140,-180},{140,180}})), +Documentation(info=" +

    +Zone temperature regulation controller for terminal box of CAV DOAS system with +reheat and chilled beam mainfold valves. It outputs damper position yDam, +reheat signal yReh, and chilled water manifold control valve position +yVal. +

    +

    +Each signal is calculated as follows. +

      +
    1. +Reheat signal + +
    2. +
    3. +Damper signal +
        +
      • +The CAV damper position signal yDam is modified based on the operating +mode signal uOpeMod. +
      • +
      • +When the operating mode is occupied, yDam is adjusted +to supply air at volume flow rate Vdes_occ. +
      • +
      • +When the operating mode is unoccupiedUnscheduled, yDam +is adjusted to supply air at volume flow rate Vdes_unoccUnsch. +
      • +
      • +When the operating mode is unoccupiedScheduled, yDam +is adjusted to supply air at volume flow rate Vdes_unoccSch. +
      • +
      • +When a continuous signal is received from the condensation sensor in the zone +uConSen for time conSenOnThr, yDam is set +to fully open. +
      • +
      +
    4. +
    5. +Chilled beam control valve position + +
    6. +
    +

    +", revisions=" + +")); +end ZoneRegulation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo new file mode 100644 index 00000000000..552850fc98a --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo @@ -0,0 +1,156 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block ZoneTemperature + "Sequence to generate zone heating and cooling setpoint temperatures" + + parameter Real zonOccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") = 293.15 + "Zone heating setpoint when it is occupied"; + + parameter Real zonUnoccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") = 290.15 + "Zone heating setpoint when it is unoccupied"; + + parameter Real zonOccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") = 296.15 + "Zone cooling setpoint when it is occupied"; + + parameter Real zonUnoccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") = 299.15 + "Zone cooling setpoint when it is unoccupied"; + + Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uOpeMod + "Operating mode signal" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZonHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") + "Zone heating setpoint temperature" + annotation (Placement(transformation(extent={{100,40},{140,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZonCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") + "Zone cooling setpoint temperature" + annotation (Placement(transformation(extent={{100,-80},{140,-40}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + final k=zonOccHeaSet) + "Zone occupied heating setpoint" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + final k=zonUnoccHeaSet) + "Zone unoccupied heating setpoint" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con2( + final k=zonOccCooSet) + "Zone occupied cooling setpoint" + annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con3( + final k=zonUnoccCooSet) + "Zone unoccupied cooling setpoint" + annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal intEqu + "Check if current mode is occupied" + annotation (Placement(transformation(extent={{0,-10},{20,10}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) + "Occupied mode signal" + annotation (Placement(transformation(extent={{-40,-30},{-20,-10}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Switch" + annotation (Placement(transformation(extent={{40,50},{60,70}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi1 + "Switch" + annotation (Placement(transformation(extent={{40,-70},{60,-50}}))); + +equation + connect(conInt.y, intEqu.u2) annotation (Line(points={{-18,-20},{-10,-20},{-10, + -8},{-2,-8}}, color={255,127,0})); + + connect(uOpeMod, intEqu.u1) + annotation (Line(points={{-120,0},{-2,0}}, color={255,127,0})); + + connect(con.y, swi.u1) annotation (Line(points={{-58,80},{30,80},{30,68},{38,68}}, + color={0,0,127})); + + connect(con1.y, swi.u3) annotation (Line(points={{-58,40},{30,40},{30,52},{38, + 52}}, color={0,0,127})); + + connect(intEqu.y, swi.u2) annotation (Line(points={{22,0},{32,0},{32,60},{38,60}}, + color={255,0,255})); + + connect(con2.y, swi1.u1) annotation (Line(points={{-58,-40},{30,-40},{30,-52}, + {38,-52}}, color={0,0,127})); + + connect(con3.y, swi1.u3) annotation (Line(points={{-58,-80},{30,-80},{30,-68}, + {38,-68}}, color={0,0,127})); + + connect(intEqu.y, swi1.u2) annotation (Line(points={{22,0},{32,0},{32,-60},{38, + -60}}, color={255,0,255})); + + connect(swi.y, TZonHeaSet) + annotation (Line(points={{62,60},{120,60}}, color={0,0,127})); + + connect(swi1.y, TZonCooSet) + annotation (Line(points={{62,-60},{120,-60}}, color={0,0,127})); + +annotation(defaultComponentName="TZonSet", + Icon(coordinateSystem(preserveAspectRatio=false), + graphics={ + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid)}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

    +Sequences for calculating zone heating and cooling setpoint temperatures. The +setpoints are calculated as follows. +

    +

    +", +revisions=" + +")); +end ZoneTemperature; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo new file mode 100644 index 00000000000..d5e62a15b0f --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo @@ -0,0 +1,18 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +package SetPoints "Package with sequences for controlling system setpoints" +annotation (Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0), + Text( + extent={{-100,100},{100,-100}}, + lineColor={0,0,0}, + textString="S")})); +end SetPoints; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order new file mode 100644 index 00000000000..d322d665ad1 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order @@ -0,0 +1,7 @@ +ChilledWaterStaticPressureSetpointReset +Validation +OperatingMode +BypassValvePosition +ZoneTemperature +ChilledWaterSupplyReset +ZoneRegulation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo new file mode 100644 index 00000000000..38b0be59271 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo @@ -0,0 +1,422 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System; +block SystemController "Main chilled beam system controller" + + parameter Integer nPum=2 + "Number of chilled water pumps" + annotation (Dialog(group="System parameters")); + + parameter Integer nVal = 3 + "Total number of chilled water control valves on chilled beams" + annotation (Dialog(group="System parameters")); + + parameter Real minPumSpe( + final unit="1", + displayUnit="1", + final min=0, + final max=maxPumSpe) = 0.1 + "Minimum pump speed" + annotation (Dialog(group="Pump parameters")); + + parameter Real maxPumSpe( + final unit="1", + displayUnit="1", + final min=minPumSpe, + final max=1) = 1 + "Maximum pump speed" + annotation (Dialog(group="Pump parameters")); + + parameter Real valPosClo( + final unit="1", + displayUnit="1")=0.05 + "Valve position at which it is deemed to be closed" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valPosOpe( + final unit="1", + displayUnit="1")=0.1 + "Valve position at which it is deemed to be open" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valOpeThr( + final unit="s", + displayUnit="s", + final quantity="time")=30 + "Minimum threshold time for which a valve has to be open to enable lead pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valCloThr( + final unit="s", + displayUnit="s", + final quantity="time")=60 + "Minimum threshold time for which all valves have to be closed to disable lead pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real speLim( + final unit="1", + displayUnit="1") = 0.75 + "Speed limit with longer enable delay for enabling next lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real speLim1( + final unit="1", + displayUnit="1") = 0.9 + "Speed limit with shorter enable delay for enabling next lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real speLim2( + final unit="1", + displayUnit="1") = 0.25 + "Speed limit for disabling last lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer1( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for enabling next lag pump at speed limit speLim" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer2( + final unit="s", + displayUnit="s", + final quantity="time") = 60 + "Delay time period for enabling next lag pump at speed limit speLim1" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer3( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for disabling last lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real kPumSpe( + final unit="1", + displayUnit="1", + final min=0) = 1 + "Gain of controller" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real TiPumSpe( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.5 + "Time constant of integrator block" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real TdPumSpe( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.1 + "Time constant of derivative block" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real dPChiWatMax( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 50000 + "Maximum allowed differential pressure in the chilled water loop" + annotation(Dialog(group="System parameters")); + + parameter Real kBypVal( + final unit="1", + displayUnit="1") = 1 + "Gain of controller" + annotation (Dialog(tab="Bypass valve parameters", + group="PID parameters")); + + parameter Real TiBypVal( + final unit="s", + displayUnit="s", + final quantity="Time") = 0.5 + "Time constant of integrator block" + annotation (Dialog(tab="Bypass valve parameters", + group="PID parameters")); + + parameter Real TdBypVal( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.1 + "Time constant of derivative block" + annotation (Dialog(tab="Bypass valve parameters", + group="PID parameters")); + + parameter Real dPumSpe( + final unit="1", + displayUnit="1")=0.01 + "Value added to minimum pump speed to get upper hysteresis limit" + annotation (Dialog(tab="Pump control parameters", + group="Advanced")); + + parameter Real valPosLowClo( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending one request to Trim-and-Respond logic" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter Real valPosLowOpe( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending one request to Trim-and-Respond logic" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter Real valPosHigClo( + final unit="1", + displayUnit="1") = 0.95 + "Lower limit for sending two requests to Trim-and-Respond logic" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter Real valPosHigOpe( + final unit="1", + displayUnit="1") = 0.99 + "Upper limit for sending two requests to Trim-and-Respond logic" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter Real chiWatStaPreMax( + final unit="Pa", + displayUnit="Pa", + final quantity="Pressure") = 30000 + "Maximum chilled water loop static pressure setpoint" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real chiWatStaPreMin( + final unit="Pa", + displayUnit="Pa", + final quantity="Pressure") = 20000 + "Minimum chilled water loop static pressure setpoint" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real triAmoVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = -500 + "Static pressure trim amount" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real resAmoVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 750 + "Static pressure respond amount" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real maxResVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 1000 + "Static pressure maximum respond amount" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real samPerVal( + final unit="s", + displayUnit="s", + final quantity="Duration") = 30 + "Sample period duration" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real delTimVal( + final unit="s", + displayUnit="min", + final quantity="Duration") = 120 + "Delay period duration" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real thrTimLow( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating one request" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter Real thrTimHig( + final unit="s", + displayUnit="s", + final quantity="Duration") = 30 + "Threshold time for generating two requests" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter CDL.Types.SimpleController controllerTypeBypVal=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller for bypass valve position" + annotation (Dialog(tab="Bypass valve parameters", + group="PID parameters")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] + "Pump status from plant" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dPChiWatLoo + "Measured chilled water loop differential pressure" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal] + "Measured chilled beam manifold control valve position" + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiWatPum[nPum] + "Chilled water pump enable signal" + annotation (Placement(transformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yPumSpe + "Chilled water pump speed signal" + annotation (Placement(transformation(extent={{100,-20},{140,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yBypValPos + "Bypass valve position signal" + annotation (Placement(transformation(extent={{100,-60},{140,-20}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( + final nVal=nVal, + final nPum=nPum, + final valPosLowClo=valPosLowClo, + final valPosLowOpe=valPosLowOpe, + final valPosHigClo=valPosHigClo, + final valPosHigOpe=valPosHigOpe, + final chiWatStaPreMax=chiWatStaPreMax, + final chiWatStaPreMin=chiWatStaPreMin, + final triAmoVal=triAmoVal, + final resAmoVal=resAmoVal, + final maxResVal=maxResVal, + final samPerVal=samPerVal, + final delTimVal=delTimVal, + final thrTimLow=thrTimLow, + final thrTimHig=thrTimHig) + "Chilled water static pressure setpoint reset" + annotation (Placement(transformation(extent={{-40,-70},{-20,-50}}))); + +protected + parameter Integer pumStaOrd[nPum]={i for i in 1:nPum} + "Chilled water pump staging order"; + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller secPumCon( + final nPum=nPum, + final nVal=nVal, + final nSen=1, + final minPumSpe=minPumSpe, + final maxPumSpe=maxPumSpe, + final speLim=speLim, + final speLim1=speLim1, + final speLim2=speLim2, + final timPer1=timPer1, + final timPer2=timPer2, + final timPer3=timPer3, + final k=kPumSpe, + final Ti=TiPumSpe, + final Td=TdPumSpe) + "Secondary pump controller" + annotation (Placement(transformation(extent={{0,20},{20,40}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition bypValPos( + final nPum=nPum, + final minPumSpe=minPumSpe, + final dPumSpe=dPumSpe, + final dPChiWatMax=dPChiWatMax, + final k=kBypVal, + final Ti=TiBypVal, + final Td=TdBypVal, + final controllerType=controllerTypeBypVal) + "Bypass valve position controller" + annotation (Placement(transformation(extent={{40,-40},{60,-20}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[nPum]( + final k=pumStaOrd) + "Constant integer source" + annotation (Placement(transformation(extent={{-80,50},{-60,70}}))); + +equation + connect(chiWatStaPreSetRes.yStaPreSetPoi, secPumCon.dpChiWatSet) annotation ( + Line(points={{-18,-60},{-10,-60},{-10,22},{-2,22}}, color={0,0,127})); + connect(uPumSta, bypValPos.uPumSta) annotation (Line(points={{-120,40},{-50,40}, + {-50,-25},{38,-25}}, + color={255,0,255})); + connect(uPumSta, secPumCon.uChiWatPum) annotation (Line(points={{-120,40},{-50, + 40},{-50,34},{-2,34}}, color={255,0,255})); + connect(uPumSta, chiWatStaPreSetRes.uPumSta) annotation (Line(points={{-120,40}, + {-50,40},{-50,-55},{-42,-55}}, color={255,0,255})); + connect(conInt.y, secPumCon.uPumLeaLag) annotation (Line(points={{-58,60},{-40, + 60},{-40,38},{-2,38}}, color={255,127,0})); + connect(secPumCon.yPumSpe, bypValPos.uPumSpe) annotation (Line(points={{22,28}, + {30,28},{30,-30},{38,-30}}, + color={0,0,127})); + connect(dPChiWatLoo, bypValPos.dpChiWatLoo) annotation (Line(points={{-120,0}, + {-90,0},{-90,-35},{38,-35}},color={0,0,127})); + connect(dPChiWatLoo, secPumCon.dpChiWat_remote[1]) annotation (Line(points={{-120,0}, + {-90,0},{-90,20},{-20,20},{-20,26},{-2,26}}, color={0,0,127})); + connect(uValPos, secPumCon.uValPos) annotation (Line(points={{-120,-40},{-60,-40}, + {-60,30},{-2,30}}, color={0,0,127})); + connect(uValPos, chiWatStaPreSetRes.uValPos) annotation (Line(points={{-120,-40}, + {-60,-40},{-60,-65},{-42,-65}}, + color={0,0,127})); + connect(secPumCon.yChiWatPum, yChiWatPum) annotation (Line(points={{22,32},{30, + 32},{30,40},{120,40}}, color={255,0,255})); + connect(secPumCon.yPumSpe, yPumSpe) annotation (Line(points={{22,28},{30,28},{ + 30,0},{120,0}}, color={0,0,127})); + connect(bypValPos.yBypValPos, yBypValPos) annotation (Line(points={{62,-30},{80, + -30},{80,-40},{120,-40}}, color={0,0,127})); + annotation (defaultComponentName="sysCon", + Icon(coordinateSystem(preserveAspectRatio=false), graphics={ + Text( + extent={{-120,160},{114,108}}, + textString="%name", + lineColor={0,0,255}), + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid)}), Diagram( + coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

    +Sequences for operating the main chilled beam system. +

    +

    +This block generates signals for enabling the secondary chilled water pump +yChiWatPum, pump speed yPumSpe and bypass valve +position signal yBypValPos. It consists of the following components: +

      +
    1. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller: +This block generates yChiWatPum and yPumSpe based on +the chilled beam manifold control valve position uValPos and the +measured chilled water loop differential pressure dPChiWatLoo. +
    2. +
    3. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset: +This block generates the chilled water loop differential pressure setpoint based +on uValPos and the pump proven on status uPumSta. +
    4. +
    5. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition: +This block generates yBypValPos based on yChiWatPum, +yPumSpe and dPChiWatLoo. +
    6. +
    +

    +", +revisions=" + +")); +end SystemController; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo new file mode 100644 index 00000000000..3d5572a6c23 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo @@ -0,0 +1,74 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation; +model SystemController + "Validate zone temperature setpoint controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController + sysCon + "System controller" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul[3]( + final width=fill(0.9, 3), + final period=fill(3600, 3), + final shift=fill(100, 3)) + "Real pulse source" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Pre pre1[2] + "Logical pre block" + annotation (Placement(transformation(extent={{30,-10},{50,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2( + final amplitude=7500, + final freqHz=1/1800, + final offset=25000) + "Sine signal" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + +equation + connect(pul.y, sysCon.uValPos) + annotation (Line(points={{-58,0},{-40,0},{-40,-4},{-12,-4}}, color={0,0,127})); + connect(sin2.y, sysCon.dPChiWatLoo) + annotation (Line(points={{-58,40},{-28,40},{-28,0},{-12,0}}, color={0,0,127})); + connect(sysCon.yChiWatPum, pre1.u) + annotation (Line(points={{12,4},{20,4},{20,0},{28,0}}, color={255,0,255})); + connect(pre1.y, sysCon.uPumSta) + annotation (Line(points={{52,0},{60,0},{60,50},{-20,50},{-20,4},{-12,4}}, + color={255,0,255})); + +annotation ( + experiment( + StopTime=3600, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end SystemController; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.mo new file mode 100644 index 00000000000..ddfc0e465db --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.mo @@ -0,0 +1,37 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System; +package Validation "Collection of validation models" + +annotation (preferredView="info", Documentation(info=" +

    +This package contains validation models for the classes in + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System. +

    +

    +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order new file mode 100644 index 00000000000..0ab7f7289d8 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order @@ -0,0 +1 @@ +SystemController diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo new file mode 100644 index 00000000000..4a8a4f3c7d2 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo @@ -0,0 +1,3 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +package System "Package with AHU and chilled beam system controls" +end System; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order new file mode 100644 index 00000000000..629d08c4bd2 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order @@ -0,0 +1,2 @@ +SystemController +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo new file mode 100644 index 00000000000..fce4f03ab79 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo @@ -0,0 +1,406 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal; +block TerminalController + "Controller for zone CAV terminal and chilled beam manifold control valve" + + parameter Integer nSchRow=4 + "Number of rows in schedule table"; + + parameter Real schTab[nSchRow,2]=[0,1; 6,1; 18,1; 24,1] + "Table defining schedule for enabling plant"; + + parameter Real conSenOnThr( + final unit="s", + displayUnit="s", + final quantity="Time")=60 + "Threshold time for condensation sensor signal before CAV damper is completely opened" + annotation(Dialog(tab="Zone regulation parameters")); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation(Dialog(tab="Zone regulation parameters", + group="Cooling control parameters")); + + parameter Real kCoo( + final unit="1", + displayUnit="1")=0.1 + "Gain for cooling control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Cooling control parameters")); + + parameter Real TiCoo=900 + "Time constant of integrator block for cooling control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Cooling control parameters")); + + parameter Real TdCoo( + final unit="s", + displayUnit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for cooling control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Cooling control parameters")); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation(Dialog(tab="Zone regulation parameters", + group="Heating control parameters")); + + parameter Real kHea( + final unit="1", + displayUnit="1")=0.1 + "Gain for heating control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Heating control parameters")); + + parameter Real TiHea=900 + "Time constant of integrator block for heating control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Heating control parameters")); + + parameter Real TdHea( + final unit="s", + displayUnit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for heating control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Heating control parameters")); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation(Dialog(tab="Zone regulation parameters", + group="Ventilation control parameters")); + + parameter Real kDam( + final unit="1", + displayUnit="1")=0.5 + "Gain of controller for damper control" + annotation(Dialog(tab="Zone regulation parameters", + group="Ventilation control parameters")); + + parameter Real TiDam=300 + "Time constant of integrator block for damper control" + annotation(Dialog(tab="Zone regulation parameters", + group="Ventilation control parameters")); + + parameter Real TdDam( + final unit="s", + displayUnit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for damper control" + annotation(Dialog(tab="Zone regulation parameters", + group="Ventilation control parameters")); + + parameter Real VDes_occ( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is occupied" + annotation(Dialog(tab="Zone setpoints", group="Ventilation setpoints")); + + parameter Real VDes_unoccSch( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is unoccupied during scheduled unoccupancy" + annotation(Dialog(tab="Zone setpoints", group="Ventilation setpoints")); + + parameter Real VDes_unoccUnsch( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is unoccupied during scheduled occupancy" + annotation(Dialog(tab="Zone setpoints", group="Ventilation setpoints")); + + parameter Real zonOccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=293.15 + "Zone heating setpoint when it is occupied" + annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); + + parameter Real zonUnoccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=290.15 + "Zone heating setpoint when it is unoccupied" + annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); + + parameter Real zonOccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=296.15 + "Zone cooling setpoint when it is occupied" + annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); + + parameter Real zonUnoccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=299.15 + "Zone cooling setpoint when it is unoccupied" + annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); + + parameter Real valPosLowCloReq( + final unit="1", + displayUnit="1") = 0.05 + "Lower limit for sending one request for chilled water supply" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real valPosLowOpeReq( + final unit="1", + displayUnit="1") = 0.1 + "Upper limit for sending one request for chilled water supply" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real valPosHigCloReq( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending two requests for chilled water supply" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real valPosHigOpeReq( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending two requests for chilled water supply" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real thrTimLowReq( + final unit="s", + displayUnit="s", + final quantity="Duration") = 300 + "Threshold time for generating one chilled water supply request" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real thrTimHigReq( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating two chilled water supply requests" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real valPosLowCloTemRes( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending one request for chilled water temperature reset" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + parameter Real valPosLowOpeTemRes( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending one request for chilled water temperature reset" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + parameter Real valPosHigCloTemRes( + final unit="1", + displayUnit="1") = 0.95 + "Lower limit for sending two requests for chilled water temperature reset" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + parameter Real valPosHigOpeTemRes( + final unit="1", + displayUnit="1") = 0.99 + "Upper limit for sending two requests for chilled water temperature reset" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + parameter Real thrTimLowTemRes( + final unit="s", + displayUnit="s", + final quantity="Duration") = 300 + "Threshold time for generating one chilled water temperature reset request" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + parameter Real thrTimHigTemRes( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating two chilled water temperature reset requests" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDetOcc + "Detected occupancy in zone" + annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uConSen + "Signal indicating condensation detected in zone" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TZon( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") + "Measured zone temperature" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput VDis_flow( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Measured discharge air flow rate from CAV terminal" + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uChiVal( + final unit="1", + displayUnit="1") + "Measured chilled beam manifold control valve position" + annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yChiWatSupReq + "Chilled water supply requests" + annotation (Placement(transformation(extent={{100,-60},{140,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput TChiWatReq + "Chilled water temperature reset requests" + annotation (Placement(transformation(extent={{100,-100},{140,-60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yReh + "CAV terminal reheat signal" + annotation (Placement(transformation(extent={{100,60},{140,100}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDam + "CAV terminal damper position signal" + annotation (Placement(transformation(extent={{100,-20},{140,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiVal + "Chilled beam manifold control valve position signal" + annotation (Placement(transformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation zonRegCon( + final conSenOnThr=conSenOnThr, + final controllerTypeCoo=controllerTypeCoo, + final kCoo=kCoo, + final TiCoo=TiCoo, + final TdCoo=TdCoo, + final controllerTypeHea=controllerTypeHea, + final kHea=kHea, + final TiHea=TiHea, + final TdHea=TdHea, + final controllerTypeDam=controllerTypeDam, + final kDam=kDam, + final TiDam=TiDam, + final TdDam=TdDam, + final VDes_occ=VDes_occ, + final VDes_unoccSch=VDes_unoccSch, + final VDes_unoccUnsch=VDes_unoccUnsch, + final zonOccHeaSet=zonOccHeaSet, + final zonUnoccHeaSet=zonUnoccHeaSet, + final zonOccCooSet=zonOccCooSet, + final zonUnoccCooSet=zonUnoccCooSet) + "Zone temperature regulation controller" + annotation (Placement(transformation(extent={{-10,20},{10,40}}))); + +protected + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode opeMod( + final nSchRow=nSchRow, + final schTab=schTab) + "Determine operating mode for zone" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset chiWatSupRes( + final valPosLowCloReq=valPosLowCloReq, + final valPosLowOpeReq=valPosLowOpeReq, + final valPosHigCloReq=valPosHigCloReq, + final valPosHigOpeReq=valPosHigOpeReq, + final thrTimLowReq=thrTimLowReq, + final thrTimHigReq=thrTimHigReq, + final valPosLowCloTemRes=valPosLowCloTemRes, + final valPosLowOpeTemRes=valPosLowOpeTemRes, + final valPosHigCloTemRes=valPosHigCloTemRes, + final valPosHigOpeTemRes=valPosHigOpeTemRes, + final thrTimLowTemRes=thrTimLowTemRes, + final thrTimHigTemRes=thrTimHigTemRes) + "Chilled water supply and temperature reset request generation" + annotation (Placement(transformation(extent={{-10,-70},{10,-50}}))); + +equation + connect(uDetOcc, opeMod.uDetOcc) + annotation (Line(points={{-120,80},{-82,80}}, color={255,0,255})); + connect(opeMod.yOpeMod, zonRegCon.uOpeMod) annotation (Line(points={{-58,80},{ + -50,80},{-50,24},{-12,24}}, color={255,127,0})); + connect(uConSen, zonRegCon.uConSen) annotation (Line(points={{-120,40},{-60,40}, + {-60,32},{-12,32}}, color={255,0,255})); + connect(TZon, zonRegCon.TZon) annotation (Line(points={{-120,0},{-40,0},{-40,36}, + {-12,36}}, color={0,0,127})); + connect(VDis_flow, zonRegCon.VDis_flow) annotation (Line(points={{-120,-40},{-30, + -40},{-30,28},{-12,28}}, color={0,0,127})); + connect(zonRegCon.yReh, yReh) annotation (Line(points={{12,34},{60,34},{60,80}, + {120,80}}, color={0,0,127})); + connect(zonRegCon.yChiVal, yChiVal) + annotation (Line(points={{12,30},{66,30},{66,40},{120,40}}, + color={0,0,127})); + connect(zonRegCon.yDam, yDam) annotation (Line(points={{12,26},{60,26},{60,0}, + {120,0}}, color={0,0,127})); + connect(uChiVal, chiWatSupRes.uValPos) annotation (Line(points={{-120,-80},{-20, + -80},{-20,-56},{-12,-56}}, color={0,0,127})); + connect(uConSen, chiWatSupRes.uConSen) annotation (Line(points={{-120,40},{-60, + 40},{-60,-64},{-12,-64}}, color={255,0,255})); + connect(chiWatSupRes.yChiWatSupReq, yChiWatSupReq) annotation (Line(points={{12, + -54},{80,-54},{80,-40},{120,-40}}, color={255,127,0})); + connect(chiWatSupRes.TChiWatReq, TChiWatReq) annotation (Line(points={{12,-66}, + {80,-66},{80,-80},{120,-80}}, color={255,127,0})); + annotation (defaultComponentName="terCon", + Icon(coordinateSystem(preserveAspectRatio=false), graphics={ + Text( + extent={{-120,160},{114,108}}, + textString="%name", + lineColor={0,0,255}), + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid)}), Diagram( + coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

    +Sequences for operating the zone CAV terminal box and the zone chilled beam manifold +control valve. +

    +

    +This block generates signals for chilled water beam manifold control valve +yChiVal, CAV terminal reheat signal yReh and CAV +damper position signal yDam. It also generates the requests for +chilled water supply yChiWatSupReq and chilled water supply temperature +reset TChiWatReq. It consists of the following components: +

      +
    1. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode: +This block generates an operating mode type signal based on the detected zone +occupancy uDetOcc and the zone occupancy schedule schTab. +
    2. +
    3. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation: +This block generates the output signals yChiVal, yReh +and yDam to regulate the zone temperature within the heating and +cooling temperature setpoints. +
    4. +
    5. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset: +This block generates the output signals yChiWatSupReq +and TChiWatReq which are provided to the chiller plant system +supplying chilled water. +
    6. +
    +

    +", +revisions=" + +")); +end TerminalController; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo new file mode 100644 index 00000000000..0f1cea537a8 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo @@ -0,0 +1,98 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation; +model TerminalController + "Validate zone temperature setpoint controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.TerminalController + terCon( + final VDes_occ=0.5, + final VDes_unoccSch=0.1, + final VDes_unoccUnsch=0.2) + "Zone terminal controller" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + +protected + Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel( + final samplePeriod=1) + "Unit delay" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin( + final amplitude=0.5, + final freqHz=1/360, + final offset=0.5) + "Continuous sine signal" + annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul( + final width=0.9, + final period=1200) + "Boolean step signal" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{-40,30},{-20,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin1( + final amplitude=5, + final freqHz=1/720, + final offset=295) + "Continuous sine signal" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul1( + final period=4000) + "Boolean pulse source" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + +equation + connect(booPul.y, not1.u) + annotation (Line(points={{-58,40},{-42,40}}, color={255,0,255})); + + connect(sin1.y, terCon.TZon) + annotation (Line(points={{-58,0},{18,0}}, color={0,0,127})); + connect(sin.y, terCon.VDis_flow) annotation (Line(points={{-58,-40},{0,-40},{0, + -4},{18,-4}}, color={0,0,127})); + connect(not1.y, terCon.uConSen) annotation (Line(points={{-18,40},{0,40},{0,4}, + {18,4}}, color={255,0,255})); + connect(booPul1.y, terCon.uDetOcc) annotation (Line(points={{-58,80},{10,80},{ + 10,8},{18,8}}, color={255,0,255})); + connect(terCon.yChiVal, uniDel.u) + annotation (Line(points={{42,4},{50,4},{50,0},{58,0}}, color={0,0,127})); + connect(uniDel.y, terCon.uChiVal) annotation (Line(points={{82,0},{90,0},{90,-20}, + {10,-20},{10,-8},{18,-8}}, color={0,0,127})); +annotation ( + experiment( + StopTime=3600, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.TerminalController. +

    +", revisions=" + +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end TerminalController; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.mo new file mode 100644 index 00000000000..2ce5bab126f --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.mo @@ -0,0 +1,37 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal; +package Validation "Collection of validation models" + +annotation (preferredView="info", Documentation(info=" +

    +This package contains validation models for the classes in + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal. +

    +

    +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order new file mode 100644 index 00000000000..acca450db8a --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order @@ -0,0 +1 @@ +TerminalController diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo new file mode 100644 index 00000000000..6a3dbedc923 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo @@ -0,0 +1,3 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +package Terminal "Sequences for regulating zone conditions at setpoint" +end Terminal; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order new file mode 100644 index 00000000000..bac635c13c3 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order @@ -0,0 +1,2 @@ +Validation +TerminalController diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo new file mode 100644 index 00000000000..ed31596a76e --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo @@ -0,0 +1,41 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types; +package OperationModeTypes "Definitions for operation mode types" + + constant Integer occupied = 1 + "System is operated in this mode when zone is occupied."; + + constant Integer unoccupiedScheduled = 2 + "System is operated in this mode when zone is unoccupied and schedule indicates the same."; + + constant Integer unoccupiedUnscheduled = 3 + "System is operated in this mode when zone is unoccupied but schedule indicates it is occupied."; + + annotation ( + Documentation(info=" +

    + This package provides constants that indicate the system operation mode type based on the + detected occupancy signal from the occupancy sensor in the zone, and the + expected occupancy as per the schedule. +

    + ", + revisions=" + + "), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0)})); +end OperationModeTypes; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order new file mode 100644 index 00000000000..0a04babef73 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order @@ -0,0 +1,3 @@ +occupied +unoccupiedScheduled +unoccupiedUnscheduled diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo new file mode 100644 index 00000000000..67176d81d46 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo @@ -0,0 +1,34 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +package Types "Package with type definitions for chilled beam systems" + + annotation (Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0), + Polygon( + origin={-12.167,-23}, + fillColor={128,128,128}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{12.167,65},{14.167,93},{36.167,89},{24.167,20},{4.167,-30}, + {14.167,-30},{24.167,-30},{24.167,-40},{-5.833,-50},{-15.833, + -30},{4.167,20},{12.167,65}}, + smooth=Smooth.Bezier, + lineColor={0,0,0}), + Polygon( + origin={2.7403,1.6673}, + fillColor={128,128,128}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{49.2597,22.3327},{31.2597,24.3327},{7.2597,18.3327},{-26.7403, + 10.3327},{-46.7403,14.3327},{-48.7403,6.3327},{-32.7403,0.3327},{-6.7403, + 4.3327},{33.2597,14.3327},{49.2597,14.3327},{49.2597,22.3327}}, + smooth=Smooth.Bezier)})); +end Types; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order new file mode 100644 index 00000000000..d0abedecf03 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order @@ -0,0 +1 @@ +OperationModeTypes diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo new file mode 100644 index 00000000000..df56ad5a22b --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo @@ -0,0 +1,3 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem; +package ChilledBeamSystem "Package containing sequences implemented for control of chilled beam systems" +end ChilledBeamSystem; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order new file mode 100644 index 00000000000..d2e247a138b --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order @@ -0,0 +1,6 @@ +SecondaryPumps +SetPoints +Testbed +Types +Terminal +System From 5143bc9f2dde72aca25ebfa07d0d6ea437209666 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 15 Sep 2021 16:00:27 -0700 Subject: [PATCH 002/196] Adding unit test scripts --- .../Subsequences/Validation/ChangeStatus.mos | 3 +++ .../Validation/EnableLag_pumpSpeed.mos | 4 ++++ .../Subsequences/Validation/EnableLead.mos | 4 ++++ .../Validation/Speed_remoteDp.mos | 5 +++++ .../SecondaryPumps/Validation/Controller.mos | 13 +++++++++++++ .../Validation/BypassValvePosition.mos | 7 +++++++ ...hilledWaterStaticPressureSetpointReset.mos | 5 +++++ .../Validation/ChilledWaterSupplyReset.mos | 16 ++++++++++++++++ .../SetPoints/Validation/OperatingMode.mos | 7 +++++++ .../SetPoints/Validation/ZoneRegulation.mos | 14 ++++++++++++++ .../SetPoints/Validation/ZoneTemperature.mos | 4 ++++ .../System/Validation/SystemController.mos | 7 +++++++ .../Validation/TerminalController.mos | 19 +++++++++++++++++++ 13 files changed, 108 insertions(+) create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos new file mode 100644 index 00000000000..55cda76fcc8 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos @@ -0,0 +1,3 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus", method="Cvode", stopTime=35, tolerance=1e-06, resultFile="ChangeStatus"); +createPlot(id=1, position={0, 0, 1545, 998}, y={"chaPumSta.uNexLagPum", "chaPumSta.uLasLagPum"}, range={0.0, 35.0, -2.0, 9.0}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={0, 0, 1545, 496}, y={"chaPumSta.yChiWatPum[1]", "chaPumSta.yChiWatPum[2]", "chaPumSta.yChiWatPum[3]"}, range={0.0, 35.0, -0.1, 1.1}, grid=true, subPlot=2, colors={{28,108,200}, {28,108,200}, {28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos new file mode 100644 index 00000000000..cc0bdfd2c2b --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos @@ -0,0 +1,4 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="EnableLag_pumpSpeed"); +createPlot(id=1, position={0, 0, 1372, 998}, y={"enaLagSecPum.speLim", "enaLagSecPum.speLim1", "enaLagSecPum.speLim2", "enaLagSecPum.uPumSpe"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}); +createPlot(id=1, position={0, 0, 1372, 330}, y={"enaLagSecPum.timPer", "enaLagSecPum.timPer1", "enaLagSecPum.timPer2", "enaLagSecPum.tim.y", "enaLagSecPum.tim1.y", "enaLagSecPum.tim2.y"}, range={0.0, 3600.0, -100.0, 700.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); +createPlot(id=1, position={0, 0, 1372, 329}, y={"yUp.y", "yDow.y"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}, {28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos new file mode 100644 index 00000000000..d467503a75a --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos @@ -0,0 +1,4 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead", method="Cvode", stopTime=760, tolerance=1e-06, resultFile="EnableLead"); +createPlot(id=1, position={0, 0, 1680, 978}, y={"pul[1].y"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1680, 322}, y={"pul[2].y"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1680, 323}, y={"enaLeaSecPum.yLea"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos new file mode 100644 index 00000000000..b1bf48b28b2 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos @@ -0,0 +1,5 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp", method="Cvode", stopTime=10, tolerance=1e-06, resultFile="Speed_remoteDp"); +createPlot(id=1, position={20, 10, 900, 1000}, subPlot=1, y={"chiPumSpe.maxLoo.u[1]","chiPumSpe.maxLoo.u[2]"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200},{238,46,47}}); +createPlot(id=1, position={20, 10, 900, 1000}, subPlot=2, y={"chiPumSpe.maxLoo.y"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={20, 10, 900, 1000}, subPlot=3, y={"chiPumSpe.pumSpe.y","chiPumSpe.pumSpe.f1","chiPumSpe.pumSpe.f2"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200},{238,46,47},{0,140,72}}); +createPlot(id=1, position={20, 10, 900, 1000}, subPlot=4, y={"chiPumSpe.yChiWatPumSpe"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos new file mode 100644 index 00000000000..6190308720a --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos @@ -0,0 +1,13 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="PumpController"); + +createPlot(id=1, position={0, 0, 1403, 978}, y={"pumCon.uPumLeaLag[1]", "pumCon.uPumLeaLag[2]"}, range={0.0, 3600.0, 0.5, 2.5}, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.uValPos[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 158}, y={"pumCon.yChiWatPum[2]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.yPumSpe"}, range={0.0, 3600.0, 0.0, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.enaLagSecPum.timPer", "pumCon.enaLagSecPum.timPer1", "pumCon.enaLagSecPum.timPer2", + "pumCon.enaLagSecPum.tim1.y", "pumCon.enaLagSecPum.tim.y", "pumCon.enaLagSecPum.tim2.y"}, range={0.0, 3600.0, -50.0, 150.0}, grid=true, subPlot=5, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); +createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.yChiWatPum[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=6, colors={{28,108,200}}); + +createPlot(id=2, position={841, 0, 823, 451}, y={"pumCon.dpChiWat_remote[1]", "pumCon.dpChiWatSet"}, range={0.0, 3600.0, 0.4, 1.6}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=2, position={841, 0, 823, 223}, y={"pumCon.yPumSpe"}, range={0.0, 3600.0, 0.0, 1.1}, grid=true, subPlot=2, colors={{28,108,200}}); + diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos new file mode 100644 index 00000000000..560667cf9ab --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos @@ -0,0 +1,7 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="BypassValvePosition"); + +createPlot(id=1, position={0, 0, 3443, 1803}, y={"bypValPos.uPumSta[1]"}, range={0.0, 7200.0, -0.1, 1.1}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 3443, 445}, y={"bypValPos.uPumSpe"}, range={0.0, 7200.0, 0.09, 0.22}, grid=true, subPlot=2, colors={{28,108,200}}); +plotExpression(apply(BypassValvePosition[end].bypValPos.minPumSpe+BypassValvePosition[end].bypValPos.dPumSpe), false, "BypassValvePosition[end].bypValPos.minPumSpe + BypassValvePosition[end].bypValPos.dPumSpe", 1); +createPlot(id=1, position={0, 0, 3443, 446}, y={"bypValPos.dpChiWatLoo", "bypValPos.dPChiWatMax"}, range={0.0, 7200.0, 34000.0, 56000.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={0, 0, 3443, 445}, y={"bypValPos.yBypValPos"}, range={0.0, 7200.0, -0.1, 1.1}, grid=true, subPlot=4, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos new file mode 100644 index 00000000000..de5d1eace59 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos @@ -0,0 +1,5 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="StaticPressureReset"); + +createPlot(id=1, position={0, 0, 1489, 978}, y={"chiWatStaPreSetRes.uPumSta[1]"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1489, 322}, y={"chiWatStaPreSetRes.uValPos[1]"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1489, 323}, y={"chiWatStaPreSetRes.yStaPreSetPoi"}, range={0.0, 3600.0, 18000.0, 32000.0}, grid=true, subPlot=3, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos new file mode 100644 index 00000000000..428858498c5 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos @@ -0,0 +1,16 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ChilledWaterSupplyReset"); + +createPlot(id=1, position={0, 0, 1403, 978}, y={"chiWatSupRes.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 241}, y={"chiWatSupRes.uValPos"}, range={0.0, 3600.0, 0.13, 0.17}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 240}, y={"chiWatSupRes.yChiWatSupReq"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 241}, y={"chiWatSupRes.TChiWatReq"}, range={0.0, 3600.0, -1.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); + +createPlot(id=2, position={0, 0, 1403, 978}, y={"chiWatSupRes1.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={0, 0, 1403, 241}, y={"chiWatSupRes1.uValPos"}, range={0.0, 3600.0, 0.13, 0.17}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=2, position={0, 0, 1403, 240}, y={"chiWatSupRes1.yChiWatSupReq"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=2, position={0, 0, 1403, 241}, y={"chiWatSupRes1.TChiWatReq"}, range={0.0, 3600.0, -1.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); + +createPlot(id=3, position={0, 0, 1403, 978}, y={"chiWatSupRes2.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 241}, y={"chiWatSupRes2.uValPos"}, range={0.0, 3600.0, 0.13, 0.17}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 240}, y={"chiWatSupRes2.yChiWatSupReq"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 241}, y={"chiWatSupRes2.TChiWatReq"}, range={0.0, 3600.0, -1.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos new file mode 100644 index 00000000000..6d3cbc08a54 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos @@ -0,0 +1,7 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="OperatingMode"); + +createPlot(id=1, position={0, 0, 1338, 978}, y={"operatingMode.enaSch.y[1]"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.uDetOcc"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1338, 192}, y={"operatingMode.intSwi.y"}, range={0.0, 7600.0, -1.0, 4.0}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.yChiBeaEna"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1338, 192}, y={"operatingMode.yDoasEna"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=5, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos new file mode 100644 index 00000000000..0bd9b32b7bd --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos @@ -0,0 +1,14 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ZoneRegulation"); + +createPlot(id=1, position={0, 0, 1403, 978}, y={"zonRegCon.uOpeMod"}, range={0.0, 3600.0, -1.0, 4.0}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 322}, y={"zonRegCon.TZon", "zonRegCon.TZonSet.TZonHeaSet"}, range={0.0, 3600.0, 14.0, 30.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); +createPlot(id=1, position={0, 0, 1403, 323}, y={"zonRegCon.yReh"}, range={0.0, 3600.0, -0.1, 0.30000000000000004}, grid=true, subPlot=3, colors={{28,108,200}}); + +createPlot(id=2, position={0, 490, 686, 449}, y={"zonRegCon.uOpeMod"}, range={0.0, 3600.0, -0.5, 3.5}, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={0, 490, 686, 108}, y={"zonRegCon.mulSum.y", "zonRegCon.VDes_occ", "zonRegCon.VDes_unoccSch", "zonRegCon.VDes_unoccUnsch"}, range={0.0, 3600.0, -0.1, 0.6000000000000001}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}); +createPlot(id=2, position={0, 490, 686, 109}, y={"zonRegCon.VDis_flow", "zonRegCon.mulSum.y"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=2, position={0, 490, 686, 108}, y={"zonRegCon.yDam"}, range={0.0, 3600.0, -0.1, 0.4}, grid=true, subPlot=4, colors={{28,108,200}}); + +createPlot(id=3, position={702, 0, 685, 451}, y={"zonRegCon.uOpeMod"}, range={0.0, 3600.0, -0.5, 3.5}, grid=true, colors={{28,108,200}}); +createPlot(id=3, position={702, 0, 685, 147}, y={"zonRegCon.TZon", "zonRegCon.TZonSet.TZonCooSet"}, range={0.0, 3600.0, 16.0, 28.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); +createPlot(id=3, position={702, 0, 685, 147}, y={"zonRegCon.yChiVal"}, range={0.0, 3600.0, -0.2, 1.0000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos new file mode 100644 index 00000000000..2996cad5cf0 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos @@ -0,0 +1,4 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature", method="Cvode", stopTime=90, tolerance=1e-06, resultFile="ZoneTemperatureSetpoint"); + +createPlot(id=1, position={0, 0, 1437, 978}, y={"TZonSet.uOpeMod"}, range={0.0, 90.0, -0.2, 3.2}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1437, 486}, y={"TZonSet.TZonHeaSet", "TZonSet.TZonCooSet"}, range={0.0, 90.0, 289.0, 300.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos new file mode 100644 index 00000000000..c03219ecde1 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos @@ -0,0 +1,7 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="SystemController"); + +createPlot(id=1, position={0, 0, 1403, 978}, y={"sysCon.uValPos[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 191}, y={"sysCon.dPChiWatLoo", "sysCon.chiWatStaPreSetRes.yStaPreSetPoi"}, range={0.0, 3600.0, 15000.0, 35000.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={0, 0, 1403, 192}, y={"sysCon.yChiWatPum[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 191}, y={"sysCon.yPumSpe"}, range={0.0, 3600.0, 0.0, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 192}, y={"sysCon.yChiWatPum[2]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=5, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos new file mode 100644 index 00000000000..361f804c09e --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos @@ -0,0 +1,19 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="TerminalController"); + +createPlot(id=1, position={702, 0, 685, 451}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.uConSen"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.TZon", "terCon.zonRegCon.TZonSet.TZonCooSet"}, range={0.0, 3600.0, 280.0, 310.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={702, 0, 685, 61}, y={"terCon.uChiVal"}, range={0.0, 3600.0, -0.5, 1.0}, grid=true, subPlot=4, colors={{28,108,200}}); +createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.yChiWatSupReq"}, range={0.0, 3600.0, -2.0, 4.0}, grid=true, subPlot=5, colors={{28,108,200}}); +createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.TChiWatReq"}, range={0.0, 3600.0, -2.0, 2.0}, grid=true, subPlot=6, colors={{28,108,200}}); +createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.yChiVal"}, range={0.0, 3600.0, -0.5, 1.0}, grid=true, subPlot=7, colors={{28,108,200}}); + +createPlot(id=2, position={702, 0, 685, 451}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.TZon", "terCon.zonRegCon.TZonSet.TZonHeaSet", "terCon.zonRegCon.TZonSet.TZonCooSet"}, range={0.0, 3600.0, 288.0, 302.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}); +createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.yReh"}, range={0.0, 3600.0, -0.1, 0.5000000000000001}, grid=true, subPlot=4, colors={{28,108,200}}); + +createPlot(id=3, position={0, 0, 1403, 978}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 241}, y={"terCon.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 240}, y={"terCon.VDis_flow", "terCon.zonRegCon.mulSum.y"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=3, position={0, 0, 1403, 241}, y={"terCon.yDam"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=4, colors={{28,108,200}}); From e8a504cc30603504ee7e010f117988149c4461ab Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 15 Sep 2021 16:16:03 -0700 Subject: [PATCH 003/196] Updated package order --- .../SecondaryPumps/Subsequences/Validation/package.order | 2 +- .../SecondaryPumps/Subsequences/package.order | 4 ++-- .../ChilledBeamSystem/SetPoints/Validation/package.order | 6 +++--- .../ChilledBeamSystem/SetPoints/package.order | 8 ++++---- .../ChilledBeamSystem/Terminal/package.order | 2 +- .../ASHRAE/PrimarySystem/ChilledBeamSystem/package.order | 5 ++--- 6 files changed, 13 insertions(+), 14 deletions(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order index 3e1aa737fed..329e2db8a88 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order @@ -1,4 +1,4 @@ +ChangeStatus EnableLag_pumpSpeed EnableLead -ChangeStatus Speed_remoteDp diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order index 1ca990c5402..ea7ea9f8553 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order @@ -1,5 +1,5 @@ +ChangeStatus EnableLag_pumpSpeed EnableLead -Validation -ChangeStatus Speed_remoteDp +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order index 8b6f271903d..15a49583d3b 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order @@ -1,6 +1,6 @@ -ChilledWaterStaticPressureSetpointReset -OperatingMode BypassValvePosition -ZoneTemperature +ChilledWaterStaticPressureSetpointReset ChilledWaterSupplyReset +OperatingMode ZoneRegulation +ZoneTemperature diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order index d322d665ad1..061cb8927be 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order @@ -1,7 +1,7 @@ -ChilledWaterStaticPressureSetpointReset -Validation -OperatingMode BypassValvePosition -ZoneTemperature +ChilledWaterStaticPressureSetpointReset ChilledWaterSupplyReset +OperatingMode ZoneRegulation +ZoneTemperature +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order index bac635c13c3..c49fd08236c 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order @@ -1,2 +1,2 @@ -Validation TerminalController +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order index d2e247a138b..fff2abf8f91 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order @@ -1,6 +1,5 @@ SecondaryPumps SetPoints -Testbed -Types -Terminal System +Terminal +Types From 5bcca10fdd84f8b43e3a58f5ace641bcde19eb60 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 15 Sep 2021 16:19:19 -0700 Subject: [PATCH 004/196] Added missing package file --- .../OBC/ASHRAE/PrimarySystem/package.mo | 47 +++++++++++++++++++ .../OBC/ASHRAE/PrimarySystem/package.order | 2 + 2 files changed, 49 insertions(+) create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo new file mode 100644 index 00000000000..f9a8f8a8d89 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo @@ -0,0 +1,47 @@ +within Buildings.Controls.OBC.ASHRAE; +package PrimarySystem "Package with primary system control sequences" + +annotation ( +preferredView="info", Documentation(info=" +

    +This package contains control sequences for primary HVAC systems. +

    +

    +The sequences are developed according to ASHRAE RP-1711, Draft 4, January 7 2019 and Draft 5, March 26 2019. +

    +"), +Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Ellipse( + origin={10.0,10.0}, + fillColor={76,76,76}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{-80.0,-80.0},{-20.0,-20.0}}), + Ellipse( + origin={10.0,10.0}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,-80.0},{60.0,-20.0}}), + Ellipse( + origin={10.0,10.0}, + fillColor={128,128,128}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,0.0},{60.0,60.0}}), + Ellipse( + origin={10.0,10.0}, + lineColor={128,128,128}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid, + extent={{-80.0,0.0},{-20.0,60.0}})})); +end PrimarySystem; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order new file mode 100644 index 00000000000..a51815ff31a --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order @@ -0,0 +1,2 @@ +BoilerPlant +ChilledBeamSystem From adac8c439006ed22e33cc3fd371ceb561ac29f9f Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 15 Sep 2021 16:23:58 -0700 Subject: [PATCH 005/196] Updated package order file --- Buildings/Controls/OBC/ASHRAE/package.order | 1 + 1 file changed, 1 insertion(+) diff --git a/Buildings/Controls/OBC/ASHRAE/package.order b/Buildings/Controls/OBC/ASHRAE/package.order index 52e8b17269d..73acbc39630 100644 --- a/Buildings/Controls/OBC/ASHRAE/package.order +++ b/Buildings/Controls/OBC/ASHRAE/package.order @@ -1 +1,2 @@ G36_PR1 +PrimarySystem From 3c5f2aea0edca3e0ca89e9d3d0fe04f3a1768b6e Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 15 Sep 2021 16:34:05 -0700 Subject: [PATCH 006/196] Updated package order --- Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order | 1 - 1 file changed, 1 deletion(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order index a51815ff31a..06ebe21977f 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order @@ -1,2 +1 @@ -BoilerPlant ChilledBeamSystem From 34993aa4825c93c65fb9dfe25625433e9ef3dab5 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 15 Sep 2021 19:43:18 -0700 Subject: [PATCH 007/196] Fixed issues found during unit tests --- .../SecondaryPumps/Controller.mo | 2 +- .../SecondaryPumps/Subsequences/ChangeStatus.mo | 8 ++++---- .../SecondaryPumps/Subsequences/EnableLead.mo | 8 ++++---- .../Subsequences/Speed_remoteDp.mo | 8 ++++---- .../SetPoints/BypassValvePosition.mo | 11 +++++++---- .../ChilledWaterStaticPressureSetpointReset.mo | 6 +++--- .../ChilledBeamSystem/SetPoints/OperatingMode.mo | 16 ++++++++-------- .../SetPoints/ZoneRegulation.mo | 2 +- .../Validation/EnableLag_pumpSpeed.mos | 4 ++-- .../Subsequences/Validation/EnableLead.mos | 6 +++--- .../SecondaryPumps/Validation/Controller.mos | 3 +-- 11 files changed, 38 insertions(+), 36 deletions(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo index 6bd0893d050..5df46999455 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo @@ -207,7 +207,7 @@ protected "Boolean source" annotation (Placement(transformation(extent={{122,-40},{142,-20}}))); - Buildings.Controls.OBC.CDL.Routing.BooleanReplicator booRep( + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep( final nout=nPum) "Boolean replicator" annotation (Placement(transformation(extent={{118,86},{138,106}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo index 0df2f247368..3d7be000e54 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo @@ -33,12 +33,12 @@ protected parameter Integer pumInd[nPum]={i for i in 1:nPum} "Pump index, {1,2,...,n}"; - Buildings.Controls.OBC.CDL.Routing.BooleanReplicator booRep1( + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep1( final nout=nPum) "Replicate boolean input" annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); - Buildings.Controls.OBC.CDL.Routing.BooleanReplicator booRep2( + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep2( final nout=nPum) "Replicate boolean input" annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); @@ -75,12 +75,12 @@ protected "Add pump" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); - Buildings.Controls.OBC.CDL.Routing.IntegerReplicator intRep( + Buildings.Controls.OBC.CDL.Routing.IntegerScalarReplicator intRep( final nout=nPum) "Integer replicator" annotation (Placement(transformation(extent={{-90,-50},{-70,-30}}))); - Buildings.Controls.OBC.CDL.Routing.IntegerReplicator intRep1( + Buildings.Controls.OBC.CDL.Routing.IntegerScalarReplicator intRep1( final nout=nPum) "Integer replicator" annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo index 97d67f1ec8d..0e593c4edcc 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo @@ -39,6 +39,7 @@ block EnableLead annotation (Placement(transformation(extent={{100,-20},{140,20}}), iconTransformation(extent={{100,-20},{140,20}}))); +protected Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys[nVal]( final uLow=fill(valPosClo, nVal), final uHigh=fill(valPosOpe, nVal)) @@ -51,7 +52,7 @@ block EnableLead annotation (Placement(transformation(extent={{0,10},{20,30}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( - final nu=nVal) + final nin=nVal) "Determine if any pumps are opened" annotation (Placement(transformation(extent={{-50,-10},{-30,10}}))); @@ -72,9 +73,6 @@ equation connect(uValPos, hys.u) annotation (Line(points={{-120,0},{-82,0}}, color={0,0,127})); - connect(hys.y, mulOr.u[1:nVal]) annotation (Line(points={{-58,0},{-56,0},{-56,0}, - {-52,0}}, color={255,0,255})); - connect(mulOr.y, tim.u) annotation (Line(points={{-28,0},{-20,0},{-20,20},{-2, 20}}, color={255,0,255})); @@ -93,6 +91,8 @@ equation connect(lat.y, yLea) annotation (Line(points={{82,0},{120,0}}, color={255,0,255})); + connect(hys.y, mulOr.u[1:nVal]) annotation (Line(points={{-58,0},{-56,0},{-56,0}, + {-52,0}}, color={255,0,255})); annotation ( defaultComponentName="enaLeaPum", Icon(coordinateSystem(preserveAspectRatio=false), graphics={ diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 7b365d50d8b..f18356ae361 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -88,15 +88,15 @@ protected annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( - final nu=nPum) "Check if any chilled water pumps are enabled" + final nin=nPum) "Check if any chilled water pumps are enabled" annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); - Buildings.Controls.OBC.CDL.Routing.RealReplicator reaRep( + Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep( final nout=nSen) "Replicate real input" annotation (Placement(transformation(extent={{-100,-110},{-80,-90}}))); - Buildings.Controls.OBC.CDL.Routing.BooleanReplicator booRep( + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep( final nout=nSen) "Replicate boolean input" annotation (Placement(transformation(extent={{-10,-50},{10,-30}}))); @@ -125,7 +125,7 @@ protected "Normalized pressure difference" annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); - Buildings.Controls.OBC.CDL.Routing.RealReplicator reaRep1( + Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep1( final nout=nSen) "Replicate real input" annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo index b740d9f6f14..f78bbadd0c4 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo @@ -33,6 +33,12 @@ block BypassValvePosition final quantity="Time") = 0.5 "Time constant of integrator block"; + parameter Real Td=0.1 + "Time constant of derivative block"; + + parameter CDL.Types.SimpleController controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] "Pump proven On signal" annotation (Placement(transformation(extent={{-140,30},{-100,70}}), @@ -60,9 +66,6 @@ block BypassValvePosition annotation (Placement(transformation(extent={{100,-20},{140,20}}), iconTransformation(extent={{100,-20},{140,20}}))); - parameter Real Td=0.1 "Time constant of derivative block"; - parameter CDL.Types.SimpleController controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PI - "Type of controller"; protected Buildings.Controls.OBC.CDL.Logical.Switch swi "Real switch" @@ -117,7 +120,7 @@ protected annotation (Placement(transformation(extent={{-40,-60},{-20,-40}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( - final nu=nPum) + final nin=nPum) "Multi Or" annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index 1beb0794ccc..0ffe24c0d0c 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -133,7 +133,7 @@ protected annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( - final nu=nPum) + final nin=nPum) "Multi or" annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); @@ -148,12 +148,12 @@ protected annotation (Placement(transformation(extent={{10,-40},{30,-20}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr1( - final nu=nVal) + final nin=nVal) "Multi or" annotation (Placement(transformation(extent={{-20,-40},{0,-20}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr2( - final nu=nVal) + final nin=nVal) "Multi or" annotation (Placement(transformation(extent={{-20,-80},{0,-60}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo index 554e68342a1..e10d7c7536b 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo @@ -71,7 +71,7 @@ protected "Constant integer source with operation mode enumeration" annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); - Buildings.Controls.OBC.CDL.Routing.IntegerReplicator intRep( + Buildings.Controls.OBC.CDL.Routing.IntegerScalarReplicator intRep( final nout=3) "Integer replicator" annotation (Placement(transformation(extent={{-120,-40},{-100,-20}}))); @@ -100,12 +100,12 @@ protected annotation (Placement(transformation(extent={{0,-100},{20,-80}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr1( - final nu=3) + final nin=3) "Multi Or" annotation (Placement(transformation(extent={{40,-60},{60,-40}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr2( - final nu=3) + final nin=3) "Multi Or" annotation (Placement(transformation(extent={{40,-100},{60,-80}}))); @@ -149,11 +149,6 @@ equation -90},{-2,-90}}, color={255,0,255})); connect(con2.y, logSwi1.u3) annotation (Line(points={{-18,-70},{-10,-70},{-10, -98},{-2,-98}}, color={255,0,255})); - connect(logSwi.y, mulOr1.u[1:3]) annotation (Line(points={{22,-50},{30,-50},{ - 30,-54.6667},{38,-54.6667}}, - color={255,0,255})); - connect(logSwi1.y, mulOr2.u[1:3]) annotation (Line(points={{22,-90},{30,-90}, - {30,-94.6667},{38,-94.6667}},color={255,0,255})); connect(mulOr1.y, yChiBeaEna) annotation (Line(points={{62,-50},{120,-50},{120, 70},{160,70}}, color={255,0,255})); connect(mulOr2.y, yDoasEna) annotation (Line(points={{62,-90},{120,-90},{120,-70}, @@ -166,6 +161,11 @@ equation annotation (Line(points={{-48,40},{-22,40}}, color={255,0,255})); connect(uDetOcc, intSwi.u2) annotation (Line(points={{-160,90},{18,90}}, color={255,0,255})); + connect(logSwi.y, mulOr1.u[1:3]) annotation (Line(points={{22,-50},{30,-50},{ + 30,-54.6667},{38,-54.6667}}, + color={255,0,255})); + connect(logSwi1.y, mulOr2.u[1:3]) annotation (Line(points={{22,-90},{30,-90}, + {30,-94.6667},{38,-94.6667}},color={255,0,255})); annotation (defaultComponentName="opeMod", Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, {100,100}}), graphics={ diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo index 64615df2a51..479ecfac6cf 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo @@ -234,7 +234,7 @@ protected "Design volume fliow rates for each operation mode" annotation (Placement(transformation(extent={{-100,-20},{-80,0}}))); - Buildings.Controls.OBC.CDL.Routing.IntegerReplicator intRep( + Buildings.Controls.OBC.CDL.Routing.IntegerScalarReplicator intRep( final nout=3) "Integer replicator" annotation (Placement(transformation(extent={{-110,-90},{-90,-70}}))); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos index cc0bdfd2c2b..6fa37890754 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos @@ -1,4 +1,4 @@ simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="EnableLag_pumpSpeed"); -createPlot(id=1, position={0, 0, 1372, 998}, y={"enaLagSecPum.speLim", "enaLagSecPum.speLim1", "enaLagSecPum.speLim2", "enaLagSecPum.uPumSpe"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}); -createPlot(id=1, position={0, 0, 1372, 330}, y={"enaLagSecPum.timPer", "enaLagSecPum.timPer1", "enaLagSecPum.timPer2", "enaLagSecPum.tim.y", "enaLagSecPum.tim1.y", "enaLagSecPum.tim2.y"}, range={0.0, 3600.0, -100.0, 700.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); +createPlot(id=1, position={0, 0, 1372, 998}, y={"enaLagPum.speLim", "enaLagPum.speLim1", "enaLagPum.speLim2", "enaLagPum.uPumSpe"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}); +createPlot(id=1, position={0, 0, 1372, 330}, y={"enaLagPum.timPer", "enaLagPum.timPer1", "enaLagPum.timPer2", "enaLagPum.tim.y", "enaLagPum.tim1.y", "enaLagPum.tim2.y"}, range={0.0, 3600.0, -100.0, 700.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); createPlot(id=1, position={0, 0, 1372, 329}, y={"yUp.y", "yDow.y"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}, {28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos index d467503a75a..8e22a43d886 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos @@ -1,4 +1,4 @@ simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead", method="Cvode", stopTime=760, tolerance=1e-06, resultFile="EnableLead"); -createPlot(id=1, position={0, 0, 1680, 978}, y={"pul[1].y"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); -createPlot(id=1, position={0, 0, 1680, 322}, y={"pul[2].y"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); -createPlot(id=1, position={0, 0, 1680, 323}, y={"enaLeaSecPum.yLea"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1680, 978}, y={"enaLeaPum.uValPos[1]"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1680, 322}, y={"enaLeaPum.uValPos[2]"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1680, 323}, y={"enaLeaPum.yLea"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos index 6190308720a..7f3260cd45a 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos @@ -4,8 +4,7 @@ createPlot(id=1, position={0, 0, 1403, 978}, y={"pumCon.uPumLeaLag[1]", "pumCon. createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.uValPos[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1403, 158}, y={"pumCon.yChiWatPum[2]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=3, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.yPumSpe"}, range={0.0, 3600.0, 0.0, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); -createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.enaLagSecPum.timPer", "pumCon.enaLagSecPum.timPer1", "pumCon.enaLagSecPum.timPer2", - "pumCon.enaLagSecPum.tim1.y", "pumCon.enaLagSecPum.tim.y", "pumCon.enaLagSecPum.tim2.y"}, range={0.0, 3600.0, -50.0, 150.0}, grid=true, subPlot=5, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); +createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.enaLagSecPum.timPer", "pumCon.enaLagSecPum.timPer1", "pumCon.enaLagSecPum.timPer2", "pumCon.enaLagSecPum.tim1.y", "pumCon.enaLagSecPum.tim.y", "pumCon.enaLagSecPum.tim2.y"}, range={0.0, 3600.0, -50.0, 150.0}, grid=true, subPlot=5, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.yChiWatPum[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=6, colors={{28,108,200}}); createPlot(id=2, position={841, 0, 823, 451}, y={"pumCon.dpChiWat_remote[1]", "pumCon.dpChiWatSet"}, range={0.0, 3600.0, 0.4, 1.6}, grid=true, colors={{28,108,200}, {238,46,47}}); From 998d3b20b0295b2f26ae39e614c7eb245ee5a0c5 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 15 Sep 2021 19:43:52 -0700 Subject: [PATCH 008/196] Added results files from unit tests --- ...s_Subsequences_Validation_ChangeStatus.txt | 13 +++++++++++ ...quences_Validation_EnableLag_pumpSpeed.txt | 20 ++++++++++++++++ ...mps_Subsequences_Validation_EnableLead.txt | 11 +++++++++ ...Subsequences_Validation_Speed_remoteDp.txt | 16 +++++++++++++ ...m_SecondaryPumps_Validation_Controller.txt | 23 +++++++++++++++++++ ...tPoints_Validation_BypassValvePosition.txt | 14 +++++++++++ ...hilledWaterStaticPressureSetpointReset.txt | 11 +++++++++ ...nts_Validation_ChilledWaterSupplyReset.txt | 20 ++++++++++++++++ ...tem_SetPoints_Validation_OperatingMode.txt | 13 +++++++++++ ...em_SetPoints_Validation_ZoneRegulation.txt | 21 +++++++++++++++++ ...m_SetPoints_Validation_ZoneTemperature.txt | 11 +++++++++ ...tem_System_Validation_SystemController.txt | 15 ++++++++++++ ...Terminal_Validation_TerminalController.txt | 22 ++++++++++++++++++ ...s.Subsequences.Validation.ChangeStatus.mos | 8 +++++++ ...quences.Validation.EnableLag_pumpSpeed.mos | 15 ++++++++++++ ...mps.Subsequences.Validation.EnableLead.mos | 6 +++++ ...Subsequences.Validation.Speed_remoteDp.mos | 10 ++++++++ ...m.SecondaryPumps.Validation.Controller.mos | 17 ++++++++++++++ ...tPoints.Validation.BypassValvePosition.mos | 8 +++++++ ...hilledWaterStaticPressureSetpointReset.mos | 6 +++++ ...nts.Validation.ChilledWaterSupplyReset.mos | 15 ++++++++++++ ...tem.SetPoints.Validation.OperatingMode.mos | 8 +++++++ ...em.SetPoints.Validation.ZoneRegulation.mos | 17 ++++++++++++++ ...m.SetPoints.Validation.ZoneTemperature.mos | 6 +++++ ...tem.System.Validation.SystemController.mos | 9 ++++++++ ...Terminal.Validation.TerminalController.mos | 18 +++++++++++++++ 26 files changed, 353 insertions(+) create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLead.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_BypassValvePosition.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterSupplyReset.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_OperatingMode.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneRegulation.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneTemperature.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_Terminal_Validation_TerminalController.txt create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController.mos diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt new file mode 100644 index 00000000000..6c3cb48e119 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt @@ -0,0 +1,13 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 3.5e+01] +chaPumSta.uNexLagPum=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00] +chaPumSta.uLasLagPum=[7e+00, 7e+00, 7e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chaPumSta.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chaPumSta.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chaPumSta.yChiWatPum[3]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt new file mode 100644 index 00000000000..4cfa717c526 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt @@ -0,0 +1,20 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +enaLagPum.speLim=[7.5e-01, 7.5e-01] +enaLagPum.speLim1=[8.999999761581421e-01, 8.999999761581421e-01] +enaLagPum.speLim2=[2.5e-01, 2.5e-01] +enaLagPum.uPumSpe=[0e+00, 1.028571464121342e-02, 2.057142928242683e-02, 3.08571420609951e-02, 4.114285856485367e-02, 5.142857134342194e-02, 6.17142841219902e-02, 7.199999690055849e-02, 8.228571712970734e-02, 9.25714299082756e-02, 1.028571426868439e-01, 1.131428554654121e-01, 1.234285682439804e-01, 1.337142884731293e-01, 1.43999993801117e-01, 1.542857140302658e-01, 1.645714342594147e-01, 1.748571395874023e-01, 1.851428598165512e-01, 1.954285651445389e-01, 2.057142853736877e-01, 2.160000056028366e-01, 2.262857109308243e-01, 2.365714311599731e-01, 2.468571364879608e-01, 2.571428716182709e-01, 2.674285769462585e-01, 2.777142822742463e-01, 2.879999876022339e-01, 2.982857227325439e-01, 3.085714280605316e-01, 3.188571333885193e-01, 3.291428685188293e-01, 3.39428573846817e-01, 3.497142791748047e-01, 3.600000143051147e-01, 3.702857196331024e-01, 3.805714249610901e-01, 3.908571302890778e-01, 4.011428654193878e-01, 4.114285707473755e-01, 4.217142760753632e-01, 4.320000112056732e-01, 4.422857165336609e-01, 4.525714218616486e-01, 4.628571569919586e-01, 4.731428623199463e-01, 4.83428567647934e-01, 4.937142729759216e-01, 5.040000081062317e-01, 5.142857432365417e-01, 5.24571418762207e-01, 5.348571538925171e-01, 5.451428294181824e-01, 5.554285645484925e-01, 5.657142996788026e-01, 5.759999752044679e-01, 5.862857103347778e-01, 5.965714454650879e-01, 6.068571209907532e-01, 6.171428561210632e-01, 6.274285912513733e-01, 6.377142667770386e-01, 6.480000019073486e-01, 6.582857370376587e-01, 6.68571412563324e-01, 6.78857147693634e-01, 6.891428828239441e-01, 6.994285583496094e-01, 7.097142934799194e-01, 7.200000286102295e-01, 7.302857041358948e-01, 7.405714392662048e-01, 7.508571147918701e-01, 7.611428499221802e-01, 7.714285850524902e-01, 7.817142605781555e-01, 7.919999957084656e-01, 8.022857308387756e-01, 8.125714063644409e-01, 8.22857141494751e-01, 8.33142876625061e-01, 8.434285521507263e-01, 8.537142872810364e-01, 8.640000224113464e-01, 8.742856979370117e-01, 8.845714330673218e-01, 8.948571681976318e-01, 9.051428437232971e-01, 9.154285788536072e-01, 9.257143139839172e-01, 9.359999895095825e-01, 9.462857246398926e-01, 9.565714001655579e-01, 9.668571352958679e-01, 9.77142870426178e-01, 9.874285459518433e-01, 9.977142810821533e-01, 1e+00, 1e+00, 1e+00] +enaLagPum.timPer=[1.2e+02, 1.2e+02] +enaLagPum.timPer1=[6e+01, 6e+01] +enaLagPum.timPer2=[1.2e+02, 1.2e+02] +enaLagPum.tim.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3e+00, 3.9e+01, 7.5e+01, 1.11e+02, 2.7e+01, 6.3e+01, 9.9e+01, 1.5e+01, 5.1e+01, 8.7e+01, 3e+00, 3.9e+01, 7.5e+01, 1.11e+02, 2.7e+01, 6.3e+01, 9.9e+01, 3e+01, 6e+00, 4.2e+01, 1.8e+01, 5.4e+01, 3e+01, 6e+00, 4.2e+01, 1.8e+01, 5.4e+01, 3e+01] +enaLagPum.tim1.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.8e+01, 5.4e+01, 3e+01, 6e+00, 4.2e+01, 1.8e+01, 5.4e+01, 3e+01, 6e+00, 4.2e+01, 1.8e+01, 5.4e+01, 3e+01] +enaLagPum.tim2.y=[0e+00, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.200000000000003e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.400000000000006e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +yUp.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00] +yDow.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLead.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLead.txt new file mode 100644 index 00000000000..f8ade1c5e20 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLead.txt @@ -0,0 +1,11 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 7.6e+02] +enaLeaPum.uValPos[1]=[0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1.017242257184137e-05, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00] +enaLeaPum.uValPos[2]=[0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00] +enaLeaPum.yLea=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt new file mode 100644 index 00000000000..8ba94b7d917 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt @@ -0,0 +1,16 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "4", + "numerical Jacobians": "0" +} +time=[0e+00, 1e+01] +chiPumSpe.maxLoo.u[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.808341316878796e-03, 1.798101307716469e-02, 3.227887659583916e-02, 4.864125402963012e-02, 6.701025775334954e-02, 8.73093381524086e-02, 1.0945914665092e-01, 1.333736507782984e-01, 1.589585787429064e-01, 1.861131671599482e-01, 2.147296816110611e-01, 2.446947986818765e-01, 2.758901131240362e-01, 3.081923695282258e-01, 3.414744711945709e-01, 3.756049573421478e-01, 4.104489423866975e-01, 4.458698715319624e-01, 4.817268757861855e-01, 5.178797495483659e-01, 5.541840791702271e-01, 5.904965746446225e-01, 6.266746016208997e-01, 6.625752959143287e-01, 6.980573198503315e-01, 7.329804301261902e-01, 7.672068202481078e-01, 8.006013662092671e-01, 8.330321893413941e-01, 8.643716279288758e-01, 8.944957256317139e-01, 9.232856150508363e-01, 9.506279138090408e-01, 9.764143345091328e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998175750052953e-01, 9.898133873939514e-01] +chiPumSpe.maxLoo.u[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.864015452563763e-03, 1.197775749908127e-02, 2.151131558643473e-02, 3.242067299658705e-02, 4.466385294132189e-02, 5.819856002926826e-02, 7.296489910386565e-02, 8.890698295245343e-02, 1.059642026072505e-01, 1.240675123886678e-01, 1.431445777416229e-01, 1.631202071774402e-01, 1.839163261691497e-01, 2.054508359493494e-01, 2.276389415638606e-01, 2.503924071788788e-01, 2.736216487035072e-01, 2.972352064655704e-01, 3.211394388721052e-01, 3.452404765660541e-01, 3.694427311420441e-01, 3.936509461415852e-01, 4.177697759103896e-01, 4.417036019102232e-01, 4.653584063354391e-01, 4.886403977870941e-01, 5.11458012639578e-01, 5.337213099309784e-01, 5.553420375008724e-01, 5.762350742118449e-01, 5.963177680969238e-01] +chiPumSpe.maxLoo.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.808341316878796e-03, 1.798101307716469e-02, 3.227887659583916e-02, 4.864125402963012e-02, 6.701025775334954e-02, 8.73093381524086e-02, 1.0945914665092e-01, 1.333736507782984e-01, 1.589585787429064e-01, 1.861131671599482e-01, 2.147296816110611e-01, 2.446947986818765e-01, 2.758901131240362e-01, 3.081923695282258e-01, 3.414744711945709e-01, 3.756049573421478e-01, 4.104489423866975e-01, 4.458698715319624e-01, 4.817268757861855e-01, 5.178797495483659e-01, 5.541840791702271e-01, 5.904965746446225e-01, 6.266746016208997e-01, 6.625752959143287e-01, 6.980573198503315e-01, 7.329804301261902e-01, 7.672068202481078e-01, 8.006013662092671e-01, 8.330321893413941e-01, 8.643716279288758e-01, 8.944957256317139e-01, 9.232856150508363e-01, 9.506279138090408e-01, 9.764143345091328e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998175750052953e-01, 9.898133873939514e-01] +chiPumSpe.pumSpe.y=[1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.052275076508522e-01, 1.16182912514493e-01, 1.290509818582534e-01, 1.437771323519148e-01, 1.603092386835087e-01, 1.785784065723419e-01, 1.985132297506787e-01, 2.200362812300918e-01, 2.430627193784996e-01, 2.675018668352378e-01, 2.932567000389099e-01, 3.202253247740964e-01, 3.483011077720971e-01, 3.773731325752611e-01, 4.073270270553176e-01, 4.380444586277008e-01, 4.69404042187478e-01, 5.012828724580362e-01, 5.335541941678325e-01, 5.660917447914059e-01, 5.987656712532043e-01, 6.314469291010891e-01, 6.640071295379945e-01, 6.963177901644126e-01, 7.282516057466349e-01, 7.596823573112488e-01, 7.904861263023966e-01, 8.205412593902649e-01, 8.49729006169871e-01, 8.779344293734287e-01, 9.050461649894714e-01, 9.309570416248237e-01, 9.555651403089617e-01, 9.787728950980961e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998358175053342e-01, 9.908320307731628e-01] +chiPumSpe.pumSpe.f1=[1.000000014901161e-01, 1.000000014901161e-01] +chiPumSpe.pumSpe.f2=[1e+00, 1e+00] +chiPumSpe.yChiWatPumSpe=[1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.052275076508522e-01, 1.16182912514493e-01, 1.290509818582534e-01, 1.437771323519148e-01, 1.603092386835087e-01, 1.785784065723419e-01, 1.985132297506787e-01, 2.200362812300918e-01, 2.430627193784996e-01, 2.675018668352378e-01, 2.932567000389099e-01, 3.202253247740964e-01, 3.483011077720971e-01, 3.773731325752611e-01, 4.073270270553176e-01, 4.380444586277008e-01, 4.69404042187478e-01, 5.012828724580362e-01, 5.335541941678325e-01, 5.660917447914059e-01, 5.987656712532043e-01, 6.314469291010891e-01, 6.640071295379945e-01, 6.963177901644126e-01, 7.282516057466349e-01, 7.596823573112488e-01, 7.904861263023966e-01, 8.205412593902649e-01, 8.49729006169871e-01, 8.779344293734287e-01, 9.050461649894714e-01, 9.309570416248237e-01, 9.555651403089617e-01, 9.787728950980961e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998358175053342e-01, 9.908320307731628e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt new file mode 100644 index 00000000000..897d8b73622 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt @@ -0,0 +1,23 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "4", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +pumCon.uPumLeaLag[1]=[2e+00, 2e+00] +pumCon.uPumLeaLag[2]=[1e+00, 1e+00] +pumCon.uValPos[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000760421156883e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.999217391014099e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000759676098824e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +pumCon.enaLagSecPum.timPer=[1.2e+02, 1.2e+02] +pumCon.enaLagSecPum.timPer1=[6e+01, 6e+01] +pumCon.enaLagSecPum.timPer2=[1.2e+02, 1.2e+02] +pumCon.enaLagSecPum.tim1.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.900000000000011e+01, 2.500000000000011e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01] +pumCon.enaLagSecPum.tim.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.6e+01, 5.200000000000011e+01, 2.500000000000011e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.6e+01, 5.2e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01] +pumCon.enaLagSecPum.tim2.y=[0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.9e+01, 8.5e+01, 1.000000000000028e+00, 3.7e+01, 7.3e+01, 1.09e+02, 2.5e+01, 6.1e+01, 9.7e+01, 1.300000000000006e+01, 4.9e+01, 8.5e+01, 1e+00, 3.7e+01, 7.3e+01, 1.09e+02, 2.5e+01, 6.1e+01, 9.7e+01, 1.3e+01, 4.9e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.4e+01, 5e+01, 8.6e+01, 2.000000000000227e+00, 3.800000000000023e+01, 7.400000000000023e+01, 1.1e+02, 2.6e+01, 6.2e+01, 9.8e+01, 1.4e+01, 5e+01, 8.6e+01, 2e+00, 3.8e+01, 7.4e+01, 1.1e+02, 2.6e+01, 6.2e+01, 9.8e+01, 1.4e+01, 5e+01, 8.6e+01, 2e+00, 3.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.dpChiWat_remote[1]=[1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.240876793861389e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460813e-01, 8.159376978874204e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.24087679386139e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460815e-01, 8.159376978874207e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00] +pumCon.dpChiWatSet=[1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_BypassValvePosition.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_BypassValvePosition.txt new file mode 100644 index 00000000000..80f575119a5 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_BypassValvePosition.txt @@ -0,0 +1,14 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "1", + "numerical Jacobians": "0" +} +time=[0e+00, 7.2e+03] +bypValPos.uPumSta[1]=[0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +bypValPos.uPumSpe=[1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01] +bypValPos.dpChiWatLoo=[4.5e+04, 4.937115625e+04, 5.28628828125e+04, 5.47726796875e+04, 5.471631640625e+04, 5.27051328125e+04, 4.914375390625e+04, 4.474869921875e+04, 4.0404203125e+04, 3.698433203125e+04, 3.517712890625e+04, 3.534618359375e+04, 3.7457484375e+04, 4.108626171875e+04, 4.550244140625001e+04, 4.981753515625e+04, 5.3163390625e+04, 5.4866859375e+04, 5.458521875e+04, 5.23751328125e+04, 4.868124609375e+04, 4.424673046875e+04, 3.996376953125e+04, 3.66940390625e+04, 3.509538671875e+04, 3.548943359375e+04, 3.779691015625e+04, 4.155357031250001e+04, 4.600361718750001e+04, 5.025174609375e+04, 5.344327734375e+04, 5.493611328125e+04, 5.442990625e+04, 5.20265e+04, 4.82094375e+04, 4.374666796875e+04, 3.95360546875e+04, 3.6424734375e+04, 3.50386640625e+04, 3.56567109375e+04, 3.815452734375e+04, 4.20295859375e+04, 4.65022578125e+04, 5.067269140625e+04, 5.37018359375e+04, 5.4980265625e+04, 5.42507734375e+04, 5.16601171875e+04, 4.772951953125e+04, 4.324976953125e+04, 3.91221484375e+04, 3.61770859375e+04, 3.500710546875e+04, 3.584758984375e+04, 3.852944140625002e+04, 4.251310156250003e+04, 4.699710156250003e+04, 5.10793046875e+04, 5.39384140625e+04, 5.49992109375e+04, 5.404826953125e+04, 5.12769140625e+04, 4.724270703125e+04, 4.275729296875e+04, 3.87230859375e+04, 3.595173046875e+04, 3.50007890625e+04, 3.60615859375e+04, 3.89206953125e+04, 4.30028984375e+04, 4.74868984375e+04, 5.147055859375e+04, 5.415241015625e+04, 5.499289453125e+04, 5.38229140625e+04, 5.08778515625e+04, 4.675023046875e+04, 4.227048046875e+04, 3.83398828125e+04, 3.57492265625e+04, 3.5019734375e+04, 3.62981640625e+04, 3.932730859375e+04, 4.34977421875e+04, 4.79704140625e+04, 5.184547265625e+04, 5.43432890625e+04, 5.49613359375e+04, 5.3575265625e+04, 5.04639453125e+04, 4.625333203125e+04, 4.17905625e+04, 3.79735e+04, 3.557009375e+04, 3.506388671875e+04, 3.655672265625e+04, 3.974825390625e+04, 4.39963828125e+04, 4.84464296875e+04, 5.220308984375e+04, 5.451056640625e+04] +bypValPos.dPChiWatMax=[5e+04, 5e+04] +bypValPos.yBypValPos=[1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 3.654317259788513e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.904142379760742e-01, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt new file mode 100644 index 00000000000..b863d8f66b1 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt @@ -0,0 +1,11 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +chiWatStaPreSetRes.uPumSta[1]=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chiWatStaPreSetRes.uValPos[1]=[9.999998211860657e-01, 9.961071014404297e-01, 9.843904376029968e-01, 9.650346636772156e-01, 9.383450150489807e-01, 9.04742419719696e-01, 8.647567629814148e-01, 8.190186619758606e-01, 7.6824951171875e-01, 7.132498621940613e-01, 6.548871397972107e-01, 5.940817594528198e-01, 5.317926406860352e-01, 4.690021276473999e-01, 4.067004919052123e-01, 3.458702266216278e-01, 2.874706983566284e-01, 2.324228733778e-01, 1.815948933362961e-01, 1.357883661985397e-01, 9.572566300630569e-02, 6.20386153459549e-02, 3.525847941637039e-02, 1.580759137868881e-02, 3.992709796875715e-03, 1.58534078309458e-07, 3.892903449013829e-03, 1.560955401510005e-02, 3.49653325974942e-02, 6.165498122572899e-02, 9.525759518146515e-02, 1.352432370185852e-01, 1.809813231229782e-01, 2.317505031824112e-01, 2.867501676082611e-01, 3.451128900051117e-01, 4.059182703495026e-01, 4.682073593139648e-01, 5.309978723526001e-01, 5.932995080947876e-01, 6.541297435760498e-01, 7.125293016433716e-01, 7.675771117210388e-01, 8.184050917625427e-01, 8.642116189002991e-01, 9.042743444442749e-01, 9.379613995552063e-01, 9.647415280342102e-01, 9.84192430973053e-01, 9.960072636604309e-01, 9.999998211860657e-01, 9.961071014404297e-01, 9.843904376029968e-01, 9.650346636772156e-01, 9.383450150489805e-01, 9.047424197196958e-01, 8.647567629814146e-01, 8.190186619758606e-01, 7.6824951171875e-01, 7.132498621940613e-01, 6.548871397972107e-01, 5.940817594528198e-01, 5.317926406860352e-01, 4.690021276473999e-01, 4.067004919052124e-01, 3.458702266216278e-01, 2.874706983566284e-01, 2.324228733778e-01, 1.815948933362961e-01, 1.357883661985397e-01, 9.572566300630569e-02, 6.20386153459549e-02, 3.525847941637039e-02, 1.580759137868881e-02, 3.992709796875715e-03, 1.58534078309458e-07, 3.892903449013829e-03, 1.56095540151e-02, 3.496533259749413e-02, 6.165498122572899e-02, 9.525759518146515e-02, 1.352432370185852e-01, 1.809813231229782e-01, 2.317505031824112e-01, 2.867501676082611e-01, 3.451128900051117e-01, 4.059182703495026e-01, 4.682073593139648e-01, 5.309978723526001e-01, 5.932995080947876e-01, 6.541297435760498e-01, 7.125293016433716e-01, 7.675771117210388e-01, 8.184050917625427e-01, 8.642116189002991e-01, 9.042743444442749e-01, 9.379613995552063e-01, 9.647415280342102e-01, 9.84192430973053e-01, 9.960072636604309e-01, 9.999998211860657e-01] +chiWatStaPreSetRes.yStaPreSetPoi=[3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 2.95e+04, 2.9e+04, 2.8e+04, 2.75e+04, 2.7e+04, 2.65e+04, 2.6e+04, 2.5e+04, 2.45e+04, 2.4e+04, 2.35e+04, 2.3e+04, 2.2e+04, 2.15e+04, 2.1e+04, 2.05e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2.05e+04, 2.075e+04, 2.1e+04, 2.125e+04, 2.15e+04, 2.2e+04, 2.225e+04, 2.25e+04, 2.275e+04, 2.3e+04, 2.4e+04, 2.45e+04, 2.5e+04, 2.55e+04, 2.575000000000001e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterSupplyReset.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterSupplyReset.txt new file mode 100644 index 00000000000..0291bc6480b --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterSupplyReset.txt @@ -0,0 +1,20 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +chiWatSupRes.uConSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +chiWatSupRes.uValPos=[1.500000059604645e-01, 1.500000059604645e-01] +chiWatSupRes.yChiWatSupReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +chiWatSupRes.TChiWatReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chiWatSupRes1.uConSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +chiWatSupRes1.uValPos=[5.50000011920929e-01, 5.50000011920929e-01] +chiWatSupRes1.yChiWatSupReq=[0e+00, 0e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00] +chiWatSupRes1.TChiWatReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chiWatSupRes2.uConSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +chiWatSupRes2.uValPos=[1e+00, 1e+00] +chiWatSupRes2.yChiWatSupReq=[0e+00, 0e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00] +chiWatSupRes2.TChiWatReq=[0e+00, 0e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_OperatingMode.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_OperatingMode.txt new file mode 100644 index 00000000000..ce3a208c3cb --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_OperatingMode.txt @@ -0,0 +1,13 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 7.2e+03] +operatingMode.enaSch.y[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +operatingMode.uDetOcc=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +operatingMode.intSwi.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00] +operatingMode.yChiBeaEna=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +operatingMode.yDoasEna=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneRegulation.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneRegulation.txt new file mode 100644 index 00000000000..6e062e5889b --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneRegulation.txt @@ -0,0 +1,21 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "3", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +zonRegCon.uOpeMod=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00] +zonRegCon.TZon=[2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02] +zonRegCon.TZonSet.TZonHeaSet=[2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02] +zonRegCon.yReh=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.806381903588779e-02, 4.281049221754074e-02, 1.861159317195415e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.17090530693531e-01, 1.984556317329407e-01, 2.352002412080765e-01, 2.229994833469391e-01, 1.623268872499466e-01, 5.839512124657631e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.440270252525779e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.763318106532097e-02, 4.237290099263191e-02, 1.817417331039906e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.273460641503334e-02, 5.747624486684799e-02, 3.327363356947899e-02, 0e+00, 0e+00, 0e+00, 0e+00] +zonRegCon.mulSum.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01] +zonRegCon.VDes_occ=[5e-01, 5e-01] +zonRegCon.VDes_unoccSch=[1.000000014901161e-01, 1.000000014901161e-01] +zonRegCon.VDes_unoccUnsch=[2.000000029802322e-01, 2.000000029802322e-01] +zonRegCon.VDis_flow=[5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969102e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940181e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969084e-02, 2.447174116969145e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940169e-01, 4.99999999999998e-01, 2.061073780059799e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01] +zonRegCon.yDam=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.530413705855638e-03, 5.035953130573034e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.037376515567303e-02, 5.987812578678131e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.563728421926498e-02, 2.10328206419945e-01, 2.398395836353301e-01, 1.728974133729935e-01, 3.507483750581741e-02, 0e+00, 0e+00, 0e+00, 0e+00, 2.625106461346149e-02, 1.823129653930664e-01, 2.970003187656403e-01, 3.265107870101929e-01, 2.595663666725159e-01, 1.217389702796936e-01, 0e+00, 0e+00, 0e+00, 0e+00, 7.596137374639511e-02, 2.320180833339691e-01, 3.467032611370087e-01, 3.762117028236389e-01, 3.092744052410126e-01, 1.71454980969429e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.167143255472257e-02, 1.323616057634354e-01, 1.378766596317291e-01, 4.693431779742241e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.171204753220081e-03, 9.485570341348648e-02, 1.00360780954361e-01, 9.422179311513901e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.975298166275024e-02, 8.526352792978287e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.208354488015175e-02, 1.287739872932434e-01, 1.402876824140549e-01, 5.534425377845764e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.559055179357529e-02, 1.322815120220184e-01, 1.437903940677643e-01, 5.884496495127678e-02, 0e+00] +zonRegCon.TZonSet.TZonCooSet=[2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02] +zonRegCon.yChiVal=[0e+00, 0e+00, 0e+00, 0e+00, 6.408422440290451e-02, 9.162808954715729e-02, 7.022907584905624e-02, 3.598192124627516e-04, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.138365618884563e-02, 1.133159250020981e-01, 2.390570044517517e-01, 3.858495354652405e-01, 5.388739705085754e-01, 6.827006936073303e-01, 8.028009533882141e-01, 8.869678974151611e-01, 9.265123009681702e-01, 9.17113184928894e-01, 8.592403531074522e-01, 7.581086158752437e-01, 6.23167097568512e-01, 4.671745598316193e-01, 3.049502074718475e-01, 1.519227623939514e-01, 2.262546494603157e-02, 0e+00, 0e+00, 0e+00, 0e+00, 3.668259084224701e-02, 1.624276489019394e-01, 3.092201948165894e-01, 4.622445106506348e-01, 6.060706377029419e-01, 7.261683344841003e-01, 8.103335499763489e-01, 8.498774766921997e-01, 8.404784798622131e-01, 7.826059460639954e-01, 6.814747452735901e-01, 5.46534538269043e-01, 3.905426263809204e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.77592733502388e-02, 2.09584653377533e-01, 3.176871240139008e-01, 3.898538947105408e-01, 4.17398989200592e-01, 3.959969580173492e-01, 3.261224031448364e-01, 2.129902243614197e-01, 6.604912877082825e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.101364761590958e-02, 1.991116553544998e-01, 2.712756991386414e-01, 2.988204956054688e-01, 2.774214148521423e-01, 2.075486481189728e-01, 9.441695362329483e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneTemperature.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneTemperature.txt new file mode 100644 index 00000000000..fe96092744b --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneTemperature.txt @@ -0,0 +1,11 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 9e+01] +TZonSet.uOpeMod=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00] +TZonSet.TZonHeaSet=[2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02] +TZonSet.TZonCooSet=[2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt new file mode 100644 index 00000000000..c97455e64d0 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt @@ -0,0 +1,15 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "3", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +sysCon.uValPos[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +sysCon.dPChiWatLoo=[2.5e+04, 2.594e+04, 2.6865173828125e+04, 2.776093359375e+04, 2.861315234375e+04, 2.9408388671875e+04, 3.0134103515625e+04, 3.0778849609375e+04, 3.1332458984375e+04, 3.1786203125e+04, 3.2132923828125e+04, 3.2367154296875e+04, 3.2485201171875e+04, 3.2485201171875e+04, 3.2367154296875e+04, 3.2132923828125e+04, 3.1786203125e+04, 3.1332458984375e+04, 3.0778849609375e+04, 3.0134103515625e+04, 2.9408388671875e+04, 2.861315234375e+04, 2.776093359375e+04, 2.6865173828125e+04, 2.594e+04, 2.5e+04, 2.406e+04, 2.3134826171875e+04, 2.223906640625e+04, 2.138684765625e+04, 2.0591611328125e+04, 1.9865896484375e+04, 1.9221150390625e+04, 1.8667541015625e+04, 1.8213796875e+04, 1.7867076171875e+04, 1.7632845703125e+04, 1.7514798828125e+04, 1.7514798828125e+04, 1.7632845703125e+04, 1.7867076171875e+04, 1.8213796875e+04, 1.8667541015625e+04, 1.9221150390625e+04, 1.9865896484375e+04, 2.0591611328125e+04, 2.138684765625e+04, 2.223906640625e+04, 2.3134826171875e+04, 2.406e+04, 2.5e+04, 2.594e+04, 2.6865173828125e+04, 2.776093359375e+04, 2.861315234375e+04, 2.9408388671875e+04, 3.0134103515625e+04, 3.0778849609375e+04, 3.1332458984375e+04, 3.1786203125e+04, 3.2132923828125e+04, 3.2367154296875e+04, 3.2485201171875e+04, 3.2485201171875e+04, 3.2367154296875e+04, 3.2132923828125e+04, 3.1786203125e+04, 3.1332458984375e+04, 3.0778849609375e+04, 3.0134103515625e+04, 2.9408388671875e+04, 2.861315234375e+04, 2.776093359375e+04, 2.6865173828125e+04, 2.594e+04, 2.5e+04, 2.406e+04, 2.3134826171875e+04, 2.223906640625e+04, 2.138684765625e+04, 2.0591611328125e+04, 1.9865896484375e+04, 1.9221150390625e+04, 1.8667541015625e+04, 1.8213796875e+04, 1.7867076171875e+04, 1.7632845703125e+04, 1.7514798828125e+04, 1.7514798828125e+04, 1.7632845703125e+04, 1.7867076171875e+04, 1.8213796875e+04, 1.8667541015625e+04, 1.9221150390625e+04, 1.9865896484375e+04, 2.0591611328125e+04, 2.138684765625e+04, 2.223906640625e+04, 2.3134826171875e+04, 2.406e+04, 2.5e+04] +sysCon.chiWatStaPreSetRes.yStaPreSetPoi=[3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 2.95e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04] +sysCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +sysCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678702354431152e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.264259219169617e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678703546524027e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.264249086380005e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +sysCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_Terminal_Validation_TerminalController.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_Terminal_Validation_TerminalController.txt new file mode 100644 index 00000000000..ac9fe00e926 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_Terminal_Validation_TerminalController.txt @@ -0,0 +1,22 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "3", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +terCon.uDetOcc=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.uConSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00] +terCon.TZon=[2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02] +terCon.zonRegCon.TZonSet.TZonCooSet=[2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02] +terCon.uChiVal=[0e+00, 3.570647910237312e-02, 1.800291538238525e-01, 3.009726405143738e-01, 3.8627690076828e-01, 4.271420538425446e-01, 4.191177487373352e-01, 3.625394999980926e-01, 2.624948024749756e-01, 1.283275038003922e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.031001210212708e-01, 2.473914474248886e-01, 3.68334025144577e-01, 4.536384642124176e-01, 4.94503527879715e-01, 4.864792227745056e-01, 4.299009442329404e-01, 3.298561275005337e-01, 1.956888139247894e-01, 4.008141905069351e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.460105031728745e-01, 2.903017401695251e-01, 4.112442433834076e-01, 4.965486228466034e-01, 5.374133586883545e-01, 5.293890237808228e-01, 4.728107750415802e-01, 3.727659285068512e-01, 2.385985851287842e-01, 8.299117535352707e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.086657866835594e-02, 1.198092773556709e-01, 1.931137591600418e-01, 2.219791561365128e-01, 0e+00, 1.333763748407364e-01, 2.133156917989254e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.659791201353073e-02, 1.599023342132568e-01, 1.88767597079277e-01, 1.687429398298264e-01, 1.001646816730499e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.yChiWatSupReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2e+00, 2e+00, 0e+00, 0e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.TChiWatReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.yChiVal=[0e+00, 3.990470618009567e-02, 1.837681084871292e-01, 3.038730919361115e-01, 3.88043224811554e-01, 4.275888502597809e-01, 4.181888103485107e-01, 3.603132367134094e-01, 2.591766119003296e-01, 1.24229721724987e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.072974652051926e-01, 2.51129537820816e-01, 3.712344765663147e-01, 4.554047882556915e-01, 4.949503242969513e-01, 4.855502843856812e-01, 4.276746809482572e-01, 3.265379667282101e-01, 1.915910392999649e-01, 3.559263795614243e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.502078324556351e-01, 2.940398454666138e-01, 4.141446650028229e-01, 4.983149468898773e-01, 5.378601551055908e-01, 5.284600853919983e-01, 4.70584511756897e-01, 3.694477379322052e-01, 2.345007956027985e-01, 7.850239425897598e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.427135709673166e-02, 1.223763823509216e-01, 1.945467740297318e-01, 2.220926284790039e-01, 0e+00, 1.308167725801468e-01, 1.768005639314651e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.916500955820084e-02, 1.613353341817856e-01, 1.888810694217682e-01, 1.674806624650955e-01, 9.760507941246033e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.zonRegCon.TZonSet.TZonHeaSet=[2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02] +terCon.yReh=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.28267377614975e-01, 2.455723136663437e-01, 3.269425928592683e-01, 3.636882901191711e-01, 3.514882326126099e-01, 2.908126413822174e-01, 1.868759989738464e-01, 4.912908375263214e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.458920121192932e-02, 1.756211966276169e-01, 2.929259836673737e-01, 3.742962777614594e-01, 4.11041647195816e-01, 3.988415896892548e-01, 3.381659984588623e-01, 2.34229251742363e-01, 9.648232907056808e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 6.337103247642517e-02, 2.04402968287468e-01, 3.2170769572258e-01, 4.030778110027317e-01, 4.398230314254761e-01, 1.222896426916119e-01, 4.961404949426651e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.407138258218765e-02, 8.344171941280365e-02, 1.081874892115593e-01, 8.398711681365967e-02, 1.131153851747513e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 6.433874368667603e-02, 8.90844464302063e-02, 6.48840144276619e-02, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.VDis_flow=[5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969101e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940181e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969079e-02, 2.44717411696914e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940169e-01, 4.99999999999998e-01, 2.061073780059799e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01] +terCon.zonRegCon.mulSum.y=[5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01] +terCon.yDam=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.717975880950689e-03, 1.637987941503525e-01, 2.784998416900635e-01, 3.080084323883057e-01, 2.410533130168915e-01, 1.032096445560455e-01, 0e+00, 0e+00, 0e+00, 0e+00, 6.482993066310883e-02, 2.20910981297493e-01, 3.356120586395264e-01, 3.651206493377686e-01, 2.981655299663544e-01, 1.603215336799622e-01, 4.240204580128193e-03, 0e+00, 0e+00, 0e+00, 1.001382172107697e-01, 2.562195360660553e-01, 3.709206581115725e-01, 4.004292488098144e-01, 3.334740698337555e-01, 1.956300884485245e-01, 3.954872116446495e-02, 1e+00, 1e+00, 0e+00, 1.23605377972126e-01, 2.796867191791534e-01, 3.943878412246704e-01, 4.238964319229126e-01, 3.56941282749176e-01, 2.190972566604614e-01, 6.30159005522728e-02, 0e+00, 0e+00, 2.191827399656177e-03, 1.400358229875565e-01, 2.961171865463257e-01, 4.108183085918427e-01, 4.403268992900848e-01, 3.733717203140259e-01, 2.355276942253113e-01, 7.944635301828384e-02, 0e+00, 0e+00, 1.416134834289621e-02, 1.520053595304499e-01, 1.500867158174523e-01, 2.467878311872482e-01, 2.582959532737732e-01, 1.733406782150269e-01, 1.749666035175323e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1.869222074747086e-01, 1.984308063983917e-01, 1.134756058454514e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 6.151185184717178e-02, 1.582129299640656e-01, 1.697211712598801e-01, 8.47659707069397e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.847380891442299e-02, 1.451748907566071e-01, 1.566833853721619e-01, 7.172820717096329e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.27054651081562e-02, 1.394075900316238e-01, 1.509159058332443e-01, 1e+00, 1e+00] diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos new file mode 100644 index 00000000000..f9cadc6f6fa --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos @@ -0,0 +1,8 @@ +compareVars := + { + "chaPumSta.uNexLagPum", + "chaPumSta.uLasLagPum", + "chaPumSta.yChiWatPum[1]", + "chaPumSta.yChiWatPum[2]", + "chaPumSta.yChiWatPum[3]" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos new file mode 100644 index 00000000000..cd25bd65e79 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos @@ -0,0 +1,15 @@ +compareVars := + { + "enaLagPum.speLim", + "enaLagPum.speLim1", + "enaLagPum.speLim2", + "enaLagPum.uPumSpe", + "enaLagPum.timPer", + "enaLagPum.timPer1", + "enaLagPum.timPer2", + "enaLagPum.tim.y", + "enaLagPum.tim1.y", + "enaLagPum.tim2.y", + "yUp.y", + "yDow.y" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead.mos new file mode 100644 index 00000000000..d876ccaffe8 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead.mos @@ -0,0 +1,6 @@ +compareVars := + { + "enaLeaPum.uValPos[1]", + "enaLeaPum.uValPos[2]", + "enaLeaPum.yLea" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos new file mode 100644 index 00000000000..fa9198719bd --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos @@ -0,0 +1,10 @@ +compareVars := + { + "chiPumSpe.maxLoo.u[1]", + "chiPumSpe.maxLoo.u[2]", + "chiPumSpe.maxLoo.y", + "chiPumSpe.pumSpe.y", + "chiPumSpe.pumSpe.f1", + "chiPumSpe.pumSpe.f2", + "chiPumSpe.yChiWatPumSpe" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos new file mode 100644 index 00000000000..9650cd9b44d --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos @@ -0,0 +1,17 @@ +compareVars := + { + "pumCon.uPumLeaLag[1]", + "pumCon.uPumLeaLag[2]", + "pumCon.uValPos[1]", + "pumCon.yChiWatPum[2]", + "pumCon.yPumSpe", + "pumCon.enaLagSecPum.timPer", + "pumCon.enaLagSecPum.timPer1", + "pumCon.enaLagSecPum.timPer2", + "pumCon.enaLagSecPum.tim1.y", + "pumCon.enaLagSecPum.tim.y", + "pumCon.enaLagSecPum.tim2.y", + "pumCon.yChiWatPum[1]", + "pumCon.dpChiWat_remote[1]", + "pumCon.dpChiWatSet" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition.mos new file mode 100644 index 00000000000..8599a04133c --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition.mos @@ -0,0 +1,8 @@ +compareVars := + { + "bypValPos.uPumSta[1]", + "bypValPos.uPumSpe", + "bypValPos.dpChiWatLoo", + "bypValPos.dPChiWatMax", + "bypValPos.yBypValPos" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos new file mode 100644 index 00000000000..e344e9568b4 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos @@ -0,0 +1,6 @@ +compareVars := + { + "chiWatStaPreSetRes.uPumSta[1]", + "chiWatStaPreSetRes.uValPos[1]", + "chiWatStaPreSetRes.yStaPreSetPoi" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset.mos new file mode 100644 index 00000000000..e7f1c56d91c --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset.mos @@ -0,0 +1,15 @@ +compareVars := + { + "chiWatSupRes.uConSen", + "chiWatSupRes.uValPos", + "chiWatSupRes.yChiWatSupReq", + "chiWatSupRes.TChiWatReq", + "chiWatSupRes1.uConSen", + "chiWatSupRes1.uValPos", + "chiWatSupRes1.yChiWatSupReq", + "chiWatSupRes1.TChiWatReq", + "chiWatSupRes2.uConSen", + "chiWatSupRes2.uValPos", + "chiWatSupRes2.yChiWatSupReq", + "chiWatSupRes2.TChiWatReq" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos new file mode 100644 index 00000000000..fb4da2ae7c0 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos @@ -0,0 +1,8 @@ +compareVars := + { + "operatingMode.enaSch.y[1]", + "operatingMode.uDetOcc", + "operatingMode.intSwi.y", + "operatingMode.yChiBeaEna", + "operatingMode.yDoasEna" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation.mos new file mode 100644 index 00000000000..6546bfa32cd --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation.mos @@ -0,0 +1,17 @@ +compareVars := + { + "zonRegCon.uOpeMod", + "zonRegCon.TZon", + "zonRegCon.TZonSet.TZonHeaSet", + "zonRegCon.yReh", + "zonRegCon.mulSum.y", + "zonRegCon.VDes_occ", + "zonRegCon.VDes_unoccSch", + "zonRegCon.VDes_unoccUnsch", + "zonRegCon.VDis_flow", + "zonRegCon.mulSum.y", + "zonRegCon.yDam", + "zonRegCon.TZon", + "zonRegCon.TZonSet.TZonCooSet", + "zonRegCon.yChiVal" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature.mos new file mode 100644 index 00000000000..2ffd5331466 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature.mos @@ -0,0 +1,6 @@ +compareVars := + { + "TZonSet.uOpeMod", + "TZonSet.TZonHeaSet", + "TZonSet.TZonCooSet" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController.mos new file mode 100644 index 00000000000..9fc77b72b8d --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController.mos @@ -0,0 +1,9 @@ +compareVars := + { + "sysCon.uValPos[1]", + "sysCon.dPChiWatLoo", + "sysCon.chiWatStaPreSetRes.yStaPreSetPoi", + "sysCon.yChiWatPum[1]", + "sysCon.yPumSpe", + "sysCon.yChiWatPum[2]" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController.mos new file mode 100644 index 00000000000..4efadeff94c --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController.mos @@ -0,0 +1,18 @@ +compareVars := + { + "terCon.uDetOcc", + "terCon.uConSen", + "terCon.TZon", + "terCon.zonRegCon.TZonSet.TZonCooSet", + "terCon.uChiVal", + "terCon.yChiWatSupReq", + "terCon.TChiWatReq", + "terCon.yChiVal", + "terCon.TZon", + "terCon.zonRegCon.TZonSet.TZonHeaSet", + "terCon.zonRegCon.TZonSet.TZonCooSet", + "terCon.yReh", + "terCon.VDis_flow", + "terCon.zonRegCon.mulSum.y", + "terCon.yDam" + }; From 4e208672a369329f393f8ee5eb20c6cfa552f1fb Mon Sep 17 00:00:00 2001 From: "Karthik Devaprasad (PNNL)" <59938817+karthikeyad-pnnl@users.noreply.github.com> Date: Mon, 20 Sep 2021 12:10:19 -0700 Subject: [PATCH 009/196] Issue2614 chilled beam sequences (#2626) * Added files for chilled beam sequences * Adding unit test scripts * Updated package order * Added missing package file * Updated package order file * Updated package order * Fixed issues found during unit tests * Added results files from unit tests --- .../SecondaryPumps/Controller.mo | 561 ++++++++++++++++++ .../Subsequences/ChangeStatus.mo | 211 +++++++ .../Subsequences/EnableLag_pumpSpeed.mo | 267 +++++++++ .../SecondaryPumps/Subsequences/EnableLead.mo | 130 ++++ .../Subsequences/Speed_remoteDp.mo | 237 ++++++++ .../Subsequences/Validation/ChangeStatus.mo | 145 +++++ .../Validation/EnableLag_pumpSpeed.mo | 70 +++ .../Subsequences/Validation/EnableLead.mo | 55 ++ .../Subsequences/Validation/Speed_remoteDp.mo | 81 +++ .../Subsequences/Validation/package.mo | 39 ++ .../Subsequences/Validation/package.order | 4 + .../SecondaryPumps/Subsequences/package.mo | 46 ++ .../SecondaryPumps/Subsequences/package.order | 5 + .../SecondaryPumps/Validation/Controller.mo | 100 ++++ .../SecondaryPumps/Validation/package.mo | 38 ++ .../SecondaryPumps/Validation/package.order | 1 + .../SecondaryPumps/package.mo | 31 + .../SecondaryPumps/package.order | 3 + .../SetPoints/BypassValvePosition.mo | 223 +++++++ ...ChilledWaterStaticPressureSetpointReset.mo | 292 +++++++++ .../SetPoints/ChilledWaterSupplyReset.mo | 308 ++++++++++ .../SetPoints/OperatingMode.mo | 239 ++++++++ .../Validation/BypassValvePosition.mo | 75 +++ ...ChilledWaterStaticPressureSetpointReset.mo | 63 ++ .../Validation/ChilledWaterSupplyReset.mo | 102 ++++ .../SetPoints/Validation/OperatingMode.mo | 49 ++ .../SetPoints/Validation/ZoneRegulation.mo | 100 ++++ .../SetPoints/Validation/ZoneTemperature.mo | 62 ++ .../SetPoints/Validation/package.mo | 38 ++ .../SetPoints/Validation/package.order | 6 + .../SetPoints/ZoneRegulation.mo | 479 +++++++++++++++ .../SetPoints/ZoneTemperature.mo | 156 +++++ .../ChilledBeamSystem/SetPoints/package.mo | 18 + .../ChilledBeamSystem/SetPoints/package.order | 7 + .../System/SystemController.mo | 422 +++++++++++++ .../System/Validation/SystemController.mo | 74 +++ .../System/Validation/package.mo | 37 ++ .../System/Validation/package.order | 1 + .../ChilledBeamSystem/System/package.mo | 3 + .../ChilledBeamSystem/System/package.order | 2 + .../Terminal/TerminalController.mo | 406 +++++++++++++ .../Terminal/Validation/TerminalController.mo | 98 +++ .../Terminal/Validation/package.mo | 37 ++ .../Terminal/Validation/package.order | 1 + .../ChilledBeamSystem/Terminal/package.mo | 3 + .../ChilledBeamSystem/Terminal/package.order | 2 + .../Types/OperationModeTypes/package.mo | 41 ++ .../Types/OperationModeTypes/package.order | 3 + .../ChilledBeamSystem/Types/package.mo | 34 ++ .../ChilledBeamSystem/Types/package.order | 1 + .../ChilledBeamSystem/package.mo | 3 + .../ChilledBeamSystem/package.order | 5 + .../OBC/ASHRAE/PrimarySystem/package.mo | 47 ++ .../OBC/ASHRAE/PrimarySystem/package.order | 1 + Buildings/Controls/OBC/ASHRAE/package.order | 1 + ...s_Subsequences_Validation_ChangeStatus.txt | 13 + ...quences_Validation_EnableLag_pumpSpeed.txt | 20 + ...mps_Subsequences_Validation_EnableLead.txt | 11 + ...Subsequences_Validation_Speed_remoteDp.txt | 16 + ...m_SecondaryPumps_Validation_Controller.txt | 23 + ...tPoints_Validation_BypassValvePosition.txt | 14 + ...hilledWaterStaticPressureSetpointReset.txt | 11 + ...nts_Validation_ChilledWaterSupplyReset.txt | 20 + ...tem_SetPoints_Validation_OperatingMode.txt | 13 + ...em_SetPoints_Validation_ZoneRegulation.txt | 21 + ...m_SetPoints_Validation_ZoneTemperature.txt | 11 + ...tem_System_Validation_SystemController.txt | 15 + ...Terminal_Validation_TerminalController.txt | 22 + .../Subsequences/Validation/ChangeStatus.mos | 3 + .../Validation/EnableLag_pumpSpeed.mos | 4 + .../Subsequences/Validation/EnableLead.mos | 4 + .../Validation/Speed_remoteDp.mos | 5 + .../SecondaryPumps/Validation/Controller.mos | 12 + .../Validation/BypassValvePosition.mos | 7 + ...hilledWaterStaticPressureSetpointReset.mos | 5 + .../Validation/ChilledWaterSupplyReset.mos | 16 + .../SetPoints/Validation/OperatingMode.mos | 7 + .../SetPoints/Validation/ZoneRegulation.mos | 14 + .../SetPoints/Validation/ZoneTemperature.mos | 4 + .../System/Validation/SystemController.mos | 7 + .../Validation/TerminalController.mos | 19 + ...s.Subsequences.Validation.ChangeStatus.mos | 8 + ...quences.Validation.EnableLag_pumpSpeed.mos | 15 + ...mps.Subsequences.Validation.EnableLead.mos | 6 + ...Subsequences.Validation.Speed_remoteDp.mos | 10 + ...m.SecondaryPumps.Validation.Controller.mos | 17 + ...tPoints.Validation.BypassValvePosition.mos | 8 + ...hilledWaterStaticPressureSetpointReset.mos | 6 + ...nts.Validation.ChilledWaterSupplyReset.mos | 15 + ...tem.SetPoints.Validation.OperatingMode.mos | 8 + ...em.SetPoints.Validation.ZoneRegulation.mos | 17 + ...m.SetPoints.Validation.ZoneTemperature.mos | 6 + ...tem.System.Validation.SystemController.mos | 9 + ...Terminal.Validation.TerminalController.mos | 18 + 94 files changed, 5923 insertions(+) create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLead.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_BypassValvePosition.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterSupplyReset.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_OperatingMode.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneRegulation.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneTemperature.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_Terminal_Validation_TerminalController.txt create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController.mos diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo new file mode 100644 index 00000000000..5df46999455 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo @@ -0,0 +1,561 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps; +block Controller + "Controller for chilled water pumps in chilled beam systems" + + parameter Integer nPum = 2 + "Total number of chilled water pumps" + annotation (Dialog(group="System parameters")); + + parameter Integer nVal = 3 + "Total number of chilled water control valves on chilled beams" + annotation (Dialog(group="System parameters")); + + parameter Integer nSen=2 + "Total number of remote differential pressure sensors" + annotation (Dialog(group="System parameters")); + + parameter Real minPumSpe( + final unit="1", + displayUnit="1", + final min=0, + final max=maxPumSpe) = 0.1 + "Minimum pump speed" + annotation (Dialog(group="Pump parameters")); + + parameter Real maxPumSpe( + final unit="1", + displayUnit="1", + final min=minPumSpe, + final max=1) = 1 + "Maximum pump speed" + annotation (Dialog(group="Pump parameters")); + + parameter Real valPosClo( + final unit="1", + displayUnit="1")=0.05 + "Valve position at which it is deemed to be closed" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valPosOpe( + final unit="1", + displayUnit="1")=0.1 + "Valve position at which it is deemed to be open" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valOpeThr( + final unit="s", + displayUnit="s", + final quantity="time")=30 + "Minimum threshold time for which a valve has to be open to enable lead pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valCloThr( + final unit="s", + displayUnit="s", + final quantity="time")=60 + "Minimum threshold time for which all valves have to be closed to disable lead pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real speLim( + final unit="1", + displayUnit="1") = 0.75 + "Speed limit with longer enable delay for enabling next lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real speLim1( + final unit="1", + displayUnit="1") = 0.9 + "Speed limit with shorter enable delay for enabling next lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real speLim2( + final unit="1", + displayUnit="1") = 0.25 + "Speed limit for disabling last lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer1( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for enabling next lag pump at speed limit speLim" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer2( + final unit="s", + displayUnit="s", + final quantity="time") = 60 + "Delay time period for enabling next lag pump at speed limit speLim1" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer3( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for disabling last lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real k( + final unit="1", + displayUnit="1", + final min=0) = 1 + "Gain of controller" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real Ti( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.5 + "Time constant of integrator block" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real Td( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.1 + "Time constant of derivative block" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real sigDif( + final unit="1", + displayUnit="1")=0.01 + "Constant value used in hysteresis for checking pump speed" + annotation (Dialog(tab="Advanced")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] + "Pumps operating status" + annotation (Placement(transformation(extent={{-320,110},{-280,150}}), + iconTransformation(extent={{-140,20},{-100,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal] + "Chilled water control valve position on chilled beams" + annotation (Placement(transformation(extent={{-320,60},{-280,100}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uPumLeaLag[nPum] + "Chilled water pump lead-lag order" + annotation (Placement(transformation(extent={{-320,150},{-280,190}}), + iconTransformation(extent={{-140,60},{-100,100}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWat_remote[nSen]( + final unit=fill("Pa", nSen), + final quantity=fill("PressureDifference", nSen), + displayUnit=fill("Pa", nSen)) + "Chilled water differential static pressure from remote sensor" + annotation (Placement(transformation(extent={{-320,-180},{-280,-140}}), + iconTransformation(extent={{-140,-60},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatSet( + final unit="Pa", + final quantity="PressureDifference", + displayUnit="Pa") + "Chilled water differential static pressure setpoint" + annotation (Placement(transformation(extent={{-320,-210},{-280,-170}}), + iconTransformation(extent={{-140,-100},{-100,-60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiWatPum[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{280,-20},{320,20}}), + iconTransformation(extent={{100,0},{140,40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yPumSpe( + final min=0, + final max=1, + final unit="1", + displayUnit="1") + "Chilled water pump speed" + annotation (Placement(transformation(extent={{280,-210},{320,-170}}), + iconTransformation(extent={{100,-40},{140,0}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLag_pumpSpeed + enaLagSecPum( + final speLim=speLim, + final speLim1=speLim1, + final speLim2=speLim2, + final timPer=timPer1, + final timPer1=timPer2, + final timPer2=timPer3, + sigDif=sigDif) + "Enable and disable lag pumps using pump speed" + annotation (Placement(transformation(extent={{-120,28},{-100,48}}))); + +protected + parameter Integer pumInd[nPum]={i for i in 1:nPum} + "Pump index, {1,2,...,n}"; + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi[nPum] + "Logical switch" + annotation (Placement(transformation(extent={{180,-10},{200,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Constant con[nPum]( + final k=fill(false, nPum)) + "Boolean source" + annotation (Placement(transformation(extent={{122,-40},{142,-20}}))); + + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep( + final nout=nPum) + "Boolean replicator" + annotation (Placement(transformation(extent={{118,86},{138,106}}))); + + Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel( + final samplePeriod=1) + "Unit delay for pump speed" + annotation (Placement(transformation(extent={{-200,28},{-180,48}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLead + enaLeaPum( + nVal=nVal, + valPosClo=valPosClo, + valPosOpe=valPosOpe, + valOpeThr=valOpeThr, + valCloThr=valCloThr) + "Enable lead pump" + annotation (Placement(transformation(extent={{-200,70},{-180,90}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp + pumSpeRemDp( + final nSen=nSen, + final nPum=nPum, + final minPumSpe=minPumSpe, + final maxPumSpe=maxPumSpe, + final k=k, + final Ti=Ti, + final Td=Td) + "Chilled water pump speed control with remote DP sensor" + annotation (Placement(transformation(extent={{-20,-200},{0,-180}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=1) + "Constant one" + annotation (Placement(transformation(extent={{-252,134},{-232,154}}))); + + Buildings.Controls.OBC.CDL.Conversions.IntegerToReal intToRea[nPum] + "Convert integer to real number" + annotation (Placement(transformation(extent={{-200,160},{-180,180}}))); + + Buildings.Controls.OBC.CDL.Routing.RealExtractor leaPum( + final nin=nPum) + "Lead pump index" + annotation (Placement(transformation(extent={{-60,160},{-40,180}}))); + + Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt + "Convert real input to integer output" + annotation (Placement(transformation(extent={{-20,160},{0,180}}))); + + Buildings.Controls.OBC.CDL.Routing.RealExtractor nexLagPum( + final allowOutOfRange=true, + final nin=nPum, + final outOfRangeValue=0) + "Next lag pump" + annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); + + Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt1 + "Convert real input to integer output" + annotation (Placement(transformation(extent={{-8,-60},{12,-40}}))); + + Buildings.Controls.OBC.CDL.Routing.RealExtractor lasLagPum( + final allowOutOfRange=true, + final nin=nPum, + final outOfRangeValue=0) + "Last lag pump" + annotation (Placement(transformation(extent={{-80,-110},{-60,-90}}))); + + Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt2 + "Convert real input to integer output" + annotation (Placement(transformation(extent={{-8,-110},{12,-90}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt[nPum] + "Convert boolean to integer" + annotation (Placement(transformation(extent={{-250,-130},{-230,-110}}))); + + Buildings.Controls.OBC.CDL.Integers.MultiSum mulSumInt( + final nin=nPum) + "Sum of integer inputs" + annotation (Placement(transformation(extent={{-200,-130},{-180,-110}}))); + + Buildings.Controls.OBC.CDL.Integers.Add addInt + "Integer add" + annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus + chaPumSta1( + final nPum=nPum) + "Change lead pump status" + annotation (Placement(transformation(extent={{58,68},{80,88}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus + chaPumSta4( + final nPum=nPum) + "Change lag pump status" + annotation (Placement(transformation(extent={{122,-10},{144,10}}))); + + Buildings.Controls.OBC.CDL.Integers.LessEqualThreshold intLesEquThr( + final t=1) + "Prevent status changer from disabling lead pump" + annotation (Placement(transformation(extent={{-118,-36},{-98,-16}}))); + + Buildings.Controls.OBC.CDL.Integers.GreaterEqualThreshold intGreEquThr( + final t=1) + "Prevent status changer from enabling lead pump" + annotation (Placement(transformation(extent={{-120,-2},{-100,18}}))); + + Buildings.Controls.OBC.CDL.Logical.And and1 + "Logical And" + annotation (Placement(transformation(extent={{-30,32},{-10,52}}))); + + Buildings.Controls.OBC.CDL.Logical.Or or3 + "Logical Or" + annotation (Placement(transformation(extent={{-20,-8},{0,12}}))); + +equation + connect(uPumLeaLag, intToRea.u) + annotation (Line(points={{-300,170},{-202,170}}, color={255,127,0})); + + connect(intToRea.y, leaPum.u) + annotation (Line(points={{-178,170},{-62,170}}, color={0,0,127})); + + connect(conInt.y, leaPum.index) + annotation (Line(points={{-230,144},{-50,144},{-50,158}}, color={255,127,0})); + + connect(leaPum.y, reaToInt.u) + annotation (Line(points={{-38,170},{-22,170}},color={0,0,127})); + + connect(intToRea.y, nexLagPum.u) + annotation (Line(points={{-178,170},{-160,170},{-160,-50},{-82,-50}}, + color={0,0,127})); + + connect(intToRea.y, lasLagPum.u) + annotation (Line(points={{-178,170},{-160,170},{-160,-100},{-82,-100}}, + color={0,0,127})); + + connect(uChiWatPum, booToInt.u) + annotation (Line(points={{-300,130},{-260,130},{-260,-120},{-252,-120}}, + color={255,0,255})); + + connect(booToInt.y, mulSumInt.u) + annotation (Line(points={{-228,-120},{-202,-120}}, color={255,127,0})); + + connect(addInt.y, nexLagPum.index) + annotation (Line(points={{-98,-70},{-70,-70},{-70,-62}}, color={255,127,0})); + + connect(mulSumInt.y, addInt.u2) + annotation (Line(points={{-178,-120},{-128,-120},{-128,-76},{-122,-76}}, + color={255,127,0})); + + connect(conInt.y, addInt.u1) + annotation (Line(points={{-230,144},{-140,144},{-140,-64},{-122,-64}}, + color={255,127,0})); + + connect(mulSumInt.y, lasLagPum.index) + annotation (Line(points={{-178,-120},{-70,-120},{-70,-112}}, color={255,127,0})); + + connect(reaToInt.y, chaPumSta1.uNexLagPum) annotation (Line(points={{2,170},{46, + 170},{46,74},{56,74}}, color={255,127,0})); + + connect(reaToInt.y, chaPumSta1.uLasLagPum) annotation (Line(points={{2,170},{46, + 170},{46,70},{56,70}}, color={255,127,0})); + + connect(enaLeaPum.yLea, chaPumSta1.uNexLagPumSta) annotation (Line(points={{-178, + 80},{-62,80},{-62,86},{56,86}}, color={255,0,255})); + + connect(enaLeaPum.yLea, chaPumSta1.uLasLagPumSta) annotation (Line(points={{-178, + 80},{36,80},{36,83},{56,83}}, color={255,0,255})); + + connect(uniDel.y, enaLagSecPum.uPumSpe) + annotation (Line(points={{-178,38},{-122,38}}, color={0,0,127})); + + connect(reaToInt1.y, chaPumSta4.uNexLagPum) annotation (Line(points={{14,-50}, + {32,-50},{32,-4},{120,-4}},color={255,127,0})); + + connect(reaToInt2.y, chaPumSta4.uLasLagPum) annotation (Line(points={{14,-100}, + {38,-100},{38,-8},{120,-8}},color={255,127,0})); + + connect(nexLagPum.y, reaToInt1.u) + annotation (Line(points={{-58,-50},{-10,-50}}, color={0,0,127})); + + connect(lasLagPum.y, reaToInt2.u) + annotation (Line(points={{-58,-100},{-10,-100}}, color={0,0,127})); + + connect(mulSumInt.y, intLesEquThr.u) annotation (Line(points={{-178,-120},{-166, + -120},{-166,-26},{-120,-26}}, color={255,127,0})); + + connect(mulSumInt.y, intGreEquThr.u) annotation (Line(points={{-178,-120},{-166, + -120},{-166,8},{-122,8}}, color={255,127,0})); + + connect(enaLagSecPum.yUp, and1.u1) + annotation (Line(points={{-98,42},{-32,42}}, color={255,0,255})); + + connect(intGreEquThr.y, and1.u2) annotation (Line(points={{-98,8},{-40,8},{-40, + 34},{-32,34}}, color={255,0,255})); + + connect(intLesEquThr.y, or3.u2) annotation (Line(points={{-96,-26},{-28,-26},{ + -28,-6},{-22,-6}}, color={255,0,255})); + + connect(enaLagSecPum.yDown, or3.u1) annotation (Line(points={{-98,34},{-48,34}, + {-48,2},{-22,2}}, color={255,0,255})); + + connect(and1.y, chaPumSta4.uNexLagPumSta) annotation (Line(points={{-8,42},{28, + 42},{28,8},{120,8}}, color={255,0,255})); + + connect(or3.y, chaPumSta4.uLasLagPumSta) annotation (Line(points={{2,2},{20,2}, + {20,5},{120,5}}, color={255,0,255})); + + connect(uValPos, enaLeaPum.uValPos) + annotation (Line(points={{-300,80},{-202,80}}, color={0,0,127})); + + connect(uChiWatPum, chaPumSta1.uChiWatPum) annotation (Line(points={{-300,130}, + {-260,130},{-260,100},{42,100},{42,78},{56,78}}, color={255,0,255})); + + connect(chaPumSta1.yChiWatPum, chaPumSta4.uChiWatPum) annotation (Line(points= + {{80,78},{100,78},{100,0},{120,0}}, color={255,0,255})); + + connect(uChiWatPum, pumSpeRemDp.uChiWatPum) annotation (Line(points={{-300,130}, + {-260,130},{-260,-182},{-22,-182}}, color={255,0,255})); + + connect(dpChiWat_remote, pumSpeRemDp.dpChiWat) annotation (Line(points={{-300, + -160},{-40,-160},{-40,-190},{-22,-190}}, color={0,0,127})); + + connect(dpChiWatSet, pumSpeRemDp.dpChiWatSet) annotation (Line(points={{-300,-190}, + {-62,-190},{-62,-198},{-22,-198}}, color={0,0,127})); + + connect(pumSpeRemDp.yChiWatPumSpe, yPumSpe) annotation (Line(points={{2,-190}, + {150,-190},{150,-190},{300,-190}}, color={0,0,127})); + + connect(pumSpeRemDp.yChiWatPumSpe, uniDel.u) annotation (Line(points={{2,-190}, + {40,-190},{40,-220},{-220,-220},{-220,38},{-202,38}}, color={0,0,127})); + + connect(logSwi.y, yChiWatPum) + annotation (Line(points={{202,0},{300,0}}, color={255,0,255})); + + connect(con.y, logSwi.u3) annotation (Line(points={{144,-30},{162,-30},{162,-8}, + {178,-8}}, color={255,0,255})); + + connect(chaPumSta4.yChiWatPum, logSwi.u1) annotation (Line(points={{144,0},{162, + 0},{162,8},{178,8}}, color={255,0,255})); + + connect(booRep.y, logSwi.u2) annotation (Line(points={{140,96},{170,96},{170,0}, + {178,0}}, color={255,0,255})); + + connect(enaLeaPum.yLea, booRep.u) annotation (Line(points={{-178,80},{-62,80}, + {-62,96},{116,96}}, color={255,0,255})); + +annotation (defaultComponentName="secPumCon", + Diagram(coordinateSystem(preserveAspectRatio=false, + extent={{-280,-240},{280,200}}), + graphics={ + Rectangle( + extent={{-274,198},{274,60}}, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + pattern=LinePattern.None), + Text( + extent={{206,200},{270,184}}, + pattern=LinePattern.None, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + lineColor={0,0,127}, + horizontalAlignment=TextAlignment.Right, + textString="Enable lead pump"), + Rectangle( + extent={{-276,56},{274,-136}}, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + pattern=LinePattern.None), + Text( + extent={{192,52},{270,36}}, + pattern=LinePattern.None, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + lineColor={0,0,127}, + horizontalAlignment=TextAlignment.Right, + textString="Enable next lag pump"), + Text( + extent={{188,-126},{266,-136}}, + pattern=LinePattern.None, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + lineColor={0,0,127}, + horizontalAlignment=TextAlignment.Right, + textString="Disable last lag pump"), + Rectangle( + extent={{-276,-142},{276,-236}}, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + pattern=LinePattern.None), + Text( + extent={{222,-144},{268,-156}}, + pattern=LinePattern.None, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + lineColor={0,0,127}, + horizontalAlignment=TextAlignment.Right, + textString="Pump speed")}), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,0}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-100,140},{100,100}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-80,60},{82,-60}}, + lineColor={28,108,200}, + fillColor={210,210,210}, + fillPattern=FillPattern.Solid, + borderPattern=BorderPattern.Raised), + Polygon( + points={{-80,60},{-14,4},{-80,-60},{-80,60}}, + lineColor={175,175,175}, + fillColor={175,175,175}, + fillPattern=FillPattern.Solid)}), + Documentation(info=" +

    +Pump control sequences for chilled beam systems. It consists of: +

    + +", +revisions=" +
      +
    • +June 9, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +")); +end Controller; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo new file mode 100644 index 00000000000..3d7be000e54 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo @@ -0,0 +1,211 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +block ChangeStatus + "Sequence to change pump status" + + parameter Integer nPum = 2 + "Total number of pumps"; + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uNexLagPumSta + "Status of next lag pump" + annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uLasLagPumSta + "Status of last lag pump" + annotation (Placement(transformation(extent={{-140,30},{-100,70}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uNexLagPum + "Index of next lag pump" + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uLasLagPum + "Index of last lag pump" + annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiWatPum[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{100,-20},{140,20}}))); + +protected + parameter Integer pumInd[nPum]={i for i in 1:nPum} + "Pump index, {1,2,...,n}"; + + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep1( + final nout=nPum) + "Replicate boolean input" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep2( + final nout=nPum) + "Replicate boolean input" + annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal intEqu2[nPum] + "Check next lag pump" + annotation (Placement(transformation(extent={{-60,-50},{-40,-30}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal intEqu3[nPum] + "Check last lag pump" + annotation (Placement(transformation(extent={{-60,-90},{-40,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch nexLagPumSta[nPum] + "Next lag pump status" + annotation (Placement(transformation(extent={{-20,-50},{0,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch lasLagPumSta[nPum] + "Last lag pump status" + annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.Or enaPum[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{10,-50},{30,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.And pumSta[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{20,-90},{40,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch remPum[nPum] + "Remove pump" + annotation (Placement(transformation(extent={{50,-70},{70,-50}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch addPum[nPum] + "Add pump" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Routing.IntegerScalarReplicator intRep( + final nout=nPum) + "Integer replicator" + annotation (Placement(transformation(extent={{-90,-50},{-70,-30}}))); + + Buildings.Controls.OBC.CDL.Routing.IntegerScalarReplicator intRep1( + final nout=nPum) + "Integer replicator" + annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[nPum]( + final k=pumInd) + "Pump index" + annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); + +equation + connect(nexLagPumSta.u2, intEqu2.y) + annotation (Line(points={{-22,-40},{-38,-40}}, color={255,0,255})); + + connect(intEqu3.y, lasLagPumSta.u2) + annotation (Line(points={{-38,-80},{-22,-80}}, color={255,0,255})); + + connect(uNexLagPumSta, booRep1.u) + annotation (Line(points={{-120,80},{-82,80}}, color={255,0,255})); + + connect(uLasLagPumSta, booRep2.u) + annotation (Line(points={{-120,50},{-82,50}}, color={255,0,255})); + + connect(intRep.y, intEqu2.u1) + annotation (Line(points={{-68,-40},{-62,-40}}, color={255,127,0})); + + connect(intRep1.y, intEqu3.u1) + annotation (Line(points={{-68,-80},{-62,-80}}, color={255,127,0})); + + connect(uNexLagPum, intRep.u) + annotation (Line(points={{-120,-40},{-92,-40}}, color={255,127,0})); + + connect(uLasLagPum, intRep1.u) + annotation (Line(points={{-120,-80},{-92,-80}}, color={255,127,0})); + + connect(booRep2.y, lasLagPumSta.u1) annotation (Line(points={{-58,50},{-36,50}, + {-36,-72},{-22,-72}}, color={255,0,255})); + + connect(booRep1.y, nexLagPumSta.u1) annotation (Line(points={{-58,80},{-24,80}, + {-24,-32},{-22,-32}}, color={255,0,255})); + + connect(uChiWatPum, nexLagPumSta.u3) annotation (Line(points={{-120,0},{-30,0}, + {-30,-48},{-22,-48}}, color={255,0,255})); + + connect(uChiWatPum, lasLagPumSta.u3) annotation (Line(points={{-120,0},{-30,0}, + {-30,-88},{-22,-88}}, color={255,0,255})); + + connect(nexLagPumSta.y, enaPum.u1) + annotation (Line(points={{2,-40},{8,-40}}, color={255,0,255})); + + connect(uChiWatPum, enaPum.u2) annotation (Line(points={{-120,0},{4,0},{4,-48}, + {8,-48}}, color={255,0,255})); + + connect(uChiWatPum, remPum.u1) annotation (Line(points={{-120,0},{4,0},{4,-52}, + {48,-52}}, color={255,0,255})); + + connect(enaPum.y, addPum.u1) annotation (Line(points={{32,-40},{40,-40},{40,8}, + {58,8}}, color={255,0,255})); + + connect(lasLagPumSta.y, pumSta.u1) + annotation (Line(points={{2,-80},{18,-80}}, color={255,0,255})); + + connect(enaPum.y, pumSta.u2) annotation (Line(points={{32,-40},{40,-40},{40, + -56},{10,-56},{10,-88},{18,-88}}, + color={255,0,255})); + + connect(pumSta.y, remPum.u3) annotation (Line(points={{42,-80},{46,-80},{46,-68}, + {48,-68}}, color={255,0,255})); + + connect(booRep2.y, remPum.u2) annotation (Line(points={{-58,50},{-36,50},{-36, + -60},{48,-60}}, color={255,0,255})); + + connect(booRep1.y, addPum.u2) annotation (Line(points={{-58,80},{50,80},{50,0}, + {58,0}}, color={255,0,255})); + + connect(remPum.y, addPum.u3) annotation (Line(points={{72,-60},{80,-60},{80,-40}, + {50,-40},{50,-8},{58,-8}}, color={255,0,255})); + + connect(addPum.y,yChiWatPum) annotation (Line(points={{82,0},{120,0}}, + color={255,0,255})); + + connect(conInt.y, intEqu2.u2) annotation (Line(points={{-68,20},{-66,20},{-66, + -48},{-62,-48}}, color={255,127,0})); + + connect(conInt.y, intEqu3.u2) annotation (Line(points={{-68,20},{-66,20},{-66, + -88},{-62,-88}}, color={255,127,0})); + +annotation ( + defaultComponentName="chaSta", + Icon(coordinateSystem(preserveAspectRatio=false, + extent={{-100,-100},{120,100}}), + graphics={ + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name")}), + Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), + Documentation(info=" +

    + Block that changes the status of pumps. +

    +

    +

      +
    1. + When the block receives the index of next lag pump to be enabled uNexLagPum + and a true pulse on the next lag pump status uNexLagPumSta, + it changes the pump status yHotWatPum[uNexLagPum] to true. +
    2. +
    3. + When the block receives the index of last lag pump to be disabled uLasLagPum + and a false pulse on the last lag pump status uLasLagPumSta, it changes + the pump status yHotWatPum[uLasLagPum] to false. +
    4. +
    +

    + ", revisions=" +
      +
    • + August 19, 2020, by Karthik Devaprasad:
      + First implementation. +
    • +
    + ")); +end ChangeStatus; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo new file mode 100644 index 00000000000..f91237ff856 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo @@ -0,0 +1,267 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +block EnableLag_pumpSpeed + "Sequence for enabling and disabling lag pumps using pump speed" + + parameter Real speLim( + final unit="1", + displayUnit="1") = 0.75 + "Speed limit with longer enable delay for enabling next lag pump"; + + parameter Real speLim1( + final unit="1", + displayUnit="1") = 0.9 + "Speed limit with shorter enable delay for enabling next lag pump"; + + parameter Real speLim2( + final unit="1", + displayUnit="1") = 0.25 + "Speed limit for disabling last lag pump"; + + parameter Real timPer( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for enabling next lag pump at speed limit speLim"; + + parameter Real timPer1( + final unit="s", + displayUnit="s", + final quantity="time") = 60 + "Delay time period for enabling next lag pump at speed limit speLim1"; + + parameter Real timPer2( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for disabling last lag pump"; + + parameter Real sigDif( + final unit="1", + displayUnit="1") = 0.01 + "Constant value used in hysteresis for checking pump speed" + annotation (Dialog(tab="Advanced")); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uPumSpe( + final unit="1", + displayUnit="1") + "Calculated pump speed" + annotation (Placement(transformation(extent={{-180,-20},{-140,20}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yUp + "Next lag pump status" + annotation (Placement(transformation(extent={{140,10},{180,50}}), + iconTransformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yDown + "Last lag pump status" + annotation (Placement(transformation(extent={{140,-110},{180,-70}}), + iconTransformation(extent={{100,-60},{140,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim( + final t=timPer) + "Hysteresis loop enable timer" + annotation (Placement(transformation(extent={{-70,50},{-50,70}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim1( + final t=timPer1) + "Hysteresis loop enable timer" + annotation (Placement(transformation(extent={{-70,-10},{-50,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim2( + final t=timPer2) + "Hysteresis loop enable timer" + annotation (Placement(transformation(extent={{-50,-100},{-30,-80}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys( + final uLow=speLim - sigDif, + final uHigh=speLim) + "Hysteresis for enabling next lag pump at speed limit speLim" + annotation (Placement(transformation(extent={{-120,50},{-100,70}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys1( + final uLow=speLim1 - sigDif, + final uHigh=speLim1) + "Hysteresis for enabling next lag pump at speed limit speLim1" + annotation (Placement(transformation(extent={{-120,-10},{-100,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2( + final uLow=speLim2, + final uHigh=speLim2 + sigDif) + "Hysteresis for disabling last lag pump" + annotation (Placement(transformation(extent={{-120,-100},{-100,-80}}))); + + Buildings.Controls.OBC.CDL.Logical.Pre pre1 + "Logical pre block" + annotation (Placement(transformation(extent={{0,-50},{20,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.Edge edg + "Edge detector" + annotation (Placement(transformation(extent={{40,90},{60,110}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{70,90},{90,110}}))); + + Buildings.Controls.OBC.CDL.Logical.And and2 + "Logical And" + annotation (Placement(transformation(extent={{100,90},{120,110}}))); + + Buildings.Controls.OBC.CDL.Logical.Or or2 + "Logical Or" + annotation (Placement(transformation(extent={{100,20},{120,40}}))); + + Buildings.Controls.OBC.CDL.Logical.Edge edg1 + "Edge detector" + annotation (Placement(transformation(extent={{40,-50},{60,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not2 + "Logical Not" + annotation (Placement(transformation(extent={{70,-50},{90,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.And and1 + "Logical And" + annotation (Placement(transformation(extent={{100,-50},{120,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not3 + "Logical Not" + annotation (Placement(transformation(extent={{-90,-100},{-70,-80}}))); + + Buildings.Controls.OBC.CDL.Logical.Pre pre2 + "Logical pre block" + annotation (Placement(transformation(extent={{10,-140},{30,-120}}))); + + Buildings.Controls.OBC.CDL.Logical.Edge edg2 + "Edge detector" + annotation (Placement(transformation(extent={{40,-140},{60,-120}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not4 + "Logical Not" + annotation (Placement(transformation(extent={{70,-140},{90,-120}}))); + + Buildings.Controls.OBC.CDL.Logical.And and3 + "Logical And" + annotation (Placement(transformation(extent={{100,-140},{120,-120}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not5 + "Logical Not" + annotation (Placement(transformation(extent={{70,-100},{90,-80}}))); + +equation + connect(uPumSpe, hys.u) annotation (Line(points={{-160,0},{-130,0},{-130,60},{ + -122,60}},color={0,0,127})); + + connect(uPumSpe, hys1.u) + annotation (Line(points={{-160,0},{-122,0}},color={0,0,127})); + + connect(uPumSpe, hys2.u) annotation (Line(points={{-160,0},{-130,0},{-130,-90}, + {-122,-90}},color={0,0,127})); + + connect(edg.y, not1.u) + annotation (Line(points={{62,100},{68,100}}, color={255,0,255})); + + connect(not1.y, and2.u1) + annotation (Line(points={{92,100},{98,100}}, color={255,0,255})); + + connect(hys.y, and2.u2) annotation (Line(points={{-98,60},{-90,60},{-90,80},{94, + 80},{94,92},{98,92}}, color={255,0,255})); + + connect(and2.y, tim.u) annotation (Line(points={{122,100},{132,100},{132,86},{ + -80,86},{-80,60},{-72,60}}, color={255,0,255})); + + connect(or2.y, yUp) + annotation (Line(points={{122,30},{160,30}}, color={255,0,255})); + + connect(edg1.y, not2.u) + annotation (Line(points={{62,-40},{68,-40}}, + color={255,0,255})); + + connect(not2.y, and1.u1) + annotation (Line(points={{92,-40},{98,-40}}, + color={255,0,255})); + + connect(and1.y, tim1.u) annotation (Line(points={{122,-40},{130,-40},{130,-16}, + {-80,-16},{-80,0},{-72,0}}, + color={255,0,255})); + + connect(hys1.y, and1.u2) annotation (Line(points={{-98,0},{-90,0},{-90,-20},{96, + -20},{96,-48},{98,-48}}, color={255,0,255})); + + connect(hys2.y, not3.u) + annotation (Line(points={{-98,-90},{-92,-90}}, color={255,0,255})); + + connect(not3.y, and3.u2) annotation (Line(points={{-68,-90},{-60,-90},{-60,-150}, + {94,-150},{94,-138},{98,-138}}, color={255,0,255})); + + connect(not4.y, and3.u1) + annotation (Line(points={{92,-130},{98,-130}}, color={255,0,255})); + + connect(and3.y, tim2.u) annotation (Line(points={{122,-130},{130,-130},{130,-110}, + {-56,-110},{-56,-90},{-52,-90}}, color={255,0,255})); + + connect(pre2.y, edg2.u) + annotation (Line(points={{32,-130},{38,-130}}, color={255,0,255})); + + connect(edg2.y, not4.u) + annotation (Line(points={{62,-130},{68,-130}}, color={255,0,255})); + + connect(not5.y, yDown) + annotation (Line(points={{92,-90},{160,-90}}, color={255,0,255})); + + connect(pre1.y, edg1.u) + annotation (Line(points={{22,-40},{38,-40}}, color={255,0,255})); + + connect(pre1.y, edg.u) annotation (Line(points={{22,-40},{30,-40},{30,100},{38, + 100}}, color={255,0,255})); + + connect(tim.passed, or2.u1) annotation (Line(points={{-48,52},{90,52},{90,30}, + {98,30}}, color={255,0,255})); + connect(tim1.passed, or2.u2) annotation (Line(points={{-48,-8},{90,-8},{90,22}, + {98,22}}, color={255,0,255})); + connect(tim2.passed, not5.u) annotation (Line(points={{-28,-98},{50,-98},{50, + -90},{68,-90}}, color={255,0,255})); + connect(or2.y, pre1.u) annotation (Line(points={{122,30},{130,30},{130,-12},{ + -20,-12},{-20,-40},{-2,-40}}, color={255,0,255})); + connect(tim2.passed, pre2.u) annotation (Line(points={{-28,-98},{0,-98},{0, + -130},{8,-130}}, color={255,0,255})); +annotation ( + defaultComponentName="enaLagPum", + Icon(coordinateSystem(preserveAspectRatio=false,extent={{-100,-100},{100,100}}), + graphics={ + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name")}), + Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-140,-160},{140,160}})), + Documentation(info=" +

    + Block that enables and disables lag pump, for chilled beam systems. +

    +

    +

      +
    1. + Stage up yUp = true when speed uPumSpe exceeds speed limit + speLim for time period timPer or speLim1 + for timPer1. +
    2. +
    3. + Stage down yDown = false when uPumSpe falls below speLim2 + for timPer2. +
    4. +
    +

    + ", revisions=" +
      +
    • + June 8, 2021, by Karthik Devaprasad:
      + First implementation. +
    • +
    + ")); +end EnableLag_pumpSpeed; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo new file mode 100644 index 00000000000..0e593c4edcc --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo @@ -0,0 +1,130 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +block EnableLead + "Sequence to enable or disable the lead pump of chilled beam systems" + + parameter Integer nVal = 3 + "Number of chilled water control valves on chilled beam manifolds"; + + parameter Real valPosClo( + final unit="1", + displayUnit="1") = 0.05 + "Valve position at which it is deemed to be closed"; + + parameter Real valPosOpe( + final unit="1", + displayUnit="1") = 0.1 + "Valve position at which it is deemed to be open"; + + parameter Real valOpeThr( + final unit="s", + displayUnit="s", + final quantity="time") = 30 + "Minimum threshold time for which a valve has to be open to enable lead pump"; + + parameter Real valCloThr( + final unit="s", + displayUnit="s", + final quantity="time") = 60 + "Minimum threshold time for which all valves have to be closed to disable lead pump"; + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal]( + final unit=fill("1", nVal), + displayUnit=fill("1", nVal)) + "Valve positions for chilled beam manifolds" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yLea + "Lead pump status" + annotation (Placement(transformation(extent={{100,-20},{140,20}}), + iconTransformation(extent={{100,-20},{140,20}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys[nVal]( + final uLow=fill(valPosClo, nVal), + final uHigh=fill(valPosOpe, nVal)) + "Determine if valves are opened or closed" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim( + final t=valOpeThr) + "Determine if valves have continuously been open for threshold time" + annotation (Placement(transformation(extent={{0,10},{20,30}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( + final nin=nVal) + "Determine if any pumps are opened" + annotation (Placement(transformation(extent={{-50,-10},{-30,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Latch lat + "Enable or disable lead pump based on status of control valves" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim1( + final t=valCloThr) + "Determine if valves have continuously been closed for threshold time" + annotation (Placement(transformation(extent={{20,-40},{40,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical not" + annotation (Placement(transformation(extent={{-10,-40},{10,-20}}))); + +equation + connect(uValPos, hys.u) + annotation (Line(points={{-120,0},{-82,0}}, color={0,0,127})); + + connect(mulOr.y, tim.u) annotation (Line(points={{-28,0},{-20,0},{-20,20},{-2, + 20}}, color={255,0,255})); + + connect(tim.passed, lat.u) annotation (Line(points={{22,12},{50,12},{50,0},{58, + 0}}, color={255,0,255})); + + connect(tim1.u, not1.y) + annotation (Line(points={{18,-30},{12,-30}}, color={255,0,255})); + + connect(mulOr.y, not1.u) annotation (Line(points={{-28,0},{-20,0},{-20,-30},{-12, + -30}}, color={255,0,255})); + + connect(tim1.passed, lat.clr) annotation (Line(points={{42,-38},{50,-38},{50,-6}, + {58,-6}}, color={255,0,255})); + + connect(lat.y, yLea) + annotation (Line(points={{82,0},{120,0}}, color={255,0,255})); + + connect(hys.y, mulOr.u[1:nVal]) annotation (Line(points={{-58,0},{-56,0},{-56,0}, + {-52,0}}, color={255,0,255})); +annotation ( + defaultComponentName="enaLeaPum", + Icon(coordinateSystem(preserveAspectRatio=false), graphics={ + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name")}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

    + Block that enables and disables lead pump for chilled water beam + systems. +

    +
  • + The lead pump shall be enabled yLea = true when + any of the chilled beam control valves are continuously open + (uValPos > valPosOpe) for valOpeThr + time. The lead pump shall be disabled when all the chilled beam control valves + are continuously closed (uValPos < valPosClo) for valCloThr + time. +
  • + ", revisions=" +
      +
    • + June 07, 2021, by Karthik Devaprasad:
      + First implementation. +
    • +
    + ")); +end EnableLead; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo new file mode 100644 index 00000000000..f18356ae361 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -0,0 +1,237 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +block Speed_remoteDp + "Pump speed control for chilled beam systems where the remote DP sensor(s) is hardwired to the controller" + + parameter Integer nSen = 2 + "Total number of remote differential pressure sensors"; + + parameter Integer nPum = 2 + "Total number of chilled water pumps"; + + parameter Real minPumSpe = 0.1 + "Minimum pump speed"; + + parameter Real maxPumSpe = 1 + "Maximum pump speed"; + + parameter Real k=1 + "Gain of controller" + annotation(Dialog(group="Speed controller")); + + parameter Real Ti( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.5 + "Time constant of integrator block" + annotation(Dialog(group="Speed controller")); + + parameter Real Td( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.1 + "Time constant of derivative block" + annotation (Dialog(group="Speed controller")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] + "Chilled water pump status" + annotation (Placement(transformation(extent={{-160,-20},{-120,20}}), + iconTransformation(extent={{-140,60},{-100,100}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWat[nSen]( + final unit=fill("Pa", nSen), + displayUnit=fill("Pa", nSen), + final quantity=fill("PressureDifference", nSen)) + "Chilled water differential static pressure" + annotation (Placement(transformation(extent={{-160,-80},{-120,-40}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatSet( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") + "Chilled water differential static pressure setpoint" + annotation (Placement(transformation(extent={{-160,-120},{-120,-80}}), + iconTransformation(extent={{-140,-100},{-100,-60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiWatPumSpe( + final min=minPumSpe, + final max=maxPumSpe, + final unit="1", + displayUnit="1") "Chilled water pump speed" + annotation (Placement(transformation(extent={{120,80},{160,120}}), + iconTransformation(extent={{100,-20},{140,20}}))); + + Buildings.Controls.OBC.CDL.Continuous.MultiMax maxLoo( + final nin=nSen) + "Maximum DP loop output" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Line pumSpe + "Pump speed" + annotation (Placement(transformation(extent={{60,50},{80,70}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID[nSen]( + final controllerType=fill(Buildings.Controls.OBC.CDL.Types.SimpleController.PID,nSen), + final k=fill(k, nSen), + final Ti=fill(Ti, nSen), + final Td=fill(Td, nSen), + final yMax=fill(1,nSen), + final yMin=fill(0,nSen)) + "PID controller for regulating remote differential pressure" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Edge edg + "Reset PID loop when it is activated" + annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( + final nin=nPum) "Check if any chilled water pumps are enabled" + annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); + + Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep( + final nout=nSen) + "Replicate real input" + annotation (Placement(transformation(extent={{-100,-110},{-80,-90}}))); + + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep( + final nout=nSen) + "Replicate boolean input" + annotation (Placement(transformation(extent={{-10,-50},{10,-30}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant pumSpe_min( + final k=minPumSpe) + "Minimum pump speed" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant pumSpe_max( + final k=maxPumSpe) + "Maximum pump speed" + annotation (Placement(transformation(extent={{-20,30},{0,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant one( + final k=1) + "Constant one" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant zer( + final k=0) + "Constant zero" + annotation (Placement(transformation(extent={{-20,70},{0,90}}))); + + Buildings.Controls.OBC.CDL.Continuous.Division div[nSen] + "Normalized pressure difference" + annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); + + Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep1( + final nout=nSen) + "Replicate real input" + annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Logical switch" + annotation (Placement(transformation(extent={{80,90},{100,110}}))); + +equation + connect(dpChiWatSet, reaRep.u) + annotation (Line(points={{-140,-100},{-102,-100}}, color={0,0,127})); + + connect(zer.y, pumSpe.x1) + annotation (Line(points={{2,80},{20,80},{20,68},{58,68}}, color={0,0,127})); + + connect(pumSpe_min.y, pumSpe.f1) + annotation (Line(points={{-58,80},{-40,80},{-40,64},{58,64}}, color={0,0,127})); + + connect(one.y, pumSpe.x2) + annotation (Line(points={{-58,40},{-40,40},{-40,56},{58,56}}, color={0,0,127})); + + connect(pumSpe_max.y, pumSpe.f2) + annotation (Line(points={{2,40},{10,40},{10,52},{58,52}}, color={0,0,127})); + + connect(maxLoo.y, pumSpe.u) + annotation (Line(points={{82,0},{100,0},{100,40},{40,40},{40,60},{58,60}}, + color={0,0,127})); + + connect(dpChiWat, div.u1) + annotation (Line(points={{-140,-60},{-40,-60},{-40,-74},{-22,-74}}, + color={0,0,127})); + + connect(reaRep.y, div.u2) + annotation (Line(points={{-78,-100},{-40,-100},{-40,-86},{-22,-86}}, + color={0,0,127})); + + connect(one.y, reaRep1.u) + annotation (Line(points={{-58,40},{-40,40},{-40,0},{-22,0}}, + color={0,0,127})); + + connect(pumSpe.y, swi.u1) + annotation (Line(points={{82,60},{100,60},{100,80},{60,80},{60,108},{78,108}}, + color={0,0,127})); + + connect(swi.y,yChiWatPumSpe) + annotation (Line(points={{102,100},{140,100}}, color={0,0,127})); + + connect(uChiWatPum, mulOr.u[1:nPum]) annotation (Line(points={{-140,0},{-122,0},{ + -122,0},{-102,0}}, color={255,0,255})); + connect(mulOr.y, swi.u2) annotation (Line(points={{-78,0},{-50,0},{-50,100},{78, + 100}}, color={255,0,255})); + connect(mulOr.y, edg.u) annotation (Line(points={{-78,0},{-50,0},{-50,-40},{-42, + -40}}, color={255,0,255})); + connect(edg.y, booRep.u) + annotation (Line(points={{-18,-40},{-12,-40}}, color={255,0,255})); + connect(booRep.y, conPID.trigger) + annotation (Line(points={{12,-40},{24,-40},{24,-12}}, color={255,0,255})); + connect(reaRep1.y, conPID.u_s) + annotation (Line(points={{2,0},{18,0}}, color={0,0,127})); + connect(div.y, conPID.u_m) + annotation (Line(points={{2,-80},{30,-80},{30,-12}}, color={0,0,127})); + connect(conPID.y, maxLoo.u[1:nSen]) + annotation (Line(points={{42,0},{50,0},{50,0},{58,0}}, color={0,0,127})); + connect(pumSpe_max.y, swi.u3) annotation (Line(points={{2,40},{10,40},{10,92}, + {78,92}}, color={0,0,127})); +annotation ( + defaultComponentName="chiPumSpe", + Icon(coordinateSystem(extent={{-100,-100},{100,100}}), + graphics={ + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name")}), + Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-120,-120},{120,120}})), + Documentation(info=" +

    +Block that outputs chilled water pump speed setpoint for chilled beam systems with +variable-speed pumps where the remote pressure differential sensor is +hardwired to the system controller. +

    +
      +
    1. +When any chilled water pump is proven on, uChiWatPum = true, +pump speed will be controlled by a reverse acting PID loop maintaining the +differential pressure signal at a setpoint dpChiWatSet. All pumps +receive the same speed signal. PID loop output shall be mapped from minimum +pump speed (minPumSpe) at 0% to maximum pump speed +(maxPumSpe) at 100%. +
    2. +
    3. +Where multiple differential pressure sensors exist, a PID loop shall run for +each sensor. Chilled water pumps shall be controlled by the maximum signal output +of all DP sensor loops. +
    4. +
    +", revisions=" +
      +
    • +June 9, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +")); +end Speed_remoteDp; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo new file mode 100644 index 00000000000..cf5bf25fc00 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -0,0 +1,145 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +model ChangeStatus + "Validate sequence for changing pump status" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus + chaPumSta( + final nPum=3) + "Scenario testing pump status changer" + annotation (Placement(transformation(extent={{60,-10},{82,10}}))); + +protected + Buildings.Controls.OBC.CDL.Logical.Pre pre[3]( + final pre_u_start=fill(false, 3)) + "Logical pre block" + annotation (Placement(transformation(extent={{90,-10},{110,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.SampleTrigger samTri( + final period=5, + final shift=1) + "Sample trigger" + annotation (Placement(transformation(extent={{-130,-10},{-110,10}}))); + + Buildings.Controls.OBC.CDL.Integers.OnCounter onCouInt + "Boolean True pulse counter" + annotation (Placement(transformation(extent={{-100,-6},{-88,6}}))); + + Buildings.Controls.OBC.CDL.Integers.GreaterThreshold intGreThr( + final t=3) + "Switch pump staging to staging-down after 3 pump stage-ups" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi + "Logical switch" + annotation (Placement(transformation(extent={{-40,40},{-20,60}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi1 + "Logical switch" + annotation (Placement(transformation(extent={{-40,10},{-20,30}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Constant con( + final k=false) + "Constant Boolean false" + annotation (Placement(transformation(extent={{-130,70},{-110,90}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{-10,10},{10,30}}))); + + Buildings.Controls.OBC.CDL.Integers.Add addInt( + final k1=-1) + "Generate stage setpoints for staging down processes" + annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=7) + "Constant Integer source" + annotation (Placement(transformation(extent={{-100,-60},{-80,-40}}))); + +equation + + connect(samTri.y, onCouInt.trigger) + annotation (Line(points={{-108,0},{-101.2,0}}, color={255,0,255})); + + connect(onCouInt.y, intGreThr.u) + annotation (Line(points={{-86.8,0},{-82,0}}, color={255,127,0})); + + connect(onCouInt.y, chaPumSta.uNexLagPum) annotation (Line(points={{-86.8,0},{ + -84,0},{-84,-20},{20,-20},{20,-4},{58,-4}}, color={255,127,0})); + + connect(samTri.y, logSwi1.u1) annotation (Line(points={{-108,0},{-106,0},{-106, + 28},{-42,28}}, color={255,0,255})); + + connect(samTri.y, logSwi.u3) annotation (Line(points={{-108,0},{-106,0},{-106, + 42},{-42,42}}, color={255,0,255})); + + connect(intGreThr.y, logSwi1.u2) annotation (Line(points={{-58,0},{-54,0},{-54, + 20},{-42,20}}, color={255,0,255})); + + connect(con.y, logSwi.u1) annotation (Line(points={{-108,80},{-50,80},{-50,58}, + {-42,58}}, color={255,0,255})); + + connect(con.y, logSwi1.u3) annotation (Line(points={{-108,80},{-50,80},{-50,12}, + {-42,12}}, color={255,0,255})); + + connect(intGreThr.y, logSwi.u2) annotation (Line(points={{-58,0},{-54,0},{-54, + 50},{-42,50}}, color={255,0,255})); + + connect(logSwi1.y, not1.u) + annotation (Line(points={{-18,20},{-12,20}}, color={255,0,255})); + + connect(not1.y, chaPumSta.uLasLagPumSta) annotation (Line(points={{12,20},{30, + 20},{30,5},{58,5}}, color={255,0,255})); + + connect(logSwi.y, chaPumSta.uNexLagPumSta) annotation (Line(points={{-18,50},{ + 50,50},{50,8},{58,8}}, color={255,0,255})); + + connect(addInt.y, chaPumSta.uLasLagPum) annotation (Line(points={{-18,-40},{52, + -40},{52,-8},{58,-8}}, color={255,127,0})); + + connect(onCouInt.y, addInt.u1) annotation (Line(points={{-86.8,0},{-84,0},{-84, + -34},{-42,-34}}, color={255,127,0})); + + connect(conInt.y, addInt.u2) annotation (Line(points={{-78,-50},{-60,-50},{-60, + -46},{-42,-46}}, color={255,127,0})); + + connect(con.y, onCouInt.reset) annotation (Line(points={{-108,80},{-104,80},{-104, + -14},{-94,-14},{-94,-7.2}}, color={255,0,255})); + + connect(pre.y, chaPumSta.uChiWatPum) annotation (Line(points={{112,0},{120,0}, + {120,20},{40,20},{40,0},{58,0}}, color={255,0,255})); + + connect(chaPumSta.yChiWatPum, pre.u) + annotation (Line(points={{82,0},{88,0}}, color={255,0,255})); + +annotation ( + experiment(StopTime=3600.0, Tolerance=1e-06), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus. +

    +", revisions=" +
      +
    • +August 19, 2020, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-140,-100},{140,100}}))); +end ChangeStatus; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo new file mode 100644 index 00000000000..832d91eae33 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo @@ -0,0 +1,70 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +model EnableLag_pumpSpeed + "Validate sequence for enabling variable-speed lag pumps using pump speed" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLag_pumpSpeed + enaLagPum "Test instance for speed-limit speLim" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueFalseHold yUp( + final trueHoldDuration=10, + final falseHoldDuration=0) + "Hold stage-up signal for easy visualization" + annotation (Placement(transformation(extent={{50,20},{70,40}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueFalseHold yDow( + final trueHoldDuration=0, + final falseHoldDuration=10) + "Hold stage-down signal for easy visualization" + annotation (Placement(transformation(extent={{50,-40},{70,-20}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp ram( + final height=1, + final duration=3500, + final offset=0, + final startTime=0) + "Ramp input" + annotation (Placement(transformation(extent={{-70,-10},{-50,10}}))); + +equation + connect(enaLagPum.yUp, yUp.u) annotation (Line(points={{12,4},{20,4},{20,30}, + {48,30}}, color={255,0,255})); + + connect(enaLagPum.yDown, yDow.u) annotation (Line(points={{12,-4},{20,-4},{20, + -30},{48,-30}}, color={255,0,255})); + + connect(ram.y, enaLagPum.uPumSpe) + annotation (Line(points={{-48,0},{-12,0}}, color={0,0,127})); + +annotation ( + experiment(StopTime=3600.0, Tolerance=1e-06), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLag_pumpSpeed. +

    +", revisions=" +
      +
    • +August 26, 2020, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), + Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end EnableLag_pumpSpeed; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mo new file mode 100644 index 00000000000..fd2ea2769d4 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mo @@ -0,0 +1,55 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +model EnableLead + "Validate sequence for enabling lead pump of chilled beam systems" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLead + enaLeaPum( + final nVal=2) + "Enable lead chilled water pump" + annotation (Placement(transformation(extent={{10,-10},{30,10}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul[2]( + final period={180,360}, + final shift=fill(10, 2)) + "Real pulse source" + annotation (Placement(transformation(extent={{-30,-10},{-10,10}}))); + +equation + connect(pul.y, enaLeaPum.uValPos) + annotation (Line(points={{-8,0},{8,0}}, color={0,0,127})); + +annotation ( + experiment( + StopTime=720, + Tolerance=1e-06, + __Dymola_Algorithm="Dassl"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos" + "Simulate and plot"), + Documentation(info=" +

    + This example validates + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLead. +

    + ", revisions=" +
      +
    • + June 07, 2021, by Karthik Devaprasad:
      + First implementation. +
    • +
    + "), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), + Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end EnableLead; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo new file mode 100644 index 00000000000..dc2c93f8ab1 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo @@ -0,0 +1,81 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +model Speed_remoteDp + "Validate sequence of controlling chilled water pump speed using remote DP" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp + chiPumSpe(nSen=2, nPum=2) + "Chilled water pump speed control based on remote hardwired differential pressure sensor" + annotation (Placement(transformation(extent={{40,-10},{60,10}}))); + +protected + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse pumSta[2]( + final width=fill(0.95, 2), + final period=fill(10, 2), + final shift=fill(1, 2)) + "Pump status" + annotation (Placement(transformation(extent={{-60,50},{-40,70}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant difPreSet( + final k=8.5) + "Pressure difference setpoint" + annotation (Placement(transformation(extent={{-60,-70},{-40,-50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine remPreSen1( + final offset=8.5, + final freqHz=1/10, + final amplitude=1.5) + "Remote pressure difference sensor reading" + annotation (Placement(transformation(extent={{-60,10},{-40,30}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine remPreSen2( + final offset=8.5, + final freqHz=1/10, + final startTime=2, + final amplitude=1) + "Remote pressure difference sensor reading" + annotation (Placement(transformation(extent={{-60,-30},{-40,-10}}))); + +equation + connect(difPreSet.y,chiPumSpe.dpChiWatSet) + annotation (Line(points={{-38,-60},{-20,-60},{-20,-8},{38,-8}}, + color={0,0,127})); + + connect(remPreSen1.y, chiPumSpe.dpChiWat[1]) annotation (Line(points={{-38,20}, + {-20,20},{-20,-1},{38,-1}}, color={0,0,127})); + + connect(remPreSen2.y, chiPumSpe.dpChiWat[2]) annotation (Line(points={{-38,-20}, + {-30,-20},{-30,1},{38,1}}, color={0,0,127})); + + connect(pumSta.y, chiPumSpe.uChiWatPum) annotation (Line(points={{-38,60},{-10, + 60},{-10,8},{38,8}}, color={255,0,255})); +annotation ( + experiment(StopTime=10.0, Tolerance=1e-06), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp. +

    +", revisions=" +
      +
    • +August 4, 2020, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end Speed_remoteDp; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo new file mode 100644 index 00000000000..3b28169ff3c --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo @@ -0,0 +1,39 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +package Validation "Collection of validation models" + + + +annotation (preferredView="info", Documentation(info=" +

    +This package contains validation models for the classes in + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.BoilerPlant.Pumps.ChilledWater.Subsequences. +

    +

    +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order new file mode 100644 index 00000000000..329e2db8a88 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order @@ -0,0 +1,4 @@ +ChangeStatus +EnableLag_pumpSpeed +EnableLead +Speed_remoteDp diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.mo new file mode 100644 index 00000000000..2b0c5141d19 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.mo @@ -0,0 +1,46 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps; +package Subsequences "Chilled beam chilled water pump control subsequences" + + + +annotation ( +preferredView="info", Documentation(info=" +

    +This package contains subsequences for chilled water pumps control in chilled beam +systems.

    +"), +Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Ellipse( + origin={10.0,10.0}, + fillColor={76,76,76}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{-80.0,-80.0},{-20.0,-20.0}}), + Ellipse( + origin={10.0,10.0}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,-80.0},{60.0,-20.0}}), + Ellipse( + origin={10.0,10.0}, + fillColor={128,128,128}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,0.0},{60.0,60.0}}), + Ellipse( + origin={10.0,10.0}, + lineColor={128,128,128}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid, + extent={{-80.0,0.0},{-20.0,60.0}})})); +end Subsequences; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order new file mode 100644 index 00000000000..ea7ea9f8553 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order @@ -0,0 +1,5 @@ +ChangeStatus +EnableLag_pumpSpeed +EnableLead +Speed_remoteDp +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo new file mode 100644 index 00000000000..94fa1cbb9f3 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo @@ -0,0 +1,100 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation; +model Controller + "Validate chilled beam chilled water pump control sequence" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller + pumCon( + final nPum=2, + final nSen=2, + final minPumSpe=0.1, + final maxPumSpe=1, + final k=1, + final Ti=0.5, + final Td=0.1) + "Testing pump controller" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul[3]( + final width=fill(0.9, 3), + final period=fill(3600, 3), + final shift=fill(100, 3)) + "Real pulse source" + annotation (Placement(transformation(extent={{-80,10},{-60,30}}))); + +protected + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt1[2]( + final k={2,1}) + "Pump rotation" + annotation (Placement(transformation(extent={{-80,50},{-60,70}}))); + + Buildings.Controls.OBC.CDL.Logical.Pre pre2[2]( + final pre_u_start=fill(false, 2)) + "Logical pre block" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2[2]( + final amplitude=fill(0.5, 2), + final freqHz=fill(1/1800, 2), + final offset=fill(1, 2)) + "Sine signal" + annotation (Placement(transformation(extent={{-80,-30},{-60,-10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con3( + final k=1) + "Constant Real source" + annotation (Placement(transformation(extent={{-80,-70},{-60,-50}}))); + +equation + connect(conInt1.y, pumCon.uPumLeaLag) annotation (Line(points={{-58,60},{0,60}, + {0,8},{18,8}}, color={255,127,0})); + + connect(pumCon.yChiWatPum, pre2.u) + annotation (Line(points={{42,2},{50,2},{50,0},{58,0}}, color={255,0,255})); + + connect(sin2.y, pumCon.dpChiWat_remote) annotation (Line(points={{-58,-20},{-20, + -20},{-20,-4},{18,-4}}, color={0,0,127})); + + connect(pre2.y, pumCon.uChiWatPum) annotation (Line(points={{82,0},{90,0},{90, + 70},{10,70},{10,4},{18,4}}, color={255,0,255})); + + connect(con3.y, pumCon.dpChiWatSet) annotation (Line(points={{-58,-60},{0,-60}, + {0,-8},{18,-8}}, color={0,0,127})); + + connect(pul.y, pumCon.uValPos) annotation (Line(points={{-58,20},{-20,20},{-20, + 0},{18,0}}, color={0,0,127})); + +annotation ( + experiment( + StopTime=3600, + Interval=0.5, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller. +

    +", revisions=" +
      +
    • +June 9, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-120},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end Controller; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo new file mode 100644 index 00000000000..5d2c7b826bf --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo @@ -0,0 +1,38 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps; +package Validation "Collection of validation models" + + +annotation (preferredView="info", Documentation(info=" +

    +This package contains validation models for the classes in + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.BoilerPlant.Pumps.ChilledWater. +

    +

    +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.order new file mode 100644 index 00000000000..8cba75e31a7 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.order @@ -0,0 +1 @@ +Controller diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.mo new file mode 100644 index 00000000000..443f2fd42d3 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.mo @@ -0,0 +1,31 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +package SecondaryPumps "Sequences for chilled water pump control" + + +annotation ( +preferredView="info", Documentation(info=" +

    +This package contains control sequences for chilled water pumps. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Ellipse( + extent={{-66,66},{68,-68}}, + lineColor={0,0,0}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), Polygon( + points={{0,66},{0,-68},{68,0},{0,66}}, + lineColor={0,0,0}, + fillColor={255,0,0}, + fillPattern=FillPattern.Solid)})); +end SecondaryPumps; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.order new file mode 100644 index 00000000000..9ffbffcb990 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.order @@ -0,0 +1,3 @@ +Controller +Subsequences +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo new file mode 100644 index 00000000000..f78bbadd0c4 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo @@ -0,0 +1,223 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block BypassValvePosition + "Block with sequences for calculating bypass valve position" + + parameter Integer nPum = 2 + "Number of pumps in the chilled water loop"; + + parameter Real minPumSpe( + final unit="1", + displayUnit="1") = 0.1 + "Minimum pump speed"; + + parameter Real dPumSpe( + final unit="1", + displayUnit="1") = 0.01 + "Value added to minimum pump speed to get upper hysteresis limit" + annotation(Dialog(tab="Advanced")); + + parameter Real dPChiWatMax( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 50000 + "Maximum allowed differential pressure in the chilled water loop"; + + parameter Real k( + final unit="1", + displayUnit="1") = 1 + "Gain of controller"; + + parameter Real Ti( + final unit="s", + displayUnit="s", + final quantity="Time") = 0.5 + "Time constant of integrator block"; + + parameter Real Td=0.1 + "Time constant of derivative block"; + + parameter CDL.Types.SimpleController controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] + "Pump proven On signal" + annotation (Placement(transformation(extent={{-140,30},{-100,70}}), + iconTransformation(extent={{-140,30},{-100,70}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatLoo( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") + "Chilled water loop differential static pressure" + annotation (Placement(transformation(extent={{-140,-70},{-100,-30}}), + iconTransformation(extent={{-140,-70},{-100,-30}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uPumSpe( + final unit="1", + displayUnit="1") + "Pump speed" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yBypValPos( + final unit="1", + displayUnit="1") + "Bypass valve position" + annotation (Placement(transformation(extent={{100,-20},{140,20}}), + iconTransformation(extent={{100,-20},{140,20}}))); + +protected + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Real switch" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys( + final uLow=minPumSpe + dPumSpe, + final uHigh=minPumSpe + 2*dPumSpe) + "Check if pump speed is at minimum" + annotation (Placement(transformation(extent={{-90,-10},{-70,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical not" + annotation (Placement(transformation(extent={{-60,-10},{-40,10}}))); + + Buildings.Controls.OBC.CDL.Logical.And and2 + "Logical And" + annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi1 + "Real switch" + annotation (Placement(transformation(extent={{20,40},{40,60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + final k=0) + "Constant real source" + annotation (Placement(transformation(extent={{-20,60},{0,80}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + final k=1) + "Constant real source" + annotation (Placement(transformation(extent={{-20,20},{0,40}}))); + + Buildings.Controls.OBC.CDL.Continuous.PID conPID( + final controllerType=controllerType, + final k=k, + final Ti=Ti, + Td=Td, + final reverseActing=false) + "PID controller" + annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); + + Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar( + final p=-dPChiWatMax, k=1) + "Find error in meaured differential pressure from maximum allowed value" + annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); + + Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar1( + final p=0, + final k=1/dPChiWatMax) + "Normalize differential pressure error" + annotation (Placement(transformation(extent={{-40,-60},{-20,-40}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( + final nin=nPum) + "Multi Or" + annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + +equation + connect(uPumSta, mulOr.u[1:nPum]) annotation (Line(points={{-120,50},{-82,50}}, + color={255,0,255})); + + connect(uPumSpe, hys.u) + annotation (Line(points={{-120,0},{-92,0}}, color={0,0,127})); + + connect(hys.y, not1.u) + annotation (Line(points={{-68,0},{-62,0}}, color={255,0,255})); + + connect(not1.y, and2.u2) annotation (Line(points={{-38,0},{-34,0},{-34,-8},{-22, + -8}}, color={255,0,255})); + + connect(swi.y, yBypValPos) + annotation (Line(points={{82,0},{120,0}}, color={0,0,127})); + + connect(mulOr.y, and2.u1) annotation (Line(points={{-58,50},{-30,50},{-30,0},{ + -22,0}}, color={255,0,255})); + + connect(mulOr.y, swi1.u2) + annotation (Line(points={{-58,50},{18,50}}, color={255,0,255})); + + connect(con1.y, swi1.u3) annotation (Line(points={{2,30},{6,30},{6,42},{18,42}}, + color={0,0,127})); + + connect(con.y, swi1.u1) annotation (Line(points={{2,70},{10,70},{10,58},{18,58}}, + color={0,0,127})); + + connect(swi1.y, swi.u3) annotation (Line(points={{42,50},{54,50},{54,-8},{58,-8}}, + color={0,0,127})); + + connect(and2.y, swi.u2) + annotation (Line(points={{2,0},{58,0}}, color={255,0,255})); + + connect(conPID.y, swi.u1) annotation (Line(points={{42,-50},{48,-50},{48,8},{ + 58,8}}, color={0,0,127})); + + connect(con.y, conPID.u_s) annotation (Line(points={{2,70},{10,70},{10,-50},{ + 18,-50}}, color={0,0,127})); + + connect(dpChiWatLoo, addPar.u) + annotation (Line(points={{-120,-50},{-82,-50}}, color={0,0,127})); + + connect(addPar.y, addPar1.u) + annotation (Line(points={{-58,-50},{-42,-50}}, color={0,0,127})); + + connect(addPar1.y, conPID.u_m) annotation (Line(points={{-18,-50},{-10,-50},{ + -10,-72},{30,-72},{30,-62}}, color={0,0,127})); + + annotation (defaultComponentName="bypValPos", + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, + {100,100}}), graphics={ + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-50,20},{50,-20}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None, + textString="sysOpeMod")}), + Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), + Documentation(info=" +

    + Sequences for calculating pressure-relief bypass valve position in chilled beam systems. +

    +

    + The block determines the bypass valve position setpoint yBypValPos + based on the pump proven on status uPumSta, measured pump + speed uPumSpe and measured differential pressure across the + demand loop dpChiWatLoo. +

    +

    + The setpoint is calculated as follows: +

      +
    • + when none of the pumps are proven on, the bypass valve is completely opened. +
    • +
    • + when any of the pumps are proven on, the bypass valve is completely closed. +
    • +
    • + when the pumps are proven on and are running at minimum speed, + yBypValPos is used to regulate dpChiWatLoo at + maximum allowed loop pressure dPChiWatMax. +
    • +
    +

    + ")); +end BypassValvePosition; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo new file mode 100644 index 00000000000..0ffe24c0d0c --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -0,0 +1,292 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block ChilledWaterStaticPressureSetpointReset + "Sequence to generate static pressure setpoint for chilled water loop" + + parameter Integer nVal = 3 + "Number of chilled water control valves on chilled beam manifolds"; + + parameter Integer nPum = 2 + "Number of chilled water pumps in chilled beam system"; + + parameter Real valPosLowClo( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending one request to Trim-and-Respond logic" + annotation(Dialog(group="Control valve parameters")); + + parameter Real valPosLowOpe( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending one request to Trim-and-Respond logic" + annotation(Dialog(group="Control valve parameters")); + + parameter Real valPosHigClo( + final unit="1", + displayUnit="1") = 0.95 + "Lower limit for sending two requests to Trim-and-Respond logic" + annotation(Dialog(group="Control valve parameters")); + + parameter Real valPosHigOpe( + final unit="1", + displayUnit="1") = 0.99 + "Upper limit for sending two requests to Trim-and-Respond logic" + annotation(Dialog(group="Control valve parameters")); + + parameter Real chiWatStaPreMax( + final unit="Pa", + displayUnit="Pa", + final quantity="Pressure") = 30000 + "Maximum chilled water loop static pressure setpoint" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real chiWatStaPreMin( + final unit="Pa", + displayUnit="Pa", + final quantity="Pressure") = 20000 + "Minimum chilled water loop static pressure setpoint" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real triAmoVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = -500 + "Static pressure trim amount" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real resAmoVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 750 + "Static pressure respond amount" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real maxResVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 1000 + "Static pressure maximum respond amount" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real samPerVal( + final unit="s", + displayUnit="s", + final quantity="Duration") = 30 + "Sample period duration" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real delTimVal( + final unit="s", + displayUnit="min", + final quantity="Duration") = 120 + "Delay period duration" + annotation(Dialog(group="Trim-and-Respond parameters")); + + parameter Real thrTimLow( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating one request" + annotation(Dialog(group="Control valve parameters")); + + parameter Real thrTimHig( + final unit="s", + displayUnit="s", + final quantity="Duration") = 30 + "Threshold time for generating two requests" + annotation(Dialog(group="Control valve parameters")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] + "Pump proven on signal" + annotation (Placement(transformation(extent={{-140,30},{-100,70}}), + iconTransformation(extent={{-140,30},{-100,70}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal]( + final unit = fill("1", nVal), + displayUnit = fill("1", nVal)) + "Chilled water control valve position on chilled beams" + annotation (Placement(transformation(extent={{-140,-70},{-100,-30}}), + iconTransformation(extent={{-140,-70},{-100,-30}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yStaPreSetPoi( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") + "Static pressure setpoint for pumps" + annotation (Placement(transformation(extent={{100,-20},{140,20}}), + iconTransformation(extent={{100,-20},{140,20}}))); + +protected + Buildings.Controls.OBC.CDL.Logical.Timer tim[nVal]( + final t=fill(thrTimLow, nVal)) + "Check if threshold time for generating one request has been exceeded" + annotation (Placement(transformation(extent={{-50,-40},{-30,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim1[nVal]( + final t=fill(thrTimHig, nVal)) + "Check if threshold time for generating two requests has been exceeded" + annotation (Placement(transformation(extent={{-50,-80},{-30,-60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys1[nVal]( + final uLow=fill(valPosLowClo, nVal), + final uHigh=fill(valPosLowOpe, nVal)) + "Check if chilled water control valve is at limit required to send one request" + annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( + final nin=nPum) + "Multi or" + annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2[nVal]( + final uLow=fill(valPosHigClo, nVal), + final uHigh=fill(valPosHigOpe, nVal)) + "Check if chilled water control valve is at limit required to send two requests" + annotation (Placement(transformation(extent={{-80,-80},{-60,-60}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,-40},{30,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr1( + final nin=nVal) + "Multi or" + annotation (Placement(transformation(extent={{-20,-40},{0,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr2( + final nin=nVal) + "Multi or" + annotation (Placement(transformation(extent={{-20,-80},{0,-60}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt1( + final integerTrue=2) + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,-80},{30,-60}}))); + + Buildings.Controls.OBC.CDL.Integers.Max maxInt + "Find maximum integer output" + annotation (Placement(transformation(extent={{40,-60},{60,-40}}))); + + Buildings.Controls.OBC.ASHRAE.G36_PR1.Generic.SetPoints.TrimAndRespond triRes( + final iniSet=chiWatStaPreMax, + final minSet=chiWatStaPreMin, + final maxSet=chiWatStaPreMax, + final delTim=delTimVal, + final samplePeriod=samPerVal, + final numIgnReq=0, + final triAmo=triAmoVal, + final resAmo=resAmoVal, + final maxRes=maxResVal) + "Trim and respond controller for chilled water static pressure setpoint" + annotation (Placement(transformation(extent={{70,-10},{90,10}}))); + +equation + + connect(uValPos, hys1.u) annotation (Line(points={{-120,-50},{-90,-50},{-90,-30}, + {-82,-30}},color={0,0,127})); + + connect(uValPos, hys2.u) annotation (Line(points={{-120,-50},{-90,-50},{-90,-70}, + {-82,-70}},color={0,0,127})); + + connect(mulOr1.y, booToInt.u) + annotation (Line(points={{2,-30},{8,-30}}, color={255,0,255})); + + connect(mulOr2.y, booToInt1.u) + annotation (Line(points={{2,-70},{8,-70}}, color={255,0,255})); + + connect(booToInt.y, maxInt.u1) annotation (Line(points={{32,-30},{36,-30},{36, + -44},{38,-44}}, + color={255,127,0})); + + connect(booToInt1.y, maxInt.u2) annotation (Line(points={{32,-70},{36,-70},{36, + -56},{38,-56}}, + color={255,127,0})); + + connect(maxInt.y, triRes.numOfReq) annotation (Line(points={{62,-50},{66,-50}, + {66,-8},{68,-8}}, color={255,127,0})); + + connect(triRes.y, yStaPreSetPoi) + annotation (Line(points={{92,0},{120,0}}, color={0,0,127})); + + connect(uPumSta, mulOr.u[1:nPum]) annotation (Line(points={{-120,50},{-102,50}, + {-102,50},{-82,50}}, + color={255,0,255})); + connect(mulOr.y, triRes.uDevSta) annotation (Line(points={{-58,50},{66,50},{66, + 8},{68,8}}, color={255,0,255})); + connect(hys1.y, tim.u) + annotation (Line(points={{-58,-30},{-52,-30}}, color={255,0,255})); + connect(tim.passed, mulOr1.u[1:nVal]) annotation (Line(points={{-28,-38},{-26,-38}, + {-26,-30},{-22,-30}}, color={255,0,255})); + connect(hys2.y, tim1.u) + annotation (Line(points={{-58,-70},{-52,-70}}, color={255,0,255})); + connect(tim1.passed, mulOr2.u[1:nVal]) annotation (Line(points={{-28,-78},{-24,-78}, + {-24,-70},{-22,-70}}, color={255,0,255})); +annotation(defaultComponentName="chiWatStaPreSetRes", + Icon(coordinateSystem(preserveAspectRatio=false), + graphics={ + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-50,20},{50,-20}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None, + textString="chiWatStaPreSetRes")}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

    +Sequences for calculating chilled water static pressure setpoint in chilled beam +systems. +

    +

    +The trim-and-respond logic is activated if any of the chilled water control valves +uValPos are open greater than valPosOpe and deactivated +if less than valPosClo. The requests for static pressure reset are +generated as follows: +

      +
    • +one request is generated if a control valve is open greater than valPosLowOpe +for thrTimLow continuously. +
    • +
    • +two requests are generated if a control valve is open greater than valPosHigOpe +for thrTimHig continuously. +
    • +
    • +no requests are generated otherwise. +
    • +
    +

    +

    +The trim-and-respond parameters are as follows: +
    + + + + + + + + + + + + +
    Variable Value Definition
    DeviceAny chilled water pump Associated device
    iniSetchiWatStaPreMaxInitial setpoint
    minSetchiWatStaPreMinMinimum setpoint
    maxSetchiWatStaPreMaxMaximum setpoint
    delTimdelTimValDelay timer
    samplePeriodsamPerValTime step
    numIgnReq0Number of ignored requests
    triAmotriAmoValTrim amount
    resAmoresAmoValRespond amount
    maxResmaxResValMaximum response per time interval
    +

    +", +revisions=" +
      +
    • +June 16, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +")); +end ChilledWaterStaticPressureSetpointReset; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo new file mode 100644 index 00000000000..06bb561e566 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo @@ -0,0 +1,308 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block ChilledWaterSupplyReset + "Sequence to generate static pressure setpoint for chilled water loop" + + parameter Real valPosLowCloReq( + final unit="1", + displayUnit="1") = 0.05 + "Lower limit for sending one request for chilled water supply" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real valPosLowOpeReq( + final unit="1", + displayUnit="1") = 0.1 + "Upper limit for sending one request for chilled water supply" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real valPosHigCloReq( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending two requests for chilled water supply" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real valPosHigOpeReq( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending two requests for chilled water supply" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real thrTimLowReq( + final unit="s", + displayUnit="s", + final quantity="Duration") = 300 + "Threshold time for generating one chilled water supply request" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real thrTimHigReq( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating two chilled water supply requests" + annotation(Dialog(group="Chilled water supply parameters")); + + parameter Real valPosLowCloTemRes( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending one request for chilled water temperature reset" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + parameter Real valPosLowOpeTemRes( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending one request for chilled water temperature reset" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + parameter Real valPosHigCloTemRes( + final unit="1", + displayUnit="1") = 0.95 + "Lower limit for sending two requests for chilled water temperature reset" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + parameter Real valPosHigOpeTemRes( + final unit="1", + displayUnit="1") = 0.99 + "Upper limit for sending two requests for chilled water temperature reset" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + parameter Real thrTimLowTemRes( + final unit="s", + displayUnit="s", + final quantity="Duration") = 300 + "Threshold time for generating one chilled water temperature reset request" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + parameter Real thrTimHigTemRes( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating two chilled water temperature reset requests" + annotation(Dialog(group="Chilled water temperature reset parameters")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uConSen + "Signal indicating condensation detected in zone" + annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}), + iconTransformation(extent={{-140,-60},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos( + final unit="1", + displayUnit="1") + "Chilled water control valve position on chilled beams" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}), + iconTransformation(extent={{-140,20},{-100,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yChiWatSupReq + "Number of requests for chilled water supply" + annotation (Placement(transformation(extent={{100,40},{140,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput TChiWatReq + "Number of requests for chilled water supply temperature reset" + annotation (Placement(transformation(extent={{100,-80},{140,-40}}))); + +protected + Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi + "Integer switch" + annotation (Placement(transformation(extent={{70,-70},{90,-50}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=0) + "Constant Integer source" + annotation (Placement(transformation(extent={{20,-90},{40,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim( + final t=thrTimLowReq) + "Check if threshold time for generating one request has been exceeded" + annotation (Placement(transformation(extent={{-50,70},{-30,90}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim1( + final t=thrTimHigReq) + "Check if threshold time for generating two requests has been exceeded" + annotation (Placement(transformation(extent={{-50,40},{-30,60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys1( + final uLow=valPosLowCloReq, + final uHigh=valPosLowOpeReq) + "Check if chilled water control valve is at limit required to send one request" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2( + final uLow=valPosHigCloReq, + final uHigh=valPosHigOpeReq) + "Check if chilled water control valve is at limit required to send two requests" + annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,70},{30,90}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt1( + final integerTrue=2) + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,40},{30,60}}))); + + Buildings.Controls.OBC.CDL.Integers.Max maxInt + "Find maximum integer output" + annotation (Placement(transformation(extent={{40,50},{60,70}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim2( + final t=thrTimLowTemRes) + "Check if threshold time for generating one request has been exceeded" + annotation (Placement(transformation(extent={{-50,-20},{-30,0}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim3( + final t=thrTimHigTemRes) + "Check if threshold time for generating two requests has been exceeded" + annotation (Placement(transformation(extent={{-50,-60},{-30,-40}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys3( + final uLow=valPosLowCloTemRes, + final uHigh=valPosLowOpeTemRes) + "Check if chilled water control valve is at limit required to send one request" + annotation (Placement(transformation(extent={{-80,-20},{-60,0}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys4( + final uLow=valPosHigCloTemRes, + final uHigh=valPosHigOpeTemRes) + "Check if chilled water control valve is at limit required to send two requests" + annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt2 + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,-20},{30,0}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt3( + final integerTrue=2) + "Boolean to Integer conversion" + annotation (Placement(transformation(extent={{10,-60},{30,-40}}))); + + Buildings.Controls.OBC.CDL.Integers.Max maxInt1 + "Find maximum integer output" + annotation (Placement(transformation(extent={{40,-40},{60,-20}}))); + +equation + + connect(uValPos, hys1.u) annotation (Line(points={{-120,40},{-90,40},{-90,80}, + {-82,80}}, color={0,0,127})); + + connect(uValPos, hys2.u) annotation (Line(points={{-120,40},{-90,40},{-90,50}, + {-82,50}}, color={0,0,127})); + + connect(booToInt.y, maxInt.u1) annotation (Line(points={{32,80},{36,80},{36, + 66},{38,66}}, + color={255,127,0})); + + connect(booToInt1.y, maxInt.u2) annotation (Line(points={{32,50},{36,50},{36,54}, + {38,54}}, color={255,127,0})); + + connect(hys1.y, tim.u) + annotation (Line(points={{-58,80},{-52,80}}, color={255,0,255})); + connect(hys2.y, tim1.u) + annotation (Line(points={{-58,50},{-52,50}}, color={255,0,255})); + connect(tim.passed, booToInt.u) annotation (Line(points={{-28,72},{-10,72},{ + -10,80},{8,80}}, color={255,0,255})); + connect(tim1.passed, booToInt1.u) annotation (Line(points={{-28,42},{-10,42},{ + -10,50},{8,50}}, color={255,0,255})); + connect(booToInt2.y, maxInt1.u1) annotation (Line(points={{32,-10},{36,-10},{36, + -24},{38,-24}}, color={255,127,0})); + connect(booToInt3.y, maxInt1.u2) annotation (Line(points={{32,-50},{36,-50},{36, + -36},{38,-36}}, color={255,127,0})); + connect(hys3.y, tim2.u) + annotation (Line(points={{-58,-10},{-52,-10}}, color={255,0,255})); + connect(hys4.y,tim3. u) + annotation (Line(points={{-58,-50},{-52,-50}}, color={255,0,255})); + connect(tim2.passed, booToInt2.u) annotation (Line(points={{-28,-18},{-10,-18}, + {-10,-10},{8,-10}}, color={255,0,255})); + connect(tim3.passed, booToInt3.u) annotation (Line(points={{-28,-58},{-10,-58}, + {-10,-50},{8,-50}}, color={255,0,255})); + connect(uValPos, hys3.u) annotation (Line(points={{-120,40},{-90,40},{-90,-10}, + {-82,-10}}, color={0,0,127})); + connect(uValPos, hys4.u) annotation (Line(points={{-120,40},{-90,40},{-90,-50}, + {-82,-50}}, color={0,0,127})); + connect(intSwi.y, TChiWatReq) + annotation (Line(points={{92,-60},{120,-60}}, color={255,127,0})); + connect(maxInt1.y, intSwi.u1) annotation (Line(points={{62,-30},{64,-30},{64,-52}, + {68,-52}}, color={255,127,0})); + connect(conInt.y, intSwi.u3) annotation (Line(points={{42,-80},{60,-80},{60,-68}, + {68,-68}}, color={255,127,0})); + connect(uConSen, not1.u) + annotation (Line(points={{-120,-80},{-92,-80}}, color={255,0,255})); + connect(not1.y, intSwi.u2) annotation (Line(points={{-68,-80},{-60,-80},{-60,-64}, + {60,-64},{60,-60},{68,-60}}, color={255,0,255})); + connect(maxInt.y, yChiWatSupReq) + annotation (Line(points={{62,60},{120,60}}, color={255,127,0})); +annotation(defaultComponentName="chiWatSupRes", + Icon(coordinateSystem(preserveAspectRatio=false), + graphics={ + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-50,20},{50,-20}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None, + textString="chiWatSupRes")}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

    +Sequences for generating requests for chilled water supply and chilled water +supply temperature setpoint reset. +

    +

    +This block generates requests for chilled water supply yChiWatSupReq +and chilled water supply temperature setpoint reset TChiWatReq. The +requests are generated as follows: +

      +
    1. +Chilled water supply +
        +
      • +one request is generated if a control valve is open greater than valPosLowOpeReq +for thrTimLowReq continuously. +
      • +
      • +two requests are generated if a control valve is open greater than valPosHigOpeReq +for thrTimHigReq continuously. +
      • +
      • +no requests are generated otherwise. +
      • +
      +
    2. +
    3. +Chilled water supply temperature setpoint reset +
        +
      • +one request is generated if a control valve is open greater than valPosLowOpeTemRes +for thrTimLowTemRes continuously. +
      • +
      • +two requests are generated if a control valve is open greater than valPosHigOpeTemRes +for thrTimHigTemRes continuously. +
      • +
      • +no requests are generated otherwise. +
      • +
      +
    4. +
    +

    +", +revisions=" +
      +
    • +June 16, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +")); +end ChilledWaterSupplyReset; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo new file mode 100644 index 00000000000..e10d7c7536b --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo @@ -0,0 +1,239 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block OperatingMode + "Block with sequences for picking system operating mode" + + parameter Integer nSchRow = 4 + "Number of rows in schedule table"; + + parameter Real schTab[nSchRow,2] = [0,1; 6,1; 18,1; 24,1] + "Table defining schedule for enabling plant"; + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDetOcc + "Detected occupancy" annotation (Placement(transformation(extent={{-180,70}, + {-140,110}}), iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yDoasEna + "DOAS enable signal" + annotation (Placement(transformation(extent={{140,-90},{180,-50}}), + iconTransformation(extent={{100,-60},{140,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiBeaEna + "Chilled beam system enable signal" + annotation (Placement(transformation(extent={{140,50},{180,90}}), + iconTransformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yOpeMod + "System operating mode signal" + annotation (Placement(transformation(extent={{140,-20},{180,20}}), + iconTransformation(extent={{100,-20},{140,20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch( + final table=schTab, + final smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, + final timeScale=3600) + "Table defining when occupancy is expected" + annotation (Placement(transformation(extent={{-130,30},{-110,50}}))); + + Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi "Integer switch" + annotation (Placement(transformation(extent={{20,80},{40,100}}))); + +protected + parameter Integer modInt[3] = {Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled} + "Array of integer constants associated with each mode"; + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) + "Constant integer for occupied mode" + annotation (Placement(transformation(extent={{-60,110},{-40,130}}))); + + Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi1 + "Integer switch" + annotation (Placement(transformation(extent={{-20,30},{0,50}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt1( + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled) + "Constant integer for unoccupiedScheduled mode" + annotation (Placement(transformation(extent={{-60,60},{-40,80}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt2( + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled) + "Constant integer for unoccupiedUnscheduled mode" + annotation (Placement(transformation(extent={{-60,0},{-40,20}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal intEqu[3] + "Check which mode is currently active" + annotation (Placement(transformation(extent={{-70,-60},{-50,-40}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt3[3]( + final k=modInt) + "Constant integer source with operation mode enumeration" + annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); + + Buildings.Controls.OBC.CDL.Routing.IntegerScalarReplicator intRep( + final nout=3) + "Integer replicator" + annotation (Placement(transformation(extent={{-120,-40},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi[3] + "Logical switch for chilled beam system enable" + annotation (Placement(transformation(extent={{0,-60},{20,-40}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Constant con[3]( + final k={true,true,true}) + "Constant Boolean source with chilled beam system enable signals" + annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Constant con1[3]( + final k={true,false,true}) + "Constant Boolean source with DOAS enable signals" + annotation (Placement(transformation(extent={{-40,-120},{-20,-100}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Constant con2[3]( + final k=fill(false, 3)) + "Constant Boolean source with disable signals" + annotation (Placement(transformation(extent={{-40,-80},{-20,-60}}))); + + Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi1[3] + "Logical switch for DOAS enable" + annotation (Placement(transformation(extent={{0,-100},{20,-80}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr1( + final nin=3) + "Multi Or" + annotation (Placement(transformation(extent={{40,-60},{60,-40}}))); + + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr2( + final nin=3) + "Multi Or" + annotation (Placement(transformation(extent={{40,-100},{60,-80}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical not" + annotation (Placement(transformation(extent={{-70,30},{-50,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.GreaterThreshold greThr( + final t=0.5) + "Convert Real signal to Boolean" + annotation (Placement(transformation(extent={{-100,30},{-80,50}}))); + +equation + connect(enaSch.y[1],greThr. u) + annotation (Line(points={{-108,40},{-102,40}}, color={0,0,127})); + connect(conInt.y, intSwi.u1) annotation (Line(points={{-38,120},{10,120},{10,98}, + {18,98}}, color={255,127,0})); + connect(conInt1.y, intSwi1.u1) annotation (Line(points={{-38,70},{-30,70},{-30, + 48},{-22,48}}, color={255,127,0})); + connect(conInt2.y, intSwi1.u3) annotation (Line(points={{-38,10},{-30,10},{-30, + 32},{-22,32}}, + color={255,127,0})); + connect(intSwi1.y, intSwi.u3) annotation (Line(points={{2,40},{10,40},{10,82}, + {18,82}}, color={255,127,0})); + connect(intSwi.y, intRep.u) + annotation (Line(points={{42,90},{50,90},{50,-10},{-130,-10},{-130,-30},{-122, + -30}}, color={255,127,0})); + connect(intRep.y, intEqu.u1) annotation (Line(points={{-98,-30},{-80,-30},{-80, + -50},{-72,-50}}, color={255,127,0})); + connect(conInt3.y, intEqu.u2) annotation (Line(points={{-98,-70},{-90,-70},{-90, + -58},{-72,-58}}, color={255,127,0})); + connect(intEqu.y, logSwi.u2) + annotation (Line(points={{-48,-50},{-2,-50}}, color={255,0,255})); + connect(con.y, logSwi.u1) annotation (Line(points={{-18,-30},{-10,-30},{-10,-42}, + {-2,-42}}, color={255,0,255})); + connect(con2.y, logSwi.u3) annotation (Line(points={{-18,-70},{-10,-70},{-10,-58}, + {-2,-58}}, color={255,0,255})); + connect(con1.y, logSwi1.u1) annotation (Line(points={{-18,-110},{-6,-110},{-6, + -82},{-2,-82}}, color={255,0,255})); + connect(intEqu.y, logSwi1.u2) annotation (Line(points={{-48,-50},{-14,-50},{-14, + -90},{-2,-90}}, color={255,0,255})); + connect(con2.y, logSwi1.u3) annotation (Line(points={{-18,-70},{-10,-70},{-10, + -98},{-2,-98}}, color={255,0,255})); + connect(mulOr1.y, yChiBeaEna) annotation (Line(points={{62,-50},{120,-50},{120, + 70},{160,70}}, color={255,0,255})); + connect(mulOr2.y, yDoasEna) annotation (Line(points={{62,-90},{120,-90},{120,-70}, + {160,-70}}, color={255,0,255})); + connect(intSwi.y, yOpeMod) annotation (Line(points={{42,90},{50,90},{50,0},{160, + 0}}, color={255,127,0})); + connect(greThr.y, not1.u) + annotation (Line(points={{-78,40},{-72,40}}, color={255,0,255})); + connect(not1.y, intSwi1.u2) + annotation (Line(points={{-48,40},{-22,40}}, color={255,0,255})); + connect(uDetOcc, intSwi.u2) + annotation (Line(points={{-160,90},{18,90}}, color={255,0,255})); + connect(logSwi.y, mulOr1.u[1:3]) annotation (Line(points={{22,-50},{30,-50},{ + 30,-54.6667},{38,-54.6667}}, + color={255,0,255})); + connect(logSwi1.y, mulOr2.u[1:3]) annotation (Line(points={{22,-90},{30,-90}, + {30,-94.6667},{38,-94.6667}},color={255,0,255})); + annotation (defaultComponentName="opeMod", + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, + {100,100}}), graphics={ + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-50,20},{50,-20}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None, + textString="sysOpeMod")}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-140,-140},{140,140}})), + Documentation(info=" +

    + Sequences for calculating system operating mode in chilled beam systems. +

    +

    + The block determines the system operating mode setpoint yOpeMod + as well as the enable signals for the chilled beam system yChiBeaEna + and the DOAS yDoasEna. To do this, it uses the detected + occupancy signal from the zones uDetOcc and the expected + occupancy schedule schTab. +

    +

    + The operating mode setpoint and the enable signals based on the inputs + are as follows: +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Detected occupancyExpected occupancy scheduleSystem operating modeChilled beam system enable statusDOAS enable status
    Occupied-1TrueTrue
    UnoccupiedUnoccupied2TrueFalse
    UnoccupiedOccupied3TrueTrue
    +

    + ")); +end OperatingMode; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo new file mode 100644 index 00000000000..9a3505456f3 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo @@ -0,0 +1,75 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model BypassValvePosition + "Validate bypass valve position setpoint controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition + bypValPos + "Bypass valve position setpoint controller" + annotation (Placement(transformation(extent={{0,-10},{20,10}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul( + final amplitude=0.1, + final period=2000, + final shift=10, + final offset=0.1) + "Real pulse source" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin( + final amplitude=10000, + final freqHz=1/1000, + final offset=45000) + "Real sine source" + annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul[2]( + final period=fill(4000,2), + final shift=fill(10, 2)) "Boolean pulse source" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + +equation + connect(booPul.y, bypValPos.uPumSta) annotation (Line(points={{-58,40},{-20,40}, + {-20,5},{-2,5}}, color={255,0,255})); + + connect(pul.y, bypValPos.uPumSpe) + annotation (Line(points={{-58,0},{-2,0}}, color={0,0,127})); + + connect(sin.y, bypValPos.dpChiWatLoo) annotation (Line(points={{-58,-40},{-20, + -40},{-20,-5},{-2,-5}}, color={0,0,127})); + +annotation ( + experiment( + StopTime=7200, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition. +

    +", revisions=" +
      +
    • +July 14, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end BypassValvePosition; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo new file mode 100644 index 00000000000..ad4f67b1d53 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo @@ -0,0 +1,63 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model ChilledWaterStaticPressureSetpointReset + "Validate chilled water static pressure setpoint reset" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset + chiWatStaPreSetRes( + final nVal=2) + annotation (Placement(transformation(extent={{40,-10},{60,10}}))); + +protected + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul[2]( + final period=fill(4000, 2)) + "Boolean pulse source" + annotation (Placement(transformation(extent={{-60,20},{-40,40}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2[2]( + final amplitude=fill(0.5, 2), + final freqHz=fill(1/1800, 2), + final phase=fill(1.57, 2), + final offset=fill(0.5, 2)) + "Sine signal" + annotation (Placement(transformation(extent={{-60,-40},{-40,-20}}))); + +equation + connect(booPul.y, chiWatStaPreSetRes.uPumSta) annotation (Line(points={{-38, + 30},{20,30},{20,5},{38,5}}, color={255,0,255})); + connect(sin2.y, chiWatStaPreSetRes.uValPos) annotation (Line(points={{-38,-30}, + {20,-30},{20,-5},{38,-5}}, color={0,0,127})); +annotation ( + experiment( + StopTime=3600, + Interval=0.5, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset. +

    +", revisions=" +
      +
    • +June 16, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end ChilledWaterStaticPressureSetpointReset; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mo new file mode 100644 index 00000000000..35c40204002 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mo @@ -0,0 +1,102 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model ChilledWaterSupplyReset + "Validate chilled water request generation sequence" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset + chiWatSupRes + "Testing low valve opening" + annotation (Placement(transformation(extent={{-40,40},{-20,60}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset + chiWatSupRes1 + "Testing medium valve opening" + annotation (Placement(transformation(extent={{60,40},{80,60}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset + chiWatSupRes2 + "Testing large valve opening" + annotation (Placement(transformation(extent={{-40,-60},{-20,-40}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + final k=0.15) + "Low valve openign signal" + annotation (Placement(transformation(extent={{-90,60},{-70,80}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + final k=0.55) + "Medium valve opening signal" + annotation (Placement(transformation(extent={{10,60},{30,80}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con2( + final k=1) + "High valve opening signal" + annotation (Placement(transformation(extent={{-90,-40},{-70,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul( + final period=3600, + final shift=1800) + "Condensation sensor signal" + annotation (Placement(transformation(extent={{-90,20},{-70,40}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul1( + final period=3600, + final shift=1800) + "Condensation sensor signal" + annotation (Placement(transformation(extent={{10,20},{30,40}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul2( + final period=3600, + final shift=1800) + "Condensation sensor signal" + annotation (Placement(transformation(extent={{-90,-80},{-70,-60}}))); + +equation + + connect(con.y, chiWatSupRes.uValPos) annotation (Line(points={{-68,70},{-60,70}, + {-60,54},{-42,54}}, color={0,0,127})); + connect(con1.y, chiWatSupRes1.uValPos) annotation (Line(points={{32,70},{40,70}, + {40,54},{58,54}}, color={0,0,127})); + connect(con2.y, chiWatSupRes2.uValPos) annotation (Line(points={{-68,-30},{-60, + -30},{-60,-46},{-42,-46}}, color={0,0,127})); + connect(booPul.y, chiWatSupRes.uConSen) annotation (Line(points={{-68,30},{-60, + 30},{-60,46},{-42,46}}, color={255,0,255})); + connect(booPul1.y, chiWatSupRes1.uConSen) annotation (Line(points={{32,30},{40, + 30},{40,46},{58,46}}, color={255,0,255})); + connect(booPul2.y, chiWatSupRes2.uConSen) annotation (Line(points={{-68,-70},{ + -60,-70},{-60,-54},{-42,-54}}, color={255,0,255})); +annotation ( + experiment( + StopTime=3600, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset. +

    +", revisions=" +
      +
    • +July 14, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end ChilledWaterSupplyReset; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo new file mode 100644 index 00000000000..ba3435418ab --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo @@ -0,0 +1,49 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model OperatingMode "Validate system operating mode setpoint controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode + operatingMode( schTab=[0,0; 1,1; 2,0; 24,0]) + annotation (Placement(transformation(extent={{10,-10},{30,10}}))); +protected + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul(final period=4000) + "Boolean pulse source" + annotation (Placement(transformation(extent={{-30,-10},{-10,10}}))); + +equation + connect(booPul.y, operatingMode.uDetOcc) + annotation (Line(points={{-8,0},{8,0}}, color={255,0,255})); +annotation ( + experiment( + StopTime=7200, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode. +

    +", revisions=" +
      +
    • +July 1, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end OperatingMode; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo new file mode 100644 index 00000000000..c8882c91a8f --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo @@ -0,0 +1,100 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model ZoneRegulation "Validate zone regulation controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation + zonRegCon( + final VDes_occ=0.5, + final VDes_unoccSch=0.1, + final VDes_unoccUnsch=0.2) "Zone temperature regulator" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + +protected + Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt + "Real to Integer conversion" + annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp ram( + final height=3, + final duration=3600) + "Ramp input signal" + annotation (Placement(transformation(extent={{-70,-40},{-50,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin( + final amplitude=0.5, + final freqHz=1/360, + final offset=0.5) + "Continuous sine signal" + annotation (Placement(transformation(extent={{-70,0},{-50,20}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul( + final width=0.95, + final period=1200) + "Boolean step signal" + annotation (Placement(transformation(extent={{-70,40},{-50,60}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{-30,40},{-10,60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin1( + final amplitude=5, + final freqHz=1/720, + final offset=295) + "Continuous sine signal" + annotation (Placement(transformation(extent={{-70,70},{-50,90}}))); + +equation + connect(ram.y, reaToInt.u) + annotation (Line(points={{-48,-30},{-42,-30}}, + color={0,0,127})); + + connect(reaToInt.y, zonRegCon.uOpeMod) annotation (Line(points={{-18,-30},{0,-30}, + {0,-6},{18,-6}}, color={255,127,0})); + + connect(sin.y, zonRegCon.VDis_flow) annotation (Line(points={{-48,10},{0,10},{ + 0,-2},{18,-2}}, color={0,0,127})); + + connect(booPul.y, not1.u) + annotation (Line(points={{-48,50},{-32,50}}, color={255,0,255})); + + connect(not1.y, zonRegCon.uConSen) annotation (Line(points={{-8,50},{10,50},{10, + 2},{18,2}}, color={255,0,255})); + + connect(sin1.y, zonRegCon.TZon) annotation (Line(points={{-48,80},{14,80},{14, + 6},{18,6}}, color={0,0,127})); + +annotation ( + experiment( + StopTime=3600, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation. +

    +", revisions=" +
      +
    • +September 9, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end ZoneRegulation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mo new file mode 100644 index 00000000000..eb46866d9cc --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mo @@ -0,0 +1,62 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +model ZoneTemperature + "Validate zone temperature setpoint controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneTemperature + TZonSet + "Zone temperature setpoint controller" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + +protected + Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt + "Real to Integer conversion" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp ram( + final height=3, + final duration=90) + "Ramp input signal" + annotation (Placement(transformation(extent={{-40,-10},{-20,10}}))); + +equation + connect(reaToInt.y, TZonSet.uOpeMod) + annotation (Line(points={{12,0},{18,0}}, color={255,127,0})); + + connect(ram.y, reaToInt.u) + annotation (Line(points={{-18,0},{-12,0}}, color={0,0,127})); + +annotation ( + experiment( + StopTime=90, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneTemperature. +

    +", revisions=" +
      +
    • +September 9, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end ZoneTemperature; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.mo new file mode 100644 index 00000000000..91c9dc80e8e --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.mo @@ -0,0 +1,38 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +package Validation "Collection of validation models" + + +annotation (preferredView="info", Documentation(info=" +

    +This package contains validation models for the classes in + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints. +

    +

    +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order new file mode 100644 index 00000000000..15a49583d3b --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order @@ -0,0 +1,6 @@ +BypassValvePosition +ChilledWaterStaticPressureSetpointReset +ChilledWaterSupplyReset +OperatingMode +ZoneRegulation +ZoneTemperature diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo new file mode 100644 index 00000000000..479ecfac6cf --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo @@ -0,0 +1,479 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block ZoneRegulation "Controller for zone CAV box and chilled beam manifold" + + parameter Real conSenOnThr( + final unit="s", + displayUnit="s", + final quantity="Time") = 60 + "Threshold time for condensation sensor signal before CAV damper is completely opened"; + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeCoo= + Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation (Dialog(group="Cooling loop signal")); + + parameter Real kCoo(final unit="1/K") = 0.1 + "Gain for cooling control loop signal" + annotation(Dialog(group="Cooling loop signal")); + + parameter Real TiCoo( + final unit="s", + final quantity="Time")=900 + "Time constant of integrator block for cooling control loop signal" + annotation(Dialog(group="Cooling loop signal", + enable=controllerTypeCoo == Buildings.Controls.OBC.CDL.Types.SimpleController.PI + or controllerTypeCoo == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Real TdCoo( + final unit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for cooling control loop signal" + annotation (Dialog(group="Cooling loop signal", + enable=controllerTypeCoo == Buildings.Controls.OBC.CDL.Types.SimpleController.PD + or controllerTypeCoo == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeHea= + Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation(Dialog(group="Heating loop signal")); + + parameter Real kHea(final unit="1/K")=0.1 + "Gain for heating control loop signal" + annotation(Dialog(group="Heating loop signal")); + + parameter Real TiHea( + final unit="s", + final quantity="Time")=900 + "Time constant of integrator block for heating control loop signal" + annotation(Dialog(group="Heating loop signal", + enable=controllerTypeHea == Buildings.Controls.OBC.CDL.Types.SimpleController.PI + or controllerTypeHea == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Real TdHea( + final unit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for heating control loop signal" + annotation (Dialog(group="Heating loop signal", + enable=controllerTypeHea == Buildings.Controls.OBC.CDL.Types.SimpleController.PD + or controllerTypeHea == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeDam= + Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation (Dialog(group="Damper")); + + parameter Real kDam(final unit="1")=0.5 + "Gain of controller for damper control" + annotation (Dialog(group="Damper")); + + parameter Real TiDam( + final unit="s", + final quantity="Time")=300 + "Time constant of integrator block for damper control" + annotation (Dialog(group="Damper", + enable=controllerTypeDam == Buildings.Controls.OBC.CDL.Types.SimpleController.PI + or controllerTypeDam == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Real TdDam( + final unit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for damper control" + annotation (Dialog(group="Damper", + enable=controllerTypeDam == Buildings.Controls.OBC.CDL.Types.SimpleController.PD + or controllerTypeDam == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Real VDes_occ( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is occupied" + annotation (Dialog(tab="Setpoints", group="Airflow setpoints")); + + parameter Real VDes_unoccSch( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is unoccupied during scheduled unoccupancy" + annotation (Dialog(tab="Setpoints", group="Airflow setpoints")); + + parameter Real VDes_unoccUnsch( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is unoccupied during scheduled occupancy" + annotation (Dialog(tab="Setpoints", group="Airflow setpoints")); + + parameter Real zonOccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=293.15 + "Zone heating setpoint when it is occupied" + annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); + + parameter Real zonUnoccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=290.15 + "Zone heating setpoint when it is unoccupied" + annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); + + parameter Real zonOccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=296.15 + "Zone cooling setpoint when it is occupied" + annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); + + parameter Real zonUnoccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=299.15 + "Zone cooling setpoint when it is unoccupied" + annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uConSen + "Signal from condensation sensor in zone" + annotation (Placement(transformation(extent={{-180,20},{-140,60}}), + iconTransformation(extent={{-140,0},{-100,40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uOpeMod + "Zone operation mode" + annotation (Placement(transformation(extent={{-180,-190},{-140,-150}}), + iconTransformation(extent={{-140,-80},{-100,-40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TZon( + final quantity="ThermodynamicTemperature", + final unit="K", + displayUnit="degC") + "Measured zone temperature" + annotation (Placement(transformation(extent={{-180,100},{-140,140}}), + iconTransformation(extent={{-140,40},{-100,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput VDis_flow( + final unit="m3/s", + final quantity="VolumeFlowRate") + "Measured discharge airflow rate" + annotation (Placement(transformation(extent={{-180,-70},{-140,-30}}), + iconTransformation(extent={{-140,-40},{-100,0}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiVal( + final min=0, + final max=1, + final unit="1") + "Signal for chilled beam manifold valve" + annotation (Placement(transformation(extent={{140,20},{180,60}}), + iconTransformation(extent={{100,-20},{140,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDam( + final min=0, + final max=1, + final unit="1") + "Signal for CAV damper" + annotation (Placement(transformation(extent={{140,-50},{180,-10}}), + iconTransformation(extent={{100,-60},{140,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yReh( + final min=0, + final max=1, + final unit="1") + "Reheat signal to CAV terminal" + annotation (Placement(transformation(extent={{140,140},{180,180}}), + iconTransformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneTemperature TZonSet( + final zonOccHeaSet=zonOccHeaSet, + final zonUnoccHeaSet=zonUnoccHeaSet, + final zonOccCooSet=zonOccCooSet, + final zonUnoccCooSet=zonUnoccCooSet) + "Zone temperature setpoint controller" + annotation (Placement(transformation(extent={{-100,110},{-80,130}}))); + + Buildings.Controls.OBC.CDL.Continuous.MultiSum mulSum( + final nin=3) + "Find required volume flow rate" + annotation (Placement(transformation(extent={{-30,-40},{-10,-20}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conHeaLoo( + final controllerType=controllerTypeHea, + final k=kHea, + final Ti=TiHea, + final Td=TdHea, + final yMax=1, + final yMin=0) + "Heating loop signal" + annotation (Placement(transformation(extent={{0,150},{20,170}}))); + + Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conCooLoo( + final controllerType=controllerTypeCoo, + final k=kCoo, + final Ti=TiCoo, + final Td=TdCoo, + final yMax=1, + final yMin=0, + reverseActing=false) + "Cooling loop signal" + annotation (Placement(transformation(extent={{0,110},{20,130}}))); + + Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conDam( + final controllerType=controllerTypeDam, + final k=kDam, + final Ti=TiDam, + final Td=TdHea, + final yMax=1, + final yMin=0) + "Damper control" + annotation (Placement(transformation(extent={{0,-40},{20,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Product pro[3] + "Product of required volume flow rate for a given mode and the current mode status" + annotation (Placement(transformation(extent={{-60,-40},{-40,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con[3]( + final k={VDes_occ,VDes_unoccSch,VDes_unoccUnsch}) + "Design volume fliow rates for each operation mode" + annotation (Placement(transformation(extent={{-100,-20},{-80,0}}))); + + Buildings.Controls.OBC.CDL.Routing.IntegerScalarReplicator intRep( + final nout=3) + "Integer replicator" + annotation (Placement(transformation(extent={{-110,-90},{-90,-70}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal intEqu[3] + "Find current mode from all possible modes" + annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea[3] + "Boolean to Real conversion" + annotation (Placement(transformation(extent={{-50,-90},{-30,-70}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{10,30},{30,50}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea1 + "Boolean to Real conversion" + annotation (Placement(transformation(extent={{50,30},{70,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Product pro1 + "Product" + annotation (Placement(transformation(extent={{90,30},{110,50}}))); + + Buildings.Controls.OBC.CDL.Utilities.Assert assMes( + final message="Condensation detected in the zone") + "Zone condensation warning" + annotation (Placement(transformation(extent={{50,60},{70,80}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + annotation (Placement(transformation(extent={{80,-40},{100,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + final k=1) + "Constant CAV damper open signal" + annotation (Placement(transformation(extent={{0,0},{20,20}}))); + + Buildings.Controls.OBC.CDL.Logical.Timer tim( + final t=conSenOnThr) + "Check if condensation sensor signal has been on for time beyond threshold" + annotation (Placement(transformation(extent={{-48,30},{-28,50}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal isUnOcc + "Output true if unoccupied" + annotation (Placement(transformation(extent={{-20,-160},{0,-140}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntUn( + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) + "Constant signal for unoccupied mode" + annotation (Placement(transformation(extent={{-60,-160},{-40,-140}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[3]( + final k={Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled}) + "List of possible modes" + annotation (Placement(transformation(extent={{-110,-120},{-90,-100}}))); + +equation + connect(TZon, conHeaLoo.u_m) + annotation (Line(points={{-160,120},{-130,120},{-130,140},{10,140},{10,148}}, + color={0,0,127})); + + connect(TZon, conCooLoo.u_m) + annotation (Line(points={{-160,120},{-130,120},{-130,100},{10,100},{10,108}}, + color={0,0,127})); + + connect(conIntUn.y, isUnOcc.u1) + annotation (Line(points={{-38,-150},{-22,-150}}, color={255,127,0})); + + connect(uOpeMod, isUnOcc.u2) annotation (Line(points={{-160,-170},{-32,-170},{ + -32,-158},{-22,-158}}, color={255,127,0})); + + connect(conHeaLoo.y, yReh) + annotation (Line(points={{22,160},{160,160}}, color={0,0,127})); + + connect(VDis_flow, conDam.u_m) + annotation (Line(points={{-160,-50},{10,-50},{10,-42}}, color={0,0,127})); + + connect(conDam.u_s, mulSum.y) + annotation (Line(points={{-2,-30},{-8,-30}}, color={0,0,127})); + + connect(pro.y, mulSum.u[1:3]) annotation (Line(points={{-38,-30},{-36,-30},{ + -36,-31.3333},{-32,-31.3333}}, + color={0,0,127})); + + connect(con.y, pro.u1) annotation (Line(points={{-78,-10},{-70,-10},{-70,-24}, + {-62,-24}}, color={0,0,127})); + + connect(uOpeMod, intRep.u) annotation (Line(points={{-160,-170},{-120,-170},{-120, + -80},{-112,-80}}, color={255,127,0})); + + connect(intRep.y, intEqu.u1) + annotation (Line(points={{-88,-80},{-82,-80}}, color={255,127,0})); + + connect(isUnOcc.y, conDam.trigger) annotation (Line(points={{2,-150},{12,-150}, + {12,-60},{4,-60},{4,-42}}, color={255,0,255})); + + connect(isUnOcc.y, conCooLoo.trigger) annotation (Line(points={{2,-150},{12,-150}, + {12,-60},{-110,-60},{-110,90},{4,90},{4,108}}, color={255,0,255})); + + connect(isUnOcc.y, conHeaLoo.trigger) annotation (Line(points={{2,-150},{12,-150}, + {12,-60},{-110,-60},{-110,144},{4,144},{4,148}}, color={255,0,255})); + + connect(conInt.y, intEqu.u2) annotation (Line(points={{-88,-110},{-86,-110},{-86, + -88},{-82,-88}}, color={255,127,0})); + + connect(intEqu.y, booToRea.u) + annotation (Line(points={{-58,-80},{-52,-80}}, color={255,0,255})); + + connect(booToRea.y, pro.u2) annotation (Line(points={{-28,-80},{-20,-80},{-20, + -56},{-80,-56},{-80,-36},{-62,-36}}, color={0,0,127})); + + connect(not1.y, booToRea1.u) + annotation (Line(points={{32,40},{48,40}}, color={255,0,255})); + + connect(booToRea1.y, pro1.u2) annotation (Line(points={{72,40},{80,40},{80,34}, + {88,34}}, color={0,0,127})); + + connect(conCooLoo.y, pro1.u1) annotation (Line(points={{22,120},{80,120},{80,46}, + {88,46}}, color={0,0,127})); + + connect(pro1.y, yChiVal) + annotation (Line(points={{112,40},{160,40}}, color={0,0,127})); + + connect(not1.y, assMes.u) annotation (Line(points={{32,40},{40,40},{40,70},{48, + 70}}, color={255,0,255})); + + connect(TZonSet.TZonHeaSet, conHeaLoo.u_s) annotation (Line(points={{-78,126}, + {-20,126},{-20,160},{-2,160}}, color={0,0,127})); + + connect(TZonSet.TZonCooSet, conCooLoo.u_s) annotation (Line(points={{-78,114}, + {-20,114},{-20,120},{-2,120}}, color={0,0,127})); + + connect(uOpeMod, TZonSet.uOpeMod) annotation (Line(points={{-160,-170},{-120,-170}, + {-120,120},{-102,120}}, color={255,127,0})); + + connect(swi.y, yDam) + annotation (Line(points={{102,-30},{160,-30}}, color={0,0,127})); + + connect(conDam.y, swi.u3) annotation (Line(points={{22,-30},{60,-30},{60,-38}, + {78,-38}}, color={0,0,127})); + + connect(con1.y, swi.u1) annotation (Line(points={{22,10},{70,10},{70,-22},{78, + -22}}, color={0,0,127})); + + connect(uConSen, tim.u) annotation (Line(points={{-160,40},{-50,40}}, + color={255,0,255})); + + connect(tim.passed, swi.u2) annotation (Line(points={{-26,32},{-10,32},{-10,-8}, + {66,-8},{66,-30},{78,-30}}, + color={255,0,255})); + + connect(tim.passed, not1.u) annotation (Line(points={{-26,32},{-10,32},{-10,40}, + {8,40}}, color={255,0,255})); + +annotation (defaultComponentName="zonRegCon", + Icon(graphics={Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-120,160},{114,108}}, + textString="%name", + lineColor={0,0,255})}), + Diagram(coordinateSystem(extent={{-140,-180},{140,180}})), +Documentation(info=" +

    +Zone temperature regulation controller for terminal box of CAV DOAS system with +reheat and chilled beam mainfold valves. It outputs damper position yDam, +reheat signal yReh, and chilled water manifold control valve position +yVal. +

    +

    +Each signal is calculated as follows. +

      +
    1. +Reheat signal + +
    2. +
    3. +Damper signal +
        +
      • +The CAV damper position signal yDam is modified based on the operating +mode signal uOpeMod. +
      • +
      • +When the operating mode is occupied, yDam is adjusted +to supply air at volume flow rate Vdes_occ. +
      • +
      • +When the operating mode is unoccupiedUnscheduled, yDam +is adjusted to supply air at volume flow rate Vdes_unoccUnsch. +
      • +
      • +When the operating mode is unoccupiedScheduled, yDam +is adjusted to supply air at volume flow rate Vdes_unoccSch. +
      • +
      • +When a continuous signal is received from the condensation sensor in the zone +uConSen for time conSenOnThr, yDam is set +to fully open. +
      • +
      +
    4. +
    5. +Chilled beam control valve position + +
    6. +
    +

    +", revisions=" +
      +
    • +September 9, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +")); +end ZoneRegulation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo new file mode 100644 index 00000000000..552850fc98a --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo @@ -0,0 +1,156 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +block ZoneTemperature + "Sequence to generate zone heating and cooling setpoint temperatures" + + parameter Real zonOccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") = 293.15 + "Zone heating setpoint when it is occupied"; + + parameter Real zonUnoccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") = 290.15 + "Zone heating setpoint when it is unoccupied"; + + parameter Real zonOccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") = 296.15 + "Zone cooling setpoint when it is occupied"; + + parameter Real zonUnoccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") = 299.15 + "Zone cooling setpoint when it is unoccupied"; + + Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uOpeMod + "Operating mode signal" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZonHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") + "Zone heating setpoint temperature" + annotation (Placement(transformation(extent={{100,40},{140,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZonCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") + "Zone cooling setpoint temperature" + annotation (Placement(transformation(extent={{100,-80},{140,-40}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + final k=zonOccHeaSet) + "Zone occupied heating setpoint" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + final k=zonUnoccHeaSet) + "Zone unoccupied heating setpoint" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con2( + final k=zonOccCooSet) + "Zone occupied cooling setpoint" + annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con3( + final k=zonUnoccCooSet) + "Zone unoccupied cooling setpoint" + annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal intEqu + "Check if current mode is occupied" + annotation (Placement(transformation(extent={{0,-10},{20,10}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) + "Occupied mode signal" + annotation (Placement(transformation(extent={{-40,-30},{-20,-10}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Switch" + annotation (Placement(transformation(extent={{40,50},{60,70}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi1 + "Switch" + annotation (Placement(transformation(extent={{40,-70},{60,-50}}))); + +equation + connect(conInt.y, intEqu.u2) annotation (Line(points={{-18,-20},{-10,-20},{-10, + -8},{-2,-8}}, color={255,127,0})); + + connect(uOpeMod, intEqu.u1) + annotation (Line(points={{-120,0},{-2,0}}, color={255,127,0})); + + connect(con.y, swi.u1) annotation (Line(points={{-58,80},{30,80},{30,68},{38,68}}, + color={0,0,127})); + + connect(con1.y, swi.u3) annotation (Line(points={{-58,40},{30,40},{30,52},{38, + 52}}, color={0,0,127})); + + connect(intEqu.y, swi.u2) annotation (Line(points={{22,0},{32,0},{32,60},{38,60}}, + color={255,0,255})); + + connect(con2.y, swi1.u1) annotation (Line(points={{-58,-40},{30,-40},{30,-52}, + {38,-52}}, color={0,0,127})); + + connect(con3.y, swi1.u3) annotation (Line(points={{-58,-80},{30,-80},{30,-68}, + {38,-68}}, color={0,0,127})); + + connect(intEqu.y, swi1.u2) annotation (Line(points={{22,0},{32,0},{32,-60},{38, + -60}}, color={255,0,255})); + + connect(swi.y, TZonHeaSet) + annotation (Line(points={{62,60},{120,60}}, color={0,0,127})); + + connect(swi1.y, TZonCooSet) + annotation (Line(points={{62,-60},{120,-60}}, color={0,0,127})); + +annotation(defaultComponentName="TZonSet", + Icon(coordinateSystem(preserveAspectRatio=false), + graphics={ + Text( + extent={{-100,150},{100,110}}, + lineColor={0,0,255}, + textString="%name"), + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid)}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

    +Sequences for calculating zone heating and cooling setpoint temperatures. The +setpoints are calculated as follows. +

      +
    • +When the operating mode is occupied, the zone heating and cooling +setpoints are set as per the occupied values zonOccHeaSet and +zonOccCooSet. +
    • +
    • +When the operating mode is either unoccupiedScheduled or +unoccupiedUnscheduled, the zone heating and cooling setpoints are +set as per the unoccupied values zonUnoccHeaSet and +zonUnoccHeaSet. +
    • +
    +

    +", +revisions=" +
      +
    • +September 6, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +")); +end ZoneTemperature; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo new file mode 100644 index 00000000000..d5e62a15b0f --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo @@ -0,0 +1,18 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +package SetPoints "Package with sequences for controlling system setpoints" +annotation (Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0), + Text( + extent={{-100,100},{100,-100}}, + lineColor={0,0,0}, + textString="S")})); +end SetPoints; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order new file mode 100644 index 00000000000..061cb8927be --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order @@ -0,0 +1,7 @@ +BypassValvePosition +ChilledWaterStaticPressureSetpointReset +ChilledWaterSupplyReset +OperatingMode +ZoneRegulation +ZoneTemperature +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo new file mode 100644 index 00000000000..38b0be59271 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo @@ -0,0 +1,422 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System; +block SystemController "Main chilled beam system controller" + + parameter Integer nPum=2 + "Number of chilled water pumps" + annotation (Dialog(group="System parameters")); + + parameter Integer nVal = 3 + "Total number of chilled water control valves on chilled beams" + annotation (Dialog(group="System parameters")); + + parameter Real minPumSpe( + final unit="1", + displayUnit="1", + final min=0, + final max=maxPumSpe) = 0.1 + "Minimum pump speed" + annotation (Dialog(group="Pump parameters")); + + parameter Real maxPumSpe( + final unit="1", + displayUnit="1", + final min=minPumSpe, + final max=1) = 1 + "Maximum pump speed" + annotation (Dialog(group="Pump parameters")); + + parameter Real valPosClo( + final unit="1", + displayUnit="1")=0.05 + "Valve position at which it is deemed to be closed" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valPosOpe( + final unit="1", + displayUnit="1")=0.1 + "Valve position at which it is deemed to be open" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valOpeThr( + final unit="s", + displayUnit="s", + final quantity="time")=30 + "Minimum threshold time for which a valve has to be open to enable lead pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real valCloThr( + final unit="s", + displayUnit="s", + final quantity="time")=60 + "Minimum threshold time for which all valves have to be closed to disable lead pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump enable parameters")); + + parameter Real speLim( + final unit="1", + displayUnit="1") = 0.75 + "Speed limit with longer enable delay for enabling next lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real speLim1( + final unit="1", + displayUnit="1") = 0.9 + "Speed limit with shorter enable delay for enabling next lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real speLim2( + final unit="1", + displayUnit="1") = 0.25 + "Speed limit for disabling last lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer1( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for enabling next lag pump at speed limit speLim" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer2( + final unit="s", + displayUnit="s", + final quantity="time") = 60 + "Delay time period for enabling next lag pump at speed limit speLim1" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real timPer3( + final unit="s", + displayUnit="s", + final quantity="time") = 120 + "Delay time period for disabling last lag pump" + annotation (Dialog(tab="Pump control parameters", + group="Pump staging parameters")); + + parameter Real kPumSpe( + final unit="1", + displayUnit="1", + final min=0) = 1 + "Gain of controller" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real TiPumSpe( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.5 + "Time constant of integrator block" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real TdPumSpe( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.1 + "Time constant of derivative block" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + + parameter Real dPChiWatMax( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 50000 + "Maximum allowed differential pressure in the chilled water loop" + annotation(Dialog(group="System parameters")); + + parameter Real kBypVal( + final unit="1", + displayUnit="1") = 1 + "Gain of controller" + annotation (Dialog(tab="Bypass valve parameters", + group="PID parameters")); + + parameter Real TiBypVal( + final unit="s", + displayUnit="s", + final quantity="Time") = 0.5 + "Time constant of integrator block" + annotation (Dialog(tab="Bypass valve parameters", + group="PID parameters")); + + parameter Real TdBypVal( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0) = 0.1 + "Time constant of derivative block" + annotation (Dialog(tab="Bypass valve parameters", + group="PID parameters")); + + parameter Real dPumSpe( + final unit="1", + displayUnit="1")=0.01 + "Value added to minimum pump speed to get upper hysteresis limit" + annotation (Dialog(tab="Pump control parameters", + group="Advanced")); + + parameter Real valPosLowClo( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending one request to Trim-and-Respond logic" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter Real valPosLowOpe( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending one request to Trim-and-Respond logic" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter Real valPosHigClo( + final unit="1", + displayUnit="1") = 0.95 + "Lower limit for sending two requests to Trim-and-Respond logic" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter Real valPosHigOpe( + final unit="1", + displayUnit="1") = 0.99 + "Upper limit for sending two requests to Trim-and-Respond logic" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter Real chiWatStaPreMax( + final unit="Pa", + displayUnit="Pa", + final quantity="Pressure") = 30000 + "Maximum chilled water loop static pressure setpoint" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real chiWatStaPreMin( + final unit="Pa", + displayUnit="Pa", + final quantity="Pressure") = 20000 + "Minimum chilled water loop static pressure setpoint" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real triAmoVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = -500 + "Static pressure trim amount" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real resAmoVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 750 + "Static pressure respond amount" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real maxResVal( + final unit="Pa", + displayUnit="Pa", + final quantity="PressureDifference") = 1000 + "Static pressure maximum respond amount" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real samPerVal( + final unit="s", + displayUnit="s", + final quantity="Duration") = 30 + "Sample period duration" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real delTimVal( + final unit="s", + displayUnit="min", + final quantity="Duration") = 120 + "Delay period duration" + annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + + parameter Real thrTimLow( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating one request" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter Real thrTimHig( + final unit="s", + displayUnit="s", + final quantity="Duration") = 30 + "Threshold time for generating two requests" + annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); + + parameter CDL.Types.SimpleController controllerTypeBypVal=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller for bypass valve position" + annotation (Dialog(tab="Bypass valve parameters", + group="PID parameters")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] + "Pump status from plant" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dPChiWatLoo + "Measured chilled water loop differential pressure" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal] + "Measured chilled beam manifold control valve position" + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiWatPum[nPum] + "Chilled water pump enable signal" + annotation (Placement(transformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yPumSpe + "Chilled water pump speed signal" + annotation (Placement(transformation(extent={{100,-20},{140,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yBypValPos + "Bypass valve position signal" + annotation (Placement(transformation(extent={{100,-60},{140,-20}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( + final nVal=nVal, + final nPum=nPum, + final valPosLowClo=valPosLowClo, + final valPosLowOpe=valPosLowOpe, + final valPosHigClo=valPosHigClo, + final valPosHigOpe=valPosHigOpe, + final chiWatStaPreMax=chiWatStaPreMax, + final chiWatStaPreMin=chiWatStaPreMin, + final triAmoVal=triAmoVal, + final resAmoVal=resAmoVal, + final maxResVal=maxResVal, + final samPerVal=samPerVal, + final delTimVal=delTimVal, + final thrTimLow=thrTimLow, + final thrTimHig=thrTimHig) + "Chilled water static pressure setpoint reset" + annotation (Placement(transformation(extent={{-40,-70},{-20,-50}}))); + +protected + parameter Integer pumStaOrd[nPum]={i for i in 1:nPum} + "Chilled water pump staging order"; + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller secPumCon( + final nPum=nPum, + final nVal=nVal, + final nSen=1, + final minPumSpe=minPumSpe, + final maxPumSpe=maxPumSpe, + final speLim=speLim, + final speLim1=speLim1, + final speLim2=speLim2, + final timPer1=timPer1, + final timPer2=timPer2, + final timPer3=timPer3, + final k=kPumSpe, + final Ti=TiPumSpe, + final Td=TdPumSpe) + "Secondary pump controller" + annotation (Placement(transformation(extent={{0,20},{20,40}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition bypValPos( + final nPum=nPum, + final minPumSpe=minPumSpe, + final dPumSpe=dPumSpe, + final dPChiWatMax=dPChiWatMax, + final k=kBypVal, + final Ti=TiBypVal, + final Td=TdBypVal, + final controllerType=controllerTypeBypVal) + "Bypass valve position controller" + annotation (Placement(transformation(extent={{40,-40},{60,-20}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[nPum]( + final k=pumStaOrd) + "Constant integer source" + annotation (Placement(transformation(extent={{-80,50},{-60,70}}))); + +equation + connect(chiWatStaPreSetRes.yStaPreSetPoi, secPumCon.dpChiWatSet) annotation ( + Line(points={{-18,-60},{-10,-60},{-10,22},{-2,22}}, color={0,0,127})); + connect(uPumSta, bypValPos.uPumSta) annotation (Line(points={{-120,40},{-50,40}, + {-50,-25},{38,-25}}, + color={255,0,255})); + connect(uPumSta, secPumCon.uChiWatPum) annotation (Line(points={{-120,40},{-50, + 40},{-50,34},{-2,34}}, color={255,0,255})); + connect(uPumSta, chiWatStaPreSetRes.uPumSta) annotation (Line(points={{-120,40}, + {-50,40},{-50,-55},{-42,-55}}, color={255,0,255})); + connect(conInt.y, secPumCon.uPumLeaLag) annotation (Line(points={{-58,60},{-40, + 60},{-40,38},{-2,38}}, color={255,127,0})); + connect(secPumCon.yPumSpe, bypValPos.uPumSpe) annotation (Line(points={{22,28}, + {30,28},{30,-30},{38,-30}}, + color={0,0,127})); + connect(dPChiWatLoo, bypValPos.dpChiWatLoo) annotation (Line(points={{-120,0}, + {-90,0},{-90,-35},{38,-35}},color={0,0,127})); + connect(dPChiWatLoo, secPumCon.dpChiWat_remote[1]) annotation (Line(points={{-120,0}, + {-90,0},{-90,20},{-20,20},{-20,26},{-2,26}}, color={0,0,127})); + connect(uValPos, secPumCon.uValPos) annotation (Line(points={{-120,-40},{-60,-40}, + {-60,30},{-2,30}}, color={0,0,127})); + connect(uValPos, chiWatStaPreSetRes.uValPos) annotation (Line(points={{-120,-40}, + {-60,-40},{-60,-65},{-42,-65}}, + color={0,0,127})); + connect(secPumCon.yChiWatPum, yChiWatPum) annotation (Line(points={{22,32},{30, + 32},{30,40},{120,40}}, color={255,0,255})); + connect(secPumCon.yPumSpe, yPumSpe) annotation (Line(points={{22,28},{30,28},{ + 30,0},{120,0}}, color={0,0,127})); + connect(bypValPos.yBypValPos, yBypValPos) annotation (Line(points={{62,-30},{80, + -30},{80,-40},{120,-40}}, color={0,0,127})); + annotation (defaultComponentName="sysCon", + Icon(coordinateSystem(preserveAspectRatio=false), graphics={ + Text( + extent={{-120,160},{114,108}}, + textString="%name", + lineColor={0,0,255}), + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid)}), Diagram( + coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

    +Sequences for operating the main chilled beam system. +

    +

    +This block generates signals for enabling the secondary chilled water pump +yChiWatPum, pump speed yPumSpe and bypass valve +position signal yBypValPos. It consists of the following components: +

      +
    1. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller: +This block generates yChiWatPum and yPumSpe based on +the chilled beam manifold control valve position uValPos and the +measured chilled water loop differential pressure dPChiWatLoo. +
    2. +
    3. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset: +This block generates the chilled water loop differential pressure setpoint based +on uValPos and the pump proven on status uPumSta. +
    4. +
    5. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition: +This block generates yBypValPos based on yChiWatPum, +yPumSpe and dPChiWatLoo. +
    6. +
    +

    +", +revisions=" +
      +
    • +September 13, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +")); +end SystemController; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo new file mode 100644 index 00000000000..3d5572a6c23 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo @@ -0,0 +1,74 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation; +model SystemController + "Validate zone temperature setpoint controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController + sysCon + "System controller" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + +protected + Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul[3]( + final width=fill(0.9, 3), + final period=fill(3600, 3), + final shift=fill(100, 3)) + "Real pulse source" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Pre pre1[2] + "Logical pre block" + annotation (Placement(transformation(extent={{30,-10},{50,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2( + final amplitude=7500, + final freqHz=1/1800, + final offset=25000) + "Sine signal" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + +equation + connect(pul.y, sysCon.uValPos) + annotation (Line(points={{-58,0},{-40,0},{-40,-4},{-12,-4}}, color={0,0,127})); + connect(sin2.y, sysCon.dPChiWatLoo) + annotation (Line(points={{-58,40},{-28,40},{-28,0},{-12,0}}, color={0,0,127})); + connect(sysCon.yChiWatPum, pre1.u) + annotation (Line(points={{12,4},{20,4},{20,0},{28,0}}, color={255,0,255})); + connect(pre1.y, sysCon.uPumSta) + annotation (Line(points={{52,0},{60,0},{60,50},{-20,50},{-20,4},{-12,4}}, + color={255,0,255})); + +annotation ( + experiment( + StopTime=3600, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController. +

    +", revisions=" +
      +
    • +September 9, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end SystemController; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.mo new file mode 100644 index 00000000000..ddfc0e465db --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.mo @@ -0,0 +1,37 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System; +package Validation "Collection of validation models" + +annotation (preferredView="info", Documentation(info=" +

    +This package contains validation models for the classes in + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System. +

    +

    +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order new file mode 100644 index 00000000000..0ab7f7289d8 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order @@ -0,0 +1 @@ +SystemController diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo new file mode 100644 index 00000000000..4a8a4f3c7d2 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo @@ -0,0 +1,3 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +package System "Package with AHU and chilled beam system controls" +end System; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order new file mode 100644 index 00000000000..629d08c4bd2 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order @@ -0,0 +1,2 @@ +SystemController +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo new file mode 100644 index 00000000000..fce4f03ab79 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo @@ -0,0 +1,406 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal; +block TerminalController + "Controller for zone CAV terminal and chilled beam manifold control valve" + + parameter Integer nSchRow=4 + "Number of rows in schedule table"; + + parameter Real schTab[nSchRow,2]=[0,1; 6,1; 18,1; 24,1] + "Table defining schedule for enabling plant"; + + parameter Real conSenOnThr( + final unit="s", + displayUnit="s", + final quantity="Time")=60 + "Threshold time for condensation sensor signal before CAV damper is completely opened" + annotation(Dialog(tab="Zone regulation parameters")); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation(Dialog(tab="Zone regulation parameters", + group="Cooling control parameters")); + + parameter Real kCoo( + final unit="1", + displayUnit="1")=0.1 + "Gain for cooling control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Cooling control parameters")); + + parameter Real TiCoo=900 + "Time constant of integrator block for cooling control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Cooling control parameters")); + + parameter Real TdCoo( + final unit="s", + displayUnit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for cooling control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Cooling control parameters")); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation(Dialog(tab="Zone regulation parameters", + group="Heating control parameters")); + + parameter Real kHea( + final unit="1", + displayUnit="1")=0.1 + "Gain for heating control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Heating control parameters")); + + parameter Real TiHea=900 + "Time constant of integrator block for heating control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Heating control parameters")); + + parameter Real TdHea( + final unit="s", + displayUnit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for heating control loop signal" + annotation(Dialog(tab="Zone regulation parameters", + group="Heating control parameters")); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation(Dialog(tab="Zone regulation parameters", + group="Ventilation control parameters")); + + parameter Real kDam( + final unit="1", + displayUnit="1")=0.5 + "Gain of controller for damper control" + annotation(Dialog(tab="Zone regulation parameters", + group="Ventilation control parameters")); + + parameter Real TiDam=300 + "Time constant of integrator block for damper control" + annotation(Dialog(tab="Zone regulation parameters", + group="Ventilation control parameters")); + + parameter Real TdDam( + final unit="s", + displayUnit="s", + final quantity="Time")=0.1 + "Time constant of derivative block for damper control" + annotation(Dialog(tab="Zone regulation parameters", + group="Ventilation control parameters")); + + parameter Real VDes_occ( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is occupied" + annotation(Dialog(tab="Zone setpoints", group="Ventilation setpoints")); + + parameter Real VDes_unoccSch( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is unoccupied during scheduled unoccupancy" + annotation(Dialog(tab="Zone setpoints", group="Ventilation setpoints")); + + parameter Real VDes_unoccUnsch( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Design air volume flow rate when zone is unoccupied during scheduled occupancy" + annotation(Dialog(tab="Zone setpoints", group="Ventilation setpoints")); + + parameter Real zonOccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=293.15 + "Zone heating setpoint when it is occupied" + annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); + + parameter Real zonUnoccHeaSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=290.15 + "Zone heating setpoint when it is unoccupied" + annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); + + parameter Real zonOccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=296.15 + "Zone cooling setpoint when it is occupied" + annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); + + parameter Real zonUnoccCooSet( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature")=299.15 + "Zone cooling setpoint when it is unoccupied" + annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); + + parameter Real valPosLowCloReq( + final unit="1", + displayUnit="1") = 0.05 + "Lower limit for sending one request for chilled water supply" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real valPosLowOpeReq( + final unit="1", + displayUnit="1") = 0.1 + "Upper limit for sending one request for chilled water supply" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real valPosHigCloReq( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending two requests for chilled water supply" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real valPosHigOpeReq( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending two requests for chilled water supply" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real thrTimLowReq( + final unit="s", + displayUnit="s", + final quantity="Duration") = 300 + "Threshold time for generating one chilled water supply request" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real thrTimHigReq( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating two chilled water supply requests" + annotation(Dialog(tab="Request generation", + group="Chilled water supply parameters")); + + parameter Real valPosLowCloTemRes( + final unit="1", + displayUnit="1") = 0.45 + "Lower limit for sending one request for chilled water temperature reset" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + parameter Real valPosLowOpeTemRes( + final unit="1", + displayUnit="1") = 0.5 + "Upper limit for sending one request for chilled water temperature reset" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + parameter Real valPosHigCloTemRes( + final unit="1", + displayUnit="1") = 0.95 + "Lower limit for sending two requests for chilled water temperature reset" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + parameter Real valPosHigOpeTemRes( + final unit="1", + displayUnit="1") = 0.99 + "Upper limit for sending two requests for chilled water temperature reset" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + parameter Real thrTimLowTemRes( + final unit="s", + displayUnit="s", + final quantity="Duration") = 300 + "Threshold time for generating one chilled water temperature reset request" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + parameter Real thrTimHigTemRes( + final unit="s", + displayUnit="s", + final quantity="Duration") = 60 + "Threshold time for generating two chilled water temperature reset requests" + annotation(Dialog(tab="Request generation", + group="Chilled water temperature reset parameters")); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDetOcc + "Detected occupancy in zone" + annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uConSen + "Signal indicating condensation detected in zone" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TZon( + final unit="K", + displayUnit="K", + final quantity="ThermodynamicTemperature") + "Measured zone temperature" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput VDis_flow( + final unit="m3/s", + displayUnit="m3/s", + final quantity="VolumeFlowRate") + "Measured discharge air flow rate from CAV terminal" + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uChiVal( + final unit="1", + displayUnit="1") + "Measured chilled beam manifold control valve position" + annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yChiWatSupReq + "Chilled water supply requests" + annotation (Placement(transformation(extent={{100,-60},{140,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput TChiWatReq + "Chilled water temperature reset requests" + annotation (Placement(transformation(extent={{100,-100},{140,-60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yReh + "CAV terminal reheat signal" + annotation (Placement(transformation(extent={{100,60},{140,100}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDam + "CAV terminal damper position signal" + annotation (Placement(transformation(extent={{100,-20},{140,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiVal + "Chilled beam manifold control valve position signal" + annotation (Placement(transformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation zonRegCon( + final conSenOnThr=conSenOnThr, + final controllerTypeCoo=controllerTypeCoo, + final kCoo=kCoo, + final TiCoo=TiCoo, + final TdCoo=TdCoo, + final controllerTypeHea=controllerTypeHea, + final kHea=kHea, + final TiHea=TiHea, + final TdHea=TdHea, + final controllerTypeDam=controllerTypeDam, + final kDam=kDam, + final TiDam=TiDam, + final TdDam=TdDam, + final VDes_occ=VDes_occ, + final VDes_unoccSch=VDes_unoccSch, + final VDes_unoccUnsch=VDes_unoccUnsch, + final zonOccHeaSet=zonOccHeaSet, + final zonUnoccHeaSet=zonUnoccHeaSet, + final zonOccCooSet=zonOccCooSet, + final zonUnoccCooSet=zonUnoccCooSet) + "Zone temperature regulation controller" + annotation (Placement(transformation(extent={{-10,20},{10,40}}))); + +protected + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode opeMod( + final nSchRow=nSchRow, + final schTab=schTab) + "Determine operating mode for zone" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset chiWatSupRes( + final valPosLowCloReq=valPosLowCloReq, + final valPosLowOpeReq=valPosLowOpeReq, + final valPosHigCloReq=valPosHigCloReq, + final valPosHigOpeReq=valPosHigOpeReq, + final thrTimLowReq=thrTimLowReq, + final thrTimHigReq=thrTimHigReq, + final valPosLowCloTemRes=valPosLowCloTemRes, + final valPosLowOpeTemRes=valPosLowOpeTemRes, + final valPosHigCloTemRes=valPosHigCloTemRes, + final valPosHigOpeTemRes=valPosHigOpeTemRes, + final thrTimLowTemRes=thrTimLowTemRes, + final thrTimHigTemRes=thrTimHigTemRes) + "Chilled water supply and temperature reset request generation" + annotation (Placement(transformation(extent={{-10,-70},{10,-50}}))); + +equation + connect(uDetOcc, opeMod.uDetOcc) + annotation (Line(points={{-120,80},{-82,80}}, color={255,0,255})); + connect(opeMod.yOpeMod, zonRegCon.uOpeMod) annotation (Line(points={{-58,80},{ + -50,80},{-50,24},{-12,24}}, color={255,127,0})); + connect(uConSen, zonRegCon.uConSen) annotation (Line(points={{-120,40},{-60,40}, + {-60,32},{-12,32}}, color={255,0,255})); + connect(TZon, zonRegCon.TZon) annotation (Line(points={{-120,0},{-40,0},{-40,36}, + {-12,36}}, color={0,0,127})); + connect(VDis_flow, zonRegCon.VDis_flow) annotation (Line(points={{-120,-40},{-30, + -40},{-30,28},{-12,28}}, color={0,0,127})); + connect(zonRegCon.yReh, yReh) annotation (Line(points={{12,34},{60,34},{60,80}, + {120,80}}, color={0,0,127})); + connect(zonRegCon.yChiVal, yChiVal) + annotation (Line(points={{12,30},{66,30},{66,40},{120,40}}, + color={0,0,127})); + connect(zonRegCon.yDam, yDam) annotation (Line(points={{12,26},{60,26},{60,0}, + {120,0}}, color={0,0,127})); + connect(uChiVal, chiWatSupRes.uValPos) annotation (Line(points={{-120,-80},{-20, + -80},{-20,-56},{-12,-56}}, color={0,0,127})); + connect(uConSen, chiWatSupRes.uConSen) annotation (Line(points={{-120,40},{-60, + 40},{-60,-64},{-12,-64}}, color={255,0,255})); + connect(chiWatSupRes.yChiWatSupReq, yChiWatSupReq) annotation (Line(points={{12, + -54},{80,-54},{80,-40},{120,-40}}, color={255,127,0})); + connect(chiWatSupRes.TChiWatReq, TChiWatReq) annotation (Line(points={{12,-66}, + {80,-66},{80,-80},{120,-80}}, color={255,127,0})); + annotation (defaultComponentName="terCon", + Icon(coordinateSystem(preserveAspectRatio=false), graphics={ + Text( + extent={{-120,160},{114,108}}, + textString="%name", + lineColor={0,0,255}), + Rectangle( + extent={{-100,-100},{100,100}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid)}), Diagram( + coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

    +Sequences for operating the zone CAV terminal box and the zone chilled beam manifold +control valve. +

    +

    +This block generates signals for chilled water beam manifold control valve +yChiVal, CAV terminal reheat signal yReh and CAV +damper position signal yDam. It also generates the requests for +chilled water supply yChiWatSupReq and chilled water supply temperature +reset TChiWatReq. It consists of the following components: +

      +
    1. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode: +This block generates an operating mode type signal based on the detected zone +occupancy uDetOcc and the zone occupancy schedule schTab. +
    2. +
    3. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation: +This block generates the output signals yChiVal, yReh +and yDam to regulate the zone temperature within the heating and +cooling temperature setpoints. +
    4. +
    5. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset: +This block generates the output signals yChiWatSupReq +and TChiWatReq which are provided to the chiller plant system +supplying chilled water. +
    6. +
    +

    +", +revisions=" +
      +
    • +June 16, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +")); +end TerminalController; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo new file mode 100644 index 00000000000..0f1cea537a8 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo @@ -0,0 +1,98 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation; +model TerminalController + "Validate zone temperature setpoint controller" + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.TerminalController + terCon( + final VDes_occ=0.5, + final VDes_unoccSch=0.1, + final VDes_unoccUnsch=0.2) + "Zone terminal controller" + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + +protected + Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel( + final samplePeriod=1) + "Unit delay" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin( + final amplitude=0.5, + final freqHz=1/360, + final offset=0.5) + "Continuous sine signal" + annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul( + final width=0.9, + final period=1200) + "Boolean step signal" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical Not" + annotation (Placement(transformation(extent={{-40,30},{-20,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin1( + final amplitude=5, + final freqHz=1/720, + final offset=295) + "Continuous sine signal" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul1( + final period=4000) + "Boolean pulse source" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + +equation + connect(booPul.y, not1.u) + annotation (Line(points={{-58,40},{-42,40}}, color={255,0,255})); + + connect(sin1.y, terCon.TZon) + annotation (Line(points={{-58,0},{18,0}}, color={0,0,127})); + connect(sin.y, terCon.VDis_flow) annotation (Line(points={{-58,-40},{0,-40},{0, + -4},{18,-4}}, color={0,0,127})); + connect(not1.y, terCon.uConSen) annotation (Line(points={{-18,40},{0,40},{0,4}, + {18,4}}, color={255,0,255})); + connect(booPul1.y, terCon.uDetOcc) annotation (Line(points={{-58,80},{10,80},{ + 10,8},{18,8}}, color={255,0,255})); + connect(terCon.yChiVal, uniDel.u) + annotation (Line(points={{42,4},{50,4},{50,0},{58,0}}, color={0,0,127})); + connect(uniDel.y, terCon.uChiVal) annotation (Line(points={{82,0},{90,0},{90,-20}, + {10,-20},{10,-8},{18,-8}}, color={0,0,127})); +annotation ( + experiment( + StopTime=3600, + Interval=1, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos" + "Simulate and plot"), + Documentation(info=" +

    +This example validates + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.TerminalController. +

    +", revisions=" +
      +
    • +September 9, 2021, by Karthik Devaprasad:
      +First implementation. +
    • +
    +"), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent = {{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); +end TerminalController; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.mo new file mode 100644 index 00000000000..2ce5bab126f --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.mo @@ -0,0 +1,37 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal; +package Validation "Collection of validation models" + +annotation (preferredView="info", Documentation(info=" +

    +This package contains validation models for the classes in + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal. +

    +

    +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

    +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order new file mode 100644 index 00000000000..acca450db8a --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order @@ -0,0 +1 @@ +TerminalController diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo new file mode 100644 index 00000000000..6a3dbedc923 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo @@ -0,0 +1,3 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +package Terminal "Sequences for regulating zone conditions at setpoint" +end Terminal; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order new file mode 100644 index 00000000000..c49fd08236c --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order @@ -0,0 +1,2 @@ +TerminalController +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo new file mode 100644 index 00000000000..ed31596a76e --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo @@ -0,0 +1,41 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types; +package OperationModeTypes "Definitions for operation mode types" + + constant Integer occupied = 1 + "System is operated in this mode when zone is occupied."; + + constant Integer unoccupiedScheduled = 2 + "System is operated in this mode when zone is unoccupied and schedule indicates the same."; + + constant Integer unoccupiedUnscheduled = 3 + "System is operated in this mode when zone is unoccupied but schedule indicates it is occupied."; + + annotation ( + Documentation(info=" +

    + This package provides constants that indicate the system operation mode type based on the + detected occupancy signal from the occupancy sensor in the zone, and the + expected occupancy as per the schedule. +

    + ", + revisions=" +
      +
    • + June 29, 2021, by Karthik Devaprasad: +
      + First implementation. +
    • +
    + "), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0)})); +end OperationModeTypes; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order new file mode 100644 index 00000000000..0a04babef73 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order @@ -0,0 +1,3 @@ +occupied +unoccupiedScheduled +unoccupiedUnscheduled diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo new file mode 100644 index 00000000000..67176d81d46 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo @@ -0,0 +1,34 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +package Types "Package with type definitions for chilled beam systems" + + annotation (Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0), + Polygon( + origin={-12.167,-23}, + fillColor={128,128,128}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{12.167,65},{14.167,93},{36.167,89},{24.167,20},{4.167,-30}, + {14.167,-30},{24.167,-30},{24.167,-40},{-5.833,-50},{-15.833, + -30},{4.167,20},{12.167,65}}, + smooth=Smooth.Bezier, + lineColor={0,0,0}), + Polygon( + origin={2.7403,1.6673}, + fillColor={128,128,128}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{49.2597,22.3327},{31.2597,24.3327},{7.2597,18.3327},{-26.7403, + 10.3327},{-46.7403,14.3327},{-48.7403,6.3327},{-32.7403,0.3327},{-6.7403, + 4.3327},{33.2597,14.3327},{49.2597,14.3327},{49.2597,22.3327}}, + smooth=Smooth.Bezier)})); +end Types; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order new file mode 100644 index 00000000000..d0abedecf03 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order @@ -0,0 +1 @@ +OperationModeTypes diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo new file mode 100644 index 00000000000..df56ad5a22b --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo @@ -0,0 +1,3 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem; +package ChilledBeamSystem "Package containing sequences implemented for control of chilled beam systems" +end ChilledBeamSystem; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order new file mode 100644 index 00000000000..fff2abf8f91 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order @@ -0,0 +1,5 @@ +SecondaryPumps +SetPoints +System +Terminal +Types diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo new file mode 100644 index 00000000000..f9a8f8a8d89 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo @@ -0,0 +1,47 @@ +within Buildings.Controls.OBC.ASHRAE; +package PrimarySystem "Package with primary system control sequences" + +annotation ( +preferredView="info", Documentation(info=" +

    +This package contains control sequences for primary HVAC systems. +

    +

    +The sequences are developed according to ASHRAE RP-1711, Draft 4, January 7 2019 and Draft 5, March 26 2019. +

    +"), +Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Ellipse( + origin={10.0,10.0}, + fillColor={76,76,76}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{-80.0,-80.0},{-20.0,-20.0}}), + Ellipse( + origin={10.0,10.0}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,-80.0},{60.0,-20.0}}), + Ellipse( + origin={10.0,10.0}, + fillColor={128,128,128}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,0.0},{60.0,60.0}}), + Ellipse( + origin={10.0,10.0}, + lineColor={128,128,128}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid, + extent={{-80.0,0.0},{-20.0,60.0}})})); +end PrimarySystem; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order new file mode 100644 index 00000000000..06ebe21977f --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order @@ -0,0 +1 @@ +ChilledBeamSystem diff --git a/Buildings/Controls/OBC/ASHRAE/package.order b/Buildings/Controls/OBC/ASHRAE/package.order index 52e8b17269d..73acbc39630 100644 --- a/Buildings/Controls/OBC/ASHRAE/package.order +++ b/Buildings/Controls/OBC/ASHRAE/package.order @@ -1 +1,2 @@ G36_PR1 +PrimarySystem diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt new file mode 100644 index 00000000000..6c3cb48e119 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt @@ -0,0 +1,13 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 3.5e+01] +chaPumSta.uNexLagPum=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00] +chaPumSta.uLasLagPum=[7e+00, 7e+00, 7e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chaPumSta.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chaPumSta.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chaPumSta.yChiWatPum[3]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt new file mode 100644 index 00000000000..4cfa717c526 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt @@ -0,0 +1,20 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +enaLagPum.speLim=[7.5e-01, 7.5e-01] +enaLagPum.speLim1=[8.999999761581421e-01, 8.999999761581421e-01] +enaLagPum.speLim2=[2.5e-01, 2.5e-01] +enaLagPum.uPumSpe=[0e+00, 1.028571464121342e-02, 2.057142928242683e-02, 3.08571420609951e-02, 4.114285856485367e-02, 5.142857134342194e-02, 6.17142841219902e-02, 7.199999690055849e-02, 8.228571712970734e-02, 9.25714299082756e-02, 1.028571426868439e-01, 1.131428554654121e-01, 1.234285682439804e-01, 1.337142884731293e-01, 1.43999993801117e-01, 1.542857140302658e-01, 1.645714342594147e-01, 1.748571395874023e-01, 1.851428598165512e-01, 1.954285651445389e-01, 2.057142853736877e-01, 2.160000056028366e-01, 2.262857109308243e-01, 2.365714311599731e-01, 2.468571364879608e-01, 2.571428716182709e-01, 2.674285769462585e-01, 2.777142822742463e-01, 2.879999876022339e-01, 2.982857227325439e-01, 3.085714280605316e-01, 3.188571333885193e-01, 3.291428685188293e-01, 3.39428573846817e-01, 3.497142791748047e-01, 3.600000143051147e-01, 3.702857196331024e-01, 3.805714249610901e-01, 3.908571302890778e-01, 4.011428654193878e-01, 4.114285707473755e-01, 4.217142760753632e-01, 4.320000112056732e-01, 4.422857165336609e-01, 4.525714218616486e-01, 4.628571569919586e-01, 4.731428623199463e-01, 4.83428567647934e-01, 4.937142729759216e-01, 5.040000081062317e-01, 5.142857432365417e-01, 5.24571418762207e-01, 5.348571538925171e-01, 5.451428294181824e-01, 5.554285645484925e-01, 5.657142996788026e-01, 5.759999752044679e-01, 5.862857103347778e-01, 5.965714454650879e-01, 6.068571209907532e-01, 6.171428561210632e-01, 6.274285912513733e-01, 6.377142667770386e-01, 6.480000019073486e-01, 6.582857370376587e-01, 6.68571412563324e-01, 6.78857147693634e-01, 6.891428828239441e-01, 6.994285583496094e-01, 7.097142934799194e-01, 7.200000286102295e-01, 7.302857041358948e-01, 7.405714392662048e-01, 7.508571147918701e-01, 7.611428499221802e-01, 7.714285850524902e-01, 7.817142605781555e-01, 7.919999957084656e-01, 8.022857308387756e-01, 8.125714063644409e-01, 8.22857141494751e-01, 8.33142876625061e-01, 8.434285521507263e-01, 8.537142872810364e-01, 8.640000224113464e-01, 8.742856979370117e-01, 8.845714330673218e-01, 8.948571681976318e-01, 9.051428437232971e-01, 9.154285788536072e-01, 9.257143139839172e-01, 9.359999895095825e-01, 9.462857246398926e-01, 9.565714001655579e-01, 9.668571352958679e-01, 9.77142870426178e-01, 9.874285459518433e-01, 9.977142810821533e-01, 1e+00, 1e+00, 1e+00] +enaLagPum.timPer=[1.2e+02, 1.2e+02] +enaLagPum.timPer1=[6e+01, 6e+01] +enaLagPum.timPer2=[1.2e+02, 1.2e+02] +enaLagPum.tim.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3e+00, 3.9e+01, 7.5e+01, 1.11e+02, 2.7e+01, 6.3e+01, 9.9e+01, 1.5e+01, 5.1e+01, 8.7e+01, 3e+00, 3.9e+01, 7.5e+01, 1.11e+02, 2.7e+01, 6.3e+01, 9.9e+01, 3e+01, 6e+00, 4.2e+01, 1.8e+01, 5.4e+01, 3e+01, 6e+00, 4.2e+01, 1.8e+01, 5.4e+01, 3e+01] +enaLagPum.tim1.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.8e+01, 5.4e+01, 3e+01, 6e+00, 4.2e+01, 1.8e+01, 5.4e+01, 3e+01, 6e+00, 4.2e+01, 1.8e+01, 5.4e+01, 3e+01] +enaLagPum.tim2.y=[0e+00, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.200000000000003e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.400000000000006e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +yUp.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00] +yDow.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLead.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLead.txt new file mode 100644 index 00000000000..f8ade1c5e20 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLead.txt @@ -0,0 +1,11 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 7.6e+02] +enaLeaPum.uValPos[1]=[0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1.017242257184137e-05, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00] +enaLeaPum.uValPos[2]=[0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00] +enaLeaPum.yLea=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt new file mode 100644 index 00000000000..8ba94b7d917 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt @@ -0,0 +1,16 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "4", + "numerical Jacobians": "0" +} +time=[0e+00, 1e+01] +chiPumSpe.maxLoo.u[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.808341316878796e-03, 1.798101307716469e-02, 3.227887659583916e-02, 4.864125402963012e-02, 6.701025775334954e-02, 8.73093381524086e-02, 1.0945914665092e-01, 1.333736507782984e-01, 1.589585787429064e-01, 1.861131671599482e-01, 2.147296816110611e-01, 2.446947986818765e-01, 2.758901131240362e-01, 3.081923695282258e-01, 3.414744711945709e-01, 3.756049573421478e-01, 4.104489423866975e-01, 4.458698715319624e-01, 4.817268757861855e-01, 5.178797495483659e-01, 5.541840791702271e-01, 5.904965746446225e-01, 6.266746016208997e-01, 6.625752959143287e-01, 6.980573198503315e-01, 7.329804301261902e-01, 7.672068202481078e-01, 8.006013662092671e-01, 8.330321893413941e-01, 8.643716279288758e-01, 8.944957256317139e-01, 9.232856150508363e-01, 9.506279138090408e-01, 9.764143345091328e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998175750052953e-01, 9.898133873939514e-01] +chiPumSpe.maxLoo.u[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.864015452563763e-03, 1.197775749908127e-02, 2.151131558643473e-02, 3.242067299658705e-02, 4.466385294132189e-02, 5.819856002926826e-02, 7.296489910386565e-02, 8.890698295245343e-02, 1.059642026072505e-01, 1.240675123886678e-01, 1.431445777416229e-01, 1.631202071774402e-01, 1.839163261691497e-01, 2.054508359493494e-01, 2.276389415638606e-01, 2.503924071788788e-01, 2.736216487035072e-01, 2.972352064655704e-01, 3.211394388721052e-01, 3.452404765660541e-01, 3.694427311420441e-01, 3.936509461415852e-01, 4.177697759103896e-01, 4.417036019102232e-01, 4.653584063354391e-01, 4.886403977870941e-01, 5.11458012639578e-01, 5.337213099309784e-01, 5.553420375008724e-01, 5.762350742118449e-01, 5.963177680969238e-01] +chiPumSpe.maxLoo.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.808341316878796e-03, 1.798101307716469e-02, 3.227887659583916e-02, 4.864125402963012e-02, 6.701025775334954e-02, 8.73093381524086e-02, 1.0945914665092e-01, 1.333736507782984e-01, 1.589585787429064e-01, 1.861131671599482e-01, 2.147296816110611e-01, 2.446947986818765e-01, 2.758901131240362e-01, 3.081923695282258e-01, 3.414744711945709e-01, 3.756049573421478e-01, 4.104489423866975e-01, 4.458698715319624e-01, 4.817268757861855e-01, 5.178797495483659e-01, 5.541840791702271e-01, 5.904965746446225e-01, 6.266746016208997e-01, 6.625752959143287e-01, 6.980573198503315e-01, 7.329804301261902e-01, 7.672068202481078e-01, 8.006013662092671e-01, 8.330321893413941e-01, 8.643716279288758e-01, 8.944957256317139e-01, 9.232856150508363e-01, 9.506279138090408e-01, 9.764143345091328e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998175750052953e-01, 9.898133873939514e-01] +chiPumSpe.pumSpe.y=[1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.052275076508522e-01, 1.16182912514493e-01, 1.290509818582534e-01, 1.437771323519148e-01, 1.603092386835087e-01, 1.785784065723419e-01, 1.985132297506787e-01, 2.200362812300918e-01, 2.430627193784996e-01, 2.675018668352378e-01, 2.932567000389099e-01, 3.202253247740964e-01, 3.483011077720971e-01, 3.773731325752611e-01, 4.073270270553176e-01, 4.380444586277008e-01, 4.69404042187478e-01, 5.012828724580362e-01, 5.335541941678325e-01, 5.660917447914059e-01, 5.987656712532043e-01, 6.314469291010891e-01, 6.640071295379945e-01, 6.963177901644126e-01, 7.282516057466349e-01, 7.596823573112488e-01, 7.904861263023966e-01, 8.205412593902649e-01, 8.49729006169871e-01, 8.779344293734287e-01, 9.050461649894714e-01, 9.309570416248237e-01, 9.555651403089617e-01, 9.787728950980961e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998358175053342e-01, 9.908320307731628e-01] +chiPumSpe.pumSpe.f1=[1.000000014901161e-01, 1.000000014901161e-01] +chiPumSpe.pumSpe.f2=[1e+00, 1e+00] +chiPumSpe.yChiWatPumSpe=[1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.052275076508522e-01, 1.16182912514493e-01, 1.290509818582534e-01, 1.437771323519148e-01, 1.603092386835087e-01, 1.785784065723419e-01, 1.985132297506787e-01, 2.200362812300918e-01, 2.430627193784996e-01, 2.675018668352378e-01, 2.932567000389099e-01, 3.202253247740964e-01, 3.483011077720971e-01, 3.773731325752611e-01, 4.073270270553176e-01, 4.380444586277008e-01, 4.69404042187478e-01, 5.012828724580362e-01, 5.335541941678325e-01, 5.660917447914059e-01, 5.987656712532043e-01, 6.314469291010891e-01, 6.640071295379945e-01, 6.963177901644126e-01, 7.282516057466349e-01, 7.596823573112488e-01, 7.904861263023966e-01, 8.205412593902649e-01, 8.49729006169871e-01, 8.779344293734287e-01, 9.050461649894714e-01, 9.309570416248237e-01, 9.555651403089617e-01, 9.787728950980961e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998358175053342e-01, 9.908320307731628e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt new file mode 100644 index 00000000000..897d8b73622 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt @@ -0,0 +1,23 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "4", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +pumCon.uPumLeaLag[1]=[2e+00, 2e+00] +pumCon.uPumLeaLag[2]=[1e+00, 1e+00] +pumCon.uValPos[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000760421156883e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.999217391014099e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000759676098824e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +pumCon.enaLagSecPum.timPer=[1.2e+02, 1.2e+02] +pumCon.enaLagSecPum.timPer1=[6e+01, 6e+01] +pumCon.enaLagSecPum.timPer2=[1.2e+02, 1.2e+02] +pumCon.enaLagSecPum.tim1.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.900000000000011e+01, 2.500000000000011e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01] +pumCon.enaLagSecPum.tim.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.6e+01, 5.200000000000011e+01, 2.500000000000011e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.6e+01, 5.2e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01] +pumCon.enaLagSecPum.tim2.y=[0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.9e+01, 8.5e+01, 1.000000000000028e+00, 3.7e+01, 7.3e+01, 1.09e+02, 2.5e+01, 6.1e+01, 9.7e+01, 1.300000000000006e+01, 4.9e+01, 8.5e+01, 1e+00, 3.7e+01, 7.3e+01, 1.09e+02, 2.5e+01, 6.1e+01, 9.7e+01, 1.3e+01, 4.9e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.4e+01, 5e+01, 8.6e+01, 2.000000000000227e+00, 3.800000000000023e+01, 7.400000000000023e+01, 1.1e+02, 2.6e+01, 6.2e+01, 9.8e+01, 1.4e+01, 5e+01, 8.6e+01, 2e+00, 3.8e+01, 7.4e+01, 1.1e+02, 2.6e+01, 6.2e+01, 9.8e+01, 1.4e+01, 5e+01, 8.6e+01, 2e+00, 3.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.dpChiWat_remote[1]=[1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.240876793861389e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460813e-01, 8.159376978874204e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.24087679386139e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460815e-01, 8.159376978874207e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00] +pumCon.dpChiWatSet=[1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_BypassValvePosition.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_BypassValvePosition.txt new file mode 100644 index 00000000000..80f575119a5 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_BypassValvePosition.txt @@ -0,0 +1,14 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "1", + "numerical Jacobians": "0" +} +time=[0e+00, 7.2e+03] +bypValPos.uPumSta[1]=[0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +bypValPos.uPumSpe=[1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01] +bypValPos.dpChiWatLoo=[4.5e+04, 4.937115625e+04, 5.28628828125e+04, 5.47726796875e+04, 5.471631640625e+04, 5.27051328125e+04, 4.914375390625e+04, 4.474869921875e+04, 4.0404203125e+04, 3.698433203125e+04, 3.517712890625e+04, 3.534618359375e+04, 3.7457484375e+04, 4.108626171875e+04, 4.550244140625001e+04, 4.981753515625e+04, 5.3163390625e+04, 5.4866859375e+04, 5.458521875e+04, 5.23751328125e+04, 4.868124609375e+04, 4.424673046875e+04, 3.996376953125e+04, 3.66940390625e+04, 3.509538671875e+04, 3.548943359375e+04, 3.779691015625e+04, 4.155357031250001e+04, 4.600361718750001e+04, 5.025174609375e+04, 5.344327734375e+04, 5.493611328125e+04, 5.442990625e+04, 5.20265e+04, 4.82094375e+04, 4.374666796875e+04, 3.95360546875e+04, 3.6424734375e+04, 3.50386640625e+04, 3.56567109375e+04, 3.815452734375e+04, 4.20295859375e+04, 4.65022578125e+04, 5.067269140625e+04, 5.37018359375e+04, 5.4980265625e+04, 5.42507734375e+04, 5.16601171875e+04, 4.772951953125e+04, 4.324976953125e+04, 3.91221484375e+04, 3.61770859375e+04, 3.500710546875e+04, 3.584758984375e+04, 3.852944140625002e+04, 4.251310156250003e+04, 4.699710156250003e+04, 5.10793046875e+04, 5.39384140625e+04, 5.49992109375e+04, 5.404826953125e+04, 5.12769140625e+04, 4.724270703125e+04, 4.275729296875e+04, 3.87230859375e+04, 3.595173046875e+04, 3.50007890625e+04, 3.60615859375e+04, 3.89206953125e+04, 4.30028984375e+04, 4.74868984375e+04, 5.147055859375e+04, 5.415241015625e+04, 5.499289453125e+04, 5.38229140625e+04, 5.08778515625e+04, 4.675023046875e+04, 4.227048046875e+04, 3.83398828125e+04, 3.57492265625e+04, 3.5019734375e+04, 3.62981640625e+04, 3.932730859375e+04, 4.34977421875e+04, 4.79704140625e+04, 5.184547265625e+04, 5.43432890625e+04, 5.49613359375e+04, 5.3575265625e+04, 5.04639453125e+04, 4.625333203125e+04, 4.17905625e+04, 3.79735e+04, 3.557009375e+04, 3.506388671875e+04, 3.655672265625e+04, 3.974825390625e+04, 4.39963828125e+04, 4.84464296875e+04, 5.220308984375e+04, 5.451056640625e+04] +bypValPos.dPChiWatMax=[5e+04, 5e+04] +bypValPos.yBypValPos=[1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 3.654317259788513e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.904142379760742e-01, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt new file mode 100644 index 00000000000..b863d8f66b1 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt @@ -0,0 +1,11 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +chiWatStaPreSetRes.uPumSta[1]=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chiWatStaPreSetRes.uValPos[1]=[9.999998211860657e-01, 9.961071014404297e-01, 9.843904376029968e-01, 9.650346636772156e-01, 9.383450150489807e-01, 9.04742419719696e-01, 8.647567629814148e-01, 8.190186619758606e-01, 7.6824951171875e-01, 7.132498621940613e-01, 6.548871397972107e-01, 5.940817594528198e-01, 5.317926406860352e-01, 4.690021276473999e-01, 4.067004919052123e-01, 3.458702266216278e-01, 2.874706983566284e-01, 2.324228733778e-01, 1.815948933362961e-01, 1.357883661985397e-01, 9.572566300630569e-02, 6.20386153459549e-02, 3.525847941637039e-02, 1.580759137868881e-02, 3.992709796875715e-03, 1.58534078309458e-07, 3.892903449013829e-03, 1.560955401510005e-02, 3.49653325974942e-02, 6.165498122572899e-02, 9.525759518146515e-02, 1.352432370185852e-01, 1.809813231229782e-01, 2.317505031824112e-01, 2.867501676082611e-01, 3.451128900051117e-01, 4.059182703495026e-01, 4.682073593139648e-01, 5.309978723526001e-01, 5.932995080947876e-01, 6.541297435760498e-01, 7.125293016433716e-01, 7.675771117210388e-01, 8.184050917625427e-01, 8.642116189002991e-01, 9.042743444442749e-01, 9.379613995552063e-01, 9.647415280342102e-01, 9.84192430973053e-01, 9.960072636604309e-01, 9.999998211860657e-01, 9.961071014404297e-01, 9.843904376029968e-01, 9.650346636772156e-01, 9.383450150489805e-01, 9.047424197196958e-01, 8.647567629814146e-01, 8.190186619758606e-01, 7.6824951171875e-01, 7.132498621940613e-01, 6.548871397972107e-01, 5.940817594528198e-01, 5.317926406860352e-01, 4.690021276473999e-01, 4.067004919052124e-01, 3.458702266216278e-01, 2.874706983566284e-01, 2.324228733778e-01, 1.815948933362961e-01, 1.357883661985397e-01, 9.572566300630569e-02, 6.20386153459549e-02, 3.525847941637039e-02, 1.580759137868881e-02, 3.992709796875715e-03, 1.58534078309458e-07, 3.892903449013829e-03, 1.56095540151e-02, 3.496533259749413e-02, 6.165498122572899e-02, 9.525759518146515e-02, 1.352432370185852e-01, 1.809813231229782e-01, 2.317505031824112e-01, 2.867501676082611e-01, 3.451128900051117e-01, 4.059182703495026e-01, 4.682073593139648e-01, 5.309978723526001e-01, 5.932995080947876e-01, 6.541297435760498e-01, 7.125293016433716e-01, 7.675771117210388e-01, 8.184050917625427e-01, 8.642116189002991e-01, 9.042743444442749e-01, 9.379613995552063e-01, 9.647415280342102e-01, 9.84192430973053e-01, 9.960072636604309e-01, 9.999998211860657e-01] +chiWatStaPreSetRes.yStaPreSetPoi=[3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 2.95e+04, 2.9e+04, 2.8e+04, 2.75e+04, 2.7e+04, 2.65e+04, 2.6e+04, 2.5e+04, 2.45e+04, 2.4e+04, 2.35e+04, 2.3e+04, 2.2e+04, 2.15e+04, 2.1e+04, 2.05e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2e+04, 2.05e+04, 2.075e+04, 2.1e+04, 2.125e+04, 2.15e+04, 2.2e+04, 2.225e+04, 2.25e+04, 2.275e+04, 2.3e+04, 2.4e+04, 2.45e+04, 2.5e+04, 2.55e+04, 2.575000000000001e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterSupplyReset.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterSupplyReset.txt new file mode 100644 index 00000000000..0291bc6480b --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterSupplyReset.txt @@ -0,0 +1,20 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +chiWatSupRes.uConSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +chiWatSupRes.uValPos=[1.500000059604645e-01, 1.500000059604645e-01] +chiWatSupRes.yChiWatSupReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +chiWatSupRes.TChiWatReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chiWatSupRes1.uConSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +chiWatSupRes1.uValPos=[5.50000011920929e-01, 5.50000011920929e-01] +chiWatSupRes1.yChiWatSupReq=[0e+00, 0e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00] +chiWatSupRes1.TChiWatReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chiWatSupRes2.uConSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +chiWatSupRes2.uValPos=[1e+00, 1e+00] +chiWatSupRes2.yChiWatSupReq=[0e+00, 0e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00] +chiWatSupRes2.TChiWatReq=[0e+00, 0e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_OperatingMode.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_OperatingMode.txt new file mode 100644 index 00000000000..ce3a208c3cb --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_OperatingMode.txt @@ -0,0 +1,13 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 7.2e+03] +operatingMode.enaSch.y[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +operatingMode.uDetOcc=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +operatingMode.intSwi.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00] +operatingMode.yChiBeaEna=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +operatingMode.yDoasEna=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneRegulation.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneRegulation.txt new file mode 100644 index 00000000000..6e062e5889b --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneRegulation.txt @@ -0,0 +1,21 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "3", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +zonRegCon.uOpeMod=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00] +zonRegCon.TZon=[2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02] +zonRegCon.TZonSet.TZonHeaSet=[2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02] +zonRegCon.yReh=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.806381903588779e-02, 4.281049221754074e-02, 1.861159317195415e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.17090530693531e-01, 1.984556317329407e-01, 2.352002412080765e-01, 2.229994833469391e-01, 1.623268872499466e-01, 5.839512124657631e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.440270252525779e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.763318106532097e-02, 4.237290099263191e-02, 1.817417331039906e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.273460641503334e-02, 5.747624486684799e-02, 3.327363356947899e-02, 0e+00, 0e+00, 0e+00, 0e+00] +zonRegCon.mulSum.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01] +zonRegCon.VDes_occ=[5e-01, 5e-01] +zonRegCon.VDes_unoccSch=[1.000000014901161e-01, 1.000000014901161e-01] +zonRegCon.VDes_unoccUnsch=[2.000000029802322e-01, 2.000000029802322e-01] +zonRegCon.VDis_flow=[5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969102e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940181e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969084e-02, 2.447174116969145e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940169e-01, 4.99999999999998e-01, 2.061073780059799e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01] +zonRegCon.yDam=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.530413705855638e-03, 5.035953130573034e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.037376515567303e-02, 5.987812578678131e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.563728421926498e-02, 2.10328206419945e-01, 2.398395836353301e-01, 1.728974133729935e-01, 3.507483750581741e-02, 0e+00, 0e+00, 0e+00, 0e+00, 2.625106461346149e-02, 1.823129653930664e-01, 2.970003187656403e-01, 3.265107870101929e-01, 2.595663666725159e-01, 1.217389702796936e-01, 0e+00, 0e+00, 0e+00, 0e+00, 7.596137374639511e-02, 2.320180833339691e-01, 3.467032611370087e-01, 3.762117028236389e-01, 3.092744052410126e-01, 1.71454980969429e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.167143255472257e-02, 1.323616057634354e-01, 1.378766596317291e-01, 4.693431779742241e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.171204753220081e-03, 9.485570341348648e-02, 1.00360780954361e-01, 9.422179311513901e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.975298166275024e-02, 8.526352792978287e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.208354488015175e-02, 1.287739872932434e-01, 1.402876824140549e-01, 5.534425377845764e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.559055179357529e-02, 1.322815120220184e-01, 1.437903940677643e-01, 5.884496495127678e-02, 0e+00] +zonRegCon.TZonSet.TZonCooSet=[2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02] +zonRegCon.yChiVal=[0e+00, 0e+00, 0e+00, 0e+00, 6.408422440290451e-02, 9.162808954715729e-02, 7.022907584905624e-02, 3.598192124627516e-04, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.138365618884563e-02, 1.133159250020981e-01, 2.390570044517517e-01, 3.858495354652405e-01, 5.388739705085754e-01, 6.827006936073303e-01, 8.028009533882141e-01, 8.869678974151611e-01, 9.265123009681702e-01, 9.17113184928894e-01, 8.592403531074522e-01, 7.581086158752437e-01, 6.23167097568512e-01, 4.671745598316193e-01, 3.049502074718475e-01, 1.519227623939514e-01, 2.262546494603157e-02, 0e+00, 0e+00, 0e+00, 0e+00, 3.668259084224701e-02, 1.624276489019394e-01, 3.092201948165894e-01, 4.622445106506348e-01, 6.060706377029419e-01, 7.261683344841003e-01, 8.103335499763489e-01, 8.498774766921997e-01, 8.404784798622131e-01, 7.826059460639954e-01, 6.814747452735901e-01, 5.46534538269043e-01, 3.905426263809204e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.77592733502388e-02, 2.09584653377533e-01, 3.176871240139008e-01, 3.898538947105408e-01, 4.17398989200592e-01, 3.959969580173492e-01, 3.261224031448364e-01, 2.129902243614197e-01, 6.604912877082825e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.101364761590958e-02, 1.991116553544998e-01, 2.712756991386414e-01, 2.988204956054688e-01, 2.774214148521423e-01, 2.075486481189728e-01, 9.441695362329483e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneTemperature.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneTemperature.txt new file mode 100644 index 00000000000..fe96092744b --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneTemperature.txt @@ -0,0 +1,11 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 9e+01] +TZonSet.uOpeMod=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00] +TZonSet.TZonHeaSet=[2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02] +TZonSet.TZonCooSet=[2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt new file mode 100644 index 00000000000..c97455e64d0 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt @@ -0,0 +1,15 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "3", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +sysCon.uValPos[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +sysCon.dPChiWatLoo=[2.5e+04, 2.594e+04, 2.6865173828125e+04, 2.776093359375e+04, 2.861315234375e+04, 2.9408388671875e+04, 3.0134103515625e+04, 3.0778849609375e+04, 3.1332458984375e+04, 3.1786203125e+04, 3.2132923828125e+04, 3.2367154296875e+04, 3.2485201171875e+04, 3.2485201171875e+04, 3.2367154296875e+04, 3.2132923828125e+04, 3.1786203125e+04, 3.1332458984375e+04, 3.0778849609375e+04, 3.0134103515625e+04, 2.9408388671875e+04, 2.861315234375e+04, 2.776093359375e+04, 2.6865173828125e+04, 2.594e+04, 2.5e+04, 2.406e+04, 2.3134826171875e+04, 2.223906640625e+04, 2.138684765625e+04, 2.0591611328125e+04, 1.9865896484375e+04, 1.9221150390625e+04, 1.8667541015625e+04, 1.8213796875e+04, 1.7867076171875e+04, 1.7632845703125e+04, 1.7514798828125e+04, 1.7514798828125e+04, 1.7632845703125e+04, 1.7867076171875e+04, 1.8213796875e+04, 1.8667541015625e+04, 1.9221150390625e+04, 1.9865896484375e+04, 2.0591611328125e+04, 2.138684765625e+04, 2.223906640625e+04, 2.3134826171875e+04, 2.406e+04, 2.5e+04, 2.594e+04, 2.6865173828125e+04, 2.776093359375e+04, 2.861315234375e+04, 2.9408388671875e+04, 3.0134103515625e+04, 3.0778849609375e+04, 3.1332458984375e+04, 3.1786203125e+04, 3.2132923828125e+04, 3.2367154296875e+04, 3.2485201171875e+04, 3.2485201171875e+04, 3.2367154296875e+04, 3.2132923828125e+04, 3.1786203125e+04, 3.1332458984375e+04, 3.0778849609375e+04, 3.0134103515625e+04, 2.9408388671875e+04, 2.861315234375e+04, 2.776093359375e+04, 2.6865173828125e+04, 2.594e+04, 2.5e+04, 2.406e+04, 2.3134826171875e+04, 2.223906640625e+04, 2.138684765625e+04, 2.0591611328125e+04, 1.9865896484375e+04, 1.9221150390625e+04, 1.8667541015625e+04, 1.8213796875e+04, 1.7867076171875e+04, 1.7632845703125e+04, 1.7514798828125e+04, 1.7514798828125e+04, 1.7632845703125e+04, 1.7867076171875e+04, 1.8213796875e+04, 1.8667541015625e+04, 1.9221150390625e+04, 1.9865896484375e+04, 2.0591611328125e+04, 2.138684765625e+04, 2.223906640625e+04, 2.3134826171875e+04, 2.406e+04, 2.5e+04] +sysCon.chiWatStaPreSetRes.yStaPreSetPoi=[3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 2.95e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04] +sysCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +sysCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678702354431152e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.264259219169617e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678703546524027e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.264249086380005e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +sysCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_Terminal_Validation_TerminalController.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_Terminal_Validation_TerminalController.txt new file mode 100644 index 00000000000..ac9fe00e926 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_Terminal_Validation_TerminalController.txt @@ -0,0 +1,22 @@ +last-generated=2021-09-15 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "3", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+03] +terCon.uDetOcc=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.uConSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00] +terCon.TZon=[2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02] +terCon.zonRegCon.TZonSet.TZonCooSet=[2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02] +terCon.uChiVal=[0e+00, 3.570647910237312e-02, 1.800291538238525e-01, 3.009726405143738e-01, 3.8627690076828e-01, 4.271420538425446e-01, 4.191177487373352e-01, 3.625394999980926e-01, 2.624948024749756e-01, 1.283275038003922e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.031001210212708e-01, 2.473914474248886e-01, 3.68334025144577e-01, 4.536384642124176e-01, 4.94503527879715e-01, 4.864792227745056e-01, 4.299009442329404e-01, 3.298561275005337e-01, 1.956888139247894e-01, 4.008141905069351e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.460105031728745e-01, 2.903017401695251e-01, 4.112442433834076e-01, 4.965486228466034e-01, 5.374133586883545e-01, 5.293890237808228e-01, 4.728107750415802e-01, 3.727659285068512e-01, 2.385985851287842e-01, 8.299117535352707e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.086657866835594e-02, 1.198092773556709e-01, 1.931137591600418e-01, 2.219791561365128e-01, 0e+00, 1.333763748407364e-01, 2.133156917989254e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.659791201353073e-02, 1.599023342132568e-01, 1.88767597079277e-01, 1.687429398298264e-01, 1.001646816730499e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.yChiWatSupReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2e+00, 2e+00, 0e+00, 0e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.TChiWatReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.yChiVal=[0e+00, 3.990470618009567e-02, 1.837681084871292e-01, 3.038730919361115e-01, 3.88043224811554e-01, 4.275888502597809e-01, 4.181888103485107e-01, 3.603132367134094e-01, 2.591766119003296e-01, 1.24229721724987e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.072974652051926e-01, 2.51129537820816e-01, 3.712344765663147e-01, 4.554047882556915e-01, 4.949503242969513e-01, 4.855502843856812e-01, 4.276746809482572e-01, 3.265379667282101e-01, 1.915910392999649e-01, 3.559263795614243e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.502078324556351e-01, 2.940398454666138e-01, 4.141446650028229e-01, 4.983149468898773e-01, 5.378601551055908e-01, 5.284600853919983e-01, 4.70584511756897e-01, 3.694477379322052e-01, 2.345007956027985e-01, 7.850239425897598e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.427135709673166e-02, 1.223763823509216e-01, 1.945467740297318e-01, 2.220926284790039e-01, 0e+00, 1.308167725801468e-01, 1.768005639314651e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.916500955820084e-02, 1.613353341817856e-01, 1.888810694217682e-01, 1.674806624650955e-01, 9.760507941246033e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.zonRegCon.TZonSet.TZonHeaSet=[2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02] +terCon.yReh=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.28267377614975e-01, 2.455723136663437e-01, 3.269425928592683e-01, 3.636882901191711e-01, 3.514882326126099e-01, 2.908126413822174e-01, 1.868759989738464e-01, 4.912908375263214e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.458920121192932e-02, 1.756211966276169e-01, 2.929259836673737e-01, 3.742962777614594e-01, 4.11041647195816e-01, 3.988415896892548e-01, 3.381659984588623e-01, 2.34229251742363e-01, 9.648232907056808e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 6.337103247642517e-02, 2.04402968287468e-01, 3.2170769572258e-01, 4.030778110027317e-01, 4.398230314254761e-01, 1.222896426916119e-01, 4.961404949426651e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.407138258218765e-02, 8.344171941280365e-02, 1.081874892115593e-01, 8.398711681365967e-02, 1.131153851747513e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 6.433874368667603e-02, 8.90844464302063e-02, 6.48840144276619e-02, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.VDis_flow=[5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969101e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940181e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969079e-02, 2.44717411696914e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940169e-01, 4.99999999999998e-01, 2.061073780059799e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01] +terCon.zonRegCon.mulSum.y=[5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01] +terCon.yDam=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.717975880950689e-03, 1.637987941503525e-01, 2.784998416900635e-01, 3.080084323883057e-01, 2.410533130168915e-01, 1.032096445560455e-01, 0e+00, 0e+00, 0e+00, 0e+00, 6.482993066310883e-02, 2.20910981297493e-01, 3.356120586395264e-01, 3.651206493377686e-01, 2.981655299663544e-01, 1.603215336799622e-01, 4.240204580128193e-03, 0e+00, 0e+00, 0e+00, 1.001382172107697e-01, 2.562195360660553e-01, 3.709206581115725e-01, 4.004292488098144e-01, 3.334740698337555e-01, 1.956300884485245e-01, 3.954872116446495e-02, 1e+00, 1e+00, 0e+00, 1.23605377972126e-01, 2.796867191791534e-01, 3.943878412246704e-01, 4.238964319229126e-01, 3.56941282749176e-01, 2.190972566604614e-01, 6.30159005522728e-02, 0e+00, 0e+00, 2.191827399656177e-03, 1.400358229875565e-01, 2.961171865463257e-01, 4.108183085918427e-01, 4.403268992900848e-01, 3.733717203140259e-01, 2.355276942253113e-01, 7.944635301828384e-02, 0e+00, 0e+00, 1.416134834289621e-02, 1.520053595304499e-01, 1.500867158174523e-01, 2.467878311872482e-01, 2.582959532737732e-01, 1.733406782150269e-01, 1.749666035175323e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1.869222074747086e-01, 1.984308063983917e-01, 1.134756058454514e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 6.151185184717178e-02, 1.582129299640656e-01, 1.697211712598801e-01, 8.47659707069397e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.847380891442299e-02, 1.451748907566071e-01, 1.566833853721619e-01, 7.172820717096329e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.27054651081562e-02, 1.394075900316238e-01, 1.509159058332443e-01, 1e+00, 1e+00] diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos new file mode 100644 index 00000000000..55cda76fcc8 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos @@ -0,0 +1,3 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus", method="Cvode", stopTime=35, tolerance=1e-06, resultFile="ChangeStatus"); +createPlot(id=1, position={0, 0, 1545, 998}, y={"chaPumSta.uNexLagPum", "chaPumSta.uLasLagPum"}, range={0.0, 35.0, -2.0, 9.0}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={0, 0, 1545, 496}, y={"chaPumSta.yChiWatPum[1]", "chaPumSta.yChiWatPum[2]", "chaPumSta.yChiWatPum[3]"}, range={0.0, 35.0, -0.1, 1.1}, grid=true, subPlot=2, colors={{28,108,200}, {28,108,200}, {28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos new file mode 100644 index 00000000000..6fa37890754 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos @@ -0,0 +1,4 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="EnableLag_pumpSpeed"); +createPlot(id=1, position={0, 0, 1372, 998}, y={"enaLagPum.speLim", "enaLagPum.speLim1", "enaLagPum.speLim2", "enaLagPum.uPumSpe"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}); +createPlot(id=1, position={0, 0, 1372, 330}, y={"enaLagPum.timPer", "enaLagPum.timPer1", "enaLagPum.timPer2", "enaLagPum.tim.y", "enaLagPum.tim1.y", "enaLagPum.tim2.y"}, range={0.0, 3600.0, -100.0, 700.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); +createPlot(id=1, position={0, 0, 1372, 329}, y={"yUp.y", "yDow.y"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}, {28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos new file mode 100644 index 00000000000..8e22a43d886 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos @@ -0,0 +1,4 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead", method="Cvode", stopTime=760, tolerance=1e-06, resultFile="EnableLead"); +createPlot(id=1, position={0, 0, 1680, 978}, y={"enaLeaPum.uValPos[1]"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1680, 322}, y={"enaLeaPum.uValPos[2]"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1680, 323}, y={"enaLeaPum.yLea"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos new file mode 100644 index 00000000000..b1bf48b28b2 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos @@ -0,0 +1,5 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp", method="Cvode", stopTime=10, tolerance=1e-06, resultFile="Speed_remoteDp"); +createPlot(id=1, position={20, 10, 900, 1000}, subPlot=1, y={"chiPumSpe.maxLoo.u[1]","chiPumSpe.maxLoo.u[2]"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200},{238,46,47}}); +createPlot(id=1, position={20, 10, 900, 1000}, subPlot=2, y={"chiPumSpe.maxLoo.y"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={20, 10, 900, 1000}, subPlot=3, y={"chiPumSpe.pumSpe.y","chiPumSpe.pumSpe.f1","chiPumSpe.pumSpe.f2"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200},{238,46,47},{0,140,72}}); +createPlot(id=1, position={20, 10, 900, 1000}, subPlot=4, y={"chiPumSpe.yChiWatPumSpe"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos new file mode 100644 index 00000000000..7f3260cd45a --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos @@ -0,0 +1,12 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="PumpController"); + +createPlot(id=1, position={0, 0, 1403, 978}, y={"pumCon.uPumLeaLag[1]", "pumCon.uPumLeaLag[2]"}, range={0.0, 3600.0, 0.5, 2.5}, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.uValPos[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 158}, y={"pumCon.yChiWatPum[2]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.yPumSpe"}, range={0.0, 3600.0, 0.0, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.enaLagSecPum.timPer", "pumCon.enaLagSecPum.timPer1", "pumCon.enaLagSecPum.timPer2", "pumCon.enaLagSecPum.tim1.y", "pumCon.enaLagSecPum.tim.y", "pumCon.enaLagSecPum.tim2.y"}, range={0.0, 3600.0, -50.0, 150.0}, grid=true, subPlot=5, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); +createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.yChiWatPum[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=6, colors={{28,108,200}}); + +createPlot(id=2, position={841, 0, 823, 451}, y={"pumCon.dpChiWat_remote[1]", "pumCon.dpChiWatSet"}, range={0.0, 3600.0, 0.4, 1.6}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=2, position={841, 0, 823, 223}, y={"pumCon.yPumSpe"}, range={0.0, 3600.0, 0.0, 1.1}, grid=true, subPlot=2, colors={{28,108,200}}); + diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos new file mode 100644 index 00000000000..560667cf9ab --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos @@ -0,0 +1,7 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="BypassValvePosition"); + +createPlot(id=1, position={0, 0, 3443, 1803}, y={"bypValPos.uPumSta[1]"}, range={0.0, 7200.0, -0.1, 1.1}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 3443, 445}, y={"bypValPos.uPumSpe"}, range={0.0, 7200.0, 0.09, 0.22}, grid=true, subPlot=2, colors={{28,108,200}}); +plotExpression(apply(BypassValvePosition[end].bypValPos.minPumSpe+BypassValvePosition[end].bypValPos.dPumSpe), false, "BypassValvePosition[end].bypValPos.minPumSpe + BypassValvePosition[end].bypValPos.dPumSpe", 1); +createPlot(id=1, position={0, 0, 3443, 446}, y={"bypValPos.dpChiWatLoo", "bypValPos.dPChiWatMax"}, range={0.0, 7200.0, 34000.0, 56000.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={0, 0, 3443, 445}, y={"bypValPos.yBypValPos"}, range={0.0, 7200.0, -0.1, 1.1}, grid=true, subPlot=4, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos new file mode 100644 index 00000000000..de5d1eace59 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos @@ -0,0 +1,5 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="StaticPressureReset"); + +createPlot(id=1, position={0, 0, 1489, 978}, y={"chiWatStaPreSetRes.uPumSta[1]"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1489, 322}, y={"chiWatStaPreSetRes.uValPos[1]"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1489, 323}, y={"chiWatStaPreSetRes.yStaPreSetPoi"}, range={0.0, 3600.0, 18000.0, 32000.0}, grid=true, subPlot=3, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos new file mode 100644 index 00000000000..428858498c5 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos @@ -0,0 +1,16 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ChilledWaterSupplyReset"); + +createPlot(id=1, position={0, 0, 1403, 978}, y={"chiWatSupRes.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 241}, y={"chiWatSupRes.uValPos"}, range={0.0, 3600.0, 0.13, 0.17}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 240}, y={"chiWatSupRes.yChiWatSupReq"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 241}, y={"chiWatSupRes.TChiWatReq"}, range={0.0, 3600.0, -1.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); + +createPlot(id=2, position={0, 0, 1403, 978}, y={"chiWatSupRes1.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={0, 0, 1403, 241}, y={"chiWatSupRes1.uValPos"}, range={0.0, 3600.0, 0.13, 0.17}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=2, position={0, 0, 1403, 240}, y={"chiWatSupRes1.yChiWatSupReq"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=2, position={0, 0, 1403, 241}, y={"chiWatSupRes1.TChiWatReq"}, range={0.0, 3600.0, -1.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); + +createPlot(id=3, position={0, 0, 1403, 978}, y={"chiWatSupRes2.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 241}, y={"chiWatSupRes2.uValPos"}, range={0.0, 3600.0, 0.13, 0.17}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 240}, y={"chiWatSupRes2.yChiWatSupReq"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 241}, y={"chiWatSupRes2.TChiWatReq"}, range={0.0, 3600.0, -1.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos new file mode 100644 index 00000000000..6d3cbc08a54 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos @@ -0,0 +1,7 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="OperatingMode"); + +createPlot(id=1, position={0, 0, 1338, 978}, y={"operatingMode.enaSch.y[1]"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.uDetOcc"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1338, 192}, y={"operatingMode.intSwi.y"}, range={0.0, 7600.0, -1.0, 4.0}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.yChiBeaEna"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1338, 192}, y={"operatingMode.yDoasEna"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=5, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos new file mode 100644 index 00000000000..0bd9b32b7bd --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos @@ -0,0 +1,14 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ZoneRegulation"); + +createPlot(id=1, position={0, 0, 1403, 978}, y={"zonRegCon.uOpeMod"}, range={0.0, 3600.0, -1.0, 4.0}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 322}, y={"zonRegCon.TZon", "zonRegCon.TZonSet.TZonHeaSet"}, range={0.0, 3600.0, 14.0, 30.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); +createPlot(id=1, position={0, 0, 1403, 323}, y={"zonRegCon.yReh"}, range={0.0, 3600.0, -0.1, 0.30000000000000004}, grid=true, subPlot=3, colors={{28,108,200}}); + +createPlot(id=2, position={0, 490, 686, 449}, y={"zonRegCon.uOpeMod"}, range={0.0, 3600.0, -0.5, 3.5}, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={0, 490, 686, 108}, y={"zonRegCon.mulSum.y", "zonRegCon.VDes_occ", "zonRegCon.VDes_unoccSch", "zonRegCon.VDes_unoccUnsch"}, range={0.0, 3600.0, -0.1, 0.6000000000000001}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}); +createPlot(id=2, position={0, 490, 686, 109}, y={"zonRegCon.VDis_flow", "zonRegCon.mulSum.y"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=2, position={0, 490, 686, 108}, y={"zonRegCon.yDam"}, range={0.0, 3600.0, -0.1, 0.4}, grid=true, subPlot=4, colors={{28,108,200}}); + +createPlot(id=3, position={702, 0, 685, 451}, y={"zonRegCon.uOpeMod"}, range={0.0, 3600.0, -0.5, 3.5}, grid=true, colors={{28,108,200}}); +createPlot(id=3, position={702, 0, 685, 147}, y={"zonRegCon.TZon", "zonRegCon.TZonSet.TZonCooSet"}, range={0.0, 3600.0, 16.0, 28.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); +createPlot(id=3, position={702, 0, 685, 147}, y={"zonRegCon.yChiVal"}, range={0.0, 3600.0, -0.2, 1.0000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos new file mode 100644 index 00000000000..2996cad5cf0 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos @@ -0,0 +1,4 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature", method="Cvode", stopTime=90, tolerance=1e-06, resultFile="ZoneTemperatureSetpoint"); + +createPlot(id=1, position={0, 0, 1437, 978}, y={"TZonSet.uOpeMod"}, range={0.0, 90.0, -0.2, 3.2}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1437, 486}, y={"TZonSet.TZonHeaSet", "TZonSet.TZonCooSet"}, range={0.0, 90.0, 289.0, 300.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos new file mode 100644 index 00000000000..c03219ecde1 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos @@ -0,0 +1,7 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="SystemController"); + +createPlot(id=1, position={0, 0, 1403, 978}, y={"sysCon.uValPos[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 191}, y={"sysCon.dPChiWatLoo", "sysCon.chiWatStaPreSetRes.yStaPreSetPoi"}, range={0.0, 3600.0, 15000.0, 35000.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={0, 0, 1403, 192}, y={"sysCon.yChiWatPum[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 191}, y={"sysCon.yPumSpe"}, range={0.0, 3600.0, 0.0, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 192}, y={"sysCon.yChiWatPum[2]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=5, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos new file mode 100644 index 00000000000..361f804c09e --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos @@ -0,0 +1,19 @@ +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="TerminalController"); + +createPlot(id=1, position={702, 0, 685, 451}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.uConSen"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.TZon", "terCon.zonRegCon.TZonSet.TZonCooSet"}, range={0.0, 3600.0, 280.0, 310.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={702, 0, 685, 61}, y={"terCon.uChiVal"}, range={0.0, 3600.0, -0.5, 1.0}, grid=true, subPlot=4, colors={{28,108,200}}); +createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.yChiWatSupReq"}, range={0.0, 3600.0, -2.0, 4.0}, grid=true, subPlot=5, colors={{28,108,200}}); +createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.TChiWatReq"}, range={0.0, 3600.0, -2.0, 2.0}, grid=true, subPlot=6, colors={{28,108,200}}); +createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.yChiVal"}, range={0.0, 3600.0, -0.5, 1.0}, grid=true, subPlot=7, colors={{28,108,200}}); + +createPlot(id=2, position={702, 0, 685, 451}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.TZon", "terCon.zonRegCon.TZonSet.TZonHeaSet", "terCon.zonRegCon.TZonSet.TZonCooSet"}, range={0.0, 3600.0, 288.0, 302.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}); +createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.yReh"}, range={0.0, 3600.0, -0.1, 0.5000000000000001}, grid=true, subPlot=4, colors={{28,108,200}}); + +createPlot(id=3, position={0, 0, 1403, 978}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 241}, y={"terCon.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 240}, y={"terCon.VDis_flow", "terCon.zonRegCon.mulSum.y"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=3, position={0, 0, 1403, 241}, y={"terCon.yDam"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=4, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos new file mode 100644 index 00000000000..f9cadc6f6fa --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos @@ -0,0 +1,8 @@ +compareVars := + { + "chaPumSta.uNexLagPum", + "chaPumSta.uLasLagPum", + "chaPumSta.yChiWatPum[1]", + "chaPumSta.yChiWatPum[2]", + "chaPumSta.yChiWatPum[3]" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos new file mode 100644 index 00000000000..cd25bd65e79 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos @@ -0,0 +1,15 @@ +compareVars := + { + "enaLagPum.speLim", + "enaLagPum.speLim1", + "enaLagPum.speLim2", + "enaLagPum.uPumSpe", + "enaLagPum.timPer", + "enaLagPum.timPer1", + "enaLagPum.timPer2", + "enaLagPum.tim.y", + "enaLagPum.tim1.y", + "enaLagPum.tim2.y", + "yUp.y", + "yDow.y" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead.mos new file mode 100644 index 00000000000..d876ccaffe8 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead.mos @@ -0,0 +1,6 @@ +compareVars := + { + "enaLeaPum.uValPos[1]", + "enaLeaPum.uValPos[2]", + "enaLeaPum.yLea" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos new file mode 100644 index 00000000000..fa9198719bd --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos @@ -0,0 +1,10 @@ +compareVars := + { + "chiPumSpe.maxLoo.u[1]", + "chiPumSpe.maxLoo.u[2]", + "chiPumSpe.maxLoo.y", + "chiPumSpe.pumSpe.y", + "chiPumSpe.pumSpe.f1", + "chiPumSpe.pumSpe.f2", + "chiPumSpe.yChiWatPumSpe" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos new file mode 100644 index 00000000000..9650cd9b44d --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos @@ -0,0 +1,17 @@ +compareVars := + { + "pumCon.uPumLeaLag[1]", + "pumCon.uPumLeaLag[2]", + "pumCon.uValPos[1]", + "pumCon.yChiWatPum[2]", + "pumCon.yPumSpe", + "pumCon.enaLagSecPum.timPer", + "pumCon.enaLagSecPum.timPer1", + "pumCon.enaLagSecPum.timPer2", + "pumCon.enaLagSecPum.tim1.y", + "pumCon.enaLagSecPum.tim.y", + "pumCon.enaLagSecPum.tim2.y", + "pumCon.yChiWatPum[1]", + "pumCon.dpChiWat_remote[1]", + "pumCon.dpChiWatSet" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition.mos new file mode 100644 index 00000000000..8599a04133c --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition.mos @@ -0,0 +1,8 @@ +compareVars := + { + "bypValPos.uPumSta[1]", + "bypValPos.uPumSpe", + "bypValPos.dpChiWatLoo", + "bypValPos.dPChiWatMax", + "bypValPos.yBypValPos" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos new file mode 100644 index 00000000000..e344e9568b4 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos @@ -0,0 +1,6 @@ +compareVars := + { + "chiWatStaPreSetRes.uPumSta[1]", + "chiWatStaPreSetRes.uValPos[1]", + "chiWatStaPreSetRes.yStaPreSetPoi" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset.mos new file mode 100644 index 00000000000..e7f1c56d91c --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset.mos @@ -0,0 +1,15 @@ +compareVars := + { + "chiWatSupRes.uConSen", + "chiWatSupRes.uValPos", + "chiWatSupRes.yChiWatSupReq", + "chiWatSupRes.TChiWatReq", + "chiWatSupRes1.uConSen", + "chiWatSupRes1.uValPos", + "chiWatSupRes1.yChiWatSupReq", + "chiWatSupRes1.TChiWatReq", + "chiWatSupRes2.uConSen", + "chiWatSupRes2.uValPos", + "chiWatSupRes2.yChiWatSupReq", + "chiWatSupRes2.TChiWatReq" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos new file mode 100644 index 00000000000..fb4da2ae7c0 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos @@ -0,0 +1,8 @@ +compareVars := + { + "operatingMode.enaSch.y[1]", + "operatingMode.uDetOcc", + "operatingMode.intSwi.y", + "operatingMode.yChiBeaEna", + "operatingMode.yDoasEna" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation.mos new file mode 100644 index 00000000000..6546bfa32cd --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation.mos @@ -0,0 +1,17 @@ +compareVars := + { + "zonRegCon.uOpeMod", + "zonRegCon.TZon", + "zonRegCon.TZonSet.TZonHeaSet", + "zonRegCon.yReh", + "zonRegCon.mulSum.y", + "zonRegCon.VDes_occ", + "zonRegCon.VDes_unoccSch", + "zonRegCon.VDes_unoccUnsch", + "zonRegCon.VDis_flow", + "zonRegCon.mulSum.y", + "zonRegCon.yDam", + "zonRegCon.TZon", + "zonRegCon.TZonSet.TZonCooSet", + "zonRegCon.yChiVal" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature.mos new file mode 100644 index 00000000000..2ffd5331466 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature.mos @@ -0,0 +1,6 @@ +compareVars := + { + "TZonSet.uOpeMod", + "TZonSet.TZonHeaSet", + "TZonSet.TZonCooSet" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController.mos new file mode 100644 index 00000000000..9fc77b72b8d --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController.mos @@ -0,0 +1,9 @@ +compareVars := + { + "sysCon.uValPos[1]", + "sysCon.dPChiWatLoo", + "sysCon.chiWatStaPreSetRes.yStaPreSetPoi", + "sysCon.yChiWatPum[1]", + "sysCon.yPumSpe", + "sysCon.yChiWatPum[2]" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController.mos new file mode 100644 index 00000000000..4efadeff94c --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController.mos @@ -0,0 +1,18 @@ +compareVars := + { + "terCon.uDetOcc", + "terCon.uConSen", + "terCon.TZon", + "terCon.zonRegCon.TZonSet.TZonCooSet", + "terCon.uChiVal", + "terCon.yChiWatSupReq", + "terCon.TChiWatReq", + "terCon.yChiVal", + "terCon.TZon", + "terCon.zonRegCon.TZonSet.TZonHeaSet", + "terCon.zonRegCon.TZonSet.TZonCooSet", + "terCon.yReh", + "terCon.VDis_flow", + "terCon.zonRegCon.mulSum.y", + "terCon.yDam" + }; From 491f29d1ce7a70afc926a29fdedfe40717272bdc Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 20 Sep 2021 12:20:39 -0700 Subject: [PATCH 010/196] Updated comment --- .../PrimarySystem/ChilledBeamSystem/System/SystemController.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo index 38b0be59271..176d4bcf62e 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo @@ -335,7 +335,7 @@ protected Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[nPum]( final k=pumStaOrd) - "Constant integer source" + "Chilled water pump staging order" annotation (Placement(transformation(extent={{-80,50},{-60,70}}))); equation From 316ba9f25d20a50b001dfd488cac2bdb7aa4aede Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 20 Sep 2021 12:21:58 -0700 Subject: [PATCH 011/196] Added icon --- .../ChilledBeamSystem/System/package.mo | 34 +++++++++++++++++++ .../ChilledBeamSystem/Terminal/package.mo | 34 +++++++++++++++++++ .../ChilledBeamSystem/package.mo | 34 +++++++++++++++++++ 3 files changed, 102 insertions(+) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo index 4a8a4f3c7d2..4f8174e4588 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo @@ -1,3 +1,37 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; package System "Package with AHU and chilled beam system controls" +annotation (Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0), + Ellipse( + origin={10,10}, + fillColor={76,76,76}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{-80.0,-80.0},{-20.0,-20.0}}), + Ellipse( + origin={10,10}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,-80.0},{60.0,-20.0}}), + Ellipse( + origin={10,10}, + fillColor={128,128,128}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,0.0},{60.0,60.0}}), + Ellipse( + origin={10,10}, + lineColor={128,128,128}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid, + extent={{-80.0,0.0},{-20.0,60.0}})})); end System; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo index 6a3dbedc923..6a873e12025 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo @@ -1,3 +1,37 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; package Terminal "Sequences for regulating zone conditions at setpoint" +annotation (Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0), + Ellipse( + origin={10,10}, + fillColor={76,76,76}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{-80.0,-80.0},{-20.0,-20.0}}), + Ellipse( + origin={10,10}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,-80.0},{60.0,-20.0}}), + Ellipse( + origin={10,10}, + fillColor={128,128,128}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,0.0},{60.0,60.0}}), + Ellipse( + origin={10,10}, + lineColor={128,128,128}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid, + extent={{-80.0,0.0},{-20.0,60.0}})})); end Terminal; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo index df56ad5a22b..1294f85fd42 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo @@ -1,3 +1,37 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem; package ChilledBeamSystem "Package containing sequences implemented for control of chilled beam systems" +annotation (Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0), + Ellipse( + origin={10,10}, + fillColor={76,76,76}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{-80.0,-80.0},{-20.0,-20.0}}), + Ellipse( + origin={10,10}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,-80.0},{60.0,-20.0}}), + Ellipse( + origin={10,10}, + fillColor={128,128,128}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + extent={{0.0,0.0},{60.0,60.0}}), + Ellipse( + origin={10,10}, + lineColor={128,128,128}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid, + extent={{-80.0,0.0},{-20.0,60.0}})})); end ChilledBeamSystem; From fe47db913efe72085bd823fca57914562378009e Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 20 Sep 2021 12:30:46 -0700 Subject: [PATCH 012/196] Updated comments so it is clearer what roles the blocks have --- .../ChilledBeamSystem/SetPoints/ZoneRegulation.mo | 3 ++- .../ChilledBeamSystem/SetPoints/ZoneTemperature.mo | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo index 479ecfac6cf..0231aa62e68 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo @@ -256,7 +256,7 @@ protected annotation (Placement(transformation(extent={{50,30},{70,50}}))); Buildings.Controls.OBC.CDL.Continuous.Product pro1 - "Product" + "Product to close chilled beam manifold valve due to condensation" annotation (Placement(transformation(extent={{90,30},{110,50}}))); Buildings.Controls.OBC.CDL.Utilities.Assert assMes( @@ -265,6 +265,7 @@ protected annotation (Placement(transformation(extent={{50,60},{70,80}}))); Buildings.Controls.OBC.CDL.Logical.Switch swi + "Switch to enable air damper control" annotation (Placement(transformation(extent={{80,-40},{100,-20}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo index 552850fc98a..52c8ae761d1 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo @@ -75,11 +75,11 @@ protected annotation (Placement(transformation(extent={{-40,-30},{-20,-10}}))); Buildings.Controls.OBC.CDL.Logical.Switch swi - "Switch" + "Switch for occupied heating setpoint" annotation (Placement(transformation(extent={{40,50},{60,70}}))); Buildings.Controls.OBC.CDL.Logical.Switch swi1 - "Switch" + "Switch for occupied cooling setpoint" annotation (Placement(transformation(extent={{40,-70},{60,-50}}))); equation From ee5e1e6418dc04e6be21beb5c0e1c37d65800306 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Mon, 15 Nov 2021 14:27:47 -0800 Subject: [PATCH 013/196] Added example files for chilled beam system --- .../ChilledBeamSystem/ClosedLoopValidation.mo | 160 + .../Examples/ChilledBeamSystem/TestBed.mo | 1428 +++ .../Validation/ZoneModel_simplified.mo | 10 + .../ChilledBeamSystem/Validation/package.mo | 22 + .../Validation/package.order | 1 + .../ChilledBeamSystem/ZoneModel_simplified.mo | 227 + .../Examples/ChilledBeamSystem/package.mo | 6 + .../Examples/ChilledBeamSystem/package.order | 4 + Buildings/Examples/package.order | 1 + .../Data/Pumps/Wilo/chilledBeamFanCurve.mo | 38 + .../Data/Pumps/Wilo/chilledBeamPumpCurve.mo | 38 + .../Movers/Data/Pumps/Wilo/package.order | 2 + ...Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.mos | 8800 +++++++++++++++++ 13 files changed, 10737 insertions(+) create mode 100644 Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo create mode 100644 Buildings/Examples/ChilledBeamSystem/TestBed.mo create mode 100644 Buildings/Examples/ChilledBeamSystem/Validation/ZoneModel_simplified.mo create mode 100644 Buildings/Examples/ChilledBeamSystem/Validation/package.mo create mode 100644 Buildings/Examples/ChilledBeamSystem/Validation/package.order create mode 100644 Buildings/Examples/ChilledBeamSystem/ZoneModel_simplified.mo create mode 100644 Buildings/Examples/ChilledBeamSystem/package.mo create mode 100644 Buildings/Examples/ChilledBeamSystem/package.order create mode 100644 Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamFanCurve.mo create mode 100644 Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamPumpCurve.mo create mode 100644 Buildings/Resources/weatherdata/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.mos diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo new file mode 100644 index 00000000000..ecd8f1795c5 --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -0,0 +1,160 @@ +within Buildings.Examples.ChilledBeamSystem; +block ClosedLoopValidation + parameter Real schTab[5,2]=[0,0; 8,1; 18,1; 21,0; 24,0] + "Table defining schedule for enabling plant"; + + TestBed chiBeaTesBed( + TChiWatRet_nominal=273.15 + 25, + mChiWatTot_flow_nominal=2.114, + mAirTot_flow_nominal=1*0.676*1.225, + mHotWatCoi_nominal=0.078, + mChiWatCoi_nominal=0.645, + VRooSou=239.25, + mChiWatSou_flow_nominal=0.387, + mAirSou_flow_nominal=1*0.143*1.225, + mAChiBeaSou_flow_nominal=0.143*1.225, + VRooEas=103.31, + mChiWatEas_flow_nominal=0.9, + mAirEas_flow_nominal=1*0.065*1.225, + mAChiBeaEas_flow_nominal=1*0.065*1.225, + VRooNor=239.25, + mChiWatNor_flow_nominal=0.253, + mAirNor_flow_nominal=1*0.143*1.225, + mAChiBeaNor_flow_nominal=0.143*1.225, + VRooWes=103.31, + mChiWatWes_flow_nominal=0.262, + mAirWes_flow_nominal=1*0.065*1.225, + mAChiBeaWes_flow_nominal=0.065*1.225, + VRooCor=447.68, + mChiWatCor_flow_nominal=0.27, + mAirCor_flow_nominal=1*0.26*1.225, + mAChiBeaCor_flow_nominal=0.26*1.225) "Chilled beam system test-bed" + annotation (Placement(transformation(extent={{88,-16},{108,32}}))); + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.TerminalController terCon[5]( + controllerTypeCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PID, + TiCoo=fill(50, 5), + TdCoo={0.1,100,0.1,0.1,0.1}, + VDes_occ={0.143,0.065,0.143,0.065,0.26}, + VDes_unoccSch={0.028,0.012,0.028,0.012,0.052}, + VDes_unoccUnsch={0.056,0.024,0.056,0.024,0.104}) + "Terminal controllers" + annotation (Placement(transformation(extent={{10,40},{30,60}}))); + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController sysCon(nPum=1, nVal=5, + minPumSpe=0.7, + TiPumSpe=50, + kBypVal=10e-3, + TiBypVal=900) + annotation (Placement(transformation(extent={{10,-70},{30,-50}}))); + FDE.DOAS.DOAScontroller_modified DOAScon( + minDDSPset=400, + maxDDSPset=500, + cvDDSPset=450) + annotation (Placement(transformation(extent={{-4,-18},{16,18}}))); + Buildings.Controls.OBC.CDL.Continuous.MultiMax TZonMax(nin=5) + annotation (Placement(transformation(extent={{-40,50},{-20,70}}))); + Buildings.Controls.OBC.CDL.Continuous.MultiMax yDamPosMax(nin=5) + annotation (Placement(transformation(extent={{-40,20},{-20,40}}))); + Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch( + final table=schTab, + final smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, + final timeScale=3600) "Table defining when occupancy is expected" + annotation (Placement(transformation(extent={{-150,70},{-130,90}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(uLow=0.45, uHigh=0.5) + annotation (Placement(transformation(extent={{-120,70},{-100,90}}))); + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep(nout=5) + annotation (Placement(transformation(extent={{-90,70},{-70,90}}))); + Buildings.Controls.OBC.CDL.Logical.Sources.Constant uConSig[5](k=fill(false, + 5)) "Constant Boolean source" + annotation (Placement(transformation(extent={{-90,30},{-70,50}}))); + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant chiWatSupTem(k=273.15 + + 7.22) "Chilled water supply temperature" + annotation (Placement(transformation(extent={{-90,-30},{-70,-10}}))); + Modelica.Blocks.Sources.CombiTimeTable loads( + tableOnFile=true, + tableName="tab1", + fileName= + "C:/buildings_library/buildings_library_pnnl/VM_script/inputTable_constantSetpoint.txt", + columns={2,3,4,5,6}, + timeScale=60) "Table defining thermal loads for zone" + annotation (Placement(transformation(extent={{-60,-60},{-40,-40}}))); + +equation + connect(terCon.yReh, chiBeaTesBed.uCAVReh) annotation (Line(points={{32,58},{ + 50,58},{50,14},{86,14}}, color={0,0,127})); + connect(terCon.yChiVal, chiBeaTesBed.uChiWatVal) annotation (Line(points={{32, + 54},{48,54},{48,22},{86,22}}, color={0,0,127})); + connect(terCon.yDam, chiBeaTesBed.uCAVDam) annotation (Line(points={{32,50},{ + 52,50},{52,18},{86,18}}, color={0,0,127})); + connect(sysCon.yChiWatPum[1], chiBeaTesBed.uPumSta) annotation (Line(points={ + {32,-56},{54,-56},{54,-6},{86,-6}}, color={255,0,255})); + connect(sysCon.yPumSpe, chiBeaTesBed.uPumSpe) annotation (Line(points={{32, + -60},{52,-60},{52,-10},{86,-10}}, color={0,0,127})); + connect(chiBeaTesBed.yPumSta, sysCon.uPumSta[1]) annotation (Line(points={{ + 110,-6},{142,-6},{142,-80},{0,-80},{0,-56},{8,-56}}, color={255,0,255})); + connect(chiBeaTesBed.dPChiWat, sysCon.dPChiWatLoo) annotation (Line(points={{ + 110,-2},{146,-2},{146,-86},{-6,-86},{-6,-60},{8,-60}}, color={0,0,127})); + connect(chiBeaTesBed.yChiWatVal, sysCon.uValPos) annotation (Line(points={{ + 110,14},{140,14},{140,-74},{4,-74},{4,-64},{8,-64}}, color={0,0,127})); + connect(chiBeaTesBed.yChiWatVal, terCon.uChiVal) annotation (Line(points={{ + 110,14},{140,14},{140,80},{0,80},{0,42},{8,42}}, color={0,0,127})); + connect(sysCon.yBypValPos, chiBeaTesBed.uBypValPos) annotation (Line(points={ + {32,-64},{44,-64},{44,26},{86,26}}, color={0,0,127})); + connect(DOAScon.supFanStart, chiBeaTesBed.uFanSta) annotation (Line(points={{ + 18.2,13.1294},{30,13.1294},{30,10},{86,10}}, color={255,0,255})); + connect(DOAScon.supFanSpeed, chiBeaTesBed.uFanSpe) annotation (Line(points={{ + 18.2,9.74118},{28,9.74118},{28,6},{86,6}}, color={0,0,127})); + connect(DOAScon.yRHC, chiBeaTesBed.uHeaCoi) annotation (Line(points={{18.2, + 3.17647},{26,3.17647},{26,2},{86,2}}, color={0,0,127})); + connect(DOAScon.yCC, chiBeaTesBed.uCooCoi) annotation (Line(points={{18.2, + 6.35294},{24,6.35294},{24,-2},{86,-2}}, color={0,0,127})); + connect(chiBeaTesBed.dPDOASAir, DOAScon.DDSP) annotation (Line(points={{110,6}, + {138,6},{138,-40},{-20,-40},{-20,9.95294},{-6,9.95294}}, color={0,0, + 127})); + connect(chiBeaTesBed.TDOASDis, DOAScon.saT) annotation (Line(points={{110,-10}, + {132,-10},{132,-30},{-10,-30},{-10,1.90588},{-6,1.90588}}, color={0,0, + 127})); + connect(TZonMax.y, DOAScon.highSpaceT) annotation (Line(points={{-18,60},{-10, + 60},{-10,4.65882},{-6,4.65882}}, color={0,0,127})); + connect(yDamPosMax.y, DOAScon.mostOpenDam) annotation (Line(points={{-18,30}, + {-14,30},{-14,15.0353},{-6,15.0353}}, color={0,0,127})); + connect(chiBeaTesBed.yFanSta, DOAScon.supFanStatus) annotation (Line(points={ + {110,2},{134,2},{134,38},{-12,38},{-12,12.4941},{-6,12.4941}}, color= + {255,0,255})); + connect(chiBeaTesBed.relHumDOASRet, DOAScon.retHum) annotation (Line(points={ + {110,-14},{114,-14},{114,-24},{-16,-24},{-16,7.41176},{-6,7.41176}}, + color={0,0,127})); + connect(enaSch.y[1], hys.u) + annotation (Line(points={{-128,80},{-122,80}}, color={0,0,127})); + connect(hys.y, booRep.u) + annotation (Line(points={{-98,80},{-92,80}}, color={255,0,255})); + connect(booRep.y, terCon.uDetOcc) annotation (Line(points={{-68,80},{-4,80},{ + -4,58},{8,58}}, color={255,0,255})); + connect(uConSig.y, terCon.uConSen) annotation (Line(points={{-68,40},{-60,40}, + {-60,48},{-4,48},{-4,54},{8,54}}, color={255,0,255})); + connect(hys.y, DOAScon.occ) annotation (Line(points={{-98,80},{-96,80},{-96, + 17.5765},{-6,17.5765}}, color={255,0,255})); + connect(chiWatSupTem.y, chiBeaTesBed.TChiWatSup) annotation (Line(points={{ + -68,-20},{40,-20},{40,-14},{86,-14}}, color={0,0,127})); + connect(chiBeaTesBed.TZon, terCon.TZon) annotation (Line(points={{110,26},{ + 132,26},{132,72},{4,72},{4,50},{8,50}}, color={0,0,127})); + connect(chiBeaTesBed.VDisAir_flow, terCon.VDis_flow) annotation (Line(points= + {{110,22},{136,22},{136,76},{2,76},{2,46},{8,46}}, color={0,0,127})); + connect(chiBeaTesBed.TZon, TZonMax.u[1:5]) annotation (Line(points={{110,26}, + {132,26},{132,72},{-44,72},{-44,58.4},{-42,58.4}}, color={0,0,127})); + connect(chiBeaTesBed.yDamPos, yDamPosMax.u[1:5]) annotation (Line(points={{ + 110,10},{148,10},{148,86},{-50,86},{-50,28.4},{-42,28.4}}, color={0,0, + 127})); + connect(loads.y, chiBeaTesBed.QFlo) annotation (Line(points={{-39,-50},{-30, + -50},{-30,14},{-16,14},{-16,28},{46,28},{46,30},{86,30}}, color={0,0, + 127})); + annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{-160,-100}, + {160,100}})), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-160,-100},{160,100}})), + experiment( + StartTime=16848000, + StopTime=16934400, + Interval=600, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode")); +end ClosedLoopValidation; diff --git a/Buildings/Examples/ChilledBeamSystem/TestBed.mo b/Buildings/Examples/ChilledBeamSystem/TestBed.mo new file mode 100644 index 00000000000..236869b4ca7 --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/TestBed.mo @@ -0,0 +1,1428 @@ +within Buildings.Examples.ChilledBeamSystem; +block TestBed + "Testbed consisting of a 5-zone building model paired with DOAS and chilled water supply system" + + replaceable package MediumA = Buildings.Media.Air + "Medium model"; + + replaceable package MediumW = Buildings.Media.Water + "Medium model"; + + parameter Real hRoo=2.74 + "Height of room"; + + parameter Modelica.SIunits.PressureDifference dpValve_nominal=6000 + "Nominal pressure drop of fully open valve, used if CvData=Buildings.Fluid.Types.CvTypes.OpPoint"; + + parameter Modelica.SIunits.PressureDifference dpFixed_nominal=0 + "Pressure drop of pipe and other resistances that are in series"; + + parameter Real TChiWatSup_nominal = 273.15 + 15.56 + "Nominal chilled water supply temperature into zone"; + + parameter Real TChiWatRet_nominal = 273.15 + 19 + "Nominal chilled water return temperature from zone"; + + parameter Real mChiWatTot_flow_nominal = mChiWatSou_flow_nominal + + mChiWatEas_flow_nominal + + mChiWatNor_flow_nominal + + mChiWatWes_flow_nominal + + mChiWatCor_flow_nominal + "Total nominal chilled water flow rate through all five zones"; + + parameter Real mAirTot_flow_nominal = mAirSou_flow_nominal + + mAirEas_flow_nominal + + mAirNor_flow_nominal + + mAirWes_flow_nominal + + mAirCor_flow_nominal + "Total nominal air flow rate through all five zones"; + + parameter Real mHotWatCoi_nominal = 96 + "Hot water mass flow rate through AHU heating coil"; + + parameter Real mChiWatCoi_nominal = 96 + "Chilled water mass flow rate through AHU cooling coil"; + + parameter Real mHotWatReh_nominal = mAirTot_flow_nominal*1000*15/4200/10 + "Hot water mass flow rate through CAV terminal reheat coils"; + + // South zone + parameter Real QSou_flow_nominal = -100000 + "Nominal heat flow into south zone" + annotation(Dialog(group="South zone")); + + parameter Real VRooSou = 500 + "Volume of zone air in south zone" + annotation(Dialog(group="South zone")); + + parameter Real mChiWatSou_flow_nominal = 0.2 + "Chilled water volume flow rate into zone" + annotation(Dialog(group="South zone")); + + parameter Real mAirSou_flow_nominal = 0.2 + "Discharge air volume flow rate into zone" + annotation(Dialog(group="South zone")); + + parameter Real mAChiBeaSou_flow_nominal = 0.2 + "Discharge air volume flow rate into zone" + annotation(Dialog(group="South zone")); + + // East zone + parameter Real QEas_flow_nominal = -100000 + "Nominal heat flow into east zone" + annotation(Dialog(group="East zone")); + + parameter Real VRooEas = 500 + "Volume of zone air in east zone" + annotation(Dialog(group="East zone")); + + parameter Real mChiWatEas_flow_nominal = 0.2 + "Chilled water volume flow rate into zone" + annotation(Dialog(group="East zone")); + + parameter Real mAirEas_flow_nominal = 0.2 + "Discharge air volume flow rate into zone" + annotation(Dialog(group="East zone")); + + parameter Real mAChiBeaEas_flow_nominal = 0.2 + "Discharge air volume flow rate into zone" + annotation(Dialog(group="East zone")); + + // North zone + parameter Real QNor_flow_nominal = -100000 + "Nominal heat flow into north zone" + annotation(Dialog(group="North zone")); + + parameter Real VRooNor = 500 + "Volume of zone air in north zone" + annotation(Dialog(group="North zone")); + + parameter Real mChiWatNor_flow_nominal = 0.2 + "Chilled water volume flow rate into zone" + annotation(Dialog(group="North zone")); + + parameter Real mAirNor_flow_nominal = 0.2 + "Discharge air volume flow rate into zone" + annotation(Dialog(group="North zone")); + + parameter Real mAChiBeaNor_flow_nominal = 0.2 + "Discharge air volume flow rate into zone" + annotation(Dialog(group="North zone")); + + // West zone + parameter Real QWes_flow_nominal = -100000 + "Nominal heat flow into west zone" + annotation(Dialog(group="West zone")); + + parameter Real VRooWes = 500 + "Volume of zone air in west zone" + annotation(Dialog(group="West zone")); + + parameter Real mChiWatWes_flow_nominal = 0.2 + "Chilled water volume flow rate into zone" + annotation(Dialog(group="West zone")); + + parameter Real mAirWes_flow_nominal = 0.2 + "Discharge air volume flow rate into zone" + annotation(Dialog(group="West zone")); + + parameter Real mAChiBeaWes_flow_nominal = 0.2 + "Discharge air volume flow rate into zone" + annotation(Dialog(group="West zone")); + + // Core zone + parameter Real QCor_flow_nominal = -100000 + "Nominal heat flow into core zone" + annotation(Dialog(group="Core zone")); + + parameter Real VRooCor = 500 + "Volume of zone air in core zone" + annotation(Dialog(group="Core zone")); + + parameter Real mChiWatCor_flow_nominal = 0.2 + "Chilled water volume flow rate into zone" + annotation(Dialog(group="Core zone")); + + parameter Real mAirCor_flow_nominal = 0.2 + "Discharge air volume flow rate into zone" + annotation(Dialog(group="Core zone")); + + parameter Real mAChiBeaCor_flow_nominal = 0.2 + "Discharge air volume flow rate into zone" + annotation(Dialog(group="Core zone")); + + parameter HeatTransfer.Data.OpaqueConstructions.Generic conExtWal( + final nLay=3, + final material={matWoo,matIns,matGyp}) + "Exterior construction" + annotation (Placement(transformation(extent={{380,312},{400,332}}))); + + parameter HeatTransfer.Data.OpaqueConstructions.Generic conIntWal( + final nLay=1, + final material={matGyp2}) + "Interior wall construction" + annotation (Placement(transformation(extent={{420,312},{440,332}}))); + + parameter HeatTransfer.Data.Solids.Plywood matWoo( + final x=0.01, + final k=0.11, + final d=544, + final nStaRef=1) + "Wood for exterior construction" + annotation (Placement(transformation(extent={{452,308},{472,328}}))); + + parameter HeatTransfer.Data.Solids.Generic matIns( + final x=0.087, + final k=0.049, + final c=836.8, + final d=265, + final nStaRef=5) + "Steelframe construction with insulation" + annotation (Placement(transformation(extent={{492,308},{512,328}}))); + + parameter HeatTransfer.Data.Solids.GypsumBoard matGyp( + final x=0.0127, + final k=0.16, + final c=830, + final d=784, + final nStaRef=2) + "Gypsum board" + annotation (Placement(transformation(extent={{450,280},{470,300}}))); + + parameter HeatTransfer.Data.Solids.GypsumBoard matGyp2( + final x=0.025, + final k=0.16, + final c=830, + final d=784, + final nStaRef=2) + "Gypsum board" + annotation (Placement(transformation(extent={{490,280},{510,300}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta + "Pump enable signal" + annotation (Placement(transformation(extent={{-380,-130},{-340,-90}}), + iconTransformation(extent={{-140,-160},{-100,-120}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSta + "Supply fan enable signal" + annotation (Placement(transformation(extent={{-380,20},{-340,60}}), + iconTransformation(extent={{-140,0},{-100,40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uFanSpe + "Fan speed signal" + annotation (Placement(transformation(extent={{-380,-10},{-340,30}}), + iconTransformation(extent={{-140,-40},{-100,0}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uPumSpe + "Pump speed signal" + annotation (Placement(transformation(extent={{-380,-160},{-340,-120}}), + iconTransformation(extent={{-140,-200},{-100,-160}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TChiWatSup + "Chilled water supply temperature" + annotation (Placement(transformation(extent={{-380,-200},{-340,-160}}), + iconTransformation(extent={{-140,-240},{-100,-200}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uHeaCoi + "Heating coil control signal" + annotation (Placement(transformation(extent={{-380,-70},{-340,-30}}), + iconTransformation(extent={{-140,-80},{-100,-40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uCooCoi + "AHU cooling coil control signal" + annotation (Placement(transformation(extent={{-380,-100},{-340,-60}}), + iconTransformation(extent={{-140,-120},{-100,-80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uCAVDam[5] + "CAV damper signal" + annotation (Placement(transformation(extent={{-380,120},{-340,160}}), + iconTransformation(extent={{-140,80},{-100,120}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uCAVReh[5] + "CAV reheat signal" + annotation (Placement(transformation(extent={{-380,80},{-340,120}}), + iconTransformation(extent={{-140,40},{-100,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uBypValPos + "Bypass valve position signal" + annotation (Placement(transformation(extent={{-380,200},{-340,240}}), + iconTransformation(extent={{-140,160},{-100,200}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput uChiWatVal[5] + "Chilled water valve position signal" + annotation (Placement(transformation(extent={{-380,160},{-340,200}}), + iconTransformation(extent={{-140,120},{-100,160}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yPumSta + "Pump proven on" + annotation (Placement(transformation(extent={{580,-140},{620,-100}}), + iconTransformation(extent={{100,-160},{140,-120}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yFanSta + "Supply fan proven on" + annotation (Placement(transformation(extent={{580,-70},{620,-30}}), + iconTransformation(extent={{100,-80},{140,-40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput dPChiWat + "Measured chilled water differential presure" + annotation (Placement(transformation(extent={{580,-110},{620,-70}}), + iconTransformation(extent={{100,-120},{140,-80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput dPDOASAir + "Measured airloop differential presure" + annotation (Placement(transformation(extent={{580,-40},{620,0}}), + iconTransformation(extent={{100,-40},{140,0}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput TDOASDis( + final unit = "K", + displayUnit="K", + final quantity = "ThermodynamicTemperature") + "Measured DOAS discharge air temperature" + annotation (Placement(transformation(extent={{580,-170},{620,-130}}), + iconTransformation(extent={{100,-200},{140,-160}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiWatVal[5] + "Measured chilled water valve position" + annotation (Placement(transformation(extent={{580,60},{620,100}}), + iconTransformation(extent={{100,40},{140,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yBypValPos + "Measured bypass valve position" + annotation (Placement(transformation(extent={{580,100},{620,140}}), + iconTransformation(extent={{100,80},{140,120}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDamPos[5] + "Measured CAV damper position" + annotation (Placement(transformation(extent={{580,-10},{620,30}}), + iconTransformation(extent={{100,0},{140,40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput relHumDOASRet + "Measured DOAS return air relative humidity" + annotation (Placement(transformation(extent={{580,-200},{620,-160}}), + iconTransformation(extent={{100,-240},{140,-200}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZon[5] + "Measured zone temperature" + annotation (Placement(transformation(extent={{580,240},{620,280}}), + iconTransformation(extent={{100,160},{140,200}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRelHumZon[5] + "Measured zone relative humidity" + annotation (Placement(transformation(extent={{580,280},{620,320}}), + iconTransformation(extent={{100,200},{140,240}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput VDisAir_flow[5] + "Measured zone discharge air volume flow rate" + annotation (Placement(transformation(extent={{580,200},{620,240}}), + iconTransformation(extent={{100,120},{140,160}}))); + + Buildings.Fluid.Movers.SpeedControlled_y pum( + redeclare package Medium = MediumW, + redeclare Fluid.Movers.Data.Pumps.Wilo.chilledBeamPumpCurve per, + final addPowerToMedium=false) + "Chilled water pump" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, + rotation=90, + origin={100,-130}))); + + Buildings.Fluid.FixedResistances.Junction jun( + redeclare package Medium = MediumW, + final m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal}, + final dp_nominal={0,0,0}) "Chilled water splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, + rotation = 90, + origin={100,-40}))); + + Buildings.Fluid.FixedResistances.Junction jun3( + redeclare package Medium = MediumW, + final m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,mChiWatTot_flow_nominal}, + final dp_nominal={0,0,0}) "Chilled water mixer" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, + rotation = -90, + origin={250,-40}))); + + Buildings.Fluid.Actuators.Valves.TwoWayLinear val( + redeclare package Medium = MediumW, + final m_flow_nominal=mChiWatSou_flow_nominal, + final dpValve_nominal=dpValve_nominal, + final dpFixed_nominal=dpFixed_nominal) + "Chilled beam control valve for south zone" + annotation (Placement(transformation(extent={{120,-50},{140,-30}}))); + + Buildings.BoundaryConditions.WeatherData.ReaderTMY3 weaDat( + final filNam=ModelicaServices.ExternalReferences.loadResource("modelica://Buildings/Resources/weatherdata/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.mos")) + "Weather data" + annotation (Placement(transformation(extent={{-310,-20},{-290,0}}))); + + Buildings.BoundaryConditions.WeatherData.Bus weaBus + "Weather Data Bus" + annotation (Placement(transformation(extent={{-280,-20},{-260,0}}), + iconTransformation(extent={{-0,-0},{0,0}}))); + + Buildings.Fluid.Sources.Outside amb( + redeclare package Medium = MediumA, + final nPorts=3) + "Ambient conditions" + annotation (Placement(transformation(extent={{-250,-20},{-228,2}}))); + + Buildings.Fluid.HeatExchangers.WetCoilCounterFlow cooCoi( + final show_T=true, + final UA_nominal=3*mAirTot_flow_nominal*1000*15/Buildings.Fluid.HeatExchangers.BaseClasses.lmtd( + T_a1=26.2, + T_b1=12.8, + T_a2=6, + T_b2=16), + redeclare package Medium1 = MediumW, + redeclare package Medium2 = MediumA, + final m1_flow_nominal=mAirTot_flow_nominal*1000*15/4200/10, + final m2_flow_nominal=mAirTot_flow_nominal, + final dp2_nominal=0, + final dp1_nominal=0, + final energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + final allowFlowReversal1=true, + final allowFlowReversal2=true) + "Cooling coil" + annotation (Placement(transformation(extent={{-110,4},{-130,-16}}))); + + Buildings.Fluid.Sources.Boundary_pT sinHea( + redeclare package Medium = MediumW, + p=100000, + T=318.15, + nPorts=1) + "Sink for heating coil" annotation (Placement(transformation( + extent={{-10,-10},{10,10}}, + rotation=90, + origin={-210,-70}))); + + Buildings.Fluid.Sources.Boundary_pT sinCoo( + redeclare package Medium = MediumW, + p=100000, + T=285.15, + nPorts=1) + "Sink for cooling coil" annotation (Placement(transformation( + extent={{-10,-10},{10,10}}, + rotation=90, + origin={-140,-70}))); + + Buildings.Fluid.Sources.MassFlowSource_T souCoo( + redeclare package Medium = MediumW, + T=280.372, + nPorts=1, + use_m_flow_in=true) + "Source for cooling coil" annotation (Placement( + transformation( + extent={{-10,-10},{10,10}}, + rotation=90, + origin={-100,-70}))); + + Buildings.Fluid.Sources.MassFlowSource_T souHea( + redeclare package Medium = MediumW, + T=318.15, + use_m_flow_in=true, + nPorts=1) "Source for heating coil" annotation (Placement( + transformation( + extent={{-10,-10},{10,10}}, + rotation=90, + origin={-170,-70}))); + + Buildings.Fluid.HeatExchangers.DryCoilEffectivenessNTU heaCoi( + show_T=true, + redeclare package Medium1 = MediumW, + redeclare package Medium2 = MediumA, + m1_flow_nominal=mAirTot_flow_nominal*1000*(10 - (-20))/4200/10, + m2_flow_nominal=mAirTot_flow_nominal, + configuration=Buildings.Fluid.Types.HeatExchangerConfiguration.CounterFlow, + Q_flow_nominal=mAirTot_flow_nominal*1006*(16.7 - 8.5), + dp1_nominal=0, + dp2_nominal=200 + 200 + 100 + 40, + allowFlowReversal1=false, + allowFlowReversal2=false, + T_a1_nominal=318.15, + T_a2_nominal=281.65) + "Heating coil" + annotation (Placement(transformation(extent={{-180,4},{-200,-16}}))); + + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox souCAVTer( + redeclare package MediumA = MediumA, + redeclare package MediumW = MediumW, + m_flow_nominal=mAirSou_flow_nominal, + VRoo=VRooSou, + allowFlowReversal=false) "CAV terminal for south zone" + annotation (Placement(transformation(extent={{390,-130},{430,-90}}))); + + Buildings.Fluid.FixedResistances.Junction jun5( + redeclare package Medium = MediumA, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal, + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Return air mixer" + annotation (Placement(transformation(extent={{-40,150},{-20,170}}))); + + Buildings.Fluid.Sources.Boundary_pT sinCoo1( + redeclare package Medium = MediumW, + p=100000, + T=297.04, + nPorts=2) + "Sink for chillede water" annotation (Placement(transformation( + extent={{-10,-10},{10,10}}, + rotation=90, + origin={250,-176}))); + + Buildings.Fluid.Sources.Boundary_pT souCoo1( + redeclare package Medium = MediumW, + p=100000, + use_T_in=true, + T=285.15, + nPorts=1) + "Source for chilled water to chilled beam manifolds" + annotation (Placement(transformation( + extent={{-10,-10},{10,10}}, + rotation=90, + origin={100,-174}))); + + Buildings.Fluid.Sensors.TemperatureTwoPort senTem(redeclare package Medium = MediumA, + m_flow_nominal=mAirTot_flow_nominal) + "AHU discharge air temperature sensor" + annotation (Placement(transformation(extent={{-40,-10},{-20,10}}))); + + Buildings.Fluid.Movers.SpeedControlled_y fan(redeclare package Medium = MediumA, + redeclare Fluid.Movers.Data.Pumps.Wilo.chilledBeamFanCurve per, + addPowerToMedium=false) + "DOAS fan" annotation (Placement( + transformation( + extent={{-80,-10},{-60,10}}))); + + Buildings.Fluid.Sensors.RelativePressure senRelPre(redeclare package Medium = MediumW) + "Differential pressure sensor between chilled water supply and return" + annotation (Placement(transformation(extent={{150,-80},{170,-60}}))); + + Buildings.Fluid.Sensors.RelativePressure senRelPre1(redeclare package Medium = MediumA) + "Differential pressure sensor between AHU discharge and outdoor air" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation=90, + origin={-50,30}))); + + Modelica.Blocks.Routing.DeMultiplex demux(n=5) + "Demultiplexer for chilled water valve signals" + annotation (Placement(transformation(extent={{40,-30},{60,-10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(uLow=0.04, uHigh=0.05) + "Block for generating pump proven on signal" + annotation (Placement(transformation(extent={{140,-120},{160,-100}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea + "Convert pump enable signal to Real signal" + annotation (Placement(transformation(extent={{-320,-120},{-300,-100}}))); + + Buildings.Controls.OBC.CDL.Continuous.Product pro + "Find pump flow signal by multiplying enable signal with speed signal" + annotation (Placement(transformation(extent={{-280,-140},{-260,-120}}))); + + Buildings.Controls.OBC.CDL.Continuous.Gain gai(k=mHotWatCoi_nominal) + "Multiply control signal by nominal flowrate" + annotation (Placement(transformation(extent={{-320,-60},{-300,-40}}))); + + Buildings.Controls.OBC.CDL.Continuous.Gain gai1(k=mChiWatCoi_nominal) + "Multiply control signal by nominal flowrate" + annotation (Placement(transformation(extent={{-320,-90},{-300,-70}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea1 + "Convert fan enable signal to Real signal" + annotation (Placement(transformation(extent={{-320,30},{-300,50}}))); + + Buildings.Controls.OBC.CDL.Continuous.Product pro1 + "Find fan flow signal by multiplying enable signal with speed signal" + annotation (Placement(transformation(extent={{-280,10},{-260,30}}))); + + Modelica.Blocks.Routing.Multiplex mux1(n=5) + "Multiplexer for chilled water valve position measurements" + annotation (Placement(transformation(extent={{160,70},{180,90}}))); + + Modelica.Blocks.Routing.DeMultiplex demux1(n=5) + "Demultiplexer for CAV terminal damper signals" + annotation (Placement(transformation(extent={{300,-260},{320,-240}}))); + + Modelica.Blocks.Routing.DeMultiplex demux2(n=5) + "Demultiplexer for CAV terminal reheat signals" + annotation (Placement(transformation(extent={{300,-300},{320,-280}}))); + + Modelica.Blocks.Routing.Multiplex mux3(n=5) + "Multiplexer for CAV terminal damper position measurements" + annotation (Placement(transformation(extent={{490,-20},{510,0}}))); + + Buildings.Fluid.Sensors.RelativeHumidityTwoPort senRelHum(redeclare package Medium = + MediumA, m_flow_nominal=mAirTot_flow_nominal) + "Relative humidity sensor" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation=180, + origin={-90,160}))); + + + Buildings.Examples.ChilledBeamSystem.ZoneModel_simplified nor( + nConExt=0, + nConExtWin=0, + nConPar=0, + nConBou=3, + nSurBou=0, + datConBou( + layers={conIntWal,conIntWal,conIntWal}, + A={6.47,40.76,6.47}*hRoo, + til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), + redeclare package MediumA = MediumA, + redeclare package MediumW = MediumW, + Q_flow_nominal=QNor_flow_nominal, + TRadSup_nominal=TChiWatSup_nominal, + TRadRet_nominal=TChiWatRet_nominal, + mRad_flow_nominal=mChiWatNor_flow_nominal, + V=VRooNor, + TAir_nominal=297.04, + mA_flow_nominal=mAirNor_flow_nominal, + mAChiBea_flow_nominal=mAChiBeaNor_flow_nominal) "North zone" + annotation (Placement(transformation(extent={{180,300},{200,320}}))); + + Buildings.Examples.ChilledBeamSystem.ZoneModel_simplified wes( + nConExt=0, + nConExtWin=0, + nConPar=0, + nConBou=3, + nSurBou=0, + datConBou( + layers={conIntWal,conIntWal,conIntWal}, + A={6.47,40.76,6.47}*hRoo, + til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), + redeclare package MediumA = MediumA, + redeclare package MediumW = MediumW, + Q_flow_nominal=QWes_flow_nominal, + TRadSup_nominal=TChiWatSup_nominal, + TRadRet_nominal=TChiWatRet_nominal, + mRad_flow_nominal=mChiWatWes_flow_nominal, + V=VRooWes, + TAir_nominal=297.04, + mA_flow_nominal=mAirWes_flow_nominal, + mAChiBea_flow_nominal=mAChiBeaWes_flow_nominal) "West zone" + annotation (Placement(transformation(extent={{120,240},{140,260}}))); + + Buildings.Examples.ChilledBeamSystem.ZoneModel_simplified cor( + nConExt=0, + nConExtWin=0, + nConPar=0, + nConBou=3, + nSurBou=0, + datConBou( + layers={conIntWal,conIntWal,conIntWal}, + A={6.47,40.76,6.47}*hRoo, + til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), + redeclare package MediumA = MediumA, + redeclare package MediumW = MediumW, + Q_flow_nominal=QCor_flow_nominal, + TRadSup_nominal=TChiWatSup_nominal, + TRadRet_nominal=TChiWatRet_nominal, + mRad_flow_nominal=mChiWatCor_flow_nominal, + V=VRooCor, + TAir_nominal=297.04, + mA_flow_nominal=mAirCor_flow_nominal, + mAChiBea_flow_nominal=mAChiBeaCor_flow_nominal) "Core zone" + annotation (Placement(transformation(extent={{180,240},{200,260}}))); + + Buildings.Examples.ChilledBeamSystem.ZoneModel_simplified eas( + nConExt=0, + nConExtWin=0, + nConPar=0, + nConBou=3, + nSurBou=0, + datConBou( + layers={conIntWal,conIntWal,conIntWal}, + A={6.47,40.76,6.47}*hRoo, + til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), + redeclare package MediumA = MediumA, + redeclare package MediumW = MediumW, + Q_flow_nominal=QEas_flow_nominal, + TRadSup_nominal=TChiWatSup_nominal, + TRadRet_nominal=TChiWatRet_nominal, + mRad_flow_nominal=mChiWatEas_flow_nominal, + V=VRooEas, + TAir_nominal=297.04, + mA_flow_nominal=mAirEas_flow_nominal, + mAChiBea_flow_nominal=mAChiBeaEas_flow_nominal) "East zone" + annotation (Placement(transformation(extent={{240,240},{260,260}}))); + + Buildings.Examples.ChilledBeamSystem.ZoneModel_simplified sou( + nConExt=0, + nConExtWin=0, + nConPar=0, + nConBou=3, + nSurBou=0, + datConBou( + layers={conIntWal,conIntWal,conIntWal}, + A={6.47,40.76,6.47}*hRoo, + til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), + redeclare package MediumA = MediumA, + redeclare package MediumW = MediumW, + Q_flow_nominal=QSou_flow_nominal, + TRadSup_nominal=TChiWatSup_nominal, + TRadRet_nominal=TChiWatRet_nominal, + mRad_flow_nominal=mChiWatSou_flow_nominal, + V=VRooSou, + TAir_nominal=297.04, + mA_flow_nominal=mAirSou_flow_nominal, + mAChiBea_flow_nominal=mAChiBeaSou_flow_nominal) "South zone" + annotation (Placement(transformation(extent={{180,180},{200,200}}))); + + Buildings.BoundaryConditions.WeatherData.Bus zonMeaBus "Zone measurements bus" + annotation (Placement(transformation(extent={{204,262},{224,282}}), + iconTransformation(extent={{-0,-0},{0,0}}))); + + Modelica.Blocks.Routing.Multiplex5 multiplex5_1 + "Multiplexer for zone temperature measurements" + annotation (Placement(transformation(extent={{300,250},{320,270}}))); + Modelica.Blocks.Routing.Multiplex5 multiplex5_2 + "Multiplexer for zone relative humidity measurements" + annotation (Placement(transformation(extent={{300,290},{320,310}}))); + Modelica.Blocks.Routing.Multiplex5 multiplex5_3 + "Multiplexer for zone discharge air volume flowrate measurements" + annotation (Placement(transformation(extent={{300,210},{320,230}}))); + Buildings.Fluid.FixedResistances.Junction jun6( + redeclare package Medium = MediumA, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal, + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Return air mixer" + annotation (Placement(transformation(extent={{-10,150},{10,170}}))); + Buildings.Fluid.FixedResistances.Junction jun7( + redeclare package Medium = MediumA, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal, + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Return air mixer" + annotation (Placement(transformation(extent={{20,150},{40,170}}))); + Buildings.Fluid.FixedResistances.Junction jun8( + redeclare package Medium = MediumA, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal, + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Return air mixer" + annotation (Placement(transformation(extent={{50,150},{70,170}}))); + + Fluid.FixedResistances.Junction jun1( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,- + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Chilled water splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={100,0}))); + Fluid.FixedResistances.Junction jun9( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,- + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Chilled water splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={100,40}))); + Fluid.FixedResistances.Junction jun10( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,- + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Chilled water splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={100,80}))); + Fluid.FixedResistances.Junction jun11( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,- + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Chilled water splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={100,120}))); + Fluid.Actuators.Valves.TwoWayLinear val1( + redeclare package Medium = MediumW, + m_flow_nominal=mChiWatEas_flow_nominal, + dpValve_nominal=dpValve_nominal, + dpFixed_nominal=dpFixed_nominal) "Chilled beam control valve for east zone" + annotation (Placement(transformation(extent={{120,-10},{140,10}}))); + Fluid.Actuators.Valves.TwoWayLinear val3( + redeclare package Medium = MediumW, + m_flow_nominal=mChiWatNor_flow_nominal, + dpValve_nominal=dpValve_nominal, + dpFixed_nominal=dpFixed_nominal) + "Chilled beam control valve for north zone" + annotation (Placement(transformation(extent={{120,30},{140,50}}))); + Fluid.Actuators.Valves.TwoWayLinear val4( + redeclare package Medium = MediumW, + m_flow_nominal=mChiWatWes_flow_nominal, + dpValve_nominal=dpValve_nominal, + dpFixed_nominal=dpFixed_nominal) "Chilled beam control valve for west zone" + annotation (Placement(transformation(extent={{120,70},{140,90}}))); + Fluid.Actuators.Valves.TwoWayLinear val5( + redeclare package Medium = MediumW, + m_flow_nominal=mChiWatCor_flow_nominal, + dpValve_nominal=dpValve_nominal, + dpFixed_nominal=dpFixed_nominal) "Chilled beam control valve for core zone" + annotation (Placement(transformation(extent={{120,110},{140,130}}))); + Fluid.Actuators.Valves.TwoWayLinear val2( + redeclare package Medium = MediumW, + m_flow_nominal=mChiWatTot_flow_nominal, + dpValve_nominal=dpValve_nominal, + dpFixed_nominal=dpFixed_nominal) "Chilled water bypass valve" + annotation (Placement(transformation(extent={{160,130},{180,150}}))); + Fluid.FixedResistances.Junction jun2( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Chilled water mixer" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, + origin={250,0}))); + Fluid.FixedResistances.Junction jun12( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Chilled water mixer" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, + origin={250,40}))); + Fluid.FixedResistances.Junction jun13( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Chilled water mixer" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, + origin={250,80}))); + Fluid.FixedResistances.Junction jun14( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Chilled water mixer" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, + origin={250,120}))); + Fluid.FixedResistances.Junction jun4( + redeclare package Medium = MediumA, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Supply air splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={350,-130}))); + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox easCAVTer( + redeclare package MediumA = MediumA, + redeclare package MediumW = MediumW, + m_flow_nominal=mAirEas_flow_nominal, + VRoo=VRooEas, + allowFlowReversal=false) "CAV terminal for east zone" + annotation (Placement(transformation(extent={{390,-70},{430,-30}}))); + Fluid.FixedResistances.Junction jun15( + redeclare package Medium = MediumA, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Supply air splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={350,-70}))); + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox norCAVTer( + redeclare package MediumA = MediumA, + redeclare package MediumW = MediumW, + m_flow_nominal=mAirNor_flow_nominal, + VRoo=VRooNor, + allowFlowReversal=false) "CAV terminal for north zone" + annotation (Placement(transformation(extent={{390,-10},{430,30}}))); + Fluid.FixedResistances.Junction jun16( + redeclare package Medium = MediumA, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Supply air splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={350,-10}))); + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox wesCAVTer( + redeclare package MediumA = MediumA, + redeclare package MediumW = MediumW, + m_flow_nominal=mAirWes_flow_nominal, + VRoo=VRooWes, + allowFlowReversal=false) "CAV terminal for west zone" + annotation (Placement(transformation(extent={{390,50},{430,90}}))); + Fluid.FixedResistances.Junction jun17( + redeclare package Medium = MediumA, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Supply air splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={350,50}))); + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox corCAVTer( + redeclare package MediumA = MediumA, + redeclare package MediumW = MediumW, + m_flow_nominal=mAirCor_flow_nominal, + VRoo=VRooCor, + allowFlowReversal=false) "CAV terminal for core zone" + annotation (Placement(transformation(extent={{390,110},{430,150}}))); + Modelica.Blocks.Routing.DeMultiplex demux3(n=5) + "Demultiplexer for zone heat gain signal" + annotation (Placement(transformation(extent={{80,280},{100,300}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput QFlo[5] + "Heat flow rate into the zone" + annotation (Placement(transformation(extent={{-380,270},{-340,310}}), + iconTransformation(extent={{-140,200},{-100,240}}))); + + Buildings.Controls.OBC.CDL.Logical.Pre pre1 "Logical pre block" + annotation (Placement(transformation(extent={{-320,60},{-300,80}}))); + + Fluid.FixedResistances.Junction jun18( + redeclare package Medium = MediumW, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Hot water splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={320,-80}))); + Fluid.FixedResistances.Junction jun22( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Hot water mixer" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, + origin={480,70}))); + Fluid.FixedResistances.Junction jun23( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Hot water mixer" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, + origin={480,20}))); + Fluid.FixedResistances.Junction jun24( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Hot water mixer" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, + origin={480,-50}))); + Fluid.FixedResistances.Junction jun25( + redeclare package Medium = MediumW, + m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, + mChiWatTot_flow_nominal}, + dp_nominal={0,0,0}) "Hot water mixer" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, + origin={480,-90}))); + Controls.OBC.CDL.Continuous.Gain gaiM_flow(final k= + mAirTot_flow_nominal*1000*15/4200/10) + "Calculate hot water mass flowrate based on reheat signal" + annotation (Placement(transformation(extent={{140,-290},{160,-270}}))); + Fluid.Sources.MassFlowSource_T souTer( + redeclare package Medium = MediumW, + nPorts=1, + use_m_flow_in=true, + T=323.15) "Hot water source for terminal boxes " + annotation (Placement(transformation( + extent={{180,-290},{200,-270}}))); + Controls.OBC.CDL.Continuous.MultiMax mulMax(nin=5) + "Find maximum reheat signal for generating hot water" + annotation (Placement(transformation(extent={{100,-290},{120,-270}}))); + Fluid.Sources.Boundary_pT sinTer( + redeclare package Medium = MediumW, + p(displayUnit="Pa") = 3E5, + nPorts=1) "Hot water sink for terminal boxes" + annotation (Placement(transformation( + extent={{450,-260},{470,-240}}))); + Fluid.FixedResistances.Junction jun19( + redeclare package Medium = MediumW, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Hot water splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={320,-30}))); + Fluid.FixedResistances.Junction jun20( + redeclare package Medium = MediumW, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Hot water splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={320,20}))); + Fluid.FixedResistances.Junction jun21( + redeclare package Medium = MediumW, + m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- + mAirTot_flow_nominal}, + dp_nominal={0,0,0}) "Hot water splitter" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, + origin={320,70}))); +equation + + connect(jun.port_1,pum. port_b) annotation (Line(points={{100,-50},{100,-120}}, + color={0,127,255})); + + connect(jun.port_3, val.port_a) + annotation (Line(points={{110,-40},{120,-40}}, color={0,127,255})); + + connect(weaDat.weaBus, weaBus) annotation (Line( + points={{-290,-10},{-270,-10}}, + color={255,204,51}, + thickness=0.5), Text( + string="%second", + index=1, + extent={{6,3},{6,3}}, + horizontalAlignment=TextAlignment.Left)); + + connect(weaBus, amb.weaBus) annotation (Line( + points={{-270,-10},{-260,-10},{-260,-8.78},{-250,-8.78}}, + color={255,204,51}, + thickness=0.5), Text( + string="%first", + index=-1, + extent={{-6,3},{-6,3}}, + horizontalAlignment=TextAlignment.Right)); + + connect(cooCoi.port_b1,sinCoo. ports[1]) annotation (Line( + points={{-130,-12},{-140,-12},{-140,-60}}, + color={28,108,200}, + thickness=0.5)); + + connect(cooCoi.port_a1,souCoo. ports[1]) annotation (Line( + points={{-110,-12},{-100,-12},{-100,-60}}, + color={28,108,200}, + thickness=0.5)); + + connect(heaCoi.port_b2,cooCoi. port_a2) annotation (Line( + points={{-180,0},{-130,0}}, + color={0,127,255}, + thickness=0.5)); + + connect(souHea.ports[1],heaCoi. port_a1) annotation (Line( + points={{-170,-60},{-170,-12},{-180,-12}}, + color={28,108,200}, + thickness=0.5)); + + connect(heaCoi.port_b1,sinHea. ports[1]) annotation (Line( + points={{-200,-12},{-210,-12},{-210,-60}}, + color={28,108,200}, + thickness=0.5)); + + connect(amb.ports[1], heaCoi.port_a2) annotation (Line(points={{-228,-6.06667}, + {-206,-6.06667},{-206,0},{-200,0}}, + color={0,127,255})); + + connect(souCoo1.ports[1], pum.port_a) + annotation (Line(points={{100,-164},{100,-140}}, color={0,127,255})); + + connect(jun3.port_2, sinCoo1.ports[1]) + annotation (Line(points={{250,-50},{250,-166},{248,-166}}, + color={0,127,255})); + + connect(fan.port_b, senTem.port_a) + annotation (Line(points={{-60,0},{-40,0}}, color={0,127,255})); + + connect(cooCoi.port_b2, fan.port_a) + annotation (Line(points={{-110,0},{-80,0}}, color={0,127,255})); + + connect(senRelPre.port_a, pum.port_b) annotation (Line(points={{150,-70},{100, + -70},{100,-120}}, color={0,127,255})); + + connect(senRelPre.port_b, sinCoo1.ports[2]) annotation (Line(points={{170,-70}, + {252,-70},{252,-166}}, color={0,127,255})); + + connect(fan.port_b, senRelPre1.port_a) + annotation (Line(points={{-60,0},{-50,0},{-50,20}}, color={0,127,255})); + + connect(senRelPre1.port_b, amb.ports[2]) annotation (Line(points={{-50,40},{ + -50,60},{-212,60},{-212,-2},{-216,-2},{-216,-9},{-228,-9}}, + color={0,127,255})); + + connect(pum.y_actual, hys.u) annotation (Line(points={{93,-119},{93,-110},{138, + -110}}, color={0,0,127})); + + connect(uPumSta, booToRea.u) + annotation (Line(points={{-360,-110},{-322,-110}}, color={255,0,255})); + + connect(booToRea.y, pro.u1) annotation (Line(points={{-298,-110},{-290,-110},{ + -290,-124},{-282,-124}}, color={0,0,127})); + + connect(uPumSpe, pro.u2) annotation (Line(points={{-360,-140},{-290,-140},{-290, + -136},{-282,-136}}, color={0,0,127})); + + connect(pro.y, pum.y) + annotation (Line(points={{-258,-130},{88,-130}}, color={0,0,127})); + + connect(TChiWatSup, souCoo1.T_in) annotation (Line(points={{-360,-180},{80,-180}, + {80,-194},{96,-194},{96,-186}}, color={0,0,127})); + + connect(uCooCoi, gai1.u) + annotation (Line(points={{-360,-80},{-322,-80}}, color={0,0,127})); + + connect(gai1.y, souCoo.m_flow_in) annotation (Line(points={{-298,-80},{-270, + -80},{-270,-110},{-108,-110},{-108,-82}}, color={0,0,127})); + + connect(uHeaCoi, gai.u) + annotation (Line(points={{-360,-50},{-322,-50}}, color={0,0,127})); + + connect(gai.y, souHea.m_flow_in) annotation (Line(points={{-298,-50},{-260, + -50},{-260,-92},{-178,-92},{-178,-82}}, color={0,0,127})); + + connect(senTem.T, TDOASDis) annotation (Line(points={{-30,11},{-30,20},{-10,20}, + {-10,-152},{348,-152},{348,-150},{600,-150}}, + color={0,0,127})); + + connect(uFanSta, booToRea1.u) + annotation (Line(points={{-360,40},{-322,40}}, color={255,0,255})); + + connect(booToRea1.y, pro1.u1) annotation (Line(points={{-298,40},{-290,40},{ + -290,26},{-282,26}}, color={0,0,127})); + + connect(uFanSpe, pro1.u2) annotation (Line(points={{-360,10},{-300,10},{-300, + 14},{-282,14}}, color={0,0,127})); + + connect(pro1.y, fan.y) + annotation (Line(points={{-258,20},{-70,20},{-70,12}}, color={0,0,127})); + + connect(val.y_actual, mux1.u[1]) annotation (Line(points={{135,-33},{154,-33}, + {154,85.6},{160,85.6}}, color={0,0,127})); + + connect(demux.y[1], val.y) annotation (Line(points={{60,-14.4},{130,-14.4},{130, + -28}}, color={0,0,127})); + + connect(senRelHum.port_a, jun5.port_1) + annotation (Line(points={{-80,160},{-40,160}}, color={0,127,255})); + connect(senRelHum.port_b, amb.ports[3]) annotation (Line(points={{-100,160},{ + -220,160},{-220,-11.9333},{-228,-11.9333}}, color={0,127,255})); + connect(senRelHum.phi, relHumDOASRet) annotation (Line(points={{-90.1,149},{-90.1, + -184},{540,-184},{540,-180},{600,-180}}, color={0,0,127})); + connect(wes.port_a, sou.port_a) annotation (Line(points={{130,260},{130,270},{ + 170,270},{170,230},{190,230},{190,200}}, color={191,0,0})); + connect(wes.port_a, nor.port_a) annotation (Line(points={{130,260},{130,270},{ + 170,270},{170,330},{190,330},{190,320}}, color={191,0,0})); + connect(nor.port_a, eas.port_a) annotation (Line(points={{190,320},{190,330},{ + 250,330},{250,260}}, color={191,0,0})); + connect(eas.port_a, sou.port_a) annotation (Line(points={{250,260},{250,264},{ + 210,264},{210,230},{190,230},{190,200}}, color={191,0,0})); + connect(wes.port_a, cor.port_a) annotation (Line(points={{130,260},{130,270},{ + 190,270},{190,260}}, color={191,0,0})); + connect(eas.port_a, cor.port_a) annotation (Line(points={{250,260},{250,264},{ + 190,264},{190,260}}, color={191,0,0})); + + connect(sou.yRelHumZon, zonMeaBus.yRelHumSou) + annotation (Line(points={{202,198},{214,198},{214,272}}, color={0,0,127})); + connect(sou.TZon, zonMeaBus.TSou) + annotation (Line(points={{202,194},{214,194},{214,272}}, color={0,0,127})); + connect(sou.VDisAir_flow, zonMeaBus.VAirSou) + annotation (Line(points={{202,190},{214,190},{214,272}}, color={0,0,127})); + + connect(wes.yRelHumZon, zonMeaBus.yRelHumWes) + annotation (Line(points={{142,258},{172,258},{172,272},{214,272}}, + color={0,0,127})); + connect(wes.TZon, zonMeaBus.TWes) + annotation (Line(points={{142,254},{172,254},{172,272},{214,272}}, + color={0,0,127})); + connect(wes.VDisAir_flow, zonMeaBus.VAirWes) + annotation (Line(points={{142,250},{172,250},{172,272},{214,272}}, + color={0,0,127})); + + connect(nor.yRelHumZon, zonMeaBus.yRelHumNor) + annotation (Line(points={{202,318},{214,318},{214,272}}, color={0,0,127})); + connect(nor.TZon, zonMeaBus.TNor) + annotation (Line(points={{202,314},{214,314},{214,272}}, color={0,0,127})); + connect(nor.VDisAir_flow, zonMeaBus.VAirNor) + annotation (Line(points={{202,310},{214,310},{214,272}}, color={0,0,127})); + + connect(eas.yRelHumZon, zonMeaBus.yRelHumEas) + annotation (Line(points={{262,258},{268,258},{268,272},{214,272}}, + color={0,0,127})); + connect(eas.TZon, zonMeaBus.TEas) + annotation (Line(points={{262,254},{268,254},{268,272},{214,272}}, + color={0,0,127})); + connect(eas.VDisAir_flow, zonMeaBus.VAirEas) + annotation (Line(points={{262,250},{268,250},{268,272},{214,272}}, + color={0,0,127})); + + connect(cor.yRelHumZon, zonMeaBus.yRelHumCor) + annotation (Line(points={{202,258},{214,258},{214,272}}, color={0,0,127})); + connect(cor.TZon, zonMeaBus.TCor) + annotation (Line(points={{202,254},{214,254},{214,272}}, color={0,0,127})); + connect(cor.VDisAir_flow, zonMeaBus.VAirCor) + annotation (Line(points={{202,250},{214,250},{214,272}}, color={0,0,127})); + + connect(multiplex5_1.y, TZon) + annotation (Line(points={{321,260},{600,260}}, color={0,0,127})); + + connect(multiplex5_1.u1[1], zonMeaBus.TSou) annotation (Line(points={{298,270}, + {280,270},{280,272},{214,272}}, color={0,0,127})); + connect(multiplex5_1.u2[1], zonMeaBus.TEas) annotation (Line(points={{298,265}, + {280,265},{280,272},{214,272}}, color={0,0,127})); + connect(multiplex5_1.u3[1], zonMeaBus.TNor) annotation (Line(points={{298,260}, + {280,260},{280,272},{214,272}}, color={0,0,127})); + connect(multiplex5_1.u4[1], zonMeaBus.TWes) annotation (Line(points={{298,255}, + {280,255},{280,272},{214,272}}, color={0,0,127})); + connect(multiplex5_1.u5[1], zonMeaBus.TCor) annotation (Line(points={{298,250}, + {280,250},{280,272},{214,272}}, color={0,0,127})); + + connect(multiplex5_3.y, VDisAir_flow) + annotation (Line(points={{321,220},{600,220}}, color={0,0,127})); + connect(multiplex5_2.y, yRelHumZon) + annotation (Line(points={{321,300},{600,300}}, color={0,0,127})); + + connect(multiplex5_2.u1[1], zonMeaBus.yRelHumSou) + annotation (Line(points={{298,310},{280,310},{280,272},{214,272}}, + color={0,0,127})); + connect(multiplex5_2.u2[1], zonMeaBus.yRelHumEas) + annotation (Line(points={{298,305},{280,305},{280,272},{214,272}}, + color={0,0,127})); + connect(multiplex5_2.u3[1], zonMeaBus.yRelHumNor) + annotation (Line(points={{298,300},{280,300},{280,272},{214,272}}, + color={0,0,127})); + connect(multiplex5_2.u4[1], zonMeaBus.yRelHumWes) + annotation (Line(points={{298,295},{280,295},{280,272},{214,272}}, + color={0,0,127})); + connect(multiplex5_2.u5[1], zonMeaBus.yRelHumCor) + annotation (Line(points={{298,290},{280,290},{280,272},{214,272}}, + color={0,0,127})); + + connect(multiplex5_3.u1[1], zonMeaBus.VAirSou) + annotation (Line(points={{298,230},{280,230},{280,272},{214,272}}, + color={0,0,127})); + connect(multiplex5_3.u2[1], zonMeaBus.VAirEas) + annotation (Line(points={{298,225},{280,225},{280,272},{214,272}}, + color={0,0,127})); + connect(multiplex5_3.u3[1], zonMeaBus.VAirNor) + annotation (Line(points={{298,220},{280,220},{280,272},{214,272}}, + color={0,0,127})); + connect(multiplex5_3.u4[1], zonMeaBus.VAirWes) + annotation (Line(points={{298,215},{280,215},{280,272},{214,272}}, + color={0,0,127})); + connect(multiplex5_3.u5[1], zonMeaBus.VAirCor) + annotation (Line(points={{298,210},{280,210},{280,272},{214,272}}, + color={0,0,127})); + + connect(jun5.port_2, jun6.port_1) + annotation (Line(points={{-20,160},{-10,160}}, color={0,127,255})); + connect(jun6.port_2, jun7.port_1) + annotation (Line(points={{10,160},{20,160}}, color={0,127,255})); + connect(jun7.port_2, jun8.port_1) + annotation (Line(points={{40,160},{50,160}}, color={0,127,255})); + connect(sou.portAir_b, jun8.port_3) annotation (Line(points={{180,186},{160,186}, + {160,150},{60,150}}, color={0,127,255})); + connect(eas.portAir_b, jun8.port_2) annotation (Line(points={{240,246},{230,246}, + {230,210},{140,210},{140,160},{70,160}}, color={0,127,255})); + connect(nor.portAir_b, jun7.port_3) annotation (Line(points={{180,306},{160,306}, + {160,210},{140,210},{140,170},{46,170},{46,150},{30,150}}, color={0,127, + 255})); + connect(wes.portAir_b, jun6.port_3) annotation (Line(points={{120,246},{112,246}, + {112,170},{14,170},{14,150},{0,150}}, color={0,127,255})); + connect(cor.portAir_b, jun5.port_3) annotation (Line(points={{180,246},{160,246}, + {160,210},{140,210},{140,170},{-14,170},{-14,150},{-30,150}}, color={0, + 127,255})); + connect(jun.port_2, jun1.port_1) + annotation (Line(points={{100,-30},{100,-10}}, color={0,127,255})); + connect(jun1.port_2, jun9.port_1) + annotation (Line(points={{100,10},{100,30}}, color={0,127,255})); + connect(jun9.port_2, jun10.port_1) + annotation (Line(points={{100,50},{100,70}}, color={0,127,255})); + connect(jun10.port_2, jun11.port_1) + annotation (Line(points={{100,90},{100,110}}, color={0,127,255})); + connect(jun1.port_3, val1.port_a) + annotation (Line(points={{110,0},{120,0}}, color={0,127,255})); + connect(jun9.port_3, val3.port_a) + annotation (Line(points={{110,40},{120,40}}, color={0,127,255})); + connect(jun10.port_3, val4.port_a) + annotation (Line(points={{110,80},{120,80}}, color={0,127,255})); + connect(jun11.port_3, val5.port_a) + annotation (Line(points={{110,120},{120,120}}, color={0,127,255})); + connect(jun11.port_2, val2.port_a) annotation (Line(points={{100,130},{100,140}, + {160,140}}, color={0,127,255})); + connect(val2.port_b, jun14.port_1) annotation (Line(points={{180,140},{250,140}, + {250,130}}, color={0,127,255})); + connect(jun14.port_2, jun13.port_1) + annotation (Line(points={{250,110},{250,90}}, color={0,127,255})); + connect(jun13.port_2, jun12.port_1) + annotation (Line(points={{250,70},{250,50}}, color={0,127,255})); + connect(jun12.port_2, jun2.port_1) + annotation (Line(points={{250,30},{250,10}}, color={0,127,255})); + connect(jun2.port_2, jun3.port_1) + annotation (Line(points={{250,-10},{250,-30}}, color={0,127,255})); + connect(val.port_b, sou.portChiWat_a) annotation (Line(points={{140,-40},{150, + -40},{150,170},{186,170},{186,180}}, color={0,127,255})); + connect(val1.port_b, eas.portChiWat_a) annotation (Line(points={{140,0},{150,0}, + {150,170},{246,170},{246,240}}, color={0,127,255})); + connect(val3.port_b, nor.portChiWat_a) annotation (Line(points={{140,40},{150, + 40},{150,170},{224,170},{224,290},{186,290},{186,300}}, color={0,127,255})); + connect(val4.port_b, wes.portChiWat_a) annotation (Line(points={{140,80},{150, + 80},{150,180},{126,180},{126,240}}, color={0,127,255})); + connect(val5.port_b, cor.portChiWat_a) annotation (Line(points={{140,120},{150, + 120},{150,220},{186,220},{186,240}}, color={0,127,255})); + connect(cor.portChiWat_b, jun14.port_3) annotation (Line(points={{194,240},{194, + 220},{228,220},{228,120},{240,120}}, color={0,127,255})); + connect(wes.portChiWat_b, jun13.port_3) annotation (Line(points={{134,240},{134, + 164},{228,164},{228,80},{240,80}}, color={0,127,255})); + connect(nor.portChiWat_b, jun12.port_3) annotation (Line(points={{194,300},{194, + 294},{228,294},{228,40},{240,40}}, color={0,127,255})); + connect(eas.portChiWat_b, jun2.port_3) annotation (Line(points={{254,240},{254, + 216},{228,216},{228,0},{240,0}}, color={0,127,255})); + connect(sou.portChiWat_b, jun3.port_3) annotation (Line(points={{194,180},{194, + 164},{228,164},{228,-40},{240,-40}}, color={0,127,255})); + connect(uChiWatVal, demux.u) annotation (Line(points={{-360,180},{-240,180},{-240, + 140},{0,140},{0,-20},{38,-20}}, color={0,0,127})); + connect(demux.y[2], val1.y) annotation (Line(points={{60,-17.2},{80,-17.2},{80, + 18},{130,18},{130,12}}, color={0,0,127})); + connect(demux.y[3], val3.y) annotation (Line(points={{60,-20},{80,-20},{80,60}, + {130,60},{130,52}}, color={0,0,127})); + connect(demux.y[4], val4.y) annotation (Line(points={{60,-22.8},{80,-22.8},{80, + 100},{130,100},{130,92}}, color={0,0,127})); + connect(demux.y[5], val5.y) annotation (Line(points={{60,-25.6},{80,-25.6},{80, + 138},{130,138},{130,132}}, color={0,0,127})); + connect(uBypValPos, val2.y) annotation (Line(points={{-360,220},{100,220},{100, + 158},{170,158},{170,152}}, color={0,0,127})); + connect(val1.y_actual, mux1.u[2]) annotation (Line(points={{135,7},{154,7},{154, + 82.8},{160,82.8}}, color={0,0,127})); + connect(val3.y_actual, mux1.u[3]) annotation (Line(points={{135,47},{154,47},{ + 154,80},{160,80}}, color={0,0,127})); + connect(val4.y_actual, mux1.u[4]) annotation (Line(points={{135,87},{154,87},{ + 154,77.2},{160,77.2}}, color={0,0,127})); + connect(val5.y_actual, mux1.u[5]) annotation (Line(points={{135,127},{154,127}, + {154,74.4},{160,74.4}}, color={0,0,127})); + connect(mux1.y, yChiWatVal) annotation (Line(points={{181,80},{200,80},{200,-200}, + {520,-200},{520,80},{600,80}}, color={0,0,127})); + connect(jun4.port_3, souCAVTer.port_aAir) + annotation (Line(points={{360,-130},{410,-130}}, color={0,127,255})); + connect(jun15.port_3, easCAVTer.port_aAir) + annotation (Line(points={{360,-70},{410,-70}}, color={0,127,255})); + connect(jun16.port_3, norCAVTer.port_aAir) + annotation (Line(points={{360,-10},{410,-10}}, color={0,127,255})); + connect(jun17.port_3, wesCAVTer.port_aAir) + annotation (Line(points={{360,50},{410,50}}, color={0,127,255})); + connect(senTem.port_b, jun4.port_1) annotation (Line(points={{-20,0},{10,0},{10, + -214},{350,-214},{350,-140}}, color={0,127,255})); + connect(jun4.port_2, jun15.port_1) + annotation (Line(points={{350,-120},{350,-80}}, color={0,127,255})); + connect(jun15.port_2, jun16.port_1) + annotation (Line(points={{350,-60},{350,-20}}, color={0,127,255})); + connect(jun16.port_2, jun17.port_1) + annotation (Line(points={{350,0},{350,40}}, color={0,127,255})); + connect(jun17.port_2, corCAVTer.port_aAir) annotation (Line(points={{350,60},{ + 350,110},{410,110}}, + color={0,127,255})); + connect(demux1.y[1], souCAVTer.yVAV) annotation (Line(points={{320,-244.4},{374, + -244.4},{374,-94},{386,-94}}, color={0,0,127})); + connect(demux1.y[2], easCAVTer.yVAV) annotation (Line(points={{320,-247.2},{374, + -247.2},{374,-34},{386,-34}}, + color={0,0,127})); + connect(demux1.y[3], norCAVTer.yVAV) annotation (Line(points={{320,-250},{374, + -250},{374,26},{386,26}}, + color={0,0,127})); + connect(demux1.y[4], wesCAVTer.yVAV) annotation (Line(points={{320,-252.8},{374, + -252.8},{374,86},{386,86}}, + color={0,0,127})); + connect(demux1.y[5], corCAVTer.yVAV) annotation (Line(points={{320,-255.6},{374, + -255.6},{374,146},{386,146}}, + color={0,0,127})); + connect(demux2.y[1], souCAVTer.yHea) annotation (Line(points={{320,-284.4},{368, + -284.4},{368,-104},{386,-104}},color={0,0,127})); + connect(demux2.y[2], easCAVTer.yHea) annotation (Line(points={{320,-287.2},{368, + -287.2},{368,-44},{386,-44}},color={0,0,127})); + connect(demux2.y[3], norCAVTer.yHea) annotation (Line(points={{320,-290},{368, + -290},{368,16},{386,16}}, + color={0,0,127})); + connect(demux2.y[4], wesCAVTer.yHea) annotation (Line(points={{320,-292.8},{368, + -292.8},{368,76},{386,76}},color={0,0,127})); + connect(demux2.y[5], corCAVTer.yHea) annotation (Line(points={{320,-295.6},{368, + -295.6},{368,136},{386,136}},color={0,0,127})); + connect(souCAVTer.y_actual, mux3.u[1]) annotation (Line(points={{432,-110},{450, + -110},{450,-4.4},{490,-4.4}},color={0,0,127})); + connect(easCAVTer.y_actual, mux3.u[2]) annotation (Line(points={{432,-50},{450, + -50},{450,-7.2},{490,-7.2}}, color={0,0,127})); + connect(norCAVTer.y_actual, mux3.u[3]) annotation (Line(points={{432,10},{450, + 10},{450,-10},{490,-10}}, color={0,0,127})); + connect(wesCAVTer.y_actual, mux3.u[4]) annotation (Line(points={{432,70},{450, + 70},{450,-12.8},{490,-12.8}}, color={0,0,127})); + connect(corCAVTer.y_actual, mux3.u[5]) annotation (Line(points={{432,130},{450, + 130},{450,-15.6},{490,-15.6}}, color={0,0,127})); + connect(mux3.y, yDamPos) annotation (Line(points={{511,-10},{560,-10},{560,10}, + {600,10}}, color={0,0,127})); + connect(uCAVDam, demux1.u) annotation (Line(points={{-360,140},{-250,140},{-250, + 120},{16,120},{16,-90},{280,-90},{280,-250},{298,-250}}, + color={0,0,127})); + connect(uCAVReh, demux2.u) annotation (Line(points={{-360,100},{-4,100},{-4,-148}, + {290,-148},{290,-290},{298,-290}}, + color={0,0,127})); + connect(souCAVTer.port_bAir, sou.portAir_a) annotation (Line(points={{410,-90}, + {440,-90},{440,180},{220,180},{220,186},{200,186}}, + color={0,127,255})); + connect(easCAVTer.port_bAir, eas.portAir_a) annotation (Line(points={{410,-30}, + {440,-30},{440,180},{268,180},{268,246},{260,246}}, + color={0,127,255})); + connect(norCAVTer.port_bAir, nor.portAir_a) annotation (Line(points={{410,30}, + {440,30},{440,180},{220,180},{220,306},{200,306}}, + color={0,127,255})); + connect(wesCAVTer.port_bAir, wes.portAir_a) annotation (Line(points={{410,90}, + {440,90},{440,180},{220,180},{220,224},{146,224},{146,246},{140,246}}, + color={0,127,255})); + connect(corCAVTer.port_bAir, cor.portAir_a) annotation (Line(points={{410,150}, + {440,150},{440,180},{220,180},{220,224},{206,224},{206,246},{200,246}}, + color={0,127,255})); + connect(val2.y_actual, yBypValPos) annotation (Line(points={{175,147},{360,147}, + {360,170},{520,170},{520,120},{600,120}}, color={0,0,127})); + connect(senRelPre1.p_rel, dPDOASAir) annotation (Line(points={{-41,30},{4,30}, + {4,-158},{540,-158},{540,-20},{600,-20}}, color={0,0,127})); + connect(hys.y, yPumSta) annotation (Line(points={{162,-110},{196,-110},{196,-204}, + {546,-204},{546,-120},{600,-120}}, color={255,0,255})); + connect(senRelPre.p_rel, dPChiWat) annotation (Line(points={{160,-79},{160,-84}, + {186,-84},{186,-212},{560,-212},{560,-90},{600,-90}}, color={0,0,127})); + connect(QFlo, demux3.u) + annotation (Line(points={{-360,290},{78,290}}, color={0,0,127})); + connect(demux3.y[1], sou.QFlo) annotation (Line(points={{100,295.6},{106,295.6}, + {106,194},{178,194}}, color={0,0,127})); + connect(demux3.y[2], eas.QFlo) annotation (Line(points={{100,292.8},{180,292.8}, + {180,280},{234,280},{234,254},{238,254}}, color={0,0,127})); + connect(demux3.y[3], nor.QFlo) annotation (Line(points={{100,290},{106,290},{106, + 314},{178,314}}, color={0,0,127})); + connect(demux3.y[4], wes.QFlo) annotation (Line(points={{100,287.2},{106,287.2}, + {106,254},{118,254}}, color={0,0,127})); + connect(demux3.y[5], cor.QFlo) annotation (Line(points={{100,284.4},{106,284.4}, + {106,234},{176,234},{176,254},{178,254}}, color={0,0,127})); + connect(val.y_actual, sou.uVal) annotation (Line(points={{135,-33},{154,-33},{ + 154,190},{178,190}}, color={0,0,127})); + connect(val1.y_actual, eas.uVal) annotation (Line(points={{135,7},{154,7},{154, + 204},{234,204},{234,250},{238,250}}, color={0,0,127})); + connect(val3.y_actual, nor.uVal) annotation (Line(points={{135,47},{154,47},{154, + 310},{178,310}}, color={0,0,127})); + connect(val4.y_actual, wes.uVal) annotation (Line(points={{135,87},{154,87},{154, + 220},{110,220},{110,250},{118,250}}, color={0,0,127})); + connect(val5.y_actual, cor.uVal) annotation (Line(points={{135,127},{154,127}, + {154,248},{174,248},{174,250},{178,250}}, color={0,0,127})); + connect(uFanSta, pre1.u) annotation (Line(points={{-360,40},{-328,40},{-328,70}, + {-322,70}}, color={255,0,255})); + connect(pre1.y, yFanSta) annotation (Line(points={{-298,70},{-36,70},{-36,-174}, + {50,-174},{50,-208},{554,-208},{554,-50},{600,-50}}, color={255,0,255})); + connect(souTer.m_flow_in,gaiM_flow. y) + annotation (Line(points={{178,-272},{170,-272},{170,-280},{162,-280}}, + color={0,0,127})); + connect(mulMax.y, gaiM_flow.u) + annotation (Line(points={{122,-280},{138,-280}}, color={0,0,127})); + connect(uCAVReh, mulMax.u[1:5]) annotation (Line(points={{-360,100},{-4,100},{ + -4,-281.6},{98,-281.6}}, color={0,0,127})); + connect(souTer.ports[1], jun18.port_1) annotation (Line(points={{200,-280},{260, + -280},{260,-230},{320,-230},{320,-90}}, color={0,127,255})); + connect(jun18.port_3, souCAVTer.port_aHotWat) annotation (Line(points={{330,-80}, + {340,-80},{340,-110},{390,-110}}, color={0,127,255})); + connect(corCAVTer.port_bHotWat, jun22.port_1) annotation (Line(points={{390,118}, + {380,118},{380,100},{480,100},{480,80}}, color={0,127,255})); + connect(wesCAVTer.port_bHotWat, jun22.port_3) annotation (Line(points={{390,58}, + {380,58},{380,42},{460,42},{460,70},{470,70}}, color={0,127,255})); + connect(jun22.port_2, jun23.port_1) + annotation (Line(points={{480,60},{480,30}}, color={0,127,255})); + connect(jun23.port_2, jun24.port_1) + annotation (Line(points={{480,10},{480,-40}}, color={0,127,255})); + connect(jun24.port_2, jun25.port_1) + annotation (Line(points={{480,-60},{480,-80}}, color={0,127,255})); + connect(jun25.port_2, sinTer.ports[1]) annotation (Line(points={{480,-100},{ + 480,-250},{470,-250},{470,-250}}, color={0,127,255})); + connect(norCAVTer.port_bHotWat, jun23.port_3) annotation (Line(points={{390, + -2},{380,-2},{380,-20},{460,-20},{460,20},{470,20}}, color={0,127,255})); + connect(easCAVTer.port_bHotWat, jun24.port_3) annotation (Line(points={{390, + -62},{380,-62},{380,-76},{460,-76},{460,-50},{470,-50}}, color={0,127, + 255})); + connect(souCAVTer.port_bHotWat, jun25.port_3) annotation (Line(points={{390, + -122},{380,-122},{380,-140},{460,-140},{460,-90},{470,-90}}, color={0, + 127,255})); + connect(jun18.port_2, jun19.port_1) + annotation (Line(points={{320,-70},{320,-40}}, color={0,127,255})); + connect(jun19.port_3, easCAVTer.port_aHotWat) annotation (Line(points={{330,-30}, + {360,-30},{360,-50},{390,-50}}, color={0,127,255})); + connect(jun19.port_2, jun20.port_1) + annotation (Line(points={{320,-20},{320,10}}, color={0,127,255})); + connect(jun20.port_3, norCAVTer.port_aHotWat) annotation (Line(points={{330,20}, + {360,20},{360,10},{390,10}}, color={0,127,255})); + connect(jun21.port_3, wesCAVTer.port_aHotWat) + annotation (Line(points={{330,70},{390,70}}, color={0,127,255})); + connect(jun20.port_2, jun21.port_1) + annotation (Line(points={{320,30},{320,60}}, color={0,127,255})); + connect(jun21.port_2, corCAVTer.port_aHotWat) annotation (Line(points={{320,80}, + {320,130},{390,130}}, color={0,127,255})); + annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-240}, + {100,240}}), graphics={ Text( + extent={{-140,280},{140,240}}, + textString="%name", + lineColor={0,0,255}), Rectangle( + extent={{-100,-240},{100,240}}, + lineColor={0,0,127}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid)}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-340,-320},{580,340}}))); +end TestBed; diff --git a/Buildings/Examples/ChilledBeamSystem/Validation/ZoneModel_simplified.mo b/Buildings/Examples/ChilledBeamSystem/Validation/ZoneModel_simplified.mo new file mode 100644 index 00000000000..0b521cd6c8c --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/Validation/ZoneModel_simplified.mo @@ -0,0 +1,10 @@ +within Buildings.Examples.ChilledBeamSystem.Validation; +block ZoneModel_simplified + "Validation model for zone model" + extends Modelica.Icons.Example; + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Testbed.ZoneModel_simplified + zoneModel_simplified + annotation (Placement(transformation(extent={{-10,20},{10,40}}))); + annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( + coordinateSystem(preserveAspectRatio=false))); +end ZoneModel_simplified; diff --git a/Buildings/Examples/ChilledBeamSystem/Validation/package.mo b/Buildings/Examples/ChilledBeamSystem/Validation/package.mo new file mode 100644 index 00000000000..5c5b1fdb48e --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/Validation/package.mo @@ -0,0 +1,22 @@ +within Buildings.Examples.ChilledBeamSystem; +package Validation + +annotation (Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0), + Polygon( + origin={8,14}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Examples/ChilledBeamSystem/Validation/package.order b/Buildings/Examples/ChilledBeamSystem/Validation/package.order new file mode 100644 index 00000000000..b57e8af2b87 --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/Validation/package.order @@ -0,0 +1 @@ +ZoneModel_simplified diff --git a/Buildings/Examples/ChilledBeamSystem/ZoneModel_simplified.mo b/Buildings/Examples/ChilledBeamSystem/ZoneModel_simplified.mo new file mode 100644 index 00000000000..2817a33d734 --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/ZoneModel_simplified.mo @@ -0,0 +1,227 @@ +within Buildings.Examples.ChilledBeamSystem; +block ZoneModel_simplified + "Zone model containing components for zone mixed air volume, thermal capacitance and a chilled beam manifold with air circulation fan" + extends Buildings.ThermalZones.Detailed.BaseClasses.ConstructionRecords; + + replaceable package MediumA =Buildings.Media.Air + "Air medium model"; + + replaceable package MediumW =Buildings.Media.Water + "Water medium model"; + + + Buildings.Controls.OBC.CDL.Interfaces.RealInput QFlo "Power gained by zone" + annotation (Placement(transformation(extent={{-240,-20},{-200,20}}), + iconTransformation(extent={{-140,20},{-100,60}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZon( + final unit="K", + displayUnit="degC", + final quantity="ThermodynamicTemperature") "Measured zone temperature" + annotation (Placement(transformation(extent={{200,-20},{240,20}}), + iconTransformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRelHumZon( + final unit="1", + displayUnit="1") + "Zone relative humidity" + annotation (Placement(transformation(extent={{200,70},{240,110}}), + iconTransformation(extent={{100,60},{140,100}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput VDisAir_flow "Discharge air volume flow rate" + annotation (Placement(transformation(extent={{200,-100},{240,-60}}), + iconTransformation(extent={{100,-20},{140,20}}))); + + Buildings.Fluid.Sensors.Temperature zonTem(redeclare package Medium = MediumA) + "Zone temperature sensor" + annotation (Placement(transformation(extent={{160,-10},{180,10}}))); + + Modelica.Thermal.HeatTransfer.Components.HeatCapacitor heaCap(C= + zonTheCap) + "Heat capacity for furniture and walls" + annotation (Placement(transformation(extent={{6,14},{26,34}}))); + + Buildings.Fluid.MixingVolumes.MixingVolume vol( + redeclare package Medium = MediumA, + energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, + m_flow_nominal=mAChiBea_flow_nominal + mA_flow_nominal, + V=1.2*V, + nPorts=6) "Zone air volume" + annotation (Placement(transformation(extent={{6,-16},{26,4}}))); + Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow preHea + "Prescribed heat flow" + annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); + + parameter Modelica.SIunits.HeatFlowRate Q_flow_nominal = 4359751.36 + "Nominal heat flow rate of radiator" + annotation(dialog(group="Radiator parameters")); + + parameter Modelica.SIunits.Temperature TRadSup_nominal = 273.15+70 + "Radiator nominal supply water temperature" + annotation(dialog(group="Radiator parameters")); + + parameter Modelica.SIunits.Temperature TRadRet_nominal = 273.15+50 + "Radiator nominal return water temperature" + annotation(dialog(group="Radiator parameters")); + + parameter Modelica.SIunits.MassFlowRate mRad_flow_nominal=0.000604*1000 + "Radiator nominal mass flow rate" + annotation(dialog(group="Radiator parameters")); + + parameter Modelica.SIunits.Volume V=1200 + "Room volume" + annotation(dialog(group="Zone parameters")); + + parameter Real zonTheCap( + final unit="J/K", + displayUnit="J/K", + final quantity="HeatCapacity") = 2*V*1.2*1500 + "Zone thermal capacitance" + annotation(dialog(group="Zone parameters")); + + parameter Modelica.SIunits.Temperature TAir_nominal=273.15 + 23.9 + "Air temperature at nominal condition" + annotation(dialog(group="Zone parameters")); + + parameter Modelica.SIunits.MassFlowRate mA_flow_nominal = V*1.2*6/3600 + "Nominal mass flow rate" + annotation(dialog(group="Zone parameters")); + + parameter Modelica.SIunits.MassFlowRate mAChiBea_flow_nominal = V*1.2*6/3600 + "Nominal mass flow rate" + annotation(dialog(group="Zone parameters")); + + Modelica.Fluid.Interfaces.FluidPort_a portChiWat_a(redeclare package Medium = + MediumW) "CHW inlet port" annotation (Placement(transformation(extent={{ + -50,-210},{-30,-190}}), iconTransformation(extent={{-50,-110},{-30,-90}}))); + Modelica.Fluid.Interfaces.FluidPort_b portChiWat_b(redeclare package Medium = + MediumW) "CHW outlet port" annotation (Placement(transformation(extent={ + {30,-210},{50,-190}}), iconTransformation(extent={{30,-110},{50,-90}}))); + Modelica.Fluid.Interfaces.FluidPort_a portAir_a(redeclare package Medium = + MediumA) "Air inlet port" annotation (Placement(transformation(extent={{ + -210,-60},{-190,-40}}), iconTransformation(extent={{90,-50},{110, + -30}}))); + Modelica.Fluid.Interfaces.FluidPort_b portAir_b(redeclare package Medium = + MediumA) "Air outlet port" annotation (Placement(transformation(extent={ + {190,-60},{210,-40}}), iconTransformation(extent={{-110,-50},{-90, + -30}}))); + Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a port_a + annotation (Placement(transformation(extent={{-10,90},{10,110}}))); + Fluid.Sensors.RelativeHumidity senRelHum(redeclare package Medium = MediumA) + annotation (Placement(transformation(extent={{80,80},{100,100}}))); + Fluid.Sensors.VolumeFlowRate senVolFlo(redeclare package Medium = MediumA, + m_flow_nominal=mA_flow_nominal) + annotation (Placement(transformation(extent={{-140,-60},{-120,-40}}))); + + Fluid.Sensors.TemperatureTwoPort senTem(redeclare package Medium = MediumW, + m_flow_nominal=mRad_flow_nominal) + annotation (Placement(transformation(extent={{-40,-160},{-20,-140}}))); + Fluid.Sensors.TemperatureTwoPort senTem1(redeclare package Medium = MediumW, + m_flow_nominal=mRad_flow_nominal) + annotation (Placement(transformation(extent={{20,-160},{40,-140}}))); + Fluid.HeatExchangers.ActiveBeams.Cooling actBea( + redeclare package MediumWat = MediumW, + redeclare package MediumAir = MediumA, + redeclare + Fluid.HeatExchangers.ActiveBeams.Data.Trox.DID632A_nozzleH_length6ft_cooling + perCoo) + annotation (Placement(transformation(extent={{-14,-168},{14,-144}}))); + Fluid.Movers.FlowControlled_m_flow fan( + redeclare package Medium = MediumA, + m_flow_nominal=mAChiBea_flow_nominal, + redeclare Fluid.Movers.Data.Generic per, + addPowerToMedium=false, + dp_nominal=5000) + annotation (Placement(transformation(extent={{-20,-110},{0,-90}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput uVal "Chilled water valve signal" annotation ( + Placement(transformation(extent={{-240,-100},{-200,-60}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + Buildings.Controls.OBC.CDL.Continuous.Gain gai(k=mA_flow_nominal) "Gain" + annotation (Placement(transformation(extent={{-180,-90},{-160,-70}}))); + ThermalZones.Detailed.Constructions.Construction conBou[nConBou]( + A=datConBou.A, + til=datConBou.til, + final layers=datConBou.layers, + steadyStateInitial=datConBou.steadyStateInitial, + T_a_start=datConBou.T_a_start, + T_b_start=datConBou.T_b_start, + final stateAtSurface_a=datConBou.stateAtSurface_a, + final stateAtSurface_b=datConBou.stateAtSurface_b) if haveConBou + "Heat conduction through opaque constructions that have the boundary conditions of the other side exposed" + annotation (Placement(transformation(extent={{-6,34},{-46,74}}))); + parameter ThermalZones.Detailed.BaseClasses.ParameterConstruction datConBou[nConBou]( + each A=0, + each layers=dummyCon, + each til=0, + each azi=0) "Data for construction boundary" + annotation (Placement(transformation(extent={{-180,160},{-160,180}})), HideResult=true); +equation + connect(zonTem.T, TZon) + annotation (Line(points={{177,0},{220,0}}, color={0,0,127})); + connect(vol.ports[1], zonTem.port) annotation (Line(points={{12.6667,-16},{ + 12.6667,-20},{170,-20},{170,-10}}, + color={0,127,255})); + connect(QFlo, preHea.Q_flow) + annotation (Line(points={{-220,0},{-100,0}}, color={0,0,127})); + connect(heaCap.port, vol.heatPort) + annotation (Line(points={{16,14},{0,14},{0,-6},{6,-6}}, color={191,0,0})); + connect(preHea.port, vol.heatPort) + annotation (Line(points={{-80,0},{0,0},{0,-6},{6,-6}}, color={191,0,0})); + connect(portAir_b, vol.ports[2]) + annotation (Line(points={{200,-50},{14,-50},{14,-16}}, color={0,127,255})); + connect(senRelHum.port, vol.ports[3]) + annotation (Line(points={{90,80},{90,-16},{15.3333,-16}}, + color={0,127,255})); + connect(portAir_a, senVolFlo.port_a) + annotation (Line(points={{-200,-50},{-140,-50}}, color={0,127,255})); + connect(senVolFlo.port_b, vol.ports[4]) annotation (Line(points={{-120,-50},{ + 16.6667,-50},{16.6667,-16}}, + color={0,127,255})); + connect(senRelHum.phi, yRelHumZon) annotation (Line(points={{101,90},{220,90}}, + color={0,0,127})); + connect(senVolFlo.V_flow, VDisAir_flow) annotation (Line(points={{-130,-39},{ + -130,-20},{-6,-20},{-6,-80},{220,-80}}, + color={0,0,127})); + connect(portChiWat_a, senTem.port_a) + annotation (Line(points={{-40,-200},{-40,-150}}, color={0,127,255})); + connect(senTem1.port_b, portChiWat_b) + annotation (Line(points={{40,-150},{40,-200}}, color={0,127,255})); + connect(senTem.port_b, actBea.watCoo_a) + annotation (Line(points={{-20,-150},{-14,-150}}, color={0,127,255})); + connect(actBea.watCoo_b, senTem1.port_a) + annotation (Line(points={{14,-150},{20,-150}}, color={0,127,255})); + connect(uVal, gai.u) + annotation (Line(points={{-220,-80},{-182,-80}}, color={0,0,127})); + connect(gai.y, fan.m_flow_in) annotation (Line(points={{-158,-80},{-10,-80},{ + -10,-88}}, color={0,0,127})); + connect(actBea.air_a, vol.ports[5]) annotation (Line(points={{14,-162},{60,-162}, + {60,-40},{18,-40},{18,-16}}, color={0,127,255})); + connect(fan.port_a, actBea.air_b) annotation (Line(points={{-20,-100},{-36, + -100},{-36,-162},{-14,-162}}, + color={0,127,255})); + connect(fan.port_b, vol.ports[6]) annotation (Line(points={{0,-100},{19.3333, + -100},{19.3333,-16}}, color={0,127,255})); + connect(actBea.heaPor, vol.heatPort) annotation (Line(points={{0,-168},{0,-180}, + {80,-180},{80,-30},{0,-30},{0,-6},{6,-6}}, color={191,0,0})); + connect(vol.heatPort, conBou[1].opa_a) annotation (Line(points={{6,-6},{-10, + -6},{-10,67.3333},{-6,67.3333}}, color={191,0,0})); + connect(conBou[1].opa_b, port_a) annotation (Line(points={{-46.1333,67.3333}, + {-46.1333,84},{0,84},{0,100}}, color={191,0,0})); + annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, + {100,100}}), graphics={ Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={0,0,0}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-120,20},{120,-20}}, + textString="%name", + lineColor={0,0,255})}), + Diagram(coordinateSystem(preserveAspectRatio=false, + extent={{-200,-200},{200,200}})), + experiment( + StartTime=6393600, + StopTime=6566400, + Interval=60, + Tolerance=1e-06, + __Dymola_Algorithm="Cvode")); +end ZoneModel_simplified; diff --git a/Buildings/Examples/ChilledBeamSystem/package.mo b/Buildings/Examples/ChilledBeamSystem/package.mo new file mode 100644 index 00000000000..fa31d47e483 --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/package.mo @@ -0,0 +1,6 @@ +within Buildings.Examples; +package ChilledBeamSystem + + extends Modelica.Icons.ExamplesPackage; + +end ChilledBeamSystem; diff --git a/Buildings/Examples/ChilledBeamSystem/package.order b/Buildings/Examples/ChilledBeamSystem/package.order new file mode 100644 index 00000000000..e66e982f996 --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/package.order @@ -0,0 +1,4 @@ +ClosedLoopValidation +Validation +ZoneModel_simplified +TestBed diff --git a/Buildings/Examples/package.order b/Buildings/Examples/package.order index 9a791ee5b35..959886ebd69 100755 --- a/Buildings/Examples/package.order +++ b/Buildings/Examples/package.order @@ -1,5 +1,6 @@ Tutorial ChillerPlant +ChilledBeamSystem DualFanDualDuct HydronicHeating ScalableBenchmarks diff --git a/Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamFanCurve.mo b/Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamFanCurve.mo new file mode 100644 index 00000000000..855a263cfa4 --- /dev/null +++ b/Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamFanCurve.mo @@ -0,0 +1,38 @@ +within Buildings.Fluid.Movers.Data.Pumps.Wilo; +record chilledBeamFanCurve "Fan data for chilled beam model" + extends Generic( + speed_rpm_nominal=2900, + use_powerCharacteristic=true, + power(V_flow={0,0.676,1.352}, P={0,200,400}), + pressure(V_flow={0,0.676,1.352}, dp={2000,1000,0}), + motorCooledByFluid=true); + annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="per", +Documentation(info=" +

    Data from: http://productfinder.wilo.com/com/en/c0000002200012eb000020023/_0000001d000149e80001003a/product.html

    +

    See Buildings.Fluid.Movers.Data.Pumps.Wilo.Stratos25slash1to6 for more information about how the data is derived.

    +", revisions=" +
      +
    • +June 01, 2017, by Iago Cupeiro: +
      +Changed data link to the English version +
    • +
    • +February 17, 2016, by Michael Wetter:
      +Updated parameter names for +#396. +
    • +
    • +December 12, 2014, by Michael Wetter:
      +Added defaultComponentPrefixes and +defaultComponentName annotations. +
    • +
    • April 22, 2014 + by Filip Jorissen:
      + Initial version +
    • +
    +")); +end chilledBeamFanCurve; diff --git a/Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamPumpCurve.mo b/Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamPumpCurve.mo new file mode 100644 index 00000000000..07ba349be25 --- /dev/null +++ b/Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamPumpCurve.mo @@ -0,0 +1,38 @@ +within Buildings.Fluid.Movers.Data.Pumps.Wilo; +record chilledBeamPumpCurve "Pump data for chilled beam model" + extends Generic( + speed_rpm_nominal=2900, + use_powerCharacteristic=true, + power(V_flow={0,0.001514,0.003028}, P={0,200,400}), + pressure(V_flow={0,0.001514,0.003028}, dp={60000,30000,0}), + motorCooledByFluid=true); + annotation ( +defaultComponentPrefixes="parameter", +defaultComponentName="per", +Documentation(info=" +

    Data from: http://productfinder.wilo.com/com/en/c0000002200012eb000020023/_0000001d000149e80001003a/product.html

    +

    See Buildings.Fluid.Movers.Data.Pumps.Wilo.Stratos25slash1to6 for more information about how the data is derived.

    +", revisions=" +
      +
    • +June 01, 2017, by Iago Cupeiro: +
      +Changed data link to the English version +
    • +
    • +February 17, 2016, by Michael Wetter:
      +Updated parameter names for +#396. +
    • +
    • +December 12, 2014, by Michael Wetter:
      +Added defaultComponentPrefixes and +defaultComponentName annotations. +
    • +
    • April 22, 2014 + by Filip Jorissen:
      + Initial version +
    • +
    +")); +end chilledBeamPumpCurve; diff --git a/Buildings/Fluid/Movers/Data/Pumps/Wilo/package.order b/Buildings/Fluid/Movers/Data/Pumps/Wilo/package.order index e02b59c353e..e394a1d1bf8 100644 --- a/Buildings/Fluid/Movers/Data/Pumps/Wilo/package.order +++ b/Buildings/Fluid/Movers/Data/Pumps/Wilo/package.order @@ -16,3 +16,5 @@ TopS40slash10 TopS40slash7 VeroLine50slash150dash4slash2 VeroLine80slash115dash2comma2slash2 +chilledBeamFanCurve +chilledBeamPumpCurve diff --git a/Buildings/Resources/weatherdata/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.mos b/Buildings/Resources/weatherdata/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.mos new file mode 100644 index 00000000000..c430d33c292 --- /dev/null +++ b/Buildings/Resources/weatherdata/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.mos @@ -0,0 +1,8800 @@ +#1 +double tab1(8760,30) +#LOCATION,Phoenix Sky Harbor Intl Ap,AZ,USA,TMY3,722780,33.45,-111.98,-7.0,337.0 +#DESIGN CONDITIONS,1,Climate Design Data 2009 ASHRAE Handbook,,Heating,12,3.7,5.2,-14.5,1.1,15.4,-11.9,1.4,17,8.2,14.8,7.3,15.1,1.7,100,Cooling,7,12,43.4,21.1,42.3,21,41.2,20.9,24.5,35.8,24,35.4,23.5,35.1,4.1,260,21.8,17.2,28.1,21,16.3,29.1,20,15.3,30.2,75.6,35.3,73.5,35.4,71.8,35.2,749,Extremes,8.2,7.1,5.8,27.7,1.3,45.8,1.5,1.5,0.3,46.9,-0.6,47.8,-1.4,48.7,-2.5,49.8 +#TYPICAL/EXTREME PERIODS,6,Summer - Week Nearest Max Temperature For Period,Extreme,8/ 3,8/ 9,Summer - Week Nearest Average Temperature For Period,Typical,7/27,8/ 2,Winter - Week Nearest Min Temperature For Period,Extreme,12/ 8,12/14,Winter - Week Nearest Average Temperature For Period,Typical,12/ 1,12/ 7,Autumn - Week Nearest Average Temperature For Period,Typical,10/20,10/26,Spring - Week Nearest Average Temperature For Period,Typical,5/ 3,5/ 9 +#GROUND TEMPERATURES,3,.5,,,,13.01,15.04,18.98,22.72,29.80,33.52,34.55,32.66,28.30,22.86,17.51,13.97,2,,,,15.80,16.30,18.55,21.06,26.49,29.97,31.70,31.31,28.82,25.07,20.85,17.52,4,,,,18.70,18.34,19.33,20.75,24.35,27.04,28.78,29.21,28.12,25.91,23.04,20.46 +#HOLIDAYS/DAYLIGHT SAVINGS,No,0,0,0 +#COMMENTS 1,Custom/User Format -- WMO#722780; NREL TMY Data Set (2008); Period of Record 1973-2005 (Generally) +#COMMENTS 2, -- Ground temps produced with a standard soil diffusivity of 2.3225760E-03 {m**2/day} +#DATA PERIODS,1,1,Data,Sunday, 1/ 1,12/31 +#C1 Time in seconds. Beginning of a year is 0s. +#C2 Dry bulb temperature in Celsius at indicated time +#C3 Dew point temperature in Celsius at indicated time +#C4 Relative humidity in percent at indicated time +#C5 Atmospheric station pressure in Pa at indicated time +#C6 Extraterrestrial horizontal radiation in Wh/m2 +#C7 Extraterrestrial direct normal radiation in Wh/m2 +#C8 Horizontal infrared radiation intensity in Wh/m2 +#C9 Global horizontal radiation in Wh/m2 +#C10 Direct normal radiation in Wh/m2 +#C11 Diffuse horizontal radiation in Wh/m2 +#C12 Averaged global horizontal illuminance in lux during minutes preceding the indicated time +#C13 Direct normal illuminance in lux during minutes preceding the indicated time +#C14 Diffuse horizontal illuminance in lux during minutes preceding the indicated time +#C15 Zenith luminance in Cd/m2 during minutes preceding the indicated time +#C16 Wind direction at indicated time. N=0, E=90, S=180, W=270 +#C17 Wind speed in m/s at indicated time +#C18 Total sky cover at indicated time +#C19 Opaque sky cover at indicated time +#C20 Visibility in km at indicated time +#C21 Ceiling height in m +#C22 Present weather observation +#C23 Present weather codes +#C24 Precipitable water in mm +#C25 Aerosol optical depth +#C26 Snow depth in cm +#C27 Days since last snowfall +#C28 Albedo +#C29 Liquid precipitation depth in mm at indicated time +#C30 Liquid precipitation quantity +0.0 10.0 5.6 74 97700 0 0 292 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +3600.0 10.0 5.6 74 97700 0 0 292 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +7200.0 8.9 5.6 80 97700 0 0 288 0 0 0 0 0 0 0 200 2.1 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +10800.0 8.9 5.6 80 97700 0 0 288 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +14400.0 8.9 5.0 77 97700 0 0 287 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +18000.0 8.3 5.0 80 97800 0 0 285 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +21600.0 7.8 4.4 79 97800 0 0 282 0 0 0 0 0 0 0 60 1.5 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +25200.0 7.2 4.4 82 97800 0 0 280 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +28800.0 7.8 4.4 79 97900 24 625 282 0 0 0 0 0 0 0 90 2.1 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +32400.0 8.3 4.4 76 98000 234 1415 284 119 561 26 12606 43345 5412 609 0 0.0 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +36000.0 11.7 3.9 59 98000 458 1415 298 301 782 47 31716 71426 8497 1058 40 1.5 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +39600.0 15.0 2.2 42 98100 631 1415 310 434 832 61 45508 80020 9659 1378 70 4.6 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +43200.0 16.7 2.2 38 98000 741 1415 317 537 867 81 56965 85838 11818 1838 90 2.1 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +46800.0 16.7 2.2 38 97900 780 1415 317 584 909 81 60881 89278 11462 1731 0 0.0 0 0 16.0 2000 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +50400.0 17.8 2.8 37 97800 745 1415 323 552 904 74 57677 88479 10884 1632 360 2.1 0 0 16.0 2000 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +54000.0 17.8 2.8 37 97800 639 1415 323 485 702 167 50653 69011 19349 3426 360 2.1 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +57600.0 18.3 2.2 34 97800 469 1415 324 225 221 151 24239 20691 17348 3425 0 0.0 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +61200.0 18.9 2.2 33 97800 247 1415 333 188 439 111 18198 30296 12877 2232 240 2.6 2 1 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +64800.0 17.2 2.2 36 97900 30 696 326 0 0 0 0 0 0 0 240 2.1 2 1 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +68400.0 15.0 3.3 45 97900 0 0 311 0 0 0 0 0 0 0 220 1.5 1 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +72000.0 15.0 2.8 44 97900 0 0 317 0 0 0 0 0 0 0 230 2.1 1 1 16.0 7620 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +75600.0 14.4 2.8 46 97900 0 0 308 0 0 0 0 0 0 0 0 0.0 1 0 16.0 7620 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +79200.0 13.3 2.8 49 98000 0 0 303 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +82800.0 13.9 1.1 42 98000 0 0 304 0 0 0 0 0 0 0 60 4.6 1 0 16.0 2000 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +86400.0 12.8 0.6 43 97900 0 0 305 0 0 0 0 0 0 0 80 4.6 1 1 16.0 2000 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +90000.0 13.3 0.6 42 97900 0 0 314 0 0 0 0 0 0 0 90 4.1 6 3 16.0 7620 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +93600.0 12.8 0.0 41 97900 0 0 311 0 0 0 0 0 0 0 90 3.6 7 3 16.0 7620 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +97200.0 12.8 -0.6 39 98000 0 0 313 0 0 0 0 0 0 0 80 4.1 8 4 16.0 7620 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +100800.0 12.8 -1.1 38 98000 0 0 307 0 0 0 0 0 0 0 70 3.6 5 2 16.0 7620 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +104400.0 11.1 -1.1 42 98000 0 0 300 0 0 0 0 0 0 0 80 1.5 4 2 16.0 7620 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +108000.0 11.1 -1.1 42 97900 0 0 296 0 0 0 0 0 0 0 50 3.6 2 1 16.0 7620 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +111600.0 12.8 -2.2 34 98000 0 0 302 0 0 0 0 0 0 0 60 3.1 2 1 16.0 7620 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +115200.0 12.2 -2.2 36 98100 23 625 303 0 0 0 0 0 0 0 80 5.2 3 2 16.0 7620 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +118800.0 12.8 -2.2 34 98200 233 1415 306 58 53 49 6400 3800 5700 1040 80 2.6 3 2 16.0 7620 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +122400.0 15.0 -2.2 30 98200 458 1415 318 269 480 113 28000 43500 13900 2150 70 6.2 6 3 16.0 7620 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +126000.0 16.1 -2.2 28 98200 632 1415 320 391 646 102 41000 62700 12900 2090 60 6.7 3 2 16.0 7620 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +129600.0 17.2 -2.8 25 98100 742 1415 328 457 469 210 47500 47200 22700 4630 70 6.2 6 3 16.0 7620 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +133200.0 17.2 -3.9 22 98100 782 1415 329 292 48 265 32000 4800 29300 8060 70 7.2 7 4 16.0 7620 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +136800.0 17.2 -2.8 25 98000 748 1415 330 292 55 263 32100 5500 29100 7770 60 4.6 9 4 16.0 6096 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +140400.0 18.3 -2.8 23 98000 642 1415 335 278 125 221 30000 12600 24300 5350 70 5.7 9 4 16.0 6096 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +144000.0 18.3 -2.8 23 97900 472 1415 335 129 0 129 14500 0 14500 4690 60 5.2 8 4 16.0 6096 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +147600.0 17.8 -2.2 25 98000 250 1415 331 184 379 116 18500 26300 13800 2570 60 5.2 8 3 16.0 6096 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +151200.0 16.7 -1.7 28 98000 32 719 319 0 61 0 0 0 0 0 60 3.6 2 1 16.0 6096 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +154800.0 16.1 -1.1 30 98000 0 0 317 0 0 0 0 0 0 0 60 5.2 2 1 16.0 6096 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +158400.0 14.4 -1.1 34 98000 0 0 314 0 0 0 0 0 0 0 80 4.1 3 2 16.0 7620 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +162000.0 13.9 -1.1 35 97900 0 0 308 0 0 0 0 0 0 0 80 4.1 3 1 16.0 7620 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +165600.0 12.2 -1.1 39 97900 0 0 300 0 0 0 0 0 0 0 90 3.1 1 1 16.0 7620 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +169200.0 12.2 -1.1 39 97900 0 0 300 0 0 0 0 0 0 0 90 2.1 1 1 16.0 7620 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +172800.0 11.7 0.0 44 97800 0 0 299 0 0 0 0 0 0 0 80 2.6 1 1 16.0 7620 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +176400.0 11.7 -1.1 41 97800 0 0 298 0 0 0 0 0 0 0 100 2.1 1 1 16.0 7620 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +180000.0 11.1 -0.6 44 97800 0 0 291 0 0 0 0 0 0 0 100 1.5 0 0 16.0 7620 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +183600.0 11.1 -1.1 42 97800 0 0 300 0 0 0 0 0 0 0 90 2.6 5 2 16.0 7620 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +187200.0 11.1 -1.1 42 97800 0 0 303 0 0 0 0 0 0 0 0 0.0 5 3 16.0 7620 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +190800.0 10.0 0.0 50 97900 0 0 299 0 0 0 0 0 0 0 0 0.0 5 3 16.0 7620 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +194400.0 10.0 0.0 50 97800 0 0 296 0 0 0 0 0 0 0 0 0.0 4 2 16.0 6096 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +198000.0 10.0 -0.6 47 97800 0 0 292 0 0 0 0 0 0 0 90 1.5 1 1 16.0 6096 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +201600.0 10.6 -0.6 46 97900 23 625 294 0 0 0 0 0 0 0 0 0.0 2 1 16.0 7010 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +205200.0 12.2 -0.6 41 98000 233 1415 305 93 212 58 9800 14300 7500 1090 100 1.5 3 2 16.0 7620 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +208800.0 15.0 -1.1 33 98100 458 1415 317 315 715 82 32500 64300 11500 1540 80 5.2 4 2 16.0 7620 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +212400.0 16.1 -1.1 30 98100 633 1415 342 412 565 159 43200 55500 18300 3240 70 4.6 8 8 16.0 7620 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +216000.0 17.2 -1.1 28 97900 744 1415 326 194 12 188 22400 1000 21800 7840 90 4.6 2 2 16.0 4572 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +219600.0 17.2 -1.1 28 97800 784 1415 338 243 12 236 27600 1100 27000 9450 50 2.6 7 6 16.0 4572 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +223200.0 17.8 -1.1 27 97700 750 1415 344 272 31 256 30600 2800 29100 9640 70 3.6 9 7 16.0 4572 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +226800.0 18.3 -0.6 28 97700 645 1415 347 228 31 213 25400 2700 24200 7780 80 3.1 9 7 16.0 4572 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +230400.0 18.3 -0.6 28 97700 475 1415 338 163 33 152 17900 3100 16800 3970 0 0.0 7 4 16.0 4572 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +234000.0 18.3 -0.6 28 97700 254 1415 343 197 430 120 19900 30000 14400 2680 320 2.1 8 6 16.0 4572 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +237600.0 17.2 0.0 31 97700 33 743 339 1 73 0 0 0 0 0 280 3.1 8 6 16.0 4572 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +241200.0 17.2 0.0 31 97700 0 0 333 0 0 0 0 0 0 0 290 3.1 6 4 16.0 4572 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +244800.0 15.6 1.1 37 97700 0 0 337 0 0 0 0 0 0 0 260 2.1 7 7 16.0 4572 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +248400.0 13.9 1.7 44 97700 0 0 326 0 0 0 0 0 0 0 230 2.1 6 6 16.0 4572 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +252000.0 14.4 0.6 39 97800 0 0 312 0 0 0 0 0 0 0 300 2.1 1 1 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +255600.0 11.7 2.2 52 97800 0 0 296 0 0 0 0 0 0 0 210 2.1 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +259200.0 12.2 0.6 45 97700 0 0 296 0 0 0 0 0 0 0 260 1.5 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +262800.0 11.1 1.1 50 97700 0 0 292 0 0 0 0 0 0 0 310 1.5 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +266400.0 10.6 0.6 50 97800 0 0 290 0 0 0 0 0 0 0 270 1.5 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +270000.0 10.0 1.1 54 97800 0 0 288 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +273600.0 8.9 1.7 61 97700 0 0 284 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +277200.0 7.8 1.7 65 97800 0 0 285 0 0 0 0 0 0 0 110 3.1 1 1 16.0 2000 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +280800.0 7.8 1.7 65 97700 0 0 280 0 0 0 0 0 0 0 80 2.6 0 0 16.0 2000 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +284400.0 7.2 1.7 68 97700 0 0 277 0 0 0 0 0 0 0 80 2.6 0 0 16.0 2000 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +288000.0 7.2 1.1 65 97800 23 601 277 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +291600.0 8.9 2.2 63 97900 233 1415 285 118 560 26 12500 43200 5400 610 0 0.0 0 0 16.0 2000 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +295200.0 11.1 2.2 54 98000 458 1415 294 301 776 48 31600 70900 8600 1060 260 2.1 0 0 16.0 2000 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +298800.0 12.2 2.2 50 98100 633 1415 298 444 867 54 46700 83500 9200 1320 10 1.5 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +302400.0 13.9 2.2 45 98000 745 1415 305 542 872 81 57600 86400 11900 1840 230 1.5 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +306000.0 16.1 2.2 39 97900 786 1415 315 583 884 90 61600 87900 12600 2060 250 2.1 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +309600.0 17.2 2.2 36 97900 753 1415 320 545 849 91 57200 83800 12400 2000 260 3.6 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +313200.0 18.3 1.7 33 97900 648 1415 324 483 895 71 50400 86300 10800 1450 260 6.7 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +316800.0 18.9 1.7 32 97900 479 1415 327 342 807 67 35000 73800 9900 1280 260 5.7 0 0 16.0 2000 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +320400.0 18.9 1.1 30 97900 258 1415 340 193 660 72 19100 46900 10500 1160 250 5.2 3 3 16.0 2000 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +324000.0 17.2 1.1 34 97900 35 766 332 1 120 0 0 0 0 0 240 3.6 3 3 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +327600.0 16.1 1.1 36 98000 0 0 327 0 0 0 0 0 0 0 0 0.0 3 3 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +331200.0 15.0 1.1 39 98100 0 0 309 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +334800.0 14.4 2.2 44 98200 0 0 307 0 0 0 0 0 0 0 60 2.6 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +338400.0 12.2 2.2 50 98200 0 0 298 0 0 0 0 0 0 0 80 4.6 0 0 16.0 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +342000.0 11.1 2.8 57 98400 0 0 294 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +345600.0 9.4 2.8 63 98300 0 0 287 0 0 0 0 0 0 0 210 2.6 0 0 16.0 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +349200.0 10.0 2.2 58 98300 0 0 289 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +352800.0 9.4 2.2 61 98400 0 0 287 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +356400.0 8.3 2.2 65 98400 0 0 282 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +360000.0 7.2 0.6 63 98500 0 0 276 0 0 0 0 0 0 0 150 2.1 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +363600.0 7.8 -1.7 50 98600 0 0 282 0 0 0 0 0 0 0 100 2.6 1 1 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +367200.0 6.7 -1.1 57 98600 0 0 278 0 0 0 0 0 0 0 0 0.0 3 1 16.0 7620 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +370800.0 6.7 -1.7 54 98700 0 0 284 0 0 0 0 0 0 0 0 0.0 3 3 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +374400.0 6.1 -0.6 62 98700 23 601 271 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +378000.0 10.6 -5.0 31 98800 233 1415 290 115 516 30 11800 38600 5500 600 70 4.6 2 1 16.0 7620 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +381600.0 11.7 -4.4 31 98900 459 1415 289 296 748 52 31000 68400 8700 1090 0 0.0 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +385200.0 13.9 -4.4 27 98900 635 1415 298 438 844 58 46000 81300 9400 1360 260 2.1 0 0 16.0 2000 9 999999999 60 0.0470 0 88 0.200 0.0 1.0 +388800.0 15.6 -5.6 22 98800 747 1415 304 542 849 92 56800 83700 12400 2000 250 2.1 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +392400.0 16.7 -8.3 16 98700 788 1415 306 552 752 132 58100 75100 16100 2970 0 0.0 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +396000.0 17.8 -8.3 15 98600 756 1415 316 583 910 95 60900 89700 12800 2060 280 1.5 3 1 16.0 7620 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +399600.0 17.2 -7.8 16 98600 651 1415 314 483 876 78 50600 85100 11200 1650 0 0.0 1 1 16.0 7620 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +403200.0 17.2 -7.8 16 98700 482 1415 318 332 713 88 34300 65000 12000 1660 250 3.6 4 2 16.0 7620 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +406800.0 17.2 -7.2 17 98600 261 1415 319 188 627 72 18700 44900 10400 1160 270 3.6 4 2 16.0 7620 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +410400.0 15.6 -6.1 21 98600 37 766 313 2 120 1 800 6800 500 40 220 2.1 3 2 16.0 7620 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +414000.0 14.4 -6.1 22 98600 0 0 316 0 0 0 0 0 0 0 260 2.1 5 5 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +417600.0 12.8 -3.3 31 98700 0 0 295 0 0 0 0 0 0 0 270 2.1 0 0 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +421200.0 12.2 -4.4 30 98700 0 0 291 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +424800.0 12.2 -4.4 30 98600 0 0 291 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +428400.0 10.0 -2.8 39 98700 0 0 284 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +432000.0 9.4 -3.3 39 98600 0 0 286 0 0 0 0 0 0 0 110 3.1 1 1 16.0 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +435600.0 8.3 -3.3 42 98500 0 0 277 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +439200.0 7.8 -4.4 40 98500 0 0 274 0 0 0 0 0 0 0 100 3.1 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +442800.0 7.2 -3.3 46 98500 0 0 272 0 0 0 0 0 0 0 130 1.5 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +446400.0 7.8 -5.0 38 98600 0 0 273 0 0 0 0 0 0 0 360 1.5 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +450000.0 6.1 -3.9 47 98600 0 0 268 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +453600.0 5.6 -3.9 49 98500 0 0 266 0 0 0 0 0 0 0 90 3.1 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +457200.0 5.6 -3.9 49 98500 0 0 266 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +460800.0 6.1 -3.9 47 98600 23 601 273 0 0 0 0 0 0 0 70 2.1 1 1 16.0 7620 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +464400.0 6.7 -3.9 45 98700 233 1415 284 64 48 56 7000 3700 6400 1390 60 2.1 6 4 16.0 7620 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +468000.0 8.9 -3.3 41 98700 459 1415 291 314 642 105 31900 56900 13300 1870 120 1.5 6 3 16.0 7620 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +471600.0 12.2 -4.4 30 98800 636 1415 297 412 605 139 42200 57800 16100 2690 130 2.6 1 1 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +475200.0 14.4 -5.0 24 98700 749 1415 305 559 843 111 57400 82400 13600 2220 130 1.5 2 1 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +478800.0 15.6 -4.4 24 98500 791 1415 311 546 722 141 57100 71900 16800 3150 120 1.5 2 1 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +482400.0 16.7 -5.0 21 98500 758 1415 320 544 842 90 57100 83300 12300 2000 0 0.0 3 2 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +486000.0 18.3 -6.1 17 98500 655 1415 315 446 744 101 47000 72800 13200 2100 0 0.0 1 0 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +489600.0 18.3 -6.1 17 98500 486 1415 315 339 745 82 35200 68300 11600 1570 290 2.1 0 0 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +493200.0 18.9 -6.1 17 98500 265 1415 317 201 567 94 19900 40800 12300 1810 230 2.6 0 0 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +496800.0 17.2 -5.6 19 98500 39 790 311 2 115 1 800 6600 500 40 270 2.1 1 0 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +500400.0 15.6 -4.4 24 98500 0 0 305 0 0 0 0 0 0 0 250 2.1 0 0 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +504000.0 13.9 -2.8 30 98500 0 0 300 0 0 0 0 0 0 0 0 0.0 0 0 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +507600.0 12.8 -1.1 38 98500 0 0 303 0 0 0 0 0 0 0 0 0.0 1 1 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +511200.0 11.7 -1.1 41 98600 0 0 293 0 0 0 0 0 0 0 230 1.5 0 0 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +514800.0 11.1 -1.7 40 98600 0 0 290 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +518400.0 10.0 -1.1 45 98500 0 0 286 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +522000.0 9.4 -1.7 45 98500 0 0 283 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +525600.0 9.4 -1.1 47 98500 0 0 283 0 0 0 0 0 0 0 70 2.6 0 0 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +529200.0 8.9 -1.1 49 98500 0 0 281 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +532800.0 8.3 -2.2 46 98500 0 0 278 0 0 0 0 0 0 0 100 1.5 0 0 16.0 2000 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +536400.0 7.2 -1.1 55 98500 0 0 280 0 0 0 0 0 0 0 100 2.6 1 1 16.0 2000 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +540000.0 7.2 -1.1 55 98500 0 0 275 0 0 0 0 0 0 0 90 1.5 1 0 16.0 2000 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +543600.0 7.2 -0.6 57 98500 0 0 284 0 0 0 0 0 0 0 110 3.6 3 2 16.0 7620 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +547200.0 6.7 -0.6 59 98500 23 601 278 0 0 0 0 0 0 0 80 3.6 3 1 16.0 7620 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +550800.0 8.3 -1.1 51 98600 233 1415 279 112 381 49 11300 26600 6900 850 90 3.1 0 0 16.0 7620 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +554400.0 11.7 -2.2 37 98600 460 1415 297 245 368 125 25300 33300 14400 2410 110 2.6 2 1 16.0 7620 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +558000.0 13.9 -2.2 32 98700 637 1415 306 385 518 151 40600 51000 17600 3060 70 2.1 2 1 16.0 7620 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +561600.0 16.7 -1.1 29 98600 751 1415 320 405 273 259 42800 28500 27600 6240 0 0.0 3 1 16.0 7620 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +565200.0 18.3 -1.1 27 98400 793 1415 331 594 740 178 61200 72800 20200 3830 0 0.0 5 2 16.0 6096 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +568800.0 20.0 -1.1 24 98300 762 1415 339 466 445 225 48200 44900 24000 5050 0 0.0 4 2 16.0 6096 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +572400.0 21.1 -0.6 23 98300 658 1415 345 368 344 207 39000 35100 22600 4650 290 1.5 3 2 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +576000.0 22.2 0.0 23 98200 490 1415 346 363 717 114 36800 64600 14400 2040 260 2.1 2 1 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +579600.0 21.7 0.6 25 98100 269 1415 349 196 720 59 19900 53300 9700 1020 250 1.5 4 2 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +583200.0 20.0 0.6 27 98100 41 814 337 3 154 1 1100 8900 600 40 0 0.0 3 1 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +586800.0 18.9 1.1 30 98200 0 0 332 0 0 0 0 0 0 0 0 0.0 1 1 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +590400.0 17.2 2.2 36 98200 0 0 330 0 0 0 0 0 0 0 0 0.0 4 2 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +594000.0 16.7 2.2 38 98200 0 0 328 0 0 0 0 0 0 0 270 1.5 3 2 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +597600.0 14.4 2.2 44 98200 0 0 318 0 0 0 0 0 0 0 0 0.0 5 2 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +601200.0 15.0 2.2 42 98300 0 0 320 0 0 0 0 0 0 0 0 0.0 6 2 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +604800.0 13.3 2.8 49 98100 0 0 317 0 0 0 0 0 0 0 100 2.1 6 3 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +608400.0 12.8 2.2 48 98100 0 0 311 0 0 0 0 0 0 0 100 2.6 4 2 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +612000.0 11.7 1.7 50 98000 0 0 301 0 0 0 0 0 0 0 130 1.5 2 1 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +615600.0 12.2 2.2 50 98000 0 0 304 0 0 0 0 0 0 0 0 0.0 1 1 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +619200.0 10.6 1.7 54 98000 0 0 291 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +622800.0 10.0 2.2 58 98000 0 0 289 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +626400.0 9.4 2.2 61 97900 0 0 287 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +630000.0 8.9 2.2 63 97900 0 0 285 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +633600.0 8.9 1.7 61 98000 23 601 284 0 0 0 0 0 0 0 70 2.6 0 0 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +637200.0 12.2 2.2 50 98000 233 1415 298 125 613 23 13200 47400 5400 590 90 2.1 0 0 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +640800.0 15.0 2.2 42 98100 461 1415 310 310 821 41 32800 75200 8100 1020 90 3.1 0 0 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +644400.0 18.9 2.2 33 98100 639 1415 327 449 873 53 47300 84200 9100 1320 120 2.1 1 0 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +648000.0 21.7 2.2 28 98100 753 1415 381 559 914 71 58500 89600 10700 1630 0 0.0 10 9 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +651600.0 23.3 2.2 25 97900 796 1415 347 600 914 84 62500 89900 11700 1780 70 1.5 1 0 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +655200.0 26.1 1.7 20 97800 765 1415 360 556 811 116 58800 81100 14800 2600 0 0.0 0 0 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +658800.0 27.2 1.7 19 97800 662 1415 372 502 912 73 52300 88100 11000 1480 0 0.0 1 1 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +662400.0 26.7 1.1 19 97700 494 1415 369 362 849 64 37400 78400 9900 1270 360 1.5 1 1 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +666000.0 26.7 1.1 19 97600 273 1415 362 208 757 62 21000 56200 10100 1060 0 0.0 0 0 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +669600.0 23.3 3.9 28 97600 43 837 349 4 171 1 1200 9900 700 40 230 1.5 0 0 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +673200.0 21.7 3.9 31 97600 0 0 342 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +676800.0 20.6 3.9 33 97600 0 0 337 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +680400.0 16.7 5.6 48 97600 0 0 321 0 0 0 0 0 0 0 170 1.5 0 0 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +684000.0 16.7 3.9 42 97600 0 0 319 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +687600.0 15.6 3.3 44 97700 0 0 320 0 0 0 0 0 0 0 90 3.1 1 1 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +691200.0 14.4 2.8 46 97500 0 0 314 0 0 0 0 0 0 0 90 3.6 2 1 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +694800.0 13.9 2.8 47 97500 0 0 312 0 0 0 0 0 0 0 100 3.6 2 1 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +698400.0 13.9 3.3 49 97500 0 0 312 0 0 0 0 0 0 0 100 4.1 2 1 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +702000.0 13.3 2.8 49 97500 0 0 309 0 0 0 0 0 0 0 110 3.6 1 1 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +705600.0 12.2 2.8 53 97500 0 0 304 0 0 0 0 0 0 0 80 3.6 2 1 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +709200.0 11.7 2.2 52 97600 0 0 306 0 0 0 0 0 0 0 130 3.6 4 2 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +712800.0 13.9 1.7 44 97500 0 0 318 0 0 0 0 0 0 0 130 3.6 4 3 16.0 6096 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +716400.0 12.2 1.7 49 97600 0 0 310 0 0 0 0 0 0 0 110 3.6 5 3 16.0 6096 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +720000.0 11.7 2.2 52 97600 23 601 302 0 0 0 0 0 0 0 90 3.1 3 1 16.0 6096 9 999999999 150 0.0460 0 88 0.200 0.0 1.0 +723600.0 13.9 2.2 45 97600 234 1415 315 86 227 49 9100 15600 6500 880 90 3.6 4 2 16.0 6096 9 999999999 150 0.0460 0 88 0.200 0.0 1.0 +727200.0 16.1 2.2 39 97700 462 1415 325 250 424 110 26000 38500 13400 2080 90 4.1 5 2 16.0 6096 9 999999999 160 0.0460 0 88 0.200 0.0 1.0 +730800.0 17.8 1.7 34 97700 640 1415 332 401 617 121 41600 59500 14500 2420 100 3.6 5 2 16.0 6096 9 999999999 160 0.0460 0 88 0.200 0.0 1.0 +734400.0 20.0 1.7 30 97600 755 1415 342 450 415 228 48200 43400 24900 5350 120 3.1 5 2 16.0 6096 9 999999999 160 0.0460 0 88 0.200 0.0 1.0 +738000.0 21.1 1.7 28 97500 799 1415 351 412 186 306 44300 19200 33400 8020 110 2.6 6 3 16.0 6096 9 999999999 160 0.0460 0 88 0.200 0.0 1.0 +741600.0 21.7 2.2 28 97400 768 1415 355 407 189 304 43700 19400 33100 7830 0 0.0 8 3 16.0 6096 9 999999999 160 0.0460 0 88 0.200 0.0 1.0 +745200.0 22.2 2.2 27 97300 665 1415 360 367 368 193 39100 37700 21300 4270 260 2.1 8 4 16.0 6096 9 999999999 150 0.0460 0 88 0.200 0.0 1.0 +748800.0 22.2 2.2 27 97400 497 1415 357 251 245 165 26300 23300 18100 3530 290 2.1 7 3 16.0 6096 9 999999999 150 0.0460 0 88 0.200 0.0 1.0 +752400.0 21.7 4.4 32 97300 277 1415 357 204 431 119 19800 31500 13600 2380 230 1.5 7 3 16.0 6096 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +756000.0 19.4 5.6 40 97300 46 861 350 4 102 3 1000 5900 600 110 220 2.1 8 4 16.0 6096 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +759600.0 19.4 4.4 37 97300 0 0 346 0 0 0 0 0 0 0 290 1.5 7 3 16.0 6096 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +763200.0 17.8 5.0 43 97400 0 0 339 0 0 0 0 0 0 0 0 0.0 7 3 16.0 6096 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +766800.0 16.7 5.6 48 97400 0 0 340 0 0 0 0 0 0 0 0 0.0 6 5 16.0 3658 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +770400.0 15.6 5.0 49 97400 0 0 334 0 0 0 0 0 0 0 220 1.5 6 5 16.0 6096 9 999999999 150 0.0460 0 88 0.200 0.0 1.0 +774000.0 16.1 3.3 42 97500 0 0 342 0 0 0 0 0 0 0 0 0.0 8 7 16.0 6096 9 999999999 150 0.0460 0 88 0.200 0.0 1.0 +777600.0 15.6 5.0 49 97400 0 0 341 0 0 0 0 0 0 0 80 2.6 8 7 16.0 6096 9 999999999 150 0.0460 0 88 0.200 0.0 1.0 +781200.0 16.1 4.4 46 97400 0 0 343 0 0 0 0 0 0 0 0 0.0 8 7 16.0 6096 9 999999999 160 0.0460 0 88 0.200 0.0 1.0 +784800.0 15.6 4.4 47 97400 0 0 337 0 0 0 0 0 0 0 220 2.6 8 6 16.0 6096 9 999999999 160 0.0460 0 88 0.200 0.0 1.0 +788400.0 15.0 4.4 49 97400 0 0 334 0 0 0 0 0 0 0 90 2.1 8 6 16.0 6096 9 999999999 170 0.0460 0 88 0.200 0.0 1.0 +792000.0 14.4 4.4 51 97400 0 0 326 0 0 0 0 0 0 0 110 1.5 6 4 16.0 6096 9 999999999 170 0.0460 0 88 0.200 0.0 1.0 +795600.0 13.9 3.9 51 97500 0 0 320 0 0 0 0 0 0 0 100 4.1 5 3 16.0 6096 9 999999999 170 0.0460 0 88 0.200 0.0 1.0 +799200.0 13.3 3.9 53 97400 0 0 323 0 0 0 0 0 0 0 0 0.0 6 5 16.0 6096 9 999999999 170 0.0460 0 88 0.200 0.0 1.0 +802800.0 13.9 3.9 51 97500 0 0 332 0 0 0 0 0 0 0 350 4.1 7 7 16.0 4267 9 999999999 170 0.0460 0 88 0.200 0.0 1.0 +806400.0 13.3 4.4 55 97500 23 601 330 0 0 0 0 0 0 0 230 2.1 8 7 16.0 6096 9 999999999 170 0.0460 0 88 0.200 0.0 1.0 +810000.0 14.4 4.4 51 97600 234 1415 331 19 0 19 2300 0 2300 780 270 2.1 7 6 16.0 6096 9 999999999 170 0.0460 0 88 0.200 0.0 1.0 +813600.0 16.1 4.4 46 97700 463 1415 366 125 11 121 14000 700 13800 4450 240 2.1 10 10 16.0 2896 9 999999999 160 0.0460 0 88 0.200 0.0 1.0 +817200.0 17.2 3.9 41 97800 642 1415 371 206 41 187 22600 4000 20700 5440 210 2.1 10 10 16.0 2743 9 999999999 160 0.0460 0 88 0.200 0.0 1.0 +820800.0 18.9 4.4 38 97700 757 1415 356 541 670 181 55300 65300 20300 3730 210 2.6 8 7 16.0 4267 9 999999999 160 0.0460 0 88 0.200 0.0 1.0 +824400.0 20.0 3.3 33 97600 801 1415 344 606 920 82 63100 90600 11600 1780 220 2.1 2 2 16.0 7620 9 999999999 160 0.0460 0 88 0.200 0.0 1.0 +828000.0 22.2 2.8 28 97600 771 1415 343 581 927 73 60700 91000 10800 1670 230 2.1 0 0 16.0 7620 9 999999999 150 0.0460 0 88 0.200 0.0 1.0 +831600.0 22.2 2.8 28 97600 669 1415 343 465 524 216 47500 51700 22900 4630 0 0.0 0 0 16.0 2000 9 999999999 150 0.0460 0 88 0.200 0.0 1.0 +835200.0 23.3 3.9 28 97600 501 1415 370 58 0 58 7000 0 7000 2560 0 0.0 5 5 16.0 2000 9 999999999 150 0.0460 0 88 0.200 0.0 1.0 +838800.0 19.4 6.7 44 97700 281 1415 362 31 0 31 3700 0 3700 1260 30 12.9 7 7 11.2 4267 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +842400.0 17.2 9.4 60 97900 48 884 378 1 0 1 100 0 100 40 70 7.7 10 10 16.0 2286 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +846000.0 17.2 7.8 54 97900 0 0 352 0 0 0 0 0 0 0 140 4.6 8 7 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +849600.0 16.1 8.3 60 97900 0 0 338 0 0 0 0 0 0 0 40 1.5 4 4 16.0 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +853200.0 17.2 6.7 50 98000 0 0 325 0 0 0 0 0 0 0 360 2.6 0 0 16.0 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +856800.0 13.9 7.8 67 98000 0 0 311 0 0 0 0 0 0 0 210 2.1 0 0 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +860400.0 16.1 0.6 35 98100 0 0 313 0 0 0 0 0 0 0 40 3.1 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +864000.0 15.6 0.6 36 98100 0 0 311 0 0 0 0 0 0 0 20 1.5 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +867600.0 12.8 2.2 48 98100 0 0 301 0 0 0 0 0 0 0 270 3.1 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +871200.0 13.9 -1.1 35 98100 0 0 302 0 0 0 0 0 0 0 280 3.6 0 0 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +874800.0 11.1 1.1 50 98100 0 0 292 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +878400.0 12.8 -1.1 38 98200 0 0 297 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +882000.0 12.2 -0.6 41 98300 0 0 295 0 0 0 0 0 0 0 50 2.1 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +885600.0 13.3 0.6 42 98200 0 0 301 0 0 0 0 0 0 0 40 1.5 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +889200.0 11.7 0.6 46 98300 0 0 294 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +892800.0 13.9 0.6 40 98400 23 601 304 0 0 0 0 0 0 0 60 5.2 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +896400.0 16.7 -0.6 31 98500 235 1414 314 125 604 24 13300 46800 5400 600 50 7.7 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +900000.0 17.2 0.0 31 98500 465 1414 317 310 793 48 32600 72600 8600 1070 50 6.7 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +903600.0 19.4 -0.6 26 98600 644 1414 326 459 896 49 48400 86500 8900 1280 60 8.8 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +907200.0 21.1 0.0 24 98500 760 1414 335 564 914 71 59000 89700 10600 1640 50 5.2 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +910800.0 21.7 -0.6 22 98400 805 1414 337 605 944 66 63500 93100 10300 1660 40 5.7 0 0 16.0 2000 9 999999999 80 0.0460 0 88 0.200 0.0 1.0 +914400.0 22.8 -2.2 18 98300 775 1414 340 574 915 71 60100 89900 10600 1660 80 5.2 0 0 16.0 2000 9 999999999 80 0.0460 0 88 0.200 0.0 1.0 +918000.0 23.9 -1.1 19 98200 673 1414 346 492 861 81 51600 84000 11500 1720 110 2.6 0 0 16.0 2000 9 999999999 80 0.0460 0 88 0.200 0.0 1.0 +921600.0 23.3 -1.1 19 98200 506 1414 343 374 865 64 38800 80400 10000 1280 80 1.5 0 0 16.0 2000 9 999999999 80 0.0460 0 88 0.200 0.0 1.0 +925200.0 23.9 -1.1 19 98100 285 1414 346 211 761 57 20700 58900 8700 850 0 0.0 0 0 16.0 2000 9 999999999 80 0.0460 0 88 0.200 0.0 1.0 +928800.0 21.1 0.0 24 98200 50 908 335 6 199 2 1600 11700 900 80 220 2.1 0 0 16.0 2000 9 999999999 80 0.0460 0 88 0.200 0.0 1.0 +932400.0 19.4 0.0 27 98200 0 0 327 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 80 0.0460 0 88 0.200 0.0 1.0 +936000.0 18.3 0.0 29 98200 0 0 322 0 0 0 0 0 0 0 240 1.5 0 0 16.0 2000 9 999999999 80 0.0460 0 88 0.200 0.0 1.0 +939600.0 16.1 0.6 35 98300 0 0 313 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +943200.0 14.4 1.1 40 98200 0 0 306 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +946800.0 13.9 2.8 47 98300 0 0 306 0 0 0 0 0 0 0 80 3.1 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +950400.0 12.2 2.8 53 98300 0 0 299 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +954000.0 12.2 2.2 50 98300 0 0 298 0 0 0 0 0 0 0 140 2.6 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +957600.0 12.2 1.1 47 98300 0 0 297 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +961200.0 12.2 0.6 45 98300 0 0 296 0 0 0 0 0 0 0 70 4.6 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +964800.0 11.7 -0.6 42 98300 0 0 293 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +968400.0 10.6 0.0 48 98400 0 0 289 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +972000.0 9.4 0.0 52 98300 0 0 284 0 0 0 0 0 0 0 100 2.6 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +975600.0 10.0 -1.1 45 98300 0 0 286 0 0 0 0 0 0 0 30 1.5 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +979200.0 9.4 1.1 56 98400 23 625 286 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +982800.0 11.1 2.2 54 98400 236 1414 294 119 551 26 12500 42700 5400 610 90 3.1 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +986400.0 15.0 1.1 39 98400 466 1414 309 296 709 61 30500 64700 9100 1200 120 3.1 0 0 16.0 2000 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +990000.0 16.7 1.1 35 98400 646 1414 316 454 850 64 47600 82000 10000 1420 120 4.6 0 0 16.0 2000 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +993600.0 18.9 0.0 28 98400 763 1414 325 552 866 84 58600 86000 12100 1920 0 0.0 0 0 16.0 2000 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +997200.0 20.0 -1.1 24 98200 808 1414 328 605 908 85 63000 89400 11800 1810 0 0.0 0 0 16.0 7620 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +1000800.0 21.7 -2.2 20 98100 778 1414 335 574 890 82 59800 87400 11500 1730 360 1.5 0 0 16.0 7620 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +1004400.0 23.3 -2.8 17 98000 677 1414 341 478 792 97 49100 76700 12300 1910 0 0.0 0 0 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1008000.0 22.2 -3.3 17 98000 510 1414 336 348 705 93 36000 65100 12400 1770 280 1.5 0 0 16.0 2000 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1011600.0 23.3 -2.2 18 97900 289 1414 342 207 528 98 20600 39700 12500 1880 0 0.0 0 0 16.0 2000 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1015200.0 21.1 -1.1 22 97900 53 908 333 7 145 3 1300 8600 800 110 240 1.5 0 0 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1018800.0 18.9 0.0 28 97700 0 0 331 0 0 0 0 0 0 0 0 0.0 1 1 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1022400.0 18.3 0.0 29 97800 0 0 328 0 0 0 0 0 0 0 0 0.0 2 1 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1026000.0 15.6 2.2 40 97700 0 0 319 0 0 0 0 0 0 0 210 1.5 2 1 16.0 2000 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1029600.0 15.0 0.6 37 97700 0 0 308 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1033200.0 13.9 1.1 42 97700 0 0 304 0 0 0 0 0 0 0 130 2.1 0 0 16.0 2000 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +1036800.0 12.2 1.1 47 97600 0 0 297 0 0 0 0 0 0 0 100 2.6 0 0 16.0 2000 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +1040400.0 11.7 0.0 44 97500 0 0 294 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1044000.0 10.0 1.1 54 97500 0 0 288 0 0 0 0 0 0 0 100 3.1 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1047600.0 10.0 1.7 56 97500 0 0 289 0 0 0 0 0 0 0 80 4.1 0 0 16.0 2000 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1051200.0 9.4 0.6 54 97400 0 0 285 0 0 0 0 0 0 0 80 3.1 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1054800.0 8.3 1.1 60 97500 0 0 281 0 0 0 0 0 0 0 120 3.1 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1058400.0 8.3 0.0 56 97400 0 0 280 0 0 0 0 0 0 0 90 3.1 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1062000.0 7.8 0.6 60 97400 0 0 279 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1065600.0 7.8 0.6 60 97500 24 625 279 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1069200.0 10.0 0.6 52 97500 237 1414 287 122 571 26 13000 44300 5500 620 110 2.1 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1072800.0 13.9 -0.6 37 97600 468 1414 302 310 793 46 32600 72800 8400 1070 120 2.6 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1076400.0 16.7 -1.1 29 97600 648 1414 314 448 844 60 47100 81500 9600 1390 110 2.6 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1080000.0 17.8 -0.6 29 97600 765 1414 319 552 854 88 58300 84700 12300 1990 120 2.1 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1083600.0 19.4 -0.6 26 97500 811 1414 326 581 829 103 60700 82200 13400 2300 120 2.1 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1087200.0 20.0 -1.1 24 97400 782 1414 328 567 859 90 59900 85300 12500 2050 290 2.1 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1090800.0 21.1 -0.6 23 97400 681 1414 334 498 866 79 52400 84700 11400 1710 270 2.1 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1094400.0 21.1 -3.3 19 97400 514 1414 331 363 803 70 37300 74600 10100 1360 290 2.6 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1098000.0 21.7 -2.8 19 97300 293 1414 334 217 707 70 21800 53800 10600 1190 330 2.1 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1101600.0 19.4 -1.7 24 97300 55 931 325 8 203 3 1800 12100 1000 110 0 0.0 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1105200.0 17.2 -1.7 27 97300 0 0 315 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1108800.0 15.0 -1.1 33 97300 0 0 306 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1112400.0 13.3 2.2 47 97300 0 0 303 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1116000.0 12.8 0.6 43 97300 0 0 299 0 0 0 0 0 0 0 80 3.1 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1119600.0 11.7 -1.1 41 97400 0 0 293 0 0 0 0 0 0 0 100 3.1 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1123200.0 11.1 -1.1 42 97400 0 0 290 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1126800.0 10.0 0.0 50 97400 0 0 287 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1130400.0 9.4 -0.6 49 97400 0 0 284 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1134000.0 8.9 -0.6 51 97400 0 0 282 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1137600.0 8.9 -1.7 47 97300 0 0 281 0 0 0 0 0 0 0 90 3.6 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1141200.0 7.8 -2.2 48 97500 0 0 276 0 0 0 0 0 0 0 100 4.6 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1144800.0 7.2 -2.2 50 97400 0 0 273 0 0 0 0 0 0 0 100 4.6 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1148400.0 7.8 -2.2 48 97400 0 0 276 0 0 0 0 0 0 0 100 2.6 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1152000.0 8.3 -2.8 44 97500 24 625 277 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1155600.0 11.1 -3.3 35 97600 239 1414 288 125 596 24 13300 46400 5400 600 120 3.1 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1159200.0 13.9 -3.9 28 97600 470 1414 299 315 816 42 33200 75000 8200 1040 100 3.1 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1162800.0 16.1 -5.6 21 97600 651 1414 306 454 856 58 47700 82700 9500 1380 90 4.6 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1166400.0 18.9 -3.9 20 97600 768 1414 320 564 890 78 58800 87300 11200 1700 110 2.1 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1170000.0 20.0 -3.9 19 97400 814 1414 325 623 932 84 64900 91800 11800 1820 60 1.5 1 0 16.0 2000 9 999999999 120 0.0450 0 88 0.200 0.0 1.0 +1173600.0 20.6 -2.8 20 97300 786 1414 329 579 890 83 60400 87500 11600 1750 0 0.0 1 0 16.0 2000 9 999999999 139 0.0450 0 88 0.200 0.0 1.0 +1177200.0 21.7 -2.8 19 97300 685 1414 334 497 847 85 51900 82700 11700 1790 90 2.1 0 0 16.0 2000 9 999999999 129 0.0450 0 88 0.200 0.0 1.0 +1180800.0 22.8 -2.8 17 97300 518 1414 339 346 552 142 35600 51700 16600 2780 170 2.1 0 0 16.0 2000 9 999999999 120 0.0450 0 88 0.200 0.0 1.0 +1184400.0 22.2 -2.8 18 97200 298 1414 336 213 536 100 21400 40900 12700 1920 0 0.0 0 0 16.0 2000 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +1188000.0 20.6 -0.6 24 97200 58 955 332 9 161 4 1600 9600 1000 150 0 0.0 0 0 16.0 7620 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +1191600.0 17.8 -1.1 27 97200 0 0 325 0 0 0 0 0 0 0 230 2.1 1 1 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1195200.0 15.6 1.7 39 97200 0 0 318 0 0 0 0 0 0 0 240 2.1 1 1 16.0 2000 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1198800.0 15.6 0.0 34 97200 0 0 316 0 0 0 0 0 0 0 280 1.5 3 1 16.0 7620 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1202400.0 13.9 0.0 38 97200 0 0 309 0 0 0 0 0 0 0 80 3.1 2 1 16.0 7620 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1206000.0 13.3 -1.1 37 97300 0 0 305 0 0 0 0 0 0 0 90 2.6 2 1 16.0 7620 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1209600.0 12.2 -1.1 39 97300 0 0 307 0 0 0 0 0 0 0 90 2.6 4 3 16.0 2000 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1213200.0 11.7 0.0 44 97200 0 0 309 0 0 0 0 0 0 0 80 4.1 6 4 16.0 7620 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1216800.0 11.1 -1.1 42 97200 0 0 307 0 0 0 0 0 0 0 80 4.6 8 5 16.0 7620 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1220400.0 10.6 -1.1 44 97200 0 0 294 0 0 0 0 0 0 0 80 4.1 2 1 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1224000.0 10.0 -2.2 41 97200 0 0 290 0 0 0 0 0 0 0 80 3.6 2 1 16.0 2000 9 999999999 129 0.0450 0 88 0.200 0.0 1.0 +1227600.0 10.0 -2.2 41 97300 0 0 294 0 0 0 0 0 0 0 80 4.1 4 2 16.0 7620 9 999999999 150 0.0450 0 88 0.200 0.0 1.0 +1231200.0 9.4 -2.8 41 97200 0 0 294 0 0 0 0 0 0 0 80 4.1 7 3 16.0 7620 9 999999999 129 0.0450 0 88 0.200 0.0 1.0 +1234800.0 10.0 -2.8 39 97200 0 0 296 0 0 0 0 0 0 0 80 3.6 8 3 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1238400.0 10.0 -2.8 39 97300 24 624 296 0 0 0 0 0 0 0 100 1.5 6 3 16.0 7620 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1242000.0 11.1 -3.3 35 97300 240 1414 303 19 0 19 2300 0 2300 790 70 3.6 8 4 16.0 7620 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1245600.0 13.3 -2.2 33 97400 472 1414 311 79 0 79 9200 0 9200 3260 90 2.1 8 3 16.0 7620 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1249200.0 14.4 -2.8 30 97500 653 1414 312 74 0 74 9000 0 9000 3470 100 2.6 6 2 16.0 4572 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +1252800.0 15.0 -1.1 33 97400 771 1414 322 159 0 159 18600 0 18600 7050 90 2.1 9 4 16.0 4572 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +1256400.0 16.7 -0.6 31 97300 818 1414 333 387 192 275 42000 20000 30400 7300 70 2.6 9 5 16.0 4572 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1260000.0 18.9 -0.6 27 97200 790 1414 341 251 24 237 28500 2100 27300 9530 40 1.5 8 4 16.0 4572 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1263600.0 19.4 0.6 28 97300 689 1414 344 392 249 270 42000 25200 29700 6680 0 0.0 8 4 16.0 4572 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1267200.0 20.0 -0.6 25 97200 523 1414 346 123 0 123 14000 0 14000 4790 0 0.0 8 4 16.0 4572 9 999999999 120 0.0450 0 88 0.200 0.0 1.0 +1270800.0 20.6 -1.1 23 97200 302 1414 348 223 433 130 22600 33300 15500 2840 0 0.0 9 4 16.0 4572 9 999999999 120 0.0450 0 88 0.200 0.0 1.0 +1274400.0 17.2 2.8 38 97300 61 978 326 11 136 6 1700 7700 1200 150 220 2.1 1 1 16.0 7620 9 999999999 129 0.0450 0 88 0.200 0.0 1.0 +1278000.0 16.7 1.7 36 97300 0 0 333 0 0 0 0 0 0 0 260 1.5 5 4 16.0 7620 9 999999999 139 0.0450 0 88 0.200 0.0 1.0 +1281600.0 16.1 1.1 36 97300 0 0 330 0 0 0 0 0 0 0 270 2.6 9 4 16.0 7620 9 999999999 150 0.0450 0 88 0.200 0.0 1.0 +1285200.0 16.1 0.6 35 97400 0 0 327 0 0 0 0 0 0 0 240 1.5 7 3 16.0 4572 9 999999999 160 0.0450 0 88 0.200 0.0 1.0 +1288800.0 15.6 0.6 36 97400 0 0 329 0 0 0 0 0 0 0 0 0.0 7 5 16.0 7620 9 999999999 170 0.0450 0 88 0.200 0.0 1.0 +1292400.0 13.9 1.1 42 97500 0 0 320 0 0 0 0 0 0 0 110 2.6 7 4 16.0 7620 9 999999999 179 0.0450 0 88 0.200 0.0 1.0 +1296000.0 14.4 1.1 40 97500 0 0 331 0 0 0 0 0 0 0 70 2.6 9 7 16.0 4572 9 999999999 189 0.0450 0 88 0.200 0.0 1.0 +1299600.0 13.9 2.2 45 97400 0 0 323 0 0 0 0 0 0 0 0 0.0 8 5 16.0 4572 9 999999999 200 0.0450 0 88 0.200 0.0 1.0 +1303200.0 12.8 2.2 48 97400 0 0 325 0 0 0 0 0 0 0 100 2.1 9 7 16.0 4572 9 999999999 209 0.0450 0 88 0.200 0.0 1.0 +1306800.0 12.8 3.3 52 97500 0 0 320 0 0 0 0 0 0 0 110 2.1 6 5 16.0 4572 9 999999999 189 0.0450 0 88 0.200 0.0 1.0 +1310400.0 12.8 3.9 55 97400 0 0 323 0 0 0 0 0 0 0 70 1.5 9 6 16.0 4572 9 999999999 170 0.0450 0 88 0.200 0.0 1.0 +1314000.0 12.2 3.3 54 97500 0 0 324 0 0 0 0 0 0 0 90 2.6 8 7 16.0 4572 9 999999999 150 0.0450 0 88 0.200 0.0 1.0 +1317600.0 12.2 3.3 54 97400 0 0 324 0 0 0 0 0 0 0 0 0.0 8 7 16.0 4572 9 999999999 150 0.0450 0 88 0.200 0.0 1.0 +1321200.0 12.2 3.9 57 97500 0 0 329 0 0 0 0 0 0 0 0 0.0 8 8 16.0 4572 9 999999999 150 0.0450 0 88 0.200 0.0 1.0 +1324800.0 12.2 3.3 54 97500 25 624 324 0 0 0 0 0 0 0 0 0.0 7 7 16.0 4572 9 999999999 160 0.0450 0 88 0.200 0.0 1.0 +1328400.0 13.3 2.8 49 97600 242 1414 328 32 0 32 3700 0 3700 1250 90 2.6 8 7 16.0 4572 9 999999999 170 0.0450 0 88 0.200 0.0 1.0 +1332000.0 13.3 3.3 51 97600 474 1414 322 79 0 79 9200 0 9200 3270 90 2.1 5 5 16.0 4572 9 999999999 179 0.0450 0 88 0.200 0.0 1.0 +1335600.0 15.0 3.9 47 97800 656 1414 330 79 0 79 9600 0 9600 3680 110 2.1 5 5 16.0 4572 9 999999999 189 0.0450 0 88 0.200 0.0 1.0 +1339200.0 16.1 4.4 46 97700 774 1414 336 262 47 236 28800 4700 26200 7330 170 1.5 5 5 16.0 4572 9 999999999 189 0.0450 0 88 0.200 0.0 1.0 +1342800.0 17.2 4.4 43 97600 822 1414 354 441 312 259 47200 33000 27900 6410 0 0.0 9 8 16.0 4572 9 999999999 200 0.0450 0 88 0.200 0.0 1.0 +1346400.0 17.2 6.7 50 97600 794 1414 357 257 30 240 29200 2600 27700 9640 290 4.6 9 8 16.0 4572 9 999999999 209 0.0450 0 88 0.200 0.0 1.0 +1350000.0 17.2 8.9 58 97500 694 1414 359 119 0 119 14100 0 14100 5330 300 4.1 8 8 16.0 4572 9 999999999 189 0.0450 0 88 0.200 0.0 1.0 +1353600.0 17.2 9.4 60 97600 527 1414 368 163 13 158 18200 1000 17800 5690 290 5.7 10 9 16.0 3048 9 999999999 179 0.0450 0 88 0.200 0.0 1.0 +1357200.0 16.7 8.9 60 97600 307 1414 364 192 300 126 19500 23300 14400 2720 290 4.6 9 9 16.0 3048 9 999999999 160 0.0450 0 88 0.200 0.0 1.0 +1360800.0 16.1 8.9 62 97600 64 1001 339 11 98 7 1500 4900 1200 140 290 4.1 4 4 16.0 6096 9 999999999 170 0.0450 0 88 0.200 0.0 1.0 +1364400.0 15.6 8.9 64 97600 0 0 334 0 0 0 0 0 0 0 280 3.6 4 3 16.0 2000 9 999999999 170 0.0450 0 88 0.200 0.0 1.0 +1368000.0 14.4 8.9 70 97700 0 0 328 0 0 0 0 0 0 0 240 1.5 4 3 16.0 2000 9 999999999 170 0.0450 0 88 0.200 0.0 1.0 +1371600.0 14.4 8.9 70 97700 0 0 336 0 0 0 0 0 0 0 0 0.0 7 6 16.0 3658 9 999999999 170 0.0450 0 88 0.200 0.0 1.0 +1375200.0 13.9 8.3 69 97700 0 0 333 0 0 0 0 0 0 0 0 0.0 9 6 16.0 3658 9 999999999 160 0.0450 0 88 0.200 0.0 1.0 +1378800.0 13.9 7.2 64 97800 0 0 336 0 0 0 0 0 0 0 240 2.1 7 7 16.0 4267 9 999999999 160 0.0450 0 88 0.200 0.0 1.0 +1382400.0 12.2 6.1 66 97700 0 0 320 0 0 0 0 0 0 0 230 2.6 5 5 16.0 2000 9 999999999 160 0.0450 0 88 0.200 0.0 1.0 +1386000.0 11.7 -0.6 42 97800 0 0 311 0 0 0 0 0 0 0 250 3.1 5 5 16.0 2000 9 999999999 160 0.0450 0 88 0.200 0.0 1.0 +1389600.0 11.1 -2.8 37 97800 0 0 288 0 0 0 0 0 0 0 240 3.1 0 0 16.0 2000 9 999999999 150 0.0450 0 88 0.200 0.0 1.0 +1393200.0 10.0 -2.2 41 97800 0 0 294 0 0 0 0 0 0 0 240 2.1 4 2 16.0 7620 9 999999999 150 0.0450 0 88 0.200 0.0 1.0 +1396800.0 10.0 -2.8 39 97800 0 0 293 0 0 0 0 0 0 0 270 2.6 3 2 16.0 7620 9 999999999 139 0.0450 0 88 0.200 0.0 1.0 +1400400.0 8.9 -1.7 47 97900 0 0 297 0 0 0 0 0 0 0 300 2.6 5 5 16.0 7620 9 999999999 129 0.0450 0 88 0.200 0.0 1.0 +1404000.0 7.8 -1.7 50 97800 0 0 282 0 0 0 0 0 0 0 0 0.0 2 1 16.0 7620 9 999999999 120 0.0450 0 88 0.200 0.0 1.0 +1407600.0 8.9 -3.3 41 97800 0 0 284 0 0 0 0 0 0 0 280 2.6 2 1 16.0 7620 9 999999999 120 0.0450 0 88 0.200 0.0 1.0 +1411200.0 8.3 -2.8 44 97900 26 648 277 0 0 0 0 0 0 0 0 0.0 0 0 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1414800.0 8.9 -2.2 45 98000 243 1414 280 133 593 30 13700 45100 5900 610 300 1.5 0 0 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1418400.0 10.0 -2.8 39 98000 476 1414 284 320 805 47 33600 74100 8600 1080 0 0.0 0 0 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1422000.0 12.2 -2.2 36 98100 659 1414 299 459 856 59 48300 82800 9500 1400 240 2.1 1 1 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1425600.0 13.3 -2.2 33 98000 778 1414 304 575 878 90 60700 87100 12600 2040 250 2.1 1 1 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1429200.0 14.4 -0.6 35 97900 825 1414 304 634 937 85 66000 92400 11800 1850 260 2.1 0 0 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1432800.0 15.6 -0.6 33 97800 798 1414 310 610 938 78 63600 92300 11300 1750 0 0.0 1 0 16.0 7620 9 999999999 110 0.0450 0 88 0.200 0.0 1.0 +1436400.0 16.7 -1.7 28 97800 698 1414 319 530 915 77 55300 88900 11300 1550 210 2.6 2 1 12.8 7620 9 999999999 100 0.0450 0 88 0.200 0.0 1.0 +1440000.0 16.7 -2.8 25 97800 532 1414 318 383 792 83 38700 73500 11000 1500 0 0.0 2 1 16.0 7620 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1443600.0 16.1 -2.8 26 97800 311 1414 309 229 724 69 23200 56700 10600 1200 240 2.6 1 0 16.0 7620 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1447200.0 15.0 -2.2 30 97800 67 1025 305 14 245 4 2300 14900 1300 150 210 2.6 0 0 16.0 7620 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1450800.0 13.3 -0.6 38 97800 0 0 300 0 0 0 0 0 0 0 0 0.0 0 0 16.0 7620 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1454400.0 11.1 0.6 48 97800 0 0 292 0 0 0 0 0 0 0 220 1.5 1 0 16.0 7620 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1458000.0 10.6 -1.7 42 97800 0 0 293 0 0 0 0 0 0 0 0 0.0 1 1 16.0 7620 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1461600.0 10.6 -2.2 40 97800 0 0 287 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1465200.0 8.3 -1.7 48 97900 0 0 278 0 0 0 0 0 0 0 90 3.1 0 0 16.0 2000 9 999999999 89 0.0450 0 88 0.200 0.0 1.0 +1468800.0 8.3 -0.6 53 97800 0 0 279 0 0 0 0 0 0 0 80 1.5 0 0 16.0 2000 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1472400.0 7.2 0.0 60 97800 0 0 276 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1476000.0 6.7 0.0 62 97800 0 0 274 0 0 0 0 0 0 0 110 1.5 0 0 16.0 7620 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1479600.0 6.1 0.0 65 97700 0 0 271 0 0 0 0 0 0 0 90 2.1 0 0 16.0 7620 9 999999999 80 0.0450 0 88 0.200 0.0 1.0 +1483200.0 4.4 -0.6 70 97700 0 0 264 0 0 0 0 0 0 0 120 2.6 0 0 16.0 7620 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1486800.0 4.4 -0.6 70 97900 0 0 264 0 0 0 0 0 0 0 100 2.1 0 0 16.0 7620 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1490400.0 5.0 0.0 70 97800 0 0 267 0 0 0 0 0 0 0 0 0.0 0 0 16.0 7620 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1494000.0 3.9 0.0 76 97800 0 0 263 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1497600.0 3.9 0.0 76 97900 26 648 263 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1501200.0 6.7 0.0 62 98000 245 1413 279 98 229 58 10200 16000 7400 1050 100 2.1 1 1 16.0 7620 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1504800.0 7.2 0.0 60 98100 478 1413 295 246 319 137 26000 30000 15800 2810 70 1.5 7 6 16.0 5486 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1508400.0 10.0 -1.7 43 98200 661 1413 302 480 780 114 50100 76000 14400 2350 0 0.0 6 5 16.0 5486 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1512000.0 11.1 -2.8 37 98100 781 1413 288 592 943 68 61900 92800 10500 1650 0 0.0 1 0 16.0 2000 9 999999999 69 0.0450 0 88 0.200 0.0 1.0 +1515600.0 12.8 -3.9 30 98000 829 1413 294 640 895 113 66500 88700 14300 2490 250 1.5 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1519200.0 15.0 -7.2 19 98000 802 1413 310 571 761 137 59900 76100 16600 3120 230 2.6 3 2 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1522800.0 16.7 -11.1 12 97900 703 1413 302 515 815 109 54300 80500 14100 2340 230 4.1 0 0 16.0 2000 9 999999999 60 0.0450 0 88 0.200 0.0 1.0 +1526400.0 16.1 -8.3 16 97900 536 1413 303 365 699 98 37700 65300 12800 1880 280 2.1 0 0 16.0 7620 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1530000.0 16.7 -10.0 14 97900 316 1413 304 225 551 101 22600 43200 12900 1930 250 3.6 0 0 16.0 2000 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1533600.0 14.4 -8.9 17 97900 70 1048 295 15 194 7 2300 11800 1400 230 220 2.6 0 0 16.0 2000 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1537200.0 12.8 -7.8 21 98000 0 0 290 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1540800.0 12.8 -7.2 22 98000 0 0 291 0 0 0 0 0 0 0 130 2.1 0 0 16.0 2000 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1544400.0 10.6 -7.8 25 98100 0 0 281 0 0 0 0 0 0 0 200 1.5 0 0 16.0 2000 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1548000.0 10.0 -7.8 26 98200 0 0 279 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1551600.0 8.3 -6.1 33 98300 0 0 274 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1555200.0 7.8 -5.0 38 98200 0 0 273 0 0 0 0 0 0 0 80 3.1 0 0 16.0 2000 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1558800.0 6.1 -6.1 39 98200 0 0 265 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 40 0.0450 0 88 0.200 0.0 1.0 +1562400.0 6.1 -6.1 39 98200 0 0 265 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 40 0.0450 0 88 0.200 0.0 1.0 +1566000.0 6.1 -6.1 39 98200 0 0 265 0 0 0 0 0 0 0 100 3.1 0 0 16.0 2000 9 999999999 40 0.0450 0 88 0.200 0.0 1.0 +1569600.0 5.6 -7.2 37 98100 0 0 262 0 0 0 0 0 0 0 90 1.5 0 0 16.0 2000 9 999999999 40 0.0450 0 88 0.200 0.0 1.0 +1573200.0 5.0 -6.7 40 98300 0 0 261 0 0 0 0 0 0 0 190 1.5 0 0 16.0 7620 9 999999999 30 0.0450 0 88 0.200 0.0 1.0 +1576800.0 4.4 -5.6 46 98100 0 0 264 0 0 0 0 0 0 0 0 0.0 2 1 16.0 7620 9 999999999 30 0.0450 0 88 0.200 0.0 1.0 +1580400.0 3.9 -6.1 45 98100 0 0 266 0 0 0 0 0 0 0 0 0.0 5 2 16.0 7620 9 999999999 30 0.0450 0 88 0.200 0.0 1.0 +1584000.0 5.0 -6.7 40 98100 27 648 274 0 0 0 0 0 0 0 0 0.0 6 4 16.0 7620 9 999999999 30 0.0450 0 88 0.200 0.0 1.0 +1587600.0 6.7 -6.7 35 98100 247 1413 276 127 556 30 13200 42600 5700 620 0 0.0 3 2 16.0 7620 9 999999999 30 0.0450 0 88 0.200 0.0 1.0 +1591200.0 9.4 -8.9 24 98100 481 1413 281 302 571 107 30700 51400 13200 1930 70 3.1 2 1 16.0 7620 9 999999999 30 0.0450 0 88 0.200 0.0 1.0 +1594800.0 12.2 -12.8 14 98100 664 1413 291 285 134 222 30900 13600 24500 5430 80 5.7 3 2 16.0 6096 9 999999999 30 0.0450 0 88 0.200 0.0 1.0 +1598400.0 12.8 -13.3 13 97900 785 1413 293 370 178 271 40100 18400 29900 7050 60 3.6 5 2 16.0 6096 9 999999999 40 0.0450 0 88 0.200 0.0 1.0 +1602000.0 13.9 -13.3 12 97800 833 1413 294 616 721 189 63400 71200 21300 4210 0 0.0 3 1 16.0 7620 9 999999999 40 0.0450 0 88 0.200 0.0 1.0 +1605600.0 15.0 -12.2 13 97700 807 1413 300 378 158 288 41000 16400 31600 7590 50 1.5 1 1 16.0 7620 9 999999999 40 0.0450 0 88 0.200 0.0 1.0 +1609200.0 15.6 -12.8 11 97600 707 1413 332 494 597 194 51400 59700 21500 4160 100 1.5 10 9 16.0 7620 9 999999999 40 0.0450 0 88 0.200 0.0 1.0 +1612800.0 15.6 -13.3 11 97600 541 1413 308 218 104 178 23900 10000 20000 4770 0 0.0 3 3 16.0 5486 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1616400.0 15.6 -13.3 11 97500 321 1413 313 209 349 129 21300 27700 15000 2780 290 2.1 5 5 16.0 5486 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1620000.0 15.0 -11.7 13 97400 73 1072 310 15 127 9 2000 6500 1500 180 40 3.1 5 4 16.0 5486 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1623600.0 14.4 -11.1 14 97400 0 0 308 0 0 0 0 0 0 0 0 0.0 4 4 16.0 5486 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1627200.0 13.3 -10.0 17 97400 0 0 307 0 0 0 0 0 0 0 0 0.0 5 5 16.0 5486 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1630800.0 11.7 -8.3 22 97300 0 0 302 0 0 0 0 0 0 0 200 1.5 6 5 16.0 5486 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1634400.0 11.1 -8.9 22 97400 0 0 291 0 0 0 0 0 0 0 0 0.0 3 2 16.0 7620 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1638000.0 9.4 -7.8 27 97400 0 0 282 0 0 0 0 0 0 0 100 2.1 1 1 16.0 2000 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1641600.0 8.3 -6.1 33 97400 0 0 274 0 0 0 0 0 0 0 80 2.6 0 0 16.0 2000 9 999999999 50 0.0450 0 88 0.200 0.0 1.0 +1645200.0 6.7 -5.6 39 97400 0 0 268 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1648800.0 6.7 -7.2 34 97400 0 0 267 0 0 0 0 0 0 0 80 1.5 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1652400.0 5.0 -6.1 42 97400 0 0 261 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1656000.0 5.0 -7.8 36 97500 0 0 260 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1659600.0 4.4 -8.3 36 97600 0 0 257 0 0 0 0 0 0 0 100 1.5 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1663200.0 3.3 -7.8 41 97600 0 0 253 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1666800.0 2.8 -8.3 40 97700 0 0 251 0 0 0 0 0 0 0 90 3.6 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1670400.0 2.8 -7.2 44 97700 28 671 252 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1674000.0 5.0 -7.2 38 97800 249 1413 260 128 562 28 13500 44200 5700 650 110 2.1 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1677600.0 8.3 -7.8 29 98000 484 1413 272 316 762 54 33200 70600 8900 1140 110 2.1 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1681200.0 10.6 -8.3 24 98100 668 1413 281 475 868 64 49900 84100 10000 1450 190 1.5 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1684800.0 11.1 -10.0 20 98000 788 1413 281 586 914 74 61200 89900 10900 1710 270 2.1 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1688400.0 12.2 -11.1 17 98000 837 1413 284 634 949 69 66400 93900 10500 1750 300 2.1 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1692000.0 13.9 -11.1 15 97900 811 1413 291 615 925 82 64100 91200 11600 1800 330 1.5 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1695600.0 15.6 -11.7 13 97900 712 1413 297 535 926 67 56100 90300 10400 1540 0 0.0 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1699200.0 16.1 -11.7 12 97900 546 1413 299 403 847 74 41500 79600 10600 1440 300 2.1 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1702800.0 16.1 -10.6 13 97900 325 1413 300 231 709 67 23500 56700 10400 1180 290 2.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1706400.0 14.4 -8.3 18 97900 77 1095 296 18 267 5 2700 16500 1500 180 210 2.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1710000.0 12.8 -7.8 21 97900 0 0 290 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1713600.0 12.2 -8.9 20 98000 0 0 286 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1717200.0 11.7 -9.4 20 98000 0 0 284 0 0 0 0 0 0 0 310 1.5 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1720800.0 10.0 -7.8 26 98000 0 0 279 0 0 0 0 0 0 0 20 1.5 0 0 16.0 2000 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +1724400.0 8.3 -7.2 30 98100 0 0 273 0 0 0 0 0 0 0 80 2.6 0 0 16.0 2000 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +1728000.0 8.3 -7.2 30 97900 0 0 273 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +1731600.0 6.7 -7.2 34 97900 0 0 267 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +1735200.0 6.1 -8.9 30 97900 0 0 263 0 0 0 0 0 0 0 100 3.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1738800.0 6.1 -7.2 35 97900 0 0 264 0 0 0 0 0 0 0 100 2.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1742400.0 5.6 -7.2 37 97800 0 0 262 0 0 0 0 0 0 0 70 2.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1746000.0 4.4 -6.1 44 97900 0 0 259 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1749600.0 4.4 -7.8 38 97800 0 0 257 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1753200.0 3.9 -7.8 39 97800 0 0 255 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1756800.0 3.9 -7.8 39 97800 28 671 255 0 0 0 0 0 0 0 100 3.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1760400.0 5.6 -7.8 35 97900 252 1413 262 132 583 27 13900 46000 5700 640 90 3.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1764000.0 7.8 -7.8 30 98000 486 1413 270 321 779 52 33800 71900 8900 1120 60 2.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1767600.0 11.1 -8.3 23 98000 671 1413 283 486 885 64 51000 85800 10100 1460 360 2.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1771200.0 13.3 -9.4 18 97900 792 1413 290 597 937 70 62500 92300 10600 1680 300 2.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1774800.0 15.0 -9.4 16 97700 841 1413 297 627 919 78 65500 90900 11200 1840 0 0.0 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1778400.0 17.2 -9.4 14 97600 816 1413 306 621 955 68 65100 94300 10500 1700 220 3.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1782000.0 17.8 -10.0 13 97600 716 1413 308 541 931 67 56700 90800 10400 1540 300 2.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1785600.0 18.9 -10.0 12 97500 551 1413 313 409 859 73 42300 80900 10600 1440 260 2.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1789200.0 18.3 -10.0 12 97400 330 1413 310 240 751 64 24500 60700 10300 1150 0 0.0 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1792800.0 17.2 -10.0 13 97400 80 1118 306 21 292 5 3000 18200 1600 180 260 2.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1796400.0 15.0 -5.6 22 97500 0 0 301 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1800000.0 13.9 -7.2 21 97500 0 0 295 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1803600.0 12.8 -7.2 22 97500 0 0 291 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1807200.0 11.7 -7.8 23 97500 0 0 286 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1810800.0 10.6 -6.1 29 97500 0 0 283 0 0 0 0 0 0 0 90 4.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1814400.0 9.4 -4.4 36 97400 0 0 280 0 0 0 0 0 0 0 70 4.1 1 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1818000.0 7.8 -3.9 42 97400 0 0 274 0 0 0 0 0 0 0 90 4.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1821600.0 8.3 -6.1 33 97300 0 0 286 0 0 0 0 0 0 0 80 4.1 3 3 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1825200.0 6.7 -5.0 41 97300 0 0 269 0 0 0 0 0 0 0 90 4.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1828800.0 6.7 -6.7 35 97300 0 0 267 0 0 0 0 0 0 0 100 2.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1832400.0 6.7 -6.7 35 97400 0 0 267 0 0 0 0 0 0 0 100 1.5 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1836000.0 5.6 -6.1 40 97300 0 0 263 0 0 0 0 0 0 0 90 5.2 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1839600.0 5.0 -6.1 42 97300 0 0 261 0 0 0 0 0 0 0 90 4.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1843200.0 5.0 -5.6 44 97300 29 671 262 0 0 0 0 0 0 0 90 5.2 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1846800.0 7.2 -6.7 34 97400 254 1412 269 129 525 34 13200 40300 5900 670 80 5.2 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1850400.0 10.0 -7.2 27 97500 489 1412 279 326 790 51 34300 73100 8800 1120 100 3.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1854000.0 13.3 -7.2 22 97500 674 1412 293 491 891 64 51500 86400 10100 1460 120 2.6 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1857600.0 15.0 -7.8 18 97400 796 1412 299 609 955 68 63700 94100 10500 1670 100 3.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1861200.0 16.1 -7.8 17 97300 846 1412 304 651 943 84 67800 93200 11800 1890 50 1.5 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1864800.0 16.7 -7.8 17 97200 820 1412 306 627 937 81 65400 92400 11500 1820 0 0.0 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1868400.0 18.3 -8.3 14 97200 721 1412 312 527 850 91 55000 83400 12200 1940 0 0.0 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1872000.0 18.9 -7.8 14 97100 556 1412 315 416 871 72 43100 82300 10600 1440 0 0.0 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1875600.0 18.3 -7.8 15 97100 335 1412 313 237 793 48 24100 66100 8400 900 330 1.5 0 0 16.0 2000 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +1879200.0 17.8 -7.8 15 97100 84 1142 311 22 318 4 3200 20000 1600 150 290 4.1 0 0 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1882800.0 16.1 -6.7 19 97100 0 0 311 0 0 0 0 0 0 0 320 3.6 2 1 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1886400.0 14.4 -6.7 21 97100 0 0 308 0 0 0 0 0 0 0 260 2.6 3 2 16.0 7620 9 999999999 80 0.0440 0 88 0.200 0.0 1.0 +1890000.0 12.8 -5.6 26 97100 0 0 302 0 0 0 0 0 0 0 230 2.6 3 2 16.0 7620 9 999999999 80 0.0440 0 88 0.200 0.0 1.0 +1893600.0 13.9 -5.6 24 97100 0 0 303 0 0 0 0 0 0 0 0 0.0 1 1 16.0 7620 9 999999999 89 0.0440 0 88 0.200 0.0 1.0 +1897200.0 13.9 -4.4 27 97200 0 0 298 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +1900800.0 13.3 -2.2 33 97200 0 0 304 0 0 0 0 0 0 0 0 0.0 2 1 16.0 2000 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +1904400.0 11.1 -2.2 39 97100 0 0 313 0 0 0 0 0 0 0 40 1.5 8 7 16.0 7620 9 999999999 110 0.0440 0 88 0.200 0.0 1.0 +1908000.0 11.1 -1.7 40 97100 0 0 307 0 0 0 0 0 0 0 130 2.6 8 5 16.0 7620 9 999999999 110 0.0440 0 88 0.200 0.0 1.0 +1911600.0 10.6 -3.3 36 97200 0 0 303 0 0 0 0 0 0 0 90 1.5 7 5 16.0 7620 9 999999999 110 0.0440 0 88 0.200 0.0 1.0 +1915200.0 10.0 -2.2 41 97100 0 0 308 0 0 0 0 0 0 0 0 0.0 7 7 16.0 7620 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +1918800.0 10.6 0.0 48 97200 0 0 318 0 0 0 0 0 0 0 0 0.0 8 8 16.0 4572 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +1922400.0 10.6 -1.7 42 97200 0 0 323 0 0 0 0 0 0 0 250 3.6 9 9 16.0 4572 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +1926000.0 10.6 -2.8 38 97200 0 0 321 0 0 0 0 0 0 0 300 2.1 9 9 16.0 4572 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +1929600.0 10.0 -2.2 41 97200 30 694 319 0 0 0 0 0 0 0 280 5.2 9 9 16.0 4572 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +1933200.0 10.0 -4.4 34 97300 256 1412 317 80 84 65 8800 6300 7600 1390 280 5.2 9 9 16.0 4572 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +1936800.0 11.1 -4.4 32 97400 492 1412 322 261 353 137 27600 33600 15900 2810 260 5.2 9 9 16.0 4572 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +1940400.0 12.2 -4.4 30 97500 678 1412 320 328 204 229 35400 20700 25400 5630 270 7.2 8 8 16.0 4572 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +1944000.0 12.2 -5.0 28 97500 800 1412 326 353 125 282 38800 12700 31500 8600 260 6.2 9 9 16.0 4572 9 999999999 89 0.0440 0 88 0.200 0.0 1.0 +1947600.0 13.9 -5.0 25 97400 850 1412 334 344 102 282 37800 10400 31500 9000 250 5.2 9 9 16.0 4572 9 999999999 89 0.0440 0 88 0.200 0.0 1.0 +1951200.0 15.0 -6.7 20 97400 825 1412 313 633 773 180 65400 76500 20600 4010 250 6.7 3 3 16.0 4572 9 999999999 89 0.0440 0 88 0.200 0.0 1.0 +1954800.0 15.0 -7.8 18 97400 726 1412 299 547 906 79 57000 88400 11400 1620 270 7.2 0 0 16.0 2000 9 999999999 89 0.0440 0 88 0.200 0.0 1.0 +1958400.0 15.0 -11.7 13 97400 560 1412 295 399 746 101 41300 70400 13200 1960 270 7.7 0 0 16.0 2000 9 999999999 80 0.0440 0 88 0.200 0.0 1.0 +1962000.0 14.4 -11.7 14 97400 340 1412 292 245 641 91 24500 51000 12200 1500 250 5.7 0 0 16.0 2000 9 999999999 80 0.0440 0 88 0.200 0.0 1.0 +1965600.0 13.3 -11.7 15 97500 87 1165 288 24 265 9 3200 16600 1900 280 240 4.1 0 0 16.0 2000 9 999999999 80 0.0440 0 88 0.200 0.0 1.0 +1969200.0 11.7 -10.6 18 97600 0 0 295 0 0 0 0 0 0 0 230 3.6 3 3 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1972800.0 11.7 -11.7 16 97700 0 0 309 0 0 0 0 0 0 0 230 2.1 8 8 16.0 3048 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1976400.0 11.7 -3.9 32 97800 0 0 302 0 0 0 0 0 0 0 50 6.2 3 3 16.0 2000 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +1980000.0 10.6 -2.8 38 97900 0 0 299 0 0 0 0 0 0 0 60 4.1 3 3 16.0 2000 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +1983600.0 9.4 -6.1 31 98100 0 0 290 0 0 0 0 0 0 0 50 2.6 3 3 16.0 2000 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +1987200.0 10.0 -14.4 14 98100 0 0 272 0 0 0 0 0 0 0 350 2.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1990800.0 8.9 -15.6 14 98100 0 0 266 0 0 0 0 0 0 0 10 3.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +1994400.0 8.3 -16.1 14 98200 0 0 263 0 0 0 0 0 0 0 350 2.6 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +1998000.0 5.6 -12.8 22 98200 0 0 257 0 0 0 0 0 0 0 340 1.5 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2001600.0 6.1 -15.6 17 98300 0 0 256 0 0 0 0 0 0 0 330 3.6 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2005200.0 6.7 -16.7 14 98400 0 0 257 0 0 0 0 0 0 0 340 2.6 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2008800.0 5.0 -16.1 17 98400 0 0 251 0 0 0 0 0 0 0 240 2.1 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2012400.0 3.9 -15.0 20 98500 0 0 248 0 0 0 0 0 0 0 240 3.6 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2016000.0 5.0 -15.6 18 98600 31 694 252 0 0 0 0 0 0 0 270 2.6 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2019600.0 7.8 -14.4 17 98700 259 1412 263 134 542 34 13800 42000 6000 680 250 2.6 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2023200.0 10.0 -16.7 11 98800 495 1412 269 327 780 52 34400 72300 8900 1140 340 1.5 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2026800.0 12.2 -15.6 11 98800 681 1412 279 476 839 69 49800 81400 10300 1500 60 5.7 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2030400.0 13.3 -13.9 12 98800 804 1412 285 603 925 74 63000 91200 10900 1740 20 5.7 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2034000.0 14.4 -12.2 13 98600 855 1412 292 645 943 72 67500 93400 10700 1810 10 5.7 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2037600.0 15.6 -10.6 14 98500 830 1412 298 627 912 88 65100 90000 12000 1870 20 3.6 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2041200.0 16.1 -10.0 14 98500 731 1412 301 525 825 96 54600 80900 12500 2020 10 3.1 0 0 16.0 2000 9 999999999 30 0.0440 0 88 0.200 0.0 1.0 +2044800.0 16.7 -9.4 14 98400 565 1412 304 405 765 98 42200 72500 13000 1920 0 0.0 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2048400.0 17.2 -8.9 15 98400 344 1412 307 254 683 87 25500 55000 12000 1460 240 2.1 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2052000.0 15.6 -10.0 15 98500 91 1188 299 27 291 9 3500 18400 2000 280 240 3.1 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2055600.0 13.9 -10.6 16 98500 0 0 291 0 0 0 0 0 0 0 220 2.1 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2059200.0 12.8 -10.6 17 98500 0 0 287 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2062800.0 11.7 -12.8 15 98500 0 0 280 0 0 0 0 0 0 0 280 1.5 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2066400.0 10.6 -11.1 18 98500 0 0 278 0 0 0 0 0 0 0 70 3.1 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2070000.0 8.9 -10.0 23 98600 0 0 272 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2073600.0 11.1 -12.8 15 98500 0 0 278 0 0 0 0 0 0 0 40 2.1 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2077200.0 10.0 -12.8 16 98500 0 0 273 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2080800.0 7.8 -11.7 21 98500 0 0 266 0 0 0 0 0 0 0 270 1.5 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2084400.0 9.4 -12.8 17 98500 0 0 271 0 0 0 0 0 0 0 60 3.6 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2088000.0 8.9 -12.2 19 98400 0 0 270 0 0 0 0 0 0 0 80 2.1 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2091600.0 8.3 -12.2 19 98500 0 0 268 0 0 0 0 0 0 0 80 3.1 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2095200.0 5.6 -9.4 30 98300 0 0 260 0 0 0 0 0 0 0 130 2.6 0 0 16.0 2000 9 999999999 40 0.0440 0 88 0.200 0.0 1.0 +2098800.0 7.8 -11.7 21 98300 0 0 266 0 0 0 0 0 0 0 100 4.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2102400.0 8.3 -12.2 19 98400 33 717 268 0 117 0 0 0 0 0 100 3.1 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2106000.0 10.6 -10.6 19 98500 262 1411 278 148 642 28 15600 51300 6100 670 100 3.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2109600.0 14.4 -10.0 16 98500 499 1411 294 337 809 50 35500 75100 8800 1130 90 5.2 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2113200.0 16.1 -10.0 14 98500 685 1411 301 497 886 65 52100 86100 10100 1480 70 6.2 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2116800.0 17.8 -9.4 13 98300 808 1411 309 586 837 105 61200 83000 13500 2320 70 6.2 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2120400.0 20.0 -7.8 13 98200 859 1411 320 645 931 76 67400 92200 11000 1860 90 3.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2124000.0 20.6 -5.0 17 98100 834 1411 326 639 967 65 67100 95700 10300 1690 90 3.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2127600.0 21.7 -3.9 17 98000 736 1411 333 538 855 91 56400 84200 12300 1970 160 2.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2131200.0 21.1 -3.9 18 97900 570 1411 330 396 693 115 40700 65300 14300 2200 90 3.1 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2134800.0 21.7 -3.3 18 97800 349 1411 333 251 648 90 25100 52300 12100 1510 130 2.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2138400.0 19.4 -4.4 19 97800 95 1211 322 28 284 10 3600 18000 2100 300 0 0.0 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2142000.0 18.3 -7.2 16 97800 0 0 314 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2145600.0 16.1 -6.7 19 97700 0 0 305 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2149200.0 12.8 -4.4 29 97700 0 0 294 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2152800.0 11.7 -6.1 27 97700 0 0 287 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2156400.0 11.1 -5.6 29 97800 0 0 285 0 0 0 0 0 0 0 170 1.5 1 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2160000.0 10.0 -6.7 28 97700 0 0 280 0 0 0 0 0 0 0 90 3.1 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2163600.0 10.0 -7.2 27 97700 0 0 279 0 0 0 0 0 0 0 100 3.1 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2167200.0 11.1 -7.2 25 97700 0 0 284 0 0 0 0 0 0 0 90 3.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2170800.0 8.9 -6.7 30 97600 0 0 276 0 0 0 0 0 0 0 120 2.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2174400.0 7.8 -6.1 35 97600 0 0 272 0 0 0 0 0 0 0 80 3.1 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2178000.0 7.8 -6.7 33 97700 0 0 271 0 0 0 0 0 0 0 140 2.1 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2181600.0 9.4 -7.8 27 97600 0 0 276 0 0 0 0 0 0 0 120 2.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2185200.0 9.4 -7.2 28 97600 0 0 277 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2188800.0 10.6 -7.8 25 97700 34 717 281 0 99 0 0 0 0 0 120 3.1 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2192400.0 11.7 -6.7 25 97800 265 1411 287 142 604 28 15000 48400 5900 670 110 4.1 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2196000.0 15.0 -6.1 21 97900 502 1411 301 342 837 43 36200 77900 8300 1080 110 2.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2199600.0 16.7 -6.7 18 97900 689 1411 307 492 892 55 51900 86800 9300 1390 120 2.6 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2203200.0 18.9 -5.6 17 97800 813 1411 318 592 866 91 62700 86400 12800 2140 110 3.1 0 0 16.0 2000 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2206800.0 20.6 -4.4 17 97700 864 1411 327 645 847 124 66700 84000 15100 2750 110 3.1 0 0 16.0 7620 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2210400.0 22.2 -2.8 18 97600 839 1411 336 568 620 198 60500 63500 22600 4640 110 4.6 0 0 16.0 7620 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2214000.0 23.3 -1.1 19 97500 741 1411 350 545 818 113 57500 81500 14600 2490 180 2.6 2 1 16.0 7620 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2217600.0 23.3 0.0 21 97500 575 1411 351 427 867 72 44400 82500 10600 1470 160 1.5 2 1 16.0 7620 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2221200.0 23.3 0.0 21 97400 354 1411 345 236 751 46 24200 64000 8100 910 140 1.5 1 0 16.0 7620 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2224800.0 21.1 -0.6 23 97400 99 1235 340 28 337 6 3800 21600 1900 210 0 0.0 2 1 16.0 7620 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2228400.0 21.1 0.0 24 97500 0 0 341 0 0 0 0 0 0 0 340 1.5 1 1 16.0 7620 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2232000.0 16.7 -2.8 25 97400 0 0 322 0 0 0 0 0 0 0 0 0.0 3 2 16.0 7620 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2235600.0 15.6 -2.8 27 97400 0 0 313 0 0 0 0 0 0 0 0 0.0 3 1 16.0 7620 9 999999999 50 0.0440 0 88 0.200 0.0 1.0 +2239200.0 14.4 -3.9 27 97400 0 0 311 0 0 0 0 0 0 0 0 0.0 3 2 16.0 7620 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +2242800.0 13.3 -2.8 32 97400 0 0 307 0 0 0 0 0 0 0 0 0.0 5 2 16.0 7620 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +2246400.0 12.2 -2.2 36 97400 0 0 303 0 0 0 0 0 0 0 130 2.1 6 2 16.0 7620 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +2250000.0 12.8 -2.8 33 97300 0 0 305 0 0 0 0 0 0 0 100 3.6 5 2 16.0 7620 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +2253600.0 11.7 -2.2 37 97300 0 0 304 0 0 0 0 0 0 0 50 2.1 7 3 16.0 7620 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +2257200.0 11.7 -2.2 37 97300 0 0 301 0 0 0 0 0 0 0 110 1.5 5 2 16.0 7620 9 999999999 60 0.0440 0 88 0.200 0.0 1.0 +2260800.0 11.1 -2.2 39 97200 0 0 299 0 0 0 0 0 0 0 100 4.1 3 2 16.0 7620 9 999999999 69 0.0440 0 88 0.200 0.0 1.0 +2264400.0 10.6 -2.2 40 97300 0 0 299 0 0 0 0 0 0 0 80 4.1 7 3 16.0 7620 9 999999999 80 0.0440 0 88 0.200 0.0 1.0 +2268000.0 10.6 -2.2 40 97200 0 0 287 0 0 0 0 0 0 0 110 3.6 0 0 16.0 7620 9 999999999 80 0.0440 0 88 0.200 0.0 1.0 +2271600.0 10.0 -2.2 41 97300 0 0 285 0 0 0 0 0 0 0 100 2.6 0 0 16.0 7620 9 999999999 80 0.0440 0 88 0.200 0.0 1.0 +2275200.0 8.9 -2.2 45 97300 35 741 280 1 78 0 0 0 0 0 70 4.1 0 0 16.0 7010 9 999999999 80 0.0440 0 88 0.200 0.0 1.0 +2278800.0 11.1 -2.2 39 97400 268 1411 295 98 159 68 10400 11600 8200 1290 70 4.6 1 1 16.0 7010 9 999999999 80 0.0440 0 88 0.200 0.0 1.0 +2282400.0 13.9 -2.2 32 97500 506 1411 310 202 96 167 22100 9100 18800 4390 100 3.1 3 2 16.0 7620 9 999999999 80 0.0440 0 88 0.200 0.0 1.0 +2286000.0 15.6 -1.7 30 97600 693 1411 318 328 157 251 35400 16000 27500 6220 120 1.5 5 2 16.0 7620 9 999999999 89 0.0440 0 88 0.200 0.0 1.0 +2289600.0 17.8 -0.6 29 97600 817 1411 333 347 119 278 38100 12100 31100 8650 120 2.1 7 3 16.0 7620 9 999999999 89 0.0440 0 88 0.200 0.0 1.0 +2293200.0 18.3 -0.6 28 97500 869 1411 338 572 546 235 60200 56000 25600 5750 0 0.0 8 4 16.0 4572 9 999999999 89 0.0440 0 88 0.200 0.0 1.0 +2296800.0 19.4 0.0 27 97400 844 1411 344 383 122 310 42100 12400 34600 9630 0 0.0 7 4 16.0 4572 9 999999999 89 0.0440 0 88 0.200 0.0 1.0 +2300400.0 20.0 0.6 27 97400 746 1411 357 317 111 258 34800 11200 28800 7660 0 0.0 9 7 16.0 4572 9 999999999 89 0.0440 0 88 0.200 0.0 1.0 +2304000.0 19.4 0.6 28 97400 581 1411 354 79 0 79 9400 0 9400 3520 0 0.0 9 7 16.0 4572 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +2307600.0 19.4 0.6 28 97400 359 1411 344 140 90 116 15000 7700 13000 2550 360 2.6 10 4 16.0 4572 9 999999999 100 0.0440 0 88 0.200 0.0 1.0 +2311200.0 18.9 0.6 29 97400 103 1258 345 18 42 15 2100 1800 1900 250 10 2.6 9 5 16.0 4572 9 999999999 110 0.0440 0 88 0.200 0.0 1.0 +2314800.0 18.3 0.6 30 97300 0 0 339 0 0 0 0 0 0 0 300 2.6 9 4 16.0 4572 9 999999999 110 0.0440 0 88 0.200 0.0 1.0 +2318400.0 15.6 2.2 40 97400 0 0 329 0 0 0 0 0 0 0 220 3.1 7 4 16.0 4572 9 999999999 120 0.0440 0 88 0.200 0.0 1.0 +2322000.0 16.1 2.2 39 97400 0 0 331 0 0 0 0 0 0 0 0 0.0 9 4 16.0 4572 9 999999999 129 0.0440 0 88 0.200 0.0 1.0 +2325600.0 15.6 1.7 39 97400 0 0 328 0 0 0 0 0 0 0 0 0.0 9 4 16.0 4572 9 999999999 129 0.0440 0 88 0.200 0.0 1.0 +2329200.0 14.4 1.7 42 97400 0 0 323 0 0 0 0 0 0 0 0 0.0 9 4 16.0 4572 9 999999999 139 0.0440 0 88 0.200 0.0 1.0 +2332800.0 14.4 1.1 40 97400 0 0 322 0 0 0 0 0 0 0 0 0.0 9 4 16.0 4572 9 999999999 139 0.0440 0 88 0.200 0.0 1.0 +2336400.0 13.3 1.7 45 97300 0 0 318 0 0 0 0 0 0 0 80 2.6 9 4 16.0 4572 9 999999999 139 0.0440 0 88 0.200 0.0 1.0 +2340000.0 13.9 1.1 42 97300 0 0 317 0 0 0 0 0 0 0 70 1.5 7 3 16.0 4572 9 999999999 150 0.0440 0 88 0.200 0.0 1.0 +2343600.0 12.8 2.2 48 97300 0 0 321 0 0 0 0 0 0 0 150 1.5 7 6 16.0 4572 9 999999999 129 0.0440 0 88 0.200 0.0 1.0 +2347200.0 12.2 2.2 50 97300 0 0 316 0 0 0 0 0 0 0 0 0.0 9 5 16.0 4572 9 999999999 120 0.0440 0 88 0.200 0.0 1.0 +2350800.0 11.7 2.8 54 97400 0 0 312 0 0 0 0 0 0 0 110 2.1 8 4 16.0 4572 9 999999999 110 0.0440 0 88 0.200 0.0 1.0 +2354400.0 11.7 3.3 56 97300 0 0 315 0 0 0 0 0 0 0 80 3.6 8 5 16.0 4572 9 999999999 110 0.0440 0 88 0.200 0.0 1.0 +2358000.0 11.7 2.2 52 97300 0 0 314 0 0 0 0 0 0 0 100 3.6 9 5 16.0 4572 9 999999999 110 0.0440 0 88 0.200 0.0 1.0 +2361600.0 11.1 2.2 54 97400 37 764 311 1 5 1 200 200 200 20 90 3.6 7 5 16.0 4572 9 999999999 120 0.0440 0 88 0.200 0.0 1.0 +2365200.0 12.8 1.7 47 97400 271 1410 318 55 0 55 6200 0 6200 2000 90 3.1 8 5 16.0 4572 9 999999999 129 0.0440 0 88 0.200 0.0 1.0 +2368800.0 13.9 1.1 42 97500 509 1410 322 122 0 122 13900 0 13900 4710 100 3.6 8 5 16.0 6096 9 999999999 139 0.0440 0 88 0.200 0.0 1.0 +2372400.0 14.4 -3.3 28 97500 697 1410 317 233 23 221 26200 2000 25200 8410 0 0.0 8 4 16.0 6096 9 999999999 150 0.0440 0 88 0.200 0.0 1.0 +2376000.0 17.8 -2.8 24 97500 821 1410 333 245 18 234 28000 1600 27100 9690 200 3.1 8 4 16.0 6096 9 999999999 150 0.0440 0 88 0.200 0.0 1.0 +2379600.0 18.3 -2.8 23 97400 873 1410 335 434 222 295 47100 23300 32700 8130 270 3.1 8 4 16.0 6096 9 999999999 150 0.0440 0 88 0.200 0.0 1.0 +2383200.0 18.3 -3.6 22 97300 849 1410 334 249 24 234 28600 2100 27400 9890 280 3.1 8 4 16.0 4267 9 999999999 160 0.0440 0 88 0.200 0.0 1.0 +2386800.0 17.8 -2.8 24 97300 751 1410 333 337 124 271 37000 12500 30300 7980 270 3.6 9 4 16.0 5182 9 999999999 150 0.0440 0 88 0.200 0.0 1.0 +2390400.0 17.8 -2.2 25 97300 586 1410 334 228 71 198 24900 6900 22000 5400 290 4.6 8 4 16.0 4267 9 999999999 139 0.0440 0 88 0.200 0.0 1.0 +2394000.0 17.2 -0.6 30 97300 364 1410 335 207 360 114 21700 30500 13700 2310 280 5.7 9 5 16.0 4572 9 999999999 129 0.0440 0 88 0.200 0.0 1.0 +2397600.0 16.1 -0.6 32 97300 107 1281 328 28 170 15 3200 9300 2300 290 280 5.2 9 4 16.0 5182 9 999999999 139 0.0440 0 88 0.200 0.0 1.0 +2401200.0 15.6 0.0 34 97300 0 0 326 0 0 0 0 0 0 0 300 3.1 9 4 16.0 5182 9 999999999 139 0.0440 0 88 0.200 0.0 1.0 +2404800.0 14.4 0.0 37 97400 0 0 321 0 0 0 0 0 0 0 0 0.0 9 4 16.0 5182 9 999999999 150 0.0440 0 88 0.200 0.0 1.0 +2408400.0 13.9 0.6 40 97300 0 0 319 0 0 0 0 0 0 0 0 0.0 9 4 16.0 5182 9 999999999 150 0.0440 0 88 0.200 0.0 1.0 +2412000.0 13.3 0.6 42 97300 0 0 317 0 0 0 0 0 0 0 0 0.0 10 4 16.0 5182 9 999999999 160 0.0440 0 88 0.200 0.0 1.0 +2415600.0 13.3 0.0 40 97400 0 0 316 0 0 0 0 0 0 0 0 0.0 9 4 16.0 5182 9 999999999 160 0.0440 0 88 0.200 0.0 1.0 +2419200.0 12.2 0.6 45 97300 0 0 312 0 0 0 0 0 0 0 0 0.0 9 4 16.0 5182 9 999999999 150 0.0440 0 88 0.200 0.0 1.0 +2422800.0 11.1 0.6 48 97300 0 0 307 0 0 0 0 0 0 0 100 1.5 9 4 16.0 5182 9 999999999 150 0.0430 0 88 0.200 0.0 1.0 +2426400.0 11.1 1.7 52 97200 0 0 308 0 0 0 0 0 0 0 90 2.1 9 4 16.0 5182 9 999999999 139 0.0430 0 88 0.200 0.0 1.0 +2430000.0 11.1 1.7 52 97200 0 0 308 0 0 0 0 0 0 0 0 0.0 9 4 16.0 5182 9 999999999 129 0.0430 0 88 0.200 0.0 1.0 +2433600.0 10.0 2.2 58 97200 0 0 304 0 0 0 0 0 0 0 0 0.0 9 4 16.0 5182 9 999999999 120 0.0430 0 88 0.200 0.0 1.0 +2437200.0 11.1 0.0 46 97300 0 0 306 0 0 0 0 0 0 0 250 2.6 10 4 16.0 5182 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2440800.0 10.6 -1.1 44 97300 0 0 303 0 0 0 0 0 0 0 240 2.6 9 4 16.0 5182 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2444400.0 10.6 -1.7 42 97300 0 0 302 0 0 0 0 0 0 0 250 3.1 9 4 16.0 5182 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2448000.0 10.0 0.0 50 97300 38 764 302 0 0 0 0 0 0 0 0 0.0 9 4 16.0 5182 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2451600.0 10.6 0.6 50 97300 275 1410 305 45 0 45 5200 0 5200 1720 0 0.0 9 4 16.0 5182 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2455200.0 11.1 -1.1 42 97400 513 1410 305 127 6 125 14400 400 14300 4810 310 2.6 10 4 16.0 5486 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2458800.0 12.2 -0.6 41 97500 702 1410 313 207 23 195 23500 1900 22600 7790 240 1.5 9 5 16.0 5486 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2462400.0 12.8 -2.8 33 97400 826 1410 316 484 344 281 51400 36400 30000 7100 290 4.1 10 6 16.0 5486 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2466000.0 12.8 -2.8 33 97300 878 1410 319 644 775 160 67600 77900 18900 3890 300 3.6 9 7 16.0 5486 9 999999999 110 0.0430 0 88 0.200 0.0 1.0 +2469600.0 15.0 -2.8 28 97300 854 1410 329 663 911 109 69500 90800 14300 2520 260 4.6 7 7 16.0 6096 9 999999999 110 0.0430 0 88 0.200 0.0 1.0 +2473200.0 14.4 -3.9 27 97200 756 1410 314 536 743 136 56000 73600 16400 2960 270 1.5 3 3 16.0 6096 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2476800.0 13.9 -5.6 24 97200 591 1410 310 439 825 92 44600 78000 11800 1680 270 4.6 3 3 16.0 2000 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2480400.0 15.0 -5.0 24 97200 369 1410 315 273 813 59 27500 69300 9200 1040 260 6.7 3 3 16.0 2000 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2484000.0 13.3 -5.6 25 97200 111 1304 307 39 393 8 4700 25600 2400 260 260 3.6 3 3 16.0 2000 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2487600.0 13.3 -5.6 25 97200 0 0 307 0 0 0 0 0 0 0 280 4.1 3 3 16.0 4877 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2491200.0 12.2 -5.0 28 97200 0 0 303 0 0 0 0 0 0 0 270 5.7 3 3 16.0 4877 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2494800.0 12.2 -4.4 30 97200 0 0 320 0 0 0 0 0 0 0 270 3.1 8 8 16.0 3048 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2498400.0 11.7 -3.9 32 97200 0 0 318 0 0 0 0 0 0 0 220 2.6 8 8 16.0 2743 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2502000.0 11.7 -5.0 29 97300 0 0 317 0 0 0 0 0 0 0 270 3.1 8 8 16.0 2591 9 999999999 110 0.0430 0 88 0.200 0.0 1.0 +2505600.0 11.7 -5.0 29 97200 0 0 324 0 0 0 0 0 0 0 290 3.1 9 9 16.0 2591 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2509200.0 11.1 -2.8 37 97200 0 0 333 0 0 0 0 0 0 0 180 1.5 10 10 16.0 2591 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2512800.0 10.0 -2.2 41 97100 0 0 319 0 0 0 0 0 0 0 200 2.1 10 9 16.0 2591 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2516400.0 10.6 -1.7 42 97100 0 0 323 0 0 0 0 0 0 0 230 1.5 9 9 16.0 2134 9 999999999 100 0.0430 0 88 0.200 0.0 1.0 +2520000.0 8.3 -2.2 46 97200 0 0 321 0 0 0 0 0 0 0 250 5.7 10 10 16.0 1676 9 999999999 89 0.0430 0 88 0.200 0.0 1.0 +2523600.0 7.8 0.6 60 97300 0 0 313 0 0 0 0 0 0 0 290 6.2 9 9 16.0 1676 9 999999999 89 0.0430 0 88 0.200 0.0 1.0 +2527200.0 7.2 1.7 68 97200 0 0 320 0 0 0 0 0 0 0 290 5.7 10 10 16.0 1676 9 999999999 89 0.0430 0 88 0.200 0.0 1.0 +2530800.0 6.7 2.8 76 97200 0 0 319 0 0 0 0 0 0 0 290 4.6 10 10 16.0 1524 9 999999999 89 0.0430 0 88 0.200 0.0 1.0 +2534400.0 5.6 3.3 85 97300 40 787 315 2 90 1 700 5200 400 40 300 5.2 10 10 16.0 853 9 999999999 89 0.0430 0 88 0.200 0.0 1.0 +2538000.0 5.6 2.8 82 97300 278 1410 314 66 20 62 7200 1600 6900 1590 310 5.2 10 10 16.0 853 9 999999999 89 0.0430 0 88 0.200 0.0 1.0 +2541600.0 6.1 3.3 82 97400 517 1410 317 56 0 56 6800 0 6800 2510 320 5.7 10 10 16.0 853 9 999999999 89 0.0430 0 88 0.200 0.0 1.0 +2545200.0 6.7 2.8 76 97500 706 1410 319 223 35 205 24500 3500 22700 6190 330 5.7 10 10 16.0 853 9 999999999 89 0.0430 0 88 0.200 0.0 1.0 +2548800.0 7.2 2.2 70 97400 831 1410 321 114 0 114 13800 0 13800 5530 290 5.7 10 10 16.0 1036 9 999999999 89 0.0430 0 88 0.200 0.0 1.0 +2552400.0 7.2 3.3 76 97400 883 1410 322 361 102 297 39700 10400 33200 9670 260 5.2 10 10 16.0 1036 9 999999999 89 0.0430 0 88 0.200 0.0 1.0 +2556000.0 9.4 0.6 54 97400 860 1410 329 637 717 198 65600 71000 22200 4530 250 6.7 10 10 16.0 1036 9 999999999 89 0.0430 0 88 0.200 0.0 1.0 +2559600.0 11.7 -2.2 37 97400 762 1410 315 549 823 103 57000 81000 13100 2180 250 5.7 7 7 16.0 7620 9 999999999 80 0.0430 0 88 0.200 0.0 1.0 +2563200.0 11.1 -3.3 35 97400 596 1410 316 406 567 166 42100 54900 18800 3360 270 4.6 9 8 16.0 1981 9 999999999 80 0.0430 0 88 0.200 0.0 1.0 +2566800.0 10.0 -0.6 47 97500 374 1410 321 292 764 88 29400 63600 12500 1520 340 4.1 9 9 16.0 1981 9 999999999 80 0.0430 0 88 0.200 0.0 1.0 +2570400.0 9.4 -0.6 49 97500 115 1327 318 44 377 13 5100 24600 2800 350 70 6.2 10 9 16.0 1372 9 999999999 69 0.0430 0 88 0.200 0.0 1.0 +2574000.0 8.3 1.7 63 97500 0 0 316 0 0 0 0 0 0 0 110 2.1 9 9 16.0 6096 9 999999999 69 0.0430 0 88 0.200 0.0 1.0 +2577600.0 7.8 2.8 71 97600 0 0 304 0 0 0 0 0 0 0 0 0.0 7 7 16.0 6096 9 999999999 69 0.0430 0 88 0.200 0.0 1.0 +2581200.0 8.3 -7.2 30 97700 0 0 300 0 0 0 0 0 0 0 310 3.6 8 8 16.0 3048 9 999999999 69 0.0430 0 88 0.200 0.0 1.0 +2584800.0 7.2 -7.8 31 97800 0 0 284 0 0 0 0 0 0 0 280 3.6 5 5 16.0 2000 9 999999999 69 0.0430 0 88 0.200 0.0 1.0 +2588400.0 6.7 -8.9 29 98000 0 0 276 0 0 0 0 0 0 0 270 1.5 3 3 16.0 2000 9 999999999 60 0.0430 0 88 0.200 0.0 1.0 +2592000.0 6.7 -8.9 29 97900 0 0 276 0 0 0 0 0 0 0 330 1.5 3 3 16.0 2000 9 999999999 60 0.0430 0 88 0.200 0.0 1.0 +2595600.0 5.0 -3.9 51 98000 0 0 263 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 60 0.0430 0 88 0.200 0.0 1.0 +2599200.0 5.0 -5.0 46 98000 0 0 262 0 0 0 0 0 0 0 360 2.1 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2602800.0 4.4 1.1 79 98000 0 0 266 0 0 0 0 0 0 0 80 2.1 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2606400.0 2.8 -0.6 78 98100 0 0 258 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2610000.0 2.8 -0.6 78 98300 0 0 258 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2613600.0 2.8 0.6 85 98200 0 0 259 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2617200.0 2.8 -0.6 78 98300 0 0 258 0 0 0 0 0 0 0 150 3.1 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2620800.0 2.8 -1.1 75 98400 42 787 258 2 147 1 1100 8500 600 40 100 3.1 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2624400.0 4.4 -3.3 55 98500 282 1409 262 160 647 30 16900 52700 6300 710 100 2.6 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2628000.0 6.7 -2.8 49 98600 521 1409 271 349 789 56 36900 74300 9300 1200 90 3.1 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2631600.0 7.8 -2.8 46 98700 710 1409 275 520 899 65 54500 87700 10100 1520 90 2.6 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2635200.0 9.4 -1.7 45 98600 835 1409 283 632 920 84 65800 90900 11700 1870 90 4.1 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2638800.0 10.0 -2.8 39 98600 888 1409 296 674 949 74 70500 94200 10900 1900 70 1.5 3 3 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2642400.0 10.6 -2.8 38 98600 865 1409 299 650 899 96 67400 88900 12600 1990 40 2.6 3 3 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2646000.0 12.2 -6.1 26 98500 767 1409 302 569 884 86 60300 87800 12300 1970 120 2.6 3 3 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2649600.0 12.2 -6.1 26 98500 601 1409 302 459 920 66 48100 87900 10500 1360 100 2.1 3 3 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2653200.0 11.7 -6.7 25 98500 379 1409 287 278 739 78 28300 62400 11400 1390 40 3.1 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2656800.0 11.7 -6.1 27 98500 120 1351 287 44 372 12 5000 24400 2700 340 0 0.0 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2660400.0 11.1 -6.1 28 98500 0 0 285 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2664000.0 9.4 -3.3 39 98500 0 0 298 0 0 0 0 0 0 0 230 2.6 5 5 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2667600.0 8.3 -3.9 40 98500 0 0 276 0 0 0 0 0 0 0 240 1.5 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2671200.0 9.1 -1.7 46 98500 0 0 281 0 0 0 0 0 0 0 230 1.7 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2674800.0 9.9 0.4 43 98600 0 0 287 0 0 0 0 0 0 0 0 2.0 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2678400.0 10.7 2.5 45 98500 0 0 292 0 0 0 0 0 0 0 80 2.2 0 0 16.0 2000 9 999999999 50 0.0430 0 88 0.200 0.0 1.0 +2682000.0 11.5 4.7 93 97600 0 0 344 0 0 0 0 0 0 0 90 2.4 10 10 8.0 460 9 999999999 200 0.0700 0 88 999.000 999.0 99.0 +2685600.0 12.3 6.8 87 97500 0 0 350 0 0 0 0 0 0 0 140 2.6 10 10 48.3 1220 9 999999999 189 0.0700 0 88 999.000 999.0 99.0 +2689200.0 13.1 9.0 84 97500 0 0 357 0 0 0 0 0 0 0 80 2.9 10 10 56.3 2740 9 999999999 179 0.0700 0 88 999.000 999.0 99.0 +2692800.0 13.9 11.1 84 97500 0 0 346 0 0 0 0 0 0 0 60 3.1 10 8 56.3 2740 9 999999999 179 0.0700 0 88 999.000 999.0 99.0 +2696400.0 13.3 11.1 87 97500 0 0 343 0 0 0 0 0 0 0 40 3.1 10 8 56.3 2740 9 999999999 179 0.0700 0 88 999.000 999.0 99.0 +2700000.0 13.3 11.1 87 97600 0 0 360 0 0 0 0 0 0 0 60 1.5 10 10 56.3 2740 9 999999999 179 0.0700 0 88 999.000 999.0 99.0 +2703600.0 12.8 11.7 93 97700 0 0 336 0 0 0 0 0 0 0 330 1.5 10 7 64.4 2740 9 999999999 189 0.0700 0 88 999.000 999.0 99.0 +2707200.0 13.3 11.1 87 97700 43 810 343 10 1 10 1200 0 1200 370 0 0.0 9 8 72.4 2740 9 999999999 179 0.0610 0 88 999.000 999.0 99.0 +2710800.0 13.9 11.7 87 97700 285 1409 341 128 247 78 13500 18600 9700 1510 80 2.6 8 7 72.4 2740 9 999999999 189 0.0610 0 88 999.000 999.0 99.0 +2714400.0 16.1 11.7 75 97800 525 1409 339 346 679 94 36000 63300 12400 1800 170 2.1 5 3 72.4 2000 9 999999999 189 0.0610 0 88 999.000 999.0 99.0 +2718000.0 17.8 11.1 65 97800 714 1409 343 487 714 126 51100 70300 15300 2670 60 2.1 4 2 72.4 2000 9 999999999 179 0.0610 0 88 999.000 999.0 99.0 +2721600.0 18.3 9.4 56 97700 840 1409 344 592 760 140 62700 76400 17000 3310 110 1.5 6 2 72.4 2000 9 999999999 160 0.0610 0 88 999.000 999.0 99.0 +2725200.0 20.0 8.9 49 97700 893 1409 354 623 636 221 66400 65500 24800 5510 160 2.6 7 3 72.4 2000 9 999999999 160 0.0610 0 88 999.000 999.0 99.0 +2728800.0 20.6 8.9 47 97600 869 1409 357 596 621 215 63600 63800 24100 5220 170 2.1 9 3 72.4 2000 9 999999999 160 0.0610 0 88 999.000 999.0 99.0 +2732400.0 21.1 9.4 47 97600 772 1409 360 491 532 202 51900 53900 22300 4520 120 2.6 8 3 72.4 2000 9 999999999 160 0.0610 0 88 999.000 999.0 99.0 +2736000.0 21.1 8.9 46 97600 606 1409 363 344 426 163 36000 41400 18200 3300 130 2.1 8 4 64.4 2000 9 999999999 160 0.0610 0 88 999.000 999.0 99.0 +2739600.0 21.1 8.3 44 97600 384 1409 359 164 256 95 17600 22300 11500 1840 240 2.1 7 3 64.4 2000 9 999999999 150 0.0610 0 88 999.000 999.0 99.0 +2743200.0 20.0 8.9 49 97600 124 1374 351 40 85 31 4200 4000 3800 560 240 2.6 4 2 64.4 2000 9 999999999 160 0.0610 0 88 999.000 999.0 99.0 +2746800.0 18.3 10.6 61 97700 0 0 348 0 0 0 0 0 0 0 260 2.1 4 3 56.3 2000 9 999999999 170 0.0700 0 88 999.000 999.0 99.0 +2750400.0 17.8 10.0 61 97700 0 0 342 0 0 0 0 0 0 0 0 0.0 6 2 56.3 2000 9 999999999 170 0.0700 0 88 999.000 999.0 99.0 +2754000.0 16.7 10.6 67 97800 0 0 333 0 0 0 0 0 0 0 0 0.0 4 1 56.3 2000 9 999999999 170 0.0700 0 88 999.000 999.0 99.0 +2757600.0 16.1 10.6 70 97900 0 0 324 0 0 0 0 0 0 0 0 0.0 3 0 56.3 2000 9 999999999 170 0.0700 0 88 999.000 999.0 99.0 +2761200.0 15.0 10.6 75 97900 0 0 319 0 0 0 0 0 0 0 0 0.0 2 0 56.3 2000 9 999999999 170 0.0700 0 88 999.000 999.0 99.0 +2764800.0 15.0 10.6 75 98000 0 0 319 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 170 0.0700 0 88 999.000 999.0 99.0 +2768400.0 13.9 11.1 84 98000 0 0 315 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 179 0.0700 0 88 999.000 999.0 99.0 +2772000.0 13.3 11.1 87 98000 0 0 312 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 179 0.0700 0 88 999.000 999.0 99.0 +2775600.0 12.8 11.1 90 97900 0 0 316 0 0 0 0 0 0 0 70 3.1 1 1 56.3 2000 9 999999999 179 0.0700 0 88 999.000 999.0 99.0 +2779200.0 12.2 10.6 90 97900 0 0 313 0 0 0 0 0 0 0 80 2.6 3 1 56.3 2000 9 999999999 170 0.0700 0 88 999.000 999.0 99.0 +2782800.0 12.2 10.6 90 98000 0 0 307 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 170 0.0700 0 88 999.000 999.0 99.0 +2786400.0 11.7 9.4 86 98000 0 0 303 0 0 0 0 0 0 0 100 3.6 0 0 56.3 2000 9 999999999 160 0.0700 0 88 999.000 999.0 99.0 +2790000.0 11.7 10.0 90 98000 0 0 304 0 0 0 0 0 0 0 90 3.6 0 0 64.4 2000 9 999999999 170 0.0700 0 88 999.000 999.0 99.0 +2793600.0 11.7 10.0 90 98100 45 833 304 27 97 16 2300 3600 2100 280 90 2.6 0 0 48.3 2000 9 999999999 170 0.0720 0 88 999.000 999.0 99.0 +2797200.0 13.3 10.0 80 98100 289 1408 311 154 547 42 15700 43600 6700 790 90 3.1 0 0 48.3 2000 9 999999999 170 0.0720 0 88 999.000 999.0 99.0 +2800800.0 15.0 11.1 78 98200 529 1408 320 342 747 63 36000 70300 9500 1300 170 2.1 0 0 40.2 2000 9 999999999 179 0.0720 0 88 999.000 999.0 99.0 +2804400.0 16.7 10.6 67 98200 719 1408 327 506 838 79 53900 82700 11500 1780 160 1.5 0 0 32.2 2000 9 999999999 170 0.0720 0 88 999.000 999.0 99.0 +2808000.0 18.3 11.1 63 98100 845 1408 334 619 874 95 65900 87500 13300 2280 210 1.5 1 0 32.2 2000 9 999999999 179 0.0720 0 88 999.000 999.0 99.0 +2811600.0 19.4 11.1 59 98000 898 1408 339 665 900 93 69500 89300 12400 2080 0 0.0 0 0 32.2 2000 9 999999999 179 0.0720 0 88 999.000 999.0 99.0 +2815200.0 21.1 10.6 51 97900 875 1408 358 638 841 117 66900 83700 14700 2700 260 3.6 2 2 32.2 2000 9 999999999 170 0.0720 0 88 999.000 999.0 99.0 +2818800.0 21.7 10.0 48 97900 777 1408 367 585 802 144 61300 79600 17300 3170 270 5.7 4 4 32.2 2000 9 999999999 170 0.0720 0 88 999.000 999.0 99.0 +2822400.0 21.7 9.4 46 97800 611 1408 360 394 683 100 41600 65900 12900 2020 250 4.1 2 2 64.4 2000 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2826000.0 21.1 8.9 46 97800 389 1408 345 228 653 51 23900 57100 8100 1000 270 3.6 0 0 64.4 2000 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2829600.0 20.0 7.8 45 97700 128 1373 339 56 279 26 5400 15500 3900 460 270 3.1 0 0 64.4 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2833200.0 18.3 8.3 52 97800 0 0 331 0 0 0 0 0 0 0 270 2.6 0 0 56.3 2000 9 999999999 150 0.0700 0 88 999.000 999.0 99.0 +2836800.0 16.7 8.9 60 97800 0 0 325 0 0 0 0 0 0 0 190 1.5 0 0 56.3 2000 9 999999999 160 0.0700 0 88 999.000 999.0 99.0 +2840400.0 16.1 8.9 63 97800 0 0 322 0 0 0 0 0 0 0 230 1.0 0 0 56.3 2000 9 999999999 160 0.0700 0 88 999.000 999.0 99.0 +2844000.0 15.6 8.3 62 97800 0 0 319 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.0700 0 88 999.000 999.0 99.0 +2847600.0 15.0 8.9 67 97900 0 0 317 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 160 0.0700 0 88 999.000 999.0 99.0 +2851200.0 13.9 8.3 69 97800 0 0 312 0 0 0 0 0 0 0 100 2.1 0 0 56.3 2000 9 999999999 150 0.0700 0 88 999.000 999.0 99.0 +2854800.0 13.3 8.3 72 97800 0 0 309 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2858400.0 12.2 8.9 80 97800 0 0 305 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 160 0.0710 0 88 999.000 999.0 99.0 +2862000.0 12.2 8.9 80 97800 0 0 305 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 160 0.0710 0 88 999.000 999.0 99.0 +2865600.0 11.7 8.3 80 97800 0 0 302 0 0 0 0 0 0 0 110 3.1 0 0 56.3 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2869200.0 10.6 8.3 86 97800 0 0 298 0 0 0 0 0 0 0 60 2.6 0 0 56.3 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2872800.0 10.0 7.8 86 97700 0 0 295 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2876400.0 10.0 7.8 86 97800 0 0 295 0 0 0 0 0 0 0 100 3.1 0 0 72.4 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2880000.0 10.0 7.8 86 97800 47 833 295 26 94 16 2300 3600 2100 280 80 3.6 0 0 72.4 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +2883600.0 11.7 8.3 80 97800 293 1408 302 156 542 44 16300 42600 7500 820 70 4.1 0 0 64.4 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +2887200.0 13.9 8.3 69 97800 533 1408 312 348 747 66 36400 70300 9700 1340 100 3.6 0 0 48.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +2890800.0 15.0 6.1 56 97700 723 1408 314 518 848 83 54900 83600 11800 1840 160 2.1 0 0 24.1 2000 9 999999999 129 0.0780 0 88 999.000 999.0 99.0 +2894400.0 17.2 7.8 54 97700 850 1408 326 625 885 93 65300 87400 12400 1950 130 1.5 0 0 24.1 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +2898000.0 18.9 8.3 51 97600 903 1408 334 673 902 97 70300 89500 12700 2120 80 1.5 0 0 32.2 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +2901600.0 20.6 4.4 35 97400 880 1408 337 658 904 95 68700 89500 12600 2040 180 2.6 0 0 32.2 2000 9 999999999 120 0.0780 0 88 999.000 999.0 99.0 +2905200.0 21.1 2.8 30 97300 782 1408 338 570 874 87 60900 87000 12400 2010 260 4.6 0 0 48.3 2000 9 999999999 110 0.0780 0 88 999.000 999.0 99.0 +2908800.0 21.1 0.6 26 97200 616 1408 335 426 812 73 45000 78400 10600 1540 330 1.5 0 0 48.3 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +2912400.0 20.6 1.1 28 97100 394 1408 334 235 659 53 24400 57700 8200 1030 270 3.1 0 0 48.3 2000 9 999999999 100 0.0780 0 88 999.000 999.0 99.0 +2916000.0 19.4 2.8 33 97000 133 1396 330 56 278 27 5600 15500 4000 480 280 2.1 0 0 48.3 2000 9 999999999 100 0.0780 0 88 999.000 999.0 99.0 +2919600.0 17.8 2.8 37 97000 0 0 329 0 0 0 0 0 0 0 290 1.5 1 1 48.3 2000 9 999999999 110 0.0710 0 88 999.000 999.0 99.0 +2923200.0 16.7 3.3 41 97000 0 0 329 0 0 0 0 0 0 0 0 0.0 2 2 48.3 2000 9 999999999 110 0.0710 0 88 999.000 999.0 99.0 +2926800.0 15.6 4.4 48 97000 0 0 329 0 0 0 0 0 0 0 0 0.0 4 3 48.3 2000 9 999999999 120 0.0710 0 88 999.000 999.0 99.0 +2930400.0 15.6 4.4 48 96900 0 0 334 0 0 0 0 0 0 0 140 2.1 6 5 48.3 3660 9 999999999 120 0.0710 0 88 999.000 999.0 99.0 +2934000.0 15.0 -0.6 35 96900 0 0 328 0 0 0 0 0 0 0 130 2.6 8 6 48.3 3660 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +2937600.0 13.9 0.0 39 96900 0 0 328 0 0 0 0 0 0 0 60 2.6 9 7 48.3 3660 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +2941200.0 15.0 0.0 36 96800 0 0 345 0 0 0 0 0 0 0 290 2.1 10 9 48.3 3660 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +2944800.0 13.9 6.1 60 96800 0 0 357 0 0 0 0 0 0 0 270 2.1 10 10 32.2 3660 9 999999999 129 0.0710 0 88 999.000 999.0 99.0 +2948400.0 13.3 4.4 55 96800 0 0 330 0 0 0 0 0 0 0 240 3.1 8 7 40.2 3660 9 999999999 120 0.0710 0 88 999.000 999.0 99.0 +2952000.0 12.8 5.0 60 96800 0 0 341 0 0 0 0 0 0 0 180 3.1 10 9 40.2 1830 9 999999999 120 0.0710 0 88 999.000 999.0 99.0 +2955600.0 11.7 5.0 64 96800 0 0 328 0 0 0 0 0 0 0 0 0.0 8 8 40.2 1830 9 999999999 120 0.0710 0 88 999.000 999.0 99.0 +2959200.0 11.7 4.4 62 96800 0 0 328 0 0 0 0 0 0 0 220 3.1 10 8 40.2 1830 9 999999999 120 0.0710 0 88 999.000 999.0 99.0 +2962800.0 10.0 6.1 77 96900 0 0 322 0 0 0 0 0 0 0 220 5.7 8 8 32.2 1830 9 999999999 129 0.0710 0 88 999.000 999.0 99.0 +2966400.0 10.0 7.2 83 97000 49 856 323 18 10 17 1900 500 1900 420 240 3.6 8 8 40.2 1830 9 999999999 139 0.1360 0 88 999.000 999.0 99.0 +2970000.0 10.6 6.1 74 97000 297 1408 319 121 125 95 13100 9900 11000 2050 240 3.1 7 7 40.2 1830 9 999999999 129 0.1360 0 88 999.000 999.0 99.0 +2973600.0 12.2 6.1 67 97100 538 1408 312 317 506 124 33500 48000 15100 2400 240 1.5 6 2 32.2 2000 9 999999999 129 0.1360 0 88 999.000 999.0 99.0 +2977200.0 13.9 5.6 58 97100 728 1408 325 449 478 203 47000 48000 22100 4430 170 2.1 8 4 32.2 2000 9 999999999 129 0.1360 0 88 999.000 999.0 99.0 +2980800.0 14.4 5.0 53 97200 855 1408 341 368 208 242 40600 21900 27200 6590 320 1.5 9 8 32.2 3660 9 999999999 120 0.1360 0 88 999.000 999.0 99.0 +2984400.0 14.4 5.6 56 97200 908 1408 359 245 4 243 28500 300 28200 10560 190 1.5 10 10 32.2 1220 9 999999999 129 0.1360 0 88 999.000 999.0 99.0 +2988000.0 14.4 6.1 58 97100 885 1408 350 333 83 281 36700 8400 31300 9290 260 4.6 10 9 32.2 1220 9 999999999 129 0.1360 0 88 999.000 999.0 99.0 +2991600.0 15.6 6.7 56 97100 788 1408 334 541 638 185 57800 64900 21300 4150 280 3.6 5 4 24.1 2000 9 999999999 139 0.1360 0 88 999.000 999.0 99.0 +2995200.0 16.1 5.0 48 97100 622 1408 332 354 411 174 36900 40200 19100 3570 300 2.1 4 3 32.2 2000 9 999999999 120 0.1360 0 88 999.000 999.0 99.0 +2998800.0 16.1 5.0 48 97200 399 1408 334 216 392 106 22400 33900 12800 2000 240 4.1 4 4 32.2 2000 9 999999999 120 0.1360 0 88 999.000 999.0 99.0 +3002400.0 14.4 5.6 56 97200 137 1408 325 43 65 37 4700 3500 4400 770 240 3.1 7 3 32.2 2000 9 999999999 129 0.1360 0 88 999.000 999.0 99.0 +3006000.0 13.9 6.1 60 97200 0 12 323 0 0 0 0 0 0 0 180 2.1 4 3 32.2 2000 9 999999999 129 0.0710 0 88 999.000 999.0 99.0 +3009600.0 13.3 5.6 60 97300 0 0 316 0 0 0 0 0 0 0 0 0.0 2 2 32.2 2000 9 999999999 129 0.0710 0 88 999.000 999.0 99.0 +3013200.0 13.3 5.6 60 97400 0 0 312 0 0 0 0 0 0 0 140 2.1 1 1 32.2 2000 9 999999999 129 0.0710 0 88 999.000 999.0 99.0 +3016800.0 12.2 6.7 69 97400 0 0 303 0 0 0 0 0 0 0 120 3.1 0 0 32.2 2000 9 999999999 139 0.0710 0 88 999.000 999.0 99.0 +3020400.0 11.1 7.2 77 97500 0 0 299 0 0 0 0 0 0 0 90 4.1 0 0 32.2 2000 9 999999999 139 0.0710 0 88 999.000 999.0 99.0 +3024000.0 10.0 6.7 80 97500 0 0 294 0 0 0 0 0 0 0 80 3.6 0 0 32.2 2000 9 999999999 139 0.0710 0 88 999.000 999.0 99.0 +3027600.0 8.9 6.7 86 97600 0 0 289 0 0 0 0 0 0 0 60 3.1 0 0 40.2 2000 9 999999999 139 0.0710 0 88 999.000 999.0 99.0 +3031200.0 8.9 6.1 83 97600 0 0 288 0 0 0 0 0 0 0 80 3.6 0 0 40.2 2000 9 999999999 129 0.0710 0 88 999.000 999.0 99.0 +3034800.0 8.3 5.6 83 97600 0 0 286 0 0 0 0 0 0 0 90 3.1 0 0 40.2 2000 9 999999999 129 0.0710 0 88 999.000 999.0 99.0 +3038400.0 7.8 5.0 83 97600 0 0 283 0 0 0 0 0 0 0 80 4.1 0 0 40.2 2000 9 999999999 120 0.0710 0 88 999.000 999.0 99.0 +3042000.0 7.2 4.4 83 97600 0 0 280 0 0 0 0 0 0 0 90 3.6 0 0 40.2 2000 9 999999999 120 0.0710 0 88 999.000 999.0 99.0 +3045600.0 7.2 4.4 83 97700 0 0 280 0 0 0 0 0 0 0 100 2.6 0 0 40.2 2000 9 999999999 120 0.0710 0 88 999.000 999.0 99.0 +3049200.0 6.7 4.4 86 97700 0 0 278 0 0 0 0 0 0 0 110 2.6 0 0 48.3 2000 9 999999999 120 0.0710 0 88 999.000 999.0 99.0 +3052800.0 6.7 4.4 86 97700 52 879 278 37 216 13 2700 11500 2000 270 70 3.6 0 0 32.2 2000 9 999999999 120 0.0280 0 88 999.000 999.0 99.0 +3056400.0 9.4 4.4 71 97800 301 1407 289 178 701 29 19000 58200 6500 730 90 4.1 0 0 32.2 2000 9 999999999 120 0.0280 0 88 999.000 999.0 99.0 +3060000.0 10.6 7.8 83 97800 542 1407 297 370 853 43 39500 80500 8300 1120 130 3.1 0 0 16.1 2000 9 999999999 150 0.0280 0 88 999.000 999.0 99.0 +3063600.0 12.2 5.0 62 97900 733 1407 301 539 933 55 57200 91400 9400 1440 110 4.1 0 0 24.1 2000 9 999999999 120 0.0280 0 88 999.000 999.0 99.0 +3067200.0 13.9 5.6 58 97800 860 1407 309 647 961 62 68500 95300 10000 1690 90 2.6 0 0 24.1 2000 9 999999999 129 0.0280 0 88 999.000 999.0 99.0 +3070800.0 16.1 5.0 48 97700 914 1407 318 702 983 65 74100 97900 10300 1820 160 3.1 0 0 32.2 2000 9 999999999 120 0.0280 0 88 999.000 999.0 99.0 +3074400.0 16.1 5.0 48 97600 891 1407 328 656 849 121 68800 84600 15100 2820 300 1.5 2 2 32.2 2000 9 999999999 120 0.0280 0 88 999.000 999.0 99.0 +3078000.0 17.2 2.2 37 97600 793 1407 330 551 718 148 57800 71400 17400 3310 270 3.1 4 2 32.2 2000 9 999999999 100 0.0280 0 88 999.000 999.0 99.0 +3081600.0 17.2 2.8 38 97600 627 1407 331 406 718 88 43300 70100 12000 1840 270 3.1 4 2 32.2 2000 9 999999999 110 0.0280 0 88 999.000 999.0 99.0 +3085200.0 17.2 -0.6 30 97500 404 1407 323 242 689 47 25600 61200 8000 970 260 5.7 4 1 32.2 2000 9 999999999 89 0.0280 0 88 999.000 999.0 99.0 +3088800.0 16.7 0.0 33 97500 142 1407 315 67 472 19 7000 31400 3900 410 260 3.1 0 0 32.2 2000 9 999999999 89 0.0280 0 88 999.000 999.0 99.0 +3092400.0 15.0 0.6 38 97500 0 35 308 0 0 0 0 0 0 0 220 2.1 0 0 32.2 2000 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +3096000.0 13.9 0.6 40 97500 0 0 304 0 0 0 0 0 0 0 160 2.6 0 0 32.2 2000 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +3099600.0 13.3 -0.6 39 97400 0 0 300 0 0 0 0 0 0 0 110 2.1 0 0 32.2 2000 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +3103200.0 13.3 -0.6 39 97400 0 0 306 0 0 0 0 0 0 0 110 2.1 3 1 32.2 2000 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +3106800.0 12.2 0.0 43 97400 0 0 306 0 0 0 0 0 0 0 90 3.6 5 2 32.2 2000 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +3110400.0 11.1 0.6 49 97300 0 0 302 0 0 0 0 0 0 0 90 3.6 5 2 32.2 2000 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +3114000.0 11.1 -1.1 43 97300 0 0 300 0 0 0 0 0 0 0 90 3.1 3 2 32.2 2000 9 999999999 80 0.0710 0 88 999.000 999.0 99.0 +3117600.0 10.0 1.1 54 97300 0 0 308 0 0 0 0 0 0 0 80 3.6 7 6 32.2 3660 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +3121200.0 9.4 2.2 61 97200 0 0 315 0 0 0 0 0 0 0 70 3.6 8 8 32.2 3660 9 999999999 100 0.0710 0 88 999.000 999.0 99.0 +3124800.0 9.4 2.2 61 97200 0 0 322 0 0 0 0 0 0 0 80 4.1 10 9 32.2 3660 9 999999999 100 0.0710 0 88 999.000 999.0 99.0 +3128400.0 9.4 1.7 59 97100 0 0 330 0 0 0 0 0 0 0 90 4.1 10 10 32.2 3660 9 999999999 100 0.0710 0 88 999.000 999.0 99.0 +3132000.0 9.4 1.7 59 97100 0 0 330 0 0 0 0 0 0 0 90 4.1 10 10 32.2 3660 9 999999999 100 0.0710 0 88 999.000 999.0 99.0 +3135600.0 9.4 1.7 59 97100 0 0 314 0 0 0 0 0 0 0 90 3.6 9 8 32.2 3050 9 999999999 100 0.0710 0 88 999.000 999.0 99.0 +3139200.0 9.4 1.7 59 97100 54 903 321 18 7 17 1900 400 1900 420 70 4.1 9 9 64.4 3660 9 999999999 100 0.0600 0 88 999.000 999.0 99.0 +3142800.0 10.6 1.7 55 97100 305 1407 320 132 74 116 14400 6300 13000 2630 120 4.1 8 8 64.4 4270 9 999999999 100 0.0600 0 88 999.000 999.0 99.0 +3146400.0 12.8 1.7 47 97100 547 1407 321 236 148 179 25600 14400 20000 4170 200 2.6 7 6 64.4 4270 9 999999999 100 0.0600 0 88 999.000 999.0 99.0 +3150000.0 15.6 3.3 44 97100 738 1407 332 420 390 216 45200 40700 23700 4990 240 7.2 5 5 72.4 2000 9 999999999 110 0.0600 0 88 999.000 999.0 99.0 +3153600.0 15.6 1.1 38 97100 865 1407 330 652 775 177 68100 77300 20400 4170 260 7.2 5 5 64.4 2000 9 999999999 100 0.0600 0 88 999.000 999.0 99.0 +3157200.0 16.7 0.6 34 97000 919 1407 334 589 508 258 62100 52300 27800 6720 260 7.7 5 5 64.4 2000 9 999999999 89 0.0600 0 88 999.000 999.0 99.0 +3160800.0 15.6 0.6 36 96900 896 1407 349 449 177 336 48600 18500 36800 9440 260 7.7 9 9 56.3 3660 9 999999999 89 0.0600 0 88 999.000 999.0 99.0 +3164400.0 14.4 0.0 38 96900 798 1407 342 216 86 168 24300 9000 19100 4410 260 8.2 9 9 56.3 3660 9 999999999 89 0.0600 0 88 999.000 999.0 99.0 +3168000.0 13.3 0.0 40 97000 632 1407 337 245 70 214 26900 6900 23800 6000 300 7.2 9 9 56.3 3660 9 999999999 89 0.0600 0 88 999.000 999.0 99.0 +3171600.0 12.2 -1.1 40 97000 409 1407 331 125 89 100 13800 8100 11500 2230 280 5.7 9 9 56.3 1520 9 999999999 80 0.0600 0 88 999.000 999.0 99.0 +3175200.0 11.7 -1.7 40 97000 147 1407 328 38 25 35 4100 1600 3900 840 270 4.1 9 9 56.3 1520 9 999999999 80 0.0600 0 88 999.000 999.0 99.0 +3178800.0 11.7 -2.8 37 97000 0 59 326 0 0 0 0 0 0 0 270 4.6 9 9 32.2 1520 9 999999999 69 0.0710 0 88 999.000 999.0 99.0 +3182400.0 11.1 -4.4 34 97100 0 0 322 0 0 0 0 0 0 0 260 5.2 9 9 32.2 1520 9 999999999 69 0.0710 0 88 999.000 999.0 99.0 +3186000.0 10.6 -4.4 35 97100 0 0 329 0 0 0 0 0 0 0 270 6.2 10 10 32.2 1520 9 999999999 69 0.0710 0 88 999.000 999.0 99.0 +3189600.0 10.0 -3.3 39 97200 0 0 318 0 0 0 0 0 0 0 260 6.2 9 9 32.2 1520 9 999999999 69 0.0710 0 88 999.000 999.0 99.0 +3193200.0 9.4 -7.2 30 97200 0 0 291 0 0 0 0 0 0 0 270 4.1 4 4 32.2 2000 9 999999999 60 0.0710 0 88 999.000 999.0 99.0 +3196800.0 7.8 -8.3 31 97300 0 0 279 0 0 0 0 0 0 0 270 3.1 2 2 32.2 2000 9 999999999 50 0.0710 0 88 999.000 999.0 99.0 +3200400.0 5.6 -3.9 51 97300 0 0 266 0 0 0 0 0 0 0 240 1.5 0 0 48.3 2000 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +3204000.0 5.0 -7.2 41 97400 0 0 260 0 0 0 0 0 0 0 240 2.6 0 0 48.3 2000 9 999999999 60 0.0720 0 88 999.000 999.0 99.0 +3207600.0 5.0 -6.7 43 97400 0 0 261 0 0 0 0 0 0 0 230 1.5 0 0 48.3 2000 9 999999999 60 0.0720 0 88 999.000 999.0 99.0 +3211200.0 4.4 -6.7 45 97400 0 0 258 0 0 0 0 0 0 0 80 1.5 0 0 48.3 2000 9 999999999 60 0.0720 0 88 999.000 999.0 99.0 +3214800.0 4.4 -3.9 55 97500 0 0 261 0 0 0 0 0 0 0 90 3.6 0 0 48.3 2000 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +3218400.0 3.9 0.0 76 97500 0 0 263 0 0 0 0 0 0 0 60 4.1 0 0 48.3 2000 9 999999999 89 0.0720 0 88 999.000 999.0 99.0 +3222000.0 3.3 0.0 79 97600 0 0 261 0 0 0 0 0 0 0 100 3.6 0 0 64.4 2000 9 999999999 89 0.0720 0 88 999.000 999.0 99.0 +3225600.0 3.3 0.0 79 97700 56 926 261 36 196 15 2900 9200 2300 280 80 4.1 0 0 80.5 2000 9 999999999 89 0.0410 0 88 999.000 999.0 99.0 +3229200.0 6.7 -3.9 47 97700 310 1406 270 178 659 34 19000 55100 6800 770 100 3.6 0 0 80.5 2000 9 999999999 69 0.0410 0 88 999.000 999.0 99.0 +3232800.0 7.8 -2.2 50 97800 552 1406 276 382 849 50 40500 80300 8900 1200 90 4.6 0 0 80.5 2000 9 999999999 80 0.0410 0 88 999.000 999.0 99.0 +3236400.0 9.4 -1.1 48 97800 743 1406 283 552 927 63 58200 90900 10000 1550 120 4.1 0 0 80.5 2000 9 999999999 80 0.0410 0 88 999.000 999.0 99.0 +3240000.0 11.7 -2.2 38 97700 870 1406 291 666 964 71 70100 95600 10700 1830 140 4.6 0 0 112.7 2000 9 999999999 80 0.0410 0 88 999.000 999.0 99.0 +3243600.0 11.7 -3.9 34 97700 924 1406 290 715 978 75 75300 97300 11100 1990 140 3.1 0 0 96.6 2000 9 999999999 69 0.0410 0 88 999.000 999.0 99.0 +3247200.0 13.9 -4.4 28 97600 902 1406 304 652 893 82 68500 88700 11400 2020 140 3.6 3 1 112.7 2000 9 999999999 69 0.0410 0 88 999.000 999.0 99.0 +3250800.0 14.4 -5.6 25 97500 804 1406 309 604 820 137 63800 82000 16800 3130 90 3.1 7 2 96.6 2000 9 999999999 60 0.0410 0 88 999.000 999.0 99.0 +3254400.0 13.3 -6.1 26 97400 637 1406 309 367 393 190 39200 40000 21100 4180 120 2.1 8 4 80.5 5180 9 999999999 60 0.0410 0 88 999.000 999.0 99.0 +3258000.0 13.9 -5.6 26 97400 414 1406 303 248 672 52 26000 59800 8300 1040 0 0.0 3 1 80.5 2000 9 999999999 60 0.0410 0 88 999.000 999.0 99.0 +3261600.0 12.8 -5.6 28 97400 151 1406 321 45 35 41 4900 2300 4600 960 150 1.5 9 8 80.5 5180 9 999999999 60 0.0410 0 88 999.000 999.0 99.0 +3265200.0 12.2 -5.0 30 97400 0 82 319 0 0 0 0 0 0 0 110 2.6 9 8 56.3 5180 9 999999999 60 0.0720 0 88 999.000 999.0 99.0 +3268800.0 12.2 -5.6 29 97400 0 0 325 0 0 0 0 0 0 0 70 2.1 9 9 56.3 5180 9 999999999 60 0.0720 0 88 999.000 999.0 99.0 +3272400.0 11.7 -4.4 32 97400 0 0 324 0 0 0 0 0 0 0 20 2.1 10 9 56.3 4570 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +3276000.0 11.1 -3.9 35 97400 0 0 322 0 0 0 0 0 0 0 50 2.1 10 9 56.3 4570 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +3279600.0 11.1 -3.3 37 97300 0 0 323 0 0 0 0 0 0 0 0 0.0 10 9 56.3 4570 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +3283200.0 10.6 -2.8 40 97300 0 0 330 0 0 0 0 0 0 0 100 2.1 10 10 56.3 4570 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +3286800.0 9.4 -2.8 43 97300 0 0 325 0 0 0 0 0 0 0 130 1.5 10 10 56.3 4570 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +3290400.0 9.4 -2.8 43 97300 0 0 309 0 0 0 0 0 0 0 100 2.6 9 8 56.3 3660 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +3294000.0 8.9 -3.3 42 97200 0 0 322 0 0 0 0 0 0 0 90 2.6 10 10 56.3 3050 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +3297600.0 8.9 -2.2 46 97200 0 0 323 0 0 0 0 0 0 0 120 2.1 10 10 56.3 3050 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +3301200.0 8.3 -1.1 52 97100 0 0 322 0 0 0 0 0 0 0 80 2.6 10 10 56.3 3050 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +3304800.0 8.3 -2.2 48 97100 0 0 321 0 0 0 0 0 0 0 90 3.1 10 10 56.3 3050 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +3308400.0 8.3 -1.1 52 97100 0 0 313 0 0 0 0 0 0 0 100 2.6 10 9 56.3 3050 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +3312000.0 8.3 -1.1 52 97100 59 949 313 34 11 33 3700 600 3600 720 80 2.6 10 9 56.3 3660 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +3315600.0 8.9 0.0 54 97200 314 1406 326 121 11 118 13000 600 12900 3430 90 3.1 10 10 64.4 3660 9 999999999 89 0.0310 0 88 999.000 999.0 99.0 +3319200.0 9.4 0.0 52 97200 557 1406 328 242 46 224 26500 4500 24700 5720 110 3.6 10 10 64.4 3660 9 999999999 89 0.0310 0 88 999.000 999.0 99.0 +3322800.0 10.0 -0.6 48 97200 748 1406 330 221 11 215 25200 900 24700 8670 90 2.6 10 10 72.4 3350 9 999999999 89 0.0310 0 88 999.000 999.0 99.0 +3326400.0 10.0 -1.1 46 97300 876 1406 330 166 6 162 19700 500 19400 7600 120 4.1 10 10 32.2 1520 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +3330000.0 7.8 0.0 58 97300 930 1406 321 183 4 181 21900 300 21700 8540 140 5.2 10 10 11.3 1370 9 999999999 89 0.0310 0 88 999.000 999.0 99.0 +3333600.0 7.2 0.0 61 97200 907 1406 318 177 4 174 21000 300 20800 8180 90 4.1 10 10 9.7 1220 9 999999999 89 0.0310 0 88 999.000 999.0 99.0 +3337200.0 6.7 0.0 63 97100 809 1406 316 174 3 172 20400 200 20200 7690 80 4.6 10 10 11.3 1220 9 999999999 89 0.0310 0 88 999.000 999.0 99.0 +3340800.0 6.7 0.0 63 97100 643 1406 316 215 2 214 24000 200 23900 7810 80 4.6 10 10 16.1 1220 9 999999999 89 0.0310 0 88 999.000 999.0 99.0 +3344400.0 7.2 0.0 61 97000 419 1406 318 84 0 84 9600 0 9600 3270 70 4.1 10 10 12.9 1220 9 999999999 89 0.0310 0 88 999.000 999.0 99.0 +3348000.0 7.2 -0.6 58 97000 156 1406 317 31 1 31 3500 0 3500 1080 30 2.1 10 10 16.1 1220 9 999999999 89 0.0310 0 88 999.000 999.0 99.0 +3351600.0 7.2 -0.6 58 97000 1 105 317 1 0 1 0 0 0 0 30 2.1 10 10 8.0 1220 9 999999999 89 0.0310 0 88 999.000 999.0 99.0 +3355200.0 7.8 -0.6 56 97000 0 0 320 0 0 0 0 0 0 0 10 1.5 10 10 6.4 460 9 999999999 89 0.0720 0 88 999.000 999.0 99.0 +3358800.0 6.7 5.6 93 97000 0 0 322 0 0 0 0 0 0 0 80 3.1 10 10 6.4 460 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +3362400.0 6.7 5.6 93 97000 0 0 322 0 0 0 0 0 0 0 30 1.5 10 10 24.1 610 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +3366000.0 7.2 6.7 96 96900 0 0 326 0 0 0 0 0 0 0 280 2.1 10 10 6.4 460 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +3369600.0 7.8 6.7 93 96900 0 0 328 0 0 0 0 0 0 0 0 0.0 10 10 8.0 460 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +3373200.0 7.2 5.6 89 96900 0 0 324 0 0 0 0 0 0 0 90 3.6 10 10 8.0 460 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +3376800.0 6.7 5.6 93 96800 0 0 322 0 0 0 0 0 0 0 70 3.1 10 10 11.3 460 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +3380400.0 6.7 4.4 86 96800 0 0 321 0 0 0 0 0 0 0 90 3.1 10 10 11.3 460 9 999999999 120 0.0720 0 88 999.000 999.0 99.0 +3384000.0 6.7 4.4 86 96900 0 0 321 0 0 0 0 0 0 0 110 2.1 10 10 11.3 460 9 999999999 120 0.0720 0 88 999.000 999.0 99.0 +3387600.0 6.7 5.0 89 96900 0 0 321 0 0 0 0 0 0 0 270 3.1 10 10 8.0 460 9 999999999 120 0.0720 0 88 999.000 999.0 99.0 +3391200.0 6.1 5.6 96 96900 0 0 319 0 0 0 0 0 0 0 260 4.6 10 10 6.4 460 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +3394800.0 6.7 5.0 89 97000 0 0 321 0 0 0 0 0 0 0 260 3.6 10 10 11.3 610 9 999999999 120 0.0720 0 88 999.000 999.0 99.0 +3398400.0 6.7 5.6 93 97100 62 949 322 15 0 15 1700 0 1700 540 250 4.1 10 10 8.0 1220 9 999999999 129 0.1020 0 88 999.000 999.0 99.0 +3402000.0 6.7 5.6 93 97100 319 1405 322 56 1 56 6500 0 6500 2150 240 3.6 10 10 12.9 1220 9 999999999 129 0.1020 0 88 999.000 999.0 99.0 +3405600.0 6.7 4.4 86 97200 562 1405 321 118 1 118 13700 100 13600 4830 270 3.6 10 10 16.1 1220 9 999999999 120 0.1020 0 88 999.000 999.0 99.0 +3409200.0 7.8 5.0 83 97200 754 1405 326 292 0 292 32500 0 32500 10430 260 4.1 10 10 16.1 700 9 999999999 120 0.1020 0 88 999.000 999.0 99.0 +3412800.0 7.8 5.0 83 97300 881 1405 326 194 1 193 22800 100 22700 8770 240 4.1 10 10 24.1 760 9 999999999 120 0.1020 0 88 999.000 999.0 99.0 +3416400.0 8.3 4.4 77 97200 935 1405 328 342 1 342 38800 100 38800 13430 260 5.2 10 10 24.1 1370 9 999999999 120 0.1020 0 88 999.000 999.0 99.0 +3420000.0 9.4 3.9 69 97200 913 1405 324 386 169 277 42500 17800 30900 7890 260 5.2 10 9 32.2 1370 9 999999999 110 0.1020 0 88 999.000 999.0 99.0 +3423600.0 10.0 3.9 66 97200 815 1405 319 403 234 268 44000 24400 29800 7120 220 4.1 9 8 48.3 1370 9 999999999 110 0.1020 0 88 999.000 999.0 99.0 +3427200.0 11.7 2.8 55 97200 648 1405 326 259 119 204 28200 12000 22600 4960 250 4.6 8 8 40.2 1370 9 999999999 110 0.1020 0 88 999.000 999.0 99.0 +3430800.0 11.1 2.2 55 97200 424 1405 317 182 144 139 19700 13100 15700 3110 240 2.6 7 7 40.2 1830 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +3434400.0 11.1 0.6 49 97300 160 1405 316 36 43 31 4000 2600 3700 650 240 3.6 7 7 48.3 1830 9 999999999 89 0.1020 0 88 999.000 999.0 99.0 +3438000.0 10.6 1.1 52 97300 1 129 314 0 0 0 0 0 0 0 220 1.0 7 7 48.3 1830 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +3441600.0 7.8 3.3 74 97400 0 0 301 0 0 0 0 0 0 0 80 3.1 6 6 48.3 1830 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +3445200.0 8.3 3.3 71 97500 0 0 306 0 0 0 0 0 0 0 100 3.1 7 7 48.3 1830 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +3448800.0 7.2 3.9 80 97500 0 0 279 0 0 0 0 0 0 0 90 3.1 0 0 48.3 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +3452400.0 6.7 3.9 83 97600 0 0 277 0 0 0 0 0 0 0 110 4.1 0 0 48.3 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +3456000.0 6.1 3.9 86 97600 0 0 275 0 0 0 0 0 0 0 80 3.1 0 0 40.2 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +3459600.0 5.6 3.3 86 97700 0 0 273 0 0 0 0 0 0 0 70 3.1 0 0 40.2 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +3463200.0 5.0 3.3 89 97700 0 0 282 0 0 0 0 0 0 0 90 2.1 3 3 40.2 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +3466800.0 4.4 2.8 89 97700 0 0 276 0 0 0 0 0 0 0 90 2.1 2 2 40.2 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +3470400.0 3.9 2.2 89 97700 0 0 265 0 0 0 0 0 0 0 70 2.6 0 0 40.2 2000 9 999999999 100 0.0720 0 88 999.000 999.0 99.0 +3474000.0 3.9 2.2 89 97800 0 0 265 0 0 0 0 0 0 0 80 2.1 0 0 40.2 2000 9 999999999 100 0.0720 0 88 999.000 999.0 99.0 +3477600.0 3.3 2.2 93 97800 0 0 263 0 0 0 0 0 0 0 120 2.1 0 0 40.2 2000 9 999999999 100 0.0720 0 88 999.000 999.0 99.0 +3481200.0 2.8 1.7 93 97800 0 0 260 0 0 0 0 0 0 0 90 2.6 0 0 40.2 2000 9 999999999 100 0.0720 0 88 999.000 999.0 99.0 +3484800.0 3.3 0.6 82 97900 65 972 261 39 193 18 3200 9300 2600 330 80 3.1 0 0 40.2 2000 9 999999999 89 0.0510 0 88 999.000 999.0 99.0 +3488400.0 5.0 0.6 73 97900 324 1405 268 187 643 40 19500 53600 7100 810 110 4.1 1 0 24.1 2000 9 999999999 89 0.0510 0 88 999.000 999.0 99.0 +3492000.0 6.7 -1.1 58 98100 567 1405 273 392 801 71 41100 76100 10300 1450 110 3.1 3 0 24.1 2000 9 999999999 80 0.0510 0 88 999.000 999.0 99.0 +3495600.0 8.3 -1.7 50 98100 759 1405 278 565 898 82 59300 88000 11500 1700 70 3.1 2 0 40.2 2000 9 999999999 80 0.0510 0 88 999.000 999.0 99.0 +3499200.0 10.6 -2.2 41 98000 887 1405 287 677 950 79 71000 94300 11300 1960 90 3.1 0 0 32.2 2000 9 999999999 80 0.0510 0 88 999.000 999.0 99.0 +3502800.0 11.7 -2.2 38 97900 941 1405 291 726 964 82 76100 96000 11600 2120 260 1.5 0 0 40.2 2000 9 999999999 80 0.0510 0 88 999.000 999.0 99.0 +3506400.0 12.2 -2.2 37 97900 918 1405 294 708 962 81 74300 95700 11500 2050 160 1.5 0 0 56.3 2000 9 999999999 80 0.0510 0 88 999.000 999.0 99.0 +3510000.0 12.8 -3.9 31 97700 820 1405 294 626 908 98 66400 90500 13400 2270 240 4.1 3 0 56.3 2000 9 999999999 69 0.0510 0 88 999.000 999.0 99.0 +3513600.0 12.8 -2.8 34 97800 653 1405 295 469 870 67 49500 84000 10300 1450 290 2.6 1 0 56.3 2000 9 999999999 69 0.0510 0 88 999.000 999.0 99.0 +3517200.0 12.8 -2.2 36 97900 429 1405 302 243 425 114 25200 37700 13700 2170 230 2.6 6 1 48.3 2000 9 999999999 80 0.0510 0 88 999.000 999.0 99.0 +3520800.0 11.1 -3.9 35 97900 165 1405 297 72 267 41 7500 15100 5700 740 240 2.6 7 2 48.3 2000 9 999999999 69 0.0510 0 88 999.000 999.0 99.0 +3524400.0 10.0 -3.9 38 97900 2 152 288 4 7 2 0 0 0 0 250 2.6 6 1 32.2 2000 9 999999999 69 0.0510 0 88 999.000 999.0 99.0 +3528000.0 9.4 -3.9 39 97900 0 0 290 0 0 0 0 0 0 0 290 1.0 7 2 32.2 2000 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +3531600.0 8.9 -1.7 48 97900 0 0 286 0 0 0 0 0 0 0 0 0.0 7 1 32.2 2000 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +3535200.0 7.8 -1.1 54 98000 0 0 277 0 0 0 0 0 0 0 0 0.0 4 0 32.2 2000 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +3538800.0 7.2 -0.6 58 98000 0 0 275 0 0 0 0 0 0 0 0 0.0 3 0 32.2 2000 9 999999999 89 0.0720 0 88 999.000 999.0 99.0 +3542400.0 6.7 0.0 63 98000 0 0 274 0 0 0 0 0 0 0 0 0.0 1 0 32.2 2000 9 999999999 89 0.0720 0 88 999.000 999.0 99.0 +3546000.0 5.6 0.6 71 98000 0 0 270 0 0 0 0 0 0 0 100 1.5 0 0 32.2 2000 9 999999999 89 0.0730 0 88 999.000 999.0 99.0 +3549600.0 4.4 1.1 79 98000 0 0 266 0 0 0 0 0 0 0 110 1.5 0 0 32.2 2000 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3553200.0 3.9 0.0 76 98000 0 0 263 0 0 0 0 0 0 0 120 2.6 0 0 32.2 2000 9 999999999 89 0.0730 0 88 999.000 999.0 99.0 +3556800.0 3.3 0.0 79 97900 0 0 261 0 0 0 0 0 0 0 120 2.6 0 0 32.2 2000 9 999999999 89 0.0730 0 88 999.000 999.0 99.0 +3560400.0 3.3 -0.6 76 98000 0 0 260 0 0 0 0 0 0 0 110 2.1 0 0 32.2 2000 9 999999999 89 0.0730 0 88 999.000 999.0 99.0 +3564000.0 3.3 -1.7 70 98000 0 0 259 0 0 0 0 0 0 0 60 1.5 0 0 32.2 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +3567600.0 2.8 -1.1 76 98000 0 0 258 0 0 0 0 0 0 0 60 2.1 0 0 32.2 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +3571200.0 3.3 -1.1 73 98000 68 995 260 42 251 15 3400 14000 2400 300 70 1.5 0 0 48.3 2000 9 999999999 80 0.0330 0 88 999.000 999.0 99.0 +3574800.0 6.1 -1.7 58 98100 328 1404 270 200 723 32 21400 61500 6900 790 60 2.6 0 0 48.3 2000 9 999999999 80 0.0330 0 88 999.000 999.0 99.0 +3578400.0 7.8 -1.1 54 98100 572 1404 277 402 875 47 42800 83200 8700 1190 80 2.6 0 0 48.3 2000 9 999999999 80 0.0330 0 88 999.000 999.0 99.0 +3582000.0 10.6 -1.1 45 98100 764 1404 288 570 942 59 60300 92600 9700 1530 100 3.6 0 0 64.4 2000 9 999999999 80 0.0330 0 88 999.000 999.0 99.0 +3585600.0 12.2 -2.8 35 98100 892 1404 293 691 946 93 72300 93800 12500 2070 90 2.6 3 0 64.4 2000 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +3589200.0 13.9 -2.2 33 98000 946 1404 301 744 959 100 77600 95400 13100 2280 120 1.5 3 0 72.4 2000 9 999999999 80 0.0330 0 88 999.000 999.0 99.0 +3592800.0 14.4 -2.8 31 97900 924 1404 302 737 909 141 76300 90200 16800 3250 120 2.1 7 0 72.4 2000 9 999999999 80 0.0330 0 88 999.000 999.0 99.0 +3596400.0 15.6 -4.4 25 97800 825 1404 305 648 874 136 68700 87800 16900 3190 90 1.5 8 0 72.4 2000 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +3600000.0 15.6 -5.6 23 97800 658 1404 304 497 821 114 52200 80100 14600 2350 120 2.1 8 0 64.4 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +3603600.0 15.6 -4.4 25 97800 434 1404 311 264 581 86 27300 51300 11400 1570 250 2.1 8 1 64.4 2000 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +3607200.0 13.9 -3.3 30 97900 170 1404 317 64 146 46 6700 8000 5700 860 240 1.5 8 5 48.3 4270 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +3610800.0 13.3 -3.3 32 97900 2 176 317 2 3 1 0 0 0 0 160 2.1 8 6 40.2 4270 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +3614400.0 12.8 -3.3 33 97900 0 0 315 0 0 0 0 0 0 0 0 0.0 8 6 40.2 4270 9 999999999 69 0.0730 0 88 999.000 999.0 99.0 +3618000.0 12.2 -1.1 40 98000 0 0 315 0 0 0 0 0 0 0 0 0.0 10 6 40.2 4270 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +3621600.0 11.1 1.7 53 98000 0 0 303 0 0 0 0 0 0 0 0 0.0 6 2 40.2 2000 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3625200.0 11.1 0.0 47 97900 0 0 315 0 0 0 0 0 0 0 0 0.0 9 7 40.2 7620 9 999999999 89 0.0730 0 88 999.000 999.0 99.0 +3628800.0 10.0 0.6 52 98000 0 0 307 0 0 0 0 0 0 0 120 2.1 8 6 40.2 7620 9 999999999 89 0.0730 0 88 999.000 999.0 99.0 +3632400.0 9.4 2.2 61 97900 0 0 306 0 0 0 0 0 0 0 130 2.1 8 6 40.2 7620 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3636000.0 10.0 0.6 52 98000 0 0 323 0 0 0 0 0 0 0 90 1.5 10 9 40.2 7620 9 999999999 89 0.0730 0 88 999.000 999.0 99.0 +3639600.0 8.9 1.1 59 97900 0 0 300 0 0 0 0 0 0 0 0 0.0 10 5 40.2 2000 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3643200.0 7.8 1.7 66 97900 0 0 292 0 0 0 0 0 0 0 0 0.0 8 3 40.2 2000 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3646800.0 7.2 1.7 68 97900 0 0 283 0 0 0 0 0 0 0 0 0.0 6 1 40.2 2000 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3650400.0 6.7 1.7 71 98000 0 0 281 0 0 0 0 0 0 0 100 2.1 4 1 40.2 2000 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3654000.0 6.1 1.7 74 98000 0 0 273 0 0 0 0 0 0 0 0 0.0 4 0 40.2 2000 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3657600.0 6.7 1.1 68 98000 71 1018 275 42 227 18 3600 11200 2800 330 160 2.6 2 0 40.2 2000 9 999999999 100 0.0380 0 88 999.000 999.0 99.0 +3661200.0 8.3 0.6 58 98000 333 1404 281 199 677 40 20900 57100 7300 820 60 2.6 2 0 48.3 2000 9 999999999 89 0.0380 0 88 999.000 999.0 99.0 +3664800.0 10.6 0.0 48 98100 577 1404 295 386 754 78 40200 71600 10600 1540 60 2.6 5 1 48.3 2000 9 999999999 89 0.0380 0 88 999.000 999.0 99.0 +3668400.0 13.9 0.6 40 98100 770 1404 309 548 786 119 58300 78600 15000 2690 60 4.6 6 1 64.4 2000 9 999999999 89 0.0380 0 88 999.000 999.0 99.0 +3672000.0 15.6 -1.1 32 98000 898 1404 309 702 905 126 73400 90100 15600 2930 130 1.5 6 0 72.4 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +3675600.0 17.8 -1.1 28 98000 952 1404 318 760 895 155 78200 88700 17900 3590 100 2.1 8 0 72.4 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +3679200.0 18.3 -2.8 24 97900 929 1404 325 697 832 149 74500 84500 18400 3920 230 1.5 8 1 72.4 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +3682800.0 18.3 -2.2 25 97800 831 1404 319 641 865 132 66000 85100 15500 2720 20 1.5 8 0 72.4 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +3686400.0 18.9 -2.8 23 97800 664 1404 335 435 608 149 46500 60400 17800 3050 20 1.5 8 3 64.4 2000 9 999999999 69 0.0380 0 88 999.000 999.0 99.0 +3690000.0 19.4 -2.8 22 97800 439 1404 338 244 489 92 26000 43900 12200 1710 240 1.5 8 3 64.4 2000 9 999999999 69 0.0380 0 88 999.000 999.0 99.0 +3693600.0 17.8 -2.2 26 97800 174 1404 331 70 216 43 7200 12600 5600 780 0 0.0 7 3 64.4 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +3697200.0 16.7 -2.2 28 97800 3 199 323 6 11 3 0 0 0 0 0 0.0 7 2 56.3 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +3700800.0 15.6 1.1 38 97800 0 0 322 0 0 0 0 0 0 0 0 0.0 6 2 56.3 2000 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3704400.0 13.9 2.8 47 97900 0 0 319 0 0 0 0 0 0 0 0 0.0 4 3 56.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +3708000.0 12.8 3.3 53 97900 0 0 312 0 0 0 0 0 0 0 200 1.5 3 2 56.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +3711600.0 12.2 2.8 53 98000 0 0 312 0 0 0 0 0 0 0 0 0.0 8 3 56.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +3715200.0 11.7 3.3 57 98000 0 0 310 0 0 0 0 0 0 0 110 2.6 8 3 56.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +3718800.0 11.1 3.3 59 98000 0 0 319 0 0 0 0 0 0 0 90 3.1 9 7 56.3 7620 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +3722400.0 11.1 2.2 55 98000 0 0 309 0 0 0 0 0 0 0 80 3.1 10 4 56.3 2000 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3726000.0 10.6 3.3 61 98000 0 0 316 0 0 0 0 0 0 0 70 4.1 10 7 56.3 7620 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +3729600.0 10.6 2.8 59 98000 0 0 312 0 0 0 0 0 0 0 90 4.1 10 6 56.3 7620 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +3733200.0 10.6 2.8 59 97900 0 0 316 0 0 0 0 0 0 0 90 3.6 10 7 56.3 7620 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +3736800.0 10.6 2.2 57 98000 0 0 315 0 0 0 0 0 0 0 100 3.1 10 7 56.3 7620 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3740400.0 10.6 2.2 57 98000 0 0 309 0 0 0 0 0 0 0 90 4.1 8 5 56.3 7620 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3744000.0 11.1 2.2 55 98000 75 1041 322 35 15 34 3800 900 3800 760 110 3.1 9 8 56.3 3660 9 999999999 100 0.0300 0 88 999.000 999.0 99.0 +3747600.0 11.7 2.2 53 98000 338 1403 342 112 128 82 12400 10900 9800 1790 90 4.6 10 10 56.3 3660 9 999999999 100 0.0300 0 88 999.000 999.0 99.0 +3751200.0 12.8 2.8 51 98100 582 1403 348 179 1 178 20000 100 20000 6560 100 4.1 10 10 40.2 4270 9 999999999 110 0.0300 0 88 999.000 999.0 99.0 +3754800.0 14.4 2.2 44 98100 775 1403 355 221 7 217 25300 600 25000 8920 90 2.1 10 10 40.2 4270 9 999999999 100 0.0300 0 88 999.000 999.0 99.0 +3758400.0 15.0 2.2 42 98100 903 1403 358 269 10 263 31000 900 30500 11140 70 2.1 10 10 40.2 4270 9 999999999 100 0.0300 0 88 999.000 999.0 99.0 +3762000.0 17.8 2.2 36 98000 958 1403 362 385 106 313 42400 10800 35000 10840 120 2.6 9 9 40.2 4270 9 999999999 100 0.0300 0 88 999.000 999.0 99.0 +3765600.0 18.3 1.1 32 97900 935 1403 363 471 181 351 51100 19000 38400 10200 140 2.1 9 9 40.2 4270 9 999999999 100 0.0300 0 88 999.000 999.0 99.0 +3769200.0 20.0 0.6 27 97900 836 1403 353 492 426 240 51700 43500 25600 5750 10 1.5 8 6 40.2 4270 9 999999999 89 0.0300 0 88 999.000 999.0 99.0 +3772800.0 20.6 0.6 27 97800 669 1403 347 420 567 152 44900 56400 17900 3130 280 1.5 8 3 40.2 2000 9 999999999 89 0.0300 0 88 999.000 999.0 99.0 +3776400.0 19.4 -0.6 26 97800 444 1403 343 223 312 125 23700 28700 14600 2530 250 2.1 10 4 40.2 2000 9 999999999 89 0.0300 0 88 999.000 999.0 99.0 +3780000.0 18.3 1.1 32 97800 179 1403 349 62 39 57 6800 2800 6400 1290 240 1.5 10 7 48.3 6100 9 999999999 100 0.0300 0 88 999.000 999.0 99.0 +3783600.0 17.2 1.1 34 97800 3 222 335 6 10 4 0 0 0 0 200 1.5 10 4 48.3 2000 9 999999999 100 0.0300 0 88 999.000 999.0 99.0 +3787200.0 15.6 2.2 41 97800 0 0 331 0 0 0 0 0 0 0 0 0.0 9 5 48.3 6100 9 999999999 100 0.0730 0 88 999.000 999.0 99.0 +3790800.0 14.4 3.3 48 97900 0 0 334 0 0 0 0 0 0 0 280 1.5 9 7 32.2 6100 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +3794400.0 13.9 4.4 53 97900 0 0 318 0 0 0 0 0 0 0 0 0.0 6 2 32.2 2000 9 999999999 120 0.0730 0 88 999.000 999.0 99.0 +3798000.0 12.8 4.4 57 98000 0 0 316 0 0 0 0 0 0 0 270 1.5 7 3 32.2 2000 9 999999999 120 0.0730 0 88 999.000 999.0 99.0 +3801600.0 13.9 4.4 53 98000 0 0 323 0 0 0 0 0 0 0 130 2.1 5 4 32.2 2000 9 999999999 120 0.0730 0 88 999.000 999.0 99.0 +3805200.0 12.8 3.3 53 98000 0 0 312 0 0 0 0 0 0 0 90 4.1 3 2 40.2 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +3808800.0 11.7 3.3 57 98000 0 0 307 0 0 0 0 0 0 0 100 3.1 3 2 56.3 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +3812400.0 11.7 3.3 57 98000 0 0 310 0 0 0 0 0 0 0 90 3.1 7 3 56.3 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +3816000.0 11.1 3.9 61 98000 0 0 301 0 0 0 0 0 0 0 90 2.6 4 1 56.3 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +3819600.0 10.6 3.9 64 98000 0 0 299 0 0 0 0 0 0 0 80 3.6 4 1 56.3 2000 9 999999999 120 0.0740 0 88 999.000 999.0 99.0 +3823200.0 10.6 3.3 61 98000 0 0 298 0 0 0 0 0 0 0 100 3.1 3 1 56.3 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +3826800.0 10.0 3.3 64 98000 0 0 303 0 0 0 0 0 0 0 100 1.5 4 3 72.4 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +3830400.0 11.7 2.8 55 98000 78 1064 306 39 139 24 3600 6100 3200 430 90 3.6 6 2 64.4 2000 9 999999999 110 0.0340 0 88 999.000 999.0 99.0 +3834000.0 12.8 3.9 55 98000 344 1403 327 167 82 147 18200 7300 16400 3260 70 2.6 9 7 64.4 4570 9 999999999 110 0.0340 0 88 999.000 999.0 99.0 +3837600.0 15.0 3.9 48 98100 588 1403 333 263 187 185 28600 18600 20800 4380 110 4.1 10 6 72.4 5490 9 999999999 120 0.0340 0 88 999.000 999.0 99.0 +3841200.0 17.2 3.3 40 98100 781 1403 327 537 737 129 56900 73600 15800 2910 50 3.1 10 1 64.4 2000 9 999999999 110 0.0340 0 88 999.000 999.0 99.0 +3844800.0 19.4 4.4 37 98100 909 1403 343 662 856 110 70400 85900 14600 2740 90 4.1 7 2 64.4 2000 9 999999999 120 0.0340 0 88 999.000 999.0 99.0 +3848400.0 21.7 2.8 29 98000 963 1403 347 675 802 126 71200 80400 15800 3250 120 3.1 8 1 72.4 2000 9 999999999 110 0.0340 0 88 999.000 999.0 99.0 +3852000.0 23.3 3.3 27 97900 940 1403 373 453 269 274 49300 28900 29900 7460 120 3.1 10 6 64.4 6100 9 999999999 110 0.0340 0 88 999.000 999.0 99.0 +3855600.0 23.3 2.8 26 97900 842 1403 372 376 269 215 41100 28600 23800 5220 170 1.5 10 6 64.4 6100 9 999999999 110 0.0340 0 88 999.000 999.0 99.0 +3859200.0 23.3 2.8 26 97800 674 1403 391 274 86 232 30000 8600 25900 6640 190 1.5 10 9 64.4 3660 9 999999999 110 0.0340 0 88 999.000 999.0 99.0 +3862800.0 22.8 2.2 26 97800 449 1403 387 192 157 142 20800 14600 16100 3200 190 2.1 10 9 64.4 3660 9 999999999 100 0.0340 0 88 999.000 999.0 99.0 +3866400.0 21.7 2.8 29 97700 184 1403 382 55 20 53 6100 1400 5900 1240 190 1.5 10 9 64.4 3660 9 999999999 110 0.0340 0 88 999.000 999.0 99.0 +3870000.0 20.6 3.9 34 97600 4 245 348 8 8 7 0 0 0 0 140 2.1 10 2 56.3 2000 9 999999999 120 0.0340 0 88 999.000 999.0 99.0 +3873600.0 20.0 4.4 36 97600 0 0 349 0 0 0 0 0 0 0 100 2.1 8 3 56.3 2000 9 999999999 120 0.0740 0 88 999.000 999.0 99.0 +3877200.0 18.9 5.6 42 97500 0 0 371 0 0 0 0 0 0 0 70 2.6 10 9 56.3 3660 9 999999999 129 0.0740 0 88 999.000 999.0 99.0 +3880800.0 17.8 6.7 48 97500 0 0 367 0 0 0 0 0 0 0 70 3.1 10 9 56.3 3660 9 999999999 139 0.0740 0 88 999.000 999.0 99.0 +3884400.0 17.2 7.2 52 97500 0 0 365 0 0 0 0 0 0 0 40 1.5 10 9 56.3 3660 9 999999999 139 0.0740 0 88 999.000 999.0 99.0 +3888000.0 16.7 7.8 56 97500 0 0 350 0 0 0 0 0 0 0 0 0.0 10 7 56.3 3660 9 999999999 150 0.0740 0 88 999.000 999.0 99.0 +3891600.0 16.7 7.2 54 97500 0 0 373 0 0 0 0 0 0 0 0 0.0 10 10 56.3 3660 9 999999999 139 0.0740 0 88 999.000 999.0 99.0 +3895200.0 15.6 8.3 62 97600 0 0 368 0 0 0 0 0 0 0 190 2.1 10 10 56.3 3660 9 999999999 150 0.0740 0 88 999.000 999.0 99.0 +3898800.0 15.6 7.8 60 97500 0 0 350 0 0 0 0 0 0 0 140 2.6 10 8 56.3 3660 9 999999999 150 0.0740 0 88 999.000 999.0 99.0 +3902400.0 15.0 8.9 67 97500 0 0 366 0 0 0 0 0 0 0 90 4.6 10 10 56.3 3660 9 999999999 160 0.0740 0 88 999.000 999.0 99.0 +3906000.0 14.4 8.9 70 97400 0 0 363 0 0 0 0 0 0 0 60 3.6 10 10 56.3 3660 9 999999999 160 0.0740 0 88 999.000 999.0 99.0 +3909600.0 14.4 8.9 70 97400 0 0 363 0 0 0 0 0 0 0 100 4.1 10 10 56.3 3350 9 999999999 160 0.0740 0 88 999.000 999.0 99.0 +3913200.0 15.0 6.7 58 97400 0 0 363 0 0 0 0 0 0 0 90 2.6 10 10 64.4 3350 9 999999999 139 0.0740 0 88 999.000 999.0 99.0 +3916800.0 16.1 5.0 48 97400 82 1086 367 21 12 20 2300 700 2200 500 80 3.1 10 10 64.4 3350 9 999999999 120 0.1040 0 88 999.000 999.0 99.0 +3920400.0 16.1 6.7 54 97500 349 1402 369 82 5 81 9300 200 9200 2940 90 3.1 10 10 64.4 3350 9 999999999 139 0.1040 0 88 999.000 999.0 99.0 +3924000.0 17.2 4.4 43 97500 593 1402 372 162 6 160 18400 500 18200 6190 90 3.1 10 10 64.4 3350 9 999999999 120 0.1040 0 88 999.000 999.0 99.0 +3927600.0 17.8 5.6 45 97500 786 1402 376 223 8 219 25600 700 25200 9060 120 3.6 10 10 64.4 3350 9 999999999 129 0.1040 0 88 999.000 999.0 99.0 +3931200.0 18.9 3.9 37 97500 914 1402 380 247 1 247 28700 100 28700 10750 90 2.6 10 10 64.4 3350 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +3934800.0 18.9 7.2 47 97500 969 1402 384 341 4 338 38900 400 38600 13690 160 2.6 10 10 32.2 3350 9 999999999 139 0.1040 0 88 999.000 999.0 99.0 +3938400.0 19.4 5.6 40 97300 946 1402 385 290 7 285 33400 600 33000 12100 190 2.1 10 10 32.2 2130 9 999999999 129 0.1040 0 88 999.000 999.0 99.0 +3942000.0 17.8 10.0 61 97300 847 1402 382 163 2 162 19400 200 19300 7500 280 3.1 10 10 32.2 2130 9 999999999 170 0.1040 0 88 999.000 999.0 99.0 +3945600.0 16.1 8.3 60 97500 679 1402 371 129 1 128 15100 100 15000 5620 320 3.1 10 10 12.9 2130 9 999999999 150 0.1040 0 88 999.000 999.0 99.0 +3949200.0 15.6 7.2 58 97400 454 1402 367 81 0 81 9400 0 9400 3290 10 2.1 10 10 24.1 2130 9 999999999 139 0.1040 0 88 999.000 999.0 99.0 +3952800.0 14.4 10.0 75 97500 188 1402 364 28 0 28 3200 0 3200 1050 150 1.5 10 10 24.1 2130 9 999999999 170 0.1040 0 88 999.000 999.0 99.0 +3956400.0 13.9 8.9 72 97500 4 269 351 1 0 1 0 0 0 0 10 2.6 9 9 32.2 2130 9 999999999 160 0.1040 0 88 999.000 999.0 99.0 +3960000.0 12.8 10.6 87 97600 0 0 357 0 0 0 0 0 0 0 90 2.1 10 10 24.1 2440 9 999999999 179 0.0740 0 88 999.000 999.0 99.0 +3963600.0 13.3 10.6 83 97500 0 0 350 0 0 0 0 0 0 0 110 2.1 10 9 24.1 2440 9 999999999 170 0.0740 0 88 999.000 999.0 99.0 +3967200.0 12.2 10.6 90 97600 0 0 344 0 0 0 0 0 0 0 140 2.1 9 9 24.1 2440 9 999999999 170 0.0740 0 88 999.000 999.0 99.0 +3970800.0 12.2 11.1 93 97600 0 0 355 0 0 0 0 0 0 0 10 1.5 10 10 9.7 2440 9 999999999 179 0.0740 0 88 999.000 999.0 99.0 +3974400.0 12.2 11.1 93 97600 0 0 355 0 0 0 0 0 0 0 210 2.1 10 10 8.0 910 9 999999999 179 0.0740 0 88 999.000 999.0 99.0 +3978000.0 12.2 11.7 96 97600 0 0 355 0 0 0 0 0 0 0 330 1.5 10 10 16.1 910 9 999999999 189 0.0740 0 88 999.000 999.0 99.0 +3981600.0 12.2 11.1 93 97700 0 0 355 0 0 0 0 0 0 0 0 0.0 10 10 8.0 910 9 999999999 179 0.0740 0 88 999.000 999.0 99.0 +3985200.0 12.2 11.7 96 97600 0 0 355 0 0 0 0 0 0 0 0 0.0 10 10 8.0 910 9 999999999 189 0.0740 0 88 999.000 999.0 99.0 +3988800.0 12.2 11.7 96 97600 0 0 355 0 0 0 0 0 0 0 0 0.0 10 10 9.7 910 9 999999999 189 0.0740 0 88 999.000 999.0 99.0 +3992400.0 12.2 11.1 93 97600 0 0 355 0 0 0 0 0 0 0 100 2.1 10 10 16.1 910 9 999999999 179 0.0740 0 88 999.000 999.0 99.0 +3996000.0 12.2 11.1 93 97700 0 0 355 0 0 0 0 0 0 0 320 1.5 10 10 16.1 910 9 999999999 179 0.0740 0 88 999.000 999.0 99.0 +3999600.0 11.7 11.1 96 97800 0 0 342 0 0 0 0 0 0 0 0 0.0 9 9 32.2 910 9 999999999 179 0.0740 0 88 999.000 999.0 99.0 +4003200.0 12.2 11.1 93 97900 86 1109 338 27 2 27 3000 0 3000 890 0 0.0 9 8 11.3 910 9 999999999 179 0.0800 0 88 999.000 999.0 99.0 +4006800.0 12.2 11.7 96 97900 354 1401 333 160 102 135 17600 9000 15300 3150 190 1.5 8 7 4.8 910 9 999999999 189 0.0800 0 88 999.000 999.0 99.0 +4010400.0 14.4 12.2 87 97900 599 1401 349 267 136 210 28900 13500 23100 5000 0 0.0 9 8 9.7 2740 9 999999999 189 0.0800 0 88 999.000 999.0 99.0 +4014000.0 16.7 12.2 75 98000 792 1401 379 290 48 263 31900 4900 29100 8140 20 2.1 10 10 8.0 6710 9 999999999 189 0.0800 0 88 999.000 999.0 99.0 +4017600.0 17.2 11.7 70 97900 920 1401 381 280 7 276 32300 600 31900 11650 0 0.0 10 10 8.0 6100 9 999999999 189 0.0800 0 88 999.000 999.0 99.0 +4021200.0 17.8 10.6 63 97900 975 1401 383 350 15 339 39900 1500 38900 13770 220 2.6 10 10 16.1 910 9 999999999 179 0.0800 0 88 999.000 999.0 99.0 +4024800.0 18.3 9.4 56 97800 952 1401 365 489 220 341 53400 23200 37600 10060 240 4.1 9 8 24.1 6100 9 999999999 160 0.0800 0 88 999.000 999.0 99.0 +4028400.0 18.3 8.9 54 97800 853 1401 365 483 204 359 51900 21200 38900 9800 270 4.6 9 8 32.2 3660 9 999999999 160 0.0800 0 88 999.000 999.0 99.0 +4032000.0 18.9 8.3 51 97800 685 1401 351 493 662 171 52100 66000 19800 3590 280 3.1 7 4 48.3 3660 9 999999999 150 0.0800 0 88 999.000 999.0 99.0 +4035600.0 18.9 9.4 55 97700 459 1401 346 249 493 89 25800 44300 11200 1650 240 2.6 5 2 56.3 2000 9 999999999 160 0.0800 0 88 999.000 999.0 99.0 +4039200.0 18.3 9.4 56 97800 193 1401 339 85 299 45 9000 18500 6400 810 280 3.1 3 1 56.3 2000 9 999999999 160 0.0800 0 88 999.000 999.0 99.0 +4042800.0 16.7 9.4 63 97900 5 292 332 4 9 2 0 0 0 0 320 1.5 2 1 56.3 2000 9 999999999 160 0.0800 0 88 999.000 999.0 99.0 +4046400.0 16.1 9.4 65 97900 0 0 329 0 0 0 0 0 0 0 0 0.0 1 1 56.3 2000 9 999999999 160 0.0740 0 88 999.000 999.0 99.0 +4050000.0 15.0 10.6 75 97900 0 0 319 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 170 0.0740 0 88 999.000 999.0 99.0 +4053600.0 15.0 9.4 70 97900 0 0 318 0 0 0 0 0 0 0 90 2.6 0 0 56.3 2000 9 999999999 160 0.0740 0 88 999.000 999.0 99.0 +4057200.0 13.9 10.0 78 98000 0 0 320 0 0 0 0 0 0 0 100 1.5 1 1 48.3 2000 9 999999999 170 0.0740 0 88 999.000 999.0 99.0 +4060800.0 15.0 9.4 70 98000 0 0 318 0 0 0 0 0 0 0 80 4.1 0 0 56.3 2000 9 999999999 160 0.0740 0 88 999.000 999.0 99.0 +4064400.0 13.3 9.4 78 98000 0 0 310 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 160 0.0750 0 88 999.000 999.0 99.0 +4068000.0 12.8 9.4 80 98000 0 0 308 0 0 0 0 0 0 0 90 3.6 0 0 56.3 2000 9 999999999 160 0.0750 0 88 999.000 999.0 99.0 +4071600.0 11.7 9.4 86 98000 0 0 303 0 0 0 0 0 0 0 60 4.1 0 0 56.3 2000 9 999999999 160 0.0750 0 88 999.000 999.0 99.0 +4075200.0 11.1 8.9 86 97900 0 0 300 0 0 0 0 0 0 0 80 4.1 0 0 56.3 2000 9 999999999 160 0.0750 0 88 999.000 999.0 99.0 +4078800.0 10.6 8.3 86 97900 0 0 298 0 0 0 0 0 0 0 80 3.6 0 0 56.3 2000 9 999999999 150 0.0750 0 88 999.000 999.0 99.0 +4082400.0 10.6 8.3 86 97900 0 0 298 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 150 0.0750 0 88 999.000 999.0 99.0 +4086000.0 10.0 8.3 90 98000 0 0 295 0 0 0 0 0 0 0 100 2.1 0 0 72.4 2000 9 999999999 150 0.0750 0 88 999.000 999.0 99.0 +4089600.0 10.0 7.8 86 98100 90 1132 300 40 113 28 4000 4700 3600 500 120 2.1 1 1 72.4 2000 9 999999999 150 0.0920 0 88 999.000 999.0 99.0 +4093200.0 12.8 8.3 75 98100 360 1401 307 199 563 57 21000 47500 8700 1070 80 3.6 1 0 72.4 2000 9 999999999 150 0.0920 0 88 999.000 999.0 99.0 +4096800.0 15.0 8.9 67 98100 604 1401 323 383 624 116 39900 59700 14100 2280 80 3.6 7 1 72.4 2000 9 999999999 160 0.0920 0 88 999.000 999.0 99.0 +4100400.0 16.7 9.4 63 98200 798 1401 336 553 644 188 59200 65700 21600 4260 60 2.6 7 2 48.3 2000 9 999999999 160 0.0920 0 88 999.000 999.0 99.0 +4104000.0 18.9 10.6 59 98100 926 1401 337 692 861 125 72700 86000 15600 3050 120 2.1 2 0 56.3 2000 9 999999999 179 0.0920 0 88 999.000 999.0 99.0 +4107600.0 20.6 10.0 51 98000 980 1401 344 744 863 142 77700 86200 17100 3610 90 2.6 3 0 56.3 2000 9 999999999 170 0.0920 0 88 999.000 999.0 99.0 +4111200.0 21.7 7.8 41 98000 957 1401 353 707 807 158 75400 82000 19200 4310 180 3.1 7 1 56.3 2000 9 999999999 150 0.0920 0 88 999.000 999.0 99.0 +4114800.0 21.7 8.3 43 97900 858 1401 359 557 580 204 59700 59600 23100 4900 210 1.5 7 2 56.3 2000 9 999999999 150 0.0920 0 88 999.000 999.0 99.0 +4118400.0 22.8 9.4 43 97900 690 1401 369 391 484 154 41900 48400 17900 3200 120 1.5 5 3 56.3 2000 9 999999999 160 0.0920 0 88 999.000 999.0 99.0 +4122000.0 22.2 9.4 44 97900 464 1401 357 257 509 89 26600 45900 11300 1650 270 1.5 4 1 56.3 2000 9 999999999 160 0.0920 0 88 999.000 999.0 99.0 +4125600.0 21.1 10.0 49 97800 197 1401 358 72 228 41 7700 14300 5700 730 0 0.0 2 2 56.3 2000 9 999999999 170 0.0920 0 88 999.000 999.0 99.0 +4129200.0 19.4 10.0 55 97800 6 315 345 4 7 3 0 0 0 0 0 0.0 2 1 56.3 2000 9 999999999 170 0.0920 0 88 999.000 999.0 99.0 +4132800.0 19.4 10.0 55 97900 0 0 338 0 0 0 0 0 0 0 110 1.5 1 0 56.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4136400.0 17.8 10.6 63 97900 0 0 332 0 0 0 0 0 0 0 0 0.0 3 0 56.3 2000 9 999999999 179 0.0750 0 88 999.000 999.0 99.0 +4140000.0 16.7 10.6 67 98000 0 0 327 0 0 0 0 0 0 0 0 0.0 3 0 56.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4143600.0 16.1 11.1 72 98000 0 0 324 0 0 0 0 0 0 0 0 0.0 3 0 56.3 2000 9 999999999 179 0.0750 0 88 999.000 999.0 99.0 +4147200.0 15.6 10.6 72 97900 0 0 322 0 0 0 0 0 0 0 70 2.6 1 0 56.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4150800.0 14.4 10.6 78 97900 0 0 316 0 0 0 0 0 0 0 120 2.1 1 0 48.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4154400.0 13.9 10.0 78 97900 0 0 314 0 0 0 0 0 0 0 100 2.6 4 0 48.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4158000.0 13.9 10.0 78 97900 0 0 314 0 0 0 0 0 0 0 140 2.1 2 0 48.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4161600.0 13.3 10.0 80 97900 0 0 317 0 0 0 0 0 0 0 90 3.1 6 1 48.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4165200.0 12.8 10.0 83 97900 0 0 309 0 0 0 0 0 0 0 50 3.6 2 0 48.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4168800.0 12.8 9.4 80 97900 0 0 318 0 0 0 0 0 0 0 70 3.6 6 2 48.3 2000 9 999999999 160 0.0750 0 88 999.000 999.0 99.0 +4172400.0 12.8 9.4 80 97900 0 0 329 0 0 0 0 0 0 0 80 5.2 8 6 48.3 4570 9 999999999 160 0.0750 0 88 999.000 999.0 99.0 +4176000.0 12.2 9.4 83 98000 94 1155 324 41 92 31 4100 3900 3800 570 90 4.1 6 5 64.4 7620 9 999999999 160 0.0370 0 88 999.000 999.0 99.0 +4179600.0 13.3 9.4 78 98000 365 1400 316 207 546 67 21600 46000 9500 1220 70 3.1 7 1 40.2 2000 9 999999999 160 0.0370 0 88 999.000 999.0 99.0 +4183200.0 16.1 9.4 65 98000 610 1400 329 408 680 114 42600 65300 14100 2260 100 2.6 7 1 32.2 2000 9 999999999 160 0.0370 0 88 999.000 999.0 99.0 +4186800.0 18.9 10.0 57 98000 803 1400 342 557 835 80 58500 82300 11100 1790 80 2.6 3 1 32.2 2000 9 999999999 170 0.0370 0 88 999.000 999.0 99.0 +4190400.0 21.1 10.0 49 98000 932 1400 358 649 769 139 69600 78300 17300 3710 70 2.1 4 2 32.2 2000 9 999999999 170 0.0370 0 88 999.000 999.0 99.0 +4194000.0 22.2 10.0 46 97900 986 1400 367 691 764 154 74000 77900 18900 4400 200 1.5 7 3 32.2 2000 9 999999999 170 0.0370 0 88 999.000 999.0 99.0 +4197600.0 23.3 8.9 40 97800 963 1400 374 695 630 262 73600 65200 28600 7230 120 2.1 9 4 48.3 2000 9 999999999 160 0.0370 0 88 999.000 999.0 99.0 +4201200.0 23.9 8.3 37 97700 863 1400 379 456 368 230 49800 39300 25500 5730 110 3.1 9 5 64.4 7620 9 999999999 150 0.0370 0 88 999.000 999.0 99.0 +4204800.0 23.9 8.9 39 97600 695 1400 383 274 151 200 30100 15500 22400 4970 110 3.1 9 6 64.4 7620 9 999999999 160 0.0370 0 88 999.000 999.0 99.0 +4208400.0 23.3 8.9 40 97600 469 1400 376 215 298 116 23100 28000 13700 2300 190 2.1 8 5 64.4 7620 9 999999999 160 0.0370 0 88 999.000 999.0 99.0 +4212000.0 23.3 8.9 40 97600 202 1400 371 77 233 44 8100 14800 6000 790 140 1.5 7 3 64.4 2000 9 999999999 160 0.0370 0 88 999.000 999.0 99.0 +4215600.0 21.7 8.9 44 97600 7 315 363 8 12 7 0 0 0 0 0 0.0 7 3 56.3 2000 9 999999999 160 0.0370 0 88 999.000 999.0 99.0 +4219200.0 20.6 10.0 51 97600 0 0 359 0 0 0 0 0 0 0 20 2.1 7 3 56.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4222800.0 19.4 9.4 53 97600 0 0 349 0 0 0 0 0 0 0 40 1.5 8 2 56.3 2000 9 999999999 160 0.0750 0 88 999.000 999.0 99.0 +4226400.0 18.3 10.6 61 97700 0 0 348 0 0 0 0 0 0 0 120 1.5 8 3 56.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4230000.0 17.8 10.0 61 97700 0 0 345 0 0 0 0 0 0 0 80 2.1 8 3 56.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4233600.0 16.7 16.1 97 97700 0 0 332 0 0 0 0 0 0 0 130 2.6 8 0 48.3 2000 9 999999999 250 0.0750 0 88 999.000 999.0 99.0 +4237200.0 16.1 10.6 70 97700 0 0 324 0 0 0 0 0 0 0 160 1.5 8 0 48.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4240800.0 15.6 10.6 72 97700 0 0 332 0 0 0 0 0 0 0 110 2.6 8 2 48.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4244400.0 14.4 10.0 75 97600 0 0 322 0 0 0 0 0 0 0 110 3.1 7 1 48.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4248000.0 14.4 10.0 75 97600 0 0 316 0 0 0 0 0 0 0 110 2.6 2 0 48.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4251600.0 13.9 10.0 78 97600 0 0 320 0 0 0 0 0 0 0 60 3.1 3 1 48.3 2000 9 999999999 170 0.0750 0 88 999.000 999.0 99.0 +4255200.0 14.4 9.4 72 97600 0 0 321 0 0 0 0 0 0 0 60 3.1 4 1 48.3 2000 9 999999999 160 0.0750 0 88 999.000 999.0 99.0 +4258800.0 14.4 9.4 72 97600 0 0 331 0 0 0 0 0 0 0 110 4.1 9 4 48.3 2000 9 999999999 160 0.0750 0 88 999.000 999.0 99.0 +4262400.0 14.4 9.4 72 97700 98 1178 346 32 13 30 3400 800 3300 710 90 5.2 10 8 96.6 4270 9 999999999 160 0.0580 0 88 999.000 999.0 99.0 +4266000.0 15.6 9.4 67 97700 371 1400 346 178 304 98 18900 26100 12000 1920 100 5.2 10 7 96.6 4270 9 999999999 160 0.0580 0 88 999.000 999.0 99.0 +4269600.0 17.2 10.0 63 97700 616 1400 345 433 623 162 45600 60900 18700 3290 90 3.1 10 4 48.3 2000 9 999999999 170 0.0580 0 88 999.000 999.0 99.0 +4273200.0 18.9 9.4 55 97700 809 1400 350 513 543 201 54600 55400 22500 4630 110 3.1 10 3 48.3 2000 9 999999999 160 0.0580 0 88 999.000 999.0 99.0 +4276800.0 21.7 8.9 44 97600 937 1400 363 637 643 208 66400 64300 23200 5300 120 3.1 10 3 48.3 2000 9 999999999 160 0.0580 0 88 999.000 999.0 99.0 +4280400.0 22.8 9.4 43 97600 992 1400 378 688 618 251 73600 64100 28000 7190 110 3.1 10 6 56.3 6100 9 999999999 160 0.0580 0 88 999.000 999.0 99.0 +4284000.0 23.3 9.4 41 97400 968 1400 385 449 267 265 49100 28800 29200 7380 140 2.1 10 7 56.3 7620 9 999999999 160 0.0580 0 88 999.000 999.0 99.0 +4287600.0 23.9 9.4 40 97400 869 1400 394 434 245 283 47500 25700 31500 7810 0 0.0 10 8 56.3 4880 9 999999999 160 0.0580 0 88 999.000 999.0 99.0 +4291200.0 23.9 8.9 39 97300 700 1400 402 330 128 267 36300 12900 29800 7550 0 0.0 10 9 56.3 4880 9 999999999 160 0.0580 0 88 999.000 999.0 99.0 +4294800.0 23.9 9.4 40 97300 474 1400 403 184 49 167 20100 4600 18500 4260 270 2.1 10 9 56.3 4880 9 999999999 160 0.0580 0 88 999.000 999.0 99.0 +4298400.0 22.8 10.0 45 97300 206 1400 398 73 19 70 7900 1400 7700 1580 280 1.5 10 9 56.3 4880 9 999999999 170 0.0580 0 88 999.000 999.0 99.0 +4302000.0 21.7 10.6 49 97300 8 338 404 3 0 3 0 0 0 0 290 1.5 10 10 48.3 4880 9 999999999 170 0.0580 0 88 999.000 999.0 99.0 +4305600.0 20.6 12.2 59 97300 0 0 400 0 0 0 0 0 0 0 200 1.5 10 10 48.3 4880 9 999999999 189 0.0750 0 88 999.000 999.0 99.0 +4309200.0 20.0 11.7 59 97300 0 0 396 0 0 0 0 0 0 0 0 0.0 10 10 48.3 4880 9 999999999 189 0.0750 0 88 999.000 999.0 99.0 +4312800.0 19.4 12.2 63 97400 0 0 393 0 0 0 0 0 0 0 0 0.0 10 10 48.3 4880 9 999999999 189 0.0750 0 88 999.000 999.0 99.0 +4316400.0 19.4 11.1 59 97400 0 0 392 0 0 0 0 0 0 0 100 1.5 10 10 48.3 6710 9 999999999 179 0.0750 0 88 999.000 999.0 99.0 +4320000.0 18.9 11.7 63 97300 0 0 379 0 0 0 0 0 0 0 70 2.1 10 9 56.3 4880 9 999999999 189 0.0750 0 88 999.000 999.0 99.0 +4323600.0 18.3 11.7 65 97400 0 0 387 0 0 0 0 0 0 0 70 2.1 10 10 56.3 4880 9 999999999 189 0.0760 0 88 999.000 999.0 99.0 +4327200.0 17.8 12.2 70 97300 0 0 374 0 0 0 0 0 0 0 100 1.5 10 9 56.3 4880 9 999999999 189 0.0760 0 88 999.000 999.0 99.0 +4330800.0 17.8 11.1 65 97300 0 0 373 0 0 0 0 0 0 0 270 2.1 10 9 56.3 4880 9 999999999 179 0.0760 0 88 999.000 999.0 99.0 +4334400.0 17.2 11.7 70 97300 0 0 370 0 0 0 0 0 0 0 240 2.1 10 9 56.3 4880 9 999999999 189 0.0760 0 88 999.000 999.0 99.0 +4338000.0 16.7 11.1 70 97400 0 0 344 0 0 0 0 0 0 0 280 2.1 7 4 56.3 7620 9 999999999 179 0.0760 0 88 999.000 999.0 99.0 +4341600.0 15.0 10.0 72 97400 0 0 332 0 0 0 0 0 0 0 260 3.1 5 3 56.3 2000 9 999999999 170 0.0760 0 88 999.000 999.0 99.0 +4345200.0 15.0 10.0 72 97500 0 0 324 0 0 0 0 0 0 0 290 3.1 3 1 64.4 2000 9 999999999 170 0.0760 0 88 999.000 999.0 99.0 +4348800.0 15.6 10.0 70 97600 103 1201 321 45 178 26 4400 8500 3600 460 220 2.6 0 0 104.6 2000 9 999999999 170 0.0920 0 88 999.000 999.0 99.0 +4352400.0 17.2 10.0 63 97600 376 1399 328 211 588 56 22400 50600 8800 1060 200 2.6 0 0 96.6 2000 9 999999999 170 0.0920 0 88 999.000 999.0 99.0 +4356000.0 18.9 7.2 47 97700 621 1399 333 418 766 80 43800 73800 10900 1640 240 4.1 0 0 96.6 2000 9 999999999 139 0.0920 0 88 999.000 999.0 99.0 +4359600.0 20.6 5.0 36 97700 815 1399 338 593 854 98 62900 85100 13200 2270 290 4.1 0 0 96.6 2000 9 999999999 120 0.0920 0 88 999.000 999.0 99.0 +4363200.0 22.2 1.7 26 97700 943 1399 342 715 901 110 76400 90700 15000 2890 260 3.6 0 0 96.6 2000 9 999999999 100 0.0920 0 88 999.000 999.0 99.0 +4366800.0 23.3 0.6 22 97600 997 1399 345 769 895 133 81100 89800 16800 3580 240 6.2 2 0 104.6 2000 9 999999999 89 0.0920 0 88 999.000 999.0 99.0 +4370400.0 23.3 0.0 21 97500 974 1399 345 749 892 129 78800 89500 16400 3370 270 4.1 2 0 104.6 2000 9 999999999 89 0.0920 0 88 999.000 999.0 99.0 +4374000.0 23.9 0.0 21 97500 874 1399 347 657 863 120 68800 85900 15000 2760 260 5.7 2 0 104.6 2000 9 999999999 89 0.0920 0 88 999.000 999.0 99.0 +4377600.0 23.9 -4.4 15 97500 705 1399 357 455 579 165 48500 58100 19200 3490 250 6.2 7 3 104.6 2000 9 999999999 69 0.0920 0 88 999.000 999.0 99.0 +4381200.0 23.3 -3.3 17 97500 479 1399 352 239 360 117 25100 33100 13700 2230 260 3.1 8 2 104.6 2000 9 999999999 69 0.0920 0 88 999.000 999.0 99.0 +4384800.0 21.7 -6.1 15 97500 211 1399 341 77 123 59 8100 7800 6900 1130 270 6.7 8 2 104.6 2000 9 999999999 60 0.0920 0 88 999.000 999.0 99.0 +4388400.0 20.0 -6.7 16 97500 9 361 335 5 5 5 0 0 0 0 260 3.6 8 3 56.3 2000 9 999999999 60 0.0920 0 88 999.000 999.0 99.0 +4392000.0 17.8 -3.9 23 97600 0 0 326 0 0 0 0 0 0 0 260 2.1 7 2 56.3 2000 9 999999999 69 0.0760 0 88 999.000 999.0 99.0 +4395600.0 16.7 -2.8 27 97600 0 0 322 0 0 0 0 0 0 0 240 2.6 7 2 56.3 2000 9 999999999 80 0.0760 0 88 999.000 999.0 99.0 +4399200.0 15.6 -0.6 34 97700 0 0 310 0 0 0 0 0 0 0 230 1.5 5 0 56.3 2000 9 999999999 89 0.0760 0 88 999.000 999.0 99.0 +4402800.0 14.4 0.6 39 97700 0 0 306 0 0 0 0 0 0 0 240 2.1 5 0 56.3 2000 9 999999999 89 0.0760 0 88 999.000 999.0 99.0 +4406400.0 13.3 1.1 44 97700 0 0 312 0 0 0 0 0 0 0 250 2.1 7 2 56.3 2000 9 999999999 100 0.0760 0 88 999.000 999.0 99.0 +4410000.0 12.8 1.1 45 97700 0 0 309 0 0 0 0 0 0 0 0 0.0 7 2 56.3 2000 9 999999999 100 0.0760 0 88 999.000 999.0 99.0 +4413600.0 12.2 2.2 51 97700 0 0 308 0 0 0 0 0 0 0 20 2.1 8 2 56.3 2000 9 999999999 100 0.0760 0 88 999.000 999.0 99.0 +4417200.0 11.1 1.1 51 97700 0 0 292 0 0 0 0 0 0 0 330 1.5 6 0 56.3 2000 9 999999999 100 0.0760 0 88 999.000 999.0 99.0 +4420800.0 10.6 2.8 59 97700 0 0 298 0 0 0 0 0 0 0 0 0.0 4 1 56.3 2000 9 999999999 110 0.0760 0 88 999.000 999.0 99.0 +4424400.0 10.0 3.3 64 97700 0 0 296 0 0 0 0 0 0 0 0 0.0 4 1 56.3 2000 9 999999999 110 0.0760 0 88 999.000 999.0 99.0 +4428000.0 9.4 3.3 66 97800 0 0 288 0 0 0 0 0 0 0 90 2.1 2 0 56.3 2000 9 999999999 110 0.0760 0 88 999.000 999.0 99.0 +4431600.0 8.9 2.8 66 97800 0 0 285 0 0 0 0 0 0 0 110 2.1 0 0 80.5 2000 9 999999999 110 0.0760 0 88 999.000 999.0 99.0 +4435200.0 10.0 2.8 61 98000 107 1224 290 47 201 25 4400 10700 3400 440 90 2.1 0 0 96.6 2000 9 999999999 110 0.0800 0 88 999.000 999.0 99.0 +4438800.0 12.2 1.7 49 98000 382 1398 298 225 639 53 23400 55500 8100 1020 60 2.6 0 0 96.6 2000 9 999999999 100 0.0800 0 88 999.000 999.0 99.0 +4442400.0 13.9 1.7 44 98100 627 1398 305 429 794 75 45300 76900 10700 1590 70 2.1 0 0 96.6 2000 9 999999999 100 0.0800 0 88 999.000 999.0 99.0 +4446000.0 16.7 0.6 34 98100 821 1398 316 606 880 92 64800 88000 13000 2190 0 0.0 0 0 96.6 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +4449600.0 18.3 1.7 33 98100 949 1398 324 718 910 102 74700 90500 13100 2320 280 2.1 0 0 64.4 2000 9 999999999 100 0.0800 0 88 999.000 999.0 99.0 +4453200.0 20.6 1.7 29 98000 1003 1398 334 775 934 107 80600 93100 13600 2580 220 3.1 0 0 32.2 2000 9 999999999 100 0.0800 0 88 999.000 999.0 99.0 +4456800.0 21.7 0.6 25 97900 979 1398 338 755 932 105 78600 92800 13400 2460 250 4.1 0 0 56.3 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +4460400.0 22.2 -0.6 22 97900 879 1398 339 664 903 97 69200 89400 12700 2060 120 1.5 0 0 96.6 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +4464000.0 23.3 -0.6 21 97800 710 1398 344 510 846 83 54200 83300 11700 1830 220 2.6 0 0 96.6 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +4467600.0 23.3 -1.7 19 97800 483 1398 343 312 728 62 32600 67200 9300 1240 220 3.6 0 0 96.6 2000 9 999999999 80 0.0800 0 88 999.000 999.0 99.0 +4471200.0 22.2 -2.2 20 97900 215 1398 337 104 438 37 10800 30200 6100 670 270 3.6 0 0 96.6 2000 9 999999999 80 0.0800 0 88 999.000 999.0 99.0 +4474800.0 19.4 0.0 27 98000 10 385 327 9 21 6 0 0 0 0 250 2.6 0 0 56.3 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +4478400.0 18.9 0.6 29 98000 0 0 325 0 0 0 0 0 0 0 130 1.5 0 0 56.3 2000 9 999999999 89 0.0760 0 88 999.000 999.0 99.0 +4482000.0 17.8 1.1 33 98000 0 0 321 0 0 0 0 0 0 0 310 1.5 0 0 56.3 2000 9 999999999 100 0.0760 0 88 999.000 999.0 99.0 +4485600.0 16.7 1.7 37 98100 0 0 317 0 0 0 0 0 0 0 30 1.5 0 0 56.3 2000 9 999999999 100 0.0760 0 88 999.000 999.0 99.0 +4489200.0 15.6 2.2 41 98100 0 0 313 0 0 0 0 0 0 0 110 2.1 0 0 56.3 2000 9 999999999 100 0.0760 0 88 999.000 999.0 99.0 +4492800.0 14.4 2.8 46 98100 0 0 308 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 110 0.0760 0 88 999.000 999.0 99.0 +4496400.0 13.9 3.3 49 98200 0 0 306 0 0 0 0 0 0 0 120 3.1 0 0 56.3 2000 9 999999999 110 0.0760 0 88 999.000 999.0 99.0 +4500000.0 12.2 2.8 53 98200 0 0 299 0 0 0 0 0 0 0 100 3.1 0 0 56.3 2000 9 999999999 110 0.0760 0 88 999.000 999.0 99.0 +4503600.0 11.7 1.1 49 98200 0 0 295 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 100 0.0760 0 88 999.000 999.0 99.0 +4507200.0 10.6 2.8 59 98200 0 0 292 0 0 0 0 0 0 0 10 1.5 0 0 56.3 2000 9 999999999 110 0.0760 0 88 999.000 999.0 99.0 +4510800.0 8.9 3.3 69 98200 0 0 286 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.0760 0 88 999.000 999.0 99.0 +4514400.0 9.4 3.3 66 98200 0 0 288 0 0 0 0 0 0 0 20 2.1 0 0 56.3 2000 9 999999999 110 0.0760 0 88 999.000 999.0 99.0 +4518000.0 8.9 3.9 71 98200 0 0 286 0 0 0 0 0 0 0 0 0.0 0 0 80.5 2000 9 999999999 110 0.0760 0 88 999.000 999.0 99.0 +4521600.0 10.0 3.9 66 98200 112 1270 291 48 186 28 4800 9200 3900 500 0 0.0 0 0 80.5 2000 9 999999999 110 0.1000 0 88 999.000 999.0 99.0 +4525200.0 13.3 3.3 51 98300 388 1398 304 222 597 59 23500 51800 9100 1120 0 0.0 0 0 80.5 2000 9 999999999 110 0.1000 0 88 999.000 999.0 99.0 +4528800.0 16.1 2.8 41 98300 633 1398 315 431 770 85 45000 74300 11300 1710 300 1.5 0 0 48.3 2000 9 999999999 110 0.1000 0 88 999.000 999.0 99.0 +4532400.0 18.3 0.6 30 98300 827 1398 323 608 857 104 64300 85300 13700 2390 260 1.5 0 0 48.3 2000 9 999999999 89 0.1000 0 88 999.000 999.0 99.0 +4536000.0 21.1 -1.1 23 98200 955 1398 333 730 891 124 77200 89400 15900 3190 60 2.1 1 0 48.3 2000 9 999999999 80 0.1000 0 88 999.000 999.0 99.0 +4539600.0 22.8 -4.4 16 98100 1009 1398 337 784 910 129 83000 91600 16700 3590 340 2.1 1 0 64.4 2000 9 999999999 69 0.1000 0 88 999.000 999.0 99.0 +4543200.0 23.9 -4.4 15 98000 985 1398 342 766 895 137 80300 89600 17000 3580 280 2.1 2 0 64.4 2000 9 999999999 69 0.1000 0 88 999.000 999.0 99.0 +4546800.0 24.4 -4.4 14 97900 885 1398 351 540 612 154 57200 61700 18000 3830 330 2.1 2 1 64.4 2000 9 999999999 69 0.1000 0 88 999.000 999.0 99.0 +4550400.0 25.0 -3.3 15 97800 715 1398 348 511 809 98 53200 79100 12500 2020 310 2.6 1 0 72.4 2000 9 999999999 69 0.1000 0 88 999.000 999.0 99.0 +4554000.0 23.9 -2.8 17 97800 488 1398 351 300 600 92 31200 54900 11900 1730 260 2.6 4 1 72.4 2000 9 999999999 69 0.1000 0 88 999.000 999.0 99.0 +4557600.0 22.8 -3.9 17 97800 220 1398 344 97 331 46 10000 22700 6400 800 280 3.1 3 1 64.4 2000 9 999999999 69 0.1000 0 88 999.000 999.0 99.0 +4561200.0 20.6 -2.8 21 97800 11 408 329 8 13 7 0 0 0 0 230 2.1 2 0 56.3 2000 9 999999999 80 0.1000 0 88 999.000 999.0 99.0 +4564800.0 19.4 -1.7 24 97800 0 0 325 0 0 0 0 0 0 0 250 2.1 1 0 56.3 2000 9 999999999 80 0.0760 0 88 999.000 999.0 99.0 +4568400.0 17.8 -1.1 28 97800 0 0 318 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0760 0 88 999.000 999.0 99.0 +4572000.0 17.2 -0.6 30 97800 0 0 316 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.0760 0 88 999.000 999.0 99.0 +4575600.0 16.1 -0.6 32 97800 0 0 312 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.0760 0 88 999.000 999.0 99.0 +4579200.0 15.0 0.6 38 97800 0 0 308 0 0 0 0 0 0 0 160 1.5 0 0 56.3 2000 9 999999999 89 0.0760 0 88 999.000 999.0 99.0 +4582800.0 14.4 1.1 41 97800 0 0 306 0 0 0 0 0 0 0 60 2.1 0 0 56.3 2000 9 999999999 100 0.0770 0 88 999.000 999.0 99.0 +4586400.0 13.3 0.6 42 97800 0 0 301 0 0 0 0 0 0 0 130 1.5 0 0 56.3 2000 9 999999999 89 0.0770 0 88 999.000 999.0 99.0 +4590000.0 11.7 2.2 53 97800 0 0 296 0 0 0 0 0 0 0 280 1.5 0 0 56.3 2000 9 999999999 100 0.0770 0 88 999.000 999.0 99.0 +4593600.0 11.1 2.2 55 97700 0 0 294 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0770 0 88 999.000 999.0 99.0 +4597200.0 10.6 2.2 57 97700 0 0 292 0 0 0 0 0 0 0 140 1.5 0 0 56.3 2000 9 999999999 100 0.0770 0 88 999.000 999.0 99.0 +4600800.0 10.0 2.8 61 97800 0 0 290 0 0 0 0 0 0 0 110 2.1 0 0 56.3 2000 9 999999999 110 0.0770 0 88 999.000 999.0 99.0 +4604400.0 10.0 1.7 57 97800 0 0 289 0 0 0 0 0 0 0 90 3.1 0 0 80.5 2000 9 999999999 100 0.0770 0 88 999.000 999.0 99.0 +4608000.0 11.1 1.1 51 97900 117 1292 292 50 182 30 4900 9100 4100 530 90 1.5 2 0 80.5 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +4611600.0 13.3 1.1 44 98000 393 1397 302 231 580 70 24100 50200 10000 1300 100 2.1 3 0 80.5 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +4615200.0 15.6 1.7 39 98000 639 1397 318 419 701 101 44400 68400 13000 2090 80 2.6 3 1 80.5 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +4618800.0 18.9 1.1 31 98000 833 1397 332 580 791 111 60900 78600 13900 2500 10 1.5 3 1 80.5 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +4622400.0 22.2 0.6 24 97900 961 1397 347 704 795 159 75000 80800 19300 4370 340 1.5 4 1 64.4 2000 9 999999999 89 0.0970 0 88 999.000 999.0 99.0 +4626000.0 23.3 0.6 22 97800 1014 1397 352 733 801 154 76300 79900 18100 4070 260 2.1 5 1 64.4 2000 9 999999999 89 0.0970 0 88 999.000 999.0 99.0 +4629600.0 26.1 0.0 18 97700 990 1397 365 714 836 123 75800 84200 16000 3370 300 2.1 3 1 64.4 2000 9 999999999 89 0.0970 0 88 999.000 999.0 99.0 +4633200.0 26.1 -2.8 15 97700 890 1397 354 669 876 113 70700 87600 14700 2730 290 3.1 1 0 64.4 2000 9 999999999 80 0.0970 0 88 999.000 999.0 99.0 +4636800.0 27.2 -1.1 16 97600 720 1397 362 515 823 92 54100 80800 12200 1960 250 2.6 0 0 64.4 2000 9 999999999 80 0.0970 0 88 999.000 999.0 99.0 +4640400.0 27.2 -0.6 16 97600 493 1397 362 314 697 69 32400 64300 9600 1320 280 2.6 0 0 64.4 2000 9 999999999 80 0.0970 0 88 999.000 999.0 99.0 +4644000.0 25.6 1.7 21 97600 224 1397 358 105 405 41 10900 28300 6300 740 280 3.6 0 0 64.4 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +4647600.0 23.3 2.2 25 97600 12 431 347 10 18 7 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +4651200.0 22.2 2.8 28 97600 0 0 343 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.0770 0 88 999.000 999.0 99.0 +4654800.0 20.0 3.9 35 97700 0 0 334 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4658400.0 18.9 3.9 37 97700 0 0 329 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.0770 0 88 999.000 999.0 99.0 +4662000.0 18.9 4.4 39 97700 0 0 330 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4665600.0 17.8 4.4 42 97800 0 0 325 0 0 0 0 0 0 0 100 2.1 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4669200.0 16.7 4.4 45 97800 0 0 320 0 0 0 0 0 0 0 0 0.0 1 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4672800.0 15.6 5.0 50 97800 0 0 316 0 0 0 0 0 0 0 100 2.1 2 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4676400.0 15.0 4.4 50 97800 0 0 312 0 0 0 0 0 0 0 90 3.6 3 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4680000.0 14.4 4.4 51 97800 0 0 310 0 0 0 0 0 0 0 80 2.6 4 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4683600.0 13.9 4.4 53 97800 0 0 308 0 0 0 0 0 0 0 80 3.6 4 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4687200.0 12.8 4.4 57 97900 0 0 303 0 0 0 0 0 0 0 0 0.0 4 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4690800.0 12.2 5.0 62 97900 0 0 301 0 0 0 0 0 0 0 0 0.0 4 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4694400.0 13.3 5.0 57 98000 122 1315 306 49 163 31 4900 8200 4100 550 100 1.0 0 0 96.6 2000 9 999999999 120 0.1220 0 88 999.000 999.0 99.0 +4698000.0 16.1 4.4 46 98100 399 1396 317 225 562 67 23700 49000 9600 1260 110 2.1 0 0 48.3 2000 9 999999999 120 0.1220 0 88 999.000 999.0 99.0 +4701600.0 18.9 3.9 37 98100 645 1396 329 434 738 96 46200 72300 12700 2010 130 2.1 0 0 48.3 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +4705200.0 21.7 4.4 33 98100 839 1396 342 609 823 117 63600 81600 14400 2600 90 1.0 0 0 40.2 2000 9 999999999 120 0.1220 0 88 999.000 999.0 99.0 +4708800.0 25.0 3.3 25 98100 967 1396 357 728 866 130 76600 86800 16300 3360 140 3.1 0 0 40.2 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +4712400.0 27.2 3.9 22 98000 1020 1396 368 778 883 135 82200 88700 17100 3790 120 2.1 0 0 40.2 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +4716000.0 29.4 3.9 20 97900 996 1396 379 755 874 133 79500 87700 16800 3580 0 0.0 0 0 48.3 2000 9 999999999 120 0.1220 0 88 999.000 999.0 99.0 +4719600.0 30.6 3.9 18 97900 895 1396 385 664 846 123 69500 84300 15300 2900 0 0.0 0 0 64.4 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +4723200.0 31.7 2.8 16 97800 725 1396 389 509 780 105 52700 76200 13000 2120 70 3.1 0 0 72.4 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +4726800.0 31.7 1.7 15 97800 498 1396 388 310 652 79 32600 60500 11000 1540 80 2.6 0 0 72.4 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +4730400.0 30.6 1.1 15 97800 229 1396 381 104 357 46 10600 25000 6500 810 160 2.1 0 0 80.5 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +4734000.0 26.7 5.0 25 97800 13 454 367 8 11 7 0 0 0 0 250 2.1 0 0 64.4 2000 9 999999999 120 0.1220 0 88 999.000 999.0 99.0 +4737600.0 25.6 5.6 28 97800 0 0 362 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 129 0.0770 0 88 999.000 999.0 99.0 +4741200.0 23.9 5.6 31 97900 0 0 354 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 129 0.0770 0 88 999.000 999.0 99.0 +4744800.0 22.2 5.0 33 97900 0 0 346 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4748400.0 21.1 5.6 36 97900 0 0 341 0 0 0 0 0 0 0 70 1.5 0 0 56.3 2000 9 999999999 129 0.0770 0 88 999.000 999.0 99.0 +4752000.0 20.6 6.7 41 97900 0 0 340 0 0 0 0 0 0 0 110 2.1 0 0 56.3 2000 9 999999999 139 0.0770 0 88 999.000 999.0 99.0 +4755600.0 19.4 6.7 44 97900 0 0 335 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.0770 0 88 999.000 999.0 99.0 +4759200.0 17.8 7.2 50 97900 0 0 328 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.0770 0 88 999.000 999.0 99.0 +4762800.0 16.1 7.8 58 97900 0 0 321 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.0770 0 88 999.000 999.0 99.0 +4766400.0 16.1 7.2 56 97900 0 0 320 0 0 0 0 0 0 0 100 1.5 0 0 56.3 2000 9 999999999 139 0.0770 0 88 999.000 999.0 99.0 +4770000.0 15.6 7.2 58 97900 0 0 318 0 0 0 0 0 0 0 100 2.6 0 0 56.3 2000 9 999999999 139 0.0770 0 88 999.000 999.0 99.0 +4773600.0 14.4 6.1 58 97900 0 0 312 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 129 0.0770 0 88 999.000 999.0 99.0 +4777200.0 14.4 6.1 58 98000 0 0 312 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 129 0.0770 0 88 999.000 999.0 99.0 +4780800.0 16.1 5.0 48 98000 127 1338 318 46 116 33 4700 5600 4200 600 90 2.6 0 0 96.6 2000 9 999999999 120 0.1600 0 88 999.000 999.0 99.0 +4784400.0 18.9 4.4 39 98100 405 1396 330 219 495 78 22800 43000 10300 1430 100 3.6 0 0 96.6 2000 9 999999999 120 0.1600 0 88 999.000 999.0 99.0 +4788000.0 21.1 3.9 32 98100 651 1396 339 429 682 113 45100 66400 14000 2320 90 3.6 0 0 96.6 2000 9 999999999 110 0.1600 0 88 999.000 999.0 99.0 +4791600.0 23.3 5.0 31 98100 844 1396 351 603 772 138 64100 77800 16900 3320 110 2.6 0 0 96.6 2000 9 999999999 120 0.1600 0 88 999.000 999.0 99.0 +4795200.0 25.6 3.3 24 98100 972 1396 360 724 821 154 77500 83700 19000 4330 80 2.6 0 0 72.4 2000 9 999999999 110 0.1600 0 88 999.000 999.0 99.0 +4798800.0 28.3 4.4 22 98000 1026 1396 374 773 837 160 80200 83500 18700 4260 90 1.5 0 0 72.4 2000 9 999999999 120 0.1600 0 88 999.000 999.0 99.0 +4802400.0 30.6 3.9 18 97900 1001 1396 385 751 830 157 77800 82700 18300 4010 180 2.6 0 0 72.4 2000 9 999999999 110 0.1600 0 88 999.000 999.0 99.0 +4806000.0 31.7 3.9 17 97800 900 1396 391 659 798 145 70100 80900 17800 3710 190 2.1 0 0 72.4 2000 9 999999999 110 0.1600 0 88 999.000 999.0 99.0 +4809600.0 31.7 2.8 16 97700 730 1396 389 503 727 124 53000 72100 15200 2690 300 1.5 0 0 72.4 2000 9 999999999 110 0.1600 0 88 999.000 999.0 99.0 +4813200.0 31.7 2.2 15 97700 502 1396 388 303 589 92 31500 54400 11900 1750 220 3.6 0 0 56.3 2000 9 999999999 100 0.1600 0 88 999.000 999.0 99.0 +4816800.0 30.6 3.3 18 97600 233 1396 384 100 287 52 10500 19700 7200 940 260 2.6 0 0 56.3 2000 9 999999999 110 0.1600 0 88 999.000 999.0 99.0 +4820400.0 27.8 3.3 21 97600 15 454 370 9 6 8 0 0 0 0 270 1.5 0 0 56.3 2000 9 999999999 110 0.1600 0 88 999.000 999.0 99.0 +4824000.0 25.6 5.0 27 97700 0 0 362 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +4827600.0 23.9 6.1 32 97700 0 0 355 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.0770 0 88 999.000 999.0 99.0 +4831200.0 22.8 6.7 36 97700 0 0 350 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.0770 0 88 999.000 999.0 99.0 +4834800.0 21.1 7.2 41 97700 0 0 343 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.0770 0 88 999.000 999.0 99.0 +4838400.0 20.6 7.2 42 97700 0 0 341 0 0 0 0 0 0 0 110 2.6 0 0 56.3 2000 9 999999999 139 0.0770 0 88 999.000 999.0 99.0 +4842000.0 20.0 7.2 44 97700 0 0 338 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +4845600.0 18.3 7.8 50 97700 0 0 331 0 0 0 0 0 0 0 140 2.6 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +4849200.0 17.2 8.3 56 97600 0 0 326 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +4852800.0 16.7 8.3 58 97600 0 0 324 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +4856400.0 16.1 7.8 58 97600 0 0 321 0 0 0 0 0 0 0 110 3.1 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +4860000.0 16.1 6.7 54 97600 0 0 320 0 0 0 0 0 0 0 100 1.5 0 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +4863600.0 15.6 6.7 56 97600 0 0 317 0 0 0 0 0 0 0 110 1.5 0 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +4867200.0 15.6 7.2 58 97700 133 1360 318 53 229 29 5300 12800 4000 510 40 2.6 0 0 56.3 2000 9 999999999 139 0.0940 0 88 999.000 999.0 99.0 +4870800.0 18.9 7.2 47 97800 411 1395 333 241 625 60 25700 55300 9300 1150 80 4.1 0 0 56.3 2000 9 999999999 139 0.0940 0 88 999.000 999.0 99.0 +4874400.0 22.2 6.7 37 97700 657 1395 348 450 783 84 47300 76100 11300 1750 120 2.6 0 0 64.4 2000 9 999999999 139 0.0940 0 88 999.000 999.0 99.0 +4878000.0 25.6 6.1 29 97700 850 1395 363 625 861 103 66400 86000 13800 2450 120 3.6 0 0 72.4 2000 9 999999999 129 0.0940 0 88 999.000 999.0 99.0 +4881600.0 27.8 6.1 25 97600 978 1395 374 741 899 114 77000 89500 14100 2500 120 2.6 0 0 72.4 2000 9 999999999 129 0.0940 0 88 999.000 999.0 99.0 +4885200.0 29.4 5.0 21 97500 1031 1395 380 792 915 118 82200 91200 14500 2800 140 2.6 0 0 72.4 2000 9 999999999 120 0.0940 0 88 999.000 999.0 99.0 +4888800.0 31.1 4.4 19 97400 1007 1395 388 771 910 116 79900 90700 14300 2650 80 2.6 0 0 72.4 2000 9 999999999 120 0.0940 0 88 999.000 999.0 99.0 +4892400.0 31.7 4.4 18 97300 906 1395 391 679 883 108 72300 88700 14600 2710 100 1.5 0 0 72.4 2000 9 999999999 120 0.0940 0 88 999.000 999.0 99.0 +4896000.0 32.2 4.4 17 97200 735 1395 394 526 827 92 55400 81500 12300 2000 260 3.6 0 0 72.4 2000 9 999999999 110 0.0940 0 88 999.000 999.0 99.0 +4899600.0 32.2 3.3 16 97200 507 1395 392 326 708 70 33700 65700 9800 1360 240 3.6 0 0 72.4 2000 9 999999999 110 0.0940 0 88 999.000 999.0 99.0 +4903200.0 30.6 4.4 19 97200 237 1395 386 115 430 43 11900 30800 6700 770 280 3.1 0 0 72.4 2000 9 999999999 120 0.0940 0 88 999.000 999.0 99.0 +4906800.0 27.8 6.1 25 97200 16 477 374 13 25 10 0 0 0 0 290 2.1 0 0 72.4 2000 9 999999999 129 0.0940 0 88 999.000 999.0 99.0 +4910400.0 26.1 6.1 28 97200 0 0 365 0 0 0 0 0 0 0 210 1.5 0 0 56.3 2000 9 999999999 129 0.0780 0 88 999.000 999.0 99.0 +4914000.0 24.4 7.2 33 97200 0 0 359 0 0 0 0 0 0 0 10 1.5 0 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +4917600.0 22.8 7.8 38 97200 0 0 352 0 0 0 0 0 0 0 40 1.5 0 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +4921200.0 21.7 8.3 43 97300 0 0 347 0 0 0 0 0 0 0 140 1.5 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +4924800.0 21.1 7.8 42 97300 0 0 344 0 0 0 0 0 0 0 140 2.1 0 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +4928400.0 19.4 8.3 49 97300 0 0 336 0 0 0 0 0 0 0 80 2.6 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +4932000.0 18.9 8.3 51 97300 0 0 334 0 0 0 0 0 0 0 120 2.1 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +4935600.0 18.3 8.3 52 97300 0 0 331 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +4939200.0 17.2 8.3 56 97300 0 0 326 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +4942800.0 17.2 7.8 54 97300 0 0 326 0 0 0 0 0 0 0 100 2.6 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +4946400.0 16.7 7.2 54 97300 0 0 323 0 0 0 0 0 0 0 110 2.6 0 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +4950000.0 16.7 6.7 52 97400 0 0 322 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +4953600.0 17.2 7.2 52 97400 139 1383 325 63 358 24 6300 20600 4200 440 100 3.1 0 0 64.4 2000 9 999999999 139 0.0530 0 88 999.000 999.0 99.0 +4957200.0 19.4 6.7 44 97500 417 1394 335 259 724 46 27700 65100 8100 980 120 3.6 0 0 64.4 2000 9 999999999 139 0.0530 0 88 999.000 999.0 99.0 +4960800.0 22.8 6.7 36 97500 663 1394 350 468 857 64 49600 83000 10000 1460 90 3.1 0 0 64.4 2000 9 999999999 139 0.0530 0 88 999.000 999.0 99.0 +4964400.0 25.0 6.1 30 97500 856 1394 360 642 924 78 67600 91500 11200 1890 100 3.1 0 0 72.4 2000 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +4968000.0 27.8 5.6 24 97400 984 1394 373 757 954 86 79300 95200 11900 2310 120 2.6 0 0 56.3 2000 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +4971600.0 28.9 5.6 23 97400 1037 1394 379 812 946 110 84300 94400 13900 2780 40 2.1 2 0 56.3 2000 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +4975200.0 30.6 5.0 20 97200 1012 1394 387 792 945 108 82300 94200 13700 2640 100 2.1 2 0 64.4 2000 9 999999999 120 0.0530 0 88 999.000 999.0 99.0 +4978800.0 31.7 3.3 17 97200 911 1394 397 591 722 120 62100 72200 14800 2930 110 2.1 4 1 72.4 2000 9 999999999 110 0.0530 0 88 999.000 999.0 99.0 +4982400.0 32.8 2.8 15 97100 740 1394 395 531 824 94 55700 81200 12500 2040 90 1.5 4 0 72.4 2000 9 999999999 110 0.0530 0 88 999.000 999.0 99.0 +4986000.0 32.8 2.8 15 97100 511 1394 395 342 757 66 35700 70600 9700 1320 200 1.5 3 0 72.4 2000 9 999999999 110 0.0530 0 88 999.000 999.0 99.0 +4989600.0 31.1 1.7 15 97100 242 1394 385 126 522 37 12900 39300 6100 690 190 2.1 2 0 72.4 2000 9 999999999 100 0.0530 0 88 999.000 999.0 99.0 +4993200.0 28.3 5.0 23 97100 17 500 375 16 56 9 0 0 0 0 250 2.1 1 0 72.4 2000 9 999999999 120 0.0530 0 88 999.000 999.0 99.0 +4996800.0 26.7 6.7 28 97200 0 0 369 0 0 0 0 0 0 0 240 1.5 1 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +5000400.0 25.0 7.2 32 97200 0 0 361 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +5004000.0 23.3 6.7 34 97300 0 0 353 0 0 0 0 0 0 0 120 1.5 0 0 56.3 2000 9 999999999 129 0.0780 0 88 999.000 999.0 99.0 +5007600.0 22.8 6.7 36 97300 0 0 350 0 0 0 0 0 0 0 200 1.5 0 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +5011200.0 21.7 6.7 38 97300 0 0 345 0 0 0 0 0 0 0 120 1.5 0 0 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +5014800.0 20.0 6.7 42 97300 0 0 337 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.0790 0 88 999.000 999.0 99.0 +5018400.0 18.9 7.2 47 97400 0 0 333 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.0790 0 88 999.000 999.0 99.0 +5022000.0 18.3 5.6 43 97400 0 0 328 0 0 0 0 0 0 0 50 2.1 0 0 56.3 2000 9 999999999 129 0.0790 0 88 999.000 999.0 99.0 +5025600.0 17.2 4.4 43 97400 0 0 322 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.0790 0 88 999.000 999.0 99.0 +5029200.0 17.2 1.7 35 97400 0 0 319 0 0 0 0 0 0 0 10 2.1 0 0 56.3 2000 9 999999999 100 0.0790 0 88 999.000 999.0 99.0 +5032800.0 16.7 -0.6 31 97400 0 0 314 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 89 0.0790 0 88 999.000 999.0 99.0 +5036400.0 16.7 -1.1 30 97500 0 35 314 0 0 0 0 0 0 0 0 0.0 0 0 80.5 2000 9 999999999 80 0.0790 0 88 999.000 999.0 99.0 +5040000.0 21.1 -3.9 18 97600 144 1394 330 56 228 32 5800 12000 4600 570 80 4.1 0 0 104.6 2000 9 999999999 69 0.1070 0 88 999.000 999.0 99.0 +5043600.0 22.2 -3.3 18 97600 423 1394 336 252 624 65 26600 55600 9700 1240 100 4.6 0 0 104.6 2000 9 999999999 69 0.1070 0 88 999.000 999.0 99.0 +5047200.0 24.4 -2.8 16 97700 669 1394 346 466 786 92 48700 76300 11900 1860 90 4.1 0 0 104.6 2000 9 999999999 69 0.1070 0 88 999.000 999.0 99.0 +5050800.0 27.2 -2.2 14 97600 862 1394 360 642 862 111 67700 86000 14300 2610 80 5.7 0 0 96.6 2000 9 999999999 69 0.1070 0 88 999.000 999.0 99.0 +5054400.0 28.3 -0.6 15 97600 990 1394 368 759 899 123 80700 90500 16200 3380 70 5.7 0 0 96.6 2000 9 999999999 80 0.1070 0 88 999.000 999.0 99.0 +5058000.0 28.9 0.6 16 97500 1043 1394 372 807 911 128 86100 92000 17000 3820 80 4.1 0 0 96.6 2000 9 999999999 89 0.1070 0 88 999.000 999.0 99.0 +5061600.0 30.6 0.0 14 97400 1017 1394 380 785 905 125 83400 91300 16600 3590 120 4.1 0 0 96.6 2000 9 999999999 89 0.1070 0 88 999.000 999.0 99.0 +5065200.0 31.1 0.0 13 97400 916 1394 382 692 878 116 73100 88000 15100 2890 70 4.6 0 0 96.6 2000 9 999999999 89 0.1070 0 88 999.000 999.0 99.0 +5068800.0 31.7 0.0 13 97300 745 1394 385 535 817 100 55900 80400 12800 2120 60 4.1 0 0 80.5 2000 9 999999999 89 0.1070 0 88 999.000 999.0 99.0 +5072400.0 31.1 1.1 15 97300 516 1394 384 331 693 76 35000 65100 10900 1510 80 3.6 0 0 80.5 2000 9 999999999 100 0.1070 0 88 999.000 999.0 99.0 +5076000.0 30.0 1.1 16 97300 246 1394 378 119 416 46 12200 30200 6900 820 60 3.6 0 0 80.5 2000 9 999999999 100 0.1070 0 88 999.000 999.0 99.0 +5079600.0 28.3 0.6 17 97300 19 523 369 14 24 11 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 89 0.1070 0 88 999.000 999.0 99.0 +5083200.0 25.6 1.7 21 97300 0 0 358 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 100 0.0790 0 88 999.000 999.0 99.0 +5086800.0 25.0 1.1 21 97400 0 0 354 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 100 0.0790 0 88 999.000 999.0 99.0 +5090400.0 23.2 0.8 23 97400 0 0 345 0 0 0 0 0 0 0 80 3.0 0 0 56.3 2000 9 999999999 100 0.0790 0 88 999.000 999.0 99.0 +5094000.0 21.3 0.5 26 97400 0 0 336 0 0 0 0 0 0 0 80 3.0 0 0 56.3 2000 9 999999999 100 0.0790 0 88 999.000 999.0 99.0 +5097600.0 19.5 0.2 26 97400 0 0 328 0 0 0 0 0 0 0 90 2.9 0 0 56.3 2000 9 999999999 100 0.0790 0 88 999.000 999.0 99.0 +5101200.0 17.7 -0.1 34 97500 0 0 336 0 0 0 0 0 0 0 90 2.8 7 4 16.0 6706 9 999999999 179 0.0610 0 88 0.170 0.0 1.0 +5104800.0 15.9 -0.4 32 97500 0 0 321 0 0 0 0 0 0 0 100 2.7 4 2 16.0 6706 9 999999999 179 0.0610 0 88 0.170 0.0 1.0 +5108400.0 14.0 -0.7 36 97400 0 0 340 0 0 0 0 0 0 0 60 2.7 9 9 16.0 6706 9 999999999 170 0.0610 0 88 0.170 0.0 1.0 +5112000.0 12.2 -1.1 39 97400 0 0 331 0 0 0 0 0 0 0 100 2.6 9 9 16.0 3658 9 999999999 160 0.0610 0 88 0.170 0.0 1.0 +5115600.0 12.8 -2.8 33 97500 0 0 331 0 0 0 0 0 0 0 100 3.1 10 9 16.0 3353 9 999999999 160 0.0610 0 88 0.170 0.0 1.0 +5119200.0 12.8 -3.3 31 97400 0 0 331 0 0 0 0 0 0 0 100 3.6 10 9 16.0 2743 9 999999999 150 0.0610 0 88 0.170 0.0 1.0 +5122800.0 12.2 -3.9 31 97400 0 81 327 0 0 0 0 0 0 0 90 2.6 10 9 16.0 2591 9 999999999 139 0.0610 0 88 0.170 0.0 1.0 +5126400.0 12.8 -3.3 31 97500 154 1392 331 11 0 11 1300 0 1300 440 70 2.1 10 9 16.0 2438 9 999999999 139 0.0610 0 88 0.170 0.0 1.0 +5130000.0 13.3 -1.1 37 97600 433 1392 336 42 0 42 5100 0 5100 1850 80 2.6 10 9 16.0 2438 9 999999999 129 0.0610 0 88 0.170 0.0 1.0 +5133600.0 14.4 0.0 37 97600 679 1392 330 489 581 205 50500 57800 22200 4390 140 4.1 9 7 16.0 3658 9 999999999 120 0.0610 0 88 0.170 0.0 1.0 +5137200.0 16.7 -2.2 27 97700 872 1392 329 445 235 298 48500 24600 33000 8270 120 3.6 5 4 16.0 7620 9 999999999 120 0.0610 0 88 0.170 0.0 1.0 +5140800.0 17.8 -2.8 24 97600 999 1392 335 781 667 302 81900 69100 32200 8950 180 4.1 5 5 16.0 3962 9 999999999 120 0.0610 0 88 0.170 0.0 1.0 +5144400.0 18.3 -0.6 28 97600 1051 1392 353 157 0 157 19300 0 19300 7960 300 3.6 8 8 16.0 2438 9 999999999 120 0.0610 0 88 0.170 0.0 1.0 +5148000.0 19.4 2.2 32 97500 1026 1392 349 556 266 359 59700 28700 38500 11260 270 4.6 5 5 16.0 3658 9 999999999 129 0.0610 0 88 0.170 0.0 1.0 +5151600.0 19.4 1.7 31 97500 924 1392 346 696 754 194 72500 75600 22200 4940 250 4.1 4 4 16.0 2000 9 999999999 129 0.0610 0 88 0.170 0.0 1.0 +5155200.0 20.0 -1.7 23 97500 752 1392 342 566 855 102 58700 84200 13100 2160 250 7.2 3 3 16.0 2000 9 999999999 129 0.0610 0 88 0.170 0.0 1.0 +5158800.0 20.0 -1.1 24 97500 523 1392 342 378 736 101 39000 68400 13200 1920 270 4.1 3 3 16.0 2000 9 999999999 139 0.0610 0 88 0.170 0.0 1.0 +5162400.0 19.4 -2.8 21 97500 253 1392 338 189 480 102 18600 33900 12400 2010 270 5.2 3 3 16.0 2000 9 999999999 139 0.0610 0 88 0.170 0.0 1.0 +5166000.0 18.3 -1.7 25 97600 21 545 334 0 0 0 0 0 0 0 270 5.2 3 3 16.0 2000 9 999999999 139 0.0610 0 88 0.170 0.0 1.0 +5169600.0 17.8 0.0 30 97700 0 0 320 0 0 0 0 0 0 0 260 3.6 0 0 16.0 2000 9 999999999 139 0.0610 0 88 0.170 0.0 1.0 +5173200.0 16.7 0.0 32 97700 0 0 315 0 0 0 0 0 0 0 270 1.5 0 0 16.0 2000 9 999999999 150 0.0610 0 88 0.170 0.0 1.0 +5176800.0 15.0 0.0 36 97700 0 0 308 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 150 0.0610 0 88 0.170 0.0 1.0 +5180400.0 13.9 0.6 40 97800 0 0 304 0 0 0 0 0 0 0 300 2.1 0 0 16.0 2000 9 999999999 150 0.0610 0 88 0.170 0.0 1.0 +5184000.0 13.3 1.1 43 97700 0 0 302 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 150 0.0610 0 88 0.170 0.0 1.0 +5187600.0 11.7 1.1 48 97700 0 0 295 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 139 0.0630 0 88 0.170 0.0 1.0 +5191200.0 11.1 1.7 52 97700 0 0 293 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 139 0.0630 0 88 0.170 0.0 1.0 +5194800.0 11.1 1.1 50 97700 0 0 292 0 0 0 0 0 0 0 170 1.5 0 0 16.0 2000 9 999999999 129 0.0630 0 88 0.170 0.0 1.0 +5198400.0 10.0 1.1 54 97600 0 0 288 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0630 0 88 0.170 0.0 1.0 +5202000.0 9.4 1.1 56 97800 0 0 286 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 120 0.0630 0 88 0.170 0.0 1.0 +5205600.0 9.4 2.2 61 97700 0 0 287 0 0 0 0 0 0 0 140 2.6 0 0 16.0 2000 9 999999999 110 0.0630 0 88 0.170 0.0 1.0 +5209200.0 9.4 0.0 52 97700 1 104 284 0 0 0 0 0 0 0 190 3.6 0 0 16.0 2000 9 999999999 110 0.0630 0 88 0.170 0.0 1.0 +5212800.0 10.6 0.6 50 97800 160 1392 290 61 305 26 6300 18500 4200 480 90 4.1 0 0 16.0 2000 9 999999999 100 0.0630 0 88 0.170 0.0 1.0 +5216400.0 13.9 1.7 44 97900 439 1392 305 278 680 62 28400 61200 9000 1180 60 4.1 0 0 16.0 7620 9 999999999 100 0.0630 0 88 0.170 0.0 1.0 +5220000.0 15.6 0.6 36 98000 685 1392 311 480 801 85 50300 78400 11600 1810 100 4.1 0 0 16.0 7620 9 999999999 89 0.0630 0 88 0.170 0.0 1.0 +5223600.0 17.2 0.6 33 98000 878 1392 318 669 877 114 70100 87600 14700 2710 130 2.6 0 0 16.0 2000 9 999999999 80 0.0630 0 88 0.170 0.0 1.0 +5227200.0 18.9 1.1 30 97900 1005 1392 326 765 911 105 79200 90800 13300 2590 160 2.6 0 0 16.0 2000 9 999999999 89 0.0630 0 88 0.170 0.0 1.0 +5230800.0 19.4 0.6 28 97800 1057 1392 328 813 901 127 83700 89900 15200 3020 180 1.5 0 0 16.0 2000 9 999999999 89 0.0630 0 88 0.170 0.0 1.0 +5234400.0 20.0 -0.6 25 97700 1031 1392 329 770 805 172 81900 82100 20900 5300 210 2.1 0 0 16.0 2000 9 999999999 100 0.0630 0 88 0.170 0.0 1.0 +5238000.0 21.1 -0.6 23 97600 929 1392 334 709 895 110 75200 90000 14900 2850 0 0.0 0 0 16.0 2000 9 999999999 100 0.0630 0 88 0.170 0.0 1.0 +5241600.0 21.1 -1.1 22 97600 757 1392 333 572 867 99 59700 85600 13000 2140 360 2.1 0 0 16.0 2000 9 999999999 110 0.0630 0 88 0.170 0.0 1.0 +5245200.0 21.7 -1.1 21 97500 527 1392 336 395 755 108 40600 70100 13900 2030 0 0.0 0 0 16.0 2000 9 999999999 110 0.0630 0 88 0.170 0.0 1.0 +5248800.0 21.1 -0.6 23 97500 257 1392 334 183 433 103 18000 30800 12300 2020 0 0.0 0 0 16.0 2000 9 999999999 120 0.0630 0 88 0.170 0.0 1.0 +5252400.0 20.0 -0.6 25 97400 23 568 329 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0630 0 88 0.170 0.0 1.0 +5256000.0 18.3 0.0 29 97400 0 0 322 0 0 0 0 0 0 0 20 1.5 0 0 16.0 2000 9 999999999 120 0.0630 0 88 0.170 0.0 1.0 +5259600.0 17.8 0.0 30 97400 0 0 320 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0630 0 88 0.170 0.0 1.0 +5263200.0 15.6 -0.6 33 97400 0 0 310 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0630 0 88 0.170 0.0 1.0 +5266800.0 15.0 0.6 37 97400 0 0 308 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 139 0.0630 0 88 0.170 0.0 1.0 +5270400.0 13.9 -0.6 37 97400 0 0 302 0 0 0 0 0 0 0 150 1.5 0 0 16.0 2000 9 999999999 139 0.0630 0 88 0.170 0.0 1.0 +5274000.0 13.3 0.6 42 97400 0 0 301 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 129 0.0640 0 88 0.170 0.0 1.0 +5277600.0 11.1 0.6 48 97300 0 0 292 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 129 0.0640 0 88 0.170 0.0 1.0 +5281200.0 10.6 0.6 50 97300 0 0 290 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 129 0.0640 0 88 0.170 0.0 1.0 +5284800.0 10.0 0.6 52 97300 0 0 287 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 129 0.0640 0 88 0.170 0.0 1.0 +5288400.0 10.0 -0.6 47 97400 0 0 286 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 120 0.0640 0 88 0.170 0.0 1.0 +5292000.0 12.2 -0.6 41 97300 0 0 295 0 0 0 0 0 0 0 80 3.1 0 0 16.0 2000 9 999999999 120 0.0640 0 88 0.170 0.0 1.0 +5295600.0 10.0 -1.1 45 97400 1 127 286 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 120 0.0640 0 88 0.170 0.0 1.0 +5299200.0 11.7 -1.1 41 97500 166 1391 293 70 397 22 7100 26500 4000 450 110 3.1 0 0 16.0 2000 9 999999999 120 0.0640 0 88 0.170 0.0 1.0 +5302800.0 15.0 0.0 36 97500 446 1391 308 284 692 61 29100 62600 9000 1180 100 3.6 0 0 16.0 2000 9 999999999 120 0.0640 0 88 0.170 0.0 1.0 +5306400.0 17.2 -0.6 30 97500 691 1391 316 481 807 79 50800 79300 11300 1740 100 3.1 0 0 16.0 2000 9 999999999 110 0.0640 0 88 0.170 0.0 1.0 +5310000.0 20.0 -1.1 24 97500 884 1391 328 653 848 113 68600 84800 14600 2720 110 4.6 0 0 16.0 2000 9 999999999 110 0.0640 0 88 0.170 0.0 1.0 +5313600.0 22.2 -1.1 21 97400 1011 1391 338 736 816 142 76900 81800 17300 3870 110 4.1 0 0 16.0 2000 9 999999999 110 0.0640 0 88 0.170 0.0 1.0 +5317200.0 23.3 -1.1 19 97300 1063 1391 355 795 865 132 84200 87300 17300 4090 150 3.1 3 2 16.0 2000 9 999999999 120 0.0640 0 88 0.170 0.0 1.0 +5320800.0 25.0 -0.6 18 97200 1036 1391 373 789 872 137 83000 87700 17400 3980 190 3.1 5 5 16.0 2000 9 999999999 120 0.0640 0 88 0.170 0.0 1.0 +5324400.0 25.6 -1.7 16 97200 934 1391 360 689 809 144 71000 80400 16800 3390 200 2.1 1 1 16.0 2000 9 999999999 129 0.0640 0 88 0.170 0.0 1.0 +5328000.0 26.1 -1.1 16 97100 761 1391 356 557 785 125 58600 78300 15500 2800 210 3.1 0 0 16.0 2000 9 999999999 129 0.0640 0 88 0.170 0.0 1.0 +5331600.0 26.1 -1.1 16 96900 532 1391 356 393 746 107 40400 69500 13800 2020 220 3.1 0 0 16.0 2000 9 999999999 129 0.0640 0 88 0.170 0.0 1.0 +5335200.0 26.1 -0.6 17 97000 261 1391 357 199 476 109 19400 34100 13000 2160 0 0.0 0 0 16.0 2000 9 999999999 139 0.0640 0 88 0.170 0.0 1.0 +5338800.0 23.9 -1.1 19 97000 24 591 346 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 139 0.0640 0 88 0.170 0.0 1.0 +5342400.0 22.2 -1.1 21 97100 0 0 338 0 0 0 0 0 0 0 270 3.1 0 0 16.0 2000 9 999999999 139 0.0640 0 88 0.170 0.0 1.0 +5346000.0 21.1 -1.1 22 97100 0 0 333 0 0 0 0 0 0 0 270 2.6 0 0 16.0 2000 9 999999999 150 0.0640 0 88 0.170 0.0 1.0 +5349600.0 20.6 -0.6 24 97200 0 0 332 0 0 0 0 0 0 0 270 3.1 0 0 16.0 2000 9 999999999 150 0.0640 0 88 0.170 0.0 1.0 +5353200.0 18.9 0.0 28 97200 0 0 325 0 0 0 0 0 0 0 290 3.6 0 0 16.0 2000 9 999999999 160 0.0640 0 88 0.170 0.0 1.0 +5356800.0 16.7 0.0 32 97200 0 0 315 0 0 0 0 0 0 0 310 2.6 0 0 16.0 2000 9 999999999 150 0.0640 0 88 0.170 0.0 1.0 +5360400.0 16.1 0.6 35 97200 0 0 313 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 150 0.0650 0 88 0.170 0.0 1.0 +5364000.0 15.0 0.6 37 97200 0 0 308 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 150 0.0650 0 88 0.170 0.0 1.0 +5367600.0 13.9 1.1 42 97100 0 0 304 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 150 0.0650 0 88 0.170 0.0 1.0 +5371200.0 13.3 1.7 45 97100 0 0 302 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 150 0.0650 0 88 0.170 0.0 1.0 +5374800.0 12.2 1.7 49 97000 0 0 298 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 150 0.0650 0 88 0.170 0.0 1.0 +5378400.0 11.7 1.7 50 97000 0 0 296 0 0 0 0 0 0 0 10 2.1 0 0 16.0 2000 9 999999999 150 0.0650 0 88 0.170 0.0 1.0 +5382000.0 12.2 0.6 45 97000 2 151 296 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 139 0.0650 0 88 0.170 0.0 1.0 +5385600.0 13.3 -0.6 38 97100 172 1390 300 74 415 22 7600 28100 4100 450 100 3.1 0 0 16.0 2000 9 999999999 139 0.0650 0 88 0.170 0.0 1.0 +5389200.0 15.6 0.0 34 97100 452 1390 310 294 727 57 30500 66200 8900 1150 110 4.6 0 0 16.0 2000 9 999999999 139 0.0650 0 88 0.170 0.0 1.0 +5392800.0 17.8 0.6 31 97100 697 1390 320 502 825 87 52600 80900 11800 1860 140 2.6 0 0 16.0 2000 9 999999999 139 0.0650 0 88 0.170 0.0 1.0 +5396400.0 20.0 1.1 28 97000 890 1390 331 654 836 117 68500 83500 14800 2810 70 2.1 0 0 16.0 2000 9 999999999 139 0.0650 0 88 0.170 0.0 1.0 +5400000.0 21.7 1.1 25 97000 1016 1390 339 765 881 119 81500 89000 16200 3470 160 1.5 1 0 16.0 7620 9 999999999 129 0.0650 0 88 0.170 0.0 1.0 +5403600.0 22.2 2.2 27 96900 1068 1390 349 819 769 227 85800 77600 26000 7290 240 4.1 3 1 16.0 6096 9 999999999 129 0.0650 0 88 0.170 0.0 1.0 +5407200.0 22.2 2.8 28 96800 1041 1390 354 454 115 368 50000 11800 41100 13540 260 5.2 3 2 16.0 6096 9 999999999 129 0.0650 0 88 0.170 0.0 1.0 +5410800.0 21.1 3.3 31 96700 938 1390 356 522 282 331 55800 30200 35300 9380 280 6.2 6 4 16.0 6096 9 999999999 120 0.0650 0 88 0.170 0.0 1.0 +5414400.0 21.1 3.9 32 96700 766 1390 359 337 113 274 36900 11400 30600 8240 270 6.7 8 5 16.0 6096 9 999999999 120 0.0650 0 88 0.170 0.0 1.0 +5418000.0 19.4 5.0 39 96700 536 1390 356 62 0 62 7500 0 7500 2790 290 7.2 9 6 14.4 4267 9 999999999 120 0.0650 0 88 0.170 0.0 1.0 +5421600.0 18.3 5.0 41 96800 265 1390 350 193 254 144 20000 18900 16400 3100 290 4.1 10 6 16.0 4267 9 999999999 110 0.0650 0 88 0.170 0.0 1.0 +5425200.0 17.8 5.0 43 96800 26 614 352 0 0 0 0 0 0 0 290 4.6 9 7 16.0 4267 9 999999999 110 0.0650 0 88 0.170 0.0 1.0 +5428800.0 17.2 6.1 48 96800 0 0 350 0 0 0 0 0 0 0 290 3.6 10 7 16.0 4267 9 999999999 100 0.0650 0 88 0.170 0.0 1.0 +5432400.0 17.2 5.6 46 96900 0 0 363 0 0 0 0 0 0 0 290 1.5 10 9 16.0 3353 9 999999999 100 0.0650 0 88 0.170 0.0 1.0 +5436000.0 17.2 4.4 43 96900 0 0 372 0 0 0 0 0 0 0 180 3.6 10 10 16.0 2134 9 999999999 100 0.0650 0 88 0.170 0.0 1.0 +5439600.0 14.4 7.2 62 96900 0 0 361 0 0 0 0 0 0 0 180 3.1 10 10 14.4 1981 9 999999999 89 0.0650 0 88 0.170 0.0 1.0 +5443200.0 14.4 8.3 67 96900 0 0 362 0 0 0 0 0 0 0 0 0.0 10 10 16.0 1676 9 999999999 100 0.0650 0 88 0.170 0.0 1.0 +5446800.0 13.9 1.1 42 96900 0 0 334 0 0 0 0 0 0 0 250 4.1 9 8 16.0 3048 9 999999999 100 0.0660 0 88 0.170 0.0 1.0 +5450400.0 12.8 1.7 47 96800 0 0 337 0 0 0 0 0 0 0 0 0.0 9 9 16.0 3048 9 999999999 100 0.0660 0 88 0.170 0.0 1.0 +5454000.0 11.7 7.2 74 96800 0 0 338 0 0 0 0 0 0 0 50 1.5 9 9 16.0 3048 9 999999999 110 0.0660 0 88 0.170 0.0 1.0 +5457600.0 11.1 7.8 80 96800 0 0 336 0 0 0 0 0 0 0 90 3.6 9 9 16.0 3048 9 999999999 110 0.0660 0 88 0.170 0.0 1.0 +5461200.0 10.0 6.7 80 96900 0 0 339 0 0 0 0 0 0 0 100 1.5 10 10 16.0 1524 9 999999999 110 0.0660 0 88 0.170 0.0 1.0 +5464800.0 10.0 7.8 86 96900 0 0 324 0 0 0 0 0 0 0 100 2.1 8 8 16.0 3048 9 999999999 110 0.0660 0 88 0.170 0.0 1.0 +5468400.0 10.0 8.3 89 96900 2 197 324 0 0 0 0 0 0 0 130 4.1 8 8 16.0 3048 9 999999999 120 0.0660 0 88 0.170 0.0 1.0 +5472000.0 10.6 7.2 79 97000 178 1389 342 17 0 17 2000 0 2000 680 140 4.6 10 10 16.0 1524 9 999999999 120 0.0660 0 88 0.170 0.0 1.0 +5475600.0 11.1 7.2 77 97000 458 1389 345 158 60 138 17300 5600 15400 3650 140 5.2 10 10 16.0 1524 9 999999999 120 0.0660 0 88 0.170 0.0 1.0 +5479200.0 12.2 7.2 71 97100 703 1389 350 246 46 223 27100 4600 24700 6660 150 5.7 10 10 16.0 2743 9 999999999 129 0.0660 0 88 0.170 0.0 1.0 +5482800.0 12.2 8.9 80 97200 896 1389 335 109 0 109 13400 0 13400 5490 150 6.7 8 8 14.4 1524 9 999999999 129 0.0660 0 88 0.170 0.0 1.0 +5486400.0 11.1 7.8 80 97100 1022 1389 345 178 0 178 21500 0 21500 8790 240 6.7 10 10 8.0 1219 9 999999999 129 0.0660 0 88 0.170 7.0 1.0 +5490000.0 12.8 7.8 72 97000 1073 1389 354 187 0 187 22700 0 22700 9300 280 2.6 10 10 16.0 1829 9 999999999 129 0.0660 0 88 0.170 0.0 1.0 +5493600.0 12.2 8.3 77 97000 1047 1389 351 410 85 346 45200 8700 38600 12960 300 2.1 10 10 14.4 1676 9 999999999 120 0.0660 0 88 0.170 0.0 1.0 +5497200.0 12.8 9.4 80 96900 943 1389 356 114 0 114 14100 0 14100 5810 20 3.6 10 10 16.0 1524 9 999999999 120 0.0660 0 88 0.170 0.0 1.0 +5500800.0 13.9 8.3 69 96900 771 1389 360 132 0 132 15700 0 15700 6110 190 6.2 10 10 12.8 1676 9 999999999 120 0.0660 0 88 0.170 0.0 1.0 +5504400.0 13.9 6.7 62 96900 541 1389 358 89 0 89 10500 0 10500 3810 160 4.6 10 10 16.0 1676 9 999999999 120 0.0660 0 88 0.170 0.0 1.0 +5508000.0 13.3 8.3 72 96900 269 1389 357 208 299 150 20700 21700 16500 3540 100 4.1 10 10 16.0 1676 9 999999999 120 0.0660 0 88 0.170 0.0 1.0 +5511600.0 12.2 8.9 80 96900 28 637 352 0 0 0 0 0 0 0 70 2.6 10 10 12.8 1676 9 999999999 110 0.0660 0 88 0.170 0.0 1.0 +5515200.0 11.1 10.0 93 96900 0 0 348 0 0 0 0 0 0 0 80 2.1 10 10 9.6 1524 9 999999999 110 0.0660 0 88 0.170 3.0 1.0 +5518800.0 11.1 10.0 93 96800 0 0 348 0 0 0 0 0 0 0 80 2.1 10 10 9.6 1341 9 999999999 110 0.0660 0 88 0.170 2.0 1.0 +5522400.0 11.1 10.0 93 96900 0 0 348 0 0 0 0 0 0 0 90 4.6 10 10 8.0 1676 9 999999999 110 0.0660 0 88 0.170 2.0 1.0 +5526000.0 11.1 10.0 93 96900 0 0 348 0 0 0 0 0 0 0 80 4.1 10 10 11.2 1676 9 999999999 110 0.0660 0 88 0.170 2.0 1.0 +5529600.0 11.1 10.0 93 96800 0 0 348 0 0 0 0 0 0 0 100 5.2 10 10 9.6 1433 9 999999999 100 0.0660 0 88 0.170 2.0 1.0 +5533200.0 10.0 10.0 100 96900 0 0 343 0 0 0 0 0 0 0 260 5.2 10 10 8.0 1219 9 999999999 100 0.0670 0 88 0.170 3.0 1.0 +5536800.0 8.9 8.3 96 96900 0 0 335 0 0 0 0 0 0 0 270 4.6 10 10 6.4 853 9 999999999 100 0.0670 0 88 0.170 8.0 1.0 +5540400.0 8.9 7.2 89 96900 0 0 334 0 0 0 0 0 0 0 260 4.6 10 10 16.0 1524 9 999999999 100 0.0670 0 88 0.170 1.0 1.0 +5544000.0 8.3 7.2 93 96900 0 0 331 0 0 0 0 0 0 0 270 2.1 10 10 9.6 1676 9 999999999 100 0.0670 0 88 0.170 1.0 1.0 +5547600.0 7.8 7.2 96 97100 0 0 329 0 0 0 0 0 0 0 0 0.0 10 10 9.6 1676 9 999999999 100 0.0670 0 88 0.170 2.0 1.0 +5551200.0 7.8 6.7 93 97000 0 0 328 0 0 0 0 0 0 0 80 3.1 10 10 16.0 1006 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5554800.0 7.2 6.7 97 97100 3 220 326 0 0 0 0 0 0 0 80 4.6 10 10 16.0 1067 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5558400.0 7.2 6.1 93 97200 185 1389 325 12 0 12 1500 0 1500 490 90 5.7 10 10 16.0 1158 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5562000.0 7.2 6.1 93 97300 464 1389 325 47 0 47 5700 0 5700 2090 100 4.6 10 10 9.6 1006 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5565600.0 7.2 6.1 93 97300 710 1389 325 81 0 81 9900 0 9900 3890 90 3.1 10 10 9.6 1006 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5569200.0 7.2 6.1 93 97400 902 1389 325 109 0 109 13400 0 13400 5500 90 5.2 10 10 9.6 1006 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5572800.0 7.2 5.0 86 97300 1028 1389 324 127 0 127 15800 0 15800 6570 80 3.6 10 10 14.4 1006 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5576400.0 7.8 6.1 89 97200 1079 1389 328 133 0 133 16600 0 16600 6940 110 3.1 10 10 9.6 914 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5580000.0 7.8 5.6 86 97200 1052 1389 327 133 0 133 16500 0 16500 6890 140 2.6 10 10 11.2 853 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5583600.0 7.2 5.0 86 97100 948 1389 324 114 0 114 14100 0 14100 5820 120 1.5 10 10 9.6 1006 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5587200.0 7.2 6.1 93 97100 775 1389 325 95 0 95 11600 0 11600 4620 0 0.0 10 10 8.0 1067 9 999999999 89 0.0670 0 88 0.170 0.0 1.0 +5590800.0 7.2 6.1 93 97200 545 1389 325 88 0 88 10400 0 10400 3790 0 0.0 10 10 9.6 945 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5594400.0 7.8 6.7 93 97100 273 1389 328 101 0 101 10900 0 10900 2930 0 0.0 10 10 12.8 884 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5598000.0 7.8 6.7 93 97000 29 636 328 0 0 0 0 0 0 0 60 2.1 10 10 14.4 1219 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5601600.0 7.2 6.1 93 97000 0 0 325 0 0 0 0 0 0 0 60 1.5 10 10 16.0 1280 9 999999999 89 0.0670 0 88 0.170 0.0 1.0 +5605200.0 7.2 6.7 97 97000 0 0 326 0 0 0 0 0 0 0 300 1.5 10 10 11.2 823 9 999999999 89 0.0670 0 88 0.170 0.0 1.0 +5608800.0 7.2 6.7 97 97000 0 0 310 0 0 0 0 0 0 0 290 1.5 10 8 12.8 640 9 999999999 89 0.0670 0 88 0.170 1.0 1.0 +5612400.0 7.2 6.7 97 97100 0 0 326 0 0 0 0 0 0 0 310 2.6 10 10 9.6 640 9 999999999 100 0.0670 0 88 0.170 0.0 1.0 +5616000.0 6.7 6.7 100 97000 0 0 323 0 0 0 0 0 0 0 310 2.1 10 10 8.0 549 9 999999999 89 0.0670 0 88 0.170 0.0 1.0 +5619600.0 6.7 6.1 96 97100 0 0 323 0 0 0 0 0 0 0 260 3.6 10 10 8.0 914 9 999999999 89 0.0690 0 88 0.170 1.0 1.0 +5623200.0 6.1 5.6 97 97100 0 0 319 0 0 0 0 0 0 0 260 3.1 10 10 9.6 914 9 999999999 89 0.0690 0 88 0.170 0.0 1.0 +5626800.0 6.1 5.6 97 97100 0 0 319 0 0 0 0 0 0 0 270 3.6 10 10 12.8 1036 9 999999999 89 0.0690 0 88 0.170 1.0 1.0 +5630400.0 6.1 5.0 93 97200 0 0 319 0 0 0 0 0 0 0 250 4.1 10 10 14.4 1280 9 999999999 89 0.0690 0 88 0.170 0.0 1.0 +5634000.0 6.1 5.6 97 97400 0 0 319 0 0 0 0 0 0 0 230 3.1 10 10 9.6 1006 9 999999999 80 0.0690 0 88 0.170 1.0 1.0 +5637600.0 6.1 5.6 97 97400 0 0 319 0 0 0 0 0 0 0 260 2.6 10 10 14.4 1341 9 999999999 80 0.0690 0 88 0.170 1.0 1.0 +5641200.0 6.1 5.0 93 97400 4 243 319 0 0 0 0 0 0 0 0 0.0 10 10 16.0 1219 9 999999999 80 0.0690 0 88 0.170 0.0 1.0 +5644800.0 6.7 5.0 89 97500 191 1388 321 53 57 45 5800 3700 5300 950 0 0.0 10 10 16.0 1067 9 999999999 80 0.0690 0 88 0.170 0.0 1.0 +5648400.0 6.7 5.6 93 97600 471 1388 322 194 143 146 21100 13500 16500 3320 70 2.6 10 10 16.0 1219 9 999999999 80 0.0690 0 88 0.170 0.0 1.0 +5652000.0 7.2 5.6 90 97700 716 1388 324 121 0 121 14400 0 14400 5510 90 2.1 10 10 16.0 1219 9 999999999 80 0.0690 0 88 0.170 0.0 1.0 +5655600.0 7.8 5.6 86 97900 908 1388 327 202 6 198 23800 500 23500 9120 30 1.5 10 10 16.0 1219 9 999999999 69 0.0690 0 88 0.170 0.0 1.0 +5659200.0 8.3 5.6 83 97900 1033 1388 329 236 6 232 28100 500 27700 10940 290 3.6 10 10 16.0 1067 9 999999999 80 0.0690 0 88 0.170 0.0 1.0 +5662800.0 9.4 5.6 77 98000 1084 1388 335 452 102 372 49800 10500 41600 14350 330 2.1 10 10 16.0 610 9 999999999 89 0.0690 0 88 0.170 0.0 1.0 +5666400.0 10.6 6.1 74 98000 1057 1388 325 599 279 387 64400 30100 41400 12840 0 0.0 8 8 16.0 1067 9 999999999 89 0.0690 0 88 0.170 0.0 1.0 +5670000.0 11.7 5.0 63 98000 953 1388 328 541 294 338 57800 31600 36100 9750 0 0.0 8 8 16.0 1219 9 999999999 100 0.0690 0 88 0.170 0.0 1.0 +5673600.0 12.8 5.6 62 98100 780 1388 334 554 627 201 58500 63800 22500 4550 40 2.6 8 8 16.0 1219 9 999999999 110 0.0690 0 88 0.170 0.0 1.0 +5677200.0 12.8 6.1 64 98100 549 1388 320 405 748 108 41700 70300 13800 2070 80 3.1 4 4 16.0 7620 9 999999999 110 0.0690 0 88 0.170 0.0 1.0 +5680800.0 12.2 5.6 64 98100 277 1388 320 196 480 100 19500 35600 12400 1930 60 2.1 5 5 16.0 7620 9 999999999 120 0.0690 0 88 0.170 0.0 1.0 +5684400.0 11.1 5.6 69 98100 31 659 315 0 0 0 0 0 0 0 80 2.6 5 5 16.0 2000 9 999999999 129 0.0690 0 88 0.170 0.0 1.0 +5688000.0 10.6 5.6 71 98100 0 0 308 0 0 0 0 0 0 0 80 2.1 3 3 16.0 2000 9 999999999 129 0.0690 0 88 0.170 0.0 1.0 +5691600.0 10.0 5.0 71 98200 0 0 304 0 0 0 0 0 0 0 70 2.6 3 3 16.0 2000 9 999999999 139 0.0690 0 88 0.170 0.0 1.0 +5695200.0 9.4 5.0 74 98200 0 0 302 0 0 0 0 0 0 0 0 0.0 3 3 16.0 2000 9 999999999 150 0.0690 0 88 0.170 0.0 1.0 +5698800.0 9.4 5.0 74 98300 0 0 302 0 0 0 0 0 0 0 90 3.1 3 3 16.0 2000 9 999999999 150 0.0690 0 88 0.170 0.0 1.0 +5702400.0 8.3 5.6 83 98200 0 0 298 0 0 0 0 0 0 0 120 2.6 4 3 16.0 2000 9 999999999 150 0.0690 0 88 0.170 0.0 1.0 +5706000.0 8.3 4.4 76 98100 0 0 290 0 0 0 0 0 0 0 100 3.6 2 1 16.0 2000 9 999999999 139 0.0700 0 88 0.170 0.0 1.0 +5709600.0 7.8 4.4 79 98100 0 0 292 0 0 0 0 0 0 0 100 2.6 3 2 16.0 7620 9 999999999 139 0.0700 0 88 0.170 0.0 1.0 +5713200.0 7.8 4.4 79 98100 0 0 292 0 0 0 0 0 0 0 100 2.6 6 2 16.0 2000 9 999999999 129 0.0700 0 88 0.170 0.0 1.0 +5716800.0 6.7 4.4 85 98000 0 0 278 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0700 0 88 0.170 0.0 1.0 +5720400.0 6.7 4.4 85 98100 0 0 278 0 0 0 0 0 0 0 130 2.1 0 0 16.0 2000 9 999999999 120 0.0700 0 88 0.170 0.0 1.0 +5724000.0 6.7 4.4 85 98000 0 0 278 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0700 0 88 0.170 0.0 1.0 +5727600.0 6.1 3.9 86 98100 5 266 275 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 110 0.0700 0 88 0.170 0.0 1.0 +5731200.0 8.3 4.4 76 98100 197 1387 284 93 453 28 9400 32000 4900 550 0 0.0 0 0 16.0 2000 9 999999999 110 0.0700 0 88 0.170 0.0 1.0 +5734800.0 10.6 4.4 65 98200 477 1387 294 312 721 64 32300 66300 9400 1260 70 3.1 0 0 16.0 2000 9 999999999 100 0.0700 0 88 0.170 0.0 1.0 +5738400.0 12.2 4.4 59 98200 722 1387 300 526 873 70 55000 85400 10400 1590 80 2.6 0 0 16.0 2000 9 999999999 89 0.0700 0 88 0.170 0.0 1.0 +5742000.0 13.9 5.0 55 98200 914 1387 308 689 884 105 73300 89000 14500 2710 70 3.1 0 0 16.0 2000 9 999999999 89 0.0700 0 88 0.170 0.0 1.0 +5745600.0 15.0 5.0 51 98100 1039 1387 313 813 959 92 84400 95900 12400 2630 40 3.1 0 0 16.0 2000 9 999999999 89 0.0700 0 88 0.170 0.0 1.0 +5749200.0 16.1 3.9 44 98000 1089 1387 330 862 967 100 89300 96800 13100 3010 0 0.0 3 3 16.0 2000 9 999999999 89 0.0700 0 88 0.170 0.0 1.0 +5752800.0 17.2 2.8 38 97900 1062 1387 334 826 896 139 87200 90300 17900 4250 120 4.1 3 3 16.0 2000 9 999999999 89 0.0700 0 88 0.170 0.0 1.0 +5756400.0 17.2 2.8 38 97800 957 1387 334 721 790 174 76000 80000 20600 4750 150 3.1 3 3 16.0 7620 9 999999999 89 0.0700 0 88 0.170 0.0 1.0 +5760000.0 17.2 3.3 39 97800 784 1387 337 539 577 212 56600 58700 23300 4840 240 2.1 6 4 16.0 7620 9 999999999 100 0.0700 0 88 0.170 0.0 1.0 +5763600.0 17.2 3.9 41 97800 553 1387 341 280 187 206 30100 18300 22800 4830 270 2.1 5 5 16.0 3658 9 999999999 100 0.0700 0 88 0.170 0.0 1.0 +5767200.0 16.7 4.4 44 97800 281 1387 351 115 28 109 12500 2300 12000 2440 0 0.0 8 8 16.0 3658 9 999999999 100 0.0700 0 88 0.170 0.0 1.0 +5770800.0 16.7 5.0 46 97800 33 682 352 0 0 0 0 0 0 0 0 0.0 9 8 16.0 3658 9 999999999 100 0.0700 0 88 0.170 0.0 1.0 +5774400.0 15.6 5.0 49 97800 0 0 334 0 0 0 0 0 0 0 0 0.0 5 5 16.0 2000 9 999999999 100 0.0700 0 88 0.170 0.0 1.0 +5778000.0 14.4 5.6 55 97900 0 0 311 0 0 0 0 0 0 0 320 1.5 0 0 16.0 2000 9 999999999 100 0.0700 0 88 0.170 0.0 1.0 +5781600.0 13.3 6.1 62 97900 0 0 307 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 100 0.0700 0 88 0.170 0.0 1.0 +5785200.0 13.3 6.1 62 98000 0 0 307 0 0 0 0 0 0 0 250 1.5 0 0 16.0 2000 9 999999999 110 0.0700 0 88 0.170 0.0 1.0 +5788800.0 12.8 6.1 64 97900 0 0 318 0 0 0 0 0 0 0 0 0.0 4 3 16.0 2000 9 999999999 100 0.0700 0 88 0.170 0.0 1.0 +5792400.0 11.1 6.7 74 97900 0 0 308 0 0 0 0 0 0 0 0 0.0 4 2 16.0 6096 9 999999999 100 0.0710 0 88 0.170 0.0 1.0 +5796000.0 10.6 7.2 79 97900 0 0 309 0 0 0 0 0 0 0 60 1.5 4 3 16.0 2000 9 999999999 100 0.0710 0 88 0.170 0.0 1.0 +5799600.0 10.0 7.2 83 97900 0 0 330 0 0 0 0 0 0 0 100 1.5 9 9 16.0 6096 9 999999999 100 0.0710 0 88 0.170 0.0 1.0 +5803200.0 10.0 6.7 80 97900 0 0 339 0 0 0 0 0 0 0 80 1.5 10 10 16.0 6096 9 999999999 89 0.0710 0 88 0.170 0.0 1.0 +5806800.0 10.0 7.2 83 98000 0 0 312 0 0 0 0 0 0 0 70 1.5 7 5 16.0 6096 9 999999999 89 0.0710 0 88 0.170 0.0 1.0 +5810400.0 9.4 7.2 86 98000 0 0 304 0 0 0 0 0 0 0 0 0.0 5 3 16.0 6096 9 999999999 89 0.0710 0 88 0.170 0.0 1.0 +5814000.0 9.4 7.2 86 98000 6 312 304 0 0 0 0 0 0 0 0 0.0 5 3 16.0 3962 9 999999999 89 0.0710 0 88 0.170 0.0 1.0 +5817600.0 10.6 7.2 79 98100 204 1386 309 97 471 28 9900 33700 5000 560 90 2.1 4 3 14.4 3962 9 999999999 80 0.0710 0 88 0.170 0.0 1.0 +5821200.0 12.8 7.2 69 98100 483 1386 324 314 711 65 32400 65600 9400 1280 50 2.1 5 5 11.2 2000 9 999999999 80 0.0710 0 88 0.170 0.0 1.0 +5824800.0 14.4 6.7 60 98100 728 1386 326 532 845 87 56000 83400 12100 1930 0 0.0 3 3 14.4 2000 9 999999999 80 0.0710 0 88 0.170 0.0 1.0 +5828400.0 16.1 6.1 51 98200 919 1386 333 700 873 120 73500 87400 15400 2990 0 0.0 3 3 16.0 2000 9 999999999 80 0.0710 0 88 0.170 0.0 1.0 +5832000.0 17.2 6.1 48 98100 1044 1386 343 761 739 203 80200 74900 23600 6340 310 3.1 5 5 16.0 2000 9 999999999 80 0.0710 0 88 0.170 0.0 1.0 +5835600.0 17.8 5.0 43 98100 1095 1386 342 844 901 131 86800 90000 15500 3380 270 2.1 4 4 16.0 2000 9 999999999 80 0.0710 0 88 0.170 0.0 1.0 +5839200.0 18.9 4.4 38 98000 1067 1386 349 845 926 131 86900 92400 15600 3140 220 3.6 5 5 16.0 7620 9 999999999 89 0.0710 0 88 0.170 0.0 1.0 +5842800.0 18.9 4.4 38 98000 962 1386 349 707 735 196 74000 74000 22500 5310 310 3.6 5 5 16.0 7620 9 999999999 89 0.0710 0 88 0.170 0.0 1.0 +5846400.0 18.9 3.3 35 97900 788 1386 343 560 677 174 57800 66800 19700 3800 310 1.5 3 3 16.0 7620 9 999999999 89 0.0710 0 88 0.170 0.0 1.0 +5850000.0 18.9 3.9 37 97900 557 1386 346 349 506 145 36400 48500 16800 2870 300 3.1 6 4 16.0 7620 9 999999999 89 0.0710 0 88 0.170 0.0 1.0 +5853600.0 18.3 3.3 37 97900 285 1386 342 186 386 107 18500 29000 12500 2090 290 3.1 6 4 16.0 7620 9 999999999 100 0.0710 0 88 0.170 0.0 1.0 +5857200.0 17.2 3.9 41 97900 35 705 328 0 56 0 0 0 0 0 280 3.1 2 1 16.0 7620 9 999999999 100 0.0710 0 88 0.170 0.0 1.0 +5860800.0 16.7 5.0 46 97900 0 0 331 0 0 0 0 0 0 0 290 2.6 2 2 16.0 2000 9 999999999 100 0.0710 0 88 0.170 0.0 1.0 +5864400.0 15.6 5.0 49 97900 0 0 316 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 110 0.0710 0 88 0.170 0.0 1.0 +5868000.0 13.9 5.6 57 98000 0 0 309 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 110 0.0710 0 88 0.170 0.0 1.0 +5871600.0 12.8 6.7 66 98000 0 0 305 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 110 0.0710 0 88 0.170 0.0 1.0 +5875200.0 12.2 6.7 69 97900 0 0 303 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 110 0.0710 0 88 0.170 0.0 1.0 +5878800.0 11.7 6.7 71 97900 0 0 301 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 100 0.0720 0 88 0.170 0.0 1.0 +5882400.0 10.6 7.2 79 97900 0 0 297 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 100 0.0720 0 88 0.170 0.0 1.0 +5886000.0 10.0 7.8 86 97900 0 0 295 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 100 0.0720 0 88 0.170 0.0 1.0 +5889600.0 10.0 7.2 83 97900 0 0 294 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0720 0 88 0.170 0.0 1.0 +5893200.0 9.4 7.2 86 98000 0 0 292 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 89 0.0720 0 88 0.170 0.0 1.0 +5896800.0 9.4 6.7 83 98000 0 0 291 0 0 0 0 0 0 0 130 1.5 0 0 16.0 2000 9 999999999 89 0.0720 0 88 0.170 0.0 1.0 +5900400.0 8.9 6.7 86 98000 8 335 289 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 80 0.0720 0 88 0.170 0.0 1.0 +5904000.0 10.6 5.6 71 98100 210 1386 295 97 417 34 10100 28600 5700 620 0 0.0 0 0 16.0 7620 9 999999999 80 0.0720 0 88 0.170 0.0 1.0 +5907600.0 12.2 6.1 66 98200 490 1386 302 311 663 76 32500 61500 10800 1480 0 0.0 0 0 16.0 7620 9 999999999 80 0.0720 0 88 0.170 0.0 1.0 +5911200.0 14.4 6.1 57 98300 734 1386 312 523 799 98 54400 78600 12600 2080 300 2.6 0 0 16.0 7620 9 999999999 69 0.0720 0 88 0.170 0.0 1.0 +5914800.0 16.1 5.0 48 98300 925 1386 318 706 908 98 73200 90300 12800 2240 300 2.6 0 0 16.0 2000 9 999999999 69 0.0720 0 88 0.170 0.0 1.0 +5918400.0 17.8 3.9 40 98300 1050 1386 324 813 935 102 84200 93400 13100 2810 260 3.6 0 0 16.0 2000 9 999999999 69 0.0720 0 88 0.170 0.0 1.0 +5922000.0 18.9 2.2 33 98200 1100 1386 327 874 943 124 90100 94200 15000 3380 240 2.6 0 0 16.0 2000 9 999999999 80 0.0720 0 88 0.170 0.0 1.0 +5925600.0 20.0 2.8 32 98100 1071 1386 333 833 890 142 87700 89600 18100 4420 230 3.6 1 0 16.0 2000 9 999999999 89 0.0720 0 88 0.170 0.0 1.0 +5929200.0 21.1 0.0 24 98100 967 1386 335 734 870 125 77200 87400 16100 3310 230 1.5 0 0 16.0 2000 9 999999999 89 0.0720 0 88 0.170 0.0 1.0 +5932800.0 21.1 1.1 26 98000 793 1386 336 588 827 114 60900 81600 14000 2430 220 4.6 0 0 16.0 2000 9 999999999 100 0.0720 0 88 0.170 0.0 1.0 +5936400.0 21.7 0.6 25 98000 561 1386 338 418 732 120 42800 68800 14800 2270 240 4.6 0 0 16.0 2000 9 999999999 100 0.0720 0 88 0.170 0.0 1.0 +5940000.0 21.1 0.6 26 98000 289 1386 335 218 518 110 21600 39200 13400 2150 270 2.6 0 0 16.0 2000 9 999999999 110 0.0720 0 88 0.170 0.0 1.0 +5943600.0 20.0 1.7 30 98000 37 727 332 1 81 0 0 0 0 0 290 3.1 0 0 16.0 2000 9 999999999 110 0.0720 0 88 0.170 0.0 1.0 +5947200.0 18.3 2.8 36 98100 0 0 325 0 0 0 0 0 0 0 300 1.5 0 0 16.0 2000 9 999999999 120 0.0720 0 88 0.170 0.0 1.0 +5950800.0 17.2 3.3 39 98100 0 0 321 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0720 0 88 0.170 0.0 1.0 +5954400.0 16.1 3.9 44 98100 0 0 317 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0720 0 88 0.170 0.0 1.0 +5958000.0 15.6 4.4 47 98200 0 0 315 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0720 0 88 0.170 0.0 1.0 +5961600.0 14.4 5.6 55 98100 0 0 311 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0720 0 88 0.170 0.0 1.0 +5965200.0 13.3 5.0 57 98100 0 0 306 0 0 0 0 0 0 0 90 2.1 0 0 16.0 2000 9 999999999 120 0.0730 0 88 0.170 0.0 1.0 +5968800.0 12.8 5.0 59 98100 0 0 304 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0730 0 88 0.170 0.0 1.0 +5972400.0 10.6 5.6 71 98100 0 0 295 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0730 0 88 0.170 0.0 1.0 +5976000.0 10.6 5.6 71 98100 0 0 295 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 110 0.0730 0 88 0.170 0.0 1.0 +5979600.0 10.0 5.6 74 98200 0 0 292 0 0 0 0 0 0 0 100 2.6 0 0 16.0 2000 9 999999999 110 0.0730 0 88 0.170 0.0 1.0 +5983200.0 10.6 2.2 56 98100 0 0 292 0 0 0 0 0 0 0 80 2.1 0 0 16.0 2000 9 999999999 110 0.0730 0 88 0.170 0.0 1.0 +5986800.0 11.7 0.6 46 98200 9 358 294 0 0 0 0 0 0 0 10 2.6 0 0 16.0 2000 9 999999999 100 0.0730 0 88 0.170 0.0 1.0 +5990400.0 12.2 4.4 59 98200 216 1385 300 107 490 31 11000 35800 5400 600 0 0.0 0 0 16.0 2000 9 999999999 100 0.0730 0 88 0.170 0.0 1.0 +5994000.0 15.6 2.2 40 98300 496 1385 313 326 719 67 33600 66700 9600 1310 10 1.5 0 0 16.0 2000 9 999999999 100 0.0730 0 88 0.170 0.0 1.0 +5997600.0 18.3 1.1 31 98300 740 1385 323 529 822 88 55700 81300 12100 1970 20 1.5 0 0 16.0 2000 9 999999999 89 0.0730 0 88 0.170 0.0 1.0 +6001200.0 20.6 -1.7 22 98300 931 1385 330 701 879 109 74600 88500 14900 2860 30 2.6 0 0 16.0 7620 9 999999999 89 0.0730 0 88 0.170 0.0 1.0 +6004800.0 22.2 -3.9 16 98200 1056 1385 335 814 894 130 86300 90300 17300 4020 20 2.6 0 0 16.0 2000 9 999999999 89 0.0730 0 88 0.170 0.0 1.0 +6008400.0 22.8 -3.9 16 98100 1105 1385 338 832 847 155 87300 85200 19100 5090 20 1.5 0 0 16.0 2000 9 999999999 89 0.0730 0 88 0.170 0.0 1.0 +6012000.0 25.0 -2.2 16 98000 1076 1385 350 839 896 141 88500 90300 18100 4450 10 3.1 0 0 16.0 7620 9 999999999 89 0.0730 0 88 0.170 0.0 1.0 +6015600.0 25.6 -2.2 16 97900 971 1385 353 727 814 154 77400 83000 19000 4370 10 1.5 1 0 16.0 2000 9 999999999 100 0.0730 0 88 0.170 0.0 1.0 +6019200.0 25.6 -2.8 15 97800 797 1385 359 580 770 136 61100 77100 16600 3130 0 0.0 1 1 16.0 7620 9 999999999 100 0.0730 0 88 0.170 0.0 1.0 +6022800.0 25.6 -1.1 17 97700 565 1385 361 416 611 166 42900 58700 18800 3350 250 3.1 1 1 16.0 7620 9 999999999 100 0.0730 0 88 0.170 0.0 1.0 +6026400.0 24.4 -0.6 19 97700 293 1385 356 142 126 116 15200 10000 13000 2510 260 3.1 1 1 16.0 7620 9 999999999 100 0.0730 0 88 0.170 0.0 1.0 +6030000.0 22.8 -1.1 20 97700 39 727 341 1 21 0 0 0 0 0 270 3.1 1 0 16.0 7620 9 999999999 100 0.0730 0 88 0.170 0.0 1.0 +6033600.0 21.1 0.6 26 97700 0 0 335 0 0 0 0 0 0 0 280 2.1 0 0 16.0 2000 9 999999999 100 0.0730 0 88 0.170 0.0 1.0 +6037200.0 18.9 2.2 33 97700 0 0 327 0 0 0 0 0 0 0 290 1.5 0 0 16.0 2000 9 999999999 110 0.0730 0 88 0.170 0.0 1.0 +6040800.0 17.2 2.8 38 97700 0 0 320 0 0 0 0 0 0 0 290 2.1 0 0 16.0 2000 9 999999999 110 0.0730 0 88 0.170 0.0 1.0 +6044400.0 17.2 1.7 35 97700 0 0 319 0 0 0 0 0 0 0 360 1.5 0 0 16.0 2000 9 999999999 110 0.0730 0 88 0.170 0.0 1.0 +6048000.0 15.6 3.9 46 97600 0 0 314 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 110 0.0730 0 88 0.170 0.0 1.0 +6051600.0 15.0 3.9 47 97500 0 0 312 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 100 0.0740 0 88 0.170 0.0 1.0 +6055200.0 15.6 2.8 42 97500 0 0 313 0 0 0 0 0 0 0 80 2.6 1 0 16.0 2000 9 999999999 100 0.0740 0 88 0.170 0.0 1.0 +6058800.0 12.2 4.4 59 97400 0 0 300 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 100 0.0740 0 88 0.170 0.0 1.0 +6062400.0 12.8 4.4 57 97400 0 0 303 0 0 0 0 0 0 0 140 2.1 0 0 16.0 2000 9 999999999 100 0.0740 0 88 0.170 0.0 1.0 +6066000.0 12.2 4.4 59 97500 0 0 300 0 0 0 0 0 0 0 140 1.5 0 0 16.0 2000 9 999999999 89 0.0740 0 88 0.170 0.0 1.0 +6069600.0 11.7 3.3 56 97400 0 0 297 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 89 0.0740 0 88 0.170 0.0 1.0 +6073200.0 11.1 3.9 61 97500 11 404 295 0 0 0 0 0 0 0 100 1.5 0 0 16.0 2000 9 999999999 89 0.0740 0 88 0.170 0.0 1.0 +6076800.0 13.3 3.3 51 97600 223 1384 304 110 485 31 11200 35800 5400 610 110 1.5 0 0 16.0 2000 9 999999999 80 0.0740 0 88 0.170 0.0 1.0 +6080400.0 17.2 2.8 38 97700 502 1384 320 323 676 76 33800 63100 10800 1500 110 3.1 0 0 16.0 2000 9 999999999 80 0.0740 0 88 0.170 0.0 1.0 +6084000.0 19.4 0.6 28 97700 746 1384 328 535 811 96 55900 80000 12600 2090 100 3.6 0 0 16.0 2000 9 999999999 80 0.0740 0 88 0.170 0.0 1.0 +6087600.0 21.1 1.1 26 97700 937 1384 336 686 796 145 73100 81100 18000 3940 50 2.1 0 0 16.0 7620 9 999999999 80 0.0740 0 88 0.170 0.0 1.0 +6091200.0 22.8 1.1 24 97600 1061 1384 344 808 870 139 85200 87700 17800 4270 0 0.0 0 0 16.0 7620 9 999999999 80 0.0740 0 88 0.170 0.0 1.0 +6094800.0 24.4 0.0 20 97500 1110 1384 350 869 925 125 89400 92500 15100 3490 100 2.1 1 0 16.0 7620 9 999999999 80 0.0740 0 88 0.170 0.0 1.0 +6098400.0 25.6 -1.1 17 97400 1081 1384 354 814 775 207 86000 78700 24300 6970 0 0.0 1 0 16.0 7620 9 999999999 80 0.0740 0 88 0.170 0.0 1.0 +6102000.0 26.1 0.0 18 97400 976 1384 370 686 637 236 73600 66100 26800 6670 240 2.6 3 2 16.0 7620 9 999999999 80 0.0740 0 88 0.170 0.0 1.0 +6105600.0 26.1 1.1 20 97400 801 1384 371 449 282 286 47700 29800 30400 7220 240 2.1 4 2 16.0 7620 9 999999999 80 0.0740 0 88 0.170 0.0 1.0 +6109200.0 26.1 -1.1 16 97300 569 1384 368 328 385 170 34900 38300 19100 3630 230 3.1 6 2 16.0 7620 9 999999999 80 0.0740 0 88 0.170 0.0 1.0 +6112800.0 25.6 1.7 21 97400 297 1384 369 191 401 105 19100 30800 12500 2030 270 3.1 6 2 16.0 7620 9 999999999 89 0.0740 0 88 0.170 0.0 1.0 +6116400.0 23.9 2.8 25 97400 41 750 362 1 71 1 600 4100 300 40 280 2.1 5 2 16.0 7620 9 999999999 89 0.0740 0 88 0.170 0.0 1.0 +6120000.0 22.2 2.8 28 97400 0 0 358 0 0 0 0 0 0 0 0 0.0 6 3 16.0 7620 9 999999999 89 0.0740 0 88 0.170 0.0 1.0 +6123600.0 20.6 5.0 36 97400 0 0 353 0 0 0 0 0 0 0 0 0.0 6 3 16.0 7620 9 999999999 89 0.0740 0 88 0.170 0.0 1.0 +6127200.0 19.4 5.0 39 97400 0 0 347 0 0 0 0 0 0 0 40 1.5 5 3 16.0 7620 9 999999999 89 0.0740 0 88 0.170 0.0 1.0 +6130800.0 18.9 5.0 40 97500 0 0 345 0 0 0 0 0 0 0 0 0.0 6 3 16.0 7620 9 999999999 89 0.0740 0 88 0.170 0.0 1.0 +6134400.0 18.3 6.7 47 97400 0 0 347 0 0 0 0 0 0 0 90 1.5 7 4 16.0 7620 9 999999999 89 0.0740 0 88 0.170 0.0 1.0 +6138000.0 17.2 7.2 52 97400 0 0 339 0 0 0 0 0 0 0 110 2.6 6 3 16.0 7620 9 999999999 89 0.0750 0 88 0.170 0.0 1.0 +6141600.0 17.2 6.1 48 97400 0 0 374 0 0 0 0 0 0 0 90 2.6 10 10 16.0 7620 9 999999999 89 0.0750 0 88 0.170 0.0 1.0 +6145200.0 16.7 4.4 44 97400 0 0 369 0 0 0 0 0 0 0 100 3.1 10 10 16.0 7620 9 999999999 89 0.0750 0 88 0.170 0.0 1.0 +6148800.0 16.1 5.0 48 97300 0 0 367 0 0 0 0 0 0 0 100 2.1 10 10 16.0 7620 9 999999999 89 0.0750 0 88 0.170 0.0 1.0 +6152400.0 16.1 3.9 44 97400 0 0 333 0 0 0 0 0 0 0 70 3.1 8 4 16.0 7620 9 999999999 89 0.0750 0 88 0.170 0.0 1.0 +6156000.0 16.1 3.9 44 97400 0 0 333 0 0 0 0 0 0 0 100 3.1 9 4 16.0 7620 9 999999999 80 0.0750 0 88 0.170 0.0 1.0 +6159600.0 15.6 3.9 46 97400 13 427 331 0 0 0 0 0 0 0 90 2.6 8 4 16.0 6096 9 999999999 80 0.0750 0 88 0.170 0.0 1.0 +6163200.0 16.1 5.0 48 97500 229 1383 334 43 0 43 4900 0 4900 1570 100 2.1 8 4 16.0 6096 9 999999999 80 0.0750 0 88 0.170 0.0 1.0 +6166800.0 17.8 3.9 40 97500 509 1383 343 222 155 165 24000 14900 18500 3810 100 2.1 8 5 16.0 6096 9 999999999 80 0.0750 0 88 0.170 0.0 1.0 +6170400.0 20.6 3.9 33 97600 752 1383 348 505 603 176 53700 61200 20400 3870 110 3.6 4 2 16.0 6096 9 999999999 80 0.0750 0 88 0.170 0.0 1.0 +6174000.0 22.2 2.8 28 97600 943 1383 354 714 820 153 75800 83400 18800 4170 140 2.6 3 2 16.0 6096 9 999999999 80 0.0750 0 88 0.170 0.0 1.0 +6177600.0 23.9 2.2 24 97500 1066 1383 357 809 888 122 83300 88700 14700 3110 100 1.5 2 1 16.0 7620 9 999999999 80 0.0750 0 88 0.170 0.0 1.0 +6181200.0 25.0 2.2 23 97500 1115 1383 362 839 859 144 88700 86700 18600 4970 0 0.0 1 1 16.0 7620 9 999999999 89 0.0750 0 88 0.170 0.0 1.0 +6184800.0 26.1 1.7 20 97400 1086 1383 360 820 817 177 84500 81500 20400 5320 320 1.5 1 0 16.0 7620 9 999999999 89 0.0750 0 88 0.170 0.0 1.0 +6188400.0 26.1 2.2 21 97300 980 1383 368 706 722 193 74100 72900 22300 5420 270 3.1 3 1 16.0 7620 9 999999999 89 0.0750 0 88 0.170 0.0 1.0 +6192000.0 27.2 1.7 19 97300 805 1383 372 572 713 156 59700 71100 18200 3550 220 3.6 3 1 16.0 7620 9 999999999 100 0.0750 0 88 0.170 0.0 1.0 +6195600.0 26.7 2.2 20 97200 573 1383 370 413 683 130 42300 64200 15600 2450 250 3.6 1 1 16.0 7620 9 999999999 100 0.0750 0 88 0.170 0.0 1.0 +6199200.0 26.1 1.7 20 97300 301 1383 367 221 530 106 22100 40900 13200 2050 260 3.6 1 1 16.0 7620 9 999999999 110 0.0750 0 88 0.170 0.0 1.0 +6202800.0 25.6 2.8 23 97300 42 772 366 2 99 1 800 5800 400 40 270 2.6 1 1 16.0 2000 9 999999999 110 0.0750 0 88 0.170 0.0 1.0 +6206400.0 24.4 3.3 25 97300 0 0 354 0 0 0 0 0 0 0 260 2.1 1 0 16.0 2000 9 999999999 110 0.0750 0 88 0.170 0.0 1.0 +6210000.0 21.1 5.0 35 97400 0 0 340 0 0 0 0 0 0 0 30 1.5 0 0 16.0 2000 9 999999999 120 0.0750 0 88 0.170 0.0 1.0 +6213600.0 21.1 5.6 36 97400 0 0 341 0 0 0 0 0 0 0 90 2.1 0 0 16.0 2000 9 999999999 120 0.0750 0 88 0.170 0.0 1.0 +6217200.0 18.3 6.1 45 97400 0 0 329 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0750 0 88 0.170 0.0 1.0 +6220800.0 18.3 6.7 47 97400 0 0 330 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0750 0 88 0.170 0.0 1.0 +6224400.0 18.3 6.7 47 97400 0 0 330 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0760 0 88 0.170 0.0 1.0 +6228000.0 17.2 6.1 48 97400 0 0 324 0 0 0 0 0 0 0 70 1.5 0 0 16.0 2000 9 999999999 120 0.0760 0 88 0.170 0.0 1.0 +6231600.0 15.6 7.8 60 97300 0 0 319 0 0 0 0 0 0 0 130 2.6 0 0 16.0 2000 9 999999999 120 0.0760 0 88 0.170 0.0 1.0 +6235200.0 15.0 7.2 60 97300 0 0 315 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 110 0.0760 0 88 0.170 0.0 1.0 +6238800.0 14.4 5.6 55 97400 0 0 311 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 110 0.0760 0 88 0.170 0.0 1.0 +6242400.0 14.4 5.0 53 97400 0 0 310 0 0 0 0 0 0 0 70 2.1 0 0 16.0 2000 9 999999999 110 0.0760 0 88 0.170 0.0 1.0 +6246000.0 13.9 5.6 57 97400 14 449 309 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 110 0.0760 0 88 0.170 0.0 1.0 +6249600.0 15.0 5.6 53 97500 236 1383 314 120 484 37 12400 35000 6400 680 100 1.5 0 0 16.0 2000 9 999999999 110 0.0760 0 88 0.170 0.0 1.0 +6253200.0 18.3 5.0 41 97600 515 1383 328 330 628 95 34100 58500 12300 1820 80 2.1 0 0 16.0 2000 9 999999999 110 0.0760 0 88 0.170 0.0 1.0 +6256800.0 20.6 5.0 36 97600 758 1383 338 547 818 97 57300 80900 12800 2130 40 1.5 0 0 16.0 2000 9 999999999 100 0.0760 0 88 0.170 0.0 1.0 +6260400.0 22.2 4.4 31 97600 948 1383 345 714 879 109 76000 88700 15000 2940 0 0.0 0 0 16.0 2000 9 999999999 100 0.0760 0 88 0.170 0.0 1.0 +6264000.0 23.9 3.9 27 97500 1072 1383 352 838 912 129 86200 91000 15400 3200 0 0.0 0 0 16.0 2000 9 999999999 100 0.0760 0 88 0.170 0.0 1.0 +6267600.0 25.6 2.8 23 97400 1120 1383 359 899 967 113 92800 96800 14100 3450 0 0.0 0 0 16.0 2000 9 999999999 110 0.0760 0 88 0.170 0.0 1.0 +6271200.0 27.2 3.3 21 97300 1090 1383 367 877 914 154 91800 91800 19200 4910 360 1.5 1 0 16.0 7620 9 999999999 110 0.0760 0 88 0.170 0.0 1.0 +6274800.0 28.3 2.8 19 97200 984 1383 379 719 716 208 75100 72100 23700 5820 0 0.0 2 1 16.0 7620 9 999999999 110 0.0760 0 88 0.170 0.0 1.0 +6278400.0 28.9 2.8 19 97200 809 1383 382 586 757 142 61600 75900 17100 3300 270 4.1 1 1 16.0 2000 9 999999999 110 0.0760 0 88 0.170 0.0 1.0 +6282000.0 28.3 2.8 19 97000 577 1383 372 438 801 103 45600 76500 13600 2040 240 4.1 0 0 16.0 2000 9 999999999 110 0.0760 0 88 0.170 0.0 1.0 +6285600.0 27.8 2.2 19 97100 305 1383 369 217 551 95 21900 42900 12400 1800 250 3.6 0 0 16.0 2000 9 999999999 120 0.0760 0 88 0.170 0.0 1.0 +6289200.0 26.7 3.3 22 97100 45 795 365 2 109 1 900 6400 500 40 260 3.1 0 0 16.0 2000 9 999999999 120 0.0760 0 88 0.170 0.0 1.0 +6292800.0 25.0 3.3 24 97100 0 0 357 0 0 0 0 0 0 0 270 1.5 0 0 16.0 2000 9 999999999 120 0.0760 0 88 0.170 0.0 1.0 +6296400.0 22.8 3.9 29 97100 0 0 347 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0760 0 88 0.170 0.0 1.0 +6300000.0 20.0 5.6 39 97100 0 0 336 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0760 0 88 0.170 0.0 1.0 +6303600.0 20.0 5.0 37 97100 0 0 335 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0760 0 88 0.170 0.0 1.0 +6307200.0 20.0 5.6 39 97100 0 0 336 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0760 0 88 0.170 0.0 1.0 +6310800.0 17.8 6.7 48 97000 0 0 327 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0770 0 88 0.170 0.0 1.0 +6314400.0 16.7 7.2 53 97000 0 0 334 0 0 0 0 0 0 0 60 1.5 2 2 16.0 2000 9 999999999 120 0.0770 0 88 0.170 0.0 1.0 +6318000.0 16.1 6.7 54 96900 0 0 334 0 0 0 0 0 0 0 100 2.1 3 3 16.0 2000 9 999999999 120 0.0770 0 88 0.170 0.0 1.0 +6321600.0 15.0 7.2 60 96900 0 0 326 0 0 0 0 0 0 0 110 2.1 2 2 16.0 2000 9 999999999 120 0.0770 0 88 0.170 0.0 1.0 +6325200.0 14.4 6.1 57 97000 0 0 312 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0770 0 88 0.170 0.0 1.0 +6328800.0 13.9 6.1 59 97000 0 0 309 0 0 0 0 0 0 0 90 1.5 1 0 16.0 7620 9 999999999 120 0.0770 0 88 0.170 0.0 1.0 +6332400.0 14.4 5.0 53 97000 16 472 316 0 0 0 0 0 0 0 100 2.6 1 1 16.0 7620 9 999999999 120 0.0770 0 88 0.170 0.0 1.0 +6336000.0 15.6 6.1 53 97100 242 1382 323 110 374 44 11200 27100 6500 790 110 3.1 2 1 16.0 7620 9 999999999 120 0.0770 0 88 0.170 0.0 1.0 +6339600.0 17.8 5.6 45 97200 521 1382 332 322 579 103 33200 53800 12800 1950 70 2.1 1 1 16.0 2000 9 999999999 120 0.0770 0 88 0.170 0.0 1.0 +6343200.0 20.0 4.4 36 97200 765 1382 341 553 783 118 58500 78500 15000 2680 120 2.6 3 1 16.0 2000 9 999999999 120 0.0770 0 88 0.170 0.0 1.0 +6346800.0 22.2 4.4 31 97100 954 1382 345 715 838 134 74500 83800 16400 3400 160 2.1 0 0 16.0 2000 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6350400.0 25.0 3.9 25 97100 1077 1382 357 769 668 247 80200 67200 27700 8100 210 1.5 0 0 16.0 7620 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6354000.0 26.1 2.2 21 97100 1125 1382 373 736 559 280 79300 58400 31600 10610 250 2.6 4 2 16.0 7620 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6357600.0 27.2 1.1 18 97000 1095 1382 380 700 466 330 73800 48500 35300 11820 230 4.6 7 3 16.0 7620 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6361200.0 28.3 3.3 20 96900 988 1382 389 739 734 212 77100 73800 24100 5970 270 4.6 7 3 16.0 7620 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6364800.0 28.3 2.2 19 96900 813 1382 384 513 412 270 54800 43600 29000 6780 260 3.6 4 2 16.0 7620 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6368400.0 28.3 1.7 18 96800 581 1382 378 428 727 121 44000 68900 14900 2330 260 4.1 3 1 16.0 7620 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6372000.0 28.3 2.2 19 96800 309 1382 378 213 520 96 21500 40800 12400 1820 240 4.6 2 1 16.0 7620 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6375600.0 27.2 2.8 21 96800 47 795 374 3 109 1 900 6500 500 40 230 3.6 3 1 16.0 2000 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6379200.0 26.7 2.8 21 96900 0 0 371 0 0 0 0 0 0 0 210 2.6 2 1 16.0 2000 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6382800.0 24.4 2.8 24 96900 0 0 353 0 0 0 0 0 0 0 300 1.5 0 0 16.0 2000 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6386400.0 23.9 2.8 25 97000 0 0 351 0 0 0 0 0 0 0 260 2.6 0 0 16.0 2000 9 999999999 100 0.0770 0 88 0.170 0.0 1.0 +6390000.0 21.7 3.9 31 97000 0 0 342 0 0 0 0 0 0 0 320 2.1 0 0 16.0 2000 9 999999999 100 0.0770 0 88 0.170 0.0 1.0 +6393600.0 21.1 3.9 32 97000 0 0 354 0 0 0 0 0 0 0 320 2.1 3 3 16.0 2000 9 999999999 110 0.0770 0 88 0.170 0.0 1.0 +6397200.0 19.4 4.4 37 97000 0 0 332 0 0 0 0 0 0 0 330 1.5 0 0 16.0 2000 9 999999999 110 0.0780 0 88 0.170 0.0 1.0 +6400800.0 19.4 3.3 34 97100 0 0 331 0 0 0 0 0 0 0 330 2.1 1 0 16.0 2000 9 999999999 110 0.0780 0 88 0.170 0.0 1.0 +6404400.0 18.3 2.8 36 97100 0 0 325 0 0 0 0 0 0 0 330 2.1 1 0 16.0 2000 9 999999999 120 0.0780 0 88 0.170 0.0 1.0 +6408000.0 17.8 3.3 38 97100 0 0 323 0 0 0 0 0 0 0 150 2.6 1 0 16.0 2000 9 999999999 120 0.0780 0 88 0.170 0.0 1.0 +6411600.0 16.1 5.6 50 97200 0 0 318 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 120 0.0780 0 88 0.170 0.0 1.0 +6415200.0 15.6 5.6 51 97200 0 0 316 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 129 0.0780 0 88 0.170 0.0 1.0 +6418800.0 16.7 3.9 42 97300 19 518 319 0 0 0 0 0 0 0 160 2.1 0 0 16.0 2000 9 999999999 129 0.0780 0 88 0.170 0.0 1.0 +6422400.0 17.2 3.3 39 97400 249 1381 321 130 535 34 13400 41100 6000 670 0 0.0 0 0 16.0 2000 9 999999999 129 0.0780 0 88 0.170 0.0 1.0 +6426000.0 20.6 -0.6 24 97500 528 1381 332 360 764 67 37400 71900 9800 1360 70 3.1 0 0 16.0 2000 9 999999999 139 0.0780 0 88 0.170 0.0 1.0 +6429600.0 22.2 -1.1 21 97500 771 1381 338 559 853 81 58200 83900 11300 1750 70 4.6 0 0 16.0 2000 9 999999999 139 0.0780 0 88 0.170 0.0 1.0 +6433200.0 23.3 -1.1 19 97500 960 1381 343 726 886 109 75100 88200 13600 2440 80 2.6 0 0 16.0 2000 9 999999999 139 0.0780 0 88 0.170 0.0 1.0 +6436800.0 24.4 -1.1 18 97500 1082 1381 348 850 918 128 87400 91700 15300 3290 140 3.1 0 0 16.0 2000 9 999999999 139 0.0780 0 88 0.170 0.0 1.0 +6440400.0 24.4 -1.1 18 97500 1130 1381 348 875 931 111 90400 93200 13900 3520 190 3.1 0 0 16.0 2000 9 999999999 139 0.0780 0 88 0.170 0.0 1.0 +6444000.0 26.1 0.0 18 97400 1099 1381 358 851 902 131 87500 90100 15500 3460 240 1.5 0 0 16.0 2000 9 999999999 129 0.0780 0 88 0.170 0.0 1.0 +6447600.0 26.7 0.0 17 97400 993 1381 361 765 906 112 79000 90300 13900 2610 280 3.1 0 0 16.0 2000 9 999999999 129 0.0780 0 88 0.170 0.0 1.0 +6451200.0 27.2 0.6 18 97400 817 1381 364 621 856 113 64600 84900 14200 2510 290 2.1 0 0 16.0 2000 9 999999999 129 0.0780 0 88 0.170 0.0 1.0 +6454800.0 26.7 0.6 18 97300 585 1381 361 427 746 110 44200 71200 14000 2160 290 3.6 0 0 16.0 2000 9 999999999 129 0.0780 0 88 0.170 0.0 1.0 +6458400.0 26.7 0.6 18 97400 312 1381 361 225 533 104 22600 41900 13100 1990 250 4.6 0 0 16.0 2000 9 999999999 120 0.0780 0 88 0.170 0.0 1.0 +6462000.0 25.6 0.6 19 97400 49 817 356 4 118 2 1100 7000 600 80 250 3.6 0 0 16.0 2000 9 999999999 120 0.0780 0 88 0.170 0.0 1.0 +6465600.0 24.4 2.2 23 97400 0 0 352 0 0 0 0 0 0 0 290 1.5 0 0 16.0 2000 9 999999999 120 0.0780 0 88 0.170 0.0 1.0 +6469200.0 22.2 1.7 26 97400 0 0 342 0 0 0 0 0 0 0 320 1.5 0 0 16.0 2000 9 999999999 110 0.0780 0 88 0.170 0.0 1.0 +6472800.0 21.1 1.7 28 97400 0 0 337 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 110 0.0780 0 88 0.170 0.0 1.0 +6476400.0 21.1 3.3 31 97500 0 0 338 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 110 0.0780 0 88 0.170 0.0 1.0 +6480000.0 18.9 4.4 38 97400 0 0 330 0 0 0 0 0 0 0 80 1.5 0 0 16.0 2000 9 999999999 110 0.0780 0 88 0.170 0.0 1.0 +6483600.0 17.8 5.0 43 97400 0 0 325 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6487200.0 16.7 5.0 46 97400 0 0 320 0 0 0 0 0 0 0 60 2.6 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6490800.0 16.1 4.4 46 97400 0 0 317 0 0 0 0 0 0 0 70 2.1 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6494400.0 15.6 3.9 46 97400 0 0 314 0 0 0 0 0 0 0 70 2.6 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6498000.0 15.6 3.3 44 97500 0 0 314 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6501600.0 13.9 3.3 49 97500 0 0 306 0 0 0 0 0 0 0 50 1.5 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6505200.0 14.4 3.3 47 97500 21 541 309 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6508800.0 16.7 3.3 41 97600 255 1380 319 126 457 42 13100 34100 6800 770 90 3.6 1 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6512400.0 18.3 3.9 38 97700 534 1380 333 338 631 94 35200 59400 12200 1830 60 2.6 2 1 16.0 6096 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6516000.0 20.6 4.4 34 97800 776 1380 337 549 778 110 56900 76700 13600 2340 150 1.5 0 0 16.0 6096 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6519600.0 22.8 5.0 31 97800 965 1380 348 727 845 134 75900 84600 16600 3480 0 0.0 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6523200.0 24.4 2.2 23 97800 1088 1380 352 839 888 137 88900 89700 18000 4510 270 4.1 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6526800.0 25.0 2.8 24 97700 1135 1380 356 905 949 123 93200 94900 14900 3740 260 3.6 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6530400.0 26.1 2.2 21 97600 1104 1380 361 883 932 135 90600 93100 16000 3530 290 3.6 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6534000.0 26.7 2.2 20 97500 997 1380 364 752 789 180 79400 80100 21400 5260 250 3.6 0 0 16.0 2000 9 999999999 110 0.0790 0 88 0.170 0.0 1.0 +6537600.0 27.2 2.2 20 97500 821 1380 366 584 681 178 60500 67600 20200 4040 270 5.7 0 0 16.0 2000 9 999999999 120 0.0790 0 88 0.170 0.0 1.0 +6541200.0 27.2 1.7 19 97300 589 1380 365 434 765 107 45100 73300 13800 2120 260 5.2 0 0 16.0 2000 9 999999999 120 0.0790 0 88 0.170 0.0 1.0 +6544800.0 27.2 1.1 18 97400 316 1380 365 221 555 94 22500 44000 12400 1770 250 5.2 0 0 16.0 2000 9 999999999 120 0.0790 0 88 0.170 0.0 1.0 +6548400.0 26.7 1.7 20 97400 51 840 363 4 128 2 1200 7700 700 80 230 4.1 0 0 16.0 2000 9 999999999 120 0.0790 0 88 0.170 0.0 1.0 +6552000.0 25.0 1.7 22 97500 0 0 355 0 0 0 0 0 0 0 240 3.6 0 0 16.0 2000 9 999999999 120 0.0790 0 88 0.170 0.0 1.0 +6555600.0 23.9 0.0 21 97500 0 0 347 0 0 0 0 0 0 0 250 3.6 0 0 16.0 2000 9 999999999 129 0.0790 0 88 0.170 0.0 1.0 +6559200.0 22.2 -3.3 17 97500 0 0 342 0 0 0 0 0 0 0 250 4.1 1 1 16.0 2000 9 999999999 129 0.0790 0 88 0.170 0.0 1.0 +6562800.0 20.6 -4.4 17 97500 0 0 327 0 0 0 0 0 0 0 270 3.6 0 0 16.0 2000 9 999999999 129 0.0790 0 88 0.170 0.0 1.0 +6566400.0 19.4 -5.6 17 97500 0 0 320 0 0 0 0 0 0 0 280 3.1 0 0 16.0 2000 9 999999999 129 0.0790 0 88 0.170 0.0 1.0 +6570000.0 17.8 -5.0 20 97500 0 0 314 0 0 0 0 0 0 0 270 1.5 0 0 16.0 2000 9 999999999 120 0.0800 0 88 0.170 0.0 1.0 +6573600.0 17.2 -4.4 22 97500 0 0 312 0 0 0 0 0 0 0 250 3.6 0 0 16.0 2000 9 999999999 120 0.0800 0 88 0.170 0.0 1.0 +6577200.0 16.1 -3.9 24 97500 0 0 308 0 0 0 0 0 0 0 280 1.5 0 0 16.0 2000 9 999999999 110 0.0800 0 88 0.170 0.0 1.0 +6580800.0 15.6 -4.4 24 97500 0 0 305 0 0 0 0 0 0 0 270 2.6 0 0 16.0 2000 9 999999999 110 0.0800 0 88 0.170 0.0 1.0 +6584400.0 14.4 -4.4 26 97700 0 0 313 0 0 0 0 0 0 0 280 1.5 3 3 16.0 2000 9 999999999 110 0.0800 0 88 0.170 0.0 1.0 +6588000.0 13.3 -3.3 30 97600 0 0 297 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 100 0.0800 0 88 0.170 0.0 1.0 +6591600.0 12.8 -1.7 36 97700 24 563 297 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 100 0.0800 0 88 0.170 0.0 1.0 +6595200.0 15.6 -2.2 29 97800 262 1379 308 135 504 39 14000 38200 6800 730 0 0.0 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6598800.0 18.9 -2.2 23 97900 540 1379 322 362 727 77 37200 68400 10400 1480 0 0.0 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6602400.0 21.1 -3.9 18 98000 782 1379 330 555 785 109 57700 77600 13600 2350 310 1.5 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6606000.0 22.8 -2.8 17 97900 971 1379 339 749 886 124 79000 89100 16100 3340 250 3.1 0 0 16.0 2000 9 999999999 80 0.0800 0 88 0.170 0.0 1.0 +6609600.0 23.9 -2.2 17 97900 1093 1379 345 839 912 114 86500 91200 14100 3260 230 1.5 0 0 16.0 2000 9 999999999 80 0.0800 0 88 0.170 0.0 1.0 +6613200.0 26.1 -1.7 16 97900 1139 1379 356 881 931 110 91000 93200 13800 3600 280 4.6 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6616800.0 27.2 -1.1 15 97800 1108 1379 362 870 932 119 89700 93200 14600 3440 260 5.2 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6620400.0 27.8 0.0 16 97700 1001 1379 366 778 918 110 80400 91500 13800 2650 300 4.1 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6624000.0 28.3 0.6 17 97700 825 1379 369 634 862 117 65800 85400 14500 2590 300 4.6 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6627600.0 28.3 0.6 17 97600 592 1379 369 416 639 141 42400 60300 16400 2650 260 4.6 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6631200.0 27.8 1.1 18 97700 320 1379 367 233 432 132 23700 34600 15700 2850 260 5.2 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6634800.0 26.7 1.1 19 97700 53 862 362 5 105 3 1100 6300 700 120 210 3.1 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6638400.0 24.4 0.0 20 97700 0 0 350 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6642000.0 23.3 -1.1 19 97700 0 0 343 0 0 0 0 0 0 0 70 3.1 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6645600.0 22.2 -3.3 17 97700 0 0 336 0 0 0 0 0 0 0 40 2.6 0 0 16.0 2000 9 999999999 89 0.0800 0 88 0.170 0.0 1.0 +6649200.0 20.0 -3.9 19 97700 0 0 325 0 0 0 0 0 0 0 110 3.1 0 0 16.0 2000 9 999999999 100 0.0800 0 88 0.170 0.0 1.0 +6652800.0 19.4 -4.4 19 97700 0 0 322 0 0 0 0 0 0 0 110 3.1 0 0 16.0 2000 9 999999999 100 0.0800 0 88 0.170 0.0 1.0 +6656400.0 18.9 -5.0 18 97800 0 0 319 0 0 0 0 0 0 0 120 3.1 0 0 16.0 2000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6660000.0 17.8 -4.4 21 97700 0 0 315 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6663600.0 18.3 -6.7 17 97700 0 0 314 0 0 0 0 0 0 0 100 3.6 0 0 16.0 2000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6667200.0 16.7 -4.4 22 97700 0 0 310 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6670800.0 15.6 -6.1 21 97800 0 0 303 0 0 0 0 0 0 0 100 3.6 0 0 16.0 2000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6674400.0 15.0 -5.6 22 97700 0 0 301 0 0 0 0 0 0 0 130 1.5 0 0 16.0 2000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6678000.0 14.4 -5.6 23 97700 26 609 299 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6681600.0 16.1 -5.0 22 97700 268 1379 307 143 546 37 14700 43000 6300 720 90 3.1 0 0 16.0 2000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6685200.0 19.4 -6.1 16 97700 547 1379 320 377 784 66 39500 74500 9900 1370 100 2.1 0 0 16.0 2000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6688800.0 21.1 -6.1 15 97700 788 1379 327 572 849 85 61000 84900 12400 2030 110 3.1 0 0 16.0 2000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6692400.0 22.2 -5.0 15 97600 976 1379 333 750 910 104 77700 90700 13300 2500 110 2.1 0 0 16.0 2000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6696000.0 23.9 -3.3 16 97500 1098 1379 343 851 930 108 87900 93100 13600 3230 100 3.1 0 0 16.0 2000 9 999999999 110 0.0810 0 88 0.170 0.0 1.0 +6699600.0 25.0 -1.7 17 97400 1144 1379 350 900 925 130 92500 92500 15500 3940 100 3.1 0 0 16.0 2000 9 999999999 120 0.0810 0 88 0.170 0.0 1.0 +6703200.0 26.1 0.6 19 97200 1112 1379 359 851 841 170 88400 84200 20200 5610 150 2.1 0 0 16.0 2000 9 999999999 120 0.0810 0 88 0.170 0.0 1.0 +6706800.0 26.7 1.1 19 97100 1005 1379 362 751 820 152 77900 81900 18000 4060 190 1.5 0 0 16.0 2000 9 999999999 129 0.0810 0 88 0.170 0.0 1.0 +6710400.0 27.2 1.1 18 97000 829 1379 365 619 799 137 65400 80500 16800 3280 240 1.5 0 0 16.0 2000 9 999999999 139 0.0810 0 88 0.170 0.0 1.0 +6714000.0 27.2 1.7 19 96800 596 1379 365 448 803 100 46900 77400 13300 2020 280 2.1 0 0 16.0 2000 9 999999999 139 0.0810 0 88 0.170 0.0 1.0 +6717600.0 27.2 1.1 18 96800 323 1379 365 229 572 94 23300 45900 12500 1770 260 2.1 0 0 16.0 2000 9 999999999 150 0.0810 0 88 0.170 0.0 1.0 +6721200.0 25.0 0.0 19 96700 55 862 353 6 145 3 1400 8800 800 120 0 0.0 1 0 16.0 2000 9 999999999 150 0.0810 0 88 0.170 0.0 1.0 +6724800.0 23.3 -1.1 19 96600 0 0 355 0 0 0 0 0 0 0 0 0.0 4 2 16.0 7620 9 999999999 160 0.0810 0 88 0.170 0.0 1.0 +6728400.0 23.3 -2.2 18 96600 0 0 348 0 0 0 0 0 0 0 0 0.0 3 1 16.0 7620 9 999999999 170 0.0810 0 88 0.170 0.0 1.0 +6732000.0 21.1 0.0 24 96500 0 0 335 0 0 0 0 0 0 0 80 1.5 0 0 16.0 7620 9 999999999 170 0.0810 0 88 0.170 0.0 1.0 +6735600.0 20.6 0.0 25 96400 0 0 339 0 0 0 0 0 0 0 110 3.1 1 1 16.0 2000 9 999999999 179 0.0810 0 88 0.170 0.0 1.0 +6739200.0 19.4 0.0 27 96300 0 0 333 0 0 0 0 0 0 0 110 3.1 2 1 16.0 7620 9 999999999 170 0.0810 0 88 0.170 0.0 1.0 +6742800.0 18.9 -0.6 27 96200 0 0 341 0 0 0 0 0 0 0 80 2.6 9 4 16.0 7620 9 999999999 170 0.0810 0 88 0.170 0.0 1.0 +6746400.0 17.2 1.1 34 96200 0 0 357 0 0 0 0 0 0 0 40 2.1 10 9 16.0 7620 9 999999999 160 0.0810 0 88 0.170 0.0 1.0 +6750000.0 16.7 0.6 34 96100 0 0 334 0 0 0 0 0 0 0 20 1.5 7 5 16.0 2000 9 999999999 150 0.0810 0 88 0.170 0.0 1.0 +6753600.0 16.1 0.0 33 95900 0 0 331 0 0 0 0 0 0 0 120 1.5 8 5 16.0 2000 9 999999999 150 0.0810 0 88 0.170 0.0 1.0 +6757200.0 15.6 0.6 36 96000 0 0 317 0 0 0 0 0 0 0 130 1.5 2 1 16.0 2000 9 999999999 139 0.0810 0 88 0.170 0.0 1.0 +6760800.0 15.6 0.6 36 95900 0 0 317 0 0 0 0 0 0 0 130 3.1 1 1 16.0 2000 9 999999999 129 0.0810 0 88 0.170 0.0 1.0 +6764400.0 15.6 0.0 34 95900 29 631 310 0 0 0 0 0 0 0 10 2.1 0 0 16.0 2000 9 999999999 129 0.0810 0 88 0.170 0.0 1.0 +6768000.0 17.8 0.0 30 95900 275 1378 320 139 343 70 14300 25600 9200 1290 0 0.0 1 0 16.0 2000 9 999999999 120 0.0810 0 88 0.170 0.0 1.0 +6771600.0 20.6 1.7 28 96000 553 1378 349 132 11 128 15200 800 14900 5140 250 7.7 3 3 14.4 2000 9 999999999 120 0.0810 0 88 0.170 0.0 1.0 +6775200.0 20.0 3.3 33 96000 794 1378 356 356 145 272 38700 15100 30000 7200 250 8.8 6 6 14.4 7500 9 999999999 110 0.0810 0 88 0.170 0.0 1.0 +6778800.0 19.4 1.1 29 96000 982 1378 355 293 18 280 34100 1600 32900 12320 250 8.2 7 7 16.0 7620 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6782400.0 19.4 1.7 31 96000 1103 1378 361 463 95 387 51100 9800 43200 15290 310 9.3 8 8 8.0 7500 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6786000.0 18.3 -3.9 21 96100 1149 1378 356 447 42 412 49300 4300 45700 17100 290 8.8 9 9 16.0 7620 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6789600.0 17.8 -5.6 19 96000 1117 1378 362 340 18 326 39900 1600 38600 14550 260 7.7 10 10 16.0 3000 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6793200.0 17.2 -8.9 15 96000 1009 1378 344 259 12 250 30500 1000 29700 11500 270 7.2 9 9 16.0 7500 9 999999999 100 0.0810 0 88 0.170 0.0 1.0 +6796800.0 17.8 -10.6 12 96000 832 1378 332 539 424 282 57500 45000 30200 7220 250 10.3 7 7 16.0 7500 9 999999999 89 0.0810 0 88 0.170 0.0 1.0 +6800400.0 16.7 -10.0 14 96100 600 1378 324 413 519 187 42400 50500 20400 3870 270 7.2 7 6 16.0 7620 9 999999999 89 0.0810 0 88 0.170 0.0 1.0 +6804000.0 16.1 -9.4 15 96100 327 1378 320 240 459 131 23700 36700 14900 2600 270 7.2 5 5 16.0 2000 9 999999999 89 0.0810 0 88 0.170 0.0 1.0 +6807600.0 15.0 -10.0 15 96200 57 884 314 7 121 4 1400 7300 900 150 250 7.2 5 5 16.0 3658 9 999999999 89 0.0810 0 88 0.170 0.0 1.0 +6811200.0 13.3 -3.9 29 96300 0 0 325 0 0 0 0 0 0 0 320 3.6 8 8 16.0 3048 9 999999999 89 0.0810 0 88 0.170 0.0 1.0 +6814800.0 13.3 -4.4 28 96400 0 0 332 0 0 0 0 0 0 0 270 3.6 9 9 16.0 2743 9 999999999 89 0.0810 0 88 0.170 0.0 1.0 +6818400.0 12.2 -3.9 31 96400 0 0 312 0 0 0 0 0 0 0 320 2.1 7 6 16.0 7620 9 999999999 89 0.0810 0 88 0.170 0.0 1.0 +6822000.0 12.2 -2.8 34 96500 0 0 329 0 0 0 0 0 0 0 240 1.5 9 9 16.0 2591 9 999999999 80 0.0810 0 88 0.170 0.0 1.0 +6825600.0 12.2 -4.4 30 96400 0 0 311 0 0 0 0 0 0 0 230 3.1 6 6 16.0 3658 9 999999999 89 0.0810 0 88 0.170 0.0 1.0 +6829200.0 11.1 -1.1 42 96500 0 0 303 0 0 0 0 0 0 0 330 2.1 4 3 16.0 2000 9 999999999 89 0.0820 0 88 0.170 0.0 1.0 +6832800.0 10.0 -0.6 47 96500 0 0 296 0 0 0 0 0 0 0 320 1.5 7 2 16.0 2000 9 999999999 89 0.0820 0 88 0.170 0.0 1.0 +6836400.0 9.4 0.0 52 96500 0 0 297 0 0 0 0 0 0 0 0 0.0 8 3 16.0 2000 9 999999999 89 0.0820 0 88 0.170 0.0 1.0 +6840000.0 9.4 -0.6 49 96500 0 0 301 0 0 0 0 0 0 0 340 2.1 10 5 16.0 2000 9 999999999 89 0.0820 0 88 0.170 0.0 1.0 +6843600.0 9.4 0.6 54 96700 0 0 313 0 0 0 0 0 0 0 320 5.7 8 8 16.0 2591 9 999999999 89 0.0820 0 88 0.170 0.0 1.0 +6847200.0 8.9 1.1 58 96700 0 0 327 0 0 0 0 0 0 0 10 4.6 10 10 16.0 3353 9 999999999 100 0.0820 0 88 0.170 0.0 1.0 +6850800.0 8.3 1.7 63 96800 32 677 305 0 0 0 0 0 0 0 20 3.1 7 7 16.0 3658 9 999999999 100 0.0820 0 88 0.170 0.0 1.0 +6854400.0 8.9 1.7 61 96900 281 1377 328 111 168 77 11700 12700 9100 1480 40 1.5 10 10 16.0 2896 9 999999999 100 0.0820 0 88 0.170 0.0 1.0 +6858000.0 10.6 2.2 56 97000 559 1377 315 238 118 190 25700 11600 21000 4470 60 2.6 7 7 16.0 3658 9 999999999 100 0.0820 0 88 0.170 0.0 1.0 +6861600.0 11.7 -3.9 32 97100 800 1377 310 305 64 267 33400 6500 29700 8400 80 3.1 6 6 16.0 3658 9 999999999 100 0.0820 0 88 0.170 0.0 1.0 +6865200.0 12.2 -5.0 28 97200 987 1377 335 447 142 345 48800 15000 38000 10710 110 1.5 10 10 16.0 3353 9 999999999 100 0.0820 0 88 0.170 0.0 1.0 +6868800.0 13.9 -5.6 24 97200 1108 1377 343 666 376 363 72400 40700 39600 13070 150 2.1 10 10 16.0 2896 9 999999999 100 0.0820 0 88 0.170 0.0 1.0 +6872400.0 14.4 -4.4 26 97300 1153 1377 330 815 607 306 87400 63400 34200 12630 180 4.1 8 8 16.0 3658 9 999999999 100 0.0820 0 88 0.170 0.0 1.0 +6876000.0 14.4 -3.3 28 97300 1121 1377 331 693 399 367 75400 43200 40100 13550 200 2.1 8 8 16.0 3048 9 999999999 100 0.0820 0 88 0.170 0.0 1.0 +6879600.0 14.4 -2.8 30 97300 1013 1377 332 737 697 223 76900 70100 25200 6550 210 2.6 8 8 16.0 2896 9 999999999 89 0.0820 0 88 0.170 0.0 1.0 +6883200.0 15.0 -2.2 30 97300 836 1377 335 604 717 167 62900 71600 19300 3920 230 3.1 8 8 16.0 3048 9 999999999 89 0.0820 0 88 0.170 0.0 1.0 +6886800.0 15.0 -3.3 27 97300 603 1377 325 454 762 120 47000 73000 14900 2360 300 1.5 6 6 16.0 7620 9 999999999 89 0.0820 0 88 0.170 0.0 1.0 +6890400.0 15.0 -3.9 26 97300 330 1377 321 236 597 93 23600 47300 12200 1520 0 0.0 5 5 16.0 2000 9 999999999 89 0.0820 0 88 0.170 0.0 1.0 +6894000.0 15.0 -4.4 25 97400 60 907 316 8 165 3 1600 10100 900 120 360 1.5 3 3 16.0 2000 9 999999999 80 0.0820 0 88 0.170 0.0 1.0 +6897600.0 13.9 -3.9 28 97400 0 0 312 0 0 0 0 0 0 0 320 2.1 3 3 16.0 2000 9 999999999 80 0.0820 0 88 0.170 0.0 1.0 +6901200.0 13.3 -2.8 32 97400 0 0 303 0 0 0 0 0 0 0 310 2.1 1 1 16.0 2000 9 999999999 80 0.0820 0 88 0.170 0.0 1.0 +6904800.0 12.2 -1.7 37 97400 0 0 294 0 0 0 0 0 0 0 330 1.5 0 0 16.0 2000 9 999999999 80 0.0820 0 88 0.170 0.0 1.0 +6908400.0 11.7 -1.1 41 97400 0 0 293 0 0 0 0 0 0 0 310 2.1 0 0 16.0 2000 9 999999999 69 0.0820 0 88 0.170 0.0 1.0 +6912000.0 11.1 -1.1 42 97300 0 0 290 0 0 0 0 0 0 0 330 2.1 0 0 16.0 2000 9 999999999 80 0.0820 0 88 0.170 0.0 1.0 +6915600.0 11.1 -1.1 42 97300 0 0 290 0 0 0 0 0 0 0 280 2.1 0 0 16.0 2000 9 999999999 80 0.0830 0 88 0.170 0.0 1.0 +6919200.0 11.1 -1.1 42 97300 0 0 307 0 0 0 0 0 0 0 260 2.6 5 5 16.0 2000 9 999999999 80 0.0830 0 88 0.170 0.0 1.0 +6922800.0 10.6 -0.6 46 97300 0 0 333 0 0 0 0 0 0 0 230 3.6 10 10 16.0 4572 9 999999999 80 0.0830 0 88 0.170 0.0 1.0 +6926400.0 10.0 -0.6 47 97300 0 0 303 0 0 0 0 0 0 0 230 2.1 5 5 16.0 2000 9 999999999 89 0.0830 0 88 0.170 0.0 1.0 +6930000.0 10.0 -1.1 45 97400 0 0 286 0 0 0 0 0 0 0 230 3.6 0 0 16.0 4572 9 999999999 89 0.0830 0 88 0.170 0.0 1.0 +6933600.0 8.9 -2.2 45 97400 0 0 286 0 0 0 0 0 0 0 0 0.0 1 1 16.0 2000 9 999999999 89 0.0830 0 88 0.170 0.0 1.0 +6937200.0 10.0 -1.1 45 97400 35 700 286 0 75 0 0 0 0 0 310 1.5 0 0 16.0 2000 9 999999999 89 0.0830 0 88 0.170 0.0 1.0 +6940800.0 11.7 -2.8 35 97500 287 1376 291 149 501 44 15500 39400 7200 820 260 2.6 0 0 16.0 2000 9 999999999 100 0.0830 0 88 0.170 0.0 1.0 +6944400.0 12.8 -2.2 34 97600 565 1376 296 372 680 92 38900 65000 12200 1840 300 1.5 0 0 16.0 2000 9 999999999 100 0.0830 0 88 0.170 0.0 1.0 +6948000.0 14.4 -1.1 34 97600 806 1376 304 574 780 116 59400 77100 14100 2510 130 1.5 0 0 16.0 2000 9 999999999 100 0.0830 0 88 0.170 0.0 1.0 +6951600.0 16.7 -1.1 29 97700 993 1376 314 763 875 130 80300 88000 16700 3600 210 1.5 0 0 16.0 2000 9 999999999 100 0.0830 0 88 0.170 0.0 1.0 +6955200.0 17.2 -2.2 26 97700 1113 1376 315 858 805 205 91000 82000 24500 7540 290 2.6 0 0 16.0 2000 9 999999999 100 0.0830 0 88 0.170 0.0 1.0 +6958800.0 17.8 -2.8 24 97700 1158 1376 330 622 288 379 67800 31200 41400 15160 270 2.6 3 3 16.0 7315 9 999999999 100 0.0830 0 88 0.170 0.0 1.0 +6962400.0 18.3 -2.8 23 97600 1125 1376 350 838 708 258 87600 71300 29200 9540 240 2.6 9 8 16.0 7315 9 999999999 100 0.0830 0 88 0.170 0.0 1.0 +6966000.0 18.9 -2.8 22 97600 1016 1376 348 803 905 133 84700 91100 17200 3830 260 4.1 7 7 16.0 7620 9 999999999 110 0.0830 0 88 0.170 0.0 1.0 +6969600.0 19.4 -1.7 24 97600 840 1376 339 646 879 108 67800 87700 14100 2520 250 2.1 3 3 16.0 2000 9 999999999 110 0.0830 0 88 0.170 0.0 1.0 +6973200.0 19.4 -1.1 25 97600 607 1376 326 445 761 108 46300 73400 13800 2170 240 5.7 0 0 16.0 2000 9 999999999 110 0.0830 0 88 0.170 0.0 1.0 +6976800.0 18.9 -0.6 27 97700 334 1376 335 233 568 95 23900 46200 12600 1790 250 3.6 2 2 16.0 2000 9 999999999 110 0.0830 0 88 0.170 0.0 1.0 +6980400.0 18.9 -1.1 26 97700 62 929 350 9 163 4 1700 10000 1000 150 250 3.1 7 7 16.0 3658 9 999999999 110 0.0830 0 88 0.170 0.0 1.0 +6984000.0 18.3 -2.8 23 97700 0 0 338 0 0 0 0 0 0 0 230 3.1 5 5 16.0 3658 9 999999999 110 0.0830 0 88 0.170 0.0 1.0 +6987600.0 18.3 -2.8 23 97700 0 0 338 0 0 0 0 0 0 0 220 2.6 5 5 16.0 3658 9 999999999 110 0.0830 0 88 0.170 0.0 1.0 +6991200.0 17.8 -2.8 24 97700 0 0 338 0 0 0 0 0 0 0 130 2.1 6 6 16.0 3658 9 999999999 110 0.0830 0 88 0.170 0.0 1.0 +6994800.0 17.2 -1.7 27 97800 0 0 346 0 0 0 0 0 0 0 110 2.1 8 8 16.0 2896 9 999999999 110 0.0830 0 88 0.170 0.0 1.0 +6998400.0 16.1 -0.6 32 97700 0 0 360 0 0 0 0 0 0 0 80 1.5 10 10 16.0 2743 9 999999999 110 0.0830 0 88 0.170 0.0 1.0 +7002000.0 15.0 -1.1 33 97700 0 0 306 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 110 0.0840 0 88 0.170 0.0 1.0 +7005600.0 14.4 0.0 37 97800 0 0 323 0 0 0 0 0 0 0 70 2.1 5 5 16.0 2000 9 999999999 110 0.0840 0 88 0.170 0.0 1.0 +7009200.0 13.3 0.6 42 97800 0 0 314 0 0 0 0 0 0 0 70 1.5 3 3 16.0 2000 9 999999999 110 0.0840 0 88 0.170 0.0 1.0 +7012800.0 12.8 0.0 41 97800 0 0 308 0 0 0 0 0 0 0 0 0.0 2 2 16.0 2000 9 999999999 110 0.0840 0 88 0.170 0.0 1.0 +7016400.0 12.2 0.0 43 97900 0 0 296 0 0 0 0 0 0 0 40 1.5 0 0 16.0 2000 9 999999999 110 0.0840 0 88 0.170 0.0 1.0 +7020000.0 12.2 -1.1 39 97900 0 0 307 0 0 0 0 0 0 0 70 2.6 3 3 16.0 2000 9 999999999 110 0.0840 0 88 0.170 0.0 1.0 +7023600.0 11.7 -0.6 42 97900 38 722 293 1 93 0 0 0 0 0 80 2.1 0 0 16.0 2000 9 999999999 110 0.0840 0 88 0.170 0.0 1.0 +7027200.0 13.3 0.0 40 97900 294 1375 300 165 564 44 16700 45500 7000 820 100 3.6 0 0 16.0 2000 9 999999999 110 0.0840 0 88 0.170 0.0 1.0 +7030800.0 14.4 0.6 39 98000 571 1375 306 360 597 111 37200 56700 13500 2160 110 2.6 0 0 16.0 7620 9 999999999 100 0.0840 0 88 0.170 0.0 1.0 +7034400.0 16.7 -1.1 29 98000 811 1375 320 544 641 165 56600 63800 18900 3770 0 0.0 3 1 16.0 7620 9 999999999 100 0.0840 0 88 0.170 0.0 1.0 +7038000.0 18.3 -1.1 27 98000 998 1375 327 736 792 159 78400 80900 19600 4750 360 2.1 2 1 16.0 7620 9 999999999 100 0.0840 0 88 0.170 0.0 1.0 +7041600.0 20.0 -2.2 22 97900 1117 1375 333 818 770 191 87300 78700 23200 7160 360 2.6 1 1 16.0 7620 9 999999999 110 0.0840 0 88 0.170 0.0 1.0 +7045200.0 20.6 -1.7 22 97900 1162 1375 337 864 811 177 90000 81300 21100 6710 0 0.0 2 1 16.0 7620 9 999999999 110 0.0840 0 88 0.170 0.0 1.0 +7048800.0 21.1 -1.7 21 97800 1129 1375 343 851 817 179 88200 81700 21000 6120 310 2.6 4 2 16.0 7620 9 999999999 110 0.0840 0 88 0.170 0.0 1.0 +7052400.0 22.2 -1.1 21 97700 1020 1375 345 750 752 191 79200 76300 22400 5820 250 3.6 3 1 16.0 7620 9 999999999 120 0.0840 0 88 0.170 0.0 1.0 +7056000.0 22.8 -0.6 21 97700 843 1375 348 653 873 116 68000 86800 14600 2650 290 2.1 3 1 16.0 7620 9 999999999 120 0.0840 0 88 0.170 0.0 1.0 +7059600.0 22.8 -1.1 20 97600 610 1375 356 444 609 173 46000 59600 19500 3550 270 4.1 6 3 16.0 7620 9 999999999 120 0.0840 0 88 0.170 0.0 1.0 +7063200.0 22.2 -1.1 21 97600 337 1375 349 172 164 132 18300 13800 15000 2890 280 2.1 5 2 16.0 7620 9 999999999 129 0.0840 0 88 0.170 0.0 1.0 +7066800.0 21.1 -1.1 22 97600 64 928 344 7 49 6 1100 2500 900 120 300 2.1 5 2 16.0 7620 9 999999999 129 0.0840 0 88 0.170 0.0 1.0 +7070400.0 20.0 -1.1 24 97600 0 0 335 0 0 0 0 0 0 0 0 0.0 2 1 16.0 7620 9 999999999 129 0.0840 0 88 0.170 0.0 1.0 +7074000.0 18.9 0.0 28 97600 0 0 331 0 0 0 0 0 0 0 0 0.0 1 1 16.0 7620 9 999999999 139 0.0840 0 88 0.170 0.0 1.0 +7077600.0 18.3 0.6 30 97600 0 0 323 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 139 0.0840 0 88 0.170 0.0 1.0 +7081200.0 17.2 1.1 34 97600 0 0 324 0 0 0 0 0 0 0 120 2.1 1 1 16.0 7620 9 999999999 139 0.0840 0 88 0.170 0.0 1.0 +7084800.0 15.6 1.7 39 97500 0 0 312 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 150 0.0840 0 88 0.170 0.0 1.0 +7088400.0 13.9 1.7 44 97500 0 0 305 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 150 0.0850 0 88 0.170 0.0 1.0 +7092000.0 13.9 2.8 47 97500 0 0 306 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 150 0.0850 0 88 0.170 0.0 1.0 +7095600.0 12.8 1.7 47 97400 0 0 300 0 0 0 0 0 0 0 110 3.1 0 0 16.0 2000 9 999999999 160 0.0850 0 88 0.170 0.0 1.0 +7099200.0 12.2 2.2 50 97400 0 0 298 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 160 0.0850 0 88 0.170 0.0 1.0 +7102800.0 12.2 1.1 47 97500 0 0 297 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 160 0.0850 0 88 0.170 0.0 1.0 +7106400.0 11.1 2.2 54 97400 0 0 294 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 170 0.0850 0 88 0.170 0.0 1.0 +7110000.0 11.1 2.8 57 97400 42 767 294 2 102 1 800 6000 400 40 100 1.5 0 0 16.0 2000 9 999999999 170 0.0850 0 88 0.170 0.0 1.0 +7113600.0 13.3 1.7 45 97500 300 1375 302 164 407 75 17000 31700 10100 1380 110 3.1 0 0 16.0 7620 9 999999999 170 0.0850 0 88 0.170 0.0 1.0 +7117200.0 16.7 2.2 38 97500 577 1375 317 241 118 191 26100 11700 21100 4530 80 1.5 0 0 16.0 7620 9 999999999 179 0.0850 0 88 0.170 0.0 1.0 +7120800.0 19.4 2.8 33 97600 817 1375 341 436 245 290 47300 25600 32100 7800 40 1.5 3 2 16.0 7620 9 999999999 179 0.0850 0 88 0.170 0.0 1.0 +7124400.0 21.7 2.2 28 97600 1003 1375 351 775 804 186 81800 81600 22100 5520 10 2.1 3 2 16.0 7620 9 999999999 179 0.0850 0 88 0.170 0.0 1.0 +7128000.0 23.3 2.2 25 97600 1122 1375 359 864 758 244 90700 76600 28000 9050 30 2.1 3 2 16.0 7620 9 999999999 170 0.0850 0 88 0.170 0.0 1.0 +7131600.0 23.3 1.1 23 97500 1167 1375 357 344 60 293 38100 6100 32900 13160 0 0.0 3 2 16.0 7620 9 999999999 160 0.0850 0 88 0.170 0.0 1.0 +7135200.0 25.0 1.1 21 97400 1133 1375 372 864 714 273 89900 71700 30600 10280 0 0.0 8 4 16.0 7620 9 999999999 150 0.0850 0 88 0.170 0.0 1.0 +7138800.0 26.1 1.1 20 97400 1024 1375 371 816 935 118 84200 93300 14500 2840 360 1.5 5 2 16.0 7620 9 999999999 139 0.0850 0 88 0.170 0.0 1.0 +7142400.0 26.1 1.1 20 97300 847 1375 366 667 810 166 69600 81100 19500 3960 0 0.0 1 1 16.0 7620 9 999999999 129 0.0850 0 88 0.170 0.0 1.0 +7146000.0 26.1 1.1 20 97200 614 1375 366 392 439 196 41600 44500 21700 4340 300 2.1 1 1 16.0 7620 9 999999999 120 0.0850 0 88 0.170 0.0 1.0 +7149600.0 25.6 1.1 20 97300 341 1375 364 240 439 131 23800 35800 14900 2580 240 2.6 1 1 16.0 7620 9 999999999 110 0.0850 0 88 0.170 0.0 1.0 +7153200.0 24.4 1.1 22 97300 67 951 358 11 135 6 1800 8000 1200 150 260 3.1 2 1 16.0 2000 9 999999999 100 0.0850 0 88 0.170 0.0 1.0 +7156800.0 22.8 1.1 24 97300 0 0 344 0 0 0 0 0 0 0 280 2.6 0 0 16.0 2000 9 999999999 89 0.0850 0 88 0.170 0.0 1.0 +7160400.0 20.6 1.1 27 97300 0 0 334 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 80 0.0850 0 88 0.170 0.0 1.0 +7164000.0 19.4 1.7 31 97400 0 0 329 0 0 0 0 0 0 0 270 1.5 0 0 16.0 2000 9 999999999 69 0.0850 0 88 0.170 0.0 1.0 +7167600.0 18.3 2.2 34 97400 0 0 324 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 60 0.0850 0 88 0.170 0.0 1.0 +7171200.0 17.8 2.8 37 97400 0 0 323 0 0 0 0 0 0 0 50 1.5 0 0 16.0 2000 9 999999999 60 0.0850 0 88 0.170 0.0 1.0 +7174800.0 16.7 3.3 41 97400 0 0 319 0 0 0 0 0 0 0 100 1.5 0 0 16.0 2000 9 999999999 69 0.0850 0 88 0.170 0.0 1.0 +7178400.0 15.0 3.9 47 97400 0 0 312 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0850 0 88 0.170 0.0 1.0 +7182000.0 15.0 2.2 42 97300 0 0 310 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 80 0.0850 0 88 0.170 0.0 1.0 +7185600.0 14.4 2.8 46 97300 0 0 308 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 80 0.0850 0 88 0.170 0.0 1.0 +7189200.0 13.3 3.3 51 97400 0 0 304 0 0 0 0 0 0 0 100 2.6 0 0 16.0 2000 9 999999999 80 0.0850 0 88 0.170 0.0 1.0 +7192800.0 13.9 2.2 45 97400 0 0 305 0 0 0 0 0 0 0 110 3.6 1 0 16.0 2000 9 999999999 89 0.0850 0 88 0.170 0.0 1.0 +7196400.0 13.3 1.7 45 97500 45 790 302 3 113 1 900 6700 500 40 100 3.1 0 0 16.0 2000 9 999999999 89 0.0850 0 88 0.170 0.0 1.0 +7200000.0 15.6 1.7 39 97600 307 1374 312 176 565 49 18200 45400 8000 910 100 3.1 0 0 16.0 7620 9 999999999 89 0.0850 0 88 0.170 0.0 1.0 +7203600.0 18.3 2.2 34 97700 583 1374 324 362 513 144 38100 49900 16900 2870 100 3.1 0 0 16.0 7620 9 999999999 100 0.0850 0 88 0.170 0.0 1.0 +7207200.0 20.6 2.2 30 97800 823 1374 341 400 204 278 43600 21300 30800 7510 120 2.6 2 1 16.0 7620 9 999999999 100 0.0850 0 88 0.170 0.0 1.0 +7210800.0 22.2 2.2 27 97800 1008 1374 349 737 704 219 77000 70900 24800 6420 90 1.5 2 1 16.0 7620 9 999999999 100 0.0850 0 88 0.170 0.0 1.0 +7214400.0 23.9 1.7 23 97800 1127 1374 361 847 823 170 88200 82500 20300 5890 270 2.1 3 2 16.0 7620 9 999999999 110 0.0850 0 88 0.170 0.0 1.0 +7218000.0 25.6 2.2 22 97700 1171 1374 365 919 919 133 94300 92000 15700 4380 260 1.5 2 1 16.0 2000 9 999999999 120 0.0850 0 88 0.170 0.0 1.0 +7221600.0 26.1 1.7 20 97700 1137 1374 360 876 853 168 91500 85700 20400 6010 250 3.1 0 0 16.0 2000 9 999999999 120 0.0850 0 88 0.170 0.0 1.0 +7225200.0 26.7 2.8 21 97600 1027 1374 364 809 899 135 85300 90500 17400 3960 240 2.1 0 0 16.0 2000 9 999999999 129 0.0850 0 88 0.170 0.0 1.0 +7228800.0 27.2 1.7 19 97600 850 1374 365 630 741 170 65700 74100 19700 4060 230 4.6 0 0 16.0 2000 9 999999999 139 0.0850 0 88 0.170 0.0 1.0 +7232400.0 27.2 1.7 19 97500 617 1374 365 458 745 122 47300 71700 15000 2420 270 3.1 0 0 16.0 2000 9 999999999 150 0.0850 0 88 0.170 0.0 1.0 +7236000.0 26.7 1.7 20 97600 344 1374 363 251 590 103 25600 48600 13400 1950 300 2.1 0 0 16.0 2000 9 999999999 150 0.0850 0 88 0.170 0.0 1.0 +7239600.0 25.0 1.7 22 97600 69 973 355 13 188 5 2100 11700 1200 180 300 2.6 0 0 16.0 2000 9 999999999 160 0.0850 0 88 0.170 0.0 1.0 +7243200.0 23.3 2.2 25 97700 0 0 347 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 170 0.0850 0 88 0.170 0.0 1.0 +7246800.0 21.7 2.2 28 97700 0 0 340 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 170 0.0850 0 88 0.170 0.0 1.0 +7250400.0 20.6 1.7 28 97700 0 0 334 0 0 0 0 0 0 0 300 1.5 0 0 16.0 2000 9 999999999 179 0.0850 0 88 0.170 0.0 1.0 +7254000.0 20.6 2.2 30 97800 0 0 335 0 0 0 0 0 0 0 270 1.5 0 0 16.0 2000 9 999999999 189 0.0850 0 88 0.170 0.0 1.0 +7257600.0 18.9 2.8 34 97800 0 0 328 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 179 0.0850 0 88 0.170 0.0 1.0 +7261200.0 17.8 3.3 38 97800 0 0 323 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 170 0.0860 0 88 0.170 0.0 1.0 +7264800.0 17.2 3.3 39 97700 0 0 335 0 0 0 0 0 0 0 0 0.0 3 3 16.0 2000 9 999999999 160 0.0860 0 88 0.170 0.0 1.0 +7268400.0 15.6 3.9 46 97700 0 0 325 0 0 0 0 0 0 0 0 0.0 2 2 16.0 2000 9 999999999 150 0.0860 0 88 0.170 0.0 1.0 +7272000.0 15.0 3.9 47 97700 0 0 330 0 0 0 0 0 0 0 150 1.5 5 5 16.0 2000 9 999999999 139 0.0860 0 88 0.170 0.0 1.0 +7275600.0 15.0 2.8 44 97800 0 0 311 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 139 0.0860 0 88 0.170 0.0 1.0 +7279200.0 14.4 1.7 42 97800 0 0 307 0 0 0 0 0 0 0 100 2.6 0 0 16.0 2000 9 999999999 129 0.0860 0 88 0.170 0.0 1.0 +7282800.0 13.9 2.2 45 97800 49 812 305 4 131 2 1100 7800 700 80 100 1.5 0 0 16.0 2000 9 999999999 120 0.0860 0 88 0.170 0.0 1.0 +7286400.0 15.6 1.7 39 97900 313 1373 312 181 603 44 18600 49800 7200 850 90 3.1 0 0 16.0 2000 9 999999999 110 0.0860 0 88 0.170 0.0 1.0 +7290000.0 18.3 2.2 34 98000 589 1373 324 414 808 67 43800 77900 10200 1440 110 3.1 0 0 16.0 2000 9 999999999 100 0.0860 0 88 0.170 0.0 1.0 +7293600.0 21.1 1.7 28 98100 828 1373 337 619 898 76 64700 88900 10900 1840 110 3.6 0 0 16.0 2000 9 999999999 89 0.0860 0 88 0.170 0.0 1.0 +7297200.0 23.3 2.2 25 98000 1013 1373 347 782 911 107 80800 90900 13500 2720 130 2.1 0 0 16.0 2000 9 999999999 80 0.0860 0 88 0.170 0.0 1.0 +7300800.0 25.0 2.2 23 98000 1131 1373 355 888 949 104 91900 95100 13300 3470 180 1.5 0 0 16.0 2000 9 999999999 89 0.0860 0 88 0.170 0.0 1.0 +7304400.0 26.7 1.7 20 97900 1175 1373 363 913 931 114 94200 93300 14100 4120 230 5.2 0 0 16.0 2000 9 999999999 100 0.0860 0 88 0.170 0.0 1.0 +7308000.0 27.2 1.1 18 97800 1141 1373 365 895 926 124 92200 92700 15000 3880 260 4.1 0 0 16.0 2000 9 999999999 100 0.0860 0 88 0.170 0.0 1.0 +7311600.0 27.8 0.6 17 97700 1031 1373 367 796 856 152 82900 85700 18400 4330 300 5.2 0 0 16.0 2000 9 999999999 110 0.0860 0 88 0.170 0.0 1.0 +7315200.0 28.3 1.7 18 97700 854 1373 371 622 741 160 65200 74400 18800 3870 260 4.6 0 0 16.0 2000 9 999999999 110 0.0860 0 88 0.170 0.0 1.0 +7318800.0 28.3 2.2 19 97600 620 1373 371 440 660 141 45000 63100 16500 2730 250 4.6 0 0 16.0 2000 9 999999999 120 0.0860 0 88 0.170 0.0 1.0 +7322400.0 27.8 1.1 18 97700 348 1373 367 248 578 101 25300 47800 13200 1910 250 5.2 0 0 16.0 2000 9 999999999 129 0.0860 0 88 0.170 0.0 1.0 +7326000.0 26.7 1.1 19 97600 71 995 362 14 190 6 2200 11800 1300 210 260 3.6 0 0 16.0 2000 9 999999999 129 0.0860 0 88 0.170 0.0 1.0 +7329600.0 25.6 0.6 19 97600 0 0 356 0 0 0 0 0 0 0 250 3.1 0 0 16.0 2000 9 999999999 139 0.0860 0 88 0.170 0.0 1.0 +7333200.0 25.0 -0.6 18 97600 0 0 352 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 139 0.0860 0 88 0.170 0.0 1.0 +7336800.0 21.1 1.1 26 97600 0 0 336 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 150 0.0860 0 88 0.170 0.0 1.0 +7340400.0 20.6 2.2 30 97600 0 0 335 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 160 0.0860 0 88 0.170 0.0 1.0 +7344000.0 19.4 1.7 31 97600 0 0 329 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 150 0.0860 0 88 0.170 0.0 1.0 +7347600.0 17.2 2.2 36 97600 0 0 320 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 139 0.0870 0 88 0.170 0.0 1.0 +7351200.0 17.2 3.3 39 97500 0 0 321 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 129 0.0870 0 88 0.170 0.0 1.0 +7354800.0 16.1 3.3 42 97500 0 0 316 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 129 0.0870 0 88 0.170 0.0 1.0 +7358400.0 15.0 3.9 47 97400 0 0 312 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 120 0.0870 0 88 0.170 0.0 1.0 +7362000.0 14.4 3.3 47 97500 0 0 309 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 110 0.0870 0 88 0.170 0.0 1.0 +7365600.0 15.0 2.2 42 97400 0 0 310 0 0 0 0 0 0 0 90 2.1 0 0 16.0 2000 9 999999999 110 0.0870 0 88 0.170 0.0 1.0 +7369200.0 15.6 2.2 40 97500 52 858 313 5 94 3 1000 5600 600 120 90 2.6 1 0 16.0 2000 9 999999999 100 0.0870 0 88 0.170 0.0 1.0 +7372800.0 16.1 2.2 39 97500 319 1372 321 152 362 67 16000 29100 9200 1210 100 4.1 2 1 16.0 7620 9 999999999 89 0.0870 0 88 0.170 0.0 1.0 +7376400.0 19.4 1.1 29 97500 595 1372 334 346 396 174 36900 39900 19600 3740 110 3.6 2 1 16.0 7620 9 999999999 89 0.0870 0 88 0.170 0.0 1.0 +7380000.0 21.7 1.1 25 97500 834 1372 345 636 799 149 66900 80300 17900 3560 110 2.6 3 1 16.0 7620 9 999999999 80 0.0870 0 88 0.170 0.0 1.0 +7383600.0 23.3 2.2 25 97400 1018 1372 354 738 704 214 77300 71000 24400 6430 130 2.1 2 1 16.0 2000 9 999999999 69 0.0870 0 88 0.170 0.0 1.0 +7387200.0 25.6 0.6 19 97400 1136 1372 363 848 692 273 88300 69500 30600 10420 180 2.6 1 1 16.0 7620 9 999999999 80 0.0870 0 88 0.170 0.0 1.0 +7390800.0 26.1 1.1 20 97300 1179 1372 378 345 60 293 38200 6100 32900 13430 220 2.1 6 4 16.0 7620 9 999999999 80 0.0870 0 88 0.170 0.0 1.0 +7394400.0 26.7 0.6 18 97200 1144 1372 386 605 248 398 65700 26900 43200 15690 230 3.1 9 6 16.0 4572 9 999999999 80 0.0870 0 88 0.170 0.0 1.0 +7398000.0 26.7 0.6 18 97000 1035 1372 386 172 0 172 20900 0 20900 8600 240 1.5 10 6 16.0 4267 9 999999999 89 0.0870 0 88 0.170 0.0 1.0 +7401600.0 26.7 0.0 17 97000 857 1372 386 222 6 218 25800 500 25500 9590 260 1.5 10 6 16.0 4267 9 999999999 89 0.0870 0 88 0.170 0.0 1.0 +7405200.0 26.7 1.1 19 96800 624 1372 387 232 39 214 25400 3900 23700 6030 270 3.1 9 6 16.0 4267 9 999999999 100 0.0870 0 88 0.170 0.0 1.0 +7408800.0 25.6 2.8 23 97000 351 1372 394 109 0 109 12000 0 12000 3610 270 5.7 10 8 16.0 2438 9 999999999 100 0.0870 0 88 0.170 0.0 1.0 +7412400.0 24.4 2.8 24 97000 74 995 396 6 0 6 800 0 800 240 290 4.1 10 9 16.0 2896 9 999999999 110 0.0870 0 88 0.170 0.0 1.0 +7416000.0 23.3 2.8 26 97000 0 0 391 0 0 0 0 0 0 0 280 5.7 10 9 16.0 2743 9 999999999 110 0.0870 0 88 0.170 0.0 1.0 +7419600.0 22.2 4.4 31 97000 0 0 387 0 0 0 0 0 0 0 270 2.1 10 9 16.0 2743 9 999999999 110 0.0870 0 88 0.170 0.0 1.0 +7423200.0 22.2 5.0 33 96900 0 0 380 0 0 0 0 0 0 0 150 3.1 10 8 16.0 2591 9 999999999 120 0.0870 0 88 0.170 0.0 1.0 +7426800.0 21.1 8.3 44 96900 0 0 386 0 0 0 0 0 0 0 180 4.6 10 9 16.0 2438 9 999999999 120 0.0870 0 88 0.170 0.0 1.0 +7430400.0 18.9 9.4 54 96800 0 0 368 0 0 0 0 0 0 0 160 5.7 9 8 16.0 2438 9 999999999 129 0.0870 0 88 0.170 0.0 1.0 +7434000.0 17.2 11.7 70 96700 0 0 381 0 0 0 0 0 0 0 0 0.0 10 10 16.0 2134 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7437600.0 16.7 11.7 72 96700 0 0 378 0 0 0 0 0 0 0 0 0.0 10 10 16.0 2134 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7441200.0 15.6 12.8 83 96600 0 0 374 0 0 0 0 0 0 0 70 3.1 10 10 16.0 2743 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7444800.0 15.6 12.8 83 96600 0 0 374 0 0 0 0 0 0 0 100 2.6 10 10 16.0 2134 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7448400.0 15.0 13.3 90 96600 0 0 371 0 0 0 0 0 0 0 70 1.5 10 10 16.0 2286 9 999999999 139 0.0880 0 88 0.170 0.0 1.0 +7452000.0 15.0 13.3 90 96600 0 0 371 0 0 0 0 0 0 0 100 2.6 10 10 16.0 2134 9 999999999 139 0.0880 0 88 0.170 0.0 1.0 +7455600.0 15.6 12.2 80 96700 56 880 373 6 37 5 900 1500 800 80 100 2.1 10 10 16.0 1981 9 999999999 139 0.0880 0 88 0.170 0.0 1.0 +7459200.0 15.6 11.7 78 96700 326 1371 373 36 0 36 4300 0 4300 1500 130 2.1 10 10 16.0 1829 9 999999999 139 0.0880 0 88 0.170 0.0 1.0 +7462800.0 15.0 13.3 90 96700 601 1371 371 117 0 117 13700 0 13700 5000 330 2.1 10 10 16.0 1463 9 999999999 139 0.0880 0 88 0.170 0.0 1.0 +7466400.0 16.1 12.8 81 96800 839 1371 376 193 0 193 22600 0 22600 8660 50 2.1 10 10 16.0 1676 9 999999999 150 0.0880 0 88 0.170 0.0 1.0 +7470000.0 16.7 12.8 78 96800 1023 1371 380 150 0 150 18400 0 18400 7630 50 2.1 10 10 16.0 1372 9 999999999 150 0.0880 0 88 0.170 0.0 1.0 +7473600.0 16.7 12.2 75 96800 1140 1371 379 331 18 316 39100 1600 37700 14350 40 2.6 10 10 16.0 1250 9 999999999 150 0.0880 0 88 0.170 0.0 1.0 +7477200.0 17.8 11.7 67 96800 1183 1371 384 417 30 391 46000 3100 43400 17360 30 1.5 10 10 16.0 1676 9 999999999 150 0.0880 0 88 0.170 0.0 1.0 +7480800.0 19.4 10.0 54 96800 1148 1371 390 479 85 408 52900 8800 45500 17070 20 2.6 10 10 16.0 1676 9 999999999 150 0.0880 0 88 0.170 0.0 1.0 +7484400.0 20.6 9.4 49 96800 1038 1371 377 212 12 203 25500 900 24800 9890 10 1.5 8 8 16.0 1676 9 999999999 160 0.0880 0 88 0.170 0.0 1.0 +7488000.0 21.1 8.9 46 96800 860 1371 379 643 647 236 67700 66500 25900 5860 0 0.0 8 8 16.0 1829 9 999999999 160 0.0880 0 88 0.170 0.0 1.0 +7491600.0 21.7 8.3 42 96800 627 1371 368 463 783 104 48500 76300 13600 2140 300 1.5 5 5 16.0 2000 9 999999999 160 0.0880 0 88 0.170 0.0 1.0 +7495200.0 21.7 8.9 44 96800 355 1371 363 269 588 116 27100 48900 14400 2230 230 2.1 3 3 16.0 2000 9 999999999 160 0.0880 0 88 0.170 0.0 1.0 +7498800.0 20.6 9.4 49 96800 76 1017 358 17 206 7 2500 12900 1500 230 0 0.0 3 3 16.0 2000 9 999999999 170 0.0880 0 88 0.170 0.0 1.0 +7502400.0 18.9 11.1 61 96900 0 0 337 0 0 0 0 0 0 0 60 3.1 0 0 16.0 2000 9 999999999 170 0.0880 0 88 0.170 0.0 1.0 +7506000.0 18.3 10.6 61 97000 0 0 334 0 0 0 0 0 0 0 80 2.1 0 0 16.0 2000 9 999999999 170 0.0880 0 88 0.170 0.0 1.0 +7509600.0 17.2 10.6 65 97000 0 0 329 0 0 0 0 0 0 0 40 2.1 0 0 16.0 2000 9 999999999 170 0.0880 0 88 0.170 0.0 1.0 +7513200.0 17.2 10.6 65 97000 0 0 329 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 170 0.0880 0 88 0.170 0.0 1.0 +7516800.0 16.7 10.6 67 97100 0 0 327 0 0 0 0 0 0 0 70 2.6 0 0 16.0 2000 9 999999999 170 0.0880 0 88 0.170 0.0 1.0 +7520400.0 16.1 10.6 70 97100 0 0 324 0 0 0 0 0 0 0 120 3.1 0 0 16.0 2000 9 999999999 170 0.0880 0 88 0.170 0.0 1.0 +7524000.0 15.6 11.1 75 97100 0 0 322 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 160 0.0880 0 88 0.170 0.0 1.0 +7527600.0 15.0 10.6 75 97100 0 0 319 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 160 0.0880 0 88 0.170 0.0 1.0 +7531200.0 13.9 11.1 83 97100 0 0 315 0 0 0 0 0 0 0 100 1.5 0 0 16.0 2000 9 999999999 150 0.0880 0 88 0.170 0.0 1.0 +7534800.0 13.9 11.1 83 97200 0 0 315 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 150 0.0880 0 88 0.170 0.0 1.0 +7538400.0 13.3 11.1 87 97200 0 0 312 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 150 0.0880 0 88 0.170 0.0 1.0 +7542000.0 13.9 10.6 80 97300 60 902 314 8 127 4 1400 7700 900 150 110 3.1 0 0 16.0 2000 9 999999999 139 0.0880 0 88 0.170 0.0 1.0 +7545600.0 15.6 8.9 64 97300 332 1371 320 184 524 57 19000 43200 8500 1050 70 3.1 0 0 16.0 2000 9 999999999 139 0.0880 0 88 0.170 0.0 1.0 +7549200.0 17.2 8.3 56 97400 607 1371 326 409 702 97 42900 68100 12700 1990 110 4.1 0 0 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7552800.0 18.9 7.8 48 97400 845 1371 333 611 800 117 63700 79600 14500 2680 110 2.6 0 0 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7556400.0 20.0 7.2 43 97400 1028 1371 352 783 858 138 82400 86300 17500 4050 160 2.6 3 3 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7560000.0 21.1 7.8 42 97400 1145 1371 359 895 901 140 91700 90100 16300 4140 200 2.1 3 3 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7563600.0 22.8 6.7 35 97300 1187 1371 366 913 871 157 96800 88000 20300 6720 250 2.6 3 3 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7567200.0 23.9 5.0 29 97200 1152 1371 369 926 938 136 95100 93800 16000 4190 230 3.1 3 3 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7570800.0 24.4 4.4 27 97200 1041 1371 371 822 898 137 86600 90500 17700 4140 210 3.6 3 3 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7574400.0 25.0 3.9 25 97200 863 1371 373 650 809 139 68900 81900 17200 3480 0 0.0 3 3 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7578000.0 24.4 3.3 25 97100 630 1371 369 470 795 104 49300 77500 13600 2150 200 2.1 3 3 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7581600.0 24.4 5.0 29 97100 358 1371 356 265 616 104 27100 51600 13600 1970 280 3.6 0 0 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7585200.0 23.3 5.6 32 97100 79 1039 351 18 222 7 2700 14000 1600 240 300 2.6 0 0 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7588800.0 22.2 5.6 34 97100 0 0 346 0 0 0 0 0 0 0 320 2.1 0 0 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7592400.0 21.1 5.6 36 97200 0 0 341 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7596000.0 20.0 6.1 40 97200 0 0 343 0 0 0 0 0 0 0 0 0.0 1 1 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7599600.0 20.6 5.6 37 97200 0 0 350 0 0 0 0 0 0 0 90 1.5 3 2 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7603200.0 18.9 7.8 48 97200 0 0 351 0 0 0 0 0 0 0 110 1.5 8 4 16.0 2000 9 999999999 129 0.0880 0 88 0.170 0.0 1.0 +7606800.0 18.3 8.3 52 97200 0 0 346 0 0 0 0 0 0 0 140 3.6 7 3 16.0 7620 9 999999999 129 0.0890 0 88 0.170 0.0 1.0 +7610400.0 18.3 7.2 48 97100 0 0 350 0 0 0 0 0 0 0 0 0.0 5 5 16.0 2000 9 999999999 129 0.0890 0 88 0.170 0.0 1.0 +7614000.0 17.8 7.8 52 97100 0 0 369 0 0 0 0 0 0 0 90 1.5 9 9 16.0 7620 9 999999999 129 0.0890 0 88 0.170 0.0 1.0 +7617600.0 16.7 7.2 53 97100 0 0 342 0 0 0 0 0 0 0 0 0.0 5 5 16.0 2000 9 999999999 129 0.0890 0 88 0.170 0.0 1.0 +7621200.0 16.1 7.8 58 97200 0 0 321 0 0 0 0 0 0 0 70 2.1 0 0 16.0 2000 9 999999999 129 0.0890 0 88 0.170 0.0 1.0 +7624800.0 15.6 7.2 57 97200 0 0 324 0 0 0 0 0 0 0 100 1.5 2 1 16.0 2000 9 999999999 129 0.0890 0 88 0.170 0.0 1.0 +7628400.0 16.1 8.3 60 97300 65 947 332 9 86 6 1400 4400 1000 120 100 3.1 4 2 16.0 2000 9 999999999 129 0.0890 0 88 0.170 0.0 1.0 +7632000.0 17.2 7.2 52 97300 338 1370 339 95 31 87 10400 2700 9700 2260 100 4.1 5 3 16.0 2000 9 999999999 129 0.0890 0 88 0.170 0.0 1.0 +7635600.0 18.3 5.0 41 97400 613 1370 350 316 249 204 33400 25200 22000 4550 110 2.6 8 6 16.0 7620 9 999999999 129 0.0890 0 88 0.170 0.0 1.0 +7639200.0 20.0 5.0 37 97400 850 1370 355 549 526 222 58100 54000 24500 5430 40 1.5 6 5 16.0 7620 9 999999999 129 0.0890 0 88 0.170 0.0 1.0 +7642800.0 21.7 3.9 31 97400 1033 1370 365 767 764 190 81200 77700 22500 5980 330 1.5 6 6 16.0 7620 9 999999999 129 0.0890 0 88 0.170 0.0 1.0 +7646400.0 22.8 3.9 29 97300 1149 1370 365 913 901 155 96400 90900 19900 5930 350 2.1 4 4 16.0 7620 9 999999999 120 0.0890 0 88 0.170 0.0 1.0 +7650000.0 23.3 2.8 26 97300 1191 1370 363 914 859 164 96300 86600 20800 7060 0 0.0 3 3 16.0 2000 9 999999999 120 0.0890 0 88 0.170 0.0 1.0 +7653600.0 24.4 1.7 23 97200 1155 1370 373 908 817 217 96400 83300 26000 9000 250 4.1 5 5 16.0 7620 9 999999999 120 0.0890 0 88 0.170 0.0 1.0 +7657200.0 25.0 2.2 23 97100 1045 1370 384 550 220 382 60000 23300 42200 12770 250 5.7 8 7 16.0 4572 9 999999999 120 0.0890 0 88 0.170 0.0 1.0 +7660800.0 25.6 2.8 23 97100 867 1370 394 635 523 303 65200 53500 31300 7790 250 6.7 9 8 16.0 4572 9 999999999 110 0.0890 0 88 0.170 0.0 1.0 +7664400.0 23.3 2.8 26 97000 633 1370 391 82 0 82 9900 0 9900 3790 310 10.3 9 9 16.0 2743 9 999999999 110 0.0890 0 88 0.170 0.0 1.0 +7668000.0 21.1 5.6 36 97100 361 1370 383 210 189 160 22200 16200 17900 3530 350 4.1 9 9 16.0 7620 9 999999999 110 0.0890 0 88 0.170 0.0 1.0 +7671600.0 20.0 5.0 37 97100 81 1062 376 15 70 12 2000 3200 1700 200 40 5.7 9 9 16.0 7620 9 999999999 110 0.0890 0 88 0.170 0.0 1.0 +7675200.0 19.4 4.4 37 97100 0 0 365 0 0 0 0 0 0 0 0 0.0 9 8 16.0 7620 9 999999999 110 0.0890 0 88 0.170 0.0 1.0 +7678800.0 18.3 4.4 40 97200 0 0 344 0 0 0 0 0 0 0 350 2.1 4 4 16.0 7620 9 999999999 100 0.0890 0 88 0.170 0.0 1.0 +7682400.0 17.8 4.4 41 97100 0 0 357 0 0 0 0 0 0 0 360 1.5 8 8 16.0 7620 9 999999999 100 0.0890 0 88 0.170 0.0 1.0 +7686000.0 17.2 4.4 43 97100 0 0 339 0 0 0 0 0 0 0 320 2.6 4 4 16.0 7620 9 999999999 100 0.0890 0 88 0.170 0.0 1.0 +7689600.0 17.8 3.9 40 97000 0 0 341 0 0 0 0 0 0 0 310 2.1 5 4 16.0 7620 9 999999999 100 0.0890 0 88 0.170 0.0 1.0 +7693200.0 16.7 2.8 39 97000 0 0 332 0 0 0 0 0 0 0 290 3.1 5 3 16.0 7620 9 999999999 100 0.0900 0 88 0.170 0.0 1.0 +7696800.0 15.6 -2.2 29 96900 0 0 326 0 0 0 0 0 0 0 300 4.1 5 5 16.0 2000 9 999999999 100 0.0900 0 88 0.170 0.0 1.0 +7700400.0 15.0 -2.2 30 96900 0 0 323 0 0 0 0 0 0 0 270 3.1 5 5 16.0 2000 9 999999999 100 0.0900 0 88 0.170 0.0 1.0 +7704000.0 14.4 -5.6 23 96800 0 0 317 0 0 0 0 0 0 0 280 3.1 5 5 16.0 2000 9 999999999 100 0.0900 0 88 0.170 0.0 1.0 +7707600.0 12.8 -2.8 33 96900 0 0 295 0 0 0 0 0 0 0 230 4.1 0 0 16.0 2000 9 999999999 100 0.0900 0 88 0.170 0.0 1.0 +7711200.0 12.2 -4.4 30 96800 0 0 304 0 0 0 0 0 0 0 230 3.1 3 3 16.0 2000 9 999999999 110 0.0900 0 88 0.170 0.0 1.0 +7714800.0 12.2 -5.6 27 96800 69 970 302 13 157 7 2100 9200 1400 180 250 4.6 3 3 16.0 2000 9 999999999 110 0.0900 0 88 0.170 0.0 1.0 +7718400.0 13.3 -2.8 32 96900 344 1369 310 195 523 63 20000 43500 9100 1150 250 5.2 3 3 16.0 2000 9 999999999 110 0.0900 0 88 0.170 0.0 1.0 +7722000.0 14.4 0.0 37 96900 618 1369 318 402 641 111 41800 62100 13700 2250 270 3.1 3 3 16.0 2000 9 999999999 110 0.0900 0 88 0.170 0.0 1.0 +7725600.0 15.6 0.0 34 97000 855 1369 324 607 689 176 63300 68900 20100 4220 260 2.1 3 3 16.0 2000 9 999999999 110 0.0900 0 88 0.170 0.0 1.0 +7729200.0 15.6 3.3 44 97000 1038 1369 332 551 278 339 59600 30000 36800 10920 240 7.2 5 5 16.0 3658 9 999999999 110 0.0900 0 88 0.170 0.0 1.0 +7732800.0 16.1 3.9 44 97100 1153 1369 335 233 24 212 25800 2400 23700 9730 250 7.7 6 5 16.0 3658 9 999999999 110 0.0900 0 88 0.170 0.0 1.0 +7736400.0 16.7 3.9 42 97000 1195 1369 351 841 553 357 89300 57700 38800 17110 240 7.7 8 8 16.0 3048 9 999999999 110 0.0900 0 88 0.170 0.0 1.0 +7740000.0 13.3 3.3 51 97000 1159 1369 341 145 0 145 18200 0 18200 7590 90 7.2 9 9 16.0 1463 9 999999999 110 0.0900 0 88 0.170 0.0 1.0 +7743600.0 12.8 5.6 62 97100 1048 1369 341 132 0 132 16400 0 16400 6860 70 2.1 9 9 16.0 2134 9 999999999 100 0.0900 0 88 0.170 4.0 1.0 +7747200.0 13.9 4.4 53 97100 870 1369 355 299 31 280 34300 2800 32500 11520 40 3.1 10 10 16.0 2134 9 999999999 100 0.0900 0 88 0.170 0.0 1.0 +7750800.0 16.1 3.3 42 97200 636 1369 347 345 228 239 37200 23000 26500 5820 20 3.6 8 8 16.0 2438 9 999999999 100 0.0900 0 88 0.170 0.0 1.0 +7754400.0 14.4 4.4 51 97200 364 1369 340 194 133 159 20600 11500 17500 3510 80 3.6 8 8 16.0 2591 9 999999999 100 0.0900 0 88 0.170 0.0 1.0 +7758000.0 13.9 5.0 55 97200 84 1061 339 15 51 12 1800 2400 1600 200 60 2.1 8 8 16.0 2438 9 999999999 100 0.0900 0 88 0.170 0.0 1.0 +7761600.0 13.3 5.6 60 97200 0 0 325 0 0 0 0 0 0 0 0 0.0 5 5 16.0 2000 9 999999999 100 0.0900 0 88 0.170 0.0 1.0 +7765200.0 13.9 5.6 57 97200 0 0 330 0 0 0 0 0 0 0 130 1.5 6 6 16.0 7620 9 999999999 100 0.0900 0 88 0.170 0.0 1.0 +7768800.0 13.7 4.2 60 97200 0 0 332 0 0 0 0 0 0 0 150 2.1 7 7 16.0 7620 9 999999999 89 0.0900 0 88 0.170 0.0 1.0 +7772400.0 13.4 2.9 64 97300 0 0 322 0 0 0 0 0 0 0 120 2.7 5 5 16.0 7620 9 999999999 89 0.0900 0 88 0.170 0.0 1.0 +7776000.0 13.2 1.5 68 97200 0 0 315 0 0 0 0 0 0 0 120 3.3 3 3 16.0 2000 9 999999999 89 0.0900 0 88 0.170 0.0 1.0 +7779600.0 12.9 0.2 25 97300 0 0 299 0 0 0 0 0 0 0 300 3.9 0 0 48.3 2000 9 999999999 60 0.1310 0 88 999.000 999.0 99.0 +7783200.0 12.7 -1.1 26 97200 0 0 297 0 0 0 0 0 0 0 260 4.5 0 0 48.3 2000 9 999999999 60 0.1310 0 88 999.000 999.0 99.0 +7786800.0 12.4 -2.4 31 97200 0 0 309 0 0 0 0 0 0 0 220 5.1 4 4 48.3 2000 9 999999999 60 0.1310 0 88 999.000 999.0 99.0 +7790400.0 12.2 -3.9 33 97200 0 0 297 0 0 0 0 0 0 0 240 5.7 1 1 48.3 2000 9 999999999 69 0.1310 0 88 999.000 999.0 99.0 +7794000.0 11.1 -2.2 40 97200 0 0 289 0 0 0 0 0 0 0 250 3.6 0 0 48.3 2000 9 999999999 80 0.1310 0 88 999.000 999.0 99.0 +7797600.0 10.6 -2.2 41 97300 0 0 287 0 0 0 0 0 0 0 50 1.5 0 0 56.3 2000 9 999999999 80 0.1310 0 88 999.000 999.0 99.0 +7801200.0 8.9 -1.1 50 97300 71 992 281 31 72 23 3000 2800 2800 400 100 2.6 0 0 48.3 2000 9 999999999 80 0.1310 0 88 999.000 999.0 99.0 +7804800.0 10.6 -0.6 46 97400 348 1369 289 190 490 62 19300 41000 8800 1140 90 3.6 0 0 48.3 2000 9 999999999 89 0.1310 0 88 999.000 999.0 99.0 +7808400.0 12.8 -1.1 39 97400 622 1369 297 424 711 97 44300 69400 12700 2010 70 3.1 0 0 48.3 2000 9 999999999 80 0.1310 0 88 999.000 999.0 99.0 +7812000.0 15.6 -1.1 32 97500 858 1369 309 619 818 124 66200 81300 15100 2830 290 3.1 0 0 48.3 2000 9 999999999 80 0.1310 0 88 999.000 999.0 99.0 +7815600.0 16.1 -3.3 26 97500 1041 1369 309 778 877 143 85200 88200 18000 4270 230 3.6 0 0 40.2 2000 9 999999999 69 0.1310 0 88 999.000 999.0 99.0 +7819200.0 18.3 -2.8 24 97400 1156 1369 325 902 886 158 95800 89400 20100 6150 240 5.2 1 1 40.2 2000 9 999999999 69 0.1310 0 88 999.000 999.0 99.0 +7822800.0 19.4 -5.0 19 97300 1197 1369 327 958 920 163 102500 92900 21000 7200 220 5.7 1 1 56.3 2000 9 999999999 60 0.1310 0 88 999.000 999.0 99.0 +7826400.0 20.0 -5.6 17 97200 1161 1369 329 938 911 155 98300 92000 20100 6150 230 7.2 1 1 56.3 2000 9 999999999 60 0.1310 0 88 999.000 999.0 99.0 +7830000.0 21.1 -5.6 16 97100 1050 1369 339 801 772 209 84500 78200 24400 6750 240 8.8 2 2 64.4 2000 9 999999999 60 0.1310 0 88 999.000 999.0 99.0 +7833600.0 20.6 -4.4 18 97000 872 1369 346 531 413 258 56400 44200 28200 6690 240 8.8 5 5 56.3 2000 9 999999999 69 0.1310 0 88 999.000 999.0 99.0 +7837200.0 20.6 -4.4 18 97000 638 1369 346 422 589 143 44500 58400 17200 2900 230 7.7 5 5 56.3 2000 9 999999999 69 0.1310 0 88 999.000 999.0 99.0 +7840800.0 20.0 -3.9 20 97000 366 1369 347 160 238 94 16800 20500 11300 1820 240 8.8 6 6 56.3 4270 9 999999999 69 0.1310 0 88 999.000 999.0 99.0 +7844400.0 18.9 -5.6 19 97000 85 1084 337 24 6 24 2800 0 2800 820 240 6.2 5 5 56.3 2000 9 999999999 60 0.1310 0 88 999.000 999.0 99.0 +7848000.0 18.3 -5.6 19 97000 0 0 322 0 0 0 0 0 0 0 240 5.7 1 1 48.3 2000 9 999999999 60 0.1310 0 88 999.000 999.0 99.0 +7851600.0 17.2 -4.4 23 97000 0 0 322 0 0 0 0 0 0 0 220 3.6 2 2 48.3 2000 9 999999999 69 0.1310 0 88 999.000 999.0 99.0 +7855200.0 16.1 -3.9 25 97000 0 0 321 0 0 0 0 0 0 0 220 3.6 4 3 48.3 2000 9 999999999 69 0.1310 0 88 999.000 999.0 99.0 +7858800.0 16.1 -3.9 25 97000 0 0 346 0 0 0 0 0 0 0 230 3.6 10 9 48.3 2590 9 999999999 69 0.1310 0 88 999.000 999.0 99.0 +7862400.0 16.1 -2.8 27 97100 0 0 347 0 0 0 0 0 0 0 250 6.2 9 9 48.3 2590 9 999999999 69 0.1310 0 88 999.000 999.0 99.0 +7866000.0 15.6 -1.1 32 97100 0 0 357 0 0 0 0 0 0 0 250 7.7 10 10 48.3 2590 9 999999999 80 0.0880 0 88 999.000 999.0 99.0 +7869600.0 15.0 0.6 38 97100 0 0 346 0 0 0 0 0 0 0 220 4.1 9 9 48.3 2740 9 999999999 89 0.0880 0 88 999.000 999.0 99.0 +7873200.0 14.4 1.7 42 97000 0 0 354 0 0 0 0 0 0 0 250 4.6 10 10 48.3 2590 9 999999999 100 0.0880 0 88 999.000 999.0 99.0 +7876800.0 14.4 1.7 42 97000 0 0 354 0 0 0 0 0 0 0 250 3.1 10 10 48.3 2290 9 999999999 100 0.0880 0 88 999.000 999.0 99.0 +7880400.0 14.4 2.2 44 97000 0 0 355 0 0 0 0 0 0 0 240 4.6 10 10 48.3 1980 9 999999999 100 0.0880 0 88 999.000 999.0 99.0 +7884000.0 13.9 2.8 47 97100 0 0 353 0 0 0 0 0 0 0 270 3.6 10 10 48.3 2290 9 999999999 110 0.0880 0 88 999.000 999.0 99.0 +7887600.0 13.9 3.3 49 97100 76 1015 354 20 0 20 2300 0 2300 700 250 4.1 10 10 48.3 2290 9 999999999 110 0.1500 0 88 999.000 999.0 99.0 +7891200.0 13.9 3.3 49 97100 354 1368 354 33 0 49 5800 0 5800 2010 240 5.7 10 10 56.3 2290 9 999999999 110 0.0880 0 88 999.000 999.0 99.0 +7894800.0 14.4 3.9 49 97200 628 1368 357 89 47 71 10700 4800 8500 1720 240 6.2 10 10 48.3 1520 9 999999999 110 0.0880 0 88 999.000 999.0 99.0 +7898400.0 15.0 3.9 48 97200 863 1368 360 197 60 155 21400 6000 17600 5610 240 5.2 10 10 40.2 1520 9 999999999 110 0.0880 0 88 999.000 999.0 99.0 +7902000.0 15.6 3.9 46 97200 1045 1368 363 193 0 202 24300 0 24300 9880 240 5.2 10 10 48.3 1370 9 999999999 110 0.0880 0 88 999.000 999.0 99.0 +7905600.0 13.9 6.7 62 97200 1160 1368 358 109 0 163 20300 0 20300 8420 340 4.1 10 10 48.3 1370 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +7909200.0 13.9 7.2 64 97100 1201 1368 358 409 18 393 47800 1700 46300 16960 330 3.6 10 10 48.3 1520 9 999999999 139 0.1500 0 88 999.000 999.0 99.0 +7912800.0 14.4 6.7 60 97100 1164 1368 360 274 26 247 29900 2600 27600 11350 270 4.1 10 10 32.2 1310 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +7916400.0 14.4 8.3 67 97100 1053 1368 362 226 0 225 26900 0 26900 10810 280 8.2 10 10 32.2 1370 9 999999999 150 0.0880 0 88 999.000 999.0 99.0 +7920000.0 12.8 8.3 75 97100 875 1368 354 363 157 277 41400 16500 30800 7790 320 8.8 10 10 32.2 1830 9 999999999 150 0.0880 0 88 999.000 999.0 99.0 +7923600.0 11.1 6.1 72 97100 641 1368 343 194 142 133 22300 14500 15500 3240 320 7.2 10 10 32.2 1520 9 999999999 129 0.0880 0 88 999.000 999.0 99.0 +7927200.0 10.6 6.1 74 97200 370 1368 341 48 7 46 5700 300 5600 1930 310 4.6 10 10 56.3 1830 9 999999999 129 0.1500 0 88 999.000 999.0 99.0 +7930800.0 10.0 5.0 71 97200 88 1083 328 21 11 20 2300 700 2200 500 290 6.2 9 9 56.3 1520 9 999999999 120 0.1500 0 88 999.000 999.0 99.0 +7934400.0 10.0 5.0 71 97300 0 0 309 0 0 0 0 0 0 0 250 3.6 5 5 56.3 2000 9 999999999 120 0.0880 0 88 999.000 999.0 99.0 +7938000.0 8.9 5.0 77 97400 0 0 293 0 0 0 0 0 0 0 250 3.6 1 1 56.3 2000 9 999999999 120 0.0880 0 88 999.000 999.0 99.0 +7941600.0 7.2 5.0 86 97400 0 0 280 0 0 0 0 0 0 0 230 2.6 0 0 56.3 2000 9 999999999 120 0.0880 0 88 999.000 999.0 99.0 +7945200.0 7.2 4.4 83 97400 0 0 280 0 0 0 0 0 0 0 190 2.1 0 0 56.3 2000 9 999999999 120 0.0880 0 88 999.000 999.0 99.0 +7948800.0 7.2 3.9 80 97500 0 0 279 0 0 0 0 0 0 0 210 1.5 0 0 56.3 2000 9 999999999 110 0.0880 0 88 999.000 999.0 99.0 +7952400.0 6.7 3.9 83 97500 0 0 277 0 0 0 0 0 0 0 110 3.1 0 0 56.3 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +7956000.0 6.1 3.9 86 97500 0 0 275 0 0 0 0 0 0 0 60 4.1 0 0 56.3 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +7959600.0 5.6 3.9 89 97500 0 0 273 0 0 0 0 0 0 0 80 2.6 0 0 48.3 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +7963200.0 5.0 3.3 89 97500 0 0 270 0 0 0 0 0 0 0 60 3.1 0 0 48.3 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +7966800.0 4.4 3.3 93 97500 0 0 268 0 0 0 0 0 0 0 110 2.6 0 0 48.3 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +7970400.0 4.4 2.8 89 97500 0 0 267 0 0 0 0 0 0 0 130 3.1 0 0 72.4 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +7974000.0 4.4 2.8 89 97600 80 1037 267 41 171 21 3600 8700 2900 380 80 2.6 0 0 72.4 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +7977600.0 6.7 3.9 83 97700 360 1367 277 211 628 47 22000 54300 7600 940 100 3.1 0 0 64.4 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +7981200.0 8.9 4.4 74 97700 633 1367 287 445 804 71 47000 78500 10600 1560 130 3.1 0 0 64.4 2000 9 999999999 120 0.0720 0 88 999.000 999.0 99.0 +7984800.0 11.7 3.9 59 97800 868 1367 298 646 892 90 68400 88500 12100 2050 70 1.5 0 0 64.4 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +7988400.0 13.9 2.8 47 97800 1050 1367 306 819 936 103 85300 93600 13200 2900 250 3.6 0 0 64.4 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +7992000.0 15.0 2.8 44 97800 1164 1367 311 923 958 111 95900 96000 13900 3980 240 4.1 0 0 72.4 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +7995600.0 17.2 1.7 35 97800 1205 1367 319 946 968 114 100000 97100 14200 4600 290 4.1 0 0 72.4 2000 9 999999999 100 0.0720 0 88 999.000 999.0 99.0 +7999200.0 17.2 -1.1 29 97700 1168 1367 316 934 970 111 97200 97200 14000 4020 270 2.6 0 0 80.5 2000 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +8002800.0 18.9 -1.1 26 97700 1056 1367 330 815 917 110 84700 91600 13800 3020 290 4.6 1 1 80.5 2000 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +8006400.0 20.0 -1.7 23 97600 878 1367 338 698 905 96 70400 89800 12600 2110 250 3.6 2 2 80.5 2000 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +8010000.0 20.0 -3.9 20 97600 644 1367 339 343 294 219 37800 30100 23600 4990 260 6.7 3 3 80.5 2000 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +8013600.0 20.0 -4.4 19 97600 373 1367 341 224 596 63 23400 51200 9400 1180 300 4.6 4 4 96.6 2000 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +8017200.0 18.9 -4.4 20 97700 91 1105 330 41 71 34 4400 3600 4000 710 50 3.6 2 2 80.5 2000 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +8020800.0 17.8 -2.2 26 97800 0 0 331 0 0 0 0 0 0 0 150 2.6 4 3 64.4 2000 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +8024400.0 16.1 -0.6 32 97900 0 0 312 0 0 0 0 0 0 0 120 4.1 0 0 64.4 2000 9 999999999 89 0.0720 0 88 999.000 999.0 99.0 +8028000.0 14.4 1.7 42 97900 0 0 307 0 0 0 0 0 0 0 120 3.6 0 0 64.4 2000 9 999999999 100 0.0720 0 88 999.000 999.0 99.0 +8031600.0 13.3 1.7 45 98000 0 0 302 0 0 0 0 0 0 0 100 4.6 0 0 64.4 2000 9 999999999 100 0.0720 0 88 999.000 999.0 99.0 +8035200.0 12.2 1.7 49 98000 0 0 298 0 0 0 0 0 0 0 100 5.2 0 0 64.4 2000 9 999999999 100 0.0720 0 88 999.000 999.0 99.0 +8038800.0 11.7 1.7 51 98000 0 0 296 0 0 0 0 0 0 0 90 4.6 0 0 56.3 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8042400.0 11.1 1.7 53 98000 0 0 293 0 0 0 0 0 0 0 90 4.6 0 0 56.3 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8046000.0 9.4 1.7 59 98000 0 0 286 0 0 0 0 0 0 0 70 4.1 0 0 56.3 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8049600.0 8.3 1.7 63 98000 0 0 282 0 0 0 0 0 0 0 80 4.6 0 0 56.3 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8053200.0 7.2 1.7 68 98000 0 0 277 0 0 0 0 0 0 0 130 3.1 0 0 56.3 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8056800.0 7.8 1.1 63 98100 0 0 279 0 0 0 0 0 0 0 130 1.5 0 0 80.5 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8060400.0 8.3 1.1 61 98100 85 1082 281 33 124 24 3600 5700 3100 420 110 2.6 0 0 72.4 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8064000.0 10.6 1.1 52 98200 366 1367 290 215 561 58 21700 48100 8800 1090 100 1.0 0 0 80.5 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8067600.0 13.9 -0.6 37 98300 639 1367 302 451 760 87 45900 73600 11400 1770 110 3.6 0 0 80.5 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8071200.0 15.6 0.6 36 98300 873 1367 311 653 854 110 69300 85500 14500 2690 310 1.5 0 0 80.5 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8074800.0 18.9 -1.1 26 98300 1054 1367 323 820 907 126 85200 90500 15100 3140 310 2.6 0 0 64.4 2000 9 999999999 80 0.1050 0 88 999.000 999.0 99.0 +8078400.0 19.4 -3.3 21 98200 1168 1367 323 931 936 136 96300 93600 16000 4470 210 2.1 0 0 64.4 2000 9 999999999 69 0.1050 0 88 999.000 999.0 99.0 +8082000.0 20.6 -3.9 19 98200 1208 1367 328 953 944 139 100000 94500 16300 5230 290 3.1 0 0 56.3 2000 9 999999999 69 0.1050 0 88 999.000 999.0 99.0 +8085600.0 22.8 -5.6 15 98100 1171 1367 335 937 941 136 96900 94200 16000 4510 300 3.1 0 0 56.3 2000 9 999999999 60 0.1050 0 88 999.000 999.0 99.0 +8089200.0 23.9 -6.7 13 98000 1059 1367 339 825 917 127 86400 91500 15200 3180 230 2.1 0 0 56.3 2000 9 999999999 60 0.1050 0 88 999.000 999.0 99.0 +8092800.0 24.4 -6.1 13 97900 881 1367 342 664 869 111 70900 87100 14600 2740 230 4.6 0 0 56.3 2000 9 999999999 60 0.1050 0 88 999.000 999.0 99.0 +8096400.0 23.9 -5.6 14 97900 647 1367 340 450 777 88 47400 75400 11600 1800 300 3.6 0 0 56.3 2000 9 999999999 60 0.1050 0 88 999.000 999.0 99.0 +8100000.0 23.3 -5.6 14 97800 376 1367 338 214 587 59 23000 50700 9000 1120 270 3.6 0 0 56.3 2000 9 999999999 60 0.1050 0 88 999.000 999.0 99.0 +8103600.0 22.8 -5.6 15 97800 93 1127 335 43 151 26 4100 7200 3500 460 260 4.1 0 0 72.4 2000 9 999999999 60 0.1050 0 88 999.000 999.0 99.0 +8107200.0 21.1 -5.0 17 97900 0 0 329 0 0 0 0 0 0 0 250 2.6 0 0 56.3 2000 9 999999999 60 0.1050 0 88 999.000 999.0 99.0 +8110800.0 20.0 -5.6 17 97900 0 0 323 0 0 0 0 0 0 0 290 2.6 0 0 56.3 2000 9 999999999 60 0.1050 0 88 999.000 999.0 99.0 +8114400.0 19.4 -4.4 20 97900 0 0 322 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 69 0.1050 0 88 999.000 999.0 99.0 +8118000.0 16.7 -2.2 28 97900 0 0 312 0 0 0 0 0 0 0 70 3.6 0 0 56.3 2000 9 999999999 80 0.1050 0 88 999.000 999.0 99.0 +8121600.0 16.1 -1.7 30 97900 0 0 310 0 0 0 0 0 0 0 130 4.1 0 0 56.3 2000 9 999999999 80 0.1050 0 88 999.000 999.0 99.0 +8125200.0 15.0 -1.7 32 97900 0 0 306 0 0 0 0 0 0 0 120 3.6 0 0 56.3 2000 9 999999999 80 0.1050 0 88 999.000 999.0 99.0 +8128800.0 13.9 -1.1 36 97900 0 0 302 0 0 0 0 0 0 0 100 3.1 0 0 56.3 2000 9 999999999 80 0.1050 0 88 999.000 999.0 99.0 +8132400.0 13.3 -0.6 39 97900 0 0 300 0 0 0 0 0 0 0 70 2.6 0 0 56.3 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8136000.0 12.2 -0.6 42 97900 0 0 295 0 0 0 0 0 0 0 100 2.6 0 0 56.3 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8139600.0 11.1 -0.6 45 97900 0 0 291 0 0 0 0 0 0 0 120 2.6 0 0 56.3 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8143200.0 10.6 0.0 48 97900 0 0 289 0 0 0 0 0 0 0 110 4.1 0 0 72.4 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8146800.0 11.7 0.0 45 98000 90 1104 294 38 137 25 3900 6400 3300 440 100 2.6 0 0 64.4 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8150400.0 14.4 1.1 41 98000 372 1366 306 225 567 58 22200 48900 8800 1100 120 4.1 0 0 72.4 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8154000.0 17.8 0.0 30 98000 644 1366 320 459 763 87 46500 74000 11500 1780 90 4.1 0 0 72.4 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8157600.0 20.6 1.1 28 98000 878 1366 334 661 852 111 69600 85400 14600 2730 80 2.6 0 0 72.4 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8161200.0 22.8 0.6 23 98000 1059 1366 343 832 905 127 85400 90300 15200 3180 130 3.1 0 0 64.4 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8164800.0 24.4 0.6 21 97900 1172 1366 351 935 929 136 96000 93000 16000 4540 120 2.6 0 0 64.4 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8168400.0 26.1 -0.6 17 97800 1212 1366 357 963 940 139 100000 94100 16200 5320 130 2.1 0 0 64.4 2000 9 999999999 80 0.1050 0 88 999.000 999.0 99.0 +8172000.0 27.8 -1.1 15 97800 1174 1366 365 945 934 136 96600 93500 16000 4570 250 2.1 0 0 64.4 2000 9 999999999 80 0.1050 0 88 999.000 999.0 99.0 +8175600.0 28.9 -3.9 11 97700 1062 1366 366 838 912 127 86200 91000 15200 3210 320 2.6 0 0 72.4 2000 9 999999999 69 0.1050 0 88 999.000 999.0 99.0 +8179200.0 29.4 -3.3 12 97600 883 1366 369 664 864 112 70800 86600 14700 2770 310 3.1 0 0 80.5 2000 9 999999999 69 0.1050 0 88 999.000 999.0 99.0 +8182800.0 29.4 -4.4 11 97500 650 1366 368 457 774 89 47500 75200 11700 1820 290 2.6 0 0 96.6 2000 9 999999999 69 0.1050 0 88 999.000 999.0 99.0 +8186400.0 28.9 -3.3 12 97500 379 1366 367 220 587 60 23300 50900 9100 1140 280 2.6 0 0 96.6 2000 9 999999999 69 0.1050 0 88 999.000 999.0 99.0 +8190000.0 27.8 -1.1 15 97600 96 1149 365 45 158 27 4300 7600 3600 480 270 3.6 0 0 80.5 2000 9 999999999 80 0.1050 0 88 999.000 999.0 99.0 +8193600.0 25.0 -0.6 19 97600 0 0 352 0 0 0 0 0 0 0 270 3.1 0 0 56.3 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8197200.0 22.8 1.1 24 97700 0 0 344 0 0 0 0 0 0 0 220 2.6 0 0 56.3 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8200800.0 22.8 0.0 22 97700 0 0 342 0 0 0 0 0 0 0 210 1.5 0 0 48.3 2000 9 999999999 89 0.1050 0 88 999.000 999.0 99.0 +8204400.0 22.2 1.7 26 97700 0 0 342 0 0 0 0 0 0 0 20 3.1 0 0 48.3 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8208000.0 19.4 1.7 31 97800 0 0 329 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 100 0.1050 0 88 999.000 999.0 99.0 +8211600.0 19.4 1.1 30 97800 0 0 328 0 0 0 0 0 0 0 150 2.1 0 0 48.3 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +8215200.0 19.4 1.1 30 97800 0 0 328 0 0 0 0 0 0 0 130 2.1 0 0 48.3 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +8218800.0 17.8 1.1 33 97800 0 0 321 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +8222400.0 15.0 2.8 44 97800 0 0 311 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 110 0.0900 0 88 999.000 999.0 99.0 +8226000.0 15.0 2.2 42 97800 0 0 310 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +8229600.0 15.0 2.2 42 97800 0 0 310 0 0 0 0 0 0 0 0 0.0 0 0 80.5 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +8233200.0 15.6 2.2 41 97900 95 1126 313 40 127 30 4300 6000 3700 540 0 0.0 1 0 80.5 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +8236800.0 19.4 1.7 31 98000 378 1365 329 213 557 63 22600 48100 9200 1180 0 0.0 3 0 80.5 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +8240400.0 22.8 1.7 25 98000 649 1365 344 461 724 115 48100 70800 14300 2380 310 1.5 6 0 64.4 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +8244000.0 27.2 -0.6 16 98000 883 1365 369 683 823 141 71700 83500 17500 3630 80 6.2 5 1 80.5 2000 9 999999999 80 0.0900 0 88 999.000 999.0 99.0 +8247600.0 29.4 -5.0 10 98000 1063 1365 374 778 651 273 80800 65000 30100 8800 60 5.7 5 1 80.5 2000 9 999999999 60 0.0900 0 88 999.000 999.0 99.0 +8251200.0 30.6 -5.6 9 97900 1176 1365 379 966 903 182 100200 90600 22000 7370 50 3.6 5 1 80.5 2000 9 999999999 60 0.0900 0 88 999.000 999.0 99.0 +8254800.0 32.8 -5.6 8 97800 1215 1365 383 971 895 175 102400 90100 21900 8240 80 4.1 4 0 96.6 2000 9 999999999 60 0.0900 0 88 999.000 999.0 99.0 +8258400.0 32.8 -5.0 8 97800 1177 1365 384 969 920 166 101200 92700 21000 6900 110 3.6 4 0 96.6 2000 9 999999999 60 0.0900 0 88 999.000 999.0 99.0 +8262000.0 33.3 -7.2 7 97700 1065 1365 383 861 888 163 89100 88900 19600 4960 100 4.1 5 0 96.6 2000 9 999999999 60 0.0900 0 88 999.000 999.0 99.0 +8265600.0 33.9 -8.3 6 97600 886 1365 392 692 815 163 73000 82200 19400 4140 180 3.6 7 1 96.6 2000 9 999999999 50 0.0900 0 88 999.000 999.0 99.0 +8269200.0 33.3 -5.6 8 97600 653 1365 393 467 733 119 49100 71600 14700 2460 100 1.5 6 1 80.5 2000 9 999999999 60 0.0900 0 88 999.000 999.0 99.0 +8272800.0 32.8 -6.7 7 97600 382 1365 382 210 459 96 23400 39600 12300 1790 190 2.6 5 0 80.5 2000 9 999999999 50 0.0900 0 88 999.000 999.0 99.0 +8276400.0 31.7 -6.7 8 97600 99 1149 376 53 232 26 4800 12300 3600 460 270 2.1 3 0 72.4 2000 9 999999999 60 0.0600 0 88 999.000 999.0 99.0 +8280000.0 30.0 -3.9 11 97600 0 0 372 0 0 0 0 0 0 0 330 2.6 2 0 56.3 2000 9 999999999 69 0.0900 0 88 999.000 999.0 99.0 +8283600.0 27.8 -2.2 14 97700 0 0 363 0 0 0 0 0 0 0 230 2.6 1 0 56.3 2000 9 999999999 80 0.0900 0 88 999.000 999.0 99.0 +8287200.0 23.9 -2.8 17 97700 0 0 344 0 0 0 0 0 0 0 260 2.6 0 0 56.3 2000 9 999999999 69 0.0900 0 88 999.000 999.0 99.0 +8290800.0 23.3 -2.2 18 97800 0 0 342 0 0 0 0 0 0 0 110 3.1 0 0 56.3 2000 9 999999999 80 0.0900 0 88 999.000 999.0 99.0 +8294400.0 21.7 -2.2 20 97800 0 0 335 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0900 0 88 999.000 999.0 99.0 +8298000.0 21.7 -2.2 20 97800 0 0 335 0 0 0 0 0 0 0 80 2.6 1 0 56.3 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +8301600.0 18.9 -1.1 26 97800 0 0 323 0 0 0 0 0 0 0 220 2.1 1 0 56.3 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +8305200.0 18.3 -0.6 28 97800 0 0 321 0 0 0 0 0 0 0 210 1.5 1 0 56.3 2000 9 999999999 89 0.0730 0 88 999.000 999.0 99.0 +8308800.0 17.2 -1.1 29 97800 0 0 316 0 0 0 0 0 0 0 100 2.6 0 0 56.3 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +8312400.0 17.8 -1.1 28 97900 0 0 318 0 0 0 0 0 0 0 90 2.6 0 0 56.3 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +8316000.0 17.2 -0.6 30 97900 0 0 316 0 0 0 0 0 0 0 110 4.1 0 0 80.5 2000 9 999999999 89 0.0730 0 88 999.000 999.0 99.0 +8319600.0 17.2 -0.6 30 97900 100 1171 316 43 212 23 4300 11300 3300 410 120 4.6 0 0 80.5 2000 9 999999999 89 0.0730 0 88 999.000 999.0 99.0 +8323200.0 20.6 0.0 25 98000 383 1364 332 231 650 50 24100 57100 8000 1000 110 5.2 0 0 80.5 2000 9 999999999 89 0.0730 0 88 999.000 999.0 99.0 +8326800.0 25.0 -1.1 18 98000 655 1364 351 470 822 73 49700 80600 10900 1620 100 5.2 0 0 80.5 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +8330400.0 27.2 -3.9 13 98100 888 1364 358 675 907 93 71100 90100 12400 2140 90 4.6 0 0 80.5 2000 9 999999999 69 0.0730 0 88 999.000 999.0 99.0 +8334000.0 28.9 -4.4 11 98100 1067 1364 366 845 950 106 88000 95000 13500 3060 120 3.6 0 0 64.4 2000 9 999999999 69 0.0730 0 88 999.000 999.0 99.0 +8337600.0 30.6 -4.4 10 98000 1180 1364 374 947 971 113 98500 97300 14100 4250 100 4.6 0 0 64.4 2000 9 999999999 69 0.0730 0 88 999.000 999.0 99.0 +8341200.0 31.7 -1.1 12 98000 1218 1364 384 981 975 116 102000 97800 14400 4940 160 4.1 0 0 48.3 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +8344800.0 32.8 -1.7 11 97900 1180 1364 389 961 967 113 98200 96900 14100 4260 150 1.5 0 0 48.3 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +8348400.0 34.4 -5.0 8 97900 1068 1364 392 840 950 106 88100 95000 13500 3070 230 1.5 0 0 48.3 2000 9 999999999 69 0.0730 0 88 999.000 999.0 99.0 +8352000.0 35.6 -6.1 7 97800 889 1364 397 692 912 93 71600 90600 12400 2140 250 1.5 0 0 64.4 2000 9 999999999 60 0.0730 0 88 999.000 999.0 99.0 +8355600.0 35.0 -7.8 6 97700 656 1364 391 471 838 74 50600 82200 11000 1640 220 3.6 0 0 64.4 2000 9 999999999 50 0.0730 0 88 999.000 999.0 99.0 +8359200.0 34.4 -7.2 6 97700 385 1364 389 226 670 50 24800 59000 8100 1000 290 3.1 0 0 64.4 2000 9 999999999 50 0.0730 0 88 999.000 999.0 99.0 +8362800.0 32.8 -8.3 6 97700 102 1171 379 50 232 24 4600 12500 3500 430 350 2.6 0 0 56.3 2000 9 999999999 50 0.0730 0 88 999.000 999.0 99.0 +8366400.0 31.1 -5.0 9 97700 0 0 375 0 0 0 0 0 0 0 320 3.6 0 0 48.3 2000 9 999999999 60 0.0730 0 88 999.000 999.0 99.0 +8370000.0 28.9 -3.3 12 97800 0 0 367 0 0 0 0 0 0 0 290 1.5 0 0 48.3 2000 9 999999999 69 0.0730 0 88 999.000 999.0 99.0 +8373600.0 25.6 -1.7 17 97800 0 0 353 0 0 0 0 0 0 0 250 4.1 0 0 48.3 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +8377200.0 25.0 -1.7 17 97900 0 0 350 0 0 0 0 0 0 0 280 2.1 0 0 48.3 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +8380800.0 25.0 -1.1 18 97900 0 0 351 0 0 0 0 0 0 0 320 2.1 0 0 48.3 2000 9 999999999 80 0.0730 0 88 999.000 999.0 99.0 +8384400.0 23.3 -0.6 21 97900 0 0 344 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 89 0.1070 0 88 999.000 999.0 99.0 +8388000.0 20.6 -0.6 24 97900 0 0 332 0 0 0 0 0 0 0 110 3.1 0 0 48.3 2000 9 999999999 89 0.1070 0 88 999.000 999.0 99.0 +8391600.0 18.9 -1.1 26 97900 0 0 323 0 0 0 0 0 0 0 120 4.6 0 0 48.3 2000 9 999999999 80 0.1070 0 88 999.000 999.0 99.0 +8395200.0 17.8 0.0 30 98000 0 0 320 0 0 0 0 0 0 0 100 4.1 0 0 48.3 2000 9 999999999 89 0.1070 0 88 999.000 999.0 99.0 +8398800.0 17.8 -1.1 28 98000 0 0 318 0 0 0 0 0 0 0 80 3.1 0 0 48.3 2000 9 999999999 80 0.1070 0 88 999.000 999.0 99.0 +8402400.0 17.2 -1.7 28 98000 0 0 315 0 0 0 0 0 0 0 90 4.6 0 0 80.5 2000 9 999999999 80 0.1070 0 88 999.000 999.0 99.0 +8406000.0 16.7 -1.7 29 98100 105 1193 313 44 161 27 4400 7900 3700 480 90 3.6 0 0 80.5 2000 9 999999999 80 0.1070 0 88 999.000 999.0 99.0 +8409600.0 20.0 -1.7 23 98100 389 1363 328 231 583 61 23700 51000 9200 1160 100 5.2 0 0 80.5 2000 9 999999999 80 0.1070 0 88 999.000 999.0 99.0 +8413200.0 25.0 -0.6 19 98100 660 1363 352 471 765 90 47900 74500 11700 1850 110 5.2 0 0 80.5 2000 9 999999999 89 0.1070 0 88 999.000 999.0 99.0 +8416800.0 26.7 -2.8 14 98100 893 1363 357 680 862 113 71600 86500 14800 2820 120 4.6 0 0 80.5 2000 9 999999999 69 0.1070 0 88 999.000 999.0 99.0 +8420400.0 28.3 -4.4 11 98100 1071 1363 363 849 913 130 87300 91200 15500 3320 90 4.1 0 0 64.4 2000 9 999999999 60 0.1070 0 88 999.000 999.0 99.0 +8424000.0 29.4 -6.1 9 98000 1183 1363 366 947 939 138 98000 94000 16200 4790 140 3.1 0 0 64.4 2000 9 999999999 60 0.1070 0 88 999.000 999.0 99.0 +8427600.0 31.7 -8.3 7 97900 1221 1363 374 977 951 142 102100 95200 16500 5650 130 3.6 0 0 64.4 2000 9 999999999 50 0.1070 0 88 999.000 999.0 99.0 +8431200.0 33.3 -6.7 7 97800 1183 1363 384 948 940 138 98000 94100 16200 4790 250 1.5 0 0 64.4 2000 9 999999999 60 0.1070 0 88 999.000 999.0 99.0 +8434800.0 33.9 -8.9 6 97700 1070 1363 384 845 920 129 87700 91900 15400 3310 80 4.1 0 0 64.4 2000 9 999999999 50 0.1070 0 88 999.000 999.0 99.0 +8438400.0 34.4 -6.1 7 97600 892 1363 390 694 867 114 71900 86900 14900 2840 250 1.0 0 0 64.4 2000 9 999999999 60 0.1070 0 88 999.000 999.0 99.0 +8442000.0 33.9 -6.7 7 97600 659 1363 387 470 777 91 48400 75600 11800 1860 330 3.6 0 0 64.4 2000 9 999999999 60 0.1070 0 88 999.000 999.0 99.0 +8445600.0 33.3 -7.2 7 97500 388 1363 383 228 593 61 24000 51800 9200 1160 340 4.6 0 0 64.4 2000 9 999999999 60 0.1070 0 88 999.000 999.0 99.0 +8449200.0 31.7 -4.4 9 97500 105 1193 379 47 171 28 4600 8400 3800 500 310 4.1 0 0 64.4 2000 9 999999999 60 0.1070 0 88 999.000 999.0 99.0 +8452800.0 30.0 -6.7 9 97400 0 0 368 0 0 0 0 0 0 0 310 4.1 0 0 56.3 2000 9 999999999 60 0.1070 0 88 999.000 999.0 99.0 +8456400.0 28.3 -3.3 12 97500 0 0 364 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 69 0.1070 0 88 999.000 999.0 99.0 +8460000.0 25.0 -3.3 15 97500 0 0 348 0 0 0 0 0 0 0 210 2.1 0 0 48.3 2000 9 999999999 69 0.1070 0 88 999.000 999.0 99.0 +8463600.0 23.9 -2.2 18 97500 0 0 345 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 80 0.1070 0 88 999.000 999.0 99.0 +8467200.0 23.3 -1.1 20 97500 0 0 343 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 80 0.1070 0 88 999.000 999.0 99.0 +8470800.0 21.7 -2.2 20 97500 0 0 335 0 0 0 0 0 0 0 110 3.6 0 0 48.3 2000 9 999999999 80 0.0360 0 88 999.000 999.0 99.0 +8474400.0 20.6 -2.2 22 97400 0 0 330 0 0 0 0 0 0 0 80 3.1 0 0 48.3 2000 9 999999999 80 0.0360 0 88 999.000 999.0 99.0 +8478000.0 18.3 -2.2 25 97400 0 0 319 0 0 0 0 0 0 0 110 3.6 0 0 48.3 2000 9 999999999 80 0.0360 0 88 999.000 999.0 99.0 +8481600.0 17.8 -2.2 26 97400 0 0 317 0 0 0 0 0 0 0 100 3.6 0 0 48.3 2000 9 999999999 80 0.0360 0 88 999.000 999.0 99.0 +8485200.0 16.7 -1.1 30 97400 0 0 314 0 0 0 0 0 0 0 110 3.6 0 0 48.3 2000 9 999999999 80 0.0360 0 88 999.000 999.0 99.0 +8488800.0 16.1 -0.6 32 97400 0 0 312 0 0 0 0 0 0 0 110 3.1 0 0 80.5 2000 9 999999999 89 0.0360 0 88 999.000 999.0 99.0 +8492400.0 16.1 -0.6 32 97400 110 1215 312 57 342 19 5200 20800 3300 380 110 4.1 0 0 80.5 2000 9 999999999 89 0.0360 0 88 999.000 999.0 99.0 +8496000.0 19.4 -0.6 26 97400 395 1362 326 243 752 37 27000 67200 7500 920 120 3.6 0 0 80.5 2000 9 999999999 89 0.0360 0 88 999.000 999.0 99.0 +8499600.0 23.3 -3.9 16 97400 665 1362 340 490 896 54 51900 87200 9200 1380 100 4.1 0 0 80.5 2000 9 999999999 69 0.0360 0 88 999.000 999.0 99.0 +8503200.0 25.6 -5.6 12 97400 897 1362 348 697 967 69 74100 96300 10600 1910 120 2.6 0 0 80.5 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8506800.0 28.9 -4.4 11 97400 1075 1362 366 856 997 79 90600 99900 11500 2650 70 2.1 0 0 80.5 2000 9 999999999 69 0.0360 0 88 999.000 999.0 99.0 +8510400.0 30.6 -6.7 8 97300 1187 1362 371 971 1019 85 101500 102400 12100 3620 210 4.1 0 0 80.5 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8514000.0 32.2 -5.6 8 97200 1225 1362 380 1002 1025 87 105100 103000 12300 4150 110 3.6 0 0 80.5 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8517600.0 32.8 -7.8 7 97100 1186 1362 380 971 965 135 100300 96600 16000 4800 210 2.1 5 0 80.5 2000 9 999999999 50 0.0360 0 88 999.000 999.0 99.0 +8521200.0 33.9 -8.3 6 97000 1073 1362 385 866 930 134 89200 92800 15900 3370 250 5.2 6 0 80.5 2000 9 999999999 50 0.0360 0 88 999.000 999.0 99.0 +8524800.0 32.8 -6.7 7 96900 894 1362 382 685 717 215 70900 71300 24000 5290 310 4.6 10 0 64.4 2000 9 999999999 50 0.0360 0 88 999.000 999.0 99.0 +8528400.0 32.8 -9.4 6 96900 662 1362 385 487 737 128 50600 71900 15500 2630 300 5.7 10 1 64.4 2000 9 999999999 50 0.0360 0 88 999.000 999.0 99.0 +8532000.0 32.2 -10.6 6 96800 391 1362 373 242 536 93 25000 45800 11800 1630 290 4.6 7 0 64.4 2000 9 999999999 50 0.0360 0 88 999.000 999.0 99.0 +8535600.0 30.6 -12.2 5 96800 107 1215 363 62 390 17 5700 25400 3300 390 300 5.2 3 0 64.4 2000 9 999999999 40 0.0160 0 88 999.000 999.0 99.0 +8539200.0 28.9 -9.4 7 96800 0 0 359 0 0 0 0 0 0 0 250 3.6 1 0 48.3 2000 9 999999999 50 0.0360 0 88 999.000 999.0 99.0 +8542800.0 25.0 -6.1 12 96900 0 0 345 0 0 0 0 0 0 0 200 2.1 0 0 48.3 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8546400.0 25.0 -6.7 12 96900 0 0 344 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8550000.0 21.7 -5.6 16 96900 0 0 330 0 0 0 0 0 0 0 110 3.1 0 0 48.3 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8553600.0 21.1 -6.7 15 96900 0 0 326 0 0 0 0 0 0 0 130 4.6 0 0 48.3 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8557200.0 21.1 -11.7 10 97000 0 0 320 0 0 0 0 0 0 0 130 3.1 0 0 48.3 2000 9 999999999 40 0.0360 0 88 999.000 999.0 99.0 +8560800.0 20.6 -12.2 10 96900 0 0 317 0 0 0 0 0 0 0 90 5.7 0 0 48.3 2000 9 999999999 40 0.0360 0 88 999.000 999.0 99.0 +8564400.0 18.9 -10.6 13 96900 0 0 312 0 0 0 0 0 0 0 90 5.2 0 0 48.3 2000 9 999999999 50 0.0360 0 88 999.000 999.0 99.0 +8568000.0 17.2 -7.2 18 96900 0 0 309 0 0 0 0 0 0 0 80 5.7 0 0 48.3 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8571600.0 15.6 -6.7 21 97000 0 0 303 0 0 0 0 0 0 0 90 5.7 0 0 48.3 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8575200.0 13.9 -5.0 27 97000 0 0 298 0 0 0 0 0 0 0 60 3.6 0 0 80.5 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8578800.0 15.6 -5.6 23 97000 115 1237 304 55 363 19 5500 22300 3400 380 120 6.7 0 0 96.6 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8582400.0 18.3 -5.0 20 97100 400 1362 316 253 767 37 27800 68800 7600 930 120 3.6 0 0 96.6 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8586000.0 21.7 -6.1 15 97100 670 1362 330 505 903 55 52700 87900 9300 1400 140 3.6 0 0 96.6 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8589600.0 23.9 -5.6 14 97100 902 1362 340 713 967 69 74500 96300 10600 1920 130 2.6 0 0 96.6 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8593200.0 25.6 -8.3 10 97100 1079 1362 345 862 1008 79 91800 101100 11500 2680 170 2.6 0 0 96.6 2000 9 999999999 50 0.0360 0 88 999.000 999.0 99.0 +8596800.0 27.8 -6.7 10 97000 1190 1362 357 986 1019 85 101800 102400 12100 3660 160 5.2 0 0 96.6 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8600400.0 30.0 -8.3 8 97000 1228 1362 366 1012 1030 87 105900 103500 12300 4210 200 10.3 0 0 56.3 2000 9 999999999 50 0.0360 0 88 999.000 999.0 99.0 +8604000.0 30.0 -8.9 7 96900 1189 1362 365 977 1024 85 102100 102900 12100 3640 200 11.3 0 0 72.4 2000 9 999999999 50 0.0360 0 88 999.000 999.0 99.0 +8607600.0 30.6 -8.9 7 96900 1076 1362 368 875 1007 79 91500 101000 11500 2660 210 10.8 0 0 72.4 2000 9 999999999 50 0.0360 0 88 999.000 999.0 99.0 +8611200.0 30.0 -4.4 10 96900 897 1362 371 712 967 69 74200 96300 10600 1910 250 7.2 0 0 56.3 2000 9 999999999 60 0.0360 0 88 999.000 999.0 99.0 +8614800.0 28.3 1.1 17 96900 664 1362 370 472 890 55 51700 86600 9300 1390 250 8.8 0 0 48.3 2000 9 999999999 89 0.0360 0 88 999.000 999.0 99.0 +8618400.0 26.7 0.0 17 96900 394 1362 361 236 754 37 27100 67400 7500 920 280 9.3 0 0 48.3 2000 9 999999999 89 0.0360 0 88 999.000 999.0 99.0 +8622000.0 24.4 1.1 22 97000 110 1214 351 59 352 19 5300 21500 3300 380 270 7.7 0 0 48.3 2000 9 999999999 100 0.0360 0 88 999.000 999.0 99.0 +8625600.0 23.3 0.0 21 97000 0 0 345 0 0 0 0 0 0 0 270 5.7 0 0 48.3 2000 9 999999999 89 0.0360 0 88 999.000 999.0 99.0 +8629200.0 21.1 0.0 25 97100 0 0 335 0 0 0 0 0 0 0 230 4.6 0 0 48.3 2000 9 999999999 89 0.0360 0 88 999.000 999.0 99.0 +8632800.0 20.6 -0.6 24 97200 0 0 332 0 0 0 0 0 0 0 260 5.2 0 0 48.3 2000 9 999999999 80 0.0360 0 88 999.000 999.0 99.0 +8636400.0 19.4 -1.1 25 97200 0 0 326 0 0 0 0 0 0 0 260 4.1 0 0 48.3 2000 9 999999999 80 0.0360 0 88 999.000 999.0 99.0 +8640000.0 18.3 0.0 29 97300 0 0 322 0 0 0 0 0 0 0 190 1.5 0 0 48.3 2000 9 999999999 89 0.0360 0 88 999.000 999.0 99.0 +8643600.0 17.8 -1.1 28 97300 0 0 318 0 0 0 0 0 0 0 320 1.5 0 0 48.3 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8647200.0 16.7 0.0 32 97300 0 0 315 0 0 0 0 0 0 0 90 5.2 0 0 48.3 2000 9 999999999 89 0.1080 0 88 999.000 999.0 99.0 +8650800.0 15.0 -1.1 33 97400 0 0 306 0 0 0 0 0 0 0 100 4.1 0 0 48.3 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8654400.0 14.4 0.0 37 97400 0 0 305 0 0 0 0 0 0 0 80 4.1 0 0 48.3 2000 9 999999999 89 0.1080 0 88 999.000 999.0 99.0 +8658000.0 13.9 -0.6 37 97500 0 0 302 0 0 0 0 0 0 0 90 3.6 0 0 48.3 2000 9 999999999 89 0.1080 0 88 999.000 999.0 99.0 +8661600.0 13.3 -1.1 37 97500 0 0 299 0 0 0 0 0 0 0 100 4.6 0 0 64.4 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8665200.0 12.8 -1.7 37 97600 120 1282 297 47 187 29 5000 9500 4000 510 100 4.6 0 0 64.4 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8668800.0 15.0 -1.1 33 97700 406 1361 306 233 598 63 25200 53000 9400 1200 110 5.2 0 0 64.4 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8672400.0 16.7 0.6 34 97800 675 1361 316 473 770 92 49300 75200 11900 1910 100 3.6 0 0 64.4 2000 9 999999999 89 0.1080 0 88 999.000 999.0 99.0 +8676000.0 19.4 1.1 30 97800 906 1361 328 675 853 115 72200 85600 15000 2920 70 3.1 0 0 56.3 2000 9 999999999 100 0.1080 0 88 999.000 999.0 99.0 +8679600.0 21.1 1.7 28 97800 1083 1361 337 838 900 131 87300 89900 15500 3450 170 3.1 0 0 48.3 2000 9 999999999 100 0.1080 0 88 999.000 999.0 99.0 +8683200.0 22.2 1.1 25 97700 1194 1361 341 950 925 140 97700 92600 16300 5060 270 2.6 0 0 48.3 2000 9 999999999 100 0.1080 0 88 999.000 999.0 99.0 +8686800.0 23.9 0.6 22 97700 1231 1361 348 975 934 143 101400 93500 16600 5950 240 3.6 0 0 48.3 2000 9 999999999 89 0.1080 0 88 999.000 999.0 99.0 +8690400.0 25.0 -0.6 19 97600 1191 1361 352 938 928 140 97800 92900 16300 5010 310 3.1 0 0 48.3 2000 9 999999999 89 0.1080 0 88 999.000 999.0 99.0 +8694000.0 26.7 -1.7 15 97500 1078 1361 359 848 907 131 87500 90600 15600 3410 230 4.1 0 0 48.3 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8697600.0 26.7 -1.7 15 97500 900 1361 359 675 860 115 72200 86300 15000 2890 280 4.6 0 0 40.2 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8701200.0 26.1 -1.7 16 97400 667 1361 356 455 772 92 48900 75200 11900 1890 230 2.6 0 0 40.2 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8704800.0 25.6 -1.7 17 97400 397 1361 353 223 592 62 24500 52100 9300 1180 340 3.6 0 0 40.2 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8708400.0 25.0 -1.1 18 97500 113 1236 351 50 182 29 4900 9200 4000 510 320 3.1 0 0 48.3 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8712000.0 24.4 -1.1 18 97500 0 0 348 0 0 0 0 0 0 0 320 3.1 0 0 48.3 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8715600.0 22.8 -0.6 21 97600 0 0 342 0 0 0 0 0 0 0 150 1.5 0 0 48.3 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +8719200.0 21.1 0.0 25 97600 0 0 335 0 0 0 0 0 0 0 120 2.6 0 0 48.3 2000 9 999999999 89 0.1080 0 88 999.000 999.0 99.0 +8722800.0 20.6 0.0 25 97600 0 0 332 0 0 0 0 0 0 0 100 3.1 0 0 48.3 2000 9 999999999 89 0.1080 0 88 999.000 999.0 99.0 +8726400.0 19.4 0.6 28 97600 0 0 328 0 0 0 0 0 0 0 110 3.6 2 0 48.3 2000 9 999999999 89 0.1080 0 88 999.000 999.0 99.0 +8730000.0 18.9 0.0 28 97600 0 0 325 0 0 0 0 0 0 0 100 3.1 4 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8733600.0 17.8 0.0 30 97500 0 0 320 0 0 0 0 0 0 0 130 2.6 0 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8737200.0 17.2 0.6 33 97500 0 0 318 0 0 0 0 0 0 0 70 2.6 0 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8740800.0 16.1 0.0 34 97500 0 0 312 0 0 0 0 0 0 0 100 2.6 0 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8744400.0 15.6 0.6 36 97500 0 0 311 0 0 0 0 0 0 0 150 2.1 0 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8748000.0 15.0 0.6 38 97600 0 0 308 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8751600.0 15.0 0.6 38 97600 126 1303 308 48 189 30 5100 9800 4200 530 120 2.6 0 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8755200.0 17.8 0.6 32 97600 411 1360 320 234 598 64 25600 53200 9500 1230 90 4.6 0 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8758800.0 20.0 0.6 27 97600 680 1360 330 472 753 98 49100 73400 12300 1980 100 3.6 1 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8762400.0 23.3 0.6 22 97600 910 1360 345 658 649 221 67800 64600 24400 5560 110 3.6 5 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8766000.0 25.0 0.0 19 97600 1087 1360 353 812 842 146 86600 84900 18500 4900 150 2.1 2 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8769600.0 26.7 0.6 18 97500 1197 1360 361 913 866 157 97800 87600 20500 7180 130 2.1 2 0 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +8773200.0 28.3 -0.6 15 97400 1234 1360 368 986 938 144 102100 93900 16700 6080 140 4.1 0 0 48.3 2000 9 999999999 80 0.1090 0 88 999.000 999.0 99.0 +8776800.0 28.9 -2.2 13 97300 1194 1360 368 958 930 141 98300 93100 16400 5090 140 2.6 0 0 48.3 2000 9 999999999 80 0.1090 0 88 999.000 999.0 99.0 +8780400.0 30.0 -2.2 12 97200 1081 1360 374 855 905 132 87600 90400 15600 3440 170 3.1 0 0 48.3 2000 9 999999999 80 0.1090 0 88 999.000 999.0 99.0 +8784000.0 30.0 -2.8 12 97200 902 1360 373 691 849 121 71900 85000 15400 3000 150 4.6 1 0 48.3 2000 9 999999999 80 0.1090 0 88 999.000 999.0 99.0 +8787600.0 30.0 -8.3 8 97100 670 1360 366 442 588 178 49100 58700 20100 3760 120 4.1 5 0 48.3 2000 9 999999999 50 0.1090 0 88 999.000 999.0 99.0 +8791200.0 29.4 -8.3 8 97100 400 1360 363 251 541 86 25000 46900 11200 1550 180 4.1 6 0 64.4 2000 9 999999999 50 0.1090 0 88 999.000 999.0 99.0 +8794800.0 28.3 -10.0 7 97100 116 1258 362 42 88 33 4400 4200 4000 600 170 3.1 3 1 64.4 2000 9 999999999 40 0.1090 0 88 999.000 999.0 99.0 +8798400.0 27.2 -8.9 9 97200 0 0 358 0 0 0 0 0 0 0 0 0.0 3 1 64.4 2000 9 999999999 50 0.1090 0 88 999.000 999.0 99.0 +8802000.0 26.7 -7.8 10 97200 0 0 351 0 0 0 0 0 0 0 310 2.1 1 0 64.4 2000 9 999999999 50 0.1090 0 88 999.000 999.0 99.0 +8805600.0 22.8 -5.0 15 97200 0 0 336 0 0 0 0 0 0 0 200 2.6 0 0 64.4 2000 9 999999999 60 0.1090 0 88 999.000 999.0 99.0 +8809200.0 23.3 -3.9 16 97200 0 0 340 0 0 0 0 0 0 0 60 1.5 0 0 56.3 2000 9 999999999 69 0.1090 0 88 999.000 999.0 99.0 +8812800.0 20.6 -1.7 22 97200 0 0 330 0 0 0 0 0 0 0 120 2.1 0 0 48.3 2000 9 999999999 80 0.1090 0 88 999.000 999.0 99.0 +8816400.0 18.9 -2.2 24 97200 0 0 322 0 0 0 0 0 0 0 170 2.6 0 0 48.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8820000.0 18.9 -2.2 24 97100 0 0 322 0 0 0 0 0 0 0 110 1.5 0 0 48.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8823600.0 17.8 -2.2 26 97100 0 0 317 0 0 0 0 0 0 0 210 2.6 0 0 48.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8827200.0 17.2 -1.7 28 97100 0 0 315 0 0 0 0 0 0 0 120 3.6 0 0 48.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8830800.0 16.1 -1.7 30 97100 0 0 310 0 0 0 0 0 0 0 110 3.1 0 0 48.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8834400.0 16.1 -1.1 31 97100 0 0 311 0 0 0 0 0 0 0 100 3.1 0 0 48.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8838000.0 15.6 -0.6 34 97200 131 1325 310 53 153 33 5100 8000 4300 590 90 3.6 0 0 56.3 2000 9 999999999 89 0.1410 0 88 999.000 999.0 99.0 +8841600.0 18.9 -1.7 25 97200 417 1359 323 240 546 74 25000 48500 10100 1390 110 4.6 0 0 56.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8845200.0 21.7 -2.2 20 97200 685 1359 335 484 730 108 50300 72300 13800 2330 120 4.6 0 0 56.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8848800.0 23.9 -1.7 18 97200 915 1359 345 690 822 135 71600 82000 16300 3280 90 4.6 0 0 48.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8852400.0 25.6 -1.7 17 97100 1090 1359 353 857 872 153 89700 87800 19100 5120 100 4.6 0 0 48.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8856000.0 28.3 -4.4 11 97000 1200 1359 363 967 907 163 102200 91600 21100 7500 130 2.6 0 0 40.2 2000 9 999999999 60 0.1410 0 88 999.000 999.0 99.0 +8859600.0 30.0 -6.1 9 97000 1236 1359 369 992 914 167 106000 92400 21800 8840 50 1.5 0 0 48.3 2000 9 999999999 60 0.1410 0 88 999.000 999.0 99.0 +8863200.0 31.1 -5.0 9 96800 1197 1359 375 950 904 163 101600 91300 21000 7400 180 4.1 0 0 48.3 2000 9 999999999 60 0.1410 0 88 999.000 999.0 99.0 +8866800.0 31.7 -6.1 8 96700 1083 1359 377 858 878 153 89700 88300 19100 5030 220 3.1 0 0 56.3 2000 9 999999999 60 0.1410 0 88 999.000 999.0 99.0 +8870400.0 32.2 -5.6 8 96600 905 1359 380 675 828 134 71200 82500 16200 3210 320 2.1 0 0 64.4 2000 9 999999999 60 0.1410 0 88 999.000 999.0 99.0 +8874000.0 32.2 -3.9 9 96500 673 1359 382 462 716 112 49100 70600 14100 2380 280 4.1 1 0 64.4 2000 9 999999999 60 0.1410 0 88 999.000 999.0 99.0 +8877600.0 31.1 -6.1 8 96500 403 1359 374 233 543 72 24100 47700 9900 1350 280 6.2 0 0 64.4 2000 9 999999999 60 0.1410 0 88 999.000 999.0 99.0 +8881200.0 30.0 -7.2 8 96400 119 1257 374 39 88 29 4000 4200 3600 510 310 3.6 1 1 64.4 2000 9 999999999 50 0.1410 0 88 999.000 999.0 99.0 +8884800.0 28.9 -6.1 10 96500 0 0 370 0 0 0 0 0 0 0 270 3.1 1 1 56.3 2000 9 999999999 60 0.1410 0 88 999.000 999.0 99.0 +8888400.0 25.6 -2.2 16 96600 0 0 359 0 0 0 0 0 0 0 270 3.1 1 1 56.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8892000.0 25.0 -1.7 17 96600 0 0 350 0 0 0 0 0 0 0 240 5.7 0 0 56.3 2000 9 999999999 80 0.1410 0 88 999.000 999.0 99.0 +8895600.0 24.4 0.0 20 96600 0 0 350 0 0 0 0 0 0 0 240 5.7 0 0 56.3 2000 9 999999999 89 0.1410 0 88 999.000 999.0 99.0 +8899200.0 23.3 0.0 21 96500 0 0 345 0 0 0 0 0 0 0 270 4.6 0 0 48.3 2000 9 999999999 89 0.1410 0 88 999.000 999.0 99.0 +8902800.0 22.8 0.6 23 96600 0 0 343 0 0 0 0 0 0 0 290 2.6 0 0 48.3 2000 9 999999999 89 0.0940 0 88 999.000 999.0 99.0 +8906400.0 21.7 0.0 24 96500 0 0 337 0 0 0 0 0 0 0 290 4.1 1 0 48.3 2000 9 999999999 89 0.0940 0 88 999.000 999.0 99.0 +8910000.0 18.9 1.1 31 96500 0 0 326 0 0 0 0 0 0 0 120 4.1 2 0 48.3 2000 9 999999999 100 0.0940 0 88 999.000 999.0 99.0 +8913600.0 18.3 1.1 32 96500 0 0 329 0 0 0 0 0 0 0 100 3.6 6 1 48.3 2000 9 999999999 100 0.0940 0 88 999.000 999.0 99.0 +8917200.0 17.8 0.6 32 96500 0 0 327 0 0 0 0 0 0 0 110 4.6 10 1 48.3 2000 9 999999999 89 0.0940 0 88 999.000 999.0 99.0 +8920800.0 16.7 0.6 34 96600 0 0 322 0 0 0 0 0 0 0 90 5.2 9 1 56.3 2000 9 999999999 89 0.0940 0 88 999.000 999.0 99.0 +8924400.0 17.2 0.6 33 96700 137 1347 332 45 26 43 5000 1700 4800 990 110 4.6 8 3 72.4 2000 9 999999999 89 0.0940 0 88 999.000 999.0 99.0 +8928000.0 18.9 1.1 31 96700 422 1359 340 240 500 78 24100 44500 10300 1460 100 4.1 8 3 64.4 2000 9 999999999 100 0.0940 0 88 999.000 999.0 99.0 +8931600.0 22.2 0.0 23 96700 689 1359 357 422 457 191 44300 45800 21000 4110 100 3.6 9 4 64.4 2000 9 999999999 89 0.0560 0 88 999.000 999.0 99.0 +8935200.0 23.3 -0.6 21 96800 919 1359 362 529 275 339 56100 29500 36100 9660 180 2.6 9 4 72.4 2000 9 999999999 89 0.0940 0 88 999.000 999.0 99.0 +8938800.0 24.4 -1.7 18 96800 1094 1359 372 700 497 303 75100 51800 33300 11200 0 0.0 9 6 72.4 7620 9 999999999 80 0.0940 0 88 999.000 999.0 99.0 +8942400.0 25.6 -2.2 16 96800 1203 1359 396 660 181 500 71900 19200 54900 22680 270 1.5 9 9 72.4 7620 9 999999999 80 0.0940 0 88 999.000 999.0 99.0 +8946000.0 26.1 -1.1 17 96700 1239 1359 392 604 169 443 65700 18000 49200 22240 270 2.6 9 8 72.4 7620 9 999999999 80 0.0940 0 88 999.000 999.0 99.0 +8949600.0 26.1 -0.6 17 96700 1199 1359 382 566 125 497 66900 13000 55400 22150 300 3.6 10 6 72.4 7620 9 999999999 80 0.0940 0 88 999.000 999.0 99.0 +8953200.0 28.3 0.0 16 96600 1086 1359 394 644 369 348 70100 40000 38100 12290 260 2.6 9 6 64.4 7620 9 999999999 89 0.0940 0 88 999.000 999.0 99.0 +8956800.0 28.9 0.0 15 96600 907 1359 397 468 190 349 51600 20000 38200 10150 330 2.6 9 6 64.4 7620 9 999999999 89 0.0940 0 88 999.000 999.0 99.0 +8960400.0 28.9 0.0 15 96600 675 1359 394 399 446 181 42200 44600 20000 3840 330 5.2 8 5 64.4 7620 9 999999999 89 0.0940 0 88 999.000 999.0 99.0 +8964000.0 28.3 -0.6 15 96600 406 1359 390 201 356 95 21200 31400 11700 1770 280 5.2 6 5 64.4 7620 9 999999999 80 0.0560 0 88 999.000 999.0 99.0 +8967600.0 24.4 1.7 23 96700 122 1279 370 54 191 28 5000 9800 4000 490 160 4.6 4 4 40.2 2000 9 999999999 100 0.0940 0 88 999.000 999.0 99.0 +8971200.0 22.8 3.9 29 96700 0 0 362 0 0 0 0 0 0 0 180 7.2 3 3 24.1 2000 9 999999999 110 0.0940 0 88 999.000 999.0 99.0 +8974800.0 22.8 3.9 29 96800 0 0 354 0 0 0 0 0 0 0 180 4.6 1 1 40.2 2000 9 999999999 110 0.0940 0 88 999.000 999.0 99.0 +8978400.0 22.2 3.9 30 96900 0 0 351 0 0 0 0 0 0 0 90 3.6 1 1 48.3 2000 9 999999999 110 0.0940 0 88 999.000 999.0 99.0 +8982000.0 20.0 5.0 38 97000 0 0 342 0 0 0 0 0 0 0 90 6.2 1 1 48.3 2000 9 999999999 120 0.0940 0 88 999.000 999.0 99.0 +8985600.0 18.9 4.4 39 97000 0 0 336 0 0 0 0 0 0 0 90 5.2 1 1 48.3 2000 9 999999999 120 0.0940 0 88 999.000 999.0 99.0 +8989200.0 17.8 4.4 42 97000 0 0 325 0 0 0 0 0 0 0 100 4.6 0 0 56.3 2000 9 999999999 120 0.1100 0 88 999.000 999.0 99.0 +8992800.0 16.1 5.6 50 97100 0 0 318 0 0 0 0 0 0 0 120 3.6 0 0 56.3 2000 9 999999999 129 0.1100 0 88 999.000 999.0 99.0 +8996400.0 15.6 5.6 52 97100 0 0 316 0 0 0 0 0 0 0 120 2.6 0 0 56.3 2000 9 999999999 129 0.1100 0 88 999.000 999.0 99.0 +9000000.0 15.0 5.6 54 97100 0 0 314 0 0 0 0 0 0 0 100 3.1 0 0 56.3 2000 9 999999999 129 0.1100 0 88 999.000 999.0 99.0 +9003600.0 15.0 5.6 54 97100 0 0 314 0 0 0 0 0 0 0 100 3.6 0 0 56.3 2000 9 999999999 129 0.1100 0 88 999.000 999.0 99.0 +9007200.0 14.4 5.6 55 97200 0 34 311 0 0 0 0 0 0 0 100 4.1 0 0 80.5 2000 9 999999999 129 0.1100 0 88 999.000 999.0 99.0 +9010800.0 14.4 6.1 58 97200 142 1358 312 60 213 31 5600 11200 4400 550 100 4.1 0 0 72.4 2000 9 999999999 129 0.1100 0 88 999.000 999.0 99.0 +9014400.0 17.8 6.1 47 97300 427 1358 327 249 601 66 26700 54100 9700 1270 130 3.6 0 0 56.3 2000 9 999999999 129 0.1100 0 88 999.000 999.0 99.0 +9018000.0 20.0 5.0 38 97200 694 1358 335 488 768 95 50800 75200 12200 1990 130 2.6 0 0 56.3 2000 9 999999999 120 0.1100 0 88 999.000 999.0 99.0 +9021600.0 22.2 4.4 31 97300 923 1358 345 688 849 118 73500 85300 15400 3060 220 3.6 0 0 48.3 2000 9 999999999 120 0.1100 0 88 999.000 999.0 99.0 +9025200.0 23.9 3.9 27 97200 1098 1358 352 857 897 133 88300 89600 15700 3640 250 5.7 0 0 48.3 2000 9 999999999 110 0.1100 0 88 999.000 999.0 99.0 +9028800.0 25.6 4.4 26 97100 1206 1358 361 952 917 142 98200 91800 16500 5410 280 4.6 0 0 40.2 2000 9 999999999 120 0.1100 0 88 999.000 999.0 99.0 +9032400.0 27.2 3.9 22 97000 1242 1358 368 990 928 145 101900 92900 16700 6400 240 9.3 0 0 40.2 2000 9 999999999 110 0.1100 0 88 999.000 999.0 99.0 +9036000.0 28.9 3.3 19 96900 1201 1358 376 947 920 142 98200 92100 16500 5300 250 7.7 0 0 40.2 2000 9 999999999 110 0.1100 0 88 999.000 999.0 99.0 +9039600.0 29.4 0.6 15 96700 1088 1358 375 826 902 133 88100 90100 15700 3540 260 8.8 0 0 32.2 2000 9 999999999 89 0.1100 0 88 999.000 999.0 99.0 +9043200.0 30.6 -9.4 7 96600 909 1358 374 633 589 225 66300 60900 25400 5930 260 12.4 1 1 8.0 2000 9 999999999 50 0.1100 0 88 999.000 999.0 99.0 +9046800.0 30.0 -18.3 3 96600 678 1358 363 475 758 85 48700 74300 11500 1830 280 12.4 2 2 24.1 2000 9 999999999 30 0.1100 0 88 999.000 999.0 99.0 +9050400.0 28.9 -18.3 4 96600 409 1358 353 247 588 64 25200 52300 9400 1220 300 8.8 1 1 40.2 2000 9 999999999 30 0.1100 0 88 999.000 999.0 99.0 +9054000.0 26.1 -11.1 8 96800 125 1301 350 51 191 30 5200 9900 4200 530 360 5.2 1 1 56.3 2000 9 999999999 40 0.1100 0 88 999.000 999.0 99.0 +9057600.0 23.9 -6.7 13 96900 0 0 346 0 0 0 0 0 0 0 50 6.7 1 1 56.3 2000 9 999999999 60 0.1100 0 88 999.000 999.0 99.0 +9061200.0 22.2 -3.9 17 97000 0 0 358 0 0 0 0 0 0 0 70 7.2 6 6 56.3 2740 9 999999999 69 0.1100 0 88 999.000 999.0 99.0 +9064800.0 21.7 -3.9 18 97100 0 0 384 0 0 0 0 0 0 0 70 5.7 10 10 56.3 3660 9 999999999 69 0.1100 0 88 999.000 999.0 99.0 +9068400.0 22.2 -5.0 16 97100 0 0 385 0 0 0 0 0 0 0 90 3.6 10 10 48.3 3050 9 999999999 60 0.1100 0 88 999.000 999.0 99.0 +9072000.0 21.1 -3.9 18 97200 0 0 381 0 0 0 0 0 0 0 60 7.2 10 10 56.3 3350 9 999999999 69 0.1100 0 88 999.000 999.0 99.0 +9075600.0 19.4 -1.7 24 97200 0 0 336 0 0 0 0 0 0 0 70 4.1 2 2 56.3 2000 9 999999999 80 0.1120 0 88 999.000 999.0 99.0 +9079200.0 18.9 -1.7 25 97200 0 0 329 0 0 0 0 0 0 0 40 3.1 1 1 56.3 2000 9 999999999 80 0.1120 0 88 999.000 999.0 99.0 +9082800.0 17.8 -2.8 25 97200 0 0 317 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 80 0.1120 0 88 999.000 999.0 99.0 +9086400.0 17.2 -3.3 25 97300 0 0 313 0 0 0 0 0 0 0 120 1.5 0 0 56.3 2000 9 999999999 69 0.1120 0 88 999.000 999.0 99.0 +9090000.0 15.0 -2.8 29 97400 0 0 305 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 69 0.1120 0 88 999.000 999.0 99.0 +9093600.0 15.0 -1.1 33 97500 0 57 306 0 0 0 0 0 0 0 50 3.1 0 0 72.4 2000 9 999999999 80 0.1120 0 88 999.000 999.0 99.0 +9097200.0 16.1 -0.6 32 97500 148 1357 312 62 229 32 6000 12400 4600 570 40 2.1 0 0 72.4 2000 9 999999999 89 0.1120 0 88 999.000 999.0 99.0 +9100800.0 20.0 1.1 29 97600 432 1357 331 251 609 67 27300 55000 9800 1290 70 6.2 0 0 56.3 2000 9 999999999 100 0.1120 0 88 999.000 999.0 99.0 +9104400.0 21.1 0.6 26 97600 699 1357 335 490 775 96 51500 76000 12300 2010 50 5.7 0 0 56.3 2000 9 999999999 89 0.1120 0 88 999.000 999.0 99.0 +9108000.0 23.3 1.1 23 97600 927 1357 346 695 857 119 74400 86100 15500 3100 60 4.6 0 0 56.3 2000 9 999999999 89 0.1120 0 88 999.000 999.0 99.0 +9111600.0 25.0 1.1 21 97600 1101 1357 354 863 900 135 89000 89900 15900 3700 60 6.2 0 0 56.3 2000 9 999999999 100 0.1120 0 88 999.000 999.0 99.0 +9115200.0 26.7 1.1 19 97500 1209 1357 362 960 923 143 99100 92400 16600 5510 120 5.2 0 0 48.3 2000 9 999999999 100 0.1120 0 88 999.000 999.0 99.0 +9118800.0 27.2 -0.6 16 97500 1244 1357 362 994 935 146 102900 93600 16800 6530 240 2.6 0 0 48.3 2000 9 999999999 80 0.1120 0 88 999.000 999.0 99.0 +9122400.0 28.3 -1.1 15 97400 1204 1357 367 957 927 143 99100 92800 16600 5390 170 3.1 0 0 40.2 2000 9 999999999 80 0.1120 0 88 999.000 999.0 99.0 +9126000.0 28.9 -0.6 15 97300 1090 1357 371 856 901 134 88300 90000 15800 3580 120 3.6 0 0 48.3 2000 9 999999999 89 0.1120 0 88 999.000 999.0 99.0 +9129600.0 29.4 -3.3 12 97300 912 1357 369 699 860 118 73400 86300 15300 3010 210 3.6 0 0 56.3 2000 9 999999999 69 0.1120 0 88 999.000 999.0 99.0 +9133200.0 29.4 -1.7 13 97200 680 1357 372 475 770 95 49900 75200 12200 1960 220 1.5 0 0 56.3 2000 9 999999999 80 0.1120 0 88 999.000 999.0 99.0 +9136800.0 29.4 -1.7 13 97200 412 1357 372 242 598 65 25800 53300 9600 1240 150 3.1 0 0 56.3 2000 9 999999999 80 0.1120 0 88 999.000 999.0 99.0 +9140400.0 28.3 -2.8 13 97200 128 1323 365 53 199 31 5400 10400 4300 550 0 0.0 0 0 56.3 2000 9 999999999 69 0.1120 0 88 999.000 999.0 99.0 +9144000.0 27.2 -1.1 16 97200 0 0 362 0 0 0 0 0 0 0 270 2.6 0 0 48.3 2000 9 999999999 80 0.1120 0 88 999.000 999.0 99.0 +9147600.0 24.4 0.6 21 97300 0 0 351 0 0 0 0 0 0 0 220 3.1 0 0 40.2 2000 9 999999999 89 0.1120 0 88 999.000 999.0 99.0 +9151200.0 23.9 0.6 22 97300 0 0 348 0 0 0 0 0 0 0 220 2.1 0 0 40.2 2000 9 999999999 89 0.1120 0 88 999.000 999.0 99.0 +9154800.0 22.8 0.6 23 97300 0 0 343 0 0 0 0 0 0 0 0 0.0 0 0 40.2 2000 9 999999999 89 0.1120 0 88 999.000 999.0 99.0 +9158400.0 22.2 1.7 26 97300 0 0 342 0 0 0 0 0 0 0 120 2.6 0 0 40.2 2000 9 999999999 100 0.1120 0 88 999.000 999.0 99.0 +9162000.0 20.0 1.7 30 97300 0 0 332 0 0 0 0 0 0 0 110 2.6 0 0 40.2 2000 9 999999999 100 0.1440 0 88 999.000 999.0 99.0 +9165600.0 18.9 2.2 33 97300 0 0 327 0 0 0 0 0 0 0 110 3.1 0 0 48.3 2000 9 999999999 100 0.1440 0 88 999.000 999.0 99.0 +9169200.0 17.8 2.2 35 97300 0 0 322 0 0 0 0 0 0 0 140 2.1 0 0 48.3 2000 9 999999999 100 0.1440 0 88 999.000 999.0 99.0 +9172800.0 17.2 1.7 35 97300 0 0 319 0 0 0 0 0 0 0 100 3.1 0 0 48.3 2000 9 999999999 100 0.1440 0 88 999.000 999.0 99.0 +9176400.0 16.1 1.7 38 97300 0 0 314 0 0 0 0 0 0 0 90 3.1 0 0 48.3 2000 9 999999999 100 0.1440 0 88 999.000 999.0 99.0 +9180000.0 16.1 1.7 38 97300 0 79 314 0 0 0 0 0 0 0 100 4.1 0 0 72.4 2000 9 999999999 100 0.1440 0 88 999.000 999.0 99.0 +9183600.0 15.6 1.1 38 97400 153 1356 311 54 176 35 5700 9700 4600 630 130 2.6 0 0 56.3 2000 9 999999999 100 0.1440 0 88 999.000 999.0 99.0 +9187200.0 20.0 0.0 26 97400 437 1356 330 260 557 77 26600 50200 10400 1460 110 3.6 0 0 40.2 2000 9 999999999 89 0.1440 0 88 999.000 999.0 99.0 +9190800.0 22.2 0.0 23 97500 703 1356 340 502 729 112 51800 72500 14200 2450 100 3.6 0 0 40.2 2000 9 999999999 89 0.1440 0 88 999.000 999.0 99.0 +9194400.0 24.4 0.0 20 97400 931 1356 350 706 819 138 72800 81800 16600 3430 120 3.1 0 0 40.2 2000 9 999999999 89 0.1440 0 88 999.000 999.0 99.0 +9198000.0 26.7 -0.6 17 97400 1104 1356 360 839 868 156 90800 87400 19500 5420 80 2.6 0 0 40.2 2000 9 999999999 89 0.1440 0 88 999.000 999.0 99.0 +9201600.0 29.4 -3.3 12 97400 1212 1356 369 962 899 166 102800 90800 21400 8050 240 5.2 0 0 40.2 2000 9 999999999 69 0.1440 0 88 999.000 999.0 99.0 +9205200.0 30.6 -3.3 11 97200 1247 1356 375 996 907 170 106600 91600 22100 9530 280 3.6 0 0 40.2 2000 9 999999999 69 0.1440 0 88 999.000 999.0 99.0 +9208800.0 32.2 -5.0 9 97200 1206 1356 381 958 900 166 102400 90900 21400 7860 230 4.1 0 0 48.3 2000 9 999999999 69 0.1440 0 88 999.000 999.0 99.0 +9212400.0 32.2 -3.3 10 97000 1093 1356 383 862 873 155 90300 87800 19300 5230 320 2.1 0 0 48.3 2000 9 999999999 69 0.1440 0 88 999.000 999.0 99.0 +9216000.0 32.8 -2.8 10 97000 914 1356 387 703 822 137 71800 81900 16400 3310 210 3.1 0 0 56.3 2000 9 999999999 69 0.1440 0 88 999.000 999.0 99.0 +9219600.0 33.3 -3.9 9 96900 683 1356 388 485 727 110 50300 71900 13900 2370 270 3.6 0 0 56.3 2000 9 999999999 69 0.1440 0 88 999.000 999.0 99.0 +9223200.0 32.8 -3.3 9 96900 415 1356 386 254 543 74 24900 48200 10100 1390 270 4.1 0 0 64.4 2000 9 999999999 69 0.1440 0 88 999.000 999.0 99.0 +9226800.0 31.7 -3.9 10 96900 131 1322 380 47 156 34 5200 8200 4400 610 270 3.6 0 0 72.4 2000 9 999999999 69 0.1440 0 88 999.000 999.0 99.0 +9230400.0 29.4 -3.3 12 96900 0 0 369 0 0 0 0 0 0 0 220 2.6 0 0 72.4 2000 9 999999999 69 0.1440 0 88 999.000 999.0 99.0 +9234000.0 26.7 0.0 17 97000 0 0 361 0 0 0 0 0 0 0 200 2.6 0 0 64.4 2000 9 999999999 89 0.1440 0 88 999.000 999.0 99.0 +9237600.0 25.6 -1.1 17 97000 0 0 354 0 0 0 0 0 0 0 230 2.6 0 0 56.3 2000 9 999999999 80 0.1440 0 88 999.000 999.0 99.0 +9241200.0 24.4 -0.6 19 97000 0 0 349 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.1440 0 88 999.000 999.0 99.0 +9244800.0 23.9 -2.2 18 97000 0 0 345 0 0 0 0 0 0 0 260 3.1 0 0 56.3 2000 9 999999999 80 0.1440 0 88 999.000 999.0 99.0 +9248400.0 22.8 0.6 23 97000 0 0 343 0 0 0 0 0 0 0 310 3.1 0 0 56.3 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9252000.0 22.2 -0.6 22 97000 0 0 339 0 0 0 0 0 0 0 150 1.5 0 0 56.3 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9255600.0 19.4 1.1 30 97000 0 0 328 0 0 0 0 0 0 0 100 3.1 0 0 56.3 2000 9 999999999 100 0.0780 0 88 999.000 999.0 99.0 +9259200.0 17.8 1.1 33 97000 0 0 321 0 0 0 0 0 0 0 80 3.6 0 0 56.3 2000 9 999999999 100 0.0780 0 88 999.000 999.0 99.0 +9262800.0 17.2 0.0 31 97000 0 0 317 0 0 0 0 0 0 0 90 5.2 0 0 56.3 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9266400.0 16.1 0.0 34 97000 1 102 312 1 1 1 0 0 0 0 90 4.6 0 0 72.4 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9270000.0 17.8 -0.6 29 97100 158 1355 319 74 331 29 6900 20000 4600 520 90 5.7 0 0 64.4 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9273600.0 20.6 -0.6 24 97100 442 1355 332 272 691 57 29300 63000 8800 1150 80 5.2 0 0 64.4 2000 9 999999999 80 0.0780 0 88 999.000 999.0 99.0 +9277200.0 23.9 0.6 22 97100 707 1355 348 512 831 80 54600 82200 11600 1820 100 4.1 0 0 64.4 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9280800.0 26.7 0.0 17 97000 934 1355 361 713 903 99 75000 89900 12800 2350 140 4.1 0 0 64.4 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9284400.0 28.9 0.6 16 97000 1108 1355 372 877 931 118 90800 93200 14500 3600 130 4.1 1 0 56.3 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9288000.0 30.6 -1.7 12 96900 1215 1355 385 998 946 128 100500 94800 15300 5340 130 3.1 2 1 64.4 2000 9 999999999 80 0.0780 0 88 999.000 999.0 99.0 +9291600.0 31.7 -3.3 10 96800 1249 1355 397 789 447 371 83700 46700 40500 22950 110 4.6 7 3 72.4 2000 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +9295200.0 32.8 -2.8 10 96700 1208 1355 407 937 832 155 95700 84300 20400 7520 110 5.2 9 4 72.4 2000 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +9298800.0 32.8 -5.0 8 96600 1095 1355 401 792 635 280 82400 63500 30900 9890 120 4.1 9 3 72.4 2000 9 999999999 60 0.0780 0 88 999.000 999.0 99.0 +9302400.0 34.4 0.0 11 96500 916 1355 416 692 775 149 71700 78800 18300 4030 220 6.2 9 3 56.3 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9306000.0 33.3 -1.1 11 96400 685 1355 412 442 530 175 46800 53200 19800 3720 270 6.7 9 4 56.3 2000 9 999999999 80 0.0780 0 88 999.000 999.0 99.0 +9309600.0 32.8 -1.7 11 96400 418 1355 415 197 205 136 21500 18800 15700 3050 240 7.7 10 6 56.3 7620 9 999999999 80 0.0780 0 88 999.000 999.0 99.0 +9313200.0 31.1 -2.2 11 96400 134 1344 402 51 106 37 5100 5300 4500 680 250 8.2 10 5 48.3 2000 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +9316800.0 29.4 -2.2 13 96500 0 0 390 0 0 0 0 0 0 0 240 9.3 9 4 48.3 2000 9 999999999 80 0.0780 0 88 999.000 999.0 99.0 +9320400.0 28.3 -1.1 15 96600 0 0 392 0 0 0 0 0 0 0 240 4.6 9 6 48.3 7620 9 999999999 80 0.0780 0 88 999.000 999.0 99.0 +9324000.0 26.7 0.0 17 96600 0 0 376 0 0 0 0 0 0 0 250 5.2 8 3 48.3 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9327600.0 26.1 0.0 18 96700 0 0 370 0 0 0 0 0 0 0 280 3.1 6 2 48.3 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9331200.0 25.0 0.0 19 96700 0 0 359 0 0 0 0 0 0 0 270 2.1 5 1 48.3 2000 9 999999999 89 0.0780 0 88 999.000 999.0 99.0 +9334800.0 23.9 1.1 22 96700 0 0 360 0 0 0 0 0 0 0 110 2.6 9 2 48.3 2000 9 999999999 89 0.1450 0 88 999.000 999.0 99.0 +9338400.0 21.1 0.6 26 96700 0 0 355 0 0 0 0 0 0 0 70 3.1 10 5 48.3 2000 9 999999999 89 0.1450 0 88 999.000 999.0 99.0 +9342000.0 21.1 -1.1 23 96700 0 0 344 0 0 0 0 0 0 0 120 2.1 8 2 48.3 2000 9 999999999 80 0.1450 0 88 999.000 999.0 99.0 +9345600.0 20.0 -2.2 22 96700 0 0 333 0 0 0 0 0 0 0 70 2.6 4 1 48.3 2000 9 999999999 80 0.1450 0 88 999.000 999.0 99.0 +9349200.0 17.8 -2.2 26 96700 0 0 328 0 0 0 0 0 0 0 60 4.1 4 2 56.3 2000 9 999999999 80 0.1450 0 88 999.000 999.0 99.0 +9352800.0 17.2 -1.7 28 96800 1 124 326 0 0 0 0 0 0 0 40 2.6 2 2 72.4 2000 9 999999999 80 0.1450 0 88 999.000 999.0 99.0 +9356400.0 17.2 0.0 31 96800 164 1355 323 58 184 38 6300 10600 5000 680 110 4.1 1 1 72.4 2000 9 999999999 89 0.1450 0 88 999.000 999.0 99.0 +9360000.0 20.6 -1.7 22 96800 447 1355 330 275 566 79 27600 51300 10600 1500 100 4.1 0 0 56.3 2000 9 999999999 80 0.1450 0 88 999.000 999.0 99.0 +9363600.0 23.3 -0.6 21 96900 712 1355 344 512 732 114 52700 72900 14400 2510 60 1.5 0 0 56.3 2000 9 999999999 89 0.1450 0 88 999.000 999.0 99.0 +9367200.0 25.0 -2.2 16 96900 938 1355 350 711 826 140 74100 82500 16800 3510 350 2.1 0 0 56.3 2000 9 999999999 69 0.1450 0 88 999.000 999.0 99.0 +9370800.0 26.7 -1.1 16 96900 1111 1355 359 866 871 158 91800 87700 19700 5580 300 3.6 0 0 56.3 2000 9 999999999 80 0.1450 0 88 999.000 999.0 99.0 +9374400.0 27.8 -0.6 16 96800 1218 1355 365 967 893 167 102800 90200 21500 8320 220 4.1 0 0 56.3 2000 9 999999999 89 0.1450 0 88 999.000 999.0 99.0 +9378000.0 28.3 -0.6 15 96800 1252 1355 368 997 903 171 106800 91200 22200 9870 270 6.7 0 0 56.3 2000 9 999999999 80 0.1450 0 88 999.000 999.0 99.0 +9381600.0 28.9 1.1 17 96700 1211 1355 385 947 855 179 99100 86000 22100 8540 280 6.2 2 2 56.3 2000 9 999999999 100 0.1450 0 88 999.000 999.0 99.0 +9385200.0 28.9 0.6 16 96700 1097 1355 398 612 241 415 66600 25600 45900 15230 260 7.7 6 6 48.3 3350 9 999999999 89 0.1450 0 88 999.000 999.0 99.0 +9388800.0 28.9 0.6 16 96600 918 1355 394 515 214 375 56200 22500 41000 11050 270 7.2 6 5 48.3 3660 9 999999999 89 0.1450 0 88 999.000 999.0 99.0 +9392400.0 29.4 0.6 15 96600 688 1355 394 462 590 166 49400 59300 19300 3520 240 6.2 4 4 56.3 2000 9 999999999 89 0.1450 0 88 999.000 999.0 99.0 +9396000.0 28.3 -5.0 11 96600 421 1355 374 199 297 109 21500 27200 13000 2140 280 5.7 2 2 56.3 2000 9 999999999 60 0.1450 0 88 999.000 999.0 99.0 +9399600.0 26.7 -12.2 7 96600 138 1355 351 58 166 34 5300 8600 4400 610 260 8.8 1 1 24.1 2000 9 999999999 40 0.1450 0 88 999.000 999.0 99.0 +9403200.0 23.9 -13.3 7 96700 0 11 331 0 0 0 0 0 0 0 250 6.2 0 0 48.3 2000 9 999999999 40 0.1450 0 88 999.000 999.0 99.0 +9406800.0 22.8 -12.2 9 96700 0 0 327 0 0 0 0 0 0 0 240 5.2 0 0 48.3 2000 9 999999999 40 0.1450 0 88 999.000 999.0 99.0 +9410400.0 21.7 -10.6 11 96800 0 0 324 0 0 0 0 0 0 0 260 5.2 0 0 48.3 2000 9 999999999 50 0.1450 0 88 999.000 999.0 99.0 +9414000.0 20.0 -10.0 12 96800 0 0 318 0 0 0 0 0 0 0 260 5.7 0 0 48.3 2000 9 999999999 50 0.1450 0 88 999.000 999.0 99.0 +9417600.0 18.9 -8.3 15 96900 0 0 315 0 0 0 0 0 0 0 240 3.6 0 0 48.3 2000 9 999999999 50 0.1450 0 88 999.000 999.0 99.0 +9421200.0 17.8 -7.8 17 96900 0 0 311 0 0 0 0 0 0 0 240 3.1 0 0 56.3 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +9424800.0 16.7 -7.8 18 96900 0 0 306 0 0 0 0 0 0 0 260 3.1 0 0 56.3 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +9428400.0 16.1 -8.3 18 97000 0 0 303 0 0 0 0 0 0 0 230 4.6 0 0 56.3 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +9432000.0 16.1 -8.3 18 97000 0 0 303 0 0 0 0 0 0 0 250 5.2 0 0 56.3 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +9435600.0 15.6 -6.7 21 97100 0 0 303 0 0 0 0 0 0 0 250 5.2 0 0 56.3 2000 9 999999999 60 0.1140 0 88 999.000 999.0 99.0 +9439200.0 14.4 -8.3 20 97100 2 169 296 1 1 1 0 0 0 0 220 3.1 0 0 72.4 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +9442800.0 16.1 -10.0 16 97200 169 1354 301 76 271 35 7000 16700 4900 610 190 2.6 0 0 64.4 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +9446400.0 18.9 -10.6 13 97300 452 1354 312 268 636 70 29600 58200 10100 1360 230 3.1 0 0 56.3 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +9450000.0 21.1 -5.0 17 97300 716 1354 329 508 788 100 53700 77400 12700 2100 50 2.1 0 0 48.3 2000 9 999999999 60 0.1140 0 88 999.000 999.0 99.0 +9453600.0 23.3 -3.3 17 97300 942 1354 341 710 865 122 76500 87000 15800 3240 290 3.1 0 0 48.3 2000 9 999999999 69 0.1140 0 88 999.000 999.0 99.0 +9457200.0 25.0 -3.9 14 97300 1114 1354 348 873 908 137 90900 90700 16100 3890 220 3.6 0 0 56.3 2000 9 999999999 69 0.1140 0 88 999.000 999.0 99.0 +9460800.0 26.1 -7.2 10 97300 1220 1354 349 977 940 146 101900 94100 16800 5910 250 5.2 0 0 56.3 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +9464400.0 27.8 -5.6 11 97200 1254 1354 359 1024 941 149 104600 94200 17100 7050 230 5.2 0 0 56.3 2000 9 999999999 60 0.1140 0 88 999.000 999.0 99.0 +9468000.0 28.9 -10.6 7 97200 1213 1354 357 985 937 146 101100 93800 16800 5710 290 7.2 0 0 64.4 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +9471600.0 29.4 -14.4 5 97100 1099 1354 354 888 920 136 90800 91900 16000 3710 280 5.2 0 0 64.4 2000 9 999999999 40 0.1140 0 88 999.000 999.0 99.0 +9475200.0 28.9 -22.2 3 97100 921 1354 341 725 881 120 75900 88400 15600 3100 270 4.1 0 0 64.4 2000 9 999999999 30 0.1140 0 88 999.000 999.0 99.0 +9478800.0 29.4 -16.7 4 97100 690 1354 351 495 795 97 52100 77800 12400 2000 290 4.1 0 0 48.3 2000 9 999999999 30 0.1140 0 88 999.000 999.0 99.0 +9482400.0 29.4 -18.3 4 97100 423 1354 349 263 623 67 27400 55900 9900 1290 230 6.2 0 0 48.3 2000 9 999999999 30 0.1140 0 88 999.000 999.0 99.0 +9486000.0 27.8 -12.2 6 97100 141 1354 350 55 226 32 5800 11900 4600 570 230 6.7 0 0 48.3 2000 9 999999999 40 0.1140 0 88 999.000 999.0 99.0 +9489600.0 25.0 -12.2 8 97200 0 34 337 0 0 0 0 0 0 0 240 4.6 0 0 48.3 2000 9 999999999 40 0.1140 0 88 999.000 999.0 99.0 +9493200.0 23.3 -14.4 7 97200 0 0 327 0 0 0 0 0 0 0 240 4.1 0 0 48.3 2000 9 999999999 40 0.1140 0 88 999.000 999.0 99.0 +9496800.0 22.2 -13.9 8 97300 0 0 322 0 0 0 0 0 0 0 240 4.1 0 0 48.3 2000 9 999999999 40 0.1140 0 88 999.000 999.0 99.0 +9500400.0 20.6 -10.6 11 97400 0 0 319 0 0 0 0 0 0 0 260 3.6 0 0 48.3 2000 9 999999999 40 0.1140 0 88 999.000 999.0 99.0 +9504000.0 21.7 -12.2 9 97500 0 0 322 0 0 0 0 0 0 0 330 2.6 0 0 48.3 2000 9 999999999 40 0.1140 0 88 999.000 999.0 99.0 +9507600.0 20.0 -13.3 9 97500 0 0 314 0 0 0 0 0 0 0 290 2.6 0 0 48.3 2000 9 999999999 40 0.0380 0 88 999.000 999.0 99.0 +9511200.0 16.7 -8.9 17 97500 0 0 305 0 0 0 0 0 0 0 80 3.1 0 0 48.3 2000 9 999999999 50 0.0380 0 88 999.000 999.0 99.0 +9514800.0 15.0 -8.3 19 97600 0 0 298 0 0 0 0 0 0 0 100 1.5 0 0 48.3 2000 9 999999999 50 0.0380 0 88 999.000 999.0 99.0 +9518400.0 14.4 -8.9 19 97600 0 0 295 0 0 0 0 0 0 0 100 3.1 0 0 48.3 2000 9 999999999 50 0.0380 0 88 999.000 999.0 99.0 +9522000.0 13.9 -9.4 19 97700 0 0 293 0 0 0 0 0 0 0 100 3.6 0 0 48.3 2000 9 999999999 50 0.0380 0 88 999.000 999.0 99.0 +9525600.0 13.3 -10.6 18 97700 2 192 289 6 17 2 0 0 0 0 80 4.1 0 0 80.5 2000 9 999999999 50 0.0380 0 88 999.000 999.0 99.0 +9529200.0 14.4 -9.4 18 97800 174 1353 295 85 503 23 9200 36000 4600 500 100 4.1 0 0 64.4 2000 9 999999999 50 0.0380 0 88 999.000 999.0 99.0 +9532800.0 17.8 -8.3 16 97900 456 1353 310 293 800 42 33000 73700 8100 1040 110 5.2 0 0 64.4 2000 9 999999999 50 0.0380 0 88 999.000 999.0 99.0 +9536400.0 20.0 -11.7 11 97900 720 1353 316 544 921 60 57900 90400 9800 1520 110 4.1 0 0 64.4 2000 9 999999999 40 0.0380 0 88 999.000 999.0 99.0 +9540000.0 23.3 -16.1 6 97900 945 1353 324 749 988 74 80100 98600 11000 2110 110 4.1 0 0 64.4 2000 9 999999999 30 0.0380 0 88 999.000 999.0 99.0 +9543600.0 25.6 -13.9 6 98000 1117 1353 337 913 1012 83 95900 101500 11900 3030 120 3.6 0 0 56.3 2000 9 999999999 40 0.0380 0 88 999.000 999.0 99.0 +9547200.0 27.8 -13.9 6 97900 1223 1353 347 1016 1027 89 105900 103200 12400 4330 140 3.1 0 0 56.3 2000 9 999999999 40 0.0380 0 88 999.000 999.0 99.0 +9550800.0 29.4 -13.3 5 97900 1256 1353 356 1054 1031 91 109100 103600 12600 5050 270 3.1 0 0 56.3 2000 9 999999999 40 0.0380 0 88 999.000 999.0 99.0 +9554400.0 30.0 -17.8 4 97800 1215 1353 352 1017 1034 88 105900 103900 12400 4170 310 2.6 0 0 72.4 2000 9 999999999 30 0.0380 0 88 999.000 999.0 99.0 +9558000.0 31.1 -20.0 3 97800 1101 1353 354 899 1016 83 95000 101900 11900 2930 220 4.1 0 0 72.4 2000 9 999999999 30 0.0380 0 88 999.000 999.0 99.0 +9561600.0 31.7 -18.3 4 97700 923 1353 359 732 962 78 76800 95900 11300 2110 230 2.1 1 0 72.4 2000 9 999999999 30 0.0380 0 88 999.000 999.0 99.0 +9565200.0 31.1 -17.2 4 97700 693 1353 358 502 723 134 52500 71100 16100 2830 90 2.6 5 0 72.4 2000 9 999999999 30 0.0380 0 88 999.000 999.0 99.0 +9568800.0 30.6 -15.0 4 97600 426 1353 359 264 560 98 27900 49300 12300 1750 290 3.1 7 0 72.4 2000 9 999999999 30 0.0380 0 88 999.000 999.0 99.0 +9572400.0 30.0 -13.3 5 97600 144 1353 370 50 90 46 6000 5100 5400 960 280 2.6 9 2 72.4 2000 9 999999999 40 0.0380 0 88 999.000 999.0 99.0 +9576000.0 28.3 -13.9 5 97700 0 34 361 0 0 0 0 0 0 0 250 1.5 6 2 56.3 2000 9 999999999 30 0.0380 0 88 999.000 999.0 99.0 +9579600.0 25.6 -9.4 9 97700 0 0 350 0 0 0 0 0 0 0 120 1.5 6 1 48.3 2000 9 999999999 50 0.0380 0 88 999.000 999.0 99.0 +9583200.0 23.9 -9.4 10 97700 0 0 336 0 0 0 0 0 0 0 100 2.1 4 0 48.3 2000 9 999999999 50 0.0380 0 88 999.000 999.0 99.0 +9586800.0 21.1 -6.1 15 97700 0 0 327 0 0 0 0 0 0 0 120 1.0 2 0 48.3 2000 9 999999999 60 0.0380 0 88 999.000 999.0 99.0 +9590400.0 20.6 -7.2 15 97800 0 0 324 0 0 0 0 0 0 0 110 3.1 2 0 48.3 2000 9 999999999 60 0.0380 0 88 999.000 999.0 99.0 +9594000.0 18.3 -7.2 17 97800 0 0 324 0 0 0 0 0 0 0 120 2.6 4 2 48.3 2000 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9597600.0 18.3 -8.3 16 97700 0 0 331 0 0 0 0 0 0 0 150 2.6 8 5 48.3 7620 9 999999999 50 0.0980 0 88 999.000 999.0 99.0 +9601200.0 17.2 -7.8 17 97700 0 0 339 0 0 0 0 0 0 0 0 0.0 10 8 48.3 7620 9 999999999 50 0.0980 0 88 999.000 999.0 99.0 +9604800.0 17.2 -8.3 17 97800 0 0 338 0 0 0 0 0 0 0 80 2.1 10 8 48.3 7620 9 999999999 50 0.0980 0 88 999.000 999.0 99.0 +9608400.0 16.7 -5.6 21 97800 0 0 334 0 0 0 0 0 0 0 90 2.1 9 7 48.3 7620 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9612000.0 16.7 -6.7 20 97800 3 214 326 2 0 2 0 0 0 0 100 3.1 10 5 56.3 2000 9 999999999 60 0.1090 0 88 999.000 999.0 99.0 +9615600.0 17.2 -6.7 19 97900 179 1352 335 67 116 48 6700 6800 5800 900 90 2.6 10 7 56.3 7620 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9619200.0 19.4 -5.6 18 97900 461 1352 346 219 229 145 23500 21600 16100 3010 100 2.6 10 7 64.4 7620 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9622800.0 21.1 -10.0 11 97900 724 1352 349 414 348 227 44300 36400 24700 5320 80 3.6 10 7 64.4 7620 9 999999999 50 0.0980 0 88 999.000 999.0 99.0 +9626400.0 26.7 -7.8 10 98000 949 1352 369 611 473 281 64500 48900 30100 8000 100 2.6 10 4 56.3 2000 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9630000.0 28.9 -11.1 6 97900 1120 1352 378 820 612 315 87800 63800 34800 12580 40 3.6 10 5 56.3 2000 9 999999999 40 0.0980 0 88 999.000 999.0 99.0 +9633600.0 31.1 -16.7 4 97900 1225 1352 388 779 453 369 83100 47300 40100 20840 60 3.1 10 7 64.4 7620 9 999999999 30 0.0980 0 88 999.000 999.0 99.0 +9637200.0 32.8 -11.7 5 97800 1259 1352 411 837 487 379 88900 50900 41400 24820 80 5.2 10 8 64.4 7620 9 999999999 40 0.0980 0 88 999.000 999.0 99.0 +9640800.0 33.9 -11.1 5 97700 1217 1352 427 869 448 436 91500 48600 47600 21890 120 4.1 10 9 64.4 7620 9 999999999 40 0.0980 0 88 999.000 999.0 99.0 +9644400.0 34.4 -12.8 4 97600 1103 1352 407 748 562 290 80400 58700 32500 11040 150 4.6 10 6 64.4 7620 9 999999999 40 0.0980 0 88 999.000 999.0 99.0 +9648000.0 33.9 -12.8 4 97600 925 1352 436 554 178 397 55900 18700 43100 11790 130 3.1 10 10 56.3 7620 9 999999999 40 0.0980 0 88 999.000 999.0 99.0 +9651600.0 33.3 -10.6 5 97500 695 1352 425 240 7 236 27000 600 26700 8970 100 2.6 10 9 56.3 7620 9 999999999 40 0.0980 0 88 999.000 999.0 99.0 +9655200.0 33.3 -12.2 5 97500 429 1352 434 113 31 102 12300 2800 11400 2830 80 1.5 10 10 56.3 4570 9 999999999 40 0.0980 0 88 999.000 999.0 99.0 +9658800.0 32.2 -9.4 6 97500 147 1352 421 33 9 32 3600 600 3600 790 0 0.0 10 9 56.3 4570 9 999999999 50 0.1090 0 88 999.000 999.0 99.0 +9662400.0 30.6 -8.9 7 97500 0 56 413 0 0 0 0 0 0 0 20 3.1 10 9 48.3 4880 9 999999999 50 0.0980 0 88 999.000 999.0 99.0 +9666000.0 30.0 -11.1 6 97500 0 0 417 0 0 0 0 0 0 0 20 3.6 10 10 48.3 7620 9 999999999 40 0.0980 0 88 999.000 999.0 99.0 +9669600.0 28.9 -12.8 6 97500 0 0 409 0 0 0 0 0 0 0 30 1.5 10 10 48.3 7620 9 999999999 40 0.0980 0 88 999.000 999.0 99.0 +9673200.0 26.1 -4.4 13 97500 0 0 406 0 0 0 0 0 0 0 260 3.1 10 10 48.3 7620 9 999999999 69 0.0980 0 88 999.000 999.0 99.0 +9676800.0 25.0 -2.2 16 97500 0 0 404 0 0 0 0 0 0 0 250 2.1 10 10 40.2 5490 9 999999999 80 0.0980 0 88 999.000 999.0 99.0 +9680400.0 24.4 -2.8 16 97500 0 0 400 0 0 0 0 0 0 0 220 2.6 10 10 40.2 5490 9 999999999 69 0.0980 0 88 999.000 999.0 99.0 +9684000.0 23.3 -2.8 17 97500 0 0 394 0 0 0 0 0 0 0 0 0.0 10 10 48.3 5490 9 999999999 69 0.0980 0 88 999.000 999.0 99.0 +9687600.0 23.3 -3.3 17 97500 0 0 382 0 0 0 0 0 0 0 110 1.5 10 9 48.3 5490 9 999999999 69 0.0980 0 88 999.000 999.0 99.0 +9691200.0 22.8 -3.9 17 97500 0 0 358 0 0 0 0 0 0 0 100 5.2 10 5 48.3 2000 9 999999999 69 0.0980 0 88 999.000 999.0 99.0 +9694800.0 22.2 -5.6 15 97500 0 0 353 0 0 0 0 0 0 0 90 6.2 9 5 48.3 7620 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9698400.0 21.7 -6.7 14 97800 4 237 349 0 0 0 0 0 0 0 120 3.6 9 5 72.4 7620 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9702000.0 22.8 -5.6 15 97600 184 1352 359 65 125 45 6600 7400 5600 830 0 0.0 10 6 64.4 7620 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9705600.0 24.4 -7.2 12 97600 465 1352 364 186 155 134 20400 14700 15400 3050 180 2.1 10 6 72.4 7620 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9709200.0 28.9 -8.3 8 97600 728 1352 385 319 216 203 34500 22700 22300 4670 90 4.1 10 6 72.4 7620 9 999999999 50 0.0980 0 88 999.000 999.0 99.0 +9712800.0 31.7 -11.7 5 97600 952 1352 394 607 376 343 65200 40400 36700 10150 70 6.7 10 6 72.4 7620 9 999999999 40 0.0980 0 88 999.000 999.0 99.0 +9716400.0 33.3 -6.7 7 97600 1123 1352 404 883 795 181 87400 79500 21100 6400 100 3.6 9 4 72.4 2000 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9720000.0 34.4 -2.2 9 97600 1228 1352 420 914 513 452 95900 53400 47300 26120 110 8.8 10 5 64.4 2000 9 999999999 69 0.0980 0 88 999.000 999.0 99.0 +9723600.0 35.0 -7.8 6 97600 1261 1352 418 883 541 375 94100 56500 41200 24880 110 6.2 10 6 64.4 7620 9 999999999 50 0.0980 0 88 999.000 999.0 99.0 +9727200.0 34.4 -6.1 7 97600 1219 1352 422 543 83 463 59400 8600 51600 21980 120 7.7 10 7 64.4 6100 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9730800.0 35.6 -6.7 6 97500 1105 1352 435 479 34 471 56900 3600 53900 18300 140 7.2 10 8 64.4 6100 9 999999999 50 0.0980 0 88 999.000 999.0 99.0 +9734400.0 35.0 -3.3 8 97500 927 1352 446 346 1 354 40300 100 40200 13980 120 4.1 10 9 64.4 6710 9 999999999 69 0.0980 0 88 999.000 999.0 99.0 +9738000.0 35.0 -5.0 7 97400 697 1352 443 226 1 255 28600 100 28600 9410 110 8.8 10 9 64.4 6710 9 999999999 60 0.0980 0 88 999.000 999.0 99.0 +9741600.0 33.9 -2.8 9 97500 432 1352 441 98 1 98 11200 100 11200 3780 130 8.2 10 9 64.4 6710 9 999999999 69 0.0980 0 88 999.000 999.0 99.0 +9745200.0 31.7 0.0 13 97600 150 1352 423 38 22 36 4200 1500 4000 870 130 5.7 10 8 64.4 4570 9 999999999 89 0.0720 0 88 999.000 999.0 99.0 +9748800.0 31.7 -2.8 11 97600 0 79 419 0 0 0 0 0 0 0 170 5.7 10 8 48.3 4570 9 999999999 80 0.0980 0 88 999.000 999.0 99.0 +9752400.0 31.1 0.0 13 97700 0 0 405 0 0 0 0 0 0 0 140 7.2 8 5 48.3 7620 9 999999999 89 0.0980 0 88 999.000 999.0 99.0 +9756000.0 30.6 0.6 14 97700 0 0 418 0 0 0 0 0 0 0 150 3.6 10 8 48.3 4270 9 999999999 89 0.0980 0 88 999.000 999.0 99.0 +9759600.0 29.4 2.2 17 97800 0 0 396 0 0 0 0 0 0 0 150 6.2 8 4 48.3 2000 9 999999999 100 0.0980 0 88 999.000 999.0 99.0 +9763200.0 28.3 3.3 20 97800 0 0 395 0 0 0 0 0 0 0 180 5.7 8 5 48.3 7620 9 999999999 110 0.0980 0 88 999.000 999.0 99.0 +9766800.0 28.3 3.3 20 97800 0 0 389 0 0 0 0 0 0 0 90 5.2 6 3 48.3 2000 9 999999999 110 0.0990 0 88 999.000 999.0 99.0 +9770400.0 26.1 4.4 25 97700 0 0 375 0 0 0 0 0 0 0 90 3.1 3 2 48.3 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9774000.0 24.4 4.4 27 97800 0 0 371 0 0 0 0 0 0 0 100 4.6 4 3 48.3 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9777600.0 23.3 4.4 29 97800 0 0 362 0 0 0 0 0 0 0 100 3.1 2 2 48.3 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9781200.0 23.3 4.4 29 97800 0 0 378 0 0 0 0 0 0 0 0 0.0 7 7 48.3 3960 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9784800.0 22.8 5.0 32 97800 5 259 377 0 0 0 0 0 0 0 110 2.6 7 7 64.4 3660 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9788400.0 23.9 5.6 31 97900 189 1351 370 83 206 55 8800 12400 7000 1050 60 3.6 3 3 64.4 2000 9 999999999 129 0.0600 0 88 999.000 999.0 99.0 +9792000.0 26.1 7.8 31 97900 470 1351 387 157 116 128 18400 11100 14600 2920 70 5.2 4 4 72.4 2000 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +9795600.0 28.3 8.3 28 97900 732 1351 396 498 686 127 52500 68300 15400 2810 70 6.2 3 3 72.4 2000 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +9799200.0 29.4 8.3 27 97900 955 1351 401 715 828 132 75300 83100 16500 3510 80 7.7 3 3 64.4 2000 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +9802800.0 30.6 7.8 24 97900 1125 1351 407 871 887 130 89500 88700 15400 3990 80 8.2 3 3 64.4 2000 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +9806400.0 31.1 7.8 23 97900 1230 1351 420 767 354 437 82900 38400 47800 23080 70 7.2 6 6 64.4 3660 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +9810000.0 30.6 7.8 24 97800 1263 1351 429 501 42 463 55500 4300 51400 24430 90 7.7 8 8 64.4 2740 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +9813600.0 31.7 8.3 23 97800 1221 1351 436 857 623 292 89800 62800 32900 15570 60 9.3 8 8 64.4 2740 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +9817200.0 31.7 7.8 23 97700 1107 1351 419 647 319 380 69700 34600 41300 14280 70 6.2 5 5 64.4 2000 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +9820800.0 32.2 6.7 20 97600 929 1351 421 472 253 304 51600 27200 32900 8600 60 6.7 5 5 64.4 2000 9 999999999 129 0.0990 0 88 999.000 999.0 99.0 +9824400.0 32.2 6.1 19 97600 700 1351 413 369 383 174 39400 38600 19400 3730 90 5.7 3 3 72.4 2000 9 999999999 129 0.0990 0 88 999.000 999.0 99.0 +9828000.0 31.7 5.6 19 97500 434 1351 401 258 608 63 27200 55200 9400 1230 100 4.6 1 1 80.5 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9831600.0 30.6 5.6 21 97500 153 1351 395 50 152 34 5400 8400 4400 600 140 3.6 1 1 80.5 2000 9 999999999 129 0.0990 0 88 999.000 999.0 99.0 +9835200.0 29.4 6.1 23 97600 1 101 389 0 0 0 0 0 0 0 120 3.1 1 1 56.3 2000 9 999999999 129 0.0990 0 88 999.000 999.0 99.0 +9838800.0 27.8 7.2 27 97600 0 0 375 0 0 0 0 0 0 0 120 5.2 0 0 56.3 2000 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +9842400.0 26.1 7.2 30 97700 0 0 367 0 0 0 0 0 0 0 90 3.6 0 0 56.3 2000 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +9846000.0 24.4 6.7 32 97700 0 0 358 0 0 0 0 0 0 0 80 4.1 0 0 56.3 2000 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +9849600.0 24.4 6.7 32 97700 0 0 358 0 0 0 0 0 0 0 90 3.6 0 0 56.3 2000 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +9853200.0 23.9 7.2 34 97700 0 0 356 0 0 0 0 0 0 0 100 2.6 0 0 56.3 2000 9 999999999 139 0.1790 0 88 999.000 999.0 99.0 +9856800.0 24.4 6.7 32 97600 0 0 358 0 0 0 0 0 0 0 80 4.6 0 0 56.3 2000 9 999999999 139 0.1790 0 88 999.000 999.0 99.0 +9860400.0 25.0 6.7 31 97600 0 0 361 0 0 0 0 0 0 0 70 5.7 0 0 56.3 2000 9 999999999 139 0.1790 0 88 999.000 999.0 99.0 +9864000.0 24.4 6.7 32 97600 0 0 358 0 0 0 0 0 0 0 70 4.1 0 0 56.3 2000 9 999999999 139 0.1790 0 88 999.000 999.0 99.0 +9867600.0 23.9 6.7 33 97600 0 0 356 0 0 0 0 0 0 0 70 4.1 0 0 56.3 2000 9 999999999 139 0.1790 0 88 999.000 999.0 99.0 +9871200.0 20.6 6.7 41 97600 6 281 340 2 1 2 0 0 0 0 150 2.1 0 0 80.5 2000 9 999999999 139 0.1790 0 88 999.000 999.0 99.0 +9874800.0 22.8 7.2 37 97700 193 1350 351 73 194 46 7700 12300 5900 830 270 2.1 0 0 64.4 2000 9 999999999 139 0.1790 0 88 999.000 999.0 99.0 +9878400.0 25.0 7.8 33 97700 474 1350 362 272 522 92 28400 47800 11600 1730 250 1.5 0 0 64.4 2000 9 999999999 139 0.1790 0 88 999.000 999.0 99.0 +9882000.0 28.9 7.2 26 97700 735 1350 381 500 685 132 53000 68100 15900 2920 80 4.6 0 0 64.4 2000 9 999999999 139 0.1790 0 88 999.000 999.0 99.0 +9885600.0 29.4 6.7 24 97600 958 1350 383 708 765 169 75600 77800 20300 4830 60 4.1 1 0 72.4 2000 9 999999999 139 0.1790 0 88 999.000 999.0 99.0 +9889200.0 30.6 6.7 22 97600 1128 1350 389 856 802 190 88900 80100 21900 6760 110 3.6 1 0 72.4 2000 9 999999999 129 0.1790 0 88 999.000 999.0 99.0 +9892800.0 31.7 6.1 20 97500 1232 1350 394 947 817 202 98600 81800 23800 10500 30 3.1 1 0 72.4 2000 9 999999999 129 0.1790 0 88 999.000 999.0 99.0 +9896400.0 32.2 6.1 19 97400 1265 1350 396 949 654 343 99600 65400 38200 22270 350 1.0 5 0 72.4 2000 9 999999999 129 0.1790 0 88 999.000 999.0 99.0 +9900000.0 33.9 5.6 17 97300 1222 1350 412 934 727 273 98300 73600 31500 14790 270 5.2 8 1 72.4 2000 9 999999999 129 0.1790 0 88 999.000 999.0 99.0 +9903600.0 33.9 4.4 16 97200 1109 1350 410 835 732 238 88400 74100 27400 8990 300 3.6 6 1 72.4 2000 9 999999999 120 0.1790 0 88 999.000 999.0 99.0 +9907200.0 34.4 3.9 15 97100 931 1350 412 695 714 206 72800 71600 23300 5480 250 3.1 6 1 72.4 2000 9 999999999 110 0.1790 0 88 999.000 999.0 99.0 +9910800.0 34.4 3.9 15 97100 702 1350 412 478 638 151 49900 62500 17400 3150 250 4.1 4 1 72.4 2000 9 999999999 110 0.1790 0 88 999.000 999.0 99.0 +9914400.0 33.3 3.9 16 97000 437 1350 407 250 479 92 26300 43500 12200 1710 250 3.6 2 1 72.4 2000 9 999999999 110 0.1790 0 88 999.000 999.0 99.0 +9918000.0 32.8 3.3 15 97000 156 1350 403 48 119 39 5600 6300 4800 710 330 3.6 2 1 64.4 2000 9 999999999 110 0.1790 0 88 999.000 999.0 99.0 +9921600.0 31.7 5.0 19 97100 1 101 400 0 0 0 0 0 0 0 270 2.6 1 1 48.3 2000 9 999999999 120 0.1790 0 88 999.000 999.0 99.0 +9925200.0 29.4 5.6 22 97100 0 0 389 0 0 0 0 0 0 0 220 1.5 1 1 48.3 2000 9 999999999 129 0.1790 0 88 999.000 999.0 99.0 +9928800.0 28.3 6.1 24 97100 0 0 384 0 0 0 0 0 0 0 30 2.1 1 1 40.2 2000 9 999999999 129 0.1790 0 88 999.000 999.0 99.0 +9932400.0 27.8 5.6 24 97200 0 0 373 0 0 0 0 0 0 0 300 2.6 0 0 40.2 2000 9 999999999 120 0.1790 0 88 999.000 999.0 99.0 +9936000.0 25.0 5.6 29 97200 0 0 360 0 0 0 0 0 0 0 110 3.6 0 0 40.2 2000 9 999999999 129 0.1790 0 88 999.000 999.0 99.0 +9939600.0 25.0 6.1 30 97200 0 0 360 0 0 0 0 0 0 0 130 2.1 0 0 40.2 2000 9 999999999 129 0.0990 0 88 999.000 999.0 99.0 +9943200.0 24.4 6.7 32 97200 0 0 358 0 0 0 0 0 0 0 90 2.1 0 0 48.3 2000 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +9946800.0 22.8 7.2 37 97200 0 0 351 0 0 0 0 0 0 0 120 3.6 0 0 48.3 2000 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +9950400.0 21.7 6.7 38 97200 0 0 345 0 0 0 0 0 0 0 110 3.6 0 0 48.3 2000 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +9954000.0 21.7 5.0 34 97200 0 0 343 0 0 0 0 0 0 0 120 3.6 0 0 48.3 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9957600.0 21.1 5.0 35 97200 7 304 340 5 8 3 0 0 0 0 110 4.1 0 0 56.3 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9961200.0 22.8 4.4 30 97300 198 1349 348 88 330 41 9100 22000 5900 720 120 3.6 2 0 40.2 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9964800.0 25.0 5.0 28 97300 478 1349 359 279 491 122 30900 45600 14700 2340 110 5.2 5 0 48.3 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9968400.0 27.8 5.0 23 97300 739 1349 372 508 694 131 53700 69100 15800 2910 110 4.1 5 0 56.3 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9972000.0 29.4 4.4 20 97300 961 1349 380 712 817 127 74900 82200 16200 3470 80 4.1 2 0 56.3 2000 9 999999999 110 0.0990 0 88 999.000 999.0 99.0 +9975600.0 31.7 5.6 19 97300 1131 1349 393 860 679 307 90800 67700 33900 11980 120 4.1 7 0 48.3 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9979200.0 32.8 4.4 17 97200 1235 1349 397 964 888 156 99100 88900 17600 6670 90 2.6 2 0 48.3 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +9982800.0 34.4 2.8 14 97100 1267 1349 403 990 860 179 104400 86800 22800 11350 160 4.6 4 0 48.3 2000 9 999999999 110 0.0990 0 88 999.000 999.0 99.0 +9986400.0 35.6 2.8 13 97000 1224 1349 417 954 799 227 101800 81600 27600 12580 190 3.1 9 1 64.4 2000 9 999999999 110 0.0990 0 88 999.000 999.0 99.0 +9990000.0 36.1 2.2 12 96900 1110 1349 419 840 655 303 90200 68300 33800 11850 310 5.2 9 1 64.4 2000 9 999999999 100 0.0990 0 88 999.000 999.0 99.0 +9993600.0 36.7 3.3 12 96900 933 1349 424 695 733 192 73300 73900 22100 5180 260 5.7 9 1 64.4 2000 9 999999999 100 0.0990 0 88 999.000 999.0 99.0 +9997200.0 36.1 3.9 13 96900 704 1349 422 471 481 217 48500 48300 23200 4790 310 3.6 9 1 64.4 2000 9 999999999 110 0.0990 0 88 999.000 999.0 99.0 +1.00008E7 35.0 1.1 12 96800 440 1349 417 244 371 127 25500 33600 14600 2450 310 4.1 10 2 64.4 2000 9 999999999 100 0.0990 0 88 999.000 999.0 99.0 +1.00044E7 33.9 0.6 12 96800 160 1349 421 65 90 54 6900 5400 6300 1130 280 4.1 10 5 64.4 2000 9 999999999 89 0.0950 0 88 999.000 999.0 99.0 +1.0008E7 33.3 2.8 14 96800 1 124 421 1 0 1 0 0 0 0 320 2.6 10 5 48.3 2000 9 999999999 100 0.0950 0 88 999.000 999.0 99.0 +1.00116E7 30.0 2.2 17 96900 0 0 392 0 0 0 0 0 0 0 220 3.1 9 2 48.3 2000 9 999999999 100 0.0990 0 88 999.000 999.0 99.0 +1.00152E7 28.3 5.0 23 96900 0 0 382 0 0 0 0 0 0 0 220 2.1 8 1 48.3 2000 9 999999999 120 0.0990 0 88 999.000 999.0 99.0 +1.00188E7 27.8 3.9 22 96900 0 0 383 0 0 0 0 0 0 0 240 3.6 10 2 48.3 2000 9 999999999 110 0.0990 0 88 999.000 999.0 99.0 +1.00224E7 27.8 3.3 21 97000 0 0 377 0 0 0 0 0 0 0 260 2.6 9 1 48.3 2000 9 999999999 110 0.0990 0 88 999.000 999.0 99.0 +1.0026E7 27.8 3.3 21 97000 0 0 386 0 0 0 0 0 0 0 290 3.1 9 3 48.3 2000 9 999999999 110 0.1000 0 88 999.000 999.0 99.0 +1.00296E7 25.6 3.9 25 97000 0 0 376 0 0 0 0 0 0 0 240 1.5 9 3 48.3 2000 9 999999999 110 0.1000 0 88 999.000 999.0 99.0 +1.00332E7 25.0 3.3 25 97000 0 0 412 0 0 0 0 0 0 0 0 0.0 10 10 48.3 7620 9 999999999 110 0.1000 0 88 999.000 999.0 99.0 +1.00368E7 23.9 4.4 28 97000 0 0 396 0 0 0 0 0 0 0 100 3.6 10 9 48.3 7620 9 999999999 120 0.1000 0 88 999.000 999.0 99.0 +1.00404E7 22.2 5.0 33 97000 0 0 363 0 0 0 0 0 0 0 100 3.6 8 4 48.3 2000 9 999999999 120 0.1000 0 88 999.000 999.0 99.0 +1.0044E7 21.7 4.4 33 97000 8 326 360 6 6 5 0 0 0 0 100 3.1 8 4 72.4 2000 9 999999999 120 0.0650 0 88 999.000 999.0 99.0 +1.00476E7 22.2 4.4 31 97100 203 1349 356 80 79 68 8600 5400 7800 1440 100 3.6 10 2 64.4 2000 9 999999999 120 0.1000 0 88 999.000 999.0 99.0 +1.00512E7 24.4 4.4 27 97200 482 1349 371 244 340 124 25600 31700 14300 2390 110 5.2 10 3 64.4 2000 9 999999999 120 0.1000 0 88 999.000 999.0 99.0 +1.00548E7 27.8 4.4 22 97200 742 1349 391 509 640 132 50900 63800 15700 2940 100 5.2 10 4 64.4 2000 9 999999999 120 0.1000 0 88 999.000 999.0 99.0 +1.00584E7 30.0 5.6 21 97200 964 1349 407 590 421 289 62100 43600 30900 8470 130 4.6 10 5 64.4 2000 9 999999999 120 0.0650 0 88 999.000 999.0 99.0 +1.0062E7 31.1 5.6 20 97200 1133 1349 413 808 571 326 85900 59600 35800 13610 140 4.1 10 5 64.4 2000 9 999999999 129 0.1000 0 88 999.000 999.0 99.0 +1.00656E7 32.8 4.4 17 97100 1237 1349 424 892 627 318 93300 62900 35500 18210 180 1.5 10 6 64.4 7620 9 999999999 120 0.1000 0 88 999.000 999.0 99.0 +1.00692E7 33.9 3.3 15 97000 1268 1349 429 812 401 428 88500 43600 47400 26590 160 5.2 10 6 64.4 7620 9 999999999 110 0.1000 0 88 999.000 999.0 99.0 +1.00728E7 34.4 3.3 14 97000 1226 1349 444 707 316 417 77100 34300 45900 21730 220 7.7 10 8 64.4 7620 9 999999999 110 0.1000 0 88 999.000 999.0 99.0 +1.00764E7 35.6 1.1 11 96900 1112 1349 431 702 371 396 76100 40200 42900 15180 170 6.2 10 5 64.4 2000 9 999999999 89 0.1000 0 88 999.000 999.0 99.0 +1.008E7 36.1 2.8 12 96900 935 1349 446 535 188 406 57800 19700 44100 12200 200 6.7 10 7 56.3 7620 9 999999999 100 0.1000 0 88 999.000 999.0 99.0 +1.00836E7 35.0 0.0 11 96900 706 1349 442 349 334 180 38600 34900 20300 4020 200 7.7 10 8 64.4 6710 9 999999999 89 0.1000 0 88 999.000 999.0 99.0 +1.00872E7 32.8 2.2 14 96900 442 1349 455 126 11 125 14400 700 14200 4540 270 10.3 10 10 11.3 6710 9 999999999 100 0.1000 0 88 999.000 999.0 99.0 +1.00908E7 31.1 1.7 15 96900 163 1349 432 29 14 27 3200 1000 3000 700 270 7.7 10 9 32.2 6710 9 999999999 100 0.0650 0 88 999.000 999.0 99.0 +1.00944E7 29.4 0.0 15 97000 1 146 411 0 0 0 0 0 0 0 270 6.7 10 8 32.2 7620 9 999999999 89 0.1000 0 88 999.000 999.0 99.0 +1.0098E7 28.9 -2.8 12 97100 0 0 404 0 0 0 0 0 0 0 290 5.2 10 8 40.2 7620 9 999999999 69 0.1000 0 88 999.000 999.0 99.0 +1.01016E7 27.2 -1.7 15 97200 0 0 380 0 0 0 0 0 0 0 320 4.1 8 4 48.3 2000 9 999999999 80 0.1000 0 88 999.000 999.0 99.0 +1.01052E7 26.1 -1.1 17 97200 0 0 372 0 0 0 0 0 0 0 10 2.6 7 3 48.3 2000 9 999999999 80 0.1000 0 88 999.000 999.0 99.0 +1.01088E7 25.6 -2.8 15 97300 0 0 367 0 0 0 0 0 0 0 80 2.1 3 3 48.3 2000 9 999999999 69 0.1000 0 88 999.000 999.0 99.0 +1.01124E7 23.9 0.6 22 97300 0 0 355 0 0 0 0 0 0 0 70 3.6 1 1 48.3 2000 9 999999999 89 0.1180 0 88 999.000 999.0 99.0 +1.0116E7 23.3 -0.6 21 97300 0 0 350 0 0 0 0 0 0 0 110 4.6 1 1 48.3 2000 9 999999999 89 0.1180 0 88 999.000 999.0 99.0 +1.01196E7 22.2 -1.7 20 97300 0 0 337 0 0 0 0 0 0 0 110 2.6 0 0 48.3 2000 9 999999999 80 0.1180 0 88 999.000 999.0 99.0 +1.01232E7 20.0 1.1 29 97300 0 0 331 0 0 0 0 0 0 0 260 2.1 0 0 48.3 2000 9 999999999 100 0.1180 0 88 999.000 999.0 99.0 +1.01268E7 20.0 0.6 27 97400 0 0 330 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 89 0.1180 0 88 999.000 999.0 99.0 +1.01304E7 18.9 0.6 29 97400 9 348 325 6 7 5 0 0 0 0 0 0.0 0 0 64.4 2000 9 999999999 89 0.1180 0 88 999.000 999.0 99.0 +1.0134E7 20.6 0.0 25 97500 207 1348 332 91 327 42 9400 22200 6000 740 0 0.0 0 0 64.4 2000 9 999999999 89 0.1180 0 88 999.000 999.0 99.0 +1.01376E7 24.4 -3.9 15 97500 486 1348 345 302 648 75 32400 60400 10600 1480 90 2.6 0 0 64.4 2000 9 999999999 69 0.1180 0 88 999.000 999.0 99.0 +1.01412E7 25.6 -3.3 15 97600 746 1348 351 541 790 104 56400 77900 13100 2230 80 3.1 0 0 64.4 2000 9 999999999 69 0.1180 0 88 999.000 999.0 99.0 +1.01448E7 27.8 0.0 16 97600 967 1348 366 734 859 126 78500 86500 16300 3490 120 4.6 0 0 64.4 2000 9 999999999 89 0.1180 0 88 999.000 999.0 99.0 +1.01484E7 28.9 1.1 17 97500 1135 1348 373 915 896 141 92000 89600 16400 4270 190 3.6 0 0 80.5 2000 9 999999999 100 0.1180 0 88 999.000 999.0 99.0 +1.0152E7 29.4 0.0 15 97500 1239 1348 374 1002 920 150 102000 92100 17100 6710 150 4.1 0 0 80.5 2000 9 999999999 89 0.1180 0 88 999.000 999.0 99.0 +1.01556E7 31.7 -2.8 11 97400 1270 1348 382 1020 930 152 105300 93100 17300 8060 170 5.2 0 0 80.5 2000 9 999999999 80 0.1180 0 88 999.000 999.0 99.0 +1.01592E7 32.2 -3.3 10 97400 1227 1348 383 993 925 149 101600 92600 17100 6330 150 5.7 0 0 80.5 2000 9 999999999 69 0.1180 0 88 999.000 999.0 99.0 +1.01628E7 32.8 -1.7 11 97300 1114 1348 389 884 898 140 90600 89700 16300 3970 200 4.6 0 0 80.5 2000 9 999999999 80 0.1180 0 88 999.000 999.0 99.0 +1.01664E7 33.9 -0.6 11 97200 937 1348 396 727 853 124 75600 85700 15900 3270 270 6.7 0 0 80.5 2000 9 999999999 80 0.1180 0 88 999.000 999.0 99.0 +1.017E7 32.8 -1.7 11 97200 709 1348 389 505 771 100 52500 75700 12600 2090 280 6.7 0 0 80.5 2000 9 999999999 80 0.1180 0 88 999.000 999.0 99.0 +1.01736E7 31.7 -3.3 10 97200 445 1348 381 276 616 70 28600 56200 10100 1350 310 6.7 0 0 80.5 2000 9 999999999 69 0.1180 0 88 999.000 999.0 99.0 +1.01772E7 30.6 -3.3 11 97200 166 1348 375 66 255 35 7000 14800 5200 620 310 6.7 0 0 80.5 2000 9 999999999 69 0.1180 0 88 999.000 999.0 99.0 +1.01808E7 28.9 -0.6 15 97300 2 168 371 2 1 1 0 0 0 0 310 5.2 0 0 56.3 2000 9 999999999 89 0.1180 0 88 999.000 999.0 99.0 +1.01844E7 27.8 -0.6 16 97400 0 0 365 0 0 0 0 0 0 0 280 4.1 0 0 56.3 2000 9 999999999 89 0.1180 0 88 999.000 999.0 99.0 +1.0188E7 26.1 0.6 19 97400 0 0 359 0 0 0 0 0 0 0 290 3.6 0 0 56.3 2000 9 999999999 89 0.1180 0 88 999.000 999.0 99.0 +1.01916E7 24.4 1.1 22 97400 0 0 351 0 0 0 0 0 0 0 250 3.1 0 0 56.3 2000 9 999999999 100 0.1180 0 88 999.000 999.0 99.0 +1.01952E7 24.4 2.2 23 97500 0 0 352 0 0 0 0 0 0 0 270 2.6 0 0 56.3 2000 9 999999999 100 0.1180 0 88 999.000 999.0 99.0 +1.01988E7 23.9 3.3 26 97500 0 0 351 0 0 0 0 0 0 0 340 2.1 0 0 48.3 2000 9 999999999 110 0.1190 0 88 999.000 999.0 99.0 +1.02024E7 22.2 2.8 28 97500 0 0 343 0 0 0 0 0 0 0 100 3.1 0 0 48.3 2000 9 999999999 110 0.1190 0 88 999.000 999.0 99.0 +1.0206E7 20.6 3.3 32 97500 0 0 336 0 0 0 0 0 0 0 100 3.6 0 0 48.3 2000 9 999999999 110 0.1190 0 88 999.000 999.0 99.0 +1.02096E7 19.4 2.2 32 97500 0 0 329 0 0 0 0 0 0 0 100 4.1 0 0 48.3 2000 9 999999999 100 0.1190 0 88 999.000 999.0 99.0 +1.02132E7 18.9 2.8 34 97500 0 0 328 0 0 0 0 0 0 0 90 5.2 0 0 64.4 2000 9 999999999 110 0.1190 0 88 999.000 999.0 99.0 +1.02168E7 18.3 1.7 33 97600 10 370 324 6 7 5 0 0 0 0 90 4.1 0 0 64.4 2000 9 999999999 100 0.1190 0 88 999.000 999.0 99.0 +1.02204E7 18.9 1.7 32 97700 211 1347 327 102 330 43 9600 22700 6100 760 100 4.1 0 0 64.4 2000 9 999999999 100 0.1190 0 88 999.000 999.0 99.0 +1.0224E7 22.8 1.1 24 97700 490 1347 344 305 639 76 32400 59700 10600 1500 120 4.1 0 0 56.3 2000 9 999999999 100 0.1190 0 88 999.000 999.0 99.0 +1.02276E7 24.4 0.6 21 97700 749 1347 351 545 783 105 56300 77300 13200 2260 110 3.1 0 0 56.3 2000 9 999999999 89 0.1190 0 88 999.000 999.0 99.0 +1.02312E7 27.8 1.1 18 97700 970 1347 367 744 854 128 78500 85900 16500 3550 90 2.1 0 0 56.3 2000 9 999999999 100 0.1190 0 88 999.000 999.0 99.0 +1.02348E7 28.3 1.7 18 97700 1138 1347 371 904 896 142 92300 89600 16500 4330 180 2.6 0 0 56.3 2000 9 999999999 100 0.1190 0 88 999.000 999.0 99.0 +1.02384E7 30.0 -1.7 13 97600 1241 1347 375 1000 921 151 102300 92200 17200 6830 150 3.1 0 0 72.4 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.0242E7 30.6 -2.2 12 97600 1272 1347 377 1027 928 153 105300 92900 17400 8210 210 4.1 0 0 72.4 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.02456E7 31.7 -3.3 10 97500 1229 1347 381 991 923 150 101600 92400 17100 6420 10 2.1 0 0 80.5 2000 9 999999999 69 0.1190 0 88 999.000 999.0 99.0 +1.02492E7 32.2 -0.6 12 97400 1115 1347 387 882 896 141 90700 89500 16400 4010 240 2.1 0 0 80.5 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.02528E7 33.3 -2.8 10 97300 939 1347 390 724 842 131 75300 84400 16300 3400 310 4.1 1 0 72.4 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.02564E7 32.8 -1.7 11 97200 711 1347 401 461 523 188 48900 52800 21000 4100 270 3.6 7 2 72.4 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.026E7 32.2 0.0 13 97200 448 1347 395 273 496 111 28900 45300 13800 2100 270 3.1 9 1 72.4 2000 9 999999999 89 0.1190 0 88 999.000 999.0 99.0 +1.02636E7 31.1 -3.3 10 97200 169 1347 394 58 48 52 6300 3400 5900 1200 290 4.6 10 3 72.4 2000 9 999999999 69 0.0500 0 88 999.000 999.0 99.0 +1.02672E7 30.6 -3.3 11 97200 2 168 392 3 4 2 0 0 0 0 330 2.6 9 3 56.3 2000 9 999999999 69 0.0500 0 88 999.000 999.0 99.0 +1.02708E7 28.3 -0.6 15 97300 0 0 380 0 0 0 0 0 0 0 260 4.1 8 2 48.3 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.02744E7 26.7 0.0 17 97300 0 0 373 0 0 0 0 0 0 0 270 5.7 10 2 48.3 2000 9 999999999 89 0.1190 0 88 999.000 999.0 99.0 +1.0278E7 25.6 1.1 20 97300 0 0 357 0 0 0 0 0 0 0 260 2.1 4 0 48.3 2000 9 999999999 89 0.1190 0 88 999.000 999.0 99.0 +1.02816E7 23.9 1.1 22 97400 0 0 349 0 0 0 0 0 0 0 220 2.6 0 0 48.3 2000 9 999999999 89 0.1190 0 88 999.000 999.0 99.0 +1.02852E7 23.3 1.1 23 97400 0 0 346 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 89 0.0900 0 88 999.000 999.0 99.0 +1.02888E7 22.8 1.1 24 97400 0 0 344 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +1.02924E7 20.6 1.1 28 97300 0 0 334 0 0 0 0 0 0 0 100 4.1 0 0 48.3 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +1.0296E7 19.4 2.8 33 97400 0 0 330 0 0 0 0 0 0 0 110 3.6 0 0 48.3 2000 9 999999999 110 0.0900 0 88 999.000 999.0 99.0 +1.02996E7 18.9 2.2 33 97400 0 0 327 0 0 0 0 0 0 0 80 4.1 0 0 48.3 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +1.03032E7 18.3 0.6 30 97500 11 415 323 8 18 6 0 0 0 0 80 4.1 0 0 64.4 2000 9 999999999 89 0.0900 0 88 999.000 999.0 99.0 +1.03068E7 19.4 0.6 28 97500 216 1347 328 107 407 38 10600 28500 6100 690 70 5.2 0 0 64.4 2000 9 999999999 89 0.0900 0 88 999.000 999.0 99.0 +1.03104E7 22.2 0.6 24 97500 494 1347 340 314 699 66 33400 65200 9500 1320 100 5.2 0 0 72.4 2000 9 999999999 89 0.0900 0 88 999.000 999.0 99.0 +1.0314E7 25.0 0.6 20 97500 752 1347 353 557 817 96 58100 81000 12800 2150 110 4.6 1 0 72.4 2000 9 999999999 89 0.0900 0 88 999.000 999.0 99.0 +1.03176E7 27.8 1.7 18 97500 973 1347 384 713 783 154 77100 80100 19100 4580 210 2.1 8 3 72.4 2000 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +1.03212E7 28.9 0.0 15 97500 1140 1347 391 862 806 157 88800 81300 19800 6170 140 2.1 8 4 72.4 2000 9 999999999 89 0.0900 0 88 999.000 999.0 99.0 +1.03248E7 30.6 -2.8 11 97400 1242 1347 388 931 654 329 97300 65500 36700 19470 230 3.6 5 2 72.4 2000 9 999999999 69 0.0900 0 88 999.000 999.0 99.0 +1.03284E7 31.1 -2.2 11 97300 1273 1347 387 1025 943 141 106000 94500 16400 7900 230 5.2 2 1 80.5 2000 9 999999999 69 0.0900 0 88 999.000 999.0 99.0 +1.0332E7 32.8 -1.1 11 97200 1231 1347 402 947 813 205 98500 81300 24000 10700 250 5.7 5 2 80.5 2000 9 999999999 80 0.0900 0 88 999.000 999.0 99.0 +1.03356E7 33.3 -2.8 10 97100 1117 1347 397 900 910 133 91400 91000 15700 3960 240 2.1 2 1 80.5 2000 9 999999999 80 0.0900 0 88 999.000 999.0 99.0 +1.03392E7 33.9 -1.1 11 97000 941 1347 408 728 855 118 75900 86100 15600 3190 320 3.6 2 2 64.4 2000 9 999999999 80 0.0900 0 88 999.000 999.0 99.0 +1.03428E7 32.2 -1.7 11 97000 713 1347 412 371 309 206 39800 32300 22700 4720 360 3.6 6 6 64.4 4570 9 999999999 80 0.0900 0 88 999.000 999.0 99.0 +1.03464E7 32.2 -1.7 11 97000 450 1347 412 183 103 148 19700 9700 16500 3360 290 5.2 7 6 64.4 4570 9 999999999 80 0.0900 0 88 999.000 999.0 99.0 +1.035E7 30.6 0.0 14 97000 172 1347 406 52 70 44 5800 4400 5200 920 270 7.2 9 6 72.4 3960 9 999999999 89 0.0840 0 88 999.000 999.0 99.0 +1.03536E7 30.0 0.6 15 97100 3 191 436 0 0 1 0 0 0 0 270 6.7 10 10 56.3 3960 9 999999999 89 0.0900 0 88 999.000 999.0 99.0 +1.03572E7 28.9 1.1 17 97200 0 0 430 0 0 0 0 0 0 0 260 6.2 10 10 56.3 3960 9 999999999 100 0.0900 0 88 999.000 999.0 99.0 +1.03608E7 28.1 -0.3 15 97200 0 0 424 0 0 0 0 0 0 0 270 5.8 10 10 48.3 3660 9 999999999 89 0.0900 0 88 999.000 999.0 99.0 +1.03644E7 27.3 -1.8 16 97200 0 0 417 0 0 0 0 0 0 0 220 5.5 10 10 48.3 3660 9 999999999 89 0.0900 0 88 999.000 999.0 99.0 +1.0368E7 26.5 -3.3 16 97300 0 0 410 0 0 0 0 0 0 0 340 5.1 10 10 40.2 3660 9 999999999 89 0.0900 0 88 999.000 999.0 99.0 +1.03716E7 25.7 -4.8 9 97400 0 0 350 0 0 0 0 0 0 0 100 4.7 0 0 56.3 2000 9 999999999 50 0.1050 0 88 999.000 999.0 99.0 +1.03752E7 24.9 -6.3 9 97400 0 0 344 0 0 0 0 0 0 0 90 4.3 0 0 56.3 2000 9 999999999 50 0.1050 0 88 999.000 999.0 99.0 +1.03788E7 24.1 -7.8 11 97500 0 0 339 0 0 0 0 0 0 0 120 4.0 0 0 56.3 2000 9 999999999 50 0.1050 0 88 999.000 999.0 99.0 +1.03824E7 23.3 -9.4 10 97500 0 0 333 0 0 0 0 0 0 0 90 3.6 0 0 56.3 2000 9 999999999 50 0.1050 0 88 999.000 999.0 99.0 +1.0386E7 22.2 -8.3 12 97500 0 0 329 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 50 0.1050 0 88 999.000 999.0 99.0 +1.03896E7 21.1 -5.6 16 97600 13 437 328 9 12 7 0 0 0 0 30 1.5 0 0 72.4 2000 9 999999999 60 0.1180 0 88 999.000 999.0 99.0 +1.03932E7 22.8 -5.6 15 97600 221 1345 335 103 359 44 10500 25200 6400 780 80 1.5 0 0 72.4 2000 9 999999999 60 0.1180 0 88 999.000 999.0 99.0 +1.03968E7 26.1 -7.8 10 97700 498 1345 348 323 664 77 33900 62300 10800 1520 60 8.2 0 0 48.3 2000 9 999999999 50 0.1180 0 88 999.000 999.0 99.0 +1.04004E7 27.8 -8.3 9 97700 756 1345 355 556 800 106 57900 79000 13400 2290 90 7.7 0 0 32.2 2000 9 999999999 50 0.1180 0 88 999.000 999.0 99.0 +1.0404E7 28.3 -6.7 10 97700 975 1345 360 758 867 128 80000 87300 16600 3590 130 5.2 0 0 32.2 2000 9 999999999 60 0.1180 0 88 999.000 999.0 99.0 +1.04076E7 29.4 -2.2 13 97700 1142 1345 371 909 900 143 93100 90000 16500 4430 170 4.6 0 0 32.2 2000 9 999999999 80 0.1180 0 88 999.000 999.0 99.0 +1.04112E7 30.6 -1.7 12 97600 1244 1345 378 1005 922 151 102800 92300 17200 7030 110 5.2 0 0 40.2 2000 9 999999999 80 0.1180 0 88 999.000 999.0 99.0 +1.04148E7 30.6 -5.0 10 97600 1275 1345 373 1038 932 153 106100 93300 17400 8480 130 5.7 0 0 40.2 2000 9 999999999 69 0.1180 0 88 999.000 999.0 99.0 +1.04184E7 31.1 -2.2 11 97500 1232 1345 379 998 924 150 102100 92500 17100 6580 60 5.2 0 0 40.2 2000 9 999999999 69 0.1180 0 88 999.000 999.0 99.0 +1.0422E7 31.7 -3.9 10 97400 1119 1345 380 890 900 141 91400 89900 16400 4070 130 4.1 0 0 40.2 2000 9 999999999 69 0.1180 0 88 999.000 999.0 99.0 +1.04256E7 32.2 -4.4 9 97300 942 1345 382 724 854 125 76300 85800 16000 3330 70 5.2 0 0 48.3 2000 9 999999999 69 0.1180 0 88 999.000 999.0 99.0 +1.04292E7 32.8 -4.4 9 97300 715 1345 385 514 775 102 53400 76100 12800 2130 30 4.1 0 0 48.3 2000 9 999999999 69 0.1180 0 88 999.000 999.0 99.0 +1.04328E7 32.2 -3.9 9 97300 453 1345 382 281 621 72 29500 56900 10200 1400 20 3.6 0 0 48.3 2000 9 999999999 69 0.1180 0 88 999.000 999.0 99.0 +1.04364E7 31.1 -7.2 8 97300 176 1345 372 73 278 37 7400 17500 5100 650 20 2.1 0 0 48.3 2000 9 999999999 60 0.1180 0 88 999.000 999.0 99.0 +1.044E7 30.6 -5.6 9 97300 3 213 372 2 2 2 0 0 0 0 50 2.1 0 0 48.3 2000 9 999999999 60 0.1180 0 88 999.000 999.0 99.0 +1.04436E7 28.9 -2.8 12 97300 0 0 368 0 0 0 0 0 0 0 40 2.6 0 0 48.3 2000 9 999999999 69 0.1050 0 88 999.000 999.0 99.0 +1.04472E7 25.0 -2.8 16 97300 0 0 349 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 69 0.1050 0 88 999.000 999.0 99.0 +1.04508E7 25.6 -1.1 17 97300 0 0 354 0 0 0 0 0 0 0 10 2.1 0 0 48.3 2000 9 999999999 80 0.1050 0 88 999.000 999.0 99.0 +1.04544E7 23.3 -1.7 19 97300 0 0 343 0 0 0 0 0 0 0 140 2.6 0 0 48.3 2000 9 999999999 80 0.1050 0 88 999.000 999.0 99.0 +1.0458E7 23.3 -2.8 17 97300 0 0 341 0 0 0 0 0 0 0 150 2.1 0 0 56.3 2000 9 999999999 69 0.1060 0 88 999.000 999.0 99.0 +1.04616E7 21.7 -2.2 20 97200 0 0 335 0 0 0 0 0 0 0 120 2.1 0 0 56.3 2000 9 999999999 80 0.1060 0 88 999.000 999.0 99.0 +1.04652E7 20.6 -2.2 22 97200 0 0 330 0 0 0 0 0 0 0 120 2.1 0 0 56.3 2000 9 999999999 80 0.1060 0 88 999.000 999.0 99.0 +1.04688E7 20.0 -2.8 21 97200 0 0 326 0 0 0 0 0 0 0 110 1.5 0 0 56.3 2000 9 999999999 69 0.1060 0 88 999.000 999.0 99.0 +1.04724E7 20.0 -2.8 21 97200 0 0 326 0 0 0 0 0 0 0 120 2.1 0 0 72.4 2000 9 999999999 69 0.1060 0 88 999.000 999.0 99.0 +1.0476E7 19.4 -2.8 22 97200 14 459 324 14 59 7 0 0 0 0 120 2.6 0 0 80.5 2000 9 999999999 69 0.0470 0 88 999.000 999.0 99.0 +1.04796E7 21.1 -2.2 21 97300 225 1344 332 121 551 30 12600 41400 5700 610 110 4.6 0 0 72.4 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +1.04832E7 24.4 -2.2 17 97300 502 1344 347 344 793 49 36400 74300 8600 1160 90 5.7 0 0 56.3 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +1.04868E7 27.8 -2.2 14 97300 759 1344 363 574 897 67 60200 88400 10200 1660 100 7.2 0 0 64.4 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +1.04904E7 29.4 -1.7 13 97300 978 1344 372 774 952 81 80800 95200 11500 2340 110 6.2 0 0 64.4 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +1.0494E7 31.1 -1.7 12 97200 1144 1344 380 928 982 90 96400 98600 12300 3490 80 5.2 0 0 64.4 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +1.04976E7 32.2 -1.7 11 97200 1246 1344 386 1021 996 96 105800 100100 12900 5210 120 5.2 0 0 64.4 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +1.05012E7 33.3 -2.2 10 97100 1276 1344 390 1048 1000 97 108600 100500 13000 6140 120 3.1 0 0 64.4 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +1.05048E7 34.4 -3.9 8 97000 1233 1344 394 1012 998 95 105000 100300 12800 4890 190 4.1 0 0 64.4 2000 9 999999999 69 0.0470 0 88 999.000 999.0 99.0 +1.05084E7 35.0 -5.6 7 96900 1120 1344 402 863 890 121 89000 89100 14600 3870 130 4.1 3 1 64.4 2000 9 999999999 60 0.0470 0 88 999.000 999.0 99.0 +1.0512E7 34.4 -3.9 8 96900 944 1344 401 700 810 131 73500 81200 16300 3450 330 4.6 7 1 64.4 2000 9 999999999 69 0.0470 0 88 999.000 999.0 99.0 +1.05156E7 35.0 -5.6 7 96800 718 1344 407 499 680 136 52200 67300 16200 2950 340 6.2 7 2 64.4 2000 9 999999999 60 0.0470 0 88 999.000 999.0 99.0 +1.05192E7 33.9 -5.0 8 96800 456 1344 413 228 292 129 24300 27500 14900 2610 20 3.6 10 5 64.4 2000 9 999999999 60 0.0470 0 88 999.000 999.0 99.0 +1.05228E7 33.3 -5.6 8 96700 179 1344 412 60 81 50 6600 5200 5900 1050 10 2.6 10 6 64.4 7620 9 999999999 60 0.0470 0 88 999.000 999.0 99.0 +1.05264E7 32.2 -2.2 11 96700 4 235 411 2 2 2 0 0 0 0 0 0.0 10 6 32.2 7620 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +1.053E7 30.0 -1.1 13 96900 0 0 401 0 0 0 0 0 0 0 250 5.7 10 6 48.3 7620 9 999999999 80 0.1060 0 88 999.000 999.0 99.0 +1.05336E7 29.4 -5.6 10 96900 0 0 378 0 0 0 0 0 0 0 240 6.2 6 2 48.3 2000 9 999999999 60 0.1060 0 88 999.000 999.0 99.0 +1.05372E7 27.2 -3.3 13 97000 0 0 394 0 0 0 0 0 0 0 330 2.1 10 8 48.3 7620 9 999999999 69 0.1060 0 88 999.000 999.0 99.0 +1.05408E7 27.8 -2.8 13 97000 0 0 387 0 0 0 0 0 0 0 340 2.1 10 6 48.3 7620 9 999999999 69 0.1060 0 88 999.000 999.0 99.0 +1.05444E7 24.4 -1.1 18 97000 0 0 366 0 0 0 0 0 0 0 100 4.6 9 4 56.3 2000 9 999999999 80 0.1060 0 88 999.000 999.0 99.0 +1.0548E7 23.3 -0.6 21 97000 0 0 362 0 0 0 0 0 0 0 120 2.6 9 4 56.3 2000 9 999999999 89 0.1060 0 88 999.000 999.0 99.0 +1.05516E7 22.2 0.6 24 97000 0 0 374 0 0 0 0 0 0 0 110 3.1 10 8 56.3 7620 9 999999999 89 0.1060 0 88 999.000 999.0 99.0 +1.05552E7 21.1 0.0 25 97000 0 0 375 0 0 0 0 0 0 0 110 4.1 10 9 56.3 7620 9 999999999 89 0.1060 0 88 999.000 999.0 99.0 +1.05588E7 20.0 1.1 29 97000 0 0 354 0 0 0 0 0 0 0 90 4.6 10 6 56.3 7620 9 999999999 100 0.1060 0 88 999.000 999.0 99.0 +1.05624E7 20.0 0.0 26 97000 16 482 344 9 5 8 0 0 0 0 90 4.6 7 3 72.4 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +1.0566E7 21.1 0.0 25 97100 229 1344 341 102 312 49 10800 21700 7100 880 120 3.1 3 1 72.4 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +1.05696E7 24.4 -1.1 18 97100 505 1344 355 301 572 87 31500 53600 11300 1700 110 5.2 1 1 48.3 2000 9 999999999 80 0.1090 0 88 999.000 999.0 99.0 +1.05732E7 27.2 0.6 18 97100 762 1344 376 508 622 155 52900 61800 17800 3450 110 6.7 3 2 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +1.05768E7 30.0 0.6 15 97100 980 1344 385 725 823 124 76900 83000 16200 3560 150 6.2 1 1 48.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +1.05804E7 32.2 0.6 13 97100 1146 1344 406 873 766 219 92900 78100 26100 9410 130 7.2 5 3 56.3 2000 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +1.0584E7 32.8 2.2 14 97000 1248 1344 417 766 422 374 81800 44100 40800 24100 130 9.8 7 5 48.3 7620 9 999999999 100 0.1090 0 88 999.000 999.0 99.0 +1.05876E7 33.3 3.3 15 97000 1278 1344 430 850 379 489 92500 41100 53300 32990 130 7.2 8 7 48.3 4270 9 999999999 110 0.1090 0 88 999.000 999.0 99.0 +1.05912E7 33.9 2.8 14 96900 1235 1344 428 700 306 419 76800 33300 46200 22950 140 7.2 7 6 56.3 4270 9 999999999 100 0.1090 0 88 999.000 999.0 99.0 +1.05948E7 33.9 1.1 12 96800 1122 1344 431 817 545 361 86000 56700 38600 14880 160 5.7 8 7 56.3 4270 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +1.05984E7 35.0 0.0 11 96700 946 1344 442 546 383 276 59600 41300 30400 7860 190 11.8 9 8 48.3 4270 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +1.0602E7 33.3 0.6 12 96700 720 1344 455 128 6 125 15300 400 15000 5750 200 8.8 10 10 48.3 3050 9 999999999 89 0.1090 0 88 999.000 999.0 99.0 +1.06056E7 30.6 2.8 17 96700 459 1344 443 113 9 111 13000 600 12800 4270 300 6.7 10 10 40.2 3050 9 999999999 110 0.1090 0 88 999.000 999.0 99.0 +1.06092E7 29.4 2.8 18 96800 182 1344 436 32 2 31 3600 0 3600 1140 280 6.2 10 10 32.2 3050 9 999999999 100 0.1090 0 88 999.000 999.0 99.0 +1.06128E7 28.9 3.3 19 97000 4 258 434 1 0 1 0 0 0 0 350 5.2 10 10 32.2 3050 9 999999999 110 0.1090 0 88 999.000 999.0 99.0 +1.06164E7 20.0 12.8 63 97400 0 0 397 0 0 0 0 0 0 0 0 0.0 10 10 11.3 2900 9 999999999 200 0.1060 0 88 999.000 999.0 99.0 +1.062E7 19.4 13.9 70 97300 0 0 395 0 0 0 0 0 0 0 70 5.7 10 10 32.2 3050 9 999999999 209 0.1060 0 88 999.000 999.0 99.0 +1.06236E7 20.0 12.8 63 97400 0 0 397 0 0 0 0 0 0 0 50 3.6 10 10 32.2 3050 9 999999999 200 0.1060 0 88 999.000 999.0 99.0 +1.06272E7 20.0 12.8 63 97400 0 0 397 0 0 0 0 0 0 0 250 3.1 10 10 48.3 3050 9 999999999 200 0.1060 0 88 999.000 999.0 99.0 +1.06308E7 18.3 13.9 75 97400 0 0 389 0 0 0 0 0 0 0 30 2.6 10 10 48.3 3050 9 999999999 209 0.1070 0 88 999.000 999.0 99.0 +1.06344E7 18.3 13.9 75 97300 0 0 389 0 0 0 0 0 0 0 30 2.6 10 10 48.3 3050 9 999999999 209 0.1070 0 88 999.000 999.0 99.0 +1.0638E7 18.9 13.3 70 97300 0 0 381 0 0 0 0 0 0 0 60 3.6 10 9 56.3 5490 9 999999999 209 0.1070 0 88 999.000 999.0 99.0 +1.06416E7 19.4 11.1 59 97300 0 0 357 0 0 0 0 0 0 0 60 2.6 5 4 56.3 2000 9 999999999 179 0.1070 0 88 999.000 999.0 99.0 +1.06452E7 18.3 12.8 70 97300 0 0 388 0 0 0 0 0 0 0 270 4.6 10 10 56.3 3350 9 999999999 200 0.1070 0 88 999.000 999.0 99.0 +1.06488E7 17.8 12.8 73 97300 17 504 385 6 0 6 0 0 0 0 310 3.6 10 10 64.4 2900 9 999999999 200 0.0570 0 88 999.000 999.0 99.0 +1.06524E7 17.8 13.3 75 97400 233 1343 386 38 2 37 4300 0 4300 1410 180 6.2 10 10 24.1 1680 9 999999999 209 0.0570 0 88 999.000 999.0 99.0 +1.0656E7 16.1 12.2 78 97400 508 1343 376 123 5 121 14100 300 13900 4790 360 6.7 10 10 19.3 1520 9 999999999 189 0.0570 0 88 999.000 999.0 99.0 +1.06596E7 18.9 11.1 61 97400 764 1343 370 357 187 250 38900 19500 27800 6570 20 4.6 9 8 80.5 3050 9 999999999 179 0.0570 0 88 999.000 999.0 99.0 +1.06632E7 20.0 11.1 57 97500 983 1343 366 607 473 260 64800 49200 28700 7820 330 6.2 7 6 80.5 3050 9 999999999 179 0.0570 0 88 999.000 999.0 99.0 +1.06668E7 21.7 10.0 48 97400 1148 1343 367 709 522 262 77400 54700 30600 11440 320 7.2 5 4 80.5 2000 9 999999999 170 0.0570 0 88 999.000 999.0 99.0 +1.06704E7 25.0 7.8 33 97300 1249 1343 369 768 705 112 79300 70800 13400 5970 330 6.7 1 1 80.5 2000 9 999999999 139 0.0570 0 88 999.000 999.0 99.0 +1.0674E7 26.1 6.7 29 97100 1279 1343 378 1003 912 133 103000 91500 15600 8020 310 8.2 2 2 80.5 2000 9 999999999 139 0.0570 0 88 999.000 999.0 99.0 +1.06776E7 26.7 6.7 28 97100 1236 1343 381 954 849 171 101100 85800 21900 9630 310 6.2 3 2 72.4 2000 9 999999999 139 0.0570 0 88 999.000 999.0 99.0 +1.06812E7 27.8 7.2 27 97000 1123 1343 412 574 200 407 63000 21300 45200 15900 270 8.8 9 8 64.4 2130 9 999999999 139 0.0570 0 88 999.000 999.0 99.0 +1.06848E7 21.7 6.7 38 97200 948 1343 398 166 2 165 20100 200 20000 8120 190 13.4 10 10 40.2 2440 9 999999999 139 0.0570 0 88 999.000 999.0 99.0 +1.06884E7 15.6 11.1 75 97500 722 1343 372 120 8 116 14400 600 14100 5410 180 6.7 10 10 8.0 1830 9 999999999 179 0.0570 0 88 999.000 999.0 99.0 +1.0692E7 15.6 11.7 78 97300 461 1343 373 73 0 73 8600 0 8600 3090 190 6.2 10 10 24.1 2440 9 999999999 189 0.0570 0 88 999.000 999.0 99.0 +1.06956E7 17.2 10.6 65 97300 185 1343 379 26 2 25 3000 0 3000 960 360 4.1 10 10 48.3 2440 9 999999999 170 0.0570 0 88 999.000 999.0 99.0 +1.06992E7 16.1 12.2 78 97400 5 257 376 1 0 1 0 0 0 0 100 6.2 10 10 48.3 2440 9 999999999 189 0.0570 0 88 999.000 999.0 99.0 +1.07028E7 16.1 11.1 72 97500 0 0 374 0 0 0 0 0 0 0 140 2.6 10 10 48.3 3660 9 999999999 179 0.1070 0 88 999.000 999.0 99.0 +1.07064E7 16.7 10.6 67 97400 0 0 377 0 0 0 0 0 0 0 190 1.5 10 10 48.3 2440 9 999999999 170 0.1070 0 88 999.000 999.0 99.0 +1.071E7 16.1 11.1 72 97500 0 0 374 0 0 0 0 0 0 0 170 2.1 10 10 48.3 3050 9 999999999 179 0.1070 0 88 999.000 999.0 99.0 +1.07136E7 16.7 10.0 65 97500 0 0 366 0 0 0 0 0 0 0 190 2.1 10 9 48.3 3050 9 999999999 170 0.1070 0 88 999.000 999.0 99.0 +1.07172E7 16.1 10.6 70 97500 0 0 363 0 0 0 0 0 0 0 90 2.6 10 9 56.3 2740 9 999999999 170 0.1070 0 88 999.000 999.0 99.0 +1.07208E7 16.1 11.1 72 97400 0 0 364 0 0 0 0 0 0 0 70 3.6 10 9 56.3 2740 9 999999999 179 0.1070 0 88 999.000 999.0 99.0 +1.07244E7 15.6 11.1 75 97400 0 0 362 0 0 0 0 0 0 0 90 2.6 10 9 56.3 3050 9 999999999 179 0.1070 0 88 999.000 999.0 99.0 +1.0728E7 15.6 11.1 75 97400 0 0 336 0 0 0 0 0 0 0 90 3.1 4 3 56.3 2000 9 999999999 179 0.1070 0 88 999.000 999.0 99.0 +1.07316E7 15.0 11.1 78 97500 0 0 342 0 0 0 0 0 0 0 140 1.0 7 6 56.3 4880 9 999999999 179 0.1070 0 88 999.000 999.0 99.0 +1.07352E7 15.0 11.1 78 97500 18 526 351 13 4 12 0 0 0 0 160 1.0 10 8 56.3 3050 9 999999999 179 0.0500 0 88 999.000 999.0 99.0 +1.07388E7 15.0 11.7 81 97500 236 1342 359 68 49 59 7400 3800 6700 1480 120 2.1 9 9 56.3 2740 9 999999999 189 0.0500 0 88 999.000 999.0 99.0 +1.07424E7 16.7 11.1 70 97600 512 1342 347 312 554 101 32200 51700 12500 1930 130 2.6 5 5 40.2 2000 9 999999999 179 0.0500 0 88 999.000 999.0 99.0 +1.0746E7 18.3 10.0 59 97500 767 1342 340 502 718 91 53200 71600 12200 2120 110 2.6 3 1 40.2 2000 9 999999999 170 0.0500 0 88 999.000 999.0 99.0 +1.07496E7 19.4 10.0 55 97500 985 1342 353 724 690 218 75700 69500 24700 6390 190 2.6 8 3 32.2 2000 9 999999999 170 0.0500 0 88 999.000 999.0 99.0 +1.07532E7 20.6 9.4 49 97500 1150 1342 354 875 756 226 92800 77000 26700 9820 310 3.6 8 2 40.2 2000 9 999999999 160 0.0500 0 88 999.000 999.0 99.0 +1.07568E7 21.1 10.0 49 97500 1251 1342 358 939 792 199 98000 79500 23800 11770 180 3.1 6 2 40.2 2000 9 999999999 170 0.0500 0 88 999.000 999.0 99.0 +1.07604E7 21.7 9.4 46 97400 1281 1342 363 962 740 255 102600 75400 30500 19310 70 2.1 7 3 48.3 2000 9 999999999 160 0.0500 0 88 999.000 999.0 99.0 +1.0764E7 23.9 8.3 37 97300 1238 1342 382 1043 800 305 109400 80500 35000 18060 150 3.6 7 6 48.3 1520 9 999999999 150 0.0500 0 88 999.000 999.0 99.0 +1.07676E7 23.9 8.3 37 97200 1125 1342 369 776 699 189 83100 71700 23000 7740 170 3.6 4 2 48.3 2000 9 999999999 150 0.0500 0 88 999.000 999.0 99.0 +1.07712E7 24.4 7.2 33 97100 949 1342 359 628 768 85 65500 76600 11200 2310 170 2.1 1 0 56.3 2000 9 999999999 139 0.0500 0 88 999.000 999.0 99.0 +1.07748E7 24.4 7.2 33 97100 724 1342 359 531 837 80 56700 83200 11800 1860 140 3.1 2 0 56.3 2000 9 999999999 139 0.0500 0 88 999.000 999.0 99.0 +1.07784E7 24.4 7.2 33 97000 464 1342 359 303 733 50 32200 68200 8600 1080 100 3.1 1 0 56.3 2000 9 999999999 139 0.0500 0 88 999.000 999.0 99.0 +1.0782E7 23.9 7.2 34 97000 188 1342 375 72 133 54 7600 8000 6500 1020 90 3.6 10 4 56.3 2000 9 999999999 139 0.0500 0 88 999.000 999.0 99.0 +1.07856E7 23.3 7.8 37 97000 5 280 378 7 5 6 0 0 0 0 50 3.6 10 6 48.3 7620 9 999999999 150 0.0500 0 88 999.000 999.0 99.0 +1.07892E7 22.8 8.3 40 97100 0 0 387 0 0 0 0 0 0 0 50 3.6 10 8 48.3 7620 9 999999999 150 0.1070 0 88 999.000 999.0 99.0 +1.07928E7 21.7 10.0 48 97100 0 0 383 0 0 0 0 0 0 0 190 1.5 10 8 48.3 7620 9 999999999 170 0.1070 0 88 999.000 999.0 99.0 +1.07964E7 21.1 9.4 47 97100 0 0 357 0 0 0 0 0 0 0 270 4.1 10 2 48.3 2000 9 999999999 160 0.1070 0 88 999.000 999.0 99.0 +1.08E7 21.1 7.2 41 97100 0 0 371 0 0 0 0 0 0 0 300 2.1 10 7 48.3 2740 9 999999999 139 0.1070 0 88 999.000 999.0 99.0 +1.08036E7 20.6 6.7 41 97100 0 0 368 0 0 0 0 0 0 0 300 2.6 9 7 56.3 3660 9 999999999 139 0.1070 0 88 999.000 999.0 99.0 +1.08072E7 20.0 6.7 42 97100 0 0 379 0 0 0 0 0 0 0 260 2.6 10 9 56.3 3050 9 999999999 139 0.1070 0 88 999.000 999.0 99.0 +1.08108E7 18.9 8.3 51 97000 0 0 354 0 0 0 0 0 0 0 230 3.1 8 5 56.3 7620 9 999999999 150 0.1070 0 88 999.000 999.0 99.0 +1.08144E7 18.3 7.8 50 97000 0 0 363 0 0 0 0 0 0 0 220 3.1 10 8 56.3 3350 9 999999999 139 0.1070 0 88 999.000 999.0 99.0 +1.0818E7 17.8 7.8 52 97000 0 0 343 0 0 0 0 0 0 0 200 3.1 8 3 56.3 2000 9 999999999 150 0.1070 0 88 999.000 999.0 99.0 +1.08216E7 17.8 7.8 52 97000 20 526 351 11 6 10 0 0 0 0 50 2.1 10 6 64.4 7620 9 999999999 150 0.0530 0 88 999.000 999.0 99.0 +1.08252E7 17.2 10.0 63 97100 240 1342 368 93 47 84 10100 3700 9400 1930 100 3.1 10 9 64.4 6100 9 999999999 170 0.0530 0 88 999.000 999.0 99.0 +1.08288E7 18.3 9.4 56 97100 515 1342 352 274 272 170 28900 26500 18700 3640 100 4.1 9 5 64.4 7620 9 999999999 160 0.0530 0 88 999.000 999.0 99.0 +1.08324E7 20.0 9.4 51 97100 770 1342 352 516 626 157 53800 62200 18000 3520 130 3.6 7 2 64.4 2000 9 999999999 160 0.0530 0 88 999.000 999.0 99.0 +1.0836E7 20.6 10.0 51 97200 987 1342 362 713 674 216 74500 67900 24500 6370 150 1.5 9 4 64.4 2000 9 999999999 170 0.0530 0 88 999.000 999.0 99.0 +1.08396E7 22.2 7.8 40 97200 1151 1342 383 713 323 436 77200 35000 47100 18700 0 0.0 10 8 48.3 7620 9 999999999 150 0.0530 0 88 999.000 999.0 99.0 +1.08432E7 24.4 7.2 33 97100 1252 1342 402 626 176 461 68800 18800 51200 25530 190 2.1 10 9 48.3 7620 9 999999999 139 0.0530 0 88 999.000 999.0 99.0 +1.08468E7 25.0 6.1 30 97100 1282 1342 416 487 10 478 57000 1000 56000 19780 140 4.6 10 10 64.4 7010 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +1.08504E7 25.6 5.6 28 97000 1239 1342 418 495 4 491 57400 400 57000 19800 180 3.1 10 10 64.4 7010 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +1.0854E7 27.2 4.4 23 97000 1126 1342 399 544 198 377 59900 21100 42100 14840 180 5.2 10 7 64.4 7620 9 999999999 120 0.0530 0 88 999.000 999.0 99.0 +1.08576E7 27.8 2.8 20 96900 951 1342 406 555 327 323 59900 35200 34900 9510 170 5.7 10 8 56.3 7010 9 999999999 110 0.0530 0 88 999.000 999.0 99.0 +1.08612E7 27.8 0.0 16 96900 726 1342 388 476 596 154 49400 58700 17600 3300 150 5.2 9 5 56.3 7010 9 999999999 89 0.0530 0 88 999.000 999.0 99.0 +1.08648E7 27.8 -1.7 14 96900 466 1342 364 298 710 52 31600 66100 8600 1120 180 5.2 1 0 56.3 2000 9 999999999 80 0.0530 0 88 999.000 999.0 99.0 +1.08684E7 26.7 -1.1 16 96900 191 1342 359 93 459 28 9500 32400 4900 550 170 4.6 0 0 64.4 2000 9 999999999 80 0.0530 0 88 999.000 999.0 99.0 +1.0872E7 24.4 1.1 22 96900 6 302 351 7 26 4 0 0 0 0 160 2.1 0 0 56.3 2000 9 999999999 100 0.0530 0 88 999.000 999.0 99.0 +1.08756E7 23.9 3.3 26 97000 0 0 351 0 0 0 0 0 0 0 280 5.2 0 0 48.3 2000 9 999999999 110 0.1070 0 88 999.000 999.0 99.0 +1.08792E7 21.1 5.0 35 97100 0 0 340 0 0 0 0 0 0 0 280 7.2 0 0 48.3 2000 9 999999999 120 0.1070 0 88 999.000 999.0 99.0 +1.08828E7 20.6 5.0 36 97200 0 0 338 0 0 0 0 0 0 0 310 3.6 0 0 48.3 2000 9 999999999 120 0.1070 0 88 999.000 999.0 99.0 +1.08864E7 20.0 5.6 39 97200 0 0 336 0 0 0 0 0 0 0 280 2.6 0 0 48.3 2000 9 999999999 129 0.1070 0 88 999.000 999.0 99.0 +1.089E7 19.4 6.1 42 97200 0 0 334 0 0 0 0 0 0 0 230 3.1 0 0 56.3 2000 9 999999999 129 0.1080 0 88 999.000 999.0 99.0 +1.08936E7 17.8 7.8 52 97200 0 0 328 0 0 0 0 0 0 0 220 2.6 0 0 56.3 2000 9 999999999 150 0.1080 0 88 999.000 999.0 99.0 +1.08972E7 17.8 7.2 50 97200 0 0 328 0 0 0 0 0 0 0 260 1.0 0 0 56.3 2000 9 999999999 139 0.1080 0 88 999.000 999.0 99.0 +1.09008E7 17.2 7.8 54 97200 0 0 326 0 0 0 0 0 0 0 230 1.0 0 0 56.3 2000 9 999999999 150 0.1080 0 88 999.000 999.0 99.0 +1.09044E7 16.7 8.3 58 97200 0 0 324 0 0 0 0 0 0 0 150 1.5 0 0 56.3 2000 9 999999999 150 0.1080 0 88 999.000 999.0 99.0 +1.0908E7 15.6 8.3 62 97200 21 548 319 18 78 10 0 0 0 0 120 4.1 0 0 56.3 2000 9 999999999 150 0.0480 0 88 999.000 999.0 99.0 +1.09116E7 16.1 8.3 60 97300 244 1341 328 123 462 39 12700 34300 6500 720 110 4.1 3 1 48.3 2000 9 999999999 150 0.0480 0 88 999.000 999.0 99.0 +1.09152E7 18.3 7.2 49 97300 518 1341 344 360 623 119 36700 57800 14400 2210 100 5.2 7 3 64.4 2000 9 999999999 139 0.0480 0 88 999.000 999.0 99.0 +1.09188E7 19.4 7.2 45 97300 772 1341 358 492 461 226 51400 46900 24300 5250 140 2.1 8 6 64.4 4880 9 999999999 139 0.0480 0 88 999.000 999.0 99.0 +1.09224E7 22.2 7.2 38 97300 989 1341 369 582 388 296 63600 41900 32600 8990 140 5.2 10 5 64.4 2000 9 999999999 139 0.0480 0 88 999.000 999.0 99.0 +1.0926E7 23.9 6.1 32 97200 1153 1341 410 310 11 301 37000 1000 36100 13960 120 1.5 10 10 64.4 5490 9 999999999 129 0.0480 0 88 999.000 999.0 99.0 +1.09296E7 24.4 2.8 24 97200 1253 1341 408 458 37 423 50600 3800 47000 22580 210 5.2 10 10 64.4 5490 9 999999999 100 0.0480 0 88 999.000 999.0 99.0 +1.09332E7 26.1 -0.6 17 97100 1283 1341 412 390 5 385 46300 500 45900 17190 220 5.2 10 10 64.4 5490 9 999999999 80 0.0480 0 88 999.000 999.0 99.0 +1.09368E7 26.1 3.9 24 97000 1240 1341 419 457 9 449 53400 900 52600 18800 260 5.2 10 10 64.4 5490 9 999999999 110 0.0480 0 88 999.000 999.0 99.0 +1.09404E7 26.1 3.9 24 97000 1127 1341 407 428 98 346 47500 10500 38700 13670 270 8.8 10 9 48.3 5490 9 999999999 110 0.0480 0 88 999.000 999.0 99.0 +1.0944E7 25.6 4.4 26 96900 953 1341 390 504 229 341 55000 24200 37800 10480 270 11.3 10 7 48.3 6100 9 999999999 120 0.0480 0 88 999.000 999.0 99.0 +1.09476E7 23.9 6.1 32 97000 728 1341 410 219 10 213 25000 800 24500 8700 270 10.8 10 10 56.3 4570 9 999999999 129 0.0480 0 88 999.000 999.0 99.0 +1.09512E7 22.2 6.7 37 97000 469 1341 382 240 82 212 26300 7900 23500 5070 270 10.3 10 8 56.3 4880 9 999999999 139 0.0480 0 88 999.000 999.0 99.0 +1.09548E7 21.1 6.1 38 97100 194 1341 383 52 51 45 5800 3400 5300 950 270 9.3 9 9 56.3 4270 9 999999999 129 0.0480 0 88 999.000 999.0 99.0 +1.09584E7 20.0 6.1 41 97200 7 324 354 4 5 4 0 0 0 0 280 6.7 5 4 48.3 2000 9 999999999 129 0.0480 0 88 999.000 999.0 99.0 +1.0962E7 19.4 6.1 42 97300 0 0 361 0 0 0 0 0 0 0 320 5.2 8 7 48.3 3050 9 999999999 129 0.1080 0 88 999.000 999.0 99.0 +1.09656E7 17.8 9.4 58 97400 0 0 381 0 0 0 0 0 0 0 280 4.6 10 10 24.1 1980 9 999999999 160 0.1080 0 88 999.000 999.0 99.0 +1.09692E7 17.2 10.0 63 97500 0 0 379 0 0 0 0 0 0 0 300 2.6 10 10 32.2 1830 9 999999999 170 0.1080 0 88 999.000 999.0 99.0 +1.09728E7 16.7 8.9 60 97400 0 0 341 0 0 0 0 0 0 0 360 3.1 4 4 48.3 2000 9 999999999 160 0.1080 0 88 999.000 999.0 99.0 +1.09764E7 16.1 11.7 75 97400 0 0 342 0 0 0 0 0 0 0 220 2.6 4 4 48.3 2000 9 999999999 189 0.1080 0 88 999.000 999.0 99.0 +1.098E7 16.1 10.6 70 97400 0 0 356 0 0 0 0 0 0 0 240 2.1 8 8 48.3 1980 9 999999999 170 0.1080 0 88 999.000 999.0 99.0 +1.09836E7 15.6 9.4 67 97400 0 0 346 0 0 0 0 0 0 0 270 2.6 7 7 48.3 1980 9 999999999 160 0.1080 0 88 999.000 999.0 99.0 +1.09872E7 15.0 11.1 78 97400 0 0 351 0 0 0 0 0 0 0 290 4.1 8 8 48.3 1830 9 999999999 179 0.1080 0 88 999.000 999.0 99.0 +1.09908E7 14.4 10.0 75 97400 0 0 354 0 0 0 0 0 0 0 290 2.6 10 9 24.1 1980 9 999999999 170 0.1080 0 88 999.000 999.0 99.0 +1.09944E7 14.4 10.0 75 97400 23 570 341 8 0 8 900 0 900 300 280 3.6 7 7 56.3 1830 9 999999999 170 0.2270 0 88 999.000 999.0 99.0 +1.0998E7 15.0 10.0 72 97500 247 1341 367 62 7 60 6900 200 6800 2080 270 3.1 10 10 72.4 1830 9 999999999 170 0.2270 0 88 999.000 999.0 99.0 +1.10016E7 15.0 9.4 70 97600 521 1341 357 178 20 170 19800 1600 19200 6100 280 6.2 10 9 64.4 1830 9 999999999 160 0.2270 0 88 999.000 999.0 99.0 +1.10052E7 16.7 8.9 60 97700 775 1341 351 330 106 269 36300 10700 30100 8410 270 3.6 8 7 56.3 2440 9 999999999 160 0.2270 0 88 999.000 999.0 99.0 +1.10088E7 18.3 9.4 56 97700 991 1341 339 694 676 194 73200 68500 22500 5860 290 1.0 1 1 56.3 2000 9 999999999 160 0.2270 0 88 999.000 999.0 99.0 +1.10124E7 19.4 8.9 51 97700 1155 1341 354 755 492 331 80700 51400 36400 15020 160 2.1 4 4 56.3 2000 9 999999999 160 0.2270 0 88 999.000 999.0 99.0 +1.1016E7 20.6 8.3 46 97600 1255 1341 353 926 703 267 98200 71400 31200 17530 40 2.6 2 2 48.3 2000 9 999999999 150 0.2270 0 88 999.000 999.0 99.0 +1.10196E7 21.7 8.3 43 97600 1284 1341 362 963 644 345 100500 64500 38600 26620 200 2.1 3 3 48.3 2000 9 999999999 150 0.2270 0 88 999.000 999.0 99.0 +1.10232E7 23.9 7.2 34 97500 1241 1341 372 868 608 304 91000 61200 34200 18480 260 4.1 3 3 48.3 2000 9 999999999 139 0.2270 0 88 999.000 999.0 99.0 +1.10268E7 23.3 7.2 36 97500 1129 1341 365 838 680 265 87800 68500 29900 10700 250 5.2 2 2 64.4 2000 9 999999999 139 0.2270 0 88 999.000 999.0 99.0 +1.10304E7 25.0 6.7 31 97400 954 1341 373 684 643 227 71200 64400 25200 6260 240 1.5 2 2 64.4 2000 9 999999999 139 0.2270 0 88 999.000 999.0 99.0 +1.1034E7 25.0 6.1 30 97400 730 1341 360 490 625 150 51000 61800 17300 3250 280 3.6 0 0 64.4 2000 9 999999999 129 0.2270 0 88 999.000 999.0 99.0 +1.10376E7 25.0 6.1 30 97300 471 1341 360 264 455 104 28000 42300 13100 1960 270 4.1 0 0 64.4 2000 9 999999999 129 0.2270 0 88 999.000 999.0 99.0 +1.10412E7 23.9 6.7 33 97400 197 1341 356 72 147 51 7700 9200 6300 950 230 5.2 0 0 64.4 2000 9 999999999 139 0.2270 0 88 999.000 999.0 99.0 +1.10448E7 23.3 6.7 34 97400 7 324 353 5 0 4 0 0 0 0 240 3.6 0 0 56.3 2000 9 999999999 129 0.2270 0 88 999.000 999.0 99.0 +1.10484E7 22.2 7.8 40 97500 0 0 349 0 0 0 0 0 0 0 260 2.6 0 0 56.3 2000 9 999999999 150 0.1080 0 88 999.000 999.0 99.0 +1.1052E7 21.7 7.2 39 97500 0 0 346 0 0 0 0 0 0 0 180 1.5 0 0 56.3 2000 9 999999999 139 0.1080 0 88 999.000 999.0 99.0 +1.10556E7 21.1 7.8 42 97500 0 0 344 0 0 0 0 0 0 0 50 2.6 0 0 56.3 2000 9 999999999 139 0.1080 0 88 999.000 999.0 99.0 +1.10592E7 20.0 8.9 49 97500 0 0 340 0 0 0 0 0 0 0 140 2.1 0 0 48.3 2000 9 999999999 160 0.1080 0 88 999.000 999.0 99.0 +1.10628E7 18.9 10.0 57 97500 0 0 336 0 0 0 0 0 0 0 130 2.1 0 0 48.3 2000 9 999999999 170 0.1090 0 88 999.000 999.0 99.0 +1.10664E7 18.3 8.9 54 97500 0 0 332 0 0 0 0 0 0 0 120 3.1 0 0 48.3 2000 9 999999999 160 0.1090 0 88 999.000 999.0 99.0 +1.107E7 17.2 9.4 60 97500 0 0 328 0 0 0 0 0 0 0 120 2.6 0 0 48.3 2000 9 999999999 160 0.1090 0 88 999.000 999.0 99.0 +1.10736E7 16.7 9.4 63 97500 0 0 325 0 0 0 0 0 0 0 100 2.1 0 0 48.3 2000 9 999999999 160 0.1090 0 88 999.000 999.0 99.0 +1.10772E7 16.7 10.0 65 97500 0 0 326 0 0 0 0 0 0 0 130 1.5 0 0 48.3 2000 9 999999999 170 0.1090 0 88 999.000 999.0 99.0 +1.10808E7 15.6 9.4 67 97500 24 592 320 15 32 11 1400 800 1300 180 110 2.1 0 0 56.3 2000 9 999999999 160 0.1040 0 88 999.000 999.0 99.0 +1.10844E7 17.2 8.3 56 97600 250 1340 326 123 422 45 12700 31500 6900 820 120 3.6 0 0 40.2 2000 9 999999999 150 0.1040 0 88 999.000 999.0 99.0 +1.1088E7 19.4 8.9 51 97600 523 1340 337 338 674 74 35700 64200 10600 1500 90 4.6 0 0 40.2 2000 9 999999999 160 0.1040 0 88 999.000 999.0 99.0 +1.10916E7 22.8 7.2 37 97600 777 1340 351 563 797 100 59200 79300 13100 2280 100 6.7 0 0 48.3 2000 9 999999999 139 0.1040 0 88 999.000 999.0 99.0 +1.10952E7 23.9 6.7 33 97600 993 1340 356 762 865 120 81200 87500 16300 3570 70 4.6 0 0 48.3 2000 9 999999999 139 0.1040 0 88 999.000 999.0 99.0 +1.10988E7 26.1 6.1 28 97600 1156 1340 365 913 903 133 93800 90400 15700 4590 90 5.2 0 0 64.4 2000 9 999999999 129 0.1040 0 88 999.000 999.0 99.0 +1.11024E7 27.8 5.0 23 97500 1256 1340 380 942 856 138 96600 85800 16000 7270 150 3.6 1 1 64.4 2000 9 999999999 120 0.1040 0 88 999.000 999.0 99.0 +1.1106E7 28.3 3.3 20 97500 1285 1340 380 979 847 165 104800 85900 22200 12570 90 3.1 3 1 64.4 2000 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +1.11096E7 29.4 3.9 20 97400 1242 1340 386 953 893 124 98100 89600 14800 6290 150 4.1 1 1 64.4 2000 9 999999999 120 0.1040 0 88 999.000 999.0 99.0 +1.11132E7 30.0 3.9 19 97400 1130 1340 382 891 901 131 91700 90100 15500 4170 130 5.2 0 0 72.4 2000 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +1.11168E7 30.0 2.8 18 97300 956 1340 388 699 806 124 74000 81100 16000 3420 200 3.1 1 1 72.4 2000 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +1.11204E7 30.6 1.7 16 97300 732 1340 382 523 784 96 55000 77500 12600 2110 160 3.6 0 0 72.4 2000 9 999999999 100 0.1040 0 88 999.000 999.0 99.0 +1.1124E7 30.0 0.6 15 97200 474 1340 378 294 639 69 31100 59500 10100 1370 0 0.0 0 0 72.4 2000 9 999999999 89 0.1040 0 88 999.000 999.0 99.0 +1.11276E7 30.0 0.6 15 97200 200 1340 378 90 346 39 9200 23300 5800 700 220 2.6 0 0 72.4 2000 9 999999999 89 0.1040 0 88 999.000 999.0 99.0 +1.11312E7 28.3 1.7 18 97200 8 346 371 6 9 4 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.1040 0 88 999.000 999.0 99.0 +1.11348E7 27.2 3.9 22 97300 0 0 368 0 0 0 0 0 0 0 40 2.1 0 0 56.3 2000 9 999999999 110 0.1090 0 88 999.000 999.0 99.0 +1.11384E7 25.6 6.1 29 97300 0 0 363 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.1090 0 88 999.000 999.0 99.0 +1.1142E7 23.3 7.8 37 97400 0 0 354 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 150 0.1090 0 88 999.000 999.0 99.0 +1.11456E7 23.3 7.8 37 97400 0 0 354 0 0 0 0 0 0 0 210 1.0 0 0 48.3 2000 9 999999999 150 0.1090 0 88 999.000 999.0 99.0 +1.11492E7 22.2 8.9 43 97400 0 0 350 0 0 0 0 0 0 0 80 2.6 0 0 48.3 2000 9 999999999 160 0.1090 0 88 999.000 999.0 99.0 +1.11528E7 21.1 7.8 42 97300 0 0 344 0 0 0 0 0 0 0 110 2.1 0 0 48.3 2000 9 999999999 139 0.1090 0 88 999.000 999.0 99.0 +1.11564E7 20.6 6.7 41 97300 0 0 340 0 0 0 0 0 0 0 110 3.1 0 0 48.3 2000 9 999999999 139 0.1090 0 88 999.000 999.0 99.0 +1.116E7 18.3 8.3 52 97400 0 0 331 0 0 0 0 0 0 0 160 2.1 0 0 48.3 2000 9 999999999 150 0.1090 0 88 999.000 999.0 99.0 +1.11636E7 18.3 7.8 50 97400 0 0 331 0 0 0 0 0 0 0 90 2.1 0 0 64.4 2000 9 999999999 139 0.1090 0 88 999.000 999.0 99.0 +1.11672E7 17.8 8.3 54 97400 26 614 329 19 59 12 1600 1900 1500 210 110 3.1 0 0 56.3 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +1.11708E7 20.0 7.8 45 97500 254 1339 339 133 503 39 14000 38000 6800 730 70 6.7 0 0 48.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +1.11744E7 22.8 6.7 35 97500 526 1339 350 351 737 62 37000 70000 9500 1320 110 4.6 0 0 64.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +1.1178E7 23.9 6.1 32 97500 779 1339 355 575 845 83 60000 83300 11400 1830 90 3.6 0 0 48.3 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +1.11816E7 27.8 7.2 27 97500 994 1339 375 769 901 99 79800 90000 12800 2670 90 4.1 0 0 64.4 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +1.11852E7 28.9 5.6 23 97500 1157 1339 379 947 892 174 99100 89700 21400 7200 100 3.6 5 0 64.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +1.11888E7 31.1 5.6 20 97400 1257 1339 390 1050 899 204 109400 90100 24600 12650 40 2.6 6 0 64.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +1.11924E7 32.2 3.9 17 97400 1286 1339 393 1083 908 209 113000 91000 25300 15620 210 1.5 6 0 64.4 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +1.1196E7 34.4 2.8 14 97300 1243 1339 403 1040 903 201 108500 90500 24300 11600 210 3.6 6 0 64.4 2000 9 999999999 110 0.0720 0 88 999.000 999.0 99.0 +1.11996E7 33.9 0.6 12 97200 1131 1339 397 945 877 203 97000 87300 23100 7350 120 3.1 7 0 80.5 2000 9 999999999 89 0.0720 0 88 999.000 999.0 99.0 +1.12032E7 34.4 0.6 12 97200 957 1339 400 746 896 105 77300 89300 13300 2540 50 2.6 1 0 72.4 2000 9 999999999 89 0.0720 0 88 999.000 999.0 99.0 +1.12068E7 34.4 -2.2 9 97100 734 1339 396 545 851 80 57100 83500 11200 1710 60 2.1 0 0 80.5 2000 9 999999999 69 0.0720 0 88 999.000 999.0 99.0 +1.12104E7 33.9 -1.7 10 97100 476 1339 394 314 723 57 33000 67400 9000 1190 350 2.1 0 0 80.5 2000 9 999999999 80 0.0720 0 88 999.000 999.0 99.0 +1.1214E7 33.3 1.1 13 97100 203 1339 395 98 431 34 10200 29500 5800 620 310 4.1 0 0 80.5 2000 9 999999999 100 0.0720 0 88 999.000 999.0 99.0 +1.12176E7 31.7 1.1 14 97200 9 368 387 9 23 5 0 0 0 0 300 3.1 0 0 80.5 2000 9 999999999 89 0.0720 0 88 999.000 999.0 99.0 +1.12212E7 28.3 5.0 23 97200 0 0 375 0 0 0 0 0 0 0 230 2.6 0 0 56.3 2000 9 999999999 120 0.1090 0 88 999.000 999.0 99.0 +1.12248E7 27.8 3.9 22 97300 0 0 371 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.1090 0 88 999.000 999.0 99.0 +1.12284E7 27.8 2.8 20 97300 0 0 370 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1090 0 88 999.000 999.0 99.0 +1.1232E7 26.1 5.6 27 97300 0 0 365 0 0 0 0 0 0 0 110 2.1 0 0 48.3 2000 9 999999999 129 0.1090 0 88 999.000 999.0 99.0 +1.12356E7 24.4 4.4 27 97300 0 0 355 0 0 0 0 0 0 0 220 2.1 0 0 48.3 2000 9 999999999 120 0.1100 0 88 999.000 999.0 99.0 +1.12392E7 23.3 3.9 28 97300 0 0 349 0 0 0 0 0 0 0 260 1.5 0 0 48.3 2000 9 999999999 110 0.1100 0 88 999.000 999.0 99.0 +1.12428E7 22.8 3.9 29 97300 0 0 347 0 0 0 0 0 0 0 330 2.1 0 0 48.3 2000 9 999999999 110 0.1100 0 88 999.000 999.0 99.0 +1.12464E7 21.7 3.3 30 97300 0 0 341 0 0 0 0 0 0 0 330 1.5 0 0 48.3 2000 9 999999999 110 0.1100 0 88 999.000 999.0 99.0 +1.125E7 20.6 5.6 38 97400 0 0 339 0 0 0 0 0 0 0 120 4.1 0 0 56.3 2000 9 999999999 129 0.1100 0 88 999.000 999.0 99.0 +1.12536E7 20.0 5.0 38 97400 27 636 335 13 10 12 1400 500 1300 300 110 2.6 0 0 56.3 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +1.12572E7 21.1 5.0 35 97500 257 1339 340 116 304 58 12200 22400 7900 1050 120 3.6 0 0 56.3 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +1.12608E7 23.9 3.9 27 97500 529 1339 352 329 580 100 34100 54700 12500 1940 110 4.6 0 0 48.3 2000 9 999999999 110 0.1730 0 88 999.000 999.0 99.0 +1.12644E7 26.7 3.9 23 97500 781 1339 366 555 718 136 58600 72100 16400 3170 130 4.1 0 0 48.3 2000 9 999999999 110 0.1730 0 88 999.000 999.0 99.0 +1.1268E7 28.3 4.4 22 97500 996 1339 374 753 792 163 80500 81000 20100 5080 80 3.6 0 0 48.3 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +1.12716E7 30.0 4.4 20 97500 1159 1339 383 906 837 180 94600 84000 21700 7440 40 3.1 0 0 40.2 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +1.12752E7 31.7 2.2 15 97400 1258 1339 388 1002 863 190 105400 86800 23500 12040 90 2.1 0 0 40.2 2000 9 999999999 100 0.1730 0 88 999.000 999.0 99.0 +1.12788E7 33.9 5.0 16 97300 1287 1339 404 1025 864 193 107900 87000 24100 14760 280 3.1 0 0 40.2 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +1.12824E7 35.0 2.2 13 97300 1244 1339 405 990 861 189 104000 86600 23300 11120 310 3.6 0 0 56.3 2000 9 999999999 100 0.1730 0 88 999.000 999.0 99.0 +1.1286E7 36.1 -1.7 9 97200 1132 1339 406 890 841 178 92800 84300 21300 6750 300 4.6 0 0 72.4 2000 9 999999999 80 0.1730 0 88 999.000 999.0 99.0 +1.12896E7 36.7 -1.7 9 97100 959 1339 409 728 784 166 77400 79800 20100 4830 250 6.7 1 0 72.4 2000 9 999999999 80 0.1730 0 88 999.000 999.0 99.0 +1.12932E7 36.1 -2.2 9 97100 736 1339 405 522 689 143 54500 68400 16900 3140 230 3.1 2 0 80.5 2000 9 999999999 80 0.1730 0 88 999.000 999.0 99.0 +1.12968E7 35.0 -2.2 9 97000 479 1339 407 283 462 118 29700 43100 14300 2260 250 4.1 6 1 96.6 2000 9 999999999 69 0.1730 0 88 999.000 999.0 99.0 +1.13004E7 34.4 -2.8 9 97000 206 1339 403 85 155 62 9000 9900 7400 1190 250 3.1 7 1 96.6 2000 9 999999999 69 0.1730 0 88 999.000 999.0 99.0 +1.1304E7 32.2 -0.6 12 97100 10 390 395 4 1 4 0 0 0 0 180 2.1 5 1 56.3 2000 9 999999999 80 0.1730 0 88 999.000 999.0 99.0 +1.13076E7 31.7 1.1 14 97100 0 0 387 0 0 0 0 0 0 0 120 2.1 1 0 56.3 2000 9 999999999 89 0.1100 0 88 999.000 999.0 99.0 +1.13112E7 28.9 3.3 19 97100 0 0 376 0 0 0 0 0 0 0 230 2.1 1 0 56.3 2000 9 999999999 110 0.1100 0 88 999.000 999.0 99.0 +1.13148E7 28.3 5.0 23 97200 0 0 375 0 0 0 0 0 0 0 170 1.5 0 0 56.3 2000 9 999999999 120 0.1100 0 88 999.000 999.0 99.0 +1.13184E7 26.7 3.9 23 97200 0 0 366 0 0 0 0 0 0 0 290 2.6 0 0 56.3 2000 9 999999999 110 0.1100 0 88 999.000 999.0 99.0 +1.1322E7 23.9 3.9 27 97200 0 0 352 0 0 0 0 0 0 0 230 3.1 0 0 56.3 2000 9 999999999 110 0.1100 0 88 999.000 999.0 99.0 +1.13256E7 24.4 3.9 26 97200 0 0 355 0 0 0 0 0 0 0 60 1.5 0 0 56.3 2000 9 999999999 110 0.1100 0 88 999.000 999.0 99.0 +1.13292E7 23.3 4.4 29 97200 0 0 350 0 0 0 0 0 0 0 220 1.0 0 0 56.3 2000 9 999999999 120 0.1100 0 88 999.000 999.0 99.0 +1.13328E7 21.1 5.6 36 97200 0 0 341 0 0 0 0 0 0 0 130 2.1 0 0 56.3 2000 9 999999999 129 0.1100 0 88 999.000 999.0 99.0 +1.13364E7 20.6 5.0 36 97200 0 0 338 0 0 0 0 0 0 0 110 2.6 6 0 64.4 2000 9 999999999 120 0.1100 0 88 999.000 999.0 99.0 +1.134E7 20.0 5.6 39 97300 29 658 336 17 25 14 1700 900 1700 290 140 1.5 2 0 64.4 2000 9 999999999 129 0.1260 0 88 999.000 999.0 99.0 +1.13436E7 21.7 2.8 29 97300 260 1338 341 127 392 51 13000 29500 7300 910 150 2.1 0 0 56.3 2000 9 999999999 110 0.1260 0 88 999.000 999.0 99.0 +1.13472E7 24.4 3.3 25 97400 531 1338 354 340 647 84 35800 61600 11300 1680 130 3.1 0 0 48.3 2000 9 999999999 110 0.1260 0 88 999.000 999.0 99.0 +1.13508E7 27.2 2.2 20 97400 783 1338 366 571 781 113 59300 77300 13900 2470 160 2.6 0 0 48.3 2000 9 999999999 100 0.1260 0 88 999.000 999.0 99.0 +1.13544E7 29.4 2.2 17 97500 998 1338 377 765 844 135 80700 85000 17200 3930 120 2.6 0 0 48.3 2000 9 999999999 100 0.1260 0 88 999.000 999.0 99.0 +1.1358E7 31.7 2.8 16 97400 1160 1338 389 917 884 149 97700 89500 19900 6460 340 1.5 0 0 48.3 2000 9 999999999 110 0.1260 0 88 999.000 999.0 99.0 +1.13616E7 33.9 5.0 16 97400 1259 1338 404 1007 902 157 102900 90300 17700 8140 230 3.1 0 0 48.3 2000 9 999999999 120 0.1260 0 88 999.000 999.0 99.0 +1.13652E7 35.6 6.1 16 97300 1288 1338 414 1031 903 160 105200 90400 17900 10110 180 2.6 0 0 48.3 2000 9 999999999 129 0.1260 0 88 999.000 999.0 99.0 +1.13688E7 36.1 3.3 13 97300 1245 1338 413 996 900 156 101700 90100 17600 7480 240 2.6 0 0 64.4 2000 9 999999999 110 0.1260 0 88 999.000 999.0 99.0 +1.13724E7 37.8 5.6 14 97200 1134 1338 425 888 874 147 94500 88400 19400 5880 260 4.1 0 0 64.4 2000 9 999999999 129 0.1260 0 88 999.000 999.0 99.0 +1.1376E7 38.3 3.9 12 97100 960 1338 426 731 836 131 77000 84000 16600 3580 250 5.2 0 0 64.4 2000 9 999999999 110 0.1260 0 88 999.000 999.0 99.0 +1.13796E7 37.8 1.1 10 97100 738 1338 419 530 766 108 55000 75400 13300 2270 280 5.2 0 0 72.4 2000 9 999999999 89 0.1260 0 88 999.000 999.0 99.0 +1.13832E7 39.4 -11.7 3 97100 481 1338 408 307 640 78 32200 59500 10800 1520 30 7.2 0 0 96.6 2000 9 999999999 40 0.1260 0 88 999.000 999.0 99.0 +1.13868E7 37.2 -11.1 4 97100 208 1338 397 93 325 43 9500 22200 6100 760 30 6.7 0 0 96.6 2000 9 999999999 40 0.1260 0 88 999.000 999.0 99.0 +1.13904E7 35.0 -11.1 5 97200 11 390 386 7 8 6 0 0 0 0 50 5.7 0 0 72.4 2000 9 999999999 50 0.1260 0 88 999.000 999.0 99.0 +1.1394E7 33.3 -12.2 5 97300 0 0 376 0 0 0 0 0 0 0 50 6.7 0 0 64.4 2000 9 999999999 40 0.1100 0 88 999.000 999.0 99.0 +1.13976E7 32.8 -13.3 4 97300 0 0 372 0 0 0 0 0 0 0 60 8.2 0 0 64.4 2000 9 999999999 40 0.1100 0 88 999.000 999.0 99.0 +1.14012E7 32.2 -15.0 4 97400 0 0 367 0 0 0 0 0 0 0 50 8.8 0 0 64.4 2000 9 999999999 30 0.1100 0 88 999.000 999.0 99.0 +1.14048E7 31.1 -17.8 3 97400 0 0 357 0 0 0 0 0 0 0 70 9.3 0 0 64.4 2000 9 999999999 30 0.1100 0 88 999.000 999.0 99.0 +1.14084E7 31.1 -21.7 2 97400 0 0 352 0 0 0 0 0 0 0 60 9.3 0 0 64.4 2000 9 999999999 20 0.1100 0 88 999.000 999.0 99.0 +1.1412E7 29.4 -13.9 5 97400 0 0 355 0 0 0 0 0 0 0 360 3.1 0 0 64.4 2000 9 999999999 40 0.1100 0 88 999.000 999.0 99.0 +1.14156E7 25.6 -6.1 12 97500 0 0 348 0 0 0 0 0 0 0 260 2.1 0 0 64.4 2000 9 999999999 60 0.1100 0 88 999.000 999.0 99.0 +1.14192E7 26.1 -9.4 9 97500 0 0 346 0 0 0 0 0 0 0 0 0.0 0 0 64.4 2000 9 999999999 50 0.1100 0 88 999.000 999.0 99.0 +1.14228E7 22.2 -7.8 13 97500 0 0 330 0 0 0 0 0 0 0 220 2.1 0 0 96.6 2000 9 999999999 50 0.1100 0 88 999.000 999.0 99.0 +1.14264E7 23.3 -9.4 10 97600 30 658 333 23 111 11 1700 4700 1500 210 70 3.1 0 0 96.6 2000 9 999999999 50 0.0470 0 88 999.000 999.0 99.0 +1.143E7 25.0 -7.8 11 97700 262 1337 343 152 609 32 15800 48400 6300 670 150 4.1 0 0 96.6 2000 9 999999999 50 0.0470 0 88 999.000 999.0 99.0 +1.14336E7 27.2 -6.1 11 97700 534 1337 355 377 815 51 39700 77200 8800 1220 130 4.6 0 0 48.3 2000 9 999999999 60 0.0470 0 88 999.000 999.0 99.0 +1.14372E7 29.4 -7.2 9 97800 785 1337 364 603 908 69 63200 89700 10400 1730 70 4.6 0 0 56.3 2000 9 999999999 60 0.0470 0 88 999.000 999.0 99.0 +1.14408E7 31.7 -8.3 7 97700 999 1337 374 803 963 83 83800 96300 11700 2470 120 3.1 0 0 64.4 2000 9 999999999 50 0.0470 0 88 999.000 999.0 99.0 +1.14444E7 32.8 -10.6 5 97700 1161 1337 376 960 997 92 99600 100100 12500 3780 90 3.1 0 0 64.4 2000 9 999999999 40 0.0470 0 88 999.000 999.0 99.0 +1.1448E7 33.3 -10.0 5 97600 1260 1337 379 1052 1012 97 109000 101700 13000 5820 140 4.1 0 0 64.4 2000 9 999999999 40 0.0470 0 88 999.000 999.0 99.0 +1.14516E7 34.4 -5.0 8 97600 1289 1337 392 1066 1001 99 110300 100600 13100 7080 170 2.1 0 0 64.4 2000 9 999999999 69 0.0470 0 88 999.000 999.0 99.0 +1.14552E7 36.1 -7.2 6 97500 1246 1337 398 1031 1000 96 106800 100500 12900 5380 90 2.1 0 0 64.4 2000 9 999999999 60 0.0470 0 88 999.000 999.0 99.0 +1.14588E7 35.6 -9.4 5 97400 1135 1337 392 930 988 90 96700 99200 12300 3450 360 2.6 0 0 64.4 2000 9 999999999 50 0.0470 0 88 999.000 999.0 99.0 +1.14624E7 36.7 -9.4 5 97300 962 1337 397 769 957 80 80300 95600 11400 2290 330 3.6 0 0 64.4 2000 9 999999999 50 0.0470 0 88 999.000 999.0 99.0 +1.1466E7 36.7 -13.9 3 97200 740 1337 390 571 914 66 60000 89900 10200 1630 300 5.7 0 0 64.4 2000 9 999999999 30 0.0470 0 88 999.000 999.0 99.0 +1.14696E7 36.7 -12.2 4 97100 483 1337 393 336 799 48 35500 74500 8600 1130 280 3.6 0 0 72.4 2000 9 999999999 40 0.0470 0 88 999.000 999.0 99.0 +1.14732E7 35.6 -9.4 5 97100 211 1337 392 112 537 28 11600 39500 5400 570 210 3.1 0 0 72.4 2000 9 999999999 50 0.0470 0 88 999.000 999.0 99.0 +1.14768E7 33.9 -7.2 7 97100 12 412 386 13 51 7 0 0 0 0 200 2.1 0 0 72.4 2000 9 999999999 60 0.0470 0 88 999.000 999.0 99.0 +1.14804E7 32.2 -3.9 9 97100 0 0 382 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 69 0.1100 0 88 999.000 999.0 99.0 +1.1484E7 30.0 -2.8 12 97100 0 0 373 0 0 0 0 0 0 0 90 3.6 0 0 56.3 2000 9 999999999 80 0.1100 0 88 999.000 999.0 99.0 +1.14876E7 28.3 0.0 16 97100 0 0 368 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 89 0.1100 0 88 999.000 999.0 99.0 +1.14912E7 26.7 3.3 22 97100 0 0 365 0 0 0 0 0 0 0 100 3.6 0 0 48.3 2000 9 999999999 110 0.1100 0 88 999.000 999.0 99.0 +1.14948E7 25.0 2.8 24 97100 0 0 356 0 0 0 0 0 0 0 120 4.1 0 0 48.3 2000 9 999999999 110 0.1110 0 88 999.000 999.0 99.0 +1.14984E7 23.3 2.8 26 97100 0 0 348 0 0 0 0 0 0 0 90 4.1 0 0 48.3 2000 9 999999999 100 0.1110 0 88 999.000 999.0 99.0 +1.1502E7 22.8 1.1 24 97100 0 0 344 0 0 0 0 0 0 0 140 3.6 0 0 48.3 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.15056E7 22.2 0.6 24 97100 0 0 340 0 0 0 0 0 0 0 100 4.1 0 0 48.3 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.15092E7 21.7 0.6 25 97100 0 0 338 0 0 0 0 0 0 0 110 4.1 0 0 48.3 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.15128E7 20.6 1.1 28 97100 32 680 334 20 66 13 1800 2300 1700 220 120 3.6 0 0 80.5 2000 9 999999999 100 0.0770 0 88 999.000 999.0 99.0 +1.15164E7 22.2 1.1 25 97200 265 1337 341 142 512 41 14800 39500 7000 770 100 3.6 0 0 80.5 2000 9 999999999 100 0.0770 0 88 999.000 999.0 99.0 +1.152E7 26.7 1.1 19 97200 536 1337 362 363 743 65 38100 70800 9700 1370 130 4.6 0 0 48.3 2000 9 999999999 100 0.0770 0 88 999.000 999.0 99.0 +1.15236E7 28.9 2.2 18 97200 787 1337 374 588 850 87 61200 83900 11700 1870 130 4.1 0 0 48.3 2000 9 999999999 100 0.0770 0 88 999.000 999.0 99.0 +1.15272E7 31.1 -1.1 12 97100 1001 1337 381 788 914 103 81700 91300 13200 2750 110 4.6 0 0 40.2 2000 9 999999999 80 0.0770 0 88 999.000 999.0 99.0 +1.15308E7 33.9 -2.8 9 97100 1162 1337 393 940 948 115 97100 95000 14200 4380 110 4.6 0 0 32.2 2000 9 999999999 69 0.0770 0 88 999.000 999.0 99.0 +1.15344E7 35.6 -2.8 8 97000 1261 1337 401 1032 965 121 106300 96800 14800 6940 120 2.6 0 0 32.2 2000 9 999999999 69 0.0770 0 88 999.000 999.0 99.0 +1.1538E7 37.8 -5.0 6 96900 1290 1337 410 1064 975 123 109600 97900 14900 8520 280 1.5 0 0 40.2 2000 9 999999999 60 0.0770 0 88 999.000 999.0 99.0 +1.15416E7 39.4 -4.4 6 96800 1247 1337 419 1025 969 120 105600 97200 14700 6400 250 5.2 0 0 48.3 2000 9 999999999 60 0.0770 0 88 999.000 999.0 99.0 +1.15452E7 39.4 -5.0 6 96700 1136 1337 418 920 950 113 95200 95200 14100 3990 290 5.2 0 0 56.3 2000 9 999999999 60 0.0770 0 88 999.000 999.0 99.0 +1.15488E7 40.6 -3.9 6 96600 963 1337 426 756 908 101 78400 90600 13000 2550 250 5.7 0 0 72.4 2000 9 999999999 69 0.0770 0 88 999.000 999.0 99.0 +1.15524E7 40.0 -5.6 5 96600 742 1337 420 553 848 83 59100 84500 12100 1950 290 6.2 0 0 80.5 2000 9 999999999 60 0.0770 0 88 999.000 999.0 99.0 +1.1556E7 39.4 -6.7 5 96500 486 1337 416 323 727 60 33900 68000 9200 1240 290 5.7 0 0 96.6 2000 9 999999999 60 0.0770 0 88 999.000 999.0 99.0 +1.15596E7 38.3 -6.1 6 96500 214 1337 411 106 446 36 11100 31300 6100 660 270 4.1 0 0 96.6 2000 9 999999999 60 0.0770 0 88 999.000 999.0 99.0 +1.15632E7 34.4 -3.3 9 96500 12 434 394 10 27 6 0 0 0 0 240 3.1 0 0 72.4 2000 9 999999999 69 0.0770 0 88 999.000 999.0 99.0 +1.15668E7 32.8 0.0 12 96600 0 0 391 0 0 0 0 0 0 0 250 3.1 0 0 56.3 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.15704E7 32.2 0.6 13 96600 0 0 389 0 0 0 0 0 0 0 250 1.5 0 0 56.3 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.1574E7 32.2 2.2 15 96600 0 0 391 0 0 0 0 0 0 0 320 3.1 0 0 56.3 2000 9 999999999 100 0.1110 0 88 999.000 999.0 99.0 +1.15776E7 30.0 2.8 18 96600 0 0 381 0 0 0 0 0 0 0 10 2.1 0 0 48.3 2000 9 999999999 110 0.1110 0 88 999.000 999.0 99.0 +1.15812E7 29.4 0.0 15 96700 0 0 374 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.15848E7 25.6 4.4 26 96700 0 0 361 0 0 0 0 0 0 0 140 3.6 0 0 48.3 2000 9 999999999 120 0.1110 0 88 999.000 999.0 99.0 +1.15884E7 24.4 2.8 24 96700 0 0 353 0 0 0 0 0 0 0 110 4.1 0 0 48.3 2000 9 999999999 100 0.1110 0 88 999.000 999.0 99.0 +1.1592E7 23.3 2.2 25 96800 0 0 347 0 0 0 0 0 0 0 90 4.1 0 0 48.3 2000 9 999999999 100 0.1110 0 88 999.000 999.0 99.0 +1.15956E7 23.3 1.1 23 96800 0 0 346 0 0 0 0 0 0 0 80 4.6 0 0 48.3 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.15992E7 22.8 -0.6 21 96900 33 702 342 19 42 14 1800 1200 1700 240 80 4.6 0 0 64.4 2000 9 999999999 80 0.1110 0 88 999.000 999.0 99.0 +1.16028E7 23.3 0.6 22 96900 268 1336 345 136 439 49 14100 33600 7300 890 100 4.1 0 0 48.3 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.16064E7 27.2 -1.7 15 96900 538 1336 361 357 691 79 37800 66200 11100 1600 120 4.6 0 0 48.3 2000 9 999999999 80 0.1110 0 88 999.000 999.0 99.0 +1.161E7 29.4 -1.7 13 97000 789 1336 372 584 808 106 61100 80300 13600 2400 130 5.2 0 0 40.2 2000 9 999999999 80 0.1110 0 88 999.000 999.0 99.0 +1.16136E7 31.7 -3.9 10 97000 1002 1336 380 785 877 126 83400 88600 16800 3790 140 4.1 0 0 40.2 2000 9 999999999 69 0.1110 0 88 999.000 999.0 99.0 +1.16172E7 33.9 -1.7 10 97000 1163 1336 394 932 909 139 95600 91000 16200 4860 90 3.6 0 0 40.2 2000 9 999999999 80 0.1110 0 88 999.000 999.0 99.0 +1.16208E7 36.1 -3.3 8 96900 1262 1336 403 1027 930 147 105100 93200 16900 8020 130 2.1 0 0 40.2 2000 9 999999999 69 0.1110 0 88 999.000 999.0 99.0 +1.16244E7 37.2 -1.7 9 96900 1291 1336 411 1052 933 149 107600 93500 17000 9950 250 3.1 0 0 40.2 2000 9 999999999 80 0.1110 0 88 999.000 999.0 99.0 +1.1628E7 38.3 -2.8 7 96800 1248 1336 416 1014 929 146 103900 93100 16800 7370 350 4.1 0 0 40.2 2000 9 999999999 69 0.1110 0 88 999.000 999.0 99.0 +1.16316E7 39.4 -2.2 7 96800 1137 1336 422 911 908 137 93500 90800 16000 4400 270 6.2 0 0 48.3 2000 9 999999999 69 0.1110 0 88 999.000 999.0 99.0 +1.16352E7 39.4 -2.8 7 96700 965 1336 422 750 868 122 79500 87500 16200 3450 270 6.7 0 0 40.2 2000 9 999999999 69 0.1110 0 88 999.000 999.0 99.0 +1.16388E7 39.4 -1.1 8 96700 743 1336 424 540 790 101 56500 78100 13000 2210 310 6.2 0 0 48.3 2000 9 999999999 80 0.1110 0 88 999.000 999.0 99.0 +1.16424E7 38.9 -6.1 5 96700 488 1336 414 316 668 73 33400 62600 10500 1450 300 6.2 0 0 56.3 2000 9 999999999 50 0.1110 0 88 999.000 999.0 99.0 +1.1646E7 37.8 -6.7 5 96700 217 1336 407 101 368 42 10400 25700 6200 750 290 5.7 0 0 56.3 2000 9 999999999 50 0.1110 0 88 999.000 999.0 99.0 +1.16496E7 35.6 -3.3 8 96700 13 457 401 9 14 7 0 0 0 0 270 5.2 0 0 48.3 2000 9 999999999 69 0.1110 0 88 999.000 999.0 99.0 +1.16532E7 31.7 1.1 14 96800 0 0 387 0 0 0 0 0 0 0 240 3.1 0 0 48.3 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.16568E7 31.1 1.1 15 96900 0 0 384 0 0 0 0 0 0 0 250 4.1 0 0 48.3 2000 9 999999999 100 0.1110 0 88 999.000 999.0 99.0 +1.16604E7 30.6 1.1 15 96900 0 0 381 0 0 0 0 0 0 0 290 4.6 0 0 48.3 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.1664E7 29.4 2.2 17 96900 0 0 377 0 0 0 0 0 0 0 340 3.1 0 0 48.3 2000 9 999999999 100 0.1110 0 88 999.000 999.0 99.0 +1.16676E7 28.3 2.8 19 97000 0 0 372 0 0 0 0 0 0 0 340 4.1 0 0 48.3 2000 9 999999999 100 0.1120 0 88 999.000 999.0 99.0 +1.16712E7 27.8 2.8 20 97000 0 0 370 0 0 0 0 0 0 0 310 2.1 0 0 48.3 2000 9 999999999 110 0.1120 0 88 999.000 999.0 99.0 +1.16748E7 25.6 4.4 26 97000 0 0 361 0 0 0 0 0 0 0 110 2.6 0 0 48.3 2000 9 999999999 120 0.1120 0 88 999.000 999.0 99.0 +1.16784E7 23.9 5.0 30 97000 0 0 354 0 0 0 0 0 0 0 100 2.1 0 0 48.3 2000 9 999999999 120 0.1120 0 88 999.000 999.0 99.0 +1.1682E7 23.3 4.4 29 97100 0 0 350 0 0 0 0 0 0 0 100 4.6 0 0 48.3 2000 9 999999999 120 0.1120 0 88 999.000 999.0 99.0 +1.16856E7 22.2 3.3 29 97100 35 701 343 16 15 14 1700 600 1600 290 90 5.2 0 0 48.3 2000 9 999999999 110 0.1720 0 88 999.000 999.0 99.0 +1.16892E7 23.9 2.8 25 97200 270 1336 351 126 328 60 13300 24800 8300 1080 90 6.2 0 0 48.3 2000 9 999999999 100 0.1720 0 88 999.000 999.0 99.0 +1.16928E7 26.1 2.2 21 97300 540 1336 361 340 591 101 35300 56000 12600 1980 100 5.2 0 0 48.3 2000 9 999999999 100 0.1720 0 88 999.000 999.0 99.0 +1.16964E7 29.4 0.6 15 97300 790 1336 375 567 727 136 59800 73100 16500 3210 100 4.6 0 0 48.3 2000 9 999999999 89 0.1720 0 88 999.000 999.0 99.0 +1.17E7 31.1 1.7 15 97300 1003 1336 385 763 799 162 78900 79800 18900 4500 90 3.1 0 0 48.3 2000 9 999999999 100 0.1720 0 88 999.000 999.0 99.0 +1.17036E7 33.3 2.8 14 97300 1164 1336 397 916 844 180 95800 84800 21800 7650 90 3.1 0 0 56.3 2000 9 999999999 100 0.1720 0 88 999.000 999.0 99.0 +1.17072E7 35.0 1.1 12 97300 1263 1336 404 1007 863 190 105900 86900 23600 12580 340 3.6 0 0 56.3 2000 9 999999999 100 0.1720 0 88 999.000 999.0 99.0 +1.17108E7 36.1 2.8 12 97300 1292 1336 412 1036 871 192 109200 87700 24100 15540 260 5.7 0 0 56.3 2000 9 999999999 100 0.1720 0 88 999.000 999.0 99.0 +1.17144E7 37.2 -1.7 8 97200 1249 1336 411 1000 867 189 105200 87200 23400 11580 270 4.6 0 0 56.3 2000 9 999999999 80 0.1720 0 88 999.000 999.0 99.0 +1.1718E7 38.3 -0.6 8 97200 1138 1336 419 896 842 177 93500 84500 21300 6900 280 6.2 0 0 64.4 2000 9 999999999 80 0.1720 0 88 999.000 999.0 99.0 +1.17216E7 38.3 0.6 9 97100 966 1336 421 731 791 158 78100 80800 19500 4700 290 5.2 0 0 56.3 2000 9 999999999 89 0.1720 0 88 999.000 999.0 99.0 +1.17252E7 37.8 0.6 10 97100 745 1336 418 524 707 130 55300 70600 15800 2930 290 6.7 0 0 56.3 2000 9 999999999 89 0.1720 0 88 999.000 999.0 99.0 +1.17288E7 37.2 0.6 10 97100 490 1336 415 297 556 93 30800 51600 11800 1780 290 7.2 0 0 56.3 2000 9 999999999 89 0.1720 0 88 999.000 999.0 99.0 +1.17324E7 36.1 0.0 10 97000 220 1336 408 92 254 51 9700 17300 6800 920 280 5.7 0 0 56.3 2000 9 999999999 89 0.1720 0 88 999.000 999.0 99.0 +1.1736E7 33.9 3.3 15 97100 14 456 401 8 4 8 0 0 0 0 250 6.7 0 0 56.3 2000 9 999999999 110 0.1720 0 88 999.000 999.0 99.0 +1.17396E7 31.7 3.3 17 97200 0 0 390 0 0 0 0 0 0 0 270 5.2 0 0 56.3 2000 9 999999999 110 0.1120 0 88 999.000 999.0 99.0 +1.17432E7 30.0 3.9 19 97200 0 0 382 0 0 0 0 0 0 0 270 6.7 0 0 48.3 2000 9 999999999 110 0.1120 0 88 999.000 999.0 99.0 +1.17468E7 29.4 3.9 20 97300 0 0 379 0 0 0 0 0 0 0 290 5.2 0 0 48.3 2000 9 999999999 110 0.1120 0 88 999.000 999.0 99.0 +1.17504E7 28.9 4.4 21 97300 0 0 377 0 0 0 0 0 0 0 290 5.2 0 0 48.3 2000 9 999999999 120 0.1120 0 88 999.000 999.0 99.0 +1.1754E7 28.9 4.4 21 97300 0 0 377 0 0 0 0 0 0 0 290 5.2 0 0 48.3 2000 9 999999999 120 0.1120 0 88 999.000 999.0 99.0 +1.17576E7 27.8 5.0 23 97300 0 0 372 0 0 0 0 0 0 0 240 4.1 0 0 48.3 2000 9 999999999 120 0.1120 0 88 999.000 999.0 99.0 +1.17612E7 24.4 6.1 31 97400 0 0 357 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 129 0.1120 0 88 999.000 999.0 99.0 +1.17648E7 25.0 5.6 29 97400 0 0 360 0 0 0 0 0 0 0 110 2.6 0 0 48.3 2000 9 999999999 129 0.1120 0 88 999.000 999.0 99.0 +1.17684E7 23.3 6.7 34 97400 0 0 353 0 0 0 0 0 0 0 70 3.6 0 0 48.3 2000 9 999999999 129 0.1120 0 88 999.000 999.0 99.0 +1.1772E7 22.2 6.7 37 97500 36 723 348 16 7 15 1700 400 1700 370 100 3.1 0 0 64.4 2000 9 999999999 139 0.2270 0 88 999.000 999.0 99.0 +1.17756E7 23.9 6.1 32 97500 273 1335 355 118 250 67 12300 18900 8400 1220 100 5.2 0 0 64.4 2000 9 999999999 129 0.2270 0 88 999.000 999.0 99.0 +1.17792E7 26.1 6.7 29 97600 542 1335 366 325 510 118 34700 49200 14700 2290 110 3.6 0 0 72.4 2000 9 999999999 139 0.2270 0 88 999.000 999.0 99.0 +1.17828E7 28.3 6.1 24 97600 792 1335 376 550 655 161 57400 65300 18500 3710 110 3.1 0 0 72.4 2000 9 999999999 129 0.2270 0 88 999.000 999.0 99.0 +1.17864E7 30.6 6.7 22 97500 1004 1335 389 748 735 194 79000 74600 22800 6060 130 3.1 0 0 72.4 2000 9 999999999 129 0.2270 0 88 999.000 999.0 99.0 +1.179E7 32.2 5.6 19 97500 1165 1335 396 901 785 214 96100 80200 25900 10020 30 2.6 0 0 72.4 2000 9 999999999 129 0.2270 0 88 999.000 999.0 99.0 +1.17936E7 33.3 4.4 16 97400 1263 1335 400 998 813 226 107100 83300 28100 16170 310 2.6 0 0 64.4 2000 9 999999999 110 0.2270 0 88 999.000 999.0 99.0 +1.17972E7 35.0 4.4 15 97300 1292 1335 409 1022 817 230 110000 83800 28700 19990 310 2.6 0 0 64.4 2000 9 999999999 120 0.2270 0 88 999.000 999.0 99.0 +1.18008E7 36.1 3.9 13 97200 1250 1335 414 984 809 225 105600 82900 27800 14950 310 3.6 0 0 64.4 2000 9 999999999 110 0.2270 0 88 999.000 999.0 99.0 +1.18044E7 37.2 3.9 12 97100 1139 1335 420 878 780 211 93600 79700 25400 9100 250 5.2 0 0 64.4 2000 9 999999999 110 0.2270 0 88 999.000 999.0 99.0 +1.1808E7 37.8 0.6 10 97000 968 1335 418 719 732 188 75900 74200 22000 5500 300 4.1 0 0 48.3 2000 9 999999999 89 0.2270 0 88 999.000 999.0 99.0 +1.18116E7 36.7 0.6 10 96900 747 1335 412 513 642 154 53400 63600 17800 3390 310 3.6 0 0 48.3 2000 9 999999999 89 0.2270 0 88 999.000 999.0 99.0 +1.18152E7 37.2 0.6 10 96900 493 1335 415 284 479 108 30300 45100 13600 2050 300 3.6 0 0 56.3 2000 9 999999999 89 0.2270 0 88 999.000 999.0 99.0 +1.18188E7 36.7 1.7 11 96900 222 1335 422 81 166 54 8700 11200 6800 1000 220 3.6 1 1 56.3 2000 9 999999999 100 0.2270 0 88 999.000 999.0 99.0 +1.18224E7 34.4 3.9 15 97000 15 478 445 1 0 1 0 0 0 0 130 11.8 9 8 3.2 3660 9 999999999 110 0.2270 0 88 999.000 999.0 99.0 +1.1826E7 30.0 8.3 26 97000 0 0 435 0 0 0 0 0 0 0 140 7.7 9 9 19.3 3960 9 999999999 150 0.1120 0 88 999.000 999.0 99.0 +1.18296E7 29.4 7.8 26 97100 0 0 415 0 0 0 0 0 0 0 130 7.2 9 7 32.2 7010 9 999999999 150 0.1120 0 88 999.000 999.0 99.0 +1.18332E7 28.9 8.3 28 97100 0 0 402 0 0 0 0 0 0 0 110 6.7 9 4 48.3 2000 9 999999999 150 0.1120 0 88 999.000 999.0 99.0 +1.18368E7 28.3 8.9 30 97200 0 0 387 0 0 0 0 0 0 0 120 7.7 6 1 48.3 2000 9 999999999 160 0.1120 0 88 999.000 999.0 99.0 +1.18404E7 27.8 9.4 32 97200 0 0 385 0 0 0 0 0 0 0 110 4.1 8 1 48.3 2000 9 999999999 160 0.1120 0 88 999.000 999.0 99.0 +1.1844E7 27.2 10.0 34 97100 0 0 383 0 0 0 0 0 0 0 80 2.1 10 1 48.3 2000 9 999999999 170 0.1120 0 88 999.000 999.0 99.0 +1.18476E7 27.2 10.0 34 97100 0 0 388 0 0 0 0 0 0 0 230 1.0 9 2 48.3 2000 9 999999999 170 0.1120 0 88 999.000 999.0 99.0 +1.18512E7 27.2 10.0 34 97000 0 0 434 0 0 0 0 0 0 0 250 1.5 10 10 48.3 7620 9 999999999 170 0.1120 0 88 999.000 999.0 99.0 +1.18548E7 27.2 10.0 34 97000 0 0 434 0 0 0 0 0 0 0 0 0.0 10 10 48.3 4570 9 999999999 170 0.1120 0 88 999.000 999.0 99.0 +1.18584E7 26.1 10.0 36 97100 37 745 386 24 14 22 2500 800 2400 500 130 2.6 10 3 48.3 2000 9 999999999 170 0.0860 0 88 999.000 999.0 99.0 +1.1862E7 27.2 10.0 34 97100 275 1335 398 141 265 86 14700 20100 10500 1700 70 2.1 10 5 48.3 2000 9 999999999 170 0.0860 0 88 999.000 999.0 99.0 +1.18656E7 28.9 8.9 29 97100 544 1335 409 280 289 163 29900 28700 18200 3450 90 4.6 10 6 64.4 7620 9 999999999 160 0.0860 0 88 999.000 999.0 99.0 +1.18692E7 30.6 8.3 25 97100 793 1335 418 444 293 269 47400 31100 28900 6770 110 4.1 10 6 64.4 7620 9 999999999 150 0.0860 0 88 999.000 999.0 99.0 +1.18728E7 32.2 7.8 22 97100 1005 1335 419 672 560 250 72400 58300 28400 7890 100 4.6 8 4 64.4 2000 9 999999999 150 0.0860 0 88 999.000 999.0 99.0 +1.18764E7 33.9 8.3 21 97000 1166 1335 432 812 508 368 86000 53000 39700 17710 140 4.6 10 5 56.3 2000 9 999999999 150 0.0860 0 88 999.000 999.0 99.0 +1.188E7 33.9 7.8 20 97000 1264 1335 448 697 267 444 76400 29000 48900 28930 140 6.2 10 8 56.3 7620 9 999999999 150 0.0860 0 88 999.000 999.0 99.0 +1.18836E7 34.4 8.3 20 96900 1293 1335 444 919 500 433 97300 52200 46600 39090 120 4.6 10 7 56.3 7620 9 999999999 150 0.0860 0 88 999.000 999.0 99.0 +1.18872E7 36.1 5.6 15 96800 1251 1335 445 943 641 342 101900 67100 38800 23320 230 2.6 10 6 48.3 7620 9 999999999 120 0.0860 0 88 999.000 999.0 99.0 +1.18908E7 35.6 5.0 15 96700 1140 1335 434 719 319 447 77700 34600 48100 19010 210 3.1 9 4 48.3 2000 9 999999999 120 0.0860 0 88 999.000 999.0 99.0 +1.18944E7 36.7 5.0 14 96600 969 1335 440 712 650 240 73900 65000 26600 6800 150 3.1 8 4 48.3 2000 9 999999999 120 0.0860 0 88 999.000 999.0 99.0 +1.1898E7 36.7 5.0 14 96500 749 1335 440 452 464 191 47900 47200 21300 4300 350 3.6 9 4 48.3 2000 9 999999999 120 0.0860 0 88 999.000 999.0 99.0 +1.19016E7 35.6 5.6 15 96500 495 1335 438 320 511 132 33500 48000 15700 2570 90 8.2 9 5 48.3 7620 9 999999999 120 0.0860 0 88 999.000 999.0 99.0 +1.19052E7 31.7 6.7 21 96600 225 1335 443 70 0 70 7700 0 7700 2200 180 7.2 10 9 56.3 3960 9 999999999 129 0.0860 0 88 999.000 999.0 99.0 +1.19088E7 30.0 10.0 29 96900 16 500 450 2 0 2 0 0 0 0 160 4.1 10 10 24.1 2740 9 999999999 170 0.0860 0 88 999.000 999.0 99.0 +1.19124E7 23.9 15.6 60 96900 0 0 423 0 0 0 0 0 0 0 290 11.8 10 10 12.9 3050 9 999999999 240 0.1120 0 88 999.000 999.0 99.0 +1.1916E7 22.8 14.4 59 97000 0 0 415 0 0 0 0 0 0 0 230 6.7 10 10 48.3 3660 9 999999999 220 0.1120 0 88 999.000 999.0 99.0 +1.19196E7 23.3 13.9 55 97100 0 0 417 0 0 0 0 0 0 0 190 4.6 10 10 32.2 3050 9 999999999 209 0.1120 0 88 999.000 999.0 99.0 +1.19232E7 23.3 15.0 60 97100 0 0 418 0 0 0 0 0 0 0 130 5.7 10 10 24.1 3050 9 999999999 229 0.1120 0 88 999.000 999.0 99.0 +1.19268E7 22.8 15.0 62 97000 0 0 416 0 0 0 0 0 0 0 110 7.7 10 10 40.2 3660 9 999999999 229 0.1130 0 88 999.000 999.0 99.0 +1.19304E7 22.2 15.0 64 97000 0 0 412 0 0 0 0 0 0 0 120 7.7 10 10 40.2 3660 9 999999999 229 0.1130 0 88 999.000 999.0 99.0 +1.1934E7 22.2 15.0 64 97100 0 0 412 0 0 0 0 0 0 0 130 3.6 10 10 40.2 3960 9 999999999 229 0.1130 0 88 999.000 999.0 99.0 +1.19376E7 22.2 14.4 62 97100 0 0 392 0 0 0 0 0 0 0 120 1.0 10 8 40.2 4570 9 999999999 220 0.1130 0 88 999.000 999.0 99.0 +1.19412E7 22.2 14.4 62 97100 0 0 375 0 0 0 0 0 0 0 110 2.1 10 4 48.3 2000 9 999999999 220 0.1130 0 88 999.000 999.0 99.0 +1.19448E7 22.8 13.9 57 97100 39 745 414 13 0 13 1500 0 1500 460 160 2.1 10 10 56.3 3960 9 999999999 209 0.1480 0 88 999.000 999.0 99.0 +1.19484E7 23.3 14.4 58 97200 277 1334 418 88 5 87 9700 200 9600 2800 100 3.6 10 10 64.4 3960 9 999999999 220 0.1480 0 88 999.000 999.0 99.0 +1.1952E7 22.8 14.4 59 97200 546 1334 415 165 6 162 18500 500 18400 6110 110 3.1 10 10 72.4 3660 9 999999999 220 0.1480 0 88 999.000 999.0 99.0 +1.19556E7 23.9 13.9 54 97200 795 1334 420 231 5 228 26600 400 26300 9640 90 3.1 10 10 72.4 3660 9 999999999 209 0.1480 0 88 999.000 999.0 99.0 +1.19592E7 24.4 14.4 54 97200 1006 1334 424 318 4 315 37000 400 36700 13770 60 2.6 10 10 64.4 3960 9 999999999 220 0.1480 0 88 999.000 999.0 99.0 +1.19628E7 26.1 12.8 44 97200 1167 1334 431 381 3 378 44600 300 44400 16500 130 3.6 10 10 64.4 3960 9 999999999 200 0.1480 0 88 999.000 999.0 99.0 +1.19664E7 26.7 12.8 42 97200 1265 1334 435 423 1 422 49800 100 49800 18240 140 4.1 10 10 64.4 3960 9 999999999 200 0.1480 0 88 999.000 999.0 99.0 +1.197E7 27.2 11.1 37 97100 1294 1334 435 546 0 545 63200 0 63200 21430 160 3.1 10 10 64.4 4570 9 999999999 179 0.1480 0 88 999.000 999.0 99.0 +1.19736E7 28.9 10.0 31 97100 1252 1334 431 704 98 611 77400 10300 67800 31150 180 4.6 10 9 72.4 4570 9 999999999 170 0.1480 0 88 999.000 999.0 99.0 +1.19772E7 28.9 10.6 32 97000 1141 1334 432 474 46 434 52200 4800 48100 18620 200 3.1 10 9 72.4 4570 9 999999999 170 0.1480 0 88 999.000 999.0 99.0 +1.19808E7 29.4 8.9 28 96900 970 1334 417 757 594 325 79000 61500 34200 9880 200 1.5 8 7 72.4 7620 9 999999999 160 0.1480 0 88 999.000 999.0 99.0 +1.19844E7 30.6 8.3 25 96900 751 1334 414 397 228 269 43200 23700 29800 7030 80 2.6 6 5 56.3 7620 9 999999999 150 0.1480 0 88 999.000 999.0 99.0 +1.1988E7 31.1 8.9 25 96900 497 1334 415 271 374 132 28300 35200 15200 2570 80 2.1 6 4 56.3 7620 9 999999999 150 0.1480 0 88 999.000 999.0 99.0 +1.19916E7 30.6 11.1 30 96900 228 1334 412 76 103 59 8400 7500 7100 1260 60 4.1 3 3 56.3 2000 9 999999999 179 0.1480 0 88 999.000 999.0 99.0 +1.19952E7 30.0 10.0 29 96900 17 500 428 7 2 6 0 0 0 0 90 5.7 9 8 48.3 3660 9 999999999 170 0.1480 0 88 999.000 999.0 99.0 +1.19988E7 29.4 9.4 29 97000 0 0 403 0 0 0 0 0 0 0 110 4.1 4 3 48.3 2000 9 999999999 160 0.1130 0 88 999.000 999.0 99.0 +1.20024E7 28.3 9.4 31 97000 0 0 388 0 0 0 0 0 0 0 110 4.1 1 1 48.3 2000 9 999999999 160 0.1130 0 88 999.000 999.0 99.0 +1.2006E7 26.7 10.0 35 97100 0 0 389 0 0 0 0 0 0 0 100 3.6 3 3 48.3 2000 9 999999999 170 0.1130 0 88 999.000 999.0 99.0 +1.20096E7 27.2 10.0 34 97200 0 0 434 0 0 0 0 0 0 0 340 8.2 10 10 48.3 2900 9 999999999 170 0.1130 0 88 999.000 999.0 99.0 +1.20132E7 24.4 12.8 48 97200 0 0 401 0 0 0 0 0 0 0 360 4.6 8 8 40.2 2900 9 999999999 200 0.1130 0 88 999.000 999.0 99.0 +1.20168E7 25.6 10.0 38 97200 0 0 387 0 0 0 0 0 0 0 50 5.2 4 4 40.2 2000 9 999999999 170 0.1130 0 88 999.000 999.0 99.0 +1.20204E7 23.3 11.1 46 97200 0 0 365 0 0 0 0 0 0 0 200 2.1 1 1 48.3 2000 9 999999999 179 0.1130 0 88 999.000 999.0 99.0 +1.2024E7 23.3 11.7 48 97300 0 0 359 0 0 0 0 0 0 0 80 2.6 0 0 48.3 2000 9 999999999 189 0.1130 0 88 999.000 999.0 99.0 +1.20276E7 23.3 11.1 46 97300 0 0 358 0 0 0 0 0 0 0 40 3.6 1 0 56.3 2000 9 999999999 179 0.1130 0 88 999.000 999.0 99.0 +1.20312E7 23.3 11.7 48 97300 40 767 374 17 3 17 1900 0 1900 580 80 2.1 10 3 64.4 2000 9 999999999 189 0.2360 0 88 999.000 999.0 99.0 +1.20348E7 23.3 12.2 50 97400 280 1334 384 87 90 68 9500 7200 8000 1470 80 6.2 10 6 72.4 6100 9 999999999 189 0.2360 0 88 999.000 999.0 99.0 +1.20384E7 25.0 12.2 45 97400 547 1334 393 288 188 211 31000 18500 23400 4980 100 4.6 10 6 72.4 7620 9 999999999 189 0.2360 0 88 999.000 999.0 99.0 +1.2042E7 27.2 12.2 39 97400 796 1334 405 474 294 298 50300 31100 31700 7680 140 4.6 10 6 64.4 7620 9 999999999 189 0.2360 0 88 999.000 999.0 99.0 +1.20456E7 28.3 11.1 34 97400 1007 1334 409 631 339 374 67800 36600 40100 12180 120 4.1 10 6 64.4 7620 9 999999999 179 0.2360 0 88 999.000 999.0 99.0 +1.20492E7 30.0 9.4 28 97400 1168 1334 412 649 182 490 70700 19300 53800 21440 170 3.1 10 5 64.4 2000 9 999999999 160 0.2360 0 88 999.000 999.0 99.0 +1.20528E7 31.7 8.3 23 97300 1265 1334 417 964 614 380 103100 64200 42100 28400 140 3.6 7 4 72.4 7620 9 999999999 150 0.2360 0 88 999.000 999.0 99.0 +1.20564E7 33.9 6.1 18 97200 1294 1334 419 971 690 300 102500 69800 34700 26530 200 3.6 3 2 72.4 2000 9 999999999 129 0.2360 0 88 999.000 999.0 99.0 +1.206E7 33.9 6.7 18 97100 1252 1334 424 972 586 421 102700 61100 45200 29330 140 3.6 9 3 72.4 2000 9 999999999 129 0.2360 0 88 999.000 999.0 99.0 +1.20636E7 34.4 6.1 17 97100 1142 1334 432 806 498 379 84900 51900 40300 17010 120 4.6 8 5 72.4 7620 9 999999999 129 0.2360 0 88 999.000 999.0 99.0 +1.20672E7 32.2 8.3 23 97000 972 1334 423 728 600 290 76800 62200 31300 8750 330 5.2 7 5 64.4 7620 9 999999999 150 0.2360 0 88 999.000 999.0 99.0 +1.20708E7 33.9 7.2 19 97000 752 1334 428 443 369 236 47700 38900 25700 5670 340 3.1 7 4 64.4 7620 9 999999999 139 0.2360 0 88 999.000 999.0 99.0 +1.20744E7 33.3 6.7 19 96900 499 1334 424 260 266 161 27500 25800 17800 3410 320 1.5 6 4 64.4 7620 9 999999999 129 0.2360 0 88 999.000 999.0 99.0 +1.2078E7 31.7 7.2 22 96900 231 1334 419 82 65 71 8900 4700 8100 1510 140 4.1 5 5 64.4 2000 9 999999999 139 0.2360 0 88 999.000 999.0 99.0 +1.20816E7 30.0 11.7 32 97100 18 522 409 7 1 6 0 0 0 0 150 6.2 3 3 64.4 2000 9 999999999 179 0.2360 0 88 999.000 999.0 99.0 +1.20852E7 28.3 8.9 30 97100 0 0 387 0 0 0 0 0 0 0 140 2.1 1 1 48.3 2000 9 999999999 160 0.1130 0 88 999.000 999.0 99.0 +1.20888E7 28.3 8.9 30 97200 0 0 380 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 160 0.1130 0 88 999.000 999.0 99.0 +1.20924E7 27.8 6.7 26 97300 0 0 375 0 0 0 0 0 0 0 240 2.1 0 0 48.3 2000 9 999999999 129 0.1130 0 88 999.000 999.0 99.0 +1.2096E7 27.2 6.1 26 97300 0 0 390 0 0 0 0 0 0 0 130 2.1 4 4 48.3 2000 9 999999999 129 0.1130 0 88 999.000 999.0 99.0 +1.20996E7 25.0 10.0 39 97300 0 0 381 0 0 0 0 0 0 0 80 4.1 3 3 48.3 2000 9 999999999 170 0.1130 0 88 999.000 999.0 99.0 +1.21032E7 24.4 10.6 42 97300 0 0 375 0 0 0 0 0 0 0 120 5.2 2 2 48.3 2000 9 999999999 170 0.1130 0 88 999.000 999.0 99.0 +1.21068E7 23.3 11.7 48 97300 0 0 359 0 0 0 0 0 0 0 110 2.6 0 0 48.3 2000 9 999999999 189 0.1130 0 88 999.000 999.0 99.0 +1.21104E7 23.3 12.2 50 97400 0 0 359 0 0 0 0 0 0 0 100 5.2 0 0 48.3 2000 9 999999999 189 0.1130 0 88 999.000 999.0 99.0 +1.2114E7 21.7 12.2 55 97400 0 0 352 0 0 0 0 0 0 0 90 4.6 0 0 56.3 2000 9 999999999 189 0.1130 0 88 999.000 999.0 99.0 +1.21176E7 21.7 12.2 55 97400 41 766 352 26 117 14 2100 5200 1800 260 110 5.2 0 0 72.4 2000 9 999999999 189 0.0520 0 88 999.000 999.0 99.0 +1.21212E7 22.2 12.2 53 97500 282 1333 354 158 584 35 16500 47500 6400 720 120 5.2 0 0 56.3 2000 9 999999999 189 0.0520 0 88 999.000 999.0 99.0 +1.21248E7 25.6 10.0 38 97500 549 1333 368 375 779 54 39500 74100 8900 1260 120 4.1 0 0 64.4 2000 9 999999999 170 0.0520 0 88 999.000 999.0 99.0 +1.21284E7 27.8 8.3 29 97500 797 1333 377 591 867 72 61900 85800 10500 1790 140 5.2 0 0 64.4 2000 9 999999999 150 0.0520 0 88 999.000 999.0 99.0 +1.2132E7 31.1 7.2 22 97500 1008 1333 392 788 927 86 82100 92800 11800 2580 140 4.1 0 0 72.4 2000 9 999999999 139 0.0520 0 88 999.000 999.0 99.0 +1.21356E7 32.2 5.6 19 97500 1168 1333 396 932 953 95 96700 95700 12600 3990 120 5.7 0 0 72.4 2000 9 999999999 129 0.0520 0 88 999.000 999.0 99.0 +1.21392E7 33.9 3.3 15 97400 1266 1333 401 1027 973 101 106300 97800 13200 6350 150 4.1 0 0 80.5 2000 9 999999999 110 0.0520 0 88 999.000 999.0 99.0 +1.21428E7 35.0 2.8 13 97300 1295 1333 406 1056 981 102 109300 98600 13300 7840 210 4.1 0 0 80.5 2000 9 999999999 100 0.0520 0 88 999.000 999.0 99.0 +1.21464E7 36.7 2.8 12 97200 1253 1333 415 1021 978 100 105700 98300 13100 5870 200 6.2 0 0 80.5 2000 9 999999999 100 0.0520 0 88 999.000 999.0 99.0 +1.215E7 37.2 2.8 12 97100 1143 1333 426 822 825 113 84800 82700 13800 4120 220 4.1 1 1 80.5 2000 9 999999999 110 0.0520 0 88 999.000 999.0 99.0 +1.21536E7 35.6 3.3 10 97100 973 1333 424 738 814 143 77100 81600 17400 3920 230 4.1 2 2 80.5 2000 9 999999999 80 0.0520 0 88 999.000 999.0 99.0 +1.21572E7 37.8 1.7 10 97000 754 1333 428 531 818 68 55700 80600 10000 1670 290 6.2 1 1 80.5 2000 9 999999999 89 0.0520 0 88 999.000 999.0 99.0 +1.21608E7 36.1 1.1 11 97000 502 1333 418 324 712 57 34300 67200 9000 1220 290 3.6 1 1 80.5 2000 9 999999999 89 0.0520 0 88 999.000 999.0 99.0 +1.21644E7 35.0 -3.9 8 97000 233 1333 397 125 545 31 13000 41500 5700 630 280 6.2 0 0 80.5 2000 9 999999999 69 0.0520 0 88 999.000 999.0 99.0 +1.2168E7 32.8 -1.7 11 97000 20 544 389 17 70 9 0 0 0 0 240 5.2 0 0 48.3 2000 9 999999999 80 0.0520 0 88 999.000 999.0 99.0 +1.21716E7 31.1 -1.7 12 97100 0 0 380 0 0 0 0 0 0 0 260 4.6 0 0 48.3 2000 9 999999999 80 0.1130 0 88 999.000 999.0 99.0 +1.21752E7 30.6 -2.2 12 97200 0 0 377 0 0 0 0 0 0 0 260 3.1 0 0 48.3 2000 9 999999999 80 0.1130 0 88 999.000 999.0 99.0 +1.21788E7 29.4 0.0 15 97200 0 0 374 0 0 0 0 0 0 0 260 4.1 0 0 48.3 2000 9 999999999 89 0.1130 0 88 999.000 999.0 99.0 +1.21824E7 28.9 1.1 17 97200 0 0 373 0 0 0 0 0 0 0 240 4.6 0 0 48.3 2000 9 999999999 100 0.1130 0 88 999.000 999.0 99.0 +1.2186E7 28.3 0.6 16 97200 0 0 369 0 0 0 0 0 0 0 250 5.7 0 0 48.3 2000 9 999999999 89 0.1140 0 88 999.000 999.0 99.0 +1.21896E7 24.4 2.8 24 97200 0 0 353 0 0 0 0 0 0 0 290 2.6 0 0 48.3 2000 9 999999999 100 0.1140 0 88 999.000 999.0 99.0 +1.21932E7 22.8 3.9 29 97200 0 0 347 0 0 0 0 0 0 0 100 3.1 0 0 48.3 2000 9 999999999 110 0.1140 0 88 999.000 999.0 99.0 +1.21968E7 20.6 5.0 36 97300 0 0 338 0 0 0 0 0 0 0 110 3.6 0 0 48.3 2000 9 999999999 120 0.1140 0 88 999.000 999.0 99.0 +1.22004E7 20.0 1.7 30 97300 0 0 332 0 0 0 0 0 0 0 70 4.1 0 0 64.4 2000 9 999999999 100 0.1140 0 88 999.000 999.0 99.0 +1.2204E7 19.4 1.1 30 97300 43 788 328 23 54 17 2200 1700 2100 290 70 4.1 0 0 80.5 2000 9 999999999 100 0.1140 0 88 999.000 999.0 99.0 +1.22076E7 21.7 -1.7 21 97400 283 1332 335 149 472 49 15400 37100 7500 900 80 3.6 0 0 80.5 2000 9 999999999 80 0.1030 0 88 999.000 999.0 99.0 +1.22112E7 23.9 0.6 22 97400 550 1332 348 368 702 77 38000 66800 10400 1530 110 4.1 0 0 72.4 2000 9 999999999 89 0.1030 0 88 999.000 999.0 99.0 +1.22148E7 26.1 -1.1 17 97400 798 1332 356 594 820 102 62600 81800 13500 2380 120 4.1 0 0 72.4 2000 9 999999999 80 0.1030 0 88 999.000 999.0 99.0 +1.22184E7 27.8 1.1 18 97300 1009 1332 367 781 870 121 80500 86800 14600 2960 130 3.1 0 0 72.4 2000 9 999999999 100 0.1030 0 88 999.000 999.0 99.0 +1.2222E7 30.0 0.0 14 97300 1169 1332 377 936 913 134 96100 91400 15800 4940 130 3.1 0 0 64.4 2000 9 999999999 89 0.1030 0 88 999.000 999.0 99.0 +1.22256E7 30.6 -3.3 11 97300 1266 1332 375 1035 938 141 105900 94000 16400 8210 120 3.6 0 0 64.4 2000 9 999999999 69 0.1030 0 88 999.000 999.0 99.0 +1.22292E7 31.7 -5.0 9 97200 1295 1332 378 1062 943 143 108700 94500 16500 10370 200 2.6 0 0 64.4 2000 9 999999999 60 0.1030 0 88 999.000 999.0 99.0 +1.22328E7 32.2 -5.6 8 97100 1254 1332 380 1026 939 140 105100 94100 16300 7550 330 3.6 0 0 72.4 2000 9 999999999 60 0.1030 0 88 999.000 999.0 99.0 +1.22364E7 32.8 -2.8 10 97100 1144 1332 387 919 915 132 94400 91600 15600 4490 350 3.6 0 0 72.4 2000 9 999999999 69 0.1030 0 88 999.000 999.0 99.0 +1.224E7 33.3 -6.1 7 97000 974 1332 385 763 881 118 81400 89100 16100 3450 270 6.7 0 0 80.5 2000 9 999999999 60 0.1030 0 88 999.000 999.0 99.0 +1.22436E7 32.8 -5.6 8 97000 756 1332 383 560 814 98 58900 80800 12900 2210 260 4.1 0 0 80.5 2000 9 999999999 60 0.1030 0 88 999.000 999.0 99.0 +1.22472E7 33.3 -6.1 7 96900 504 1332 385 331 687 72 34200 64300 9900 1400 340 3.1 0 0 80.5 2000 9 999999999 60 0.1030 0 88 999.000 999.0 99.0 +1.22508E7 31.7 -5.0 9 96900 236 1332 378 116 414 43 11900 30200 6600 780 220 4.1 0 0 80.5 2000 9 999999999 60 0.1030 0 88 999.000 999.0 99.0 +1.22544E7 28.9 -1.7 14 96900 21 566 369 14 28 11 0 0 0 0 200 2.1 0 0 80.5 2000 9 999999999 80 0.1030 0 88 999.000 999.0 99.0 +1.2258E7 27.2 -1.1 16 96900 0 0 362 0 0 0 0 0 0 0 230 2.1 0 0 48.3 2000 9 999999999 80 0.1140 0 88 999.000 999.0 99.0 +1.22616E7 26.7 -1.1 16 97000 0 0 359 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 80 0.1140 0 88 999.000 999.0 99.0 +1.22652E7 26.7 1.1 19 97000 0 0 362 0 0 0 0 0 0 0 270 2.1 0 0 48.3 2000 9 999999999 89 0.1140 0 88 999.000 999.0 99.0 +1.22688E7 25.0 0.0 19 97000 0 0 353 0 0 0 0 0 0 0 110 1.5 0 0 48.3 2000 9 999999999 89 0.1140 0 88 999.000 999.0 99.0 +1.22724E7 24.4 -1.7 18 97000 0 0 348 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 80 0.1140 0 88 999.000 999.0 99.0 +1.2276E7 22.2 -0.6 22 97000 0 0 339 0 0 0 0 0 0 0 220 3.1 0 0 48.3 2000 9 999999999 89 0.1140 0 88 999.000 999.0 99.0 +1.22796E7 21.1 -1.7 22 97000 0 0 332 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 80 0.1140 0 88 999.000 999.0 99.0 +1.22832E7 21.7 0.6 25 97000 0 0 338 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 89 0.1140 0 88 999.000 999.0 99.0 +1.22868E7 19.4 1.1 30 97000 0 0 328 0 0 0 0 0 0 0 110 2.6 3 0 64.4 2000 9 999999999 100 0.1140 0 88 999.000 999.0 99.0 +1.22904E7 19.4 0.6 28 97100 44 810 328 26 90 16 2300 3400 2100 280 100 4.1 2 0 80.5 2000 9 999999999 89 0.0750 0 88 999.000 999.0 99.0 +1.2294E7 21.1 1.1 27 97100 285 1332 336 160 501 53 16500 39400 8000 960 100 4.1 4 0 72.4 2000 9 999999999 100 0.0750 0 88 999.000 999.0 99.0 +1.22976E7 23.9 1.1 22 97200 552 1332 349 380 760 65 40100 72900 9800 1390 80 3.1 0 0 56.3 2000 9 999999999 89 0.0750 0 88 999.000 999.0 99.0 +1.23012E7 26.7 -1.1 16 97200 799 1332 359 604 862 86 62900 85200 11700 1900 120 2.6 0 0 56.3 2000 9 999999999 80 0.0750 0 88 999.000 999.0 99.0 +1.23048E7 28.3 -3.9 12 97200 1010 1332 363 806 900 122 83000 89800 14800 2980 160 2.1 2 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +1.23084E7 30.0 -5.0 10 97200 1169 1332 377 891 864 131 91500 86500 15400 4900 200 2.6 4 1 64.4 2000 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +1.2312E7 32.2 -2.2 11 97200 1267 1332 392 996 866 170 106000 87700 22500 11990 210 3.6 6 1 56.3 2000 9 999999999 80 0.0750 0 88 999.000 999.0 99.0 +1.23156E7 32.8 -3.3 9 97100 1296 1332 394 1082 898 206 113200 90200 25300 17690 300 4.6 7 1 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +1.23192E7 33.9 -7.2 7 97000 1254 1332 399 1026 856 218 106200 85500 25500 13700 260 4.6 8 2 64.4 2000 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +1.23228E7 33.3 -7.8 7 97000 1145 1332 405 754 530 298 81400 55400 33700 13360 320 4.1 8 5 64.4 7620 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +1.23264E7 34.4 -7.2 6 96900 976 1332 412 682 559 272 72500 58100 29900 8230 280 6.2 9 5 64.4 7620 9 999999999 50 0.0750 0 88 999.000 999.0 99.0 +1.233E7 33.9 -6.1 7 96900 758 1332 408 480 393 256 51200 41500 27600 6270 280 7.2 9 4 64.4 2000 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +1.23336E7 33.9 -6.7 7 96900 506 1332 407 305 480 123 32200 45500 14900 2380 280 5.2 9 4 64.4 2000 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +1.23372E7 32.2 -6.7 8 96900 238 1332 409 71 35 64 7700 2800 7200 1580 270 4.6 10 7 64.4 7620 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +1.23408E7 31.7 -6.7 8 96900 22 566 402 12 4 12 0 0 0 0 310 2.6 10 6 64.4 7620 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +1.23444E7 29.4 -3.9 11 96900 0 0 385 0 0 0 0 0 0 0 220 2.1 9 3 48.3 2000 9 999999999 69 0.1140 0 88 999.000 999.0 99.0 +1.2348E7 27.2 -2.2 14 97000 0 0 390 0 0 0 0 0 0 0 230 2.1 10 7 48.3 7620 9 999999999 69 0.1140 0 88 999.000 999.0 99.0 +1.23516E7 26.7 -1.7 15 97000 0 0 383 0 0 0 0 0 0 0 270 3.1 10 6 48.3 7620 9 999999999 80 0.1140 0 88 999.000 999.0 99.0 +1.23552E7 26.1 0.6 19 97000 0 0 374 0 0 0 0 0 0 0 300 2.1 7 3 48.3 2000 9 999999999 89 0.1140 0 88 999.000 999.0 99.0 +1.23588E7 25.0 -2.2 16 97000 0 0 374 0 0 0 0 0 0 0 290 2.1 9 6 48.3 7620 9 999999999 69 0.1140 0 88 999.000 999.0 99.0 +1.23624E7 24.4 -2.8 16 97000 0 0 364 0 0 0 0 0 0 0 70 2.1 8 4 48.3 2000 9 999999999 69 0.1140 0 88 999.000 999.0 99.0 +1.2366E7 23.3 -0.6 21 97000 0 0 355 0 0 0 0 0 0 0 60 2.6 5 2 48.3 2000 9 999999999 89 0.1140 0 88 999.000 999.0 99.0 +1.23696E7 21.1 1.1 27 97000 0 0 336 0 0 0 0 0 0 0 100 3.6 2 0 48.3 2000 9 999999999 100 0.1140 0 88 999.000 999.0 99.0 +1.23732E7 20.6 0.0 25 97000 0 0 332 0 0 0 0 0 0 0 100 4.1 0 0 72.4 2000 9 999999999 89 0.1140 0 88 999.000 999.0 99.0 +1.23768E7 19.4 -0.6 26 97100 45 810 326 23 56 17 2200 1800 2100 290 90 4.6 0 0 72.4 2000 9 999999999 80 0.1140 0 88 999.000 999.0 99.0 +1.23804E7 21.7 -1.7 21 97100 287 1331 335 135 350 60 14300 27200 8500 1080 80 5.2 0 0 72.4 2000 9 999999999 80 0.1580 0 88 999.000 999.0 99.0 +1.2384E7 24.4 -1.1 18 97200 553 1331 348 354 616 98 36900 58900 12500 1950 90 4.6 0 0 48.3 2000 9 999999999 80 0.1580 0 88 999.000 999.0 99.0 +1.23876E7 27.2 -1.1 16 97200 800 1331 362 578 744 130 61300 75100 16100 3130 90 3.6 0 0 56.3 2000 9 999999999 80 0.1580 0 88 999.000 999.0 99.0 +1.23912E7 29.4 1.1 16 97100 1010 1331 375 771 811 154 80200 81200 18500 4460 110 3.6 0 0 64.4 2000 9 999999999 89 0.1580 0 88 999.000 999.0 99.0 +1.23948E7 31.7 -1.7 11 97100 1170 1331 383 924 855 171 97200 86100 21300 7610 110 3.6 0 0 72.4 2000 9 999999999 80 0.1580 0 88 999.000 999.0 99.0 +1.23984E7 31.7 -2.2 11 97000 1267 1331 382 1016 876 180 107500 88400 23100 12670 110 3.1 0 0 72.4 2000 9 999999999 80 0.1580 0 88 999.000 999.0 99.0 +1.2402E7 33.3 -4.4 8 96900 1296 1331 387 1052 891 182 111600 90000 23700 16000 90 2.6 0 0 80.5 2000 9 999999999 60 0.1580 0 88 999.000 999.0 99.0 +1.24056E7 34.4 -5.0 8 96800 1255 1331 392 1010 880 179 106900 88800 22900 11700 220 5.2 0 0 64.4 2000 9 999999999 69 0.1580 0 88 999.000 999.0 99.0 +1.24092E7 36.7 -8.3 5 96700 1146 1331 399 917 867 169 96300 87300 21000 6930 240 8.2 0 0 64.4 2000 9 999999999 50 0.1580 0 88 999.000 999.0 99.0 +1.24128E7 35.6 -9.4 5 96700 977 1331 392 756 824 151 78600 82400 18000 4090 270 6.2 0 0 64.4 2000 9 999999999 50 0.1580 0 88 999.000 999.0 99.0 +1.24164E7 35.6 -7.8 6 96700 759 1331 394 550 744 125 58200 74700 15500 2890 250 10.3 0 0 64.4 2000 9 999999999 50 0.1580 0 88 999.000 999.0 99.0 +1.242E7 33.9 -4.4 8 96700 508 1331 390 319 598 91 33200 56100 11800 1770 240 9.8 0 0 48.3 2000 9 999999999 60 0.1580 0 88 999.000 999.0 99.0 +1.24236E7 32.2 -12.8 5 96700 241 1331 370 110 319 53 11600 22800 7500 950 270 7.7 0 0 40.2 2000 9 999999999 40 0.1580 0 88 999.000 999.0 99.0 +1.24272E7 30.0 -14.4 5 96800 23 588 357 14 27 11 1300 700 1300 180 270 6.2 0 0 32.2 2000 9 999999999 40 0.1140 0 88 999.000 999.0 99.0 +1.24308E7 28.3 -8.9 8 96800 0 0 357 0 0 0 0 0 0 0 250 2.6 0 0 32.2 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +1.24344E7 27.8 -9.4 8 96900 0 0 354 0 0 0 0 0 0 0 240 3.6 0 0 32.2 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +1.2438E7 27.2 -9.4 8 96900 0 0 351 0 0 0 0 0 0 0 250 3.1 0 0 32.2 2000 9 999999999 50 0.1140 0 88 999.000 999.0 99.0 +1.24416E7 25.6 -6.7 11 96900 0 0 347 0 0 0 0 0 0 0 270 3.1 0 0 48.3 2000 9 999999999 60 0.1140 0 88 999.000 999.0 99.0 +1.24452E7 25.6 -5.0 13 96900 0 0 349 0 0 0 0 0 0 0 270 2.6 0 0 48.3 2000 9 999999999 60 0.1150 0 88 999.000 999.0 99.0 +1.24488E7 23.3 -3.9 16 96900 0 0 340 0 0 0 0 0 0 0 100 2.1 0 0 48.3 2000 9 999999999 69 0.1150 0 88 999.000 999.0 99.0 +1.24524E7 21.1 -3.3 19 96900 0 0 331 0 0 0 0 0 0 0 70 3.6 0 0 48.3 2000 9 999999999 69 0.1150 0 88 999.000 999.0 99.0 +1.2456E7 20.0 -2.2 22 96900 0 0 327 0 0 0 0 0 0 0 80 4.1 0 0 56.3 2000 9 999999999 80 0.1150 0 88 999.000 999.0 99.0 +1.24596E7 19.4 -2.8 22 97000 0 0 324 0 0 0 0 0 0 0 70 3.6 0 0 72.4 2000 9 999999999 69 0.1150 0 88 999.000 999.0 99.0 +1.24632E7 18.9 -3.3 22 97000 46 832 321 24 59 18 2300 1900 2200 310 100 3.1 0 0 72.4 2000 9 999999999 69 0.1150 0 88 999.000 999.0 99.0 +1.24668E7 20.0 -1.1 24 97100 288 1331 328 166 595 37 17200 48700 6600 760 70 3.6 0 0 56.3 2000 9 999999999 80 0.0580 0 88 999.000 999.0 99.0 +1.24704E7 22.8 -0.6 21 97100 554 1331 342 388 792 58 40800 75400 9300 1300 100 4.1 0 0 40.2 2000 9 999999999 80 0.0580 0 88 999.000 999.0 99.0 +1.2474E7 25.0 -1.1 18 97100 801 1331 351 610 884 77 63700 87500 11000 1850 120 2.6 0 0 32.2 2000 9 999999999 80 0.0580 0 88 999.000 999.0 99.0 +1.24776E7 26.7 -1.1 16 97100 1011 1331 359 804 937 91 83600 93700 12200 2670 170 2.1 0 0 32.2 2000 9 999999999 80 0.0580 0 88 999.000 999.0 99.0 +1.24812E7 29.4 -1.7 13 97100 1170 1331 372 952 966 101 98600 96900 13100 4210 230 2.1 0 0 32.2 2000 9 999999999 80 0.0580 0 88 999.000 999.0 99.0 +1.24848E7 30.6 -0.6 13 97100 1268 1331 379 1041 979 106 107500 98400 13600 6750 300 3.6 0 0 32.2 2000 9 999999999 80 0.0580 0 88 999.000 999.0 99.0 +1.24884E7 31.7 -2.8 11 97000 1297 1331 382 1068 984 108 110300 98900 13800 8510 230 3.6 0 0 32.2 2000 9 999999999 80 0.0580 0 88 999.000 999.0 99.0 +1.2492E7 32.2 -2.2 11 96900 1256 1331 385 1028 976 106 106300 98000 13600 6290 260 5.2 0 0 32.2 2000 9 999999999 80 0.0580 0 88 999.000 999.0 99.0 +1.24956E7 33.3 -2.2 10 96900 1147 1331 390 928 960 99 96200 96300 13000 3870 270 4.6 0 0 32.2 2000 9 999999999 80 0.0580 0 88 999.000 999.0 99.0 +1.24992E7 33.3 -4.4 8 96800 978 1331 387 778 937 89 81000 93600 12100 2500 270 6.2 0 0 32.2 2000 9 999999999 60 0.0580 0 88 999.000 999.0 99.0 +1.25028E7 32.8 -6.7 7 96800 761 1331 382 580 886 74 60800 87300 10800 1740 330 3.6 0 0 32.2 2000 9 999999999 50 0.0580 0 88 999.000 999.0 99.0 +1.25064E7 32.8 -5.6 8 96800 510 1331 383 351 776 54 37000 73000 9000 1210 270 4.1 0 0 32.2 2000 9 999999999 60 0.0580 0 88 999.000 999.0 99.0 +1.251E7 31.7 -5.6 9 96800 243 1331 378 132 544 34 13700 42000 6000 670 240 4.6 0 0 32.2 2000 9 999999999 60 0.0580 0 88 999.000 999.0 99.0 +1.25136E7 30.6 -2.2 12 96900 24 610 377 15 27 12 1500 1000 1400 250 220 2.1 0 0 32.2 2000 9 999999999 80 0.1150 0 88 999.000 999.0 99.0 +1.25172E7 28.3 -1.1 15 96900 0 0 367 0 0 0 0 0 0 0 230 2.1 0 0 32.2 2000 9 999999999 80 0.1150 0 88 999.000 999.0 99.0 +1.25208E7 27.8 -1.7 14 97000 0 0 364 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 80 0.1150 0 88 999.000 999.0 99.0 +1.25244E7 27.2 -2.8 14 97000 0 0 359 0 0 0 0 0 0 0 250 1.0 0 0 32.2 2000 9 999999999 69 0.1150 0 88 999.000 999.0 99.0 +1.2528E7 25.6 -1.1 17 97000 0 0 354 0 0 0 0 0 0 0 40 2.6 0 0 40.2 2000 9 999999999 80 0.1150 0 88 999.000 999.0 99.0 +1.25316E7 24.4 0.0 20 97100 0 0 350 0 0 0 0 0 0 0 50 2.1 0 0 48.3 2000 9 999999999 89 0.1150 0 88 999.000 999.0 99.0 +1.25352E7 22.2 1.7 26 97100 0 0 342 0 0 0 0 0 0 0 220 2.1 0 0 48.3 2000 9 999999999 100 0.1150 0 88 999.000 999.0 99.0 +1.25388E7 21.7 0.0 24 97100 0 0 337 0 0 0 0 0 0 0 190 2.6 0 0 48.3 2000 9 999999999 89 0.1150 0 88 999.000 999.0 99.0 +1.25424E7 21.7 0.0 24 97100 0 0 337 0 0 0 0 0 0 0 190 3.1 0 0 48.3 2000 9 999999999 89 0.1150 0 88 999.000 999.0 99.0 +1.2546E7 21.1 0.0 25 97200 0 0 335 0 0 0 0 0 0 0 190 3.6 0 0 72.4 2000 9 999999999 89 0.1150 0 88 999.000 999.0 99.0 +1.25496E7 20.0 -0.6 25 97300 47 832 329 25 61 18 2300 2000 2200 310 200 4.1 0 0 56.3 2000 9 999999999 80 0.1150 0 88 999.000 999.0 99.0 +1.25532E7 21.7 -0.6 23 97300 290 1331 337 144 390 59 14700 30700 8000 1050 130 3.6 0 0 40.2 2000 9 999999999 89 0.1510 0 88 999.000 999.0 99.0 +1.25568E7 24.4 -0.6 19 97400 555 1331 349 362 636 96 37800 60900 12300 1920 50 2.6 0 0 32.2 2000 9 999999999 80 0.1510 0 88 999.000 999.0 99.0 +1.25604E7 26.7 0.0 17 97400 801 1331 361 584 756 128 62000 76400 15900 3090 210 2.1 0 0 24.1 2000 9 999999999 89 0.1510 0 88 999.000 999.0 99.0 +1.2564E7 28.9 0.6 16 97400 1011 1331 372 779 825 151 81300 82700 18300 4420 290 1.5 0 0 32.2 2000 9 999999999 89 0.1510 0 88 999.000 999.0 99.0 +1.25676E7 31.1 1.7 15 97300 1171 1331 385 928 864 167 97900 87100 21100 7510 220 2.6 0 0 32.2 2000 9 999999999 100 0.1510 0 88 999.000 999.0 99.0 +1.25712E7 32.8 1.7 14 97300 1268 1331 393 1018 882 176 108100 89100 22900 12560 220 2.1 0 0 32.2 2000 9 999999999 100 0.1510 0 88 999.000 999.0 99.0 +1.25748E7 35.0 2.8 13 97200 1297 1331 406 1046 889 178 111300 89900 23500 15940 310 4.6 0 0 24.1 2000 9 999999999 100 0.1510 0 88 999.000 999.0 99.0 +1.25784E7 35.6 2.2 12 97100 1256 1331 409 1007 880 175 106900 88900 22700 11620 290 5.2 0 0 24.1 2000 9 999999999 100 0.1510 0 88 999.000 999.0 99.0 +1.2582E7 37.2 2.2 11 97100 1148 1331 417 905 857 165 95400 86400 20700 6870 250 5.7 0 0 32.2 2000 9 999999999 100 0.1510 0 88 999.000 999.0 99.0 +1.25856E7 37.8 1.7 10 97000 980 1331 420 748 816 148 78100 81700 17800 4070 240 4.6 0 0 40.2 2000 9 999999999 89 0.1510 0 88 999.000 999.0 99.0 +1.25892E7 37.8 1.7 10 96900 763 1331 420 548 741 123 58100 74500 15300 2860 280 3.6 0 0 40.2 2000 9 999999999 89 0.1510 0 88 999.000 999.0 99.0 +1.25928E7 36.7 0.6 10 96900 512 1331 412 322 604 90 33600 56900 11700 1760 250 3.6 0 0 48.3 2000 9 999999999 89 0.1510 0 88 999.000 999.0 99.0 +1.25964E7 36.1 1.1 11 96900 246 1331 410 112 327 52 11900 23600 7500 930 220 3.6 0 0 56.3 2000 9 999999999 89 0.1510 0 88 999.000 999.0 99.0 +1.26E7 35.0 -1.7 9 97000 25 610 400 14 27 11 1300 700 1300 180 240 2.6 0 0 48.3 2000 9 999999999 69 0.1150 0 88 999.000 999.0 99.0 +1.26036E7 31.7 2.8 16 97000 0 0 389 0 0 0 0 0 0 0 210 2.6 0 0 48.3 2000 9 999999999 110 0.1150 0 88 999.000 999.0 99.0 +1.26072E7 32.2 2.2 15 97100 0 0 391 0 0 0 0 0 0 0 290 2.1 0 0 48.3 2000 9 999999999 100 0.1150 0 88 999.000 999.0 99.0 +1.26108E7 30.0 4.4 20 97100 0 0 383 0 0 0 0 0 0 0 30 2.1 0 0 48.3 2000 9 999999999 120 0.1150 0 88 999.000 999.0 99.0 +1.26144E7 29.4 4.4 20 97100 0 0 380 0 0 0 0 0 0 0 30 1.0 0 0 48.3 2000 9 999999999 110 0.1150 0 88 999.000 999.0 99.0 +1.2618E7 27.8 3.9 22 97100 0 0 371 0 0 0 0 0 0 0 30 1.0 0 0 48.3 2000 9 999999999 120 0.1150 0 88 999.000 999.0 99.0 +1.26216E7 27.2 4.4 23 97100 0 0 369 0 0 0 0 0 0 0 210 2.1 0 0 48.3 2000 9 999999999 120 0.1150 0 88 999.000 999.0 99.0 +1.26252E7 25.6 3.9 25 97100 0 0 360 0 0 0 0 0 0 0 200 3.1 0 0 48.3 2000 9 999999999 110 0.1150 0 88 999.000 999.0 99.0 +1.26288E7 23.9 5.6 31 97100 0 0 354 0 0 0 0 0 0 0 200 2.6 0 0 48.3 2000 9 999999999 129 0.1150 0 88 999.000 999.0 99.0 +1.26324E7 23.9 5.6 31 97200 0 0 354 0 0 0 0 0 0 0 200 2.6 0 0 72.4 2000 9 999999999 129 0.1150 0 88 999.000 999.0 99.0 +1.2636E7 22.8 4.4 30 97200 48 831 348 23 58 17 2200 1900 2100 290 200 3.1 0 0 64.4 2000 9 999999999 120 0.1150 0 88 999.000 999.0 99.0 +1.26396E7 25.0 3.9 26 97300 291 1330 357 142 366 61 14900 28600 8700 1100 200 3.1 0 0 40.2 2000 9 999999999 120 0.1640 0 88 999.000 999.0 99.0 +1.26432E7 26.7 3.9 23 97300 556 1330 366 356 610 100 37000 58300 12600 1990 210 2.6 0 0 32.2 2000 9 999999999 110 0.1640 0 88 999.000 999.0 99.0 +1.26468E7 29.4 3.3 19 97300 802 1330 378 578 736 134 61300 74200 16400 3220 40 3.1 0 0 24.1 2000 9 999999999 110 0.1640 0 88 999.000 999.0 99.0 +1.26504E7 31.1 1.7 15 97300 1012 1330 385 775 809 158 80500 81000 18700 4560 60 3.6 0 0 24.1 2000 9 999999999 100 0.1640 0 88 999.000 999.0 99.0 +1.2654E7 33.9 1.7 13 97300 1171 1330 399 924 850 175 97100 85500 21600 7810 110 4.1 0 0 32.2 2000 9 999999999 100 0.1640 0 88 999.000 999.0 99.0 +1.26576E7 36.1 1.7 11 97200 1268 1330 411 1018 872 185 107500 87900 23500 13180 150 3.6 0 0 40.2 2000 9 999999999 89 0.1640 0 88 999.000 999.0 99.0 +1.26612E7 37.2 0.6 10 97100 1298 1330 415 1047 880 187 110800 88800 24000 16790 290 2.6 0 0 40.2 2000 9 999999999 89 0.1640 0 88 999.000 999.0 99.0 +1.26648E7 38.3 0.0 9 97100 1257 1330 420 1008 871 183 106400 87800 23200 12140 350 3.1 0 0 40.2 2000 9 999999999 89 0.1640 0 88 999.000 999.0 99.0 +1.26684E7 38.3 -1.1 8 97000 1149 1330 418 908 850 173 95200 85500 21200 7150 80 5.2 0 0 48.3 2000 9 999999999 80 0.1640 0 88 999.000 999.0 99.0 +1.2672E7 37.2 -3.3 7 96900 981 1330 409 753 810 155 78100 80900 18300 4200 90 2.1 0 0 48.3 2000 9 999999999 69 0.1640 0 88 999.000 999.0 99.0 +1.26756E7 37.8 -2.8 7 96800 764 1330 413 549 731 129 58100 73400 15800 2980 130 3.6 0 0 48.3 2000 9 999999999 69 0.1640 0 88 999.000 999.0 99.0 +1.26792E7 37.2 -2.8 8 96800 514 1330 410 322 590 94 33500 55500 12000 1830 340 4.6 0 0 56.3 2000 9 999999999 69 0.1640 0 88 999.000 999.0 99.0 +1.26828E7 36.7 -1.1 9 96700 248 1330 410 112 311 55 11900 22600 7700 990 330 4.6 0 0 56.3 2000 9 999999999 80 0.1640 0 88 999.000 999.0 99.0 +1.26864E7 35.0 -1.1 10 96800 26 632 401 16 30 12 1500 800 1400 200 300 4.1 0 0 56.3 2000 9 999999999 80 0.1150 0 88 999.000 999.0 99.0 +1.269E7 32.8 1.1 13 96800 0 0 392 0 0 0 0 0 0 0 250 4.6 0 0 48.3 2000 9 999999999 89 0.1150 0 88 999.000 999.0 99.0 +1.26936E7 31.1 0.6 14 96800 0 0 383 0 0 0 0 0 0 0 250 5.7 0 0 48.3 2000 9 999999999 89 0.1150 0 88 999.000 999.0 99.0 +1.26972E7 28.9 0.6 16 96900 0 0 372 0 0 0 0 0 0 0 260 5.2 0 0 48.3 2000 9 999999999 89 0.1150 0 88 999.000 999.0 99.0 +1.27008E7 28.9 0.6 16 96900 0 0 372 0 0 0 0 0 0 0 290 3.6 0 0 48.3 2000 9 999999999 89 0.1150 0 88 999.000 999.0 99.0 +1.27044E7 28.3 0.6 16 96900 0 0 369 0 0 0 0 0 0 0 10 2.6 0 0 48.3 2000 9 999999999 89 0.1160 0 88 999.000 999.0 99.0 +1.2708E7 26.7 0.6 18 96900 0 0 361 0 0 0 0 0 0 0 70 3.1 0 0 48.3 2000 9 999999999 89 0.1160 0 88 999.000 999.0 99.0 +1.27116E7 25.0 1.7 22 96900 0 0 355 0 0 0 0 0 0 0 100 3.1 0 0 48.3 2000 9 999999999 100 0.1160 0 88 999.000 999.0 99.0 +1.27152E7 23.9 1.1 22 96900 0 0 349 0 0 0 0 0 0 0 80 3.1 0 0 48.3 2000 9 999999999 89 0.1160 0 88 999.000 999.0 99.0 +1.27188E7 22.8 1.7 25 96900 0 0 344 0 0 0 0 0 0 0 90 3.6 0 0 72.4 2000 9 999999999 100 0.1160 0 88 999.000 999.0 99.0 +1.27224E7 21.1 1.1 27 96900 49 853 336 24 60 18 2300 2000 2200 310 90 4.6 0 0 72.4 2000 9 999999999 100 0.1160 0 88 999.000 999.0 99.0 +1.2726E7 23.3 0.0 21 97000 292 1330 345 165 563 41 16900 46100 6800 810 90 4.1 0 0 72.4 2000 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +1.27296E7 25.6 -0.6 18 97000 557 1330 355 386 767 64 40800 73800 9800 1380 70 2.6 0 0 64.4 2000 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +1.27332E7 27.8 -0.6 16 97000 803 1330 365 607 864 84 63200 85400 11500 1900 100 3.1 0 0 64.4 2000 9 999999999 89 0.0710 0 88 999.000 999.0 99.0 +1.27368E7 30.0 -1.1 13 97000 1012 1330 375 801 920 100 83100 92000 12900 2810 340 2.1 0 0 56.3 2000 9 999999999 80 0.0710 0 88 999.000 999.0 99.0 +1.27404E7 31.1 -3.3 10 97000 1171 1330 378 951 954 110 98300 95700 13800 4490 80 3.1 0 0 64.4 2000 9 999999999 69 0.0710 0 88 999.000 999.0 99.0 +1.2744E7 32.2 -2.8 10 96900 1269 1330 384 1041 968 116 107300 97200 14400 7340 230 2.6 0 0 64.4 2000 9 999999999 69 0.0710 0 88 999.000 999.0 99.0 +1.27476E7 33.9 -0.6 11 96800 1298 1330 396 1068 971 118 109900 97500 14500 9360 270 3.1 0 0 64.4 2000 9 999999999 80 0.0710 0 88 999.000 999.0 99.0 +1.27512E7 35.0 -2.2 9 96800 1257 1330 399 1034 969 115 106500 97300 14300 6810 290 3.1 0 0 64.4 2000 9 999999999 69 0.0710 0 88 999.000 999.0 99.0 +1.27548E7 35.6 -1.7 9 96700 1150 1330 403 929 948 109 96100 95100 13700 4150 330 4.1 0 0 64.4 2000 9 999999999 80 0.0710 0 88 999.000 999.0 99.0 +1.27584E7 35.6 -2.8 8 96600 982 1330 401 776 918 97 80500 91700 12700 2620 220 3.1 0 0 72.4 2000 9 999999999 69 0.0710 0 88 999.000 999.0 99.0 +1.2762E7 36.1 -3.9 7 96500 766 1330 402 579 864 81 60400 85200 11300 1800 330 4.1 0 0 72.4 2000 9 999999999 60 0.0710 0 88 999.000 999.0 99.0 +1.27656E7 36.1 -4.4 7 96400 516 1330 402 353 755 60 37300 71600 9400 1280 270 8.2 0 0 72.4 2000 9 999999999 60 0.0710 0 88 999.000 999.0 99.0 +1.27692E7 33.9 -4.4 8 96400 251 1330 390 134 519 38 13800 40200 6200 720 280 8.8 0 0 72.4 2000 9 999999999 60 0.0710 0 88 999.000 999.0 99.0 +1.27728E7 31.1 -2.2 11 96500 28 632 379 17 31 13 1600 800 1500 220 270 6.7 0 0 72.4 2000 9 999999999 69 0.1160 0 88 999.000 999.0 99.0 +1.27764E7 30.6 -3.3 11 96600 0 0 375 0 0 0 0 0 0 0 270 4.6 0 0 56.3 2000 9 999999999 69 0.1160 0 88 999.000 999.0 99.0 +1.278E7 29.4 -2.2 13 96600 0 0 371 0 0 0 0 0 0 0 270 6.2 0 0 56.3 2000 9 999999999 80 0.1160 0 88 999.000 999.0 99.0 +1.27836E7 28.3 -2.2 13 96700 0 0 366 0 0 0 0 0 0 0 150 2.1 0 0 56.3 2000 9 999999999 69 0.1160 0 88 999.000 999.0 99.0 +1.27872E7 26.7 -2.2 15 96700 0 0 358 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 80 0.1160 0 88 999.000 999.0 99.0 +1.27908E7 25.6 -2.2 16 96800 0 0 353 0 0 0 0 0 0 0 230 3.6 0 0 56.3 2000 9 999999999 80 0.1160 0 88 999.000 999.0 99.0 +1.27944E7 24.4 -2.2 17 96800 0 0 347 0 0 0 0 0 0 0 120 4.1 0 0 56.3 2000 9 999999999 80 0.1160 0 88 999.000 999.0 99.0 +1.2798E7 22.8 -3.3 17 96800 0 0 338 0 0 0 0 0 0 0 120 3.1 0 0 56.3 2000 9 999999999 69 0.1160 0 88 999.000 999.0 99.0 +1.28016E7 22.2 -3.3 18 96800 0 0 336 0 0 0 0 0 0 0 90 4.6 0 0 56.3 2000 9 999999999 69 0.1160 0 88 999.000 999.0 99.0 +1.28052E7 20.0 -2.2 22 96800 0 0 327 0 0 0 0 0 0 0 90 6.2 0 0 80.5 2000 9 999999999 80 0.1160 0 88 999.000 999.0 99.0 +1.28088E7 19.4 -1.7 24 96900 50 853 325 25 64 18 2400 2200 2200 310 100 5.2 0 0 80.5 2000 9 999999999 80 0.1160 0 88 999.000 999.0 99.0 +1.28124E7 21.1 0.0 25 96900 294 1329 335 147 398 59 15000 31500 8100 1060 100 5.7 0 0 80.5 2000 9 999999999 89 0.1490 0 88 999.000 999.0 99.0 +1.2816E7 23.3 0.6 22 96900 558 1329 345 363 638 96 38100 61200 12400 1920 120 4.1 0 0 80.5 2000 9 999999999 89 0.1490 0 88 999.000 999.0 99.0 +1.28196E7 26.1 1.1 20 96900 803 1329 359 585 756 127 62100 76400 15900 3080 180 4.1 0 0 80.5 2000 9 999999999 100 0.1490 0 88 999.000 999.0 99.0 +1.28232E7 27.8 1.7 18 96900 1012 1329 368 778 824 150 81400 82700 18300 4420 130 5.7 0 0 80.5 2000 9 999999999 100 0.1490 0 88 999.000 999.0 99.0 +1.28268E7 28.3 0.6 16 96900 1171 1329 369 930 866 166 98200 87400 21100 7530 180 5.2 0 0 80.5 2000 9 999999999 89 0.1490 0 88 999.000 999.0 99.0 +1.28304E7 30.0 0.6 15 96800 1269 1329 378 1021 885 175 108500 89500 22900 12670 180 4.1 0 0 80.5 2000 9 999999999 89 0.1490 0 88 999.000 999.0 99.0 +1.2834E7 31.7 -1.1 12 96800 1298 1329 391 1018 855 181 108100 86400 23500 16550 190 5.2 1 1 80.5 2000 9 999999999 80 0.1490 0 88 999.000 999.0 99.0 +1.28376E7 32.2 -1.1 12 96700 1258 1329 394 963 832 174 102200 84100 22500 11760 120 6.2 1 1 80.5 2000 9 999999999 80 0.1490 0 88 999.000 999.0 99.0 +1.28412E7 33.3 0.0 12 96600 1150 1329 394 910 861 163 96000 86800 20600 6890 120 4.6 0 0 80.5 2000 9 999999999 89 0.1490 0 88 999.000 999.0 99.0 +1.28448E7 33.3 0.0 12 96600 983 1329 394 752 796 163 80400 81400 20100 5020 250 3.6 2 0 80.5 2000 9 999999999 89 0.1490 0 88 999.000 999.0 99.0 +1.28484E7 33.3 1.1 13 96600 767 1329 415 434 319 250 46600 33700 27000 6130 280 6.7 9 4 80.5 2000 9 999999999 89 0.1490 0 88 999.000 999.0 99.0 +1.2852E7 32.2 2.2 15 96500 518 1329 408 283 358 143 30200 35200 16500 2950 250 9.3 8 3 80.5 2000 9 999999999 100 0.1490 0 88 999.000 999.0 99.0 +1.28556E7 30.6 2.2 16 96600 253 1329 383 115 306 57 12100 22400 7800 1030 270 9.3 2 0 56.3 2000 9 999999999 100 0.1490 0 88 999.000 999.0 99.0 +1.28592E7 28.9 1.7 17 96600 29 654 374 15 16 14 1600 600 1600 290 250 6.7 2 0 56.3 2000 9 999999999 100 0.1490 0 88 999.000 999.0 99.0 +1.28628E7 27.8 3.3 21 96700 0 0 383 0 0 0 0 0 0 0 240 6.2 9 2 56.3 2000 9 999999999 110 0.1160 0 88 999.000 999.0 99.0 +1.28664E7 26.7 1.7 20 96700 0 0 363 0 0 0 0 0 0 0 230 6.7 0 0 56.3 2000 9 999999999 100 0.1160 0 88 999.000 999.0 99.0 +1.287E7 26.1 0.0 18 96800 0 0 358 0 0 0 0 0 0 0 240 3.6 0 0 56.3 2000 9 999999999 89 0.1160 0 88 999.000 999.0 99.0 +1.28736E7 24.4 1.1 22 96800 0 0 351 0 0 0 0 0 0 0 290 3.1 0 0 56.3 2000 9 999999999 100 0.1160 0 88 999.000 999.0 99.0 +1.28772E7 23.9 2.2 24 96800 0 0 350 0 0 0 0 0 0 0 300 3.1 0 0 56.3 2000 9 999999999 100 0.1160 0 88 999.000 999.0 99.0 +1.28808E7 21.7 0.6 25 96800 0 0 338 0 0 0 0 0 0 0 100 3.6 0 0 56.3 2000 9 999999999 89 0.1160 0 88 999.000 999.0 99.0 +1.28844E7 20.6 0.6 26 96800 0 0 333 0 0 0 0 0 0 0 80 5.2 0 0 56.3 2000 9 999999999 89 0.1160 0 88 999.000 999.0 99.0 +1.2888E7 19.4 0.6 28 96800 0 0 328 0 0 0 0 0 0 0 90 4.1 0 0 56.3 2000 9 999999999 89 0.1160 0 88 999.000 999.0 99.0 +1.28916E7 18.9 -1.1 26 96900 0 0 323 0 0 0 0 0 0 0 100 6.2 0 0 72.4 2000 9 999999999 80 0.1160 0 88 999.000 999.0 99.0 +1.28952E7 18.3 -1.7 26 96900 51 853 320 25 65 18 2400 2200 2200 310 90 3.6 0 0 64.4 2000 9 999999999 80 0.1160 0 88 999.000 999.0 99.0 +1.28988E7 19.4 -2.2 23 97000 295 1329 324 139 329 67 14700 25900 9000 1210 80 4.1 0 0 64.4 2000 9 999999999 80 0.1930 0 88 999.000 999.0 99.0 +1.29024E7 21.1 -1.1 23 97000 559 1329 333 353 576 110 36500 54900 13400 2160 100 3.6 0 0 64.4 2000 9 999999999 80 0.1930 0 88 999.000 999.0 99.0 +1.2906E7 23.3 -0.6 21 97100 804 1329 344 573 702 148 60300 70500 17600 3520 100 3.1 0 0 64.4 2000 9 999999999 89 0.1930 0 88 999.000 999.0 99.0 +1.29096E7 25.0 1.1 21 97100 1013 1329 354 767 775 175 81700 79200 21300 5670 120 1.5 0 0 64.4 2000 9 999999999 89 0.1930 0 88 999.000 999.0 99.0 +1.29132E7 26.1 3.3 23 97100 1171 1329 362 916 818 194 95100 81900 22800 8510 190 1.5 0 0 64.4 2000 9 999999999 110 0.1930 0 88 999.000 999.0 99.0 +1.29168E7 28.3 4.4 22 97100 1269 1329 374 1005 838 204 105100 84100 24600 14510 280 2.6 0 0 64.4 2000 9 999999999 120 0.1930 0 88 999.000 999.0 99.0 +1.29204E7 28.9 2.8 19 97000 1299 1329 375 1038 848 207 108600 85100 25200 18790 120 3.1 0 0 48.3 2000 9 999999999 110 0.1930 0 88 999.000 999.0 99.0 +1.2924E7 30.6 1.7 16 96900 1258 1329 382 1002 842 203 104600 84500 24500 13480 190 2.6 0 0 48.3 2000 9 999999999 100 0.1930 0 88 999.000 999.0 99.0 +1.29276E7 30.6 0.6 14 96900 1151 1329 381 903 820 191 93600 82000 22400 7790 230 4.1 0 0 48.3 2000 9 999999999 89 0.1930 0 88 999.000 999.0 99.0 +1.29312E7 31.1 1.1 15 96800 984 1329 384 742 769 172 79000 78400 20800 5280 310 5.2 0 0 56.3 2000 9 999999999 100 0.1930 0 88 999.000 999.0 99.0 +1.29348E7 31.7 1.1 14 96800 769 1329 387 542 691 143 57000 69100 17000 3280 270 5.2 0 0 56.3 2000 9 999999999 89 0.1930 0 88 999.000 999.0 99.0 +1.29384E7 31.1 0.0 13 96800 520 1329 382 318 549 104 32900 51500 12800 2000 270 4.6 0 0 56.3 2000 9 999999999 80 0.1930 0 88 999.000 999.0 99.0 +1.2942E7 30.6 -0.6 13 96800 255 1329 379 112 276 59 11700 20300 7800 1070 250 5.7 0 0 56.3 2000 9 999999999 80 0.1930 0 88 999.000 999.0 99.0 +1.29456E7 29.4 -1.7 13 96800 30 675 372 17 34 13 1600 900 1600 220 290 3.1 0 0 56.3 2000 9 999999999 80 0.1160 0 88 999.000 999.0 99.0 +1.29492E7 27.2 -1.1 16 96900 0 0 362 0 0 0 0 0 0 0 180 2.6 0 0 56.3 2000 9 999999999 80 0.1160 0 88 999.000 999.0 99.0 +1.29528E7 26.7 0.0 17 96900 0 0 361 0 0 0 0 0 0 0 230 2.6 0 0 56.3 2000 9 999999999 89 0.1160 0 88 999.000 999.0 99.0 +1.29564E7 26.7 0.0 17 96900 0 0 361 0 0 0 0 0 0 0 260 3.1 0 0 56.3 2000 9 999999999 89 0.1160 0 88 999.000 999.0 99.0 +1.296E7 24.4 1.1 22 97000 0 0 351 0 0 0 0 0 0 0 110 3.1 0 0 56.3 2000 9 999999999 100 0.1160 0 88 999.000 999.0 99.0 +1.29636E7 22.8 2.2 26 97000 0 0 345 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 100 0.1170 0 88 999.000 999.0 99.0 +1.29672E7 22.2 2.2 27 97000 0 0 342 0 0 0 0 0 0 0 110 2.6 0 0 56.3 2000 9 999999999 100 0.1170 0 88 999.000 999.0 99.0 +1.29708E7 21.7 2.2 28 97000 0 0 340 0 0 0 0 0 0 0 70 1.5 0 0 56.3 2000 9 999999999 100 0.1170 0 88 999.000 999.0 99.0 +1.29744E7 20.0 3.9 35 97100 0 0 334 0 0 0 0 0 0 0 130 2.1 0 0 56.3 2000 9 999999999 110 0.1170 0 88 999.000 999.0 99.0 +1.2978E7 20.0 2.8 32 97100 0 0 333 0 0 0 0 0 0 0 100 2.6 0 0 64.4 2000 9 999999999 110 0.1170 0 88 999.000 999.0 99.0 +1.29816E7 18.9 2.8 34 97200 52 874 328 26 65 19 2500 2200 2300 330 90 4.1 0 0 56.3 2000 9 999999999 100 0.1170 0 88 999.000 999.0 99.0 +1.29852E7 20.6 1.1 28 97200 296 1328 334 152 436 56 15700 34700 8000 1020 100 4.6 0 0 56.3 2000 9 999999999 100 0.1290 0 88 999.000 999.0 99.0 +1.29888E7 22.8 2.2 26 97200 559 1328 345 369 666 88 38800 64200 11800 1790 110 4.1 0 0 56.3 2000 9 999999999 100 0.1290 0 88 999.000 999.0 99.0 +1.29924E7 25.6 2.2 22 97300 804 1328 358 589 780 116 61300 77500 14300 2610 100 4.1 0 0 48.3 2000 9 999999999 100 0.1290 0 88 999.000 999.0 99.0 +1.2996E7 26.7 3.3 22 97200 1013 1328 365 781 842 138 82400 84800 17600 4190 130 1.5 0 0 48.3 2000 9 999999999 110 0.1290 0 88 999.000 999.0 99.0 +1.29996E7 28.9 2.8 19 97200 1172 1328 375 930 881 152 99200 89200 20300 7040 100 2.6 0 0 48.3 2000 9 999999999 110 0.1290 0 88 999.000 999.0 99.0 +1.30032E7 30.6 1.7 16 97200 1269 1328 382 1024 903 160 104500 90400 17900 9360 210 3.1 0 0 48.3 2000 9 999999999 100 0.1290 0 88 999.000 999.0 99.0 +1.30068E7 31.7 1.1 14 97100 1299 1328 387 1054 910 162 107400 91100 18100 12250 120 4.1 0 0 48.3 2000 9 999999999 89 0.1290 0 88 999.000 999.0 99.0 +1.30104E7 33.3 0.6 12 97100 1259 1328 394 1017 904 159 103800 90500 17900 8680 20 2.1 0 0 48.3 2000 9 999999999 89 0.1290 0 88 999.000 999.0 99.0 +1.3014E7 33.9 -2.8 9 97000 1152 1328 393 922 889 150 98200 90000 20000 6500 190 4.1 0 0 48.3 2000 9 999999999 69 0.1290 0 88 999.000 999.0 99.0 +1.30176E7 34.4 -1.7 10 97000 985 1328 397 761 843 135 80200 84800 17100 3890 180 3.1 0 0 56.3 2000 9 999999999 80 0.1290 0 88 999.000 999.0 99.0 +1.30212E7 34.4 -0.6 11 96900 770 1328 398 561 772 113 58200 76300 13900 2450 330 4.6 0 0 56.3 2000 9 999999999 89 0.1290 0 88 999.000 999.0 99.0 +1.30248E7 34.4 0.6 12 96900 522 1328 400 336 645 83 35400 61300 11300 1660 250 4.1 0 0 64.4 2000 9 999999999 89 0.1290 0 88 999.000 999.0 99.0 +1.30284E7 33.3 -2.2 10 96900 257 1328 390 125 387 51 12900 29100 7200 910 310 3.6 0 0 72.4 2000 9 999999999 80 0.1290 0 88 999.000 999.0 99.0 +1.3032E7 32.2 -2.8 10 96900 31 675 384 18 36 14 1700 1000 1700 240 300 3.1 0 0 64.4 2000 9 999999999 69 0.1170 0 88 999.000 999.0 99.0 +1.30356E7 30.6 -0.6 13 97000 0 0 379 0 0 0 0 0 0 0 250 3.1 0 0 48.3 2000 9 999999999 80 0.1170 0 88 999.000 999.0 99.0 +1.30392E7 30.0 1.0 16 97000 0 0 378 0 0 0 0 0 0 0 230 3.1 0 0 48.3 2000 9 999999999 89 0.1170 0 88 999.000 999.0 99.0 +1.30428E7 29.3 2.6 14 97000 0 0 377 0 0 0 0 0 0 0 250 3.1 0 0 48.3 2000 9 999999999 80 0.1170 0 88 999.000 999.0 99.0 +1.30464E7 28.7 4.2 17 97000 0 0 376 0 0 0 0 0 0 0 200 3.1 0 0 48.3 2000 9 999999999 80 0.1170 0 88 999.000 999.0 99.0 +1.305E7 28.0 5.8 38 96700 0 0 420 0 0 0 0 0 0 0 330 3.1 10 9 56.3 3660 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.30536E7 27.4 7.4 38 96700 0 0 419 0 0 0 0 0 0 0 50 3.1 10 9 56.3 2440 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.30572E7 26.7 9.0 38 96700 0 0 388 0 0 0 0 0 0 0 80 3.1 7 3 56.3 2000 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.30608E7 26.1 10.6 38 96700 0 0 371 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 170 0.1180 0 88 999.000 999.0 99.0 +1.30644E7 25.0 11.1 42 96700 0 0 366 0 0 0 0 0 0 0 100 2.1 1 0 56.3 2000 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.3068E7 23.9 11.7 46 96800 52 874 368 30 119 17 2600 4700 2300 300 30 2.1 3 1 56.3 2000 9 999999999 179 0.0540 0 88 999.000 999.0 99.0 +1.30716E7 25.6 11.7 42 96800 296 1328 370 167 579 38 17300 47800 6700 780 50 2.6 1 0 56.3 2000 9 999999999 189 0.0540 0 88 999.000 999.0 99.0 +1.30752E7 27.8 10.6 34 96800 559 1328 396 382 638 113 39500 60700 13900 2200 60 3.1 3 3 80.5 2000 9 999999999 170 0.0540 0 88 999.000 999.0 99.0 +1.30788E7 30.0 10.6 30 96800 804 1328 408 559 657 161 58500 65700 18600 3780 90 3.6 4 3 80.5 2000 9 999999999 170 0.0540 0 88 999.000 999.0 99.0 +1.30824E7 32.8 9.4 24 96800 1013 1328 421 744 767 158 77300 76800 18600 4590 160 2.6 3 3 80.5 2000 9 999999999 160 0.0540 0 88 999.000 999.0 99.0 +1.3086E7 33.9 8.9 21 96800 1172 1328 422 921 860 161 97600 86900 20800 7380 200 2.1 2 2 80.5 2000 9 999999999 150 0.0540 0 88 999.000 999.0 99.0 +1.30896E7 35.6 8.3 19 96700 1269 1328 417 1014 951 102 104700 95600 13200 6720 230 2.6 0 0 72.4 2000 9 999999999 150 0.0540 0 88 999.000 999.0 99.0 +1.30932E7 36.7 8.9 18 96600 1299 1328 424 1032 947 104 106700 95200 13400 8640 260 5.2 0 0 72.4 2000 9 999999999 150 0.0540 0 88 999.000 999.0 99.0 +1.30968E7 37.8 8.9 17 96500 1259 1328 430 1003 949 102 103800 95400 13200 6320 260 4.1 0 0 72.4 2000 9 999999999 150 0.0540 0 88 999.000 999.0 99.0 +1.31004E7 37.8 7.2 15 96300 1153 1328 446 720 493 292 78000 51600 33200 13520 280 5.2 4 3 72.4 2000 9 999999999 129 0.0540 0 88 999.000 999.0 99.0 +1.3104E7 37.2 7.2 16 96400 986 1328 446 671 664 178 71300 67600 21000 5470 280 5.2 4 4 64.4 2000 9 999999999 139 0.0540 0 88 999.000 999.0 99.0 +1.31076E7 35.6 5.6 16 96400 771 1328 447 393 112 327 43000 11400 36300 9750 340 10.3 7 7 9.7 5490 9 999999999 129 0.0540 0 88 999.000 999.0 99.0 +1.31112E7 36.1 5.0 14 96200 523 1328 444 270 293 155 28800 28800 17400 3250 70 7.7 9 6 40.2 5490 9 999999999 120 0.0540 0 88 999.000 999.0 99.0 +1.31148E7 36.1 5.6 15 96300 259 1328 434 118 273 65 12300 20200 8300 1190 300 3.1 8 3 56.3 2000 9 999999999 120 0.0540 0 88 999.000 999.0 99.0 +1.31184E7 33.9 5.6 17 96400 32 697 418 21 43 16 2000 1200 1900 280 80 3.1 8 2 40.2 2000 9 999999999 120 0.0540 0 88 999.000 999.0 99.0 +1.3122E7 32.8 7.2 20 96500 0 0 414 0 0 0 0 0 0 0 60 1.5 8 2 32.2 2000 9 999999999 139 0.1180 0 88 999.000 999.0 99.0 +1.31256E7 32.2 8.3 23 96700 0 0 448 0 0 0 0 0 0 0 40 4.1 9 9 24.1 2440 9 999999999 150 0.1180 0 88 999.000 999.0 99.0 +1.31292E7 28.9 13.3 38 96900 0 0 448 0 0 0 0 0 0 0 10 2.6 10 10 24.1 2440 9 999999999 200 0.1180 0 88 999.000 999.0 99.0 +1.31328E7 29.4 11.1 32 96800 0 0 448 0 0 0 0 0 0 0 200 3.6 10 10 24.1 2440 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.31364E7 28.3 11.7 36 96700 0 0 400 0 0 0 0 0 0 0 100 7.2 4 3 32.2 2000 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.314E7 27.2 12.2 39 96800 0 0 386 0 0 0 0 0 0 0 120 3.1 2 1 56.3 2000 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.31436E7 26.7 11.7 39 96800 0 0 383 0 0 0 0 0 0 0 110 6.2 2 1 56.3 2000 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.31472E7 26.1 11.7 41 96900 0 0 380 0 0 0 0 0 0 0 80 3.6 2 1 56.3 2000 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.31508E7 25.6 11.7 42 96900 0 0 386 0 0 0 0 0 0 0 110 3.1 4 3 56.3 2000 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.31544E7 25.0 11.7 43 96900 53 874 383 26 19 24 2800 1100 2700 560 90 3.1 4 3 64.4 2000 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +1.3158E7 26.1 11.7 41 96900 297 1328 385 155 418 61 15800 33200 8400 1090 90 4.1 2 2 64.4 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +1.31616E7 28.3 12.2 37 97000 560 1328 397 351 557 116 36200 53000 13900 2250 100 4.1 2 2 64.4 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +1.31652E7 30.6 12.2 32 97000 804 1328 409 571 722 133 60500 72900 16300 3210 120 4.1 3 2 64.4 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +1.31688E7 31.1 12.2 31 97000 1013 1328 416 722 630 241 75300 63300 26900 7540 150 2.1 5 3 48.3 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +1.31724E7 32.2 12.2 29 97000 1172 1328 425 799 634 238 84700 64500 27700 11560 110 2.1 5 4 72.4 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +1.3176E7 33.9 11.7 26 96900 1269 1328 431 925 726 230 99400 74400 28100 17790 60 3.1 3 3 48.3 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +1.31796E7 36.7 10.6 21 96900 1299 1328 445 840 604 247 89900 61700 29400 24260 200 3.1 3 3 48.3 2000 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +1.31832E7 37.8 10.0 19 96800 1260 1328 450 943 741 239 101000 75700 28900 17380 160 2.1 3 3 48.3 2000 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +1.31868E7 38.3 8.9 17 96800 1153 1328 459 816 572 319 87700 59800 35600 14890 280 4.1 5 5 48.3 2000 9 999999999 160 0.0830 0 88 999.000 999.0 99.0 +1.31904E7 37.2 8.9 18 96700 987 1328 456 665 505 290 70500 52400 31400 9040 310 3.1 7 6 48.3 7620 9 999999999 160 0.0830 0 88 999.000 999.0 99.0 +1.3194E7 36.1 8.9 19 96700 773 1328 462 383 175 281 41600 18200 31000 7470 300 3.6 9 8 48.3 7620 9 999999999 150 0.0830 0 88 999.000 999.0 99.0 +1.31976E7 35.6 8.9 20 96700 525 1328 459 231 90 196 25400 8700 21900 5200 350 3.1 9 8 56.3 7620 9 999999999 160 0.0830 0 88 999.000 999.0 99.0 +1.32012E7 33.9 10.0 23 96700 261 1328 451 123 136 96 13100 10400 11100 2060 360 4.6 10 8 56.3 7620 9 999999999 160 0.0830 0 88 999.000 999.0 99.0 +1.32048E7 31.7 10.6 27 96800 33 697 439 13 4 13 1500 200 1400 320 360 6.2 10 8 56.3 7620 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +1.32084E7 30.0 10.6 30 96900 0 0 423 0 0 0 0 0 0 0 330 5.2 10 7 56.3 7620 9 999999999 170 0.1180 0 88 999.000 999.0 99.0 +1.3212E7 29.4 11.1 32 96900 0 0 420 0 0 0 0 0 0 0 290 3.1 9 7 56.3 7620 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.32156E7 28.9 11.1 33 96900 0 0 409 0 0 0 0 0 0 0 0 0.0 7 5 56.3 7620 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.32192E7 28.9 11.1 33 96900 0 0 402 0 0 0 0 0 0 0 120 1.5 5 3 56.3 2000 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.32228E7 27.8 11.7 37 96900 0 0 397 0 0 0 0 0 0 0 60 2.1 5 3 56.3 2000 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.32264E7 27.2 11.7 38 96900 0 0 394 0 0 0 0 0 0 0 300 1.5 4 3 56.3 2000 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.323E7 26.7 12.2 41 97000 0 0 395 0 0 0 0 0 0 0 0 0.0 5 4 56.3 2000 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.32336E7 26.7 12.2 41 97000 0 0 395 0 0 0 0 0 0 0 80 2.1 5 4 56.3 2000 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.32372E7 25.6 12.8 45 97000 0 0 390 0 0 0 0 0 0 0 0 0.0 5 4 56.3 2000 9 999999999 200 0.1180 0 88 999.000 999.0 99.0 +1.32408E7 26.1 11.7 41 97000 53 874 385 22 42 18 2200 1400 2100 310 110 2.6 3 2 64.4 2000 9 999999999 189 0.1170 0 88 999.000 999.0 99.0 +1.32444E7 27.2 11.1 37 97100 297 1328 390 151 368 69 15900 29000 9400 1250 90 2.6 3 2 64.4 2000 9 999999999 179 0.1170 0 88 999.000 999.0 99.0 +1.3248E7 28.9 11.1 33 97200 560 1328 386 363 662 83 38300 64000 11300 1700 70 3.1 0 0 48.3 2000 9 999999999 179 0.1170 0 88 999.000 999.0 99.0 +1.32516E7 30.6 11.7 31 97200 805 1328 395 578 771 110 60500 76800 13900 2530 120 3.1 0 0 48.3 2000 9 999999999 179 0.1170 0 88 999.000 999.0 99.0 +1.32552E7 32.8 11.1 27 97200 1013 1328 419 744 714 199 78700 72500 23200 6380 90 1.5 2 2 48.3 2000 9 999999999 179 0.1170 0 88 999.000 999.0 99.0 +1.32588E7 34.4 11.1 24 97200 1172 1328 428 806 638 242 85400 64900 28000 11750 350 2.1 3 2 48.3 2000 9 999999999 179 0.1170 0 88 999.000 999.0 99.0 +1.32624E7 36.1 10.6 21 97100 1269 1328 431 990 840 185 104600 84700 23400 13490 160 2.1 1 1 48.3 2000 9 999999999 170 0.1170 0 88 999.000 999.0 99.0 +1.3266E7 36.7 10.6 21 97000 1300 1328 441 1002 854 165 107600 86700 22600 15680 270 3.6 2 2 48.3 2000 9 999999999 179 0.1170 0 88 999.000 999.0 99.0 +1.32696E7 37.2 10.6 20 97000 1260 1328 437 928 804 164 99300 81500 21700 11440 260 5.2 1 1 48.3 2000 9 999999999 170 0.1170 0 88 999.000 999.0 99.0 +1.32732E7 38.3 10.6 19 96900 1154 1328 450 858 786 175 90100 79000 21200 7410 220 3.6 2 2 48.3 2000 9 999999999 170 0.1170 0 88 999.000 999.0 99.0 +1.32768E7 39.4 10.0 17 96800 988 1328 455 689 667 192 72800 67700 22300 5880 250 3.6 3 2 48.3 2000 9 999999999 170 0.1170 0 88 999.000 999.0 99.0 +1.32804E7 38.9 9.4 17 96800 774 1328 456 504 565 175 54300 57800 20500 4000 270 4.6 5 3 48.3 2000 9 999999999 160 0.1170 0 88 999.000 999.0 99.0 +1.3284E7 37.8 8.3 17 96700 527 1328 455 282 289 167 29800 28500 18500 3560 260 4.6 8 5 48.3 7620 9 999999999 150 0.1170 0 88 999.000 999.0 99.0 +1.32876E7 37.2 8.9 18 96800 263 1328 462 64 34 58 7100 2700 6600 1510 280 4.1 10 7 48.3 7620 9 999999999 160 0.1170 0 88 999.000 999.0 99.0 +1.32912E7 33.9 11.7 26 96800 34 719 441 13 2 13 1500 0 1500 460 350 8.2 10 6 48.3 7620 9 999999999 189 0.1170 0 88 999.000 999.0 99.0 +1.32948E7 32.8 10.6 26 96900 0 0 433 0 0 0 0 0 0 0 350 6.2 10 6 48.3 7620 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.32984E7 32.8 10.6 26 96900 0 0 433 0 0 0 0 0 0 0 240 4.6 9 6 48.3 7620 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.3302E7 31.7 11.1 28 96900 0 0 428 0 0 0 0 0 0 0 190 2.6 9 6 48.3 7620 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.33056E7 30.6 11.7 31 96900 0 0 427 0 0 0 0 0 0 0 190 2.6 9 7 56.3 7620 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.33092E7 30.0 11.7 32 96900 0 0 405 0 0 0 0 0 0 0 190 2.6 6 2 56.3 2000 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.33128E7 29.4 11.7 33 96900 0 0 421 0 0 0 0 0 0 0 240 2.1 9 7 56.3 7620 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.33164E7 29.4 11.7 33 96900 0 0 416 0 0 0 0 0 0 0 180 2.1 8 6 56.3 7620 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.332E7 29.4 11.7 33 96900 0 0 412 0 0 0 0 0 0 0 100 1.5 7 5 56.3 7620 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.33236E7 28.3 12.2 37 96900 0 0 404 0 0 0 0 0 0 0 0 0.0 4 4 56.3 2000 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.33272E7 27.8 12.2 38 97000 54 896 394 22 60 16 2200 2100 2000 270 0 0.0 2 2 72.4 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +1.33308E7 30.0 12.2 34 97000 298 1327 400 142 423 47 14800 34100 7100 880 140 2.1 1 1 72.4 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +1.33344E7 31.7 12.2 30 97100 561 1327 415 363 613 104 37800 58600 13000 2060 160 1.5 2 2 56.3 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +1.3338E7 32.8 11.7 28 97100 805 1327 415 567 753 110 59400 75000 13800 2530 150 2.1 2 1 56.3 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +1.33416E7 33.9 11.7 26 97100 1013 1327 421 724 800 112 74800 79900 13600 2960 160 1.0 3 1 56.3 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +1.33452E7 36.1 11.1 22 97000 1172 1327 424 929 893 140 95300 89400 16200 5200 240 2.1 2 0 40.2 2000 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +1.33488E7 36.7 11.1 21 97000 1269 1327 435 972 890 119 100100 89300 14400 7650 250 3.6 1 1 40.2 2000 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +1.33524E7 37.2 10.6 20 97000 1300 1327 429 1046 926 138 107200 92900 16100 11080 240 3.1 1 0 40.2 2000 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +1.3356E7 38.9 8.9 16 96900 1261 1327 436 1004 917 132 103100 92000 15600 7800 260 4.1 1 0 40.2 2000 9 999999999 150 0.0830 0 88 999.000 999.0 99.0 +1.33596E7 40.0 8.9 15 96800 1155 1327 442 910 899 127 93700 90000 15100 4640 230 4.6 1 0 40.2 2000 9 999999999 150 0.0830 0 88 999.000 999.0 99.0 +1.33632E7 40.0 8.9 15 96700 989 1327 442 760 868 113 78600 86600 13900 2810 250 6.7 1 0 40.2 2000 9 999999999 150 0.0830 0 88 999.000 999.0 99.0 +1.33668E7 39.4 8.9 16 96700 776 1327 439 566 808 94 60100 80600 12800 2210 270 5.7 1 0 40.2 2000 9 999999999 160 0.0830 0 88 999.000 999.0 99.0 +1.33704E7 38.9 10.0 17 96600 528 1327 438 348 700 70 36300 66400 9800 1420 280 5.7 1 0 40.2 2000 9 999999999 160 0.0830 0 88 999.000 999.0 99.0 +1.3374E7 37.8 10.0 19 96600 265 1327 432 136 470 44 14300 36200 7100 810 300 5.2 1 0 40.2 2000 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +1.33776E7 36.7 10.0 20 96600 35 719 434 19 46 14 1800 1400 1700 240 270 3.6 3 1 40.2 2000 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +1.33812E7 34.4 11.1 24 96700 0 0 423 0 0 0 0 0 0 0 250 3.6 3 1 40.2 2000 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.33848E7 33.3 11.7 27 96700 0 0 417 0 0 0 0 0 0 0 240 4.6 3 1 40.2 2000 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.33884E7 32.8 11.1 27 96700 0 0 414 0 0 0 0 0 0 0 250 4.6 3 1 40.2 2000 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.3392E7 31.7 10.6 27 96800 0 0 400 0 0 0 0 0 0 0 280 3.1 3 0 40.2 2000 9 999999999 170 0.1180 0 88 999.000 999.0 99.0 +1.33956E7 30.6 10.6 29 96800 0 0 394 0 0 0 0 0 0 0 340 3.1 0 0 56.3 2000 9 999999999 170 0.1190 0 88 999.000 999.0 99.0 +1.33992E7 29.4 10.6 31 96800 0 0 388 0 0 0 0 0 0 0 320 3.6 0 0 56.3 2000 9 999999999 170 0.1190 0 88 999.000 999.0 99.0 +1.34028E7 28.3 11.1 34 96800 0 0 383 0 0 0 0 0 0 0 250 3.1 0 0 56.3 2000 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.34064E7 27.2 10.6 35 96900 0 0 377 0 0 0 0 0 0 0 320 2.1 0 0 56.3 2000 9 999999999 170 0.1190 0 88 999.000 999.0 99.0 +1.341E7 26.7 10.6 37 96900 0 0 374 0 0 0 0 0 0 0 270 1.5 0 0 72.4 2000 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.34136E7 26.1 11.1 39 97000 54 896 384 20 25 17 2100 1100 2000 350 290 2.1 2 2 56.3 2000 9 999999999 179 0.1500 0 88 999.000 999.0 99.0 +1.34172E7 27.2 11.7 38 97000 298 1327 385 136 268 76 14100 21200 9400 1400 310 2.1 4 1 48.3 2000 9 999999999 189 0.1500 0 88 999.000 999.0 99.0 +1.34208E7 29.4 11.7 33 97100 561 1327 389 351 586 104 36600 56100 12900 2060 310 2.1 2 0 56.3 2000 9 999999999 179 0.1500 0 88 999.000 999.0 99.0 +1.34244E7 31.1 11.7 30 97100 805 1327 406 564 656 165 58800 65600 19000 3870 270 2.1 6 1 56.3 2000 9 999999999 179 0.1500 0 88 999.000 999.0 99.0 +1.3428E7 32.2 11.7 28 97100 1013 1327 411 769 740 203 81100 75100 23700 6500 0 0.0 7 1 56.3 2000 9 999999999 179 0.1500 0 88 999.000 999.0 99.0 +1.34316E7 33.3 10.6 25 97100 1172 1327 416 895 758 224 95300 77400 26900 10960 90 2.1 5 1 56.3 2000 9 999999999 170 0.1500 0 88 999.000 999.0 99.0 +1.34352E7 35.0 10.6 23 97000 1269 1327 417 1010 835 210 105300 83700 25100 15110 140 4.1 3 0 56.3 2000 9 999999999 179 0.1500 0 88 999.000 999.0 99.0 +1.34388E7 36.1 10.0 20 97000 1300 1327 422 1034 850 200 108800 85500 24800 18860 70 2.1 2 0 56.3 2000 9 999999999 160 0.1500 0 88 999.000 999.0 99.0 +1.34424E7 37.8 9.4 18 96900 1261 1327 431 996 844 193 104700 84900 23800 13300 230 6.7 2 0 56.3 2000 9 999999999 160 0.1500 0 88 999.000 999.0 99.0 +1.3446E7 38.9 10.0 17 96900 1156 1327 438 901 844 164 95000 85100 20700 7100 0 0.0 0 0 56.3 2000 9 999999999 160 0.1500 0 88 999.000 999.0 99.0 +1.34496E7 38.9 8.9 16 96800 990 1327 436 747 802 148 78000 80400 17900 4190 280 5.7 0 0 56.3 2000 9 999999999 150 0.1500 0 88 999.000 999.0 99.0 +1.34532E7 38.9 8.3 16 96700 777 1327 435 552 733 124 58800 73900 15400 2930 280 5.7 0 0 48.3 2000 9 999999999 150 0.1500 0 88 999.000 999.0 99.0 +1.34568E7 37.2 8.3 17 96700 530 1327 426 332 604 92 34800 57300 11900 1820 260 7.2 0 0 48.3 2000 9 999999999 150 0.1500 0 88 999.000 999.0 99.0 +1.34604E7 36.7 6.7 16 96800 267 1327 421 125 352 55 13300 26500 8000 980 280 5.2 0 0 48.3 2000 9 999999999 139 0.1500 0 88 999.000 999.0 99.0 +1.3464E7 34.4 5.0 16 96800 36 741 406 17 23 14 1700 900 1700 290 240 5.2 0 0 48.3 2000 9 999999999 120 0.1500 0 88 999.000 999.0 99.0 +1.34676E7 32.8 5.6 18 96900 0 0 399 0 0 0 0 0 0 0 240 4.6 0 0 48.3 2000 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.34712E7 31.1 5.0 19 96900 0 0 389 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.34748E7 31.1 2.8 16 97000 0 0 386 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 100 0.1190 0 88 999.000 999.0 99.0 +1.34784E7 30.0 1.1 16 97000 0 0 378 0 0 0 0 0 0 0 300 3.1 0 0 56.3 2000 9 999999999 100 0.1190 0 88 999.000 999.0 99.0 +1.3482E7 28.3 3.3 20 97000 0 0 373 0 0 0 0 0 0 0 320 3.1 0 0 56.3 2000 9 999999999 110 0.1190 0 88 999.000 999.0 99.0 +1.34856E7 26.7 5.0 25 97100 0 0 367 0 0 0 0 0 0 0 320 2.1 0 0 56.3 2000 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.34892E7 26.1 6.7 29 97100 0 0 366 0 0 0 0 0 0 0 300 2.1 0 0 56.3 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.34928E7 24.4 7.8 35 97100 0 0 359 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.1190 0 88 999.000 999.0 99.0 +1.34964E7 23.9 7.2 34 97200 0 0 356 0 0 0 0 0 0 0 0 0.0 0 0 72.4 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.35E7 24.4 8.3 36 97200 55 895 360 22 19 20 2300 1100 2300 480 50 2.1 0 0 64.4 2000 9 999999999 150 0.2090 0 88 999.000 999.0 99.0 +1.35036E7 26.7 7.8 30 97300 299 1326 371 138 306 69 14500 24200 9000 1250 270 1.5 0 0 64.4 2000 9 999999999 139 0.2090 0 88 999.000 999.0 99.0 +1.35072E7 27.8 7.8 28 97300 561 1326 376 348 547 116 35900 52000 13800 2260 10 2.1 0 0 64.4 2000 9 999999999 139 0.2090 0 88 999.000 999.0 99.0 +1.35108E7 28.9 7.8 27 97300 805 1326 382 566 676 155 59300 67800 18100 3670 0 0.0 0 0 64.4 2000 9 999999999 150 0.2090 0 88 999.000 999.0 99.0 +1.35144E7 30.6 7.2 23 97300 1013 1326 389 760 752 184 80700 76700 22000 5960 210 2.1 0 0 64.4 2000 9 999999999 139 0.2090 0 88 999.000 999.0 99.0 +1.3518E7 31.7 6.1 20 97300 1171 1326 394 911 799 204 94100 79800 23500 8900 70 1.5 0 0 64.4 2000 9 999999999 129 0.2090 0 88 999.000 999.0 99.0 +1.35216E7 33.9 5.0 16 97200 1269 1326 404 1005 825 214 104500 82600 25300 15390 340 2.1 0 0 64.4 2000 9 999999999 120 0.2090 0 88 999.000 999.0 99.0 +1.35252E7 36.7 6.1 15 97200 1300 1326 420 1032 828 218 107400 82900 26000 20450 120 2.1 0 0 64.4 2000 9 999999999 129 0.2090 0 88 999.000 999.0 99.0 +1.35288E7 37.2 7.2 16 97100 1261 1326 424 993 817 214 103100 81700 25200 14570 320 1.5 0 0 64.4 2000 9 999999999 139 0.2090 0 88 999.000 999.0 99.0 +1.35324E7 38.3 9.4 17 97100 1156 1326 434 891 789 202 95500 80900 24900 9450 240 2.1 0 0 64.4 2000 9 999999999 160 0.2090 0 88 999.000 999.0 99.0 +1.3536E7 37.8 8.9 17 97000 991 1326 430 737 743 181 78200 75700 21600 5620 250 3.6 0 0 56.3 2000 9 999999999 150 0.2090 0 88 999.000 999.0 99.0 +1.35396E7 38.3 8.3 16 97000 778 1326 432 540 664 151 56700 66400 17600 3480 270 3.6 0 0 56.3 2000 9 999999999 150 0.2090 0 88 999.000 999.0 99.0 +1.35432E7 37.2 7.8 16 96900 532 1326 425 320 525 110 33100 49400 13200 2110 300 3.1 0 0 56.3 2000 9 999999999 139 0.2090 0 88 999.000 999.0 99.0 +1.35468E7 36.7 6.7 16 96900 269 1326 421 117 266 64 12300 20100 8200 1160 280 3.6 0 0 56.3 2000 9 999999999 139 0.2090 0 88 999.000 999.0 99.0 +1.35504E7 35.0 5.0 15 96900 38 741 409 17 10 15 1700 500 1700 370 270 4.1 0 0 56.3 2000 9 999999999 120 0.2090 0 88 999.000 999.0 99.0 +1.3554E7 33.3 3.3 15 96900 0 0 398 0 0 0 0 0 0 0 250 3.6 0 0 56.3 2000 9 999999999 110 0.1190 0 88 999.000 999.0 99.0 +1.35576E7 31.7 3.9 17 97000 0 0 391 0 0 0 0 0 0 0 280 2.6 0 0 56.3 2000 9 999999999 110 0.1190 0 88 999.000 999.0 99.0 +1.35612E7 31.1 5.0 19 97000 0 0 389 0 0 0 0 0 0 0 270 2.6 0 0 56.3 2000 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.35648E7 29.4 5.0 21 97000 0 0 380 0 0 0 0 0 0 0 270 2.1 0 0 56.3 2000 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.35684E7 28.3 5.0 23 97000 0 0 375 0 0 0 0 0 0 0 10 2.1 0 0 56.3 2000 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.3572E7 27.2 4.4 23 97000 0 0 369 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.35756E7 26.7 6.1 27 97000 0 0 368 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.1190 0 88 999.000 999.0 99.0 +1.35792E7 26.1 5.0 26 97000 0 0 364 0 0 0 0 0 0 0 130 2.1 0 0 56.3 2000 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.35828E7 25.0 6.7 31 97000 0 0 361 0 0 0 0 0 0 0 120 2.1 0 0 80.5 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.35864E7 25.0 5.6 29 97100 55 895 360 22 20 20 2300 1100 2300 480 100 2.1 0 0 64.4 2000 9 999999999 129 0.2070 0 88 999.000 999.0 99.0 +1.359E7 26.7 5.0 25 97100 299 1326 367 140 312 69 14600 24700 9000 1250 60 2.1 0 0 56.3 2000 9 999999999 120 0.2070 0 88 999.000 999.0 99.0 +1.35936E7 28.3 3.9 21 97100 561 1326 374 350 555 115 36100 52800 13800 2240 60 2.1 0 0 56.3 2000 9 999999999 110 0.2070 0 88 999.000 999.0 99.0 +1.35972E7 31.1 2.2 16 97100 805 1326 385 573 688 154 60000 69000 18100 3650 30 1.5 0 0 56.3 2000 9 999999999 100 0.2070 0 88 999.000 999.0 99.0 +1.36008E7 31.1 2.2 16 97100 1013 1326 385 767 762 183 81400 77700 21900 5930 30 1.5 0 0 64.4 2000 9 999999999 100 0.2070 0 88 999.000 999.0 99.0 +1.36044E7 34.4 1.1 12 97100 1171 1326 401 921 811 203 95100 81000 23400 8870 120 3.1 0 0 64.4 2000 9 999999999 89 0.2070 0 88 999.000 999.0 99.0 +1.3608E7 36.1 -1.1 9 97000 1269 1326 407 1017 837 213 105700 83800 25300 15350 90 3.1 0 0 64.4 2000 9 999999999 80 0.2070 0 88 999.000 999.0 99.0 +1.36116E7 37.2 -3.3 7 97000 1300 1326 409 1049 847 217 109300 84800 26000 20470 100 1.0 0 0 64.4 2000 9 999999999 69 0.2070 0 88 999.000 999.0 99.0 +1.36152E7 37.8 -4.4 7 96900 1262 1326 411 1011 838 213 105200 83900 25200 14580 80 2.6 0 0 64.4 2000 9 999999999 69 0.2070 0 88 999.000 999.0 99.0 +1.36188E7 38.3 -2.2 8 96800 1157 1326 417 912 803 210 97500 82200 25600 9830 100 3.1 1 0 64.4 2000 9 999999999 80 0.2070 0 88 999.000 999.0 99.0 +1.36224E7 38.9 -0.6 8 96700 992 1326 422 754 755 188 79800 76700 22200 5830 280 5.2 1 0 64.4 2000 9 999999999 80 0.2070 0 88 999.000 999.0 99.0 +1.3626E7 38.3 -1.1 8 96600 780 1326 418 550 681 150 57700 68100 17600 3470 310 3.6 0 0 64.4 2000 9 999999999 80 0.2070 0 88 999.000 999.0 99.0 +1.36296E7 38.9 -3.3 7 96500 533 1326 418 328 542 110 33800 51100 13300 2110 240 5.2 0 0 64.4 2000 9 999999999 69 0.2070 0 88 999.000 999.0 99.0 +1.36332E7 37.2 -2.2 8 96500 271 1326 411 120 279 64 12600 21100 8300 1160 250 6.2 0 0 64.4 2000 9 999999999 69 0.2070 0 88 999.000 999.0 99.0 +1.36368E7 35.0 -1.1 10 96500 39 763 401 17 11 16 1800 600 1800 390 240 4.6 0 0 64.4 2000 9 999999999 80 0.2070 0 88 999.000 999.0 99.0 +1.36404E7 33.9 -0.6 11 96600 0 0 396 0 0 0 0 0 0 0 250 4.1 0 0 56.3 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.3644E7 32.2 -1.1 12 96700 0 0 386 0 0 0 0 0 0 0 270 3.1 0 0 56.3 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.36476E7 31.1 -1.7 12 96700 0 0 380 0 0 0 0 0 0 0 330 1.0 0 0 56.3 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.36512E7 30.6 -0.6 13 96700 0 0 379 0 0 0 0 0 0 0 20 2.1 0 0 56.3 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.36548E7 28.9 -2.2 13 96700 0 0 368 0 0 0 0 0 0 0 310 2.1 0 0 56.3 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.36584E7 27.2 -1.1 16 96700 0 0 362 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.3662E7 26.1 -0.6 17 96700 0 0 357 0 0 0 0 0 0 0 140 1.5 0 0 56.3 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.36656E7 25.6 0.0 19 96700 0 0 355 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 89 0.1190 0 88 999.000 999.0 99.0 +1.36692E7 24.4 -0.6 19 96700 0 0 349 0 0 0 0 0 0 0 100 3.6 0 0 72.4 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.36728E7 23.9 -1.7 18 96800 55 895 345 29 99 18 2600 3900 2300 310 80 4.1 0 0 80.5 2000 9 999999999 80 0.0920 0 88 999.000 999.0 99.0 +1.36764E7 24.4 1.1 22 96800 299 1326 351 165 518 48 17100 41800 7700 900 160 2.1 0 0 64.4 2000 9 999999999 100 0.0920 0 88 999.000 999.0 99.0 +1.368E7 26.7 0.0 18 96900 561 1326 361 383 731 74 40000 70000 10300 1520 80 3.1 0 0 64.4 2000 9 999999999 89 0.0920 0 88 999.000 999.0 99.0 +1.36836E7 29.4 -1.7 13 96900 804 1326 372 606 838 97 64300 83900 13300 2340 30 1.5 0 0 64.4 2000 9 999999999 80 0.0920 0 88 999.000 999.0 99.0 +1.36872E7 31.7 -2.2 11 96800 1012 1326 382 798 893 114 82300 89200 14100 2970 0 0.0 0 0 64.4 2000 9 999999999 80 0.0920 0 88 999.000 999.0 99.0 +1.36908E7 33.3 -4.4 8 96800 1171 1326 387 953 935 126 98100 93700 15100 4930 80 2.6 0 0 64.4 2000 9 999999999 60 0.0920 0 88 999.000 999.0 99.0 +1.36944E7 33.9 -3.3 9 96700 1269 1326 392 1040 946 132 106700 94900 15600 8330 0 0.0 0 0 64.4 2000 9 999999999 69 0.0920 0 88 999.000 999.0 99.0 +1.3698E7 35.6 -1.1 10 96700 1300 1326 404 1066 948 135 109400 95100 15900 11110 270 4.6 0 0 64.4 2000 9 999999999 80 0.0920 0 88 999.000 999.0 99.0 +1.37016E7 36.1 -1.7 9 96700 1262 1326 406 1029 941 132 105700 94400 15600 7940 310 5.2 0 0 64.4 2000 9 999999999 80 0.0920 0 88 999.000 999.0 99.0 +1.37052E7 36.7 -1.7 9 96600 1157 1326 409 931 923 124 95800 92500 14900 4650 250 5.2 0 0 72.4 2000 9 999999999 80 0.0920 0 88 999.000 999.0 99.0 +1.37088E7 36.1 -3.3 8 96500 993 1326 403 782 894 112 80900 89200 13900 2840 240 6.7 0 0 72.4 2000 9 999999999 69 0.0920 0 88 999.000 999.0 99.0 +1.37124E7 35.6 -1.7 9 96500 781 1326 403 582 829 94 61800 82800 12900 2230 240 6.2 0 0 64.4 2000 9 999999999 80 0.0920 0 88 999.000 999.0 99.0 +1.3716E7 35.0 -3.9 8 96500 535 1326 397 361 721 71 37700 68500 10000 1450 270 4.1 0 0 64.4 2000 9 999999999 69 0.0920 0 88 999.000 999.0 99.0 +1.37196E7 33.9 -3.9 9 96500 273 1326 391 145 490 45 15100 38200 7300 830 260 4.6 0 0 64.4 2000 9 999999999 69 0.0920 0 88 999.000 999.0 99.0 +1.37232E7 32.8 -1.1 11 96600 40 762 389 23 69 16 2100 2100 2000 270 220 2.1 0 0 56.3 2000 9 999999999 80 0.0920 0 88 999.000 999.0 99.0 +1.37268E7 31.1 -1.7 12 96600 0 0 380 0 0 0 0 0 0 0 220 2.6 0 0 56.3 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.37304E7 30.6 -1.7 12 96700 0 0 378 0 0 0 0 0 0 0 220 2.6 0 0 56.3 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.3734E7 30.0 -1.1 13 96700 0 0 375 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 80 0.1190 0 88 999.000 999.0 99.0 +1.37376E7 28.3 0.0 16 96700 0 0 368 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.1190 0 88 999.000 999.0 99.0 +1.37412E7 27.8 2.8 20 96700 0 0 370 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.37448E7 27.2 3.3 22 96700 0 0 367 0 0 0 0 0 0 0 60 2.1 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.37484E7 26.1 3.3 23 96800 0 0 362 0 0 0 0 0 0 0 60 3.1 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.3752E7 24.4 1.7 23 96800 0 0 352 0 0 0 0 0 0 0 100 3.1 0 0 56.3 2000 9 999999999 100 0.1200 0 88 999.000 999.0 99.0 +1.37556E7 24.4 2.2 24 96900 0 0 352 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 100 0.1200 0 88 999.000 999.0 99.0 +1.37592E7 23.3 3.9 28 96900 55 895 349 30 124 18 2800 4900 2500 310 60 3.1 0 0 56.3 2000 9 999999999 110 0.0750 0 88 999.000 999.0 99.0 +1.37628E7 25.0 5.0 28 96900 299 1325 359 168 555 43 17200 45700 6900 840 80 4.6 0 0 64.4 2000 9 999999999 120 0.0750 0 88 999.000 999.0 99.0 +1.37664E7 27.2 5.6 25 97000 561 1325 370 384 750 66 40500 72200 9900 1420 100 3.1 0 0 56.3 2000 9 999999999 129 0.0750 0 88 999.000 999.0 99.0 +1.377E7 28.9 5.6 23 97100 804 1325 379 601 846 87 62600 83700 11700 1930 70 2.1 0 0 56.3 2000 9 999999999 129 0.0750 0 88 999.000 999.0 99.0 +1.37736E7 31.1 5.6 20 97100 1012 1325 390 790 898 102 81700 89800 13000 2850 290 3.1 0 0 56.3 2000 9 999999999 129 0.0750 0 88 999.000 999.0 99.0 +1.37772E7 32.8 5.0 17 97100 1171 1325 398 938 932 113 96800 93500 14000 4620 250 3.6 0 0 48.3 2000 9 999999999 120 0.0750 0 88 999.000 999.0 99.0 +1.37808E7 33.9 3.9 15 97000 1269 1325 402 1031 949 119 106000 95300 14600 7710 240 4.1 0 0 48.3 2000 9 999999999 110 0.0750 0 88 999.000 999.0 99.0 +1.37844E7 36.1 5.0 14 97000 1300 1325 415 1056 951 121 108600 95500 14700 10210 210 4.6 0 0 48.3 2000 9 999999999 120 0.0750 0 88 999.000 999.0 99.0 +1.3788E7 36.7 0.0 10 96900 1262 1325 411 1030 954 119 106000 95800 14600 7380 280 4.6 0 0 48.3 2000 9 999999999 89 0.0750 0 88 999.000 999.0 99.0 +1.37916E7 37.2 2.2 11 96900 1158 1325 417 931 935 112 96100 93800 14000 4390 240 4.6 0 0 48.3 2000 9 999999999 100 0.0750 0 88 999.000 999.0 99.0 +1.37952E7 37.8 0.6 10 96800 994 1325 418 781 905 101 80900 90400 13000 2740 250 5.7 0 0 56.3 2000 9 999999999 89 0.0750 0 88 999.000 999.0 99.0 +1.37988E7 37.8 0.6 10 96700 782 1325 418 587 850 85 61200 83900 11600 1870 200 5.2 0 0 56.3 2000 9 999999999 89 0.0750 0 88 999.000 999.0 99.0 +1.38024E7 37.8 -3.3 7 96700 537 1325 412 368 754 64 38900 72000 9700 1360 240 6.2 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +1.3806E7 36.7 -6.1 6 96800 274 1325 402 151 537 41 15500 43000 6600 780 240 5.7 0 0 56.3 2000 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +1.38096E7 34.4 -7.2 6 96800 41 784 389 24 91 14 2100 3300 1900 240 300 4.1 0 0 56.3 2000 9 999999999 50 0.0750 0 88 999.000 999.0 99.0 +1.38132E7 33.3 -8.9 6 96900 0 0 381 0 0 0 0 0 0 0 280 3.6 0 0 56.3 2000 9 999999999 50 0.1200 0 88 999.000 999.0 99.0 +1.38168E7 32.2 -7.8 7 97000 0 0 377 0 0 0 0 0 0 0 320 3.6 0 0 56.3 2000 9 999999999 50 0.1200 0 88 999.000 999.0 99.0 +1.38204E7 28.9 -4.4 11 97000 0 0 366 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 69 0.1200 0 88 999.000 999.0 99.0 +1.3824E7 26.7 -4.4 13 97100 0 0 355 0 0 0 0 0 0 0 230 3.1 0 0 56.3 2000 9 999999999 69 0.1200 0 88 999.000 999.0 99.0 +1.38276E7 26.7 -5.6 12 97100 0 0 353 0 0 0 0 0 0 0 350 2.6 0 0 56.3 2000 9 999999999 60 0.1200 0 88 999.000 999.0 99.0 +1.38312E7 26.7 -3.3 14 97200 0 0 356 0 0 0 0 0 0 0 330 1.5 0 0 56.3 2000 9 999999999 69 0.1200 0 88 999.000 999.0 99.0 +1.38348E7 26.1 -0.6 17 97200 0 0 357 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.1200 0 88 999.000 999.0 99.0 +1.38384E7 24.4 3.9 26 97200 0 0 355 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.3842E7 24.4 3.3 25 97300 0 0 354 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.38456E7 23.9 0.6 22 97300 55 894 348 34 178 16 2800 8300 2300 290 110 3.1 0 0 56.3 2000 9 999999999 89 0.0490 0 88 999.000 999.0 99.0 +1.38492E7 25.6 -2.2 16 97400 299 1325 353 178 632 35 18600 52600 6700 740 90 2.1 0 0 56.3 2000 9 999999999 80 0.0490 0 88 999.000 999.0 99.0 +1.38528E7 29.4 0.0 15 97400 561 1325 374 397 808 54 41700 77200 9000 1280 180 3.1 0 0 56.3 2000 9 999999999 89 0.0490 0 88 999.000 999.0 99.0 +1.38564E7 31.1 -1.1 12 97500 804 1325 381 616 897 71 64500 88800 10500 1800 90 1.5 0 0 56.3 2000 9 999999999 80 0.0490 0 88 999.000 999.0 99.0 +1.386E7 33.3 -2.2 10 97500 1012 1325 390 807 944 85 84100 94500 11800 2600 120 2.1 0 0 48.3 2000 9 999999999 80 0.0490 0 88 999.000 999.0 99.0 +1.38636E7 35.0 -0.6 10 97500 1170 1325 401 954 972 94 99000 97600 12600 4080 310 2.1 0 0 48.3 2000 9 999999999 80 0.0490 0 88 999.000 999.0 99.0 +1.38672E7 36.7 -2.8 8 97500 1269 1325 407 1048 988 99 108400 99300 13100 6670 100 2.1 0 0 48.3 2000 9 999999999 69 0.0490 0 88 999.000 999.0 99.0 +1.38708E7 37.8 -6.1 6 97400 1300 1325 408 1081 997 101 111800 100200 13300 8800 290 3.6 0 0 48.3 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +1.38744E7 38.3 -2.8 7 97400 1263 1325 416 1041 987 99 107800 99200 13100 6410 300 5.2 0 0 48.3 2000 9 999999999 69 0.0490 0 88 999.000 999.0 99.0 +1.3878E7 37.8 -5.0 6 97300 1159 1325 410 948 977 93 98500 98100 12500 3900 270 4.1 0 0 48.3 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +1.38816E7 38.9 -4.4 6 97300 995 1325 416 797 949 83 83100 95000 11600 2500 240 5.2 0 0 56.3 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +1.38852E7 37.8 -4.4 7 97200 783 1325 411 598 895 70 62800 88500 10400 1750 200 4.6 0 0 56.3 2000 9 999999999 69 0.0490 0 88 999.000 999.0 99.0 +1.38888E7 38.3 -5.6 6 97200 538 1325 411 380 808 52 40100 76700 8900 1240 280 3.6 0 0 56.3 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +1.38924E7 37.2 -4.4 7 97200 276 1325 407 159 608 33 16700 49300 6400 700 240 4.6 0 0 56.3 2000 9 999999999 69 0.0490 0 88 999.000 999.0 99.0 +1.3896E7 35.0 -3.3 8 97200 42 784 398 28 138 13 2200 6100 1800 240 240 2.6 0 0 56.3 2000 9 999999999 69 0.0490 0 88 999.000 999.0 99.0 +1.38996E7 33.3 -0.6 11 97300 0 0 393 0 0 0 0 0 0 0 240 1.5 0 0 56.3 2000 9 999999999 80 0.1200 0 88 999.000 999.0 99.0 +1.39032E7 32.2 -0.6 12 97300 0 0 387 0 0 0 0 0 0 0 280 2.1 0 0 56.3 2000 9 999999999 80 0.1200 0 88 999.000 999.0 99.0 +1.39068E7 30.6 2.8 17 97300 0 0 384 0 0 0 0 0 0 0 70 2.1 0 0 48.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.39104E7 30.0 3.9 19 97300 0 0 382 0 0 0 0 0 0 0 110 1.5 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.3914E7 28.9 4.4 21 97300 0 0 377 0 0 0 0 0 0 0 110 1.5 0 0 56.3 2000 9 999999999 120 0.1200 0 88 999.000 999.0 99.0 +1.39176E7 27.8 3.3 21 97300 0 0 370 0 0 0 0 0 0 0 100 2.1 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.39212E7 27.8 3.9 22 97300 0 0 371 0 0 0 0 0 0 0 110 2.1 0 0 56.3 2000 9 999999999 120 0.1200 0 88 999.000 999.0 99.0 +1.39248E7 26.7 1.1 19 97300 0 0 362 0 0 0 0 0 0 0 100 2.6 0 0 56.3 2000 9 999999999 100 0.1200 0 88 999.000 999.0 99.0 +1.39284E7 25.6 0.6 20 97400 0 0 356 0 0 0 0 0 0 0 110 2.6 0 0 56.3 2000 9 999999999 89 0.1200 0 88 999.000 999.0 99.0 +1.3932E7 25.6 1.1 20 97400 55 916 357 34 181 15 2800 8500 2200 280 110 2.1 0 0 56.3 2000 9 999999999 89 0.0480 0 88 999.000 999.0 99.0 +1.39356E7 27.2 1.7 19 97400 299 1325 365 177 628 35 18500 52300 6700 740 90 3.1 0 0 56.3 2000 9 999999999 100 0.0480 0 88 999.000 999.0 99.0 +1.39392E7 28.9 2.2 18 97500 560 1325 374 395 807 54 41700 77100 9000 1280 70 2.6 0 0 56.3 2000 9 999999999 100 0.0480 0 88 999.000 999.0 99.0 +1.39428E7 32.8 1.1 13 97500 803 1325 392 615 896 71 64400 88700 10500 1800 70 2.1 0 0 56.3 2000 9 999999999 89 0.0480 0 88 999.000 999.0 99.0 +1.39464E7 35.0 0.6 11 97500 1011 1325 403 804 941 84 83700 94200 11700 2590 90 2.1 0 0 48.3 2000 9 999999999 89 0.0480 0 88 999.000 999.0 99.0 +1.395E7 37.8 -0.6 9 97500 1170 1325 416 950 968 93 98600 97200 12500 4050 110 2.6 0 0 48.3 2000 9 999999999 89 0.0480 0 88 999.000 999.0 99.0 +1.39536E7 38.3 -0.6 9 97400 1269 1325 419 1042 983 98 107800 98800 13000 6620 160 3.1 0 0 48.3 2000 9 999999999 89 0.0480 0 88 999.000 999.0 99.0 +1.39572E7 39.4 -1.1 8 97300 1300 1325 424 1072 989 100 111000 99400 13200 8750 220 2.6 0 0 48.3 2000 9 999999999 80 0.0480 0 88 999.000 999.0 99.0 +1.39608E7 40.6 -2.8 6 97300 1263 1325 428 1041 988 98 107900 99300 13000 6380 190 1.5 0 0 56.3 2000 9 999999999 69 0.0480 0 88 999.000 999.0 99.0 +1.39644E7 40.0 -3.3 6 97200 1159 1325 424 945 974 92 98200 97800 12500 3880 40 1.5 0 0 56.3 2000 9 999999999 69 0.0480 0 88 999.000 999.0 99.0 +1.3968E7 41.7 -1.7 7 97100 996 1325 436 792 942 83 82600 94300 11600 2500 300 2.1 0 0 56.3 2000 9 999999999 80 0.0480 0 88 999.000 999.0 99.0 +1.39716E7 41.1 -2.8 6 97000 785 1325 431 600 897 69 63000 88700 10300 1740 250 2.1 0 0 56.3 2000 9 999999999 69 0.0480 0 88 999.000 999.0 99.0 +1.39752E7 41.1 -2.2 6 97000 539 1325 432 379 806 52 40100 76600 8900 1240 240 2.1 0 0 64.4 2000 9 999999999 69 0.0480 0 88 999.000 999.0 99.0 +1.39788E7 39.4 -2.2 7 97000 278 1325 422 160 612 33 16800 49800 6400 700 240 3.1 0 0 64.4 2000 9 999999999 69 0.0480 0 88 999.000 999.0 99.0 +1.39824E7 37.8 -3.3 7 97000 43 806 412 29 142 14 2300 6300 1900 260 260 2.6 0 0 56.3 2000 9 999999999 69 0.0480 0 88 999.000 999.0 99.0 +1.3986E7 35.6 -1.1 10 97000 0 0 404 0 0 0 0 0 0 0 260 2.6 0 0 56.3 2000 9 999999999 80 0.1200 0 88 999.000 999.0 99.0 +1.39896E7 33.9 2.2 13 97000 0 0 400 0 0 0 0 0 0 0 230 1.5 0 0 56.3 2000 9 999999999 100 0.1200 0 88 999.000 999.0 99.0 +1.39932E7 32.8 2.8 15 97000 0 0 395 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.39968E7 32.2 5.0 18 97000 0 0 395 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.1200 0 88 999.000 999.0 99.0 +1.40004E7 31.1 5.6 20 97000 0 0 390 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.1200 0 88 999.000 999.0 99.0 +1.4004E7 28.9 3.9 20 97000 0 0 377 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.40076E7 29.4 3.9 20 97000 0 0 379 0 0 0 0 0 0 0 110 2.1 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.40112E7 27.8 3.9 22 97100 0 0 371 0 0 0 0 0 0 0 40 1.5 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.40148E7 27.2 4.4 23 97100 0 0 369 0 0 0 0 0 0 0 140 2.1 0 0 56.3 2000 9 999999999 120 0.1200 0 88 999.000 999.0 99.0 +1.40184E7 26.7 5.0 25 97200 55 916 367 28 86 19 2600 3400 2400 330 60 2.6 0 0 56.3 2000 9 999999999 120 0.1030 0 88 999.000 999.0 99.0 +1.4022E7 27.2 2.8 21 97200 299 1325 367 162 493 50 16700 39700 7800 930 80 3.1 0 0 56.3 2000 9 999999999 110 0.1030 0 88 999.000 999.0 99.0 +1.40256E7 29.4 2.2 17 97300 560 1325 377 379 710 78 39200 67800 10500 1560 100 3.6 0 0 40.2 2000 9 999999999 100 0.1030 0 88 999.000 999.0 99.0 +1.40292E7 32.8 -1.1 11 97300 803 1325 389 601 821 102 63400 82000 13500 2410 100 3.1 0 0 40.2 2000 9 999999999 80 0.1030 0 88 999.000 999.0 99.0 +1.40328E7 35.6 -0.6 10 97300 1011 1325 405 793 880 121 81800 87800 14600 3020 190 2.1 0 0 40.2 2000 9 999999999 80 0.1030 0 88 999.000 999.0 99.0 +1.40364E7 38.3 0.6 9 97300 1170 1325 421 939 911 133 96400 91200 15700 5070 190 2.1 0 0 40.2 2000 9 999999999 89 0.1030 0 88 999.000 999.0 99.0 +1.404E7 40.6 -1.1 7 97200 1268 1325 431 1034 932 140 105900 93400 16300 8720 170 1.5 0 0 40.2 2000 9 999999999 80 0.1030 0 88 999.000 999.0 99.0 +1.40436E7 41.7 -1.7 7 97100 1300 1325 436 1064 937 143 109000 94000 16500 11800 350 2.1 0 0 40.2 2000 9 999999999 80 0.1030 0 88 999.000 999.0 99.0 +1.40472E7 42.8 -3.9 5 97100 1263 1325 438 1037 939 140 106300 94100 16300 8410 260 5.2 0 0 48.3 2000 9 999999999 60 0.1030 0 88 999.000 999.0 99.0 +1.40508E7 43.3 -3.9 5 97000 1160 1325 441 935 916 132 96100 91700 15600 4860 250 4.6 0 0 48.3 2000 9 999999999 69 0.1030 0 88 999.000 999.0 99.0 +1.40544E7 42.8 -2.8 6 97000 997 1325 440 780 877 119 80400 87500 14500 2910 220 4.1 0 0 48.3 2000 9 999999999 80 0.1030 0 88 999.000 999.0 99.0 +1.4058E7 42.2 -3.3 6 96900 786 1325 436 586 819 100 61800 81700 13300 2330 280 4.1 0 0 48.3 2000 9 999999999 69 0.1030 0 88 999.000 999.0 99.0 +1.40616E7 41.7 -4.4 5 96800 541 1325 432 365 710 76 37900 67400 10300 1510 240 3.1 0 0 56.3 2000 9 999999999 60 0.1030 0 88 999.000 999.0 99.0 +1.40652E7 40.6 -2.8 6 96800 279 1325 428 147 476 48 15300 37400 7500 890 290 3.1 0 0 56.3 2000 9 999999999 69 0.1030 0 88 999.000 999.0 99.0 +1.40688E7 38.9 -1.1 8 96900 44 806 421 24 66 17 2200 2100 2100 290 270 2.6 0 0 56.3 2000 9 999999999 80 0.1030 0 88 999.000 999.0 99.0 +1.40724E7 36.7 -0.6 9 96900 0 0 410 0 0 0 0 0 0 0 250 2.1 0 0 56.3 2000 9 999999999 80 0.1200 0 88 999.000 999.0 99.0 +1.4076E7 34.4 2.2 13 97000 0 0 402 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 100 0.1200 0 88 999.000 999.0 99.0 +1.40796E7 34.4 0.0 11 97000 0 0 399 0 0 0 0 0 0 0 240 3.1 0 0 56.3 2000 9 999999999 89 0.1200 0 88 999.000 999.0 99.0 +1.40832E7 31.7 3.3 17 97000 0 0 390 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 110 0.1200 0 88 999.000 999.0 99.0 +1.40868E7 31.1 3.9 18 97100 0 0 388 0 0 0 0 0 0 0 330 1.5 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.40904E7 30.0 3.9 19 97100 0 0 382 0 0 0 0 0 0 0 330 2.1 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.4094E7 30.0 2.8 18 97100 0 0 381 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.40976E7 28.9 3.9 20 97100 0 0 377 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.41012E7 27.2 5.0 24 97200 0 0 370 0 0 0 0 0 0 0 100 3.6 0 0 56.3 2000 9 999999999 120 0.1210 0 88 999.000 999.0 99.0 +1.41048E7 26.7 3.9 23 97300 55 916 366 30 126 18 2800 5000 2500 310 70 3.1 0 0 48.3 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +1.41084E7 27.8 3.3 21 97300 299 1324 370 169 558 43 17300 45900 6900 830 70 4.1 0 0 48.3 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +1.4112E7 29.4 4.4 20 97400 560 1324 380 385 753 66 40600 72400 9900 1420 80 4.1 0 0 48.3 2000 9 999999999 120 0.0740 0 88 999.000 999.0 99.0 +1.41156E7 32.2 4.4 17 97400 802 1324 394 602 850 86 62700 84100 11600 1920 60 3.6 0 0 40.2 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +1.41192E7 35.0 4.4 15 97400 1010 1324 409 790 900 102 81800 90000 13000 2850 80 3.6 0 0 40.2 2000 9 999999999 120 0.0740 0 88 999.000 999.0 99.0 +1.41228E7 36.7 0.6 10 97400 1169 1324 412 943 939 113 97400 94200 14100 4610 360 1.5 0 0 40.2 2000 9 999999999 89 0.0740 0 88 999.000 999.0 99.0 +1.41264E7 38.3 1.1 10 97400 1268 1324 421 1033 953 119 106400 95700 14600 7730 90 1.5 0 0 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +1.413E7 39.4 1.1 9 97400 1300 1324 427 1064 959 121 109500 96300 14700 10340 80 1.5 0 0 56.3 2000 9 999999999 89 0.0740 0 88 999.000 999.0 99.0 +1.41336E7 41.1 -0.6 7 97300 1264 1324 434 1034 957 119 106400 96100 14600 7490 250 2.1 0 0 56.3 2000 9 999999999 80 0.0740 0 88 999.000 999.0 99.0 +1.41372E7 41.7 -1.1 7 97200 1160 1324 437 938 941 112 96800 94400 14000 4440 10 3.1 0 0 56.3 2000 9 999999999 80 0.0740 0 88 999.000 999.0 99.0 +1.41408E7 41.1 0.6 8 97200 998 1324 436 784 906 101 81300 90500 13000 2760 20 2.1 0 0 56.3 2000 9 999999999 89 0.0740 0 88 999.000 999.0 99.0 +1.41444E7 41.7 -0.6 7 97100 787 1324 438 592 854 85 61800 84300 11600 1880 280 3.1 0 0 56.3 2000 9 999999999 80 0.0740 0 88 999.000 999.0 99.0 +1.4148E7 40.6 0.6 8 97100 542 1324 433 371 751 64 39200 71900 9700 1370 320 3.1 0 0 56.3 2000 9 999999999 89 0.0740 0 88 999.000 999.0 99.0 +1.41516E7 39.4 0.0 8 97100 281 1324 426 155 541 41 15900 43700 6600 790 310 2.6 0 0 56.3 2000 9 999999999 80 0.0740 0 88 999.000 999.0 99.0 +1.41552E7 37.8 0.6 10 97100 45 828 418 27 101 16 2300 3800 2100 280 290 2.6 0 0 56.3 2000 9 999999999 89 0.0740 0 88 999.000 999.0 99.0 +1.41588E7 36.7 1.7 11 97100 0 0 414 0 0 0 0 0 0 0 260 2.6 0 0 56.3 2000 9 999999999 100 0.1210 0 88 999.000 999.0 99.0 +1.41624E7 34.4 2.8 14 97200 0 0 403 0 0 0 0 0 0 0 180 1.5 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.4166E7 33.3 2.8 14 97200 0 0 397 0 0 0 0 0 0 0 260 1.5 0 0 56.3 2000 9 999999999 100 0.1210 0 88 999.000 999.0 99.0 +1.41696E7 32.2 3.3 16 97300 0 0 392 0 0 0 0 0 0 0 310 2.1 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.41732E7 30.6 6.1 21 97200 0 0 388 0 0 0 0 0 0 0 340 2.1 0 0 56.3 2000 9 999999999 129 0.1210 0 88 999.000 999.0 99.0 +1.41768E7 30.6 2.8 17 97200 0 0 384 0 0 0 0 0 0 0 310 2.1 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.41804E7 28.9 3.9 20 97300 0 0 377 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.4184E7 27.8 4.4 23 97300 0 0 372 0 0 0 0 0 0 0 160 1.5 0 0 56.3 2000 9 999999999 120 0.1210 0 88 999.000 999.0 99.0 +1.41876E7 27.2 4.4 23 97300 0 0 369 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.1210 0 88 999.000 999.0 99.0 +1.41912E7 28.3 3.3 20 97400 55 894 373 25 50 20 2500 1700 2400 350 180 1.5 0 0 56.3 2000 9 999999999 110 0.1430 0 88 999.000 999.0 99.0 +1.41948E7 29.4 4.4 20 97400 298 1324 380 152 412 59 15500 32900 8100 1060 80 2.6 0 0 56.3 2000 9 999999999 120 0.1430 0 88 999.000 999.0 99.0 +1.41984E7 30.6 5.0 20 97500 559 1324 387 364 640 93 38100 61500 12100 1880 90 2.6 0 0 64.4 2000 9 999999999 120 0.1430 0 88 999.000 999.0 99.0 +1.4202E7 32.8 2.2 14 97500 802 1324 394 586 763 123 62400 77300 15600 3000 80 3.1 0 0 64.4 2000 9 999999999 100 0.1430 0 88 999.000 999.0 99.0 +1.42056E7 35.6 2.2 12 97500 1010 1324 409 778 828 146 81600 83200 18000 4360 100 3.6 0 0 64.4 2000 9 999999999 100 0.1430 0 88 999.000 999.0 99.0 +1.42092E7 37.8 3.3 12 97400 1169 1324 422 926 864 161 98000 87300 20800 7410 150 3.1 0 0 64.4 2000 9 999999999 110 0.1430 0 88 999.000 999.0 99.0 +1.42128E7 38.9 4.4 12 97400 1268 1324 430 1016 882 169 108300 89300 22600 12630 260 2.1 0 0 64.4 2000 9 999999999 120 0.1430 0 88 999.000 999.0 99.0 +1.42164E7 41.1 2.8 9 97300 1300 1324 439 1051 893 172 112300 90500 23300 17030 140 1.5 0 0 64.4 2000 9 999999999 100 0.1430 0 88 999.000 999.0 99.0 +1.422E7 41.7 3.3 9 97200 1264 1324 444 1015 885 169 108300 89600 22500 12270 240 3.1 0 0 72.4 2000 9 999999999 100 0.1430 0 88 999.000 999.0 99.0 +1.42236E7 42.2 2.2 8 97100 1161 1324 445 922 868 160 97700 87700 20600 7150 280 3.1 0 0 72.4 2000 9 999999999 89 0.1430 0 88 999.000 999.0 99.0 +1.42272E7 42.2 3.3 9 97100 998 1324 446 766 824 144 80300 82800 17800 4210 240 4.1 0 0 72.4 2000 9 999999999 110 0.1430 0 88 999.000 999.0 99.0 +1.42308E7 41.7 2.8 9 97000 788 1324 443 571 756 121 60900 76400 15300 2910 260 3.6 0 0 72.4 2000 9 999999999 100 0.1430 0 88 999.000 999.0 99.0 +1.42344E7 41.7 6.1 11 96900 543 1324 448 349 631 91 36700 60300 11900 1820 290 1.5 0 0 56.3 2000 9 999999999 120 0.1430 0 88 999.000 999.0 99.0 +1.4238E7 40.0 6.1 13 96900 282 1324 438 138 388 56 14200 30300 7700 1010 300 3.1 0 0 56.3 2000 9 999999999 129 0.1430 0 88 999.000 999.0 99.0 +1.42416E7 38.9 7.2 14 96900 46 827 434 21 37 17 2100 1600 2000 350 280 3.1 0 0 56.3 2000 9 999999999 129 0.1430 0 88 999.000 999.0 99.0 +1.42452E7 37.8 7.2 15 96900 0 0 428 0 0 0 0 0 0 0 280 2.1 0 0 56.3 2000 9 999999999 139 0.1210 0 88 999.000 999.0 99.0 +1.42488E7 36.1 7.8 18 96900 0 0 419 0 0 0 0 0 0 0 250 3.1 0 0 56.3 2000 9 999999999 150 0.1210 0 88 999.000 999.0 99.0 +1.42524E7 34.4 7.8 19 96900 0 0 410 0 0 0 0 0 0 0 250 2.6 0 0 56.3 2000 9 999999999 139 0.1210 0 88 999.000 999.0 99.0 +1.4256E7 33.3 8.9 22 96900 0 0 406 0 0 0 0 0 0 0 250 3.1 0 0 56.3 2000 9 999999999 150 0.1210 0 88 999.000 999.0 99.0 +1.42596E7 32.2 8.3 23 96900 0 0 399 0 0 0 0 0 0 0 300 2.1 0 0 56.3 2000 9 999999999 150 0.1210 0 88 999.000 999.0 99.0 +1.42632E7 31.7 8.3 23 96900 0 0 397 0 0 0 0 0 0 0 70 1.5 0 0 56.3 2000 9 999999999 150 0.1210 0 88 999.000 999.0 99.0 +1.42668E7 31.7 8.3 23 96900 0 0 397 0 0 0 0 0 0 0 90 1.0 0 0 56.3 2000 9 999999999 150 0.1210 0 88 999.000 999.0 99.0 +1.42704E7 29.4 9.4 29 96900 0 0 386 0 0 0 0 0 0 0 100 3.1 0 0 56.3 2000 9 999999999 160 0.1210 0 88 999.000 999.0 99.0 +1.4274E7 29.4 8.3 27 96900 0 0 385 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 150 0.1210 0 88 999.000 999.0 99.0 +1.42776E7 28.3 8.9 30 97000 55 894 380 29 107 18 2700 4300 2400 310 80 3.6 0 0 56.3 2000 9 999999999 160 0.0850 0 88 999.000 999.0 99.0 +1.42812E7 29.4 8.3 27 97000 298 1324 385 164 526 46 17100 42500 7600 870 90 4.1 0 0 80.5 2000 9 999999999 150 0.0850 0 88 999.000 999.0 99.0 +1.42848E7 31.7 8.9 24 97100 558 1324 397 378 728 70 39600 69800 10000 1470 60 3.1 0 0 64.4 2000 9 999999999 150 0.0850 0 88 999.000 999.0 99.0 +1.42884E7 33.3 9.4 23 97100 801 1324 406 591 824 92 63100 82600 13000 2250 80 2.6 0 0 56.3 2000 9 999999999 160 0.0850 0 88 999.000 999.0 99.0 +1.4292E7 35.6 9.4 20 97100 1009 1324 419 781 880 108 80700 87900 13500 2910 310 3.1 0 0 64.4 2000 9 999999999 160 0.0850 0 88 999.000 999.0 99.0 +1.42956E7 38.3 8.3 16 97100 1168 1324 432 928 914 120 95600 91600 14600 4780 20 2.1 0 0 72.4 2000 9 999999999 150 0.0850 0 88 999.000 999.0 99.0 +1.42992E7 39.4 8.9 16 97000 1268 1324 439 1017 928 126 104500 93100 15100 8070 110 2.1 0 0 48.3 2000 9 999999999 160 0.0850 0 88 999.000 999.0 99.0 +1.43028E7 40.6 8.9 15 97000 1300 1324 446 1046 933 128 107400 93600 15300 10880 10 3.1 0 0 48.3 2000 9 999999999 160 0.0850 0 88 999.000 999.0 99.0 +1.43064E7 41.7 6.7 12 96900 1264 1324 449 1019 934 126 104800 93700 15100 7860 320 3.6 0 0 64.4 2000 9 999999999 129 0.0850 0 88 999.000 999.0 99.0 +1.431E7 42.8 6.1 11 96900 1161 1324 454 924 916 119 95200 91800 14500 4630 320 4.1 0 0 64.4 2000 9 999999999 129 0.0850 0 88 999.000 999.0 99.0 +1.43136E7 41.7 5.0 11 96800 999 1324 446 777 886 107 80400 88500 13400 2840 300 4.6 0 0 64.4 2000 9 999999999 120 0.0850 0 88 999.000 999.0 99.0 +1.43172E7 42.8 3.9 9 96700 789 1324 451 586 831 91 62600 83200 12900 2200 350 3.6 0 0 64.4 2000 9 999999999 110 0.0850 0 88 999.000 999.0 99.0 +1.43208E7 42.2 2.8 9 96700 545 1324 446 368 728 69 38600 69500 9900 1440 270 5.2 0 0 64.4 2000 9 999999999 110 0.0850 0 88 999.000 999.0 99.0 +1.43244E7 41.1 5.0 11 96700 284 1324 443 153 512 44 16000 40600 7300 830 280 3.6 0 0 64.4 2000 9 999999999 120 0.0850 0 88 999.000 999.0 99.0 +1.4328E7 39.4 5.6 12 96700 46 827 434 26 88 16 2300 3300 2100 280 280 4.6 0 0 56.3 2000 9 999999999 120 0.0850 0 88 999.000 999.0 99.0 +1.43316E7 38.3 4.4 12 96700 0 0 426 0 0 0 0 0 0 0 270 4.1 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.43352E7 36.7 3.9 13 96800 0 0 417 0 0 0 0 0 0 0 250 3.1 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.43388E7 34.4 3.9 15 96800 0 0 405 0 0 0 0 0 0 0 260 2.6 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.43424E7 33.9 3.3 15 96900 0 0 401 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.4346E7 32.2 2.8 15 96900 0 0 392 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.1210 0 88 999.000 999.0 99.0 +1.43496E7 31.1 5.0 19 96900 0 0 389 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.1210 0 88 999.000 999.0 99.0 +1.43532E7 30.6 3.9 18 96900 0 0 385 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.43568E7 29.4 4.4 20 97000 0 0 380 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.43604E7 28.9 5.6 23 97100 0 0 379 0 0 0 0 0 0 0 100 4.1 0 0 56.3 2000 9 999999999 129 0.1210 0 88 999.000 999.0 99.0 +1.4364E7 28.3 3.3 20 97100 55 893 373 29 101 18 2600 4000 2400 310 70 3.6 0 0 56.3 2000 9 999999999 110 0.0890 0 88 999.000 999.0 99.0 +1.43676E7 28.9 4.4 21 97200 297 1324 377 164 519 47 17000 41900 7600 880 80 4.1 0 0 56.3 2000 9 999999999 120 0.0890 0 88 999.000 999.0 99.0 +1.43712E7 31.7 3.3 17 97300 558 1324 390 380 729 72 39600 69800 10200 1490 80 3.6 0 0 64.4 2000 9 999999999 110 0.0890 0 88 999.000 999.0 99.0 +1.43748E7 33.9 2.8 14 97300 801 1324 401 599 831 95 63600 83200 13200 2300 80 2.1 0 0 72.4 2000 9 999999999 100 0.0890 0 88 999.000 999.0 99.0 +1.43784E7 36.7 2.2 11 97300 1009 1324 414 789 887 112 81500 88600 13900 2940 90 1.5 0 0 48.3 2000 9 999999999 100 0.0890 0 88 999.000 999.0 99.0 +1.4382E7 38.9 -1.7 8 97300 1168 1324 421 944 928 124 97200 93000 14900 4860 300 2.1 0 0 56.3 2000 9 999999999 80 0.0890 0 88 999.000 999.0 99.0 +1.43856E7 40.0 -0.6 8 97200 1267 1324 428 1033 941 130 106000 94400 15400 8250 260 4.1 0 0 64.4 2000 9 999999999 89 0.0890 0 88 999.000 999.0 99.0 +1.43892E7 40.6 -1.7 7 97100 1300 1324 430 1067 949 133 109400 95200 15700 11240 120 2.1 0 0 64.4 2000 9 999999999 80 0.0890 0 88 999.000 999.0 99.0 +1.43928E7 40.6 0.6 8 97100 1264 1324 433 1030 941 130 105800 94400 15400 8070 10 4.1 0 0 64.4 2000 9 999999999 89 0.0890 0 88 999.000 999.0 99.0 +1.43964E7 40.6 5.0 11 97000 1162 1324 440 925 913 123 95300 91500 14800 4730 30 4.1 0 0 48.3 2000 9 999999999 120 0.0890 0 88 999.000 999.0 99.0 +1.44E7 42.2 3.9 10 96900 1000 1324 447 777 882 111 80400 88100 13800 2880 360 2.6 0 0 56.3 2000 9 999999999 120 0.0890 0 88 999.000 999.0 99.0 +1.44036E7 42.2 5.6 11 96900 790 1324 459 561 762 106 58900 75900 13500 2430 320 4.1 1 1 56.3 2000 9 999999999 129 0.0890 0 88 999.000 999.0 99.0 +1.44072E7 41.7 5.0 11 96900 546 1324 466 331 531 113 34300 50300 13500 2180 300 3.1 6 3 56.3 2000 9 999999999 120 0.0890 0 88 999.000 999.0 99.0 +1.44108E7 40.6 6.1 12 96900 285 1324 472 94 70 79 10200 5600 9000 1710 270 4.1 8 6 56.3 7620 9 999999999 129 0.0890 0 88 999.000 999.0 99.0 +1.44144E7 37.8 8.9 17 96900 47 849 452 21 14 20 2300 800 2200 480 240 6.2 8 4 40.2 2000 9 999999999 150 0.0890 0 88 999.000 999.0 99.0 +1.4418E7 37.2 9.4 18 97000 0 0 450 0 0 0 0 0 0 0 220 4.1 8 4 48.3 2000 9 999999999 160 0.1210 0 88 999.000 999.0 99.0 +1.44216E7 35.6 9.4 20 97200 0 0 470 0 0 0 0 0 0 0 120 5.2 10 9 6.4 2440 9 999999999 160 0.1210 0 88 999.000 999.0 99.0 +1.44252E7 33.9 11.1 25 97300 0 0 436 0 0 0 0 0 0 0 70 6.2 8 5 16.1 6100 9 999999999 179 0.1210 0 88 999.000 999.0 99.0 +1.44288E7 36.1 6.1 16 97100 0 0 458 0 0 0 0 0 0 0 90 6.7 10 8 24.1 2440 9 999999999 129 0.1210 0 88 999.000 999.0 99.0 +1.44324E7 37.2 6.1 15 97100 0 0 464 0 0 0 0 0 0 0 100 4.6 10 8 32.2 2440 9 999999999 129 0.1210 0 88 999.000 999.0 99.0 +1.4436E7 33.3 11.1 26 97100 0 0 437 0 0 0 0 0 0 0 50 2.1 9 6 48.3 6100 9 999999999 179 0.1210 0 88 999.000 999.0 99.0 +1.44396E7 31.7 13.3 33 97100 0 0 436 0 0 0 0 0 0 0 0 0.0 10 7 56.3 2440 9 999999999 209 0.1210 0 88 999.000 999.0 99.0 +1.44432E7 31.1 12.2 31 97200 0 0 426 0 0 0 0 0 0 0 150 3.1 8 6 48.3 4570 9 999999999 189 0.1210 0 88 999.000 999.0 99.0 +1.44468E7 31.7 10.6 27 97200 0 0 423 0 0 0 0 0 0 0 230 2.1 7 5 56.3 4570 9 999999999 170 0.1210 0 88 999.000 999.0 99.0 +1.44504E7 31.1 11.7 30 97300 54 893 415 22 23 19 2300 1000 2200 390 130 2.1 5 3 56.3 2000 9 999999999 179 0.1400 0 88 999.000 999.0 99.0 +1.4454E7 32.8 11.1 27 97300 297 1323 424 140 278 77 14400 21900 9500 1420 150 2.1 4 3 56.3 2000 9 999999999 179 0.1400 0 88 999.000 999.0 99.0 +1.44576E7 32.8 11.7 28 97400 557 1323 424 268 368 113 28900 35800 13800 2190 100 5.2 3 3 56.3 2000 9 999999999 189 0.1400 0 88 999.000 999.0 99.0 +1.44612E7 34.4 11.1 24 97400 800 1323 428 500 521 184 53700 53500 21300 4330 100 3.1 2 2 48.3 2000 9 999999999 179 0.1400 0 88 999.000 999.0 99.0 +1.44648E7 37.2 10.0 19 97400 1008 1323 428 761 808 144 79800 81200 17800 4300 120 3.1 0 0 48.3 2000 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.44684E7 38.3 10.0 18 97400 1167 1323 434 909 848 159 96400 85700 20600 7310 170 2.1 0 0 56.3 2000 9 999999999 170 0.1400 0 88 999.000 999.0 99.0 +1.4472E7 40.0 8.9 15 97300 1267 1323 442 1003 870 167 107000 88200 22400 12480 120 3.1 0 0 48.3 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.44756E7 41.7 10.0 15 97200 1300 1323 454 1035 878 170 110700 89000 23100 16940 200 2.6 0 0 48.3 2000 9 999999999 170 0.1400 0 88 999.000 999.0 99.0 +1.44792E7 41.7 10.0 15 97200 1264 1323 454 997 867 167 106500 87800 22300 12250 40 2.1 0 0 48.3 2000 9 999999999 170 0.1400 0 88 999.000 999.0 99.0 +1.44828E7 42.2 8.3 13 97100 1162 1323 463 876 808 166 92500 81500 20800 7420 280 3.6 1 1 48.3 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.44864E7 42.8 8.9 13 97000 1001 1323 474 748 752 178 79500 76700 21400 5670 240 5.2 2 2 56.3 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.449E7 42.2 8.3 13 97000 791 1323 469 548 634 169 57000 63100 19200 3890 260 5.2 2 2 56.3 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.44936E7 41.7 8.9 14 97000 547 1323 467 315 480 117 33800 46500 14500 2270 300 3.1 2 2 56.3 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.44972E7 41.1 7.8 13 97000 286 1323 462 139 343 65 14600 26700 8900 1180 260 6.2 2 2 56.3 2000 9 999999999 139 0.1400 0 88 999.000 999.0 99.0 +1.45008E7 39.4 3.3 11 97000 48 849 439 18 35 14 1800 1200 1700 230 270 4.1 1 1 56.3 2000 9 999999999 110 0.1400 0 88 999.000 999.0 99.0 +1.45044E7 37.2 0.6 10 97000 0 0 415 0 0 0 0 0 0 0 250 3.1 0 0 56.3 2000 9 999999999 89 0.1210 0 88 999.000 999.0 99.0 +1.4508E7 35.0 2.8 13 97100 0 0 406 0 0 0 0 0 0 0 230 3.1 0 0 56.3 2000 9 999999999 100 0.1210 0 88 999.000 999.0 99.0 +1.45116E7 33.9 2.2 13 97100 0 0 400 0 0 0 0 0 0 0 270 2.1 0 0 56.3 2000 9 999999999 100 0.1210 0 88 999.000 999.0 99.0 +1.45152E7 32.8 2.8 15 97100 0 0 395 0 0 0 0 0 0 0 280 2.6 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.45188E7 31.7 3.9 17 97100 0 0 391 0 0 0 0 0 0 0 350 2.1 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.45224E7 31.7 2.2 15 97100 0 0 388 0 0 0 0 0 0 0 50 1.5 0 0 56.3 2000 9 999999999 100 0.1210 0 88 999.000 999.0 99.0 +1.4526E7 30.0 3.3 18 97100 0 0 381 0 0 0 0 0 0 0 130 2.1 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.45296E7 29.4 4.4 20 97100 0 0 380 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 110 0.1210 0 88 999.000 999.0 99.0 +1.45332E7 27.8 4.4 23 97100 0 0 379 0 0 0 0 0 0 0 80 3.1 1 1 56.3 2000 9 999999999 120 0.1210 0 88 999.000 999.0 99.0 +1.45368E7 27.2 5.0 24 97200 54 893 377 23 96 13 2100 3800 1900 220 90 3.6 1 1 112.7 2000 9 999999999 120 0.0550 0 88 999.000 999.0 99.0 +1.45404E7 28.3 5.0 23 97300 296 1323 375 170 592 37 17600 49000 6700 760 90 3.6 0 0 72.4 2000 9 999999999 120 0.0550 0 88 999.000 999.0 99.0 +1.4544E7 31.1 3.9 18 97300 556 1323 388 386 781 56 40500 74500 9100 1290 90 4.1 0 0 40.2 2000 9 999999999 110 0.0550 0 88 999.000 999.0 99.0 +1.45476E7 33.9 6.1 18 97300 799 1323 405 596 862 74 62300 85300 10600 1820 140 2.6 0 0 32.2 2000 9 999999999 129 0.0550 0 88 999.000 999.0 99.0 +1.45512E7 35.6 5.0 15 97300 1007 1323 413 784 912 88 81500 91300 11900 2640 110 2.6 0 0 32.2 2000 9 999999999 120 0.0550 0 88 999.000 999.0 99.0 +1.45548E7 38.3 4.4 12 97300 1167 1323 426 939 951 97 97200 95500 12800 4150 130 3.1 0 0 32.2 2000 9 999999999 110 0.0550 0 88 999.000 999.0 99.0 +1.45584E7 38.9 2.8 11 97200 1267 1323 427 1031 967 103 106600 97200 13300 6880 30 2.6 0 0 32.2 2000 9 999999999 110 0.0550 0 88 999.000 999.0 99.0 +1.4562E7 40.6 3.9 10 97100 1300 1323 438 1062 972 105 109700 97700 13500 9260 290 3.1 0 0 40.2 2000 9 999999999 110 0.0550 0 88 999.000 999.0 99.0 +1.45656E7 41.1 2.8 9 97000 1264 1323 439 1031 969 103 106600 97400 13300 6780 270 4.1 0 0 48.3 2000 9 999999999 100 0.0550 0 88 999.000 999.0 99.0 +1.45692E7 41.1 1.7 9 97000 1163 1323 438 938 955 97 97200 95900 12800 4090 270 4.6 0 0 56.3 2000 9 999999999 100 0.0550 0 88 999.000 999.0 99.0 +1.45728E7 41.7 2.8 9 96900 1001 1323 443 790 928 87 82300 92800 11900 2600 240 5.2 0 0 56.3 2000 9 999999999 100 0.0550 0 88 999.000 999.0 99.0 +1.45764E7 41.1 2.2 9 96800 792 1323 439 599 878 74 62800 86900 10700 1810 260 3.1 0 0 56.3 2000 9 999999999 100 0.0550 0 88 999.000 999.0 99.0 +1.458E7 40.0 1.1 9 96800 548 1323 431 383 791 56 40400 75300 9100 1280 300 4.6 0 0 56.3 2000 9 999999999 89 0.0550 0 88 999.000 999.0 99.0 +1.45836E7 39.4 0.6 9 96800 287 1323 427 166 599 36 17300 49100 6600 740 250 6.2 0 0 56.3 2000 9 999999999 89 0.0550 0 88 999.000 999.0 99.0 +1.45872E7 37.8 0.0 9 96800 49 849 417 31 148 16 2600 6700 2200 290 270 3.1 0 0 56.3 2000 9 999999999 89 0.0550 0 88 999.000 999.0 99.0 +1.45908E7 36.1 0.6 11 96800 0 0 409 0 0 0 0 0 0 0 210 1.5 0 0 56.3 2000 9 999999999 89 0.1210 0 88 999.000 999.0 99.0 +1.45944E7 33.9 1.7 13 96900 0 0 399 0 0 0 0 0 0 0 240 3.1 0 0 56.3 2000 9 999999999 100 0.1210 0 88 999.000 999.0 99.0 +1.4598E7 32.8 -1.7 11 96900 0 0 389 0 0 0 0 0 0 0 260 3.1 0 0 56.3 2000 9 999999999 80 0.1210 0 88 999.000 999.0 99.0 +1.46016E7 30.6 0.0 14 96900 0 0 380 0 0 0 0 0 0 0 250 2.6 0 0 56.3 2000 9 999999999 89 0.1210 0 88 999.000 999.0 99.0 +1.46052E7 29.4 0.0 15 96900 0 0 374 0 0 0 0 0 0 0 260 2.1 0 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.46088E7 29.4 0.6 15 96900 0 0 375 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.46124E7 27.8 3.3 21 96900 0 0 370 0 0 0 0 0 0 0 110 2.6 0 0 56.3 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +1.4616E7 26.7 2.2 21 96900 0 0 364 0 0 0 0 0 0 0 70 2.6 0 0 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.46196E7 25.6 1.7 21 96900 0 0 358 0 0 0 0 0 0 0 80 2.1 0 0 80.5 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.46232E7 25.0 2.2 23 97000 54 893 355 25 57 19 2400 2000 2300 330 80 4.1 0 0 64.4 2000 9 999999999 100 0.1300 0 88 999.000 999.0 99.0 +1.46268E7 27.2 1.7 19 97000 295 1323 365 153 436 56 15700 34800 8000 1020 60 3.6 0 0 64.4 2000 9 999999999 100 0.1300 0 88 999.000 999.0 99.0 +1.46304E7 29.4 0.6 15 97100 555 1323 375 368 665 88 38700 64000 11800 1790 70 3.1 0 0 48.3 2000 9 999999999 89 0.1300 0 88 999.000 999.0 99.0 +1.4634E7 31.7 0.0 13 97100 798 1323 385 588 780 116 61100 77400 14300 2600 70 3.1 0 0 40.2 2000 9 999999999 89 0.1300 0 88 999.000 999.0 99.0 +1.46376E7 33.9 -1.1 11 97100 1007 1323 395 784 848 137 82700 85400 17500 4150 60 3.1 0 0 48.3 2000 9 999999999 80 0.1300 0 88 999.000 999.0 99.0 +1.46412E7 36.1 0.0 10 97100 1166 1323 408 930 881 152 99100 89200 20300 7030 340 1.5 0 0 48.3 2000 9 999999999 89 0.1300 0 88 999.000 999.0 99.0 +1.46448E7 37.8 -1.1 8 97000 1266 1323 416 1029 906 160 105000 90700 17900 9530 200 2.1 0 0 48.3 2000 9 999999999 80 0.1300 0 88 999.000 999.0 99.0 +1.46484E7 38.9 -0.6 8 97000 1300 1323 422 1059 910 163 107900 91100 18200 13230 340 2.6 0 0 64.4 2000 9 999999999 80 0.1300 0 88 999.000 999.0 99.0 +1.4652E7 41.1 -3.9 6 96900 1265 1323 429 1030 909 160 105100 91000 17900 9400 290 2.1 0 0 72.4 2000 9 999999999 69 0.1300 0 88 999.000 999.0 99.0 +1.46556E7 41.1 -4.4 5 96800 1163 1323 428 936 890 152 95700 89000 17300 5280 320 2.1 0 0 72.4 2000 9 999999999 60 0.1300 0 88 999.000 999.0 99.0 +1.46592E7 42.2 -2.8 6 96700 1002 1323 437 781 849 137 82400 85500 17500 4110 240 3.6 0 0 72.4 2000 9 999999999 69 0.1300 0 88 999.000 999.0 99.0 +1.46628E7 41.1 0.6 8 96700 792 1323 436 581 777 115 60400 77100 14200 2560 320 5.2 0 0 72.4 2000 9 999999999 89 0.1300 0 88 999.000 999.0 99.0 +1.46664E7 40.0 0.6 8 96600 549 1323 430 360 660 87 38000 63400 11600 1760 340 2.6 0 0 72.4 2000 9 999999999 89 0.1300 0 88 999.000 999.0 99.0 +1.467E7 38.9 1.1 9 96600 288 1323 425 147 426 55 15200 33700 7800 1000 320 3.1 0 0 56.3 2000 9 999999999 89 0.1300 0 88 999.000 999.0 99.0 +1.46736E7 37.2 0.6 10 96700 49 849 415 25 53 19 2400 1800 2300 330 300 1.5 0 0 56.3 2000 9 999999999 89 0.1300 0 88 999.000 999.0 99.0 +1.46772E7 36.1 1.1 11 96700 0 0 410 0 0 0 0 0 0 0 260 2.1 0 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.46808E7 33.9 2.8 14 96800 0 0 401 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.46844E7 32.2 2.2 15 96800 0 0 391 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.4688E7 31.7 0.0 13 96800 0 0 385 0 0 0 0 0 0 0 260 2.1 0 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.46916E7 30.6 0.6 14 96800 0 0 381 0 0 0 0 0 0 0 330 1.5 0 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.46952E7 29.4 2.2 17 96800 0 0 377 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.46988E7 27.8 2.8 20 96900 0 0 370 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +1.47024E7 26.7 4.4 24 96900 0 0 366 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 120 0.1220 0 88 999.000 999.0 99.0 +1.4706E7 25.6 2.2 22 96900 0 0 358 0 0 0 0 0 0 0 50 3.1 0 0 80.5 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.47096E7 25.0 2.8 24 97000 53 893 356 31 151 16 2600 7000 2200 290 80 4.1 0 0 64.4 2000 9 999999999 110 0.0570 0 88 999.000 999.0 99.0 +1.47132E7 26.7 3.3 22 97100 294 1323 365 171 598 37 17700 49400 6700 760 90 4.1 0 0 64.4 2000 9 999999999 110 0.0570 0 88 999.000 999.0 99.0 +1.47168E7 29.4 3.9 20 97100 555 1323 379 387 785 57 40600 74900 9200 1300 100 4.1 0 0 64.4 2000 9 999999999 110 0.0570 0 88 999.000 999.0 99.0 +1.47204E7 31.7 3.3 17 97200 797 1323 390 604 875 75 63100 86600 10800 1830 100 3.1 0 0 56.3 2000 9 999999999 110 0.0570 0 88 999.000 999.0 99.0 +1.4724E7 33.9 3.3 15 97200 1006 1323 401 793 923 89 82400 92300 12000 2650 120 3.1 0 0 56.3 2000 9 999999999 110 0.0570 0 88 999.000 999.0 99.0 +1.47276E7 36.7 0.6 10 97100 1166 1323 412 945 958 99 97900 96200 13000 4200 60 1.5 0 0 56.3 2000 9 999999999 89 0.0570 0 88 999.000 999.0 99.0 +1.47312E7 38.3 1.1 10 97100 1266 1323 421 1035 970 105 107000 97500 13500 6970 220 2.1 0 0 64.4 2000 9 999999999 100 0.0570 0 88 999.000 999.0 99.0 +1.47348E7 40.0 -3.9 6 97000 1300 1323 423 1075 983 107 111000 98800 13700 9420 140 3.6 0 0 64.4 2000 9 999999999 69 0.0570 0 88 999.000 999.0 99.0 +1.47384E7 41.1 -1.7 7 97000 1265 1323 433 1039 976 104 107400 98100 13400 6860 210 2.1 0 0 64.4 2000 9 999999999 80 0.0570 0 88 999.000 999.0 99.0 +1.4742E7 41.7 -2.2 6 96900 1163 1323 435 949 966 99 98500 97000 13000 4160 170 3.1 0 0 72.4 2000 9 999999999 69 0.0570 0 88 999.000 999.0 99.0 +1.47456E7 41.1 -1.7 7 96900 1002 1323 441 708 767 126 75400 77500 16500 3870 270 1.5 2 1 72.4 2000 9 999999999 80 0.0570 0 88 999.000 999.0 99.0 +1.47492E7 41.1 0.0 8 96900 793 1323 443 558 779 90 59600 78100 12600 2200 280 6.2 2 1 72.4 2000 9 999999999 89 0.0570 0 88 999.000 999.0 99.0 +1.47528E7 40.6 -1.7 7 96800 550 1323 438 363 715 66 38300 68600 9700 1410 270 4.1 2 1 72.4 2000 9 999999999 80 0.0570 0 88 999.000 999.0 99.0 +1.47564E7 38.9 -3.3 7 96800 289 1323 426 159 537 42 16300 43800 6700 810 280 3.6 2 1 56.3 2000 9 999999999 69 0.0570 0 88 999.000 999.0 99.0 +1.476E7 37.2 -3.9 7 96800 50 871 422 28 107 17 2500 4100 2300 300 300 2.6 2 2 56.3 2000 9 999999999 69 0.0570 0 88 999.000 999.0 99.0 +1.47636E7 35.6 -2.2 9 96900 0 0 416 0 0 0 0 0 0 0 230 1.5 2 2 56.3 2000 9 999999999 80 0.1220 0 88 999.000 999.0 99.0 +1.47672E7 33.3 0.0 12 96900 0 0 407 0 0 0 0 0 0 0 270 2.6 2 2 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.47708E7 32.8 -0.6 12 97000 0 0 390 0 0 0 0 0 0 0 270 3.1 1 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.47744E7 30.6 0.6 14 97000 0 0 381 0 0 0 0 0 0 0 300 2.1 1 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.4778E7 30.0 0.6 15 97000 0 0 378 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.47816E7 28.9 1.7 17 97000 0 0 374 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.47852E7 28.3 1.1 17 97000 0 0 370 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.47888E7 27.2 2.2 20 97000 0 0 373 0 0 0 0 0 0 0 120 1.5 1 1 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.47924E7 26.7 3.9 23 97100 0 0 373 0 0 0 0 0 0 0 120 2.1 5 1 80.5 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +1.4796E7 26.1 2.8 22 97100 53 893 368 24 55 19 2400 1900 2300 330 80 2.6 4 1 80.5 2000 9 999999999 100 0.1060 0 88 999.000 999.0 99.0 +1.47996E7 26.7 1.7 20 97100 293 1322 370 142 358 63 15100 28200 8800 1130 80 4.1 4 1 72.4 2000 9 999999999 100 0.1060 0 88 999.000 999.0 99.0 +1.48032E7 28.3 1.7 18 97200 554 1322 387 285 296 160 30400 29600 18000 3380 80 3.6 8 3 80.5 2000 9 999999999 100 0.1060 0 88 999.000 999.0 99.0 +1.48068E7 30.6 0.6 14 97300 797 1322 400 495 373 270 53000 39600 29100 6840 90 3.1 9 4 80.5 2000 9 999999999 89 0.1060 0 88 999.000 999.0 99.0 +1.48104E7 33.3 0.0 12 97300 1005 1322 414 749 603 289 79400 62700 31700 9370 130 2.1 9 4 80.5 2000 9 999999999 89 0.1060 0 88 999.000 999.0 99.0 +1.4814E7 35.6 1.1 11 97300 1165 1322 428 881 633 322 94700 66200 36200 15890 100 2.1 9 4 80.5 2000 9 999999999 89 0.1060 0 88 999.000 999.0 99.0 +1.48176E7 37.8 0.6 10 97300 1266 1322 440 965 609 380 103200 63700 42200 30350 340 1.5 9 4 80.5 2000 9 999999999 89 0.1060 0 88 999.000 999.0 99.0 +1.48212E7 38.3 -3.9 7 97200 1299 1322 442 924 572 361 99900 59900 41000 38540 10 2.6 9 6 80.5 7620 9 999999999 69 0.1060 0 88 999.000 999.0 99.0 +1.48248E7 40.0 -2.8 7 97200 1265 1322 447 993 712 311 104400 71800 35600 23760 70 3.6 9 4 80.5 2000 9 999999999 80 0.1060 0 88 999.000 999.0 99.0 +1.48284E7 40.6 1.1 9 97100 1164 1322 453 881 753 217 94000 77000 26200 10480 230 1.5 8 3 96.6 2000 9 999999999 100 0.1060 0 88 999.000 999.0 99.0 +1.4832E7 40.6 0.6 8 97000 1003 1322 452 761 730 207 80200 73900 24000 6520 320 3.1 4 3 80.5 2000 9 999999999 89 0.1060 0 88 999.000 999.0 99.0 +1.48356E7 41.1 1.7 9 97000 794 1322 452 582 738 139 61500 74300 16800 3310 350 3.1 3 2 80.5 2000 9 999999999 100 0.1060 0 88 999.000 999.0 99.0 +1.48392E7 38.9 1.7 10 96900 551 1322 444 343 535 120 36600 51900 15000 2340 300 2.6 6 3 80.5 2000 9 999999999 100 0.1060 0 88 999.000 999.0 99.0 +1.48428E7 38.3 0.6 9 96900 290 1322 429 146 354 69 15300 27700 9300 1260 290 2.6 6 1 96.6 2000 9 999999999 89 0.1060 0 88 999.000 999.0 99.0 +1.48464E7 36.7 1.7 11 96900 51 871 414 25 64 18 2400 2200 2200 310 310 1.5 1 0 56.3 2000 9 999999999 100 0.1060 0 88 999.000 999.0 99.0 +1.485E7 35.0 3.9 14 97000 0 0 408 0 0 0 0 0 0 0 290 1.5 1 0 56.3 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +1.48536E7 32.8 3.3 16 97000 0 0 396 0 0 0 0 0 0 0 230 1.5 0 0 56.3 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +1.48572E7 31.7 2.2 15 97100 0 0 388 0 0 0 0 0 0 0 180 1.5 0 0 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.48608E7 30.6 1.1 15 97100 0 0 381 0 0 0 0 0 0 0 240 1.5 0 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.48644E7 29.4 1.1 16 97000 0 0 375 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.4868E7 28.3 1.7 18 97000 0 0 371 0 0 0 0 0 0 0 310 2.6 2 0 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.48716E7 27.2 0.0 17 97000 0 0 363 0 0 0 0 0 0 0 250 2.1 5 0 56.3 2000 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.48752E7 25.6 2.2 22 97000 0 0 365 0 0 0 0 0 0 0 340 2.1 5 1 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.48788E7 25.6 2.2 22 97100 0 0 370 0 0 0 0 0 0 0 80 2.1 6 2 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.48824E7 26.7 1.7 20 97100 52 871 382 22 25 19 2300 1100 2200 390 80 2.6 9 4 80.5 2000 9 999999999 100 0.0820 0 88 999.000 999.0 99.0 +1.4886E7 27.2 0.6 18 97200 292 1322 383 143 270 83 15000 21300 10300 1600 70 3.1 10 4 80.5 2000 9 999999999 89 0.0820 0 88 999.000 999.0 99.0 +1.48896E7 28.9 0.6 16 97300 553 1322 388 374 560 139 39300 54200 16600 2750 80 3.6 9 3 80.5 2000 9 999999999 89 0.0820 0 88 999.000 999.0 99.0 +1.48932E7 31.7 0.0 13 97300 796 1322 408 529 455 254 54900 46500 26900 6150 40 1.5 10 5 80.5 2000 9 999999999 89 0.0820 0 88 999.000 999.0 99.0 +1.48968E7 35.0 -2.8 9 97300 1004 1322 422 750 523 352 78000 54200 36800 11600 300 3.1 10 5 80.5 2000 9 999999999 69 0.0820 0 88 999.000 999.0 99.0 +1.49004E7 35.6 1.7 12 97300 1164 1322 432 830 580 317 89200 60600 35700 15610 240 3.6 8 5 80.5 7620 9 999999999 100 0.0820 0 88 999.000 999.0 99.0 +1.4904E7 37.2 0.0 9 97300 1265 1322 442 884 567 340 95700 59400 38800 27020 240 4.1 9 6 80.5 7620 9 999999999 80 0.0820 0 88 999.000 999.0 99.0 +1.49076E7 37.8 0.0 9 97300 1299 1322 446 1149 752 408 118800 74500 45400 41490 290 4.1 10 6 72.4 7620 9 999999999 89 0.0820 0 88 999.000 999.0 99.0 +1.49112E7 38.9 1.1 9 97200 1265 1322 459 894 524 393 95500 54700 43100 31310 290 4.1 9 7 72.4 7620 9 999999999 89 0.0820 0 88 999.000 999.0 99.0 +1.49148E7 40.6 0.0 8 97100 1164 1322 455 859 637 298 89700 64000 33300 14040 280 5.2 9 4 80.5 2000 9 999999999 89 0.0820 0 88 999.000 999.0 99.0 +1.49184E7 39.4 -0.6 8 97000 1004 1322 450 618 423 297 65500 44000 32100 9630 280 5.2 9 5 80.5 7620 9 999999999 80 0.0820 0 88 999.000 999.0 99.0 +1.4922E7 40.6 0.6 8 96900 795 1322 463 520 486 227 54600 49700 24700 5430 280 4.1 9 6 80.5 7620 9 999999999 89 0.0820 0 88 999.000 999.0 99.0 +1.49256E7 39.4 3.9 11 96900 552 1322 446 339 494 134 35900 47900 16000 2640 270 4.6 7 2 72.4 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +1.49292E7 38.3 3.3 11 96900 291 1322 447 147 177 108 15700 14300 12600 2340 260 5.2 6 4 80.5 7620 9 999999999 100 0.0820 0 88 999.000 999.0 99.0 +1.49328E7 36.1 1.1 11 96900 51 871 423 26 54 21 2600 1800 2500 370 270 4.6 8 2 72.4 2000 9 999999999 89 0.0820 0 88 999.000 999.0 99.0 +1.49364E7 35.0 -2.2 9 96900 0 0 427 0 0 0 0 0 0 0 250 3.6 9 6 56.3 7620 9 999999999 69 0.1220 0 88 999.000 999.0 99.0 +1.494E7 34.4 2.8 14 97000 0 0 416 0 0 0 0 0 0 0 290 2.6 10 2 56.3 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +1.49436E7 33.9 1.7 13 97000 0 0 423 0 0 0 0 0 0 0 270 2.1 8 5 56.3 7620 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.49472E7 33.3 1.7 13 96900 0 0 419 0 0 0 0 0 0 0 280 3.6 8 5 56.3 7620 9 999999999 89 0.1220 0 88 999.000 999.0 99.0 +1.49508E7 32.2 2.2 15 96900 0 0 418 0 0 0 0 0 0 0 0 0.0 9 6 56.3 7620 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.49544E7 31.7 2.8 16 97000 0 0 416 0 0 0 0 0 0 0 0 0.0 9 6 56.3 7620 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +1.4958E7 31.1 2.2 16 97000 0 0 408 0 0 0 0 0 0 0 60 3.1 8 5 56.3 7620 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.49616E7 29.4 2.2 17 97000 0 0 396 0 0 0 0 0 0 0 80 1.5 8 4 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.49652E7 28.9 1.7 17 97100 0 0 390 0 0 0 0 0 0 0 50 2.6 6 3 56.3 2000 9 999999999 100 0.1220 0 88 999.000 999.0 99.0 +1.49688E7 28.3 1.7 18 97200 51 870 387 26 44 21 2600 1900 2500 430 100 2.6 5 3 56.3 2000 9 999999999 100 0.0670 0 88 999.000 999.0 99.0 +1.49724E7 28.9 2.2 18 97200 291 1322 390 143 285 80 14700 22300 9800 1480 80 3.1 5 3 56.3 2000 9 999999999 100 0.0670 0 88 999.000 999.0 99.0 +1.4976E7 31.1 1.1 15 97300 552 1322 400 344 455 154 35800 44000 17400 3080 90 3.1 5 3 64.4 2000 9 999999999 100 0.0670 0 88 999.000 999.0 99.0 +1.49796E7 34.4 2.8 14 97300 795 1322 421 522 606 157 54600 60600 18100 3680 70 3.1 6 3 48.3 2000 9 999999999 110 0.0670 0 88 999.000 999.0 99.0 +1.49832E7 36.7 2.2 11 97300 1003 1322 432 766 751 195 81000 76300 22900 6200 70 2.6 5 3 48.3 2000 9 999999999 100 0.0670 0 88 999.000 999.0 99.0 +1.49868E7 37.8 2.8 11 97200 1164 1322 446 936 785 243 99000 79800 28700 11660 110 2.1 7 5 48.3 7620 9 999999999 100 0.0670 0 88 999.000 999.0 99.0 +1.49904E7 38.9 4.4 12 97200 1265 1322 452 895 583 336 97000 61100 38500 26640 20 2.1 5 4 48.3 2000 9 999999999 120 0.0670 0 88 999.000 999.0 99.0 +1.4994E7 40.6 3.3 10 97100 1299 1322 460 693 386 312 75900 40500 36100 33180 260 4.1 5 4 40.2 2000 9 999999999 110 0.0670 0 88 999.000 999.0 99.0 +1.49976E7 41.1 1.7 9 97000 1265 1322 460 1001 812 222 103600 81100 25800 15820 280 5.2 4 4 48.3 2000 9 999999999 100 0.0670 0 88 999.000 999.0 99.0 +1.50012E7 41.7 2.2 9 96900 1164 1322 465 872 707 248 92200 71800 28800 11900 300 5.2 4 4 64.4 2000 9 999999999 100 0.0670 0 88 999.000 999.0 99.0 +1.50048E7 42.2 2.8 9 96800 1004 1322 465 621 554 200 65600 56200 22800 6340 260 4.6 3 3 48.3 2000 9 999999999 110 0.0670 0 88 999.000 999.0 99.0 +1.50084E7 42.2 2.2 8 96800 795 1322 464 569 662 171 59300 66000 19500 3950 300 2.1 3 3 56.3 2000 9 999999999 89 0.0670 0 88 999.000 999.0 99.0 +1.5012E7 42.2 5.6 11 96700 552 1322 473 321 524 102 33400 50000 12500 2020 300 3.1 5 4 56.3 2000 9 999999999 129 0.0670 0 88 999.000 999.0 99.0 +1.50156E7 41.7 5.6 11 96700 292 1322 466 137 198 93 14300 15600 10800 1850 210 3.6 8 3 56.3 2000 9 999999999 120 0.0670 0 88 999.000 999.0 99.0 +1.50192E7 40.6 3.3 10 96800 52 870 481 13 1 13 1500 0 1500 470 120 6.2 9 8 56.3 3660 9 999999999 110 0.0670 0 88 999.000 999.0 99.0 +1.50228E7 37.2 8.3 17 96800 0 0 478 0 0 0 0 0 0 0 150 4.1 9 9 40.2 3660 9 999999999 150 0.1220 0 88 999.000 999.0 99.0 +1.50264E7 37.2 7.8 16 96900 0 0 477 0 0 0 0 0 0 0 170 4.1 9 9 40.2 3660 9 999999999 139 0.1220 0 88 999.000 999.0 99.0 +1.503E7 36.7 8.3 18 97000 0 0 475 0 0 0 0 0 0 0 130 4.1 10 9 56.3 4880 9 999999999 150 0.1220 0 88 999.000 999.0 99.0 +1.50336E7 35.0 10.6 23 97100 0 0 468 0 0 0 0 0 0 0 140 9.8 9 9 9.7 4880 9 999999999 179 0.1220 0 88 999.000 999.0 99.0 +1.50372E7 33.9 11.7 26 97100 0 0 453 0 0 0 0 0 0 0 130 6.2 10 8 32.2 4880 9 999999999 189 0.1220 0 88 999.000 999.0 99.0 +1.50408E7 32.8 11.1 27 97100 0 0 439 0 0 0 0 0 0 0 150 6.7 10 7 48.3 6710 9 999999999 179 0.1220 0 88 999.000 999.0 99.0 +1.50444E7 32.2 11.1 27 97100 0 0 424 0 0 0 0 0 0 0 150 4.6 6 4 48.3 6710 9 999999999 179 0.1220 0 88 999.000 999.0 99.0 +1.5048E7 31.1 11.1 29 97100 0 0 414 0 0 0 0 0 0 0 150 5.2 4 3 48.3 2000 9 999999999 179 0.1220 0 88 999.000 999.0 99.0 +1.50516E7 30.0 11.7 32 97100 0 0 405 0 0 0 0 0 0 0 100 3.6 3 2 48.3 2000 9 999999999 179 0.1220 0 88 999.000 999.0 99.0 +1.50552E7 30.0 11.7 32 97200 51 870 409 29 58 23 2800 1900 2700 410 80 3.6 4 3 64.4 2000 9 999999999 179 0.0660 0 88 999.000 999.0 99.0 +1.50588E7 30.6 11.7 31 97200 290 1322 412 139 282 77 14400 22000 9500 1420 80 4.1 4 3 64.4 2000 9 999999999 179 0.0660 0 88 999.000 999.0 99.0 +1.50624E7 32.2 11.7 28 97300 550 1322 421 338 492 133 35700 47600 15900 2620 70 3.6 6 3 64.4 2000 9 999999999 179 0.0660 0 88 999.000 999.0 99.0 +1.5066E7 33.9 10.6 24 97200 794 1322 425 584 772 119 60400 76500 14400 2620 60 4.1 6 2 64.4 2000 9 999999999 170 0.0660 0 88 999.000 999.0 99.0 +1.50696E7 35.6 10.6 22 97200 1003 1322 434 758 722 208 79600 73100 24000 6550 340 1.5 6 2 72.4 2000 9 999999999 170 0.0660 0 88 999.000 999.0 99.0 +1.50732E7 36.7 9.4 19 97100 1163 1322 439 877 778 191 91100 77900 22400 8330 80 6.2 5 2 80.5 2000 9 999999999 160 0.0660 0 88 999.000 999.0 99.0 +1.50768E7 36.7 9.4 19 97100 1264 1322 439 982 779 235 105200 79700 28800 18210 20 4.1 6 2 80.5 2000 9 999999999 160 0.0660 0 88 999.000 999.0 99.0 +1.50804E7 39.4 9.4 16 97000 1299 1322 459 997 787 222 103700 78700 26100 21550 140 3.1 5 3 80.5 2000 9 999999999 160 0.0660 0 88 999.000 999.0 99.0 +1.5084E7 38.9 8.9 16 96900 1265 1322 462 953 718 265 101400 73000 31300 20510 180 1.5 5 5 80.5 2000 9 999999999 150 0.0660 0 88 999.000 999.0 99.0 +1.50876E7 40.0 8.9 15 96800 1164 1322 469 809 588 290 84600 59200 32400 13740 360 3.1 5 5 80.5 2000 9 999999999 150 0.0660 0 88 999.000 999.0 99.0 +1.50912E7 39.4 10.6 18 96800 1004 1322 464 568 446 229 61800 46500 26400 7300 60 6.2 5 4 96.6 2000 9 999999999 170 0.0660 0 88 999.000 999.0 99.0 +1.50948E7 39.4 9.4 16 96700 796 1322 459 376 353 164 41000 36300 19100 3810 70 6.7 3 3 96.6 2000 9 999999999 160 0.0660 0 88 999.000 999.0 99.0 +1.50984E7 38.3 10.6 19 96700 553 1322 444 359 700 66 37800 67200 9700 1410 60 7.2 1 1 80.5 2000 9 999999999 170 0.0660 0 88 999.000 999.0 99.0 +1.5102E7 37.2 10.6 20 96700 293 1322 437 156 504 45 16300 40500 7400 850 80 5.2 1 1 80.5 2000 9 999999999 170 0.0660 0 88 999.000 999.0 99.0 +1.51056E7 36.1 11.7 23 96800 52 870 454 22 57 16 2100 1900 2000 270 80 3.6 6 6 56.3 1830 9 999999999 189 0.0660 0 88 999.000 999.0 99.0 +1.51092E7 35.6 11.7 24 96900 0 0 447 0 0 0 0 0 0 0 0 0.0 6 5 56.3 3660 9 999999999 189 0.1220 0 88 999.000 999.0 99.0 +1.51128E7 33.9 12.8 28 97000 0 0 436 0 0 0 0 0 0 0 0 0.0 5 4 48.3 2000 9 999999999 200 0.1220 0 88 999.000 999.0 99.0 +1.51164E7 33.3 13.3 30 97000 0 0 420 0 0 0 0 0 0 0 0 0.0 1 1 48.3 2000 9 999999999 209 0.1220 0 88 999.000 999.0 99.0 +1.512E7 33.3 12.8 29 96900 0 0 419 0 0 0 0 0 0 0 80 3.6 1 1 48.3 2000 9 999999999 200 0.1220 0 88 999.000 999.0 99.0 +1.51236E7 32.2 13.9 33 97000 0 0 414 0 0 0 0 0 0 0 140 2.6 1 1 48.3 2000 9 999999999 209 0.1220 0 88 999.000 999.0 99.0 +1.51272E7 31.7 13.3 33 96900 0 0 403 0 0 0 0 0 0 0 90 1.0 0 0 48.3 2000 9 999999999 209 0.1220 0 88 999.000 999.0 99.0 +1.51308E7 31.1 13.9 35 96900 0 0 401 0 0 0 0 0 0 0 80 4.1 0 0 48.3 2000 9 999999999 209 0.1220 0 88 999.000 999.0 99.0 +1.51344E7 30.6 13.9 36 97000 0 0 398 0 0 0 0 0 0 0 30 2.1 0 0 48.3 2000 9 999999999 209 0.1220 0 88 999.000 999.0 99.0 +1.5138E7 30.0 15.0 40 97000 0 0 404 0 0 0 0 0 0 0 80 3.1 1 1 48.3 2000 9 999999999 229 0.1220 0 88 999.000 999.0 99.0 +1.51416E7 29.4 15.6 43 97000 50 870 402 28 116 16 2500 4500 2200 280 90 3.1 1 1 72.4 2000 9 999999999 240 0.0540 0 88 999.000 999.0 99.0 +1.51452E7 30.6 15.6 40 97100 289 1322 408 157 493 48 16100 39300 7600 890 60 4.6 1 1 72.4 2000 9 999999999 229 0.0540 0 88 999.000 999.0 99.0 +1.51488E7 32.2 15.6 37 97100 549 1322 409 371 757 55 38900 72100 8900 1280 50 6.2 0 0 80.5 2000 9 999999999 240 0.0540 0 88 999.000 999.0 99.0 +1.51524E7 33.3 15.0 33 97100 792 1322 414 581 845 73 60700 83600 10500 1800 40 4.1 0 0 80.5 2000 9 999999999 229 0.0540 0 88 999.000 999.0 99.0 +1.5156E7 34.4 14.4 30 97100 1002 1322 419 765 892 86 79500 89300 11700 2580 60 4.1 0 0 80.5 2000 9 999999999 220 0.0540 0 88 999.000 999.0 99.0 +1.51596E7 35.6 15.0 29 97000 1162 1322 427 908 921 96 94100 92500 12600 4070 30 2.6 0 0 80.5 2000 9 999999999 229 0.0540 0 88 999.000 999.0 99.0 +1.51632E7 37.2 13.9 25 97000 1264 1322 434 1007 945 101 104100 95000 13100 6690 70 5.7 0 0 80.5 2000 9 999999999 209 0.0540 0 88 999.000 999.0 99.0 +1.51668E7 38.9 13.3 22 96900 1299 1322 443 1033 944 103 106700 94900 13300 9100 100 3.1 0 0 80.5 2000 9 999999999 209 0.0540 0 88 999.000 999.0 99.0 +1.51704E7 40.0 13.3 20 96800 1265 1322 457 903 831 106 93300 83500 13200 7010 240 3.1 1 1 80.5 2000 9 999999999 200 0.0540 0 88 999.000 999.0 99.0 +1.5174E7 40.0 12.8 20 96700 1165 1322 457 876 894 87 91100 89800 11800 3830 300 2.6 1 1 80.5 2000 9 999999999 200 0.0540 0 88 999.000 999.0 99.0 +1.51776E7 41.1 12.8 19 96700 1005 1322 454 776 906 86 80800 90700 11700 2600 210 4.6 0 0 96.6 2000 9 999999999 200 0.0540 0 88 999.000 999.0 99.0 +1.51812E7 41.7 11.7 17 96600 796 1322 465 561 823 65 59000 81500 9800 1720 160 2.6 1 1 64.4 2000 9 999999999 179 0.0540 0 88 999.000 999.0 99.0 +1.51848E7 41.7 11.7 17 96600 554 1322 480 341 507 129 36200 49200 15600 2530 0 0.0 4 4 64.4 2000 9 999999999 189 0.0540 0 88 999.000 999.0 99.0 +1.51884E7 31.1 15.6 39 96700 293 1322 452 59 37 50 6400 3100 5700 1370 10 10.3 9 9 9.7 1830 9 999999999 229 0.0540 0 88 999.000 999.0 99.0 +1.5192E7 33.3 12.2 28 96700 52 892 444 22 17 20 2300 900 2300 480 70 9.3 8 7 64.4 3660 9 999999999 189 0.0540 0 88 999.000 999.0 99.0 +1.51956E7 34.4 10.6 23 96700 0 0 432 0 0 0 0 0 0 0 110 6.2 4 3 56.3 2000 9 999999999 170 0.1220 0 88 999.000 999.0 99.0 +1.51992E7 33.3 11.7 27 96800 0 0 423 0 0 0 0 0 0 0 90 5.2 3 2 56.3 2000 9 999999999 189 0.1220 0 88 999.000 999.0 99.0 +1.52028E7 32.8 11.7 28 96800 0 0 428 0 0 0 0 0 0 0 30 1.5 6 4 56.3 7620 9 999999999 189 0.1220 0 88 999.000 999.0 99.0 +1.52064E7 31.7 12.8 32 96900 0 0 430 0 0 0 0 0 0 0 340 1.5 10 6 56.3 3660 9 999999999 200 0.1220 0 88 999.000 999.0 99.0 +1.521E7 31.7 13.3 33 96900 0 0 431 0 0 0 0 0 0 0 270 2.6 7 6 56.3 3660 9 999999999 209 0.1220 0 88 999.000 999.0 99.0 +1.52136E7 30.6 13.9 36 96800 0 0 415 0 0 0 0 0 0 0 170 3.1 4 3 56.3 2000 9 999999999 209 0.1220 0 88 999.000 999.0 99.0 +1.52172E7 30.0 13.9 37 96900 0 0 395 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 209 0.1220 0 88 999.000 999.0 99.0 +1.52208E7 29.4 15.0 42 96900 0 0 393 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 229 0.1220 0 88 999.000 999.0 99.0 +1.52244E7 29.4 14.4 40 96900 0 0 393 0 0 0 0 0 0 0 40 3.1 0 0 56.3 2000 9 999999999 220 0.1220 0 88 999.000 999.0 99.0 +1.5228E7 30.0 13.3 36 97000 49 848 394 21 17 19 2200 900 2100 460 80 3.6 0 0 56.3 2000 9 999999999 200 0.2050 0 88 999.000 999.0 99.0 +1.52316E7 30.0 13.9 37 97000 288 1322 395 130 288 67 13600 22400 8700 1220 100 4.1 0 0 72.4 2000 9 999999999 209 0.2050 0 88 999.000 999.0 99.0 +1.52352E7 33.3 12.2 28 97000 548 1322 410 333 532 112 34400 50500 13400 2170 70 4.1 0 0 72.4 2000 9 999999999 189 0.2050 0 88 999.000 999.0 99.0 +1.52388E7 35.0 11.1 23 97100 791 1322 418 553 669 151 57900 67000 17700 3540 80 5.2 0 0 72.4 2000 9 999999999 179 0.2050 0 88 999.000 999.0 99.0 +1.52424E7 36.7 11.1 21 97100 1001 1322 427 744 742 180 79000 75700 21600 5740 60 1.5 0 0 72.4 2000 9 999999999 179 0.2050 0 88 999.000 999.0 99.0 +1.5246E7 37.8 9.4 18 97100 1162 1322 431 898 792 199 92700 79100 23000 8540 40 3.1 0 0 72.4 2000 9 999999999 160 0.2050 0 88 999.000 999.0 99.0 +1.52496E7 39.4 10.0 17 97100 1263 1322 441 992 815 211 103200 81600 25000 15020 90 3.1 0 0 72.4 2000 9 999999999 170 0.2050 0 88 999.000 999.0 99.0 +1.52532E7 40.6 10.0 16 97000 1298 1322 447 1032 805 239 110800 82400 29700 24780 60 2.6 2 0 72.4 2000 9 999999999 170 0.2050 0 88 999.000 999.0 99.0 +1.52568E7 42.2 10.0 15 97000 1265 1322 465 984 748 267 104600 76100 31700 20690 140 3.1 5 1 72.4 2000 9 999999999 170 0.2050 0 88 999.000 999.0 99.0 +1.52604E7 42.8 7.8 12 96900 1165 1322 466 874 655 296 91300 65800 33200 14030 10 3.1 4 1 72.4 2000 9 999999999 139 0.2050 0 88 999.000 999.0 99.0 +1.5264E7 42.8 9.4 14 96800 1005 1322 459 722 711 180 76700 72500 21500 5790 230 3.1 0 0 72.4 2000 9 999999999 160 0.2050 0 88 999.000 999.0 99.0 +1.52676E7 42.8 9.4 14 96700 797 1322 459 559 675 152 58700 67700 17800 3590 250 4.1 0 0 72.4 2000 9 999999999 160 0.2050 0 88 999.000 999.0 99.0 +1.52712E7 43.3 8.3 12 96700 554 1322 460 342 537 117 35300 51000 13900 2260 300 2.6 1 0 56.3 2000 9 999999999 139 0.2050 0 88 999.000 999.0 99.0 +1.52748E7 42.2 7.8 12 96700 294 1322 468 130 247 75 13800 19600 9500 1420 220 3.1 5 2 64.4 2000 9 999999999 139 0.2050 0 88 999.000 999.0 99.0 +1.52784E7 40.6 7.2 13 96700 53 892 462 18 11 17 1900 600 1900 420 230 2.1 6 3 56.3 2000 9 999999999 139 0.2050 0 88 999.000 999.0 99.0 +1.5282E7 39.4 8.3 15 96700 0 0 457 0 0 0 0 0 0 0 0 0.0 7 3 48.3 2000 9 999999999 150 0.1220 0 88 999.000 999.0 99.0 +1.52856E7 37.8 9.4 18 96800 0 0 449 0 0 0 0 0 0 0 0 0.0 7 3 48.3 2000 9 999999999 160 0.1220 0 88 999.000 999.0 99.0 +1.52892E7 36.1 12.8 25 96800 0 0 445 0 0 0 0 0 0 0 0 0.0 8 3 40.2 2000 9 999999999 200 0.1220 0 88 999.000 999.0 99.0 +1.52928E7 36.7 8.9 18 96900 0 0 446 0 0 0 0 0 0 0 220 2.1 5 4 56.3 2000 9 999999999 150 0.1220 0 88 999.000 999.0 99.0 +1.52964E7 35.0 9.4 21 96800 0 0 434 0 0 0 0 0 0 0 0 0.0 7 3 56.3 2000 9 999999999 160 0.1230 0 88 999.000 999.0 99.0 +1.53E7 33.9 10.6 24 96900 0 0 429 0 0 0 0 0 0 0 230 2.1 7 3 56.3 2000 9 999999999 170 0.1230 0 88 999.000 999.0 99.0 +1.53036E7 32.8 11.1 27 96900 0 0 424 0 0 0 0 0 0 0 90 5.2 3 3 56.3 2000 9 999999999 179 0.1230 0 88 999.000 999.0 99.0 +1.53072E7 32.2 11.7 28 97000 0 0 404 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 179 0.1230 0 88 999.000 999.0 99.0 +1.53108E7 31.7 10.0 26 97000 0 0 412 0 0 0 0 0 0 0 70 4.1 3 2 80.5 2000 9 999999999 170 0.1230 0 88 999.000 999.0 99.0 +1.53144E7 30.6 10.6 29 97100 48 848 407 23 43 19 2400 1800 2300 390 60 3.1 6 2 80.5 2000 9 999999999 170 0.0980 0 88 999.000 999.0 99.0 +1.5318E7 31.1 11.1 29 97200 286 1322 410 137 304 71 14200 23600 9100 1300 50 3.1 6 2 48.3 2000 9 999999999 179 0.0980 0 88 999.000 999.0 99.0 +1.53216E7 33.3 11.1 26 97300 547 1322 417 347 533 126 36800 51600 15500 2460 90 2.6 7 1 32.2 2000 9 999999999 179 0.0980 0 88 999.000 999.0 99.0 +1.53252E7 35.6 10.6 22 97300 790 1322 420 585 741 140 61600 74500 16900 3320 100 2.1 5 0 32.2 2000 9 999999999 170 0.0980 0 88 999.000 999.0 99.0 +1.53288E7 36.7 10.0 20 97300 1000 1322 434 727 737 168 77600 75400 20500 5390 200 1.5 3 1 40.2 2000 9 999999999 170 0.0980 0 88 999.000 999.0 99.0 +1.53324E7 40.0 10.0 16 97300 1161 1322 444 920 875 150 98100 88700 20100 6850 90 2.6 2 0 40.2 2000 9 999999999 160 0.0980 0 88 999.000 999.0 99.0 +1.5336E7 40.6 9.4 15 97300 1263 1322 447 989 881 145 101100 88300 16600 8750 180 2.6 1 0 40.2 2000 9 999999999 160 0.0980 0 88 999.000 999.0 99.0 +1.53396E7 42.2 8.9 13 97200 1298 1322 455 1040 907 147 106300 90900 16800 12150 120 3.1 1 0 40.2 2000 9 999999999 150 0.0980 0 88 999.000 999.0 99.0 +1.53432E7 43.3 9.4 13 97100 1265 1322 462 1010 900 146 103200 90200 16700 8930 220 3.6 1 0 40.2 2000 9 999999999 160 0.0980 0 88 999.000 999.0 99.0 +1.53468E7 43.3 8.3 12 97100 1165 1322 469 901 878 126 92700 88000 15000 4880 240 5.2 1 1 40.2 2000 9 999999999 150 0.0980 0 88 999.000 999.0 99.0 +1.53504E7 43.3 7.8 12 97000 1006 1322 460 774 854 123 82600 86400 16700 3840 270 3.6 1 0 48.3 2000 9 999999999 150 0.0980 0 88 999.000 999.0 99.0 +1.5354E7 43.3 6.7 11 96900 797 1322 458 576 784 103 60700 78200 13500 2420 260 3.1 1 0 48.3 2000 9 999999999 129 0.0980 0 88 999.000 999.0 99.0 +1.53576E7 43.3 6.7 11 96900 555 1322 467 362 618 102 37600 59100 12800 2020 260 3.6 2 1 48.3 2000 9 999999999 129 0.0980 0 88 999.000 999.0 99.0 +1.53612E7 42.2 6.1 11 96900 294 1322 459 147 408 57 15200 32500 7900 1030 280 3.1 3 1 40.2 2000 9 999999999 129 0.0980 0 88 999.000 999.0 99.0 +1.53648E7 41.1 6.1 12 96900 53 892 464 28 31 25 2900 1300 2900 520 240 1.5 10 3 48.3 2000 9 999999999 129 0.0980 0 88 999.000 999.0 99.0 +1.53684E7 39.4 7.8 15 97000 0 0 456 0 0 0 0 0 0 0 240 2.6 10 3 48.3 2000 9 999999999 150 0.1230 0 88 999.000 999.0 99.0 +1.5372E7 37.8 11.7 21 97100 0 0 457 0 0 0 0 0 0 0 250 3.6 10 4 48.3 2000 9 999999999 189 0.1230 0 88 999.000 999.0 99.0 +1.53756E7 37.2 12.2 22 97100 0 0 461 0 0 0 0 0 0 0 260 2.6 10 6 48.3 3660 9 999999999 189 0.1230 0 88 999.000 999.0 99.0 +1.53792E7 36.7 11.7 22 97100 0 0 480 0 0 0 0 0 0 0 280 3.6 10 9 48.3 3660 9 999999999 179 0.1230 0 88 999.000 999.0 99.0 +1.53828E7 36.1 11.1 22 97100 0 0 476 0 0 0 0 0 0 0 270 4.6 9 9 48.3 2440 9 999999999 179 0.1230 0 88 999.000 999.0 99.0 +1.53864E7 35.0 11.7 24 97200 0 0 470 0 0 0 0 0 0 0 280 2.1 10 9 48.3 3660 9 999999999 179 0.1230 0 88 999.000 999.0 99.0 +1.539E7 34.4 11.7 25 97200 0 0 466 0 0 0 0 0 0 0 280 3.1 10 9 48.3 2440 9 999999999 179 0.1230 0 88 999.000 999.0 99.0 +1.53936E7 33.3 11.7 27 97200 0 0 460 0 0 0 0 0 0 0 260 3.1 9 9 48.3 3660 9 999999999 189 0.1230 0 88 999.000 999.0 99.0 +1.53972E7 32.2 11.7 28 97300 0 0 437 0 0 0 0 0 0 0 0 0.0 8 7 56.3 3660 9 999999999 179 0.1230 0 88 999.000 999.0 99.0 +1.54008E7 31.7 12.2 30 97400 47 848 429 19 5 19 2200 0 2200 640 190 1.5 8 6 56.3 3660 9 999999999 189 0.1200 0 88 999.000 999.0 99.0 +1.54044E7 32.2 12.2 29 97400 285 1322 444 116 70 101 12700 5900 11400 2390 240 2.1 9 8 64.4 3660 9 999999999 189 0.1200 0 88 999.000 999.0 99.0 +1.5408E7 33.3 12.2 28 97400 545 1322 460 232 153 169 25300 15200 19000 3990 140 2.6 9 9 64.4 3660 9 999999999 189 0.1200 0 88 999.000 999.0 99.0 +1.54116E7 34.4 11.7 25 97400 789 1322 466 322 70 280 35400 7100 31100 8880 20 3.1 9 9 64.4 3660 9 999999999 179 0.1200 0 88 999.000 999.0 99.0 +1.54152E7 35.0 11.7 24 97400 999 1322 470 631 288 412 67200 31000 43700 13660 20 2.6 9 9 56.3 3660 9 999999999 179 0.1200 0 88 999.000 999.0 99.0 +1.54188E7 35.0 11.7 24 97400 1160 1322 470 524 34 494 60200 3600 57100 19410 350 2.1 9 9 56.3 3660 9 999999999 179 0.1200 0 88 999.000 999.0 99.0 +1.54224E7 37.2 12.2 22 97400 1262 1322 474 673 240 443 73800 26100 48800 30530 300 2.1 9 8 48.3 3660 9 999999999 189 0.1200 0 88 999.000 999.0 99.0 +1.5426E7 38.9 11.7 20 97300 1298 1322 484 609 140 471 67200 14900 52500 37860 320 4.1 8 8 32.2 3660 9 999999999 189 0.1200 0 88 999.000 999.0 99.0 +1.54296E7 40.6 11.7 18 97200 1265 1322 481 882 566 339 95500 59300 38700 27010 300 5.7 7 6 40.2 7620 9 999999999 189 0.1200 0 88 999.000 999.0 99.0 +1.54332E7 40.0 10.6 17 97100 1165 1322 464 882 661 298 92000 66400 33400 14140 280 4.1 8 3 48.3 2000 9 999999999 170 0.1200 0 88 999.000 999.0 99.0 +1.54368E7 41.1 10.0 15 97000 1006 1322 477 665 483 297 70500 50200 32200 9680 300 4.1 8 5 48.3 7620 9 999999999 160 0.1200 0 88 999.000 999.0 99.0 +1.54404E7 40.6 10.0 16 97000 798 1322 478 450 243 303 48800 25400 33400 8220 310 4.1 10 6 64.4 7620 9 999999999 170 0.1200 0 88 999.000 999.0 99.0 +1.5444E7 40.0 8.3 15 97000 555 1322 496 223 111 176 24200 11000 19600 4170 260 5.2 10 9 64.4 7620 9 999999999 150 0.1200 0 88 999.000 999.0 99.0 +1.54476E7 38.9 8.3 16 97000 295 1322 489 97 22 92 10600 1900 10200 2260 260 4.6 10 9 64.4 7620 9 999999999 150 0.1200 0 88 999.000 999.0 99.0 +1.54512E7 37.8 8.3 17 97000 53 892 482 23 3 22 2500 0 2500 720 270 4.6 10 9 64.4 7620 9 999999999 150 0.1200 0 88 999.000 999.0 99.0 +1.54548E7 37.2 8.9 18 97000 0 0 493 0 0 0 0 0 0 0 230 2.1 10 10 56.3 7620 9 999999999 160 0.1230 0 88 999.000 999.0 99.0 +1.54584E7 36.7 8.9 18 97100 0 0 489 0 0 0 0 0 0 0 240 1.5 10 10 56.3 3050 9 999999999 150 0.1230 0 88 999.000 999.0 99.0 +1.5462E7 36.1 9.4 20 97100 0 0 486 0 0 0 0 0 0 0 250 2.1 10 10 56.3 3050 9 999999999 160 0.1230 0 88 999.000 999.0 99.0 +1.54656E7 35.6 11.7 24 97200 0 0 487 0 0 0 0 0 0 0 230 3.6 10 10 56.3 3050 9 999999999 189 0.1230 0 88 999.000 999.0 99.0 +1.54692E7 35.0 11.1 23 97100 0 0 482 0 0 0 0 0 0 0 270 1.5 10 10 56.3 3050 9 999999999 179 0.1230 0 88 999.000 999.0 99.0 +1.54728E7 34.4 11.1 24 97100 0 0 478 0 0 0 0 0 0 0 310 2.1 10 10 56.3 3660 9 999999999 179 0.1230 0 88 999.000 999.0 99.0 +1.54764E7 33.3 11.7 27 97100 0 0 450 0 0 0 0 0 0 0 340 3.1 9 8 56.3 3660 9 999999999 189 0.1230 0 88 999.000 999.0 99.0 +1.548E7 32.8 11.7 28 97100 0 0 428 0 0 0 0 0 0 0 10 2.1 9 4 56.3 2000 9 999999999 189 0.1230 0 88 999.000 999.0 99.0 +1.54836E7 32.8 11.7 28 97100 0 0 447 0 0 0 0 0 0 0 310 2.6 9 8 56.3 3660 9 999999999 189 0.1230 0 88 999.000 999.0 99.0 +1.54872E7 32.8 11.1 27 97200 46 826 469 9 0 9 1100 0 1100 340 190 2.1 10 10 56.3 3660 9 999999999 179 0.1240 0 88 999.000 999.0 99.0 +1.54908E7 32.2 11.1 27 97200 283 1322 452 110 111 86 11900 8900 10000 1860 0 0.0 10 9 56.3 3660 9 999999999 179 0.1240 0 88 999.000 999.0 99.0 +1.54944E7 32.2 10.6 26 97300 544 1322 451 189 52 168 20800 5000 18700 4740 300 1.5 10 9 64.4 3660 9 999999999 170 0.1240 0 88 999.000 999.0 99.0 +1.5498E7 33.3 11.7 27 97300 788 1322 450 355 141 271 38700 14700 29900 7300 340 2.1 10 8 64.4 3660 9 999999999 189 0.1240 0 88 999.000 999.0 99.0 +1.55016E7 35.0 11.7 24 97300 998 1322 460 446 80 385 49000 8200 42800 14140 280 3.6 10 8 64.4 3660 9 999999999 179 0.1240 0 88 999.000 999.0 99.0 +1.55052E7 35.6 11.7 24 97300 1159 1322 456 747 381 412 81400 41400 45000 18750 310 7.2 9 7 48.3 3660 9 999999999 189 0.1240 0 88 999.000 999.0 99.0 +1.55088E7 34.4 12.8 27 97300 1262 1322 451 755 331 438 82900 36000 48400 30080 300 6.2 10 7 48.3 3660 9 999999999 200 0.1240 0 88 999.000 999.0 99.0 +1.55124E7 33.3 13.3 30 97300 1298 1322 452 763 274 493 83300 29800 54100 44690 280 7.2 10 8 48.3 3660 9 999999999 209 0.1240 0 88 999.000 999.0 99.0 +1.5516E7 32.8 14.4 33 97200 1265 1322 451 719 281 450 78900 30500 49600 31530 280 5.2 10 8 48.3 2440 9 999999999 220 0.1240 0 88 999.000 999.0 99.0 +1.55196E7 32.8 14.4 33 97200 1165 1322 461 689 193 519 74800 20400 56800 23190 290 10.3 10 9 40.2 2440 9 999999999 220 0.1240 0 88 999.000 999.0 99.0 +1.55232E7 32.2 15.0 35 97200 1006 1322 471 288 6 284 33900 500 33500 12850 300 6.2 10 10 48.3 3660 9 999999999 229 0.1240 0 88 999.000 999.0 99.0 +1.55268E7 32.2 15.6 37 97100 798 1322 459 365 109 299 40100 11100 33400 9420 300 5.2 10 9 48.3 3660 9 999999999 240 0.1240 0 88 999.000 999.0 99.0 +1.55304E7 31.7 15.6 38 97100 555 1322 469 172 29 160 18900 2800 17700 4610 280 6.2 10 10 48.3 3660 9 999999999 240 0.1240 0 88 999.000 999.0 99.0 +1.5534E7 31.1 15.6 39 97100 295 1322 465 46 0 46 5400 0 5400 1820 270 6.2 10 10 64.4 3660 9 999999999 240 0.1240 0 88 999.000 999.0 99.0 +1.55376E7 31.1 15.6 39 97200 53 892 465 12 1 12 1400 0 1400 440 260 5.2 10 10 64.4 3660 9 999999999 240 0.1240 0 88 999.000 999.0 99.0 +1.55412E7 30.6 15.6 40 97200 0 0 462 0 0 0 0 0 0 0 300 3.6 10 10 56.3 3660 9 999999999 229 0.1230 0 88 999.000 999.0 99.0 +1.55448E7 30.0 15.6 42 97100 0 0 458 0 0 0 0 0 0 0 280 3.1 10 10 56.3 3660 9 999999999 240 0.1230 0 88 999.000 999.0 99.0 +1.55484E7 29.4 16.1 45 97200 0 0 455 0 0 0 0 0 0 0 260 4.1 10 10 56.3 3660 9 999999999 250 0.1230 0 88 999.000 999.0 99.0 +1.5552E7 28.9 15.6 44 97200 0 0 418 0 0 0 0 0 0 0 260 3.6 7 6 56.3 3660 9 999999999 229 0.1230 0 88 999.000 999.0 99.0 +1.55556E7 28.3 15.6 46 97100 0 0 427 0 0 0 0 0 0 0 270 2.6 9 8 56.3 3660 9 999999999 240 0.1230 0 88 999.000 999.0 99.0 +1.55592E7 27.8 16.1 49 97100 0 0 406 0 0 0 0 0 0 0 220 2.1 9 4 56.3 2000 9 999999999 240 0.1230 0 88 999.000 999.0 99.0 +1.55628E7 27.8 16.1 49 97100 0 0 399 0 0 0 0 0 0 0 0 0.0 3 2 56.3 2000 9 999999999 240 0.1230 0 88 999.000 999.0 99.0 +1.55664E7 27.2 16.7 53 97200 0 0 397 0 0 0 0 0 0 0 320 1.5 2 2 56.3 2000 9 999999999 250 0.1230 0 88 999.000 999.0 99.0 +1.557E7 26.7 16.7 54 97200 0 0 408 0 0 0 0 0 0 0 0 0.0 8 6 56.3 3660 9 999999999 250 0.1230 0 88 999.000 999.0 99.0 +1.55736E7 27.2 16.7 53 97200 45 826 422 16 3 16 1800 0 1800 560 50 1.5 9 8 72.4 3660 9 999999999 250 0.1200 0 88 999.000 999.0 99.0 +1.55772E7 27.8 15.6 47 97200 282 1321 424 80 46 70 8700 3800 7900 1800 130 2.1 9 8 72.4 3660 9 999999999 229 0.1200 0 88 999.000 999.0 99.0 +1.55808E7 30.0 15.6 42 97300 543 1321 425 209 132 155 22900 13100 17500 3650 140 3.1 7 6 64.4 3660 9 999999999 240 0.1200 0 88 999.000 999.0 99.0 +1.55844E7 31.1 15.0 38 97300 787 1321 430 469 356 256 50300 37800 27700 6380 90 1.5 9 6 64.4 7620 9 999999999 229 0.1200 0 88 999.000 999.0 99.0 +1.5588E7 33.3 15.0 33 97300 997 1321 432 794 681 279 84500 70800 30900 8900 360 2.1 9 3 72.4 2000 9 999999999 229 0.1200 0 88 999.000 999.0 99.0 +1.55916E7 35.0 14.4 29 97300 1159 1321 436 880 696 268 92400 70300 30600 12540 220 3.6 9 2 64.4 2000 9 999999999 220 0.1200 0 88 999.000 999.0 99.0 +1.55952E7 36.1 13.9 26 97200 1261 1321 442 959 765 226 102900 78400 27900 17250 240 5.2 5 2 72.4 2000 9 999999999 209 0.1200 0 88 999.000 999.0 99.0 +1.55988E7 36.7 15.0 27 97200 1297 1321 441 970 796 186 102700 80400 23600 18180 240 4.1 5 1 72.4 2000 9 999999999 220 0.1200 0 88 999.000 999.0 99.0 +1.56024E7 37.2 13.9 25 97100 1265 1321 448 960 709 280 101700 71900 32700 21650 300 7.7 5 2 72.4 2000 9 999999999 209 0.1200 0 88 999.000 999.0 99.0 +1.5606E7 38.3 13.9 23 97000 1165 1321 455 852 676 254 89900 68500 29300 12240 270 4.1 5 2 72.4 2000 9 999999999 209 0.1200 0 88 999.000 999.0 99.0 +1.56096E7 38.9 13.3 22 96900 1006 1321 462 740 659 237 77100 66300 26600 7400 280 5.2 4 3 72.4 2000 9 999999999 209 0.1200 0 88 999.000 999.0 99.0 +1.56132E7 38.9 13.3 22 96900 798 1321 462 525 531 203 55800 54500 22800 4820 240 4.6 4 3 80.5 2000 9 999999999 209 0.1200 0 88 999.000 999.0 99.0 +1.56168E7 37.8 13.3 23 96800 555 1321 451 317 458 125 33800 44500 15100 2450 240 3.6 3 2 80.5 2000 9 999999999 200 0.1200 0 88 999.000 999.0 99.0 +1.56204E7 37.8 12.8 22 96900 295 1321 436 152 420 58 15500 33400 8100 1050 240 3.6 2 0 80.5 2000 9 999999999 189 0.1200 0 88 999.000 999.0 99.0 +1.5624E7 36.7 12.8 24 96900 53 892 448 26 26 23 2700 1100 2600 470 240 4.1 7 3 72.4 2000 9 999999999 200 0.1200 0 88 999.000 999.0 99.0 +1.56276E7 35.0 13.9 28 96900 0 0 436 0 0 0 0 0 0 0 250 4.1 7 2 56.3 2000 9 999999999 209 0.1230 0 88 999.000 999.0 99.0 +1.56312E7 34.3 14.0 29 97000 0 0 436 0 0 0 0 0 0 0 230 3.8 8 3 56.3 2000 9 999999999 209 0.1230 0 88 999.000 999.0 99.0 +1.56348E7 33.6 14.0 31 97000 0 0 432 0 0 0 0 0 0 0 260 3.5 8 3 56.3 2000 9 999999999 209 0.1230 0 88 999.000 999.0 99.0 +1.56384E7 32.9 14.1 32 97000 0 0 439 0 0 0 0 0 0 0 280 3.2 8 6 56.3 3050 9 999999999 220 0.1230 0 88 999.000 999.0 99.0 +1.5642E7 32.1 14.2 33 96600 0 0 440 0 0 0 0 0 0 0 0 3.0 7 7 56.3 3660 9 999999999 200 0.1190 0 88 999.000 999.0 99.0 +1.56456E7 31.4 14.3 35 96600 0 0 443 0 0 0 0 0 0 0 260 2.7 8 8 56.3 3660 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.56492E7 30.7 14.3 36 96600 0 0 439 0 0 0 0 0 0 0 310 2.4 8 8 56.3 3660 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.56528E7 30.0 14.4 39 96600 0 0 423 0 0 0 0 0 0 0 40 2.1 6 6 56.3 3660 9 999999999 220 0.1190 0 88 999.000 999.0 99.0 +1.56564E7 30.6 13.9 36 96700 0 0 431 0 0 0 0 0 0 0 90 1.5 7 7 64.4 3660 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.566E7 30.0 13.9 37 96800 44 804 427 5 2 5 600 100 600 130 20 1.5 8 7 64.4 3660 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.56636E7 30.0 13.9 37 96800 279 1321 434 63 2 63 7200 100 7200 2280 90 3.1 8 8 64.4 3660 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.56672E7 30.6 12.8 34 96900 540 1321 445 125 2 123 14300 100 14200 5030 130 2.1 9 9 64.4 3660 9 999999999 200 0.1190 0 88 999.000 999.0 99.0 +1.56708E7 31.7 12.2 30 96900 785 1321 451 251 21 238 28700 1800 27700 9910 120 3.1 9 9 64.4 3660 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.56744E7 32.2 12.2 29 97000 995 1321 444 362 48 325 39800 4900 36100 12300 80 5.2 8 8 64.4 3660 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.5678E7 33.9 10.0 23 97000 1157 1321 451 401 68 341 44300 7000 38200 15870 120 3.6 8 8 64.4 3660 9 999999999 170 0.1190 0 88 999.000 999.0 99.0 +1.56816E7 38.9 10.0 17 96900 1260 1321 473 1106 812 331 115800 81500 37900 24630 240 3.1 7 7 72.4 3660 9 999999999 160 0.1190 0 88 999.000 999.0 99.0 +1.56852E7 40.6 11.1 17 96800 1297 1321 480 1066 642 433 113000 67000 47100 45590 160 3.6 6 6 72.4 3660 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.56888E7 40.6 10.6 17 96800 1264 1321 475 873 537 357 94000 56200 40100 28460 270 3.1 5 5 72.4 2000 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.56924E7 41.1 10.0 15 96700 1165 1321 477 763 597 233 80800 60800 27000 11310 270 6.2 5 5 72.4 2000 9 999999999 160 0.1190 0 88 999.000 999.0 99.0 +1.5696E7 41.7 8.3 13 96600 1006 1321 474 778 712 230 80800 71700 26100 7210 300 4.1 4 4 72.4 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.56996E7 40.0 7.8 14 96600 798 1321 464 364 234 210 38400 24900 23300 5090 270 5.2 4 4 72.4 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.57032E7 40.0 8.9 15 96500 556 1321 469 150 24 133 15700 2300 14800 3970 300 3.1 5 5 72.4 2000 9 999999999 150 0.1190 0 88 999.000 999.0 99.0 +1.57068E7 40.0 8.3 15 96500 295 1321 477 54 3 53 6200 100 6200 2040 270 3.6 7 7 72.4 3660 9 999999999 150 0.1190 0 88 999.000 999.0 99.0 +1.57104E7 39.4 7.8 15 96500 53 892 463 12 1 11 1300 0 1300 410 0 0.0 5 5 56.3 2000 9 999999999 150 0.1190 0 88 999.000 999.0 99.0 +1.5714E7 38.3 9.4 17 96600 0 0 456 0 0 0 0 0 0 0 70 2.1 4 4 56.3 2000 9 999999999 160 0.1190 0 88 999.000 999.0 99.0 +1.57176E7 37.8 10.6 19 96700 0 0 455 0 0 0 0 0 0 0 80 4.6 4 4 56.3 2000 9 999999999 170 0.1190 0 88 999.000 999.0 99.0 +1.57212E7 34.4 13.3 28 96800 0 0 459 0 0 0 0 0 0 0 70 10.3 8 8 16.1 3660 9 999999999 200 0.1190 0 88 999.000 999.0 99.0 +1.57248E7 36.7 12.2 23 96800 0 0 471 0 0 0 0 0 0 0 160 7.2 8 8 40.2 3660 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.57284E7 35.6 12.2 24 96700 0 0 488 0 0 0 0 0 0 0 350 4.1 10 10 56.3 3660 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.5732E7 35.0 12.2 25 96800 0 0 461 0 0 0 0 0 0 0 300 2.1 8 8 56.3 3960 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.57356E7 33.3 13.3 30 96800 0 0 436 0 0 0 0 0 0 0 40 3.1 5 5 56.3 2000 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.57392E7 32.2 13.9 33 96800 0 0 431 0 0 0 0 0 0 0 0 0.0 5 5 56.3 2000 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.57428E7 31.7 14.4 35 96800 0 0 438 0 0 0 0 0 0 0 90 2.6 7 7 80.5 3960 9 999999999 220 0.1190 0 88 999.000 999.0 99.0 +1.57464E7 32.2 12.8 31 96900 43 804 433 22 93 12 1900 3500 1700 200 110 3.1 6 6 64.4 3960 9 999999999 200 0.1190 0 88 999.000 999.0 99.0 +1.575E7 32.8 12.8 30 96900 278 1321 436 158 307 84 15100 23400 10200 1570 120 2.6 6 6 72.4 3960 9 999999999 200 0.1190 0 88 999.000 999.0 99.0 +1.57536E7 33.9 13.3 29 97000 539 1321 433 356 684 69 36400 65200 9800 1430 110 3.1 3 3 72.4 2000 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.57572E7 36.1 12.8 25 97000 783 1321 445 558 784 84 59000 78700 12300 2070 70 3.1 3 3 72.4 2000 9 999999999 200 0.1190 0 88 999.000 999.0 99.0 +1.57608E7 37.8 12.2 22 97000 994 1321 449 750 846 108 77100 84500 13400 2830 220 2.1 2 2 72.4 2000 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.57644E7 40.0 12.2 19 97000 1156 1321 467 906 878 131 92600 87900 15400 4830 220 3.1 3 3 80.5 2000 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.5768E7 40.0 12.2 19 96900 1260 1321 467 1003 880 158 101900 88100 17700 9100 270 3.1 3 3 80.5 2000 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.57716E7 41.1 7.2 13 96900 1296 1321 461 1055 897 173 112700 90900 23300 16880 270 5.2 2 2 80.5 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.57752E7 42.8 7.2 12 96800 1264 1321 465 1027 910 155 104900 91100 17500 9290 300 5.2 1 1 80.5 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.57788E7 42.2 7.8 12 96700 1165 1321 462 935 886 153 99700 89700 20400 7080 240 6.2 1 1 80.5 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.57824E7 42.8 7.2 12 96600 1007 1321 465 793 862 136 83800 86900 17500 4140 250 5.2 1 1 80.5 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.5786E7 42.8 6.1 11 96600 799 1321 463 554 811 68 58600 80300 10000 1760 260 5.7 1 1 80.5 2000 9 999999999 129 0.1190 0 88 999.000 999.0 99.0 +1.57896E7 42.2 6.7 12 96500 556 1321 460 352 702 60 37900 67700 9300 1330 270 5.7 1 1 80.5 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.57932E7 41.1 6.7 12 96500 295 1321 454 96 210 50 10500 16600 6800 880 270 6.7 1 1 80.5 2000 9 999999999 129 0.1190 0 88 999.000 999.0 99.0 +1.57968E7 37.2 11.7 21 96600 53 892 449 9 1 9 1100 0 1100 340 340 4.6 3 3 64.4 2000 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.58004E7 37.2 11.7 21 96600 0 0 439 0 0 0 0 0 0 0 10 3.6 1 1 56.3 2000 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.5804E7 36.1 11.7 23 96700 0 0 425 0 0 0 0 0 0 0 50 1.5 0 0 56.3 2000 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.58076E7 34.4 11.7 25 96700 0 0 415 0 0 0 0 0 0 0 250 2.1 0 0 56.3 2000 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.58112E7 34.4 12.2 26 96700 0 0 416 0 0 0 0 0 0 0 270 2.1 2 0 56.3 2000 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.58148E7 32.2 12.2 29 96700 0 0 404 0 0 0 0 0 0 0 240 4.1 3 0 56.3 2000 9 999999999 189 0.2150 0 88 999.000 999.0 99.0 +1.58184E7 30.0 13.9 37 96700 0 0 408 0 0 0 0 0 0 0 230 3.1 3 2 56.3 2000 9 999999999 209 0.2150 0 88 999.000 999.0 99.0 +1.5822E7 30.6 13.3 35 96700 0 0 418 0 0 0 0 0 0 0 240 2.6 4 4 56.3 2000 9 999999999 209 0.2150 0 88 999.000 999.0 99.0 +1.58256E7 29.4 13.9 39 96700 0 0 409 0 0 0 0 0 0 0 250 2.1 3 3 56.3 2000 9 999999999 209 0.2150 0 88 999.000 999.0 99.0 +1.58292E7 29.4 14.4 40 96700 0 0 413 0 0 0 0 0 0 0 350 2.6 4 4 80.5 2000 9 999999999 220 0.2150 0 88 999.000 999.0 99.0 +1.58328E7 29.4 13.9 39 96800 42 782 409 16 82 8 1400 3800 1200 160 0 0.0 3 3 80.5 2000 9 999999999 209 0.2150 0 88 999.000 999.0 99.0 +1.58364E7 31.1 11.1 29 96900 276 1321 414 137 459 47 14800 35900 7300 870 320 3.1 3 3 80.5 2000 9 999999999 179 0.2150 0 88 999.000 999.0 99.0 +1.584E7 32.8 7.8 21 97000 537 1321 419 328 611 87 35200 58400 11500 1750 270 4.6 3 3 80.5 2000 9 999999999 139 0.2150 0 88 999.000 999.0 99.0 +1.58436E7 34.4 6.1 17 97000 782 1321 421 516 551 202 56100 56400 22700 4720 290 5.2 2 2 80.5 2000 9 999999999 129 0.2150 0 88 999.000 999.0 99.0 +1.58472E7 35.0 5.6 16 97000 993 1321 428 500 226 334 55400 24000 37300 10940 280 3.1 3 3 80.5 2000 9 999999999 129 0.2150 0 88 999.000 999.0 99.0 +1.58508E7 36.7 5.6 15 97000 1156 1321 433 938 863 189 98300 86500 22500 8050 290 3.1 2 2 80.5 2000 9 999999999 129 0.2150 0 88 999.000 999.0 99.0 +1.58544E7 38.9 7.8 15 96900 1259 1321 443 1017 910 154 104500 91100 17400 8910 270 3.6 1 1 80.5 2000 9 999999999 139 0.2150 0 88 999.000 999.0 99.0 +1.5858E7 40.0 7.8 14 96900 1296 1321 449 1064 916 160 108100 91800 17900 12700 290 3.1 1 1 80.5 2000 9 999999999 139 0.2150 0 88 999.000 999.0 99.0 +1.58616E7 40.6 7.8 14 96700 1264 1321 453 1011 896 150 103100 89800 17100 9070 290 4.6 1 1 80.5 2000 9 999999999 150 0.2150 0 88 999.000 999.0 99.0 +1.58652E7 41.7 7.2 12 96600 1165 1321 450 942 894 145 95700 89500 16700 5260 240 5.2 0 0 80.5 2000 9 999999999 129 0.2150 0 88 999.000 999.0 99.0 +1.58688E7 42.2 8.9 13 96600 1007 1321 455 795 856 132 83200 86400 17200 4050 270 5.2 0 0 80.5 2000 9 999999999 150 0.2150 0 88 999.000 999.0 99.0 +1.58724E7 42.2 7.8 12 96500 799 1321 453 559 799 42 55900 79400 7900 1300 260 5.2 0 0 80.5 2000 9 999999999 139 0.2150 0 88 999.000 999.0 99.0 +1.5876E7 41.7 8.3 13 96400 556 1321 451 358 700 30 34800 67100 6500 910 300 6.2 0 0 80.5 2000 9 999999999 139 0.2150 0 88 999.000 999.0 99.0 +1.58796E7 40.6 9.4 15 96400 295 1321 447 119 368 25 11600 30900 4700 580 280 6.2 0 0 80.5 2000 9 999999999 160 0.2150 0 88 999.000 999.0 99.0 +1.58832E7 39.4 8.3 15 96500 53 892 447 16 55 10 1500 2200 1400 170 260 4.6 1 1 64.4 2000 9 999999999 150 0.2150 0 88 999.000 999.0 99.0 +1.58868E7 37.2 10.0 19 96500 0 0 428 0 0 0 0 0 0 0 270 4.1 0 0 56.3 2000 9 999999999 160 0.2150 0 88 999.000 999.0 99.0 +1.58904E7 36.7 10.6 21 96600 0 0 426 0 0 0 0 0 0 0 270 3.1 0 0 56.3 2000 9 999999999 179 0.2150 0 88 999.000 999.0 99.0 +1.5894E7 35.0 11.7 24 96600 0 0 433 0 0 0 0 0 0 0 290 3.1 2 2 56.3 2000 9 999999999 179 0.2150 0 88 999.000 999.0 99.0 +1.58976E7 35.0 11.1 23 96700 0 0 452 0 0 0 0 0 0 0 270 4.1 7 7 56.3 3660 9 999999999 170 0.2150 0 88 999.000 999.0 99.0 +1.59012E7 33.3 10.6 25 96700 0 0 426 0 0 0 0 0 0 0 310 3.6 3 3 56.3 2000 9 999999999 170 0.0970 0 88 999.000 999.0 99.0 +1.59048E7 33.3 10.6 25 96700 0 0 416 0 0 0 0 0 0 0 260 5.2 1 1 56.3 2000 9 999999999 170 0.0970 0 88 999.000 999.0 99.0 +1.59084E7 31.7 10.6 27 96700 0 0 400 0 0 0 0 0 0 0 240 3.1 0 0 56.3 2000 9 999999999 170 0.0970 0 88 999.000 999.0 99.0 +1.5912E7 29.4 10.6 31 96700 0 0 388 0 0 0 0 0 0 0 10 1.5 0 0 56.3 2000 9 999999999 170 0.0970 0 88 999.000 999.0 99.0 +1.59156E7 30.0 10.0 29 96700 0 0 403 0 0 0 0 0 0 0 0 0.0 2 2 72.4 2000 9 999999999 170 0.0970 0 88 999.000 999.0 99.0 +1.59192E7 30.0 10.6 30 96800 41 782 404 16 70 8 1300 3200 1100 160 80 2.1 2 2 72.4 2000 9 999999999 170 0.0970 0 88 999.000 999.0 99.0 +1.59228E7 30.6 10.6 29 96900 274 1321 407 137 450 45 14300 35200 7100 840 330 3.1 2 2 48.3 2000 9 999999999 170 0.0970 0 88 999.000 999.0 99.0 +1.59264E7 32.2 10.6 26 97000 535 1321 416 342 676 70 35900 64300 9800 1440 290 2.6 2 2 56.3 2000 9 999999999 170 0.0970 0 88 999.000 999.0 99.0 +1.593E7 34.4 9.4 22 97000 780 1321 412 544 769 97 58300 76800 12900 2280 300 3.1 0 0 56.3 2000 9 999999999 160 0.0970 0 88 999.000 999.0 99.0 +1.59336E7 36.1 7.2 17 97000 992 1321 418 755 842 127 80700 85000 16700 3820 230 2.1 0 0 56.3 2000 9 999999999 139 0.0970 0 88 999.000 999.0 99.0 +1.59372E7 37.2 6.1 15 97000 1155 1321 423 914 880 147 93900 88000 16800 5070 250 3.6 0 0 56.3 2000 9 999999999 129 0.0970 0 88 999.000 999.0 99.0 +1.59408E7 38.3 5.6 13 97000 1258 1321 436 1018 908 153 104200 90900 17300 8830 280 4.1 1 1 64.4 2000 9 999999999 120 0.0970 0 88 999.000 999.0 99.0 +1.59444E7 40.0 5.6 12 96900 1296 1321 446 1066 916 164 108400 91700 18300 12880 290 2.6 1 1 64.4 2000 9 999999999 120 0.0970 0 88 999.000 999.0 99.0 +1.5948E7 40.6 6.1 12 96800 1264 1321 442 1032 914 154 105200 91500 17400 9220 210 4.1 0 0 72.4 2000 9 999999999 129 0.0970 0 88 999.000 999.0 99.0 +1.59516E7 41.7 6.1 11 96800 1165 1321 448 937 889 149 95600 88900 17000 5320 250 4.6 0 0 80.5 2000 9 999999999 120 0.0970 0 88 999.000 999.0 99.0 +1.59552E7 41.7 6.7 12 96700 1007 1321 449 795 859 135 83500 86600 17400 4120 240 3.6 0 0 80.5 2000 9 999999999 129 0.0970 0 88 999.000 999.0 99.0 +1.59588E7 41.1 7.2 13 96700 798 1321 455 554 789 67 57100 78200 9800 1750 290 2.1 1 1 80.5 2000 9 999999999 139 0.0970 0 88 999.000 999.0 99.0 +1.59624E7 41.1 7.2 13 96600 555 1321 455 352 693 50 36000 66200 8200 1240 280 4.6 1 1 80.5 2000 9 999999999 139 0.0970 0 88 999.000 999.0 99.0 +1.5966E7 40.0 6.7 13 96600 294 1321 454 129 358 47 13200 28800 6800 880 300 3.6 2 2 80.5 2000 9 999999999 129 0.0970 0 88 999.000 999.0 99.0 +1.59696E7 38.9 6.7 14 96600 52 870 452 22 56 16 2100 1900 2000 270 280 3.6 3 3 64.4 2000 9 999999999 129 0.0970 0 88 999.000 999.0 99.0 +1.59732E7 37.8 7.8 16 96600 0 0 451 0 0 0 0 0 0 0 270 3.1 4 4 56.3 2000 9 999999999 139 0.0970 0 88 999.000 999.0 99.0 +1.59768E7 36.7 8.3 18 96700 0 0 445 0 0 0 0 0 0 0 250 2.1 4 4 56.3 2000 9 999999999 150 0.0970 0 88 999.000 999.0 99.0 +1.59804E7 35.6 8.3 19 96700 0 0 435 0 0 0 0 0 0 0 250 2.6 3 3 56.3 2000 9 999999999 150 0.0970 0 88 999.000 999.0 99.0 +1.5984E7 35.0 9.4 21 96700 0 0 434 0 0 0 0 0 0 0 230 1.5 3 3 56.3 2000 9 999999999 160 0.0970 0 88 999.000 999.0 99.0 +1.59876E7 34.4 8.9 21 96700 0 0 440 0 0 0 0 0 0 0 250 2.1 6 6 56.3 3660 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.59912E7 33.3 9.4 23 96800 0 0 440 0 0 0 0 0 0 0 320 3.1 7 7 56.3 3660 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.59948E7 32.8 9.4 24 96800 0 0 437 0 0 0 0 0 0 0 200 1.5 7 7 56.3 3660 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.59984E7 32.8 10.0 25 96800 0 0 432 0 0 0 0 0 0 0 140 3.1 6 6 56.3 3660 9 999999999 170 0.1400 0 88 999.000 999.0 99.0 +1.6002E7 32.8 11.1 27 96900 0 0 439 0 0 0 0 0 0 0 120 2.1 7 7 56.3 3660 9 999999999 179 0.1400 0 88 999.000 999.0 99.0 +1.60056E7 32.8 10.0 25 96900 40 760 444 7 2 7 900 0 900 270 160 3.1 8 8 64.4 3660 9 999999999 170 0.1400 0 88 999.000 999.0 99.0 +1.60092E7 33.3 12.2 28 97000 272 1321 435 100 190 57 10400 14500 7400 1030 90 3.1 5 5 64.4 2000 9 999999999 189 0.1400 0 88 999.000 999.0 99.0 +1.60128E7 34.4 14.4 30 97000 534 1321 444 350 679 68 35800 64600 9700 1410 100 3.6 5 5 56.3 2000 9 999999999 220 0.1400 0 88 999.000 999.0 99.0 +1.60164E7 35.6 14.4 28 97100 779 1321 434 553 778 95 58700 77700 12800 2240 120 3.1 1 1 56.3 2000 9 999999999 220 0.1400 0 88 999.000 999.0 99.0 +1.602E7 38.3 11.7 20 97100 991 1321 437 752 847 119 80700 85800 16300 3630 170 4.1 0 0 64.4 2000 9 999999999 179 0.1400 0 88 999.000 999.0 99.0 +1.60236E7 40.6 9.4 15 97100 1154 1321 447 911 889 136 93800 89000 15900 4880 200 2.1 0 0 72.4 2000 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.60272E7 41.1 10.6 16 97000 1258 1321 451 998 895 146 102300 89700 16700 8520 230 3.6 0 0 64.4 2000 9 999999999 170 0.1400 0 88 999.000 999.0 99.0 +1.60308E7 42.2 10.6 15 97000 1295 1321 458 1063 915 162 108100 91600 18100 12700 170 3.6 0 0 80.5 2000 9 999999999 170 0.1400 0 88 999.000 999.0 99.0 +1.60344E7 42.2 10.6 15 96900 1264 1321 458 1021 901 156 104100 90200 17600 9290 200 1.5 0 0 80.5 2000 9 999999999 170 0.1400 0 88 999.000 999.0 99.0 +1.6038E7 42.8 10.6 15 96800 1165 1321 461 924 866 157 97900 87600 20500 7220 320 3.6 0 0 80.5 2000 9 999999999 170 0.1400 0 88 999.000 999.0 99.0 +1.60416E7 42.8 9.4 14 96700 1006 1321 459 790 848 140 82900 85400 17700 4220 300 5.2 0 0 80.5 2000 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.60452E7 42.8 9.4 14 96700 798 1321 459 562 795 71 57800 78700 10200 1790 280 3.6 0 0 80.5 2000 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.60488E7 42.2 10.6 15 96700 555 1321 458 354 699 51 36400 66700 8300 1250 270 4.6 0 0 80.5 2000 9 999999999 170 0.1400 0 88 999.000 999.0 99.0 +1.60524E7 41.1 10.6 16 96700 294 1321 451 117 361 33 12100 29500 5500 650 280 4.1 0 0 80.5 2000 9 999999999 170 0.1400 0 88 999.000 999.0 99.0 +1.6056E7 40.0 9.4 16 96700 52 870 443 16 67 9 1500 2700 1300 150 270 4.1 0 0 56.3 2000 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.60596E7 38.9 8.9 16 96700 0 0 436 0 0 0 0 0 0 0 260 4.1 0 0 56.3 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.60632E7 37.2 9.4 18 96800 0 0 436 0 0 0 0 0 0 0 240 3.1 1 1 56.3 2000 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.60668E7 36.1 10.0 20 96800 0 0 436 0 0 0 0 0 0 0 270 3.1 2 2 56.3 2000 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.60704E7 35.0 9.4 21 96800 0 0 429 0 0 0 0 0 0 0 280 4.1 2 2 56.3 2000 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.6074E7 34.4 8.3 20 96900 0 0 429 0 0 0 0 0 0 0 280 3.1 4 3 56.3 2000 9 999999999 150 0.2800 0 88 999.000 999.0 99.0 +1.60776E7 33.9 7.8 20 96900 0 0 425 0 0 0 0 0 0 0 290 3.1 5 3 56.3 2000 9 999999999 150 0.2800 0 88 999.000 999.0 99.0 +1.60812E7 32.8 7.2 20 96900 0 0 421 0 0 0 0 0 0 0 270 2.6 5 4 56.3 2000 9 999999999 139 0.2800 0 88 999.000 999.0 99.0 +1.60848E7 32.2 7.2 21 96900 0 0 421 0 0 0 0 0 0 0 270 2.1 6 5 56.3 3660 9 999999999 139 0.2800 0 88 999.000 999.0 99.0 +1.60884E7 31.7 8.3 23 97000 0 0 417 0 0 0 0 0 0 0 90 2.6 5 4 56.3 2000 9 999999999 150 0.2800 0 88 999.000 999.0 99.0 +1.6092E7 31.1 8.3 24 97000 39 760 414 18 74 10 1600 2700 1400 170 310 2.6 5 4 56.3 2000 9 999999999 150 0.2800 0 88 999.000 999.0 99.0 +1.60956E7 31.1 9.4 26 97100 270 1321 412 127 425 43 13500 33100 6700 800 310 3.1 4 3 56.3 2000 9 999999999 160 0.2800 0 88 999.000 999.0 99.0 +1.60992E7 32.8 10.6 26 97100 532 1321 423 322 614 79 34500 58800 10800 1600 0 0.0 4 3 72.4 2000 9 999999999 179 0.2800 0 88 999.000 999.0 99.0 +1.61028E7 35.0 12.2 25 97200 778 1321 427 492 635 127 53100 64000 15400 3010 300 4.1 1 1 72.4 2000 9 999999999 189 0.2800 0 88 999.000 999.0 99.0 +1.61064E7 36.1 11.1 22 97200 989 1321 424 736 825 126 79100 83300 16600 3780 300 4.1 0 0 72.4 2000 9 999999999 179 0.2800 0 88 999.000 999.0 99.0 +1.611E7 38.3 11.1 19 97100 1153 1321 436 902 876 143 93100 87600 16500 4970 240 2.6 0 0 64.4 2000 9 999999999 170 0.2800 0 88 999.000 999.0 99.0 +1.61136E7 38.9 10.0 17 97100 1257 1321 446 1001 881 165 107400 89300 22200 11700 270 2.1 1 1 72.4 2000 9 999999999 160 0.2800 0 88 999.000 999.0 99.0 +1.61172E7 41.1 11.7 17 97000 1295 1321 468 976 682 304 102800 69000 35100 30160 310 3.6 2 2 72.4 2000 9 999999999 179 0.2800 0 88 999.000 999.0 99.0 +1.61208E7 41.7 7.8 13 96900 1263 1321 459 854 561 314 93000 58800 36600 24760 240 4.6 1 1 80.5 2000 9 999999999 139 0.2800 0 88 999.000 999.0 99.0 +1.61244E7 41.7 11.1 16 96800 1165 1321 455 876 791 173 91600 79600 21300 7790 290 4.1 0 0 80.5 2000 9 999999999 179 0.2800 0 88 999.000 999.0 99.0 +1.6128E7 42.8 11.1 15 96800 1006 1321 462 772 818 141 80500 82300 17700 4240 300 5.2 0 0 80.5 2000 9 999999999 170 0.2800 0 88 999.000 999.0 99.0 +1.61316E7 42.8 11.1 15 96700 798 1321 462 542 746 67 54400 73900 9600 1750 290 4.6 0 0 80.5 2000 9 999999999 170 0.2800 0 88 999.000 999.0 99.0 +1.61352E7 42.2 13.3 18 96700 555 1321 462 345 649 50 35100 63000 8600 1170 260 6.2 0 0 80.5 2000 9 999999999 200 0.2800 0 88 999.000 999.0 99.0 +1.61388E7 41.1 12.8 19 96700 294 1321 454 119 309 42 11600 25000 6100 800 280 6.2 0 0 80.5 2000 9 999999999 200 0.2800 0 88 999.000 999.0 99.0 +1.61424E7 39.4 13.3 21 96700 52 870 445 14 48 9 1400 1900 1200 150 270 4.6 0 0 80.5 2000 9 999999999 200 0.2800 0 88 999.000 999.0 99.0 +1.6146E7 38.3 13.9 23 96700 0 0 449 0 0 0 0 0 0 0 270 5.2 1 1 56.3 2000 9 999999999 209 0.2800 0 88 999.000 999.0 99.0 +1.61496E7 37.2 14.4 26 96800 0 0 449 0 0 0 0 0 0 0 270 4.6 2 2 56.3 2000 9 999999999 220 0.2800 0 88 999.000 999.0 99.0 +1.61532E7 36.1 15.0 28 96800 0 0 451 0 0 0 0 0 0 0 280 3.6 4 4 56.3 2000 9 999999999 220 0.2800 0 88 999.000 999.0 99.0 +1.61568E7 36.1 13.9 26 96900 0 0 453 0 0 0 0 0 0 0 280 4.6 6 5 56.3 3660 9 999999999 209 0.2800 0 88 999.000 999.0 99.0 +1.61604E7 35.0 13.3 27 96900 0 0 450 0 0 0 0 0 0 0 280 4.6 6 6 56.3 3660 9 999999999 200 0.2420 0 88 999.000 999.0 99.0 +1.6164E7 34.4 13.9 29 96900 0 0 452 0 0 0 0 0 0 0 270 5.7 7 7 56.3 3660 9 999999999 209 0.2420 0 88 999.000 999.0 99.0 +1.61676E7 34.4 15.0 31 97000 0 0 471 0 0 0 0 0 0 0 260 5.2 9 9 56.3 3660 9 999999999 229 0.2420 0 88 999.000 999.0 99.0 +1.61712E7 32.8 17.2 39 97100 0 0 465 0 0 0 0 0 0 0 260 2.6 9 9 56.3 3660 9 999999999 259 0.2420 0 88 999.000 999.0 99.0 +1.61748E7 32.2 18.3 44 97100 0 0 453 0 0 0 0 0 0 0 280 3.1 8 8 56.3 3660 9 999999999 279 0.2420 0 88 999.000 999.0 99.0 +1.61784E7 31.1 18.3 47 97200 37 738 424 13 28 10 1300 900 1200 160 290 2.1 4 3 56.3 2000 9 999999999 279 0.2420 0 88 999.000 999.0 99.0 +1.6182E7 31.7 18.3 45 97300 268 1321 423 115 333 50 12100 25600 6900 910 300 2.6 3 2 56.3 2000 9 999999999 279 0.2420 0 88 999.000 999.0 99.0 +1.61856E7 33.3 18.3 41 97300 530 1321 426 324 574 99 34200 54400 12400 1940 270 3.1 2 1 64.4 2000 9 999999999 279 0.2420 0 88 999.000 999.0 99.0 +1.61892E7 35.0 18.3 37 97300 776 1321 442 494 471 222 52400 48100 24100 5210 260 4.6 3 2 64.4 2000 9 999999999 279 0.2420 0 88 999.000 999.0 99.0 +1.61928E7 35.6 18.9 37 97300 988 1321 446 660 608 207 69600 61500 23500 6340 240 3.1 3 2 56.3 2000 9 999999999 290 0.2420 0 88 999.000 999.0 99.0 +1.61964E7 36.7 18.3 34 97300 1152 1321 456 924 797 229 98300 81200 27300 10620 240 5.2 4 3 56.3 2000 9 999999999 279 0.2420 0 88 999.000 999.0 99.0 +1.62E7 38.9 17.2 28 97200 1256 1321 463 919 546 400 97900 57000 43600 30410 260 4.1 3 2 48.3 2000 9 999999999 259 0.2420 0 88 999.000 999.0 99.0 +1.62036E7 38.9 15.6 25 97100 1294 1321 461 749 397 358 80900 41600 40100 36550 250 3.1 2 2 48.3 2000 9 999999999 229 0.2420 0 88 999.000 999.0 99.0 +1.62072E7 40.6 15.6 23 97000 1263 1321 471 1036 806 263 110100 82000 31500 20200 280 4.6 2 2 64.4 2000 9 999999999 229 0.2420 0 88 999.000 999.0 99.0 +1.62108E7 41.7 13.9 19 96900 1165 1321 468 916 835 175 95800 84000 21600 7860 250 6.2 1 1 64.4 2000 9 999999999 209 0.2420 0 88 999.000 999.0 99.0 +1.62144E7 41.7 15.0 21 96800 1006 1321 461 770 809 147 80000 81300 18000 4360 280 3.6 0 0 64.4 2000 9 999999999 229 0.2420 0 88 999.000 999.0 99.0 +1.6218E7 42.2 15.0 20 96700 798 1321 464 554 755 79 55900 74700 10700 1870 290 6.2 0 0 64.4 2000 9 999999999 220 0.2420 0 88 999.000 999.0 99.0 +1.62216E7 41.1 16.7 24 96700 555 1321 460 348 642 60 35100 61900 9100 1330 260 8.8 0 0 64.4 2000 9 999999999 250 0.2420 0 88 999.000 999.0 99.0 +1.62252E7 40.6 16.1 24 96700 293 1321 456 123 294 50 12500 23200 7300 880 270 7.2 0 0 64.4 2000 9 999999999 240 0.2420 0 88 999.000 999.0 99.0 +1.62288E7 40.0 16.1 25 96800 51 870 453 15 45 10 1400 1800 1300 170 240 5.2 0 0 56.3 2000 9 999999999 250 0.2420 0 88 999.000 999.0 99.0 +1.62324E7 38.3 16.1 27 96900 0 0 452 0 0 0 0 0 0 0 240 3.6 1 1 56.3 2000 9 999999999 240 0.2420 0 88 999.000 999.0 99.0 +1.6236E7 37.8 15.6 27 96900 0 0 448 0 0 0 0 0 0 0 240 4.1 1 1 56.3 2000 9 999999999 240 0.2420 0 88 999.000 999.0 99.0 +1.62396E7 37.2 16.7 30 96900 0 0 452 0 0 0 0 0 0 0 250 4.1 2 2 56.3 2000 9 999999999 250 0.2420 0 88 999.000 999.0 99.0 +1.62432E7 37.2 16.7 30 97000 0 0 460 0 0 0 0 0 0 0 240 3.1 4 4 56.3 2000 9 999999999 250 0.2420 0 88 999.000 999.0 99.0 +1.62468E7 36.1 15.0 28 97000 0 0 451 0 0 0 0 0 0 0 230 3.1 4 4 56.3 2000 9 999999999 220 0.1190 0 88 999.000 999.0 99.0 +1.62504E7 35.0 15.6 31 97000 0 0 432 0 0 0 0 0 0 0 260 2.6 1 1 56.3 2000 9 999999999 229 0.1190 0 88 999.000 999.0 99.0 +1.6254E7 33.9 16.1 35 97000 0 0 433 0 0 0 0 0 0 0 110 3.1 2 2 56.3 2000 9 999999999 250 0.1190 0 88 999.000 999.0 99.0 +1.62576E7 32.2 17.8 42 97100 0 0 412 0 0 0 0 0 0 0 90 4.6 0 0 56.3 2000 9 999999999 270 0.1190 0 88 999.000 999.0 99.0 +1.62612E7 31.7 18.3 45 97100 0 0 410 0 0 0 0 0 0 0 100 4.6 0 0 80.5 2000 9 999999999 279 0.1190 0 88 999.000 999.0 99.0 +1.62648E7 31.1 18.3 47 97100 36 738 424 19 47 14 1800 1400 1700 240 120 4.1 3 3 80.5 2000 9 999999999 279 0.1190 0 88 999.000 999.0 99.0 +1.62684E7 31.7 18.9 47 97200 266 1321 428 143 386 67 15000 29000 9200 1220 90 4.6 3 3 64.4 2000 9 999999999 290 0.1190 0 88 999.000 999.0 99.0 +1.6272E7 33.3 18.9 42 97300 529 1321 444 330 572 98 34000 54200 12300 1920 100 4.1 5 5 64.4 2000 9 999999999 290 0.1190 0 88 999.000 999.0 99.0 +1.62756E7 35.0 17.8 36 97400 775 1321 445 507 529 199 54100 54100 22400 4610 60 2.6 4 3 64.4 2000 9 999999999 270 0.1190 0 88 999.000 999.0 99.0 +1.62792E7 37.2 16.1 29 97400 987 1321 456 733 546 326 76800 56600 34500 10350 220 2.1 5 3 64.4 2000 9 999999999 250 0.1190 0 88 999.000 999.0 99.0 +1.62828E7 37.2 15.6 28 97300 1151 1321 459 663 395 318 71200 41300 35200 15000 240 3.1 5 4 64.4 2000 9 999999999 240 0.1190 0 88 999.000 999.0 99.0 +1.62864E7 39.4 14.4 23 97200 1256 1321 462 960 811 190 101300 81700 23500 13100 300 3.1 2 2 64.4 2000 9 999999999 220 0.1190 0 88 999.000 999.0 99.0 +1.629E7 40.6 14.4 21 97100 1294 1321 474 1017 829 202 106600 83400 24800 18850 300 3.6 3 3 48.3 2000 9 999999999 220 0.1190 0 88 999.000 999.0 99.0 +1.62936E7 41.7 13.3 19 97000 1263 1321 474 995 842 188 104800 84800 23600 13600 330 3.6 2 2 48.3 2000 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.62972E7 42.2 12.8 17 96900 1164 1321 476 916 835 176 95800 84000 21600 7880 240 6.2 2 2 48.3 2000 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.63008E7 42.8 13.3 18 96800 1006 1321 474 770 800 156 79700 80100 18600 4530 260 7.2 1 1 48.3 2000 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.63044E7 42.8 12.8 17 96700 798 1321 473 550 738 89 57300 74100 12500 2190 260 7.2 1 1 48.3 2000 9 999999999 200 0.1190 0 88 999.000 999.0 99.0 +1.6308E7 42.8 11.7 16 96700 554 1321 478 345 624 73 35700 60500 10300 1520 270 6.2 2 2 48.3 2000 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.63116E7 42.2 11.1 16 96700 292 1321 482 180 280 118 18500 21900 13600 2490 280 5.7 4 4 48.3 2000 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.63152E7 39.4 13.9 22 96800 51 870 477 17 43 12 1600 1500 1500 200 70 6.2 6 6 48.3 3660 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.63188E7 38.9 12.8 21 96800 0 0 485 0 0 0 0 0 0 0 70 5.2 8 8 48.3 3660 9 999999999 200 0.1190 0 88 999.000 999.0 99.0 +1.63224E7 38.3 13.3 22 96900 0 0 475 0 0 0 0 0 0 0 80 4.1 7 7 48.3 3660 9 999999999 200 0.1190 0 88 999.000 999.0 99.0 +1.6326E7 36.7 14.4 27 97000 0 0 454 0 0 0 0 0 0 0 150 3.1 4 4 56.3 2000 9 999999999 220 0.1190 0 88 999.000 999.0 99.0 +1.63296E7 36.7 13.9 26 97000 0 0 453 0 0 0 0 0 0 0 140 5.2 4 4 56.3 2000 9 999999999 220 0.1190 0 88 999.000 999.0 99.0 +1.63332E7 35.6 14.4 28 96900 0 0 444 0 0 0 0 0 0 0 100 6.2 3 3 56.3 2000 9 999999999 220 0.1190 0 88 999.000 999.0 99.0 +1.63368E7 33.9 16.1 35 96900 0 0 433 0 0 0 0 0 0 0 120 6.2 2 2 56.3 2000 9 999999999 250 0.1190 0 88 999.000 999.0 99.0 +1.63404E7 33.3 16.1 36 96900 0 0 415 0 0 0 0 0 0 0 110 6.2 0 0 56.3 2000 9 999999999 250 0.1190 0 88 999.000 999.0 99.0 +1.6344E7 32.8 16.1 37 96900 0 0 426 0 0 0 0 0 0 0 120 4.6 2 2 56.3 2000 9 999999999 250 0.1190 0 88 999.000 999.0 99.0 +1.63476E7 32.2 16.7 39 97000 0 0 428 0 0 0 0 0 0 0 120 5.2 3 3 72.4 2000 9 999999999 250 0.1190 0 88 999.000 999.0 99.0 +1.63512E7 31.7 16.7 41 97000 35 716 432 6 11 5 700 400 600 100 100 5.2 5 5 72.4 2000 9 999999999 250 0.1190 0 88 999.000 999.0 99.0 +1.63548E7 32.2 17.2 41 97100 264 1322 435 134 268 83 14300 20000 10300 1630 90 5.2 6 5 72.4 3660 9 999999999 259 0.1190 0 88 999.000 999.0 99.0 +1.63584E7 33.9 17.2 37 97100 527 1322 438 339 609 104 35900 57400 13000 2010 120 5.2 3 3 80.5 2000 9 999999999 259 0.1190 0 88 999.000 999.0 99.0 +1.6362E7 36.7 16.7 31 97100 773 1322 457 572 727 155 60700 72500 18200 3550 140 5.2 4 4 80.5 2000 9 999999999 259 0.1190 0 88 999.000 999.0 99.0 +1.63656E7 37.8 16.7 29 97100 986 1322 464 574 477 221 62800 49700 25700 6790 150 4.1 5 4 72.4 2000 9 999999999 250 0.1190 0 88 999.000 999.0 99.0 +1.63692E7 38.9 16.1 26 97100 1150 1322 466 667 544 197 72100 55800 23400 9180 130 3.6 3 3 72.4 2000 9 999999999 240 0.1190 0 88 999.000 999.0 99.0 +1.63728E7 40.0 16.1 25 97000 1255 1322 468 992 861 178 105700 87000 22900 12330 110 3.1 3 2 96.6 2000 9 999999999 250 0.1190 0 88 999.000 999.0 99.0 +1.63764E7 41.1 16.1 23 96900 1293 1322 475 1035 868 181 109700 87700 23600 16990 230 3.6 2 2 96.6 2000 9 999999999 240 0.1190 0 88 999.000 999.0 99.0 +1.638E7 41.7 14.4 20 96800 1262 1322 480 1008 873 171 107200 88400 22600 12490 240 2.6 3 3 96.6 2000 9 999999999 220 0.1190 0 88 999.000 999.0 99.0 +1.63836E7 42.2 12.8 17 96700 1164 1322 481 921 857 161 97200 86600 20700 7340 300 4.6 3 3 96.6 2000 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.63872E7 42.8 12.8 17 96600 1006 1322 488 750 778 154 77800 78000 18400 4490 310 5.7 4 4 80.5 2000 9 999999999 200 0.1190 0 88 999.000 999.0 99.0 +1.63908E7 40.6 10.6 17 96600 797 1322 479 466 539 136 48800 54300 16000 3260 50 10.3 6 6 56.3 6100 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.63944E7 38.3 10.6 19 96600 554 1322 489 156 123 109 18000 12300 12800 2580 50 5.2 9 9 72.4 6100 9 999999999 170 0.1190 0 88 999.000 999.0 99.0 +1.6398E7 37.2 11.1 21 96700 292 1322 472 47 1 47 5500 0 5500 1850 320 5.2 9 8 72.4 6100 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.64016E7 36.7 10.0 20 96700 50 848 468 5 2 5 600 100 600 140 350 3.6 8 8 72.4 3660 9 999999999 170 0.1190 0 88 999.000 999.0 99.0 +1.64052E7 36.7 11.1 21 96800 0 0 469 0 0 0 0 0 0 0 60 5.2 8 8 56.3 3660 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.64088E7 35.0 11.7 24 96800 0 0 448 0 0 0 0 0 0 0 120 5.2 6 6 56.3 3660 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +1.64124E7 34.4 14.4 30 96900 0 0 470 0 0 0 0 0 0 0 140 5.2 9 9 56.3 3660 9 999999999 220 0.1190 0 88 999.000 999.0 99.0 +1.6416E7 33.3 15.6 34 96900 0 0 448 0 0 0 0 0 0 0 80 5.2 7 7 56.3 7620 9 999999999 229 0.1190 0 88 999.000 999.0 99.0 +1.64196E7 31.7 16.7 41 96900 0 0 425 0 0 0 0 0 0 0 120 6.2 3 3 56.3 2000 9 999999999 250 0.0970 0 88 999.000 999.0 99.0 +1.64232E7 31.1 16.7 42 96900 0 0 418 0 0 0 0 0 0 0 90 5.2 3 2 56.3 2000 9 999999999 250 0.0970 0 88 999.000 999.0 99.0 +1.64268E7 30.0 16.7 45 96900 0 0 412 0 0 0 0 0 0 0 100 4.1 3 2 56.3 2000 9 999999999 250 0.0970 0 88 999.000 999.0 99.0 +1.64304E7 29.4 16.7 46 96900 0 0 408 0 0 0 0 0 0 0 80 2.6 3 2 56.3 2000 9 999999999 250 0.0970 0 88 999.000 999.0 99.0 +1.6434E7 29.4 16.1 45 96900 0 0 395 0 0 0 0 0 0 0 120 4.1 2 0 80.5 2000 9 999999999 250 0.0970 0 88 999.000 999.0 99.0 +1.64376E7 29.4 16.1 45 97000 34 716 408 14 44 9 1300 1600 1200 150 120 4.1 2 2 80.5 2000 9 999999999 250 0.0970 0 88 999.000 999.0 99.0 +1.64412E7 30.6 16.1 42 97100 262 1322 414 128 419 55 14100 31700 7800 970 110 3.1 2 2 80.5 2000 9 999999999 250 0.0970 0 88 999.000 999.0 99.0 +1.64448E7 31.7 16.1 39 97100 525 1322 407 322 644 87 35900 61200 11600 1730 100 3.6 0 0 80.5 2000 9 999999999 240 0.0970 0 88 999.000 999.0 99.0 +1.64484E7 32.8 16.1 37 97100 772 1322 413 534 756 119 59700 76300 15100 2820 110 2.6 0 0 80.5 2000 9 999999999 250 0.0970 0 88 999.000 999.0 99.0 +1.6452E7 35.0 16.1 32 97100 984 1322 425 723 812 134 78000 81800 17000 3910 70 3.1 0 0 80.5 2000 9 999999999 240 0.0970 0 88 999.000 999.0 99.0 +1.64556E7 36.1 15.6 29 97100 1149 1322 430 885 862 149 95900 87300 19800 6540 250 2.1 0 0 80.5 2000 9 999999999 229 0.0970 0 88 999.000 999.0 99.0 +1.64592E7 37.8 15.6 27 97000 1254 1322 440 984 869 168 106000 88000 22300 11670 210 3.1 0 0 80.5 2000 9 999999999 240 0.0970 0 88 999.000 999.0 99.0 +1.64628E7 38.3 15.0 25 96900 1293 1322 442 1042 885 168 105500 88600 18600 12670 240 4.1 0 0 80.5 2000 9 999999999 229 0.0970 0 88 999.000 999.0 99.0 +1.64664E7 40.0 14.4 22 96800 1262 1322 450 1007 884 158 102400 88500 17700 9240 220 2.6 0 0 80.5 2000 9 999999999 220 0.0970 0 88 999.000 999.0 99.0 +1.647E7 40.6 15.6 23 96700 1164 1322 456 922 858 156 97000 86800 20400 7150 240 4.1 0 0 80.5 2000 9 999999999 229 0.0970 0 88 999.000 999.0 99.0 +1.64736E7 41.1 15.6 22 96600 1005 1322 482 650 591 194 68200 60100 22400 6200 280 5.2 4 4 80.5 2000 9 999999999 229 0.0970 0 88 999.000 999.0 99.0 +1.64772E7 40.0 15.0 23 96600 797 1322 482 343 169 228 36400 17800 25700 6180 260 5.2 6 6 80.5 6100 9 999999999 229 0.0970 0 88 999.000 999.0 99.0 +1.64808E7 33.3 15.0 33 96800 553 1322 478 56 0 56 6900 0 6900 2610 10 10.3 10 10 24.1 2440 9 999999999 229 0.0970 0 88 999.000 999.0 99.0 +1.64844E7 31.7 13.9 34 96800 291 1322 444 23 2 22 2800 0 2800 940 350 6.7 8 8 48.3 2440 9 999999999 209 0.0970 0 88 999.000 999.0 99.0 +1.6488E7 32.2 12.8 31 96800 49 848 455 6 1 6 700 0 700 240 340 6.7 10 9 48.3 3660 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +1.64916E7 31.7 13.3 33 96900 0 0 443 0 0 0 0 0 0 0 290 3.1 9 8 48.3 6100 9 999999999 209 0.0970 0 88 999.000 999.0 99.0 +1.64952E7 32.2 13.3 32 97000 0 0 468 0 0 0 0 0 0 0 150 3.1 10 10 48.3 3660 9 999999999 209 0.0970 0 88 999.000 999.0 99.0 +1.64988E7 31.7 14.4 35 97100 0 0 454 0 0 0 0 0 0 0 100 5.2 9 9 48.3 3660 9 999999999 220 0.0970 0 88 999.000 999.0 99.0 +1.65024E7 29.4 15.6 43 97000 0 0 455 0 0 0 0 0 0 0 160 5.2 10 10 56.3 3660 9 999999999 240 0.0970 0 88 999.000 999.0 99.0 +1.6506E7 28.9 15.6 44 97100 0 0 408 0 0 0 0 0 0 0 150 4.6 8 3 56.3 2000 9 999999999 229 0.1800 0 88 999.000 999.0 99.0 +1.65096E7 28.9 15.6 44 97200 0 0 408 0 0 0 0 0 0 0 150 5.2 8 3 56.3 2000 9 999999999 229 0.1800 0 88 999.000 999.0 99.0 +1.65132E7 28.3 16.1 48 97200 0 0 406 0 0 0 0 0 0 0 140 5.2 8 3 56.3 2000 9 999999999 250 0.1800 0 88 999.000 999.0 99.0 +1.65168E7 27.2 17.2 54 97200 0 0 397 0 0 0 0 0 0 0 120 4.1 6 2 56.3 2000 9 999999999 259 0.1800 0 88 999.000 999.0 99.0 +1.65204E7 27.2 17.2 54 97300 0 0 392 0 0 0 0 0 0 0 140 4.1 4 1 80.5 2000 9 999999999 259 0.1800 0 88 999.000 999.0 99.0 +1.6524E7 27.2 17.2 54 97300 33 694 401 14 38 10 1300 1100 1300 160 110 4.1 7 3 80.5 2000 9 999999999 259 0.1800 0 88 999.000 999.0 99.0 +1.65276E7 27.8 17.8 55 97400 260 1322 401 129 386 50 12900 29300 7100 900 100 3.1 6 2 64.4 2000 9 999999999 270 0.1800 0 88 999.000 999.0 99.0 +1.65312E7 29.4 17.2 48 97500 523 1322 404 314 591 78 32900 56400 10600 1580 100 4.1 6 1 64.4 2000 9 999999999 259 0.1800 0 88 999.000 999.0 99.0 +1.65348E7 31.1 16.1 40 97500 770 1322 411 521 706 106 54100 70100 13200 2370 130 2.6 4 1 64.4 2000 9 999999999 240 0.1800 0 88 999.000 999.0 99.0 +1.65384E7 32.8 15.6 35 97500 983 1322 412 720 792 129 76100 79900 16600 3790 0 0.0 0 0 64.4 2000 9 999999999 229 0.1800 0 88 999.000 999.0 99.0 +1.6542E7 35.0 16.1 32 97500 1148 1322 425 864 809 160 91400 81700 20300 6890 200 3.1 0 0 64.4 2000 9 999999999 240 0.1800 0 88 999.000 999.0 99.0 +1.65456E7 35.6 15.6 30 97400 1254 1322 427 976 840 177 103400 84900 22700 12150 280 4.1 0 0 64.4 2000 9 999999999 229 0.1800 0 88 999.000 999.0 99.0 +1.65492E7 36.1 16.1 30 97400 1292 1322 431 1034 860 191 109200 86700 24200 17610 300 6.7 0 0 72.4 2000 9 999999999 240 0.1800 0 88 999.000 999.0 99.0 +1.65528E7 36.7 15.0 27 97300 1262 1322 433 1000 863 174 106200 87300 22700 12600 280 6.2 0 0 80.5 2000 9 999999999 220 0.1800 0 88 999.000 999.0 99.0 +1.65564E7 37.8 15.6 27 97200 1163 1322 440 917 852 165 96800 86000 21000 7460 250 7.2 0 0 80.5 2000 9 999999999 240 0.1800 0 88 999.000 999.0 99.0 +1.656E7 38.3 15.6 26 97200 1005 1322 442 768 815 146 80300 81900 17900 4320 270 3.6 0 0 80.5 2000 9 999999999 229 0.1800 0 88 999.000 999.0 99.0 +1.65636E7 38.3 15.0 25 97100 796 1322 442 544 744 94 57700 74500 12800 2270 260 3.6 0 0 80.5 2000 9 999999999 229 0.1800 0 88 999.000 999.0 99.0 +1.65672E7 38.3 15.0 25 97100 552 1322 442 343 657 68 36000 63000 9600 1440 290 5.2 0 0 80.5 2000 9 999999999 229 0.1800 0 88 999.000 999.0 99.0 +1.65708E7 37.8 14.4 25 97100 290 1322 438 131 297 66 13800 23200 8700 1200 290 3.6 0 0 80.5 2000 9 999999999 220 0.1800 0 88 999.000 999.0 99.0 +1.65744E7 36.7 13.9 26 97100 49 848 431 12 54 6 1000 2600 900 120 270 2.6 0 0 80.5 2000 9 999999999 220 0.1800 0 88 999.000 999.0 99.0 +1.6578E7 36.1 13.3 25 97100 0 0 427 0 0 0 0 0 0 0 260 3.1 0 0 56.3 2000 9 999999999 200 0.1800 0 88 999.000 999.0 99.0 +1.65816E7 35.0 13.9 28 97200 0 0 422 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 209 0.1800 0 88 999.000 999.0 99.0 +1.65852E7 34.4 13.3 28 97200 0 0 418 0 0 0 0 0 0 0 260 4.6 0 0 56.3 2000 9 999999999 209 0.1800 0 88 999.000 999.0 99.0 +1.65888E7 33.3 13.3 30 97200 0 0 412 0 0 0 0 0 0 0 290 4.1 0 0 56.3 2000 9 999999999 209 0.1800 0 88 999.000 999.0 99.0 +1.65924E7 32.8 13.3 31 97300 0 0 409 0 0 0 0 0 0 0 280 5.2 0 0 56.3 2000 9 999999999 209 0.0970 0 88 999.000 999.0 99.0 +1.6596E7 31.7 12.8 32 97300 0 0 403 0 0 0 0 0 0 0 310 2.1 0 0 56.3 2000 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +1.65996E7 30.0 13.9 37 97300 0 0 395 0 0 0 0 0 0 0 60 2.6 0 0 56.3 2000 9 999999999 209 0.0970 0 88 999.000 999.0 99.0 +1.66032E7 29.4 13.3 37 97300 0 0 391 0 0 0 0 0 0 0 340 2.1 0 0 56.3 2000 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +1.66068E7 29.4 13.3 37 97400 0 0 391 0 0 0 0 0 0 0 0 0.0 0 0 80.5 2000 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +1.66104E7 29.4 13.3 37 97400 32 694 391 12 69 4 900 3600 700 110 0 0.0 0 0 64.4 2000 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +1.6614E7 30.6 12.8 34 97400 258 1322 397 126 504 28 13300 40200 5500 610 280 2.1 0 0 64.4 2000 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +1.66176E7 32.2 12.8 31 97500 521 1322 405 323 697 48 34100 65900 8100 1180 0 0.0 0 0 56.3 2000 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +1.66212E7 33.9 13.3 29 97500 768 1322 415 528 779 74 55200 76900 10400 1770 10 2.1 0 0 56.3 2000 9 999999999 209 0.0970 0 88 999.000 999.0 99.0 +1.66248E7 35.6 13.3 26 97500 982 1322 424 736 853 101 76300 85200 12800 2690 100 1.5 0 0 56.3 2000 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +1.66284E7 37.2 11.7 21 97400 1147 1322 431 904 895 125 92900 89600 15000 4560 140 4.1 0 0 56.3 2000 9 999999999 179 0.0970 0 88 999.000 999.0 99.0 +1.6632E7 38.9 10.6 18 97400 1253 1322 439 998 830 209 103800 83100 24800 13910 180 2.1 0 0 64.4 2000 9 999999999 170 0.0970 0 88 999.000 999.0 99.0 +1.66356E7 38.9 10.6 18 97300 1292 1322 439 1059 844 232 109500 84200 27000 20750 180 2.1 0 0 64.4 2000 9 999999999 170 0.0970 0 88 999.000 999.0 99.0 +1.66392E7 41.1 7.2 13 97300 1261 1322 446 1045 897 187 110200 90400 23700 13360 320 3.6 0 0 48.3 2000 9 999999999 139 0.0970 0 88 999.000 999.0 99.0 +1.66428E7 40.0 6.7 13 97200 1163 1322 439 952 903 155 101100 91400 20500 7090 260 3.6 0 0 64.4 2000 9 999999999 129 0.0970 0 88 999.000 999.0 99.0 +1.66464E7 41.1 5.0 11 97100 1004 1322 443 810 898 126 83300 89600 15100 3010 280 4.6 0 0 64.4 2000 9 999999999 120 0.0970 0 88 999.000 999.0 99.0 +1.665E7 41.1 3.3 10 97100 796 1322 440 593 862 73 62000 85300 10600 1810 250 4.6 0 0 64.4 2000 9 999999999 110 0.0970 0 88 999.000 999.0 99.0 +1.66536E7 40.0 4.4 11 97000 551 1322 436 351 735 44 37200 70200 7800 1160 270 3.6 0 0 64.4 2000 9 999999999 110 0.0970 0 88 999.000 999.0 99.0 +1.66572E7 39.4 3.3 11 97000 289 1322 431 131 365 51 13500 29000 7200 940 270 3.1 0 0 80.5 2000 9 999999999 110 0.0970 0 88 999.000 999.0 99.0 +1.66608E7 38.3 -0.6 9 97000 48 826 419 10 81 2 800 4800 500 80 250 2.6 0 0 56.3 2000 9 999999999 89 0.0970 0 88 999.000 999.0 99.0 +1.66644E7 36.7 2.2 11 97100 0 0 414 0 0 0 0 0 0 0 220 2.6 0 0 56.3 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +1.6668E7 35.6 2.2 12 97100 0 0 409 0 0 0 0 0 0 0 230 2.6 0 0 56.3 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +1.66716E7 33.9 2.8 14 97100 0 0 401 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +1.66752E7 31.7 7.8 23 97100 0 0 396 0 0 0 0 0 0 0 20 1.5 0 0 56.3 2000 9 999999999 150 0.0970 0 88 999.000 999.0 99.0 +1.66788E7 31.1 6.7 22 97100 0 0 391 0 0 0 0 0 0 0 70 1.5 0 0 56.3 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.66824E7 30.6 6.7 22 97100 0 0 389 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.1190 0 88 999.000 999.0 99.0 +1.6686E7 29.4 6.7 24 97000 0 0 383 0 0 0 0 0 0 0 90 2.6 0 0 56.3 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.66896E7 29.4 6.1 23 97000 0 0 382 0 0 0 0 0 0 0 110 3.1 0 0 56.3 2000 9 999999999 129 0.1190 0 88 999.000 999.0 99.0 +1.66932E7 28.3 5.6 24 97100 0 0 376 0 0 0 0 0 0 0 100 2.6 0 0 56.3 2000 9 999999999 129 0.1190 0 88 999.000 999.0 99.0 +1.66968E7 26.7 7.2 29 97100 30 672 370 12 57 6 1000 2500 800 120 0 0.0 0 0 56.3 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.67004E7 28.9 6.7 25 97200 256 1322 387 116 397 39 12100 30300 6200 730 170 2.1 2 1 56.3 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.6704E7 31.1 4.4 19 97200 519 1322 401 322 649 65 33500 61500 9300 1350 120 3.1 5 2 56.3 2000 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.67076E7 34.4 4.4 15 97200 767 1322 413 537 748 102 56300 74300 13100 2310 110 3.6 2 1 56.3 2000 9 999999999 110 0.1190 0 88 999.000 999.0 99.0 +1.67112E7 37.2 5.0 14 97200 981 1322 429 746 843 119 79600 85300 16200 3560 110 3.1 3 1 56.3 2000 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.67148E7 38.9 1.7 10 97200 1146 1322 434 900 852 160 95200 86000 20400 6840 230 2.1 4 1 56.3 2000 9 999999999 100 0.1190 0 88 999.000 999.0 99.0 +1.67184E7 41.7 0.6 8 97200 1252 1322 458 1034 868 207 107400 87000 24800 13720 150 2.1 5 3 64.4 2000 9 999999999 89 0.1190 0 88 999.000 999.0 99.0 +1.6722E7 41.7 1.1 8 97100 1291 1322 466 769 328 449 84700 35700 49800 37960 120 3.1 6 5 64.4 3660 9 999999999 89 0.1190 0 88 999.000 999.0 99.0 +1.67256E7 42.2 1.1 8 97100 1261 1322 474 584 108 481 64500 11200 53800 27290 200 3.1 7 6 80.5 4270 9 999999999 89 0.1190 0 88 999.000 999.0 99.0 +1.67292E7 41.7 1.7 8 97000 1163 1322 485 581 126 474 63800 13400 52000 21010 120 3.1 8 8 80.5 4270 9 999999999 89 0.1190 0 88 999.000 999.0 99.0 +1.67328E7 41.7 2.2 9 97000 1004 1322 478 524 227 356 57900 24100 39600 11820 120 2.6 8 7 80.5 4270 9 999999999 100 0.1190 0 88 999.000 999.0 99.0 +1.67364E7 42.2 2.8 9 96900 795 1322 482 412 203 312 47000 21200 34200 8450 310 2.1 7 7 80.5 4270 9 999999999 110 0.1190 0 88 999.000 999.0 99.0 +1.674E7 41.1 2.8 9 96800 550 1322 470 255 334 133 28800 32300 15300 2620 270 3.1 7 6 80.5 4270 9 999999999 100 0.1190 0 88 999.000 999.0 99.0 +1.67436E7 40.6 4.4 11 96800 287 1322 465 87 138 62 9900 10800 7600 1130 310 2.1 6 5 80.5 7620 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.67472E7 39.4 5.6 12 96800 47 826 457 7 15 6 800 500 800 90 0 0.0 4 4 56.3 2000 9 999999999 120 0.1190 0 88 999.000 999.0 99.0 +1.67508E7 38.3 6.1 14 96800 0 0 443 0 0 0 0 0 0 0 160 1.5 2 2 56.3 2000 9 999999999 129 0.1190 0 88 999.000 999.0 99.0 +1.67544E7 36.1 7.2 17 96900 0 0 426 0 0 0 0 0 0 0 130 2.6 1 1 56.3 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.6758E7 35.6 6.7 17 96900 0 0 423 0 0 0 0 0 0 0 150 2.6 1 1 56.3 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +1.67616E7 33.9 8.3 21 96900 0 0 416 0 0 0 0 0 0 0 40 2.6 1 1 56.3 2000 9 999999999 150 0.1190 0 88 999.000 999.0 99.0 +1.67652E7 32.8 8.3 22 96900 0 0 416 0 0 0 0 0 0 0 70 2.6 2 2 56.3 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.67688E7 31.7 8.9 24 96900 0 0 405 0 0 0 0 0 0 0 40 2.1 1 1 56.3 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.67724E7 31.1 8.3 24 96900 0 0 401 0 0 0 0 0 0 0 70 2.6 1 1 56.3 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.6776E7 30.0 8.9 27 96900 0 0 401 0 0 0 0 0 0 0 100 2.1 2 2 56.3 2000 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.67796E7 29.4 8.9 28 97000 0 0 393 0 0 0 0 0 0 0 0 0.0 1 1 56.3 2000 9 999999999 160 0.1400 0 88 999.000 999.0 99.0 +1.67832E7 29.4 7.2 25 97000 29 650 396 8 3 8 900 200 900 210 80 2.1 2 2 56.3 2000 9 999999999 139 0.1400 0 88 999.000 999.0 99.0 +1.67868E7 31.1 7.2 22 97100 253 1322 409 129 276 73 12900 20200 9000 1350 80 3.1 3 3 56.3 2000 9 999999999 139 0.1400 0 88 999.000 999.0 99.0 +1.67904E7 32.8 7.2 20 97100 517 1322 414 332 648 74 34700 61800 10500 1500 90 3.1 3 2 56.3 2000 9 999999999 139 0.1400 0 88 999.000 999.0 99.0 +1.6794E7 35.0 7.2 18 97200 765 1322 412 538 787 81 57700 78900 12000 1980 80 3.1 0 0 56.3 2000 9 999999999 139 0.1400 0 88 999.000 999.0 99.0 +1.67976E7 36.7 7.2 16 97200 979 1322 422 743 849 113 76700 84700 13900 2780 50 2.1 0 0 56.3 2000 9 999999999 139 0.1400 0 88 999.000 999.0 99.0 +1.68012E7 38.9 5.6 13 97200 1145 1322 431 897 884 129 92100 88500 15300 4590 140 2.1 0 0 56.3 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.68048E7 40.6 3.9 10 97100 1251 1322 438 1002 900 148 102400 90200 16900 8210 180 4.1 0 0 64.4 2000 9 999999999 110 0.1400 0 88 999.000 999.0 99.0 +1.68084E7 42.2 3.9 10 97000 1291 1322 447 1050 904 165 106900 90500 18400 12140 120 2.1 0 0 64.4 2000 9 999999999 120 0.1400 0 88 999.000 999.0 99.0 +1.6812E7 42.8 5.0 10 97000 1260 1322 452 1009 886 162 102800 88700 18100 9240 240 4.1 0 0 80.5 2000 9 999999999 120 0.1400 0 88 999.000 999.0 99.0 +1.68156E7 43.3 6.7 11 96900 1162 1322 458 920 862 160 97400 87100 20700 7240 290 4.1 0 0 80.5 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.68192E7 43.3 7.2 11 96800 1003 1322 459 771 826 142 80900 83100 17700 4230 300 3.6 0 0 80.5 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.68228E7 43.3 7.2 11 96700 794 1322 459 563 771 98 59500 77100 13100 2330 330 2.6 0 0 80.5 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.68264E7 42.8 6.1 11 96700 549 1322 454 338 680 54 36200 65700 8900 1230 280 3.6 0 0 80.5 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.683E7 42.2 6.1 11 96700 286 1322 451 137 287 75 14200 22300 9400 1380 310 3.1 0 0 80.5 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.68336E7 41.1 5.0 11 96700 46 826 443 10 61 4 900 2900 700 80 290 3.6 0 0 56.3 2000 9 999999999 120 0.1400 0 88 999.000 999.0 99.0 +1.68372E7 38.9 6.1 13 96800 0 0 432 0 0 0 0 0 0 0 270 3.6 0 0 56.3 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.68408E7 37.2 6.7 15 96900 0 0 424 0 0 0 0 0 0 0 270 4.6 0 0 56.3 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.68444E7 36.1 6.1 16 96900 0 0 417 0 0 0 0 0 0 0 280 4.1 0 0 56.3 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.6848E7 35.0 3.9 14 96900 0 0 408 0 0 0 0 0 0 0 270 4.1 0 0 56.3 2000 9 999999999 110 0.1400 0 88 999.000 999.0 99.0 +1.68516E7 33.9 2.2 13 97000 0 0 400 0 0 0 0 0 0 0 330 2.6 0 0 56.3 2000 9 999999999 100 0.1800 0 88 999.000 999.0 99.0 +1.68552E7 32.8 3.3 16 97000 0 0 396 0 0 0 0 0 0 0 330 3.1 0 0 56.3 2000 9 999999999 110 0.1800 0 88 999.000 999.0 99.0 +1.68588E7 32.2 3.9 17 97000 0 0 393 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 110 0.1800 0 88 999.000 999.0 99.0 +1.68624E7 31.1 5.0 19 97000 0 0 389 0 0 0 0 0 0 0 60 1.5 0 0 56.3 2000 9 999999999 120 0.1800 0 88 999.000 999.0 99.0 +1.6866E7 30.6 6.7 22 97000 0 0 389 0 0 0 0 0 0 0 80 2.1 0 0 80.5 2000 9 999999999 129 0.1800 0 88 999.000 999.0 99.0 +1.68696E7 30.0 7.2 24 97100 28 650 386 10 59 4 800 2600 600 80 0 0.0 0 0 72.4 2000 9 999999999 139 0.1800 0 88 999.000 999.0 99.0 +1.68732E7 30.0 7.8 25 97200 251 1322 387 128 513 31 13300 40400 5700 650 90 2.6 0 0 56.3 2000 9 999999999 150 0.1800 0 88 999.000 999.0 99.0 +1.68768E7 32.2 6.1 20 97300 515 1322 396 325 691 55 34600 65900 8900 1210 70 3.1 0 0 64.4 2000 9 999999999 129 0.1800 0 88 999.000 999.0 99.0 +1.68804E7 35.0 3.3 14 97300 763 1322 407 532 772 85 56800 77200 12100 2040 110 2.1 0 0 64.4 2000 9 999999999 110 0.1800 0 88 999.000 999.0 99.0 +1.6884E7 36.7 2.2 11 97200 978 1322 422 769 701 247 79400 70100 27500 7220 80 2.6 2 1 64.4 2000 9 999999999 100 0.1800 0 88 999.000 999.0 99.0 +1.68876E7 38.9 2.8 11 97200 1144 1322 427 884 839 156 93600 84800 20100 6650 150 1.5 0 0 64.4 2000 9 999999999 110 0.1800 0 88 999.000 999.0 99.0 +1.68912E7 40.0 2.2 10 97200 1251 1322 432 991 871 164 105700 88300 22000 11130 170 2.1 0 0 64.4 2000 9 999999999 100 0.1800 0 88 999.000 999.0 99.0 +1.68948E7 42.2 3.3 9 97100 1290 1322 446 1040 877 182 110300 88600 23700 16390 180 3.6 0 0 56.3 2000 9 999999999 110 0.1800 0 88 999.000 999.0 99.0 +1.68984E7 43.3 5.6 10 97000 1260 1322 456 986 838 185 104000 84500 23300 13070 270 2.6 0 0 56.3 2000 9 999999999 120 0.1800 0 88 999.000 999.0 99.0 +1.6902E7 42.8 7.8 12 96900 1161 1322 457 907 826 179 94800 83000 21700 7880 270 4.6 0 0 56.3 2000 9 999999999 139 0.1800 0 88 999.000 999.0 99.0 +1.69056E7 43.9 7.2 11 96900 1002 1322 462 769 807 154 79900 80800 18400 4450 290 3.1 0 0 72.4 2000 9 999999999 139 0.1800 0 88 999.000 999.0 99.0 +1.69092E7 42.8 7.2 12 96800 793 1322 456 564 742 118 60200 75200 15000 2870 300 4.1 0 0 72.4 2000 9 999999999 139 0.1800 0 88 999.000 999.0 99.0 +1.69128E7 42.8 7.2 12 96800 548 1322 456 327 623 68 34300 59600 9500 1430 280 4.6 0 0 72.4 2000 9 999999999 139 0.1800 0 88 999.000 999.0 99.0 +1.69164E7 41.7 5.0 11 96700 285 1322 446 139 233 88 14500 18100 10600 1730 280 5.2 0 0 72.4 2000 9 999999999 120 0.1800 0 88 999.000 999.0 99.0 +1.692E7 40.6 5.0 11 96800 45 804 440 10 46 6 1000 1800 900 100 270 4.6 0 0 56.3 2000 9 999999999 120 0.1800 0 88 999.000 999.0 99.0 +1.69236E7 38.9 5.6 13 96800 0 0 431 0 0 0 0 0 0 0 270 4.1 0 0 56.3 2000 9 999999999 129 0.1800 0 88 999.000 999.0 99.0 +1.69272E7 37.8 5.6 14 96900 0 0 425 0 0 0 0 0 0 0 260 4.6 0 0 56.3 2000 9 999999999 129 0.1800 0 88 999.000 999.0 99.0 +1.69308E7 36.7 3.9 13 96900 0 0 417 0 0 0 0 0 0 0 260 4.1 0 0 56.3 2000 9 999999999 110 0.1800 0 88 999.000 999.0 99.0 +1.69344E7 35.6 4.4 14 96900 0 0 412 0 0 0 0 0 0 0 270 4.1 0 0 56.3 2000 9 999999999 110 0.1800 0 88 999.000 999.0 99.0 +1.6938E7 34.4 5.0 16 96900 0 0 406 0 0 0 0 0 0 0 320 4.1 0 0 56.3 2000 9 999999999 120 0.1400 0 88 999.000 999.0 99.0 +1.69416E7 33.3 4.4 16 97000 0 0 400 0 0 0 0 0 0 0 280 3.6 0 0 56.3 2000 9 999999999 110 0.1400 0 88 999.000 999.0 99.0 +1.69452E7 32.8 3.3 16 97000 0 0 396 0 0 0 0 0 0 0 250 4.1 0 0 56.3 2000 9 999999999 110 0.1400 0 88 999.000 999.0 99.0 +1.69488E7 31.1 5.6 20 97000 0 0 390 0 0 0 0 0 0 0 100 2.1 0 0 56.3 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.69524E7 30.6 6.7 22 97100 0 0 389 0 0 0 0 0 0 0 80 2.6 0 0 80.5 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.6956E7 30.0 7.8 25 97100 27 628 387 10 49 5 800 2100 700 100 120 3.1 0 0 80.5 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.69596E7 30.0 7.2 24 97200 249 1322 386 120 439 41 12800 33000 6600 760 100 2.6 0 0 80.5 2000 9 999999999 139 0.1400 0 88 999.000 999.0 99.0 +1.69632E7 32.8 8.3 22 97200 513 1322 402 320 678 63 34200 64200 9300 1320 0 0.0 0 0 112.7 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.69668E7 35.6 6.1 16 97300 762 1322 414 529 778 87 57100 77800 12200 2070 10 1.0 0 0 112.7 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.69704E7 36.7 4.4 13 97200 977 1322 426 727 825 120 77800 83400 16100 3550 290 2.1 1 1 112.7 2000 9 999999999 110 0.1400 0 88 999.000 999.0 99.0 +1.6974E7 38.9 3.9 11 97200 1143 1322 437 893 862 148 95400 87300 19700 6360 210 3.1 1 1 112.7 2000 9 999999999 110 0.1400 0 88 999.000 999.0 99.0 +1.69776E7 40.6 2.8 10 97200 1250 1322 445 1005 895 159 102700 89600 17800 8490 230 3.1 1 1 112.7 2000 9 999999999 110 0.1400 0 88 999.000 999.0 99.0 +1.69812E7 42.2 3.9 10 97100 1289 1322 462 1057 897 180 112300 90700 23600 16100 290 6.7 2 2 96.6 2000 9 999999999 120 0.1400 0 88 999.000 999.0 99.0 +1.69848E7 43.3 5.0 10 97000 1259 1322 470 1022 886 175 108400 89600 22900 12400 280 6.7 2 2 96.6 2000 9 999999999 120 0.1400 0 88 999.000 999.0 99.0 +1.69884E7 44.4 5.6 9 96900 1161 1322 478 933 868 168 98200 87500 21200 7480 270 5.7 2 2 96.6 2000 9 999999999 120 0.1400 0 88 999.000 999.0 99.0 +1.6992E7 44.4 5.6 9 96900 1002 1322 472 786 838 146 81900 84200 18000 4290 270 5.7 1 1 80.5 2000 9 999999999 120 0.1400 0 88 999.000 999.0 99.0 +1.69956E7 44.4 6.1 10 96800 792 1322 479 575 769 108 59600 76500 13700 2470 260 6.7 2 2 80.5 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.69992E7 44.4 5.6 9 96800 547 1322 486 374 508 167 38900 48900 18600 3380 260 6.2 4 4 80.5 2000 9 999999999 120 0.1400 0 88 999.000 999.0 99.0 +1.70028E7 43.3 5.0 10 96800 283 1322 479 142 144 114 15400 11400 13000 2470 240 5.7 4 4 80.5 2000 9 999999999 120 0.1400 0 88 999.000 999.0 99.0 +1.70064E7 41.1 5.6 11 96900 44 804 467 14 10 13 1500 500 1500 330 250 4.1 4 4 56.3 2000 9 999999999 120 0.1400 0 88 999.000 999.0 99.0 +1.701E7 39.4 6.1 13 96900 0 0 457 0 0 0 0 0 0 0 280 2.6 5 4 56.3 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.70136E7 38.3 6.7 14 97000 0 0 455 0 0 0 0 0 0 0 270 3.6 5 5 56.3 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.70172E7 38.3 6.7 14 97000 0 0 444 0 0 0 0 0 0 0 290 3.6 2 2 56.3 2000 9 999999999 129 0.1400 0 88 999.000 999.0 99.0 +1.70208E7 37.2 8.3 17 97000 0 0 444 0 0 0 0 0 0 0 250 1.5 3 3 56.3 2000 9 999999999 150 0.1400 0 88 999.000 999.0 99.0 +1.70244E7 36.7 7.8 17 97000 0 0 448 0 0 0 0 0 0 0 250 4.1 5 5 56.3 2000 9 999999999 139 0.1180 0 88 999.000 999.0 99.0 +1.7028E7 35.0 8.9 20 97100 0 0 440 0 0 0 0 0 0 0 250 4.6 7 5 56.3 3350 9 999999999 150 0.1180 0 88 999.000 999.0 99.0 +1.70316E7 34.4 9.4 22 97100 0 0 441 0 0 0 0 0 0 0 230 3.1 8 6 56.3 3350 9 999999999 160 0.1180 0 88 999.000 999.0 99.0 +1.70352E7 33.9 9.4 22 97100 0 0 438 0 0 0 0 0 0 0 240 4.1 6 6 56.3 3350 9 999999999 160 0.1180 0 88 999.000 999.0 99.0 +1.70388E7 33.9 10.6 24 97100 0 0 436 0 0 0 0 0 0 0 80 3.1 6 5 64.4 3350 9 999999999 170 0.1180 0 88 999.000 999.0 99.0 +1.70424E7 32.8 11.1 27 97200 26 628 439 8 2 8 1000 0 1000 300 100 2.6 7 7 64.4 3350 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.7046E7 33.3 10.0 24 97300 246 1322 440 62 3 62 7000 100 7000 2140 90 5.2 7 7 72.4 3350 9 999999999 170 0.1180 0 88 999.000 999.0 99.0 +1.70496E7 31.7 10.6 27 97400 511 1322 432 137 40 123 15200 3800 13800 3580 50 3.1 7 7 72.4 3350 9 999999999 170 0.1180 0 88 999.000 999.0 99.0 +1.70532E7 34.4 11.7 25 97500 760 1322 444 375 198 266 41400 20600 29500 7030 360 2.1 6 6 72.4 6100 9 999999999 179 0.1180 0 88 999.000 999.0 99.0 +1.70568E7 36.1 15.6 29 97400 975 1322 449 781 790 208 83000 79800 24100 6200 290 5.7 3 3 72.4 2000 9 999999999 229 0.1180 0 88 999.000 999.0 99.0 +1.70604E7 37.8 15.0 26 97400 1142 1322 461 912 850 183 95700 85200 21900 7450 280 6.2 4 4 72.4 2000 9 999999999 229 0.1180 0 88 999.000 999.0 99.0 +1.7064E7 37.8 14.4 25 97400 1249 1322 464 820 517 334 89100 54100 37900 23970 280 3.6 5 5 72.4 2000 9 999999999 220 0.1180 0 88 999.000 999.0 99.0 +1.70676E7 38.3 13.9 23 97400 1289 1322 476 688 227 466 75900 24200 52200 34430 270 4.6 7 7 72.4 3960 9 999999999 209 0.1180 0 88 999.000 999.0 99.0 +1.70712E7 40.0 15.0 23 97300 1258 1322 482 787 308 493 85600 33400 53700 33390 310 3.6 6 6 72.4 3960 9 999999999 229 0.1180 0 88 999.000 999.0 99.0 +1.70748E7 40.6 14.4 21 97200 1160 1322 481 621 178 461 67500 18900 50800 20290 320 4.1 5 5 72.4 2000 9 999999999 220 0.1180 0 88 999.000 999.0 99.0 +1.70784E7 41.7 14.4 20 97100 1001 1322 488 662 485 289 69700 50400 31400 9300 270 5.2 5 5 72.4 2000 9 999999999 220 0.1180 0 88 999.000 999.0 99.0 +1.7082E7 42.2 13.3 18 97000 791 1322 482 553 719 92 55700 72000 12500 2230 280 4.1 3 3 72.4 2000 9 999999999 200 0.1180 0 88 999.000 999.0 99.0 +1.70856E7 42.8 12.8 17 96900 546 1322 496 293 492 77 29700 47400 10100 1580 260 4.1 6 6 72.4 3660 9 999999999 200 0.1180 0 88 999.000 999.0 99.0 +1.70892E7 41.1 12.2 18 96900 282 1322 509 43 43 34 5000 3500 4200 730 230 2.1 9 9 80.5 3660 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.70928E7 40.6 12.8 19 96900 43 782 496 14 34 10 1300 1100 1300 160 200 1.5 8 8 64.4 3660 9 999999999 200 0.1180 0 88 999.000 999.0 99.0 +1.70964E7 40.0 12.8 20 96900 0 0 492 0 0 0 0 0 0 0 0 0.0 8 8 56.3 3660 9 999999999 200 0.1180 0 88 999.000 999.0 99.0 +1.71E7 38.9 14.4 23 97100 0 0 480 0 0 0 0 0 0 0 250 4.1 7 7 56.3 3660 9 999999999 209 0.1180 0 88 999.000 999.0 99.0 +1.71036E7 36.7 18.9 35 97100 0 0 492 0 0 0 0 0 0 0 270 4.1 9 9 56.3 3660 9 999999999 290 0.1180 0 88 999.000 999.0 99.0 +1.71072E7 35.6 18.9 37 97200 0 0 485 0 0 0 0 0 0 0 260 4.1 9 9 56.3 3350 9 999999999 290 0.1180 0 88 999.000 999.0 99.0 +1.71108E7 34.4 19.4 41 97200 0 0 468 0 0 0 0 0 0 0 300 6.2 10 8 56.3 3350 9 999999999 300 0.1180 0 88 999.000 999.0 99.0 +1.71144E7 33.3 18.9 42 97300 0 0 460 0 0 0 0 0 0 0 270 4.1 10 8 56.3 7620 9 999999999 290 0.1180 0 88 999.000 999.0 99.0 +1.7118E7 30.6 18.9 50 97300 0 0 444 0 0 0 0 0 0 0 90 5.7 8 8 56.3 7620 9 999999999 290 0.1180 0 88 999.000 999.0 99.0 +1.71216E7 30.6 18.9 50 97400 0 0 444 0 0 0 0 0 0 0 120 5.2 8 8 56.3 3960 9 999999999 290 0.1180 0 88 999.000 999.0 99.0 +1.71252E7 30.0 18.9 51 97400 0 0 441 0 0 0 0 0 0 0 120 4.1 8 8 56.3 3960 9 999999999 290 0.1180 0 88 999.000 999.0 99.0 +1.71288E7 30.0 18.3 50 97400 25 606 433 5 2 5 600 100 600 130 120 4.1 9 7 64.4 3960 9 999999999 279 0.1180 0 88 999.000 999.0 99.0 +1.71324E7 30.6 18.9 50 97400 244 1323 454 47 3 44 5100 100 5100 1650 80 3.1 9 9 64.4 3960 9 999999999 290 0.1180 0 88 999.000 999.0 99.0 +1.7136E7 30.6 18.3 48 97500 509 1323 466 132 7 124 14500 500 14300 4910 90 3.1 10 10 64.4 3960 9 999999999 279 0.1180 0 88 999.000 999.0 99.0 +1.71396E7 31.7 18.9 47 97500 758 1323 474 248 25 227 27700 2200 26400 9400 0 0.0 10 10 64.4 3960 9 999999999 290 0.1180 0 88 999.000 999.0 99.0 +1.71432E7 32.8 17.8 41 97500 974 1323 479 362 28 336 41100 2700 39100 14180 260 5.7 10 10 64.4 3960 9 999999999 270 0.1180 0 88 999.000 999.0 99.0 +1.71468E7 33.3 17.8 40 97500 1141 1323 469 658 175 501 70800 18500 54800 21070 250 4.1 9 9 64.4 3960 9 999999999 270 0.1180 0 88 999.000 999.0 99.0 +1.71504E7 35.6 17.2 34 97400 1248 1323 482 773 167 611 83100 17600 66400 35870 300 3.6 9 9 64.4 3960 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.7154E7 35.6 17.2 34 97400 1288 1323 472 514 11 504 60100 1100 59000 20560 260 5.2 10 8 64.4 7620 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.71576E7 37.2 17.2 31 97300 1258 1323 474 801 170 640 86500 17900 69400 39290 270 6.2 9 7 64.4 7620 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.71612E7 37.8 16.1 28 97200 1159 1323 471 787 406 432 85600 44000 46900 19730 280 5.2 7 6 64.4 7620 9 999999999 250 0.1180 0 88 999.000 999.0 99.0 +1.71648E7 37.8 17.2 30 97100 1000 1323 450 781 763 199 82000 77400 23300 6260 280 6.7 2 1 64.4 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.71684E7 37.2 16.7 30 97000 790 1323 438 561 706 119 57800 71500 15000 2880 290 7.7 1 0 64.4 2000 9 999999999 250 0.1180 0 88 999.000 999.0 99.0 +1.7172E7 36.7 16.1 30 97100 544 1323 448 304 577 58 31500 55500 8600 1290 270 6.2 2 2 64.4 2000 9 999999999 250 0.1180 0 88 999.000 999.0 99.0 +1.71756E7 36.1 15.6 29 97100 280 1323 449 122 152 88 13000 12100 10400 1900 290 5.2 3 3 64.4 2000 9 999999999 229 0.1180 0 88 999.000 999.0 99.0 +1.71792E7 35.0 16.1 32 97100 42 783 447 16 10 15 1700 500 1700 370 270 4.1 5 4 64.4 2000 9 999999999 240 0.1180 0 88 999.000 999.0 99.0 +1.71828E7 33.9 17.2 37 97200 0 0 438 0 0 0 0 0 0 0 290 4.6 3 3 56.3 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.71864E7 33.3 18.3 41 97300 0 0 432 0 0 0 0 0 0 0 220 4.1 2 2 56.3 2000 9 999999999 279 0.1180 0 88 999.000 999.0 99.0 +1.719E7 31.7 18.3 45 97300 0 0 410 0 0 0 0 0 0 0 150 6.2 4 0 56.3 2000 9 999999999 279 0.1180 0 88 999.000 999.0 99.0 +1.71936E7 30.6 18.9 50 97300 0 0 425 0 0 0 0 0 0 0 180 6.2 5 4 56.3 2000 9 999999999 290 0.1180 0 88 999.000 999.0 99.0 +1.71972E7 29.4 18.9 53 97300 0 0 415 0 0 0 0 0 0 0 80 4.6 7 3 56.3 2000 9 999999999 290 0.1180 0 88 999.000 999.0 99.0 +1.72008E7 28.9 19.4 57 97400 0 0 413 0 0 0 0 0 0 0 120 4.6 7 3 56.3 2000 9 999999999 300 0.1180 0 88 999.000 999.0 99.0 +1.72044E7 27.8 20.0 63 97300 0 0 404 0 0 0 0 0 0 0 110 4.6 6 2 56.3 2000 9 999999999 309 0.1180 0 88 999.000 999.0 99.0 +1.7208E7 27.8 20.0 63 97300 0 0 404 0 0 0 0 0 0 0 80 4.1 8 2 56.3 2000 9 999999999 309 0.1180 0 88 999.000 999.0 99.0 +1.72116E7 27.2 20.6 67 97400 0 0 402 0 0 0 0 0 0 0 110 4.1 7 2 64.4 2000 9 999999999 320 0.1180 0 88 999.000 999.0 99.0 +1.72152E7 27.8 20.0 63 97400 24 584 408 21 34 17 2000 1200 2000 350 80 2.1 8 3 64.4 2000 9 999999999 309 0.1180 0 88 999.000 999.0 99.0 +1.72188E7 28.3 20.0 61 97400 241 1323 411 130 192 102 14500 14200 11900 2190 70 3.1 7 3 48.3 2000 9 999999999 309 0.1180 0 88 999.000 999.0 99.0 +1.72224E7 31.1 19.4 50 97400 507 1323 425 302 406 156 32100 38400 17300 3100 150 1.5 8 3 48.3 2000 9 999999999 300 0.1180 0 88 999.000 999.0 99.0 +1.7226E7 32.8 19.4 45 97400 757 1323 438 503 622 157 53400 61800 18000 3510 270 2.1 8 4 56.3 2000 9 999999999 300 0.1180 0 88 999.000 999.0 99.0 +1.72296E7 33.9 19.4 43 97400 973 1323 445 705 684 207 74500 69100 23700 6130 230 2.6 9 4 48.3 2000 9 999999999 300 0.1180 0 88 999.000 999.0 99.0 +1.72332E7 34.4 19.4 41 97400 1140 1323 451 784 573 289 84900 59900 33100 13040 240 3.6 9 5 48.3 7620 9 999999999 300 0.0470 0 88 999.000 999.0 99.0 +1.72368E7 36.1 18.3 35 97300 1247 1323 453 898 597 334 97200 62500 38200 23690 250 4.1 8 3 48.3 2000 9 999999999 279 0.0470 0 88 999.000 999.0 99.0 +1.72404E7 36.7 18.3 34 97200 1287 1323 456 964 789 194 101500 79500 24000 16790 310 2.6 5 3 48.3 2000 9 999999999 279 0.0470 0 88 999.000 999.0 99.0 +1.7244E7 38.9 18.3 30 97200 1257 1323 473 899 625 303 94500 63100 34400 22000 230 4.1 5 4 48.3 2000 9 999999999 279 0.0470 0 88 999.000 999.0 99.0 +1.72476E7 38.3 17.8 30 97100 1159 1323 469 706 105 611 77300 11000 67600 25520 240 1.5 5 4 48.3 2000 9 999999999 270 0.1180 0 88 999.000 999.0 99.0 +1.72512E7 40.0 18.3 28 97000 999 1323 471 758 522 355 77900 54100 37000 11590 270 3.6 3 2 56.3 2000 9 999999999 270 0.1180 0 88 999.000 999.0 99.0 +1.72548E7 40.0 18.3 28 96900 789 1323 471 555 732 88 56200 73400 12300 2150 210 2.6 2 2 56.3 2000 9 999999999 270 0.1180 0 88 999.000 999.0 99.0 +1.72584E7 39.4 17.2 27 96900 543 1323 466 307 633 23 30600 60500 5700 740 260 3.6 2 2 56.3 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.7262E7 38.3 15.6 26 96900 278 1323 462 141 194 90 13600 14900 10500 1790 320 3.1 3 3 56.3 2000 9 999999999 229 0.1180 0 88 999.000 999.0 99.0 +1.72656E7 37.8 16.1 28 97000 41 761 484 11 37 7 1100 1400 1000 120 340 3.1 8 8 48.3 2130 9 999999999 240 0.1180 0 88 999.000 999.0 99.0 +1.72692E7 34.4 13.9 29 97200 0 0 460 0 0 0 0 0 0 0 340 5.2 8 8 40.2 2130 9 999999999 209 0.1180 0 88 999.000 999.0 99.0 +1.72728E7 31.1 17.8 45 97200 0 0 446 0 0 0 0 0 0 0 360 2.1 8 8 32.2 2130 9 999999999 270 0.1180 0 88 999.000 999.0 99.0 +1.72764E7 32.2 17.2 41 97100 0 0 451 0 0 0 0 0 0 0 220 2.1 8 8 56.3 3660 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.728E7 33.9 13.9 30 97100 0 0 457 0 0 0 0 0 0 0 130 3.6 8 8 56.3 3660 9 999999999 209 0.1180 0 88 999.000 999.0 99.0 +1.72836E7 32.8 15.6 35 97300 0 0 446 0 0 0 0 0 0 0 300 3.1 7 7 56.3 3660 9 999999999 229 0.1180 0 88 999.000 999.0 99.0 +1.72872E7 29.4 18.3 51 97400 0 0 446 0 0 0 0 0 0 0 160 5.2 9 9 3.2 3660 9 999999999 279 0.1180 0 88 999.000 999.0 99.0 +1.72908E7 28.3 17.8 53 97500 0 0 430 0 0 0 0 0 0 0 90 5.2 8 8 11.3 3660 9 999999999 270 0.1180 0 88 999.000 999.0 99.0 +1.72944E7 27.8 18.9 59 97600 0 0 437 0 0 0 0 0 0 0 110 6.2 9 9 16.1 3660 9 999999999 290 0.1180 0 88 999.000 999.0 99.0 +1.7298E7 27.2 19.4 63 97600 0 0 435 0 0 0 0 0 0 0 110 4.1 9 9 56.3 3660 9 999999999 300 0.1180 0 88 999.000 999.0 99.0 +1.73016E7 27.8 19.4 61 97600 22 584 451 6 0 6 0 0 0 0 80 3.1 10 10 56.3 7620 9 999999999 300 0.1190 0 88 999.000 999.0 99.0 +1.73052E7 28.9 18.3 53 97700 239 1323 456 57 5 57 6500 100 6500 1990 100 2.6 10 10 64.4 7620 9 999999999 279 0.1190 0 88 999.000 999.0 99.0 +1.73088E7 30.6 18.3 48 97700 505 1323 453 186 48 168 20400 4600 18700 4560 330 3.1 9 9 72.4 7620 9 999999999 279 0.1190 0 88 999.000 999.0 99.0 +1.73124E7 31.7 17.2 42 97700 755 1323 471 209 5 206 24100 400 23900 8750 350 2.1 10 10 80.5 7620 9 999999999 259 0.1190 0 88 999.000 999.0 99.0 +1.7316E7 33.3 17.8 40 97700 971 1323 459 646 356 385 69100 38300 40900 12160 250 3.1 8 8 64.4 4270 9 999999999 270 0.1190 0 88 999.000 999.0 99.0 +1.73196E7 35.6 17.8 35 97700 1139 1323 465 708 365 393 77200 39600 43000 16770 300 2.6 7 7 56.3 4270 9 999999999 270 0.1190 0 88 999.000 999.0 99.0 +1.73232E7 37.8 17.2 30 97700 1246 1323 472 816 420 419 86200 43800 44900 29790 320 3.1 6 6 56.3 4270 9 999999999 259 0.1190 0 88 999.000 999.0 99.0 +1.73268E7 39.4 16.7 26 97600 1286 1323 474 958 663 311 100800 66900 35600 27960 0 0.0 4 4 64.4 2000 9 999999999 250 0.1190 0 88 999.000 999.0 99.0 +1.73304E7 39.4 16.1 25 97500 1256 1323 469 975 738 272 103300 74900 32000 19760 360 3.1 3 3 64.4 2000 9 999999999 240 0.1190 0 88 999.000 999.0 99.0 +1.7334E7 41.7 15.6 22 97400 1158 1323 482 861 684 260 90500 69200 29800 12120 90 4.6 3 3 72.4 2000 9 999999999 240 0.1190 0 88 999.000 999.0 99.0 +1.73376E7 41.7 15.0 21 97300 998 1323 481 750 727 200 79000 73700 23300 6260 130 5.7 3 3 56.3 2000 9 999999999 229 0.1190 0 88 999.000 999.0 99.0 +1.73412E7 42.2 15.0 20 97300 788 1323 488 474 440 211 50100 45000 23200 4970 210 2.1 4 4 56.3 2000 9 999999999 220 0.1190 0 88 999.000 999.0 99.0 +1.73448E7 26.1 21.1 74 97700 541 1323 443 106 32 93 11700 3000 10500 2880 60 5.7 10 10 11.3 2130 9 999999999 329 0.1190 0 88 999.000 999.0 99.0 +1.73484E7 27.8 22.2 72 97600 276 1323 454 35 3 35 4200 100 4200 1420 230 3.1 10 10 32.2 2130 9 999999999 359 0.1190 0 88 999.000 999.0 99.0 +1.7352E7 27.8 22.8 74 97500 39 761 455 8 0 8 1000 0 1000 310 270 3.1 10 10 32.2 2130 9 999999999 359 0.1190 0 88 999.000 999.0 99.0 +1.73556E7 28.3 22.8 72 97600 0 0 458 0 0 0 0 0 0 0 70 2.6 10 10 40.2 2740 9 999999999 370 0.1180 0 88 999.000 999.0 99.0 +1.73592E7 28.9 21.7 65 97700 0 0 460 0 0 0 0 0 0 0 50 1.5 10 10 48.3 2740 9 999999999 340 0.1180 0 88 999.000 999.0 99.0 +1.73628E7 28.9 22.2 67 97700 0 0 461 0 0 0 0 0 0 0 340 1.5 10 10 56.3 2740 9 999999999 350 0.1180 0 88 999.000 999.0 99.0 +1.73664E7 28.9 23.3 72 97700 0 0 463 0 0 0 0 0 0 0 250 3.1 10 10 56.3 2740 9 999999999 379 0.1180 0 88 999.000 999.0 99.0 +1.737E7 28.9 22.8 70 97700 0 0 462 0 0 0 0 0 0 0 0 0.0 10 10 56.3 2740 9 999999999 370 0.1180 0 88 999.000 999.0 99.0 +1.73736E7 28.9 22.8 70 97700 0 0 462 0 0 0 0 0 0 0 20 2.6 10 10 56.3 2740 9 999999999 370 0.1180 0 88 999.000 999.0 99.0 +1.73772E7 28.9 23.3 72 97800 0 0 463 0 0 0 0 0 0 0 170 2.1 10 10 56.3 2740 9 999999999 379 0.1180 0 88 999.000 999.0 99.0 +1.73808E7 28.9 22.8 70 97800 0 0 462 0 0 0 0 0 0 0 100 3.1 10 10 56.3 2740 9 999999999 370 0.1180 0 88 999.000 999.0 99.0 +1.73844E7 28.9 21.7 65 97900 0 0 448 0 0 0 0 0 0 0 150 2.6 9 9 56.3 2740 9 999999999 340 0.1180 0 88 999.000 999.0 99.0 +1.7388E7 28.3 21.1 65 97900 21 562 422 11 5 11 0 0 0 0 70 3.1 9 6 56.3 6100 9 999999999 329 0.0820 0 88 999.000 999.0 99.0 +1.73916E7 28.3 20.6 63 98000 237 1323 422 75 32 69 8200 2500 7700 1680 70 3.1 9 6 64.4 6100 9 999999999 320 0.0820 0 88 999.000 999.0 99.0 +1.73952E7 30.6 20.6 55 98000 503 1323 431 294 398 143 30500 37600 16200 2810 80 2.1 8 5 64.4 7620 9 999999999 320 0.0820 0 88 999.000 999.0 99.0 +1.73988E7 32.8 20.6 49 98000 753 1323 440 506 540 198 53500 55000 22200 4510 30 2.6 6 4 80.5 7620 9 999999999 320 0.0820 0 88 999.000 999.0 99.0 +1.74024E7 35.0 18.3 37 97900 970 1323 442 674 728 139 70600 73100 16900 3870 110 2.6 3 2 96.6 2000 9 999999999 279 0.0820 0 88 999.000 999.0 99.0 +1.7406E7 36.7 17.8 33 97900 1138 1323 451 775 680 189 83300 69800 23100 8440 90 3.6 3 2 96.6 2000 9 999999999 270 0.0820 0 88 999.000 999.0 99.0 +1.74096E7 37.8 17.2 30 97800 1245 1323 456 947 815 178 100200 82300 22600 11510 0 0.0 2 2 96.6 2000 9 999999999 259 0.0820 0 88 999.000 999.0 99.0 +1.74132E7 39.4 16.1 25 97700 1285 1323 464 932 723 227 100300 74200 28000 20510 160 3.1 2 2 96.6 2000 9 999999999 240 0.0820 0 88 999.000 999.0 99.0 +1.74168E7 40.6 15.6 23 97600 1255 1323 475 928 731 232 99400 74800 28300 16890 100 2.6 4 3 96.6 2000 9 999999999 240 0.0820 0 88 999.000 999.0 99.0 +1.74204E7 40.6 15.6 23 97500 1157 1323 471 776 608 242 82000 61800 27900 11300 100 2.6 2 2 96.6 2000 9 999999999 240 0.0820 0 88 999.000 999.0 99.0 +1.7424E7 41.7 15.0 21 97400 997 1323 476 716 723 169 76300 73900 20500 5370 210 1.5 3 2 96.6 2000 9 999999999 229 0.0820 0 88 999.000 999.0 99.0 +1.74276E7 41.7 14.4 20 97300 786 1323 476 555 679 149 58000 68000 17500 3480 130 4.6 3 2 96.6 2000 9 999999999 220 0.0820 0 88 999.000 999.0 99.0 +1.74312E7 42.2 13.9 19 97300 540 1323 483 279 341 139 30000 33900 16100 2850 120 4.1 4 3 96.6 2000 9 999999999 209 0.0820 0 88 999.000 999.0 99.0 +1.74348E7 41.1 13.3 19 97200 274 1323 479 146 376 67 15100 28600 9200 1220 160 3.1 5 4 96.6 2000 9 999999999 200 0.0820 0 88 999.000 999.0 99.0 +1.74384E7 39.4 15.0 24 97300 38 739 467 24 20 21 2400 1100 2400 490 260 4.1 7 3 56.3 2000 9 999999999 229 0.0820 0 88 999.000 999.0 99.0 +1.7442E7 37.8 17.2 30 97400 0 0 456 0 0 0 0 0 0 0 220 6.2 6 2 56.3 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.74456E7 36.7 17.2 32 97500 0 0 450 0 0 0 0 0 0 0 220 3.6 9 2 56.3 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.74492E7 35.0 17.8 36 97500 0 0 441 0 0 0 0 0 0 0 240 2.1 7 2 56.3 2000 9 999999999 270 0.1180 0 88 999.000 999.0 99.0 +1.74528E7 34.4 17.8 37 97600 0 0 442 0 0 0 0 0 0 0 30 2.1 7 3 56.3 2000 9 999999999 270 0.1180 0 88 999.000 999.0 99.0 +1.74564E7 33.3 18.3 41 97600 0 0 436 0 0 0 0 0 0 0 100 4.6 7 3 56.3 2000 9 999999999 279 0.0470 0 88 999.000 999.0 99.0 +1.746E7 32.2 18.3 44 97600 0 0 426 0 0 0 0 0 0 0 80 3.1 6 2 56.3 2000 9 999999999 279 0.0470 0 88 999.000 999.0 99.0 +1.74636E7 31.7 18.3 45 97600 0 0 423 0 0 0 0 0 0 0 100 4.1 6 2 56.3 2000 9 999999999 279 0.0470 0 88 999.000 999.0 99.0 +1.74672E7 30.6 18.9 50 97600 0 0 412 0 0 0 0 0 0 0 90 4.1 4 1 56.3 2000 9 999999999 290 0.0470 0 88 999.000 999.0 99.0 +1.74708E7 30.0 18.9 51 97600 0 0 409 0 0 0 0 0 0 0 120 3.1 4 1 72.4 2000 9 999999999 290 0.0470 0 88 999.000 999.0 99.0 +1.74744E7 30.0 18.9 51 97600 20 540 415 7 16 6 0 0 0 0 100 4.6 6 2 64.4 2000 9 999999999 290 0.0470 0 88 999.000 999.0 99.0 +1.7478E7 31.1 18.3 47 97700 234 1323 414 119 428 49 12700 30900 7200 870 90 4.1 4 1 48.3 2000 9 999999999 279 0.0470 0 88 999.000 999.0 99.0 +1.74816E7 32.2 18.3 44 97700 501 1323 420 308 663 67 33000 62300 9400 1350 80 3.6 1 1 48.3 2000 9 999999999 279 0.0470 0 88 999.000 999.0 99.0 +1.74852E7 35.0 17.2 35 97700 751 1323 426 516 778 89 56400 77500 12300 2080 70 2.1 1 0 48.3 2000 9 999999999 259 0.0470 0 88 999.000 999.0 99.0 +1.74888E7 36.7 17.2 32 97600 968 1323 436 719 830 121 77600 83800 16100 3510 130 3.1 0 0 56.3 2000 9 999999999 259 0.0470 0 88 999.000 999.0 99.0 +1.74924E7 38.9 15.0 24 97600 1137 1323 445 880 873 137 91100 87300 16000 4560 100 2.1 0 0 56.3 2000 9 999999999 220 0.0470 0 88 999.000 999.0 99.0 +1.7496E7 40.6 12.8 19 97500 1244 1323 452 991 897 151 101800 89800 17200 7890 180 4.1 0 0 56.3 2000 9 999999999 200 0.0470 0 88 999.000 999.0 99.0 +1.74996E7 41.7 10.0 15 97400 1285 1323 454 1047 906 161 106300 90700 18000 11100 170 4.1 0 0 56.3 2000 9 999999999 170 0.0470 0 88 999.000 999.0 99.0 +1.75032E7 42.2 11.1 16 97300 1254 1323 458 1004 889 157 102200 89000 17700 8630 170 3.1 0 0 56.3 2000 9 999999999 179 0.0470 0 88 999.000 999.0 99.0 +1.75068E7 42.8 11.7 16 97200 1156 1323 463 911 863 149 96500 87400 19900 6660 310 3.1 0 0 56.3 2000 9 999999999 189 0.0470 0 88 999.000 999.0 99.0 +1.75104E7 42.8 11.1 15 97100 996 1323 471 767 825 138 80000 83000 17400 4070 220 4.6 1 1 64.4 2000 9 999999999 170 0.0470 0 88 999.000 999.0 99.0 +1.7514E7 42.2 11.7 16 97000 785 1323 479 575 629 185 57700 62200 20700 4160 0 0.0 3 3 64.4 2000 9 999999999 179 0.0470 0 88 999.000 999.0 99.0 +1.75176E7 42.2 11.1 16 97000 538 1323 482 307 276 186 31400 27300 20300 4060 270 3.1 6 4 64.4 7620 9 999999999 179 0.0470 0 88 999.000 999.0 99.0 +1.75212E7 41.1 10.6 16 97000 272 1323 488 82 6 82 9200 200 9100 2690 220 3.1 8 7 64.4 7620 9 999999999 170 0.0470 0 88 999.000 999.0 99.0 +1.75248E7 40.6 11.1 17 97000 37 739 493 7 18 5 700 600 700 80 280 2.6 8 8 56.3 7620 9 999999999 179 0.0470 0 88 999.000 999.0 99.0 +1.75284E7 39.4 12.2 20 97000 0 0 488 0 0 0 0 0 0 0 0 0.0 8 8 56.3 7620 9 999999999 189 0.0470 0 88 999.000 999.0 99.0 +1.7532E7 38.3 12.2 21 97100 0 0 460 0 0 0 0 0 0 0 330 2.1 10 4 56.3 2000 9 999999999 189 0.0470 0 88 999.000 999.0 99.0 +1.75356E7 37.2 12.8 23 97100 0 0 462 0 0 0 0 0 0 0 260 4.1 10 6 56.3 7620 9 999999999 200 0.0470 0 88 999.000 999.0 99.0 +1.75392E7 36.7 15.6 28 97200 0 0 463 0 0 0 0 0 0 0 280 4.6 8 6 56.3 7620 9 999999999 229 0.0470 0 88 999.000 999.0 99.0 +1.75428E7 35.0 17.8 36 97100 0 0 441 0 0 0 0 0 0 0 300 2.6 6 2 56.3 2000 9 999999999 270 0.1390 0 88 999.000 999.0 99.0 +1.75464E7 34.4 17.8 37 97100 0 0 438 0 0 0 0 0 0 0 270 4.1 6 2 56.3 2000 9 999999999 270 0.1390 0 88 999.000 999.0 99.0 +1.755E7 33.9 17.8 38 97100 0 0 435 0 0 0 0 0 0 0 320 3.1 6 2 56.3 2000 9 999999999 270 0.1390 0 88 999.000 999.0 99.0 +1.75536E7 32.8 17.8 41 97200 0 0 423 0 0 0 0 0 0 0 310 2.1 5 1 56.3 2000 9 999999999 270 0.1390 0 88 999.000 999.0 99.0 +1.75572E7 32.2 18.3 44 97200 0 0 426 0 0 0 0 0 0 0 100 1.5 5 2 56.3 2000 9 999999999 279 0.1390 0 88 999.000 999.0 99.0 +1.75608E7 31.7 17.8 44 97300 19 541 427 7 21 5 0 0 0 0 0 0.0 8 3 64.4 2000 9 999999999 270 0.1390 0 88 999.000 999.0 99.0 +1.75644E7 32.2 18.3 44 97300 231 1324 420 105 369 50 11600 26500 7000 880 100 4.1 5 1 64.4 2000 9 999999999 279 0.1390 0 88 999.000 999.0 99.0 +1.7568E7 33.3 18.9 42 97400 499 1324 419 295 611 82 32700 57400 11000 1620 80 3.1 0 0 72.4 2000 9 999999999 290 0.1390 0 88 999.000 999.0 99.0 +1.75716E7 35.0 18.9 39 97400 750 1324 428 504 723 117 56000 72700 14700 2710 120 3.1 0 0 72.4 2000 9 999999999 290 0.1390 0 88 999.000 999.0 99.0 +1.75752E7 36.7 18.9 35 97400 967 1324 438 710 789 148 75400 78900 17700 4010 120 2.6 0 0 72.4 2000 9 999999999 290 0.1390 0 88 999.000 999.0 99.0 +1.75788E7 39.4 17.8 28 97400 1135 1324 452 864 826 168 92200 83100 20700 6810 160 3.6 0 0 72.4 2000 9 999999999 270 0.1390 0 88 999.000 999.0 99.0 +1.75824E7 40.0 17.8 27 97300 1243 1324 455 965 846 177 103000 85400 22600 11300 350 2.6 0 0 72.4 2000 9 999999999 270 0.1390 0 88 999.000 999.0 99.0 +1.7586E7 40.6 17.2 26 97300 1284 1324 458 1020 853 185 107300 86100 23700 15510 220 2.6 0 0 72.4 2000 9 999999999 259 0.1390 0 88 999.000 999.0 99.0 +1.75896E7 41.7 15.0 21 97200 1254 1324 470 996 864 173 105500 87400 22600 11770 290 3.1 1 1 64.4 2000 9 999999999 229 0.1390 0 88 999.000 999.0 99.0 +1.75932E7 42.8 12.2 16 97100 1155 1324 472 908 846 161 95300 85400 20600 7050 290 3.6 1 1 64.4 2000 9 999999999 189 0.1390 0 88 999.000 999.0 99.0 +1.75968E7 43.9 12.8 16 97000 995 1324 471 766 808 146 78900 81100 17800 4210 260 5.2 0 0 64.4 2000 9 999999999 200 0.1390 0 88 999.000 999.0 99.0 +1.76004E7 43.3 13.3 17 96900 783 1324 468 588 708 123 57700 71500 15300 2940 270 4.6 0 0 64.4 2000 9 999999999 200 0.1390 0 88 999.000 999.0 99.0 +1.7604E7 42.8 11.7 16 96900 536 1324 463 291 583 22 27900 55600 5400 720 290 5.2 1 0 64.4 2000 9 999999999 189 0.1390 0 88 999.000 999.0 99.0 +1.76076E7 42.2 12.2 17 97000 269 1324 469 128 87 96 12200 6800 10800 2070 260 4.6 1 1 64.4 2000 9 999999999 189 0.1390 0 88 999.000 999.0 99.0 +1.76112E7 40.0 13.3 20 97000 36 717 464 3 0 3 400 0 400 120 260 5.2 2 2 56.3 2000 9 999999999 200 0.1390 0 88 999.000 999.0 99.0 +1.76148E7 38.9 15.0 24 97100 0 0 464 0 0 0 0 0 0 0 270 4.6 4 3 56.3 2000 9 999999999 220 0.1390 0 88 999.000 999.0 99.0 +1.76184E7 37.8 15.6 27 97200 0 0 466 0 0 0 0 0 0 0 270 4.6 5 5 56.3 2000 9 999999999 240 0.1390 0 88 999.000 999.0 99.0 +1.7622E7 36.1 13.9 26 97400 0 0 453 0 0 0 0 0 0 0 10 3.6 5 5 56.3 2000 9 999999999 209 0.1390 0 88 999.000 999.0 99.0 +1.76256E7 37.2 15.0 27 97300 0 0 489 0 0 0 0 0 0 0 270 5.2 9 9 56.3 7620 9 999999999 229 0.1390 0 88 999.000 999.0 99.0 +1.76292E7 35.6 17.2 34 97300 0 0 496 0 0 0 0 0 0 0 260 5.2 10 10 56.3 4270 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.76328E7 33.9 17.2 37 97300 0 0 485 0 0 0 0 0 0 0 280 6.2 10 10 56.3 7620 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.76364E7 33.3 17.2 38 97400 0 0 458 0 0 0 0 0 0 0 320 1.5 10 8 56.3 7620 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.764E7 33.3 17.2 38 97400 0 0 435 0 0 0 0 0 0 0 290 2.1 8 3 56.3 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.76436E7 32.2 17.2 41 97400 0 0 429 0 0 0 0 0 0 0 310 2.1 8 3 64.4 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.76472E7 31.7 17.2 42 97400 18 519 426 10 23 8 0 0 0 0 320 3.1 8 3 64.4 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.76508E7 32.2 17.8 42 97600 229 1324 429 100 282 51 10500 19700 7100 910 330 3.1 4 3 64.4 2000 9 999999999 270 0.1180 0 88 999.000 999.0 99.0 +1.76544E7 33.3 17.2 38 97600 496 1324 431 290 594 73 31200 56000 10200 1460 290 3.6 3 2 64.4 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.7658E7 35.0 17.2 35 97700 748 1324 440 509 721 107 55000 72700 13900 2500 280 4.6 3 2 72.4 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.76616E7 36.1 17.2 33 97600 965 1324 447 726 799 145 75900 80000 17500 3940 270 3.1 3 2 72.4 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.76652E7 37.2 17.2 31 97600 1134 1324 453 890 831 180 93100 83300 21500 7130 340 2.1 7 2 72.4 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.76688E7 39.4 17.2 27 97500 1242 1324 466 1001 849 204 104500 85100 24400 12630 220 5.2 5 2 72.4 2000 9 999999999 259 0.1180 0 88 999.000 999.0 99.0 +1.76724E7 40.0 16.7 25 97400 1283 1324 473 1044 865 202 109200 86900 24800 16590 270 3.6 5 3 72.4 2000 9 999999999 250 0.1180 0 88 999.000 999.0 99.0 +1.7676E7 41.1 16.7 24 97300 1253 1324 480 1004 866 181 105900 87400 23100 12140 270 5.2 5 3 72.4 2000 9 999999999 250 0.1180 0 88 999.000 999.0 99.0 +1.76796E7 42.2 15.0 20 97300 1154 1324 484 900 829 174 94200 83400 21300 7450 300 5.2 4 3 72.4 2000 9 999999999 220 0.1180 0 88 999.000 999.0 99.0 +1.76832E7 42.8 15.6 20 97200 993 1324 489 759 801 155 78600 80100 18400 4370 280 6.7 3 3 72.4 2000 9 999999999 229 0.1180 0 88 999.000 999.0 99.0 +1.76868E7 42.8 13.9 18 97100 782 1324 481 588 716 153 60300 71600 18000 3540 250 4.6 2 2 72.4 2000 9 999999999 209 0.1180 0 88 999.000 999.0 99.0 +1.76904E7 43.3 12.8 16 97100 534 1324 495 324 604 83 34400 57700 11100 1670 270 4.1 5 5 72.4 2000 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.7694E7 42.8 12.2 16 97100 267 1324 484 136 353 64 14100 26600 8800 1160 260 3.6 3 3 72.4 2000 9 999999999 189 0.0940 0 88 999.000 999.0 99.0 +1.76976E7 41.1 12.8 19 97200 34 695 474 12 28 9 1200 800 1100 140 220 2.6 4 3 56.3 2000 9 999999999 200 0.1180 0 88 999.000 999.0 99.0 +1.77012E7 40.6 12.2 18 97300 0 0 466 0 0 0 0 0 0 0 190 2.1 2 2 56.3 2000 9 999999999 189 0.1180 0 88 999.000 999.0 99.0 +1.77048E7 38.3 12.8 22 97400 0 0 469 0 0 0 0 0 0 0 160 5.2 6 6 48.3 7620 9 999999999 200 0.1180 0 88 999.000 999.0 99.0 +1.77084E7 35.0 13.3 27 97500 0 0 446 0 0 0 0 0 0 0 170 8.2 6 5 3.2 7620 9 999999999 209 0.1180 0 88 999.000 999.0 99.0 +1.7712E7 35.0 13.9 28 97500 0 0 443 0 0 0 0 0 0 0 120 5.2 9 4 56.3 2000 9 999999999 209 0.1180 0 88 999.000 999.0 99.0 +1.77156E7 32.8 15.6 35 97500 0 0 430 0 0 0 0 0 0 0 100 8.8 9 3 56.3 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.77192E7 32.8 15.0 34 97500 0 0 432 0 0 0 0 0 0 0 110 6.2 8 4 56.3 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.77228E7 32.8 15.0 34 97400 0 0 429 0 0 0 0 0 0 0 120 5.2 8 3 56.3 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.77264E7 32.2 15.0 35 97400 0 0 422 0 0 0 0 0 0 0 90 4.1 5 2 56.3 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.773E7 31.1 15.0 38 97400 0 0 415 0 0 0 0 0 0 0 140 2.6 3 2 56.3 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.77336E7 31.7 14.4 35 97500 17 497 418 6 12 5 0 0 0 0 150 3.1 6 2 64.4 2000 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.77372E7 31.7 16.1 39 97600 226 1324 431 64 50 56 7100 3600 6500 1190 200 2.1 8 5 48.3 7620 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.77408E7 34.4 15.0 31 97600 494 1324 442 267 322 162 29800 31200 18100 3430 150 2.1 5 4 32.2 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.77444E7 35.0 15.6 31 97600 746 1324 453 392 171 303 43000 17700 33100 7930 350 3.1 6 6 48.3 4270 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.7748E7 37.2 15.0 27 97600 964 1324 450 689 709 185 74200 71900 21700 5460 250 3.6 2 2 56.3 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.77516E7 37.2 17.2 31 97600 1133 1324 438 848 784 190 89300 78400 22100 7380 300 4.1 1 0 64.4 2000 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.77552E7 38.9 17.2 28 97500 1241 1324 448 961 821 199 101400 82400 24000 12290 270 3.6 1 0 64.4 2000 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.77588E7 40.0 16.7 25 97400 1282 1324 454 1014 829 203 105500 83300 24700 16490 230 3.1 2 0 64.4 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.77624E7 41.1 16.7 24 97300 1252 1324 460 980 821 199 102200 82400 24100 13060 260 4.1 1 0 64.4 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.7766E7 42.2 16.1 22 97200 1153 1324 466 888 799 181 91700 80200 21700 7640 300 3.1 1 0 64.4 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.77696E7 43.3 15.0 19 97100 992 1324 486 746 756 168 78500 77200 20500 5280 230 4.6 3 2 64.4 2000 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.77732E7 42.8 14.4 19 97000 780 1324 495 492 393 238 50700 41700 26100 5820 270 4.1 7 5 56.3 9140 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.77768E7 42.2 13.9 19 97000 532 1324 508 124 1 120 13900 100 13800 4890 280 3.6 9 8 72.4 7620 9 999999999 209 0.1170 0 88 999.000 999.0 99.0 +1.77804E7 36.7 15.0 27 97000 265 1324 475 28 0 27 3200 0 3200 1120 320 6.2 9 8 32.2 7620 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.7784E7 36.7 13.9 26 97200 33 695 474 2 1 2 200 100 200 50 260 5.2 9 8 56.3 7620 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.77876E7 36.7 14.4 27 97200 0 0 474 0 0 0 0 0 0 0 240 4.6 10 8 56.3 3660 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.77912E7 36.7 14.4 27 97300 0 0 467 0 0 0 0 0 0 0 150 3.6 9 7 56.3 2130 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.77948E7 35.6 15.0 29 97400 0 0 469 0 0 0 0 0 0 0 120 6.7 10 8 56.3 2440 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.77984E7 32.2 16.1 38 97400 0 0 473 0 0 0 0 0 0 0 120 9.3 10 10 12.9 2440 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.7802E7 32.2 13.9 33 97300 0 0 469 0 0 0 0 0 0 0 120 5.2 10 10 56.3 3960 9 999999999 209 0.1170 0 88 999.000 999.0 99.0 +1.78056E7 32.2 14.4 34 97300 0 0 470 0 0 0 0 0 0 0 120 3.1 10 10 56.3 3960 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.78092E7 31.7 14.4 35 97400 0 0 444 0 0 0 0 0 0 0 60 4.1 10 8 56.3 7620 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.78128E7 29.4 16.7 46 97400 0 0 423 0 0 0 0 0 0 0 90 5.2 7 6 56.3 7620 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.78164E7 28.9 17.8 51 97400 0 0 421 0 0 0 0 0 0 0 100 5.2 7 6 64.4 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.782E7 28.9 17.8 51 97500 16 497 418 6 12 5 0 0 0 0 100 4.6 8 5 64.4 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.78236E7 29.4 18.3 51 97500 224 1324 421 49 8 48 5600 200 5600 1710 120 3.6 8 5 64.4 7620 9 999999999 279 0.1170 0 88 999.000 999.0 99.0 +1.78272E7 30.6 17.8 46 97600 492 1324 431 163 43 143 17400 4100 15900 3970 90 4.1 7 6 80.5 4270 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.78308E7 32.8 17.2 39 97600 744 1324 428 367 268 220 40000 28300 24100 5210 150 3.1 6 2 80.5 2000 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.78344E7 35.6 17.2 34 97600 963 1324 448 699 691 197 73600 69900 22700 5750 150 4.1 3 3 80.5 2000 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.7838E7 36.7 17.2 32 97600 1132 1324 444 844 808 156 89700 81600 19800 6340 200 4.1 3 1 72.4 2000 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.78416E7 38.3 15.0 25 97500 1240 1324 450 983 865 170 104300 87500 22200 10690 200 4.1 4 1 72.4 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.78452E7 39.4 15.0 24 97400 1281 1324 456 1029 848 204 107400 85200 24900 16390 170 4.6 7 1 72.4 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.78488E7 40.0 13.3 20 97300 1251 1324 464 996 837 203 103900 84000 24400 13170 290 3.6 7 2 72.4 2000 9 999999999 200 0.1170 0 88 999.000 999.0 99.0 +1.78524E7 41.7 13.9 19 97200 1152 1324 475 896 833 167 94000 83900 20800 7150 270 5.2 8 2 72.4 2000 9 999999999 209 0.1170 0 88 999.000 999.0 99.0 +1.7856E7 41.1 15.0 21 97100 990 1324 473 719 736 164 76400 75300 20000 5150 280 5.7 8 2 72.4 2000 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.78596E7 41.1 15.0 21 97000 778 1324 473 583 722 147 60000 72300 17400 3400 290 4.1 8 2 72.4 2000 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.78632E7 41.1 14.4 21 97000 530 1324 480 272 639 15 29600 60900 5200 520 290 4.1 5 4 72.4 2000 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.78668E7 40.0 15.0 23 97000 262 1324 471 128 170 92 13000 12600 10500 1860 260 5.2 5 3 64.4 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.78704E7 38.9 14.4 23 97000 31 673 467 5 10 4 500 300 500 60 250 4.1 6 4 56.3 7620 9 999999999 209 0.1170 0 88 999.000 999.0 99.0 +1.7874E7 37.8 15.0 26 97100 0 0 461 0 0 0 0 0 0 0 240 3.6 5 4 56.3 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.78776E7 36.7 15.0 27 97100 0 0 447 0 0 0 0 0 0 0 250 3.6 4 2 56.3 2000 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.78812E7 36.1 16.1 30 97200 0 0 439 0 0 0 0 0 0 0 260 4.1 8 1 56.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.78848E7 35.0 16.7 34 97200 0 0 447 0 0 0 0 0 0 0 280 3.6 5 4 56.3 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.78884E7 34.4 16.7 35 97200 0 0 444 0 0 0 0 0 0 0 290 4.1 5 4 56.3 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.7892E7 33.9 16.1 35 97200 0 0 440 0 0 0 0 0 0 0 290 4.1 5 4 56.3 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.78956E7 32.8 16.1 37 97200 0 0 431 0 0 0 0 0 0 0 280 4.1 4 3 56.3 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.78992E7 32.2 16.1 38 97300 0 0 427 0 0 0 0 0 0 0 290 3.6 4 3 56.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.79028E7 32.2 15.6 37 97300 0 0 422 0 0 0 0 0 0 0 270 3.6 3 2 56.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.79064E7 31.1 16.1 40 97400 15 475 421 4 1 4 0 0 0 0 280 2.1 5 3 56.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.791E7 31.1 16.1 40 97400 221 1325 421 51 27 47 5700 2100 5300 1210 0 0.0 5 3 56.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.79136E7 32.8 15.6 35 97500 490 1325 446 105 2 106 12300 100 12300 4290 180 3.6 7 7 80.5 2130 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.79172E7 33.3 15.6 34 97600 742 1325 443 239 52 213 26700 5200 23700 6840 220 1.5 8 6 72.4 7620 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.79208E7 36.1 16.1 30 97600 961 1325 445 730 729 212 77500 73400 24200 6110 260 1.5 8 2 64.4 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.79244E7 37.8 15.6 27 97600 1131 1325 454 868 802 193 90800 80100 22300 7390 20 2.1 6 2 64.4 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.7928E7 37.8 16.1 28 97500 1239 1325 455 982 845 190 103100 85000 23400 11650 270 4.6 5 2 64.4 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.79316E7 39.4 15.6 24 97400 1280 1325 464 1024 851 195 107200 85700 24200 15590 260 5.2 7 2 64.4 2000 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.79352E7 40.0 15.6 24 97300 1250 1325 461 989 840 192 103500 84500 23600 12470 280 5.7 6 1 64.4 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.79388E7 40.6 16.1 24 97300 1150 1325 465 890 810 177 92200 81400 21400 7430 260 6.2 4 1 56.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.79424E7 41.1 16.1 23 97200 989 1325 479 768 775 180 80600 78900 21600 5580 290 4.6 4 3 56.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.7946E7 41.1 15.0 21 97200 776 1325 485 470 386 226 49000 40900 24900 5470 310 2.6 6 5 56.3 7620 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.79496E7 38.3 13.9 23 97200 527 1325 483 202 125 149 21800 12300 16900 3490 70 9.3 8 8 24.1 3660 9 999999999 209 0.1170 0 88 999.000 999.0 99.0 +1.79532E7 36.1 15.0 28 97200 259 1325 482 77 2 77 8600 100 8500 2520 50 5.7 9 9 40.2 7620 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.79568E7 35.6 14.4 28 97300 30 651 468 5 1 5 600 0 600 200 160 4.1 9 8 40.2 7620 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.79604E7 35.0 15.0 30 97300 0 0 488 0 0 0 0 0 0 0 130 5.2 10 10 40.2 7620 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.7964E7 34.4 15.6 32 97300 0 0 486 0 0 0 0 0 0 0 140 3.1 10 10 40.2 7620 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.79676E7 33.9 14.4 31 97400 0 0 467 0 0 0 0 0 0 0 130 3.1 10 9 56.3 7620 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.79712E7 33.3 16.1 36 97500 0 0 466 0 0 0 0 0 0 0 90 2.6 10 9 56.3 7620 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.79748E7 31.7 17.8 44 97500 0 0 459 0 0 0 0 0 0 0 120 5.2 10 9 56.3 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.79784E7 31.1 17.8 45 97500 0 0 455 0 0 0 0 0 0 0 100 5.2 10 9 56.3 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.7982E7 30.6 17.8 46 97500 0 0 436 0 0 0 0 0 0 0 110 4.1 9 7 56.3 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.79856E7 30.0 17.8 48 97500 0 0 432 0 0 0 0 0 0 0 90 4.1 9 7 56.3 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.79892E7 28.9 18.3 53 97500 0 0 418 0 0 0 0 0 0 0 100 3.6 7 5 56.3 7620 9 999999999 279 0.1170 0 88 999.000 999.0 99.0 +1.79928E7 28.9 17.8 51 97600 14 453 414 6 5 6 0 0 0 0 100 4.1 9 4 56.3 2000 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.79964E7 29.4 17.8 50 97600 218 1325 424 93 91 78 10000 6400 8900 1660 100 3.1 9 6 56.3 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.8E7 31.1 17.2 43 97700 488 1325 413 290 456 143 32100 42700 16400 2810 100 3.6 9 1 64.4 2000 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.80036E7 33.3 16.7 37 97600 741 1325 438 555 616 221 59000 62500 24100 5040 140 2.6 10 4 64.4 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.80072E7 34.4 17.2 36 97600 960 1325 448 488 237 319 53100 25600 34600 9590 250 2.6 9 5 72.4 7620 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.80108E7 35.6 17.8 35 97600 1129 1325 456 854 612 335 91300 63900 36800 14670 250 3.6 9 5 64.4 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.80144E7 36.7 18.3 34 97500 1238 1325 460 981 754 274 103700 76400 32100 17770 250 5.2 9 4 56.3 2000 9 999999999 279 0.1170 0 88 999.000 999.0 99.0 +1.8018E7 37.8 17.8 31 97400 1279 1325 462 936 651 303 98300 65800 34700 25240 250 5.7 8 3 56.3 2000 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.80216E7 38.3 16.7 28 97400 1248 1325 463 778 578 231 83200 59100 27400 15990 300 4.1 7 3 56.3 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.80252E7 40.0 17.2 26 97200 1149 1325 470 808 616 268 84300 62200 30300 12010 260 6.2 6 2 56.3 2000 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.80288E7 40.0 15.6 24 97200 987 1325 483 633 474 276 67000 49300 30200 8600 240 3.6 7 6 56.3 7620 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.80324E7 39.4 16.1 25 97100 774 1325 480 345 182 231 37100 19100 26000 6150 300 5.7 7 6 56.3 7620 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.8036E7 38.9 15.6 25 97100 525 1325 477 253 257 144 26300 25400 16300 2970 260 4.1 7 6 56.3 7620 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.80396E7 36.7 14.4 27 97200 256 1325 485 62 4 62 7100 100 7000 2180 20 7.2 10 9 40.2 7620 9 999999999 220 0.1170 0 88 999.000 999.0 99.0 +1.80432E7 35.6 15.0 29 97200 29 651 479 2 1 2 200 0 200 50 330 3.6 10 9 48.3 7620 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.80468E7 33.9 15.6 33 97300 0 0 482 0 0 0 0 0 0 0 320 6.2 10 10 48.3 3660 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.80504E7 33.3 15.6 34 97300 0 0 479 0 0 0 0 0 0 0 290 2.1 10 10 56.3 7620 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.8054E7 32.8 15.6 35 97300 0 0 453 0 0 0 0 0 0 0 0 0.0 10 8 56.3 7620 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.80576E7 32.8 16.1 37 97300 0 0 453 0 0 0 0 0 0 0 190 2.1 10 8 56.3 7620 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.80612E7 32.2 16.1 38 97300 0 0 431 0 0 0 0 0 0 0 0 0.0 8 4 56.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.80648E7 31.7 16.1 39 97300 0 0 428 0 0 0 0 0 0 0 240 3.1 9 4 56.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.80684E7 31.1 16.7 42 97300 0 0 425 0 0 0 0 0 0 0 280 2.1 9 4 48.3 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.8072E7 30.6 16.1 42 97300 0 0 425 0 0 0 0 0 0 0 280 2.1 8 5 56.3 7620 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.80756E7 29.4 16.7 46 97300 0 0 413 0 0 0 0 0 0 0 50 1.5 7 3 32.2 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.80792E7 30.0 16.7 45 97300 13 453 416 5 9 4 0 0 0 0 0 0.0 7 3 40.2 2000 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.80828E7 30.6 17.2 45 97400 216 1325 423 76 175 48 8200 11700 6300 870 80 3.1 8 4 40.2 2000 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.80864E7 31.1 17.2 43 97400 485 1325 423 247 217 185 28400 20800 20800 4260 20 1.5 7 3 48.3 2000 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.809E7 33.3 16.7 37 97500 739 1325 438 335 263 198 37500 27800 22000 4580 50 2.1 7 4 48.3 7620 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.80936E7 36.1 17.2 33 97400 958 1325 455 445 297 236 49900 32100 26700 6770 180 2.6 5 4 48.3 2000 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.80972E7 38.3 16.1 27 97400 1128 1325 462 845 787 183 88800 78800 21500 7040 260 4.1 5 3 48.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.81008E7 38.3 16.1 27 97400 1237 1325 462 994 844 205 103500 84500 24400 12210 260 4.1 4 3 48.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.81044E7 38.9 17.2 28 97300 1278 1325 463 993 834 182 104700 84200 23300 14360 260 4.1 2 2 48.3 2000 9 999999999 259 0.1170 0 88 999.000 999.0 99.0 +1.8108E7 39.4 17.8 28 97200 1247 1325 467 969 840 173 102400 84900 22400 11220 280 4.1 2 2 56.3 2000 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.81116E7 40.6 16.1 24 97100 1148 1325 472 883 826 158 92600 83400 20200 6730 270 4.6 2 2 56.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.81152E7 41.1 13.9 20 97000 986 1325 471 741 801 134 77000 80600 16900 3890 260 3.6 2 2 56.3 2000 9 999999999 209 0.1170 0 88 999.000 999.0 99.0 +1.81188E7 40.6 16.1 24 97000 772 1325 476 571 719 116 57100 72600 14700 2750 30 2.6 3 3 56.3 2000 9 999999999 240 0.1170 0 88 999.000 999.0 99.0 +1.81224E7 40.0 16.1 25 97000 522 1325 498 194 245 91 20500 23500 11200 1720 280 3.1 8 8 56.3 3660 9 999999999 250 0.1170 0 88 999.000 999.0 99.0 +1.8126E7 36.7 15.6 28 97000 254 1325 500 25 1 25 3000 0 3000 1030 350 7.2 10 10 4.8 3660 9 999999999 229 0.1170 0 88 999.000 999.0 99.0 +1.81296E7 32.2 17.8 42 97000 27 630 475 2 3 2 300 100 300 40 340 2.1 10 10 16.1 1830 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.81332E7 25.6 21.7 79 97400 0 0 441 0 0 0 0 0 0 0 150 7.7 10 10 11.3 1830 9 999999999 340 0.1170 0 88 999.000 999.0 99.0 +1.81368E7 26.7 20.6 69 97400 0 0 446 0 0 0 0 0 0 0 140 4.6 10 10 16.1 1830 9 999999999 320 0.1170 0 88 999.000 999.0 99.0 +1.81404E7 25.6 22.8 85 97700 0 0 442 0 0 0 0 0 0 0 80 8.8 10 10 16.1 1830 9 999999999 370 0.1170 0 88 999.000 999.0 99.0 +1.8144E7 24.4 23.3 94 97700 0 0 436 0 0 0 0 0 0 0 140 5.2 10 10 32.2 1830 9 999999999 379 0.1170 0 88 999.000 999.0 99.0 +1.81476E7 23.9 22.2 90 97600 0 0 431 0 0 0 0 0 0 0 140 6.2 10 10 24.1 1830 9 999999999 350 0.1170 0 88 999.000 999.0 99.0 +1.81512E7 24.4 21.1 82 97600 0 0 433 0 0 0 0 0 0 0 80 2.6 10 10 56.3 1830 9 999999999 329 0.1170 0 88 999.000 999.0 99.0 +1.81548E7 25.0 20.0 74 97500 0 0 435 0 0 0 0 0 0 0 40 3.1 10 10 56.3 3960 9 999999999 309 0.1170 0 88 999.000 999.0 99.0 +1.81584E7 25.0 19.4 71 97500 0 0 413 0 0 0 0 0 0 0 20 3.1 10 8 56.3 3960 9 999999999 300 0.1170 0 88 999.000 999.0 99.0 +1.8162E7 25.6 20.6 74 97500 0 0 418 0 0 0 0 0 0 0 250 3.1 8 8 48.3 3960 9 999999999 320 0.1170 0 88 999.000 999.0 99.0 +1.81656E7 25.6 21.1 77 97500 12 431 407 4 2 4 0 0 0 0 250 3.1 8 6 72.4 3960 9 999999999 329 0.1170 0 88 999.000 999.0 99.0 +1.81692E7 26.7 20.6 69 97600 213 1326 418 57 5 56 6300 100 6300 1870 0 0.0 8 7 64.4 3960 9 999999999 320 0.1170 0 88 999.000 999.0 99.0 +1.81728E7 27.2 21.1 69 97700 483 1326 437 105 3 101 11800 200 11700 4100 100 3.1 10 9 64.4 2740 9 999999999 329 0.1170 0 88 999.000 999.0 99.0 +1.81764E7 27.8 21.1 67 97700 737 1326 440 177 4 174 20500 300 20400 7620 130 3.1 10 9 56.3 2740 9 999999999 329 0.1170 0 88 999.000 999.0 99.0 +1.818E7 28.3 21.1 65 97800 956 1326 434 211 3 208 25100 200 24900 9900 90 2.6 10 8 56.3 2740 9 999999999 329 0.1170 0 88 999.000 999.0 99.0 +1.81836E7 30.0 20.6 57 97800 1127 1326 443 362 5 357 42400 500 42000 15730 110 2.6 9 8 56.3 3960 9 999999999 320 0.1170 0 88 999.000 999.0 99.0 +1.81872E7 31.1 20.0 52 97700 1236 1326 459 482 6 477 56200 600 55600 19560 160 3.1 9 9 64.4 3960 9 999999999 309 0.1170 0 88 999.000 999.0 99.0 +1.81908E7 32.2 20.0 48 97700 1277 1326 443 782 190 598 84800 20100 65400 40000 140 3.1 7 6 64.4 3960 9 999999999 309 0.1170 0 88 999.000 999.0 99.0 +1.81944E7 34.4 18.3 39 97500 1246 1326 446 853 503 378 91000 52600 41500 26350 140 4.1 5 4 56.3 2000 9 999999999 279 0.1170 0 88 999.000 999.0 99.0 +1.8198E7 35.6 18.9 37 97400 1146 1326 454 889 817 178 92500 82000 21500 7330 90 2.6 5 4 64.4 2000 9 999999999 290 0.1170 0 88 999.000 999.0 99.0 +1.82016E7 36.1 18.3 35 97400 984 1326 456 757 792 164 80400 80900 20200 5080 210 3.1 5 4 64.4 2000 9 999999999 279 0.1170 0 88 999.000 999.0 99.0 +1.82052E7 35.6 17.8 35 97300 770 1326 473 400 295 231 43400 31300 25300 5590 270 3.1 9 8 64.4 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.82088E7 35.0 17.8 36 97300 520 1326 479 196 186 128 21700 18300 14500 2580 100 2.1 10 9 64.4 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.82124E7 35.0 17.8 36 97300 250 1326 462 90 26 85 9800 2100 9400 2000 200 2.1 10 7 56.3 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.8216E7 33.9 17.8 38 97400 26 608 455 6 1 6 700 0 700 230 240 3.1 8 7 56.3 7620 9 999999999 270 0.1170 0 88 999.000 999.0 99.0 +1.82196E7 33.3 19.4 44 97400 0 0 449 0 0 0 0 0 0 0 220 3.1 7 6 56.3 7620 9 999999999 300 0.1170 0 88 999.000 999.0 99.0 +1.82232E7 32.8 19.4 45 97400 0 0 446 0 0 0 0 0 0 0 250 2.1 7 6 56.3 7620 9 999999999 300 0.1170 0 88 999.000 999.0 99.0 +1.82268E7 31.7 20.0 50 97500 0 0 436 0 0 0 0 0 0 0 280 3.1 7 5 56.3 7620 9 999999999 309 0.1170 0 88 999.000 999.0 99.0 +1.82304E7 31.7 20.0 50 97500 0 0 445 0 0 0 0 0 0 0 280 4.6 8 7 56.3 7620 9 999999999 309 0.1170 0 88 999.000 999.0 99.0 +1.8234E7 31.1 20.0 52 97500 0 0 449 0 0 0 0 0 0 0 280 2.1 9 8 56.3 3960 9 999999999 309 0.1160 0 88 999.000 999.0 99.0 +1.82376E7 30.0 19.4 53 97500 0 0 423 0 0 0 0 0 0 0 320 2.1 9 4 56.3 2000 9 999999999 300 0.1160 0 88 999.000 999.0 99.0 +1.82412E7 30.0 18.9 51 97500 0 0 419 0 0 0 0 0 0 0 300 3.1 7 3 56.3 2000 9 999999999 290 0.1160 0 88 999.000 999.0 99.0 +1.82448E7 29.4 18.9 53 97500 0 0 426 0 0 0 0 0 0 0 330 1.5 10 6 56.3 3960 9 999999999 290 0.1160 0 88 999.000 999.0 99.0 +1.82484E7 29.4 19.4 55 97500 0 0 423 0 0 0 0 0 0 0 150 1.5 8 5 56.3 3960 9 999999999 300 0.1160 0 88 999.000 999.0 99.0 +1.8252E7 28.9 18.9 55 97500 12 409 423 3 2 3 0 0 0 0 120 2.6 8 6 48.3 3960 9 999999999 290 0.1160 0 88 999.000 999.0 99.0 +1.82556E7 28.3 18.9 57 97600 210 1326 424 49 22 46 5400 1700 5200 1170 90 2.1 10 7 40.2 7620 9 999999999 290 0.1160 0 88 999.000 999.0 99.0 +1.82592E7 28.9 19.4 57 97600 481 1326 413 208 224 127 22300 21600 14500 2560 120 3.6 9 3 48.3 2000 9 999999999 300 0.1160 0 88 999.000 999.0 99.0 +1.82628E7 30.6 19.4 52 97600 735 1326 429 347 148 261 37300 15300 28800 6780 80 3.1 9 5 48.3 7620 9 999999999 300 0.1160 0 88 999.000 999.0 99.0 +1.82664E7 32.2 18.9 45 97600 955 1326 438 620 256 433 66500 26900 47100 13510 60 2.6 8 5 48.3 7620 9 999999999 290 0.1160 0 88 999.000 999.0 99.0 +1.827E7 33.3 17.8 40 97600 1125 1326 452 765 281 521 82100 29700 56900 21050 80 3.1 10 7 56.3 3660 9 999999999 270 0.1160 0 88 999.000 999.0 99.0 +1.82736E7 33.9 19.4 43 97500 1235 1326 457 558 30 530 64400 3200 61400 20710 10 2.6 9 7 56.3 3660 9 999999999 300 0.1160 0 88 999.000 999.0 99.0 +1.82772E7 34.4 19.4 41 97400 1275 1326 455 748 289 470 81900 31400 51600 34400 80 2.1 8 6 56.3 3660 9 999999999 300 0.1160 0 88 999.000 999.0 99.0 +1.82808E7 35.0 19.4 40 97300 1245 1326 482 773 266 523 84400 28200 57800 29840 330 3.1 10 9 56.3 3660 9 999999999 300 0.1160 0 88 999.000 999.0 99.0 +1.82844E7 35.6 19.4 39 97200 1144 1326 485 405 93 326 45300 10000 36700 13720 110 2.6 10 9 56.3 7620 9 999999999 300 0.1160 0 88 999.000 999.0 99.0 +1.8288E7 34.4 19.4 41 97100 982 1326 478 200 2 201 24300 200 24200 9730 80 4.1 10 9 64.4 7620 9 999999999 300 0.1160 0 88 999.000 999.0 99.0 +1.82916E7 34.4 19.4 41 97100 768 1326 478 158 2 165 19600 200 19500 7460 0 0.0 10 9 56.3 7620 9 999999999 300 0.1160 0 88 999.000 999.0 99.0 +1.82952E7 33.9 20.0 44 97000 517 1326 476 111 1 120 13800 100 13800 4830 240 3.6 10 9 56.3 3660 9 999999999 309 0.1160 0 88 999.000 999.0 99.0 +1.82988E7 32.2 18.9 45 97000 247 1326 464 60 0 66 7400 0 7400 2230 270 3.6 10 9 56.3 3660 9 999999999 290 0.1160 0 88 999.000 999.0 99.0 +1.83024E7 31.1 20.6 53 97100 24 586 459 3 0 3 400 0 400 120 230 4.1 10 9 56.3 6100 9 999999999 320 0.1160 0 88 999.000 999.0 99.0 +1.8306E7 30.6 20.6 55 97100 0 0 447 0 0 0 0 0 0 0 280 2.1 10 8 56.3 7620 9 999999999 320 0.1160 0 88 999.000 999.0 99.0 +1.83096E7 30.8 20.3 55 97200 0 0 440 0 0 0 0 0 0 0 240 2.1 7 7 56.3 7620 9 999999999 320 0.1160 0 88 999.000 999.0 99.0 +1.83132E7 31.1 19.9 53 97100 0 0 426 0 0 0 0 0 0 0 270 2.1 4 3 56.3 2000 9 999999999 309 0.1160 0 88 999.000 999.0 99.0 +1.83168E7 31.3 19.6 53 97100 0 0 427 0 0 0 0 0 0 0 0 2.1 7 3 56.3 2000 9 999999999 309 0.1160 0 88 999.000 999.0 99.0 +1.83204E7 31.5 19.3 36 97200 0 0 443 0 0 0 0 0 0 0 50 2.1 7 7 56.3 3660 9 999999999 270 0.2730 0 88 999.000 999.0 99.0 +1.8324E7 31.7 19.0 36 97100 0 0 411 0 0 0 0 0 0 0 310 2.1 0 0 56.3 2000 9 999999999 270 0.2730 0 88 999.000 999.0 99.0 +1.83276E7 32.0 18.6 40 97200 0 0 425 0 0 0 0 0 0 0 150 2.1 2 2 56.3 2000 9 999999999 270 0.2730 0 88 999.000 999.0 99.0 +1.83312E7 32.2 18.3 44 97200 0 0 412 0 0 0 0 0 0 0 140 2.1 0 0 56.3 2000 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.83348E7 31.7 18.3 45 97200 0 0 410 0 0 0 0 0 0 0 150 2.1 0 0 56.3 2000 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.83384E7 31.7 18.3 45 97300 11 409 423 0 0 0 0 0 0 0 100 2.1 2 2 48.3 2000 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.8342E7 31.1 18.3 47 97400 208 1326 420 61 98 46 6600 6400 5600 830 100 3.1 2 2 48.3 2000 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.83456E7 32.2 18.3 44 97400 479 1326 412 267 500 88 27900 46300 11100 1690 90 3.1 0 0 48.3 2000 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.83492E7 34.4 18.3 38 97400 733 1326 424 477 645 120 50500 64600 14700 2720 360 3.1 0 0 48.3 2000 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.83528E7 36.7 17.8 33 97400 954 1326 436 673 727 152 72300 74300 18700 4490 320 3.6 0 0 48.3 2000 9 999999999 270 0.2730 0 88 999.000 999.0 99.0 +1.83564E7 37.2 17.2 31 97400 1124 1326 438 844 784 178 87900 78600 21100 6800 280 3.6 0 0 48.3 2000 9 999999999 259 0.2730 0 88 999.000 999.0 99.0 +1.836E7 37.8 17.2 30 97300 1234 1326 442 950 802 202 98900 80400 24000 11780 250 3.1 0 0 48.3 2000 9 999999999 259 0.2730 0 88 999.000 999.0 99.0 +1.83636E7 38.9 17.2 28 97200 1274 1326 448 987 811 207 103200 81300 24800 15530 290 3.1 0 0 48.3 2000 9 999999999 259 0.2730 0 88 999.000 999.0 99.0 +1.83672E7 40.0 17.2 26 97100 1243 1326 455 953 817 187 100400 82300 23100 11670 260 3.6 0 0 40.2 2000 9 999999999 259 0.2730 0 88 999.000 999.0 99.0 +1.83708E7 41.1 17.8 26 97000 1143 1326 471 855 793 169 89700 79800 20700 6960 310 3.6 1 1 48.3 2000 9 999999999 270 0.2730 0 88 999.000 999.0 99.0 +1.83744E7 41.7 17.8 25 96900 980 1326 465 727 765 155 77300 78300 19300 4790 250 4.1 2 0 56.3 2000 9 999999999 270 0.2730 0 88 999.000 999.0 99.0 +1.8378E7 41.7 17.8 25 96900 766 1326 474 526 698 119 55500 70300 14900 2790 260 3.1 3 1 64.4 2000 9 999999999 270 0.2730 0 88 999.000 999.0 99.0 +1.83816E7 41.7 18.3 26 96900 514 1326 490 351 516 150 36200 49000 17200 2970 260 4.1 7 4 64.4 7620 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.83852E7 41.7 17.8 25 96800 244 1326 497 124 134 101 13300 9900 11500 2160 250 3.6 8 6 64.4 7620 9 999999999 270 0.2730 0 88 999.000 999.0 99.0 +1.83888E7 40.6 18.9 28 96900 23 564 531 0 0 0 0 0 0 0 250 2.6 10 10 56.3 7620 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.83924E7 39.4 18.3 29 96900 0 0 472 0 0 0 0 0 0 0 250 2.1 7 3 56.3 2000 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.8396E7 38.9 18.3 30 97000 0 0 469 0 0 0 0 0 0 0 260 2.1 7 3 56.3 2000 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.83996E7 38.3 18.3 31 97000 0 0 466 0 0 0 0 0 0 0 260 3.6 8 3 56.3 2000 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.84032E7 36.7 18.3 34 97000 0 0 456 0 0 0 0 0 0 0 270 6.2 8 3 56.3 2000 9 999999999 279 0.2730 0 88 999.000 999.0 99.0 +1.84068E7 35.6 16.1 31 97100 0 0 442 0 0 0 0 0 0 0 270 2.1 7 2 56.3 2000 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.84104E7 35.0 16.1 32 97100 0 0 439 0 0 0 0 0 0 0 280 2.1 7 2 56.3 2000 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.8414E7 34.4 16.1 33 97200 0 0 435 0 0 0 0 0 0 0 310 2.1 3 2 56.3 2000 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.84176E7 33.9 15.0 32 97300 0 0 446 0 0 0 0 0 0 0 270 2.1 6 6 56.3 3660 9 999999999 229 0.1160 0 88 999.000 999.0 99.0 +1.84212E7 32.8 15.6 35 97400 0 0 426 0 0 0 0 0 0 0 160 2.1 2 2 56.3 2000 9 999999999 229 0.1160 0 88 999.000 999.0 99.0 +1.84248E7 32.2 16.1 38 97400 10 387 417 0 0 0 0 0 0 0 120 2.1 8 1 64.4 2000 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.84284E7 32.2 16.1 38 97400 205 1327 423 80 212 47 8300 14000 6200 840 360 2.1 2 2 64.4 2000 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.8432E7 33.3 16.1 36 97500 476 1327 437 278 517 92 28700 47700 11600 1750 20 2.6 4 4 64.4 2000 9 999999999 250 0.1160 0 88 999.000 999.0 99.0 +1.84356E7 35.0 15.0 30 97600 731 1327 458 435 446 188 46000 45300 21000 4180 350 4.6 7 7 72.4 7620 9 999999999 229 0.1160 0 88 999.000 999.0 99.0 +1.84392E7 35.6 16.1 31 97600 952 1327 470 513 233 343 55800 24700 38000 10650 330 4.1 8 8 72.4 7620 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.84428E7 36.1 16.7 31 97600 1123 1327 484 539 163 400 59100 17400 44400 16050 330 5.2 9 9 72.4 3660 9 999999999 250 0.1160 0 88 999.000 999.0 99.0 +1.84464E7 36.1 16.7 31 97500 1232 1327 474 912 480 465 95200 49900 48700 30350 350 4.1 8 8 72.4 7620 9 999999999 250 0.1160 0 88 999.000 999.0 99.0 +1.845E7 36.1 16.1 30 97300 1273 1327 456 991 609 405 105500 63600 44300 33230 290 2.6 7 5 80.5 7620 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.84536E7 37.8 16.1 28 97200 1242 1327 467 888 483 434 93400 50300 46200 29640 290 5.2 6 5 96.6 7620 9 999999999 250 0.1160 0 88 999.000 999.0 99.0 +1.84572E7 37.8 16.1 28 97200 1141 1327 459 613 290 363 67300 31500 40100 15330 300 3.6 7 3 80.5 2000 9 999999999 250 0.1160 0 88 999.000 999.0 99.0 +1.84608E7 37.2 15.6 28 97100 978 1327 455 510 412 203 55600 43000 23800 6080 300 3.1 4 3 80.5 2000 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.84644E7 38.3 15.6 26 97000 763 1327 457 528 695 124 55600 69900 15300 2890 300 2.6 2 2 80.5 2000 9 999999999 229 0.1160 0 88 999.000 999.0 99.0 +1.8468E7 37.8 16.1 28 96900 511 1327 449 307 567 84 31700 53600 11000 1660 300 2.6 1 1 80.5 2000 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.84716E7 37.2 15.6 28 96900 241 1327 451 91 172 58 9500 12200 7300 1070 300 3.1 2 2 96.6 2000 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.84752E7 36.1 15.6 29 96900 21 564 473 0 0 0 0 0 0 0 300 2.1 9 8 64.4 3660 9 999999999 229 0.1160 0 88 999.000 999.0 99.0 +1.84788E7 36.1 15.6 29 96900 0 0 465 0 0 0 0 0 0 0 350 2.1 7 7 56.3 3660 9 999999999 229 0.1160 0 88 999.000 999.0 99.0 +1.84824E7 34.4 16.1 33 97000 0 0 446 0 0 0 0 0 0 0 220 2.1 6 5 56.3 7620 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.8486E7 34.4 16.7 35 97000 0 0 464 0 0 0 0 0 0 0 220 2.1 8 8 56.3 3960 9 999999999 250 0.1160 0 88 999.000 999.0 99.0 +1.84896E7 33.9 17.2 37 97000 0 0 442 0 0 0 0 0 0 0 240 2.1 4 4 56.3 2000 9 999999999 259 0.1160 0 88 999.000 999.0 99.0 +1.84932E7 33.3 17.2 38 97000 0 0 435 0 0 0 0 0 0 0 220 2.1 3 3 56.3 2000 9 999999999 259 0.1160 0 88 999.000 999.0 99.0 +1.84968E7 33.3 17.8 40 97000 0 0 436 0 0 0 0 0 0 0 290 2.1 3 3 56.3 2000 9 999999999 270 0.1160 0 88 999.000 999.0 99.0 +1.85004E7 33.3 17.8 40 97000 0 0 482 0 0 0 0 0 0 0 230 1.5 10 10 56.3 3050 9 999999999 270 0.1160 0 88 999.000 999.0 99.0 +1.8504E7 32.2 22.2 56 97100 0 0 482 0 0 0 0 0 0 0 270 3.1 10 10 56.3 3050 9 999999999 350 0.1160 0 88 999.000 999.0 99.0 +1.85076E7 30.0 22.2 63 97100 0 0 445 0 0 0 0 0 0 0 130 2.1 8 8 56.3 2740 9 999999999 350 0.1160 0 88 999.000 999.0 99.0 +1.85112E7 30.0 21.7 61 97200 9 365 445 0 0 0 0 0 0 0 90 3.6 10 8 80.5 4570 9 999999999 340 0.1160 0 88 999.000 999.0 99.0 +1.85148E7 28.9 21.1 63 97200 203 1327 437 18 0 18 2200 0 2200 730 90 2.1 10 8 96.6 4570 9 999999999 329 0.1160 0 88 999.000 999.0 99.0 +1.85184E7 29.4 20.0 57 97200 474 1327 432 71 0 70 8300 0 8300 3020 10 2.1 9 7 96.6 4270 9 999999999 309 0.1160 0 88 999.000 999.0 99.0 +1.8522E7 31.1 18.9 48 97200 729 1327 440 184 1 183 21300 100 21200 7870 330 2.1 10 7 80.5 4270 9 999999999 290 0.1160 0 88 999.000 999.0 99.0 +1.85256E7 32.8 18.3 42 97200 950 1327 444 700 413 399 73900 44400 42000 12360 300 2.6 10 6 72.4 7620 9 999999999 279 0.1160 0 88 999.000 999.0 99.0 +1.85292E7 33.9 18.3 40 97200 1121 1327 443 726 311 462 77900 33600 49400 19190 290 4.1 9 4 72.4 2000 9 999999999 279 0.1160 0 88 999.000 999.0 99.0 +1.85328E7 35.0 18.3 37 97100 1231 1327 446 893 653 285 94000 66000 32600 17610 290 2.6 10 3 72.4 2000 9 999999999 279 0.1160 0 88 999.000 999.0 99.0 +1.85364E7 36.1 18.3 35 97000 1272 1327 456 952 607 367 102100 63500 41100 29670 280 5.2 10 4 80.5 2000 9 999999999 279 0.1160 0 88 999.000 999.0 99.0 +1.854E7 37.2 17.8 32 96900 1240 1327 462 833 426 430 90900 46300 47500 25780 290 3.6 10 4 80.5 2000 9 999999999 270 0.1160 0 88 999.000 999.0 99.0 +1.85436E7 38.3 17.8 30 96700 1140 1327 465 871 564 384 91400 58700 40800 17400 300 3.6 10 3 80.5 2000 9 999999999 270 0.1160 0 88 999.000 999.0 99.0 +1.85472E7 38.9 17.2 28 96700 976 1327 468 779 719 252 80800 71800 27900 7260 310 3.6 9 3 80.5 2000 9 999999999 259 0.1160 0 88 999.000 999.0 99.0 +1.85508E7 38.9 16.7 27 96600 761 1327 462 527 652 152 54900 64900 17600 3420 280 3.6 5 2 80.5 2000 9 999999999 250 0.1160 0 88 999.000 999.0 99.0 +1.85544E7 38.9 17.2 28 96600 508 1327 457 296 511 99 30500 47800 12200 1900 270 5.2 4 1 64.4 2000 9 999999999 259 0.1160 0 88 999.000 999.0 99.0 +1.8558E7 38.9 16.7 27 96500 237 1327 447 100 201 63 10500 14200 7900 1190 240 2.6 2 0 64.4 2000 9 999999999 250 0.1160 0 88 999.000 999.0 99.0 +1.85616E7 37.8 16.7 29 96600 20 542 441 2 9 1 0 0 0 0 250 2.6 1 0 56.3 2000 9 999999999 250 0.1160 0 88 999.000 999.0 99.0 +1.85652E7 36.1 16.1 30 96700 0 0 431 0 0 0 0 0 0 0 240 1.5 0 0 56.3 2000 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.85688E7 35.6 16.1 31 96800 0 0 428 0 0 0 0 0 0 0 260 1.5 0 0 56.3 2000 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.85724E7 35.0 16.1 32 96800 0 0 425 0 0 0 0 0 0 0 270 4.1 0 0 56.3 2000 9 999999999 240 0.1160 0 88 999.000 999.0 99.0 +1.8576E7 33.9 16.7 36 96700 0 0 419 0 0 0 0 0 0 0 280 2.6 0 0 56.3 2000 9 999999999 250 0.1160 0 88 999.000 999.0 99.0 +1.85796E7 33.3 17.2 38 96800 0 0 435 0 0 0 0 0 0 0 300 1.5 3 3 56.3 2000 9 999999999 259 0.2080 0 88 999.000 999.0 99.0 +1.85832E7 32.2 17.8 42 96800 0 0 445 0 0 0 0 0 0 0 310 1.5 7 7 56.3 3660 9 999999999 270 0.2080 0 88 999.000 999.0 99.0 +1.85868E7 31.7 17.8 44 96800 0 0 442 0 0 0 0 0 0 0 280 2.1 7 7 56.3 3660 9 999999999 270 0.2080 0 88 999.000 999.0 99.0 +1.85904E7 30.6 17.8 46 96800 0 0 403 0 0 0 0 0 0 0 240 1.5 0 0 56.3 2000 9 999999999 270 0.2080 0 88 999.000 999.0 99.0 +1.8594E7 29.4 18.3 51 96800 0 0 397 0 0 0 0 0 0 0 150 1.0 0 0 56.3 2000 9 999999999 279 0.2080 0 88 999.000 999.0 99.0 +1.85976E7 29.4 18.3 51 96900 8 343 397 0 4 0 0 0 0 0 110 1.0 2 0 80.5 2000 9 999999999 279 0.2080 0 88 999.000 999.0 99.0 +1.86012E7 30.0 18.3 50 96900 200 1327 414 59 137 39 6400 8700 5100 690 110 2.6 2 2 80.5 2000 9 999999999 279 0.2080 0 88 999.000 999.0 99.0 +1.86048E7 31.1 18.3 47 96900 472 1327 414 272 543 79 28400 50300 10500 1530 130 2.1 1 1 80.5 2000 9 999999999 279 0.2080 0 88 999.000 999.0 99.0 +1.86084E7 33.3 18.3 41 97000 728 1327 418 485 688 108 51700 69100 13800 2470 140 2.6 0 0 80.5 2000 9 999999999 279 0.2080 0 88 999.000 999.0 99.0 +1.8612E7 34.4 17.8 37 97000 949 1327 424 685 764 138 71600 76600 16700 3680 200 2.6 0 0 80.5 2000 9 999999999 270 0.2080 0 88 999.000 999.0 99.0 +1.86156E7 36.1 16.1 30 97000 1120 1327 439 847 796 174 88400 79900 20800 6580 20 2.6 1 1 80.5 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.86192E7 36.7 15.6 28 96900 1230 1327 442 953 818 193 99700 82200 23400 11060 280 3.1 1 1 80.5 2000 9 999999999 229 0.2080 0 88 999.000 999.0 99.0 +1.86228E7 38.3 15.6 26 96800 1270 1327 442 986 807 211 102600 80800 25000 15220 120 3.1 0 0 80.5 2000 9 999999999 229 0.2080 0 88 999.000 999.0 99.0 +1.86264E7 38.9 16.1 26 96800 1239 1327 447 958 815 195 100200 81900 23600 11720 110 3.1 0 0 80.5 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.863E7 39.4 16.1 25 96700 1138 1327 449 852 784 177 88800 78700 21200 7060 320 3.6 0 0 80.5 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.86336E7 39.4 16.1 25 96600 974 1327 449 726 765 162 77300 78100 19800 4920 270 3.1 0 0 80.5 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.86372E7 40.0 15.6 24 96600 758 1327 452 520 714 110 55300 72100 14100 2580 300 4.1 0 0 80.5 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.86408E7 40.0 15.0 23 96500 505 1327 451 305 598 75 31900 56600 10400 1500 300 3.6 0 0 64.4 2000 9 999999999 229 0.2080 0 88 999.000 999.0 99.0 +1.86444E7 39.4 13.9 22 96500 234 1327 455 98 257 53 10300 18100 7100 950 290 3.1 1 1 64.4 2000 9 999999999 209 0.2080 0 88 999.000 999.0 99.0 +1.8648E7 38.3 13.9 23 96600 18 520 449 1 8 0 0 0 0 0 300 2.1 1 1 56.3 2000 9 999999999 209 0.2080 0 88 999.000 999.0 99.0 +1.86516E7 36.7 15.0 27 96600 0 0 433 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 220 0.2080 0 88 999.000 999.0 99.0 +1.86552E7 35.6 15.0 29 96700 0 0 427 0 0 0 0 0 0 0 210 1.5 0 0 56.3 2000 9 999999999 220 0.2080 0 88 999.000 999.0 99.0 +1.86588E7 35.6 15.6 30 96700 0 0 427 0 0 0 0 0 0 0 250 1.5 2 0 56.3 2000 9 999999999 229 0.2080 0 88 999.000 999.0 99.0 +1.86624E7 35.0 16.1 32 96700 0 0 425 0 0 0 0 0 0 0 270 1.5 0 0 56.3 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.8666E7 34.4 16.1 33 96700 0 0 440 0 0 0 0 0 0 0 300 1.0 3 3 56.3 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.86696E7 33.3 16.1 36 96800 0 0 415 0 0 0 0 0 0 0 360 2.1 0 0 56.3 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.86732E7 33.3 16.1 36 96800 0 0 429 0 0 0 0 0 0 0 10 1.5 2 2 56.3 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.86768E7 32.8 16.1 37 96900 0 0 434 0 0 0 0 0 0 0 340 1.5 4 4 56.3 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.86804E7 32.2 16.1 38 96900 0 0 423 0 0 0 0 0 0 0 10 1.0 2 2 56.3 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.8684E7 32.2 16.1 38 96900 8 343 417 0 2 0 0 0 0 0 20 1.0 1 1 80.5 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.86876E7 32.2 16.7 39 97000 197 1328 418 80 266 41 8500 17200 6000 730 70 1.5 1 1 80.5 2000 9 999999999 250 0.2080 0 88 999.000 999.0 99.0 +1.86912E7 32.2 16.7 39 97000 469 1328 418 249 374 116 26100 34800 13800 2220 100 1.5 1 1 80.5 2000 9 999999999 250 0.2080 0 88 999.000 999.0 99.0 +1.86948E7 33.9 16.1 34 97100 726 1328 427 528 567 217 55000 57400 23600 4880 120 2.1 1 1 80.5 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.86984E7 34.4 15.6 32 97100 947 1328 421 687 750 151 73400 76700 18700 4410 130 2.1 0 0 80.5 2000 9 999999999 229 0.2080 0 88 999.000 999.0 99.0 +1.8702E7 36.7 15.6 28 97100 1119 1328 433 859 811 174 89600 81400 20900 6540 270 2.6 0 0 72.4 2000 9 999999999 229 0.2080 0 88 999.000 999.0 99.0 +1.87056E7 37.8 15.6 27 97000 1228 1328 440 949 799 207 98400 79900 24300 11600 220 3.1 0 0 72.4 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.87092E7 38.3 15.6 26 97000 1269 1328 442 985 805 214 102400 80600 25200 15210 220 2.6 0 0 72.4 2000 9 999999999 229 0.2080 0 88 999.000 999.0 99.0 +1.87128E7 39.4 15.6 24 96900 1237 1328 449 945 797 199 98500 80000 23800 11790 220 3.1 0 0 72.4 2000 9 999999999 229 0.2080 0 88 999.000 999.0 99.0 +1.87164E7 40.0 15.6 24 96800 1136 1328 452 851 781 180 88500 78300 21300 7090 240 2.6 0 0 72.4 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.872E7 40.0 15.0 23 96700 971 1328 451 730 772 162 77700 78800 19800 4900 270 3.6 0 0 72.4 2000 9 999999999 229 0.2080 0 88 999.000 999.0 99.0 +1.87236E7 40.6 14.4 21 96700 755 1328 454 521 717 111 55400 72300 14200 2600 270 3.6 0 0 72.4 2000 9 999999999 209 0.2080 0 88 999.000 999.0 99.0 +1.87272E7 40.6 13.9 21 96600 502 1328 453 307 608 75 32200 57400 10400 1500 300 3.1 0 0 72.4 2000 9 999999999 209 0.2080 0 88 999.000 999.0 99.0 +1.87308E7 40.0 12.2 19 96600 230 1328 447 101 276 52 10500 19300 7100 930 300 3.6 0 0 56.3 2000 9 999999999 189 0.2080 0 88 999.000 999.0 99.0 +1.87344E7 38.9 12.2 20 96700 17 498 441 1 5 0 0 0 0 0 280 2.1 0 0 56.3 2000 9 999999999 189 0.2080 0 88 999.000 999.0 99.0 +1.8738E7 36.7 12.8 24 96700 0 0 430 0 0 0 0 0 0 0 180 1.5 0 0 56.3 2000 9 999999999 200 0.2080 0 88 999.000 999.0 99.0 +1.87416E7 35.0 13.3 27 96700 0 0 421 0 0 0 0 0 0 0 120 1.5 0 0 56.3 2000 9 999999999 200 0.2080 0 88 999.000 999.0 99.0 +1.87452E7 34.4 13.3 28 96800 0 0 418 0 0 0 0 0 0 0 100 1.5 0 0 56.3 2000 9 999999999 200 0.2080 0 88 999.000 999.0 99.0 +1.87488E7 33.9 14.4 31 96800 0 0 416 0 0 0 0 0 0 0 140 1.0 0 0 56.3 2000 9 999999999 220 0.2080 0 88 999.000 999.0 99.0 +1.87524E7 34.4 13.9 29 96800 0 0 418 0 0 0 0 0 0 0 290 1.0 0 0 56.3 2000 9 999999999 209 0.2080 0 88 999.000 999.0 99.0 +1.8756E7 33.9 13.9 30 96800 0 0 416 0 0 0 0 0 0 0 300 1.0 0 0 56.3 2000 9 999999999 209 0.2080 0 88 999.000 999.0 99.0 +1.87596E7 33.3 13.9 31 96800 0 0 412 0 0 0 0 0 0 0 290 1.0 0 0 56.3 2000 9 999999999 209 0.2080 0 88 999.000 999.0 99.0 +1.87632E7 30.0 15.0 40 96900 0 0 396 0 0 0 0 0 0 0 200 1.5 0 0 56.3 2000 9 999999999 229 0.2080 0 88 999.000 999.0 99.0 +1.87668E7 29.4 15.0 41 96900 0 0 393 0 0 0 0 0 0 0 130 1.0 0 0 56.3 2000 9 999999999 220 0.2080 0 88 999.000 999.0 99.0 +1.87704E7 28.9 15.6 44 97000 7 321 391 0 2 0 0 0 0 0 110 1.0 0 0 80.5 2000 9 999999999 229 0.2080 0 88 999.000 999.0 99.0 +1.8774E7 30.0 15.6 42 97100 194 1328 397 82 318 36 8500 21300 5300 650 110 1.5 0 0 64.4 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.87776E7 32.2 15.6 37 97100 467 1328 409 274 592 66 29000 55100 9600 1310 90 1.5 0 0 64.4 2000 9 999999999 240 0.2080 0 88 999.000 999.0 99.0 +1.87812E7 34.4 14.4 30 97100 724 1328 419 486 720 94 51100 71200 12200 2080 110 2.6 0 0 64.4 2000 9 999999999 220 0.2080 0 88 999.000 999.0 99.0 +1.87848E7 36.1 14.4 27 97100 945 1328 428 684 787 123 72300 79200 15800 3380 120 2.6 0 0 80.5 2000 9 999999999 220 0.2080 0 88 999.000 999.0 99.0 +1.87884E7 37.8 14.4 25 97100 1117 1328 438 851 823 156 89700 83000 19700 6000 140 2.6 0 0 80.5 2000 9 999999999 220 0.2080 0 88 999.000 999.0 99.0 +1.8792E7 39.4 14.4 23 97100 1227 1328 447 951 842 171 100700 85100 22000 9840 40 2.6 0 0 80.5 2000 9 999999999 220 0.2080 0 88 999.000 999.0 99.0 +1.87956E7 40.0 13.9 21 97000 1267 1328 450 985 843 178 104400 85200 22900 12830 50 2.6 0 0 80.5 2000 9 999999999 209 0.2080 0 88 999.000 999.0 99.0 +1.87992E7 41.1 13.9 20 96900 1236 1328 456 941 812 182 99000 81800 22700 10830 140 3.1 0 0 80.5 2000 9 999999999 209 0.2080 0 88 999.000 999.0 99.0 +1.88028E7 41.7 14.4 20 96900 1134 1328 460 862 815 163 90600 82100 20300 6540 230 3.6 0 0 80.5 2000 9 999999999 220 0.2080 0 88 999.000 999.0 99.0 +1.88064E7 42.2 14.4 19 96800 969 1328 463 726 788 148 75300 78800 17600 4000 310 4.1 0 0 80.5 2000 9 999999999 209 0.2080 0 88 999.000 999.0 99.0 +1.881E7 42.2 11.7 16 96700 752 1328 459 527 754 96 55100 74900 12600 2180 330 3.1 0 0 80.5 2000 9 999999999 179 0.2080 0 88 999.000 999.0 99.0 +1.88136E7 41.7 12.2 17 96700 499 1328 457 308 643 64 31900 60400 9200 1310 310 3.6 0 0 64.4 2000 9 999999999 189 0.2080 0 88 999.000 999.0 99.0 +1.88172E7 41.1 12.8 19 96600 226 1328 454 98 293 47 10200 20400 6800 840 290 2.6 0 0 64.4 2000 9 999999999 200 0.2080 0 88 999.000 999.0 99.0 +1.88208E7 40.0 12.2 19 96600 16 476 447 0 5 0 0 0 0 0 240 1.5 0 0 56.3 2000 9 999999999 189 0.2080 0 88 999.000 999.0 99.0 +1.88244E7 37.2 12.8 23 96700 0 0 432 0 0 0 0 0 0 0 180 1.5 0 0 56.3 2000 9 999999999 200 0.2080 0 88 999.000 999.0 99.0 +1.8828E7 36.1 12.8 24 96800 0 0 426 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 189 0.2080 0 88 999.000 999.0 99.0 +1.88316E7 36.1 12.8 24 96800 0 0 426 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 189 0.2080 0 88 999.000 999.0 99.0 +1.88352E7 35.6 13.9 27 96800 0 0 425 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 209 0.2080 0 88 999.000 999.0 99.0 +1.88388E7 35.0 15.0 30 96800 0 0 423 0 0 0 0 0 0 0 90 1.0 0 0 56.3 2000 9 999999999 229 0.1740 0 88 999.000 999.0 99.0 +1.88424E7 32.2 15.6 37 96800 0 0 409 0 0 0 0 0 0 0 160 1.0 0 0 56.3 2000 9 999999999 240 0.1740 0 88 999.000 999.0 99.0 +1.8846E7 32.2 15.0 35 96800 0 0 408 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 220 0.1740 0 88 999.000 999.0 99.0 +1.88496E7 31.7 15.6 38 96800 0 0 406 0 0 0 0 0 0 0 110 1.0 0 0 56.3 2000 9 999999999 240 0.1740 0 88 999.000 999.0 99.0 +1.88532E7 31.7 15.6 38 96800 0 0 406 0 0 0 0 0 0 0 40 1.0 0 0 56.3 2000 9 999999999 240 0.1740 0 88 999.000 999.0 99.0 +1.88568E7 28.9 15.6 44 96900 6 299 391 0 2 0 0 0 0 0 90 1.5 0 0 72.4 2000 9 999999999 229 0.1740 0 88 999.000 999.0 99.0 +1.88604E7 30.6 15.6 40 96900 191 1329 400 81 337 33 8400 22500 5200 600 80 2.1 0 0 64.4 2000 9 999999999 229 0.1740 0 88 999.000 999.0 99.0 +1.8864E7 33.3 13.9 31 97000 465 1329 412 280 642 56 29400 59600 8600 1170 120 2.1 0 0 64.4 2000 9 999999999 209 0.1740 0 88 999.000 999.0 99.0 +1.88676E7 35.6 13.3 26 97000 722 1329 424 493 757 81 52500 75300 11500 1880 140 2.1 0 0 72.4 2000 9 999999999 200 0.1740 0 88 999.000 999.0 99.0 +1.88712E7 37.2 13.3 24 97000 944 1329 433 688 815 108 73700 82500 15000 3080 40 2.6 0 0 72.4 2000 9 999999999 200 0.1740 0 88 999.000 999.0 99.0 +1.88748E7 39.4 13.3 21 96900 1116 1329 445 863 857 142 92000 86800 18900 5550 40 2.6 0 0 72.4 2000 9 999999999 200 0.1740 0 88 999.000 999.0 99.0 +1.88784E7 41.1 13.3 19 96900 1226 1329 455 957 861 161 102000 87200 21400 9270 160 3.1 0 0 72.4 2000 9 999999999 200 0.1740 0 88 999.000 999.0 99.0 +1.8882E7 42.8 13.3 18 96800 1266 1329 465 993 857 174 105500 86700 22700 12420 160 2.6 0 0 80.5 2000 9 999999999 209 0.1740 0 88 999.000 999.0 99.0 +1.88856E7 43.3 12.8 16 96700 1234 1329 467 946 828 174 100000 83600 22200 10320 290 3.1 0 0 80.5 2000 9 999999999 189 0.1740 0 88 999.000 999.0 99.0 +1.88892E7 43.9 11.7 15 96600 1132 1329 469 872 837 156 92100 84500 19900 6270 250 4.1 0 0 80.5 2000 9 999999999 179 0.1740 0 88 999.000 999.0 99.0 +1.88928E7 43.9 7.8 11 96600 967 1329 463 744 833 135 77900 83700 16900 3750 240 3.6 0 0 80.5 2000 9 999999999 139 0.1740 0 88 999.000 999.0 99.0 +1.88964E7 43.3 8.9 13 96400 749 1329 461 520 741 99 54300 73500 12700 2210 270 4.6 0 0 80.5 2000 9 999999999 160 0.1740 0 88 999.000 999.0 99.0 +1.89E7 43.3 8.9 13 96400 495 1329 461 304 628 67 32000 59400 9800 1350 270 3.1 0 0 72.4 2000 9 999999999 160 0.1740 0 88 999.000 999.0 99.0 +1.89036E7 42.8 8.9 13 96500 222 1329 458 92 285 43 9700 19600 6400 760 270 2.6 0 0 72.4 2000 9 999999999 150 0.1740 0 88 999.000 999.0 99.0 +1.89072E7 41.1 10.6 16 96500 14 454 451 0 4 0 0 0 0 0 250 1.5 0 0 56.3 2000 9 999999999 170 0.1740 0 88 999.000 999.0 99.0 +1.89108E7 37.8 11.7 21 96500 0 0 434 0 0 0 0 0 0 0 210 1.5 0 0 56.3 2000 9 999999999 189 0.1740 0 88 999.000 999.0 99.0 +1.89144E7 37.2 12.2 22 96600 0 0 432 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 189 0.1740 0 88 999.000 999.0 99.0 +1.8918E7 37.8 11.7 21 96600 0 0 442 0 0 0 0 0 0 0 90 3.6 1 1 56.3 2000 9 999999999 189 0.1740 0 88 999.000 999.0 99.0 +1.89216E7 35.6 13.9 27 96700 0 0 425 0 0 0 0 0 0 0 110 1.5 0 0 56.3 2000 9 999999999 209 0.1740 0 88 999.000 999.0 99.0 +1.89252E7 34.4 14.4 30 96700 0 0 419 0 0 0 0 0 0 0 110 1.5 0 0 56.3 2000 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.89288E7 33.9 15.0 32 96700 0 0 417 0 0 0 0 0 0 0 130 2.1 0 0 56.3 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.89324E7 33.9 15.0 32 96600 0 0 417 0 0 0 0 0 0 0 130 3.6 0 0 56.3 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.8936E7 33.3 15.0 33 96700 0 0 414 0 0 0 0 0 0 0 140 2.1 0 0 56.3 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.89396E7 32.8 15.0 34 96700 0 0 425 0 0 0 0 0 0 0 120 1.0 2 2 56.3 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.89432E7 32.8 15.6 35 96700 6 299 433 0 1 0 0 0 0 0 100 1.0 4 4 72.4 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.89468E7 32.8 15.6 35 96800 189 1329 433 75 211 45 7800 13300 5900 810 100 2.1 4 4 72.4 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.89504E7 35.0 16.1 32 96800 462 1329 447 289 437 137 29800 40300 15700 2670 100 2.6 4 4 72.4 2000 9 999999999 240 0.1140 0 88 999.000 999.0 99.0 +1.8954E7 37.2 16.1 29 96800 720 1329 445 498 696 122 52700 69400 15000 2720 140 2.6 1 1 72.4 2000 9 999999999 240 0.1140 0 88 999.000 999.0 99.0 +1.89576E7 38.9 16.1 26 96900 942 1329 473 602 513 238 64600 53300 26700 6780 150 4.1 6 5 72.4 4570 9 999999999 240 0.1140 0 88 999.000 999.0 99.0 +1.89612E7 39.4 16.1 25 96900 1114 1329 476 652 211 475 70800 22300 52000 18670 100 3.6 6 5 72.4 4570 9 999999999 240 0.1140 0 88 999.000 999.0 99.0 +1.89648E7 41.1 15.6 22 96800 1224 1329 474 954 814 202 99200 81500 23900 11070 110 3.1 3 2 72.4 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.89684E7 41.7 13.9 19 96700 1264 1329 479 967 765 238 103600 78200 29000 17690 110 3.1 4 3 72.4 2000 9 999999999 209 0.1140 0 88 999.000 999.0 99.0 +1.8972E7 42.2 13.3 18 96600 1232 1329 482 954 786 225 102400 80500 27600 14060 240 3.6 4 3 72.4 2000 9 999999999 200 0.1140 0 88 999.000 999.0 99.0 +1.89756E7 42.8 13.3 18 96600 1130 1329 481 859 766 206 91600 78300 24900 8790 250 3.6 2 2 72.4 2000 9 999999999 209 0.1140 0 88 999.000 999.0 99.0 +1.89792E7 43.3 13.3 17 96500 964 1329 484 729 750 175 76300 76300 20900 5170 280 2.1 2 2 72.4 2000 9 999999999 200 0.1140 0 88 999.000 999.0 99.0 +1.89828E7 42.8 12.2 16 96400 746 1329 479 523 705 120 54700 70700 14900 2750 270 3.1 2 2 72.4 2000 9 999999999 179 0.1140 0 88 999.000 999.0 99.0 +1.89864E7 43.3 10.6 14 96400 492 1329 521 268 310 154 28400 30000 17300 3230 260 3.1 9 9 72.4 3660 9 999999999 170 0.1140 0 88 999.000 999.0 99.0 +1.899E7 42.2 10.0 14 96500 218 1329 527 19 9 18 2200 700 2000 510 20 2.6 10 10 80.5 3660 9 999999999 160 0.1140 0 88 999.000 999.0 99.0 +1.89936E7 38.3 15.0 25 96600 13 432 510 0 0 0 0 0 0 0 70 8.2 10 10 32.2 3660 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.89972E7 37.2 14.4 26 96700 0 0 488 0 0 0 0 0 0 0 90 3.1 9 9 56.3 3660 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.90008E7 37.2 15.0 27 96800 0 0 489 0 0 0 0 0 0 0 90 4.1 9 9 56.3 3660 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.90044E7 36.1 15.0 28 96800 0 0 482 0 0 0 0 0 0 0 130 1.0 9 9 56.3 3660 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.9008E7 35.6 14.4 28 96800 0 0 460 0 0 0 0 0 0 0 210 2.1 7 7 56.3 3660 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.90116E7 35.6 15.0 29 96700 0 0 479 0 0 0 0 0 0 0 20 1.5 9 9 56.3 3660 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.90152E7 35.0 15.6 31 96700 0 0 466 0 0 0 0 0 0 0 30 1.0 8 8 56.3 3660 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.90188E7 33.9 15.6 33 96700 0 0 443 0 0 0 0 0 0 0 80 1.5 5 5 56.3 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.90224E7 33.3 15.6 34 96700 0 0 428 0 0 0 0 0 0 0 100 0.5 2 2 56.3 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.9026E7 32.8 15.6 35 96800 0 0 430 0 0 0 0 0 0 0 150 1.5 4 3 56.3 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.90296E7 31.7 15.6 38 96900 5 277 456 0 0 0 0 0 0 0 100 1.0 9 9 72.4 3660 9 999999999 240 0.1140 0 88 999.000 999.0 99.0 +1.90332E7 31.7 16.1 39 96900 186 1330 440 26 0 25 2900 0 2900 960 90 0.5 7 7 96.6 4570 9 999999999 240 0.1140 0 88 999.000 999.0 99.0 +1.90368E7 33.3 16.1 36 97000 460 1330 466 101 0 101 11600 0 11600 4010 60 1.5 9 9 96.6 4570 9 999999999 250 0.1140 0 88 999.000 999.0 99.0 +1.90404E7 33.9 16.1 34 97000 718 1330 460 231 0 231 26200 0 26200 9150 90 1.5 8 8 96.6 4570 9 999999999 240 0.1140 0 88 999.000 999.0 99.0 +1.9044E7 36.1 16.1 30 97000 940 1330 466 413 31 392 46800 3200 44600 15110 320 2.1 7 7 72.4 4570 9 999999999 240 0.1140 0 88 999.000 999.0 99.0 +1.90476E7 37.2 16.7 30 97000 1113 1330 468 628 192 467 68300 20300 51200 18280 280 3.1 6 6 64.4 4570 9 999999999 250 0.1140 0 88 999.000 999.0 99.0 +1.90512E7 37.8 17.2 30 97000 1223 1330 478 660 254 426 72200 27600 46800 23440 300 2.6 7 7 64.4 4570 9 999999999 259 0.1140 0 88 999.000 999.0 99.0 +1.90548E7 39.4 16.1 25 96900 1263 1330 486 855 317 554 92200 34300 59500 37490 300 3.6 7 7 64.4 3960 9 999999999 240 0.1140 0 88 999.000 999.0 99.0 +1.90584E7 40.6 16.7 25 96800 1230 1330 489 844 387 487 91700 42000 52800 28020 290 3.6 6 6 64.4 3960 9 999999999 250 0.1140 0 88 999.000 999.0 99.0 +1.9062E7 41.1 15.6 22 96700 1128 1330 474 779 662 217 82900 67500 25500 9150 310 3.1 2 2 64.4 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.90656E7 41.7 15.0 21 96600 961 1330 476 712 730 170 74200 74300 20300 5010 280 3.1 2 2 64.4 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.90692E7 41.7 14.4 20 96500 743 1330 484 546 696 149 56200 69100 17500 3300 260 3.1 5 4 64.4 2000 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.90728E7 41.7 15.0 21 96500 488 1330 493 298 409 144 30400 38300 16300 2830 270 3.6 7 6 80.5 4570 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.90764E7 41.1 14.4 21 96500 214 1330 494 74 41 66 7900 3100 7400 1560 250 2.6 8 7 80.5 4570 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.908E7 40.6 14.4 21 96600 12 410 499 2 2 2 0 0 0 0 240 1.5 9 8 56.3 4570 9 999999999 209 0.1140 0 88 999.000 999.0 99.0 +1.90836E7 40.0 14.4 22 96700 0 0 495 0 0 0 0 0 0 0 230 1.5 9 8 56.3 4570 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.90872E7 33.9 17.2 37 96800 0 0 471 0 0 0 0 0 0 0 130 9.3 9 9 11.3 4570 9 999999999 259 0.1140 0 88 999.000 999.0 99.0 +1.90908E7 33.3 18.3 41 97000 0 0 483 0 0 0 0 0 0 0 210 1.5 10 10 56.3 4570 9 999999999 279 0.1140 0 88 999.000 999.0 99.0 +1.90944E7 32.2 19.4 47 97000 0 0 477 0 0 0 0 0 0 0 280 3.1 10 10 56.3 3660 9 999999999 300 0.1140 0 88 999.000 999.0 99.0 +1.9098E7 28.9 20.0 59 97000 0 0 458 0 0 0 0 0 0 0 290 4.1 10 10 56.3 3660 9 999999999 309 0.2060 0 88 999.000 999.0 99.0 +1.91016E7 30.0 18.9 51 97000 0 0 463 0 0 0 0 0 0 0 50 1.5 10 10 56.3 3660 9 999999999 290 0.2060 0 88 999.000 999.0 99.0 +1.91052E7 29.4 19.4 55 96900 0 0 460 0 0 0 0 0 0 0 170 1.5 10 10 56.3 3960 9 999999999 300 0.2060 0 88 999.000 999.0 99.0 +1.91088E7 28.9 19.4 57 96800 0 0 445 0 0 0 0 0 0 0 270 2.1 9 9 56.3 4270 9 999999999 300 0.2060 0 88 999.000 999.0 99.0 +1.91124E7 28.9 20.6 61 96800 0 0 430 0 0 0 0 0 0 0 210 1.5 9 7 56.3 4270 9 999999999 320 0.2060 0 88 999.000 999.0 99.0 +1.9116E7 28.9 20.0 59 96900 5 255 429 0 0 0 0 0 0 0 300 1.5 10 7 80.5 4270 9 999999999 309 0.2060 0 88 999.000 999.0 99.0 +1.91196E7 28.9 21.1 63 96900 183 1330 431 32 4 32 3700 0 3700 1170 210 1.0 10 7 88.5 5490 9 999999999 329 0.2060 0 88 999.000 999.0 99.0 +1.91232E7 30.0 19.4 53 97000 457 1330 442 116 0 116 13200 0 13200 4420 340 1.5 9 8 88.5 4270 9 999999999 300 0.2060 0 88 999.000 999.0 99.0 +1.91268E7 32.8 18.3 42 97000 716 1330 444 381 187 280 41100 19200 30700 7180 50 3.1 7 6 80.5 4270 9 999999999 279 0.2060 0 88 999.000 999.0 99.0 +1.91304E7 34.4 18.3 38 97000 939 1330 454 584 398 303 63300 42900 33000 8780 140 4.1 7 6 80.5 4270 9 999999999 270 0.2060 0 88 999.000 999.0 99.0 +1.9134E7 35.0 18.3 37 96900 1111 1330 446 788 453 408 85300 49100 44200 16180 170 2.6 7 3 80.5 2000 9 999999999 279 0.3730 0 88 999.000 999.0 99.0 +1.91376E7 37.2 18.3 33 96900 1221 1330 440 890 769 181 93500 77500 22200 9940 250 3.1 2 0 64.4 2000 9 999999999 279 0.2060 0 88 999.000 999.0 99.0 +1.91412E7 37.8 18.3 32 96800 1261 1330 443 975 832 186 103000 83800 23300 12650 280 4.1 1 0 64.4 2000 9 999999999 279 0.2060 0 88 999.000 999.0 99.0 +1.91448E7 39.4 18.9 30 96700 1228 1330 462 945 825 184 99600 83100 22700 10450 270 3.6 2 1 64.4 2000 9 999999999 279 0.2060 0 88 999.000 999.0 99.0 +1.91484E7 40.6 18.9 28 96600 1125 1330 460 849 810 162 89300 81600 20100 6300 290 5.2 0 0 64.4 2000 9 999999999 279 0.2060 0 88 999.000 999.0 99.0 +1.9152E7 41.7 18.3 26 96400 959 1330 466 709 776 139 73100 77800 16900 3750 270 5.2 0 0 64.4 2000 9 999999999 279 0.2060 0 88 999.000 999.0 99.0 +1.91556E7 41.7 17.2 24 96400 740 1330 480 492 700 96 51100 69400 12400 2140 250 4.6 2 2 64.4 2000 9 999999999 259 0.2060 0 88 999.000 999.0 99.0 +1.91592E7 41.7 16.7 23 96400 484 1330 491 320 525 126 33200 49200 15200 2430 240 4.1 7 5 80.5 4570 9 999999999 250 0.2060 0 88 999.000 999.0 99.0 +1.91628E7 30.0 20.6 57 96700 210 1330 443 50 40 44 5600 2800 5100 930 90 11.3 8 8 24.1 1520 9 999999999 320 0.2060 0 88 999.000 999.0 99.0 +1.91664E7 34.4 16.7 35 96500 10 388 474 0 0 0 0 0 0 0 20 4.1 9 9 56.3 7620 9 999999999 250 0.2060 0 88 999.000 999.0 99.0 +1.917E7 35.0 17.2 35 96500 0 0 492 0 0 0 0 0 0 0 260 3.6 10 10 56.3 3660 9 999999999 259 0.2060 0 88 999.000 999.0 99.0 +1.91736E7 33.3 16.7 37 96600 0 0 438 0 0 0 0 0 0 0 150 2.6 4 4 56.3 2000 9 999999999 250 0.2060 0 88 999.000 999.0 99.0 +1.91772E7 34.4 15.6 32 96700 0 0 439 0 0 0 0 0 0 0 150 2.1 4 3 56.3 2000 9 999999999 229 0.2060 0 88 999.000 999.0 99.0 +1.91808E7 35.0 13.9 28 96700 0 0 451 0 0 0 0 0 0 0 170 5.2 7 6 56.3 3660 9 999999999 209 0.2060 0 88 999.000 999.0 99.0 +1.91844E7 35.0 13.9 28 96600 0 0 436 0 0 0 0 0 0 0 50 2.6 3 2 56.3 2000 9 999999999 209 0.1140 0 88 999.000 999.0 99.0 +1.9188E7 32.2 16.7 39 96700 0 0 451 0 0 0 0 0 0 0 80 2.1 9 8 56.3 3960 9 999999999 250 0.1140 0 88 999.000 999.0 99.0 +1.91916E7 31.7 16.7 41 96700 0 0 425 0 0 0 0 0 0 0 90 1.5 4 3 56.3 2000 9 999999999 250 0.1140 0 88 999.000 999.0 99.0 +1.91952E7 30.0 18.3 50 96700 0 0 433 0 0 0 0 0 0 0 120 1.5 9 7 56.3 4270 9 999999999 279 0.1140 0 88 999.000 999.0 99.0 +1.91988E7 30.0 18.3 50 96700 0 0 440 0 0 0 0 0 0 0 150 1.5 9 8 56.3 4270 9 999999999 279 0.1140 0 88 999.000 999.0 99.0 +1.92024E7 30.6 17.8 46 96800 4 233 424 2 7 1 0 0 0 0 110 1.5 9 4 80.5 2000 9 999999999 270 0.1140 0 88 999.000 999.0 99.0 +1.9206E7 31.1 17.8 45 96800 180 1330 414 96 263 60 9600 16000 7400 1130 70 3.1 9 1 80.5 2000 9 999999999 270 0.1140 0 88 999.000 999.0 99.0 +1.92096E7 32.2 17.2 41 96900 455 1330 429 261 372 134 26900 34100 15200 2600 80 2.6 8 3 72.4 2000 9 999999999 259 0.1440 0 88 999.000 999.0 99.0 +1.92132E7 33.3 18.3 41 96900 714 1330 436 466 628 129 48900 62400 15400 2830 90 3.6 5 3 64.4 2000 9 999999999 279 0.1140 0 88 999.000 999.0 99.0 +1.92168E7 36.1 17.2 33 96900 937 1330 451 690 755 160 73600 76900 19400 4550 110 3.6 5 3 64.4 2000 9 999999999 259 0.1140 0 88 999.000 999.0 99.0 +1.92204E7 37.8 16.7 29 96900 1109 1330 460 815 641 279 84900 64300 31100 10850 80 3.6 6 3 64.4 2000 9 999999999 250 0.1140 0 88 999.000 999.0 99.0 +1.9224E7 38.9 15.0 24 96800 1219 1330 468 882 598 332 95000 62600 37500 19780 90 2.6 8 4 72.4 2000 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.92276E7 41.1 15.0 21 96700 1259 1330 481 1051 672 414 111400 70100 44900 30480 20 3.6 8 4 72.4 2000 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.92312E7 41.1 15.6 22 96700 1226 1330 490 869 460 444 91000 47900 46800 27680 150 4.6 8 6 64.4 4570 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.92348E7 41.7 15.6 22 96600 1123 1330 490 571 328 293 63400 35700 33200 11460 150 4.1 7 5 56.3 7620 9 999999999 240 0.1140 0 88 999.000 999.0 99.0 +1.92384E7 41.7 15.6 22 96500 956 1330 482 496 369 225 53000 38400 25400 6510 150 3.6 3 3 56.3 2000 9 999999999 240 0.1140 0 88 999.000 999.0 99.0 +1.9242E7 42.2 15.6 21 96400 737 1330 480 501 681 117 52400 68300 14500 2660 130 3.1 2 2 56.3 2000 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.92456E7 42.2 15.0 20 96400 481 1330 484 269 550 65 28000 51600 9300 1300 240 3.6 3 3 56.3 2000 9 999999999 220 0.1140 0 88 999.000 999.0 99.0 +1.92492E7 41.1 16.7 24 96400 206 1330 480 72 199 40 7500 13200 5500 710 280 2.6 3 3 56.3 2000 9 999999999 250 0.1140 0 88 999.000 999.0 99.0 +1.92528E7 37.8 13.9 24 96600 9 366 467 0 0 0 0 0 0 0 60 2.6 6 6 56.3 3660 9 999999999 209 0.1140 0 88 999.000 999.0 99.0 +1.92564E7 37.2 13.3 24 96600 0 0 452 0 0 0 0 0 0 0 130 2.1 3 3 56.3 2000 9 999999999 200 0.1140 0 88 999.000 999.0 99.0 +1.926E7 35.6 15.0 29 96800 0 0 479 0 0 0 0 0 0 0 150 2.1 9 9 56.3 3660 9 999999999 229 0.1140 0 88 999.000 999.0 99.0 +1.92636E7 34.4 16.7 35 96800 0 0 474 0 0 0 0 0 0 0 170 1.0 9 9 56.3 3660 9 999999999 250 0.1140 0 88 999.000 999.0 99.0 +1.92672E7 35.0 16.7 34 96900 0 0 460 0 0 0 0 0 0 0 350 1.5 7 7 56.3 3660 9 999999999 250 0.1140 0 88 999.000 999.0 99.0 +1.92708E7 33.9 17.2 37 96900 0 0 454 0 0 0 0 0 0 0 10 1.0 7 7 56.3 4270 9 999999999 259 0.1710 0 88 999.000 999.0 99.0 +1.92744E7 33.3 17.8 40 96900 0 0 436 0 0 0 0 0 0 0 350 1.0 4 3 56.3 2000 9 999999999 270 0.1710 0 88 999.000 999.0 99.0 +1.9278E7 32.8 17.8 41 96900 0 0 415 0 0 0 0 0 0 0 170 1.5 0 0 56.3 2000 9 999999999 270 0.1710 0 88 999.000 999.0 99.0 +1.92816E7 32.8 17.8 41 96900 0 0 449 0 0 0 0 0 0 0 80 1.0 7 7 56.3 4570 9 999999999 270 0.1710 0 88 999.000 999.0 99.0 +1.92852E7 32.2 17.8 42 96800 0 0 445 0 0 0 0 0 0 0 80 2.1 7 7 56.3 4570 9 999999999 270 0.1710 0 88 999.000 999.0 99.0 +1.92888E7 32.8 16.1 37 96900 3 233 446 0 2 0 0 0 0 0 100 1.5 8 7 64.4 4270 9 999999999 240 0.1710 0 88 999.000 999.0 99.0 +1.92924E7 32.2 16.1 38 96900 177 1331 434 61 154 41 6600 9100 5400 740 110 3.1 6 5 64.4 4270 9 999999999 240 0.1710 0 88 999.000 999.0 99.0 +1.9296E7 32.8 16.1 37 97000 453 1331 431 273 591 74 28800 54200 10300 1430 120 4.1 3 3 64.4 2000 9 999999999 250 0.1710 0 88 999.000 999.0 99.0 +1.92996E7 34.4 16.1 33 97000 712 1331 435 490 732 99 51100 72000 12500 2110 140 4.6 2 2 72.4 2000 9 999999999 240 0.1710 0 88 999.000 999.0 99.0 +1.93032E7 36.1 16.1 30 97000 935 1331 439 695 807 130 73200 81000 16200 3440 130 4.6 1 1 72.4 2000 9 999999999 240 0.1710 0 88 999.000 999.0 99.0 +1.93068E7 37.8 16.1 28 96900 1108 1331 440 861 851 152 91100 85900 19400 5680 150 4.1 0 0 72.4 2000 9 999999999 240 0.1710 0 88 999.000 999.0 99.0 +1.93104E7 38.3 16.1 27 96900 1218 1331 452 966 862 175 101900 86900 22200 9480 110 3.6 1 1 72.4 2000 9 999999999 240 0.1710 0 88 999.000 999.0 99.0 +1.9314E7 38.9 15.6 25 96900 1258 1331 461 900 589 342 97200 61600 38800 24690 180 3.6 2 2 72.4 2000 9 999999999 229 0.1710 0 88 999.000 999.0 99.0 +1.93176E7 40.0 15.6 24 96800 1224 1331 467 967 852 183 101800 85800 22700 10150 140 5.2 2 2 72.4 2000 9 999999999 240 0.1710 0 88 999.000 999.0 99.0 +1.93212E7 40.6 15.6 23 96700 1121 1331 464 852 832 150 90300 84100 19400 5840 240 3.1 1 1 72.4 2000 9 999999999 229 0.1710 0 88 999.000 999.0 99.0 +1.93248E7 40.6 15.0 22 96600 953 1331 455 713 794 133 73700 79700 16500 3600 140 3.6 0 0 96.6 2000 9 999999999 220 0.1710 0 88 999.000 999.0 99.0 +1.93284E7 40.6 16.1 24 96600 733 1331 456 503 725 96 52000 71800 12400 2120 140 4.6 0 0 96.6 2000 9 999999999 240 0.1710 0 88 999.000 999.0 99.0 +1.9332E7 40.0 16.1 24 96600 477 1331 453 283 608 60 29000 56600 8700 1240 120 3.6 0 0 96.6 2000 9 999999999 240 0.1710 0 88 999.000 999.0 99.0 +1.93356E7 39.4 15.6 24 96600 201 1331 475 85 230 49 8700 15000 6400 880 120 4.6 5 5 96.6 2000 9 999999999 229 0.1710 0 88 999.000 999.0 99.0 +1.93392E7 38.9 15.6 25 96700 8 344 477 0 0 0 0 0 0 0 90 3.1 6 6 56.3 3660 9 999999999 229 0.1710 0 88 999.000 999.0 99.0 +1.93428E7 37.8 15.0 26 96700 0 0 469 0 0 0 0 0 0 0 40 3.1 6 6 56.3 3660 9 999999999 229 0.1710 0 88 999.000 999.0 99.0 +1.93464E7 37.2 15.0 27 96800 0 0 465 0 0 0 0 0 0 0 70 5.2 6 6 56.3 3660 9 999999999 229 0.1710 0 88 999.000 999.0 99.0 +1.935E7 35.6 15.6 30 96700 0 0 480 0 0 0 0 0 0 0 120 2.1 9 9 56.3 3660 9 999999999 229 0.1710 0 88 999.000 999.0 99.0 +1.93536E7 34.4 16.1 33 96900 0 0 450 0 0 0 0 0 0 0 260 3.6 6 6 56.3 3660 9 999999999 240 0.1710 0 88 999.000 999.0 99.0 +1.93572E7 32.2 17.2 41 96900 0 0 435 0 0 0 0 0 0 0 240 1.5 7 5 56.3 3660 9 999999999 259 0.1130 0 88 999.000 999.0 99.0 +1.93608E7 31.1 17.8 45 96900 0 0 434 0 0 0 0 0 0 0 230 1.5 6 6 56.3 3660 9 999999999 270 0.1130 0 88 999.000 999.0 99.0 +1.93644E7 31.1 17.8 45 96900 0 0 430 0 0 0 0 0 0 0 230 1.0 6 5 56.3 3660 9 999999999 270 0.1130 0 88 999.000 999.0 99.0 +1.9368E7 31.1 17.2 43 96800 0 0 433 0 0 0 0 0 0 0 0 0.0 7 6 56.3 3660 9 999999999 259 0.1130 0 88 999.000 999.0 99.0 +1.93716E7 31.1 17.2 43 96800 0 0 433 0 0 0 0 0 0 0 160 2.6 7 6 56.3 3660 9 999999999 259 0.1130 0 88 999.000 999.0 99.0 +1.93752E7 30.0 18.3 50 96900 3 211 440 0 4 0 0 0 0 0 130 1.5 9 8 64.4 3660 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.93788E7 30.6 18.3 48 97000 175 1331 437 52 143 33 5500 8600 4400 580 300 2.1 9 7 72.4 3660 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.93824E7 31.1 18.3 47 97000 450 1331 446 144 168 88 15900 15900 10500 1660 340 1.5 8 8 72.4 3660 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.9386E7 31.7 18.9 47 97100 709 1331 435 401 434 170 42800 43900 19300 3680 140 2.1 6 5 72.4 3660 9 999999999 290 0.1130 0 88 999.000 999.0 99.0 +1.93896E7 33.3 18.9 42 97100 933 1331 433 683 738 170 72800 74900 20200 4760 220 2.6 2 2 72.4 2000 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.93932E7 33.9 18.3 40 97100 1106 1331 430 817 760 184 87600 78000 22700 7370 220 2.6 1 1 72.4 2000 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.93968E7 35.6 18.3 36 97000 1216 1331 439 926 790 201 96100 79100 23600 10500 300 2.1 1 1 72.4 2000 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.94004E7 36.1 18.3 35 97000 1256 1331 442 967 812 201 101200 81500 24100 12970 140 2.1 1 1 72.4 2000 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.9404E7 37.2 18.3 33 96900 1222 1331 455 912 687 284 96400 69400 32500 16520 220 2.6 2 2 72.4 2000 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.94076E7 37.8 18.3 32 96800 1118 1331 463 857 812 173 89400 81500 20800 6440 300 3.1 3 3 72.4 2000 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.94112E7 38.3 17.8 30 96700 950 1331 460 706 786 131 72800 78900 16300 3550 300 2.6 2 2 72.4 2000 9 999999999 270 0.1130 0 88 999.000 999.0 99.0 +1.94148E7 38.3 17.8 30 96600 730 1331 460 497 718 94 51300 71100 12200 2090 270 3.6 2 2 72.4 2000 9 999999999 270 0.1130 0 88 999.000 999.0 99.0 +1.94184E7 38.3 17.8 30 96600 473 1331 460 287 604 65 29600 56400 9600 1300 270 4.1 2 2 72.4 2000 9 999999999 270 0.1130 0 88 999.000 999.0 99.0 +1.9422E7 37.8 17.2 30 96600 197 1331 461 81 254 41 8300 16400 5900 730 240 3.1 3 3 80.5 2000 9 999999999 259 0.1130 0 88 999.000 999.0 99.0 +1.94256E7 36.1 17.2 33 96600 7 322 441 0 0 0 0 0 0 0 250 1.5 1 1 56.3 2000 9 999999999 259 0.1130 0 88 999.000 999.0 99.0 +1.94292E7 35.6 17.2 34 96600 0 0 430 0 0 0 0 0 0 0 250 1.0 0 0 56.3 2000 9 999999999 259 0.1130 0 88 999.000 999.0 99.0 +1.94328E7 32.8 17.8 41 96800 0 0 479 0 0 0 0 0 0 0 70 13.9 10 10 4.8 2440 9 999999999 270 0.1130 0 88 999.000 999.0 99.0 +1.94364E7 28.3 18.3 55 96900 0 0 452 0 0 0 0 0 0 0 70 10.3 10 10 56.3 2440 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.944E7 26.1 20.0 69 97000 0 0 441 0 0 0 0 0 0 0 150 3.1 10 10 56.3 2440 9 999999999 309 0.1130 0 88 999.000 999.0 99.0 +1.94436E7 25.6 20.6 74 97000 0 0 439 0 0 0 0 0 0 0 100 2.1 10 10 56.3 3660 9 999999999 320 0.1130 0 88 999.000 999.0 99.0 +1.94472E7 25.6 20.6 74 97000 0 0 439 0 0 0 0 0 0 0 90 2.1 10 10 56.3 3660 9 999999999 320 0.1130 0 88 999.000 999.0 99.0 +1.94508E7 26.1 20.6 72 96900 0 0 442 0 0 0 0 0 0 0 140 2.1 10 10 56.3 3660 9 999999999 320 0.1130 0 88 999.000 999.0 99.0 +1.94544E7 26.1 20.6 72 97000 0 0 442 0 0 0 0 0 0 0 160 1.5 10 10 56.3 2440 9 999999999 320 0.1130 0 88 999.000 999.0 99.0 +1.9458E7 26.1 20.0 69 97000 0 0 441 0 0 0 0 0 0 0 120 1.5 10 10 56.3 3660 9 999999999 309 0.1130 0 88 999.000 999.0 99.0 +1.94616E7 25.6 21.7 79 97000 3 189 441 0 0 0 0 0 0 0 80 3.6 10 10 56.3 3660 9 999999999 340 0.1130 0 88 999.000 999.0 99.0 +1.94652E7 25.6 21.1 77 97100 172 1332 440 13 0 13 1600 0 1600 530 150 2.1 10 10 56.3 3660 9 999999999 329 0.1130 0 88 999.000 999.0 99.0 +1.94688E7 25.6 21.1 77 97100 448 1332 440 24 0 24 3100 0 3100 1120 90 2.1 10 10 56.3 4270 9 999999999 329 0.1130 0 88 999.000 999.0 99.0 +1.94724E7 25.0 21.7 82 97100 707 1332 437 67 0 67 8300 0 8300 3320 80 2.1 10 10 64.4 4270 9 999999999 340 0.1130 0 88 999.000 999.0 99.0 +1.9476E7 26.7 21.1 72 97100 931 1332 446 290 2 287 33400 200 33300 12400 80 3.1 10 10 64.4 4270 9 999999999 329 0.1130 0 88 999.000 999.0 99.0 +1.94796E7 28.9 19.4 57 97100 1104 1332 445 405 9 397 46800 900 46100 16720 90 3.1 9 9 64.4 3660 9 999999999 300 0.1130 0 88 999.000 999.0 99.0 +1.94832E7 31.1 19.4 50 97100 1214 1332 441 751 418 369 80000 43600 40100 21490 130 4.1 7 7 80.5 3660 9 999999999 300 0.0450 0 88 999.000 999.0 99.0 +1.94868E7 32.2 19.4 47 97000 1254 1332 442 796 335 480 86600 36400 52300 30310 80 3.1 6 6 80.5 4570 9 999999999 300 0.1130 0 88 999.000 999.0 99.0 +1.94904E7 33.3 18.9 42 96900 1220 1332 444 963 592 418 101200 61700 44600 25100 40 3.1 5 5 64.4 2000 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.9494E7 33.9 18.3 40 96800 1115 1332 447 564 203 393 61900 21600 43800 15410 60 3.1 5 5 64.4 2000 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.94976E7 34.4 18.3 38 96800 947 1332 454 536 358 281 58500 38600 30900 8110 130 3.1 8 6 64.4 7620 9 999999999 270 0.1130 0 88 999.000 999.0 99.0 +1.95012E7 35.6 18.3 36 96700 726 1332 453 543 657 181 57300 66600 20900 3990 120 2.1 6 4 64.4 7620 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.95048E7 35.6 18.3 36 96600 469 1332 450 280 529 90 28600 48600 11400 1700 70 4.1 3 3 64.4 2000 9 999999999 279 0.1130 0 88 999.000 999.0 99.0 +1.95084E7 35.0 18.3 37 96600 192 1332 457 78 131 59 8100 8100 7000 1140 70 3.1 6 6 64.4 7620 9 999999999 270 0.1130 0 88 999.000 999.0 99.0 +1.9512E7 34.4 18.3 38 96700 6 300 454 3 0 3 0 0 0 0 140 2.1 6 6 56.3 7620 9 999999999 270 0.1130 0 88 999.000 999.0 99.0 +1.95156E7 33.9 18.9 41 96700 0 0 430 0 0 0 0 0 0 0 140 2.1 4 1 56.3 2000 9 999999999 290 0.1130 0 88 999.000 999.0 99.0 +1.95192E7 32.2 18.9 45 96800 0 0 421 0 0 0 0 0 0 0 180 2.6 3 1 56.3 2000 9 999999999 290 0.1130 0 88 999.000 999.0 99.0 +1.95228E7 31.7 18.9 47 96800 0 0 432 0 0 0 0 0 0 0 180 1.5 4 4 56.3 2000 9 999999999 290 0.1130 0 88 999.000 999.0 99.0 +1.95264E7 30.6 17.8 46 96900 0 0 427 0 0 0 0 0 0 0 170 4.6 5 5 56.3 2000 9 999999999 270 0.1130 0 88 999.000 999.0 99.0 +1.953E7 29.4 17.2 48 96900 0 0 413 0 0 0 0 0 0 0 150 3.6 3 3 56.3 2000 9 999999999 259 0.1190 0 88 999.000 999.0 99.0 +1.95336E7 28.9 17.2 49 96900 0 0 410 0 0 0 0 0 0 0 160 1.5 3 3 56.3 2000 9 999999999 259 0.1190 0 88 999.000 999.0 99.0 +1.95372E7 28.3 17.2 51 96900 0 0 390 0 0 0 0 0 0 0 90 1.0 0 0 56.3 2000 9 999999999 259 0.1190 0 88 999.000 999.0 99.0 +1.95408E7 27.8 17.2 53 96900 0 0 388 0 0 0 0 0 0 0 130 1.5 0 0 56.3 2000 9 999999999 259 0.1190 0 88 999.000 999.0 99.0 +1.95444E7 27.2 17.8 56 97000 0 0 385 0 0 0 0 0 0 0 100 3.1 0 0 56.3 2000 9 999999999 270 0.1190 0 88 999.000 999.0 99.0 +1.9548E7 26.7 18.3 60 97000 2 189 391 0 0 0 0 0 0 0 80 3.1 1 1 56.3 2000 9 999999999 279 0.1190 0 88 999.000 999.0 99.0 +1.95516E7 26.7 18.3 60 97100 169 1332 383 70 265 37 7400 15700 5400 660 100 2.6 0 0 56.3 2000 9 999999999 279 0.1190 0 88 999.000 999.0 99.0 +1.95552E7 28.3 18.3 55 97100 445 1332 392 262 599 62 27700 55100 9300 1220 110 2.6 0 0 56.3 2000 9 999999999 279 0.1190 0 88 999.000 999.0 99.0 +1.95588E7 30.6 18.9 50 97100 705 1332 405 487 743 94 51000 73200 12200 2030 170 3.1 0 0 64.4 2000 9 999999999 290 0.1190 0 88 999.000 999.0 99.0 +1.95624E7 32.2 18.9 45 97100 930 1332 421 697 797 139 72400 79700 16700 3540 150 3.1 1 1 72.4 2000 9 999999999 290 0.1190 0 88 999.000 999.0 99.0 +1.9566E7 33.3 18.9 42 97100 1103 1332 433 764 675 204 81300 68900 24100 8000 160 3.1 2 2 72.4 2000 9 999999999 279 0.1190 0 88 999.000 999.0 99.0 +1.95696E7 33.9 18.9 41 97100 1213 1332 444 947 724 286 99500 73100 32800 15850 150 4.1 4 4 72.4 2000 9 999999999 290 0.1190 0 88 999.000 999.0 99.0 +1.95732E7 35.6 18.3 36 97000 1252 1332 457 841 537 334 90900 56200 37900 23160 120 3.6 5 5 80.5 2000 9 999999999 279 0.1190 0 88 999.000 999.0 99.0 +1.95768E7 36.7 18.3 34 97000 1218 1332 460 959 707 307 99900 71100 34700 17320 310 3.1 4 4 80.5 2000 9 999999999 279 0.1190 0 88 999.000 999.0 99.0 +1.95804E7 36.7 17.8 33 96900 1113 1332 455 900 837 196 92200 83400 22400 6890 230 3.6 3 3 80.5 2000 9 999999999 270 0.1190 0 88 999.000 999.0 99.0 +1.9584E7 37.2 17.8 32 96800 944 1332 458 693 748 164 73800 76100 19700 4690 260 3.1 3 3 80.5 2000 9 999999999 270 0.1190 0 88 999.000 999.0 99.0 +1.95876E7 37.2 17.2 31 96800 723 1332 457 503 729 106 53500 73100 13700 2410 260 3.1 3 3 80.5 2000 9 999999999 259 0.1190 0 88 999.000 999.0 99.0 +1.95912E7 36.7 17.2 32 96800 464 1332 455 276 608 64 29200 56500 9500 1270 270 3.1 3 3 80.5 2000 9 999999999 259 0.1190 0 88 999.000 999.0 99.0 +1.95948E7 36.1 15.6 29 96700 188 1332 444 71 288 30 7300 19200 4600 550 260 3.1 2 2 80.5 2000 9 999999999 229 0.1190 0 88 999.000 999.0 99.0 +1.95984E7 35.6 13.9 27 96700 5 278 433 0 0 0 0 0 0 0 280 2.1 1 1 80.5 2000 9 999999999 209 0.1190 0 88 999.000 999.0 99.0 +1.9602E7 33.9 16.1 34 96800 0 0 419 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 240 0.1190 0 88 999.000 999.0 99.0 +1.96056E7 33.3 15.6 34 96900 0 0 415 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 229 0.1190 0 88 999.000 999.0 99.0 +1.96092E7 32.2 12.2 29 96900 0 0 404 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.96128E7 30.6 12.2 32 96900 0 0 396 0 0 0 0 0 0 0 280 1.0 0 0 56.3 2000 9 999999999 189 0.1190 0 88 999.000 999.0 99.0 +1.96164E7 30.6 12.2 32 97000 0 0 396 0 0 0 0 0 0 0 340 1.0 0 0 56.3 2000 9 999999999 189 0.0910 0 88 999.000 999.0 99.0 +1.962E7 28.3 12.2 37 97000 0 0 384 0 0 0 0 0 0 0 70 1.0 0 0 56.3 2000 9 999999999 189 0.0910 0 88 999.000 999.0 99.0 +1.96236E7 27.8 12.2 38 97000 0 0 382 0 0 0 0 0 0 0 60 1.0 0 0 56.3 2000 9 999999999 189 0.0910 0 88 999.000 999.0 99.0 +1.96272E7 26.7 13.3 44 97100 0 0 377 0 0 0 0 0 0 0 110 1.0 0 0 56.3 2000 9 999999999 209 0.0910 0 88 999.000 999.0 99.0 +1.96308E7 26.1 13.3 45 97100 0 0 374 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 200 0.0910 0 88 999.000 999.0 99.0 +1.96344E7 25.6 13.9 49 97100 2 167 373 2 1 1 0 0 0 0 100 1.0 0 0 80.5 2000 9 999999999 220 0.1270 0 88 999.000 999.0 99.0 +1.9638E7 25.6 13.9 49 97200 166 1333 373 75 351 32 7700 21800 5000 570 120 1.5 0 0 96.6 2000 9 999999999 220 0.0910 0 88 999.000 999.0 99.0 +1.96416E7 27.8 12.8 40 97300 443 1333 382 275 674 51 29000 62100 8300 1080 130 1.5 0 0 80.5 2000 9 999999999 200 0.0910 0 88 999.000 999.0 99.0 +1.96452E7 29.4 10.6 31 97300 703 1333 388 501 802 78 53500 79600 11400 1800 130 2.1 0 0 80.5 2000 9 999999999 170 0.0910 0 88 999.000 999.0 99.0 +1.96488E7 31.7 10.6 27 97300 928 1333 400 715 870 108 73900 86600 13500 2440 120 2.6 0 0 80.5 2000 9 999999999 170 0.0910 0 88 999.000 999.0 99.0 +1.96524E7 33.3 10.6 25 97300 1101 1333 408 882 912 127 90700 91200 15200 3840 220 1.5 0 0 72.4 2000 9 999999999 170 0.0910 0 88 999.000 999.0 99.0 +1.9656E7 34.4 10.6 23 97200 1211 1333 414 978 930 132 100500 93200 15600 5820 140 2.6 0 0 72.4 2000 9 999999999 170 0.0910 0 88 999.000 999.0 99.0 +1.96596E7 36.1 10.6 21 97100 1250 1333 423 1019 930 144 104200 93200 16600 7510 160 2.6 0 0 72.4 2000 9 999999999 170 0.0910 0 88 999.000 999.0 99.0 +1.96632E7 36.7 7.8 17 97100 1215 1333 423 991 941 129 101600 94300 15400 5870 300 2.6 0 0 80.5 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.96668E7 37.8 7.8 16 97000 1110 1333 429 882 915 116 90700 91600 14300 3790 140 4.1 0 0 80.5 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.96704E7 37.8 7.2 15 96900 941 1333 428 700 884 72 73000 88300 10500 2110 330 2.6 0 0 80.5 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.9674E7 38.3 7.2 15 96900 719 1333 430 512 823 64 53400 80800 9700 1580 340 2.6 0 0 80.5 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.96776E7 37.8 7.2 15 96800 460 1333 428 282 699 38 29700 64700 7300 1000 140 2.6 0 0 80.5 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.96812E7 37.8 7.8 16 96800 183 1333 429 70 351 21 7200 24800 3800 460 70 4.6 0 0 80.5 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.96848E7 36.1 7.8 17 96800 4 255 419 0 0 0 0 0 0 0 40 2.1 0 0 56.3 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.96884E7 35.0 8.9 20 96900 0 0 415 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.0910 0 88 999.000 999.0 99.0 +1.9692E7 31.7 11.1 28 96900 0 0 400 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 179 0.0910 0 88 999.000 999.0 99.0 +1.96956E7 29.4 10.6 31 96900 0 0 388 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 170 0.0910 0 88 999.000 999.0 99.0 +1.96992E7 30.0 10.6 30 97000 0 0 391 0 0 0 0 0 0 0 100 1.5 0 0 56.3 2000 9 999999999 170 0.0910 0 88 999.000 999.0 99.0 +1.97028E7 30.0 10.0 29 97000 0 0 390 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 170 0.0910 0 88 999.000 999.0 99.0 +1.97064E7 28.9 10.6 32 97000 0 0 385 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 170 0.0910 0 88 999.000 999.0 99.0 +1.971E7 27.2 11.1 37 97000 0 0 377 0 0 0 0 0 0 0 80 2.6 0 0 56.3 2000 9 999999999 179 0.0910 0 88 999.000 999.0 99.0 +1.97136E7 26.1 10.6 38 97000 0 0 371 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 170 0.0910 0 88 999.000 999.0 99.0 +1.97172E7 25.6 7.8 32 97000 0 0 365 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.97208E7 25.0 7.2 32 97100 2 144 361 0 4 0 0 0 0 0 90 1.5 0 0 80.5 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.97244E7 25.0 6.7 31 97100 163 1333 361 81 451 27 8200 29900 4600 500 80 1.5 0 0 96.6 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.9728E7 27.2 6.7 27 97200 440 1333 372 285 741 41 30300 68000 7800 1020 90 1.0 0 0 96.6 2000 9 999999999 129 0.0910 0 88 999.000 999.0 99.0 +1.97316E7 29.4 5.6 22 97200 701 1333 381 521 857 70 54600 83900 10400 1600 130 1.5 0 0 96.6 2000 9 999999999 129 0.0910 0 88 999.000 999.0 99.0 +1.97352E7 32.2 5.6 19 97200 926 1333 396 732 912 97 75900 90800 12700 2370 120 1.5 0 0 96.6 2000 9 999999999 129 0.0910 0 88 999.000 999.0 99.0 +1.97388E7 33.9 6.1 18 97200 1099 1333 405 899 943 120 92600 94400 14700 3720 140 2.1 0 0 96.6 2000 9 999999999 129 0.0910 0 88 999.000 999.0 99.0 +1.97424E7 36.7 5.6 15 97200 1209 1333 419 995 955 126 102200 95700 15200 5600 120 2.1 0 0 96.6 2000 9 999999999 129 0.0910 0 88 999.000 999.0 99.0 +1.9746E7 37.2 0.0 9 97100 1248 1333 414 1024 952 130 105000 95500 15500 6910 110 2.1 0 0 96.6 2000 9 999999999 80 0.0910 0 88 999.000 999.0 99.0 +1.97496E7 38.3 1.1 10 97000 1213 1333 421 988 933 135 101100 93500 15900 5950 130 2.6 0 0 96.6 2000 9 999999999 100 0.0910 0 88 999.000 999.0 99.0 +1.97532E7 40.0 0.0 8 96900 1107 1333 429 886 920 118 91100 92100 14400 3780 230 3.1 0 0 96.6 2000 9 999999999 89 0.0910 0 88 999.000 999.0 99.0 +1.97568E7 39.4 -1.7 7 96800 937 1333 423 670 887 43 71000 88800 8400 1460 140 2.6 0 0 96.6 2000 9 999999999 69 0.0910 0 88 999.000 999.0 99.0 +1.97604E7 40.0 0.0 8 96800 715 1333 429 509 818 66 53000 80300 9900 1590 350 2.6 0 0 96.6 2000 9 999999999 89 0.0910 0 88 999.000 999.0 99.0 +1.9764E7 39.4 0.6 9 96800 456 1333 427 286 693 46 29900 64000 8000 1080 320 3.1 0 0 96.6 2000 9 999999999 89 0.0910 0 88 999.000 999.0 99.0 +1.97676E7 38.3 1.7 10 96800 178 1333 422 70 355 22 7200 24800 3900 470 300 2.1 0 0 96.6 2000 9 999999999 100 0.0910 0 88 999.000 999.0 99.0 +1.97712E7 36.7 3.3 12 96800 3 211 416 0 0 0 0 0 0 0 320 2.1 0 0 80.5 2000 9 999999999 100 0.0910 0 88 999.000 999.0 99.0 +1.97748E7 35.0 4.4 15 96800 0 0 409 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.0910 0 88 999.000 999.0 99.0 +1.97784E7 31.1 6.7 22 96900 0 0 391 0 0 0 0 0 0 0 220 1.0 0 0 56.3 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.9782E7 32.2 5.6 19 96900 0 0 396 0 0 0 0 0 0 0 300 1.5 0 0 56.3 2000 9 999999999 129 0.0910 0 88 999.000 999.0 99.0 +1.97856E7 28.3 7.8 27 96900 0 0 379 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.0910 0 88 999.000 999.0 99.0 +1.97892E7 27.2 7.8 29 96900 0 0 373 0 0 0 0 0 0 0 110 1.0 0 0 56.3 2000 9 999999999 139 0.1110 0 88 999.000 999.0 99.0 +1.97928E7 25.0 7.2 32 96900 0 0 361 0 0 0 0 0 0 0 100 1.0 0 0 56.3 2000 9 999999999 139 0.1110 0 88 999.000 999.0 99.0 +1.97964E7 25.0 8.3 35 96900 0 0 363 0 0 0 0 0 0 0 130 1.5 0 0 56.3 2000 9 999999999 150 0.1110 0 88 999.000 999.0 99.0 +1.98E7 25.0 8.3 35 96900 0 0 370 0 0 0 0 0 0 0 100 1.5 1 1 56.3 2000 9 999999999 150 0.1110 0 88 999.000 999.0 99.0 +1.98036E7 25.0 8.3 35 96900 0 0 370 0 0 0 0 0 0 0 90 1.5 1 1 56.3 2000 9 999999999 150 0.1110 0 88 999.000 999.0 99.0 +1.98072E7 24.4 8.9 37 97000 1 145 376 0 0 0 0 0 0 0 90 2.1 3 3 56.3 2000 9 999999999 150 0.1110 0 88 999.000 999.0 99.0 +1.98108E7 24.4 8.9 37 97000 160 1334 376 66 263 35 7000 15100 5200 620 70 2.1 3 3 80.5 2000 9 999999999 150 0.1110 0 88 999.000 999.0 99.0 +1.98144E7 27.2 7.8 29 97100 438 1334 385 276 635 66 28900 57900 9800 1290 90 1.5 2 2 80.5 2000 9 999999999 139 0.1110 0 88 999.000 999.0 99.0 +1.9818E7 30.0 5.0 20 97100 699 1334 391 501 775 95 52300 76200 12300 2020 90 2.6 1 1 80.5 2000 9 999999999 120 0.1110 0 88 999.000 999.0 99.0 +1.98216E7 32.8 4.4 17 97100 924 1334 405 711 856 116 75300 86200 15400 3110 130 3.6 1 1 80.5 2000 9 999999999 120 0.1110 0 88 999.000 999.0 99.0 +1.98252E7 35.0 4.4 15 97100 1097 1334 422 850 828 167 88700 83100 20200 5860 90 3.1 2 2 96.6 2000 9 999999999 120 0.1110 0 88 999.000 999.0 99.0 +1.98288E7 36.7 1.1 11 97000 1207 1334 427 977 874 182 102300 87900 22500 9210 240 3.1 2 2 96.6 2000 9 999999999 100 0.1110 0 88 999.000 999.0 99.0 +1.98324E7 37.2 -0.6 9 97000 1246 1334 421 1022 902 175 107900 91100 22700 10760 290 4.6 1 1 96.6 2000 9 999999999 80 0.1110 0 88 999.000 999.0 99.0 +1.9836E7 38.3 0.6 9 96900 1211 1334 429 988 907 160 100500 90700 18000 6430 250 5.2 1 1 96.6 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.98396E7 38.9 0.6 9 96800 1104 1334 442 786 631 261 82000 63600 29300 10000 230 3.6 3 3 96.6 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.98432E7 38.3 -1.1 8 96800 934 1334 436 523 354 276 57100 38200 30400 7820 230 4.1 4 3 96.6 2000 9 999999999 80 0.1110 0 88 999.000 999.0 99.0 +1.98468E7 37.8 0.6 10 96800 711 1334 440 251 72 214 27800 7200 23900 6650 250 6.2 4 4 96.6 2000 9 999999999 89 0.1110 0 88 999.000 999.0 99.0 +1.98504E7 37.8 2.8 11 96700 451 1334 440 220 298 120 23600 28100 14100 2390 220 4.6 3 3 88.5 2000 9 999999999 100 0.1110 0 88 999.000 999.0 99.0 +1.9854E7 37.2 3.9 12 96700 173 1334 438 75 313 34 7600 19800 5000 610 220 3.6 3 3 88.5 2000 9 999999999 110 0.1110 0 88 999.000 999.0 99.0 +1.98576E7 35.0 5.6 16 96700 3 189 418 0 0 0 0 0 0 0 240 3.6 1 1 64.4 2000 9 999999999 120 0.1110 0 88 999.000 999.0 99.0 +1.98612E7 33.3 4.4 16 96800 0 0 400 0 0 0 0 0 0 0 230 2.6 0 0 56.3 2000 9 999999999 110 0.1110 0 88 999.000 999.0 99.0 +1.98648E7 32.2 3.3 16 96900 0 0 392 0 0 0 0 0 0 0 240 2.6 0 0 56.3 2000 9 999999999 110 0.1110 0 88 999.000 999.0 99.0 +1.98684E7 31.1 3.3 17 96900 0 0 387 0 0 0 0 0 0 0 230 2.6 0 0 56.3 2000 9 999999999 110 0.1110 0 88 999.000 999.0 99.0 +1.9872E7 30.0 3.3 18 97000 0 0 381 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 110 0.1110 0 88 999.000 999.0 99.0 +1.98756E7 28.9 3.3 19 97000 0 0 376 0 0 0 0 0 0 0 270 2.1 0 0 56.3 2000 9 999999999 110 0.0650 0 88 999.000 999.0 99.0 +1.98792E7 28.9 3.9 20 97100 0 0 377 0 0 0 0 0 0 0 270 1.5 0 0 56.3 2000 9 999999999 110 0.0650 0 88 999.000 999.0 99.0 +1.98828E7 27.2 6.1 26 97100 0 0 371 0 0 0 0 0 0 0 70 4.1 0 0 56.3 2000 9 999999999 129 0.0650 0 88 999.000 999.0 99.0 +1.98864E7 27.2 6.1 26 97100 0 0 371 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 129 0.0650 0 88 999.000 999.0 99.0 +1.989E7 25.6 6.1 29 97100 0 0 363 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 129 0.0650 0 88 999.000 999.0 99.0 +1.98936E7 25.0 6.1 30 97200 1 122 360 0 1 0 0 0 0 0 80 2.1 0 0 80.5 2000 9 999999999 129 0.0650 0 88 999.000 999.0 99.0 +1.98972E7 25.0 8.9 36 97300 157 1334 364 72 377 27 7300 23000 4600 490 90 3.1 0 0 80.5 2000 9 999999999 160 0.0650 0 88 999.000 999.0 99.0 +1.99008E7 27.2 15.0 47 97400 435 1334 382 269 679 47 28500 62400 8100 1020 160 3.1 0 0 80.5 2000 9 999999999 229 0.0650 0 88 999.000 999.0 99.0 +1.99044E7 30.6 16.7 43 97400 697 1334 402 497 811 73 52000 79300 10500 1610 180 3.1 0 0 64.4 2000 9 999999999 250 0.0650 0 88 999.000 999.0 99.0 +1.9908E7 32.2 12.2 29 97400 922 1334 404 693 856 100 71800 85200 12800 2370 280 3.1 0 0 64.4 2000 9 999999999 189 0.0650 0 88 999.000 999.0 99.0 +1.99116E7 32.8 12.2 29 97400 1095 1334 408 870 896 132 89300 89600 15600 3810 140 3.1 0 0 64.4 2000 9 999999999 200 0.0650 0 88 999.000 999.0 99.0 +1.99152E7 33.9 11.7 26 97400 1205 1334 421 960 882 160 101900 89300 21100 8210 320 3.1 1 1 72.4 2000 9 999999999 189 0.0650 0 88 999.000 999.0 99.0 +1.99188E7 34.4 11.1 24 97300 1243 1334 428 985 841 196 102600 84400 23700 11650 270 3.6 2 2 80.5 2000 9 999999999 179 0.0650 0 88 999.000 999.0 99.0 +1.99224E7 35.6 12.2 24 97300 1208 1334 437 963 842 196 99900 84400 23400 9800 270 4.1 2 2 80.5 2000 9 999999999 189 0.0650 0 88 999.000 999.0 99.0 +1.9926E7 35.6 12.8 25 97200 1101 1334 437 863 838 168 89900 84100 20300 5950 290 4.1 2 2 80.5 2000 9 999999999 200 0.0650 0 88 999.000 999.0 99.0 +1.99296E7 36.1 12.8 24 97100 930 1334 452 695 810 129 72900 81200 16100 3370 280 4.1 5 5 80.5 2000 9 999999999 189 0.0650 0 88 999.000 999.0 99.0 +1.99332E7 36.7 12.2 23 97100 707 1334 454 482 745 88 50900 73600 11800 1950 270 4.6 5 5 80.5 2000 9 999999999 189 0.0650 0 88 999.000 999.0 99.0 +1.99368E7 36.1 11.7 23 97000 446 1334 450 233 471 77 24400 42900 10000 1470 280 3.6 5 5 80.5 2000 9 999999999 189 0.0650 0 88 999.000 999.0 99.0 +1.99404E7 35.6 11.1 23 97000 168 1334 435 66 274 31 6700 17200 4600 560 270 5.2 2 2 80.5 2000 9 999999999 179 0.0650 0 88 999.000 999.0 99.0 +1.9944E7 33.9 10.0 23 97100 2 167 410 0 0 0 0 0 0 0 270 3.1 0 0 56.3 2000 9 999999999 170 0.0650 0 88 999.000 999.0 99.0 +1.99476E7 33.3 9.4 23 97200 0 0 406 0 0 0 0 0 0 0 260 2.1 0 0 56.3 2000 9 999999999 160 0.0650 0 88 999.000 999.0 99.0 +1.99512E7 31.1 10.0 27 97200 0 0 396 0 0 0 0 0 0 0 250 1.5 0 0 56.3 2000 9 999999999 170 0.0650 0 88 999.000 999.0 99.0 +1.99548E7 30.6 9.4 27 97200 0 0 392 0 0 0 0 0 0 0 240 1.5 0 0 56.3 2000 9 999999999 160 0.0650 0 88 999.000 999.0 99.0 +1.99584E7 29.4 9.4 29 97300 0 0 386 0 0 0 0 0 0 0 10 1.5 0 0 56.3 2000 9 999999999 160 0.0650 0 88 999.000 999.0 99.0 +1.9962E7 28.3 7.8 27 97300 0 0 379 0 0 0 0 0 0 0 270 1.0 0 0 56.3 2000 9 999999999 139 0.1300 0 88 999.000 999.0 99.0 +1.99656E7 26.7 7.8 30 97300 0 0 383 0 0 0 0 0 0 0 80 2.1 2 2 56.3 2000 9 999999999 139 0.1300 0 88 999.000 999.0 99.0 +1.99692E7 27.8 7.2 27 97400 0 0 388 0 0 0 0 0 0 0 10 1.0 3 2 56.3 2000 9 999999999 139 0.1300 0 88 999.000 999.0 99.0 +1.99728E7 25.6 7.8 32 97400 0 0 387 0 0 0 0 0 0 0 80 1.5 5 5 56.3 2000 9 999999999 139 0.1300 0 88 999.000 999.0 99.0 +1.99764E7 24.4 10.0 40 97400 0 0 374 0 0 0 0 0 0 0 120 1.5 2 2 56.3 2000 9 999999999 170 0.1300 0 88 999.000 999.0 99.0 +1.998E7 23.9 10.6 43 97400 1 100 372 0 0 0 0 0 0 0 110 2.1 2 2 80.5 2000 9 999999999 170 0.1300 0 88 999.000 999.0 99.0 +1.99836E7 24.4 11.1 43 97500 155 1335 370 65 301 31 6700 18000 4600 550 90 2.6 1 1 80.5 2000 9 999999999 179 0.1300 0 88 999.000 999.0 99.0 +1.99872E7 27.2 11.1 37 97600 433 1335 377 263 668 47 27900 61300 8000 1020 70 2.6 0 0 80.5 2000 9 999999999 179 0.1300 0 88 999.000 999.0 99.0 +1.99908E7 29.4 9.4 29 97600 695 1335 386 492 809 70 51500 79100 10200 1590 80 2.6 0 0 80.5 2000 9 999999999 160 0.1300 0 88 999.000 999.0 99.0 +1.99944E7 31.7 7.8 23 97600 920 1335 396 703 875 99 72900 87100 12800 2350 70 3.1 0 0 96.6 2000 9 999999999 150 0.1300 0 88 999.000 999.0 99.0 +1.9998E7 32.8 7.2 20 97600 1093 1335 401 866 906 122 89200 90600 14700 3680 50 2.6 0 0 96.6 2000 9 999999999 139 0.1300 0 88 999.000 999.0 99.0 +2.00016E7 34.4 7.2 18 97500 1203 1335 409 956 908 136 98100 91000 15900 5680 50 2.1 0 0 96.6 2000 9 999999999 139 0.1300 0 88 999.000 999.0 99.0 +2.00052E7 35.6 5.6 15 97400 1241 1335 413 989 903 146 101000 90400 16700 7130 280 2.1 0 0 96.6 2000 9 999999999 120 0.1300 0 88 999.000 999.0 99.0 +2.00088E7 36.1 6.1 16 97400 1205 1335 417 962 900 145 98200 90100 16700 5950 270 3.1 0 0 96.6 2000 9 999999999 129 0.1300 0 88 999.000 999.0 99.0 +2.00124E7 36.7 6.7 16 97300 1098 1335 421 859 875 135 87900 87500 15800 3870 310 3.1 0 0 96.6 2000 9 999999999 139 0.1300 0 88 999.000 999.0 99.0 +2.0016E7 36.7 7.2 16 97200 927 1335 422 691 815 121 72600 81900 15600 3210 280 3.6 0 0 80.5 2000 9 999999999 139 0.1150 0 88 999.000 999.0 99.0 +2.00196E7 36.7 6.7 16 97200 703 1335 421 473 797 50 49700 78200 8500 1370 250 3.6 0 0 80.5 2000 9 999999999 139 0.1300 0 88 999.000 999.0 99.0 +2.00232E7 36.7 6.1 15 97100 442 1335 420 272 685 42 28400 62900 7600 1030 270 3.6 0 0 80.5 2000 9 999999999 129 0.1300 0 88 999.000 999.0 99.0 +2.00268E7 35.6 5.6 15 97100 163 1335 413 62 351 18 6400 23900 3500 400 260 3.6 0 0 80.5 2000 9 999999999 120 0.1300 0 88 999.000 999.0 99.0 +2.00304E7 33.9 6.1 18 97100 1 145 405 0 0 0 0 0 0 0 250 2.1 0 0 56.3 2000 9 999999999 129 0.1300 0 88 999.000 999.0 99.0 +2.0034E7 31.7 7.2 22 97200 0 0 395 0 0 0 0 0 0 0 270 1.5 0 0 56.3 2000 9 999999999 139 0.1300 0 88 999.000 999.0 99.0 +2.00376E7 31.1 7.8 23 97200 0 0 393 0 0 0 0 0 0 0 350 1.5 0 0 56.3 2000 9 999999999 139 0.1300 0 88 999.000 999.0 99.0 +2.00412E7 29.4 8.3 27 97200 0 0 385 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.1300 0 88 999.000 999.0 99.0 +2.00448E7 27.8 7.8 28 97200 0 0 376 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.1300 0 88 999.000 999.0 99.0 +2.00484E7 26.7 8.9 33 97200 0 0 372 0 0 0 0 0 0 0 180 2.1 0 0 56.3 2000 9 999999999 160 0.1290 0 88 999.000 999.0 99.0 +2.0052E7 25.6 7.2 31 97200 0 0 364 0 0 0 0 0 0 0 160 1.0 0 0 56.3 2000 9 999999999 139 0.1290 0 88 999.000 999.0 99.0 +2.00556E7 26.7 8.9 33 97200 0 0 372 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 160 0.1290 0 88 999.000 999.0 99.0 +2.00592E7 23.9 8.9 39 97200 0 0 358 0 0 0 0 0 0 0 150 1.5 0 0 56.3 2000 9 999999999 160 0.1290 0 88 999.000 999.0 99.0 +2.00628E7 24.4 7.8 35 97200 0 0 359 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 150 0.1290 0 88 999.000 999.0 99.0 +2.00664E7 24.4 7.8 35 97200 1 78 359 0 0 0 0 0 0 0 80 1.5 0 0 96.6 2000 9 999999999 150 0.1290 0 88 999.000 999.0 99.0 +2.007E7 24.4 8.3 36 97300 152 1336 360 66 342 28 6800 20400 4500 500 120 1.5 0 0 64.4 2000 9 999999999 150 0.1290 0 88 999.000 999.0 99.0 +2.00736E7 26.7 8.3 31 97300 430 1336 371 261 667 47 27700 61100 8000 1020 140 2.1 0 0 64.4 2000 9 999999999 150 0.1290 0 88 999.000 999.0 99.0 +2.00772E7 29.4 8.3 27 97200 692 1336 385 488 789 78 51900 78100 11300 1780 140 2.1 0 0 72.4 2000 9 999999999 150 0.1290 0 88 999.000 999.0 99.0 +2.00808E7 31.7 8.3 23 97300 918 1336 397 694 848 110 73900 85500 15000 2970 80 2.6 0 0 72.4 2000 9 999999999 150 0.1290 0 88 999.000 999.0 99.0 +2.00844E7 34.4 6.7 18 97300 1091 1336 409 858 892 128 88300 89200 15200 3720 260 2.6 0 0 72.4 2000 9 999999999 139 0.1290 0 88 999.000 999.0 99.0 +2.0088E7 36.7 5.0 14 97200 1201 1336 419 955 902 142 97800 90300 16400 5750 280 3.1 0 0 72.4 2000 9 999999999 120 0.1290 0 88 999.000 999.0 99.0 +2.00916E7 37.8 3.3 12 97200 1239 1336 422 995 917 141 101800 91900 16300 6880 230 3.1 0 0 72.4 2000 9 999999999 110 0.1290 0 88 999.000 999.0 99.0 +2.00952E7 38.9 2.8 11 97100 1203 1336 427 964 909 142 98600 91000 16400 5800 280 3.1 0 0 72.4 2000 9 999999999 110 0.1290 0 88 999.000 999.0 99.0 +2.00988E7 39.4 3.9 11 97000 1095 1336 432 857 882 131 88000 88200 15500 3790 10 2.6 0 0 72.4 2000 9 999999999 110 0.1290 0 88 999.000 999.0 99.0 +2.01024E7 39.4 3.9 11 96900 923 1336 432 682 727 176 71600 73600 20600 4810 250 3.6 0 0 72.4 2000 9 999999999 110 0.2150 0 88 999.000 999.0 99.0 +2.0106E7 39.4 3.3 11 96900 699 1336 431 448 772 41 47400 75800 7700 1210 270 3.1 0 0 72.4 2000 9 999999999 110 0.1290 0 88 999.000 999.0 99.0 +2.01096E7 39.4 2.8 10 96800 437 1336 430 260 648 45 27400 59700 7800 990 330 3.1 0 0 72.4 2000 9 999999999 100 0.1290 0 88 999.000 999.0 99.0 +2.01132E7 38.9 3.3 11 96800 158 1336 428 54 314 16 5600 21200 3100 360 320 3.1 0 0 80.5 2000 9 999999999 110 0.1290 0 88 999.000 999.0 99.0 +2.01168E7 37.2 3.9 12 96900 1 122 420 0 0 0 0 0 0 0 250 2.1 0 0 56.3 2000 9 999999999 110 0.1290 0 88 999.000 999.0 99.0 +2.01204E7 34.4 7.8 19 96900 0 0 410 0 0 0 0 0 0 0 350 2.1 0 0 56.3 2000 9 999999999 139 0.1290 0 88 999.000 999.0 99.0 +2.0124E7 33.3 7.8 20 96900 0 0 404 0 0 0 0 0 0 0 280 1.5 0 0 56.3 2000 9 999999999 139 0.1290 0 88 999.000 999.0 99.0 +2.01276E7 31.1 8.3 24 96900 0 0 393 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.1290 0 88 999.000 999.0 99.0 +2.01312E7 30.0 8.9 27 96900 0 0 389 0 0 0 0 0 0 0 240 1.5 0 0 56.3 2000 9 999999999 160 0.1290 0 88 999.000 999.0 99.0 +2.01348E7 30.0 8.9 27 96900 0 0 389 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 160 0.1100 0 88 999.000 999.0 99.0 +2.01384E7 27.8 7.8 28 96900 0 0 376 0 0 0 0 0 0 0 160 1.5 0 0 56.3 2000 9 999999999 139 0.1100 0 88 999.000 999.0 99.0 +2.0142E7 27.2 8.3 30 96900 0 0 374 0 0 0 0 0 0 0 200 1.0 0 0 56.3 2000 9 999999999 150 0.1100 0 88 999.000 999.0 99.0 +2.01456E7 26.1 8.3 32 96900 0 0 368 0 0 0 0 0 0 0 40 1.5 0 0 56.3 2000 9 999999999 150 0.1100 0 88 999.000 999.0 99.0 +2.01492E7 27.8 9.4 32 97000 0 0 385 0 0 0 0 0 0 0 70 1.5 1 1 56.3 2000 9 999999999 160 0.1100 0 88 999.000 999.0 99.0 +2.01528E7 26.1 8.9 34 97000 0 78 376 0 0 0 0 0 0 0 180 1.5 1 1 80.5 2000 9 999999999 160 0.1100 0 88 999.000 999.0 99.0 +2.01564E7 26.7 8.3 31 97100 149 1336 378 52 195 30 5500 10700 4300 530 130 1.5 1 1 72.4 2000 9 999999999 150 0.1100 0 88 999.000 999.0 99.0 +2.016E7 28.9 10.0 31 97100 428 1336 392 211 473 59 22300 43000 8500 1160 120 2.1 1 1 72.4 2000 9 999999999 170 0.1100 0 88 999.000 999.0 99.0 +2.01636E7 31.1 8.9 25 97100 690 1336 402 470 695 110 49600 69100 13900 2410 140 2.6 1 1 72.4 2000 9 999999999 150 0.1100 0 88 999.000 999.0 99.0 +2.01672E7 32.8 7.8 21 97200 916 1336 415 520 465 200 56400 48300 23200 5370 100 2.6 2 2 72.4 2000 9 999999999 139 0.1100 0 88 999.000 999.0 99.0 +2.01708E7 35.6 7.8 18 97200 1089 1336 438 652 433 297 69700 45200 32700 11320 200 2.1 4 4 72.4 2000 9 999999999 139 0.1100 0 88 999.000 999.0 99.0 +2.01744E7 36.7 7.8 17 97100 1199 1336 444 592 234 380 65000 25400 42100 18600 280 2.6 4 4 64.4 2000 9 999999999 139 0.1100 0 88 999.000 999.0 99.0 +2.0178E7 38.3 9.4 17 97000 1236 1336 456 970 751 269 102100 76200 31500 16460 280 2.6 4 4 64.4 2000 9 999999999 160 0.1100 0 88 999.000 999.0 99.0 +2.01816E7 39.4 10.0 17 97000 1200 1336 463 815 579 290 85000 58300 32500 15030 280 4.1 4 4 72.4 2000 9 999999999 170 0.1100 0 88 999.000 999.0 99.0 +2.01852E7 39.4 9.4 16 96900 1092 1336 459 701 403 370 76200 43700 40400 13780 220 3.1 3 3 72.4 2000 9 999999999 160 0.1100 0 88 999.000 999.0 99.0 +2.01888E7 40.0 9.4 16 96800 919 1336 466 565 473 242 60500 49000 26700 6630 280 4.1 4 4 72.4 2000 9 999999999 160 0.1100 0 88 999.000 999.0 99.0 +2.01924E7 40.0 10.0 16 96800 694 1336 467 429 706 60 45000 69100 9000 1500 290 4.1 4 4 72.4 2000 9 999999999 160 0.1100 0 88 999.000 999.0 99.0 +2.0196E7 38.9 10.0 17 96700 432 1336 452 133 223 61 14800 20300 8200 1090 310 3.1 2 2 72.4 2000 9 999999999 160 0.1100 0 88 999.000 999.0 99.0 +2.01996E7 37.8 10.6 19 96700 153 1336 441 18 50 12 2100 2800 1700 200 300 3.1 1 1 72.4 2000 9 999999999 170 0.1100 0 88 999.000 999.0 99.0 +2.02032E7 36.7 12.8 24 96800 1 100 438 0 0 0 0 0 0 0 220 2.6 1 1 56.3 2000 9 999999999 200 0.1100 0 88 999.000 999.0 99.0 +2.02068E7 34.4 15.0 31 96900 0 0 428 0 0 0 0 0 0 0 250 2.1 1 1 56.3 2000 9 999999999 229 0.1100 0 88 999.000 999.0 99.0 +2.02104E7 33.9 15.0 32 96900 0 0 431 0 0 0 0 0 0 0 270 1.5 3 2 56.3 2000 9 999999999 229 0.1100 0 88 999.000 999.0 99.0 +2.0214E7 33.3 15.0 33 97000 0 0 422 0 0 0 0 0 0 0 280 1.5 1 1 56.3 2000 9 999999999 229 0.1100 0 88 999.000 999.0 99.0 +2.02176E7 32.8 15.0 34 97000 0 0 419 0 0 0 0 0 0 0 290 1.5 1 1 56.3 2000 9 999999999 229 0.1100 0 88 999.000 999.0 99.0 +2.02212E7 32.8 14.4 33 97100 0 0 424 0 0 0 0 0 0 0 0 0.0 2 2 56.3 2000 9 999999999 220 0.1100 0 88 999.000 999.0 99.0 +2.02248E7 31.1 14.4 36 97200 0 0 429 0 0 0 0 0 0 0 60 1.5 6 6 56.3 3660 9 999999999 220 0.1100 0 88 999.000 999.0 99.0 +2.02284E7 30.0 14.4 39 97200 0 0 435 0 0 0 0 0 0 0 130 2.1 8 8 56.3 3660 9 999999999 220 0.1100 0 88 999.000 999.0 99.0 +2.0232E7 31.7 14.4 35 97200 0 0 454 0 0 0 0 0 0 0 70 1.5 9 9 56.3 3660 9 999999999 220 0.1100 0 88 999.000 999.0 99.0 +2.02356E7 30.0 15.0 40 97200 0 0 417 0 0 0 0 0 0 0 150 1.5 4 4 56.3 2000 9 999999999 229 0.1100 0 88 999.000 999.0 99.0 +2.02392E7 29.4 15.0 41 97300 0 56 420 0 0 0 0 0 0 0 240 1.5 6 6 80.5 3660 9 999999999 229 0.1100 0 88 999.000 999.0 99.0 +2.02428E7 28.9 14.4 41 97300 146 1337 403 61 269 32 6200 15500 4500 560 220 1.5 2 2 80.5 2000 9 999999999 220 0.0590 0 88 999.000 999.0 99.0 +2.02464E7 31.1 15.6 39 97400 425 1337 420 251 548 76 26000 49200 10300 1440 350 3.1 3 3 80.5 2000 9 999999999 240 0.0590 0 88 999.000 999.0 99.0 +2.025E7 32.2 15.0 35 97400 688 1337 436 293 178 201 32100 18400 22700 5060 320 2.6 6 6 80.5 3660 9 999999999 229 0.0590 0 88 999.000 999.0 99.0 +2.02536E7 32.8 15.6 35 97500 914 1337 446 419 233 259 45700 25100 28500 7100 310 2.1 7 7 80.5 3660 9 999999999 229 0.0590 0 88 999.000 999.0 99.0 +2.02572E7 33.9 16.1 34 97500 1087 1337 470 440 87 369 48500 8900 41200 15030 320 2.1 9 9 80.5 3660 9 999999999 240 0.0590 0 88 999.000 999.0 99.0 +2.02608E7 33.9 15.6 33 97400 1197 1337 469 476 59 423 52500 6100 47100 20020 350 2.1 9 9 80.5 3660 9 999999999 229 0.0590 0 88 999.000 999.0 99.0 +2.02644E7 33.9 16.7 36 97400 1234 1337 484 342 6 337 40900 500 40400 15470 220 2.1 10 10 80.5 3660 9 999999999 250 0.0590 0 88 999.000 999.0 99.0 +2.0268E7 33.9 16.7 36 97300 1197 1337 484 374 12 363 44100 1100 43200 16170 20 2.1 10 10 72.4 3660 9 999999999 250 0.0590 0 88 999.000 999.0 99.0 +2.02716E7 33.9 16.1 34 97300 1089 1337 483 356 7 350 41500 700 41000 15300 60 3.1 10 10 72.4 3660 9 999999999 240 0.0590 0 88 999.000 999.0 99.0 +2.02752E7 33.9 15.6 33 97200 915 1337 482 299 12 291 34500 1100 33700 12370 330 2.1 10 10 72.4 3660 9 999999999 229 0.0590 0 88 999.000 999.0 99.0 +2.02788E7 33.9 15.6 33 97200 690 1337 482 258 4 256 28900 400 28700 9430 210 2.6 10 10 72.4 3660 9 999999999 229 0.0590 0 88 999.000 999.0 99.0 +2.02824E7 33.3 17.2 38 97100 427 1337 481 73 4 72 8600 200 8500 2970 160 2.1 10 10 80.5 3660 9 999999999 259 0.0590 0 88 999.000 999.0 99.0 +2.0286E7 33.3 16.1 36 97200 147 1337 466 43 23 40 4700 1500 4500 950 130 2.6 9 9 72.4 3660 9 999999999 250 0.0590 0 88 999.000 999.0 99.0 +2.02896E7 32.8 16.1 37 97200 0 56 463 0 0 0 0 0 0 0 150 3.1 9 9 56.3 3660 9 999999999 250 0.1100 0 88 999.000 999.0 99.0 +2.02932E7 32.2 15.6 37 97300 0 0 449 0 0 0 0 0 0 0 140 7.2 8 8 56.3 3660 9 999999999 240 0.1100 0 88 999.000 999.0 99.0 +2.02968E7 30.0 18.3 50 97400 0 0 450 0 0 0 0 0 0 0 150 3.6 9 9 56.3 3660 9 999999999 279 0.1100 0 88 999.000 999.0 99.0 +2.03004E7 30.0 18.9 51 97400 0 0 450 0 0 0 0 0 0 0 140 2.6 9 9 56.3 3660 9 999999999 290 0.1100 0 88 999.000 999.0 99.0 +2.0304E7 29.4 18.9 53 97400 0 0 459 0 0 0 0 0 0 0 120 1.5 10 10 56.3 3660 9 999999999 290 0.1100 0 88 999.000 999.0 99.0 +2.03076E7 29.4 18.9 53 97400 0 0 459 0 0 0 0 0 0 0 170 2.1 10 10 56.3 3660 9 999999999 290 0.1090 0 88 999.000 999.0 99.0 +2.03112E7 28.9 19.4 57 97400 0 0 457 0 0 0 0 0 0 0 110 2.6 10 10 56.3 3660 9 999999999 300 0.1090 0 88 999.000 999.0 99.0 +2.03148E7 28.9 19.4 57 97400 0 0 445 0 0 0 0 0 0 0 70 2.6 9 9 56.3 3660 9 999999999 300 0.1090 0 88 999.000 999.0 99.0 +2.03184E7 28.3 19.4 59 97400 0 0 441 0 0 0 0 0 0 0 120 1.5 9 9 56.3 3660 9 999999999 300 0.1090 0 88 999.000 999.0 99.0 +2.0322E7 27.8 20.0 63 97400 0 0 439 0 0 0 0 0 0 0 80 2.6 9 9 56.3 3660 9 999999999 309 0.1090 0 88 999.000 999.0 99.0 +2.03256E7 27.2 20.0 65 97500 0 33 448 0 0 0 0 0 0 0 110 1.5 10 10 72.4 3660 9 999999999 309 0.1090 0 88 999.000 999.0 99.0 +2.03292E7 27.2 20.0 65 97600 143 1337 426 30 10 29 3300 700 3200 720 90 2.1 8 8 80.5 3660 9 999999999 309 0.1910 0 88 999.000 999.0 99.0 +2.03328E7 28.3 20.0 61 97600 423 1337 421 162 126 122 17600 11700 13900 2750 90 4.1 6 6 80.5 7620 9 999999999 309 0.1910 0 88 999.000 999.0 99.0 +2.03364E7 30.0 20.0 55 97600 686 1337 423 388 381 192 41800 39700 21400 4310 90 3.1 4 4 80.5 2000 9 999999999 309 0.1910 0 88 999.000 999.0 99.0 +2.034E7 32.2 20.0 48 97700 912 1337 439 578 432 282 60400 44600 30000 7750 100 3.6 5 5 80.5 2000 9 999999999 309 0.1910 0 88 999.000 999.0 99.0 +2.03436E7 33.3 19.4 44 97700 1085 1337 445 693 450 327 73400 46900 35300 12390 120 3.1 5 5 80.5 2000 9 999999999 300 0.1910 0 88 999.000 999.0 99.0 +2.03472E7 34.4 18.9 40 97600 1194 1337 444 888 677 281 93100 68300 32000 14220 60 3.1 3 3 80.5 2000 9 999999999 290 0.1910 0 88 999.000 999.0 99.0 +2.03508E7 34.4 18.9 40 97500 1232 1337 454 947 550 439 99300 57300 46400 27220 140 4.1 6 6 80.5 7620 9 999999999 290 0.1910 0 88 999.000 999.0 99.0 +2.03544E7 32.2 18.9 45 97500 1194 1337 454 687 323 398 75300 35100 43800 19240 160 7.7 8 8 80.5 3050 9 999999999 290 0.1910 0 88 999.000 999.0 99.0 +2.0358E7 28.3 19.4 59 97500 1085 1337 441 346 141 231 39100 15200 26800 8500 150 7.7 9 9 56.3 3050 9 999999999 300 0.1910 0 88 999.000 999.0 99.0 +2.03616E7 31.7 21.1 54 97400 912 1337 442 506 294 304 54400 31600 32800 8540 130 4.1 6 6 80.5 7620 9 999999999 329 0.1910 0 88 999.000 999.0 99.0 +2.03652E7 32.2 20.6 50 97500 685 1337 449 364 215 253 39300 22000 28000 6360 90 2.1 7 7 72.4 7620 9 999999999 320 0.1910 0 88 999.000 999.0 99.0 +2.03688E7 31.1 15.6 39 97500 422 1337 431 142 98 110 15500 9100 12600 2470 350 10.3 6 6 32.2 7620 9 999999999 240 0.1910 0 88 999.000 999.0 99.0 +2.03724E7 30.0 14.4 39 97500 142 1337 428 31 21 29 3400 1400 3300 720 50 3.6 7 7 56.3 3050 9 999999999 220 0.1910 0 88 999.000 999.0 99.0 +2.0376E7 28.9 14.4 41 97600 0 33 417 0 0 0 0 0 0 0 60 2.6 6 6 56.3 7620 9 999999999 220 0.1090 0 88 999.000 999.0 99.0 +2.03796E7 28.3 14.4 43 97600 0 0 410 0 0 0 0 0 0 0 100 2.1 5 5 56.3 2000 9 999999999 220 0.1090 0 88 999.000 999.0 99.0 +2.03832E7 27.8 14.4 44 97600 0 0 411 0 0 0 0 0 0 0 160 2.1 6 6 56.3 4570 9 999999999 220 0.1090 0 88 999.000 999.0 99.0 +2.03868E7 28.3 14.4 43 97600 0 0 410 0 0 0 0 0 0 0 60 2.6 5 5 56.3 2000 9 999999999 220 0.1090 0 88 999.000 999.0 99.0 +2.03904E7 27.2 14.4 46 97600 0 0 381 0 0 0 0 0 0 0 160 1.5 0 0 56.3 2000 9 999999999 220 0.1090 0 88 999.000 999.0 99.0 +2.0394E7 26.7 15.0 49 97600 0 0 392 0 0 0 0 0 0 0 90 1.5 2 2 56.3 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.03976E7 26.7 15.0 49 97600 0 0 402 0 0 0 0 0 0 0 30 1.5 5 5 56.3 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.04012E7 26.7 15.0 49 97600 0 0 379 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.04048E7 24.4 15.6 58 97500 0 0 369 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.04084E7 24.4 15.6 58 97500 0 0 369 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.0412E7 23.9 15.6 60 97500 0 33 366 0 0 0 0 0 0 0 0 0.0 1 0 96.6 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.04156E7 25.6 15.6 54 97600 140 1338 375 44 45 39 4700 2500 4500 810 90 2.6 0 0 96.6 2000 9 999999999 240 0.2890 0 88 999.000 999.0 99.0 +2.04192E7 27.8 15.6 47 97600 420 1338 386 210 330 106 21900 29600 12600 2000 80 3.6 0 0 96.6 2000 9 999999999 240 0.2890 0 88 999.000 999.0 99.0 +2.04228E7 29.4 15.6 43 97600 683 1338 394 430 519 164 45700 52200 18900 3480 90 3.1 0 0 96.6 2000 9 999999999 240 0.2890 0 88 999.000 999.0 99.0 +2.04264E7 31.7 15.6 38 97600 909 1338 406 632 621 208 65600 62200 23200 5410 50 2.6 0 0 96.6 2000 9 999999999 240 0.2890 0 88 999.000 999.0 99.0 +2.043E7 32.2 15.6 37 97600 1083 1338 409 799 692 238 83900 70000 27200 8640 100 3.6 0 0 96.6 2000 9 999999999 240 0.2890 0 88 999.000 999.0 99.0 +2.04336E7 34.4 15.6 32 97500 1192 1338 421 898 720 255 94900 73100 29700 12870 140 3.6 0 0 96.6 2000 9 999999999 229 0.2890 0 88 999.000 999.0 99.0 +2.04372E7 35.6 15.6 30 97500 1229 1338 427 962 904 128 98700 90600 15200 6090 70 3.6 0 0 96.6 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.04408E7 36.1 16.1 30 97400 1191 1338 431 926 879 140 94800 88000 16200 5430 90 3.1 0 0 96.6 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.04444E7 37.2 16.1 29 97400 1082 1338 437 825 850 134 87800 86100 18000 4740 60 3.1 0 0 96.6 2000 9 999999999 250 0.1650 0 88 999.000 999.0 99.0 +2.0448E7 37.8 16.1 28 97300 908 1338 440 659 813 104 70200 82100 14400 2800 350 3.1 0 0 96.6 2000 9 999999999 250 0.1650 0 88 999.000 999.0 99.0 +2.04516E7 37.8 15.6 27 97200 681 1338 454 415 449 184 43300 45000 20400 3940 330 3.1 2 2 96.6 2000 9 999999999 240 0.2890 0 88 999.000 999.0 99.0 +2.04552E7 37.8 15.6 27 97200 417 1338 459 248 639 48 26000 58000 7900 1020 260 3.1 3 3 96.6 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.04588E7 37.2 13.9 25 97200 137 1338 453 47 260 19 4700 15000 3200 360 300 3.6 3 3 72.4 2000 9 999999999 209 0.1650 0 88 999.000 999.0 99.0 +2.04624E7 35.6 13.9 27 97200 0 11 425 0 0 0 0 0 0 0 310 2.1 0 0 56.3 2000 9 999999999 209 0.1650 0 88 999.000 999.0 99.0 +2.0466E7 33.3 15.6 34 97300 0 0 415 0 0 0 0 0 0 0 200 2.1 0 0 56.3 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.04696E7 32.2 15.6 37 97300 0 0 409 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.04732E7 31.1 15.6 39 97300 0 0 403 0 0 0 0 0 0 0 100 2.1 0 0 56.3 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.04768E7 30.6 15.6 40 97400 0 0 400 0 0 0 0 0 0 0 140 1.5 0 0 56.3 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.04804E7 30.0 15.6 42 97400 0 0 397 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.0484E7 30.0 15.6 42 97400 0 0 397 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.04876E7 28.9 15.6 44 97400 0 0 391 0 0 0 0 0 0 0 90 2.6 0 0 56.3 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.04912E7 27.8 15.6 47 97400 0 0 386 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.04948E7 27.8 16.1 49 97400 0 0 386 0 0 0 0 0 0 0 100 1.5 0 0 56.3 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.04984E7 27.2 16.1 51 97500 0 11 383 0 0 0 0 0 0 0 0 0.0 0 0 96.6 2000 9 999999999 250 0.1650 0 88 999.000 999.0 99.0 +2.0502E7 26.7 16.1 52 97500 137 1338 381 53 288 22 5300 16500 3600 410 140 2.1 0 0 96.6 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.05056E7 30.0 16.1 43 97500 418 1338 398 241 640 41 25800 58500 7500 910 90 3.1 0 0 80.5 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.05092E7 32.2 15.6 37 97500 681 1338 409 461 766 71 49500 75900 10800 1650 120 3.1 0 0 80.5 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.05128E7 33.9 15.6 33 97500 907 1338 418 670 840 99 69400 83600 12700 2300 110 2.6 0 0 80.5 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.05164E7 35.6 16.1 31 97500 1081 1338 428 821 862 123 84500 86200 14700 3530 70 1.0 0 0 80.5 2000 9 999999999 240 0.1650 0 88 999.000 999.0 99.0 +2.052E7 37.8 16.1 28 97500 1190 1338 440 916 870 139 93700 87100 16100 5360 160 3.1 0 0 80.5 2000 9 999999999 250 0.1650 0 88 999.000 999.0 99.0 +2.05236E7 38.3 15.6 26 97400 1226 1338 451 955 869 154 97300 87000 17400 6690 260 3.1 1 1 80.5 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.05272E7 39.4 15.0 23 97300 1188 1338 456 944 869 167 99300 87700 21300 7840 240 3.6 1 1 80.5 2000 9 999999999 220 0.1650 0 88 999.000 999.0 99.0 +2.05308E7 38.9 13.3 22 97200 1078 1338 457 632 594 151 68300 61300 18900 5630 300 4.6 2 2 80.5 2000 9 999999999 209 0.1650 0 88 999.000 999.0 99.0 +2.05344E7 40.0 11.1 18 97100 903 1338 465 711 848 138 73700 84500 16600 3340 290 4.1 3 3 80.5 2000 9 999999999 179 0.1650 0 88 999.000 999.0 99.0 +2.0538E7 38.9 12.2 20 97100 676 1338 477 314 172 224 33900 17600 24900 5600 260 4.1 7 7 80.5 7620 9 999999999 189 0.1650 0 88 999.000 999.0 99.0 +2.05416E7 38.9 11.1 19 97100 412 1338 475 112 13 111 12900 800 12700 4050 240 3.1 7 7 96.6 7620 9 999999999 179 0.1650 0 88 999.000 999.0 99.0 +2.05452E7 37.2 13.3 24 97100 131 1327 447 28 122 15 2900 7200 2200 290 240 2.6 6 2 72.4 2000 9 999999999 200 0.1650 0 88 999.000 999.0 99.0 +2.05488E7 36.1 14.4 27 97100 0 0 443 0 0 0 0 0 0 0 270 2.1 6 2 56.3 2000 9 999999999 220 0.1650 0 88 999.000 999.0 99.0 +2.05524E7 35.0 15.0 30 97200 0 0 431 0 0 0 0 0 0 0 270 1.5 6 1 56.3 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.0556E7 34.4 15.6 32 97200 0 0 429 0 0 0 0 0 0 0 350 1.5 4 1 56.3 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.05596E7 31.1 15.0 38 97200 0 0 410 0 0 0 0 0 0 0 170 1.5 1 1 56.3 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.05632E7 30.6 15.6 40 97300 0 0 400 0 0 0 0 0 0 0 120 1.5 0 0 56.3 2000 9 999999999 229 0.1650 0 88 999.000 999.0 99.0 +2.05668E7 30.0 15.6 42 97300 0 0 397 0 0 0 0 0 0 0 140 1.5 0 0 56.3 2000 9 999999999 240 0.0430 0 88 999.000 999.0 99.0 +2.05704E7 28.9 15.0 43 97300 0 0 391 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 229 0.0430 0 88 999.000 999.0 99.0 +2.0574E7 29.4 15.0 41 97300 0 0 393 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 229 0.0430 0 88 999.000 999.0 99.0 +2.05776E7 29.4 15.6 43 97300 0 0 394 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 240 0.0430 0 88 999.000 999.0 99.0 +2.05812E7 28.3 15.6 46 97300 0 0 388 0 0 0 0 0 0 0 100 1.5 0 0 56.3 2000 9 999999999 240 0.0430 0 88 999.000 999.0 99.0 +2.05848E7 27.8 15.0 46 97400 0 0 385 0 0 0 0 0 0 0 90 1.5 0 0 96.6 2000 9 999999999 229 0.0430 0 88 999.000 999.0 99.0 +2.05884E7 27.8 15.0 46 97400 134 1328 385 51 257 23 5200 15000 3600 420 70 2.1 0 0 96.6 2000 9 999999999 229 0.0430 0 88 999.000 999.0 99.0 +2.0592E7 29.4 14.4 40 97500 415 1339 393 235 613 46 24900 55600 7700 990 100 2.6 0 0 80.5 2000 9 999999999 220 0.0430 0 88 999.000 999.0 99.0 +2.05956E7 32.2 14.4 34 97500 679 1339 407 455 746 76 48400 73700 11000 1720 120 3.1 0 0 80.5 2000 9 999999999 220 0.0430 0 88 999.000 999.0 99.0 +2.05992E7 33.9 14.4 31 97500 905 1339 416 667 818 113 70700 82300 14900 2950 130 2.6 0 0 80.5 2000 9 999999999 220 0.0430 0 88 999.000 999.0 99.0 +2.06028E7 35.6 14.4 28 97500 1079 1339 426 862 864 165 89900 86700 19900 5460 140 2.6 0 0 80.5 2000 9 999999999 220 0.0430 0 88 999.000 999.0 99.0 +2.06064E7 37.2 14.4 26 97400 1187 1339 435 999 896 202 103300 89500 23700 9020 110 3.1 0 0 80.5 2000 9 999999999 220 0.0430 0 88 999.000 999.0 99.0 +2.061E7 38.9 13.3 22 97300 1224 1339 443 1065 911 230 109000 90500 26100 11680 60 2.6 0 0 80.5 2000 9 999999999 209 0.0430 0 88 999.000 999.0 99.0 +2.06136E7 40.0 12.8 20 97300 1185 1339 448 1009 887 221 103200 88100 25000 9540 340 3.1 0 0 80.5 2000 9 999999999 200 0.0430 0 88 999.000 999.0 99.0 +2.06172E7 40.6 9.4 15 97200 1074 1339 447 949 864 251 98800 87000 28800 8840 330 3.6 0 0 80.5 2000 9 999999999 160 0.0430 0 88 999.000 999.0 99.0 +2.06208E7 40.6 9.4 15 97100 899 1339 455 776 824 218 79900 82100 24600 5520 280 4.1 1 1 80.5 2000 9 999999999 160 0.0430 0 88 999.000 999.0 99.0 +2.06244E7 40.6 8.9 15 97100 671 1339 454 466 765 80 49000 75300 11200 1770 290 3.6 1 1 80.5 2000 9 999999999 160 0.0430 0 88 999.000 999.0 99.0 +2.0628E7 40.0 10.6 17 97100 406 1339 453 301 601 116 30800 53200 14600 2210 300 3.6 1 1 80.5 2000 9 999999999 170 0.0430 0 88 999.000 999.0 99.0 +2.06316E7 39.4 10.6 18 97100 126 1283 442 88 241 61 8600 11500 7500 1280 290 3.6 0 0 80.5 2000 9 999999999 170 0.0430 0 88 999.000 999.0 99.0 +2.06352E7 37.8 11.1 20 97100 0 0 433 0 0 0 0 0 0 0 190 2.1 0 0 56.3 2000 9 999999999 179 0.0430 0 88 999.000 999.0 99.0 +2.06388E7 35.0 12.8 26 97200 0 0 420 0 0 0 0 0 0 0 200 1.5 0 0 56.3 2000 9 999999999 200 0.0430 0 88 999.000 999.0 99.0 +2.06424E7 33.3 12.2 28 97200 0 0 410 0 0 0 0 0 0 0 130 1.5 0 0 56.3 2000 9 999999999 189 0.0430 0 88 999.000 999.0 99.0 +2.0646E7 33.3 12.8 29 97200 0 0 419 0 0 0 0 0 0 0 90 1.0 1 1 56.3 2000 9 999999999 200 0.0430 0 88 999.000 999.0 99.0 +2.06496E7 32.8 12.8 30 97200 0 0 416 0 0 0 0 0 0 0 80 1.0 1 1 56.3 2000 9 999999999 200 0.0430 0 88 999.000 999.0 99.0 +2.06532E7 31.1 13.3 34 97300 0 0 400 0 0 0 0 0 0 0 80 1.0 0 0 56.3 2000 9 999999999 209 0.0880 0 88 999.000 999.0 99.0 +2.06568E7 31.1 13.3 34 97300 0 0 408 0 0 0 0 0 0 0 50 1.0 1 1 56.3 2000 9 999999999 209 0.0880 0 88 999.000 999.0 99.0 +2.06604E7 28.9 13.9 40 97300 0 0 397 0 0 0 0 0 0 0 100 1.5 1 1 56.3 2000 9 999999999 209 0.0880 0 88 999.000 999.0 99.0 +2.0664E7 28.3 13.9 41 97300 0 0 394 0 0 0 0 0 0 0 0 0.0 1 1 56.3 2000 9 999999999 209 0.0880 0 88 999.000 999.0 99.0 +2.06676E7 27.2 13.9 44 97400 0 0 393 0 0 0 0 0 0 0 0 0.0 2 2 56.3 2000 9 999999999 209 0.0880 0 88 999.000 999.0 99.0 +2.06712E7 27.8 14.4 44 97400 0 0 401 0 0 0 0 0 0 0 80 1.5 3 3 80.5 2000 9 999999999 220 0.0880 0 88 999.000 999.0 99.0 +2.06748E7 28.3 13.9 41 97500 132 1329 403 47 191 26 4900 10100 3900 450 100 1.5 3 3 80.5 2000 9 999999999 209 0.0880 0 88 999.000 999.0 99.0 +2.06784E7 30.6 13.9 36 97600 412 1340 406 272 566 98 27600 49500 12400 1740 110 2.1 1 1 80.5 2000 9 999999999 209 0.0880 0 88 999.000 999.0 99.0 +2.0682E7 32.2 14.4 34 97600 676 1340 415 488 718 125 51000 70700 15200 2650 100 2.6 1 1 80.5 2000 9 999999999 220 0.0880 0 88 999.000 999.0 99.0 +2.06856E7 34.4 15.0 31 97600 903 1340 420 690 798 152 73400 81100 18600 4080 60 3.1 0 0 72.4 2000 9 999999999 229 0.0880 0 88 999.000 999.0 99.0 +2.06892E7 36.1 15.0 28 97600 1076 1340 429 853 850 169 88700 85100 20100 5500 200 3.1 0 0 72.4 2000 9 999999999 229 0.0880 0 88 999.000 999.0 99.0 +2.06928E7 36.7 12.2 23 97600 1185 1340 429 890 753 223 94900 76900 26800 11000 210 2.1 0 0 64.4 2000 9 999999999 189 0.0880 0 88 999.000 999.0 99.0 +2.06964E7 38.3 11.7 20 97500 1221 1340 451 935 721 274 98300 73000 31700 15350 310 2.1 2 2 64.4 2000 9 999999999 179 0.0880 0 88 999.000 999.0 99.0 +2.07E7 39.4 11.7 19 97400 1182 1340 452 985 830 249 103900 84300 29400 12060 330 2.1 1 1 64.4 2000 9 999999999 179 0.0880 0 88 999.000 999.0 99.0 +2.07036E7 40.0 13.3 20 97400 1071 1340 457 898 773 277 92900 77300 31000 9520 290 3.6 1 1 56.3 2000 9 999999999 200 0.0880 0 88 999.000 999.0 99.0 +2.07072E7 40.0 13.3 20 97300 895 1340 457 726 767 210 75000 76600 23700 5320 280 3.6 1 1 72.4 2000 9 999999999 200 0.0880 0 88 999.000 999.0 99.0 +2.07108E7 40.0 12.8 20 97300 666 1340 457 449 716 89 46500 70000 11600 1870 310 3.6 1 1 72.4 2000 9 999999999 200 0.0880 0 88 999.000 999.0 99.0 +2.07144E7 39.4 12.2 20 97300 401 1340 474 247 387 133 26100 34800 15600 2750 280 3.1 6 6 56.3 3660 9 999999999 189 0.0880 0 88 999.000 999.0 99.0 +2.0718E7 38.3 12.2 21 97300 120 1262 468 65 16 64 6900 300 6900 1490 240 3.6 7 6 56.3 3050 9 999999999 189 0.0880 0 88 999.000 999.0 99.0 +2.07216E7 37.8 12.2 21 97300 0 0 465 0 0 0 0 0 0 0 240 1.5 7 6 56.3 3050 9 999999999 189 0.0880 0 88 999.000 999.0 99.0 +2.07252E7 36.1 12.2 24 97300 0 0 434 0 0 0 0 0 0 0 230 1.5 1 1 56.3 2000 9 999999999 189 0.0880 0 88 999.000 999.0 99.0 +2.07288E7 34.4 12.8 27 97300 0 0 425 0 0 0 0 0 0 0 240 2.1 3 1 56.3 2000 9 999999999 200 0.0880 0 88 999.000 999.0 99.0 +2.07324E7 33.3 12.8 29 97300 0 0 419 0 0 0 0 0 0 0 200 1.5 1 1 56.3 2000 9 999999999 200 0.0880 0 88 999.000 999.0 99.0 +2.0736E7 32.8 12.8 30 97300 0 0 416 0 0 0 0 0 0 0 260 2.1 1 1 56.3 2000 9 999999999 200 0.0880 0 88 999.000 999.0 99.0 +2.07396E7 33.3 13.9 31 97400 0 0 426 0 0 0 0 0 0 0 300 1.5 3 2 56.3 2000 9 999999999 209 0.1260 0 88 999.000 999.0 99.0 +2.07432E7 32.2 14.4 34 97400 0 0 421 0 0 0 0 0 0 0 350 2.1 3 2 56.3 2000 9 999999999 220 0.1260 0 88 999.000 999.0 99.0 +2.07468E7 31.7 14.4 35 97400 0 0 418 0 0 0 0 0 0 0 340 2.1 2 2 56.3 2000 9 999999999 220 0.1260 0 88 999.000 999.0 99.0 +2.07504E7 31.1 14.4 36 97400 0 0 401 0 0 0 0 0 0 0 0 0.0 2 0 56.3 2000 9 999999999 220 0.1260 0 88 999.000 999.0 99.0 +2.0754E7 28.3 14.4 43 97400 0 0 400 0 0 0 0 0 0 0 80 2.6 2 2 56.3 2000 9 999999999 220 0.1260 0 88 999.000 999.0 99.0 +2.07576E7 27.8 15.6 47 97500 0 0 393 0 0 0 0 0 0 0 100 1.5 3 1 72.4 2000 9 999999999 240 0.1260 0 88 999.000 999.0 99.0 +2.07612E7 27.8 15.6 47 97600 129 1307 393 47 222 22 4600 12800 3300 410 140 1.5 1 1 64.4 2000 9 999999999 240 0.1260 0 88 999.000 999.0 99.0 +2.07648E7 29.4 15.6 43 97600 410 1340 402 202 467 58 21200 41900 8300 1130 80 2.1 1 1 64.4 2000 9 999999999 240 0.1260 0 88 999.000 999.0 99.0 +2.07684E7 32.2 15.6 37 97700 674 1340 417 454 739 82 47900 72700 11300 1800 110 2.6 1 1 56.3 2000 9 999999999 240 0.1260 0 88 999.000 999.0 99.0 +2.0772E7 34.4 15.6 32 97700 901 1340 421 663 809 117 69800 81200 15100 2990 120 2.6 0 0 64.4 2000 9 999999999 229 0.1260 0 88 999.000 999.0 99.0 +2.07756E7 36.7 15.0 27 97700 1074 1340 433 824 874 120 84700 87400 14500 3430 100 2.6 0 0 64.4 2000 9 999999999 220 0.1260 0 88 999.000 999.0 99.0 +2.07792E7 37.2 11.7 21 97600 1182 1340 431 919 889 131 94200 89000 15500 5010 60 2.6 0 0 64.4 2000 9 999999999 179 0.1260 0 88 999.000 999.0 99.0 +2.07828E7 38.3 11.1 19 97600 1218 1340 436 956 895 139 97800 89600 16100 6020 300 2.6 0 0 72.4 2000 9 999999999 170 0.1260 0 88 999.000 999.0 99.0 +2.07864E7 39.4 11.1 18 97500 1179 1340 442 920 886 137 94200 88700 16000 5060 170 2.6 0 0 64.4 2000 9 999999999 179 0.1260 0 88 999.000 999.0 99.0 +2.079E7 39.4 12.2 20 97400 1067 1340 444 829 863 138 87700 87200 18100 4650 260 3.1 0 0 64.4 2000 9 999999999 189 0.1260 0 88 999.000 999.0 99.0 +2.07936E7 40.0 11.1 18 97300 891 1340 446 653 827 99 69600 83500 14000 2630 270 5.7 0 0 80.5 2000 9 999999999 179 0.1260 0 88 999.000 999.0 99.0 +2.07972E7 39.4 10.6 18 97300 661 1340 442 463 757 86 48100 74100 11500 1830 250 3.1 0 0 96.6 2000 9 999999999 179 0.0960 0 88 999.000 999.0 99.0 +2.08008E7 39.4 10.6 18 97200 396 1340 442 230 620 44 24000 55600 7500 940 260 3.1 0 0 96.6 2000 9 999999999 179 0.1260 0 88 999.000 999.0 99.0 +2.08044E7 37.8 10.0 19 97200 115 1240 432 37 239 11 3700 15200 2200 260 240 3.1 0 0 96.6 2000 9 999999999 170 0.1260 0 88 999.000 999.0 99.0 +2.0808E7 36.7 10.6 20 97300 0 0 426 0 0 0 0 0 0 0 220 1.5 0 0 56.3 2000 9 999999999 170 0.1260 0 88 999.000 999.0 99.0 +2.08116E7 35.6 9.4 20 97300 0 0 419 0 0 0 0 0 0 0 230 1.5 0 0 56.3 2000 9 999999999 160 0.1260 0 88 999.000 999.0 99.0 +2.08152E7 34.4 9.4 22 97300 0 0 412 0 0 0 0 0 0 0 240 1.5 0 0 56.3 2000 9 999999999 160 0.1260 0 88 999.000 999.0 99.0 +2.08188E7 32.8 9.4 24 97300 0 0 404 0 0 0 0 0 0 0 260 1.5 0 0 56.3 2000 9 999999999 160 0.1260 0 88 999.000 999.0 99.0 +2.08224E7 31.7 8.3 23 97300 0 0 397 0 0 0 0 0 0 0 290 1.0 0 0 56.3 2000 9 999999999 150 0.1260 0 88 999.000 999.0 99.0 +2.0826E7 31.7 8.3 23 97300 0 0 397 0 0 0 0 0 0 0 50 1.5 0 0 56.3 2000 9 999999999 150 0.1620 0 88 999.000 999.0 99.0 +2.08296E7 28.9 8.9 29 97300 0 0 390 0 0 0 0 0 0 0 120 1.5 1 1 56.3 2000 9 999999999 160 0.1620 0 88 999.000 999.0 99.0 +2.08332E7 28.3 11.1 34 97300 0 0 390 0 0 0 0 0 0 0 80 1.5 1 1 56.3 2000 9 999999999 179 0.1620 0 88 999.000 999.0 99.0 +2.08368E7 27.2 11.7 38 97300 0 0 385 0 0 0 0 0 0 0 90 2.1 1 1 56.3 2000 9 999999999 189 0.1620 0 88 999.000 999.0 99.0 +2.08404E7 26.7 11.1 38 97300 0 0 387 0 0 0 0 0 0 0 80 1.5 2 2 56.3 2000 9 999999999 179 0.1620 0 88 999.000 999.0 99.0 +2.0844E7 26.1 10.0 36 97400 0 0 386 0 0 0 0 0 0 0 100 2.1 3 3 56.3 2000 9 999999999 170 0.1620 0 88 999.000 999.0 99.0 +2.08476E7 26.7 10.0 35 97400 126 1285 380 49 244 22 4900 14000 3400 410 80 1.5 1 1 72.4 2000 9 999999999 170 0.1620 0 88 999.000 999.0 99.0 +2.08512E7 27.8 10.0 33 97400 407 1341 379 232 612 46 24400 55200 7600 980 90 1.0 0 0 72.4 2000 9 999999999 170 0.1620 0 88 999.000 999.0 99.0 +2.08548E7 31.1 10.0 27 97400 671 1341 396 454 740 82 47700 72700 11200 1790 100 2.1 0 0 72.4 2000 9 999999999 170 0.1620 0 88 999.000 999.0 99.0 +2.08584E7 32.8 9.4 24 97400 898 1341 404 656 819 106 69900 82500 14400 2790 140 2.1 0 0 64.4 2000 9 999999999 160 0.1620 0 88 999.000 999.0 99.0 +2.0862E7 34.4 8.9 21 97400 1072 1341 412 820 863 129 84300 86200 15300 3480 190 2.6 0 0 64.4 2000 9 999999999 160 0.1620 0 88 999.000 999.0 99.0 +2.08656E7 36.1 8.3 18 97300 1180 1341 420 918 882 139 94000 88300 16100 5100 200 3.1 0 0 64.4 2000 9 999999999 150 0.1620 0 88 999.000 999.0 99.0 +2.08692E7 36.7 7.2 16 97200 1215 1341 422 961 898 144 98300 89900 16600 6040 250 2.6 0 0 56.3 2000 9 999999999 139 0.1620 0 88 999.000 999.0 99.0 +2.08728E7 37.8 7.2 15 97200 1175 1341 428 929 895 141 95000 89600 16300 5050 260 3.6 0 0 56.3 2000 9 999999999 139 0.1620 0 88 999.000 999.0 99.0 +2.08764E7 38.9 7.8 15 97100 1063 1341 435 833 885 128 85500 88400 15200 3390 300 4.6 0 0 56.3 2000 9 999999999 139 0.1620 0 88 999.000 999.0 99.0 +2.088E7 39.4 7.8 14 97000 886 1341 437 660 840 100 70200 84700 14100 2630 300 3.1 0 0 72.4 2000 9 999999999 139 0.1620 0 88 999.000 999.0 99.0 +2.08836E7 39.4 7.8 14 96900 656 1341 437 449 696 105 47100 68700 13400 2240 250 4.1 0 0 72.4 2000 9 999999999 139 0.1400 0 88 999.000 999.0 99.0 +2.08872E7 38.9 7.2 14 96900 390 1341 434 226 594 51 23200 52700 7800 1030 250 2.6 0 0 80.5 2000 9 999999999 129 0.1620 0 88 999.000 999.0 99.0 +2.08908E7 38.3 7.2 15 96900 110 1218 430 35 202 12 3300 12700 2100 280 270 2.1 0 0 80.5 2000 9 999999999 139 0.1620 0 88 999.000 999.0 99.0 +2.08944E7 34.4 8.9 21 96900 0 0 412 0 0 0 0 0 0 0 200 1.5 0 0 56.3 2000 9 999999999 160 0.1620 0 88 999.000 999.0 99.0 +2.0898E7 33.9 8.9 21 96900 0 0 409 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.1620 0 88 999.000 999.0 99.0 +2.09016E7 33.3 8.3 21 96900 0 0 405 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.1620 0 88 999.000 999.0 99.0 +2.09052E7 32.2 7.8 22 96900 0 0 399 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.1620 0 88 999.000 999.0 99.0 +2.09088E7 30.6 6.7 22 97000 0 0 389 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.1620 0 88 999.000 999.0 99.0 +2.09124E7 30.0 6.1 22 97000 0 0 385 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.0420 0 88 999.000 999.0 99.0 +2.0916E7 30.0 6.7 23 97000 0 0 386 0 0 0 0 0 0 0 320 1.5 0 0 56.3 2000 9 999999999 129 0.0420 0 88 999.000 999.0 99.0 +2.09196E7 26.7 6.7 28 97000 0 0 369 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 139 0.0420 0 88 999.000 999.0 99.0 +2.09232E7 26.1 9.4 35 97000 0 0 370 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 160 0.0420 0 88 999.000 999.0 99.0 +2.09268E7 25.6 8.9 35 97000 0 0 367 0 0 0 0 0 0 0 80 3.6 0 0 56.3 2000 9 999999999 160 0.0420 0 88 999.000 999.0 99.0 +2.09304E7 25.6 7.8 32 97000 0 0 365 0 0 0 0 0 0 0 80 1.5 0 0 72.4 2000 9 999999999 139 0.0420 0 88 999.000 999.0 99.0 +2.0934E7 25.6 7.2 31 97100 123 1286 364 49 292 16 4700 18500 2900 350 80 2.1 0 0 72.4 2000 9 999999999 139 0.0420 0 88 999.000 999.0 99.0 +2.09376E7 27.8 7.2 27 97100 404 1342 375 243 677 38 25700 61000 7200 950 90 1.5 0 0 72.4 2000 9 999999999 139 0.0420 0 88 999.000 999.0 99.0 +2.09412E7 29.4 7.8 26 97100 669 1342 384 469 819 60 49300 79800 9400 1460 110 2.1 0 0 72.4 2000 9 999999999 150 0.0420 0 88 999.000 999.0 99.0 +2.09448E7 32.2 6.7 20 97100 896 1342 397 664 875 78 69300 87100 11000 2060 40 2.1 0 0 72.4 2000 9 999999999 129 0.0420 0 88 999.000 999.0 99.0 +2.09484E7 34.4 6.7 18 97100 1069 1342 409 849 939 98 87900 94000 12800 3080 270 2.6 0 0 72.4 2000 9 999999999 139 0.0420 0 88 999.000 999.0 99.0 +2.0952E7 35.6 5.6 15 97100 1177 1342 413 964 970 110 99500 97300 13900 4420 280 4.1 0 0 72.4 2000 9 999999999 120 0.0420 0 88 999.000 999.0 99.0 +2.09556E7 36.7 5.6 15 97000 1212 1342 419 1005 983 114 103600 98600 14200 5160 280 2.6 0 0 80.5 2000 9 999999999 129 0.0420 0 88 999.000 999.0 99.0 +2.09592E7 37.2 0.6 10 97000 1172 1342 415 963 957 123 98900 95900 14900 4640 270 2.1 0 0 80.5 2000 9 999999999 89 0.0420 0 88 999.000 999.0 99.0 +2.09628E7 37.8 -1.7 8 96900 1059 1342 415 862 938 118 88700 93800 14500 3270 260 3.1 0 0 80.5 2000 9 999999999 80 0.0420 0 88 999.000 999.0 99.0 +2.09664E7 37.8 0.0 9 96900 882 1342 417 681 897 88 70600 89200 11900 2130 270 3.1 0 0 80.5 2000 9 999999999 89 0.0420 0 88 999.000 999.0 99.0 +2.097E7 37.8 1.1 10 96800 651 1342 419 470 827 64 48900 80300 9800 1470 280 3.1 0 0 80.5 2000 9 999999999 89 0.0550 0 88 999.000 999.0 99.0 +2.09736E7 37.2 0.0 9 96800 384 1342 414 238 692 36 24900 61700 7100 910 300 2.6 0 0 80.5 2000 9 999999999 80 0.0420 0 88 999.000 999.0 99.0 +2.09772E7 35.6 1.1 11 96800 105 1174 407 37 292 4 3400 19200 1600 150 290 3.1 0 0 80.5 2000 9 999999999 89 0.0420 0 88 999.000 999.0 99.0 +2.09808E7 32.2 1.7 14 96900 0 0 390 0 0 0 0 0 0 0 240 1.5 0 0 56.3 2000 9 999999999 100 0.0420 0 88 999.000 999.0 99.0 +2.09844E7 30.0 3.9 19 96900 0 0 382 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.0420 0 88 999.000 999.0 99.0 +2.0988E7 30.5 4.6 20 97000 0 0 385 0 0 0 0 0 0 0 0 0.4 0 0 56.3 2000 9 999999999 110 0.0420 0 88 999.000 999.0 99.0 +2.09916E7 30.9 5.3 20 97000 0 0 388 0 0 0 0 0 0 0 0 0.9 0 0 56.3 2000 9 999999999 110 0.0420 0 88 999.000 999.0 99.0 +2.09952E7 31.4 6.0 25 97000 0 0 392 0 0 0 0 0 0 0 120 1.3 0 0 56.3 2000 9 999999999 120 0.0420 0 88 999.000 999.0 99.0 +2.09988E7 31.9 6.8 26 97600 0 0 419 0 0 0 0 0 0 0 90 1.8 8 5 56.3 7620 9 999999999 179 0.1070 0 88 999.000 999.0 99.0 +2.10024E7 32.4 7.5 27 97700 0 0 423 0 0 0 0 0 0 0 70 2.2 8 5 56.3 7620 9 999999999 179 0.1070 0 88 999.000 999.0 99.0 +2.1006E7 32.8 8.2 22 97700 0 0 426 0 0 0 0 0 0 0 60 2.7 8 5 56.3 7620 9 999999999 150 0.1070 0 88 999.000 999.0 99.0 +2.10096E7 33.3 8.9 22 97700 0 0 423 0 0 0 0 0 0 0 70 3.1 6 3 56.3 2000 9 999999999 150 0.1070 0 88 999.000 999.0 99.0 +2.10132E7 32.2 8.9 24 97700 0 0 421 0 0 0 0 0 0 0 90 2.6 7 4 56.3 7620 9 999999999 160 0.1070 0 88 999.000 999.0 99.0 +2.10168E7 31.7 10.0 26 97800 0 0 419 0 0 0 0 0 0 0 80 3.1 6 4 56.3 7620 9 999999999 170 0.1070 0 88 999.000 999.0 99.0 +2.10204E7 31.1 9.4 26 97900 122 1263 412 42 45 37 4500 2500 4300 770 100 2.6 6 3 72.4 2000 9 999999999 160 0.1740 0 88 999.000 999.0 99.0 +2.1024E7 32.2 10.6 26 97900 403 1342 420 213 332 113 22600 30000 13600 2250 80 3.1 6 3 56.3 2000 9 999999999 170 0.1740 0 88 999.000 999.0 99.0 +2.10276E7 34.4 10.0 22 97900 668 1342 427 438 581 147 46800 58300 17700 3060 100 5.7 4 2 56.3 2000 9 999999999 160 0.1740 0 88 999.000 999.0 99.0 +2.10312E7 35.6 10.0 21 97900 895 1342 433 625 648 192 65200 65000 21700 4920 100 4.1 3 2 56.3 2000 9 999999999 170 0.1740 0 88 999.000 999.0 99.0 +2.10348E7 37.2 10.0 19 97900 1068 1342 437 745 710 177 79600 72700 21500 6340 80 5.2 2 1 72.4 2000 9 999999999 170 0.1740 0 88 999.000 999.0 99.0 +2.10384E7 37.8 10.6 19 97800 1176 1342 441 884 777 199 94700 79700 24600 9540 120 4.1 1 1 72.4 2000 9 999999999 170 0.1740 0 88 999.000 999.0 99.0 +2.1042E7 39.4 10.6 18 97700 1211 1342 442 942 833 187 98400 83700 22700 9300 100 3.6 0 0 72.4 2000 9 999999999 179 0.1740 0 88 999.000 999.0 99.0 +2.10456E7 40.6 10.0 16 97600 1171 1342 456 867 787 176 90500 79100 21300 7570 120 2.6 1 1 72.4 2000 9 999999999 170 0.1740 0 88 999.000 999.0 99.0 +2.10492E7 41.1 9.4 15 97500 1058 1342 458 813 806 174 83800 80500 20200 5320 90 2.1 1 1 56.3 2000 9 999999999 160 0.1740 0 88 999.000 999.0 99.0 +2.10528E7 41.1 8.3 14 97400 880 1342 448 647 751 150 68200 76100 18200 3900 130 2.1 0 0 56.3 2000 9 999999999 150 0.1740 0 88 999.000 999.0 99.0 +2.10564E7 41.1 6.1 12 97300 650 1342 444 437 647 119 45200 63300 14500 2480 90 3.1 0 0 56.3 2000 9 999999999 129 0.1740 0 88 999.000 999.0 99.0 +2.106E7 40.6 4.4 11 97300 383 1342 439 213 459 79 21500 39600 10200 1430 120 4.6 0 0 56.3 2000 9 999999999 120 0.1740 0 88 999.000 999.0 99.0 +2.10636E7 38.9 5.0 12 97300 103 1174 431 44 95 33 4400 4300 4000 610 110 5.2 0 0 56.3 2000 9 999999999 120 0.1740 0 88 999.000 999.0 99.0 +2.10672E7 37.2 6.7 15 97400 0 0 432 0 0 0 0 0 0 0 120 2.1 1 1 56.3 2000 9 999999999 129 0.1070 0 88 999.000 999.0 99.0 +2.10708E7 36.1 6.1 16 97400 0 0 438 0 0 0 0 0 0 0 120 2.6 4 4 56.3 2000 9 999999999 129 0.1070 0 88 999.000 999.0 99.0 +2.10744E7 35.0 7.2 18 97500 0 0 441 0 0 0 0 0 0 0 100 2.6 6 6 56.3 3660 9 999999999 139 0.1070 0 88 999.000 999.0 99.0 +2.1078E7 34.4 7.8 19 97500 0 0 431 0 0 0 0 0 0 0 80 2.1 4 4 56.3 2000 9 999999999 139 0.1070 0 88 999.000 999.0 99.0 +2.10816E7 33.3 8.3 21 97600 0 0 418 0 0 0 0 0 0 0 100 2.1 2 2 56.3 2000 9 999999999 150 0.1070 0 88 999.000 999.0 99.0 +2.10852E7 32.2 8.9 24 97600 0 0 413 0 0 0 0 0 0 0 80 2.1 2 2 56.3 2000 9 999999999 160 0.1060 0 88 999.000 999.0 99.0 +2.10888E7 31.7 8.9 24 97600 0 0 410 0 0 0 0 0 0 0 80 2.1 2 2 56.3 2000 9 999999999 150 0.1060 0 88 999.000 999.0 99.0 +2.10924E7 31.1 9.4 26 97600 0 0 408 0 0 0 0 0 0 0 100 2.1 3 2 56.3 2000 9 999999999 160 0.1060 0 88 999.000 999.0 99.0 +2.1096E7 30.6 8.9 26 97600 0 0 399 0 0 0 0 0 0 0 80 1.5 2 1 56.3 2000 9 999999999 160 0.1060 0 88 999.000 999.0 99.0 +2.10996E7 29.4 10.0 30 97600 0 0 394 0 0 0 0 0 0 0 60 2.6 1 1 56.3 2000 9 999999999 170 0.1060 0 88 999.000 999.0 99.0 +2.11032E7 29.4 9.4 29 97600 0 0 394 0 0 0 0 0 0 0 70 2.1 3 1 96.6 2000 9 999999999 160 0.1060 0 88 999.000 999.0 99.0 +2.11068E7 30.6 8.9 26 97600 120 1264 399 44 110 32 4600 5300 4000 580 60 2.6 2 1 64.4 2000 9 999999999 160 0.1480 0 88 999.000 999.0 99.0 +2.11104E7 32.2 8.9 24 97600 401 1342 408 216 433 87 22900 38300 11500 1600 90 3.6 3 1 64.4 2000 9 999999999 160 0.1480 0 88 999.000 999.0 99.0 +2.1114E7 35.0 8.3 19 97600 666 1342 414 450 665 119 47000 65400 14500 2510 70 6.2 2 0 72.4 2000 9 999999999 150 0.1480 0 88 999.000 999.0 99.0 +2.11176E7 36.7 6.7 16 97600 893 1342 421 655 753 153 69400 76400 18500 4030 110 7.2 2 0 72.4 2000 9 999999999 139 0.1480 0 88 999.000 999.0 99.0 +2.11212E7 37.2 6.1 15 97600 1066 1342 423 829 822 173 85600 82100 20200 5400 90 5.7 2 0 64.4 2000 9 999999999 129 0.1480 0 88 999.000 999.0 99.0 +2.11248E7 38.3 5.6 13 97500 1173 1342 428 958 811 246 101100 82300 29000 11480 120 5.7 6 0 64.4 2000 9 999999999 120 0.1480 0 88 999.000 999.0 99.0 +2.11284E7 38.9 6.1 13 97500 1208 1342 432 989 809 257 104400 82100 30300 13580 100 3.1 7 0 64.4 2000 9 999999999 129 0.1480 0 88 999.000 999.0 99.0 +2.1132E7 39.4 3.9 11 97400 1167 1342 432 966 809 258 101400 81900 30000 11740 90 3.1 7 0 80.5 2000 9 999999999 110 0.1480 0 88 999.000 999.0 99.0 +2.11356E7 40.6 5.0 11 97300 1054 1342 440 841 797 211 88400 80900 24800 7170 100 4.1 5 0 80.5 2000 9 999999999 120 0.1480 0 88 999.000 999.0 99.0 +2.11392E7 39.4 5.0 12 97200 875 1342 442 640 715 169 66800 72000 19700 4290 90 3.1 5 1 80.5 2000 9 999999999 120 0.1480 0 88 999.000 999.0 99.0 +2.11428E7 39.4 4.4 12 97100 645 1342 441 425 618 125 43900 60300 14900 2570 70 2.6 4 1 80.5 2000 9 999999999 120 0.1480 0 88 999.000 999.0 99.0 +2.11464E7 39.4 5.0 12 97100 377 1342 448 204 376 96 21000 32400 11900 1790 110 2.6 5 2 80.5 2000 9 999999999 120 0.1480 0 88 999.000 999.0 99.0 +2.115E7 37.8 5.6 14 97100 98 1152 439 44 41 39 4600 2100 4400 810 110 3.1 7 2 56.3 2000 9 999999999 129 0.1480 0 88 999.000 999.0 99.0 +2.11536E7 37.8 5.0 13 97100 0 0 439 0 0 0 0 0 0 0 90 2.1 7 2 56.3 2000 9 999999999 120 0.1060 0 88 999.000 999.0 99.0 +2.11572E7 36.7 6.7 16 97200 0 0 429 0 0 0 0 0 0 0 60 2.1 9 1 56.3 2000 9 999999999 139 0.1060 0 88 999.000 999.0 99.0 +2.11608E7 35.0 7.8 19 97200 0 0 427 0 0 0 0 0 0 0 80 2.6 8 2 56.3 2000 9 999999999 150 0.1060 0 88 999.000 999.0 99.0 +2.11644E7 33.9 7.8 20 97200 0 0 425 0 0 0 0 0 0 0 90 2.6 8 3 56.3 2000 9 999999999 150 0.1060 0 88 999.000 999.0 99.0 +2.1168E7 33.9 6.7 18 97200 0 0 427 0 0 0 0 0 0 0 90 2.1 8 4 56.3 2000 9 999999999 129 0.1060 0 88 999.000 999.0 99.0 +2.11716E7 33.3 6.7 19 97300 0 0 420 0 0 0 0 0 0 0 110 1.5 7 3 56.3 2000 9 999999999 129 0.1060 0 88 999.000 999.0 99.0 +2.11752E7 32.8 6.7 20 97300 0 0 417 0 0 0 0 0 0 0 60 2.1 7 3 56.3 2000 9 999999999 139 0.1060 0 88 999.000 999.0 99.0 +2.11788E7 31.1 8.3 24 97300 0 0 401 0 0 0 0 0 0 0 40 2.1 5 1 56.3 2000 9 999999999 150 0.1060 0 88 999.000 999.0 99.0 +2.11824E7 29.4 9.4 29 97300 0 0 394 0 0 0 0 0 0 0 30 2.1 4 1 56.3 2000 9 999999999 160 0.1060 0 88 999.000 999.0 99.0 +2.1186E7 29.4 11.7 33 97300 0 0 412 0 0 0 0 0 0 0 70 2.6 7 5 56.3 7620 9 999999999 179 0.1060 0 88 999.000 999.0 99.0 +2.11896E7 28.3 11.7 36 97300 0 0 406 0 0 0 0 0 0 0 20 2.1 8 5 56.3 7620 9 999999999 189 0.1060 0 88 999.000 999.0 99.0 +2.11932E7 28.3 11.7 36 97400 117 1242 410 56 42 52 6100 2800 5800 1100 90 2.6 8 6 64.4 3660 9 999999999 189 0.0440 0 88 999.000 999.0 99.0 +2.11968E7 30.0 11.7 32 97400 398 1343 431 134 70 113 14700 6300 12800 2980 50 2.1 8 8 48.3 3660 9 999999999 179 0.0440 0 88 999.000 999.0 99.0 +2.12004E7 31.1 13.9 35 97400 663 1343 428 231 152 156 25700 15700 17900 3870 70 2.1 7 6 40.2 3660 9 999999999 209 0.0440 0 88 999.000 999.0 99.0 +2.1204E7 33.3 12.2 28 97500 890 1343 438 625 455 323 66800 48700 34500 8980 20 0.5 6 6 48.3 3660 9 999999999 189 0.0440 0 88 999.000 999.0 99.0 +2.12076E7 34.4 11.1 24 97400 1063 1343 443 778 692 227 81600 70000 26000 7810 90 3.1 7 6 56.3 3660 9 999999999 179 0.0440 0 88 999.000 999.0 99.0 +2.12112E7 34.4 11.1 24 97400 1170 1343 443 717 415 353 76100 43300 38200 16810 140 1.5 7 6 56.3 3660 9 999999999 179 0.0440 0 88 999.000 999.0 99.0 +2.12148E7 34.4 13.9 29 97300 1205 1343 447 944 717 297 98500 72100 33700 15280 300 3.6 7 6 16.1 7620 9 999999999 209 0.0440 0 88 999.000 999.0 99.0 +2.12184E7 34.4 12.2 26 97200 1163 1343 445 630 283 384 68900 30700 42200 16680 340 1.5 8 6 32.2 7620 9 999999999 189 0.0440 0 88 999.000 999.0 99.0 +2.1222E7 36.1 12.2 24 97100 1050 1343 477 526 147 410 57200 15600 45000 14200 330 2.1 10 9 40.2 7620 9 999999999 189 0.0440 0 88 999.000 999.0 99.0 +2.12256E7 36.1 11.7 23 97100 871 1343 490 395 11 387 44000 1200 43300 14000 210 1.5 10 10 32.2 7620 9 999999999 189 0.0440 0 88 999.000 999.0 99.0 +2.12292E7 35.6 11.7 24 97000 639 1343 487 203 9 198 22900 700 22500 7650 300 2.1 10 10 40.2 7620 9 999999999 189 0.0440 0 88 999.000 999.0 99.0 +2.12328E7 35.6 11.7 24 97000 371 1343 487 158 9 155 17000 600 16800 4520 210 2.1 10 10 40.2 6710 9 999999999 189 0.0440 0 88 999.000 999.0 99.0 +2.12364E7 35.0 12.2 25 97100 93 1108 471 52 76 44 5400 3800 5100 920 180 2.1 9 9 48.3 3660 9 999999999 189 0.0440 0 88 999.000 999.0 99.0 +2.124E7 31.7 15.0 36 97200 0 0 468 0 0 0 0 0 0 0 140 5.2 10 10 11.3 3660 9 999999999 229 0.1060 0 88 999.000 999.0 99.0 +2.12436E7 30.0 16.7 45 97300 0 0 426 0 0 0 0 0 0 0 120 2.6 7 6 16.1 6710 9 999999999 250 0.1060 0 88 999.000 999.0 99.0 +2.12472E7 28.9 17.2 49 97400 0 0 432 0 0 0 0 0 0 0 110 3.1 9 8 32.2 3660 9 999999999 259 0.1060 0 88 999.000 999.0 99.0 +2.12508E7 27.8 17.8 55 97400 0 0 448 0 0 0 0 0 0 0 70 3.1 10 10 40.2 7620 9 999999999 270 0.1060 0 88 999.000 999.0 99.0 +2.12544E7 27.8 17.2 53 97300 0 0 447 0 0 0 0 0 0 0 110 3.1 10 10 56.3 3660 9 999999999 259 0.1060 0 88 999.000 999.0 99.0 +2.1258E7 27.8 16.1 49 97400 0 0 446 0 0 0 0 0 0 0 120 4.1 10 10 56.3 3660 9 999999999 240 0.1050 0 88 999.000 999.0 99.0 +2.12616E7 27.2 16.1 51 97400 0 0 442 0 0 0 0 0 0 0 100 2.6 10 10 56.3 3660 9 999999999 250 0.1050 0 88 999.000 999.0 99.0 +2.12652E7 27.2 16.7 53 97400 0 0 443 0 0 0 0 0 0 0 140 2.1 10 10 56.3 3660 9 999999999 250 0.1050 0 88 999.000 999.0 99.0 +2.12688E7 26.7 16.1 52 97400 0 0 439 0 0 0 0 0 0 0 110 3.1 10 10 56.3 3660 9 999999999 240 0.1050 0 88 999.000 999.0 99.0 +2.12724E7 26.7 16.7 54 97400 0 0 440 0 0 0 0 0 0 0 100 3.1 10 10 56.3 3660 9 999999999 250 0.1050 0 88 999.000 999.0 99.0 +2.1276E7 25.6 17.8 62 97400 0 0 414 0 0 0 0 0 0 0 90 2.6 8 8 48.3 3660 9 999999999 270 0.1050 0 88 999.000 999.0 99.0 +2.12796E7 26.1 17.8 60 97500 114 1220 417 32 11 31 3500 700 3400 750 120 2.6 8 8 64.4 3660 9 999999999 270 0.1810 0 88 999.000 999.0 99.0 +2.12832E7 27.2 16.7 53 97500 395 1344 431 129 29 120 14100 2600 13300 3110 150 3.6 10 9 56.3 3660 9 999999999 259 0.1810 0 88 999.000 999.0 99.0 +2.12868E7 27.8 15.6 47 97600 661 1344 424 301 103 251 33100 10300 28000 7130 110 3.1 10 8 48.3 3660 9 999999999 240 0.1810 0 88 999.000 999.0 99.0 +2.12904E7 28.9 16.1 46 97600 888 1344 419 522 268 344 56500 28100 37900 9920 90 2.6 9 6 48.3 3660 9 999999999 250 0.1810 0 88 999.000 999.0 99.0 +2.1294E7 31.1 15.6 39 97500 1061 1344 431 587 331 325 64200 35900 35800 11110 100 2.6 8 6 48.3 3660 9 999999999 240 0.1810 0 88 999.000 999.0 99.0 +2.12976E7 31.1 15.0 38 97400 1168 1344 435 603 269 368 66100 29200 40600 16060 100 3.1 9 7 48.3 3660 9 999999999 229 0.1810 0 88 999.000 999.0 99.0 +2.13012E7 32.8 15.6 35 97400 1201 1344 430 821 504 368 87100 52600 40000 19530 110 3.1 7 3 48.3 2000 9 999999999 229 0.1810 0 88 999.000 999.0 99.0 +2.13048E7 33.3 15.0 33 97300 1160 1344 432 894 622 353 94600 64900 38400 16220 120 3.1 7 3 48.3 2000 9 999999999 229 0.1810 0 88 999.000 999.0 99.0 +2.13084E7 33.9 15.0 32 97300 1045 1344 431 750 637 252 77900 63900 28000 8200 120 3.1 6 2 56.3 2000 9 999999999 229 0.1810 0 88 999.000 999.0 99.0 +2.1312E7 33.3 14.4 32 97100 866 1344 421 604 674 166 63200 67900 19300 4160 100 2.1 3 1 48.3 2000 9 999999999 220 0.1810 0 88 999.000 999.0 99.0 +2.13156E7 33.3 13.3 30 97100 634 1344 429 379 432 173 39400 42800 19200 3600 130 2.1 3 3 56.3 2000 9 999999999 209 0.1810 0 88 999.000 999.0 99.0 +2.13192E7 32.8 13.3 31 97100 365 1344 427 177 320 88 18300 27300 10900 1630 120 2.6 3 3 56.3 2000 9 999999999 209 0.1810 0 88 999.000 999.0 99.0 +2.13228E7 31.1 15.6 39 97200 88 1086 431 33 18 31 3600 1100 3500 730 60 4.1 8 6 56.3 7620 9 999999999 240 0.1810 0 88 999.000 999.0 99.0 +2.13264E7 30.6 15.0 39 97200 0 0 420 0 0 0 0 0 0 0 80 2.1 4 4 56.3 2000 9 999999999 229 0.1050 0 88 999.000 999.0 99.0 +2.133E7 29.4 15.6 43 97200 0 0 414 0 0 0 0 0 0 0 40 2.1 4 4 56.3 2000 9 999999999 240 0.1050 0 88 999.000 999.0 99.0 +2.13336E7 28.9 15.0 43 97300 0 0 404 0 0 0 0 0 0 0 360 2.6 2 2 56.3 2000 9 999999999 229 0.1050 0 88 999.000 999.0 99.0 +2.13372E7 27.8 14.4 44 97300 0 0 384 0 0 0 0 0 0 0 330 2.1 0 0 56.3 2000 9 999999999 220 0.1050 0 88 999.000 999.0 99.0 +2.13408E7 27.2 14.4 46 97300 0 0 389 0 0 0 0 0 0 0 120 2.1 3 1 56.3 2000 9 999999999 220 0.1050 0 88 999.000 999.0 99.0 +2.13444E7 27.2 14.4 46 97200 0 0 389 0 0 0 0 0 0 0 120 2.1 4 1 56.3 2000 9 999999999 220 0.1050 0 88 999.000 999.0 99.0 +2.1348E7 26.1 15.0 51 97200 0 0 384 0 0 0 0 0 0 0 30 2.1 4 1 56.3 2000 9 999999999 229 0.1050 0 88 999.000 999.0 99.0 +2.13516E7 25.6 15.0 52 97200 0 0 386 0 0 0 0 0 0 0 10 1.5 6 2 56.3 2000 9 999999999 229 0.1050 0 88 999.000 999.0 99.0 +2.13552E7 26.1 14.4 49 97300 0 0 398 0 0 0 0 0 0 0 160 2.1 8 5 56.3 7620 9 999999999 220 0.1050 0 88 999.000 999.0 99.0 +2.13588E7 25.6 14.4 50 97300 0 0 395 0 0 0 0 0 0 0 110 2.6 8 5 56.3 3350 9 999999999 220 0.1050 0 88 999.000 999.0 99.0 +2.13624E7 25.6 14.4 50 97300 0 0 395 0 0 0 0 0 0 0 80 2.1 8 5 80.5 7620 9 999999999 220 0.1050 0 88 999.000 999.0 99.0 +2.1366E7 25.6 14.4 50 97300 111 1221 395 45 85 36 4600 4000 4300 670 300 1.5 8 5 56.3 7620 9 999999999 220 0.0500 0 88 999.000 999.0 99.0 +2.13696E7 26.7 14.4 47 97400 393 1344 395 203 261 126 21200 23300 14400 2580 110 1.5 4 3 56.3 2000 9 999999999 220 0.0500 0 88 999.000 999.0 99.0 +2.13732E7 28.9 15.0 43 97400 658 1344 398 466 807 69 48600 78400 10200 1510 110 2.1 2 1 56.3 2000 9 999999999 229 0.0500 0 88 999.000 999.0 99.0 +2.13768E7 30.0 15.0 40 97400 885 1344 404 649 858 81 67500 85300 11200 2060 110 2.6 1 1 48.3 2000 9 999999999 229 0.0500 0 88 999.000 999.0 99.0 +2.13804E7 31.7 15.0 36 97400 1058 1344 413 785 892 79 81700 89400 11100 2640 330 1.0 1 1 56.3 2000 9 999999999 229 0.0500 0 88 999.000 999.0 99.0 +2.1384E7 32.8 13.3 31 97400 1165 1344 409 896 920 94 92700 92300 12500 3810 290 2.6 0 0 56.3 2000 9 999999999 209 0.0500 0 88 999.000 999.0 99.0 +2.13876E7 34.4 13.3 28 97300 1198 1344 418 945 947 96 97700 95100 12700 4310 300 3.1 0 0 56.3 2000 9 999999999 209 0.0500 0 88 999.000 999.0 99.0 +2.13912E7 35.0 11.7 24 97200 1156 1344 419 921 956 94 95300 95900 12600 3710 200 2.6 0 0 56.3 2000 9 999999999 179 0.0500 0 88 999.000 999.0 99.0 +2.13948E7 35.0 10.0 22 97100 1041 1344 416 813 930 87 84200 93100 11900 2710 290 2.6 0 0 56.3 2000 9 999999999 170 0.0500 0 88 999.000 999.0 99.0 +2.13984E7 36.1 10.6 21 97000 861 1344 423 652 891 76 67700 88500 10900 1950 330 2.1 0 0 56.3 2000 9 999999999 170 0.0500 0 88 999.000 999.0 99.0 +2.1402E7 35.6 12.2 24 97000 629 1344 423 451 824 60 46900 79700 9500 1410 320 3.1 0 0 56.3 2000 9 999999999 189 0.0500 0 88 999.000 999.0 99.0 +2.14056E7 35.0 12.2 25 97000 360 1344 427 213 616 45 21800 53600 7500 920 270 2.6 1 1 56.3 2000 9 999999999 189 0.0500 0 88 999.000 999.0 99.0 +2.14092E7 33.9 11.7 26 97000 83 1064 421 49 252 21 4300 13000 3200 380 310 2.1 1 1 56.3 2000 9 999999999 189 0.0500 0 88 999.000 999.0 99.0 +2.14128E7 33.3 12.8 29 97000 0 0 411 0 0 0 0 0 0 0 280 1.5 0 0 56.3 2000 9 999999999 200 0.1050 0 88 999.000 999.0 99.0 +2.14164E7 32.2 13.3 32 97100 0 0 414 0 0 0 0 0 0 0 210 1.5 1 1 56.3 2000 9 999999999 209 0.1050 0 88 999.000 999.0 99.0 +2.142E7 31.7 12.8 32 97100 0 0 410 0 0 0 0 0 0 0 180 1.5 1 1 56.3 2000 9 999999999 200 0.1050 0 88 999.000 999.0 99.0 +2.14236E7 30.6 12.8 34 97100 0 0 410 0 0 0 0 0 0 0 260 1.5 2 2 56.3 2000 9 999999999 200 0.1050 0 88 999.000 999.0 99.0 +2.14272E7 29.4 11.1 32 97200 0 0 401 0 0 0 0 0 0 0 0 0.0 2 2 56.3 2000 9 999999999 179 0.1050 0 88 999.000 999.0 99.0 +2.14308E7 28.9 10.6 32 97200 0 0 385 0 0 0 0 0 0 0 70 1.5 0 0 56.3 2000 9 999999999 170 0.1050 0 88 999.000 999.0 99.0 +2.14344E7 28.3 10.0 32 97200 0 0 381 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 170 0.1050 0 88 999.000 999.0 99.0 +2.1438E7 27.8 13.9 43 97200 0 0 384 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 220 0.1050 0 88 999.000 999.0 99.0 +2.14416E7 26.7 13.9 45 97200 0 0 378 0 0 0 0 0 0 0 110 1.5 0 0 56.3 2000 9 999999999 209 0.1050 0 88 999.000 999.0 99.0 +2.14452E7 25.6 15.0 52 97200 0 0 374 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 229 0.1050 0 88 999.000 999.0 99.0 +2.14488E7 25.0 15.0 54 97200 0 0 371 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 229 0.1050 0 88 999.000 999.0 99.0 +2.14524E7 25.0 14.4 52 97300 109 1199 370 41 89 32 4300 4100 3900 580 80 3.1 0 0 56.3 2000 9 999999999 220 0.1670 0 88 999.000 999.0 99.0 +2.1456E7 26.7 14.4 47 97300 390 1345 379 212 461 77 21600 40000 10000 1410 80 2.1 0 0 64.4 2000 9 999999999 220 0.1670 0 88 999.000 999.0 99.0 +2.14596E7 28.9 15.0 43 97400 655 1345 398 415 608 117 43300 59600 14200 2450 60 2.1 1 1 48.3 2000 9 999999999 229 0.1670 0 88 999.000 999.0 99.0 +2.14632E7 31.1 15.0 38 97400 882 1345 410 604 663 167 63400 66900 19400 4280 90 2.1 1 1 48.3 2000 9 999999999 229 0.1670 0 88 999.000 999.0 99.0 +2.14668E7 33.9 11.7 26 97400 1055 1345 413 802 808 166 83200 80900 19600 5090 170 2.6 0 0 48.3 2000 9 999999999 189 0.1670 0 88 999.000 999.0 99.0 +2.14704E7 35.6 9.4 20 97300 1162 1345 419 876 806 176 91400 81000 21300 7260 310 2.1 0 0 48.3 2000 9 999999999 160 0.1670 0 88 999.000 999.0 99.0 +2.1474E7 36.7 7.8 17 97300 1195 1345 431 845 676 240 89400 68800 28100 12020 230 2.1 1 1 48.3 2000 9 999999999 139 0.1670 0 88 999.000 999.0 99.0 +2.14776E7 37.2 8.9 18 97200 1152 1345 441 881 718 262 92200 72500 29900 11260 260 3.1 2 2 64.4 2000 9 999999999 160 0.1670 0 88 999.000 999.0 99.0 +2.14812E7 37.8 8.3 17 97100 1037 1345 443 751 671 229 78200 67700 25900 7390 40 3.1 2 2 64.4 2000 9 999999999 150 0.1670 0 88 999.000 999.0 99.0 +2.14848E7 37.8 7.8 16 97100 856 1345 437 600 681 162 62700 68600 18900 4020 300 3.1 3 1 64.4 2000 9 999999999 139 0.1670 0 88 999.000 999.0 99.0 +2.14884E7 36.7 7.2 16 97000 623 1345 422 421 634 123 43300 61400 14800 2480 230 2.6 2 0 64.4 2000 9 999999999 139 0.1670 0 88 999.000 999.0 99.0 +2.1492E7 36.1 6.7 16 97000 354 1345 418 192 425 78 20000 35900 10600 1430 250 3.1 2 0 56.3 2000 9 999999999 129 0.1670 0 88 999.000 999.0 99.0 +2.14956E7 34.4 7.2 19 97000 79 1020 409 38 66 30 3800 3200 3600 620 320 2.6 2 0 56.3 2000 9 999999999 139 0.1670 0 88 999.000 999.0 99.0 +2.14992E7 33.3 8.3 21 97000 0 0 405 0 0 0 0 0 0 0 340 1.5 0 0 56.3 2000 9 999999999 150 0.1050 0 88 999.000 999.0 99.0 +2.15028E7 32.2 8.9 24 97100 0 0 400 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 160 0.1050 0 88 999.000 999.0 99.0 +2.15064E7 31.1 9.4 26 97100 0 0 395 0 0 0 0 0 0 0 210 2.1 0 0 56.3 2000 9 999999999 160 0.1050 0 88 999.000 999.0 99.0 +2.151E7 30.0 8.3 26 97200 0 0 388 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 150 0.1050 0 88 999.000 999.0 99.0 +2.15136E7 28.9 6.7 25 97200 0 0 380 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.1050 0 88 999.000 999.0 99.0 +2.15172E7 28.3 5.0 23 97200 0 0 375 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.1040 0 88 999.000 999.0 99.0 +2.15208E7 27.8 3.3 21 97200 0 0 370 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +2.15244E7 26.7 4.4 24 97200 0 0 366 0 0 0 0 0 0 0 330 1.5 0 0 56.3 2000 9 999999999 120 0.1040 0 88 999.000 999.0 99.0 +2.1528E7 26.1 4.4 25 97200 0 0 363 0 0 0 0 0 0 0 270 1.5 0 0 56.3 2000 9 999999999 120 0.1040 0 88 999.000 999.0 99.0 +2.15316E7 25.0 5.6 29 97200 0 0 360 0 0 0 0 0 0 0 360 1.5 0 0 56.3 2000 9 999999999 129 0.1040 0 88 999.000 999.0 99.0 +2.15352E7 25.0 7.8 33 97200 0 0 362 0 0 0 0 0 0 0 100 1.5 0 0 56.3 2000 9 999999999 139 0.1040 0 88 999.000 999.0 99.0 +2.15388E7 25.6 6.7 30 97300 106 1177 364 46 173 28 4600 8600 3800 500 0 0.0 0 0 80.5 2000 9 999999999 139 0.1040 0 88 999.000 999.0 99.0 +2.15424E7 26.1 7.8 31 97300 387 1346 368 227 576 61 23700 50500 9100 1160 50 2.6 0 0 80.5 2000 9 999999999 139 0.1040 0 88 999.000 999.0 99.0 +2.1546E7 28.3 7.8 27 97400 653 1346 379 453 747 89 47000 72800 11600 1840 80 2.6 0 0 72.4 2000 9 999999999 139 0.1040 0 88 999.000 999.0 99.0 +2.15496E7 31.1 7.2 22 97400 880 1346 392 658 833 111 69400 83600 14600 2790 70 2.6 0 0 72.4 2000 9 999999999 139 0.1040 0 88 999.000 999.0 99.0 +2.15532E7 34.4 3.9 15 97300 1052 1346 405 826 890 126 84800 88900 15100 3250 350 1.5 0 0 72.4 2000 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +2.15568E7 36.1 0.0 10 97300 1159 1346 408 929 918 135 95200 91900 15900 4590 230 2.6 0 0 72.4 2000 9 999999999 89 0.1040 0 88 999.000 999.0 99.0 +2.15604E7 36.7 0.6 10 97200 1191 1346 412 961 926 137 98400 92700 16000 5230 300 2.6 0 0 72.4 2000 9 999999999 89 0.1040 0 88 999.000 999.0 99.0 +2.1564E7 37.2 2.2 11 97200 1148 1346 417 920 915 134 94100 91600 15800 4410 310 2.1 0 0 72.4 2000 9 999999999 100 0.1040 0 88 999.000 999.0 99.0 +2.15676E7 37.2 3.3 12 97100 1032 1346 419 810 887 125 83100 88500 15000 3090 340 2.1 0 0 72.4 2000 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +2.15712E7 37.8 3.9 12 97000 851 1346 423 644 839 109 67500 84000 14300 2640 220 3.1 0 0 72.4 2000 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +2.15748E7 37.8 3.9 12 97000 618 1346 423 433 746 86 44500 72100 11300 1740 310 3.1 0 0 72.4 2000 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +2.15784E7 36.7 1.7 11 97000 348 1346 414 204 558 57 20900 47200 8700 1070 310 3.1 0 0 72.4 2000 9 999999999 100 0.1040 0 88 999.000 999.0 99.0 +2.1582E7 35.0 0.6 11 97000 74 998 403 41 134 25 3700 5900 3200 440 340 2.6 0 0 80.5 2000 9 999999999 89 0.1040 0 88 999.000 999.0 99.0 +2.15856E7 33.3 0.6 12 97000 0 0 394 0 0 0 0 0 0 0 320 2.1 0 0 56.3 2000 9 999999999 89 0.1040 0 88 999.000 999.0 99.0 +2.15892E7 31.1 3.9 18 97100 0 0 388 0 0 0 0 0 0 0 210 1.5 0 0 56.3 2000 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +2.15928E7 30.0 2.8 18 97100 0 0 381 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +2.15964E7 28.9 2.8 19 97100 0 0 375 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1040 0 88 999.000 999.0 99.0 +2.16E7 28.9 4.4 21 97100 0 0 377 0 0 0 0 0 0 0 360 1.5 0 0 56.3 2000 9 999999999 120 0.1040 0 88 999.000 999.0 99.0 +2.16036E7 26.7 6.1 27 97200 0 0 368 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.1040 0 88 999.000 999.0 99.0 +2.16072E7 25.6 5.0 27 97200 0 0 362 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.1040 0 88 999.000 999.0 99.0 +2.16108E7 25.6 6.1 29 97200 0 0 363 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 129 0.1040 0 88 999.000 999.0 99.0 +2.16144E7 24.4 5.6 30 97200 0 0 357 0 0 0 0 0 0 0 70 1.5 2 0 56.3 2000 9 999999999 129 0.1040 0 88 999.000 999.0 99.0 +2.1618E7 23.9 6.1 32 97200 0 0 355 0 0 0 0 0 0 0 90 2.6 2 0 56.3 2000 9 999999999 129 0.1040 0 88 999.000 999.0 99.0 +2.16216E7 23.3 6.7 34 97200 0 0 353 0 0 0 0 0 0 0 110 2.1 2 0 56.3 2000 9 999999999 129 0.1040 0 88 999.000 999.0 99.0 +2.16252E7 22.8 3.9 29 97300 104 1178 347 53 264 24 5000 14300 3600 430 0 0.0 1 0 80.5 2000 9 999999999 110 0.0590 0 88 999.000 999.0 99.0 +2.16288E7 26.1 3.9 24 97400 384 1346 363 241 670 49 25000 59200 8000 990 90 2.1 1 0 80.5 2000 9 999999999 110 0.0590 0 88 999.000 999.0 99.0 +2.16324E7 28.9 4.4 21 97400 650 1346 377 472 809 79 49500 79200 11200 1710 90 2.6 2 0 80.5 2000 9 999999999 120 0.0590 0 88 999.000 999.0 99.0 +2.1636E7 31.1 5.6 20 97400 877 1346 390 673 889 91 69800 88300 12100 2130 90 1.5 1 0 56.3 2000 9 999999999 129 0.0590 0 88 999.000 999.0 99.0 +2.16396E7 32.8 2.8 15 97400 1050 1346 395 835 933 104 86200 93300 13300 3010 90 1.5 1 0 56.3 2000 9 999999999 110 0.0590 0 88 999.000 999.0 99.0 +2.16432E7 36.7 2.2 11 97400 1156 1346 414 935 954 111 96200 95600 13900 4100 250 3.1 1 0 48.3 2000 9 999999999 100 0.0590 0 88 999.000 999.0 99.0 +2.16468E7 37.2 0.6 10 97300 1188 1346 415 967 972 103 99600 97500 13300 4340 320 1.5 0 0 56.3 2000 9 999999999 89 0.0590 0 88 999.000 999.0 99.0 +2.16504E7 38.3 1.7 10 97300 1144 1346 422 925 963 101 95400 96600 13100 3740 180 3.1 0 0 56.3 2000 9 999999999 100 0.0590 0 88 999.000 999.0 99.0 +2.1654E7 38.9 2.8 11 97200 1028 1346 427 816 939 94 84400 93900 12500 2750 200 3.6 0 0 56.3 2000 9 999999999 110 0.0590 0 88 999.000 999.0 99.0 +2.16576E7 37.8 3.3 12 97200 846 1346 422 651 898 81 67500 89100 11300 1960 240 2.6 0 0 56.3 2000 9 999999999 110 0.0590 0 88 999.000 999.0 99.0 +2.16612E7 37.8 5.0 13 97100 612 1346 425 440 817 64 45700 78700 9800 1410 260 3.1 0 0 72.4 2000 9 999999999 120 0.0590 0 88 999.000 999.0 99.0 +2.16648E7 37.2 5.0 14 97100 341 1346 421 211 649 43 21600 55700 7400 880 290 5.2 0 0 64.4 2000 9 999999999 120 0.0590 0 88 999.000 999.0 99.0 +2.16684E7 35.6 4.4 14 97100 70 976 412 43 203 20 3600 10000 2900 360 310 3.1 0 0 64.4 2000 9 999999999 110 0.0590 0 88 999.000 999.0 99.0 +2.1672E7 33.9 1.7 13 97100 0 0 399 0 0 0 0 0 0 0 340 2.1 0 0 56.3 2000 9 999999999 100 0.1040 0 88 999.000 999.0 99.0 +2.16756E7 31.7 1.1 14 97200 0 0 387 0 0 0 0 0 0 0 130 2.1 0 0 56.3 2000 9 999999999 89 0.1040 0 88 999.000 999.0 99.0 +2.16792E7 31.1 1.7 15 97300 0 0 385 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.1040 0 88 999.000 999.0 99.0 +2.16828E7 29.4 5.6 22 97300 0 0 381 0 0 0 0 0 0 0 30 2.1 0 0 56.3 2000 9 999999999 129 0.1040 0 88 999.000 999.0 99.0 +2.16864E7 28.3 2.8 19 97300 0 0 372 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 100 0.1040 0 88 999.000 999.0 99.0 +2.169E7 28.3 0.6 17 97300 0 0 369 0 0 0 0 0 0 0 110 2.1 0 0 56.3 2000 9 999999999 89 0.1030 0 88 999.000 999.0 99.0 +2.16936E7 26.7 1.7 20 97300 0 0 363 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 100 0.1030 0 88 999.000 999.0 99.0 +2.16972E7 25.6 1.7 21 97400 0 0 358 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 100 0.1030 0 88 999.000 999.0 99.0 +2.17008E7 25.0 1.1 21 97400 0 0 354 0 0 0 0 0 0 0 100 1.5 0 0 56.3 2000 9 999999999 100 0.1030 0 88 999.000 999.0 99.0 +2.17044E7 23.9 1.1 22 97400 0 0 349 0 0 0 0 0 0 0 100 2.1 0 0 56.3 2000 9 999999999 89 0.1030 0 88 999.000 999.0 99.0 +2.1708E7 23.9 1.7 23 97400 0 0 350 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 100 0.1030 0 88 999.000 999.0 99.0 +2.17116E7 23.9 1.1 22 97500 101 1156 349 52 262 23 4800 14200 3500 410 90 3.1 1 0 80.5 2000 9 999999999 89 0.0570 0 88 999.000 999.0 99.0 +2.17152E7 26.1 1.1 20 97500 381 1347 359 240 677 47 24900 59800 7900 970 90 2.6 1 0 48.3 2000 9 999999999 100 0.0570 0 88 999.000 999.0 99.0 +2.17188E7 28.3 1.7 18 97500 647 1347 378 427 711 84 44600 69300 11200 1770 100 2.6 4 1 48.3 2000 9 999999999 100 0.0570 0 88 999.000 999.0 99.0 +2.17224E7 30.0 -1.1 13 97600 874 1347 383 618 737 138 65800 74900 17000 3580 90 2.1 5 1 48.3 2000 9 999999999 80 0.0570 0 88 999.000 999.0 99.0 +2.1726E7 33.3 0.0 12 97500 1047 1347 401 834 886 142 87700 89300 18200 4470 100 2.1 6 1 48.3 2000 9 999999999 89 0.0570 0 88 999.000 999.0 99.0 +2.17296E7 35.0 0.0 11 97500 1152 1347 416 935 889 169 97700 89400 21000 6780 60 1.5 7 2 56.3 2000 9 999999999 89 0.0570 0 88 999.000 999.0 99.0 +2.17332E7 37.8 3.9 12 97400 1184 1347 437 932 840 189 96700 84200 22500 8260 160 2.1 7 2 56.3 2000 9 999999999 110 0.0570 0 88 999.000 999.0 99.0 +2.17368E7 40.0 8.3 15 97300 1140 1347 456 833 695 241 87600 70500 27800 10010 270 2.6 6 2 56.3 2000 9 999999999 150 0.0570 0 88 999.000 999.0 99.0 +2.17404E7 39.4 8.3 15 97300 1023 1347 447 759 790 155 78700 79100 18500 4490 320 1.5 8 1 56.3 2000 9 999999999 150 0.0570 0 88 999.000 999.0 99.0 +2.1744E7 40.6 8.9 15 97200 841 1347 461 607 675 181 62700 67400 20600 4320 260 3.1 8 2 40.2 2000 9 999999999 160 0.0570 0 88 999.000 999.0 99.0 +2.17476E7 39.4 -2.8 7 97100 606 1347 435 407 638 116 41900 61600 14100 2330 220 2.1 8 2 40.2 2000 9 999999999 69 0.0570 0 88 999.000 999.0 99.0 +2.17512E7 38.9 -1.7 8 97100 335 1347 434 192 445 79 19900 36700 10700 1450 250 2.1 7 2 56.3 2000 9 999999999 80 0.0570 0 88 999.000 999.0 99.0 +2.17548E7 36.7 -3.3 8 97100 65 932 414 42 175 22 3700 7500 3100 390 220 2.6 3 1 56.3 2000 9 999999999 69 0.0570 0 88 999.000 999.0 99.0 +2.17584E7 35.0 1.1 12 97100 0 0 404 0 0 0 0 0 0 0 170 1.5 2 0 40.2 2000 9 999999999 100 0.1030 0 88 999.000 999.0 99.0 +2.1762E7 33.3 1.1 13 97200 0 0 395 0 0 0 0 0 0 0 0 0.0 1 0 40.2 2000 9 999999999 100 0.1030 0 88 999.000 999.0 99.0 +2.17656E7 31.7 5.6 19 97200 0 0 393 0 0 0 0 0 0 0 50 1.5 0 0 40.2 2000 9 999999999 120 0.1030 0 88 999.000 999.0 99.0 +2.17692E7 30.0 6.1 22 97200 0 0 385 0 0 0 0 0 0 0 30 1.5 0 0 40.2 2000 9 999999999 129 0.1030 0 88 999.000 999.0 99.0 +2.17728E7 28.9 5.6 23 97200 0 0 379 0 0 0 0 0 0 0 0 0.0 0 0 40.2 2000 9 999999999 129 0.1030 0 88 999.000 999.0 99.0 +2.17764E7 28.3 6.1 24 97200 0 0 376 0 0 0 0 0 0 0 90 1.5 0 0 40.2 2000 9 999999999 129 0.1030 0 88 999.000 999.0 99.0 +2.178E7 27.8 2.8 20 97200 0 0 370 0 0 0 0 0 0 0 80 2.1 0 0 40.2 2000 9 999999999 110 0.1030 0 88 999.000 999.0 99.0 +2.17836E7 26.7 3.3 22 97200 0 0 365 0 0 0 0 0 0 0 90 2.1 0 0 40.2 2000 9 999999999 110 0.1030 0 88 999.000 999.0 99.0 +2.17872E7 25.6 2.2 22 97200 0 0 358 0 0 0 0 0 0 0 80 2.1 0 0 48.3 2000 9 999999999 100 0.1030 0 88 999.000 999.0 99.0 +2.17908E7 25.0 2.8 24 97200 0 0 356 0 0 0 0 0 0 0 70 2.1 0 0 48.3 2000 9 999999999 110 0.1030 0 88 999.000 999.0 99.0 +2.17944E7 23.9 2.8 25 97200 0 0 351 0 0 0 0 0 0 0 80 2.1 0 0 48.3 2000 9 999999999 100 0.1030 0 88 999.000 999.0 99.0 +2.1798E7 25.0 1.1 21 97300 99 1134 354 44 163 27 4400 7900 3700 480 100 3.1 0 0 72.4 2000 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.18016E7 26.7 2.8 21 97300 378 1348 364 225 587 59 23400 51100 9000 1120 70 2.1 0 0 32.2 2000 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.18052E7 29.4 2.2 17 97300 645 1348 377 454 739 99 47900 72800 13000 2100 80 2.1 2 0 32.2 2000 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.18088E7 31.7 1.1 14 97300 872 1348 387 665 819 133 68700 81400 15900 3060 90 2.1 3 0 32.2 2000 9 999999999 89 0.1020 0 88 999.000 999.0 99.0 +2.18124E7 34.4 1.7 13 97300 1044 1348 415 780 774 178 83100 79100 21600 5970 100 1.5 3 2 24.1 2000 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.1816E7 37.2 2.2 11 97200 1149 1348 435 848 722 229 89600 73400 26900 9800 150 2.1 5 3 32.2 2000 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.18196E7 38.3 -0.6 9 97100 1181 1348 448 858 566 360 91000 59000 39100 17510 180 3.1 7 6 32.2 7620 9 999999999 89 0.1020 0 88 999.000 999.0 99.0 +2.18232E7 40.0 0.0 8 97000 1136 1348 455 774 507 344 81900 52800 37200 14580 220 2.6 8 5 40.2 7620 9 999999999 89 0.1020 0 88 999.000 999.0 99.0 +2.18268E7 41.1 -1.1 7 97000 1018 1348 456 702 559 276 74600 58200 30500 8840 250 3.1 7 4 48.3 7620 9 999999999 80 0.1020 0 88 999.000 999.0 99.0 +2.18304E7 41.1 -1.1 7 96900 836 1348 456 586 557 237 61300 57200 25800 5830 220 2.1 7 4 56.3 7620 9 999999999 80 0.1020 0 88 999.000 999.0 99.0 +2.1834E7 40.6 -1.7 7 96900 601 1348 452 349 412 163 36200 40400 18200 3320 200 3.6 8 4 56.3 2000 9 999999999 80 0.1020 0 88 999.000 999.0 99.0 +2.18376E7 38.9 -1.1 8 96800 329 1348 447 163 271 95 17000 22400 11500 1860 250 3.1 9 5 56.3 7620 9 999999999 80 0.1020 0 88 999.000 999.0 99.0 +2.18412E7 37.2 -1.1 9 96800 61 910 446 19 13 17 2000 700 1900 430 320 1.5 9 7 56.3 3660 9 999999999 80 0.1020 0 88 999.000 999.0 99.0 +2.18448E7 36.1 -1.1 9 96800 0 0 440 0 0 0 0 0 0 0 200 2.1 9 7 40.2 3660 9 999999999 80 0.1030 0 88 999.000 999.0 99.0 +2.18484E7 34.4 1.7 13 96800 0 0 426 0 0 0 0 0 0 0 200 1.5 8 5 40.2 7620 9 999999999 100 0.1030 0 88 999.000 999.0 99.0 +2.1852E7 33.3 3.9 16 96900 0 0 431 0 0 0 0 0 0 0 0 0.0 10 7 40.2 3660 9 999999999 110 0.1030 0 88 999.000 999.0 99.0 +2.18556E7 32.2 6.1 20 96900 0 0 424 0 0 0 0 0 0 0 0 0.0 10 6 40.2 7620 9 999999999 129 0.1030 0 88 999.000 999.0 99.0 +2.18592E7 30.0 10.6 30 96800 0 0 414 0 0 0 0 0 0 0 0 0.0 8 5 40.2 7620 9 999999999 170 0.1030 0 88 999.000 999.0 99.0 +2.18628E7 29.4 5.6 22 96800 0 0 394 0 0 0 0 0 0 0 90 2.1 6 2 56.3 2000 9 999999999 129 0.1020 0 88 999.000 999.0 99.0 +2.18664E7 28.9 5.0 22 96800 0 0 385 0 0 0 0 0 0 0 0 0.0 4 1 56.3 2000 9 999999999 120 0.1020 0 88 999.000 999.0 99.0 +2.187E7 27.2 5.0 24 96800 0 0 382 0 0 0 0 0 0 0 80 2.1 6 2 56.3 2000 9 999999999 120 0.1020 0 88 999.000 999.0 99.0 +2.18736E7 26.1 3.3 23 96800 0 0 374 0 0 0 0 0 0 0 90 2.1 6 2 56.3 2000 9 999999999 110 0.1020 0 88 999.000 999.0 99.0 +2.18772E7 25.6 2.2 22 96800 0 0 370 0 0 0 0 0 0 0 90 2.6 7 2 56.3 2000 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.18808E7 25.0 2.2 23 96800 0 0 367 0 0 0 0 0 0 0 80 3.1 7 2 64.4 2000 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.18844E7 24.4 2.2 24 96900 96 1135 373 45 78 36 4700 4000 4300 750 40 3.1 7 5 64.4 7620 9 999999999 100 0.0800 0 88 999.000 999.0 99.0 +2.1888E7 26.1 2.8 22 96900 376 1348 373 204 390 95 21200 33600 11800 1770 70 3.6 5 2 48.3 2000 9 999999999 100 0.0800 0 88 999.000 999.0 99.0 +2.18916E7 28.3 3.3 20 96900 642 1348 373 454 780 81 47500 76100 11200 1720 80 2.6 1 0 48.3 2000 9 999999999 110 0.0800 0 88 999.000 999.0 99.0 +2.18952E7 32.8 2.2 14 96900 869 1348 394 663 867 101 70400 87200 14100 2570 100 2.6 1 0 48.3 2000 9 999999999 100 0.0800 0 88 999.000 999.0 99.0 +2.18988E7 33.9 1.1 12 96900 1041 1348 398 828 900 129 84900 89800 15400 3160 90 2.6 2 0 48.3 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +2.19024E7 37.2 0.6 10 96800 1146 1348 415 923 920 136 94400 92000 16000 4370 110 2.1 2 0 48.3 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +2.1906E7 38.3 -1.1 8 96800 1177 1348 418 954 952 118 98000 95400 14500 4520 70 2.1 0 0 56.3 2000 9 999999999 80 0.0800 0 88 999.000 999.0 99.0 +2.19096E7 39.4 -1.7 7 96700 1132 1348 423 915 946 115 94000 94700 14200 3870 120 2.6 0 0 56.3 2000 9 999999999 69 0.0800 0 88 999.000 999.0 99.0 +2.19132E7 40.6 -1.7 7 96600 1014 1348 430 803 918 107 82600 91700 13500 2820 320 1.5 0 0 56.3 2000 9 999999999 80 0.0800 0 88 999.000 999.0 99.0 +2.19168E7 40.0 -0.6 8 96600 830 1348 428 633 867 93 65300 85800 12300 1990 10 2.6 0 0 56.3 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +2.19204E7 40.0 -0.6 8 96600 595 1348 428 423 784 72 44000 75800 10500 1530 310 3.1 0 0 56.3 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +2.1924E7 38.9 0.0 9 96500 323 1348 423 193 590 48 19300 49300 7500 910 340 2.1 0 0 56.3 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +2.19276E7 36.7 2.8 12 96500 57 865 415 35 132 20 3100 5400 2700 350 10 2.1 0 0 56.3 2000 9 999999999 100 0.0800 0 88 999.000 999.0 99.0 +2.19312E7 35.0 1.1 12 96600 0 0 404 0 0 0 0 0 0 0 300 1.5 0 0 56.3 2000 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.19348E7 33.3 2.2 14 96600 0 0 397 0 0 0 0 0 0 0 140 1.5 0 0 56.3 2000 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.19384E7 31.7 0.6 14 96700 0 0 386 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 89 0.1020 0 88 999.000 999.0 99.0 +2.1942E7 30.0 2.2 17 96700 0 0 380 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.19456E7 28.9 2.8 19 96700 0 0 375 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1020 0 88 999.000 999.0 99.0 +2.19492E7 28.3 3.9 21 96700 0 0 374 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 110 0.1020 0 88 999.000 999.0 99.0 +2.19528E7 26.1 5.6 27 96700 0 0 365 0 0 0 0 0 0 0 70 2.6 0 0 56.3 2000 9 999999999 129 0.1020 0 88 999.000 999.0 99.0 +2.19564E7 25.0 2.8 24 96700 0 0 356 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 110 0.1020 0 88 999.000 999.0 99.0 +2.196E7 23.3 4.4 29 96800 0 0 350 0 0 0 0 0 0 0 30 2.1 0 0 56.3 2000 9 999999999 120 0.1020 0 88 999.000 999.0 99.0 +2.19636E7 24.4 5.6 30 96800 0 0 357 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 129 0.1020 0 88 999.000 999.0 99.0 +2.19672E7 24.4 6.7 32 96800 0 0 358 0 0 0 0 0 0 0 80 3.1 0 0 80.5 2000 9 999999999 129 0.1020 0 88 999.000 999.0 99.0 +2.19708E7 24.4 5.6 30 96900 94 1113 357 51 245 24 4700 12900 3500 430 80 3.1 3 0 80.5 2000 9 999999999 129 0.0490 0 88 999.000 999.0 99.0 +2.19744E7 26.7 5.6 26 96900 373 1349 368 239 623 65 24600 53700 9700 1210 80 2.1 6 0 72.4 2000 9 999999999 129 0.0490 0 88 999.000 999.0 99.0 +2.1978E7 28.3 6.1 24 97000 639 1349 376 477 765 112 49700 74800 14200 2320 90 2.6 7 0 72.4 2000 9 999999999 129 0.0490 0 88 999.000 999.0 99.0 +2.19816E7 32.8 5.0 17 97000 866 1349 398 691 842 147 72900 85200 18100 3730 120 3.6 7 0 64.4 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.19852E7 34.4 6.1 17 97000 1038 1349 416 780 838 132 82600 84600 17300 4140 120 3.1 6 1 64.4 2000 9 999999999 129 0.0490 0 88 999.000 999.0 99.0 +2.19888E7 35.0 6.7 17 97000 1143 1349 420 844 797 166 88400 80200 20300 6450 130 3.6 6 1 64.4 2000 9 999999999 129 0.0490 0 88 999.000 999.0 99.0 +2.19924E7 36.7 5.0 14 96900 1173 1349 427 859 829 134 88000 83000 15600 4770 140 2.6 5 1 64.4 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.1996E7 37.2 4.4 13 96800 1128 1349 420 903 934 118 92800 93500 14500 3870 170 2.6 3 0 64.4 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.19996E7 38.3 3.3 11 96700 1009 1349 425 800 940 92 82800 94000 12300 2620 220 2.6 1 0 64.4 2000 9 999999999 100 0.0490 0 88 999.000 999.0 99.0 +2.20032E7 37.8 4.4 13 96700 825 1349 424 630 882 86 65200 87300 11700 1940 260 4.1 2 0 64.4 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.20068E7 36.7 5.0 14 96700 589 1349 427 340 637 58 36200 62000 9000 1320 260 2.1 1 1 56.3 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.20104E7 36.7 5.6 15 96700 317 1349 427 190 630 39 19500 52900 7000 800 290 2.1 1 1 56.3 2000 9 999999999 129 0.0490 0 88 999.000 999.0 99.0 +2.2014E7 35.6 3.3 13 96700 53 843 435 18 15 16 1900 800 1800 400 190 3.1 6 5 56.3 4270 9 999999999 110 0.0490 0 88 999.000 999.0 99.0 +2.20176E7 35.0 2.2 13 96700 0 0 455 0 0 0 0 0 0 0 180 2.1 9 9 56.3 3660 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.20212E7 33.9 2.2 13 96700 0 0 439 0 0 0 0 0 0 0 130 1.5 8 8 56.3 3660 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.20248E7 32.8 0.6 13 96700 0 0 419 0 0 0 0 0 0 0 130 2.1 6 6 56.3 3660 9 999999999 89 0.1020 0 88 999.000 999.0 99.0 +2.20284E7 33.3 1.1 13 96700 0 0 419 0 0 0 0 0 0 0 170 2.6 7 5 56.3 7620 9 999999999 89 0.1020 0 88 999.000 999.0 99.0 +2.2032E7 31.1 2.8 16 96800 0 0 403 0 0 0 0 0 0 0 150 3.1 7 3 56.3 2000 9 999999999 100 0.1020 0 88 999.000 999.0 99.0 +2.20356E7 30.0 5.6 21 96800 0 0 422 0 0 0 0 0 0 0 120 4.1 8 8 56.3 7620 9 999999999 120 0.1010 0 88 999.000 999.0 99.0 +2.20392E7 28.9 3.9 20 96800 0 0 414 0 0 0 0 0 0 0 130 4.6 8 8 56.3 7620 9 999999999 110 0.1010 0 88 999.000 999.0 99.0 +2.20428E7 29.4 2.8 18 96800 0 0 404 0 0 0 0 0 0 0 160 3.1 6 6 56.3 7620 9 999999999 100 0.1010 0 88 999.000 999.0 99.0 +2.20464E7 28.3 4.4 22 96900 0 0 400 0 0 0 0 0 0 0 150 3.1 9 6 56.3 7620 9 999999999 120 0.1010 0 88 999.000 999.0 99.0 +2.205E7 27.2 7.2 28 96900 0 0 409 0 0 0 0 0 0 0 130 2.6 9 8 56.3 3660 9 999999999 139 0.1010 0 88 999.000 999.0 99.0 +2.20536E7 27.2 12.2 39 97000 0 0 416 0 0 0 0 0 0 0 170 3.1 8 8 80.5 3660 9 999999999 189 0.1010 0 88 999.000 999.0 99.0 +2.20572E7 26.7 14.4 47 97000 91 1091 416 30 9 29 3300 600 3200 690 170 2.6 8 8 64.4 3660 9 999999999 220 0.1700 0 88 999.000 999.0 99.0 +2.20608E7 26.7 14.4 47 97100 370 1350 416 122 76 101 13300 6700 11500 2230 140 2.1 8 8 56.3 3660 9 999999999 220 0.1700 0 88 999.000 999.0 99.0 +2.20644E7 28.3 14.4 43 97200 636 1350 410 370 351 203 39200 36000 22200 4540 160 6.2 6 5 32.2 3660 9 999999999 220 0.1700 0 88 999.000 999.0 99.0 +2.2068E7 29.4 13.9 39 97200 863 1350 405 580 627 176 60400 62900 20100 4330 170 4.1 3 2 32.2 2000 9 999999999 209 0.1700 0 88 999.000 999.0 99.0 +2.20716E7 31.1 11.7 30 97200 1035 1350 406 769 778 169 82000 79600 20800 5570 150 3.6 1 1 32.2 2000 9 999999999 179 0.1700 0 88 999.000 999.0 99.0 +2.20752E7 32.8 5.6 18 97200 1139 1350 406 862 796 187 89100 79600 21700 6940 180 3.6 1 1 32.2 2000 9 999999999 120 0.1700 0 88 999.000 999.0 99.0 +2.20788E7 31.7 6.7 21 97200 1169 1350 394 890 814 180 92600 81700 21600 7470 330 3.6 0 0 24.1 2000 9 999999999 139 0.1700 0 88 999.000 999.0 99.0 +2.20824E7 32.2 3.9 17 97100 1123 1350 393 865 823 176 89700 82500 20900 6330 270 4.1 0 0 24.1 2000 9 999999999 110 0.1700 0 88 999.000 999.0 99.0 +2.2086E7 32.8 3.9 16 97100 1004 1350 396 764 802 163 78500 80000 18900 4420 310 3.1 0 0 24.1 2000 9 999999999 110 0.1700 0 88 999.000 999.0 99.0 +2.20896E7 32.8 4.4 17 97100 820 1350 397 590 733 141 62000 73800 17000 3390 310 2.1 0 0 16.1 2000 9 999999999 120 0.1700 0 88 999.000 999.0 99.0 +2.20932E7 31.7 5.6 19 97000 583 1350 393 382 625 108 39400 60000 13400 2150 300 2.1 0 0 19.3 2000 9 999999999 120 0.1700 0 88 999.000 999.0 99.0 +2.20968E7 30.6 6.1 21 97100 310 1350 388 158 386 67 16400 30900 9300 1210 300 3.6 0 0 19.3 2000 9 999999999 129 0.1700 0 88 999.000 999.0 99.0 +2.21004E7 29.4 2.2 17 97100 49 821 377 27 37 22 2700 1600 2600 450 300 4.6 0 0 19.3 2000 9 999999999 100 0.1700 0 88 999.000 999.0 99.0 +2.2104E7 27.8 2.2 19 97200 0 0 369 0 0 0 0 0 0 0 310 2.6 0 0 24.1 2000 9 999999999 100 0.1010 0 88 999.000 999.0 99.0 +2.21076E7 26.7 2.8 21 97300 0 0 364 0 0 0 0 0 0 0 280 2.1 0 0 24.1 2000 9 999999999 100 0.1010 0 88 999.000 999.0 99.0 +2.21112E7 26.1 3.3 23 97300 0 0 362 0 0 0 0 0 0 0 250 2.1 0 0 32.2 2000 9 999999999 110 0.1010 0 88 999.000 999.0 99.0 +2.21148E7 25.6 3.3 24 97300 0 0 360 0 0 0 0 0 0 0 290 2.1 0 0 32.2 2000 9 999999999 110 0.1010 0 88 999.000 999.0 99.0 +2.21184E7 24.4 3.3 25 97400 0 0 354 0 0 0 0 0 0 0 300 1.5 0 0 56.3 2000 9 999999999 110 0.1010 0 88 999.000 999.0 99.0 +2.2122E7 24.4 4.4 28 97400 0 0 355 0 0 0 0 0 0 0 120 2.1 0 0 56.3 2000 9 999999999 120 0.1010 0 88 999.000 999.0 99.0 +2.21256E7 23.3 3.9 28 97400 0 0 349 0 0 0 0 0 0 0 20 1.5 0 0 56.3 2000 9 999999999 110 0.1010 0 88 999.000 999.0 99.0 +2.21292E7 22.2 5.0 33 97400 0 0 346 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 120 0.1010 0 88 999.000 999.0 99.0 +2.21328E7 21.7 5.0 34 97500 0 0 343 0 0 0 0 0 0 0 90 2.6 0 0 56.3 2000 9 999999999 120 0.1010 0 88 999.000 999.0 99.0 +2.21364E7 20.0 6.1 41 97500 0 0 337 0 0 0 0 0 0 0 70 3.6 0 0 56.3 2000 9 999999999 129 0.1010 0 88 999.000 999.0 99.0 +2.214E7 20.0 4.4 36 97500 0 0 335 0 0 0 0 0 0 0 80 3.6 0 0 64.4 2000 9 999999999 120 0.1010 0 88 999.000 999.0 99.0 +2.21436E7 20.6 3.3 32 97600 89 1092 336 46 187 25 4300 8800 3600 440 90 3.1 0 0 24.1 2000 9 999999999 110 0.0830 0 88 999.000 999.0 99.0 +2.21472E7 21.7 2.8 29 97700 367 1351 341 221 614 52 22500 53300 8000 1000 90 2.6 0 0 24.1 2000 9 999999999 110 0.0830 0 88 999.000 999.0 99.0 +2.21508E7 24.4 5.0 29 97700 633 1351 356 448 785 77 46900 76500 10900 1650 0 0.0 0 0 16.1 2000 9 999999999 120 0.0830 0 88 999.000 999.0 99.0 +2.21544E7 26.7 5.0 25 97700 860 1351 367 653 868 97 67500 86000 12600 2090 100 2.6 0 0 16.1 2000 9 999999999 120 0.0830 0 88 999.000 999.0 99.0 +2.2158E7 27.8 5.0 23 97700 1031 1351 372 811 911 110 83500 91000 13800 2940 100 1.5 0 0 24.1 2000 9 999999999 120 0.0830 0 88 999.000 999.0 99.0 +2.21616E7 30.0 5.0 21 97700 1136 1351 383 905 931 118 93100 93200 14500 3940 110 2.1 0 0 24.1 2000 9 999999999 120 0.0830 0 88 999.000 999.0 99.0 +2.21652E7 30.6 5.0 20 97600 1165 1351 387 934 938 120 96000 94000 14600 4370 70 1.5 0 0 24.1 2000 9 999999999 120 0.0830 0 88 999.000 999.0 99.0 +2.21688E7 31.7 2.2 15 97500 1119 1351 388 896 934 117 92100 93500 14400 3740 320 2.6 0 0 24.1 2000 9 999999999 100 0.0830 0 88 999.000 999.0 99.0 +2.21724E7 32.2 1.7 14 97500 999 1351 390 787 910 108 81000 90800 13600 2740 310 2.1 0 0 24.1 2000 9 999999999 100 0.0830 0 88 999.000 999.0 99.0 +2.2176E7 32.2 1.1 14 97400 814 1351 389 617 861 93 65300 86300 13200 2260 310 2.6 0 0 24.1 2000 9 999999999 100 0.0830 0 88 999.000 999.0 99.0 +2.21796E7 31.7 2.8 16 97400 577 1351 389 403 763 72 41700 73300 10300 1500 260 2.1 0 0 24.1 2000 9 999999999 110 0.0830 0 88 999.000 999.0 99.0 +2.21832E7 31.7 3.9 17 97400 304 1351 391 176 556 47 18000 45000 7800 880 270 2.6 0 0 24.1 2000 9 999999999 110 0.0830 0 88 999.000 999.0 99.0 +2.21868E7 30.6 2.2 16 97400 46 777 383 30 101 18 2600 3900 2300 320 290 2.1 0 0 32.2 2000 9 999999999 100 0.0830 0 88 999.000 999.0 99.0 +2.21904E7 29.4 3.9 20 97400 0 0 379 0 0 0 0 0 0 0 140 1.5 0 0 32.2 2000 9 999999999 120 0.1010 0 88 999.000 999.0 99.0 +2.2194E7 28.3 3.9 21 97500 0 0 374 0 0 0 0 0 0 0 140 1.5 0 0 32.2 2000 9 999999999 110 0.1010 0 88 999.000 999.0 99.0 +2.21976E7 27.8 3.3 21 97600 0 0 370 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 110 0.1010 0 88 999.000 999.0 99.0 +2.22012E7 27.2 4.4 23 97600 0 0 369 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 120 0.1010 0 88 999.000 999.0 99.0 +2.22048E7 25.6 6.1 29 97600 0 0 363 0 0 0 0 0 0 0 80 2.6 0 0 32.2 2000 9 999999999 129 0.1010 0 88 999.000 999.0 99.0 +2.22084E7 24.4 5.6 30 97600 0 0 357 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 129 0.1010 0 88 999.000 999.0 99.0 +2.2212E7 24.4 5.6 30 97600 0 0 357 0 0 0 0 0 0 0 60 2.1 0 0 48.3 2000 9 999999999 129 0.1010 0 88 999.000 999.0 99.0 +2.22156E7 23.3 5.0 31 97600 0 0 351 0 0 0 0 0 0 0 60 2.6 0 0 48.3 2000 9 999999999 120 0.1010 0 88 999.000 999.0 99.0 +2.22192E7 22.8 5.0 32 97600 0 0 348 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 120 0.1010 0 88 999.000 999.0 99.0 +2.22228E7 22.2 5.6 34 97600 0 0 346 0 0 0 0 0 0 0 80 2.6 0 0 48.3 2000 9 999999999 129 0.1010 0 88 999.000 999.0 99.0 +2.22264E7 21.7 4.4 33 97600 0 0 342 0 0 0 0 0 0 0 80 3.1 0 0 40.2 2000 9 999999999 120 0.1010 0 88 999.000 999.0 99.0 +2.223E7 21.7 4.4 33 97600 86 1070 342 46 215 22 4100 11200 3200 400 70 3.1 0 0 32.2 2000 9 999999999 120 0.0660 0 88 999.000 999.0 99.0 +2.22336E7 23.3 4.4 29 97700 364 1351 350 223 651 46 23000 56700 7700 940 90 2.1 0 0 32.2 2000 9 999999999 120 0.0660 0 88 999.000 999.0 99.0 +2.22372E7 25.0 4.4 27 97700 630 1351 358 451 814 68 47800 79700 10500 1520 90 1.5 0 0 32.2 2000 9 999999999 120 0.0660 0 88 999.000 999.0 99.0 +2.22408E7 27.8 4.4 23 97700 857 1351 372 654 890 86 67900 88300 11700 2020 110 1.5 0 0 24.1 2000 9 999999999 120 0.0660 0 88 999.000 999.0 99.0 +2.22444E7 31.1 4.4 19 97700 1028 1351 388 810 931 98 83800 93100 12800 2790 110 2.6 0 0 24.1 2000 9 999999999 120 0.0660 0 88 999.000 999.0 99.0 +2.2248E7 32.2 3.9 17 97600 1132 1351 393 906 950 105 93400 95200 13400 3660 220 2.1 0 0 24.1 2000 9 999999999 120 0.0660 0 88 999.000 999.0 99.0 +2.22516E7 33.9 4.4 16 97500 1161 1351 403 933 955 107 96100 95800 13600 4030 270 2.6 0 0 24.1 2000 9 999999999 120 0.0660 0 88 999.000 999.0 99.0 +2.22552E7 34.4 5.6 17 97400 1114 1351 407 889 946 104 91700 94800 13300 3480 220 2.6 0 0 24.1 2000 9 999999999 129 0.0660 0 88 999.000 999.0 99.0 +2.22588E7 34.4 6.7 18 97300 994 1351 409 777 919 96 80300 91800 12600 2590 290 2.1 0 0 24.1 2000 9 999999999 139 0.0660 0 88 999.000 999.0 99.0 +2.22624E7 35.6 6.7 17 97200 809 1351 415 611 874 82 63200 86400 11400 1880 170 1.5 0 0 24.1 2000 9 999999999 139 0.0660 0 88 999.000 999.0 99.0 +2.2266E7 35.0 6.1 17 97200 571 1351 411 401 787 64 42100 75800 9900 1390 290 2.1 0 0 24.1 2000 9 999999999 129 0.0660 0 88 999.000 999.0 99.0 +2.22696E7 34.4 5.6 17 97100 298 1351 407 174 589 41 17600 48300 6900 810 280 2.6 0 0 24.1 2000 9 999999999 129 0.0660 0 88 999.000 999.0 99.0 +2.22732E7 32.8 7.2 20 97100 42 755 401 31 117 17 2500 4400 2300 300 280 1.5 0 0 32.2 2000 9 999999999 139 0.0660 0 88 999.000 999.0 99.0 +2.22768E7 31.1 7.2 22 97100 0 0 392 0 0 0 0 0 0 0 210 1.5 0 0 24.1 2000 9 999999999 139 0.1010 0 88 999.000 999.0 99.0 +2.22804E7 30.0 8.3 26 97100 0 0 388 0 0 0 0 0 0 0 0 0.0 0 0 24.1 2000 9 999999999 150 0.1010 0 88 999.000 999.0 99.0 +2.2284E7 30.0 7.2 24 97100 0 0 386 0 0 0 0 0 0 0 0 0.0 0 0 24.1 2000 9 999999999 139 0.1010 0 88 999.000 999.0 99.0 +2.22876E7 28.9 8.3 28 97100 0 0 382 0 0 0 0 0 0 0 0 0.0 0 0 24.1 2000 9 999999999 150 0.1010 0 88 999.000 999.0 99.0 +2.22912E7 27.2 9.4 33 97200 0 0 375 0 0 0 0 0 0 0 30 1.0 2 0 24.1 2000 9 999999999 160 0.1010 0 88 999.000 999.0 99.0 +2.22948E7 27.2 7.2 28 97200 0 0 372 0 0 0 0 0 0 0 80 1.5 3 0 32.2 2000 9 999999999 139 0.1000 0 88 999.000 999.0 99.0 +2.22984E7 26.1 7.8 31 97100 0 0 368 0 0 0 0 0 0 0 100 1.5 3 0 32.2 2000 9 999999999 139 0.1000 0 88 999.000 999.0 99.0 +2.2302E7 25.0 6.7 31 97200 0 0 361 0 0 0 0 0 0 0 80 1.5 3 0 32.2 2000 9 999999999 139 0.1000 0 88 999.000 999.0 99.0 +2.23056E7 23.9 6.7 33 97100 0 0 356 0 0 0 0 0 0 0 70 1.5 4 0 32.2 2000 9 999999999 139 0.1000 0 88 999.000 999.0 99.0 +2.23092E7 23.9 6.1 32 97100 0 0 355 0 0 0 0 0 0 0 90 2.1 4 0 32.2 2000 9 999999999 129 0.1000 0 88 999.000 999.0 99.0 +2.23128E7 23.3 6.7 34 97200 0 0 359 0 0 0 0 0 0 0 90 1.5 5 1 56.3 2000 9 999999999 129 0.1000 0 88 999.000 999.0 99.0 +2.23164E7 22.8 6.7 36 97200 84 1048 357 37 78 29 3800 3300 3500 530 80 2.1 6 1 40.2 2000 9 999999999 139 0.0680 0 88 999.000 999.0 99.0 +2.232E7 23.9 6.1 32 97300 361 1352 370 196 371 96 20200 31400 11800 1800 90 2.1 8 3 40.2 2000 9 999999999 129 0.0680 0 88 999.000 999.0 99.0 +2.23236E7 27.2 6.1 26 97300 627 1352 387 406 470 187 42000 46300 20400 3910 100 2.1 7 3 32.2 2000 9 999999999 129 0.0680 0 88 999.000 999.0 99.0 +2.23272E7 29.4 7.2 25 97300 854 1352 400 611 596 233 64500 61300 25600 5810 100 1.5 8 3 32.2 2000 9 999999999 139 0.0680 0 88 999.000 999.0 99.0 +2.23308E7 30.6 7.2 23 97300 1025 1352 409 698 561 271 74500 58400 30100 8720 120 1.5 8 4 32.2 2000 9 999999999 139 0.0680 0 88 999.000 999.0 99.0 +2.23344E7 32.8 8.3 22 97200 1128 1352 420 751 585 260 78500 59000 29100 10230 70 1.5 6 3 32.2 2000 9 999999999 150 0.0680 0 88 999.000 999.0 99.0 +2.2338E7 34.4 7.2 19 97100 1157 1352 427 743 497 314 79400 51900 34900 13930 90 1.0 7 3 32.2 2000 9 999999999 139 0.0680 0 88 999.000 999.0 99.0 +2.23416E7 35.0 6.1 17 97000 1110 1352 432 602 409 264 65100 42800 29900 10180 0 0.0 9 4 32.2 2000 9 999999999 129 0.0680 0 88 999.000 999.0 99.0 +2.23452E7 35.6 5.6 16 97000 989 1352 438 590 353 330 63700 38100 35700 10110 360 1.0 9 5 32.2 7620 9 999999999 129 0.0680 0 88 999.000 999.0 99.0 +2.23488E7 36.1 6.1 16 96900 803 1352 451 544 587 192 57800 60100 22000 4480 360 1.5 9 7 32.2 7620 9 999999999 129 0.0680 0 88 999.000 999.0 99.0 +2.23524E7 35.0 5.0 15 96900 565 1352 472 155 10 151 17600 700 17300 5910 10 1.5 10 10 32.2 7620 9 999999999 120 0.0680 0 88 999.000 999.0 99.0 +2.2356E7 34.4 4.4 15 96900 291 1352 455 96 24 91 10500 2000 10100 2220 350 1.0 10 9 32.2 7620 9 999999999 110 0.0680 0 88 999.000 999.0 99.0 +2.23596E7 33.3 3.3 15 96900 39 732 426 29 14 27 3000 800 3000 590 0 0.0 9 6 32.2 7620 9 999999999 110 0.0680 0 88 999.000 999.0 99.0 +2.23632E7 31.7 4.4 18 96900 0 0 408 0 0 0 0 0 0 0 0 0.0 7 3 32.2 2000 9 999999999 120 0.1000 0 88 999.000 999.0 99.0 +2.23668E7 30.0 6.7 23 96900 0 0 398 0 0 0 0 0 0 0 0 0.0 7 2 32.2 2000 9 999999999 129 0.1000 0 88 999.000 999.0 99.0 +2.23704E7 28.9 7.2 26 97000 0 0 393 0 0 0 0 0 0 0 0 0.0 7 2 32.2 2000 9 999999999 139 0.1000 0 88 999.000 999.0 99.0 +2.2374E7 28.3 8.9 30 97000 0 0 396 0 0 0 0 0 0 0 0 0.0 9 3 32.2 2000 9 999999999 160 0.1000 0 88 999.000 999.0 99.0 +2.23776E7 27.2 8.3 30 97000 0 0 381 0 0 0 0 0 0 0 240 1.5 4 1 32.2 2000 9 999999999 150 0.1000 0 88 999.000 999.0 99.0 +2.23812E7 26.7 7.8 30 97000 0 0 371 0 0 0 0 0 0 0 0 0.0 3 0 32.2 2000 9 999999999 139 0.1000 0 88 999.000 999.0 99.0 +2.23848E7 26.1 8.3 33 97000 0 0 380 0 0 0 0 0 0 0 0 0.0 5 2 32.2 2000 9 999999999 150 0.1000 0 88 999.000 999.0 99.0 +2.23884E7 26.1 6.1 28 97000 0 0 373 0 0 0 0 0 0 0 100 1.5 5 1 40.2 2000 9 999999999 129 0.1000 0 88 999.000 999.0 99.0 +2.2392E7 25.6 6.7 30 97000 0 0 364 0 0 0 0 0 0 0 90 1.5 3 0 40.2 2000 9 999999999 139 0.1000 0 88 999.000 999.0 99.0 +2.23956E7 23.9 7.8 36 97100 0 0 369 0 0 0 0 0 0 0 80 2.6 6 2 40.2 2000 9 999999999 150 0.1000 0 88 999.000 999.0 99.0 +2.23992E7 23.9 5.0 30 97100 0 0 369 0 0 0 0 0 0 0 70 2.1 8 3 40.2 2000 9 999999999 120 0.1000 0 88 999.000 999.0 99.0 +2.24028E7 23.9 5.6 31 97200 82 1048 370 44 50 38 4500 2500 4300 790 70 2.1 9 3 40.2 2000 9 999999999 129 0.0940 0 88 999.000 999.0 99.0 +2.24064E7 24.4 5.6 30 97300 358 1353 375 194 319 109 20300 27300 13100 2180 80 1.5 8 4 40.2 2000 9 999999999 129 0.0940 0 88 999.000 999.0 99.0 +2.241E7 25.6 5.6 28 97300 624 1353 381 282 248 167 30300 25400 18600 3580 70 1.5 8 4 40.2 2000 9 999999999 129 0.0940 0 88 999.000 999.0 99.0 +2.24136E7 27.8 5.6 24 97300 851 1353 389 589 599 210 62700 61700 23800 5170 90 1.5 7 3 40.2 2000 9 999999999 120 0.0940 0 88 999.000 999.0 99.0 +2.24172E7 30.0 6.7 23 97300 1022 1353 406 678 508 292 71700 52800 31700 9380 120 1.5 8 4 40.2 2000 9 999999999 139 0.0940 0 88 999.000 999.0 99.0 +2.24208E7 31.1 2.8 16 97300 1125 1353 406 763 544 308 81500 56800 34100 12440 200 1.0 7 4 40.2 7620 9 999999999 100 0.0940 0 88 999.000 999.0 99.0 +2.24244E7 32.8 3.3 16 97300 1153 1353 416 856 619 324 91200 64600 35900 14200 230 2.1 7 4 40.2 7620 9 999999999 110 0.0940 0 88 999.000 999.0 99.0 +2.2428E7 33.9 4.4 16 97200 1105 1353 420 562 378 252 61200 39500 28800 9570 110 2.1 7 3 48.3 2000 9 999999999 120 0.0940 0 88 999.000 999.0 99.0 +2.24316E7 35.0 3.3 14 97200 984 1353 425 584 465 243 62500 48400 27200 7210 140 2.1 6 3 56.3 2000 9 999999999 110 0.0940 0 88 999.000 999.0 99.0 +2.24352E7 35.0 3.9 14 97100 798 1353 429 536 588 186 57100 60200 21500 4310 130 2.6 6 4 56.3 7620 9 999999999 110 0.0940 0 88 999.000 999.0 99.0 +2.24388E7 34.4 5.0 16 97100 559 1353 424 394 624 133 39900 58500 15600 2480 120 2.1 5 3 56.3 2000 9 999999999 120 0.0940 0 88 999.000 999.0 99.0 +2.24424E7 32.8 8.3 22 97200 285 1353 420 150 346 75 15300 26500 9700 1380 130 3.1 5 3 56.3 2000 9 999999999 150 0.0940 0 88 999.000 999.0 99.0 +2.2446E7 31.1 6.7 22 97200 35 688 404 19 31 15 1900 1200 1800 310 140 2.6 2 2 56.3 2000 9 999999999 139 0.0940 0 88 999.000 999.0 99.0 +2.24496E7 30.0 8.3 26 97300 0 0 395 0 0 0 0 0 0 0 140 2.1 1 1 56.3 2000 9 999999999 150 0.1000 0 88 999.000 999.0 99.0 +2.24532E7 28.9 9.4 30 97300 0 0 391 0 0 0 0 0 0 0 140 1.5 1 1 56.3 2000 9 999999999 160 0.1000 0 88 999.000 999.0 99.0 +2.24568E7 28.3 10.0 32 97400 0 0 381 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 170 0.1000 0 88 999.000 999.0 99.0 +2.24604E7 26.1 10.6 38 97400 0 0 371 0 0 0 0 0 0 0 60 2.1 0 0 56.3 2000 9 999999999 170 0.1000 0 88 999.000 999.0 99.0 +2.2464E7 25.0 10.6 40 97400 0 0 366 0 0 0 0 0 0 0 70 3.6 3 0 56.3 2000 9 999999999 170 0.1000 0 88 999.000 999.0 99.0 +2.24676E7 24.4 10.6 42 97500 0 0 378 0 0 0 0 0 0 0 70 2.1 4 3 56.3 2000 9 999999999 170 0.0990 0 88 999.000 999.0 99.0 +2.24712E7 24.4 10.0 40 97500 0 0 374 0 0 0 0 0 0 0 100 2.1 6 2 56.3 2000 9 999999999 170 0.0990 0 88 999.000 999.0 99.0 +2.24748E7 23.3 10.0 43 97400 0 0 363 0 0 0 0 0 0 0 120 2.1 6 1 56.3 2000 9 999999999 170 0.0990 0 88 999.000 999.0 99.0 +2.24784E7 22.8 11.1 48 97400 0 0 362 0 0 0 0 0 0 0 110 1.5 4 1 56.3 2000 9 999999999 179 0.0990 0 88 999.000 999.0 99.0 +2.2482E7 22.2 10.6 48 97500 0 0 364 0 0 0 0 0 0 0 70 2.1 5 2 56.3 2000 9 999999999 170 0.0990 0 88 999.000 999.0 99.0 +2.24856E7 22.2 10.6 48 97500 0 0 359 0 0 0 0 0 0 0 80 2.1 3 1 80.5 2000 9 999999999 170 0.0990 0 88 999.000 999.0 99.0 +2.24892E7 22.2 10.6 48 97500 79 1027 352 42 167 23 3900 7600 3300 400 90 3.1 0 0 80.5 2000 9 999999999 170 0.0790 0 88 999.000 999.0 99.0 +2.24928E7 23.3 10.6 45 97600 355 1354 357 204 583 50 20800 50100 7700 970 70 2.1 0 0 64.4 2000 9 999999999 179 0.0790 0 88 999.000 999.0 99.0 +2.24964E7 26.7 11.7 39 97600 621 1354 375 429 769 74 45100 74800 10600 1590 120 2.6 0 0 64.4 2000 9 999999999 189 0.0790 0 88 999.000 999.0 99.0 +2.25E7 26.7 11.7 39 97600 848 1354 375 628 849 93 65000 84100 12200 2030 120 2.6 0 0 64.4 2000 9 999999999 189 0.0790 0 88 999.000 999.0 99.0 +2.25036E7 30.0 11.1 31 97600 1018 1354 391 787 899 106 81100 89800 13400 2810 300 2.6 0 0 64.4 2000 9 999999999 179 0.0790 0 88 999.000 999.0 99.0 +2.25072E7 31.7 10.6 27 97600 1121 1354 400 880 920 114 90600 92100 14100 3690 160 2.6 0 0 56.3 2000 9 999999999 170 0.0790 0 88 999.000 999.0 99.0 +2.25108E7 33.3 11.1 26 97500 1149 1354 409 905 924 116 93100 92600 14300 4040 160 2.1 0 0 56.3 2000 9 999999999 179 0.0790 0 88 999.000 999.0 99.0 +2.25144E7 34.4 9.4 22 97400 1101 1354 412 866 921 112 89100 92200 13900 3470 260 3.1 0 0 64.4 2000 9 999999999 160 0.0790 0 88 999.000 999.0 99.0 +2.2518E7 33.9 7.2 19 97300 979 1354 407 760 901 104 78400 89900 13200 2590 10 2.1 0 0 64.4 2000 9 999999999 139 0.0790 0 88 999.000 999.0 99.0 +2.25216E7 34.4 8.3 20 97200 792 1354 411 590 848 89 62500 84800 12700 2130 350 2.1 0 0 64.4 2000 9 999999999 150 0.0790 0 88 999.000 999.0 99.0 +2.25252E7 34.4 6.7 18 97200 553 1354 416 335 608 83 35000 58300 11100 1680 330 1.5 1 1 64.4 2000 9 999999999 139 0.0790 0 88 999.000 999.0 99.0 +2.25288E7 33.9 7.8 20 97100 278 1354 407 155 526 44 15800 41100 7400 820 330 2.1 0 0 64.4 2000 9 999999999 150 0.0790 0 88 999.000 999.0 99.0 +2.25324E7 32.8 5.6 18 97200 32 666 399 24 75 15 2000 2600 1900 260 240 1.5 0 0 56.3 2000 9 999999999 120 0.0790 0 88 999.000 999.0 99.0 +2.2536E7 31.1 6.7 22 97200 0 0 391 0 0 0 0 0 0 0 160 1.5 0 0 56.3 2000 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +2.25396E7 30.6 6.1 21 97300 0 0 388 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.0990 0 88 999.000 999.0 99.0 +2.25432E7 30.0 6.7 23 97300 0 0 386 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +2.25468E7 28.9 7.8 27 97300 0 0 382 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +2.25504E7 27.2 9.4 33 97300 0 0 375 0 0 0 0 0 0 0 40 1.5 0 0 56.3 2000 9 999999999 160 0.0990 0 88 999.000 999.0 99.0 +2.2554E7 26.7 8.3 31 97300 0 0 371 0 0 0 0 0 0 0 110 2.6 0 0 48.3 2000 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +2.25576E7 26.1 5.6 27 97300 0 0 372 0 0 0 0 0 0 0 80 2.1 4 1 48.3 2000 9 999999999 129 0.0990 0 88 999.000 999.0 99.0 +2.25612E7 26.1 7.2 30 97300 0 0 374 0 0 0 0 0 0 0 90 2.1 4 1 56.3 2000 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +2.25648E7 25.6 7.8 32 97300 0 0 381 0 0 0 0 0 0 0 70 2.6 4 3 56.3 2000 9 999999999 139 0.0990 0 88 999.000 999.0 99.0 +2.25684E7 23.9 7.8 36 97300 0 0 372 0 0 0 0 0 0 0 70 3.1 3 3 56.3 2000 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +2.2572E7 23.9 7.8 36 97400 0 0 369 0 0 0 0 0 0 0 70 2.1 2 2 80.5 2000 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +2.25756E7 23.3 7.8 37 97400 77 1005 354 45 237 19 3900 12100 2900 350 60 2.1 0 0 64.4 2000 9 999999999 150 0.0470 0 88 999.000 999.0 99.0 +2.25792E7 26.7 7.8 30 97500 352 1354 371 217 678 39 22700 59000 7400 880 80 1.5 0 0 64.4 2000 9 999999999 139 0.0470 0 88 999.000 999.0 99.0 +2.25828E7 28.9 7.2 26 97600 618 1354 381 440 830 58 46000 80100 9400 1370 80 1.5 0 0 64.4 2000 9 999999999 139 0.0470 0 88 999.000 999.0 99.0 +2.25864E7 30.6 8.3 25 97600 845 1354 391 641 904 73 66800 89700 10700 1870 70 1.5 0 0 56.3 2000 9 999999999 150 0.0470 0 88 999.000 999.0 99.0 +2.259E7 32.8 8.3 22 97600 1015 1354 402 795 943 84 82600 94300 11700 2510 90 1.5 0 0 56.3 2000 9 999999999 150 0.0470 0 88 999.000 999.0 99.0 +2.25936E7 33.9 8.3 21 97500 1117 1354 408 888 960 90 91900 96300 12200 3190 90 1.5 0 0 48.3 2000 9 999999999 150 0.0470 0 88 999.000 999.0 99.0 +2.25972E7 35.0 6.7 17 97400 1145 1354 412 921 975 91 95300 97800 12400 3450 330 1.5 0 0 48.3 2000 9 999999999 129 0.0470 0 88 999.000 999.0 99.0 +2.26008E7 36.1 5.6 15 97300 1096 1354 416 877 967 89 90800 96900 12200 3020 240 1.0 0 0 48.3 2000 9 999999999 120 0.0470 0 88 999.000 999.0 99.0 +2.26044E7 36.7 5.0 14 97200 974 1354 419 767 945 81 79500 94400 11400 2300 330 3.1 0 0 48.3 2000 9 999999999 120 0.0470 0 88 999.000 999.0 99.0 +2.2608E7 37.2 4.4 13 97100 786 1354 420 598 902 69 62200 89100 10400 1720 270 2.1 0 0 40.2 2000 9 999999999 120 0.0470 0 88 999.000 999.0 99.0 +2.26116E7 36.7 5.0 14 97100 547 1354 419 386 813 53 40200 77100 9000 1240 260 2.1 0 0 40.2 2000 9 999999999 120 0.0470 0 88 999.000 999.0 99.0 +2.26152E7 36.1 5.0 14 97100 272 1354 415 160 614 34 16300 49100 6400 700 240 2.1 0 0 40.2 2000 9 999999999 120 0.0470 0 88 999.000 999.0 99.0 +2.26188E7 33.9 5.0 16 97100 29 621 404 27 117 13 1900 4800 1700 240 0 0.0 0 0 40.2 2000 9 999999999 120 0.0470 0 88 999.000 999.0 99.0 +2.26224E7 32.2 5.6 19 97100 0 0 396 0 0 0 0 0 0 0 0 0.0 0 0 40.2 2000 9 999999999 129 0.0990 0 88 999.000 999.0 99.0 +2.2626E7 31.1 6.1 21 97200 0 0 391 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 129 0.0990 0 88 999.000 999.0 99.0 +2.26296E7 30.0 8.9 27 97200 0 0 389 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 160 0.0990 0 88 999.000 999.0 99.0 +2.26332E7 28.9 8.3 28 97200 0 0 382 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 150 0.0990 0 88 999.000 999.0 99.0 +2.26368E7 27.8 6.7 26 97300 0 0 375 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 129 0.0990 0 88 999.000 999.0 99.0 +2.26404E7 27.2 6.7 27 97300 0 0 372 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 129 0.0980 0 88 999.000 999.0 99.0 +2.2644E7 26.7 5.6 26 97300 0 0 368 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 129 0.0980 0 88 999.000 999.0 99.0 +2.26476E7 25.0 5.0 28 97300 0 0 359 0 0 0 0 0 0 0 100 2.6 0 0 48.3 2000 9 999999999 120 0.0980 0 88 999.000 999.0 99.0 +2.26512E7 23.9 6.1 32 97300 0 0 355 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 129 0.0980 0 88 999.000 999.0 99.0 +2.26548E7 23.3 6.1 33 97300 0 0 352 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 129 0.0980 0 88 999.000 999.0 99.0 +2.26584E7 23.3 6.1 33 97300 0 0 352 0 0 0 0 0 0 0 90 2.1 0 0 80.5 2000 9 999999999 129 0.0980 0 88 999.000 999.0 99.0 +2.2662E7 23.3 6.1 33 97400 75 1005 352 40 135 24 3600 6000 3200 420 80 3.1 0 0 48.3 2000 9 999999999 129 0.0970 0 88 999.000 999.0 99.0 +2.26656E7 25.6 6.7 30 97400 348 1355 364 201 564 55 20900 47700 8600 1040 100 3.1 0 0 56.3 2000 9 999999999 139 0.0970 0 88 999.000 999.0 99.0 +2.26692E7 27.8 6.1 25 97500 615 1355 374 427 754 82 44200 72900 11000 1680 110 2.1 0 0 56.3 2000 9 999999999 129 0.0970 0 88 999.000 999.0 99.0 +2.26728E7 30.0 7.8 25 97500 841 1355 387 628 838 103 66000 83900 13800 2490 100 1.5 0 0 56.3 2000 9 999999999 150 0.0970 0 88 999.000 999.0 99.0 +2.26764E7 32.8 7.8 21 97400 1011 1355 402 785 887 118 80600 88500 14400 2850 100 1.5 0 0 48.3 2000 9 999999999 139 0.0970 0 88 999.000 999.0 99.0 +2.268E7 33.9 8.3 21 97300 1113 1355 408 878 898 135 89800 89800 15900 3860 120 1.5 1 0 48.3 2000 9 999999999 150 0.0970 0 88 999.000 999.0 99.0 +2.26836E7 36.1 5.6 15 97200 1141 1355 416 910 911 138 93000 91100 16100 4240 140 1.5 1 0 56.3 2000 9 999999999 120 0.0970 0 88 999.000 999.0 99.0 +2.26872E7 37.8 3.3 12 97100 1091 1355 422 865 914 124 88700 91400 14900 3520 220 2.6 0 0 56.3 2000 9 999999999 110 0.0970 0 88 999.000 999.0 99.0 +2.26908E7 37.8 3.3 12 97000 968 1355 422 753 876 123 79400 88200 16200 3410 220 3.1 1 0 56.3 2000 9 999999999 110 0.0970 0 88 999.000 999.0 99.0 +2.26944E7 37.8 2.8 11 97000 780 1355 421 586 812 113 60300 80200 14000 2430 190 2.1 2 0 56.3 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +2.2698E7 36.1 2.2 12 96900 540 1355 425 356 558 130 37200 53500 15800 2540 290 1.5 6 2 56.3 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +2.27016E7 36.7 2.2 11 96900 265 1355 432 129 259 77 13400 19200 9600 1490 290 1.5 6 3 56.3 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +2.27052E7 35.0 2.2 13 96900 26 599 419 20 31 16 1900 1200 1900 330 320 1.5 6 2 56.3 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +2.27088E7 32.8 2.8 15 96900 0 0 418 0 0 0 0 0 0 0 0 0.0 8 5 48.3 7620 9 999999999 110 0.0980 0 88 999.000 999.0 99.0 +2.27124E7 31.7 5.6 19 97000 0 0 416 0 0 0 0 0 0 0 0 0.0 8 5 48.3 7620 9 999999999 120 0.0980 0 88 999.000 999.0 99.0 +2.2716E7 31.1 5.6 20 97000 0 0 417 0 0 0 0 0 0 0 60 1.5 9 6 48.3 7620 9 999999999 129 0.0980 0 88 999.000 999.0 99.0 +2.27196E7 30.6 -0.6 13 97100 0 0 402 0 0 0 0 0 0 0 140 1.5 8 5 48.3 7620 9 999999999 80 0.0980 0 88 999.000 999.0 99.0 +2.27232E7 30.6 6.1 21 97100 0 0 415 0 0 0 0 0 0 0 0 0.0 8 6 48.3 7620 9 999999999 129 0.0980 0 88 999.000 999.0 99.0 +2.27268E7 28.9 6.7 25 97200 0 0 411 0 0 0 0 0 0 0 0 0.0 9 7 56.3 7620 9 999999999 139 0.0980 0 88 999.000 999.0 99.0 +2.27304E7 27.8 10.6 34 97200 0 0 396 0 0 0 0 0 0 0 40 1.5 7 3 56.3 2000 9 999999999 170 0.0980 0 88 999.000 999.0 99.0 +2.2734E7 27.2 13.3 42 97300 0 0 399 0 0 0 0 0 0 0 40 1.5 8 4 56.3 2000 9 999999999 200 0.0980 0 88 999.000 999.0 99.0 +2.27376E7 27.2 13.9 44 97300 0 0 400 0 0 0 0 0 0 0 0 0.0 9 4 56.3 2000 9 999999999 209 0.0980 0 88 999.000 999.0 99.0 +2.27412E7 26.7 13.3 44 97300 0 0 390 0 0 0 0 0 0 0 0 0.0 7 2 56.3 2000 9 999999999 209 0.0980 0 88 999.000 999.0 99.0 +2.27448E7 26.1 13.9 47 97300 0 0 397 0 0 0 0 0 0 0 0 0.0 8 5 56.3 7620 9 999999999 209 0.0980 0 88 999.000 999.0 99.0 +2.27484E7 25.6 14.4 50 97300 72 983 392 28 5 27 3000 0 3000 870 0 0.0 9 4 56.3 2000 9 999999999 220 0.2050 0 88 999.000 999.0 99.0 +2.2752E7 26.7 8.3 31 97400 345 1356 387 162 208 109 17000 17500 12500 2190 50 1.5 9 3 56.3 2000 9 999999999 150 0.2050 0 88 999.000 999.0 99.0 +2.27556E7 30.0 11.7 32 97400 612 1356 405 376 388 199 39700 39400 21900 4420 100 2.1 8 2 56.3 2000 9 999999999 179 0.2050 0 88 999.000 999.0 99.0 +2.27592E7 31.7 13.3 33 97500 838 1356 411 529 538 194 56600 55400 22300 4670 120 2.6 4 1 48.3 2000 9 999999999 209 0.2050 0 88 999.000 999.0 99.0 +2.27628E7 33.3 12.8 29 97500 1008 1356 425 632 487 267 67200 50600 29500 8270 130 2.1 6 2 48.3 2000 9 999999999 200 0.2050 0 88 999.000 999.0 99.0 +2.27664E7 33.9 11.1 25 97400 1109 1356 430 780 551 326 82500 57400 35400 12630 60 1.5 7 3 56.3 2000 9 999999999 179 0.2050 0 88 999.000 999.0 99.0 +2.277E7 35.0 11.1 23 97400 1136 1356 439 894 674 325 95000 70300 35900 13480 320 1.0 8 4 56.3 2000 9 999999999 179 0.2050 0 88 999.000 999.0 99.0 +2.27736E7 35.6 10.0 21 97300 1086 1356 445 792 500 388 82000 51900 40300 14440 80 1.5 9 5 56.3 7620 9 999999999 170 0.2050 0 88 999.000 999.0 99.0 +2.27772E7 36.1 9.4 20 97200 963 1356 443 655 425 351 70000 45700 37500 10520 190 3.1 9 4 56.3 2000 9 999999999 160 0.2050 0 88 999.000 999.0 99.0 +2.27808E7 35.0 11.1 23 97100 775 1356 447 483 336 289 50900 35400 30700 7280 10 2.1 9 6 64.4 7620 9 999999999 179 0.2050 0 88 999.000 999.0 99.0 +2.27844E7 35.0 10.0 22 97100 534 1356 450 188 71 160 20600 6800 17900 4470 330 1.5 9 7 56.3 7620 9 999999999 170 0.2050 0 88 999.000 999.0 99.0 +2.2788E7 34.4 11.1 24 97100 259 1356 443 111 119 88 11900 9000 10200 1890 360 1.5 9 6 64.4 7620 9 999999999 179 0.2050 0 88 999.000 999.0 99.0 +2.27916E7 33.3 11.1 26 97100 24 576 426 12 3 12 1400 0 1400 420 10 2.1 7 3 64.4 2000 9 999999999 179 0.2050 0 88 999.000 999.0 99.0 +2.27952E7 33.3 11.7 27 97200 0 0 473 0 0 0 0 0 0 0 120 2.1 10 10 48.3 3660 9 999999999 189 0.0980 0 88 999.000 999.0 99.0 +2.27988E7 28.3 15.0 44 97400 0 0 447 0 0 0 0 0 0 0 140 7.2 10 10 16.1 2130 9 999999999 229 0.0980 0 88 999.000 999.0 99.0 +2.28024E7 28.3 15.0 44 97600 0 0 447 0 0 0 0 0 0 0 120 5.2 10 10 32.2 3350 9 999999999 229 0.0980 0 88 999.000 999.0 99.0 +2.2806E7 28.3 15.0 44 97600 0 0 447 0 0 0 0 0 0 0 100 4.1 10 10 32.2 3350 9 999999999 229 0.0980 0 88 999.000 999.0 99.0 +2.28096E7 27.8 12.8 40 97600 0 0 441 0 0 0 0 0 0 0 110 4.1 10 10 24.1 7620 9 999999999 200 0.0980 0 88 999.000 999.0 99.0 +2.28132E7 27.2 12.8 41 97600 0 0 438 0 0 0 0 0 0 0 100 2.1 10 10 32.2 7620 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +2.28168E7 27.2 12.8 41 97500 0 0 410 0 0 0 0 0 0 0 50 2.1 7 7 40.2 3350 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +2.28204E7 26.7 12.8 42 97500 0 0 396 0 0 0 0 0 0 0 130 1.5 4 4 48.3 2000 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +2.2824E7 26.1 12.8 44 97500 0 0 390 0 0 0 0 0 0 0 0 0.0 3 3 56.3 2000 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +2.28276E7 25.0 12.8 47 97500 0 0 380 0 0 0 0 0 0 0 330 1.5 2 2 56.3 2000 9 999999999 200 0.0970 0 88 999.000 999.0 99.0 +2.28312E7 24.4 12.2 47 97600 0 0 380 0 0 0 0 0 0 0 50 1.5 7 3 56.3 2000 9 999999999 189 0.0970 0 88 999.000 999.0 99.0 +2.28348E7 25.6 12.8 45 97700 70 961 390 40 29 36 4200 1800 4000 790 90 2.6 9 4 56.3 2000 9 999999999 200 0.0390 0 88 999.000 999.0 99.0 +2.28384E7 27.8 12.2 38 97800 342 1357 401 184 356 93 18900 29500 11400 1740 110 2.6 7 4 72.4 7620 9 999999999 189 0.0390 0 88 999.000 999.0 99.0 +2.2842E7 30.0 13.3 36 97800 609 1357 411 374 542 129 39900 53400 15900 2570 80 4.1 6 3 72.4 2000 9 999999999 209 0.0390 0 88 999.000 999.0 99.0 +2.28456E7 31.7 12.8 32 97800 835 1357 420 570 698 137 60100 70500 16600 3350 100 2.6 4 3 72.4 2000 9 999999999 200 0.0390 0 88 999.000 999.0 99.0 +2.28492E7 33.3 13.3 30 97800 1004 1357 433 659 506 282 69700 52600 30700 8720 120 3.1 6 4 72.4 7620 9 999999999 209 0.0390 0 88 999.000 999.0 99.0 +2.28528E7 30.6 15.0 39 97700 1105 1357 432 562 193 403 61400 20500 44600 14970 80 2.1 9 7 72.4 3660 9 999999999 229 0.0390 0 88 999.000 999.0 99.0 +2.28564E7 33.9 12.8 28 97600 1132 1357 432 820 753 188 87600 77200 23100 7620 110 2.6 7 3 72.4 2000 9 999999999 200 0.0390 0 88 999.000 999.0 99.0 +2.286E7 35.0 12.2 25 97600 1081 1357 438 744 645 227 78100 65300 25900 7950 80 2.1 7 3 72.4 2000 9 999999999 189 0.0390 0 88 999.000 999.0 99.0 +2.28636E7 36.1 12.8 25 97400 957 1357 448 656 678 174 69100 68800 20400 4920 130 2.1 7 4 72.4 7620 9 999999999 200 0.0390 0 88 999.000 999.0 99.0 +2.28672E7 35.0 12.2 25 97400 769 1357 471 292 91 240 32100 9200 26900 7590 80 2.1 9 9 72.4 3660 9 999999999 189 0.0390 0 88 999.000 999.0 99.0 +2.28708E7 29.4 16.1 45 97400 528 1357 455 125 9 121 14300 600 14100 4850 220 7.2 10 10 32.2 1830 9 999999999 250 0.0390 0 88 999.000 999.0 99.0 +2.28744E7 26.1 17.8 60 97700 252 1357 438 44 1 44 5100 0 5100 1660 140 10.3 10 10 4.8 1830 9 999999999 270 0.0390 0 88 999.000 999.0 99.0 +2.2878E7 21.7 18.3 81 97900 21 531 414 8 1 8 0 0 0 0 210 4.1 10 10 32.2 1830 9 999999999 279 0.0390 0 88 999.000 999.0 99.0 +2.28816E7 21.7 18.9 84 97900 0 0 414 0 0 0 0 0 0 0 30 5.2 10 10 40.2 1830 9 999999999 290 0.0970 0 88 999.000 999.0 99.0 +2.28852E7 22.2 17.8 76 97900 0 0 416 0 0 0 0 0 0 0 30 5.2 10 10 56.3 3660 9 999999999 270 0.0970 0 88 999.000 999.0 99.0 +2.28888E7 22.2 17.2 73 97900 0 0 415 0 0 0 0 0 0 0 90 5.2 10 10 56.3 3660 9 999999999 259 0.0970 0 88 999.000 999.0 99.0 +2.28924E7 22.2 17.2 73 97900 0 0 415 0 0 0 0 0 0 0 270 4.1 10 10 56.3 7620 9 999999999 259 0.0970 0 88 999.000 999.0 99.0 +2.2896E7 21.7 18.3 81 97900 0 0 374 0 0 0 0 0 0 0 190 1.5 6 3 56.3 2000 9 999999999 279 0.0970 0 88 999.000 999.0 99.0 +2.28996E7 21.1 17.8 81 97900 0 0 362 0 0 0 0 0 0 0 0 0.0 3 1 56.3 2000 9 999999999 270 0.0970 0 88 999.000 999.0 99.0 +2.29032E7 21.7 17.8 79 97800 0 0 358 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 270 0.0970 0 88 999.000 999.0 99.0 +2.29068E7 20.6 18.9 90 97800 0 0 354 0 0 0 0 0 0 0 250 1.5 0 0 56.3 2000 9 999999999 290 0.0970 0 88 999.000 999.0 99.0 +2.29104E7 20.6 18.3 87 97700 0 0 353 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 279 0.0970 0 88 999.000 999.0 99.0 +2.2914E7 20.6 18.3 87 97700 0 0 368 0 0 0 0 0 0 0 0 0.0 3 3 56.3 2000 9 999999999 279 0.0970 0 88 999.000 999.0 99.0 +2.29176E7 21.7 17.2 76 97800 0 0 373 0 0 0 0 0 0 0 40 2.1 6 3 80.5 2000 9 999999999 259 0.0970 0 88 999.000 999.0 99.0 +2.29212E7 22.8 16.7 69 97900 68 962 387 25 11 24 2700 600 2700 580 100 2.1 8 6 80.5 3660 9 999999999 259 0.1480 0 88 999.000 999.0 99.0 +2.29248E7 23.3 16.7 66 97900 339 1357 390 145 92 121 15700 8100 13700 2900 80 2.1 8 6 112.7 7620 9 999999999 250 0.1480 0 88 999.000 999.0 99.0 +2.29284E7 23.9 17.2 66 98000 605 1357 393 296 270 174 31500 27400 19300 3750 100 3.1 7 6 96.6 3660 9 999999999 259 0.1480 0 88 999.000 999.0 99.0 +2.2932E7 24.4 15.0 56 98100 831 1357 404 217 90 162 24500 9500 18700 4430 130 2.6 9 8 96.6 3660 9 999999999 229 0.1480 0 88 999.000 999.0 99.0 +2.29356E7 22.2 17.8 76 98000 1000 1357 396 356 227 188 40200 24600 21900 5400 70 6.7 9 8 72.4 3660 9 999999999 270 0.1480 0 88 999.000 999.0 99.0 +2.29392E7 26.1 16.7 56 97900 1101 1357 398 755 560 298 80600 58400 33100 11230 80 5.2 6 4 72.4 7620 9 999999999 250 0.1480 0 88 999.000 999.0 99.0 +2.29428E7 28.3 14.4 43 97900 1127 1357 407 719 516 288 77300 53900 32400 11550 110 3.1 6 4 112.7 7620 9 999999999 220 0.1480 0 88 999.000 999.0 99.0 +2.29464E7 30.6 13.9 36 97700 1076 1357 415 774 629 271 80000 63000 29900 9160 230 2.1 5 3 96.6 2000 9 999999999 209 0.1480 0 88 999.000 999.0 99.0 +2.295E7 31.7 13.9 34 97600 952 1357 417 683 685 199 71200 69000 22700 5470 360 1.0 4 2 112.7 2000 9 999999999 209 0.1480 0 88 999.000 999.0 99.0 +2.29536E7 31.1 13.3 34 97500 763 1357 408 497 569 174 52900 58000 20300 3880 330 1.5 4 1 112.7 2000 9 999999999 209 0.1480 0 88 999.000 999.0 99.0 +2.29572E7 31.7 13.3 33 97500 522 1357 416 323 541 112 34100 51500 14300 2140 0 0.0 3 2 80.5 2000 9 999999999 209 0.1480 0 88 999.000 999.0 99.0 +2.29608E7 31.7 13.3 33 97500 246 1357 424 96 205 58 10100 14600 7500 1070 330 2.6 6 4 80.5 7620 9 999999999 209 0.1480 0 88 999.000 999.0 99.0 +2.29644E7 30.0 13.9 37 97500 19 509 415 10 4 10 0 0 0 0 330 2.1 7 4 64.4 7620 9 999999999 209 0.1480 0 88 999.000 999.0 99.0 +2.2968E7 28.9 15.0 43 97500 0 0 414 0 0 0 0 0 0 0 210 2.1 8 5 56.3 7620 9 999999999 229 0.0970 0 88 999.000 999.0 99.0 +2.29716E7 25.6 18.3 64 97500 0 0 415 0 0 0 0 0 0 0 10 3.1 9 8 40.2 3660 9 999999999 279 0.0970 0 88 999.000 999.0 99.0 +2.29752E7 26.1 18.9 65 97600 0 0 404 0 0 0 0 0 0 0 90 2.6 5 5 56.3 2000 9 999999999 290 0.0970 0 88 999.000 999.0 99.0 +2.29788E7 25.0 18.9 69 97600 0 0 388 0 0 0 0 0 0 0 90 1.5 3 2 56.3 2000 9 999999999 290 0.0970 0 88 999.000 999.0 99.0 +2.29824E7 25.6 17.2 60 97600 0 0 396 0 0 0 0 0 0 0 80 2.1 5 4 56.3 2000 9 999999999 259 0.0970 0 88 999.000 999.0 99.0 +2.2986E7 23.9 17.8 69 97600 0 0 385 0 0 0 0 0 0 0 0 0.0 3 3 56.3 2000 9 999999999 270 0.0960 0 88 999.000 999.0 99.0 +2.29896E7 23.3 18.3 74 97600 0 0 373 0 0 0 0 0 0 0 0 0.0 1 1 56.3 2000 9 999999999 279 0.0960 0 88 999.000 999.0 99.0 +2.29932E7 23.3 17.8 71 97600 0 0 382 0 0 0 0 0 0 0 0 0.0 3 3 56.3 2000 9 999999999 270 0.0960 0 88 999.000 999.0 99.0 +2.29968E7 22.2 17.8 76 97600 0 0 376 0 0 0 0 0 0 0 230 1.5 3 3 56.3 2000 9 999999999 270 0.0960 0 88 999.000 999.0 99.0 +2.30004E7 22.2 16.7 71 97600 0 0 375 0 0 0 0 0 0 0 0 0.0 3 3 56.3 2000 9 999999999 250 0.0960 0 88 999.000 999.0 99.0 +2.3004E7 22.2 17.8 76 97600 0 0 376 0 0 0 0 0 0 0 0 0.0 3 3 56.3 2000 9 999999999 270 0.0960 0 88 999.000 999.0 99.0 +2.30076E7 22.8 17.2 71 97600 66 939 381 33 62 26 3200 2400 3100 470 0 0.0 4 4 56.3 2000 9 999999999 259 0.0960 0 88 999.000 999.0 99.0 +2.30112E7 25.6 17.2 60 97700 336 1358 396 152 189 104 15800 15700 11900 2080 310 2.1 6 4 72.4 7620 9 999999999 259 0.0960 0 88 999.000 999.0 99.0 +2.30148E7 26.1 16.1 54 97700 602 1358 400 412 534 173 42600 52200 19300 3550 10 2.1 8 5 72.4 3660 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.30184E7 27.2 16.7 53 97700 828 1358 422 449 192 331 48400 20000 36100 9040 360 2.1 9 8 72.4 2130 9 999999999 259 0.0960 0 88 999.000 999.0 99.0 +2.3022E7 26.7 18.3 60 97700 997 1358 406 734 644 258 78200 66900 28900 7800 340 2.1 7 5 72.4 3660 9 999999999 279 0.0960 0 88 999.000 999.0 99.0 +2.30256E7 28.9 17.2 49 97600 1097 1358 410 752 605 260 78200 60800 28900 9290 30 2.1 4 3 96.6 2000 9 999999999 259 0.0960 0 88 999.000 999.0 99.0 +2.30292E7 30.6 15.6 40 97600 1123 1358 414 822 737 207 87000 75200 24600 8100 350 1.5 2 2 96.6 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.30328E7 32.2 14.4 34 97400 1071 1358 421 735 658 212 77300 66800 24500 7290 230 2.1 2 2 96.6 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.30364E7 32.8 14.4 33 97300 947 1358 424 652 658 189 68100 66400 21700 5180 220 2.1 4 2 96.6 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.304E7 32.2 14.4 34 97300 757 1358 421 502 632 146 52100 62800 17000 3240 10 3.1 5 2 96.6 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.30436E7 31.7 14.4 35 97200 515 1358 422 296 384 148 30400 36300 16600 2920 330 2.6 7 3 72.4 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.30472E7 31.7 15.0 36 97200 239 1358 423 110 266 62 11200 18700 7900 1130 330 2.6 7 3 72.4 2000 9 999999999 229 0.0960 0 88 999.000 999.0 99.0 +2.30508E7 30.6 14.4 38 97300 16 487 419 11 8 10 0 0 0 0 280 1.5 8 4 72.4 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.30544E7 28.9 16.1 46 97300 0 0 405 0 0 0 0 0 0 0 200 1.5 6 2 56.3 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.3058E7 28.3 15.6 46 97400 0 0 401 0 0 0 0 0 0 0 290 1.5 5 2 56.3 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.30616E7 27.8 17.2 53 97400 0 0 401 0 0 0 0 0 0 0 110 2.6 5 2 48.3 2000 9 999999999 259 0.0960 0 88 999.000 999.0 99.0 +2.30652E7 26.7 16.1 52 97400 0 0 388 0 0 0 0 0 0 0 120 2.6 2 1 56.3 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.30688E7 26.7 15.0 49 97400 0 0 392 0 0 0 0 0 0 0 120 1.5 2 2 56.3 2000 9 999999999 229 0.0960 0 88 999.000 999.0 99.0 +2.30724E7 26.1 15.6 52 97400 0 0 393 0 0 0 0 0 0 0 100 2.1 4 3 56.3 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.3076E7 25.6 15.6 54 97400 0 0 387 0 0 0 0 0 0 0 80 2.1 2 2 56.3 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.30796E7 24.4 15.6 58 97400 0 0 369 0 0 0 0 0 0 0 70 2.6 0 0 56.3 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.30832E7 23.9 15.6 60 97400 0 0 366 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.30868E7 23.9 15.0 58 97400 0 0 378 0 0 0 0 0 0 0 80 3.1 2 2 56.3 2000 9 999999999 229 0.0960 0 88 999.000 999.0 99.0 +2.30904E7 23.3 15.6 62 97400 0 0 382 0 0 0 0 0 0 0 80 2.1 4 4 64.4 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.3094E7 23.3 15.6 62 97500 64 917 382 31 74 23 3000 2800 2800 410 110 2.6 4 4 80.5 2000 9 999999999 240 0.0480 0 88 999.000 999.0 99.0 +2.30976E7 25.0 15.6 56 97600 332 1359 384 175 408 74 18300 33500 10100 1350 110 1.5 2 2 72.4 2000 9 999999999 240 0.0480 0 88 999.000 999.0 99.0 +2.31012E7 27.2 15.0 47 97600 599 1359 395 403 675 104 42000 65200 13200 2110 100 1.5 2 2 64.4 2000 9 999999999 229 0.0480 0 88 999.000 999.0 99.0 +2.31048E7 28.3 14.4 43 97600 824 1359 387 611 880 73 63600 87200 10600 1820 70 1.5 0 0 64.4 2000 9 999999999 220 0.0480 0 88 999.000 999.0 99.0 +2.31084E7 30.6 14.4 38 97600 993 1359 399 758 917 83 78700 91700 11500 2390 80 2.1 0 0 64.4 2000 9 999999999 220 0.0480 0 88 999.000 999.0 99.0 +2.3112E7 31.7 14.4 35 97600 1093 1359 405 852 941 89 88200 94300 12100 2980 110 1.5 0 0 64.4 2000 9 999999999 220 0.0480 0 88 999.000 999.0 99.0 +2.31156E7 33.3 13.9 31 97400 1118 1359 412 878 950 91 90900 95300 12300 3190 110 2.1 0 0 64.4 2000 9 999999999 209 0.0480 0 88 999.000 999.0 99.0 +2.31192E7 33.3 13.9 31 97300 1066 1359 412 828 937 88 85800 93900 12000 2800 300 3.1 0 0 72.4 2000 9 999999999 209 0.0480 0 88 999.000 999.0 99.0 +2.31228E7 33.9 13.3 29 97300 941 1359 429 684 804 122 71700 80800 15600 3220 290 2.1 2 2 72.4 2000 9 999999999 209 0.0480 0 88 999.000 999.0 99.0 +2.31264E7 34.4 11.7 25 97200 751 1359 423 502 699 112 53100 70200 14200 2560 260 3.1 1 1 72.4 2000 9 999999999 179 0.0480 0 88 999.000 999.0 99.0 +2.313E7 34.4 11.7 25 97200 509 1359 415 344 772 51 35900 72400 8700 1180 250 2.6 0 0 64.4 2000 9 999999999 179 0.0480 0 88 999.000 999.0 99.0 +2.31336E7 32.8 12.2 29 97200 233 1359 408 128 548 31 12800 41500 5700 620 230 1.5 0 0 72.4 2000 9 999999999 189 0.0480 0 88 999.000 999.0 99.0 +2.31372E7 31.7 11.1 28 97100 14 442 400 17 63 9 0 0 0 0 350 2.1 0 0 64.4 2000 9 999999999 179 0.0480 0 88 999.000 999.0 99.0 +2.31408E7 30.6 12.8 34 97200 0 0 397 0 0 0 0 0 0 0 300 1.5 0 0 56.3 2000 9 999999999 200 0.0960 0 88 999.000 999.0 99.0 +2.31444E7 30.0 13.3 36 97200 0 0 394 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 209 0.0960 0 88 999.000 999.0 99.0 +2.3148E7 28.9 12.8 37 97200 0 0 388 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 200 0.0960 0 88 999.000 999.0 99.0 +2.31516E7 28.3 13.3 40 97200 0 0 385 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 209 0.0960 0 88 999.000 999.0 99.0 +2.31552E7 27.8 13.9 43 97200 0 0 384 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.31588E7 26.7 13.9 45 97200 0 0 378 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 209 0.0950 0 88 999.000 999.0 99.0 +2.31624E7 26.1 14.4 49 97200 0 0 376 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 220 0.0950 0 88 999.000 999.0 99.0 +2.3166E7 25.6 13.3 47 97200 0 0 372 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 209 0.0950 0 88 999.000 999.0 99.0 +2.31696E7 25.0 13.3 48 97200 0 0 369 0 0 0 0 0 0 0 110 2.1 0 0 56.3 2000 9 999999999 200 0.0950 0 88 999.000 999.0 99.0 +2.31732E7 24.4 13.3 50 97200 0 0 366 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 209 0.0950 0 88 999.000 999.0 99.0 +2.31768E7 24.4 13.3 50 97300 0 0 366 0 0 0 0 0 0 0 100 1.5 0 0 56.3 2000 9 999999999 209 0.0950 0 88 999.000 999.0 99.0 +2.31804E7 23.3 13.9 56 97300 61 918 361 31 63 24 3000 2400 2900 430 90 1.5 0 0 56.3 2000 9 999999999 220 0.1390 0 88 999.000 999.0 99.0 +2.3184E7 25.0 13.3 48 97400 329 1360 369 174 449 63 17600 36800 8700 1140 80 2.1 0 0 72.4 2000 9 999999999 200 0.1390 0 88 999.000 999.0 99.0 +2.31876E7 26.7 13.3 44 97400 595 1360 377 390 662 98 40700 64100 12600 2000 90 1.5 0 0 72.4 2000 9 999999999 209 0.1390 0 88 999.000 999.0 99.0 +2.31912E7 28.9 13.9 40 97400 821 1360 389 589 764 125 62500 77300 15700 3040 80 1.5 0 0 64.4 2000 9 999999999 209 0.1390 0 88 999.000 999.0 99.0 +2.31948E7 31.1 13.3 34 97400 989 1360 400 746 823 143 77500 82500 17400 3890 120 1.5 0 0 64.4 2000 9 999999999 209 0.1390 0 88 999.000 999.0 99.0 +2.31984E7 32.8 13.3 31 97400 1089 1360 409 836 846 153 87400 85100 19000 5100 20 1.5 0 0 64.4 2000 9 999999999 209 0.1390 0 88 999.000 999.0 99.0 +2.3202E7 34.4 12.8 27 97300 1114 1360 417 862 857 155 90300 86300 19400 5490 220 2.1 0 0 72.4 2000 9 999999999 200 0.1390 0 88 999.000 999.0 99.0 +2.32056E7 35.6 12.2 24 97200 1061 1360 431 768 767 165 79400 76700 19300 5010 180 1.5 1 1 96.6 2000 9 999999999 189 0.1390 0 88 999.000 999.0 99.0 +2.32092E7 35.6 11.7 24 97100 935 1360 430 670 730 163 70600 74100 19500 4470 80 1.0 1 1 96.6 2000 9 999999999 189 0.1390 0 88 999.000 999.0 99.0 +2.32128E7 35.6 11.7 24 97100 745 1360 422 494 684 116 52100 68500 14400 2620 160 2.1 0 0 96.6 2000 9 999999999 189 0.1390 0 88 999.000 999.0 99.0 +2.32164E7 35.0 12.8 26 97100 503 1360 420 315 609 86 32500 56800 11400 1670 270 2.6 0 0 80.5 2000 9 999999999 200 0.1390 0 88 999.000 999.0 99.0 +2.322E7 34.4 12.2 26 97100 226 1360 416 105 322 50 10900 22100 7200 900 280 2.1 0 0 80.5 2000 9 999999999 189 0.1390 0 88 999.000 999.0 99.0 +2.32236E7 33.3 12.2 28 97100 12 419 410 10 9 9 0 0 0 0 320 1.5 0 0 80.5 2000 9 999999999 189 0.1390 0 88 999.000 999.0 99.0 +2.32272E7 32.2 13.3 32 97100 0 0 406 0 0 0 0 0 0 0 190 1.5 0 0 80.5 2000 9 999999999 209 0.0950 0 88 999.000 999.0 99.0 +2.32308E7 30.6 13.9 36 97100 0 0 398 0 0 0 0 0 0 0 180 1.5 0 0 56.3 2000 9 999999999 209 0.0950 0 88 999.000 999.0 99.0 +2.32344E7 30.6 12.8 34 97200 0 0 397 0 0 0 0 0 0 0 120 1.5 0 0 56.3 2000 9 999999999 200 0.0950 0 88 999.000 999.0 99.0 +2.3238E7 29.4 15.0 42 97200 0 0 393 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 229 0.0950 0 88 999.000 999.0 99.0 +2.32416E7 28.9 13.9 40 97200 0 0 389 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 209 0.0950 0 88 999.000 999.0 99.0 +2.32452E7 27.2 14.4 46 97300 0 0 381 0 0 0 0 0 0 0 60 1.5 0 0 56.3 2000 9 999999999 220 0.0950 0 88 999.000 999.0 99.0 +2.32488E7 26.7 13.9 45 97300 0 0 378 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 209 0.0950 0 88 999.000 999.0 99.0 +2.32524E7 26.1 14.4 49 97300 0 0 376 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 220 0.0950 0 88 999.000 999.0 99.0 +2.3256E7 25.6 13.9 49 97300 0 0 373 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 220 0.0950 0 88 999.000 999.0 99.0 +2.32596E7 25.0 13.3 48 97300 0 0 369 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 200 0.0950 0 88 999.000 999.0 99.0 +2.32632E7 23.9 13.9 54 97400 0 0 364 0 0 0 0 0 0 0 100 1.5 0 0 56.3 2000 9 999999999 220 0.0950 0 88 999.000 999.0 99.0 +2.32668E7 23.9 12.2 48 97500 59 896 362 35 139 20 3200 5800 2800 350 90 2.1 0 0 56.3 2000 9 999999999 189 0.0730 0 88 999.000 999.0 99.0 +2.32704E7 25.0 12.8 47 97500 326 1361 368 187 585 46 19100 49000 7300 890 90 2.1 0 0 72.4 2000 9 999999999 200 0.0730 0 88 999.000 999.0 99.0 +2.3274E7 26.7 13.3 44 97500 592 1361 377 407 770 69 42700 74400 10200 1480 80 1.5 0 0 72.4 2000 9 999999999 209 0.0730 0 88 999.000 999.0 99.0 +2.32776E7 29.4 13.3 37 97600 817 1361 391 607 858 87 62800 84800 11700 1910 90 1.5 0 0 72.4 2000 9 999999999 200 0.0730 0 88 999.000 999.0 99.0 +2.32812E7 32.2 11.7 28 97600 985 1361 404 760 906 100 78500 90400 12900 2560 240 1.5 0 0 72.4 2000 9 999999999 179 0.0730 0 88 999.000 999.0 99.0 +2.32848E7 33.9 12.2 27 97500 1085 1361 413 849 925 107 87500 92600 13500 3220 340 1.5 0 0 72.4 2000 9 999999999 189 0.0730 0 88 999.000 999.0 99.0 +2.32884E7 35.0 12.8 26 97400 1109 1361 420 870 928 108 89600 92900 13600 3430 240 2.1 0 0 72.4 2000 9 999999999 200 0.0730 0 88 999.000 999.0 99.0 +2.3292E7 36.1 12.2 24 97300 1056 1361 425 823 919 105 84900 91900 13300 3000 240 1.0 0 0 72.4 2000 9 999999999 189 0.0730 0 88 999.000 999.0 99.0 +2.32956E7 36.7 11.7 22 97200 930 1361 428 712 883 104 73400 87800 13200 2350 0 0.0 1 0 72.4 2000 9 999999999 179 0.0730 0 88 999.000 999.0 99.0 +2.32992E7 36.1 11.7 23 97200 739 1361 425 539 835 81 57100 83100 11900 1880 330 2.6 0 0 80.5 2000 9 999999999 189 0.0730 0 88 999.000 999.0 99.0 +2.33028E7 36.1 11.7 23 97200 496 1361 433 303 635 67 31700 59700 9900 1340 260 3.6 1 1 80.5 2000 9 999999999 189 0.0730 0 88 999.000 999.0 99.0 +2.33064E7 35.0 11.7 24 97200 219 1361 427 102 395 36 10300 27900 5800 660 330 2.6 1 1 80.5 2000 9 999999999 179 0.0730 0 88 999.000 999.0 99.0 +2.331E7 33.9 11.7 26 97200 11 374 426 10 22 7 0 0 0 0 300 1.5 3 2 64.4 2000 9 999999999 189 0.0730 0 88 999.000 999.0 99.0 +2.33136E7 31.7 12.8 32 97400 0 0 435 0 0 0 0 0 0 0 20 3.1 8 7 48.3 3660 9 999999999 200 0.0950 0 88 999.000 999.0 99.0 +2.33172E7 29.4 13.3 37 97400 0 0 399 0 0 0 0 0 0 0 360 2.1 2 1 56.3 2000 9 999999999 200 0.0950 0 88 999.000 999.0 99.0 +2.33208E7 28.9 13.3 38 97500 0 0 389 0 0 0 0 0 0 0 310 2.6 0 0 56.3 2000 9 999999999 200 0.0950 0 88 999.000 999.0 99.0 +2.33244E7 28.3 12.2 37 97500 0 0 384 0 0 0 0 0 0 0 10 2.1 0 0 56.3 2000 9 999999999 189 0.0950 0 88 999.000 999.0 99.0 +2.3328E7 28.3 11.7 36 97400 0 0 383 0 0 0 0 0 0 0 10 1.5 0 0 56.3 2000 9 999999999 189 0.0950 0 88 999.000 999.0 99.0 +2.33316E7 27.2 12.8 41 97500 0 0 379 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 200 0.0940 0 88 999.000 999.0 99.0 +2.33352E7 26.7 12.8 42 97500 0 0 377 0 0 0 0 0 0 0 130 2.1 0 0 56.3 2000 9 999999999 200 0.0940 0 88 999.000 999.0 99.0 +2.33388E7 25.6 13.3 47 97500 0 0 372 0 0 0 0 0 0 0 280 1.5 0 0 56.3 2000 9 999999999 209 0.0940 0 88 999.000 999.0 99.0 +2.33424E7 25.0 13.3 48 97500 0 0 369 0 0 0 0 0 0 0 300 1.5 0 0 56.3 2000 9 999999999 209 0.0940 0 88 999.000 999.0 99.0 +2.3346E7 23.9 13.9 54 97600 0 0 364 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 220 0.0940 0 88 999.000 999.0 99.0 +2.33496E7 24.4 14.4 54 97600 0 0 379 0 0 0 0 0 0 0 80 2.1 3 2 64.4 2000 9 999999999 220 0.0940 0 88 999.000 999.0 99.0 +2.33532E7 26.1 13.9 47 97600 57 874 391 31 117 19 2900 4800 2600 330 110 2.1 5 3 56.3 2000 9 999999999 209 0.0560 0 88 999.000 999.0 99.0 +2.33568E7 25.6 14.4 50 97700 322 1361 389 160 364 73 16700 29500 9700 1330 0 0.0 5 3 72.4 2000 9 999999999 220 0.0560 0 88 999.000 999.0 99.0 +2.33604E7 26.7 13.3 44 97700 589 1361 385 350 609 84 36800 59100 11200 1740 80 1.5 4 1 72.4 2000 9 999999999 209 0.0560 0 88 999.000 999.0 99.0 +2.3364E7 29.4 13.3 37 97700 813 1361 404 533 588 179 57200 60300 21000 4170 90 2.1 6 2 56.3 2000 9 999999999 209 0.0560 0 88 999.000 999.0 99.0 +2.33676E7 31.7 12.8 32 97700 981 1361 416 707 713 190 74300 72200 22100 5500 20 1.5 7 2 56.3 2000 9 999999999 200 0.0560 0 88 999.000 999.0 99.0 +2.33712E7 34.4 12.2 26 97600 1080 1361 424 851 901 131 87100 90000 15500 3430 230 1.5 4 1 72.4 2000 9 999999999 189 0.0560 0 88 999.000 999.0 99.0 +2.33748E7 35.6 11.7 24 97500 1104 1361 430 815 853 118 83700 85300 14300 3520 150 1.5 4 1 72.4 2000 9 999999999 189 0.0560 0 88 999.000 999.0 99.0 +2.33784E7 36.7 11.7 22 97400 1051 1361 428 830 905 126 85100 90300 15100 3140 170 3.1 3 0 72.4 2000 9 999999999 179 0.0560 0 88 999.000 999.0 99.0 +2.3382E7 37.2 11.1 21 97400 924 1361 430 696 874 98 71900 86900 12700 2300 330 2.1 2 0 72.4 2000 9 999999999 179 0.0560 0 88 999.000 999.0 99.0 +2.33856E7 37.2 9.4 18 97300 733 1361 428 542 840 84 57000 83300 12000 1920 250 3.1 2 0 72.4 2000 9 999999999 160 0.0560 0 88 999.000 999.0 99.0 +2.33892E7 36.7 10.6 21 97300 490 1361 435 317 689 65 32500 64000 9400 1300 310 2.6 3 1 72.4 2000 9 999999999 179 0.0560 0 88 999.000 999.0 99.0 +2.33928E7 35.6 9.4 20 97300 213 1361 433 96 260 54 9800 17200 7100 980 310 2.1 6 2 72.4 2000 9 999999999 160 0.0560 0 88 999.000 999.0 99.0 +2.33964E7 33.9 9.4 22 97300 9 352 423 10 19 8 0 0 0 0 310 1.5 7 2 56.3 2000 9 999999999 160 0.0560 0 88 999.000 999.0 99.0 +2.34E7 31.7 11.1 28 97400 0 0 413 0 0 0 0 0 0 0 0 0.0 8 2 56.3 2000 9 999999999 179 0.0940 0 88 999.000 999.0 99.0 +2.34036E7 31.7 10.0 26 97400 0 0 423 0 0 0 0 0 0 0 0 0.0 8 5 56.3 7620 9 999999999 170 0.0940 0 88 999.000 999.0 99.0 +2.34072E7 31.1 11.1 29 97500 0 0 414 0 0 0 0 0 0 0 0 0.0 4 3 56.3 2000 9 999999999 179 0.0940 0 88 999.000 999.0 99.0 +2.34108E7 30.0 11.7 32 97500 0 0 392 0 0 0 0 0 0 0 0 0.0 3 0 56.3 2000 9 999999999 179 0.0940 0 88 999.000 999.0 99.0 +2.34144E7 27.8 13.3 41 97500 0 0 383 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 209 0.0940 0 88 999.000 999.0 99.0 +2.3418E7 27.8 13.9 43 97500 0 0 384 0 0 0 0 0 0 0 100 2.1 0 0 56.3 2000 9 999999999 220 0.0940 0 88 999.000 999.0 99.0 +2.34216E7 27.8 12.2 38 97500 0 0 382 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 189 0.0940 0 88 999.000 999.0 99.0 +2.34252E7 27.2 10.6 35 97500 0 0 389 0 0 0 0 0 0 0 80 2.6 2 2 56.3 2000 9 999999999 170 0.0940 0 88 999.000 999.0 99.0 +2.34288E7 27.2 10.0 34 97500 0 0 392 0 0 0 0 0 0 0 100 2.6 3 3 56.3 2000 9 999999999 170 0.0940 0 88 999.000 999.0 99.0 +2.34324E7 26.1 10.6 38 97600 0 0 371 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 179 0.0940 0 88 999.000 999.0 99.0 +2.3436E7 25.0 10.6 40 97600 0 0 366 0 0 0 0 0 0 0 0 0.0 0 0 64.4 2000 9 999999999 170 0.0940 0 88 999.000 999.0 99.0 +2.34396E7 25.6 10.0 38 97700 55 874 368 37 174 17 3000 8200 2400 310 100 2.1 0 0 64.4 2000 9 999999999 170 0.0490 0 88 999.000 999.0 99.0 +2.34432E7 27.8 8.9 31 97700 319 1362 377 191 647 38 19800 54400 7000 790 70 1.5 0 0 72.4 2000 9 999999999 160 0.0490 0 88 999.000 999.0 99.0 +2.34468E7 30.6 7.8 24 97700 585 1362 390 409 812 57 42700 77700 9300 1320 70 1.5 0 0 72.4 2000 9 999999999 150 0.0490 0 88 999.000 999.0 99.0 +2.34504E7 32.8 8.9 23 97800 810 1362 403 607 892 72 63200 88200 10600 1780 80 2.6 0 0 72.4 2000 9 999999999 160 0.0490 0 88 999.000 999.0 99.0 +2.3454E7 34.4 8.9 21 97700 977 1362 412 758 934 83 78700 93300 11600 2330 60 2.1 0 0 72.4 2000 9 999999999 160 0.0490 0 88 999.000 999.0 99.0 +2.34576E7 36.1 9.4 20 97700 1076 1362 422 850 955 89 87900 95700 12100 2860 70 2.6 0 0 72.4 2000 9 999999999 160 0.0490 0 88 999.000 999.0 99.0 +2.34612E7 37.8 9.4 18 97600 1099 1362 431 867 956 91 89800 95800 12300 3040 60 2.1 0 0 80.5 2000 9 999999999 160 0.0490 0 88 999.000 999.0 99.0 +2.34648E7 38.3 8.3 16 97500 1045 1362 432 823 951 87 85200 95200 12000 2670 40 2.1 0 0 80.5 2000 9 999999999 150 0.0490 0 88 999.000 999.0 99.0 +2.34684E7 40.0 7.8 14 97400 918 1362 441 711 928 80 73800 92400 11300 2110 90 3.6 0 0 80.5 2000 9 999999999 139 0.0490 0 88 999.000 999.0 99.0 +2.3472E7 40.0 7.8 14 97300 727 1362 441 541 879 67 56300 86200 10200 1600 150 2.1 0 0 80.5 2000 9 999999999 139 0.0490 0 88 999.000 999.0 99.0 +2.34756E7 38.9 7.8 15 97300 483 1362 435 329 775 49 34200 72000 8600 1130 0 0.0 0 0 80.5 2000 9 999999999 139 0.0490 0 88 999.000 999.0 99.0 +2.34792E7 38.3 7.2 15 97300 206 1362 430 111 521 30 11100 37600 5400 580 120 1.5 0 0 80.5 2000 9 999999999 139 0.0490 0 88 999.000 999.0 99.0 +2.34828E7 36.1 7.2 17 97300 7 329 432 9 20 6 0 0 0 0 250 1.5 2 2 56.3 2000 9 999999999 139 0.0490 0 88 999.000 999.0 99.0 +2.34864E7 34.4 9.4 22 97400 0 0 412 0 0 0 0 0 0 0 110 2.1 0 0 56.3 2000 9 999999999 160 0.0940 0 88 999.000 999.0 99.0 +2.349E7 33.3 9.4 23 97400 0 0 406 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 160 0.0940 0 88 999.000 999.0 99.0 +2.34936E7 32.2 7.8 22 97500 0 0 399 0 0 0 0 0 0 0 100 2.6 0 0 56.3 2000 9 999999999 150 0.0940 0 88 999.000 999.0 99.0 +2.34972E7 31.1 9.4 26 97600 0 0 395 0 0 0 0 0 0 0 110 2.1 0 0 56.3 2000 9 999999999 160 0.0940 0 88 999.000 999.0 99.0 +2.35008E7 30.0 10.0 29 97600 0 0 390 0 0 0 0 0 0 0 110 1.5 0 0 56.3 2000 9 999999999 170 0.0940 0 88 999.000 999.0 99.0 +2.35044E7 28.9 10.6 32 97600 0 0 385 0 0 0 0 0 0 0 90 1.5 0 0 56.3 2000 9 999999999 170 0.0930 0 88 999.000 999.0 99.0 +2.3508E7 27.8 10.6 34 97700 0 0 380 0 0 0 0 0 0 0 70 1.5 0 0 56.3 2000 9 999999999 170 0.0930 0 88 999.000 999.0 99.0 +2.35116E7 26.7 11.1 38 97700 0 0 375 0 0 0 0 0 0 0 40 1.5 0 0 56.3 2000 9 999999999 179 0.0930 0 88 999.000 999.0 99.0 +2.35152E7 26.1 10.6 38 97700 0 0 371 0 0 0 0 0 0 0 100 1.5 0 0 56.3 2000 9 999999999 179 0.0930 0 88 999.000 999.0 99.0 +2.35188E7 25.0 11.1 42 97700 0 0 366 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 179 0.0930 0 88 999.000 999.0 99.0 +2.35224E7 25.6 10.6 39 97700 0 0 369 0 0 0 0 0 0 0 100 1.5 0 0 80.5 2000 9 999999999 170 0.0930 0 88 999.000 999.0 99.0 +2.3526E7 25.0 10.6 40 97800 53 852 366 37 194 15 2900 9200 2300 280 100 1.5 0 0 80.5 2000 9 999999999 170 0.0400 0 88 999.000 999.0 99.0 +2.35296E7 26.7 11.1 38 97800 316 1363 375 189 659 34 19800 55800 6800 800 100 2.1 0 0 72.4 2000 9 999999999 179 0.0400 0 88 999.000 999.0 99.0 +2.35332E7 30.0 10.6 30 97900 581 1363 391 409 830 52 42900 79400 8900 1270 60 4.6 0 0 96.6 2000 9 999999999 170 0.0400 0 88 999.000 999.0 99.0 +2.35368E7 31.7 11.1 28 97900 806 1363 400 604 901 66 63000 89100 10100 1710 60 2.6 0 0 96.6 2000 9 999999999 179 0.0400 0 88 999.000 999.0 99.0 +2.35404E7 32.8 11.7 28 97800 973 1363 407 753 940 77 78300 93900 11100 2220 90 3.6 0 0 96.6 2000 9 999999999 189 0.0400 0 88 999.000 999.0 99.0 +2.3544E7 34.4 11.7 25 97700 1071 1363 415 842 960 82 87400 96200 11600 2700 90 2.6 0 0 96.6 2000 9 999999999 189 0.0400 0 88 999.000 999.0 99.0 +2.35476E7 35.6 11.7 24 97600 1094 1363 422 864 964 83 89500 96700 11700 2840 90 4.1 0 0 96.6 2000 9 999999999 189 0.0400 0 88 999.000 999.0 99.0 +2.35512E7 36.1 11.7 23 97500 1040 1363 425 816 956 80 84700 95700 11400 2510 120 4.1 0 0 96.6 2000 9 999999999 189 0.0400 0 88 999.000 999.0 99.0 +2.35548E7 36.1 11.1 22 97400 913 1363 424 703 932 73 73100 92900 10800 2000 100 4.6 0 0 96.6 2000 9 999999999 179 0.0400 0 88 999.000 999.0 99.0 +2.35584E7 36.7 10.6 21 97400 721 1363 426 532 882 61 55600 86500 9700 1530 80 4.1 0 0 96.6 2000 9 999999999 179 0.0400 0 88 999.000 999.0 99.0 +2.3562E7 36.7 10.6 21 97300 477 1363 435 306 723 49 32200 67600 8500 1080 90 2.1 1 1 96.6 2000 9 999999999 179 0.0400 0 88 999.000 999.0 99.0 +2.35656E7 35.6 9.4 20 97400 200 1363 433 109 449 41 10900 29900 6500 720 90 3.1 2 2 96.6 2000 9 999999999 160 0.0400 0 88 999.000 999.0 99.0 +2.35692E7 33.9 10.0 23 97400 6 284 424 12 36 7 0 0 0 0 60 1.5 2 2 56.3 2000 9 999999999 170 0.0400 0 88 999.000 999.0 99.0 +2.35728E7 32.2 9.4 25 97500 0 0 414 0 0 0 0 0 0 0 60 9.3 2 2 40.2 2000 9 999999999 160 0.0930 0 88 999.000 999.0 99.0 +2.35764E7 31.1 9.4 26 97500 0 0 395 0 0 0 0 0 0 0 60 4.6 0 0 40.2 2000 9 999999999 160 0.0930 0 88 999.000 999.0 99.0 +2.358E7 30.0 9.0 26 97600 0 0 389 0 0 0 0 0 0 0 60 4.5 0 0 40.2 2000 9 999999999 150 0.0930 0 88 999.000 999.0 99.0 +2.35836E7 28.9 8.6 26 97500 0 0 383 0 0 0 0 0 0 0 70 4.3 0 0 48.3 2000 9 999999999 150 0.0930 0 88 999.000 999.0 99.0 +2.35872E7 27.8 8.2 28 97500 0 0 377 0 0 0 0 0 0 0 70 4.2 0 0 48.3 2000 9 999999999 160 0.0930 0 88 999.000 999.0 99.0 +2.35908E7 26.6 7.9 31 97000 0 0 370 0 0 0 0 0 0 0 50 4.0 0 0 56.3 2000 9 999999999 150 0.0900 0 88 999.000 999.0 99.0 +2.35944E7 25.5 7.5 29 97000 0 0 364 0 0 0 0 0 0 0 90 3.9 0 0 56.3 2000 9 999999999 129 0.0900 0 88 999.000 999.0 99.0 +2.3598E7 24.4 7.1 33 97000 0 0 358 0 0 0 0 0 0 0 80 3.7 0 0 56.3 2000 9 999999999 139 0.0900 0 88 999.000 999.0 99.0 +2.36016E7 23.3 6.7 34 97000 0 0 353 0 0 0 0 0 0 0 90 3.6 0 0 56.3 2000 9 999999999 129 0.0900 0 88 999.000 999.0 99.0 +2.36052E7 22.8 4.4 30 97100 0 0 348 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 120 0.0900 0 88 999.000 999.0 99.0 +2.36088E7 22.2 4.4 32 97100 0 0 345 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 120 0.0900 0 88 999.000 999.0 99.0 +2.36124E7 22.2 4.4 32 97100 50 830 345 27 178 7 2000 10600 1300 220 90 2.6 0 0 56.3 2000 9 999999999 120 0.0900 0 88 999.000 999.0 99.0 +2.3616E7 23.9 3.9 27 97200 310 1364 352 180 650 29 18800 54900 6300 750 90 4.1 0 0 72.4 2000 9 999999999 110 0.0900 0 88 999.000 999.0 99.0 +2.36196E7 27.2 5.6 25 97200 576 1364 370 394 824 41 41400 78900 8000 1120 90 3.1 0 0 72.4 2000 9 999999999 129 0.0900 0 88 999.000 999.0 99.0 +2.36232E7 30.0 5.0 21 97200 800 1364 383 597 905 60 62300 89500 9600 1610 90 3.1 0 0 72.4 2000 9 999999999 120 0.0900 0 88 999.000 999.0 99.0 +2.36268E7 32.8 5.6 18 97200 966 1364 399 752 948 74 78200 94700 10900 2150 100 3.1 0 0 72.4 2000 9 999999999 120 0.0900 0 88 999.000 999.0 99.0 +2.36304E7 35.0 6.1 17 97200 1064 1364 411 844 940 103 86800 94000 13200 3010 130 3.6 0 0 80.5 2000 9 999999999 129 0.0680 0 88 999.000 999.0 99.0 +2.3634E7 36.1 5.6 15 97100 1086 1364 416 874 967 96 90100 96800 12700 3050 200 1.5 0 0 80.5 2000 9 999999999 120 0.0900 0 88 999.000 999.0 99.0 +2.36376E7 35.6 5.6 16 97000 1032 1364 413 829 931 117 84900 92900 14400 2940 90 2.1 0 0 80.5 2000 9 999999999 129 0.0900 0 88 999.000 999.0 99.0 +2.36412E7 37.2 5.0 14 96900 904 1364 421 691 916 77 71600 91200 11000 2030 270 2.1 0 0 80.5 2000 9 999999999 120 0.0900 0 88 999.000 999.0 99.0 +2.36448E7 37.8 5.0 13 96800 711 1364 425 542 708 167 55100 69000 19000 3420 70 1.5 0 0 72.4 2000 9 999999999 120 0.0900 0 88 999.000 999.0 99.0 +2.36484E7 36.7 5.0 14 96700 467 1364 419 300 710 51 31200 65900 8500 1100 90 4.6 0 0 72.4 2000 9 999999999 120 0.0900 0 88 999.000 999.0 99.0 +2.3652E7 34.4 5.6 17 96700 190 1364 407 56 366 2 6000 27200 2200 80 10 3.6 0 0 72.4 2000 9 999999999 129 0.0900 0 88 999.000 999.0 99.0 +2.36556E7 32.8 6.1 19 96700 4 239 399 0 3 0 0 0 0 0 360 3.1 0 0 56.3 2000 9 999999999 129 0.0900 0 88 999.000 999.0 99.0 +2.36592E7 31.1 6.1 21 96800 0 0 391 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.0900 0 88 999.000 999.0 99.0 +2.36628E7 31.1 3.3 17 96800 0 0 387 0 0 0 0 0 0 0 280 4.1 0 0 56.3 2000 9 999999999 110 0.0900 0 88 999.000 999.0 99.0 +2.36664E7 28.9 2.8 19 96800 0 0 375 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 110 0.0900 0 88 999.000 999.0 99.0 +2.367E7 27.8 3.9 22 96900 0 0 371 0 0 0 0 0 0 0 330 1.5 0 0 56.3 2000 9 999999999 110 0.0900 0 88 999.000 999.0 99.0 +2.36736E7 27.2 3.3 22 96900 0 0 367 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.0900 0 88 999.000 999.0 99.0 +2.36772E7 25.6 3.3 24 97000 0 0 360 0 0 0 0 0 0 0 120 4.1 0 0 56.3 2000 9 999999999 110 0.0920 0 88 999.000 999.0 99.0 +2.36808E7 24.4 1.1 22 97000 0 0 351 0 0 0 0 0 0 0 110 3.1 0 0 56.3 2000 9 999999999 100 0.0920 0 88 999.000 999.0 99.0 +2.36844E7 24.4 1.7 23 97000 0 0 352 0 0 0 0 0 0 0 110 3.6 0 0 56.3 2000 9 999999999 100 0.0920 0 88 999.000 999.0 99.0 +2.3688E7 22.2 3.9 30 97000 0 0 344 0 0 0 0 0 0 0 80 3.6 0 0 56.3 2000 9 999999999 110 0.0920 0 88 999.000 999.0 99.0 +2.36916E7 22.2 3.3 29 97000 0 0 343 0 0 0 0 0 0 0 100 3.1 0 0 56.3 2000 9 999999999 110 0.0920 0 88 999.000 999.0 99.0 +2.36952E7 21.1 2.8 30 97000 0 0 338 0 0 0 0 0 0 0 90 3.6 0 0 56.3 2000 9 999999999 110 0.0920 0 88 999.000 999.0 99.0 +2.36988E7 20.6 2.8 31 97100 48 807 336 28 219 2 1800 13000 1000 80 80 4.1 0 0 72.4 2000 9 999999999 110 0.0920 0 88 999.000 999.0 99.0 +2.37024E7 23.9 2.2 24 97100 307 1365 350 184 707 27 19800 59500 6400 720 90 3.6 1 0 72.4 2000 9 999999999 100 0.0920 0 88 999.000 999.0 99.0 +2.3706E7 26.7 3.3 22 97200 572 1365 365 404 856 49 43200 81700 8800 1230 90 3.1 1 0 72.4 2000 9 999999999 110 0.0920 0 88 999.000 999.0 99.0 +2.37096E7 30.0 2.8 18 97200 796 1365 388 607 919 70 63600 90800 10500 1730 150 5.2 1 1 80.5 2000 9 999999999 110 0.0920 0 88 999.000 999.0 99.0 +2.37132E7 32.2 6.1 20 97200 962 1365 404 637 654 171 67000 66400 20100 4840 170 4.1 1 1 80.5 2000 9 999999999 129 0.1660 0 88 999.000 999.0 99.0 +2.37168E7 32.8 5.6 18 97100 1060 1365 406 782 788 164 80700 78800 19300 4920 210 3.1 1 1 80.5 2000 9 999999999 120 0.1660 0 88 999.000 999.0 99.0 +2.37204E7 35.0 4.4 15 97100 1081 1365 416 784 742 190 83000 75800 22800 6690 220 3.1 1 1 80.5 2000 9 999999999 120 0.1660 0 88 999.000 999.0 99.0 +2.3724E7 35.6 4.4 14 96900 1026 1365 420 827 919 123 84100 91700 14900 2930 190 2.6 1 1 80.5 2000 9 999999999 110 0.0920 0 88 999.000 999.0 99.0 +2.37276E7 36.7 3.3 12 96900 898 1365 424 701 885 111 73500 88900 14800 2810 250 6.2 2 1 80.5 2000 9 999999999 100 0.0920 0 88 999.000 999.0 99.0 +2.37312E7 37.2 5.6 14 96800 705 1365 430 598 664 241 59800 66500 25400 5370 270 5.2 3 1 64.4 2000 9 999999999 120 0.0920 0 88 999.000 999.0 99.0 +2.37348E7 37.2 5.6 14 96800 461 1365 440 344 641 122 34100 56900 14800 2120 240 4.6 3 3 64.4 2000 9 999999999 120 0.0920 0 88 999.000 999.0 99.0 +2.37384E7 35.0 5.6 16 96800 183 1365 428 71 322 26 7200 21100 4400 490 250 6.2 3 3 64.4 2000 9 999999999 120 0.0920 0 88 999.000 999.0 99.0 +2.3742E7 32.8 5.0 17 96900 3 216 418 1 1 1 0 0 0 0 250 5.7 4 4 56.3 2000 9 999999999 120 0.0920 0 88 999.000 999.0 99.0 +2.37456E7 31.7 5.6 19 96900 0 0 413 0 0 0 0 0 0 0 230 5.2 4 4 56.3 2000 9 999999999 120 0.0920 0 88 999.000 999.0 99.0 +2.37492E7 30.6 6.1 21 97000 0 0 405 0 0 0 0 0 0 0 250 3.1 3 3 56.3 2000 9 999999999 129 0.0920 0 88 999.000 999.0 99.0 +2.37528E7 29.4 7.2 25 97000 0 0 396 0 0 0 0 0 0 0 330 2.1 2 2 56.3 2000 9 999999999 139 0.0920 0 88 999.000 999.0 99.0 +2.37564E7 28.9 7.2 26 97100 0 0 393 0 0 0 0 0 0 0 10 1.5 2 2 56.3 2000 9 999999999 139 0.0920 0 88 999.000 999.0 99.0 +2.376E7 28.3 7.2 26 97100 0 0 394 0 0 0 0 0 0 0 30 2.1 3 3 56.3 2000 9 999999999 139 0.0920 0 88 999.000 999.0 99.0 +2.37636E7 28.3 7.8 27 97100 0 0 401 0 0 0 0 0 0 0 250 2.6 5 5 56.3 2000 9 999999999 139 0.0920 0 88 999.000 999.0 99.0 +2.37672E7 27.8 8.3 29 97100 0 0 399 0 0 0 0 0 0 0 80 2.1 5 5 56.3 2000 9 999999999 150 0.0920 0 88 999.000 999.0 99.0 +2.37708E7 26.7 7.8 30 97100 0 0 387 0 0 0 0 0 0 0 90 3.6 3 3 56.3 2000 9 999999999 139 0.0920 0 88 999.000 999.0 99.0 +2.37744E7 25.6 6.7 30 97100 0 0 380 0 0 0 0 0 0 0 100 2.6 3 3 56.3 2000 9 999999999 139 0.0920 0 88 999.000 999.0 99.0 +2.3778E7 24.4 8.9 37 97100 0 0 376 0 0 0 0 0 0 0 80 2.1 3 3 56.3 2000 9 999999999 150 0.0920 0 88 999.000 999.0 99.0 +2.37816E7 25.0 8.3 35 97100 0 0 379 0 0 0 0 0 0 0 90 2.6 3 3 56.3 2000 9 999999999 150 0.0920 0 88 999.000 999.0 99.0 +2.37852E7 24.4 10.0 40 97200 46 785 381 8 2 8 1000 0 1000 310 90 3.1 4 4 72.4 2000 9 999999999 170 0.0920 0 88 999.000 999.0 99.0 +2.37888E7 26.7 9.4 34 97200 303 1365 392 156 417 70 17000 32800 9700 1280 100 5.2 4 4 64.4 2000 9 999999999 160 0.0920 0 88 999.000 999.0 99.0 +2.37924E7 28.3 10.6 33 97300 568 1365 405 440 758 132 45800 71300 16000 2480 110 5.2 5 5 64.4 2000 9 999999999 170 0.0920 0 88 999.000 999.0 99.0 +2.3796E7 28.3 12.8 38 97400 792 1365 416 381 131 307 42000 13300 34300 9320 130 4.1 7 7 64.4 4270 9 999999999 200 0.0920 0 88 999.000 999.0 99.0 +2.37996E7 30.6 10.0 28 97400 958 1365 432 352 4 349 40100 400 39800 14090 140 4.6 8 8 56.3 4270 9 999999999 170 0.0920 0 88 999.000 999.0 99.0 +2.38032E7 31.1 11.1 29 97300 1055 1365 436 526 153 407 57200 16200 44600 13860 140 5.2 8 8 56.3 4270 9 999999999 179 0.0920 0 88 999.000 999.0 99.0 +2.38068E7 29.4 13.3 37 97300 1076 1365 439 415 34 388 45700 3500 42900 15020 120 5.2 9 9 48.3 3050 9 999999999 200 0.0920 0 88 999.000 999.0 99.0 +2.38104E7 31.7 11.7 29 97200 1021 1365 463 446 52 408 49200 5400 45100 14630 100 5.7 10 10 56.3 3050 9 999999999 179 0.0920 0 88 999.000 999.0 99.0 +2.3814E7 30.0 12.2 34 97200 892 1365 453 204 2 203 24100 200 24000 9300 160 5.7 10 10 32.2 2740 9 999999999 189 0.0920 0 88 999.000 999.0 99.0 +2.38176E7 29.4 13.9 39 97200 699 1365 452 66 1 66 8300 100 8200 3230 150 4.1 10 10 72.4 2740 9 999999999 209 0.0920 0 88 999.000 999.0 99.0 +2.38212E7 30.0 13.3 36 97200 454 1365 455 30 1 30 3800 0 3800 1380 200 5.7 10 10 64.4 2290 9 999999999 209 0.0920 0 88 999.000 999.0 99.0 +2.38248E7 27.8 15.0 46 97200 177 1365 444 6 4 6 700 300 700 170 140 4.6 10 10 64.4 2130 9 999999999 229 0.0920 0 88 999.000 999.0 99.0 +2.38284E7 24.4 17.8 67 97200 2 193 428 0 2 0 0 0 0 0 130 4.6 10 10 40.2 1980 9 999999999 270 0.0920 0 88 999.000 999.0 99.0 +2.3832E7 25.6 17.8 62 97300 0 0 423 0 0 0 0 0 0 0 60 2.1 9 9 56.3 2740 9 999999999 270 0.0920 0 88 999.000 999.0 99.0 +2.38356E7 24.4 17.8 67 97300 0 0 401 0 0 0 0 0 0 0 100 2.6 7 7 56.3 3660 9 999999999 270 0.0920 0 88 999.000 999.0 99.0 +2.38392E7 25.0 16.1 58 97300 0 0 418 0 0 0 0 0 0 0 90 3.1 9 9 56.3 2130 9 999999999 250 0.0920 0 88 999.000 999.0 99.0 +2.38428E7 25.0 15.0 54 97300 0 0 416 0 0 0 0 0 0 0 80 3.1 9 9 56.3 3050 9 999999999 229 0.0920 0 88 999.000 999.0 99.0 +2.38464E7 25.0 15.0 54 97300 0 0 416 0 0 0 0 0 0 0 110 3.1 9 9 56.3 3050 9 999999999 229 0.0920 0 88 999.000 999.0 99.0 +2.385E7 25.0 15.6 56 97300 0 0 417 0 0 0 0 0 0 0 140 1.5 9 9 56.3 3050 9 999999999 240 0.0910 0 88 999.000 999.0 99.0 +2.38536E7 24.4 15.6 58 97300 0 0 425 0 0 0 0 0 0 0 80 3.1 10 10 56.3 3050 9 999999999 240 0.0910 0 88 999.000 999.0 99.0 +2.38572E7 23.9 16.1 62 97300 0 0 423 0 0 0 0 0 0 0 90 4.1 10 10 56.3 3050 9 999999999 250 0.0910 0 88 999.000 999.0 99.0 +2.38608E7 23.9 16.1 62 97200 0 0 423 0 0 0 0 0 0 0 70 4.1 10 10 56.3 3050 9 999999999 250 0.0910 0 88 999.000 999.0 99.0 +2.38644E7 23.9 15.6 60 97200 0 0 423 0 0 0 0 0 0 0 100 4.1 10 10 56.3 3050 9 999999999 240 0.0910 0 88 999.000 999.0 99.0 +2.3868E7 22.8 16.1 66 97300 0 0 417 0 0 0 0 0 0 0 140 4.6 10 10 56.3 3050 9 999999999 240 0.0910 0 88 999.000 999.0 99.0 +2.38716E7 21.7 18.3 81 97300 44 786 414 11 2 11 1300 0 1300 410 20 1.5 10 10 56.3 3050 9 999999999 279 0.0910 0 88 999.000 999.0 99.0 +2.38752E7 21.7 18.9 84 97400 300 1366 414 61 3 61 7000 100 7000 2270 100 3.1 10 10 56.3 3050 9 999999999 290 0.0910 0 88 999.000 999.0 99.0 +2.38788E7 21.7 18.3 81 97400 565 1366 414 92 2 91 10900 100 10800 3980 80 4.1 10 10 48.3 3660 9 999999999 279 0.0910 0 88 999.000 999.0 99.0 +2.38824E7 22.8 17.8 74 97400 788 1366 419 266 10 260 30200 900 29600 10310 80 4.6 10 10 64.4 3660 9 999999999 270 0.0910 0 88 999.000 999.0 99.0 +2.3886E7 23.9 17.2 66 97500 954 1366 425 345 10 338 39400 1000 38700 13780 90 5.2 10 10 64.4 4570 9 999999999 259 0.0910 0 88 999.000 999.0 99.0 +2.38896E7 25.6 17.2 60 97500 1050 1366 434 314 11 306 36700 1000 36000 13620 120 4.1 10 10 72.4 3050 9 999999999 259 0.0910 0 88 999.000 999.0 99.0 +2.38932E7 25.0 17.2 62 97400 1071 1366 431 134 2 132 16700 100 16600 6900 140 4.6 10 10 56.3 3050 9 999999999 259 0.0910 0 88 999.000 999.0 99.0 +2.38968E7 25.0 16.1 58 97400 1015 1366 430 162 2 160 19700 100 19600 8050 150 5.7 10 10 72.4 3050 9 999999999 250 0.0910 0 88 999.000 999.0 99.0 +2.39004E7 24.4 17.2 64 97400 886 1366 428 130 2 128 15800 100 15700 6330 140 4.1 10 10 48.3 3050 9 999999999 259 0.0910 0 88 999.000 999.0 99.0 +2.3904E7 23.9 17.8 69 97400 693 1366 425 104 2 103 12500 100 12400 4780 150 5.2 10 10 56.3 2130 9 999999999 270 0.0910 0 88 999.000 999.0 99.0 +2.39076E7 22.8 18.3 76 97300 448 1366 420 89 4 88 10300 200 10200 3530 130 4.6 10 10 40.2 4570 9 999999999 279 0.0910 0 88 999.000 999.0 99.0 +2.39112E7 22.8 18.3 76 97200 171 1366 420 58 6 57 6300 100 6300 1680 90 3.1 10 10 40.2 4570 9 999999999 279 0.0910 0 88 999.000 999.0 99.0 +2.39148E7 22.2 18.3 79 97200 2 148 416 0 1 0 0 0 0 0 120 4.6 10 10 56.3 4570 9 999999999 279 0.0910 0 88 999.000 999.0 99.0 +2.39184E7 22.2 17.8 76 97200 0 0 416 0 0 0 0 0 0 0 100 4.1 10 10 56.3 1520 9 999999999 270 0.0910 0 88 999.000 999.0 99.0 +2.3922E7 22.2 17.8 76 97200 0 0 416 0 0 0 0 0 0 0 100 1.5 10 10 56.3 1520 9 999999999 270 0.0910 0 88 999.000 999.0 99.0 +2.39256E7 22.2 17.2 73 97200 0 0 415 0 0 0 0 0 0 0 0 0.0 10 10 56.3 7620 9 999999999 259 0.0910 0 88 999.000 999.0 99.0 +2.39292E7 22.2 17.2 73 97200 0 0 415 0 0 0 0 0 0 0 0 0.0 10 10 56.3 1830 9 999999999 259 0.0910 0 88 999.000 999.0 99.0 +2.39328E7 22.2 17.2 73 97200 0 0 415 0 0 0 0 0 0 0 0 0.0 10 10 56.3 1830 9 999999999 259 0.0910 0 88 999.000 999.0 99.0 +2.39364E7 21.7 18.3 81 97100 0 0 414 0 0 0 0 0 0 0 50 2.1 10 10 56.3 1830 9 999999999 279 0.0910 0 88 999.000 999.0 99.0 +2.394E7 21.7 17.8 79 97000 0 0 413 0 0 0 0 0 0 0 90 2.1 10 10 56.3 1830 9 999999999 270 0.0910 0 88 999.000 999.0 99.0 +2.39436E7 21.7 17.2 76 96900 0 0 412 0 0 0 0 0 0 0 110 3.1 10 10 56.3 1830 9 999999999 259 0.0910 0 88 999.000 999.0 99.0 +2.39472E7 21.7 16.7 73 96900 0 0 412 0 0 0 0 0 0 0 80 2.6 10 10 56.3 1830 9 999999999 250 0.0910 0 88 999.000 999.0 99.0 +2.39508E7 21.1 16.7 76 97000 0 0 408 0 0 0 0 0 0 0 140 3.6 10 10 56.3 1830 9 999999999 250 0.0910 0 88 999.000 999.0 99.0 +2.39544E7 21.1 16.7 76 97000 0 0 408 0 0 0 0 0 0 0 140 2.1 10 10 56.3 1830 9 999999999 250 0.0910 0 88 999.000 999.0 99.0 +2.3958E7 21.1 16.1 73 97100 42 763 382 4 2 4 500 100 500 110 270 2.1 9 7 56.3 1830 9 999999999 240 0.0910 0 88 999.000 999.0 99.0 +2.39616E7 21.1 17.2 79 97100 296 1367 383 65 3 60 6900 100 6900 2230 250 2.1 7 7 64.4 3660 9 999999999 259 0.0910 0 88 999.000 999.0 99.0 +2.39652E7 22.8 16.7 69 97200 561 1367 384 206 63 173 21800 6100 19300 4850 0 0.0 5 5 64.4 2000 9 999999999 250 0.0910 0 88 999.000 999.0 99.0 +2.39688E7 26.1 15.6 52 97300 784 1367 390 539 768 89 56400 76700 12300 2100 220 2.1 2 2 72.4 2000 9 999999999 229 0.0910 0 88 999.000 999.0 99.0 +2.39724E7 27.2 15.6 49 97300 949 1367 399 630 574 227 67300 59600 25800 6270 200 1.5 3 3 72.4 2000 9 999999999 240 0.1290 0 88 999.000 999.0 99.0 +2.3976E7 27.2 15.6 49 97300 1046 1367 420 517 358 232 55100 37400 26400 7520 100 3.1 8 8 72.4 1830 9 999999999 240 0.0910 0 88 999.000 999.0 99.0 +2.39796E7 29.4 15.6 43 97300 1066 1367 433 928 807 290 94900 80300 32100 9310 190 3.6 8 8 72.4 2130 9 999999999 240 0.0910 0 88 999.000 999.0 99.0 +2.39832E7 30.6 15.0 39 97200 1010 1367 427 755 701 247 79400 70100 27400 7210 190 3.1 6 6 72.4 2130 9 999999999 229 0.0910 0 88 999.000 999.0 99.0 +2.39868E7 30.6 15.0 39 97200 880 1367 427 550 633 139 58300 64300 16700 3570 180 2.6 6 6 72.4 2130 9 999999999 229 0.0910 0 88 999.000 999.0 99.0 +2.39904E7 30.0 14.4 39 97200 686 1367 413 482 640 166 51700 64200 19400 3500 140 3.6 3 3 72.4 2000 9 999999999 220 0.0910 0 88 999.000 999.0 99.0 +2.3994E7 28.9 14.4 41 97200 442 1367 410 152 210 89 17100 19500 10800 1680 140 2.6 4 4 72.4 2000 9 999999999 220 0.0910 0 88 999.000 999.0 99.0 +2.39976E7 23.3 14.4 58 97400 164 1367 387 22 2 21 2500 0 2500 800 20 5.2 6 6 56.3 1830 9 999999999 220 0.0910 0 88 999.000 999.0 99.0 +2.40012E7 24.4 14.4 54 97300 1 125 383 0 2 0 0 0 0 0 80 4.6 3 3 56.3 2000 9 999999999 220 0.0910 0 88 999.000 999.0 99.0 +2.40048E7 23.9 15.6 60 97400 0 0 378 0 0 0 0 0 0 0 80 6.2 2 2 56.3 2000 9 999999999 240 0.0910 0 88 999.000 999.0 99.0 +2.40084E7 22.8 13.9 57 97400 0 0 359 0 0 0 0 0 0 0 80 4.1 0 0 56.3 2000 9 999999999 209 0.0910 0 88 999.000 999.0 99.0 +2.4012E7 22.8 14.4 60 97500 0 0 359 0 0 0 0 0 0 0 100 4.1 0 0 56.3 2000 9 999999999 220 0.0910 0 88 999.000 999.0 99.0 +2.40156E7 22.2 14.4 62 97500 0 0 356 0 0 0 0 0 0 0 90 4.1 0 0 56.3 2000 9 999999999 220 0.0910 0 88 999.000 999.0 99.0 +2.40192E7 22.2 13.9 59 97500 0 0 356 0 0 0 0 0 0 0 100 3.1 0 0 56.3 2000 9 999999999 209 0.0910 0 88 999.000 999.0 99.0 +2.40228E7 21.7 12.8 57 97500 0 0 352 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 200 0.2120 0 88 999.000 999.0 99.0 +2.40264E7 20.6 13.3 63 97600 0 0 348 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 209 0.2120 0 88 999.000 999.0 99.0 +2.403E7 20.6 13.3 63 97600 0 0 348 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 209 0.2120 0 88 999.000 999.0 99.0 +2.40336E7 20.6 12.2 59 97600 0 0 346 0 0 0 0 0 0 0 110 3.1 0 0 56.3 2000 9 999999999 189 0.2120 0 88 999.000 999.0 99.0 +2.40372E7 19.4 13.3 68 97600 0 0 342 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 209 0.2120 0 88 999.000 999.0 99.0 +2.40408E7 20.0 12.2 61 97700 0 0 344 0 0 0 0 0 0 0 90 2.6 0 0 56.3 2000 9 999999999 189 0.2120 0 88 999.000 999.0 99.0 +2.40444E7 20.0 12.2 61 97700 40 741 344 21 125 6 1500 6800 1100 150 100 3.1 0 0 56.3 2000 9 999999999 189 0.2120 0 88 999.000 999.0 99.0 +2.4048E7 21.7 12.8 57 97800 292 1368 359 161 583 32 16500 47900 6200 690 70 2.1 1 1 72.4 2000 9 999999999 200 0.2120 0 88 999.000 999.0 99.0 +2.40516E7 24.4 12.8 48 97800 557 1368 365 358 759 44 37500 72200 8000 1150 80 2.1 0 0 72.4 2000 9 999999999 200 0.2120 0 88 999.000 999.0 99.0 +2.40552E7 25.6 12.2 44 97800 780 1368 371 562 856 68 58400 84400 10100 1680 60 3.1 0 0 80.5 2000 9 999999999 200 0.2120 0 88 999.000 999.0 99.0 +2.40588E7 27.8 11.7 37 97800 945 1368 381 650 778 107 69000 78600 14600 2930 50 3.1 0 0 80.5 2000 9 999999999 189 0.2120 0 88 999.000 999.0 99.0 +2.40624E7 29.4 11.7 33 97800 1041 1368 389 792 919 85 81900 92000 11700 2590 360 2.1 0 0 96.6 2000 9 999999999 179 0.2120 0 88 999.000 999.0 99.0 +2.4066E7 30.6 12.2 32 97700 1061 1368 396 815 918 95 84000 91900 12500 2860 220 1.5 0 0 96.6 2000 9 999999999 189 0.2120 0 88 999.000 999.0 99.0 +2.40696E7 32.2 11.7 28 97600 1004 1368 411 767 884 113 78900 88200 14000 2730 190 2.6 1 1 112.7 2000 9 999999999 179 0.2120 0 88 999.000 999.0 99.0 +2.40732E7 31.7 10.0 26 97600 874 1368 406 642 875 76 66600 86900 10800 1950 270 3.6 1 1 112.7 2000 9 999999999 170 0.2120 0 88 999.000 999.0 99.0 +2.40768E7 32.8 10.0 25 97500 680 1368 405 485 688 137 49800 67200 16200 2830 170 2.1 0 0 112.7 2000 9 999999999 170 0.2120 0 88 999.000 999.0 99.0 +2.40804E7 32.2 9.4 25 97500 435 1368 401 260 632 54 26600 57400 8300 1100 240 2.1 1 0 112.7 2000 9 999999999 160 0.2120 0 88 999.000 999.0 99.0 +2.4084E7 30.6 9.4 27 97500 158 1368 392 44 283 10 4600 19800 2300 330 350 2.1 0 0 80.5 2000 9 999999999 160 0.2120 0 88 999.000 999.0 99.0 +2.40876E7 29.4 8.9 28 97500 1 103 386 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 160 0.2120 0 88 999.000 999.0 99.0 +2.40912E7 28.9 9.4 30 97500 0 0 384 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 160 0.2120 0 88 999.000 999.0 99.0 +2.40948E7 26.7 10.6 37 97600 0 0 374 0 0 0 0 0 0 0 350 1.5 0 0 56.3 2000 9 999999999 179 0.2120 0 88 999.000 999.0 99.0 +2.40984E7 26.1 11.7 41 97600 0 0 372 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 189 0.2120 0 88 999.000 999.0 99.0 +2.4102E7 25.0 12.2 45 97600 0 0 368 0 0 0 0 0 0 0 30 1.5 0 0 56.3 2000 9 999999999 189 0.2120 0 88 999.000 999.0 99.0 +2.41056E7 24.4 10.6 42 97600 0 0 363 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 170 0.2120 0 88 999.000 999.0 99.0 +2.41092E7 22.8 12.2 52 97600 0 0 357 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 200 0.1630 0 88 999.000 999.0 99.0 +2.41128E7 21.7 11.7 53 97600 0 0 351 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 189 0.1630 0 88 999.000 999.0 99.0 +2.41164E7 20.6 12.2 59 97600 0 0 346 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 189 0.1630 0 88 999.000 999.0 99.0 +2.412E7 20.6 11.7 57 97600 0 0 346 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 189 0.1630 0 88 999.000 999.0 99.0 +2.41236E7 20.6 11.7 57 97600 0 0 346 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 189 0.1630 0 88 999.000 999.0 99.0 +2.41272E7 19.4 11.7 61 97600 0 0 340 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 189 0.1630 0 88 999.000 999.0 99.0 +2.41308E7 19.4 12.2 63 97700 39 741 341 19 122 5 1300 7000 900 170 0 0.0 0 0 56.3 2000 9 999999999 189 0.1630 0 88 999.000 999.0 99.0 +2.41344E7 21.7 11.7 53 97700 289 1369 351 152 581 28 16000 48100 5800 710 250 1.5 0 0 72.4 2000 9 999999999 189 0.1630 0 88 999.000 999.0 99.0 +2.4138E7 25.0 11.7 43 97800 553 1369 367 346 750 41 36600 71300 7700 1110 200 1.5 0 0 72.4 2000 9 999999999 189 0.1630 0 88 999.000 999.0 99.0 +2.41416E7 27.8 11.7 37 97800 776 1369 381 539 838 61 56500 82700 9500 1590 240 1.5 0 0 72.4 2000 9 999999999 189 0.1630 0 88 999.000 999.0 99.0 +2.41452E7 30.0 11.1 31 97700 940 1369 391 683 869 80 70800 86600 11100 2160 230 2.1 0 0 72.4 2000 9 999999999 179 0.1630 0 88 999.000 999.0 99.0 +2.41488E7 31.7 10.0 26 97700 1036 1369 399 786 908 91 81100 90800 12100 2660 0 0.0 0 0 80.5 2000 9 999999999 170 0.1630 0 88 999.000 999.0 99.0 +2.41524E7 33.3 8.3 21 97600 1056 1369 405 824 948 85 85200 94900 11800 2660 300 3.1 0 0 112.7 2000 9 999999999 150 0.1630 0 88 999.000 999.0 99.0 +2.4156E7 34.4 7.2 19 97500 999 1369 417 803 947 104 82500 94500 13400 2630 220 2.1 1 1 112.7 2000 9 999999999 139 0.1630 0 88 999.000 999.0 99.0 +2.41596E7 33.9 6.7 18 97400 869 1369 414 651 911 66 67800 90600 10100 1800 30 2.6 1 1 112.7 2000 9 999999999 129 0.1630 0 88 999.000 999.0 99.0 +2.41632E7 33.9 7.2 19 97400 674 1369 407 488 687 142 49700 66900 16700 2890 360 3.1 0 0 80.5 2000 9 999999999 139 0.1630 0 88 999.000 999.0 99.0 +2.41668E7 33.3 7.2 20 97400 429 1369 403 268 685 46 27600 62400 8000 990 360 1.5 0 0 80.5 2000 9 999999999 139 0.1630 0 88 999.000 999.0 99.0 +2.41704E7 32.2 7.2 21 97400 152 1369 398 46 317 9 4800 21900 2400 300 220 1.5 0 0 56.3 2000 9 999999999 139 0.1630 0 88 999.000 999.0 99.0 +2.4174E7 30.6 6.7 22 97400 0 57 389 0 0 0 0 0 0 0 200 2.1 0 0 56.3 2000 9 999999999 129 0.1630 0 88 999.000 999.0 99.0 +2.41776E7 28.9 7.8 27 97400 0 0 382 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 150 0.1630 0 88 999.000 999.0 99.0 +2.41812E7 27.8 7.2 27 97500 0 0 375 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.1630 0 88 999.000 999.0 99.0 +2.41848E7 26.7 8.9 33 97500 0 0 372 0 0 0 0 0 0 0 20 1.5 0 0 56.3 2000 9 999999999 160 0.1630 0 88 999.000 999.0 99.0 +2.41884E7 25.6 10.0 38 97500 0 0 368 0 0 0 0 0 0 0 40 2.1 0 0 56.3 2000 9 999999999 170 0.1630 0 88 999.000 999.0 99.0 +2.4192E7 25.0 8.9 36 97500 0 0 371 0 0 0 0 0 0 0 0 0.0 1 1 56.3 2000 9 999999999 160 0.1630 0 88 999.000 999.0 99.0 +2.41956E7 23.9 8.3 37 97500 0 0 364 0 0 0 0 0 0 0 140 2.1 1 1 56.3 2000 9 999999999 150 0.1340 0 88 999.000 999.0 99.0 +2.41992E7 23.3 7.8 37 97500 0 0 361 0 0 0 0 0 0 0 0 0.0 1 1 56.3 2000 9 999999999 150 0.1340 0 88 999.000 999.0 99.0 +2.42028E7 21.7 9.4 46 97500 0 0 355 0 0 0 0 0 0 0 0 0.0 1 1 56.3 2000 9 999999999 160 0.1340 0 88 999.000 999.0 99.0 +2.42064E7 21.1 10.0 49 97500 0 0 358 0 0 0 0 0 0 0 10 1.5 2 2 56.3 2000 9 999999999 170 0.1340 0 88 999.000 999.0 99.0 +2.421E7 21.1 10.0 49 97500 0 0 358 0 0 0 0 0 0 0 140 1.5 2 2 56.3 2000 9 999999999 170 0.1340 0 88 999.000 999.0 99.0 +2.42136E7 20.6 10.0 51 97600 0 0 355 0 0 0 0 0 0 0 0 0.0 2 2 56.3 2000 9 999999999 170 0.1340 0 88 999.000 999.0 99.0 +2.42172E7 20.6 10.0 51 97600 37 719 355 19 122 5 1300 7000 900 170 0 0.0 2 2 56.3 2000 9 999999999 170 0.1340 0 88 999.000 999.0 99.0 +2.42208E7 23.3 10.0 43 97700 285 1369 368 166 544 46 16500 42600 7600 850 270 1.5 2 2 72.4 2000 9 999999999 170 0.1340 0 88 999.000 999.0 99.0 +2.42244E7 26.7 10.0 35 97700 549 1369 386 359 777 37 37200 73800 7500 1040 300 1.5 2 2 72.4 2000 9 999999999 170 0.1340 0 88 999.000 999.0 99.0 +2.4228E7 30.0 7.2 24 97700 771 1369 386 546 865 53 57200 85400 9000 1470 0 0.0 0 0 80.5 2000 9 999999999 139 0.1340 0 88 999.000 999.0 99.0 +2.42316E7 31.7 6.7 21 97600 936 1369 394 710 921 74 73800 91900 10800 2060 220 1.5 0 0 80.5 2000 9 999999999 139 0.1340 0 88 999.000 999.0 99.0 +2.42352E7 33.9 7.2 19 97600 1031 1369 407 808 950 85 83600 95000 11800 2540 290 2.1 0 0 112.7 2000 9 999999999 139 0.1340 0 88 999.000 999.0 99.0 +2.42388E7 35.0 7.8 19 97500 1051 1369 413 814 861 145 84800 86600 18100 4410 210 1.5 0 0 112.7 2000 9 999999999 150 0.1320 0 88 999.000 999.0 99.0 +2.42424E7 36.1 7.2 17 97400 993 1369 426 797 948 104 82200 94600 13400 2600 170 3.1 1 1 112.7 2000 9 999999999 139 0.1340 0 88 999.000 999.0 99.0 +2.4246E7 36.1 6.7 16 97300 863 1369 426 670 896 102 70900 89900 14100 2520 270 3.1 1 1 112.7 2000 9 999999999 129 0.1340 0 88 999.000 999.0 99.0 +2.42496E7 35.6 6.7 17 97300 668 1369 415 484 669 152 49200 64700 17500 3030 270 3.6 0 0 80.5 2000 9 999999999 139 0.1340 0 88 999.000 999.0 99.0 +2.42532E7 35.0 6.7 17 97300 423 1369 412 266 682 50 27300 61600 8200 1040 220 3.1 0 0 80.5 2000 9 999999999 129 0.1340 0 88 999.000 999.0 99.0 +2.42568E7 33.9 6.1 18 97200 146 1369 405 44 304 10 4600 20700 2400 320 250 3.1 0 0 56.3 2000 9 999999999 129 0.1340 0 88 999.000 999.0 99.0 +2.42604E7 32.2 6.7 20 97300 0 34 397 0 1 0 0 0 0 0 260 3.1 0 0 56.3 2000 9 999999999 129 0.1340 0 88 999.000 999.0 99.0 +2.4264E7 30.0 6.7 23 97300 0 0 386 0 0 0 0 0 0 0 250 3.1 0 0 56.3 2000 9 999999999 139 0.1340 0 88 999.000 999.0 99.0 +2.42676E7 28.9 6.7 25 97400 0 0 380 0 0 0 0 0 0 0 300 2.1 0 0 56.3 2000 9 999999999 139 0.1340 0 88 999.000 999.0 99.0 +2.42712E7 27.2 7.8 29 97500 0 0 373 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 139 0.1340 0 88 999.000 999.0 99.0 +2.42748E7 26.1 7.8 31 97500 0 0 368 0 0 0 0 0 0 0 190 2.1 0 0 56.3 2000 9 999999999 139 0.1340 0 88 999.000 999.0 99.0 +2.42784E7 25.6 8.3 34 97500 0 0 366 0 0 0 0 0 0 0 50 2.1 0 0 56.3 2000 9 999999999 150 0.1340 0 88 999.000 999.0 99.0 +2.4282E7 23.9 8.9 39 97500 0 0 358 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2.42856E7 22.8 7.8 38 97500 0 0 352 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.42892E7 22.2 9.4 44 97500 0 0 351 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2.42928E7 21.7 7.8 41 97500 0 0 346 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.42964E7 21.1 7.8 42 97500 0 0 344 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.43E7 21.7 5.6 35 97600 0 0 344 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.43036E7 22.2 5.6 34 97600 35 697 346 19 156 1 1100 9000 600 40 100 2.6 0 0 80.5 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.43072E7 23.9 5.0 30 97700 281 1370 354 161 636 28 16800 52200 6100 700 70 4.1 0 0 80.5 2000 9 999999999 120 0.0720 0 88 999.000 999.0 99.0 +2.43108E7 28.3 5.6 24 97800 545 1370 376 365 800 41 38200 75900 7900 1100 90 4.1 0 0 72.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.43144E7 30.6 5.6 21 97700 767 1370 387 567 883 66 58900 87000 10100 1640 100 4.1 0 0 72.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.4318E7 32.2 6.1 20 97700 931 1370 396 717 905 94 73800 90100 12400 2270 110 3.6 0 0 72.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.43216E7 33.9 6.7 18 97600 1026 1370 406 811 935 103 83400 93400 13200 2760 160 2.6 0 0 72.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.43252E7 35.0 7.8 19 97600 1045 1370 413 814 931 95 83800 93100 12500 2760 240 1.5 0 0 72.4 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.43288E7 36.1 6.7 16 97500 988 1370 418 795 929 117 81300 92500 14400 2650 250 2.1 0 0 72.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.43324E7 36.7 6.1 15 97400 857 1370 420 674 882 115 69900 88000 14700 2700 280 3.1 0 0 72.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.4336E7 36.1 6.1 16 97300 662 1370 417 478 604 181 49500 60100 20300 3810 220 3.1 0 0 72.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.43396E7 36.1 6.1 16 97300 416 1370 417 259 648 57 26200 57900 8500 1110 260 4.1 0 0 72.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.43432E7 33.9 5.6 17 97300 139 1370 404 44 298 11 4400 20000 2400 340 270 2.6 0 0 72.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.43468E7 32.2 6.1 20 97400 0 11 396 0 0 0 0 0 0 0 270 1.5 0 0 56.3 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.43504E7 30.0 7.2 24 97400 0 0 386 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.4354E7 28.3 7.2 26 97400 0 0 378 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.43576E7 27.8 8.3 29 97500 0 0 377 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.43612E7 26.7 8.3 31 97500 0 0 371 0 0 0 0 0 0 0 50 1.5 0 0 56.3 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.43648E7 25.6 7.8 32 97500 0 0 365 0 0 0 0 0 0 0 140 2.1 0 0 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.43684E7 25.0 7.8 33 97500 0 0 362 0 0 0 0 0 0 0 150 2.6 0 0 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.4372E7 23.9 6.7 33 97500 0 0 356 0 0 0 0 0 0 0 100 2.6 0 0 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.43756E7 23.3 7.2 36 97500 0 0 353 0 0 0 0 0 0 0 90 2.6 0 0 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.43792E7 22.8 7.2 37 97500 0 0 351 0 0 0 0 0 0 0 110 2.6 0 0 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.43828E7 21.7 7.2 40 97500 0 0 346 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.43864E7 21.7 7.2 40 97600 0 0 346 0 0 0 0 0 0 0 120 3.1 0 0 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.439E7 21.7 7.8 41 97600 33 674 346 17 135 1 900 7700 500 40 100 2.6 0 0 80.5 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.43936E7 25.6 4.4 26 97700 277 1371 361 158 615 31 16500 50300 6300 720 110 3.6 0 0 56.3 2000 9 999999999 120 0.0720 0 88 999.000 999.0 99.0 +2.43972E7 26.1 5.0 26 97700 541 1371 364 363 789 46 37900 74700 8300 1160 100 2.6 0 0 56.3 2000 9 999999999 120 0.0720 0 88 999.000 999.0 99.0 +2.44008E7 28.9 6.1 24 97700 763 1371 379 558 870 68 58000 85600 10200 1650 80 3.6 0 0 64.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.44044E7 31.7 5.6 19 97700 927 1371 393 714 910 93 73700 90600 12300 2250 120 2.1 0 0 64.4 2000 9 999999999 120 0.0720 0 88 999.000 999.0 99.0 +2.4408E7 34.4 6.1 17 97600 1021 1371 408 803 930 103 82600 92900 13200 2730 140 3.1 0 0 72.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.44116E7 36.1 7.2 17 97500 1040 1371 418 817 926 106 83900 92500 13500 2860 140 2.6 0 0 72.4 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.44152E7 36.7 7.8 17 97400 982 1371 423 781 906 124 81900 91300 16400 3450 80 2.6 0 0 72.4 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.44188E7 37.8 7.8 16 97300 851 1371 429 664 870 117 68700 86600 14800 2700 200 1.5 0 0 96.6 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.44224E7 37.8 7.2 15 97300 656 1371 436 471 579 192 48700 57400 21100 4060 0 0.0 1 1 72.4 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.4426E7 37.2 7.2 16 97200 410 1371 433 255 691 45 26600 62200 7900 960 260 2.6 1 1 72.4 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.44296E7 35.0 6.7 17 97200 133 1360 420 40 255 12 4100 16500 2400 290 270 2.1 2 1 56.3 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.44332E7 33.3 7.2 20 97200 0 0 411 0 0 0 0 0 0 0 0 0.0 2 1 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.44368E7 31.7 7.8 23 97200 0 0 396 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.44404E7 30.0 8.3 26 97300 0 0 388 0 0 0 0 0 0 0 0 0.0 1 0 56.3 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.4444E7 28.9 7.8 27 97300 0 0 382 0 0 0 0 0 0 0 0 0.0 4 0 56.3 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.44476E7 27.8 10.0 33 97300 0 0 379 0 0 0 0 0 0 0 90 1.5 6 0 56.3 2000 9 999999999 170 0.0720 0 88 999.000 999.0 99.0 +2.44512E7 26.7 8.3 31 97300 0 0 371 0 0 0 0 0 0 0 120 2.6 6 0 56.3 2000 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.44548E7 26.1 6.7 29 97300 0 0 366 0 0 0 0 0 0 0 80 2.1 6 0 56.3 2000 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.44584E7 25.0 6.7 31 97300 0 0 361 0 0 0 0 0 0 0 90 2.1 5 0 56.3 2000 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.4462E7 24.4 6.7 32 97300 0 0 358 0 0 0 0 0 0 0 90 2.6 5 0 56.3 2000 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.44656E7 22.8 7.8 38 97400 0 0 352 0 0 0 0 0 0 0 60 2.1 5 0 56.3 2000 9 999999999 150 0.0880 0 88 999.000 999.0 99.0 +2.44692E7 23.9 6.7 33 97400 0 0 362 0 0 0 0 0 0 0 60 2.1 6 1 56.3 2000 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.44728E7 22.8 7.2 37 97500 0 0 358 0 0 0 0 0 0 0 110 3.1 5 1 56.3 2000 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.44764E7 22.2 6.1 35 97500 31 675 353 23 110 10 1700 4700 1400 190 100 2.6 7 1 56.3 2000 9 999999999 129 0.0880 0 88 999.000 999.0 99.0 +2.448E7 23.3 6.1 33 97600 273 1372 364 150 356 77 15200 26600 9800 1430 110 4.1 7 2 56.3 2000 9 999999999 129 0.0880 0 88 999.000 999.0 99.0 +2.44836E7 27.2 7.8 29 97700 537 1372 385 284 443 107 30100 42400 13500 2040 90 3.6 8 2 72.4 2000 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.44872E7 29.4 7.8 26 97700 758 1372 397 524 737 111 55300 74000 14200 2540 100 2.6 7 2 72.4 2000 9 999999999 150 0.0880 0 88 999.000 999.0 99.0 +2.44908E7 31.7 7.8 23 97700 922 1372 396 712 895 106 73400 88900 13400 2300 110 3.1 3 0 72.4 2000 9 999999999 150 0.0880 0 88 999.000 999.0 99.0 +2.44944E7 32.8 7.8 21 97600 1016 1372 402 808 908 129 85000 91500 17000 3770 90 3.1 3 0 72.4 2000 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.4498E7 35.6 8.9 20 97500 1035 1372 426 841 919 139 87800 92500 17800 4120 100 2.1 5 1 72.4 2000 9 999999999 160 0.0880 0 88 999.000 999.0 99.0 +2.45016E7 37.2 8.3 17 97400 976 1372 440 733 719 216 76000 72200 24400 6010 240 1.5 8 2 72.4 2000 9 999999999 150 0.0880 0 88 999.000 999.0 99.0 +2.45052E7 37.2 7.8 16 97300 845 1372 451 516 373 292 55800 39700 31200 7610 270 3.1 10 5 72.4 2000 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.45088E7 36.7 6.7 16 97300 650 1372 450 357 219 261 39100 22100 28600 6400 270 2.1 9 6 72.4 7620 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.45124E7 35.6 7.2 17 97300 404 1372 457 184 185 138 20700 16700 15800 3080 310 3.1 8 8 72.4 7620 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.4516E7 34.4 7.2 19 97300 128 1315 437 30 30 27 3300 1700 3200 560 310 1.5 8 6 96.6 7620 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.45196E7 32.8 7.8 21 97300 0 0 419 0 0 0 0 0 0 0 0 0.0 8 3 56.3 2000 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.45232E7 31.1 8.3 24 97400 0 0 410 0 0 0 0 0 0 0 0 0.0 7 3 56.3 2000 9 999999999 150 0.0880 0 88 999.000 999.0 99.0 +2.45268E7 30.0 8.3 26 97400 0 0 401 0 0 0 0 0 0 0 0 0.0 7 2 56.3 2000 9 999999999 150 0.0880 0 88 999.000 999.0 99.0 +2.45304E7 28.3 9.4 31 97400 0 0 397 0 0 0 0 0 0 0 0 0.0 8 3 56.3 2000 9 999999999 160 0.0880 0 88 999.000 999.0 99.0 +2.4534E7 27.8 8.3 29 97400 0 0 393 0 0 0 0 0 0 0 0 0.0 8 3 56.3 2000 9 999999999 150 0.0880 0 88 999.000 999.0 99.0 +2.45376E7 26.1 7.8 31 97400 0 0 380 0 0 0 0 0 0 0 150 1.5 7 2 56.3 2000 9 999999999 139 0.0880 0 88 999.000 999.0 99.0 +2.45412E7 26.1 6.7 29 97400 0 0 378 0 0 0 0 0 0 0 100 1.5 7 2 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.45448E7 25.0 7.2 32 97400 0 0 373 0 0 0 0 0 0 0 0 0.0 8 2 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.45484E7 24.4 7.2 33 97400 0 0 374 0 0 0 0 0 0 0 0 0.0 8 3 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.4552E7 23.9 7.2 34 97400 0 0 372 0 0 0 0 0 0 0 130 2.1 8 3 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.45556E7 22.8 7.8 38 97500 0 0 363 0 0 0 0 0 0 0 80 2.6 7 2 56.3 2000 9 999999999 150 0.0870 0 88 999.000 999.0 99.0 +2.45592E7 22.2 7.8 40 97500 0 0 360 0 0 0 0 0 0 0 100 2.6 6 2 56.3 2000 9 999999999 150 0.0870 0 88 999.000 999.0 99.0 +2.45628E7 22.2 7.8 40 97600 30 652 364 20 64 12 1700 2200 1500 210 170 2.1 8 3 56.3 2000 9 999999999 150 0.0870 0 88 999.000 999.0 99.0 +2.45664E7 25.0 7.2 32 97600 270 1373 373 138 376 59 14000 28000 8500 1060 110 3.1 9 2 72.4 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.457E7 26.7 7.8 30 97700 533 1373 378 320 616 75 33300 58600 10400 1510 120 3.6 8 1 72.4 2000 9 999999999 150 0.0870 0 88 999.000 999.0 99.0 +2.45736E7 29.4 7.8 26 97800 754 1373 391 540 701 147 55500 69500 17300 3220 130 3.1 9 1 72.4 2000 9 999999999 150 0.0870 0 88 999.000 999.0 99.0 +2.45772E7 31.7 7.8 23 97700 917 1373 409 651 594 248 68400 61400 27200 6590 170 2.6 9 2 72.4 2000 9 999999999 150 0.0870 0 88 999.000 999.0 99.0 +2.45808E7 33.3 7.8 21 97600 1011 1373 422 695 486 333 72100 50300 34900 10370 130 3.1 10 3 72.4 2000 9 999999999 150 0.0870 0 88 999.000 999.0 99.0 +2.45844E7 34.4 7.8 19 97500 1029 1373 424 799 703 268 82200 70000 29500 7960 120 2.6 9 2 72.4 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.4588E7 35.6 7.8 18 97400 971 1373 430 644 504 288 67800 52200 30800 8320 280 1.5 8 2 72.4 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.45916E7 37.2 7.2 16 97400 839 1373 438 633 730 187 65700 72500 21200 4330 270 2.6 7 2 72.4 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.45952E7 36.7 7.2 16 97300 644 1373 436 411 311 268 43100 31700 28200 6420 310 2.6 9 2 72.4 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.45988E7 36.1 6.7 16 97300 398 1373 432 208 405 91 21900 35400 11600 1690 310 2.1 9 2 56.3 2000 9 999999999 129 0.0870 0 88 999.000 999.0 99.0 +2.46024E7 34.4 6.1 17 97300 122 1293 425 34 116 21 3500 6000 2900 360 290 2.1 9 3 56.3 2000 9 999999999 129 0.0870 0 88 999.000 999.0 99.0 +2.4606E7 32.8 6.7 20 97300 0 0 417 0 0 0 0 0 0 0 0 0.0 8 3 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.46096E7 31.1 7.8 23 97300 0 0 406 0 0 0 0 0 0 0 0 0.0 8 2 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.46132E7 29.4 6.7 24 97300 0 0 395 0 0 0 0 0 0 0 0 0.0 8 2 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.46168E7 28.3 7.8 27 97400 0 0 386 0 0 0 0 0 0 0 0 0.0 8 1 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.46204E7 27.2 7.8 29 97400 0 0 373 0 0 0 0 0 0 0 90 2.1 7 0 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.4624E7 26.1 7.2 30 97400 0 0 367 0 0 0 0 0 0 0 110 2.6 8 0 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.46276E7 25.6 7.2 31 97400 0 0 364 0 0 0 0 0 0 0 100 3.1 6 0 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.46312E7 24.4 7.8 35 97400 0 0 359 0 0 0 0 0 0 0 110 2.1 7 0 56.3 2000 9 999999999 150 0.0870 0 88 999.000 999.0 99.0 +2.46348E7 22.8 7.2 37 97400 0 0 351 0 0 0 0 0 0 0 70 2.1 6 0 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.46384E7 22.2 7.2 38 97400 0 0 348 0 0 0 0 0 0 0 90 3.1 5 0 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.4642E7 21.7 6.1 37 97400 0 0 351 0 0 0 0 0 0 0 100 3.1 6 1 56.3 2000 9 999999999 129 0.0870 0 88 999.000 999.0 99.0 +2.46456E7 21.1 6.7 39 97500 0 0 354 0 0 0 0 0 0 0 100 3.1 5 2 56.3 2000 9 999999999 139 0.0870 0 88 999.000 999.0 99.0 +2.46492E7 21.7 6.1 37 97500 28 630 359 20 23 17 2000 900 2000 350 110 3.6 8 3 64.4 2000 9 999999999 129 0.0820 0 88 999.000 999.0 99.0 +2.46528E7 23.3 7.2 36 97600 266 1373 360 138 418 55 13800 31300 7800 970 90 3.1 4 1 72.4 2000 9 999999999 139 0.0820 0 88 999.000 999.0 99.0 +2.46564E7 27.2 6.7 27 97600 529 1373 379 336 634 88 34700 59800 11700 1730 90 5.2 4 1 72.4 2000 9 999999999 139 0.0820 0 88 999.000 999.0 99.0 +2.466E7 29.4 7.8 26 97600 750 1373 397 513 618 171 54400 62700 20000 3750 110 3.6 5 2 72.4 2000 9 999999999 150 0.0820 0 88 999.000 999.0 99.0 +2.46636E7 31.7 7.2 22 97600 912 1373 412 672 715 191 69600 71700 21800 4880 100 3.1 6 3 72.4 2000 9 999999999 139 0.0820 0 88 999.000 999.0 99.0 +2.46672E7 33.9 7.2 19 97600 1006 1373 424 747 720 214 77700 72600 24400 6280 110 3.1 7 3 72.4 2000 9 999999999 139 0.0820 0 88 999.000 999.0 99.0 +2.46708E7 35.6 7.8 18 97500 1024 1373 430 786 801 182 82800 81500 21800 5640 100 2.1 4 2 72.4 2000 9 999999999 139 0.0820 0 88 999.000 999.0 99.0 +2.46744E7 37.2 8.3 17 97400 965 1373 440 731 833 138 75600 83300 16800 3570 110 2.6 3 2 72.4 2000 9 999999999 150 0.0820 0 88 999.000 999.0 99.0 +2.4678E7 37.8 7.8 16 97300 833 1373 443 527 629 140 55200 63400 16600 3370 60 1.5 3 2 72.4 2000 9 999999999 139 0.0820 0 88 999.000 999.0 99.0 +2.46816E7 37.8 8.3 17 97200 637 1373 438 416 638 115 42900 62000 14100 2350 10 3.1 4 1 72.4 2000 9 999999999 150 0.0820 0 88 999.000 999.0 99.0 +2.46852E7 36.1 8.9 19 97200 392 1373 429 233 495 88 24200 43000 11800 1630 340 3.1 6 1 72.4 2000 9 999999999 160 0.0820 0 88 999.000 999.0 99.0 +2.46888E7 35.0 8.3 19 97200 116 1270 422 53 143 37 5300 6700 4700 690 20 2.6 6 1 56.3 2000 9 999999999 150 0.0820 0 88 999.000 999.0 99.0 +2.46924E7 32.8 9.4 24 97200 0 0 404 0 0 0 0 0 0 0 10 1.5 4 0 56.3 2000 9 999999999 160 0.0870 0 88 999.000 999.0 99.0 +2.4696E7 31.1 10.0 27 97200 0 0 396 0 0 0 0 0 0 0 30 1.5 5 0 56.3 2000 9 999999999 170 0.0870 0 88 999.000 999.0 99.0 +2.46996E7 30.0 9.4 28 97200 0 0 389 0 0 0 0 0 0 0 0 0.0 5 0 56.3 2000 9 999999999 160 0.0870 0 88 999.000 999.0 99.0 +2.47032E7 29.4 8.9 28 97300 0 0 386 0 0 0 0 0 0 0 0 0.0 7 0 56.3 2000 9 999999999 160 0.0870 0 88 999.000 999.0 99.0 +2.47068E7 29.4 7.8 26 97300 0 0 384 0 0 0 0 0 0 0 170 2.1 7 0 56.3 2000 9 999999999 150 0.0870 0 88 999.000 999.0 99.0 +2.47104E7 27.8 8.9 31 97300 0 0 377 0 0 0 0 0 0 0 20 2.1 7 0 56.3 2000 9 999999999 160 0.0870 0 88 999.000 999.0 99.0 +2.4714E7 26.1 9.4 35 97300 0 0 370 0 0 0 0 0 0 0 60 1.5 4 0 56.3 2000 9 999999999 160 0.0340 0 88 999.000 999.0 99.0 +2.47176E7 25.0 9.4 37 97300 0 0 371 0 0 0 0 0 0 0 0 0.0 6 1 56.3 2000 9 999999999 160 0.0340 0 88 999.000 999.0 99.0 +2.47212E7 24.4 8.9 37 97300 0 0 373 0 0 0 0 0 0 0 90 2.6 7 2 56.3 2000 9 999999999 150 0.0340 0 88 999.000 999.0 99.0 +2.47248E7 23.3 8.3 38 97300 0 0 355 0 0 0 0 0 0 0 120 2.6 3 0 56.3 2000 9 999999999 150 0.0340 0 88 999.000 999.0 99.0 +2.47284E7 22.8 7.8 38 97300 0 0 352 0 0 0 0 0 0 0 80 1.5 2 0 56.3 2000 9 999999999 150 0.0340 0 88 999.000 999.0 99.0 +2.4732E7 21.1 7.8 42 97300 0 0 344 0 0 0 0 0 0 0 140 2.6 2 0 56.3 2000 9 999999999 139 0.0340 0 88 999.000 999.0 99.0 +2.47356E7 21.7 7.2 40 97300 27 607 352 14 113 1 700 6300 400 40 120 3.1 1 1 64.4 2000 9 999999999 139 0.0340 0 88 999.000 999.0 99.0 +2.47392E7 23.9 7.8 36 97400 262 1374 364 150 567 37 14800 44300 6400 720 100 3.1 1 1 72.4 2000 9 999999999 150 0.0340 0 88 999.000 999.0 99.0 +2.47428E7 26.7 6.7 28 97400 525 1374 376 354 750 60 36500 70900 9400 1270 120 4.1 1 1 72.4 2000 9 999999999 139 0.0340 0 88 999.000 999.0 99.0 +2.47464E7 29.4 7.2 25 97400 745 1374 391 546 829 88 56900 82200 12200 1990 110 4.1 1 1 80.5 2000 9 999999999 139 0.0340 0 88 999.000 999.0 99.0 +2.475E7 32.8 7.2 20 97300 908 1374 409 700 871 117 73000 87300 15200 2930 160 3.1 1 1 80.5 2000 9 999999999 139 0.0340 0 88 999.000 999.0 99.0 +2.47536E7 34.4 6.7 18 97200 1001 1374 409 790 893 132 82600 89800 16900 3710 150 4.1 0 0 80.5 2000 9 999999999 139 0.0340 0 88 999.000 999.0 99.0 +2.47572E7 35.0 7.2 18 97100 1019 1374 412 812 895 141 84500 89900 17700 4010 140 3.6 0 0 80.5 2000 9 999999999 139 0.0340 0 88 999.000 999.0 99.0 +2.47608E7 36.1 7.2 17 96900 959 1374 418 766 868 153 78300 86300 17900 3750 180 5.7 0 0 80.5 2000 9 999999999 139 0.0340 0 88 999.000 999.0 99.0 +2.47644E7 36.7 7.8 17 96800 827 1374 423 643 777 168 66400 77500 19500 3900 190 6.2 0 0 48.3 2000 9 999999999 139 0.0340 0 88 999.000 999.0 99.0 +2.4768E7 36.7 7.2 16 96800 631 1374 422 454 502 219 45800 49300 23100 4670 150 5.2 0 0 56.3 2000 9 999999999 139 0.0340 0 88 999.000 999.0 99.0 +2.47716E7 35.6 6.1 16 96700 385 1374 414 240 630 58 24600 54900 9100 1110 190 6.2 0 0 56.3 2000 9 999999999 129 0.0340 0 88 999.000 999.0 99.0 +2.47752E7 33.9 6.7 18 96700 111 1248 406 35 179 15 3400 10100 2400 290 190 5.2 0 0 56.3 2000 9 999999999 129 0.0340 0 88 999.000 999.0 99.0 +2.47788E7 31.7 6.1 20 96800 0 0 394 0 0 0 0 0 0 0 250 6.2 0 0 56.3 2000 9 999999999 129 0.0340 0 88 999.000 999.0 99.0 +2.47824E7 30.0 4.4 20 96800 0 0 383 0 0 0 0 0 0 0 250 5.2 0 0 56.3 2000 9 999999999 120 0.0340 0 88 999.000 999.0 99.0 +2.4786E7 28.9 4.4 21 96900 0 0 377 0 0 0 0 0 0 0 240 5.2 0 0 56.3 2000 9 999999999 120 0.0340 0 88 999.000 999.0 99.0 +2.47896E7 27.8 3.9 22 96900 0 0 371 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 110 0.0340 0 88 999.000 999.0 99.0 +2.47932E7 26.7 3.9 23 96900 0 0 366 0 0 0 0 0 0 0 230 3.1 0 0 56.3 2000 9 999999999 110 0.0340 0 88 999.000 999.0 99.0 +2.47968E7 25.6 3.9 25 96900 0 0 360 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.0340 0 88 999.000 999.0 99.0 +2.48004E7 24.4 5.0 29 96900 0 0 356 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 120 0.1560 0 88 999.000 999.0 99.0 +2.4804E7 23.3 5.6 32 96900 0 0 351 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 129 0.1560 0 88 999.000 999.0 99.0 +2.48076E7 21.7 6.1 37 96900 0 0 344 0 0 0 0 0 0 0 60 3.1 0 0 56.3 2000 9 999999999 129 0.1560 0 88 999.000 999.0 99.0 +2.48112E7 21.7 5.6 35 96900 0 0 344 0 0 0 0 0 0 0 70 2.6 0 0 56.3 2000 9 999999999 129 0.1560 0 88 999.000 999.0 99.0 +2.48148E7 21.1 6.1 38 96900 0 0 342 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 129 0.1560 0 88 999.000 999.0 99.0 +2.48184E7 20.6 6.1 39 96900 0 0 339 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 129 0.1560 0 88 999.000 999.0 99.0 +2.4822E7 20.0 6.7 42 96900 25 607 337 13 75 4 800 3900 700 100 90 2.1 0 0 56.3 2000 9 999999999 139 0.1560 0 88 999.000 999.0 99.0 +2.48256E7 21.1 7.2 41 97000 258 1375 343 143 526 41 14500 39600 7100 760 60 3.1 0 0 72.4 2000 9 999999999 139 0.1560 0 88 999.000 999.0 99.0 +2.48292E7 23.3 8.3 38 97100 520 1375 355 343 749 55 36000 71000 9100 1200 120 2.1 0 0 72.4 2000 9 999999999 150 0.1560 0 88 999.000 999.0 99.0 +2.48328E7 24.4 9.4 39 97000 741 1375 361 402 588 81 42500 58400 10900 1870 110 2.1 0 0 72.4 2000 9 999999999 160 0.1560 0 88 999.000 999.0 99.0 +2.48364E7 27.2 5.6 25 97000 903 1375 370 667 855 99 68700 84900 12700 2190 90 1.5 0 0 72.4 2000 9 999999999 129 0.1560 0 88 999.000 999.0 99.0 +2.484E7 28.3 3.9 21 97000 996 1375 374 766 892 113 78600 88900 14000 2660 90 1.5 0 0 72.4 2000 9 999999999 110 0.1560 0 88 999.000 999.0 99.0 +2.48436E7 29.4 3.3 19 96900 1013 1375 378 793 894 127 83400 90200 16800 3690 50 3.1 0 0 64.4 2000 9 999999999 110 0.1560 0 88 999.000 999.0 99.0 +2.48472E7 31.1 3.9 18 96800 954 1375 388 748 880 131 77800 88200 16400 3380 20 1.5 0 0 64.4 2000 9 999999999 110 0.1560 0 88 999.000 999.0 99.0 +2.48508E7 31.1 2.8 16 96700 821 1375 386 623 797 140 65100 80100 17100 3320 270 2.6 0 0 64.4 2000 9 999999999 100 0.1560 0 88 999.000 999.0 99.0 +2.48544E7 31.1 3.3 17 96700 625 1375 387 435 527 191 44400 51700 20800 3990 330 3.1 0 0 72.4 2000 9 999999999 110 0.1560 0 88 999.000 999.0 99.0 +2.4858E7 30.6 3.3 18 96700 379 1375 384 223 577 59 22800 50000 9000 1120 270 4.1 0 0 72.4 2000 9 999999999 110 0.1560 0 88 999.000 999.0 99.0 +2.48616E7 29.4 5.0 21 96700 106 1203 380 31 171 12 3000 9600 2100 230 300 3.1 0 0 56.3 2000 9 999999999 120 0.1560 0 88 999.000 999.0 99.0 +2.48652E7 27.8 6.1 25 96700 0 0 374 0 0 0 0 0 0 0 300 1.5 0 0 56.3 2000 9 999999999 129 0.1560 0 88 999.000 999.0 99.0 +2.48688E7 26.7 6.1 27 96800 0 0 368 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.1560 0 88 999.000 999.0 99.0 +2.48724E7 25.6 7.2 31 96800 0 0 364 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 139 0.1560 0 88 999.000 999.0 99.0 +2.4876E7 25.0 6.7 31 96900 0 0 361 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 139 0.1560 0 88 999.000 999.0 99.0 +2.48796E7 24.4 5.6 30 96900 0 0 357 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.1560 0 88 999.000 999.0 99.0 +2.48832E7 23.3 6.7 34 97000 0 0 353 0 0 0 0 0 0 0 290 1.5 0 0 56.3 2000 9 999999999 129 0.1560 0 88 999.000 999.0 99.0 +2.48868E7 21.7 4.4 33 97000 0 0 342 0 0 0 0 0 0 0 150 1.5 0 0 56.3 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +2.48904E7 21.7 5.0 34 97000 0 0 343 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +2.4894E7 20.6 6.1 39 97000 0 0 339 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 129 0.1730 0 88 999.000 999.0 99.0 +2.48976E7 19.4 6.1 42 97000 0 0 334 0 0 0 0 0 0 0 80 3.1 0 0 56.3 2000 9 999999999 129 0.1730 0 88 999.000 999.0 99.0 +2.49012E7 18.3 5.6 43 97100 0 0 328 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 129 0.1730 0 88 999.000 999.0 99.0 +2.49048E7 18.3 4.4 40 97100 0 0 327 0 0 0 0 0 0 0 100 2.6 0 0 56.3 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +2.49084E7 18.3 3.9 39 97100 23 585 326 12 66 5 900 2800 800 100 100 3.1 0 0 56.3 2000 9 999999999 110 0.1730 0 88 999.000 999.0 99.0 +2.4912E7 20.0 3.9 35 97300 254 1376 334 133 481 42 13500 35900 6900 770 110 3.6 0 0 56.3 2000 9 999999999 110 0.1730 0 88 999.000 999.0 99.0 +2.49156E7 22.2 5.0 33 97300 516 1376 346 334 704 65 34400 66100 9500 1320 110 4.6 0 0 48.3 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +2.49192E7 23.9 4.4 28 97300 736 1376 353 524 798 92 54600 78800 12300 2020 120 3.6 0 0 48.3 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +2.49228E7 26.1 3.9 24 97300 898 1376 363 676 843 120 70400 84300 15200 2930 90 3.6 0 0 40.2 2000 9 999999999 110 0.1730 0 88 999.000 999.0 99.0 +2.49264E7 29.4 3.3 19 97300 991 1376 378 754 861 127 79000 86700 16400 3540 200 2.1 0 0 40.2 2000 9 999999999 110 0.1730 0 88 999.000 999.0 99.0 +2.493E7 30.6 3.3 18 97200 1008 1376 384 766 854 134 80100 85900 17000 3790 40 2.1 0 0 40.2 2000 9 999999999 110 0.1730 0 88 999.000 999.0 99.0 +2.49336E7 31.7 2.2 15 97100 948 1376 388 710 815 142 73100 81300 16900 3510 300 2.6 0 0 40.2 2000 9 999999999 100 0.1730 0 88 999.000 999.0 99.0 +2.49372E7 31.7 1.1 14 97000 816 1376 387 593 748 144 61900 75000 17300 3380 310 2.1 0 0 40.2 2000 9 999999999 89 0.1730 0 88 999.000 999.0 99.0 +2.49408E7 31.7 1.1 14 97000 619 1376 387 410 499 181 42000 48900 19900 3750 300 2.1 0 0 40.2 2000 9 999999999 89 0.1730 0 88 999.000 999.0 99.0 +2.49444E7 31.7 1.1 14 97000 373 1376 387 202 509 61 20700 43700 8800 1150 330 2.6 0 0 40.2 2000 9 999999999 89 0.1730 0 88 999.000 999.0 99.0 +2.4948E7 29.4 2.2 17 97000 101 1181 377 29 144 13 2800 8000 2000 250 300 2.6 0 0 56.3 2000 9 999999999 100 0.1730 0 88 999.000 999.0 99.0 +2.49516E7 27.8 2.2 19 97100 0 0 369 0 0 0 0 0 0 0 280 2.1 0 0 56.3 2000 9 999999999 100 0.1730 0 88 999.000 999.0 99.0 +2.49552E7 26.1 2.2 21 97100 0 0 361 0 0 0 0 0 0 0 160 2.1 0 0 56.3 2000 9 999999999 100 0.1730 0 88 999.000 999.0 99.0 +2.49588E7 26.1 2.2 21 97100 0 0 361 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.1730 0 88 999.000 999.0 99.0 +2.49624E7 24.4 5.0 29 97200 0 0 356 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +2.4966E7 23.3 5.6 32 97200 0 0 351 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 129 0.1730 0 88 999.000 999.0 99.0 +2.49696E7 22.2 5.0 33 97200 0 0 346 0 0 0 0 0 0 0 140 2.1 0 0 56.3 2000 9 999999999 120 0.1730 0 88 999.000 999.0 99.0 +2.49732E7 22.2 4.4 32 97300 0 0 345 0 0 0 0 0 0 0 120 2.1 0 0 56.3 2000 9 999999999 120 0.1540 0 88 999.000 999.0 99.0 +2.49768E7 21.1 4.4 34 97300 0 0 340 0 0 0 0 0 0 0 120 2.1 0 0 56.3 2000 9 999999999 120 0.1540 0 88 999.000 999.0 99.0 +2.49804E7 19.4 3.3 35 97300 0 0 331 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.1540 0 88 999.000 999.0 99.0 +2.4984E7 18.9 5.0 40 97300 0 0 330 0 0 0 0 0 0 0 130 2.1 0 0 56.3 2000 9 999999999 120 0.1540 0 88 999.000 999.0 99.0 +2.49876E7 18.9 4.4 39 97300 0 0 330 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 120 0.1540 0 88 999.000 999.0 99.0 +2.49912E7 17.8 3.3 38 97400 0 0 323 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 110 0.1540 0 88 999.000 999.0 99.0 +2.49948E7 17.8 2.8 37 97400 22 562 323 13 61 6 900 2500 800 120 100 4.1 0 0 72.4 2000 9 999999999 110 0.1540 0 88 999.000 999.0 99.0 +2.49984E7 20.6 2.2 30 97500 250 1377 335 139 472 51 13900 34500 7600 900 90 4.1 3 0 56.3 2000 9 999999999 100 0.1540 0 88 999.000 999.0 99.0 +2.5002E7 21.7 2.8 29 97600 512 1377 341 327 695 64 33700 65200 9400 1310 100 4.6 0 0 48.3 2000 9 999999999 110 0.1540 0 88 999.000 999.0 99.0 +2.50056E7 25.0 3.3 25 97500 732 1377 357 510 785 88 53400 77600 12000 1960 110 3.1 0 0 40.2 2000 9 999999999 110 0.1540 0 88 999.000 999.0 99.0 +2.50092E7 27.2 2.2 20 97500 893 1377 366 668 847 112 69900 84900 14700 2780 140 2.6 0 0 40.2 2000 9 999999999 100 0.1540 0 88 999.000 999.0 99.0 +2.50128E7 28.3 2.2 19 97500 986 1377 371 751 867 124 78900 87300 16200 3440 40 2.6 0 0 32.2 2000 9 999999999 100 0.1540 0 88 999.000 999.0 99.0 +2.50164E7 32.2 2.2 15 97400 1002 1377 391 776 883 125 81500 89000 16500 3570 230 2.1 0 0 24.1 2000 9 999999999 100 0.1540 0 88 999.000 999.0 99.0 +2.502E7 32.2 1.1 14 97300 942 1377 389 733 880 123 76500 88300 15800 3180 210 1.5 0 0 24.1 2000 9 999999999 100 0.1540 0 88 999.000 999.0 99.0 +2.50236E7 32.8 1.7 14 97300 810 1377 393 608 799 131 63700 80400 16300 3090 130 1.5 0 0 24.1 2000 9 999999999 100 0.1540 0 88 999.000 999.0 99.0 +2.50272E7 33.9 1.1 12 97300 614 1377 398 428 555 177 44000 54300 19700 3650 250 4.1 0 0 40.2 2000 9 999999999 89 0.1540 0 88 999.000 999.0 99.0 +2.50308E7 32.8 1.1 13 97300 367 1377 392 206 549 55 21100 47100 8500 1050 310 2.1 0 0 40.2 2000 9 999999999 89 0.1540 0 88 999.000 999.0 99.0 +2.50344E7 31.1 1.1 15 97300 96 1159 384 25 148 8 2300 9100 1500 200 280 2.1 0 0 40.2 2000 9 999999999 100 0.1540 0 88 999.000 999.0 99.0 +2.5038E7 29.4 1.7 17 97400 0 0 376 0 0 0 0 0 0 0 0 0.0 0 0 24.1 2000 9 999999999 100 0.1540 0 88 999.000 999.0 99.0 +2.50416E7 27.2 2.2 20 97400 0 0 366 0 0 0 0 0 0 0 0 0.0 0 0 24.1 2000 9 999999999 100 0.1540 0 88 999.000 999.0 99.0 +2.50452E7 26.1 6.1 28 97500 0 0 365 0 0 0 0 0 0 0 0 0.0 0 0 24.1 2000 9 999999999 129 0.1540 0 88 999.000 999.0 99.0 +2.50488E7 25.6 4.4 26 97600 0 0 361 0 0 0 0 0 0 0 90 3.1 0 0 24.1 2000 9 999999999 120 0.1540 0 88 999.000 999.0 99.0 +2.50524E7 25.0 1.1 21 97600 0 0 354 0 0 0 0 0 0 0 70 2.1 0 0 40.2 2000 9 999999999 100 0.1540 0 88 999.000 999.0 99.0 +2.5056E7 25.0 1.1 21 97600 0 0 354 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 100 0.1540 0 88 999.000 999.0 99.0 +2.50596E7 22.2 3.3 29 97700 0 0 343 0 0 0 0 0 0 0 260 2.1 0 0 40.2 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.50632E7 21.7 2.2 28 97700 0 0 340 0 0 0 0 0 0 0 280 2.1 0 0 40.2 2000 9 999999999 100 0.0820 0 88 999.000 999.0 99.0 +2.50668E7 21.1 2.8 30 97700 0 0 338 0 0 0 0 0 0 0 260 1.5 0 0 40.2 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.50704E7 19.4 3.9 36 97800 0 0 331 0 0 0 0 0 0 0 250 2.1 0 0 40.2 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.5074E7 19.4 2.2 32 97800 0 0 329 0 0 0 0 0 0 0 0 0.0 0 0 40.2 2000 9 999999999 100 0.0820 0 88 999.000 999.0 99.0 +2.50776E7 19.4 1.7 31 97900 0 0 329 0 0 0 0 0 0 0 10 1.5 0 0 40.2 2000 9 999999999 100 0.0820 0 88 999.000 999.0 99.0 +2.50812E7 20.0 -3.3 21 97900 20 540 326 12 104 0 0 0 0 0 70 2.1 0 0 40.2 2000 9 999999999 69 0.0820 0 88 999.000 999.0 99.0 +2.50848E7 22.2 -1.1 21 98000 246 1377 338 139 607 27 14400 47900 5800 640 30 2.1 0 0 56.3 2000 9 999999999 80 0.0820 0 88 999.000 999.0 99.0 +2.50884E7 26.7 -4.4 13 98000 508 1377 355 347 817 41 36300 76500 8000 1070 90 5.2 0 0 72.4 2000 9 999999999 69 0.0820 0 88 999.000 999.0 99.0 +2.5092E7 28.3 -1.7 14 98000 727 1377 366 535 859 75 55300 84100 10800 1640 60 7.2 0 0 56.3 2000 9 999999999 80 0.0820 0 88 999.000 999.0 99.0 +2.50956E7 30.0 1.7 16 98000 888 1377 379 685 894 101 70400 88700 13000 2140 110 4.1 0 0 56.3 2000 9 999999999 100 0.0820 0 88 999.000 999.0 99.0 +2.50992E7 31.1 1.7 15 98000 980 1377 385 720 860 101 74100 85700 12900 2500 140 4.1 0 0 56.3 2000 9 999999999 100 0.0820 0 88 999.000 999.0 99.0 +2.51028E7 31.7 1.1 14 97900 997 1377 387 784 917 112 80300 91400 14000 2650 110 4.1 0 0 56.3 2000 9 999999999 89 0.0820 0 88 999.000 999.0 99.0 +2.51064E7 32.2 -1.7 11 97800 937 1377 386 760 938 114 77800 93200 14200 2360 80 4.6 0 0 56.3 2000 9 999999999 80 0.0820 0 88 999.000 999.0 99.0 +2.511E7 32.8 -1.1 11 97700 804 1377 389 634 871 118 64900 86000 14500 2530 90 3.1 0 0 56.3 2000 9 999999999 80 0.0820 0 88 999.000 999.0 99.0 +2.51136E7 32.8 -2.8 10 97600 608 1377 387 446 622 167 46000 60800 19100 3410 110 5.2 0 0 56.3 2000 9 999999999 69 0.0820 0 88 999.000 999.0 99.0 +2.51172E7 32.2 -3.9 9 97600 362 1377 382 226 677 44 23100 58700 7700 900 100 4.6 0 0 72.4 2000 9 999999999 69 0.0820 0 88 999.000 999.0 99.0 +2.51208E7 31.1 -3.9 10 97600 91 1136 377 28 212 4 2400 13600 1300 150 100 3.6 0 0 72.4 2000 9 999999999 69 0.0820 0 88 999.000 999.0 99.0 +2.51244E7 29.4 1.7 17 97700 0 0 376 0 0 0 0 0 0 0 120 3.6 0 0 56.3 2000 9 999999999 100 0.0820 0 88 999.000 999.0 99.0 +2.5128E7 27.2 2.2 20 97700 0 0 366 0 0 0 0 0 0 0 120 3.6 0 0 56.3 2000 9 999999999 100 0.0820 0 88 999.000 999.0 99.0 +2.51316E7 26.1 2.8 22 97800 0 0 361 0 0 0 0 0 0 0 110 5.7 0 0 56.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.51352E7 25.6 3.3 24 97800 0 0 360 0 0 0 0 0 0 0 70 4.6 0 0 56.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.51388E7 24.4 3.3 25 97900 0 0 354 0 0 0 0 0 0 0 90 4.1 0 0 56.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.51424E7 23.9 3.9 27 97900 0 0 352 0 0 0 0 0 0 0 90 4.1 0 0 56.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.5146E7 22.2 4.4 32 97900 0 0 345 0 0 0 0 0 0 0 80 4.1 0 0 56.3 2000 9 999999999 120 0.0680 0 88 999.000 999.0 99.0 +2.51496E7 22.2 3.9 30 98000 0 0 344 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 110 0.0680 0 88 999.000 999.0 99.0 +2.51532E7 21.7 3.9 31 98000 0 0 342 0 0 0 0 0 0 0 120 3.1 0 0 56.3 2000 9 999999999 110 0.0680 0 88 999.000 999.0 99.0 +2.51568E7 21.1 3.3 31 98000 0 0 338 0 0 0 0 0 0 0 80 4.6 0 0 56.3 2000 9 999999999 110 0.0680 0 88 999.000 999.0 99.0 +2.51604E7 20.6 3.3 32 98000 0 0 336 0 0 0 0 0 0 0 120 3.6 0 0 56.3 2000 9 999999999 110 0.0680 0 88 999.000 999.0 99.0 +2.5164E7 21.1 2.8 30 98000 0 0 338 0 0 0 0 0 0 0 90 5.2 0 0 56.3 2000 9 999999999 110 0.0680 0 88 999.000 999.0 99.0 +2.51676E7 20.6 2.2 30 98100 19 517 335 10 41 5 0 0 0 0 90 4.6 1 0 56.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.51712E7 21.1 2.8 30 98200 242 1378 338 129 451 53 13400 32300 7700 920 100 5.7 0 0 56.3 2000 9 999999999 110 0.0680 0 88 999.000 999.0 99.0 +2.51748E7 22.8 2.2 26 98200 503 1378 345 334 695 85 35400 64700 11700 1650 90 7.2 0 0 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.51784E7 24.4 2.2 24 98200 722 1378 352 512 745 126 54300 73800 15400 2730 80 6.2 3 0 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.5182E7 26.1 1.7 20 98100 883 1378 367 682 809 161 71600 81500 19200 4030 90 6.7 6 1 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.51856E7 27.2 1.7 19 98000 975 1378 372 778 845 174 81800 85800 20900 4940 80 6.2 9 1 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.51892E7 28.3 1.7 18 97900 991 1378 378 725 682 226 74600 68400 25300 6370 70 5.2 8 1 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.51928E7 29.4 1.7 17 97800 931 1378 389 662 654 209 67700 65400 23400 5390 60 5.2 7 2 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.51964E7 29.4 1.7 17 97800 798 1378 392 507 433 250 53800 45800 27200 6140 60 5.2 7 3 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.52E7 30.0 1.7 16 97700 602 1378 392 401 410 214 41300 41300 23200 4830 70 3.6 7 2 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.52036E7 30.0 1.7 16 97700 356 1378 392 150 265 76 15300 22200 9500 1390 60 3.6 7 2 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.52072E7 28.9 1.1 17 97700 87 1114 385 21 40 16 2100 1700 2000 260 80 4.1 6 2 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.52108E7 27.8 2.2 19 97700 0 0 376 0 0 0 0 0 0 0 100 2.6 6 1 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.52144E7 27.2 2.8 21 97700 0 0 379 0 0 0 0 0 0 0 80 2.6 7 2 40.2 2000 9 999999999 110 0.0680 0 88 999.000 999.0 99.0 +2.5218E7 25.6 1.7 21 97800 0 0 373 0 0 0 0 0 0 0 70 3.6 7 3 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.52216E7 24.4 2.2 24 97800 0 0 368 0 0 0 0 0 0 0 50 2.1 7 3 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.52252E7 25.0 1.7 22 97800 0 0 366 0 0 0 0 0 0 0 90 4.1 6 2 40.2 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.52288E7 24.4 1.7 23 97800 0 0 370 0 0 0 0 0 0 0 80 5.2 7 4 40.2 7620 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.52324E7 24.4 1.7 23 97800 0 0 376 0 0 0 0 0 0 0 90 4.6 9 6 48.3 7620 9 999999999 100 0.0830 0 88 999.000 999.0 99.0 +2.5236E7 23.9 2.2 24 97800 0 0 385 0 0 0 0 0 0 0 80 4.1 9 8 48.3 3960 9 999999999 100 0.0830 0 88 999.000 999.0 99.0 +2.52396E7 23.3 2.2 25 97700 0 0 376 0 0 0 0 0 0 0 90 3.6 9 7 48.3 3960 9 999999999 100 0.0830 0 88 999.000 999.0 99.0 +2.52432E7 22.8 2.2 26 97700 0 0 365 0 0 0 0 0 0 0 90 3.1 10 5 48.3 2000 9 999999999 100 0.0830 0 88 999.000 999.0 99.0 +2.52468E7 23.3 1.7 24 97800 0 0 365 0 0 0 0 0 0 0 130 2.6 8 4 48.3 2000 9 999999999 100 0.0830 0 88 999.000 999.0 99.0 +2.52504E7 22.2 2.8 28 97800 0 0 363 0 0 0 0 0 0 0 90 4.6 6 5 48.3 7620 9 999999999 110 0.0830 0 88 999.000 999.0 99.0 +2.5254E7 22.8 2.8 27 97900 18 517 380 3 2 3 0 0 0 0 130 2.6 10 8 72.4 3050 9 999999999 110 0.0830 0 88 999.000 999.0 99.0 +2.52576E7 23.3 3.9 28 97900 238 1379 392 55 3 53 6000 100 6000 1860 80 3.6 10 9 72.4 2440 9 999999999 110 0.0830 0 88 999.000 999.0 99.0 +2.52612E7 23.3 4.4 29 97900 499 1379 393 94 2 90 10600 100 10500 3740 90 4.1 10 9 72.4 2740 9 999999999 120 0.0830 0 88 999.000 999.0 99.0 +2.52648E7 25.0 3.9 26 98000 718 1379 393 284 89 233 30700 8900 26000 7010 100 5.2 9 8 72.4 7620 9 999999999 120 0.0830 0 88 999.000 999.0 99.0 +2.52684E7 27.2 6.1 26 98000 878 1379 407 561 274 382 59800 28600 41500 10740 110 5.2 9 8 72.4 7620 9 999999999 129 0.0830 0 88 999.000 999.0 99.0 +2.5272E7 28.3 7.8 27 97900 970 1379 405 412 107 336 45300 11000 37500 11790 130 5.2 9 6 72.4 7620 9 999999999 139 0.0830 0 88 999.000 999.0 99.0 +2.52756E7 30.0 8.9 27 97800 986 1379 412 536 246 358 58200 26000 39600 11090 140 5.7 7 5 72.4 7620 9 999999999 160 0.0830 0 88 999.000 999.0 99.0 +2.52792E7 30.0 10.6 30 97700 925 1379 414 705 629 278 73400 64900 29700 7500 130 7.2 7 5 72.4 7620 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +2.52828E7 29.4 11.1 32 97700 792 1379 401 522 580 175 54700 59300 20500 3960 130 6.7 2 2 48.3 2000 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +2.52864E7 28.9 11.1 33 97700 596 1379 399 389 454 182 38900 44100 19800 3740 120 6.7 2 2 56.3 2000 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +2.529E7 28.3 11.7 36 97600 350 1379 391 190 481 58 18700 40400 8400 1080 120 6.2 1 1 56.3 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +2.52936E7 26.7 11.7 39 97600 83 1069 383 21 71 13 2100 3200 1800 220 120 5.2 1 1 56.3 2000 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +2.52972E7 25.6 10.6 39 97600 0 0 376 0 0 0 0 0 0 0 110 5.7 1 1 56.3 2000 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +2.53008E7 24.4 10.0 40 97700 0 0 374 0 0 0 0 0 0 0 120 6.2 2 2 56.3 2000 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +2.53044E7 23.9 10.6 43 97700 0 0 372 0 0 0 0 0 0 0 130 6.7 2 2 56.3 2000 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +2.5308E7 23.3 10.6 45 97800 0 0 364 0 0 0 0 0 0 0 130 6.2 1 1 56.3 2000 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +2.53116E7 23.3 10.6 45 97800 0 0 379 0 0 0 0 0 0 0 100 5.2 5 5 56.3 2000 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +2.53152E7 22.2 10.6 48 97800 0 0 373 0 0 0 0 0 0 0 120 3.6 5 5 56.3 2000 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +2.53188E7 21.7 10.6 49 97800 0 0 371 0 0 0 0 0 0 0 110 4.6 5 5 56.3 2000 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +2.53224E7 21.1 10.6 51 97800 0 0 368 0 0 0 0 0 0 0 110 3.1 5 5 56.3 2000 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +2.5326E7 20.6 11.1 55 97700 0 0 363 0 0 0 0 0 0 0 90 4.1 7 4 56.3 4880 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +2.53296E7 20.0 11.1 57 97700 0 0 360 0 0 0 0 0 0 0 100 3.1 5 4 56.3 2000 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +2.53332E7 20.0 10.6 55 97700 0 0 359 0 0 0 0 0 0 0 110 3.6 4 4 56.3 2000 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +2.53368E7 20.0 10.0 53 97800 0 0 365 0 0 0 0 0 0 0 110 4.6 7 6 56.3 3660 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +2.53404E7 19.4 10.6 57 97800 16 494 362 11 10 10 0 0 0 0 110 4.1 9 6 72.4 2440 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +2.5344E7 21.1 10.6 51 97800 233 1380 375 143 269 88 13700 18200 10600 1810 110 2.6 10 7 80.5 7620 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +2.53476E7 21.1 10.6 51 97900 494 1380 389 159 3 150 16900 200 16800 5370 120 5.7 10 9 80.5 3050 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +2.53512E7 22.8 10.6 46 97800 713 1380 390 259 55 224 27700 5500 24900 6770 100 6.2 10 8 80.5 3050 9 999999999 170 0.0830 0 88 999.000 999.0 99.0 +2.53548E7 25.6 11.1 41 97800 873 1380 399 538 287 347 57100 30000 38100 9710 130 4.1 9 7 80.5 3050 9 999999999 179 0.0830 0 88 999.000 999.0 99.0 +2.53584E7 26.7 12.2 41 97800 965 1380 422 493 163 377 53200 17200 41200 11430 130 4.1 10 9 72.4 3050 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +2.5362E7 27.8 12.8 40 97600 981 1380 413 475 219 320 52200 23200 35600 9850 110 3.6 9 7 72.4 3050 9 999999999 200 0.0830 0 88 999.000 999.0 99.0 +2.53656E7 28.3 11.7 36 97500 920 1380 430 314 159 215 35900 16900 24600 6240 140 3.1 10 9 72.4 1830 9 999999999 189 0.0830 0 88 999.000 999.0 99.0 +2.53692E7 27.2 12.8 41 97500 787 1380 438 164 9 159 19300 700 18900 7190 210 3.1 10 10 32.2 1520 9 999999999 200 0.0370 0 88 999.000 999.0 99.0 +2.53728E7 19.4 17.8 90 97800 590 1380 400 113 11 108 13200 700 12900 4640 310 5.2 10 10 16.1 1520 9 999999999 270 0.0370 0 88 999.000 999.0 99.0 +2.53764E7 18.3 17.8 97 97800 344 1380 394 23 1 24 3000 0 3000 1050 330 2.6 10 10 24.1 3050 9 999999999 270 0.0830 0 88 999.000 999.0 99.0 +2.538E7 19.4 16.7 84 97800 79 1046 374 24 73 16 2400 3300 2100 270 90 3.6 8 7 40.2 3050 9 999999999 250 0.0830 0 88 999.000 999.0 99.0 +2.53836E7 18.9 17.2 90 97800 0 0 364 0 0 0 0 0 0 0 100 6.2 6 5 48.3 3050 9 999999999 259 0.0830 0 88 999.000 999.0 99.0 +2.53872E7 18.9 17.2 90 97900 0 0 364 0 0 0 0 0 0 0 140 2.1 6 5 40.2 7620 9 999999999 259 0.0830 0 88 999.000 999.0 99.0 +2.53908E7 18.9 17.2 90 97900 0 0 355 0 0 0 0 0 0 0 110 4.1 3 2 40.2 2000 9 999999999 259 0.0830 0 88 999.000 999.0 99.0 +2.53944E7 18.3 16.7 90 98000 0 0 347 0 0 0 0 0 0 0 110 2.1 1 1 40.2 2000 9 999999999 250 0.0830 0 88 999.000 999.0 99.0 +2.5398E7 18.9 16.7 87 98000 0 0 350 0 0 0 0 0 0 0 100 3.1 1 1 40.2 2000 9 999999999 250 0.0830 0 88 999.000 999.0 99.0 +2.54016E7 18.9 17.2 90 98000 0 0 355 0 0 0 0 0 0 0 40 2.1 2 2 40.2 2000 9 999999999 259 0.0830 0 88 999.000 999.0 99.0 +2.54052E7 18.3 16.7 90 98000 0 0 340 0 0 0 0 0 0 0 90 3.1 0 0 40.2 2000 9 999999999 250 0.1080 0 88 999.000 999.0 99.0 +2.54088E7 17.8 16.7 93 98000 0 0 338 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 250 0.1080 0 88 999.000 999.0 99.0 +2.54124E7 17.8 16.7 93 98000 0 0 338 0 0 0 0 0 0 0 70 2.1 0 0 32.2 2000 9 999999999 250 0.1080 0 88 999.000 999.0 99.0 +2.5416E7 17.8 16.7 93 98000 0 0 371 0 0 0 0 0 0 0 100 2.1 9 8 24.1 1830 9 999999999 250 0.1080 0 88 999.000 999.0 99.0 +2.54196E7 17.8 16.1 90 98000 0 0 349 0 0 0 0 0 0 0 70 2.1 2 2 40.2 2000 9 999999999 250 0.1080 0 88 999.000 999.0 99.0 +2.54232E7 17.8 16.1 90 98100 0 0 355 0 0 0 0 0 0 0 130 2.1 4 4 40.2 2000 9 999999999 250 0.1080 0 88 999.000 999.0 99.0 +2.54268E7 17.8 16.1 90 98100 15 472 361 9 49 4 0 0 0 0 110 2.1 6 6 72.4 2740 9 999999999 250 0.1080 0 88 999.000 999.0 99.0 +2.54304E7 18.9 16.1 84 98100 229 1381 360 115 407 46 11600 28700 6800 810 0 0.0 4 4 72.4 2000 9 999999999 250 0.1080 0 88 999.000 999.0 99.0 +2.5434E7 21.1 16.1 73 98200 490 1381 360 312 755 37 32500 70300 7400 1000 70 3.1 1 1 72.4 2000 9 999999999 250 0.1080 0 88 999.000 999.0 99.0 +2.54376E7 22.8 16.1 66 98200 708 1381 373 511 854 62 52700 83500 9700 1510 80 2.6 2 2 72.4 2000 9 999999999 250 0.1080 0 88 999.000 999.0 99.0 +2.54412E7 24.4 15.6 58 98200 868 1381 388 631 668 199 64100 66400 22200 4710 60 2.6 4 4 72.4 2000 9 999999999 240 0.1080 0 88 999.000 999.0 99.0 +2.54448E7 25.6 15.6 54 98100 959 1381 391 702 832 116 73800 83800 15400 3130 360 2.1 3 3 72.4 2000 9 999999999 240 0.1080 0 88 999.000 999.0 99.0 +2.54484E7 26.7 15.6 51 98100 975 1381 393 747 912 97 77100 90900 12700 2430 360 1.5 2 2 72.4 2000 9 999999999 240 0.1080 0 88 999.000 999.0 99.0 +2.5452E7 27.8 14.4 44 98000 914 1381 392 698 901 96 72100 89500 12600 2200 90 2.6 1 1 72.4 2000 9 999999999 220 0.1080 0 88 999.000 999.0 99.0 +2.54556E7 28.9 13.3 38 98000 781 1381 396 581 851 96 60900 84500 12900 2180 130 3.1 1 1 72.4 2000 9 999999999 209 0.1080 0 88 999.000 999.0 99.0 +2.54592E7 28.9 13.9 40 98000 585 1381 389 397 573 150 41200 55600 17500 3000 160 3.6 0 0 72.4 2000 9 999999999 220 0.1080 0 88 999.000 999.0 99.0 +2.54628E7 27.8 12.8 40 97900 339 1381 382 190 619 34 19700 53200 6600 820 120 2.1 0 0 72.4 2000 9 999999999 200 0.1080 0 88 999.000 999.0 99.0 +2.54664E7 26.7 13.3 44 97900 75 1024 377 20 167 2 1700 10400 900 80 160 2.1 0 0 56.3 2000 9 999999999 209 0.1080 0 88 999.000 999.0 99.0 +2.547E7 26.1 13.3 45 97900 0 0 374 0 0 0 0 0 0 0 190 1.5 0 0 56.3 2000 9 999999999 209 0.1080 0 88 999.000 999.0 99.0 +2.54736E7 25.0 14.4 52 98000 0 0 370 0 0 0 0 0 0 0 250 2.1 0 0 56.3 2000 9 999999999 220 0.1080 0 88 999.000 999.0 99.0 +2.54772E7 24.4 15.0 56 98000 0 0 368 0 0 0 0 0 0 0 350 2.1 0 0 56.3 2000 9 999999999 229 0.1080 0 88 999.000 999.0 99.0 +2.54808E7 23.9 15.0 58 98000 0 0 365 0 0 0 0 0 0 0 350 2.6 0 0 56.3 2000 9 999999999 229 0.1080 0 88 999.000 999.0 99.0 +2.54844E7 22.8 15.0 62 98000 0 0 360 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 229 0.1080 0 88 999.000 999.0 99.0 +2.5488E7 22.2 15.6 66 98000 0 0 358 0 0 0 0 0 0 0 130 2.1 0 0 56.3 2000 9 999999999 240 0.1080 0 88 999.000 999.0 99.0 +2.54916E7 21.7 15.6 68 98000 0 0 355 0 0 0 0 0 0 0 110 2.1 0 0 56.3 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.54952E7 21.1 15.6 71 98000 0 0 353 0 0 0 0 0 0 0 120 2.1 0 0 56.3 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.54988E7 20.6 15.0 71 98000 0 0 349 0 0 0 0 0 0 0 120 2.1 0 0 56.3 2000 9 999999999 229 0.0960 0 88 999.000 999.0 99.0 +2.55024E7 20.0 15.6 76 98000 0 0 354 0 0 0 0 0 0 0 90 1.5 1 1 56.3 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.5506E7 18.9 15.6 81 98000 0 0 342 0 0 0 0 0 0 0 100 2.6 0 0 56.3 2000 9 999999999 240 0.0960 0 88 999.000 999.0 99.0 +2.55096E7 19.4 13.9 70 98000 0 0 343 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 209 0.0960 0 88 999.000 999.0 99.0 +2.55132E7 19.4 13.9 70 98000 14 449 343 8 80 0 0 0 0 0 90 2.6 0 0 80.5 2000 9 999999999 209 0.0960 0 88 999.000 999.0 99.0 +2.55168E7 21.1 13.9 64 98000 225 1381 351 137 578 40 13400 42100 6500 680 120 3.6 0 0 80.5 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.55204E7 22.2 14.4 62 98100 485 1381 356 309 761 37 32400 70700 7500 1000 110 4.6 0 0 80.5 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.5524E7 24.4 14.4 54 98100 703 1381 367 493 852 53 51500 83300 8900 1400 120 3.6 0 0 80.5 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.55276E7 25.6 14.4 50 98000 863 1381 373 636 891 72 66000 88400 10600 1860 70 2.6 0 0 80.5 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.55312E7 28.3 14.4 43 98000 954 1381 387 728 927 81 75500 92400 11400 2190 190 2.1 0 0 72.4 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.55348E7 28.9 14.4 41 97900 970 1381 390 743 926 85 76800 92400 11700 2290 40 1.5 0 0 72.4 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.55384E7 29.4 13.9 39 97800 909 1381 392 688 880 101 70600 87400 13000 2210 50 2.1 0 0 72.4 2000 9 999999999 220 0.0960 0 88 999.000 999.0 99.0 +2.5542E7 30.6 13.3 35 97800 775 1381 397 560 796 107 57700 78600 13400 2300 230 3.6 0 0 72.4 2000 9 999999999 209 0.0960 0 88 999.000 999.0 99.0 +2.55456E7 30.6 12.8 34 97800 579 1381 397 380 532 152 39200 51500 17500 3040 240 3.6 0 0 80.5 2000 9 999999999 200 0.0960 0 88 999.000 999.0 99.0 +2.55492E7 30.0 11.7 32 97700 333 1381 392 181 574 38 18500 48700 6700 800 180 1.5 0 0 80.5 2000 9 999999999 179 0.0960 0 88 999.000 999.0 99.0 +2.55528E7 28.3 12.8 38 97700 71 1002 385 18 146 2 1400 9100 800 80 300 2.6 0 0 56.3 2000 9 999999999 200 0.0960 0 88 999.000 999.0 99.0 +2.55564E7 27.2 13.3 42 97700 0 0 380 0 0 0 0 0 0 0 290 2.1 0 0 56.3 2000 9 999999999 200 0.0960 0 88 999.000 999.0 99.0 +2.556E7 25.6 12.8 45 97700 0 0 371 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 200 0.0960 0 88 999.000 999.0 99.0 +2.55636E7 24.4 13.9 52 97700 0 0 367 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 209 0.0960 0 88 999.000 999.0 99.0 +2.55672E7 23.9 13.3 52 97800 0 0 363 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 209 0.0960 0 88 999.000 999.0 99.0 +2.55708E7 22.8 13.3 55 97800 0 0 358 0 0 0 0 0 0 0 260 2.1 0 0 56.3 2000 9 999999999 209 0.0960 0 88 999.000 999.0 99.0 +2.55744E7 22.2 13.3 57 97700 0 0 355 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 209 0.0960 0 88 999.000 999.0 99.0 +2.5578E7 21.1 13.3 61 97700 0 0 350 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 209 0.0660 0 88 999.000 999.0 99.0 +2.55816E7 20.6 14.4 68 97700 0 0 349 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 220 0.0660 0 88 999.000 999.0 99.0 +2.55852E7 20.6 14.4 68 97700 0 0 349 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 220 0.0660 0 88 999.000 999.0 99.0 +2.55888E7 18.9 13.9 73 97700 0 0 340 0 0 0 0 0 0 0 200 1.5 0 0 56.3 2000 9 999999999 209 0.0660 0 88 999.000 999.0 99.0 +2.55924E7 18.3 13.9 76 97700 0 0 337 0 0 0 0 0 0 0 140 2.1 0 0 56.3 2000 9 999999999 220 0.0660 0 88 999.000 999.0 99.0 +2.5596E7 18.3 12.8 70 97700 0 0 336 0 0 0 0 0 0 0 140 2.1 0 0 56.3 2000 9 999999999 200 0.0660 0 88 999.000 999.0 99.0 +2.55996E7 18.3 12.2 68 97700 13 426 336 8 85 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 189 0.0660 0 88 999.000 999.0 99.0 +2.56032E7 20.0 12.2 61 97700 221 1382 344 136 590 39 13300 42700 6400 670 70 3.1 0 0 56.3 2000 9 999999999 189 0.0660 0 88 999.000 999.0 99.0 +2.56068E7 22.2 12.2 53 97700 481 1382 354 323 804 40 34000 74600 7900 1030 100 4.1 0 0 56.3 2000 9 999999999 189 0.0660 0 88 999.000 999.0 99.0 +2.56104E7 23.9 12.2 48 97700 699 1382 362 506 898 48 53300 87800 8700 1320 80 3.6 0 0 40.2 2000 9 999999999 189 0.0660 0 88 999.000 999.0 99.0 +2.5614E7 26.7 12.2 41 97700 858 1382 376 643 932 58 67300 92600 9600 1650 50 2.1 0 0 40.2 2000 9 999999999 189 0.0660 0 88 999.000 999.0 99.0 +2.56176E7 28.3 12.2 37 97600 949 1382 384 729 946 72 75700 94400 10700 2040 330 1.5 0 0 40.2 2000 9 999999999 189 0.0660 0 88 999.000 999.0 99.0 +2.56212E7 30.0 11.7 32 97500 964 1382 392 746 941 80 77100 93900 11400 2200 230 1.5 0 0 56.3 2000 9 999999999 179 0.0660 0 88 999.000 999.0 99.0 +2.56248E7 31.1 10.0 27 97400 903 1382 396 694 917 85 71500 91100 11700 2090 0 0.0 0 0 56.3 2000 9 999999999 170 0.0660 0 88 999.000 999.0 99.0 +2.56284E7 31.7 10.0 26 97300 770 1382 399 579 862 89 60400 85700 12500 2050 0 0.0 0 0 72.4 2000 9 999999999 170 0.0660 0 88 999.000 999.0 99.0 +2.5632E7 31.7 10.0 26 97200 573 1382 399 384 555 147 39500 53600 17200 2930 270 2.6 2 0 72.4 2000 9 999999999 170 0.0660 0 88 999.000 999.0 99.0 +2.56356E7 30.0 10.6 30 97200 328 1382 391 158 400 59 15900 32700 8100 1080 270 4.6 5 0 72.4 2000 9 999999999 170 0.0660 0 88 999.000 999.0 99.0 +2.56392E7 28.3 11.1 34 97200 67 979 390 13 52 7 1300 2200 1100 120 260 4.6 5 1 72.4 2000 9 999999999 179 0.0660 0 88 999.000 999.0 99.0 +2.56428E7 27.2 9.4 33 97200 0 0 382 0 0 0 0 0 0 0 260 3.1 5 1 56.3 2000 9 999999999 160 0.0660 0 88 999.000 999.0 99.0 +2.56464E7 25.6 11.7 42 97200 0 0 382 0 0 0 0 0 0 0 230 2.6 6 2 56.3 2000 9 999999999 189 0.0660 0 88 999.000 999.0 99.0 +2.565E7 24.4 10.6 42 97200 0 0 370 0 0 0 0 0 0 0 300 2.1 6 1 56.3 2000 9 999999999 170 0.0660 0 88 999.000 999.0 99.0 +2.56536E7 23.3 11.7 48 97200 0 0 366 0 0 0 0 0 0 0 0 0.0 6 1 56.3 2000 9 999999999 189 0.0660 0 88 999.000 999.0 99.0 +2.56572E7 22.8 12.2 52 97200 0 0 364 0 0 0 0 0 0 0 0 0.0 6 1 56.3 2000 9 999999999 189 0.0660 0 88 999.000 999.0 99.0 +2.56608E7 22.2 12.2 53 97200 0 0 361 0 0 0 0 0 0 0 120 2.1 6 1 56.3 2000 9 999999999 189 0.0660 0 88 999.000 999.0 99.0 +2.56644E7 21.7 11.7 53 97200 0 0 358 0 0 0 0 0 0 0 120 2.6 5 1 56.3 2000 9 999999999 189 0.0810 0 88 999.000 999.0 99.0 +2.5668E7 20.6 11.7 57 97200 0 0 357 0 0 0 0 0 0 0 90 2.1 6 2 56.3 2000 9 999999999 189 0.0810 0 88 999.000 999.0 99.0 +2.56716E7 20.0 11.7 59 97100 0 0 354 0 0 0 0 0 0 0 90 2.6 6 2 56.3 2000 9 999999999 189 0.0810 0 88 999.000 999.0 99.0 +2.56752E7 19.4 11.1 59 97100 0 0 346 0 0 0 0 0 0 0 90 4.1 6 1 56.3 2000 9 999999999 179 0.0810 0 88 999.000 999.0 99.0 +2.56788E7 18.3 11.7 65 97100 0 0 346 0 0 0 0 0 0 0 80 3.1 6 2 56.3 2000 9 999999999 179 0.0810 0 88 999.000 999.0 99.0 +2.56824E7 17.8 11.1 65 97100 0 0 343 0 0 0 0 0 0 0 80 2.6 6 2 56.3 2000 9 999999999 179 0.0810 0 88 999.000 999.0 99.0 +2.5686E7 17.8 10.6 63 97100 11 403 349 8 46 2 0 0 0 0 100 3.6 9 4 56.3 2000 9 999999999 170 0.0810 0 88 999.000 999.0 99.0 +2.56896E7 18.3 11.1 63 97200 217 1383 354 121 184 91 12200 11900 10300 1930 80 3.1 9 5 56.3 4570 9 999999999 179 0.0810 0 88 999.000 999.0 99.0 +2.56932E7 22.2 10.6 48 97300 476 1383 367 244 397 105 25600 36700 12900 1980 70 3.1 7 3 56.3 2000 9 999999999 170 0.0570 0 88 999.000 999.0 99.0 +2.56968E7 23.9 10.6 43 97300 694 1383 367 426 624 107 44500 61800 13300 2310 360 3.6 6 1 56.3 2000 9 999999999 170 0.0810 0 88 999.000 999.0 99.0 +2.57004E7 25.0 9.4 37 97300 853 1383 380 472 402 218 49500 41300 23900 5300 0 0.0 7 3 56.3 2000 9 999999999 160 0.0810 0 88 999.000 999.0 99.0 +2.5704E7 27.2 7.2 28 97200 944 1383 394 605 361 355 64100 38700 37600 10290 250 2.6 8 5 32.2 7620 9 999999999 139 0.0810 0 88 999.000 999.0 99.0 +2.57076E7 27.8 8.3 29 97100 959 1383 407 388 93 327 43100 9500 36500 11380 200 3.1 10 7 32.2 3660 9 999999999 150 0.0810 0 88 999.000 999.0 99.0 +2.57112E7 27.2 7.8 29 97000 898 1383 410 273 5 277 32200 500 31900 11600 270 4.6 10 8 32.2 3050 9 999999999 139 0.0810 0 88 999.000 999.0 99.0 +2.57148E7 27.2 6.7 27 97000 764 1383 402 414 238 298 46300 24600 32700 7730 260 7.2 10 7 32.2 3050 9 999999999 129 0.0810 0 88 999.000 999.0 99.0 +2.57184E7 25.6 7.8 32 97000 568 1383 401 276 204 205 31100 20100 22800 4840 270 8.8 8 8 56.3 5490 9 999999999 139 0.0810 0 88 999.000 999.0 99.0 +2.5722E7 25.0 6.7 31 97100 322 1383 390 133 137 109 15100 11300 12500 2380 260 6.7 9 7 56.3 7620 9 999999999 139 0.0810 0 88 999.000 999.0 99.0 +2.57256E7 23.3 8.3 38 97000 64 957 379 14 11 13 1500 600 1500 340 270 6.7 7 6 80.5 5490 9 999999999 150 0.0810 0 88 999.000 999.0 99.0 +2.57292E7 22.8 8.9 41 97100 0 0 377 0 0 0 0 0 0 0 260 3.6 6 6 56.3 3660 9 999999999 160 0.0810 0 88 999.000 999.0 99.0 +2.57328E7 21.7 9.4 46 97200 0 0 360 0 0 0 0 0 0 0 260 3.6 3 2 56.3 2000 9 999999999 160 0.0810 0 88 999.000 999.0 99.0 +2.57364E7 20.6 8.3 46 97300 0 0 357 0 0 0 0 0 0 0 260 4.1 3 3 56.3 2000 9 999999999 150 0.0810 0 88 999.000 999.0 99.0 +2.574E7 18.9 3.3 36 97400 0 0 328 0 0 0 0 0 0 0 250 5.2 0 0 56.3 2000 9 999999999 110 0.0810 0 88 999.000 999.0 99.0 +2.57436E7 18.3 2.2 34 97500 0 0 324 0 0 0 0 0 0 0 250 4.6 0 0 56.3 2000 9 999999999 100 0.0810 0 88 999.000 999.0 99.0 +2.57472E7 17.2 1.7 35 97500 0 0 319 0 0 0 0 0 0 0 240 3.6 0 0 56.3 2000 9 999999999 100 0.0810 0 88 999.000 999.0 99.0 +2.57508E7 17.2 1.1 34 97600 0 0 318 0 0 0 0 0 0 0 250 4.1 0 0 56.3 2000 9 999999999 100 0.0950 0 88 999.000 999.0 99.0 +2.57544E7 15.6 1.7 39 97600 0 0 312 0 0 0 0 0 0 0 240 3.1 0 0 56.3 2000 9 999999999 100 0.0950 0 88 999.000 999.0 99.0 +2.5758E7 15.6 2.2 41 97600 0 0 313 0 0 0 0 0 0 0 270 2.6 0 0 56.3 2000 9 999999999 100 0.0950 0 88 999.000 999.0 99.0 +2.57616E7 14.4 2.2 44 97600 0 0 307 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0950 0 88 999.000 999.0 99.0 +2.57652E7 13.9 2.8 47 97700 0 0 306 0 0 0 0 0 0 0 30 2.1 0 0 56.3 2000 9 999999999 110 0.0950 0 88 999.000 999.0 99.0 +2.57688E7 13.9 2.8 47 97700 0 0 306 0 0 0 0 0 0 0 60 3.1 0 0 56.3 2000 9 999999999 110 0.0950 0 88 999.000 999.0 99.0 +2.57724E7 12.8 3.9 55 97800 10 404 302 6 21 4 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.0950 0 88 999.000 999.0 99.0 +2.5776E7 15.0 2.8 44 97900 212 1384 311 122 375 63 12200 24500 8500 1170 280 3.1 0 0 32.2 2000 9 999999999 110 0.0950 0 88 999.000 999.0 99.0 +2.57796E7 16.1 1.7 38 98000 472 1384 314 302 638 81 31100 58400 11100 1550 260 2.6 0 0 32.2 2000 9 999999999 100 0.0950 0 88 999.000 999.0 99.0 +2.57832E7 17.8 1.1 33 98000 689 1384 321 492 790 94 50700 77100 12100 1940 260 2.6 0 0 32.2 2000 9 999999999 100 0.0950 0 88 999.000 999.0 99.0 +2.57868E7 19.4 1.1 30 97900 848 1384 328 633 850 106 66200 84900 14000 2510 0 0.0 0 0 32.2 2000 9 999999999 100 0.0950 0 88 999.000 999.0 99.0 +2.57904E7 21.7 1.7 27 97900 938 1384 339 724 887 116 76000 89200 15400 3020 310 2.1 0 0 32.2 2000 9 999999999 100 0.0950 0 88 999.000 999.0 99.0 +2.5794E7 22.2 0.0 23 97800 953 1384 340 743 891 121 77700 89500 15800 3180 210 2.1 0 0 32.2 2000 9 999999999 89 0.0950 0 88 999.000 999.0 99.0 +2.57976E7 23.9 -1.7 18 97700 892 1384 345 706 897 120 73200 89600 15300 2880 270 2.6 0 0 48.3 2000 9 999999999 80 0.0950 0 88 999.000 999.0 99.0 +2.58012E7 25.0 -2.8 16 97600 759 1384 349 576 818 121 60300 81800 15300 2730 190 2.6 0 0 56.3 2000 9 999999999 80 0.0950 0 88 999.000 999.0 99.0 +2.58048E7 23.9 -3.9 16 97600 562 1384 343 383 537 161 39200 51600 18200 3230 280 2.6 0 0 56.3 2000 9 999999999 69 0.0950 0 88 999.000 999.0 99.0 +2.58084E7 23.3 -3.3 17 97600 317 1384 341 177 510 57 17900 41100 8500 1040 250 3.6 0 0 56.3 2000 9 999999999 69 0.0950 0 88 999.000 999.0 99.0 +2.5812E7 21.7 -3.9 18 97600 60 934 333 15 90 5 1300 5200 900 130 270 4.6 0 0 56.3 2000 9 999999999 69 0.0950 0 88 999.000 999.0 99.0 +2.58156E7 20.6 -1.1 23 97600 0 0 331 0 0 0 0 0 0 0 250 2.6 0 0 56.3 2000 9 999999999 80 0.0950 0 88 999.000 999.0 99.0 +2.58192E7 19.4 -1.1 25 97700 0 0 326 0 0 0 0 0 0 0 270 2.1 0 0 56.3 2000 9 999999999 80 0.0950 0 88 999.000 999.0 99.0 +2.58228E7 18.9 -1.1 26 97700 0 0 323 0 0 0 0 0 0 0 260 1.5 0 0 56.3 2000 9 999999999 80 0.0950 0 88 999.000 999.0 99.0 +2.58264E7 17.8 1.1 33 97700 0 0 321 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0950 0 88 999.000 999.0 99.0 +2.583E7 17.2 1.7 35 97700 0 0 319 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0950 0 88 999.000 999.0 99.0 +2.58336E7 16.7 0.6 34 97700 0 0 316 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.0950 0 88 999.000 999.0 99.0 +2.58372E7 15.6 1.7 39 97700 0 0 312 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0650 0 88 999.000 999.0 99.0 +2.58408E7 14.4 2.2 44 97700 0 0 307 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 100 0.0650 0 88 999.000 999.0 99.0 +2.58444E7 13.9 1.1 42 97700 0 0 304 0 0 0 0 0 0 0 60 2.1 0 0 56.3 2000 9 999999999 100 0.0650 0 88 999.000 999.0 99.0 +2.5848E7 12.8 1.7 47 97700 0 0 300 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 100 0.0650 0 88 999.000 999.0 99.0 +2.58516E7 12.2 0.6 45 97700 0 0 296 0 0 0 0 0 0 0 90 3.6 0 0 56.3 2000 9 999999999 89 0.0650 0 88 999.000 999.0 99.0 +2.58552E7 12.2 0.6 45 97700 0 0 296 0 0 0 0 0 0 0 110 3.1 0 0 56.3 2000 9 999999999 89 0.0650 0 88 999.000 999.0 99.0 +2.58588E7 12.2 0.0 43 97800 9 381 296 6 34 2 0 0 0 0 130 3.6 0 0 56.3 2000 9 999999999 89 0.0650 0 88 999.000 999.0 99.0 +2.58624E7 13.3 0.6 42 97800 208 1385 301 125 479 51 12300 31700 7600 860 90 3.1 0 0 32.2 2000 9 999999999 89 0.0650 0 88 999.000 999.0 99.0 +2.5866E7 16.1 -0.6 32 97900 467 1385 312 317 753 58 32600 69200 9100 1180 110 4.1 0 0 32.2 2000 9 999999999 89 0.0650 0 88 999.000 999.0 99.0 +2.58696E7 17.8 -1.1 28 97800 684 1385 318 501 863 69 52000 83900 10400 1530 130 4.1 0 0 32.2 2000 9 999999999 80 0.0650 0 88 999.000 999.0 99.0 +2.58732E7 21.1 -1.1 23 97800 843 1385 333 642 916 77 66500 90700 11100 1870 170 3.1 0 0 32.2 2000 9 999999999 80 0.0650 0 88 999.000 999.0 99.0 +2.58768E7 22.2 -1.7 20 97800 933 1385 337 730 940 90 75400 93600 12200 2210 0 0.0 0 0 32.2 2000 9 999999999 80 0.0650 0 88 999.000 999.0 99.0 +2.58804E7 23.3 -2.2 18 97700 948 1385 342 750 934 103 77100 92900 13300 2360 280 2.1 0 0 32.2 2000 9 999999999 80 0.0650 0 88 999.000 999.0 99.0 +2.5884E7 23.9 -2.8 17 97600 887 1385 344 687 880 116 71400 88000 14900 2790 50 2.1 0 0 32.2 2000 9 999999999 69 0.0650 0 88 999.000 999.0 99.0 +2.58876E7 25.6 -1.7 17 97500 753 1385 353 565 776 137 58600 77000 16600 3010 230 2.6 0 0 32.2 2000 9 999999999 80 0.0650 0 88 999.000 999.0 99.0 +2.58912E7 25.0 -3.9 15 97500 557 1385 348 395 572 160 40400 54800 18200 3210 220 3.1 0 0 32.2 2000 9 999999999 69 0.0650 0 88 999.000 999.0 99.0 +2.58948E7 23.9 -2.8 17 97500 312 1385 344 181 557 51 18300 44900 8200 950 250 3.6 0 0 32.2 2000 9 999999999 69 0.0650 0 88 999.000 999.0 99.0 +2.58984E7 22.8 -2.8 18 97500 57 911 339 14 108 2 1000 6500 600 80 280 2.6 0 0 32.2 2000 9 999999999 69 0.0650 0 88 999.000 999.0 99.0 +2.5902E7 21.7 -2.8 19 97500 0 0 334 0 0 0 0 0 0 0 250 2.6 0 0 32.2 2000 9 999999999 69 0.0650 0 88 999.000 999.0 99.0 +2.59056E7 20.0 -1.1 24 97600 0 0 328 0 0 0 0 0 0 0 210 2.6 0 0 32.2 2000 9 999999999 80 0.0650 0 88 999.000 999.0 99.0 +2.59092E7 19.4 -0.6 26 97600 0 0 326 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 89 0.0650 0 88 999.000 999.0 99.0 +2.59128E7 17.8 1.1 33 97600 0 0 321 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 100 0.0650 0 88 999.000 999.0 99.0 +2.59164E7 17.8 1.1 33 97600 0 0 321 0 0 0 0 0 0 0 70 1.5 0 0 32.2 2000 9 999999999 100 0.0650 0 88 999.000 999.0 99.0 +2.592E7 16.1 0.6 35 97600 0 0 313 0 0 0 0 0 0 0 110 3.6 0 0 32.2 2000 9 999999999 89 0.0650 0 88 999.000 999.0 99.0 +2.59236E7 15.6 1.1 38 97600 0 0 311 0 0 0 0 0 0 0 110 2.6 0 0 32.2 2000 9 999999999 100 0.0470 0 88 999.000 999.0 99.0 +2.59272E7 15.0 0.6 38 97600 0 0 308 0 0 0 0 0 0 0 80 3.1 0 0 32.2 2000 9 999999999 89 0.0470 0 88 999.000 999.0 99.0 +2.59308E7 13.3 1.7 45 97600 0 0 302 0 0 0 0 0 0 0 80 4.6 0 0 32.2 2000 9 999999999 100 0.0470 0 88 999.000 999.0 99.0 +2.59344E7 12.8 0.6 44 97600 0 0 299 0 0 0 0 0 0 0 90 3.1 0 0 32.2 2000 9 999999999 89 0.0470 0 88 999.000 999.0 99.0 +2.5938E7 12.2 0.6 45 97600 0 0 296 0 0 0 0 0 0 0 80 2.6 0 0 32.2 2000 9 999999999 89 0.0470 0 88 999.000 999.0 99.0 +2.59416E7 12.2 0.6 45 97600 0 0 296 0 0 0 0 0 0 0 110 3.1 0 0 32.2 2000 9 999999999 89 0.0470 0 88 999.000 999.0 99.0 +2.59452E7 11.7 1.1 49 97700 8 358 295 5 40 0 0 0 0 0 110 3.6 0 0 40.2 2000 9 999999999 100 0.0470 0 88 999.000 999.0 99.0 +2.59488E7 13.3 0.6 42 97700 204 1385 301 125 529 45 12400 35100 7300 780 90 3.6 0 0 40.2 2000 9 999999999 89 0.0470 0 88 999.000 999.0 99.0 +2.59524E7 16.1 0.0 34 97800 463 1385 312 307 781 42 32100 71800 8000 1040 90 4.1 0 0 48.3 2000 9 999999999 89 0.0470 0 88 999.000 999.0 99.0 +2.5956E7 18.3 0.0 29 97800 679 1385 322 497 883 58 51800 85900 9500 1430 100 3.1 0 0 56.3 2000 9 999999999 89 0.0470 0 88 999.000 999.0 99.0 +2.59596E7 20.6 0.0 25 97700 838 1385 332 647 935 74 67100 92600 10900 1830 130 3.1 0 0 56.3 2000 9 999999999 89 0.0470 0 88 999.000 999.0 99.0 +2.59632E7 22.2 0.0 23 97700 928 1385 340 737 962 85 76200 95800 11800 2150 160 1.5 0 0 56.3 2000 9 999999999 89 0.0470 0 88 999.000 999.0 99.0 +2.59668E7 25.0 -2.2 16 97600 943 1385 350 756 967 90 78000 96300 12300 2240 30 2.1 0 0 56.3 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +2.59704E7 25.6 -2.2 16 97500 881 1385 353 707 938 102 72600 92900 13200 2100 250 3.1 0 0 64.4 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +2.5974E7 26.7 -2.2 15 97400 748 1385 358 579 805 138 60000 79800 16700 3010 280 4.1 1 0 64.4 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +2.59776E7 26.1 -2.2 15 97400 552 1385 355 389 600 146 40200 57400 17200 2890 270 3.1 1 0 64.4 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +2.59812E7 24.4 -2.2 17 97400 307 1385 347 176 573 45 17500 46800 7100 850 270 3.6 0 0 64.4 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +2.59848E7 23.3 -2.8 17 97400 54 889 341 13 116 0 0 0 0 0 260 4.1 0 0 56.3 2000 9 999999999 69 0.0470 0 88 999.000 999.0 99.0 +2.59884E7 21.7 -2.8 19 97400 0 0 334 0 0 0 0 0 0 0 260 3.1 0 0 56.3 2000 9 999999999 69 0.0470 0 88 999.000 999.0 99.0 +2.5992E7 20.0 -1.7 23 97400 0 0 328 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +2.59956E7 19.4 -2.2 23 97400 0 0 324 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +2.59992E7 17.2 0.0 31 97500 0 0 317 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.0470 0 88 999.000 999.0 99.0 +2.60028E7 16.7 1.1 35 97500 0 0 316 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0470 0 88 999.000 999.0 99.0 +2.60064E7 16.7 -1.1 30 97500 0 0 314 0 0 0 0 0 0 0 240 3.1 0 0 56.3 2000 9 999999999 80 0.0470 0 88 999.000 999.0 99.0 +2.601E7 16.1 -1.7 30 97500 0 0 310 0 0 0 0 0 0 0 240 3.1 0 0 56.3 2000 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +2.60136E7 15.0 -2.2 31 97500 0 0 305 0 0 0 0 0 0 0 250 2.1 0 0 56.3 2000 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +2.60172E7 14.4 -2.2 32 97500 0 0 303 0 0 0 0 0 0 0 270 2.1 0 0 56.3 2000 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +2.60208E7 13.3 -2.2 34 97500 0 0 298 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +2.60244E7 12.2 1.1 47 97600 0 0 297 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0310 0 88 999.000 999.0 99.0 +2.6028E7 11.7 -1.7 40 97600 0 0 292 0 0 0 0 0 0 0 250 2.6 0 0 56.3 2000 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +2.60316E7 10.0 -1.1 46 97700 7 335 286 5 41 0 0 0 0 0 220 2.1 0 0 72.4 2000 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +2.60352E7 11.7 -2.2 38 97800 199 1386 291 121 543 41 12100 35800 6900 720 310 2.1 0 0 72.4 2000 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +2.60388E7 13.9 -2.2 33 97900 458 1386 301 302 798 34 31800 73400 7400 930 270 3.1 1 0 72.4 2000 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +2.60424E7 17.2 -1.7 28 97900 674 1386 315 461 830 52 48300 80800 8800 1350 0 0.0 1 0 72.4 2000 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +2.6046E7 20.6 -2.8 21 97900 833 1386 335 645 951 65 67000 94200 10200 1710 200 2.1 1 1 72.4 2000 9 999999999 80 0.0310 0 88 999.000 999.0 99.0 +2.60496E7 21.7 -2.8 19 97800 923 1386 334 733 969 81 76000 96500 11500 2090 340 2.1 1 0 80.5 2000 9 999999999 69 0.0310 0 88 999.000 999.0 99.0 +2.60532E7 22.8 -3.9 17 97800 937 1386 338 706 904 87 72900 90000 11800 2200 360 2.1 0 0 96.6 2000 9 999999999 69 0.0580 0 88 999.000 999.0 99.0 +2.60568E7 23.9 -3.9 16 97700 876 1386 343 712 967 93 73300 95800 12600 2060 40 3.1 0 0 112.7 2000 9 999999999 69 0.0310 0 88 999.000 999.0 99.0 +2.60604E7 24.4 -5.0 14 97700 742 1386 343 582 842 124 60600 83800 15600 2740 110 3.6 0 0 112.7 2000 9 999999999 60 0.0310 0 88 999.000 999.0 99.0 +2.6064E7 24.4 -4.4 14 97700 546 1386 344 389 622 140 40300 59400 16800 2750 0 0.0 1 0 72.4 2000 9 999999999 60 0.0310 0 88 999.000 999.0 99.0 +2.60676E7 23.9 -5.6 14 97700 302 1386 340 170 567 43 17000 46200 6900 820 310 3.1 1 0 72.4 2000 9 999999999 60 0.0310 0 88 999.000 999.0 99.0 +2.60712E7 22.2 -5.6 15 97700 51 866 333 12 110 0 0 0 0 0 240 4.1 0 0 56.3 2000 9 999999999 60 0.0310 0 88 999.000 999.0 99.0 +2.60748E7 20.0 -3.9 20 97800 0 0 325 0 0 0 0 0 0 0 240 3.1 0 0 56.3 2000 9 999999999 69 0.0310 0 88 999.000 999.0 99.0 +2.60784E7 18.9 -5.0 20 97800 0 0 319 0 0 0 0 0 0 0 260 2.6 0 0 56.3 2000 9 999999999 69 0.0310 0 88 999.000 999.0 99.0 +2.6082E7 17.8 -6.7 18 97900 0 0 312 0 0 0 0 0 0 0 80 2.6 0 0 56.3 2000 9 999999999 60 0.0310 0 88 999.000 999.0 99.0 +2.60856E7 18.3 -10.6 13 98000 0 0 310 0 0 0 0 0 0 0 50 6.2 0 0 56.3 2000 9 999999999 50 0.0310 0 88 999.000 999.0 99.0 +2.60892E7 17.2 -9.4 15 98000 0 0 306 0 0 0 0 0 0 0 270 2.6 0 0 56.3 2000 9 999999999 50 0.0310 0 88 999.000 999.0 99.0 +2.60928E7 16.1 -9.4 17 98000 0 0 302 0 0 0 0 0 0 0 20 2.6 0 0 56.3 2000 9 999999999 50 0.0310 0 88 999.000 999.0 99.0 +2.60964E7 13.3 -7.8 23 98000 0 0 292 0 0 0 0 0 0 0 270 2.1 0 0 56.3 2000 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.61E7 11.7 -6.7 27 98000 0 0 287 0 0 0 0 0 0 0 230 3.1 0 0 56.3 2000 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.61036E7 10.6 -7.2 28 98000 0 0 282 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.61072E7 10.6 -7.8 27 98000 0 0 281 0 0 0 0 0 0 0 240 2.1 0 0 56.3 2000 9 999999999 50 0.0790 0 88 999.000 999.0 99.0 +2.61108E7 10.6 -8.3 26 98000 0 0 281 0 0 0 0 0 0 0 220 2.1 0 0 56.3 2000 9 999999999 50 0.0790 0 88 999.000 999.0 99.0 +2.61144E7 10.0 -7.8 28 98000 0 0 279 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 50 0.0790 0 88 999.000 999.0 99.0 +2.6118E7 10.0 -6.7 31 98100 6 312 280 6 32 2 0 0 0 0 0 0.0 4 0 72.4 2000 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.61216E7 12.2 -7.8 24 98200 195 1387 288 129 528 54 12800 33500 8000 880 240 2.1 5 0 72.4 2000 9 999999999 50 0.0790 0 88 999.000 999.0 99.0 +2.61252E7 15.6 -6.7 21 98200 453 1387 303 300 739 70 31700 66700 9800 1270 250 2.1 5 0 64.4 2000 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.61288E7 18.3 -7.2 17 98200 669 1387 314 482 813 100 50700 78700 12500 1950 320 2.1 6 0 64.4 2000 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.61324E7 20.0 -7.8 15 98200 828 1387 320 622 832 129 64400 82000 15200 2720 290 1.5 6 0 64.4 2000 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.6136E7 22.2 -6.7 14 98100 917 1387 331 722 873 139 74200 86800 16600 3250 40 2.6 8 0 64.4 2000 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.61396E7 23.9 -8.3 11 98000 932 1387 337 712 799 163 74100 80900 19600 4330 30 4.1 9 0 56.3 2000 9 999999999 50 0.0790 0 88 999.000 999.0 99.0 +2.61432E7 25.0 -7.8 11 97900 870 1387 349 694 820 161 71100 82400 19200 3940 60 3.6 9 1 56.3 2000 9 999999999 50 0.0790 0 88 999.000 999.0 99.0 +2.61468E7 25.0 -8.3 10 97800 737 1387 349 544 615 197 55100 62100 22000 4330 30 3.6 10 1 56.3 2000 9 999999999 50 0.0790 0 88 999.000 999.0 99.0 +2.61504E7 25.6 -8.3 10 97700 541 1387 351 377 503 166 37200 47800 18500 3340 110 3.1 10 1 56.3 2000 9 999999999 50 0.0790 0 88 999.000 999.0 99.0 +2.6154E7 23.9 -8.9 11 97700 297 1387 347 102 125 70 10600 10100 8500 1510 200 1.5 10 2 56.3 2000 9 999999999 50 0.0790 0 88 999.000 999.0 99.0 +2.61576E7 22.8 -8.9 11 97700 48 844 354 7 1 7 900 0 900 270 240 2.1 10 6 56.3 7620 9 999999999 50 0.0790 0 88 999.000 999.0 99.0 +2.61612E7 20.6 -6.1 16 97700 0 0 347 0 0 0 0 0 0 0 240 3.1 10 6 56.3 7620 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.61648E7 18.9 -5.6 19 97800 0 0 340 0 0 0 0 0 0 0 250 2.1 10 6 56.3 7620 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.61684E7 18.3 -5.0 20 97800 0 0 338 0 0 0 0 0 0 0 0 0.0 10 6 56.3 6710 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.6172E7 17.8 -5.0 21 97700 0 0 336 0 0 0 0 0 0 0 0 0.0 10 6 56.3 6100 9 999999999 60 0.0790 0 88 999.000 999.0 99.0 +2.61756E7 16.7 -3.9 24 97700 0 0 332 0 0 0 0 0 0 0 0 0.0 10 6 56.3 6100 9 999999999 69 0.0790 0 88 999.000 999.0 99.0 +2.61792E7 15.6 -3.3 27 97700 0 0 328 0 0 0 0 0 0 0 0 0.0 10 6 56.3 6100 9 999999999 69 0.0790 0 88 999.000 999.0 99.0 +2.61828E7 15.0 -3.3 28 97700 0 0 322 0 0 0 0 0 0 0 260 2.6 10 5 56.3 2000 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.61864E7 14.4 -3.3 29 97700 0 0 322 0 0 0 0 0 0 0 270 2.1 10 6 56.3 6100 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.619E7 13.9 -2.2 33 97700 0 0 321 0 0 0 0 0 0 0 0 0.0 10 6 56.3 7620 9 999999999 80 0.0780 0 88 999.000 999.0 99.0 +2.61936E7 12.8 -1.7 37 97600 0 0 312 0 0 0 0 0 0 0 0 0.0 10 4 56.3 2000 9 999999999 80 0.0780 0 88 999.000 999.0 99.0 +2.61972E7 12.2 -3.3 34 97600 0 0 307 0 0 0 0 0 0 0 90 1.5 10 4 56.3 2000 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.62008E7 12.8 -3.3 33 97600 0 0 310 0 0 0 0 0 0 0 0 0.0 10 4 56.3 2000 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.62044E7 13.3 -3.9 30 97600 6 289 320 2 3 2 0 0 0 0 0 0.0 10 7 56.3 5490 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.6208E7 15.0 -2.8 30 97700 191 1388 335 76 63 66 8000 4100 7400 1390 260 1.5 10 8 72.4 7620 9 999999999 80 0.0780 0 88 999.000 999.0 99.0 +2.62116E7 18.9 -5.0 20 97700 449 1388 335 205 182 144 21900 16900 16400 3250 180 2.1 10 4 56.3 2000 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.62152E7 21.7 -6.7 14 97700 665 1388 346 345 188 252 36800 19000 27700 6200 70 4.1 10 4 56.3 2000 9 999999999 60 0.0780 0 88 999.000 999.0 99.0 +2.62188E7 23.3 -6.7 13 97700 823 1388 347 575 670 174 59400 66600 19800 3960 70 4.1 9 2 64.4 2000 9 999999999 60 0.0780 0 88 999.000 999.0 99.0 +2.62224E7 25.0 -6.7 12 97600 912 1388 355 680 799 149 71700 81100 18200 3890 120 3.1 9 2 64.4 2000 9 999999999 60 0.0780 0 88 999.000 999.0 99.0 +2.6226E7 26.1 -6.1 11 97400 927 1388 362 751 939 115 78600 94300 15400 2940 40 2.1 7 2 72.4 2000 9 999999999 60 0.0780 0 88 999.000 999.0 99.0 +2.62296E7 27.8 -4.4 12 97400 865 1388 372 596 694 155 62000 69800 18200 3780 130 2.1 6 2 72.4 2000 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.62332E7 28.3 -3.9 12 97300 732 1388 388 417 342 241 44900 35700 26000 5710 200 2.1 9 6 72.4 7620 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.62368E7 26.7 -4.4 13 97300 536 1388 384 289 244 201 31700 23700 22500 4680 270 2.6 10 7 72.4 7620 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.62404E7 26.7 -4.4 13 97300 292 1388 384 161 208 122 17600 16400 14100 2640 270 3.1 9 7 72.4 3660 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.6244E7 24.4 -5.0 14 97300 46 821 385 8 0 8 1000 0 1000 310 260 4.1 10 9 56.3 4270 9 999999999 60 0.0780 0 88 999.000 999.0 99.0 +2.62476E7 23.9 -4.4 15 97400 0 0 376 0 0 0 0 0 0 0 270 3.1 9 8 56.3 4270 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.62512E7 22.8 -2.8 18 97400 0 0 391 0 0 0 0 0 0 0 250 2.1 10 10 56.3 4570 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.62548E7 21.7 -2.8 19 97400 0 0 375 0 0 0 0 0 0 0 260 2.1 9 9 56.3 4570 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.62584E7 21.5 -1.7 22 97500 0 0 375 0 0 0 0 0 0 0 220 2.3 9 9 56.3 4570 9 999999999 80 0.0780 0 88 999.000 999.0 99.0 +2.6262E7 21.4 -0.8 23 97500 0 0 349 0 0 0 0 0 0 0 230 2.5 6 3 48.3 2000 9 999999999 80 0.0780 0 88 999.000 999.0 99.0 +2.62656E7 21.2 0.1 23 97500 0 0 350 0 0 0 0 0 0 0 230 2.7 6 3 48.3 2000 9 999999999 69 0.0780 0 88 999.000 999.0 99.0 +2.62692E7 21.1 1.0 32 97200 0 0 387 0 0 0 0 0 0 0 170 3.0 10 10 56.3 4570 9 999999999 120 0.0800 0 88 999.000 999.0 99.0 +2.62728E7 20.9 2.0 37 97200 0 0 388 0 0 0 0 0 0 0 130 3.2 10 10 48.3 4570 9 999999999 139 0.0800 0 88 999.000 999.0 99.0 +2.62764E7 20.8 2.9 36 97200 0 0 388 0 0 0 0 0 0 0 120 3.4 10 10 48.3 4570 9 999999999 129 0.0800 0 88 999.000 999.0 99.0 +2.628E7 20.6 3.9 34 97200 0 0 389 0 0 0 0 0 0 0 300 3.6 10 10 48.3 3660 9 999999999 120 0.0800 0 88 999.000 999.0 99.0 +2.62836E7 20.0 3.3 33 97300 0 0 385 0 0 0 0 0 0 0 240 3.1 10 10 48.3 3660 9 999999999 110 0.0800 0 88 999.000 999.0 99.0 +2.62872E7 19.4 3.3 35 97300 0 0 382 0 0 0 0 0 0 0 270 2.1 10 10 48.3 3660 9 999999999 110 0.0800 0 88 999.000 999.0 99.0 +2.62908E7 18.3 3.3 37 97400 5 289 358 8 16 6 0 0 0 0 260 3.1 8 8 48.3 3660 9 999999999 110 0.0380 0 88 999.000 999.0 99.0 +2.62944E7 17.8 3.3 38 97500 188 1388 350 82 223 51 8300 13600 6500 940 290 2.1 7 7 64.4 3660 9 999999999 110 0.0380 0 88 999.000 999.0 99.0 +2.6298E7 17.8 3.3 38 97500 445 1388 343 177 221 106 19000 20500 12400 2070 270 2.6 5 5 64.4 2000 9 999999999 110 0.0380 0 88 999.000 999.0 99.0 +2.63016E7 19.4 3.3 35 97600 661 1388 342 472 788 93 48500 76400 12000 1860 260 3.1 2 2 64.4 2000 9 999999999 110 0.0380 0 88 999.000 999.0 99.0 +2.63052E7 21.7 3.3 30 97600 819 1388 348 602 902 65 62900 89200 10000 1690 260 2.6 1 1 64.4 2000 9 999999999 110 0.0380 0 88 999.000 999.0 99.0 +2.63088E7 23.3 3.3 27 97600 908 1388 355 667 905 69 69500 90100 10300 1900 180 2.1 1 1 64.4 2000 9 999999999 110 0.0380 0 88 999.000 999.0 99.0 +2.63124E7 24.4 3.3 25 97500 923 1388 354 714 954 73 74200 95000 10800 1990 170 2.6 0 0 64.4 2000 9 999999999 110 0.0380 0 88 999.000 999.0 99.0 +2.6316E7 24.4 3.3 25 97400 861 1388 354 668 955 69 69500 94800 10500 1810 210 3.1 0 0 64.4 2000 9 999999999 110 0.0380 0 88 999.000 999.0 99.0 +2.63196E7 25.6 -1.7 17 97400 728 1388 353 549 918 61 57200 89900 9800 1520 220 3.6 0 0 64.4 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +2.63232E7 24.4 -2.2 17 97400 533 1388 347 381 853 48 39700 80400 8800 1170 240 4.1 0 0 64.4 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +2.63268E7 23.9 -2.2 18 97500 288 1388 345 176 676 32 18300 55700 6700 740 240 3.1 0 0 64.4 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +2.63304E7 22.2 -1.7 20 97500 44 798 337 37 189 15 2700 8400 2200 270 240 2.1 0 0 56.3 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +2.6334E7 21.1 -1.1 23 97600 0 0 340 0 0 0 0 0 0 0 240 1.5 1 1 56.3 2000 9 999999999 80 0.0800 0 88 999.000 999.0 99.0 +2.63376E7 20.0 -0.6 25 97600 0 0 335 0 0 0 0 0 0 0 230 1.5 1 1 56.3 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +2.63412E7 18.9 -0.6 27 97700 0 0 335 0 0 0 0 0 0 0 0 0.0 2 2 56.3 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +2.63448E7 18.3 -0.6 28 97700 0 0 321 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.0800 0 88 999.000 999.0 99.0 +2.63484E7 17.8 1.1 33 97700 0 0 321 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0800 0 88 999.000 999.0 99.0 +2.6352E7 17.2 1.7 35 97700 0 0 319 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 100 0.0800 0 88 999.000 999.0 99.0 +2.63556E7 16.1 1.7 38 97700 0 0 314 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 100 0.0780 0 88 999.000 999.0 99.0 +2.63592E7 14.4 2.8 46 97700 0 0 308 0 0 0 0 0 0 0 20 1.5 0 0 56.3 2000 9 999999999 110 0.0780 0 88 999.000 999.0 99.0 +2.63628E7 15.0 3.9 48 97700 0 0 312 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 120 0.0780 0 88 999.000 999.0 99.0 +2.63664E7 13.3 2.8 49 97700 0 0 303 0 0 0 0 0 0 0 280 2.1 0 0 56.3 2000 9 999999999 110 0.0780 0 88 999.000 999.0 99.0 +2.637E7 12.8 2.8 51 97700 0 0 301 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 110 0.0780 0 88 999.000 999.0 99.0 +2.63736E7 12.8 2.8 51 97700 0 0 301 0 0 0 0 0 0 0 240 1.5 0 0 56.3 2000 9 999999999 110 0.0780 0 88 999.000 999.0 99.0 +2.63772E7 12.8 3.3 53 97700 4 266 302 8 40 3 0 0 0 0 190 1.5 0 0 56.3 2000 9 999999999 110 0.0370 0 88 999.000 999.0 99.0 +2.63808E7 13.3 1.7 45 97700 183 1389 312 84 338 39 8500 21400 5600 680 0 0.0 3 2 64.4 2000 9 999999999 100 0.0370 0 88 999.000 999.0 99.0 +2.63844E7 16.7 3.3 41 97700 440 1389 335 233 464 84 23800 41400 10700 1560 270 1.5 4 4 64.4 2000 9 999999999 110 0.0370 0 88 999.000 999.0 99.0 +2.6388E7 20.6 4.4 35 97700 656 1389 355 475 704 139 48700 68000 16400 2770 200 3.1 4 4 64.4 2000 9 999999999 120 0.0370 0 88 999.000 999.0 99.0 +2.63916E7 21.1 6.1 38 97700 814 1389 359 475 460 202 50100 47000 22500 4700 270 2.1 6 4 64.4 7620 9 999999999 129 0.0370 0 88 999.000 999.0 99.0 +2.63952E7 22.8 8.3 40 97700 903 1389 370 613 625 203 63300 62300 22600 4990 60 7.7 7 4 48.3 7620 9 999999999 150 0.0370 0 88 999.000 999.0 99.0 +2.63988E7 21.7 8.9 44 97600 918 1389 366 577 553 208 61800 57200 23900 5370 60 5.2 7 4 80.5 7620 9 999999999 160 0.0370 0 88 999.000 999.0 99.0 +2.64024E7 22.8 7.2 37 97600 856 1389 372 555 574 197 59100 59000 22600 4740 50 7.7 8 5 80.5 7620 9 999999999 139 0.0370 0 88 999.000 999.0 99.0 +2.6406E7 22.8 8.3 40 97500 723 1389 367 513 673 158 52500 65800 18100 3280 80 6.2 7 3 80.5 2000 9 999999999 150 0.0370 0 88 999.000 999.0 99.0 +2.64096E7 22.8 6.1 34 97500 528 1389 370 321 582 96 32900 54500 12200 1850 100 4.6 7 5 56.3 7620 9 999999999 129 0.0370 0 88 999.000 999.0 99.0 +2.64132E7 21.7 7.2 40 97400 284 1389 364 105 119 80 11300 9400 9400 1720 90 4.6 4 4 56.3 2000 9 999999999 139 0.0370 0 88 999.000 999.0 99.0 +2.64168E7 20.0 6.7 42 97400 42 776 348 34 124 20 2800 4500 2600 360 70 3.6 2 2 56.3 2000 9 999999999 139 0.0370 0 88 999.000 999.0 99.0 +2.64204E7 19.4 6.7 44 97500 0 0 341 0 0 0 0 0 0 0 80 3.1 1 1 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +2.6424E7 18.3 7.8 50 97500 0 0 342 0 0 0 0 0 0 0 40 3.1 2 2 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +2.64276E7 18.3 7.8 50 97500 0 0 337 0 0 0 0 0 0 0 60 2.6 3 1 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +2.64312E7 16.7 8.3 58 97500 0 0 324 0 0 0 0 0 0 0 50 2.6 2 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +2.64348E7 16.7 8.3 58 97500 0 0 324 0 0 0 0 0 0 0 70 2.1 2 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +2.64384E7 15.6 8.3 62 97500 0 0 319 0 0 0 0 0 0 0 40 1.5 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +2.6442E7 15.0 8.3 65 97500 0 0 323 0 0 0 0 0 0 0 0 0.0 3 1 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +2.64456E7 13.9 7.8 67 97500 0 0 311 0 0 0 0 0 0 0 220 1.5 0 0 56.3 2000 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +2.64492E7 13.3 7.2 67 97500 0 0 318 0 0 0 0 0 0 0 0 0.0 3 2 56.3 2000 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +2.64528E7 13.9 7.2 64 97400 0 0 336 0 0 0 0 0 0 0 0 0.0 8 7 56.3 3660 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +2.64564E7 14.4 7.2 62 97400 0 0 338 0 0 0 0 0 0 0 0 0.0 8 7 56.3 3660 9 999999999 139 0.0780 0 88 999.000 999.0 99.0 +2.646E7 15.0 7.8 62 97400 0 0 355 0 0 0 0 0 0 0 250 2.1 10 9 56.3 3660 9 999999999 150 0.0780 0 88 999.000 999.0 99.0 +2.64636E7 15.0 7.2 60 97400 4 243 346 2 1 2 0 0 0 0 170 1.5 9 8 72.4 2740 9 999999999 139 0.1120 0 88 999.000 999.0 99.0 +2.64672E7 15.0 7.8 62 97400 179 1390 338 64 47 58 7000 3400 6600 1310 0 0.0 8 6 80.5 3350 9 999999999 150 0.1120 0 88 999.000 999.0 99.0 +2.64708E7 15.6 7.2 58 97400 436 1390 337 221 278 133 23200 25500 15200 2730 360 2.1 8 5 48.3 3350 9 999999999 139 0.1120 0 88 999.000 999.0 99.0 +2.64744E7 17.8 8.3 54 97500 651 1390 356 255 80 217 27900 7900 24200 6220 170 2.6 9 7 32.2 3660 9 999999999 150 0.1120 0 88 999.000 999.0 99.0 +2.6478E7 19.4 7.8 47 97500 809 1390 359 419 304 240 44900 32200 26100 5860 130 3.1 6 6 48.3 3660 9 999999999 150 0.1120 0 88 999.000 999.0 99.0 +2.64816E7 20.6 7.8 44 97400 898 1390 375 274 86 218 30500 9100 24600 6180 160 4.1 8 8 48.3 3050 9 999999999 150 0.1120 0 88 999.000 999.0 99.0 +2.64852E7 21.1 7.8 42 97400 913 1390 386 394 82 339 43200 8400 37600 11140 130 3.1 9 9 64.4 3050 9 999999999 139 0.1120 0 88 999.000 999.0 99.0 +2.64888E7 22.2 8.9 43 97300 851 1390 379 524 386 285 55800 41100 30600 7370 160 4.1 7 7 64.4 3050 9 999999999 160 0.1120 0 88 999.000 999.0 99.0 +2.64924E7 21.7 10.0 48 97300 718 1390 392 317 85 273 34800 8600 30300 7850 160 4.6 10 9 64.4 3050 9 999999999 170 0.1120 0 88 999.000 999.0 99.0 +2.6496E7 20.6 9.4 49 97300 523 1390 385 157 42 141 17200 4000 15700 3960 140 3.6 9 9 64.4 3050 9 999999999 160 0.1120 0 88 999.000 999.0 99.0 +2.64996E7 20.6 9.4 49 97300 279 1390 385 101 53 90 11000 4400 10100 2140 130 3.6 9 9 56.3 3050 9 999999999 160 0.1120 0 88 999.000 999.0 99.0 +2.65032E7 18.9 9.4 55 97300 39 753 368 16 6 16 1800 300 1800 390 80 4.1 8 8 56.3 3050 9 999999999 160 0.1120 0 88 999.000 999.0 99.0 +2.65068E7 16.7 10.0 65 97400 0 0 358 0 0 0 0 0 0 0 90 6.2 8 8 56.3 3050 9 999999999 170 0.0780 0 88 999.000 999.0 99.0 +2.65104E7 16.7 10.0 65 97400 0 0 376 0 0 0 0 0 0 0 100 5.2 10 10 56.3 3050 9 999999999 170 0.0780 0 88 999.000 999.0 99.0 +2.6514E7 16.7 10.6 67 97500 0 0 377 0 0 0 0 0 0 0 80 4.6 10 10 56.3 3050 9 999999999 170 0.0780 0 88 999.000 999.0 99.0 +2.65176E7 16.7 10.6 67 97600 0 0 377 0 0 0 0 0 0 0 100 5.2 10 10 56.3 3050 9 999999999 170 0.0780 0 88 999.000 999.0 99.0 +2.65212E7 16.1 10.6 70 97600 0 0 374 0 0 0 0 0 0 0 100 5.2 10 10 56.3 3050 9 999999999 170 0.0780 0 88 999.000 999.0 99.0 +2.65248E7 16.1 10.6 70 97600 0 0 350 0 0 0 0 0 0 0 100 4.6 7 7 56.3 3050 9 999999999 170 0.0780 0 88 999.000 999.0 99.0 +2.65284E7 15.6 10.6 72 97700 0 0 344 0 0 0 0 0 0 0 90 3.6 6 6 56.3 2740 9 999999999 170 0.0770 0 88 999.000 999.0 99.0 +2.6532E7 15.0 10.6 75 97700 0 0 330 0 0 0 0 0 0 0 90 4.1 2 2 56.3 2000 9 999999999 170 0.0770 0 88 999.000 999.0 99.0 +2.65356E7 15.0 10.0 72 97700 0 0 324 0 0 0 0 0 0 0 90 2.6 1 1 56.3 2000 9 999999999 170 0.0770 0 88 999.000 999.0 99.0 +2.65392E7 14.4 10.0 75 97700 0 0 322 0 0 0 0 0 0 0 80 1.5 1 1 56.3 2000 9 999999999 170 0.0770 0 88 999.000 999.0 99.0 +2.65428E7 13.9 10.0 78 97700 0 0 314 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 170 0.0770 0 88 999.000 999.0 99.0 +2.65464E7 13.3 10.0 80 97800 0 0 311 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 170 0.0770 0 88 999.000 999.0 99.0 +2.655E7 12.8 9.4 80 97800 3 220 308 2 1 2 0 0 0 0 100 2.1 0 0 56.3 2000 9 999999999 160 0.1620 0 88 999.000 999.0 99.0 +2.65536E7 13.9 8.9 72 97900 174 1391 312 70 188 46 7100 11000 5800 840 160 3.1 2 0 64.4 2000 9 999999999 160 0.1620 0 88 999.000 999.0 99.0 +2.65572E7 16.1 10.0 67 97900 431 1391 323 248 505 90 25200 44500 11400 1630 70 4.1 2 0 64.4 2000 9 999999999 170 0.1620 0 88 999.000 999.0 99.0 +2.65608E7 18.3 10.6 61 98000 646 1391 334 428 667 114 44300 64900 14100 2340 80 2.1 0 0 56.3 2000 9 999999999 179 0.1620 0 88 999.000 999.0 99.0 +2.65644E7 20.0 8.9 49 98000 804 1391 340 570 744 136 59800 74600 16500 3140 110 2.1 0 0 72.4 2000 9 999999999 160 0.1620 0 88 999.000 999.0 99.0 +2.6568E7 20.6 6.7 41 97900 893 1391 340 659 789 147 69400 79900 17900 3740 160 1.5 0 0 64.4 2000 9 999999999 139 0.1620 0 88 999.000 999.0 99.0 +2.65716E7 22.2 6.1 35 97800 907 1391 347 670 791 149 70700 80200 18200 3850 170 2.1 0 0 64.4 2000 9 999999999 129 0.1620 0 88 999.000 999.0 99.0 +2.65752E7 23.3 7.2 36 97800 846 1391 360 567 681 149 59400 68500 17600 3570 140 2.6 1 1 64.4 2000 9 999999999 139 0.1620 0 88 999.000 999.0 99.0 +2.65788E7 23.9 7.2 34 97700 713 1391 363 476 681 122 49500 67300 14900 2620 150 2.6 1 1 64.4 2000 9 999999999 139 0.1620 0 88 999.000 999.0 99.0 +2.65824E7 23.3 7.2 36 97700 518 1391 360 313 542 108 31900 50100 13100 2020 90 3.1 1 1 64.4 2000 9 999999999 139 0.1620 0 88 999.000 999.0 99.0 +2.6586E7 23.3 7.2 36 97700 275 1391 360 122 285 64 12600 21300 8300 1160 120 2.6 1 1 64.4 2000 9 999999999 139 0.1620 0 88 999.000 999.0 99.0 +2.65896E7 22.2 7.8 40 97700 37 753 349 21 24 18 2100 1000 2100 370 110 2.1 0 0 64.4 2000 9 999999999 150 0.1620 0 88 999.000 999.0 99.0 +2.65932E7 21.7 7.2 40 97800 0 0 346 0 0 0 0 0 0 0 110 1.5 0 0 56.3 2000 9 999999999 139 0.0770 0 88 999.000 999.0 99.0 +2.65968E7 20.0 0.0 26 97800 0 0 330 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.0770 0 88 999.000 999.0 99.0 +2.66004E7 19.4 -0.6 26 97800 0 0 326 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.0770 0 88 999.000 999.0 99.0 +2.6604E7 18.3 -0.6 28 97800 0 0 321 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.0770 0 88 999.000 999.0 99.0 +2.66076E7 18.3 -0.6 28 97900 0 0 321 0 0 0 0 0 0 0 40 1.5 0 0 56.3 2000 9 999999999 89 0.0770 0 88 999.000 999.0 99.0 +2.66112E7 16.7 -0.6 31 97900 0 0 314 0 0 0 0 0 0 0 160 2.1 0 0 56.3 2000 9 999999999 89 0.0770 0 88 999.000 999.0 99.0 +2.66148E7 16.7 -1.1 30 97900 0 0 314 0 0 0 0 0 0 0 120 1.5 0 0 56.3 2000 9 999999999 80 0.0770 0 88 999.000 999.0 99.0 +2.66184E7 15.6 -1.1 32 97900 0 0 309 0 0 0 0 0 0 0 110 2.1 0 0 56.3 2000 9 999999999 80 0.0770 0 88 999.000 999.0 99.0 +2.6622E7 14.4 -1.1 35 97800 0 0 304 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 80 0.0770 0 88 999.000 999.0 99.0 +2.66256E7 14.4 -1.1 35 97800 0 0 304 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 80 0.0770 0 88 999.000 999.0 99.0 +2.66292E7 13.9 -1.7 34 97800 0 0 301 0 0 0 0 0 0 0 120 1.5 0 0 56.3 2000 9 999999999 80 0.0770 0 88 999.000 999.0 99.0 +2.66328E7 12.8 -1.7 37 97800 0 0 297 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0770 0 88 999.000 999.0 99.0 +2.66364E7 12.8 -2.2 36 97900 2 197 296 7 26 2 0 0 0 0 0 0.0 0 0 72.4 2000 9 999999999 80 0.0390 0 88 999.000 999.0 99.0 +2.664E7 15.0 -3.3 28 97900 170 1391 304 88 512 24 8800 34300 4600 480 200 2.6 0 0 64.4 2000 9 999999999 69 0.0390 0 88 999.000 999.0 99.0 +2.66436E7 17.8 -3.3 24 97900 426 1391 316 288 796 41 30200 72000 8100 990 80 1.5 0 0 64.4 2000 9 999999999 69 0.0390 0 88 999.000 999.0 99.0 +2.66472E7 20.6 0.0 25 97900 641 1391 332 471 892 56 49300 86200 9400 1360 40 1.5 0 0 64.4 2000 9 999999999 89 0.0390 0 88 999.000 999.0 99.0 +2.66508E7 22.8 5.0 32 97800 799 1391 348 606 931 66 63200 91900 10200 1670 90 4.1 0 0 64.4 2000 9 999999999 120 0.0390 0 88 999.000 999.0 99.0 +2.66544E7 24.4 5.0 29 97800 888 1391 356 689 957 71 71600 95100 10700 1880 350 4.1 0 0 64.4 2000 9 999999999 120 0.0390 0 88 999.000 999.0 99.0 +2.6658E7 25.0 3.3 25 97700 902 1391 357 703 962 72 73100 95700 10800 1930 90 4.1 0 0 72.4 2000 9 999999999 110 0.0390 0 88 999.000 999.0 99.0 +2.66616E7 25.6 2.2 22 97600 841 1391 358 651 953 68 67700 94400 10500 1760 70 3.6 0 0 72.4 2000 9 999999999 100 0.0390 0 88 999.000 999.0 99.0 +2.66652E7 26.7 2.8 21 97500 709 1391 364 533 917 60 55600 89600 9800 1480 80 2.6 0 0 72.4 2000 9 999999999 100 0.0390 0 88 999.000 999.0 99.0 +2.66688E7 26.7 1.7 20 97400 514 1391 363 362 838 47 37700 78500 8600 1140 90 2.6 0 0 72.4 2000 9 999999999 100 0.0390 0 88 999.000 999.0 99.0 +2.66724E7 26.1 2.2 21 97400 270 1391 361 162 653 31 16700 52800 6400 700 160 2.6 0 0 72.4 2000 9 999999999 100 0.0390 0 88 999.000 999.0 99.0 +2.6676E7 23.9 3.3 26 97400 35 730 351 30 155 13 2200 6600 1800 240 180 2.1 0 0 72.4 2000 9 999999999 110 0.0390 0 88 999.000 999.0 99.0 +2.66796E7 22.8 3.3 28 97400 0 0 346 0 0 0 0 0 0 0 0 0.0 0 0 72.4 2000 9 999999999 110 0.0770 0 88 999.000 999.0 99.0 +2.66832E7 20.6 3.3 32 97400 0 0 336 0 0 0 0 0 0 0 290 1.5 0 0 56.3 2000 9 999999999 110 0.0770 0 88 999.000 999.0 99.0 +2.66868E7 20.0 4.4 36 97400 0 0 335 0 0 0 0 0 0 0 10 2.1 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +2.66904E7 18.9 5.6 42 97400 0 0 331 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 129 0.0770 0 88 999.000 999.0 99.0 +2.6694E7 18.3 5.0 42 97400 0 0 328 0 0 0 0 0 0 0 140 1.5 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +2.66976E7 17.2 5.6 46 97300 0 0 323 0 0 0 0 0 0 0 140 2.1 0 0 56.3 2000 9 999999999 129 0.0770 0 88 999.000 999.0 99.0 +2.67012E7 16.7 5.0 46 97300 0 0 320 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +2.67048E7 15.6 5.0 50 97300 0 0 316 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +2.67084E7 15.0 5.6 54 97300 0 0 314 0 0 0 0 0 0 0 60 2.6 0 0 56.3 2000 9 999999999 129 0.0770 0 88 999.000 999.0 99.0 +2.6712E7 15.0 5.0 52 97200 0 0 313 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +2.67156E7 14.4 5.0 53 97200 0 0 310 0 0 0 0 0 0 0 80 2.6 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +2.67192E7 13.9 5.0 55 97200 0 0 308 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 120 0.0770 0 88 999.000 999.0 99.0 +2.67228E7 13.9 5.6 58 97200 2 174 309 2 4 1 0 0 0 0 90 3.6 0 0 56.3 2000 9 999999999 129 0.0970 0 88 999.000 999.0 99.0 +2.67264E7 13.9 5.0 55 97200 166 1392 308 73 312 35 7300 18800 5100 610 110 4.6 0 0 72.4 2000 9 999999999 120 0.0970 0 88 999.000 999.0 99.0 +2.673E7 15.6 5.0 50 97200 422 1392 316 260 643 63 27000 57300 9600 1210 110 3.6 0 0 72.4 2000 9 999999999 120 0.0970 0 88 999.000 999.0 99.0 +2.67336E7 18.3 5.6 43 97200 636 1392 328 444 777 85 45800 75100 11300 1720 120 3.1 0 0 72.4 2000 9 999999999 129 0.0970 0 88 999.000 999.0 99.0 +2.67372E7 20.6 5.0 36 97200 794 1392 338 588 846 100 61300 84000 13200 2250 120 4.1 0 0 72.4 2000 9 999999999 120 0.0970 0 88 999.000 999.0 99.0 +2.67408E7 23.9 5.0 30 97100 883 1392 354 668 874 108 70100 87500 14400 2640 180 3.1 0 0 72.4 2000 9 999999999 120 0.0970 0 88 999.000 999.0 99.0 +2.67444E7 25.6 4.4 26 96900 897 1392 361 683 880 110 71700 88200 14600 2720 160 2.6 0 0 72.4 2000 9 999999999 120 0.0970 0 88 999.000 999.0 99.0 +2.6748E7 26.1 3.9 24 96800 836 1392 363 630 864 104 65700 86200 13800 2430 240 2.1 0 0 72.4 2000 9 999999999 110 0.0970 0 88 999.000 999.0 99.0 +2.67516E7 26.7 3.9 23 96700 704 1392 373 486 756 99 49900 73800 12400 2010 200 2.6 1 1 72.4 2000 9 999999999 110 0.0970 0 88 999.000 999.0 99.0 +2.67552E7 26.1 2.2 21 96700 509 1392 373 329 597 107 33400 54900 13200 1990 260 5.7 2 2 24.1 2000 9 999999999 100 0.0970 0 88 999.000 999.0 99.0 +2.67588E7 25.0 0.6 20 96600 266 1392 378 103 171 69 10800 12500 8400 1310 270 4.6 6 6 64.4 2130 9 999999999 89 0.0970 0 88 999.000 999.0 99.0 +2.67624E7 24.4 0.6 21 96600 33 708 369 13 23 10 1300 900 1200 210 250 4.1 4 4 40.2 2000 9 999999999 89 0.0970 0 88 999.000 999.0 99.0 +2.6766E7 23.3 0.0 21 96700 0 0 356 0 0 0 0 0 0 0 260 3.1 2 2 40.2 2000 9 999999999 89 0.0770 0 88 999.000 999.0 99.0 +2.67696E7 21.7 -2.2 20 96700 0 0 346 0 0 0 0 0 0 0 300 3.1 2 2 40.2 2000 9 999999999 80 0.0770 0 88 999.000 999.0 99.0 +2.67732E7 21.1 -2.2 21 96800 0 0 365 0 0 0 0 0 0 0 230 3.6 8 8 40.2 3050 9 999999999 80 0.0770 0 88 999.000 999.0 99.0 +2.67768E7 21.1 -8.3 13 96900 0 0 347 0 0 0 0 0 0 0 250 5.2 6 6 32.2 3050 9 999999999 50 0.0770 0 88 999.000 999.0 99.0 +2.67804E7 20.0 -6.7 16 96900 0 0 332 0 0 0 0 0 0 0 280 4.6 6 2 11.3 2000 9 999999999 60 0.0770 0 88 999.000 999.0 99.0 +2.6784E7 18.9 -10.6 13 96900 0 0 328 0 0 0 0 0 0 0 280 2.1 4 4 16.1 2000 9 999999999 50 0.0770 0 88 999.000 999.0 99.0 +2.67876E7 18.9 -6.1 18 97000 0 0 336 0 0 0 0 0 0 0 280 5.7 5 5 12.9 2000 9 999999999 60 0.0760 0 88 999.000 999.0 99.0 +2.67912E7 18.3 -10.6 13 97000 0 0 326 0 0 0 0 0 0 0 280 4.1 4 4 16.1 2000 9 999999999 40 0.0760 0 88 999.000 999.0 99.0 +2.67948E7 16.1 -10.6 15 97100 0 0 313 0 0 0 0 0 0 0 290 4.1 3 3 24.1 2000 9 999999999 40 0.0760 0 88 999.000 999.0 99.0 +2.67984E7 13.9 -9.4 19 97200 0 0 293 0 0 0 0 0 0 0 280 3.1 0 0 40.2 2000 9 999999999 50 0.0760 0 88 999.000 999.0 99.0 +2.6802E7 12.8 -9.4 21 97300 0 0 288 0 0 0 0 0 0 0 220 2.1 0 0 40.2 2000 9 999999999 50 0.0760 0 88 999.000 999.0 99.0 +2.68056E7 11.1 -8.3 25 97400 0 0 283 0 0 0 0 0 0 0 250 3.1 0 0 40.2 2000 9 999999999 50 0.0760 0 88 999.000 999.0 99.0 +2.68092E7 10.6 -7.8 27 97500 2 151 281 7 23 2 0 0 0 0 250 2.1 0 0 56.3 2000 9 999999999 50 0.0300 0 88 999.000 999.0 99.0 +2.68128E7 12.8 -7.8 23 97600 161 1393 290 84 535 21 8800 37100 4500 460 350 1.5 0 0 64.4 2000 9 999999999 50 0.0300 0 88 999.000 999.0 99.0 +2.68164E7 15.0 -6.7 22 97700 417 1393 300 282 809 37 29700 72800 7800 940 310 2.1 0 0 72.4 2000 9 999999999 60 0.0300 0 88 999.000 999.0 99.0 +2.682E7 16.1 -7.8 19 97700 632 1393 304 473 921 50 49500 88900 9100 1290 260 2.1 0 0 72.4 2000 9 999999999 50 0.0300 0 88 999.000 999.0 99.0 +2.68236E7 17.8 -8.3 16 97700 789 1393 310 614 960 66 64200 94700 10300 1650 290 3.1 1 0 72.4 2000 9 999999999 50 0.0300 0 88 999.000 999.0 99.0 +2.68272E7 18.9 -8.3 15 97700 878 1393 315 695 979 73 72400 97200 10900 1890 280 2.6 1 0 72.4 2000 9 999999999 50 0.0300 0 88 999.000 999.0 99.0 +2.68308E7 20.0 -8.9 13 97600 892 1393 319 712 988 74 74200 98200 11000 1930 290 3.1 1 0 72.4 2000 9 999999999 50 0.0300 0 88 999.000 999.0 99.0 +2.68344E7 20.6 -11.1 11 97600 831 1393 319 673 950 99 69200 93700 13100 1930 250 3.6 4 0 72.4 2000 9 999999999 40 0.0300 0 88 999.000 999.0 99.0 +2.6838E7 21.1 -10.6 11 97500 699 1393 328 495 761 108 51900 75400 13900 2330 240 4.1 8 1 72.4 2000 9 999999999 50 0.0300 0 88 999.000 999.0 99.0 +2.68416E7 21.1 -11.1 11 97500 505 1393 332 341 600 119 34200 54700 14300 2150 260 4.1 9 2 72.4 2000 9 999999999 50 0.0300 0 88 999.000 999.0 99.0 +2.68452E7 20.0 -10.6 12 97500 262 1393 327 139 492 43 14100 37000 7100 790 280 3.6 5 2 72.4 2000 9 999999999 50 0.0300 0 88 999.000 999.0 99.0 +2.68488E7 18.3 -10.6 13 97600 31 685 310 30 155 13 2100 6400 1800 240 250 3.1 2 0 72.4 2000 9 999999999 50 0.0300 0 88 999.000 999.0 99.0 +2.68524E7 17.2 -10.0 15 97600 0 0 306 0 0 0 0 0 0 0 250 2.1 2 0 56.3 2000 9 999999999 50 0.0760 0 88 999.000 999.0 99.0 +2.6856E7 15.6 -7.2 20 97600 0 0 312 0 0 0 0 0 0 0 210 2.1 5 2 56.3 2000 9 999999999 60 0.0760 0 88 999.000 999.0 99.0 +2.68596E7 15.0 -6.7 22 97700 0 0 310 0 0 0 0 0 0 0 0 0.0 5 2 56.3 2000 9 999999999 60 0.0760 0 88 999.000 999.0 99.0 +2.68632E7 13.9 -7.2 23 97700 0 0 295 0 0 0 0 0 0 0 0 0.0 2 0 56.3 2000 9 999999999 60 0.0760 0 88 999.000 999.0 99.0 +2.68668E7 13.3 -4.4 29 97700 0 0 301 0 0 0 0 0 0 0 20 2.6 4 1 56.3 2000 9 999999999 69 0.0760 0 88 999.000 999.0 99.0 +2.68704E7 12.2 -5.6 29 97800 0 0 290 0 0 0 0 0 0 0 140 1.5 0 0 56.3 2000 9 999999999 60 0.0760 0 88 999.000 999.0 99.0 +2.6874E7 12.2 -6.7 26 97800 0 0 289 0 0 0 0 0 0 0 100 3.1 0 0 56.3 2000 9 999999999 60 0.0760 0 88 999.000 999.0 99.0 +2.68776E7 11.1 -3.9 35 97900 0 0 287 0 0 0 0 0 0 0 60 2.6 0 0 56.3 2000 9 999999999 69 0.0760 0 88 999.000 999.0 99.0 +2.68812E7 10.6 -4.4 35 97900 0 0 285 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 69 0.0760 0 88 999.000 999.0 99.0 +2.68848E7 10.0 -3.9 38 97900 0 0 283 0 0 0 0 0 0 0 80 3.6 0 0 56.3 2000 9 999999999 69 0.0760 0 88 999.000 999.0 99.0 +2.68884E7 9.4 -4.4 38 98000 0 0 280 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 69 0.0760 0 88 999.000 999.0 99.0 +2.6892E7 8.9 -4.4 39 98000 0 0 278 0 0 0 0 0 0 0 90 3.6 0 0 56.3 2000 9 999999999 69 0.0760 0 88 999.000 999.0 99.0 +2.68956E7 8.9 -3.9 41 98100 1 128 278 3 7 1 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 69 0.0580 0 88 999.000 999.0 99.0 +2.68992E7 10.0 -4.4 36 98200 157 1393 282 75 416 27 7400 26700 4400 480 110 2.6 0 0 72.4 2000 9 999999999 69 0.0580 0 88 999.000 999.0 99.0 +2.69028E7 11.7 -4.4 32 98200 412 1393 289 266 728 48 27600 65100 8300 1000 90 2.6 0 0 72.4 2000 9 999999999 69 0.0580 0 88 999.000 999.0 99.0 +2.69064E7 14.4 -5.0 26 98300 627 1393 300 452 851 65 47000 81900 10100 1410 70 2.1 0 0 72.4 2000 9 999999999 69 0.0580 0 88 999.000 999.0 99.0 +2.691E7 16.7 -6.1 21 98300 784 1393 308 598 917 77 62100 90300 11100 1740 50 2.6 0 0 72.4 2000 9 999999999 60 0.0580 0 88 999.000 999.0 99.0 +2.69136E7 18.9 -6.7 17 98300 873 1393 317 680 942 84 70400 93400 11700 1980 240 1.5 0 0 72.4 2000 9 999999999 60 0.0580 0 88 999.000 999.0 99.0 +2.69172E7 20.0 -9.4 13 98200 887 1393 318 700 956 85 72500 94900 11800 2030 260 1.5 0 0 72.4 2000 9 999999999 50 0.0580 0 88 999.000 999.0 99.0 +2.69208E7 21.1 -8.3 13 98100 826 1393 324 646 942 81 66900 93100 11500 1860 340 1.5 0 0 64.4 2000 9 999999999 50 0.0580 0 88 999.000 999.0 99.0 +2.69244E7 22.2 -6.7 14 98100 695 1393 331 522 892 71 54100 86800 10600 1550 190 1.5 0 0 64.4 2000 9 999999999 60 0.0580 0 88 999.000 999.0 99.0 +2.6928E7 22.2 -6.1 15 98100 500 1393 332 349 802 55 36300 75100 9200 1170 230 2.1 0 0 72.4 2000 9 999999999 60 0.0580 0 88 999.000 999.0 99.0 +2.69316E7 21.1 -6.1 16 98100 258 1393 327 149 590 37 14900 45600 6500 710 290 2.1 0 0 72.4 2000 9 999999999 60 0.0580 0 88 999.000 999.0 99.0 +2.69352E7 19.4 -5.6 18 98100 30 662 320 26 103 14 2000 3400 1900 240 240 1.5 0 0 64.4 2000 9 999999999 60 0.0580 0 88 999.000 999.0 99.0 +2.69388E7 17.8 -5.0 21 98200 0 0 314 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 69 0.0760 0 88 999.000 999.0 99.0 +2.69424E7 16.7 -3.3 25 98200 0 0 311 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 69 0.0760 0 88 999.000 999.0 99.0 +2.6946E7 15.6 -2.2 30 98300 0 0 308 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0760 0 88 999.000 999.0 99.0 +2.69496E7 14.4 -2.2 32 98300 0 0 303 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0760 0 88 999.000 999.0 99.0 +2.69532E7 13.9 -2.8 32 98300 0 0 300 0 0 0 0 0 0 0 130 1.5 0 0 56.3 2000 9 999999999 80 0.0760 0 88 999.000 999.0 99.0 +2.69568E7 12.8 -2.2 36 98300 0 0 296 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0760 0 88 999.000 999.0 99.0 +2.69604E7 12.8 -2.8 34 98300 0 0 295 0 0 0 0 0 0 0 140 2.1 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.6964E7 10.6 -3.3 38 98300 0 0 286 0 0 0 0 0 0 0 180 1.5 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.69676E7 10.6 -3.9 36 98200 0 0 285 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.69712E7 10.0 -3.3 39 98200 0 0 283 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.69748E7 8.9 -2.2 46 98200 0 0 280 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 80 0.0750 0 88 999.000 999.0 99.0 +2.69784E7 8.9 -2.2 46 98200 0 0 280 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 80 0.0750 0 88 999.000 999.0 99.0 +2.6982E7 8.9 -2.8 44 98200 1 105 280 3 4 1 0 0 0 0 0 0.0 0 0 72.4 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.69856E7 9.4 -1.1 48 98200 152 1394 283 70 374 29 7100 21900 4700 520 0 0.0 0 0 32.2 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.69892E7 13.9 -2.2 33 98200 407 1394 301 260 705 51 26700 62700 8300 1030 0 0.0 0 0 32.2 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.69928E7 17.2 -6.1 20 98200 622 1394 310 450 845 70 47300 82000 10600 1520 0 0.0 0 0 64.4 2000 9 999999999 60 0.0680 0 88 999.000 999.0 99.0 +2.69964E7 18.9 -6.1 18 98200 779 1394 317 593 905 82 61400 89000 11500 1760 0 0.0 0 0 64.4 2000 9 999999999 60 0.0680 0 88 999.000 999.0 99.0 +2.7E7 20.6 -5.6 17 98100 868 1394 326 675 933 89 69900 92400 12100 2000 340 1.5 0 0 64.4 2000 9 999999999 60 0.0680 0 88 999.000 999.0 99.0 +2.70036E7 22.2 -5.0 16 98000 882 1394 333 687 933 90 71000 92500 12200 2050 270 2.1 0 0 72.4 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.70072E7 23.3 -5.0 15 97800 822 1394 338 632 916 86 65400 90400 11900 1870 270 1.5 0 0 72.4 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.70108E7 24.4 -4.4 14 97800 690 1394 344 514 875 75 53200 85100 10900 1550 280 1.5 0 0 80.5 2000 9 999999999 60 0.0680 0 88 999.000 999.0 99.0 +2.70144E7 24.4 -3.9 15 97700 496 1394 345 340 776 59 35200 72300 9300 1220 280 1.5 0 0 80.5 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.7018E7 23.3 -3.3 17 97700 254 1394 341 143 554 39 14200 42400 6400 720 270 2.1 0 0 80.5 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.70216E7 21.1 -3.9 18 97700 28 662 336 21 76 12 1700 2500 1600 210 250 2.6 1 1 64.4 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.70252E7 18.9 -2.8 23 97700 0 0 321 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.70288E7 17.8 -2.8 25 97700 0 0 323 0 0 0 0 0 0 0 290 1.5 1 1 56.3 2000 9 999999999 80 0.0750 0 88 999.000 999.0 99.0 +2.70324E7 16.7 -2.8 27 97700 0 0 318 0 0 0 0 0 0 0 270 1.5 3 1 56.3 2000 9 999999999 80 0.0750 0 88 999.000 999.0 99.0 +2.7036E7 15.6 -1.7 31 97700 0 0 314 0 0 0 0 0 0 0 200 1.5 3 1 56.3 2000 9 999999999 80 0.0750 0 88 999.000 999.0 99.0 +2.70396E7 14.4 -3.3 29 97700 0 0 307 0 0 0 0 0 0 0 230 2.1 3 1 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.70432E7 14.4 -6.7 23 97700 0 0 298 0 0 0 0 0 0 0 260 2.1 2 0 56.3 2000 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +2.70468E7 12.8 -7.2 24 97700 0 0 291 0 0 0 0 0 0 0 260 2.1 4 0 56.3 2000 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +2.70504E7 12.2 -7.8 24 97700 0 0 288 0 0 0 0 0 0 0 230 1.5 1 0 56.3 2000 9 999999999 50 0.0750 0 88 999.000 999.0 99.0 +2.7054E7 11.7 -6.7 27 97700 0 0 287 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +2.70576E7 11.1 -5.6 31 97700 0 0 285 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +2.70612E7 10.6 -5.6 32 97700 0 0 283 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 60 0.0750 0 88 999.000 999.0 99.0 +2.70648E7 10.6 -5.0 34 97700 0 0 284 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.70684E7 11.1 -5.0 32 97800 1 81 292 2 2 1 0 0 0 0 0 0.0 6 1 56.3 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.7072E7 11.1 -2.2 40 97800 148 1395 295 62 309 29 6300 17800 4400 510 0 0.0 5 1 56.3 2000 9 999999999 80 0.0490 0 88 999.000 999.0 99.0 +2.70756E7 13.3 -5.0 28 97900 403 1395 305 251 557 89 25400 47900 11500 1580 0 0.0 7 2 40.2 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.70792E7 16.1 -5.6 22 98000 617 1395 316 323 439 127 34500 43100 15300 2520 240 2.6 7 2 40.2 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.70828E7 18.9 -4.4 20 98000 774 1395 333 522 615 178 55500 62500 20700 3960 240 1.5 4 3 56.3 2000 9 999999999 69 0.0490 0 88 999.000 999.0 99.0 +2.70864E7 20.6 -5.0 18 97900 863 1395 337 642 837 120 66500 83200 14800 2730 300 1.5 2 2 56.3 2000 9 999999999 69 0.0490 0 88 999.000 999.0 99.0 +2.709E7 22.8 -5.6 15 97800 878 1395 335 686 946 85 71100 93800 11800 2000 330 1.5 1 0 64.4 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.70936E7 24.4 -5.0 14 97700 817 1395 343 612 887 87 63300 87500 11900 1860 320 1.5 2 0 72.4 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.70972E7 25.6 -4.4 13 97600 686 1395 350 508 866 77 53400 85100 11400 1700 30 1.5 2 0 72.4 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.71008E7 26.1 -5.0 12 97600 492 1395 351 344 793 59 35500 73700 9400 1220 220 2.1 2 0 72.4 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.71044E7 25.0 -5.6 13 97600 251 1395 346 146 608 33 14700 46800 6200 660 250 2.1 0 0 80.5 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.7108E7 22.2 -5.0 16 97600 26 639 333 24 108 12 1800 4300 1600 220 240 2.1 0 0 72.4 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.71116E7 21.1 -4.4 18 97700 0 0 329 0 0 0 0 0 0 0 260 1.5 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.71152E7 18.9 -2.8 23 97700 0 0 321 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.71188E7 18.3 -1.1 27 97800 0 0 321 0 0 0 0 0 0 0 70 2.1 0 0 56.3 2000 9 999999999 80 0.0750 0 88 999.000 999.0 99.0 +2.71224E7 19.4 -3.9 20 97800 0 0 322 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.7126E7 17.8 -5.0 21 97900 0 0 314 0 0 0 0 0 0 0 40 1.5 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.71296E7 15.6 -3.3 27 97900 0 0 307 0 0 0 0 0 0 0 210 2.1 0 0 56.3 2000 9 999999999 69 0.0750 0 88 999.000 999.0 99.0 +2.71332E7 13.9 -2.8 32 97900 0 0 300 0 0 0 0 0 0 0 250 1.5 0 0 56.3 2000 9 999999999 80 0.0740 0 88 999.000 999.0 99.0 +2.71368E7 12.8 -2.8 34 97900 0 0 295 0 0 0 0 0 0 0 270 2.1 0 0 56.3 2000 9 999999999 69 0.0740 0 88 999.000 999.0 99.0 +2.71404E7 11.7 -3.3 35 97900 0 0 290 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 69 0.0740 0 88 999.000 999.0 99.0 +2.7144E7 11.7 -5.0 31 97900 0 0 288 0 0 0 0 0 0 0 250 2.1 0 0 56.3 2000 9 999999999 60 0.0740 0 88 999.000 999.0 99.0 +2.71476E7 11.1 -5.6 31 97900 0 0 285 0 0 0 0 0 0 0 220 2.1 0 0 56.3 2000 9 999999999 60 0.0740 0 88 999.000 999.0 99.0 +2.71512E7 10.6 -2.8 40 97900 0 0 286 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0740 0 88 999.000 999.0 99.0 +2.71548E7 11.1 -3.3 37 98000 0 81 288 0 0 0 0 0 0 0 0 0.0 1 0 56.3 2000 9 999999999 69 0.0740 0 88 999.000 999.0 99.0 +2.71584E7 11.7 -2.8 37 98000 144 1395 300 62 282 32 6200 15800 4500 550 0 0.0 3 2 56.3 2000 9 999999999 80 0.0400 0 88 999.000 999.0 99.0 +2.7162E7 13.9 -2.8 32 98000 398 1395 310 222 506 76 22700 43800 10100 1390 0 0.0 3 2 56.3 2000 9 999999999 80 0.0400 0 88 999.000 999.0 99.0 +2.71656E7 18.9 -6.1 18 98000 612 1395 331 379 554 134 40200 54300 16300 2670 0 0.0 4 3 40.2 2000 9 999999999 60 0.0400 0 88 999.000 999.0 99.0 +2.71692E7 21.1 -6.7 15 98000 769 1395 341 512 698 124 53800 69800 15200 2790 280 2.1 4 3 40.2 2000 9 999999999 60 0.0400 0 88 999.000 999.0 99.0 +2.71728E7 23.9 -3.9 16 97900 858 1395 360 470 442 195 50100 45500 22100 4680 280 1.5 6 4 32.2 7620 9 999999999 69 0.0400 0 88 999.000 999.0 99.0 +2.71764E7 25.0 -2.8 16 97800 873 1395 370 585 536 246 61100 55000 26500 6130 270 2.1 7 5 32.2 7620 9 999999999 80 0.0400 0 88 999.000 999.0 99.0 +2.718E7 26.1 -2.2 15 97700 813 1395 376 493 428 240 52800 45300 26200 5860 240 2.1 8 5 32.2 7620 9 999999999 80 0.0400 0 88 999.000 999.0 99.0 +2.71836E7 26.7 -1.1 16 97600 681 1395 378 381 299 233 40100 30800 25000 5400 40 1.5 7 4 32.2 7620 9 999999999 80 0.0400 0 88 999.000 999.0 99.0 +2.71872E7 25.6 -1.1 17 97600 488 1395 369 269 401 126 27700 37100 14700 2430 240 2.1 7 3 48.3 2000 9 999999999 80 0.0400 0 88 999.000 999.0 99.0 +2.71908E7 25.0 -0.6 19 97600 247 1395 370 108 264 59 11000 18700 7700 1070 240 3.1 7 4 72.4 7620 9 999999999 89 0.0400 0 88 999.000 999.0 99.0 +2.71944E7 22.2 -0.6 22 97600 25 616 350 25 75 16 2000 2400 1900 280 240 2.1 6 2 64.4 2000 9 999999999 89 0.0400 0 88 999.000 999.0 99.0 +2.7198E7 20.0 0.6 27 97600 0 0 341 0 0 0 0 0 0 0 300 1.5 6 2 56.3 2000 9 999999999 89 0.0740 0 88 999.000 999.0 99.0 +2.72016E7 18.9 1.7 32 97600 0 0 337 0 0 0 0 0 0 0 0 0.0 6 2 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72052E7 17.2 1.1 34 97700 0 0 318 0 0 0 0 0 0 0 0 0.0 4 0 48.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72088E7 16.7 2.2 38 97700 0 0 323 0 0 0 0 0 0 0 0 0.0 4 1 48.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72124E7 15.6 0.6 36 97700 0 0 321 0 0 0 0 0 0 0 0 0.0 6 2 48.3 2000 9 999999999 89 0.0740 0 88 999.000 999.0 99.0 +2.7216E7 15.6 1.1 38 97700 0 0 317 0 0 0 0 0 0 0 100 1.5 6 1 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72196E7 13.9 1.1 42 97700 0 0 304 0 0 0 0 0 0 0 0 0.0 3 0 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72232E7 13.3 1.7 45 97700 0 0 302 0 0 0 0 0 0 0 0 0.0 2 0 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72268E7 13.3 2.2 47 97700 0 0 303 0 0 0 0 0 0 0 0 0.0 2 0 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72304E7 12.8 1.1 45 97700 0 0 299 0 0 0 0 0 0 0 0 0.0 2 0 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.7234E7 11.7 1.7 51 97600 0 0 296 0 0 0 0 0 0 0 170 1.5 0 0 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72376E7 11.1 2.2 55 97700 0 0 294 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72412E7 11.1 2.8 57 97700 0 58 294 0 0 0 0 0 0 0 360 1.5 0 0 56.3 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +2.72448E7 13.3 2.8 49 97800 139 1396 303 55 229 32 5700 11800 4500 570 0 0.0 0 0 40.2 2000 9 999999999 110 0.1080 0 88 999.000 999.0 99.0 +2.72484E7 16.7 1.7 37 97900 393 1396 317 225 568 63 23300 49400 9300 1190 0 0.0 0 0 24.1 2000 9 999999999 100 0.1080 0 88 999.000 999.0 99.0 +2.7252E7 20.6 1.1 28 97900 607 1396 334 414 746 87 43600 72500 12000 1800 260 1.5 0 0 24.1 2000 9 999999999 100 0.1080 0 88 999.000 999.0 99.0 +2.72556E7 23.9 -3.3 16 97800 764 1396 343 561 828 104 58000 81600 13200 2210 30 3.6 0 0 48.3 2000 9 999999999 69 0.1080 0 88 999.000 999.0 99.0 +2.72592E7 25.6 -3.9 14 97700 853 1396 357 607 793 118 62800 78800 14500 2670 30 3.1 1 1 64.4 2000 9 999999999 69 0.1080 0 88 999.000 999.0 99.0 +2.72628E7 26.7 -3.9 13 97600 868 1396 362 630 819 115 65400 81600 14500 2680 40 3.1 1 1 64.4 2000 9 999999999 69 0.1080 0 88 999.000 999.0 99.0 +2.72664E7 27.8 -3.3 13 97600 808 1396 369 573 771 122 60500 77700 15400 2870 10 3.1 1 1 64.4 2000 9 999999999 69 0.1080 0 88 999.000 999.0 99.0 +2.727E7 28.3 -3.9 12 97500 677 1396 370 474 767 97 48400 74400 12200 1930 90 2.1 1 1 64.4 2000 9 999999999 69 0.1080 0 88 999.000 999.0 99.0 +2.72736E7 28.9 -3.9 11 97500 484 1396 373 304 630 82 31300 57900 11100 1570 60 2.1 1 1 64.4 2000 9 999999999 69 0.1080 0 88 999.000 999.0 99.0 +2.72772E7 28.3 -3.3 12 97500 243 1396 371 118 373 51 11800 26700 7100 890 140 2.1 1 1 64.4 2000 9 999999999 69 0.1080 0 88 999.000 999.0 99.0 +2.72808E7 26.1 -2.8 15 97500 24 593 354 17 33 13 0 0 0 0 160 2.1 0 0 56.3 2000 9 999999999 80 0.1080 0 88 999.000 999.0 99.0 +2.72844E7 23.3 -3.3 17 97600 0 0 341 0 0 0 0 0 0 0 300 1.5 0 0 56.3 2000 9 999999999 69 0.0740 0 88 999.000 999.0 99.0 +2.7288E7 21.7 1.1 26 97600 0 0 339 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72916E7 19.4 1.1 30 97700 0 0 328 0 0 0 0 0 0 0 120 2.1 1 0 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72952E7 18.9 1.7 32 97700 0 0 327 0 0 0 0 0 0 0 0 0.0 1 0 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.72988E7 17.8 1.1 33 97700 0 0 332 0 0 0 0 0 0 0 0 0.0 2 2 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.73024E7 17.8 0.6 32 97700 0 0 331 0 0 0 0 0 0 0 120 2.1 3 2 56.3 2000 9 999999999 89 0.0740 0 88 999.000 999.0 99.0 +2.7306E7 18.3 0.6 30 97700 0 0 337 0 0 0 0 0 0 0 120 2.1 6 3 56.3 2000 9 999999999 89 0.0740 0 88 999.000 999.0 99.0 +2.73096E7 17.2 1.7 35 97700 0 0 333 0 0 0 0 0 0 0 170 2.1 8 3 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.73132E7 17.8 1.7 34 97700 0 0 336 0 0 0 0 0 0 0 160 1.5 7 3 56.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.73168E7 16.1 1.7 38 97700 0 0 328 0 0 0 0 0 0 0 250 2.1 7 3 48.3 2000 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.73204E7 18.9 2.2 33 97700 0 0 344 0 0 0 0 0 0 0 110 3.1 7 4 48.3 4570 9 999999999 100 0.0740 0 88 999.000 999.0 99.0 +2.7324E7 18.9 2.8 34 97700 0 0 342 0 0 0 0 0 0 0 110 3.1 5 3 48.3 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +2.73276E7 18.3 3.3 37 97700 0 35 336 0 0 0 0 0 0 0 80 3.1 2 2 48.3 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +2.73312E7 19.4 3.3 35 97800 135 1397 337 61 340 27 6100 18700 4300 480 90 4.6 1 1 48.3 2000 9 999999999 110 0.0490 0 88 999.000 999.0 99.0 +2.73348E7 20.6 3.3 32 97900 389 1397 343 234 642 53 23800 56100 8200 1030 90 4.6 1 1 48.3 2000 9 999999999 110 0.0490 0 88 999.000 999.0 99.0 +2.73384E7 21.7 3.9 31 97900 602 1397 348 405 800 57 42400 76600 9200 1320 80 4.1 1 1 40.2 2000 9 999999999 110 0.0490 0 88 999.000 999.0 99.0 +2.7342E7 22.8 4.4 30 97900 759 1397 354 541 862 69 56500 84700 10300 1640 80 3.6 1 1 32.2 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.73456E7 23.9 3.9 27 97800 848 1397 359 605 782 126 64100 79200 15900 3080 70 3.1 1 1 32.2 2000 9 999999999 110 0.0490 0 88 999.000 999.0 99.0 +2.73492E7 25.0 5.0 28 97700 864 1397 366 618 881 69 64500 87400 10300 1810 80 5.2 1 1 32.2 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.73528E7 25.6 4.4 26 97600 804 1397 368 560 840 71 58200 82900 10300 1730 100 5.7 1 1 32.2 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.73564E7 25.6 4.4 26 97600 673 1397 368 453 773 76 47500 75800 10900 1670 100 5.2 1 1 32.2 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.736E7 25.6 4.4 26 97600 481 1397 368 282 582 79 29200 53500 10700 1520 110 4.6 1 1 32.2 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.73636E7 24.4 4.4 28 97600 240 1397 362 126 498 37 12400 37400 6000 680 110 5.2 1 1 32.2 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.73672E7 22.8 4.4 30 97600 23 594 354 20 80 11 0 0 0 0 110 4.1 1 1 32.2 2000 9 999999999 120 0.0490 0 88 999.000 999.0 99.0 +2.73708E7 21.1 3.9 32 97700 0 0 339 0 0 0 0 0 0 0 100 3.1 0 0 32.2 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +2.73744E7 20.0 3.3 33 97700 0 0 333 0 0 0 0 0 0 0 110 3.6 0 0 32.2 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +2.7378E7 18.9 3.3 36 97800 0 0 328 0 0 0 0 0 0 0 140 2.6 0 0 32.2 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +2.73816E7 17.2 3.3 40 97800 0 0 321 0 0 0 0 0 0 0 120 4.1 0 0 32.2 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +2.73852E7 16.7 2.8 40 97900 0 0 318 0 0 0 0 0 0 0 140 3.1 0 0 32.2 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +2.73888E7 15.6 2.8 43 97900 0 0 313 0 0 0 0 0 0 0 110 2.1 0 0 48.3 2000 9 999999999 110 0.0740 0 88 999.000 999.0 99.0 +2.73924E7 15.6 2.8 43 97900 0 0 313 0 0 0 0 0 0 0 130 3.6 0 0 56.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.7396E7 14.4 2.8 46 97900 0 0 308 0 0 0 0 0 0 0 110 3.1 0 0 56.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.73996E7 14.4 2.8 46 97900 0 0 308 0 0 0 0 0 0 0 140 3.1 0 0 56.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74032E7 14.4 2.8 46 97900 0 0 308 0 0 0 0 0 0 0 90 3.1 0 0 56.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74068E7 14.4 2.8 46 97900 0 0 308 0 0 0 0 0 0 0 90 4.6 0 0 56.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74104E7 13.9 2.8 47 97900 0 0 306 0 0 0 0 0 0 0 90 4.1 0 0 56.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.7414E7 13.9 2.8 47 98000 0 12 306 0 0 0 0 0 0 0 100 5.2 2 0 64.4 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74176E7 14.4 2.8 46 98100 130 1397 308 55 265 29 5400 14200 4100 500 90 4.6 1 0 48.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.74212E7 16.1 3.3 43 98100 384 1397 316 233 619 61 24100 53400 9400 1150 90 4.6 2 0 48.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.74248E7 17.8 3.3 38 98100 598 1397 323 413 751 89 43300 72600 12200 1820 90 5.2 3 0 48.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.74284E7 18.9 3.3 36 98100 754 1397 328 557 835 102 57600 82200 13100 2160 90 3.6 2 0 48.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.7432E7 21.1 3.3 31 98100 844 1397 338 638 863 112 66300 85800 14300 2550 70 3.6 2 0 48.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.74356E7 22.2 3.9 30 98000 859 1397 356 612 741 152 64000 74500 18100 3670 90 3.1 5 2 48.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.74392E7 22.8 3.9 29 97800 799 1397 358 524 552 204 55000 56300 22700 4680 80 2.6 9 2 48.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.74428E7 23.3 3.9 28 97800 669 1397 361 469 569 193 48300 56400 21200 4090 80 3.1 8 2 48.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.74464E7 24.4 3.3 25 97700 477 1397 375 194 147 143 21000 13900 16200 3260 100 3.1 8 5 48.3 7620 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.745E7 23.3 3.3 27 97700 237 1397 369 105 189 72 10900 12900 8700 1410 110 2.1 8 5 48.3 7620 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.74536E7 22.8 3.9 29 97700 21 571 365 16 13 14 0 0 0 0 40 1.5 8 4 48.3 2000 9 999999999 110 0.0820 0 88 999.000 999.0 99.0 +2.74572E7 21.1 3.9 32 97700 0 0 357 0 0 0 0 0 0 0 60 2.6 10 4 48.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74608E7 20.0 3.9 35 97700 0 0 351 0 0 0 0 0 0 0 80 2.6 10 4 48.3 2000 9 999999999 120 0.0730 0 88 999.000 999.0 99.0 +2.74644E7 18.9 3.9 37 97800 0 0 343 0 0 0 0 0 0 0 90 2.1 6 3 48.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.7468E7 18.9 3.3 36 97800 0 0 343 0 0 0 0 0 0 0 80 2.1 7 3 48.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74716E7 18.3 3.3 37 97900 0 0 340 0 0 0 0 0 0 0 100 2.6 10 3 48.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74752E7 17.8 3.3 38 97900 0 0 355 0 0 0 0 0 0 0 100 2.1 10 8 56.3 3660 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74788E7 17.8 3.3 38 97900 0 0 363 0 0 0 0 0 0 0 120 2.1 9 9 56.3 3660 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74824E7 17.8 3.3 38 97900 0 0 363 0 0 0 0 0 0 0 90 3.1 10 9 56.3 3660 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.7486E7 17.2 3.3 40 97900 0 0 370 0 0 0 0 0 0 0 90 2.6 10 10 56.3 3660 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74896E7 16.7 3.3 41 97800 0 0 335 0 0 0 0 0 0 0 80 3.1 6 4 56.3 7620 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74932E7 16.1 3.3 43 97900 0 0 326 0 0 0 0 0 0 0 220 1.5 6 2 56.3 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.74968E7 15.6 3.9 46 97900 0 0 328 0 0 0 0 0 0 0 110 2.1 5 3 64.4 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.75004E7 14.4 3.9 49 97900 0 0 323 0 0 0 0 0 0 0 320 1.5 5 3 80.5 2000 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.7504E7 13.9 5.0 55 98000 126 1386 314 45 136 32 4700 6800 4000 570 0 0.0 4 1 64.4 2000 9 999999999 120 0.1220 0 88 999.000 999.0 99.0 +2.75076E7 17.2 3.9 41 98000 379 1398 328 209 437 89 21700 37300 11600 1650 90 1.5 7 1 64.4 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +2.75112E7 18.9 3.9 37 98100 593 1398 335 377 555 139 39600 54000 16600 2760 30 1.5 8 1 64.4 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +2.75148E7 22.2 3.9 30 98100 750 1398 351 546 721 156 56300 70900 18100 3320 50 3.1 7 1 56.3 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +2.75184E7 24.4 5.0 29 98000 839 1398 368 596 687 180 61500 68200 20400 4120 50 2.1 6 2 56.3 2000 9 999999999 120 0.1220 0 88 999.000 999.0 99.0 +2.7522E7 25.0 5.6 29 97900 855 1398 371 544 507 231 57000 52000 25100 5610 110 2.1 9 2 40.2 2000 9 999999999 129 0.1220 0 88 999.000 999.0 99.0 +2.75256E7 26.1 5.6 27 97800 795 1398 381 530 484 251 54400 49100 26400 5870 140 2.1 9 3 40.2 2000 9 999999999 129 0.1220 0 88 999.000 999.0 99.0 +2.75292E7 26.7 4.4 24 97700 665 1398 373 446 637 139 45700 61600 16200 2780 90 2.1 7 1 40.2 2000 9 999999999 120 0.1220 0 88 999.000 999.0 99.0 +2.75328E7 26.1 2.8 22 97700 473 1398 380 294 445 141 29900 40700 16100 2760 100 2.1 9 4 40.2 2000 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +2.75364E7 25.0 2.8 24 97700 234 1398 391 67 32 61 7300 2500 6900 1490 140 2.1 9 8 40.2 7620 9 999999999 110 0.1220 0 88 999.000 999.0 99.0 +2.754E7 23.9 4.4 28 97700 20 571 396 5 1 5 0 0 0 0 160 1.5 10 9 40.2 6100 9 999999999 120 0.1220 0 88 999.000 999.0 99.0 +2.75436E7 23.3 3.9 28 97700 0 0 403 0 0 0 0 0 0 0 170 1.5 10 10 40.2 6100 9 999999999 110 0.0730 0 88 999.000 999.0 99.0 +2.75472E7 21.7 6.1 37 97800 0 0 398 0 0 0 0 0 0 0 0 0.0 10 10 40.2 6100 9 999999999 129 0.0730 0 88 999.000 999.0 99.0 +2.75508E7 20.6 6.7 41 97800 0 0 392 0 0 0 0 0 0 0 30 1.5 10 10 40.2 6100 9 999999999 139 0.0730 0 88 999.000 999.0 99.0 +2.75544E7 19.4 6.1 42 97900 0 0 351 0 0 0 0 0 0 0 0 0.0 10 4 40.2 2000 9 999999999 129 0.0730 0 88 999.000 999.0 99.0 +2.7558E7 19.4 6.7 44 97900 0 0 367 0 0 0 0 0 0 0 80 1.5 10 8 40.2 7620 9 999999999 139 0.0730 0 88 999.000 999.0 99.0 +2.75616E7 18.3 6.7 47 97900 0 0 362 0 0 0 0 0 0 0 90 1.5 10 8 56.3 7620 9 999999999 139 0.0730 0 88 999.000 999.0 99.0 +2.75652E7 17.8 6.7 48 97900 0 0 354 0 0 0 0 0 0 0 100 2.1 10 7 56.3 7620 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.75688E7 17.8 6.1 47 97800 0 0 353 0 0 0 0 0 0 0 100 2.1 10 7 56.3 7620 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.75724E7 17.8 6.7 48 97800 0 0 360 0 0 0 0 0 0 0 100 3.1 10 8 56.3 7620 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.7576E7 17.8 6.1 47 97800 0 0 349 0 0 0 0 0 0 0 100 2.6 10 6 56.3 7620 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.75796E7 15.6 6.7 56 97800 0 0 334 0 0 0 0 0 0 0 340 1.5 10 4 56.3 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.75832E7 15.6 6.1 54 97800 0 0 333 0 0 0 0 0 0 0 0 0.0 10 4 56.3 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.75868E7 15.6 5.6 52 97800 0 0 330 0 0 0 0 0 0 0 90 1.5 8 3 64.4 2000 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.75904E7 15.0 5.6 54 97800 122 1364 335 52 29 49 5600 1900 5500 1040 100 2.6 10 6 96.6 7620 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.7594E7 18.3 5.6 43 97900 375 1399 345 207 438 89 21600 37200 11600 1650 110 2.1 10 4 80.5 2000 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.75976E7 20.0 6.1 41 97900 588 1399 354 306 373 148 32000 36200 16700 2960 90 2.1 10 4 80.5 2000 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.76012E7 22.2 6.1 35 97900 745 1399 371 348 237 221 37300 24800 24000 5150 130 2.1 10 6 80.5 7620 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.76048E7 23.3 6.1 33 97900 834 1399 376 448 228 310 48300 23700 34100 8360 100 1.5 10 6 80.5 7620 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.76084E7 23.9 5.6 31 97800 850 1399 379 502 409 251 54000 43500 27400 6300 160 1.5 10 6 80.5 6710 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.7612E7 24.4 5.6 30 97700 791 1399 381 490 478 217 51200 48600 23600 4970 90 1.0 10 6 80.5 6710 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.76156E7 24.4 5.6 30 97600 662 1399 378 354 305 208 37500 31300 22600 4680 0 0.0 10 5 80.5 2000 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.76192E7 24.4 6.1 31 97600 470 1399 392 257 151 206 27200 14000 22500 4690 300 1.5 10 8 80.5 4270 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.76228E7 23.9 6.1 32 97600 231 1399 390 69 49 61 7600 3800 6900 1490 0 0.0 10 8 40.2 4270 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.76264E7 23.3 6.7 34 97600 19 548 381 13 7 13 0 0 0 0 0 0.0 10 7 40.2 4270 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.763E7 22.2 7.2 38 97700 0 0 372 0 0 0 0 0 0 0 0 0.0 10 6 40.2 6710 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.76336E7 21.1 7.2 41 97700 0 0 367 0 0 0 0 0 0 0 0 0.0 10 6 40.2 6710 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.76372E7 20.6 7.2 42 97700 0 0 355 0 0 0 0 0 0 0 0 0.0 10 3 40.2 2000 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.76408E7 19.4 8.9 51 97700 0 0 348 0 0 0 0 0 0 0 0 0.0 10 2 40.2 2000 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2.76444E7 19.4 7.8 47 97700 0 0 359 0 0 0 0 0 0 0 0 0.0 10 6 40.2 6710 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.7648E7 18.9 7.8 49 97700 0 0 366 0 0 0 0 0 0 0 0 0.0 10 8 56.3 7620 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.76516E7 17.8 8.3 54 97700 0 0 352 0 0 0 0 0 0 0 70 1.5 10 6 56.3 7620 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.76552E7 17.2 7.2 52 97700 0 0 352 0 0 0 0 0 0 0 110 2.1 10 7 56.3 7620 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.76588E7 16.7 6.7 52 97600 0 0 349 0 0 0 0 0 0 0 120 2.1 10 7 56.3 7620 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.76624E7 16.7 6.7 52 97700 0 0 362 0 0 0 0 0 0 0 0 0.0 10 9 56.3 7620 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.7666E7 16.1 7.2 56 97700 0 0 359 0 0 0 0 0 0 0 60 2.1 10 9 56.3 7620 9 999999999 139 0.0720 0 88 999.000 999.0 99.0 +2.76696E7 16.7 6.1 50 97700 0 0 361 0 0 0 0 0 0 0 90 3.1 10 9 56.3 7620 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.76732E7 16.1 6.1 52 97700 0 0 341 0 0 0 0 0 0 0 80 2.1 10 6 64.4 7620 9 999999999 129 0.0720 0 88 999.000 999.0 99.0 +2.76768E7 16.7 6.1 50 97700 118 1341 348 41 26 39 4500 1700 4400 890 100 1.5 10 7 48.3 7620 9 999999999 129 0.0490 0 88 999.000 999.0 99.0 +2.76804E7 20.0 6.1 41 97700 370 1399 354 219 455 97 22500 38400 12300 1820 80 3.1 10 4 40.2 2000 9 999999999 129 0.0490 0 88 999.000 999.0 99.0 +2.7684E7 21.1 6.7 39 97800 583 1399 366 334 265 222 35700 26100 24700 5260 70 2.6 10 6 40.2 7620 9 999999999 139 0.0490 0 88 999.000 999.0 99.0 +2.76876E7 22.8 7.2 37 97800 740 1399 379 359 297 201 38700 31100 22200 4590 100 1.5 10 7 40.2 7620 9 999999999 139 0.0490 0 88 999.000 999.0 99.0 +2.76912E7 22.8 7.8 38 97700 830 1399 395 265 71 223 29200 7100 25000 7380 80 1.5 10 9 24.1 7620 9 999999999 150 0.0490 0 88 999.000 999.0 99.0 +2.76948E7 23.3 7.8 37 97700 846 1399 409 224 7 220 26000 600 25600 9490 100 2.1 10 10 16.1 6100 9 999999999 150 0.0490 0 88 999.000 999.0 99.0 +2.76984E7 23.9 7.2 34 97600 787 1399 411 192 5 189 22300 400 22000 8170 80 1.5 10 10 16.1 5490 9 999999999 139 0.0490 0 88 999.000 999.0 99.0 +2.7702E7 24.4 7.2 33 97500 658 1399 414 207 11 202 23400 900 22900 7690 80 1.5 10 10 16.1 5490 9 999999999 139 0.0490 0 88 999.000 999.0 99.0 +2.77056E7 23.9 7.2 34 97500 467 1399 411 128 8 126 14500 500 14300 4610 0 0.0 10 10 24.1 5490 9 999999999 139 0.0490 0 88 999.000 999.0 99.0 +2.77092E7 23.9 7.2 34 97500 228 1399 411 68 2 67 7400 100 7400 2120 180 1.5 10 10 24.1 5490 9 999999999 139 0.0490 0 88 999.000 999.0 99.0 +2.77128E7 23.3 8.3 38 97500 18 525 409 11 1 11 0 0 0 0 240 1.5 10 10 16.1 3660 9 999999999 150 0.0490 0 88 999.000 999.0 99.0 +2.77164E7 22.8 8.3 40 97500 0 0 406 0 0 0 0 0 0 0 250 1.5 10 10 16.1 3660 9 999999999 150 0.0720 0 88 999.000 999.0 99.0 +2.772E7 21.7 8.9 44 97500 0 0 401 0 0 0 0 0 0 0 0 0.0 10 10 16.1 3660 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2.77236E7 22.2 9.4 44 97500 0 0 405 0 0 0 0 0 0 0 0 0.0 10 10 16.1 3660 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2.77272E7 21.7 9.4 46 97500 0 0 402 0 0 0 0 0 0 0 0 0.0 10 10 16.1 3660 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2.77308E7 21.1 9.4 47 97600 0 0 399 0 0 0 0 0 0 0 230 1.5 10 10 16.1 3660 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2.77344E7 21.1 9.4 47 97600 0 0 399 0 0 0 0 0 0 0 60 2.1 10 10 24.1 3660 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2.7738E7 21.1 9.4 47 97600 0 0 399 0 0 0 0 0 0 0 70 2.1 10 10 56.3 3660 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2.77416E7 20.6 9.4 49 97600 0 0 396 0 0 0 0 0 0 0 80 2.1 10 10 32.2 3660 9 999999999 160 0.0720 0 88 999.000 999.0 99.0 +2.77452E7 20.6 10.0 51 97600 0 0 397 0 0 0 0 0 0 0 90 2.1 10 10 32.2 3660 9 999999999 170 0.0720 0 88 999.000 999.0 99.0 +2.77488E7 20.0 11.7 59 97600 0 0 396 0 0 0 0 0 0 0 50 2.1 10 10 32.2 3660 9 999999999 189 0.0720 0 88 999.000 999.0 99.0 +2.77524E7 20.0 11.7 59 97600 0 0 396 0 0 0 0 0 0 0 90 2.6 10 10 24.1 1980 9 999999999 189 0.0720 0 88 999.000 999.0 99.0 +2.7756E7 19.4 15.0 76 97600 0 0 397 0 0 0 0 0 0 0 40 2.1 10 10 32.2 1980 9 999999999 229 0.0720 0 88 999.000 999.0 99.0 +2.77596E7 18.9 14.4 76 97600 0 0 393 0 0 0 0 0 0 0 60 2.6 10 10 32.2 3660 9 999999999 220 0.0720 0 88 999.000 999.0 99.0 +2.77632E7 20.0 15.0 73 97600 114 1318 400 29 0 29 3200 0 3200 970 70 3.6 10 10 32.2 1980 9 999999999 229 0.0630 0 88 999.000 999.0 99.0 +2.77668E7 19.4 15.6 78 97700 365 1400 398 77 4 76 8800 200 8700 2870 0 0.0 10 10 24.1 1520 9 999999999 240 0.0630 0 88 999.000 999.0 99.0 +2.77704E7 20.6 14.4 68 97600 579 1400 391 219 100 177 24000 9700 19900 4960 80 3.1 9 9 32.2 1520 9 999999999 220 0.0630 0 88 999.000 999.0 99.0 +2.7774E7 22.2 13.9 59 97600 736 1400 411 206 30 190 22700 3000 21100 6000 120 2.1 10 10 32.2 1830 9 999999999 209 0.0630 0 88 999.000 999.0 99.0 +2.77776E7 23.3 13.3 54 97500 825 1400 416 197 1 196 22900 100 22800 8600 160 2.6 10 10 32.2 1830 9 999999999 209 0.0630 0 88 999.000 999.0 99.0 +2.77812E7 25.6 13.9 49 97400 842 1400 409 446 222 312 48200 23100 34300 8460 130 4.6 8 8 32.2 1830 9 999999999 220 0.0630 0 88 999.000 999.0 99.0 +2.77848E7 22.8 17.8 74 97300 783 1400 393 461 283 301 49600 29200 33100 7860 180 2.6 7 7 48.3 1830 9 999999999 270 0.0630 0 88 999.000 999.0 99.0 +2.77884E7 25.0 17.2 62 97200 654 1400 399 315 270 188 33600 27700 20700 4140 280 1.5 6 6 24.1 1830 9 999999999 259 0.0630 0 88 999.000 999.0 99.0 +2.7792E7 25.0 16.7 60 97100 464 1400 395 185 103 151 20000 9600 16800 3420 280 2.6 5 5 32.2 2000 9 999999999 250 0.0630 0 88 999.000 999.0 99.0 +2.77956E7 23.3 16.1 64 97200 225 1400 383 75 108 57 8100 7700 6900 1210 290 4.1 4 4 32.2 2000 9 999999999 240 0.0630 0 88 999.000 999.0 99.0 +2.77992E7 22.8 16.1 66 97200 17 525 386 14 18 12 0 0 0 0 240 2.6 6 6 32.2 2130 9 999999999 240 0.0630 0 88 999.000 999.0 99.0 +2.78028E7 20.6 16.1 76 97300 0 0 375 0 0 0 0 0 0 0 270 2.1 6 6 40.2 2130 9 999999999 250 0.0720 0 88 999.000 999.0 99.0 +2.78064E7 19.4 15.6 78 97400 0 0 365 0 0 0 0 0 0 0 270 2.1 5 5 40.2 2000 9 999999999 229 0.0720 0 88 999.000 999.0 99.0 +2.781E7 18.3 15.6 84 97400 0 0 357 0 0 0 0 0 0 0 160 1.5 4 4 40.2 2000 9 999999999 240 0.0720 0 88 999.000 999.0 99.0 +2.78136E7 18.3 15.6 84 97400 0 0 367 0 0 0 0 0 0 0 220 1.5 7 7 40.2 2440 9 999999999 240 0.0720 0 88 999.000 999.0 99.0 +2.78172E7 18.9 15.6 81 97500 0 0 370 0 0 0 0 0 0 0 0 0.0 7 7 48.3 2440 9 999999999 240 0.0720 0 88 999.000 999.0 99.0 +2.78208E7 18.3 15.6 84 97500 0 0 354 0 0 0 0 0 0 0 0 0.0 5 3 48.3 2000 9 999999999 240 0.0720 0 88 999.000 999.0 99.0 +2.78244E7 17.2 15.0 87 97500 0 0 345 0 0 0 0 0 0 0 0 0.0 2 2 48.3 2000 9 999999999 229 0.0710 0 88 999.000 999.0 99.0 +2.7828E7 16.7 15.0 90 97400 0 0 338 0 0 0 0 0 0 0 0 0.0 1 1 11.3 2000 9 999999999 229 0.0710 0 88 999.000 999.0 99.0 +2.78316E7 16.1 15.0 93 97500 0 0 335 0 0 0 0 0 0 0 0 0.0 1 1 11.3 2000 9 999999999 229 0.0710 0 88 999.000 999.0 99.0 +2.78352E7 16.1 15.0 93 97500 0 0 329 0 0 0 0 0 0 0 0 0.0 2 0 11.3 2000 9 999999999 229 0.0710 0 88 999.000 999.0 99.0 +2.78388E7 15.0 14.4 97 97500 0 0 334 0 0 0 0 0 0 0 0 0.0 2 2 11.3 2000 9 999999999 220 0.0710 0 88 999.000 999.0 99.0 +2.78424E7 15.0 13.9 93 97600 0 0 336 0 0 0 0 0 0 0 0 0.0 3 3 2.4 2000 9 999999999 209 0.0710 0 88 999.000 999.0 99.0 +2.7846E7 15.0 13.9 93 97600 0 0 322 0 0 0 0 0 0 0 0 0.0 0 0 11.3 2000 9 999999999 209 0.0710 0 88 999.000 999.0 99.0 +2.78496E7 16.1 13.9 87 97700 110 1295 334 41 132 28 4200 6400 3600 500 80 1.5 1 1 16.1 2000 9 999999999 209 0.1160 0 88 999.000 999.0 99.0 +2.78532E7 17.8 13.3 75 97700 361 1400 335 189 490 62 19500 41300 8800 1150 100 1.5 0 0 16.1 2000 9 999999999 209 0.1160 0 88 999.000 999.0 99.0 +2.78568E7 18.9 13.9 73 97700 574 1400 347 363 590 119 37200 55700 14300 2270 80 2.1 1 1 19.3 2000 9 999999999 209 0.1160 0 88 999.000 999.0 99.0 +2.78604E7 21.1 13.9 64 97700 731 1400 366 440 461 197 45900 46400 21600 4300 60 1.5 3 3 9.7 2000 9 999999999 220 0.1160 0 88 999.000 999.0 99.0 +2.7864E7 21.1 11.7 55 97700 821 1400 363 556 668 160 57600 66600 18500 3660 90 1.5 3 3 9.7 2000 9 999999999 189 0.1160 0 88 999.000 999.0 99.0 +2.78676E7 22.8 11.7 50 97600 838 1400 368 534 529 214 56200 54200 23700 5070 140 2.1 2 2 11.3 2000 9 999999999 189 0.1160 0 88 999.000 999.0 99.0 +2.78712E7 23.3 11.1 46 97500 780 1400 365 529 725 121 55600 72700 15000 2760 240 2.6 1 1 16.1 2000 9 999999999 179 0.1160 0 88 999.000 999.0 99.0 +2.78748E7 23.9 10.0 42 97500 651 1400 366 433 710 98 45300 69600 12800 2060 290 2.1 1 1 19.3 2000 9 999999999 170 0.1160 0 88 999.000 999.0 99.0 +2.78784E7 23.9 10.0 42 97500 461 1400 360 283 624 74 29200 56700 10400 1420 240 2.1 0 0 32.2 2000 9 999999999 170 0.1160 0 88 999.000 999.0 99.0 +2.7882E7 23.3 10.6 45 97500 223 1400 357 104 351 46 10400 24200 6500 800 270 2.6 0 0 40.2 2000 9 999999999 179 0.1160 0 88 999.000 999.0 99.0 +2.78856E7 21.7 10.0 48 97500 17 525 349 12 19 10 0 0 0 0 250 2.1 0 0 40.2 2000 9 999999999 170 0.1160 0 88 999.000 999.0 99.0 +2.78892E7 20.6 11.7 57 97600 0 0 346 0 0 0 0 0 0 0 250 2.1 0 0 40.2 2000 9 999999999 189 0.0710 0 88 999.000 999.0 99.0 +2.78928E7 19.4 11.7 61 97600 0 0 340 0 0 0 0 0 0 0 210 1.5 0 0 32.2 2000 9 999999999 189 0.0710 0 88 999.000 999.0 99.0 +2.78964E7 18.9 12.2 65 97700 0 0 338 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 189 0.0710 0 88 999.000 999.0 99.0 +2.79E7 18.3 12.2 68 97700 0 0 336 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 189 0.0710 0 88 999.000 999.0 99.0 +2.79036E7 17.8 11.7 68 97700 0 0 333 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 189 0.0710 0 88 999.000 999.0 99.0 +2.79072E7 17.2 12.2 73 97700 0 0 331 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 189 0.0710 0 88 999.000 999.0 99.0 +2.79108E7 16.7 11.7 73 97700 0 0 328 0 0 0 0 0 0 0 160 1.5 0 0 32.2 2000 9 999999999 189 0.0710 0 88 999.000 999.0 99.0 +2.79144E7 16.1 11.7 75 97700 0 0 325 0 0 0 0 0 0 0 100 1.5 0 0 32.2 2000 9 999999999 189 0.0710 0 88 999.000 999.0 99.0 +2.7918E7 15.0 11.7 81 97700 0 0 320 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 189 0.0710 0 88 999.000 999.0 99.0 +2.79216E7 14.4 11.1 81 97700 0 0 317 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 179 0.0710 0 88 999.000 999.0 99.0 +2.79252E7 14.4 11.1 81 97700 0 0 317 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 179 0.0710 0 88 999.000 999.0 99.0 +2.79288E7 13.3 10.6 83 97700 0 0 312 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 170 0.0710 0 88 999.000 999.0 99.0 +2.79324E7 13.3 10.6 83 97700 0 0 312 0 0 0 0 0 0 0 0 0.0 0 0 32.2 2000 9 999999999 170 0.0710 0 88 999.000 999.0 99.0 +2.7936E7 14.4 10.6 78 97800 106 1273 316 44 149 29 4400 7100 3800 520 70 2.1 0 0 32.2 2000 9 999999999 170 0.1190 0 88 999.000 999.0 99.0 +2.79396E7 16.7 10.6 67 97900 356 1401 327 196 522 62 20100 43700 9000 1140 100 2.6 0 0 32.2 2000 9 999999999 170 0.1190 0 88 999.000 999.0 99.0 +2.79432E7 18.9 11.1 61 97900 570 1401 337 372 696 87 39000 66600 11800 1750 110 3.6 0 0 32.2 2000 9 999999999 179 0.1190 0 88 999.000 999.0 99.0 +2.79468E7 21.1 10.0 49 97900 727 1401 346 511 775 105 53900 77300 13700 2320 80 2.6 0 0 32.2 2000 9 999999999 170 0.1190 0 88 999.000 999.0 99.0 +2.79504E7 22.8 8.9 41 97800 817 1401 353 595 816 115 61400 80700 14200 2490 100 2.6 0 0 32.2 2000 9 999999999 160 0.1190 0 88 999.000 999.0 99.0 +2.7954E7 25.0 7.2 32 97600 834 1401 361 614 828 117 63400 82000 14400 2570 80 3.1 0 0 48.3 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +2.79576E7 25.6 7.2 31 97500 776 1401 364 562 807 111 57800 79400 13700 2320 60 2.6 0 0 64.4 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +2.79612E7 26.7 7.8 30 97500 648 1401 371 447 749 97 46900 73400 12800 2030 50 2.6 0 0 64.4 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +2.79648E7 26.7 7.8 30 97500 458 1401 371 284 629 75 29300 57000 10600 1430 130 2.1 0 0 64.4 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +2.79684E7 26.1 7.2 30 97400 220 1401 367 105 361 46 10400 24800 6500 800 0 0.0 0 0 64.4 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +2.7972E7 24.4 7.2 33 97400 16 502 359 11 17 9 0 0 0 0 250 1.5 0 0 64.4 2000 9 999999999 139 0.1190 0 88 999.000 999.0 99.0 +2.79756E7 23.3 7.2 36 97500 0 0 353 0 0 0 0 0 0 0 280 3.1 0 0 56.3 2000 9 999999999 139 0.0710 0 88 999.000 999.0 99.0 +2.79792E7 21.1 8.3 44 97500 0 0 344 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2.79828E7 20.0 8.3 47 97500 0 0 339 0 0 0 0 0 0 0 220 2.1 0 0 56.3 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2.79864E7 18.9 8.3 51 97500 0 0 334 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2.799E7 18.3 7.8 50 97500 0 0 331 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 139 0.0710 0 88 999.000 999.0 99.0 +2.79936E7 17.8 8.3 54 97500 0 0 329 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2.79972E7 16.1 8.9 63 97500 0 0 322 0 0 0 0 0 0 0 140 2.1 0 0 56.3 2000 9 999999999 160 0.0710 0 88 999.000 999.0 99.0 +2.80008E7 16.1 8.9 63 97500 0 0 322 0 0 0 0 0 0 0 130 1.5 0 0 56.3 2000 9 999999999 160 0.0710 0 88 999.000 999.0 99.0 +2.80044E7 15.6 9.4 67 97500 0 0 320 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 160 0.0710 0 88 999.000 999.0 99.0 +2.8008E7 15.0 9.4 70 97500 0 0 318 0 0 0 0 0 0 0 100 2.1 0 0 56.3 2000 9 999999999 160 0.0710 0 88 999.000 999.0 99.0 +2.80116E7 15.0 8.9 67 97500 0 0 317 0 0 0 0 0 0 0 90 2.6 0 0 56.3 2000 9 999999999 160 0.0710 0 88 999.000 999.0 99.0 +2.80152E7 15.0 8.9 67 97500 0 0 317 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 160 0.0710 0 88 999.000 999.0 99.0 +2.80188E7 14.4 8.3 67 97500 0 0 314 0 0 0 0 0 0 0 120 2.1 0 0 56.3 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2.80224E7 15.0 8.3 65 97500 102 1250 317 50 281 22 4700 14800 3500 400 90 3.6 1 0 56.3 2000 9 999999999 150 0.0510 0 88 999.000 999.0 99.0 +2.8026E7 17.2 8.9 58 97600 352 1402 327 214 659 47 21900 56100 7700 920 80 3.6 2 0 48.3 2000 9 999999999 160 0.0510 0 88 999.000 999.0 99.0 +2.80296E7 18.9 8.9 53 97600 565 1402 335 391 812 61 41200 77700 9800 1320 80 2.1 1 0 32.2 2000 9 999999999 160 0.0510 0 88 999.000 999.0 99.0 +2.80332E7 21.7 8.9 44 97600 722 1402 348 529 889 68 55300 86900 10300 1570 110 1.5 0 0 24.1 2000 9 999999999 160 0.0510 0 88 999.000 999.0 99.0 +2.80368E7 23.3 8.9 40 97500 813 1402 355 610 916 74 63500 90400 10800 1760 110 1.5 0 0 9.7 2000 9 999999999 160 0.0510 0 88 999.000 999.0 99.0 +2.80404E7 24.4 8.9 37 97400 830 1402 361 628 924 76 65300 91300 11000 1810 80 1.5 0 0 9.7 2000 9 999999999 150 0.0510 0 88 999.000 999.0 99.0 +2.8044E7 25.0 8.3 35 97300 772 1402 363 577 907 72 60000 89200 10700 1680 290 1.5 0 0 11.3 2000 9 999999999 150 0.0510 0 88 999.000 999.0 99.0 +2.80476E7 25.6 7.8 32 97300 645 1402 365 466 865 63 48500 83500 9900 1420 310 3.6 0 0 16.1 2000 9 999999999 139 0.0510 0 88 999.000 999.0 99.0 +2.80512E7 25.6 8.3 34 97300 455 1402 366 302 767 49 31500 70100 8600 1070 320 2.6 0 0 40.2 2000 9 999999999 150 0.0510 0 88 999.000 999.0 99.0 +2.80548E7 25.0 7.2 32 97300 218 1402 361 118 539 32 11800 39200 5700 610 270 2.6 0 0 48.3 2000 9 999999999 139 0.0510 0 88 999.000 999.0 99.0 +2.80584E7 22.8 7.8 38 97300 15 502 352 18 66 9 0 0 0 0 270 3.1 0 0 48.3 2000 9 999999999 150 0.0510 0 88 999.000 999.0 99.0 +2.8062E7 21.7 7.8 41 97300 0 0 346 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2.80656E7 20.0 7.8 45 97300 0 0 339 0 0 0 0 0 0 0 200 2.1 0 0 56.3 2000 9 999999999 139 0.0710 0 88 999.000 999.0 99.0 +2.80692E7 19.4 8.3 49 97300 0 0 336 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 150 0.0710 0 88 999.000 999.0 99.0 +2.80728E7 18.9 8.9 53 97300 0 0 346 0 0 0 0 0 0 0 0 0.0 2 2 56.3 2000 9 999999999 160 0.0710 0 88 999.000 999.0 99.0 +2.80764E7 18.3 8.9 54 97400 0 0 338 0 0 0 0 0 0 0 110 2.6 1 1 56.3 2000 9 999999999 160 0.0710 0 88 999.000 999.0 99.0 +2.808E7 17.2 8.9 58 97400 0 0 327 0 0 0 0 0 0 0 100 2.1 0 0 56.3 2000 9 999999999 160 0.0710 0 88 999.000 999.0 99.0 +2.80836E7 16.7 8.9 60 97400 0 0 325 0 0 0 0 0 0 0 120 1.5 0 0 56.3 2000 9 999999999 160 0.0700 0 88 999.000 999.0 99.0 +2.80872E7 16.1 8.9 63 97400 0 0 322 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 160 0.0700 0 88 999.000 999.0 99.0 +2.80908E7 13.9 8.9 72 97400 0 0 312 0 0 0 0 0 0 0 20 2.1 0 0 56.3 2000 9 999999999 160 0.0700 0 88 999.000 999.0 99.0 +2.80944E7 13.9 8.9 72 97500 0 0 312 0 0 0 0 0 0 0 90 2.1 0 0 56.3 2000 9 999999999 160 0.0700 0 88 999.000 999.0 99.0 +2.8098E7 13.9 8.9 72 97500 0 0 312 0 0 0 0 0 0 0 60 1.0 0 0 40.2 2000 9 999999999 160 0.0700 0 88 999.000 999.0 99.0 +2.81016E7 13.3 8.9 75 97500 0 0 316 0 0 0 0 0 0 0 0 0.0 1 1 40.2 2000 9 999999999 160 0.0700 0 88 999.000 999.0 99.0 +2.81052E7 13.3 8.9 75 97500 0 0 320 0 0 0 0 0 0 0 0 0.0 2 2 40.2 2000 9 999999999 160 0.0700 0 88 999.000 999.0 99.0 +2.81088E7 13.9 8.9 72 97600 98 1227 312 50 283 21 4600 14800 3400 380 0 0.0 0 0 48.3 2000 9 999999999 160 0.0530 0 88 999.000 999.0 99.0 +2.81124E7 16.1 8.9 63 97600 347 1402 322 210 675 41 21800 57600 7400 850 300 3.1 0 0 48.3 2000 9 999999999 160 0.0530 0 88 999.000 999.0 99.0 +2.8116E7 18.3 8.9 54 97700 561 1402 338 368 760 61 38700 72600 9500 1310 300 3.6 1 1 40.2 2000 9 999999999 160 0.0530 0 88 999.000 999.0 99.0 +2.81196E7 19.4 8.9 51 97700 718 1402 337 522 877 69 54400 85600 10400 1570 280 4.1 0 0 40.2 2000 9 999999999 160 0.0530 0 88 999.000 999.0 99.0 +2.81232E7 21.1 6.1 38 97600 809 1402 342 606 911 75 62900 89900 10900 1770 280 5.2 0 0 56.3 2000 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.81268E7 22.8 5.6 33 97500 826 1402 349 624 921 76 64800 91000 11000 1810 320 5.7 0 0 56.3 2000 9 999999999 129 0.0530 0 88 999.000 999.0 99.0 +2.81304E7 23.3 1.7 24 97500 769 1402 347 581 918 73 60500 90200 10800 1680 290 4.6 0 0 56.3 2000 9 999999999 100 0.0530 0 88 999.000 999.0 99.0 +2.8134E7 23.3 0.6 22 97400 642 1402 345 469 874 63 48700 84300 10000 1410 300 6.2 0 0 64.4 2000 9 999999999 89 0.0530 0 88 999.000 999.0 99.0 +2.81376E7 22.8 -1.1 20 97400 453 1402 341 304 773 49 31500 70500 8600 1070 310 7.2 0 0 80.5 2000 9 999999999 80 0.0530 0 88 999.000 999.0 99.0 +2.81412E7 22.2 -1.7 20 97400 216 1402 337 118 542 32 11700 39300 5700 610 320 5.2 0 0 80.5 2000 9 999999999 80 0.0530 0 88 999.000 999.0 99.0 +2.81448E7 20.0 -2.8 21 97400 15 479 326 17 65 9 0 0 0 0 240 5.2 0 0 64.4 2000 9 999999999 69 0.0530 0 88 999.000 999.0 99.0 +2.81484E7 18.9 -2.8 23 97500 0 0 321 0 0 0 0 0 0 0 270 5.2 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.8152E7 17.8 -5.0 21 97500 0 0 314 0 0 0 0 0 0 0 320 4.6 0 0 56.3 2000 9 999999999 60 0.0700 0 88 999.000 999.0 99.0 +2.81556E7 16.7 -4.4 23 97600 0 0 316 0 0 0 0 0 0 0 330 3.1 1 1 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.81592E7 16.1 -5.6 22 97600 0 0 312 0 0 0 0 0 0 0 300 3.1 1 1 56.3 2000 9 999999999 60 0.0700 0 88 999.000 999.0 99.0 +2.81628E7 13.9 -5.6 26 97600 0 0 297 0 0 0 0 0 0 0 310 2.6 0 0 56.3 2000 9 999999999 60 0.0700 0 88 999.000 999.0 99.0 +2.81664E7 13.9 -4.4 28 97700 0 0 304 0 0 0 0 0 0 0 320 3.1 1 1 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.817E7 14.4 -2.2 32 97700 0 0 303 0 0 0 0 0 0 0 330 3.6 0 0 56.3 2000 9 999999999 80 0.0700 0 88 999.000 999.0 99.0 +2.81736E7 15.6 -4.4 25 97700 0 0 305 0 0 0 0 0 0 0 340 4.6 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.81772E7 14.4 -4.4 27 97700 0 0 300 0 0 0 0 0 0 0 260 3.1 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.81808E7 11.7 -4.4 32 97700 0 0 289 0 0 0 0 0 0 0 230 2.1 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.81844E7 11.1 -3.9 35 97800 0 0 287 0 0 0 0 0 0 0 200 2.1 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.8188E7 10.6 -3.9 36 97800 0 0 285 0 0 0 0 0 0 0 70 1.5 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.81916E7 10.0 -3.3 39 97900 0 0 283 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.81952E7 10.0 -3.3 39 98000 95 1204 283 49 292 20 4500 15100 3300 360 230 2.1 0 0 112.7 2000 9 999999999 69 0.0490 0 88 999.000 999.0 99.0 +2.81988E7 12.2 -2.8 35 98100 343 1403 293 213 704 40 22200 59900 7500 830 0 0.0 0 0 112.7 2000 9 999999999 69 0.0490 0 88 999.000 999.0 99.0 +2.82024E7 15.6 -3.3 27 98200 556 1403 307 395 849 55 41300 80300 9300 1250 320 2.1 0 0 112.7 2000 9 999999999 69 0.0490 0 88 999.000 999.0 99.0 +2.8206E7 17.8 -5.0 21 98200 714 1403 314 535 914 66 55800 89200 10300 1540 130 1.5 0 0 112.7 2000 9 999999999 69 0.0490 0 88 999.000 999.0 99.0 +2.82096E7 19.4 -5.6 18 98100 804 1403 320 622 949 73 64800 93600 10900 1740 320 2.1 0 0 112.7 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.82132E7 20.6 -7.2 15 98100 822 1403 324 639 954 74 66400 94200 11000 1780 290 2.6 0 0 112.7 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.82168E7 21.1 -7.8 14 98000 766 1403 325 588 938 70 61100 92200 10600 1650 0 0.0 0 0 112.7 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.82204E7 21.7 -7.8 13 98000 639 1403 328 476 899 61 49500 86700 9900 1400 250 1.5 0 0 112.7 2000 9 999999999 50 0.0490 0 88 999.000 999.0 99.0 +2.8224E7 22.2 -8.9 12 98000 450 1403 329 309 800 48 32200 72900 8700 1060 300 3.1 0 0 112.7 2000 9 999999999 50 0.0490 0 88 999.000 999.0 99.0 +2.82276E7 21.7 -7.2 14 98000 214 1403 328 119 560 31 11900 40500 5700 600 200 2.6 0 0 112.7 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.82312E7 18.9 -6.7 17 98000 14 479 317 17 70 9 0 0 0 0 160 1.5 0 0 80.5 2000 9 999999999 60 0.0490 0 88 999.000 999.0 99.0 +2.82348E7 18.3 -5.6 19 98100 0 0 315 0 0 0 0 0 0 0 60 3.1 0 0 56.3 2000 9 999999999 60 0.0700 0 88 999.000 999.0 99.0 +2.82384E7 17.8 -5.0 21 98200 0 0 314 0 0 0 0 0 0 0 30 3.6 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.8242E7 17.2 -5.6 21 98300 0 0 311 0 0 0 0 0 0 0 80 4.1 0 0 56.3 2000 9 999999999 60 0.0700 0 88 999.000 999.0 99.0 +2.82456E7 16.1 -4.4 24 98300 0 0 307 0 0 0 0 0 0 0 10 3.1 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.82492E7 14.4 -5.0 26 98400 0 0 300 0 0 0 0 0 0 0 340 2.1 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.82528E7 15.6 -5.0 24 98300 0 0 305 0 0 0 0 0 0 0 240 1.5 0 0 48.3 2000 9 999999999 60 0.0700 0 88 999.000 999.0 99.0 +2.82564E7 13.3 -3.9 30 98300 0 0 296 0 0 0 0 0 0 0 250 1.5 0 0 48.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.826E7 12.2 -4.4 31 98300 0 0 291 0 0 0 0 0 0 0 280 1.5 0 0 48.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.82636E7 11.1 -4.4 34 98300 0 0 287 0 0 0 0 0 0 0 230 2.6 0 0 48.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.82672E7 9.4 -4.4 38 98300 0 0 280 0 0 0 0 0 0 0 120 1.5 0 0 48.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.82708E7 10.0 -4.4 36 98300 0 0 282 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.82744E7 9.4 -3.3 41 98300 0 0 281 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.8278E7 9.4 -4.4 38 98300 0 0 280 0 0 0 0 0 0 0 0 0.0 0 0 64.4 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.82816E7 10.0 -3.3 39 98300 91 1181 283 51 326 18 4500 18800 3000 350 100 2.6 0 0 96.6 2000 9 999999999 69 0.0370 0 88 999.000 999.0 99.0 +2.82852E7 14.4 -4.4 27 98300 338 1403 300 213 733 35 22500 62800 7300 820 0 0.0 0 0 64.4 2000 9 999999999 69 0.0370 0 88 999.000 999.0 99.0 +2.82888E7 16.1 -3.9 25 98300 552 1403 308 394 871 49 41400 82400 8900 1190 110 3.1 0 0 64.4 2000 9 999999999 69 0.0370 0 88 999.000 999.0 99.0 +2.82924E7 17.8 -8.9 16 98300 710 1403 309 541 944 60 56700 92200 9900 1480 70 4.1 0 0 80.5 2000 9 999999999 50 0.0370 0 88 999.000 999.0 99.0 +2.8296E7 18.9 -7.8 16 98200 801 1403 315 621 966 65 64900 95300 10300 1650 110 4.1 0 0 96.6 2000 9 999999999 60 0.0370 0 88 999.000 999.0 99.0 +2.82996E7 20.0 -4.4 19 98000 819 1403 324 635 955 73 66100 94300 10900 1770 90 4.1 1 0 96.6 2000 9 999999999 69 0.0370 0 88 999.000 999.0 99.0 +2.83032E7 21.1 -3.9 18 98000 762 1403 330 585 952 63 61100 93600 10100 1580 150 2.6 0 0 96.6 2000 9 999999999 69 0.0370 0 88 999.000 999.0 99.0 +2.83068E7 21.1 -4.4 18 97900 636 1403 329 473 910 55 49400 87800 9400 1340 0 0.0 0 0 96.6 2000 9 999999999 69 0.0370 0 88 999.000 999.0 99.0 +2.83104E7 21.7 -5.6 16 97900 448 1403 330 310 823 42 32300 75000 8200 1020 270 2.6 0 0 112.7 2000 9 999999999 60 0.0370 0 88 999.000 999.0 99.0 +2.8314E7 20.6 -5.0 18 97800 212 1403 326 120 594 27 12400 44700 5600 580 210 2.1 0 0 112.7 2000 9 999999999 69 0.0370 0 88 999.000 999.0 99.0 +2.83176E7 18.9 -5.0 20 97800 14 479 319 18 83 8 0 0 0 0 270 1.5 0 0 64.4 2000 9 999999999 69 0.0370 0 88 999.000 999.0 99.0 +2.83212E7 17.2 -4.4 23 97800 0 0 312 0 0 0 0 0 0 0 180 1.5 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.83248E7 15.6 -3.9 26 97800 0 0 306 0 0 0 0 0 0 0 190 1.5 0 0 56.3 2000 9 999999999 69 0.0700 0 88 999.000 999.0 99.0 +2.83284E7 15.0 -2.8 30 97700 0 0 305 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0700 0 88 999.000 999.0 99.0 +2.8332E7 13.9 -1.1 36 97700 0 0 302 0 0 0 0 0 0 0 80 1.5 0 0 56.3 2000 9 999999999 80 0.0700 0 88 999.000 999.0 99.0 +2.83356E7 13.3 -1.1 37 97700 0 0 299 0 0 0 0 0 0 0 70 2.6 0 0 48.3 2000 9 999999999 80 0.0700 0 88 999.000 999.0 99.0 +2.83392E7 12.8 -1.1 39 97700 0 0 297 0 0 0 0 0 0 0 80 3.1 0 0 48.3 2000 9 999999999 80 0.0700 0 88 999.000 999.0 99.0 +2.83428E7 11.7 -0.6 43 97600 0 0 293 0 0 0 0 0 0 0 90 4.1 0 0 48.3 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.83464E7 10.6 -0.6 47 97600 0 0 289 0 0 0 0 0 0 0 100 2.1 0 0 48.3 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.835E7 10.6 -0.6 47 97500 0 0 289 0 0 0 0 0 0 0 90 1.5 0 0 48.3 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.83536E7 10.0 -0.6 48 97500 0 0 286 0 0 0 0 0 0 0 100 2.6 0 0 48.3 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.83572E7 10.0 -1.1 46 97500 0 0 286 0 0 0 0 0 0 0 70 2.1 0 0 48.3 2000 9 999999999 80 0.0690 0 88 999.000 999.0 99.0 +2.83608E7 9.4 -0.6 50 97500 0 0 284 0 0 0 0 0 0 0 70 3.1 0 0 48.3 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.83644E7 8.9 -0.6 52 97500 0 0 282 0 0 0 0 0 0 0 50 2.6 0 0 48.3 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.8368E7 10.6 -0.6 47 97600 88 1182 289 39 139 25 3800 6200 3300 440 90 2.6 0 0 48.3 2000 9 999999999 89 0.1060 0 88 999.000 999.0 99.0 +2.83716E7 12.8 -1.1 39 97600 334 1404 297 188 546 57 19400 44800 8700 1050 100 3.1 0 0 48.3 2000 9 999999999 80 0.1060 0 88 999.000 999.0 99.0 +2.83752E7 16.1 -0.6 32 97600 548 1404 312 365 725 80 38300 68900 11300 1600 100 3.1 0 0 56.3 2000 9 999999999 89 0.1060 0 88 999.000 999.0 99.0 +2.83788E7 16.7 -2.2 28 97600 705 1404 312 507 811 97 52400 79200 12400 1980 80 1.5 0 0 56.3 2000 9 999999999 80 0.1060 0 88 999.000 999.0 99.0 +2.83824E7 18.3 -2.8 24 97500 797 1404 319 595 854 106 61700 84500 13600 2320 110 3.1 0 0 56.3 2000 9 999999999 69 0.1060 0 88 999.000 999.0 99.0 +2.8386E7 19.4 -4.4 20 97400 815 1404 322 613 861 108 63600 85400 13800 2400 100 2.1 0 0 56.3 2000 9 999999999 69 0.1060 0 88 999.000 999.0 99.0 +2.83896E7 20.6 -3.3 20 97400 759 1404 328 560 838 103 57900 82500 13100 2180 310 4.1 0 0 48.3 2000 9 999999999 69 0.1060 0 88 999.000 999.0 99.0 +2.83932E7 21.1 -4.4 18 97300 633 1404 329 447 783 89 45700 75300 11600 1750 240 4.1 0 0 48.3 2000 9 999999999 69 0.1060 0 88 999.000 999.0 99.0 +2.83968E7 21.1 -7.2 14 97300 446 1404 326 285 669 69 29500 60300 10200 1320 260 4.1 0 0 48.3 2000 9 999999999 50 0.1060 0 88 999.000 999.0 99.0 +2.84004E7 20.6 -6.1 16 97300 210 1404 325 103 385 43 10200 25900 6300 750 270 4.6 0 0 48.3 2000 9 999999999 60 0.1060 0 88 999.000 999.0 99.0 +2.8404E7 18.9 -5.6 19 97300 13 456 318 10 19 8 0 0 0 0 250 2.6 0 0 48.3 2000 9 999999999 60 0.1060 0 88 999.000 999.0 99.0 +2.84076E7 17.8 -4.4 22 97400 0 0 315 0 0 0 0 0 0 0 230 2.6 0 0 48.3 2000 9 999999999 69 0.0690 0 88 999.000 999.0 99.0 +2.84112E7 15.6 -3.3 27 97400 0 0 307 0 0 0 0 0 0 0 190 2.6 0 0 48.3 2000 9 999999999 69 0.0690 0 88 999.000 999.0 99.0 +2.84148E7 15.0 -3.3 28 97400 0 0 304 0 0 0 0 0 0 0 260 1.5 0 0 48.3 2000 9 999999999 69 0.0690 0 88 999.000 999.0 99.0 +2.84184E7 14.4 -2.8 31 97400 0 0 302 0 0 0 0 0 0 0 270 1.5 0 0 48.3 2000 9 999999999 80 0.0690 0 88 999.000 999.0 99.0 +2.8422E7 13.3 -1.1 37 97500 0 0 299 0 0 0 0 0 0 0 20 2.1 0 0 48.3 2000 9 999999999 80 0.0690 0 88 999.000 999.0 99.0 +2.84256E7 12.2 -1.7 38 97500 0 0 294 0 0 0 0 0 0 0 100 2.1 0 0 48.3 2000 9 999999999 80 0.0690 0 88 999.000 999.0 99.0 +2.84292E7 11.7 -1.1 42 97500 0 0 298 0 0 0 0 0 0 0 70 2.6 1 1 48.3 2000 9 999999999 80 0.0690 0 88 999.000 999.0 99.0 +2.84328E7 10.0 -1.1 46 97600 0 0 291 0 0 0 0 0 0 0 350 1.5 1 1 48.3 2000 9 999999999 80 0.0690 0 88 999.000 999.0 99.0 +2.84364E7 9.4 -1.1 48 97600 0 0 289 0 0 0 0 0 0 0 0 0.0 1 1 48.3 2000 9 999999999 80 0.0690 0 88 999.000 999.0 99.0 +2.844E7 9.4 -1.1 48 97600 0 0 283 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 80 0.0690 0 88 999.000 999.0 99.0 +2.84436E7 8.9 -1.1 50 97700 0 0 281 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 80 0.0690 0 88 999.000 999.0 99.0 +2.84472E7 8.9 -1.1 50 97700 0 0 281 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 80 0.0690 0 88 999.000 999.0 99.0 +2.84508E7 8.3 -1.1 52 97800 0 0 279 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0690 0 88 999.000 999.0 99.0 +2.84544E7 9.4 -0.6 50 97900 85 1159 284 48 300 18 4200 17000 2800 340 20 1.5 0 0 48.3 2000 9 999999999 89 0.0380 0 88 999.000 999.0 99.0 +2.8458E7 12.2 -1.1 40 98000 330 1404 295 205 720 35 21700 61200 7200 810 110 1.5 0 0 32.2 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +2.84616E7 14.4 -1.1 35 98000 543 1404 304 385 862 49 40500 81300 8900 1180 170 1.5 0 0 24.1 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +2.84652E7 16.7 -1.1 30 98000 701 1404 314 526 927 59 55100 90400 9700 1460 260 1.5 0 0 32.2 2000 9 999999999 80 0.0380 0 88 999.000 999.0 99.0 +2.84688E7 18.9 0.0 28 98000 793 1404 325 608 953 65 63500 94000 10200 1640 240 2.6 0 0 32.2 2000 9 999999999 89 0.0380 0 88 999.000 999.0 99.0 +2.84724E7 20.6 1.1 28 97900 812 1404 334 623 954 66 65000 94200 10300 1680 210 3.1 0 0 40.2 2000 9 999999999 100 0.0380 0 88 999.000 999.0 99.0 +2.8476E7 21.7 1.1 26 97900 756 1404 339 573 937 63 59800 92000 10100 1570 320 3.6 0 0 96.6 2000 9 999999999 100 0.0380 0 88 999.000 999.0 99.0 +2.84796E7 22.8 0.6 23 97800 631 1404 343 464 900 55 48500 86700 9400 1340 290 2.1 0 0 96.6 2000 9 999999999 89 0.0380 0 88 999.000 999.0 99.0 +2.84832E7 22.8 1.1 24 97900 444 1404 344 300 803 42 31400 73100 8200 1010 300 1.5 0 0 96.6 2000 9 999999999 100 0.0380 0 88 999.000 999.0 99.0 +2.84868E7 21.7 1.1 26 97900 209 1404 339 116 577 27 11900 43200 5500 570 240 2.6 0 0 96.6 2000 9 999999999 100 0.0380 0 88 999.000 999.0 99.0 +2.84904E7 19.4 1.1 30 98000 13 456 328 16 79 7 0 0 0 0 330 1.5 0 0 80.5 2000 9 999999999 100 0.0380 0 88 999.000 999.0 99.0 +2.8494E7 19.4 1.1 30 98100 0 0 328 0 0 0 0 0 0 0 320 2.1 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.84976E7 18.3 1.1 32 98100 0 0 323 0 0 0 0 0 0 0 20 2.1 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.85012E7 16.7 0.6 34 98200 0 0 316 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.85048E7 15.6 1.1 38 98200 0 0 311 0 0 0 0 0 0 0 270 1.5 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.85084E7 15.6 1.1 38 98200 0 0 311 0 0 0 0 0 0 0 360 1.5 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.8512E7 13.3 1.1 44 98300 0 0 302 0 0 0 0 0 0 0 290 1.5 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.85156E7 12.2 1.7 49 98300 0 0 298 0 0 0 0 0 0 0 160 2.1 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.85192E7 11.7 1.7 51 98300 0 0 296 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.85228E7 10.6 1.1 52 98300 0 0 290 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.85264E7 10.0 1.1 54 98300 0 0 288 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.853E7 9.4 1.7 59 98400 0 0 286 0 0 0 0 0 0 0 330 1.5 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.85336E7 9.4 1.7 59 98400 0 0 286 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.85372E7 9.4 1.7 59 98400 0 0 286 0 0 0 0 0 0 0 60 1.5 0 0 56.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.85408E7 10.6 1.7 55 98500 81 1136 291 44 202 24 4000 9900 3200 420 0 0.0 4 0 72.4 2000 9 999999999 100 0.0540 0 88 999.000 999.0 99.0 +2.85444E7 13.3 2.2 47 98500 326 1405 303 195 625 49 19700 51700 7700 900 0 0.0 3 0 72.4 2000 9 999999999 100 0.0540 0 88 999.000 999.0 99.0 +2.8548E7 16.7 2.2 38 98600 539 1405 317 381 748 92 39500 70300 12400 1790 260 1.5 6 0 72.4 2000 9 999999999 100 0.0540 0 88 999.000 999.0 99.0 +2.85516E7 18.3 1.7 33 98500 697 1405 324 528 824 116 55200 81200 14800 2460 0 0.0 6 0 72.4 2000 9 999999999 100 0.0540 0 88 999.000 999.0 99.0 +2.85552E7 20.6 0.0 25 98400 789 1405 332 619 847 139 64600 84500 17000 3130 60 4.6 7 0 72.4 2000 9 999999999 89 0.0540 0 88 999.000 999.0 99.0 +2.85588E7 21.7 -1.1 22 98300 808 1405 336 640 856 142 66800 85600 17300 3250 60 3.6 7 0 72.4 2000 9 999999999 80 0.0540 0 88 999.000 999.0 99.0 +2.85624E7 21.7 -1.1 22 98200 754 1405 336 587 838 133 61100 83100 16400 2910 30 3.1 7 0 72.4 2000 9 999999999 80 0.0540 0 88 999.000 999.0 99.0 +2.8566E7 22.8 -1.7 20 98100 629 1405 340 466 814 98 48700 79200 13200 2020 30 2.1 5 0 72.4 2000 9 999999999 80 0.0540 0 88 999.000 999.0 99.0 +2.85696E7 22.8 -1.1 20 98100 442 1405 341 294 757 53 30400 68600 8700 1090 240 2.1 1 0 96.6 2000 9 999999999 80 0.0540 0 88 999.000 999.0 99.0 +2.85732E7 22.2 -0.6 22 98100 207 1405 339 111 496 35 10800 35100 5600 620 310 1.5 2 0 96.6 2000 9 999999999 89 0.0540 0 88 999.000 999.0 99.0 +2.85768E7 19.4 -0.6 26 98100 13 457 326 16 49 9 0 0 0 0 0 0.0 3 0 48.3 2000 9 999999999 89 0.0540 0 88 999.000 999.0 99.0 +2.85804E7 18.3 0.0 29 98100 0 0 322 0 0 0 0 0 0 0 0 0.0 3 0 48.3 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.8584E7 16.7 0.0 33 98100 0 0 315 0 0 0 0 0 0 0 260 1.5 0 0 48.3 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.85876E7 15.6 0.0 35 98100 0 0 310 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.85912E7 15.6 1.7 39 98200 0 0 312 0 0 0 0 0 0 0 30 1.5 0 0 48.3 2000 9 999999999 100 0.0690 0 88 999.000 999.0 99.0 +2.85948E7 14.4 0.6 39 98200 0 0 306 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.85984E7 13.9 0.6 40 98200 0 0 304 0 0 0 0 0 0 0 100 1.5 0 0 32.2 2000 9 999999999 89 0.0690 0 88 999.000 999.0 99.0 +2.8602E7 11.7 1.1 49 98200 0 0 295 0 0 0 0 0 0 0 120 2.1 0 0 48.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.86056E7 11.1 1.1 51 98100 0 0 292 0 0 0 0 0 0 0 0 0.0 0 0 48.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.86092E7 10.6 1.1 52 98100 0 0 290 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.86128E7 10.0 1.1 54 98100 0 0 288 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.86164E7 9.4 1.1 56 98100 0 0 286 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.862E7 8.9 1.7 61 98100 0 0 284 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.86236E7 9.4 1.7 59 98100 0 0 286 0 0 0 0 0 0 0 60 1.5 0 0 72.4 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.86272E7 11.1 0.6 49 98100 78 1113 292 43 195 23 3800 9500 3100 400 100 1.5 3 0 72.4 2000 9 999999999 89 0.0590 0 88 999.000 999.0 99.0 +2.86308E7 15.6 -0.6 34 98200 322 1405 310 192 598 54 19800 48400 8600 990 100 2.6 4 0 72.4 2000 9 999999999 89 0.0590 0 88 999.000 999.0 99.0 +2.86344E7 18.9 -0.6 27 98200 535 1405 324 378 740 94 39100 69400 12600 1820 80 3.6 6 0 72.4 2000 9 999999999 89 0.0590 0 88 999.000 999.0 99.0 +2.8638E7 21.1 0.0 25 98100 694 1405 335 525 801 127 54500 78500 15700 2650 70 4.6 7 0 72.4 2000 9 999999999 89 0.0590 0 88 999.000 999.0 99.0 +2.86416E7 22.8 -0.6 21 98000 786 1405 342 613 837 141 63900 83300 17100 3150 60 3.6 7 0 72.4 2000 9 999999999 89 0.0590 0 88 999.000 999.0 99.0 +2.86452E7 23.9 -0.6 20 97900 805 1405 358 573 676 183 58900 66600 20600 3990 70 4.1 9 2 72.4 2000 9 999999999 89 0.0590 0 88 999.000 999.0 99.0 +2.86488E7 25.0 -0.6 19 97800 751 1405 367 430 466 179 45500 47100 20200 3910 120 2.1 8 3 72.4 2000 9 999999999 89 0.0590 0 88 999.000 999.0 99.0 +2.86524E7 25.6 -0.6 18 97700 626 1405 370 433 619 154 45300 60800 18100 3120 120 2.1 9 3 72.4 2000 9 999999999 89 0.0590 0 88 999.000 999.0 99.0 +2.8656E7 25.6 -0.6 18 97700 440 1405 373 234 388 110 24100 34800 13200 2080 0 0.0 9 4 72.4 2000 9 999999999 89 0.0590 0 88 999.000 999.0 99.0 +2.86596E7 25.6 -1.1 17 97700 206 1405 369 89 204 58 9200 12800 7300 1110 0 0.0 7 3 72.4 2000 9 999999999 80 0.0590 0 88 999.000 999.0 99.0 +2.86632E7 22.2 0.0 23 97700 12 457 354 13 17 11 0 0 0 0 0 0.0 8 3 56.3 2000 9 999999999 89 0.0590 0 88 999.000 999.0 99.0 +2.86668E7 21.7 0.6 25 97700 0 0 355 0 0 0 0 0 0 0 40 2.1 8 4 56.3 2000 9 999999999 89 0.0680 0 88 999.000 999.0 99.0 +2.86704E7 18.9 1.1 31 97800 0 0 343 0 0 0 0 0 0 0 250 2.6 9 4 56.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.8674E7 18.9 1.1 31 97800 0 0 340 0 0 0 0 0 0 0 0 0.0 8 3 56.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.86776E7 17.8 1.1 33 97800 0 0 332 0 0 0 0 0 0 0 90 3.1 7 2 56.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.86812E7 16.7 1.1 35 97800 0 0 322 0 0 0 0 0 0 0 120 2.1 5 1 56.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.86848E7 15.6 1.1 38 97800 0 0 322 0 0 0 0 0 0 0 90 2.1 3 2 56.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.86884E7 13.9 1.1 42 97800 0 0 304 0 0 0 0 0 0 0 80 2.1 0 0 56.3 2000 9 999999999 100 0.0680 0 88 999.000 999.0 99.0 +2.8692E7 13.9 0.0 39 97700 0 0 303 0 0 0 0 0 0 0 70 4.1 0 0 56.3 2000 9 999999999 89 0.0680 0 88 999.000 999.0 99.0 +2.86956E7 13.3 0.0 40 97700 0 0 300 0 0 0 0 0 0 0 100 3.6 0 0 56.3 2000 9 999999999 89 0.0680 0 88 999.000 999.0 99.0 +2.86992E7 12.8 -0.6 40 97700 0 0 298 0 0 0 0 0 0 0 70 3.1 0 0 56.3 2000 9 999999999 89 0.0680 0 88 999.000 999.0 99.0 +2.87028E7 13.3 -1.1 37 97700 0 0 299 0 0 0 0 0 0 0 80 3.6 0 0 56.3 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.87064E7 11.7 -1.1 42 97700 0 0 298 0 0 0 0 0 0 0 70 2.1 3 1 56.3 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.871E7 11.1 -0.6 45 97700 0 0 296 0 0 0 0 0 0 0 50 3.1 3 1 64.4 2000 9 999999999 89 0.0680 0 88 999.000 999.0 99.0 +2.87136E7 13.9 -3.3 30 97800 75 1090 309 44 237 20 3800 11500 3000 360 90 3.1 3 2 64.4 2000 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +2.87172E7 15.0 -2.8 30 97800 317 1406 315 169 462 63 17100 36800 8800 1120 90 3.1 3 2 80.5 2000 9 999999999 80 0.0330 0 88 999.000 999.0 99.0 +2.87208E7 16.7 -2.8 27 97700 531 1406 330 382 683 122 38800 62900 14900 2230 110 2.6 6 5 80.5 3660 9 999999999 80 0.0330 0 88 999.000 999.0 99.0 +2.87244E7 18.9 -2.8 23 97800 690 1406 335 459 642 142 47300 62400 16500 2890 90 3.1 4 3 80.5 2000 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +2.8728E7 19.4 -4.4 20 97700 782 1406 344 509 507 224 52800 51400 24100 5110 110 2.1 7 6 80.5 4270 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +2.87316E7 21.1 -4.4 18 97600 802 1406 346 526 624 167 54300 61800 18900 3690 140 1.5 5 4 80.5 2000 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +2.87352E7 22.8 -5.0 15 97400 748 1406 347 574 882 100 59400 86700 13000 2110 110 3.1 3 2 80.5 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +2.87388E7 23.9 -5.0 14 97300 624 1406 352 440 717 117 45300 69000 14500 2330 110 2.6 6 2 80.5 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +2.87424E7 23.9 -4.4 15 97300 439 1406 353 266 647 62 27800 58300 9500 1200 110 1.5 3 2 80.5 2000 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +2.8746E7 22.8 -3.9 17 97300 205 1406 349 102 411 40 10200 27400 6200 710 0 0.0 2 2 80.5 2000 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +2.87496E7 20.6 -4.4 18 97300 12 434 327 17 81 7 0 0 0 0 0 0.0 1 0 56.3 2000 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +2.87532E7 18.3 -2.8 24 97400 0 0 319 0 0 0 0 0 0 0 330 2.1 1 0 56.3 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.87568E7 16.7 -2.2 28 97400 0 0 312 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.87604E7 15.0 -0.6 35 97500 0 0 307 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.0680 0 88 999.000 999.0 99.0 +2.8764E7 14.4 -1.1 35 97500 0 0 304 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.87676E7 12.8 -0.6 40 97600 0 0 298 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 89 0.0680 0 88 999.000 999.0 99.0 +2.87712E7 12.2 -2.2 37 97600 0 0 294 0 0 0 0 0 0 0 220 1.5 0 0 48.3 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.87748E7 11.7 -2.2 38 97600 0 0 291 0 0 0 0 0 0 0 320 1.5 0 0 56.3 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.87784E7 11.1 -1.7 41 97700 0 0 290 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.8782E7 10.6 -2.8 40 97700 0 0 286 0 0 0 0 0 0 0 250 2.1 0 0 56.3 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.87856E7 9.4 -3.3 41 97800 0 0 281 0 0 0 0 0 0 0 290 2.1 0 0 56.3 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.87892E7 8.9 -3.9 41 97800 0 0 278 0 0 0 0 0 0 0 180 2.1 0 0 56.3 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.87928E7 8.3 -5.0 39 97900 0 0 275 0 0 0 0 0 0 0 0 0.0 0 0 56.3 2000 9 999999999 60 0.0680 0 88 999.000 999.0 99.0 +2.87964E7 8.9 -5.6 36 97900 0 0 282 0 0 0 0 0 0 0 250 3.6 3 1 64.4 2000 9 999999999 60 0.0680 0 88 999.000 999.0 99.0 +2.88E7 9.4 -6.7 32 98000 72 1067 278 43 285 15 3600 15900 2500 300 240 2.1 0 0 96.6 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +2.88036E7 12.2 -6.1 28 98000 313 1406 289 194 722 32 20500 60600 6900 770 220 1.5 0 0 96.6 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +2.88072E7 13.9 -5.6 26 98100 527 1406 297 374 872 45 39400 81900 8600 1130 250 2.6 0 0 80.5 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +2.88108E7 16.7 -4.4 23 98100 686 1406 310 511 928 55 53700 90300 9400 1390 220 1.5 0 0 80.5 2000 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +2.88144E7 18.3 -3.9 22 98100 779 1406 317 597 961 61 62600 94600 10000 1570 250 2.1 0 0 80.5 2000 9 999999999 69 0.0330 0 88 999.000 999.0 99.0 +2.8818E7 20.6 -5.6 17 98000 799 1406 326 619 972 62 64800 95900 10100 1610 240 1.5 0 0 80.5 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +2.88216E7 21.1 -6.1 16 97900 746 1406 327 572 957 59 59800 93900 9800 1510 260 3.6 0 0 80.5 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +2.88252E7 21.7 -6.7 14 97900 622 1406 329 463 919 51 48500 88400 9200 1280 270 2.1 0 0 96.6 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +2.88288E7 21.7 -6.1 15 97800 437 1406 330 301 829 40 31600 75200 8100 980 310 2.1 0 0 96.6 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +2.88324E7 21.1 -5.6 16 97900 204 1406 328 115 603 25 11900 44800 5400 550 280 3.1 0 0 80.5 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +2.8836E7 18.3 -5.6 19 97900 12 434 315 17 86 7 0 0 0 0 180 1.5 0 0 56.3 2000 9 999999999 60 0.0330 0 88 999.000 999.0 99.0 +2.88396E7 17.2 -5.6 21 97900 0 0 311 0 0 0 0 0 0 0 110 1.5 0 0 56.3 2000 9 999999999 60 0.0680 0 88 999.000 999.0 99.0 +2.88432E7 16.1 -4.4 24 97900 0 0 307 0 0 0 0 0 0 0 70 1.5 0 0 56.3 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.88468E7 13.9 -2.8 32 98000 0 0 300 0 0 0 0 0 0 0 50 2.1 0 0 56.3 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.88504E7 13.3 -1.5 29 98000 0 0 299 0 0 0 0 0 0 0 100 1.8 0 0 56.3 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.8854E7 12.6 -0.3 35 98100 0 0 297 0 0 0 0 0 0 0 50 1.5 0 0 56.3 2000 9 999999999 69 0.0680 0 88 999.000 999.0 99.0 +2.88576E7 12.0 0.8 37 98100 0 0 296 0 0 0 0 0 0 0 120 1.2 0 0 56.3 2000 9 999999999 80 0.0680 0 88 999.000 999.0 99.0 +2.88612E7 11.3 2.0 71 97800 0 0 312 0 0 0 0 0 0 0 250 0.9 10 5 16.0 2000 9 999999999 80 0.0460 0 88 0.200 0.0 1.0 +2.88648E7 10.7 3.2 74 97800 0 0 310 0 0 0 0 0 0 0 200 0.6 10 5 16.0 2000 9 999999999 80 0.0460 0 88 0.200 0.0 1.0 +2.88684E7 10.0 4.4 74 97800 0 0 304 0 0 0 0 0 0 0 80 0.3 6 3 16.0 2000 9 999999999 80 0.0460 0 88 0.200 0.0 1.0 +2.8872E7 9.4 5.6 77 97800 0 0 300 0 0 0 0 0 0 0 0 0.0 6 2 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +2.88756E7 8.9 5.6 80 97900 0 0 288 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +2.88792E7 8.9 5.0 77 97900 0 0 287 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +2.88828E7 9.4 3.9 68 97900 0 0 301 0 0 0 0 0 0 0 140 2.6 6 3 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +2.88864E7 9.4 3.3 66 98000 68 1043 288 16 255 5 2500 15500 1400 180 130 3.6 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +2.889E7 11.7 3.9 59 98100 308 1407 298 178 622 41 18300 50900 7000 810 140 2.6 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +2.88936E7 13.9 3.9 51 98200 522 1407 307 351 756 69 36200 70600 9900 1360 90 1.5 0 0 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.88972E7 16.7 4.4 44 98200 681 1407 320 472 791 87 49100 77100 11600 1820 90 2.1 0 0 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.89008E7 18.3 4.4 40 98100 775 1407 327 564 846 96 59100 83700 12800 2130 80 2.6 0 0 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.89044E7 18.3 4.4 40 98000 796 1407 327 580 833 107 60300 82300 13600 2320 0 0.0 0 0 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.8908E7 18.9 4.4 38 98000 743 1407 330 542 840 96 56400 82700 12600 2050 330 1.5 0 0 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.89116E7 20.0 6.1 40 98000 620 1407 351 454 859 74 47600 83000 10900 1560 300 1.5 6 3 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.89152E7 21.1 5.6 36 97900 435 1407 352 323 776 82 33200 68800 11900 1520 200 3.1 6 2 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.89188E7 20.6 5.0 36 97900 203 1407 353 154 564 73 15000 35000 10000 1060 0 0.0 6 3 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.89224E7 18.9 5.0 40 97900 12 434 330 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.8926E7 17.2 5.6 46 98000 0 0 323 0 0 0 0 0 0 0 260 1.5 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +2.89296E7 15.6 5.6 51 98000 0 0 316 0 0 0 0 0 0 0 230 2.1 0 0 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +2.89332E7 14.4 6.1 57 98000 0 0 330 0 0 0 0 0 0 0 240 1.5 10 5 16.0 2000 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +2.89368E7 14.4 5.6 55 98000 0 0 349 0 0 0 0 0 0 0 0 0.0 10 9 16.0 7620 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +2.89404E7 12.2 6.1 66 98100 0 0 332 0 0 0 0 0 0 0 100 2.1 10 8 16.0 7620 9 999999999 89 0.0460 0 88 0.200 0.0 1.0 +2.8944E7 12.8 5.6 62 98000 0 0 322 0 0 0 0 0 0 0 0 0.0 10 5 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.89476E7 11.7 5.6 66 97900 0 0 317 0 0 0 0 0 0 0 0 0.0 5 5 16.0 2000 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.89512E7 10.6 5.6 71 97800 0 0 331 0 0 0 0 0 0 0 0 0.0 9 9 16.0 7620 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.89548E7 10.6 5.0 68 97800 0 0 330 0 0 0 0 0 0 0 90 1.5 9 9 16.0 7620 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.89584E7 10.0 3.9 66 97800 0 0 326 0 0 0 0 0 0 0 70 3.6 9 9 16.0 7620 9 999999999 100 0.0460 0 88 0.200 0.0 1.0 +2.8962E7 8.9 3.9 71 97900 0 0 310 0 0 0 0 0 0 0 80 3.1 7 7 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.89656E7 8.9 3.9 71 97800 0 0 321 0 0 0 0 0 0 0 130 2.6 9 9 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.89692E7 9.4 3.3 66 97900 0 0 297 0 0 0 0 0 0 0 120 2.6 2 2 16.0 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.89728E7 10.6 2.8 58 97900 66 1020 328 7 27 6 900 1100 900 100 110 2.6 9 9 16.0 4267 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.89764E7 12.2 3.3 54 97900 304 1407 336 166 408 77 17100 31700 10200 1420 110 3.6 9 9 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.898E7 15.0 2.8 44 98000 518 1407 349 360 812 59 37700 76300 9500 1240 90 3.1 9 9 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.89836E7 17.2 2.8 38 98000 678 1407 346 487 873 65 51100 84700 10100 1480 110 2.6 7 7 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +2.89872E7 18.9 2.8 34 97900 771 1407 368 569 876 87 60300 87000 12400 1990 80 2.1 9 9 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +2.89908E7 21.1 2.2 29 97800 793 1407 378 586 869 94 61700 86400 12900 2140 60 1.5 9 9 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +2.89944E7 21.1 2.2 29 97700 741 1407 378 542 846 94 56500 83300 12500 2020 30 1.5 9 9 16.0 7620 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +2.8998E7 22.2 2.2 27 97700 618 1407 363 447 828 82 46300 79500 11200 1650 0 0.0 5 5 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +2.90016E7 21.7 2.2 28 97600 434 1407 360 314 797 67 31800 71000 9800 1210 0 0.0 5 5 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +2.90052E7 21.7 2.8 29 97600 202 1407 368 155 588 70 15100 36600 9800 1040 300 2.1 7 7 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +2.90088E7 21.1 2.8 30 97600 11 434 379 0 0 0 0 0 0 0 330 1.5 9 9 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +2.90124E7 17.8 3.9 40 97600 0 0 364 0 0 0 0 0 0 0 230 2.1 9 9 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +2.9016E7 16.7 4.4 44 97600 0 0 339 0 0 0 0 0 0 0 0 0.0 5 5 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +2.90196E7 15.6 4.4 47 97600 0 0 334 0 0 0 0 0 0 0 120 1.5 5 5 16.0 2000 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +2.90232E7 13.9 3.9 51 97600 0 0 345 0 0 0 0 0 0 0 90 2.1 9 9 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +2.90268E7 13.9 2.2 45 97600 0 0 343 0 0 0 0 0 0 0 100 2.6 9 9 16.0 7620 9 999999999 139 0.0460 0 88 0.200 0.0 1.0 +2.90304E7 13.3 2.8 49 97600 0 0 340 0 0 0 0 0 0 0 110 2.1 9 9 16.0 7620 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +2.9034E7 13.3 1.1 43 97500 0 0 338 0 0 0 0 0 0 0 100 1.5 10 9 16.0 4877 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +2.90376E7 12.8 2.2 48 97500 0 0 337 0 0 0 0 0 0 0 100 2.1 10 9 16.0 4877 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +2.90412E7 11.7 2.8 54 97400 0 0 333 0 0 0 0 0 0 0 90 2.6 10 9 16.0 4877 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +2.90448E7 11.1 1.7 52 97400 0 0 329 0 0 0 0 0 0 0 90 3.1 10 9 16.0 4877 9 999999999 129 0.0460 0 88 0.200 0.0 1.0 +2.90484E7 10.0 0.6 52 97500 0 0 316 0 0 0 0 0 0 0 100 3.6 10 8 16.0 4877 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +2.9052E7 10.0 1.1 54 97300 0 0 305 0 0 0 0 0 0 0 100 3.6 9 5 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +2.90556E7 9.4 1.1 56 97400 0 0 302 0 0 0 0 0 0 0 110 3.1 9 5 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +2.90592E7 9.4 1.1 56 97400 63 997 302 13 231 5 2200 13900 1300 180 90 2.6 9 5 16.0 2000 9 999999999 120 0.0460 0 88 0.200 0.0 1.0 +2.90628E7 11.7 1.7 50 97400 300 1408 313 172 645 34 18200 53500 6700 760 90 3.6 9 5 16.0 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.90664E7 15.0 -1.1 33 97500 515 1408 317 354 806 58 37200 75600 9400 1220 110 3.6 5 2 16.0 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.907E7 17.2 -1.1 28 97500 674 1408 330 487 885 62 51200 85900 9900 1450 120 3.6 5 3 16.0 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.90736E7 17.8 -1.1 27 97400 768 1408 329 586 905 90 61800 89700 12600 2030 0 0.0 5 2 16.0 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.90772E7 19.4 -0.6 26 97300 790 1408 340 592 881 95 62300 87500 12900 2150 310 1.5 5 3 16.0 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.90808E7 20.6 0.0 25 97200 739 1408 343 568 914 86 59800 90300 12300 1910 260 3.6 5 2 12.8 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.90844E7 21.1 0.0 24 97200 617 1408 349 447 834 80 46400 80200 11100 1620 280 2.1 5 3 14.4 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.9088E7 21.1 0.0 24 97200 433 1408 354 295 680 85 30300 60000 11700 1560 290 3.1 9 5 16.0 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.90916E7 20.6 -0.6 24 97100 202 1408 351 155 554 76 15100 34000 10200 1080 260 1.5 9 5 16.0 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.90952E7 19.4 0.6 28 97200 11 434 347 0 0 0 0 0 0 0 240 1.5 9 5 16.0 2000 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.90988E7 19.4 0.0 27 97200 0 0 367 0 0 0 0 0 0 0 310 2.6 10 9 16.0 7620 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.91024E7 17.8 1.1 32 97200 0 0 360 0 0 0 0 0 0 0 0 0.0 10 9 16.0 3658 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.9106E7 17.2 1.7 35 97200 0 0 358 0 0 0 0 0 0 0 110 2.1 10 9 16.0 3658 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.91096E7 16.7 1.7 36 97200 0 0 356 0 0 0 0 0 0 0 110 2.6 10 9 16.0 3658 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.91132E7 16.1 1.7 38 97200 0 0 345 0 0 0 0 0 0 0 80 3.1 10 8 16.0 3658 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.91168E7 15.6 1.1 37 97200 0 0 349 0 0 0 0 0 0 0 110 4.6 10 9 16.0 3658 9 999999999 110 0.0460 0 88 0.200 0.0 1.0 +2.91204E7 15.0 1.1 39 97100 0 0 347 0 0 0 0 0 0 0 30 3.1 9 9 16.0 3658 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +2.9124E7 14.4 0.6 39 97100 0 0 353 0 0 0 0 0 0 0 90 4.6 10 10 16.0 2134 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +2.91276E7 14.4 2.8 46 97000 0 0 356 0 0 0 0 0 0 0 110 4.1 10 10 16.0 2134 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +2.91312E7 13.9 7.2 64 97000 0 0 358 0 0 0 0 0 0 0 110 3.6 10 10 16.0 2134 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +2.91348E7 12.2 8.3 77 97100 0 0 351 0 0 0 0 0 0 0 90 3.1 10 10 16.0 1829 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +2.91384E7 11.7 10.0 89 97000 0 0 351 0 0 0 0 0 0 0 340 3.6 10 10 12.8 1250 9 999999999 110 0.0470 0 88 0.200 1.0 1.0 +2.9142E7 11.1 10.6 97 97100 0 0 349 0 0 0 0 0 0 0 0 0.0 10 10 9.6 732 9 999999999 110 0.0470 0 88 0.200 2.0 1.0 +2.91456E7 11.1 11.1 100 97100 60 974 349 6 34 5 900 1400 800 80 90 2.6 10 10 11.2 884 9 999999999 110 0.0470 0 88 0.200 2.0 1.0 +2.91492E7 11.1 11.1 100 97100 297 1408 349 48 0 48 5600 0 5600 1850 110 2.1 10 10 16.0 213 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +2.91528E7 11.1 11.1 100 97100 511 1408 349 53 0 53 6400 0 6400 2380 100 2.6 10 10 11.2 274 9 999999999 120 0.0470 0 88 0.200 1.0 1.0 +2.91564E7 11.7 11.7 100 97200 671 1408 353 81 0 81 9800 0 9800 3790 260 1.5 10 10 11.2 396 9 999999999 120 0.0470 0 88 0.200 1.0 1.0 +2.916E7 11.1 11.1 100 97200 766 1408 349 122 0 122 14600 0 14600 5680 260 8.2 10 10 8.0 152 9 999999999 110 0.0470 0 88 0.200 4.0 1.0 +2.91636E7 11.1 10.0 93 97200 788 1408 348 92 0 92 11300 0 11300 4490 260 7.7 10 10 16.0 1067 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +2.91672E7 11.1 9.4 89 97200 737 1408 347 99 0 99 12000 0 12000 4680 260 5.7 10 10 16.0 1676 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +2.91708E7 11.7 8.3 80 97400 616 1408 349 73 0 73 8800 0 8800 3360 260 7.2 10 10 16.0 1219 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +2.91744E7 12.2 7.2 71 97500 433 1408 350 65 0 65 7600 0 7600 2700 240 3.6 10 10 16.0 3658 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +2.9178E7 10.0 6.7 80 97600 201 1408 339 93 0 93 9800 0 9800 2190 220 6.7 10 10 16.0 1524 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +2.91816E7 11.1 6.1 71 97700 11 434 343 0 0 0 0 0 0 0 280 6.2 10 10 16.0 1524 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +2.91852E7 10.6 6.1 74 97800 0 0 319 0 0 0 0 0 0 0 310 3.6 7 7 16.0 3658 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +2.91888E7 10.0 6.1 77 97900 0 0 308 0 0 0 0 0 0 0 230 1.5 4 4 16.0 3658 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.91924E7 9.4 7.8 90 97900 0 0 310 0 0 0 0 0 0 0 140 2.1 5 5 16.0 3658 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.9196E7 8.9 6.7 86 98000 0 0 304 0 0 0 0 0 0 0 100 1.5 4 4 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +2.91996E7 8.3 7.2 93 98200 0 0 287 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +2.92032E7 7.8 6.7 93 98100 0 0 285 0 0 0 0 0 0 0 100 3.6 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +2.92068E7 7.2 6.1 93 98100 0 0 282 0 0 0 0 0 0 0 100 3.1 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +2.92104E7 7.2 6.1 93 98100 0 0 282 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +2.9214E7 6.7 6.1 96 98100 0 0 280 0 0 0 0 0 0 0 90 2.1 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +2.92176E7 6.1 6.1 100 98200 0 0 277 0 0 0 0 0 0 0 220 1.5 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +2.92212E7 6.1 6.1 100 98400 0 0 277 0 0 0 0 0 0 0 220 1.5 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +2.92248E7 6.1 5.6 97 98300 0 0 277 0 0 0 0 0 0 0 0 0.0 0 0 14.4 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +2.92284E7 5.6 5.6 100 98400 0 0 275 0 0 0 0 0 0 0 100 1.5 0 0 14.4 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.9232E7 6.7 6.1 96 98500 58 974 280 10 230 3 2000 13700 1100 120 100 2.6 0 0 12.8 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.92356E7 8.3 5.6 83 98500 293 1409 286 174 682 31 18400 56200 6600 730 90 1.5 0 0 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.92392E7 10.0 6.1 77 98600 508 1409 293 357 844 52 37600 78600 9100 1160 80 2.6 0 0 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.92428E7 12.2 6.1 66 98600 668 1409 302 475 837 77 50100 81800 11100 1670 90 2.1 0 0 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.92464E7 13.9 5.6 57 98500 763 1409 322 562 875 86 59500 86800 12300 1960 80 4.6 3 3 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.925E7 15.0 3.9 47 98400 786 1409 325 592 887 95 62200 88000 12900 2140 60 4.1 3 3 16.0 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +2.92536E7 15.6 3.3 44 98300 735 1409 327 535 822 104 55200 80400 13000 2120 30 2.6 3 3 16.0 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +2.92572E7 16.0 1.0 36 98300 614 1409 313 447 840 78 46400 80800 11000 1600 0 0.0 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +2.92608E7 16.1 2.2 39 98300 432 1409 315 314 804 66 31800 71500 9800 1200 0 0.0 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +2.92644E7 15.6 1.7 39 98300 201 1409 312 155 588 71 15100 36400 9900 1040 0 0.0 0 0 16.0 2000 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +2.9268E7 15.0 2.2 42 98300 11 434 310 0 0 0 0 0 0 0 300 3.1 0 0 16.0 2000 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +2.92716E7 13.3 5.6 60 98300 0 0 306 0 0 0 0 0 0 0 280 3.6 0 0 16.0 2000 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +2.92752E7 11.1 6.7 74 98400 0 0 298 0 0 0 0 0 0 0 230 2.1 0 0 16.0 2000 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +2.92788E7 11.7 5.6 66 98400 0 0 300 0 0 0 0 0 0 0 260 2.6 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +2.92824E7 10.0 7.2 83 98400 0 0 294 0 0 0 0 0 0 0 220 1.5 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +2.9286E7 10.0 6.7 80 98500 0 0 294 0 0 0 0 0 0 0 240 1.5 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +2.92896E7 8.9 7.2 89 98400 0 0 290 0 0 0 0 0 0 0 80 2.6 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +2.92932E7 8.3 6.1 86 98300 0 0 286 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +2.92968E7 8.3 5.6 83 98300 0 0 286 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +2.93004E7 7.8 6.1 89 98400 0 0 284 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +2.9304E7 7.2 6.1 93 98300 0 0 282 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +2.93076E7 6.7 5.6 93 98400 0 0 279 0 0 0 0 0 0 0 0 0.0 0 0 14.4 2000 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +2.93112E7 6.1 4.4 89 98300 0 0 276 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +2.93148E7 6.1 4.4 89 98300 0 0 276 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +2.93184E7 7.8 3.9 76 98400 56 951 282 9 209 3 1800 12400 1000 110 0 0.0 0 0 16.0 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +2.9322E7 9.4 2.8 63 98400 289 1409 287 169 675 30 17900 55500 6500 720 60 1.5 0 0 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.93256E7 12.2 2.2 50 98500 504 1409 298 347 804 58 36400 75000 9400 1210 110 3.1 0 0 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.93292E7 13.3 2.8 49 98500 665 1409 303 486 901 59 51100 87300 9700 1410 340 2.1 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +2.93328E7 15.0 3.3 45 98400 760 1409 311 574 923 74 60000 90500 10900 1660 290 3.6 0 0 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.93364E7 16.7 3.9 42 98300 784 1409 319 591 893 93 62300 88600 12800 2100 220 3.1 0 0 16.0 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +2.934E7 18.3 1.7 33 98200 734 1409 324 534 828 102 55300 81100 12900 2100 190 2.1 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +2.93436E7 18.3 -1.1 27 98100 613 1409 321 446 847 76 46500 81500 10900 1570 230 1.5 0 0 16.0 2000 9 999999999 110 0.0470 0 88 0.200 0.0 1.0 +2.93472E7 18.9 -1.7 24 98100 431 1409 323 314 804 66 31700 71500 9800 1200 270 2.1 0 0 16.0 2000 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +2.93508E7 18.3 0.6 30 98000 201 1409 323 155 588 71 15100 36400 9900 1040 290 2.1 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +2.93544E7 16.7 5.0 46 98000 11 434 320 0 0 0 0 0 0 0 220 2.1 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +2.9358E7 15.0 6.1 55 98000 0 0 314 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +2.93616E7 14.4 5.6 55 98000 0 0 311 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 160 0.0470 0 88 0.200 0.0 1.0 +2.93652E7 12.8 7.2 69 98000 0 0 306 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 170 0.0470 0 88 0.200 0.0 1.0 +2.93688E7 12.8 5.0 59 98000 0 0 304 0 0 0 0 0 0 0 100 1.5 0 0 16.0 2000 9 999999999 179 0.0470 0 88 0.200 0.0 1.0 +2.93724E7 11.1 6.1 71 98100 0 0 298 0 0 0 0 0 0 0 100 2.6 0 0 16.0 2000 9 999999999 189 0.0470 0 88 0.200 0.0 1.0 +2.9376E7 10.6 6.1 74 98000 0 0 295 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 179 0.0470 0 88 0.200 0.0 1.0 +2.93796E7 9.4 6.7 83 97900 0 0 291 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 170 0.0470 0 88 0.200 0.0 1.0 +2.93832E7 9.4 6.1 80 97900 0 0 290 0 0 0 0 0 0 0 60 2.1 0 0 16.0 2000 9 999999999 160 0.0470 0 88 0.200 0.0 1.0 +2.93868E7 8.3 6.1 86 97900 0 0 286 0 0 0 0 0 0 0 180 2.6 0 0 16.0 2000 9 999999999 150 0.0470 0 88 0.200 0.0 1.0 +2.93904E7 8.3 5.6 83 97800 0 0 286 0 0 0 0 0 0 0 120 1.5 0 0 16.0 2000 9 999999999 139 0.0470 0 88 0.200 0.0 1.0 +2.9394E7 8.3 5.6 83 98000 0 0 286 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 129 0.0470 0 88 0.200 0.0 1.0 +2.93976E7 7.2 5.6 90 97900 0 0 281 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 120 0.0470 0 88 0.200 0.0 1.0 +2.94012E7 7.2 5.6 90 98000 0 0 281 0 0 0 0 0 0 0 80 3.6 0 0 16.0 2000 9 999999999 100 0.0470 0 88 0.200 0.0 1.0 +2.94048E7 7.2 5.0 86 98000 53 928 280 8 191 3 1600 11300 900 110 90 2.6 0 0 11.2 2000 9 999999999 89 0.0470 0 88 0.200 0.0 1.0 +2.94084E7 8.9 5.0 77 98100 286 1409 287 157 566 42 16000 45000 6800 790 110 2.1 0 0 16.0 2000 9 999999999 80 0.0470 0 88 0.200 0.0 1.0 +2.9412E7 11.7 5.0 63 98200 501 1409 299 322 668 84 33500 61800 11500 1620 100 2.1 0 0 16.0 2000 9 999999999 69 0.0470 0 88 0.200 0.0 1.0 +2.94156E7 13.3 3.9 53 98200 662 1409 305 485 878 71 50700 84900 10700 1480 0 0.0 0 0 16.0 2000 9 999999999 60 0.0470 0 88 0.200 0.0 1.0 +2.94192E7 16.1 3.9 44 98100 758 1409 317 579 941 71 60600 92300 10700 1640 100 2.6 0 0 16.0 2000 9 999999999 60 0.0470 0 88 0.200 0.0 1.0 +2.94228E7 17.2 2.8 38 98000 782 1409 320 603 953 73 63100 93700 10900 1690 0 0.0 0 0 16.0 2000 9 999999999 60 0.0470 0 88 0.200 0.0 1.0 +2.94264E7 20.0 2.2 31 98000 732 1409 332 554 920 74 57900 89900 11000 1610 240 2.1 0 0 16.0 2000 9 999999999 60 0.0470 0 88 0.200 0.0 1.0 +2.943E7 19.4 3.3 34 98000 613 1409 331 461 903 67 48200 86500 10500 1380 250 1.5 0 0 16.0 2000 9 999999999 60 0.0470 0 88 0.200 0.0 1.0 +2.94336E7 20.6 3.9 33 98000 431 1409 337 295 667 90 30100 58600 12100 1620 260 1.5 0 0 16.0 2000 9 999999999 50 0.0470 0 88 0.200 0.0 1.0 +2.94372E7 20.0 5.0 37 97900 201 1409 335 154 552 75 14900 33900 10100 1070 230 2.1 0 0 16.0 2000 9 999999999 50 0.0470 0 88 0.200 0.0 1.0 +2.94408E7 17.8 5.6 45 98000 11 435 326 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0470 0 88 0.200 0.0 1.0 +2.94444E7 16.7 6.1 50 98100 0 0 322 0 0 0 0 0 0 0 290 2.1 0 0 16.0 2000 9 999999999 50 0.0470 0 88 0.200 0.0 1.0 +2.9448E7 15.0 6.1 55 98200 0 0 314 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0470 0 88 0.200 0.0 1.0 +2.94516E7 14.4 6.1 57 98300 0 0 312 0 0 0 0 0 0 0 30 1.5 0 0 16.0 2000 9 999999999 50 0.0470 0 88 0.200 0.0 1.0 +2.94552E7 15.6 -3.3 26 98300 0 0 307 0 0 0 0 0 0 0 50 2.6 0 0 16.0 2000 9 999999999 40 0.0470 0 88 0.200 0.0 1.0 +2.94588E7 15.6 -6.1 21 98400 0 0 303 0 0 0 0 0 0 0 360 5.2 0 0 16.0 2000 9 999999999 40 0.0470 0 88 0.200 0.0 1.0 +2.94624E7 15.0 -5.6 22 98400 0 0 301 0 0 0 0 0 0 0 10 2.6 0 0 16.0 2000 9 999999999 40 0.0470 0 88 0.200 0.0 1.0 +2.9466E7 15.0 -6.1 21 98400 0 0 301 0 0 0 0 0 0 0 30 3.6 0 0 16.0 2000 9 999999999 40 0.0480 0 88 0.200 0.0 1.0 +2.94696E7 13.3 -5.6 25 98400 0 0 294 0 0 0 0 0 0 0 10 5.2 0 0 16.0 2000 9 999999999 50 0.0480 0 88 0.200 0.0 1.0 +2.94732E7 14.4 -7.2 20 98400 0 0 297 0 0 0 0 0 0 0 50 2.6 0 0 16.0 2000 9 999999999 50 0.0480 0 88 0.200 0.0 1.0 +2.94768E7 11.1 -4.4 32 98400 0 0 287 0 0 0 0 0 0 0 80 5.2 0 0 16.0 2000 9 999999999 50 0.0480 0 88 0.200 0.0 1.0 +2.94804E7 10.0 -4.4 34 98500 0 0 282 0 0 0 0 0 0 0 230 2.6 0 0 16.0 2000 9 999999999 50 0.0480 0 88 0.200 0.0 1.0 +2.9484E7 10.6 -6.7 27 98500 0 0 282 0 0 0 0 0 0 0 150 1.5 0 0 16.0 2000 9 999999999 50 0.0480 0 88 0.200 0.0 1.0 +2.94876E7 11.7 -8.9 21 98500 0 0 284 0 0 0 0 0 0 0 70 3.1 0 0 16.0 2000 9 999999999 50 0.0480 0 88 0.200 0.0 1.0 +2.94912E7 10.0 -4.4 34 98600 51 905 282 6 149 3 1300 8800 800 110 200 2.1 0 0 16.0 2000 9 999999999 50 0.0480 0 88 0.200 0.0 1.0 +2.94948E7 12.8 -7.8 21 98700 283 1410 290 153 565 39 15600 44900 6600 750 60 3.6 0 0 16.0 2000 9 999999999 50 0.0480 0 88 0.200 0.0 1.0 +2.94984E7 15.0 -9.4 16 98700 498 1410 297 331 775 57 34800 72200 9200 1190 50 5.7 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.9502E7 16.1 -10.0 14 98700 659 1410 301 463 837 70 49200 81900 10700 1560 60 5.2 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95056E7 16.7 -8.9 15 98600 756 1410 305 556 857 95 58200 84600 12700 2070 20 4.6 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95092E7 17.8 -8.3 15 98500 780 1410 310 554 730 148 57700 72400 17400 3260 20 5.7 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95128E7 18.9 -7.8 14 98400 731 1410 315 481 638 149 49800 62500 17200 3120 30 6.2 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95164E7 20.0 -7.8 13 98300 612 1410 320 410 651 126 42100 62100 15100 2450 50 5.2 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.952E7 20.0 -7.2 14 98300 431 1410 321 295 666 90 30000 58500 12100 1620 360 4.1 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95236E7 19.4 -7.2 15 98200 201 1410 318 184 619 95 17700 38300 12200 1920 40 3.1 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95272E7 18.3 -6.1 17 98200 12 435 315 0 0 0 0 0 0 0 10 2.1 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95308E7 15.6 -1.7 30 98200 0 0 308 0 0 0 0 0 0 0 260 1.5 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95344E7 15.0 -2.2 30 98200 0 0 305 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.9538E7 13.3 -1.1 37 98200 0 0 299 0 0 0 0 0 0 0 70 3.1 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95416E7 13.3 -2.8 32 98200 0 0 297 0 0 0 0 0 0 0 60 4.6 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95452E7 13.9 -5.0 25 98200 0 0 298 0 0 0 0 0 0 0 60 5.7 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95488E7 11.7 -3.3 34 98100 0 0 290 0 0 0 0 0 0 0 110 3.1 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.95524E7 11.1 -2.8 37 98000 0 0 288 0 0 0 0 0 0 0 80 4.1 0 0 16.0 2000 9 999999999 60 0.0480 0 88 0.200 0.0 1.0 +2.9556E7 10.0 -2.8 39 97900 0 0 284 0 0 0 0 0 0 0 80 4.1 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.95596E7 10.0 -2.8 39 97900 0 0 284 0 0 0 0 0 0 0 90 3.1 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.95632E7 8.9 -1.7 47 97900 0 0 281 0 0 0 0 0 0 0 140 1.5 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.95668E7 9.4 -2.2 43 98000 0 0 282 0 0 0 0 0 0 0 100 3.1 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.95704E7 8.9 -2.8 42 97900 0 0 280 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.9574E7 7.8 -2.2 48 97800 0 0 276 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.95776E7 7.8 -0.6 55 97800 49 881 277 7 193 2 1500 11300 800 80 120 2.6 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.95812E7 11.7 -2.8 35 97800 279 1410 291 155 589 38 15900 46700 6600 740 110 3.1 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.95848E7 14.4 -3.9 27 97900 495 1410 301 326 757 59 34000 70300 9200 1210 90 3.1 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.95884E7 17.2 -3.9 22 97800 657 1410 313 447 754 94 47200 74000 12600 1980 110 4.1 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.9592E7 17.8 -5.6 19 97600 753 1410 313 555 857 96 58000 84500 12700 2070 90 4.1 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.95956E7 19.4 -4.4 19 97400 778 1410 322 554 772 126 58300 77100 15600 2840 110 4.6 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.95992E7 21.1 -6.7 14 97300 730 1410 326 527 822 100 54600 80500 12700 2070 130 6.2 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96028E7 21.7 -7.8 12 97200 611 1410 328 439 771 103 45800 74300 13400 2070 130 4.6 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96064E7 22.2 -7.8 12 97100 431 1410 330 322 776 84 33000 68400 12000 1540 130 3.1 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.961E7 20.6 -6.7 14 97000 202 1410 324 152 526 76 15000 32900 10200 1470 120 4.1 0 0 16.0 7620 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96136E7 18.3 -5.6 18 97000 12 435 315 0 0 0 0 0 0 0 110 2.6 0 0 16.0 7620 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96172E7 16.1 -3.9 24 96900 0 0 308 0 0 0 0 0 0 0 80 5.2 0 0 16.0 7620 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96208E7 15.0 -3.3 27 96900 0 0 310 0 0 0 0 0 0 0 70 3.6 2 1 16.0 7620 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96244E7 13.3 -4.4 28 96800 0 0 296 0 0 0 0 0 0 0 100 4.6 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.9628E7 13.9 -6.1 23 96800 0 0 296 0 0 0 0 0 0 0 140 2.1 1 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96316E7 13.3 -6.1 24 96800 0 0 294 0 0 0 0 0 0 0 50 2.1 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96352E7 11.1 -3.3 35 96700 0 0 288 0 0 0 0 0 0 0 90 3.1 1 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96388E7 12.8 -5.0 27 96600 0 0 293 0 0 0 0 0 0 0 110 4.1 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96424E7 11.7 -5.0 29 96600 0 0 288 0 0 0 0 0 0 0 70 3.6 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.9646E7 11.1 -3.9 33 96500 0 0 287 0 0 0 0 0 0 0 80 3.6 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96496E7 11.1 -4.4 32 96400 0 0 287 0 0 0 0 0 0 0 70 2.6 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96532E7 10.0 -4.4 34 96500 0 0 282 0 0 0 0 0 0 0 80 4.6 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96568E7 10.6 -5.6 30 96400 0 0 283 0 0 0 0 0 0 0 280 2.6 0 0 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96604E7 9.4 -3.3 39 96400 0 0 293 0 0 0 0 0 0 0 0 0.0 3 3 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.9664E7 9.4 -2.2 43 96500 47 882 299 1 0 1 100 0 100 40 120 1.5 5 5 14.4 4572 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96676E7 12.2 -2.2 36 96600 276 1411 322 68 15 65 7600 500 7500 2270 240 2.1 8 8 16.0 1829 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96712E7 12.2 -0.6 41 96700 492 1411 341 53 0 53 6400 0 6400 2360 250 6.2 10 10 16.0 1829 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96748E7 13.9 0.6 40 96800 654 1411 322 457 573 190 47200 56500 20900 3980 240 7.7 5 5 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96784E7 14.4 0.0 37 96800 751 1411 323 503 672 143 52200 66300 16800 3070 230 8.2 5 5 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.9682E7 15.0 -0.6 34 96800 777 1411 320 529 706 139 55400 70200 16600 3080 240 8.8 3 3 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.96856E7 15.0 0.0 36 96700 729 1411 326 520 785 113 54900 78000 14400 2470 210 4.6 5 5 16.0 2000 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.96892E7 15.6 -0.6 33 96700 611 1411 323 424 726 108 44100 69800 13700 2160 230 5.2 3 3 16.0 2000 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.96928E7 15.6 -0.6 33 96800 431 1411 325 276 570 101 27900 49600 12700 1770 230 6.2 4 4 16.0 2000 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.96964E7 15.0 -0.6 34 96800 202 1411 325 150 512 76 14800 32000 10200 1470 220 3.1 5 5 16.0 2000 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97E7 14.4 -0.6 35 96700 12 435 323 0 0 0 0 0 0 0 0 0.0 5 5 16.0 2000 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97036E7 13.3 0.6 42 96800 0 0 319 0 0 0 0 0 0 0 0 0.0 5 5 16.0 2000 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97072E7 12.2 1.1 47 96800 0 0 315 0 0 0 0 0 0 0 80 3.1 5 5 16.0 2000 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97108E7 10.6 1.7 54 96800 0 0 308 0 0 0 0 0 0 0 100 2.6 5 5 16.0 2000 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97144E7 10.0 1.1 54 96700 0 0 305 0 0 0 0 0 0 0 100 2.1 5 5 16.0 2000 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.9718E7 9.4 1.7 59 96800 0 0 309 0 0 0 0 0 0 0 0 0.0 7 7 16.0 4572 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97216E7 8.9 2.2 63 96700 0 0 319 0 0 0 0 0 0 0 140 2.6 9 9 16.0 4572 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97252E7 8.3 2.2 65 96700 0 0 317 0 0 0 0 0 0 0 100 2.6 9 9 16.0 4572 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97288E7 8.3 2.2 65 96600 0 0 299 0 0 0 0 0 0 0 90 2.6 5 5 16.0 2000 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97324E7 8.9 1.1 58 96600 0 0 318 0 0 0 0 0 0 0 110 2.1 9 9 16.0 2743 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.9736E7 8.3 1.1 60 96600 0 0 315 0 0 0 0 0 0 0 150 6.2 9 9 16.0 2134 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97396E7 8.3 4.4 76 96700 0 0 312 0 0 0 0 0 0 0 40 3.1 8 8 16.0 2134 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97432E7 8.3 5.0 80 96600 0 0 320 0 0 0 0 0 0 0 110 2.6 9 9 16.0 2134 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97468E7 8.3 5.6 83 96700 0 0 320 0 0 0 0 0 0 0 120 3.6 9 9 16.0 2743 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97504E7 8.3 5.6 83 96700 45 858 320 4 70 3 800 3900 600 80 110 4.6 9 9 16.0 3048 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.9754E7 8.3 6.1 86 96800 273 1411 321 36 0 36 4200 0 4200 1420 150 5.7 9 9 16.0 2134 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97576E7 8.9 5.6 80 96900 489 1411 332 81 0 81 9500 0 9500 3380 150 4.1 10 10 16.0 1524 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97612E7 8.9 6.7 86 97000 651 1411 334 102 0 102 12100 0 12100 4570 140 4.1 10 10 16.0 1280 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97648E7 8.9 7.2 89 97000 749 1411 334 116 0 116 13900 0 13900 5390 130 3.1 10 10 16.0 1128 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.97684E7 8.9 7.2 89 96900 775 1411 325 123 0 123 14700 0 14700 5740 160 1.5 9 9 16.0 1219 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +2.9772E7 7.8 7.2 96 96900 728 1411 320 125 0 125 14800 0 14800 5670 270 3.1 9 9 9.6 701 9 999999999 89 0.0480 0 88 0.200 3.0 1.0 +2.97756E7 7.8 7.2 96 96900 611 1411 320 102 0 102 12000 0 12000 4450 260 5.2 9 9 14.4 762 9 999999999 89 0.0480 0 88 0.200 3.0 1.0 +2.97792E7 7.2 6.7 97 97000 431 1411 317 156 48 141 17000 4400 15700 3580 240 4.1 9 9 11.2 762 9 999999999 80 0.0480 0 88 0.200 1.0 1.0 +2.97828E7 7.2 6.1 93 97100 203 1411 325 148 272 109 14700 16500 12300 2510 260 4.1 10 10 14.4 1372 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.97864E7 6.7 6.7 100 97000 12 459 323 0 0 0 0 0 0 0 240 2.6 10 10 16.0 3658 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.979E7 7.2 6.7 97 97100 0 0 326 0 0 0 0 0 0 0 240 2.1 10 10 16.0 3658 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.97936E7 7.2 6.1 93 97200 0 0 325 0 0 0 0 0 0 0 290 5.2 10 10 16.0 3658 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.97972E7 7.2 6.7 97 97300 0 0 326 0 0 0 0 0 0 0 270 4.6 10 10 16.0 1067 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98008E7 6.7 6.1 96 97300 0 0 314 0 0 0 0 0 0 0 220 2.1 9 9 16.0 3658 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98044E7 7.2 6.1 93 97400 0 0 325 0 0 0 0 0 0 0 280 1.5 10 10 16.0 1036 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.9808E7 7.2 6.1 93 97400 0 0 316 0 0 0 0 0 0 0 320 2.1 9 9 16.0 1829 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98116E7 6.7 6.1 96 97400 0 0 323 0 0 0 0 0 0 0 0 0.0 10 10 16.0 914 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98152E7 6.7 5.6 93 97500 0 0 322 0 0 0 0 0 0 0 0 0.0 10 10 16.0 914 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98188E7 6.1 5.6 97 97500 0 0 293 0 0 0 0 0 0 0 320 2.6 5 5 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98224E7 6.1 5.6 97 97500 0 0 293 0 0 0 0 0 0 0 20 2.6 5 5 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.9826E7 6.1 6.1 100 97700 0 0 300 0 0 0 0 0 0 0 200 1.5 7 7 14.4 1189 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98296E7 6.1 5.0 93 97700 0 0 310 0 0 0 0 0 0 0 360 2.6 9 9 16.0 1189 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.98332E7 6.1 5.0 93 97800 0 0 319 0 0 0 0 0 0 0 0 0.0 10 10 16.0 335 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.98368E7 6.7 5.6 93 97800 44 835 322 1 0 1 100 0 100 40 0 0.0 10 10 16.0 335 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.98404E7 7.2 5.6 90 97900 270 1411 324 67 10 65 7500 300 7400 2240 60 2.1 10 10 16.0 1097 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.9844E7 8.3 5.0 80 98000 486 1411 329 148 17 142 16500 1200 16100 5070 110 1.5 10 10 16.0 1097 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.98476E7 8.3 5.0 80 98100 649 1411 308 279 134 217 30200 13500 23900 5270 0 0.0 7 7 16.0 1097 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.98512E7 9.4 5.0 74 98000 747 1411 325 554 708 178 56700 68900 20100 3650 0 0.0 9 9 16.0 1097 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.98548E7 10.0 6.1 77 98000 774 1411 329 547 724 148 56900 71700 17400 3230 200 2.6 9 9 16.0 1097 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.98584E7 10.6 4.4 65 98000 727 1411 330 533 858 89 55900 84400 12200 1930 230 2.6 9 9 16.0 6096 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.9862E7 11.1 5.0 66 97900 611 1411 333 445 815 91 45500 77600 11700 1720 240 3.6 9 9 16.0 4572 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.98656E7 11.1 5.0 66 97900 432 1411 314 275 514 117 28300 45600 14300 2230 250 3.6 5 5 16.0 2000 9 999999999 80 0.0480 0 88 0.200 0.0 1.0 +2.98692E7 11.1 2.8 57 98000 204 1411 318 88 0 88 9300 0 9300 2190 320 1.5 7 7 16.0 4572 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98728E7 10.0 4.4 68 98000 13 459 327 0 0 0 0 0 0 0 20 5.2 9 9 16.0 2743 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98764E7 8.9 4.4 73 98000 0 0 322 0 0 0 0 0 0 0 140 2.6 9 9 16.0 1676 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.988E7 8.3 6.7 90 98100 0 0 304 0 0 0 0 0 0 0 100 2.6 5 5 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98836E7 7.8 5.0 82 98200 0 0 292 0 0 0 0 0 0 0 80 4.1 2 2 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98872E7 6.7 5.0 89 98200 0 0 291 0 0 0 0 0 0 0 110 3.1 3 3 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98908E7 6.1 5.0 93 98400 0 0 285 0 0 0 0 0 0 0 100 2.6 2 2 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.98944E7 5.6 5.0 96 98300 0 0 274 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 69 0.0480 0 88 0.200 0.0 1.0 +2.9898E7 5.6 4.4 92 98300 0 0 274 0 0 0 0 0 0 0 110 2.1 1 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +2.99016E7 5.0 4.4 96 98300 0 0 271 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +2.99052E7 4.4 3.9 97 98300 0 0 268 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +2.99088E7 4.4 3.9 97 98300 0 0 268 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +2.99124E7 3.3 3.3 100 98400 0 0 264 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +2.9916E7 2.8 2.8 100 98300 0 0 270 0 0 0 0 0 0 0 100 1.5 9 2 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +2.99196E7 3.3 1.7 89 98400 0 0 274 0 0 0 0 0 0 0 0 0.0 9 3 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +2.99232E7 3.9 3.3 96 98500 42 835 307 3 134 1 1000 7700 500 40 0 0.0 10 10 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +2.99268E7 5.6 1.1 73 98600 267 1412 312 141 517 42 14500 39000 7100 780 100 2.1 10 10 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +2.99304E7 6.7 1.1 67 98600 483 1412 317 338 772 72 34400 70500 10100 1330 90 3.1 10 10 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +2.9934E7 8.9 0.6 56 98700 647 1412 311 461 865 63 48300 83500 9900 1420 60 2.6 10 8 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +2.99376E7 10.6 -2.2 40 98500 746 1412 322 554 898 78 57800 87900 11200 1650 70 3.1 10 9 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +2.99412E7 10.6 -3.9 35 98400 773 1412 320 596 953 72 62300 93600 10800 1670 60 1.5 10 9 16.0 7620 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +2.99448E7 12.2 -2.8 34 98300 727 1412 329 559 919 84 59000 90600 12100 1860 350 1.5 10 9 16.0 7620 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +2.99484E7 11.7 -4.4 31 98300 611 1412 324 445 814 91 45400 77500 11700 1720 270 2.1 10 9 16.0 7620 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +2.9952E7 12.2 -3.9 31 98300 432 1412 327 284 589 102 28600 51300 12800 1790 260 2.6 10 9 16.0 7620 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +2.99556E7 11.7 -1.1 41 98300 205 1412 321 144 459 77 14200 28900 10000 1490 230 3.1 10 8 16.0 7620 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +2.99592E7 10.0 0.6 52 98200 13 459 323 0 0 0 0 0 0 0 220 1.5 10 9 16.0 7620 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +2.99628E7 10.0 0.6 52 98200 0 0 323 0 0 0 0 0 0 0 260 1.5 10 9 16.0 7620 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +2.99664E7 7.8 3.3 73 98100 0 0 281 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +2.997E7 8.3 1.7 63 98100 0 0 282 0 0 0 0 0 0 0 360 1.5 1 0 16.0 2000 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +2.99736E7 6.7 1.7 70 98100 0 0 275 0 0 0 0 0 0 0 0 0.0 1 0 16.0 2000 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +2.99772E7 6.1 1.7 73 98100 0 0 273 0 0 0 0 0 0 0 80 3.1 1 0 16.0 2000 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +2.99808E7 5.6 1.1 73 97900 0 0 270 0 0 0 0 0 0 0 90 2.6 1 0 16.0 2000 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +2.99844E7 5.0 0.6 73 97800 0 0 268 0 0 0 0 0 0 0 90 2.1 0 0 16.0 2000 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +2.9988E7 3.9 0.6 79 97700 0 0 263 0 0 0 0 0 0 0 80 2.1 0 0 16.0 2000 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +2.99916E7 3.9 0.0 76 97600 0 0 263 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +2.99952E7 2.8 0.0 82 97600 0 0 259 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +2.99988E7 2.8 0.6 85 97600 0 0 259 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.00024E7 2.8 0.6 85 97400 0 0 259 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.0006E7 2.2 0.0 85 97400 0 0 256 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.00096E7 3.9 -1.1 69 97400 40 812 262 3 146 1 1000 8400 600 40 100 2.1 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.00132E7 5.6 0.0 67 97400 264 1412 269 147 621 30 15500 49700 6200 680 100 3.6 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.00168E7 7.8 0.0 58 97400 481 1412 278 328 822 46 34500 75900 8600 1080 100 3.6 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.00204E7 8.9 0.6 56 97400 645 1412 283 461 870 62 48400 83900 9900 1410 90 3.6 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.0024E7 10.6 -0.6 46 97200 744 1412 301 548 755 148 56800 74300 17400 3140 110 2.6 3 3 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.00276E7 12.2 -0.6 41 97000 772 1412 313 442 332 260 46900 34800 27800 6320 140 3.6 5 5 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.00312E7 12.2 0.6 45 96800 727 1412 333 500 552 215 51700 55300 23100 4720 150 4.1 9 9 16.0 7620 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.00348E7 12.2 0.0 43 96700 611 1412 341 262 133 205 28400 13300 22600 4900 150 3.1 10 10 16.0 7620 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.00384E7 13.3 0.6 42 96600 433 1412 347 320 521 159 31800 46000 17700 3180 150 3.1 10 10 16.0 7620 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.0042E7 12.8 0.6 43 96600 206 1412 323 170 689 69 16600 43400 10200 1040 200 1.5 7 7 16.0 7620 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.00456E7 11.7 0.6 46 96500 13 459 330 0 0 0 0 0 0 0 0 0.0 9 9 16.0 7620 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.00492E7 11.7 1.1 48 96600 0 0 340 0 0 0 0 0 0 0 0 0.0 10 10 16.0 3353 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +3.00528E7 11.1 1.7 52 96600 0 0 338 0 0 0 0 0 0 0 330 2.6 10 10 16.0 3353 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +3.00564E7 9.4 2.8 63 96500 0 0 322 0 0 0 0 0 0 0 240 2.1 9 9 16.0 7620 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +3.006E7 9.4 2.2 61 96500 0 0 322 0 0 0 0 0 0 0 170 1.5 9 9 16.0 7620 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +3.00636E7 8.9 2.2 63 96600 0 0 308 0 0 0 0 0 0 0 0 0.0 7 7 16.0 7620 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +3.00672E7 7.8 3.3 73 96600 0 0 316 0 0 0 0 0 0 0 230 1.5 9 9 16.0 3048 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +3.00708E7 7.8 3.3 73 96700 0 0 325 0 0 0 0 0 0 0 270 2.6 10 10 16.0 2134 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +3.00744E7 8.9 1.7 61 96700 0 0 328 0 0 0 0 0 0 0 270 3.6 10 10 16.0 2743 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +3.0078E7 8.3 2.2 65 96800 0 0 326 0 0 0 0 0 0 0 290 4.1 10 10 16.0 2286 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.00816E7 7.2 4.4 82 96700 0 0 323 0 0 0 0 0 0 0 0 0.0 10 10 16.0 7620 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.00852E7 7.2 4.4 82 96900 0 0 308 0 0 0 0 0 0 0 0 0.0 8 8 16.0 1676 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.00888E7 6.7 5.0 89 96900 0 0 278 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.00924E7 5.6 5.0 96 96900 0 0 290 0 0 0 0 0 0 0 0 0.0 5 5 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.0096E7 5.0 4.4 96 97000 39 788 287 2 137 1 900 7800 500 40 0 0.0 5 5 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.00996E7 6.7 5.0 89 97100 261 1412 295 143 604 30 15000 48200 6100 680 0 0.0 5 5 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.01032E7 7.8 4.4 79 97200 479 1412 317 299 613 90 30800 55700 11800 1680 260 1.5 9 9 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.01068E7 9.4 5.0 74 97300 643 1412 318 444 695 127 45900 67000 15300 2520 230 2.6 8 8 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.01104E7 9.4 3.9 68 97300 743 1412 305 450 422 227 48000 44100 24800 5300 270 2.1 5 5 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.0114E7 10.6 2.8 58 97200 771 1412 328 583 730 183 59700 71300 20600 3820 310 4.6 9 9 16.0 4572 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.01176E7 11.7 2.8 54 97200 726 1412 333 408 319 243 43200 33200 26100 5740 320 5.2 9 9 16.0 3658 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.01212E7 12.2 0.6 45 97200 611 1412 333 306 215 213 33000 21400 23700 5090 290 4.6 9 9 16.0 4572 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.01248E7 12.2 -0.6 41 97200 434 1412 341 319 575 142 32200 50900 16500 2790 300 4.6 10 10 16.0 7620 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.01284E7 12.2 -1.1 39 97300 207 1412 324 167 684 66 16400 43500 9900 1010 270 4.6 8 8 16.0 7620 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.0132E7 11.1 1.1 50 97400 14 483 321 0 0 0 0 0 0 0 0 0.0 9 8 16.0 1981 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.01356E7 10.6 3.3 61 97500 0 0 328 0 0 0 0 0 0 0 170 4.1 9 9 16.0 1829 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.01392E7 10.0 -1.1 45 97600 0 0 305 0 0 0 0 0 0 0 240 4.1 6 6 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.01428E7 10.0 -5.0 33 97600 0 0 309 0 0 0 0 0 0 0 250 4.1 9 8 16.0 2591 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.01464E7 8.3 -3.9 40 97700 0 0 290 0 0 0 0 0 0 0 270 3.6 4 4 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.015E7 7.2 -2.2 50 97800 0 0 285 0 0 0 0 0 0 0 260 1.5 3 3 16.0 2000 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.01536E7 7.2 3.3 76 97800 0 0 291 0 0 0 0 0 0 0 20 2.1 3 3 16.0 2000 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.01572E7 6.1 1.1 70 97700 0 0 272 0 0 0 0 0 0 0 250 1.5 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.01608E7 5.0 0.6 73 97800 0 0 281 0 0 0 0 0 0 0 230 2.6 5 4 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.01644E7 5.0 -5.0 46 97900 0 0 274 0 0 0 0 0 0 0 250 3.1 3 3 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.0168E7 3.9 -5.0 50 97900 0 0 269 0 0 0 0 0 0 0 230 4.1 3 3 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.01716E7 3.3 -4.4 55 98100 0 0 268 0 0 0 0 0 0 0 220 2.6 3 3 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.01752E7 3.9 -6.7 43 98100 0 0 257 0 0 0 0 0 0 0 260 2.6 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.01788E7 3.3 -6.7 45 98100 0 0 254 0 0 0 0 0 0 0 220 1.5 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.01824E7 3.3 -5.6 49 98300 37 789 255 2 136 1 900 7700 500 40 290 2.6 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.0186E7 5.0 -4.4 48 98400 259 1412 263 142 608 30 15000 48400 6100 670 270 1.5 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.01896E7 6.7 -5.6 39 98500 476 1412 268 312 754 57 32600 69400 9000 1170 250 1.5 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.01932E7 8.3 -5.6 35 98600 641 1412 274 465 817 93 47700 78500 12000 1800 250 2.1 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.01968E7 10.0 -5.6 31 98500 742 1412 281 536 827 100 55600 81200 12800 2090 250 2.1 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.02004E7 12.2 -5.6 27 98500 771 1412 290 583 850 117 59700 83200 14100 2340 250 3.1 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.0204E7 13.3 -6.1 24 98500 726 1412 294 519 790 111 54800 78500 14300 2420 310 3.6 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.02076E7 13.9 -7.8 20 98500 612 1412 304 437 801 88 44800 76500 11500 1690 300 5.7 2 2 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.02112E7 14.4 -7.8 19 98400 435 1412 296 318 773 79 32800 68500 11600 1470 320 4.1 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.02148E7 14.4 -8.3 18 98500 208 1412 296 164 657 67 16100 41800 9900 1020 310 3.6 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.02184E7 12.8 -6.1 25 98400 14 483 292 0 0 0 0 0 0 0 240 2.6 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.0222E7 10.6 -2.8 38 98500 0 0 286 0 0 0 0 0 0 0 220 2.6 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.02256E7 9.4 -2.8 41 98500 0 0 282 0 0 0 0 0 0 0 240 1.5 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.02292E7 9.4 -1.1 47 98500 0 0 283 0 0 0 0 0 0 0 250 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.02328E7 8.9 -3.9 39 98500 0 0 278 0 0 0 0 0 0 0 250 3.6 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.02364E7 7.8 -4.4 40 98600 0 0 283 0 0 0 0 0 0 0 240 2.1 2 2 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.024E7 6.7 -3.9 45 98500 0 0 270 0 0 0 0 0 0 0 210 1.5 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.02436E7 6.7 -2.8 49 98500 0 0 271 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.02472E7 5.6 -0.6 64 98400 0 0 269 0 0 0 0 0 0 0 80 2.6 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.02508E7 5.6 -1.1 61 98400 0 0 268 0 0 0 0 0 0 0 160 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.02544E7 5.0 -1.1 64 98400 0 0 271 0 0 0 0 0 0 0 0 0.0 1 1 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.0258E7 3.9 0.6 79 98500 0 0 263 0 0 0 0 0 0 0 80 1.5 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.02616E7 3.9 -0.6 72 98300 0 0 262 0 0 0 0 0 0 0 100 3.1 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.02652E7 3.9 -1.1 69 98300 0 0 262 0 0 0 0 0 0 0 90 2.1 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.02688E7 4.4 -1.1 67 98400 36 765 264 1 137 1 900 7700 500 40 140 2.1 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.02724E7 7.2 -1.1 55 98400 256 1413 275 144 601 35 14800 46300 6300 680 110 2.1 0 0 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.0276E7 8.3 -3.3 42 98500 474 1413 277 302 697 67 30900 63600 9500 1270 0 0.0 0 0 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.02796E7 10.6 -3.9 35 98500 639 1413 285 427 735 93 45100 71800 12400 1940 0 0.0 0 0 16.0 7620 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.02832E7 12.8 -2.8 33 98300 740 1413 295 518 791 102 53600 77500 12800 2110 0 0.0 0 0 16.0 7620 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.02868E7 13.9 -2.8 30 98200 770 1413 300 546 778 120 57600 77700 15100 2700 250 2.1 1 0 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.02904E7 15.0 -2.8 28 98100 726 1413 305 506 692 148 52200 67800 17200 3080 220 1.5 0 0 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.0294E7 17.2 -2.8 25 98000 612 1413 314 465 782 125 47900 74600 15400 2430 190 1.5 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.02976E7 17.2 -2.2 26 97900 436 1413 315 236 294 145 24600 26700 16300 3040 220 2.6 0 0 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.03012E7 16.7 -2.2 27 97900 210 1413 318 107 43 101 11700 3300 11200 1970 230 1.5 1 1 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.03048E7 15.6 -3.3 26 97900 15 506 312 0 0 0 0 0 0 0 290 1.5 1 1 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.03084E7 14.4 -1.7 32 97900 0 0 303 0 0 0 0 0 0 0 310 4.1 0 0 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.0312E7 12.2 0.0 43 97900 0 0 302 0 0 0 0 0 0 0 270 2.6 2 1 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.03156E7 10.0 1.7 56 97900 0 0 289 0 0 0 0 0 0 0 230 1.5 0 0 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.03192E7 8.9 2.2 63 97900 0 0 285 0 0 0 0 0 0 0 250 2.1 0 0 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.03228E7 9.4 0.0 52 98000 0 0 284 0 0 0 0 0 0 0 220 1.5 0 0 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.03264E7 8.9 0.0 54 97900 0 0 282 0 0 0 0 0 0 0 0 0.0 0 0 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.033E7 7.8 2.2 68 97800 0 0 286 0 0 0 0 0 0 0 80 3.1 2 1 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.03336E7 6.7 0.6 65 97800 0 0 274 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.03372E7 5.6 1.7 76 97900 0 0 271 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.03408E7 6.1 0.6 68 97900 0 0 272 0 0 0 0 0 0 0 150 1.5 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.03444E7 5.6 1.1 73 97900 0 0 270 0 0 0 0 0 0 0 110 3.1 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.0348E7 5.0 1.1 76 97900 0 0 268 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0490 0 88 0.200 0.0 1.0 +3.03516E7 5.0 1.1 76 98000 0 0 268 0 0 0 0 0 0 0 100 1.5 0 0 16.0 2000 9 999999999 50 0.0490 0 88 0.200 0.0 1.0 +3.03552E7 5.0 1.7 79 98000 35 742 269 1 131 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 50 0.0490 0 88 0.200 0.0 1.0 +3.03588E7 6.7 0.0 62 98100 254 1413 274 144 640 28 15200 50700 6000 650 90 3.1 0 0 16.0 2000 9 999999999 50 0.0490 0 88 0.200 0.0 1.0 +3.03624E7 9.4 -0.6 49 98200 472 1413 284 311 764 55 32500 70300 9000 1140 60 2.1 0 0 16.0 2000 9 999999999 40 0.0490 0 88 0.200 0.0 1.0 +3.0366E7 11.7 -0.6 42 98300 638 1413 293 438 782 83 45400 75500 11200 1690 0 0.0 0 0 16.0 2000 9 999999999 40 0.0490 0 88 0.200 0.0 1.0 +3.03696E7 12.8 -1.7 36 98200 739 1413 297 564 904 89 59200 89100 12400 1950 290 2.1 0 0 16.0 2000 9 999999999 40 0.0490 0 88 0.200 0.0 1.0 +3.03732E7 14.4 -1.7 32 98100 770 1413 303 582 922 78 60800 90500 11300 1700 280 2.1 0 0 16.0 2000 9 999999999 40 0.0490 0 88 0.200 0.0 1.0 +3.03768E7 17.2 -1.1 28 98100 727 1413 316 545 907 76 56800 88500 11100 1610 270 2.6 0 0 16.0 2000 9 999999999 50 0.0490 0 88 0.200 0.0 1.0 +3.03804E7 17.2 -3.3 24 98000 613 1413 313 457 895 67 47800 85700 10500 1380 250 2.6 0 0 16.0 2000 9 999999999 50 0.0490 0 88 0.200 0.0 1.0 +3.0384E7 17.8 -2.8 24 98000 437 1413 317 299 669 91 30500 58900 12200 1640 240 1.5 0 0 16.0 2000 9 999999999 50 0.0490 0 88 0.200 0.0 1.0 +3.03876E7 17.8 -1.1 27 98000 212 1413 318 158 549 75 15300 34700 10100 1100 210 1.5 0 0 14.4 2000 9 999999999 50 0.0490 0 88 0.200 0.0 1.0 +3.03912E7 15.6 0.6 36 98000 15 506 311 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0490 0 88 0.200 0.0 1.0 +3.03948E7 13.9 1.1 42 98000 0 0 304 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 50 0.0490 0 88 0.200 0.0 1.0 +3.03984E7 11.7 3.9 59 98000 0 0 298 0 0 0 0 0 0 0 220 1.5 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.0402E7 11.7 2.2 52 98100 0 0 296 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.04056E7 10.6 1.7 54 98100 0 0 291 0 0 0 0 0 0 0 80 3.1 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.04092E7 8.9 2.2 63 98200 0 0 285 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.04128E7 8.3 1.7 63 98100 0 0 282 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.04164E7 7.2 1.7 68 98000 0 0 277 0 0 0 0 0 0 0 90 3.1 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.042E7 7.2 2.2 70 98000 0 0 278 0 0 0 0 0 0 0 80 3.1 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.04236E7 6.1 2.2 76 98000 0 0 273 0 0 0 0 0 0 0 110 1.5 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.04272E7 6.1 2.2 76 97900 0 0 273 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.04308E7 6.1 1.7 73 98100 0 0 273 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.04344E7 5.0 2.2 82 98000 0 0 269 0 0 0 0 0 0 0 90 3.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.0438E7 4.4 2.2 86 98000 0 0 267 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.04416E7 5.0 2.2 82 98000 33 742 269 1 115 0 0 0 0 0 70 3.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.04452E7 7.8 2.2 68 98100 252 1413 280 139 613 29 14700 48400 6000 650 100 3.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.04488E7 11.1 0.0 46 98100 470 1413 291 315 803 47 33200 73800 8600 1080 110 1.5 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.04524E7 13.9 -1.7 33 98100 636 1413 301 459 887 58 48300 85500 9600 1360 50 1.5 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.0456E7 16.7 -1.7 28 98000 739 1413 313 552 909 75 57600 88900 11000 1630 0 0.0 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.04596E7 21.1 -3.3 19 97900 769 1413 331 582 922 78 60700 90500 11300 1700 60 3.6 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.04632E7 22.2 -3.3 17 97800 727 1413 336 538 882 82 56800 87100 11900 1830 100 3.6 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.04668E7 23.3 -2.8 17 97800 614 1413 341 457 895 66 47800 85700 10400 1380 30 4.6 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.04704E7 23.3 -2.8 17 97700 439 1413 341 325 832 66 33000 74300 9900 1210 30 3.1 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.0474E7 20.6 2.8 31 97600 213 1413 336 129 203 98 13000 12800 11000 2150 240 2.1 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.04776E7 18.3 1.7 33 97700 16 506 324 0 0 0 0 0 0 0 210 1.5 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.04812E7 17.2 2.2 36 97700 0 0 320 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.04848E7 15.6 2.2 40 97700 0 0 313 0 0 0 0 0 0 0 100 2.1 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.04884E7 15.0 -1.1 33 97600 0 0 306 0 0 0 0 0 0 0 130 1.5 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.0492E7 13.9 -1.1 35 97600 0 0 302 0 0 0 0 0 0 0 140 2.1 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.04956E7 13.3 -1.1 37 97700 0 0 299 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.04992E7 13.3 -1.7 35 97600 0 0 299 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.05028E7 13.9 -2.2 32 97600 0 0 301 0 0 0 0 0 0 0 110 3.1 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.05064E7 11.7 -1.7 39 97500 0 0 292 0 0 0 0 0 0 0 100 3.1 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.051E7 13.3 -2.8 32 97500 0 0 297 0 0 0 0 0 0 0 110 3.1 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.05136E7 13.3 -2.8 32 97500 0 0 297 0 0 0 0 0 0 0 110 2.6 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.05172E7 11.7 -2.2 37 97600 0 0 291 0 0 0 0 0 0 0 120 3.1 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.05208E7 12.8 -2.8 33 97500 0 0 305 0 0 0 0 0 0 0 120 3.6 2 2 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.05244E7 11.7 -2.2 37 97500 0 0 291 0 0 0 0 0 0 0 100 4.1 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.0528E7 12.2 -2.2 36 97600 32 718 294 0 21 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.05316E7 13.9 -1.1 35 97600 250 1413 302 105 271 57 10900 19200 7500 1030 100 2.6 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.05352E7 15.6 0.0 34 97700 468 1413 320 287 595 89 29500 53700 11600 1660 110 1.5 3 2 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.05388E7 18.3 -0.6 28 97700 635 1413 327 389 583 126 40200 56000 14900 2490 110 3.6 2 1 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.05424E7 20.6 -1.7 22 97600 738 1413 337 483 654 140 50200 64400 16400 2980 100 3.1 3 1 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.0546E7 22.2 -1.1 21 97500 769 1413 345 539 741 133 56400 73700 16100 2940 120 1.5 3 1 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.05496E7 23.3 -4.4 15 97400 728 1413 391 531 729 154 54700 71200 17900 3180 130 4.6 10 10 14.4 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.05532E7 23.9 -2.8 16 97400 615 1413 351 362 397 189 38400 40000 20900 4140 150 3.1 3 1 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.05568E7 23.9 -1.1 19 97300 440 1413 357 252 450 111 26100 40200 13500 2100 110 4.1 5 2 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.05604E7 22.8 0.0 22 97200 215 1413 354 176 434 110 16800 27700 12600 2260 120 3.1 4 2 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.0564E7 20.6 0.6 26 97300 17 530 344 0 0 0 0 0 0 0 240 2.1 5 2 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.05676E7 17.2 2.8 38 97300 0 0 331 0 0 0 0 0 0 0 0 0.0 5 2 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.05712E7 16.1 3.3 42 97300 0 0 330 0 0 0 0 0 0 0 250 1.5 6 3 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.05748E7 16.1 2.2 39 97300 0 0 325 0 0 0 0 0 0 0 0 0.0 5 2 16.0 7620 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.05784E7 15.0 1.1 39 97300 0 0 322 0 0 0 0 0 0 0 0 0.0 6 3 16.0 7620 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.0582E7 13.3 2.8 49 97300 0 0 317 0 0 0 0 0 0 0 0 0.0 7 3 16.0 7620 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.05856E7 13.3 2.2 47 97300 0 0 318 0 0 0 0 0 0 0 50 2.1 8 4 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.05892E7 11.7 2.2 52 97200 0 0 311 0 0 0 0 0 0 0 90 2.6 8 4 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.05928E7 11.7 2.2 52 97200 0 0 311 0 0 0 0 0 0 0 80 3.1 8 4 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.05964E7 10.0 2.8 61 97200 0 0 295 0 0 0 0 0 0 0 0 0.0 2 1 16.0 6096 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.06E7 9.4 2.2 61 97200 0 0 287 0 0 0 0 0 0 0 0 0.0 0 0 16.0 6096 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.06036E7 12.8 -1.1 38 97400 0 0 297 0 0 0 0 0 0 0 260 4.6 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.06072E7 11.1 -1.1 42 97300 0 0 290 0 0 0 0 0 0 0 310 4.1 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.06108E7 11.1 -1.1 42 97400 0 0 290 0 0 0 0 0 0 0 300 2.1 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.06144E7 10.6 -1.1 44 97500 31 719 288 0 28 0 0 0 0 0 230 2.6 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.0618E7 11.7 -1.1 41 97600 247 1414 293 131 458 50 13300 33000 7500 880 240 2.1 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.06216E7 13.9 -1.1 35 97800 467 1414 302 300 723 60 31000 66000 9100 1190 250 1.5 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.06252E7 15.0 -1.1 33 97800 634 1414 320 447 834 72 47100 80900 10700 1550 260 5.2 3 3 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.06288E7 15.0 0.6 37 97700 737 1414 322 523 808 100 54200 79200 12700 2080 270 6.7 3 3 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.06324E7 15.6 1.1 37 97700 769 1414 325 575 880 94 60300 87100 12700 2080 250 7.7 3 3 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.0636E7 16.1 1.1 36 97700 728 1414 327 524 765 128 54700 75500 15700 2740 280 6.2 3 3 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.06396E7 17.2 0.6 33 97700 616 1414 334 413 636 134 42200 60500 15800 2570 250 6.7 4 4 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.06432E7 16.7 -0.6 31 97700 442 1414 333 296 667 87 30400 59100 11800 1590 240 6.7 5 5 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.06468E7 15.6 -0.6 33 97700 217 1414 328 172 513 93 16700 33200 11600 1850 250 5.2 5 5 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.06504E7 15.0 -0.6 34 97800 17 530 323 0 0 0 0 0 0 0 250 3.1 4 4 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.0654E7 14.4 0.0 37 97800 0 0 335 0 0 0 0 0 0 0 280 4.1 8 8 16.0 2438 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.06576E7 13.9 -0.6 37 97900 0 0 332 0 0 0 0 0 0 0 270 4.1 8 8 16.0 2438 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.06612E7 13.9 -1.1 35 97900 0 0 332 0 0 0 0 0 0 0 310 3.1 8 8 16.0 2438 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.06648E7 11.1 1.1 50 97900 0 0 305 0 0 0 0 0 0 0 210 1.5 3 3 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.06684E7 9.4 1.7 59 98100 0 0 286 0 0 0 0 0 0 0 230 3.6 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.0672E7 9.4 0.0 52 98000 0 0 284 0 0 0 0 0 0 0 240 2.6 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.06756E7 10.0 -0.6 47 98000 0 0 286 0 0 0 0 0 0 0 300 3.1 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.06792E7 9.4 0.0 52 98000 0 0 304 0 0 0 0 0 0 0 10 2.6 6 6 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.06828E7 7.8 0.6 60 98000 0 0 295 0 0 0 0 0 0 0 80 3.6 5 5 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.06864E7 6.7 1.1 67 98000 0 0 275 0 0 0 0 0 0 0 110 2.1 0 0 16.0 7620 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.069E7 6.1 1.1 70 98200 0 0 272 0 0 0 0 0 0 0 0 0.0 0 0 16.0 7620 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.06936E7 6.1 1.1 70 98100 0 0 272 0 0 0 0 0 0 0 0 0.0 0 0 16.0 7620 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.06972E7 5.6 0.6 70 98100 0 0 270 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.07008E7 5.6 1.1 73 98200 30 695 270 0 0 0 0 0 0 0 100 1.5 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.07044E7 7.8 1.1 63 98300 246 1414 279 130 550 34 13300 41700 6000 660 100 3.6 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.0708E7 9.4 0.0 52 98400 465 1414 284 319 818 48 33500 75000 8700 1070 80 4.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.07116E7 12.2 1.7 49 98500 633 1414 298 442 816 75 46300 79000 10800 1590 100 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.07152E7 13.3 0.0 40 98300 737 1414 300 534 850 89 56000 83800 12200 1940 130 1.5 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.07188E7 15.6 0.0 34 98300 770 1414 310 556 813 112 57300 79800 13700 2290 160 2.1 0 0 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.07224E7 15.0 -1.1 33 98200 729 1414 306 556 912 84 58700 90000 12100 1860 190 1.5 0 0 16.0 2000 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.0726E7 16.7 -1.7 28 98200 618 1414 313 463 913 62 48500 87600 10100 1370 220 3.1 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.07296E7 16.7 -2.8 25 98200 444 1414 312 322 815 65 32800 73100 9700 1210 240 3.6 0 0 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.07332E7 16.1 -3.3 25 98300 219 1414 309 168 643 68 16500 42100 10000 1050 220 3.6 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.07368E7 15.0 -2.8 28 98300 18 554 305 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.07404E7 13.9 -1.1 35 98300 0 0 302 0 0 0 0 0 0 0 0 0.0 0 0 16.0 7620 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.0744E7 12.2 -0.6 41 98300 0 0 301 0 0 0 0 0 0 0 0 0.0 2 1 16.0 7620 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +3.07476E7 12.2 -0.6 41 98300 0 0 308 0 0 0 0 0 0 0 90 1.5 3 3 16.0 7620 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +3.07512E7 10.0 -0.6 47 98300 0 0 301 0 0 0 0 0 0 0 80 2.6 5 4 16.0 7620 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +3.07548E7 9.4 -0.6 49 98400 0 0 289 0 0 0 0 0 0 0 90 3.6 1 1 16.0 7620 9 999999999 150 0.0490 0 88 0.200 0.0 1.0 +3.07584E7 8.3 0.0 56 98200 0 0 280 0 0 0 0 0 0 0 90 3.1 0 0 16.0 2000 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +3.0762E7 7.8 0.6 60 98200 0 0 279 0 0 0 0 0 0 0 90 3.1 0 0 16.0 2000 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +3.07656E7 7.8 0.0 58 98200 0 0 287 0 0 0 0 0 0 0 120 2.6 4 2 16.0 2000 9 999999999 139 0.0490 0 88 0.200 0.0 1.0 +3.07692E7 7.2 0.6 63 98200 0 0 288 0 0 0 0 0 0 0 100 3.1 5 3 16.0 2000 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +3.07728E7 7.2 0.0 60 98100 0 0 290 0 0 0 0 0 0 0 110 3.1 6 4 16.0 2000 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +3.07764E7 7.2 -0.6 57 98200 0 0 291 0 0 0 0 0 0 0 120 3.1 5 5 16.0 2000 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.078E7 6.7 0.0 62 98000 0 0 283 0 0 0 0 0 0 0 110 2.6 3 2 16.0 2000 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.07836E7 6.7 0.0 62 98100 0 0 283 0 0 0 0 0 0 0 120 3.1 2 2 16.0 7620 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.07872E7 6.1 0.0 65 98100 29 695 277 0 0 0 0 0 0 0 140 2.6 1 1 16.0 7620 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.07908E7 7.8 0.0 58 98200 244 1414 305 73 78 60 8000 5700 7000 1280 130 2.6 8 8 16.0 3353 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.07944E7 9.4 0.0 52 98200 464 1414 301 239 319 133 25200 29700 15400 2720 110 3.1 7 5 16.0 5486 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.0798E7 11.1 -0.6 44 98200 632 1414 311 271 134 211 29300 13400 23300 5080 100 2.6 7 6 16.0 5486 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.08016E7 12.8 -0.6 39 98100 737 1414 327 195 12 189 22400 1000 21900 7830 50 2.6 8 8 16.0 3048 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.08052E7 13.3 -1.1 37 98000 770 1414 329 324 90 274 35500 9100 30500 8180 360 1.5 8 8 16.0 3048 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.08088E7 14.4 -1.7 32 97900 730 1414 333 334 141 261 36100 14500 28600 6590 310 2.6 8 8 16.0 3048 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.08124E7 14.4 -1.7 32 97900 619 1414 333 217 38 200 23800 3700 22100 5620 0 0.0 9 8 16.0 3048 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.0816E7 15.0 -1.1 33 97900 446 1414 337 294 421 161 30500 38500 18300 3460 350 3.1 8 8 16.0 3048 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.08196E7 15.0 -2.2 30 97900 222 1414 335 141 380 81 13900 25000 10000 1560 340 2.6 8 8 16.0 3048 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.08232E7 14.4 -2.2 31 97900 19 554 340 0 0 0 0 0 0 0 310 2.6 9 9 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.08268E7 13.9 -1.7 33 97900 0 0 319 0 0 0 0 0 0 0 300 3.1 5 5 16.0 2000 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.08304E7 12.8 -0.6 39 97900 0 0 334 0 0 0 0 0 0 0 310 3.6 9 9 16.0 3658 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.0834E7 12.2 0.6 45 97900 0 0 333 0 0 0 0 0 0 0 280 2.6 9 9 16.0 7620 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08376E7 11.1 0.6 48 97900 0 0 309 0 0 0 0 0 0 0 310 2.6 5 5 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08412E7 8.9 2.2 63 98000 0 0 297 0 0 0 0 0 0 0 230 2.6 3 3 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.08448E7 8.3 2.2 65 97900 0 0 291 0 0 0 0 0 0 0 220 2.6 2 2 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.08484E7 8.9 1.1 58 97900 0 0 293 0 0 0 0 0 0 0 250 3.1 5 2 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.0852E7 8.3 1.1 60 97900 0 0 281 0 0 0 0 0 0 0 260 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08556E7 7.8 1.1 63 97900 0 0 279 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08592E7 6.7 0.6 65 97900 0 0 274 0 0 0 0 0 0 0 290 1.5 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08628E7 6.1 1.1 70 98100 0 0 272 0 0 0 0 0 0 0 100 1.5 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08664E7 5.6 1.1 73 98000 0 0 270 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.087E7 5.0 0.6 73 98100 0 0 276 0 0 0 0 0 0 0 0 0.0 5 2 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08736E7 5.6 0.6 70 98100 28 672 270 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08772E7 7.2 0.0 60 98200 242 1414 276 126 548 32 13000 41500 5800 640 240 1.5 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08808E7 10.0 -0.6 47 98300 463 1414 286 309 790 49 32500 72300 8700 1080 290 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08844E7 12.2 -1.1 39 98400 632 1414 295 452 874 60 47400 84100 9700 1370 240 3.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.0888E7 13.9 -2.2 32 98300 737 1414 301 545 891 79 56800 87100 11300 1640 260 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08916E7 16.7 -2.2 27 98200 771 1414 312 562 831 107 58100 81700 13400 2240 270 3.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08952E7 16.7 -3.9 23 98200 731 1414 311 549 894 85 57900 88200 12100 1880 270 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.08988E7 18.9 -3.9 20 98200 621 1414 320 454 862 74 47500 83200 10900 1550 200 1.5 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.09024E7 18.3 -4.4 20 98200 448 1414 317 320 800 66 32600 71800 9800 1220 0 0.0 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.0906E7 17.2 -2.8 25 98200 224 1414 314 183 691 73 17900 45400 10700 1110 230 4.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.09096E7 16.1 -2.8 26 98200 20 577 323 0 0 0 0 0 0 0 250 3.1 5 3 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09132E7 13.9 -1.7 33 98200 0 0 311 0 0 0 0 0 0 0 260 2.6 5 2 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09168E7 13.3 -2.2 33 98300 0 0 311 0 0 0 0 0 0 0 250 2.1 5 3 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09204E7 12.8 -3.3 31 98300 0 0 305 0 0 0 0 0 0 0 290 3.6 5 2 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.0924E7 10.6 -1.7 42 98300 0 0 288 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09276E7 10.6 -2.2 40 98400 0 0 287 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09312E7 8.3 -0.6 53 98300 0 0 279 0 0 0 0 0 0 0 180 1.5 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09348E7 7.8 -0.6 55 98300 0 0 277 0 0 0 0 0 0 0 230 1.5 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09384E7 7.8 -2.2 48 98300 0 0 276 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.0942E7 7.2 -1.7 52 98300 0 0 274 0 0 0 0 0 0 0 0 0.0 0 0 14.4 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09456E7 5.6 -0.6 64 98200 0 0 269 0 0 0 0 0 0 0 210 2.6 0 0 12.8 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09492E7 5.0 -0.6 67 98400 0 0 267 0 0 0 0 0 0 0 90 1.5 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09528E7 5.0 -3.3 53 98500 0 0 264 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09564E7 3.9 -2.8 60 98300 0 0 260 0 0 0 0 0 0 0 140 1.5 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.096E7 5.0 -2.8 55 98400 27 672 264 0 0 0 0 0 0 0 90 2.1 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09636E7 7.2 -4.4 42 98500 241 1414 271 125 542 33 12800 40800 5900 640 0 0.0 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09672E7 9.4 -3.3 39 98600 462 1414 281 303 767 52 31800 70300 8800 1090 70 2.1 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09708E7 11.7 -6.1 27 98600 631 1414 287 446 856 62 46700 82300 9800 1380 0 0.0 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09744E7 13.9 -5.0 25 98400 737 1414 298 545 891 79 56800 87100 11300 1640 0 0.0 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.0978E7 15.6 -5.6 22 98300 771 1414 304 592 915 91 62300 90700 12700 2040 0 0.0 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09816E7 16.1 -6.1 20 98200 732 1414 305 549 887 87 57600 87400 12200 1910 0 0.0 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09852E7 16.7 -6.7 18 98200 623 1414 307 454 855 76 47400 82500 11000 1580 300 2.1 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09888E7 17.2 -6.7 18 98200 450 1414 309 328 826 64 33500 74400 9700 1210 270 2.6 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.09924E7 16.7 -7.2 17 98100 226 1414 307 179 654 73 17500 43200 10500 1110 290 2.1 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.0996E7 15.6 -6.7 20 98100 21 601 303 0 0 0 0 0 0 0 290 3.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.09996E7 12.8 -2.2 34 98100 0 0 296 0 0 0 0 0 0 0 240 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.10032E7 11.7 -2.2 37 98100 0 0 291 0 0 0 0 0 0 0 250 1.5 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.10068E7 10.6 0.0 48 98100 0 0 289 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.10104E7 9.4 -1.1 47 98100 0 0 283 0 0 0 0 0 0 0 80 2.6 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.1014E7 8.3 -1.7 48 98200 0 0 278 0 0 0 0 0 0 0 90 3.6 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.10176E7 7.8 -3.3 44 98100 0 0 275 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.10212E7 6.7 -2.8 49 98000 0 0 271 0 0 0 0 0 0 0 100 2.6 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.10248E7 5.6 -1.1 61 98000 0 0 268 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.10284E7 5.0 -2.8 55 98000 0 0 264 0 0 0 0 0 0 0 110 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.1032E7 5.0 -3.9 51 98000 0 0 263 0 0 0 0 0 0 0 80 2.1 0 0 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.10356E7 4.4 -4.4 51 98100 0 0 261 0 0 0 0 0 0 0 90 2.6 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.10392E7 3.3 -4.4 55 98000 0 0 257 0 0 0 0 0 0 0 100 2.6 0 0 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.10428E7 3.3 -3.9 57 98000 0 0 272 0 0 0 0 0 0 0 80 2.1 5 5 16.0 2000 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.10464E7 4.4 -5.0 48 98000 27 672 292 0 0 0 0 0 0 0 120 2.6 9 9 16.0 7620 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.105E7 6.1 -5.0 43 98100 239 1414 299 115 478 34 11700 35900 5600 650 100 3.6 9 9 16.0 7620 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.10536E7 8.9 -6.1 32 98100 461 1414 310 294 671 74 30500 60800 10700 1420 0 0.0 9 9 16.0 7620 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.10572E7 11.1 -5.0 30 98100 631 1414 309 451 851 70 47600 82600 10600 1520 360 1.5 7 7 16.0 7620 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.10608E7 13.9 -5.6 24 98000 737 1414 333 550 909 75 57500 88900 11000 1620 0 0.0 9 9 16.0 7620 9 999999999 60 0.0490 0 88 0.200 0.0 1.0 +3.10644E7 16.1 -8.3 16 97900 772 1414 321 580 891 91 61000 88300 12600 2040 0 0.0 5 5 16.0 2000 9 999999999 69 0.0490 0 88 0.200 0.0 1.0 +3.1068E7 18.3 -7.8 15 97800 734 1414 351 535 844 95 55700 82900 12500 2010 0 0.0 9 9 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.10716E7 18.9 -8.3 14 97700 625 1414 353 460 880 70 48500 85200 10700 1510 0 0.0 9 9 16.0 7620 9 999999999 80 0.0490 0 88 0.200 0.0 1.0 +3.10752E7 18.9 -7.8 14 97700 452 1414 354 336 798 79 34700 71700 11700 1490 310 2.6 9 9 16.0 7620 9 999999999 89 0.0490 0 88 0.200 0.0 1.0 +3.10788E7 17.8 -7.2 16 97700 229 1414 337 174 667 66 17300 44900 9900 1050 260 3.6 7 7 16.0 7620 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.10824E7 15.0 -3.9 26 97700 22 601 321 0 0 0 0 0 0 0 240 2.6 5 5 16.0 2000 9 999999999 100 0.0490 0 88 0.200 0.0 1.0 +3.1086E7 12.2 -0.6 41 97600 0 0 313 0 0 0 0 0 0 0 220 1.5 5 5 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.10896E7 11.7 -2.2 37 97600 0 0 291 0 0 0 0 0 0 0 230 1.5 0 0 16.0 2000 9 999999999 110 0.0490 0 88 0.200 0.0 1.0 +3.10932E7 12.2 -4.4 30 97600 0 0 291 0 0 0 0 0 0 0 280 1.5 0 0 16.0 2000 9 999999999 120 0.0490 0 88 0.200 0.0 1.0 +3.10968E7 10.6 -2.2 40 97600 0 0 287 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +3.11004E7 10.0 -2.8 39 97700 0 0 307 0 0 0 0 0 0 0 0 0.0 7 7 16.0 7620 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +3.1104E7 7.8 -1.1 53 97600 0 0 293 0 0 0 0 0 0 0 90 2.6 5 5 16.0 2000 9 999999999 129 0.0490 0 88 0.200 0.0 1.0 +3.11076E7 7.2 -3.3 46 97600 0 0 289 0 0 0 0 0 0 0 90 3.1 5 5 16.0 2000 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11112E7 6.7 -3.3 47 97500 0 0 287 0 0 0 0 0 0 0 110 3.6 5 5 16.0 2000 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11148E7 7.2 -3.3 46 97500 0 0 306 0 0 0 0 0 0 0 130 3.1 9 9 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11184E7 6.1 -2.8 51 97500 0 0 301 0 0 0 0 0 0 0 90 3.1 9 9 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.1122E7 5.6 -2.8 53 97600 0 0 293 0 0 0 0 0 0 0 100 3.6 8 8 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11256E7 5.6 -2.2 56 97600 0 0 300 0 0 0 0 0 0 0 100 1.5 9 9 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11292E7 5.0 -1.7 61 97600 0 0 281 0 0 0 0 0 0 0 90 2.1 5 5 16.0 2000 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11328E7 5.0 -2.2 58 97600 26 648 281 0 0 0 0 0 0 0 90 3.6 5 5 16.0 2000 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11364E7 7.2 -2.8 48 97700 238 1415 285 128 565 32 13100 42400 5900 630 100 4.1 3 3 16.0 2000 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.114E7 8.9 -2.2 45 97700 460 1415 280 293 671 74 30500 60800 10700 1410 90 3.6 0 0 16.0 2000 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11436E7 11.7 -2.8 35 97800 630 1415 308 446 839 70 47000 81400 10600 1510 130 2.1 5 5 16.0 2000 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11472E7 14.4 -2.8 30 97600 737 1415 339 544 891 78 56800 87100 11200 1630 130 2.1 9 9 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11508E7 15.6 -3.9 25 97500 773 1415 343 567 849 101 59000 83800 13100 2180 130 2.1 9 9 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11544E7 16.7 -3.9 23 97500 735 1415 348 554 716 181 56600 69400 20400 3640 230 2.1 9 9 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.1158E7 16.7 -2.8 25 97500 627 1415 350 237 170 162 26100 17100 18500 3890 230 2.1 9 9 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11616E7 17.2 -5.0 20 97600 455 1415 349 317 506 153 31900 45400 17200 3030 250 2.1 9 9 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11652E7 16.7 -3.9 23 97600 232 1415 341 170 581 74 16600 38800 10200 1130 270 4.1 8 8 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11688E7 15.0 -1.7 31 97600 23 625 343 0 0 0 0 0 0 0 0 0.0 9 9 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11724E7 13.3 -1.1 37 97600 0 0 336 0 0 0 0 0 0 0 0 0.0 9 9 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.1176E7 12.2 0.6 45 97600 0 0 333 0 0 0 0 0 0 0 0 0.0 9 9 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11796E7 12.2 -0.6 41 97600 0 0 331 0 0 0 0 0 0 0 0 0.0 9 9 16.0 6096 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11832E7 11.1 -1.1 42 97700 0 0 326 0 0 0 0 0 0 0 100 2.6 9 9 16.0 6096 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11868E7 10.0 -1.7 43 97700 0 0 313 0 0 0 0 0 0 0 90 3.1 8 8 16.0 6096 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11904E7 9.4 -0.6 49 97600 0 0 318 0 0 0 0 0 0 0 80 2.1 9 9 16.0 6096 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.1194E7 8.9 0.0 54 97600 0 0 317 0 0 0 0 0 0 0 150 1.5 9 9 16.0 6096 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.11976E7 8.3 0.6 58 97600 0 0 297 0 0 0 0 0 0 0 100 2.6 5 5 16.0 2000 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.12012E7 7.8 0.0 58 97600 0 0 295 0 0 0 0 0 0 0 110 2.1 5 5 16.0 2000 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.12048E7 6.7 0.0 62 97500 0 0 316 0 0 0 0 0 0 0 90 3.1 10 10 16.0 7010 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.12084E7 6.7 0.0 62 97600 0 0 296 0 0 0 0 0 0 0 100 2.6 7 7 16.0 6096 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.1212E7 6.7 0.0 62 97500 0 0 307 0 0 0 0 0 0 0 100 2.6 9 9 16.0 6096 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.12156E7 7.2 -0.6 57 97600 0 0 309 0 0 0 0 0 0 0 100 2.6 9 9 16.0 6096 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.12192E7 7.2 -1.1 55 97700 25 648 308 0 0 0 0 0 0 0 100 2.1 9 9 16.0 7620 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.12228E7 8.3 -1.1 51 97800 237 1415 313 36 0 36 4200 0 4200 1370 110 3.1 9 9 16.0 7620 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.12264E7 10.0 -3.3 38 97800 459 1415 318 200 157 149 21600 14600 16800 3370 130 3.1 9 9 16.0 7620 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.123E7 12.2 -3.9 31 97900 630 1415 315 286 157 216 30900 15700 23900 5200 160 1.5 7 7 16.0 7620 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.12336E7 13.3 -3.3 30 97800 738 1415 343 447 392 241 47400 40800 26000 5690 110 2.6 10 10 16.0 7620 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.12372E7 14.4 -5.6 23 97700 774 1415 345 171 0 171 19900 0 19900 7470 110 1.5 10 10 16.0 7620 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.12408E7 15.6 -4.4 24 97700 737 1415 352 554 636 221 57200 63900 23800 4890 0 0.0 10 10 16.0 7620 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.12444E7 15.6 -4.4 24 97600 629 1415 352 402 465 194 41200 45400 20900 4040 100 2.1 10 10 16.0 7620 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.1248E7 15.6 -3.9 25 97600 457 1415 353 175 67 154 19200 6300 17200 3920 170 1.5 10 10 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.12516E7 15.6 -3.3 26 97700 235 1415 354 187 419 117 18700 27900 14000 2650 220 3.1 10 10 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.12552E7 13.3 -2.2 33 97600 24 625 344 0 0 0 0 0 0 0 220 1.5 10 10 16.0 7620 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.12588E7 14.4 -1.1 34 97700 0 0 341 0 0 0 0 0 0 0 320 1.5 9 9 16.0 7620 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.12624E7 11.7 1.7 50 97700 0 0 341 0 0 0 0 0 0 0 0 0.0 10 10 16.0 4572 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.1266E7 11.7 1.7 50 97700 0 0 341 0 0 0 0 0 0 0 230 1.5 10 10 16.0 4572 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.12696E7 12.2 0.6 45 97700 0 0 342 0 0 0 0 0 0 0 0 0.0 10 10 16.0 4572 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.12732E7 12.2 0.0 43 97800 0 0 341 0 0 0 0 0 0 0 0 0.0 10 10 16.0 4572 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.12768E7 11.7 0.0 44 97700 0 0 339 0 0 0 0 0 0 0 80 2.6 10 10 16.0 4572 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.12804E7 11.1 -0.6 44 97700 0 0 326 0 0 0 0 0 0 0 90 1.5 10 9 16.0 4572 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.1284E7 10.6 1.1 52 97700 0 0 290 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.12876E7 10.6 1.7 54 97700 0 0 327 0 0 0 0 0 0 0 70 2.6 10 9 16.0 4572 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.12912E7 11.1 1.1 50 97700 0 0 337 0 0 0 0 0 0 0 110 2.6 10 10 16.0 3048 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.12948E7 10.6 0.6 50 97800 0 0 318 0 0 0 0 0 0 0 140 2.1 9 8 16.0 3048 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.12984E7 11.1 0.6 48 97700 0 0 328 0 0 0 0 0 0 0 0 0.0 10 9 16.0 3048 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.1302E7 10.6 0.6 50 97700 0 0 325 0 0 0 0 0 0 0 80 2.6 10 9 16.0 2743 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.13056E7 11.7 0.0 44 97800 25 648 339 0 0 0 0 0 0 0 130 1.5 10 10 16.0 2743 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.13092E7 13.3 -1.1 37 97900 236 1415 345 123 374 61 12700 25600 8400 1120 110 2.1 10 10 16.0 2743 9 999999999 100 0.0480 0 88 0.200 0.0 1.0 +3.13128E7 13.9 0.0 38 97900 459 1415 350 163 78 137 17800 7200 15400 3610 90 3.1 10 10 16.0 2743 9 999999999 100 0.0480 0 88 0.200 0.0 1.0 +3.13164E7 15.0 -1.1 33 97900 630 1415 354 90 0 90 10700 0 10700 4060 80 3.6 10 10 16.0 4572 9 999999999 89 0.0480 0 88 0.200 0.0 1.0 +3.132E7 16.1 -1.7 29 97800 738 1415 358 86 0 86 10500 0 10500 4130 90 2.6 10 10 16.0 2743 9 999999999 100 0.0480 0 88 0.200 0.0 1.0 +3.13236E7 16.7 -1.7 28 97700 775 1415 361 104 0 104 12600 0 12600 4970 0 0.0 10 10 16.0 2743 9 999999999 100 0.0480 0 88 0.200 0.0 1.0 +3.13272E7 17.2 -1.7 27 97600 739 1415 364 143 0 143 16800 0 16800 6350 0 0.0 10 10 16.0 2743 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.13308E7 18.3 -2.2 24 97600 631 1415 369 158 0 158 18000 0 18000 6330 0 0.0 10 10 16.0 2896 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.13344E7 17.8 -0.6 29 97700 460 1415 368 166 34 155 18200 3200 17100 3950 250 2.1 10 10 16.0 4572 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.1338E7 17.8 -2.2 25 97600 238 1415 366 101 39 95 11100 3100 10500 2040 310 3.1 10 10 16.0 2896 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.13416E7 16.1 1.1 36 97500 26 648 362 0 0 0 0 0 0 0 0 0.0 10 10 16.0 2896 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.13452E7 15.0 0.6 37 97700 0 0 356 0 0 0 0 0 0 0 240 3.6 10 10 16.0 2896 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.13488E7 15.6 -0.6 33 97600 0 0 357 0 0 0 0 0 0 0 0 0.0 10 10 16.0 3962 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.13524E7 15.0 -0.6 34 97600 0 0 354 0 0 0 0 0 0 0 300 2.6 10 10 16.0 2896 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.1356E7 13.9 0.6 40 97600 0 0 341 0 0 0 0 0 0 0 0 0.0 10 9 16.0 4572 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.13596E7 13.3 0.6 42 97700 0 0 331 0 0 0 0 0 0 0 280 2.1 9 8 16.0 4267 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.13632E7 13.9 0.0 38 97600 0 0 340 0 0 0 0 0 0 0 290 2.1 10 9 16.0 2134 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.13668E7 13.3 0.0 40 97600 0 0 337 0 0 0 0 0 0 0 0 0.0 10 9 16.0 4267 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.13704E7 12.2 2.2 50 97700 0 0 335 0 0 0 0 0 0 0 0 0.0 10 9 16.0 4267 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.1374E7 12.8 2.2 48 97800 0 0 347 0 0 0 0 0 0 0 210 1.5 10 10 16.0 2134 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.13776E7 13.3 1.7 45 97700 0 0 339 0 0 0 0 0 0 0 60 1.5 10 9 16.0 2134 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.13812E7 11.7 2.8 54 97700 0 0 321 0 0 0 0 0 0 0 100 2.6 10 7 16.0 2591 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.13848E7 11.1 2.8 57 97700 0 0 330 0 0 0 0 0 0 0 90 2.6 10 9 16.0 2591 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.13884E7 10.0 2.8 61 97700 0 0 325 0 0 0 0 0 0 0 90 2.1 10 9 16.0 2591 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.1392E7 10.6 2.8 58 97800 24 625 328 0 0 0 0 0 0 0 110 2.1 10 9 16.0 2591 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.13956E7 12.2 2.2 50 97900 235 1415 335 113 475 34 11500 35400 5600 650 130 2.1 10 9 16.0 2591 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.13992E7 14.4 1.1 40 97900 458 1415 324 288 643 79 29800 58000 11000 1490 0 0.0 10 5 16.0 2000 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.14028E7 16.1 1.1 36 98000 630 1415 324 455 862 70 48100 83600 10700 1510 0 0.0 7 2 16.0 2000 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.14064E7 18.3 1.1 31 97900 739 1415 337 561 902 87 58900 89000 12300 1920 320 1.5 8 3 16.0 2000 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.141E7 17.8 -1.7 26 97700 777 1415 357 572 807 128 60300 80500 15900 2860 270 1.5 10 9 16.0 7620 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.14136E7 20.0 -2.8 21 97700 741 1415 366 573 874 113 58600 85200 13800 2220 270 1.5 10 9 16.0 7620 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.14172E7 20.0 -3.3 20 97700 634 1415 345 465 879 70 48600 84500 10600 1420 260 2.1 10 5 16.0 2000 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.14208E7 20.0 -3.3 20 97700 463 1415 365 331 807 66 33800 73100 9800 1240 260 2.1 10 9 16.0 7620 9 999999999 160 0.0480 0 88 0.200 0.0 1.0 +3.14244E7 20.0 -1.7 23 97700 241 1415 354 138 315 84 13700 21600 10000 1610 240 2.6 10 7 16.0 7620 9 999999999 170 0.0480 0 88 0.200 0.0 1.0 +3.1428E7 17.8 -1.1 27 97700 27 672 337 0 0 0 0 0 0 0 230 1.5 10 5 16.0 2000 9 999999999 179 0.0480 0 88 0.200 0.0 1.0 +3.14316E7 16.1 1.1 36 97700 0 0 332 0 0 0 0 0 0 0 0 0.0 10 5 16.0 2000 9 999999999 179 0.0480 0 88 0.200 0.0 1.0 +3.14352E7 14.4 1.1 40 97700 0 0 324 0 0 0 0 0 0 0 230 2.1 10 5 16.0 2000 9 999999999 189 0.0480 0 88 0.200 0.0 1.0 +3.14388E7 14.4 0.6 39 97700 0 0 343 0 0 0 0 0 0 0 0 0.0 10 9 16.0 7620 9 999999999 200 0.0480 0 88 0.200 0.0 1.0 +3.14424E7 15.0 0.0 36 97700 0 0 345 0 0 0 0 0 0 0 0 0.0 10 9 16.0 6096 9 999999999 209 0.0480 0 88 0.200 0.0 1.0 +3.1446E7 14.4 0.6 39 97700 0 0 331 0 0 0 0 0 0 0 0 0.0 10 7 16.0 7620 9 999999999 220 0.0480 0 88 0.200 0.0 1.0 +3.14496E7 13.9 1.1 42 97600 0 0 341 0 0 0 0 0 0 0 90 2.6 10 9 16.0 6096 9 999999999 209 0.0480 0 88 0.200 0.0 1.0 +3.14532E7 13.3 1.7 45 97600 0 0 339 0 0 0 0 0 0 0 110 3.1 9 9 16.0 6096 9 999999999 200 0.0480 0 88 0.200 0.0 1.0 +3.14568E7 12.8 1.1 45 97600 0 0 336 0 0 0 0 0 0 0 100 2.6 9 9 16.0 6096 9 999999999 189 0.0480 0 88 0.200 0.0 1.0 +3.14604E7 12.2 1.1 47 97600 0 0 333 0 0 0 0 0 0 0 80 2.6 9 9 16.0 6096 9 999999999 179 0.0480 0 88 0.200 0.0 1.0 +3.1464E7 11.7 1.1 48 97500 0 0 331 0 0 0 0 0 0 0 0 0.0 9 9 16.0 6096 9 999999999 170 0.0480 0 88 0.200 0.0 1.0 +3.14676E7 11.1 1.1 50 97600 0 0 321 0 0 0 0 0 0 0 110 1.5 8 8 16.0 6096 9 999999999 160 0.0480 0 88 0.200 0.0 1.0 +3.14712E7 11.1 1.7 52 97500 0 0 329 0 0 0 0 0 0 0 100 2.6 9 9 16.0 6096 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.14748E7 10.6 2.2 56 97600 0 0 327 0 0 0 0 0 0 0 100 2.6 9 9 16.0 6096 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.14784E7 10.6 4.4 65 97600 24 625 330 0 0 0 0 0 0 0 90 3.1 9 9 16.0 6096 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.1482E7 11.7 1.7 50 97600 234 1415 341 84 140 61 8900 9500 7300 1150 90 4.6 10 10 16.0 2743 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.14856E7 12.2 1.7 49 97700 458 1415 343 148 45 134 16300 4200 14900 3540 130 1.5 10 10 16.0 2743 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.14892E7 13.9 1.1 42 97600 631 1415 351 386 367 222 40500 37100 23900 5060 110 2.6 10 10 16.0 2134 9 999999999 100 0.0480 0 88 0.200 0.0 1.0 +3.14928E7 15.6 1.1 37 97500 740 1415 359 137 0 137 16100 0 16100 6140 0 0.0 10 10 16.0 3658 9 999999999 110 0.0480 0 88 0.200 0.0 1.0 +3.14964E7 16.1 0.6 35 97400 778 1415 361 134 0 134 15900 0 15900 6170 320 2.1 10 10 16.0 3658 9 999999999 120 0.0480 0 88 0.200 0.0 1.0 +3.15E7 16.7 4.4 44 97400 743 1415 339 533 642 195 55900 64700 21800 4260 310 3.6 5 5 16.0 2000 9 999999999 129 0.0480 0 88 0.200 0.0 1.0 +3.15036E7 17.8 5.6 45 97400 636 1415 345 479 759 136 49100 72600 16300 2650 290 6.2 5 5 16.0 2000 9 999999999 139 0.0480 0 88 0.200 0.0 1.0 +3.15072E7 17.8 6.1 46 97400 466 1415 346 260 295 163 27100 27400 18000 3500 280 4.6 5 5 16.0 2000 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.15108E7 17.8 6.1 46 97500 244 1415 346 154 424 81 15500 29400 10400 1540 310 3.6 5 5 16.0 2000 9 999999999 160 0.0480 0 88 0.200 0.0 1.0 +3.15144E7 17.2 6.7 50 97500 29 696 344 0 0 0 0 0 0 0 0 0.0 5 5 16.0 2000 9 999999999 160 0.0480 0 88 0.200 0.0 1.0 +3.1518E7 17.2 5.6 46 97500 0 0 337 0 0 0 0 0 0 0 290 4.6 3 3 16.0 2000 9 999999999 160 0.0480 0 88 0.200 0.0 1.0 +3.15216E7 14.4 6.1 57 97600 0 0 312 0 0 0 0 0 0 0 90 3.6 0 0 16.0 2000 9 999999999 160 0.0480 0 88 0.200 0.0 1.0 +3.15252E7 13.3 6.1 62 97600 0 0 307 0 0 0 0 0 0 0 120 2.1 0 0 16.0 2000 9 999999999 160 0.0480 0 88 0.200 0.0 1.0 +3.15288E7 12.8 6.1 64 97600 0 0 305 0 0 0 0 0 0 0 70 2.1 0 0 16.0 2000 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 +3.15324E7 12.2 6.1 66 97700 0 0 302 0 0 0 0 0 0 0 0 0.0 0 0 16.0 2000 9 999999999 150 0.0480 0 88 0.200 0.0 1.0 From e632b8ff9fad631006488fdd158da2078499daba Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Tue, 16 Nov 2021 22:27:59 -0800 Subject: [PATCH 014/196] Updated formatting --- .../Examples/ChilledBeamSystem/TestBed.mo | 179 ++++++++++-------- 1 file changed, 95 insertions(+), 84 deletions(-) diff --git a/Buildings/Examples/ChilledBeamSystem/TestBed.mo b/Buildings/Examples/ChilledBeamSystem/TestBed.mo index 236869b4ca7..9e161ee9058 100644 --- a/Buildings/Examples/ChilledBeamSystem/TestBed.mo +++ b/Buildings/Examples/ChilledBeamSystem/TestBed.mo @@ -384,127 +384,134 @@ block TestBed "Cooling coil" annotation (Placement(transformation(extent={{-110,4},{-130,-16}}))); - Buildings.Fluid.Sources.Boundary_pT sinHea( + Buildings.Fluid.Sources.Boundary_pT sinHea( redeclare package Medium = MediumW, p=100000, T=318.15, nPorts=1) - "Sink for heating coil" annotation (Placement(transformation( - extent={{-10,-10},{10,10}}, - rotation=90, - origin={-210,-70}))); + "Sink for heating coil" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, + rotation=90, + origin={-210,-70}))); - Buildings.Fluid.Sources.Boundary_pT sinCoo( + Buildings.Fluid.Sources.Boundary_pT sinCoo( redeclare package Medium = MediumW, - p=100000, - T=285.15, - nPorts=1) - "Sink for cooling coil" annotation (Placement(transformation( - extent={{-10,-10},{10,10}}, - rotation=90, - origin={-140,-70}))); + final p=100000, + final T=285.15, + final nPorts=1) + "Sink for cooling coil" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, + rotation=90, + origin={-140,-70}))); - Buildings.Fluid.Sources.MassFlowSource_T souCoo( + Buildings.Fluid.Sources.MassFlowSource_T souCoo( redeclare package Medium = MediumW, - T=280.372, - nPorts=1, - use_m_flow_in=true) - "Source for cooling coil" annotation (Placement( - transformation( - extent={{-10,-10},{10,10}}, - rotation=90, - origin={-100,-70}))); - - Buildings.Fluid.Sources.MassFlowSource_T souHea( + final T=280.372, + final nPorts=1, + final use_m_flow_in=true) + "Source for cooling coil" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, + rotation=90, + origin={-100,-70}))); + + Buildings.Fluid.Sources.MassFlowSource_T souHea( redeclare package Medium = MediumW, - T=318.15, - use_m_flow_in=true, - nPorts=1) "Source for heating coil" annotation (Placement( - transformation( - extent={{-10,-10},{10,10}}, - rotation=90, - origin={-170,-70}))); - - Buildings.Fluid.HeatExchangers.DryCoilEffectivenessNTU heaCoi( - show_T=true, + final T=318.15, + final use_m_flow_in=true, + final nPorts=1) + "Source for heating coil" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, + rotation=90, + origin={-170,-70}))); + + Buildings.Fluid.HeatExchangers.DryCoilEffectivenessNTU heaCoi( + final show_T=true, redeclare package Medium1 = MediumW, redeclare package Medium2 = MediumA, - m1_flow_nominal=mAirTot_flow_nominal*1000*(10 - (-20))/4200/10, - m2_flow_nominal=mAirTot_flow_nominal, - configuration=Buildings.Fluid.Types.HeatExchangerConfiguration.CounterFlow, - Q_flow_nominal=mAirTot_flow_nominal*1006*(16.7 - 8.5), - dp1_nominal=0, - dp2_nominal=200 + 200 + 100 + 40, - allowFlowReversal1=false, - allowFlowReversal2=false, - T_a1_nominal=318.15, - T_a2_nominal=281.65) + final m1_flow_nominal=mAirTot_flow_nominal*1000*(10 - (-20))/4200/10, + final m2_flow_nominal=mAirTot_flow_nominal, + final configuration=Buildings.Fluid.Types.HeatExchangerConfiguration.CounterFlow, + final Q_flow_nominal=mAirTot_flow_nominal*1006*(16.7 - 8.5), + final dp1_nominal=0, + final dp2_nominal=200 + 200 + 100 + 40, + final allowFlowReversal1=false, + final allowFlowReversal2=false, + final T_a1_nominal=318.15, + final T_a2_nominal=281.65) "Heating coil" annotation (Placement(transformation(extent={{-180,4},{-200,-16}}))); Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox souCAVTer( redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, - m_flow_nominal=mAirSou_flow_nominal, - VRoo=VRooSou, - allowFlowReversal=false) "CAV terminal for south zone" + final m_flow_nominal=mAirSou_flow_nominal, + final VRoo=VRooSou, + final allowFlowReversal=false) + "CAV terminal for south zone" annotation (Placement(transformation(extent={{390,-130},{430,-90}}))); Buildings.Fluid.FixedResistances.Junction jun5( redeclare package Medium = MediumA, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal, + final m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal, mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Return air mixer" + final dp_nominal={0,0,0}) + "Return air mixer" annotation (Placement(transformation(extent={{-40,150},{-20,170}}))); - Buildings.Fluid.Sources.Boundary_pT sinCoo1( + Buildings.Fluid.Sources.Boundary_pT sinCoo1( redeclare package Medium = MediumW, - p=100000, - T=297.04, - nPorts=2) - "Sink for chillede water" annotation (Placement(transformation( - extent={{-10,-10},{10,10}}, - rotation=90, - origin={250,-176}))); - - Buildings.Fluid.Sources.Boundary_pT souCoo1( + final p=100000, + final T=297.04, + final nPorts=2) + "Sink for chillede water" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, + rotation=90, + origin={250,-176}))); + + Buildings.Fluid.Sources.Boundary_pT souCoo1( redeclare package Medium = MediumW, - p=100000, - use_T_in=true, - T=285.15, - nPorts=1) + final p=100000, + final use_T_in=true, + final T=285.15, + final nPorts=1) "Source for chilled water to chilled beam manifolds" - annotation (Placement(transformation( - extent={{-10,-10},{10,10}}, - rotation=90, - origin={100,-174}))); + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, + rotation=90, + origin={100,-174}))); - Buildings.Fluid.Sensors.TemperatureTwoPort senTem(redeclare package Medium = MediumA, - m_flow_nominal=mAirTot_flow_nominal) + Buildings.Fluid.Sensors.TemperatureTwoPort senTem( + redeclare package Medium = MediumA, + final m_flow_nominal=mAirTot_flow_nominal) "AHU discharge air temperature sensor" annotation (Placement(transformation(extent={{-40,-10},{-20,10}}))); - Buildings.Fluid.Movers.SpeedControlled_y fan(redeclare package Medium = MediumA, + Buildings.Fluid.Movers.SpeedControlled_y fan( + redeclare package Medium = MediumA, redeclare Fluid.Movers.Data.Pumps.Wilo.chilledBeamFanCurve per, - addPowerToMedium=false) - "DOAS fan" annotation (Placement( - transformation( - extent={{-80,-10},{-60,10}}))); + final addPowerToMedium=false) + "DOAS fan" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); - Buildings.Fluid.Sensors.RelativePressure senRelPre(redeclare package Medium = MediumW) + Buildings.Fluid.Sensors.RelativePressure senRelPre( + redeclare package Medium = MediumW) "Differential pressure sensor between chilled water supply and return" annotation (Placement(transformation(extent={{150,-80},{170,-60}}))); - Buildings.Fluid.Sensors.RelativePressure senRelPre1(redeclare package Medium = MediumA) + Buildings.Fluid.Sensors.RelativePressure senRelPre1( + redeclare package Medium = MediumA) "Differential pressure sensor between AHU discharge and outdoor air" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation=90, - origin={-50,30}))); + annotation (Placement(transformation(extent={{-10,-10},{10,10}}, + rotation=90, + origin={-50,30}))); - Modelica.Blocks.Routing.DeMultiplex demux(n=5) + Modelica.Blocks.Routing.DeMultiplex demux( + final n=5) "Demultiplexer for chilled water valve signals" annotation (Placement(transformation(extent={{40,-30},{60,-10}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(uLow=0.04, uHigh=0.05) + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys( + final uLow=0.04, + final uHigh=0.05) "Block for generating pump proven on signal" annotation (Placement(transformation(extent={{140,-120},{160,-100}}))); @@ -516,11 +523,13 @@ block TestBed "Find pump flow signal by multiplying enable signal with speed signal" annotation (Placement(transformation(extent={{-280,-140},{-260,-120}}))); - Buildings.Controls.OBC.CDL.Continuous.Gain gai(k=mHotWatCoi_nominal) + Buildings.Controls.OBC.CDL.Continuous.Gain gai( + final k=mHotWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation (Placement(transformation(extent={{-320,-60},{-300,-40}}))); - Buildings.Controls.OBC.CDL.Continuous.Gain gai1(k=mChiWatCoi_nominal) + Buildings.Controls.OBC.CDL.Continuous.Gain gai1( + final k=mChiWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation (Placement(transformation(extent={{-320,-90},{-300,-70}}))); @@ -532,11 +541,13 @@ block TestBed "Find fan flow signal by multiplying enable signal with speed signal" annotation (Placement(transformation(extent={{-280,10},{-260,30}}))); - Modelica.Blocks.Routing.Multiplex mux1(n=5) + Modelica.Blocks.Routing.Multiplex mux1( + final n=5) "Multiplexer for chilled water valve position measurements" annotation (Placement(transformation(extent={{160,70},{180,90}}))); - Modelica.Blocks.Routing.DeMultiplex demux1(n=5) + Modelica.Blocks.Routing.DeMultiplex demux1( + final n=5) "Demultiplexer for CAV terminal damper signals" annotation (Placement(transformation(extent={{300,-260},{320,-240}}))); From d91f6d54c71bfea894664864e1f2ae205de72ff1 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 Nov 2021 11:38:28 -0800 Subject: [PATCH 015/196] Added files for control modules with changes to address comments made by Michael on issue 2614 on lbl-srg/modelica-buildings --- .../SecondaryPumps/Controller.mo | 78 ++++---- .../Subsequences/Speed_remoteDp.mo | 23 ++- .../SetPoints/BypassValvePosition.mo | 43 +++-- ...ChilledWaterStaticPressureSetpointReset.mo | 3 +- .../SetPoints/ChilledWaterSupplyReset.mo | 4 +- .../SetPoints/OperatingMode.mo | 176 ++++-------------- .../SetPoints/ZoneRegulation.mo | 20 +- .../SetPoints/ZoneTemperature.mo | 7 +- .../System/SystemController.mo | 53 ++++-- .../System/Validation/SystemController.mo | 46 ++++- .../Terminal/TerminalController.mo | 8 +- .../Terminal/Validation/TerminalController.mo | 38 ++++ .../Types/OperationModes/package.mo | 41 ++++ .../Types/OperationModes/package.order | 3 + .../ChilledBeamSystem/Types/package.order | 2 +- 15 files changed, 311 insertions(+), 234 deletions(-) create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.mo create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo index 5df46999455..d377b080031 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo @@ -10,10 +10,6 @@ block Controller "Total number of chilled water control valves on chilled beams" annotation (Dialog(group="System parameters")); - parameter Integer nSen=2 - "Total number of remote differential pressure sensors" - annotation (Dialog(group="System parameters")); - parameter Real minPumSpe( final unit="1", displayUnit="1", @@ -116,20 +112,21 @@ block Controller parameter Real Ti( final unit="s", displayUnit="s", - final quantity="time", - final min=0) = 0.5 + final quantity="Time") = 0.5 "Time constant of integrator block" annotation (Dialog(tab="Pump control parameters", - group="PID parameters")); + group="PID parameters", + enable = controlTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controlTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real Td( final unit="s", displayUnit="s", - final quantity="time", + final quantity="Time", final min=0) = 0.1 "Time constant of derivative block" annotation (Dialog(tab="Pump control parameters", - group="PID parameters")); + group="PID parameters", + enable = controlTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controlTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real sigDif( final unit="1", @@ -137,6 +134,19 @@ block Controller "Constant value used in hysteresis for checking pump speed" annotation (Dialog(tab="Advanced")); + parameter Real samplePeriodUniDelPumSpe( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0)=60 + "Sample period of unit delay for pump speed feedback" + annotation (Dialog(tab="Advanced")); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypePumSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Controller type for pump speed control" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] "Pumps operating status" annotation (Placement(transformation(extent={{-320,110},{-280,150}}), @@ -148,17 +158,17 @@ block Controller iconTransformation(extent={{-140,-20},{-100,20}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uPumLeaLag[nPum] - "Chilled water pump lead-lag order" + "Chilled water pump lead-lag order (Should be array of pump indices which indicates order of pump enable; Lowest index should be 1)" annotation (Placement(transformation(extent={{-320,150},{-280,190}}), iconTransformation(extent={{-140,60},{-100,100}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWat_remote[nSen]( - final unit=fill("Pa", nSen), - final quantity=fill("PressureDifference", nSen), - displayUnit=fill("Pa", nSen)) - "Chilled water differential static pressure from remote sensor" - annotation (Placement(transformation(extent={{-320,-180},{-280,-140}}), - iconTransformation(extent={{-140,-60},{-100,-20}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWat_remote( + final unit="Pa", + final quantity="PressureDifference", + displayUnit="Pa") + "Chilled water differential static pressure from remote sensor" annotation + (Placement(transformation(extent={{-320,-180},{-280,-140}}), + iconTransformation(extent={{-140,-60},{-100,-20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatSet( final unit="Pa", @@ -199,12 +209,12 @@ protected "Pump index, {1,2,...,n}"; Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi[nPum] - "Logical switch" + "Logical switch for enabling and disabling complete pump system with lead pump" annotation (Placement(transformation(extent={{180,-10},{200,10}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Constant con[nPum]( final k=fill(false, nPum)) - "Boolean source" + "Boolean false source for switching off all pumps" annotation (Placement(transformation(extent={{122,-40},{142,-20}}))); Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep( @@ -212,8 +222,8 @@ protected "Boolean replicator" annotation (Placement(transformation(extent={{118,86},{138,106}}))); - Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel( - final samplePeriod=1) + Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel(final samplePeriod= + samplePeriodUniDelPumSpe) "Unit delay for pump speed" annotation (Placement(transformation(extent={{-200,28},{-180,48}}))); @@ -229,13 +239,14 @@ protected Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp pumSpeRemDp( - final nSen=nSen, + final nSen=1, final nPum=nPum, final minPumSpe=minPumSpe, final maxPumSpe=maxPumSpe, final k=k, final Ti=Ti, - final Td=Td) + final Td=Td, + controllerType=controllerTypePumSpe) "Chilled water pump speed control with remote DP sensor" annotation (Placement(transformation(extent={{-20,-200},{0,-180}}))); @@ -249,8 +260,7 @@ protected annotation (Placement(transformation(extent={{-200,160},{-180,180}}))); Buildings.Controls.OBC.CDL.Routing.RealExtractor leaPum( - final nin=nPum) - "Lead pump index" + final nin=nPum) "Find lead pump index" annotation (Placement(transformation(extent={{-60,160},{-40,180}}))); Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt @@ -261,7 +271,7 @@ protected final allowOutOfRange=true, final nin=nPum, final outOfRangeValue=0) - "Next lag pump" + "Find index of next lag pump to be enabled from the pump staging order" annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt1 @@ -272,7 +282,7 @@ protected final allowOutOfRange=true, final nin=nPum, final outOfRangeValue=0) - "Last lag pump" + "Find index of last lag pump to be disabled from pump staging order" annotation (Placement(transformation(extent={{-80,-110},{-60,-90}}))); Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt2 @@ -284,12 +294,11 @@ protected annotation (Placement(transformation(extent={{-250,-130},{-230,-110}}))); Buildings.Controls.OBC.CDL.Integers.MultiSum mulSumInt( - final nin=nPum) - "Sum of integer inputs" + final nin=nPum) "Find number of pumps currently enabled" annotation (Placement(transformation(extent={{-200,-130},{-180,-110}}))); Buildings.Controls.OBC.CDL.Integers.Add addInt - "Integer add" + "Add one to number of currently enabled pumps to obtain next lag pump" annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus @@ -315,11 +324,11 @@ protected annotation (Placement(transformation(extent={{-120,-2},{-100,18}}))); Buildings.Controls.OBC.CDL.Logical.And and1 - "Logical And" + "Enable lag pump only after the lead pump has been enabled" annotation (Placement(transformation(extent={{-30,32},{-10,52}}))); Buildings.Controls.OBC.CDL.Logical.Or or3 - "Logical Or" + "Disable only lag pumps and not the lead pump" annotation (Placement(transformation(extent={{-20,-8},{0,12}}))); equation @@ -427,9 +436,6 @@ equation connect(uChiWatPum, pumSpeRemDp.uChiWatPum) annotation (Line(points={{-300,130}, {-260,130},{-260,-182},{-22,-182}}, color={255,0,255})); - connect(dpChiWat_remote, pumSpeRemDp.dpChiWat) annotation (Line(points={{-300, - -160},{-40,-160},{-40,-190},{-22,-190}}, color={0,0,127})); - connect(dpChiWatSet, pumSpeRemDp.dpChiWatSet) annotation (Line(points={{-300,-190}, {-62,-190},{-62,-198},{-22,-198}}, color={0,0,127})); @@ -454,6 +460,8 @@ equation connect(enaLeaPum.yLea, booRep.u) annotation (Line(points={{-178,80},{-62,80}, {-62,96},{116,96}}, color={255,0,255})); + connect(dpChiWat_remote, pumSpeRemDp.dpChiWat[1]) annotation (Line(points={{ + -300,-160},{-34,-160},{-34,-190},{-22,-190}}, color={0,0,127})); annotation (defaultComponentName="secPumCon", Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-280,-240},{280,200}}), diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo index f18356ae361..97dfb540971 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -19,12 +19,12 @@ block Speed_remoteDp annotation(Dialog(group="Speed controller")); parameter Real Ti( + final quantity="Time", final unit="s", - displayUnit="s", - final quantity="time", - final min=0) = 0.5 + displayUnit = "s") = 0.5 "Time constant of integrator block" - annotation(Dialog(group="Speed controller")); + annotation(Dialog(group="Speed controller", + enable = controlType == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controlType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real Td( final unit="s", @@ -32,6 +32,11 @@ block Speed_remoteDp final quantity="time", final min=0) = 0.1 "Time constant of derivative block" + annotation (Dialog(group="Speed controller", + enable = controlType == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controlType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerType = Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Controller type for pump speed control" annotation (Dialog(group="Speed controller")); Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] @@ -69,22 +74,24 @@ block Speed_remoteDp annotation (Placement(transformation(extent={{60,-10},{80,10}}))); Buildings.Controls.OBC.CDL.Continuous.Line pumSpe - "Pump speed" + "Convert PI signal into linear transformation between minimum and maximum pump speed" annotation (Placement(transformation(extent={{60,50},{80,70}}))); protected Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID[nSen]( - final controllerType=fill(Buildings.Controls.OBC.CDL.Types.SimpleController.PID,nSen), + final controllerType=fill(controllerType, nSen), final k=fill(k, nSen), final Ti=fill(Ti, nSen), final Td=fill(Td, nSen), final yMax=fill(1,nSen), - final yMin=fill(0,nSen)) + final yMin=fill(0,nSen), + final xi_start=fill(1,nSen), + final yd_start=fill(1,nSen)) "PID controller for regulating remote differential pressure" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); Buildings.Controls.OBC.CDL.Logical.Edge edg - "Reset PID loop when it is activated" + "Reset PID loop when the pump system is enabled" annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo index f78bbadd0c4..13247e68ad3 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo @@ -31,12 +31,18 @@ block BypassValvePosition final unit="s", displayUnit="s", final quantity="Time") = 0.5 - "Time constant of integrator block"; + "Time constant of integrator block" + annotation(Dialog(enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); - parameter Real Td=0.1 - "Time constant of derivative block"; + parameter Real Td( + final unit="s", + displayUnit="s", + final quantity="Time", + final min=0)=0.1 + "Time constant of derivative block" + annotation(Dialog(enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); - parameter CDL.Types.SimpleController controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] @@ -68,7 +74,7 @@ block BypassValvePosition protected Buildings.Controls.OBC.CDL.Logical.Switch swi - "Real switch" + "Real switch for regulating bypass valve position once all conditions are satisfied" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys( @@ -78,38 +84,37 @@ protected annotation (Placement(transformation(extent={{-90,-10},{-70,10}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 - "Logical not" + "Enable when pump speed is at minimum" annotation (Placement(transformation(extent={{-60,-10},{-40,10}}))); Buildings.Controls.OBC.CDL.Logical.And and2 - "Logical And" + "Regulate bypass valve position only when pump is enabled and at minimum speed" annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); Buildings.Controls.OBC.CDL.Logical.Switch swi1 - "Real switch" + "Ensure bypass valve is open when no pumps are enabled and close it when any pump is enabled" annotation (Placement(transformation(extent={{20,40},{40,60}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( - final k=0) - "Constant real source" + final k=0) "Constant real zero source" annotation (Placement(transformation(extent={{-20,60},{0,80}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( - final k=1) - "Constant real source" + final k=1) "Constant real one source" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); - Buildings.Controls.OBC.CDL.Continuous.PID conPID( + Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID( final controllerType=controllerType, final k=k, final Ti=Ti, - Td=Td, - final reverseActing=false) - "PID controller" + final Td=Td, + reverseActing=false) + "PID controller for regulating differential pressure at or below max pressure setpoint" annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar( - final p=-dPChiWatMax, k=1) + final p=-dPChiWatMax, + final k=1) "Find error in meaured differential pressure from maximum allowed value" annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); @@ -121,7 +126,7 @@ protected Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( final nin=nPum) - "Multi Or" + "Check if any chilled water pump is enabled" annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); equation @@ -173,6 +178,8 @@ equation connect(addPar1.y, conPID.u_m) annotation (Line(points={{-18,-50},{-10,-50},{ -10,-72},{30,-72},{30,-62}}, color={0,0,127})); + connect(and2.y, conPID.trigger) annotation (Line(points={{2,0},{6,0},{6,-66},{ + 24,-66},{24,-62}}, color={255,0,255})); annotation (defaultComponentName="bypValPos", Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, {100,100}}), graphics={ diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index 0ffe24c0d0c..adda39b5043 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -133,8 +133,7 @@ protected annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( - final nin=nPum) - "Multi or" + final nin=nPum) "Check if any chilled water pump is enabled" annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2[nVal]( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo index 06bb561e566..f2b59542db5 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo @@ -100,7 +100,7 @@ block ChilledWaterSupplyReset protected Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi - "Integer switch" + "Send zero requests if condensation is detected in the zone. Else send requests generated from valve position" annotation (Placement(transformation(extent={{70,-70},{90,-50}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( @@ -109,7 +109,7 @@ protected annotation (Placement(transformation(extent={{20,-90},{40,-70}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 - "Logical Not" + "Generate True signal when no condensation is detected" annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); Buildings.Controls.OBC.CDL.Logical.Timer tim( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo index e10d7c7536b..fb2d74ec3d7 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo @@ -9,22 +9,13 @@ block OperatingMode "Table defining schedule for enabling plant"; Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDetOcc - "Detected occupancy" annotation (Placement(transformation(extent={{-180,70}, - {-140,110}}), iconTransformation(extent={{-140,-20},{-100,20}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yDoasEna - "DOAS enable signal" - annotation (Placement(transformation(extent={{140,-90},{180,-50}}), - iconTransformation(extent={{100,-60},{140,-20}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiBeaEna - "Chilled beam system enable signal" - annotation (Placement(transformation(extent={{140,50},{180,90}}), - iconTransformation(extent={{100,20},{140,60}}))); + "Detected occupancy" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yOpeMod "System operating mode signal" - annotation (Placement(transformation(extent={{140,-20},{180,20}}), + annotation (Placement(transformation(extent={{100,-20},{140,20}}), iconTransformation(extent={{100,-20},{140,20}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch( @@ -32,143 +23,68 @@ block OperatingMode final smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, final timeScale=3600) "Table defining when occupancy is expected" - annotation (Placement(transformation(extent={{-130,30},{-110,50}}))); + annotation (Placement(transformation(extent={{-90,-60},{-70,-40}}))); - Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi "Integer switch" - annotation (Placement(transformation(extent={{20,80},{40,100}}))); + Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi + "Pass signal for occupied mode if zone is occupied; Else pass signal for unoccupiedScheduled or unoccupiedUnscheduled" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); protected - parameter Integer modInt[3] = {Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled} + parameter Integer modInt[3]={Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedScheduled, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedUnscheduled} "Array of integer constants associated with each mode"; - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt(final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied) "Constant integer for occupied mode" - annotation (Placement(transformation(extent={{-60,110},{-40,130}}))); + annotation (Placement(transformation(extent={{-20,20},{0,40}}))); Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi1 - "Integer switch" - annotation (Placement(transformation(extent={{-20,30},{0,50}}))); + "Pass signal for unoccupiedScheduled if schedule indicates non-occupancy; Else pass unoccupiedUnscheduled" + annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt1( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled) + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedScheduled) "Constant integer for unoccupiedScheduled mode" - annotation (Placement(transformation(extent={{-60,60},{-40,80}}))); + annotation (Placement(transformation(extent={{-20,-30},{0,-10}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt2( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled) + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedUnscheduled) "Constant integer for unoccupiedUnscheduled mode" - annotation (Placement(transformation(extent={{-60,0},{-40,20}}))); - - Buildings.Controls.OBC.CDL.Integers.Equal intEqu[3] - "Check which mode is currently active" - annotation (Placement(transformation(extent={{-70,-60},{-50,-40}}))); - - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt3[3]( - final k=modInt) - "Constant integer source with operation mode enumeration" - annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); - - Buildings.Controls.OBC.CDL.Routing.IntegerScalarReplicator intRep( - final nout=3) - "Integer replicator" - annotation (Placement(transformation(extent={{-120,-40},{-100,-20}}))); - - Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi[3] - "Logical switch for chilled beam system enable" - annotation (Placement(transformation(extent={{0,-60},{20,-40}}))); - - Buildings.Controls.OBC.CDL.Logical.Sources.Constant con[3]( - final k={true,true,true}) - "Constant Boolean source with chilled beam system enable signals" - annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); - - Buildings.Controls.OBC.CDL.Logical.Sources.Constant con1[3]( - final k={true,false,true}) - "Constant Boolean source with DOAS enable signals" - annotation (Placement(transformation(extent={{-40,-120},{-20,-100}}))); - - Buildings.Controls.OBC.CDL.Logical.Sources.Constant con2[3]( - final k=fill(false, 3)) - "Constant Boolean source with disable signals" - annotation (Placement(transformation(extent={{-40,-80},{-20,-60}}))); - - Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi1[3] - "Logical switch for DOAS enable" - annotation (Placement(transformation(extent={{0,-100},{20,-80}}))); - - Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr1( - final nin=3) - "Multi Or" - annotation (Placement(transformation(extent={{40,-60},{60,-40}}))); - - Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr2( - final nin=3) - "Multi Or" - annotation (Placement(transformation(extent={{40,-100},{60,-80}}))); + annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 "Logical not" - annotation (Placement(transformation(extent={{-70,30},{-50,50}}))); + annotation (Placement(transformation(extent={{-30,-60},{-10,-40}}))); Buildings.Controls.OBC.CDL.Continuous.GreaterThreshold greThr( final t=0.5) "Convert Real signal to Boolean" - annotation (Placement(transformation(extent={{-100,30},{-80,50}}))); + annotation (Placement(transformation(extent={{-60,-60},{-40,-40}}))); equation connect(enaSch.y[1],greThr. u) - annotation (Line(points={{-108,40},{-102,40}}, color={0,0,127})); - connect(conInt.y, intSwi.u1) annotation (Line(points={{-38,120},{10,120},{10,98}, - {18,98}}, color={255,127,0})); - connect(conInt1.y, intSwi1.u1) annotation (Line(points={{-38,70},{-30,70},{-30, - 48},{-22,48}}, color={255,127,0})); - connect(conInt2.y, intSwi1.u3) annotation (Line(points={{-38,10},{-30,10},{-30, - 32},{-22,32}}, - color={255,127,0})); - connect(intSwi1.y, intSwi.u3) annotation (Line(points={{2,40},{10,40},{10,82}, - {18,82}}, color={255,127,0})); - connect(intSwi.y, intRep.u) - annotation (Line(points={{42,90},{50,90},{50,-10},{-130,-10},{-130,-30},{-122, - -30}}, color={255,127,0})); - connect(intRep.y, intEqu.u1) annotation (Line(points={{-98,-30},{-80,-30},{-80, - -50},{-72,-50}}, color={255,127,0})); - connect(conInt3.y, intEqu.u2) annotation (Line(points={{-98,-70},{-90,-70},{-90, - -58},{-72,-58}}, color={255,127,0})); - connect(intEqu.y, logSwi.u2) - annotation (Line(points={{-48,-50},{-2,-50}}, color={255,0,255})); - connect(con.y, logSwi.u1) annotation (Line(points={{-18,-30},{-10,-30},{-10,-42}, - {-2,-42}}, color={255,0,255})); - connect(con2.y, logSwi.u3) annotation (Line(points={{-18,-70},{-10,-70},{-10,-58}, - {-2,-58}}, color={255,0,255})); - connect(con1.y, logSwi1.u1) annotation (Line(points={{-18,-110},{-6,-110},{-6, - -82},{-2,-82}}, color={255,0,255})); - connect(intEqu.y, logSwi1.u2) annotation (Line(points={{-48,-50},{-14,-50},{-14, - -90},{-2,-90}}, color={255,0,255})); - connect(con2.y, logSwi1.u3) annotation (Line(points={{-18,-70},{-10,-70},{-10, - -98},{-2,-98}}, color={255,0,255})); - connect(mulOr1.y, yChiBeaEna) annotation (Line(points={{62,-50},{120,-50},{120, - 70},{160,70}}, color={255,0,255})); - connect(mulOr2.y, yDoasEna) annotation (Line(points={{62,-90},{120,-90},{120,-70}, - {160,-70}}, color={255,0,255})); - connect(intSwi.y, yOpeMod) annotation (Line(points={{42,90},{50,90},{50,0},{160, - 0}}, color={255,127,0})); + annotation (Line(points={{-68,-50},{-62,-50}}, color={0,0,127})); + connect(conInt.y, intSwi.u1) annotation (Line(points={{2,30},{50,30},{50,8},{58, + 8}}, color={255,127,0})); + connect(conInt1.y, intSwi1.u1) annotation (Line(points={{2,-20},{10,-20},{10,-42}, + {18,-42}}, color={255,127,0})); + connect(conInt2.y, intSwi1.u3) annotation (Line(points={{2,-80},{10,-80},{10,-58}, + {18,-58}}, color={255,127,0})); + connect(intSwi1.y, intSwi.u3) annotation (Line(points={{42,-50},{50,-50},{50,-8}, + {58,-8}}, color={255,127,0})); + connect(intSwi.y, yOpeMod) annotation (Line(points={{82,0},{120,0}}, + color={255,127,0})); connect(greThr.y, not1.u) - annotation (Line(points={{-78,40},{-72,40}}, color={255,0,255})); + annotation (Line(points={{-38,-50},{-32,-50}}, + color={255,0,255})); connect(not1.y, intSwi1.u2) - annotation (Line(points={{-48,40},{-22,40}}, color={255,0,255})); + annotation (Line(points={{-8,-50},{18,-50}}, color={255,0,255})); connect(uDetOcc, intSwi.u2) - annotation (Line(points={{-160,90},{18,90}}, color={255,0,255})); - connect(logSwi.y, mulOr1.u[1:3]) annotation (Line(points={{22,-50},{30,-50},{ - 30,-54.6667},{38,-54.6667}}, - color={255,0,255})); - connect(logSwi1.y, mulOr2.u[1:3]) annotation (Line(points={{22,-90},{30,-90}, - {30,-94.6667},{38,-94.6667}},color={255,0,255})); + annotation (Line(points={{-120,0},{58,0}}, color={255,0,255})); annotation (defaultComponentName="opeMod", - Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, - {100,100}}), graphics={ + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ Text( extent={{-100,150},{100,110}}, lineColor={0,0,255}, @@ -184,17 +100,15 @@ equation fillColor={255,255,255}, fillPattern=FillPattern.None, textString="sysOpeMod")}), Diagram( - coordinateSystem(preserveAspectRatio=false, extent={{-140,-140},{140,140}})), + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), Documentation(info="

    Sequences for calculating system operating mode in chilled beam systems.

    The block determines the system operating mode setpoint yOpeMod - as well as the enable signals for the chilled beam system yChiBeaEna - and the DOAS yDoasEna. To do this, it uses the detected - occupancy signal from the zones uDetOcc and the expected - occupancy schedule schTab. + using the detected occupancy signal from the zones uDetOcc + and the expected occupancy schedule schTab.

    The operating mode setpoint and the enable signals based on the inputs @@ -206,8 +120,6 @@ equation Detected occupancy Expected occupancy schedule System operating mode - Chilled beam system enable status - DOAS enable status @@ -215,22 +127,16 @@ equation Occupied - 1 - True - True Unoccupied Unoccupied 2 - True - False Unoccupied Occupied 3 - True - True diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo index 0231aa62e68..e6890ff4854 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo @@ -222,7 +222,7 @@ protected final Td=TdHea, final yMax=1, final yMin=0) - "Damper control" + "Damper control to regulate measured air flowrate at required air flowrate" annotation (Placement(transformation(extent={{0,-40},{20,-20}}))); Buildings.Controls.OBC.CDL.Continuous.Product pro[3] @@ -244,7 +244,7 @@ protected annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea[3] - "Boolean to Real conversion" + "Output real \"one\" signal for currently active mode and \"zero\" for others" annotation (Placement(transformation(extent={{-50,-90},{-30,-70}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 @@ -265,7 +265,7 @@ protected annotation (Placement(transformation(extent={{50,60},{70,80}}))); Buildings.Controls.OBC.CDL.Logical.Switch swi - "Switch to enable air damper control" + "Switch to completely open damper when condensation is detected, and regulate its position otherwise" annotation (Placement(transformation(extent={{80,-40},{100,-20}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( @@ -279,18 +279,18 @@ protected annotation (Placement(transformation(extent={{-48,30},{-28,50}}))); Buildings.Controls.OBC.CDL.Integers.Equal isUnOcc - "Output true if unoccupied" + "Reset PI controllers at start of zone non-occupancy" annotation (Placement(transformation(extent={{-20,-160},{0,-140}}))); - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntUn( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntUn(final k= + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied) "Constant signal for unoccupied mode" annotation (Placement(transformation(extent={{-60,-160},{-40,-140}}))); - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[3]( - final k={Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled}) + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[3](final k={ + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedScheduled, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedUnscheduled}) "List of possible modes" annotation (Placement(transformation(extent={{-110,-120},{-90,-100}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo index 52c8ae761d1..4bb64aa6c5d 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo @@ -66,12 +66,11 @@ protected annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); Buildings.Controls.OBC.CDL.Integers.Equal intEqu - "Check if current mode is occupied" + "Gnerate True signal for occupied mode and False otherwise" annotation (Placement(transformation(extent={{0,-10},{20,10}}))); - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) - "Occupied mode signal" + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt(final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes + .occupied) "Occupied mode signal" annotation (Placement(transformation(extent={{-40,-30},{-20,-10}}))); Buildings.Controls.OBC.CDL.Logical.Switch swi diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo index 176d4bcf62e..c41c9261dba 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo @@ -9,6 +9,10 @@ block SystemController "Main chilled beam system controller" "Total number of chilled water control valves on chilled beams" annotation (Dialog(group="System parameters")); + parameter Integer nSenRemDP=1 + "Total number of remote differential pressure sensors" + annotation (Dialog(group="System parameters")); + parameter Real minPumSpe( final unit="1", displayUnit="1", @@ -115,7 +119,8 @@ block SystemController "Main chilled beam system controller" final min=0) = 0.5 "Time constant of integrator block" annotation (Dialog(tab="Pump control parameters", - group="PID parameters")); + group="PID parameters", + enable = controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real TdPumSpe( final unit="s", @@ -124,7 +129,8 @@ block SystemController "Main chilled beam system controller" final min=0) = 0.1 "Time constant of derivative block" annotation (Dialog(tab="Pump control parameters", - group="PID parameters")); + group="PID parameters", + enable = controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real dPChiWatMax( final unit="Pa", @@ -146,7 +152,8 @@ block SystemController "Main chilled beam system controller" final quantity="Time") = 0.5 "Time constant of integrator block" annotation (Dialog(tab="Bypass valve parameters", - group="PID parameters")); + group="PID parameters", + enable = controllerTypeBypVal == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerTypeBypVal == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real TdBypVal( final unit="s", @@ -155,12 +162,21 @@ block SystemController "Main chilled beam system controller" final min=0) = 0.1 "Time constant of derivative block" annotation (Dialog(tab="Bypass valve parameters", - group="PID parameters")); + group="PID parameters", + enable = controllerTypeBypVal == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerTypeBypVal == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); - parameter Real dPumSpe( + parameter Real sigDifPumSpe( final unit="1", displayUnit="1")=0.01 - "Value added to minimum pump speed to get upper hysteresis limit" + "Constant value used in hysteresis for checking pump speed" + annotation (Dialog(tab="Pump control parameters", + group="Advanced")); + + parameter Real samplePeriodUniDelPumSpe( + final unit="s", + displayUnit="s", + final quantity="Time")=60 + "Sample period of unit delay for pump speed feedback" annotation (Dialog(tab="Pump control parameters", group="Advanced")); @@ -251,17 +267,22 @@ block SystemController "Main chilled beam system controller" "Threshold time for generating two requests" annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); - parameter CDL.Types.SimpleController controllerTypeBypVal=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeBypVal=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller for bypass valve position" annotation (Dialog(tab="Bypass valve parameters", group="PID parameters")); + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypePumSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Controller type for pump speed control" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] "Pump status from plant" annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput dPChiWatLoo - "Measured chilled water loop differential pressure" + "Measured chilled water loop differential pressure from remote sensors" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal] @@ -306,9 +327,12 @@ protected Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller secPumCon( final nPum=nPum, final nVal=nVal, - final nSen=1, final minPumSpe=minPumSpe, final maxPumSpe=maxPumSpe, + valPosClo=valPosClo, + valPosOpe=valPosOpe, + valOpeThr=valOpeThr, + valCloThr=valCloThr, final speLim=speLim, final speLim1=speLim1, final speLim2=speLim2, @@ -317,14 +341,17 @@ protected final timPer3=timPer3, final k=kPumSpe, final Ti=TiPumSpe, - final Td=TdPumSpe) + final Td=TdPumSpe, + sigDif=sigDifPumSpe, + samplePeriodUniDelPumSpe=samplePeriodUniDelPumSpe, + controllerTypePumSpe=controllerTypePumSpe) "Secondary pump controller" annotation (Placement(transformation(extent={{0,20},{20,40}}))); Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition bypValPos( final nPum=nPum, final minPumSpe=minPumSpe, - final dPumSpe=dPumSpe, + final dPumSpe=sigDifPumSpe, final dPChiWatMax=dPChiWatMax, final k=kBypVal, final Ti=TiBypVal, @@ -355,8 +382,6 @@ equation color={0,0,127})); connect(dPChiWatLoo, bypValPos.dpChiWatLoo) annotation (Line(points={{-120,0}, {-90,0},{-90,-35},{38,-35}},color={0,0,127})); - connect(dPChiWatLoo, secPumCon.dpChiWat_remote[1]) annotation (Line(points={{-120,0}, - {-90,0},{-90,20},{-20,20},{-20,26},{-2,26}}, color={0,0,127})); connect(uValPos, secPumCon.uValPos) annotation (Line(points={{-120,-40},{-60,-40}, {-60,30},{-2,30}}, color={0,0,127})); connect(uValPos, chiWatStaPreSetRes.uValPos) annotation (Line(points={{-120,-40}, @@ -368,6 +393,8 @@ equation 30,0},{120,0}}, color={0,0,127})); connect(bypValPos.yBypValPos, yBypValPos) annotation (Line(points={{62,-30},{80, -30},{80,-40},{120,-40}}, color={0,0,127})); + connect(dPChiWatLoo, secPumCon.dpChiWat_remote) annotation (Line(points={{-120, + 0},{-90,0},{-90,26},{-2,26}}, color={0,0,127})); annotation (defaultComponentName="sysCon", Icon(coordinateSystem(preserveAspectRatio=false), graphics={ Text( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo index 3d5572a6c23..46202f4c818 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo @@ -3,7 +3,7 @@ model SystemController "Validate zone temperature setpoint controller" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController - sysCon + sysCon(dPChiWatMax=31000) "System controller" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); @@ -29,14 +29,14 @@ protected equation connect(pul.y, sysCon.uValPos) annotation (Line(points={{-58,0},{-40,0},{-40,-4},{-12,-4}}, color={0,0,127})); - connect(sin2.y, sysCon.dPChiWatLoo) - annotation (Line(points={{-58,40},{-28,40},{-28,0},{-12,0}}, color={0,0,127})); connect(sysCon.yChiWatPum, pre1.u) annotation (Line(points={{12,4},{20,4},{20,0},{28,0}}, color={255,0,255})); connect(pre1.y, sysCon.uPumSta) annotation (Line(points={{52,0},{60,0},{60,50},{-20,50},{-20,4},{-12,4}}, color={255,0,255})); + connect(sin2.y, sysCon.dPChiWatLoo) annotation (Line(points={{-58,40},{-30,40}, + {-30,0},{-12,0}}, color={0,0,127})); annotation ( experiment( StopTime=3600, @@ -51,6 +51,46 @@ This example validates Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController.

    +

    +It consists of an open-loop setup for the system controller sysCon block, with +a time-varying sinusoidal input sin2 (varying between 17500 Pa and +32500 Pa) for the measured chilled water loop differential pressure sysCon.dPChiWatLoo, +and a periodic pulse input pul for the measured chilled water valve +position sysCon.uValPos. A logical pre block pre1 is used to +capture the pump enable output signal sysCon.yChiWatPum and provide it +back as an input to the pump status signal sysCon.uPumSta. The trim-and-respond +parameters for the chilled water static pressure setpoint reset in sysCon +use nominal pressure 30000 Pa and minimum pressure 20000 Pa. +

    +

    +The following observations should be apparent from the simulation plots: +

      +
    1. +The lead pump enable signal sysCon.yChiWatPum[1] becomes true +when sysCon.uValPos changes to 1. It becomes false +when sysCon.uValPos changes to 0. +
    2. +
    3. +When sysCon.dPChiWatLoo falls below the calculated static pressure +setpoint sysCon.chiWatStaPreSetRes.yStaPreSetPoi,an increase in pump +speed output signal sysCon.yPumSpe is observed. +
    4. +
    5. +The lag pump enable signal sysCon.yChiWatPum[2] becomes true when +sysCon.yPumSpe exceeds pump speed limit sysCon.speLim1 +for duration sysCon.timPer2, and becomes false when it +falls below sysCon.speLim2 for sysCon.timPer3. +
    6. +
    7. +The bypass valve position signal sysCon.yBypValPos becomes 0 +when sysCon.yChiWatPum[1] == true and is 1 +when sysCon.yChiWatPum[1] == false. +sysCon.yBypValPos is increased from 0 if sysCon.yChiWatPum[1] == true, +sysCon.yPumSpe is at minimum pump speed sysCon.minPumSpe +and sysCon.dPChiWatLoo exceeds maximum pressure allowed sysCon.dPChiWatMax. +
    8. +
    +

    ", revisions="
    • diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo index fce4f03ab79..c5af14a6d41 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo @@ -324,9 +324,11 @@ protected equation connect(uDetOcc, opeMod.uDetOcc) - annotation (Line(points={{-120,80},{-82,80}}, color={255,0,255})); - connect(opeMod.yOpeMod, zonRegCon.uOpeMod) annotation (Line(points={{-58,80},{ - -50,80},{-50,24},{-12,24}}, color={255,127,0})); + annotation (Line(points={{-120,80},{-102,80},{-102,80.9091},{-82,80.9091}}, + color={255,0,255})); + connect(opeMod.yOpeMod, zonRegCon.uOpeMod) annotation (Line(points={{-58, + 80.9091},{-50,80.9091},{-50,24},{-12,24}}, + color={255,127,0})); connect(uConSen, zonRegCon.uConSen) annotation (Line(points={{-120,40},{-60,40}, {-60,32},{-12,32}}, color={255,0,255})); connect(TZon, zonRegCon.TZon) annotation (Line(points={{-120,0},{-40,0},{-40,36}, diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo index 0f1cea537a8..88e57913589 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo @@ -75,6 +75,44 @@ This example validates Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.TerminalController.

      +

      +It consists of an open-loop setup for the terminal controller block terCon, +with boolean pulse signals booPul1 and booPul for the +detected occupancy input terCon.uDetOcc and the detected condensation signal +terCon.uConSen. It also has sinusoidal inputs sin1 and sin +for the measured zone temperature input terCon.TZon and the measured terminal +discharge air flowrate terCon.VDis_flow. The chilled water valve position signal +terCon.yChiVal is captured using a unit delay block uniDel and +is provided as input to the measured chilled water valve position input terCon.uChiVal. +

      +

      +The following observations should be apparent from the simulation plots: +

        +
      1. +Valve position signal terCon.yChiVal is increased from 0 whenever terCon.TZon +exceeds the zone cooling setpoint temperature terCon.zonRegCon.TZonSet.TZonCooSet. +It is reduced to 0 whenever terCon.uConSen becomes true +for duration conSenOnThr. +
      2. +
      3. +It also determines the number of chilled water supply requests +terCon.yChiWatSupReq and temperature reset requests terCon.TChiWatReq. +terCon.TChiWatReq should be zero whenever terCon.uConSen +becomes true for duration conSenOnThr. +
      4. +
      5. +Terminal reheat signal terCon.yReh is increased from 0 +whenever terCon.TZon falls below the zone heating setpoint temperature +terCon.zonRegCon.TZonSet.TZonHeaSet. +
      6. +
      7. +Terminal damper position signal terCon.yDam is increased from 0 +whenever terCon.VDis_flow falls below the discharge air flowrate setpoint +terCon.zonRegCon.mulSum.y. It is changed to 1 whenever +terCon.uConSen becomes true for duration conSenOnThr. +
      8. +
      +

      ", revisions="
      • diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.mo new file mode 100644 index 00000000000..ff5e9f8a910 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.mo @@ -0,0 +1,41 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types; +package OperationModes "Definitions for operation modes" + + constant Integer occupied = 1 + "System is operated in this mode when zone is occupied."; + + constant Integer unoccupiedScheduled = 2 + "System is operated in this mode when zone is unoccupied and schedule indicates the same."; + + constant Integer unoccupiedUnscheduled = 3 + "System is operated in this mode when zone is unoccupied but schedule indicates it is occupied."; + + annotation ( + Documentation(info=" +

        + This package provides constants that indicate the system operation mode type based on the + detected occupancy signal from the occupancy sensor in the zone, and the + expected occupancy as per the schedule. +

        + ", + revisions=" +
          +
        • + June 29, 2021, by Karthik Devaprasad: +
          + First implementation. +
        • +
        + "), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0)})); +end OperationModes; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.order new file mode 100644 index 00000000000..0a04babef73 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.order @@ -0,0 +1,3 @@ +occupied +unoccupiedScheduled +unoccupiedUnscheduled diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order index d0abedecf03..419105a47d2 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order @@ -1 +1 @@ -OperationModeTypes +OperationModes From 64be72358e547c64da6bb431fd547d528562c889 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 Nov 2021 12:10:10 -0800 Subject: [PATCH 016/196] Removed redundant types package --- .../Types/OperationModeTypes/package.mo | 41 ------------------- .../Types/OperationModeTypes/package.order | 3 -- 2 files changed, 44 deletions(-) delete mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo delete mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo deleted file mode 100644 index ed31596a76e..00000000000 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo +++ /dev/null @@ -1,41 +0,0 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types; -package OperationModeTypes "Definitions for operation mode types" - - constant Integer occupied = 1 - "System is operated in this mode when zone is occupied."; - - constant Integer unoccupiedScheduled = 2 - "System is operated in this mode when zone is unoccupied and schedule indicates the same."; - - constant Integer unoccupiedUnscheduled = 3 - "System is operated in this mode when zone is unoccupied but schedule indicates it is occupied."; - - annotation ( - Documentation(info=" -

        - This package provides constants that indicate the system operation mode type based on the - detected occupancy signal from the occupancy sensor in the zone, and the - expected occupancy as per the schedule. -

        - ", - revisions=" -
          -
        • - June 29, 2021, by Karthik Devaprasad: -
          - First implementation. -
        • -
        - "), - Icon(graphics={ - Rectangle( - lineColor={200,200,200}, - fillColor={248,248,248}, - fillPattern=FillPattern.HorizontalCylinder, - extent={{-100,-100},{100,100}}, - radius=25.0), - Rectangle( - lineColor={128,128,128}, - extent={{-100,-100},{100,100}}, - radius=25.0)})); -end OperationModeTypes; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order deleted file mode 100644 index 0a04babef73..00000000000 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order +++ /dev/null @@ -1,3 +0,0 @@ -occupied -unoccupiedScheduled -unoccupiedUnscheduled From 019d4eed23d33ab98d7965b3a9b3a2c8e9d62b72 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 Nov 2021 13:54:31 -0800 Subject: [PATCH 017/196] Updated models to resolve unit test errors. Uploaded new results for the models changed during closed loop validation --- .../SecondaryPumps/Controller.mo | 8 ++++---- .../Subsequences/Speed_remoteDp.mo | 4 ++-- .../Subsequences/Validation/Speed_remoteDp.mo | 4 +++- .../SecondaryPumps/Validation/Controller.mo | 9 ++++----- ...ps_Subsequences_Validation_Speed_remoteDp.txt | 14 +++++++------- ...stem_SecondaryPumps_Validation_Controller.txt | 16 ++++++++-------- ...System_System_Validation_SystemController.txt | 8 ++++---- .../SecondaryPumps/Validation/Controller.mos | 2 +- .../SetPoints/Validation/OperatingMode.mos | 2 -- ...stem.SecondaryPumps.Validation.Controller.mos | 2 +- 10 files changed, 34 insertions(+), 35 deletions(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo index d377b080031..7310244a2a0 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo @@ -116,7 +116,7 @@ block Controller "Time constant of integrator block" annotation (Dialog(tab="Pump control parameters", group="PID parameters", - enable = controlTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controlTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + enable = controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real Td( final unit="s", @@ -126,7 +126,7 @@ block Controller "Time constant of derivative block" annotation (Dialog(tab="Pump control parameters", group="PID parameters", - enable = controlTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controlTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + enable = controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real sigDif( final unit="1", @@ -166,8 +166,8 @@ block Controller final unit="Pa", final quantity="PressureDifference", displayUnit="Pa") - "Chilled water differential static pressure from remote sensor" annotation - (Placement(transformation(extent={{-320,-180},{-280,-140}}), + "Chilled water differential static pressure from remote sensor" annotation ( + Placement(transformation(extent={{-320,-180},{-280,-140}}), iconTransformation(extent={{-140,-60},{-100,-20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatSet( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 97dfb540971..0caadbc151d 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -24,7 +24,7 @@ block Speed_remoteDp displayUnit = "s") = 0.5 "Time constant of integrator block" annotation(Dialog(group="Speed controller", - enable = controlType == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controlType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real Td( final unit="s", @@ -33,7 +33,7 @@ block Speed_remoteDp final min=0) = 0.1 "Time constant of derivative block" annotation (Dialog(group="Speed controller", - enable = controlType == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controlType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerType = Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Controller type for pump speed control" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo index dc2c93f8ab1..4638afbc40d 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo @@ -3,7 +3,9 @@ model Speed_remoteDp "Validate sequence of controlling chilled water pump speed using remote DP" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp - chiPumSpe(nSen=2, nPum=2) + chiPumSpe( + final nSen=2, + final nPum=2) "Chilled water pump speed control based on remote hardwired differential pressure sensor" annotation (Placement(transformation(extent={{40,-10},{60,10}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo index 94fa1cbb9f3..bcb1329d119 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo @@ -5,7 +5,6 @@ model Controller Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller pumCon( final nPum=2, - final nSen=2, final minPumSpe=0.1, final maxPumSpe=1, final k=1, @@ -32,10 +31,10 @@ protected "Logical pre block" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2[2]( - final amplitude=fill(0.5, 2), - final freqHz=fill(1/1800, 2), - final offset=fill(1, 2)) + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2( + final amplitude=0.5, + final freqHz=1/1800, + final offset=1) "Sine signal" annotation (Placement(transformation(extent={{-80,-30},{-60,-10}}))); diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt index 8ba94b7d917..c4a28780fc4 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt @@ -1,16 +1,16 @@ -last-generated=2021-09-15 +last-generated=2021-11-24 statistics-simulation= { "linear": " ", "nonlinear": " ", - "number of continuous time states": "4", + "number of continuous time states": "2", "numerical Jacobians": "0" } time=[0e+00, 1e+01] -chiPumSpe.maxLoo.u[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.808341316878796e-03, 1.798101307716469e-02, 3.227887659583916e-02, 4.864125402963012e-02, 6.701025775334954e-02, 8.73093381524086e-02, 1.0945914665092e-01, 1.333736507782984e-01, 1.589585787429064e-01, 1.861131671599482e-01, 2.147296816110611e-01, 2.446947986818765e-01, 2.758901131240362e-01, 3.081923695282258e-01, 3.414744711945709e-01, 3.756049573421478e-01, 4.104489423866975e-01, 4.458698715319624e-01, 4.817268757861855e-01, 5.178797495483659e-01, 5.541840791702271e-01, 5.904965746446225e-01, 6.266746016208997e-01, 6.625752959143287e-01, 6.980573198503315e-01, 7.329804301261902e-01, 7.672068202481078e-01, 8.006013662092671e-01, 8.330321893413941e-01, 8.643716279288758e-01, 8.944957256317139e-01, 9.232856150508363e-01, 9.506279138090408e-01, 9.764143345091328e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998175750052953e-01, 9.898133873939514e-01] -chiPumSpe.maxLoo.u[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.864015452563763e-03, 1.197775749908127e-02, 2.151131558643473e-02, 3.242067299658705e-02, 4.466385294132189e-02, 5.819856002926826e-02, 7.296489910386565e-02, 8.890698295245343e-02, 1.059642026072505e-01, 1.240675123886678e-01, 1.431445777416229e-01, 1.631202071774402e-01, 1.839163261691497e-01, 2.054508359493494e-01, 2.276389415638606e-01, 2.503924071788788e-01, 2.736216487035072e-01, 2.972352064655704e-01, 3.211394388721052e-01, 3.452404765660541e-01, 3.694427311420441e-01, 3.936509461415852e-01, 4.177697759103896e-01, 4.417036019102232e-01, 4.653584063354391e-01, 4.886403977870941e-01, 5.11458012639578e-01, 5.337213099309784e-01, 5.553420375008724e-01, 5.762350742118449e-01, 5.963177680969238e-01] -chiPumSpe.maxLoo.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.808341316878796e-03, 1.798101307716469e-02, 3.227887659583916e-02, 4.864125402963012e-02, 6.701025775334954e-02, 8.73093381524086e-02, 1.0945914665092e-01, 1.333736507782984e-01, 1.589585787429064e-01, 1.861131671599482e-01, 2.147296816110611e-01, 2.446947986818765e-01, 2.758901131240362e-01, 3.081923695282258e-01, 3.414744711945709e-01, 3.756049573421478e-01, 4.104489423866975e-01, 4.458698715319624e-01, 4.817268757861855e-01, 5.178797495483659e-01, 5.541840791702271e-01, 5.904965746446225e-01, 6.266746016208997e-01, 6.625752959143287e-01, 6.980573198503315e-01, 7.329804301261902e-01, 7.672068202481078e-01, 8.006013662092671e-01, 8.330321893413941e-01, 8.643716279288758e-01, 8.944957256317139e-01, 9.232856150508363e-01, 9.506279138090408e-01, 9.764143345091328e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998175750052953e-01, 9.898133873939514e-01] -chiPumSpe.pumSpe.y=[1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.052275076508522e-01, 1.16182912514493e-01, 1.290509818582534e-01, 1.437771323519148e-01, 1.603092386835087e-01, 1.785784065723419e-01, 1.985132297506787e-01, 2.200362812300918e-01, 2.430627193784996e-01, 2.675018668352378e-01, 2.932567000389099e-01, 3.202253247740964e-01, 3.483011077720971e-01, 3.773731325752611e-01, 4.073270270553176e-01, 4.380444586277008e-01, 4.69404042187478e-01, 5.012828724580362e-01, 5.335541941678325e-01, 5.660917447914059e-01, 5.987656712532043e-01, 6.314469291010891e-01, 6.640071295379945e-01, 6.963177901644126e-01, 7.282516057466349e-01, 7.596823573112488e-01, 7.904861263023966e-01, 8.205412593902649e-01, 8.49729006169871e-01, 8.779344293734287e-01, 9.050461649894714e-01, 9.309570416248237e-01, 9.555651403089617e-01, 9.787728950980961e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998358175053342e-01, 9.908320307731628e-01] +chiPumSpe.maxLoo.u[1]=[1e+00, 9.87808048919808e-01, 9.734516148331648e-01, 9.56984879648181e-01, 9.384717356751182e-01, 9.179853796958923e-01, 8.956030066289488e-01, 8.714189499344219e-01, 8.455233009522451e-01, 8.180219463299916e-01, 7.890195250511169e-01, 9.696136190674806e-01, 9.379651103615544e-01, 9.051782329481683e-01, 8.713778175475603e-01, 8.366997241973877e-01, 8.01282235546105e-01, 7.652651244274851e-01, 7.287903253144373e-01, 6.920015127865101e-01, 6.5504390001297e-01, 6.180658584341022e-01, 5.812137898294221e-01, 5.44628662413243e-01, 5.084539398914431e-01, 4.728346168994904e-01, 4.379117756423311e-01, 4.038233321772832e-01, 3.707035625073012e-01, 3.3868324785243e-01, 3.078885674476624e-01, 2.784410442474747e-01, 2.504573594911203e-01, 2.240478275209793e-01, 1.993167331558899e-01, 1.763614267110825e-01, 1.552726883348573e-01, 1.361337242558077e-01, 1.190199403794771e-01, 1.039989129724916e-01, 9.112997353076935e-02, 8.04639220713441e-02, 7.204282427547207e-02, 6.589989615711531e-02, 6.205940152072651e-02, 6.053651124238968e-02, 6.133721978109308e-02, 6.445821489546084e-02, 6.988735031261493e-02, 7.760300409919481e-02, 8.75750407576561e-02, 9.976397251963733e-02, 1.141218096208974e-01, 1.305918512581996e-01, 1.491090769109713e-01, 1.696004867553711e-01, 1.919849738903922e-01, 2.161743079058058e-01, 2.420727849089786e-01, 2.695785194654575e-01, 2.985827922821045e-01, 3.289712368646177e-01, 3.60623838627648e-01, 3.934155665077091e-01, 4.272173317204394e-01, 4.618955552577972e-01, 4.97313384580825e-01, 5.333309866244442e-01, 5.69806148292334e-01, 6.065951234056346e-01, 6.435526609420776e-01, 6.80532907895644e-01, 7.173898324372868e-01, 7.539778848720762e-01, 7.901529922717956e-01, 8.25772225856781e-01, 8.606949777066887e-01, 8.947834415974441e-01, 9.279029341685689e-01, 9.599230584624648e-01, 9.907172918319702e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.930082559585571e-01] +chiPumSpe.maxLoo.u[2]=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.918735537537404e-01, 9.823019552903861e-01, 9.713222924202912e-01, 9.589777711668834e-01, 9.453173875808716e-01, 9.303951114142563e-01, 9.142696936569981e-01, 8.970043573764517e-01, 8.78667670486226e-01, 8.593323230743408e-01, 8.390741150110255e-01, 8.179719550225951e-01, 7.961096657370388e-01, 7.735744932009745e-01, 7.50455379486084e-01, 7.268439899765792e-01, 7.028328295462355e-01, 6.785163166725172e-01, 6.539904113642133e-01, 6.293519735336304e-01, 6.046985153010159e-01, 5.801273713511373e-01, 5.557355152077876e-01, 5.316190352281969e-01, 5.078730583190918e-01, 4.845912833569418e-01, 4.618653228709085e-01, 4.397854028709786e-01, 4.18438156636673e-01, 3.979091346263885e-01, 3.782783266950501e-01, 3.596233381522564e-01, 3.420177727584557e-01, 3.25530633710699e-01, 3.102271854877472e-01, 2.961677782171981e-01, 2.834080825669286e-01, 2.719987837941942e-01, 2.619848937471916e-01, 2.534059882164001e-01, 2.462958932246921e-01, 2.406823247325093e-01, 2.365873373428321e-01, 2.340268660249069e-01, 2.330110669136047e-01, 2.335442020532397e-01, 2.356243488891946e-01, 2.392435738192867e-01, 2.44387725472814e-01, 2.510363161563873e-01, 2.591629114148272e-01, 2.687351306401713e-01, 2.797148305742002e-01, 2.920589324202635e-01, 3.057186603546143e-01, 3.206405490913226e-01, 3.367660366439815e-01, 3.540314694298238e-01, 3.723689436922485e-01, 3.917051553726196e-01, 4.11963920655902e-01, 4.3306563438497e-01, 4.549266869660188e-01, 4.774611869767585e-01, 5.005797743797302e-01, 5.241914676228439e-01, 5.482032164752243e-01, 5.725198518461385e-01, 5.970459327053392e-01, 6.216840744018555e-01, 6.463374151781999e-01, 6.709087957930936e-01, 6.953008307520271e-01, 7.194176632269358e-01, 7.431637644767761e-01, 7.664457275443192e-01, 7.891716787373088e-01, 8.11251360321236e-01, 8.325981697814737e-01, 8.531275987625122e-01] +chiPumSpe.maxLoo.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.918735537537404e-01, 9.823019552903861e-01, 9.713222924202912e-01, 9.589777711668834e-01, 9.453173875808716e-01, 9.303951114142563e-01, 9.142696936569981e-01, 8.970043573764517e-01, 8.78667670486226e-01, 8.593323230743408e-01, 8.390741150110255e-01, 8.179719550225951e-01, 7.961096657370388e-01, 7.735744932009745e-01, 7.50455379486084e-01, 7.268439899765792e-01, 7.028328295462355e-01, 6.785163166725172e-01, 6.539904113642133e-01, 6.293519735336304e-01, 6.046985153010159e-01, 5.801273713511373e-01, 5.557355152077876e-01, 5.316190352281969e-01, 5.078730583190918e-01, 4.845912833569418e-01, 4.618653228709085e-01, 4.397854028709786e-01, 4.18438156636673e-01, 3.979091346263885e-01, 3.782783266950501e-01, 3.596233381522564e-01, 3.420177727584557e-01, 3.25530633710699e-01, 3.102271854877472e-01, 2.961677782171981e-01, 2.834080825669286e-01, 2.719987837941942e-01, 2.695785194654575e-01, 2.985827922821045e-01, 3.289712368646177e-01, 3.60623838627648e-01, 3.934155665077091e-01, 4.272173317204394e-01, 4.618955552577972e-01, 4.97313384580825e-01, 5.333309866244442e-01, 5.69806148292334e-01, 6.065951234056346e-01, 6.435526609420776e-01, 6.80532907895644e-01, 7.173898324372868e-01, 7.539778848720762e-01, 7.901529922717956e-01, 8.25772225856781e-01, 8.606949777066887e-01, 8.947834415974441e-01, 9.279029341685689e-01, 9.599230584624648e-01, 9.907172918319702e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.930082559585571e-01] +chiPumSpe.pumSpe.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.926862043389446e-01, 9.840717359196033e-01, 9.741901108619069e-01, 9.630800000105174e-01, 9.507856369018555e-01, 9.373556241145464e-01, 9.228426885285682e-01, 9.073039216388492e-01, 8.908009093979825e-01, 8.733990788459778e-01, 8.551667154308519e-01, 8.361747356786483e-01, 8.164986872424059e-01, 7.962170438810475e-01, 7.754098773002625e-01, 7.541596088602579e-01, 7.325495585125267e-01, 7.106646790448579e-01, 6.885913821484083e-01, 6.664167642593384e-01, 6.442286756918433e-01, 6.221146163347439e-01, 6.001620113700427e-01, 5.784571376656995e-01, 5.570857524871826e-01, 5.361321371398542e-01, 5.156787846237512e-01, 4.9580688046499e-01, 4.765943469335128e-01, 4.581182301044464e-01, 4.404505029662134e-01, 4.236609924163008e-01, 4.078159925023495e-01, 3.929775792803826e-01, 3.792044520378113e-01, 3.665510003955494e-01, 3.550672623895058e-01, 3.447989113751256e-01, 3.426206764596084e-01, 3.68724524974823e-01, 3.960741131782269e-01, 4.24561436883774e-01, 4.54074027738218e-01, 4.844956104693671e-01, 5.157060027122498e-01, 5.475820610239178e-01, 5.799978998825877e-01, 6.128255096218111e-01, 6.459356229860569e-01, 6.791974306106567e-01, 7.124795634620414e-01, 7.45650831312051e-01, 7.785800665829441e-01, 8.111377049657156e-01, 8.431949615478516e-01, 8.74625473975669e-01, 9.053050855168844e-01, 9.351126586333898e-01, 9.639307585765975e-01, 9.916455745697021e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.937074184417725e-01] chiPumSpe.pumSpe.f1=[1.000000014901161e-01, 1.000000014901161e-01] chiPumSpe.pumSpe.f2=[1e+00, 1e+00] -chiPumSpe.yChiWatPumSpe=[1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.052275076508522e-01, 1.16182912514493e-01, 1.290509818582534e-01, 1.437771323519148e-01, 1.603092386835087e-01, 1.785784065723419e-01, 1.985132297506787e-01, 2.200362812300918e-01, 2.430627193784996e-01, 2.675018668352378e-01, 2.932567000389099e-01, 3.202253247740964e-01, 3.483011077720971e-01, 3.773731325752611e-01, 4.073270270553176e-01, 4.380444586277008e-01, 4.69404042187478e-01, 5.012828724580362e-01, 5.335541941678325e-01, 5.660917447914059e-01, 5.987656712532043e-01, 6.314469291010891e-01, 6.640071295379945e-01, 6.963177901644126e-01, 7.282516057466349e-01, 7.596823573112488e-01, 7.904861263023966e-01, 8.205412593902649e-01, 8.49729006169871e-01, 8.779344293734287e-01, 9.050461649894714e-01, 9.309570416248237e-01, 9.555651403089617e-01, 9.787728950980961e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998358175053342e-01, 9.908320307731628e-01] +chiPumSpe.yChiWatPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.926862043389446e-01, 9.840717359196033e-01, 9.741901108619069e-01, 9.630800000105174e-01, 9.507856369018555e-01, 9.373556241145464e-01, 9.228426885285682e-01, 9.073039216388492e-01, 8.908009093979825e-01, 8.733990788459778e-01, 8.551667154308519e-01, 8.361747356786483e-01, 8.164986872424059e-01, 7.962170438810475e-01, 7.754098773002625e-01, 7.541596088602579e-01, 7.325495585125267e-01, 7.106646790448579e-01, 6.885913821484083e-01, 6.664167642593384e-01, 6.442286756918433e-01, 6.221146163347439e-01, 6.001620113700427e-01, 5.784571376656995e-01, 5.570857524871826e-01, 5.361321371398542e-01, 5.156787846237512e-01, 4.9580688046499e-01, 4.765943469335128e-01, 4.581182301044464e-01, 4.404505029662134e-01, 4.236609924163008e-01, 4.078159925023495e-01, 3.929775792803826e-01, 3.792044520378113e-01, 3.665510003955494e-01, 3.550672623895058e-01, 3.447989113751256e-01, 3.426206764596084e-01, 3.68724524974823e-01, 3.960741131782269e-01, 4.24561436883774e-01, 4.54074027738218e-01, 4.844956104693671e-01, 5.157060027122498e-01, 5.475820610239178e-01, 5.799978998825877e-01, 6.128255096218111e-01, 6.459356229860569e-01, 6.791974306106567e-01, 7.124795634620414e-01, 7.45650831312051e-01, 7.785800665829441e-01, 8.111377049657156e-01, 8.431949615478516e-01, 8.74625473975669e-01, 9.053050855168844e-01, 9.351126586333898e-01, 9.639307585765975e-01, 9.916455745697021e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.937074184417725e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt index 897d8b73622..51bd6646414 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt @@ -1,9 +1,9 @@ -last-generated=2021-09-15 +last-generated=2021-11-24 statistics-simulation= { "linear": " ", "nonlinear": " ", - "number of continuous time states": "4", + "number of continuous time states": "1", "numerical Jacobians": "0" } time=[0e+00, 3.6e+03] @@ -11,13 +11,13 @@ pumCon.uPumLeaLag[1]=[2e+00, 2e+00] pumCon.uPumLeaLag[2]=[1e+00, 1e+00] pumCon.uValPos[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] pumCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -pumCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000760421156883e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.999217391014099e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000759676098824e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +pumCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000783517956734e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.999238252639771e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000756025314331e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] pumCon.enaLagSecPum.timPer=[1.2e+02, 1.2e+02] pumCon.enaLagSecPum.timPer1=[6e+01, 6e+01] pumCon.enaLagSecPum.timPer2=[1.2e+02, 1.2e+02] -pumCon.enaLagSecPum.tim1.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.900000000000011e+01, 2.500000000000011e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01] -pumCon.enaLagSecPum.tim.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.6e+01, 5.200000000000011e+01, 2.500000000000011e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.6e+01, 5.2e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01] -pumCon.enaLagSecPum.tim2.y=[0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.9e+01, 8.5e+01, 1.000000000000028e+00, 3.7e+01, 7.3e+01, 1.09e+02, 2.5e+01, 6.1e+01, 9.7e+01, 1.300000000000006e+01, 4.9e+01, 8.5e+01, 1e+00, 3.7e+01, 7.3e+01, 1.09e+02, 2.5e+01, 6.1e+01, 9.7e+01, 1.3e+01, 4.9e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.4e+01, 5e+01, 8.6e+01, 2.000000000000227e+00, 3.800000000000023e+01, 7.400000000000023e+01, 1.1e+02, 2.6e+01, 6.2e+01, 9.8e+01, 1.4e+01, 5e+01, 8.6e+01, 2e+00, 3.8e+01, 7.4e+01, 1.1e+02, 2.6e+01, 6.2e+01, 9.8e+01, 1.4e+01, 5e+01, 8.6e+01, 2e+00, 3.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -pumCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -pumCon.dpChiWat_remote[1]=[1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.240876793861389e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460813e-01, 8.159376978874204e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.24087679386139e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460815e-01, 8.159376978874207e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00] +pumCon.enaLagSecPum.tim1.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.200000000000011e+01, 4.800000000000011e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01] +pumCon.enaLagSecPum.tim.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.200000000000011e+01, 4.800000000000011e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01] +pumCon.enaLagSecPum.tim2.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.6e+01, 7.200000000000003e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.400000000000006e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 8.400000000000023e+01, 1.199999999999964e+02, 3.600000000000023e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.999999999999685e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.dpChiWat_remote=[1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.240876793861389e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460813e-01, 8.159376978874204e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.24087679386139e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460815e-01, 8.159376978874207e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00] pumCon.dpChiWatSet=[1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt index c97455e64d0..61aec2c14bd 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt @@ -1,9 +1,9 @@ -last-generated=2021-09-15 +last-generated=2021-11-24 statistics-simulation= { "linear": " ", "nonlinear": " ", - "number of continuous time states": "3", + "number of continuous time states": "2", "numerical Jacobians": "0" } time=[0e+00, 3.6e+03] @@ -11,5 +11,5 @@ sysCon.uValPos[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00 sysCon.dPChiWatLoo=[2.5e+04, 2.594e+04, 2.6865173828125e+04, 2.776093359375e+04, 2.861315234375e+04, 2.9408388671875e+04, 3.0134103515625e+04, 3.0778849609375e+04, 3.1332458984375e+04, 3.1786203125e+04, 3.2132923828125e+04, 3.2367154296875e+04, 3.2485201171875e+04, 3.2485201171875e+04, 3.2367154296875e+04, 3.2132923828125e+04, 3.1786203125e+04, 3.1332458984375e+04, 3.0778849609375e+04, 3.0134103515625e+04, 2.9408388671875e+04, 2.861315234375e+04, 2.776093359375e+04, 2.6865173828125e+04, 2.594e+04, 2.5e+04, 2.406e+04, 2.3134826171875e+04, 2.223906640625e+04, 2.138684765625e+04, 2.0591611328125e+04, 1.9865896484375e+04, 1.9221150390625e+04, 1.8667541015625e+04, 1.8213796875e+04, 1.7867076171875e+04, 1.7632845703125e+04, 1.7514798828125e+04, 1.7514798828125e+04, 1.7632845703125e+04, 1.7867076171875e+04, 1.8213796875e+04, 1.8667541015625e+04, 1.9221150390625e+04, 1.9865896484375e+04, 2.0591611328125e+04, 2.138684765625e+04, 2.223906640625e+04, 2.3134826171875e+04, 2.406e+04, 2.5e+04, 2.594e+04, 2.6865173828125e+04, 2.776093359375e+04, 2.861315234375e+04, 2.9408388671875e+04, 3.0134103515625e+04, 3.0778849609375e+04, 3.1332458984375e+04, 3.1786203125e+04, 3.2132923828125e+04, 3.2367154296875e+04, 3.2485201171875e+04, 3.2485201171875e+04, 3.2367154296875e+04, 3.2132923828125e+04, 3.1786203125e+04, 3.1332458984375e+04, 3.0778849609375e+04, 3.0134103515625e+04, 2.9408388671875e+04, 2.861315234375e+04, 2.776093359375e+04, 2.6865173828125e+04, 2.594e+04, 2.5e+04, 2.406e+04, 2.3134826171875e+04, 2.223906640625e+04, 2.138684765625e+04, 2.0591611328125e+04, 1.9865896484375e+04, 1.9221150390625e+04, 1.8667541015625e+04, 1.8213796875e+04, 1.7867076171875e+04, 1.7632845703125e+04, 1.7514798828125e+04, 1.7514798828125e+04, 1.7632845703125e+04, 1.7867076171875e+04, 1.8213796875e+04, 1.8667541015625e+04, 1.9221150390625e+04, 1.9865896484375e+04, 2.0591611328125e+04, 2.138684765625e+04, 2.223906640625e+04, 2.3134826171875e+04, 2.406e+04, 2.5e+04] sysCon.chiWatStaPreSetRes.yStaPreSetPoi=[3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 2.95e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04] sysCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -sysCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678702354431152e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.264259219169617e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678703546524027e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.264249086380005e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -sysCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +sysCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678944945335388e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.263599991798401e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678866863250704e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.263619065284729e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +sysCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos index 7f3260cd45a..9de2b193e53 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos @@ -7,6 +7,6 @@ createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.yPumSpe"}, range={0.0, 3 createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.enaLagSecPum.timPer", "pumCon.enaLagSecPum.timPer1", "pumCon.enaLagSecPum.timPer2", "pumCon.enaLagSecPum.tim1.y", "pumCon.enaLagSecPum.tim.y", "pumCon.enaLagSecPum.tim2.y"}, range={0.0, 3600.0, -50.0, 150.0}, grid=true, subPlot=5, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.yChiWatPum[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=6, colors={{28,108,200}}); -createPlot(id=2, position={841, 0, 823, 451}, y={"pumCon.dpChiWat_remote[1]", "pumCon.dpChiWatSet"}, range={0.0, 3600.0, 0.4, 1.6}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=2, position={841, 0, 823, 451}, y={"pumCon.dpChiWat_remote", "pumCon.dpChiWatSet"}, range={0.0, 3600.0, 0.4, 1.6}, grid=true, colors={{28,108,200}, {238,46,47}}); createPlot(id=2, position={841, 0, 823, 223}, y={"pumCon.yPumSpe"}, range={0.0, 3600.0, 0.0, 1.1}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos index 6d3cbc08a54..b74ee7a2fa7 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos @@ -3,5 +3,3 @@ simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Set createPlot(id=1, position={0, 0, 1338, 978}, y={"operatingMode.enaSch.y[1]"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.uDetOcc"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1338, 192}, y={"operatingMode.intSwi.y"}, range={0.0, 7600.0, -1.0, 4.0}, grid=true, subPlot=3, colors={{28,108,200}}); -createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.yChiBeaEna"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); -createPlot(id=1, position={0, 0, 1338, 192}, y={"operatingMode.yDoasEna"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=5, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos index 9650cd9b44d..8f8a7618db3 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos @@ -12,6 +12,6 @@ compareVars := "pumCon.enaLagSecPum.tim.y", "pumCon.enaLagSecPum.tim2.y", "pumCon.yChiWatPum[1]", - "pumCon.dpChiWat_remote[1]", + "pumCon.dpChiWat_remote", "pumCon.dpChiWatSet" }; From 85c2fd8564a0fabe225759f780ee729c4c1bc549 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 Nov 2021 14:42:04 -0800 Subject: [PATCH 018/196] Updated formatting --- .../ChilledBeamSystem/SecondaryPumps/Controller.mo | 6 ++++-- .../SecondaryPumps/Subsequences/EnableLead.mo | 2 +- .../SecondaryPumps/Subsequences/Speed_remoteDp.mo | 8 +++++--- .../Subsequences/Validation/ChangeStatus.mo | 2 +- .../Subsequences/Validation/EnableLag_pumpSpeed.mo | 3 ++- .../SecondaryPumps/Subsequences/Validation/package.mo | 4 ++-- .../SecondaryPumps/Validation/Controller.mo | 2 +- .../SecondaryPumps/Validation/package.mo | 4 ++-- .../ChilledBeamSystem/SetPoints/BypassValvePosition.mo | 8 +++++--- .../SetPoints/ChilledWaterStaticPressureSetpointReset.mo | 5 +++-- .../SetPoints/Validation/BypassValvePosition.mo | 5 +++-- .../SetPoints/Validation/OperatingMode.mo | 3 ++- .../SetPoints/Validation/ZoneRegulation.mo | 6 ++++-- .../ChilledBeamSystem/SetPoints/ZoneRegulation.mo | 3 ++- .../ChilledBeamSystem/SetPoints/ZoneTemperature.mo | 5 +++-- .../ChilledBeamSystem/System/SystemController.mo | 3 ++- .../ChilledBeamSystem/Terminal/TerminalController.mo | 7 +++---- 17 files changed, 45 insertions(+), 31 deletions(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo index 7310244a2a0..9579828a0b9 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo @@ -260,7 +260,8 @@ protected annotation (Placement(transformation(extent={{-200,160},{-180,180}}))); Buildings.Controls.OBC.CDL.Routing.RealExtractor leaPum( - final nin=nPum) "Find lead pump index" + final nin=nPum) + "Find lead pump index" annotation (Placement(transformation(extent={{-60,160},{-40,180}}))); Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt @@ -294,7 +295,8 @@ protected annotation (Placement(transformation(extent={{-250,-130},{-230,-110}}))); Buildings.Controls.OBC.CDL.Integers.MultiSum mulSumInt( - final nin=nPum) "Find number of pumps currently enabled" + final nin=nPum) + "Find number of pumps currently enabled" annotation (Placement(transformation(extent={{-200,-130},{-180,-110}}))); Buildings.Controls.OBC.CDL.Integers.Add addInt diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo index 0e593c4edcc..c46366978a6 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; block EnableLead - "Sequence to enable or disable the lead pump of chilled beam systems" + "Sequence to enable or disable the lead pump of chilled beam systems" parameter Integer nVal = 3 "Number of chilled water control valves on chilled beam manifolds"; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 0caadbc151d..650f116c513 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -21,7 +21,7 @@ block Speed_remoteDp parameter Real Ti( final quantity="Time", final unit="s", - displayUnit = "s") = 0.5 + displayUnit="s") = 0.5 "Time constant of integrator block" annotation(Dialog(group="Speed controller", enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); @@ -64,7 +64,8 @@ block Speed_remoteDp final min=minPumSpe, final max=maxPumSpe, final unit="1", - displayUnit="1") "Chilled water pump speed" + displayUnit="1") + "Chilled water pump speed" annotation (Placement(transformation(extent={{120,80},{160,120}}), iconTransformation(extent={{100,-20},{140,20}}))); @@ -95,7 +96,8 @@ protected annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( - final nin=nPum) "Check if any chilled water pumps are enabled" + final nin=nPum) + "Check if any chilled water pumps are enabled" annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo index cf5bf25fc00..06793e6b898 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; model ChangeStatus - "Validate sequence for changing pump status" + "Validate sequence for changing pump status" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus chaPumSta( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo index 832d91eae33..b7cdc2862fa 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo @@ -3,7 +3,8 @@ model EnableLag_pumpSpeed "Validate sequence for enabling variable-speed lag pumps using pump speed" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLag_pumpSpeed - enaLagPum "Test instance for speed-limit speLim" + enaLagPum + "Test instance for speed-limit speLim" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); Buildings.Controls.OBC.CDL.Logical.TrueFalseHold yUp( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo index 3b28169ff3c..0b639731695 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo @@ -6,8 +6,8 @@ package Validation "Collection of validation models" annotation (preferredView="info", Documentation(info="

        This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.BoilerPlant.Pumps.ChilledWater.Subsequences. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.

        Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo index bcb1329d119..f2351af57f3 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation; model Controller - "Validate chilled beam chilled water pump control sequence" + "Validate chilled beam chilled water pump control sequence" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller pumCon( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo index 5d2c7b826bf..7f93a0c9622 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo @@ -5,8 +5,8 @@ package Validation "Collection of validation models" annotation (preferredView="info", Documentation(info="

        This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.BoilerPlant.Pumps.ChilledWater. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.

        Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo index 13247e68ad3..e458d9b5b0b 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; block BypassValvePosition - "Block with sequences for calculating bypass valve position" + "Block with sequences for calculating bypass valve position" parameter Integer nPum = 2 "Number of pumps in the chilled water loop"; @@ -96,11 +96,13 @@ protected annotation (Placement(transformation(extent={{20,40},{40,60}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( - final k=0) "Constant real zero source" + final k=0) + "Constant real zero source" annotation (Placement(transformation(extent={{-20,60},{0,80}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( - final k=1) "Constant real one source" + final k=1) + "Constant real one source" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index adda39b5043..a42516b1d24 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; block ChilledWaterStaticPressureSetpointReset - "Sequence to generate static pressure setpoint for chilled water loop" + "Sequence to generate static pressure setpoint for chilled water loop" parameter Integer nVal = 3 "Number of chilled water control valves on chilled beam manifolds"; @@ -133,7 +133,8 @@ protected annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( - final nin=nPum) "Check if any chilled water pump is enabled" + final nin=nPum) + "Check if any chilled water pump is enabled" annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2[nVal]( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo index 9a3505456f3..eddf6a5db54 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; model BypassValvePosition - "Validate bypass valve position setpoint controller" + "Validate bypass valve position setpoint controller" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition bypValPos @@ -25,7 +25,8 @@ protected Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul[2]( final period=fill(4000,2), - final shift=fill(10, 2)) "Boolean pulse source" + final shift=fill(10, 2)) + "Boolean pulse source" annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); equation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo index ba3435418ab..d258b80d553 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo @@ -1,5 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; -model OperatingMode "Validate system operating mode setpoint controller" +model OperatingMode + "Validate system operating mode setpoint controller" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode operatingMode( schTab=[0,0; 1,1; 2,0; 24,0]) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo index c8882c91a8f..b5a669d33bf 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo @@ -1,11 +1,13 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; -model ZoneRegulation "Validate zone regulation controller" +model ZoneRegulation + "Validate zone regulation controller" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation zonRegCon( final VDes_occ=0.5, final VDes_unoccSch=0.1, - final VDes_unoccUnsch=0.2) "Zone temperature regulator" + final VDes_unoccUnsch=0.2) + "Zone temperature regulator" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); protected diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo index e6890ff4854..da2b278c26b 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo @@ -1,5 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; -block ZoneRegulation "Controller for zone CAV box and chilled beam manifold" +block ZoneRegulation + "Controller for zone CAV box and chilled beam manifold" parameter Real conSenOnThr( final unit="s", diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo index 4bb64aa6c5d..c16ffb6ef41 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo @@ -69,8 +69,9 @@ protected "Gnerate True signal for occupied mode and False otherwise" annotation (Placement(transformation(extent={{0,-10},{20,10}}))); - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt(final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes - .occupied) "Occupied mode signal" + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied) + "Occupied mode signal" annotation (Placement(transformation(extent={{-40,-30},{-20,-10}}))); Buildings.Controls.OBC.CDL.Logical.Switch swi diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo index c41c9261dba..07129b75ed1 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo @@ -1,5 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System; -block SystemController "Main chilled beam system controller" +block SystemController + "Main chilled beam system controller" parameter Integer nPum=2 "Number of chilled water pumps" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo index c5af14a6d41..e8653757c69 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo @@ -324,11 +324,10 @@ protected equation connect(uDetOcc, opeMod.uDetOcc) - annotation (Line(points={{-120,80},{-102,80},{-102,80.9091},{-82,80.9091}}, + annotation (Line(points={{-120,80},{-102,80},{-102,80},{-82,80}}, color={255,0,255})); - connect(opeMod.yOpeMod, zonRegCon.uOpeMod) annotation (Line(points={{-58, - 80.9091},{-50,80.9091},{-50,24},{-12,24}}, - color={255,127,0})); + connect(opeMod.yOpeMod, zonRegCon.uOpeMod) annotation (Line(points={{-58,80},{ + -50,80},{-50,24},{-12,24}}, color={255,127,0})); connect(uConSen, zonRegCon.uConSen) annotation (Line(points={{-120,40},{-60,40}, {-60,32},{-12,32}}, color={255,0,255})); connect(TZon, zonRegCon.TZon) annotation (Line(points={{-120,0},{-40,0},{-40,36}, From b132ffef74e78716c6b28629434650cfb4fc1ed3 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 25 Nov 2021 01:12:25 -0800 Subject: [PATCH 019/196] Added documentation to packages --- .../PrimarySystem/ChilledBeamSystem/SetPoints/package.mo | 7 ++++++- .../PrimarySystem/ChilledBeamSystem/System/package.mo | 8 +++++++- .../PrimarySystem/ChilledBeamSystem/Terminal/package.mo | 9 ++++++++- .../PrimarySystem/ChilledBeamSystem/Types/package.mo | 7 ++++++- .../ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo | 9 ++++++++- 5 files changed, 35 insertions(+), 5 deletions(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo index d5e62a15b0f..abe726f6823 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo @@ -14,5 +14,10 @@ annotation (Icon(graphics={ Text( extent={{-100,100},{100,-100}}, lineColor={0,0,0}, - textString="S")})); + textString="S")}), + Documentation(info=" +

        + This package contains sequences for setpoint calculations for the system. +

        + ")); end SetPoints; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo index 4f8174e4588..5c883910bed 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo @@ -33,5 +33,11 @@ annotation (Icon(graphics={ lineColor={128,128,128}, fillColor={255,255,255}, fillPattern=FillPattern.Solid, - extent={{-80.0,0.0},{-20.0,60.0}})})); + extent={{-80.0,0.0},{-20.0,60.0}})}), + Documentation(info=" +

        + This package contains control sequences for the main chilled beam system, consisting + of the chilled water pumps and the pressure-relief bypass valve. +

        + ")); end System; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo index 6a873e12025..a7a5d79da71 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo @@ -33,5 +33,12 @@ annotation (Icon(graphics={ lineColor={128,128,128}, fillColor={255,255,255}, fillPattern=FillPattern.Solid, - extent={{-80.0,0.0},{-20.0,60.0}})})); + extent={{-80.0,0.0},{-20.0,60.0}})}), + Documentation(info=" +

        + This package contains control sequences for the zone regulation components, + including the chilled beam manifold control, and zone CAV terminal damper + position and reheat controls. +

        + ")); end Terminal; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo index 67176d81d46..f3744995ef2 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo @@ -30,5 +30,10 @@ package Types "Package with type definitions for chilled beam systems" points={{49.2597,22.3327},{31.2597,24.3327},{7.2597,18.3327},{-26.7403, 10.3327},{-46.7403,14.3327},{-48.7403,6.3327},{-32.7403,0.3327},{-6.7403, 4.3327},{33.2597,14.3327},{49.2597,14.3327},{49.2597,22.3327}}, - smooth=Smooth.Bezier)})); + smooth=Smooth.Bezier)}), + Documentation(info=" +

        + This package provides types used in the chilled beam control sequences. +

        + ")); end Types; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo index 1294f85fd42..87d17f5237e 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo @@ -33,5 +33,12 @@ annotation (Icon(graphics={ lineColor={128,128,128}, fillColor={255,255,255}, fillPattern=FillPattern.Solid, - extent={{-80.0,0.0},{-20.0,60.0}})})); + extent={{-80.0,0.0},{-20.0,60.0}})}), + Documentation(info=" +

        + This package contains control sequences for chilled beam systems. The sequence + of operations were compiled after a literature review of the best practices + in the industry. +

        + ")); end ChilledBeamSystem; From 2e385716a330ae86bafc7793f289325b56a1a307 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Mon, 29 Nov 2021 09:03:56 -0800 Subject: [PATCH 020/196] Added block to prevent division by zero when static pressure setpoint is zero --- .../Subsequences/Speed_remoteDp.mo | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 650f116c513..0ca95b575cb 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -103,7 +103,7 @@ protected Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep( final nout=nSen) "Replicate real input" - annotation (Placement(transformation(extent={{-100,-110},{-80,-90}}))); + annotation (Placement(transformation(extent={{-70,-110},{-50,-90}}))); Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep( final nout=nSen) @@ -143,9 +143,13 @@ protected "Logical switch" annotation (Placement(transformation(extent={{80,90},{100,110}}))); + Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar( + final p=1e-6, + final k=1) + "Ensure zero setpoint does not cause division by zero" + annotation (Placement(transformation(extent={{-110,-110},{-90,-90}}))); + equation - connect(dpChiWatSet, reaRep.u) - annotation (Line(points={{-140,-100},{-102,-100}}, color={0,0,127})); connect(zer.y, pumSpe.x1) annotation (Line(points={{2,80},{20,80},{20,68},{58,68}}, color={0,0,127})); @@ -167,10 +171,6 @@ equation annotation (Line(points={{-140,-60},{-40,-60},{-40,-74},{-22,-74}}, color={0,0,127})); - connect(reaRep.y, div.u2) - annotation (Line(points={{-78,-100},{-40,-100},{-40,-86},{-22,-86}}, - color={0,0,127})); - connect(one.y, reaRep1.u) annotation (Line(points={{-58,40},{-40,40},{-40,0},{-22,0}}, color={0,0,127})); @@ -200,6 +200,12 @@ equation annotation (Line(points={{42,0},{50,0},{50,0},{58,0}}, color={0,0,127})); connect(pumSpe_max.y, swi.u3) annotation (Line(points={{2,40},{10,40},{10,92}, {78,92}}, color={0,0,127})); + connect(reaRep.y, div.u2) annotation (Line(points={{-48,-100},{-40,-100},{-40, + -86},{-22,-86}}, color={0,0,127})); + connect(dpChiWatSet, addPar.u) + annotation (Line(points={{-140,-100},{-112,-100}}, color={0,0,127})); + connect(addPar.y, reaRep.u) + annotation (Line(points={{-88,-100},{-72,-100}}, color={0,0,127})); annotation ( defaultComponentName="chiPumSpe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), From f01e0f3472fd21421eb0adb1cdd0478027823949 Mon Sep 17 00:00:00 2001 From: "Karthik Devaprasad (PNNL)" <59938817+karthikeyad-pnnl@users.noreply.github.com> Date: Tue, 30 Nov 2021 06:55:41 -0800 Subject: [PATCH 021/196] Issue2614 chilled beam sequences controls only (#2783) * Added files for control modules with changes to address comments made by Michael on issue 2614 on lbl-srg/modelica-buildings * Removed redundant types package * Updated models to resolve unit test errors. Uploaded new results for the models changed during closed loop validation * Updated formatting * Added documentation to packages * Added block to prevent division by zero when static pressure setpoint is zero --- .../SecondaryPumps/Controller.mo | 76 ++++---- .../SecondaryPumps/Subsequences/EnableLead.mo | 2 +- .../Subsequences/Speed_remoteDp.mo | 49 +++-- .../Subsequences/Validation/ChangeStatus.mo | 2 +- .../Validation/EnableLag_pumpSpeed.mo | 3 +- .../Subsequences/Validation/Speed_remoteDp.mo | 4 +- .../Subsequences/Validation/package.mo | 4 +- .../SecondaryPumps/Validation/Controller.mo | 11 +- .../SecondaryPumps/Validation/package.mo | 4 +- .../SetPoints/BypassValvePosition.mo | 43 +++-- ...ChilledWaterStaticPressureSetpointReset.mo | 4 +- .../SetPoints/ChilledWaterSupplyReset.mo | 4 +- .../SetPoints/OperatingMode.mo | 176 ++++-------------- .../Validation/BypassValvePosition.mo | 5 +- .../SetPoints/Validation/OperatingMode.mo | 3 +- .../SetPoints/Validation/ZoneRegulation.mo | 6 +- .../SetPoints/ZoneRegulation.mo | 23 +-- .../SetPoints/ZoneTemperature.mo | 4 +- .../ChilledBeamSystem/SetPoints/package.mo | 7 +- .../System/SystemController.mo | 56 ++++-- .../System/Validation/SystemController.mo | 46 ++++- .../ChilledBeamSystem/System/package.mo | 8 +- .../Terminal/TerminalController.mo | 3 +- .../Terminal/Validation/TerminalController.mo | 38 ++++ .../ChilledBeamSystem/Terminal/package.mo | 9 +- .../package.mo | 4 +- .../package.order | 0 .../ChilledBeamSystem/Types/package.mo | 7 +- .../ChilledBeamSystem/Types/package.order | 2 +- .../ChilledBeamSystem/package.mo | 9 +- ...Subsequences_Validation_Speed_remoteDp.txt | 14 +- ...m_SecondaryPumps_Validation_Controller.txt | 16 +- ...tem_System_Validation_SystemController.txt | 8 +- .../SecondaryPumps/Validation/Controller.mos | 2 +- .../SetPoints/Validation/OperatingMode.mos | 2 - ...m.SecondaryPumps.Validation.Controller.mos | 2 +- 36 files changed, 369 insertions(+), 287 deletions(-) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/{OperationModeTypes => OperationModes}/package.mo (93%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/{OperationModeTypes => OperationModes}/package.order (100%) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo index 5df46999455..9579828a0b9 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo @@ -10,10 +10,6 @@ block Controller "Total number of chilled water control valves on chilled beams" annotation (Dialog(group="System parameters")); - parameter Integer nSen=2 - "Total number of remote differential pressure sensors" - annotation (Dialog(group="System parameters")); - parameter Real minPumSpe( final unit="1", displayUnit="1", @@ -116,20 +112,21 @@ block Controller parameter Real Ti( final unit="s", displayUnit="s", - final quantity="time", - final min=0) = 0.5 + final quantity="Time") = 0.5 "Time constant of integrator block" annotation (Dialog(tab="Pump control parameters", - group="PID parameters")); + group="PID parameters", + enable = controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real Td( final unit="s", displayUnit="s", - final quantity="time", + final quantity="Time", final min=0) = 0.1 "Time constant of derivative block" annotation (Dialog(tab="Pump control parameters", - group="PID parameters")); + group="PID parameters", + enable = controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real sigDif( final unit="1", @@ -137,6 +134,19 @@ block Controller "Constant value used in hysteresis for checking pump speed" annotation (Dialog(tab="Advanced")); + parameter Real samplePeriodUniDelPumSpe( + final unit="s", + displayUnit="s", + final quantity="time", + final min=0)=60 + "Sample period of unit delay for pump speed feedback" + annotation (Dialog(tab="Advanced")); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypePumSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Controller type for pump speed control" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] "Pumps operating status" annotation (Placement(transformation(extent={{-320,110},{-280,150}}), @@ -148,17 +158,17 @@ block Controller iconTransformation(extent={{-140,-20},{-100,20}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uPumLeaLag[nPum] - "Chilled water pump lead-lag order" + "Chilled water pump lead-lag order (Should be array of pump indices which indicates order of pump enable; Lowest index should be 1)" annotation (Placement(transformation(extent={{-320,150},{-280,190}}), iconTransformation(extent={{-140,60},{-100,100}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWat_remote[nSen]( - final unit=fill("Pa", nSen), - final quantity=fill("PressureDifference", nSen), - displayUnit=fill("Pa", nSen)) - "Chilled water differential static pressure from remote sensor" - annotation (Placement(transformation(extent={{-320,-180},{-280,-140}}), - iconTransformation(extent={{-140,-60},{-100,-20}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWat_remote( + final unit="Pa", + final quantity="PressureDifference", + displayUnit="Pa") + "Chilled water differential static pressure from remote sensor" annotation ( + Placement(transformation(extent={{-320,-180},{-280,-140}}), + iconTransformation(extent={{-140,-60},{-100,-20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatSet( final unit="Pa", @@ -199,12 +209,12 @@ protected "Pump index, {1,2,...,n}"; Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi[nPum] - "Logical switch" + "Logical switch for enabling and disabling complete pump system with lead pump" annotation (Placement(transformation(extent={{180,-10},{200,10}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Constant con[nPum]( final k=fill(false, nPum)) - "Boolean source" + "Boolean false source for switching off all pumps" annotation (Placement(transformation(extent={{122,-40},{142,-20}}))); Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep( @@ -212,8 +222,8 @@ protected "Boolean replicator" annotation (Placement(transformation(extent={{118,86},{138,106}}))); - Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel( - final samplePeriod=1) + Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel(final samplePeriod= + samplePeriodUniDelPumSpe) "Unit delay for pump speed" annotation (Placement(transformation(extent={{-200,28},{-180,48}}))); @@ -229,13 +239,14 @@ protected Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp pumSpeRemDp( - final nSen=nSen, + final nSen=1, final nPum=nPum, final minPumSpe=minPumSpe, final maxPumSpe=maxPumSpe, final k=k, final Ti=Ti, - final Td=Td) + final Td=Td, + controllerType=controllerTypePumSpe) "Chilled water pump speed control with remote DP sensor" annotation (Placement(transformation(extent={{-20,-200},{0,-180}}))); @@ -250,7 +261,7 @@ protected Buildings.Controls.OBC.CDL.Routing.RealExtractor leaPum( final nin=nPum) - "Lead pump index" + "Find lead pump index" annotation (Placement(transformation(extent={{-60,160},{-40,180}}))); Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt @@ -261,7 +272,7 @@ protected final allowOutOfRange=true, final nin=nPum, final outOfRangeValue=0) - "Next lag pump" + "Find index of next lag pump to be enabled from the pump staging order" annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt1 @@ -272,7 +283,7 @@ protected final allowOutOfRange=true, final nin=nPum, final outOfRangeValue=0) - "Last lag pump" + "Find index of last lag pump to be disabled from pump staging order" annotation (Placement(transformation(extent={{-80,-110},{-60,-90}}))); Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt2 @@ -285,11 +296,11 @@ protected Buildings.Controls.OBC.CDL.Integers.MultiSum mulSumInt( final nin=nPum) - "Sum of integer inputs" + "Find number of pumps currently enabled" annotation (Placement(transformation(extent={{-200,-130},{-180,-110}}))); Buildings.Controls.OBC.CDL.Integers.Add addInt - "Integer add" + "Add one to number of currently enabled pumps to obtain next lag pump" annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus @@ -315,11 +326,11 @@ protected annotation (Placement(transformation(extent={{-120,-2},{-100,18}}))); Buildings.Controls.OBC.CDL.Logical.And and1 - "Logical And" + "Enable lag pump only after the lead pump has been enabled" annotation (Placement(transformation(extent={{-30,32},{-10,52}}))); Buildings.Controls.OBC.CDL.Logical.Or or3 - "Logical Or" + "Disable only lag pumps and not the lead pump" annotation (Placement(transformation(extent={{-20,-8},{0,12}}))); equation @@ -427,9 +438,6 @@ equation connect(uChiWatPum, pumSpeRemDp.uChiWatPum) annotation (Line(points={{-300,130}, {-260,130},{-260,-182},{-22,-182}}, color={255,0,255})); - connect(dpChiWat_remote, pumSpeRemDp.dpChiWat) annotation (Line(points={{-300, - -160},{-40,-160},{-40,-190},{-22,-190}}, color={0,0,127})); - connect(dpChiWatSet, pumSpeRemDp.dpChiWatSet) annotation (Line(points={{-300,-190}, {-62,-190},{-62,-198},{-22,-198}}, color={0,0,127})); @@ -454,6 +462,8 @@ equation connect(enaLeaPum.yLea, booRep.u) annotation (Line(points={{-178,80},{-62,80}, {-62,96},{116,96}}, color={255,0,255})); + connect(dpChiWat_remote, pumSpeRemDp.dpChiWat[1]) annotation (Line(points={{ + -300,-160},{-34,-160},{-34,-190},{-22,-190}}, color={0,0,127})); annotation (defaultComponentName="secPumCon", Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-280,-240},{280,200}}), diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo index 0e593c4edcc..c46366978a6 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; block EnableLead - "Sequence to enable or disable the lead pump of chilled beam systems" + "Sequence to enable or disable the lead pump of chilled beam systems" parameter Integer nVal = 3 "Number of chilled water control valves on chilled beam manifolds"; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo index f18356ae361..0ca95b575cb 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -19,12 +19,12 @@ block Speed_remoteDp annotation(Dialog(group="Speed controller")); parameter Real Ti( + final quantity="Time", final unit="s", - displayUnit="s", - final quantity="time", - final min=0) = 0.5 + displayUnit="s") = 0.5 "Time constant of integrator block" - annotation(Dialog(group="Speed controller")); + annotation(Dialog(group="Speed controller", + enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real Td( final unit="s", @@ -32,6 +32,11 @@ block Speed_remoteDp final quantity="time", final min=0) = 0.1 "Time constant of derivative block" + annotation (Dialog(group="Speed controller", + enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerType = Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Controller type for pump speed control" annotation (Dialog(group="Speed controller")); Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] @@ -59,7 +64,8 @@ block Speed_remoteDp final min=minPumSpe, final max=maxPumSpe, final unit="1", - displayUnit="1") "Chilled water pump speed" + displayUnit="1") + "Chilled water pump speed" annotation (Placement(transformation(extent={{120,80},{160,120}}), iconTransformation(extent={{100,-20},{140,20}}))); @@ -69,32 +75,35 @@ block Speed_remoteDp annotation (Placement(transformation(extent={{60,-10},{80,10}}))); Buildings.Controls.OBC.CDL.Continuous.Line pumSpe - "Pump speed" + "Convert PI signal into linear transformation between minimum and maximum pump speed" annotation (Placement(transformation(extent={{60,50},{80,70}}))); protected Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID[nSen]( - final controllerType=fill(Buildings.Controls.OBC.CDL.Types.SimpleController.PID,nSen), + final controllerType=fill(controllerType, nSen), final k=fill(k, nSen), final Ti=fill(Ti, nSen), final Td=fill(Td, nSen), final yMax=fill(1,nSen), - final yMin=fill(0,nSen)) + final yMin=fill(0,nSen), + final xi_start=fill(1,nSen), + final yd_start=fill(1,nSen)) "PID controller for regulating remote differential pressure" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); Buildings.Controls.OBC.CDL.Logical.Edge edg - "Reset PID loop when it is activated" + "Reset PID loop when the pump system is enabled" annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( - final nin=nPum) "Check if any chilled water pumps are enabled" + final nin=nPum) + "Check if any chilled water pumps are enabled" annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep( final nout=nSen) "Replicate real input" - annotation (Placement(transformation(extent={{-100,-110},{-80,-90}}))); + annotation (Placement(transformation(extent={{-70,-110},{-50,-90}}))); Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep( final nout=nSen) @@ -134,9 +143,13 @@ protected "Logical switch" annotation (Placement(transformation(extent={{80,90},{100,110}}))); + Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar( + final p=1e-6, + final k=1) + "Ensure zero setpoint does not cause division by zero" + annotation (Placement(transformation(extent={{-110,-110},{-90,-90}}))); + equation - connect(dpChiWatSet, reaRep.u) - annotation (Line(points={{-140,-100},{-102,-100}}, color={0,0,127})); connect(zer.y, pumSpe.x1) annotation (Line(points={{2,80},{20,80},{20,68},{58,68}}, color={0,0,127})); @@ -158,10 +171,6 @@ equation annotation (Line(points={{-140,-60},{-40,-60},{-40,-74},{-22,-74}}, color={0,0,127})); - connect(reaRep.y, div.u2) - annotation (Line(points={{-78,-100},{-40,-100},{-40,-86},{-22,-86}}, - color={0,0,127})); - connect(one.y, reaRep1.u) annotation (Line(points={{-58,40},{-40,40},{-40,0},{-22,0}}, color={0,0,127})); @@ -191,6 +200,12 @@ equation annotation (Line(points={{42,0},{50,0},{50,0},{58,0}}, color={0,0,127})); connect(pumSpe_max.y, swi.u3) annotation (Line(points={{2,40},{10,40},{10,92}, {78,92}}, color={0,0,127})); + connect(reaRep.y, div.u2) annotation (Line(points={{-48,-100},{-40,-100},{-40, + -86},{-22,-86}}, color={0,0,127})); + connect(dpChiWatSet, addPar.u) + annotation (Line(points={{-140,-100},{-112,-100}}, color={0,0,127})); + connect(addPar.y, reaRep.u) + annotation (Line(points={{-88,-100},{-72,-100}}, color={0,0,127})); annotation ( defaultComponentName="chiPumSpe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo index cf5bf25fc00..06793e6b898 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; model ChangeStatus - "Validate sequence for changing pump status" + "Validate sequence for changing pump status" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus chaPumSta( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo index 832d91eae33..b7cdc2862fa 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo @@ -3,7 +3,8 @@ model EnableLag_pumpSpeed "Validate sequence for enabling variable-speed lag pumps using pump speed" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLag_pumpSpeed - enaLagPum "Test instance for speed-limit speLim" + enaLagPum + "Test instance for speed-limit speLim" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); Buildings.Controls.OBC.CDL.Logical.TrueFalseHold yUp( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo index dc2c93f8ab1..4638afbc40d 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo @@ -3,7 +3,9 @@ model Speed_remoteDp "Validate sequence of controlling chilled water pump speed using remote DP" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp - chiPumSpe(nSen=2, nPum=2) + chiPumSpe( + final nSen=2, + final nPum=2) "Chilled water pump speed control based on remote hardwired differential pressure sensor" annotation (Placement(transformation(extent={{40,-10},{60,10}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo index 3b28169ff3c..0b639731695 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo @@ -6,8 +6,8 @@ package Validation "Collection of validation models" annotation (preferredView="info", Documentation(info="

        This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.BoilerPlant.Pumps.ChilledWater.Subsequences. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.

        Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo index 94fa1cbb9f3..f2351af57f3 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo @@ -1,11 +1,10 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation; model Controller - "Validate chilled beam chilled water pump control sequence" + "Validate chilled beam chilled water pump control sequence" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller pumCon( final nPum=2, - final nSen=2, final minPumSpe=0.1, final maxPumSpe=1, final k=1, @@ -32,10 +31,10 @@ protected "Logical pre block" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2[2]( - final amplitude=fill(0.5, 2), - final freqHz=fill(1/1800, 2), - final offset=fill(1, 2)) + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2( + final amplitude=0.5, + final freqHz=1/1800, + final offset=1) "Sine signal" annotation (Placement(transformation(extent={{-80,-30},{-60,-10}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo index 5d2c7b826bf..7f93a0c9622 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo @@ -5,8 +5,8 @@ package Validation "Collection of validation models" annotation (preferredView="info", Documentation(info="

        This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.BoilerPlant.Pumps.ChilledWater. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.

        Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo index f78bbadd0c4..e458d9b5b0b 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; block BypassValvePosition - "Block with sequences for calculating bypass valve position" + "Block with sequences for calculating bypass valve position" parameter Integer nPum = 2 "Number of pumps in the chilled water loop"; @@ -31,12 +31,18 @@ block BypassValvePosition final unit="s", displayUnit="s", final quantity="Time") = 0.5 - "Time constant of integrator block"; + "Time constant of integrator block" + annotation(Dialog(enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); - parameter Real Td=0.1 - "Time constant of derivative block"; + parameter Real Td( + final unit="s", + displayUnit="s", + final quantity="Time", + final min=0)=0.1 + "Time constant of derivative block" + annotation(Dialog(enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); - parameter CDL.Types.SimpleController controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] @@ -68,7 +74,7 @@ block BypassValvePosition protected Buildings.Controls.OBC.CDL.Logical.Switch swi - "Real switch" + "Real switch for regulating bypass valve position once all conditions are satisfied" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys( @@ -78,38 +84,39 @@ protected annotation (Placement(transformation(extent={{-90,-10},{-70,10}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 - "Logical not" + "Enable when pump speed is at minimum" annotation (Placement(transformation(extent={{-60,-10},{-40,10}}))); Buildings.Controls.OBC.CDL.Logical.And and2 - "Logical And" + "Regulate bypass valve position only when pump is enabled and at minimum speed" annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); Buildings.Controls.OBC.CDL.Logical.Switch swi1 - "Real switch" + "Ensure bypass valve is open when no pumps are enabled and close it when any pump is enabled" annotation (Placement(transformation(extent={{20,40},{40,60}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( final k=0) - "Constant real source" + "Constant real zero source" annotation (Placement(transformation(extent={{-20,60},{0,80}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( final k=1) - "Constant real source" + "Constant real one source" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); - Buildings.Controls.OBC.CDL.Continuous.PID conPID( + Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID( final controllerType=controllerType, final k=k, final Ti=Ti, - Td=Td, - final reverseActing=false) - "PID controller" + final Td=Td, + reverseActing=false) + "PID controller for regulating differential pressure at or below max pressure setpoint" annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar( - final p=-dPChiWatMax, k=1) + final p=-dPChiWatMax, + final k=1) "Find error in meaured differential pressure from maximum allowed value" annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); @@ -121,7 +128,7 @@ protected Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( final nin=nPum) - "Multi Or" + "Check if any chilled water pump is enabled" annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); equation @@ -173,6 +180,8 @@ equation connect(addPar1.y, conPID.u_m) annotation (Line(points={{-18,-50},{-10,-50},{ -10,-72},{30,-72},{30,-62}}, color={0,0,127})); + connect(and2.y, conPID.trigger) annotation (Line(points={{2,0},{6,0},{6,-66},{ + 24,-66},{24,-62}}, color={255,0,255})); annotation (defaultComponentName="bypValPos", Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, {100,100}}), graphics={ diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index 0ffe24c0d0c..a42516b1d24 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; block ChilledWaterStaticPressureSetpointReset - "Sequence to generate static pressure setpoint for chilled water loop" + "Sequence to generate static pressure setpoint for chilled water loop" parameter Integer nVal = 3 "Number of chilled water control valves on chilled beam manifolds"; @@ -134,7 +134,7 @@ protected Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( final nin=nPum) - "Multi or" + "Check if any chilled water pump is enabled" annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2[nVal]( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo index 06bb561e566..f2b59542db5 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo @@ -100,7 +100,7 @@ block ChilledWaterSupplyReset protected Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi - "Integer switch" + "Send zero requests if condensation is detected in the zone. Else send requests generated from valve position" annotation (Placement(transformation(extent={{70,-70},{90,-50}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( @@ -109,7 +109,7 @@ protected annotation (Placement(transformation(extent={{20,-90},{40,-70}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 - "Logical Not" + "Generate True signal when no condensation is detected" annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); Buildings.Controls.OBC.CDL.Logical.Timer tim( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo index e10d7c7536b..fb2d74ec3d7 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo @@ -9,22 +9,13 @@ block OperatingMode "Table defining schedule for enabling plant"; Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDetOcc - "Detected occupancy" annotation (Placement(transformation(extent={{-180,70}, - {-140,110}}), iconTransformation(extent={{-140,-20},{-100,20}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yDoasEna - "DOAS enable signal" - annotation (Placement(transformation(extent={{140,-90},{180,-50}}), - iconTransformation(extent={{100,-60},{140,-20}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiBeaEna - "Chilled beam system enable signal" - annotation (Placement(transformation(extent={{140,50},{180,90}}), - iconTransformation(extent={{100,20},{140,60}}))); + "Detected occupancy" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yOpeMod "System operating mode signal" - annotation (Placement(transformation(extent={{140,-20},{180,20}}), + annotation (Placement(transformation(extent={{100,-20},{140,20}}), iconTransformation(extent={{100,-20},{140,20}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch( @@ -32,143 +23,68 @@ block OperatingMode final smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, final timeScale=3600) "Table defining when occupancy is expected" - annotation (Placement(transformation(extent={{-130,30},{-110,50}}))); + annotation (Placement(transformation(extent={{-90,-60},{-70,-40}}))); - Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi "Integer switch" - annotation (Placement(transformation(extent={{20,80},{40,100}}))); + Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi + "Pass signal for occupied mode if zone is occupied; Else pass signal for unoccupiedScheduled or unoccupiedUnscheduled" + annotation (Placement(transformation(extent={{60,-10},{80,10}}))); protected - parameter Integer modInt[3] = {Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled} + parameter Integer modInt[3]={Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedScheduled, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedUnscheduled} "Array of integer constants associated with each mode"; - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt(final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied) "Constant integer for occupied mode" - annotation (Placement(transformation(extent={{-60,110},{-40,130}}))); + annotation (Placement(transformation(extent={{-20,20},{0,40}}))); Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi1 - "Integer switch" - annotation (Placement(transformation(extent={{-20,30},{0,50}}))); + "Pass signal for unoccupiedScheduled if schedule indicates non-occupancy; Else pass unoccupiedUnscheduled" + annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt1( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled) + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedScheduled) "Constant integer for unoccupiedScheduled mode" - annotation (Placement(transformation(extent={{-60,60},{-40,80}}))); + annotation (Placement(transformation(extent={{-20,-30},{0,-10}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt2( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled) + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedUnscheduled) "Constant integer for unoccupiedUnscheduled mode" - annotation (Placement(transformation(extent={{-60,0},{-40,20}}))); - - Buildings.Controls.OBC.CDL.Integers.Equal intEqu[3] - "Check which mode is currently active" - annotation (Placement(transformation(extent={{-70,-60},{-50,-40}}))); - - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt3[3]( - final k=modInt) - "Constant integer source with operation mode enumeration" - annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); - - Buildings.Controls.OBC.CDL.Routing.IntegerScalarReplicator intRep( - final nout=3) - "Integer replicator" - annotation (Placement(transformation(extent={{-120,-40},{-100,-20}}))); - - Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi[3] - "Logical switch for chilled beam system enable" - annotation (Placement(transformation(extent={{0,-60},{20,-40}}))); - - Buildings.Controls.OBC.CDL.Logical.Sources.Constant con[3]( - final k={true,true,true}) - "Constant Boolean source with chilled beam system enable signals" - annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); - - Buildings.Controls.OBC.CDL.Logical.Sources.Constant con1[3]( - final k={true,false,true}) - "Constant Boolean source with DOAS enable signals" - annotation (Placement(transformation(extent={{-40,-120},{-20,-100}}))); - - Buildings.Controls.OBC.CDL.Logical.Sources.Constant con2[3]( - final k=fill(false, 3)) - "Constant Boolean source with disable signals" - annotation (Placement(transformation(extent={{-40,-80},{-20,-60}}))); - - Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi1[3] - "Logical switch for DOAS enable" - annotation (Placement(transformation(extent={{0,-100},{20,-80}}))); - - Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr1( - final nin=3) - "Multi Or" - annotation (Placement(transformation(extent={{40,-60},{60,-40}}))); - - Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr2( - final nin=3) - "Multi Or" - annotation (Placement(transformation(extent={{40,-100},{60,-80}}))); + annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 "Logical not" - annotation (Placement(transformation(extent={{-70,30},{-50,50}}))); + annotation (Placement(transformation(extent={{-30,-60},{-10,-40}}))); Buildings.Controls.OBC.CDL.Continuous.GreaterThreshold greThr( final t=0.5) "Convert Real signal to Boolean" - annotation (Placement(transformation(extent={{-100,30},{-80,50}}))); + annotation (Placement(transformation(extent={{-60,-60},{-40,-40}}))); equation connect(enaSch.y[1],greThr. u) - annotation (Line(points={{-108,40},{-102,40}}, color={0,0,127})); - connect(conInt.y, intSwi.u1) annotation (Line(points={{-38,120},{10,120},{10,98}, - {18,98}}, color={255,127,0})); - connect(conInt1.y, intSwi1.u1) annotation (Line(points={{-38,70},{-30,70},{-30, - 48},{-22,48}}, color={255,127,0})); - connect(conInt2.y, intSwi1.u3) annotation (Line(points={{-38,10},{-30,10},{-30, - 32},{-22,32}}, - color={255,127,0})); - connect(intSwi1.y, intSwi.u3) annotation (Line(points={{2,40},{10,40},{10,82}, - {18,82}}, color={255,127,0})); - connect(intSwi.y, intRep.u) - annotation (Line(points={{42,90},{50,90},{50,-10},{-130,-10},{-130,-30},{-122, - -30}}, color={255,127,0})); - connect(intRep.y, intEqu.u1) annotation (Line(points={{-98,-30},{-80,-30},{-80, - -50},{-72,-50}}, color={255,127,0})); - connect(conInt3.y, intEqu.u2) annotation (Line(points={{-98,-70},{-90,-70},{-90, - -58},{-72,-58}}, color={255,127,0})); - connect(intEqu.y, logSwi.u2) - annotation (Line(points={{-48,-50},{-2,-50}}, color={255,0,255})); - connect(con.y, logSwi.u1) annotation (Line(points={{-18,-30},{-10,-30},{-10,-42}, - {-2,-42}}, color={255,0,255})); - connect(con2.y, logSwi.u3) annotation (Line(points={{-18,-70},{-10,-70},{-10,-58}, - {-2,-58}}, color={255,0,255})); - connect(con1.y, logSwi1.u1) annotation (Line(points={{-18,-110},{-6,-110},{-6, - -82},{-2,-82}}, color={255,0,255})); - connect(intEqu.y, logSwi1.u2) annotation (Line(points={{-48,-50},{-14,-50},{-14, - -90},{-2,-90}}, color={255,0,255})); - connect(con2.y, logSwi1.u3) annotation (Line(points={{-18,-70},{-10,-70},{-10, - -98},{-2,-98}}, color={255,0,255})); - connect(mulOr1.y, yChiBeaEna) annotation (Line(points={{62,-50},{120,-50},{120, - 70},{160,70}}, color={255,0,255})); - connect(mulOr2.y, yDoasEna) annotation (Line(points={{62,-90},{120,-90},{120,-70}, - {160,-70}}, color={255,0,255})); - connect(intSwi.y, yOpeMod) annotation (Line(points={{42,90},{50,90},{50,0},{160, - 0}}, color={255,127,0})); + annotation (Line(points={{-68,-50},{-62,-50}}, color={0,0,127})); + connect(conInt.y, intSwi.u1) annotation (Line(points={{2,30},{50,30},{50,8},{58, + 8}}, color={255,127,0})); + connect(conInt1.y, intSwi1.u1) annotation (Line(points={{2,-20},{10,-20},{10,-42}, + {18,-42}}, color={255,127,0})); + connect(conInt2.y, intSwi1.u3) annotation (Line(points={{2,-80},{10,-80},{10,-58}, + {18,-58}}, color={255,127,0})); + connect(intSwi1.y, intSwi.u3) annotation (Line(points={{42,-50},{50,-50},{50,-8}, + {58,-8}}, color={255,127,0})); + connect(intSwi.y, yOpeMod) annotation (Line(points={{82,0},{120,0}}, + color={255,127,0})); connect(greThr.y, not1.u) - annotation (Line(points={{-78,40},{-72,40}}, color={255,0,255})); + annotation (Line(points={{-38,-50},{-32,-50}}, + color={255,0,255})); connect(not1.y, intSwi1.u2) - annotation (Line(points={{-48,40},{-22,40}}, color={255,0,255})); + annotation (Line(points={{-8,-50},{18,-50}}, color={255,0,255})); connect(uDetOcc, intSwi.u2) - annotation (Line(points={{-160,90},{18,90}}, color={255,0,255})); - connect(logSwi.y, mulOr1.u[1:3]) annotation (Line(points={{22,-50},{30,-50},{ - 30,-54.6667},{38,-54.6667}}, - color={255,0,255})); - connect(logSwi1.y, mulOr2.u[1:3]) annotation (Line(points={{22,-90},{30,-90}, - {30,-94.6667},{38,-94.6667}},color={255,0,255})); + annotation (Line(points={{-120,0},{58,0}}, color={255,0,255})); annotation (defaultComponentName="opeMod", - Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, - {100,100}}), graphics={ + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), + graphics={ Text( extent={{-100,150},{100,110}}, lineColor={0,0,255}, @@ -184,17 +100,15 @@ equation fillColor={255,255,255}, fillPattern=FillPattern.None, textString="sysOpeMod")}), Diagram( - coordinateSystem(preserveAspectRatio=false, extent={{-140,-140},{140,140}})), + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), Documentation(info="

        Sequences for calculating system operating mode in chilled beam systems.

        The block determines the system operating mode setpoint yOpeMod - as well as the enable signals for the chilled beam system yChiBeaEna - and the DOAS yDoasEna. To do this, it uses the detected - occupancy signal from the zones uDetOcc and the expected - occupancy schedule schTab. + using the detected occupancy signal from the zones uDetOcc + and the expected occupancy schedule schTab.

        The operating mode setpoint and the enable signals based on the inputs @@ -206,8 +120,6 @@ equation Detected occupancy Expected occupancy schedule System operating mode - Chilled beam system enable status - DOAS enable status @@ -215,22 +127,16 @@ equation Occupied - 1 - True - True Unoccupied Unoccupied 2 - True - False Unoccupied Occupied 3 - True - True diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo index 9a3505456f3..eddf6a5db54 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; model BypassValvePosition - "Validate bypass valve position setpoint controller" + "Validate bypass valve position setpoint controller" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition bypValPos @@ -25,7 +25,8 @@ protected Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul[2]( final period=fill(4000,2), - final shift=fill(10, 2)) "Boolean pulse source" + final shift=fill(10, 2)) + "Boolean pulse source" annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); equation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo index ba3435418ab..d258b80d553 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo @@ -1,5 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; -model OperatingMode "Validate system operating mode setpoint controller" +model OperatingMode + "Validate system operating mode setpoint controller" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode operatingMode( schTab=[0,0; 1,1; 2,0; 24,0]) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo index c8882c91a8f..b5a669d33bf 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo @@ -1,11 +1,13 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; -model ZoneRegulation "Validate zone regulation controller" +model ZoneRegulation + "Validate zone regulation controller" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation zonRegCon( final VDes_occ=0.5, final VDes_unoccSch=0.1, - final VDes_unoccUnsch=0.2) "Zone temperature regulator" + final VDes_unoccUnsch=0.2) + "Zone temperature regulator" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); protected diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo index 0231aa62e68..da2b278c26b 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo @@ -1,5 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; -block ZoneRegulation "Controller for zone CAV box and chilled beam manifold" +block ZoneRegulation + "Controller for zone CAV box and chilled beam manifold" parameter Real conSenOnThr( final unit="s", @@ -222,7 +223,7 @@ protected final Td=TdHea, final yMax=1, final yMin=0) - "Damper control" + "Damper control to regulate measured air flowrate at required air flowrate" annotation (Placement(transformation(extent={{0,-40},{20,-20}}))); Buildings.Controls.OBC.CDL.Continuous.Product pro[3] @@ -244,7 +245,7 @@ protected annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea[3] - "Boolean to Real conversion" + "Output real \"one\" signal for currently active mode and \"zero\" for others" annotation (Placement(transformation(extent={{-50,-90},{-30,-70}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 @@ -265,7 +266,7 @@ protected annotation (Placement(transformation(extent={{50,60},{70,80}}))); Buildings.Controls.OBC.CDL.Logical.Switch swi - "Switch to enable air damper control" + "Switch to completely open damper when condensation is detected, and regulate its position otherwise" annotation (Placement(transformation(extent={{80,-40},{100,-20}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( @@ -279,18 +280,18 @@ protected annotation (Placement(transformation(extent={{-48,30},{-28,50}}))); Buildings.Controls.OBC.CDL.Integers.Equal isUnOcc - "Output true if unoccupied" + "Reset PI controllers at start of zone non-occupancy" annotation (Placement(transformation(extent={{-20,-160},{0,-140}}))); - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntUn( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntUn(final k= + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied) "Constant signal for unoccupied mode" annotation (Placement(transformation(extent={{-60,-160},{-40,-140}}))); - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[3]( - final k={Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedScheduled, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.unoccupiedUnscheduled}) + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[3](final k={ + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedScheduled, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedUnscheduled}) "List of possible modes" annotation (Placement(transformation(extent={{-110,-120},{-90,-100}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo index 52c8ae761d1..c16ffb6ef41 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo @@ -66,11 +66,11 @@ protected annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); Buildings.Controls.OBC.CDL.Integers.Equal intEqu - "Check if current mode is occupied" + "Gnerate True signal for occupied mode and False otherwise" annotation (Placement(transformation(extent={{0,-10},{20,10}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModeTypes.occupied) + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied) "Occupied mode signal" annotation (Placement(transformation(extent={{-40,-30},{-20,-10}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo index d5e62a15b0f..abe726f6823 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo @@ -14,5 +14,10 @@ annotation (Icon(graphics={ Text( extent={{-100,100},{100,-100}}, lineColor={0,0,0}, - textString="S")})); + textString="S")}), + Documentation(info=" +

        + This package contains sequences for setpoint calculations for the system. +

        + ")); end SetPoints; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo index 176d4bcf62e..07129b75ed1 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo @@ -1,5 +1,6 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System; -block SystemController "Main chilled beam system controller" +block SystemController + "Main chilled beam system controller" parameter Integer nPum=2 "Number of chilled water pumps" @@ -9,6 +10,10 @@ block SystemController "Main chilled beam system controller" "Total number of chilled water control valves on chilled beams" annotation (Dialog(group="System parameters")); + parameter Integer nSenRemDP=1 + "Total number of remote differential pressure sensors" + annotation (Dialog(group="System parameters")); + parameter Real minPumSpe( final unit="1", displayUnit="1", @@ -115,7 +120,8 @@ block SystemController "Main chilled beam system controller" final min=0) = 0.5 "Time constant of integrator block" annotation (Dialog(tab="Pump control parameters", - group="PID parameters")); + group="PID parameters", + enable = controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real TdPumSpe( final unit="s", @@ -124,7 +130,8 @@ block SystemController "Main chilled beam system controller" final min=0) = 0.1 "Time constant of derivative block" annotation (Dialog(tab="Pump control parameters", - group="PID parameters")); + group="PID parameters", + enable = controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerTypePumSpe == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real dPChiWatMax( final unit="Pa", @@ -146,7 +153,8 @@ block SystemController "Main chilled beam system controller" final quantity="Time") = 0.5 "Time constant of integrator block" annotation (Dialog(tab="Bypass valve parameters", - group="PID parameters")); + group="PID parameters", + enable = controllerTypeBypVal == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerTypeBypVal == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real TdBypVal( final unit="s", @@ -155,12 +163,21 @@ block SystemController "Main chilled beam system controller" final min=0) = 0.1 "Time constant of derivative block" annotation (Dialog(tab="Bypass valve parameters", - group="PID parameters")); + group="PID parameters", + enable = controllerTypeBypVal == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerTypeBypVal == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); - parameter Real dPumSpe( + parameter Real sigDifPumSpe( final unit="1", displayUnit="1")=0.01 - "Value added to minimum pump speed to get upper hysteresis limit" + "Constant value used in hysteresis for checking pump speed" + annotation (Dialog(tab="Pump control parameters", + group="Advanced")); + + parameter Real samplePeriodUniDelPumSpe( + final unit="s", + displayUnit="s", + final quantity="Time")=60 + "Sample period of unit delay for pump speed feedback" annotation (Dialog(tab="Pump control parameters", group="Advanced")); @@ -251,17 +268,22 @@ block SystemController "Main chilled beam system controller" "Threshold time for generating two requests" annotation(Dialog(tab="Chilled water static pressure reset", group="Control valve parameters")); - parameter CDL.Types.SimpleController controllerTypeBypVal=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypeBypVal=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller for bypass valve position" annotation (Dialog(tab="Bypass valve parameters", group="PID parameters")); + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerTypePumSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Controller type for pump speed control" + annotation (Dialog(tab="Pump control parameters", + group="PID parameters")); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] "Pump status from plant" annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput dPChiWatLoo - "Measured chilled water loop differential pressure" + "Measured chilled water loop differential pressure from remote sensors" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal] @@ -306,9 +328,12 @@ protected Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller secPumCon( final nPum=nPum, final nVal=nVal, - final nSen=1, final minPumSpe=minPumSpe, final maxPumSpe=maxPumSpe, + valPosClo=valPosClo, + valPosOpe=valPosOpe, + valOpeThr=valOpeThr, + valCloThr=valCloThr, final speLim=speLim, final speLim1=speLim1, final speLim2=speLim2, @@ -317,14 +342,17 @@ protected final timPer3=timPer3, final k=kPumSpe, final Ti=TiPumSpe, - final Td=TdPumSpe) + final Td=TdPumSpe, + sigDif=sigDifPumSpe, + samplePeriodUniDelPumSpe=samplePeriodUniDelPumSpe, + controllerTypePumSpe=controllerTypePumSpe) "Secondary pump controller" annotation (Placement(transformation(extent={{0,20},{20,40}}))); Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition bypValPos( final nPum=nPum, final minPumSpe=minPumSpe, - final dPumSpe=dPumSpe, + final dPumSpe=sigDifPumSpe, final dPChiWatMax=dPChiWatMax, final k=kBypVal, final Ti=TiBypVal, @@ -355,8 +383,6 @@ equation color={0,0,127})); connect(dPChiWatLoo, bypValPos.dpChiWatLoo) annotation (Line(points={{-120,0}, {-90,0},{-90,-35},{38,-35}},color={0,0,127})); - connect(dPChiWatLoo, secPumCon.dpChiWat_remote[1]) annotation (Line(points={{-120,0}, - {-90,0},{-90,20},{-20,20},{-20,26},{-2,26}}, color={0,0,127})); connect(uValPos, secPumCon.uValPos) annotation (Line(points={{-120,-40},{-60,-40}, {-60,30},{-2,30}}, color={0,0,127})); connect(uValPos, chiWatStaPreSetRes.uValPos) annotation (Line(points={{-120,-40}, @@ -368,6 +394,8 @@ equation 30,0},{120,0}}, color={0,0,127})); connect(bypValPos.yBypValPos, yBypValPos) annotation (Line(points={{62,-30},{80, -30},{80,-40},{120,-40}}, color={0,0,127})); + connect(dPChiWatLoo, secPumCon.dpChiWat_remote) annotation (Line(points={{-120, + 0},{-90,0},{-90,26},{-2,26}}, color={0,0,127})); annotation (defaultComponentName="sysCon", Icon(coordinateSystem(preserveAspectRatio=false), graphics={ Text( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo index 3d5572a6c23..46202f4c818 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo @@ -3,7 +3,7 @@ model SystemController "Validate zone temperature setpoint controller" Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController - sysCon + sysCon(dPChiWatMax=31000) "System controller" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); @@ -29,14 +29,14 @@ protected equation connect(pul.y, sysCon.uValPos) annotation (Line(points={{-58,0},{-40,0},{-40,-4},{-12,-4}}, color={0,0,127})); - connect(sin2.y, sysCon.dPChiWatLoo) - annotation (Line(points={{-58,40},{-28,40},{-28,0},{-12,0}}, color={0,0,127})); connect(sysCon.yChiWatPum, pre1.u) annotation (Line(points={{12,4},{20,4},{20,0},{28,0}}, color={255,0,255})); connect(pre1.y, sysCon.uPumSta) annotation (Line(points={{52,0},{60,0},{60,50},{-20,50},{-20,4},{-12,4}}, color={255,0,255})); + connect(sin2.y, sysCon.dPChiWatLoo) annotation (Line(points={{-58,40},{-30,40}, + {-30,0},{-12,0}}, color={0,0,127})); annotation ( experiment( StopTime=3600, @@ -51,6 +51,46 @@ This example validates Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController.

        +

        +It consists of an open-loop setup for the system controller sysCon block, with +a time-varying sinusoidal input sin2 (varying between 17500 Pa and +32500 Pa) for the measured chilled water loop differential pressure sysCon.dPChiWatLoo, +and a periodic pulse input pul for the measured chilled water valve +position sysCon.uValPos. A logical pre block pre1 is used to +capture the pump enable output signal sysCon.yChiWatPum and provide it +back as an input to the pump status signal sysCon.uPumSta. The trim-and-respond +parameters for the chilled water static pressure setpoint reset in sysCon +use nominal pressure 30000 Pa and minimum pressure 20000 Pa. +

        +

        +The following observations should be apparent from the simulation plots: +

          +
        1. +The lead pump enable signal sysCon.yChiWatPum[1] becomes true +when sysCon.uValPos changes to 1. It becomes false +when sysCon.uValPos changes to 0. +
        2. +
        3. +When sysCon.dPChiWatLoo falls below the calculated static pressure +setpoint sysCon.chiWatStaPreSetRes.yStaPreSetPoi,an increase in pump +speed output signal sysCon.yPumSpe is observed. +
        4. +
        5. +The lag pump enable signal sysCon.yChiWatPum[2] becomes true when +sysCon.yPumSpe exceeds pump speed limit sysCon.speLim1 +for duration sysCon.timPer2, and becomes false when it +falls below sysCon.speLim2 for sysCon.timPer3. +
        6. +
        7. +The bypass valve position signal sysCon.yBypValPos becomes 0 +when sysCon.yChiWatPum[1] == true and is 1 +when sysCon.yChiWatPum[1] == false. +sysCon.yBypValPos is increased from 0 if sysCon.yChiWatPum[1] == true, +sysCon.yPumSpe is at minimum pump speed sysCon.minPumSpe +and sysCon.dPChiWatLoo exceeds maximum pressure allowed sysCon.dPChiWatMax. +
        8. +
        +

        ", revisions="
        • diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo index 4f8174e4588..5c883910bed 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo @@ -33,5 +33,11 @@ annotation (Icon(graphics={ lineColor={128,128,128}, fillColor={255,255,255}, fillPattern=FillPattern.Solid, - extent={{-80.0,0.0},{-20.0,60.0}})})); + extent={{-80.0,0.0},{-20.0,60.0}})}), + Documentation(info=" +

          + This package contains control sequences for the main chilled beam system, consisting + of the chilled water pumps and the pressure-relief bypass valve. +

          + ")); end System; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo index fce4f03ab79..e8653757c69 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo @@ -324,7 +324,8 @@ protected equation connect(uDetOcc, opeMod.uDetOcc) - annotation (Line(points={{-120,80},{-82,80}}, color={255,0,255})); + annotation (Line(points={{-120,80},{-102,80},{-102,80},{-82,80}}, + color={255,0,255})); connect(opeMod.yOpeMod, zonRegCon.uOpeMod) annotation (Line(points={{-58,80},{ -50,80},{-50,24},{-12,24}}, color={255,127,0})); connect(uConSen, zonRegCon.uConSen) annotation (Line(points={{-120,40},{-60,40}, diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo index 0f1cea537a8..88e57913589 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo @@ -75,6 +75,44 @@ This example validates Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.TerminalController.

          +

          +It consists of an open-loop setup for the terminal controller block terCon, +with boolean pulse signals booPul1 and booPul for the +detected occupancy input terCon.uDetOcc and the detected condensation signal +terCon.uConSen. It also has sinusoidal inputs sin1 and sin +for the measured zone temperature input terCon.TZon and the measured terminal +discharge air flowrate terCon.VDis_flow. The chilled water valve position signal +terCon.yChiVal is captured using a unit delay block uniDel and +is provided as input to the measured chilled water valve position input terCon.uChiVal. +

          +

          +The following observations should be apparent from the simulation plots: +

            +
          1. +Valve position signal terCon.yChiVal is increased from 0 whenever terCon.TZon +exceeds the zone cooling setpoint temperature terCon.zonRegCon.TZonSet.TZonCooSet. +It is reduced to 0 whenever terCon.uConSen becomes true +for duration conSenOnThr. +
          2. +
          3. +It also determines the number of chilled water supply requests +terCon.yChiWatSupReq and temperature reset requests terCon.TChiWatReq. +terCon.TChiWatReq should be zero whenever terCon.uConSen +becomes true for duration conSenOnThr. +
          4. +
          5. +Terminal reheat signal terCon.yReh is increased from 0 +whenever terCon.TZon falls below the zone heating setpoint temperature +terCon.zonRegCon.TZonSet.TZonHeaSet. +
          6. +
          7. +Terminal damper position signal terCon.yDam is increased from 0 +whenever terCon.VDis_flow falls below the discharge air flowrate setpoint +terCon.zonRegCon.mulSum.y. It is changed to 1 whenever +terCon.uConSen becomes true for duration conSenOnThr. +
          8. +
          +

          ", revisions="
          • diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo index 6a873e12025..a7a5d79da71 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo @@ -33,5 +33,12 @@ annotation (Icon(graphics={ lineColor={128,128,128}, fillColor={255,255,255}, fillPattern=FillPattern.Solid, - extent={{-80.0,0.0},{-20.0,60.0}})})); + extent={{-80.0,0.0},{-20.0,60.0}})}), + Documentation(info=" +

            + This package contains control sequences for the zone regulation components, + including the chilled beam manifold control, and zone CAV terminal damper + position and reheat controls. +

            + ")); end Terminal; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.mo similarity index 93% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.mo index ed31596a76e..ff5e9f8a910 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.mo @@ -1,5 +1,5 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types; -package OperationModeTypes "Definitions for operation mode types" +package OperationModes "Definitions for operation modes" constant Integer occupied = 1 "System is operated in this mode when zone is occupied."; @@ -38,4 +38,4 @@ package OperationModeTypes "Definitions for operation mode types" lineColor={128,128,128}, extent={{-100,-100},{100,100}}, radius=25.0)})); -end OperationModeTypes; +end OperationModes; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModeTypes/package.order rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo index 67176d81d46..f3744995ef2 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo @@ -30,5 +30,10 @@ package Types "Package with type definitions for chilled beam systems" points={{49.2597,22.3327},{31.2597,24.3327},{7.2597,18.3327},{-26.7403, 10.3327},{-46.7403,14.3327},{-48.7403,6.3327},{-32.7403,0.3327},{-6.7403, 4.3327},{33.2597,14.3327},{49.2597,14.3327},{49.2597,22.3327}}, - smooth=Smooth.Bezier)})); + smooth=Smooth.Bezier)}), + Documentation(info=" +

            + This package provides types used in the chilled beam control sequences. +

            + ")); end Types; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order index d0abedecf03..419105a47d2 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order @@ -1 +1 @@ -OperationModeTypes +OperationModes diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo index 1294f85fd42..87d17f5237e 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo @@ -33,5 +33,12 @@ annotation (Icon(graphics={ lineColor={128,128,128}, fillColor={255,255,255}, fillPattern=FillPattern.Solid, - extent={{-80.0,0.0},{-20.0,60.0}})})); + extent={{-80.0,0.0},{-20.0,60.0}})}), + Documentation(info=" +

            + This package contains control sequences for chilled beam systems. The sequence + of operations were compiled after a literature review of the best practices + in the industry. +

            + ")); end ChilledBeamSystem; diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt index 8ba94b7d917..c4a28780fc4 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt @@ -1,16 +1,16 @@ -last-generated=2021-09-15 +last-generated=2021-11-24 statistics-simulation= { "linear": " ", "nonlinear": " ", - "number of continuous time states": "4", + "number of continuous time states": "2", "numerical Jacobians": "0" } time=[0e+00, 1e+01] -chiPumSpe.maxLoo.u[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.808341316878796e-03, 1.798101307716469e-02, 3.227887659583916e-02, 4.864125402963012e-02, 6.701025775334954e-02, 8.73093381524086e-02, 1.0945914665092e-01, 1.333736507782984e-01, 1.589585787429064e-01, 1.861131671599482e-01, 2.147296816110611e-01, 2.446947986818765e-01, 2.758901131240362e-01, 3.081923695282258e-01, 3.414744711945709e-01, 3.756049573421478e-01, 4.104489423866975e-01, 4.458698715319624e-01, 4.817268757861855e-01, 5.178797495483659e-01, 5.541840791702271e-01, 5.904965746446225e-01, 6.266746016208997e-01, 6.625752959143287e-01, 6.980573198503315e-01, 7.329804301261902e-01, 7.672068202481078e-01, 8.006013662092671e-01, 8.330321893413941e-01, 8.643716279288758e-01, 8.944957256317139e-01, 9.232856150508363e-01, 9.506279138090408e-01, 9.764143345091328e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998175750052953e-01, 9.898133873939514e-01] -chiPumSpe.maxLoo.u[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.864015452563763e-03, 1.197775749908127e-02, 2.151131558643473e-02, 3.242067299658705e-02, 4.466385294132189e-02, 5.819856002926826e-02, 7.296489910386565e-02, 8.890698295245343e-02, 1.059642026072505e-01, 1.240675123886678e-01, 1.431445777416229e-01, 1.631202071774402e-01, 1.839163261691497e-01, 2.054508359493494e-01, 2.276389415638606e-01, 2.503924071788788e-01, 2.736216487035072e-01, 2.972352064655704e-01, 3.211394388721052e-01, 3.452404765660541e-01, 3.694427311420441e-01, 3.936509461415852e-01, 4.177697759103896e-01, 4.417036019102232e-01, 4.653584063354391e-01, 4.886403977870941e-01, 5.11458012639578e-01, 5.337213099309784e-01, 5.553420375008724e-01, 5.762350742118449e-01, 5.963177680969238e-01] -chiPumSpe.maxLoo.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.808341316878796e-03, 1.798101307716469e-02, 3.227887659583916e-02, 4.864125402963012e-02, 6.701025775334954e-02, 8.73093381524086e-02, 1.0945914665092e-01, 1.333736507782984e-01, 1.589585787429064e-01, 1.861131671599482e-01, 2.147296816110611e-01, 2.446947986818765e-01, 2.758901131240362e-01, 3.081923695282258e-01, 3.414744711945709e-01, 3.756049573421478e-01, 4.104489423866975e-01, 4.458698715319624e-01, 4.817268757861855e-01, 5.178797495483659e-01, 5.541840791702271e-01, 5.904965746446225e-01, 6.266746016208997e-01, 6.625752959143287e-01, 6.980573198503315e-01, 7.329804301261902e-01, 7.672068202481078e-01, 8.006013662092671e-01, 8.330321893413941e-01, 8.643716279288758e-01, 8.944957256317139e-01, 9.232856150508363e-01, 9.506279138090408e-01, 9.764143345091328e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998175750052953e-01, 9.898133873939514e-01] -chiPumSpe.pumSpe.y=[1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.052275076508522e-01, 1.16182912514493e-01, 1.290509818582534e-01, 1.437771323519148e-01, 1.603092386835087e-01, 1.785784065723419e-01, 1.985132297506787e-01, 2.200362812300918e-01, 2.430627193784996e-01, 2.675018668352378e-01, 2.932567000389099e-01, 3.202253247740964e-01, 3.483011077720971e-01, 3.773731325752611e-01, 4.073270270553176e-01, 4.380444586277008e-01, 4.69404042187478e-01, 5.012828724580362e-01, 5.335541941678325e-01, 5.660917447914059e-01, 5.987656712532043e-01, 6.314469291010891e-01, 6.640071295379945e-01, 6.963177901644126e-01, 7.282516057466349e-01, 7.596823573112488e-01, 7.904861263023966e-01, 8.205412593902649e-01, 8.49729006169871e-01, 8.779344293734287e-01, 9.050461649894714e-01, 9.309570416248237e-01, 9.555651403089617e-01, 9.787728950980961e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998358175053342e-01, 9.908320307731628e-01] +chiPumSpe.maxLoo.u[1]=[1e+00, 9.87808048919808e-01, 9.734516148331648e-01, 9.56984879648181e-01, 9.384717356751182e-01, 9.179853796958923e-01, 8.956030066289488e-01, 8.714189499344219e-01, 8.455233009522451e-01, 8.180219463299916e-01, 7.890195250511169e-01, 9.696136190674806e-01, 9.379651103615544e-01, 9.051782329481683e-01, 8.713778175475603e-01, 8.366997241973877e-01, 8.01282235546105e-01, 7.652651244274851e-01, 7.287903253144373e-01, 6.920015127865101e-01, 6.5504390001297e-01, 6.180658584341022e-01, 5.812137898294221e-01, 5.44628662413243e-01, 5.084539398914431e-01, 4.728346168994904e-01, 4.379117756423311e-01, 4.038233321772832e-01, 3.707035625073012e-01, 3.3868324785243e-01, 3.078885674476624e-01, 2.784410442474747e-01, 2.504573594911203e-01, 2.240478275209793e-01, 1.993167331558899e-01, 1.763614267110825e-01, 1.552726883348573e-01, 1.361337242558077e-01, 1.190199403794771e-01, 1.039989129724916e-01, 9.112997353076935e-02, 8.04639220713441e-02, 7.204282427547207e-02, 6.589989615711531e-02, 6.205940152072651e-02, 6.053651124238968e-02, 6.133721978109308e-02, 6.445821489546084e-02, 6.988735031261493e-02, 7.760300409919481e-02, 8.75750407576561e-02, 9.976397251963733e-02, 1.141218096208974e-01, 1.305918512581996e-01, 1.491090769109713e-01, 1.696004867553711e-01, 1.919849738903922e-01, 2.161743079058058e-01, 2.420727849089786e-01, 2.695785194654575e-01, 2.985827922821045e-01, 3.289712368646177e-01, 3.60623838627648e-01, 3.934155665077091e-01, 4.272173317204394e-01, 4.618955552577972e-01, 4.97313384580825e-01, 5.333309866244442e-01, 5.69806148292334e-01, 6.065951234056346e-01, 6.435526609420776e-01, 6.80532907895644e-01, 7.173898324372868e-01, 7.539778848720762e-01, 7.901529922717956e-01, 8.25772225856781e-01, 8.606949777066887e-01, 8.947834415974441e-01, 9.279029341685689e-01, 9.599230584624648e-01, 9.907172918319702e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.930082559585571e-01] +chiPumSpe.maxLoo.u[2]=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.918735537537404e-01, 9.823019552903861e-01, 9.713222924202912e-01, 9.589777711668834e-01, 9.453173875808716e-01, 9.303951114142563e-01, 9.142696936569981e-01, 8.970043573764517e-01, 8.78667670486226e-01, 8.593323230743408e-01, 8.390741150110255e-01, 8.179719550225951e-01, 7.961096657370388e-01, 7.735744932009745e-01, 7.50455379486084e-01, 7.268439899765792e-01, 7.028328295462355e-01, 6.785163166725172e-01, 6.539904113642133e-01, 6.293519735336304e-01, 6.046985153010159e-01, 5.801273713511373e-01, 5.557355152077876e-01, 5.316190352281969e-01, 5.078730583190918e-01, 4.845912833569418e-01, 4.618653228709085e-01, 4.397854028709786e-01, 4.18438156636673e-01, 3.979091346263885e-01, 3.782783266950501e-01, 3.596233381522564e-01, 3.420177727584557e-01, 3.25530633710699e-01, 3.102271854877472e-01, 2.961677782171981e-01, 2.834080825669286e-01, 2.719987837941942e-01, 2.619848937471916e-01, 2.534059882164001e-01, 2.462958932246921e-01, 2.406823247325093e-01, 2.365873373428321e-01, 2.340268660249069e-01, 2.330110669136047e-01, 2.335442020532397e-01, 2.356243488891946e-01, 2.392435738192867e-01, 2.44387725472814e-01, 2.510363161563873e-01, 2.591629114148272e-01, 2.687351306401713e-01, 2.797148305742002e-01, 2.920589324202635e-01, 3.057186603546143e-01, 3.206405490913226e-01, 3.367660366439815e-01, 3.540314694298238e-01, 3.723689436922485e-01, 3.917051553726196e-01, 4.11963920655902e-01, 4.3306563438497e-01, 4.549266869660188e-01, 4.774611869767585e-01, 5.005797743797302e-01, 5.241914676228439e-01, 5.482032164752243e-01, 5.725198518461385e-01, 5.970459327053392e-01, 6.216840744018555e-01, 6.463374151781999e-01, 6.709087957930936e-01, 6.953008307520271e-01, 7.194176632269358e-01, 7.431637644767761e-01, 7.664457275443192e-01, 7.891716787373088e-01, 8.11251360321236e-01, 8.325981697814737e-01, 8.531275987625122e-01] +chiPumSpe.maxLoo.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.918735537537404e-01, 9.823019552903861e-01, 9.713222924202912e-01, 9.589777711668834e-01, 9.453173875808716e-01, 9.303951114142563e-01, 9.142696936569981e-01, 8.970043573764517e-01, 8.78667670486226e-01, 8.593323230743408e-01, 8.390741150110255e-01, 8.179719550225951e-01, 7.961096657370388e-01, 7.735744932009745e-01, 7.50455379486084e-01, 7.268439899765792e-01, 7.028328295462355e-01, 6.785163166725172e-01, 6.539904113642133e-01, 6.293519735336304e-01, 6.046985153010159e-01, 5.801273713511373e-01, 5.557355152077876e-01, 5.316190352281969e-01, 5.078730583190918e-01, 4.845912833569418e-01, 4.618653228709085e-01, 4.397854028709786e-01, 4.18438156636673e-01, 3.979091346263885e-01, 3.782783266950501e-01, 3.596233381522564e-01, 3.420177727584557e-01, 3.25530633710699e-01, 3.102271854877472e-01, 2.961677782171981e-01, 2.834080825669286e-01, 2.719987837941942e-01, 2.695785194654575e-01, 2.985827922821045e-01, 3.289712368646177e-01, 3.60623838627648e-01, 3.934155665077091e-01, 4.272173317204394e-01, 4.618955552577972e-01, 4.97313384580825e-01, 5.333309866244442e-01, 5.69806148292334e-01, 6.065951234056346e-01, 6.435526609420776e-01, 6.80532907895644e-01, 7.173898324372868e-01, 7.539778848720762e-01, 7.901529922717956e-01, 8.25772225856781e-01, 8.606949777066887e-01, 8.947834415974441e-01, 9.279029341685689e-01, 9.599230584624648e-01, 9.907172918319702e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.930082559585571e-01] +chiPumSpe.pumSpe.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.926862043389446e-01, 9.840717359196033e-01, 9.741901108619069e-01, 9.630800000105174e-01, 9.507856369018555e-01, 9.373556241145464e-01, 9.228426885285682e-01, 9.073039216388492e-01, 8.908009093979825e-01, 8.733990788459778e-01, 8.551667154308519e-01, 8.361747356786483e-01, 8.164986872424059e-01, 7.962170438810475e-01, 7.754098773002625e-01, 7.541596088602579e-01, 7.325495585125267e-01, 7.106646790448579e-01, 6.885913821484083e-01, 6.664167642593384e-01, 6.442286756918433e-01, 6.221146163347439e-01, 6.001620113700427e-01, 5.784571376656995e-01, 5.570857524871826e-01, 5.361321371398542e-01, 5.156787846237512e-01, 4.9580688046499e-01, 4.765943469335128e-01, 4.581182301044464e-01, 4.404505029662134e-01, 4.236609924163008e-01, 4.078159925023495e-01, 3.929775792803826e-01, 3.792044520378113e-01, 3.665510003955494e-01, 3.550672623895058e-01, 3.447989113751256e-01, 3.426206764596084e-01, 3.68724524974823e-01, 3.960741131782269e-01, 4.24561436883774e-01, 4.54074027738218e-01, 4.844956104693671e-01, 5.157060027122498e-01, 5.475820610239178e-01, 5.799978998825877e-01, 6.128255096218111e-01, 6.459356229860569e-01, 6.791974306106567e-01, 7.124795634620414e-01, 7.45650831312051e-01, 7.785800665829441e-01, 8.111377049657156e-01, 8.431949615478516e-01, 8.74625473975669e-01, 9.053050855168844e-01, 9.351126586333898e-01, 9.639307585765975e-01, 9.916455745697021e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.937074184417725e-01] chiPumSpe.pumSpe.f1=[1.000000014901161e-01, 1.000000014901161e-01] chiPumSpe.pumSpe.f2=[1e+00, 1e+00] -chiPumSpe.yChiWatPumSpe=[1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.052275076508522e-01, 1.16182912514493e-01, 1.290509818582534e-01, 1.437771323519148e-01, 1.603092386835087e-01, 1.785784065723419e-01, 1.985132297506787e-01, 2.200362812300918e-01, 2.430627193784996e-01, 2.675018668352378e-01, 2.932567000389099e-01, 3.202253247740964e-01, 3.483011077720971e-01, 3.773731325752611e-01, 4.073270270553176e-01, 4.380444586277008e-01, 4.69404042187478e-01, 5.012828724580362e-01, 5.335541941678325e-01, 5.660917447914059e-01, 5.987656712532043e-01, 6.314469291010891e-01, 6.640071295379945e-01, 6.963177901644126e-01, 7.282516057466349e-01, 7.596823573112488e-01, 7.904861263023966e-01, 8.205412593902649e-01, 8.49729006169871e-01, 8.779344293734287e-01, 9.050461649894714e-01, 9.309570416248237e-01, 9.555651403089617e-01, 9.787728950980961e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.998358175053342e-01, 9.908320307731628e-01] +chiPumSpe.yChiWatPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.926862043389446e-01, 9.840717359196033e-01, 9.741901108619069e-01, 9.630800000105174e-01, 9.507856369018555e-01, 9.373556241145464e-01, 9.228426885285682e-01, 9.073039216388492e-01, 8.908009093979825e-01, 8.733990788459778e-01, 8.551667154308519e-01, 8.361747356786483e-01, 8.164986872424059e-01, 7.962170438810475e-01, 7.754098773002625e-01, 7.541596088602579e-01, 7.325495585125267e-01, 7.106646790448579e-01, 6.885913821484083e-01, 6.664167642593384e-01, 6.442286756918433e-01, 6.221146163347439e-01, 6.001620113700427e-01, 5.784571376656995e-01, 5.570857524871826e-01, 5.361321371398542e-01, 5.156787846237512e-01, 4.9580688046499e-01, 4.765943469335128e-01, 4.581182301044464e-01, 4.404505029662134e-01, 4.236609924163008e-01, 4.078159925023495e-01, 3.929775792803826e-01, 3.792044520378113e-01, 3.665510003955494e-01, 3.550672623895058e-01, 3.447989113751256e-01, 3.426206764596084e-01, 3.68724524974823e-01, 3.960741131782269e-01, 4.24561436883774e-01, 4.54074027738218e-01, 4.844956104693671e-01, 5.157060027122498e-01, 5.475820610239178e-01, 5.799978998825877e-01, 6.128255096218111e-01, 6.459356229860569e-01, 6.791974306106567e-01, 7.124795634620414e-01, 7.45650831312051e-01, 7.785800665829441e-01, 8.111377049657156e-01, 8.431949615478516e-01, 8.74625473975669e-01, 9.053050855168844e-01, 9.351126586333898e-01, 9.639307585765975e-01, 9.916455745697021e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.937074184417725e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt index 897d8b73622..51bd6646414 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt @@ -1,9 +1,9 @@ -last-generated=2021-09-15 +last-generated=2021-11-24 statistics-simulation= { "linear": " ", "nonlinear": " ", - "number of continuous time states": "4", + "number of continuous time states": "1", "numerical Jacobians": "0" } time=[0e+00, 3.6e+03] @@ -11,13 +11,13 @@ pumCon.uPumLeaLag[1]=[2e+00, 2e+00] pumCon.uPumLeaLag[2]=[1e+00, 1e+00] pumCon.uValPos[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] pumCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -pumCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000760421156883e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.999217391014099e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000759676098824e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +pumCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000783517956734e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.999238252639771e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000756025314331e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] pumCon.enaLagSecPum.timPer=[1.2e+02, 1.2e+02] pumCon.enaLagSecPum.timPer1=[6e+01, 6e+01] pumCon.enaLagSecPum.timPer2=[1.2e+02, 1.2e+02] -pumCon.enaLagSecPum.tim1.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.900000000000011e+01, 2.500000000000011e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01] -pumCon.enaLagSecPum.tim.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.6e+01, 5.200000000000011e+01, 2.500000000000011e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.6e+01, 5.2e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01, 1.3e+01, 4.9e+01, 2.5e+01, 1e+00, 3.7e+01] -pumCon.enaLagSecPum.tim2.y=[0e+00, 0e+00, 0e+00, 0e+00, 1.3e+01, 4.9e+01, 8.5e+01, 1.000000000000028e+00, 3.7e+01, 7.3e+01, 1.09e+02, 2.5e+01, 6.1e+01, 9.7e+01, 1.300000000000006e+01, 4.9e+01, 8.5e+01, 1e+00, 3.7e+01, 7.3e+01, 1.09e+02, 2.5e+01, 6.1e+01, 9.7e+01, 1.3e+01, 4.9e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.4e+01, 5e+01, 8.6e+01, 2.000000000000227e+00, 3.800000000000023e+01, 7.400000000000023e+01, 1.1e+02, 2.6e+01, 6.2e+01, 9.8e+01, 1.4e+01, 5e+01, 8.6e+01, 2e+00, 3.8e+01, 7.4e+01, 1.1e+02, 2.6e+01, 6.2e+01, 9.8e+01, 1.4e+01, 5e+01, 8.6e+01, 2e+00, 3.8e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -pumCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -pumCon.dpChiWat_remote[1]=[1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.240876793861389e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460813e-01, 8.159376978874204e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.24087679386139e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460815e-01, 8.159376978874207e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00] +pumCon.enaLagSecPum.tim1.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.200000000000011e+01, 4.800000000000011e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01] +pumCon.enaLagSecPum.tim.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.200000000000011e+01, 4.800000000000011e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01] +pumCon.enaLagSecPum.tim2.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.6e+01, 7.200000000000003e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.400000000000006e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 8.400000000000023e+01, 1.199999999999964e+02, 3.600000000000023e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.999999999999685e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.dpChiWat_remote=[1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.240876793861389e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460813e-01, 8.159376978874204e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.24087679386139e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460815e-01, 8.159376978874207e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00] pumCon.dpChiWatSet=[1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt index c97455e64d0..61aec2c14bd 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt @@ -1,9 +1,9 @@ -last-generated=2021-09-15 +last-generated=2021-11-24 statistics-simulation= { "linear": " ", "nonlinear": " ", - "number of continuous time states": "3", + "number of continuous time states": "2", "numerical Jacobians": "0" } time=[0e+00, 3.6e+03] @@ -11,5 +11,5 @@ sysCon.uValPos[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00 sysCon.dPChiWatLoo=[2.5e+04, 2.594e+04, 2.6865173828125e+04, 2.776093359375e+04, 2.861315234375e+04, 2.9408388671875e+04, 3.0134103515625e+04, 3.0778849609375e+04, 3.1332458984375e+04, 3.1786203125e+04, 3.2132923828125e+04, 3.2367154296875e+04, 3.2485201171875e+04, 3.2485201171875e+04, 3.2367154296875e+04, 3.2132923828125e+04, 3.1786203125e+04, 3.1332458984375e+04, 3.0778849609375e+04, 3.0134103515625e+04, 2.9408388671875e+04, 2.861315234375e+04, 2.776093359375e+04, 2.6865173828125e+04, 2.594e+04, 2.5e+04, 2.406e+04, 2.3134826171875e+04, 2.223906640625e+04, 2.138684765625e+04, 2.0591611328125e+04, 1.9865896484375e+04, 1.9221150390625e+04, 1.8667541015625e+04, 1.8213796875e+04, 1.7867076171875e+04, 1.7632845703125e+04, 1.7514798828125e+04, 1.7514798828125e+04, 1.7632845703125e+04, 1.7867076171875e+04, 1.8213796875e+04, 1.8667541015625e+04, 1.9221150390625e+04, 1.9865896484375e+04, 2.0591611328125e+04, 2.138684765625e+04, 2.223906640625e+04, 2.3134826171875e+04, 2.406e+04, 2.5e+04, 2.594e+04, 2.6865173828125e+04, 2.776093359375e+04, 2.861315234375e+04, 2.9408388671875e+04, 3.0134103515625e+04, 3.0778849609375e+04, 3.1332458984375e+04, 3.1786203125e+04, 3.2132923828125e+04, 3.2367154296875e+04, 3.2485201171875e+04, 3.2485201171875e+04, 3.2367154296875e+04, 3.2132923828125e+04, 3.1786203125e+04, 3.1332458984375e+04, 3.0778849609375e+04, 3.0134103515625e+04, 2.9408388671875e+04, 2.861315234375e+04, 2.776093359375e+04, 2.6865173828125e+04, 2.594e+04, 2.5e+04, 2.406e+04, 2.3134826171875e+04, 2.223906640625e+04, 2.138684765625e+04, 2.0591611328125e+04, 1.9865896484375e+04, 1.9221150390625e+04, 1.8667541015625e+04, 1.8213796875e+04, 1.7867076171875e+04, 1.7632845703125e+04, 1.7514798828125e+04, 1.7514798828125e+04, 1.7632845703125e+04, 1.7867076171875e+04, 1.8213796875e+04, 1.8667541015625e+04, 1.9221150390625e+04, 1.9865896484375e+04, 2.0591611328125e+04, 2.138684765625e+04, 2.223906640625e+04, 2.3134826171875e+04, 2.406e+04, 2.5e+04] sysCon.chiWatStaPreSetRes.yStaPreSetPoi=[3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 2.95e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04] sysCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -sysCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678702354431152e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.264259219169617e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678703546524027e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.264249086380005e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -sysCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +sysCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678944945335388e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.263599991798401e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678866863250704e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.263619065284729e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +sysCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos index 7f3260cd45a..9de2b193e53 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos @@ -7,6 +7,6 @@ createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.yPumSpe"}, range={0.0, 3 createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.enaLagSecPum.timPer", "pumCon.enaLagSecPum.timPer1", "pumCon.enaLagSecPum.timPer2", "pumCon.enaLagSecPum.tim1.y", "pumCon.enaLagSecPum.tim.y", "pumCon.enaLagSecPum.tim2.y"}, range={0.0, 3600.0, -50.0, 150.0}, grid=true, subPlot=5, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.yChiWatPum[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=6, colors={{28,108,200}}); -createPlot(id=2, position={841, 0, 823, 451}, y={"pumCon.dpChiWat_remote[1]", "pumCon.dpChiWatSet"}, range={0.0, 3600.0, 0.4, 1.6}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=2, position={841, 0, 823, 451}, y={"pumCon.dpChiWat_remote", "pumCon.dpChiWatSet"}, range={0.0, 3600.0, 0.4, 1.6}, grid=true, colors={{28,108,200}, {238,46,47}}); createPlot(id=2, position={841, 0, 823, 223}, y={"pumCon.yPumSpe"}, range={0.0, 3600.0, 0.0, 1.1}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos index 6d3cbc08a54..b74ee7a2fa7 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos @@ -3,5 +3,3 @@ simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Set createPlot(id=1, position={0, 0, 1338, 978}, y={"operatingMode.enaSch.y[1]"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.uDetOcc"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1338, 192}, y={"operatingMode.intSwi.y"}, range={0.0, 7600.0, -1.0, 4.0}, grid=true, subPlot=3, colors={{28,108,200}}); -createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.yChiBeaEna"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}}); -createPlot(id=1, position={0, 0, 1338, 192}, y={"operatingMode.yDoasEna"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=5, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos index 9650cd9b44d..8f8a7618db3 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos @@ -12,6 +12,6 @@ compareVars := "pumCon.enaLagSecPum.tim.y", "pumCon.enaLagSecPum.tim2.y", "pumCon.yChiWatPum[1]", - "pumCon.dpChiWat_remote[1]", + "pumCon.dpChiWat_remote", "pumCon.dpChiWatSet" }; From d1db94c19ddc36f47eea0e1c9dd78384b25caaae Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 30 Nov 2021 07:07:59 -0800 Subject: [PATCH 022/196] Added revision notes --- .../ChilledBeamSystem/SetPoints/BypassValvePosition.mo | 9 ++++++++- .../ChilledBeamSystem/SetPoints/OperatingMode.mo | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo index e458d9b5b0b..a0d42bc9645 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo @@ -228,5 +228,12 @@ equation

          - ")); + ", revisions=" +
            +
          • +June 16, 2021, by Karthik Devaprasad:
            +First implementation. +
          • +
          +")); end BypassValvePosition; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo index fb2d74ec3d7..98a6773eecb 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo @@ -141,5 +141,12 @@ equation

          - ")); + ", revisions=" +
            +
          • +June 16, 2021, by Karthik Devaprasad:
            +First implementation. +
          • +
          +")); end OperatingMode; From 295b7ff2aa41bf8f97eb0de85ba5ebf898316c21 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 30 Nov 2021 07:08:12 -0800 Subject: [PATCH 023/196] Updated OpenModelica script --- ...m.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos index fb4da2ae7c0..ae9d46610f1 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos @@ -2,7 +2,5 @@ compareVars := { "operatingMode.enaSch.y[1]", "operatingMode.uDetOcc", - "operatingMode.intSwi.y", - "operatingMode.yChiBeaEna", - "operatingMode.yDoasEna" + "operatingMode.intSwi.y" }; From 04451ac6fb0ec45f3b130a74356f994bdd9c1d03 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 30 Nov 2021 07:10:16 -0800 Subject: [PATCH 024/196] Maded PID public, and assignment not final so that individual controllers could use different gains if needed --- .../SecondaryPumps/Subsequences/Speed_remoteDp.mo | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 0ca95b575cb..f6588d5b6bf 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -78,19 +78,19 @@ block Speed_remoteDp "Convert PI signal into linear transformation between minimum and maximum pump speed" annotation (Placement(transformation(extent={{60,50},{80,70}}))); -protected Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID[nSen]( - final controllerType=fill(controllerType, nSen), - final k=fill(k, nSen), - final Ti=fill(Ti, nSen), - final Td=fill(Td, nSen), + controllerType=fill(controllerType, nSen), + k=fill(k, nSen), + Ti=fill(Ti, nSen), + Td=fill(Td, nSen), final yMax=fill(1,nSen), final yMin=fill(0,nSen), - final xi_start=fill(1,nSen), - final yd_start=fill(1,nSen)) + xi_start=fill(1,nSen), + yd_start=fill(1,nSen)) "PID controller for regulating remote differential pressure" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); +protected Buildings.Controls.OBC.CDL.Logical.Edge edg "Reset PID loop when the pump system is enabled" annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); From 500e2c1d36316aeff0b83a1a4c8ef4c0e05d0a67 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 30 Nov 2021 07:14:02 -0800 Subject: [PATCH 025/196] Changed initial value for y_d from 1 to 0 (which is the default) --- .../SecondaryPumps/Subsequences/Speed_remoteDp.mo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo index f6588d5b6bf..e49d4acb48f 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -85,8 +85,7 @@ block Speed_remoteDp Td=fill(Td, nSen), final yMax=fill(1,nSen), final yMin=fill(0,nSen), - xi_start=fill(1,nSen), - yd_start=fill(1,nSen)) + xi_start=fill(1,nSen)) "PID controller for regulating remote differential pressure" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); From cb8730f6e99b0f9c4dc542ee37386f2c2cd97d06 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 30 Nov 2021 07:17:24 -0800 Subject: [PATCH 026/196] Updated comment --- .../ChilledBeamSystem/SecondaryPumps/Controller.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo index 9579828a0b9..47d8dbe6e19 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo @@ -158,7 +158,7 @@ block Controller iconTransformation(extent={{-140,-20},{-100,20}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uPumLeaLag[nPum] - "Chilled water pump lead-lag order (Should be array of pump indices which indicates order of pump enable; Lowest index should be 1)" + "Chilled water pump lead-lag order (array of pump indices which indicates order of pump enable, with lowest index being 1)" annotation (Placement(transformation(extent={{-320,150},{-280,190}}), iconTransformation(extent={{-140,60},{-100,100}}))); From 6109ffe347de4b2cc8006898ee647e2a651868a4 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 30 Nov 2021 07:35:58 -0800 Subject: [PATCH 027/196] Refactored to remove AddParameter The AddParameter may be removed from CDL based on ASHRAE 231P feedback --- .../Subsequences/Speed_remoteDp.mo | 34 ++++++++++--------- .../SetPoints/BypassValvePosition.mo | 32 +++++++---------- 2 files changed, 30 insertions(+), 36 deletions(-) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo index e49d4acb48f..76f8a767585 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -102,7 +102,7 @@ protected Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep( final nout=nSen) "Replicate real input" - annotation (Placement(transformation(extent={{-70,-110},{-50,-90}}))); + annotation (Placement(transformation(extent={{-40,-100},{-20,-80}}))); Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep( final nout=nSen) @@ -120,8 +120,7 @@ protected annotation (Placement(transformation(extent={{-20,30},{0,50}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant one( - final k=1) - "Constant one" + final k=1) "Constant one" annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant zer( @@ -131,7 +130,7 @@ protected Buildings.Controls.OBC.CDL.Continuous.Division div[nSen] "Normalized pressure difference" - annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); + annotation (Placement(transformation(extent={{0,-90},{20,-70}}))); Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep1( final nout=nSen) @@ -142,12 +141,13 @@ protected "Logical switch" annotation (Placement(transformation(extent={{80,90},{100,110}}))); - Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar( - final p=1e-6, - final k=1) + CDL.Continuous.Add addSmaPre "Ensure zero setpoint does not cause division by zero" - annotation (Placement(transformation(extent={{-110,-110},{-90,-90}}))); + annotation (Placement(transformation(extent={{-72,-100},{-52,-80}}))); + CDL.Continuous.Sources.Constant smaPre(final k(final unit="Pa")=1E-6) + "Constant for small pressure, used to avoid division by zero" + annotation (Placement(transformation(extent={{-114,-90},{-94,-70}}))); equation connect(zer.y, pumSpe.x1) @@ -167,7 +167,7 @@ equation color={0,0,127})); connect(dpChiWat, div.u1) - annotation (Line(points={{-140,-60},{-40,-60},{-40,-74},{-22,-74}}, + annotation (Line(points={{-140,-60},{-8,-60},{-8,-74},{-2,-74}}, color={0,0,127})); connect(one.y, reaRep1.u) @@ -194,17 +194,19 @@ equation connect(reaRep1.y, conPID.u_s) annotation (Line(points={{2,0},{18,0}}, color={0,0,127})); connect(div.y, conPID.u_m) - annotation (Line(points={{2,-80},{30,-80},{30,-12}}, color={0,0,127})); + annotation (Line(points={{22,-80},{30,-80},{30,-12}},color={0,0,127})); connect(conPID.y, maxLoo.u[1:nSen]) annotation (Line(points={{42,0},{50,0},{50,0},{58,0}}, color={0,0,127})); connect(pumSpe_max.y, swi.u3) annotation (Line(points={{2,40},{10,40},{10,92}, {78,92}}, color={0,0,127})); - connect(reaRep.y, div.u2) annotation (Line(points={{-48,-100},{-40,-100},{-40, - -86},{-22,-86}}, color={0,0,127})); - connect(dpChiWatSet, addPar.u) - annotation (Line(points={{-140,-100},{-112,-100}}, color={0,0,127})); - connect(addPar.y, reaRep.u) - annotation (Line(points={{-88,-100},{-72,-100}}, color={0,0,127})); + connect(reaRep.y, div.u2) annotation (Line(points={{-18,-90},{-10,-90},{-10,-86}, + {-2,-86}}, color={0,0,127})); + connect(addSmaPre.y, reaRep.u) + annotation (Line(points={{-50,-90},{-42,-90}}, color={0,0,127})); + connect(addSmaPre.u1, smaPre.y) annotation (Line(points={{-74,-84},{-84,-84},{ + -84,-80},{-92,-80}}, color={0,0,127})); + connect(addSmaPre.u2, dpChiWatSet) annotation (Line(points={{-74,-96},{-84,-96}, + {-84,-100},{-140,-100}}, color={0,0,127})); annotation ( defaultComponentName="chiPumSpe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo index a0d42bc9645..a413b9c3f24 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo @@ -101,8 +101,7 @@ protected annotation (Placement(transformation(extent={{-20,60},{0,80}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( - final k=1) - "Constant real one source" + final k=1) "Constant real one source" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID( @@ -110,20 +109,13 @@ protected final k=k, final Ti=Ti, final Td=Td, + r=dPChiWatMax, reverseActing=false) "PID controller for regulating differential pressure at or below max pressure setpoint" annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); - Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar( - final p=-dPChiWatMax, - final k=1) + CDL.Continuous.Add subDpChiWatMax "Find error in meaured differential pressure from maximum allowed value" - annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); - - Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar1( - final p=0, - final k=1/dPChiWatMax) - "Normalize differential pressure error" annotation (Placement(transformation(extent={{-40,-60},{-20,-40}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( @@ -131,6 +123,9 @@ protected "Check if any chilled water pump is enabled" annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + CDL.Continuous.Sources.Constant offSetdPChiWatMax(final k(final unit="Pa")=-dPChiWatMax) + "Offset for maximum dp chilled water" + annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); equation connect(uPumSta, mulOr.u[1:nPum]) annotation (Line(points={{-120,50},{-82,50}}, color={255,0,255})); @@ -171,17 +166,14 @@ equation connect(con.y, conPID.u_s) annotation (Line(points={{2,70},{10,70},{10,-50},{ 18,-50}}, color={0,0,127})); - connect(dpChiWatLoo, addPar.u) - annotation (Line(points={{-120,-50},{-82,-50}}, color={0,0,127})); - - connect(addPar.y, addPar1.u) - annotation (Line(points={{-58,-50},{-42,-50}}, color={0,0,127})); - - connect(addPar1.y, conPID.u_m) annotation (Line(points={{-18,-50},{-10,-50},{ - -10,-72},{30,-72},{30,-62}}, color={0,0,127})); - connect(and2.y, conPID.trigger) annotation (Line(points={{2,0},{6,0},{6,-66},{ 24,-66},{24,-62}}, color={255,0,255})); + connect(subDpChiWatMax.u2, dpChiWatLoo) annotation (Line(points={{-42,-56},{ + -94,-56},{-94,-50},{-120,-50}}, color={0,0,127})); + connect(offSetdPChiWatMax.y, subDpChiWatMax.u1) annotation (Line(points={{-58, + -30},{-48,-30},{-48,-44},{-42,-44}}, color={0,0,127})); + connect(subDpChiWatMax.y, conPID.u_m) annotation (Line(points={{-18,-50},{-10, + -50},{-10,-72},{30,-72},{30,-62}}, color={0,0,127})); annotation (defaultComponentName="bypValPos", Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, {100,100}}), graphics={ From 59a36be4cf72f656f1927056c7d2d578a8bc9ae4 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 30 Nov 2021 07:55:31 -0800 Subject: [PATCH 028/196] Renamed models and package to shorten names --- .../Subsequences/Validation/package.mo | 39 ------------------- .../System/Validation/package.order | 1 - .../ChilledBeamSystem/System/package.order | 2 - .../Terminal/Validation/package.order | 1 - .../ChilledBeamSystem/Terminal/package.order | 2 - .../SecondaryPumps/Controller.mo | 24 ++++++------ .../Subsequences/ChangeStatus.mo | 2 +- .../Subsequences/EnableLag_pumpSpeed.mo | 2 +- .../SecondaryPumps/Subsequences/EnableLead.mo | 2 +- .../Subsequences/Speed_remoteDp.mo | 2 +- .../Subsequences/Validation/ChangeStatus.mo | 10 ++--- .../Validation/EnableLag_pumpSpeed.mo | 10 ++--- .../Subsequences/Validation/EnableLead.mo | 10 ++--- .../Subsequences/Validation/Speed_remoteDp.mo | 10 ++--- .../Subsequences/Validation/package.mo | 39 +++++++++++++++++++ .../Subsequences/Validation/package.order | 0 .../SecondaryPumps/Subsequences/package.mo | 2 +- .../SecondaryPumps/Subsequences/package.order | 0 .../SecondaryPumps/Validation/Controller.mo | 10 ++--- .../SecondaryPumps}/Validation/package.mo | 6 +-- .../SecondaryPumps/Validation/package.order | 0 .../SecondaryPumps/package.mo | 2 +- .../SecondaryPumps/package.order | 0 .../SetPoints/BypassValvePosition.mo | 2 +- ...ChilledWaterStaticPressureSetpointReset.mo | 2 +- .../SetPoints/ChilledWaterSupplyReset.mo | 2 +- .../SetPoints/OperatingMode.mo | 14 +++---- .../Validation/BypassValvePosition.mo | 10 ++--- ...ChilledWaterStaticPressureSetpointReset.mo | 10 ++--- .../Validation/ChilledWaterSupplyReset.mo | 14 +++---- .../SetPoints/Validation/OperatingMode.mo | 10 ++--- .../SetPoints/Validation/ZoneRegulation.mo | 10 ++--- .../SetPoints/Validation/ZoneTemperature.mo | 10 ++--- .../SetPoints}/Validation/package.mo | 7 ++-- .../SetPoints/Validation/package.order | 0 .../SetPoints/ZoneRegulation.mo | 20 +++++----- .../SetPoints/ZoneTemperature.mo | 4 +- .../SetPoints/package.mo | 2 +- .../SetPoints/package.order | 0 .../System/Controller.mo} | 24 ++++++------ .../System/Validation/Controller.mo} | 14 +++---- .../System}/Validation/package.mo | 6 +-- .../System/Validation/package.order | 1 + .../System/package.mo | 2 +- .../ChilledBeams/System/package.order | 2 + .../Terminal/Controller.mo} | 24 ++++++------ .../Terminal/Validation/Controller.mo} | 14 +++---- .../Terminal}/Validation/package.mo | 7 ++-- .../Terminal/Validation/package.order | 1 + .../Terminal/package.mo | 2 +- .../ChilledBeams/Terminal/package.order | 2 + .../Types/OperationModes/package.mo | 2 +- .../Types/OperationModes/package.order | 0 .../Types/package.mo | 2 +- .../Types/package.order | 0 .../package.mo | 4 +- .../package.order | 0 .../OBC/ASHRAE/PrimarySystem/package.order | 2 +- ..._Subsequences_Validation_ChangeStatus.txt} | 0 ...uences_Validation_EnableLag_pumpSpeed.txt} | 0 ...ps_Subsequences_Validation_EnableLead.txt} | 0 ...ubsequences_Validation_Speed_remoteDp.txt} | 0 ..._SecondaryPumps_Validation_Controller.txt} | 0 ...Points_Validation_BypassValvePosition.txt} | 0 ...illedWaterStaticPressureSetpointReset.txt} | 0 ...ts_Validation_ChilledWaterSupplyReset.txt} | 0 ...ms_SetPoints_Validation_OperatingMode.txt} | 0 ...s_SetPoints_Validation_ZoneRegulation.txt} | 0 ..._SetPoints_Validation_ZoneTemperature.txt} | 0 ...ledBeams_System_Validation_Controller.txt} | 0 ...dBeams_Terminal_Validation_Controller.txt} | 0 .../Subsequences/Validation/ChangeStatus.mos | 2 +- .../Validation/EnableLag_pumpSpeed.mos | 2 +- .../Subsequences/Validation/EnableLead.mos | 2 +- .../Validation/Speed_remoteDp.mos | 2 +- .../SecondaryPumps/Validation/Controller.mos | 2 +- .../Validation/BypassValvePosition.mos | 2 +- ...hilledWaterStaticPressureSetpointReset.mos | 2 +- .../Validation/ChilledWaterSupplyReset.mos | 2 +- .../SetPoints/Validation/OperatingMode.mos | 2 +- .../SetPoints/Validation/ZoneRegulation.mos | 2 +- .../SetPoints/Validation/ZoneTemperature.mos | 2 +- .../System/Validation/Controller.mos} | 2 +- .../Terminal/Validation/Controller.mos} | 2 +- ....Subsequences.Validation.ChangeStatus.mos} | 0 ...uences.Validation.EnableLag_pumpSpeed.mos} | 0 ...ps.Subsequences.Validation.EnableLead.mos} | 0 ...ubsequences.Validation.Speed_remoteDp.mos} | 0 ....SecondaryPumps.Validation.Controller.mos} | 0 ...Points.Validation.BypassValvePosition.mos} | 0 ...illedWaterStaticPressureSetpointReset.mos} | 0 ...ts.Validation.ChilledWaterSupplyReset.mos} | 0 ...ms.SetPoints.Validation.OperatingMode.mos} | 0 ...s.SetPoints.Validation.ZoneRegulation.mos} | 0 ....SetPoints.Validation.ZoneTemperature.mos} | 0 ...ledBeams.System.Validation.Controller.mos} | 0 ...dBeams.Terminal.Validation.Controller.mos} | 0 97 files changed, 214 insertions(+), 214 deletions(-) delete mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo delete mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order delete mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order delete mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order delete mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Controller.mo (94%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/ChangeStatus.mo (98%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo (98%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/EnableLead.mo (97%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/Speed_remoteDp.mo (99%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo (91%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo (81%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/Validation/EnableLead.mo (76%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo (85%) create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.mo rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/Validation/package.order (100%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/package.mo (94%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/package.order (100%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Validation/Controller.mo (88%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem/SetPoints => ChilledBeams/SecondaryPumps}/Validation/package.mo (87%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Validation/package.order (100%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/package.mo (92%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/package.order (100%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/BypassValvePosition.mo (99%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/ChilledWaterStaticPressureSetpointReset.mo (99%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/ChilledWaterSupplyReset.mo (99%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/OperatingMode.mo (91%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/BypassValvePosition.mo (84%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo (80%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/ChilledWaterSupplyReset.mo (84%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/OperatingMode.mo (79%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/ZoneRegulation.mo (88%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/ZoneTemperature.mo (81%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem/System => ChilledBeams/SetPoints}/Validation/package.mo (87%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/package.order (100%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/ZoneRegulation.mo (95%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/ZoneTemperature.mo (97%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/package.mo (90%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/package.order (100%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem/System/SystemController.mo => ChilledBeams/System/Controller.mo} (94%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem/System/Validation/SystemController.mo => ChilledBeams/System/Validation/Controller.mo} (91%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem/Terminal => ChilledBeams/System}/Validation/package.mo (87%) create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.order rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/System/package.mo (95%) create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.order rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem/Terminal/TerminalController.mo => ChilledBeams/Terminal/Controller.mo} (94%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem/Terminal/Validation/TerminalController.mo => ChilledBeams/Terminal/Validation/Controller.mo} (91%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem/SecondaryPumps => ChilledBeams/Terminal}/Validation/package.mo (86%) create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.order rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/Terminal/package.mo (95%) create mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.order rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/Types/OperationModes/package.mo (94%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/Types/OperationModes/package.order (100%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/Types/package.mo (95%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/Types/package.order (100%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/package.mo (91%) rename Buildings/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/package.order (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLead.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLead.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Validation_Controller.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_BypassValvePosition.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterSupplyReset.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterSupplyReset.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_OperatingMode.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_OperatingMode.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneRegulation.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneTemperature.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneTemperature.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_System_Validation_Controller.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_Terminal_Validation_TerminalController.txt => Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_Terminal_Validation_Controller.txt} (100%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos (77%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos (83%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/Validation/EnableLead.mos (79%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos (84%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SecondaryPumps/Validation/Controller.mos (92%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/BypassValvePosition.mos (86%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos (78%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/ChilledWaterSupplyReset.mos (93%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/OperatingMode.mos (80%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/ZoneRegulation.mos (93%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem => ChilledBeams}/SetPoints/Validation/ZoneTemperature.mos (73%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem/System/Validation/SystemController.mos => ChilledBeams/System/Validation/Controller.mos} (86%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/{ChilledBeamSystem/Terminal/Validation/TerminalController.mos => ChilledBeams/Terminal/Validation/Controller.mos} (94%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Validation.Controller.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.BypassValvePosition.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.OperatingMode.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneTemperature.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Validation.Controller.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController.mos => Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Validation.Controller.mos} (100%) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo deleted file mode 100644 index 0b639731695..00000000000 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.mo +++ /dev/null @@ -1,39 +0,0 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; -package Validation "Collection of validation models" - - - -annotation (preferredView="info", Documentation(info=" -

          -This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences. -

          -

          -Note that most validation models contain simple input data -which may not be realistic, but for which the correct -output can be obtained through an analytic solution. -The examples plot various outputs, which have been verified against these -solutions. These model outputs are stored as reference data and -used for continuous validation whenever models in the library change. -

          -"), - Icon(graphics={ - Rectangle( - lineColor={200,200,200}, - fillColor={248,248,248}, - fillPattern=FillPattern.HorizontalCylinder, - extent={{-100.0,-100.0},{100.0,100.0}}, - radius=25.0), - Rectangle( - lineColor={128,128,128}, - extent={{-100.0,-100.0},{100.0,100.0}}, - radius=25.0), - Polygon( - origin={8.0,14.0}, - lineColor={78,138,73}, - fillColor={78,138,73}, - pattern=LinePattern.None, - fillPattern=FillPattern.Solid, - points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); -end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order deleted file mode 100644 index 0ab7f7289d8..00000000000 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.order +++ /dev/null @@ -1 +0,0 @@ -SystemController diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order deleted file mode 100644 index 629d08c4bd2..00000000000 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.order +++ /dev/null @@ -1,2 +0,0 @@ -SystemController -Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order deleted file mode 100644 index acca450db8a..00000000000 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.order +++ /dev/null @@ -1 +0,0 @@ -TerminalController diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order deleted file mode 100644 index c49fd08236c..00000000000 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.order +++ /dev/null @@ -1,2 +0,0 @@ -TerminalController -Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Controller.mo similarity index 94% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Controller.mo index 47d8dbe6e19..d3751043edc 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Controller.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps; block Controller "Controller for chilled water pumps in chilled beam systems" @@ -192,7 +192,7 @@ block Controller annotation (Placement(transformation(extent={{280,-210},{320,-170}}), iconTransformation(extent={{100,-40},{140,0}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLag_pumpSpeed + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLag_pumpSpeed enaLagSecPum( final speLim=speLim, final speLim1=speLim1, @@ -227,7 +227,7 @@ protected "Unit delay for pump speed" annotation (Placement(transformation(extent={{-200,28},{-180,48}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLead + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLead enaLeaPum( nVal=nVal, valPosClo=valPosClo, @@ -237,7 +237,7 @@ protected "Enable lead pump" annotation (Placement(transformation(extent={{-200,70},{-180,90}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Speed_remoteDp pumSpeRemDp( final nSen=1, final nPum=nPum, @@ -303,13 +303,13 @@ protected "Add one to number of currently enabled pumps to obtain next lag pump" annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus chaPumSta1( final nPum=nPum) "Change lead pump status" annotation (Placement(transformation(extent={{58,68},{80,88}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus chaPumSta4( final nPum=nPum) "Change lag pump status" @@ -544,19 +544,19 @@ Pump control sequences for chilled beam systems. It consists of: ", diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo similarity index 98% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo index 3d7be000e54..477c51d9eb1 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences; block ChangeStatus "Sequence to change pump status" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo similarity index 98% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo index f91237ff856..452aed744c1 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences; block EnableLag_pumpSpeed "Sequence for enabling and disabling lag pumps using pump speed" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo similarity index 97% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo index c46366978a6..262e8077304 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/EnableLead.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences; block EnableLead "Sequence to enable or disable the lead pump of chilled beam systems" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo similarity index 99% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 76f8a767585..8a6d8d0b096 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences; block Speed_remoteDp "Pump speed control for chilled beam systems where the remote DP sensor(s) is hardwired to the controller" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo similarity index 91% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo index 06793e6b898..79884aca53e 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation; model ChangeStatus "Validate sequence for changing pump status" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus chaPumSta( final nPum=3) "Scenario testing pump status changer" @@ -114,13 +114,13 @@ equation annotation ( experiment(StopTime=3600.0, Tolerance=1e-06), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos" "Simulate and plot"), Documentation(info="

          This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.ChangeStatus. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus.

          ", revisions="
            diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo similarity index 81% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo index b7cdc2862fa..996deebc166 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation; model EnableLag_pumpSpeed "Validate sequence for enabling variable-speed lag pumps using pump speed" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLag_pumpSpeed + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLag_pumpSpeed enaLagPum "Test instance for speed-limit speLim" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); @@ -40,13 +40,13 @@ equation annotation ( experiment(StopTime=3600.0, Tolerance=1e-06), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos" "Simulate and plot"), Documentation(info="

            This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLag_pumpSpeed. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLag_pumpSpeed.

            ", revisions="
              diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo similarity index 76% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo index fd2ea2769d4..c39120277aa 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation; model EnableLead "Validate sequence for enabling lead pump of chilled beam systems" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLead + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLead enaLeaPum( final nVal=2) "Enable lead chilled water pump" @@ -24,13 +24,13 @@ annotation ( StopTime=720, Tolerance=1e-06, __Dymola_Algorithm="Dassl"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos" "Simulate and plot"), Documentation(info="

              This example validates - - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.EnableLead. + + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLead.

              ", revisions="
                diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo similarity index 85% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo index 4638afbc40d..f2834fcd563 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation; model Speed_remoteDp "Validate sequence of controlling chilled water pump speed using remote DP" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Speed_remoteDp chiPumSpe( final nSen=2, final nPum=2) @@ -52,13 +52,13 @@ equation 60},{-10,8},{38,8}}, color={255,0,255})); annotation ( experiment(StopTime=10.0, Tolerance=1e-06), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos" "Simulate and plot"), Documentation(info="

                This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Speed_remoteDp. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Speed_remoteDp.

                ", revisions="
                  diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.mo new file mode 100644 index 00000000000..d45dca4ebd3 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.mo @@ -0,0 +1,39 @@ +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences; +package Validation "Collection of validation models" + + + +annotation (preferredView="info", Documentation(info=" +

                  +This package contains validation models for the classes in + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences. +

                  +

                  +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

                  +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/package.order rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/package.mo similarity index 94% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/package.mo index 2b0c5141d19..c9fb5d21ef4 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps; package Subsequences "Chilled beam chilled water pump control subsequences" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/package.order rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mo similarity index 88% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mo index f2351af57f3..5b94ac6c5b1 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Validation; model Controller "Validate chilled beam chilled water pump control sequence" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Controller pumCon( final nPum=2, final minPumSpe=0.1, @@ -68,13 +68,13 @@ annotation ( Interval=0.5, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mos" "Simulate and plot"), Documentation(info="

                  This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Controller.

                  ", revisions="
                    diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/package.mo similarity index 87% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/package.mo index 91c9dc80e8e..02a7406c5c1 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/package.mo @@ -1,12 +1,12 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps; package Validation "Collection of validation models" annotation (preferredView="info", Documentation(info="

                    This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.

                    Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.order rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/package.mo similarity index 92% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/package.mo index 443f2fd42d3..5464b2fc0ee 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams; package SecondaryPumps "Sequences for chilled water pump control" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/package.order rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/BypassValvePosition.mo similarity index 99% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/BypassValvePosition.mo index a413b9c3f24..37517860555 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; block BypassValvePosition "Block with sequences for calculating bypass valve position" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo similarity index 99% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index a42516b1d24..067ece786fe 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; block ChilledWaterStaticPressureSetpointReset "Sequence to generate static pressure setpoint for chilled water loop" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo similarity index 99% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo index f2b59542db5..50da859ea68 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; block ChilledWaterSupplyReset "Sequence to generate static pressure setpoint for chilled water loop" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/OperatingMode.mo similarity index 91% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/OperatingMode.mo index 98a6773eecb..dc3191310ae 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/OperatingMode.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/OperatingMode.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; block OperatingMode "Block with sequences for picking system operating mode" @@ -30,12 +30,12 @@ block OperatingMode annotation (Placement(transformation(extent={{60,-10},{80,10}}))); protected - parameter Integer modInt[3]={Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedScheduled, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedUnscheduled} + parameter Integer modInt[3]={Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.occupied, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedScheduled, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled} "Array of integer constants associated with each mode"; - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt(final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied) + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt(final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.occupied) "Constant integer for occupied mode" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); @@ -44,12 +44,12 @@ protected annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt1( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedScheduled) + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedScheduled) "Constant integer for unoccupiedScheduled mode" annotation (Placement(transformation(extent={{-20,-30},{0,-10}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt2( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedUnscheduled) + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled) "Constant integer for unoccupiedUnscheduled mode" annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo similarity index 84% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo index eddf6a5db54..3fb94de7d6c 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; model BypassValvePosition "Validate bypass valve position setpoint controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.BypassValvePosition bypValPos "Bypass valve position setpoint controller" annotation (Placement(transformation(extent={{0,-10},{20,10}}))); @@ -45,13 +45,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos" "Simulate and plot"), Documentation(info="

                    This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.BypassValvePosition.

                    ", revisions="
                      diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo similarity index 80% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo index ad4f67b1d53..05b1eef73d0 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; model ChilledWaterStaticPressureSetpointReset "Validate chilled water static pressure setpoint reset" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( final nVal=2) annotation (Placement(transformation(extent={{40,-10},{60,10}}))); @@ -32,13 +32,13 @@ annotation ( Interval=0.5, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos" "Simulate and plot"), Documentation(info="

                      This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset.

                      ", revisions="
                        diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo similarity index 84% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo index 35c40204002..f03194a020b 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo @@ -1,18 +1,18 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; model ChilledWaterSupplyReset "Validate chilled water request generation sequence" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset chiWatSupRes "Testing low valve opening" annotation (Placement(transformation(extent={{-40,40},{-20,60}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset chiWatSupRes1 "Testing medium valve opening" annotation (Placement(transformation(extent={{60,40},{80,60}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset chiWatSupRes2 "Testing large valve opening" annotation (Placement(transformation(extent={{-40,-60},{-20,-40}}))); @@ -71,13 +71,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos" "Simulate and plot"), Documentation(info="

                        This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset.

                        ", revisions="
                          diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mo similarity index 79% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mo index d258b80d553..9f0425bd554 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; model OperatingMode "Validate system operating mode setpoint controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.OperatingMode operatingMode( schTab=[0,0; 1,1; 2,0; 24,0]) annotation (Placement(transformation(extent={{10,-10},{30,10}}))); protected @@ -19,13 +19,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mos" "Simulate and plot"), Documentation(info="

                          This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.OperatingMode.

                          ", revisions="
                            diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo similarity index 88% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo index b5a669d33bf..1e4feaf26c6 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; model ZoneRegulation "Validate zone regulation controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneRegulation zonRegCon( final VDes_occ=0.5, final VDes_unoccSch=0.1, @@ -71,13 +71,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos" "Simulate and plot"), Documentation(info="

                            This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneRegulation.

                            ", revisions="
                              diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo similarity index 81% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo index eb46866d9cc..415609022ca 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; model ZoneTemperature "Validate zone temperature setpoint controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneTemperature + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneTemperature TZonSet "Zone temperature setpoint controller" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); @@ -31,13 +31,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos" "Simulate and plot"), Documentation(info="

                              This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneTemperature. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneTemperature.

                              ", revisions="
                                diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/package.mo similarity index 87% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/package.mo index ddfc0e465db..913c13f4365 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/package.mo @@ -1,11 +1,12 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; package Validation "Collection of validation models" + annotation (preferredView="info", Documentation(info="

                                This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.

                                Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/package.order rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneRegulation.mo similarity index 95% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneRegulation.mo index da2b278c26b..48ed6d879a8 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneRegulation.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; block ZoneRegulation "Controller for zone CAV box and chilled beam manifold" @@ -181,7 +181,7 @@ block ZoneRegulation annotation (Placement(transformation(extent={{140,140},{180,180}}), iconTransformation(extent={{100,20},{140,60}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneTemperature TZonSet( + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneTemperature TZonSet( final zonOccHeaSet=zonOccHeaSet, final zonUnoccHeaSet=zonUnoccHeaSet, final zonOccCooSet=zonOccCooSet, @@ -284,14 +284,14 @@ protected annotation (Placement(transformation(extent={{-20,-160},{0,-140}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntUn(final k= - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied) + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.occupied) "Constant signal for unoccupied mode" annotation (Placement(transformation(extent={{-60,-160},{-40,-140}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[3](final k={ - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedScheduled, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.unoccupiedUnscheduled}) + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.occupied, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedScheduled, + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled}) "List of possible modes" annotation (Placement(transformation(extent={{-110,-120},{-90,-100}}))); @@ -421,8 +421,8 @@ Reheat signal The CAV reheat signal yReh is generated using a PI-controller to maintain the measured zone temperature TZon at or above the zone heating setpoint TZonHeaSet from - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneTemperature. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneTemperature.

                              @@ -459,8 +459,8 @@ Chilled beam control valve position The chilled beam control valve position yVal is adjusted using a PI-controller to regulate TZon at or below the zone cooling setpoint TZonCooSet from - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneTemperature. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneTemperature.
                            • If uConSen is continuously enabled for time conSenOnThr, diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneTemperature.mo similarity index 97% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneTemperature.mo index c16ffb6ef41..00b6be0b814 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/ZoneTemperature.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneTemperature.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; block ZoneTemperature "Sequence to generate zone heating and cooling setpoint temperatures" @@ -70,7 +70,7 @@ protected annotation (Placement(transformation(extent={{0,-10},{20,10}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types.OperationModes.occupied) + final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.occupied) "Occupied mode signal" annotation (Placement(transformation(extent={{-40,-30},{-20,-10}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/package.mo similarity index 90% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/package.mo index abe726f6823..687dfc74d28 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams; package SetPoints "Package with sequences for controlling system setpoints" annotation (Icon(graphics={ Rectangle( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/package.order rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Controller.mo similarity index 94% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Controller.mo index 07129b75ed1..08227077402 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/SystemController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Controller.mo @@ -1,5 +1,5 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System; -block SystemController +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System; +block Controller "Main chilled beam system controller" parameter Integer nPum=2 @@ -302,7 +302,7 @@ block SystemController "Bypass valve position signal" annotation (Placement(transformation(extent={{100,-60},{140,-20}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( final nVal=nVal, final nPum=nPum, final valPosLowClo=valPosLowClo, @@ -325,7 +325,7 @@ protected parameter Integer pumStaOrd[nPum]={i for i in 1:nPum} "Chilled water pump staging order"; - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller secPumCon( + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Controller secPumCon( final nPum=nPum, final nVal=nVal, final minPumSpe=minPumSpe, @@ -349,7 +349,7 @@ protected "Secondary pump controller" annotation (Placement(transformation(extent={{0,20},{20,40}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition bypValPos( + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.BypassValvePosition bypValPos( final nPum=nPum, final minPumSpe=minPumSpe, final dPumSpe=sigDifPumSpe, @@ -418,21 +418,21 @@ This block generates signals for enabling the secondary chilled water pump position signal yBypValPos. It consists of the following components:
                              1. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Controller: + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Controller: This block generates yChiWatPum and yPumSpe based on the chilled beam manifold control valve position uValPos and the measured chilled water loop differential pressure dPChiWatLoo.
                              2. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterStaticPressureSetpointReset: + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset: This block generates the chilled water loop differential pressure setpoint based on uValPos and the pump proven on status uPumSta.
                              3. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.BypassValvePosition: + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.BypassValvePosition: This block generates yBypValPos based on yChiWatPum, yPumSpe and dPChiWatLoo.
                              4. @@ -447,4 +447,4 @@ First implementation.
                            ")); -end SystemController; +end Controller; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mo similarity index 91% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mo index 46202f4c818..5ef5edba267 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation; -model SystemController +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Validation; +model Controller "Validate zone temperature setpoint controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Controller sysCon(dPChiWatMax=31000) "System controller" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); @@ -43,13 +43,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mos" "Simulate and plot"), Documentation(info="

                            This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Controller.

                            It consists of an open-loop setup for the system controller sysCon block, with @@ -111,4 +111,4 @@ First implementation. fillPattern = FillPattern.Solid, points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); -end SystemController; +end Controller; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.mo similarity index 87% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.mo index 2ce5bab126f..8049ee40908 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.mo @@ -1,11 +1,11 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System; package Validation "Collection of validation models" annotation (preferredView="info", Documentation(info="

                            This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.

                            Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.order new file mode 100644 index 00000000000..8cba75e31a7 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.order @@ -0,0 +1 @@ +Controller diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.mo similarity index 95% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.mo index 5c883910bed..9e977954fde 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams; package System "Package with AHU and chilled beam system controls" annotation (Icon(graphics={ Rectangle( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.order new file mode 100644 index 00000000000..5e23a74713c --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.order @@ -0,0 +1,2 @@ +Controller +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Controller.mo similarity index 94% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Controller.mo index e8653757c69..1cb6eec9272 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/TerminalController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Controller.mo @@ -1,5 +1,5 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal; -block TerminalController +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal; +block Controller "Controller for zone CAV terminal and chilled beam manifold control valve" parameter Integer nSchRow=4 @@ -275,7 +275,7 @@ block TerminalController "Chilled beam manifold control valve position signal" annotation (Placement(transformation(extent={{100,20},{140,60}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation zonRegCon( + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneRegulation zonRegCon( final conSenOnThr=conSenOnThr, final controllerTypeCoo=controllerTypeCoo, final kCoo=kCoo, @@ -300,13 +300,13 @@ block TerminalController annotation (Placement(transformation(extent={{-10,20},{10,40}}))); protected - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode opeMod( + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.OperatingMode opeMod( final nSchRow=nSchRow, final schTab=schTab) "Determine operating mode for zone" annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset chiWatSupRes( + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset chiWatSupRes( final valPosLowCloReq=valPosLowCloReq, final valPosLowOpeReq=valPosLowOpeReq, final valPosHigCloReq=valPosHigCloReq, @@ -374,21 +374,21 @@ chilled water supply yChiWatSupReq and chilled water supply tempera reset TChiWatReq. It consists of the following components:

                            1. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.OperatingMode: + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.OperatingMode: This block generates an operating mode type signal based on the detected zone occupancy uDetOcc and the zone occupancy schedule schTab.
                            2. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ZoneRegulation: + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneRegulation: This block generates the output signals yChiVal, yReh and yDam to regulate the zone temperature within the heating and cooling temperature setpoints.
                            3. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.ChilledWaterSupplyReset: + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset: This block generates the output signals yChiWatSupReq and TChiWatReq which are provided to the chiller plant system supplying chilled water. @@ -404,4 +404,4 @@ First implementation.
                          ")); -end TerminalController; +end Controller; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mo similarity index 91% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mo index 88e57913589..bd8aaf04a9e 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation; -model TerminalController +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Validation; +model Controller "Validate zone temperature setpoint controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.TerminalController + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Controller terCon( final VDes_occ=0.5, final VDes_unoccSch=0.1, @@ -67,13 +67,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mos" "Simulate and plot"), Documentation(info="

                          This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.TerminalController. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Controller.

                          It consists of an open-loop setup for the terminal controller block terCon, @@ -133,4 +133,4 @@ First implementation. fillPattern = FillPattern.Solid, points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); -end TerminalController; +end Controller; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.mo similarity index 86% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.mo index 7f93a0c9622..a020af30d32 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.mo @@ -1,12 +1,11 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal; package Validation "Collection of validation models" - annotation (preferredView="info", Documentation(info="

                          This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps. + +Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.

                          Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.order new file mode 100644 index 00000000000..8cba75e31a7 --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.order @@ -0,0 +1 @@ +Controller diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.mo similarity index 95% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.mo index a7a5d79da71..3528ebd3fd6 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams; package Terminal "Sequences for regulating zone conditions at setpoint" annotation (Icon(graphics={ Rectangle( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.order new file mode 100644 index 00000000000..5e23a74713c --- /dev/null +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.order @@ -0,0 +1,2 @@ +Controller +Validation diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/OperationModes/package.mo similarity index 94% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/OperationModes/package.mo index ff5e9f8a910..b1c14ecbb7a 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/OperationModes/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Types; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types; package OperationModes "Definitions for operation modes" constant Integer occupied = 1 diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/OperationModes/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/OperationModes/package.order rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/OperationModes/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/package.mo similarity index 95% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/package.mo index f3744995ef2..1c02e51e965 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem; +within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams; package Types "Package with type definitions for chilled beam systems" annotation (Icon(graphics={ diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Types/package.order rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/package.mo similarity index 91% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/package.mo index 87d17f5237e..a835a392560 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.mo +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/package.mo @@ -1,5 +1,5 @@ within Buildings.Controls.OBC.ASHRAE.PrimarySystem; -package ChilledBeamSystem "Package containing sequences implemented for control of chilled beam systems" +package ChilledBeams "Package containing sequences implemented for control of chilled beam systems" annotation (Icon(graphics={ Rectangle( lineColor={200,200,200}, @@ -41,4 +41,4 @@ annotation (Icon(graphics={ in the industry.

                          ")); -end ChilledBeamSystem; +end ChilledBeams; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/package.order rename to Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order index 06ebe21977f..a46bbbea2f3 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order @@ -1 +1 @@ -ChilledBeamSystem +ChilledBeams diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLead.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLead.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_EnableLead.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLead.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Validation_Controller.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SecondaryPumps_Validation_Controller.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Validation_Controller.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_BypassValvePosition.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_BypassValvePosition.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterSupplyReset.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterSupplyReset.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ChilledWaterSupplyReset.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterSupplyReset.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_OperatingMode.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_OperatingMode.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_OperatingMode.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_OperatingMode.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneRegulation.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneRegulation.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneTemperature.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneTemperature.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_SetPoints_Validation_ZoneTemperature.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneTemperature.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_System_Validation_Controller.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_System_Validation_SystemController.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_System_Validation_Controller.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_Terminal_Validation_TerminalController.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_Terminal_Validation_Controller.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeamSystem_Terminal_Validation_TerminalController.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_Terminal_Validation_Controller.txt diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos similarity index 77% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos index 55cda76fcc8..da104729804 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos @@ -1,3 +1,3 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus", method="Cvode", stopTime=35, tolerance=1e-06, resultFile="ChangeStatus"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus", method="Cvode", stopTime=35, tolerance=1e-06, resultFile="ChangeStatus"); createPlot(id=1, position={0, 0, 1545, 998}, y={"chaPumSta.uNexLagPum", "chaPumSta.uLasLagPum"}, range={0.0, 35.0, -2.0, 9.0}, grid=true, colors={{28,108,200}, {238,46,47}}); createPlot(id=1, position={0, 0, 1545, 496}, y={"chaPumSta.yChiWatPum[1]", "chaPumSta.yChiWatPum[2]", "chaPumSta.yChiWatPum[3]"}, range={0.0, 35.0, -0.1, 1.1}, grid=true, subPlot=2, colors={{28,108,200}, {28,108,200}, {28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos similarity index 83% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos index 6fa37890754..cf82e4109ad 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="EnableLag_pumpSpeed"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="EnableLag_pumpSpeed"); createPlot(id=1, position={0, 0, 1372, 998}, y={"enaLagPum.speLim", "enaLagPum.speLim1", "enaLagPum.speLim2", "enaLagPum.uPumSpe"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}); createPlot(id=1, position={0, 0, 1372, 330}, y={"enaLagPum.timPer", "enaLagPum.timPer1", "enaLagPum.timPer2", "enaLagPum.tim.y", "enaLagPum.tim1.y", "enaLagPum.tim2.y"}, range={0.0, 3600.0, -100.0, 700.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); createPlot(id=1, position={0, 0, 1372, 329}, y={"yUp.y", "yDow.y"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}, {28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos similarity index 79% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos index 8e22a43d886..c8accc9cc7a 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/EnableLead.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead", method="Cvode", stopTime=760, tolerance=1e-06, resultFile="EnableLead"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead", method="Cvode", stopTime=760, tolerance=1e-06, resultFile="EnableLead"); createPlot(id=1, position={0, 0, 1680, 978}, y={"enaLeaPum.uValPos[1]"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1680, 322}, y={"enaLeaPum.uValPos[2]"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1680, 323}, y={"enaLeaPum.yLea"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos similarity index 84% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos index b1bf48b28b2..8f4655af36e 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp", method="Cvode", stopTime=10, tolerance=1e-06, resultFile="Speed_remoteDp"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp", method="Cvode", stopTime=10, tolerance=1e-06, resultFile="Speed_remoteDp"); createPlot(id=1, position={20, 10, 900, 1000}, subPlot=1, y={"chiPumSpe.maxLoo.u[1]","chiPumSpe.maxLoo.u[2]"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200},{238,46,47}}); createPlot(id=1, position={20, 10, 900, 1000}, subPlot=2, y={"chiPumSpe.maxLoo.y"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={20, 10, 900, 1000}, subPlot=3, y={"chiPumSpe.pumSpe.y","chiPumSpe.pumSpe.f1","chiPumSpe.pumSpe.f2"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200},{238,46,47},{0,140,72}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mos similarity index 92% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mos index 9de2b193e53..10e6b6c6b99 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SecondaryPumps/Validation/Controller.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="PumpController"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="PumpController"); createPlot(id=1, position={0, 0, 1403, 978}, y={"pumCon.uPumLeaLag[1]", "pumCon.uPumLeaLag[2]"}, range={0.0, 3600.0, 0.5, 2.5}, grid=true, colors={{28,108,200}, {28,108,200}}); createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.uValPos[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos similarity index 86% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos index 560667cf9ab..08b795978e7 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/BypassValvePosition.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="BypassValvePosition"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.BypassValvePosition", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="BypassValvePosition"); createPlot(id=1, position={0, 0, 3443, 1803}, y={"bypValPos.uPumSta[1]"}, range={0.0, 7200.0, -0.1, 1.1}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 3443, 445}, y={"bypValPos.uPumSpe"}, range={0.0, 7200.0, 0.09, 0.22}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos similarity index 78% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos index de5d1eace59..a3c637142f8 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="StaticPressureReset"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="StaticPressureReset"); createPlot(id=1, position={0, 0, 1489, 978}, y={"chiWatStaPreSetRes.uPumSta[1]"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1489, 322}, y={"chiWatStaPreSetRes.uValPos[1]"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos similarity index 93% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos index 428858498c5..48e419c848c 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ChilledWaterSupplyReset.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ChilledWaterSupplyReset"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ChilledWaterSupplyReset"); createPlot(id=1, position={0, 0, 1403, 978}, y={"chiWatSupRes.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1403, 241}, y={"chiWatSupRes.uValPos"}, range={0.0, 3600.0, 0.13, 0.17}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mos similarity index 80% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mos index b74ee7a2fa7..98e6bd930dc 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/OperatingMode.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="OperatingMode"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.OperatingMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="OperatingMode"); createPlot(id=1, position={0, 0, 1338, 978}, y={"operatingMode.enaSch.y[1]"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.uDetOcc"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos similarity index 93% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos index 0bd9b32b7bd..6c6fec54ba7 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneRegulation.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ZoneRegulation"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneRegulation", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ZoneRegulation"); createPlot(id=1, position={0, 0, 1403, 978}, y={"zonRegCon.uOpeMod"}, range={0.0, 3600.0, -1.0, 4.0}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1403, 322}, y={"zonRegCon.TZon", "zonRegCon.TZonSet.TZonHeaSet"}, range={0.0, 3600.0, 14.0, 30.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos similarity index 73% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos index 2996cad5cf0..55b4d5702c6 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/SetPoints/Validation/ZoneTemperature.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature", method="Cvode", stopTime=90, tolerance=1e-06, resultFile="ZoneTemperatureSetpoint"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneTemperature", method="Cvode", stopTime=90, tolerance=1e-06, resultFile="ZoneTemperatureSetpoint"); createPlot(id=1, position={0, 0, 1437, 978}, y={"TZonSet.uOpeMod"}, range={0.0, 90.0, -0.2, 3.2}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1437, 486}, y={"TZonSet.TZonHeaSet", "TZonSet.TZonCooSet"}, range={0.0, 90.0, 289.0, 300.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mos similarity index 86% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mos index c03219ecde1..c90c5a5f17e 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/System/Validation/SystemController.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="SystemController"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="Controller"); createPlot(id=1, position={0, 0, 1403, 978}, y={"sysCon.uValPos[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1403, 191}, y={"sysCon.dPChiWatLoo", "sysCon.chiWatStaPreSetRes.yStaPreSetPoi"}, range={0.0, 3600.0, 15000.0, 35000.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mos similarity index 94% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mos index 361f804c09e..50a2458aa17 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeamSystem/Terminal/Validation/TerminalController.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="TerminalController"); +simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="Controller"); createPlot(id=1, position={702, 0, 685, 451}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.uConSen"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.EnableLead.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Validation.Controller.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SecondaryPumps.Validation.Controller.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Validation.Controller.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.BypassValvePosition.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.BypassValvePosition.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.BypassValvePosition.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ChilledWaterSupplyReset.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.OperatingMode.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.OperatingMode.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.OperatingMode.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneRegulation.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneTemperature.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.SetPoints.Validation.ZoneTemperature.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneTemperature.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Validation.Controller.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.Validation.SystemController.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Validation.Controller.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Validation.Controller.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.Validation.TerminalController.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Validation.Controller.mos From 4499a84b6dc2b489b1b597761fc8952b0dd819f5 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 30 Nov 2021 08:54:46 -0800 Subject: [PATCH 029/196] Updated .travis.yml from master --- .travis.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b67773dc53..314eb43bfb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,39 +12,34 @@ branches: - /^maint_.*$/ - release -cache: pip +cache: + pip: true + directories: + - .git/lfs notifications: email: false git: depth: 10 + lfs_skip_smudge: true services: - docker - xvfb - -addons: - apt: - sources: - - sourceline: "deb https://build.openmodelica.org/omc/builds/linux/releases/1.16.1/ bionic release" - key_url: "http://build.openmodelica.org/apt/openmodelica.asc" - packages: - - omc=1.16.1-1 - - omlib-modelica-3.2.2 #3.2.3 is not in https://build.openmodelica.org/omc/builds/linux/releases/1.16.1/dists/bionic/release/binary-amd64/Packages.gz - - env: global: + - BUILDINGSPY_VERSION=BuildingsPy@208c37e + - OPTIMICA_VERSION=travis-ubuntu-1804-optimica:r26446 - ENERGYPLUS_VERSION=EnergyPlus-9.5.0-de239b2e5f-Linux-Ubuntu18.04-x86_64 - MODELICA_JSON_VERSION=6d950c3592fa021aa914ba4ff34a67cbb69962c6 - MODELICA_JSON_HOME=${TRAVIS_BUILD_DIR}/modelica-json jobs: - TEST_ARG="make test-cdl-conformance" - - TEST_ARG="make test-energyplus-validations" - - TEST_ARG="make test-bestest test-spawn-portability" + - TEST_ARG="make test-energyplus-validations test-dymola-spawn-spaces test-omc-spawn-spaces" #target test-optimica-spawn-fmu removed as it requires a local installation of OCT + - TEST_ARG="make test-bestest" - TEST_ARG="make test-dymola PACKAGE=\"Buildings.{Air,Examples}\"" - TEST_ARG="make test-optimica PACKAGE=\"Buildings.{Air,Examples}\"" - TEST_ARG="make test-jmodelica PACKAGE=\"Buildings.{Air,Examples}\"" @@ -106,7 +101,7 @@ before_install: cp Buildings/Resources/Scripts/travis/dymola/dymola $HOME/bin/; fi; - if [[ "$TEST_ARG" == *test-optimica* ]]; then - docker pull "$DOCKER_USERNAME"/travis-ubuntu-1804-optimica:r19089; + docker pull "$DOCKER_USERNAME"/${OPTIMICA_VERSION}; cp Buildings/Resources/Scripts/travis/optimica/jm_ipython.sh $HOME/bin/jm_ipython.sh; fi; - if [[ "$TEST_ARG" == *test-jmodelica* ]]; then @@ -130,15 +125,20 @@ before_install: cd -; echo "Installed modelica-json in ${MODELICA_JSON_HOME}"; fi; + - if [[ "$TEST_ARG" == *test-omc* ]]; then + docker pull "$DOCKER_USERNAME"/ubuntu-2004-omc:1.18.0; + cp Buildings/Resources/Scripts/travis/omc/omc $HOME/bin/omc; + fi; # Install dependencies # For sphinx, we need to install specific package versions, otherwise # the html output may have small formatting differences which causes # the test to fail install: + - git lfs pull - pip3 install --upgrade pip wheel - pip3 install --only-binary=numpy,scipy,matplotlib numpy==1.13.3 scipy==0.19.1 matplotlib==2.1.0 - - pip3 install git+https://github.com/lbl-srg/BuildingsPy@master + - pip3 install git+https://github.com/lbl-srg/${BUILDINGSPY_VERSION} - if [[ "$TEST_ARG" == *test-energyplus* ]]; then export PATH=${PATH}:${TRAVIS_BUILD_DIR}/${ENERGYPLUS_VERSION}; pip3 install pandas==1.0.1; From 63cd6359d7e487ff03a651d3026994d4ba3a373c Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 30 Nov 2021 08:56:18 -0800 Subject: [PATCH 030/196] Updated BuildingsPy version This requires https://github.com/lbl-srg/BuildingsPy/issues/446 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 314eb43bfb4..56bdc3e3f9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ services: env: global: - - BUILDINGSPY_VERSION=BuildingsPy@208c37e + - BUILDINGSPY_VERSION=BuildingsPy@bdfd813 - OPTIMICA_VERSION=travis-ubuntu-1804-optimica:r26446 - ENERGYPLUS_VERSION=EnergyPlus-9.5.0-de239b2e5f-Linux-Ubuntu18.04-x86_64 - MODELICA_JSON_VERSION=6d950c3592fa021aa914ba4ff34a67cbb69962c6 From 0ff694e0c071c42f9b2e109a8392ecaf627a53e2 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Tue, 30 Nov 2021 09:58:57 -0800 Subject: [PATCH 031/196] Updated BuildingsPy version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56bdc3e3f9c..a81c907dfcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ services: env: global: - - BUILDINGSPY_VERSION=BuildingsPy@bdfd813 + - BUILDINGSPY_VERSION=BuildingsPy@60ead76 - OPTIMICA_VERSION=travis-ubuntu-1804-optimica:r26446 - ENERGYPLUS_VERSION=EnergyPlus-9.5.0-de239b2e5f-Linux-Ubuntu18.04-x86_64 - MODELICA_JSON_VERSION=6d950c3592fa021aa914ba4ff34a67cbb69962c6 From 74cedbac0c9c696665a2a3ab3d02c667068d1107 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 16 Dec 2021 12:50:05 -0800 Subject: [PATCH 032/196] Updated package structure to move ChilledBeams package outside of OBC.ASHRAE.PrimarySystem --- .../Subsequences/Validation/package.mo | 39 ------------------- .../OBC/ASHRAE/PrimarySystem/package.order | 1 - .../ChilledBeams/SecondaryPumps/Controller.mo | 24 ++++++------ .../Subsequences/ChangeStatus.mo | 2 +- .../Subsequences/EnableLag_pumpSpeed.mo | 2 +- .../SecondaryPumps/Subsequences/EnableLead.mo | 2 +- .../Subsequences/Speed_remoteDp.mo | 2 +- .../Subsequences/Validation/ChangeStatus.mo | 10 ++--- .../Validation/EnableLag_pumpSpeed.mo | 10 ++--- .../Subsequences/Validation/EnableLead.mo | 10 ++--- .../Subsequences/Validation/Speed_remoteDp.mo | 10 ++--- .../Subsequences}/Validation/package.mo | 8 ++-- .../Subsequences/Validation/package.order | 0 .../SecondaryPumps/Subsequences/package.mo | 2 +- .../SecondaryPumps/Subsequences/package.order | 0 .../SecondaryPumps/Validation/Controller.mo | 10 ++--- .../SecondaryPumps}/Validation/package.mo | 7 ++-- .../SecondaryPumps/Validation/package.order | 0 .../ChilledBeams/SecondaryPumps/package.mo | 2 +- .../ChilledBeams/SecondaryPumps/package.order | 0 .../SetPoints/BypassValvePosition.mo | 2 +- ...ChilledWaterStaticPressureSetpointReset.mo | 2 +- .../SetPoints/ChilledWaterSupplyReset.mo | 2 +- .../ChilledBeams/SetPoints/OperatingMode.mo | 14 +++---- .../Validation/BypassValvePosition.mo | 10 ++--- ...ChilledWaterStaticPressureSetpointReset.mo | 10 ++--- .../Validation/ChilledWaterSupplyReset.mo | 14 +++---- .../SetPoints/Validation/OperatingMode.mo | 10 ++--- .../SetPoints/Validation/ZoneRegulation.mo | 10 ++--- .../SetPoints/Validation/ZoneTemperature.mo | 10 ++--- .../SetPoints/Validation/package.mo | 6 +-- .../SetPoints/Validation/package.order | 0 .../ChilledBeams/SetPoints/ZoneRegulation.mo | 20 +++++----- .../ChilledBeams/SetPoints/ZoneTemperature.mo | 4 +- .../ChilledBeams/SetPoints/package.mo | 2 +- .../ChilledBeams/SetPoints/package.order | 0 .../ChilledBeams/System/Controller.mo | 20 +++++----- .../System/Validation/Controller.mo | 10 ++--- .../System}/Validation/package.mo | 7 ++-- .../System/Validation/package.order | 0 .../ChilledBeams/System/package.mo | 2 +- .../ChilledBeams/System/package.order | 0 .../ChilledBeams/Terminal/Controller.mo | 20 +++++----- .../Terminal/Validation/Controller.mo | 10 ++--- .../Terminal/Validation/package.mo | 37 ++++++++++++++++++ .../Terminal/Validation/package.order | 0 .../ChilledBeams/Terminal/package.mo | 2 +- .../ChilledBeams/Terminal/package.order | 0 .../Types/OperationModes/package.mo | 2 +- .../Types/OperationModes/package.order | 0 .../ChilledBeams/Types/package.mo | 2 +- .../ChilledBeams/Types/package.order | 0 .../ChilledBeams/package.mo | 2 +- .../ChilledBeams/package.order | 0 Buildings/Controls/OBC/package.order | 1 + ..._Subsequences_Validation_ChangeStatus.txt} | 0 ...uences_Validation_EnableLag_pumpSpeed.txt} | 0 ...ps_Subsequences_Validation_EnableLead.txt} | 0 ...ubsequences_Validation_Speed_remoteDp.txt} | 0 ..._SecondaryPumps_Validation_Controller.txt} | 0 ...Points_Validation_BypassValvePosition.txt} | 0 ...illedWaterStaticPressureSetpointReset.txt} | 0 ...ts_Validation_ChilledWaterSupplyReset.txt} | 0 ...ms_SetPoints_Validation_OperatingMode.txt} | 0 ...s_SetPoints_Validation_ZoneRegulation.txt} | 0 ..._SetPoints_Validation_ZoneTemperature.txt} | 0 ...ledBeams_System_Validation_Controller.txt} | 0 ...dBeams_Terminal_Validation_Controller.txt} | 0 .../Subsequences/Validation/ChangeStatus.mos | 2 +- .../Validation/EnableLag_pumpSpeed.mos | 2 +- .../Subsequences/Validation/EnableLead.mos | 2 +- .../Validation/Speed_remoteDp.mos | 2 +- .../SecondaryPumps/Validation/Controller.mos | 2 +- .../Validation/BypassValvePosition.mos | 2 +- ...hilledWaterStaticPressureSetpointReset.mos | 2 +- .../Validation/ChilledWaterSupplyReset.mos | 2 +- .../SetPoints/Validation/OperatingMode.mos | 2 +- .../SetPoints/Validation/ZoneRegulation.mos | 2 +- .../SetPoints/Validation/ZoneTemperature.mos | 2 +- .../System/Validation/Controller.mos | 2 +- .../Terminal/Validation/Controller.mos | 2 +- ....Subsequences.Validation.ChangeStatus.mos} | 0 ...uences.Validation.EnableLag_pumpSpeed.mos} | 0 ...ps.Subsequences.Validation.EnableLead.mos} | 0 ...ubsequences.Validation.Speed_remoteDp.mos} | 0 ....SecondaryPumps.Validation.Controller.mos} | 0 ...Points.Validation.BypassValvePosition.mos} | 0 ...illedWaterStaticPressureSetpointReset.mos} | 0 ...ts.Validation.ChilledWaterSupplyReset.mos} | 0 ...ms.SetPoints.Validation.OperatingMode.mos} | 0 ...s.SetPoints.Validation.ZoneRegulation.mos} | 0 ....SetPoints.Validation.ZoneTemperature.mos} | 0 ...ledBeams.System.Validation.Controller.mos} | 0 ...dBeams.Terminal.Validation.Controller.mos} | 0 94 files changed, 199 insertions(+), 199 deletions(-) delete mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.mo rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Controller.mo (94%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo (98%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo (99%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo (98%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo (99%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo (90%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo (80%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo (74%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo (83%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem/ChilledBeams/System => ChilledBeams/SecondaryPumps/Subsequences}/Validation/package.mo (84%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/package.mo (94%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Validation/Controller.mo (87%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem/ChilledBeams/Terminal => ChilledBeams/SecondaryPumps}/Validation/package.mo (83%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Validation/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/package.mo (93%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/BypassValvePosition.mo (99%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo (99%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo (99%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/OperatingMode.mo (88%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo (83%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo (78%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo (83%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/OperatingMode.mo (78%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo (87%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo (79%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/package.mo (83%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/ZoneRegulation.mo (95%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/ZoneTemperature.mo (96%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/package.mo (91%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/System/Controller.mo (94%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/System/Validation/Controller.mo (91%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps => ChilledBeams/System}/Validation/package.mo (82%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/System/Validation/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/System/package.mo (95%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/System/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/Terminal/Controller.mo (94%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/Terminal/Validation/Controller.mo (94%) create mode 100644 Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/package.mo rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/Terminal/Validation/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/Terminal/package.mo (95%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/Terminal/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/Types/OperationModes/package.mo (94%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/Types/OperationModes/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/Types/package.mo (95%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/Types/package.order (100%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/package.mo (96%) rename Buildings/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/package.order (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt => Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt => Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLead.txt => Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLead.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt => Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Validation_Controller.txt => Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Validation_Controller.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt => Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt => Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterSupplyReset.txt => Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ChilledWaterSupplyReset.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_OperatingMode.txt => Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_OperatingMode.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt => Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneTemperature.txt => Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ZoneTemperature.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_System_Validation_Controller.txt => Buildings_Controls_OBC_ChilledBeams_System_Validation_Controller.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_Terminal_Validation_Controller.txt => Buildings_Controls_OBC_ChilledBeams_Terminal_Validation_Controller.txt} (100%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos (67%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos (77%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos (70%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos (77%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SecondaryPumps/Validation/Controller.mos (88%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos (81%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos (70%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos (90%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/OperatingMode.mos (70%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos (90%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos (61%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/System/Validation/Controller.mos (81%) rename Buildings/Resources/Scripts/Dymola/Controls/OBC/{ASHRAE/PrimarySystem => }/ChilledBeams/Terminal/Validation/Controller.mos (93%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos => Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos => Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead.mos => Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos => Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Validation.Controller.mos => Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Validation.Controller.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.BypassValvePosition.mos => Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.BypassValvePosition.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos => Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset.mos => Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.OperatingMode.mos => Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos => Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneTemperature.mos => Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneTemperature.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Validation.Controller.mos => Buildings.Controls.OBC.ChilledBeams.System.Validation.Controller.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Validation.Controller.mos => Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controller.mos} (100%) diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.mo deleted file mode 100644 index d45dca4ebd3..00000000000 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.mo +++ /dev/null @@ -1,39 +0,0 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences; -package Validation "Collection of validation models" - - - -annotation (preferredView="info", Documentation(info=" -

                          -This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences. -

                          -

                          -Note that most validation models contain simple input data -which may not be realistic, but for which the correct -output can be obtained through an analytic solution. -The examples plot various outputs, which have been verified against these -solutions. These model outputs are stored as reference data and -used for continuous validation whenever models in the library change. -

                          -"), - Icon(graphics={ - Rectangle( - lineColor={200,200,200}, - fillColor={248,248,248}, - fillPattern=FillPattern.HorizontalCylinder, - extent={{-100.0,-100.0},{100.0,100.0}}, - radius=25.0), - Rectangle( - lineColor={128,128,128}, - extent={{-100.0,-100.0},{100.0,100.0}}, - radius=25.0), - Polygon( - origin={8.0,14.0}, - lineColor={78,138,73}, - fillColor={78,138,73}, - pattern=LinePattern.None, - fillPattern=FillPattern.Solid, - points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); -end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order index a46bbbea2f3..e69de29bb2d 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order +++ b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order @@ -1 +0,0 @@ -ChilledBeams diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo similarity index 94% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Controller.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo index d3751043edc..1d443b775b2 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps; block Controller "Controller for chilled water pumps in chilled beam systems" @@ -192,7 +192,7 @@ block Controller annotation (Placement(transformation(extent={{280,-210},{320,-170}}), iconTransformation(extent={{100,-40},{140,0}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLag_pumpSpeed + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.EnableLag_pumpSpeed enaLagSecPum( final speLim=speLim, final speLim1=speLim1, @@ -227,7 +227,7 @@ protected "Unit delay for pump speed" annotation (Placement(transformation(extent={{-200,28},{-180,48}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLead + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.EnableLead enaLeaPum( nVal=nVal, valPosClo=valPosClo, @@ -237,7 +237,7 @@ protected "Enable lead pump" annotation (Placement(transformation(extent={{-200,70},{-180,90}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Speed_remoteDp + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Speed_remoteDp pumSpeRemDp( final nSen=1, final nPum=nPum, @@ -303,13 +303,13 @@ protected "Add one to number of currently enabled pumps to obtain next lag pump" annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus chaPumSta1( final nPum=nPum) "Change lead pump status" annotation (Placement(transformation(extent={{58,68},{80,88}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus chaPumSta4( final nPum=nPum) "Change lag pump status" @@ -544,19 +544,19 @@ Pump control sequences for chilled beam systems. It consists of: ", diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo similarity index 98% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo index 477c51d9eb1..69080a9fb69 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences; block ChangeStatus "Sequence to change pump status" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo similarity index 99% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo index 452aed744c1..b5c5c0d084a 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences; block EnableLag_pumpSpeed "Sequence for enabling and disabling lag pumps using pump speed" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo similarity index 98% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo index 262e8077304..f5728c6ad0d 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences; block EnableLead "Sequence to enable or disable the lead pump of chilled beam systems" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo similarity index 99% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 86cf238091c..044c1efda00 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences; block Speed_remoteDp "Pump speed control for chilled beam systems where the remote DP sensor(s) is hardwired to the controller" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo similarity index 90% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo index 79884aca53e..40b1058e035 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation; model ChangeStatus "Validate sequence for changing pump status" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus chaPumSta( final nPum=3) "Scenario testing pump status changer" @@ -114,13 +114,13 @@ equation annotation ( experiment(StopTime=3600.0, Tolerance=1e-06), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos" "Simulate and plot"), Documentation(info="

                          This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus. + +Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus.

                          ", revisions="
                            diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo similarity index 80% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo index 996deebc166..798ce4fc17c 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation; model EnableLag_pumpSpeed "Validate sequence for enabling variable-speed lag pumps using pump speed" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLag_pumpSpeed + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.EnableLag_pumpSpeed enaLagPum "Test instance for speed-limit speLim" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); @@ -40,13 +40,13 @@ equation annotation ( experiment(StopTime=3600.0, Tolerance=1e-06), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos" "Simulate and plot"), Documentation(info="

                            This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLag_pumpSpeed. + +Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.EnableLag_pumpSpeed.

                            ", revisions="
                              diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo similarity index 74% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo index c39120277aa..4e94d8f6fc9 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation; model EnableLead "Validate sequence for enabling lead pump of chilled beam systems" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLead + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.EnableLead enaLeaPum( final nVal=2) "Enable lead chilled water pump" @@ -24,13 +24,13 @@ annotation ( StopTime=720, Tolerance=1e-06, __Dymola_Algorithm="Dassl"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos" "Simulate and plot"), Documentation(info="

                              This example validates - - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.EnableLead. + + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.EnableLead.

                              ", revisions="
                                diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo similarity index 83% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo index f2834fcd563..caaf35dd0e5 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation; model Speed_remoteDp "Validate sequence of controlling chilled water pump speed using remote DP" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Speed_remoteDp + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Speed_remoteDp chiPumSpe( final nSen=2, final nPum=2) @@ -52,13 +52,13 @@ equation 60},{-10,8},{38,8}}, color={255,0,255})); annotation ( experiment(StopTime=10.0, Tolerance=1e-06), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos" "Simulate and plot"), Documentation(info="

                                This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Speed_remoteDp. + +Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Speed_remoteDp.

                                ", revisions="
                                  diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.mo similarity index 84% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.mo index 8049ee40908..86939e910fa 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.mo @@ -1,11 +1,13 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences; package Validation "Collection of validation models" + + annotation (preferredView="info", Documentation(info="

                                  This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System. + +Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.

                                  Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.order b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.order rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/package.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/package.mo similarity index 94% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/package.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/package.mo index c9fb5d21ef4..4d0d60f4ce6 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps; package Subsequences "Chilled beam chilled water pump control subsequences" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/package.order b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/package.order rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo similarity index 87% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo index 5b94ac6c5b1..cd86c14a406 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Validation; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Validation; model Controller "Validate chilled beam chilled water pump control sequence" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Controller + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Controller pumCon( final nPum=2, final minPumSpe=0.1, @@ -68,13 +68,13 @@ annotation ( Interval=0.5, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mos" "Simulate and plot"), Documentation(info="

                                  This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Controller. + +Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Controller.

                                  ", revisions="
                                    diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/package.mo similarity index 83% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/package.mo index a020af30d32..373cf611536 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/package.mo @@ -1,11 +1,12 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal; +within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps; package Validation "Collection of validation models" + annotation (preferredView="info", Documentation(info="

                                    This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal. + +Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.

                                    Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/package.order b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/package.order rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/package.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/package.mo similarity index 93% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/package.mo rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/package.mo index 5464b2fc0ee..5e31d95d010 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams; +within Buildings.Controls.OBC.ChilledBeams; package SecondaryPumps "Sequences for chilled water pump control" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/package.order b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/package.order rename to Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo similarity index 99% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/BypassValvePosition.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index f05bf7c61e9..e95b572ca60 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; +within Buildings.Controls.OBC.ChilledBeams.SetPoints; block BypassValvePosition "Block with sequences for calculating bypass valve position" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo similarity index 99% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index 067ece786fe..b51ccac2676 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; +within Buildings.Controls.OBC.ChilledBeams.SetPoints; block ChilledWaterStaticPressureSetpointReset "Sequence to generate static pressure setpoint for chilled water loop" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo similarity index 99% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo index 50da859ea68..bb737745e95 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; +within Buildings.Controls.OBC.ChilledBeams.SetPoints; block ChilledWaterSupplyReset "Sequence to generate static pressure setpoint for chilled water loop" diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo similarity index 88% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/OperatingMode.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo index dc3191310ae..943bc8cc698 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; +within Buildings.Controls.OBC.ChilledBeams.SetPoints; block OperatingMode "Block with sequences for picking system operating mode" @@ -30,12 +30,12 @@ block OperatingMode annotation (Placement(transformation(extent={{60,-10},{80,10}}))); protected - parameter Integer modInt[3]={Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.occupied, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedScheduled, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled} + parameter Integer modInt[3]={Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied, + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedScheduled, + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled} "Array of integer constants associated with each mode"; - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt(final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.occupied) + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt(final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied) "Constant integer for occupied mode" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); @@ -44,12 +44,12 @@ protected annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt1( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedScheduled) + final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedScheduled) "Constant integer for unoccupiedScheduled mode" annotation (Placement(transformation(extent={{-20,-30},{0,-10}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt2( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled) + final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled) "Constant integer for unoccupiedUnscheduled mode" annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo similarity index 83% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo index 3fb94de7d6c..dc1d35c4f87 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; +within Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation; model BypassValvePosition "Validate bypass valve position setpoint controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.BypassValvePosition + Buildings.Controls.OBC.ChilledBeams.SetPoints.BypassValvePosition bypValPos "Bypass valve position setpoint controller" annotation (Placement(transformation(extent={{0,-10},{20,10}}))); @@ -45,13 +45,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos" "Simulate and plot"), Documentation(info="

                                    This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.BypassValvePosition. + +Buildings.Controls.OBC.ChilledBeams.SetPoints.BypassValvePosition.

                                    ", revisions="
                                      diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo similarity index 78% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo index 05b1eef73d0..c04422da92e 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; +within Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation; model ChilledWaterStaticPressureSetpointReset "Validate chilled water static pressure setpoint reset" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset + Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( final nVal=2) annotation (Placement(transformation(extent={{40,-10},{60,10}}))); @@ -32,13 +32,13 @@ annotation ( Interval=0.5, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos" "Simulate and plot"), Documentation(info="

                                      This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset. + +Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset.

                                      ", revisions="
                                        diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo similarity index 83% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo index f03194a020b..d2430c3aa61 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo @@ -1,18 +1,18 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; +within Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation; model ChilledWaterSupplyReset "Validate chilled water request generation sequence" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset + Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterSupplyReset chiWatSupRes "Testing low valve opening" annotation (Placement(transformation(extent={{-40,40},{-20,60}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset + Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterSupplyReset chiWatSupRes1 "Testing medium valve opening" annotation (Placement(transformation(extent={{60,40},{80,60}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset + Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterSupplyReset chiWatSupRes2 "Testing large valve opening" annotation (Placement(transformation(extent={{-40,-60},{-20,-40}}))); @@ -71,13 +71,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos" "Simulate and plot"), Documentation(info="

                                        This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset. + +Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterSupplyReset.

                                        ", revisions="
                                          diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo similarity index 78% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo index 0409670ca9c..2cbc1f88dae 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; +within Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation; model OperatingMode "Validate system operating mode setpoint controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.OperatingMode + Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode operatingMode( final schTab=[0,0; 1,1; 2,0; 24,0]) "Instance of operating mode calculator for validation" @@ -22,13 +22,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos" "Simulate and plot"), Documentation(info="

                                          This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.OperatingMode. + +Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode.

                                          ", revisions="
                                            diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo similarity index 87% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo index 1e4feaf26c6..7bcd0aca864 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; +within Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation; model ZoneRegulation "Validate zone regulation controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneRegulation + Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneRegulation zonRegCon( final VDes_occ=0.5, final VDes_unoccSch=0.1, @@ -71,13 +71,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos" "Simulate and plot"), Documentation(info="

                                            This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneRegulation. + +Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneRegulation.

                                            ", revisions="
                                              diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo similarity index 79% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo index 415609022ca..9bab29185e8 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation; +within Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation; model ZoneTemperature "Validate zone temperature setpoint controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneTemperature + Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneTemperature TZonSet "Zone temperature setpoint controller" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); @@ -31,13 +31,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos" "Simulate and plot"), Documentation(info="

                                              This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneTemperature. + +Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneTemperature.

                                              ", revisions="
                                                diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/package.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/package.mo similarity index 83% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/package.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/package.mo index 913c13f4365..5bae4c51aa1 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/package.mo @@ -1,12 +1,12 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; +within Buildings.Controls.OBC.ChilledBeams.SetPoints; package Validation "Collection of validation models" annotation (preferredView="info", Documentation(info="

                                                This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints. + +Buildings.Controls.OBC.ChilledBeams.SetPoints.

                                                Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/package.order b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/package.order rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo similarity index 95% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneRegulation.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo index 2211c301477..68e843144a5 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; +within Buildings.Controls.OBC.ChilledBeams.SetPoints; block ZoneRegulation "Controller for zone CAV box and chilled beam manifold" @@ -181,7 +181,7 @@ block ZoneRegulation annotation (Placement(transformation(extent={{140,140},{180,180}}), iconTransformation(extent={{100,20},{140,60}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneTemperature TZonSet( + Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneTemperature TZonSet( final zonOccHeaSet=zonOccHeaSet, final zonUnoccHeaSet=zonUnoccHeaSet, final zonOccCooSet=zonOccCooSet, @@ -284,15 +284,15 @@ protected annotation (Placement(transformation(extent={{-20,-160},{0,-140}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntUn( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.occupied) + final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied) "Constant signal for unoccupied mode" annotation (Placement(transformation(extent={{-60,-160},{-40,-140}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[3]( final k={ - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.occupied, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedScheduled, - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled}) + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied, + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedScheduled, + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled}) "List of possible modes" annotation (Placement(transformation(extent={{-110,-120},{-90,-100}}))); @@ -422,8 +422,8 @@ Reheat signal The CAV reheat signal yReh is generated using a PI-controller to maintain the measured zone temperature TZon at or above the zone heating setpoint TZonHeaSet from - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneTemperature. + +Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneTemperature.

                                              @@ -460,8 +460,8 @@ Chilled beam control valve position The chilled beam control valve position yVal is adjusted using a PI-controller to regulate TZon at or below the zone cooling setpoint TZonCooSet from - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneTemperature. + +Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneTemperature.
                                            • If uConSen is continuously enabled for time conSenOnThr, diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo similarity index 96% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneTemperature.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo index 00b6be0b814..d601744bc5b 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/ZoneTemperature.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints; +within Buildings.Controls.OBC.ChilledBeams.SetPoints; block ZoneTemperature "Sequence to generate zone heating and cooling setpoint temperatures" @@ -70,7 +70,7 @@ protected annotation (Placement(transformation(extent={{0,-10},{20,10}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( - final k=Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types.OperationModes.occupied) + final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied) "Occupied mode signal" annotation (Placement(transformation(extent={{-40,-30},{-20,-10}}))); diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/package.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.mo similarity index 91% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/package.mo rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/package.mo index 687dfc74d28..973ef0462aa 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams; +within Buildings.Controls.OBC.ChilledBeams; package SetPoints "Package with sequences for controlling system setpoints" annotation (Icon(graphics={ Rectangle( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/package.order b/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/package.order rename to Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo similarity index 94% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Controller.mo rename to Buildings/Controls/OBC/ChilledBeams/System/Controller.mo index 08227077402..252e31f2b96 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System; +within Buildings.Controls.OBC.ChilledBeams.System; block Controller "Main chilled beam system controller" @@ -302,7 +302,7 @@ block Controller "Bypass valve position signal" annotation (Placement(transformation(extent={{100,-60},{140,-20}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( + Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( final nVal=nVal, final nPum=nPum, final valPosLowClo=valPosLowClo, @@ -325,7 +325,7 @@ protected parameter Integer pumStaOrd[nPum]={i for i in 1:nPum} "Chilled water pump staging order"; - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Controller secPumCon( + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Controller secPumCon( final nPum=nPum, final nVal=nVal, final minPumSpe=minPumSpe, @@ -349,7 +349,7 @@ protected "Secondary pump controller" annotation (Placement(transformation(extent={{0,20},{20,40}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.BypassValvePosition bypValPos( + Buildings.Controls.OBC.ChilledBeams.SetPoints.BypassValvePosition bypValPos( final nPum=nPum, final minPumSpe=minPumSpe, final dPumSpe=sigDifPumSpe, @@ -418,21 +418,21 @@ This block generates signals for enabling the secondary chilled water pump position signal yBypValPos. It consists of the following components:
                                              1. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Controller: + +Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Controller: This block generates yChiWatPum and yPumSpe based on the chilled beam manifold control valve position uValPos and the measured chilled water loop differential pressure dPChiWatLoo.
                                              2. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset: + +Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset: This block generates the chilled water loop differential pressure setpoint based on uValPos and the pump proven on status uPumSta.
                                              3. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.BypassValvePosition: + +Buildings.Controls.OBC.ChilledBeams.SetPoints.BypassValvePosition: This block generates yBypValPos based on yChiWatPum, yPumSpe and dPChiWatLoo.
                                              4. diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo similarity index 91% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mo rename to Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo index 5ef5edba267..c9207a11897 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Validation; +within Buildings.Controls.OBC.ChilledBeams.System.Validation; model Controller "Validate zone temperature setpoint controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Controller + Buildings.Controls.OBC.ChilledBeams.System.Controller sysCon(dPChiWatMax=31000) "System controller" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); @@ -43,13 +43,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/System/Validation/Controller.mos" "Simulate and plot"), Documentation(info="

                                                This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Controller. + +Buildings.Controls.OBC.ChilledBeams.System.Controller.

                                                It consists of an open-loop setup for the system controller sysCon block, with diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/package.mo b/Buildings/Controls/OBC/ChilledBeams/System/Validation/package.mo similarity index 82% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/package.mo rename to Buildings/Controls/OBC/ChilledBeams/System/Validation/package.mo index 02a7406c5c1..a7410375fec 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Validation/package.mo @@ -1,12 +1,11 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps; +within Buildings.Controls.OBC.ChilledBeams.System; package Validation "Collection of validation models" - annotation (preferredView="info", Documentation(info="

                                                This package contains validation models for the classes in - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps. + +Buildings.Controls.OBC.ChilledBeams.System.

                                                Note that most validation models contain simple input data diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.order b/Buildings/Controls/OBC/ChilledBeams/System/Validation/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/package.order rename to Buildings/Controls/OBC/ChilledBeams/System/Validation/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.mo b/Buildings/Controls/OBC/ChilledBeams/System/package.mo similarity index 95% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.mo rename to Buildings/Controls/OBC/ChilledBeams/System/package.mo index 9e977954fde..239d731bbcb 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams; +within Buildings.Controls.OBC.ChilledBeams; package System "Package with AHU and chilled beam system controls" annotation (Icon(graphics={ Rectangle( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.order b/Buildings/Controls/OBC/ChilledBeams/System/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/package.order rename to Buildings/Controls/OBC/ChilledBeams/System/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo similarity index 94% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Controller.mo rename to Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo index 1cb6eec9272..62b2986f55b 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal; +within Buildings.Controls.OBC.ChilledBeams.Terminal; block Controller "Controller for zone CAV terminal and chilled beam manifold control valve" @@ -275,7 +275,7 @@ block Controller "Chilled beam manifold control valve position signal" annotation (Placement(transformation(extent={{100,20},{140,60}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneRegulation zonRegCon( + Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneRegulation zonRegCon( final conSenOnThr=conSenOnThr, final controllerTypeCoo=controllerTypeCoo, final kCoo=kCoo, @@ -300,13 +300,13 @@ block Controller annotation (Placement(transformation(extent={{-10,20},{10,40}}))); protected - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.OperatingMode opeMod( + Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode opeMod( final nSchRow=nSchRow, final schTab=schTab) "Determine operating mode for zone" annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset chiWatSupRes( + Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterSupplyReset chiWatSupRes( final valPosLowCloReq=valPosLowCloReq, final valPosLowOpeReq=valPosLowOpeReq, final valPosHigCloReq=valPosHigCloReq, @@ -374,21 +374,21 @@ chilled water supply yChiWatSupReq and chilled water supply tempera reset TChiWatReq. It consists of the following components:

                                                1. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.OperatingMode: + +Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode: This block generates an operating mode type signal based on the detected zone occupancy uDetOcc and the zone occupancy schedule schTab.
                                                2. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ZoneRegulation: + +Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneRegulation: This block generates the output signals yChiVal, yReh and yDam to regulate the zone temperature within the heating and cooling temperature setpoints.
                                                3. - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.ChilledWaterSupplyReset: + +Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterSupplyReset: This block generates the output signals yChiWatSupReq and TChiWatReq which are provided to the chiller plant system supplying chilled water. diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo similarity index 94% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mo rename to Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo index 2fbfce74d74..4d05157a4a7 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo @@ -1,8 +1,8 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Validation; +within Buildings.Controls.OBC.ChilledBeams.Terminal.Validation; model Controller "Validate zone temperature setpoint controller" - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Controller + Buildings.Controls.OBC.ChilledBeams.Terminal.Controller terCon( final VDes_occ=0.5, final VDes_unoccSch=0.1, @@ -67,13 +67,13 @@ annotation ( Interval=1, Tolerance=1e-06, __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos" "Simulate and plot"), Documentation(info="

                                                  This example validates - -Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Controller. + +Buildings.Controls.OBC.ChilledBeams.Terminal.Controller.

                                                  It consists of an open-loop setup for the terminal controller block terCon, diff --git a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/package.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/package.mo new file mode 100644 index 00000000000..49137917015 --- /dev/null +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/package.mo @@ -0,0 +1,37 @@ +within Buildings.Controls.OBC.ChilledBeams.Terminal; +package Validation "Collection of validation models" + +annotation (preferredView="info", Documentation(info=" +

                                                  +This package contains validation models for the classes in + +Buildings.Controls.OBC.ChilledBeams.Terminal. +

                                                  +

                                                  +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

                                                  +"), + Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100.0,-100.0},{100.0,100.0}}, + radius=25.0), + Polygon( + origin={8.0,14.0}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.order b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/package.order rename to Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/package.mo similarity index 95% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.mo rename to Buildings/Controls/OBC/ChilledBeams/Terminal/package.mo index 3528ebd3fd6..6f534de4a1b 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams; +within Buildings.Controls.OBC.ChilledBeams; package Terminal "Sequences for regulating zone conditions at setpoint" annotation (Icon(graphics={ Rectangle( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.order b/Buildings/Controls/OBC/ChilledBeams/Terminal/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/package.order rename to Buildings/Controls/OBC/ChilledBeams/Terminal/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/OperationModes/package.mo b/Buildings/Controls/OBC/ChilledBeams/Types/OperationModes/package.mo similarity index 94% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/OperationModes/package.mo rename to Buildings/Controls/OBC/ChilledBeams/Types/OperationModes/package.mo index b1c14ecbb7a..58a2410340f 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/OperationModes/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Types/OperationModes/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Types; +within Buildings.Controls.OBC.ChilledBeams.Types; package OperationModes "Definitions for operation modes" constant Integer occupied = 1 diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/OperationModes/package.order b/Buildings/Controls/OBC/ChilledBeams/Types/OperationModes/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/OperationModes/package.order rename to Buildings/Controls/OBC/ChilledBeams/Types/OperationModes/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/package.mo b/Buildings/Controls/OBC/ChilledBeams/Types/package.mo similarity index 95% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/package.mo rename to Buildings/Controls/OBC/ChilledBeams/Types/package.mo index 1c02e51e965..f35751fd7ab 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Types/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams; +within Buildings.Controls.OBC.ChilledBeams; package Types "Package with type definitions for chilled beam systems" annotation (Icon(graphics={ diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/package.order b/Buildings/Controls/OBC/ChilledBeams/Types/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Types/package.order rename to Buildings/Controls/OBC/ChilledBeams/Types/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/package.mo b/Buildings/Controls/OBC/ChilledBeams/package.mo similarity index 96% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/package.mo rename to Buildings/Controls/OBC/ChilledBeams/package.mo index a835a392560..7dc6c37dbcf 100644 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/package.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.ASHRAE.PrimarySystem; +within Buildings.Controls.OBC; package ChilledBeams "Package containing sequences implemented for control of chilled beam systems" annotation (Icon(graphics={ Rectangle( diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/package.order b/Buildings/Controls/OBC/ChilledBeams/package.order similarity index 100% rename from Buildings/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/package.order rename to Buildings/Controls/OBC/ChilledBeams/package.order diff --git a/Buildings/Controls/OBC/package.order b/Buildings/Controls/OBC/package.order index fd5ea55a12a..b9a56cad4be 100644 --- a/Buildings/Controls/OBC/package.order +++ b/Buildings/Controls/OBC/package.order @@ -1,6 +1,7 @@ UsersGuide ASHRAE CDL +ChilledBeams OutdoorLights RadiantSystems Shade diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLag_pumpSpeed.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLead.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLead.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLead.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_EnableLead.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Validation_Controller.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Validation_Controller.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SecondaryPumps_Validation_Controller.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Validation_Controller.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ChilledWaterStaticPressureSetpointReset.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterSupplyReset.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ChilledWaterSupplyReset.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ChilledWaterSupplyReset.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ChilledWaterSupplyReset.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_OperatingMode.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_OperatingMode.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_OperatingMode.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_OperatingMode.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneTemperature.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ZoneTemperature.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_SetPoints_Validation_ZoneTemperature.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ZoneTemperature.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_System_Validation_Controller.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_System_Validation_Controller.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_System_Validation_Controller.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_System_Validation_Controller.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_Terminal_Validation_Controller.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_Terminal_Validation_Controller.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ASHRAE_PrimarySystem_ChilledBeams_Terminal_Validation_Controller.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_Terminal_Validation_Controller.txt diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos similarity index 67% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos index da104729804..0507a985a8e 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos @@ -1,3 +1,3 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus", method="Cvode", stopTime=35, tolerance=1e-06, resultFile="ChangeStatus"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus", method="Cvode", stopTime=35, tolerance=1e-06, resultFile="ChangeStatus"); createPlot(id=1, position={0, 0, 1545, 998}, y={"chaPumSta.uNexLagPum", "chaPumSta.uLasLagPum"}, range={0.0, 35.0, -2.0, 9.0}, grid=true, colors={{28,108,200}, {238,46,47}}); createPlot(id=1, position={0, 0, 1545, 496}, y={"chaPumSta.yChiWatPum[1]", "chaPumSta.yChiWatPum[2]", "chaPumSta.yChiWatPum[3]"}, range={0.0, 35.0, -0.1, 1.1}, grid=true, subPlot=2, colors={{28,108,200}, {28,108,200}, {28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos similarity index 77% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos index cf82e4109ad..562612092f7 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="EnableLag_pumpSpeed"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="EnableLag_pumpSpeed"); createPlot(id=1, position={0, 0, 1372, 998}, y={"enaLagPum.speLim", "enaLagPum.speLim1", "enaLagPum.speLim2", "enaLagPum.uPumSpe"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}); createPlot(id=1, position={0, 0, 1372, 330}, y={"enaLagPum.timPer", "enaLagPum.timPer1", "enaLagPum.timPer2", "enaLagPum.tim.y", "enaLagPum.tim1.y", "enaLagPum.tim2.y"}, range={0.0, 3600.0, -100.0, 700.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}}); createPlot(id=1, position={0, 0, 1372, 329}, y={"yUp.y", "yDow.y"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}, {28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos similarity index 70% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos index c8accc9cc7a..9676cf50696 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead", method="Cvode", stopTime=760, tolerance=1e-06, resultFile="EnableLead"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead", method="Cvode", stopTime=760, tolerance=1e-06, resultFile="EnableLead"); createPlot(id=1, position={0, 0, 1680, 978}, y={"enaLeaPum.uValPos[1]"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1680, 322}, y={"enaLeaPum.uValPos[2]"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1680, 323}, y={"enaLeaPum.yLea"}, range={0.0, 720.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos similarity index 77% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos index 8f4655af36e..b099523ecc4 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp", method="Cvode", stopTime=10, tolerance=1e-06, resultFile="Speed_remoteDp"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp", method="Cvode", stopTime=10, tolerance=1e-06, resultFile="Speed_remoteDp"); createPlot(id=1, position={20, 10, 900, 1000}, subPlot=1, y={"chiPumSpe.maxLoo.u[1]","chiPumSpe.maxLoo.u[2]"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200},{238,46,47}}); createPlot(id=1, position={20, 10, 900, 1000}, subPlot=2, y={"chiPumSpe.maxLoo.y"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={20, 10, 900, 1000}, subPlot=3, y={"chiPumSpe.pumSpe.y","chiPumSpe.pumSpe.f1","chiPumSpe.pumSpe.f2"}, range={0.0, 10.0, 0.4, 0.9}, grid=true, colors={{28,108,200},{238,46,47},{0,140,72}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mos similarity index 88% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mos index 10e6b6c6b99..e0de51f3a9a 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SecondaryPumps/Validation/Controller.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="PumpController"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="PumpController"); createPlot(id=1, position={0, 0, 1403, 978}, y={"pumCon.uPumLeaLag[1]", "pumCon.uPumLeaLag[2]"}, range={0.0, 3600.0, 0.5, 2.5}, grid=true, colors={{28,108,200}, {28,108,200}}); createPlot(id=1, position={0, 0, 1403, 159}, y={"pumCon.uValPos[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos similarity index 81% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos index 08b795978e7..fcbd6c78930 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.BypassValvePosition", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="BypassValvePosition"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.BypassValvePosition", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="BypassValvePosition"); createPlot(id=1, position={0, 0, 3443, 1803}, y={"bypValPos.uPumSta[1]"}, range={0.0, 7200.0, -0.1, 1.1}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 3443, 445}, y={"bypValPos.uPumSpe"}, range={0.0, 7200.0, 0.09, 0.22}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos similarity index 70% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos index a3c637142f8..69ae7165647 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="StaticPressureReset"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="StaticPressureReset"); createPlot(id=1, position={0, 0, 1489, 978}, y={"chiWatStaPreSetRes.uPumSta[1]"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1489, 322}, y={"chiWatStaPreSetRes.uValPos[1]"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos similarity index 90% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos index 48e419c848c..56a9d111667 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ChilledWaterSupplyReset"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ChilledWaterSupplyReset"); createPlot(id=1, position={0, 0, 1403, 978}, y={"chiWatSupRes.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1403, 241}, y={"chiWatSupRes.uValPos"}, range={0.0, 3600.0, 0.13, 0.17}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos similarity index 70% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos index 98e6bd930dc..fc6f379c542 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/OperatingMode.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.OperatingMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="OperatingMode"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="OperatingMode"); createPlot(id=1, position={0, 0, 1338, 978}, y={"operatingMode.enaSch.y[1]"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.uDetOcc"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos similarity index 90% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos index 6c6fec54ba7..4c10d8b289f 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneRegulation", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ZoneRegulation"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneRegulation", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ZoneRegulation"); createPlot(id=1, position={0, 0, 1403, 978}, y={"zonRegCon.uOpeMod"}, range={0.0, 3600.0, -1.0, 4.0}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1403, 322}, y={"zonRegCon.TZon", "zonRegCon.TZonSet.TZonHeaSet"}, range={0.0, 3600.0, 14.0, 30.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos similarity index 61% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos index 55b4d5702c6..f6f2ccab119 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneTemperature", method="Cvode", stopTime=90, tolerance=1e-06, resultFile="ZoneTemperatureSetpoint"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneTemperature", method="Cvode", stopTime=90, tolerance=1e-06, resultFile="ZoneTemperatureSetpoint"); createPlot(id=1, position={0, 0, 1437, 978}, y={"TZonSet.uOpeMod"}, range={0.0, 90.0, -0.2, 3.2}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1437, 486}, y={"TZonSet.TZonHeaSet", "TZonSet.TZonCooSet"}, range={0.0, 90.0, 289.0, 300.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/System/Validation/Controller.mos similarity index 81% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/System/Validation/Controller.mos index c90c5a5f17e..90b8bb7fad1 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/System/Validation/Controller.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/System/Validation/Controller.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="Controller"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.System.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="Controller"); createPlot(id=1, position={0, 0, 1403, 978}, y={"sysCon.uValPos[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1403, 191}, y={"sysCon.dPChiWatLoo", "sysCon.chiWatStaPreSetRes.yStaPreSetPoi"}, range={0.0, 3600.0, 15000.0, 35000.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos similarity index 93% rename from Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mos rename to Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos index 50a2458aa17..6533f528603 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ASHRAE/PrimarySystem/ChilledBeams/Terminal/Validation/Controller.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="Controller"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="Controller"); createPlot(id=1, position={702, 0, 685, 451}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.uConSen"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=2, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLag_pumpSpeed.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.EnableLead.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.Speed_remoteDp.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Validation.Controller.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Validation.Controller.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SecondaryPumps.Validation.Controller.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Validation.Controller.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.BypassValvePosition.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.BypassValvePosition.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.BypassValvePosition.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.BypassValvePosition.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ChilledWaterStaticPressureSetpointReset.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ChilledWaterSupplyReset.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.OperatingMode.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.OperatingMode.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneTemperature.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneTemperature.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.SetPoints.Validation.ZoneTemperature.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneTemperature.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Validation.Controller.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.System.Validation.Controller.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.System.Validation.Controller.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.System.Validation.Controller.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Validation.Controller.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controller.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeams.Terminal.Validation.Controller.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controller.mos From 635a337ebf38d46bf543f126a48d38d713bde5cf Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Mon, 20 Dec 2021 19:45:40 -0800 Subject: [PATCH 033/196] Updated logic for normalizing measured differential pressure in the loop. Added chilled beam schematic to the package file. --- .../SetPoints/BypassValvePosition.mo | 39 +++++++++++------- .../Controls/OBC/ChilledBeams/package.mo | 23 +++++++++++ .../ChilledBeams/ChilledBeamsSchematic.png | Bin 0 -> 61229 bytes 3 files changed, 47 insertions(+), 15 deletions(-) create mode 100644 Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.png diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index e95b572ca60..5f478ea928b 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -55,8 +55,8 @@ block BypassValvePosition displayUnit="Pa", final quantity="PressureDifference") "Chilled water loop differential static pressure" - annotation (Placement(transformation(extent={{-140,-70},{-100,-30}}), - iconTransformation(extent={{-140,-70},{-100,-30}}))); + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}), + iconTransformation(extent={{-140,-60},{-100,-20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput uPumSpe( final unit="1", @@ -101,8 +101,8 @@ protected annotation (Placement(transformation(extent={{-20,60},{0,80}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( - final k=1) - "Constant real one source" + final k=1) + "Constant real one source" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID( @@ -115,9 +115,10 @@ protected "PID controller for regulating differential pressure at or below max pressure setpoint" annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); - Buildings.Controls.OBC.CDL.Continuous.Add subDpChiWatMax + Buildings.Controls.OBC.CDL.Continuous.Add subDpChiWatMax( + final k2=-1) "Find error in meaured differential pressure from maximum allowed value" - annotation (Placement(transformation(extent={{-40,-60},{-20,-40}}))); + annotation (Placement(transformation(extent={{-60,-50},{-40,-30}}))); Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( final nin=nPum) @@ -125,10 +126,14 @@ protected annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant offSetdPChiWatMax( - final k(final unit="Pa")=-dPChiWatMax) + final k(final unit="Pa")=dPChiWatMax) "Offset for maximum dp chilled water" - annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); - + annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); + + Buildings.Controls.OBC.CDL.Continuous.Division div + "Divide difference by max setpoint to normalize measurement signal" + annotation (Placement(transformation(extent={{-30,-60},{-10,-40}}))); + equation connect(uPumSta, mulOr.u[1:nPum]) annotation (Line(points={{-120,50},{-82,50}}, color={255,0,255})); @@ -171,12 +176,16 @@ equation connect(and2.y, conPID.trigger) annotation (Line(points={{2,0},{6,0},{6,-66},{ 24,-66},{24,-62}}, color={255,0,255})); - connect(subDpChiWatMax.u2, dpChiWatLoo) annotation (Line(points={{-42,-56},{ - -94,-56},{-94,-50},{-120,-50}}, color={0,0,127})); - connect(offSetdPChiWatMax.y, subDpChiWatMax.u1) annotation (Line(points={{-58, - -30},{-48,-30},{-48,-44},{-42,-44}}, color={0,0,127})); - connect(subDpChiWatMax.y, conPID.u_m) annotation (Line(points={{-18,-50},{-10, - -50},{-10,-72},{30,-72},{30,-62}}, color={0,0,127})); + connect(dpChiWatLoo, subDpChiWatMax.u1) annotation (Line(points={{-120,-40},{-80, + -40},{-80,-34},{-62,-34}}, color={0,0,127})); + connect(offSetdPChiWatMax.y, subDpChiWatMax.u2) annotation (Line(points={{-68, + -80},{-64,-80},{-64,-46},{-62,-46}}, color={0,0,127})); + connect(subDpChiWatMax.y, div.u1) annotation (Line(points={{-38,-40},{-36,-40}, + {-36,-44},{-32,-44}}, color={0,0,127})); + connect(offSetdPChiWatMax.y, div.u2) annotation (Line(points={{-68,-80},{-36,-80}, + {-36,-56},{-32,-56}}, color={0,0,127})); + connect(div.y, conPID.u_m) annotation (Line(points={{-8,-50},{0,-50},{0,-70},{ + 30,-70},{30,-62}}, color={0,0,127})); annotation (defaultComponentName="bypValPos", Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, {100,100}}), graphics={ diff --git a/Buildings/Controls/OBC/ChilledBeams/package.mo b/Buildings/Controls/OBC/ChilledBeams/package.mo index 7dc6c37dbcf..5a8d28414e6 100644 --- a/Buildings/Controls/OBC/ChilledBeams/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/package.mo @@ -40,5 +40,28 @@ annotation (Icon(graphics={ of operations were compiled after a literature review of the best practices in the industry.

                                                  +

                                                  + The package consist of two main components: +

                                                  +

                                                  +

                                                  + The two controllers are used as shown in the schematic below. The system controller + is responsible for controlling the secondary chilled water supply pumps and + the pressure-relief bypass valve. The zone terminal controller is responsible for + the chilled water control valve for the zone chilled beam manifold, as well as + the CAV terminal reheat and damper components. +

                                                  +

                                                  + \"image\" +

                                                  ")); end ChilledBeams; diff --git a/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.png b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.png new file mode 100644 index 0000000000000000000000000000000000000000..3f110fc6b42f1a38fa77073c57fccd601ed2dd79 GIT binary patch literal 61229 zcmdqJbzIcX_diM_A+aDO%@Rs?gDAD6pp>K_-ICIXC@Ur1AT1%y(y;0Rk}Dlcxd=!u zNcUY(-{0^1bMNnQzxVs+-G_oZuX)X!nK|eAJm<`e;D=f&HwozoF)%Q0f>afCF)(n! z7#LVtH}KFUHf78F=wAeGszx3d7}Vrfe=&PGcIDB9w4O?ao{wB@Jbj)%x5n`C@!_*~ zarCfy>SoR7`rI~SONI^ugBb&)sPNb~b7R&g6{y#Aw1evB<54#pjt{H)!Sz*bkojp3 zml2MFLcjbMJ@Q+XZ{HrK>)gYv#H37o4^$$n3<-gvYgWax*YdPf*#`x;7Q0N0KGxnU znfr)Zd2zCu{is;G%~Tdqdp=%r7y=xSFTx0{YhRbgFF(jHBe}Qs#S)6M zaC5P} z(Y21#K0&7x(Drbe_EZQ1@mcbRjEsGGCc_&?7~81(GAet4zRgnvjrnBoN6a`_>Z z0D_<8aQcN6C?I^NJspBlPn=E7@E_EK)-<&T7oYi>zJs8$gDxnm1l=SBqE)|DCZ4q7 z9(jB}hGTapwT_350_W%&YX!DCLcb86%cVm$u{Z9Y#q__gCvg8g1W=pdtJI|vp>228 zJO0eu4_Lv?nrnyTtWAg2@q#rt&dH6YU{x78l2-oc7hG|`teZTfJoo{8vM9_2;Ux^QgW!l~JFE6lDIxCX(vLT?yMhUh zWUA!d0B%Hr>QcM2b#VE@Mo!F?B8cOv*mv+GccE!ua>!O}E;E3-|`Ek{ktccb<)oWE7drhQS!eC9%VH!F{ zgve$AydkqD3Q_>7?k+Kt03C31;%;-d%%^07zq|=eJCAUDWP!aPlh?209;Fi6kRpSM z^{h0IN#bhQrWec?Lk)VG2h3WFaRQ(nMYc$hoS$>CM-3Nje&d=K3eEEGpPg|NozH9R zeEbYuPYX`j0#Eg0!m2Ora|7uFzxc^i&0-wZOI6*{`GpMs3@HXbbDKKdGs+8ieQl7s zA5($)(#^DujFX|Nt#gWr5)x#Fjo%JcRxiSuAf)7=nce5kDP-W$2jG)W!IwDEkf%bYwHqQE>O-;b(ZJe^5%B86 zN(+(B0Y;wpra73du?$NcK-82)&>DZ+Ln@A5hHpRX#)ih|jSGruyQxe$GzKg6Bc1v4|?v{=mTx%lO%}%@CMb?S-hY6bl&(4EEJVAy< z68TTASFQx20Vp#aU|l=45e*W@Xvd*f=IQr-Qh}mXv^+Y8)|70%VYkv^>tzf`Nxj)3 zxor-!v`66tC9E5l&k}7vZVo1Bw7XYXB$};t=y*^&zXrp4{-O*}xqs(%#YXD>lD&m! z-s|Ur3fa6=65l3kE=KHQ5C5q8Mr|=-nD%Sm&tWO?uP8kY@*dAt0ul#CcWX6ub%Tx zHlD$)sat(9M&=dlHo+)kI}{EHrwzrWbBNX4gEKkw*gOqwfb*Q!A{0Pu;te=C#%sDMMStwZ$(1GV$DI%m`_y7Ur%3(ocy4;JJ@FE!6yn9WY5!AB`< zF(cK`9_S(z{)Vg@d-dX3p4Km%ygHTOfDEo7cd9CCf!C=XnU zq%x~ftHa3)&OH77aBTWV*UJVPzA+uHN=!vfpMeG9Cl3}no2-S{*F%X91$G*?6X z@@BIkUOC-NM_hpNJeAzb(_netY5YY8&g#e)@u@pc>a_g^Rn*O`weurzk8EyPrm6H- z4f1FMBXYOcmF8DMNR6X^)PiR_*8kwCDvgcozBnMJDw;!I2vQZY|( zbi5a)IL=9N_%JWRRMV4 z9AX&^dwg%K*WG9s-koesN(Bcn%u>{5DLxOx+V=A^jm7B0aK&cCyBJeHQ^!0l4D28@ zA=ThpZD5G|)^=wCBDo`X-c)djgt;3mbC7{NiJdhh^w9MEt4o=gr^C`M>%3I4PzS``vWEap;3G zlKYpo9NS~1Vefvo{+LMx({yfn`9KZjn)18obt&3|`P=sxt*IA=?(I|Y?Kh=iA9Afj z!q83p7D88csZVpp(4EJto;Eq-cYAb#fBzLHiK6a4Yc z#bZ#%S@ksL82d zo_*8yl%Qka<}J;W0O5(1DvrQxUYK}3sH4pzFle*@Ug;4CSz|w_ZVEaSU-i(ffZL|; z9s5_n-?nYIo||-(p}+Z6z`tvr$UKtJ7tYv2a8ImsYo3_ATd&pRua526_pbuwP>dYx zhqz*_Ghb`Yg|^BVrmFKY7o9MRD;A_oAh~&(I5m?|8{eDHDL6|N?|%Q!K*t34E$lhf z*a^I3p4DBR?Z8FylIezTeqVC8cS;-7>+SC+A zR~#PQ;T89V<2_#`i==qDW2<_yD*J@a1VfE6>fy6q4Mtbm{kzov zz#i6+vZ{T}db+kYe5Sm%A{@T%GML-s2G^x7d=V7Ey5Llh-hssB6p`wb@7 zeczBV`76=y=|)T0w#Ixt#SY^Cf!n2#yrGUEynkq^z}pfH;E$;nLuW&+|C!&bvfm5z zKLm9zLEIybZNq;iTiJji1PEgL!Lm^MkD|D9{EHrRP0MlUvC1F*Tk=WzMlxT=f70QK-;ALZJ1xWY&48;M|2y`2GYw75C~cI=1#}rLXb><%oxz4lin1 z>~fs?lljWZnkD>twzvyjT-}kd$cmTS4e4ph5yz#vyLw2ot?SoHSY-*yv4?(H-C>0) zYg$(RGStLK=37mW*H_1KT!CnE#QX+^coAd_R`c*?*ITQSvH`nR{E_Fekqt@D;Y}r= z9Qe{n=41gptVu3%ucqUp$2p(f@Je@+oWJO*aP78Vj{Pud+a#wFjjDPT@RK%J`~8af z0W=D8Oso`e1a86iX%T%Fkly`MuLL>y-u&h$Q{rf@fzj9{&+dmrR8^`l5_6p9(X6ZGOLFDcH_JZm#B>u&; zt-9_!bVkMGsME>6;Gp#%Ej^}I$1=uP{14+rU^ZYH8~k??_;1qwp08^+tian{=o@B# z`5$UnyP}K#Q_UTF3&JYZ$gYlfF58`As%ZYJio*dtR}5pyb5nyE&~)9h{i`dUDvAC` zn5pYUCR%5SX6@?-V`$fnpyuz-=;j+8W>Vf zL@tOFB_pYgMcRM22DHC{j<*$}KK`>%|H*CDTsniF(|WImvUEitW1WLgN{csd7q7kb z5_F2=|KwAT@?8)a68Yw@-Mj9r^f!m;{?cu}R)qrc9~ysscXabf(u|FGG$VOC)VLfN zR{xR^yIBCteXSJ{HUBps0F+oenfIp)2hMBS6J(rZFogW8>{|YkuHS6Y!xU-|I`!8O zvz~#F4cI8vSSG9>15JrGDMmvU+4dX0jh_vB%kRN%2v8hpg;$I0k|5jg8gUyTpAFNG zfdU+|7X;e@;nj&oOcD~ZL3k3C=yFL)LuuJ|y2gC;t2~4OGKagX(9E}%_BM_d6MILP z3-N?j_RBbV0a(z=P!;Yd>&7$D+3UH{#g!xREJPIE>K^Vl6|t0gk2LIUjaCle*P~Y# zo-Za}Y(P87X%lv^Mo?#U;tT5NBbPFXWSffjNl%iFL=Y##|ohEE&m53d)p)AZ|wA@3z)Uzq|@=s62O6eww%) z{R6uWT?&lDk%*n;yV$FpOVA&CN2_Ulv62=wXxX zQfgOgRPf!Zi2#IVY~{pS!}@Ec|CbWGf5Opk6 z&HQXaAnH#P2y)21siyATFj};w z(Ed>pv}kLq*K+=~Fs=Wv;@|dk?ZlMuagZ9qj*_JTjp)Rp(qb&W zH-577Uvg@=CZ|vKu=%{|f0R86kE-WJ$xooTL|CwH? zYw^fy0B$#`EU!vOS@AJZB~mxgfOdI>hv*i*SV<#a{rK?qAXsR7^X-9Y{mlp~`Sz<- zOJ}-@wd*5;F>J9tu1KUn;Y37d+Ag;gyCgRZY}KJ~)uf0#-L>z}o>K4^S$~tJ{ZA6? zan;yZe4FC#Lrn4I6K5=Xl2%+_+D5!1>~Esbb7u_to8?$CL?#5DBC7}j`WqXB=sY-H zCaKKBpW=Av4A~DaB}?T!4=4ll7PK|K+6Nl~a+krL!964Q&1b57N{UR)N(h=umf$1B zZuoJsiL;So=_eN*EE;VE;od&j^OdKo1?OP%;U=@KiE49HnDiP`PtrD0rN&R|V;*3- z;BDdQt5*-O&6Qb?92kcL1H9fhaLmCwuu}FH>#v;-wep)ATI*^o&cvCxPLo$mynjFz zSI09Kl)Apl1fB8pCr(W}F}cYj6%rU2qI%y4Q#iz^>AdaX&lViFzzUR=VvUE`_V@eq zUe6a>hB!xrY<(c6gscy7bHpom$hqZ0T>Nk$ij&UT#Y>UjTBV`eg-i60sTlq=!4LN z5OyL29AjL~eNz?KZ;nlcS`oY^p=(|mK=H9(B=hRlY&x*sX)()fOW*$M zi+7Hv0d$UU;xEE90hckqp1DHKBiRvy8VE7|DGrb>q6Qsil<;*?m`89@)CQoV#5)Yo z1I3TCZwL|SY;usiCQ!I?(<*ZoJWL{fXw_j%F@IdaGv&>>4U|nNwF<6U4 zo%?1|w)k0X9+<0)Dl#9&s$k|mttQaVwXl`MO*j_I78|ARZkl~y0D*^o?KRq%gkKEA$SR&&+GX>k080*j zyX`%&!Zhps^DDHHN!t?Vo$_X>7MN8b+`Ns6kLfew6Hl{%mlp*a3O~pK7r4$nW0ee~ zsnU9i-~}zKggi$^F>o{|!fbMFjP&lLs+A*@2oBXnoqVbL4!;115*j-O^ zr-}wE`J~jIHtyMkuVuHo-T_M>f9T`OBERB`SLT=<99ltgm}g`XSs&(4Z?eX{V5^dH z162FY;-5CfRu;PlVQr}N|Cr5G1;AN*?>$>C+^GaoHA^R`7Hug4V^DbQDJR~Ajq;h6 zEp&!7sfzF)!cZM3X#^eYl37h%180uNgm`8iJ~5&}9T(9aWB6!+Fi-B6337ic!E6Gz z+{dPYNTLT)EmHf6llIRq1LgRzIAPW_Q9wbiW&_8Ich^6QWAIONR=cvLJ z^mib)B!3@EE! zUD<5#vsHnCzufn{S~&}h@m3+bH5JvQi?~i}x}KWT=h=qv?7_LUYJ- zavz0U4( z4bb275zH?ANNl3LNaW|80RrCmb%2@8yXr3}+o4){F96JY5J)Z|G=Xx4ZB$!!^hHP| zyjU4YjT0^Wc1dgTF@C~_K92tDVU}{hDjx^9Ll2-ry%WS}__M`-+MBS-l_gttSnfjU z7?C}^I0O25u!&7UB8B4>6PvzY3HDGrilC^U{g4Ef^WY+MBKQ18kC0dJGMkK^if z(WXcdUolOD1is4d;JhsGA2u33%Wo(Xqvq(9qLi=1cfdvB7zgvl9kjSHol~*Km!9)# zOC--xw0*G_Jc(gAkvrgix~g>LRXC^@lY^>{t(Sk~fb|x&nE_qged(a6*;hM~+QAJ= zXBS)n2v;7k#@BafY*JI6ppqCL{P}8GjT86(89ZQ*BrTs|OZi_bs2; zfRM%DG&2Ko(EKHf&5cU|XZeuqpbX@bhG)h)$-pgEDtW1x)MGE!I5)V%BOAO7bkSVK zAzAH_+=G7IjBLxcR0&X(v^%X2wV*mbzdE3UAV7Y9Hp7>xCB*S$$M4!TrSrzeZYk`R z27tj#Wac%Iwy18h6nkg1ug8h3S=)Gy#EwuO{^hL-zpVsRkR#2+3`p!+nr47mTU{!R zy7!$>YXbQWPXKXl$FX(rnlwD=B6q1__-zW|Sur-ijW^$RhgY3gQIi*}>fag2D9+CpdiVrMn@G+bX*xrG z*})h+qx-ws_6Vvb2oI>$KNt0Z5>Xp|APt^qQ0O_bUgAiX6x|dLCU8v#wx=A;+?jr- zT482tXP%_mZZ-xFv;`siR*#z+%%{DdRybFIkdf+L9U{)$W<{+6?%)^ITDEAy&igi} z&`NE(XX5rddPw$X@Qvu=DLUJvYBr~92ynQ(sUyFWW-`Cgcc2cVo^37D&3Ob)vp)`; z(FQuZ@=aYzhPx}HH#A&GzkQ%iYvOP=CT$d(IP}ZYvZLM(=jdKqrgRjXdbFG=GJa@3 zn$_o0IaK?4It%80cbBXBu7}ydTtL&avpb4eqnCv%g2!G@GwbbIFFI28Ixr|Y>1aP{ z0ZG&shgK-<9`8U|c4z9BOFEvDyb)SrlJw=bBE3*$!hW zzHIiD=GecTvMwL_p$CyM78*>!`SC5A6%Bx5^vOAf<4X4t*)aV z-M%(0pl_u4vu+AeiJY(X*1}*WJTYe>Ggo17WZ`WwjZN{PUBI07h=-VgFoS(Zr=p5j z!ckx%CtrIGgz2%Jym-CqTx{S2D-QQ5!Q%(h$vHz3lWDNd=}cG9X2NPy$XEOk$fAey zlm>D>al;2ux7o|#4*F6uCJg2rGNgBIbkay%YzpmSb*%*(m3&Ke_QTXsdq2giZX$ml z7<4KHKE=`*Y3Luf&ynw`-$!@-tByDFY31JTs%97eAkZvSqUqqS`%CA}8Hm-0p~}ki ziEx6i$d1pl67rBGW9f9qEc?+YLc=noJ7Nl!_B|66;4lsG=z$nVbX31+8vq6cPah1$ zJ6}bTB0QO(^0|IyKHEY6P%co_U0K`3Sp}X(k%yf|O;g0pw2C$Ct`5!o>Yh%D{iWwD zI<~*0SevR06V5N9j*zB%`J+L)70yPil5W^>0SpnV?9K)Srx!f!qbbN8|Cg!k;t7U0 zcdi46a9Ay^liC(i%FPtG>fcAk!a5eM z)K2I#)`e*f$%VrXi~P@DL=q#@0|+T5}ehtaHKy&xNW#{Dgz2dcS-RgE=kr zJ$KeFI*ld_l>Xo{)aVX7O-m9s`WBd(dOSP-oL-%b)8f}suD6!e4{A&k-g*Y9Ju>yc zH*>aKSAncE99WHKh1UAaCF3Mlz`k6t8qj7O!<(g@n8aJzSf6wkh@9^MDW3PLzov2I zD3gDZDL55F1mjgWZJp3iv9x6#E+~@)W;P zD89(;4}?W+ToF2m-lIw(+^C3`$N)y(ONi9D;QOYKVL z3x-zS35X7z)%^K~yCK>L=Kv0^TbF2z{oc6 zGaDPK9kYOrR{zae<;+o<3fg6&^c`5oRE~fQksO+Q?J?2kGqAmY?)H0dn)X*44+l8- zd>AzkQ^%S4q8T+Z(Z{L+&Dq*b+CYa&?_XQKU?tdQjXU~!MwF`B&)hd58+1Fa{3B9* z+ZMd&_Z0V3-yadKJnTgNniJH@Cb+)YSH}T5Bi0$Tl#n5Hx}Ujilp~S$3o9;wr)(fd zRB*({(E^+GsbtcJr3;N*lswp|oC2)4$z?(4{`s!?{S}lVC{q^v{6_5~1TXvPrOfvH zUinj!IGS_aryI1es2{S!>zP_SVp2(|v&K9GziwKF_A!7Hz&@D4Y;rAw`KO;V8j2>y zoxZoVZVsP6R694p3m~6-dvq2E?9|sE|G^3C|IPsBmgB${W+mnHyn15!v0v_an4&X^zsPr-)8ft~ts%-Swpf!mXiR;_@N z_M9W#_}L2uxKd!UHX>-G&zB$5hibY)4bIK?Qsi#^Wz)0F^I?eg@-!7^Jk7C04rlwG ztSX#8XQDvvToM%DDN)T77&!=n57?AjSGTDGBO-a#6c#oO%ScVYB}N@v|f5hjJsvOamHLl<0Z&S_((ttk)B)gk<$UBWBP$PeID ztqnp9%~lRWl02N5)SQpug#)?>A42$iqH5J3tIa!eHIuOsC7|4H*AHZdQYL-xp`HUeH)E?XX^cF|m{-c=fscz#%8M`GhFyNCF@}7Y zw}f5RH%Cx>rlw$*X^yzOTw0H1N}SftkGltV>Aa-A^2)E~*rX=&<667$PI!w3zTjz5 zgI}}ykYPD*t*@Wil%=!!h#@n-Yi`}gRKwRtfFmuW`m=*@5BlmO-Kn6{8e(_wzJ;x) zH3&%nbINfB_hohO?X>Pkz_$6C+SP~8yb>8Y3c2Ki@>gG+p$`gcj~v_tANtqJAroI4 zmnFawhL8N~>;i7)kgy)_OD%DJKKTN4Kb1)E4P5zlj)EV+dR8`EO_N`>B}kN{od-&X zc7gj^bAjM)GHa7;7Moccs-ifYS;>hDQ94c-HN4*S-kEuB2M8Hk=uR?FznL|?Om3Ym zlu>ZNzcS4MxXhtRax{LKdX7-)-x?@Sm>zTi^u>4scD|pobwgfv?5mOVV zBORBIuHxNvZS>frq|=UsJdc=jazahv&V)#8!MoAbKdTf+pF|Fw z70jQxNLns$vcbS}c>yJ_c|ayI7LodIa*4nlos!L;@u@Ww#PjO%u`D)wa_YyZ zk-j~7P^&wgbO+6M?TED2iIKKfJ>U|Q*52mVQSpw4&s;%BYw$i*`bWuaj9K+j^p2QE zl}XmsRfL|)AD|^F)?PiC2PQ#xO7@G$Qsm(4W%*RTro?Sst20k&tO{DS4(axZ;+-Qp zN;--I6nbldQJqS-E98X?uWKJ`B>T>$a(#c7lGOG@_`Frp{WH=BmKXEDohi;~POhO6 zJA?_aBpRfeX%dtu;Vm4JL1a~~K1!agYO*h!-Nmz4!~L<>=|O+G*{keICgiKmHN}^5 zmyENTr#vR*2fO-6ABw#8!`Qn~O7Xy(??9HKyM#KZiV6~D8}Go#R7_DC;Rqb17S7gX za(9yb$V!pND+L(^xZTfJFM3#FcDo*8-}$<>$)t8XzuIk=`OHvoR$gb=^?h@M(lQBK zuWDPggmQ=G>8ac{--0J=oIkeUqWG>m@{+?;@q7URRst9l1+<0P)J$}U4mc8Ovjfgt z#isafIjb%fe3`%6BpD9q1XiaT6|Q02JwSNgej8h0+~ObgY2qvqSRy_}@U_ryQ}mZj z(P;t((h;_`Bz}LZ-h%8c^+V&wbV}NX=$=l8 z#LEU+J_&4|PJ4E+>8y(f>z=S84H*;ysLV1D2i|!yosxUya1#!7mz1%WgJ!|OYYb?t zEW!JoG%b#3hMj*bk$l(ys71M;%JK`IdXUDwo5{!~=+Rm@PvjId-o#=BpX7)*kgho2 z*vMd%zn7RkNn}|04JD8#Gj{Kc$T!t@vy2S-v&R%lKhm~a_J^$vpzUV(p%*46p!TQ|4}GP8{hEOAj zdIF1y8Sw3JX*!2RO>5(Z$^Ap6GZ!`Y4r;@f5;5H5;JKRTjIKp1PNXJyXJLj>eEtI{ z+>87D&o0>9*aT$Tim)T3hHXia^;eO!+}M9@$3-6*iko;L*h4eo?r zxMEhY0=kSYqdgFuWT2C?bwA0r>@bh>1Jy+)L`O<-y41@q)R5+_ZuFr+yiZqK2@G{o zAelSS9V(GsDWeVH-~yKx-fWrIsYwWfri}22UzB|inY_7ZPBp!#HQUP}MWeSiQlU#B zg>Pt5)&|fGfOe~gJUd{netPI_J)nK4IFWC~8nap}DADg{pA#L?l-_DM=0VN_)FnIz zUq=4O?J8*OxP6oU(Vx?7=&fG|Vw>EX=)H~a+)yFt?SFPG>x^Y3K)Qhg8h_8cpf3>& zQn6Cm8ND)8wI$YZbQ2Ry*tw-)h*k(sjKz>nyMS?TKu&dS2rbNZv$Yf}@ha1i2GkGq z#3}=D$5)a>u>&aiDL`+hV0nBDiZ#B(Rg`g)sn{|%HQ1@jUU)ovkm9iT1zHXDu3Mg; z5>=EWqDE)r+@UzgTJNb*bjaLqJLGFl&7n2QtDISmPRvDK;>x@wvb)0a;Rqp6Ij#|Y z6mCUw8+>f@T&;c^Wo8|X`vJkvwEFbJciXLn9&Z)Hp(GvsyU@><~)h~_&3m>6) zP)FFxMzmsHgCoWwk5a&(3u!rq4Au-mt3c+b>-3i2Rog>$3(nAG^o0p3OO9=e0T!Ev zbMA8)l1Ut2SBDmITMo6-oTN~O2%}Fv*q0CbsTj)*LV8xk2n~rQ!&99D*tWMHzD&BB z5YWB=-Vu%)U6sd4Q<7B3KKgbNFmJA?;FEN8>I*4|(xNN=jIs&&`%eg>BRn_aI4+lZ z_RzM_MQ~cz@Y#aU!mrXWjEk_N8RN3Gdyk1!$b!3DLNe~gpkWv!S`To;-N_k#0j)&u zK(JY3F92DOM+IM=CQ$*=88L0OMbr@boQG#VIt0t9HqBR#_9OINxv>=tuIpeMv9f2T z!sf$~lf8eMaetAp;O=?I(F~&Ts+X(H;q=)0(ye?EU8xA8FD+P$(o#|wQs__2#>Pe_ zRzT=Dd*&}jj6oIvwF-7*3{;NYzM%XDy-H@lI>yhnwI{Skn;&%YU6>sJ4bzTLR7gf> ze#lJ~i<~EJJm@omPQOoD=}My~`gqDx@xHg1n_TsKdJI!jQ%^51Ug9%bTicb#3$k@V zuTeY;bPKO3CmeX^a_Zh6vuzuhkk!mOffD^2$x_or2Q$P;Ln51Y>*IKcgZK8 z&M9a&aQERe;fvC3RkuZrfX#neH1DkvJ%n~ zVh#Xbw0eQ#b>LW)*rb?fl+{xxBjekPHy}!D zyX||scVYd-5u-UY>sn* zbw=S!;7it+&V~QzF^_n)@J=&{D**0of2t6E@E~LzjLTt;?ZU1FRey1PJajnX3AqG0 zjkz7aCLlqb%E!~QpUtM_qX3pWpN0uQ)*a`7y~LFRd|HVuK{HwMZO$=X;*?m+z->eN zezl7R53`gm*#72>nqo~uq$(f>|14Xz&U?rgCB_;5t~R1zi!>y-K<-lg%yhu%-E=XA zF!$hTZz>&NJYQ1v@wZv@N!vCi~`DCviU>KEMpDL`{-3x?iYd)Bi-2%epkb_^z`;_SLg>gcAq zQp^ohvP|Ci3zv-!{J@|3`cl8IysCA)W83c;>dYA+1${*WYim!K!d*e zM{Fq@CK^%*hTjZvE!;HclX2}By-2x#dM_S^C=d+NtJzFZ9QJNAL2&Hx&^AbI-))K) z08M@NlGk=dP@lx$&*5BTIwFMkWm~G?;oy@6;m{>Dq`vI+g$lI8k(sK{>Xfi~t_Bzh zgdjR1)VYl9Mcjz1f+7#u22fgT7tt{=%LE4(Qi~K0#7Pp6vEr-_$@x<>G4 z4*+K3M@i6^1hqPi;=ee|8UipFD= z9*8}9XSe=NNBoDMO`h_p6cqf4bsv@cYuX}H?TtMho0)p`9@tV`9>nz4Gk`Khq|3hf z(B|>&%!7p}guzexjLEy3D{1$|$(C42a!+?;VpLz5Cp#kIxh~xqXB{QYZ_sC)ln-}b zpp{I7NdS#ko!N@ApNijje0#CGjQMS7sM!Io7sEenZR4HGY9((O$)^-;MIl@1=G-ESjsDB7&L_tRBzC$z0@zbRJYS1wUqV~Wb!wFUSDUof})oCQ%2^DJqE{lm_(;Dx` zgfLUR%}825l(eu$zM9Y`w91qSIX{<)K9^&C8bGg8nkTU=Vj<=B6Qc{g|2-V=H4WzA zlOLL8KidxxnsRCg2J{qs_v92D`Km6=UZ1cDo&rDMTNz22xkaBays{x40iXT;3!T<{ zeYtBKmXNjJtiK{9EII4?sK)tD9^MWcu^jm+hYqJ#oPx|DK^}3ZP2z+G+>&vvXQOuH zd`Cok+U4C=pMy9lj9XFnWK;3%4MlwtdK30M%y6StkG%=K?xP%NS7>(gzKNWqRe^VE z#-E$ISxFf(+)f2s@|T~hn^B4k~u1-jZ%*qg2k&PkSlTS7fTpdpP$ib#YgRaTIV$bnlZYJroSN|B_PY9V>(CEb8%JguMM1C_`<7d{agI~ef-4@=HT5{Obrdv((@?DR2n>>J%|61anl;V z4u+LzVw0`SbDiha2lecP%Ju$ka>C%B%nRwvH-Z?tcY4El#s8iKAh)|;G2Tq7=_^%4 zvR*STNpnO^sKyxj@)J>h-2K3i`SiuagXwX4IJOBOULP=N~jemsU*Cmmw#h-XFv+pIOkmiQdJ< zygN}P*Q+%Pz_sSY<;!(=v;GUVMo#rTpu8w?j+`qNW?8edSV3vVA zrZl?;FVp?DLiyMM>2eqT#f?=ePK4DcnC|g~{K9yF_I?dj`YU+;N2y{bqxjAc^W`ye z$0YpF?q6H4($ebXQ6WYuWB51gTjQt0K3o#KwD_W7^JF&ssVb$?tEWfLDV5$}U)p!B zK@{+lTt|z2Y_iOl9`o;UPcQ%IQHCDd)ztaniAvQnZ)-1LavL#HPF_6Pc>qp)FF^A8CNAId$*$13+|W@2AYO*0Zlro+Z{K7wn^ zr5-0c7n$wQ*?nE|wOFO9*s@QIv$7GQOR}=>f$7%!(vJ;#h8X(gfkcdrRqD6m{W{x1 z=ifX%;wv?n0hnWt=-6WmuTP4>Fp+~>!5@P5y(I3386VP)<)>rPG06_k$luF&06Jl1kDly6y`;}`Cz7hR=;}AL6)5Op4$ssZ4 zL+OK_QSLb!U%{Bg^&v&uoUz8Y4MU1nq!1AP$1-F3FEEvP+K9^6KAlChtN^t&@+5eSuAL z)JN{&2V2S%HK8^1eOd4PqVGE&=0g3_PM3=*;7_t?KUEXE8Ia+`!rTLJk{o$DB87T# zD%?7Z^!oTa0y@AHoH1w{Xpo2@&0XR&qQbr)JbTu(lpHx1P&-1LDI_c`T+26zh7G%A z{GuPTU_bC;BR_gwc;4ojKWx8Pc}BV5{%%q#!Q&ikhLlasWgQr=tTsUBUoMhhGeg(>xuokT1M5ASMuAfAuaI=!Or%>sh z{rUX#mO`yuGT@iG^h1%e>rxW4f3<5mT<_zaeN$>m*85C*22O!qEwSxF>mewV)0 zSkP}(gUDY|XUw@}U4g>se`J#eN?SL0cu_D^*T1h_T9*=-Me=}iQY|pEDaf{`8B#zo z#^$0{^YLaV8f<6e-{vKRL~>PB)3Em`Mo(Dio5HhYB`=N^r=GrH_e1ALqJCA2#pQT$$r&D5suZGDHHfoW24w%=Wul}ryBS--vH zn>TM(ipA-fB+3T#-YI^y+y7{bKHg}S=cQJ_9DYEyhxxBEn#Fo>W z1_UuCP2BXpN2!#rbCAb*ArzK_EsuMU`~0S>V_UZ8_X+VwFD>;Rw=eQ7P=9#sVU8Z1 zey`0fQYN`plm}eafUoSRW#fC2{*yb+%ju3Uy(T`22tdm#@baH4zR7(KYQRGOA2vFt zv>_ZeUhmMWT#nmp^{!D~fCHsvs1!Ct_PycPma23rlXVLNozhU&;|f`aano{=@>f~~ zA|lo0^(Lf*^{Fl8B8K!hpAOKf7M1st@x6E_yKH}Y&GSNOeN!*J?0{cA+fl-U3!{&; zXPa|#zjx?Rw%t&CN>gzQN1<~5e9I?_QC4bWw#BDj%o|hxgHN|~?o()M+GPWl&5zNP z!E*U@`knh0qzf94!-9C6&3ENpBlCM$2CjuQe&sUM;XTN5A7o*GD4yNnNZLCXi@&}$QI8a(JMJhj{f6MW@jj$1W!bTiz;zFNWrN0dh z;%4`>P>dHaqe$wCx!(Rn8^bzD?U_g}h0S*1g%m6j5gZfQ`IE`encmTm+V5D*aXA*ESXLP=q1 z2}MClmX_}BZuniE_kDl&!#~_RJ8@>_)O^nw_ET~R=H#g}Syzz?^)eZNb5v1&ZnV2= zKc)7B&Uu1_KawkRb^nJDN6H2x1A_%>BMW1EM*?J5rPWg}I3npp=7jT}aCvbuwXB48 z7Xffcs=m4!f2fYoUp;!pQowmjHX&f6VmZ9)Cs`p{%dW)DaJ8 zLu9irtmMF2TN*V=3iErdGLk31ppgW6^2~nym-Kp$=|L@zHs!udEnn zRo0~>*DX4i{AZ(}WuwqI76anD@vL&$ci2^xEd!5UkY_Th^zW#@ZdTRzWZKOjVtuoV z0d`$=hvZ5o4U7Bl2QzlnslK>7iMUK5xS5|<^m6~E+u!>#$`VAVP2I@3YoCT=oE$T@%3=ijRDz_*NNP^uvBwz>ys&;m5uV2AojQg3gpZ)rjHq9 zne;0CCL*vNU+bUm?l?7W)$BFyG{j>^BWCpTy6_%I@H0R|b6B4{KMN;*i9x}n3 zOT&sS^ok5)^OcUyV-HFF!q-f9&619D%ZVz}8Qixu4NpiaB+RYAO4Rs+3lg&Y(RnSP z`P#wke>feNnPSkxLAER+jp93mq?!J9#x*-|@1^Mm|8(PMW7~5xo;@7LOnB=d8yk(Ek1@sG{&{H znN74cwhH_CT|+J;WXVNfWVeX6V>E2}y(-BPE7G)E#?8##Jz}>R_vs z)KR2TNQ{2_rC;kn{qb*Ly2mra0Nt^Pj4#87JDvBllr*CRXLKH_wOUNtiJFo+!}ubD zoG<g|tp{FaJ4E{6Qr#_1-k$wkFf`-> zv}-u4Y=trl0AMIEM1lP@vk>os_N+a;1Jg#<_QA**&=8D74a#5g;=Q6UCr8c2mAW3WY{p2+h_J!_=Ha+$ce|)Aug}>gYGFaG0Mj5gqB_?|N1{POnIt*@lRS z2oz+YlGE7HF?R-B6=!w-d|R?=3R+x_tU_9XW{8||YPzb`01~~Vy_LX6JYCo8dYt+^ zL(Flebqy3Dg&V_9ssyaKgu+vT3rqZ7i6)?wvOaXbAMoY-EcK0*C$|4?4BkxM9Uh#e>Vx^IGT-Bx@K;j{3GP~N z1lW(*WkxqMmYz8qA4rpw=o0;9eX8bwudw@|B7mtQW8j>8Ry(A_q@J?M-vp4d}@w>|>&lQwwJ)SUYOn~I0yuZ-&aYdHM+m7mYglDJp1IGCJEuq&r4 zpHOgi)~%pgzSUtXB_Vp>)B~PmcET^nhnX#ieDidQSwmkVb-oOq_w<-7JT|z7O&>c; zlu7|(J<7A<1_kO% z?zn|&WMIE-?op-quE4o8z_~8Y3G1loDEV+ENjH%?vw)puOtf^{!edve3L4UinzV$5 zHeOIm{&iLS4Ye=HmUM>kSHBQ~Jq249E)X8l8Zq`1s)0xFHu8z6sMFh;s3TG8WFB|^ zS0YvI$3*uX3TwFV3ekb<%ps0gb!mWSY#@QD{$nM)OZsKb(8ocQk<`HH{rcx>l}GQE zLKKQ#W~3Rbc`%OusZpos?198S&x0^Tt2zvs>RQ>)Qd&7Pmdx~&R86pCeL(1zCu@M7S@G{6=RUgCWDoI`K-E^-fK2)IgSq@1Wz_7Y5Aio>PN+;ER z1DoJM+yZNELt75!i_b73O5;r86vjNp-I~@~3@jo(?mMpB<4>-s>qr3cmhrE6>j8`; zv*kSI&fbs*{Kg6e+q*NuUXg_(#bI`bc*pqLxXti3@1CCZrF*l?v)mXfITU8w6|AxW z(j6)FSwg(m`7JZlzV$K9OZ)(Rmu4-WbsSc3Q~vRJ3k=sLL$ClQ zT1(Pkcu#U$HxgSJtED02N_h}m?LVFpyE`@OR_%&K&3jXD-_L0;d}z9Gv$A~D-rHkC z&bM1@e;0609t0Xz^N3e}h@(QROTG~uJ0V;g8LmII85vURz8&L5MTVmWyJme? zv*j>#Y#I`^HTC&Dz+Ch`oDy3J0%v|9OcwwL9^sdK>Xg;51%^yh&>`0|erZcDd(8fX zM7LwT?KmqVKocm2pJlNQFEb1iV!X(8QUBZzKqJPUB;VK4`T5I@>4raUVFt8Qt#sp$ zc3LTSMgE1xKY)O01c8aW_=tZgad0DHC3;2}(Vd3RL{)-wNt%q7h>si9z2%qPZGI(H z>0y~Wn8?$5B0tA6-h`wT!rGYjGoq4fFea~Y;J7suIw+MRy@GurcN_Kv7@pad4!iB3~< zdjN-1n;2!*;m6&K#QimjGdO|Lt}3&&PqH56-H9{$Cm!h-;uYdm>4UEzME_SLZov!5 zJ&qET>5r;oMLX4zY+(xkCsa9I7HEQ?*82qQ2c=B8JUQqlgzB18R=*CbdpK(NlGoMHdo5s3qTUsAx+^qh-p$t zqm%gfa_}%EB0bGGXgSYaEg*LWwFd{Q@BC-7?10HK|HU_pZ}kfjeND_q$T!}O_(S9r zzD^oMZWh+9`O$dvSh@mOmr}TiAuk*za)Ur6Z$sO1h^px095>EeVr0G4R zaDBiaS%;tQulpev+d|A$4Fjf(5+*8SFWNZ6^vtO8So zP}Q~#p{pPdS*0xLY!Gt&X|rXaI3cPt<|Sxa!MI0Y&c^&Z-(i|_ys!~$$sqGBhUO!A zCS?iv<=t2YX;xo>J{^GJdEEmRhvCsETN4>3nEIq=J?n5f=M#NbY9)6jAXa8o6?$1TO6Pv5KbX%CL)*TG=$j; z$mnNP`6YDdswu=#>1$*BZP|e~#nwn9kRh#=@Vv%w?6IgSeNvSkww7vqB%)|}F%?pG z$+t_wl4U*BT?S8>%0ZzHX+dhJogcn{N7sDyZI99HL(j@{`q`h0HFOf7QyQrC0os zAv|=nEpnC;S1M@JsXZhrR0i5zu)i_KuNQP7A#?9P#d0UM_~h=BrsmyYOvNokU5yMT zcnPLnUis~x-`p|!ShmBQr2mco+~OPgCHpAL?VP;==FCT!_SD6_lT<%t?;AWaK&P@K z?L`e?#VhwK{@Gv95)WMHU+1E>20l4Uj?`yOdR7wh6Jy3(V~?sRU-M(80`4I$mUFEZ zGZ$|jftz`sLu@sIR8aWc2Bh>SgL=9D*p58{>kMeAr*zlc;T*N+?zWpaZTJ-HIU(H? zJN_}v&wSa|IVW6$<7X#yV8bI3_!DndXQAaD9UMiNz@`R8`fOC)Eo)*iThiljcwX%1 zv{3{!T%Tb~9G2JDeiv?_>a)k`N&q$9GyW6!7!Zt@2Gg%M8zD`J8)!Y%u(ayfEo5WJ zmj3bwFa8x!2gj(O;@C6TRIf#AEadq?ROZF2thNRSp06dwvO%H?#2m>LvH2$sbiecR zhKZrm4u){C2HWat6aDG>EC_?8(AeJvI73?6(gM3d-giKl_3#;51IjMo$6u2%0K&OR ztKp`OBv#Cq6SlCa4xS?N5dlCp^^CvRS$qXBX6sY=NkDCxe`D3O=SS>?He2l zg~7~!k{i54nK8Q*$Ag;MX-DcVAHtv2muff%->oZItZ^&Cyfg(o&ts*(&Q~S3M^yvA zF0aMPDmA9m@2J6rH#_vx^5ig9SG{MG{2{W8EshFOKy$sG)$TM+A!q4za>GPM6denvK~k&_ zKdKUVtvkEVkit0n^C~iz*-oS?4u-$G!jRHf8+GAB)Lz>xH9}BIJPFDqpGO^7-YrNVdmb+ z`Q~D))*}xx&T980-Pq11lFS%;^yO1RA{Z`UnQhO*Vk#VznoRK&wz zrEbpgEHd5*INT_>Pv*q-_lE~!a=S~Zmdn`z+c*S~%xpD7j;#%lu)ph$)IuOTmzUjt z$V2R~ZrH}w&4i1Vyde6Ynkaq3ncQ3}GrO?|khvurPpv_Qzz{oq$wZ%YxR1WUD;uc4 zOde_X5fNeD=#Izi2E+MdstP93l$5dnA^*Nq5)cL_ce6TG8UNTsjBz2KlYxX*>{Y?pnMt=&3IXW7(LRPT2@ucXGHi4tFvQY zm#JX-4lrfe$lFGz{Z_JqYA4+_{}vmTbFqs0Y@3Nsy0%G>x2@@enYE7aXho`|#Q@L1 zCT+x=X3m>^^&Li+Z;y#Xb32K8)5T({M@)E0+jff~(Q&UMgG^TT_!+*Yq`wPoA8}{I zX~B=MbG~48m2nN|tTY9+poG?4xfu9&PkMyILNfGWCzAY|gC`+2`V|64I6PvzPMwv! zcxe5Xe(NeG-kIWpyN;s%5BRH2EN3MS)01j0Os%SW5SF>4?2NN!cY2j7Tss$TB9}RQ zA9_qYYpn({N)$r;xcR#efHXs-R`K{Ff26l>kk5+{Ij)1YV=>755E(r`BBVWbqnU7* z7YrdHFcHLQPbt}WeRx@QaHvJ#tay}LrLa|u{rbyc)ywozy^Kb-hePj1qn_0zZRgE` z9=3sK*A-UJifY}HKa~6n8O(XqdGHP0U#vIHr9N}N_i!tpfz=V%7xZ&mPf2ct zT69bS-cj0PYp@EtrT<#~Zb=nSpjUL3TRXk<#b%WP;8a&kV_qW1-By!ocsZ@ODh7Q3 zSZiKxG-wFJ)o=EA{8S5n2W=`kvDe`8mTP}Hm455iMba1wrSEwQ>qEMZ*&E2_4bC5>i*K~32iGg8&UJ4AV{e&Rtyw=zORx;|{y9G>d7)yGn3N0I1qO$d z?vKuh3=_ePBG{>yQr(DQE0IbmWGzwe!?EL+QKj-lYOv=wdYO*MM6Vp(y-B`qG}~%u z>rSF9OJpVd2EQcP*t>c0_$wrB*{9Qn2zMoK^RL1A_!a?EMCgt^4iyTyrPAqtj!O%o zMbDnawJwXvc37x0cI53-jDms{b~gMWy8*HqcO@BWKviJfl;JOXqbkBOK)^`yPl zhax26PE-=Rld8zatygtdigNq~p-Ps{L_T(hW-t`neM|3ci3$8ey@%3}?n+uoa8bQ7L`>I1LGQ|Cz6I4jNN0-^! zplL#9W#i_xv?H{B?*1q^2UAC&ojGbog_d_Vxt@iAohETkAMExm9xo&`Z|R~izwnd1 z&V8&bXTukdSNb3ikWI?`!VCQm@;W-M8U#RJ5H)J=sHtqS1ODc?7tgQ5S!0?-ls0NnWL;Jm8d zwS3*?sn5kyA&dfbv!SQ`YOJMoSil`!cQPFiCK0ErDz~33{XPQEJG`W60_*Xa|7ftJ z0WeI$7#J7|wg69Rf2QP8UsX?*R4Q;JB$zGbvt8@P#ER_JGO`iDVl{%rOVCmC60-1- z5@Qcaz~w0s*Bz{E-<$pmhlq(9)%O)BC`p!gN5?^Yts8FpPIvst%z2UW#0>n+4^IKo zANJaL67uBXsMBgKfAg3Z`Z8k^z?TDUgYG9X8Pl``{Fdk-<1HGv8S4{@pz_R1=C^m% zxAWb$7W(u_l7`_W+&nU0B`avc-N}|z1)4P$P8MSqcWl6^ZoVRC!TRYd4$(OqOa=qE z(Re>W<=nx%)nD;<@n$<9#b>66V?0L`zi?hb-bCDYsq9Eb#94$5bY{1xC|sO5WPZ-9 z#_e)%PHp!}18DhrgeEIli(hHM|3%iA;18im_tV|E7_E;&4>m{3E&H?5glWo^^@j{v zJsHOLAgOaBWLH9h;ofD_sQtI}nkcAoE?(I3<%dXhsTh=2x2}F^@jwls-tW78+jYH) zQjC_|fhC^e{%fD&ACK=nda|aF^NH$tf841M#^&Qh55_jVOz4KesAp0*`N~2rHEC_JKy8R%D z?aTjU$E6orr(ws{(*ym2+5DL!*mU?TPGbI@DjDzzE3~0I(G)pC&mUKb-+_9sU2M(( z7o@lp?>Jm^8BF9Eg2DGsMgc{~lhyMPrsdi@YrJf+ZPA5+jXC{tDzPhnr84oXH|90j z&fDWKg^SkStS6l2&6r8+x5vF3dn`SWsvrncYEsP}yA?k4SUoT%`@m4F#yGwY`wUXt zG`XkV(D%(V?c$lk)>5rWKhdpOZJH>NoRUSX7R&I$Q_TeSY8>N0p$~q+EAo#CSr$Sr zfAM&#|IbuLYZ%1$lz?F*v6OR!l|say%1&}7&8#K-2c@AH8CrflI3yT7rzVK5I<$Xw zX%Y19wR^9Ub;`7$eyj+#qFu0mx1oeUPrRK&G(>s4BctnZ@6?vLkvraxF>5V|a4WaO zq|M`BtK@`t@&>;DX5jcHo$m(sOUJncDMn6v?=9;RUnu3crikXV4epI=&E*;k_&`FZ zdO$5Itj-XUW7nS*OA@iFG|eVynhNd#Uk zT49)<0%tv%BNq%`wEZ>RC*ENG+=WZ56c^cc#H^mBn7TmCPW%oTF1gQc-Waf!%Ut0$ zQ66AC8e!E?ZsO1mH9$5uU3t5it#oqdXmxA7NBgHmxsRx})aP)gWh&w919_!` z+7_=dgg0+GZ#r~zl-?F z8h*_A>`Jd`P_18maWrv7GIZV~Yl&PtTPc71P?O_?HPK_WhkpeaOcCixIl#<|E1++q*e>UUH1ZuxS5*kZ%Ki7I*I z`Sx)sa9P>sG?~|srQ>bS|=4K7$uR4{_c1U#^+L`pkQY8h6vGw*;k^1i(9?acUt6 zF8V^%INI=i!9)6<26BSCDJtCB*D;};hPhj~s~-Nq1u=qz(owkla$3&3v~S9WPxSOo ztuTm2lEC1gcpXn$OLQ~jw+CTYPw;)__m?b9&Qdjbto&akNS8g2Xg-ekCG$)5cL~!- z;pn1hO#0AUJ=yR&Pyf(EyQIBiqAp#S7vFft(@2>U#ff^GgbrswB1)cby-Av9^NjyA z)18+%?Sq=>VaAHjtEJf~dCqUV!th@(jz^Tf$L(dbJ$HRFp53F2v$BHS*|BsuSKi>j zu)5w|imam2&9-6aS&Oe^rd4YpJIT%6a)!8?t=W36XW5QfCe;fnbB~Lw;<#aJ4h2N@ zhiF&p5ezkR-I7#f3i8Nt5GBj!} zu3Zg)nU4g=clla0vt4GXX zl%N|bX6zNku&Qa)`hZt5Ozu#HXsHj~%CdU&m(lJ%Yq&7PLU-ixT?z``Cvz%3DF8$7 zgKAoqVtSOpD*TT``dOKi_#$u%WAa9W=}E_IMD$e8tq!w#7?9I#D|!)5Bfz3+gja6o z>(yK-LW=%5V#gdbKPG+X6pH)cvFj^XeKMBhy{Uf1G1B%d9}9TFD4a?+l!twfj zeAN&AuJhK5pBd|dbDiZmZH|?VolSEQ9TD)xM5v@6OKRRMR;RNvCKnW&CMNzkIf z?l4_~A8K%^%2c-|1+Sjl%D zsFQOOkFD81{Iq46=kyb`%3=Ooson;&GZ5LH2qREuUOjkjl3Gu@C6~8G?>WB~X}3Lb|ES7DGF=^>QE!}fk%t$1BuQHgg5jki#bqB^iFq{@tV@`^oo9~>wyX=63I!S zkoM30bHj3%unN;ZAP42u_Hh~O3oPoaI|B7PLD78;9gvR=JYVjen9yvgLiCQgJ*`qw z9)2VuII&PPCd(&8v;ED36Zy<79)~~rL&xvM+64wyokjjpzqg9i&oQJY)afKoc%xqK ztWls>Fb6vfh+?Z+Kot8G+ohU|OB@Y7UtlBNj$f$bEFUxn2XnE5|4I`xpXMY@UK@gc zN`%fkmCUWO6_~*;oA3|!S-5x`KKNU<^qoQ zms-NA#|75<=0wZ-eZ@(GT;iKOWb|DZ*uk!SLGgvCuu1o{v8_2BQhNVf8h!f| z@{SBh3%_)j;>)4y)eFmYzof^MT^fxAiZjP~ADWJ7yX=)LVs${F7CY`11#j4P!afP=T~(iRhR@vo)V$TN^T@0JfL|8vi>DyIS0& zRS3a-;sjxug?^H}<%X>JeefLyF;5VwclJM%K_uht%yC^(`Kr02`I9cg=+%pCjamJO4p2Z zD_~Q1fvx4m$(?bZX_7$uG6imQs{G8H7&dC+So9u(hDwcuf;O+u3Qyzr8U1;4);n1b zpWH;=6~Jgtg*;l+GdX7bCVMW>60U=}q1)yU)Pz@Aj07tbB6E^&ZB$K1@qD#MgH~vj-jDNmr|)(L$paB zkv{RKD=t3yL#fP%BT2CSB}|{85#*(m>iW>XsuC?KLFpPe5#~R zO13C=!WNG^CiBN&(?@wA^%mWZ)lb8hDns@(a*78AOf|VTfUHe>0#&eHfA5^Y<2Cw- zIfJg$NAS-#C{VyL$B<*u`|skbC#MJuGn9_t?X~ejLm^jp`Fq*OwHgO?(bq6dD}rb_ zva$2bcobskDTcY87O`US>D1#`Z~ta(b@3Nor+Yc}w9&M41^x-!r$4({zj%D>V6f+p zoQ~{GSozSqSYr3=^H<1UUp?3qp8oD~4p`Ob(@YMaR23LN1>5e5Qr^{7ymJ!1c>40otT`l*9E4g%f&Tsj)?_m|{tgE`p!g0lg&St*zHVBTlK%1CpKVUra_oQxq)V0`2csam!GHvij zBDkepyfK3c4e=-c3qV=aih{-4X(4rk8H(~NufQC#()CW^q4#7{&c6G7$zprfMXZ6mI(H6blRaK zwR_2P<`cW|C4c)!63k`vWpN59Qo5#6Cs}VGQrLbRq;(k_fe0OeOZvgY#XVA?6Wy}%$jYsY+}s^GeXF&YPrW7a z*r=kaes8D3#bZIelw;P!W-aB3MG?p}i;j-7RQ$METiyK*d21YEL$bYXf)QfuW2VrqY%4RDAZw86gzj>~d(bT^)Mo!8-R_a}a zb=gZ^U4#c8$~J2~kk1*(;y0XMTv%-0jQSy%FrlH@!KAX#bL#H(gZ;3cIWmFqzS;#3 zYwp#_=7lsKvzk+!PJ@=xM8OTJ2W!IpFo1pSKnkon!H-OkV=1@{+ALjdtYm?zgHfZK zcF~$b(&0688K}U>lLT4S)f35phqmqm@dN)n%cYUMLA~*7vwVKx5%|CXZFaYVAW2Z< z*|y9T;nspnxX$I9sN;iaCHi0aI_Ukc9`${ruLeb&2@Ga!8B`tGdS!VGy%CB;0-c)w9l~G|(xw8%w#W z04I9QE2<^f$lmm%%L$s)KBm;W_c&brJVi;#A1|7_L^BnSIZ5Ydx=pnZc`bR{2S{{H zbRJyHB&R+{j4qI>l0NtZmD?^0X}oy~e#0ARnNbOW=4yrgDn!fg27#&a3GGVwU%F4& ztSw)*(0N_)Zf1~!f441&AWPd z#(=1cqkzLzz)Y9t48UoVVEGcZdH&i! zz{5s6L;1+$T=zxY)r9a#Z&}5qh@Eply+(#*|LKK+&f5ew7M}X1Lk}};24egzrJ;sC zF=m3h8T%wly1psRIwIYZDgNUh0=WtJ};&;!@!C8Y6b+6&M8^<;%i5qSsh8$o3~ z2p0omBKX8J&9m{Li*%*yVROCPDA@&xMtJvKPRzAWRb6o?*%d zz@d5aFQ6Dce#G9>{aUjT<8UwJSZy?CU~}#= z?X;mRtSB9;>2WVd(P$7o|M=m{qJEg+D^|pN8XqVXi99$W1s9+4M#>Z63 z%F`TQNBlT;j1lhERy0mlL;JVrHN!k5*YLd^2=_vY3Vg(=@8<5)y9|7@dM+8yu`xzO zP(3QoU0P+_<`A);A{u;SLx2hX`eOfP0*?Fj!er70zz>O3L01J7kemS0KcH7^^gTcY zBY|(biiA`wT67Vk*amt_LA5ra(chEebj%%AfnXIsgqCZ_+&p2ubIO9LAp7?Q7@&{4U+K~@E7;Hem;35aHZ$6_VzIu zn(uevBm8gA*67a`u+(!FtF6bCi;sKvKn$TLyh-{m(*MEtZ!SkU^=s;3<>cFRY8A)y zBgLzxwr2tFcXxpHfhdht zpDC|Vf+qi?SFK1KGq+#&04}7Yr(KwG4kj?OP?S2!$wdyRLQX$Y9-T92vk6fQn_fce zC*MXyUL_T5V41V{0vz^F7{S#35&L300y^g&uiS5vY?+g_)X)FX`LXY{U&n}bt;gIT z9QdF{>ndltTfU~Du1%V<_9Q^edVf9<5O?5@0a!JFOhL{-3{a=QX`=KD&|3>zxX(8Xuqx zGw=*7bHf6^&@b;K>}^P(2xXIi0sF*i)ZB+)_M=UlH9A&2x=lzrW}Mqkn;BX2XfzMe z&$w#ao1fITd4)fG%u(NhdH-VMKD=d77Q^gMl$=DTxwkWYwi0CZme5*x0z@GCaUcpW>{WO6y9k)q6yFaKamqnu^fm)3VJef*mbgl!Sj=p5G{ahne)TBB(pXw-wzCfg0=sl4~ z0;H9fK5JqCaVC~@9x_@HJEQOj~y82aYt&nt2 z8ayoajcRz%1pJqy-ok{@G2~Nx@ss|J7yTi)4){6dy=b1^tH%P#ii$&0D-^MEQcL{rP7U%U6i4n1 zM`dc6Ucj})Ov-!Y^TvBo61Nc_{EURGNx=;}1iGaBZ#XM68RR z>+1BPWOJ6WH_Ks`B^iMVi<-izPrr|AGQ;_+5%V4(J}?H4klbkQXw;I5*4Xx+o$Zej zZVw&H>S3Y*$D17qSJ4GJmE+V=mnau8+|u9t za|AB@=cM1;%_+@mCrovnFXmWgTX6zCsIR(h(dkZx(wg7uKX#O_oF>9%lCS;L3+u1( zm{_boMpwv4hb`+iGzJZ%refj$Ji}o?0EE#iyim8#8$BCbydL5#D%jVB?1*B@-5C5S zy4ON1YMZdKPX)o!!8ineSRWmH^y&|279_2tQpA~8gG+NO`*`4=XBK3m-yo-Z)?KWl zxnF1LoOQkh!c56F))nRfiSq^l97yk+^oaDmZSubtZ+5d@TyEsIl*}l5bvQ_s5LGQb z)K{{kic=U%FA@<(2`%c+GBk4|h-C4HKpLAwi;QDf46@Z_@8!1c|A0IdLjQ1o3}q8E zl&VVqph(eI=EN3G!s63gF9>7q9BXxHk7vCxzwg$cWuMdgwS$F>=ea>Cxw2zV7;dMC z{)l`1)++{%X1u@kvFFzO&lxysaEYRN_ZQf{0%)~0cbYL_npoVQ@+RJSYR|mq507{9 zj8ngAIHW~AE9H~I(I$F_6ZHP|>o}A+gV4-{W;Vempo_4qUP1uE z4K;=385C^(920HXR4zSMpzom7oAB<3rqn}_IdMkDWLb4g*`~K(<({6^afNxMd5P)c zq~|&$hL%n4(yt?#y{!O~8HgrABYVfo17PN=eQd;KTNAY|eZ^%BJj9{kVuxR}!ijk>%6v}OXW|S0;1og6(S<(JQwJRe4JjyOxh`ijw z^*cfRY$zFz065}-p@p9v7J%eTD^R~jAyl21V>P~;4H9nD)SNuz8G9^n7A(vYwWr~H z8`~u!g5K*HGXHhgn(jIrGZo*|Nx#Wo>E`;1UKFmk8y|dWqc3XEF#glMR}5stsGU7Dq#O~0r^}JL?L_z` z@zTQGkEo7jn3MmB-zQ@qFBnsYT>bI5W7yG%Y596+7$L3U>eAZpFnQKg2sX-SZ==Am1{if}f zo9k%fpMdA4YRY@!7Z4ydGwI3CgZUp800`drKK2|o@)ZH7vKtLWLCBT^{I8)6MVgwqB zjH#G}tU#8*S4a8)Y&y0}#5g1ER+VjlMEjqt4Mw(6N|mgseWKbN6M45#XGj-egNB^T ze(8t9M*0r{MKm1}{X^1YS?JZzcj>HuYh7m8qVxR1*yw0F_U;#LmyDetBav--oh1K( z9U4bshlQhv@N~niC31gU1wI;5$Rg?Csnr9kxZq|OG|cpXB%s8h&%b=4I#E^{EqMNb zn5kR6H5@UdCIX;PnDM_qeo^Dmgl$&&wPglYxwGqNru5g=+#uA}a`rs)VxV6l@h_j; z9}aQgyg5}}nx5{_&qGO%18ytxy8K~Weia8KqMBrxjSkhT)*4gSwdf6Q(*vOr% z`yG1@K-B>_PjF2a7*hMTkTJ&6PxdZXUpNrT>GUbZl~%2mj@YU>34 zyWc%-BWg_+J8!Y2)d7i$pIMN#i8q$Lg#h>yc;^2*pffnA0919b{qB}DUM`gXA%1my zb1Sq}vGax(w+~lpaRk8E0}m50`@rKUSe%=?d)#@mgU62KcHj8t_NVk^xBUWOuz;KJ zA$IK+*a|!iPyPprwV{~Rv?>Q8Wp4{jWrP8H26)Z@v^a2S{r_mPL2}7|aAVzSFM0Iq zUn)tR5uXCFr9!vOl7*NHr=IO^#oab%T>DQ-#$S>Dr&ZL(ZTX(@4zgB7FxQt1(p!@J zmrDZ?5Kq!>T6&8AT{bXtGdv;AgPX?I?fFrX2q|6c*RND+~n77#u_ zC2}h-tImW8MXSfTICY}+r9`d*6_15TJ`(eVg!W9}M&{-|UKME~1ER#_uyTGq4_l*K zPmoiIM}^+_I=HfU**FhpFIqWU9a?8hZw!DjmoNa5`*xW7kBJEeS#YL%YI#Srne~@z z(0Z;XZ)Up}Yh?71r!PJ8*fpGI?%7eWhJ}7JjscD08RE?3$seS(-f!hv^`H_0OWg6j zD?$13pUG+3I;io{;-mSz)U-VA5VXX&SK1=d@C!P52NN z;Lz$3Q-_7Nm!qBL&ooAkz&wWk5c)78gE>YcVJQ>$RtYk79>{C$*SX2dS@ot!(*vY0 z&I!tQ=|Tb1`wn0+d$?27AZ!&v>8@>G5Q zopz1U_a#wR#LOGE9eT8xo6qbZoja$Q~O6Go2) z+glgU5J!m!U(5yGt2wK+)R-XnFWZ=57NuaT8y-L4cS{` z?Z%x)Z6b(GjX9(^!X{0NaRc4+-HEXlL}WWIAy6nD2jpGCJZ7yhE{J_0jNr>OyKyUs zy-M7mwHrSTq(qoyna%JIwl8-cp<2Im9vuNq6#B2#11h_s$!Rlfo)j!Dz||e^l-ibXC6I#XS(U*zENhZgZ9(KEgBDu9zmi z++81AtvPN~Mu0f%#eB7jL+}kNGb(jq`m268Cf9rwhQfVYC?<*yrC&P281Y09hrENT z{#FTra^uCZ)@kA|fhl`sXHnd&jrpoWMVPei;au&PI?c905?b;zOC8 z7|ICE38PP1jK%ijMh`l~?+Xs9=JYs<<@PvM>!>rX1vKN1vn-CO#`7S0o)^SoWbKcu zG6G8@xDanbaakNO){J_WW6a76C(;)t`8$3!v73(7uhbbGye%vchn<+O^6HE@u`>sD zBIPg6v+XB-H?M5q<&Qy2(b)2K=th< zk;ZFlKI^fZyDq7>bKc0gG|%hFC+d27UD>m6yNBZ%CY0$%@dCI<)ld(#r>0a|1Hi(m zw@jl1Q4+(oG@kkc!j{Mm$wY#DDYf6g5Q56=QR1pc?{fI+TLgFMpl88sv9b8ais&EN zN+DB)AwcSLK4Whc(R0Vmn<}3f>jZ=0wvHAjt5i<=luQM8YIe4VkkBGqg;3lCFn-`Y z96TPjB8c&Kd}0Va2MKWh>VDg`Jl*5-@)Oa*o#`1 zsj}>}ZCS5%v-z(3?~2D$ILdg^qP|qHWpz($6?lioaX5T*oreaZ*Kuxdt^CrHt$db8 zv&O&{QABac=T_Y+(V)XtOL%8;Yhy8niiWdf1ZR8Gh80NPn*-$8l6zhp!wn?eayb2q z{8+e^kehW`IMK+1 zhV}N^SkVeDn$(4s>E}wHRf4qe15@+G_nfEuLN1~bs9Euvm52TYeJrYK641ZDn93QC z7-Dbjd#CQ)rxB>jwoGM|Rm2`-E_a^Fp-v(6w4~2a2FP6e$$Gv;+5DA5#VL`#QeAfE zS`hS~{zjQyhrFOI<%buihnUPYkN_@=;Mz_pW()P>Jmy_`hbaw>e;NKaMOz_D&C9K) z37>FmKN#tl-42gJSM4NkOZ4GjZJ|1?{j=cE-PFdhV|<+y;MP7n^1B-gt>0cyDFS4m zqa*22v9;GJ_PxEzdf>)w9$HHArhZ)kpe+TSBc2O&>gH{l_^=3tSAn#DtN;A~G@$;a z-Adre<0nD^i5HuoX`OC#h)Tv}u+%xVe&XqP(Ba-){QxbX81VNjgT4f?gOOPwkF~c? zNM`FM`vS!3Z@dq!8g}}=`qI^b@O}ZsUdP#m>;au(;7Y%0GEEqYAawlT8~6tOn!6Z8 zc8C79$g|+ym_%NnJJmf_6nE_{h{}rmslNcJV-tbjJ>y&^Sk~yK33J##eh=2O=j*3*|JvLt_7etdoU ztkIY5l#Q^j%S`c2jamJANKs!3s7AfJ4==dr{}_7@s3yC%YcK=^6e%H(ARR+hn)D8$ z5$Onu^deO{NR^JLBq%5y3`G$sQl)pIh9XsZ4a6WIy+a^C=0>0Q{pOoB>z`Rmm#kpU zeeP5DwXc272Fhr3iu5VseD=4LGvjvFYcuE8KLs&F4PV5C*eD;z4fa)VZ<+6U+PWFp z@p}neFIfie12*fYw*mfh0%a5n+8wBDXbs%s38R;f5qUhXX0vS0*;t+&tc^4s>@|cY z45!TlrfIaFI1#{ClAPY0J;x>XN#t6@$N%-&S&1*iqku~s&)PXb>J`g>oroXyaGzbi zdG?3ajuN;uHX(O3@Vp#lV8K~+cr~AVh&c37Z9U&p{OC`|-`!W*Z2m-bX8C<77Hrjh z(sXgtSNaxEyFX=Azn$j?e#{+BV;-k7`SfoY|CVb)Cr3a2?!V>MKUQtMH}co<82ECD z?1i-Zd))sPq&ZUlU;pBND|Yr9=gX2BXO2SE?L;&RUG<3yxR#lBKK4@(U@WaUc->p< zy7frZnbT!V&;Rii0kdWD@s|Hxz02o%XnM@{&MK6v^#8N5{?>`jXb*Jut%vyYHo-Vm zBYHSco38)V6oo$gGlw*<{f{N{f7{yRg4`v7*T`A-CTw2>EQf)H_{?3-Tz>O^efH<= z9RGAM@Z zdSokUb5a!||9i*&{dk!5 z0JKAvSoFV#Gz%K_e`rFEKrrDy&81E@+kJA(hFgniKN}jf4t5a^k@Ei*CkrN+uFH5< ze*<2Nb(rp49HpcCz-ib8Ul5nu!0Dtem6y>&><4&FDNylT$}@{&UZZ&p9IZ{;C#pdj zA{o_C1Gl$g!^O0_f5)k`$3I>k>xOkhfoDd1;IG%UR4BsFLk-a3- z2kVbHODdN0mV-8#Ho@^mSm8>L5cv+MKku|#n4E zY1*DgH?w&nr6UfJb75keVNl=-SzyM4{3++8(P2HU^r(x`{dCtGfM=PUfNStc;i2n@i za8|5;rsQDx?j6|OdKE}gFkeZy1h)UeF^35UAvK0&5I2rmmgHA8DNI_`)-H39v1{0ChN~Woo704zfJ~ruRCSbTVkOp`1ObTs5x*C6 zJoW^N3&G1-VsW24r{d%mWIuYVYTKKUGUT3=Gi@CKSIOFQ%x3K$>T&Ix?_TpVgC3pD z-WTU2kyBA;Gx)UA$&G0(v1ZMrV$A}kk=h}Tt)}0OAntu zhVTDwy|C8U%{$Xl9yT!C;m6nizGwEH>dxZm9)Dt>6^!SAuVIveQI2&hI^t z>^#*_?`O*I{TV(1!|XJ^FF#eV(aIEeOvfCMafwcZ`A@cJK0Lt}_EXWUuzly{yk!rY z)g2RFk~ZY(m>+d$O&w!YbJdI$Pc%u$m67?g)A1&crwGz)(Zg`*tynDzT0*i!X!=waU<@2HBMwx^MYma7X2|xr;AGu@>p86V@=rQ-pY|}-F>-#6rBf)2zmTp*)kIcVY@hbtPpdVw(2f^#oiFt+a<9X6Yr#%N1}DySf~7)@qDO zu)7KFLl@kG24C4FEqPcR?lqqrD=1(|&k8gx93N-y87i7xAlyAi>`i@>o?UQm#>JDt z;pyAM*0a6s%h>}znVH_$ev;F*4*#yb>qoOSg046yR9GZSy9; zD&cBsN2HTklc#3Fq^Yr)OBmk3Y|2sadapZ* zh5&{qd`Akv^GVbTx5 zIN%qd9Zvo>w6=o{PX_mcpwQ7BN-ti6mxnSot}vk|-nf_O5wt<`>OEj@VKw}Nb&TrS z>n@Hn)+v@WCJ2geDU^$E3g9AqyBnDU8>PRwePSyZ;cOADJ+(&PhJz|qThu5_54a^B zOAbXq2e13MMLUt@J^mzoA8(s;;4!KpV6{AN*haX{}pAphb#P6`3o3=JlWhGF=e9f&>&u$5{WJM6i4*fI(Iq^aVm+6%x6P;Nj{XbQ zX}J{1?l2?@h827d?LW`1JA8CXW{_XnMSW6p-Nz;Xrp7cwX0rYLaLk;$=)(~Msp=cp?@AF2;(0lD3w$n_)-J9o^GHu~&z z3hRbe2aHBg=v(NM`n32D`(b!wfcAbRMLEN!s?FmlJ9Byy zu0Yk;!WsC%OU8L0CjN>JYcMB>Q`EVUX_IqPBSNM%EZOx?SUhJi} zNUZ4x<>k(wM@Q4Rb5U_>6PsklHXxSt$-IRl7a41*{`6NYTLJeLBfQ4^)IZFFc!6)K za_VNiKdE470d0XQ8+G;xF6|xn*st{{#d0lI9Xgcu^7~CTnaEMT9(JxZD(!u}TqQ3y z=Gf-Z-g2W9TkSXbi`+kW*xARmwAT&0D#ms9#4b~&wX=FcssyEDua)B92dEjg6o=F( zx@CU1*|B}*fDlmX!@{DJjHrj@R7h1lB@%O_JJM}>K4OFM%k=Ggjh2zOkgH=`nArnS zxXrE+Y=sF{pp;JC!d!BzDMdg=u159az7v>Bmv~G8*%hG#Y>!)CPce3ckm1A4{UzRA zuIdB#>O)DYqugO!R(uuVP9SE+iPaTG(?t$6%kwZG6h@)1!1;FskUcm$T$05U1peTd z*G3k<;btGCCkE~xdV+87K)S64AbSq7A>rmzBl1=WQoMgaIuP_yA>REE(p?Xr@SZpf zMSpO{HrKChFsk)R9Cnj7Kr`2zcYHk#4;4b2-KUqd+sUW<-!nz%%0V(b$xdm3n9kHr71*&%N;Wk`*kjZ zRs~P3Qc{mAItw#9B@hX{Fh#mUkx*H|d_e9BjwYKWkNaNT%tnxa+!w2q$Rw3|l4bFM zm#7#?Y&E=Hj;q>>HaoN!*VK$#y*5`A*KUbtbYU4vC0ON5&8Zy^%) z0iWgWyllXW&-0E&?3>n5Wp_p4141zn7}C1_sgUNHNH-z4Y&r6g#-rN++Q8)cf8#3( zG=S9|!pYrhxwSqE>)5ZU=p|_g5{WIbon3%q)og%7xwN-~8jmT4K_LB+mm34inp5t{ z4U5~G|3C;Ev8#tkx^V}h^Ivd572A^9AbrDNy~Si%s+^h%-m4vFE32W!c32=l_XxD+ z_?(Y=Z*v>=+h1z4pMPI5v0&(`^w1$@{!jqQ@&VY?RXyEq&We#)^MVIj`CQDnXpY~M zeuTexn!Xg~OTWe>02suOg}f!G#w+hD!bd#@3Nfx#$^ccT2q|xV_vN#$<^cz`=97F1 zHAD8r^Mj90sJIE}|ugv!-3TV^Rw zwRCn<99XkQUw(EVJ1iTNSGoQ)&8_rN5Nm(u*Q09fgKDao^vt>b0ob4-^JCo*U(J zNz)>4E5@H5azc8PvO9O1lM7xFFTOP^y0jli(=MdBoX>#-VXQ8_zJ)bM24>PxF%|mqCYY_6Q51*LhHo-RcB)S(xU$8 z5^=pMl&JE`^M}HS8Z`ipBt0ih|HGV z4i@o~)^t6cYeY_)W zw{SLZ>O3zp3YA?_!}s{ZUu<23p{h;z->Wi_iCzh--N;`gonK?%?GpxvAgJ%B=sLhUv%$Z(5pwN?U$tEyvKwUV6bVhhBB zDb}p%et+~Wa*`O)soS?{kj9^PfnusBr_kiIHESSF7W8M0!8Z>98f}=l-vC7mu*YeO z$cEg(y9s4RA+Y#!Q##==m-*8a!Lc9fWB{#2$@gb}HVg)$7#6eJ3-6QUvjxxpc%``- zQvu9_l*+roPuS~<0J3}V?!O_c<~K|eyvBjYPbzqh11H7WdThojNDkrla3HZZwP+6e z$tGGD>c^3{sNM+W(ip~ZrJKvf5nhe$OZU_MOaHNZaT?Sb0dukU;F8S>*>bQ?4rRDX zR*;hT;Wiz4Rey^3Uk z;%VgwzDN;6RBB}X&~^_b82SOS>{RqsR=_|3k=sr*Cn%o6WKVId|p zTJsO8q`@$6h?qCc@*%`l8LSDU5&X%mkk4V2PfxT4?^ZHGq?!{t_cOCb`}HZ1s4Y`R z_Dyk^P#}f)&*_bbdxNKnkKGr!pB5KE$W{#C>g%rylYG#fe&W0 z)obIpB`PGvKu&pkMTRtt;n1{XYO~f9SCT~h^H5fUg*iMKs{n%~VM!)6QKOG)Bf|q>OlI<3TA?v>S#GKdeQL|1?4?qZP^P z^ds1i+*=a9bd0G>AP*RLQk(q1e`wzxrqRSz&Ap`#f46U<&>Ag0^eVxxKc5&v`%9l8 zyg-EcP2_9e&&Hh=O0x7zPvD115~en|Q&;H&_Kd5%8doKVZ# z^^Sx0p#f@m#mK41e)5;l$jK7~v?zZ!EbT->8rz>>UVB|U9c$&sxx*_`XXuEzv2g?!Y6ytP1D6Sa*uxf@tQgfEOWrFSg%avbNyH%9`!e$*$@1CpfgKE0u{c z^1aPkT~`y?<}`@0t@rR~W%;dU0#IH+;>ME)(XBVj<5HoOa6eg$+^&cdbN%`c2QGR;)@b8nZ2;`Wk&dSWW6kZ8C#Tbs=!RVnAENxXLUv+r4;Ol|J9mF7Dd!n8{g$%ts zcO&pkfqawHrms=d^?%n3V9fqA3l6hfyUVNjZTclJ?SLbAFow`O4?|^0YNxroL+DBL z3pA}WmfD8i#%ft#P*(frqAv0=LoGS|!H<+-(pyZfZ|tyB)`ep-0_P?Nt`%KPt5kZa zj~BezdIh}MmI%r|m&Nn+J9+zmSDKy}IC?t>w}IA%V`s}CUq(YXX0;(+jWUh$m}*=a>vXC^kxUN*H%UeoA>S=d z4EJw0KckKjy{Qv(pbx{DGf`*4DT)JlD-!b=$(B5!)ge1sqNb@&UZf>?s=mD~ju8ey&e z#GzPTmBgN*Ta7}9gBb6nMQ?O5wkjN9mQE8P|2uea<%RQX$KKXfiG zhG&ah;-!dwGGj)8b)z5mKGgxA+<)%y+XBoRZZ0>rUZdbn*H=AJtA{%7nV4&sn2mnC z)>ksL@XG?#yHdqc@aoNZ_|=y_lm+3yWN@rcm2+14@MXUiEGzS{l?_A!hfO?ddBH1r z#(_v(ZU)Ruoy=9nkDP2_i8)h`yAOt!R+6W;cRluHuhfQI75}LjKn%{&vmRR6owXi{ zXrwFvIKf;;h2qq;1Gm92Qkuu7Z-086@`G%|hV+m1Us)(Gw#=wHhdkN3R-fPUb_em4 z#Is$7^4!1Mq4{Mw8iI(|!!|nu6Iue(CNnE))k)AqsaA>3r213j{a>Lu?GAU&l5T}! zf2o@_cj5B$;*gi0WLXK2a@umXO;uRpN&Pjd5twS9h^O&{;3uDRUU$ycmH&LjaOV{T zCs-7$LbeJn22WFE&>de&GaJE4+3fR3oDBu-KdDgO!b48JE?xGEAw_J0q_BQyu_~clENM-aGca4Yf}8)^P&qiqOtsI;|8lK!ZLwo%kt4zuZb|e3*f>QF*rAYPCVh%=@z)C6ATL4RERt zs=|LRAbIH3UW)Jp1%tB5*U7@PDH8MV%P43Ldif}OGw#sge>pIfTe1Fwd>;o%r5iJ+K%Y7SV8@7t_yT+-lXc{BuNM)qVKz2Qa5Ypt4c!Xjj@Ndo6 zMwuaFQk*Uqnn#mm1FDIHVK@-7e?&9#O?iT?$eBcnvuOk4sQVm)-qw|trDI6%nv`y( zXomcg3AJ}3716TjPQtOb*(sla3>8ih-RAscY&UHpvOjm; z0olD-c7^}cj90|-HU*)SZ2$Y(+-6mX@FuG27#p)MPB$)G`?`8?`wkMfERAN?-uIUA zW@Nw_qp#M7S|p_ebgzBTGS!`J{v9H1=iSks3;PoW6&?>@G(@xq=K&6VF~8X)u}&F4C#)@T zAN^ByFfko4=_qL=6_qRFK`iiZs^b{12j()cOn|l;-y|29G(5MvybipCbHR5P#(t{` z_ui^CecJux5nh$TzI}59&fT;vYTboV>_L8OG5^*JzNt9vsnON2PEvlYG?HF)$u7Fe zeRjGb8gX%MfHuw!{V%=eDT$m6xCcZ!*Cdk*^qUmQ$qZ;7hr=of5;lovixcZpPF`@W zxq+&)SKRdD2Ok1j6x;RSj<^i2Bv^-+U4ghQ7?3!n@b@5`D6? ze-qF+()#P22QCA8TCQhohNiN;OO z-kwW$*fR^x{_Q0Kxn`!&8UYifkd80V4}q1R^8&?x_T?6zz=|P-q5z$WBCA}K zp!4uOlnC-kkvfCg%v2=lpGi*g=^GY5B?P<&x4&1dN#mm6OV5oE#d9=Bv$pK_D=vXzCKxrZ`?Ik@6Svfgx%UL;ZEY7eES6WDbZGV1gahDXmdCcyiA>$XIfq7yI|H-#Xk#;+Mn+js5*J(Y0(?}ncsrPK_! zR~DmNrEI!mp>Qm0;QIJumwKMR6tnm3POeX!o!ph@ypwlt*85RGI+o{>Uuh(0{RQHN z*2QWfzqhVcr+;4rsTeMb%Yuf6wxf}6pWS}VsHTNr8SDlpZ!q{BbGHn+-FFJFg(jkJ z=+rdWXri2kR5Yi?gq?R(yh7I(V+Bc~e%2o0+Kepqq+-dMFZS0A!tgq_{CngP$`Q)Q z?}#|6(h@gc7v@TaJt-$ZPXmt~eoZC>2zPA3-*qE{BaH_eCJ=TGI_e2QHoEwI8(mvq zTs+jpfBEtj6MD}`7f(~rY?bQSL1aiEujIh6zvv3en?-$M3;ZjHH(_n?Gld&y^wVX>c954YEaNg?FvB=O!W}lU; zD~_9@lJd0{W&3NP_47hBp-wZ`c1=CQ0R}ysEaTqb!sqF24!@&ol)xV3n8^`Oa`iBP_2Ji>OY0P&qG`mX$aHj~FIN=@>WEYGcwM)2s5H4FFMsU3OGj>$9REG-$!R(64~e;C zZ&Y`heXDOBsyYH$moprC>v=jR3J^wwN-~W<6ZHI{#e7$Y=KWjY#6WCJ$ABA8gh-?- zqIIAc-o|>?F3!A(fszVNKl*w3A=C0>3x+W6^l<$ka=E9}?`~39Z-BEtG*x{Ifp6|6 zB)H$^(mM%{uDkZLAAZ*tT(09HNhgP-zTjl{7JMAjC!oEZj+tT*aNh2JxRP-4ny=ze zU~y7UmnhW2Ec@6E#7U7iU*lBEbr1qvZZG8>vQsvMMT^$URDxTDUj@Uw8TnM127R88 zo5DX#U#qD{XVUm5Bb1Q8wxLyiT?OMMG@<=gAWMw$?<5f}HO$)s0`05S&idM>F zL}!X+T)|0`tk(mVTEY0pFabz`B|@$}8lpD&0fEDxbAF--t5n?RUh-a)xn61jXGvR& z;K~bCx-(3}m0n}5H~dK@OK|Qw<2bTYluOe-V=*+6nmU^*L&F}rp{DaFKpArVx!jf) zKs~SU;;z9!Ey|mIFi>+q>Fj!3Z!kK(5IX_?I$?-*uJ4$gL2r%I5wuzDPW>i1#-pio z$d9jbM0MXILeQn~g_Eb4OHAqB7;(-4^eJDVq5gu$OCzO}SLv9wFTi^PGl3rBCA zO_@xZm(?!byd|Aj*8{`&geDUjL!TZwz+W`1OCT4ywJMv`C=_-aKPY{Z@$`pj@10IJ z+(x)fptL5Ppt;i9R{P#AEVaRd(lq}4RVPJ!ubX2!k9u8VodA48{y?Pa#B{RemIt=a z85_nIYORy>#I(-d+{)jLQ?Pgg5IIdCxld7O{Bw7^!e+e{=v+$@wTqKFh@>^O&9Wb^ zv(mmenhxxVKUma4>bgC|?klpNEnv-3ss=*-iA);@nhlhWQcX>83M4a?KTpNo*Zf^? zGPHP;sa0+zMG$B$SL9mn*xN9R=uj}!^2Dw2Dp2WI!=5IskP9u2mTBv79tw1=%#Hf6 zZw5C|J_z6jPdgSVN^YS3;RtylIu8BCYMuLRqSwkJfURcP z$f)87Q$)@NGKS8d6`Z3uE8A%uD+!kL`v_QAeVFuHa%^?i zb_J{Ypki&nx78Nf&U2Oj#dKWh#0mLBXFO>#A2q$9h9OmN$kfj|PSVItzWpO_J;G06 zQfotlfvtRg!PlH~Je%4qEUr`Zgw|kauenRzIM#INGX80UWy#E&{+s*}k(wpH1_22bza| zuOw9q5tYNreyAIgLYU;p##2gJPSWT0Zc6NuQD=p%K&!^kS|7!&S9Q8s&X$+ zaKi0dPLl+md%?ctPyc-8+X|$N_F*pI@VNGhIK_xrvJQ|rqiOvPsC8{fuv?c~f9-CP`FYqyOq;laR=)*)Mg%zIH=|J&4JNta@ zoPBF{U#44Lw&>Y6yqPRB99%f|jSBQ|NGxx9d(@Qy!24MCq7~#KwYYrGYpuzD1Q7D+ zfmyc&pdFleId}8Hh4)gTh`CV1rA{`*2aAx(id!dkdlxoitCVQ=oF0)No3mBNv|X+U z%R6gP6E41|p}lejSe%dGe7cjs-6HoxzAk}~1}-_6$ZM*&vdY(?h;9-$*w|t39_gme zI|}dbArqJ`D8lA4W^u)5d3A#d&EtFs%1L=NP(3UPwI(NoX`&7yGasvR84Rkk3iC6D zM+tz<8Cr={P_;SjNNdAxCXP>~JTr-{H=7ojqEdDkO&xvmv$I9qxYTsKj2C?Iq_Hgc z)oA9(*1Z6<{1})DY|XC~^G_^amcHjQms2U3iUxaX#r9=8L_g?W0SC(Ig8MQDN_Nn0 z@q;UOZPxLMFL=*7f5i~Rfw*|swCXd~$~v7dH69Dovj}}fFb|F)a6S%rj|F3lXp5lX ziUCmLxF*X-wVVbW$A);HnRU$fobzyzZIq9@tPb(HS+5r&Q7b=xz6|UM$sTFX?dZ`z zc0U!XX3X9+t z)7ELdkUJ;Wz4)qEm)atG@6FOfq2XcdfmC(R0Y?TRyC7>tGv+K4z+i&R@v_} zHetEU_O63vR}{u)Atf~@1eS12MUr2xx@wlW&1yvRD}}ja$XJEPQAd{8O~qggV2j!M zc|de`)e2_h8Se8dCAD;Ded#8#LZ(ejwg}3_7_-nX^15tjY(=@U#oF@HvW5qV9HS3VR1$*NDx=*C+Vle@sZGpE!qSEXAKo;<-HG!bs=tT|C^-S*~>b<(bR37E1+ zbR$};n~@P;{V~D6w=U`cj!>J_-W5CA@awzGnAz0|xR;G`4&?#|hBu%CbcYd27WPI? zvyrtrvHVFHK={}4g@woQ>hVf@lH>A`PB8afX3;meuHf%=DBd&=q=m#5DYguHDx zH1VW85BLwqd$7wpxA4Dkqyj#TRjmw-5Kvu{@tvEj87Wtu)|=u2VAW6=fqUA&$GNLf zsnp|f+)rzxA(6eok3+-a39X+g4LF@zrfZ^*&yt1H?VW&|88E@>3nDIRcqpRvTOr)A zGr{>p9DRV$6e)v&hwcs8F;miANiYu^>x?Y0)5PWZl7g1QA^5{=eG$#2513@B;2-iD zO;^0mdr!~k*LpH;r1C`c7K93zN$+_BO5uJ1Jo^obS34hr+aY{NZmY)Hf|0=R3~KJ$ z-Vr55#)&%)>8z|u4`5dL-;k;le;5fo`F(%M$~sohyTPg3#glsv+Oyd(##1DzYKHM{HIhWPNa0uU z;T@&U)~^>QMbjpI8H_naQ6AchlRB_d%2@%4)K>Ljky$BsQgG1mK>;6CvDUGEaJJlG z;`dX1>7eJMmz-x&^P?g+*vp1|R{V8O*0aoO8N466!n|#-5!XLUc;m~WCbxJ+oJcSG zU{6;op^*#B2)o+*r6-s1@Ue#amPMU@5h0_bR7*{9;Bb`({n@^7>$w^bL~wfti)&c) zaeHsXUTJ~P>Wi4K-S5&yUwoi^4k_u%2t5kT7Bnrlct|Y905>5M=)4QB!%sFU60{h| z()A4*g&SoTu4paoN^P0@FKyQ%4fTT=z9b)y*nKdxE;@Lu%7f6scz$d-;FZ{jF+TJS zaO;XYk;^&$7BCq2^2^kEvD)I8vvTwUy8mbafJ1wBNa2nT2z0lMZ_7=-$_rc5JJ}*B zdMlG#&k!%7%NR(nS4IYVpSDxw`%|S<9coV2IC)qy@y-Os(|5#Q9P{#0Lo$%^|Mf{}tX)>Pm04Pmot9mTgs|32&u!HI9Ja_;y!WxGUz zoMT(V!5A4w3hL~<#4vLzD8NXWn)duXWKgXWqxCdB_tT(YMroGU0xolO=MDx!uf{tk zjh(KQdiYRPcgF;;h_EWwNFqUfd)TTct*DlUseT=N!Wt^*@-5HTy^X`!L+=C*hIW2M z-a`~GRrD-1MGuK=IJ44-R)3IRGMn^OFi^Y%(~vgK>}a_yg7PjMuK8{0B3<5LXq6a5 z>0NOi4{ulU+n0?uL!#sb>9_UY`{O;N=0BEKbRSCY+_ehZ;Bevl&~A{G^dr?ynn6bM zAb)H^cSR+f!j0CRptQEN0nwg!bPl9X9) z3yb08(R-8$w{YGB#ikM`mTAf1OqZVRFT184XgHND)VQHoGb1AKjog+&7Z6vRktH@e z6y7ZB^oa9s=wMoRkN+V+yxTS||E(f~omF{dO-k!C{ zFH805-tenzJzqaB8ELLP`AhOX*QX(4@!$JAU6s#vSmsj=I88#OYL9Pbo~VhSg5K$9 zA1G(0q4X&HItKl0vBKtltRtQ6_cr8v)a?@v{Jsu1A`{e55Yz4zNO~Jv-n??dlT|5v zfW4IEYjeqrH|<+KIqYq}rfXugxgyWNCgq0>#zYYy(z_rvHGzqqSXZgjFw|Gk>H)mK z0CCqFnRsfZOlmi^q#U_4YF6tD>@?F>6Tf*coqUX5D+6^%{pinTedI$m??AboCso(_ zlJ(Kfqo`1hu^TAYrTXFSZrXKEZYA~MFP4`AKcW0zL;b!OgV%-K%&(5+l~sT|tSdq* zPfATH+=aylrV`=bQ7v!P?fXe0CrVj?`jfGpQl+vTXgfGR(QNlvahf?BYz5Pkkg`bm z!}>?*%Y6A>42WKjd{t1wnxR|n_?JHujOcS|*VGPwSxt~m28QV+rokDq3{kAV92wIC zQXx?DbzL3GDvo&5KqZ5Kih-av3Asn2{7*AxdHBP+ou=aW`JXgq$(hzd#l5k8Km>gk zm9&-+_KK%_f4vuzm|lc@wbC4EJtS|_$Q-|9@t~{@!h^Vo7ou4aU@-nFtbQOq_A;^r zaelR?H+JowuS#5~^mD;#i5Gq8>qQ^;%954ORQS$=KZTsthM%22bVA`yjS27eVCoG!sM0L+40J& zMVJw;@DCeM*MxmZasu5}=AwhmlbmNa^{vR_z+pN`{D-&AYBiTP+Nw&$)ESHov2go- zRgH|_C&C6n_?s??#AJCY!iDlDtV18rgXpGV7x{yZc}(!!JiK`=-Pxj%;WKWKd&{Pp z2cr9bODqguc&cqE8In+E;q01IK-xmP!!yg>)PH`)z!}9LsXu%fQg0?F-@SaET`Q#E zH+RJ=4}SiEI;aV3Y(JvP<9R|@oc>e{v{h8M$L+*pIh-MnrxFb}KN6Bg#wa3VF^IA)`To@F2)FxExbuk)Z4JhIZ(vk%O#F2g3iCo;J_|6{P5aze>t~)9~ zs69%qBH>Ol`F^UWHT6KGcs7&Jnzffn@1>VRd`w#jiUw``ll83?Y2!1~F;v6Tup}l4 zCeV7{l$hPPkE2Jg*4H%Vxi>N&rO^^pwwl);!rrwQn2o7foTMM>m<4EjH>uH|+V3tw zMG?Z%xTfwEt_}H$kUi#T7StYa`76rOBzF+P>n=aW`N1>}l_298(Q?EmB3o*|4lryR zDsb-ls7}!?qNQ25fOz8OYlL=4Uhdvu#HP42metqq_GC(Si9ZWWgGjkW@)E#T6sIEG z@bteX9l2skLHhy~m_E(9PX3Q_6oI_eM9D3_gZnODHdb%7uc2!Z-Do}XnViK*cRNGt zL*f(^gpxCArJI9%7WpZfQo|QYTUTLHN5;1{S(e zfr^+}0Tls@TlOCP5@@2d29Pj#d&wj*?WN66k4cf685G#Gy1~lyc7`u=M#zJS8P+>Z zsv$2*zx+JCteJ$Jj1Zi^9(>TtmJk|XS$saU1Qhc2^3;u1db-O|05!z@IX5!l9CG#w z`27TGjT+zUPO1v6{W_;kPU3S>bC_sh%d0USkR~Tk9C7isB*;}-9+!W<1~E}qmff#K z-tZqtKu7ziW@qi++i%^|!x=T`%>W|YZ=WFjKc4u{H?@8YWhPEuDIwWK5g*A?0@)DY zp>5pW@==(mZ;#Of!xc^IS6Zw`QS&XWXKa6v-MNM^Rm)6`-}U)>-8HCxhPrcEvW>KRU3TjVC{!*8mMqQ>8 z)*8&1O1GvJVt~C?5`O*U_&z!Dn8iTU)-#6}<1}={j1Zo!c+3>rwH!QxLI&72a206# z@oBOON=9}My1UzoMp+`ir=IFkB#7mmo_Enqc)OJ5%O-W!U6Z}Owh1-PQu}#F{N)$o z$;`zFrg`yitIBeTcUalGiI~(Mb4c7CRb&~XwPCm##gm<7hs)WC9(EDc5halu42kSg zZ%2$r4~mw;1{7X@7wrxG*yj&KJYSSC-$%K?L`KQ4*>^IEm6OvL_Itb31vCxMon{dvv3$ZV*! zD2c8(eX8cV_`|+)ON(uYi1ifTQm$iX8xMtk8=^_WtdMdo#90^=07>sSo+};^+Jm9bS1~fVS=Z>$g?Tk|%rAjIF=pB;`eVX-$2aQ*B`1l#j z$j3o-Zwaq98N6t>X0V-_CIEJ~S7dbZJ@|i|ca<7;yG@~Zu%6djgPtnHO6Blx4Dars zeES$x(x@Z+e|a2`jpfZ>dhC9Ok)_47k!9(W682_FZSfTj0tYF$%0klKOwG0xVgqs5 zDi6l3ww>qGCfj_ROuR1F0&*9n&dCY62aA_vgO5||r2P3eEq*@nb>hj<^P#$)POY(; zUK0yGO_(|$A?BvYGJ1ZTBq(L|wQ|KKu^H?%tF1|!os&+IZ(Gc8G7N zLM$n6*aPf+(_I_SJC%cRC=CFoG985^chb!yQy;gSJLYjW=a2QIg*6gHV8p}euRiO2 zdrMnWj9&&)5p%a#iE;3SO(thzGJMp(`THSoF3knF&6`>whM?ocZSWMIj|u*ziQf66 zLV5UA2gqjef6ny}09#5TrIpe(mE_Vir>%N;MVr)8wjSYE^_Z9S4pTr0aTOD#qt)qpJ`h50J8Zi z81c3)A@}E^00xt?>_%zO9a`zjCc1DgMYnqc^!mPB%7eh9I+(Kv?i<>0$qAUK2>_5D z^xCJvU2L*219G*epQx^D=u(}6gzxU%Fmv<4MO1}wdBLCCIaiCLL(t)W^tYjBYN}yo zW`k~Sk45e;K1;y;8IsKz9^byR*3Sn-Mt@=j4#O`i16riq7D7M+ptdS&29A7h00Imk z-q`C$e4;ud*b7D6FRcE(1YtP*uWkYO^zWqygFk@tRm|mPfJEu&=e2hqe(ld&pm>1e zKzB-eFZfORf?m!~o;2#AZuz+He;Qhdw?LUTPRw=yGOf~~g<%WS*=h1>uVSl$A&(9V z)Q9D&dWA8^j~?wRDr4&@RUT|W$ScKrmI0Mw&mb$Nchl{uQyDJNqj*b4!C4$A3~U?p zP4_BPR9QxK(c%D0+%3{-3ON1cPH&qQw&s}obRUc^tyE8Mzw+2Wxan~y(IwD#tnYDH zs1VvKcpM^e-B`0R+NWFAFpGQpk;h@I0x_zutj)AgHKKN<3b^AW;mG|C&I@LKD{Ab2 zPN?UuXObzA6`KMLZ|?)^-T-a^$c=rK?=$)<%_UmW?LX5-V>y$f@Z@C1a0|#s8j1nQ z7EM+<|Dr#aLIB4%AAE>t{S`Ko-Iv;ZCTjbLG|P~MY-k5F?)eFjErQ1`O@=2FC?1if z8h5VOcU{|>n|&sIK9cttA0wFJ4c{t?0+Mu_Y;KdmKKbD@9OxmN1BCMK;ZMo94}urp zb>?xyUV*`O6b6)Gaqtv)7(-3@a}kD%!HhR+PEWjNT(K>oMU4v0)62hzPqKnM_JU^{ z4(?0m7U^XM&tyZJ6$12CTi-0KYg(La(%5(e_0Xa90N>OI-#Fa}7W5^I!;BCBC5d?* zI_FBs78d)O8Oym0J~q)^X9y$@yjXY1#00S?gyCCEjJSffLf^#?uJtn{C$)+`(S1M> zN9Oo3Ep=2KK6pHb2ItVP^wacTt-LTm@(aLA2Qk%g29{p;q`}>TbB(v5Kcg4W=1b%B z{#UHdB49(YPHVIJht=D>3aYUuuQb>f`?u)IRX4{Hd`O?X*8Lt67a+>&s#>b5;ESR?);hfR1b!S1 z9-T*rqG2{s31h!rI?s%0?_U~mmG!2Mzvyvg($l_dZ3tr<@PsF#qp+E?pGPf55&?~UciU%%6Dk!$n5W5 z7;pl^l(Tm2CdwT}oYVIF!r1)yHZCe5>M9o4Xa)Gq7*g8e9>;vAG|NGhkx`zWd!V#V z{ft#5#@yE=g4u*`h|C|^Z75pV-RY{H0?2eig_gcRAz(iI-dBBK!$1!){@1DhC z%KxRFDG-iZFWfAiA;{wHKepD_7TLS)CeU^}eJg`sUUQm&Ha|Nd)i!EK%|ryG^K)+t z3w_(!mq*`LQFjK&iy!W>F1-f8C0+9hp6LIe68E+zIsuDZ<89bX!yb0#>|FDc^%MCh zZ${M2==>#H=czN$)o{+tEL#nZ*6r2((@$rEL28AoKdXJy ziBLb-hC)q5$F3k6miX?eeNx15@w<5LEj{YYs0Zm1`9@gEgvrS(R3X41#lIa#kknnS z4M2i)32{3jFbyhCxwK#fp8$7D8EEAuyt;|*Pm@OS&6YF<%SG8oX+}%p@);OhpkNnh z8RX2aV-PS8kru$wZb$jxMwtPN!0C3fg&0sGixb?=e#O*MF{yB*`^0f?`2JgMR5OcG z_0oCEQEze6jE%R0Hw`<2oT^_h-BEdk|#=cLn1=F^xnMTW_UxjI*4*VaaliBTOnmmn)lR z(oDUx0y|2(L375*(8mGPLyREct2%|W~&MWedXv#_qx|G~Jm09$C)%PE)%(n*KUU38X;<6P6 z*b)#IF@-aj1OZa-B&9^KA}M5)I?TlyNOl@AclKxXb8plY9V=@;UT>sTeN5?H7c1_X z2ZY3|8O0fxJJ-BeW7hdy95|c>he+x12>3{HxDYw!Dv^-A48# zw9+oocX!;r03b~=0o()Kzb#b=97_-Y?^oaAk7qupvnuBGY}mP4GxPT;;V#(m6V=|< zNCQ!h$A#b@PG5E-~}}XWKZN3MN4q%XH;H&?&GrB_YAk{asV= z%JfG;fo18EQ^=Di0ko$2kgnupL@I9lrlh16s6qUL@uq>OSU{|JqDpf5$S$yq3E9m4 zCptWe7x)FloqPfE%+N}$Va=>u-Sm5g=Gb5KV@IO=Z?~K);A^GmXmQ)a+@K(;aD8l% z%YSM)99w4d6x8ylulNMb=(xDY;0lVK5Y-axN|HsEU_F<6r$FjTec^)jLVF*TJnzxB z2AEC!7LkN6?fs-;QUGa{)D-iq3G_Vb2&J23sNBlZyFfde2ma2&2et<@AUCADAkYz9X&>m*0Bb4HWIM>ZwiJ+X~vbU{iTc65n2Ihhc(I(T4=8-)d&`&bk` z_Ae>n9~@=D>EL*;sdFFM>Je(|sx*C?J!!waxy!3XM4a>vS<%$o{{ue#+F-aA#EpeN z;Z_nGYf;+OgAFw4B#-sc8{e%}mHz|M$yf@-ndfX)R;X{zTrKG4nP6W$TvakuP>mxL&|={z;fEvB&8H#K;K=hb{;~WA zFCuwfUFw}u>eJ>JJ2RG2G(9Dg5R|S*nnDf+h5dTQzv1O_VZ+Bx5zDa&-sU9yVlU53BQyKWqes9`lB-n(lmSaS!I7S)-iOLhg?GdhE$;^4|==#?mlM$~a zIQ--{zC1Z{BiLy)g@2|690vfsost0Xg)VfAtE_t#7ATACU3=U?2|9Iomp;-g70(=Dr6?$g>xpqmU(Ha$Ict*@w(83y*6$#lmKM*o||Ju>ZEeOra z?j8@MlsgPro$z17CGhh336;pKNgL>q24Wjy$gJ&8NHB8uR0%c#UZ0aj?gN%t)p(2r z6Z6<)qTIm?IpqW2%q}m#_WHpjjBa=rDCKm80iVt@D0V`@YPp*9LX`pm6B zcZWRbVsB3tO(>(!i0YQMeH%%ARj>&jxFNaD>vGvlURx<>I)oh*D!@7W6c@t`L^0#a z)c<_CrLk=}kqEa7KE_h(sZ2(0lJlaT<5V?AF6eLrdGaZ5l~LJNT)Lw%?s69di>98T z#@LbZFF&pJ+Lnn??ooWa0KVXZbZnpv0E_JFbe3? z)w(WZjSF+8S8;~Bwxk*JW#sNX3%$WZJhQo$2n z`PahHk?`_Y4lx%y8`^SyEOM41Qx-e3y;XtFXU&_(Osjd108VM zANe?tYp?u~g?W?7gV^>TCFr>=dhYz%IZ7H3nM6uA~yZ zj(W)L!(D^F+D1!%a~FfTHe~E&Ursa7iC_&Q`jxMQ|Ew6w)*#QvLh0M2SG6i0_8R&PDMJt!jH$ zP`qN?C*O1)X`*LKs=~kN~Dw%KQ+F zUd9ur{WL!(73IoSu@B%0(&6B->7!jqXk`B*6nrZJSz1`Bn_TZGuqUka+Zf;2tG!BhADR`-v)bu}W|gd2ekJ=r|Kbxu z!H^>E#Saf;!RA|%B-!&1d80&&@0v*e-Qp+v3AniFN;mukAkamx+XgnwLZCYrfW>mL>jawe_Iv8KLP4-Ob!>O7F8dK)s6V?~gHFUI-EO6elrUJs0JeD;y zZBtw{#ZA<(*(8sBn&mKO;kKj7tBZ}IhFV7fgL4XNG_CYPw5=c$4nu`K`=kSmGlwg+ zSs8l!u3Bk(BRg(1TbG-(ivSSdoG^Lkip!101Vd#V(`LP~_`P?Bim8f+wJKMoWp>u2 zr&ANy`e8CW{mV4sE{mto42|!6>w}rpVB`4sHTi@^WCv*gi68}Bn$E&vW)SjBps@d+ z2MjfH=Ny(ZI`z&v zeE;qzWsd?8MVMgkxKB00Eau>b?^+n_*(6r((&2U2{m7xR5)07z> z{&U+8Ls6EPpT8|AUn>HEPI;h^fNCbU=`m|C;RO3}Z^GH2yb8*XQE7c67Mi;t&3MF- z)WWf+1~Ur_@ZAq2eCvFn(8&&b1PlIYkVen})O)QYYhA{kj#HP-!$bAFBzDIs>#Qg7YB zQovJ~k{{qHabZGhpM8&Q;O+W1cDHWb!(hV2Z{~z4vIw>8Q9mYF& zGCyup8^?P1(`!YYE@NjOjKa$dm7?hSaAlTxG2gqM zMdxj+;V_NPeF;-04sknm?UO;crSYNY92^GcDKNu;&U}4UIHDHp)qK5qpm*A@#U#w$ zIqdnaUffeB*L?>!VoVNhboK)5lUAz1c}j0z3odwW*8_F-oS-FRQc9fQ_DM;Tgw#81FNx|n!t$>X0|0J z;&u#xi!Y0-y~QEGxn+i2ZVzF*3y8Dz9;U}4*Urn`B6({B%E;YrV(mJ$V;I=M>k3uO zZaY2v=nHM%3&6M8?`W;p%tu3y0+BFA2%to2Zar!|NG(D}L>oYZQsMp0Mh<^J8KB z4Y*F|Q|r*fDSsDX@AxlMpW`>RjH@HnGe&UqXyhw>HGwj|eko{6Pibx^v_Rvo5f8>f zz4Ias+dg(3_LqI>L#Nc*gz8ewn5~YUD);+eTE~Uo%tfX7ZwE?_qIDo7D)mdpfT-}N-Be`dhMf!7hAct* zA9c5u)ShVFT{o@xr~oY27mg^VxmKu|lblM9fk$K(_NZ1xC)Wn@?U6TXEEc!pmIxF4 z$CO193*`^s?poz@xDI!WG?HUzzg{rbdesU2GR<9|QS|wc+bp~Z9k=@acWz|Q-=D}6 z3KqDIj@yNKp5`-Fq;#CB!!7<#)I%~M>;ZQ`8?rgK3OBQALOvt!d3D3#a=H+A8pL4) z*99m}?$$k1XKX=wCzP~ef_M3G?F2C#lw(yR%Ai}}d`Pd3UbXPWh>>4~PjdT=5+7gj z)Bm*RyQu8EaQH|2Fm+}3PE{E9ewv&NCXo8d+&H*rMDt7*L zyd}K)CoK`}d-Bc069~^RbzkMoYKU>YP0=tCtQ(DkDH;j#Eg0VYq_Jp|gW59!DDZaC z7zjxM#3Cc;Q>}tgxwWtRh$*cKuAK1xmInwzV;H;AhY28hoU3oYtm3#Js^_g_bTX*` zuzK0!tFvtdL~@xwbBb9`bl4B4jU_|ab;oJ@RBX&{quqsR-JIP*N3Fz@JC7^(f0>4P z`yo!KI&Rs-g50j6j{2t^#MJS0yRfzj^*15q`Ovw0GKmGfF5a5}%&8e#y+G=2{Q6Ry z`-gd7Z{>(ux=r^Zefid|GYL^0zx5_||*o&Cm@k zN1}w1+>~=e_w^-_>#M3^h27UDl(X$#Jul(OPdpr^_eA(!eg2_Cy&1?SD%6N@Sc)2m z%UZ-^?xsaoyI<@(!q5#|YM!)-9vL4)P{2{ze~Jou{D)xqPJlAy)($Q& zsFD3>-gtD+#UzH9D$4!}wL8yZA^WNzSH8%qtrgU4?JD=c8Wh-bpe1T!X(qQ5#xtfq zm1pd*HS?&p(AxDE>qg-5jjSuL*A!U~&0XboUP+ZZfr5pDiS0H^qDHG+DVIpiT<#~` z`hVMP|BFTPi&xlQRb2b+Kb0t+xJr^F30rXt_DDg_S&JXT8w2SLM%G$9inWw|<+o<% zr^h(OKpNcYgcINXeUqf*Vs>meImzr1OCj5xDFNAotD@7R9HXbAg`=2J9NgRYIIgmJ zuv7>gO`(&&>#|jY-bL3%@%blF*==~Vz>iqNBt&?$c=naG%XI}Rk zvNk(-`bN57TtZzCG-cpOA3fLU3DPgpHZm*z06Q}mN?IjvAM4UU%0GoRgc}@*)k{uM zW?G#y+AwEyPpki70QC$ALI|eIlXhad`rv|ZXIOP)vghnvj0owEBf>cSp3JIirjj$J zB21`?MjisF=_JVR_wPz=HA+t#W?fe|- za&7b1*POSEgD8W<`FRRk>*wpe|56bDV;BCIJNZwo)S}h{!DKiZ%%Jp9@Z>7o{q>6I zNDc*~E^kHDBug`AHv6O7mO{E&o%0Y2Kns?c5E>lwLAGD55+z=oj$S;xMzZndq|I^9 z=dkr&5UfuEod(ZH;weq}U6bZpjc0QiITnDVVv7&HajnxCtJ4Poq@$%pD6MF6QW!Vi zhBY8X@`#+u&PddJUew%wA4Nxy6tT!%6VkIq5sVO8_h0G(MjBiEo*J^`c{AmGc-{BT zO8DmQ6V`P%m?(NCvL~iF(r`NxMU9)v8fxu36D*OH-=HSkSp|PgglTN^f8-aj6*&@0 z&K930HT;Ff*Xs_nx|@7b9sz$BNc(ayIJWouQ5vF4M{!kCUhNG6C;g`P$aP{jjotmk zN{br2Ovs?6T$?i{$f&MM(83AxegkEslpL)tCbELwJU)6M5h3()Q6bG()dQ8KC&k$ZY$#A77K_P14n!1c=uk|FPCf|5`x1_)2(WNBLn(nV5+`}!Ywc|cb5t`f1l7b5fhZ0W4RNgb$ zivRNDgBK{bofqKhGNtmt9g;fD%|+6M*Tu&>tv*LJ&qf`?>c_A2Vxeo_)5ZHV{Sk^< z`BiQBFcN*~QO}|7TDq@1g4xYuK<(h||9^C9hZ7sA-bnqGD^?tM9vE~WizO`0rngMf zK@V;zEvSv>0H+6TX4vX)+c>p22{Z)Vue^4pWKP2`)EBCa{0vFLz zXC-b>$zo>Q^ymGVmyYUd@gz6_-7$^~jkTwSBfH*16hX{^+QO}igtm<CL@v6eQko@^hmLrZm zae-wp@Q~re0faa&03Mx{{FF3{Kl$^@f`w8r=oLph8_sglS9+8p>mll%0 w`fpyo&L=pr`iTj}!ha^vH{C}ZCVy_<`;k+o3j#hUeG_E)4VORu8$VEQYybcN literal 0 HcmV?d00001 From 8b8748cf98d532a55a789e7812df56dad1e8650c Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 4 Aug 2022 12:30:19 -0700 Subject: [PATCH 034/196] Updated icon layer. Added minimum limit to parameter --- .../OBC/ChilledBeams/SetPoints/BypassValvePosition.mo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index 5f478ea928b..2130876f325 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -19,7 +19,8 @@ block BypassValvePosition parameter Real dPChiWatMax( final unit="Pa", displayUnit="Pa", - final quantity="PressureDifference") = 50000 + final quantity="PressureDifference", + final min=1e-6) = 50000 "Maximum allowed differential pressure in the chilled water loop"; parameter Real k( @@ -48,7 +49,7 @@ block BypassValvePosition Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] "Pump proven On signal" annotation (Placement(transformation(extent={{-140,30},{-100,70}}), - iconTransformation(extent={{-140,30},{-100,70}}))); + iconTransformation(extent={{-140,20},{-100,60}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatLoo( final unit="Pa", From 29606f610e898e1836cfc73c4cf4b71806697a32 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 4 Aug 2022 12:40:35 -0700 Subject: [PATCH 035/196] Updated result file names in Dymola scripts --- .../Controls/OBC/ChilledBeams/System/Validation/Controller.mos | 2 +- .../OBC/ChilledBeams/Terminal/Validation/Controller.mos | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/System/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/System/Validation/Controller.mos index 90b8bb7fad1..be8b1b3e276 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/System/Validation/Controller.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/System/Validation/Controller.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ChilledBeams.System.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="Controller"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.System.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="SystemController"); createPlot(id=1, position={0, 0, 1403, 978}, y={"sysCon.uValPos[1]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1403, 191}, y={"sysCon.dPChiWatLoo", "sysCon.chiWatStaPreSetRes.yStaPreSetPoi"}, range={0.0, 3600.0, 15000.0, 35000.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos index 6533f528603..37f880af7b9 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="Controller"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="TerminalController"); createPlot(id=1, position={702, 0, 685, 451}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.uConSen"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=2, colors={{28,108,200}}); From 43aa95c226e2bb780dfb47e74278b2d7048dc61f Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 4 Aug 2022 13:06:35 -0700 Subject: [PATCH 036/196] Removed empty package --- .../OBC/ASHRAE/PrimarySystem/package.mo | 47 ------------------- .../OBC/ASHRAE/PrimarySystem/package.order | 0 Buildings/Controls/OBC/ASHRAE/package.order | 1 - 3 files changed, 48 deletions(-) delete mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo delete mode 100644 Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo deleted file mode 100644 index f9a8f8a8d89..00000000000 --- a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.mo +++ /dev/null @@ -1,47 +0,0 @@ -within Buildings.Controls.OBC.ASHRAE; -package PrimarySystem "Package with primary system control sequences" - -annotation ( -preferredView="info", Documentation(info=" -

                                                  -This package contains control sequences for primary HVAC systems. -

                                                  -

                                                  -The sequences are developed according to ASHRAE RP-1711, Draft 4, January 7 2019 and Draft 5, March 26 2019. -

                                                  -"), -Icon(graphics={ - Rectangle( - lineColor={200,200,200}, - fillColor={248,248,248}, - fillPattern=FillPattern.HorizontalCylinder, - extent={{-100.0,-100.0},{100.0,100.0}}, - radius=25.0), - Rectangle( - lineColor={128,128,128}, - extent={{-100.0,-100.0},{100.0,100.0}}, - radius=25.0), - Ellipse( - origin={10.0,10.0}, - fillColor={76,76,76}, - pattern=LinePattern.None, - fillPattern=FillPattern.Solid, - extent={{-80.0,-80.0},{-20.0,-20.0}}), - Ellipse( - origin={10.0,10.0}, - pattern=LinePattern.None, - fillPattern=FillPattern.Solid, - extent={{0.0,-80.0},{60.0,-20.0}}), - Ellipse( - origin={10.0,10.0}, - fillColor={128,128,128}, - pattern=LinePattern.None, - fillPattern=FillPattern.Solid, - extent={{0.0,0.0},{60.0,60.0}}), - Ellipse( - origin={10.0,10.0}, - lineColor={128,128,128}, - fillColor={255,255,255}, - fillPattern=FillPattern.Solid, - extent={{-80.0,0.0},{-20.0,60.0}})})); -end PrimarySystem; diff --git a/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order b/Buildings/Controls/OBC/ASHRAE/PrimarySystem/package.order deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/Buildings/Controls/OBC/ASHRAE/package.order b/Buildings/Controls/OBC/ASHRAE/package.order index 73acbc39630..52e8b17269d 100644 --- a/Buildings/Controls/OBC/ASHRAE/package.order +++ b/Buildings/Controls/OBC/ASHRAE/package.order @@ -1,2 +1 @@ G36_PR1 -PrimarySystem From aa437d94aa9d30d389856d4d3bb2252699775f5f Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 4 Aug 2022 13:20:51 -0700 Subject: [PATCH 037/196] Updated class names based on CDL updates --- .../OBC/ChilledBeams/SecondaryPumps/Controller.mo | 2 +- .../SecondaryPumps/Subsequences/ChangeStatus.mo | 8 ++++---- .../SecondaryPumps/Subsequences/Speed_remoteDp.mo | 4 ++-- .../Subsequences/Validation/ChangeStatus.mo | 4 ++-- .../OBC/ChilledBeams/SetPoints/BypassValvePosition.mo | 6 +++--- .../OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo | 2 +- .../Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo | 4 ++-- .../Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo | 6 +++--- .../OBC/ChilledBeams/SetPoints/ZoneTemperature.mo | 4 ++-- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo index 1d443b775b2..ee0e5d36325 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo @@ -208,7 +208,7 @@ protected parameter Integer pumInd[nPum]={i for i in 1:nPum} "Pump index, {1,2,...,n}"; - Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi[nPum] + Buildings.Controls.OBC.CDL.Logical.Switch logSwi[nPum] "Logical switch for enabling and disabling complete pump system with lead pump" annotation (Placement(transformation(extent={{180,-10},{200,10}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo index 69080a9fb69..7af1075e900 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo @@ -51,11 +51,11 @@ protected "Check last lag pump" annotation (Placement(transformation(extent={{-60,-90},{-40,-70}}))); - Buildings.Controls.OBC.CDL.Logical.LogicalSwitch nexLagPumSta[nPum] + Buildings.Controls.OBC.CDL.Logical.Switch nexLagPumSta[nPum] "Next lag pump status" annotation (Placement(transformation(extent={{-20,-50},{0,-30}}))); - Buildings.Controls.OBC.CDL.Logical.LogicalSwitch lasLagPumSta[nPum] + Buildings.Controls.OBC.CDL.Logical.Switch lasLagPumSta[nPum] "Last lag pump status" annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); @@ -67,11 +67,11 @@ protected "Chilled water pump status" annotation (Placement(transformation(extent={{20,-90},{40,-70}}))); - Buildings.Controls.OBC.CDL.Logical.LogicalSwitch remPum[nPum] + Buildings.Controls.OBC.CDL.Logical.Switch remPum[nPum] "Remove pump" annotation (Placement(transformation(extent={{50,-70},{70,-50}}))); - Buildings.Controls.OBC.CDL.Logical.LogicalSwitch addPum[nPum] + Buildings.Controls.OBC.CDL.Logical.Switch addPum[nPum] "Add pump" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 044c1efda00..967125578e3 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -128,7 +128,7 @@ protected "Constant zero" annotation (Placement(transformation(extent={{-20,70},{0,90}}))); - Buildings.Controls.OBC.CDL.Continuous.Division div[nSen] + Buildings.Controls.OBC.CDL.Continuous.Divide div[nSen] "Normalized pressure difference" annotation (Placement(transformation(extent={{0,-90},{20,-70}}))); @@ -137,7 +137,7 @@ protected "Replicate real input" annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi + Buildings.Controls.OBC.CDL.Continuous.Switch swi "Logical switch" annotation (Placement(transformation(extent={{80,90},{100,110}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo index 40b1058e035..d2a53079ddb 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -29,11 +29,11 @@ protected "Switch pump staging to staging-down after 3 pump stage-ups" annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); - Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi + Buildings.Controls.OBC.CDL.Logical.Switch logSwi "Logical switch" annotation (Placement(transformation(extent={{-40,40},{-20,60}}))); - Buildings.Controls.OBC.CDL.Logical.LogicalSwitch logSwi1 + Buildings.Controls.OBC.CDL.Logical.Switch logSwi1 "Logical switch" annotation (Placement(transformation(extent={{-40,10},{-20,30}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index 2130876f325..6967531b3b6 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -74,7 +74,7 @@ block BypassValvePosition iconTransformation(extent={{100,-20},{140,20}}))); protected - Buildings.Controls.OBC.CDL.Logical.Switch swi + Buildings.Controls.OBC.CDL.Continuous.Switch swi "Real switch for regulating bypass valve position once all conditions are satisfied" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); @@ -92,7 +92,7 @@ protected "Regulate bypass valve position only when pump is enabled and at minimum speed" annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi1 + Buildings.Controls.OBC.CDL.Continuous.Switch swi1 "Ensure bypass valve is open when no pumps are enabled and close it when any pump is enabled" annotation (Placement(transformation(extent={{20,40},{40,60}}))); @@ -131,7 +131,7 @@ protected "Offset for maximum dp chilled water" annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); - Buildings.Controls.OBC.CDL.Continuous.Division div + Buildings.Controls.OBC.CDL.Continuous.Divide div "Divide difference by max setpoint to normalize measurement signal" annotation (Placement(transformation(extent={{-30,-60},{-10,-40}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo index bb737745e95..28fb79520b7 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo @@ -99,7 +99,7 @@ block ChilledWaterSupplyReset annotation (Placement(transformation(extent={{100,-80},{140,-40}}))); protected - Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi + Buildings.Controls.OBC.CDL.Integers.Switch intSwi "Send zero requests if condensation is detected in the zone. Else send requests generated from valve position" annotation (Placement(transformation(extent={{70,-70},{90,-50}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo index 943bc8cc698..dc1a236328e 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo @@ -25,7 +25,7 @@ block OperatingMode "Table defining when occupancy is expected" annotation (Placement(transformation(extent={{-90,-60},{-70,-40}}))); - Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi + Buildings.Controls.OBC.CDL.Integers.Switch intSwi "Pass signal for occupied mode if zone is occupied; Else pass signal for unoccupiedScheduled or unoccupiedUnscheduled" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); @@ -39,7 +39,7 @@ protected "Constant integer for occupied mode" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); - Buildings.Controls.OBC.CDL.Logical.IntegerSwitch intSwi1 + Buildings.Controls.OBC.CDL.Integers.Switch intSwi1 "Pass signal for unoccupiedScheduled if schedule indicates non-occupancy; Else pass unoccupiedUnscheduled" annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo index 68e843144a5..bdc4d8de002 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo @@ -226,7 +226,7 @@ protected "Damper control to regulate measured air flowrate at required air flowrate" annotation (Placement(transformation(extent={{0,-40},{20,-20}}))); - Buildings.Controls.OBC.CDL.Continuous.Product pro[3] + Buildings.Controls.OBC.CDL.Continuous.Multiply pro[3] "Product of required volume flow rate for a given mode and the current mode status" annotation (Placement(transformation(extent={{-60,-40},{-40,-20}}))); @@ -256,7 +256,7 @@ protected "Boolean to Real conversion" annotation (Placement(transformation(extent={{50,30},{70,50}}))); - Buildings.Controls.OBC.CDL.Continuous.Product pro1 + Buildings.Controls.OBC.CDL.Continuous.Multiply pro1 "Product to close chilled beam manifold valve due to condensation" annotation (Placement(transformation(extent={{90,30},{110,50}}))); @@ -265,7 +265,7 @@ protected "Zone condensation warning" annotation (Placement(transformation(extent={{50,60},{70,80}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi + Buildings.Controls.OBC.CDL.Continuous.Switch swi "Switch to completely open damper when condensation is detected, and regulate its position otherwise" annotation (Placement(transformation(extent={{80,-40},{100,-20}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo index d601744bc5b..3116850cf2d 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo @@ -74,11 +74,11 @@ protected "Occupied mode signal" annotation (Placement(transformation(extent={{-40,-30},{-20,-10}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi + Buildings.Controls.OBC.CDL.Continuous.Switch swi "Switch for occupied heating setpoint" annotation (Placement(transformation(extent={{40,50},{60,70}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi1 + Buildings.Controls.OBC.CDL.Continuous.Switch swi1 "Switch for occupied cooling setpoint" annotation (Placement(transformation(extent={{40,-70},{60,-50}}))); From 569a650e8a9efc5604db16120109a9bfa6d90408 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 4 Aug 2022 13:24:46 -0700 Subject: [PATCH 038/196] Resolved bug due to CDL updates --- .../Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index 6967531b3b6..c83cc0d0bc0 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -116,8 +116,7 @@ protected "PID controller for regulating differential pressure at or below max pressure setpoint" annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); - Buildings.Controls.OBC.CDL.Continuous.Add subDpChiWatMax( - final k2=-1) + Buildings.Controls.OBC.CDL.Continuous.Subtract subDpChiWatMax "Find error in meaured differential pressure from maximum allowed value" annotation (Placement(transformation(extent={{-60,-50},{-40,-30}}))); From a834fb41530423e451af2e13ee848ed573085da9 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 4 Aug 2022 13:30:22 -0700 Subject: [PATCH 039/196] Fixed bug found during unit tests --- .../Subsequences/Validation/ChangeStatus.mo | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo index d2a53079ddb..b3702babb90 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -46,8 +46,7 @@ protected "Logical Not" annotation (Placement(transformation(extent={{-10,10},{10,30}}))); - Buildings.Controls.OBC.CDL.Integers.Add addInt( - final k1=-1) + Buildings.Controls.OBC.CDL.Integers.Subtract addInt "Generate stage setpoints for staging down processes" annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); @@ -97,12 +96,6 @@ equation connect(addInt.y, chaPumSta.uLasLagPum) annotation (Line(points={{-18,-40},{52, -40},{52,-8},{58,-8}}, color={255,127,0})); - connect(onCouInt.y, addInt.u1) annotation (Line(points={{-86.8,0},{-84,0},{-84, - -34},{-42,-34}}, color={255,127,0})); - - connect(conInt.y, addInt.u2) annotation (Line(points={{-78,-50},{-60,-50},{-60, - -46},{-42,-46}}, color={255,127,0})); - connect(con.y, onCouInt.reset) annotation (Line(points={{-108,80},{-104,80},{-104, -14},{-94,-14},{-94,-7.2}}, color={255,0,255})); @@ -112,6 +105,10 @@ equation connect(chaPumSta.yChiWatPum, pre.u) annotation (Line(points={{82,0},{88,0}}, color={255,0,255})); + connect(conInt.y, addInt.u1) annotation (Line(points={{-78,-50},{-60,-50},{-60, + -34},{-42,-34}}, color={255,127,0})); + connect(onCouInt.y, addInt.u2) annotation (Line(points={{-86.8,0},{-84,0},{-84, + -30},{-50,-30},{-50,-46},{-42,-46}}, color={255,127,0})); annotation ( experiment(StopTime=3600.0, Tolerance=1e-06), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos" From a1acecf41ed5ca766b5a6b7d3808b0c2c7e5d622 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 4 Aug 2022 13:41:32 -0700 Subject: [PATCH 040/196] Updated instance name due to class update. Added parameter display annotation. Changed parameter values in validation model --- .../Subsequences/Validation/ChangeStatus.mo | 8 ++++---- .../ChilledBeams/SetPoints/BypassValvePosition.mo | 14 ++++++++------ .../SetPoints/Validation/BypassValvePosition.mo | 8 +++++--- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo index b3702babb90..7a3b95efb43 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -46,7 +46,7 @@ protected "Logical Not" annotation (Placement(transformation(extent={{-10,10},{10,30}}))); - Buildings.Controls.OBC.CDL.Integers.Subtract addInt + Buildings.Controls.OBC.CDL.Integers.Subtract subInt "Generate stage setpoints for staging down processes" annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); @@ -93,7 +93,7 @@ equation connect(logSwi.y, chaPumSta.uNexLagPumSta) annotation (Line(points={{-18,50},{ 50,50},{50,8},{58,8}}, color={255,0,255})); - connect(addInt.y, chaPumSta.uLasLagPum) annotation (Line(points={{-18,-40},{52, + connect(subInt.y, chaPumSta.uLasLagPum) annotation (Line(points={{-18,-40},{52, -40},{52,-8},{58,-8}}, color={255,127,0})); connect(con.y, onCouInt.reset) annotation (Line(points={{-108,80},{-104,80},{-104, @@ -105,9 +105,9 @@ equation connect(chaPumSta.yChiWatPum, pre.u) annotation (Line(points={{82,0},{88,0}}, color={255,0,255})); - connect(conInt.y, addInt.u1) annotation (Line(points={{-78,-50},{-60,-50},{-60, + connect(conInt.y,subInt. u1) annotation (Line(points={{-78,-50},{-60,-50},{-60, -34},{-42,-34}}, color={255,127,0})); - connect(onCouInt.y, addInt.u2) annotation (Line(points={{-86.8,0},{-84,0},{-84, + connect(onCouInt.y,subInt. u2) annotation (Line(points={{-86.8,0},{-84,0},{-84, -30},{-50,-30},{-50,-46},{-42,-46}}, color={255,127,0})); annotation ( experiment(StopTime=3600.0, Tolerance=1e-06), diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index c83cc0d0bc0..33f409eb8bd 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -23,17 +23,22 @@ block BypassValvePosition final min=1e-6) = 50000 "Maximum allowed differential pressure in the chilled water loop"; + parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller" + annotation(Dialog(group="PID controller parameters")); + parameter Real k( final unit="1", displayUnit="1") = 1 - "Gain of controller"; + "Gain of controller" + annotation(Dialog(group="PID controller parameters")); parameter Real Ti( final unit="s", displayUnit="s", final quantity="Time") = 0.5 "Time constant of integrator block" - annotation(Dialog(enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); + annotation(Dialog(group="PID controller parameters", enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PI or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); parameter Real Td( final unit="s", @@ -41,10 +46,7 @@ block BypassValvePosition final quantity="Time", final min=0)=0.1 "Time constant of derivative block" - annotation(Dialog(enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); - - parameter Buildings.Controls.OBC.CDL.Types.SimpleController controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PI - "Type of controller"; + annotation(Dialog(group="PID controller parameters", enable = controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PD or controllerType == Buildings.Controls.OBC.CDL.Types.SimpleController.PID)); Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] "Pump proven On signal" diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo index dc1d35c4f87..f5db2254419 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo @@ -3,7 +3,9 @@ model BypassValvePosition "Validate bypass valve position setpoint controller" Buildings.Controls.OBC.ChilledBeams.SetPoints.BypassValvePosition - bypValPos + bypValPos( + final k=10, + final Ti=0.001) "Bypass valve position setpoint controller" annotation (Placement(transformation(extent={{0,-10},{20,10}}))); @@ -31,13 +33,13 @@ protected equation connect(booPul.y, bypValPos.uPumSta) annotation (Line(points={{-58,40},{-20,40}, - {-20,5},{-2,5}}, color={255,0,255})); + {-20,4},{-2,4}}, color={255,0,255})); connect(pul.y, bypValPos.uPumSpe) annotation (Line(points={{-58,0},{-2,0}}, color={0,0,127})); connect(sin.y, bypValPos.dpChiWatLoo) annotation (Line(points={{-58,-40},{-20, - -40},{-20,-5},{-2,-5}}, color={0,0,127})); + -40},{-20,-4},{-2,-4}}, color={0,0,127})); annotation ( experiment( From 927b19bdd274dc205782fb0fa76605337e3aedff Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Aug 2022 20:47:46 +0000 Subject: [PATCH 041/196] Updated unit test results --- ..._ChilledBeams_SetPoints_Validation_BypassValvePosition.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt index 80f575119a5..7f831323938 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt @@ -1,4 +1,4 @@ -last-generated=2021-09-15 +last-generated=2022-08-04 statistics-simulation= { "linear": " ", @@ -11,4 +11,4 @@ bypValPos.uPumSta[1]=[0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e bypValPos.uPumSpe=[1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01] bypValPos.dpChiWatLoo=[4.5e+04, 4.937115625e+04, 5.28628828125e+04, 5.47726796875e+04, 5.471631640625e+04, 5.27051328125e+04, 4.914375390625e+04, 4.474869921875e+04, 4.0404203125e+04, 3.698433203125e+04, 3.517712890625e+04, 3.534618359375e+04, 3.7457484375e+04, 4.108626171875e+04, 4.550244140625001e+04, 4.981753515625e+04, 5.3163390625e+04, 5.4866859375e+04, 5.458521875e+04, 5.23751328125e+04, 4.868124609375e+04, 4.424673046875e+04, 3.996376953125e+04, 3.66940390625e+04, 3.509538671875e+04, 3.548943359375e+04, 3.779691015625e+04, 4.155357031250001e+04, 4.600361718750001e+04, 5.025174609375e+04, 5.344327734375e+04, 5.493611328125e+04, 5.442990625e+04, 5.20265e+04, 4.82094375e+04, 4.374666796875e+04, 3.95360546875e+04, 3.6424734375e+04, 3.50386640625e+04, 3.56567109375e+04, 3.815452734375e+04, 4.20295859375e+04, 4.65022578125e+04, 5.067269140625e+04, 5.37018359375e+04, 5.4980265625e+04, 5.42507734375e+04, 5.16601171875e+04, 4.772951953125e+04, 4.324976953125e+04, 3.91221484375e+04, 3.61770859375e+04, 3.500710546875e+04, 3.584758984375e+04, 3.852944140625002e+04, 4.251310156250003e+04, 4.699710156250003e+04, 5.10793046875e+04, 5.39384140625e+04, 5.49992109375e+04, 5.404826953125e+04, 5.12769140625e+04, 4.724270703125e+04, 4.275729296875e+04, 3.87230859375e+04, 3.595173046875e+04, 3.50007890625e+04, 3.60615859375e+04, 3.89206953125e+04, 4.30028984375e+04, 4.74868984375e+04, 5.147055859375e+04, 5.415241015625e+04, 5.499289453125e+04, 5.38229140625e+04, 5.08778515625e+04, 4.675023046875e+04, 4.227048046875e+04, 3.83398828125e+04, 3.57492265625e+04, 3.5019734375e+04, 3.62981640625e+04, 3.932730859375e+04, 4.34977421875e+04, 4.79704140625e+04, 5.184547265625e+04, 5.43432890625e+04, 5.49613359375e+04, 5.3575265625e+04, 5.04639453125e+04, 4.625333203125e+04, 4.17905625e+04, 3.79735e+04, 3.557009375e+04, 3.506388671875e+04, 3.655672265625e+04, 3.974825390625e+04, 4.39963828125e+04, 4.84464296875e+04, 5.220308984375e+04, 5.451056640625e+04] bypValPos.dPChiWatMax=[5e+04, 5e+04] -bypValPos.yBypValPos=[1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 3.654317259788513e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.904142379760742e-01, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +bypValPos.yBypValPos=[1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.630208909511566e-01, 1e+00, 1e+00, 1e+00, 9.391704797744751e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.610247820615768e-02, 9.349860548973083e-01, 1e+00, 1e+00, 1e+00, 6.481310725212097e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] From 726bae66dbbe25740e9d0e15f9eafcf59e51afd2 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 8 Aug 2022 13:59:47 -0700 Subject: [PATCH 042/196] Corrected capitalization of VDes in comments --- .../ChilledBeams/SetPoints/ZoneRegulation.mo | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo index bdc4d8de002..cd55f127e11 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo @@ -407,7 +407,7 @@ annotation (defaultComponentName="zonRegCon", Diagram(coordinateSystem(extent={{-140,-180},{140,180}})), Documentation(info="

                                                  -Zone temperature regulation controller for terminal box of CAV DOAS system with +Zone temperature regulation controller for terminal box of CAV DOAS system with reheat and chilled beam mainfold valves. It outputs damper position yDam, reheat signal yReh, and chilled water manifold control valve position yVal. @@ -419,9 +419,9 @@ Each signal is calculated as follows. Reheat signal

                                                  • -The CAV reheat signal yReh is generated using a PI-controller to -maintain the measured zone temperature TZon at or above the zone heating -setpoint TZonHeaSet from +The CAV reheat signal yReh is generated using a PI-controller to +maintain the measured zone temperature TZon at or above the zone heating +setpoint TZonHeaSet from Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneTemperature.
                                                  • @@ -436,18 +436,18 @@ mode signal uOpeMod.
                                                  • When the operating mode is occupied, yDam is adjusted -to supply air at volume flow rate Vdes_occ. +to supply air at volume flow rate VDes_occ.
                                                  • When the operating mode is unoccupiedUnscheduled, yDam -is adjusted to supply air at volume flow rate Vdes_unoccUnsch. +is adjusted to supply air at volume flow rate VDes_unoccUnsch.
                                                  • When the operating mode is unoccupiedScheduled, yDam -is adjusted to supply air at volume flow rate Vdes_unoccSch. +is adjusted to supply air at volume flow rate VDes_unoccSch.
                                                  • -When a continuous signal is received from the condensation sensor in the zone +When a continuous signal is received from the condensation sensor in the zone uConSen for time conSenOnThr, yDam is set to fully open.
                                                  • @@ -457,9 +457,9 @@ to fully open. Chilled beam control valve position
                                                    • -The chilled beam control valve position yVal is adjusted using a +The chilled beam control valve position yVal is adjusted using a PI-controller to regulate TZon at or below the zone cooling setpoint -TZonCooSet from +TZonCooSet from Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneTemperature.
                                                    • From 4d37da20561af6bca9af1b336fc6d4dcf7be87da Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 8 Aug 2022 14:17:03 -0700 Subject: [PATCH 043/196] Added labels to connectors --- .../Subsequences/ChangeStatus.mo | 42 +++++++++++--- .../Subsequences/EnableLag_pumpSpeed.mo | 19 +++++- .../SecondaryPumps/Subsequences/EnableLead.mo | 10 +++- .../Subsequences/Speed_remoteDp.mo | 58 +++++++++++++------ 4 files changed, 98 insertions(+), 31 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo index 7af1075e900..f23ab5e25f2 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo @@ -15,7 +15,8 @@ block ChangeStatus Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uLasLagPumSta "Status of last lag pump" - annotation (Placement(transformation(extent={{-140,30},{-100,70}}))); + annotation (Placement(transformation(extent={{-140,20},{-100,60}}), + iconTransformation(extent={{-140,20},{-100,60}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uNexLagPum "Index of next lag pump" @@ -27,7 +28,8 @@ block ChangeStatus Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiWatPum[nPum] "Chilled water pump status" - annotation (Placement(transformation(extent={{100,-20},{140,20}}))); + annotation (Placement(transformation(extent={{100,-20},{140,20}}), + iconTransformation(extent={{100,-20},{140,20}}))); protected parameter Integer pumInd[nPum]={i for i in 1:nPum} @@ -41,7 +43,7 @@ protected Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep2( final nout=nPum) "Replicate boolean input" - annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + annotation (Placement(transformation(extent={{-60,30},{-40,50}}))); Buildings.Controls.OBC.CDL.Integers.Equal intEqu2[nPum] "Check next lag pump" @@ -101,7 +103,7 @@ equation annotation (Line(points={{-120,80},{-82,80}}, color={255,0,255})); connect(uLasLagPumSta, booRep2.u) - annotation (Line(points={{-120,50},{-82,50}}, color={255,0,255})); + annotation (Line(points={{-120,40},{-62,40}}, color={255,0,255})); connect(intRep.y, intEqu2.u1) annotation (Line(points={{-68,-40},{-62,-40}}, color={255,127,0})); @@ -115,7 +117,7 @@ equation connect(uLasLagPum, intRep1.u) annotation (Line(points={{-120,-80},{-92,-80}}, color={255,127,0})); - connect(booRep2.y, lasLagPumSta.u1) annotation (Line(points={{-58,50},{-36,50}, + connect(booRep2.y, lasLagPumSta.u1) annotation (Line(points={{-38,40},{-36,40}, {-36,-72},{-22,-72}}, color={255,0,255})); connect(booRep1.y, nexLagPumSta.u1) annotation (Line(points={{-58,80},{-24,80}, @@ -149,7 +151,7 @@ equation connect(pumSta.y, remPum.u3) annotation (Line(points={{42,-80},{46,-80},{46,-68}, {48,-68}}, color={255,0,255})); - connect(booRep2.y, remPum.u2) annotation (Line(points={{-58,50},{-36,50},{-36, + connect(booRep2.y, remPum.u2) annotation (Line(points={{-38,40},{-36,40},{-36, -60},{48,-60}}, color={255,0,255})); connect(booRep1.y, addPum.u2) annotation (Line(points={{-58,80},{50,80},{50,0}, @@ -170,7 +172,7 @@ equation annotation ( defaultComponentName="chaSta", Icon(coordinateSystem(preserveAspectRatio=false, - extent={{-100,-100},{120,100}}), + extent={{-100,-100},{100,100}}), graphics={ Rectangle( extent={{-100,-100},{100,100}}, @@ -180,7 +182,31 @@ annotation ( Text( extent={{-100,150},{100,110}}, lineColor={0,0,255}, - textString="%name")}), + textString="%name"), + Text( + extent={{42,12},{96,-12}}, + textColor={255,85,255}, + textString="yChiWatPum"), + Text( + extent={{-92,92},{-38,68}}, + textColor={255,85,255}, + textString="uNexLagPumSta"), + Text( + extent={{-90,52},{-36,28}}, + textColor={255,85,255}, + textString="uLasLagPumSta"), + Text( + extent={{-90,12},{-36,-12}}, + textColor={255,85,255}, + textString="uChiWatPum"), + Text( + extent={{-90,-28},{-36,-52}}, + textColor={244,125,35}, + textString="uNexLagPum"), + Text( + extent={{-88,-68},{-34,-92}}, + textColor={244,125,35}, + textString="uLasLagPum")}), Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), Documentation(info="

                                                      diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo index b5c5c0d084a..985f669c016 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo @@ -50,7 +50,7 @@ block EnableLag_pumpSpeed Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yUp "Next lag pump status" - annotation (Placement(transformation(extent={{140,10},{180,50}}), + annotation (Placement(transformation(extent={{140,50},{180,90}}), iconTransformation(extent={{100,20},{140,60}}))); Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yDown @@ -171,7 +171,8 @@ equation -80,86},{-80,60},{-72,60}}, color={255,0,255})); connect(or2.y, yUp) - annotation (Line(points={{122,30},{160,30}}, color={255,0,255})); + annotation (Line(points={{122,30},{130,30},{130,70},{160,70}}, + color={255,0,255})); connect(edg1.y, not2.u) annotation (Line(points={{62,-40},{68,-40}}, @@ -237,7 +238,19 @@ annotation ( Text( extent={{-100,150},{100,110}}, lineColor={0,0,255}, - textString="%name")}), + textString="%name"), + Text( + extent={{-94,16},{-60,-12}}, + textColor={0,0,127}, + textString="uPumSpe"), + Text( + extent={{68,54},{92,30}}, + textColor={255,85,255}, + textString="yUp"), + Text( + extent={{70,-26},{94,-50}}, + textColor={255,85,255}, + textString="yDown")}), Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-140,-160},{140,160}})), Documentation(info="

                                                      diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo index f5728c6ad0d..d99ebca24b1 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo @@ -104,7 +104,15 @@ annotation ( Text( extent={{-100,150},{100,110}}, lineColor={0,0,255}, - textString="%name")}), + textString="%name"), + Text( + extent={{-92,14},{-58,-14}}, + textColor={0,0,127}, + textString="uValPos"), + Text( + extent={{66,12},{90,-12}}, + textColor={255,85,255}, + textString="yLea")}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(info="

                                                      diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 967125578e3..5569f543fc6 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -41,7 +41,7 @@ block Speed_remoteDp Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] "Chilled water pump status" - annotation (Placement(transformation(extent={{-160,-20},{-120,20}}), + annotation (Placement(transformation(extent={{-160,80},{-120,120}}), iconTransformation(extent={{-140,60},{-100,100}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWat[nSen]( @@ -49,7 +49,7 @@ block Speed_remoteDp displayUnit=fill("Pa", nSen), final quantity=fill("PressureDifference", nSen)) "Chilled water differential static pressure" - annotation (Placement(transformation(extent={{-160,-80},{-120,-40}}), + annotation (Placement(transformation(extent={{-160,-20},{-120,20}}), iconTransformation(extent={{-140,-20},{-100,20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatSet( @@ -66,7 +66,7 @@ block Speed_remoteDp final unit="1", displayUnit="1") "Chilled water pump speed" - annotation (Placement(transformation(extent={{120,80},{160,120}}), + annotation (Placement(transformation(extent={{120,-20},{160,20}}), iconTransformation(extent={{100,-20},{140,20}}))); Buildings.Controls.OBC.CDL.Continuous.MultiMax maxLoo( @@ -97,7 +97,7 @@ protected Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( final nin=nPum) "Check if any chilled water pumps are enabled" - annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep( final nout=nSen) @@ -130,7 +130,7 @@ protected Buildings.Controls.OBC.CDL.Continuous.Divide div[nSen] "Normalized pressure difference" - annotation (Placement(transformation(extent={{0,-90},{20,-70}}))); + annotation (Placement(transformation(extent={{0,-80},{20,-60}}))); Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep1( final nout=nSen) @@ -148,7 +148,7 @@ protected Buildings.Controls.OBC.CDL.Continuous.Sources.Constant smaPre(final k(final unit="Pa")=1E-6) "Constant for small pressure, used to avoid division by zero" annotation (Placement(transformation(extent={{-114,-90},{-94,-70}}))); - + equation connect(zer.y, pumSpe.x1) @@ -168,7 +168,8 @@ equation color={0,0,127})); connect(dpChiWat, div.u1) - annotation (Line(points={{-140,-60},{-8,-60},{-8,-74},{-2,-74}}, + annotation (Line(points={{-140,0},{-110,0},{-110,-20},{-80,-20},{-80,-64},{ + -2,-64}}, color={0,0,127})); connect(one.y, reaRep1.u) @@ -180,14 +181,17 @@ equation color={0,0,127})); connect(swi.y,yChiWatPumSpe) - annotation (Line(points={{102,100},{140,100}}, color={0,0,127})); - - connect(uChiWatPum, mulOr.u[1:nPum]) annotation (Line(points={{-140,0},{-122,0},{ - -122,0},{-102,0}}, color={255,0,255})); - connect(mulOr.y, swi.u2) annotation (Line(points={{-78,0},{-50,0},{-50,100},{78, - 100}}, color={255,0,255})); - connect(mulOr.y, edg.u) annotation (Line(points={{-78,0},{-50,0},{-50,-40},{-42, - -40}}, color={255,0,255})); + annotation (Line(points={{102,100},{110,100},{110,0},{140,0}}, + color={0,0,127})); + + connect(uChiWatPum, mulOr.u[1:nPum]) annotation (Line(points={{-140,100},{-90, + 100},{-90,0},{-82,0}}, color={255,0,255})); + connect(mulOr.y, swi.u2) annotation (Line(points={{-58,0},{-50,0},{-50,100},{ + 78,100}}, + color={255,0,255})); + connect(mulOr.y, edg.u) annotation (Line(points={{-58,0},{-50,0},{-50,-40},{ + -42,-40}}, + color={255,0,255})); connect(edg.y, booRep.u) annotation (Line(points={{-18,-40},{-12,-40}}, color={255,0,255})); connect(booRep.y, conPID.trigger) @@ -195,13 +199,13 @@ equation connect(reaRep1.y, conPID.u_s) annotation (Line(points={{2,0},{18,0}}, color={0,0,127})); connect(div.y, conPID.u_m) - annotation (Line(points={{22,-80},{30,-80},{30,-12}},color={0,0,127})); + annotation (Line(points={{22,-70},{30,-70},{30,-12}},color={0,0,127})); connect(conPID.y, maxLoo.u[1:nSen]) annotation (Line(points={{42,0},{50,0},{50,0},{58,0}}, color={0,0,127})); connect(pumSpe_max.y, swi.u3) annotation (Line(points={{2,40},{10,40},{10,92}, {78,92}}, color={0,0,127})); - connect(reaRep.y, div.u2) annotation (Line(points={{-18,-90},{-10,-90},{-10,-86}, - {-2,-86}}, color={0,0,127})); + connect(reaRep.y, div.u2) annotation (Line(points={{-18,-90},{-10,-90},{-10, + -76},{-2,-76}}, color={0,0,127})); connect(addSmaPre.y, reaRep.u) annotation (Line(points={{-50,-90},{-42,-90}}, color={0,0,127})); connect(addSmaPre.u1, smaPre.y) annotation (Line(points={{-74,-84},{-84,-84},{ @@ -220,7 +224,23 @@ annotation ( Text( extent={{-100,150},{100,110}}, lineColor={0,0,255}, - textString="%name")}), + textString="%name"), + Text( + extent={{-92,14},{-58,-14}}, + textColor={0,0,127}, + textString="dpChiWat"), + Text( + extent={{-92,-66},{-58,-94}}, + textColor={0,0,127}, + textString="dpChiWatSet"), + Text( + extent={{-92,100},{-46,58}}, + textColor={255,85,255}, + textString="uChiWatPum"), + Text( + extent={{44,18},{92,-16}}, + textColor={0,0,127}, + textString="yChiWatPum")}), Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-120,-120},{120,120}})), Documentation(info="

                                                      From 003a28a75e9fa5c45cfa8fe437e8341460b95b9d Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 8 Aug 2022 14:25:49 -0700 Subject: [PATCH 044/196] Set small value to 1 Pa to guard against measurement noise --- .../Subsequences/Speed_remoteDp.mo | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 5569f543fc6..862b10067fb 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -130,7 +130,7 @@ protected Buildings.Controls.OBC.CDL.Continuous.Divide div[nSen] "Normalized pressure difference" - annotation (Placement(transformation(extent={{0,-80},{20,-60}}))); + annotation (Placement(transformation(extent={{0,-76},{20,-56}}))); Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaRep1( final nout=nSen) @@ -145,9 +145,10 @@ protected "Ensure zero setpoint does not cause division by zero" annotation (Placement(transformation(extent={{-72,-100},{-52,-80}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant smaPre(final k(final unit="Pa")=1E-6) - "Constant for small pressure, used to avoid division by zero" - annotation (Placement(transformation(extent={{-114,-90},{-94,-70}}))); + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant smaPre(final k(final + unit="Pa") = 1) + "Constant for small pressure, used to avoid division by zero. Set to 1 Pa as default as set point is usually in the order of 1 kPa" + annotation (Placement(transformation(extent={{-110,-94},{-90,-74}}))); equation @@ -168,8 +169,7 @@ equation color={0,0,127})); connect(dpChiWat, div.u1) - annotation (Line(points={{-140,0},{-110,0},{-110,-20},{-80,-20},{-80,-64},{ - -2,-64}}, + annotation (Line(points={{-140,0},{-100,0},{-100,-60},{-2,-60}}, color={0,0,127})); connect(one.y, reaRep1.u) @@ -199,17 +199,17 @@ equation connect(reaRep1.y, conPID.u_s) annotation (Line(points={{2,0},{18,0}}, color={0,0,127})); connect(div.y, conPID.u_m) - annotation (Line(points={{22,-70},{30,-70},{30,-12}},color={0,0,127})); + annotation (Line(points={{22,-66},{30,-66},{30,-12}},color={0,0,127})); connect(conPID.y, maxLoo.u[1:nSen]) annotation (Line(points={{42,0},{50,0},{50,0},{58,0}}, color={0,0,127})); connect(pumSpe_max.y, swi.u3) annotation (Line(points={{2,40},{10,40},{10,92}, {78,92}}, color={0,0,127})); connect(reaRep.y, div.u2) annotation (Line(points={{-18,-90},{-10,-90},{-10, - -76},{-2,-76}}, color={0,0,127})); + -72},{-2,-72}}, color={0,0,127})); connect(addSmaPre.y, reaRep.u) annotation (Line(points={{-50,-90},{-42,-90}}, color={0,0,127})); - connect(addSmaPre.u1, smaPre.y) annotation (Line(points={{-74,-84},{-84,-84},{ - -84,-80},{-92,-80}}, color={0,0,127})); + connect(addSmaPre.u1, smaPre.y) annotation (Line(points={{-74,-84},{-88,-84}}, + color={0,0,127})); connect(addSmaPre.u2, dpChiWatSet) annotation (Line(points={{-74,-96},{-84,-96}, {-84,-100},{-140,-100}}, color={0,0,127})); annotation ( From 7e2b32cf4dd912979561e5f81c4df153f15d18c7 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 8 Aug 2022 14:57:08 -0700 Subject: [PATCH 045/196] Changed guard of division against zero --- .../Subsequences/Speed_remoteDp.mo | 38 +++++++++---------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 862b10067fb..6acb03f7fca 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -141,14 +141,14 @@ protected "Logical switch" annotation (Placement(transformation(extent={{80,90},{100,110}}))); - Buildings.Controls.OBC.CDL.Continuous.Add addSmaPre + Buildings.Controls.OBC.CDL.Continuous.Max guaDivZer "Ensure zero setpoint does not cause division by zero" - annotation (Placement(transformation(extent={{-72,-100},{-52,-80}}))); + annotation (Placement(transformation(extent={{-70,-100},{-50,-80}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant smaPre(final k(final - unit="Pa") = 1) + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant smaPre( + final k(final unit="Pa") = 1) "Constant for small pressure, used to avoid division by zero. Set to 1 Pa as default as set point is usually in the order of 1 kPa" - annotation (Placement(transformation(extent={{-110,-94},{-90,-74}}))); + annotation (Placement(transformation(extent={{-110,-90},{-90,-70}}))); equation @@ -186,12 +186,10 @@ equation connect(uChiWatPum, mulOr.u[1:nPum]) annotation (Line(points={{-140,100},{-90, 100},{-90,0},{-82,0}}, color={255,0,255})); - connect(mulOr.y, swi.u2) annotation (Line(points={{-58,0},{-50,0},{-50,100},{ - 78,100}}, - color={255,0,255})); - connect(mulOr.y, edg.u) annotation (Line(points={{-58,0},{-50,0},{-50,-40},{ - -42,-40}}, - color={255,0,255})); + connect(mulOr.y, swi.u2) annotation (Line(points={{-58,0},{-50,0},{-50,100},{78, + 100}}, color={255,0,255})); + connect(mulOr.y, edg.u) annotation (Line(points={{-58,0},{-50,0},{-50,-40},{-42, + -40}}, color={255,0,255})); connect(edg.y, booRep.u) annotation (Line(points={{-18,-40},{-12,-40}}, color={255,0,255})); connect(booRep.y, conPID.trigger) @@ -204,13 +202,13 @@ equation annotation (Line(points={{42,0},{50,0},{50,0},{58,0}}, color={0,0,127})); connect(pumSpe_max.y, swi.u3) annotation (Line(points={{2,40},{10,40},{10,92}, {78,92}}, color={0,0,127})); - connect(reaRep.y, div.u2) annotation (Line(points={{-18,-90},{-10,-90},{-10, - -72},{-2,-72}}, color={0,0,127})); - connect(addSmaPre.y, reaRep.u) - annotation (Line(points={{-50,-90},{-42,-90}}, color={0,0,127})); - connect(addSmaPre.u1, smaPre.y) annotation (Line(points={{-74,-84},{-88,-84}}, - color={0,0,127})); - connect(addSmaPre.u2, dpChiWatSet) annotation (Line(points={{-74,-96},{-84,-96}, + connect(reaRep.y, div.u2) annotation (Line(points={{-18,-90},{-10,-90},{-10,-72}, + {-2,-72}}, color={0,0,127})); + connect(guaDivZer.y, reaRep.u) + annotation (Line(points={{-48,-90},{-42,-90}}, color={0,0,127})); + connect(guaDivZer.u1, smaPre.y) annotation (Line(points={{-72,-84},{-82,-84},{ + -82,-80},{-88,-80}}, color={0,0,127})); + connect(guaDivZer.u2, dpChiWatSet) annotation (Line(points={{-72,-96},{-84,-96}, {-84,-100},{-140,-100}}, color={0,0,127})); annotation ( defaultComponentName="chiPumSpe", @@ -254,8 +252,8 @@ When any chilled water pump is proven on, uChiWatPum = true, pump speed will be controlled by a reverse acting PID loop maintaining the differential pressure signal at a setpoint dpChiWatSet. All pumps receive the same speed signal. PID loop output shall be mapped from minimum -pump speed (minPumSpe) at 0% to maximum pump speed -(maxPumSpe) at 100%. +pump speed minPumSpe at 0% to maximum pump speed +maxPumSpe at 100%.

                                                    • Where multiple differential pressure sensors exist, a PID loop shall run for From d23d288ef59480b85e97c1042dc0cf1e4f48d0ca Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 8 Aug 2022 15:07:30 -0700 Subject: [PATCH 046/196] Set minimum attribute and removed default parameter value --- .../ChilledBeams/SecondaryPumps/Controller.mo | 38 ++++++++++--------- .../Subsequences/ChangeStatus.mo | 20 ++++++---- .../Subsequences/EnableLag_pumpSpeed.mo | 14 +++---- .../SecondaryPumps/Subsequences/EnableLead.mo | 20 ++++++---- .../Subsequences/Speed_remoteDp.mo | 8 +++- .../SecondaryPumps/Validation/Controller.mo | 1 + .../ChilledBeams/SecondaryPumps/package.mo | 2 +- 7 files changed, 60 insertions(+), 43 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo index ee0e5d36325..7b72cdac51e 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo @@ -2,11 +2,11 @@ within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps; block Controller "Controller for chilled water pumps in chilled beam systems" - parameter Integer nPum = 2 + parameter Integer nPum(min=1) "Total number of chilled water pumps" annotation (Dialog(group="System parameters")); - parameter Integer nVal = 3 + parameter Integer nVal(min=1) "Total number of chilled water control valves on chilled beams" annotation (Dialog(group="System parameters")); @@ -376,25 +376,27 @@ equation annotation (Line(points={{-178,-120},{-70,-120},{-70,-112}}, color={255,127,0})); connect(reaToInt.y, chaPumSta1.uNexLagPum) annotation (Line(points={{2,170},{46, - 170},{46,74},{56,74}}, color={255,127,0})); + 170},{46,74},{55.8,74}}, color={255,127,0})); connect(reaToInt.y, chaPumSta1.uLasLagPum) annotation (Line(points={{2,170},{46, - 170},{46,70},{56,70}}, color={255,127,0})); + 170},{46,70},{55.8,70}}, color={255,127,0})); - connect(enaLeaPum.yLea, chaPumSta1.uNexLagPumSta) annotation (Line(points={{-178, - 80},{-62,80},{-62,86},{56,86}}, color={255,0,255})); + connect(enaLeaPum.yLea, chaPumSta1.uNexLagPumSta) annotation (Line(points={{-178,80}, + {-62,80},{-62,86},{55.8,86}}, color={255,0,255})); - connect(enaLeaPum.yLea, chaPumSta1.uLasLagPumSta) annotation (Line(points={{-178, - 80},{36,80},{36,83},{56,83}}, color={255,0,255})); + connect(enaLeaPum.yLea, chaPumSta1.uLasLagPumSta) annotation (Line(points={{-178,80}, + {36,80},{36,82},{55.8,82}}, color={255,0,255})); connect(uniDel.y, enaLagSecPum.uPumSpe) annotation (Line(points={{-178,38},{-122,38}}, color={0,0,127})); connect(reaToInt1.y, chaPumSta4.uNexLagPum) annotation (Line(points={{14,-50}, - {32,-50},{32,-4},{120,-4}},color={255,127,0})); + {32,-50},{32,-4},{119.8,-4}}, + color={255,127,0})); connect(reaToInt2.y, chaPumSta4.uLasLagPum) annotation (Line(points={{14,-100}, - {38,-100},{38,-8},{120,-8}},color={255,127,0})); + {38,-100},{38,-8},{119.8,-8}}, + color={255,127,0})); connect(nexLagPum.y, reaToInt1.u) annotation (Line(points={{-58,-50},{-10,-50}}, color={0,0,127})); @@ -421,19 +423,20 @@ equation {-48,2},{-22,2}}, color={255,0,255})); connect(and1.y, chaPumSta4.uNexLagPumSta) annotation (Line(points={{-8,42},{28, - 42},{28,8},{120,8}}, color={255,0,255})); + 42},{28,8},{119.8,8}},color={255,0,255})); connect(or3.y, chaPumSta4.uLasLagPumSta) annotation (Line(points={{2,2},{20,2}, - {20,5},{120,5}}, color={255,0,255})); + {20,4},{119.8,4}},color={255,0,255})); connect(uValPos, enaLeaPum.uValPos) annotation (Line(points={{-300,80},{-202,80}}, color={0,0,127})); connect(uChiWatPum, chaPumSta1.uChiWatPum) annotation (Line(points={{-300,130}, - {-260,130},{-260,100},{42,100},{42,78},{56,78}}, color={255,0,255})); + {-260,130},{-260,100},{42,100},{42,78},{55.8,78}}, + color={255,0,255})); - connect(chaPumSta1.yChiWatPum, chaPumSta4.uChiWatPum) annotation (Line(points= - {{80,78},{100,78},{100,0},{120,0}}, color={255,0,255})); + connect(chaPumSta1.yChiWatPum, chaPumSta4.uChiWatPum) annotation (Line(points={{82.2,78}, + {100,78},{100,0},{119.8,0}}, color={255,0,255})); connect(uChiWatPum, pumSpeRemDp.uChiWatPum) annotation (Line(points={{-300,130}, {-260,130},{-260,-182},{-22,-182}}, color={255,0,255})); @@ -453,8 +456,9 @@ equation connect(con.y, logSwi.u3) annotation (Line(points={{144,-30},{162,-30},{162,-8}, {178,-8}}, color={255,0,255})); - connect(chaPumSta4.yChiWatPum, logSwi.u1) annotation (Line(points={{144,0},{162, - 0},{162,8},{178,8}}, color={255,0,255})); + connect(chaPumSta4.yChiWatPum, logSwi.u1) annotation (Line(points={{146.2,0},{ + 162,0},{162,8},{178,8}}, + color={255,0,255})); connect(booRep.y, logSwi.u2) annotation (Line(points={{140,96},{170,96},{170,0}, {178,0}}, color={255,0,255})); diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo index f23ab5e25f2..48bb9de1d8a 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/ChangeStatus.mo @@ -2,7 +2,7 @@ within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences; block ChangeStatus "Sequence to change pump status" - parameter Integer nPum = 2 + parameter Integer nPum(min=1) "Total number of pumps"; Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uChiWatPum[nPum] @@ -227,11 +227,15 @@ annotation (

                                                ", revisions=" -
                                                  -
                                                • - August 19, 2020, by Karthik Devaprasad:
                                                  - First implementation. -
                                                • -
                                                - ")); +
                                                  +
                                                • +August 8, 2022, by Michael Wetter:
                                                  +Set minimum attribute for parameter, and removed default value. +
                                                • +
                                                • +August 19, 2020, by Karthik Devaprasad:
                                                  +First implementation. +
                                                • +
                                                +")); end ChangeStatus; diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo index 985f669c016..a30fb7c84aa 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo @@ -270,11 +270,11 @@ annotation (

                                              ", revisions=" -
                                                -
                                              • - June 8, 2021, by Karthik Devaprasad:
                                                - First implementation. -
                                              • -
                                              - ")); +
                                                +
                                              • +June 8, 2021, by Karthik Devaprasad:
                                                +First implementation. +
                                              • +
                                              +")); end EnableLag_pumpSpeed; diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo index d99ebca24b1..fde392e1db3 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo @@ -2,7 +2,7 @@ within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences; block EnableLead "Sequence to enable or disable the lead pump of chilled beam systems" - parameter Integer nVal = 3 + parameter Integer nVal(min=1) "Number of chilled water control valves on chilled beam manifolds"; parameter Real valPosClo( @@ -128,11 +128,15 @@ annotation ( time.
                                            • ", revisions=" -
                                                -
                                              • - June 07, 2021, by Karthik Devaprasad:
                                                - First implementation. -
                                              • -
                                              - ")); +
                                                +
                                              • +August 8, 2022, by Michael Wetter:
                                                +Set minimum attribute for parameter, and removed default value. +
                                              • +
                                              • +June 07, 2021, by Karthik Devaprasad:
                                                +First implementation. +
                                              • +
                                              +")); end EnableLead; diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 6acb03f7fca..ec051c6ff06 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -2,10 +2,10 @@ within Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences; block Speed_remoteDp "Pump speed control for chilled beam systems where the remote DP sensor(s) is hardwired to the controller" - parameter Integer nSen = 2 + parameter Integer nSen(min=1) "Total number of remote differential pressure sensors"; - parameter Integer nPum = 2 + parameter Integer nPum(min=1) "Total number of chilled water pumps"; parameter Real minPumSpe = 0.1 @@ -264,6 +264,10 @@ of all DP sensor loops. ", revisions="
                                              • +August 8, 2022, by Michael Wetter:
                                                +Set minimum attribute for parameter, and removed default value. +
                                              • +
                                              • June 9, 2021, by Karthik Devaprasad:
                                                First implementation.
                                              • diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo index cd86c14a406..eb8cc434bf6 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo @@ -5,6 +5,7 @@ model Controller Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Controller pumCon( final nPum=2, + nVal=3, final minPumSpe=0.1, final maxPumSpe=1, final k=1, diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/package.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/package.mo index 5e31d95d010..a08d8052f6f 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/package.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/package.mo @@ -26,6 +26,6 @@ This package contains control sequences for chilled water pumps. fillPattern=FillPattern.Solid), Polygon( points={{0,66},{0,-68},{68,0},{0,66}}, lineColor={0,0,0}, - fillColor={255,0,0}, + fillColor={0,0,0}, fillPattern=FillPattern.Solid)})); end SecondaryPumps; From 94a443aee6719201e8abe1f5e4eeac9e417355a9 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 8 Aug 2022 15:10:59 -0700 Subject: [PATCH 047/196] Moved connectors --- .../OBC/ChilledBeams/System/Controller.mo | 50 +++++++++++-------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo index 252e31f2b96..3318b2732c8 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo @@ -280,7 +280,8 @@ block Controller Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] "Pump status from plant" - annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + annotation (Placement(transformation(extent={{-140,40},{-100,80}}), + iconTransformation(extent={{-140,40},{-100,80}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput dPChiWatLoo "Measured chilled water loop differential pressure from remote sensors" @@ -288,11 +289,13 @@ block Controller Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal] "Measured chilled beam manifold control valve position" - annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + annotation (Placement(transformation(extent={{-140,-80},{-100,-40}}), + iconTransformation(extent={{-140,-80},{-100,-40}}))); Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yChiWatPum[nPum] "Chilled water pump enable signal" - annotation (Placement(transformation(extent={{100,20},{140,60}}))); + annotation (Placement(transformation(extent={{100,40},{140,80}}), + iconTransformation(extent={{100,40},{140,80}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yPumSpe "Chilled water pump speed signal" @@ -300,7 +303,8 @@ block Controller Buildings.Controls.OBC.CDL.Interfaces.RealOutput yBypValPos "Bypass valve position signal" - annotation (Placement(transformation(extent={{100,-60},{140,-20}}))); + annotation (Placement(transformation(extent={{100,-80},{140,-40}}), + iconTransformation(extent={{100,-80},{140,-40}}))); Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( final nVal=nVal, @@ -364,36 +368,38 @@ protected Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[nPum]( final k=pumStaOrd) "Chilled water pump staging order" - annotation (Placement(transformation(extent={{-80,50},{-60,70}}))); + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); equation connect(chiWatStaPreSetRes.yStaPreSetPoi, secPumCon.dpChiWatSet) annotation ( Line(points={{-18,-60},{-10,-60},{-10,22},{-2,22}}, color={0,0,127})); - connect(uPumSta, bypValPos.uPumSta) annotation (Line(points={{-120,40},{-50,40}, - {-50,-25},{38,-25}}, + connect(uPumSta, bypValPos.uPumSta) annotation (Line(points={{-120,60},{-50, + 60},{-50,-26},{38,-26}}, color={255,0,255})); - connect(uPumSta, secPumCon.uChiWatPum) annotation (Line(points={{-120,40},{-50, - 40},{-50,34},{-2,34}}, color={255,0,255})); - connect(uPumSta, chiWatStaPreSetRes.uPumSta) annotation (Line(points={{-120,40}, - {-50,40},{-50,-55},{-42,-55}}, color={255,0,255})); - connect(conInt.y, secPumCon.uPumLeaLag) annotation (Line(points={{-58,60},{-40, - 60},{-40,38},{-2,38}}, color={255,127,0})); + connect(uPumSta, secPumCon.uChiWatPum) annotation (Line(points={{-120,60},{ + -50,60},{-50,34},{-2,34}}, color={255,0,255})); + connect(uPumSta, chiWatStaPreSetRes.uPumSta) annotation (Line(points={{-120,60}, + {-50,60},{-50,-55},{-42,-55}}, color={255,0,255})); + connect(conInt.y, secPumCon.uPumLeaLag) annotation (Line(points={{-58,80},{ + -40,80},{-40,38},{-2,38}}, color={255,127,0})); connect(secPumCon.yPumSpe, bypValPos.uPumSpe) annotation (Line(points={{22,28}, {30,28},{30,-30},{38,-30}}, color={0,0,127})); connect(dPChiWatLoo, bypValPos.dpChiWatLoo) annotation (Line(points={{-120,0}, - {-90,0},{-90,-35},{38,-35}},color={0,0,127})); - connect(uValPos, secPumCon.uValPos) annotation (Line(points={{-120,-40},{-60,-40}, - {-60,30},{-2,30}}, color={0,0,127})); - connect(uValPos, chiWatStaPreSetRes.uValPos) annotation (Line(points={{-120,-40}, - {-60,-40},{-60,-65},{-42,-65}}, + {-90,0},{-90,-34},{38,-34}},color={0,0,127})); + connect(uValPos, secPumCon.uValPos) annotation (Line(points={{-120,-60},{-60, + -60},{-60,30},{-2,30}}, color={0,0,127})); + connect(uValPos, chiWatStaPreSetRes.uValPos) annotation (Line(points={{-120, + -60},{-60,-60},{-60,-65},{-42,-65}}, color={0,0,127})); - connect(secPumCon.yChiWatPum, yChiWatPum) annotation (Line(points={{22,32},{30, - 32},{30,40},{120,40}}, color={255,0,255})); + connect(secPumCon.yChiWatPum, yChiWatPum) annotation (Line(points={{22,32},{ + 30,32},{30,60},{120,60}}, + color={255,0,255})); connect(secPumCon.yPumSpe, yPumSpe) annotation (Line(points={{22,28},{30,28},{ 30,0},{120,0}}, color={0,0,127})); - connect(bypValPos.yBypValPos, yBypValPos) annotation (Line(points={{62,-30},{80, - -30},{80,-40},{120,-40}}, color={0,0,127})); + connect(bypValPos.yBypValPos, yBypValPos) annotation (Line(points={{62,-30},{ + 80,-30},{80,-60},{120,-60}}, + color={0,0,127})); connect(dPChiWatLoo, secPumCon.dpChiWat_remote) annotation (Line(points={{-120, 0},{-90,0},{-90,26},{-2,26}}, color={0,0,127})); annotation (defaultComponentName="sysCon", From e1603dd88c5b8111a87ecd0deb0372dd25909a13 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 8 Aug 2022 15:20:07 -0700 Subject: [PATCH 048/196] Moved connectors --- .../SetPoints/BypassValvePosition.mo | 37 ++++++++++--------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index 33f409eb8bd..c18a73b1fe3 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -50,16 +50,16 @@ block BypassValvePosition Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] "Pump proven On signal" - annotation (Placement(transformation(extent={{-140,30},{-100,70}}), - iconTransformation(extent={{-140,20},{-100,60}}))); + annotation (Placement(transformation(extent={{-140,40},{-100,80}}), + iconTransformation(extent={{-140,40},{-100,80}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatLoo( final unit="Pa", displayUnit="Pa", final quantity="PressureDifference") "Chilled water loop differential static pressure" - annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}), - iconTransformation(extent={{-140,-60},{-100,-20}}))); + annotation (Placement(transformation(extent={{-140,-80},{-100,-40}}), + iconTransformation(extent={{-140,-80},{-100,-40}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput uPumSpe( final unit="1", @@ -96,12 +96,12 @@ protected Buildings.Controls.OBC.CDL.Continuous.Switch swi1 "Ensure bypass valve is open when no pumps are enabled and close it when any pump is enabled" - annotation (Placement(transformation(extent={{20,40},{40,60}}))); + annotation (Placement(transformation(extent={{20,50},{40,70}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( final k=0) "Constant real zero source" - annotation (Placement(transformation(extent={{-20,60},{0,80}}))); + annotation (Placement(transformation(extent={{-20,70},{0,90}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( final k=1) @@ -125,7 +125,7 @@ protected Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr( final nin=nPum) "Check if any chilled water pump is enabled" - annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); + annotation (Placement(transformation(extent={{-80,50},{-60,70}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant offSetdPChiWatMax( final k(final unit="Pa")=dPChiWatMax) @@ -137,7 +137,7 @@ protected annotation (Placement(transformation(extent={{-30,-60},{-10,-40}}))); equation - connect(uPumSta, mulOr.u[1:nPum]) annotation (Line(points={{-120,50},{-82,50}}, + connect(uPumSta, mulOr.u[1:nPum]) annotation (Line(points={{-120,60},{-82,60}}, color={255,0,255})); connect(uPumSpe, hys.u) @@ -152,19 +152,21 @@ equation connect(swi.y, yBypValPos) annotation (Line(points={{82,0},{120,0}}, color={0,0,127})); - connect(mulOr.y, and2.u1) annotation (Line(points={{-58,50},{-30,50},{-30,0},{ - -22,0}}, color={255,0,255})); + connect(mulOr.y, and2.u1) annotation (Line(points={{-58,60},{-30,60},{-30,0}, + {-22,0}},color={255,0,255})); connect(mulOr.y, swi1.u2) - annotation (Line(points={{-58,50},{18,50}}, color={255,0,255})); + annotation (Line(points={{-58,60},{18,60}}, color={255,0,255})); - connect(con1.y, swi1.u3) annotation (Line(points={{2,30},{6,30},{6,42},{18,42}}, + connect(con1.y, swi1.u3) annotation (Line(points={{2,30},{6,30},{6,52},{18,52}}, color={0,0,127})); - connect(con.y, swi1.u1) annotation (Line(points={{2,70},{10,70},{10,58},{18,58}}, + connect(con.y, swi1.u1) annotation (Line(points={{2,80},{10,80},{10,68},{18, + 68}}, color={0,0,127})); - connect(swi1.y, swi.u3) annotation (Line(points={{42,50},{54,50},{54,-8},{58,-8}}, + connect(swi1.y, swi.u3) annotation (Line(points={{42,60},{54,60},{54,-8},{58, + -8}}, color={0,0,127})); connect(and2.y, swi.u2) @@ -173,13 +175,14 @@ equation connect(conPID.y, swi.u1) annotation (Line(points={{42,-50},{48,-50},{48,8},{ 58,8}}, color={0,0,127})); - connect(con.y, conPID.u_s) annotation (Line(points={{2,70},{10,70},{10,-50},{ + connect(con.y, conPID.u_s) annotation (Line(points={{2,80},{10,80},{10,-50},{ 18,-50}}, color={0,0,127})); connect(and2.y, conPID.trigger) annotation (Line(points={{2,0},{6,0},{6,-66},{ 24,-66},{24,-62}}, color={255,0,255})); - connect(dpChiWatLoo, subDpChiWatMax.u1) annotation (Line(points={{-120,-40},{-80, - -40},{-80,-34},{-62,-34}}, color={0,0,127})); + connect(dpChiWatLoo, subDpChiWatMax.u1) annotation (Line(points={{-120,-60},{ + -80,-60},{-80,-34},{-62,-34}}, + color={0,0,127})); connect(offSetdPChiWatMax.y, subDpChiWatMax.u2) annotation (Line(points={{-68, -80},{-64,-80},{-64,-46},{-62,-46}}, color={0,0,127})); connect(subDpChiWatMax.y, div.u1) annotation (Line(points={{-38,-40},{-36,-40}, From 786fa15e7608b09d8cc1afbf0f829b3255437d49 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 8 Aug 2022 15:22:43 -0700 Subject: [PATCH 049/196] Moved parameters to main tab --- .../ChilledBeams/SetPoints/ZoneRegulation.mo | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo index cd55f127e11..a78adf96701 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo @@ -88,21 +88,21 @@ block ZoneRegulation displayUnit="m3/s", final quantity="VolumeFlowRate") "Design air volume flow rate when zone is occupied" - annotation (Dialog(tab="Setpoints", group="Airflow setpoints")); + annotation (Dialog(group="Airflow setpoints")); parameter Real VDes_unoccSch( final unit="m3/s", displayUnit="m3/s", final quantity="VolumeFlowRate") "Design air volume flow rate when zone is unoccupied during scheduled unoccupancy" - annotation (Dialog(tab="Setpoints", group="Airflow setpoints")); + annotation (Dialog(group="Airflow setpoints")); parameter Real VDes_unoccUnsch( final unit="m3/s", displayUnit="m3/s", final quantity="VolumeFlowRate") "Design air volume flow rate when zone is unoccupied during scheduled occupancy" - annotation (Dialog(tab="Setpoints", group="Airflow setpoints")); + annotation (Dialog(group="Airflow setpoints")); parameter Real zonOccHeaSet( final unit="K", @@ -284,15 +284,15 @@ protected annotation (Placement(transformation(extent={{-20,-160},{0,-140}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntUn( - final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied) + final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied) "Constant signal for unoccupied mode" annotation (Placement(transformation(extent={{-60,-160},{-40,-140}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[3]( - final k={ - Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied, - Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedScheduled, - Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled}) + final k={ + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied, + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedScheduled, + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled}) "List of possible modes" annotation (Placement(transformation(extent={{-110,-120},{-90,-100}}))); @@ -321,7 +321,7 @@ equation annotation (Line(points={{-2,-30},{-8,-30}}, color={0,0,127})); connect(pro.y, mulSum.u[1:3]) annotation (Line(points={{-38,-30},{-36,-30},{ - -36,-31.3333},{-32,-31.3333}}, + -36,-29.3333},{-32,-29.3333}}, color={0,0,127})); connect(con.y, pro.u1) annotation (Line(points={{-78,-10},{-70,-10},{-70,-24}, From b55cfe9f212e693c21836ad9a019bbec004d1857 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Sun, 12 Feb 2023 15:38:30 -0800 Subject: [PATCH 050/196] Added svg file to repo. Removed division block for normalizing pressure differential measurement --- .../SetPoints/BypassValvePosition.mo | 12 +- .../ChilledBeams/ChilledBeamsSchematic.svg | 1343 +++++++++++++++++ 2 files changed, 1345 insertions(+), 10 deletions(-) create mode 100644 Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index c18a73b1fe3..d0553f12f34 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -132,10 +132,6 @@ protected "Offset for maximum dp chilled water" annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); - Buildings.Controls.OBC.CDL.Continuous.Divide div - "Divide difference by max setpoint to normalize measurement signal" - annotation (Placement(transformation(extent={{-30,-60},{-10,-40}}))); - equation connect(uPumSta, mulOr.u[1:nPum]) annotation (Line(points={{-120,60},{-82,60}}, color={255,0,255})); @@ -185,12 +181,8 @@ equation color={0,0,127})); connect(offSetdPChiWatMax.y, subDpChiWatMax.u2) annotation (Line(points={{-68, -80},{-64,-80},{-64,-46},{-62,-46}}, color={0,0,127})); - connect(subDpChiWatMax.y, div.u1) annotation (Line(points={{-38,-40},{-36,-40}, - {-36,-44},{-32,-44}}, color={0,0,127})); - connect(offSetdPChiWatMax.y, div.u2) annotation (Line(points={{-68,-80},{-36,-80}, - {-36,-56},{-32,-56}}, color={0,0,127})); - connect(div.y, conPID.u_m) annotation (Line(points={{-8,-50},{0,-50},{0,-70},{ - 30,-70},{30,-62}}, color={0,0,127})); + connect(subDpChiWatMax.y, conPID.u_m) annotation (Line(points={{-38,-40},{0, + -40},{0,-80},{30,-80},{30,-62}}, color={0,0,127})); annotation (defaultComponentName="bypValPos", Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, {100,100}}), graphics={ diff --git a/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg new file mode 100644 index 00000000000..ce1d51259fa --- /dev/null +++ b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg @@ -0,0 +1,1343 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + primary pump + secondary pump + bypass leg + isolation valve + supply line + + control signal + return line + chiller plant + primary loop + + + + bypassvalve + + chilled watercontrol valve + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + zone + chilled beam manifold + from doas supply + cav reheat coil + cav damper + to doas exhaust + + + + + + + + + + + + + + system controller + + terminal controller + + + + + + + requests to +primary loop + + From 6ac4f1db08c58a77565202f9553fd0aec72a0b5f Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Thu, 6 Apr 2023 13:39:13 -0700 Subject: [PATCH 051/196] Set the min attributes of nPum and nVal Set the min attributes of nPum and nVal to 1 instead of constant parameters --- .../OBC/ChilledBeams/SetPoints/BypassValvePosition.mo | 2 +- .../ChilledWaterStaticPressureSetpointReset.mo | 4 ++-- .../Controls/OBC/ChilledBeams/System/Controller.mo | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index d0553f12f34..caa9c1ee86b 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -2,7 +2,7 @@ within Buildings.Controls.OBC.ChilledBeams.SetPoints; block BypassValvePosition "Block with sequences for calculating bypass valve position" - parameter Integer nPum = 2 + parameter Integer nPum(min=1) "Number of pumps in the chilled water loop"; parameter Real minPumSpe( diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index b51ccac2676..6b449e5c41b 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -2,10 +2,10 @@ within Buildings.Controls.OBC.ChilledBeams.SetPoints; block ChilledWaterStaticPressureSetpointReset "Sequence to generate static pressure setpoint for chilled water loop" - parameter Integer nVal = 3 + parameter Integer nVal(min=1) "Number of chilled water control valves on chilled beam manifolds"; - parameter Integer nPum = 2 + parameter Integer nPum(min=1) "Number of chilled water pumps in chilled beam system"; parameter Real valPosLowClo( diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo index 3318b2732c8..f3b7f2f4751 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo @@ -2,11 +2,11 @@ within Buildings.Controls.OBC.ChilledBeams.System; block Controller "Main chilled beam system controller" - parameter Integer nPum=2 + parameter Integer nPum(min=1) "Number of chilled water pumps" annotation (Dialog(group="System parameters")); - parameter Integer nVal = 3 + parameter Integer nVal(min=1) "Total number of chilled water control valves on chilled beams" annotation (Dialog(group="System parameters")); @@ -373,8 +373,8 @@ protected equation connect(chiWatStaPreSetRes.yStaPreSetPoi, secPumCon.dpChiWatSet) annotation ( Line(points={{-18,-60},{-10,-60},{-10,22},{-2,22}}, color={0,0,127})); - connect(uPumSta, bypValPos.uPumSta) annotation (Line(points={{-120,60},{-50, - 60},{-50,-26},{38,-26}}, + connect(uPumSta, bypValPos.uPumSta) annotation (Line(points={{-120,60},{-50,60}, + {-50,-24},{38,-24}}, color={255,0,255})); connect(uPumSta, secPumCon.uChiWatPum) annotation (Line(points={{-120,60},{ -50,60},{-50,34},{-2,34}}, color={255,0,255})); @@ -386,7 +386,7 @@ equation {30,28},{30,-30},{38,-30}}, color={0,0,127})); connect(dPChiWatLoo, bypValPos.dpChiWatLoo) annotation (Line(points={{-120,0}, - {-90,0},{-90,-34},{38,-34}},color={0,0,127})); + {-90,0},{-90,-36},{38,-36}},color={0,0,127})); connect(uValPos, secPumCon.uValPos) annotation (Line(points={{-120,-60},{-60, -60},{-60,30},{-2,30}}, color={0,0,127})); connect(uValPos, chiWatStaPreSetRes.uValPos) annotation (Line(points={{-120, From b5ae2f6ac9a59a107c07357247a9649b8429ceaa Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Thu, 6 Apr 2023 13:40:15 -0700 Subject: [PATCH 052/196] Corrected a typo --- .../Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo index 3116850cf2d..cb1947db15a 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo @@ -66,7 +66,7 @@ protected annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); Buildings.Controls.OBC.CDL.Integers.Equal intEqu - "Gnerate True signal for occupied mode and False otherwise" + "Generate True signal for occupied mode and False otherwise" annotation (Placement(transformation(extent={{0,-10},{20,10}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( From c3a481fe828009977618ffe4ab1dd3ffe4e4ff77 Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Tue, 11 Apr 2023 13:55:30 -0700 Subject: [PATCH 053/196] Removed default values Removed the default values for chiWatStaPreMax and chiWatStaPreMin as these are design values --- .../SetPoints/ChilledWaterStaticPressureSetpointReset.mo | 4 ++-- Buildings/Controls/OBC/ChilledBeams/System/Controller.mo | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index 6b449e5c41b..85ead92c49b 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -35,14 +35,14 @@ block ChilledWaterStaticPressureSetpointReset parameter Real chiWatStaPreMax( final unit="Pa", displayUnit="Pa", - final quantity="Pressure") = 30000 + final quantity="Pressure") "Maximum chilled water loop static pressure setpoint" annotation(Dialog(group="Trim-and-Respond parameters")); parameter Real chiWatStaPreMin( final unit="Pa", displayUnit="Pa", - final quantity="Pressure") = 20000 + final quantity="Pressure") "Minimum chilled water loop static pressure setpoint" annotation(Dialog(group="Trim-and-Respond parameters")); diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo index f3b7f2f4751..f7bb58e9213 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo @@ -136,7 +136,7 @@ block Controller parameter Real dPChiWatMax( final unit="Pa", displayUnit="Pa", - final quantity="PressureDifference") = 50000 + final quantity="PressureDifference") "Maximum allowed differential pressure in the chilled water loop" annotation(Dialog(group="System parameters")); From 21a67cbddc0674f38f09870801e9b3e2325204f6 Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Tue, 11 Apr 2023 17:18:23 -0700 Subject: [PATCH 054/196] Labelled inputs and outputs in Icon layer --- .../ChilledBeams/SecondaryPumps/Controller.mo | 36 ++++++++++++- .../Subsequences/EnableLag_pumpSpeed.mo | 4 +- .../SetPoints/BypassValvePosition.mo | 22 +++++++- ...ChilledWaterStaticPressureSetpointReset.mo | 19 ++++++- .../SetPoints/ChilledWaterSupplyReset.mo | 22 +++++++- .../ChilledBeams/SetPoints/OperatingMode.mo | 12 ++++- .../ChilledBeams/SetPoints/ZoneRegulation.mo | 37 ++++++++++++- .../ChilledBeams/SetPoints/ZoneTemperature.mo | 17 +++++- .../OBC/ChilledBeams/System/Controller.mo | 31 ++++++++++- .../OBC/ChilledBeams/Terminal/Controller.mo | 52 ++++++++++++++++++- 10 files changed, 240 insertions(+), 12 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo index 7b72cdac51e..81e4011279e 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo @@ -540,7 +540,41 @@ annotation (defaultComponentName="secPumCon", points={{-80,60},{-14,4},{-80,-60},{-80,60}}, lineColor={175,175,175}, fillColor={175,175,175}, - fillPattern=FillPattern.Solid)}), + fillPattern=FillPattern.Solid), + Text( + extent={{-96,90},{-50,68}}, + textColor={244,125,35}, + pattern=LinePattern.Dash, + textString="uPumLeaLag"), + Text( + extent={{-96,48},{-52,30}}, + textColor={255,0,255}, + pattern=LinePattern.Dash, + textString="uChiWatPum"), + Text( + extent={{-96,6},{-66,-6}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="uValPos"), + Text( + extent={{-96,-32},{-40,-50}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="dpChiWat_remote"), + Text( + extent={{-96,-72},{-56,-88}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="dpChiWatSet"), + Text( + extent={{64,-14},{98,-28}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="yPumSpe"), + Text( + extent={{52,36},{98,4}}, + textColor={255,85,255}, + textString="yChiWatPum")}), Documentation(info="

                                                Pump control sequences for chilled beam systems. It consists of: diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo index a30fb7c84aa..8737303bc43 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo @@ -240,11 +240,11 @@ annotation ( lineColor={0,0,255}, textString="%name"), Text( - extent={{-94,16},{-60,-12}}, + extent={{-94,14},{-60,-14}}, textColor={0,0,127}, textString="uPumSpe"), Text( - extent={{68,54},{92,30}}, + extent={{76,50},{94,30}}, textColor={255,85,255}, textString="yUp"), Text( diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index caa9c1ee86b..42dd3a25de9 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -200,7 +200,27 @@ equation lineColor={28,108,200}, fillColor={255,255,255}, fillPattern=FillPattern.None, - textString="sysOpeMod")}), + textString="sysOpeMod"), + Text( + extent={{-96,68},{-56,50}}, + textColor={255,0,255}, + pattern=LinePattern.Dash, + textString="uPumSta"), + Text( + extent={{-96,8},{-56,-10}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="uPumSpe"), + Text( + extent={{-96,-50},{-46,-72}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="dpChiWatLoo"), + Text( + extent={{70,6},{98,-6}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="yDam")}), Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), Documentation(info=" diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index 85ead92c49b..8999c16380d 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -233,11 +233,26 @@ annotation(defaultComponentName="chiWatStaPreSetRes", fillColor={255,255,255}, fillPattern=FillPattern.Solid), Text( - extent={{-50,20},{50,-20}}, + extent={{-50,34},{50,-6}}, lineColor={28,108,200}, fillColor={255,255,255}, fillPattern=FillPattern.None, - textString="chiWatStaPreSetRes")}), + textString="chiWatStaPreSetRes"), + Text( + extent={{-96,58},{-60,42}}, + textColor={255,0,255}, + pattern=LinePattern.Dash, + textString="uPumSta"), + Text( + extent={{-96,-42},{-60,-58}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="uValPos"), + Text( + extent={{44,16},{98,-14}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="yStaPreSetPoi")}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(info="

                                                diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo index 28fb79520b7..bfa42b7833c 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo @@ -250,7 +250,27 @@ annotation(defaultComponentName="chiWatSupRes", lineColor={28,108,200}, fillColor={255,255,255}, fillPattern=FillPattern.None, - textString="chiWatSupRes")}), + textString="chiWatSupRes"), + Text( + extent={{-96,48},{-60,32}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="uValPos"), + Text( + extent={{-96,-32},{-60,-48}}, + textColor={255,0,255}, + pattern=LinePattern.Dash, + textString="uConSen"), + Text( + extent={{52,-50},{96,-70}}, + textColor={255,127,0}, + pattern=LinePattern.Dash, + textString="TChiWatReq"), + Text( + extent={{44,74},{96,48}}, + textColor={255,127,0}, + pattern=LinePattern.Dash, + textString="yChiWatSupReq")}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(info="

                                                diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo index dc1a236328e..9d9ea8e78fc 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo @@ -99,7 +99,17 @@ equation lineColor={28,108,200}, fillColor={255,255,255}, fillPattern=FillPattern.None, - textString="sysOpeMod")}), Diagram( + textString="sysOpeMod"), + Text( + extent={{-98,8},{-62,-8}}, + textColor={255,0,255}, + pattern=LinePattern.Dash, + textString="uDetOcc"), + Text( + extent={{60,8},{98,-10}}, + textColor={255,127,0}, + pattern=LinePattern.Dash, + textString="yOpeMod")}), Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), Documentation(info="

                                                diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo index a78adf96701..1bcc52bc8d5 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo @@ -403,7 +403,42 @@ annotation (defaultComponentName="zonRegCon", Text( extent={{-120,160},{114,108}}, textString="%name", - lineColor={0,0,255})}), + lineColor={0,0,255}), + Text( + extent={{-98,64},{-74,54}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="TZon"), + Text( + extent={{-98,-14},{-66,-26}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="VDis_flow"), + Text( + extent={{-98,-54},{-68,-68}}, + textColor={244,125,35}, + pattern=LinePattern.Dash, + textString="uOpeMod"), + Text( + extent={{74,44},{98,34}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="yReh"), + Text( + extent={{72,6},{98,-6}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="yChiVal"), + Text( + extent={{74,-34},{98,-44}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="yDam"), + Text( + extent={{-96,28},{-60,12}}, + textColor={255,0,255}, + pattern=LinePattern.Dash, + textString="uConSen")}), Diagram(coordinateSystem(extent={{-140,-180},{140,180}})), Documentation(info="

                                                diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo index cb1947db15a..74220217d03 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo @@ -124,7 +124,22 @@ annotation(defaultComponentName="TZonSet", extent={{-100,100},{100,-100}}, lineColor={28,108,200}, fillColor={255,255,255}, - fillPattern=FillPattern.Solid)}), + fillPattern=FillPattern.Solid), + Text( + extent={{-96,8},{-66,-6}}, + textColor={244,125,35}, + pattern=LinePattern.Dash, + textString="uOpeMod"), + Text( + extent={{58,68},{96,50}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="TZonHeaSet"), + Text( + extent={{58,-50},{96,-68}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="TZonCooSet")}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(info="

                                                diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo index f7bb58e9213..7c2990cb94b 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo @@ -412,7 +412,36 @@ equation extent={{-100,-100},{100,100}}, lineColor={0,0,127}, fillColor={255,255,255}, - fillPattern=FillPattern.Solid)}), Diagram( + fillPattern=FillPattern.Solid), + Text( + extent={{-96,70},{-56,52}}, + textColor={255,0,255}, + pattern=LinePattern.Dash, + textString="uPumSta"), + Text( + extent={{-94,12},{-36,-12}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="dPChiWatLoo"), + Text( + extent={{-96,-50},{-56,-68}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="uValPos"), + Text( + extent={{50,76},{96,44}}, + textColor={255,85,255}, + textString="yChiWatPum"), + Text( + extent={{62,6},{96,-8}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="yPumSpe"), + Text( + extent={{56,-50},{96,-70}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="yBypValPos")}), Diagram( coordinateSystem(preserveAspectRatio=false)), Documentation(info="

                                                diff --git a/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo index 62b2986f55b..c5e8e309083 100644 --- a/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo @@ -359,7 +359,57 @@ equation extent={{-100,-100},{100,100}}, lineColor={0,0,127}, fillColor={255,255,255}, - fillPattern=FillPattern.Solid)}), Diagram( + fillPattern=FillPattern.Solid), + Text( + extent={{-98,88},{-62,72}}, + textColor={255,0,255}, + pattern=LinePattern.Dash, + textString="uDetOcc"), + Text( + extent={{-96,48},{-60,32}}, + textColor={255,0,255}, + pattern=LinePattern.Dash, + textString="uConSen"), + Text( + extent={{-100,4},{-76,-6}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="TZon"), + Text( + extent={{-98,-32},{-62,-48}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="VDis_flow"), + Text( + extent={{-98,-74},{-68,-86}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="uChiVal"), + Text( + extent={{74,86},{100,76}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="yReh"), + Text( + extent={{70,46},{98,34}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="yChiVal"), + Text( + extent={{74,6},{98,-4}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="yDam"), + Text( + extent={{42,-24},{98,-56}}, + textColor={255,127,0}, + pattern=LinePattern.Dash, + textString="yChiWatSupReq"), + Text( + extent={{54,-70},{98,-90}}, + textColor={255,127,0}, + pattern=LinePattern.Dash, + textString="TChiWatReq")}), Diagram( coordinateSystem(preserveAspectRatio=false)), Documentation(info="

                                                From c0a30aabd769eb04e1994d8408b3714240b8ac3e Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Wed, 12 Apr 2023 12:40:00 -0700 Subject: [PATCH 055/196] Changed heating and cooling setpoint as inputs --- .../SetPoints/Validation/ZoneRegulation.mo | 51 ++++++++++----- .../ChilledBeams/SetPoints/ZoneRegulation.mo | 64 +++++++++++-------- 2 files changed, 70 insertions(+), 45 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo index 7bcd0aca864..8bbd6965051 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo @@ -8,63 +8,80 @@ model ZoneRegulation final VDes_unoccSch=0.1, final VDes_unoccUnsch=0.2) "Zone temperature regulator" - annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + annotation (Placement(transformation(extent={{20,-8},{40,12}}))); protected Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt "Real to Integer conversion" - annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); + annotation (Placement(transformation(extent={{-40,-90},{-20,-70}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp ram( final height=3, final duration=3600) "Ramp input signal" - annotation (Placement(transformation(extent={{-70,-40},{-50,-20}}))); + annotation (Placement(transformation(extent={{-70,-90},{-50,-70}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin( final amplitude=0.5, final freqHz=1/360, final offset=0.5) "Continuous sine signal" - annotation (Placement(transformation(extent={{-70,0},{-50,20}}))); + annotation (Placement(transformation(extent={{-70,-58},{-50,-38}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul( final width=0.95, final period=1200) "Boolean step signal" - annotation (Placement(transformation(extent={{-70,40},{-50,60}}))); + annotation (Placement(transformation(extent={{-70,38},{-50,58}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 "Logical Not" - annotation (Placement(transformation(extent={{-30,40},{-10,60}}))); + annotation (Placement(transformation(extent={{-30,38},{-10,58}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin1( final amplitude=5, final freqHz=1/720, final offset=295) "Continuous sine signal" - annotation (Placement(transformation(extent={{-70,70},{-50,90}}))); + annotation (Placement(transformation(extent={{-70,72},{-50,92}}))); +protected + CDL.Continuous.Sources.Constant con(final k=273.15 + + 22) + "Zone occupied heating setpoint" + annotation (Placement(transformation(extent={{-70,6},{-50,26}}))); + CDL.Continuous.Sources.Constant con1(final k=273.15 + + 26) + "Zone occupied cooling setpoint" + annotation (Placement(transformation(extent={{-70,-26},{-50,-6}}))); equation connect(ram.y, reaToInt.u) - annotation (Line(points={{-48,-30},{-42,-30}}, + annotation (Line(points={{-48,-80},{-42,-80}}, color={0,0,127})); - connect(reaToInt.y, zonRegCon.uOpeMod) annotation (Line(points={{-18,-30},{0,-30}, - {0,-6},{18,-6}}, color={255,127,0})); + connect(reaToInt.y, zonRegCon.uOpeMod) annotation (Line(points={{-18,-80},{0, + -80},{0,-6},{18,-6}}, + color={255,127,0})); - connect(sin.y, zonRegCon.VDis_flow) annotation (Line(points={{-48,10},{0,10},{ - 0,-2},{18,-2}}, color={0,0,127})); + connect(sin.y, zonRegCon.VDis_flow) annotation (Line(points={{-48,-48},{-16, + -48},{-16,-2.8},{18,-2.8}}, + color={0,0,127})); connect(booPul.y, not1.u) - annotation (Line(points={{-48,50},{-32,50}}, color={255,0,255})); + annotation (Line(points={{-48,48},{-32,48}}, color={255,0,255})); - connect(not1.y, zonRegCon.uConSen) annotation (Line(points={{-8,50},{10,50},{10, - 2},{18,2}}, color={255,0,255})); + connect(not1.y, zonRegCon.uConSen) annotation (Line(points={{-8,48},{10,48},{ + 10,0.6},{18,0.6}}, + color={255,0,255})); - connect(sin1.y, zonRegCon.TZon) annotation (Line(points={{-48,80},{14,80},{14, - 6},{18,6}}, color={0,0,127})); + connect(sin1.y, zonRegCon.TZon) annotation (Line(points={{-48,82},{14,82},{14, + 7.2},{18,7.2}}, + color={0,0,127})); + connect(zonRegCon.TZonCooSet, con1.y) annotation (Line(points={{18,4},{-28,4}, + {-28,-16},{-48,-16}}, color={0,0,127})); + connect(zonRegCon.TZonHeaSet, con.y) annotation (Line(points={{18,10.2},{18, + 10},{-28,10},{-28,16},{-48,16}}, color={0,0,127})); annotation ( experiment( StopTime=3600, diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo index 1bcc52bc8d5..427a4a24a87 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo @@ -135,27 +135,26 @@ block ZoneRegulation Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uConSen "Signal from condensation sensor in zone" annotation (Placement(transformation(extent={{-180,20},{-140,60}}), - iconTransformation(extent={{-140,0},{-100,40}}))); + iconTransformation(extent={{-140,-34},{-100,6}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uOpeMod "Zone operation mode" annotation (Placement(transformation(extent={{-180,-190},{-140,-150}}), - iconTransformation(extent={{-140,-80},{-100,-40}}))); + iconTransformation(extent={{-140,-100},{-100,-60}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput TZon( final quantity="ThermodynamicTemperature", final unit="K", - displayUnit="degC") - "Measured zone temperature" + displayUnit="degC") "Measured zone temperature" annotation (Placement(transformation(extent={{-180,100},{-140,140}}), - iconTransformation(extent={{-140,40},{-100,80}}))); + iconTransformation(extent={{-140,32},{-100,72}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput VDis_flow( final unit="m3/s", final quantity="VolumeFlowRate") "Measured discharge airflow rate" annotation (Placement(transformation(extent={{-180,-70},{-140,-30}}), - iconTransformation(extent={{-140,-40},{-100,0}}))); + iconTransformation(extent={{-140,-68},{-100,-28}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiVal( final min=0, @@ -181,19 +180,23 @@ block ZoneRegulation annotation (Placement(transformation(extent={{140,140},{180,180}}), iconTransformation(extent={{100,20},{140,60}}))); - Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneTemperature TZonSet( - final zonOccHeaSet=zonOccHeaSet, - final zonUnoccHeaSet=zonUnoccHeaSet, - final zonOccCooSet=zonOccCooSet, - final zonUnoccCooSet=zonUnoccCooSet) - "Zone temperature setpoint controller" - annotation (Placement(transformation(extent={{-100,110},{-80,130}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiSum mulSum( final nin=3) "Find required volume flow rate" annotation (Placement(transformation(extent={{-30,-40},{-10,-20}}))); + CDL.Interfaces.RealInput TZonCooSet( + final quantity="ThermodynamicTemperature", + final unit="K", + displayUnit="K") "Zone cooling setpoint temperature" annotation (Placement( + transformation(extent={{-180,60},{-140,100}}), iconTransformation( + extent={{-140,0},{-100,40}}))); + CDL.Interfaces.RealInput TZonHeaSet( + final quantity="ThermodynamicTemperature", + final unit="K", + displayUnit="K") "Zone heating setpoint temperature" annotation (Placement( + transformation(extent={{-180,140},{-140,180}}), iconTransformation( + extent={{-140,62},{-100,102}}))); protected Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conHeaLoo( final controllerType=controllerTypeHea, @@ -366,15 +369,6 @@ equation connect(not1.y, assMes.u) annotation (Line(points={{32,40},{40,40},{40,70},{48, 70}}, color={255,0,255})); - connect(TZonSet.TZonHeaSet, conHeaLoo.u_s) annotation (Line(points={{-78,126}, - {-20,126},{-20,160},{-2,160}}, color={0,0,127})); - - connect(TZonSet.TZonCooSet, conCooLoo.u_s) annotation (Line(points={{-78,114}, - {-20,114},{-20,120},{-2,120}}, color={0,0,127})); - - connect(uOpeMod, TZonSet.uOpeMod) annotation (Line(points={{-160,-170},{-120,-170}, - {-120,120},{-102,120}}, color={255,127,0})); - connect(swi.y, yDam) annotation (Line(points={{102,-30},{160,-30}}, color={0,0,127})); @@ -394,6 +388,10 @@ equation connect(tim.passed, not1.u) annotation (Line(points={{-26,32},{-10,32},{-10,40}, {8,40}}, color={255,0,255})); + connect(conCooLoo.u_s, TZonCooSet) annotation (Line(points={{-2,120},{-56,120}, + {-56,80},{-160,80}}, color={0,0,127})); + connect(conHeaLoo.u_s, TZonHeaSet) + annotation (Line(points={{-2,160},{-160,160}}, color={0,0,127})); annotation (defaultComponentName="zonRegCon", Icon(graphics={Rectangle( extent={{-100,-100},{100,100}}, @@ -405,17 +403,17 @@ annotation (defaultComponentName="zonRegCon", textString="%name", lineColor={0,0,255}), Text( - extent={{-98,64},{-74,54}}, + extent={{-100,58},{-76,48}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="TZon"), Text( - extent={{-98,-14},{-66,-26}}, + extent={{-98,-42},{-66,-54}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="VDis_flow"), Text( - extent={{-98,-54},{-68,-68}}, + extent={{-98,-74},{-68,-88}}, textColor={244,125,35}, pattern=LinePattern.Dash, textString="uOpeMod"), @@ -435,10 +433,20 @@ annotation (defaultComponentName="zonRegCon", pattern=LinePattern.Dash, textString="yDam"), Text( - extent={{-96,28},{-60,12}}, + extent={{-96,-6},{-60,-22}}, textColor={255,0,255}, pattern=LinePattern.Dash, - textString="uConSen")}), + textString="uConSen"), + Text( + extent={{-98,94},{-54,68}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="TZonHeaSet"), + Text( + extent={{-98,30},{-52,12}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="TZonCooSet")}), Diagram(coordinateSystem(extent={{-140,-180},{140,180}})), Documentation(info="

                                                From d16b9888e844de5cc615530d7aa33f13f1ce7bd7 Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Tue, 18 Apr 2023 18:02:00 -0700 Subject: [PATCH 056/196] Removed ZoneTemperature block --- .../SetPoints/Validation/ZoneTemperature.mo | 62 ------- .../SetPoints/Validation/package.order | 1 - .../ChilledBeams/SetPoints/ZoneTemperature.mo | 171 ------------------ .../OBC/ChilledBeams/SetPoints/package.order | 1 - .../SetPoints/Validation/ZoneTemperature.mos | 4 - 5 files changed, 239 deletions(-) delete mode 100644 Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo delete mode 100644 Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo delete mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo deleted file mode 100644 index 9bab29185e8..00000000000 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mo +++ /dev/null @@ -1,62 +0,0 @@ -within Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation; -model ZoneTemperature - "Validate zone temperature setpoint controller" - - Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneTemperature - TZonSet - "Zone temperature setpoint controller" - annotation (Placement(transformation(extent={{20,-10},{40,10}}))); - -protected - Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt - "Real to Integer conversion" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp ram( - final height=3, - final duration=90) - "Ramp input signal" - annotation (Placement(transformation(extent={{-40,-10},{-20,10}}))); - -equation - connect(reaToInt.y, TZonSet.uOpeMod) - annotation (Line(points={{12,0},{18,0}}, color={255,127,0})); - - connect(ram.y, reaToInt.u) - annotation (Line(points={{-18,0},{-12,0}}, color={0,0,127})); - -annotation ( - experiment( - StopTime=90, - Interval=1, - Tolerance=1e-06, - __Dymola_Algorithm="Cvode"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos" - "Simulate and plot"), - Documentation(info=" -

                                                -This example validates - -Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneTemperature. -

                                                -", revisions=" -
                                                  -
                                                • -September 9, 2021, by Karthik Devaprasad:
                                                  -First implementation. -
                                                • -
                                                -"), - Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), - graphics={ - Ellipse(lineColor = {75,138,73}, - fillColor={255,255,255}, - fillPattern = FillPattern.Solid, - extent = {{-100,-100},{100,100}}), - Polygon(lineColor = {0,0,255}, - fillColor = {75,138,73}, - pattern = LinePattern.None, - fillPattern = FillPattern.Solid, - points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( - coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); -end ZoneTemperature; diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/package.order b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/package.order index 15a49583d3b..3e8052007ce 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/package.order +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/package.order @@ -3,4 +3,3 @@ ChilledWaterStaticPressureSetpointReset ChilledWaterSupplyReset OperatingMode ZoneRegulation -ZoneTemperature diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo deleted file mode 100644 index 74220217d03..00000000000 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneTemperature.mo +++ /dev/null @@ -1,171 +0,0 @@ -within Buildings.Controls.OBC.ChilledBeams.SetPoints; -block ZoneTemperature - "Sequence to generate zone heating and cooling setpoint temperatures" - - parameter Real zonOccHeaSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature") = 293.15 - "Zone heating setpoint when it is occupied"; - - parameter Real zonUnoccHeaSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature") = 290.15 - "Zone heating setpoint when it is unoccupied"; - - parameter Real zonOccCooSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature") = 296.15 - "Zone cooling setpoint when it is occupied"; - - parameter Real zonUnoccCooSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature") = 299.15 - "Zone cooling setpoint when it is unoccupied"; - - Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uOpeMod - "Operating mode signal" - annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZonHeaSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature") - "Zone heating setpoint temperature" - annotation (Placement(transformation(extent={{100,40},{140,80}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZonCooSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature") - "Zone cooling setpoint temperature" - annotation (Placement(transformation(extent={{100,-80},{140,-40}}))); - -protected - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( - final k=zonOccHeaSet) - "Zone occupied heating setpoint" - annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( - final k=zonUnoccHeaSet) - "Zone unoccupied heating setpoint" - annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con2( - final k=zonOccCooSet) - "Zone occupied cooling setpoint" - annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con3( - final k=zonUnoccCooSet) - "Zone unoccupied cooling setpoint" - annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); - - Buildings.Controls.OBC.CDL.Integers.Equal intEqu - "Generate True signal for occupied mode and False otherwise" - annotation (Placement(transformation(extent={{0,-10},{20,10}}))); - - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( - final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied) - "Occupied mode signal" - annotation (Placement(transformation(extent={{-40,-30},{-20,-10}}))); - - Buildings.Controls.OBC.CDL.Continuous.Switch swi - "Switch for occupied heating setpoint" - annotation (Placement(transformation(extent={{40,50},{60,70}}))); - - Buildings.Controls.OBC.CDL.Continuous.Switch swi1 - "Switch for occupied cooling setpoint" - annotation (Placement(transformation(extent={{40,-70},{60,-50}}))); - -equation - connect(conInt.y, intEqu.u2) annotation (Line(points={{-18,-20},{-10,-20},{-10, - -8},{-2,-8}}, color={255,127,0})); - - connect(uOpeMod, intEqu.u1) - annotation (Line(points={{-120,0},{-2,0}}, color={255,127,0})); - - connect(con.y, swi.u1) annotation (Line(points={{-58,80},{30,80},{30,68},{38,68}}, - color={0,0,127})); - - connect(con1.y, swi.u3) annotation (Line(points={{-58,40},{30,40},{30,52},{38, - 52}}, color={0,0,127})); - - connect(intEqu.y, swi.u2) annotation (Line(points={{22,0},{32,0},{32,60},{38,60}}, - color={255,0,255})); - - connect(con2.y, swi1.u1) annotation (Line(points={{-58,-40},{30,-40},{30,-52}, - {38,-52}}, color={0,0,127})); - - connect(con3.y, swi1.u3) annotation (Line(points={{-58,-80},{30,-80},{30,-68}, - {38,-68}}, color={0,0,127})); - - connect(intEqu.y, swi1.u2) annotation (Line(points={{22,0},{32,0},{32,-60},{38, - -60}}, color={255,0,255})); - - connect(swi.y, TZonHeaSet) - annotation (Line(points={{62,60},{120,60}}, color={0,0,127})); - - connect(swi1.y, TZonCooSet) - annotation (Line(points={{62,-60},{120,-60}}, color={0,0,127})); - -annotation(defaultComponentName="TZonSet", - Icon(coordinateSystem(preserveAspectRatio=false), - graphics={ - Text( - extent={{-100,150},{100,110}}, - lineColor={0,0,255}, - textString="%name"), - Rectangle( - extent={{-100,100},{100,-100}}, - lineColor={28,108,200}, - fillColor={255,255,255}, - fillPattern=FillPattern.Solid), - Text( - extent={{-96,8},{-66,-6}}, - textColor={244,125,35}, - pattern=LinePattern.Dash, - textString="uOpeMod"), - Text( - extent={{58,68},{96,50}}, - textColor={0,0,127}, - pattern=LinePattern.Dash, - textString="TZonHeaSet"), - Text( - extent={{58,-50},{96,-68}}, - textColor={0,0,127}, - pattern=LinePattern.Dash, - textString="TZonCooSet")}), - Diagram(coordinateSystem(preserveAspectRatio=false)), - Documentation(info=" -

                                                -Sequences for calculating zone heating and cooling setpoint temperatures. The -setpoints are calculated as follows. -

                                                  -
                                                • -When the operating mode is occupied, the zone heating and cooling -setpoints are set as per the occupied values zonOccHeaSet and -zonOccCooSet. -
                                                • -
                                                • -When the operating mode is either unoccupiedScheduled or -unoccupiedUnscheduled, the zone heating and cooling setpoints are -set as per the unoccupied values zonUnoccHeaSet and -zonUnoccHeaSet. -
                                                • -
                                                -

                                                -", -revisions=" -
                                                  -
                                                • -September 6, 2021, by Karthik Devaprasad:
                                                  -First implementation. -
                                                • -
                                                -")); -end ZoneTemperature; diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order b/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order index 061cb8927be..f65867d4134 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order @@ -3,5 +3,4 @@ ChilledWaterStaticPressureSetpointReset ChilledWaterSupplyReset OperatingMode ZoneRegulation -ZoneTemperature Validation diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos deleted file mode 100644 index f6f2ccab119..00000000000 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneTemperature.mos +++ /dev/null @@ -1,4 +0,0 @@ -simulateModel("Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneTemperature", method="Cvode", stopTime=90, tolerance=1e-06, resultFile="ZoneTemperatureSetpoint"); - -createPlot(id=1, position={0, 0, 1437, 978}, y={"TZonSet.uOpeMod"}, range={0.0, 90.0, -0.2, 3.2}, grid=true, colors={{28,108,200}}); -createPlot(id=1, position={0, 0, 1437, 486}, y={"TZonSet.TZonHeaSet", "TZonSet.TZonCooSet"}, range={0.0, 90.0, 289.0, 300.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); From f60a88e5e0bf3507c46f3b778feff919e003704f Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Tue, 18 Apr 2023 18:04:07 -0700 Subject: [PATCH 057/196] Updated triRes block path --- .../SetPoints/ChilledWaterStaticPressureSetpointReset.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index 8999c16380d..f2db3b7365e 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -166,7 +166,7 @@ protected "Find maximum integer output" annotation (Placement(transformation(extent={{40,-60},{60,-40}}))); - Buildings.Controls.OBC.ASHRAE.G36_PR1.Generic.SetPoints.TrimAndRespond triRes( + Buildings.Controls.OBC.ASHRAE.G36.Generic.TrimAndRespond triRes( final iniSet=chiWatStaPreMax, final minSet=chiWatStaPreMin, final maxSet=chiWatStaPreMax, From 0324d5837c8eec23daf1c4eb01afc200e4f3d145 Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Tue, 18 Apr 2023 18:05:46 -0700 Subject: [PATCH 058/196] Added documentation for example models --- .../Subsequences/Validation/ChangeStatus.mo | 50 ++++++++++++++++--- .../Validation/EnableLag_pumpSpeed.mo | 19 +++++++ .../Subsequences/Validation/EnableLead.mo | 23 +++++++++ .../Subsequences/Validation/Speed_remoteDp.mo | 30 ++++++++++- .../SecondaryPumps/Validation/Controller.mo | 9 ++++ .../Validation/BypassValvePosition.mo | 30 ++++++++++- ...ChilledWaterStaticPressureSetpointReset.mo | 29 ++++++++++- .../Validation/ChilledWaterSupplyReset.mo | 35 +++++++++++++ .../SetPoints/Validation/OperatingMode.mo | 47 +++++++++++++++-- .../SetPoints/Validation/ZoneRegulation.mo | 30 +++++++++++ 10 files changed, 286 insertions(+), 16 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo index 7a3b95efb43..25959dfc9ff 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -64,7 +64,7 @@ equation annotation (Line(points={{-86.8,0},{-82,0}}, color={255,127,0})); connect(onCouInt.y, chaPumSta.uNexLagPum) annotation (Line(points={{-86.8,0},{ - -84,0},{-84,-20},{20,-20},{20,-4},{58,-4}}, color={255,127,0})); + -84,0},{-84,-20},{20,-20},{20,-4},{57.8,-4}},color={255,127,0})); connect(samTri.y, logSwi1.u1) annotation (Line(points={{-108,0},{-106,0},{-106, 28},{-42,28}}, color={255,0,255})); @@ -88,22 +88,25 @@ equation annotation (Line(points={{-18,20},{-12,20}}, color={255,0,255})); connect(not1.y, chaPumSta.uLasLagPumSta) annotation (Line(points={{12,20},{30, - 20},{30,5},{58,5}}, color={255,0,255})); + 20},{30,4},{57.8,4}}, + color={255,0,255})); connect(logSwi.y, chaPumSta.uNexLagPumSta) annotation (Line(points={{-18,50},{ - 50,50},{50,8},{58,8}}, color={255,0,255})); + 50,50},{50,8},{57.8,8}},color={255,0,255})); connect(subInt.y, chaPumSta.uLasLagPum) annotation (Line(points={{-18,-40},{52, - -40},{52,-8},{58,-8}}, color={255,127,0})); + -40},{52,-8},{57.8,-8}}, color={255,127,0})); connect(con.y, onCouInt.reset) annotation (Line(points={{-108,80},{-104,80},{-104, -14},{-94,-14},{-94,-7.2}}, color={255,0,255})); connect(pre.y, chaPumSta.uChiWatPum) annotation (Line(points={{112,0},{120,0}, - {120,20},{40,20},{40,0},{58,0}}, color={255,0,255})); + {120,20},{40,20},{40,0},{57.8,0}}, + color={255,0,255})); connect(chaPumSta.yChiWatPum, pre.u) - annotation (Line(points={{82,0},{88,0}}, color={255,0,255})); + annotation (Line(points={{84.2,0},{88,0}}, + color={255,0,255})); connect(conInt.y,subInt. u1) annotation (Line(points={{-78,-50},{-60,-50},{-60, -34},{-42,-34}}, color={255,127,0})); @@ -118,6 +121,41 @@ annotation ( This example validates Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus. +

                                                +It consists of an open-loop setup for block chaPumSta that changes the status of pumps, with +a constant Boolean input con that generates constant Boolean false signal, a sample trigger input block samTri +that generates a sample trigger signal with a period of 5 seconds and a shift time of 1 second, +and a constant integer input conInt that generates a constant output value of 7. +A logical pre block pre is used to capture the pump enable output signal chaPumSta.yChiWatPum and provide it +back as an input to the pump status signal chaPumSta.uChiWatPum. +

                                                +

                                                +The following observations should be apparent from the simulation plots: +

                                                  +
                                                1. +The lead pump enable signal chaPumSta.yChiWatPum[1] becomes true +when chaPumSta.uNexLagPum changes from 0 to 1 and +chaPumSta.uLasLagPum changes from 7 to 6. +It becomes false +when chaPumSta.uNexLagPum changes from 5 to 6 and +chaPumSta.uLasLagPum changes from 2 to 1. +
                                                2. +
                                                3. +The lag pump enable signal chaPumSta.yChiWatPum[2] becomes true +when chaPumSta.uNexLagPum changes from 1 to 2 and +chaPumSta.uLasLagPum changes from 6 to 5. +It becomes false +when chaPumSta.uNexLagPum changes from 4 to 5 and +chaPumSta.uLasLagPum changes from 3 to 2. +
                                                4. +
                                                5. +The lag pump enable signal chaPumSta.yChiWatPum[3] becomes true +when chaPumSta.uNexLagPum changes from 2 to 3 and +chaPumSta.uLasLagPum changes from 5 to 4. +It becomes false +when chaPumSta.uNexLagPum changes from 3 to 4 and +chaPumSta.uLasLagPum changes from 4 to 3. +
                                                6. ", revisions="
                                                    diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo index 798ce4fc17c..68658669ee8 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo @@ -48,6 +48,25 @@ This example validates Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.EnableLag_pumpSpeed.

                                                    +

                                                    +It consists of an open-loop setup for block enaLagPum with +a ramp input signal ram that is used to simulate the pump speed, and two outputs yUp and yUp +that hold stage-up and stage-down signals with a duration of 10 seconds for easy visualization, respectively. +

                                                    +

                                                    +The following observations should be apparent from the simulation plots: +

                                                      +
                                                    1. +The block enaLagPum stages up yUp = true when pump speed enaLagPum.uPumSpe +exceeds speed limit enaLagPum.speLim for time period enaLagPum.timPer +or enaLagPum.speLim1 for enaLagPum.timPer1. +
                                                    2. +
                                                    3. +The block enaLagPum stages down yDown = false when enaLagPum.uPumSpe +falls below enaLagPum.speLim2 for enaLagPum.timPer2. +
                                                    4. +
                                                    +

                                                    ", revisions="
                                                    • diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo index 4e94d8f6fc9..26630648a81 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo @@ -32,6 +32,29 @@ annotation ( Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.EnableLead.

                                                      +

                                                      + It consists of an open-loop setup for block enaLeaPum with + a pulse input signal pull that is used to generate valve positions for chilled beam mainfolds. +

                                                      +

                                                      + The following observations should be apparent from the simulation plots: +

                                                        +
                                                      1. + The block enaLeaPum outputs lead pump status signal enaLeaPum.yLea + that enables lead pump enaLeaPum.yLea = true when + any of the chilled beam control valves are continuously open + (enaLeaPum.uValPos[1] > 0.1 or enaLeaPum.uValPos[2] > 0.1 ) + for 30 seconds. +
                                                      2. +
                                                      3. + The block enaLeaPum outputs lead pump status signal enaLeaPum.yLea + that disables lead pump enaLeaPum.yLea = false when + all the chilled beam control valves + are continuously closed + (enaLeaPum.uValPos[1] < 0.05 or enaLeaPum.uValPos[2] < 0.05 ) + for 60 seconds. +
                                                      4. +

                                                        ", revisions="
                                                        • diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo index caaf35dd0e5..aab45f6c3e4 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo @@ -43,10 +43,12 @@ equation color={0,0,127})); connect(remPreSen1.y, chiPumSpe.dpChiWat[1]) annotation (Line(points={{-38,20}, - {-20,20},{-20,-1},{38,-1}}, color={0,0,127})); + {-20,20},{-20,-0.5},{38,-0.5}}, + color={0,0,127})); connect(remPreSen2.y, chiPumSpe.dpChiWat[2]) annotation (Line(points={{-38,-20}, - {-30,-20},{-30,1},{38,1}}, color={0,0,127})); + {-30,-20},{-30,0.5},{38,0.5}}, + color={0,0,127})); connect(pumSta.y, chiPumSpe.uChiWatPum) annotation (Line(points={{-38,60},{-10, 60},{-10,8},{38,8}}, color={255,0,255})); @@ -60,6 +62,30 @@ This example validates Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Speed_remoteDp.

                                                          +

                                                          +It consists of an open-loop setup for block chiPumSpe with +a Boolean pulse input signal pumSta that is used to simulate chilled water pump status chiPumSpe.uChiWatPum, +two sine input signals remPreSen 1 and remPreSen 2 that are used to represent remote pressure difference sensor readings, +a constant input signal difPreSet that generates a pressure difference setpoint, +and an output signal chiPumSpe.yChiWatPumSpe for the chilled water pump speed setpoint in chilled beam systems with variable-speed pumps. +

                                                          +

                                                          +The following observations should be apparent from the simulation plots: +

                                                            +
                                                          1. +The block chiPumSpe receives input signals remPreSen 1 and remPreSen 2 +and its PID loop output is mapped from minimum +pump speed minPumSpe at 0% to maximum pump speed +maxPumSpe at 100%. +
                                                          2. +
                                                          3. +When two input signals of the chilled water differential static pressures exist +(chiPumSpe.maxLoo.u[1] and chiPumSpe.maxLoo.u[1]), +the block chiPumSpe outputs chilled water pump speed chiPumSpe.yChiWatPumSpe, +which is controlled by the maximum signal output chiPumSpe.maxLoo.y. +
                                                          4. +
                                                          +

                                                          ", revisions="
                                                          • diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo index eb8cc434bf6..d3aa567132e 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo @@ -77,6 +77,15 @@ This example validates Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Controller.

                                                            +

                                                            +It consists of an open-loop setup for controller pumCon, with +a constant integer input block conInt1 that generates a constant output value of {2,1} to indicate order of pump enabled, +a pulse real input block pull that generates a pulse signal to simulate chilled water control valve position, +a sine input block sin2 that generates a sine signal to simulate chilled water differential static pressure from remote sensor, +and a constant real input block con3 that generates a constant output value of 1 to simulate chilled water differential static pressure setpoint. +A logical pre block pre2 is used to capture the chilled water pump enable output signal pumCon.yChiWatPum and provide it +back as an input to the pump operating status signal pumCon.uChiWatPum. +

                                                            ", revisions="
                                                            • diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo index f5db2254419..dc14d11be80 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo @@ -4,6 +4,7 @@ model BypassValvePosition Buildings.Controls.OBC.ChilledBeams.SetPoints.BypassValvePosition bypValPos( + nPum=2, final k=10, final Ti=0.001) "Bypass valve position setpoint controller" @@ -33,13 +34,13 @@ protected equation connect(booPul.y, bypValPos.uPumSta) annotation (Line(points={{-58,40},{-20,40}, - {-20,4},{-2,4}}, color={255,0,255})); + {-20,6},{-2,6}}, color={255,0,255})); connect(pul.y, bypValPos.uPumSpe) annotation (Line(points={{-58,0},{-2,0}}, color={0,0,127})); connect(sin.y, bypValPos.dpChiWatLoo) annotation (Line(points={{-58,-40},{-20, - -40},{-20,-4},{-2,-4}}, color={0,0,127})); + -40},{-20,-6},{-2,-6}}, color={0,0,127})); annotation ( experiment( @@ -55,6 +56,31 @@ This example validates Buildings.Controls.OBC.ChilledBeams.SetPoints.BypassValvePosition.

                                                              +

                                                              +It consists of an open-loop setup for block bypValPos with +a Boolean pulse signal booPul that is used to simulate pump proven on signal, +a real pulse signal pul that is used to simulate pump speed, +and a sine signal sin that is used to simulate chilled water loop differential static pressure. +The block determines the bypass valve position setpoint bypValPos.yBypValPos +based on the pump proven on status uPumSta, measured pump +speed uPumSpe and measured differential pressure across the +demand loop dpChiWatLoo. +

                                                              +

                                                              +The following observations should be apparent from the simulation plots: +

                                                                +
                                                              1. +When none of the pumps are proven on (bypValPos.uPumSta[1]=false and bypValPos.uPumSta[2]=false) +for times between 2000 and 4000 seconds and for times greater than 6000 seconds, +the bypass valve position is completely opened (bypValPos.yBypValPos=1). +
                                                              2. +
                                                              3. +When the pumps are proven on and are running at minimum speed (bypValPos.minPumSpe=0.1), +the bypass valve position bypValPos.yBypValPos is used to regulate dpChiWatLoo at +maximum allowed loop pressure dPChiWatMax. +
                                                              4. +
                                                              +

                                                              ", revisions="
                                                              • diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo index c04422da92e..945e87cb2f6 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo @@ -4,7 +4,10 @@ model ChilledWaterStaticPressureSetpointReset Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( - final nVal=2) + final nVal=2, + nPum=2, + chiWatStaPreMax=400000, + chiWatStaPreMin=200000) annotation (Placement(transformation(extent={{40,-10},{60,10}}))); protected @@ -40,6 +43,30 @@ This example validates Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset.

                                                                +

                                                                +It consists of an open-loop setup for block chiWatStaPreSetRes with +a Boolean pulse signal booPul that is used to simulate pump proven on signal +and a sine signal sin2 that is used to simulate chilled water control valve position on chilled beams. +The block determines the pump static pressure setpoint chiWatStaPreSetRes.yStaPreSetPoi +based on a trim-and-respond logic, which is activated if any of the chilled water control valves +uValPos are open greater than valPosOpe and deactivated +if less than valPosClo. +

                                                                +

                                                                +The following observations should be apparent from the simulation plots: +

                                                                  +
                                                                1. +The block chiWatStaPreSetRes generates requests to reset pump static pressure setpoints +(chiWatStaPreSetRes.yStaPreSetPoi) when pump proven on signal is true +(chiWatStaPreSetRes.uPumSta[1]=true) and chilled water control valve is open greater than +chiWatStaPreSetRes.valPosLowOpe for chiWatStaPreSetRes.thrTimLow continuously. +
                                                                2. +
                                                                3. +The block chiWatStaPreSetRes generates zero request when pump proven on signal is false +(chiWatStaPreSetRes.uPumSta[1]=false). +
                                                                4. +
                                                                +

                                                                ", revisions="
                                                                • diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo index d2430c3aa61..8535a141219 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo @@ -79,6 +79,41 @@ This example validates Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterSupplyReset.

                                                                  +It consists of three open-loop setup for blocks chiWatSupRes, chiWatSupRes1, and chiWatSupRes2. +Each block has the similar input and output signals, in which, for example, a constant Real input signal ram +that is used to simulate Chilled water control valve position signal +(chiWatSupRes.uValPos), a Boolean pulse input signal that is used to simulate the condensation sensor signal, +and two outputs signals (chiWatSupRes.yChiWatSupReq and chiWatSupRes.TChiWatReq) +that generate the number of requests for chilled water supply and its temperature setpoint reset, respectively. +

                                                                  +The following observations should be apparent from the simulation plots: +

                                                                    +
                                                                  1. +When the control valve position (chiWatSupRes.uValPos=0.15) is open greater than +(chiWatSupRes.valPosHigOpeReq=0.1) for (chiWatSupRes.thrTimLowReq=300) continuously, +one request (chiWatSupRes.yChiWatSupReq=1) is generated for chilled water supply. +When the control valve position (chiWatSupRes.uValPos=0.15) is less than +(chiWatSupRes.valPosLowOpeTemRes=0.5), no requests (chiWatSupRes.TChiWatReq=0) +are generated for chilled water supply temperature setpoint reset. +
                                                                  2. +
                                                                  3. +When the control valve position (chiWatSupRes1.uValPos=0.55) is open greater than +(chiWatSupRes1.valPosHigOpeReq=0.5) for (chiWatSupRes1.thrTimHigReq=60) continuously, +two requests (chiWatSupRes1.yChiWatSupReq=2) is generated for chilled water supply. +When the control valve position (chiWatSupRes1.uValPos=0.55) is greater than +(chiWatSupRes1.valPosLowOpeTemRes=0.5) and when (chiWatSupRes1.uConSen=false), one request +(chiWatSupRes1.TChiWatReq=1) are generated for chilled water supply temperature setpoint reset. +
                                                                  4. +
                                                                  5. +When the control valve position (chiWatSupRes2.uValPos=1.0) is open greater than +(chiWatSupRe2.valPosHigOpeReq=0.5) for (chiWatSupRes2.thrTimHigReq=60) continuously, +two requests (chiWatSupRes2.yChiWatSupReq=2) is generated for chilled water supply. +When the control valve position (chiWatSupRes2.uValPos=1.0) is greater than +(chiWatSupRe2.valPosHigOpeTemRes=0.99) and and when (chiWatSupRes2.uConSen=false), two requests +(chiWatSupRes2.TChiWatReq=2) are generated for chilled water supply temperature setpoint reset. +
                                                                  6. +
                                                                  +

                                                                  ", revisions="
                                                                  • diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo index 2cbc1f88dae..758e9ead901 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo @@ -2,12 +2,24 @@ within Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation; model OperatingMode "Validate system operating mode setpoint controller" - Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode - operatingMode( - final schTab=[0,0; 1,1; 2,0; 24,0]) - "Instance of operating mode calculator for validation" + parameter Integer nSchRow = 4 + "Number of rows in schedule table"; + + parameter Real schTab[nSchRow,2] = [0,0; 6,1; 18,1; 24,1] + "Table defining schedule for enabling plant"; + + Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode operatingMode + "Instance of operating mode calculator for validation" annotation (Placement(transformation(extent={{10,-10},{30,10}}))); - + + CDL.Continuous.GreaterThreshold greThr(t=0.5) "Covert Real signal to Boolean" + annotation (Placement(transformation(extent={{-30,-50},{-10,-30}}))); + CDL.Continuous.Sources.TimeTable enaSch( + table=schTab, + smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, + timeScale=3600) + "Table defining when occupancy is expected" + annotation (Placement(transformation(extent={{-74,-50},{-54,-30}}))); protected Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul(final period=4000) "Boolean pulse source" @@ -16,6 +28,10 @@ protected equation connect(booPul.y, operatingMode.uDetOcc) annotation (Line(points={{-8,0},{8,0}}, color={255,0,255})); + connect(operatingMode.uOcc, greThr.y) annotation (Line(points={{8,-8},{-2,-8}, + {-2,-40},{-8,-40}}, color={255,0,255})); + connect(greThr.u, enaSch.y[1]) + annotation (Line(points={{-32,-40},{-52,-40}}, color={0,0,127})); annotation ( experiment( StopTime=7200, @@ -30,6 +46,27 @@ This example validates Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode.

                                                                    +

                                                                    +It consists of an open-loop setup for block operatingMode with +a Boolean pulse input booPul that is used to simulate the detection of occupancy signal operatingMode.uDetOcc, +a Boolean inuput greThr from a time table that is used to simulate occupancy schedule signal operatingMode.uOcc, +and a Integer output operatingMode.yOpeMod that generates system operating mode signal. +

                                                                    +

                                                                    +The following observations should be apparent from the simulation plots: +

                                                                      +
                                                                    1. +When the detection of occupancy signal is false (operatingMode.uDetOcc=false) and +occupancy schedule signal is true (operatingMode.uOcc=true), +the system operating mode setpoint is 1 (operatingMode.yOpeMod=1). +
                                                                    2. +
                                                                    3. +When the detection of occupancy signal is false (operatingMode.uDetOcc=false) and +occupancy schedule signal is false (operatingMode.uOcc=false), +the system operating mode setpoint is 2 (operatingMode.yOpeMod=2). +
                                                                    4. +
                                                                    +

                                                                    ", revisions="
                                                                    • diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo index 8bbd6965051..2510224db99 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo @@ -96,6 +96,36 @@ This example validates Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneRegulation.

                                                                      +

                                                                      +It consists of an open-loop setup for block zonRegCon with +two sine input signals sin1 and sin1 that are used to simulated +the measured zone temperature signal zonRegCon.TZon and measured discharge airflow rate signal +zonRegCon.VDis_flow, respectively, +a Boolean step input signal booPul that is used to simulate the signal from condensation sensor +in zone zonRegCon.uConSen, two constant Real input sigals that are used to simulate +the zone heating and cooling setpoint temperatures zonRegCon.TZonHeaSet and zonRegCon.TZonCooSet, respectively, +and a ramp signal ram that generates Real integer signal and uses reaToInt +to simulate the zone operation mode zonRegCon.uOpeMod. +

                                                                      +

                                                                      +The following observations should be apparent from the simulation plots: +

                                                                        +
                                                                      1. +The block zonRegCon generates the CAV reheat signal zonRegCon.yReh greater than 0 +when the measured zone temperature zonRegCon.TZon is below the zone heating setpoint zonRegCon.TZonHeaSet. +
                                                                      2. +
                                                                      3. +The block zonRegCon generates the CAV damper position signal zonRegCon.yDam that is greater than 0 to +adjust the supply air at volume flow rates VDes_occ, VDes_unoccUnsch, and VDes_unoccSch +when the operating modes zonRegCon.uOpeMod are occupied, +unoccupiedUnscheduled, and unoccupiedScheduled, respectively. +
                                                                      4. +
                                                                      5. +The block zonRegCon generates the chilled beam control valve position zonRegCon.yVal greater than 0 +when the measured zone temperature zonRegCon.TZon is above the zone cooling setpoint zonRegCon.TZonCooSet. +
                                                                      6. +
                                                                      +

                                                                      ", revisions="
                                                                      • From b0fd20ea1bfd6e79a7bc6a208d00bafd29943224 Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Tue, 18 Apr 2023 18:07:28 -0700 Subject: [PATCH 059/196] Updated corresponding models after removing ZoneTemperature model --- .../ChilledBeams/SetPoints/OperatingMode.mo | 37 ++--- .../OBC/ChilledBeams/Terminal/Controller.mo | 127 ++++++++++++------ .../Terminal/Validation/Controller.mo | 104 +++++++------- .../SetPoints/Validation/OperatingMode.mos | 2 +- ...ams.SetPoints.Validation.OperatingMode.mos | 2 +- 5 files changed, 148 insertions(+), 124 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo index 9d9ea8e78fc..618a9186882 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo @@ -2,12 +2,6 @@ within Buildings.Controls.OBC.ChilledBeams.SetPoints; block OperatingMode "Block with sequences for picking system operating mode" - parameter Integer nSchRow = 4 - "Number of rows in schedule table"; - - parameter Real schTab[nSchRow,2] = [0,1; 6,1; 18,1; 24,1] - "Table defining schedule for enabling plant"; - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDetOcc "Detected occupancy" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}), @@ -18,17 +12,13 @@ block OperatingMode annotation (Placement(transformation(extent={{100,-20},{140,20}}), iconTransformation(extent={{100,-20},{140,20}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch( - final table=schTab, - final smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, - final timeScale=3600) - "Table defining when occupancy is expected" - annotation (Placement(transformation(extent={{-90,-60},{-70,-40}}))); - Buildings.Controls.OBC.CDL.Integers.Switch intSwi "Pass signal for occupied mode if zone is occupied; Else pass signal for unoccupiedScheduled or unoccupiedUnscheduled" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); + CDL.Interfaces.BooleanInput uOcc "Define when occupancy is expected" + annotation (Placement(transformation(extent={{-140,-70},{-100,-30}}), + iconTransformation(extent={{-140,-100},{-100,-60}}))); protected parameter Integer modInt[3]={Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied, Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedScheduled, @@ -55,16 +45,9 @@ protected Buildings.Controls.OBC.CDL.Logical.Not not1 "Logical not" - annotation (Placement(transformation(extent={{-30,-60},{-10,-40}}))); - - Buildings.Controls.OBC.CDL.Continuous.GreaterThreshold greThr( - final t=0.5) - "Convert Real signal to Boolean" annotation (Placement(transformation(extent={{-60,-60},{-40,-40}}))); equation - connect(enaSch.y[1],greThr. u) - annotation (Line(points={{-68,-50},{-62,-50}}, color={0,0,127})); connect(conInt.y, intSwi.u1) annotation (Line(points={{2,30},{50,30},{50,8},{58, 8}}, color={255,127,0})); connect(conInt1.y, intSwi1.u1) annotation (Line(points={{2,-20},{10,-20},{10,-42}, @@ -75,13 +58,12 @@ equation {58,-8}}, color={255,127,0})); connect(intSwi.y, yOpeMod) annotation (Line(points={{82,0},{120,0}}, color={255,127,0})); - connect(greThr.y, not1.u) - annotation (Line(points={{-38,-50},{-32,-50}}, - color={255,0,255})); connect(not1.y, intSwi1.u2) - annotation (Line(points={{-8,-50},{18,-50}}, color={255,0,255})); + annotation (Line(points={{-38,-50},{18,-50}},color={255,0,255})); connect(uDetOcc, intSwi.u2) annotation (Line(points={{-120,0},{58,0}}, color={255,0,255})); + connect(not1.u, uOcc) + annotation (Line(points={{-62,-50},{-120,-50}}, color={255,0,255})); annotation (defaultComponentName="opeMod", Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), graphics={ @@ -109,7 +91,12 @@ equation extent={{60,8},{98,-10}}, textColor={255,127,0}, pattern=LinePattern.Dash, - textString="yOpeMod")}), Diagram( + textString="yOpeMod"), + Text( + extent={{-100,-74},{-70,-86}}, + textColor={255,0,255}, + pattern=LinePattern.Dash, + textString="uOcc")}), Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), Documentation(info="

                                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo index c5e8e309083..88e72f3209a 100644 --- a/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo @@ -2,12 +2,6 @@ within Buildings.Controls.OBC.ChilledBeams.Terminal; block Controller "Controller for zone CAV terminal and chilled beam manifold control valve" - parameter Integer nSchRow=4 - "Number of rows in schedule table"; - - parameter Real schTab[nSchRow,2]=[0,1; 6,1; 18,1; 24,1] - "Table defining schedule for enabling plant"; - parameter Real conSenOnThr( final unit="s", displayUnit="s", @@ -229,51 +223,61 @@ block Controller Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDetOcc "Detected occupancy in zone" - annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); + annotation (Placement(transformation(extent={{-128,66},{-100,94}}), + iconTransformation(extent={{-128,66},{-100,94}}))); Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uConSen "Signal indicating condensation detected in zone" - annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + annotation (Placement(transformation(extent={{-128,-34},{-100,-6}}), + iconTransformation(extent={{-128,-34},{-100,-6}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput TZon( final unit="K", displayUnit="K", final quantity="ThermodynamicTemperature") "Measured zone temperature" - annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + annotation (Placement(transformation(extent={{-128,-54},{-100,-26}}), + iconTransformation(extent={{-128,-54},{-100,-26}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput VDis_flow( final unit="m3/s", displayUnit="m3/s", final quantity="VolumeFlowRate") "Measured discharge air flow rate from CAV terminal" - annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + annotation (Placement(transformation(extent={{-128,-74},{-100,-46}}), + iconTransformation(extent={{-128,-74},{-100,-46}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput uChiVal( final unit="1", displayUnit="1") "Measured chilled beam manifold control valve position" - annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); + annotation (Placement(transformation(extent={{-128,-94},{-100,-66}}), + iconTransformation(extent={{-128,-94},{-100,-66}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yChiWatSupReq "Chilled water supply requests" - annotation (Placement(transformation(extent={{100,-60},{140,-20}}))); + annotation (Placement(transformation(extent={{100,-54},{128,-26}}), + iconTransformation(extent={{100,-54},{128,-26}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput TChiWatReq "Chilled water temperature reset requests" - annotation (Placement(transformation(extent={{100,-100},{140,-60}}))); + annotation (Placement(transformation(extent={{100,-94},{128,-66}}), + iconTransformation(extent={{100,-94},{128,-66}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yReh "CAV terminal reheat signal" - annotation (Placement(transformation(extent={{100,60},{140,100}}))); + annotation (Placement(transformation(extent={{100,66},{128,94}}), + iconTransformation(extent={{100,66},{128,94}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDam "CAV terminal damper position signal" - annotation (Placement(transformation(extent={{100,-20},{140,20}}))); + annotation (Placement(transformation(extent={{100,-14},{128,14}}), + iconTransformation(extent={{100,-14},{128,14}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiVal "Chilled beam manifold control valve position signal" - annotation (Placement(transformation(extent={{100,20},{140,60}}))); + annotation (Placement(transformation(extent={{100,26},{128,54}}), + iconTransformation(extent={{100,26},{128,54}}))); Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneRegulation zonRegCon( final conSenOnThr=conSenOnThr, @@ -297,12 +301,25 @@ block Controller final zonOccCooSet=zonOccCooSet, final zonUnoccCooSet=zonUnoccCooSet) "Zone temperature regulation controller" - annotation (Placement(transformation(extent={{-10,20},{10,40}}))); + annotation (Placement(transformation(extent={{-10,16},{10,36}}))); + CDL.Interfaces.RealInput TZonHeaSet( + final quantity="ThermodynamicTemperature", + final unit="K", + displayUnit="K") "Zone heating setpoint temperature" annotation (Placement( + transformation(extent={{-128,26},{-100,54}}), iconTransformation(extent= + {{-128,26},{-100,54}}))); + CDL.Interfaces.RealInput TZonCooSet( + final quantity="ThermodynamicTemperature", + final unit="K", + displayUnit="K") "Zone cooling setpoint temperature" annotation (Placement( + transformation(extent={{-128,6},{-100,34}}), iconTransformation(extent={ + {-128,6},{-100,34}}))); + CDL.Interfaces.BooleanInput uOcc "Define when occupancy is expected" + annotation (Placement(transformation(extent={{-128,46},{-100,74}}), + iconTransformation(extent={{-128,46},{-100,74}}))); protected - Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode opeMod( - final nSchRow=nSchRow, - final schTab=schTab) + Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode opeMod "Determine operating mode for zone" annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); @@ -324,31 +341,38 @@ protected equation connect(uDetOcc, opeMod.uDetOcc) - annotation (Line(points={{-120,80},{-102,80},{-102,80},{-82,80}}, - color={255,0,255})); + annotation (Line(points={{-114,80},{-82,80}}, color={255,0,255})); connect(opeMod.yOpeMod, zonRegCon.uOpeMod) annotation (Line(points={{-58,80},{ - -50,80},{-50,24},{-12,24}}, color={255,127,0})); - connect(uConSen, zonRegCon.uConSen) annotation (Line(points={{-120,40},{-60,40}, - {-60,32},{-12,32}}, color={255,0,255})); - connect(TZon, zonRegCon.TZon) annotation (Line(points={{-120,0},{-40,0},{-40,36}, - {-12,36}}, color={0,0,127})); - connect(VDis_flow, zonRegCon.VDis_flow) annotation (Line(points={{-120,-40},{-30, - -40},{-30,28},{-12,28}}, color={0,0,127})); - connect(zonRegCon.yReh, yReh) annotation (Line(points={{12,34},{60,34},{60,80}, - {120,80}}, color={0,0,127})); + -50,80},{-50,18},{-12,18}}, color={255,127,0})); + connect(uConSen, zonRegCon.uConSen) annotation (Line(points={{-114,-20},{-62,-20}, + {-62,24.6},{-12,24.6}}, + color={255,0,255})); + connect(TZon, zonRegCon.TZon) annotation (Line(points={{-114,-40},{-32,-40},{-32, + 31.2},{-12,31.2}}, + color={0,0,127})); + connect(VDis_flow, zonRegCon.VDis_flow) annotation (Line(points={{-114,-60},{-36, + -60},{-36,21.2},{-12,21.2}}, color={0,0,127})); + connect(zonRegCon.yReh, yReh) annotation (Line(points={{12,30},{60,30},{60,80}, + {114,80}}, color={0,0,127})); connect(zonRegCon.yChiVal, yChiVal) - annotation (Line(points={{12,30},{66,30},{66,40},{120,40}}, + annotation (Line(points={{12,26},{66,26},{66,40},{114,40}}, color={0,0,127})); - connect(zonRegCon.yDam, yDam) annotation (Line(points={{12,26},{60,26},{60,0}, - {120,0}}, color={0,0,127})); - connect(uChiVal, chiWatSupRes.uValPos) annotation (Line(points={{-120,-80},{-20, + connect(zonRegCon.yDam, yDam) annotation (Line(points={{12,22},{60,22},{60,0}, + {114,0}}, color={0,0,127})); + connect(uChiVal, chiWatSupRes.uValPos) annotation (Line(points={{-114,-80},{-20, -80},{-20,-56},{-12,-56}}, color={0,0,127})); - connect(uConSen, chiWatSupRes.uConSen) annotation (Line(points={{-120,40},{-60, - 40},{-60,-64},{-12,-64}}, color={255,0,255})); - connect(chiWatSupRes.yChiWatSupReq, yChiWatSupReq) annotation (Line(points={{12, - -54},{80,-54},{80,-40},{120,-40}}, color={255,127,0})); + connect(uConSen, chiWatSupRes.uConSen) annotation (Line(points={{-114,-20},{-18, + -20},{-18,-64},{-12,-64}},color={255,0,255})); + connect(chiWatSupRes.yChiWatSupReq, yChiWatSupReq) annotation (Line(points={{12,-54}, + {80,-54},{80,-40},{114,-40}}, color={255,127,0})); connect(chiWatSupRes.TChiWatReq, TChiWatReq) annotation (Line(points={{12,-66}, - {80,-66},{80,-80},{120,-80}}, color={255,127,0})); + {80,-66},{80,-80},{114,-80}}, color={255,127,0})); + connect(zonRegCon.TZonHeaSet, TZonHeaSet) annotation (Line(points={{-12,34.2}, + {-42,34.2},{-42,34},{-70,34},{-70,40},{-114,40}}, color={0,0,127})); + connect(zonRegCon.TZonCooSet, TZonCooSet) annotation (Line(points={{-12,28},{-70, + 28},{-70,20},{-114,20}}, color={0,0,127})); + connect(opeMod.uOcc, uOcc) annotation (Line(points={{-82,72},{-90,72},{-90,60}, + {-114,60}}, color={255,0,255})); annotation (defaultComponentName="terCon", Icon(coordinateSystem(preserveAspectRatio=false), graphics={ Text( @@ -366,17 +390,17 @@ equation pattern=LinePattern.Dash, textString="uDetOcc"), Text( - extent={{-96,48},{-60,32}}, + extent={{-98,-12},{-62,-28}}, textColor={255,0,255}, pattern=LinePattern.Dash, textString="uConSen"), Text( - extent={{-100,4},{-76,-6}}, + extent={{-100,-36},{-76,-46}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="TZon"), Text( - extent={{-98,-32},{-62,-48}}, + extent={{-98,-52},{-62,-68}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="VDis_flow"), @@ -409,7 +433,22 @@ equation extent={{54,-70},{98,-90}}, textColor={255,127,0}, pattern=LinePattern.Dash, - textString="TChiWatReq")}), Diagram( + textString="TChiWatReq"), + Text( + extent={{-98,54},{-54,28}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="TZonHeaSet"), + Text( + extent={{-98,32},{-54,6}}, + textColor={0,0,127}, + pattern=LinePattern.Dash, + textString="TZonCooSet"), + Text( + extent={{-100,66},{-72,56}}, + textColor={255,0,255}, + pattern=LinePattern.Dash, + textString="uOcc")}), Diagram( coordinateSystem(preserveAspectRatio=false)), Documentation(info="

                                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo index 4d05157a4a7..12615a36d5c 100644 --- a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo @@ -2,6 +2,12 @@ within Buildings.Controls.OBC.ChilledBeams.Terminal.Validation; model Controller "Validate zone temperature setpoint controller" + parameter Integer nSchRow = 4 + "Number of rows in schedule table"; + + parameter Real schTab[nSchRow,2] = [0,0; 6,1; 18,1; 24,1] + "Table defining schedule for enabling plant"; + Buildings.Controls.OBC.ChilledBeams.Terminal.Controller terCon( final VDes_occ=0.5, @@ -10,6 +16,14 @@ model Controller "Zone terminal controller" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + CDL.Continuous.GreaterThreshold greThr(t=0.5) "Covert Real signal to Boolean" + annotation (Placement(transformation(extent={{-40,16},{-20,36}}))); + CDL.Continuous.Sources.TimeTable enaSch( + table=schTab, + smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, + timeScale=3600) + "Table defining when occupancy is expected" + annotation (Placement(transformation(extent={{-80,16},{-60,36}}))); protected Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel( final samplePeriod=1) @@ -21,46 +35,68 @@ protected final freqHz=1/360, final offset=0.5) "Continuous sine signal" - annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); + annotation (Placement(transformation(extent={{-80,-94},{-60,-74}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul( final width=0.9, final period=1200) "Boolean step signal" - annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + annotation (Placement(transformation(extent={{-80,46},{-60,66}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 "Logical Not" - annotation (Placement(transformation(extent={{-40,30},{-20,50}}))); + annotation (Placement(transformation(extent={{-40,46},{-20,66}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin1( final amplitude=5, final freqHz=1/720, final offset=295) "Continuous sine signal" - annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + annotation (Placement(transformation(extent={{-80,-66},{-60,-46}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul1( final period=4000) "Boolean pulse source" - annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + annotation (Placement(transformation(extent={{-80,74},{-60,94}}))); +protected + CDL.Continuous.Sources.Constant con(final k=273.15 + + 22) + "Zone occupied heating setpoint" + annotation (Placement(transformation(extent={{-56,-6},{-36,14}}))); + CDL.Continuous.Sources.Constant con1(final k=273.15 + + 26) + "Zone occupied cooling setpoint" + annotation (Placement(transformation(extent={{-56,-40},{-36,-20}}))); equation connect(booPul.y, not1.u) - annotation (Line(points={{-58,40},{-42,40}}, color={255,0,255})); + annotation (Line(points={{-58,56},{-42,56}}, color={255,0,255})); connect(sin1.y, terCon.TZon) - annotation (Line(points={{-58,0},{18,0}}, color={0,0,127})); - connect(sin.y, terCon.VDis_flow) annotation (Line(points={{-58,-40},{0,-40},{0, - -4},{18,-4}}, color={0,0,127})); - connect(not1.y, terCon.uConSen) annotation (Line(points={{-18,40},{0,40},{0,4}, - {18,4}}, color={255,0,255})); - connect(booPul1.y, terCon.uDetOcc) annotation (Line(points={{-58,80},{10,80},{ - 10,8},{18,8}}, color={255,0,255})); + annotation (Line(points={{-58,-56},{-20,-56},{-20,-4},{18.6,-4}}, + color={0,0,127})); + connect(sin.y, terCon.VDis_flow) annotation (Line(points={{-58,-84},{0,-84},{0, + -6},{18.6,-6}}, + color={0,0,127})); + connect(not1.y, terCon.uConSen) annotation (Line(points={{-18,56},{0,56},{0,-2}, + {18.6,-2}}, + color={255,0,255})); connect(terCon.yChiVal, uniDel.u) - annotation (Line(points={{42,4},{50,4},{50,0},{58,0}}, color={0,0,127})); + annotation (Line(points={{41.4,4},{50,4},{50,0},{58,0}}, + color={0,0,127})); connect(uniDel.y, terCon.uChiVal) annotation (Line(points={{82,0},{90,0},{90,-20}, - {10,-20},{10,-8},{18,-8}}, color={0,0,127})); + {10,-20},{10,-8},{18.6,-8}}, + color={0,0,127})); + connect(terCon.TZonHeaSet, con.y) + annotation (Line(points={{18.6,4},{18.6,4},{-34,4}}, color={0,0,127})); + connect(con1.y, terCon.TZonCooSet) annotation (Line(points={{-34,-30},{-24,-30}, + {-24,2},{18.6,2},{18.6,2}}, color={0,0,127})); + connect(terCon.uDetOcc, booPul1.y) annotation (Line(points={{18.6,8},{8,8},{8, + 84},{-58,84}}, color={255,0,255})); + connect(greThr.u,enaSch. y[1]) + annotation (Line(points={{-42,26},{-58,26}}, color={0,0,127})); + connect(terCon.uOcc, greThr.y) annotation (Line(points={{18.6,6},{-8,6},{-8,26}, + {-18,26}}, color={255,0,255})); annotation ( experiment( StopTime=3600, @@ -113,44 +149,6 @@ whenever terCon.VDis_flow falls below the discharge air flowrate se

                                                      -

                                                      -It consists of an open-loop setup for the terminal controller block terCon, -with boolean pulse signals booPul1 and booPul for the -detected occupancy input terCon.uDetOcc and the detected condensation signal -terCon.uConSen. It also has sinusoidal inputs sin1 and sin -for the measured zone temperature input terCon.TZon and the measured terminal -discharge air flowrate terCon.VDis_flow. The chilled water valve position signal -terCon.yChiVal is captured using a unit delay block uniDel and -is provided as input to the measured chilled water valve position input terCon.uChiVal. -

                                                      -

                                                      -The following observations should be apparent from the simulation plots: -

                                                        -
                                                      1. -Valve position signal terCon.yChiVal is increased from 0 whenever terCon.TZon -exceeds the zone cooling setpoint temperature terCon.zonRegCon.TZonSet.TZonCooSet. -It is reduced to 0 whenever terCon.uConSen becomes true -for duration conSenOnThr. -
                                                      2. -
                                                      3. -It also determines the number of chilled water supply requests -terCon.yChiWatSupReq and temperature reset requests terCon.TChiWatReq. -terCon.TChiWatReq should be zero whenever terCon.uConSen -becomes true for duration conSenOnThr. -
                                                      4. -
                                                      5. -Terminal reheat signal terCon.yReh is increased from 0 -whenever terCon.TZon falls below the zone heating setpoint temperature -terCon.zonRegCon.TZonSet.TZonHeaSet. -
                                                      6. -
                                                      7. -Terminal damper position signal terCon.yDam is increased from 0 -whenever terCon.VDis_flow falls below the discharge air flowrate setpoint -terCon.zonRegCon.mulSum.y. It is changed to 1 whenever -terCon.uConSen becomes true for duration conSenOnThr. -
                                                      8. -
                                                      -

                                                      ", revisions="
                                                      • diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos index fc6f379c542..c1839293ac5 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos @@ -1,5 +1,5 @@ simulateModel("Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="OperatingMode"); -createPlot(id=1, position={0, 0, 1338, 978}, y={"operatingMode.enaSch.y[1]"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1338, 978}, y={"operatingMode.uOcc"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.uDetOcc"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1338, 192}, y={"operatingMode.intSwi.y"}, range={0.0, 7600.0, -1.0, 4.0}, grid=true, subPlot=3, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode.mos index ae9d46610f1..c892ec5db6f 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode.mos @@ -1,6 +1,6 @@ compareVars := { - "operatingMode.enaSch.y[1]", + "operatingMode.uOcc", "operatingMode.uDetOcc", "operatingMode.intSwi.y" }; From 633aa32eac452219b3edb30e779b72192af64bde Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Tue, 18 Apr 2023 18:08:37 -0700 Subject: [PATCH 060/196] Labelled inputs and outputs for controllers --- .../ChilledBeams/ChilledBeamsSchematic.svg | 807 ++++++++++++++---- 1 file changed, 632 insertions(+), 175 deletions(-) diff --git a/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg index ce1d51259fa..95c04d56a34 100644 --- a/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg +++ b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg @@ -2,11 +2,11 @@ + inkscape:isstock="true" + viewBox="0 0 12.705841 9.5264135" + markerWidth="6.7059994" + markerHeight="5.0279336" + preserveAspectRatio="xMidYMid"> + inkscape:isstock="true" + viewBox="0 0 12.705841 9.5264135" + markerWidth="6.7059999" + markerHeight="5.0279341" + preserveAspectRatio="xMidYMid"> + inkscape:isstock="true" + viewBox="0 0 12.705841 9.5264135" + markerWidth="12.705841" + markerHeight="9.5264139" + preserveAspectRatio="xMidYMid"> + inkscape:isstock="true" + viewBox="0 0 12.705841 9.5264135" + markerWidth="12.705841" + markerHeight="9.5264139" + preserveAspectRatio="xMidYMid"> + inkscape:isstock="true" + viewBox="0 0 12.705841 9.5264135" + markerWidth="12.705841" + markerHeight="9.5264139" + preserveAspectRatio="xMidYMid"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inkscape:pagecheckerboard="0" + inkscape:showpageshadow="2" + inkscape:deskcolor="#d1d1d1"> primary pump secondary pump bypass leg isolation valve - supply line control signal return line chiller plant - primary loop - bypassvalve chilled watercontrol valve + transform="translate(6,68)"> + transform="translate(2.428186,114)"> - + transform="translate(20,-84)"> + + + zone chilled beam manifold + x="470.87253" + y="-133.27902">chilled beam manifold from doas supply + x="485.14017" + y="58.407078">from doas supply cav reheat coil + x="580.94403" + y="13.283389">cav reheat coil cav damper + x="567.16083" + y="-25.310787">cav damper + valve position + valve position + valve position + damper position + air flow rate + DPT to doas exhaust + x="489.02789" + y="-202.69885">to doas exhaust + transform="translate(22,-84)"> + transform="matrix(0.63461071,0,0,0.5048764,-148.79413,-307.97561)"> system controller + id="tspan8008">system controller terminal controller + id="tspan8010">terminal controller + style="fill:none;stroke:#000000;stroke-width:1.025;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:4.30501;stroke-dashoffset:0;stroke-opacity:1" + d="M 55.6788,-66.826984 V -470.1506 H 38.912624" + id="path33686-4-9" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + requests to -primary loop + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="-13.4358" + y="-287.07047" + id="text4327-6-6-3-4-2-2-8-5-8" + transform="rotate(-90)">differentialpressure + pump enable and speed + temp. and occupancy + condensationdetection + reheat signal + requests to primary loop From 981c7fb49e4e3eea8a59908cf8bc47b7c74b2c9b Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Wed, 19 Apr 2023 12:54:44 -0700 Subject: [PATCH 061/196] Removed some lines and labels for simplicity --- .../ChilledBeams/ChilledBeamsSchematic.svg | 341 +++++++----------- 1 file changed, 123 insertions(+), 218 deletions(-) diff --git a/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg index 95c04d56a34..653e369d642 100644 --- a/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg +++ b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg @@ -996,7 +996,7 @@ fit-margin-right="0" fit-margin-bottom="0" inkscape:zoom="3.0015905" - inkscape:cx="501.40084" + inkscape:cx="558.03748" inkscape:cy="243.20439" inkscape:window-x="3829" inkscape:window-y="-11" @@ -1039,12 +1039,12 @@ inkscape:connector-curvature="0" /> secondary pump supply line control signal differential pressure transmitter + return line @@ -1204,17 +1221,17 @@ chilled watercontrol valve @@ -1342,6 +1359,19 @@ y="-94.672569" transform="rotate(-90)" /> + + + valve position - valve position - valve position - damper position - air flow rateair flow rate from damper DPT + id="tspan2624">DPT system controller + id="tspan2626">system controller terminal controller + id="tspan2628">terminal controller - - - - - - - - - - - - - - - - - - - differentialpressure + id="tspan5088">zone temp. and occupancy pump enable condensation detection from and speed + id="tspan2046">chilled beam manifold temp. and occupancy + id="tspan5676">requests to primary loop + DPT condensationposition from chilled detection - reheat signal + id="tspan2015">water control valve requests to primary loop + id="tspan2015-1">differential pressure from DPT From 940004bd6142846d0b7b469c9ef9889f738eef5d Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Wed, 19 Apr 2023 12:58:09 -0700 Subject: [PATCH 062/196] Added ZeroIndexCorrection block and modified some errors Errors from nexLagPum and lasLagPum blocks --- .../ChilledBeams/SecondaryPumps/Controller.mo | 66 ++++----- ...ChilledWaterStaticPressureSetpointReset.mo | 4 +- .../SetPoints/ZeroIndexCorrection.mo | 129 ++++++++++++++++++ .../OBC/ChilledBeams/SetPoints/package.order | 1 + .../System/Validation/Controller.mo | 10 +- 5 files changed, 173 insertions(+), 37 deletions(-) create mode 100644 Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo index 81e4011279e..c6187340cff 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo @@ -204,6 +204,10 @@ block Controller "Enable and disable lag pumps using pump speed" annotation (Placement(transformation(extent={{-120,28},{-100,48}}))); + SetPoints.ZeroIndexCorrection zerStaIndCor + annotation (Placement(transformation(extent={{-86,-134},{-66,-114}}))); + SetPoints.ZeroIndexCorrection zerStaIndCor1 + annotation (Placement(transformation(extent={{-86,-80},{-66,-60}}))); protected parameter Integer pumInd[nPum]={i for i in 1:nPum} "Pump index, {1,2,...,n}"; @@ -269,26 +273,22 @@ protected annotation (Placement(transformation(extent={{-20,160},{0,180}}))); Buildings.Controls.OBC.CDL.Routing.RealExtractor nexLagPum( - final allowOutOfRange=true, - final nin=nPum, - final outOfRangeValue=0) + final nin=nPum) "Find index of next lag pump to be enabled from the pump staging order" - annotation (Placement(transformation(extent={{-80,-60},{-60,-40}}))); + annotation (Placement(transformation(extent={{-62,-56},{-42,-36}}))); Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt1 "Convert real input to integer output" - annotation (Placement(transformation(extent={{-8,-60},{12,-40}}))); + annotation (Placement(transformation(extent={{-8,-56},{12,-36}}))); Buildings.Controls.OBC.CDL.Routing.RealExtractor lasLagPum( - final allowOutOfRange=true, - final nin=nPum, - final outOfRangeValue=0) + final nin=nPum) "Find index of last lag pump to be disabled from pump staging order" - annotation (Placement(transformation(extent={{-80,-110},{-60,-90}}))); + annotation (Placement(transformation(extent={{-60,-112},{-40,-92}}))); Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt2 "Convert real input to integer output" - annotation (Placement(transformation(extent={{-8,-110},{12,-90}}))); + annotation (Placement(transformation(extent={{-6,-110},{14,-90}}))); Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt[nPum] "Convert boolean to integer" @@ -301,7 +301,7 @@ protected Buildings.Controls.OBC.CDL.Integers.Add addInt "Add one to number of currently enabled pumps to obtain next lag pump" - annotation (Placement(transformation(extent={{-120,-80},{-100,-60}}))); + annotation (Placement(transformation(extent={{-118,-76},{-98,-56}}))); Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus chaPumSta1( @@ -347,11 +347,11 @@ equation annotation (Line(points={{-38,170},{-22,170}},color={0,0,127})); connect(intToRea.y, nexLagPum.u) - annotation (Line(points={{-178,170},{-160,170},{-160,-50},{-82,-50}}, + annotation (Line(points={{-178,170},{-160,170},{-160,-46},{-64,-46}}, color={0,0,127})); connect(intToRea.y, lasLagPum.u) - annotation (Line(points={{-178,170},{-160,170},{-160,-100},{-82,-100}}, + annotation (Line(points={{-178,170},{-160,170},{-160,-102},{-62,-102}}, color={0,0,127})); connect(uChiWatPum, booToInt.u) @@ -361,20 +361,14 @@ equation connect(booToInt.y, mulSumInt.u) annotation (Line(points={{-228,-120},{-202,-120}}, color={255,127,0})); - connect(addInt.y, nexLagPum.index) - annotation (Line(points={{-98,-70},{-70,-70},{-70,-62}}, color={255,127,0})); - connect(mulSumInt.y, addInt.u2) - annotation (Line(points={{-178,-120},{-128,-120},{-128,-76},{-122,-76}}, + annotation (Line(points={{-178,-120},{-140,-120},{-140,-72},{-120,-72}}, color={255,127,0})); connect(conInt.y, addInt.u1) - annotation (Line(points={{-230,144},{-140,144},{-140,-64},{-122,-64}}, + annotation (Line(points={{-230,144},{-140,144},{-140,-60},{-120,-60}}, color={255,127,0})); - connect(mulSumInt.y, lasLagPum.index) - annotation (Line(points={{-178,-120},{-70,-120},{-70,-112}}, color={255,127,0})); - connect(reaToInt.y, chaPumSta1.uNexLagPum) annotation (Line(points={{2,170},{46, 170},{46,74},{55.8,74}}, color={255,127,0})); @@ -390,20 +384,14 @@ equation connect(uniDel.y, enaLagSecPum.uPumSpe) annotation (Line(points={{-178,38},{-122,38}}, color={0,0,127})); - connect(reaToInt1.y, chaPumSta4.uNexLagPum) annotation (Line(points={{14,-50}, - {32,-50},{32,-4},{119.8,-4}}, + connect(reaToInt1.y, chaPumSta4.uNexLagPum) annotation (Line(points={{14,-46}, + {32,-46},{32,-4},{119.8,-4}}, color={255,127,0})); - connect(reaToInt2.y, chaPumSta4.uLasLagPum) annotation (Line(points={{14,-100}, + connect(reaToInt2.y, chaPumSta4.uLasLagPum) annotation (Line(points={{16,-100}, {38,-100},{38,-8},{119.8,-8}}, color={255,127,0})); - connect(nexLagPum.y, reaToInt1.u) - annotation (Line(points={{-58,-50},{-10,-50}}, color={0,0,127})); - - connect(lasLagPum.y, reaToInt2.u) - annotation (Line(points={{-58,-100},{-10,-100}}, color={0,0,127})); - connect(mulSumInt.y, intLesEquThr.u) annotation (Line(points={{-178,-120},{-166, -120},{-166,-26},{-120,-26}}, color={255,127,0})); @@ -468,6 +456,22 @@ equation connect(dpChiWat_remote, pumSpeRemDp.dpChiWat[1]) annotation (Line(points={{ -300,-160},{-34,-160},{-34,-190},{-22,-190}}, color={0,0,127})); + connect(mulSumInt.y, zerStaIndCor.uInd) + annotation (Line(points={{-178,-120},{-88,-120}}, color={255,127,0})); + connect(zerStaIndCor.yIndMod, lasLagPum.index) annotation (Line(points={{-64, + -120},{-50,-120},{-50,-114}}, color={255,127,0})); + connect(zerStaIndCor.yMod, reaToInt2.u) annotation (Line(points={{-64,-128},{ + -16,-128},{-16,-100},{-8,-100}}, color={0,0,127})); + connect(lasLagPum.y, zerStaIndCor.u) annotation (Line(points={{-38,-102},{-38, + -86},{-116,-86},{-116,-128},{-88,-128}}, color={0,0,127})); + connect(addInt.y, zerStaIndCor1.uInd) + annotation (Line(points={{-96,-66},{-88,-66}}, color={255,127,0})); + connect(zerStaIndCor1.yIndMod, nexLagPum.index) annotation (Line(points={{-64, + -66},{-52,-66},{-52,-58}}, color={255,127,0})); + connect(zerStaIndCor1.yMod, reaToInt1.u) annotation (Line(points={{-64,-74},{ + -16,-74},{-16,-46},{-10,-46}}, color={0,0,127})); + connect(nexLagPum.y, zerStaIndCor1.u) annotation (Line(points={{-40,-46},{-40, + -30},{-92,-30},{-92,-74},{-88,-74}}, color={0,0,127})); annotation (defaultComponentName="secPumCon", Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-280,-240},{280,200}}), @@ -486,7 +490,7 @@ annotation (defaultComponentName="secPumCon", horizontalAlignment=TextAlignment.Right, textString="Enable lead pump"), Rectangle( - extent={{-276,56},{274,-136}}, + extent={{-278,56},{272,-136}}, fillColor={210,210,210}, fillPattern=FillPattern.Solid, pattern=LinePattern.None), diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo index 945e87cb2f6..44a5fd91789 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo @@ -6,8 +6,8 @@ model ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( final nVal=2, nPum=2, - chiWatStaPreMax=400000, - chiWatStaPreMin=200000) + chiWatStaPreMax=30000, + chiWatStaPreMin=20000) annotation (Placement(transformation(extent={{40,-10},{60,10}}))); protected diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo new file mode 100644 index 00000000000..5010cdf9b7c --- /dev/null +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo @@ -0,0 +1,129 @@ +within Buildings.Controls.OBC.ChilledBeams.SetPoints; +block ZeroIndexCorrection + "Block to pass the correct the number of pump enable details when index signal is zero, while avoiding assert errors" + + Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uInd + "Index signal" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}), + iconTransformation(extent={{-140,20},{-100,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput u + "Real input signal" annotation (Placement( + transformation(extent={{-140,-60},{-100,-20}}), iconTransformation( + extent={{-140,-60},{-100,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yIndMod + "Modified index value to avoid assert errors" + annotation (Placement(transformation(extent={{100,20},{140,60}}), + iconTransformation(extent={{100,20},{140,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yMod + "Modified value" annotation (Placement( + transformation(extent={{100,-60},{140,-20}}), iconTransformation(extent= + {{100,-60},{140,-20}}))); + +protected + Buildings.Controls.OBC.CDL.Integers.Equal intEqu + "Check if the index signal is zero" + annotation (Placement(transformation(extent={{-40,30},{-20,50}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntZer( + final k=0) + "Constant zero integer signal" + annotation (Placement(transformation(extent={{-80,0},{-60,20}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea( + final realTrue=0, + final realFalse=1) + "Pass a zero multiplication signal to the number of pump enable modfier" + annotation (Placement(transformation(extent={{0,10},{20,30}}))); + + Buildings.Controls.OBC.CDL.Integers.Add addInt + "Add one to the index value when it is zero" + annotation (Placement(transformation(extent={{40,70},{60,90}}))); + + Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt1 + "Pass an integer one signal to the index modifier" + annotation (Placement(transformation(extent={{0,50},{20,70}}))); + + Buildings.Controls.OBC.CDL.Continuous.Multiply mul + "Multiply the capacity value by zero when the index signal is zero" + annotation (Placement(transformation(extent={{40,-50},{60,-30}}))); + +equation + connect(uInd, intEqu.u1) + annotation (Line(points={{-120,40},{-42,40}}, color={255,127,0})); + connect(conIntZer.y, intEqu.u2) annotation (Line(points={{-58,10},{-50,10},{-50, + 32},{-42,32}}, color={255,127,0})); + connect(intEqu.y, booToRea.u) annotation (Line(points={{-18,40},{-10,40},{-10, + 20},{-2,20}}, color={255,0,255})); + connect(uInd, addInt.u1) annotation (Line(points={{-120,40},{-80,40},{-80,86}, + {38,86}}, color={255,127,0})); + connect(intEqu.y, booToInt1.u) annotation (Line(points={{-18,40},{-10,40},{-10, + 60},{-2,60}}, color={255,0,255})); + connect(booToInt1.y, addInt.u2) annotation (Line(points={{22,60},{30,60},{30,74}, + {38,74}}, color={255,127,0})); + connect(addInt.y, yIndMod) annotation (Line(points={{62,80},{80,80},{80,40},{120, + 40}}, color={255,127,0})); + connect(mul.y, yMod) + annotation (Line(points={{62,-40},{120,-40}}, color={0,0,127})); + connect(booToRea.y, mul.u1) annotation (Line(points={{22,20},{30,20},{30,-34}, + {38,-34}}, color={0,0,127})); + connect(u, mul.u2) annotation (Line(points={{-120,-40},{30,-40},{30,-46},{38,-46}}, + color={0,0,127})); + annotation (defaultComponentName="zerStaIndCor", + Icon(coordinateSystem(preserveAspectRatio=false), + graphics={ + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={0,0,0}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-110,140},{110,100}}, + textColor={0,0,255}, + textString="%name")}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

                                                        + This block has been iomplemented to overcome the zero-index errors being + reported in the block + + Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Validation.Controller. + The current staging setpoint logic uses an index value of 0 to represent the + block being turned off. This is resulting in errors reported in the instances + of the + + RealExtractor block. +

                                                        +

                                                        + To overcome, this the block accepts input signals uInd for the + current index value, and u for the current signal. + It outputs a modified index signal yIndMod and a modified + signal yMod. +

                                                          +
                                                        • + yIndMod is set to 1 and yMod is set to zero + when uInd is zero. +
                                                        • +
                                                        • + yIndMod is set to uInd and yMod is + set to u when uInd is not zero. +
                                                        • +
                                                        +

                                                        +

                                                        + For an example of usage, check the + + Controller block. +

                                                        + ", revisions=" +
                                                          +
                                                        • + April 3, 2023, by Karthik Devaprasad:
                                                          + First implementation. +
                                                        • +
                                                        + "), + experiment(Tolerance=1e-6)); +end ZeroIndexCorrection; diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order b/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order index f65867d4134..d477ef4c201 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order @@ -3,4 +3,5 @@ ChilledWaterStaticPressureSetpointReset ChilledWaterSupplyReset OperatingMode ZoneRegulation +ZeroIndexCorrection Validation diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo index c9207a11897..738e79f3251 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo @@ -3,7 +3,9 @@ model Controller "Validate zone temperature setpoint controller" Buildings.Controls.OBC.ChilledBeams.System.Controller - sysCon(dPChiWatMax=31000) + sysCon( + nPum=2, + nVal=3,dPChiWatMax=31000) "System controller" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); @@ -28,11 +30,11 @@ protected equation connect(pul.y, sysCon.uValPos) - annotation (Line(points={{-58,0},{-40,0},{-40,-4},{-12,-4}}, color={0,0,127})); + annotation (Line(points={{-58,0},{-40,0},{-40,-6},{-12,-6}}, color={0,0,127})); connect(sysCon.yChiWatPum, pre1.u) - annotation (Line(points={{12,4},{20,4},{20,0},{28,0}}, color={255,0,255})); + annotation (Line(points={{12,6},{20,6},{20,0},{28,0}}, color={255,0,255})); connect(pre1.y, sysCon.uPumSta) - annotation (Line(points={{52,0},{60,0},{60,50},{-20,50},{-20,4},{-12,4}}, + annotation (Line(points={{52,0},{60,0},{60,50},{-20,50},{-20,6},{-12,6}}, color={255,0,255})); connect(sin2.y, sysCon.dPChiWatLoo) annotation (Line(points={{-58,40},{-30,40}, From e7e76b7bc55dce0e93a3d6c8afb64b44bf173d3e Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Thu, 20 Apr 2023 15:07:45 -0700 Subject: [PATCH 063/196] Deleted the primary loop components --- .../ChilledBeams/ChilledBeamsSchematic.svg | 225 +++++++----------- 1 file changed, 89 insertions(+), 136 deletions(-) diff --git a/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg index 653e369d642..33ff20e2039 100644 --- a/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg +++ b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg @@ -735,13 +735,21 @@ - + + + + + + + - - - - - primary pump - secondary pump - bypass leg return line - chiller plant - - - - - - - - - - @@ -1431,16 +1361,16 @@ air flow rate from damper DPT + id="tspan9994">DPT system controller + id="tspan9996">system controller terminal controller + id="tspan9998">terminal controller - DPT + id="tspan10000">DPT position from chilled water control valve differential pressure from DPT + + return to primary loop + supply from primary loop From feb925deb0be6d9a97731419552d3d7dc9a96bb6 Mon Sep 17 00:00:00 2001 From: junkewang001 Date: Thu, 20 Apr 2023 15:09:40 -0700 Subject: [PATCH 064/196] Added max allowed value in ZeroIndexCorrection block --- .../ChilledBeams/SecondaryPumps/Controller.mo | 18 +++++----- .../SetPoints/ZeroIndexCorrection.mo | 35 ++++++++++++++----- 2 files changed, 35 insertions(+), 18 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo index c6187340cff..73ded03fd4f 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo @@ -204,11 +204,11 @@ block Controller "Enable and disable lag pumps using pump speed" annotation (Placement(transformation(extent={{-120,28},{-100,48}}))); - SetPoints.ZeroIndexCorrection zerStaIndCor + SetPoints.ZeroIndexCorrection zerStaIndCor(yMax=nPum) annotation (Placement(transformation(extent={{-86,-134},{-66,-114}}))); - SetPoints.ZeroIndexCorrection zerStaIndCor1 + SetPoints.ZeroIndexCorrection zerStaIndCor1(yMax=nPum) annotation (Placement(transformation(extent={{-86,-80},{-66,-60}}))); -protected +// protected parameter Integer pumInd[nPum]={i for i in 1:nPum} "Pump index, {1,2,...,n}"; @@ -458,20 +458,20 @@ equation -300,-160},{-34,-160},{-34,-190},{-22,-190}}, color={0,0,127})); connect(mulSumInt.y, zerStaIndCor.uInd) annotation (Line(points={{-178,-120},{-88,-120}}, color={255,127,0})); - connect(zerStaIndCor.yIndMod, lasLagPum.index) annotation (Line(points={{-64, - -120},{-50,-120},{-50,-114}}, color={255,127,0})); - connect(zerStaIndCor.yMod, reaToInt2.u) annotation (Line(points={{-64,-128},{ - -16,-128},{-16,-100},{-8,-100}}, color={0,0,127})); + connect(zerStaIndCor.yIndMod, lasLagPum.index) annotation (Line(points={{-64,-120}, + {-50,-120},{-50,-114}}, color={255,127,0})); connect(lasLagPum.y, zerStaIndCor.u) annotation (Line(points={{-38,-102},{-38, -86},{-116,-86},{-116,-128},{-88,-128}}, color={0,0,127})); connect(addInt.y, zerStaIndCor1.uInd) annotation (Line(points={{-96,-66},{-88,-66}}, color={255,127,0})); connect(zerStaIndCor1.yIndMod, nexLagPum.index) annotation (Line(points={{-64, -66},{-52,-66},{-52,-58}}, color={255,127,0})); - connect(zerStaIndCor1.yMod, reaToInt1.u) annotation (Line(points={{-64,-74},{ - -16,-74},{-16,-46},{-10,-46}}, color={0,0,127})); connect(nexLagPum.y, zerStaIndCor1.u) annotation (Line(points={{-40,-46},{-40, -30},{-92,-30},{-92,-74},{-88,-74}}, color={0,0,127})); + connect(zerStaIndCor1.yCapMod, reaToInt1.u) annotation (Line(points={{-64,-74}, + {-28,-74},{-28,-46},{-10,-46}}, color={0,0,127})); + connect(zerStaIndCor.yCapMod, reaToInt2.u) annotation (Line(points={{-64,-128}, + {-26,-128},{-26,-100},{-8,-100}}, color={0,0,127})); annotation (defaultComponentName="secPumCon", Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-280,-240},{280,200}}), diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo index 5010cdf9b7c..6a79ee1a858 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo @@ -1,6 +1,9 @@ within Buildings.Controls.OBC.ChilledBeams.SetPoints; block ZeroIndexCorrection - "Block to pass the correct the number of pump enable details when index signal is zero, while avoiding assert errors" + "Block to pass the correct index when index signal is zero, while avoiding assert errors" + + parameter Integer yMax + "Maximum allowed integer signal output"; Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uInd "Index signal" @@ -8,9 +11,9 @@ block ZeroIndexCorrection iconTransformation(extent={{-140,20},{-100,60}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput u - "Real input signal" annotation (Placement( - transformation(extent={{-140,-60},{-100,-20}}), iconTransformation( - extent={{-140,-60},{-100,-20}}))); + "Input signal" annotation (Placement(transformation( + extent={{-140,-60},{-100,-20}}), iconTransformation(extent={{-140,-60}, + {-100,-20}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yIndMod "Modified index value to avoid assert errors" @@ -18,11 +21,21 @@ block ZeroIndexCorrection iconTransformation(extent={{100,20},{140,60}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yMod - "Modified value" annotation (Placement( - transformation(extent={{100,-60},{140,-20}}), iconTransformation(extent= + "Modified input value" + annotation (Placement( + transformation(extent={{100,-60},{140,-20}}), iconTransformation(extent= {{100,-60},{140,-20}}))); protected + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=yMax) + "Output constant integer signal at max allowed index value" + annotation (Placement(transformation(extent={{40,30},{60,50}}))); + + Buildings.Controls.OBC.CDL.Integers.Min minInt + "Limit signal below or at max allowed index value" + annotation (Placement(transformation(extent={{72,30},{92,50}}))); + Buildings.Controls.OBC.CDL.Integers.Equal intEqu "Check if the index signal is zero" annotation (Placement(transformation(extent={{-40,30},{-20,50}}))); @@ -35,7 +48,7 @@ protected Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea( final realTrue=0, final realFalse=1) - "Pass a zero multiplication signal to the number of pump enable modfier" + "Pass a zero multiplication signal to the capacity modfier" annotation (Placement(transformation(extent={{0,10},{20,30}}))); Buildings.Controls.OBC.CDL.Integers.Add addInt @@ -63,14 +76,18 @@ equation 60},{-2,60}}, color={255,0,255})); connect(booToInt1.y, addInt.u2) annotation (Line(points={{22,60},{30,60},{30,74}, {38,74}}, color={255,127,0})); - connect(addInt.y, yIndMod) annotation (Line(points={{62,80},{80,80},{80,40},{120, - 40}}, color={255,127,0})); connect(mul.y, yMod) annotation (Line(points={{62,-40},{120,-40}}, color={0,0,127})); connect(booToRea.y, mul.u1) annotation (Line(points={{22,20},{30,20},{30,-34}, {38,-34}}, color={0,0,127})); connect(u, mul.u2) annotation (Line(points={{-120,-40},{30,-40},{30,-46},{38,-46}}, color={0,0,127})); + connect(addInt.y, minInt.u1) annotation (Line(points={{62,80},{66,80},{66,46}, + {70,46}}, color={255,127,0})); + connect(conInt.y, minInt.u2) annotation (Line(points={{62,40},{66,40},{66,34}, + {70,34}}, color={255,127,0})); + connect(minInt.y, yIndMod) + annotation (Line(points={{94,40},{120,40}}, color={255,127,0})); annotation (defaultComponentName="zerStaIndCor", Icon(coordinateSystem(preserveAspectRatio=false), graphics={ From 47f3d0687a2bfac50b4db6081281909b146f6a8e Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 18 May 2023 17:16:54 -0700 Subject: [PATCH 065/196] Updated formatting for models --- .../ChilledBeams/SecondaryPumps/Controller.mo | 68 +++--- .../SetPoints/BypassValvePosition.mo | 17 +- ...ChilledWaterStaticPressureSetpointReset.mo | 22 +- .../SetPoints/ChilledWaterSupplyReset.mo | 18 +- .../ChilledBeams/SetPoints/OperatingMode.mo | 47 ++-- .../Validation/BypassValvePosition.mo | 8 +- ...ChilledWaterStaticPressureSetpointReset.mo | 19 +- .../Validation/ChilledWaterSupplyReset.mo | 4 +- .../SetPoints/Validation/OperatingMode.mo | 43 ++-- .../SetPoints/Validation/ZoneRegulation.mo | 33 +-- .../SetPoints/ZeroIndexCorrection.mo | 2 +- .../ChilledBeams/SetPoints/ZoneRegulation.mo | 119 +++++----- .../OBC/ChilledBeams/System/Controller.mo | 10 +- .../System/Validation/Controller.mo | 2 +- .../OBC/ChilledBeams/Terminal/Controller.mo | 211 ++++++++---------- .../Terminal/Validation/Controller.mo | 68 +++--- .../Terminal/Validation/Controller.mos | 4 +- 17 files changed, 332 insertions(+), 363 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo index 73ded03fd4f..93a37a0f231 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo @@ -166,9 +166,9 @@ block Controller final unit="Pa", final quantity="PressureDifference", displayUnit="Pa") - "Chilled water differential static pressure from remote sensor" annotation ( - Placement(transformation(extent={{-320,-180},{-280,-140}}), - iconTransformation(extent={{-140,-60},{-100,-20}}))); + "Chilled water differential static pressure from remote sensor" + annotation (Placement(transformation(extent={{-320,-180},{-280,-140}}), + iconTransformation(extent={{-140,-60},{-100,-20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput dpChiWatSet( final unit="Pa", @@ -200,18 +200,24 @@ block Controller final timPer=timPer1, final timPer1=timPer2, final timPer2=timPer3, - sigDif=sigDif) + final sigDif=sigDif) "Enable and disable lag pumps using pump speed" annotation (Placement(transformation(extent={{-120,28},{-100,48}}))); - SetPoints.ZeroIndexCorrection zerStaIndCor(yMax=nPum) - annotation (Placement(transformation(extent={{-86,-134},{-66,-114}}))); - SetPoints.ZeroIndexCorrection zerStaIndCor1(yMax=nPum) - annotation (Placement(transformation(extent={{-86,-80},{-66,-60}}))); -// protected +protected parameter Integer pumInd[nPum]={i for i in 1:nPum} "Pump index, {1,2,...,n}"; + Buildings.Controls.OBC.ChilledBeams.SetPoints.ZeroIndexCorrection zerIndCorLasLagPum( + final yMax=nPum) + "Block to account for index signals that are lower than 1 or higher than max allowed limits" + annotation (Placement(transformation(extent={{-86,-134},{-66,-114}}))); + + Buildings.Controls.OBC.ChilledBeams.SetPoints.ZeroIndexCorrection zerIndCorNexLagPum( + final yMax=nPum) + "Block to account for index signals that are lower than 1 or higher than max allowed limits" + annotation (Placement(transformation(extent={{-86,-80},{-66,-60}}))); + Buildings.Controls.OBC.CDL.Logical.Switch logSwi[nPum] "Logical switch for enabling and disabling complete pump system with lead pump" annotation (Placement(transformation(extent={{180,-10},{200,10}}))); @@ -226,18 +232,18 @@ block Controller "Boolean replicator" annotation (Placement(transformation(extent={{118,86},{138,106}}))); - Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel(final samplePeriod= - samplePeriodUniDelPumSpe) + Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel( + final samplePeriod=samplePeriodUniDelPumSpe) "Unit delay for pump speed" annotation (Placement(transformation(extent={{-200,28},{-180,48}}))); Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.EnableLead enaLeaPum( - nVal=nVal, - valPosClo=valPosClo, - valPosOpe=valPosOpe, - valOpeThr=valOpeThr, - valCloThr=valCloThr) + final nVal=nVal, + final valPosClo=valPosClo, + final valPosOpe=valPosOpe, + final valOpeThr=valOpeThr, + final valCloThr=valCloThr) "Enable lead pump" annotation (Placement(transformation(extent={{-200,70},{-180,90}}))); @@ -250,7 +256,7 @@ block Controller final k=k, final Ti=Ti, final Td=Td, - controllerType=controllerTypePumSpe) + final controllerType=controllerTypePumSpe) "Chilled water pump speed control with remote DP sensor" annotation (Placement(transformation(extent={{-20,-200},{0,-180}}))); @@ -456,22 +462,22 @@ equation connect(dpChiWat_remote, pumSpeRemDp.dpChiWat[1]) annotation (Line(points={{ -300,-160},{-34,-160},{-34,-190},{-22,-190}}, color={0,0,127})); - connect(mulSumInt.y, zerStaIndCor.uInd) + connect(mulSumInt.y, zerIndCorLasLagPum.uInd) annotation (Line(points={{-178,-120},{-88,-120}}, color={255,127,0})); - connect(zerStaIndCor.yIndMod, lasLagPum.index) annotation (Line(points={{-64,-120}, - {-50,-120},{-50,-114}}, color={255,127,0})); - connect(lasLagPum.y, zerStaIndCor.u) annotation (Line(points={{-38,-102},{-38, - -86},{-116,-86},{-116,-128},{-88,-128}}, color={0,0,127})); - connect(addInt.y, zerStaIndCor1.uInd) + connect(zerIndCorLasLagPum.yIndMod, lasLagPum.index) annotation (Line(points={ + {-64,-120},{-50,-120},{-50,-114}}, color={255,127,0})); + connect(lasLagPum.y, zerIndCorLasLagPum.u) annotation (Line(points={{-38,-102}, + {-38,-86},{-116,-86},{-116,-128},{-88,-128}}, color={0,0,127})); + connect(addInt.y, zerIndCorNexLagPum.uInd) annotation (Line(points={{-96,-66},{-88,-66}}, color={255,127,0})); - connect(zerStaIndCor1.yIndMod, nexLagPum.index) annotation (Line(points={{-64, - -66},{-52,-66},{-52,-58}}, color={255,127,0})); - connect(nexLagPum.y, zerStaIndCor1.u) annotation (Line(points={{-40,-46},{-40, - -30},{-92,-30},{-92,-74},{-88,-74}}, color={0,0,127})); - connect(zerStaIndCor1.yCapMod, reaToInt1.u) annotation (Line(points={{-64,-74}, - {-28,-74},{-28,-46},{-10,-46}}, color={0,0,127})); - connect(zerStaIndCor.yCapMod, reaToInt2.u) annotation (Line(points={{-64,-128}, - {-26,-128},{-26,-100},{-8,-100}}, color={0,0,127})); + connect(zerIndCorNexLagPum.yIndMod, nexLagPum.index) annotation (Line(points={ + {-64,-66},{-52,-66},{-52,-58}}, color={255,127,0})); + connect(nexLagPum.y, zerIndCorNexLagPum.u) annotation (Line(points={{-40,-46}, + {-40,-30},{-92,-30},{-92,-74},{-88,-74}}, color={0,0,127})); + connect(zerIndCorNexLagPum.yCapMod, reaToInt1.u) annotation (Line(points={{-64, + -74},{-28,-74},{-28,-46},{-10,-46}}, color={0,0,127})); + connect(zerIndCorLasLagPum.yCapMod, reaToInt2.u) annotation (Line(points={{-64, + -128},{-26,-128},{-26,-100},{-8,-100}}, color={0,0,127})); annotation (defaultComponentName="secPumCon", Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-280,-240},{280,200}}), diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index 42dd3a25de9..df6b3a7508d 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -2,7 +2,8 @@ within Buildings.Controls.OBC.ChilledBeams.SetPoints; block BypassValvePosition "Block with sequences for calculating bypass valve position" - parameter Integer nPum(min=1) + parameter Integer nPum( + final min=1) "Number of pumps in the chilled water loop"; parameter Real minPumSpe( @@ -113,8 +114,8 @@ protected final k=k, final Ti=Ti, final Td=Td, - r=dPChiWatMax, - reverseActing=false) + final r=dPChiWatMax, + final reverseActing=false) "PID controller for regulating differential pressure at or below max pressure setpoint" annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); @@ -128,7 +129,7 @@ protected annotation (Placement(transformation(extent={{-80,50},{-60,70}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant offSetdPChiWatMax( - final k(final unit="Pa")=dPChiWatMax) + final k=dPChiWatMax) "Offset for maximum dp chilled water" annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); @@ -192,15 +193,9 @@ equation textString="%name"), Rectangle( extent={{-100,100},{100,-100}}, - lineColor={28,108,200}, + lineColor={0,0,0}, fillColor={255,255,255}, fillPattern=FillPattern.Solid), - Text( - extent={{-50,20},{50,-20}}, - lineColor={28,108,200}, - fillColor={255,255,255}, - fillPattern=FillPattern.None, - textString="sysOpeMod"), Text( extent={{-96,68},{-56,50}}, textColor={255,0,255}, diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index f2db3b7365e..86df6ad74f6 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -2,10 +2,12 @@ within Buildings.Controls.OBC.ChilledBeams.SetPoints; block ChilledWaterStaticPressureSetpointReset "Sequence to generate static pressure setpoint for chilled water loop" - parameter Integer nVal(min=1) + parameter Integer nVal( + final min=1) "Number of chilled water control valves on chilled beam manifolds"; - parameter Integer nPum(min=1) + parameter Integer nPum( + final min=1) "Number of chilled water pumps in chilled beam system"; parameter Real valPosLowClo( @@ -98,14 +100,14 @@ block ChilledWaterStaticPressureSetpointReset Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta[nPum] "Pump proven on signal" annotation (Placement(transformation(extent={{-140,30},{-100,70}}), - iconTransformation(extent={{-140,30},{-100,70}}))); + iconTransformation(extent={{-140,20},{-100,60}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput uValPos[nVal]( final unit = fill("1", nVal), displayUnit = fill("1", nVal)) "Chilled water control valve position on chilled beams" annotation (Placement(transformation(extent={{-140,-70},{-100,-30}}), - iconTransformation(extent={{-140,-70},{-100,-30}}))); + iconTransformation(extent={{-140,-60},{-100,-20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yStaPreSetPoi( final unit="Pa", @@ -229,22 +231,16 @@ annotation(defaultComponentName="chiWatStaPreSetRes", textString="%name"), Rectangle( extent={{-100,100},{100,-100}}, - lineColor={28,108,200}, + lineColor={0,0,0}, fillColor={255,255,255}, fillPattern=FillPattern.Solid), - Text( - extent={{-50,34},{50,-6}}, - lineColor={28,108,200}, - fillColor={255,255,255}, - fillPattern=FillPattern.None, - textString="chiWatStaPreSetRes"), Text( - extent={{-96,58},{-60,42}}, + extent={{-96,48},{-60,32}}, textColor={255,0,255}, pattern=LinePattern.Dash, textString="uPumSta"), Text( - extent={{-96,-42},{-60,-58}}, + extent={{-96,-32},{-60,-48}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="uValPos"), diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo index bfa42b7833c..02b6da0c06c 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo @@ -92,11 +92,13 @@ block ChilledWaterSupplyReset Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yChiWatSupReq "Number of requests for chilled water supply" - annotation (Placement(transformation(extent={{100,40},{140,80}}))); + annotation (Placement(transformation(extent={{100,40},{140,80}}), + iconTransformation(extent={{100,20},{140,60}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput TChiWatReq "Number of requests for chilled water supply temperature reset" - annotation (Placement(transformation(extent={{100,-80},{140,-40}}))); + annotation (Placement(transformation(extent={{100,-80},{140,-40}}), + iconTransformation(extent={{100,-60},{140,-20}}))); protected Buildings.Controls.OBC.CDL.Integers.Switch intSwi @@ -242,15 +244,9 @@ annotation(defaultComponentName="chiWatSupRes", textString="%name"), Rectangle( extent={{-100,100},{100,-100}}, - lineColor={28,108,200}, + lineColor={0,0,0}, fillColor={255,255,255}, fillPattern=FillPattern.Solid), - Text( - extent={{-50,20},{50,-20}}, - lineColor={28,108,200}, - fillColor={255,255,255}, - fillPattern=FillPattern.None, - textString="chiWatSupRes"), Text( extent={{-96,48},{-60,32}}, textColor={0,0,127}, @@ -262,12 +258,12 @@ annotation(defaultComponentName="chiWatSupRes", pattern=LinePattern.Dash, textString="uConSen"), Text( - extent={{52,-50},{96,-70}}, + extent={{52,-30},{96,-50}}, textColor={255,127,0}, pattern=LinePattern.Dash, textString="TChiWatReq"), Text( - extent={{44,74},{96,48}}, + extent={{44,54},{96,28}}, textColor={255,127,0}, pattern=LinePattern.Dash, textString="yChiWatSupReq")}), diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo index 618a9186882..2366f71cc7a 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/OperatingMode.mo @@ -2,10 +2,15 @@ within Buildings.Controls.OBC.ChilledBeams.SetPoints; block OperatingMode "Block with sequences for picking system operating mode" - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDetOcc - "Detected occupancy" + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uOccDet + "Detected occupancy signal" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}), - iconTransformation(extent={{-140,-20},{-100,20}}))); + iconTransformation(extent={{-140,20},{-100,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uOccExp + "Expected occupancy signal" + annotation (Placement(transformation(extent={{-140,-70},{-100,-30}}), + iconTransformation(extent={{-140,-60},{-100,-20}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yOpeMod "System operating mode signal" @@ -13,19 +18,19 @@ block OperatingMode iconTransformation(extent={{100,-20},{140,20}}))); Buildings.Controls.OBC.CDL.Integers.Switch intSwi - "Pass signal for occupied mode if zone is occupied; Else pass signal for unoccupiedScheduled or unoccupiedUnscheduled" + "Pass signal for occupied mode if zone is occupied; Else pass signal for + unoccupiedScheduled or unoccupiedUnscheduled" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); - CDL.Interfaces.BooleanInput uOcc "Define when occupancy is expected" - annotation (Placement(transformation(extent={{-140,-70},{-100,-30}}), - iconTransformation(extent={{-140,-100},{-100,-60}}))); protected - parameter Integer modInt[3]={Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied, - Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedScheduled, - Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled} + parameter Integer modInt[3]={ + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied, + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedScheduled, + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled} "Array of integer constants associated with each mode"; - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt(final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied) + Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( + final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied) "Constant integer for occupied mode" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); @@ -60,9 +65,9 @@ equation color={255,127,0})); connect(not1.y, intSwi1.u2) annotation (Line(points={{-38,-50},{18,-50}},color={255,0,255})); - connect(uDetOcc, intSwi.u2) + connect(uOccDet, intSwi.u2) annotation (Line(points={{-120,0},{58,0}}, color={255,0,255})); - connect(not1.u, uOcc) + connect(not1.u, uOccExp) annotation (Line(points={{-62,-50},{-120,-50}}, color={255,0,255})); annotation (defaultComponentName="opeMod", Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), @@ -73,30 +78,24 @@ equation textString="%name"), Rectangle( extent={{-100,100},{100,-100}}, - lineColor={28,108,200}, + lineColor={0,0,0}, fillColor={255,255,255}, fillPattern=FillPattern.Solid), - Text( - extent={{-50,20},{50,-20}}, - lineColor={28,108,200}, - fillColor={255,255,255}, - fillPattern=FillPattern.None, - textString="sysOpeMod"), Text( - extent={{-98,8},{-62,-8}}, + extent={{-98,48},{-62,32}}, textColor={255,0,255}, pattern=LinePattern.Dash, - textString="uDetOcc"), + textString="uOccDet"), Text( extent={{60,8},{98,-10}}, textColor={255,127,0}, pattern=LinePattern.Dash, textString="yOpeMod"), Text( - extent={{-100,-74},{-70,-86}}, + extent={{-100,-34},{-62,-46}}, textColor={255,0,255}, pattern=LinePattern.Dash, - textString="uOcc")}), Diagram( + textString="uOccExp")}), Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), Documentation(info="

                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo index dc14d11be80..6d4952a1150 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo @@ -4,7 +4,7 @@ model BypassValvePosition Buildings.Controls.OBC.ChilledBeams.SetPoints.BypassValvePosition bypValPos( - nPum=2, + final nPum=2, final k=10, final Ti=0.001) "Bypass valve position setpoint controller" @@ -19,7 +19,7 @@ protected "Real pulse source" annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin( final amplitude=10000, final freqHz=1/1000, final offset=45000) @@ -45,9 +45,7 @@ equation annotation ( experiment( StopTime=7200, - Interval=1, - Tolerance=1e-06, - __Dymola_Algorithm="Cvode"), + Tolerance=1e-06), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mos" "Simulate and plot"), Documentation(info=" diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo index 44a5fd91789..0d4acf76417 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo @@ -5,9 +5,10 @@ model ChilledWaterStaticPressureSetpointReset Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterStaticPressureSetpointReset chiWatStaPreSetRes( final nVal=2, - nPum=2, - chiWatStaPreMax=30000, - chiWatStaPreMin=20000) + final nPum=2, + final chiWatStaPreMax=30000, + final chiWatStaPreMin=20000) + "Instance of chilled water pressure setpoint reset calculation" annotation (Placement(transformation(extent={{40,-10},{60,10}}))); protected @@ -16,7 +17,7 @@ protected "Boolean pulse source" annotation (Placement(transformation(extent={{-60,20},{-40,40}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2[2]( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin2[2]( final amplitude=fill(0.5, 2), final freqHz=fill(1/1800, 2), final phase=fill(1.57, 2), @@ -25,16 +26,14 @@ protected annotation (Placement(transformation(extent={{-60,-40},{-40,-20}}))); equation - connect(booPul.y, chiWatStaPreSetRes.uPumSta) annotation (Line(points={{-38, - 30},{20,30},{20,5},{38,5}}, color={255,0,255})); + connect(booPul.y, chiWatStaPreSetRes.uPumSta) annotation (Line(points={{-38,30}, + {20,30},{20,4},{38,4}}, color={255,0,255})); connect(sin2.y, chiWatStaPreSetRes.uValPos) annotation (Line(points={{-38,-30}, - {20,-30},{20,-5},{38,-5}}, color={0,0,127})); + {20,-30},{20,-4},{38,-4}}, color={0,0,127})); annotation ( experiment( StopTime=3600, - Interval=0.5, - Tolerance=1e-06, - __Dymola_Algorithm="Cvode"), + Tolerance=1e-06), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mos" "Simulate and plot"), Documentation(info=" diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo index 8535a141219..7a7739d490e 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo @@ -68,9 +68,7 @@ equation annotation ( experiment( StopTime=3600, - Interval=1, - Tolerance=1e-06, - __Dymola_Algorithm="Cvode"), + Tolerance=1e-06), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mos" "Simulate and plot"), Documentation(info=" diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo index 758e9ead901..ac1d3d1f7b2 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo @@ -9,35 +9,40 @@ model OperatingMode "Table defining schedule for enabling plant"; Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode operatingMode - "Instance of operating mode calculator for validation" + "Instance of operating mode calculator for validation" annotation (Placement(transformation(extent={{10,-10},{30,10}}))); - CDL.Continuous.GreaterThreshold greThr(t=0.5) "Covert Real signal to Boolean" - annotation (Placement(transformation(extent={{-30,-50},{-10,-30}}))); - CDL.Continuous.Sources.TimeTable enaSch( - table=schTab, - smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, - timeScale=3600) - "Table defining when occupancy is expected" - annotation (Placement(transformation(extent={{-74,-50},{-54,-30}}))); protected - Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul(final period=4000) + Buildings.Controls.OBC.CDL.Continuous.GreaterThreshold greThr( + final t=0.5) + "Covert Real signal to Boolean" + annotation (Placement(transformation(extent={{-30,-30},{-10,-10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch( + final table=schTab, + final smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, + final timeScale=3600) + "Table defining when occupancy is expected" + annotation (Placement(transformation(extent={{-60,-30},{-40,-10}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse booPul( + final period=4000) "Boolean pulse source" - annotation (Placement(transformation(extent={{-30,-10},{-10,10}}))); + annotation (Placement(transformation(extent={{-30,10},{-10,30}}))); equation - connect(booPul.y, operatingMode.uDetOcc) - annotation (Line(points={{-8,0},{8,0}}, color={255,0,255})); - connect(operatingMode.uOcc, greThr.y) annotation (Line(points={{8,-8},{-2,-8}, - {-2,-40},{-8,-40}}, color={255,0,255})); + connect(booPul.y,operatingMode.uOccDet) + annotation (Line(points={{-8,20},{0,20},{0,2},{8,2}}, + color={255,0,255})); + connect(operatingMode.uOccExp, greThr.y) annotation (Line(points={{8,-2},{0, + -2},{0,-20},{-8,-20}}, + color={255,0,255})); connect(greThr.u, enaSch.y[1]) - annotation (Line(points={{-32,-40},{-52,-40}}, color={0,0,127})); + annotation (Line(points={{-32,-20},{-38,-20}}, color={0,0,127})); annotation ( experiment( StopTime=7200, - Interval=1, - Tolerance=1e-06, - __Dymola_Algorithm="Cvode"), + Tolerance=1e-06), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos" "Simulate and plot"), Documentation(info=" diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo index 2510224db99..b96426859a5 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo @@ -21,7 +21,7 @@ protected "Ramp input signal" annotation (Placement(transformation(extent={{-70,-90},{-50,-70}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin( final amplitude=0.5, final freqHz=1/360, final offset=0.5) @@ -38,50 +38,53 @@ protected "Logical Not" annotation (Placement(transformation(extent={{-30,38},{-10,58}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin1( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin1( final amplitude=5, final freqHz=1/720, final offset=295) "Continuous sine signal" annotation (Placement(transformation(extent={{-70,72},{-50,92}}))); -protected - CDL.Continuous.Sources.Constant con(final k=273.15 + - 22) + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + final k=273.15+22) "Zone occupied heating setpoint" annotation (Placement(transformation(extent={{-70,6},{-50,26}}))); - CDL.Continuous.Sources.Constant con1(final k=273.15 + - 26) + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + final k=273.15+26) "Zone occupied cooling setpoint" annotation (Placement(transformation(extent={{-70,-26},{-50,-6}}))); + equation connect(ram.y, reaToInt.u) annotation (Line(points={{-48,-80},{-42,-80}}, color={0,0,127})); connect(reaToInt.y, zonRegCon.uOpeMod) annotation (Line(points={{-18,-80},{0, - -80},{0,-6},{18,-6}}, + -80},{0,-6.33333},{18.3333,-6.33333}}, color={255,127,0})); connect(sin.y, zonRegCon.VDis_flow) annotation (Line(points={{-48,-48},{-16, - -48},{-16,-2.8},{18,-2.8}}, + -48},{-16,-3},{18.3333,-3}}, color={0,0,127})); connect(booPul.y, not1.u) annotation (Line(points={{-48,48},{-32,48}}, color={255,0,255})); connect(not1.y, zonRegCon.uConSen) annotation (Line(points={{-8,48},{10,48},{ - 10,0.6},{18,0.6}}, + 10,0.333333},{18.3333,0.333333}}, color={255,0,255})); connect(sin1.y, zonRegCon.TZon) annotation (Line(points={{-48,82},{14,82},{14, - 7.2},{18,7.2}}, + 7},{18.3333,7}}, color={0,0,127})); - connect(zonRegCon.TZonCooSet, con1.y) annotation (Line(points={{18,4},{-28,4}, - {-28,-16},{-48,-16}}, color={0,0,127})); - connect(zonRegCon.TZonHeaSet, con.y) annotation (Line(points={{18,10.2},{18, - 10},{-28,10},{-28,16},{-48,16}}, color={0,0,127})); + connect(zonRegCon.TZonCooSet, con1.y) annotation (Line(points={{18.3333, + 3.66667},{-28,3.66667},{-28,-16},{-48,-16}}, + color={0,0,127})); + connect(zonRegCon.TZonHeaSet, con.y) annotation (Line(points={{18.3333, + 10.3333},{18.3333,10},{-28,10},{-28,16},{-48,16}}, + color={0,0,127})); annotation ( experiment( StopTime=3600, diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo index 6a79ee1a858..6bbe22a78b0 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo @@ -88,7 +88,7 @@ equation {70,34}}, color={255,127,0})); connect(minInt.y, yIndMod) annotation (Line(points={{94,40},{120,40}}, color={255,127,0})); - annotation (defaultComponentName="zerStaIndCor", + annotation (defaultComponentName="zerIndCor", Icon(coordinateSystem(preserveAspectRatio=false), graphics={ Rectangle( diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo index 427a4a24a87..d63ab601635 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo @@ -13,7 +13,8 @@ block ZoneRegulation "Type of controller" annotation (Dialog(group="Cooling loop signal")); - parameter Real kCoo(final unit="1/K") = 0.1 + parameter Real kCoo( + final unit="1/K") = 0.1 "Gain for cooling control loop signal" annotation(Dialog(group="Cooling loop signal")); @@ -38,7 +39,8 @@ block ZoneRegulation "Type of controller" annotation(Dialog(group="Heating loop signal")); - parameter Real kHea(final unit="1/K")=0.1 + parameter Real kHea( + final unit="1/K")=0.1 "Gain for heating control loop signal" annotation(Dialog(group="Heating loop signal")); @@ -63,7 +65,8 @@ block ZoneRegulation "Type of controller" annotation (Dialog(group="Damper")); - parameter Real kDam(final unit="1")=0.5 + parameter Real kDam( + final unit="1")=0.5 "Gain of controller for damper control" annotation (Dialog(group="Damper")); @@ -104,57 +107,46 @@ block ZoneRegulation "Design air volume flow rate when zone is unoccupied during scheduled occupancy" annotation (Dialog(group="Airflow setpoints")); - parameter Real zonOccHeaSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature")=293.15 - "Zone heating setpoint when it is occupied" - annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); - - parameter Real zonUnoccHeaSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature")=290.15 - "Zone heating setpoint when it is unoccupied" - annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); - - parameter Real zonOccCooSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature")=296.15 - "Zone cooling setpoint when it is occupied" - annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); - - parameter Real zonUnoccCooSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature")=299.15 - "Zone cooling setpoint when it is unoccupied" - annotation (Dialog(tab="Setpoints", group="Zone temperature setpoints")); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uConSen "Signal from condensation sensor in zone" annotation (Placement(transformation(extent={{-180,20},{-140,60}}), - iconTransformation(extent={{-140,-34},{-100,6}}))); + iconTransformation(extent={{-160,-40},{-120,0}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uOpeMod "Zone operation mode" annotation (Placement(transformation(extent={{-180,-190},{-140,-150}}), - iconTransformation(extent={{-140,-100},{-100,-60}}))); + iconTransformation(extent={{-160,-120},{-120,-80}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput TZon( final quantity="ThermodynamicTemperature", final unit="K", - displayUnit="degC") "Measured zone temperature" + displayUnit="degC") + "Measured zone temperature" annotation (Placement(transformation(extent={{-180,100},{-140,140}}), - iconTransformation(extent={{-140,32},{-100,72}}))); + iconTransformation(extent={{-160,40},{-120,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TZonCooSet( + final quantity="ThermodynamicTemperature", + final unit="K", + displayUnit="K") + "Zone cooling setpoint temperature" + annotation (Placement(transformation(extent={{-180,60},{-140,100}}), + iconTransformation(extent={{-160,0},{-120,40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TZonHeaSet( + final quantity="ThermodynamicTemperature", + final unit="K", + displayUnit="K") + "Zone heating setpoint temperature" + annotation (Placement(transformation(extent={{-180,140},{-140,180}}), + iconTransformation(extent={{-160,80},{-120,120}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput VDis_flow( final unit="m3/s", final quantity="VolumeFlowRate") "Measured discharge airflow rate" annotation (Placement(transformation(extent={{-180,-70},{-140,-30}}), - iconTransformation(extent={{-140,-68},{-100,-28}}))); + iconTransformation(extent={{-160,-80},{-120,-40}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiVal( final min=0, @@ -162,7 +154,7 @@ block ZoneRegulation final unit="1") "Signal for chilled beam manifold valve" annotation (Placement(transformation(extent={{140,20},{180,60}}), - iconTransformation(extent={{100,-20},{140,20}}))); + iconTransformation(extent={{120,-20},{160,20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDam( final min=0, @@ -170,7 +162,7 @@ block ZoneRegulation final unit="1") "Signal for CAV damper" annotation (Placement(transformation(extent={{140,-50},{180,-10}}), - iconTransformation(extent={{100,-60},{140,-20}}))); + iconTransformation(extent={{120,-60},{160,-20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yReh( final min=0, @@ -178,25 +170,13 @@ block ZoneRegulation final unit="1") "Reheat signal to CAV terminal" annotation (Placement(transformation(extent={{140,140},{180,180}}), - iconTransformation(extent={{100,20},{140,60}}))); + iconTransformation(extent={{120,20},{160,60}}))); Buildings.Controls.OBC.CDL.Continuous.MultiSum mulSum( final nin=3) "Find required volume flow rate" annotation (Placement(transformation(extent={{-30,-40},{-10,-20}}))); - CDL.Interfaces.RealInput TZonCooSet( - final quantity="ThermodynamicTemperature", - final unit="K", - displayUnit="K") "Zone cooling setpoint temperature" annotation (Placement( - transformation(extent={{-180,60},{-140,100}}), iconTransformation( - extent={{-140,0},{-100,40}}))); - CDL.Interfaces.RealInput TZonHeaSet( - final quantity="ThermodynamicTemperature", - final unit="K", - displayUnit="K") "Zone heating setpoint temperature" annotation (Placement( - transformation(extent={{-180,140},{-140,180}}), iconTransformation( - extent={{-140,62},{-100,102}}))); protected Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conHeaLoo( final controllerType=controllerTypeHea, @@ -287,15 +267,15 @@ protected annotation (Placement(transformation(extent={{-20,-160},{0,-140}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntUn( - final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied) + final k=Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied) "Constant signal for unoccupied mode" annotation (Placement(transformation(extent={{-60,-160},{-40,-140}}))); Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt[3]( - final k={ - Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied, - Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedScheduled, - Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled}) + final k={ + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.occupied, + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedScheduled, + Buildings.Controls.OBC.ChilledBeams.Types.OperationModes.unoccupiedUnscheduled}) "List of possible modes" annotation (Placement(transformation(extent={{-110,-120},{-90,-100}}))); @@ -324,7 +304,7 @@ equation annotation (Line(points={{-2,-30},{-8,-30}}, color={0,0,127})); connect(pro.y, mulSum.u[1:3]) annotation (Line(points={{-38,-30},{-36,-30},{ - -36,-29.3333},{-32,-29.3333}}, + -36,-31.3333},{-32,-31.3333}}, color={0,0,127})); connect(con.y, pro.u1) annotation (Line(points={{-78,-10},{-70,-10},{-70,-24}, @@ -393,57 +373,58 @@ equation connect(conHeaLoo.u_s, TZonHeaSet) annotation (Line(points={{-2,160},{-160,160}}, color={0,0,127})); annotation (defaultComponentName="zonRegCon", - Icon(graphics={Rectangle( - extent={{-100,-100},{100,100}}, + Icon(coordinateSystem(extent={{-120,-120},{120,120}}), + graphics={Rectangle( + extent={{-120,-120},{120,120}}, lineColor={0,0,127}, fillColor={255,255,255}, fillPattern=FillPattern.Solid), Text( - extent={{-120,160},{114,108}}, + extent={{-120,160},{120,120}}, textString="%name", lineColor={0,0,255}), Text( - extent={{-100,58},{-76,48}}, + extent={{-120,66},{-96,56}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="TZon"), Text( - extent={{-98,-42},{-66,-54}}, + extent={{-118,-54},{-86,-66}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="VDis_flow"), Text( - extent={{-98,-74},{-68,-88}}, + extent={{-118,-94},{-88,-108}}, textColor={244,125,35}, pattern=LinePattern.Dash, textString="uOpeMod"), Text( - extent={{74,44},{98,34}}, + extent={{94,44},{118,34}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="yReh"), Text( - extent={{72,6},{98,-6}}, + extent={{92,6},{118,-6}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="yChiVal"), Text( - extent={{74,-34},{98,-44}}, + extent={{94,-34},{118,-44}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="yDam"), Text( - extent={{-96,-6},{-60,-22}}, + extent={{-116,-12},{-80,-28}}, textColor={255,0,255}, pattern=LinePattern.Dash, textString="uConSen"), Text( - extent={{-98,94},{-54,68}}, + extent={{-118,112},{-74,86}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="TZonHeaSet"), Text( - extent={{-98,30},{-52,12}}, + extent={{-118,30},{-72,12}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="TZonCooSet")}), diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo index 7c2990cb94b..66e1a2a36eb 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo @@ -2,11 +2,13 @@ within Buildings.Controls.OBC.ChilledBeams.System; block Controller "Main chilled beam system controller" - parameter Integer nPum(min=1) + parameter Integer nPum( + final min=1) "Number of chilled water pumps" annotation (Dialog(group="System parameters")); - parameter Integer nVal(min=1) + parameter Integer nVal( + final min=1) "Total number of chilled water control valves on chilled beams" annotation (Dialog(group="System parameters")); @@ -379,7 +381,7 @@ equation connect(uPumSta, secPumCon.uChiWatPum) annotation (Line(points={{-120,60},{ -50,60},{-50,34},{-2,34}}, color={255,0,255})); connect(uPumSta, chiWatStaPreSetRes.uPumSta) annotation (Line(points={{-120,60}, - {-50,60},{-50,-55},{-42,-55}}, color={255,0,255})); + {-50,60},{-50,-56},{-42,-56}}, color={255,0,255})); connect(conInt.y, secPumCon.uPumLeaLag) annotation (Line(points={{-58,80},{ -40,80},{-40,38},{-2,38}}, color={255,127,0})); connect(secPumCon.yPumSpe, bypValPos.uPumSpe) annotation (Line(points={{22,28}, @@ -390,7 +392,7 @@ equation connect(uValPos, secPumCon.uValPos) annotation (Line(points={{-120,-60},{-60, -60},{-60,30},{-2,30}}, color={0,0,127})); connect(uValPos, chiWatStaPreSetRes.uValPos) annotation (Line(points={{-120, - -60},{-60,-60},{-60,-65},{-42,-65}}, + -60},{-60,-60},{-60,-64},{-42,-64}}, color={0,0,127})); connect(secPumCon.yChiWatPum, yChiWatPum) annotation (Line(points={{22,32},{ 30,32},{30,60},{120,60}}, diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo index 738e79f3251..ab4dadbb07b 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo @@ -21,7 +21,7 @@ protected "Logical pre block" annotation (Placement(transformation(extent={{30,-10},{50,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin2( final amplitude=7500, final freqHz=1/1800, final offset=25000) diff --git a/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo index 88e72f3209a..a971d6adaa1 100644 --- a/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Controller.mo @@ -105,34 +105,6 @@ block Controller "Design air volume flow rate when zone is unoccupied during scheduled occupancy" annotation(Dialog(tab="Zone setpoints", group="Ventilation setpoints")); - parameter Real zonOccHeaSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature")=293.15 - "Zone heating setpoint when it is occupied" - annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); - - parameter Real zonUnoccHeaSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature")=290.15 - "Zone heating setpoint when it is unoccupied" - annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); - - parameter Real zonOccCooSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature")=296.15 - "Zone cooling setpoint when it is occupied" - annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); - - parameter Real zonUnoccCooSet( - final unit="K", - displayUnit="K", - final quantity="ThermodynamicTemperature")=299.15 - "Zone cooling setpoint when it is unoccupied" - annotation(Dialog(tab="Zone setpoints", group="Temperature setpoints")); - parameter Real valPosLowCloReq( final unit="1", displayUnit="1") = 0.05 @@ -221,63 +193,84 @@ block Controller annotation(Dialog(tab="Request generation", group="Chilled water temperature reset parameters")); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDetOcc + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uOccDet "Detected occupancy in zone" - annotation (Placement(transformation(extent={{-128,66},{-100,94}}), - iconTransformation(extent={{-128,66},{-100,94}}))); + annotation (Placement(transformation(extent={{-140,120},{-100,160}}), + iconTransformation(extent={{-140,120},{-100,160}}))); Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uConSen "Signal indicating condensation detected in zone" - annotation (Placement(transformation(extent={{-128,-34},{-100,-6}}), - iconTransformation(extent={{-128,-34},{-100,-6}}))); + annotation (Placement(transformation(extent={{-140,-40},{-100,0}}), + iconTransformation(extent={{-140,-40},{-100,0}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uOccExp + "Expected occupancy in the zone" + annotation (Placement(transformation(extent={{-140,80},{-100,120}}), + iconTransformation(extent={{-140,80},{-100,120}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TZonHeaSet( + final quantity="ThermodynamicTemperature", + final unit="K", + displayUnit="K") + "Zone heating setpoint temperature" + annotation (Placement(transformation(extent={{-140,40},{-100,80}}), + iconTransformation(extent={{-140,40},{-100,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TZonCooSet( + final quantity="ThermodynamicTemperature", + final unit="K", + displayUnit="K") + "Zone cooling setpoint temperature" + annotation (Placement(transformation(extent={{-140,0},{-100,40}}), + iconTransformation(extent={{-140,0},{-100,40}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput TZon( final unit="K", displayUnit="K", final quantity="ThermodynamicTemperature") "Measured zone temperature" - annotation (Placement(transformation(extent={{-128,-54},{-100,-26}}), - iconTransformation(extent={{-128,-54},{-100,-26}}))); + annotation (Placement(transformation(extent={{-140,-80},{-100,-40}}), + iconTransformation(extent={{-140,-80},{-100,-40}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput VDis_flow( final unit="m3/s", displayUnit="m3/s", final quantity="VolumeFlowRate") "Measured discharge air flow rate from CAV terminal" - annotation (Placement(transformation(extent={{-128,-74},{-100,-46}}), - iconTransformation(extent={{-128,-74},{-100,-46}}))); + annotation (Placement(transformation(extent={{-140,-120},{-100,-80}}), + iconTransformation(extent={{-140,-120},{-100,-80}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput uChiVal( final unit="1", displayUnit="1") "Measured chilled beam manifold control valve position" - annotation (Placement(transformation(extent={{-128,-94},{-100,-66}}), - iconTransformation(extent={{-128,-94},{-100,-66}}))); + annotation (Placement(transformation(extent={{-140,-160},{-100,-120}}), + iconTransformation(extent={{-140,-160},{-100,-120}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yChiWatSupReq "Chilled water supply requests" - annotation (Placement(transformation(extent={{100,-54},{128,-26}}), - iconTransformation(extent={{100,-54},{128,-26}}))); + annotation (Placement(transformation(extent={{100,-60},{140,-20}}), + iconTransformation(extent={{100,-60},{140,-20}}))); Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput TChiWatReq "Chilled water temperature reset requests" - annotation (Placement(transformation(extent={{100,-94},{128,-66}}), - iconTransformation(extent={{100,-94},{128,-66}}))); + annotation (Placement(transformation(extent={{100,-100},{140,-60}}), + iconTransformation(extent={{100,-100},{140,-60}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yReh "CAV terminal reheat signal" - annotation (Placement(transformation(extent={{100,66},{128,94}}), - iconTransformation(extent={{100,66},{128,94}}))); + annotation (Placement(transformation(extent={{100,60},{140,100}}), + iconTransformation(extent={{100,60},{140,100}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDam "CAV terminal damper position signal" - annotation (Placement(transformation(extent={{100,-14},{128,14}}), - iconTransformation(extent={{100,-14},{128,14}}))); + annotation (Placement(transformation(extent={{100,-20},{140,20}}), + iconTransformation(extent={{100,-20},{140,20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiVal "Chilled beam manifold control valve position signal" - annotation (Placement(transformation(extent={{100,26},{128,54}}), - iconTransformation(extent={{100,26},{128,54}}))); + annotation (Placement(transformation(extent={{100,20},{140,60}}), + iconTransformation(extent={{100,20},{140,60}}))); Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneRegulation zonRegCon( final conSenOnThr=conSenOnThr, @@ -295,33 +288,14 @@ block Controller final TdDam=TdDam, final VDes_occ=VDes_occ, final VDes_unoccSch=VDes_unoccSch, - final VDes_unoccUnsch=VDes_unoccUnsch, - final zonOccHeaSet=zonOccHeaSet, - final zonUnoccHeaSet=zonUnoccHeaSet, - final zonOccCooSet=zonOccCooSet, - final zonUnoccCooSet=zonUnoccCooSet) + final VDes_unoccUnsch=VDes_unoccUnsch) "Zone temperature regulation controller" - annotation (Placement(transformation(extent={{-10,16},{10,36}}))); + annotation (Placement(transformation(extent={{-10,10},{10,30}}))); - CDL.Interfaces.RealInput TZonHeaSet( - final quantity="ThermodynamicTemperature", - final unit="K", - displayUnit="K") "Zone heating setpoint temperature" annotation (Placement( - transformation(extent={{-128,26},{-100,54}}), iconTransformation(extent= - {{-128,26},{-100,54}}))); - CDL.Interfaces.RealInput TZonCooSet( - final quantity="ThermodynamicTemperature", - final unit="K", - displayUnit="K") "Zone cooling setpoint temperature" annotation (Placement( - transformation(extent={{-128,6},{-100,34}}), iconTransformation(extent={ - {-128,6},{-100,34}}))); - CDL.Interfaces.BooleanInput uOcc "Define when occupancy is expected" - annotation (Placement(transformation(extent={{-128,46},{-100,74}}), - iconTransformation(extent={{-128,46},{-100,74}}))); protected Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode opeMod "Determine operating mode for zone" - annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + annotation (Placement(transformation(extent={{-80,110},{-60,130}}))); Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterSupplyReset chiWatSupRes( final valPosLowCloReq=valPosLowCloReq, @@ -340,72 +314,82 @@ protected annotation (Placement(transformation(extent={{-10,-70},{10,-50}}))); equation - connect(uDetOcc, opeMod.uDetOcc) - annotation (Line(points={{-114,80},{-82,80}}, color={255,0,255})); - connect(opeMod.yOpeMod, zonRegCon.uOpeMod) annotation (Line(points={{-58,80},{ - -50,80},{-50,18},{-12,18}}, color={255,127,0})); - connect(uConSen, zonRegCon.uConSen) annotation (Line(points={{-114,-20},{-62,-20}, - {-62,24.6},{-12,24.6}}, + connect(uOccDet,opeMod.uOccDet) + annotation (Line(points={{-120,140},{-90,140},{-90,124},{-82,124}}, + color={255,0,255})); + connect(opeMod.yOpeMod, zonRegCon.uOpeMod) annotation (Line(points={{-58,120}, + {-20,120},{-20,11.6667},{-11.6667,11.6667}}, + color={255,127,0})); + connect(uConSen, zonRegCon.uConSen) annotation (Line(points={{-120,-20},{-60, + -20},{-60,18.3333},{-11.6667,18.3333}}, color={255,0,255})); - connect(TZon, zonRegCon.TZon) annotation (Line(points={{-114,-40},{-32,-40},{-32, - 31.2},{-12,31.2}}, + connect(TZon, zonRegCon.TZon) annotation (Line(points={{-120,-60},{-30,-60},{ + -30,25},{-11.6667,25}}, color={0,0,127})); - connect(VDis_flow, zonRegCon.VDis_flow) annotation (Line(points={{-114,-60},{-36, - -60},{-36,21.2},{-12,21.2}}, color={0,0,127})); - connect(zonRegCon.yReh, yReh) annotation (Line(points={{12,30},{60,30},{60,80}, - {114,80}}, color={0,0,127})); + connect(VDis_flow, zonRegCon.VDis_flow) annotation (Line(points={{-120,-100}, + {-36,-100},{-36,15},{-11.6667,15}}, + color={0,0,127})); + connect(zonRegCon.yReh, yReh) annotation (Line(points={{11.6667,23.3333},{60, + 23.3333},{60,80},{120,80}}, + color={0,0,127})); connect(zonRegCon.yChiVal, yChiVal) - annotation (Line(points={{12,26},{66,26},{66,40},{114,40}}, + annotation (Line(points={{11.6667,20},{70,20},{70,40},{120,40}}, color={0,0,127})); - connect(zonRegCon.yDam, yDam) annotation (Line(points={{12,22},{60,22},{60,0}, - {114,0}}, color={0,0,127})); - connect(uChiVal, chiWatSupRes.uValPos) annotation (Line(points={{-114,-80},{-20, - -80},{-20,-56},{-12,-56}}, color={0,0,127})); - connect(uConSen, chiWatSupRes.uConSen) annotation (Line(points={{-114,-20},{-18, - -20},{-18,-64},{-12,-64}},color={255,0,255})); - connect(chiWatSupRes.yChiWatSupReq, yChiWatSupReq) annotation (Line(points={{12,-54}, - {80,-54},{80,-40},{114,-40}}, color={255,127,0})); - connect(chiWatSupRes.TChiWatReq, TChiWatReq) annotation (Line(points={{12,-66}, - {80,-66},{80,-80},{114,-80}}, color={255,127,0})); - connect(zonRegCon.TZonHeaSet, TZonHeaSet) annotation (Line(points={{-12,34.2}, - {-42,34.2},{-42,34},{-70,34},{-70,40},{-114,40}}, color={0,0,127})); - connect(zonRegCon.TZonCooSet, TZonCooSet) annotation (Line(points={{-12,28},{-70, - 28},{-70,20},{-114,20}}, color={0,0,127})); - connect(opeMod.uOcc, uOcc) annotation (Line(points={{-82,72},{-90,72},{-90,60}, - {-114,60}}, color={255,0,255})); + connect(zonRegCon.yDam, yDam) annotation (Line(points={{11.6667,16.6667},{60, + 16.6667},{60,0},{120,0}}, + color={0,0,127})); + connect(uChiVal, chiWatSupRes.uValPos) annotation (Line(points={{-120,-140},{ + -20,-140},{-20,-56},{-12,-56}}, + color={0,0,127})); + connect(uConSen, chiWatSupRes.uConSen) annotation (Line(points={{-120,-20},{ + -60,-20},{-60,-64},{-12,-64}}, + color={255,0,255})); + connect(chiWatSupRes.yChiWatSupReq, yChiWatSupReq) annotation (Line(points={{12,-56}, + {70,-56},{70,-40},{120,-40}}, color={255,127,0})); + connect(chiWatSupRes.TChiWatReq, TChiWatReq) annotation (Line(points={{12,-64}, + {70,-64},{70,-80},{120,-80}}, color={255,127,0})); + connect(zonRegCon.TZonHeaSet, TZonHeaSet) annotation (Line(points={{-11.6667, + 28.3333},{-30,28.3333},{-30,60},{-120,60}}, color={0,0,127})); + connect(zonRegCon.TZonCooSet, TZonCooSet) annotation (Line(points={{-11.6667, + 21.6667},{-80,21.6667},{-80,20},{-120,20}}, + color={0,0,127})); + connect(opeMod.uOccExp, uOccExp) annotation (Line(points={{-82,116},{-90,116}, + {-90,100},{-120,100}}, + color={255,0,255})); annotation (defaultComponentName="terCon", - Icon(coordinateSystem(preserveAspectRatio=false), graphics={ + Icon(coordinateSystem(extent={{-100,-160},{100,160}}), + graphics={ Text( - extent={{-120,160},{114,108}}, + extent={{-120,200},{120,160}}, textString="%name", lineColor={0,0,255}), - Rectangle( - extent={{-100,-100},{100,100}}, + Rectangle( + extent={{-100,-160},{100,160}}, lineColor={0,0,127}, fillColor={255,255,255}, fillPattern=FillPattern.Solid), Text( - extent={{-98,88},{-62,72}}, + extent={{-98,148},{-62,132}}, textColor={255,0,255}, pattern=LinePattern.Dash, - textString="uDetOcc"), + textString="uOccDet"), Text( extent={{-98,-12},{-62,-28}}, textColor={255,0,255}, pattern=LinePattern.Dash, textString="uConSen"), Text( - extent={{-100,-36},{-76,-46}}, + extent={{-102,-56},{-76,-66}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="TZon"), Text( - extent={{-98,-52},{-62,-68}}, + extent={{-98,-92},{-62,-108}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="VDis_flow"), Text( - extent={{-98,-74},{-68,-86}}, + extent={{-98,-134},{-68,-146}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="uChiVal"), @@ -435,7 +419,7 @@ equation pattern=LinePattern.Dash, textString="TChiWatReq"), Text( - extent={{-98,54},{-54,28}}, + extent={{-98,74},{-54,48}}, textColor={0,0,127}, pattern=LinePattern.Dash, textString="TZonHeaSet"), @@ -445,11 +429,12 @@ equation pattern=LinePattern.Dash, textString="TZonCooSet"), Text( - extent={{-100,66},{-72,56}}, + extent={{-100,106},{-60,94}}, textColor={255,0,255}, pattern=LinePattern.Dash, - textString="uOcc")}), Diagram( - coordinateSystem(preserveAspectRatio=false)), + textString="uOccExp")}), Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-160},{100, + 160}})), Documentation(info="

                                                        Sequences for operating the zone CAV terminal box and the zone chilled beam manifold diff --git a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo index 12615a36d5c..c399d2c5bb3 100644 --- a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo @@ -14,23 +14,27 @@ model Controller final VDes_unoccSch=0.1, final VDes_unoccUnsch=0.2) "Zone terminal controller" - annotation (Placement(transformation(extent={{20,-10},{40,10}}))); + annotation (Placement(transformation(extent={{20,-16},{40,16}}))); - CDL.Continuous.GreaterThreshold greThr(t=0.5) "Covert Real signal to Boolean" +protected + Buildings.Controls.OBC.CDL.Continuous.GreaterThreshold greThr( + final t=0.5) + "Convert Real signal to Boolean" annotation (Placement(transformation(extent={{-40,16},{-20,36}}))); - CDL.Continuous.Sources.TimeTable enaSch( - table=schTab, - smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, - timeScale=3600) + + Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch( + final table=schTab, + final smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, + final timeScale=3600) "Table defining when occupancy is expected" annotation (Placement(transformation(extent={{-80,16},{-60,36}}))); -protected + Buildings.Controls.OBC.CDL.Discrete.UnitDelay uniDel( final samplePeriod=1) "Unit delay" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin( final amplitude=0.5, final freqHz=1/360, final offset=0.5) @@ -47,7 +51,7 @@ protected "Logical Not" annotation (Placement(transformation(extent={{-40,46},{-20,66}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin1( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin1( final amplitude=5, final freqHz=1/720, final offset=295) @@ -59,44 +63,46 @@ protected "Boolean pulse source" annotation (Placement(transformation(extent={{-80,74},{-60,94}}))); -protected - CDL.Continuous.Sources.Constant con(final k=273.15 + - 22) + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + final k=273.15+22) "Zone occupied heating setpoint" - annotation (Placement(transformation(extent={{-56,-6},{-36,14}}))); - CDL.Continuous.Sources.Constant con1(final k=273.15 + - 26) + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + final k=273.15+26) "Zone occupied cooling setpoint" - annotation (Placement(transformation(extent={{-56,-40},{-36,-20}}))); + annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); + equation connect(booPul.y, not1.u) annotation (Line(points={{-58,56},{-42,56}}, color={255,0,255})); connect(sin1.y, terCon.TZon) - annotation (Line(points={{-58,-56},{-20,-56},{-20,-4},{18.6,-4}}, + annotation (Line(points={{-58,-56},{-20,-56},{-20,-6},{18,-6}}, color={0,0,127})); - connect(sin.y, terCon.VDis_flow) annotation (Line(points={{-58,-84},{0,-84},{0, - -6},{18.6,-6}}, + connect(sin.y, terCon.VDis_flow) annotation (Line(points={{-58,-84},{0,-84},{ + 0,-10},{18,-10}}, color={0,0,127})); - connect(not1.y, terCon.uConSen) annotation (Line(points={{-18,56},{0,56},{0,-2}, - {18.6,-2}}, + connect(not1.y, terCon.uConSen) annotation (Line(points={{-18,56},{0,56},{0, + -2},{18,-2}}, color={255,0,255})); connect(terCon.yChiVal, uniDel.u) - annotation (Line(points={{41.4,4},{50,4},{50,0},{58,0}}, - color={0,0,127})); - connect(uniDel.y, terCon.uChiVal) annotation (Line(points={{82,0},{90,0},{90,-20}, - {10,-20},{10,-8},{18.6,-8}}, + annotation (Line(points={{42,4},{50,4},{50,0},{58,0}}, color={0,0,127})); + connect(uniDel.y, terCon.uChiVal) annotation (Line(points={{82,0},{90,0},{90, + -20},{10,-20},{10,-14},{18,-14}}, color={0,0,127})); connect(terCon.TZonHeaSet, con.y) - annotation (Line(points={{18.6,4},{18.6,4},{-34,4}}, color={0,0,127})); - connect(con1.y, terCon.TZonCooSet) annotation (Line(points={{-34,-30},{-24,-30}, - {-24,2},{18.6,2},{18.6,2}}, color={0,0,127})); - connect(terCon.uDetOcc, booPul1.y) annotation (Line(points={{18.6,8},{8,8},{8, + annotation (Line(points={{18,6},{-40,6},{-40,0},{-58,0}}, + color={0,0,127})); + connect(con1.y, terCon.TZonCooSet) annotation (Line(points={{-58,-30},{-30, + -30},{-30,2},{18,2}}, color={0,0,127})); + connect(terCon.uOccDet, booPul1.y) annotation (Line(points={{18,14},{8,14},{8, 84},{-58,84}}, color={255,0,255})); connect(greThr.u,enaSch. y[1]) annotation (Line(points={{-42,26},{-58,26}}, color={0,0,127})); - connect(terCon.uOcc, greThr.y) annotation (Line(points={{18.6,6},{-8,6},{-8,26}, - {-18,26}}, color={255,0,255})); + connect(terCon.uOccExp, greThr.y) annotation (Line(points={{18,10},{-8,10},{ + -8,26},{-18,26}}, + color={255,0,255})); annotation ( experiment( StopTime=3600, diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos index 37f880af7b9..88f0262f504 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos @@ -2,7 +2,7 @@ simulateModel("Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controlle createPlot(id=1, position={702, 0, 685, 451}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.uConSen"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=2, colors={{28,108,200}}); -createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.TZon", "terCon.zonRegCon.TZonSet.TZonCooSet"}, range={0.0, 3600.0, 280.0, 310.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.TZon", "terCon.TZonCooSet"}, range={0.0, 3600.0, 280.0, 310.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); createPlot(id=1, position={702, 0, 685, 61}, y={"terCon.uChiVal"}, range={0.0, 3600.0, -0.5, 1.0}, grid=true, subPlot=4, colors={{28,108,200}}); createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.yChiWatSupReq"}, range={0.0, 3600.0, -2.0, 4.0}, grid=true, subPlot=5, colors={{28,108,200}}); createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.TChiWatReq"}, range={0.0, 3600.0, -2.0, 2.0}, grid=true, subPlot=6, colors={{28,108,200}}); @@ -10,7 +10,7 @@ createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.yChiVal"}, range={0.0, 3 createPlot(id=2, position={702, 0, 685, 451}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); -createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.TZon", "terCon.zonRegCon.TZonSet.TZonHeaSet", "terCon.zonRegCon.TZonSet.TZonCooSet"}, range={0.0, 3600.0, 288.0, 302.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}); +createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.TZon", "terCon.TZonHeaSet", "terCon.TZonCooSet"}, range={0.0, 3600.0, 288.0, 302.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}); createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.yReh"}, range={0.0, 3600.0, -0.1, 0.5000000000000001}, grid=true, subPlot=4, colors={{28,108,200}}); createPlot(id=3, position={0, 0, 1403, 978}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); From e9b97daa97ac9ac612437ed2636ec0ee45bb421e Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Sat, 20 May 2023 04:57:32 -0700 Subject: [PATCH 066/196] Updated documentation. Removed default values for trim and respond control. Updated missing class names. --- .../Validation/EnableLag_pumpSpeed.mo | 15 +++++---- .../Subsequences/Validation/EnableLead.mo | 11 +++---- .../Subsequences/Validation/Speed_remoteDp.mo | 25 ++++++++------- .../SecondaryPumps/Validation/Controller.mo | 17 ++++++---- .../Validation/ChilledWaterSupplyReset.mo | 26 ++++++++-------- .../SetPoints/Validation/ZoneRegulation.mo | 14 ++++----- .../OBC/ChilledBeams/System/Controller.mo | 25 ++++++++------- .../System/Validation/Controller.mo | 31 ++++++++++++------- .../Terminal/Validation/Controller.mo | 8 ++--- 9 files changed, 95 insertions(+), 77 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo index 68658669ee8..6eb950aac0a 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo @@ -50,20 +50,23 @@ Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.EnableLag_pumpSp

                                                        It consists of an open-loop setup for block enaLagPum with -a ramp input signal ram that is used to simulate the pump speed, and two outputs yUp and yUp -that hold stage-up and stage-down signals with a duration of 10 seconds for easy visualization, respectively. +a ramp input signal ram that is used to simulate the pump speed, and +two outputs yUp and yDown that hold stage-up and stage-down +signals with a duration of 10 seconds for easy visualization, respectively.

                                                        The following observations should be apparent from the simulation plots:

                                                        1. -The block enaLagPum stages up yUp = true when pump speed enaLagPum.uPumSpe -exceeds speed limit enaLagPum.speLim for time period enaLagPum.timPer +enaLagPum stages up (yUp = true) when pump speed +enaLagPum.uPumSpe +exceeds speed limits enaLagPum.speLim for time period enaLagPum.timPer or enaLagPum.speLim1 for enaLagPum.timPer1.
                                                        2. -The block enaLagPum stages down yDown = false when enaLagPum.uPumSpe -falls below enaLagPum.speLim2 for enaLagPum.timPer2. +It stages down (yDown = false) when enaLagPum.uPumSpe +falls below speed limit enaLagPum.speLim2 for time period +enaLagPum.timPer2.

                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo index 26630648a81..efd1bb9b99c 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo @@ -40,17 +40,14 @@ annotation ( The following observations should be apparent from the simulation plots:
                                                        1. - The block enaLeaPum outputs lead pump status signal enaLeaPum.yLea - that enables lead pump enaLeaPum.yLea = true when - any of the chilled beam control valves are continuously open + enaLeaPum enables the lead pump (enaLeaPum.yLea = true) + when any of the chilled beam control valves are continuously open (enaLeaPum.uValPos[1] > 0.1 or enaLeaPum.uValPos[2] > 0.1 ) for 30 seconds.
                                                        2. - The block enaLeaPum outputs lead pump status signal enaLeaPum.yLea - that disables lead pump enaLeaPum.yLea = false when - all the chilled beam control valves - are continuously closed + It disables lead pump (enaLeaPum.yLea = false) when + all the chilled beam control valves are continuously closed (enaLeaPum.uValPos[1] < 0.05 or enaLeaPum.uValPos[2] < 0.05 ) for 60 seconds.
                                                        3. diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo index aab45f6c3e4..2407173189d 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo @@ -22,14 +22,14 @@ protected "Pressure difference setpoint" annotation (Placement(transformation(extent={{-60,-70},{-40,-50}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine remPreSen1( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin remPreSen1( final offset=8.5, final freqHz=1/10, final amplitude=1.5) "Remote pressure difference sensor reading" annotation (Placement(transformation(extent={{-60,10},{-40,30}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine remPreSen2( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin remPreSen2( final offset=8.5, final freqHz=1/10, final startTime=2, @@ -43,12 +43,10 @@ equation color={0,0,127})); connect(remPreSen1.y, chiPumSpe.dpChiWat[1]) annotation (Line(points={{-38,20}, - {-20,20},{-20,-0.5},{38,-0.5}}, - color={0,0,127})); + {-20,20},{-20,-1},{38,-1}}, color={0,0,127})); connect(remPreSen2.y, chiPumSpe.dpChiWat[2]) annotation (Line(points={{-38,-20}, - {-30,-20},{-30,0.5},{38,0.5}}, - color={0,0,127})); + {-30,-20},{-30,1},{38,1}}, color={0,0,127})); connect(pumSta.y, chiPumSpe.uChiWatPum) annotation (Line(points={{-38,60},{-10, 60},{-10,8},{38,8}}, color={255,0,255})); @@ -64,17 +62,20 @@ Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Speed_remoteDp

                                                          It consists of an open-loop setup for block chiPumSpe with -a Boolean pulse input signal pumSta that is used to simulate chilled water pump status chiPumSpe.uChiWatPum, -two sine input signals remPreSen 1 and remPreSen 2 that are used to represent remote pressure difference sensor readings, -a constant input signal difPreSet that generates a pressure difference setpoint, -and an output signal chiPumSpe.yChiWatPumSpe for the chilled water pump speed setpoint in chilled beam systems with variable-speed pumps. +a Boolean pulse input signal pumSta that is used to simulate chilled +water pump status chiPumSpe.uChiWatPum, +two sine input signals remPreSen1 and remPreSen2 that +are used to represent remote pressure difference sensor readings, +a constant input signal difPreSet that generates a pressure difference +setpoint, and an output signal chiPumSpe.yChiWatPumSpe for the +chilled water pump speed setpoint in chilled beam systems with variable-speed pumps.

                                                          The following observations should be apparent from the simulation plots:

                                                          1. -The block chiPumSpe receives input signals remPreSen 1 and remPreSen 2 -and its PID loop output is mapped from minimum +The block chiPumSpe receives input signals remPreSen1 +and remPreSen2 and its PID loop output is mapped from minimum pump speed minPumSpe at 0% to maximum pump speed maxPumSpe at 100%.
                                                          2. diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo index d3aa567132e..0ba2af8b472 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo @@ -32,7 +32,7 @@ protected "Logical pre block" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sin2( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin2( final amplitude=0.5, final freqHz=1/1800, final offset=1) @@ -79,11 +79,16 @@ Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Controller.

                                                            It consists of an open-loop setup for controller pumCon, with -a constant integer input block conInt1 that generates a constant output value of {2,1} to indicate order of pump enabled, -a pulse real input block pull that generates a pulse signal to simulate chilled water control valve position, -a sine input block sin2 that generates a sine signal to simulate chilled water differential static pressure from remote sensor, -and a constant real input block con3 that generates a constant output value of 1 to simulate chilled water differential static pressure setpoint. -A logical pre block pre2 is used to capture the chilled water pump enable output signal pumCon.yChiWatPum and provide it +a constant integer input block conInt1 that generates a constant +output value of {2,1} to indicate order of pump enable, +a pulse real input block pull that generates a pulse signal to simulate +chilled water control valve position, +a sine input block sin2 that generates a sine signal to simulate +chilled water differential static pressure from remote sensor, +and a constant real input block con3 that generates a constant output +value of 1 to simulate chilled water differential static pressure setpoint. +A logical pre block pre2 is used to capture the chilled water pump +enable output signal pumCon.yChiWatPum and provide it back as an input to the pump operating status signal pumCon.uChiWatPum.

                                                            ", revisions=" diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo index 7a7739d490e..25eb19e57e3 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo @@ -95,20 +95,20 @@ When the control valve position (chiWatSupRes.uValPos=0.15) is less are generated for chilled water supply temperature setpoint reset.
                                                          3. -When the control valve position (chiWatSupRes1.uValPos=0.55) is open greater than -(chiWatSupRes1.valPosHigOpeReq=0.5) for (chiWatSupRes1.thrTimHigReq=60) continuously, -two requests (chiWatSupRes1.yChiWatSupReq=2) is generated for chilled water supply. -When the control valve position (chiWatSupRes1.uValPos=0.55) is greater than -(chiWatSupRes1.valPosLowOpeTemRes=0.5) and when (chiWatSupRes1.uConSen=false), one request -(chiWatSupRes1.TChiWatReq=1) are generated for chilled water supply temperature setpoint reset. +When the control valve position (chiWatSupRes1.uValPos=0.55) is +open greater than +(chiWatSupRes1.valPosHigOpeReq=0.5) for (chiWatSupRes1.thrTimHigReq=60) +continuously, +two requests (chiWatSupRes1.yChiWatSupReq=2) are generated for +chilled water supply.
                                                          4. -
                                                          5. -When the control valve position (chiWatSupRes2.uValPos=1.0) is open greater than -(chiWatSupRe2.valPosHigOpeReq=0.5) for (chiWatSupRes2.thrTimHigReq=60) continuously, -two requests (chiWatSupRes2.yChiWatSupReq=2) is generated for chilled water supply. -When the control valve position (chiWatSupRes2.uValPos=1.0) is greater than -(chiWatSupRe2.valPosHigOpeTemRes=0.99) and and when (chiWatSupRes2.uConSen=false), two requests -(chiWatSupRes2.TChiWatReq=2) are generated for chilled water supply temperature setpoint reset. +
                                                          6. +When the control valve position (chiWatSupRes1.uValPos=0.55) +is greater than +(chiWatSupRes1.valPosLowOpeTemRes=0.5) and when (chiWatSupRes1.uConSen=false), +one request +(chiWatSupRes1.TChiWatReq=1) is generated for chilled water supply +temperature setpoint reset.

                                                          diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo index b96426859a5..8ada2aab8c2 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo @@ -8,7 +8,7 @@ model ZoneRegulation final VDes_unoccSch=0.1, final VDes_unoccUnsch=0.2) "Zone temperature regulator" - annotation (Placement(transformation(extent={{20,-8},{40,12}}))); + annotation (Placement(transformation(extent={{20,-10},{40,10}}))); protected Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt @@ -61,29 +61,29 @@ equation color={0,0,127})); connect(reaToInt.y, zonRegCon.uOpeMod) annotation (Line(points={{-18,-80},{0, - -80},{0,-6.33333},{18.3333,-6.33333}}, + -80},{0,-8.33333},{18.3333,-8.33333}}, color={255,127,0})); connect(sin.y, zonRegCon.VDis_flow) annotation (Line(points={{-48,-48},{-16, - -48},{-16,-3},{18.3333,-3}}, + -48},{-16,-5},{18.3333,-5}}, color={0,0,127})); connect(booPul.y, not1.u) annotation (Line(points={{-48,48},{-32,48}}, color={255,0,255})); connect(not1.y, zonRegCon.uConSen) annotation (Line(points={{-8,48},{10,48},{ - 10,0.333333},{18.3333,0.333333}}, + 10,-1.66667},{18.3333,-1.66667}}, color={255,0,255})); connect(sin1.y, zonRegCon.TZon) annotation (Line(points={{-48,82},{14,82},{14, - 7},{18.3333,7}}, + 5},{18.3333,5}}, color={0,0,127})); connect(zonRegCon.TZonCooSet, con1.y) annotation (Line(points={{18.3333, - 3.66667},{-28,3.66667},{-28,-16},{-48,-16}}, + 1.66667},{-28,1.66667},{-28,-16},{-48,-16}}, color={0,0,127})); connect(zonRegCon.TZonHeaSet, con.y) annotation (Line(points={{18.3333, - 10.3333},{18.3333,10},{-28,10},{-28,16},{-48,16}}, + 8.33333},{18.3333,8},{-28,8},{-28,16},{-48,16}}, color={0,0,127})); annotation ( experiment( diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo index 66e1a2a36eb..ec4710324d3 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo @@ -12,10 +12,6 @@ block Controller "Total number of chilled water control valves on chilled beams" annotation (Dialog(group="System parameters")); - parameter Integer nSenRemDP=1 - "Total number of remote differential pressure sensors" - annotation (Dialog(group="System parameters")); - parameter Real minPumSpe( final unit="1", displayUnit="1", @@ -210,49 +206,56 @@ block Controller parameter Real chiWatStaPreMax( final unit="Pa", displayUnit="Pa", - final quantity="Pressure") = 30000 + final quantity="Pressure", + final min=0) "Maximum chilled water loop static pressure setpoint" annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); parameter Real chiWatStaPreMin( final unit="Pa", displayUnit="Pa", - final quantity="Pressure") = 20000 + final quantity="Pressure", + final min=0) "Minimum chilled water loop static pressure setpoint" annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); parameter Real triAmoVal( final unit="Pa", displayUnit="Pa", - final quantity="PressureDifference") = -500 + final quantity="PressureDifference", + final max=0) "Static pressure trim amount" annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); parameter Real resAmoVal( final unit="Pa", displayUnit="Pa", - final quantity="PressureDifference") = 750 + final quantity="PressureDifference", + final min=0) "Static pressure respond amount" annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); parameter Real maxResVal( final unit="Pa", displayUnit="Pa", - final quantity="PressureDifference") = 1000 + final quantity="PressureDifference", + final min=0) "Static pressure maximum respond amount" annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); parameter Real samPerVal( final unit="s", displayUnit="s", - final quantity="Duration") = 30 + final quantity="Duration", + final min=0) "Sample period duration" annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); parameter Real delTimVal( final unit="s", displayUnit="min", - final quantity="Duration") = 120 + final quantity="Duration", + final min=0) "Delay period duration" annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo index ab4dadbb07b..c03bce1fe51 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo @@ -5,7 +5,14 @@ model Controller Buildings.Controls.OBC.ChilledBeams.System.Controller sysCon( nPum=2, - nVal=3,dPChiWatMax=31000) + nVal=3,dPChiWatMax=31000, + chiWatStaPreMax=30000, + chiWatStaPreMin=20000, + triAmoVal=-500, + resAmoVal=750, + maxResVal=1000, + samPerVal=30, + delTimVal=120) "System controller" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); @@ -54,15 +61,17 @@ This example validates Buildings.Controls.OBC.ChilledBeams.System.Controller.

                                                          -It consists of an open-loop setup for the system controller sysCon block, with -a time-varying sinusoidal input sin2 (varying between 17500 Pa and -32500 Pa) for the measured chilled water loop differential pressure sysCon.dPChiWatLoo, -and a periodic pulse input pul for the measured chilled water valve -position sysCon.uValPos. A logical pre block pre1 is used to -capture the pump enable output signal sysCon.yChiWatPum and provide it -back as an input to the pump status signal sysCon.uPumSta. The trim-and-respond -parameters for the chilled water static pressure setpoint reset in sysCon -use nominal pressure 30000 Pa and minimum pressure 20000 Pa. +It consists of an open-loop setup for the system controller sysCon +block, with a time-varying sinusoidal input sin2 (varying between +17500 Pa and 32500 Pa) for the measured chilled water +loop differential pressure sysCon.dPChiWatLoo, and a periodic pulse +input pul for the measured chilled water valve +position sysCon.uValPos. A logical pre block pre1 is +used to capture the pump enable output signal sysCon.yChiWatPum and +provide it back as an input to the pump status signal sysCon.uPumSta. +The trim-and-respond parameters for the chilled water static pressure setpoint +reset in sysCon use nominal pressure 30000 Pa and minimum +pressure 20000 Pa.

                                                          The following observations should be apparent from the simulation plots: @@ -74,7 +83,7 @@ when sysCon.uValPos changes to 0.

                                                        4. When sysCon.dPChiWatLoo falls below the calculated static pressure -setpoint sysCon.chiWatStaPreSetRes.yStaPreSetPoi,an increase in pump +setpoint sysCon.chiWatStaPreSetRes.yStaPreSetPoi, an increase in pump speed output signal sysCon.yPumSpe is observed.
                                                        5. diff --git a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo index c399d2c5bb3..dbc131995ff 100644 --- a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo @@ -132,20 +132,20 @@ The following observations should be apparent from the simulation plots:
                                                          1. Valve position signal terCon.yChiVal is increased from 0 whenever terCon.TZon -exceeds the zone cooling setpoint temperature terCon.zonRegCon.TZonSet.TZonCooSet. +exceeds the zone cooling setpoint temperature terCon.TZonCooSet. It is reduced to 0 whenever terCon.uConSen becomes true for duration conSenOnThr.
                                                          2. It also determines the number of chilled water supply requests terCon.yChiWatSupReq and temperature reset requests terCon.TChiWatReq. -terCon.TChiWatReq should be zero whenever terCon.uConSen -becomes true for duration conSenOnThr. +terCon.TChiWatReq should be zero whenever condensation sensor signal +terCon.uConSen becomes true for duration conSenOnThr.
                                                          3. Terminal reheat signal terCon.yReh is increased from 0 whenever terCon.TZon falls below the zone heating setpoint temperature -terCon.zonRegCon.TZonSet.TZonHeaSet. +terCon.TZonHeaSet.
                                                          4. Terminal damper position signal terCon.yDam is increased from 0 From c19be755e9e9fae7222b649cf9eda4c8eae3c130 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Sat, 20 May 2023 04:58:26 -0700 Subject: [PATCH 067/196] Updated schematics for chilled beam control systems --- .../ChilledBeams/ChilledBeamsSchematic.png | Bin 61229 -> 82035 bytes .../ChilledBeams/ChilledBeamsSchematic.svg | 67 ++++++++++-------- 2 files changed, 36 insertions(+), 31 deletions(-) diff --git a/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.png b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.png index 3f110fc6b42f1a38fa77073c57fccd601ed2dd79..cc72917d3492438968a37e2b3ea02bc12e0a873c 100644 GIT binary patch literal 82035 zcmb??by(Bg8~1|Ip)k4((20bA2uQb-fFKf5B8(2{7;L0Ssg(2pl^UVIKyrwJ^ypGT zlujApaPaPV)aUnJ@89paF1B6Y;CsIJIp@AV_vikcIK$go476Od004kN`lJ16mKF6Z98Hn^%F#}lTzuE zO-A;f+O1Cn-+X*A>AJxca!uS{qiFJtbanjW$rawM?c~GExg5Cw#{f@zv5dpL-N~*k z1s}(yjg48l>kthX4+vIJv)x>Qmzb zv{oIQ>-*EV-UCf*Ue^Keyet2nWmBE_d&(_uq;eX3&DAj;fI#lzV78_#JU-&K=JS^G z+_tyDNkeRAkQGP*r6xei;lLbdMtdZ%k+MRMiF@4^4(M~j1u9QC8_ny^$3`f|1IlCG zw9@Heb{cv?`FBD->sN^3xg9!M4LYndH9$M^Z_+!>lPWS5e0X?DkzneMw40lqmcs49t>IjZsAgoUN*O*l@{ zXwDp`p&T-=2bI5#B>~(_iNm9Bt~N6625N$|)Dbs<6X<#OVfaliXAZ56@oL1y`Jq1V zQYOZ2XJNSxPeO(c<}!bY+(IaLz*&mMcDnGF!&D1DrBcorkxxS^auUcE=k>GOd9G&5Bcq7`(T!XJ>Nm6;``PU53q{&ku5!WQV))!HvvvX0EQ zxu}TGmqC|{T>{*Km^{E8uTXZkAKG8}Cm z*epc*n4z1n8XZxZtmz(3+jU=Q`9--_@;ye9X#eU2>k-WnzaJQF8BIDlQ}=~unsI>e z!1?)j#%Xky}7#`W>rbk0rF00b%&wX1$jqOkKfFkuq6eA{HrV&O!U+-4_L4J>&mC>Ipj%>tgi>JT zCqkTp`ex(Xxx&6-MOj3zEM4HuVuV&I;I5>wj2zm9qycETJ85PLiwwutx>>zw;Uo)jE-!SCKVIqt=h&gNE zl-i5YZ~b-p^HlDJ_(mx$IEdE}fX(S%P~1M0o*FNRSR^nVZl|wiJnVLie1~4AuYLeo z28%qo+dU~X#NaR+rgH+a+vl}>@ZBq1{O7*i@zeCoYk!=`&-+a-OgIdup0fGlSTuc? z-_Z3#Vn%!y0jxZi#a@_oV=)iC%bXpEg5j56FS}*utr`#H{IC)-b-C{yf;b%zocR98WZ?YZ zw+R2gh8XncVZed>z4K!a}&2n%Kx~5#_?{Wjr9>g`QuTf>GCt z_aGHO5c9dm#3d1lw9%ixm>cTt49c|=84r8!O;$-;JieN)cQ`1@eAmYPeT5?Mt2Yck z)npr@)|E~;%}d|C`Dc=t(=9Or$GJq(eg-jGFr4)4>`7#9P81P~;YE;_9%}7Pce--o z*6L@u!fw0dT>^gk_^5MVpeIKm>#OsRsgJL-Mn+bqc~np4BCL&+kaOP%QtW~VSRqCwjm9O^JYY2i5G|W@QqQmB*XAWSN{?7BuI8_|n zNu?A8yVf8`Dc724HA#3q#%>jGOWBq&e|grf$wa9eJN83R0m3j&{7=j=znW%c^aWG5Lh1H+E#6->-b5kV^v$3Tmlv>X zkZ7oqpNFHwJz5D^PVwq%)<`GD>;*88@>EoM)x~NJ$0h9a@(bO%OO5i!kbz2%RWI+cpk1awHHuTyGy}_7d(1$^X zX*u);eimnd+k*wRK&yplaYtY(Cd{+GNMw(vJe{MOnK!H{$?Dol5lfOga=xAzdbN%D-OBbdO|HUge>pj}C zsYa(ds{e-Wf7kzi{MBEj|1TDC3>(>#kz_E zz<=HBTe`bhrU0lhbraaRUq>a*Z$UZPI34+)lZpgm9Q)xMUgY->=bvVzGVA|+tDC5I z9N^Dtl9a5We1shP?|))YJhoE*opU|+-%aEzxIO{L*POt@R2T~1iY>#eFCgUrwC=^^ z5e74vk#RwuCfV68-uG|hZgjl)^Q1mZ+KUVjMi};KUe9?qk+y6D1m>mBxK4pbakQ+p=q)U+r zuno$W?m}|eQb9*g7F@cPq&Ag^1$5 z#mcb{bR(2b2Fwxp)+~VP0CXV2q08WP(@VZ*P5$!q!K1ikJmZn{j^w;4^pk6HM3+{f z@>Z44K@&gZ@hMV5C4hR6R0Vr+f565N>8;GMo{Cqzv{pk&OD%!~O>7!!3gW)wjBt{$ zGxBF4h-8X9z_=Q!eNqDk3lgQB^oX>sfg=@5^xA0_e)97q)r)xw&K1MrYL+RIzy=L&^ln^_(p>&OxRchK#y-|Nw=S%Q$ zi=jm~O4q{C3-^LJF(I+obxFhw;FMt|jIHi6CuZ45uBk?(r!iOiyLtX$wEh04TJq5m z!!tLtHJXGPJ;aQTiQpXm1BDwdx)NrmG{UKzdvLp%XDhOoDWeXkghEB-qE3>Hqz&7s zonJqC-cF?L5l+n2&*IE=a-&>lh2h(b243W=+0gqkC{^($iX3xYn!s~n_W0n{f8xy4 z{Sj;)DPLn`jm75{IBh-ZI1E;DaLwX{(1Fl3`pMKrmCoE!ImB^)a8ebsHg?q^^MGr9 zdtp~p_E;e*qBKqxW{l-6sZ3RjNN&m%*si3Fww@RU_Zbwq&3xcVy+R+XC^dvV zd>>S!g1?}hzWr{rLQO7dTE!RdnqLtsC;VCL-hyneGfQV$^Wa-P;LQR(JETGf2{Iby z{@0Q93Ei0kxaJvjklrq|+BBRtpiilx)RyAELKUuYLfEtl`aT*D73%fdX$%Kfn_uie zwB@)5J%?ny=IzZWd;KdDZ&3Em zj|K1wJPla&HUads;OAt|uih{IxWB2;!Yd$5Z|t$yds6*EtJ8Go^Hr{i5gru_HQ%$g zbWmFbE|Hh1(qH6E^YuP^8np}wBCF^+Z^Wbvw!Zds!1_@H1Gfjp&N}P4qMw7N?wlF> zp&)ec8eKzW#EDYOu^|4d>ED-f+#iMtf}TU3@X;N5qD$vyo;lWCV$+D{N9c2kd(5zFODT)qLJq(>Z!F4eH?2+Hv{`c>%I(j=H69Z58cYpSc!SsuzNQ%a!hDC|S; zm-a)ddZ)rZ1MfD^)>4mo;@1wekzU~W2PQYqH96h$X<~Fp$m8iu)2rX6yAR4y%IHdw z;clrvVc3Xfs{^f2Zp50V*~r&^iDo+>Dg?KQM7@m~RNuDx8-Z({uW{Qd(CaVf14Ai! zn3^L%Zf|N(REGZR2Dp1pIzO>6T#&|SfP@!Uj}wV4jq8YVl0)X~5xVb%sFu`qF_nGg z%LT(AjaJ|Rxyz?Or6}>)M7H?p=*}@#cg7k+|IG;;@5;|4h_$+T`>|1TiJ8w&zDexQW zA%Z+&Ar(Lm)u~RU?{0F>h>#2$b)KQxqdrr~UwOklzg)=p59@mIgr9h9$wOdOzGtXKngHVXy z7Oa`PH+uVrtIi>MusB}BJ-cA)v&MSYr2OkvPRxI+=6kJ%>-zPK=u$blcel7r_`Fp2 z7>cd)XzCx`EOeEriD>0jJ&jA`$dEEbxc+ssnVH|s&-6!}07O11Kmyq-vTO84w{JfI zC#c=hRk|cf<}~OkZDQEO_+!WK%Vsz3R#+MaeGu$e)P`{!Ggt_;T;Eq%2hc67{q8}=RpxZk z92wLlH!`SygVXHe>B4=(CBPvN4p=Uz(|19(6t#LjZM#A5#G4}~;eHrn{|h;8_wH)W zVliG(X5`eN*7iu|I_dPr{COw_10*vfgXz?_6z^GQNVa}7Y#Cps>&#EPcVWH(kJTN; z+BqF_S#_|Z!lRb&M2^4drqmx~nmM7$iEwE=k*@u6cj2h7&myN?24~^U_{To|2-ku^ zyL-!SGt?X$q|bQ3x&}=5#v4_c0jP<@xn~q+2Cw}MA6Z@h5(cfSv91A*W9@iSkQx&9 zvKJE^sv>sbW74>r%#-pio@&Hj_3_ivnyATa)%;2Kf>R6Dq#>?uslVtO^U9LetZq8; z1yjOH53ia#3LS`mwQ(EX@fRu@qN?U4aR$hlp<3cT@^Yd32&(PjK{%^J;1)FjtSBTi z$ODD7a!m542?ERjG9V6y&vW?8Mx6-U$k3n^?ASj5YIvK6Ys-KM@jx1UT*yq}d7~Fr z!S)}B$Gn0-2eV8|wfZ1qB zy1#m68lVOxXNZ2JBbgKMpkdqE?o^xg;PmX6xB`d%R5+~+mqX{$n4|mcnn%-((FX=} z2SHSj26s^}0%7d<}Q)&5@!) ztOH68)hak}R?K&tZA|qGN8mM|P<({RRSl&8_4c9fDA&>!Gt(>g3Mf7*80Jo;OKhI# zKtHuoPF|>~kP{lK9{J2S`m0RP@joXp)%=RZi_ME`N5W#KjGc^ruR?cp?^E%B?mv#e zq#*Ained~B7X}MUiS|b4{Lfwo6H9Vhc~MM8&Ji@QXP)O%SBbH~@>L-y-SkGyui^7-R)kR>VVEP<+K(^-LtA#-CoPqOH^x zo9^^!6TN24M?o?JC0>~3vF#gxag7NA*hJ~NCAbJKbGi)U4NKXP4^wZO_g2Uhyj2sJ z!AN5EEKuz%M=No7#vEu2Nu6X(S9L#HnMvSVkqQ#dsVR6q3{i?&em=(bs?P z!?-nv(ImCzxUbO5z^g@r#Nz0%$SZl?EmYMaPY&s|b`!65C$s8lnAe3AV#bzHu}JO` z?y7eei$%m)AWqAGLsr6-@7lgruQlAa(dT?}{Epq7LIjsNir!T-b$N=5aJaieeyU*PdW>!c6)7g}9z127_qqLbqS+*(4Cx1-6tLCSP9Q0|()sYh>0wuTZrru<{>T!?J zj0kML@hp+e{v7R{ar8~jIF*HEuK8=Jhz3E69cm~cl;%|uKMI849ja%aLpy~}tORN! z{pg9~-)`0-?=-tuJ>!1gY5>Rvwiw~JfWyJu?uOO=j5_Sw$r4wRHRe)7&&Ts!I~=}YQ7>^f&LAI!p5OOPgn~VB-(&s#(?2iDZbK9%%tz9 zaq7^|cqg}gn(By%SSj3V*_kcn34tIcGAWLxLhF5Qg>fhf@GR!^olF5-neilKBk)V! ziY2;$jF}2fXJEPw;NY-R_JIInL4#@((94JSM@{Dd>zW0p?wJQ$u!diHkS?<`4qL4+oChh*&NHldJa<+St=;CW zQ;0G>fB(jEPI8QWK>yS@^#6UAtGJu6oWp}lGU;^>G^9k{=FuXgX_Y*mfF5ZTY>X?Y zhESyz9Qh82Hv%ldmjU6b#s};wDp)tK>Q70qYeyG)A`(2c4W-4dg|OARTBYt?g#ub~ zrllURXn(=GzbEy}BA#R2=?<#8Yg@Rt_97x)=}`_8dsIB#AKGuBa`15++~*2bXd2rK zjk7Cp{Nyn@F#LrIQd9HlqVjfT?vTl8{Lp@`hJ*1z72RR1<1`bn^`b~Tp5{m}IBc`@ zSn=nz+Ny*G1d|i7y zS>Kw!Hcz9Vy2@~FAl^ew<(ojcue*uO;UyP?-BY@<%;Rl5Tm>p@lRRBco$g~bDSd^? z>soMPWinA%%1J)Ci`GO$2D|n`Wq^?&2>PF22WpG#rQLNWFtM z%q8}?*03dR>Y7B@^1P~H;a)HInqwLRi%fV1tvRAZlX@QPG=T8W@%9rtmoT0_=L6d?Iujle$<$hvo=@KQ$GblPEbL5O6dS82fv1D+?E6KV< zv*JHWu%`5SBrDW*^Hx?O(b_3LiH&udb&SxLPIU|PYU(DM*GPW=^JXC|F30_p@emG8 zcmvM*F>96_bzIavsJzL&#ZPxg^_?IK8!0~DN_VJx!*(vi5I~rKtxIAlX-(Q5zb0eG zJFfdqwbWB7qYPp7YTGGpUVcVv^+%I3P`nkp4Aq!N|9Eh20^6ho`()X?Oz)l3AJG4D zg2dr$Ux%$4$(b-#_nC_|o1gI~=Y-Bzb9n)FjA{*dHl_t@8R$q8%HDdy-WpP}wlTh&2ZhZZDPV`|cVq5JMLvZZgmju%yFvKQb%{)5;a20L4B91dj<>e9s z_}wBGX=Rt?&b!UXx~#{rEfdLL$Bfk~U)1h+9roDb8^Nn@8DD#}a*>k7c{{JU+7h7r_iVa5l8#$& zIv<$LG#UVW&5EzxSdg7DRUK)W>zNv7o1`>@Kpy04w&TNKx;`>~?5SK)Z>@@>?2|sZ zZAa=b`%<-P0h1>ST09kPV=;e^6Q1;fU9kao^c=*GHG>LZ+ zi~mxC=Dkl-c|)ix>_(Uz3X?R}KM4ebn}EGV8f7-L#{zNOy5O0Zu3qC1mHlF)JDr0= z&|k+TmTZscOuqg=mAIc1Li~gg^~PgsKQHK(gidk6fN=Thdq+Pl=dYMlz7c=^!=vMt zF8hJ9D-D9WIo^@p<4I3vOVsm#rEfgt;4E#4azWp1L%e_VO1dy^#xNPU4qT3YW0gB~B6r=@^Gr{z0yHhT>BUku zO)IyBOrUNmu$iIfkpjp}cCG$eqrVlhAJ4@X4|XlGUAOv{ktr$Zde&cKgxdw58ZCye zjcO^ef_{<)RPLk$9y5+aB0!~c$ zrSO)=0+CW;#`|-2Ge02q-DRGX>xr^mGE#0cV(^5SC4!QG+f37YaSIlg*b9qoS0=;6 zohxEHN?RKJzMdU!L~s{!ahThH>tnmw;0S}XJ-|8X2x#ELJNz0GG2LjHB6l-Yl z;Hg3m`@Ay2U3YxM=@(!f?dkotRc!)D=-Q2n*!vPuNp{zT&7~(D+Uzstz)6Lg7P>OJ z5uiiZA!9vxNatE9lZ0j3GNo?M&T;=6WnABR6mF?D^cKhrbl^H=kAFRWpxFz^mtLIo z(2%+vpV05DJ3eK`b%g2GGC9eKbH`6E8%p1P{^60S^K^mvt1wM(t9Tih>|69;fl0ct5j!GI+m=oggc|w$~J) zxEmpFrJEzhIPlpLf0^--dzh!cn?D?Q}j>POv#gNAxi*Rjr+eU~8n!?L}5^k5OY!a!s?!m^l9mU+? zV(5Qi!TW6(4*oJfCI5WxbQlY9gTae!b@?0k{bJpas+JVYs7$&}>GI$u{ZwMq^(z}! zh6lT)0W9wqPw9>im8YIc!Jav%>;witM=>gIo^;+)^jQ|nO?#sBu^w0u?&DBhdB0xn zsbj21evL>_+jl|MrBd=N{VCgZgPkBo~VI{ zu~)V&K2Gde5SW}zLn|(&$=HNeFse^YnvWE9B`@>10vcoJwA_siRkoz@A*WI%7jS)9 zrZ%-tmYKfa{HGvhUVgwojA=auvKJ0+ct&^46%0OSFT6X}72T!%U@+QF$*@|){PW7~ z;VX+wMQA~o`GzVXXg7B!P?-2D=)8_PH$Pt++rhgtf#>C0W3B@?M2DSsPc?wEM?52i zKB3%+2nwQJ$a!bgaSd2HnAn_y;W;(1ZQnUMJDj#=Lw#(Zkv}G;{wDKaVOPt^WE9&8A15$Epcc-N1Q7DO}Si}Ekb_Czs(N;rU&1k!V0a_XcLYsp?Vuu_`_bWe5;xQ zrMmTW>?LjUc%^6g@0w(Ox)RJJd&`aO9P9Me1VKNZ+|K^(oXs7Qz*kA&5<)gRJ|^V{4p27)XsjN=C<98fX$Dk?*IevD z`-zTI2g;~*HKT~huDe`wp}l0y=nuz*`LaKcuy2WBYib0EDEhnAZeE@r*E{VnBu%#) z&1k}KL<3t_+wkFiWEdccB8(0*UaRJL*0B&WBc|Ry+7SAlr`C3+=`Ke`rg;iif@`&D zwkz3-SGNC~{NM02JF{}zfzDuG6F9tyy8FqdnH$Y=?TpCtFVgT3C6ftX?qQAA#yj;l zTr;j=o1?KQd%j{ETFccH!|ETK*YV=ZN1Lja@HH2Hte=o~l0K3bwXbSZ&ir37Hq+er zh2EEsubzZzTWHm#I^%YjXS8B0-5%U-yRu-qCO<-p)qfQxNcE$#gWwh4ubSBuvkUpLsQZM2X|* za5zrN8`HaU?)+J_WDzZj%?g3Dz5MTc36- z^5ARf5E*P;$=VosyvU?7@yhaIl3l;&wbhWLrLv@lCw085t~+6AT@Un&C>v`3Q`z*6 zOwy0bUoBY8Idq)%R0n=qL}ef~jBtLt)$a6Ov^x+y`-@q6d)M281qm~)vNOa&R|#Ja z#!r7q-#!a$GyS+ISx93)I)3&A!{>aTgxn5sMwi#(10wn0d^WfBs7mc(O`bV&(LAPI zCbDiir+u0z6Zu=RV^R1WpYYv2>!=|fxDM#OvFn{Z%s=E~^Ku&OOtY5KK20;pS@2-F4h7YUDU;Rc5yER2V^Dae}AMh|G%7Ki&W^O5Myr8~GKJ1W!0w-s%?uo6kM~Z80$}419h_&P3;RV{lPDg+kxEO3KK{{pO z^;w8mHjFI%380G2KOD@l_iqnNj$Z6s%Wl6(54o7EP8avFE1VNzXm10)XlVN*44Qxe zRwfa1G{3ltgRP3p4CbHZEK9MrC^7e<-_lHlrF1l~OvD^C-~F&nJCpu+`uXAf0nP{p z%jc2n##l2zQfijNAdq!#7cXB-Hn%sAtIXeJ-QUKjnoq^_f^M1X%z$4I3x9wylqyW&HKTc-Gqep3V3fI7q0{jzTnf&w0CC;9bKwN0 zwz|LL^XT+4w7H40ff@q5N2g>1X^vid*Li}HxWTVtUaf$qYo+fA&86P}$j3*xAA`bG z{A|O?5}{yNNq}O{q!mbp8?to(^iTtK*?{lG?0s-v*uFD;5f|RE#}OHk-315%EQ8vv z)`ZLQqI8j0Z$)Ce3T#GoQD8|@hPrv-98fwM8}ObKhl9Y-vK$Usm5)yz=kOC1c!;x) z-`-EA;!{R_L%}BBJ@RdpL;0aPhWwmZ!W7eg*}5RCVnN->=yR@2skx2No$Ec-vosD1 z{>oLWHe~Vc`Xw^l`{Te73fvy!PXtgMYLBqr$87r@$vm!$6zp1--`Q)C8d@e;+naTfi#A0G6N|TMd|2p;N=a%)UJ6(aT8Y!kzdnodET=_y z@6#WC!Mh%rWrpE*=*PQ^6jCw0w<253rDG8HggNfXMtW0{`QgaA{V8zTgWs8FdX*UQ zGl}wvyL^n}k!Z?lJ*&^A*H6&5VkZE}5_*43ER>OofL0?3kN?iCZJkRfaLrokK zEs=AoIWZ4TZT7#v(x$y6e+W1(`0+%#Xmae1x?RRvk+gNJ)G-@Zx(?RtZ$~t7Ym>ju5%e z(sv6Mq74yG(~JzoyWhG!xzJuy8Y1!<%v9($e1a<iKc3 zeC2dmC#?ds7}in&Io~@CRf8bAplQ%@fiod@h(E;>|K5n#h|=9hn=N=ve-q&P>|5QD zal`jG_Ntp;hpTh3)1+Q#Uy$S@e{fw~hn?{vzeu#7^As%M#t0iYXdKpn%cGu$OhYu>Px zK$@M4Lj1BXzCLXKJ|w(&(ddDVr3tp0A?y2R)-=Y@n*>kxq<1!x%Vl4C4Tpmkc*>1K z&Tfqv%J$qz*Fr5D*}3h$w)spzA z%;?hSm@hexk7S3OlYQ>I7JDbB&SbUWxu>u-Ws>O7_8x80U1PEw?56^)x*|hP^a)Il zab~t4$QY9{QKuhGN}2fja9HV~`EI?6G#a^f0#iVo(XmtFlu4+q?XcOqar=u$rpZ^OoN8^(3*m|uD4(#_QVpDEsAT5LPki0X z|5!(*^ETRF@9R}4&u8wmP#%@r zy!!?B*V4@@_JguM0fM6?^Vo`0**RxZ#9NC)l`9K!&m2Dvh;)l-9L%6Ebh{4a_1MH8 z;x9O%l>l<+zELHkCjYG+FEE0;j*4iya(|dy$7Z-|q1TS7s8 zog7k|Y@WBBIplsRI8RKm@z}YX+D%QQZ!&I|$vel8zz-K^K^ec^b*(~J>>UEGRhabkxt&_vVVgi->6ZgA-wrv6~V8MZi%6n zaAkSMEC2AmPUfvI^Fk#D&hklaT=Do{s0{B3Xsl&*VhDRSZYXey(yj*vzakFb)#PIh7%7ejLqF zM3l&n?AWFDv;@dlj~A{m-GAjkMdlX#BySo{5l$EvLX9Oh=?YBgxE{s2GPyp8oW{HJz+l0z33q50Q8Eg1TH(n0beGq$^#4 zAK(W@gNt4+`j@g>a~Q4>(#2)4S$EIlg3_&qtF#v)6+7}?j4T&8@wDhBv|JX_rM8%K z&dpIQ#_s@JB~FF}Ltd%uY-C9T>?OK{ic5R1UaHcbom57316O3B`&YiJr>@lT>j;BC z^7Bz86$I}3-qPi~@vYfh(r4O~49z9WY?QzADQeQhFFzf}*72l0yl)*1!UO=|g*LT! zjS#WTO851@FM4g+<9+vP@cbpRD@>zCD@+~MtbE%%gjm8QlTU|yCiM?i@nQ1BgVjjN zq(cR0)Co%uZiBg#sHt+gi~{3*nrU0!No%TnQoPc6zyuid-% z@oSx$sGyRa@IctFhWSuKIdd1KAMm&&p~-q??dNx@B)YUgUlmH5t_3iEaCQ1&X)m}e zq66EA1HEM6ofAksA1q-(a8-cDPO=G7R%&`xc|xzQ zQnT^K1zC@;-TgohrRdjTdr9e>R zHD8C_hAZa8HhCb&Uc#b6Y~597;;M6`OXuyETXoq_K-FaSZMJ*WII{JbwuEtpYWsv+ zzU;!g&N8o2HD$#`_RG z`LMa1b&2SPsPE;Yx&5I5GMYY>=SPJq;_rMkIA2jd#QrL^E3;ZR3fr)yU5p>kZe$x= z%^zcNQ07a1D_D=-k`~d8Sxlu<#;VMn;fc9Z6QJgdHwV*A&&2FuUevg&KtId!Ohyy* z$0avLE{?QaER!XM%%2%X&z6l=(A22PXwFJo1jQ6wIourDzsZ5fzDE%0<62=-lZ{80 zQnjgtW3U%avzU|zH`SqL1LfY}EbBM$m3pz@t)OW@cA=7JmzKR1pH;?z(OmPP?T|QC z!Qp7!O7d}!!@(8!HAXV4@K37#PxGgLjQ zhAcn*B2fFq^xD83;5YmW1RgxvV8{0@2}}u#;cfy1 zmk`ks*6eEHX*IV}7Pwe!dAX)ddlNR5Q*$=}<^37Y$sbmc-pIP?zgtbplZx;OBQzyE z^A1i{8RjLXZeMu_nVU8E5j76%=oC^4xC)E+6B6R~rpq!X zh04rcOBK#2@g#?}Cu6^;(!`q2B~)CJ&rr8UvR=O%exnY)aPrvEe8R9P!4Uz*v@yD~ z7+(2kX=u7`ViH5%?wc(pi?iVU(<66;i(x6(zj502XBbN76cHcc=UD`B@$Xyz-7 zd>jLtZ3cG3BFQyMA1p5$)&X8r8O26*Obao|e}es@A4Y?mREARIMkywTCV?vG9El?A z1L1m^i-K6Sef>E#;Ac-f@p@B{+t3Hfg@zyp=yS|iTM=^ot5do+*5tvdS3(C}(k?}o zHqQ({)2kV^TLa|2jt=FvgIN3`&4F@{C|XZ7WFs2H<{?`@>zb> zB)ls%sH2i-bGg?V-(Q67tg8Bx*3^Yck+;Ioh&a17fr|`Hcc3Pfww|eRM4lau{g@l! zK7h*oEVE7EUmdu4itOWBdfcIt5e8ytyN`Ea==nQh|9Cz29IEChmo|S5y8A8kpTT;S zv(B+5&uYhx9Xs`||1pvLcO420#Re~*7-ZutUpRd;&<*)k;*>#8ZDjGd=*q#MW|ujWL+}AbC-4-Q z*DE_W;51E2!M(=aR)#|xni*a|gef+_7~Ui)Xdvd7v54!19j1As+6yzQxW$E|?+0>H z3C>oj=jF<1I_-b2cJk+5LyER!`&Y|5l7z~gJtFSn(80@4W$x6v%-UqgQdC#{9ci2# z9|wvJ-;=jzgS&xS$#HM1=<*Tju}$3MA@<7hH&_(GM#6bf{UifD!dCkp5%UhiD%(fh(SR+?-4I{dPUjvbqY zaPQw?zf%mdDSFwcgW>mxFYrTEQaTpB7{NN_=J?~ht{YFkWM~|>0i0rfm6P^zP|X{iah24ALn zb5Wu=-OPi_*`A;JADlIb@ad1(R2!1IVsWb_2ZHwtDnlJxf*(c}GWbdR)yN+gZj8W@ z{1P*-3x$U?3`NE!AFfe~w>`!>2yzzbesgn8ct}5GyA8rA;LezEA8^l~AtY)ebXZ?x znmbgg)&1UnhuOE}lws(1u|B&3z(hF8@khV4IHmQaVxxE8d;Z<%{wk8ZOD^m7J7!?w zGYa`O(aDp$4K{Bh?DfUoxLY)Mmf3ngaK8TiG&{$AU41$1tjLdjCY|JwzNJ9Xyo@-$k10 zttgj=aD+++=yycD;W-6Gh?-F!K^xl8b4xH5si{^)=dWEZPHf^hS0^1(*2>-h)_sEG;W|~ z-h(-A1Yg$Uw_f}LiB=-9J-0xF;sbbV*AToc5%tP2LPw&h@hWX|82PTKLA;l>FGZjZsbc+R2_U5!r{|(E&U-|2$gMsty-${FF~TP+yywj zE?BP6FY|Tb`Vs7!(1<51A#XLda=Um%a_L3MVA2X{$7~?TU+ue2e$w>ULt9JehwaE& z$trcyxT-hGVJKw5oWS*Q;`K`%m+B?`!R@$NFEJ>ObWkK&1e!=?J-FJWy%J(QfZcnK zO{5!0xm!u;Do3C*j+`}l)69iQ^I{nP*=2kG|B&|HQB8H-w=g6W2~CR9!HQ9u(xmqy zJyC>&j`R*n?~$fdl_os_5rjzZHHv`J5$Ro|NtF&Ea1Z!A@B91iy<^-zzB2~qjN!@2 zKKtyw_FQYtH8&9J2L7y8LYl&+iaGI)FHg43&&?R$IB2Qdbt}bDuO^FOy<7wl@!C53 zImmT%tWd<(Df18MxNlg%u!?*GD9x4Z9JI2_GxJ==FY2B!iXU&sAyTF9>UD`QRL2O$WcGoWMgc?!9iI@7+ps)Y!%mz9J zy0aGW9o_AyS`D`TyryL(^eRsEW)BgKf?MjPKG32=w%O8ZegJ90y;|rd7bA%wmlaD< zaG9AZxEj7M^uUJEmT)h9A3BrOzb!^~U?{d%V7oWx1NGakNH5)Z+0jp}#PZq@Z8q%! z&!&KC2vY2wT;G=35|m^x%_d#Yr+FQ7>#)cj zfC(%P{mPn_#)91^VnVynuX7V_ew1(a_Q|DA|71UZ&iz@S8cK3f-Wg+mRAljvEWqM# z^$wr@En&iupKz|UgXp{vf>=AxQ`B-b=vTW{AlKfgl+8G?`M67VmHuZp&z|LJQY$Ep za;2Gt6WrR-XkX-;S$7nYAnu5N{G-a#7Vn@P^tIQFuZ+$^RzO5J#N$Cv)#H{bZ%^Mh zXBhyAavI9<{jSlffDups1MzQNgn&;YZ@%<}C^Toc&d-s254SAoQJJSIlfV$2Q2q!I zsE|k2WhrhCncbu^Q?2;gB?8AIDlT@lbo-w?{JC_(>n^`eED%JFJ%`#^iu@N z;OcyI^DY<>T{oKk?dNYEtFgQs)>Pz54pmS8FY?JY%oRIH`{HpS{ydkm2l_WD8?8iz{ZNhDT%f6q4W6Q?}HXZHRZx99+ z8tya-R`f}VBI>dV^38FuwZ4TN>eRC7m&Y|mdQSdivQe#YV2u z{jS_}SM`7zKDUJIf*yY z3@K2_7k;l+s*g7%FK1N=!_ODGuD`Y&JA}L&_{R2(H@{IZ;F0F zGON=grzy2A^@}*HS)=WkY|t*MnTpLgpD0WUvXo+pt7HFnDWH23y1){9J_-TFe zPQt969Km;bM;u@H0ad%dZ2Iv+8p+1vM1s$ECO zVwhELYAdE>=c)@>-YjlCJeJ*Cmo$kjI5|CVxE~`IOro&FrzG(pk=0&KF7;uq?K{$C z<;ZM*WnGy3tM?Qf@)zahq~_>g zh%9R9Bbi{SzeG8#T4m(i+O{)L90g0gFCSMpg%$(3w0M}$*G_otmo<2BK_=k36O)I| zNkwrR2Cxh3o#NCdGAs&A9A9HpyaOg!j<`%koGzg5jW0Z+WJPii7DiWZb7 zCo;_5BFZBcK-Y9^pqfFa%JJ5GQQ^N-&BbvSW}J10cLQfEbmR6IcT(&5-Hyp&b|}df zLJD{_yytOc?lzm zQl#?gbbh#!LHghYS6<)mdD1UT#LzqIltO+*PIH9}$>2__idv!?>EovR>M7c65s|0Q ze_L60hpUY2Wo+V8ELDHGD4eDfh36bG+db-wlJsO7C4Hx(dP*h7@GjtfPInGYpk<>a zSk`9GXgrW3@RX7j@@kK1Wtk_kK04D zMhqD(Zd6JTk&*@_Aw0=PiHAUugo%XTopZMIMfPPHhC&o05G`9;U*{>*PnCg!5uMPV zz5+SSCQp}6jTo;4@E#Kwk4(J9d?%i`5aZ$gJyKMw&pU|NlWq4UB6n|eUPuSRLe+W9 zetx8hd|!Q?s^;b0O?s5ws&eR8rT}K9?|`6_WD?a4e%O2CEiN?&pvH%)gx~1Bv7l2; zP>Sd`_a%Rxb`6tDtib=De%T1a@L<=aRjB;Jc*3X%*O`UXj6c^k~^~v(%=4+uO(N zLP6A#n@auS=aYd&VLSe#6VJ=OoV>9MWj<-&&DP3++6VK5*Af>7w*u0>zny5oahnq$ z(AaGmi0k|Ew!ECh!Mh1F2X0Hxh_x7#WCSGp_AZ>ZqqJJ~crc5f$1TafbYrP`vYD(I z0~fM`o_k@s=1id5q9#F)g(U1&mHyoG{`f7RG$|a@zK~zV%B_U+*!X?=YPuZl`xo^L5gJ0vZZV3M~^`ZQvujNpkPyPh%owe6H9*4rV z;FNE?!mt0Oj)_0&%WuzxcjZ<}yrq1YoiU97c!omB&fe8=O+9y<#`x>N1WzcM-x zmmU!D{$E^0=?*Bvv%RAOC zq+f_85d}ZRSpkB8Zn%l}yV%2~5EXRo4dw>Qi71uL)&VARrQq6e>iLX7X`U#qS(|}J|phqtV|GCOrmss zRcV|j_#<3J*nB!Gd|H->U%kSZQw%b~Jm{4{WJEcUS=Ssv)BzM#y%iGM3(UCv_*=r*ny^b=O ztyzg6(8v>aI{|z-7sYX%V4z$Yd2Q!*m3>X~28L+mI}T+&37aWV8b8hUxiv%;v_a8D z*(|Gb4_C*rsdELyN!dP4HNqwaKCpU{g(tcmoQI+e&i%Y~I!ojb@ho@{8#t8Xz1!3E z%h8~>OH&?jK*)5IQ3JPv72$g;`c~`vAxpJ86dm@Hw<=Ep6MX!rB$5TJ zCWhHi0E_7G3U3ydRq+X^hLbsYY@KXI01#1hN4un)ASKV4i!s9F0dEW1Ja?DQ)uE7V zO>$YL_gy?y$6nFodwA|=%gygZdwAuZ@DnlR5UsGXthIydZ=A#iKZ6I0j0O(6;-y+= z?%39xy0PE`zz5DhH)^4jUiTSEq@_!puep+Ud^M&>q|c8~3`Q-T1inJZa2!yVP?zvP zj=7z5+hve5M1{z9U(y4=a!K>kX>zCge=B8yTsLIB8dtu?lDo8a;WcaARNwM}h@J_rZevBYc zt4`CAVN$UI7#;Pwnb=i%q z1B|MNQgMGx(IFhOs~%E_ezLy^ZXeE7JvZV*EJmo`rOr{mU$-5>jDsuFw_$wW`A{yH z;C0b_-cRpw@f@zv>hojH-#Y>rk2{}Npn+tNKu(kMXn#i89x!hI+K;X-iO=|1&&fO0X^<`j z5vBM~tx~SG`1;mN+;5i7W~yo-!J)yHWZW=rOs+V3_hUx0!{;?0+#8ma2(V#gd63@q ze>E-u^BlWL=5BTV~A%12#0phYgB=WBTr0 z*So1JvmG>ID!H6Qp2X{yU%JIar<%u&o+JC@&|ntKOLrG}5v_PmRn$nuprUNq^Hy1!6;U1D z@!PzTR|Y-ZW>grZVuICh+%I?WL@uF$J;W!k$4>m9cO}z)igQvP(;)c!*Hc}Ov6@I= z(yx5JOxp8)2drfHPwHsJ_h`7r*wl>W_x;~>Tz5;f@kM$Li}|u2b;1YPm_xz&z{BXF zFi=2d_kTYo!v$i%!5N8eNN&fdv|L2*pTJd?;_$FM%aiQ#RlHF^O=ac&E zALOtg)r;Vqf)Q>|Poa+2Ka*nY*8iAb00MdZe|Fa2_5ck!hYbJxs^0ap^d$E6dm@Wq z{j^ECe=Y*rooPl=^7Q}Kj~w~><&pr4OuFM3mxN>2<^M;#39E5FM_KKBX6$D8WvkZ=e46T_=%ef}2Q83S86Z)zkVJzxojg_lwO!|*SU)6{7}ZG085(OMXCGPB{?|07AmL`@8VT#(g7gxCGM zH;<<%M>t046B*wU8PPWA&;NOfbH-K8?z@?r&Qp=?k?WB!5b1z}$gSUx@o^kg(HAUB zP`|w}LD7&=I(>+eh9N^`aFRFzZsg9oMv$3{?oYI74c9P;>&DnB2``Zp$Uk8$kj|a6 ziDbQd8`G9vK*{~%rzKY7pxkqfM2uGFhEq#aDjNA+{ zGA%a4Zzfn`h9LLlyqP6Q3+A$6KZnR&So;>3aqa({80!9PjT@GPFCs`LVouslYqXsC zF}~?BP~!u+(T2~WbEdQ$Hk*Wy?p|XQOJ@z_BFDb6$47h#Y}Q`&6Wt8a9p7cxH-GYT z|AJWdXM7nMWa9GYwUt?fDR}(W*c#U!o*DA1?I~^zXSBooC6jXh@QE2`Zd|(|6p^-L z`-Gqmy}*%Gyt9;oMxjq! zv!7Ym4~;y?)3<&03=wpvl@8^AmRr5}GA zT-m|XLeK{+=TfYgODOJV6SOwR4&m$FO2+o&9#8ZIyl_ea_+6p$ruGnKTiM388iH}-~F!5-3# zQYW`cV2B~g5i)Ng#GPYlXhnV2_eE{Nw~pt}F~omnc91sJ?7kZ;@uki;8Rax+Imo*? zxrhPb#J2CyrG2Sf6uj>u-aUBtN6BhQbU-U=%!x;Aol9|CEDb1P+YjOysY<{8S;n&q z;bn`cc6fp`ouP2&^ip6j?ICl1H(v{geI(&?lZqMl@YN9fff!#WRF}a_nwQ_ckK65S%--G$k=2-aSJh60wXqc##j5?T zY0tiT&FDaf+weTwBTl9Z3Wa4B}xaruz{RKoORnj z&ZO+$)$#TBmO;#0wOX?jr_1l=VLQB!K0Em?`H7e3ISiEi%LVB3sy>0P2nT4=w;MAg z4*8IdP!Gz-5TcWahazCzgHFNS!7;&niuKAU%CV(!$An7~%%mDTmE;`?-8o|)+8>uX zC56CTcexoGGTtDn>4BJ*|0VpX_~tELi23z|?gm+jb_e2(8)Meez*2{0D_o#%1wI>( z(B{6Bm4ki2x!OYbIQHdB6WVGAOROQ4RZVO+B6-iG#<=#gOly00s+>cNZdx}ictZ++ znjcd_eurnqmZ=RxI`@jr#)n~>UUQH*(oKsQ^8BjR4CtI^)}5-}GM^fPc{w)Bv2ne(-kzUR!Xb&e#j$K&e{GSZ+%JQac+-F%_ky*W-VolPbsqW0%yGJq@ zsAa%D!ZYX1g_fJ0i1x4>4j-2Vg$NG0XxW*0Tg>>+Oyjsst@i#W&gN zwllq)Yl;Fj*s;N>n%dU1l|Btn;KDJ+L5x!Vq@=vp8IAlwBejuu&}P7l8Y493^NEQv z>SwD$T4&3j2ph*BdxV$XlhHNX&mVb<2cFUw5#X=xH%<3~>T`&;Nz}nu^fM{(iVX4z zlzpYlrC1I_a1F#NuMM9GGScdd9#vLoejny(N|csRduAViMMNxe^Ud#LhMD6}_41N`21I+mK z#wh!=0KHbxebC&>0LMRYZO`p*6pbeJYAx${<(xMmxUt`ovlFeRZlYMO5cJl*p4pW- zb-7x0lY3KN_`16R%?RlMO@YupUFw55Ycu=o$>-)-EiE#)h=$SM6yGE%#)n8fw|*)E z8e!M+-y(6PNIkycbaSR1mul;|bgTats~w@m2f>D5XTErJtiIIyLl>_Ir*4dD2>>+Q znEfFc?YXFCB2z1N2YoXU;i#>5(YtDXIcgR?#8vX~@w_oTgjP(DnrhByhCuJguuh-m zK#&%%MVfIVoOfr6|_LqFr?7^9o#YC#v6qXCbUOA(! zi&bu>|52K)OE`qf-OZFfWMK@BvhmX%19fjnUU%HS0^z(2BNDPRp9zcy&g3MeB&U(LB>tVZZIwKuf&d@G&Y5J|(sV7Ekd*_#HwD?P>Dj*bfyVRe4 zQ>7+|4&t46OPz&jZ{JwmMze`bO#C=dQzh#tXZ6?p4_K=HNpsWc(DCIZcIDY7rzCsX zmr3%&Bbqa%Kg!xapPXFY6OZ}1IJzrcq|l33X6U?3g@4c+9w-CR9B#Qf`?m9k-Ra+fXl<=k&ge>8Vt8r%9auE+NSyE1 zj}DAxYtXGEYI*rj!zh;{I0gLWcgtnyKETReITUUfv-k9Zzo(u z%E=ER*v&FRKsp*>^E}yRHlby@78*H3(|J%acJh5PaL^g?4{l~zQ(P*8W5KL(-4@~B zaiiI^+3{YBF4H8>nOQ^_kX=#@CvfOk{Ulm>27Q~XifnHWn`=(DH`NFh0huT*iba4n z^x;&oQ^BAUKI@@qauNp_RJue!->Dqzhuj;TEl^zQl1`Ch{i{HrR0y ztmL)hMnOoEw4!I*lPp&@@?R&J{nmt%^{OvrVz|^x-r~TEDVh$oim<6Ty~zj0&hrL8 z$L;4O#VN96O!JllQkTr*?~-IWs@M>pN-@l4Ygwi1#0F&F>?ulmvJYy$3{l`uY}x_? zFAoLWFXauC>g}-QlJ&fwu&l4I=M?NgzEh`Rq6?78e^^*1Pe zdyIjh52P3eH9tO1XGv!y-z$6m%gt%3RdC2^cl)Ytlt*r~hje$)=eTnhHty$nm|TA` zhpJ2Zwzj`8MGe@>r->_x4;6lJTGbW!^QZt#5&yu^uxG|KE%O17C>?^fk+xby{9*c9 z5)~Q$OZ$9lEx|-95#7t?VXmwCFz!hk-0e&2*O%>dLFV@X*6g*^gWDkf0`nl`Pl~dn zbu{5-x4qTms;i-$)}YUl6#t-Ji?*%B%oTSxbMCvGgYk_KNuPcV!U&VpFuO={)HK|e ze^_25%7tXTuv8}i_Ti;8$_kD?y*gv$Zhp;)1hP{c%^4A4i+ofgGOfsfHYRFFMKs;p zyzcI1ZS>@D2-k$O)g8;0b>&T!bN;Zof5RO<^CXh#ft;0cc=j-1>B|-nfcsS1je?tJ z)%F!r+NEFuWa@gGY4DSjiQrnM!Dpgp?~?4?*wz)=<@5iBnMo#?*HS~E0c_Mtz^;|2un%im96CGn#G#vM)V8(xBttsd%j_Tb;A zH2FW@*7hw{-=;2!RX|Pk1`p78HpgXdH&X=BD&$^&Pt4GFh@>9mm7y9D-l1mfGG;XH z8|5kOz0C;5=7ka(<3I%geW%5Z!Gzmd0Y0;HOoI)DPx0x$8q ztN5g74}6$M4t*z3F53LfmTUM~cR}?ya_#xiF;xeB3_!n1!-qD{v0}M$%uM{v1Ccvo zT^M&z-J~LZj=rQ3MU{G2^lxW`7RkB_B@UYz-&kFY{Zb}_ zTZFnw@(-R^B`mY0aT%AW$wsJ#%NQjZOc?+>IrS4xC38JqMxco{^FGYSx7?EfYs(@3 zOlR+i0G_|KHFe);nH&J}{P65ziAksu-w`gWFE=m2(4ffC9JlvVK9)A`i=v*3qj3v) zP;WurLH;;UA$s;;04_R%)~#oN-R0(REohUT-Fxw4tJMxU?!n(t#0J{Y`Zykz#31+B zp1UL37-H4isAc!6K)OnfAzE6|PH$Ecn&X!ErA*58Zsl~`-jZr*#TOARvA~boN~qe9 z+k9U4SfphKKK*2Xq3`nB{E@kHvybgSg?!g;wlB-@cGAv^$(LnFFEw7t%hG%8a8~y$ z6zFr}5y+d7_8qZM1GrWI1&kE2uiY2`gs^T6$B^eO{%NtlL|u%|-Y;{fkl z$irp9aC1)>Z;aBA+O+pKVJG^bICuII`=#-x7~1W;v9{3=atyA|3HoZs$xLjme&mR0 z<`&e|kD@YJ%A1(9ze#T2#+1=kLTYfGhS9%~P0K`-ob*Yv{JhAc@wre}tbU)*2~COh zQfCIWSfJ|HoGX)l30YsT^lkyOpFUO`amBec7?Nc&dX}nCz>_v@_ z3K_lylkm|qN`C4R*)n+=QMTs{e*ZpJJgnn+?go1HduPrSkB^+Hid*ENP150<_3p@! zZFtobE&OB0g~8Mbu=m@feTzGzy;)G+tfW$YnQ5dv!3MVQ)JS%lQutFJi`52lvHS|; zMfGD)HedO;^TWi}&ufvE!?29-OxniJ(~3(qb=CVA-=Y@yroWdv-JFK7`HxJfh95%$ z>8ae4@m&}$=x)cA0QN?H8S+3=WiHT zA0n$3vY{`kTme9?5^uZflB>l@Eo4GY3X>SS4^+}DDLT>#Px!p1k=P4|BE;Xftqq7E zlHZkWHxbowMGbpT*ylQw?5QF zOC0hr(r|lT_gN>WF~pw4B}(1*9bSZakUe%XtZX1otJ08mq%M4JIx2JEIx3C6 zb54*LkSzWEi$tFe63VY-=jlr`C}je`!i`5%UGI%wJ}*wTavbMb6_T#aJbTF=pq{g> zcFGMLU;eJi9Ec5&isRqAEb&ftSBQmllpBb>a{Mw9en&9VwV#zwSe9lVoR=<9BS?@8 zes8=mI2v$a@P;wR2px6psiLhP=kHTH+ovD&VS4LTmcv6%odNlo>v9H3LI>m}3>`87 z(8_gnAgMZVqRl8Z$-Q&4QyO;yWI8`WU5`9#OfCA9yr-3sZPhu!t8Z+}8ZV)!?Q2~A z!RSLVREkJb)yJh;N^WnULMzM!pghARdw7I*Mnu?r_*LIRJ=C>Ev2Bk$)T4!=vkKDL zl!Xwz%Zum8bygA48VE-ZXXtE7S(l*btqQ;>6APM+i)Z;j3CKX|MuTS4+eYA8KZ4}v$>sko1*Gve zgVFW-39*?xP?7qL_*pR0)_SYw?sna|SwJQ)5*6mgfQG=aq}D^`ryAf0kV9zm21!vt zi(B2Bu;5QP%b6(d{aiRd$rNdi9grEQdr6FgnUR`ZV8sZMz70P~?p4WUIRb4H6K-p( zZ;5ZxY+gQ+1?sQPkF`zOotyrjBv$=y&nTjaqQPyT;h|YE^Y^sLdfp((!JB& z7xyS_g0_5*`NdS)99OdqP^uEQNTuiSuBAWuv=M%V$%veJhT2`mk$F-z%Yqsvdrndlw+$ILk7+u}it^;4oqkOcTzPy11=-7X zPi4KSNh*`C<5icyhoZxI&jgx1 z;fTG*nn$PF zSq;Tett2~J$S#I9Dd9{%i{`Za(WhwM2<~a$2O{Z|ur>QpRPkEfqg@xqK8P_947X zN|;=EN^Tzo2?v2=9WwO!ve?*mkwS4YJUdD!Qs;(ea_kZmeZcE_b5lV0B|H>Fh86(R z9nq&%StF9uFF=cYc4$&@zaGs{2&<`ug5ti-x?FGB(uY+o0on^fEnBkhVpEDf9ev!~ zpB6kC=Az~a2&-!TAw}JFA>i$+17Iu83_4eqg3c7|a>bL86M@-{YDLp^<#KZ!ke&|5 zik7=fTaH1N4qCJL0x9#U<{x$$hA|~e^4jtp$~B;Z^F=QJizz!zRV(Q%@S*dI5py>; zra@3!I?Px^sRvXha{#tCHL!FqF1Qo580-UGI`TaTxXkMNc1P?k2kDj5mpy+pcM$%v zgL?~KY7Yead&d>WFOZfDB+19MHv>-Xw}MY~w^IlG$vTz@lCAA)JG$eCeSPy6yy>W4 z2j2PPRd#vgN|~vU>5Z}beqZyE;u=H|m?#dqi}Txu7hXKAotRt#Jo7W=U&td!Q(*z zLzUSdcxWcL;Y<8qOL!f=hz1@l3g>l8@_7*+5T#>|myY!t*DyScz68ICJW97r@gutuPu}_lR zd1*=lQ9bbE)a3|J58Y9jV@xSY$M0!Oq!U@ckkGCBN~bpD*{4WA1sBer90j~$sRT?0 zXCq92fC@l4E!U1dpOoh$6}#?U`izQ|R7e!yYE%HeT~|~Hx>^4E9c%Rd%NXb`eO>T< zI%EF^mKdoNy1m!zR{eUx9#JLhdhS>6A0Ef4njPOemZl+f7m&+xx;FDmce;S0#F=I6 zM8v|_Wk>v{@eU{FhTokdUM~uX#$Ot*#uA%!i4xuK`#1BU{&Vg}dH86`Dph}l0T_GVvVtoT1V7d0Wn&r36S^eN^>qN%h$V7p zh|9{Y3L+!*WkL(me)kRD)v>Co=a?+UVm};csFj6&O0y)_*w68Q|2qVVFjO=CDTebk zY^%%d2a1saubF7Y&T4PiAXtQhmvpcs##UT6sK4ZRVW|G})P_0;G`aW=c*ik<<87v} zeJ$Q7aIwV)shKx4CF{(4X(CkqETi^p}hx z>iM2^fTj}5O=O&WEnffQLEyXQt^gFMpE570H}3iJeppktGO~mXgHON2NGRzlRgGAS zd%!ymwz_E&Dq}f(E%2DL7qQRS@gR1bH%!ncD{sDQna+1@H_vMM1usMXx`>6Ii;r%E zuPEfWx6rko6t%s5cX$LG7)=Mb2n5ev!kXgTBdm_+!`Vj#~Yymw5AX%{Is^)!+PUBznNla zAmG?YBLA(GGtbKRl=L-tw*@Tf>HhU>tGm{4-Dmr8&Iw-hXk`_|=uOy6DtO$oFd zRS7oE1+O0`#EKo6kL)i2L1}crjn*>AADwi%h8t&)atKCKGBnI!%RK)EioTRgDMn6B zsq=e)xVF-44XhsPwUN&6O?b;fL& z;+CNMr}s=umbVKlqtYvxgJqI6dk{=PH1@sEPAPRo?TjNUKLrI(#lP`rdbad=E;s+U zCkwvzivw!P3hfkuqWxT-G?Qcc)%I_UwKCC8Q?7iM)sHwiqu?OHwVnnR{?Q5}=!l!n@{Mf1x5no^nIjm;qSV0<) ziKa@jKDZ1aJE{K|PF-eS(^v}LKfIF4aY*EDO34^fR0)*HIEUMJaXWn-f9Jp{S76ifq2v}``-`Sh$q4Qt(~a+cb`8bG&#?;&(o`~G@dc_ zkPLuqUErPqL+p+YU))LtK!DvND-lh-CsDPaOf|F^g&&=$s`oBdElJ5nH5~|#WhV?d8k1$@ zfC^N{SQ^-zt2KC6!USLQq%7s6Yry2JOobJ9*w#jv0G2Q(>ys4hV)flr-kS=&AtRTd zk9MilvxeKjh3J&5fn6k1jyw0!C0l}s#qK>)Qob{1MdEd9A882o8;#^=Gc$LYtf0)F z${%9)Y{h!+c#JiBr28yo4{a@dwh}kRoURoPJQchN?eRXfY%q zFfKLtUM~)P`WTO?dtZpw9JIsoYrSOnI*3463L)S=mMalarHx3+M3692 zMF%Ge4t2j5F1PmCVUOkcVsWP-Dz8^n1v$TrG(Uo`ov;$odDx&>pBM7Sez z1i?Zu^s?_xdQ6`sry2pi;1OE3SfpYqaec-r0m;Uuv{Ia6;jq*!GIX?b4es@WQjBV_ z-m%*xp=ZQsS4So*uJ73iSA}$~Ip0wZYwvdTU|%Z#$;2O1bpggbMF!Kg%O^786?mcC zjZ5{}iw}LDd`^a%KAhnY4wYVRC^;nvjk(YbWx%b29CCseIun|_ieK>aYpXKJSO8eH zaPQ~Od*=1DeR!2R%lUdccTZNKyg^6qQ_CcrueTqU z`O@2pjC; zeW#F;jqZ+Bmy8mb!vj9Hq+EyH=Yn=B@x~!L^a-sg6?Y){(Tc>!&-#5N@2uWB%st#J z!J4KtwH={}*2L`D#(b`B#z)VejaGg5!Viw6DF37roZ6DOII%QY-oREZ3pru~(yrNL zJr>{UFhp0SM4VhzA&Fx>{q?jKn$_E@z_6KsH#IFxbhS3tf2AlQ3*gsX=LFQD55iN< zc9`6_BC3yfe;B>rPYI%9kDs)Z6mLtKnHnPj6!>wJ!!Dc9FD_O$%JD&t-K_iQiDS%t zSyuaTW1)wIr58JHVBZ<(M35pVWzJZ0PkD$Bwzo(L#rfJInpg|Cn!MQdEmU>)j{|h= z7cNHv`=sts;5Ep@c-)?jR86$Ll3!|yQDr)IR%VL1Pdy&ulu;K3b7*@Ps; z&)r=_NphpxMWYiUx!}2ooL}G-18y`)sQ4MR8|el6R-&|G^ghSHB)Mwvt~YN*P(en! zF_D&|$3w~e0gf)^#ho`mIhdMt4&JmV(8z|N*_z)0V8a@wg*3h64GSmDiYSvmrCwF) z+#jE{4d2qnz@QhE;WT1*vwEAU(-oHQ{;`)<-@EH1Bt))X-vp`)zI@7#7h2?Kr&D#QG%LzNp9YXL<(L<0ffKlxbP`3RtKP|jN~y!l(dU*mm9_W)_$)3 z9Glv|ATBIE%WbQGcJDJ2y|cE(HA9431yqyonEM(T0? zWjuQOk54;Lo>Pa)=qEv24~ZLvsZ0aGILR6%K%d)#G%YMk<2D&0jtnR*#4|(^4{4#w zg~l2*?Se%Lsc`{7{uG}hXEW9c#YrTt@@6(cFE)S+jQyoH4N~Srj2V^x6nBEXfay)H z7%-$?I5DV!yAQ{WpRZTg@pJOEM7=V7vyS$0lSm&=4k7x>hDET0&{&tou?(L_^t;dk)J_ z4ztQwVIt$NZ%x`Qcxn6}wi66L?B}0=06XbS!cS>tJv4jfgqExL#{cdd@JCu7CJ1)M zTf?b>lNc(WM!&P0%}eJ(?+*f8uub-Y$Hz~ywOkVV4b-M3!(R2LlE(rbp6ne)NVD8L z$3kTtW+;e^H?ori(T=340Sa=x(INX8U>Z`I7R3=ZJI+kYcI@lysx+WmE6>vlNIbP7 zgZ?CVl^pw09n$dDzM37<Bt_Cb``u&U zDRXd3{xZ#GK}Br{PEi$1V>R4j1ZPUKPk=a(x1T6Stl=LHj4FJRsR+%I7@gx=6}G7d-P+3ouxUPmS+=oCLq#Uf~loRK#Z zF6cFgNdy{9z=^ZDG`LMOnRs7q?vYq=ch^4;p#Ck=WBtH%_eD~?{4OIUvFZJK29BGN z*Rr9%sng%|E>0_W*v5|rxn1U$Kp9#VThx!ok41{d0z_+3nHW6ful*^JXL9*hs-a8o zbLlw1Lg&kV_E9YQ=tiol-);4LjZVXSb#lMbPX+_!#X=kP^5G#GU_1leq=w(scZo$)Gu8eBiU+0ANvjgqfZu&yjf$l-CMXdt2`V^C@ z06@%N-GOHUkm9EioA=-^2}`E8Jrb=_!7F1^ z-?VxAf<|o>88}9oeC_+MEnG}g{qxyIBGc28oxY$#v#x*5@h)oKjs$bCmqU>ZNDt&< zD48H!_@4#9TZP1|rWxDKq3o&i%lClg5FVak1*tK)4&?RiZ~n|uCvFNaH@ZN~!9ci# zFHJ|1M+0!VhGj0GY>*{h(>eOF zFCRY!iKJOuin2AY)b=Q?HUBKItaIsuuHg!PUv}uCmu%axZXyO-Q_y3+aoi5fi7;OI z-ak}P+pl?VGHD$9Nu(8V;B=BBz{f0O{<8#JW)g?={Vz9|)Y1Y5)H1pHZ_Yf&!7HtJIZ zb>unxyY{%RqVXaaUChwe@LCED0nRNzu((`hK580fW<1A{9Z7Ngj#6sd_14s>m0Q?? z(uRufWBzz!d@Ww9%r?!buBzj3Y3oIwhZ^37l#kCV9og8y-@g0LCjd_;-v7P#nQOt3 zZ6j+6$kx=B$P~!z=}Rp5T>-FUg*lORE=a@#9$0~Y_vMm}@84l9?C z5Vo_AzP}cI=dv_h1~f}!TRlfCBO%8$N*Bf;&Dn!zC<*fw*Z(Gd$@j+vzW;KQCCH5T zNr9W%UDutTXBBK=q2-CTb$N@)0O%S0&fJmUK(S=sm24FBi@17p%(Bm4lrtXBw*xs9RJA_gYH4r6i=nUn z={o{L(Pcruvv+KK3-nqQt=xyWEhHTe%<65~_cieS@;kj1%i%0apzrQ#?EB|!f02RI ztBUb|IsYM$A=ms@jL$?js{$nOjg0?|1|PBbiAi59Tz~)SqNY3m zYfEnG)IP3NH@1g7aS}^y!bn>qu5mw`2(L z?!5yY(XQ*+yGt$C7PjLOB6zu~?yPE3?eUe$x@>2p1IZ~Yq_c@+u7Q$7oBQlvmfiyy0EJVaxhq-&^B#?@Xhr0HN8*_P z%5sQjU7cFJfEQSuinA0yTY9pTo0h>M`jVkdKl|I|Iv}|S?iAcTA@E z!b{gj?pF0L_37*Dm&1b0G!`G)DuP-;(Tfiwkty%0<1o;nEoVec(A#&rw^It0W$;&! z#*w`=CpV`I>{%^yzh8eP#W@zwA$0iN!0Uc&edl6svmw%WPmZ_w{8(o5)t^?R^5Gx< zyb?t2xS&l_3J=2=EEp}`UgiGs-7=C^sql`d7oFNO00iy)T`dgFXwr{s=a=&jJLhHmQ~h?zU3T&^5sWm>{{uIA?QPbsGMLZ{ zIXSxm1u}5Ia;kWHc@>tGmE93#^SR7+c81z+@hRD?hI>PB!-c((-_((JHe}@mDg?1~ z!wzB~9MjeXl||=62fo*tqzDEH$yx{@8-}Ucn0m`XwBKd1V@hyhUmq)sc$)$cW+m`h z{ro*aS_&qBER%xoaiW zhBc{w``C!*PylJ1DFtlWo1*jR8R!D!w7NfXG4aHJL9bTPk9$>&{p;7Scii0Ep4*GE zNw|4<9G=;{`R=MbXc8)b9jL4Ge5aG5yk zRTC9pHo#sp9nBRRf~KKW6^7 zAiYr>N}zpODe%7fM^r6<6X7(JNt~Q8ihUm*u4hUn*3sCWDn{HaK)hEb;05}`cE)Xu)Qlv9p$|iWMG6;?JrhHp zW^KoA?RGSLzty?j@l<%}Ueo*o)U-niJ=z)*iKQ19g=)jPfHOwS2Ad&`#r0_oz?UjQ zv{5g!@Q4BfBHe68_khW<%rxgMaK2E-*DB~Sf5Wvp*2!nX4T;oIG|z!6AiC&Hn+zORySfZOJ(-R%cOrH7L(9sF%3q6BO7v+WX^ zZ_C5R;yX&m9=o!9i&QyY2HcNL{qPlw!5Im0Iihnf05 z{j&VRsQkR*=(GtcrEJkJ*HL8Fp`*9X*%IPBCLY3-3@KxMk=Ggecbwt-5%m5S4~eEJ z!`?gPA+&)yjE|k{xW%guv4byObt)+ z_%6!^JKRF1WGH;*+6X`7ytzZJdXRl9m>cXm(o7t}YR-hhkI2!4mOZ=Ky>LeV#5%i zu1ausSN3#_LaAADOQzLJUu$1$8d~0O*5ghpo(nM6u=AV?>K$lLJSfvhT9|l#-Nq~Y z(X{6U|0y-Pl`|0uN(Od9kg9Kvf z|3^-7PxMZkcMvmd>bX{gQ8bRuVmplmbOcsp)+(e`ZeHbpZ>?N_=NK$qVTWbSdlS2f zqbrPFFOCj`;P}!+PAwaU@WN@HvRCJDz0-TR>`L>I21T{ee!?jv>ne`EDW&ky*Uo94 zXM#JI1<+*N%ds@&y&}cS%$91t8NKV;R3S7a`3uaP##^4F4L+_?$)@|&00ozStGapg zEtBTmL|k(v>Uz6MfrNZc>H0gzb`@hsMcCXG59!aZ1(B;1u60*e7iNFhi35*VSvtX_{fPU}<09T(zz{24@8?B0+96H6?Yc$T#<$42CR&0Hod7`p~F5T;QuS#P}L z@1?tR>9}7U8HpAN2M9C!>P;%1Ot_CgG&UbsB%7GUC`Ao8W zvw(EXx1V@rd_EQ&(Fj^A4g;~nl~mF=(#i4l)o&4g!KYKG1Omxsf%SEhJz^Msk@1BV zRXD%L+I0GSJB9-&9OcE_Kol3Tw^&I?A2zVDC*GVgUPIR__g4AImJ?_Edbyi+%J3O6 z7#}j_uwWd22_Yr3B};1F-sj&qv%yUgyia<$9I#yVtnpNK!zPQ&%V?wR&zG?db%l)= z+kdHSqJd2nIZd0C@hTREaf4gInUJouicXc}qO&zTn~zStNZ~C(T!WsXJaqc)183N1 z8<#yV@JlGykCqW$Mn{W|cVSa@Xo|vYjZm*_!YeuR8jbe+m}|~#Fh~jXc?v>y9I>6! zzAVtSpu5^ht*-)C_A>>8;D3bxxwy|~BU-00$<#dSzK-oTtlWPl$uU)3 zkKnh{q>_=%gy`c(bw||VoA204m~6mER@q4pBGvt^qZhF=2P6-HWcLZprzj2KCa

                                                            McegOA8-kE9(!Wfn~yB06-e(&&1DYTM_ zrQmKgn0vI9b!oTX+s$pP6%e=rNf_GNf6iX55C2e-AC*1n+nM|L@naQ0yfx+V+B*l| z@AUAQ)BGAp6 zomiGhRz@0Ry&@d#Uf8&oHJ6l;l}Y|~=zH~O)o^pC&EPoUcWE+VIV$c^xUUd07Y_oY zuqB^)ip`0en_HxF^Ak6;s(p6?fYW0I#cW02OO9QM-X30F$IWGBi@&c-=7GiRWY*zu z{9zEu&B1 zd^ALlubZP6S`2fB^z+v`Yh;cb(d`Q*SB@sD?*+Qn2ehBZJ+15CRwVITxrm#4(rl~; zS19Hs5+6*PRA|~f9ZQ)Fd9H|~=ga(h+-!&YeC47pRZTXwcW+B~_do^iNhV!6s+Zer zZ94aHXliD!HLRjAW3Joy}M_+bqlLUs_58eAaxI_+IalZ~_<4Rk}0TUrwZpea_-VC;+ z*2@Tef246PMVEKno5Iag()ken7)4D8A_GF6!T>rap5!e@abuYg$Dex=wisUnIj z_DdzE<7>6`y;qLtlPgion{$U2v-G>^JX3pavpvBVY?M+zCr;#LKwtJ2grU#F!-HLC zL)=(rdv;zS&_Cqi0Wf%ZP-{JTtbY0)g83IU{8{<@Zqaf~N^TbNP}rMy((tQ%!}VqN zu-QFtC26-w6ZgX{!dtRue6$G-^ZVgb7R=~PEZ;Z=(fFgih0OSRr($44?AEcwIewZ^ z)Z^yR2Yk{}(_-;ZALluQdg?@U8l6|w&Eu1h;ZF$L`Bq%-{&}=5j$VouY%+v`;$%e1 zLFOgFaUgrX?iX^fbz2u?d{EJhh|Hr-x`?>Xf!SwT|0@>2sa>sUO$z>UkGsI8hZncC zU`N2)uEQ4ISPyn6&?@My<`IFSNim_(!GdcSLX(@BYi0dAxbji4WVJmI? zP5I71@v<+7_NDh_8si7s+$}+M?@BraPcGQ#I%WDWdEKINh|aT)_OsGxJ-d%s`ssqu z-2E=65q=^Jv&m)96HJ`sL6fn2>r~m9nV03$nn6wQ%>#|R2|JC3Ni(x1!LlcRw{!3c z;^k5f;&IY&b^tdQ*RC>POH`Qh@8aP$w{%XAziN=Dng!fEUIOSZe&(<4G#7X8nhE%{ zh_!n+iNB!p6~V{1RdH(DLzM367y6F;RjH-u!szL%Id8sgwT*@|;(L zi*AaL4B$BrJQ->-hVtn`1D&W2t*o*>$9oQ(u64fNOQ%yx-X|V2_CX63nJp*ibw*D4 zlf|DO(E3rs(5;#M{$emEwTE;MTrTm|nllxJs;(lb%zgP})VCg+^xpQZR>bLj$$YSN zNq}Zh1$%#f7ek=i7GZup?s}p{Wy2&48MS;C7GmYnJad!EFoc40vo^tyKG||t7OnL! z2;#TBq2qGg*4N#74g6XEqoYl>*iXz_ecrftgBq_x!^z@=1E270T8n|pTkm{?A?Z0V zt&zd4gL4Q!WfgmSZ5yx2jxDnwm9wd~U9ITXVJ3K)hV}uAcckzeodV!J`Gs1*+ z98;&-v=F2nCyvh`_?c71Mf#*&QbV z?8_lGD;jNj#Mi6&kCc<<-Hv$^J<$ zo7SA)ZmSDF(GsQt%Sw%wv~1FJ%4HOY*~=26Yhg>~&vAYjb-m{)3d=AsSbN^EWIzDqjoo3)o_b+h42=%`R-4HZVBuA1!tX+0lQH+;b_YeF58s+`Q)N$F|l*- zcyEn$_WsD=-F*HIZ;!28RxSqiIeC-aZqqnX_dBbP5J+QoX@D0C2Dy4?oK@QDl?_`e zE8)UTs!noiPUSZTo%qk5zS75O{sy${h@xqc+Sra;PKoM6-5rVoG>9-b`Ir;_%>UZv zN9BM^$t}B}WLxE&=A9-@DxE(UgldbU7^but=4&s)KnJ}3o>Bzyc0k^}zX#i~F&FHp z??g-$S2Q|9X`Rm^gl!iWj6JCOJohE|)ME$1USpN@dDN%qKKTfWn|UF zD_&PT>G*N`SSQQb@(d=uTdapcuwVc5)%v+<5hO7W&_h#(iKb%b@7#1pXW{h;tM$6D z1|4lyPGgZllGZd$BXc`!VNhl!p z%DSPqhhx7;Oe-@6e?oX0VtIAaDXT_>wZX(5Y#>srZ!Zv&6}?h;^8G%#eQ+R5dN#xt zR-i`^Ab3V3mD-c%9*u=)JI}QDP-iYMuN!)@gKJkS>#iV)&nU3CD=C0QC9`6cqtj(# zYK_6El;a5An+h`xw;02T^u9?^3f${%5QD)*WF7#IP8dtjnVoG#Q3QpeLe{L%$xg@hN4l7Phdgk6@@%}TwXu5x4Jhu z1HAID z8M?^#B&-hmsJRRWKE=6vjDCk2sOo#wJgz4J5q5pV>(KZ=}}&8_pR2(u`mG9yP9VCx&x;kj=a?@&`fddw74&FgSESj zf@O~{{?ehy?J)b>r}lti>hsfUwuj6`sLYNQ=y;fSv*+8h0Z%u#{n5=XUi;>q5o=D3 zsEAjuUi~nLkBtp1@@2)myXyHh<6To6*7#fV4rm=K(P``y&L=-UIXAV-|nNWxH~ zW4T*+*zD|k()QR{r3AWX^SVXHkLlF&^@nr&Wq337HBK?Jnl^^4S;N{TCkcEs&WAj6 zw9QMGYqgpf`D3PT;5rpuVOetx+jP>Jqg8ke!F4qMbFJEo=1@Ov?xTIE|BGDu3hf9p zYZmrMGk0edfNm~-F&7X*stsI(hc?Q5giY#3rp}ViX%ruOzv_Igbmh;&g%s8*!1BUpMQnC@(TR?$L7fV@0DjwZNlcm$FfuP!@w`jiEL!odI6eF_x&^RpejTrKHJlEai9AwNP>8Y-W$Q3|Rh{eZKl?m9 zIb+;5Yzu8Nh*~1%2|>c`gUgxlmN3 zU2Jr*?*tD29gaY0UMy!V(+`WS`eO)pYf^A2y}bVu}#GUzu0JR;)XpzLe9d{MHGW!1N%%F9w%A~t( z+bOE$1>LT8v#MQ3^8nsvqPU>=3AzS#Pr;0qMl&)_q63xs#%NAo$ThUK`pNH z^JD?Fwwq4XJ~yaFXqn$nBkRRnAJF>0XnT<}ilEwQf~#kS5l#_FEaSxX)!BH# z9gcI})o_4=I*;%{*bcN*rr{lTruC>y)jx|*mICx5`4jLDaNx9-mARiQh$_F^&x-hZ ze@kIR1xLp~%!@jagl$_Dr+WwULHNu~dOb8~n$dLX#OqX$Oxi?2$Q1x%uNK{cVOqj* zAoDU)91EBEpp2jSlAgoO*^J+7ZXs|JnJt!$eC3^+OHYD}!}xY}Ce*6|w}rzw3Ntgb z7l|q7WwEr+WVW=-0iSAbk(ThljLIJ~@%HDRY>OQ3t!q%`*%bQTVkemxZ!Pg*O>cH& zJsijNK8Lky_n!RkQ5ghapc6#O-^YRe@<((ePD@1sFh5$C8y>taE-r46?AX6gi6}A9 zAa6f5F;ojufroDlR;^c|Uhcf}o3TVDK4`jpnpnE76xSSiWKR$uZMgH~9RV1$`>)XU zy(f-CGLVSd2Z?5!<`W8MLaeYi-<-2yn!dci4XgBj+M8mv+)6qSt#a z&x-epCHd19qHKUzVC?G7NAu3=1;bR`@Hy`O8_G;JEpS7X$!!Vlm?CPm3Y z5-pz$f{K6`8bO7bh%I4V>eAE%&@`wRoCFPlE-=Sh=R#JPdaJG1uT0WPD%?&H{GJwT zgG?!0^SI;a_*4GF<8z*7TrclBItrNE_}~1ATCP-dn{Es1lwdnMIfPOhOSPwpN;0^8d6!v*5Qmn11#@HsLwZs)9r&d))^c3kP~a)8GX$A z`SDixhX!Mrz=9{md5pk|1H2lK6XLr-9H|V*!Pdu zDrzG10XOWQ?JYV78Q3u@mo6~swv$}cYc;ar(UI|^xrM?x>xFr7=+v{r174E*eYQiB z(&&WoJU3Z~)GLjxFX(DrlAfTKv3U0)K>FW&puRaCL|CaO>hr9*>t@hB14I&OXa%sD zDibdOSTmRBLRxUxd!$EX&Yam+h~RoZ+BG`Wla{xj67^EJy^e>2R>URYve0 zb!8qeWM|2WscgwB{b9Kl3`FStK=AFH$oamNYo|4u3{WJ23g#Ea@gb9LhT{65D9d$& z;V~5c!p_=5Ko_(Bi|E5d2Eh2#)(H42qXFP+^L#&fka8oA(c81>T!RUvH%n%4#r=>KWTBcr^*2J_w8&l zILr-qb}o#xbB4xzzE9@Np#Od438*J%_T+-VQbX`3@6#ti4#ZR(3wTZf4&X!?{lB=> z=l|&Xy_P8QVPt3*Pe_`zI*0?(TcB6-*1j_eklDO7sWhuETONm#yx~XN^;5g8tnY`n zL}^rk6pZo@*orZsp`QY?!6%J+e30Ten7o2)9FWO9Q=HF@vu@>m8RnNh+=WA+gY=c7 zj#?&m&umUt0Z28K-fVi>YcOGt5f%EH!HRyLJ6!x1WBxVaeF98)oAej%iUqas`cIxL z;LuLmz0_4y25^W2>(KEBEXmaU)=~$d^1#vE5(+Sy3?Bi=J9{CIS_zODNS$`-_OSUQ z(VJ3dE%HAniZ{5S>PgL3yO^FbH?NF zFkr6N99*+$Rl$jZGI#9xA+?6gK{hkg#r1WSEr^VzFNoDq6|94&Mt0Jlj@ziH#1UF$ zR9Wuo8^_`jZC6y>XXVKH)V;|J`Wgh9;zRh)*mp@ja8k=fBZ-$9e(qmTB2Zpv4#Za+ z5uV8kCVs%QqHkbIFwwt8!bH>zX+KFKtOr9K5dZt3kNoCL@IH)V;Vd#iAL))*(uC&z zdH;PkjrOx1^%^)B%E(7kdl>vhc?eU29$;yD(`oan4H)?1A0}md;u+298YH(&)Vj5dn7XkcDDBH@25cDosFLfo+JfKUB%0E1uSJ zdaeN0Wr2D|eto|y4Dki^6bHKkkD`Hx?})*3b|c|*ZK_fipQj%3HOybR$e<5wMKQ$% zQ`oTthu=A5nS+g}TM&&lrrlBB8wY|qrx_et26C#OOm%Oud(&(SP zk%n135sd_hYatiKFeyly1XY6UcGOWy)6tKrJ0kjDT-0n0$j zGEVE`VM-4M`CsQ8ZTiM5{C-WcH{ed^;-qV%J+7MO0enlT71R|*6q=BOFaKYC8x{`a z?oen&V&GRrY}C3D&;Tkyf5DFdzAgY7xdu?ivj5D)vqmS~mR^-g)qXt@IKB--S@?Jk zCjf8Xa6&5@q?tL+Mlkg1Z_$AD@ogzVqkOe@bI{rt#Rok!Ac4VchXOm7`Plltf|mR( zE_8BPd(wj~?c!DS-ahUOYmv?f=9+6YbU^9&hCh-`k8Yy*TOwV_K39eYOwkROJ5CfQ z$7$H?f7;Bp+g%)!6Az~g?Q|k*mHF}-9bcq@ZVmkma=0~NUaTQ?ai8k>xeAb%W}61n zuic@f&k?p~pF`U2yc+0%T!pRo(BkjTDv*som`omwK8rMX!ZQB5s9Lgf8Wi7kyCDOj zU_cJd?yf#F`+VkMXk<0?6h1xFcB^0=C=G#6A%r)g_uF)m&H+57@gCbLZyK;O=Pcka z6?O$;Tb^?ypx26qN=H)&K^td>=?i~+M>T4+UqZ`gCoG9@pLcx^?I0ediMIg>rAuv zZp_w&J=$**hUF8lxRcp2w3tck-o}y)IZ|q8lb=+L7r?6!!sY6nh?D3h?7*fNi8wq^ zj2Yrf(^Q0A;>(`fY?~!(IYG+aeBX8TNuIeTVt??ab zwX0BsZgUQY%F1g5@vli4y{GEQku7Inpx%pTDs&l`cO2pL8@B*o5nD2GobxeQ10wNq z&U=daeeJ57-IMKv;mlk>pE(4<3W@o2G}Csq5t8tuKjw&$n=UNL zU@)L^N7YUkn#B74M}Dz$SO{yDg5~AM+_<01?0~&2+;rDArLc0Dh*2I(Y4-D?h~#Cr z#9()<7lve-&n7!7Wzj(ryVY*7U@DRcl?%3Wm*J_kHh$;ft+jzKOS%TP;>FsCg8?n* zO=qFy`mQH{M3A+NW#|v;sfcFep|845#o(IR8?LODN%NwlaN&ISN(ryg==N2F-*&HD z^rp;mzd+1t5nvPUC28S*w1h3Q2%W3q_xNJwXbyjd3d?dHcdZLY*~QSw7#7TJ{$WeD zJ+dsw^O~lYs}7+5XnbK#T@uh9#xeL?|3y)0Jjvparv^z6V!54f)z?;Bs@1Ad{>j0W zn%6@-dvYIT7sfxi|M2t5%2TwTkma+QS57At+ct-GJZFy|HYYF@IQ=t;u*4)z_eVoF zqVY!fFoLF07mJW+)c5z1a|y_SIrW@OT$D?GpANyZI#Bmi7l9AC8LzdVGc6MH%l04) zz##6`8#dc7?))XvJLhREmL-oEPLRVdD+=WVYUGQ+9aVRJ6C$0nhUa49=?4Qk4ctmJ zY;ziH7u7B+o<1RXADLh$NxZ@ytJl+%_Vs8dPXt%jTL})vd#v(zM7{+})yY>zD(DkD zJ;f|Tw6cP>wkEeY<-YFZ0}^-pH+}?;_bm>#ZNV77cq z)E`-YfEjdO3}g5>x$>nimcumao><ABgxuxYpZes$~<OlkgseS8yn zfG?)B6=E;!BQ(QmAtxUF{IgH{+5L+^0MN(%YOc1#5!LiO-~u4OWf=K!DeqyRRWM7k zcng=b=$IV>w2on{ZxG+`hQDl5+mJ0d{%45by-j>SGqg2_S0Eg1%FjkxdGhau!#2a! zxSF4LH!U}fc4BaZ&0v0ieutZY6P~Rg@MA;EPBell>GU>(TLarB=aiPy&~d3AcfJVC z`o!6>WTp8|T?WBm;`Lqol;NhxynU77%on}?%)AH4R3T#xLUT_lo$l<(V>+wc6l;b2 zj3Q_UlIl+Nmp$gJRsfbb7XY+(fs-40EO)&{rzS$l&&$N#G zUBF{Qzb!tiux^Q{9N-i>n!t?2TBw*=oY;Ak)caOm%lbTKlOvk2ao1=3D&Ar?qcI2* zhS>e}lV>b?zM3FD&kZYLu`8{~w>IH6xw_&C7uRUg9%>r}=o446_>tC^W5Yp(gS{yA z4QdC^S@Lr&D#01ST11@O40RXi!DZ;u&QV7zahF8fgJo}e6!xA8Q`bPj3@+dx?XU`G>D8fe%>4~U;bpG&T6yF}EueeE%woxKj#GoiBfU4iZ%ubW*upG()nVh){afNP(SQ2gDBU2(Lq)08(vG zpdD(Pt$MIY10b&N{&5amX8{9U+7l_(3&9;TR~D%5u8=uc_y2#y-|rPiTcJUIy6q}J z+|TgnU)?eVm4vf^Yl=r+uxLu3OGTGF(5R+gp??a#05E&7Z-!TsNDah~f8!buS<1G- zwQ-6T>8_WD?6XK+uy|PdC0fx>#ptztO5vq0idvX59Dd9h3OI`HG}S4?K;jL8QqMRp ziqqGu(Z7I1FzA74pg+-)pc&9f>g355;$@(|gNXx|6qN<{7wsb4unXTb zw5^DP`G6Vusu*re`N)DfkW&(};C;3lCFu_4sp_K-boR7&xlK-J?LQ(SUji;ET- z`q9~?-{rt#FG|~i{{_5(D6ew&Lt4UjUu^VLRCaM!kvA85b!eLfk8(!^IRs`;r!+UX zL;O8i@znTN?uSQ&bQJnE_UbZoleRuzlwqUpkS;hMIphiHDO#+=mT$76C5u;2nUqxZ z^UuCWD^8;NRI=DUq(H_^Sg-?vurz&hHLygucEW3RlGISce1v*4D^TMN=9#^`dA0UYfQ84B-*usR^#35 zX^Hj{pvAD6$D3YkC|JwEr~aCLaGQNlAr?0f2-)PUPA(o5NW`2WNPl|$vLbj!LTUV|I8V*ADUTHQ-D9@o{LI(LLu3;u8&F^I%6V60)fRytcOF+QTPY zV6!1!z^5jw>}hnfw-2Poabn(hHiUgP3*mg&uOP(bYi0- zte;dAs$Lyfr6!>t9Xor_HrNvUL9YFZcfMz5N^$h<$%P4?MeBtLN#=!SSNEBgVBU%7 zDq?oyK!ZrhV)eJfmSE0Vh4C|sEe!#yE$-2U=?zZGtQg9^hS!^o#`K~V!%SwUo<%z?Y!*$v^#v#) z543{bmwHzB<19gA=_fY2ineG`eh?MTdP;TU82Z9Cml%JaIrv7reT<9&Y-z-l@XuMXXVaX~xe}`&N;o)zMFD?kHltzQE?q;;Chh;cjjlWxQ=M*ijUajBEvf(Z-T>No&vIDQ=l1YS(rFix@MEp@NJ?+L50bOg54Df=iQHNtg8|pEKKNlKYbNi<-HtX2Xyj% zT{p0>{OwPK-NdH?ca-z&#TxnzaI&o_s){I~?`v?d6?S6N>XmH=9EOGQnWsE%M>aX+ zKDU7u1<%)c3lnbxiIj&lF4*Mc(yDCPgfo2vZHT@DM$V<(T9|m%(m^>YItzK80K`n% z&_d|}EdJ^Tmp5iooIhY%@Y>FeIeB^P;&l}-!h|%E^ah@=cE%obJwUjl%WkI(L*<8C zp#aM^W)FirzbRc~qwC3xc^&RCwRVW`+rw}*P1?1ZwB4rOVCkdPHy)jM^7*g>bDt(^ z`aA*1`oqoSwuxg^EUOBhJ4Z_U`#Z8)9kTjM12G;NkDIwkbn)XgZ`yNl^sQM}F`3JQ ztjMLClzaIQFBjms7Ww%lKIhxzOT6{D#OqBdyp8gEuUknuT)%I#I%40&c} z-QcT4Ae$-gW%R$y6}e>G1#3u~DGCjbp3X;mVlETJf5t%+A%G5CIj;Fw1e$+$Jgx;; z^L6;x(Zvl_qogp~0<#@w(>3dq!grLUD2iY+`2-+kjG~0oKs_*~mxGAWn6F^d-JoRSB zxn4*Wkh4Vj5T5n^?`nWiP5-m7|5kI!ew`7pCL(Qri8=r#5Q-Uey6>;Fg({C8X@zpsD!fE_pfC+x@X2tVpz5)!Rhs{Ztatsp?oR3^O*Y*IgPYaff zm_aG>>zi&r2jjJcRdiO+(vvrPGE(ip5dVVkFgqDR^I(_5a%K%k4vYTl-ZA#wq1w3f ze=LF0+4Rfb)%^FGW&gpfpyX&sz!F7W`S*E(=wwa)z5nBJl)n^S`4<}hgQl@>(8Y}% z0HFUF8C4*Hjsu=lmdSaB?LkuV&T1l%F6T+@l-HjsQ+M{%V5{rZ0djej>DRlbGJ z|5sI6BL1((9jHo`|HUTbbr%Y(Z9S=^7{@vudrwoT8hzMBr6i!s@QMLj7j(BIN_CSc zkKb{lz)P*K5>G&d6hO^DC%k?x=O%3!IZQt6Dt{2b-;{TAm8v-_bw#n-KD){3+yuo3 zI@|*&KqHIwk3htM!=QYkA=Y9T6)}82T#n%s)7>^dJ_v%-BOKdRs-OUOr_XlloNab*_{SKOq zv{7m57bVHS=~Tsc4qy(gGDqRe&GZ(~eF507sJKw3t^Cm|grgy*vH1D?W!E9)g_3-B z!z~|Z9#vHOB{0O7?6o6s7`jfLT^RQ6hm zQxABRnaDv{v7pg7cja&=aEB09b4rgS=AZ#rI#iY79aCuPj6_3VRK2yvB@kX1=d-9o&wNp6!9p3YqPH~@>7png8yFQ5)r@0G8+zCU(pVxCqV0n^<0vuy)HC?I;JqPDt_{mbIlR*T2)3+te61{VSWQ_p9 zUh=Eef|iN+KP{`bm@yv?@cxK-=lSRLeP>$2Dyc1Ibb%Ux`6C){olfBOK!yT}_e$1G zGH96w!MtgdO$+C*H4iZyn$ag8`hQUd+&*1Tbq0?(Ua82Zw&)?oobuJ6=?L?csf`EDK6akq z5$*03mC3G;=MUwXEm+66#-23KousD(DYH1V^EEVub1##hgr0UgL+w&_-&*=i%gtUm zFwWOmwlk9HR0EGV_lQ}Gi?^2b)?yHrF~^&O)1YO4_vsAh-BuT?-Jz+rIIKhDqBK9U zJ%KVk9Y7KgENcQRsBPef^>JcfOH6mASD8l zOLrqFA&o2zOT&Nhx~}{8ym{Whe)b!C=FBlO$2n7})~sK0u*P(nW$iEiC|3TUJPKm( z7#PX*!xI$Emy_g-LqhMJ?>i5C>{e+Qczj8cuC5u9a=f^!=Va>A(L@&qJ*nlcR-gX3 z3Ss9M+l#$m<+l6wd__`iOm;^vP(UoV(!pY7^O@TtZae4wD-5-NG^II}ZqEiC3&2!4 zeY5%vmZCljEqq*79%Fy9Now%g$t}!6KW?Fcox`ch_Rj~)JEyNs-*)HnjkSC^8wf(& z{;oxRycRm;KQ@wd=;lwqzQ3Z-rZ5pQ`G~cM2kZ2IUtApddaN{6zrLDO^&u%2|8upk zmUkQXx%szedobx=3J0V{xeqp4i?T$ZT7lK~=> zTuS5s27nUwx(Y&cH$(l2Lc+}>k*hV7ArIM@&y5f`B@FW*7Z{6H$%6jt%M3R3x_cX) zz@GYN{Jv$0wH5sBKWAz%6GqBQ+%TwNoDdVL#SBEGLcjrRBV#js9-f zAo1kw5JFR_pE@EU0;1Zg-=}MB?tHbZ$<64>0ZDA4V(OXzBc@u9Q<{A9hVBF=6?US? zpn{Up-N_5Mo{5nG{MnI9W?MqqeCZUcaS=bI-}QC!)y)=Mf?eV;In6M~-{_0X11a)- z#>_{Q7P%Hp?7+kHie?Lg!-yYVswG~tsTIxQF2is8#+rY$jbOB;zP_M0Q3$&)^Uuw{ zI&A$EmY&o1O;Nyu7Gar`>mm5`h{4CHz>Q@LPC9(j@qO5%6Nvn~y56=Vgtmn=H| zQZ@R!=jxmv1Ne?JJs4}{OSKWvgx9P7Pw@o>u;)Io5*~?|jaThO<--Y?_B7P@xA(q` zs-5O?>w8dCqg7M$j?dM~B?|aBod{U$-oW}Mb=vdGLfpq&1XfAXY>H}TKnR{gnH(Zs^2kIeZ zKVLa;YkFXePv?Dq5E1RKcG@A~JAHBNR-TszF8d~e5Mato2+J;d6kQVCe@6M{26*Iv z$QRTDEtJc*$K=7knTQSKG` z?1JN&pGjFg>Bu^;B&+5~3c3-+rk#5e)<5o>*Z8x&XtAw2(N8blQ-T&S)?j|;52cVo zIWji!cbxw`U8)=CQ4Sj`gnp5$KP`8t5DVV%3A*HvbnLs2K+0pb1weFb?Y&G~)*5d< z$KCM*$_e$m#z5p|A8;6r2+Ky6iC~R+{hwYr>_`7I*Gr)Yr@Ff)K}YrN{-qPaCX&B) z?Lms%s@1n&EsH^MQTf{w&?IOy^aB(~yg;Rzie`<}CdZ4AL~?2NOnXR#ft>G7@3E;= zQEmAyKpkIr`SA}VR8U(5`$ujbU^yNcL@(jt#!^qfSyEE+yxUZ-hHZ3vBE4P?+q`s( z+Z!Y9subDIKFvhw6{slBkniR|C}$!9A_CK`i#`v#@}{OQr7Uos)7CLQ&Dmd~?+?Ge z{<+l9E_#uTr}W8(?W~ySl<|1a2$2PBN*0k9&i?^PJa`l`U`^Bv|9JG!3k@;78H2_H z7a^gp057;vWTj?p?yP)dS1`;J|)^ zjiWYw!*)cvx+|wo>2@$yP+XD@{&R^=MzzpLmu=@(B|&`8t*ZtLHG>~u*Wp{350I$O z;`{ApJq@4~26!@Q*NZj@k^?H3~nPId?f{7 zD7am!Zhbn=ZmJtyZ(Z1i3=(A=>-HLNJd+wa9%F>dydeR4Clr1%%wwE5##^m+zCDto zoB(^iMr1Oe=4Yd&jECR?Q`p06#Vr|J&UnBS%ZXnC4xG9A7(0A9nn+H=@9xGuJ>+Fh zvY=+xEwmW*NV%GIvxH=*_87n74@!xX0&k?q%JZVuFAs3+$$Pi5LE8iq=)lFrP=ATY zUJv40`KzmOKX*z{SOCf^tbGX}2RS^X(ohqesfkgk7<^O$r46!5n%(zdHFC59pU}ir z+Idsm6OHb3x#i(X9hNOl_^f|5S>&B=6?b<3Txw4Cjc^>lC?&+f?a%=WMt=VQK4Su9 z#qsu%>GV_Vhy{p$H|Bjw`z0_$$AUVm`cBXqZH%HD|MKw$b2Y+mteK&b*-sy$*X*ac zQ5P{HTh9mS2P?fjdfQyP+CG3R8p3Pcd}oT2W;ZFLYQF~WkIT)MDQRWJiz6|Hqb~{! z?wkg9xQl`)wz<~H0$aOWl%4wg3t-ncH+a?}H~q1K=;7=4Ns_D)PKk3Lw*s}s$iSE- zKO|u*yf52?LF|gmgA1sO+=+=f8>7{S6j-ey-i3Q`TM?EZ)NNa$5{CV-cNTLEp5*6L z#P$*3!5KV@F~%AR1`uy~(yZf2K?iez`2MB@N?g}u*~wC{-$_tUO@Vzxtp7a*a5AU! zVdCyYRk%{NmvC@00r$kVi9k=@VlS9n`6{occi6^0zAeSz-P$zALc!^B zOXnRAVr1?kzCF*HkqO`jE)sgtk4gobi4050ykSciydEb3+UFrB6vO>u(;#1^IgZ*w zyPMAm-NgVGj7}3BQ77+{bhpL6?~Ju4vTQkt+-%DjMJ*!TJi+eSjNeALR=#{m?$8oz zR#0gebDy^6i6vnzEwct!(hA`D?u3ICQVnt$9*;~Ie+CC9HEalhC3W zeesMeq*B?c7H#h|DWaCQmmgKf1te#V*nwnI{lapAHoGv4TU<`__)9b|jWmO;l~j(% zPQsStZx9u^Ixxs9K!H~UqtKNs5VfPAU)Dtt+!QCrt7)9?UT8=|orL5`cl_KZGKKzw zSng2xY(rB&A;QmSX^^gbW`X|(kMT_Yu!rqs&JX@?59)^iluj;jT0#+Z)Eo{d|BfT#Pl>)6LYlqBQ(#zN z=I53c7`cFQoS3&L3=Oxdr%FV$C}RM`3YeC^C2jw9PJPP;s=8l7@`Itn;>|i7HLn0~ z(yXl9XjbxzH`Pbp5@qHKt}o5SqNOpC^sCljf^_rH;no}eA5)J=F|iXN^6F-ASzmJ_XrWilp8*Sv0yY`J%dXmq;=8C`7?a&eIt4=7Jc3XFv!gN zL>L`$gL2~Q__Q#iWEX6e?~J6}6gKPh%>G-YyiPSr)69TpgC-;Xp9-*Uew$$FMZsgU zhO?o0{TgcsHBb_)_t?N$?TYcKz&0tTjj$`p8l|6agt1#`50PKV(F9=^6|bHaY@Q8l zuD2H@B4yFx&u!Em^(9(2198_|u|T%%(kVYWSRG+&P#0(lIeaQfXuSlQwj){*-s>ms zOfEXM9fX?{IY&N62JGGz&}u&wri?o_gg!NGcDigQRnN2DwcNP!5{WKo##BLv^I$n8 zZ4eU4nDSH$R3k-``e3QAb2brG3#kC=$()g#8IK5^9Xk&ywA?A1G)d%x|ExhLSlhmu zS5qKHJWi4FY^mi9xXYjrH{PY|2H_vx99w(#Zd>o%?xlH4BL?$IUFOY!kri%3p zgvJ#4#b&^rL_)^L!wM!Q1bfZ)(x1qn$%uNPLZNVx>8<9Q1fZa<6|5NoTWlclGvc9g zwHv+XOq#WSCmsOc!du+_1ba~Pm7Fl%;1wlxMn=d#odCYT^&!})(A&Oaak^=N#_pPk zu=>e$Kc=t(+`^2)t|?+V?%%fH=n^lKsFlrk9H5C5b6$W~@GC~sXJ*@SD@E;xLF}FI zDB$9E*?Ajs2P0DWx$1`o+)d3-gI4)Ibbd>{jMBm*3(!&oLDhESJEhk)9NS{nVtRs# zT)~${NVksVYx>v7D(P$2MKW^(?5v{0PZf!3`NZlv6XM&b6#kq2OFOQYOlPa#%d8_t zeNLI}zlj`^yF7n|7^jiYtz`M7jNU@*YD!RPn>@q(cE8;_QBVg1Iz!OjPr3O&tkY5s z64KiMK^fJXDZpxSf0h%fOFcYNegbsfX8rLxg}hI3IHD8FSIVVj{NB3oMl@3|T^0kJ z9EYK>J$I(atG6w?eu)WMoRJ2cm$Ka;TT?Y58yB7`W6k&ljwJSNjTMYOX!$3XpC<`9 z8E|x@0=fU=0vyKF&b3E?0yk?gc`&`OHPLec3YK#Y;gx-2->t1UiQeT4Dwn>JHwB31 zqnacX-W1aw8DsT1vbj~c$)~^+lX#lYGd%;yVNFFmAmjXF^;&!3hzB}e@j~1aNsYWy zoU{8m3D{v=BYcM)55%#rlTuSX||%Fa`4`d2>D-VFCLU08W`6LS?;1 zPKemYw-G<&;M@L&=H0lU#V#6aqhXI%fsrlkUpOqUT{t;1?s52JbqU?J9arV44}E4x zcK9pg4_S5JD(hs~J?^o^r}`ZP6eVRfkax$;5WDkfB--OlY=VFll)6of#Fk_vdhBs% zuXMN=Cs2OAXI~;PrwDq7`YJMP{8XDO7&}So$_M4#++`L0OzV!=1hRH{5+^N-UEwg^ zwfcQRc4bV9to+zC;PqL)C({PiIDv#-0LvMDA*DAochdyfd%T5<2RV#`J>uSa^Er1a z(Yec+i5O?~XaW@tiQ?~~l7bILnmR3ow!9mt$Cknk{p1!L&SEb2(LqWXdF*qNGTFmK z`7G}gu5d(rV39Jx>WZe7lkva-*9ByeC%3_`a7t){&!t!Pi^e@i6FOr?6lkXYk&eSP z!%`4o1F&ZxyQ>O<^azvvJ*lzSRsi44%aaBx2ae?+M(}l+0 zi|J)i&*bw6COlMLdfriAs#fpHyEhiGW?(2#eUMbICfNgYog-zA1F%q6+uZG zHAUP!FK|)GBqv^OP z(lGa1z;gCUWZUmcF+vMf`i|p{)O{?0x({1rT4P_xZ){UGo~l@95;Y;(rZrg4e)8*% zEKFMI-3wvMbUA%+b?(QB11&7Vs(R@kND9xh?Y~k-PvphoB8bKf>px0)E%6Ep_>>Vs z+~&uv-YyP$gZwv}LA{1DnPw$uW_$-e?iV9aZ{i^ISvVj(X4X$v?smv=ZrXaB=oWub+;V~lyagsW@^1%90 zg~KU7n_qJk-z{Q}ymdzJ2cq`tS(o?2S&?^r`-_OMB%VX0dF2}v2BcU*PwqPR1T4r zKI>(n_+f?{D9H_S5B~ErV@G;?5LEX>P!m^yHf8#7!Jo0*6ATK*-dPJcMSI3iC~1cjwgjg?-tl zH|p|vN7wSW?yW%)TA&K!z=UzDN!HZqry~M8(o4(GA5s`~p%28hDaOV6JXAV5?a5RM z+1)TZ@Y{fpv^DM*G2WA%woNS#AJ64F-?dNg3I66z5Zr0w|5qw>xXCRiPMn;sj3=Z9 z5LnUEhRdS9poqZa>CLzf!|XS+I-@J%HT%XD{;Wrrv7kn>MxXMj9CW<^a%WrZ!!ws7 zl|7ENQSky-JiGQVkcQtc7PYIR8<;g{+Gg^gHF}Sb1uw_Dnl6GYbn30bn_j7=%F_d8 zhCbienYbxj(RT655?W|S2DV$wajX5F!@+sTOEb-qCt@&3&%}x2E%{-B|7z;jJTjV! z<|*(fz_gj=YRDm+!HH%(J>ZpZSwy5c%Uw`slx(-=&aO}QzV%7!7ROq#IK~rh36*C6 z&JFCS2-eFWSOA~br8U0W_h88m0z z_j5Q|#^a#s$gF;&G&f0uc=T%g`2nP5In8_Nn$FRo-JARFp@>lh)x^nP(P>OU%uzQM z2!wi1QNNAuIAn7OUSk^QL)v>gCmz>AD}9W}YF_;@N}PhBk`eDZZ^P`&9JTI~*9}fq z5){(uPJ5D$k4QLh=Z-!PaXw&(r>?gVW*+e*O29so-LA}r-^YtfNGa3Rrr|zNHj3I; zJ&9M=!G&dBKB&~4agGo}V@!QW&x)8wtk;0|fZrM50gHa>@#OEtfeuNf#tz~th$Wn{ zP)%@sAWC~#8@1Sm&s5TsIhXa`*tS7UB7xi5f4L$reD*_PgB1;B(T`yfCi~=Jxzm;P zi54pe_|1y$)-fdi>I@`6&U`(K9#uBdV-C3J zODoS(;4N@brh1Hxxi~fZi~bsAZWcqdoix*QqMGZ?X#u96?JaFA5<+S642GGdphfJB z=?^%CD}sIKSZM1#uCQdnUk4(ByB2!vNt_hSDI8}bW$fe+U(6A|<6XodTc9W__pEp0 zR^+|k$2mux!d9-R{hoKQ0u`XurW~ZC#D&0~4 zM;P1I5=4V_7)s;2g7Qmh*O?l3pkXIyZL~k=w*ZBt;2z&j_EYMtbK@P;^ZR$R@-sLjrmMVPb7D9tp$SLb zHWikWDt3uPGFMaG5?mW=oZpe&&{4WnlYHU0^90$3L`FIMi?-TKMJ)V%F|P9ygCKrt zui-Qw8eC!qq%#SlIMk8#i7#JNlSpkgYP@Z#y$FD{0rJ5xwOUzJIdMX`Zb8JtcT*j= z{nCQ&a2C2_7eP>P3O#@X=&my{SS6d3e$*{TOUWk(C93P(*IUg~;;1U|{IEP}{iZyz z@s4y&_`7k@k5{3xsQ*}Jd>DL~cS={}chJV9HBZZ~YN&w?2f~hc+C!}*top#z)7I*0 zKdL!*hGl_IuQ|GNh(m<;S#;fr+2G~*GlTQVIe?vVUQ{4BD9lhej>QPEW$`p@?>W?|A z)9O9UgeoH+G`E@_kBKuWbD_aZ`D>LRbP zvGBD%)NtFJ@GIw%DRDAN+Hu~+TqDt*otvI;Qg5yJ9&sUbe& z-mmJ0q)v#%le1wDnwuVEx&urQ$ z8_7!+y0M;iP@j;~Q~a4oL009Tno3loD((ifX;QhdKl@c1oZ=15ffXh0pB~Y#&Ck?R zw}F4HXtk+oN6#FbmJqWSmC?!1jHI%s5$CHF2C~wmd6g&)=I(H!+%bw!3)DZ%4Iv&W z6H>2ngZ}sIh<&WM$e~Pbg_CZ**vD9mdPcEcOTRMoN;F5Q8V&VR3y?GIk!i7*8N&8K z#;*9M8)Q@BWI<`YV_)19ZRxNK$My8yINbXp!TuVPYOWoC@_(>kFF(HjS2v7D45i~k z74q}nAGNhab!IT2aCrRw6awpbRNar41Wp|<`5r&9L23T`rN017NAdr2(>E%fCyk^T z&wsap=R^>H#2*2N4!vRz|>VX^0-*!#%1#-K9OBSL%YFs3Gf8CC; zyq2S%Kn&}@${wtc+F#|r)F|LrQ`LWU^9!;(>A_1ff_vsAIz zWIqf@h3Zy;7&;TOCYth>jkLG}bo_AaR|se*2t8(f_3O}DWZjs3ff3QR61W;#Z~o!4 z$7W_cm_EL!6lFYRi(7oA8y&h0r5CvwL#{+_;@403qrl=O@rN+Q8+@eH9?SYzBW;Qb=AJ^#iOT_x0ony02v;&EHpj_pH{R%28=x*r=mg3a>dS?}}*uf)Jv zMym&)l-24s^PcwR4*sxhCw!r(CJ$oufCkO!A1V>yK?Q!rdk5bZQYATR?I zi9j1D3?yinsCQ1ii71o?tV3z5>ZrsW7n>F<9&XxJq^VrdUVc^=5A}sMNWI6cKc(YE zaAw>k68nC~K3f=Di+^@qLkC(OBwlKwPnbIVGsiN%ZRE6yG1xrg5M*TP0}x1XVp}M3 zz0Wxj7Zxk@fu$SNpIVcj!vX$sL)1eBggo3lm1%y+dH~Om>!|X5?K~^3Qy;EE#%iP{ z6yB{K+J3q_||$o=xAm?>FOiYiC|;rS6GZ0vR^jg5#MNW7qnP$nFnw zzId3f8m-+FKh1uC#!8Au9GuFJ-;pd4LXZQ-c0DqSBM-NYL3h5AFj}hn6@pf)DxB>* zk{S<3($!~JeFual4Y6=8{BvBSN_l`czXl6>76eem^5+_Bu4(u*iY!g|e#?Nyjv^f4 zW$C~mK8QiMmz;&Kf9cmwQkU^aL_$K!2aHGF{+)y^6B2nN_m|KR=t|(XL^}PrP^v^N zQEIOSqd?R#$|OBOJUv$JZNTrj0n>*eXivfYyi$fC!_S2FaPv0lwS_XML%$u5s!1zr zDkKVZ*e~((D>NL<`Fo){F>>I0U4RhXSex6@eo`b{43vW>&+t2?;D8!bKTCJ~$6%ER z{OL|?`U>6U*A{0Gi_DeX@5Y@fyJ~Xjn!dGnN@ux2-PP@(Z4V@)Om`v0SU@|zq#bu& z5T+G_sk{E*_QCkd#rU}-wU@VonfY@QhXgt3y!D$4>Di4i6CZ=>EJ*gLlTxI5e3wE; zi5Ms|0Q+u*@J@=7{Lg~W&oNioD^lnc>vU)9&b1+4MYPWjhwK<^v@p1 zVCGlI4TUuj{J29LldcyKN#G`gapJDl`Pa18Mdh?w-gwnhaKGZ6I3H|9X!@MT+jv;Y zXs$iHZ49l2%sw1Nk!;DN|98t-NJ$2lS&V~l=R|+Nu%BmJVEMX=nxs$RYF=M(Ib!hsZ($Vp-+0sJ^wsY zHEFex{3J2flL%N(ssmFO#`X$X&SDkA$=NeflB$Z5R(j(5bUF`*)CDhW9pH=#Qo={A z)J!!_Xc0}2U%!`VGHRx;nhasvQZpe3t3a|?+X;Z5N(*l4D7=zsA}W8EDBZ>)3K^iq zJv@X78jsrW#ULECe+qV%6B^m3z0|FXp1%JD?2x4R#+f7xA!{rR7i`D9Tco|LlQR~Q zKP)Ow%BKWgVHCc#)zx7wF`~HkmGtH=mPLO<`zJ<5${ta3bXNXwr5RLDT5z%aN-0#x zl_n;CFY7I94aQy64vi`wRcnHDUf8zf+=~Jq$u$kE)+@$Q^)pjiEQvWrg~BnsM2{;6 za=}pZA|BT5qOm3Zh5`&4q%56Va)r-~^9iLtXJGB0&W@i!=+@`d4B(iVDt!2La^+X*jtTXp8eG|{`Zbj|+dh2TF?!(N_Iy+>buy1GBn2n_ zUB48wv0D9Zh+CTC&?xOEtv6_1ak#g%o6Tv_$L8h&d)` zt~SkRC5-uoQj4|vUZbY^O3*;EU9XViWcW2IP*)k5)9*mprEW2zLdGp*WnUGpiW2|J?ioQS;5_9FxRe^Y$Fr+^vCg!st2AL5{hQv01Zgy!v%> z8Kh^Olsd0MsJ!wmL+_7A;}WL5toL5i-eagnd31Xr)tcLD|5OrklC1U*@S0+n0|41{ zXG|Kf!&Flv-i?8lG?Drp~Q%n53%Mxblmy8L|k{#_w|}{_q?e&N`kvjkSWn_%HP4N z7~yNNpJixz^zSN|S8l)~WZ*^%FQ*(?)5t)0cLA`rQjuS}m`=N^-@QCh+ z;D}IDT)%l?$?$4Y-)L&~T@uEoxX4Y)TQ50DxYVcH#lEPN49Wrxzp4rF^8nYJ*NkY+L4jc*NHup#1daAfTTVB{xasGo8HHUkN;q9Hez7<*S0vm?*GuHGV4X(4_;TS!~EjY*IHz{TqBhIt`4rz zXq^YF$3KNr8$WZk&>9J`PTgCaLCu}17un@c{Aet4+X;Fy(0Z0odxm1JpW{IyX1SQY znk~z&9V-y^j-d2}FVan4N#c&(u#zkr2#^=vti2>!Hl2UAhls*X`BL8t7PWXfRE5tv z*j2~$w!JwVISd-pO0KBbJk2WdF_-&zEBjV{;qZ-6h#i z$oKKHiB0PC7km{&sSD7AhSHoH-Kblh#(@syfvjqBf-J9r^kD;a|L6-pCeSVy6Nx0_ zb?C{`pSg7Uf)S&#lkZ)2scb@n;mz1C&th4XrxwGQgLWm*+xa;lxBA;pHsb?R3VjO&)^I`tJWxO3Ds*laAN2^V(&>kncp~(PY zOka-4(lgSiQ=@?JjKLcHuDGHPre#f{42SEi8ar}s?e=onz9pRV%K8kIQnR~QScFK_ zQ8G&6;UFIYmP&B^x6GD+2C3uMeNU_yh5lPOPlNyB2^Z))s5F#@6-ZBr&uP+;J5KIoo8}x_-8=BNV6{gc+}&pC_-CxnF|{saGh-S zi~WA*VbTJpkp6_9KIA8$Ws#P6ob6g7&^-QtNM*7(es)QNqB%nDUuS!KCXMrOB?+%OPl0+x5JUSn)l=t zHQC^OT+7pK`Jov`?%BwF?a2yAJ}uc;#3_nJt!7N^6rvg;%EWhly6pA&0&YGX_;%v{ zOA$U8yHJWBaWyp$Q5+($iI*4BiDa+j@~rq2!7q_iiam&xTeTaPIMMHfGxJX@<1RTl zJu$Ab-C*+(1Kp;}nxAttVH}i>+g%(u-y#<*{Rs4t37}P-!InN+p#<{YpJ zntlM|7y0;!_PhyQKDFr$mrSLk=t68%<#)o~t0F`aM^r&us+-`MY@LtTBT)?KDBqq= zr>h(TuN_PgA{uFvrSz|-f($*IqTWf`sISCk9?L5;gr<%|x1$XaOcuf@m^+CnIt=le zKp7Jo@7kK#nn%>eKn*i&s-L7rJd2o3jQ^Y?(>XwEf&P_1L+y-$c4WnT9(mG9?@o+5 zbbqE%2tqORB5Ay{K>T|YB)A<;(66lYTi4JO=soM!Z4qm4>*Eyzy8pQ*N=&`Td&G^= zd$?A}JkdQd!iaZX{HT14V3id76CQbdQCyc5>%0YRDrPy0O2!qF%E^3#nZ%>hMJ)v3 zUHDgKQKXkanOMnZ>Jb!CAe3y?$mHwb`;o_s=RN=D+rfRwO0%~G{R16=(ya;*y)v=N zH!K#ldemi2|M#xU+=if#pq{{~z~UsKJ(m9F?^c^lmX9|rm>`%ZmLzgRb$`~G#zm$l zIJIZEQaSY!yj5#>s;xO;H|v*1t`rUv312@1UF|vh3c2CCvrV;GReN;eK6Y#OBN7hE zHS!Hod;VpGae?R8p%)cakHf`=jfg!8xB`zvs--@{Bl49Gq7fW0S?U0d)N?EgQUNL2 zZ=Mun+SoTq)@+$JlEYyK#j4NX`#?1r-uY$u*{XV2_(6xmP#xsyT$N!&{o@==@!X>S z!m2>6z!wL?@M9HRe~bhQ67S_aPQp9H@Ty(e<58hHM~d31}#Op-g#MgHRg zs4-5_sw=S+0RK2K*{1{H#>liq997DaPWh4}akagOGHZZCq;K!+7Xjr3Jm}^@_!Rm3 z0@|^o9zjm3bMDv<9t!5qC_ax??}e^~aUl)k+})PMwhbr9^%@7xvb6{f(QE$Z)-H@V z`_7sk4>kCG&bb=V-4>=5JEgqy%knMN3f>Z7YbV^pde?vXJlZ;;*DF`+;&S@_&v+jH zUDsX&(;p)wJv2Z6_JrQ%dXDH`Pb{7zfJj7wPJLd{=DJNsB@u+4zylLRSkz>RY-Ksupr|@w`Dwu)gHuQK9o0#1 zg~nZ6iE!?=g6WDr6p};z*X*=bFfEg)4fBbRZ1)zKt1+dPE=@rC2%n=vQKO<%?C+kODnF$ z$coP8hIQ51Y~nc8AlvDs^?HLd-VNXZ^S!3x+P3iOi&d$$o7EpLB(jQVpRyF~wFo$? z3AbTg%4#&XqX-qaNRnUX$`tT3a8@6LiEDmIg8Io^z7~eHbHjX);?7B+-wW(fLA{K% zs59=+n1b8;@%D}#QQsi6nFSsk?1~S)2+36PLrXbGppf+1F*8z)utR`?~YUI_Qh8w+8=tyl(Wuq^cT zS0SI^fV~Fj^Rko831O!6NGGZV36`SVuFf_{`oxx3hx?w~yg~ttEt=&v>GPcsmbvU$ zgxnB;MIE_zSW9ra`iF-Qy?j{i!iBqVC7%ExP;A?(?naNM8DEg9D*dW>5Nr$I?Or!G%V zoDEBob8LhD`kQq^Q{H?`>qR0GIuof)(Qb`o&Qhi+=BeMQvNmgaGF}jL{oU{LUhRw5 zNDtD>^>*P8&2-0z94ksF-yz7HD4NeGJW+tb6QI+au00F#_u|Axvx9T9xOzfV0c15o zj-tZ=>w$-avRaR>y(yyJ*LTQKX)$l7b)vah^-G;wH|B8bU zu2EZDML|~MSQ%#_2IhYTo%y-XC5XR0eU~}Ur9DF$H-$^Qo5Wi(;Ot8?H5q9Z8eeH8 zp)>KeK*Hd_$e3X)=r@x+Lz3&jxT6l3_8I^z@e3O0Hp(jou`so2lFH_OTztZ)|Ou;`P>&m#Ia8S7R!-KCYwUh$1SCdYo`( zX@EB5^Mhfc;*m^$%n1Q_SzYQ_&grW>L?zB+!Teig>KB&syF~=cJ>pcrn*2mBU#J*u z=iQ%5&I!Mqb6M8t8-tWUF?`TRD-~o3YCbhkbNt{IoJY(~keTzL>uMF>#oNHXd^1!m4dw{E?E= z<1l!ups37CvPC>I-Cv_k7TE7%B9MyX!GKluVKZ?&$kV>0sOF>I0dP9m2)f1^J5N@t z%i}I(K1nR{+Be&jFLz;ckf*nf4iS5*<6oA~&0kEUX8gt&Hb0XUZPmF)zroFU2r`1m z^2!L62=6|BO>wYm??iNQj%%iUF@NN39kpKQuQ0UL_jb;$!sGC%s+*&+miWht?jNmW zMjoScq#s(fWT~ABeVq1U{amllAEPR2UM~tF?y?w@_AJlFZ(s83&QXf}=0_bW`Y|s| z^zdK~US3iYKNQ6a%e}_jeCvq;jN~p#G$qh3oH2A=xEAvE%spRZ84+HU0E3K(7RnXM zVGQ96+UGCNC@o)HzUD0*{W;Nk>c2CjYhC6)peFK2$rOOenJ zblB-K!~`3a&YjDbtJDSzJGowGS^`s1%*2~CXbV?NJ+v~2JZSmdwc8R}$R`E?@nW_CQ!zrdFZe2IsF zhiP#bIx8F1=ViLezd9*;RwHsOa&m?^fQcG)vJ^z$ZDyr&!VP{)8|;5sC%fLtL~%$v z@vi;(uTW;+?LxbGT*HR)3DlLp0zJk<%YNow>4^d62pU9s`KyF$0)Md{*2vwg^eIdl z>S#^VDs-I#I05+~a>2gCo2MBmcz80%SQ@*R$kP^}@ERrYvj^nJ@8jKTOs`J|A^wyS zn%U)uxIl{}@gGCHIeafqNo9AVPy(e}am=W1w8&zGUaraJf#r!AEy|yLxcU41gJps| z9nW5GD)IX-7OXJa0pSldbd)^HI*nCEdOL}-EZRRJP3Xw$%c{9W}KvP6w0C~o^X`FTZTrJtMT16h4( zzOrp{NN1bG^Gz#l-_|y|Q9!e{LUT!mY4^H^tGv&o_k8pv#itcT1e8vtLWRB9)!={P z%82X?zV^)tr&;BC{U`rbzs63}_Aw?!d&NuHJ?$15&Jl;-mlhz4t_ktBfI;}MNwYuh zdxcop)A<0=E@vl+tEVHr0P%>n)6NSyToo_dzYU5bpCi|3wj-M?aVtHN3jP6Yh z7+ykuv&#ON+1cFygQsy73z?N(_yh|7c#-@qDG>g;5XOAQe_bv&U#|4lPfQzb&Z^o+ zb4{R*NR_<&*>Al2J&r+Ua$R0LW*9vW!VMd6b%woz!%5jet)n^}V&p`gX zBIO=ts1%~OJi`&2_q#jUPI&%!srtlQ8=@1cgIw(gYkn?$vwmu&={tV&l^P;VB-I-B z`I_=&;C{m3T>5(lCw#vpGzsko9AMu{q08mdmx@Ns?ct)6svqz^3AarNSkG&x1xjM6 z*Ih_mX!*Elt|Uzyd@C54eZI+pJchi;@cTj?`~3_7W?B)Vfcx< z)<1kvZ#j#6efZm3a?B1lg}U}Ah^jKZMb95t`a8@gycFkBk5t zt~xOO3Zvzfn0>DLpfuY!)~%85!i}P3y$C&@cZy8K5lfO}^pAljXU&1g`t? zl|rOk4yOQ4Q=whB(q~(}_~Dk=na(Q9cH<5g;k7M!X^#I$Nq&Sfy!x^9@isri40`=| zou3)py%Pc5$42@aKfIb$p(%V&_zlpI;#GpkmuG1d@+bmW?SICxD*Pc)`t^&Jv$_2{ zy{JZujAKBw?wY(B2Z8~e?)u{5cYl{ajP-{%r2K*s6IYTH@mIJ#o~@sUB~uH3?GZ)I z@4mDmXfK5!PzKrm2pZ-pyttexZ8Tx4q99<1Vv$}JY2jPNuQ^Uhjl%ip&0n?OOr~fB zFTZP~;oOHHahB7Drv0)C6D!9~(vk#*W!WkfHnF5@U!<`T%_8rmH{x#TYv!o$TsD1l02zo+(vn@L`P;?7`Y|Onq78pd~!Q5oE)^rh{zUC2c zp;52bn@@vnKsS%TAejUPv2-~~@D~|zL49S%Z@tX5uk%UnKE|*8uEeQGsc9EG`Q(Sv zld^=ilTkbWB#gqdgk=BUIK$JOP!P>+q(7ZuWHKd~Jlq_?PezE#z(N}65rfbLm; z^c6kEue&9y*sP{IvAjd~<4TZS`LJ8D#~JpVS5G?FmDu2&pw>yL}A5guasS3&6X(TEJyUL^##tWL`8dnBL>g}sSNPlLu`v>N{zf~kI7x; z+D6$d>W!{eXJs4f#2?50o2xUE2C#wm1KJVGhD8(58UGj&U8&{@?_K9JX?4C$V;bc( zlilbMMGkA%Bh$l*g04J)yt!&0-y+-*b;sKeh?Bvo$o}lg_&j4b`fB>)p=_bE; zeOFGy31Ap9qTH>VUD!UWrS?-i=sPtC{v{}6Z~P(?btWEa!MbJLbV!(JLZ$sW=(~io zBoAZJL6nkpoG^M+o^n=0qS8kaJ>*e(4U$)JG6JbxqXqkJ0Sbi}82P;Ip=)*mA3Kkc z5UaJ$wpJ1+&c@MAN>k^XFu4RZI-10TZ1@PDbrk6iaD9MWupPw*!P^P9=MGa1O7DUn zSYPR7UIg-W!DV)^MPg*5($R9_Yb{ECU^GJPod8tHrl-`-a&wM^@dIlwR=cYGguQLE zw$N4wt6P1AnPUt=i@J%e;O#*zTIlLDF99v{LIz~QJ(F?V3vf#hy+vBp)KE|sG!ekG3SMfAywd(6~$`f%ujO->5>%1@0ooiqmfaaM73i0NNM+l zqsN+$=m>AOOQnX)(8VMog;}lv3ss8c)97Pj7xo_2BB_sID|m}H^a-K-Rmh~F`>d2M zBnbCa`2J~syvKXK6FQ_G?nRcaE!EY_>Lv05y?Jj<_`X=p?#wH?-)zXFk$bU{U2zGIs(tUCK^ljg;>cdWR$R&nB zvTM}JsSk<|g8eGDjW!;0d)U!Bo?tYNKl_2t-cj-5X+PucB~Dfpkw3nqygO^zdQ@vk zy!5iXO)jHlB>ufZ~W zWT_hxEX3e5dc+vEVv|5%m8kLV*@-V|PdQbneYm^FA`1ZitGcOt!fqB=< z7_D%Ralh|I;Uk!9W8F-F>(A_^RzAEmy}_wHTwjdbmV1r7Xffv-f8Y^Fql7xJcG$gg zs)#&fF()2{syY5$jIPV_Y1p=#$ox3a9p)@>uhtq_n_Hbn$I%eIHC%Y1IVKw*N z620)oALC5_#EIX@J9Z6K$(2H^p!m=1jL9t89FmuU2C{)5%(RRZQ?T@)8FHHWo$Q_k=w0@MTZmbc0&JOQ(qm|)EEEF7$G2C z3J3zDOGFw(V94kWX+fk*x|xb>qXZ?SCJ2IbgT$Chh?I0pTDrU8x%mA(zvtn#KlU2u zo^$T`-1|A7I`4O>!IkckW2MS67hJ1f?p$ME{zF_ijy~{P9OtFGdwlyv@J!MDvu80M zz)n3oUfmhW=9S^=N^(xb7l^J(=Jc^Fkq+)m#rtWxxnCtKnxWd3okvFbEX=&;qP0Zh zJKzw3+a?!-spO*%*g+o-2GiiB zYT_U&=E=TBj;HKB>8PvFX(rmGMGJ$Z@@l{CqXYQN4c zYbjP6%HHOlae=UGMnd;bU*8CjA4&(1>Iarl?W@W@y$U%-R%9lX2EMr&R3N~LF}wXl zr{y{|HKNXJOS$3!KtV-i=UL*ix#F(>ORNXWA>sYg0~}etOPa79-0Sr@)yYxqVwcyj zvx_%l(BY?fz~p}kgD(nJi;jS0)VlsU`7A3|&P83QABbcRz8I%(3vOa*v%aj%X?Bt} z%!WSg%h7!t#o;lN*?)gk11`%K*WmUXA7V3VTDbRbaIfWCY!Lsi`Y>{J z?&}Q11DF3T0FC+bKn#8s;Tv%Pp9LbIXIL@pT{?lu>)4c^6w&|9*gT+c0ptFzuQ6Lu z0*7iU!tZ235huP+Ue8d^Iz}KxiX4r?rvx#A%M6SCujM5F z|8hfKw{Blnj?t17AAzpiDp`BR4MBZxT9V*DBAO#I;dK$fg2SIAt$w_gIr5#wZ9C2G zIczg_Drpn(&#dL^gwdgE6g)Y8lhqR*Gez!wDAT`lEyz<~sWtcPAI>n@z#`B3)0UBP zca4F%;D5`n`9zbT7es{Dh-VGT$Dam>9lA_PU9P7_229Nf1O0X`2^7NqCn~4KZs;rn zP^^0c*9iU;;SiztC>?bG$Wt@=IG1g9tsD1krZO&X5^R#x0;l1l z9wz_zg;n@*$fmzk0sUUe39xLUJt;mZp-(@rnzOSsa+M2uGN#$Y5nK{gE30i$;91?c z2qgk61#h2%BJi)NQ+3C)Co?+sS=L(nkKfJmMAX5L0OFo1c;x+c5s)^KOysC!f4#zu z;&+4XIoM$Un9Xq}?7_pDJo1LREXDbIO!cIuf*lw!rXNec4}zF7U4l-`BxeYGZ2%c@9(e<1+%uxKExbH(3qV!GdT6X5rThGHAX;N{-r(CNz{-Fbg zdz=|-jaZTF^T&`ZBhIJ0pLBKT+vbL=zPUdu4;0xiVoD`X?BVV%5#eB4;*;%)&c^NWHh{A51DX7dXtIl3I&zzg>AGCXRkMb&x>|wXC@s5FJ ziBmAaQlj>cYX{s+b=I_g7eBrlawhC1cxoHX%5jF>RS?_JoLMj&NBpkqU!I7CD##To zpDgm7IVhjNe8{tSFb>*U?7@%O1=I+|$%dp}Im*K4ZX`i!&(i{{}i?^!2 z9|qMF*zx#G{wpdsBi8^KyhV(Nz3+)_MWgxl-PhFxS=}>v;|WI8e*W+-)tw?oz90VS zB4R59xhMZxj-RvPF5FwD{L$^uEw)t*pTm{bGqN=Ek0f@x^{|-K*U1_xQ)?GWPsC|r zN7Y%X?08#5jKUv0KGHoN3O9eCcJcBwxZ_AkrACsDik+8uq+PIaxq_J9 z2m>;siudq$Y^m>8{5AJ)mwGl?&=Vrq&&$;BY+65FT_EYQaH#A!1ogMg--f|@autY% z8^uPvKittnKetu7Cf3OHrMKhg5CElkA=TwlT@eh0*rB!;N}o{HslEujX&K`^}Ll za<2Q3F1Y$JG)GH+9R;nMzrU_?aJG!F5$>Yg2Qa4bO$Ex z^&kQkBgOvX(E8~#kj|-fT%XcNQpI;ku4}WSBkLva9LTl8o7{Iv=Mc1bO{&(RF>gT)#<@~Ntp1S2cbha#{2_LP{R-I493OqTHo zn9U^jd}=x$gPQ7_ha*E%A3fLUzw8z%olJe2!<1@Q(rEWsO55x0w3r{K#1PxeC$5(Y zW#1yZiWTB(exLb^LjLA`P&oI^@mvXHNT8DSFKi+u36SSQk0#umWNRZYp#(>O`vWK* zz57!TAGjko7(-dsxkf7l3U11}08jEv=TMP2UB2R;cFCb4SbMWOD?aq3)KYnmiIljX zEs*^cbl)-|Wgo@+KzZO(P3dU1M#0tv)I3m*+VxN=t7Y(Q${M==;?V3v=rs;WOs6f4 zCk3fP^&M1FIDeY|ALhf@QqwI!g?Ce5V=5%g!@oIx*=ha~n(%1fvbTcv=OL`y_W9%S z5ZH{R+)}CoU(BZ`j5$23lim}^xtioE!>c2v!(ndWG0IurZ)Pm-+O)BE3a&)({6E>R zi0R&nc+uJLFu`F*@?e<_a1kBo8pWflk6D{Xd^WmjTpYQhMy+OjS*zv3L+L~gTX=`s z3H}mdjD%LTt)p0%tD2KDCq+)-C(Gr(V!l0#*mdG zs}F@)$#qQz-F288DnWb+f8G7={^1pk)n4*Nchp?fNRsti-uK$K3{3{SV4ox&b-n9z z`{>8?lJ{ijebA67qbC=Q!RV*ob{~mrXicjStr+)%;wAt0HhfzT(-fL6GlDV|en@my z-{0V1TJ@G|@Kbm*3QnjG5<(H0CzV@bvfPqn8K@=k^FdMBYvH$o9wo+6x&reteCbEm z&L!#nkPVL*d__Q^2>+B6iigMcUJa^fSTWD0NI7z)>~%v3Q2Zq<*SV;EwzegfXeDrW zZ#j}1>hck(pQw@$H6MMj{6p69!+9m|UZ^GVHFkgCqJUgisb~>WUK(#}(rgtka|%FQ zL^)+Fm|h=6{Jpz(3Xtj%+E<|8PSgbj-1!i6p$x=m{lM@wm-5WV8%k1t`-vpl7z9e4wUti9#0Z6FFOR zhrk)-a}b4 z2fFr>vFLR*xGRq??dw|m^0GzDm1#q}))jO1RC#Mhpa1+JlOvW^fF?a>juaWA6^a59 z`WtVOi!!M%*}$$bP@IX<6ULdXzu}lVkPHXqEP^v)SXU}`OZkb}L;W1zqSOd@Y1&E#PI$0H@<^{0SPKYt0NGR+yt1aiGOTl0umq{&S6 zvrW~x-GTQhF++e2CGh>)Jjy_|eiZ4XAm0{EyLtJ#b=X{Q@g(>y@#G=^n`eL(I#}*d zUgkTR&F$2` z(Q}`|;+rG@l%uG;^@ePz3WKiVBNK=Ph2m7Z2)mcB!7rUcLzGDWfiylzmI(W7Fs+TT z&{_j2a+x^C>q>GrV(Jdb#TgaP?INY6{hKs_=*KzUB6NK|tUi=|H~r!xG32UNbr&xu zMF5BF&axS$>dOs5$W-q~-Ez$VYUGi~$Fnf5ziww-G#;Gp;5To)|8TQZ0k|RIxtAG) zuE^IbzPhee&NiHoQje6%a4>SnC7Vr3>&~ZY5G!0K;2%4|_SIhjfG4|l%$O}z0q=b3Xi(-!c}r6$zcU3Q;~gdbc{qC*;!?i2y1S@?Tf0} z5N(2~$KO}#veBXUS8uVbwutTBtXheoxuwO<+DN8%10kumTL}?iSG=c{Zi9})$uRC3 zXR)lJ=`O9s$0$owtd|sRXODG9i+`hIU#zDn&0R{ueC|X;PuvXr1ajbvN_?ZL#m4m2f@0#Jg?-dDu>V0$hE+_9te0=T447U}Zks$=}K^*2| z-~IUw}&m>vfS7y3zZ^)o-GkA5XuCPJYbM?>OX2RSQcNoT z<6d7kyVG=|K%BP^6Yg_$_`RLHjvp(>gM%zB$yUnaCo8^wqtCPRV>R|1sY2h@{M}IA z6H6Uh{0bYWd`{5Q@{L@E#{vLQtiH(vgLDq1aeR}pA;~PuXN#Q?GRgE9V)iXXQO-enM-I-m>5G|JoVqCjV%7EYrMJxrx!T9B2P`M9R*92 zAOgXuskOv-TP4yRlURj;Ls_^uzik#L0}fcz2nr#R_@SqvI%;gyCD=&!*6Sa z$DOw^+nP6ObeZVZ@^1BL)oHF7&$MwdqzwFS@bIHgF+XL0NSTD1w?J@0ssfa79vH`i z8vXRC`JB8!dd4ErJ=F16zTl)q2eFt{v>oD^HK$w4tAbj=bbL(>oC^)wcU&_~p`#0A zK9aHZ)JA(^Ds^@GTS~;z;33TB6Dsv9*1D<#r+cw5HIH?13J$fYL8Y!>-#G>I9;EC| ztDXzvyHeaNMFcVgNV}DRiqmV^@TXE1>%$s0lpq#p!rmh3{M;;WT2En5sU45+eQ*u< zxLd}%Yl#UNZL-s7EZ|6R@S3OThAXvk5_RoZVUvA=W%a}J?XAb zOHHpzC2vSQd-LRvmbmDAWvb3-t7i76Kyk0Y#M69n(UzaKervXyUG`q@Tx{ch*<$o) zy;T{ij2V}@Xq!ieTQkzySPW_R^jDhGp3v6mFo`KSyHx$Y$0B-1q>QJika6Z3>35Jg@_QtLrDn?FZkURPG`NpQ39 zofZUdcm8~e*;PhQGh5HmGyI+wkFC$Ag@}A4+6xh`p zh>Ln_Z1q%$dqq7Ho&JJ6QDzWpi2l0NIb-f@dnptxEw~X};}iVx!O?Dj7mmEXB>JSA zE6ilgYz1c4R1ARFe`zJX)>LnxT(ip1##pg(CU>V7LU#nJ*$Y|GJ*+J-Lkr_TdE6z# zu!;6xqm`C?Z~6mQ4tCR24ano7zr(xp5mo%QpY3t})MVvJJ%aL6Nvl_wE`j4dqA;Z; z=kvhvLj$Oh=eUK8)lPY^israV^`Sj<_=I$!Z=OD9?$CM8`StAuo@-UDp+3x20=%Zt zwcLfCC{&Zoyrc2br1D;(vygN;2w=WdMYMGf`EP(Mlp%5XRGo|A#H=p!8M*f3H)Luz zZXvB-{8RW0SSd4Wx-Rp+X^X#wTW6dADP)wVqQDo)autA+fUEYJS6tttR<)7mn(fQC zjR4>hAbU=;o$jZjbTwTy8TCJCzQBw&9IjQo`nugUe)jc;tdjwB{Vmt{0({Fd=$iTh zfCbLC)VBE5XhwPGs&VDG@!%XQzgX*`g)WBG$4fGM;u*}#$)gHPN?(c0? zLFRZD5mE5`Mybt0tTvX#h6X4;=C~)j@#^?~FxQNhjq%C}SpPg@KcjLMOR;id5J4PK z=dxHyRPMzTPLrAzTLNpcLbN$9=52g!4c0ehzhfsp6X}yt=iHmZ{J5#5EdyAzx|NWX zZ5ga_>)F}eZB4R{YlegCNk8tOMh?Z}vEglM#V>)B^}EfmH9i)%8$lK-5GikP#31so z9jELFdhoEWa!k}|nvi~PLLxTviP!lSt=edaa6AZ?WUC4uHR(PB*(}lRnYIOhkKOz- z%D`gk^I{QV{EL={xU_kNw6>ezFp_SOHVdS{TYzcudh}+q1e<0wZ2N*R74MIVp;aji z!fp+YBdmqce8|r~7Etey6}YqYe8$tpV`dM#A(%z57C#s$f;UANLl}o=1+vO{!Y*?o z;B^7b1!;nAsK~YllyGg9Z}aXi!`aB-WR&jRNPW>q{^=jcr6 z&A-mwW;sj}Ax=+5*v4MN(vlgQe$l5acqDG}9Q+PJq57lDQoAl%^NxaPqg5s~_TkNu zj&R)?Pvayp`BG zq1XH{bnY3UhNjW*LeW0 zy?fd$5fNQk0klsOVsRkY=9{t43B@uA$>lG9YY1)|6B!&Ep|?|spCA#+P+lb=rdC+; zMz(;f9EI^lP2>pVaGPrTUM4i*U2kfFIe@(rI1U0)GaH$_QLGw@?|1i}l$%20rh*l9 z-HSF%3gT*o)lyWV($>1);UHSv8+0pcQ}uU+gEKfFwZIrWc8@uIs*R=V>^W6*u%(LO zdg*AJg_-mv+u#M9-mVRkZY~uyM61n-(Y&Q)SWc0DBKFVlOoTL)*-XAPrCSxB>B1H| zUBTum`&8j>1DI^=9u^1HfD6Izz`YS&N?r8DRAeeW#Bm&jiXC{ua_lU1i52sDnZE|^2Un{*`0 zf$$&m%@>_D;cui~fmdXFrHW!F<98Edm>nv%*bC*D$2U}FEDC9h**Jw2dgrewGE|lb z1h5mWN=7FZi}@R0p*ajW9nPYCl7r_C{Y`(v9R0eD;4Mju+qegQCbb?+{r9sK4G(I9 zzU;rimgE6CCDub3@|oEw&Lel@3$|A%OW7==od!8f_EAj7&N|v0o^9M7{t&F$l;j$6a;Hb~3AglvodQujS2AK=Bu1&Dj zryVzAn4}VqC(G2!;~e z3t;k~W4xZo{1+}XB(DwNeKbf^A!~7@8=_6;Qs9pN!F~p~KqqG%KSZo&fi6d6wJ!M^kDM|RAE?WP*f3z0zn66a83^wpgo=((sHa) zY{&Thi;tY6D1V>lJfqllZpcKpi)hPRZ7__OemzHvvL|e>^r$cK!^+y##VXa-U z5VtkV^APCg{EU{xfHLR&bqD#J$T;U1a5 zq9mf=4?0HZ?B6D|`mu=^*v!drtfKW z&4$(X+{Kvk(gfNeM{bkn%=t8~ODn+6bR2hTSYTqHCiU8IUycMb?ea@FtTc=RCz(-D z=tf1d{GGpbx=s!>9uI4kK!`Z}+MBBL!E7w2ZWoJ5$X}WGXzIs9Ff9E1N{kZUPKgp& zglMvVz?lcemMV`qzMV>yv-Loilc6v6wQMp4F@-AFS5S_+KllpA6L_M7-J?YR4e@nm{0YJI}R`h}nQ z7oJs*oRIZX%vd9)O3ntoK$xuU8+w*aiqShNw$1z>G8P8gfdYYnEa8L7AVBVTurdo5_@6vm`eUF+Cvo6c%qYMXY22g z6Thm4HODSM>6cPu6_R!yFcQl~no_yQ^w0ZNF)SY9Z|mh;t>z~$Mpz;yvBXmoUvyUqqouB0r=Hn$zu41@~oEcLGs%O=8@reTKC8i}V= zw8hstW2k``kvkqoZzn(#s>#M4lp{>yL2bS6s_o)NvZ(_Iz&ZtXmqAn+VO8S~4!4Yu z?%}2>a-h2SBEl(r;E{)_*}j)xAx|T9cLOId*~dfER#L6I+#3fdzoJI$vv?ot;a7F* zdbWxcp-9veJM@KF;!sEGKT5&e5qTX*&mn}to`0Y7G>(E;*zCLaseHN29Y#YYm_>Wb zQ@+E8Io4|+Y@_;4KJ^BXu=?3^>ZCNg6;pQEm#|yOnPxK2pGqaX&l>4jJLcWylHox` zd$%NR1mlm%^pxBql4_2gFM~E=zOP~_2mkbzAw+mQr^!PS9L;rWu*OL{D;XW1rRz@R z{xj*mm@sQWM%qncEHm1T%K|ssp=ASsSaGa0RK@O2Dhc)_NPrlNfvGlj>Ps6QgkyBB~R`=N=K0l%a8%)x%9IM({-%nfB z&!OaV-i^uihT)GVBugK}|EM~SLi8QG=SXg@VcqkN1q{~9QKJtcU_T|6Q}I$D2khVm z$^?kozW~!)}d6-mvWRss5D-vMtLP-;dCbJ2B}>Z6DW- z7JCmHn$ldFN?)T%X|PtYShZf(sb)&O@u&a0OJFQ4B#y(3u=p{A>WJqw>mlK}aCA6( zbL}wl*(}A1c&6gMX(qaDO1(IsMY^1DTcY25zo^yzst$aVJJyJNw#?KTd_T=}f6W^4 z%*8+JZeqd@fOD3E<{cwgm71jg`($fyT^K5pB!ui(xLiBUzkkH$UIlDa3%VO9HrIS5 z;EBKeZa}UUbO`R%EDIImSP8x3$*V`0VIF^cGfWv0=uJLj2c@~tom+zb+Y9X{M4|U* z-}>o1BVl?BA>pnDY_w`B6zPa{?JaA=a@M9>z0F(+=kVscm2 zVi_SdeG_ennXutO06^YG4aUiX0F9B?eT3|K>;PCZz)tISXXcTuUNtdJj!{jY^8U5a zd)gq5unN|pQtJ;zgoTPBA~muE+R9Y-xia3*MbVN?baON4+a_IbL=@oVuV*iU(TIZwH!h?*==Lg+e$egRLy87JF= z?NNBA_*TydRH04fg6%33F)B+Ckm$&@9iKKfi^a4$Pgfx?6OH7#Re?eOpf`^=3!~6n zr$!hI!aKQoJ(WBp^O$)G6|8>_jt-a_h8sj&nYYgWb7qH(JE)uYFJHkPNL1o9XO#1f zy$8m6TS-T}2j&6X12Uh@o;tS)|JxOwnqhHYu{=or&tLK?Opt%wHq-M`=Omb=8tBY3 zjs!WJP7E2Y^f+#xFbxZsd!)<>7v2&mTKgtLckI??VGWwH_R5f7K4*P^fb4JUuNyh7 zLu`WhE}b~kg#PDkjG`wQIl+oV$ip{~g*k!HIUgv4HN-TZx)Y1W%Lgre-YKOiCePVj znQsL^gLr5@c@Lb35Kd_rhGeD8gf&Es)Frv1!rX_@LdUro-X+$*)-GK(nVbv zG08SnhvVseIC&-@f`4q==7rjOs1Awk8X=g<-Lo$h09Qre%;o%zUiyl0I9d3{#OEE8 zRfa0$gc)rDn=){e2Z(~#(%~rUC1c$N=FYEU2CRcEle9p1!c6H`vo@X&-}{e_`qcy^6%;deaDJwHLn!WF=*Q$r;_MNkVT`4+VbP`$3Jtc&D}r%3_H8}#kQNiSMuZNxU#Z-E!VK_O*%C0 zoMHaoLfQS-ABw-f(=AhFFst>Y`4Wx1jf3Fl`8Z-CkSa~H#WV-QXEQpLh1ECoc3|Y{ zfP*8qVm=jeUXgx>*nc>rE~`Hha| z7*pM~A|Sf3V0e^kNhL|uImo&4r*`J9?bG75%Ft2T&S4!BmNi&T(7`D~ZzKQqZNS@H zfM4&x#)sGYVHav1sjO~UjaWBF2#;O4HU`ZL9hJD(~bxG#Juq`%I zzaOB-P{%K)y^oTAX$k{efB|oj8CP3)`C!$t7_xO)8v5ca$i{vKVxwxCU8F|8B%K0_ zXwft*&AM3(t=3Jgx@8r0ZHxg=k}!*^p{h1FzcBNP1Y13xDTXdwn`ydmF~Ax&Pwa43 zt98~}jJSHv6dc|*R^qey>h!klPSIn(V7z0iiH8!=LcPJpJr>^Pd1H-c2qEU=EZOYp za6%5n%$73pIsGe3{V!Z literal 61229 zcmdqJbzIcX_diM_A+aDO%@Rs?gDAD6pp>K_-ICIXC@Ur1AT1%y(y;0Rk}Dlcxd=!u zNcUY(-{0^1bMNnQzxVs+-G_oZuX)X!nK|eAJm<`e;D=f&HwozoF)%Q0f>afCF)(n! z7#LVtH}KFUHf78F=wAeGszx3d7}Vrfe=&PGcIDB9w4O?ao{wB@Jbj)%x5n`C@!_*~ zarCfy>SoR7`rI~SONI^ugBb&)sPNb~b7R&g6{y#Aw1evB<54#pjt{H)!Sz*bkojp3 zml2MFLcjbMJ@Q+XZ{HrK>)gYv#H37o4^$$n3<-gvYgWax*YdPf*#`x;7Q0N0KGxnU znfr)Zd2zCu{is;G%~Tdqdp=%r7y=xSFTx0{YhRbgFF(jHBe}Qs#S)6M zaC5P} z(Y21#K0&7x(Drbe_EZQ1@mcbRjEsGGCc_&?7~81(GAet4zRgnvjrnBoN6a`_>Z z0D_<8aQcN6C?I^NJspBlPn=E7@E_EK)-<&T7oYi>zJs8$gDxnm1l=SBqE)|DCZ4q7 z9(jB}hGTapwT_350_W%&YX!DCLcb86%cVm$u{Z9Y#q__gCvg8g1W=pdtJI|vp>228 zJO0eu4_Lv?nrnyTtWAg2@q#rt&dH6YU{x78l2-oc7hG|`teZTfJoo{8vM9_2;Ux^QgW!l~JFE6lDIxCX(vLT?yMhUh zWUA!d0B%Hr>QcM2b#VE@Mo!F?B8cOv*mv+GccE!ua>!O}E;E3-|`Ek{ktccb<)oWE7drhQS!eC9%VH!F{ zgve$AydkqD3Q_>7?k+Kt03C31;%;-d%%^07zq|=eJCAUDWP!aPlh?209;Fi6kRpSM z^{h0IN#bhQrWec?Lk)VG2h3WFaRQ(nMYc$hoS$>CM-3Nje&d=K3eEEGpPg|NozH9R zeEbYuPYX`j0#Eg0!m2Ora|7uFzxc^i&0-wZOI6*{`GpMs3@HXbbDKKdGs+8ieQl7s zA5($)(#^DujFX|Nt#gWr5)x#Fjo%JcRxiSuAf)7=nce5kDP-W$2jG)W!IwDEkf%bYwHqQE>O-;b(ZJe^5%B86 zN(+(B0Y;wpra73du?$NcK-82)&>DZ+Ln@A5hHpRX#)ih|jSGruyQxe$GzKg6Bc1v4|?v{=mTx%lO%}%@CMb?S-hY6bl&(4EEJVAy< z68TTASFQx20Vp#aU|l=45e*W@Xvd*f=IQr-Qh}mXv^+Y8)|70%VYkv^>tzf`Nxj)3 zxor-!v`66tC9E5l&k}7vZVo1Bw7XYXB$};t=y*^&zXrp4{-O*}xqs(%#YXD>lD&m! z-s|Ur3fa6=65l3kE=KHQ5C5q8Mr|=-nD%Sm&tWO?uP8kY@*dAt0ul#CcWX6ub%Tx zHlD$)sat(9M&=dlHo+)kI}{EHrwzrWbBNX4gEKkw*gOqwfb*Q!A{0Pu;te=C#%sDMMStwZ$(1GV$DI%m`_y7Ur%3(ocy4;JJ@FE!6yn9WY5!AB`< zF(cK`9_S(z{)Vg@d-dX3p4Km%ygHTOfDEo7cd9CCf!C=XnU zq%x~ftHa3)&OH77aBTWV*UJVPzA+uHN=!vfpMeG9Cl3}no2-S{*F%X91$G*?6X z@@BIkUOC-NM_hpNJeAzb(_netY5YY8&g#e)@u@pc>a_g^Rn*O`weurzk8EyPrm6H- z4f1FMBXYOcmF8DMNR6X^)PiR_*8kwCDvgcozBnMJDw;!I2vQZY|( zbi5a)IL=9N_%JWRRMV4 z9AX&^dwg%K*WG9s-koesN(Bcn%u>{5DLxOx+V=A^jm7B0aK&cCyBJeHQ^!0l4D28@ zA=ThpZD5G|)^=wCBDo`X-c)djgt;3mbC7{NiJdhh^w9MEt4o=gr^C`M>%3I4PzS``vWEap;3G zlKYpo9NS~1Vefvo{+LMx({yfn`9KZjn)18obt&3|`P=sxt*IA=?(I|Y?Kh=iA9Afj z!q83p7D88csZVpp(4EJto;Eq-cYAb#fBzLHiK6a4Yc z#bZ#%S@ksL82d zo_*8yl%Qka<}J;W0O5(1DvrQxUYK}3sH4pzFle*@Ug;4CSz|w_ZVEaSU-i(ffZL|; z9s5_n-?nYIo||-(p}+Z6z`tvr$UKtJ7tYv2a8ImsYo3_ATd&pRua526_pbuwP>dYx zhqz*_Ghb`Yg|^BVrmFKY7o9MRD;A_oAh~&(I5m?|8{eDHDL6|N?|%Q!K*t34E$lhf z*a^I3p4DBR?Z8FylIezTeqVC8cS;-7>+SC+A zR~#PQ;T89V<2_#`i==qDW2<_yD*J@a1VfE6>fy6q4Mtbm{kzov zz#i6+vZ{T}db+kYe5Sm%A{@T%GML-s2G^x7d=V7Ey5Llh-hssB6p`wb@7 zeczBV`76=y=|)T0w#Ixt#SY^Cf!n2#yrGUEynkq^z}pfH;E$;nLuW&+|C!&bvfm5z zKLm9zLEIybZNq;iTiJji1PEgL!Lm^MkD|D9{EHrRP0MlUvC1F*Tk=WzMlxT=f70QK-;ALZJ1xWY&48;M|2y`2GYw75C~cI=1#}rLXb><%oxz4lin1 z>~fs?lljWZnkD>twzvyjT-}kd$cmTS4e4ph5yz#vyLw2ot?SoHSY-*yv4?(H-C>0) zYg$(RGStLK=37mW*H_1KT!CnE#QX+^coAd_R`c*?*ITQSvH`nR{E_Fekqt@D;Y}r= z9Qe{n=41gptVu3%ucqUp$2p(f@Je@+oWJO*aP78Vj{Pud+a#wFjjDPT@RK%J`~8af z0W=D8Oso`e1a86iX%T%Fkly`MuLL>y-u&h$Q{rf@fzj9{&+dmrR8^`l5_6p9(X6ZGOLFDcH_JZm#B>u&; zt-9_!bVkMGsME>6;Gp#%Ej^}I$1=uP{14+rU^ZYH8~k??_;1qwp08^+tian{=o@B# z`5$UnyP}K#Q_UTF3&JYZ$gYlfF58`As%ZYJio*dtR}5pyb5nyE&~)9h{i`dUDvAC` zn5pYUCR%5SX6@?-V`$fnpyuz-=;j+8W>Vf zL@tOFB_pYgMcRM22DHC{j<*$}KK`>%|H*CDTsniF(|WImvUEitW1WLgN{csd7q7kb z5_F2=|KwAT@?8)a68Yw@-Mj9r^f!m;{?cu}R)qrc9~ysscXabf(u|FGG$VOC)VLfN zR{xR^yIBCteXSJ{HUBps0F+oenfIp)2hMBS6J(rZFogW8>{|YkuHS6Y!xU-|I`!8O zvz~#F4cI8vSSG9>15JrGDMmvU+4dX0jh_vB%kRN%2v8hpg;$I0k|5jg8gUyTpAFNG zfdU+|7X;e@;nj&oOcD~ZL3k3C=yFL)LuuJ|y2gC;t2~4OGKagX(9E}%_BM_d6MILP z3-N?j_RBbV0a(z=P!;Yd>&7$D+3UH{#g!xREJPIE>K^Vl6|t0gk2LIUjaCle*P~Y# zo-Za}Y(P87X%lv^Mo?#U;tT5NBbPFXWSffjNl%iFL=Y##|ohEE&m53d)p)AZ|wA@3z)Uzq|@=s62O6eww%) z{R6uWT?&lDk%*n;yV$FpOVA&CN2_Ulv62=wXxX zQfgOgRPf!Zi2#IVY~{pS!}@Ec|CbWGf5Opk6 z&HQXaAnH#P2y)21siyATFj};w z(Ed>pv}kLq*K+=~Fs=Wv;@|dk?ZlMuagZ9qj*_JTjp)Rp(qb&W zH-577Uvg@=CZ|vKu=%{|f0R86kE-WJ$xooTL|CwH? zYw^fy0B$#`EU!vOS@AJZB~mxgfOdI>hv*i*SV<#a{rK?qAXsR7^X-9Y{mlp~`Sz<- zOJ}-@wd*5;F>J9tu1KUn;Y37d+Ag;gyCgRZY}KJ~)uf0#-L>z}o>K4^S$~tJ{ZA6? zan;yZe4FC#Lrn4I6K5=Xl2%+_+D5!1>~Esbb7u_to8?$CL?#5DBC7}j`WqXB=sY-H zCaKKBpW=Av4A~DaB}?T!4=4ll7PK|K+6Nl~a+krL!964Q&1b57N{UR)N(h=umf$1B zZuoJsiL;So=_eN*EE;VE;od&j^OdKo1?OP%;U=@KiE49HnDiP`PtrD0rN&R|V;*3- z;BDdQt5*-O&6Qb?92kcL1H9fhaLmCwuu}FH>#v;-wep)ATI*^o&cvCxPLo$mynjFz zSI09Kl)Apl1fB8pCr(W}F}cYj6%rU2qI%y4Q#iz^>AdaX&lViFzzUR=VvUE`_V@eq zUe6a>hB!xrY<(c6gscy7bHpom$hqZ0T>Nk$ij&UT#Y>UjTBV`eg-i60sTlq=!4LN z5OyL29AjL~eNz?KZ;nlcS`oY^p=(|mK=H9(B=hRlY&x*sX)()fOW*$M zi+7Hv0d$UU;xEE90hckqp1DHKBiRvy8VE7|DGrb>q6Qsil<;*?m`89@)CQoV#5)Yo z1I3TCZwL|SY;usiCQ!I?(<*ZoJWL{fXw_j%F@IdaGv&>>4U|nNwF<6U4 zo%?1|w)k0X9+<0)Dl#9&s$k|mttQaVwXl`MO*j_I78|ARZkl~y0D*^o?KRq%gkKEA$SR&&+GX>k080*j zyX`%&!Zhps^DDHHN!t?Vo$_X>7MN8b+`Ns6kLfew6Hl{%mlp*a3O~pK7r4$nW0ee~ zsnU9i-~}zKggi$^F>o{|!fbMFjP&lLs+A*@2oBXnoqVbL4!;115*j-O^ zr-}wE`J~jIHtyMkuVuHo-T_M>f9T`OBERB`SLT=<99ltgm}g`XSs&(4Z?eX{V5^dH z162FY;-5CfRu;PlVQr}N|Cr5G1;AN*?>$>C+^GaoHA^R`7Hug4V^DbQDJR~Ajq;h6 zEp&!7sfzF)!cZM3X#^eYl37h%180uNgm`8iJ~5&}9T(9aWB6!+Fi-B6337ic!E6Gz z+{dPYNTLT)EmHf6llIRq1LgRzIAPW_Q9wbiW&_8Ich^6QWAIONR=cvLJ z^mib)B!3@EE! zUD<5#vsHnCzufn{S~&}h@m3+bH5JvQi?~i}x}KWT=h=qv?7_LUYJ- zavz0U4( z4bb275zH?ANNl3LNaW|80RrCmb%2@8yXr3}+o4){F96JY5J)Z|G=Xx4ZB$!!^hHP| zyjU4YjT0^Wc1dgTF@C~_K92tDVU}{hDjx^9Ll2-ry%WS}__M`-+MBS-l_gttSnfjU z7?C}^I0O25u!&7UB8B4>6PvzY3HDGrilC^U{g4Ef^WY+MBKQ18kC0dJGMkK^if z(WXcdUolOD1is4d;JhsGA2u33%Wo(Xqvq(9qLi=1cfdvB7zgvl9kjSHol~*Km!9)# zOC--xw0*G_Jc(gAkvrgix~g>LRXC^@lY^>{t(Sk~fb|x&nE_qged(a6*;hM~+QAJ= zXBS)n2v;7k#@BafY*JI6ppqCL{P}8GjT86(89ZQ*BrTs|OZi_bs2; zfRM%DG&2Ko(EKHf&5cU|XZeuqpbX@bhG)h)$-pgEDtW1x)MGE!I5)V%BOAO7bkSVK zAzAH_+=G7IjBLxcR0&X(v^%X2wV*mbzdE3UAV7Y9Hp7>xCB*S$$M4!TrSrzeZYk`R z27tj#Wac%Iwy18h6nkg1ug8h3S=)Gy#EwuO{^hL-zpVsRkR#2+3`p!+nr47mTU{!R zy7!$>YXbQWPXKXl$FX(rnlwD=B6q1__-zW|Sur-ijW^$RhgY3gQIi*}>fag2D9+CpdiVrMn@G+bX*xrG z*})h+qx-ws_6Vvb2oI>$KNt0Z5>Xp|APt^qQ0O_bUgAiX6x|dLCU8v#wx=A;+?jr- zT482tXP%_mZZ-xFv;`siR*#z+%%{DdRybFIkdf+L9U{)$W<{+6?%)^ITDEAy&igi} z&`NE(XX5rddPw$X@Qvu=DLUJvYBr~92ynQ(sUyFWW-`Cgcc2cVo^37D&3Ob)vp)`; z(FQuZ@=aYzhPx}HH#A&GzkQ%iYvOP=CT$d(IP}ZYvZLM(=jdKqrgRjXdbFG=GJa@3 zn$_o0IaK?4It%80cbBXBu7}ydTtL&avpb4eqnCv%g2!G@GwbbIFFI28Ixr|Y>1aP{ z0ZG&shgK-<9`8U|c4z9BOFEvDyb)SrlJw=bBE3*$!hW zzHIiD=GecTvMwL_p$CyM78*>!`SC5A6%Bx5^vOAf<4X4t*)aV z-M%(0pl_u4vu+AeiJY(X*1}*WJTYe>Ggo17WZ`WwjZN{PUBI07h=-VgFoS(Zr=p5j z!ckx%CtrIGgz2%Jym-CqTx{S2D-QQ5!Q%(h$vHz3lWDNd=}cG9X2NPy$XEOk$fAey zlm>D>al;2ux7o|#4*F6uCJg2rGNgBIbkay%YzpmSb*%*(m3&Ke_QTXsdq2giZX$ml z7<4KHKE=`*Y3Luf&ynw`-$!@-tByDFY31JTs%97eAkZvSqUqqS`%CA}8Hm-0p~}ki ziEx6i$d1pl67rBGW9f9qEc?+YLc=noJ7Nl!_B|66;4lsG=z$nVbX31+8vq6cPah1$ zJ6}bTB0QO(^0|IyKHEY6P%co_U0K`3Sp}X(k%yf|O;g0pw2C$Ct`5!o>Yh%D{iWwD zI<~*0SevR06V5N9j*zB%`J+L)70yPil5W^>0SpnV?9K)Srx!f!qbbN8|Cg!k;t7U0 zcdi46a9Ay^liC(i%FPtG>fcAk!a5eM z)K2I#)`e*f$%VrXi~P@DL=q#@0|+T5}ehtaHKy&xNW#{Dgz2dcS-RgE=kr zJ$KeFI*ld_l>Xo{)aVX7O-m9s`WBd(dOSP-oL-%b)8f}suD6!e4{A&k-g*Y9Ju>yc zH*>aKSAncE99WHKh1UAaCF3Mlz`k6t8qj7O!<(g@n8aJzSf6wkh@9^MDW3PLzov2I zD3gDZDL55F1mjgWZJp3iv9x6#E+~@)W;P zD89(;4}?W+ToF2m-lIw(+^C3`$N)y(ONi9D;QOYKVL z3x-zS35X7z)%^K~yCK>L=Kv0^TbF2z{oc6 zGaDPK9kYOrR{zae<;+o<3fg6&^c`5oRE~fQksO+Q?J?2kGqAmY?)H0dn)X*44+l8- zd>AzkQ^%S4q8T+Z(Z{L+&Dq*b+CYa&?_XQKU?tdQjXU~!MwF`B&)hd58+1Fa{3B9* z+ZMd&_Z0V3-yadKJnTgNniJH@Cb+)YSH}T5Bi0$Tl#n5Hx}Ujilp~S$3o9;wr)(fd zRB*({(E^+GsbtcJr3;N*lswp|oC2)4$z?(4{`s!?{S}lVC{q^v{6_5~1TXvPrOfvH zUinj!IGS_aryI1es2{S!>zP_SVp2(|v&K9GziwKF_A!7Hz&@D4Y;rAw`KO;V8j2>y zoxZoVZVsP6R694p3m~6-dvq2E?9|sE|G^3C|IPsBmgB${W+mnHyn15!v0v_an4&X^zsPr-)8ft~ts%-Swpf!mXiR;_@N z_M9W#_}L2uxKd!UHX>-G&zB$5hibY)4bIK?Qsi#^Wz)0F^I?eg@-!7^Jk7C04rlwG ztSX#8XQDvvToM%DDN)T77&!=n57?AjSGTDGBO-a#6c#oO%ScVYB}N@v|f5hjJsvOamHLl<0Z&S_((ttk)B)gk<$UBWBP$PeID ztqnp9%~lRWl02N5)SQpug#)?>A42$iqH5J3tIa!eHIuOsC7|4H*AHZdQYL-xp`HUeH)E?XX^cF|m{-c=fscz#%8M`GhFyNCF@}7Y zw}f5RH%Cx>rlw$*X^yzOTw0H1N}SftkGltV>Aa-A^2)E~*rX=&<667$PI!w3zTjz5 zgI}}ykYPD*t*@Wil%=!!h#@n-Yi`}gRKwRtfFmuW`m=*@5BlmO-Kn6{8e(_wzJ;x) zH3&%nbINfB_hohO?X>Pkz_$6C+SP~8yb>8Y3c2Ki@>gG+p$`gcj~v_tANtqJAroI4 zmnFawhL8N~>;i7)kgy)_OD%DJKKTN4Kb1)E4P5zlj)EV+dR8`EO_N`>B}kN{od-&X zc7gj^bAjM)GHa7;7Moccs-ifYS;>hDQ94c-HN4*S-kEuB2M8Hk=uR?FznL|?Om3Ym zlu>ZNzcS4MxXhtRax{LKdX7-)-x?@Sm>zTi^u>4scD|pobwgfv?5mOVV zBORBIuHxNvZS>frq|=UsJdc=jazahv&V)#8!MoAbKdTf+pF|Fw z70jQxNLns$vcbS}c>yJ_c|ayI7LodIa*4nlos!L;@u@Ww#PjO%u`D)wa_YyZ zk-j~7P^&wgbO+6M?TED2iIKKfJ>U|Q*52mVQSpw4&s;%BYw$i*`bWuaj9K+j^p2QE zl}XmsRfL|)AD|^F)?PiC2PQ#xO7@G$Qsm(4W%*RTro?Sst20k&tO{DS4(axZ;+-Qp zN;--I6nbldQJqS-E98X?uWKJ`B>T>$a(#c7lGOG@_`Frp{WH=BmKXEDohi;~POhO6 zJA?_aBpRfeX%dtu;Vm4JL1a~~K1!agYO*h!-Nmz4!~L<>=|O+G*{keICgiKmHN}^5 zmyENTr#vR*2fO-6ABw#8!`Qn~O7Xy(??9HKyM#KZiV6~D8}Go#R7_DC;Rqb17S7gX za(9yb$V!pND+L(^xZTfJFM3#FcDo*8-}$<>$)t8XzuIk=`OHvoR$gb=^?h@M(lQBK zuWDPggmQ=G>8ac{--0J=oIkeUqWG>m@{+?;@q7URRst9l1+<0P)J$}U4mc8Ovjfgt z#isafIjb%fe3`%6BpD9q1XiaT6|Q02JwSNgej8h0+~ObgY2qvqSRy_}@U_ryQ}mZj z(P;t((h;_`Bz}LZ-h%8c^+V&wbV}NX=$=l8 z#LEU+J_&4|PJ4E+>8y(f>z=S84H*;ysLV1D2i|!yosxUya1#!7mz1%WgJ!|OYYb?t zEW!JoG%b#3hMj*bk$l(ys71M;%JK`IdXUDwo5{!~=+Rm@PvjId-o#=BpX7)*kgho2 z*vMd%zn7RkNn}|04JD8#Gj{Kc$T!t@vy2S-v&R%lKhm~a_J^$vpzUV(p%*46p!TQ|4}GP8{hEOAj zdIF1y8Sw3JX*!2RO>5(Z$^Ap6GZ!`Y4r;@f5;5H5;JKRTjIKp1PNXJyXJLj>eEtI{ z+>87D&o0>9*aT$Tim)T3hHXia^;eO!+}M9@$3-6*iko;L*h4eo?r zxMEhY0=kSYqdgFuWT2C?bwA0r>@bh>1Jy+)L`O<-y41@q)R5+_ZuFr+yiZqK2@G{o zAelSS9V(GsDWeVH-~yKx-fWrIsYwWfri}22UzB|inY_7ZPBp!#HQUP}MWeSiQlU#B zg>Pt5)&|fGfOe~gJUd{netPI_J)nK4IFWC~8nap}DADg{pA#L?l-_DM=0VN_)FnIz zUq=4O?J8*OxP6oU(Vx?7=&fG|Vw>EX=)H~a+)yFt?SFPG>x^Y3K)Qhg8h_8cpf3>& zQn6Cm8ND)8wI$YZbQ2Ry*tw-)h*k(sjKz>nyMS?TKu&dS2rbNZv$Yf}@ha1i2GkGq z#3}=D$5)a>u>&aiDL`+hV0nBDiZ#B(Rg`g)sn{|%HQ1@jUU)ovkm9iT1zHXDu3Mg; z5>=EWqDE)r+@UzgTJNb*bjaLqJLGFl&7n2QtDISmPRvDK;>x@wvb)0a;Rqp6Ij#|Y z6mCUw8+>f@T&;c^Wo8|X`vJkvwEFbJciXLn9&Z)Hp(GvsyU@><~)h~_&3m>6) zP)FFxMzmsHgCoWwk5a&(3u!rq4Au-mt3c+b>-3i2Rog>$3(nAG^o0p3OO9=e0T!Ev zbMA8)l1Ut2SBDmITMo6-oTN~O2%}Fv*q0CbsTj)*LV8xk2n~rQ!&99D*tWMHzD&BB z5YWB=-Vu%)U6sd4Q<7B3KKgbNFmJA?;FEN8>I*4|(xNN=jIs&&`%eg>BRn_aI4+lZ z_RzM_MQ~cz@Y#aU!mrXWjEk_N8RN3Gdyk1!$b!3DLNe~gpkWv!S`To;-N_k#0j)&u zK(JY3F92DOM+IM=CQ$*=88L0OMbr@boQG#VIt0t9HqBR#_9OINxv>=tuIpeMv9f2T z!sf$~lf8eMaetAp;O=?I(F~&Ts+X(H;q=)0(ye?EU8xA8FD+P$(o#|wQs__2#>Pe_ zRzT=Dd*&}jj6oIvwF-7*3{;NYzM%XDy-H@lI>yhnwI{Skn;&%YU6>sJ4bzTLR7gf> ze#lJ~i<~EJJm@omPQOoD=}My~`gqDx@xHg1n_TsKdJI!jQ%^51Ug9%bTicb#3$k@V zuTeY;bPKO3CmeX^a_Zh6vuzuhkk!mOffD^2$x_or2Q$P;Ln51Y>*IKcgZK8 z&M9a&aQERe;fvC3RkuZrfX#neH1DkvJ%n~ zVh#Xbw0eQ#b>LW)*rb?fl+{xxBjekPHy}!D zyX||scVYd-5u-UY>sn* zbw=S!;7it+&V~QzF^_n)@J=&{D**0of2t6E@E~LzjLTt;?ZU1FRey1PJajnX3AqG0 zjkz7aCLlqb%E!~QpUtM_qX3pWpN0uQ)*a`7y~LFRd|HVuK{HwMZO$=X;*?m+z->eN zezl7R53`gm*#72>nqo~uq$(f>|14Xz&U?rgCB_;5t~R1zi!>y-K<-lg%yhu%-E=XA zF!$hTZz>&NJYQ1v@wZv@N!vCi~`DCviU>KEMpDL`{-3x?iYd)Bi-2%epkb_^z`;_SLg>gcAq zQp^ohvP|Ci3zv-!{J@|3`cl8IysCA)W83c;>dYA+1${*WYim!K!d*e zM{Fq@CK^%*hTjZvE!;HclX2}By-2x#dM_S^C=d+NtJzFZ9QJNAL2&Hx&^AbI-))K) z08M@NlGk=dP@lx$&*5BTIwFMkWm~G?;oy@6;m{>Dq`vI+g$lI8k(sK{>Xfi~t_Bzh zgdjR1)VYl9Mcjz1f+7#u22fgT7tt{=%LE4(Qi~K0#7Pp6vEr-_$@x<>G4 z4*+K3M@i6^1hqPi;=ee|8UipFD= z9*8}9XSe=NNBoDMO`h_p6cqf4bsv@cYuX}H?TtMho0)p`9@tV`9>nz4Gk`Khq|3hf z(B|>&%!7p}guzexjLEy3D{1$|$(C42a!+?;VpLz5Cp#kIxh~xqXB{QYZ_sC)ln-}b zpp{I7NdS#ko!N@ApNijje0#CGjQMS7sM!Io7sEenZR4HGY9((O$)^-;MIl@1=G-ESjsDB7&L_tRBzC$z0@zbRJYS1wUqV~Wb!wFUSDUof})oCQ%2^DJqE{lm_(;Dx` zgfLUR%}825l(eu$zM9Y`w91qSIX{<)K9^&C8bGg8nkTU=Vj<=B6Qc{g|2-V=H4WzA zlOLL8KidxxnsRCg2J{qs_v92D`Km6=UZ1cDo&rDMTNz22xkaBays{x40iXT;3!T<{ zeYtBKmXNjJtiK{9EII4?sK)tD9^MWcu^jm+hYqJ#oPx|DK^}3ZP2z+G+>&vvXQOuH zd`Cok+U4C=pMy9lj9XFnWK;3%4MlwtdK30M%y6StkG%=K?xP%NS7>(gzKNWqRe^VE z#-E$ISxFf(+)f2s@|T~hn^B4k~u1-jZ%*qg2k&PkSlTS7fTpdpP$ib#YgRaTIV$bnlZYJroSN|B_PY9V>(CEb8%JguMM1C_`<7d{agI~ef-4@=HT5{Obrdv((@?DR2n>>J%|61anl;V z4u+LzVw0`SbDiha2lecP%Ju$ka>C%B%nRwvH-Z?tcY4El#s8iKAh)|;G2Tq7=_^%4 zvR*STNpnO^sKyxj@)J>h-2K3i`SiuagXwX4IJOBOULP=N~jemsU*Cmmw#h-XFv+pIOkmiQdJ< zygN}P*Q+%Pz_sSY<;!(=v;GUVMo#rTpu8w?j+`qNW?8edSV3vVA zrZl?;FVp?DLiyMM>2eqT#f?=ePK4DcnC|g~{K9yF_I?dj`YU+;N2y{bqxjAc^W`ye z$0YpF?q6H4($ebXQ6WYuWB51gTjQt0K3o#KwD_W7^JF&ssVb$?tEWfLDV5$}U)p!B zK@{+lTt|z2Y_iOl9`o;UPcQ%IQHCDd)ztaniAvQnZ)-1LavL#HPF_6Pc>qp)FF^A8CNAId$*$13+|W@2AYO*0Zlro+Z{K7wn^ zr5-0c7n$wQ*?nE|wOFO9*s@QIv$7GQOR}=>f$7%!(vJ;#h8X(gfkcdrRqD6m{W{x1 z=ifX%;wv?n0hnWt=-6WmuTP4>Fp+~>!5@P5y(I3386VP)<)>rPG06_k$luF&06Jl1kDly6y`;}`Cz7hR=;}AL6)5Op4$ssZ4 zL+OK_QSLb!U%{Bg^&v&uoUz8Y4MU1nq!1AP$1-F3FEEvP+K9^6KAlChtN^t&@+5eSuAL z)JN{&2V2S%HK8^1eOd4PqVGE&=0g3_PM3=*;7_t?KUEXE8Ia+`!rTLJk{o$DB87T# zD%?7Z^!oTa0y@AHoH1w{Xpo2@&0XR&qQbr)JbTu(lpHx1P&-1LDI_c`T+26zh7G%A z{GuPTU_bC;BR_gwc;4ojKWx8Pc}BV5{%%q#!Q&ikhLlasWgQr=tTsUBUoMhhGeg(>xuokT1M5ASMuAfAuaI=!Or%>sh z{rUX#mO`yuGT@iG^h1%e>rxW4f3<5mT<_zaeN$>m*85C*22O!qEwSxF>mewV)0 zSkP}(gUDY|XUw@}U4g>se`J#eN?SL0cu_D^*T1h_T9*=-Me=}iQY|pEDaf{`8B#zo z#^$0{^YLaV8f<6e-{vKRL~>PB)3Em`Mo(Dio5HhYB`=N^r=GrH_e1ALqJCA2#pQT$$r&D5suZGDHHfoW24w%=Wul}ryBS--vH zn>TM(ipA-fB+3T#-YI^y+y7{bKHg}S=cQJ_9DYEyhxxBEn#Fo>W z1_UuCP2BXpN2!#rbCAb*ArzK_EsuMU`~0S>V_UZ8_X+VwFD>;Rw=eQ7P=9#sVU8Z1 zey`0fQYN`plm}eafUoSRW#fC2{*yb+%ju3Uy(T`22tdm#@baH4zR7(KYQRGOA2vFt zv>_ZeUhmMWT#nmp^{!D~fCHsvs1!Ct_PycPma23rlXVLNozhU&;|f`aano{=@>f~~ zA|lo0^(Lf*^{Fl8B8K!hpAOKf7M1st@x6E_yKH}Y&GSNOeN!*J?0{cA+fl-U3!{&; zXPa|#zjx?Rw%t&CN>gzQN1<~5e9I?_QC4bWw#BDj%o|hxgHN|~?o()M+GPWl&5zNP z!E*U@`knh0qzf94!-9C6&3ENpBlCM$2CjuQe&sUM;XTN5A7o*GD4yNnNZLCXi@&}$QI8a(JMJhj{f6MW@jj$1W!bTiz;zFNWrN0dh z;%4`>P>dHaqe$wCx!(Rn8^bzD?U_g}h0S*1g%m6j5gZfQ`IE`encmTm+V5D*aXA*ESXLP=q1 z2}MClmX_}BZuniE_kDl&!#~_RJ8@>_)O^nw_ET~R=H#g}Syzz?^)eZNb5v1&ZnV2= zKc)7B&Uu1_KawkRb^nJDN6H2x1A_%>BMW1EM*?J5rPWg}I3npp=7jT}aCvbuwXB48 z7Xffcs=m4!f2fYoUp;!pQowmjHX&f6VmZ9)Cs`p{%dW)DaJ8 zLu9irtmMF2TN*V=3iErdGLk31ppgW6^2~nym-Kp$=|L@zHs!udEnn zRo0~>*DX4i{AZ(}WuwqI76anD@vL&$ci2^xEd!5UkY_Th^zW#@ZdTRzWZKOjVtuoV z0d`$=hvZ5o4U7Bl2QzlnslK>7iMUK5xS5|<^m6~E+u!>#$`VAVP2I@3YoCT=oE$T@%3=ijRDz_*NNP^uvBwz>ys&;m5uV2AojQg3gpZ)rjHq9 zne;0CCL*vNU+bUm?l?7W)$BFyG{j>^BWCpTy6_%I@H0R|b6B4{KMN;*i9x}n3 zOT&sS^ok5)^OcUyV-HFF!q-f9&619D%ZVz}8Qixu4NpiaB+RYAO4Rs+3lg&Y(RnSP z`P#wke>feNnPSkxLAER+jp93mq?!J9#x*-|@1^Mm|8(PMW7~5xo;@7LOnB=d8yk(Ek1@sG{&{H znN74cwhH_CT|+J;WXVNfWVeX6V>E2}y(-BPE7G)E#?8##Jz}>R_vs z)KR2TNQ{2_rC;kn{qb*Ly2mra0Nt^Pj4#87JDvBllr*CRXLKH_wOUNtiJFo+!}ubD zoG<g|tp{FaJ4E{6Qr#_1-k$wkFf`-> zv}-u4Y=trl0AMIEM1lP@vk>os_N+a;1Jg#<_QA**&=8D74a#5g;=Q6UCr8c2mAW3WY{p2+h_J!_=Ha+$ce|)Aug}>gYGFaG0Mj5gqB_?|N1{POnIt*@lRS z2oz+YlGE7HF?R-B6=!w-d|R?=3R+x_tU_9XW{8||YPzb`01~~Vy_LX6JYCo8dYt+^ zL(Flebqy3Dg&V_9ssyaKgu+vT3rqZ7i6)?wvOaXbAMoY-EcK0*C$|4?4BkxM9Uh#e>Vx^IGT-Bx@K;j{3GP~N z1lW(*WkxqMmYz8qA4rpw=o0;9eX8bwudw@|B7mtQW8j>8Ry(A_q@J?M-vp4d}@w>|>&lQwwJ)SUYOn~I0yuZ-&aYdHM+m7mYglDJp1IGCJEuq&r4 zpHOgi)~%pgzSUtXB_Vp>)B~PmcET^nhnX#ieDidQSwmkVb-oOq_w<-7JT|z7O&>c; zlu7|(J<7A<1_kO% z?zn|&WMIE-?op-quE4o8z_~8Y3G1loDEV+ENjH%?vw)puOtf^{!edve3L4UinzV$5 zHeOIm{&iLS4Ye=HmUM>kSHBQ~Jq249E)X8l8Zq`1s)0xFHu8z6sMFh;s3TG8WFB|^ zS0YvI$3*uX3TwFV3ekb<%ps0gb!mWSY#@QD{$nM)OZsKb(8ocQk<`HH{rcx>l}GQE zLKKQ#W~3Rbc`%OusZpos?198S&x0^Tt2zvs>RQ>)Qd&7Pmdx~&R86pCeL(1zCu@M7S@G{6=RUgCWDoI`K-E^-fK2)IgSq@1Wz_7Y5Aio>PN+;ER z1DoJM+yZNELt75!i_b73O5;r86vjNp-I~@~3@jo(?mMpB<4>-s>qr3cmhrE6>j8`; zv*kSI&fbs*{Kg6e+q*NuUXg_(#bI`bc*pqLxXti3@1CCZrF*l?v)mXfITU8w6|AxW z(j6)FSwg(m`7JZlzV$K9OZ)(Rmu4-WbsSc3Q~vRJ3k=sLL$ClQ zT1(Pkcu#U$HxgSJtED02N_h}m?LVFpyE`@OR_%&K&3jXD-_L0;d}z9Gv$A~D-rHkC z&bM1@e;0609t0Xz^N3e}h@(QROTG~uJ0V;g8LmII85vURz8&L5MTVmWyJme? zv*j>#Y#I`^HTC&Dz+Ch`oDy3J0%v|9OcwwL9^sdK>Xg;51%^yh&>`0|erZcDd(8fX zM7LwT?KmqVKocm2pJlNQFEb1iV!X(8QUBZzKqJPUB;VK4`T5I@>4raUVFt8Qt#sp$ zc3LTSMgE1xKY)O01c8aW_=tZgad0DHC3;2}(Vd3RL{)-wNt%q7h>si9z2%qPZGI(H z>0y~Wn8?$5B0tA6-h`wT!rGYjGoq4fFea~Y;J7suIw+MRy@GurcN_Kv7@pad4!iB3~< zdjN-1n;2!*;m6&K#QimjGdO|Lt}3&&PqH56-H9{$Cm!h-;uYdm>4UEzME_SLZov!5 zJ&qET>5r;oMLX4zY+(xkCsa9I7HEQ?*82qQ2c=B8JUQqlgzB18R=*CbdpK(NlGoMHdo5s3qTUsAx+^qh-p$t zqm%gfa_}%EB0bGGXgSYaEg*LWwFd{Q@BC-7?10HK|HU_pZ}kfjeND_q$T!}O_(S9r zzD^oMZWh+9`O$dvSh@mOmr}TiAuk*za)Ur6Z$sO1h^px095>EeVr0G4R zaDBiaS%;tQulpev+d|A$4Fjf(5+*8SFWNZ6^vtO8So zP}Q~#p{pPdS*0xLY!Gt&X|rXaI3cPt<|Sxa!MI0Y&c^&Z-(i|_ys!~$$sqGBhUO!A zCS?iv<=t2YX;xo>J{^GJdEEmRhvCsETN4>3nEIq=J?n5f=M#NbY9)6jAXa8o6?$1TO6Pv5KbX%CL)*TG=$j; z$mnNP`6YDdswu=#>1$*BZP|e~#nwn9kRh#=@Vv%w?6IgSeNvSkww7vqB%)|}F%?pG z$+t_wl4U*BT?S8>%0ZzHX+dhJogcn{N7sDyZI99HL(j@{`q`h0HFOf7QyQrC0os zAv|=nEpnC;S1M@JsXZhrR0i5zu)i_KuNQP7A#?9P#d0UM_~h=BrsmyYOvNokU5yMT zcnPLnUis~x-`p|!ShmBQr2mco+~OPgCHpAL?VP;==FCT!_SD6_lT<%t?;AWaK&P@K z?L`e?#VhwK{@Gv95)WMHU+1E>20l4Uj?`yOdR7wh6Jy3(V~?sRU-M(80`4I$mUFEZ zGZ$|jftz`sLu@sIR8aWc2Bh>SgL=9D*p58{>kMeAr*zlc;T*N+?zWpaZTJ-HIU(H? zJN_}v&wSa|IVW6$<7X#yV8bI3_!DndXQAaD9UMiNz@`R8`fOC)Eo)*iThiljcwX%1 zv{3{!T%Tb~9G2JDeiv?_>a)k`N&q$9GyW6!7!Zt@2Gg%M8zD`J8)!Y%u(ayfEo5WJ zmj3bwFa8x!2gj(O;@C6TRIf#AEadq?ROZF2thNRSp06dwvO%H?#2m>LvH2$sbiecR zhKZrm4u){C2HWat6aDG>EC_?8(AeJvI73?6(gM3d-giKl_3#;51IjMo$6u2%0K&OR ztKp`OBv#Cq6SlCa4xS?N5dlCp^^CvRS$qXBX6sY=NkDCxe`D3O=SS>?He2l zg~7~!k{i54nK8Q*$Ag;MX-DcVAHtv2muff%->oZItZ^&Cyfg(o&ts*(&Q~S3M^yvA zF0aMPDmA9m@2J6rH#_vx^5ig9SG{MG{2{W8EshFOKy$sG)$TM+A!q4za>GPM6denvK~k&_ zKdKUVtvkEVkit0n^C~iz*-oS?4u-$G!jRHf8+GAB)Lz>xH9}BIJPFDqpGO^7-YrNVdmb+ z`Q~D))*}xx&T980-Pq11lFS%;^yO1RA{Z`UnQhO*Vk#VznoRK&wz zrEbpgEHd5*INT_>Pv*q-_lE~!a=S~Zmdn`z+c*S~%xpD7j;#%lu)ph$)IuOTmzUjt z$V2R~ZrH}w&4i1Vyde6Ynkaq3ncQ3}GrO?|khvurPpv_Qzz{oq$wZ%YxR1WUD;uc4 zOde_X5fNeD=#Izi2E+MdstP93l$5dnA^*Nq5)cL_ce6TG8UNTsjBz2KlYxX*>{Y?pnMt=&3IXW7(LRPT2@ucXGHi4tFvQY zm#JX-4lrfe$lFGz{Z_JqYA4+_{}vmTbFqs0Y@3Nsy0%G>x2@@enYE7aXho`|#Q@L1 zCT+x=X3m>^^&Li+Z;y#Xb32K8)5T({M@)E0+jff~(Q&UMgG^TT_!+*Yq`wPoA8}{I zX~B=MbG~48m2nN|tTY9+poG?4xfu9&PkMyILNfGWCzAY|gC`+2`V|64I6PvzPMwv! zcxe5Xe(NeG-kIWpyN;s%5BRH2EN3MS)01j0Os%SW5SF>4?2NN!cY2j7Tss$TB9}RQ zA9_qYYpn({N)$r;xcR#efHXs-R`K{Ff26l>kk5+{Ij)1YV=>755E(r`BBVWbqnU7* z7YrdHFcHLQPbt}WeRx@QaHvJ#tay}LrLa|u{rbyc)ywozy^Kb-hePj1qn_0zZRgE` z9=3sK*A-UJifY}HKa~6n8O(XqdGHP0U#vIHr9N}N_i!tpfz=V%7xZ&mPf2ct zT69bS-cj0PYp@EtrT<#~Zb=nSpjUL3TRXk<#b%WP;8a&kV_qW1-By!ocsZ@ODh7Q3 zSZiKxG-wFJ)o=EA{8S5n2W=`kvDe`8mTP}Hm455iMba1wrSEwQ>qEMZ*&E2_4bC5>i*K~32iGg8&UJ4AV{e&Rtyw=zORx;|{y9G>d7)yGn3N0I1qO$d z?vKuh3=_ePBG{>yQr(DQE0IbmWGzwe!?EL+QKj-lYOv=wdYO*MM6Vp(y-B`qG}~%u z>rSF9OJpVd2EQcP*t>c0_$wrB*{9Qn2zMoK^RL1A_!a?EMCgt^4iyTyrPAqtj!O%o zMbDnawJwXvc37x0cI53-jDms{b~gMWy8*HqcO@BWKviJfl;JOXqbkBOK)^`yPl zhax26PE-=Rld8zatygtdigNq~p-Ps{L_T(hW-t`neM|3ci3$8ey@%3}?n+uoa8bQ7L`>I1LGQ|Cz6I4jNN0-^! zplL#9W#i_xv?H{B?*1q^2UAC&ojGbog_d_Vxt@iAohETkAMExm9xo&`Z|R~izwnd1 z&V8&bXTukdSNb3ikWI?`!VCQm@;W-M8U#RJ5H)J=sHtqS1ODc?7tgQ5S!0?-ls0NnWL;Jm8d zwS3*?sn5kyA&dfbv!SQ`YOJMoSil`!cQPFiCK0ErDz~33{XPQEJG`W60_*Xa|7ftJ z0WeI$7#J7|wg69Rf2QP8UsX?*R4Q;JB$zGbvt8@P#ER_JGO`iDVl{%rOVCmC60-1- z5@Qcaz~w0s*Bz{E-<$pmhlq(9)%O)BC`p!gN5?^Yts8FpPIvst%z2UW#0>n+4^IKo zANJaL67uBXsMBgKfAg3Z`Z8k^z?TDUgYG9X8Pl``{Fdk-<1HGv8S4{@pz_R1=C^m% zxAWb$7W(u_l7`_W+&nU0B`avc-N}|z1)4P$P8MSqcWl6^ZoVRC!TRYd4$(OqOa=qE z(Re>W<=nx%)nD;<@n$<9#b>66V?0L`zi?hb-bCDYsq9Eb#94$5bY{1xC|sO5WPZ-9 z#_e)%PHp!}18DhrgeEIli(hHM|3%iA;18im_tV|E7_E;&4>m{3E&H?5glWo^^@j{v zJsHOLAgOaBWLH9h;ofD_sQtI}nkcAoE?(I3<%dXhsTh=2x2}F^@jwls-tW78+jYH) zQjC_|fhC^e{%fD&ACK=nda|aF^NH$tf841M#^&Qh55_jVOz4KesAp0*`N~2rHEC_JKy8R%D z?aTjU$E6orr(ws{(*ym2+5DL!*mU?TPGbI@DjDzzE3~0I(G)pC&mUKb-+_9sU2M(( z7o@lp?>Jm^8BF9Eg2DGsMgc{~lhyMPrsdi@YrJf+ZPA5+jXC{tDzPhnr84oXH|90j z&fDWKg^SkStS6l2&6r8+x5vF3dn`SWsvrncYEsP}yA?k4SUoT%`@m4F#yGwY`wUXt zG`XkV(D%(V?c$lk)>5rWKhdpOZJH>NoRUSX7R&I$Q_TeSY8>N0p$~q+EAo#CSr$Sr zfAM&#|IbuLYZ%1$lz?F*v6OR!l|say%1&}7&8#K-2c@AH8CrflI3yT7rzVK5I<$Xw zX%Y19wR^9Ub;`7$eyj+#qFu0mx1oeUPrRK&G(>s4BctnZ@6?vLkvraxF>5V|a4WaO zq|M`BtK@`t@&>;DX5jcHo$m(sOUJncDMn6v?=9;RUnu3crikXV4epI=&E*;k_&`FZ zdO$5Itj-XUW7nS*OA@iFG|eVynhNd#Uk zT49)<0%tv%BNq%`wEZ>RC*ENG+=WZ56c^cc#H^mBn7TmCPW%oTF1gQc-Waf!%Ut0$ zQ66AC8e!E?ZsO1mH9$5uU3t5it#oqdXmxA7NBgHmxsRx})aP)gWh&w919_!` z+7_=dgg0+GZ#r~zl-?F z8h*_A>`Jd`P_18maWrv7GIZV~Yl&PtTPc71P?O_?HPK_WhkpeaOcCixIl#<|E1++q*e>UUH1ZuxS5*kZ%Ki7I*I z`Sx)sa9P>sG?~|srQ>bS|=4K7$uR4{_c1U#^+L`pkQY8h6vGw*;k^1i(9?acUt6 zF8V^%INI=i!9)6<26BSCDJtCB*D;};hPhj~s~-Nq1u=qz(owkla$3&3v~S9WPxSOo ztuTm2lEC1gcpXn$OLQ~jw+CTYPw;)__m?b9&Qdjbto&akNS8g2Xg-ekCG$)5cL~!- z;pn1hO#0AUJ=yR&Pyf(EyQIBiqAp#S7vFft(@2>U#ff^GgbrswB1)cby-Av9^NjyA z)18+%?Sq=>VaAHjtEJf~dCqUV!th@(jz^Tf$L(dbJ$HRFp53F2v$BHS*|BsuSKi>j zu)5w|imam2&9-6aS&Oe^rd4YpJIT%6a)!8?t=W36XW5QfCe;fnbB~Lw;<#aJ4h2N@ zhiF&p5ezkR-I7#f3i8Nt5GBj!} zu3Zg)nU4g=clla0vt4GXX zl%N|bX6zNku&Qa)`hZt5Ozu#HXsHj~%CdU&m(lJ%Yq&7PLU-ixT?z``Cvz%3DF8$7 zgKAoqVtSOpD*TT``dOKi_#$u%WAa9W=}E_IMD$e8tq!w#7?9I#D|!)5Bfz3+gja6o z>(yK-LW=%5V#gdbKPG+X6pH)cvFj^XeKMBhy{Uf1G1B%d9}9TFD4a?+l!twfj zeAN&AuJhK5pBd|dbDiZmZH|?VolSEQ9TD)xM5v@6OKRRMR;RNvCKnW&CMNzkIf z?l4_~A8K%^%2c-|1+Sjl%D zsFQOOkFD81{Iq46=kyb`%3=Ooson;&GZ5LH2qREuUOjkjl3Gu@C6~8G?>WB~X}3Lb|ES7DGF=^>QE!}fk%t$1BuQHgg5jki#bqB^iFq{@tV@`^oo9~>wyX=63I!S zkoM30bHj3%unN;ZAP42u_Hh~O3oPoaI|B7PLD78;9gvR=JYVjen9yvgLiCQgJ*`qw z9)2VuII&PPCd(&8v;ED36Zy<79)~~rL&xvM+64wyokjjpzqg9i&oQJY)afKoc%xqK ztWls>Fb6vfh+?Z+Kot8G+ohU|OB@Y7UtlBNj$f$bEFUxn2XnE5|4I`xpXMY@UK@gc zN`%fkmCUWO6_~*;oA3|!S-5x`KKNU<^qoQ zms-NA#|75<=0wZ-eZ@(GT;iKOWb|DZ*uk!SLGgvCuu1o{v8_2BQhNVf8h!f| z@{SBh3%_)j;>)4y)eFmYzof^MT^fxAiZjP~ADWJ7yX=)LVs${F7CY`11#j4P!afP=T~(iRhR@vo)V$TN^T@0JfL|8vi>DyIS0& zRS3a-;sjxug?^H}<%X>JeefLyF;5VwclJM%K_uht%yC^(`Kr02`I9cg=+%pCjamJO4p2Z zD_~Q1fvx4m$(?bZX_7$uG6imQs{G8H7&dC+So9u(hDwcuf;O+u3Qyzr8U1;4);n1b zpWH;=6~Jgtg*;l+GdX7bCVMW>60U=}q1)yU)Pz@Aj07tbB6E^&ZB$K1@qD#MgH~vj-jDNmr|)(L$paB zkv{RKD=t3yL#fP%BT2CSB}|{85#*(m>iW>XsuC?KLFpPe5#~R zO13C=!WNG^CiBN&(?@wA^%mWZ)lb8hDns@(a*78AOf|VTfUHe>0#&eHfA5^Y<2Cw- zIfJg$NAS-#C{VyL$B<*u`|skbC#MJuGn9_t?X~ejLm^jp`Fq*OwHgO?(bq6dD}rb_ zva$2bcobskDTcY87O`US>D1#`Z~ta(b@3Nor+Yc}w9&M41^x-!r$4({zj%D>V6f+p zoQ~{GSozSqSYr3=^H<1UUp?3qp8oD~4p`Ob(@YMaR23LN1>5e5Qr^{7ymJ!1c>40otT`l*9E4g%f&Tsj)?_m|{tgE`p!g0lg&St*zHVBTlK%1CpKVUra_oQxq)V0`2csam!GHvij zBDkepyfK3c4e=-c3qV=aih{-4X(4rk8H(~NufQC#()CW^q4#7{&c6G7$zprfMXZ6mI(H6blRaK zwR_2P<`cW|C4c)!63k`vWpN59Qo5#6Cs}VGQrLbRq;(k_fe0OeOZvgY#XVA?6Wy}%$jYsY+}s^GeXF&YPrW7a z*r=kaes8D3#bZIelw;P!W-aB3MG?p}i;j-7RQ$METiyK*d21YEL$bYXf)QfuW2VrqY%4RDAZw86gzj>~d(bT^)Mo!8-R_a}a zb=gZ^U4#c8$~J2~kk1*(;y0XMTv%-0jQSy%FrlH@!KAX#bL#H(gZ;3cIWmFqzS;#3 zYwp#_=7lsKvzk+!PJ@=xM8OTJ2W!IpFo1pSKnkon!H-OkV=1@{+ALjdtYm?zgHfZK zcF~$b(&0688K}U>lLT4S)f35phqmqm@dN)n%cYUMLA~*7vwVKx5%|CXZFaYVAW2Z< z*|y9T;nspnxX$I9sN;iaCHi0aI_Ukc9`${ruLeb&2@Ga!8B`tGdS!VGy%CB;0-c)w9l~G|(xw8%w#W z04I9QE2<^f$lmm%%L$s)KBm;W_c&brJVi;#A1|7_L^BnSIZ5Ydx=pnZc`bR{2S{{H zbRJyHB&R+{j4qI>l0NtZmD?^0X}oy~e#0ARnNbOW=4yrgDn!fg27#&a3GGVwU%F4& ztSw)*(0N_)Zf1~!f441&AWPd z#(=1cqkzLzz)Y9t48UoVVEGcZdH&i! zz{5s6L;1+$T=zxY)r9a#Z&}5qh@Eply+(#*|LKK+&f5ew7M}X1Lk}};24egzrJ;sC zF=m3h8T%wly1psRIwIYZDgNUh0=WtJ};&;!@!C8Y6b+6&M8^<;%i5qSsh8$o3~ z2p0omBKX8J&9m{Li*%*yVROCPDA@&xMtJvKPRzAWRb6o?*%d zz@d5aFQ6Dce#G9>{aUjT<8UwJSZy?CU~}#= z?X;mRtSB9;>2WVd(P$7o|M=m{qJEg+D^|pN8XqVXi99$W1s9+4M#>Z63 z%F`TQNBlT;j1lhERy0mlL;JVrHN!k5*YLd^2=_vY3Vg(=@8<5)y9|7@dM+8yu`xzO zP(3QoU0P+_<`A);A{u;SLx2hX`eOfP0*?Fj!er70zz>O3L01J7kemS0KcH7^^gTcY zBY|(biiA`wT67Vk*amt_LA5ra(chEebj%%AfnXIsgqCZ_+&p2ubIO9LAp7?Q7@&{4U+K~@E7;Hem;35aHZ$6_VzIu zn(uevBm8gA*67a`u+(!FtF6bCi;sKvKn$TLyh-{m(*MEtZ!SkU^=s;3<>cFRY8A)y zBgLzxwr2tFcXxpHfhdht zpDC|Vf+qi?SFK1KGq+#&04}7Yr(KwG4kj?OP?S2!$wdyRLQX$Y9-T92vk6fQn_fce zC*MXyUL_T5V41V{0vz^F7{S#35&L300y^g&uiS5vY?+g_)X)FX`LXY{U&n}bt;gIT z9QdF{>ndltTfU~Du1%V<_9Q^edVf9<5O?5@0a!JFOhL{-3{a=QX`=KD&|3>zxX(8Xuqx zGw=*7bHf6^&@b;K>}^P(2xXIi0sF*i)ZB+)_M=UlH9A&2x=lzrW}Mqkn;BX2XfzMe z&$w#ao1fITd4)fG%u(NhdH-VMKD=d77Q^gMl$=DTxwkWYwi0CZme5*x0z@GCaUcpW>{WO6y9k)q6yFaKamqnu^fm)3VJef*mbgl!Sj=p5G{ahne)TBB(pXw-wzCfg0=sl4~ z0;H9fK5JqCaVC~@9x_@HJEQOj~y82aYt&nt2 z8ayoajcRz%1pJqy-ok{@G2~Nx@ss|J7yTi)4){6dy=b1^tH%P#ii$&0D-^MEQcL{rP7U%U6i4n1 zM`dc6Ucj})Ov-!Y^TvBo61Nc_{EURGNx=;}1iGaBZ#XM68RR z>+1BPWOJ6WH_Ks`B^iMVi<-izPrr|AGQ;_+5%V4(J}?H4klbkQXw;I5*4Xx+o$Zej zZVw&H>S3Y*$D17qSJ4GJmE+V=mnau8+|u9t za|AB@=cM1;%_+@mCrovnFXmWgTX6zCsIR(h(dkZx(wg7uKX#O_oF>9%lCS;L3+u1( zm{_boMpwv4hb`+iGzJZ%refj$Ji}o?0EE#iyim8#8$BCbydL5#D%jVB?1*B@-5C5S zy4ON1YMZdKPX)o!!8ineSRWmH^y&|279_2tQpA~8gG+NO`*`4=XBK3m-yo-Z)?KWl zxnF1LoOQkh!c56F))nRfiSq^l97yk+^oaDmZSubtZ+5d@TyEsIl*}l5bvQ_s5LGQb z)K{{kic=U%FA@<(2`%c+GBk4|h-C4HKpLAwi;QDf46@Z_@8!1c|A0IdLjQ1o3}q8E zl&VVqph(eI=EN3G!s63gF9>7q9BXxHk7vCxzwg$cWuMdgwS$F>=ea>Cxw2zV7;dMC z{)l`1)++{%X1u@kvFFzO&lxysaEYRN_ZQf{0%)~0cbYL_npoVQ@+RJSYR|mq507{9 zj8ngAIHW~AE9H~I(I$F_6ZHP|>o}A+gV4-{W;Vempo_4qUP1uE z4K;=385C^(920HXR4zSMpzom7oAB<3rqn}_IdMkDWLb4g*`~K(<({6^afNxMd5P)c zq~|&$hL%n4(yt?#y{!O~8HgrABYVfo17PN=eQd;KTNAY|eZ^%BJj9{kVuxR}!ijk>%6v}OXW|S0;1og6(S<(JQwJRe4JjyOxh`ijw z^*cfRY$zFz065}-p@p9v7J%eTD^R~jAyl21V>P~;4H9nD)SNuz8G9^n7A(vYwWr~H z8`~u!g5K*HGXHhgn(jIrGZo*|Nx#Wo>E`;1UKFmk8y|dWqc3XEF#glMR}5stsGU7Dq#O~0r^}JL?L_z` z@zTQGkEo7jn3MmB-zQ@qFBnsYT>bI5W7yG%Y596+7$L3U>eAZpFnQKg2sX-SZ==Am1{if}f zo9k%fpMdA4YRY@!7Z4ydGwI3CgZUp800`drKK2|o@)ZH7vKtLWLCBT^{I8)6MVgwqB zjH#G}tU#8*S4a8)Y&y0}#5g1ER+VjlMEjqt4Mw(6N|mgseWKbN6M45#XGj-egNB^T ze(8t9M*0r{MKm1}{X^1YS?JZzcj>HuYh7m8qVxR1*yw0F_U;#LmyDetBav--oh1K( z9U4bshlQhv@N~niC31gU1wI;5$Rg?Csnr9kxZq|OG|cpXB%s8h&%b=4I#E^{EqMNb zn5kR6H5@UdCIX;PnDM_qeo^Dmgl$&&wPglYxwGqNru5g=+#uA}a`rs)VxV6l@h_j; z9}aQgyg5}}nx5{_&qGO%18ytxy8K~Weia8KqMBrxjSkhT)*4gSwdf6Q(*vOr% z`yG1@K-B>_PjF2a7*hMTkTJ&6PxdZXUpNrT>GUbZl~%2mj@YU>34 zyWc%-BWg_+J8!Y2)d7i$pIMN#i8q$Lg#h>yc;^2*pffnA0919b{qB}DUM`gXA%1my zb1Sq}vGax(w+~lpaRk8E0}m50`@rKUSe%=?d)#@mgU62KcHj8t_NVk^xBUWOuz;KJ zA$IK+*a|!iPyPprwV{~Rv?>Q8Wp4{jWrP8H26)Z@v^a2S{r_mPL2}7|aAVzSFM0Iq zUn)tR5uXCFr9!vOl7*NHr=IO^#oab%T>DQ-#$S>Dr&ZL(ZTX(@4zgB7FxQt1(p!@J zmrDZ?5Kq!>T6&8AT{bXtGdv;AgPX?I?fFrX2q|6c*RND+~n77#u_ zC2}h-tImW8MXSfTICY}+r9`d*6_15TJ`(eVg!W9}M&{-|UKME~1ER#_uyTGq4_l*K zPmoiIM}^+_I=HfU**FhpFIqWU9a?8hZw!DjmoNa5`*xW7kBJEeS#YL%YI#Srne~@z z(0Z;XZ)Up}Yh?71r!PJ8*fpGI?%7eWhJ}7JjscD08RE?3$seS(-f!hv^`H_0OWg6j zD?$13pUG+3I;io{;-mSz)U-VA5VXX&SK1=d@C!P52NN z;Lz$3Q-_7Nm!qBL&ooAkz&wWk5c)78gE>YcVJQ>$RtYk79>{C$*SX2dS@ot!(*vY0 z&I!tQ=|Tb1`wn0+d$?27AZ!&v>8@>G5Q zopz1U_a#wR#LOGE9eT8xo6qbZoja$Q~O6Go2) z+glgU5J!m!U(5yGt2wK+)R-XnFWZ=57NuaT8y-L4cS{` z?Z%x)Z6b(GjX9(^!X{0NaRc4+-HEXlL}WWIAy6nD2jpGCJZ7yhE{J_0jNr>OyKyUs zy-M7mwHrSTq(qoyna%JIwl8-cp<2Im9vuNq6#B2#11h_s$!Rlfo)j!Dz||e^l-ibXC6I#XS(U*zENhZgZ9(KEgBDu9zmi z++81AtvPN~Mu0f%#eB7jL+}kNGb(jq`m268Cf9rwhQfVYC?<*yrC&P281Y09hrENT z{#FTra^uCZ)@kA|fhl`sXHnd&jrpoWMVPei;au&PI?c905?b;zOC8 z7|ICE38PP1jK%ijMh`l~?+Xs9=JYs<<@PvM>!>rX1vKN1vn-CO#`7S0o)^SoWbKcu zG6G8@xDanbaakNO){J_WW6a76C(;)t`8$3!v73(7uhbbGye%vchn<+O^6HE@u`>sD zBIPg6v+XB-H?M5q<&Qy2(b)2K=th< zk;ZFlKI^fZyDq7>bKc0gG|%hFC+d27UD>m6yNBZ%CY0$%@dCI<)ld(#r>0a|1Hi(m zw@jl1Q4+(oG@kkc!j{Mm$wY#DDYf6g5Q56=QR1pc?{fI+TLgFMpl88sv9b8ais&EN zN+DB)AwcSLK4Whc(R0Vmn<}3f>jZ=0wvHAjt5i<=luQM8YIe4VkkBGqg;3lCFn-`Y z96TPjB8c&Kd}0Va2MKWh>VDg`Jl*5-@)Oa*o#`1 zsj}>}ZCS5%v-z(3?~2D$ILdg^qP|qHWpz($6?lioaX5T*oreaZ*Kuxdt^CrHt$db8 zv&O&{QABac=T_Y+(V)XtOL%8;Yhy8niiWdf1ZR8Gh80NPn*-$8l6zhp!wn?eayb2q z{8+e^kehW`IMK+1 zhV}N^SkVeDn$(4s>E}wHRf4qe15@+G_nfEuLN1~bs9Euvm52TYeJrYK641ZDn93QC z7-Dbjd#CQ)rxB>jwoGM|Rm2`-E_a^Fp-v(6w4~2a2FP6e$$Gv;+5DA5#VL`#QeAfE zS`hS~{zjQyhrFOI<%buihnUPYkN_@=;Mz_pW()P>Jmy_`hbaw>e;NKaMOz_D&C9K) z37>FmKN#tl-42gJSM4NkOZ4GjZJ|1?{j=cE-PFdhV|<+y;MP7n^1B-gt>0cyDFS4m zqa*22v9;GJ_PxEzdf>)w9$HHArhZ)kpe+TSBc2O&>gH{l_^=3tSAn#DtN;A~G@$;a z-Adre<0nD^i5HuoX`OC#h)Tv}u+%xVe&XqP(Ba-){QxbX81VNjgT4f?gOOPwkF~c? zNM`FM`vS!3Z@dq!8g}}=`qI^b@O}ZsUdP#m>;au(;7Y%0GEEqYAawlT8~6tOn!6Z8 zc8C79$g|+ym_%NnJJmf_6nE_{h{}rmslNcJV-tbjJ>y&^Sk~yK33J##eh=2O=j*3*|JvLt_7etdoU ztkIY5l#Q^j%S`c2jamJANKs!3s7AfJ4==dr{}_7@s3yC%YcK=^6e%H(ARR+hn)D8$ z5$Onu^deO{NR^JLBq%5y3`G$sQl)pIh9XsZ4a6WIy+a^C=0>0Q{pOoB>z`Rmm#kpU zeeP5DwXc272Fhr3iu5VseD=4LGvjvFYcuE8KLs&F4PV5C*eD;z4fa)VZ<+6U+PWFp z@p}neFIfie12*fYw*mfh0%a5n+8wBDXbs%s38R;f5qUhXX0vS0*;t+&tc^4s>@|cY z45!TlrfIaFI1#{ClAPY0J;x>XN#t6@$N%-&S&1*iqku~s&)PXb>J`g>oroXyaGzbi zdG?3ajuN;uHX(O3@Vp#lV8K~+cr~AVh&c37Z9U&p{OC`|-`!W*Z2m-bX8C<77Hrjh z(sXgtSNaxEyFX=Azn$j?e#{+BV;-k7`SfoY|CVb)Cr3a2?!V>MKUQtMH}co<82ECD z?1i-Zd))sPq&ZUlU;pBND|Yr9=gX2BXO2SE?L;&RUG<3yxR#lBKK4@(U@WaUc->p< zy7frZnbT!V&;Rii0kdWD@s|Hxz02o%XnM@{&MK6v^#8N5{?>`jXb*Jut%vyYHo-Vm zBYHSco38)V6oo$gGlw*<{f{N{f7{yRg4`v7*T`A-CTw2>EQf)H_{?3-Tz>O^efH<= z9RGAM@Z zdSokUb5a!||9i*&{dk!5 z0JKAvSoFV#Gz%K_e`rFEKrrDy&81E@+kJA(hFgniKN}jf4t5a^k@Ei*CkrN+uFH5< ze*<2Nb(rp49HpcCz-ib8Ul5nu!0Dtem6y>&><4&FDNylT$}@{&UZZ&p9IZ{;C#pdj zA{o_C1Gl$g!^O0_f5)k`$3I>k>xOkhfoDd1;IG%UR4BsFLk-a3- z2kVbHODdN0mV-8#Ho@^mSm8>L5cv+MKku|#n4E zY1*DgH?w&nr6UfJb75keVNl=-SzyM4{3++8(P2HU^r(x`{dCtGfM=PUfNStc;i2n@i za8|5;rsQDx?j6|OdKE}gFkeZy1h)UeF^35UAvK0&5I2rmmgHA8DNI_`)-H39v1{0ChN~Woo704zfJ~ruRCSbTVkOp`1ObTs5x*C6 zJoW^N3&G1-VsW24r{d%mWIuYVYTKKUGUT3=Gi@CKSIOFQ%x3K$>T&Ix?_TpVgC3pD z-WTU2kyBA;Gx)UA$&G0(v1ZMrV$A}kk=h}Tt)}0OAntu zhVTDwy|C8U%{$Xl9yT!C;m6nizGwEH>dxZm9)Dt>6^!SAuVIveQI2&hI^t z>^#*_?`O*I{TV(1!|XJ^FF#eV(aIEeOvfCMafwcZ`A@cJK0Lt}_EXWUuzly{yk!rY z)g2RFk~ZY(m>+d$O&w!YbJdI$Pc%u$m67?g)A1&crwGz)(Zg`*tynDzT0*i!X!=waU<@2HBMwx^MYma7X2|xr;AGu@>p86V@=rQ-pY|}-F>-#6rBf)2zmTp*)kIcVY@hbtPpdVw(2f^#oiFt+a<9X6Yr#%N1}DySf~7)@qDO zu)7KFLl@kG24C4FEqPcR?lqqrD=1(|&k8gx93N-y87i7xAlyAi>`i@>o?UQm#>JDt z;pyAM*0a6s%h>}znVH_$ev;F*4*#yb>qoOSg046yR9GZSy9; zD&cBsN2HTklc#3Fq^Yr)OBmk3Y|2sadapZ* zh5&{qd`Akv^GVbTx5 zIN%qd9Zvo>w6=o{PX_mcpwQ7BN-ti6mxnSot}vk|-nf_O5wt<`>OEj@VKw}Nb&TrS z>n@Hn)+v@WCJ2geDU^$E3g9AqyBnDU8>PRwePSyZ;cOADJ+(&PhJz|qThu5_54a^B zOAbXq2e13MMLUt@J^mzoA8(s;;4!KpV6{AN*haX{}pAphb#P6`3o3=JlWhGF=e9f&>&u$5{WJM6i4*fI(Iq^aVm+6%x6P;Nj{XbQ zX}J{1?l2?@h827d?LW`1JA8CXW{_XnMSW6p-Nz;Xrp7cwX0rYLaLk;$=)(~Msp=cp?@AF2;(0lD3w$n_)-J9o^GHu~&z z3hRbe2aHBg=v(NM`n32D`(b!wfcAbRMLEN!s?FmlJ9Byy zu0Yk;!WsC%OU8L0CjN>JYcMB>Q`EVUX_IqPBSNM%EZOx?SUhJi} zNUZ4x<>k(wM@Q4Rb5U_>6PsklHXxSt$-IRl7a41*{`6NYTLJeLBfQ4^)IZFFc!6)K za_VNiKdE470d0XQ8+G;xF6|xn*st{{#d0lI9Xgcu^7~CTnaEMT9(JxZD(!u}TqQ3y z=Gf-Z-g2W9TkSXbi`+kW*xARmwAT&0D#ms9#4b~&wX=FcssyEDua)B92dEjg6o=F( zx@CU1*|B}*fDlmX!@{DJjHrj@R7h1lB@%O_JJM}>K4OFM%k=Ggjh2zOkgH=`nArnS zxXrE+Y=sF{pp;JC!d!BzDMdg=u159az7v>Bmv~G8*%hG#Y>!)CPce3ckm1A4{UzRA zuIdB#>O)DYqugO!R(uuVP9SE+iPaTG(?t$6%kwZG6h@)1!1;FskUcm$T$05U1peTd z*G3k<;btGCCkE~xdV+87K)S64AbSq7A>rmzBl1=WQoMgaIuP_yA>REE(p?Xr@SZpf zMSpO{HrKChFsk)R9Cnj7Kr`2zcYHk#4;4b2-KUqd+sUW<-!nz%%0V(b$xdm3n9kHr71*&%N;Wk`*kjZ zRs~P3Qc{mAItw#9B@hX{Fh#mUkx*H|d_e9BjwYKWkNaNT%tnxa+!w2q$Rw3|l4bFM zm#7#?Y&E=Hj;q>>HaoN!*VK$#y*5`A*KUbtbYU4vC0ON5&8Zy^%) z0iWgWyllXW&-0E&?3>n5Wp_p4141zn7}C1_sgUNHNH-z4Y&r6g#-rN++Q8)cf8#3( zG=S9|!pYrhxwSqE>)5ZU=p|_g5{WIbon3%q)og%7xwN-~8jmT4K_LB+mm34inp5t{ z4U5~G|3C;Ev8#tkx^V}h^Ivd572A^9AbrDNy~Si%s+^h%-m4vFE32W!c32=l_XxD+ z_?(Y=Z*v>=+h1z4pMPI5v0&(`^w1$@{!jqQ@&VY?RXyEq&We#)^MVIj`CQDnXpY~M zeuTexn!Xg~OTWe>02suOg}f!G#w+hD!bd#@3Nfx#$^ccT2q|xV_vN#$<^cz`=97F1 zHAD8r^Mj90sJIE}|ugv!-3TV^Rw zwRCn<99XkQUw(EVJ1iTNSGoQ)&8_rN5Nm(u*Q09fgKDao^vt>b0ob4-^JCo*U(J zNz)>4E5@H5azc8PvO9O1lM7xFFTOP^y0jli(=MdBoX>#-VXQ8_zJ)bM24>PxF%|mqCYY_6Q51*LhHo-RcB)S(xU$8 z5^=pMl&JE`^M}HS8Z`ipBt0ih|HGV z4i@o~)^t6cYeY_)W zw{SLZ>O3zp3YA?_!}s{ZUu<23p{h;z->Wi_iCzh--N;`gonK?%?GpxvAgJ%B=sLhUv%$Z(5pwN?U$tEyvKwUV6bVhhBB zDb}p%et+~Wa*`O)soS?{kj9^PfnusBr_kiIHESSF7W8M0!8Z>98f}=l-vC7mu*YeO z$cEg(y9s4RA+Y#!Q##==m-*8a!Lc9fWB{#2$@gb}HVg)$7#6eJ3-6QUvjxxpc%``- zQvu9_l*+roPuS~<0J3}V?!O_c<~K|eyvBjYPbzqh11H7WdThojNDkrla3HZZwP+6e z$tGGD>c^3{sNM+W(ip~ZrJKvf5nhe$OZU_MOaHNZaT?Sb0dukU;F8S>*>bQ?4rRDX zR*;hT;Wiz4Rey^3Uk z;%VgwzDN;6RBB}X&~^_b82SOS>{RqsR=_|3k=sr*Cn%o6WKVId|p zTJsO8q`@$6h?qCc@*%`l8LSDU5&X%mkk4V2PfxT4?^ZHGq?!{t_cOCb`}HZ1s4Y`R z_Dyk^P#}f)&*_bbdxNKnkKGr!pB5KE$W{#C>g%rylYG#fe&W0 z)obIpB`PGvKu&pkMTRtt;n1{XYO~f9SCT~h^H5fUg*iMKs{n%~VM!)6QKOG)Bf|q>OlI<3TA?v>S#GKdeQL|1?4?qZP^P z^ds1i+*=a9bd0G>AP*RLQk(q1e`wzxrqRSz&Ap`#f46U<&>Ag0^eVxxKc5&v`%9l8 zyg-EcP2_9e&&Hh=O0x7zPvD115~en|Q&;H&_Kd5%8doKVZ# z^^Sx0p#f@m#mK41e)5;l$jK7~v?zZ!EbT->8rz>>UVB|U9c$&sxx*_`XXuEzv2g?!Y6ytP1D6Sa*uxf@tQgfEOWrFSg%avbNyH%9`!e$*$@1CpfgKE0u{c z^1aPkT~`y?<}`@0t@rR~W%;dU0#IH+;>ME)(XBVj<5HoOa6eg$+^&cdbN%`c2QGR;)@b8nZ2;`Wk&dSWW6kZ8C#Tbs=!RVnAENxXLUv+r4;Ol|J9mF7Dd!n8{g$%ts zcO&pkfqawHrms=d^?%n3V9fqA3l6hfyUVNjZTclJ?SLbAFow`O4?|^0YNxroL+DBL z3pA}WmfD8i#%ft#P*(frqAv0=LoGS|!H<+-(pyZfZ|tyB)`ep-0_P?Nt`%KPt5kZa zj~BezdIh}MmI%r|m&Nn+J9+zmSDKy}IC?t>w}IA%V`s}CUq(YXX0;(+jWUh$m}*=a>vXC^kxUN*H%UeoA>S=d z4EJw0KckKjy{Qv(pbx{DGf`*4DT)JlD-!b=$(B5!)ge1sqNb@&UZf>?s=mD~ju8ey&e z#GzPTmBgN*Ta7}9gBb6nMQ?O5wkjN9mQE8P|2uea<%RQX$KKXfiG zhG&ah;-!dwGGj)8b)z5mKGgxA+<)%y+XBoRZZ0>rUZdbn*H=AJtA{%7nV4&sn2mnC z)>ksL@XG?#yHdqc@aoNZ_|=y_lm+3yWN@rcm2+14@MXUiEGzS{l?_A!hfO?ddBH1r z#(_v(ZU)Ruoy=9nkDP2_i8)h`yAOt!R+6W;cRluHuhfQI75}LjKn%{&vmRR6owXi{ zXrwFvIKf;;h2qq;1Gm92Qkuu7Z-086@`G%|hV+m1Us)(Gw#=wHhdkN3R-fPUb_em4 z#Is$7^4!1Mq4{Mw8iI(|!!|nu6Iue(CNnE))k)AqsaA>3r213j{a>Lu?GAU&l5T}! zf2o@_cj5B$;*gi0WLXK2a@umXO;uRpN&Pjd5twS9h^O&{;3uDRUU$ycmH&LjaOV{T zCs-7$LbeJn22WFE&>de&GaJE4+3fR3oDBu-KdDgO!b48JE?xGEAw_J0q_BQyu_~clENM-aGca4Yf}8)^P&qiqOtsI;|8lK!ZLwo%kt4zuZb|e3*f>QF*rAYPCVh%=@z)C6ATL4RERt zs=|LRAbIH3UW)Jp1%tB5*U7@PDH8MV%P43Ldif}OGw#sge>pIfTe1Fwd>;o%r5iJ+K%Y7SV8@7t_yT+-lXc{BuNM)qVKz2Qa5Ypt4c!Xjj@Ndo6 zMwuaFQk*Uqnn#mm1FDIHVK@-7e?&9#O?iT?$eBcnvuOk4sQVm)-qw|trDI6%nv`y( zXomcg3AJ}3716TjPQtOb*(sla3>8ih-RAscY&UHpvOjm; z0olD-c7^}cj90|-HU*)SZ2$Y(+-6mX@FuG27#p)MPB$)G`?`8?`wkMfERAN?-uIUA zW@Nw_qp#M7S|p_ebgzBTGS!`J{v9H1=iSks3;PoW6&?>@G(@xq=K&6VF~8X)u}&F4C#)@T zAN^ByFfko4=_qL=6_qRFK`iiZs^b{12j()cOn|l;-y|29G(5MvybipCbHR5P#(t{` z_ui^CecJux5nh$TzI}59&fT;vYTboV>_L8OG5^*JzNt9vsnON2PEvlYG?HF)$u7Fe zeRjGb8gX%MfHuw!{V%=eDT$m6xCcZ!*Cdk*^qUmQ$qZ;7hr=of5;lovixcZpPF`@W zxq+&)SKRdD2Ok1j6x;RSj<^i2Bv^-+U4ghQ7?3!n@b@5`D6? ze-qF+()#P22QCA8TCQhohNiN;OO z-kwW$*fR^x{_Q0Kxn`!&8UYifkd80V4}q1R^8&?x_T?6zz=|P-q5z$WBCA}K zp!4uOlnC-kkvfCg%v2=lpGi*g=^GY5B?P<&x4&1dN#mm6OV5oE#d9=Bv$pK_D=vXzCKxrZ`?Ik@6Svfgx%UL;ZEY7eES6WDbZGV1gahDXmdCcyiA>$XIfq7yI|H-#Xk#;+Mn+js5*J(Y0(?}ncsrPK_! zR~DmNrEI!mp>Qm0;QIJumwKMR6tnm3POeX!o!ph@ypwlt*85RGI+o{>Uuh(0{RQHN z*2QWfzqhVcr+;4rsTeMb%Yuf6wxf}6pWS}VsHTNr8SDlpZ!q{BbGHn+-FFJFg(jkJ z=+rdWXri2kR5Yi?gq?R(yh7I(V+Bc~e%2o0+Kepqq+-dMFZS0A!tgq_{CngP$`Q)Q z?}#|6(h@gc7v@TaJt-$ZPXmt~eoZC>2zPA3-*qE{BaH_eCJ=TGI_e2QHoEwI8(mvq zTs+jpfBEtj6MD}`7f(~rY?bQSL1aiEujIh6zvv3en?-$M3;ZjHH(_n?Gld&y^wVX>c954YEaNg?FvB=O!W}lU; zD~_9@lJd0{W&3NP_47hBp-wZ`c1=CQ0R}ysEaTqb!sqF24!@&ol)xV3n8^`Oa`iBP_2Ji>OY0P&qG`mX$aHj~FIN=@>WEYGcwM)2s5H4FFMsU3OGj>$9REG-$!R(64~e;C zZ&Y`heXDOBsyYH$moprC>v=jR3J^wwN-~W<6ZHI{#e7$Y=KWjY#6WCJ$ABA8gh-?- zqIIAc-o|>?F3!A(fszVNKl*w3A=C0>3x+W6^l<$ka=E9}?`~39Z-BEtG*x{Ifp6|6 zB)H$^(mM%{uDkZLAAZ*tT(09HNhgP-zTjl{7JMAjC!oEZj+tT*aNh2JxRP-4ny=ze zU~y7UmnhW2Ec@6E#7U7iU*lBEbr1qvZZG8>vQsvMMT^$URDxTDUj@Uw8TnM127R88 zo5DX#U#qD{XVUm5Bb1Q8wxLyiT?OMMG@<=gAWMw$?<5f}HO$)s0`05S&idM>F zL}!X+T)|0`tk(mVTEY0pFabz`B|@$}8lpD&0fEDxbAF--t5n?RUh-a)xn61jXGvR& z;K~bCx-(3}m0n}5H~dK@OK|Qw<2bTYluOe-V=*+6nmU^*L&F}rp{DaFKpArVx!jf) zKs~SU;;z9!Ey|mIFi>+q>Fj!3Z!kK(5IX_?I$?-*uJ4$gL2r%I5wuzDPW>i1#-pio z$d9jbM0MXILeQn~g_Eb4OHAqB7;(-4^eJDVq5gu$OCzO}SLv9wFTi^PGl3rBCA zO_@xZm(?!byd|Aj*8{`&geDUjL!TZwz+W`1OCT4ywJMv`C=_-aKPY{Z@$`pj@10IJ z+(x)fptL5Ppt;i9R{P#AEVaRd(lq}4RVPJ!ubX2!k9u8VodA48{y?Pa#B{RemIt=a z85_nIYORy>#I(-d+{)jLQ?Pgg5IIdCxld7O{Bw7^!e+e{=v+$@wTqKFh@>^O&9Wb^ zv(mmenhxxVKUma4>bgC|?klpNEnv-3ss=*-iA);@nhlhWQcX>83M4a?KTpNo*Zf^? zGPHP;sa0+zMG$B$SL9mn*xN9R=uj}!^2Dw2Dp2WI!=5IskP9u2mTBv79tw1=%#Hf6 zZw5C|J_z6jPdgSVN^YS3;RtylIu8BCYMuLRqSwkJfURcP z$f)87Q$)@NGKS8d6`Z3uE8A%uD+!kL`v_QAeVFuHa%^?i zb_J{Ypki&nx78Nf&U2Oj#dKWh#0mLBXFO>#A2q$9h9OmN$kfj|PSVItzWpO_J;G06 zQfotlfvtRg!PlH~Je%4qEUr`Zgw|kauenRzIM#INGX80UWy#E&{+s*}k(wpH1_22bza| zuOw9q5tYNreyAIgLYU;p##2gJPSWT0Zc6NuQD=p%K&!^kS|7!&S9Q8s&X$+ zaKi0dPLl+md%?ctPyc-8+X|$N_F*pI@VNGhIK_xrvJQ|rqiOvPsC8{fuv?c~f9-CP`FYqyOq;laR=)*)Mg%zIH=|J&4JNta@ zoPBF{U#44Lw&>Y6yqPRB99%f|jSBQ|NGxx9d(@Qy!24MCq7~#KwYYrGYpuzD1Q7D+ zfmyc&pdFleId}8Hh4)gTh`CV1rA{`*2aAx(id!dkdlxoitCVQ=oF0)No3mBNv|X+U z%R6gP6E41|p}lejSe%dGe7cjs-6HoxzAk}~1}-_6$ZM*&vdY(?h;9-$*w|t39_gme zI|}dbArqJ`D8lA4W^u)5d3A#d&EtFs%1L=NP(3UPwI(NoX`&7yGasvR84Rkk3iC6D zM+tz<8Cr={P_;SjNNdAxCXP>~JTr-{H=7ojqEdDkO&xvmv$I9qxYTsKj2C?Iq_Hgc z)oA9(*1Z6<{1})DY|XC~^G_^amcHjQms2U3iUxaX#r9=8L_g?W0SC(Ig8MQDN_Nn0 z@q;UOZPxLMFL=*7f5i~Rfw*|swCXd~$~v7dH69Dovj}}fFb|F)a6S%rj|F3lXp5lX ziUCmLxF*X-wVVbW$A);HnRU$fobzyzZIq9@tPb(HS+5r&Q7b=xz6|UM$sTFX?dZ`z zc0U!XX3X9+t z)7ELdkUJ;Wz4)qEm)atG@6FOfq2XcdfmC(R0Y?TRyC7>tGv+K4z+i&R@v_} zHetEU_O63vR}{u)Atf~@1eS12MUr2xx@wlW&1yvRD}}ja$XJEPQAd{8O~qggV2j!M zc|de`)e2_h8Se8dCAD;Ded#8#LZ(ejwg}3_7_-nX^15tjY(=@U#oF@HvW5qV9HS3VR1$*NDx=*C+Vle@sZGpE!qSEXAKo;<-HG!bs=tT|C^-S*~>b<(bR37E1+ zbR$};n~@P;{V~D6w=U`cj!>J_-W5CA@awzGnAz0|xR;G`4&?#|hBu%CbcYd27WPI? zvyrtrvHVFHK={}4g@woQ>hVf@lH>A`PB8afX3;meuHf%=DBd&=q=m#5DYguHDx zH1VW85BLwqd$7wpxA4Dkqyj#TRjmw-5Kvu{@tvEj87Wtu)|=u2VAW6=fqUA&$GNLf zsnp|f+)rzxA(6eok3+-a39X+g4LF@zrfZ^*&yt1H?VW&|88E@>3nDIRcqpRvTOr)A zGr{>p9DRV$6e)v&hwcs8F;miANiYu^>x?Y0)5PWZl7g1QA^5{=eG$#2513@B;2-iD zO;^0mdr!~k*LpH;r1C`c7K93zN$+_BO5uJ1Jo^obS34hr+aY{NZmY)Hf|0=R3~KJ$ z-Vr55#)&%)>8z|u4`5dL-;k;le;5fo`F(%M$~sohyTPg3#glsv+Oyd(##1DzYKHM{HIhWPNa0uU z;T@&U)~^>QMbjpI8H_naQ6AchlRB_d%2@%4)K>Ljky$BsQgG1mK>;6CvDUGEaJJlG z;`dX1>7eJMmz-x&^P?g+*vp1|R{V8O*0aoO8N466!n|#-5!XLUc;m~WCbxJ+oJcSG zU{6;op^*#B2)o+*r6-s1@Ue#amPMU@5h0_bR7*{9;Bb`({n@^7>$w^bL~wfti)&c) zaeHsXUTJ~P>Wi4K-S5&yUwoi^4k_u%2t5kT7Bnrlct|Y905>5M=)4QB!%sFU60{h| z()A4*g&SoTu4paoN^P0@FKyQ%4fTT=z9b)y*nKdxE;@Lu%7f6scz$d-;FZ{jF+TJS zaO;XYk;^&$7BCq2^2^kEvD)I8vvTwUy8mbafJ1wBNa2nT2z0lMZ_7=-$_rc5JJ}*B zdMlG#&k!%7%NR(nS4IYVpSDxw`%|S<9coV2IC)qy@y-Os(|5#Q9P{#0Lo$%^|Mf{}tX)>Pm04Pmot9mTgs|32&u!HI9Ja_;y!WxGUz zoMT(V!5A4w3hL~<#4vLzD8NXWn)duXWKgXWqxCdB_tT(YMroGU0xolO=MDx!uf{tk zjh(KQdiYRPcgF;;h_EWwNFqUfd)TTct*DlUseT=N!Wt^*@-5HTy^X`!L+=C*hIW2M z-a`~GRrD-1MGuK=IJ44-R)3IRGMn^OFi^Y%(~vgK>}a_yg7PjMuK8{0B3<5LXq6a5 z>0NOi4{ulU+n0?uL!#sb>9_UY`{O;N=0BEKbRSCY+_ehZ;Bevl&~A{G^dr?ynn6bM zAb)H^cSR+f!j0CRptQEN0nwg!bPl9X9) z3yb08(R-8$w{YGB#ikM`mTAf1OqZVRFT184XgHND)VQHoGb1AKjog+&7Z6vRktH@e z6y7ZB^oa9s=wMoRkN+V+yxTS||E(f~omF{dO-k!C{ zFH805-tenzJzqaB8ELLP`AhOX*QX(4@!$JAU6s#vSmsj=I88#OYL9Pbo~VhSg5K$9 zA1G(0q4X&HItKl0vBKtltRtQ6_cr8v)a?@v{Jsu1A`{e55Yz4zNO~Jv-n??dlT|5v zfW4IEYjeqrH|<+KIqYq}rfXugxgyWNCgq0>#zYYy(z_rvHGzqqSXZgjFw|Gk>H)mK z0CCqFnRsfZOlmi^q#U_4YF6tD>@?F>6Tf*coqUX5D+6^%{pinTedI$m??AboCso(_ zlJ(Kfqo`1hu^TAYrTXFSZrXKEZYA~MFP4`AKcW0zL;b!OgV%-K%&(5+l~sT|tSdq* zPfATH+=aylrV`=bQ7v!P?fXe0CrVj?`jfGpQl+vTXgfGR(QNlvahf?BYz5Pkkg`bm z!}>?*%Y6A>42WKjd{t1wnxR|n_?JHujOcS|*VGPwSxt~m28QV+rokDq3{kAV92wIC zQXx?DbzL3GDvo&5KqZ5Kih-av3Asn2{7*AxdHBP+ou=aW`JXgq$(hzd#l5k8Km>gk zm9&-+_KK%_f4vuzm|lc@wbC4EJtS|_$Q-|9@t~{@!h^Vo7ou4aU@-nFtbQOq_A;^r zaelR?H+JowuS#5~^mD;#i5Gq8>qQ^;%954ORQS$=KZTsthM%22bVA`yjS27eVCoG!sM0L+40J& zMVJw;@DCeM*MxmZasu5}=AwhmlbmNa^{vR_z+pN`{D-&AYBiTP+Nw&$)ESHov2go- zRgH|_C&C6n_?s??#AJCY!iDlDtV18rgXpGV7x{yZc}(!!JiK`=-Pxj%;WKWKd&{Pp z2cr9bODqguc&cqE8In+E;q01IK-xmP!!yg>)PH`)z!}9LsXu%fQg0?F-@SaET`Q#E zH+RJ=4}SiEI;aV3Y(JvP<9R|@oc>e{v{h8M$L+*pIh-MnrxFb}KN6Bg#wa3VF^IA)`To@F2)FxExbuk)Z4JhIZ(vk%O#F2g3iCo;J_|6{P5aze>t~)9~ zs69%qBH>Ol`F^UWHT6KGcs7&Jnzffn@1>VRd`w#jiUw``ll83?Y2!1~F;v6Tup}l4 zCeV7{l$hPPkE2Jg*4H%Vxi>N&rO^^pwwl);!rrwQn2o7foTMM>m<4EjH>uH|+V3tw zMG?Z%xTfwEt_}H$kUi#T7StYa`76rOBzF+P>n=aW`N1>}l_298(Q?EmB3o*|4lryR zDsb-ls7}!?qNQ25fOz8OYlL=4Uhdvu#HP42metqq_GC(Si9ZWWgGjkW@)E#T6sIEG z@bteX9l2skLHhy~m_E(9PX3Q_6oI_eM9D3_gZnODHdb%7uc2!Z-Do}XnViK*cRNGt zL*f(^gpxCArJI9%7WpZfQo|QYTUTLHN5;1{S(e zfr^+}0Tls@TlOCP5@@2d29Pj#d&wj*?WN66k4cf685G#Gy1~lyc7`u=M#zJS8P+>Z zsv$2*zx+JCteJ$Jj1Zi^9(>TtmJk|XS$saU1Qhc2^3;u1db-O|05!z@IX5!l9CG#w z`27TGjT+zUPO1v6{W_;kPU3S>bC_sh%d0USkR~Tk9C7isB*;}-9+!W<1~E}qmff#K z-tZqtKu7ziW@qi++i%^|!x=T`%>W|YZ=WFjKc4u{H?@8YWhPEuDIwWK5g*A?0@)DY zp>5pW@==(mZ;#Of!xc^IS6Zw`QS&XWXKa6v-MNM^Rm)6`-}U)>-8HCxhPrcEvW>KRU3TjVC{!*8mMqQ>8 z)*8&1O1GvJVt~C?5`O*U_&z!Dn8iTU)-#6}<1}={j1Zo!c+3>rwH!QxLI&72a206# z@oBOON=9}My1UzoMp+`ir=IFkB#7mmo_Enqc)OJ5%O-W!U6Z}Owh1-PQu}#F{N)$o z$;`zFrg`yitIBeTcUalGiI~(Mb4c7CRb&~XwPCm##gm<7hs)WC9(EDc5halu42kSg zZ%2$r4~mw;1{7X@7wrxG*yj&KJYSSC-$%K?L`KQ4*>^IEm6OvL_Itb31vCxMon{dvv3$ZV*! zD2c8(eX8cV_`|+)ON(uYi1ifTQm$iX8xMtk8=^_WtdMdo#90^=07>sSo+};^+Jm9bS1~fVS=Z>$g?Tk|%rAjIF=pB;`eVX-$2aQ*B`1l#j z$j3o-Zwaq98N6t>X0V-_CIEJ~S7dbZJ@|i|ca<7;yG@~Zu%6djgPtnHO6Blx4Dars zeES$x(x@Z+e|a2`jpfZ>dhC9Ok)_47k!9(W682_FZSfTj0tYF$%0klKOwG0xVgqs5 zDi6l3ww>qGCfj_ROuR1F0&*9n&dCY62aA_vgO5||r2P3eEq*@nb>hj<^P#$)POY(; zUK0yGO_(|$A?BvYGJ1ZTBq(L|wQ|KKu^H?%tF1|!os&+IZ(Gc8G7N zLM$n6*aPf+(_I_SJC%cRC=CFoG985^chb!yQy;gSJLYjW=a2QIg*6gHV8p}euRiO2 zdrMnWj9&&)5p%a#iE;3SO(thzGJMp(`THSoF3knF&6`>whM?ocZSWMIj|u*ziQf66 zLV5UA2gqjef6ny}09#5TrIpe(mE_Vir>%N;MVr)8wjSYE^_Z9S4pTr0aTOD#qt)qpJ`h50J8Zi z81c3)A@}E^00xt?>_%zO9a`zjCc1DgMYnqc^!mPB%7eh9I+(Kv?i<>0$qAUK2>_5D z^xCJvU2L*219G*epQx^D=u(}6gzxU%Fmv<4MO1}wdBLCCIaiCLL(t)W^tYjBYN}yo zW`k~Sk45e;K1;y;8IsKz9^byR*3Sn-Mt@=j4#O`i16riq7D7M+ptdS&29A7h00Imk z-q`C$e4;ud*b7D6FRcE(1YtP*uWkYO^zWqygFk@tRm|mPfJEu&=e2hqe(ld&pm>1e zKzB-eFZfORf?m!~o;2#AZuz+He;Qhdw?LUTPRw=yGOf~~g<%WS*=h1>uVSl$A&(9V z)Q9D&dWA8^j~?wRDr4&@RUT|W$ScKrmI0Mw&mb$Nchl{uQyDJNqj*b4!C4$A3~U?p zP4_BPR9QxK(c%D0+%3{-3ON1cPH&qQw&s}obRUc^tyE8Mzw+2Wxan~y(IwD#tnYDH zs1VvKcpM^e-B`0R+NWFAFpGQpk;h@I0x_zutj)AgHKKN<3b^AW;mG|C&I@LKD{Ab2 zPN?UuXObzA6`KMLZ|?)^-T-a^$c=rK?=$)<%_UmW?LX5-V>y$f@Z@C1a0|#s8j1nQ z7EM+<|Dr#aLIB4%AAE>t{S`Ko-Iv;ZCTjbLG|P~MY-k5F?)eFjErQ1`O@=2FC?1if z8h5VOcU{|>n|&sIK9cttA0wFJ4c{t?0+Mu_Y;KdmKKbD@9OxmN1BCMK;ZMo94}urp zb>?xyUV*`O6b6)Gaqtv)7(-3@a}kD%!HhR+PEWjNT(K>oMU4v0)62hzPqKnM_JU^{ z4(?0m7U^XM&tyZJ6$12CTi-0KYg(La(%5(e_0Xa90N>OI-#Fa}7W5^I!;BCBC5d?* zI_FBs78d)O8Oym0J~q)^X9y$@yjXY1#00S?gyCCEjJSffLf^#?uJtn{C$)+`(S1M> zN9Oo3Ep=2KK6pHb2ItVP^wacTt-LTm@(aLA2Qk%g29{p;q`}>TbB(v5Kcg4W=1b%B z{#UHdB49(YPHVIJht=D>3aYUuuQb>f`?u)IRX4{Hd`O?X*8Lt67a+>&s#>b5;ESR?);hfR1b!S1 z9-T*rqG2{s31h!rI?s%0?_U~mmG!2Mzvyvg($l_dZ3tr<@PsF#qp+E?pGPf55&?~UciU%%6Dk!$n5W5 z7;pl^l(Tm2CdwT}oYVIF!r1)yHZCe5>M9o4Xa)Gq7*g8e9>;vAG|NGhkx`zWd!V#V z{ft#5#@yE=g4u*`h|C|^Z75pV-RY{H0?2eig_gcRAz(iI-dBBK!$1!){@1DhC z%KxRFDG-iZFWfAiA;{wHKepD_7TLS)CeU^}eJg`sUUQm&Ha|Nd)i!EK%|ryG^K)+t z3w_(!mq*`LQFjK&iy!W>F1-f8C0+9hp6LIe68E+zIsuDZ<89bX!yb0#>|FDc^%MCh zZ${M2==>#H=czN$)o{+tEL#nZ*6r2((@$rEL28AoKdXJy ziBLb-hC)q5$F3k6miX?eeNx15@w<5LEj{YYs0Zm1`9@gEgvrS(R3X41#lIa#kknnS z4M2i)32{3jFbyhCxwK#fp8$7D8EEAuyt;|*Pm@OS&6YF<%SG8oX+}%p@);OhpkNnh z8RX2aV-PS8kru$wZb$jxMwtPN!0C3fg&0sGixb?=e#O*MF{yB*`^0f?`2JgMR5OcG z_0oCEQEze6jE%R0Hw`<2oT^_h-BEdk|#=cLn1=F^xnMTW_UxjI*4*VaaliBTOnmmn)lR z(oDUx0y|2(L375*(8mGPLyREct2%|W~&MWedXv#_qx|G~Jm09$C)%PE)%(n*KUU38X;<6P6 z*b)#IF@-aj1OZa-B&9^KA}M5)I?TlyNOl@AclKxXb8plY9V=@;UT>sTeN5?H7c1_X z2ZY3|8O0fxJJ-BeW7hdy95|c>he+x12>3{HxDYw!Dv^-A48# zw9+oocX!;r03b~=0o()Kzb#b=97_-Y?^oaAk7qupvnuBGY}mP4GxPT;;V#(m6V=|< zNCQ!h$A#b@PG5E-~}}XWKZN3MN4q%XH;H&?&GrB_YAk{asV= z%JfG;fo18EQ^=Di0ko$2kgnupL@I9lrlh16s6qUL@uq>OSU{|JqDpf5$S$yq3E9m4 zCptWe7x)FloqPfE%+N}$Va=>u-Sm5g=Gb5KV@IO=Z?~K);A^GmXmQ)a+@K(;aD8l% z%YSM)99w4d6x8ylulNMb=(xDY;0lVK5Y-axN|HsEU_F<6r$FjTec^)jLVF*TJnzxB z2AEC!7LkN6?fs-;QUGa{)D-iq3G_Vb2&J23sNBlZyFfde2ma2&2et<@AUCADAkYz9X&>m*0Bb4HWIM>ZwiJ+X~vbU{iTc65n2Ihhc(I(T4=8-)d&`&bk` z_Ae>n9~@=D>EL*;sdFFM>Je(|sx*C?J!!waxy!3XM4a>vS<%$o{{ue#+F-aA#EpeN z;Z_nGYf;+OgAFw4B#-sc8{e%}mHz|M$yf@-ndfX)R;X{zTrKG4nP6W$TvakuP>mxL&|={z;fEvB&8H#K;K=hb{;~WA zFCuwfUFw}u>eJ>JJ2RG2G(9Dg5R|S*nnDf+h5dTQzv1O_VZ+Bx5zDa&-sU9yVlU53BQyKWqes9`lB-n(lmSaS!I7S)-iOLhg?GdhE$;^4|==#?mlM$~a zIQ--{zC1Z{BiLy)g@2|690vfsost0Xg)VfAtE_t#7ATACU3=U?2|9Iomp;-g70(=Dr6?$g>xpqmU(Ha$Ict*@w(83y*6$#lmKM*o||Ju>ZEeOra z?j8@MlsgPro$z17CGhh336;pKNgL>q24Wjy$gJ&8NHB8uR0%c#UZ0aj?gN%t)p(2r z6Z6<)qTIm?IpqW2%q}m#_WHpjjBa=rDCKm80iVt@D0V`@YPp*9LX`pm6B zcZWRbVsB3tO(>(!i0YQMeH%%ARj>&jxFNaD>vGvlURx<>I)oh*D!@7W6c@t`L^0#a z)c<_CrLk=}kqEa7KE_h(sZ2(0lJlaT<5V?AF6eLrdGaZ5l~LJNT)Lw%?s69di>98T z#@LbZFF&pJ+Lnn??ooWa0KVXZbZnpv0E_JFbe3? z)w(WZjSF+8S8;~Bwxk*JW#sNX3%$WZJhQo$2n z`PahHk?`_Y4lx%y8`^SyEOM41Qx-e3y;XtFXU&_(Osjd108VM zANe?tYp?u~g?W?7gV^>TCFr>=dhYz%IZ7H3nM6uA~yZ zj(W)L!(D^F+D1!%a~FfTHe~E&Ursa7iC_&Q`jxMQ|Ew6w)*#QvLh0M2SG6i0_8R&PDMJt!jH$ zP`qN?C*O1)X`*LKs=~kN~Dw%KQ+F zUd9ur{WL!(73IoSu@B%0(&6B->7!jqXk`B*6nrZJSz1`Bn_TZGuqUka+Zf;2tG!BhADR`-v)bu}W|gd2ekJ=r|Kbxu z!H^>E#Saf;!RA|%B-!&1d80&&@0v*e-Qp+v3AniFN;mukAkamx+XgnwLZCYrfW>mL>jawe_Iv8KLP4-Ob!>O7F8dK)s6V?~gHFUI-EO6elrUJs0JeD;y zZBtw{#ZA<(*(8sBn&mKO;kKj7tBZ}IhFV7fgL4XNG_CYPw5=c$4nu`K`=kSmGlwg+ zSs8l!u3Bk(BRg(1TbG-(ivSSdoG^Lkip!101Vd#V(`LP~_`P?Bim8f+wJKMoWp>u2 zr&ANy`e8CW{mV4sE{mto42|!6>w}rpVB`4sHTi@^WCv*gi68}Bn$E&vW)SjBps@d+ z2MjfH=Ny(ZI`z&v zeE;qzWsd?8MVMgkxKB00Eau>b?^+n_*(6r((&2U2{m7xR5)07z> z{&U+8Ls6EPpT8|AUn>HEPI;h^fNCbU=`m|C;RO3}Z^GH2yb8*XQE7c67Mi;t&3MF- z)WWf+1~Ur_@ZAq2eCvFn(8&&b1PlIYkVen})O)QYYhA{kj#HP-!$bAFBzDIs>#Qg7YB zQovJ~k{{qHabZGhpM8&Q;O+W1cDHWb!(hV2Z{~z4vIw>8Q9mYF& zGCyup8^?P1(`!YYE@NjOjKa$dm7?hSaAlTxG2gqM zMdxj+;V_NPeF;-04sknm?UO;crSYNY92^GcDKNu;&U}4UIHDHp)qK5qpm*A@#U#w$ zIqdnaUffeB*L?>!VoVNhboK)5lUAz1c}j0z3odwW*8_F-oS-FRQc9fQ_DM;Tgw#81FNx|n!t$>X0|0J z;&u#xi!Y0-y~QEGxn+i2ZVzF*3y8Dz9;U}4*Urn`B6({B%E;YrV(mJ$V;I=M>k3uO zZaY2v=nHM%3&6M8?`W;p%tu3y0+BFA2%to2Zar!|NG(D}L>oYZQsMp0Mh<^J8KB z4Y*F|Q|r*fDSsDX@AxlMpW`>RjH@HnGe&UqXyhw>HGwj|eko{6Pibx^v_Rvo5f8>f zz4Ias+dg(3_LqI>L#Nc*gz8ewn5~YUD);+eTE~Uo%tfX7ZwE?_qIDo7D)mdpfT-}N-Be`dhMf!7hAct* zA9c5u)ShVFT{o@xr~oY27mg^VxmKu|lblM9fk$K(_NZ1xC)Wn@?U6TXEEc!pmIxF4 z$CO193*`^s?poz@xDI!WG?HUzzg{rbdesU2GR<9|QS|wc+bp~Z9k=@acWz|Q-=D}6 z3KqDIj@yNKp5`-Fq;#CB!!7<#)I%~M>;ZQ`8?rgK3OBQALOvt!d3D3#a=H+A8pL4) z*99m}?$$k1XKX=wCzP~ef_M3G?F2C#lw(yR%Ai}}d`Pd3UbXPWh>>4~PjdT=5+7gj z)Bm*RyQu8EaQH|2Fm+}3PE{E9ewv&NCXo8d+&H*rMDt7*L zyd}K)CoK`}d-Bc069~^RbzkMoYKU>YP0=tCtQ(DkDH;j#Eg0VYq_Jp|gW59!DDZaC z7zjxM#3Cc;Q>}tgxwWtRh$*cKuAK1xmInwzV;H;AhY28hoU3oYtm3#Js^_g_bTX*` zuzK0!tFvtdL~@xwbBb9`bl4B4jU_|ab;oJ@RBX&{quqsR-JIP*N3Fz@JC7^(f0>4P z`yo!KI&Rs-g50j6j{2t^#MJS0yRfzj^*15q`Ovw0GKmGfF5a5}%&8e#y+G=2{Q6Ry z`-gd7Z{>(ux=r^Zefid|GYL^0zx5_||*o&Cm@k zN1}w1+>~=e_w^-_>#M3^h27UDl(X$#Jul(OPdpr^_eA(!eg2_Cy&1?SD%6N@Sc)2m z%UZ-^?xsaoyI<@(!q5#|YM!)-9vL4)P{2{ze~Jou{D)xqPJlAy)($Q& zsFD3>-gtD+#UzH9D$4!}wL8yZA^WNzSH8%qtrgU4?JD=c8Wh-bpe1T!X(qQ5#xtfq zm1pd*HS?&p(AxDE>qg-5jjSuL*A!U~&0XboUP+ZZfr5pDiS0H^qDHG+DVIpiT<#~` z`hVMP|BFTPi&xlQRb2b+Kb0t+xJr^F30rXt_DDg_S&JXT8w2SLM%G$9inWw|<+o<% zr^h(OKpNcYgcINXeUqf*Vs>meImzr1OCj5xDFNAotD@7R9HXbAg`=2J9NgRYIIgmJ zuv7>gO`(&&>#|jY-bL3%@%blF*==~Vz>iqNBt&?$c=naG%XI}Rk zvNk(-`bN57TtZzCG-cpOA3fLU3DPgpHZm*z06Q}mN?IjvAM4UU%0GoRgc}@*)k{uM zW?G#y+AwEyPpki70QC$ALI|eIlXhad`rv|ZXIOP)vghnvj0owEBf>cSp3JIirjj$J zB21`?MjisF=_JVR_wPz=HA+t#W?fe|- za&7b1*POSEgD8W<`FRRk>*wpe|56bDV;BCIJNZwo)S}h{!DKiZ%%Jp9@Z>7o{q>6I zNDc*~E^kHDBug`AHv6O7mO{E&o%0Y2Kns?c5E>lwLAGD55+z=oj$S;xMzZndq|I^9 z=dkr&5UfuEod(ZH;weq}U6bZpjc0QiITnDVVv7&HajnxCtJ4Poq@$%pD6MF6QW!Vi zhBY8X@`#+u&PddJUew%wA4Nxy6tT!%6VkIq5sVO8_h0G(MjBiEo*J^`c{AmGc-{BT zO8DmQ6V`P%m?(NCvL~iF(r`NxMU9)v8fxu36D*OH-=HSkSp|PgglTN^f8-aj6*&@0 z&K930HT;Ff*Xs_nx|@7b9sz$BNc(ayIJWouQ5vF4M{!kCUhNG6C;g`P$aP{jjotmk zN{br2Ovs?6T$?i{$f&MM(83AxegkEslpL)tCbELwJU)6M5h3()Q6bG()dQ8KC&k$ZY$#A77K_P14n!1c=uk|FPCf|5`x1_)2(WNBLn(nV5+`}!Ywc|cb5t`f1l7b5fhZ0W4RNgb$ zivRNDgBK{bofqKhGNtmt9g;fD%|+6M*Tu&>tv*LJ&qf`?>c_A2Vxeo_)5ZHV{Sk^< z`BiQBFcN*~QO}|7TDq@1g4xYuK<(h||9^C9hZ7sA-bnqGD^?tM9vE~WizO`0rngMf zK@V;zEvSv>0H+6TX4vX)+c>p22{Z)Vue^4pWKP2`)EBCa{0vFLz zXC-b>$zo>Q^ymGVmyYUd@gz6_-7$^~jkTwSBfH*16hX{^+QO}igtm<CL@v6eQko@^hmLrZm zae-wp@Q~re0faa&03Mx{{FF3{Kl$^@f`w8r=oLph8_sglS9+8p>mll%0 w`fpyo&L=pr`iTj}!ha^vH{C}ZCVy_<`;k+o3j#hUeG_E)4VORu8$VEQYybcN diff --git a/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg index 33ff20e2039..52eadd82b62 100644 --- a/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg +++ b/Buildings/Resources/Images/Controls/OBC/ChilledBeams/ChilledBeamsSchematic.svg @@ -2,12 +2,12 @@ + originx="-132.16059" + originy="916.27911" /> + transform="rotate(90,-150.05555,197.89501)"> DPT + id="tspan4051">DPT system controller + id="tspan4053">system controller terminal controller + id="tspan4055">terminal controller chilled beam manifold requests to primary loop + y="52.426842" + id="tspan4059">requests to primary loop DPT + id="tspan4065">DPT from DPT Date: Sat, 20 May 2023 06:29:48 -0700 Subject: [PATCH 068/196] Updated formatting and simulation settings --- .../ChilledBeams/SecondaryPumps/Controller.mo | 2 +- .../SecondaryPumps/Validation/Controller.mo | 6 ++--- .../OBC/ChilledBeams/System/Controller.mo | 18 ++++++------- .../System/Validation/Controller.mo | 25 ++++++++++--------- .../Terminal/Validation/Controller.mo | 4 +-- 5 files changed, 26 insertions(+), 29 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo index 93a37a0f231..b68a7be257a 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo @@ -14,7 +14,7 @@ block Controller final unit="1", displayUnit="1", final min=0, - final max=maxPumSpe) = 0.1 + final max=maxPumSpe) "Minimum pump speed" annotation (Dialog(group="Pump parameters")); diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo index 0ba2af8b472..2ac51e00f38 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo @@ -5,7 +5,7 @@ model Controller Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Controller pumCon( final nPum=2, - nVal=3, + final nVal=3, final minPumSpe=0.1, final maxPumSpe=1, final k=1, @@ -66,9 +66,7 @@ equation annotation ( experiment( StopTime=3600, - Interval=0.5, - Tolerance=1e-06, - __Dymola_Algorithm="Cvode"), + Tolerance=1e-06), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mos" "Simulate and plot"), Documentation(info=" diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo index ec4710324d3..c285d97c14b 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Controller.mo @@ -16,7 +16,7 @@ block Controller final unit="1", displayUnit="1", final min=0, - final max=maxPumSpe) = 0.1 + final max=maxPumSpe) "Minimum pump speed" annotation (Dialog(group="Pump parameters")); @@ -24,7 +24,7 @@ block Controller final unit="1", displayUnit="1", final min=minPumSpe, - final max=1) = 1 + final max=1) "Maximum pump speed" annotation (Dialog(group="Pump parameters")); @@ -209,7 +209,7 @@ block Controller final quantity="Pressure", final min=0) "Maximum chilled water loop static pressure setpoint" - annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + annotation(Dialog(group="Trim-and-Respond for chilled water static pressure reset")); parameter Real chiWatStaPreMin( final unit="Pa", @@ -217,7 +217,7 @@ block Controller final quantity="Pressure", final min=0) "Minimum chilled water loop static pressure setpoint" - annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + annotation(Dialog(group="Trim-and-Respond for chilled water static pressure reset")); parameter Real triAmoVal( final unit="Pa", @@ -225,7 +225,7 @@ block Controller final quantity="PressureDifference", final max=0) "Static pressure trim amount" - annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + annotation(Dialog(group="Trim-and-Respond for chilled water static pressure reset")); parameter Real resAmoVal( final unit="Pa", @@ -233,7 +233,7 @@ block Controller final quantity="PressureDifference", final min=0) "Static pressure respond amount" - annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + annotation(Dialog(group="Trim-and-Respond for chilled water static pressure reset")); parameter Real maxResVal( final unit="Pa", @@ -241,7 +241,7 @@ block Controller final quantity="PressureDifference", final min=0) "Static pressure maximum respond amount" - annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + annotation(Dialog(group="Trim-and-Respond for chilled water static pressure reset")); parameter Real samPerVal( final unit="s", @@ -249,7 +249,7 @@ block Controller final quantity="Duration", final min=0) "Sample period duration" - annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + annotation(Dialog(group="Trim-and-Respond for chilled water static pressure reset")); parameter Real delTimVal( final unit="s", @@ -257,7 +257,7 @@ block Controller final quantity="Duration", final min=0) "Delay period duration" - annotation(Dialog(tab="Chilled water static pressure reset", group="Trim-and-Respond parameters")); + annotation(Dialog(group="Trim-and-Respond for chilled water static pressure reset")); parameter Real thrTimLow( final unit="s", diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo index c03bce1fe51..d8d69025a80 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo @@ -4,15 +4,18 @@ model Controller Buildings.Controls.OBC.ChilledBeams.System.Controller sysCon( - nPum=2, - nVal=3,dPChiWatMax=31000, - chiWatStaPreMax=30000, - chiWatStaPreMin=20000, - triAmoVal=-500, - resAmoVal=750, - maxResVal=1000, - samPerVal=30, - delTimVal=120) + final nPum=2, + final nVal=3, + final minPumSpe=0.1, + final maxPumSpe=1, + final dPChiWatMax=31000, + final chiWatStaPreMax=30000, + final chiWatStaPreMin=20000, + final triAmoVal=-500, + final resAmoVal=750, + final maxResVal=1000, + final samPerVal=30, + final delTimVal=120) "System controller" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); @@ -49,9 +52,7 @@ equation annotation ( experiment( StopTime=3600, - Interval=1, - Tolerance=1e-06, - __Dymola_Algorithm="Cvode"), + Tolerance=1e-06), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/System/Validation/Controller.mos" "Simulate and plot"), Documentation(info=" diff --git a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo index dbc131995ff..b33d960ff45 100644 --- a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo @@ -106,9 +106,7 @@ equation annotation ( experiment( StopTime=3600, - Interval=1, - Tolerance=1e-06, - __Dymola_Algorithm="Cvode"), + Tolerance=1e-06), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos" "Simulate and plot"), Documentation(info=" From c1a9026e63c8618a87b39351af4b9a89aa5461b6 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 May 2023 15:41:57 -0700 Subject: [PATCH 069/196] Removed unnecessary classes --- .../ChilledBeams/SecondaryPumps/Controller.mo | 72 ++++----- .../SecondaryPumps/Validation/Controller.mo | 5 +- .../SetPoints/ZeroIndexCorrection.mo | 146 ------------------ .../OBC/ChilledBeams/SetPoints/package.order | 1 - 4 files changed, 29 insertions(+), 195 deletions(-) delete mode 100644 Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo index b68a7be257a..103fe60c69c 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Controller.mo @@ -208,16 +208,6 @@ protected parameter Integer pumInd[nPum]={i for i in 1:nPum} "Pump index, {1,2,...,n}"; - Buildings.Controls.OBC.ChilledBeams.SetPoints.ZeroIndexCorrection zerIndCorLasLagPum( - final yMax=nPum) - "Block to account for index signals that are lower than 1 or higher than max allowed limits" - annotation (Placement(transformation(extent={{-86,-134},{-66,-114}}))); - - Buildings.Controls.OBC.ChilledBeams.SetPoints.ZeroIndexCorrection zerIndCorNexLagPum( - final yMax=nPum) - "Block to account for index signals that are lower than 1 or higher than max allowed limits" - annotation (Placement(transformation(extent={{-86,-80},{-66,-60}}))); - Buildings.Controls.OBC.CDL.Logical.Switch logSwi[nPum] "Logical switch for enabling and disabling complete pump system with lead pump" annotation (Placement(transformation(extent={{180,-10},{200,10}}))); @@ -294,7 +284,7 @@ protected Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt2 "Convert real input to integer output" - annotation (Placement(transformation(extent={{-6,-110},{14,-90}}))); + annotation (Placement(transformation(extent={{-6,-112},{14,-92}}))); Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt[nPum] "Convert boolean to integer" @@ -313,13 +303,13 @@ protected chaPumSta1( final nPum=nPum) "Change lead pump status" - annotation (Placement(transformation(extent={{58,68},{80,88}}))); + annotation (Placement(transformation(extent={{58,68},{78,88}}))); Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus chaPumSta4( final nPum=nPum) "Change lag pump status" - annotation (Placement(transformation(extent={{122,-10},{144,10}}))); + annotation (Placement(transformation(extent={{122,-10},{142,10}}))); Buildings.Controls.OBC.CDL.Integers.LessEqualThreshold intLesEquThr( final t=1) @@ -376,27 +366,25 @@ equation color={255,127,0})); connect(reaToInt.y, chaPumSta1.uNexLagPum) annotation (Line(points={{2,170},{46, - 170},{46,74},{55.8,74}}, color={255,127,0})); + 170},{46,74},{56,74}}, color={255,127,0})); connect(reaToInt.y, chaPumSta1.uLasLagPum) annotation (Line(points={{2,170},{46, - 170},{46,70},{55.8,70}}, color={255,127,0})); + 170},{46,70},{56,70}}, color={255,127,0})); connect(enaLeaPum.yLea, chaPumSta1.uNexLagPumSta) annotation (Line(points={{-178,80}, - {-62,80},{-62,86},{55.8,86}}, color={255,0,255})); + {-62,80},{-62,86},{56,86}}, color={255,0,255})); connect(enaLeaPum.yLea, chaPumSta1.uLasLagPumSta) annotation (Line(points={{-178,80}, - {36,80},{36,82},{55.8,82}}, color={255,0,255})); + {36,80},{36,82},{56,82}}, color={255,0,255})); connect(uniDel.y, enaLagSecPum.uPumSpe) annotation (Line(points={{-178,38},{-122,38}}, color={0,0,127})); connect(reaToInt1.y, chaPumSta4.uNexLagPum) annotation (Line(points={{14,-46}, - {32,-46},{32,-4},{119.8,-4}}, - color={255,127,0})); + {32,-46},{32,-4},{120,-4}},color={255,127,0})); - connect(reaToInt2.y, chaPumSta4.uLasLagPum) annotation (Line(points={{16,-100}, - {38,-100},{38,-8},{119.8,-8}}, - color={255,127,0})); + connect(reaToInt2.y, chaPumSta4.uLasLagPum) annotation (Line(points={{16,-102}, + {38,-102},{38,-8},{120,-8}},color={255,127,0})); connect(mulSumInt.y, intLesEquThr.u) annotation (Line(points={{-178,-120},{-166, -120},{-166,-26},{-120,-26}}, color={255,127,0})); @@ -416,21 +404,21 @@ equation connect(enaLagSecPum.yDown, or3.u1) annotation (Line(points={{-98,34},{-48,34}, {-48,2},{-22,2}}, color={255,0,255})); - connect(and1.y, chaPumSta4.uNexLagPumSta) annotation (Line(points={{-8,42},{28, - 42},{28,8},{119.8,8}},color={255,0,255})); + connect(and1.y, chaPumSta4.uNexLagPumSta) annotation (Line(points={{-8,42},{ + 28,42},{28,8},{120,8}}, + color={255,0,255})); connect(or3.y, chaPumSta4.uLasLagPumSta) annotation (Line(points={{2,2},{20,2}, - {20,4},{119.8,4}},color={255,0,255})); + {20,4},{120,4}}, color={255,0,255})); connect(uValPos, enaLeaPum.uValPos) annotation (Line(points={{-300,80},{-202,80}}, color={0,0,127})); connect(uChiWatPum, chaPumSta1.uChiWatPum) annotation (Line(points={{-300,130}, - {-260,130},{-260,100},{42,100},{42,78},{55.8,78}}, - color={255,0,255})); + {-260,130},{-260,100},{42,100},{42,78},{56,78}}, color={255,0,255})); - connect(chaPumSta1.yChiWatPum, chaPumSta4.uChiWatPum) annotation (Line(points={{82.2,78}, - {100,78},{100,0},{119.8,0}}, color={255,0,255})); + connect(chaPumSta1.yChiWatPum, chaPumSta4.uChiWatPum) annotation (Line(points={{80,78}, + {100,78},{100,0},{120,0}}, color={255,0,255})); connect(uChiWatPum, pumSpeRemDp.uChiWatPum) annotation (Line(points={{-300,130}, {-260,130},{-260,-182},{-22,-182}}, color={255,0,255})); @@ -450,7 +438,7 @@ equation connect(con.y, logSwi.u3) annotation (Line(points={{144,-30},{162,-30},{162,-8}, {178,-8}}, color={255,0,255})); - connect(chaPumSta4.yChiWatPum, logSwi.u1) annotation (Line(points={{146.2,0},{ + connect(chaPumSta4.yChiWatPum, logSwi.u1) annotation (Line(points={{144,0},{ 162,0},{162,8},{178,8}}, color={255,0,255})); @@ -462,22 +450,14 @@ equation connect(dpChiWat_remote, pumSpeRemDp.dpChiWat[1]) annotation (Line(points={{ -300,-160},{-34,-160},{-34,-190},{-22,-190}}, color={0,0,127})); - connect(mulSumInt.y, zerIndCorLasLagPum.uInd) - annotation (Line(points={{-178,-120},{-88,-120}}, color={255,127,0})); - connect(zerIndCorLasLagPum.yIndMod, lasLagPum.index) annotation (Line(points={ - {-64,-120},{-50,-120},{-50,-114}}, color={255,127,0})); - connect(lasLagPum.y, zerIndCorLasLagPum.u) annotation (Line(points={{-38,-102}, - {-38,-86},{-116,-86},{-116,-128},{-88,-128}}, color={0,0,127})); - connect(addInt.y, zerIndCorNexLagPum.uInd) - annotation (Line(points={{-96,-66},{-88,-66}}, color={255,127,0})); - connect(zerIndCorNexLagPum.yIndMod, nexLagPum.index) annotation (Line(points={ - {-64,-66},{-52,-66},{-52,-58}}, color={255,127,0})); - connect(nexLagPum.y, zerIndCorNexLagPum.u) annotation (Line(points={{-40,-46}, - {-40,-30},{-92,-30},{-92,-74},{-88,-74}}, color={0,0,127})); - connect(zerIndCorNexLagPum.yCapMod, reaToInt1.u) annotation (Line(points={{-64, - -74},{-28,-74},{-28,-46},{-10,-46}}, color={0,0,127})); - connect(zerIndCorLasLagPum.yCapMod, reaToInt2.u) annotation (Line(points={{-64, - -128},{-26,-128},{-26,-100},{-8,-100}}, color={0,0,127})); + connect(addInt.y, nexLagPum.index) annotation (Line(points={{-96,-66},{-52,-66}, + {-52,-58}}, color={255,127,0})); + connect(mulSumInt.y, lasLagPum.index) annotation (Line(points={{-178,-120},{-50, + -120},{-50,-114}}, color={255,127,0})); + connect(nexLagPum.y, reaToInt1.u) + annotation (Line(points={{-40,-46},{-10,-46}}, color={0,0,127})); + connect(lasLagPum.y, reaToInt2.u) + annotation (Line(points={{-38,-102},{-8,-102}}, color={0,0,127})); annotation (defaultComponentName="secPumCon", Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-280,-240},{280,200}}), diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo index 2ac51e00f38..041318fbc4a 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo @@ -97,7 +97,7 @@ First implementation.

                                                      "), - Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-120},{100,100}}), + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), graphics={ Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, @@ -108,5 +108,6 @@ First implementation. pattern = LinePattern.None, fillPattern = FillPattern.Solid, points = {{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( - coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}))); + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100, + 100}}))); end Controller; diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo deleted file mode 100644 index 6bbe22a78b0..00000000000 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZeroIndexCorrection.mo +++ /dev/null @@ -1,146 +0,0 @@ -within Buildings.Controls.OBC.ChilledBeams.SetPoints; -block ZeroIndexCorrection - "Block to pass the correct index when index signal is zero, while avoiding assert errors" - - parameter Integer yMax - "Maximum allowed integer signal output"; - - Buildings.Controls.OBC.CDL.Interfaces.IntegerInput uInd - "Index signal" - annotation (Placement(transformation(extent={{-140,20},{-100,60}}), - iconTransformation(extent={{-140,20},{-100,60}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput u - "Input signal" annotation (Placement(transformation( - extent={{-140,-60},{-100,-20}}), iconTransformation(extent={{-140,-60}, - {-100,-20}}))); - - Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput yIndMod - "Modified index value to avoid assert errors" - annotation (Placement(transformation(extent={{100,20},{140,60}}), - iconTransformation(extent={{100,20},{140,60}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yMod - "Modified input value" - annotation (Placement( - transformation(extent={{100,-60},{140,-20}}), iconTransformation(extent= - {{100,-60},{140,-20}}))); - -protected - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conInt( - final k=yMax) - "Output constant integer signal at max allowed index value" - annotation (Placement(transformation(extent={{40,30},{60,50}}))); - - Buildings.Controls.OBC.CDL.Integers.Min minInt - "Limit signal below or at max allowed index value" - annotation (Placement(transformation(extent={{72,30},{92,50}}))); - - Buildings.Controls.OBC.CDL.Integers.Equal intEqu - "Check if the index signal is zero" - annotation (Placement(transformation(extent={{-40,30},{-20,50}}))); - - Buildings.Controls.OBC.CDL.Integers.Sources.Constant conIntZer( - final k=0) - "Constant zero integer signal" - annotation (Placement(transformation(extent={{-80,0},{-60,20}}))); - - Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea( - final realTrue=0, - final realFalse=1) - "Pass a zero multiplication signal to the capacity modfier" - annotation (Placement(transformation(extent={{0,10},{20,30}}))); - - Buildings.Controls.OBC.CDL.Integers.Add addInt - "Add one to the index value when it is zero" - annotation (Placement(transformation(extent={{40,70},{60,90}}))); - - Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger booToInt1 - "Pass an integer one signal to the index modifier" - annotation (Placement(transformation(extent={{0,50},{20,70}}))); - - Buildings.Controls.OBC.CDL.Continuous.Multiply mul - "Multiply the capacity value by zero when the index signal is zero" - annotation (Placement(transformation(extent={{40,-50},{60,-30}}))); - -equation - connect(uInd, intEqu.u1) - annotation (Line(points={{-120,40},{-42,40}}, color={255,127,0})); - connect(conIntZer.y, intEqu.u2) annotation (Line(points={{-58,10},{-50,10},{-50, - 32},{-42,32}}, color={255,127,0})); - connect(intEqu.y, booToRea.u) annotation (Line(points={{-18,40},{-10,40},{-10, - 20},{-2,20}}, color={255,0,255})); - connect(uInd, addInt.u1) annotation (Line(points={{-120,40},{-80,40},{-80,86}, - {38,86}}, color={255,127,0})); - connect(intEqu.y, booToInt1.u) annotation (Line(points={{-18,40},{-10,40},{-10, - 60},{-2,60}}, color={255,0,255})); - connect(booToInt1.y, addInt.u2) annotation (Line(points={{22,60},{30,60},{30,74}, - {38,74}}, color={255,127,0})); - connect(mul.y, yMod) - annotation (Line(points={{62,-40},{120,-40}}, color={0,0,127})); - connect(booToRea.y, mul.u1) annotation (Line(points={{22,20},{30,20},{30,-34}, - {38,-34}}, color={0,0,127})); - connect(u, mul.u2) annotation (Line(points={{-120,-40},{30,-40},{30,-46},{38,-46}}, - color={0,0,127})); - connect(addInt.y, minInt.u1) annotation (Line(points={{62,80},{66,80},{66,46}, - {70,46}}, color={255,127,0})); - connect(conInt.y, minInt.u2) annotation (Line(points={{62,40},{66,40},{66,34}, - {70,34}}, color={255,127,0})); - connect(minInt.y, yIndMod) - annotation (Line(points={{94,40},{120,40}}, color={255,127,0})); - annotation (defaultComponentName="zerIndCor", - Icon(coordinateSystem(preserveAspectRatio=false), - graphics={ - Rectangle( - extent={{-100,100},{100,-100}}, - lineColor={0,0,0}, - fillColor={255,255,255}, - fillPattern=FillPattern.Solid), - Text( - extent={{-110,140},{110,100}}, - textColor={0,0,255}, - textString="%name")}), - Diagram(coordinateSystem(preserveAspectRatio=false)), - Documentation(info=" -

                                                      - This block has been iomplemented to overcome the zero-index errors being - reported in the block - - Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Validation.Controller. - The current staging setpoint logic uses an index value of 0 to represent the - block being turned off. This is resulting in errors reported in the instances - of the - - RealExtractor block. -

                                                      -

                                                      - To overcome, this the block accepts input signals uInd for the - current index value, and u for the current signal. - It outputs a modified index signal yIndMod and a modified - signal yMod. -

                                                        -
                                                      • - yIndMod is set to 1 and yMod is set to zero - when uInd is zero. -
                                                      • -
                                                      • - yIndMod is set to uInd and yMod is - set to u when uInd is not zero. -
                                                      • -
                                                      -

                                                      -

                                                      - For an example of usage, check the - - Controller block. -

                                                      - ", revisions=" -
                                                        -
                                                      • - April 3, 2023, by Karthik Devaprasad:
                                                        - First implementation. -
                                                      • -
                                                      - "), - experiment(Tolerance=1e-6)); -end ZeroIndexCorrection; diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order b/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order index d477ef4c201..f65867d4134 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/package.order @@ -3,5 +3,4 @@ ChilledWaterStaticPressureSetpointReset ChilledWaterSupplyReset OperatingMode ZoneRegulation -ZeroIndexCorrection Validation From 2327c19c97d78156a3cb0679c036cbebb4200a0a Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 May 2023 16:12:25 -0700 Subject: [PATCH 070/196] Updated validation model and script --- .../Terminal/Validation/Controller.mo | 4 ++-- .../Terminal/Validation/Controller.mos | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo index b33d960ff45..9b11930e426 100644 --- a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo @@ -52,9 +52,9 @@ protected annotation (Placement(transformation(extent={{-40,46},{-20,66}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin1( - final amplitude=5, + final amplitude=10, final freqHz=1/720, - final offset=295) + final offset=297.15) "Continuous sine signal" annotation (Placement(transformation(extent={{-80,-66},{-60,-46}}))); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos index 88f0262f504..f6bcb90df69 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mos @@ -1,6 +1,6 @@ simulateModel("Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controller", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="TerminalController"); -createPlot(id=1, position={702, 0, 685, 451}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={702, 0, 685, 451}, y={"terCon.uOccDet"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, colors={{28,108,200}}); createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.uConSen"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=2, colors={{28,108,200}}); createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.TZon", "terCon.TZonCooSet"}, range={0.0, 3600.0, 280.0, 310.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); createPlot(id=1, position={702, 0, 685, 61}, y={"terCon.uChiVal"}, range={0.0, 3600.0, -0.5, 1.0}, grid=true, subPlot=4, colors={{28,108,200}}); @@ -8,12 +8,12 @@ createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.yChiWatSupReq"}, range={ createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.TChiWatReq"}, range={0.0, 3600.0, -2.0, 2.0}, grid=true, subPlot=6, colors={{28,108,200}}); createPlot(id=1, position={702, 0, 685, 60}, y={"terCon.yChiVal"}, range={0.0, 3600.0, -0.5, 1.0}, grid=true, subPlot=7, colors={{28,108,200}}); -createPlot(id=2, position={702, 0, 685, 451}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); -createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=2, position={702, 0, 685, 451}, y={"terCon.uOccDet"}, range={0.0, 3600.0, -0.2, 1.2}, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.uConSen"}, range={0.0, 3600.0, -0.2, 1.2}, grid=true, subPlot=2, colors={{28,108,200}}); createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.TZon", "terCon.TZonHeaSet", "terCon.TZonCooSet"}, range={0.0, 3600.0, 288.0, 302.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}); -createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.yReh"}, range={0.0, 3600.0, -0.1, 0.5000000000000001}, grid=true, subPlot=4, colors={{28,108,200}}); +createPlot(id=2, position={702, 0, 685, 109}, y={"terCon.yReh"}, range={0.0, 3600.0, -0.1, 0.5}, grid=true, subPlot=4, colors={{28,108,200}}); -createPlot(id=3, position={0, 0, 1403, 978}, y={"terCon.uDetOcc"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); -createPlot(id=3, position={0, 0, 1403, 241}, y={"terCon.uConSen"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); -createPlot(id=3, position={0, 0, 1403, 240}, y={"terCon.VDis_flow", "terCon.zonRegCon.mulSum.y"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); -createPlot(id=3, position={0, 0, 1403, 241}, y={"terCon.yDam"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=4, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 978}, y={"terCon.uOccDet"}, range={0.0, 3600.0, -0.2, 1.2}, grid=true, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 241}, y={"terCon.uConSen"}, range={0.0, 3600.0, -0.2, 1.2}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1403, 240}, y={"terCon.VDis_flow", "terCon.zonRegCon.mulSum.y"}, range={0.0, 3600.0, -0.2, 1.2}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=3, position={0, 0, 1403, 241}, y={"terCon.yDam"}, range={0.0, 3600.0, -0.2, 1.2}, grid=true, subPlot=4, colors={{28,108,200}}); From 81fcaf7ee9244b28e8eabc04df421a906985c994 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 May 2023 16:20:12 -0700 Subject: [PATCH 071/196] Updated validation model and script for zone regulation block --- .../SetPoints/Validation/ZoneRegulation.mo | 4 ++-- .../SetPoints/Validation/ZoneRegulation.mos | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo index 8ada2aab8c2..48adbaf6295 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo @@ -39,9 +39,9 @@ protected annotation (Placement(transformation(extent={{-30,38},{-10,58}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin1( - final amplitude=5, + final amplitude=10, final freqHz=1/720, - final offset=295) + final offset=297.15) "Continuous sine signal" annotation (Placement(transformation(extent={{-70,72},{-50,92}}))); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos index 4c10d8b289f..b833f1c2290 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mos @@ -1,14 +1,14 @@ simulateModel("Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneRegulation", method="Cvode", stopTime=3600, tolerance=1e-06, resultFile="ZoneRegulation"); createPlot(id=1, position={0, 0, 1403, 978}, y={"zonRegCon.uOpeMod"}, range={0.0, 3600.0, -1.0, 4.0}, grid=true, colors={{28,108,200}}); -createPlot(id=1, position={0, 0, 1403, 322}, y={"zonRegCon.TZon", "zonRegCon.TZonSet.TZonHeaSet"}, range={0.0, 3600.0, 14.0, 30.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); -createPlot(id=1, position={0, 0, 1403, 323}, y={"zonRegCon.yReh"}, range={0.0, 3600.0, -0.1, 0.30000000000000004}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1403, 322}, y={"zonRegCon.TZon", "zonRegCon.TZonHeaSet"}, range={0.0, 3600.0, 14.0, 30.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); +createPlot(id=1, position={0, 0, 1403, 323}, y={"zonRegCon.yReh"}, range={0.0, 3600.0, -0.1, 0.3}, grid=true, subPlot=3, colors={{28,108,200}}); createPlot(id=2, position={0, 490, 686, 449}, y={"zonRegCon.uOpeMod"}, range={0.0, 3600.0, -0.5, 3.5}, grid=true, colors={{28,108,200}}); -createPlot(id=2, position={0, 490, 686, 108}, y={"zonRegCon.mulSum.y", "zonRegCon.VDes_occ", "zonRegCon.VDes_unoccSch", "zonRegCon.VDes_unoccUnsch"}, range={0.0, 3600.0, -0.1, 0.6000000000000001}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}); -createPlot(id=2, position={0, 490, 686, 109}, y={"zonRegCon.VDis_flow", "zonRegCon.mulSum.y"}, range={0.0, 3600.0, -0.2, 1.2000000000000002}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=2, position={0, 490, 686, 108}, y={"zonRegCon.mulSum.y", "zonRegCon.VDes_occ", "zonRegCon.VDes_unoccSch", "zonRegCon.VDes_unoccUnsch"}, range={0.0, 3600.0, -0.1, 0.6}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}); +createPlot(id=2, position={0, 490, 686, 109}, y={"zonRegCon.VDis_flow", "zonRegCon.mulSum.y"}, range={0.0, 3600.0, -0.2, 1.2}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); createPlot(id=2, position={0, 490, 686, 108}, y={"zonRegCon.yDam"}, range={0.0, 3600.0, -0.1, 0.4}, grid=true, subPlot=4, colors={{28,108,200}}); createPlot(id=3, position={702, 0, 685, 451}, y={"zonRegCon.uOpeMod"}, range={0.0, 3600.0, -0.5, 3.5}, grid=true, colors={{28,108,200}}); -createPlot(id=3, position={702, 0, 685, 147}, y={"zonRegCon.TZon", "zonRegCon.TZonSet.TZonCooSet"}, range={0.0, 3600.0, 16.0, 28.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); -createPlot(id=3, position={702, 0, 685, 147}, y={"zonRegCon.yChiVal"}, range={0.0, 3600.0, -0.2, 1.0000000000000002}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=3, position={702, 0, 685, 147}, y={"zonRegCon.TZon", "zonRegCon.TZonCooSet"}, range={0.0, 3600.0, 16.0, 28.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); +createPlot(id=3, position={702, 0, 685, 147}, y={"zonRegCon.yChiVal"}, range={0.0, 3600.0, -0.2, 1.0}, grid=true, subPlot=3, colors={{28,108,200}}); From 113fa4089ac20e136c4990ec802580ba9152c5d8 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 May 2023 16:37:59 -0700 Subject: [PATCH 072/196] Updated validation model and script for operating mode calculation block --- .../ChilledBeams/SetPoints/Validation/OperatingMode.mo | 9 ++++----- .../ChilledBeams/SetPoints/Validation/OperatingMode.mos | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo index ac1d3d1f7b2..b60f56e097c 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo @@ -5,7 +5,7 @@ model OperatingMode parameter Integer nSchRow = 4 "Number of rows in schedule table"; - parameter Real schTab[nSchRow,2] = [0,0; 6,1; 18,1; 24,1] + parameter Real schTab[nSchRow,2] = [0,0; 2,1; 18,1; 24,1] "Table defining schedule for enabling plant"; Buildings.Controls.OBC.ChilledBeams.SetPoints.OperatingMode operatingMode @@ -32,11 +32,10 @@ protected equation connect(booPul.y,operatingMode.uOccDet) - annotation (Line(points={{-8,20},{0,20},{0,2},{8,2}}, + annotation (Line(points={{-8,20},{0,20},{0,4},{8,4}}, color={255,0,255})); - connect(operatingMode.uOccExp, greThr.y) annotation (Line(points={{8,-2},{0, - -2},{0,-20},{-8,-20}}, - color={255,0,255})); + connect(operatingMode.uOccExp, greThr.y) annotation (Line(points={{8,-4},{0,-4}, + {0,-20},{-8,-20}}, color={255,0,255})); connect(greThr.u, enaSch.y[1]) annotation (Line(points={{-32,-20},{-38,-20}}, color={0,0,127})); annotation ( diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos index c1839293ac5..ce250d81800 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos @@ -1,5 +1,5 @@ -simulateModel("Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="OperatingMode"); +simulateModel("Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode", method="Cvode", stopTime=14400, tolerance=1e-06, resultFile="OperatingMode"); -createPlot(id=1, position={0, 0, 1338, 978}, y={"operatingMode.uOcc"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); -createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.uDetOcc"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1338, 978}, y={"operatingMode.uOccExp"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1338, 191}, y={"operatingMode.uOccDet"}, range={0.0, 7600.0, -0.5, 1.5}, grid=true, subPlot=2, colors={{28,108,200}}); createPlot(id=1, position={0, 0, 1338, 192}, y={"operatingMode.intSwi.y"}, range={0.0, 7600.0, -1.0, 4.0}, grid=true, subPlot=3, colors={{28,108,200}}); From 294fc91657e388b3298d4cd72fa0736d17214707 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 24 May 2023 23:44:59 +0000 Subject: [PATCH 073/196] Updated unit test results --- ...tPoints_Validation_BypassValvePosition.txt | 4 ++-- ...ams_SetPoints_Validation_OperatingMode.txt | 12 ++++------ ...ms_SetPoints_Validation_ZoneRegulation.txt | 14 +++++------ ...edBeams_Terminal_Validation_Controller.txt | 24 +++++++++---------- ...ams.SetPoints.Validation.OperatingMode.mos | 4 ++-- ...ms.SetPoints.Validation.ZoneRegulation.mos | 4 ++-- ...edBeams.Terminal.Validation.Controller.mos | 8 +++---- 7 files changed, 34 insertions(+), 36 deletions(-) diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt index 7f831323938..035fdb5666a 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_BypassValvePosition.txt @@ -1,4 +1,4 @@ -last-generated=2022-08-04 +last-generated=2023-05-24 statistics-simulation= { "linear": " ", @@ -11,4 +11,4 @@ bypValPos.uPumSta[1]=[0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e bypValPos.uPumSpe=[1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01] bypValPos.dpChiWatLoo=[4.5e+04, 4.937115625e+04, 5.28628828125e+04, 5.47726796875e+04, 5.471631640625e+04, 5.27051328125e+04, 4.914375390625e+04, 4.474869921875e+04, 4.0404203125e+04, 3.698433203125e+04, 3.517712890625e+04, 3.534618359375e+04, 3.7457484375e+04, 4.108626171875e+04, 4.550244140625001e+04, 4.981753515625e+04, 5.3163390625e+04, 5.4866859375e+04, 5.458521875e+04, 5.23751328125e+04, 4.868124609375e+04, 4.424673046875e+04, 3.996376953125e+04, 3.66940390625e+04, 3.509538671875e+04, 3.548943359375e+04, 3.779691015625e+04, 4.155357031250001e+04, 4.600361718750001e+04, 5.025174609375e+04, 5.344327734375e+04, 5.493611328125e+04, 5.442990625e+04, 5.20265e+04, 4.82094375e+04, 4.374666796875e+04, 3.95360546875e+04, 3.6424734375e+04, 3.50386640625e+04, 3.56567109375e+04, 3.815452734375e+04, 4.20295859375e+04, 4.65022578125e+04, 5.067269140625e+04, 5.37018359375e+04, 5.4980265625e+04, 5.42507734375e+04, 5.16601171875e+04, 4.772951953125e+04, 4.324976953125e+04, 3.91221484375e+04, 3.61770859375e+04, 3.500710546875e+04, 3.584758984375e+04, 3.852944140625002e+04, 4.251310156250003e+04, 4.699710156250003e+04, 5.10793046875e+04, 5.39384140625e+04, 5.49992109375e+04, 5.404826953125e+04, 5.12769140625e+04, 4.724270703125e+04, 4.275729296875e+04, 3.87230859375e+04, 3.595173046875e+04, 3.50007890625e+04, 3.60615859375e+04, 3.89206953125e+04, 4.30028984375e+04, 4.74868984375e+04, 5.147055859375e+04, 5.415241015625e+04, 5.499289453125e+04, 5.38229140625e+04, 5.08778515625e+04, 4.675023046875e+04, 4.227048046875e+04, 3.83398828125e+04, 3.57492265625e+04, 3.5019734375e+04, 3.62981640625e+04, 3.932730859375e+04, 4.34977421875e+04, 4.79704140625e+04, 5.184547265625e+04, 5.43432890625e+04, 5.49613359375e+04, 5.3575265625e+04, 5.04639453125e+04, 4.625333203125e+04, 4.17905625e+04, 3.79735e+04, 3.557009375e+04, 3.506388671875e+04, 3.655672265625e+04, 3.974825390625e+04, 4.39963828125e+04, 4.84464296875e+04, 5.220308984375e+04, 5.451056640625e+04] bypValPos.dPChiWatMax=[5e+04, 5e+04] -bypValPos.yBypValPos=[1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.630208909511566e-01, 1e+00, 1e+00, 1e+00, 9.391704797744751e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.610247820615768e-02, 9.349860548973083e-01, 1e+00, 1e+00, 1e+00, 6.481310725212097e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +bypValPos.yBypValPos=[1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_OperatingMode.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_OperatingMode.txt index ce3a208c3cb..057e9f1a812 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_OperatingMode.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_OperatingMode.txt @@ -1,13 +1,11 @@ -last-generated=2021-09-15 +last-generated=2023-05-24 statistics-simulation= { "linear": " ", "nonlinear": " ", "numerical Jacobians": "0" } -time=[0e+00, 7.2e+03] -operatingMode.enaSch.y[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -operatingMode.uDetOcc=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -operatingMode.intSwi.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00] -operatingMode.yChiBeaEna=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -operatingMode.yDoasEna=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +time=[0e+00, 1.44e+04] +operatingMode.uOccExp=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +operatingMode.uOccDet=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00] +operatingMode.intSwi.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 3e+00, 3e+00, 3e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt index 6e062e5889b..303eae2b79c 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SetPoints_Validation_ZoneRegulation.txt @@ -1,4 +1,4 @@ -last-generated=2021-09-15 +last-generated=2023-05-24 statistics-simulation= { "linear": " ", @@ -8,14 +8,14 @@ statistics-simulation= } time=[0e+00, 3.6e+03] zonRegCon.uOpeMod=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00] -zonRegCon.TZon=[2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02] -zonRegCon.TZonSet.TZonHeaSet=[2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02] -zonRegCon.yReh=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.806381903588779e-02, 4.281049221754074e-02, 1.861159317195415e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.17090530693531e-01, 1.984556317329407e-01, 2.352002412080765e-01, 2.229994833469391e-01, 1.623268872499466e-01, 5.839512124657631e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.440270252525779e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.763318106532097e-02, 4.237290099263191e-02, 1.817417331039906e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.273460641503334e-02, 5.747624486684799e-02, 3.327363356947899e-02, 0e+00, 0e+00, 0e+00, 0e+00] +zonRegCon.TZon=[2.971499938964844e+02, 3.002401733398438e+02, 3.030278625488281e+02, 3.052401733398438e+02, 3.066605529785156e+02, 3.071499938964844e+02, 3.066605529785156e+02, 3.052401733398438e+02, 3.030278625488281e+02, 3.002401733398438e+02, 2.971499938964844e+02, 2.940598449707031e+02, 2.912721557617188e+02, 2.890598449707031e+02, 2.876394348144531e+02, 2.871499938964844e+02, 2.876394348144531e+02, 2.890598449707031e+02, 2.912721557617188e+02, 2.940598449707031e+02, 2.971499938964844e+02, 3.002401733398438e+02, 3.030278625488281e+02, 3.052401733398438e+02, 3.066605529785156e+02, 3.071499938964844e+02, 3.066605529785156e+02, 3.052401733398438e+02, 3.030278625488281e+02, 3.002401733398438e+02, 2.971499938964844e+02, 2.940598449707031e+02, 2.912721557617188e+02, 2.890598449707031e+02, 2.876394348144531e+02, 2.871499938964844e+02, 2.876394348144531e+02, 2.890598449707031e+02, 2.912721557617188e+02, 2.940598449707031e+02, 2.971499938964844e+02, 3.002401733398438e+02, 3.030278625488281e+02, 3.052401733398438e+02, 3.066605529785156e+02, 3.071499938964844e+02, 3.066605529785156e+02, 3.052401733398438e+02, 3.030278625488281e+02, 3.002401733398438e+02, 2.971499938964844e+02, 2.940598449707031e+02, 2.912721557617188e+02, 2.890598449707031e+02, 2.876394348144531e+02, 2.871499938964844e+02, 2.876394348144531e+02, 2.890598449707031e+02, 2.912721557617188e+02, 2.940598449707031e+02, 2.971499938964844e+02, 3.002401733398438e+02, 3.030278625488281e+02, 3.052401733398438e+02, 3.066605529785156e+02, 3.071499938964844e+02, 3.066605529785156e+02, 3.052401733398438e+02, 3.030278625488281e+02, 3.002401733398438e+02, 2.971499938964844e+02, 2.940598449707031e+02, 2.912721557617188e+02, 2.890598449707031e+02, 2.876394348144531e+02, 2.871499938964844e+02, 2.876394348144531e+02, 2.890598449707031e+02, 2.912721557617188e+02, 2.940598449707031e+02, 2.971499938964844e+02, 3.002401733398438e+02, 3.030278625488281e+02, 3.052401733398438e+02, 3.066605529785156e+02, 3.071499938964844e+02, 3.066605529785156e+02, 3.052401733398438e+02, 3.030278625488281e+02, 3.002401733398438e+02, 2.971499938964844e+02, 2.940598449707031e+02, 2.912721557617188e+02, 2.890598449707031e+02, 2.876394348144531e+02, 2.871499938964844e+02, 2.876394348144531e+02, 2.890598449707031e+02, 2.912721557617188e+02, 2.940598449707031e+02, 2.971499938964844e+02] +zonRegCon.TZonHeaSet=[2.951499938964844e+02, 2.951499938964844e+02] +zonRegCon.yReh=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.392422318458557e-01, 4.280933141708374e-01, 6.694909334182739e-01, 8.390250205993655e-01, 9.193145632743835e-01, 9.017181396484375e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.564786076545715e-02, 3.170444965362549e-01, 4.865739643573761e-01, 5.668614506721497e-01, 5.492544770240784e-01, 4.347033202648163e-01, 2.33640655875206e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.371933057904243e-02, 3.425719738006592e-01, 5.839695930480957e-01, 7.535014748573311e-01, 8.33790957927704e-01, 8.161929845809932e-01, 7.01647937297821e-01, 5.005863904953003e-01, 2.31904923915863e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.157271057367325e-01, 5.045807957649231e-01, 7.459790706634521e-01, 9.155107140541077e-01, 9.957994818687439e-01, 9.782008528709412e-01, 8.636553287506104e-01, 6.625924706459045e-01, 3.939093053340912e-01, 8.312400430440903e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.179237943142653e-02, 3.190376758575439e-01, 6.078857779502869e-01, 8.492836356163025e-01, 1e+00, 1e+00, 1e+00, 9.585134983062744e-01, 7.574495077133179e-01, 4.88764613866806e-01, 1.779798418283463e-01] zonRegCon.mulSum.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01] zonRegCon.VDes_occ=[5e-01, 5e-01] zonRegCon.VDes_unoccSch=[1.000000014901161e-01, 1.000000014901161e-01] zonRegCon.VDes_unoccUnsch=[2.000000029802322e-01, 2.000000029802322e-01] zonRegCon.VDis_flow=[5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969102e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940181e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969084e-02, 2.447174116969145e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940169e-01, 4.99999999999998e-01, 2.061073780059799e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01] -zonRegCon.yDam=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.530413705855638e-03, 5.035953130573034e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.037376515567303e-02, 5.987812578678131e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.563728421926498e-02, 2.10328206419945e-01, 2.398395836353301e-01, 1.728974133729935e-01, 3.507483750581741e-02, 0e+00, 0e+00, 0e+00, 0e+00, 2.625106461346149e-02, 1.823129653930664e-01, 2.970003187656403e-01, 3.265107870101929e-01, 2.595663666725159e-01, 1.217389702796936e-01, 0e+00, 0e+00, 0e+00, 0e+00, 7.596137374639511e-02, 2.320180833339691e-01, 3.467032611370087e-01, 3.762117028236389e-01, 3.092744052410126e-01, 1.71454980969429e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.167143255472257e-02, 1.323616057634354e-01, 1.378766596317291e-01, 4.693431779742241e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.171204753220081e-03, 9.485570341348648e-02, 1.00360780954361e-01, 9.422179311513901e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.975298166275024e-02, 8.526352792978287e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.208354488015175e-02, 1.287739872932434e-01, 1.402876824140549e-01, 5.534425377845764e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.559055179357529e-02, 1.322815120220184e-01, 1.437903940677643e-01, 5.884496495127678e-02, 0e+00] -zonRegCon.TZonSet.TZonCooSet=[2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02] -zonRegCon.yChiVal=[0e+00, 0e+00, 0e+00, 0e+00, 6.408422440290451e-02, 9.162808954715729e-02, 7.022907584905624e-02, 3.598192124627516e-04, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.138365618884563e-02, 1.133159250020981e-01, 2.390570044517517e-01, 3.858495354652405e-01, 5.388739705085754e-01, 6.827006936073303e-01, 8.028009533882141e-01, 8.869678974151611e-01, 9.265123009681702e-01, 9.17113184928894e-01, 8.592403531074522e-01, 7.581086158752437e-01, 6.23167097568512e-01, 4.671745598316193e-01, 3.049502074718475e-01, 1.519227623939514e-01, 2.262546494603157e-02, 0e+00, 0e+00, 0e+00, 0e+00, 3.668259084224701e-02, 1.624276489019394e-01, 3.092201948165894e-01, 4.622445106506348e-01, 6.060706377029419e-01, 7.261683344841003e-01, 8.103335499763489e-01, 8.498774766921997e-01, 8.404784798622131e-01, 7.826059460639954e-01, 6.814747452735901e-01, 5.46534538269043e-01, 3.905426263809204e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.77592733502388e-02, 2.09584653377533e-01, 3.176871240139008e-01, 3.898538947105408e-01, 4.17398989200592e-01, 3.959969580173492e-01, 3.261224031448364e-01, 2.129902243614197e-01, 6.604912877082825e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.101364761590958e-02, 1.991116553544998e-01, 2.712756991386414e-01, 2.988204956054688e-01, 2.774214148521423e-01, 2.075486481189728e-01, 9.441695362329483e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +zonRegCon.yDam=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.522366147488386e-03, 5.024971440434456e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.037456423044205e-02, 5.98808117210865e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.564965218305588e-02, 2.103477418422701e-01, 2.398542612791061e-01, 1.72908827662468e-01, 3.508138656616211e-02, 0e+00, 0e+00, 0e+00, 0e+00, 2.625811845064163e-02, 1.82315468788147e-01, 2.969938516616821e-01, 3.26502650976181e-01, 2.59558230638504e-01, 1.217307448387146e-01, 0e+00, 0e+00, 0e+00, 0e+00, 7.595009356737137e-02, 2.3200823366642e-01, 3.466960191726685e-01, 3.762101829051971e-01, 3.092666268348694e-01, 1.714393198490143e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.166013374924733e-02, 1.323461830615997e-01, 1.3785220682621e-01, 4.691252857446671e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.154311493039131e-03, 9.483116865158081e-02, 1.003333106637001e-01, 9.389680810272694e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.975383102893829e-02, 8.526225388050079e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.209501132369041e-02, 1.287818253040314e-01, 1.402917504310608e-01, 5.534997209906578e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.559776768088341e-02, 1.322815418243408e-01, 1.437900513410568e-01, 5.884140729904175e-02, 0e+00] +zonRegCon.TZonCooSet=[2.991499938964844e+02, 2.991499938964844e+02] +zonRegCon.yChiVal=[0e+00, 1.100833415985107e-01, 3.989340364933014e-01, 6.403318047523499e-01, 8.098657727241516e-01, 8.901551961898804e-01, 8.725588321685791e-01, 7.580134272575377e-01, 5.5694979429245e-01, 2.882665693759918e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.316698759794235e-02, 2.282304018735886e-01, 4.809105694293976e-01, 7.756950259208679e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 7.625545263290405e-01, 4.393019080162048e-01, 1.344464719295502e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.974484175443649e-01, 4.922337234020233e-01, 7.994823455810547e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 8.720929026603699e-01, 5.612996220588684e-01, 2.380494475364685e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.613960906863213e-02, 3.40925544500351e-01, 6.481701135635376e-01, 9.370100498199463e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 7.581117153167725e-01, 4.473255574703217e-01, 1.240779906511307e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.58898913860321e-01, 5.661458969116211e-01, 8.549972772598267e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.627875685691833e-01, 6.941048502922058e-01, 3.833194077014923e-01, 6.007459759712219e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.138766348361969e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_Terminal_Validation_Controller.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_Terminal_Validation_Controller.txt index ac9fe00e926..af35a0cc9db 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_Terminal_Validation_Controller.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_Terminal_Validation_Controller.txt @@ -1,4 +1,4 @@ -last-generated=2021-09-15 +last-generated=2023-05-24 statistics-simulation= { "linear": " ", @@ -7,16 +7,16 @@ statistics-simulation= "numerical Jacobians": "0" } time=[0e+00, 3.6e+03] -terCon.uDetOcc=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.uOccDet=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] terCon.uConSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00] -terCon.TZon=[2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02, 2.965450744628906e+02, 2.979389343261719e+02, 2.990450744628906e+02, 2.997552795410156e+02, 3e+02, 2.997552795410156e+02, 2.990450744628906e+02, 2.979389343261719e+02, 2.965450744628906e+02, 2.95e+02, 2.934549255371094e+02, 2.920610656738281e+02, 2.909549255371094e+02, 2.902447204589844e+02, 2.9e+02, 2.902447204589844e+02, 2.909549255371094e+02, 2.920610656738281e+02, 2.934549255371094e+02, 2.95e+02] -terCon.zonRegCon.TZonSet.TZonCooSet=[2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.961499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02, 2.991499938964844e+02] -terCon.uChiVal=[0e+00, 3.570647910237312e-02, 1.800291538238525e-01, 3.009726405143738e-01, 3.8627690076828e-01, 4.271420538425446e-01, 4.191177487373352e-01, 3.625394999980926e-01, 2.624948024749756e-01, 1.283275038003922e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.031001210212708e-01, 2.473914474248886e-01, 3.68334025144577e-01, 4.536384642124176e-01, 4.94503527879715e-01, 4.864792227745056e-01, 4.299009442329404e-01, 3.298561275005337e-01, 1.956888139247894e-01, 4.008141905069351e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.460105031728745e-01, 2.903017401695251e-01, 4.112442433834076e-01, 4.965486228466034e-01, 5.374133586883545e-01, 5.293890237808228e-01, 4.728107750415802e-01, 3.727659285068512e-01, 2.385985851287842e-01, 8.299117535352707e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.086657866835594e-02, 1.198092773556709e-01, 1.931137591600418e-01, 2.219791561365128e-01, 0e+00, 1.333763748407364e-01, 2.133156917989254e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.659791201353073e-02, 1.599023342132568e-01, 1.88767597079277e-01, 1.687429398298264e-01, 1.001646816730499e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -terCon.yChiWatSupReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2e+00, 2e+00, 0e+00, 0e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -terCon.TChiWatReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -terCon.yChiVal=[0e+00, 3.990470618009567e-02, 1.837681084871292e-01, 3.038730919361115e-01, 3.88043224811554e-01, 4.275888502597809e-01, 4.181888103485107e-01, 3.603132367134094e-01, 2.591766119003296e-01, 1.24229721724987e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.072974652051926e-01, 2.51129537820816e-01, 3.712344765663147e-01, 4.554047882556915e-01, 4.949503242969513e-01, 4.855502843856812e-01, 4.276746809482572e-01, 3.265379667282101e-01, 1.915910392999649e-01, 3.559263795614243e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.502078324556351e-01, 2.940398454666138e-01, 4.141446650028229e-01, 4.983149468898773e-01, 5.378601551055908e-01, 5.284600853919983e-01, 4.70584511756897e-01, 3.694477379322052e-01, 2.345007956027985e-01, 7.850239425897598e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.427135709673166e-02, 1.223763823509216e-01, 1.945467740297318e-01, 2.220926284790039e-01, 0e+00, 1.308167725801468e-01, 1.768005639314651e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.916500955820084e-02, 1.613353341817856e-01, 1.888810694217682e-01, 1.674806624650955e-01, 9.760507941246033e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -terCon.zonRegCon.TZonSet.TZonHeaSet=[2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02, 2.901499938964844e+02] -terCon.yReh=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.28267377614975e-01, 2.455723136663437e-01, 3.269425928592683e-01, 3.636882901191711e-01, 3.514882326126099e-01, 2.908126413822174e-01, 1.868759989738464e-01, 4.912908375263214e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.458920121192932e-02, 1.756211966276169e-01, 2.929259836673737e-01, 3.742962777614594e-01, 4.11041647195816e-01, 3.988415896892548e-01, 3.381659984588623e-01, 2.34229251742363e-01, 9.648232907056808e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 6.337103247642517e-02, 2.04402968287468e-01, 3.2170769572258e-01, 4.030778110027317e-01, 4.398230314254761e-01, 1.222896426916119e-01, 4.961404949426651e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.407138258218765e-02, 8.344171941280365e-02, 1.081874892115593e-01, 8.398711681365967e-02, 1.131153851747513e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 6.433874368667603e-02, 8.90844464302063e-02, 6.48840144276619e-02, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.TZon=[2.971499938964844e+02, 3.002401733398438e+02, 3.030278625488281e+02, 3.052401733398438e+02, 3.066605529785156e+02, 3.071499938964844e+02, 3.066605529785156e+02, 3.052401733398438e+02, 3.030278625488281e+02, 3.002401733398438e+02, 2.971499938964844e+02, 2.940598449707031e+02, 2.912721557617188e+02, 2.890598449707031e+02, 2.876394348144531e+02, 2.871499938964844e+02, 2.876394348144531e+02, 2.890598449707031e+02, 2.912721557617188e+02, 2.940598449707031e+02, 2.971499938964844e+02, 3.002401733398438e+02, 3.030278625488281e+02, 3.052401733398438e+02, 3.066605529785156e+02, 3.071499938964844e+02, 3.066605529785156e+02, 3.052401733398438e+02, 3.030278625488281e+02, 3.002401733398438e+02, 2.971499938964844e+02, 2.940598449707031e+02, 2.912721557617188e+02, 2.890598449707031e+02, 2.876394348144531e+02, 2.871499938964844e+02, 2.876394348144531e+02, 2.890598449707031e+02, 2.912721557617188e+02, 2.940598449707031e+02, 2.971499938964844e+02, 3.002401733398438e+02, 3.030278625488281e+02, 3.052401733398438e+02, 3.066605529785156e+02, 3.071499938964844e+02, 3.066605529785156e+02, 3.052401733398438e+02, 3.030278625488281e+02, 3.002401733398438e+02, 2.971499938964844e+02, 2.940598449707031e+02, 2.912721557617188e+02, 2.890598449707031e+02, 2.876394348144531e+02, 2.871499938964844e+02, 2.876394348144531e+02, 2.890598449707031e+02, 2.912721557617188e+02, 2.940598449707031e+02, 2.971499938964844e+02, 3.002401733398438e+02, 3.030278625488281e+02, 3.052401733398438e+02, 3.066605529785156e+02, 3.071499938964844e+02, 3.066605529785156e+02, 3.052401733398438e+02, 3.030278625488281e+02, 3.002401733398438e+02, 2.971499938964844e+02, 2.940598449707031e+02, 2.912721557617188e+02, 2.890598449707031e+02, 2.876394348144531e+02, 2.871499938964844e+02, 2.876394348144531e+02, 2.890598449707031e+02, 2.912721557617188e+02, 2.940598449707031e+02, 2.971499938964844e+02, 3.002401733398438e+02, 3.030278625488281e+02, 3.052401733398438e+02, 3.066605529785156e+02, 3.071499938964844e+02, 3.066605529785156e+02, 3.052401733398438e+02, 3.030278625488281e+02, 3.002401733398438e+02, 2.971499938964844e+02, 2.940598449707031e+02, 2.912721557617188e+02, 2.890598449707031e+02, 2.876394348144531e+02, 2.871499938964844e+02, 2.876394348144531e+02, 2.890598449707031e+02, 2.912721557617188e+02, 2.940598449707031e+02, 2.971499938964844e+02] +terCon.TZonCooSet=[2.991499938964844e+02, 2.991499938964844e+02] +terCon.uChiVal=[0e+00, 1.016633734107018e-01, 3.914787769317627e-01, 6.345633268356323e-01, 8.063705563545227e-01, 8.893006443977356e-01, 8.744520545005798e-01, 7.624956369400023e-01, 5.636072158813477e-01, 2.964727580547333e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.428381592035294e-01, 5.326204895973206e-01, 7.757040858268738e-01, 9.475116729736328e-01, 1e+00, 1e+00, 9.018457531929011e-01, 7.029572725296013e-01, 4.358227849006653e-01, 1.258083879947662e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.52943579107523e-02, 3.326258063316345e-01, 6.224080920219421e-01, 8.654916882514954e-01, 1e+00, 1e+00, 1e+00, 9.822211265563965e-01, 7.833325862884521e-01, 5.161980390548706e-01, 2.06183522939682e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.841917127370834e-02, 3.857512176036835e-01, 6.755335927009583e-01, 9.18617308139801e-01, 1e+00, 1e+00, 0e+00, 1e+00, 8.288894891738892e-01, 5.617550015449524e-01, 2.517400681972504e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.089790984988213e-01, 4.163111448287964e-01, 7.060936093330383e-01, 9.491772651672363e-01, 1e+00, 1e+00, 1e+00, 1e+00, 8.545773029327393e-01, 5.874427556991577e-01, 2.774277031421661e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.yChiWatSupReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2e+00, 2e+00, 2e+00, 2e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2e+00, 2e+00, 0e+00, 0e+00, 0e+00, 2e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.TChiWatReq=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2e+00, 2e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2e+00, 2e+00, 2e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.yChiVal=[0e+00, 1.100922897458076e-01, 3.989892303943634e-01, 6.403974294662476e-01, 8.099365830421448e-01, 8.902276158332825e-01, 8.726275563240051e-01, 7.580764293670653e-01, 5.570042133331299e-01, 2.883105278015137e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.512661814689636e-01, 5.401300191879272e-01, 7.815382480621338e-01, 9.510776400566101e-01, 1e+00, 1e+00, 8.97426545619964e-01, 6.963542699813835e-01, 4.276605546474457e-01, 1.168641746044159e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.379413112998009e-02, 3.4105384349823e-01, 6.299175620079041e-01, 8.713258504867554e-01, 1e+00, 1e+00, 1e+00, 9.778019189834595e-01, 7.767295837402344e-01, 5.080358386039734e-01, 1.972393095493317e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.691896498203278e-02, 3.941792249679565e-01, 6.830431222915649e-01, 9.24451470375061e-01, 1e+00, 1e+00, 0e+00, 1e+00, 8.222864866256714e-01, 5.535927414894104e-01, 2.427958250045776e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.174788922071457e-01, 4.247391819953918e-01, 7.136030793190002e-01, 9.550114274024963e-01, 1e+00, 1e+00, 1e+00, 1e+00, 8.479742407798767e-01, 5.792805552482605e-01, 2.684834599494934e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +terCon.TZonHeaSet=[2.951499938964844e+02, 2.951499938964844e+02] +terCon.yReh=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.392532289028168e-01, 4.281170070171356e-01, 6.695252656936646e-01, 8.39064419269562e-01, 9.193554520606995e-01, 9.017553925514221e-01, 7.872042655944824e-01, 5.861319899559021e-01, 3.174383044242859e-01, 6.642039865255356e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 2.69796222448349e-01, 5.586599707603455e-01, 8.00068199634552e-01, 9.696076512336731e-01, 1e+00, 1e+00, 9.14458692073822e-01, 7.133864164352417e-01, 4.446926414966583e-01, 1.338963806629181e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.496879130601883e-02, 3.522285223007202e-01, 6.410922408103943e-01, 8.825005292892456e-01, 1e+00, 1e+00, 1e+00, 9.87488329410553e-01, 7.864159941673279e-01, 5.177222490310669e-01, 2.069256603717804e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.338973462581635e-02, 4.006499946117401e-01, 6.895139217376709e-01, 9.30922269821167e-01, 1e+00, 1e+00, 1e+00, 1e+00, 8.277550339698792e-01, 5.590613484382629e-01, 2.482631206512451e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.211685910820961e-01, 4.284288585186005e-01, 7.172927856445312e-01, 9.587011337280273e-01, 1e+00, 1e+00, 1e+00, 1e+00, 8.510521054267883e-01, 5.823583602905273e-01, 2.715612649917603e-01] terCon.VDis_flow=[5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969101e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940181e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969079e-02, 2.44717411696914e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940169e-01, 4.99999999999998e-01, 2.061073780059799e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01, 7.938926219940186e-01, 9.755282402038574e-01, 9.755282402038574e-01, 7.938926219940186e-01, 5e-01, 2.061073780059814e-01, 2.447174116969109e-02, 2.447174116969109e-02, 2.061073780059814e-01, 5e-01] -terCon.zonRegCon.mulSum.y=[5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01, 2.000000029802322e-01] -terCon.yDam=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.717975880950689e-03, 1.637987941503525e-01, 2.784998416900635e-01, 3.080084323883057e-01, 2.410533130168915e-01, 1.032096445560455e-01, 0e+00, 0e+00, 0e+00, 0e+00, 6.482993066310883e-02, 2.20910981297493e-01, 3.356120586395264e-01, 3.651206493377686e-01, 2.981655299663544e-01, 1.603215336799622e-01, 4.240204580128193e-03, 0e+00, 0e+00, 0e+00, 1.001382172107697e-01, 2.562195360660553e-01, 3.709206581115725e-01, 4.004292488098144e-01, 3.334740698337555e-01, 1.956300884485245e-01, 3.954872116446495e-02, 1e+00, 1e+00, 0e+00, 1.23605377972126e-01, 2.796867191791534e-01, 3.943878412246704e-01, 4.238964319229126e-01, 3.56941282749176e-01, 2.190972566604614e-01, 6.30159005522728e-02, 0e+00, 0e+00, 2.191827399656177e-03, 1.400358229875565e-01, 2.961171865463257e-01, 4.108183085918427e-01, 4.403268992900848e-01, 3.733717203140259e-01, 2.355276942253113e-01, 7.944635301828384e-02, 0e+00, 0e+00, 1.416134834289621e-02, 1.520053595304499e-01, 1.500867158174523e-01, 2.467878311872482e-01, 2.582959532737732e-01, 1.733406782150269e-01, 1.749666035175323e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1.869222074747086e-01, 1.984308063983917e-01, 1.134756058454514e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 6.151185184717178e-02, 1.582129299640656e-01, 1.697211712598801e-01, 8.47659707069397e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.847380891442299e-02, 1.451748907566071e-01, 1.566833853721619e-01, 7.172820717096329e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 4.27054651081562e-02, 1.394075900316238e-01, 1.509159058332443e-01, 1e+00, 1e+00] +terCon.zonRegCon.mulSum.y=[5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 5e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01] +terCon.yDam=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.71521870046854e-03, 1.637960076332092e-01, 2.784970402717591e-01, 3.080056011676788e-01, 2.41050660610199e-01, 1.032075360417366e-01, 0e+00, 0e+00, 0e+00, 0e+00, 6.482810527086258e-02, 2.209091335535049e-01, 3.356101810932159e-01, 3.651187419891357e-01, 2.981637418270111e-01, 1.603205651044846e-01, 4.23986604437232e-03, 0e+00, 0e+00, 0e+00, 1.001375615596771e-01, 2.562188804149628e-01, 3.709199726581576e-01, 4.004285037517547e-01, 3.334734737873077e-01, 1.956301331520081e-01, 3.954949229955673e-02, 1e+00, 1e+00, 0e+00, 1.236050054430962e-01, 2.796863615512848e-01, 3.94387423992157e-01, 4.238959848880768e-01, 3.569409251213074e-01, 2.190977334976196e-01, 6.301699578762054e-02, 0e+00, 0e+00, 2.19203345477581e-03, 1.400360316038132e-01, 2.961173951625824e-01, 4.108185172080994e-01, 4.403270483016968e-01, 3.733719885349274e-01, 2.355284094810486e-01, 7.944762706756592e-02, 0e+00, 0e+00, 1.416199002415012e-02, 1.520060002803812e-01, 9.742069244384842e-02, 1.881218105554581e-01, 1.936303675174713e-01, 1.026753112673759e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1.187031492590904e-01, 1.242117881774902e-01, 3.325675427913666e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.927204459905624e-02, 9.478072077035904e-02, 3.825701307505369e-03, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.758467644453049e-02, 8.309342712163925e-02, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.30765238404274e-02, 7.858528196811676e-02, 1e+00, 1e+00] diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode.mos index c892ec5db6f..42d1b613db8 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.OperatingMode.mos @@ -1,6 +1,6 @@ compareVars := { - "operatingMode.uOcc", - "operatingMode.uDetOcc", + "operatingMode.uOccExp", + "operatingMode.uOccDet", "operatingMode.intSwi.y" }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos index 6546bfa32cd..64e71a9c8e5 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SetPoints.Validation.ZoneRegulation.mos @@ -2,7 +2,7 @@ compareVars := { "zonRegCon.uOpeMod", "zonRegCon.TZon", - "zonRegCon.TZonSet.TZonHeaSet", + "zonRegCon.TZonHeaSet", "zonRegCon.yReh", "zonRegCon.mulSum.y", "zonRegCon.VDes_occ", @@ -12,6 +12,6 @@ compareVars := "zonRegCon.mulSum.y", "zonRegCon.yDam", "zonRegCon.TZon", - "zonRegCon.TZonSet.TZonCooSet", + "zonRegCon.TZonCooSet", "zonRegCon.yChiVal" }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controller.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controller.mos index 4efadeff94c..69d3d027497 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controller.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.Terminal.Validation.Controller.mos @@ -1,16 +1,16 @@ compareVars := { - "terCon.uDetOcc", + "terCon.uOccDet", "terCon.uConSen", "terCon.TZon", - "terCon.zonRegCon.TZonSet.TZonCooSet", + "terCon.TZonCooSet", "terCon.uChiVal", "terCon.yChiWatSupReq", "terCon.TChiWatReq", "terCon.yChiVal", "terCon.TZon", - "terCon.zonRegCon.TZonSet.TZonHeaSet", - "terCon.zonRegCon.TZonSet.TZonCooSet", + "terCon.TZonHeaSet", + "terCon.TZonCooSet", "terCon.yReh", "terCon.VDis_flow", "terCon.zonRegCon.mulSum.y", From f0ef3100d4e5b25bb80830cbf50bdecac3754d2c Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 May 2023 17:09:30 -0700 Subject: [PATCH 074/196] Updated HTML formatting in documentation --- .../SecondaryPumps/Subsequences/EnableLead.mo | 9 ++++++++- .../Subsequences/Validation/ChangeStatus.mo | 2 ++ .../SecondaryPumps/Subsequences/Validation/EnableLead.mo | 1 + .../OBC/ChilledBeams/System/Validation/Controller.mo | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo index fde392e1db3..22ab999d322 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo @@ -119,14 +119,21 @@ annotation ( Block that enables and disables lead pump for chilled water beam systems.

                                                      +

                                                      +

                                                      • The lead pump shall be enabled yLea = true when any of the chilled beam control valves are continuously open (uValPos > valPosOpe) for valOpeThr - time. The lead pump shall be disabled when all the chilled beam control valves + time. +
                                                      • +
                                                      • + The lead pump shall be disabled when all the chilled beam control valves are continuously closed (uValPos < valPosClo) for valCloThr time.
                                                      • +
                                                      +

                                                      ", revisions="
                                                      • diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo index 25959dfc9ff..be620b7fb56 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -121,6 +121,7 @@ annotation ( This example validates Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus. +

                                                        It consists of an open-loop setup for block chaPumSta that changes the status of pumps, with a constant Boolean input con that generates constant Boolean false signal, a sample trigger input block samTri @@ -156,6 +157,7 @@ It becomes false when chaPumSta.uNexLagPum changes from 3 to 4 and chaPumSta.uLasLagPum changes from 4 to 3.

                                                      • +

                                                ", revisions="
                                                  diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo index efd1bb9b99c..95bf61206e2 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo @@ -51,6 +51,7 @@ annotation ( (enaLeaPum.uValPos[1] < 0.05 or enaLeaPum.uValPos[2] < 0.05 ) for 60 seconds. +

                                                  ", revisions="
                                                    diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo index d8d69025a80..7a023cef772 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo @@ -78,7 +78,7 @@ pressure 20000 Pa. The following observations should be apparent from the simulation plots:
                                                    1. -The lead pump enable signal sysCon.yChiWatPum[1] becomes true +The lead pump enable signal sysCon.yChiWatPum[1] becomes true when sysCon.uValPos changes to 1. It becomes false when sysCon.uValPos changes to 0.
                                                    2. From 30404b74871e1df628c913047b07cf9b09d42284 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 May 2023 17:14:52 -0700 Subject: [PATCH 075/196] Corrected HTML formatting in documentation --- .../SecondaryPumps/Subsequences/Validation/ChangeStatus.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo index be620b7fb56..943061c04ce 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -134,7 +134,7 @@ back as an input to the pump status signal chaPumSta.uChiWatPum. The following observations should be apparent from the simulation plots:
                                                      1. -The lead pump enable signal chaPumSta.yChiWatPum[1] becomes true +The lead pump enable signal chaPumSta.yChiWatPum[1] becomes true when chaPumSta.uNexLagPum changes from 0 to 1 and chaPumSta.uLasLagPum changes from 7 to 6. It becomes false From 5f892f50b383c94677df1d8b907fec9177d779d0 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 May 2023 18:06:51 -0700 Subject: [PATCH 076/196] Updated validation model and script for change status block --- .../Subsequences/Validation/ChangeStatus.mo | 106 +++++++++++------- .../Subsequences/Validation/ChangeStatus.mos | 3 +- 2 files changed, 68 insertions(+), 41 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo index 943061c04ce..3af6400f7a3 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mo @@ -6,13 +6,35 @@ model ChangeStatus chaPumSta( final nPum=3) "Scenario testing pump status changer" - annotation (Placement(transformation(extent={{60,-10},{82,10}}))); + annotation (Placement(transformation(extent={{80,-10},{100,10}}))); protected + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDelDis( + final delayTime=3) + "Delay for pump disable signal" + annotation (Placement(transformation(extent={{14,10},{34,30}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDelEna( + final delayTime=2) + "Delay for pump enable signal" + annotation (Placement(transformation(extent={{20,40},{40,60}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueFalseHold truHolEna( + final trueHoldDuration=4, + final falseHoldDuration=0) + "Hold enable pulse signal for delay duration" + annotation (Placement(transformation(extent={{-8,40},{12,60}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueFalseHold truHolDis( + final trueHoldDuration=4, + final falseHoldDuration=0) + "Hold disable pulse signal for duration of delay" + annotation (Placement(transformation(extent={{-14,10},{6,30}}))); + Buildings.Controls.OBC.CDL.Logical.Pre pre[3]( final pre_u_start=fill(false, 3)) "Logical pre block" - annotation (Placement(transformation(extent={{90,-10},{110,10}}))); + annotation (Placement(transformation(extent={{110,-10},{130,10}}))); Buildings.Controls.OBC.CDL.Logical.Sources.SampleTrigger samTri( final period=5, @@ -44,7 +66,7 @@ protected Buildings.Controls.OBC.CDL.Logical.Not not1 "Logical Not" - annotation (Placement(transformation(extent={{-10,10},{10,30}}))); + annotation (Placement(transformation(extent={{40,10},{60,30}}))); Buildings.Controls.OBC.CDL.Integers.Subtract subInt "Generate stage setpoints for staging down processes" @@ -64,7 +86,7 @@ equation annotation (Line(points={{-86.8,0},{-82,0}}, color={255,127,0})); connect(onCouInt.y, chaPumSta.uNexLagPum) annotation (Line(points={{-86.8,0},{ - -84,0},{-84,-20},{20,-20},{20,-4},{57.8,-4}},color={255,127,0})); + -84,0},{-84,-20},{20,-20},{20,-4},{78,-4}}, color={255,127,0})); connect(samTri.y, logSwi1.u1) annotation (Line(points={{-108,0},{-106,0},{-106, 28},{-42,28}}, color={255,0,255})); @@ -84,36 +106,40 @@ equation connect(intGreThr.y, logSwi.u2) annotation (Line(points={{-58,0},{-54,0},{-54, 50},{-42,50}}, color={255,0,255})); - connect(logSwi1.y, not1.u) - annotation (Line(points={{-18,20},{-12,20}}, color={255,0,255})); - - connect(not1.y, chaPumSta.uLasLagPumSta) annotation (Line(points={{12,20},{30, - 20},{30,4},{57.8,4}}, - color={255,0,255})); - - connect(logSwi.y, chaPumSta.uNexLagPumSta) annotation (Line(points={{-18,50},{ - 50,50},{50,8},{57.8,8}},color={255,0,255})); + connect(not1.y, chaPumSta.uLasLagPumSta) annotation (Line(points={{62,20},{66, + 20},{66,4},{78,4}}, color={255,0,255})); connect(subInt.y, chaPumSta.uLasLagPum) annotation (Line(points={{-18,-40},{52, - -40},{52,-8},{57.8,-8}}, color={255,127,0})); + -40},{52,-8},{78,-8}}, color={255,127,0})); connect(con.y, onCouInt.reset) annotation (Line(points={{-108,80},{-104,80},{-104, -14},{-94,-14},{-94,-7.2}}, color={255,0,255})); - connect(pre.y, chaPumSta.uChiWatPum) annotation (Line(points={{112,0},{120,0}, - {120,20},{40,20},{40,0},{57.8,0}}, - color={255,0,255})); + connect(pre.y, chaPumSta.uChiWatPum) annotation (Line(points={{132,0},{134,0}, + {134,20},{74,20},{74,0},{78,0}}, color={255,0,255})); connect(chaPumSta.yChiWatPum, pre.u) - annotation (Line(points={{84.2,0},{88,0}}, + annotation (Line(points={{102,0},{108,0}}, color={255,0,255})); connect(conInt.y,subInt. u1) annotation (Line(points={{-78,-50},{-60,-50},{-60, -34},{-42,-34}}, color={255,127,0})); connect(onCouInt.y,subInt. u2) annotation (Line(points={{-86.8,0},{-84,0},{-84, -30},{-50,-30},{-50,-46},{-42,-46}}, color={255,127,0})); + connect(truDelDis.y, not1.u) + annotation (Line(points={{36,20},{38,20}}, color={255,0,255})); + connect(truDelEna.y, chaPumSta.uNexLagPumSta) annotation (Line(points={{42,50}, + {70,50},{70,8},{78,8}}, color={255,0,255})); + connect(logSwi.y,truHolEna. u) + annotation (Line(points={{-18,50},{-10,50}}, color={255,0,255})); + connect(truHolEna.y, truDelEna.u) + annotation (Line(points={{14,50},{18,50}}, color={255,0,255})); + connect(truHolDis.u, logSwi1.y) + annotation (Line(points={{-16,20},{-18,20}}, color={255,0,255})); + connect(truDelDis.u, truHolDis.y) + annotation (Line(points={{12,20},{8,20}}, color={255,0,255})); annotation ( - experiment(StopTime=3600.0, Tolerance=1e-06), + experiment(StopTime=35, Tolerance=1e-06), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos" "Simulate and plot"), Documentation(info=" @@ -123,39 +149,39 @@ This example validates Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.ChangeStatus.

                                                        -It consists of an open-loop setup for block chaPumSta that changes the status of pumps, with -a constant Boolean input con that generates constant Boolean false signal, a sample trigger input block samTri +It consists of an open-loop setup for block chaPumSta that changes +the status of pumps, with +a constant Boolean input con that generates constant Boolean false signal, +a sample trigger input block samTri that generates a sample trigger signal with a period of 5 seconds and a shift time of 1 second, and a constant integer input conInt that generates a constant output value of 7. -A logical pre block pre is used to capture the pump enable output signal chaPumSta.yChiWatPum and provide it +A logical pre block pre is used to capture the pump enable output signal +chaPumSta.yChiWatPum and provide it back as an input to the pump status signal chaPumSta.uChiWatPum.

                                                        The following observations should be apparent from the simulation plots:

                                                        1. -The lead pump enable signal chaPumSta.yChiWatPum[1] becomes true -when chaPumSta.uNexLagPum changes from 0 to 1 and -chaPumSta.uLasLagPum changes from 7 to 6. -It becomes false -when chaPumSta.uNexLagPum changes from 5 to 6 and -chaPumSta.uLasLagPum changes from 2 to 1. +The lead pump enable signal yChiWatPum[1] becomes true +when uNexLagPum is 1 and +pump enable status signal uNexLagPumSta becomes true. +It becomes false when uLasLagPum is 1 and +pump disable signal uLasLagPumSta becomes false.
                                                        2. -The lag pump enable signal chaPumSta.yChiWatPum[2] becomes true -when chaPumSta.uNexLagPum changes from 1 to 2 and -chaPumSta.uLasLagPum changes from 6 to 5. -It becomes false -when chaPumSta.uNexLagPum changes from 4 to 5 and -chaPumSta.uLasLagPum changes from 3 to 2. +The lag pump enable signal yChiWatPum[2] becomes true +when uNexLagPum is 2 and uNexLagPumSta +becomes true. +It becomes false when uLasLagPum is 2 and +uLasLagPumSta becomes false.
                                                        3. -The lag pump enable signal chaPumSta.yChiWatPum[3] becomes true -when chaPumSta.uNexLagPum changes from 2 to 3 and -chaPumSta.uLasLagPum changes from 5 to 4. -It becomes false -when chaPumSta.uNexLagPum changes from 3 to 4 and -chaPumSta.uLasLagPum changes from 4 to 3. +The lag pump enable signal yChiWatPum[3] becomes true +when uNexLagPum is 3 and uNexLagPumSta +becomes true. +It becomes false when uLasLagPum is 3 +and uLasLagPumSta becomes false.

                                                        diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos index 0507a985a8e..e288320dd1a 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/ChangeStatus.mos @@ -1,3 +1,4 @@ simulateModel("Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus", method="Cvode", stopTime=35, tolerance=1e-06, resultFile="ChangeStatus"); createPlot(id=1, position={0, 0, 1545, 998}, y={"chaPumSta.uNexLagPum", "chaPumSta.uLasLagPum"}, range={0.0, 35.0, -2.0, 9.0}, grid=true, colors={{28,108,200}, {238,46,47}}); -createPlot(id=1, position={0, 0, 1545, 496}, y={"chaPumSta.yChiWatPum[1]", "chaPumSta.yChiWatPum[2]", "chaPumSta.yChiWatPum[3]"}, range={0.0, 35.0, -0.1, 1.1}, grid=true, subPlot=2, colors={{28,108,200}, {28,108,200}, {28,108,200}}); +createPlot(id=1, position={0, 0, 1545, 998}, y={"chaPumSta.uNexLagPumSta", "chaPumSta.uLasLagPumSta"}, range={0.0, 35.0, -2.0, 9.0}, grid=true, colors={{28,108,200}, {238,46,47}}, subPlot=2); +createPlot(id=1, position={0, 0, 1545, 496}, y={"chaPumSta.yChiWatPum[1]", "chaPumSta.yChiWatPum[2]", "chaPumSta.yChiWatPum[3]"}, range={0.0, 35.0, -0.1, 1.1}, grid=true, subPlot=3, colors={{28,108,200}, {28,108,200}, {28,108,200}}); From a3f36960704450eac3f9a8a523cf049945ea5fd7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 May 2023 01:14:47 +0000 Subject: [PATCH 077/196] Updated annotations for simulation settings --- .../SecondaryPumps/Subsequences/Validation/EnableLead.mo | 2 +- .../OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo index 95bf61206e2..66360fb6545 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo @@ -21,7 +21,7 @@ equation annotation ( experiment( - StopTime=720, + StopTime=760, Tolerance=1e-06, __Dymola_Algorithm="Dassl"), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mos" diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo index b60f56e097c..1941b23b514 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo @@ -40,7 +40,7 @@ equation annotation (Line(points={{-32,-20},{-38,-20}}, color={0,0,127})); annotation ( experiment( - StopTime=7200, + StopTime=14400, Tolerance=1e-06), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mos" "Simulate and plot"), From c8060a5d190158981e2ecd434d53188b3a873c5f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 May 2023 01:15:15 +0000 Subject: [PATCH 078/196] Updated unit test results --- ...ndaryPumps_Subsequences_Validation_ChangeStatus.txt | 10 ++++++---- ...ndaryPumps.Subsequences.Validation.ChangeStatus.mos | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt index 6c3cb48e119..c118531bcf6 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_ChangeStatus.txt @@ -1,4 +1,4 @@ -last-generated=2021-09-15 +last-generated=2023-05-25 statistics-simulation= { "linear": " ", @@ -8,6 +8,8 @@ statistics-simulation= time=[0e+00, 3.5e+01] chaPumSta.uNexLagPum=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00, 7e+00] chaPumSta.uLasLagPum=[7e+00, 7e+00, 7e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 6e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 4e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 3e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 2e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -chaPumSta.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -chaPumSta.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -chaPumSta.yChiWatPum[3]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chaPumSta.uNexLagPumSta=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.999961853173005e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 3.814682735026054e-06, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chaPumSta.uLasLagPumSta=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00] +chaPumSta.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chaPumSta.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 9.999961853173005e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +chaPumSta.yChiWatPum[3]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos index f9cadc6f6fa..1939a8f55f2 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Controls.OBC.ChilledBeams.SecondaryPumps.Subsequences.Validation.ChangeStatus.mos @@ -2,6 +2,8 @@ compareVars := { "chaPumSta.uNexLagPum", "chaPumSta.uLasLagPum", + "chaPumSta.uNexLagPumSta", + "chaPumSta.uLasLagPumSta", "chaPumSta.yChiWatPum[1]", "chaPumSta.yChiWatPum[2]", "chaPumSta.yChiWatPum[3]" From 9399406794e0dcde0e67509b0a78ff16b2e3fdc5 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 May 2023 23:44:34 -0700 Subject: [PATCH 079/196] Updated documentation for all validation models --- .../Subsequences/Speed_remoteDp.mo | 4 +- .../Validation/EnableLag_pumpSpeed.mo | 10 ++-- .../Subsequences/Validation/EnableLead.mo | 13 +++--- .../Subsequences/Validation/Speed_remoteDp.mo | 14 +++--- .../Validation/BypassValvePosition.mo | 12 ++--- ...ChilledWaterStaticPressureSetpointReset.mo | 9 ++-- .../Validation/ChilledWaterSupplyReset.mo | 46 +++++++++---------- .../SetPoints/Validation/OperatingMode.mo | 14 +++--- .../SetPoints/Validation/ZoneRegulation.mo | 32 +++++++------ .../System/Validation/Controller.mo | 32 ++++++------- .../Terminal/Validation/Controller.mo | 25 +++++----- 11 files changed, 105 insertions(+), 106 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo index ec051c6ff06..726fb4cf141 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -200,8 +200,6 @@ equation annotation (Line(points={{22,-66},{30,-66},{30,-12}},color={0,0,127})); connect(conPID.y, maxLoo.u[1:nSen]) annotation (Line(points={{42,0},{50,0},{50,0},{58,0}}, color={0,0,127})); - connect(pumSpe_max.y, swi.u3) annotation (Line(points={{2,40},{10,40},{10,92}, - {78,92}}, color={0,0,127})); connect(reaRep.y, div.u2) annotation (Line(points={{-18,-90},{-10,-90},{-10,-72}, {-2,-72}}, color={0,0,127})); connect(guaDivZer.y, reaRep.u) @@ -210,6 +208,8 @@ equation -82,-80},{-88,-80}}, color={0,0,127})); connect(guaDivZer.u2, dpChiWatSet) annotation (Line(points={{-72,-96},{-84,-96}, {-84,-100},{-140,-100}}, color={0,0,127})); + connect(pumSpe_min.y, swi.u3) annotation (Line(points={{-58,80},{-40,80},{-40, + 92},{78,92}}, color={0,0,127})); annotation ( defaultComponentName="chiPumSpe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo index 6eb950aac0a..f96caa99b5d 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo @@ -59,14 +59,12 @@ The following observations should be apparent from the simulation plots:
                                                        1. enaLagPum stages up (yUp = true) when pump speed -enaLagPum.uPumSpe -exceeds speed limits enaLagPum.speLim for time period enaLagPum.timPer -or enaLagPum.speLim1 for enaLagPum.timPer1. +uPumSpe exceeds speed limits speLim for time period +timPer or speLim1 for timPer1.
                                                        2. -It stages down (yDown = false) when enaLagPum.uPumSpe -falls below speed limit enaLagPum.speLim2 for time period -enaLagPum.timPer2. +It stages down (yDown = false) when uPumSpe +falls below speed limit speLim2 for time period timPer2.

                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo index 66360fb6545..b1ce8f37c77 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo @@ -40,16 +40,15 @@ annotation ( The following observations should be apparent from the simulation plots:
                                                        1. - enaLeaPum enables the lead pump (enaLeaPum.yLea = true) + enaLeaPum enables the lead pump (yLea = true) when any of the chilled beam control valves are continuously open - (enaLeaPum.uValPos[1] > 0.1 or enaLeaPum.uValPos[2] > 0.1 ) - for 30 seconds. + (uValPos[1] > valPosOpe or uValPos[2] > valPosOpe) + for time period valOpeThr.
                                                        2. - It disables lead pump (enaLeaPum.yLea = false) when - all the chilled beam control valves are continuously closed - (enaLeaPum.uValPos[1] < 0.05 or enaLeaPum.uValPos[2] < 0.05 ) - for 60 seconds. + It disables lead pump (yLea = false) when all the chilled beam + control valves are continuously closed (uValPos[1] < valPosClo + and uValPos[2] < valPosClo) for duration valCloThr.

                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo index 2407173189d..8b0c76e29ad 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo @@ -74,16 +74,14 @@ chilled water pump speed setpoint in chilled beam systems with variable-speed pu The following observations should be apparent from the simulation plots:
                                                        1. -The block chiPumSpe receives input signals remPreSen1 -and remPreSen2 and its PID loop output is mapped from minimum -pump speed minPumSpe at 0% to maximum pump speed -maxPumSpe at 100%. +The block chiPumSpe outputs chilled water pump speed yChiWatPumSpe, +based on the difference between the measured chilled water differential pressure +dpChiWat and the setpoint dpChiWatSet whenever any of the pumps +are proven on (uChiWatPum = true).
                                                        2. -When two input signals of the chilled water differential static pressures exist -(chiPumSpe.maxLoo.u[1] and chiPumSpe.maxLoo.u[1]), -the block chiPumSpe outputs chilled water pump speed chiPumSpe.yChiWatPumSpe, -which is controlled by the maximum signal output chiPumSpe.maxLoo.y. +chiPumSpe runs the pump at minimum speed (yChiWatPumSpe = minPumSpe) +when none of the pumpsare not yet proven on (uChiWatPum = false).

                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo index 6d4952a1150..18285c7b869 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo @@ -68,14 +68,14 @@ demand loop dpChiWatLoo. The following observations should be apparent from the simulation plots:
                                                        1. -When none of the pumps are proven on (bypValPos.uPumSta[1]=false and bypValPos.uPumSta[2]=false) -for times between 2000 and 4000 seconds and for times greater than 6000 seconds, -the bypass valve position is completely opened (bypValPos.yBypValPos=1). +When none of the pumps are proven on (uPumSta=false), +the bypass valve is completely opened (yBypValPos=1).
                                                        2. -When the pumps are proven on and are running at minimum speed (bypValPos.minPumSpe=0.1), -the bypass valve position bypValPos.yBypValPos is used to regulate dpChiWatLoo at -maximum allowed loop pressure dPChiWatMax. +When the pumps are proven on (uPumSta=true) and are running at +minimum speed (minPumSpe=0.1), yBypValPos is used to +regulate the measured chilled water differential pressuredpChiWatLoo +at maximum allowed loop pressure dPChiWatMax.

                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo index 0d4acf76417..3ef87fb6045 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo @@ -56,13 +56,12 @@ The following observations should be apparent from the simulation plots:
                                                        1. The block chiWatStaPreSetRes generates requests to reset pump static pressure setpoints -(chiWatStaPreSetRes.yStaPreSetPoi) when pump proven on signal is true -(chiWatStaPreSetRes.uPumSta[1]=true) and chilled water control valve is open greater than -chiWatStaPreSetRes.valPosLowOpe for chiWatStaPreSetRes.thrTimLow continuously. +(yStaPreSetPoi) when pump proven on signal is true +(uPumSta=true) and chilled water control valve is open greater than +valPosLowOpe for time period thrTimLow continuously.
                                                        2. -The block chiWatStaPreSetRes generates zero request when pump proven on signal is false -(chiWatStaPreSetRes.uPumSta[1]=false). +It generates zero requests when uPumSta=false.

                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo index 25eb19e57e3..71910789dc8 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo @@ -77,38 +77,38 @@ This example validates Buildings.Controls.OBC.ChilledBeams.SetPoints.ChilledWaterSupplyReset.

                                                        -It consists of three open-loop setup for blocks chiWatSupRes, chiWatSupRes1, and chiWatSupRes2. -Each block has the similar input and output signals, in which, for example, a constant Real input signal ram -that is used to simulate Chilled water control valve position signal -(chiWatSupRes.uValPos), a Boolean pulse input signal that is used to simulate the condensation sensor signal, -and two outputs signals (chiWatSupRes.yChiWatSupReq and chiWatSupRes.TChiWatReq) -that generate the number of requests for chilled water supply and its temperature setpoint reset, respectively. +

                                                        +It consists of three open-loop setup for blocks chiWatSupRes, +chiWatSupRes1, and chiWatSupRes2. +Each block has the similar input and output signals, in which, a constant Real +input signal ram is used to simulate Chilled water control valve position +(chiWatSupRes.uValPos), a Boolean pulse input signal that is used to +simulate the condensation sensor signal chiWatSupRes.uConSen, and +two outputs (chiWatSupRes.yChiWatSupReq and chiWatSupRes.TChiWatReq) +that generate the number of requests for chilled water supply and its temperature +setpoint reset, respectively. +

                                                        The following observations should be apparent from the simulation plots:

                                                        1. -When the control valve position (chiWatSupRes.uValPos=0.15) is open greater than -(chiWatSupRes.valPosHigOpeReq=0.1) for (chiWatSupRes.thrTimLowReq=300) continuously, -one request (chiWatSupRes.yChiWatSupReq=1) is generated for chilled water supply. -When the control valve position (chiWatSupRes.uValPos=0.15) is less than -(chiWatSupRes.valPosLowOpeTemRes=0.5), no requests (chiWatSupRes.TChiWatReq=0) +When the control valve position (uValPos) is open greater than +(valPosHigOpeReq) for duration (thrTimLowReq) continuously, +one request (yChiWatSupReq=1) is generated for chilled water supply. +When uValPos is less than valPosLowOpeTemRes, +no requests (chiWatSupRes.TChiWatReq=0) are generated for chilled water supply temperature setpoint reset.
                                                        2. -When the control valve position (chiWatSupRes1.uValPos=0.55) is -open greater than -(chiWatSupRes1.valPosHigOpeReq=0.5) for (chiWatSupRes1.thrTimHigReq=60) -continuously, -two requests (chiWatSupRes1.yChiWatSupReq=2) are generated for -chilled water supply. +When uValPos open greater than valPosHigOpeReq +for thrTimHigReq continuously, two requests +(yChiWatSupReq=2) are generated for chilled water supply.
                                                        3. -When the control valve position (chiWatSupRes1.uValPos=0.55) -is greater than -(chiWatSupRes1.valPosLowOpeTemRes=0.5) and when (chiWatSupRes1.uConSen=false), -one request -(chiWatSupRes1.TChiWatReq=1) is generated for chilled water supply -temperature setpoint reset. +When uValPos is greater than valPosLowOpeTemRes and +uConSen=false, one request +(TChiWatReq=1) is generated for chilled water supply temperature +setpoint reset.

                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo index 1941b23b514..2d17decf2e2 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo @@ -60,14 +60,16 @@ and a Integer output operatingMode.yOpeMod that generates system op The following observations should be apparent from the simulation plots:
                                                        1. -When the detection of occupancy signal is false (operatingMode.uDetOcc=false) and -occupancy schedule signal is true (operatingMode.uOcc=true), -the system operating mode setpoint is 1 (operatingMode.yOpeMod=1). +When occupancy detected in the zone (uOccDet=true), the system +operating mode setpoint is 1 (yOpeMod=1).
                                                        2. -When the detection of occupancy signal is false (operatingMode.uDetOcc=false) and -occupancy schedule signal is false (operatingMode.uOcc=false), -the system operating mode setpoint is 2 (operatingMode.yOpeMod=2). +When uOccDet=false and uOccExp=false, +the setpoint is 2 (yOpeMod=2). +
                                                        3. +
                                                        4. +When uOccDet=false and uOccExp=true, +the setpoint is 3 (yOpeMod=3).

                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo index 48adbaf6295..4216b06f3ce 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo @@ -101,12 +101,13 @@ Buildings.Controls.OBC.ChilledBeams.SetPoints.ZoneRegulation.

                                                        It consists of an open-loop setup for block zonRegCon with -two sine input signals sin1 and sin1 that are used to simulated -the measured zone temperature signal zonRegCon.TZon and measured discharge airflow rate signal -zonRegCon.VDis_flow, respectively, -a Boolean step input signal booPul that is used to simulate the signal from condensation sensor -in zone zonRegCon.uConSen, two constant Real input sigals that are used to simulate -the zone heating and cooling setpoint temperatures zonRegCon.TZonHeaSet and zonRegCon.TZonCooSet, respectively, +two sine input signals sin1 and sin1 that are used to +simulate the measured zone temperature signal zonRegCon.TZon and +measured discharge airflow rate signal zonRegCon.VDis_flow, respectively, +a Boolean step input signal booPul that is used to simulate the signal +from condensation sensor in zone zonRegCon.uConSen, two constant Real +input sigals that are used to simulate the zone heating and cooling setpoint +temperatures zonRegCon.TZonHeaSet and zonRegCon.TZonCooSet, respectively, and a ramp signal ram that generates Real integer signal and uses reaToInt to simulate the zone operation mode zonRegCon.uOpeMod.

                                                        @@ -114,18 +115,21 @@ to simulate the zone operation mode zonRegCon.uOpeMod. The following observations should be apparent from the simulation plots:
                                                        1. -The block zonRegCon generates the CAV reheat signal zonRegCon.yReh greater than 0 -when the measured zone temperature zonRegCon.TZon is below the zone heating setpoint zonRegCon.TZonHeaSet. +zonRegCon generates the CAV reheat signal yReh to maintain +the measured zone temperature TZon at or above the zone heating setpoint +TZonHeaSet.
                                                        2. -The block zonRegCon generates the CAV damper position signal zonRegCon.yDam that is greater than 0 to -adjust the supply air at volume flow rates VDes_occ, VDes_unoccUnsch, and VDes_unoccSch -when the operating modes zonRegCon.uOpeMod are occupied, -unoccupiedUnscheduled, and unoccupiedScheduled, respectively. +It also generates the CAV damper position signal yDam to maintain +the supply air volume flow rate VDis_flow at setpoints VDes_occ, +VDes_unoccUnsch, or VDes_unoccSch, +when the calculated operating mode uOpeMod is occupied, +unoccupiedUnscheduled, or unoccupiedScheduled, respectively.
                                                        3. -The block zonRegCon generates the chilled beam control valve position zonRegCon.yVal greater than 0 -when the measured zone temperature zonRegCon.TZon is above the zone cooling setpoint zonRegCon.TZonCooSet. +The chilled beam control valve position yVal is used to maintain +the measured zone temperature TZon at or below the zone cooling +setpoint TZonCooSet.

                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo index 7a023cef772..3f298ac64ba 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo @@ -78,28 +78,28 @@ pressure 20000 Pa. The following observations should be apparent from the simulation plots:
                                                        1. -The lead pump enable signal sysCon.yChiWatPum[1] becomes true -when sysCon.uValPos changes to 1. It becomes false -when sysCon.uValPos changes to 0. +The lead pump enable signal yChiWatPum[1] becomes true +when uValPos changes to 1. It becomes false +when uValPos changes to 0.
                                                        2. -When sysCon.dPChiWatLoo falls below the calculated static pressure -setpoint sysCon.chiWatStaPreSetRes.yStaPreSetPoi, an increase in pump -speed output signal sysCon.yPumSpe is observed. +When measured chilled water differential pressure dpChiWatLoo falls +below the setpoint sysCon.chiWatStaPreSetRes.yStaPreSetPoi, an increase +in pump speed output signal yPumSpe is observed.
                                                        3. -The lag pump enable signal sysCon.yChiWatPum[2] becomes true when -sysCon.yPumSpe exceeds pump speed limit sysCon.speLim1 -for duration sysCon.timPer2, and becomes false when it -falls below sysCon.speLim2 for sysCon.timPer3. +The lag pump enable signal yChiWatPum[2] becomes true when +pump speed yPumSpe exceeds pump speed limit speLim1 +for duration timPer2, and becomes false when it +falls below speLim2 for sysCon.timPer3.
                                                        4. -The bypass valve position signal sysCon.yBypValPos becomes 0 -when sysCon.yChiWatPum[1] == true and is 1 -when sysCon.yChiWatPum[1] == false. -sysCon.yBypValPos is increased from 0 if sysCon.yChiWatPum[1] == true, -sysCon.yPumSpe is at minimum pump speed sysCon.minPumSpe -and sysCon.dPChiWatLoo exceeds maximum pressure allowed sysCon.dPChiWatMax. +The bypass valve position yBypValPos becomes 0 +when yChiWatPum[1] = true and is 1 +when yChiWatPum[1] = false. +If yChiWatPum[1] == true and yPumSpe is at minimum pump +speed minPumSpe, yBypValPos is used to maintain +dPChiWatLoo at maximum pressure allowed dPChiWatMax.

                                                        diff --git a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo index 9b11930e426..fc252cf8f0a 100644 --- a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo @@ -129,27 +129,26 @@ is provided as input to the measured chilled water valve position input te The following observations should be apparent from the simulation plots:
                                                        1. -Valve position signal terCon.yChiVal is increased from 0 whenever terCon.TZon -exceeds the zone cooling setpoint temperature terCon.TZonCooSet. -It is reduced to 0 whenever terCon.uConSen becomes true +Valve position signal yChiVal is used to maintain measured zone temperature +TZon at or below the zone cooling setpoint temperature TZonCooSet. +It is reduced to 0 whenever uConSen becomes true for duration conSenOnThr.
                                                        2. It also determines the number of chilled water supply requests -terCon.yChiWatSupReq and temperature reset requests terCon.TChiWatReq. -terCon.TChiWatReq should be zero whenever condensation sensor signal -terCon.uConSen becomes true for duration conSenOnThr. +yChiWatSupReq and temperature reset requests TChiWatReq. +TChiWatReq becomes zero whenever uConSen becomes true +for conSenOnThr.
                                                        3. -Terminal reheat signal terCon.yReh is increased from 0 -whenever terCon.TZon falls below the zone heating setpoint temperature -terCon.TZonHeaSet. +Terminal reheat signal yReh is used to maintain TZon +at or above the the zone heating setpoint temperature TZonHeaSet.
                                                        4. -Terminal damper position signal terCon.yDam is increased from 0 -whenever terCon.VDis_flow falls below the discharge air flowrate setpoint -terCon.zonRegCon.mulSum.y. It is changed to 1 whenever -terCon.uConSen becomes true for duration conSenOnThr. +Terminal damper position signal yDam is used to maintain measured +supply air flowrate VDis_flow at setpoint terCon.zonRegCon.mulSum.y. +It is changed to 1 whenever uConSen becomes true +for duration conSenOnThr.

                                                        From afa9234243abdd7737a35dce164df0aa1592d6d1 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 24 May 2023 23:45:40 -0700 Subject: [PATCH 080/196] Fixed missing space --- .../SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo index 8b0c76e29ad..c614b5724fa 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo @@ -81,7 +81,7 @@ are proven on (uChiWatPum = true).
                                                      2. chiPumSpe runs the pump at minimum speed (yChiWatPumSpe = minPumSpe) -when none of the pumpsare not yet proven on (uChiWatPum = false). +when none of the pumps are not yet proven on (uChiWatPum = false).

                                                      From 4a3dc843cf25e9bb5b66e91d21dc6ae8bb37d8ae Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 May 2023 06:52:53 +0000 Subject: [PATCH 081/196] Updated unit test results after changes to pump controller --- ...aryPumps_Subsequences_Validation_Speed_remoteDp.txt | 4 ++-- ...illedBeams_SecondaryPumps_Validation_Controller.txt | 10 +++++----- ...s_OBC_ChilledBeams_System_Validation_Controller.txt | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt index c4a28780fc4..18e7a177ea2 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Subsequences_Validation_Speed_remoteDp.txt @@ -1,4 +1,4 @@ -last-generated=2021-11-24 +last-generated=2023-05-25 statistics-simulation= { "linear": " ", @@ -13,4 +13,4 @@ chiPumSpe.maxLoo.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+0 chiPumSpe.pumSpe.y=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.926862043389446e-01, 9.840717359196033e-01, 9.741901108619069e-01, 9.630800000105174e-01, 9.507856369018555e-01, 9.373556241145464e-01, 9.228426885285682e-01, 9.073039216388492e-01, 8.908009093979825e-01, 8.733990788459778e-01, 8.551667154308519e-01, 8.361747356786483e-01, 8.164986872424059e-01, 7.962170438810475e-01, 7.754098773002625e-01, 7.541596088602579e-01, 7.325495585125267e-01, 7.106646790448579e-01, 6.885913821484083e-01, 6.664167642593384e-01, 6.442286756918433e-01, 6.221146163347439e-01, 6.001620113700427e-01, 5.784571376656995e-01, 5.570857524871826e-01, 5.361321371398542e-01, 5.156787846237512e-01, 4.9580688046499e-01, 4.765943469335128e-01, 4.581182301044464e-01, 4.404505029662134e-01, 4.236609924163008e-01, 4.078159925023495e-01, 3.929775792803826e-01, 3.792044520378113e-01, 3.665510003955494e-01, 3.550672623895058e-01, 3.447989113751256e-01, 3.426206764596084e-01, 3.68724524974823e-01, 3.960741131782269e-01, 4.24561436883774e-01, 4.54074027738218e-01, 4.844956104693671e-01, 5.157060027122498e-01, 5.475820610239178e-01, 5.799978998825877e-01, 6.128255096218111e-01, 6.459356229860569e-01, 6.791974306106567e-01, 7.124795634620414e-01, 7.45650831312051e-01, 7.785800665829441e-01, 8.111377049657156e-01, 8.431949615478516e-01, 8.74625473975669e-01, 9.053050855168844e-01, 9.351126586333898e-01, 9.639307585765975e-01, 9.916455745697021e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.937074184417725e-01] chiPumSpe.pumSpe.f1=[1.000000014901161e-01, 1.000000014901161e-01] chiPumSpe.pumSpe.f2=[1e+00, 1e+00] -chiPumSpe.yChiWatPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.926862043389446e-01, 9.840717359196033e-01, 9.741901108619069e-01, 9.630800000105174e-01, 9.507856369018555e-01, 9.373556241145464e-01, 9.228426885285682e-01, 9.073039216388492e-01, 8.908009093979825e-01, 8.733990788459778e-01, 8.551667154308519e-01, 8.361747356786483e-01, 8.164986872424059e-01, 7.962170438810475e-01, 7.754098773002625e-01, 7.541596088602579e-01, 7.325495585125267e-01, 7.106646790448579e-01, 6.885913821484083e-01, 6.664167642593384e-01, 6.442286756918433e-01, 6.221146163347439e-01, 6.001620113700427e-01, 5.784571376656995e-01, 5.570857524871826e-01, 5.361321371398542e-01, 5.156787846237512e-01, 4.9580688046499e-01, 4.765943469335128e-01, 4.581182301044464e-01, 4.404505029662134e-01, 4.236609924163008e-01, 4.078159925023495e-01, 3.929775792803826e-01, 3.792044520378113e-01, 3.665510003955494e-01, 3.550672623895058e-01, 3.447989113751256e-01, 3.426206764596084e-01, 3.68724524974823e-01, 3.960741131782269e-01, 4.24561436883774e-01, 4.54074027738218e-01, 4.844956104693671e-01, 5.157060027122498e-01, 5.475820610239178e-01, 5.799978998825877e-01, 6.128255096218111e-01, 6.459356229860569e-01, 6.791974306106567e-01, 7.124795634620414e-01, 7.45650831312051e-01, 7.785800665829441e-01, 8.111377049657156e-01, 8.431949615478516e-01, 8.74625473975669e-01, 9.053050855168844e-01, 9.351126586333898e-01, 9.639307585765975e-01, 9.916455745697021e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.937074184417725e-01] +chiPumSpe.yChiWatPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.926862043389446e-01, 9.840717359196033e-01, 9.741901108619069e-01, 9.630800000105174e-01, 9.507856369018555e-01, 9.373556241145464e-01, 9.228426885285682e-01, 9.073039216388492e-01, 8.908009093979825e-01, 8.733990788459778e-01, 8.551667154308519e-01, 8.361747356786483e-01, 8.164986872424059e-01, 7.962170438810475e-01, 7.754098773002625e-01, 7.541596088602579e-01, 7.325495585125267e-01, 7.106646790448579e-01, 6.885913821484083e-01, 6.664167642593384e-01, 6.442286756918433e-01, 6.221146163347439e-01, 6.001620113700427e-01, 5.784571376656995e-01, 5.570857524871826e-01, 5.361321371398542e-01, 5.156787846237512e-01, 4.9580688046499e-01, 4.765943469335128e-01, 4.581182301044464e-01, 4.404505029662134e-01, 4.236609924163008e-01, 4.078159925023495e-01, 3.929775792803826e-01, 3.792044520378113e-01, 3.665510003955494e-01, 3.550672623895058e-01, 3.447989113751256e-01, 3.426206764596084e-01, 3.68724524974823e-01, 3.960741131782269e-01, 4.24561436883774e-01, 4.54074027738218e-01, 4.844956104693671e-01, 5.157060027122498e-01, 5.475820610239178e-01, 5.799978998825877e-01, 6.128255096218111e-01, 6.459356229860569e-01, 6.791974306106567e-01, 7.124795634620414e-01, 7.45650831312051e-01, 7.785800665829441e-01, 8.111377049657156e-01, 8.431949615478516e-01, 8.74625473975669e-01, 9.053050855168844e-01, 9.351126586333898e-01, 9.639307585765975e-01, 9.916455745697021e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.937074184417725e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Validation_Controller.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Validation_Controller.txt index 51bd6646414..c73f74b10b3 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Validation_Controller.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_SecondaryPumps_Validation_Controller.txt @@ -1,4 +1,4 @@ -last-generated=2021-11-24 +last-generated=2023-05-25 statistics-simulation= { "linear": " ", @@ -11,13 +11,13 @@ pumCon.uPumLeaLag[1]=[2e+00, 2e+00] pumCon.uPumLeaLag[2]=[1e+00, 1e+00] pumCon.uValPos[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] pumCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -pumCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000783517956734e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.999238252639771e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000756025314331e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +pumCon.yPumSpe=[1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000747308135033e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.999229311943054e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000765189528465e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01] pumCon.enaLagSecPum.timPer=[1.2e+02, 1.2e+02] pumCon.enaLagSecPum.timPer1=[6e+01, 6e+01] pumCon.enaLagSecPum.timPer2=[1.2e+02, 1.2e+02] -pumCon.enaLagSecPum.tim1.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.200000000000011e+01, 4.800000000000011e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01] -pumCon.enaLagSecPum.tim.y=[0e+00, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.200000000000011e+01, 4.800000000000011e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01] -pumCon.enaLagSecPum.tim2.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.6e+01, 7.200000000000003e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.400000000000006e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 8.400000000000023e+01, 1.199999999999964e+02, 3.600000000000023e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.enaLagSecPum.tim1.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.200000000000011e+01, 4.800000000000011e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.enaLagSecPum.tim.y=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.200000000000011e+01, 4.800000000000011e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 3.6e+01, 1.2e+01, 4.8e+01, 2.4e+01, 6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +pumCon.enaLagSecPum.tim2.y=[0e+00, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.200000000000003e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.400000000000006e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.2e+01, 4.8e+01, 8.400000000000023e+01, 1.199999999999964e+02, 3.600000000000023e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01, 9.6e+01, 1.2e+01, 4.8e+01, 8.4e+01, 1.2e+02, 3.6e+01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 3.6e+01, 7.2e+01, 1.08e+02, 2.4e+01, 6e+01] pumCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.999999999999685e-01, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] pumCon.dpChiWat_remote=[1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.240876793861389e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460813e-01, 8.159376978874204e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00, 1.062666654586792e+00, 1.124344944953918e+00, 1.184062242507935e+00, 1.24087679386139e+00, 1.293892621994019e+00, 1.342273592948914e+00, 1.38525664806366e+00, 1.422163963317871e+00, 1.452413558959961e+00, 1.475528240203857e+00, 1.491143584251404e+00, 1.499013304710388e+00, 1.499013304710388e+00, 1.491143584251404e+00, 1.475528240203857e+00, 1.452413558959961e+00, 1.422163963317871e+00, 1.38525664806366e+00, 1.342273592948914e+00, 1.293892621994019e+00, 1.240876793861389e+00, 1.184062242507935e+00, 1.124344944953918e+00, 1.062666654586792e+00, 1e+00, 9.373334050178528e-01, 8.756550550460815e-01, 8.159376978874207e-01, 7.591231465339661e-01, 7.061073780059814e-01, 6.577264666557312e-01, 6.147433519363403e-01, 5.778360366821289e-01, 5.475865006446838e-01, 5.244717597961426e-01, 5.088563561439514e-01, 5.00986635684967e-01, 5.00986635684967e-01, 5.088563561439514e-01, 5.244717597961426e-01, 5.475865006446838e-01, 5.778360366821289e-01, 6.147433519363403e-01, 6.577264666557312e-01, 7.061073780059814e-01, 7.591231465339661e-01, 8.159376978874207e-01, 8.756550550460815e-01, 9.373334050178528e-01, 1e+00] pumCon.dpChiWatSet=[1e+00, 1e+00] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_System_Validation_Controller.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_System_Validation_Controller.txt index 61aec2c14bd..75af1607557 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_System_Validation_Controller.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Controls_OBC_ChilledBeams_System_Validation_Controller.txt @@ -1,4 +1,4 @@ -last-generated=2021-11-24 +last-generated=2023-05-25 statistics-simulation= { "linear": " ", @@ -11,5 +11,5 @@ sysCon.uValPos[1]=[0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00 sysCon.dPChiWatLoo=[2.5e+04, 2.594e+04, 2.6865173828125e+04, 2.776093359375e+04, 2.861315234375e+04, 2.9408388671875e+04, 3.0134103515625e+04, 3.0778849609375e+04, 3.1332458984375e+04, 3.1786203125e+04, 3.2132923828125e+04, 3.2367154296875e+04, 3.2485201171875e+04, 3.2485201171875e+04, 3.2367154296875e+04, 3.2132923828125e+04, 3.1786203125e+04, 3.1332458984375e+04, 3.0778849609375e+04, 3.0134103515625e+04, 2.9408388671875e+04, 2.861315234375e+04, 2.776093359375e+04, 2.6865173828125e+04, 2.594e+04, 2.5e+04, 2.406e+04, 2.3134826171875e+04, 2.223906640625e+04, 2.138684765625e+04, 2.0591611328125e+04, 1.9865896484375e+04, 1.9221150390625e+04, 1.8667541015625e+04, 1.8213796875e+04, 1.7867076171875e+04, 1.7632845703125e+04, 1.7514798828125e+04, 1.7514798828125e+04, 1.7632845703125e+04, 1.7867076171875e+04, 1.8213796875e+04, 1.8667541015625e+04, 1.9221150390625e+04, 1.9865896484375e+04, 2.0591611328125e+04, 2.138684765625e+04, 2.223906640625e+04, 2.3134826171875e+04, 2.406e+04, 2.5e+04, 2.594e+04, 2.6865173828125e+04, 2.776093359375e+04, 2.861315234375e+04, 2.9408388671875e+04, 3.0134103515625e+04, 3.0778849609375e+04, 3.1332458984375e+04, 3.1786203125e+04, 3.2132923828125e+04, 3.2367154296875e+04, 3.2485201171875e+04, 3.2485201171875e+04, 3.2367154296875e+04, 3.2132923828125e+04, 3.1786203125e+04, 3.1332458984375e+04, 3.0778849609375e+04, 3.0134103515625e+04, 2.9408388671875e+04, 2.861315234375e+04, 2.776093359375e+04, 2.6865173828125e+04, 2.594e+04, 2.5e+04, 2.406e+04, 2.3134826171875e+04, 2.223906640625e+04, 2.138684765625e+04, 2.0591611328125e+04, 1.9865896484375e+04, 1.9221150390625e+04, 1.8667541015625e+04, 1.8213796875e+04, 1.7867076171875e+04, 1.7632845703125e+04, 1.7514798828125e+04, 1.7514798828125e+04, 1.7632845703125e+04, 1.7867076171875e+04, 1.8213796875e+04, 1.8667541015625e+04, 1.9221150390625e+04, 1.9865896484375e+04, 2.0591611328125e+04, 2.138684765625e+04, 2.223906640625e+04, 2.3134826171875e+04, 2.406e+04, 2.5e+04] sysCon.chiWatStaPreSetRes.yStaPreSetPoi=[3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 2.95e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04, 3e+04] sysCon.yChiWatPum[1]=[0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] -sysCon.yPumSpe=[1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678944945335388e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.263599991798401e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678866863250704e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.263619065284729e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -sysCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] +sysCon.yPumSpe=[1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1e+00, 1e+00, 9.678944945335388e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.263595819473267e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 9.678937792777986e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 6.263600587844849e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01, 1.000000014901161e-01] +sysCon.yChiWatPum[2]=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00] From 3685a5b3360ca4743b627f08f64360c8982be306 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Thu, 28 Sep 2023 17:24:37 -0400 Subject: [PATCH 082/196] first implementation --- .../BaseClasses/EffectivenessCalculation.mo | 166 ++++++++++++ .../HeatExchagerWithInputEffectiveness.mo | 184 +++++++++++++ .../Validation/EffectivenessCalculation.mo | 90 +++++++ .../HeatExchagerWithInputEffectiveness.mo | 156 +++++++++++ .../BaseClasses/Validation/package.mo | 17 ++ .../BaseClasses/Validation/package.order | 2 + .../BaseClasses/package.mo | 9 + .../BaseClasses/package.order | 3 + .../AirToAirHeatRecovery/Examples/Wheel.mo | 159 +++++++++++ .../AirToAirHeatRecovery/Examples/package.mo | 12 + .../Examples/package.order | 1 + .../Types/RecoveryControlType.mo | 33 +++ .../AirToAirHeatRecovery/Types/package.mo | 10 + .../AirToAirHeatRecovery/Types/package.order | 1 + .../AirToAirHeatRecovery/Wheel.mo | 248 ++++++++++++++++++ .../AirToAirHeatRecovery/package.mo | 8 + .../AirToAirHeatRecovery/package.order | 4 + Buildings/Fluid/HeatExchangers/package.order | 1 + ...es_Validation_EffectivenessCalculation.txt | 15 ++ ...ion_HeatExchagerWithInputEffectiveness.txt | 19 ++ ...rs_AirToAirHeatRecovery_Examples_Wheel.txt | 18 ++ .../Validation/EffectivenessCalculation.mos | 5 + .../HeatExchagerWithInputEffectiveness.mos | 5 + .../AirToAirHeatRecovery/Examples/Wheel.mos | 6 + ...es.Validation.EffectivenessCalculation.mos | 10 + ...ion.HeatExchagerWithInputEffectiveness.mos | 9 + ...rs.AirToAirHeatRecovery.Examples.Wheel.mos | 12 + 27 files changed, 1203 insertions(+) create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_Wheel.txt create mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchagerWithInputEffectiveness.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Wheel.mos diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo new file mode 100644 index 00000000000..105737395bb --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo @@ -0,0 +1,166 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses; +model EffectivenessCalculation + "Model for calculating the heat exchange effectiveness of heat exchangers" + extends Modelica.Blocks.Icons.Block; + + parameter Modelica.Units.SI.Efficiency epsS_cool_nominal(max=1) = 0.8 + "Nominal sensible heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsL_cool_nominal(max=1) = 0.8 + "Nominal latent heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsS_cool_partload(max=1) = 0.75 + "Partial load (75%) sensible heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsL_cool_partload(max=1) = 0.75 + "Partial load (75%) latent heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsS_heat_nominal(max=1) = 0.8 + "Nominal sensible heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsL_heat_nominal(max=1) = 0.8 + "Nominal latent heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsS_heat_partload(max=1) = 0.75 + "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsL_heat_partload(max=1) = 0.75 + "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.VolumeFlowRate v_flow_sup_nominal(min = 100*Modelica.Constants.eps) + "Nominal supply air flow rate"; + + Modelica.Blocks.Interfaces.RealInput TSup( + final min=0, + final unit="K", + final displayUnit="degC") + "Supply air temperature" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + Modelica.Blocks.Interfaces.RealInput TExh( + final min=0, + final unit="K", + final displayUnit="degC") + "Exhaust air temperature + " annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + Modelica.Blocks.Interfaces.RealInput v_flow_Sup(final unit="m3/s") + "Volumetric flow rate of the supply air" + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + Modelica.Blocks.Interfaces.RealInput v_flow_Exh( final unit="m3/s") + "Volumetric flow rate of the exhaust air" + annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); + Modelica.Blocks.Interfaces.RealInput y(final unit="1") "Wheel speed ratio" + annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); + Modelica.Blocks.Interfaces.RealOutput epsS(final unit="1") + "Sensible heat exchanger effectiveness" + annotation (Placement(transformation(extent={{100,30},{120,50}}))); + Modelica.Blocks.Interfaces.RealOutput epsL(final unit="1") + "Latent heat exchanger effectivenessr" + annotation (Placement(transformation(extent={{100,-50},{120,-30}}))); + +protected + Real vRat + "Ratio of the average operating volumetric air flow rate to the nominal supply air flow rate"; + +algorithm + // calculate effectiveness + if TSup > TExh then + // cooling mode + epsS :=y*(epsS_cool_partload + (epsS_cool_nominal - epsS_cool_partload)*( + vRat-0.75)/0.25); + epsL :=y*(epsL_cool_partload + (epsL_cool_nominal - epsL_cool_partload)*( + vRat-0.75)/0.25); + else + // heating mode + epsS :=y*(epsS_heat_partload + (epsS_heat_nominal - epsS_heat_partload)*( + vRat-0.75)/0.25); + epsL :=y*(epsL_heat_partload + (epsL_heat_nominal - epsL_heat_partload)*( + vRat-0.75)/0.25); + end if; + epsS := Buildings.Utilities.Math.Functions.smoothMax( + x1 = 0.01, + x2 = epsS, + deltaX = 1E-7); + epsS := Buildings.Utilities.Math.Functions.smoothMin( + x1 = 0.99, + x2 = epsS, + deltaX = 1E-7); + + epsL := Buildings.Utilities.Math.Functions.smoothMax( + x1 = 0.01, + x2 = epsL, + deltaX = 1E-7); + epsL := Buildings.Utilities.Math.Functions.smoothMin( + x1 = 0.99, + x2 = epsL, + deltaX = 1E-7); + +equation + // check if the extrapolation goes too far + assert(v_flow_Sup - 2*v_flow_Exh < 0 or v_flow_Exh - 2*v_flow_Sup < 0, + "Unbalanced air flow ratio", + level=AssertionLevel.warning); + // calculate the average volumetric air flow and flow rate ratio + vRat = (v_flow_Sup + v_flow_Exh)/2/v_flow_sup_nominal; + // check if the extrapolation goes too far + assert(vRat > 0.5 and vRat < 1.3, + "Operatiing flow rate outside full accuracy range", + level=AssertionLevel.warning); + + annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text( + extent={{-54,28},{50,-40}}, + textColor={28,108,200}, + textString="eps")}), Diagram( + coordinateSystem(preserveAspectRatio=false)), + defaultComponentName="EffCal", + Documentation(info=" +

                                                      +This block calculates the sensible and latent effectiveness of the heat exchanger for heating and cooling conditions +at different air flow rates of the supply air stream and the exhaust air stream. +

                                                      + +

                                                      It first calculates the average volumetric air flow rate through the heat exchanger by:

                                                      + +
                                                      +  v_ave = (v_sup + v_exh)/2,
                                                      +  vRat = v_ave/v_sup_nom,
                                                      +
                                                      + +

                                                      +where v_ave is the average volumetric air flow rate, +v_sup is the air flow of the supply air stream, +v_exh is the air flow of the exhaust air stream, +v_sup_nom is the nominal air flow of the supply air stream and +vRat is the flow ratio. +

                                                      + +

                                                      It then calculates the sensible and latent effectiveness by:

                                                      + +
                                                      +  epsS = y * (epsS_75 + (epsS_100 - epsS_75) * (vRat - 0.75)/0.25),
                                                      +  epsL = y * (epsL_75 + (epsL_100 - epsL_75) * (vRat - 0.75)/0.25),
                                                      +
                                                      +where epsS and epsL are the effectiveness +for the sensible and latent heat transfer, respectively. +epsS_100 and epsS_75 are the effectiveness +for the sensible heat transfer when vRat is 1 and 0.75, respectively. +epsL_100 and epsL_75 are the effectiveness +for the latent heat transfer when vRat is 1 and 0.75, respectively. +y is an effectiveness associated with the speed of a rotary wheel. + +

                                                      +epsS_100, epsS_75, epsL_100, and epsL_75 are parameters. +Depending on the cooling or heating mode, their values are different. +In this model, if the supply air temperature is larger than the exhaust air temperature, the exchanger is considered to operate under +the cooling mode; +Otherwise, it is considered to operate under a heating mode. +

                                                      + +

                                                      +Note: The average volumetric air flow rate should be between 50% and 130% of the nominal supply air flow rate. +In addition, the ratio of the supply air flow rate to the exhaust air flow rate should be between 0.5 and 2. +

                                                      + +

                                                      References

                                                      +U.S. Department of Energy 2016. +"EnergyPlus Engineering reference". +", revisions=" +
                                                        +
                                                      • +September 17, 2022, by Sen Huang:
                                                        +First implementation
                                                        +
                                                      • +
                                                      +")); +end EffectivenessCalculation; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo new file mode 100644 index 00000000000..b50f1489dbf --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo @@ -0,0 +1,184 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses; +model HeatExchagerWithInputEffectiveness + "Heat and moisture exchanger with varying effectiveness" + extends Buildings.Fluid.HeatExchangers.BaseClasses.PartialEffectiveness( + redeclare replaceable package Medium1 = + Modelica.Media.Interfaces.PartialCondensingGases, + redeclare replaceable package Medium2 = + Modelica.Media.Interfaces.PartialCondensingGases, + sensibleOnly1=false, + sensibleOnly2=false, + final prescribedHeatFlowRate1=true, + final prescribedHeatFlowRate2=true, + Q1_flow = epsS * QMax_flow + QLat_flow, + Q2_flow = -Q1_flow, + mWat1_flow = +mWat_flow, + mWat2_flow = -mWat_flow); + + Modelica.Blocks.Interfaces.RealInput epsS(unit="1") + "Sensible heat exchanger effectiveness" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + Modelica.Blocks.Interfaces.RealInput epsL(unit="1") + "Latent heat exchanger effectiveness" + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + + Modelica.Units.SI.HeatFlowRate QLat_flow + "Latent heat exchange from medium 2 to medium 1"; + + Medium1.MassFraction X_w_in1 "Inlet water mass fraction of medium 1"; + Medium2.MassFraction X_w_in2 "Inlet water mass fraction of medium 2"; + + Modelica.Units.SI.MassFlowRate mWat_flow + "Water flow rate from medium 2 to medium 1"; + Modelica.Units.SI.MassFlowRate mMax_flow + "Maximum water flow rate from medium 2 to medium 1"; + +protected + parameter Integer i1_w(min=1, fixed=false) "Index for water substance"; + parameter Integer i2_w(min=1, fixed=false) "Index for water substance"; + Real gai1(min=0, max=1) "Auxiliary variable for smoothing at zero flow"; + Real gai2(min=0, max=1) "Auxiliary variable for smoothing at zero flow"; + +initial algorithm + i1_w:= -1; + i2_w:= -1; + for i in 1:Medium1.nXi loop + if Modelica.Utilities.Strings.isEqual(string1=Medium1.substanceNames[i], + string2="Water", + caseSensitive=false) then + i1_w := i; + end if; + end for; + for i in 1:Medium2.nXi loop + if Modelica.Utilities.Strings.isEqual(string1=Medium2.substanceNames[i], + string2="Water", + caseSensitive=false) then + i2_w := i; + end if; + end for; + assert(i1_w > 0, "Substance 'water' is not present in Medium1 '" + + Medium1.mediumName + "'.\n" + + "Check medium model."); + assert(i2_w > 0, "Substance 'water' is not present in Medium2 '" + + Medium2.mediumName + "'.\n" + + "Check medium model."); +equation + // Definitions for effectiveness model + X_w_in1 = Modelica.Fluid.Utilities.regStep(m1_flow, + state_a1_inflow.X[i1_w], + state_b1_inflow.X[i1_w], m1_flow_small); + X_w_in2 = Modelica.Fluid.Utilities.regStep(m2_flow, + state_a2_inflow.X[i2_w], + state_b2_inflow.X[i2_w], m2_flow_small); + + // mass exchange + // Compute a gain that goes to zero near zero flow rate. + // This is required to smoothen the heat transfer at very small flow rates. + // Note that gaiK = 1 for abs(mK_flow) > mK_flow_small + gai1 = Modelica.Fluid.Utilities.regStep(abs(m1_flow) - 0.75*m1_flow_small, + 1, 0, 0.25*m1_flow_small); + gai2 = Modelica.Fluid.Utilities.regStep(abs(m2_flow) - 0.75*m2_flow_small, + 1, 0, 0.25*m2_flow_small); + + mMax_flow = smooth(1, min(smooth(1, gai1 * abs(m1_flow)), + smooth(1, gai2 * abs(m2_flow)))) * (X_w_in2 - X_w_in1); + mWat_flow = epsL * mMax_flow; + // As enthalpyOfCondensingGas is dominated by the latent heat of phase change, + // we simplify and use Medium1.enthalpyOfVaporization for the + // latent heat that is exchanged among the fluid streams. + // This is simply added to QSen_flow, while mass is conserved because + // of the assignment of mWat1_flow and mWat2_flow. + QLat_flow = mWat_flow * Medium1.enthalpyOfVaporization(Medium1.T_default); + + annotation ( + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100, + -100},{100,100}}), graphics={ + Rectangle( + extent={{-70,80},{70,-80}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,62,0}, + fillPattern=FillPattern.Solid), + Text( + extent={{-62,50},{48,-10}}, + textColor={255,255,255}, + textString="epsS=%epsS"), + Text( + extent={{-60,4},{50,-56}}, + textColor={255,255,255}, + textString="epsL=%epsL")}), + preferredView="info", +defaultComponentName="hexInpEff", +Documentation(info=" +

                                                      +This block is identical to + +Buildings.Fluid.MassExchangers.ConstantEffectivenesst, +except that the effectiveness are inputs rather than parameters. +

                                                      + +This model transfers heat and moisture in the amount of +
                                                      +  QSen = epsS * Q_max,
                                                      +  m    = epsL * mWat_max,
                                                      +
                                                      + +where epsS and epsL are input effectiveness +for the sensible and latent heat transfer, +Q_max is the maximum sensible heat that can be transferred and +mWat_max is the maximum moisture that can be transferred. + + +This model can only be used with medium models that define the integer constant +Water which needs to be equal to the index of the water mass fraction +in the species vector. +", +revisions=" +
                                                        +
                                                      • +September 17, 2022, by Sen Huang:
                                                        +Changing the effectiveness from parameters to inputs
                                                        +
                                                      • +
                                                      • +April 30, 2018, by Filip Jorissen:
                                                        +Set final prescribedHeatFlowRate1=true and +final prescribedHeatFlowRate2=true.
                                                        +See +#907. +
                                                      • +
                                                      • +April 11, 2017, by Michael Wetter:
                                                        +Corrected bug as Q1_flow did not include latent heat flow rate.
                                                        +This is for issue +Buildings #704. +
                                                      • +
                                                      • +October 14, 2013 by Michael Wetter:
                                                        +Replaced access to constant Medium1.Water by introducing +the parameter i1_w, and used a similar construct for +Medium2. +This avoids an error during model check as these constants are not known +in the partial medium model. +
                                                      • +
                                                      • +August 13, 2013 by Michael Wetter:
                                                        +Corrected error in the documentation. +
                                                      • +
                                                      • +July 30, 2013 by Michael Wetter:
                                                        +Updated model to use new variable mWat_flow +in the base class. +
                                                      • +
                                                      • +January 28, 2010, by Michael Wetter:
                                                        +Added regularization near zero flow. +
                                                      • +
                                                      • +October 21, 2008, by Michael Wetter:
                                                        +First implementation, based on + +Buildings.Fluid.HeatExchangers.ConstantEffectiveness. +
                                                      • +
                                                      +")); +end HeatExchagerWithInputEffectiveness; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo new file mode 100644 index 00000000000..d9a1529f713 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo @@ -0,0 +1,90 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation; +model EffectivenessCalculation + extends Modelica.Icons.Example; + + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation + epsCal( + epsL_cool_nominal=0.6, + epsL_cool_partload=0.7, + epsS_heat_nominal=0.7, + epsL_heat_nominal=0.6, + epsS_heat_partload=0.6, + epsL_heat_partload=0.5, + v_flow_sup_nominal=1) "Effectiveness calculator" + annotation (Placement(transformation(extent={{-12,-10},{8,10}}))); + Modelica.Blocks.Sources.Ramp y( + height=0.7, + duration=60, + offset=0.3, + startTime=60) "Wheel speed" + annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + Modelica.Blocks.Sources.Ramp TSup( + height=5, + duration=60, + offset=273.15 + 20, + startTime=0) "Supply air temperature" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + Modelica.Blocks.Sources.Ramp TExh( + height=20, + duration=60, + offset=273.15 + 15, + startTime=0) "Exhaust air temperature" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + Modelica.Blocks.Sources.Ramp vSup( + height=0.7, + duration=60, + offset=0.3, + startTime=0) "Supply air flow rate" + annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); + Modelica.Blocks.Sources.Ramp vExh( + height=0.8, + duration=60, + offset=0.2, + startTime=0) "Exhaust air flow rate" + annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); +equation + connect(y.y, epsCal.y) annotation (Line(points={{-59,80},{-22,80},{-22,8},{ + -14,8}}, color={0,0,127})); + connect(TSup.y, epsCal.TSup) annotation (Line(points={{-59,40},{-24,40},{-24, + 4},{-14,4}}, color={0,0,127})); + connect(TExh.y, epsCal.TExh) + annotation (Line(points={{-59,0},{-14,0}}, color={0,0,127})); + connect(vSup.y, epsCal.v_flow_Sup) annotation (Line(points={{-59,-40},{-24, + -40},{-24,-4},{-14,-4}}, color={0,0,127})); + connect(vExh.y, epsCal.v_flow_Exh) annotation (Line(points={{-59,-80},{-20, + -80},{-20,-8},{-14,-8}}, color={0,0,127})); + annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( + coordinateSystem(preserveAspectRatio=false)), + experiment(Tolerance=1e-6, StopTime=120), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos" + "Simulate and plot"), + Documentation(info=" +

                                                      +Validation test for the block + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. +

                                                      + +The input signals are configured as follows: +
                                                        +
                                                      • The temperature of the supply air, TSup, is larger than the temperature of the exhaust air, TExh before 20s; +After that, TSup is less than TExh, leading to a heating mode; +
                                                      +
                                                        +
                                                      • The supply air flow rate, vSup, and the exhaust air flow rate, vExh, change from 0.3 to 1 and 0.2 to 1 +during the period from 0s to 60s, respectively; +They then stay constant. +
                                                      +
                                                        +
                                                      • The wheel speed ratio, y keeps constant during the period from 0s to 60s and then increases from 0.3 to 1 +during the period from 60s to 120s; +
                                                      +", revisions=" +
                                                        +
                                                      • +September 17, 2022, by Sen Huang:
                                                        +First implementation
                                                        +
                                                      • +
                                                      +")); +end EffectivenessCalculation; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo new file mode 100644 index 00000000000..2d6dabc3a24 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo @@ -0,0 +1,156 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation; +model HeatExchagerWithInputEffectiveness + "Test model for the heat exchanger with input effectiveness" + extends Modelica.Icons.Example; + + package Medium1 = Buildings.Media.Air + "Medium of the supply air"; + package Medium2 = Buildings.Media.Air + "Medium of the exhaust air"; + + Buildings.Fluid.Sources.Boundary_pT sin_2( + redeclare package Medium = Medium2, + T=273.15 + 10, + use_p_in=true, + nPorts=1) + "Sink that represents the ambient environment" + annotation (Placement(transformation(extent={{-58,-10}, + {-38,10}}))); + Modelica.Blocks.Sources.Constant PIn( + k=101325 + 100) + "Pressure of the exhaust air" + annotation (Placement(transformation(extent={{-20,-50},{0,-30}}))); + Buildings.Fluid.Sources.Boundary_pT sou_2( + redeclare package Medium = Medium2, + T=273.15 + 5, + use_p_in=true, + use_T_in=true, + nPorts=1) + "Source of the exhuast air" + annotation (Placement(transformation(extent={{40,-70}, + {60,-50}}))); + Modelica.Blocks.Sources.Ramp TSup( + height=10, + duration=60, + offset=273.15 + 30, + startTime=120) "Temperature of the supply air" + annotation (Placement(transformation(extent={{-100,44},{-80,64}}))); + Modelica.Blocks.Sources.Constant TDb(k=293.15) + "Drybulb temperature of the exhaust air" + annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); + Modelica.Blocks.Sources.Constant POut(k=101325) + "Pressure of the ambient environment" + annotation (Placement(transformation(extent={{-100,0},{-80,20}}))); + Buildings.Fluid.Sources.Boundary_pT sin_1( + redeclare package Medium = Medium1, + T=273.15 + 30, + X={0.012,1 - 0.012}, + use_p_in=true, + p=300000, + nPorts=1) + "Sink of the supply air" + annotation (Placement(transformation(extent={{84,2},{ + 64,22}}))); + Buildings.Fluid.Sources.Boundary_pT sou_1( + redeclare package Medium = Medium1, + T=273.15 + 50, + X={0.012,1 - 0.012}, + use_T_in=true, + p=100000, + nPorts=1) + "Source of the supply air" + annotation (Placement(transformation(extent={{-60,40}, + {-40,60}}))); + Modelica.Blocks.Sources.Constant PSin_1( + k=1E5 - 110) + "Pressure of the exhaust air" + annotation (Placement(transformation(extent={{40,60},{60,80}}))); + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness hex( + redeclare package Medium1 = Medium1, + redeclare package Medium2 = Medium2, + m1_flow(start=5), + m2_flow(start=5), + m1_flow_nominal=5, + m2_flow_nominal=5, + dp1_nominal=100, + dp2_nominal=100, + show_T=true) + "Heat exchanger" + annotation (Placement(transformation(extent={{6,-4},{26,16}}))); + Modelica.Blocks.Sources.Ramp epsS( + height=0.1, + duration=60, + offset=0.7, + startTime=120) + "Sensible heat exchanger effectiveness" + annotation (Placement(transformation(extent={{20,60},{0,80}}))); + Modelica.Blocks.Sources.Ramp epsL( + height=0.1, + duration=60, + offset=0.7, + startTime=60) + "Latent heat exchanger effectiveness" + annotation (Placement(transformation(extent={{-60,-60},{-40,-40}}))); +equation + connect(PIn.y,sou_2. p_in) annotation (Line( + points={{1,-40},{20,-40},{20,-52},{38,-52}}, + color={0,0,127})); + connect(TDb.y, sou_2.T_in) annotation (Line(points={{1,-80},{20,-80},{20,-56}, + {38,-56}}, color={0,0,127})); + connect(TSup.y, sou_1.T_in) + annotation (Line(points={{-79,54},{-62,54}}, color={0,0,127})); + connect(PSin_1.y, sin_1.p_in) annotation (Line(points={{61,70},{90,70},{90,20}, + {86,20}}, color={0,0,127})); + connect(sou_1.ports[1], hex.port_a1) annotation (Line( + points={{-40,50},{0,50},{0,12},{6,12}}, + color={0,127,255})); + connect(hex.port_a2, sou_2.ports[1]) annotation (Line( + points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, + -60}}, + color={0,127,255})); + connect(POut.y, sin_2.p_in) annotation (Line( + points={{-79,10},{-68,10},{-68,8},{-60,8}}, + color={0,0,127})); + connect(hex.port_b1, sin_1.ports[1]) annotation (Line( + points={{26,12},{45,12},{45,12},{64,12}}, + color={0,127,255})); + connect(hex.port_b2, sin_2.ports[1]) annotation (Line( + points={{6,5.55112e-16},{-18,5.55112e-16},{-18,6.66134e-16},{-38, + 6.66134e-16}}, + color={0,127,255})); + connect(epsS.y, hex.epsS) annotation (Line(points={{-1,70},{-24,70},{-24,10}, + {4,10}}, color={0,0,127})); + connect(hex.epsL, epsL.y) annotation (Line(points={{4,2},{-32,2},{-32,-50},{-39, + -50}}, color={0,0,127})); + annotation(experiment(Tolerance=1e-6, StopTime=360), +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos" + "Simulate and plot"), + Documentation(info=" +

                                                      +Validation test for the block + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness. +

                                                      + +The input signals are configured as follows: +
                                                        +
                                                      • Temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 120s to 180s; +
                                                      +
                                                        +
                                                      • Sensible heat exchanger effectiveness, epsS, changes from 0.7 to 0.8 during the period from 120s to 180s; +
                                                      +
                                                        +
                                                      • Latent heat exchanger effectiveness, epsL, changes from 0.7 to 0.8 during the period from 60s to 120s; +
                                                      + +Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support +of stream connector. +", revisions=" +
                                                        +
                                                      • +September 17, 2022, by Sen Huang:
                                                        +First implementation
                                                        +
                                                      • +
                                                      +")); +end HeatExchagerWithInputEffectiveness; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo new file mode 100644 index 00000000000..092a099aa02 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo @@ -0,0 +1,17 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses; +package Validation "Collection of models that validate the module in the base classes" + extends Modelica.Icons.ExamplesPackage; + +annotation (Documentation(info=" +This package contains validation models for the classes in + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses. + +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +")); +end Validation; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order new file mode 100644 index 00000000000..4a211246e08 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order @@ -0,0 +1,2 @@ +HeatExchagerWithInputEffectiveness +EffectivenessCalculation diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo new file mode 100644 index 00000000000..61cc8ad7e99 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo @@ -0,0 +1,9 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; +package BaseClasses "Package with base classes for Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery" + extends Modelica.Icons.BasesPackage; + +annotation (Documentation(info=" +This package contains base classes that are used to construct the models in +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery. +")); +end BaseClasses; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order new file mode 100644 index 00000000000..7f4e0932a11 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order @@ -0,0 +1,3 @@ +HeatExchagerWithInputEffectiveness +EffectivenessCalculation +Validation diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mo new file mode 100644 index 00000000000..577685784f7 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mo @@ -0,0 +1,159 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples; +model Wheel + "Test model for the air-to-air thermal wheel" + extends Modelica.Icons.Example; + package Medium1 = Buildings.Media.Air + "Medium model for supply air"; + package Medium2 = Buildings.Media.Air + "Medium model for exhaust air"; + Buildings.Fluid.Sources.Boundary_pT sin_2( + redeclare package Medium = Medium2, + T=273.15 + 10, + use_p_in=true, + nPorts=1) + "Sink of exhaust air" + annotation (Placement(transformation(extent={{-58,-10}, + {-38,10}}))); + Modelica.Blocks.Sources.Ramp PIn( + height=200, + duration=60, + offset=101330) + "Pressure of exhaust air" + annotation (Placement(transformation(extent={{-20,-50},{0,-30}}))); + Buildings.Fluid.Sources.Boundary_pT sou_2( + redeclare package Medium = Medium2, + T=273.15 + 5, + use_p_in=true, + use_T_in=true, + nPorts=1) + "Source of exhaust air" + annotation (Placement(transformation(extent={{40,-70}, + {60,-50}}))); + Modelica.Blocks.Sources.Ramp TSup( + height=10, + duration=60, + offset=273.15 + 30, + startTime=60) + "Supply air temperature" + annotation (Placement(transformation(extent={{-100,44},{-80,64}}))); + Modelica.Blocks.Sources.Constant TExh(k=293.15) + "Temperature of exhaust air" + annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); + Modelica.Blocks.Sources.Constant POut(k=101325) "Ambient pressure" + annotation (Placement(transformation(extent={{-100,-2},{-80,18}}))); + Buildings.Fluid.Sources.Boundary_pT sin_1( + redeclare package Medium = Medium1, + T=273.15 + 30, + X={0.012,1 - 0.012}, + use_p_in=true, + p=300000, + nPorts=1) + "Sink of supply air" + annotation (Placement(transformation(extent={{84,2},{ + 64,22}}))); + Buildings.Fluid.Sources.Boundary_pT sou_1( + redeclare package Medium = Medium1, + T=273.15 + 50, + X={0.012,1 - 0.012}, + use_T_in=true, + p=100000, + nPorts=1) + "Source of supply air" + annotation (Placement(transformation(extent={{-60,40}, + {-40,60}}))); + Modelica.Blocks.Sources.Ramp PSin_1( + duration=60, + startTime=240, + height=100, + offset=1E5 - 110) + "Pressure of the supply air" + annotation (Placement(transformation(extent={{40,60},{60,80}}))); + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel whe( + redeclare package Medium1 = Medium1, + redeclare package Medium2 = Medium2, + m1_flow(start=5), + m2_flow(start=5), + m1_flow_nominal=5, + m2_flow_nominal=5, + dp1_nominal=100, + dp2_nominal=100, + show_T=true, + controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.VariableSpeed, + epsL_cool_nominal=0.7, + epsL_cool_partload=0.6, + epsL_heat_nominal=0.7, + epsL_heat_partload=0.6) + "Wheel" + annotation (Placement(transformation(extent={{6,-4},{26,16}}))); + Modelica.Blocks.Sources.Ramp WheSpe( + height=0.1, + duration=60, + offset=0.7, + startTime=60) + "Wheel speed" + annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); + inner Modelica.Fluid.System system + "Ambient environment" + annotation (Placement(transformation(extent={{-20,60},{0,80}}))); +equation + connect(PIn.y,sou_2. p_in) annotation (Line( + points={{1,-40},{20,-40},{20,-52},{38,-52}}, + color={0,0,127})); + connect(TExh.y, sou_2.T_in) annotation (Line(points={{1,-80},{20,-80},{20,-56}, + {38,-56}}, color={0,0,127})); + connect(TSup.y, sou_1.T_in) + annotation (Line(points={{-79,54},{-70.5,54},{-62,54}}, + color={0,0,127})); + connect(PSin_1.y, sin_1.p_in) annotation (Line(points={{61,70},{90,70},{90,20}, + {86,20}}, color={0,0,127})); + connect(sou_1.ports[1],whe. port_a1) annotation (Line( + points={{-40,50},{0,50},{0,12},{6,12}}, + color={0,127,255})); + connect(whe.port_a2, sou_2.ports[1]) annotation (Line( + points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, + -60}}, + color={0,127,255})); + connect(POut.y, sin_2.p_in) annotation (Line( + points={{-79,8},{-69.5,8},{-69.5,8},{-60,8}}, + color={0,0,127})); + connect(whe.port_b1, sin_1.ports[1]) annotation (Line( + points={{26,12},{45,12},{45,12},{64,12}}, + color={0,127,255})); + connect(whe.port_b2, sin_2.ports[1]) annotation (Line( + points={{6,5.55112e-16},{-18,5.55112e-16},{-18,6.66134e-16},{-38, + 6.66134e-16}}, + color={0,127,255})); + connect(WheSpe.y, whe.yWheSpe) annotation (Line(points={{-59,-30},{-30,-30},{ + -30,10},{4,10}}, color={0,0,127})); + annotation(experiment(Tolerance=1e-6, StopTime=360), +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mos" + "Simulate and plot"), + Documentation(info=" +

                                                      +Example for using the block + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel. +

                                                      +

                                                      +The input signals are configured as follows:

                                                      +
                                                        +
                                                      • Temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60s to 120s. +On the other hand, the temperature of the exhaust air is constant; +
                                                      +
                                                        +
                                                      • The wheel speed, wheSpe, changes from 0.7 to 1 during the period from 60s to 120s; +
                                                      +
                                                        +
                                                      • The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s during the period from 240s to 300s; +
                                                      +Note: This problem may fails to translate in Dymola 2012 due to an error in Dymola's support +of stream connector. +", revisions=" +
                                                        +
                                                      • +September 17, 2022, by Sen Huang:
                                                        +First implementation
                                                        +
                                                      • +
                                                      +")); +end Wheel; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo new file mode 100644 index 00000000000..a6596ca8803 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo @@ -0,0 +1,12 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; +package Examples "Collection of models that illustrate model use and test models" + extends Modelica.Icons.ExamplesPackage; + +annotation (Documentation(info=" +

                                                      +This package contains examples for the use of models that can be found in + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery. +

                                                      +")); +end Examples; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order new file mode 100644 index 00000000000..fb1b1171d10 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order @@ -0,0 +1 @@ +Wheel diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo new file mode 100644 index 00000000000..7f2897e8fd4 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo @@ -0,0 +1,33 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types; +type RecoveryControlType = enumeration( + Bypass + "with a bypass damper", + VariableSpeed) + "with a variable speed wheel" + annotation (Documentation(info=" +

                                                      +Enumeration for the types of heat recovery (HR) devices. +The possible values are: +

                                                      + + + + + + + + + +
                                                      EnumerationDescription
                                                      Bypass +The HR devices adjust the heat exchange by modulating the flow rates through the wheel via a bypass damper. +
                                                      VariableSpeed +The HR devices adjust the heat exchange by modulating the speed of the wheel. +
                                                      +", revisions=" +
                                                        +
                                                      • +September 17, 2022, by Sen Huang:
                                                        +First implementation
                                                        +
                                                      • +
                                                      +")); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo new file mode 100644 index 00000000000..502ad54bc48 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo @@ -0,0 +1,10 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; +package Types "Library of types with choices" + extends Modelica.Icons.TypesPackage; + +annotation (Documentation(info=" +

                                                      +This package contains type definitions for the heat recovery devices. +

                                                      +")); +end Types; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order new file mode 100644 index 00000000000..48920139387 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order @@ -0,0 +1 @@ +RecoveryControlType diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo new file mode 100644 index 00000000000..36ee5f502c3 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo @@ -0,0 +1,248 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; +model Wheel "Sensible and latent air-to-air heat recovery wheels" + extends Buildings.Fluid.Interfaces.PartialFourPortInterface( + redeclare replaceable package Medium1 = + Modelica.Media.Interfaces.PartialCondensingGases, + redeclare replaceable package Medium2 = + Modelica.Media.Interfaces.PartialCondensingGases); + extends Buildings.Fluid.Interfaces.FourPortFlowResistanceParameters( + final computeFlowResistance1=true, + final computeFlowResistance2=true, + final from_dp1=false, + final from_dp2=false); + + parameter Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType controlType= + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass + "Type of controller"; + parameter Real P_nominal(unit="W") = 1000 + "Power at design condition" + annotation (Dialog(group="Fan")); + parameter Real k(final min=0) = 1 "Gain of controller"; + parameter Modelica.Units.SI.Efficiency epsS_cool_nominal(final max=1) = 0.8 + "Nominal sensible heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsL_cool_nominal(final max=1) = 0.8 + "Nominal latent heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsS_cool_partload(final max=1) = 0.75 + "Partial load (75%) sensible heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsL_cool_partload(final max=1) = 0.75 + "Partial load (75%) latent heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsS_heat_nominal(final max=1) = 0.8 + "Nominal sensible heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsL_heat_nominal(final max=1) = 0.8 + "Nominal latent heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsS_heat_partload(final max=1) = 0.75 + "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsL_heat_partload(final max=1) = 0.75 + "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness hex( + redeclare package Medium1 = Medium1, + redeclare package Medium2 = Medium2, + final allowFlowReversal1=allowFlowReversal1, + final allowFlowReversal2=allowFlowReversal2, + final m1_flow_nominal=m1_flow_nominal, + final m2_flow_nominal=m2_flow_nominal, + final show_T = true, + final dp1_nominal=dp1_nominal, + final dp2_nominal=dp2_nominal) + "Heat exchanger" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation + effCal( + final epsS_cool_nominal=epsS_cool_nominal, + final epsL_cool_nominal=epsL_cool_nominal, + final epsS_cool_partload=epsS_cool_partload, + final epsL_cool_partload=epsL_cool_partload, + final epsS_heat_nominal=epsS_heat_nominal, + final epsL_heat_nominal=epsL_heat_nominal, + final epsS_heat_partload=epsS_heat_partload, + final epsL_heat_partload=epsL_heat_partload, + final v_flow_sup_nominal=m1_flow_nominal/1.293) + "Calculates the effectiveness of heat exhcnages" + annotation (Placement(transformation(extent={{40,20},{20,40}}))); + Modelica.Blocks.Interfaces.RealInput yWheSpe(unit="1") if not with_ByPass + "Wheel speed ratio" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + Modelica.Blocks.Interfaces.RealInput yByPas(unit="1") if with_ByPass + "Bypass damper position" + annotation (Placement(transformation(extent={{-140,-40},{-100,0}}))); + Modelica.Fluid.Sensors.VolumeFlowRate v_flow_Exh( + redeclare package Medium = Medium2, + final allowFlowReversal=allowFlowReversal2) + "Bypass damper position" + annotation (Placement(transformation(extent={{34,-14},{20,2}}))); + Modelica.Fluid.Sensors.VolumeFlowRate v_flow_Sup( + redeclare package Medium = Medium1, + final allowFlowReversal=allowFlowReversal1) + "Bypass damper position" + annotation (Placement(transformation(extent={{-56,-2},{-42,14}}))); + Buildings.Fluid.Actuators.Dampers.Exponential byPasValSup( + redeclare package Medium = Medium1, + final allowFlowReversal=allowFlowReversal1, + final m_flow_nominal=m1_flow_nominal, + final dpDamper_nominal=dp1_nominal) + "Bypass value in the supply air stream" + annotation (Placement(transformation(extent={{-10,50},{10,70}}))); + Buildings.Fluid.Actuators.Dampers.Exponential byPasValExh( + redeclare package Medium = Medium2, + final allowFlowReversal=allowFlowReversal2, + final m_flow_nominal=m2_flow_nominal, + final dpDamper_nominal=dp2_nominal) + "Bypass value in the exhaust air stream" + annotation (Placement(transformation(extent={{10,-70},{-10,-50}}))); + Modelica.Blocks.Sources.RealExpression TSup(final y=Medium1.temperature( + Medium1.setState_phX( + p=port_a1.p, + h=inStream(port_a1.h_outflow), + X=inStream(port_a1.Xi_outflow)))) + "Temperature of the supply air" + annotation (Placement(transformation(extent={{92,30},{72,50}}))); + Modelica.Blocks.Sources.RealExpression TExh(final y=Medium2.temperature( + Medium2.setState_phX( + p=port_a2.p, + h=inStream(port_a2.h_outflow), + X=inStream(port_a2.Xi_outflow)))) + "Temperature of the exhaust air" + annotation (Placement(transformation(extent={{92,10},{72,30}}))); + Modelica.Blocks.Sources.RealExpression BypDamPos(final y=0) if not with_ByPass + "Default damper position" + annotation (Placement(transformation(extent={{-80,80},{-60,100}}))); + Modelica.Blocks.Sources.RealExpression WheSpe(final y=1) if with_ByPass + "Default wheel speed" + annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); + Modelica.Blocks.Interfaces.RealOutput P + "Electric power consumed by the wheel" + annotation (Placement(transformation(extent={{100,-10},{120,10}}))); + Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal*effCal.y) + "Electrical power consumption" + annotation (Placement(transformation(extent={{70,-10},{90,10}}))); + +protected + parameter Boolean with_ByPass = controlType == Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass + "Boolean flag to enable the bypass control" + annotation(Evaluate=true, HideResult=true); + +equation + connect(effCal.epsS, hex.epsS) annotation (Line(points={{19,34},{-22,34},{-22, + 4},{-12,4}}, color={0,0,127})); + connect(effCal.epsL, hex.epsL) annotation (Line(points={{19,26},{-18,26},{-18, + -4},{-12,-4}}, color={0,0,127})); + if with_ByPass then + connect(byPasValExh.y, yByPas) + annotation (Line(points={{0,-48},{0,-20},{-120,-20}}, color={0,0,127})); + connect(byPasValSup.y, yByPas) + annotation (Line(points={{0,72},{0,80},{-80,80}, + {-80,-20},{-120,-20}}, color={0,0,127})); + connect(WheSpe.y, effCal.y) annotation (Line(points={{-59,-80},{56,-80},{56, + 38},{42,38}}, color={0,0,127})); + else + connect(effCal.y, yWheSpe) annotation (Line(points={{42,38},{52,38},{52,52}, + {-72,52},{-72,40},{-120,40}}, color={0,0,127})); + connect(byPasValExh.y, BypDamPos.y) annotation (Line(points={{0,-48},{0,-32},{ + -34,-32},{-34,90},{-59,90}}, color={0,0,127})); + end if; + connect(TSup.y, effCal.TSup) annotation (Line(points={{71,40},{66,40},{66,34}, + {42,34}}, color={0,0,127})); + connect(TExh.y, effCal.TExh) annotation (Line(points={{71,20},{66,20},{66,30}, + {42,30}}, color={0,0,127})); + connect(v_flow_Exh.port_b, hex.port_a2) + annotation (Line(points={{20,-6},{10,-6}}, color={0,127,255})); + connect(v_flow_Exh.V_flow, effCal.v_flow_Exh) annotation (Line(points={{27, + 2.8},{27,12},{56,12},{56,22},{42,22}}, color={0,0,127})); + connect(hex.port_a1, v_flow_Sup.port_b) + annotation (Line(points={{-10,6},{-42,6}}, color={0,127,255})); + connect(v_flow_Sup.V_flow, effCal.v_flow_Sup) annotation (Line(points={{-49, + 14.8},{-49,18},{50,18},{50,26},{42,26}}, color={0,0,127})); + connect(BypDamPos.y, byPasValSup.y) + annotation (Line(points={{-59,90},{0,90},{0,72}}, color={0,0,127})); + connect(byPasValSup.port_a, port_a1) + annotation (Line(points={{-10,60},{-100,60}}, color={0,127,255})); + connect(byPasValSup.port_b, port_b1) + annotation (Line(points={{10,60},{100,60}}, color={0,127,255})); + connect(byPasValExh.port_a, port_a2) + annotation (Line(points={{10,-60},{100,-60}}, color={0,127,255})); + connect(byPasValExh.port_b, port_b2) + annotation (Line(points={{-10,-60},{-100,-60}}, color={0,127,255})); + connect(v_flow_Sup.port_a, port_a1) annotation (Line(points={{-56,6},{-68,6},{ + -68,60},{-100,60}}, color={0,127,255})); + connect(hex.port_b1, port_b1) annotation (Line(points={{10,6},{62,6},{62,60},{ + 100,60}}, color={0,127,255})); + connect(v_flow_Exh.port_a, port_a2) annotation (Line(points={{34,-6},{62,-6},{ + 62,-60},{100,-60}}, color={0,127,255})); + connect(hex.port_b2, port_b2) annotation (Line(points={{-10,-6},{-28,-6},{-28, + -60},{-100,-60}}, color={0,127,255})); + connect(PEle.y, P) + annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); + annotation ( + defaultComponentName="whe", + Icon(coordinateSystem(preserveAspectRatio=false), graphics={ + Rectangle( + extent={{-92,-55},{-40,-64}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{-94,65},{-40,56}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Line(points={{-30,110},{36,110}}, color={28,108,200}), + Ellipse(extent={{0,100},{36,-100}}, lineColor={28,108,200}), + Polygon( + points={{0,100},{0,100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None), + Rectangle( + extent={{-4,100},{20,-100}}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid, + pattern=LinePattern.None), + Ellipse( + extent={{-44,100},{-8,-100}}, + lineColor={28,108,200}, + fillColor={28,108,200}, + fillPattern=FillPattern.Solid), + Line(points={{-24,-100},{20,-100}}, color={28,108,200}), + Line(points={{-26,100},{18,100}}, color={28,108,200}), + Rectangle( + extent={{32,64},{94,56}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{32,-56},{94,-64}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid)}), Diagram( + coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +Model for a a generic, sensible and latent air-to-air heat exchanger, (heat recovery wheel), that consists of +a heat exchanger and primary/secondary airflow bypass dampers. + +The input requires no geometric data. Performance is defined by specifying sensible and/or latent effectiveness +at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions +For details, refer to + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. + +The operation of the heat recovery wheel is adjustable through wheel speed modulation or bypassing supply air +around the heat exchanger. +The parameter, controlType, can be used to specify either wheel speed modulation or bypassing supply air +is used. +See more in + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType. + +", revisions=" +
                                                        +
                                                      • +September 17, 2022, by Sen Huang:
                                                        +First implementation
                                                        +
                                                      • +
                                                      +")); +end Wheel; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo new file mode 100644 index 00000000000..ec9167210fa --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo @@ -0,0 +1,8 @@ +within Buildings.Fluid.HeatExchangers; +package AirToAirHeatRecovery "Package with air-to-air heat recovery devices" + extends Modelica.Icons.VariantsPackage; + +annotation (Documentation(info=" +This package contains components models for air-to-air energy recovery devices. +")); +end AirToAirHeatRecovery; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order new file mode 100644 index 00000000000..ce6fe8b4e8d --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order @@ -0,0 +1,4 @@ +Wheel +BaseClasses +Types +Examples diff --git a/Buildings/Fluid/HeatExchangers/package.order b/Buildings/Fluid/HeatExchangers/package.order index 51720af5ff2..652e25e16ac 100644 --- a/Buildings/Fluid/HeatExchangers/package.order +++ b/Buildings/Fluid/HeatExchangers/package.order @@ -15,6 +15,7 @@ ActiveBeams CoolingTowers RadiantSlabs Radiators +AirToAirHeatRecovery Examples Validation BaseClasses diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt new file mode 100644 index 00000000000..94e15e5c940 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt @@ -0,0 +1,15 @@ +last-generated=2023-09-25 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 1.2e+02] +y.y=[3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.140000015894636e-01, 3.279999912579981e-01, 3.42000025431113e-01, 3.559999705956332e-01, 3.700000047683716e-01, 3.840000389407312e-01, 3.979999841053471e-01, 4.120000182788385e-01, 4.259999634434546e-01, 4.399999976158142e-01, 4.540000317885527e-01, 4.679999769527899e-01, 4.820000111264706e-01, 4.959999562908972e-01, 5.099999904632568e-01, 5.240000246356165e-01, 5.379999698002326e-01, 5.52000003973724e-01, 5.659999491383398e-01, 5.799999833106995e-01, 5.940000174838168e-01, 6.07999962647675e-01, 6.219999968215454e-01, 6.359999419857825e-01, 6.499999761581421e-01, 6.640000103312595e-01, 6.779999554951178e-01, 6.919999896689881e-01, 7.059999348332253e-01, 7.200000286102295e-01, 7.340000627825891e-01, 7.480000079468261e-01, 7.620000421206964e-01, 7.759999872845547e-01, 7.900000214576721e-01, 8.040000556300317e-01, 8.180000007942688e-01, 8.32000034968139e-01, 8.459999801327551e-01, 8.600000143051147e-01, 8.740000484774744e-01, 8.879999936420905e-01, 9.020000278155819e-01, 9.159999729801978e-01, 9.300000071525574e-01, 9.440000413249168e-01, 9.579999864895329e-01, 9.720000206630243e-01, 9.859999658276404e-01, 1e+00] +TSup.y=[2.931499938964844e+02, 2.932499999960285e+02, 2.933500060955606e+02, 2.934500122149742e+02, 2.935499877770829e+02, 2.936499938964844e+02, 2.937500000158858e+02, 2.938500061352872e+02, 2.939500121752112e+02, 2.940499877770829e+02, 2.941499938964844e+02, 2.942500000158859e+02, 2.943500061352872e+02, 2.944500121752112e+02, 2.945499878566087e+02, 2.946499938964844e+02, 2.947499999364571e+02, 2.948500061352873e+02, 2.94950012175211e+02, 2.950499878566087e+02, 2.951499938964844e+02, 2.952499999364571e+02, 2.953500061352873e+02, 2.95450012175211e+02, 2.955499878566087e+02, 2.956499938964844e+02, 2.957499999364571e+02, 2.958500059762358e+02, 2.959500123341171e+02, 2.960499878566087e+02, 2.961499938964844e+02, 2.962499999364571e+02, 2.963500059762358e+02, 2.964500123341171e+02, 2.965499878566087e+02, 2.966499938964844e+02, 2.967499999364571e+02, 2.968500059762358e+02, 2.969500123341171e+02, 2.970499878566087e+02, 2.971499938964844e+02, 2.972499999364571e+02, 2.973500059762358e+02, 2.974500123341171e+02, 2.975499878566087e+02, 2.976499938964844e+02, 2.977499999364571e+02, 2.978500059762358e+02, 2.979500123341171e+02, 2.980499878566087e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02] +TExh.y=[2.881499938964844e+02, 2.885499877770769e+02, 2.889500121752353e+02, 2.893500061352995e+02, 2.897499999364325e+02, 2.901499938964844e+02, 2.905499878565606e+02, 2.909500123341661e+02, 2.913500059763323e+02, 2.917499999364323e+02, 2.921499938964844e+02, 2.925499878565607e+02, 2.929500123341661e+02, 2.933500059763323e+02, 2.937500002542687e+02, 2.941499938964844e+02, 2.945499875387001e+02, 2.949500123341666e+02, 2.953500059763318e+02, 2.957500002542687e+02, 2.961499938964844e+02, 2.965499875387001e+02, 2.969500123341666e+02, 2.973500059763318e+02, 2.977500002542687e+02, 2.981499938964844e+02, 2.985499875387001e+02, 2.989500116982999e+02, 2.99350006612053e+02, 2.997500002542687e+02, 3.001499938964844e+02, 3.005499875387001e+02, 3.009500116982999e+02, 3.01350006612053e+02, 3.017500002542687e+02, 3.021499938964844e+02, 3.025499875387001e+02, 3.029500116982999e+02, 3.03350006612053e+02, 3.037500002542687e+02, 3.041499938964844e+02, 3.045499875387001e+02, 3.049500116982999e+02, 3.05350006612053e+02, 3.057500002542687e+02, 3.061499938964844e+02, 3.065499875387001e+02, 3.069500116982999e+02, 3.07350006612053e+02, 3.077500002542687e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02] +vSup.y=[3.00000011920929e-01, 3.140000099341042e-01, 3.28000007947279e-01, 3.420000087420096e-01, 3.560000039736313e-01, 3.700000047683716e-01, 3.840000055630882e-01, 3.980000063577959e-01, 4.119999960263899e-01, 4.259999968210932e-01, 4.399999976158142e-01, 4.539999984105589e-01, 4.679999992052859e-01, 4.819999888738325e-01, 4.960000007947223e-01, 5.099999904632568e-01, 5.239999801318861e-01, 5.379999920526989e-01, 5.519999817212574e-01, 5.659999936420702e-01, 5.799999833106995e-01, 5.939999729793287e-01, 6.079999849002362e-01, 6.219999745687e-01, 6.359999864897022e-01, 6.499999761581421e-01, 6.639999658267715e-01, 6.779999554954007e-01, 6.919999896687051e-01, 7.059999793371449e-01, 7.200000286102295e-01, 7.340000182786693e-01, 7.480000079471091e-01, 7.620000421204135e-01, 7.760000317890429e-01, 7.900000214576721e-01, 8.040000111261119e-01, 8.180000007945517e-01, 8.320000349678561e-01, 8.460000246364855e-01, 8.600000143051147e-01, 8.74000003973744e-01, 8.879999936423734e-01, 9.020000278152988e-01, 9.16000017483928e-01, 9.300000071525574e-01, 9.439999968211867e-01, 9.57999986489816e-01, 9.720000206627414e-01, 9.860000103313706e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +vExh.y=[2.000000029802322e-01, 2.16000004967052e-01, 2.319999920527162e-01, 2.479999972184477e-01, 2.63999996026364e-01, 2.800000011920929e-01, 2.960000063578218e-01, 3.120000115235407e-01, 3.28000003973667e-01, 3.440000091393571e-01, 3.600000143051147e-01, 3.7599998966855e-01, 3.919999948342875e-01, 4.079999872843665e-01, 4.240000051656475e-01, 4.399999976158142e-01, 4.55999990065981e-01, 4.720000079472822e-01, 4.880000003973681e-01, 5.040000182786694e-01, 5.199999809265137e-01, 5.360000031790028e-01, 5.519999912579816e-01, 5.6800001351039e-01, 5.840000015893687e-01, 6.000000238418579e-01, 6.159999864897023e-01, 6.320000087418125e-01, 6.480000222522239e-01, 6.639999849002577e-01, 6.800000071525574e-01, 6.959999698004018e-01, 7.119999920528909e-01, 7.280000055629233e-01, 7.440000278154125e-01, 7.599999904632568e-01, 7.760000127157459e-01, 7.919999753635903e-01, 8.080000484782676e-01, 8.24000011126112e-01, 8.399999737739563e-01, 8.559999960264454e-01, 8.719999586742898e-01, 8.88000031788967e-01, 9.039999944368113e-01, 9.200000166893005e-01, 9.35999979337145e-01, 9.52000001589634e-01, 9.680000150996664e-01, 9.840000373521556e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +epsCal.epsS=[1.949999928474426e-01, 1.958999931454676e-01, 1.967999934434926e-01, 1.976999939203286e-01, 1.985999940395427e-01, 1.994999945163727e-01, 2.003999949932145e-01, 2.012999954700557e-01, 2.021999952316434e-01, 2.030999957084725e-01, 2.039999961853027e-01, 2.048999966621448e-01, 2.057999971389858e-01, 2.066999969005734e-01, 2.075999980926665e-01, 2.084999978542328e-01, 2.093999976158464e-01, 1.506000017881354e-01, 1.524000013113062e-01, 1.542000036954709e-01, 1.560000032186508e-01, 1.578000027418307e-01, 1.596000051259955e-01, 1.614000046491426e-01, 1.63200007033331e-01, 1.650000065565109e-01, 1.668000060796435e-01, 1.685999907017095e-01, 1.703999959469448e-01, 1.721999954700773e-01, 1.739999949932098e-01, 1.757999945163898e-01, 1.775999940395696e-01, 1.793999992847101e-01, 1.811999988078901e-01, 1.829999983310699e-01, 1.847999978542498e-01, 1.865999973774297e-01, 1.884000026225703e-01, 1.902000021457502e-01, 1.920000016689301e-01, 1.938000011921099e-01, 1.956000007152899e-01, 1.974000059604304e-01, 1.992000054836102e-01, 2.010000050067902e-01, 2.028000045299227e-01, 2.046000040530552e-01, 2.064000092982905e-01, 2.081999939203565e-01, 2.099999934434891e-01, 2.197999891917524e-01, 2.295999849400157e-01, 2.394000118413336e-01, 2.491999764369384e-01, 2.590000033378601e-01, 2.688000153378102e-01, 2.785999948340938e-01, 2.884000068348362e-01, 2.981999863311198e-01, 3.079999983310699e-01, 3.178000103310201e-01, 3.275999898273037e-01, 3.37400001828046e-01, 3.471999813243297e-01, 3.569999933242798e-01, 3.668000351261734e-01, 3.765999848205135e-01, 3.864000266233888e-01, 3.961999763175395e-01, 4.059999883174896e-01, 4.15800030119762e-01, 4.255999798139128e-01, 4.354000216165986e-01, 4.451999713107493e-01, 4.550000131130219e-01, 4.64800025112972e-01, 4.745999748071227e-01, 4.84400016609998e-01, 4.941999663043382e-01, 5.040000081062317e-01, 5.138000499081252e-01, 5.235999698003324e-01, 5.334000116030183e-01, 5.431999910991124e-01, 5.529999732971191e-01, 5.628000150997706e-01, 5.725999945958647e-01, 5.824000363985505e-01, 5.921999562907578e-01, 6.019999980926514e-01, 6.118000398945449e-01, 6.215999597867522e-01, 6.31400001589817e-01, 6.411999810862901e-01, 6.510000228881836e-01, 6.608000050861902e-01, 6.705999845822843e-01, 6.804000263849702e-01, 6.901999462771775e-01, 6.99999988079071e-01] +epsCal.epsL=[2.700000107288361e-01, 2.68200010132786e-01, 2.664000095367361e-01, 2.64600008583064e-01, 2.628000083446358e-01, 2.61000007390976e-01, 2.592000064372924e-01, 2.574000054836099e-01, 2.556000059604345e-01, 2.538000050067764e-01, 2.520000040531158e-01, 2.502000030994435e-01, 2.484000021457735e-01, 2.466000026225981e-01, 2.448000002384356e-01, 2.430000007152557e-01, 2.412000011920759e-01, 1.206000005960425e-01, 1.224000001192133e-01, 1.24200002503378e-01, 1.260000020265579e-01, 1.278000015497378e-01, 1.296000039339026e-01, 1.314000034570734e-01, 1.332000058412381e-01, 1.35000005364418e-01, 1.368000048875506e-01, 1.386000044106831e-01, 1.404000096559183e-01, 1.421999942779844e-01, 1.439999938011169e-01, 1.457999933242969e-01, 1.475999928474767e-01, 1.493999980926173e-01, 1.511999976157972e-01, 1.529999971389771e-01, 1.547999966621569e-01, 1.565999961853368e-01, 1.584000014304774e-01, 1.602000009536573e-01, 1.620000004768372e-01, 1.63800000000017e-01, 1.65599999523197e-01, 1.674000047683375e-01, 1.692000042915174e-01, 1.710000038146973e-01, 1.728000033378772e-01, 1.746000028609623e-01, 1.764000081061976e-01, 1.782000076293775e-01, 1.800000071525574e-01, 1.883999949932421e-01, 1.967999828340215e-01, 2.052000122784924e-01, 2.135999734167969e-01, 2.220000028610229e-01, 2.304000174040879e-01, 2.387999934433837e-01, 2.472000079871277e-01, 2.555999840262341e-01, 2.639999985694885e-01, 2.72400013112743e-01, 2.808000040529158e-01, 2.892000185966597e-01, 2.975999797350786e-01, 3.059999942779541e-01, 3.144000088212086e-01, 3.227999997613814e-01, 3.312000143051254e-01, 3.395999754435442e-01, 3.479999899864197e-01, 3.564000343316174e-01, 3.647999954698469e-01, 3.732000100135909e-01, 3.815999711520098e-01, 3.899999856948853e-01, 3.984000300400831e-01, 4.067999911783125e-01, 4.15200005722246e-01, 4.235999668604755e-01, 4.320000112056732e-01, 4.404000257485487e-01, 4.487999868869675e-01, 4.572000014307115e-01, 4.655999923708843e-01, 4.740000069141388e-01, 4.824000214570143e-01, 4.907999825954332e-01, 4.991999971391771e-01, 5.075999880793499e-01, 5.15999972820282e-01, 5.244000171658588e-01, 5.328000081060317e-01, 5.411999928476428e-01, 5.495999837878155e-01, 5.580000281333923e-01, 5.664000128743243e-01, 5.748000038144971e-01, 5.831999885561082e-01, 5.915999794962811e-01, 6.000000238418579e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt new file mode 100644 index 00000000000..f3812a75f04 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt @@ -0,0 +1,19 @@ +last-generated=2023-09-25 +statistics-initialization= +{ + "nonlinear": "0, 0", + "numerical Jacobians": "0" +} +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+02] +hex.sta_a1.T=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.035499875386664e+02, 3.041499938964844e+02, 3.047499989827905e+02, 3.053500066121204e+02, 3.059500116982971e+02, 3.06549988810437e+02, 3.071499938964844e+02, 3.077499989827905e+02, 3.083500066121204e+02, 3.089500116982971e+02, 3.09549988810437e+02, 3.101499938964844e+02, 3.107499989827905e+02, 3.113500066121204e+02, 3.119500116982971e+02, 3.12549988810437e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] +hex.sta_b2.T=[3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001181335449866e+02, 3.001178588869774e+02, 3.00117584228645e+02, 3.001173095703125e+02, 3.0011703491198e+02, 3.001167602536476e+02, 3.001164855959618e+02, 3.001162109376294e+02, 3.00115966796875e+02, 3.001156921385425e+02, 3.001154174802101e+02, 3.001151428225243e+02, 3.001148681641919e+02, 3.001145935058594e+02, 3.001143188475269e+02, 3.001140441891944e+02, 3.001137695315087e+02, 3.004348447658125e+02, 3.00922607421875e+02, 3.014175406597673e+02, 3.0191964764611e+02, 3.02428954644026e+02, 3.029454659708347e+02, 3.034691772460938e+02, 3.040000601302227e+02, 3.045381169149179e+02, 3.050834040762606e+02, 3.056358346842317e+02, 3.061954956054688e+02, 3.067623281355757e+02, 3.073363652363308e+02, 3.07917571526332e+02, 3.085059824501044e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02] +epsS.y=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.039999936421325e-01, 7.099999785423279e-01, 7.160000103313168e-01, 7.220000079473634e-01, 7.279999801319602e-01, 7.340000373518938e-01, 7.400000095367432e-01, 7.459999817210873e-01, 7.519999793371339e-01, 7.580000111261229e-01, 7.640000087421696e-01, 7.699999809265137e-01, 7.760000127155026e-01, 7.820000103315492e-01, 7.87999982516146e-01, 7.940000397360796e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] +epsL.y=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.020000206629241e-01, 7.07999999205194e-01, 7.139999841055157e-01, 7.200000286102295e-01, 7.260000135102985e-01, 7.319999984106202e-01, 7.37999970595217e-01, 7.440000150998046e-01, 7.5e-01, 7.559999849001954e-01, 7.62000029404783e-01, 7.680000015893798e-01, 7.739999864897014e-01, 7.799999713897705e-01, 7.860000158944843e-01, 7.92000000794806e-01, 7.979999729794028e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] +hex.sta_b2.X[1]=[1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140400022013981e-02, 1.141600030388429e-02, 1.14280004003445e-02, 1.143999956548214e-02, 1.145199966194235e-02, 1.146399975840257e-02, 1.147599982943131e-02, 1.148799992589153e-02, 1.150000002235174e-02, 1.151200011881195e-02, 1.152400021527217e-02, 1.153600028630092e-02, 1.154800038276113e-02, 1.155999954789877e-02, 1.157199964435898e-02, 1.15839997408192e-02, 1.159599981184794e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02] +hex.sta_b1.X[1]=[1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066133845839978e-02, 1.06498971678448e-02, 1.06384558651662e-02, 1.062701363116503e-02, 1.061557232848643e-02, 1.060413102580783e-02, 1.059268881605389e-02, 1.058124751337529e-02, 1.05698062106967e-02, 1.05583649080181e-02, 1.054692267401693e-02, 1.053548139558556e-02, 1.052404009290696e-02, 1.051259879022837e-02, 1.05011565562272e-02, 1.04897152535486e-02, 1.047827397511723e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_Wheel.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_Wheel.txt new file mode 100644 index 00000000000..ddf79bce048 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_Wheel.txt @@ -0,0 +1,18 @@ +last-generated=2023-09-27 +statistics-simulation= +{ + "linear": "4, 4", + "nonlinear": "0, 0, 0, 0", + "number of continuous time states": "4", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+02] +TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] +TExh.y=[2.931499938964844e+02, 2.931499938964844e+02] +whe.m1_flow=[1.048808860778809e+01, 7.838669731185422e+00, 6.51013797729668e+00, 5.688554791860437e+00, 5.414145932514915e+00, 5.322700977325439e+00, 5.28668833045008e+00, 5.270296576204192e+00, 5.261088368892973e+00, 5.250776294452705e+00, 5.245974063873291e+00, 5.244564056146879e+00, 5.244194507641825e+00, 5.24409389494839e+00, 5.244063377387445e+00, 5.244052886962891e+00, 5.244048595427456e+00, 5.244046688080339e+00, 5.244045734405518e+00, 5.244045257568359e+00, 5.244045257568359e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.196152564374041e+00, 5.049752837786086e+00, 4.898979403475134e+00, 4.743416786193849e+00, 4.582576074528673e+00, 4.415881253792514e+00, 4.242640370198497e+00, 4.062019033670093e+00, 3.872983455657959e+00, 3.67423497285181e+00, 3.464102520985334e+00, 3.24036972149338e+00, 2.999999572554381e+00, 2.73861289024353e+00, 2.449490344706786e+00, 2.121321665568173e+00, 1.732049269542411e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00] +whe.m2_flow=[2.157636642456055e+00, 2.958472017451665e+00, 3.095468770477392e+00, 3.369881851047612e+00, 3.722177781981661e+00, 4.077624797821045e+00, 4.417335475052226e+00, 4.738231592495051e+00, 5.040587486276104e+00, 5.321988465617926e+00, 5.592362880706787e+00, 5.852997410881996e+00, 6.103481240481806e+00, 6.344361355144748e+00, 6.576503179823463e+00, 6.8007493019104e+00, 7.017842383104378e+00, 7.158915042877703e+00, 7.158913612365723e+00, 7.158912658691406e+00, 7.158912181854248e+00, 7.15891170501709e+00, 7.15891170501709e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00] +whe.sta_b1.T=[3.026019287109375e+02, 3.017606506123233e+02, 3.00925903273326e+02, 3.000804748941316e+02, 2.994389037502406e+02, 2.989251403808594e+02, 2.984759521941143e+02, 2.980650635611252e+02, 2.976794737968531e+02, 2.97376586935858e+02, 2.973302612304688e+02, 2.972895812824007e+02, 2.972517395098112e+02, 2.972156982347499e+02, 2.971810608055029e+02, 2.971476440429688e+02, 2.971152953967039e+02, 2.971551208110307e+02, 2.97333434909453e+02, 2.975054625746304e+02, 2.976712646484375e+02, 2.978307800953301e+02, 2.979840699509819e+02, 2.981311033931304e+02, 2.982718505273419e+02, 2.984063720703125e+02, 2.985346069863686e+02, 2.986566163110545e+02, 2.987723387712097e+02, 2.988818053745846e+02, 2.989850463867188e+02, 2.990820007719383e+02, 2.991726990483389e+02, 2.992571410438202e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.99300567669768e+02, 2.993515624562797e+02, 2.994040528251788e+02, 2.994582214355469e+02, 2.995142210951698e+02, 2.995722654252834e+02, 2.996325990865004e+02, 2.996954651975796e+02, 2.997612915039062e+02, 2.998305052510568e+02, 2.999036557518157e+02, 2.999815371404915e+02, 3.000652162134645e+02, 3.001562194824219e+02, 3.00256866276575e+02, 3.003711238567621e+02, 3.005066228385799e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02] +whe.sta_b2.T=[2.958210754394531e+02, 2.968398742977289e+02, 2.978374634160945e+02, 2.983415527163872e+02, 2.985578308255353e+02, 2.986744079589844e+02, 2.987531127855473e+02, 2.988148193238109e+02, 2.988684082147665e+02, 2.988544617786407e+02, 2.986173706054688e+02, 2.984091490881726e+02, 2.982256164920723e+02, 2.980627441083845e+02, 2.979170532817693e+02, 2.977857360839844e+02, 2.976665954111895e+02, 2.976951293295651e+02, 2.98004455302532e+02, 2.983183592411226e+02, 2.986368408203125e+02, 2.98959900040425e+02, 2.992875369011368e+02, 2.996197812108638e+02, 2.999565733428141e+02, 3.002979736328125e+02, 3.006439210462847e+02, 3.009944766178049e+02, 3.013496090723207e+02, 3.017093199150794e+02, 3.020736083984375e+02, 3.024424745227182e+02, 3.028159182875981e+02, 3.031939388869025e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.032160641847235e+02, 3.028967593062613e+02, 3.025700372798999e+02, 3.022352905273438e+02, 3.018916021515605e+02, 3.015380261156481e+02, 3.011734301355792e+02, 3.007963860655318e+02, 3.004051513671875e+02, 2.999975287793192e+02, 2.995706801870813e+02, 2.991209090659422e+02, 2.986430960802065e+02, 2.981298522949219e+02, 2.97569825206209e+02, 2.969439719612155e+02, 2.962150851039056e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02] +whe.yWheSpe=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.020000206629241e-01, 7.07999999205194e-01, 7.139999841055157e-01, 7.200000286102295e-01, 7.260000135102985e-01, 7.319999984106202e-01, 7.37999970595217e-01, 7.440000150998046e-01, 7.5e-01, 7.559999849001954e-01, 7.62000029404783e-01, 7.680000015893798e-01, 7.739999864897014e-01, 7.799999713897705e-01, 7.860000158944843e-01, 7.92000000794806e-01, 7.979999729794028e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] +whe.effCal.epsS=[5.170192718505859e-01, 5.312478545138076e-01, 5.40760577160995e-01, 5.484306212443264e-01, 5.550360686130297e-01, 5.609251856803894e-01, 5.662894839513049e-01, 5.71247934274199e-01, 5.758802900235686e-01, 5.802431088486153e-01, 5.843783617019653e-01, 5.883180515327717e-01, 5.920873276485421e-01, 5.957063444002655e-01, 5.991915449841776e-01, 6.025567054748535e-01, 6.058131469921517e-01, 6.096656311435854e-01, 6.148764446907661e-01, 6.200872637596438e-01, 6.252980828285217e-01, 6.305089018972733e-01, 6.357197209660248e-01, 6.40930528991761e-01, 6.461413480606387e-01, 6.513521671295166e-01, 6.565629861983945e-01, 6.617738052672723e-01, 6.669846132927558e-01, 6.721954323616336e-01, 6.774062514305115e-01, 6.826170704993894e-01, 6.878278895682671e-01, 6.930386975937507e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.939390280270684e-01, 6.913816950792416e-01, 6.887478782950465e-01, 6.860304474830627e-01, 6.832208085675543e-01, 6.803089480480323e-01, 6.772826804871406e-01, 6.741275136373681e-01, 6.708253622055054e-01, 6.673535168688834e-01, 6.636828311578116e-01, 6.597745876503653e-01, 6.555756851872224e-01, 6.510096788406372e-01, 6.459591478277363e-01, 6.402265635537387e-01, 6.334265803313571e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01] +whe.effCal.epsL=[4.040385484695435e-01, 4.324957435983013e-01, 4.515210994857404e-01, 4.668611876524033e-01, 4.80072171796706e-01, 4.918503165245056e-01, 5.025789726709812e-01, 5.124958733167062e-01, 5.217605252109901e-01, 5.304862224656023e-01, 5.387567281723022e-01, 5.466361078337888e-01, 5.541746600654557e-01, 5.614126935689026e-01, 5.683831543412451e-01, 5.751133561134338e-01, 5.816263583570672e-01, 5.875312675324159e-01, 5.925528960573978e-01, 5.975745299035463e-01, 6.025961637496948e-01, 6.076177975958433e-01, 6.126394314419918e-01, 6.176610546458072e-01, 6.226826884919557e-01, 6.277043223381042e-01, 6.327259561842528e-01, 6.377475900304013e-01, 6.427692132342167e-01, 6.477908470803652e-01, 6.528124809265137e-01, 6.578341147726622e-01, 6.628557486188107e-01, 6.678773718228788e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.678780870485522e-01, 6.627633615482537e-01, 6.574957875840031e-01, 6.520609259605408e-01, 6.46441648129524e-01, 6.406178674858352e-01, 6.345653919676859e-01, 6.282549986645067e-01, 6.216506958007812e-01, 6.147070647321822e-01, 6.073656933100384e-01, 5.99549206295146e-01, 5.911514013683548e-01, 5.820193886756897e-01, 5.719183266498878e-01, 5.604531581018929e-01, 5.468531916571295e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01] diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos new file mode 100644 index 00000000000..35153c815f9 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos @@ -0,0 +1,5 @@ +simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation", stopTime=120, method="CVode", tolerance=1e-6, resultFile="EffectivenessCalculation"); +createPlot(id=1, position={55, 14, 975, 618}, y={"y.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=101, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={55, 14, 975, 618}, y={"TSup.y", "TExh.y"}, range={0.0, 120.0, 280.0, 320.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"K", "K"}); +createPlot(id=1, position={55, 14, 975, 618}, y={"vSup.y", "vExh.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"m3/s", "m3/s"}); +createPlot(id=1, position={55, 14, 975, 618}, y={"epsCal.epsS", "epsCal.epsL"}, range={0.0, 120.0, 0.0, 1.0}, grid=true, subPlot=104, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos new file mode 100644 index 00000000000..93383276582 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos @@ -0,0 +1,5 @@ +simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchagerWithInputEffectiveness", stopTime=360, method="CVode", tolerance=1e-6, resultFile="HeatExchagerWithInputEffectiveness"); +createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_a1.T", "hex.sta_b2.T"}, range={0.0, 360.0, 25.0, 45.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); +createPlot(id=1, position={28, 18, 1047, 662}, y={"epsS.y", "epsL.y"}, range={0.0, 360.0, 0.65, 0.8500000000000001}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_b2.X[1]", "hex.sta_b1.X[1]"}, range={0.0, 360.0, 0.01, 0.012}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, displayUnits={"kg/kg", "kg/kg"}); + diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mos new file mode 100644 index 00000000000..ceefb06235c --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mos @@ -0,0 +1,6 @@ +simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Wheel", stopTime=360, method="CVode", tolerance=1e-06, resultFile="Wheel"); +createPlot(id=1, position={19, 23, 890, 669}, y={"TSup.y", "TExh.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}}, timeUnit="s"); +createPlot(id=1, position={19, 23, 890, 669}, y={"whe.m1_flow", "whe.m2_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); +createPlot(id=1, position={19, 23, 890, 669}, y={"whe.sta_b1.T", "whe.sta_b2.T"}, range={0.0, 360.0, 20.0, 40.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"degC", "degC"}); +createPlot(id=1, position={19, 23, 890, 669}, y={"whe.yWheSpe"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={19, 23, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos new file mode 100644 index 00000000000..bbd2548b96f --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos @@ -0,0 +1,10 @@ +compareVars := + { + "y.y", + "TSup.y", + "TExh.y", + "vSup.y", + "vExh.y", + "epsCal.epsS", + "epsCal.epsL" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchagerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchagerWithInputEffectiveness.mos new file mode 100644 index 00000000000..d3c7eec0c58 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchagerWithInputEffectiveness.mos @@ -0,0 +1,9 @@ +compareVars := + { + "hex.sta_a1.T", + "hex.sta_b2.T", + "epsS.y", + "epsL.y", + "hex.sta_b2.X[1]", + "hex.sta_b1.X[1]" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Wheel.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Wheel.mos new file mode 100644 index 00000000000..1ed2c044f84 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Wheel.mos @@ -0,0 +1,12 @@ +compareVars := + { + "TSup.y", + "TExh.y", + "whe.m1_flow", + "whe.m2_flow", + "whe.sta_b1.T", + "whe.sta_b2.T", + "whe.yWheSpe", + "whe.effCal.epsS", + "whe.effCal.epsL" + }; From 12eb4b8cadafe4fb1dd70a00e64d5c2e1ebd644d Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Thu, 28 Sep 2023 23:15:29 -0400 Subject: [PATCH 083/196] enhance the example by adding one use case --- .../BaseClasses/Validation/package.mo | 3 - .../AirToAirHeatRecovery/Examples/BypDam.mo | 158 ++++++++++++++++++ .../Examples/{Wheel.mo => VarSpe.mo} | 10 +- .../Examples/package.order | 3 +- .../AirToAirHeatRecovery/Wheel.mo | 110 +++++++----- Buildings/Fluid/HeatExchangers/package.order | 2 +- ...s_AirToAirHeatRecovery_Examples_BypDam.txt | 23 +++ ...s_AirToAirHeatRecovery_Examples_VarSpe.txt | 23 +++ .../AirToAirHeatRecovery/Examples/BypDam.mos | 6 + .../AirToAirHeatRecovery/Examples/VarSpe.mos | 6 + .../AirToAirHeatRecovery/Examples/Wheel.mos | 6 - ...s.AirToAirHeatRecovery.Examples.BypDam.mos | 12 ++ ...s.AirToAirHeatRecovery.Examples.VarSpe.mos | 12 ++ 13 files changed, 320 insertions(+), 54 deletions(-) create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo rename Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/{Wheel.mo => VarSpe.mo} (96%) create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypDam.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_VarSpe.txt create mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos delete mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe.mos diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo index 092a099aa02..14ad258bc2f 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo @@ -10,8 +10,5 @@ Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses. Note that most validation models contain simple input data which may not be realistic, but for which the correct output can be obtained through an analytic solution. -The examples plot various outputs, which have been verified against these -solutions. These model outputs are stored as reference data and -used for continuous validation whenever models in the library change. ")); end Validation; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo new file mode 100644 index 00000000000..70d6004da4a --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo @@ -0,0 +1,158 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples; +model BypDam + "Test model for the air-to-air thermal wheel with bypass dampers" + extends Modelica.Icons.Example; + package Medium1 = Buildings.Media.Air + "Medium model for supply air"; + package Medium2 = Buildings.Media.Air + "Medium model for exhaust air"; + Buildings.Fluid.Sources.Boundary_pT sin_2( + redeclare package Medium = Medium2, + T=273.15 + 10, + use_p_in=true, + nPorts=1) + "Sink of exhaust air" + annotation (Placement(transformation(extent={{-58,-10}, + {-38,10}}))); + Modelica.Blocks.Sources.Ramp PIn( + height=200, + duration=60, + offset=101330) + "Pressure of exhaust air" + annotation (Placement(transformation(extent={{-20,-50},{0,-30}}))); + Buildings.Fluid.Sources.Boundary_pT sou_2( + redeclare package Medium = Medium2, + T=273.15 + 5, + use_p_in=true, + use_T_in=true, + nPorts=1) + "Source of exhaust air" + annotation (Placement(transformation(extent={{40,-70}, + {60,-50}}))); + Modelica.Blocks.Sources.Ramp TSup( + height=10, + duration=60, + offset=273.15 + 30, + startTime=60) + "Supply air temperature" + annotation (Placement(transformation(extent={{-100,44},{-80,64}}))); + Modelica.Blocks.Sources.Constant TExh(k=293.15) + "Temperature of exhaust air" + annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); + Modelica.Blocks.Sources.Constant POut(k=101325) "Ambient pressure" + annotation (Placement(transformation(extent={{-100,-2},{-80,18}}))); + Buildings.Fluid.Sources.Boundary_pT sin_1( + redeclare package Medium = Medium1, + T=273.15 + 30, + X={0.012,1 - 0.012}, + use_p_in=true, + p=300000, + nPorts=1) + "Sink of supply air" + annotation (Placement(transformation(extent={{84,2},{ + 64,22}}))); + Buildings.Fluid.Sources.Boundary_pT sou_1( + redeclare package Medium = Medium1, + T=273.15 + 50, + X={0.012,1 - 0.012}, + use_T_in=true, + p=100000, + nPorts=1) + "Source of supply air" + annotation (Placement(transformation(extent={{-60,40}, + {-40,60}}))); + Modelica.Blocks.Sources.Ramp PSin_1( + duration=60, + startTime=240, + height=100, + offset=1E5 - 110) + "Pressure of the supply air" + annotation (Placement(transformation(extent={{40,60},{60,80}}))); + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel whe( + redeclare package Medium1 = Medium1, + redeclare package Medium2 = Medium2, + m1_flow(start=5), + m2_flow(start=5), + m1_flow_nominal=5, + m2_flow_nominal=5, + dp1_nominal=100, + dp2_nominal=100, + show_T=true, + controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass, + epsL_cool_nominal=0.7, + epsL_cool_partload=0.6, + epsL_heat_nominal=0.7, + epsL_heat_partload=0.6) + "Wheel" + annotation (Placement(transformation(extent={{6,-4},{26,16}}))); + Modelica.Blocks.Sources.Ramp DamPos( + height=1.0, + duration=60, + offset=0, + startTime=60) "Damper position" + annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); + inner Modelica.Fluid.System system + "Ambient environment" + annotation (Placement(transformation(extent={{-20,60},{0,80}}))); +equation + connect(PIn.y,sou_2. p_in) annotation (Line( + points={{1,-40},{20,-40},{20,-52},{38,-52}}, + color={0,0,127})); + connect(TExh.y, sou_2.T_in) annotation (Line(points={{1,-80},{20,-80},{20,-56}, + {38,-56}}, color={0,0,127})); + connect(TSup.y, sou_1.T_in) + annotation (Line(points={{-79,54},{-70.5,54},{-62,54}}, + color={0,0,127})); + connect(PSin_1.y, sin_1.p_in) annotation (Line(points={{61,70},{90,70},{90,20}, + {86,20}}, color={0,0,127})); + connect(sou_1.ports[1],whe. port_a1) annotation (Line( + points={{-40,50},{0,50},{0,12},{6,12}}, + color={0,127,255})); + connect(whe.port_a2, sou_2.ports[1]) annotation (Line( + points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, + -60}}, + color={0,127,255})); + connect(POut.y, sin_2.p_in) annotation (Line( + points={{-79,8},{-69.5,8},{-69.5,8},{-60,8}}, + color={0,0,127})); + connect(whe.port_b1, sin_1.ports[1]) annotation (Line( + points={{26,12},{45,12},{45,12},{64,12}}, + color={0,127,255})); + connect(whe.port_b2, sin_2.ports[1]) annotation (Line( + points={{6,5.55112e-16},{-18,5.55112e-16},{-18,6.66134e-16},{-38, + 6.66134e-16}}, + color={0,127,255})); + connect(DamPos.y, whe.yBypDam) annotation (Line(points={{-59,-30},{-26,-30},{ + -26,4},{4,4}}, color={0,0,127})); + annotation(experiment(Tolerance=1e-6, StopTime=360), +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos" + "Simulate and plot"), + Documentation(info=" +

                                                      +Example for using the block + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel. +

                                                      +

                                                      +The input signals are configured as follows:

                                                      +
                                                        +
                                                      • Temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60s to 120s. +On the other hand, the temperature of the exhaust air is constant; +
                                                      +
                                                        +
                                                      • The bypass damper position, DamPos, changes from 0 to 1 during the period from 60s to 120s; +
                                                      +
                                                        +
                                                      • The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s during the period from 240s to 300s; +
                                                      +Note: This problem may fails to translate in Dymola 2012 due to an error in Dymola's support +of stream connector. +", revisions=" +
                                                        +
                                                      • +September 17, 2022, by Sen Huang:
                                                        +First implementation
                                                        +
                                                      • +
                                                      +")); +end BypDam; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo similarity index 96% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mo rename to Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo index 577685784f7..1035e444ed3 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples; -model Wheel - "Test model for the air-to-air thermal wheel" +model VarSpe + "Test model for the air-to-air thermal wheel with a variable speed" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air "Medium model for supply air"; @@ -126,7 +126,7 @@ equation connect(WheSpe.y, whe.yWheSpe) annotation (Line(points={{-59,-30},{-30,-30},{ -30,10},{4,10}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), -__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mos" +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos" "Simulate and plot"), Documentation(info="

                                                      @@ -141,7 +141,7 @@ The input signals are configured as follows:

                                                      On the other hand, the temperature of the exhaust air is constant;
                                                    -
                                                  • The wheel speed, wheSpe, changes from 0.7 to 1 during the period from 60s to 120s; +
                                                  • The wheel speed, WheSpe, changes from 0.7 to 1 during the period from 60s to 120s;
                                                  • The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s during the period from 240s to 300s; @@ -156,4 +156,4 @@ First implementation
                                                  ")); -end Wheel; +end VarSpe; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order index fb1b1171d10..fc44ea6bcab 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order @@ -1 +1,2 @@ -Wheel +BypDam +VarSpe diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo index 36ee5f502c3..80fbd20b5de 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo @@ -42,7 +42,7 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" final m1_flow_nominal=m1_flow_nominal, final m2_flow_nominal=m2_flow_nominal, final show_T = true, - final dp1_nominal=dp1_nominal, + final dp1_nominal=0, final dp2_nominal=dp2_nominal) "Heat exchanger" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); @@ -62,9 +62,12 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" Modelica.Blocks.Interfaces.RealInput yWheSpe(unit="1") if not with_ByPass "Wheel speed ratio" annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); - Modelica.Blocks.Interfaces.RealInput yByPas(unit="1") if with_ByPass + Modelica.Blocks.Interfaces.RealInput yBypDam(unit="1") if with_ByPass "Bypass damper position" annotation (Placement(transformation(extent={{-140,-40},{-100,0}}))); + Modelica.Blocks.Interfaces.RealOutput P + "Electric power consumed by the wheel" + annotation (Placement(transformation(extent={{100,-10},{120,10}}))); Modelica.Fluid.Sensors.VolumeFlowRate v_flow_Exh( redeclare package Medium = Medium2, final allowFlowReversal=allowFlowReversal2) @@ -75,19 +78,40 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" final allowFlowReversal=allowFlowReversal1) "Bypass damper position" annotation (Placement(transformation(extent={{-56,-2},{-42,14}}))); - Buildings.Fluid.Actuators.Dampers.Exponential byPasValSup( + Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( redeclare package Medium = Medium1, final allowFlowReversal=allowFlowReversal1, final m_flow_nominal=m1_flow_nominal, final dpDamper_nominal=dp1_nominal) - "Bypass value in the supply air stream" + "Bypass damper in the supply air stream" annotation (Placement(transformation(extent={{-10,50},{10,70}}))); - Buildings.Fluid.Actuators.Dampers.Exponential byPasValExh( + Buildings.Fluid.Actuators.Dampers.Exponential damSup( + redeclare package Medium = Medium1, + final allowFlowReversal=allowFlowReversal1, + final m_flow_nominal=m1_flow_nominal, + final dpDamper_nominal=dp1_nominal) + "Damper in the supply air stream" + annotation (Placement(transformation( + extent={{-10,-10},{10,10}}, + rotation=-90, + origin={-70,22}))); + Buildings.Fluid.Actuators.Dampers.Exponential damExh( + redeclare package Medium = Medium2, + final allowFlowReversal=allowFlowReversal2, + final m_flow_nominal=m2_flow_nominal, + final dpDamper_nominal=dp2_nominal) + "Damper in the exhaust air stream" + annotation (Placement(transformation( + extent={{10,10},{-10,-10}}, + rotation=-90, + origin={66,-38}))); + + Buildings.Fluid.Actuators.Dampers.Exponential bypDamExh( redeclare package Medium = Medium2, final allowFlowReversal=allowFlowReversal2, final m_flow_nominal=m2_flow_nominal, final dpDamper_nominal=dp2_nominal) - "Bypass value in the exhaust air stream" + "Bypass damper in the exhaust air stream" annotation (Placement(transformation(extent={{10,-70},{-10,-50}}))); Modelica.Blocks.Sources.RealExpression TSup(final y=Medium1.temperature( Medium1.setState_phX( @@ -103,19 +127,16 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" X=inStream(port_a2.Xi_outflow)))) "Temperature of the exhaust air" annotation (Placement(transformation(extent={{92,10},{72,30}}))); - Modelica.Blocks.Sources.RealExpression BypDamPos(final y=0) if not with_ByPass - "Default damper position" - annotation (Placement(transformation(extent={{-80,80},{-60,100}}))); - Modelica.Blocks.Sources.RealExpression WheSpe(final y=1) if with_ByPass - "Default wheel speed" - annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); - Modelica.Blocks.Interfaces.RealOutput P - "Electric power consumed by the wheel" - annotation (Placement(transformation(extent={{100,-10},{120,10}}))); + Modelica.Blocks.Sources.Constant zer(final k=0) + annotation (Placement(transformation(extent={{-78,84},{-64,98}}))); + Modelica.Blocks.Sources.Constant uni(final k=1) + annotation (Placement(transformation(extent={{-76,-88},{-62,-74}}))); Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal*effCal.y) "Electrical power consumption" annotation (Placement(transformation(extent={{70,-10},{90,10}}))); - + Modelica.Blocks.Math.Add add(k2=-1) + "Adder" + annotation (Placement(transformation(extent={{-64,-46},{-48,-30}}))); protected parameter Boolean with_ByPass = controlType == Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass "Boolean flag to enable the bypass control" @@ -127,18 +148,23 @@ equation connect(effCal.epsL, hex.epsL) annotation (Line(points={{19,26},{-18,26},{-18, -4},{-12,-4}}, color={0,0,127})); if with_ByPass then - connect(byPasValExh.y, yByPas) - annotation (Line(points={{0,-48},{0,-20},{-120,-20}}, color={0,0,127})); - connect(byPasValSup.y, yByPas) - annotation (Line(points={{0,72},{0,80},{-80,80}, - {-80,-20},{-120,-20}}, color={0,0,127})); - connect(WheSpe.y, effCal.y) annotation (Line(points={{-59,-80},{56,-80},{56, - 38},{42,38}}, color={0,0,127})); + connect(bypDamExh.y, yBypDam) + annotation (Line(points={{0,-48},{0,-20},{-120,-20}}, color={0,0,127})); + connect(bypDamSup.y, yBypDam) annotation (Line(points={{0,72},{0,80},{-80,80}, + {-80,-20},{-120,-20}}, color={0,0,127})); + connect(uni.y, effCal.y) annotation (Line(points={{-61.3,-81},{56,-81},{56,38}, + {42,38}}, color={0,0,127})); + connect(add.u2, yBypDam) annotation (Line(points={{-65.6,-42.8},{-92,-42.8},{-92, + -20},{-120,-20}}, color={0,0,127})); else - connect(effCal.y, yWheSpe) annotation (Line(points={{42,38},{52,38},{52,52}, + connect(effCal.y, yWheSpe) annotation (Line(points={{42,38},{56,38},{56,52}, {-72,52},{-72,40},{-120,40}}, color={0,0,127})); - connect(byPasValExh.y, BypDamPos.y) annotation (Line(points={{0,-48},{0,-32},{ - -34,-32},{-34,90},{-59,90}}, color={0,0,127})); + connect(bypDamExh.y, zer.y) annotation (Line(points={{0,-48},{0,-32},{-34,-32}, + {-34,91},{-63.3,91}}, color={0,0,127})); + connect(add.u2, zer.y) annotation (Line(points={{-65.6,-42.8},{-80,-42.8},{-80, + -24},{-34,-24},{-34,91},{-63.3,91}}, color={0,0,127})); + connect(zer.y, bypDamSup.y) + annotation (Line(points={{-63.3,91},{0,91},{0,72}}, color={0,0,127})); end if; connect(TSup.y, effCal.TSup) annotation (Line(points={{71,40},{66,40},{66,34}, {42,34}}, color={0,0,127})); @@ -146,32 +172,40 @@ equation {42,30}}, color={0,0,127})); connect(v_flow_Exh.port_b, hex.port_a2) annotation (Line(points={{20,-6},{10,-6}}, color={0,127,255})); - connect(v_flow_Exh.V_flow, effCal.v_flow_Exh) annotation (Line(points={{27, - 2.8},{27,12},{56,12},{56,22},{42,22}}, color={0,0,127})); + connect(v_flow_Exh.V_flow, effCal.v_flow_Exh) annotation (Line(points={{27,2.8}, + {27,10},{46,10},{46,22},{42,22}}, color={0,0,127})); connect(hex.port_a1, v_flow_Sup.port_b) annotation (Line(points={{-10,6},{-42,6}}, color={0,127,255})); connect(v_flow_Sup.V_flow, effCal.v_flow_Sup) annotation (Line(points={{-49, 14.8},{-49,18},{50,18},{50,26},{42,26}}, color={0,0,127})); - connect(BypDamPos.y, byPasValSup.y) - annotation (Line(points={{-59,90},{0,90},{0,72}}, color={0,0,127})); - connect(byPasValSup.port_a, port_a1) + connect(bypDamSup.port_a, port_a1) annotation (Line(points={{-10,60},{-100,60}}, color={0,127,255})); - connect(byPasValSup.port_b, port_b1) + connect(bypDamSup.port_b, port_b1) annotation (Line(points={{10,60},{100,60}}, color={0,127,255})); - connect(byPasValExh.port_a, port_a2) + connect(bypDamExh.port_a, port_a2) annotation (Line(points={{10,-60},{100,-60}}, color={0,127,255})); - connect(byPasValExh.port_b, port_b2) + connect(bypDamExh.port_b, port_b2) annotation (Line(points={{-10,-60},{-100,-60}}, color={0,127,255})); - connect(v_flow_Sup.port_a, port_a1) annotation (Line(points={{-56,6},{-68,6},{ - -68,60},{-100,60}}, color={0,127,255})); connect(hex.port_b1, port_b1) annotation (Line(points={{10,6},{62,6},{62,60},{ 100,60}}, color={0,127,255})); - connect(v_flow_Exh.port_a, port_a2) annotation (Line(points={{34,-6},{62,-6},{ - 62,-60},{100,-60}}, color={0,127,255})); connect(hex.port_b2, port_b2) annotation (Line(points={{-10,-6},{-28,-6},{-28, -60},{-100,-60}}, color={0,127,255})); connect(PEle.y, P) annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); + connect(v_flow_Sup.port_a, damSup.port_b) + annotation (Line(points={{-56,6},{-70,6},{-70,12}}, color={0,127,255})); + connect(damSup.port_a, port_a1) + annotation (Line(points={{-70,32},{-70,60},{-100,60}}, color={0,127,255})); + connect(v_flow_Exh.port_a, damExh.port_b) + annotation (Line(points={{34,-6},{66,-6},{66,-28}}, color={0,127,255})); + connect(damExh.port_a, port_a2) + annotation (Line(points={{66,-48},{66,-60},{100,-60}}, color={0,127,255})); + connect(add.u1, uni.y) annotation (Line(points={{-65.6,-33.2},{-72,-33.2},{-72, + -68},{-48,-68},{-48,-81},{-61.3,-81}}, color={0,0,127})); + connect(add.y, damExh.y) + annotation (Line(points={{-47.2,-38},{54,-38}}, color={0,0,127})); + connect(damSup.y, add.y) annotation (Line(points={{-58,22},{-38,22},{-38,-38}, + {-47.2,-38}}, color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(preserveAspectRatio=false), graphics={ diff --git a/Buildings/Fluid/HeatExchangers/package.order b/Buildings/Fluid/HeatExchangers/package.order index 652e25e16ac..ba02d079c0a 100644 --- a/Buildings/Fluid/HeatExchangers/package.order +++ b/Buildings/Fluid/HeatExchangers/package.order @@ -12,10 +12,10 @@ WetCoilCounterFlow WetCoilDiscretized WetCoilEffectivenessNTU ActiveBeams +AirToAirHeatRecovery CoolingTowers RadiantSlabs Radiators -AirToAirHeatRecovery Examples Validation BaseClasses diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypDam.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypDam.txt new file mode 100644 index 00000000000..184306e5f72 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypDam.txt @@ -0,0 +1,23 @@ +last-generated=2023-09-28 +statistics-initialization= +{ + "nonlinear": "1, 0", + "numerical Jacobians": "0" +} +statistics-simulation= +{ + "linear": "4, 4", + "nonlinear": "0, 1, 0, 0", + "number of continuous time states": "8", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+02] +whe.sta_b1.T=[3.026147155761719e+02, 3.017702331322386e+02, 3.009520873564406e+02, 3.001283264554594e+02, 2.995086059009579e+02, 2.990162658691406e+02, 2.985884094672574e+02, 2.98198883136676e+02, 2.978348387916794e+02, 2.974853211898587e+02, 2.971551513671875e+02, 2.968408812175947e+02, 2.965384827292355e+02, 2.962459411012178e+02, 2.959619141815022e+02, 2.956854858398438e+02, 2.954159544772444e+02, 2.9528094479809e+02, 2.953969115289964e+02, 2.954882201817948e+02, 2.955417175292969e+02, 2.955686036075929e+02, 2.958027040783519e+02, 2.960817868567542e+02, 2.96411315768634e+02, 2.968045654296875e+02, 2.9725766011202e+02, 2.977541508455494e+02, 2.98323546850408e+02, 2.990020443652891e+02, 2.998708801269531e+02, 3.011793525645031e+02, 3.033940759354437e+02, 3.066373261195244e+02, 3.096847828493291e+02, 3.114994506835938e+02, 3.123260183193116e+02, 3.127050783331244e+02, 3.128959654544534e+02, 3.129954835133004e+02, 3.130498962402344e+02, 3.13083618105855e+02, 3.131173401101389e+02, 3.13137329089533e+02, 3.131455688548999e+02, 3.131484985351562e+02, 3.13149444579302e+02, 3.131497802736962e+02, 3.1314990234375e+02, 3.131499633789062e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] +TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] +whe.m1_flow=[1.048808860778809e+01, 7.838690235182088e+00, 6.510121764838228e+00, 5.688581017907295e+00, 5.4141397336311e+00, 5.322689533233643e+00, 5.286683085240581e+00, 5.270294668855054e+00, 5.261087415218657e+00, 5.250777248127021e+00, 5.245975017547607e+00, 5.244564056147889e+00, 5.244194507641825e+00, 5.244093894948896e+00, 5.244063377387445e+00, 5.244052886962891e+00, 5.244048595427456e+00, 5.24373054535671e+00, 5.227259185455352e+00, 5.163907088114923e+00, 5.035672187805176e+00, 4.836072819145933e+00, 4.56735346532639e+00, 4.2382662880978e+00, 3.863033221275574e+00, 3.460951805114746e+00, 3.046333373591852e+00, 2.631258144337431e+00, 2.237220610957043e+00, 1.879902148881137e+00, 1.574118971824646e+00, 1.276392332075491e+00, 1.01708170871542e+00, 9.157681681239447e-01, 1.009594844296769e+00, 1.273607969284056e+00, 1.574186329571191e+00, 1.869690448090952e+00, 2.194201188870033e+00, 2.52774199487517e+00, 2.855169296264648e+00, 3.165122239629001e+00, 3.447713839779903e+00, 3.704381018687805e+00, 3.934579019654032e+00, 4.137474536895752e+00, 4.313786701927077e+00, 4.46538603066822e+00, 4.594676868877055e+00, 4.704224277186383e+00, 4.796539306640625e+00, 4.873974678015459e+00, 4.9386735453428e+00, 4.9925469928632e+00, 5.037275381977135e+00, 5.074314117431641e+00, 5.104914140416319e+00, 5.130143184590723e+00, 5.150905592883269e+00, 5.167964484117325e+00, 5.181960105895996e+00, 5.193428498468903e+00, 5.202814109212329e+00, 5.210485929222674e+00, 5.21675110801474e+00, 5.221861839294434e+00, 5.226027005375536e+00, 5.181640981957875e+00, 5.038303498403661e+00, 4.889984827781753e+00, 4.736373901367188e+00, 4.577079093384015e+00, 4.411602113407898e+00, 4.239317294832093e+00, 4.059444590948388e+00, 3.870996952056885e+00, 3.672709808493914e+00, 3.462939037207716e+00, 3.23948924251345e+00, 2.999340822341678e+00, 2.738126993179321e+00, 2.449139392350175e+00, 2.121075855689745e+00, 1.731887264366506e+00, 1.581018567126699e+00, 1.58104145526886e+00, 1.581060409516593e+00, 1.581076621956729e+00, 1.581089735069529e+00, 1.581099867836909e+00, 1.581108689308167e+00, 1.581115484227565e+00, 1.581120610220953e+00, 1.581125140202251e+00, 1.581128358844984e+00, 1.581130862236023e+00, 1.581133008000203e+00, 1.581134438510667e+00, 1.581135630611647e+00, 1.581136584282932e+00, 1.58113706111908e+00] +whe.m2_flow=[1.811559200286865e+00, 2.354664801070183e+00, 2.30682158717151e+00, 2.432176341613731e+00, 2.656027104050423e+00, 2.896927833557129e+00, 3.132268165876355e+00, 3.356655551119708e+00, 3.568816704458619e+00, 3.765240825899064e+00, 3.95504093170166e+00, 4.138884143727685e+00, 4.315872632294548e+00, 4.486162220955259e+00, 4.650298526841567e+00, 4.808860301971436e+00, 4.962366167990586e+00, 5.061966419371047e+00, 5.053995622060816e+00, 5.022991675497471e+00, 4.95849084854126e+00, 4.85328048826128e+00, 4.701898898230722e+00, 4.500460812840664e+00, 4.248803253407871e+00, 3.954000473022461e+00, 3.616057478086038e+00, 3.236955073074523e+00, 2.844662283208932e+00, 2.464823640303863e+00, 2.128064155578613e+00, 1.869142570130242e+00, 1.733601887485411e+00, 1.748435551031445e+00, 1.900131147138868e+00, 2.083873271942138e+00, 2.344786853076432e+00, 2.690219251132226e+00, 3.091901902748652e+00, 3.519760625702851e+00, 3.948746204376221e+00, 4.358578014761829e+00, 4.72696429311317e+00, 5.065529545683468e+00, 5.374440683118214e+00, 5.649409770965576e+00, 5.889390084981281e+00, 6.096091906647348e+00, 6.27249846768269e+00, 6.422009219916331e+00, 6.548016548156738e+00, 6.653720212208079e+00, 6.74203974750454e+00, 6.81558317124543e+00, 6.876642796357924e+00, 6.927205562591553e+00, 6.96897881635243e+00, 7.003419902039399e+00, 7.031763531437857e+00, 7.055051361765174e+00, 7.074157238006592e+00, 7.08981320795853e+00, 7.102626333308241e+00, 7.113099090030233e+00, 7.121651662288846e+00, 7.128628730773926e+00, 7.134315005016929e+00, 7.138918403242612e+00, 7.14267968836794e+00, 7.145767693371446e+00, 7.148282051086426e+00, 7.150323864612605e+00, 7.151974672938305e+00, 7.153304103989885e+00, 7.154374124216295e+00, 7.155239105224609e+00, 7.15593957792266e+00, 7.156507013449708e+00, 7.156966687623124e+00, 7.157339096627158e+00, 7.157641410827637e+00, 7.15788555107267e+00, 7.158082007755487e+00, 7.158241749278709e+00, 7.158366680335247e+00, 7.158470630645752e+00, 7.158556461200837e+00, 7.158629417193071e+00, 7.158689022233981e+00, 7.158734798504156e+00, 7.158774852752686e+00, 7.158805847123505e+00, 7.158829212107877e+00, 7.158849239405956e+00, 7.158864021321481e+00, 7.158875465393066e+00, 7.158885002120062e+00, 7.158891201003119e+00, 7.158896923081354e+00, 7.158900737770535e+00, 7.1589035987854e+00] +TExh.y=[2.931499938964844e+02, 2.931499938964844e+02] +whe.sta_b2.T=[2.962568054199219e+02, 2.977534485328983e+02, 2.993645630518326e+02, 3.002291259458822e+02, 3.005841064683692e+02, 3.007560424804688e+02, 3.008595275785613e+02, 3.009337463237268e+02, 3.009951172013728e+02, 3.010587768301161e+02, 3.011102905273438e+02, 3.011528930832864e+02, 3.011915283123575e+02, 3.012280273512847e+02, 3.012630309912428e+02, 3.012967834472656e+02, 3.01329406751863e+02, 3.015150450615007e+02, 3.020028987607874e+02, 3.024729612306566e+02, 3.029151611328125e+02, 3.033030396134514e+02, 3.034039917267704e+02, 3.033944092225024e+02, 3.032875671994018e+02, 3.030916748046875e+02, 3.028433836850003e+02, 3.025883176427907e+02, 3.023065188058854e+02, 3.019706117295554e+02, 3.015063171386719e+02, 3.003809196581145e+02, 2.984145490272621e+02, 2.964635635322296e+02, 2.949955144274014e+02, 2.941612548828125e+02, 2.937045599229934e+02, 2.93459991316156e+02, 2.933307190779595e+02, 2.932612609050963e+02, 2.932225646972656e+02, 2.931983337821438e+02, 2.931738891438581e+02, 2.93159301766479e+02, 2.931532287545916e+02, 2.93151123046875e+02, 2.931503906257761e+02, 2.931501464842456e+02, 2.9315005493177e+02, 2.931500244140625e+02, 2.931500244140625e+02, 2.931499938967431e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02] +whe.yBypDam=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.999998683733009e-02, 7.999994734933988e-02, 1.399999751647862e-01, 2.000000029802322e-01, 2.600000158945803e-01, 3.200000437099634e-01, 3.799999443691076e-01, 4.399999721845537e-01, 5e-01, 5.600000278155095e-01, 6.200000556310187e-01, 6.799999562899105e-01, 7.399999841054195e-01, 8.00000011920929e-01, 8.600000397363119e-01, 9.200000675516949e-01, 9.799999682108395e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +whe.effCal.epsS=[7.312678694725037e-01, 7.460441592195033e-01, 7.556567196483948e-01, 7.634086605049316e-01, 7.700858122724789e-01, 7.760398983955383e-01, 7.814643377468425e-01, 7.864792932674256e-01, 7.91165233615312e-01, 7.955793720070465e-01, 7.997639775276184e-01, 8.037513510940771e-01, 8.075669399892794e-01, 8.112311370808798e-01, 8.147604450739462e-01, 8.181687593460083e-01, 8.214675797834264e-01, 8.236007690530111e-01, 8.230695136949671e-01, 8.210185182186533e-01, 8.168293237686157e-01, 8.10204740891505e-01, 8.010737806049545e-01, 7.895277248215403e-01, 7.757870616576279e-01, 7.601931095123291e-01, 7.432064935561836e-01, 7.253990616657127e-01, 7.074241193694075e-01, 6.899568511035521e-01, 6.736137270927429e-01, 6.575859717355559e-01, 6.425653583176921e-01, 6.304879876662648e-01, 6.212553416668816e-01, 6.144574284553528e-01, 6.096801826832925e-01, 6.064925173171443e-01, 6.044476642630572e-01, 6.031503660699176e-01, 6.023180484771729e-01, 6.017094266372705e-01, 6.009189480766215e-01, 6.003838184855739e-01, 6.001422403014661e-01, 6.0005122423172e-01, 6.000190377578999e-01, 6.000075340220469e-01, 6.000032424952022e-01, 6.00001573560601e-01, 6.0000079870224e-01, 6.000004410748766e-01, 6.00000262260437e-01, 6.000002026557922e-01, 6.000001430511475e-01, 6.000000834465027e-01, 6.000000834465027e-01, 6.000000834465027e-01, 6.000000834465027e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01] +whe.effCal.epsL=[5.625357627868652e-01, 5.920882826762198e-01, 6.113134631386317e-01, 6.268172852470763e-01, 6.401716483868156e-01, 6.520797610282898e-01, 6.629286993355114e-01, 6.729585507721276e-01, 6.823304910724187e-01, 6.911587082513063e-01, 6.9952791929245e-01, 7.075027260298858e-01, 7.151339038204799e-01, 7.224622383989728e-01, 7.295208543851054e-01, 7.363374829292297e-01, 7.429351834085844e-01, 7.472015023432984e-01, 7.461389916271473e-01, 7.420370006746462e-01, 7.336586117744446e-01, 7.204094460203493e-01, 7.021475254471222e-01, 6.790554138805465e-01, 6.515741471569875e-01, 6.203862428665161e-01, 5.864130109540989e-01, 5.507981471730306e-01, 5.148482625804203e-01, 4.799136962467661e-01, 4.472274780273438e-01, 4.151719673129065e-01, 3.851307106750461e-01, 3.609759097676731e-01, 3.425107369778802e-01, 3.289148211479188e-01, 3.193603892081904e-01, 3.129850286738241e-01, 3.088953225655235e-01, 3.06300726179118e-01, 3.046360909938812e-01, 3.03418817511754e-01, 3.018379497974233e-01, 3.007676310108096e-01, 3.002844746427205e-01, 3.001024723052979e-01, 3.000380695555879e-01, 3.000151216880214e-01, 3.00006538634332e-01, 3.000031113589204e-01, 3.000016212463379e-01, 3.000009059916111e-01, 3.000005781648017e-01, 3.00000369548924e-01, 3.000002801415778e-01, 3.000001907348633e-01, 3.000001609325409e-01, 3.000001311302185e-01, 3.000001013278961e-01, 3.000001013278961e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715254474e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_VarSpe.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_VarSpe.txt new file mode 100644 index 00000000000..1e58e855c9d --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_VarSpe.txt @@ -0,0 +1,23 @@ +last-generated=2023-09-28 +statistics-initialization= +{ + "nonlinear": "1, 0", + "numerical Jacobians": "0" +} +statistics-simulation= +{ + "linear": "4, 4", + "nonlinear": "0, 1, 0, 0", + "number of continuous time states": "8", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+02] +whe.sta_b1.T=[3.027752990722656e+02, 3.021842040861254e+02, 3.016116027510757e+02, 3.010350952424438e+02, 3.006014098728839e+02, 3.002568969726562e+02, 2.999575195616311e+02, 2.996849670970242e+02, 2.994302367635991e+02, 2.991857300818146e+02, 2.989547424316406e+02, 2.987348631902522e+02, 2.985233154738929e+02, 2.983186645081927e+02, 2.981199646829108e+02, 2.979266357421875e+02, 2.97738098065757e+02, 2.976876525416803e+02, 2.979022825349177e+02, 2.981112059671175e+02, 2.983143920898438e+02, 2.985118714200926e+02, 2.987036134408681e+02, 2.988896482817624e+02, 2.990699767311648e+02, 2.992445983886719e+02, 2.994134827361234e+02, 2.995766297741015e+02, 2.997341002102478e+02, 2.998858336769175e+02, 3.000318603515625e+02, 3.001721497162167e+02, 3.003067322889755e+02, 3.004356078027956e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.003766171699653e+02, 3.000670473572742e+02, 3.001196900324687e+02, 3.001740112304688e+02, 3.002301329601454e+02, 3.00288329877891e+02, 3.003487550928771e+02, 3.004117737913296e+02, 3.004776916503906e+02, 3.005469969502756e+02, 3.006202390032514e+02, 3.006982119456964e+02, 3.007819825706276e+02, 3.00873046875e+02, 3.009737547040506e+02, 3.010880428020746e+02, 3.012235723014705e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02] +TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] +whe.m1_flow=[1.048808860778809e+01, 7.838690235182088e+00, 6.510121764838228e+00, 5.688581017907295e+00, 5.4141397336311e+00, 5.322689533233643e+00, 5.286683085240581e+00, 5.270294668855054e+00, 5.261087415218657e+00, 5.250777248127021e+00, 5.245975017547607e+00, 5.244564056147889e+00, 5.244194507641825e+00, 5.244093894948896e+00, 5.244063377387445e+00, 5.244052886962891e+00, 5.244048595427456e+00, 5.244046688080339e+00, 5.244045734405518e+00, 5.244045257568359e+00, 5.244045257568359e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.196152564374041e+00, 5.049752837786086e+00, 4.898979403475134e+00, 4.743416786193849e+00, 4.582576074528673e+00, 4.415881253792514e+00, 4.242640370198497e+00, 4.062019033670093e+00, 3.872983455657959e+00, 3.67423497285181e+00, 3.464102520985334e+00, 3.24036972149338e+00, 2.999999572554381e+00, 2.73861289024353e+00, 2.449490344706786e+00, 2.121321665568173e+00, 1.732049269542411e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00] +whe.m2_flow=[1.811559200286865e+00, 2.354664801070183e+00, 2.30682158717151e+00, 2.432176341613731e+00, 2.656027104050423e+00, 2.896927833557129e+00, 3.132268165876355e+00, 3.356655551119708e+00, 3.568816704458619e+00, 3.765240825899064e+00, 3.95504093170166e+00, 4.138884143727685e+00, 4.315872632294548e+00, 4.486162220955259e+00, 4.650298526841567e+00, 4.808860301971436e+00, 4.962366167990586e+00, 5.062119007111101e+00, 5.062117099763984e+00, 5.062116146087646e+00, 5.062115669250488e+00, 5.06211519241333e+00, 5.06211519241333e+00, 5.06211519241333e+00, 5.062114715577183e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00] +TExh.y=[2.931499938964844e+02, 2.931499938964844e+02] +whe.sta_b2.T=[2.953250427246094e+02, 2.963730163900343e+02, 2.97501312300372e+02, 2.981068420195273e+02, 2.983554992837308e+02, 2.984759521484375e+02, 2.985484619075303e+02, 2.986004638572599e+02, 2.986434631444669e+02, 2.986880492986853e+02, 2.987241821289062e+02, 2.98754028332148e+02, 2.98781097406515e+02, 2.988066711478815e+02, 2.988312072651719e+02, 2.988548583984375e+02, 2.988777465915385e+02, 2.990245360488319e+02, 2.994242550302561e+02, 2.998298948465901e+02, 3.00241455078125e+02, 3.006589357253135e+02, 3.01082336787703e+02, 3.015116573489122e+02, 3.019468992285744e+02, 3.023880310058594e+02, 3.028351137163761e+02, 3.032880863245156e+02, 3.037470088863183e+02, 3.042118223117305e+02, 3.046825561523438e+02, 3.051592104086106e+02, 3.056417850800783e+02, 3.061302791248962e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062777404358301e+02, 3.062168579959154e+02, 3.057762138418763e+02, 3.053247985839844e+02, 3.048615730595761e+02, 3.043852250226228e+02, 3.038941633414713e+02, 3.03386595800624e+02, 3.02860107421875e+02, 3.02311890593987e+02, 3.01738100128245e+02, 3.011338174597707e+02, 3.004922474028251e+02, 2.998035278320312e+02, 2.990526441460349e+02, 2.98214175355926e+02, 2.972387047692575e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02] +whe.yWheSpe=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.020000206629241e-01, 7.07999999205194e-01, 7.139999841055157e-01, 7.200000286102295e-01, 7.260000135102985e-01, 7.319999984106202e-01, 7.37999970595217e-01, 7.440000150998046e-01, 7.5e-01, 7.559999849001954e-01, 7.62000029404783e-01, 7.680000015893798e-01, 7.739999864897014e-01, 7.799999713897705e-01, 7.860000158944843e-01, 7.92000000794806e-01, 7.979999729794028e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] +whe.effCal.epsS=[5.118875503540039e-01, 5.222309233745821e-01, 5.289596918329442e-01, 5.343860385115957e-01, 5.390600566698063e-01, 5.432279109954834e-01, 5.470250245018703e-01, 5.505354993267335e-01, 5.538156635306741e-01, 5.569055663652834e-01, 5.598347783088684e-01, 5.626259457658035e-01, 5.65296887794818e-01, 5.678617959565843e-01, 5.703322877099171e-01, 5.7271808385849e-01, 5.750272879670303e-01, 5.781748880403703e-01, 5.831165271830964e-01, 5.880582311664951e-01, 5.929998755455017e-01, 5.979415199245083e-01, 6.028832239079071e-01, 6.078248578143525e-01, 6.127665617977512e-01, 6.177082061767578e-01, 6.226498505557644e-01, 6.275915545391632e-01, 6.325331884456086e-01, 6.374748924290073e-01, 6.424165368080139e-01, 6.473581811870205e-01, 6.522998851704193e-01, 6.572415190768647e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.580494024709308e-01, 6.55483963305057e-01, 6.52842338292438e-01, 6.501173377037048e-01, 6.473003674290156e-01, 6.443813543642471e-01, 6.413482918273659e-01, 6.381866280824289e-01, 6.348782181739807e-01, 6.314004719871262e-01, 6.277241238444009e-01, 6.238106350918348e-01, 6.196067854522703e-01, 6.150362491607666e-01, 6.099816650385895e-01, 6.04245504490453e-01, 5.974424814109768e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01] +whe.effCal.epsL=[3.937750458717346e-01, 4.144618217152094e-01, 4.279194182365824e-01, 4.38772081791571e-01, 4.481201479103065e-01, 4.564558267593384e-01, 4.640500835744029e-01, 4.710710034218701e-01, 4.776313318297831e-01, 4.838111076968055e-01, 4.896695613861084e-01, 4.952519261023009e-01, 5.005937207533944e-01, 5.057235370770218e-01, 5.106645801882056e-01, 5.154362320899963e-01, 5.200546403069507e-01, 5.245497813259858e-01, 5.290330610418059e-01, 5.335164051127304e-01, 5.379997491836548e-01, 5.424830932545792e-01, 5.469664373255037e-01, 5.514497718951299e-01, 5.559330563616622e-01, 5.604164004325867e-01, 5.648997445036374e-01, 5.693830885744355e-01, 5.738664231440618e-01, 5.783497076105941e-01, 5.828330516815186e-01, 5.873163957525693e-01, 5.917997398233674e-01, 5.962830743929937e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.960988359360243e-01, 5.909679576042766e-01, 5.85684707578786e-01, 5.802346467971802e-01, 5.746007062483071e-01, 5.687627397218989e-01, 5.626966146481364e-01, 5.563732275551335e-01, 5.497564077377319e-01, 5.42800915364023e-01, 5.354482786822066e-01, 5.276212415734399e-01, 5.192136018984507e-01, 5.100725293159485e-01, 4.999633610715943e-01, 4.884909505693646e-01, 4.748849342117241e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01] diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos new file mode 100644 index 00000000000..187b4edc989 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos @@ -0,0 +1,6 @@ +simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam", stopTime=360, method="CVode", tolerance=1e-06, resultFile="Wheel"); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.m1_flow", "whe.m2_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.yBypDam"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos new file mode 100644 index 00000000000..397c0701430 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos @@ -0,0 +1,6 @@ +simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe", stopTime=360, method="CVode", tolerance=1e-06, resultFile="Wheel"); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.m1_flow", "whe.m2_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.yWheSpe"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mos deleted file mode 100644 index ceefb06235c..00000000000 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/Wheel.mos +++ /dev/null @@ -1,6 +0,0 @@ -simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Wheel", stopTime=360, method="CVode", tolerance=1e-06, resultFile="Wheel"); -createPlot(id=1, position={19, 23, 890, 669}, y={"TSup.y", "TExh.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}}, timeUnit="s"); -createPlot(id=1, position={19, 23, 890, 669}, y={"whe.m1_flow", "whe.m2_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); -createPlot(id=1, position={19, 23, 890, 669}, y={"whe.sta_b1.T", "whe.sta_b2.T"}, range={0.0, 360.0, 20.0, 40.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"degC", "degC"}); -createPlot(id=1, position={19, 23, 890, 669}, y={"whe.yWheSpe"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); -createPlot(id=1, position={19, 23, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam.mos new file mode 100644 index 00000000000..c91e511a830 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam.mos @@ -0,0 +1,12 @@ +compareVars := + { + "whe.sta_b1.T", + "TSup.y", + "whe.m1_flow", + "whe.m2_flow", + "TExh.y", + "whe.sta_b2.T", + "whe.yBypDam", + "whe.effCal.epsS", + "whe.effCal.epsL" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe.mos new file mode 100644 index 00000000000..968dfc40b9f --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe.mos @@ -0,0 +1,12 @@ +compareVars := + { + "whe.sta_b1.T", + "TSup.y", + "whe.m1_flow", + "whe.m2_flow", + "TExh.y", + "whe.sta_b2.T", + "whe.yWheSpe", + "whe.effCal.epsS", + "whe.effCal.epsL" + }; From 07dbf2669bc3ccd5f17d482f187b0412e61d855f Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Fri, 29 Sep 2023 10:00:23 -0400 Subject: [PATCH 084/196] cleanup --- .../BaseClasses/EffectivenessCalculation.mo | 3 +-- .../HeatExchagerWithInputEffectiveness.mo | 11 +++++----- .../Validation/EffectivenessCalculation.mo | 2 +- .../HeatExchagerWithInputEffectiveness.mo | 2 +- .../AirToAirHeatRecovery/Examples/BypDam.mo | 4 ++-- .../AirToAirHeatRecovery/Examples/VarSpe.mo | 2 +- .../Types/RecoveryControlType.mo | 6 +++--- .../AirToAirHeatRecovery/Wheel.mo | 20 ++++++++++--------- .../HeatExchagerWithInputEffectiveness.mos | 1 - ...rs.AirToAirHeatRecovery.Examples.Wheel.mos | 12 ----------- 10 files changed, 25 insertions(+), 38 deletions(-) delete mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Wheel.mos diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo index 105737395bb..9f92a07b624 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo @@ -97,7 +97,6 @@ equation assert(vRat > 0.5 and vRat < 1.3, "Operatiing flow rate outside full accuracy range", level=AssertionLevel.warning); - annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text( extent={{-54,28},{50,-40}}, textColor={28,108,200}, @@ -158,7 +157,7 @@ U.S. Department of Energy 2016. ", revisions="
                                                  • -September 17, 2022, by Sen Huang:
                                                    +September 29, 2023, by Sen Huang:
                                                    First implementation
                                                  diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo index b50f1489dbf..2e90a038996 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo @@ -21,13 +21,12 @@ model HeatExchagerWithInputEffectiveness Modelica.Blocks.Interfaces.RealInput epsL(unit="1") "Latent heat exchanger effectiveness" annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); - Modelica.Units.SI.HeatFlowRate QLat_flow "Latent heat exchange from medium 2 to medium 1"; - - Medium1.MassFraction X_w_in1 "Inlet water mass fraction of medium 1"; - Medium2.MassFraction X_w_in2 "Inlet water mass fraction of medium 2"; - + Medium1.MassFraction X_w_in1 + "Inlet water mass fraction of medium 1"; + Medium2.MassFraction X_w_in2 + "Inlet water mass fraction of medium 2"; Modelica.Units.SI.MassFlowRate mWat_flow "Water flow rate from medium 2 to medium 1"; Modelica.Units.SI.MassFlowRate mMax_flow @@ -136,7 +135,7 @@ in the species vector. revisions="
                                                  • -September 17, 2022, by Sen Huang:
                                                    +September 29, 2023, by Sen Huang:
                                                    Changing the effectiveness from parameters to inputs
                                                  • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo index d9a1529f713..6c7a88e12a8 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo @@ -82,7 +82,7 @@ during the period from 60s to 120s; ", revisions="
                                                    • -September 17, 2022, by Sen Huang:
                                                      +September 29, 2022, by Sen Huang:
                                                      First implementation
                                                    diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo index 2d6dabc3a24..6b2d7c6fc77 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo @@ -148,7 +148,7 @@ of stream connector. ", revisions="
                                                    • -September 17, 2022, by Sen Huang:
                                                      +September 29, 2023, by Sen Huang:
                                                      First implementation
                                                    diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo index 70d6004da4a..364b3b94d06 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo @@ -102,7 +102,7 @@ equation {38,-56}}, color={0,0,127})); connect(TSup.y, sou_1.T_in) annotation (Line(points={{-79,54},{-70.5,54},{-62,54}}, - color={0,0,127})); + color={0,0,127})); connect(PSin_1.y, sin_1.p_in) annotation (Line(points={{61,70},{90,70},{90,20}, {86,20}}, color={0,0,127})); connect(sou_1.ports[1],whe. port_a1) annotation (Line( @@ -150,7 +150,7 @@ of stream connector. ", revisions="
                                                    • -September 17, 2022, by Sen Huang:
                                                      +September 29, 2023, by Sen Huang:
                                                      First implementation
                                                    diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo index 1035e444ed3..aecad84fc8f 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo @@ -151,7 +151,7 @@ of stream connector. ", revisions="
                                                    • -September 17, 2022, by Sen Huang:
                                                      +September 29, 2023, by Sen Huang:
                                                      First implementation
                                                    diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo index 7f2897e8fd4..5b8b57b6c22 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo @@ -2,8 +2,8 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types; type RecoveryControlType = enumeration( Bypass "with a bypass damper", - VariableSpeed) - "with a variable speed wheel" + VariableSpeed + "with a variable speed wheel") annotation (Documentation(info="

                                                    Enumeration for the types of heat recovery (HR) devices. @@ -26,7 +26,7 @@ The HR devices adjust the heat exchange by modulating the speed of the wheel. ", revisions="

                                                    • -September 17, 2022, by Sen Huang:
                                                      +September 29, 2023, by Sen Huang:
                                                      First implementation
                                                    diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo index 80fbd20b5de..0ec28e2300c 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo @@ -15,9 +15,9 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass "Type of controller"; parameter Real P_nominal(unit="W") = 1000 - "Power at design condition" - annotation (Dialog(group="Fan")); - parameter Real k(final min=0) = 1 "Gain of controller"; + "Power at design condition"; + parameter Real k(final min=0) = 1 + "Gain of controller"; parameter Modelica.Units.SI.Efficiency epsS_cool_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsL_cool_nominal(final max=1) = 0.8 @@ -34,6 +34,7 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.Efficiency epsL_heat_partload(final max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -59,10 +60,10 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" final v_flow_sup_nominal=m1_flow_nominal/1.293) "Calculates the effectiveness of heat exhcnages" annotation (Placement(transformation(extent={{40,20},{20,40}}))); - Modelica.Blocks.Interfaces.RealInput yWheSpe(unit="1") if not with_ByPass + Modelica.Blocks.Interfaces.RealInput yWheSpe(unit="1") if not with_BypDam "Wheel speed ratio" annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); - Modelica.Blocks.Interfaces.RealInput yBypDam(unit="1") if with_ByPass + Modelica.Blocks.Interfaces.RealInput yBypDam(unit="1") if with_BypDam "Bypass damper position" annotation (Placement(transformation(extent={{-140,-40},{-100,0}}))); Modelica.Blocks.Interfaces.RealOutput P @@ -105,7 +106,6 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" extent={{10,10},{-10,-10}}, rotation=-90, origin={66,-38}))); - Buildings.Fluid.Actuators.Dampers.Exponential bypDamExh( redeclare package Medium = Medium2, final allowFlowReversal=allowFlowReversal2, @@ -128,8 +128,10 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" "Temperature of the exhaust air" annotation (Placement(transformation(extent={{92,10},{72,30}}))); Modelica.Blocks.Sources.Constant zer(final k=0) + "Zero signal" annotation (Placement(transformation(extent={{-78,84},{-64,98}}))); Modelica.Blocks.Sources.Constant uni(final k=1) + "Unity signal" annotation (Placement(transformation(extent={{-76,-88},{-62,-74}}))); Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal*effCal.y) "Electrical power consumption" @@ -138,7 +140,7 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" "Adder" annotation (Placement(transformation(extent={{-64,-46},{-48,-30}}))); protected - parameter Boolean with_ByPass = controlType == Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass + parameter Boolean with_BypDam = controlType == Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass "Boolean flag to enable the bypass control" annotation(Evaluate=true, HideResult=true); @@ -147,7 +149,7 @@ equation 4},{-12,4}}, color={0,0,127})); connect(effCal.epsL, hex.epsL) annotation (Line(points={{19,26},{-18,26},{-18, -4},{-12,-4}}, color={0,0,127})); - if with_ByPass then + if with_BypDam then connect(bypDamExh.y, yBypDam) annotation (Line(points={{0,-48},{0,-20},{-120,-20}}, color={0,0,127})); connect(bypDamSup.y, yBypDam) annotation (Line(points={{0,72},{0,80},{-80,80}, @@ -274,7 +276,7 @@ Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType", revisions="
                                                    • -September 17, 2022, by Sen Huang:
                                                      +September 29, 2023, by Sen Huang:
                                                      First implementation
                                                    diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos index 93383276582..9a031778b18 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos @@ -2,4 +2,3 @@ simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.V createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_a1.T", "hex.sta_b2.T"}, range={0.0, 360.0, 25.0, 45.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); createPlot(id=1, position={28, 18, 1047, 662}, y={"epsS.y", "epsL.y"}, range={0.0, 360.0, 0.65, 0.8500000000000001}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}); createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_b2.X[1]", "hex.sta_b1.X[1]"}, range={0.0, 360.0, 0.01, 0.012}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, displayUnits={"kg/kg", "kg/kg"}); - diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Wheel.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Wheel.mos deleted file mode 100644 index 1ed2c044f84..00000000000 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Wheel.mos +++ /dev/null @@ -1,12 +0,0 @@ -compareVars := - { - "TSup.y", - "TExh.y", - "whe.m1_flow", - "whe.m2_flow", - "whe.sta_b1.T", - "whe.sta_b2.T", - "whe.yWheSpe", - "whe.effCal.epsS", - "whe.effCal.epsL" - }; From b149ee552b200dc0613bc08944963690865ed654 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Fri, 29 Sep 2023 15:45:41 -0400 Subject: [PATCH 085/196] update the model doc --- .../AirToAirHeatRecovery/BaseClasses/package.mo | 2 +- .../HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo | 5 +---- .../HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo | 2 +- .../AirToAirHeatRecovery/Types/RecoveryControlType.mo | 4 ++-- .../HeatExchangers/AirToAirHeatRecovery/Types/package.mo | 4 +--- .../Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo | 2 +- 6 files changed, 7 insertions(+), 12 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo index 61cc8ad7e99..58f6d8d0156 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; -package BaseClasses "Package with base classes for Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery" +package BaseClasses "Package with base classes for Air-to-Air heat recovery devices" extends Modelica.Icons.BasesPackage; annotation (Documentation(info=" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo index 364b3b94d06..0356cdd76c1 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo @@ -136,15 +136,12 @@ Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel.

                                                    The input signals are configured as follows:

                                                      -
                                                    • Temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60s to 120s. +
                                                    • The temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60s to 120s. On the other hand, the temperature of the exhaust air is constant;
                                                    • The bypass damper position, DamPos, changes from 0 to 1 during the period from 60s to 120s;
                                                    -
                                                      -
                                                    • The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s during the period from 240s to 300s; -
                                                    Note: This problem may fails to translate in Dymola 2012 due to an error in Dymola's support of stream connector. ", revisions=" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo index aecad84fc8f..791cb323559 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo @@ -137,7 +137,7 @@ Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel.

                                                    The input signals are configured as follows:

                                                      -
                                                    • Temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60s to 120s. +
                                                    • The temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60s to 120s. On the other hand, the temperature of the exhaust air is constant;
                                                      diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo index 5b8b57b6c22..db74605f207 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo @@ -16,11 +16,11 @@ The possible values are: Description Bypass -The HR devices adjust the heat exchange by modulating the flow rates through the wheel via a bypass damper. +The HR devices adjust the heat exchange by modulating the flow rates through the wheel via a bypass damper VariableSpeed -The HR devices adjust the heat exchange by modulating the speed of the wheel. +The HR devices adjust the heat exchange by modulating the speed of the wheel ", revisions=" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo index 502ad54bc48..345e2527aa8 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo @@ -1,10 +1,8 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; -package Types "Library of types with choices" +package Types "Library of types with choices of how the heat recovery devices are controlled" extends Modelica.Icons.TypesPackage; annotation (Documentation(info=" -

                                                      This package contains type definitions for the heat recovery devices. -

                                                      ")); end Types; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo index ec9167210fa..d8cdccd3f7b 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers; -package AirToAirHeatRecovery "Package with air-to-air heat recovery devices" +package AirToAirHeatRecovery "Package with Air-to-Air heat recovery devices" extends Modelica.Icons.VariantsPackage; annotation (Documentation(info=" From c85a36793dc16dbf619b23cce2ae3b99504ccca3 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Mon, 9 Oct 2023 08:41:06 -0400 Subject: [PATCH 086/196] improve model doc --- .../Validation/HeatExchagerWithInputEffectiveness.mo | 3 ++- Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo index 6b2d7c6fc77..2e274a8af77 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo @@ -142,9 +142,10 @@ The input signals are configured as follows:
                                                      • Latent heat exchanger effectiveness, epsL, changes from 0.7 to 0.8 during the period from 60s to 120s;
                                                      - +

                                                      Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support of stream connector. +

                                                      ", revisions="
                                                      • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo index 0ec28e2300c..c0db9a7c476 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo @@ -256,7 +256,7 @@ equation fillPattern=FillPattern.Solid)}), Diagram( coordinateSystem(preserveAspectRatio=false)), Documentation(info=" -Model for a a generic, sensible and latent air-to-air heat exchanger, (heat recovery wheel), that consists of +Model for a generic, sensible and latent air-to-air heat recovery wheel, that consists of a heat exchanger and primary/secondary airflow bypass dampers. The input requires no geometric data. Performance is defined by specifying sensible and/or latent effectiveness From 0501e4cab2e3b143d0c0d7c2efe3e25f48d0b062 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Mon, 9 Oct 2023 08:41:27 -0400 Subject: [PATCH 087/196] update the release note --- Buildings/package.mo | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Buildings/package.mo b/Buildings/package.mo index fe23b6bdc2d..aa328b958ce 100644 --- a/Buildings/package.mo +++ b/Buildings/package.mo @@ -268,6 +268,12 @@ have been improved in a This is for IBPSA, #1781. +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery + + Package of models for air-to-air heat recovery devices.
                                                        + This is for issue 3538. + + Buildings.ThermalZones.ReducedOrder From 1d1107a38ec1715391cf5c914be635a7749ecad0 Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Mon, 9 Oct 2023 16:47:16 -0700 Subject: [PATCH 088/196] renamed example model, removed obsolete example --- .../BaseClasses/Validation/package.order | 2 +- .../BaseClasses/package.order | 2 +- .../Examples/{BypDam.mo => BypassDamper.mo} | 6 +++--- .../Examples/package.order | 2 +- .../AirToAirHeatRecovery/package.order | 2 +- ...oAirHeatRecovery_Examples_BypassDamper.txt} | 0 ...ers_AirToAirHeatRecovery_Examples_Wheel.txt | 18 ------------------ .../Examples/{BypDam.mos => BypassDamper.mos} | 6 +++--- ...oAirHeatRecovery.Examples.BypassDamper.mos} | 0 9 files changed, 10 insertions(+), 28 deletions(-) rename Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/{BypDam.mo => BypassDamper.mo} (98%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypDam.txt => Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypassDamper.txt} (100%) delete mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_Wheel.txt rename Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/{BypDam.mos => BypassDamper.mos} (78%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam.mos => Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypassDamper.mos} (100%) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order index 4a211246e08..3704bc78100 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order @@ -1,2 +1,2 @@ -HeatExchagerWithInputEffectiveness EffectivenessCalculation +HeatExchagerWithInputEffectiveness diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order index 7f4e0932a11..fb1d6864237 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order @@ -1,3 +1,3 @@ -HeatExchagerWithInputEffectiveness EffectivenessCalculation +HeatExchagerWithInputEffectiveness Validation diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo similarity index 98% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo rename to Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo index 0356cdd76c1..929454c48b8 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples; -model BypDam +model BypassDamper "Test model for the air-to-air thermal wheel with bypass dampers" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air @@ -125,7 +125,7 @@ equation connect(DamPos.y, whe.yBypDam) annotation (Line(points={{-59,-30},{-26,-30},{ -26,4},{4,4}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), -__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos" +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mos" "Simulate and plot"), Documentation(info="

                                                        @@ -152,4 +152,4 @@ First implementation

                                                      ")); -end BypDam; +end BypassDamper; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order index fc44ea6bcab..d3c2ad223bd 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order @@ -1,2 +1,2 @@ -BypDam +BypassDamper VarSpe diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order index ce6fe8b4e8d..074886b4210 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order @@ -1,4 +1,4 @@ Wheel -BaseClasses Types Examples +BaseClasses diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypDam.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypassDamper.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypDam.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypassDamper.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_Wheel.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_Wheel.txt deleted file mode 100644 index ddf79bce048..00000000000 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_Wheel.txt +++ /dev/null @@ -1,18 +0,0 @@ -last-generated=2023-09-27 -statistics-simulation= -{ - "linear": "4, 4", - "nonlinear": "0, 0, 0, 0", - "number of continuous time states": "4", - "numerical Jacobians": "0" -} -time=[0e+00, 3.6e+02] -TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] -TExh.y=[2.931499938964844e+02, 2.931499938964844e+02] -whe.m1_flow=[1.048808860778809e+01, 7.838669731185422e+00, 6.51013797729668e+00, 5.688554791860437e+00, 5.414145932514915e+00, 5.322700977325439e+00, 5.28668833045008e+00, 5.270296576204192e+00, 5.261088368892973e+00, 5.250776294452705e+00, 5.245974063873291e+00, 5.244564056146879e+00, 5.244194507641825e+00, 5.24409389494839e+00, 5.244063377387445e+00, 5.244052886962891e+00, 5.244048595427456e+00, 5.244046688080339e+00, 5.244045734405518e+00, 5.244045257568359e+00, 5.244045257568359e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.196152564374041e+00, 5.049752837786086e+00, 4.898979403475134e+00, 4.743416786193849e+00, 4.582576074528673e+00, 4.415881253792514e+00, 4.242640370198497e+00, 4.062019033670093e+00, 3.872983455657959e+00, 3.67423497285181e+00, 3.464102520985334e+00, 3.24036972149338e+00, 2.999999572554381e+00, 2.73861289024353e+00, 2.449490344706786e+00, 2.121321665568173e+00, 1.732049269542411e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00] -whe.m2_flow=[2.157636642456055e+00, 2.958472017451665e+00, 3.095468770477392e+00, 3.369881851047612e+00, 3.722177781981661e+00, 4.077624797821045e+00, 4.417335475052226e+00, 4.738231592495051e+00, 5.040587486276104e+00, 5.321988465617926e+00, 5.592362880706787e+00, 5.852997410881996e+00, 6.103481240481806e+00, 6.344361355144748e+00, 6.576503179823463e+00, 6.8007493019104e+00, 7.017842383104378e+00, 7.158915042877703e+00, 7.158913612365723e+00, 7.158912658691406e+00, 7.158912181854248e+00, 7.15891170501709e+00, 7.15891170501709e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00, 7.158911228179932e+00] -whe.sta_b1.T=[3.026019287109375e+02, 3.017606506123233e+02, 3.00925903273326e+02, 3.000804748941316e+02, 2.994389037502406e+02, 2.989251403808594e+02, 2.984759521941143e+02, 2.980650635611252e+02, 2.976794737968531e+02, 2.97376586935858e+02, 2.973302612304688e+02, 2.972895812824007e+02, 2.972517395098112e+02, 2.972156982347499e+02, 2.971810608055029e+02, 2.971476440429688e+02, 2.971152953967039e+02, 2.971551208110307e+02, 2.97333434909453e+02, 2.975054625746304e+02, 2.976712646484375e+02, 2.978307800953301e+02, 2.979840699509819e+02, 2.981311033931304e+02, 2.982718505273419e+02, 2.984063720703125e+02, 2.985346069863686e+02, 2.986566163110545e+02, 2.987723387712097e+02, 2.988818053745846e+02, 2.989850463867188e+02, 2.990820007719383e+02, 2.991726990483389e+02, 2.992571410438202e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.99300567669768e+02, 2.993515624562797e+02, 2.994040528251788e+02, 2.994582214355469e+02, 2.995142210951698e+02, 2.995722654252834e+02, 2.996325990865004e+02, 2.996954651975796e+02, 2.997612915039062e+02, 2.998305052510568e+02, 2.999036557518157e+02, 2.999815371404915e+02, 3.000652162134645e+02, 3.001562194824219e+02, 3.00256866276575e+02, 3.003711238567621e+02, 3.005066228385799e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02] -whe.sta_b2.T=[2.958210754394531e+02, 2.968398742977289e+02, 2.978374634160945e+02, 2.983415527163872e+02, 2.985578308255353e+02, 2.986744079589844e+02, 2.987531127855473e+02, 2.988148193238109e+02, 2.988684082147665e+02, 2.988544617786407e+02, 2.986173706054688e+02, 2.984091490881726e+02, 2.982256164920723e+02, 2.980627441083845e+02, 2.979170532817693e+02, 2.977857360839844e+02, 2.976665954111895e+02, 2.976951293295651e+02, 2.98004455302532e+02, 2.983183592411226e+02, 2.986368408203125e+02, 2.98959900040425e+02, 2.992875369011368e+02, 2.996197812108638e+02, 2.999565733428141e+02, 3.002979736328125e+02, 3.006439210462847e+02, 3.009944766178049e+02, 3.013496090723207e+02, 3.017093199150794e+02, 3.020736083984375e+02, 3.024424745227182e+02, 3.028159182875981e+02, 3.031939388869025e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.032160641847235e+02, 3.028967593062613e+02, 3.025700372798999e+02, 3.022352905273438e+02, 3.018916021515605e+02, 3.015380261156481e+02, 3.011734301355792e+02, 3.007963860655318e+02, 3.004051513671875e+02, 2.999975287793192e+02, 2.995706801870813e+02, 2.991209090659422e+02, 2.986430960802065e+02, 2.981298522949219e+02, 2.97569825206209e+02, 2.969439719612155e+02, 2.962150851039056e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02] -whe.yWheSpe=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.020000206629241e-01, 7.07999999205194e-01, 7.139999841055157e-01, 7.200000286102295e-01, 7.260000135102985e-01, 7.319999984106202e-01, 7.37999970595217e-01, 7.440000150998046e-01, 7.5e-01, 7.559999849001954e-01, 7.62000029404783e-01, 7.680000015893798e-01, 7.739999864897014e-01, 7.799999713897705e-01, 7.860000158944843e-01, 7.92000000794806e-01, 7.979999729794028e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] -whe.effCal.epsS=[5.170192718505859e-01, 5.312478545138076e-01, 5.40760577160995e-01, 5.484306212443264e-01, 5.550360686130297e-01, 5.609251856803894e-01, 5.662894839513049e-01, 5.71247934274199e-01, 5.758802900235686e-01, 5.802431088486153e-01, 5.843783617019653e-01, 5.883180515327717e-01, 5.920873276485421e-01, 5.957063444002655e-01, 5.991915449841776e-01, 6.025567054748535e-01, 6.058131469921517e-01, 6.096656311435854e-01, 6.148764446907661e-01, 6.200872637596438e-01, 6.252980828285217e-01, 6.305089018972733e-01, 6.357197209660248e-01, 6.40930528991761e-01, 6.461413480606387e-01, 6.513521671295166e-01, 6.565629861983945e-01, 6.617738052672723e-01, 6.669846132927558e-01, 6.721954323616336e-01, 6.774062514305115e-01, 6.826170704993894e-01, 6.878278895682671e-01, 6.930386975937507e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.939390280270684e-01, 6.913816950792416e-01, 6.887478782950465e-01, 6.860304474830627e-01, 6.832208085675543e-01, 6.803089480480323e-01, 6.772826804871406e-01, 6.741275136373681e-01, 6.708253622055054e-01, 6.673535168688834e-01, 6.636828311578116e-01, 6.597745876503653e-01, 6.555756851872224e-01, 6.510096788406372e-01, 6.459591478277363e-01, 6.402265635537387e-01, 6.334265803313571e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01] -whe.effCal.epsL=[4.040385484695435e-01, 4.324957435983013e-01, 4.515210994857404e-01, 4.668611876524033e-01, 4.80072171796706e-01, 4.918503165245056e-01, 5.025789726709812e-01, 5.124958733167062e-01, 5.217605252109901e-01, 5.304862224656023e-01, 5.387567281723022e-01, 5.466361078337888e-01, 5.541746600654557e-01, 5.614126935689026e-01, 5.683831543412451e-01, 5.751133561134338e-01, 5.816263583570672e-01, 5.875312675324159e-01, 5.925528960573978e-01, 5.975745299035463e-01, 6.025961637496948e-01, 6.076177975958433e-01, 6.126394314419918e-01, 6.176610546458072e-01, 6.226826884919557e-01, 6.277043223381042e-01, 6.327259561842528e-01, 6.377475900304013e-01, 6.427692132342167e-01, 6.477908470803652e-01, 6.528124809265137e-01, 6.578341147726622e-01, 6.628557486188107e-01, 6.678773718228788e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.678780870485522e-01, 6.627633615482537e-01, 6.574957875840031e-01, 6.520609259605408e-01, 6.46441648129524e-01, 6.406178674858352e-01, 6.345653919676859e-01, 6.282549986645067e-01, 6.216506958007812e-01, 6.147070647321822e-01, 6.073656933100384e-01, 5.99549206295146e-01, 5.911514013683548e-01, 5.820193886756897e-01, 5.719183266498878e-01, 5.604531581018929e-01, 5.468531916571295e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01] diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mos similarity index 78% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mos index 187b4edc989..3a6927c6bff 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mos @@ -1,6 +1,6 @@ -simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam", stopTime=360, method="CVode", tolerance=1e-06, resultFile="Wheel"); +simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypassDamper", stopTime=360, method="CVode", tolerance=1e-06, resultFile="Wheel"); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.m1_flow", "whe.m2_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.yBypDam"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.yBypDam"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypassDamper.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypassDamper.mos From dc5a245b5b9b6aeb9e8e55e0ddea34afff957561 Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Tue, 10 Oct 2023 15:57:45 -0700 Subject: [PATCH 089/196] removed Modelica.Fluid.System --- .../AirToAirHeatRecovery/Examples/BypassDamper.mo | 3 --- .../HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo | 3 --- 2 files changed, 6 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo index 929454c48b8..fedc84e2890 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo @@ -91,9 +91,6 @@ model BypassDamper offset=0, startTime=60) "Damper position" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); - inner Modelica.Fluid.System system - "Ambient environment" - annotation (Placement(transformation(extent={{-20,60},{0,80}}))); equation connect(PIn.y,sou_2. p_in) annotation (Line( points={{1,-40},{20,-40},{20,-52},{38,-52}}, diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo index 791cb323559..cb309e019a8 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo @@ -92,9 +92,6 @@ model VarSpe startTime=60) "Wheel speed" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); - inner Modelica.Fluid.System system - "Ambient environment" - annotation (Placement(transformation(extent={{-20,60},{0,80}}))); equation connect(PIn.y,sou_2. p_in) annotation (Line( points={{1,-40},{20,-40},{20,-52},{38,-52}}, From 7d6d0e0c9075a362f6f7b9953e3469d1760dbb77 Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Wed, 11 Oct 2023 09:51:44 -0700 Subject: [PATCH 090/196] reverted changes, changed example models name --- .../AirToAirHeatRecovery/Examples/BypassDamper.mo | 11 +++++++---- .../Examples/{VarSpe.mo => ModulateWheel.mo} | 14 ++++++++------ .../AirToAirHeatRecovery/Examples/package.order | 2 +- ...{RecoveryControlType.mo => RecoveryControl.mo} | 15 ++++++++------- .../AirToAirHeatRecovery/Types/package.order | 2 +- .../HeatExchangers/AirToAirHeatRecovery/Wheel.mo | 9 +++++---- ...rToAirHeatRecovery_Examples_ModulateWheel.txt} | 0 .../Examples/{VarSpe.mos => ModulateWheel.mos} | 6 +++--- ...rToAirHeatRecovery.Examples.ModulateWheel.mos} | 0 9 files changed, 33 insertions(+), 26 deletions(-) rename Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/{VarSpe.mo => ModulateWheel.mo} (94%) rename Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/{RecoveryControlType.mo => RecoveryControl.mo} (72%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_VarSpe.txt => Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_ModulateWheel.txt} (100%) rename Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/{VarSpe.mos => ModulateWheel.mos} (78%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe.mos => Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.ModulateWheel.mos} (100%) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo index fedc84e2890..d9eea976d2a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo @@ -29,7 +29,7 @@ model BypassDamper "Source of exhaust air" annotation (Placement(transformation(extent={{40,-70}, {60,-50}}))); - Modelica.Blocks.Sources.Ramp TSup( + Modelica.Blocks.Sources.Ramp TSup( height=10, duration=60, offset=273.15 + 30, @@ -78,19 +78,22 @@ model BypassDamper dp1_nominal=100, dp2_nominal=100, show_T=true, - controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass, + controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.BypassAir, epsL_cool_nominal=0.7, epsL_cool_partload=0.6, epsL_heat_nominal=0.7, - epsL_heat_partload=0.6) - "Wheel" + epsL_heat_partload=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); + Modelica.Blocks.Sources.Ramp DamPos( height=1.0, duration=60, offset=0, startTime=60) "Damper position" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); + inner Modelica.Fluid.System system + "Ambient environment" + annotation (Placement(transformation(extent={{0,60},{20,80}}))); equation connect(PIn.y,sou_2. p_in) annotation (Line( points={{1,-40},{20,-40},{20,-52},{38,-52}}, diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/ModulateWheel.mo similarity index 94% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo rename to Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/ModulateWheel.mo index cb309e019a8..34edef3b18b 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/ModulateWheel.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples; -model VarSpe +model ModulateWheel "Test model for the air-to-air thermal wheel with a variable speed" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air @@ -78,12 +78,11 @@ model VarSpe dp1_nominal=100, dp2_nominal=100, show_T=true, - controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.VariableSpeed, + controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.ModulateWheel, epsL_cool_nominal=0.7, epsL_cool_partload=0.6, epsL_heat_nominal=0.7, - epsL_heat_partload=0.6) - "Wheel" + epsL_heat_partload=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); Modelica.Blocks.Sources.Ramp WheSpe( height=0.1, @@ -92,6 +91,9 @@ model VarSpe startTime=60) "Wheel speed" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); + inner Modelica.Fluid.System system + "Ambient environment" + annotation (Placement(transformation(extent={{0,60},{20,80}}))); equation connect(PIn.y,sou_2. p_in) annotation (Line( points={{1,-40},{20,-40},{20,-52},{38,-52}}, @@ -123,7 +125,7 @@ equation connect(WheSpe.y, whe.yWheSpe) annotation (Line(points={{-59,-30},{-30,-30},{ -30,10},{4,10}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), -__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos" +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/ModulateWheel.mos" "Simulate and plot"), Documentation(info="

                                                      @@ -153,4 +155,4 @@ First implementation

                                                    ")); -end VarSpe; +end ModulateWheel; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order index d3c2ad223bd..19cb42f1dca 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order @@ -1,2 +1,2 @@ BypassDamper -VarSpe +ModulateWheel diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControl.mo similarity index 72% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo rename to Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControl.mo index db74605f207..b846f9e6d6d 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControl.mo @@ -1,9 +1,10 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types; -type RecoveryControlType = enumeration( - Bypass - "with a bypass damper", - VariableSpeed - "with a variable speed wheel") +type RecoveryControl = enumeration( + BypassAir + "With a bypass damper", + ModulateWheel + "With a variable speed wheel") + "Enumeration of the control of heat recovery" annotation (Documentation(info="

                                                    Enumeration for the types of heat recovery (HR) devices. @@ -14,11 +15,11 @@ The possible values are: Enumeration Description -Bypass +BypassAir The HR devices adjust the heat exchange by modulating the flow rates through the wheel via a bypass damper -VariableSpeed +ModulateWheel The HR devices adjust the heat exchange by modulating the speed of the wheel diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order index 48920139387..da13068cb75 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order @@ -1 +1 @@ -RecoveryControlType +RecoveryControl diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo index c0db9a7c476..c2715370a6f 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo @@ -11,8 +11,9 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" final from_dp1=false, final from_dp2=false); - parameter Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType controlType= - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass + parameter + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl + controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.BypassAir "Type of controller"; parameter Real P_nominal(unit="W") = 1000 "Power at design condition"; @@ -140,7 +141,7 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" "Adder" annotation (Placement(transformation(extent={{-64,-46},{-48,-30}}))); protected - parameter Boolean with_BypDam = controlType == Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass + parameter Boolean with_BypDam = controlType ==Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.BypassAir "Boolean flag to enable the bypass control" annotation(Evaluate=true, HideResult=true); @@ -270,7 +271,7 @@ around the heat exchanger. The parameter, controlType, can be used to specify either wheel speed modulation or bypassing supply air is used. See more in - + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType. ", revisions=" diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_VarSpe.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_ModulateWheel.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_VarSpe.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_ModulateWheel.txt diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/ModulateWheel.mos similarity index 78% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/ModulateWheel.mos index 397c0701430..5361ea224b1 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/ModulateWheel.mos @@ -1,6 +1,6 @@ -simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe", stopTime=360, method="CVode", tolerance=1e-06, resultFile="Wheel"); +simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.ModulateWheel", stopTime=360, method="CVode", tolerance=1e-06, resultFile="Wheel"); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.m1_flow", "whe.m2_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.yWheSpe"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.yWheSpe"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.ModulateWheel.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.ModulateWheel.mos From ea482fd46e3bb325df96dc60e497e107f6955cac Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Wed, 11 Oct 2023 10:55:43 -0700 Subject: [PATCH 091/196] fixed html syntax, corrected release note --- .../BaseClasses/EffectivenessCalculation.mo | 34 +++++----- .../HeatExchagerWithInputEffectiveness.mo | 12 ++-- .../Validation/EffectivenessCalculation.mo | 42 +++++++------ .../HeatExchagerWithInputEffectiveness.mo | 50 +++++++-------- .../BaseClasses/Validation/package.mo | 5 +- .../BaseClasses/package.mo | 7 ++- .../Examples/BypassDamper.mo | 38 ++++++----- .../Examples/ModulateWheel.mo | 63 +++++++++---------- .../Types/RecoveryControl.mo | 3 +- .../AirToAirHeatRecovery/Types/package.mo | 2 + .../AirToAirHeatRecovery/Wheel.mo | 21 ++++--- .../AirToAirHeatRecovery/package.mo | 4 +- Buildings/package.mo | 33 +++++----- 13 files changed, 166 insertions(+), 148 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo index 9f92a07b624..ada49fdb89a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo @@ -103,19 +103,19 @@ equation textString="eps")}), Diagram( coordinateSystem(preserveAspectRatio=false)), defaultComponentName="EffCal", - Documentation(info=" +Documentation(info="

                                                    -This block calculates the sensible and latent effectiveness of the heat exchanger for heating and cooling conditions -at different air flow rates of the supply air stream and the exhaust air stream. +This block calculates the sensible and latent effectiveness of the heat exchanger +for heating and cooling conditions at different air flow rates of the supply +air stream and the exhaust air stream. +

                                                    +

                                                    +It first calculates the average volumetric air flow rate through the heat exchanger by:

                                                    - -

                                                    It first calculates the average volumetric air flow rate through the heat exchanger by:

                                                    -
                                                       v_ave = (v_sup + v_exh)/2,
                                                       vRat = v_ave/v_sup_nom,
                                                     
                                                    -

                                                    where v_ave is the average volumetric air flow rate, v_sup is the air flow of the supply air stream, @@ -123,13 +123,14 @@ where v_ave is the average volumetric air flow rate, v_sup_nom is the nominal air flow of the supply air stream and vRat is the flow ratio.

                                                    - -

                                                    It then calculates the sensible and latent effectiveness by:

                                                    - +

                                                    +It then calculates the sensible and latent effectiveness by: +

                                                       epsS = y * (epsS_75 + (epsS_100 - epsS_75) * (vRat - 0.75)/0.25),
                                                       epsL = y * (epsL_75 + (epsL_100 - epsL_75) * (vRat - 0.75)/0.25),
                                                     
                                                    +

                                                    where epsS and epsL are the effectiveness for the sensible and latent heat transfer, respectively. epsS_100 and epsS_75 are the effectiveness @@ -137,20 +138,19 @@ for the sensible heat transfer when vRat is 1 and 0.75, respectivel epsL_100 and epsL_75 are the effectiveness for the latent heat transfer when vRat is 1 and 0.75, respectively. y is an effectiveness associated with the speed of a rotary wheel. - +

                                                    -epsS_100, epsS_75, epsL_100, and epsL_75 are parameters. +epsS_100, epsS_75, epsL_100, and +epsL_75 are parameters. Depending on the cooling or heating mode, their values are different. -In this model, if the supply air temperature is larger than the exhaust air temperature, the exchanger is considered to operate under -the cooling mode; +In this model, if the supply air temperature is larger than the exhaust air +temperature, the exchanger is considered to operate under the cooling mode; Otherwise, it is considered to operate under a heating mode.

                                                    -

                                                    Note: The average volumetric air flow rate should be between 50% and 130% of the nominal supply air flow rate. In addition, the ratio of the supply air flow rate to the exhaust air flow rate should be between 0.5 and 2.

                                                    -

                                                    References

                                                    U.S. Department of Energy 2016. "EnergyPlus Engineering reference". @@ -158,7 +158,7 @@ U.S. Department of Energy 2016.
                                                    • September 29, 2023, by Sen Huang:
                                                      -First implementation
                                                      +First implementation.
                                                    ")); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo index 2e90a038996..b82c217e0af 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo @@ -115,28 +115,30 @@ This block is identical to Buildings.Fluid.MassExchangers.ConstantEffectivenesst, except that the effectiveness are inputs rather than parameters.

                                                    - +

                                                    This model transfers heat and moisture in the amount of +

                                                       QSen = epsS * Q_max,
                                                       m    = epsL * mWat_max,
                                                     
                                                    - +

                                                    where epsS and epsL are input effectiveness for the sensible and latent heat transfer, Q_max is the maximum sensible heat that can be transferred and mWat_max is the maximum moisture that can be transferred. - - +

                                                    +

                                                    This model can only be used with medium models that define the integer constant Water which needs to be equal to the index of the water mass fraction in the species vector. +

                                                    ", revisions="
                                                    • September 29, 2023, by Sen Huang:
                                                      -Changing the effectiveness from parameters to inputs
                                                      +Changing the effectiveness from parameters to inputs.
                                                    • April 30, 2018, by Filip Jorissen:
                                                      diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo index 6c7a88e12a8..5d8e60389e9 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation; model EffectivenessCalculation - extends Modelica.Icons.Example; + extends Modelica.Icons.Example; Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation epsCal( @@ -12,31 +12,31 @@ model EffectivenessCalculation epsL_heat_partload=0.5, v_flow_sup_nominal=1) "Effectiveness calculator" annotation (Placement(transformation(extent={{-12,-10},{8,10}}))); - Modelica.Blocks.Sources.Ramp y( + Modelica.Blocks.Sources.Ramp y( height=0.7, duration=60, offset=0.3, startTime=60) "Wheel speed" annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); - Modelica.Blocks.Sources.Ramp TSup( + Modelica.Blocks.Sources.Ramp TSup( height=5, duration=60, offset=273.15 + 20, startTime=0) "Supply air temperature" - annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); - Modelica.Blocks.Sources.Ramp TExh( + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + Modelica.Blocks.Sources.Ramp TExh( height=20, duration=60, offset=273.15 + 15, startTime=0) "Exhaust air temperature" annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); - Modelica.Blocks.Sources.Ramp vSup( + Modelica.Blocks.Sources.Ramp vSup( height=0.7, duration=60, offset=0.3, startTime=0) "Supply air flow rate" annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); - Modelica.Blocks.Sources.Ramp vExh( + Modelica.Blocks.Sources.Ramp vExh( height=0.8, duration=60, offset=0.2, @@ -64,26 +64,32 @@ Validation test for the block Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation.

                                                      - +

                                                      The input signals are configured as follows: +

                                                        -
                                                      • The temperature of the supply air, TSup, is larger than the temperature of the exhaust air, TExh before 20s; -After that, TSup is less than TExh, leading to a heating mode; -
                                                      -
                                                        -
                                                      • The supply air flow rate, vSup, and the exhaust air flow rate, vExh, change from 0.3 to 1 and 0.2 to 1 +
                                                      • +The temperature of the supply air, TSup, is larger than the temperature +of the exhaust air, TExh before 20s; +After that, TSup is less than TExh, leading to a heating mode. +
                                                      • +
                                                      • +The supply air flow rate, vSup, and the exhaust air flow rate, +vExh, change from 0.3 to 1 and 0.2 to 1 during the period from 0s to 60s, respectively; They then stay constant. -
                                                      -
                                                        -
                                                      • The wheel speed ratio, y keeps constant during the period from 0s to 60s and then increases from 0.3 to 1 -during the period from 60s to 120s; +
                                                      • +
                                                      • +The wheel speed ratio, y keeps constant during the period from +0s to 60s and then increases from 0.3 to 1 +during the period from 60s to 120s. +
                                                      ", revisions="
                                                      • September 29, 2022, by Sen Huang:
                                                        -First implementation
                                                        +First implementation.
                                                      ")); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo index 2e274a8af77..f1cd0a50e82 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo @@ -14,9 +14,8 @@ model HeatExchagerWithInputEffectiveness use_p_in=true, nPorts=1) "Sink that represents the ambient environment" - annotation (Placement(transformation(extent={{-58,-10}, - {-38,10}}))); - Modelica.Blocks.Sources.Constant PIn( + annotation (Placement(transformation(extent={{-58,-10}, {-38,10}}))); + Modelica.Blocks.Sources.Constant PIn( k=101325 + 100) "Pressure of the exhaust air" annotation (Placement(transformation(extent={{-20,-50},{0,-30}}))); @@ -27,9 +26,8 @@ model HeatExchagerWithInputEffectiveness use_T_in=true, nPorts=1) "Source of the exhuast air" - annotation (Placement(transformation(extent={{40,-70}, - {60,-50}}))); - Modelica.Blocks.Sources.Ramp TSup( + annotation (Placement(transformation(extent={{40,-70}, {60,-50}}))); + Modelica.Blocks.Sources.Ramp TSup( height=10, duration=60, offset=273.15 + 30, @@ -38,7 +36,7 @@ model HeatExchagerWithInputEffectiveness Modelica.Blocks.Sources.Constant TDb(k=293.15) "Drybulb temperature of the exhaust air" annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); - Modelica.Blocks.Sources.Constant POut(k=101325) + Modelica.Blocks.Sources.Constant POut(k=101325) "Pressure of the ambient environment" annotation (Placement(transformation(extent={{-100,0},{-80,20}}))); Buildings.Fluid.Sources.Boundary_pT sin_1( @@ -49,8 +47,7 @@ model HeatExchagerWithInputEffectiveness p=300000, nPorts=1) "Sink of the supply air" - annotation (Placement(transformation(extent={{84,2},{ - 64,22}}))); + annotation (Placement(transformation(extent={{84,2},{64,22}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( redeclare package Medium = Medium1, T=273.15 + 50, @@ -59,11 +56,10 @@ model HeatExchagerWithInputEffectiveness p=100000, nPorts=1) "Source of the supply air" - annotation (Placement(transformation(extent={{-60,40}, - {-40,60}}))); - Modelica.Blocks.Sources.Constant PSin_1( + annotation (Placement(transformation(extent={{-60,40},{-40,60}}))); + Modelica.Blocks.Sources.Constant PSin_1( k=1E5 - 110) - "Pressure of the exhaust air" + "Pressure of the exhaust air" annotation (Placement(transformation(extent={{40,60},{60,80}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, @@ -131,26 +127,28 @@ Validation test for the block Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness.

                                                      - +

                                                      The input signals are configured as follows: +

                                                        -
                                                      • Temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 120s to 180s; -
                                                      -
                                                        -
                                                      • Sensible heat exchanger effectiveness, epsS, changes from 0.7 to 0.8 during the period from 120s to 180s; -
                                                      -
                                                        -
                                                      • Latent heat exchanger effectiveness, epsL, changes from 0.7 to 0.8 during the period from 60s to 120s; +
                                                      • +Temperature of the supply air, TSup, changes from 273.15 + 30 K +to 273.15 + 40 K during the period from 120s to 180s. +
                                                      • +
                                                      • +Sensible heat exchanger effectiveness, epsS, changes from 0.7 +to 0.8 during the period from 120s to 180s. +
                                                      • +
                                                      • +Latent heat exchanger effectiveness, epsL, changes from 0.7 to +0.8 during the period from 60s to 120s. +
                                                      -

                                                      -Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support -of stream connector. -

                                                      ", revisions="
                                                      • September 29, 2023, by Sen Huang:
                                                        -First implementation
                                                        +First implementation.
                                                      ")); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo index 14ad258bc2f..532437d3d8a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo @@ -3,12 +3,15 @@ package Validation "Collection of models that validate the module in the base cl extends Modelica.Icons.ExamplesPackage; annotation (Documentation(info=" +

                                                      This package contains validation models for the classes in Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses. - +

                                                      +

                                                      Note that most validation models contain simple input data which may not be realistic, but for which the correct output can be obtained through an analytic solution. +

                                                      ")); end Validation; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo index 58f6d8d0156..e6882cdb1e1 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo @@ -2,8 +2,11 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; package BaseClasses "Package with base classes for Air-to-Air heat recovery devices" extends Modelica.Icons.BasesPackage; -annotation (Documentation(info=" + annotation (Documentation(info=" +

                                                      This package contains base classes that are used to construct the models in -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery. + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery. +

                                                      ")); end BaseClasses; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo index d9eea976d2a..f39ed5bf311 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypassDamper.mo @@ -12,8 +12,7 @@ model BypassDamper use_p_in=true, nPorts=1) "Sink of exhaust air" - annotation (Placement(transformation(extent={{-58,-10}, - {-38,10}}))); + annotation (Placement(transformation(extent={{-58,-10},{-38,10}}))); Modelica.Blocks.Sources.Ramp PIn( height=200, duration=60, @@ -27,8 +26,7 @@ model BypassDamper use_T_in=true, nPorts=1) "Source of exhaust air" - annotation (Placement(transformation(extent={{40,-70}, - {60,-50}}))); + annotation (Placement(transformation(extent={{40,-70},{60,-50}}))); Modelica.Blocks.Sources.Ramp TSup( height=10, duration=60, @@ -49,8 +47,7 @@ model BypassDamper p=300000, nPorts=1) "Sink of supply air" - annotation (Placement(transformation(extent={{84,2},{ - 64,22}}))); + annotation (Placement(transformation(extent={{84,2},{64,22}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( redeclare package Medium = Medium1, T=273.15 + 50, @@ -59,8 +56,7 @@ model BypassDamper p=100000, nPorts=1) "Source of supply air" - annotation (Placement(transformation(extent={{-60,40}, - {-40,60}}))); + annotation (Placement(transformation(extent={{-60,40},{-40,60}}))); Modelica.Blocks.Sources.Ramp PSin_1( duration=60, startTime=240, @@ -78,14 +74,13 @@ model BypassDamper dp1_nominal=100, dp2_nominal=100, show_T=true, - controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.BypassAir, + conTyp=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.BypassAir, epsL_cool_nominal=0.7, epsL_cool_partload=0.6, epsL_heat_nominal=0.7, epsL_heat_partload=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); - - Modelica.Blocks.Sources.Ramp DamPos( + Modelica.Blocks.Sources.Ramp DamPos( height=1.0, duration=60, offset=0, @@ -134,21 +129,24 @@ Example for using the block Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel.

                                                      -The input signals are configured as follows:

                                                      -
                                                        -
                                                      • The temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60s to 120s. -On the other hand, the temperature of the exhaust air is constant; -
                                                      +The input signals are configured as follows: +

                                                        -
                                                      • The bypass damper position, DamPos, changes from 0 to 1 during the period from 60s to 120s; +
                                                      • +The temperature of the supply air, TSup, changes from +273.15 + 30 K to 273.15 + 40 K during the period from 60s to 120s. +On the other hand, the temperature of the exhaust air is constant. +
                                                      • +
                                                      • +The bypass damper position, DamPos, changes from 0 to +1 during the period from 60s to 120s. +
                                                      -Note: This problem may fails to translate in Dymola 2012 due to an error in Dymola's support -of stream connector. ", revisions="
                                                      • September 29, 2023, by Sen Huang:
                                                        -First implementation
                                                        +First implementation.
                                                      ")); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/ModulateWheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/ModulateWheel.mo index 34edef3b18b..86bebc58f09 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/ModulateWheel.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/ModulateWheel.mo @@ -12,9 +12,8 @@ model ModulateWheel use_p_in=true, nPorts=1) "Sink of exhaust air" - annotation (Placement(transformation(extent={{-58,-10}, - {-38,10}}))); - Modelica.Blocks.Sources.Ramp PIn( + annotation (Placement(transformation(extent={{-58,-10},{-38,10}}))); + Modelica.Blocks.Sources.Ramp PIn( height=200, duration=60, offset=101330) @@ -27,9 +26,8 @@ model ModulateWheel use_T_in=true, nPorts=1) "Source of exhaust air" - annotation (Placement(transformation(extent={{40,-70}, - {60,-50}}))); - Modelica.Blocks.Sources.Ramp TSup( + annotation (Placement(transformation(extent={{40,-70},{60,-50}}))); + Modelica.Blocks.Sources.Ramp TSup( height=10, duration=60, offset=273.15 + 30, @@ -49,8 +47,7 @@ model ModulateWheel p=300000, nPorts=1) "Sink of supply air" - annotation (Placement(transformation(extent={{84,2},{ - 64,22}}))); + annotation (Placement(transformation(extent={{84,2},{64,22}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( redeclare package Medium = Medium1, T=273.15 + 50, @@ -59,9 +56,8 @@ model ModulateWheel p=100000, nPorts=1) "Source of supply air" - annotation (Placement(transformation(extent={{-60,40}, - {-40,60}}))); - Modelica.Blocks.Sources.Ramp PSin_1( + annotation (Placement(transformation(extent={{-60,40},{-40,60}}))); + Modelica.Blocks.Sources.Ramp PSin_1( duration=60, startTime=240, height=100, @@ -78,13 +74,13 @@ model ModulateWheel dp1_nominal=100, dp2_nominal=100, show_T=true, - controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.ModulateWheel, + conTyp=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.ModulateWheel, epsL_cool_nominal=0.7, epsL_cool_partload=0.6, epsL_heat_nominal=0.7, epsL_heat_partload=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); - Modelica.Blocks.Sources.Ramp WheSpe( + Modelica.Blocks.Sources.Ramp WheSpe( height=0.1, duration=60, offset=0.7, @@ -101,26 +97,22 @@ equation connect(TExh.y, sou_2.T_in) annotation (Line(points={{1,-80},{20,-80},{20,-56}, {38,-56}}, color={0,0,127})); connect(TSup.y, sou_1.T_in) - annotation (Line(points={{-79,54},{-70.5,54},{-62,54}}, - color={0,0,127})); + annotation (Line(points={{-79,54},{-70.5,54},{-62,54}}, color={0,0,127})); connect(PSin_1.y, sin_1.p_in) annotation (Line(points={{61,70},{90,70},{90,20}, {86,20}}, color={0,0,127})); connect(sou_1.ports[1],whe. port_a1) annotation (Line( - points={{-40,50},{0,50},{0,12},{6,12}}, - color={0,127,255})); + points={{-40,50},{0,50},{0,12},{6,12}}, color={0,127,255})); connect(whe.port_a2, sou_2.ports[1]) annotation (Line( points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, -60}}, color={0,127,255})); connect(POut.y, sin_2.p_in) annotation (Line( - points={{-79,8},{-69.5,8},{-69.5,8},{-60,8}}, - color={0,0,127})); + points={{-79,8},{-69.5,8},{-69.5,8},{-60,8}}, color={0,0,127})); connect(whe.port_b1, sin_1.ports[1]) annotation (Line( points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); connect(whe.port_b2, sin_2.ports[1]) annotation (Line( - points={{6,5.55112e-16},{-18,5.55112e-16},{-18,6.66134e-16},{-38, - 6.66134e-16}}, + points={{6,5.55112e-16},{-18,5.55112e-16},{-18,6.66134e-16},{-38,6.66134e-16}}, color={0,127,255})); connect(WheSpe.y, whe.yWheSpe) annotation (Line(points={{-59,-30},{-30,-30},{ -30,10},{4,10}}, color={0,0,127})); @@ -134,24 +126,29 @@ Example for using the block Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel.

                                                      -The input signals are configured as follows:

                                                      -
                                                        -
                                                      • The temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60s to 120s. -On the other hand, the temperature of the exhaust air is constant; -
                                                      -
                                                        -
                                                      • The wheel speed, WheSpe, changes from 0.7 to 1 during the period from 60s to 120s; -
                                                      +The input signals are configured as follows: +

                                                        -
                                                      • The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s during the period from 240s to 300s; +
                                                      • +The temperature of the supply air, TSup, changes from +273.15 + 30 K to 273.15 + 40 K during the period +from 60s to 120s. +On the other hand, the temperature of the exhaust air is constant. +
                                                      • +
                                                      • +The wheel speed, WheSpe, changes from 0.7 to 1 during +the period from 60s to 120s. +
                                                      • +
                                                      • +The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s +during the period from 240s to 300s. +
                                                      -Note: This problem may fails to translate in Dymola 2012 due to an error in Dymola's support -of stream connector. ", revisions="
                                                      • September 29, 2023, by Sen Huang:
                                                        -First implementation
                                                        +First implementation.
                                                      ")); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControl.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControl.mo index b846f9e6d6d..ad4ab249bf9 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControl.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControl.mo @@ -10,7 +10,6 @@ type RecoveryControl = enumeration( Enumeration for the types of heat recovery (HR) devices. The possible values are:

                                                      - @@ -28,7 +27,7 @@ The HR devices adjust the heat exchange by modulating the speed of the wheel
                                                      • September 29, 2023, by Sen Huang:
                                                        -First implementation
                                                        +First implementation.
                                                      ")); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo index 345e2527aa8..8b65b399684 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo @@ -3,6 +3,8 @@ package Types "Library of types with choices of how the heat recovery devices ar extends Modelica.Icons.TypesPackage; annotation (Documentation(info=" +

                                                      This package contains type definitions for the heat recovery devices. +

                                                      ")); end Types; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo index c2715370a6f..620d1ed98f4 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo @@ -13,7 +13,7 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" parameter Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl - controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.BypassAir + conTyp=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.BypassAir "Type of controller"; parameter Real P_nominal(unit="W") = 1000 "Power at design condition"; @@ -141,7 +141,7 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" "Adder" annotation (Placement(transformation(extent={{-64,-46},{-48,-30}}))); protected - parameter Boolean with_BypDam = controlType ==Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.BypassAir + parameter Boolean with_BypDam = conTyp ==Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl.BypassAir "Boolean flag to enable the bypass control" annotation(Evaluate=true, HideResult=true); @@ -257,28 +257,31 @@ equation fillPattern=FillPattern.Solid)}), Diagram( coordinateSystem(preserveAspectRatio=false)), Documentation(info=" +

                                                      Model for a generic, sensible and latent air-to-air heat recovery wheel, that consists of a heat exchanger and primary/secondary airflow bypass dampers. - -The input requires no geometric data. Performance is defined by specifying sensible and/or latent effectiveness +

                                                      +

                                                      +Performance of the recovery wheel is defined by specifying sensible and/or latent effectiveness at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions For details, refer to Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. - +

                                                      +

                                                      The operation of the heat recovery wheel is adjustable through wheel speed modulation or bypassing supply air around the heat exchanger. -The parameter, controlType, can be used to specify either wheel speed modulation or bypassing supply air +The parameter, conTyp, can be used to specify either wheel speed modulation or bypassing supply air is used. See more in -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType. - +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControl. +

                                                      ", revisions="
                                                      • September 29, 2023, by Sen Huang:
                                                        -First implementation
                                                        +First implementation.
                                                      ")); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo index d8cdccd3f7b..0d571db9aae 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo @@ -2,7 +2,9 @@ within Buildings.Fluid.HeatExchangers; package AirToAirHeatRecovery "Package with Air-to-Air heat recovery devices" extends Modelica.Icons.VariantsPackage; -annotation (Documentation(info=" + annotation (Documentation(info=" +

                                                      This package contains components models for air-to-air energy recovery devices. +

                                                      ")); end AirToAirHeatRecovery; diff --git a/Buildings/package.mo b/Buildings/package.mo index aa328b958ce..92c0a8f54e1 100644 --- a/Buildings/package.mo +++ b/Buildings/package.mo @@ -229,6 +229,17 @@ The following new components have been added to existing libraries:

                                                      Enumeration
                                                      + + + + + + + @@ -259,30 +270,24 @@ have been improved in a - - -
                                                      Buildings.Fluid.HeatExchangers +
                                                      Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery + Package of models for air-to-air heat recovery devices.
                                                      + This is for issue 3538. +
                                                      xxx
                                                      Buildings.Fluid.Interfaces.PartialFourPort
                                                      - Buildings.Fluid.Interfaces.PartialTwoPort
                                                      - Buildings.Fluid.Interfaces.PartialTwoPortVector + Buildings.Fluid.Interfaces.PartialTwoPort
                                                      + Buildings.Fluid.Interfaces.PartialTwoPortVector
                                                      Changed implementation to allow moving fluid connector. - This accomodates implementation of models that should have connectors on the top and bottom (such as a tank) - and moving of connectors for models that need larger icons.
                                                      - This is for IBPSA, #1781. -
                                                      Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery - Package of models for air-to-air heat recovery devices.
                                                      - This is for issue 3538. + This accomodates implementation of models that should have connectors on the top and bottom (such as a tank) + and moving of connectors for models that need larger icons.
                                                      + This is for IBPSA, #1781.
                                                      Buildings.ThermalZones.ReducedOrder
                                                      Buildings.ThermalZones.ReducedOrder.EquivalentAirTemperature.VDI6007
                                                      - Buildings.ThermalZones.ReducedOrder.EquivalentAirTemperature.VDI6007 + Buildings.ThermalZones.ReducedOrder.EquivalentAirTemperature.VDI6007
                                                      Changed implementation to allow ground temperature to be taken from an input rather than using - a constant value.
                                                      - This is for IBPSA, #1744. + a constant value.
                                                      + This is for IBPSA, #1744.
                                                      From e2cc1566aea8858e68b546aaa1a009d14b5a5bd6 Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Wed, 25 Oct 2023 12:10:12 -0700 Subject: [PATCH 092/196] renamed model --- ...{EffectivenessCalculation.mo => Effectiveness.mo} | 4 ++-- ...{EffectivenessCalculation.mo => Effectiveness.mo} | 12 ++++++------ .../BaseClasses/Validation/package.order | 2 +- .../AirToAirHeatRecovery/BaseClasses/package.order | 2 +- .../HeatExchangers/AirToAirHeatRecovery/Wheel.mo | 6 +++--- ...ecovery_BaseClasses_Validation_Effectiveness.txt} | 0 ...ffectivenessCalculation.mos => Effectiveness.mos} | 2 +- ...ecovery.BaseClasses.Validation.Effectiveness.mos} | 0 8 files changed, 14 insertions(+), 14 deletions(-) rename Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/{EffectivenessCalculation.mo => Effectiveness.mo} (99%) rename Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/{EffectivenessCalculation.mo => Effectiveness.mo} (94%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt => Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_Effectiveness.txt} (100%) rename Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/{EffectivenessCalculation.mos => Effectiveness.mos} (85%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos => Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.Effectiveness.mos} (100%) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo similarity index 99% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo rename to Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo index ada49fdb89a..428130d2ea6 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses; -model EffectivenessCalculation +model Effectiveness "Model for calculating the heat exchange effectiveness of heat exchangers" extends Modelica.Blocks.Icons.Block; @@ -162,4 +162,4 @@ First implementation.
                                                    ")); -end EffectivenessCalculation; +end Effectiveness; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo similarity index 94% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo rename to Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo index 5d8e60389e9..88c43935a72 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo @@ -1,8 +1,8 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation; -model EffectivenessCalculation +model Effectiveness "Validate the effectiveness calculation" extends Modelica.Icons.Example; - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness epsCal( epsL_cool_nominal=0.6, epsL_cool_partload=0.7, @@ -56,13 +56,13 @@ equation annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( coordinateSystem(preserveAspectRatio=false)), experiment(Tolerance=1e-6, StopTime=120), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos" "Simulate and plot"), Documentation(info="

                                                    Validation test for the block - -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness.

                                                    The input signals are configured as follows: @@ -93,4 +93,4 @@ First implementation.

                                                  ")); -end EffectivenessCalculation; +end Effectiveness; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order index 3704bc78100..035b5274d84 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order @@ -1,2 +1,2 @@ -EffectivenessCalculation +Effectiveness HeatExchagerWithInputEffectiveness diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order index fb1d6864237..9f4ddbf6455 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order @@ -1,3 +1,3 @@ -EffectivenessCalculation +Effectiveness HeatExchagerWithInputEffectiveness Validation diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo index 620d1ed98f4..e3f38806cd2 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo @@ -48,7 +48,7 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" final dp2_nominal=dp2_nominal) "Heat exchanger" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness effCal( final epsS_cool_nominal=epsS_cool_nominal, final epsL_cool_nominal=epsL_cool_nominal, @@ -265,8 +265,8 @@ a heat exchanger and primary/secondary airflow bypass dampers. Performance of the recovery wheel is defined by specifying sensible and/or latent effectiveness at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions For details, refer to - -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness.

                                                  The operation of the heat recovery wheel is adjustable through wheel speed modulation or bypassing supply air diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_Effectiveness.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_Effectiveness.txt diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos similarity index 85% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos index 35153c815f9..2ce69ec0d85 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation", stopTime=120, method="CVode", tolerance=1e-6, resultFile="EffectivenessCalculation"); +simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.Effectiveness", stopTime=120, method="CVode", tolerance=1e-6, resultFile="EffectivenessCalculation"); createPlot(id=1, position={55, 14, 975, 618}, y={"y.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=101, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); createPlot(id=1, position={55, 14, 975, 618}, y={"TSup.y", "TExh.y"}, range={0.0, 120.0, 280.0, 320.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"K", "K"}); createPlot(id=1, position={55, 14, 975, 618}, y={"vSup.y", "vExh.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"m3/s", "m3/s"}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.Effectiveness.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.Effectiveness.mos From 6aa884a75f6dee0f483e93b75ae571ce63c0dce7 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 1 Nov 2023 15:41:14 -0400 Subject: [PATCH 093/196] fix typos --- .../BaseClasses/EffectivenessCalculation.mo | 4 ++-- .../Validation/HeatExchagerWithInputEffectiveness.mo | 2 +- Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo index 9f92a07b624..4946fc3fa9d 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo @@ -46,7 +46,7 @@ model EffectivenessCalculation "Sensible heat exchanger effectiveness" annotation (Placement(transformation(extent={{100,30},{120,50}}))); Modelica.Blocks.Interfaces.RealOutput epsL(final unit="1") - "Latent heat exchanger effectivenessr" + "Latent heat exchanger effectiveness" annotation (Placement(transformation(extent={{100,-50},{120,-30}}))); protected @@ -95,7 +95,7 @@ equation vRat = (v_flow_Sup + v_flow_Exh)/2/v_flow_sup_nominal; // check if the extrapolation goes too far assert(vRat > 0.5 and vRat < 1.3, - "Operatiing flow rate outside full accuracy range", + "Operating flow rate outside full accuracy range", level=AssertionLevel.warning); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text( extent={{-54,28},{50,-40}}, diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo index 2e274a8af77..0757142c752 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo @@ -26,7 +26,7 @@ model HeatExchagerWithInputEffectiveness use_p_in=true, use_T_in=true, nPorts=1) - "Source of the exhuast air" + "Source of the exhaust air" annotation (Placement(transformation(extent={{40,-70}, {60,-50}}))); Modelica.Blocks.Sources.Ramp TSup( diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo index c0db9a7c476..2822fb35d9a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo @@ -58,7 +58,7 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" final epsS_heat_partload=epsS_heat_partload, final epsL_heat_partload=epsL_heat_partload, final v_flow_sup_nominal=m1_flow_nominal/1.293) - "Calculates the effectiveness of heat exhcnages" + "Calculates the effectiveness of heat exchanges" annotation (Placement(transformation(extent={{40,20},{20,40}}))); Modelica.Blocks.Interfaces.RealInput yWheSpe(unit="1") if not with_BypDam "Wheel speed ratio" From 80aa7ede585cd97aa9cfcf9f856327c73675d761 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 1 Nov 2023 21:51:08 -0400 Subject: [PATCH 094/196] change parameter names and replace if with approximation --- .../BaseClasses/EffectivenessCalculation.mo | 69 ++++++++----------- .../Validation/EffectivenessCalculation.mo | 6 +- 2 files changed, 33 insertions(+), 42 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo index 4946fc3fa9d..dc8ac11fbd7 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo @@ -19,7 +19,7 @@ model EffectivenessCalculation "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.Efficiency epsL_heat_partload(max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.VolumeFlowRate v_flow_sup_nominal(min = 100*Modelica.Constants.eps) + parameter Modelica.Units.SI.VolumeFlowRate vSup_flow_nominal(min = 100*Modelica.Constants.eps) "Nominal supply air flow rate"; Modelica.Blocks.Interfaces.RealInput TSup( @@ -34,10 +34,10 @@ model EffectivenessCalculation final displayUnit="degC") "Exhaust air temperature " annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); - Modelica.Blocks.Interfaces.RealInput v_flow_Sup(final unit="m3/s") + Modelica.Blocks.Interfaces.RealInput vSup_flow(final unit="m3/s") "Volumetric flow rate of the supply air" annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); - Modelica.Blocks.Interfaces.RealInput v_flow_Exh( final unit="m3/s") + Modelica.Blocks.Interfaces.RealInput vExh_flow( final unit="m3/s") "Volumetric flow rate of the exhaust air" annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); Modelica.Blocks.Interfaces.RealInput y(final unit="1") "Wheel speed ratio" @@ -52,51 +52,42 @@ model EffectivenessCalculation protected Real vRat "Ratio of the average operating volumetric air flow rate to the nominal supply air flow rate"; - -algorithm - // calculate effectiveness - if TSup > TExh then - // cooling mode - epsS :=y*(epsS_cool_partload + (epsS_cool_nominal - epsS_cool_partload)*( - vRat-0.75)/0.25); - epsL :=y*(epsL_cool_partload + (epsL_cool_nominal - epsL_cool_partload)*( - vRat-0.75)/0.25); - else - // heating mode - epsS :=y*(epsS_heat_partload + (epsS_heat_nominal - epsS_heat_partload)*( - vRat-0.75)/0.25); - epsL :=y*(epsL_heat_partload + (epsL_heat_nominal - epsL_heat_partload)*( - vRat-0.75)/0.25); - end if; - epsS := Buildings.Utilities.Math.Functions.smoothMax( - x1 = 0.01, - x2 = epsS, - deltaX = 1E-7); - epsS := Buildings.Utilities.Math.Functions.smoothMin( - x1 = 0.99, - x2 = epsS, - deltaX = 1E-7); - - epsL := Buildings.Utilities.Math.Functions.smoothMax( - x1 = 0.01, - x2 = epsL, - deltaX = 1E-7); - epsL := Buildings.Utilities.Math.Functions.smoothMin( - x1 = 0.99, - x2 = epsL, - deltaX = 1E-7); + Real epsS_act_partload + "The partial load (75%) sensible heat exchanger effectiveness used for calculation"; + Real epsS_act_nominal + "The nominal sensible heat exchanger effectiveness used for calculation"; + Real epsL_act_partload + "The partial load (75%) latent heat exchanger effectiveness used for calculation"; + Real epsL_act_nominal + "The nominal latent heat exchanger effectiveness used for calculation"; equation - // check if the extrapolation goes too far - assert(v_flow_Sup - 2*v_flow_Exh < 0 or v_flow_Exh - 2*v_flow_Sup < 0, + // check if the air flow is too unbalanced + assert(vSup_flow - 2*vExh_flow < 0 or vExh_flow - 2*vSup_flow < 0, "Unbalanced air flow ratio", level=AssertionLevel.warning); // calculate the average volumetric air flow and flow rate ratio - vRat = (v_flow_Sup + v_flow_Exh)/2/v_flow_sup_nominal; + vRat = (vSup_flow + vExh_flow)/2/vSup_flow_nominal; // check if the extrapolation goes too far assert(vRat > 0.5 and vRat < 1.3, "Operating flow rate outside full accuracy range", level=AssertionLevel.warning); + + epsS_act_partload = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsS_cool_partload, epsS_heat_partload, 1e-5); + epsS_act_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsS_cool_nominal, epsS_heat_nominal, 1e-5); + epsL_act_partload = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsL_cool_partload, epsL_heat_partload, 1e-5); + epsL_act_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsL_cool_nominal, epsL_heat_nominal, 1e-5); + // calculate effectiveness + epsS = y*(epsS_act_partload + (epsS_act_nominal - epsS_act_partload)*( + vRat-0.75)/0.25); + epsL = y*(epsL_act_partload + (epsL_act_nominal - epsL_act_partload)*( + vRat-0.75)/0.25); + assert(epsS > 0 and epsS < 1, + "Insensed value for the sensible heat exchanger effectivenes", + level=AssertionLevel.error); + assert(epsL > 0 and epsL < 1, + "Insensed value for the latent heat exchanger effectivenes", + level=AssertionLevel.error); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text( extent={{-54,28},{50,-40}}, textColor={28,108,200}, diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo index 6c7a88e12a8..3d09764212a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo @@ -10,7 +10,7 @@ model EffectivenessCalculation epsL_heat_nominal=0.6, epsS_heat_partload=0.6, epsL_heat_partload=0.5, - v_flow_sup_nominal=1) "Effectiveness calculator" + vSup_flow_nominal=1) "Effectiveness calculator" annotation (Placement(transformation(extent={{-12,-10},{8,10}}))); Modelica.Blocks.Sources.Ramp y( height=0.7, @@ -49,9 +49,9 @@ equation 4},{-14,4}}, color={0,0,127})); connect(TExh.y, epsCal.TExh) annotation (Line(points={{-59,0},{-14,0}}, color={0,0,127})); - connect(vSup.y, epsCal.v_flow_Sup) annotation (Line(points={{-59,-40},{-24, + connect(vSup.y, epsCal.vSup_flow) annotation (Line(points={{-59,-40},{-24, -40},{-24,-4},{-14,-4}}, color={0,0,127})); - connect(vExh.y, epsCal.v_flow_Exh) annotation (Line(points={{-59,-80},{-20, + connect(vExh.y, epsCal.vExh_flow) annotation (Line(points={{-59,-80},{-20, -80},{-20,-8},{-14,-8}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( coordinateSystem(preserveAspectRatio=false)), From 3b4bddb26e114f4187b4b324140aa3fac4b941a3 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Thu, 2 Nov 2023 16:03:06 -0400 Subject: [PATCH 095/196] reimplement the wheels with different controls --- .../HeatExchagerWithInputEffectiveness.mo | 64 ++--- .../{BypDam.mo => WheelWithBypassDamper.mo} | 38 ++- .../{VarSpe.mo => WheelWithVariableSpeed.mo} | 40 +-- .../Examples/package.order | 4 +- .../AirToAirHeatRecovery/Types/package.mo | 8 - .../{Wheel.mo => WheelWithBypassDamper.mo} | 261 +++++++++--------- .../WheelWithVariableSpeed.mo | 220 +++++++++++++++ .../AirToAirHeatRecovery/package.order | 4 +- .../AirToAirHeatRecovery/Examples/BypDam.mos | 6 - .../AirToAirHeatRecovery/Examples/VarSpe.mos | 6 - .../Examples/WheelWithBypassDamper.mos | 6 + .../Examples/WheelWithVariableSpeed.mos | 6 + 12 files changed, 412 insertions(+), 251 deletions(-) rename Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/{BypDam.mo => WheelWithBypassDamper.mo} (82%) rename Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/{VarSpe.mo => WheelWithVariableSpeed.mo} (78%) delete mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo rename Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/{Wheel.mo => WheelWithBypassDamper.mo} (52%) create mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo delete mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos delete mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo index 0757142c752..9b7350da180 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo @@ -2,7 +2,6 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validatio model HeatExchagerWithInputEffectiveness "Test model for the heat exchanger with input effectiveness" extends Modelica.Icons.Example; - package Medium1 = Buildings.Media.Air "Medium of the supply air"; package Medium2 = Buildings.Media.Air @@ -10,21 +9,15 @@ model HeatExchagerWithInputEffectiveness Buildings.Fluid.Sources.Boundary_pT sin_2( redeclare package Medium = Medium2, + p(displayUnit="Pa") = 101325, T=273.15 + 10, - use_p_in=true, nPorts=1) "Sink that represents the ambient environment" - annotation (Placement(transformation(extent={{-58,-10}, - {-38,10}}))); - Modelica.Blocks.Sources.Constant PIn( - k=101325 + 100) - "Pressure of the exhaust air" - annotation (Placement(transformation(extent={{-20,-50},{0,-30}}))); + annotation (Placement(transformation(extent={{-54,-30},{-34,-10}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, - T=273.15 + 5, - use_p_in=true, - use_T_in=true, + p(displayUnit="Pa") = 101325 + 100, + T=566.3, nPorts=1) "Source of the exhaust air" annotation (Placement(transformation(extent={{40,-70}, @@ -34,19 +27,12 @@ model HeatExchagerWithInputEffectiveness duration=60, offset=273.15 + 30, startTime=120) "Temperature of the supply air" - annotation (Placement(transformation(extent={{-100,44},{-80,64}}))); - Modelica.Blocks.Sources.Constant TDb(k=293.15) - "Drybulb temperature of the exhaust air" - annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); - Modelica.Blocks.Sources.Constant POut(k=101325) - "Pressure of the ambient environment" - annotation (Placement(transformation(extent={{-100,0},{-80,20}}))); + annotation (Placement(transformation(extent={{-90,54},{-70,74}}))); Buildings.Fluid.Sources.Boundary_pT sin_1( redeclare package Medium = Medium1, - T=273.15 + 30, + T(displayUnit="K") = 273.15 + 30, X={0.012,1 - 0.012}, - use_p_in=true, - p=300000, + p(displayUnit="Pa") = 1E5 - 110, nPorts=1) "Sink of the supply air" annotation (Placement(transformation(extent={{84,2},{ @@ -59,12 +45,7 @@ model HeatExchagerWithInputEffectiveness p=100000, nPorts=1) "Source of the supply air" - annotation (Placement(transformation(extent={{-60,40}, - {-40,60}}))); - Modelica.Blocks.Sources.Constant PSin_1( - k=1E5 - 110) - "Pressure of the exhaust air" - annotation (Placement(transformation(extent={{40,60},{60,80}}))); + annotation (Placement(transformation(extent={{-48,50},{-28,70}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -83,45 +64,34 @@ model HeatExchagerWithInputEffectiveness offset=0.7, startTime=120) "Sensible heat exchanger effectiveness" - annotation (Placement(transformation(extent={{20,60},{0,80}}))); + annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); Modelica.Blocks.Sources.Ramp epsL( height=0.1, duration=60, offset=0.7, startTime=60) "Latent heat exchanger effectiveness" - annotation (Placement(transformation(extent={{-60,-60},{-40,-40}}))); + annotation (Placement(transformation(extent={{-90,-50},{-70,-30}}))); equation - connect(PIn.y,sou_2. p_in) annotation (Line( - points={{1,-40},{20,-40},{20,-52},{38,-52}}, - color={0,0,127})); - connect(TDb.y, sou_2.T_in) annotation (Line(points={{1,-80},{20,-80},{20,-56}, - {38,-56}}, color={0,0,127})); connect(TSup.y, sou_1.T_in) - annotation (Line(points={{-79,54},{-62,54}}, color={0,0,127})); - connect(PSin_1.y, sin_1.p_in) annotation (Line(points={{61,70},{90,70},{90,20}, - {86,20}}, color={0,0,127})); + annotation (Line(points={{-69,64},{-50,64}}, color={0,0,127})); connect(sou_1.ports[1], hex.port_a1) annotation (Line( - points={{-40,50},{0,50},{0,12},{6,12}}, + points={{-28,60},{-2,60},{-2,12},{6,12}}, color={0,127,255})); connect(hex.port_a2, sou_2.ports[1]) annotation (Line( points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, -60}}, color={0,127,255})); - connect(POut.y, sin_2.p_in) annotation (Line( - points={{-79,10},{-68,10},{-68,8},{-60,8}}, - color={0,0,127})); connect(hex.port_b1, sin_1.ports[1]) annotation (Line( points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); connect(hex.port_b2, sin_2.ports[1]) annotation (Line( - points={{6,5.55112e-16},{-18,5.55112e-16},{-18,6.66134e-16},{-38, - 6.66134e-16}}, + points={{6,0},{-26,0},{-26,-20},{-34,-20}}, color={0,127,255})); - connect(epsS.y, hex.epsS) annotation (Line(points={{-1,70},{-24,70},{-24,10}, - {4,10}}, color={0,0,127})); - connect(hex.epsL, epsL.y) annotation (Line(points={{4,2},{-32,2},{-32,-50},{-39, - -50}}, color={0,0,127})); + connect(epsS.y, hex.epsS) annotation (Line(points={{-69,20},{-4,20},{-4,10},{4, + 10}}, color={0,0,127})); + connect(hex.epsL, epsL.y) annotation (Line(points={{4,2},{-62,2},{-62,-40},{-69, + -40}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos" "Simulate and plot"), diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo similarity index 82% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo rename to Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index 0356cdd76c1..f8a47fa0c5b 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples; -model BypDam +model WheelWithBypassDamper "Test model for the air-to-air thermal wheel with bypass dampers" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air @@ -39,7 +39,8 @@ model BypDam Modelica.Blocks.Sources.Constant TExh(k=293.15) "Temperature of exhaust air" annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); - Modelica.Blocks.Sources.Constant POut(k=101325) "Ambient pressure" + Modelica.Blocks.Sources.Constant POut(k=101325) + "Ambient pressure" annotation (Placement(transformation(extent={{-100,-2},{-80,18}}))); Buildings.Fluid.Sources.Boundary_pT sin_1( redeclare package Medium = Medium1, @@ -68,32 +69,26 @@ model BypDam offset=1E5 - 110) "Pressure of the supply air" annotation (Placement(transformation(extent={{40,60},{60,80}}))); - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel whe( + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithBypassDamper whe( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, - m1_flow(start=5), - m2_flow(start=5), m1_flow_nominal=5, m2_flow_nominal=5, dp1_nominal=100, dp2_nominal=100, - show_T=true, - controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass, epsL_cool_nominal=0.7, epsL_cool_partload=0.6, epsL_heat_nominal=0.7, epsL_heat_partload=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); + Modelica.Blocks.Sources.Ramp DamPos( height=1.0, duration=60, offset=0, startTime=60) "Damper position" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); - inner Modelica.Fluid.System system - "Ambient environment" - annotation (Placement(transformation(extent={{-20,60},{0,80}}))); equation connect(PIn.y,sou_2. p_in) annotation (Line( points={{1,-40},{20,-40},{20,-52},{38,-52}}, @@ -109,8 +104,7 @@ equation points={{-40,50},{0,50},{0,12},{6,12}}, color={0,127,255})); connect(whe.port_a2, sou_2.ports[1]) annotation (Line( - points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, - -60}}, + points={{26,0},{32,0},{32,-20},{70,-20},{70,-60},{60,-60}}, color={0,127,255})); connect(POut.y, sin_2.p_in) annotation (Line( points={{-79,8},{-69.5,8},{-69.5,8},{-60,8}}, @@ -119,19 +113,18 @@ equation points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); connect(whe.port_b2, sin_2.ports[1]) annotation (Line( - points={{6,5.55112e-16},{-18,5.55112e-16},{-18,6.66134e-16},{-38, - 6.66134e-16}}, + points={{6,0},{-18,0},{-18,6.66134e-16},{-38,6.66134e-16}}, color={0,127,255})); - connect(DamPos.y, whe.yBypDam) annotation (Line(points={{-59,-30},{-26,-30},{ - -26,4},{4,4}}, color={0,0,127})); + connect(DamPos.y, whe.yBypDam) annotation (Line(points={{-59,-30},{-26,-30},{-26, + 6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), -__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos" +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos" "Simulate and plot"), Documentation(info="

                                                  Example for using the block - -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel. + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithBypassDamper.

                                                  The input signals are configured as follows:

                                                  @@ -140,7 +133,10 @@ The input signals are configured as follows:

                                                  On the other hand, the temperature of the exhaust air is constant;
                                                  -
                                                • The bypass damper position, DamPos, changes from 0 to 1 during the period from 60s to 120s; +
                                                • The wheel speed, WheSpe, changes from 0.7 to 1 during the period from 60s to 120s; +
                                                +
                                                  +
                                                • The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s during the period from 240s to 300s;
                                                Note: This problem may fails to translate in Dymola 2012 due to an error in Dymola's support of stream connector. @@ -152,4 +148,4 @@ First implementation
                                              ")); -end BypDam; +end WheelWithBypassDamper; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo similarity index 78% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo rename to Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index 791cb323559..f5ec24379a2 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples; -model VarSpe +model WheelWithVariableSpeed "Test model for the air-to-air thermal wheel with a variable speed" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air @@ -68,22 +68,18 @@ model VarSpe offset=1E5 - 110) "Pressure of the supply air" annotation (Placement(transformation(extent={{40,60},{60,80}}))); - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel whe( + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithVariableSpeed + whe( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, - m1_flow(start=5), - m2_flow(start=5), m1_flow_nominal=5, m2_flow_nominal=5, dp1_nominal=100, dp2_nominal=100, - show_T=true, - controlType=Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.VariableSpeed, epsL_cool_nominal=0.7, epsL_cool_partload=0.6, epsL_heat_nominal=0.7, - epsL_heat_partload=0.6) - "Wheel" + epsL_heat_partload=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); Modelica.Blocks.Sources.Ramp WheSpe( height=0.1, @@ -92,9 +88,6 @@ model VarSpe startTime=60) "Wheel speed" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); - inner Modelica.Fluid.System system - "Ambient environment" - annotation (Placement(transformation(extent={{-20,60},{0,80}}))); equation connect(PIn.y,sou_2. p_in) annotation (Line( points={{1,-40},{20,-40},{20,-52},{38,-52}}, @@ -123,29 +116,20 @@ equation points={{6,5.55112e-16},{-18,5.55112e-16},{-18,6.66134e-16},{-38, 6.66134e-16}}, color={0,127,255})); - connect(WheSpe.y, whe.yWheSpe) annotation (Line(points={{-59,-30},{-30,-30},{ - -30,10},{4,10}}, color={0,0,127})); + connect(WheSpe.y, whe.wheSpe) annotation (Line(points={{-59,-30},{-28,-30},{-28, + 6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), -__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos" +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos" "Simulate and plot"), Documentation(info="

                                              Example for using the block - -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Wheel. + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithVariableSpeed.

                                              -The input signals are configured as follows:

                                              -
                                                -
                                              • The temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60s to 120s. -On the other hand, the temperature of the exhaust air is constant; -
                                              -
                                                -
                                              • The wheel speed, WheSpe, changes from 0.7 to 1 during the period from 60s to 120s; -
                                              -
                                                -
                                              • The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s during the period from 240s to 300s; -
                                              +The test condition is the same as +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper

                                              Note: This problem may fails to translate in Dymola 2012 due to an error in Dymola's support of stream connector. ", revisions=" @@ -156,4 +140,4 @@ First implementation
                                            ")); -end VarSpe; +end WheelWithVariableSpeed; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order index fc44ea6bcab..b5b24b3ec78 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.order @@ -1,2 +1,2 @@ -BypDam -VarSpe +WheelWithBypassDamper +WheelWithVariableSpeed diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo deleted file mode 100644 index 345e2527aa8..00000000000 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.mo +++ /dev/null @@ -1,8 +0,0 @@ -within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; -package Types "Library of types with choices of how the heat recovery devices are controlled" - extends Modelica.Icons.TypesPackage; - -annotation (Documentation(info=" -This package contains type definitions for the heat recovery devices. -")); -end Types; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo similarity index 52% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo rename to Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 2822fb35d9a..3d754d56ef2 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Wheel.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -1,23 +1,22 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; -model Wheel "Sensible and latent air-to-air heat recovery wheels" - extends Buildings.Fluid.Interfaces.PartialFourPortInterface( - redeclare replaceable package Medium1 = - Modelica.Media.Interfaces.PartialCondensingGases, - redeclare replaceable package Medium2 = - Modelica.Media.Interfaces.PartialCondensingGases); - extends Buildings.Fluid.Interfaces.FourPortFlowResistanceParameters( - final computeFlowResistance1=true, - final computeFlowResistance2=true, - final from_dp1=false, - final from_dp2=false); - - parameter Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType controlType= - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass - "Type of controller"; - parameter Real P_nominal(unit="W") = 1000 +model WheelWithBypassDamper + "Sensible and latent air-to-air heat recovery wheel with bypass dampers" + replaceable package Medium1 = + Modelica.Media.Interfaces.PartialCondensingGases + "Medium of the supply air stream"; + replaceable package Medium2 = + Modelica.Media.Interfaces.PartialCondensingGases + "Medium of the exhaust air stream"; + parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal + "Air flow rate of the supply air stream"; + parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal + "Air flow rate of the exhaust air stream"; + parameter Modelica.Units.SI.PressureDifference dp1_nominal + "Nominal pressure drop of the supply air stream"; + parameter Modelica.Units.SI.PressureDifference dp2_nominal + "Nominal pressure drop of the exhaust air stream"; + parameter Real P_nominal(final unit="W") = 1000 "Power at design condition"; - parameter Real k(final min=0) = 1 - "Gain of controller"; parameter Modelica.Units.SI.Efficiency epsS_cool_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsL_cool_nominal(final max=1) = 0.8 @@ -35,16 +34,21 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" parameter Modelica.Units.SI.Efficiency epsL_heat_partload(final max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; + Modelica.Blocks.Interfaces.RealInput yBypDam(final unit="1") + "Bypass damper position" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + Modelica.Blocks.Interfaces.RealOutput P + "Electric power consumed by the wheel" + annotation (Placement(transformation(extent={{100,-10},{120,10}}))); + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, - final allowFlowReversal1=allowFlowReversal1, - final allowFlowReversal2=allowFlowReversal2, final m1_flow_nominal=m1_flow_nominal, final m2_flow_nominal=m2_flow_nominal, - final show_T = true, + final show_T=true, final dp1_nominal=0, - final dp2_nominal=dp2_nominal) + final dp2_nominal=0) "Heat exchanger" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation @@ -57,204 +61,199 @@ model Wheel "Sensible and latent air-to-air heat recovery wheels" final epsL_heat_nominal=epsL_heat_nominal, final epsS_heat_partload=epsS_heat_partload, final epsL_heat_partload=epsL_heat_partload, - final v_flow_sup_nominal=m1_flow_nominal/1.293) + final vSup_flow_nominal=m1_flow_nominal/1.293) "Calculates the effectiveness of heat exchanges" - annotation (Placement(transformation(extent={{40,20},{20,40}}))); - Modelica.Blocks.Interfaces.RealInput yWheSpe(unit="1") if not with_BypDam - "Wheel speed ratio" - annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); - Modelica.Blocks.Interfaces.RealInput yBypDam(unit="1") if with_BypDam - "Bypass damper position" - annotation (Placement(transformation(extent={{-140,-40},{-100,0}}))); - Modelica.Blocks.Interfaces.RealOutput P - "Electric power consumed by the wheel" - annotation (Placement(transformation(extent={{100,-10},{120,10}}))); - Modelica.Fluid.Sensors.VolumeFlowRate v_flow_Exh( + annotation (Placement(transformation(extent={{-54,100},{-34,120}}))); + Buildings.Fluid.Sensors.VolumeFlowRate senExhFlow( redeclare package Medium = Medium2, - final allowFlowReversal=allowFlowReversal2) - "Bypass damper position" + final m_flow_nominal=m2_flow_nominal) + "Damper in the exhaust air stream" annotation (Placement(transformation(extent={{34,-14},{20,2}}))); - Modelica.Fluid.Sensors.VolumeFlowRate v_flow_Sup( - redeclare package Medium = Medium1, - final allowFlowReversal=allowFlowReversal1) - "Bypass damper position" - annotation (Placement(transformation(extent={{-56,-2},{-42,14}}))); + Buildings.Fluid.Sensors.VolumeFlowRate senSupFlow( + redeclare package Medium =Medium1, + final m_flow_nominal=m1_flow_nominal) + "Flow sensor in the supply air stream" + annotation (Placement(transformation(extent={{-46,12},{-32,28}}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( redeclare package Medium = Medium1, - final allowFlowReversal=allowFlowReversal1, final m_flow_nominal=m1_flow_nominal, final dpDamper_nominal=dp1_nominal) "Bypass damper in the supply air stream" - annotation (Placement(transformation(extent={{-10,50},{10,70}}))); + annotation (Placement(transformation(extent={{36,50},{56,70}}))); Buildings.Fluid.Actuators.Dampers.Exponential damSup( redeclare package Medium = Medium1, - final allowFlowReversal=allowFlowReversal1, final m_flow_nominal=m1_flow_nominal, final dpDamper_nominal=dp1_nominal) "Damper in the supply air stream" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=-90, - origin={-70,22}))); + origin={-70,40}))); Buildings.Fluid.Actuators.Dampers.Exponential damExh( redeclare package Medium = Medium2, - final allowFlowReversal=allowFlowReversal2, final m_flow_nominal=m2_flow_nominal, final dpDamper_nominal=dp2_nominal) "Damper in the exhaust air stream" annotation (Placement(transformation( extent={{10,10},{-10,-10}}, rotation=-90, - origin={66,-38}))); + origin={60,-40}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamExh( redeclare package Medium = Medium2, - final allowFlowReversal=allowFlowReversal2, final m_flow_nominal=m2_flow_nominal, final dpDamper_nominal=dp2_nominal) "Bypass damper in the exhaust air stream" annotation (Placement(transformation(extent={{10,-70},{-10,-50}}))); - Modelica.Blocks.Sources.RealExpression TSup(final y=Medium1.temperature( + Modelica.Blocks.Sources.RealExpression TSup( + final y=Medium1.temperature( Medium1.setState_phX( p=port_a1.p, h=inStream(port_a1.h_outflow), X=inStream(port_a1.Xi_outflow)))) "Temperature of the supply air" - annotation (Placement(transformation(extent={{92,30},{72,50}}))); - Modelica.Blocks.Sources.RealExpression TExh(final y=Medium2.temperature( + annotation (Placement(transformation(extent={{-98,92},{-78,112}}))); + Modelica.Blocks.Sources.RealExpression TExh( + final y=Medium2.temperature( Medium2.setState_phX( p=port_a2.p, h=inStream(port_a2.h_outflow), X=inStream(port_a2.Xi_outflow)))) "Temperature of the exhaust air" - annotation (Placement(transformation(extent={{92,10},{72,30}}))); - Modelica.Blocks.Sources.Constant zer(final k=0) - "Zero signal" - annotation (Placement(transformation(extent={{-78,84},{-64,98}}))); - Modelica.Blocks.Sources.Constant uni(final k=1) - "Unity signal" - annotation (Placement(transformation(extent={{-76,-88},{-62,-74}}))); - Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal*effCal.y) + annotation (Placement(transformation(extent={{-98,70},{-78,90}}))); + Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal) "Electrical power consumption" annotation (Placement(transformation(extent={{70,-10},{90,10}}))); - Modelica.Blocks.Math.Add add(k2=-1) + Modelica.Fluid.Interfaces.FluidPort_a port_a1( + redeclare final package Medium = Medium1) + "Fluid connector a1 (positive design flow direction is from port_a1 to port_b1)" + annotation (Placement(transformation(extent={{-110,50},{-90,70}}))); + Modelica.Fluid.Interfaces.FluidPort_b port_b2( + redeclare final package Medium = Medium2) + "Fluid connector b2 (positive design flow direction is from port_a2 to port_b2)" + annotation (Placement(transformation(extent={{-90,-70},{-110,-50}}))); + Modelica.Fluid.Interfaces.FluidPort_b port_b1( + redeclare final package Medium = Medium1) + "Fluid connector b1 (positive design flow direction is from port_a1 to port_b1)" + annotation (Placement(transformation(extent={{110,50},{90,70}}))); + Modelica.Fluid.Interfaces.FluidPort_a port_a2( + redeclare final package Medium = Medium2) + "Fluid connector a2 (positive design flow direction is from port_a2 to port_b2)" + annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); + Modelica.Blocks.Sources.Constant uni(final k=1) + "Unity signal" + annotation (Placement(transformation(extent={{-88,120},{-74,134}}))); + Modelica.Blocks.Math.Add add(final k2=-1) "Adder" - annotation (Placement(transformation(extent={{-64,-46},{-48,-30}}))); -protected - parameter Boolean with_BypDam = controlType == Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType.Bypass - "Boolean flag to enable the bypass control" - annotation(Evaluate=true, HideResult=true); - + annotation (Placement(transformation(extent={{-6,100},{10,116}}))); equation - connect(effCal.epsS, hex.epsS) annotation (Line(points={{19,34},{-22,34},{-22, - 4},{-12,4}}, color={0,0,127})); - connect(effCal.epsL, hex.epsL) annotation (Line(points={{19,26},{-18,26},{-18, - -4},{-12,-4}}, color={0,0,127})); - if with_BypDam then - connect(bypDamExh.y, yBypDam) - annotation (Line(points={{0,-48},{0,-20},{-120,-20}}, color={0,0,127})); - connect(bypDamSup.y, yBypDam) annotation (Line(points={{0,72},{0,80},{-80,80}, - {-80,-20},{-120,-20}}, color={0,0,127})); - connect(uni.y, effCal.y) annotation (Line(points={{-61.3,-81},{56,-81},{56,38}, - {42,38}}, color={0,0,127})); - connect(add.u2, yBypDam) annotation (Line(points={{-65.6,-42.8},{-92,-42.8},{-92, - -20},{-120,-20}}, color={0,0,127})); - else - connect(effCal.y, yWheSpe) annotation (Line(points={{42,38},{56,38},{56,52}, - {-72,52},{-72,40},{-120,40}}, color={0,0,127})); - connect(bypDamExh.y, zer.y) annotation (Line(points={{0,-48},{0,-32},{-34,-32}, - {-34,91},{-63.3,91}}, color={0,0,127})); - connect(add.u2, zer.y) annotation (Line(points={{-65.6,-42.8},{-80,-42.8},{-80, - -24},{-34,-24},{-34,91},{-63.3,91}}, color={0,0,127})); - connect(zer.y, bypDamSup.y) - annotation (Line(points={{-63.3,91},{0,91},{0,72}}, color={0,0,127})); - end if; - connect(TSup.y, effCal.TSup) annotation (Line(points={{71,40},{66,40},{66,34}, - {42,34}}, color={0,0,127})); - connect(TExh.y, effCal.TExh) annotation (Line(points={{71,20},{66,20},{66,30}, - {42,30}}, color={0,0,127})); - connect(v_flow_Exh.port_b, hex.port_a2) + connect(senExhFlow.port_b, hex.port_a2) annotation (Line(points={{20,-6},{10,-6}}, color={0,127,255})); - connect(v_flow_Exh.V_flow, effCal.v_flow_Exh) annotation (Line(points={{27,2.8}, - {27,10},{46,10},{46,22},{42,22}}, color={0,0,127})); - connect(hex.port_a1, v_flow_Sup.port_b) - annotation (Line(points={{-10,6},{-42,6}}, color={0,127,255})); - connect(v_flow_Sup.V_flow, effCal.v_flow_Sup) annotation (Line(points={{-49, - 14.8},{-49,18},{50,18},{50,26},{42,26}}, color={0,0,127})); + connect(hex.port_a1, senSupFlow.port_b) annotation (Line(points={{-10,6},{-20, + 6},{-20,20},{-32,20}}, color={0,127,255})); connect(bypDamSup.port_a, port_a1) - annotation (Line(points={{-10,60},{-100,60}}, color={0,127,255})); + annotation (Line(points={{36,60},{-100,60}}, color={0,127,255})); connect(bypDamSup.port_b, port_b1) - annotation (Line(points={{10,60},{100,60}}, color={0,127,255})); + annotation (Line(points={{56,60},{100,60}}, color={0,127,255})); connect(bypDamExh.port_a, port_a2) annotation (Line(points={{10,-60},{100,-60}}, color={0,127,255})); connect(bypDamExh.port_b, port_b2) annotation (Line(points={{-10,-60},{-100,-60}}, color={0,127,255})); - connect(hex.port_b1, port_b1) annotation (Line(points={{10,6},{62,6},{62,60},{ + connect(hex.port_b1, port_b1) annotation (Line(points={{10,6},{66,6},{66,60},{ 100,60}}, color={0,127,255})); - connect(hex.port_b2, port_b2) annotation (Line(points={{-10,-6},{-28,-6},{-28, + connect(hex.port_b2, port_b2) annotation (Line(points={{-10,-6},{-44,-6},{-44, -60},{-100,-60}}, color={0,127,255})); connect(PEle.y, P) - annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); - connect(v_flow_Sup.port_a, damSup.port_b) - annotation (Line(points={{-56,6},{-70,6},{-70,12}}, color={0,127,255})); + annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); + connect(senSupFlow.port_a, damSup.port_b) + annotation (Line(points={{-46,20},{-70,20},{-70,30}}, color={0,127,255})); connect(damSup.port_a, port_a1) - annotation (Line(points={{-70,32},{-70,60},{-100,60}}, color={0,127,255})); - connect(v_flow_Exh.port_a, damExh.port_b) - annotation (Line(points={{34,-6},{66,-6},{66,-28}}, color={0,127,255})); + annotation (Line(points={{-70,50},{-70,60},{-100,60}}, color={0,127,255})); + connect(senExhFlow.port_a, damExh.port_b) + annotation (Line(points={{34,-6},{60,-6},{60,-30}}, color={0,127,255})); connect(damExh.port_a, port_a2) - annotation (Line(points={{66,-48},{66,-60},{100,-60}}, color={0,127,255})); - connect(add.u1, uni.y) annotation (Line(points={{-65.6,-33.2},{-72,-33.2},{-72, - -68},{-48,-68},{-48,-81},{-61.3,-81}}, color={0,0,127})); - connect(add.y, damExh.y) - annotation (Line(points={{-47.2,-38},{54,-38}}, color={0,0,127})); - connect(damSup.y, add.y) annotation (Line(points={{-58,22},{-38,22},{-38,-38}, - {-47.2,-38}}, color={0,0,127})); + annotation (Line(points={{60,-50},{60,-60},{100,-60}}, color={0,127,255})); + connect(TSup.y, effCal.TSup) + annotation (Line(points={{-77,102},{-70,102},{-70,114},{-56,114}}, + color={0,0,127})); + connect(effCal.TExh, TExh.y) annotation (Line(points={{-56,110},{-68,110},{-68, + 80},{-77,80}}, color={0,0,127})); + connect(senSupFlow.V_flow, effCal.vSup_flow) annotation (Line(points={{-39,28.8}, + {-39,90},{-62,90},{-62,106},{-56,106}}, color={0,0,127})); + connect(senExhFlow.V_flow, effCal.vExh_flow) annotation (Line(points={{27,2.8}, + {26,2.8},{26,64},{-36,64},{-36,96},{-60,96},{-60,102},{-56,102}}, + color={0,0,127})); + connect(effCal.epsS, hex.epsS) annotation (Line(points={{-33,114},{-26,114},{-26, + 4},{-12,4}}, color={0,0,127})); + connect(effCal.epsL, hex.epsL) annotation (Line(points={{-33,106},{-30,106},{-30, + -4},{-12,-4}}, color={0,0,127})); + connect(bypDamSup.y, yBypDam) annotation (Line(points={{46,72},{46,80},{-52,80}, + {-52,0},{-120,0}}, color={0,0,127})); + connect(bypDamExh.y, yBypDam) annotation (Line(points={{0,-48},{0,-24},{-52,-24}, + {-52,0},{-120,0}}, color={0,0,127})); + connect(uni.y, effCal.y) annotation (Line(points={{-73.3,127},{-62,127},{-62,118}, + {-56,118}}, color={0,0,127})); + connect(add.u1, uni.y) annotation (Line(points={{-7.6,112.8},{-20,112.8},{-20, + 127},{-73.3,127}}, color={0,0,127})); + connect(add.u2, yBypDam) annotation (Line(points={{-7.6,103.2},{-20,103.2},{-20, + 80},{-52,80},{-52,0},{-120,0}}, color={0,0,127})); + connect(add.y, damSup.y) annotation (Line(points={{10.8,108},{20,108},{20,40}, + {-58,40}}, color={0,0,127})); + connect(damExh.y, add.y) annotation (Line(points={{48,-40},{14,-40},{14,40},{20, + 40},{20,108},{10.8,108}}, color={0,0,127})); annotation ( defaultComponentName="whe", - Icon(coordinateSystem(preserveAspectRatio=false), graphics={ + Icon(coordinateSystem(extent={{-100,-100},{100, + 100}}), graphics={ Rectangle( - extent={{-92,-55},{-40,-64}}, + extent={{-92,-55},{-34,-64}}, lineColor={0,0,255}, pattern=LinePattern.None, fillColor={0,0,0}, fillPattern=FillPattern.Solid), Rectangle( - extent={{-94,65},{-40,56}}, + extent={{-94,65},{-34,56}}, lineColor={0,0,255}, pattern=LinePattern.None, fillColor={0,0,0}, fillPattern=FillPattern.Solid), - Line(points={{-30,110},{36,110}}, color={28,108,200}), - Ellipse(extent={{0,100},{36,-100}}, lineColor={28,108,200}), + Ellipse(extent={{6,88},{38,-90}}, lineColor={28,108,200}), Polygon( points={{0,100},{0,100}}, lineColor={28,108,200}, fillColor={255,255,255}, fillPattern=FillPattern.None), Rectangle( - extent={{-4,100},{20,-100}}, + extent={{-2,88},{22,-98}}, fillColor={255,255,255}, fillPattern=FillPattern.Solid, pattern=LinePattern.None), Ellipse( - extent={{-44,100},{-8,-100}}, + extent={{-38,88},{-4,-90}}, lineColor={28,108,200}, fillColor={28,108,200}, fillPattern=FillPattern.Solid), - Line(points={{-24,-100},{20,-100}}, color={28,108,200}), - Line(points={{-26,100},{18,100}}, color={28,108,200}), + Line(points={{-22,-90},{22,-90}}, color={28,108,200}), + Line(points={{-20,88},{24,88}}, color={28,108,200}), Rectangle( - extent={{32,64},{94,56}}, + extent={{34,64},{94,56}}, lineColor={0,0,255}, pattern=LinePattern.None, fillColor={0,0,0}, fillPattern=FillPattern.Solid), Rectangle( - extent={{32,-56},{94,-64}}, + extent={{36,-56},{94,-64}}, lineColor={0,0,255}, pattern=LinePattern.None, fillColor={0,0,0}, - fillPattern=FillPattern.Solid)}), Diagram( - coordinateSystem(preserveAspectRatio=false)), + fillPattern=FillPattern.Solid), + Text( + extent={{-149,-108},{151,-148}}, + textColor={0,0,255}, + textString="%name"), + Line(points={{-58,62},{-58,96},{64,96},{64,64}}, color={28,108,200}), + Line(points={{-58,-62},{-58,-96},{64,-96},{64,-64}}, color={28,108,200})}), + Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,140}})), Documentation(info=" Model for a generic, sensible and latent air-to-air heat recovery wheel, that consists of a heat exchanger and primary/secondary airflow bypass dampers. @@ -281,4 +280,4 @@ First implementation
                                          ")); -end Wheel; +end WheelWithBypassDamper; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo new file mode 100644 index 00000000000..78c25baecb3 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -0,0 +1,220 @@ +within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; +model WheelWithVariableSpeed + "Sensible and latent air-to-air heat recovery wheel with a variable speed drive" + replaceable package Medium1 = + Modelica.Media.Interfaces.PartialCondensingGases + "Medium of the supply air stream"; + replaceable package Medium2 = + Modelica.Media.Interfaces.PartialCondensingGases + "Medium of the exhaust air stream"; + parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal + "Air flow rate of the supply air stream"; + parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal + "Air flow rate of the exhaust air stream"; + parameter Modelica.Units.SI.PressureDifference dp1_nominal + "Nominal pressure drop of the supply air stream"; + parameter Modelica.Units.SI.PressureDifference dp2_nominal + "Nominal pressure drop of the exhaust air stream"; + parameter Real P_nominal(final unit="W") = 1000 + "Power at design condition"; + parameter Modelica.Units.SI.Efficiency epsS_cool_nominal(final max=1) = 0.8 + "Nominal sensible heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsL_cool_nominal(final max=1) = 0.8 + "Nominal latent heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsS_cool_partload(final max=1) = 0.75 + "Partial load (75%) sensible heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsL_cool_partload(final max=1) = 0.75 + "Partial load (75%) latent heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsS_heat_nominal(final max=1) = 0.8 + "Nominal sensible heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsL_heat_nominal(final max=1) = 0.8 + "Nominal latent heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsS_heat_partload(final max=1) = 0.75 + "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsL_heat_partload(final max=1) = 0.75 + "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; + + Modelica.Blocks.Interfaces.RealInput wheSpe(final unit="1") + "Bypass damper position" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + Modelica.Blocks.Interfaces.RealOutput P + "Electric power consumed by the wheel" + annotation (Placement(transformation(extent={{100,-10},{120,10}}))); + + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness hex( + redeclare package Medium1 = Medium1, + redeclare package Medium2 = Medium2, + final m1_flow_nominal=m1_flow_nominal, + final m2_flow_nominal=m2_flow_nominal, + final show_T = true, + final dp1_nominal=dp1_nominal, + final dp2_nominal=dp2_nominal) + "Heat exchanger" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation + effCal( + final epsS_cool_nominal=epsS_cool_nominal, + final epsL_cool_nominal=epsL_cool_nominal, + final epsS_cool_partload=epsS_cool_partload, + final epsL_cool_partload=epsL_cool_partload, + final epsS_heat_nominal=epsS_heat_nominal, + final epsL_heat_nominal=epsL_heat_nominal, + final epsS_heat_partload=epsS_heat_partload, + final epsL_heat_partload=epsL_heat_partload, + final vSup_flow_nominal=m1_flow_nominal/1.293) + "Calculates the effectiveness of heat exchanges" + annotation (Placement(transformation(extent={{-54,100},{-34,120}}))); + Buildings.Fluid.Sensors.VolumeFlowRate senExhFlow( + redeclare package Medium = Medium2, + final m_flow_nominal=m2_flow_nominal) + "Damper in the exhaust air stream" + annotation (Placement(transformation(extent={{34,-14},{20,2}}))); + Buildings.Fluid.Sensors.VolumeFlowRate senSupFlow( + redeclare package Medium =Medium1, + final m_flow_nominal=m1_flow_nominal) + "Flow sensor in the supply air stream" + annotation (Placement(transformation(extent={{-46,12},{-32,28}}))); + Modelica.Blocks.Sources.RealExpression TSup(final y=Medium1.temperature( + Medium1.setState_phX( + p=port_a1.p, + h=inStream(port_a1.h_outflow), + X=inStream(port_a1.Xi_outflow)))) + "Temperature of the supply air" + annotation (Placement(transformation(extent={{-98,92},{-78,112}}))); + Modelica.Blocks.Sources.RealExpression TExh(final y=Medium2.temperature( + Medium2.setState_phX( + p=port_a2.p, + h=inStream(port_a2.h_outflow), + X=inStream(port_a2.Xi_outflow)))) + "Temperature of the exhaust air" + annotation (Placement(transformation(extent={{-98,70},{-78,90}}))); + Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal) + "Electrical power consumption" + annotation (Placement(transformation(extent={{70,-10},{90,10}}))); + Modelica.Fluid.Interfaces.FluidPort_a port_a1( + redeclare final package Medium = Medium1) + "Fluid connector a1 (positive design flow direction is from port_a1 to port_b1)" + annotation (Placement(transformation(extent={{-110,50},{-90,70}}))); + Modelica.Fluid.Interfaces.FluidPort_b port_b2( + redeclare final package Medium = Medium2) + "Fluid connector b2 (positive design flow direction is from port_a2 to port_b2)" + annotation (Placement(transformation(extent={{-90,-70},{-110,-50}}))); + Modelica.Fluid.Interfaces.FluidPort_b port_b1( + redeclare final package Medium = Medium1) + "Fluid connector b1 (positive design flow direction is from port_a1 to port_b1)" + annotation (Placement(transformation(extent={{110,50},{90,70}}))); + Modelica.Fluid.Interfaces.FluidPort_a port_a2( + redeclare final package Medium = Medium2) + "Fluid connector a2 (positive design flow direction is from port_a2 to port_b2)" + annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); +equation + + connect(senExhFlow.port_b, hex.port_a2) + annotation (Line(points={{20,-6},{10,-6}}, color={0,127,255})); + connect(hex.port_a1, senSupFlow.port_b) annotation (Line(points={{-10,6},{-20, + 6},{-20,20},{-32,20}}, color={0,127,255})); + connect(hex.port_b1, port_b1) annotation (Line(points={{10,6},{66,6},{66,60},{ + 100,60}}, color={0,127,255})); + connect(hex.port_b2, port_b2) annotation (Line(points={{-10,-6},{-44,-6},{-44, + -60},{-100,-60}}, color={0,127,255})); + connect(PEle.y, P) + annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); + connect(TSup.y, effCal.TSup) + annotation (Line(points={{-77,102},{-70,102},{-70,114},{-56,114}}, + color={0,0,127})); + connect(effCal.TExh, TExh.y) annotation (Line(points={{-56,110},{-68,110},{-68, + 80},{-77,80}}, color={0,0,127})); + connect(senSupFlow.V_flow, effCal.vSup_flow) annotation (Line(points={{-39,28.8}, + {-39,90},{-62,90},{-62,106},{-56,106}}, color={0,0,127})); + connect(senExhFlow.V_flow, effCal.vExh_flow) annotation (Line(points={{27,2.8}, + {26,2.8},{26,64},{-36,64},{-36,96},{-60,96},{-60,102},{-56,102}}, + color={0,0,127})); + connect(effCal.epsS, hex.epsS) annotation (Line(points={{-33,114},{-26,114},{-26, + 4},{-12,4}}, color={0,0,127})); + connect(effCal.epsL, hex.epsL) annotation (Line(points={{-33,106},{-30,106},{-30, + -4},{-12,-4}}, color={0,0,127})); + connect(senExhFlow.port_a, port_a2) annotation (Line(points={{34,-6},{64,-6},{ + 64,-60},{100,-60}}, color={0,127,255})); + connect(senSupFlow.port_a, port_a1) annotation (Line(points={{-46,20},{-60,20}, + {-60,60},{-100,60}}, color={0,127,255})); + connect(effCal.y, wheSpe) annotation (Line(points={{-56,118},{-74,118},{-74,0}, + {-120,0}}, color={0,0,127})); + annotation ( + defaultComponentName="whe", + Icon(coordinateSystem(extent={{-100,-100},{100, + 100}}), graphics={ + Rectangle( + extent={{-92,-55},{-34,-64}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{-94,65},{-34,56}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Ellipse(extent={{6,88},{38,-90}}, lineColor={28,108,200}), + Polygon( + points={{0,100},{0,100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None), + Rectangle( + extent={{-2,88},{22,-98}}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid, + pattern=LinePattern.None), + Ellipse( + extent={{-38,88},{-4,-90}}, + lineColor={28,108,200}, + fillColor={28,108,200}, + fillPattern=FillPattern.Solid), + Line(points={{-22,-90},{22,-90}}, color={28,108,200}), + Line(points={{-20,88},{24,88}}, color={28,108,200}), + Rectangle( + extent={{34,64},{94,56}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{36,-56},{94,-64}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Text( + extent={{-149,-108},{151,-148}}, + textColor={0,0,255}, + textString="%name")}), + Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,140}})), + Documentation(info=" +Model for a generic, sensible and latent air-to-air heat recovery wheel, that consists of +a heat exchanger and primary/secondary airflow bypass dampers. + +The input requires no geometric data. Performance is defined by specifying sensible and/or latent effectiveness +at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions +For details, refer to + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. + +The operation of the heat recovery wheel is adjustable through wheel speed modulation or bypassing supply air +around the heat exchanger. +The parameter, controlType, can be used to specify either wheel speed modulation or bypassing supply air +is used. +See more in + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType. + +", revisions=" +
                                            +
                                          • +September 29, 2023, by Sen Huang:
                                            +First implementation
                                            +
                                          • +
                                          +")); +end WheelWithVariableSpeed; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order index ce6fe8b4e8d..4ac660ffa7a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order @@ -1,4 +1,4 @@ -Wheel +WheelWithBypassDamper +WheelWithVariableSpeed BaseClasses -Types Examples diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos deleted file mode 100644 index 187b4edc989..00000000000 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/BypDam.mos +++ /dev/null @@ -1,6 +0,0 @@ -simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam", stopTime=360, method="CVode", tolerance=1e-06, resultFile="Wheel"); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.m1_flow", "whe.m2_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.yBypDam"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos deleted file mode 100644 index 397c0701430..00000000000 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/VarSpe.mos +++ /dev/null @@ -1,6 +0,0 @@ -simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe", stopTime=360, method="CVode", tolerance=1e-06, resultFile="Wheel"); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.m1_flow", "whe.m2_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.yWheSpe"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos new file mode 100644 index 00000000000..24412531e70 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos @@ -0,0 +1,6 @@ +simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper", stopTime=360, method="CVode", tolerance=1e-06, resultFile="WheelWithBypassDamper"); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.yBypDam"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos new file mode 100644 index 00000000000..451258bfeba --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos @@ -0,0 +1,6 @@ +simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed", stopTime=360, method="CVode", tolerance=1e-06, resultFile="WheelWithVariableSpeed"); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.wheSpe"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file From d0a6f997b9b0d5a480be38903c5e24a441ec5afb Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Thu, 2 Nov 2023 21:10:50 -0400 Subject: [PATCH 096/196] fixing naming and icon --- .../BaseClasses/EffectivenessCalculation.mo | 36 +++++++++---------- .../WheelWithBypassDamper.mo | 12 +++---- .../WheelWithVariableSpeed.mo | 2 +- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo index dc8ac11fbd7..1408bd339a0 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo @@ -50,38 +50,38 @@ model EffectivenessCalculation annotation (Placement(transformation(extent={{100,-50},{120,-30}}))); protected - Real vRat + Real ratV_flow "Ratio of the average operating volumetric air flow rate to the nominal supply air flow rate"; - Real epsS_act_partload + Real epsS_partload "The partial load (75%) sensible heat exchanger effectiveness used for calculation"; - Real epsS_act_nominal + Real epsS_nominal "The nominal sensible heat exchanger effectiveness used for calculation"; - Real epsL_act_partload + Real epsL_partload "The partial load (75%) latent heat exchanger effectiveness used for calculation"; - Real epsL_act_nominal + Real epsL_nominal "The nominal latent heat exchanger effectiveness used for calculation"; equation - // check if the air flow is too unbalanced + // check if the air flow is too unbalanced. assert(vSup_flow - 2*vExh_flow < 0 or vExh_flow - 2*vSup_flow < 0, "Unbalanced air flow ratio", level=AssertionLevel.warning); - // calculate the average volumetric air flow and flow rate ratio - vRat = (vSup_flow + vExh_flow)/2/vSup_flow_nominal; - // check if the extrapolation goes too far - assert(vRat > 0.5 and vRat < 1.3, + // calculate the average volumetric air flow and flow rate ratio. + ratV_flow = (vSup_flow + vExh_flow)/2/vSup_flow_nominal; + // check if the extrapolation goes too far. + assert(ratV_flow > 0.5 and ratV_flow < 1.3, "Operating flow rate outside full accuracy range", level=AssertionLevel.warning); - epsS_act_partload = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsS_cool_partload, epsS_heat_partload, 1e-5); - epsS_act_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsS_cool_nominal, epsS_heat_nominal, 1e-5); - epsL_act_partload = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsL_cool_partload, epsL_heat_partload, 1e-5); - epsL_act_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsL_cool_nominal, epsL_heat_nominal, 1e-5); + epsS_partload = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsS_cool_partload, epsS_heat_partload, 1e-5); + epsS_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsS_cool_nominal, epsS_heat_nominal, 1e-5); + epsL_partload = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsL_cool_partload, epsL_heat_partload, 1e-5); + epsL_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsL_cool_nominal, epsL_heat_nominal, 1e-5); // calculate effectiveness - epsS = y*(epsS_act_partload + (epsS_act_nominal - epsS_act_partload)*( - vRat-0.75)/0.25); - epsL = y*(epsL_act_partload + (epsL_act_nominal - epsL_act_partload)*( - vRat-0.75)/0.25); + epsS = y*(epsS_partload + (epsS_partload - epsS_partload)*( + ratV_flow-0.75)/0.25); + epsL = y*(epsL_partload + (epsL_nominal - epsL_partload)*( + ratV_flow-0.75)/0.25); assert(epsS > 0 and epsS < 1, "Insensed value for the sensible heat exchanger effectivenes", level=AssertionLevel.error); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 3d754d56ef2..9399d4c0c25 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -11,9 +11,9 @@ model WheelWithBypassDamper "Air flow rate of the supply air stream"; parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal "Air flow rate of the exhaust air stream"; - parameter Modelica.Units.SI.PressureDifference dp1_nominal + parameter Modelica.Units.SI.PressureDifference dp1_nominal = 500 "Nominal pressure drop of the supply air stream"; - parameter Modelica.Units.SI.PressureDifference dp2_nominal + parameter Modelica.Units.SI.PressureDifference dp2_nominal = 500 "Nominal pressure drop of the exhaust air stream"; parameter Real P_nominal(final unit="W") = 1000 "Power at design condition"; @@ -233,7 +233,7 @@ equation fillColor={28,108,200}, fillPattern=FillPattern.Solid), Line(points={{-22,-90},{22,-90}}, color={28,108,200}), - Line(points={{-20,88},{24,88}}, color={28,108,200}), + Line(points={{-20,88},{22,88}}, color={28,108,200}), Rectangle( extent={{34,64},{94,56}}, lineColor={0,0,255}, @@ -241,7 +241,7 @@ equation fillColor={0,0,0}, fillPattern=FillPattern.Solid), Rectangle( - extent={{36,-56},{94,-64}}, + extent={{34,-56},{92,-64}}, lineColor={0,0,255}, pattern=LinePattern.None, fillColor={0,0,0}, @@ -250,8 +250,8 @@ equation extent={{-149,-108},{151,-148}}, textColor={0,0,255}, textString="%name"), - Line(points={{-58,62},{-58,96},{64,96},{64,64}}, color={28,108,200}), - Line(points={{-58,-62},{-58,-96},{64,-96},{64,-64}}, color={28,108,200})}), + Line(points={{-58,64},{-58,96},{64,96},{64,64}}, color={28,108,200}), + Line(points={{-58,-64},{-58,-96},{64,-96},{64,-64}}, color={28,108,200})}), Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,140}})), Documentation(info=" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index 78c25baecb3..2d0e9713103 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -172,7 +172,7 @@ equation fillColor={28,108,200}, fillPattern=FillPattern.Solid), Line(points={{-22,-90},{22,-90}}, color={28,108,200}), - Line(points={{-20,88},{24,88}}, color={28,108,200}), + Line(points={{-20,88},{22,88}}, color={28,108,200}), Rectangle( extent={{34,64},{94,56}}, lineColor={0,0,255}, From 6291751724152ca7ba86d03f1ceb6edf9a046712 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Fri, 10 Nov 2023 17:23:52 -0500 Subject: [PATCH 097/196] model clean up --- .../BaseClasses/EffectivenessCalculation.mo | 112 ++++----- .../HeatExchagerWithInputEffectiveness.mo | 14 +- .../Validation/EffectivenessCalculation.mo | 66 ++--- .../HeatExchagerWithInputEffectiveness.mo | 8 +- .../Examples/WheelWithBypassDamper.mo | 38 ++- .../Examples/WheelWithVariableSpeed.mo | 38 ++- .../WheelWithBypassDamper.mo | 235 +++++++++--------- .../WheelWithVariableSpeed.mo | 153 ++++++------ ...es_Validation_EffectivenessCalculation.txt | 12 +- ...ion_HeatExchagerWithInputEffectiveness.txt | 8 +- ...ecovery_Examples_WheelWithBypassDamper.txt | 18 ++ ...covery_Examples_WheelWithVariableSpeed.txt | 17 ++ .../Validation/EffectivenessCalculation.mos | 6 +- .../HeatExchagerWithInputEffectiveness.mos | 2 +- .../Examples/WheelWithBypassDamper.mos | 4 +- .../Examples/WheelWithVariableSpeed.mos | 2 +- ...es.Validation.EffectivenessCalculation.mos | 10 +- ...ion.HeatExchagerWithInputEffectiveness.mos | 4 +- ...s.AirToAirHeatRecovery.Examples.BypDam.mos | 12 - ...s.AirToAirHeatRecovery.Examples.VarSpe.mos | 12 - ...ecovery.Examples.WheelWithBypassDamper.mos | 12 + ...covery.Examples.WheelWithVariableSpeed.mos | 12 + 22 files changed, 400 insertions(+), 395 deletions(-) create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt delete mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam.mos delete mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo index 1408bd339a0..5450ef06d8c 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo @@ -2,24 +2,23 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses; model EffectivenessCalculation "Model for calculating the heat exchange effectiveness of heat exchangers" extends Modelica.Blocks.Icons.Block; - - parameter Modelica.Units.SI.Efficiency epsS_cool_nominal(max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsL_cool_nominal(max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsS_cool_partload(max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsSenCoo_ParLoa(max=1) = 0.75 "Partial load (75%) sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsL_cool_partload(max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsLatCoo_ParLoa(max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsS_heat_nominal(max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsSenHea_nominal(max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsL_heat_nominal(max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsLatHea_nominal(max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsS_heat_partload(max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsSenHea_ParLoa(max=1) = 0.75 "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsL_heat_partload(max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsLatHea_ParLoa(max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.VolumeFlowRate vSup_flow_nominal(min = 100*Modelica.Constants.eps) + parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal(min = 100*Modelica.Constants.eps) "Nominal supply air flow rate"; Modelica.Blocks.Interfaces.RealInput TSup( @@ -27,65 +26,66 @@ model EffectivenessCalculation final unit="K", final displayUnit="degC") "Supply air temperature" - annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); Modelica.Blocks.Interfaces.RealInput TExh( final min=0, final unit="K", final displayUnit="degC") "Exhaust air temperature - " annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); - Modelica.Blocks.Interfaces.RealInput vSup_flow(final unit="m3/s") + " annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); + Modelica.Blocks.Interfaces.RealInput VSup_flow(final unit="m3/s") "Volumetric flow rate of the supply air" - annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); - Modelica.Blocks.Interfaces.RealInput vExh_flow( final unit="m3/s") - "Volumetric flow rate of the exhaust air" - annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); - Modelica.Blocks.Interfaces.RealInput y(final unit="1") "Wheel speed ratio" annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); - Modelica.Blocks.Interfaces.RealOutput epsS(final unit="1") + Modelica.Blocks.Interfaces.RealInput VExh_flow( final unit="m3/s") + "Volumetric flow rate of the exhaust air" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + Modelica.Blocks.Interfaces.RealInput wheSpe(final unit="1") + "Wheel speed ratio" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + Modelica.Blocks.Interfaces.RealOutput epsSen(final unit="1") "Sensible heat exchanger effectiveness" annotation (Placement(transformation(extent={{100,30},{120,50}}))); - Modelica.Blocks.Interfaces.RealOutput epsL(final unit="1") + Modelica.Blocks.Interfaces.RealOutput epsLat(final unit="1") "Latent heat exchanger effectiveness" annotation (Placement(transformation(extent={{100,-50},{120,-30}}))); protected - Real ratV_flow + Real rat "Ratio of the average operating volumetric air flow rate to the nominal supply air flow rate"; - Real epsS_partload + Real epsSen_ParLoa "The partial load (75%) sensible heat exchanger effectiveness used for calculation"; - Real epsS_nominal + Real epsSen_nominal "The nominal sensible heat exchanger effectiveness used for calculation"; - Real epsL_partload + Real epsLat_ParLoa "The partial load (75%) latent heat exchanger effectiveness used for calculation"; - Real epsL_nominal + Real epsLat_nominal "The nominal latent heat exchanger effectiveness used for calculation"; equation // check if the air flow is too unbalanced. - assert(vSup_flow - 2*vExh_flow < 0 or vExh_flow - 2*vSup_flow < 0, + assert(VSup_flow - 2*VExh_flow < 0 or VExh_flow - 2*VSup_flow < 0, "Unbalanced air flow ratio", level=AssertionLevel.warning); // calculate the average volumetric air flow and flow rate ratio. - ratV_flow = (vSup_flow + vExh_flow)/2/vSup_flow_nominal; + rat = (VSup_flow + VExh_flow)/2/VSup_flow_nominal; // check if the extrapolation goes too far. - assert(ratV_flow > 0.5 and ratV_flow < 1.3, + assert(rat > 0.5 and rat < 1.3, "Operating flow rate outside full accuracy range", level=AssertionLevel.warning); - epsS_partload = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsS_cool_partload, epsS_heat_partload, 1e-5); - epsS_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsS_cool_nominal, epsS_heat_nominal, 1e-5); - epsL_partload = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsL_cool_partload, epsL_heat_partload, 1e-5); - epsL_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsL_cool_nominal, epsL_heat_nominal, 1e-5); + epsSen_ParLoa = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsSenCoo_ParLoa, epsSenHea_ParLoa, 1e-5); + epsSen_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsSenCoo_nominal, epsSenHea_nominal, 1e-5); + epsLat_ParLoa = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsLatCoo_ParLoa, epsLatHea_ParLoa, 1e-5); + epsLat_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsLatCoo_nominal, epsLatHea_nominal, 1e-5); // calculate effectiveness - epsS = y*(epsS_partload + (epsS_partload - epsS_partload)*( - ratV_flow-0.75)/0.25); - epsL = y*(epsL_partload + (epsL_nominal - epsL_partload)*( - ratV_flow-0.75)/0.25); - assert(epsS > 0 and epsS < 1, + epsSen =wheSpe*(epsSen_ParLoa + (epsSen_nominal - epsSen_ParLoa)*(rat - + 0.75)/0.25); + epsLat =wheSpe*(epsLat_ParLoa + (epsLat_nominal - epsLat_ParLoa)*(rat - + 0.75)/0.25); + assert(epsSen > 0 and epsSen < 1, "Insensed value for the sensible heat exchanger effectivenes", level=AssertionLevel.error); - assert(epsL > 0 and epsL < 1, + assert(epsLat > 0 and epsLat < 1, "Insensed value for the latent heat exchanger effectivenes", level=AssertionLevel.error); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text( @@ -103,34 +103,32 @@ at different air flow rates of the supply air stream and the exhaust air stream.

                                          It first calculates the average volumetric air flow rate through the heat exchanger by:

                                          -  v_ave = (v_sup + v_exh)/2,
                                          -  vRat = v_ave/v_sup_nom,
                                          +  rat = (VSup_flow + VExh_flow)/(2*VSup_flow_nominal),
                                           

                                          -where v_ave is the average volumetric air flow rate, -v_sup is the air flow of the supply air stream, -v_exh is the air flow of the exhaust air stream, -v_sup_nom is the nominal air flow of the supply air stream and -vRat is the flow ratio. +where VSup_flow is the air flow of the supply air stream, +VExh_flow is the air flow of the exhaust air stream, +VSup_flow_nominal is the nominal air flow of the supply air stream and +rat is the flow ratio.

                                          It then calculates the sensible and latent effectiveness by:

                                          -  epsS = y * (epsS_75 + (epsS_100 - epsS_75) * (vRat - 0.75)/0.25),
                                          -  epsL = y * (epsL_75 + (epsL_100 - epsL_75) * (vRat - 0.75)/0.25),
                                          +  epsSen = wheSpe * (epsSen_ParLoa + (epsSen_nominal - epsSen_ParLoa) * (rat - 0.75)/0.25),
                                          +  epsLat = wheSpe * (epsLat_ParLoa + (epsLat_nominal - epsLat_ParLoa) * (rat - 0.75)/0.25),
                                           
                                          -where epsS and epsL are the effectiveness +where epsSen and epsLat are the effectiveness for the sensible and latent heat transfer, respectively. -epsS_100 and epsS_75 are the effectiveness -for the sensible heat transfer when vRat is 1 and 0.75, respectively. -epsL_100 and epsL_75 are the effectiveness +epsSen_nominal and epsSen_ParLoa are the effectiveness +for the sensible heat transfer when rat is 1 and 0.75, respectively. +epsLat_nominal and epsLat_ParLoa are the effectiveness for the latent heat transfer when vRat is 1 and 0.75, respectively. -y is an effectiveness associated with the speed of a rotary wheel. +wheSpe is an effectiveness associated with the speed of a rotary wheel.

                                          -epsS_100, epsS_75, epsL_100, and epsL_75 are parameters. +epsSen_nominal, epsSen_ParLoa, epsLat_nominal, and epsLat_ParLoa are parameters. Depending on the cooling or heating mode, their values are different. In this model, if the supply air temperature is larger than the exhaust air temperature, the exchanger is considered to operate under the cooling mode; @@ -138,13 +136,15 @@ Otherwise, it is considered to operate under a heating mode.

                                          -Note: The average volumetric air flow rate should be between 50% and 130% of the nominal supply air flow rate. -In addition, the ratio of the supply air flow rate to the exhaust air flow rate should be between 0.5 and 2. +Note: +The average volumetric air flow rate should be between 50% and 130% of the nominal supply air flow rate to ensure reasonable extrapolation. +In addition, air flows through the heat exchanger may be unbalanced, i.e., rat1. +However, but an unbalanced air flow ratio greater than 2, i.e., rat > 2 or rat < 0.5, is not recommended.

                                          References

                                          U.S. Department of Energy 2016. -"EnergyPlus Engineering reference". +"EnergyPlus Engineering Reference". ", revisions="
                                          • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo index 2e90a038996..19f780b92ac 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo @@ -10,15 +10,15 @@ model HeatExchagerWithInputEffectiveness sensibleOnly2=false, final prescribedHeatFlowRate1=true, final prescribedHeatFlowRate2=true, - Q1_flow = epsS * QMax_flow + QLat_flow, + Q1_flow = epsSen * QMax_flow + QLat_flow, Q2_flow = -Q1_flow, mWat1_flow = +mWat_flow, mWat2_flow = -mWat_flow); - Modelica.Blocks.Interfaces.RealInput epsS(unit="1") + Modelica.Blocks.Interfaces.RealInput epsSen(unit="1") "Sensible heat exchanger effectiveness" annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); - Modelica.Blocks.Interfaces.RealInput epsL(unit="1") + Modelica.Blocks.Interfaces.RealInput epsLat(unit="1") "Latent heat exchanger effectiveness" annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); Modelica.Units.SI.HeatFlowRate QLat_flow @@ -81,7 +81,7 @@ equation mMax_flow = smooth(1, min(smooth(1, gai1 * abs(m1_flow)), smooth(1, gai2 * abs(m2_flow)))) * (X_w_in2 - X_w_in1); - mWat_flow = epsL * mMax_flow; + mWat_flow = epsLat * mMax_flow; // As enthalpyOfCondensingGas is dominated by the latent heat of phase change, // we simplify and use Medium1.enthalpyOfVaporization for the // latent heat that is exchanged among the fluid streams. @@ -118,11 +118,11 @@ except that the effectiveness are inputs rather than parameters. This model transfers heat and moisture in the amount of
                                            -  QSen = epsS * Q_max,
                                            -  m    = epsL * mWat_max,
                                            +  QSen = epsSen * Q_max,
                                            +  m    = epsLat * mWat_max,
                                             
                                            -where epsS and epsL are input effectiveness +where epsSen and epsLat are input effectiveness for the sensible and latent heat transfer, Q_max is the maximum sensible heat that can be transferred and mWat_max is the maximum moisture that can be transferred. diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo index 3d09764212a..fc2f5dbd8bf 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo @@ -1,58 +1,64 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation; model EffectivenessCalculation + "Test model for calculating the input effectiveness of a sensible and latent heat exchanger" extends Modelica.Icons.Example; - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation epsCal( - epsL_cool_nominal=0.6, - epsL_cool_partload=0.7, - epsS_heat_nominal=0.7, - epsL_heat_nominal=0.6, - epsS_heat_partload=0.6, - epsL_heat_partload=0.5, - vSup_flow_nominal=1) "Effectiveness calculator" + epsLatCoo_nominal=0.6, + epsLatCoo_ParLoa=0.7, + epsSenHea_nominal=0.7, + epsLatHea_nominal=0.6, + epsSenHea_ParLoa=0.6, + epsLatHea_ParLoa=0.5, + VSup_flow_nominal=1) + "Effectiveness calculator" annotation (Placement(transformation(extent={{-12,-10},{8,10}}))); - Modelica.Blocks.Sources.Ramp y( + Modelica.Blocks.Sources.Ramp whSpe( height=0.7, duration=60, offset=0.3, - startTime=60) "Wheel speed" - annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); + startTime=60) + "Wheel speed" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); Modelica.Blocks.Sources.Ramp TSup( height=5, duration=60, offset=273.15 + 20, - startTime=0) "Supply air temperature" - annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + startTime=0) + "Supply air temperature" + annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); Modelica.Blocks.Sources.Ramp TExh( height=20, duration=60, offset=273.15 + 15, - startTime=0) "Exhaust air temperature" - annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); - Modelica.Blocks.Sources.Ramp vSup( + startTime=0) + "Exhaust air temperature" + annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); + Modelica.Blocks.Sources.Ramp VSup( height=0.7, duration=60, offset=0.3, - startTime=0) "Supply air flow rate" - annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); - Modelica.Blocks.Sources.Ramp vExh( + startTime=0) + "Supply air flow rate" + annotation (Placement(transformation(extent={{-80,60},{-60,80}}))); + Modelica.Blocks.Sources.Ramp VExh( height=0.8, duration=60, offset=0.2, - startTime=0) "Exhaust air flow rate" - annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); + startTime=0) + "Exhaust air flow rate" + annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); equation - connect(y.y, epsCal.y) annotation (Line(points={{-59,80},{-22,80},{-22,8},{ - -14,8}}, color={0,0,127})); - connect(TSup.y, epsCal.TSup) annotation (Line(points={{-59,40},{-24,40},{-24, - 4},{-14,4}}, color={0,0,127})); - connect(TExh.y, epsCal.TExh) + connect(VSup.y, epsCal.VSup_flow) annotation (Line(points={{-59,70},{-28,70},{ + -28,8},{-14,8}}, color={0,0,127})); + connect(VExh.y, epsCal.VExh_flow) annotation (Line(points={{-59,30},{-40,30},{ + -40,4},{-14,4}}, color={0,0,127})); + connect(whSpe.y, epsCal.wheSpe) annotation (Line(points={{-59,0},{-14,0}}, color={0,0,127})); - connect(vSup.y, epsCal.vSup_flow) annotation (Line(points={{-59,-40},{-24, - -40},{-24,-4},{-14,-4}}, color={0,0,127})); - connect(vExh.y, epsCal.vExh_flow) annotation (Line(points={{-59,-80},{-20, - -80},{-20,-8},{-14,-8}}, color={0,0,127})); + connect(TSup.y, epsCal.TSup) annotation (Line(points={{-59,-40},{-40,-40},{-40, + -4},{-14,-4}}, color={0,0,127})); + connect(TExh.y, epsCal.TExh) annotation (Line(points={{-59,-80},{-28,-80},{-28, + -8},{-14,-8}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( coordinateSystem(preserveAspectRatio=false)), experiment(Tolerance=1e-6, StopTime=120), diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo index 9b7350da180..952274660f7 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo @@ -58,14 +58,14 @@ model HeatExchagerWithInputEffectiveness show_T=true) "Heat exchanger" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); - Modelica.Blocks.Sources.Ramp epsS( + Modelica.Blocks.Sources.Ramp epsSen( height=0.1, duration=60, offset=0.7, startTime=120) "Sensible heat exchanger effectiveness" annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); - Modelica.Blocks.Sources.Ramp epsL( + Modelica.Blocks.Sources.Ramp epsLat( height=0.1, duration=60, offset=0.7, @@ -88,9 +88,9 @@ equation connect(hex.port_b2, sin_2.ports[1]) annotation (Line( points={{6,0},{-26,0},{-26,-20},{-34,-20}}, color={0,127,255})); - connect(epsS.y, hex.epsS) annotation (Line(points={{-69,20},{-4,20},{-4,10},{4, + connect(epsSen.y, hex.epsSen) annotation (Line(points={{-69,20},{-4,20},{-4,10},{4, 10}}, color={0,0,127})); - connect(hex.epsL, epsL.y) annotation (Line(points={{4,2},{-62,2},{-62,-40},{-69, + connect(hex.epsLat, epsLat.y) annotation (Line(points={{4,2},{-62,2},{-62,-40},{-69, -40}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index f8a47fa0c5b..836525aa1b2 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -8,8 +8,9 @@ model WheelWithBypassDamper "Medium model for exhaust air"; Buildings.Fluid.Sources.Boundary_pT sin_2( redeclare package Medium = Medium2, + p(displayUnit="Pa") = 101325, T=273.15 + 10, - use_p_in=true, + use_p_in=false, nPorts=1) "Sink of exhaust air" annotation (Placement(transformation(extent={{-58,-10}, @@ -19,12 +20,12 @@ model WheelWithBypassDamper duration=60, offset=101330) "Pressure of exhaust air" - annotation (Placement(transformation(extent={{-20,-50},{0,-30}}))); + annotation (Placement(transformation(extent={{0,-62},{20,-42}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, - T=273.15 + 5, + T(displayUnit="K") = 293.15, use_p_in=true, - use_T_in=true, + use_T_in=false, nPorts=1) "Source of exhaust air" annotation (Placement(transformation(extent={{40,-70}, @@ -35,13 +36,7 @@ model WheelWithBypassDamper offset=273.15 + 30, startTime=60) "Supply air temperature" - annotation (Placement(transformation(extent={{-100,44},{-80,64}}))); - Modelica.Blocks.Sources.Constant TExh(k=293.15) - "Temperature of exhaust air" - annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); - Modelica.Blocks.Sources.Constant POut(k=101325) - "Ambient pressure" - annotation (Placement(transformation(extent={{-100,-2},{-80,18}}))); + annotation (Placement(transformation(extent={{-94,44},{-74,64}}))); Buildings.Fluid.Sources.Boundary_pT sin_1( redeclare package Medium = Medium1, T=273.15 + 30, @@ -76,10 +71,10 @@ model WheelWithBypassDamper m2_flow_nominal=5, dp1_nominal=100, dp2_nominal=100, - epsL_cool_nominal=0.7, - epsL_cool_partload=0.6, - epsL_heat_nominal=0.7, - epsL_heat_partload=0.6) + epsLatCoo_nominal=0.7, + epsLatCoo_ParLoa=0.6, + epsLatHea_nominal=0.7, + epsLatHea_ParLoa=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); @@ -91,12 +86,10 @@ model WheelWithBypassDamper annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); equation connect(PIn.y,sou_2. p_in) annotation (Line( - points={{1,-40},{20,-40},{20,-52},{38,-52}}, + points={{21,-52},{38,-52}}, color={0,0,127})); - connect(TExh.y, sou_2.T_in) annotation (Line(points={{1,-80},{20,-80},{20,-56}, - {38,-56}}, color={0,0,127})); connect(TSup.y, sou_1.T_in) - annotation (Line(points={{-79,54},{-70.5,54},{-62,54}}, + annotation (Line(points={{-73,54},{-62,54}}, color={0,0,127})); connect(PSin_1.y, sin_1.p_in) annotation (Line(points={{61,70},{90,70},{90,20}, {86,20}}, color={0,0,127})); @@ -106,17 +99,14 @@ equation connect(whe.port_a2, sou_2.ports[1]) annotation (Line( points={{26,0},{32,0},{32,-20},{70,-20},{70,-60},{60,-60}}, color={0,127,255})); - connect(POut.y, sin_2.p_in) annotation (Line( - points={{-79,8},{-69.5,8},{-69.5,8},{-60,8}}, - color={0,0,127})); connect(whe.port_b1, sin_1.ports[1]) annotation (Line( points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); connect(whe.port_b2, sin_2.ports[1]) annotation (Line( points={{6,0},{-18,0},{-18,6.66134e-16},{-38,6.66134e-16}}, color={0,127,255})); - connect(DamPos.y, whe.yBypDam) annotation (Line(points={{-59,-30},{-26,-30},{-26, - 6},{4,6}}, color={0,0,127})); + connect(DamPos.y, whe.bypDamPos) annotation (Line(points={{-59,-30},{-28,-30}, + {-28,6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos" "Simulate and plot"), diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index f5ec24379a2..54468f6490b 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples; model WheelWithVariableSpeed - "Test model for the air-to-air thermal wheel with a variable speed" + "Test model for the air-to-air thermal wheel with a variable speed drive" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air "Medium model for supply air"; @@ -8,8 +8,9 @@ model WheelWithVariableSpeed "Medium model for exhaust air"; Buildings.Fluid.Sources.Boundary_pT sin_2( redeclare package Medium = Medium2, - T=273.15 + 10, - use_p_in=true, + p(displayUnit="Pa") = 101325, + T(displayUnit="K") = 273.15 + 10, + use_p_in=false, nPorts=1) "Sink of exhaust air" annotation (Placement(transformation(extent={{-58,-10}, @@ -19,12 +20,12 @@ model WheelWithVariableSpeed duration=60, offset=101330) "Pressure of exhaust air" - annotation (Placement(transformation(extent={{-20,-50},{0,-30}}))); + annotation (Placement(transformation(extent={{0,-62},{20,-42}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, - T=273.15 + 5, + T(displayUnit="K") = 293.15, use_p_in=true, - use_T_in=true, + use_T_in=false, nPorts=1) "Source of exhaust air" annotation (Placement(transformation(extent={{40,-70}, @@ -35,12 +36,7 @@ model WheelWithVariableSpeed offset=273.15 + 30, startTime=60) "Supply air temperature" - annotation (Placement(transformation(extent={{-100,44},{-80,64}}))); - Modelica.Blocks.Sources.Constant TExh(k=293.15) - "Temperature of exhaust air" - annotation (Placement(transformation(extent={{-20,-90},{0,-70}}))); - Modelica.Blocks.Sources.Constant POut(k=101325) "Ambient pressure" - annotation (Placement(transformation(extent={{-100,-2},{-80,18}}))); + annotation (Placement(transformation(extent={{-94,44},{-74,64}}))); Buildings.Fluid.Sources.Boundary_pT sin_1( redeclare package Medium = Medium1, T=273.15 + 30, @@ -76,10 +72,10 @@ model WheelWithVariableSpeed m2_flow_nominal=5, dp1_nominal=100, dp2_nominal=100, - epsL_cool_nominal=0.7, - epsL_cool_partload=0.6, - epsL_heat_nominal=0.7, - epsL_heat_partload=0.6) "Wheel" + epsLatCoo_nominal=0.7, + epsLatCoo_ParLoa=0.6, + epsLatHea_nominal=0.7, + epsLatHea_ParLoa=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); Modelica.Blocks.Sources.Ramp WheSpe( height=0.1, @@ -90,13 +86,10 @@ model WheelWithVariableSpeed annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); equation connect(PIn.y,sou_2. p_in) annotation (Line( - points={{1,-40},{20,-40},{20,-52},{38,-52}}, + points={{21,-52},{38,-52}}, color={0,0,127})); - connect(TExh.y, sou_2.T_in) annotation (Line(points={{1,-80},{20,-80},{20,-56}, - {38,-56}}, color={0,0,127})); connect(TSup.y, sou_1.T_in) - annotation (Line(points={{-79,54},{-70.5,54},{-62,54}}, - color={0,0,127})); + annotation (Line(points={{-73,54},{-62,54}}, color={0,0,127})); connect(PSin_1.y, sin_1.p_in) annotation (Line(points={{61,70},{90,70},{90,20}, {86,20}}, color={0,0,127})); connect(sou_1.ports[1],whe. port_a1) annotation (Line( @@ -106,9 +99,6 @@ equation points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, -60}}, color={0,127,255})); - connect(POut.y, sin_2.p_in) annotation (Line( - points={{-79,8},{-69.5,8},{-69.5,8},{-60,8}}, - color={0,0,127})); connect(whe.port_b1, sin_1.ports[1]) annotation (Line( points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 9399d4c0c25..855f81a4ef7 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -17,30 +17,29 @@ model WheelWithBypassDamper "Nominal pressure drop of the exhaust air stream"; parameter Real P_nominal(final unit="W") = 1000 "Power at design condition"; - parameter Modelica.Units.SI.Efficiency epsS_cool_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsL_cool_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsS_cool_partload(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsSenCoo_ParLoa(final max=1) = 0.75 "Partial load (75%) sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsL_cool_partload(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsLatCoo_ParLoa(final max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsS_heat_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsSenHea_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsL_heat_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsLatHea_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsS_heat_partload(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsSenHea_ParLoa(final max=1) = 0.75 "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsL_heat_partload(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsLatHea_ParLoa(final max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; - - Modelica.Blocks.Interfaces.RealInput yBypDam(final unit="1") + Modelica.Blocks.Interfaces.RealInput bypDamPos(final unit="1") "Bypass damper position" - annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + annotation (Placement(transformation(extent={{-220,100},{-180,140}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); Modelica.Blocks.Interfaces.RealOutput P "Electric power consumed by the wheel" annotation (Placement(transformation(extent={{100,-10},{120,10}}))); - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -50,36 +49,34 @@ model WheelWithBypassDamper final dp1_nominal=0, final dp2_nominal=0) "Heat exchanger" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + annotation (Placement(transformation(extent={{-10,4},{10,24}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation effCal( - final epsS_cool_nominal=epsS_cool_nominal, - final epsL_cool_nominal=epsL_cool_nominal, - final epsS_cool_partload=epsS_cool_partload, - final epsL_cool_partload=epsL_cool_partload, - final epsS_heat_nominal=epsS_heat_nominal, - final epsL_heat_nominal=epsL_heat_nominal, - final epsS_heat_partload=epsS_heat_partload, - final epsL_heat_partload=epsL_heat_partload, - final vSup_flow_nominal=m1_flow_nominal/1.293) + final epsSenCoo_nominal=epsSenCoo_nominal, + final epsLatCoo_nominal=epsLatCoo_nominal, + final epsSenCoo_ParLoa=epsSenCoo_ParLoa, + final epsLatCoo_ParLoa=epsLatCoo_ParLoa, + final epsSenHea_nominal=epsSenHea_nominal, + final epsLatHea_nominal=epsLatHea_nominal, + final epsSenHea_ParLoa=epsSenHea_ParLoa, + final epsLatHea_ParLoa=epsLatHea_ParLoa, + final VSup_flow_nominal=m1_flow_nominal/1.293) "Calculates the effectiveness of heat exchanges" - annotation (Placement(transformation(extent={{-54,100},{-34,120}}))); - Buildings.Fluid.Sensors.VolumeFlowRate senExhFlow( - redeclare package Medium = Medium2, - final m_flow_nominal=m2_flow_nominal) + annotation (Placement(transformation(extent={{-100,6},{-80,26}}))); + Buildings.Fluid.Sensors.VolumeFlowRate VExh_flow(redeclare package Medium = + Medium2, final m_flow_nominal=m2_flow_nominal) "Damper in the exhaust air stream" - annotation (Placement(transformation(extent={{34,-14},{20,2}}))); - Buildings.Fluid.Sensors.VolumeFlowRate senSupFlow( - redeclare package Medium =Medium1, - final m_flow_nominal=m1_flow_nominal) + annotation (Placement(transformation(extent={{44,-22},{30,-6}}))); + Buildings.Fluid.Sensors.VolumeFlowRate VSup_flow(redeclare package Medium = + Medium1, final m_flow_nominal=m1_flow_nominal) "Flow sensor in the supply air stream" - annotation (Placement(transformation(extent={{-46,12},{-32,28}}))); + annotation (Placement(transformation(extent={{44,12},{58,28}}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal, final dpDamper_nominal=dp1_nominal) "Bypass damper in the supply air stream" - annotation (Placement(transformation(extent={{36,50},{56,70}}))); + annotation (Placement(transformation(extent={{-38,70},{-18,90}}))); Buildings.Fluid.Actuators.Dampers.Exponential damSup( redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal, @@ -87,8 +84,8 @@ model WheelWithBypassDamper "Damper in the supply air stream" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, - rotation=-90, - origin={-70,40}))); + rotation=0, + origin={-28,36}))); Buildings.Fluid.Actuators.Dampers.Exponential damExh( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal, @@ -103,7 +100,7 @@ model WheelWithBypassDamper final m_flow_nominal=m2_flow_nominal, final dpDamper_nominal=dp2_nominal) "Bypass damper in the exhaust air stream" - annotation (Placement(transformation(extent={{10,-70},{-10,-50}}))); + annotation (Placement(transformation(extent={{-20,-70},{-40,-50}}))); Modelica.Blocks.Sources.RealExpression TSup( final y=Medium1.temperature( Medium1.setState_phX( @@ -111,7 +108,7 @@ model WheelWithBypassDamper h=inStream(port_a1.h_outflow), X=inStream(port_a1.Xi_outflow)))) "Temperature of the supply air" - annotation (Placement(transformation(extent={{-98,92},{-78,112}}))); + annotation (Placement(transformation(extent={{-162,-20},{-142,0}}))); Modelica.Blocks.Sources.RealExpression TExh( final y=Medium2.temperature( Medium2.setState_phX( @@ -119,104 +116,120 @@ model WheelWithBypassDamper h=inStream(port_a2.h_outflow), X=inStream(port_a2.Xi_outflow)))) "Temperature of the exhaust air" - annotation (Placement(transformation(extent={{-98,70},{-78,90}}))); + annotation (Placement(transformation(extent={{-162,-40},{-142,-20}}))); Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal) "Electrical power consumption" annotation (Placement(transformation(extent={{70,-10},{90,10}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a1( redeclare final package Medium = Medium1) "Fluid connector a1 (positive design flow direction is from port_a1 to port_b1)" - annotation (Placement(transformation(extent={{-110,50},{-90,70}}))); + annotation (Placement(transformation(extent={{-190,70},{-170,90}}), + iconTransformation(extent={{-110,50},{-90,70}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b2( redeclare final package Medium = Medium2) "Fluid connector b2 (positive design flow direction is from port_a2 to port_b2)" - annotation (Placement(transformation(extent={{-90,-70},{-110,-50}}))); + annotation (Placement(transformation(extent={{-170,-70},{-190,-50}}), + iconTransformation(extent={{-90,-70},{-110,-50}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b1( redeclare final package Medium = Medium1) "Fluid connector b1 (positive design flow direction is from port_a1 to port_b1)" - annotation (Placement(transformation(extent={{110,50},{90,70}}))); + annotation (Placement(transformation(extent={{110,70},{90,90}}), + iconTransformation(extent={{110,50},{90,70}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a2( redeclare final package Medium = Medium2) "Fluid connector a2 (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); Modelica.Blocks.Sources.Constant uni(final k=1) "Unity signal" - annotation (Placement(transformation(extent={{-88,120},{-74,134}}))); + annotation (Placement(transformation(extent={{-154,32},{-140,46}}))); Modelica.Blocks.Math.Add add(final k2=-1) "Adder" - annotation (Placement(transformation(extent={{-6,100},{10,116}}))); + annotation (Placement(transformation(extent={{-120,94},{-106,108}}))); equation - connect(senExhFlow.port_b, hex.port_a2) - annotation (Line(points={{20,-6},{10,-6}}, color={0,127,255})); - connect(hex.port_a1, senSupFlow.port_b) annotation (Line(points={{-10,6},{-20, - 6},{-20,20},{-32,20}}, color={0,127,255})); + connect(VExh_flow.port_b, hex.port_a2) annotation (Line(points={{30,-14},{16,-14}, + {16,8},{10,8}}, color={0,127,255})); connect(bypDamSup.port_a, port_a1) - annotation (Line(points={{36,60},{-100,60}}, color={0,127,255})); + annotation (Line(points={{-38,80},{-180,80}}, color={0,127,255})); connect(bypDamSup.port_b, port_b1) - annotation (Line(points={{56,60},{100,60}}, color={0,127,255})); + annotation (Line(points={{-18,80},{42,80},{42,80},{100,80}}, color={0,127,255})); connect(bypDamExh.port_a, port_a2) - annotation (Line(points={{10,-60},{100,-60}}, color={0,127,255})); + annotation (Line(points={{-20,-60},{100,-60}},color={0,127,255})); connect(bypDamExh.port_b, port_b2) - annotation (Line(points={{-10,-60},{-100,-60}}, color={0,127,255})); - connect(hex.port_b1, port_b1) annotation (Line(points={{10,6},{66,6},{66,60},{ - 100,60}}, color={0,127,255})); - connect(hex.port_b2, port_b2) annotation (Line(points={{-10,-6},{-44,-6},{-44, - -60},{-100,-60}}, color={0,127,255})); + annotation (Line(points={{-40,-60},{-180,-60}}, color={0,127,255})); + connect(hex.port_b2, port_b2) annotation (Line(points={{-10,8},{-76,8},{-76,-60}, + {-180,-60}}, color={0,127,255})); connect(PEle.y, P) annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); - connect(senSupFlow.port_a, damSup.port_b) - annotation (Line(points={{-46,20},{-70,20},{-70,30}}, color={0,127,255})); - connect(damSup.port_a, port_a1) - annotation (Line(points={{-70,50},{-70,60},{-100,60}}, color={0,127,255})); - connect(senExhFlow.port_a, damExh.port_b) - annotation (Line(points={{34,-6},{60,-6},{60,-30}}, color={0,127,255})); + connect(VExh_flow.port_a, damExh.port_b) + annotation (Line(points={{44,-14},{60,-14},{60,-30}}, color={0,127,255})); connect(damExh.port_a, port_a2) annotation (Line(points={{60,-50},{60,-60},{100,-60}}, color={0,127,255})); - connect(TSup.y, effCal.TSup) - annotation (Line(points={{-77,102},{-70,102},{-70,114},{-56,114}}, - color={0,0,127})); - connect(effCal.TExh, TExh.y) annotation (Line(points={{-56,110},{-68,110},{-68, - 80},{-77,80}}, color={0,0,127})); - connect(senSupFlow.V_flow, effCal.vSup_flow) annotation (Line(points={{-39,28.8}, - {-39,90},{-62,90},{-62,106},{-56,106}}, color={0,0,127})); - connect(senExhFlow.V_flow, effCal.vExh_flow) annotation (Line(points={{27,2.8}, - {26,2.8},{26,64},{-36,64},{-36,96},{-60,96},{-60,102},{-56,102}}, - color={0,0,127})); - connect(effCal.epsS, hex.epsS) annotation (Line(points={{-33,114},{-26,114},{-26, - 4},{-12,4}}, color={0,0,127})); - connect(effCal.epsL, hex.epsL) annotation (Line(points={{-33,106},{-30,106},{-30, - -4},{-12,-4}}, color={0,0,127})); - connect(bypDamSup.y, yBypDam) annotation (Line(points={{46,72},{46,80},{-52,80}, - {-52,0},{-120,0}}, color={0,0,127})); - connect(bypDamExh.y, yBypDam) annotation (Line(points={{0,-48},{0,-24},{-52,-24}, - {-52,0},{-120,0}}, color={0,0,127})); - connect(uni.y, effCal.y) annotation (Line(points={{-73.3,127},{-62,127},{-62,118}, - {-56,118}}, color={0,0,127})); - connect(add.u1, uni.y) annotation (Line(points={{-7.6,112.8},{-20,112.8},{-20, - 127},{-73.3,127}}, color={0,0,127})); - connect(add.u2, yBypDam) annotation (Line(points={{-7.6,103.2},{-20,103.2},{-20, - 80},{-52,80},{-52,0},{-120,0}}, color={0,0,127})); - connect(add.y, damSup.y) annotation (Line(points={{10.8,108},{20,108},{20,40}, - {-58,40}}, color={0,0,127})); - connect(damExh.y, add.y) annotation (Line(points={{48,-40},{14,-40},{14,40},{20, - 40},{20,108},{10.8,108}}, color={0,0,127})); + connect(add.y, damSup.y) annotation (Line(points={{-105.3,101},{20,101},{20,50}, + {-28,50},{-28,48}}, color={0,0,127})); + connect(damExh.y, add.y) annotation (Line(points={{48,-40},{20,-40},{20,101},{ + -105.3,101}}, color={0,0,127})); + connect(hex.port_b1, VSup_flow.port_a) + annotation (Line(points={{10,20},{44,20}}, color={0,127,255})); + connect(VSup_flow.port_b, port_b1) annotation (Line(points={{58,20},{78,20},{ + 78,80},{100,80}}, color={0,127,255})); + connect(effCal.epsSen, hex.epsSen) annotation (Line(points={{-79,20},{-76,20}, + {-76,18},{-12,18}}, color={0,0,127})); + connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-79,12},{-76,12}, + {-76,10},{-12,10}}, color={0,0,127})); + connect(bypDamSup.y, bypDamPos) + annotation (Line(points={{-28,92},{-28,120},{-200,120}}, color={0,0,127})); + connect(add.u2, uni.y) annotation (Line(points={{-121.4,96.8},{-132,96.8},{-132, + 39},{-139.3,39}}, color={0,0,127})); + connect(effCal.wheSpe, uni.y) annotation (Line(points={{-102,16},{-124,16},{-124, + 39},{-139.3,39}}, color={0,0,127})); + connect(TSup.y, effCal.TSup) annotation (Line(points={{-141,-10},{-114,-10},{-114, + 12},{-102,12}}, color={0,0,127})); + connect(TExh.y, effCal.TExh) annotation (Line(points={{-141,-30},{-110,-30},{-110, + 8},{-102,8}}, color={0,0,127})); + connect(damSup.port_b, hex.port_a1) + annotation (Line(points={{-18,36},{-10,36},{-10,20}}, color={0,127,255})); + connect(damSup.port_a, port_a1) annotation (Line(points={{-38,36},{-100,36},{ + -100,80},{-180,80}}, color={0,127,255})); + connect(VExh_flow.V_flow, effCal.VExh_flow) annotation (Line(points={{37,-5.2}, + {37,56},{-120,56},{-120,20},{-102,20}}, color={0,0,127})); + connect(bypDamExh.y, bypDamPos) annotation (Line(points={{-30,-48},{-30,-20},{ + -54,-20},{-54,120},{-200,120}}, color={0,0,127})); + connect(add.u1, bypDamPos) annotation (Line(points={{-121.4,105.2},{-132,105.2}, + {-132,120},{-200,120}}, color={0,0,127})); + connect(VSup_flow.V_flow, effCal.VSup_flow) annotation (Line(points={{51,28.8}, + {51,60},{-114,60},{-114,24},{-102,24}}, color={0,0,127})); annotation ( defaultComponentName="whe", - Icon(coordinateSystem(extent={{-100,-100},{100, - 100}}), graphics={ + Icon(coordinateSystem(extent={{-100,-100},{100,100}}), + graphics={ Rectangle( - extent={{-92,-55},{-34,-64}}, + extent={{32,-56},{94,-64}}, lineColor={0,0,255}, pattern=LinePattern.None, fillColor={0,0,0}, fillPattern=FillPattern.Solid), Rectangle( - extent={{-94,65},{-34,56}}, + extent={{32,64},{94,56}}, lineColor={0,0,255}, pattern=LinePattern.None, fillColor={0,0,0}, fillPattern=FillPattern.Solid), - Ellipse(extent={{6,88},{38,-90}}, lineColor={28,108,200}), + Rectangle( + extent={{-92,-55},{-30,-64}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{-94,65},{-32,56}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Ellipse(extent={{6,88},{38,-90}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), Polygon( points={{0,100},{0,100}}, lineColor={28,108,200}, @@ -232,31 +245,19 @@ equation lineColor={28,108,200}, fillColor={28,108,200}, fillPattern=FillPattern.Solid), - Line(points={{-22,-90},{22,-90}}, color={28,108,200}), - Line(points={{-20,88},{22,88}}, color={28,108,200}), - Rectangle( - extent={{34,64},{94,56}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), - Rectangle( - extent={{34,-56},{92,-64}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), + Line(points={{-22,-90},{22,-90}}, color={28,108,200}), + Line(points={{-20,88},{22,88}}, color={28,108,200}), + Line(points={{-58,64},{-58,96},{64,96},{64,64}}, color={28,108,200}), + Line(points={{-58,-64},{-58,-96},{64,-96},{64,-64}}, color={28,108,200}), Text( - extent={{-149,-108},{151,-148}}, + extent={{-147,-104},{153,-144}}, textColor={0,0,255}, - textString="%name"), - Line(points={{-58,64},{-58,96},{64,96},{64,64}}, color={28,108,200}), - Line(points={{-58,-64},{-58,-96},{64,-96},{64,-64}}, color={28,108,200})}), + textString="%name")}), Diagram( - coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,140}})), + coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,140}})), Documentation(info=" Model for a generic, sensible and latent air-to-air heat recovery wheel, that consists of -a heat exchanger and primary/secondary airflow bypass dampers. +a heat exchanger and supply/exhaust airflow bypass dampers. The input requires no geometric data. Performance is defined by specifying sensible and/or latent effectiveness at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions @@ -264,14 +265,8 @@ For details, refer to Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. -The operation of the heat recovery wheel is adjustable through wheel speed modulation or bypassing supply air +The operation of the heat recovery wheel is adjustable through bypassing supply/exhaust air around the heat exchanger. -The parameter, controlType, can be used to specify either wheel speed modulation or bypassing supply air -is used. -See more in - -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType. - ", revisions="
                                            • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index 2d0e9713103..0c486c24d71 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -17,30 +17,28 @@ model WheelWithVariableSpeed "Nominal pressure drop of the exhaust air stream"; parameter Real P_nominal(final unit="W") = 1000 "Power at design condition"; - parameter Modelica.Units.SI.Efficiency epsS_cool_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsL_cool_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsS_cool_partload(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsSenCoo_ParLoa(final max=1) = 0.75 "Partial load (75%) sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsL_cool_partload(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsLatCoo_ParLoa(final max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsS_heat_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsSenHea_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsL_heat_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsLatHea_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsS_heat_partload(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsSenHea_ParLoa(final max=1) = 0.75 "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsL_heat_partload(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsLatHea_ParLoa(final max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; - Modelica.Blocks.Interfaces.RealInput wheSpe(final unit="1") - "Bypass damper position" + "wheel speed ratio" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); Modelica.Blocks.Interfaces.RealOutput P "Electric power consumed by the wheel" annotation (Placement(transformation(extent={{100,-10},{120,10}}))); - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -50,51 +48,52 @@ model WheelWithVariableSpeed final dp1_nominal=dp1_nominal, final dp2_nominal=dp2_nominal) "Heat exchanger" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + annotation (Placement(transformation(extent={{6,-10},{26,10}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation effCal( - final epsS_cool_nominal=epsS_cool_nominal, - final epsL_cool_nominal=epsL_cool_nominal, - final epsS_cool_partload=epsS_cool_partload, - final epsL_cool_partload=epsL_cool_partload, - final epsS_heat_nominal=epsS_heat_nominal, - final epsL_heat_nominal=epsL_heat_nominal, - final epsS_heat_partload=epsS_heat_partload, - final epsL_heat_partload=epsL_heat_partload, - final vSup_flow_nominal=m1_flow_nominal/1.293) + final epsSenCoo_nominal=epsSenCoo_nominal, + final epsLatCoo_nominal=epsLatCoo_nominal, + final epsSenCoo_ParLoa=epsSenCoo_ParLoa, + final epsLatCoo_ParLoa=epsLatCoo_ParLoa, + final epsSenHea_nominal=epsSenHea_nominal, + final epsLatHea_nominal=epsLatHea_nominal, + final epsSenHea_ParLoa=epsSenHea_ParLoa, + final epsLatHea_ParLoa=epsLatHea_ParLoa, + final VSup_flow_nominal=m1_flow_nominal/1.293) "Calculates the effectiveness of heat exchanges" - annotation (Placement(transformation(extent={{-54,100},{-34,120}}))); + annotation (Placement(transformation(extent={{-40,40},{-20,60}}))); Buildings.Fluid.Sensors.VolumeFlowRate senExhFlow( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal) "Damper in the exhaust air stream" - annotation (Placement(transformation(extent={{34,-14},{20,2}}))); + annotation (Placement(transformation(extent={{56,-14},{42,2}}))); Buildings.Fluid.Sensors.VolumeFlowRate senSupFlow( redeclare package Medium =Medium1, final m_flow_nominal=m1_flow_nominal) "Flow sensor in the supply air stream" - annotation (Placement(transformation(extent={{-46,12},{-32,28}}))); + annotation (Placement(transformation(extent={{-42,92},{-28,108}}))); Modelica.Blocks.Sources.RealExpression TSup(final y=Medium1.temperature( Medium1.setState_phX( p=port_a1.p, h=inStream(port_a1.h_outflow), X=inStream(port_a1.Xi_outflow)))) "Temperature of the supply air" - annotation (Placement(transformation(extent={{-98,92},{-78,112}}))); + annotation (Placement(transformation(extent={{-90,28},{-70,48}}))); Modelica.Blocks.Sources.RealExpression TExh(final y=Medium2.temperature( Medium2.setState_phX( p=port_a2.p, h=inStream(port_a2.h_outflow), X=inStream(port_a2.Xi_outflow)))) "Temperature of the exhaust air" - annotation (Placement(transformation(extent={{-98,70},{-78,90}}))); + annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal) "Electrical power consumption" annotation (Placement(transformation(extent={{70,-10},{90,10}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a1( redeclare final package Medium = Medium1) "Fluid connector a1 (positive design flow direction is from port_a1 to port_b1)" - annotation (Placement(transformation(extent={{-110,50},{-90,70}}))); + annotation (Placement(transformation(extent={{-110,90},{-90,110}}), + iconTransformation(extent={{-110,50},{-90,70}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b2( redeclare final package Medium = Medium2) "Fluid connector b2 (positive design flow direction is from port_a2 to port_b2)" @@ -102,60 +101,72 @@ model WheelWithVariableSpeed Modelica.Fluid.Interfaces.FluidPort_b port_b1( redeclare final package Medium = Medium1) "Fluid connector b1 (positive design flow direction is from port_a1 to port_b1)" - annotation (Placement(transformation(extent={{110,50},{90,70}}))); + annotation (Placement(transformation(extent={{110,90},{90,110}}), + iconTransformation(extent={{110,50},{90,70}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a2( redeclare final package Medium = Medium2) "Fluid connector a2 (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); equation - connect(senExhFlow.port_b, hex.port_a2) - annotation (Line(points={{20,-6},{10,-6}}, color={0,127,255})); - connect(hex.port_a1, senSupFlow.port_b) annotation (Line(points={{-10,6},{-20, - 6},{-20,20},{-32,20}}, color={0,127,255})); - connect(hex.port_b1, port_b1) annotation (Line(points={{10,6},{66,6},{66,60},{ - 100,60}}, color={0,127,255})); - connect(hex.port_b2, port_b2) annotation (Line(points={{-10,-6},{-44,-6},{-44, - -60},{-100,-60}}, color={0,127,255})); + annotation (Line(points={{42,-6},{26,-6}}, color={0,127,255})); + connect(hex.port_a1, senSupFlow.port_b) annotation (Line(points={{6,6},{-2,6}, + {-2,100},{-28,100}}, color={0,127,255})); + connect(hex.port_b1, port_b1) annotation (Line(points={{26,6},{64,6},{64,100}, + {100,100}}, color={0,127,255})); + connect(hex.port_b2, port_b2) annotation (Line(points={{6,-6},{-62,-6},{-62,-60}, + {-100,-60}}, color={0,127,255})); connect(PEle.y, P) annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); - connect(TSup.y, effCal.TSup) - annotation (Line(points={{-77,102},{-70,102},{-70,114},{-56,114}}, - color={0,0,127})); - connect(effCal.TExh, TExh.y) annotation (Line(points={{-56,110},{-68,110},{-68, - 80},{-77,80}}, color={0,0,127})); - connect(senSupFlow.V_flow, effCal.vSup_flow) annotation (Line(points={{-39,28.8}, - {-39,90},{-62,90},{-62,106},{-56,106}}, color={0,0,127})); - connect(senExhFlow.V_flow, effCal.vExh_flow) annotation (Line(points={{27,2.8}, - {26,2.8},{26,64},{-36,64},{-36,96},{-60,96},{-60,102},{-56,102}}, - color={0,0,127})); - connect(effCal.epsS, hex.epsS) annotation (Line(points={{-33,114},{-26,114},{-26, - 4},{-12,4}}, color={0,0,127})); - connect(effCal.epsL, hex.epsL) annotation (Line(points={{-33,106},{-30,106},{-30, - -4},{-12,-4}}, color={0,0,127})); - connect(senExhFlow.port_a, port_a2) annotation (Line(points={{34,-6},{64,-6},{ + connect(senExhFlow.port_a, port_a2) annotation (Line(points={{56,-6},{64,-6},{ 64,-60},{100,-60}}, color={0,127,255})); - connect(senSupFlow.port_a, port_a1) annotation (Line(points={{-46,20},{-60,20}, - {-60,60},{-100,60}}, color={0,127,255})); - connect(effCal.y, wheSpe) annotation (Line(points={{-56,118},{-74,118},{-74,0}, - {-120,0}}, color={0,0,127})); + connect(senSupFlow.port_a, port_a1) annotation (Line(points={{-42,100},{-72,100}, + {-72,100},{-100,100}}, color={0,127,255})); + connect(effCal.epsSen, hex.epsSen) + annotation (Line(points={{-19,54},{-6,54},{-6,4},{4,4}}, color={0,0,127})); + connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-19,46},{-12,46}, + {-12,-4},{4,-4}}, color={0,0,127})); + connect(effCal.wheSpe, wheSpe) annotation (Line(points={{-42,50},{-94,50},{-94, + 0},{-120,0}}, color={0,0,127})); + connect(senSupFlow.V_flow, effCal.VSup_flow) annotation (Line(points={{-35,108.8}, + {-35,120},{-80,120},{-80,58},{-42,58}}, color={0,0,127})); + connect(senExhFlow.V_flow, effCal.VExh_flow) annotation (Line(points={{49,2.8}, + {49,80},{-74,80},{-74,54},{-42,54}}, color={0,0,127})); + connect(TSup.y, effCal.TSup) annotation (Line(points={{-69,38},{-60,38},{-60,46}, + {-42,46}}, color={0,0,127})); + connect(TExh.y, effCal.TExh) annotation (Line(points={{-69,20},{-52,20},{-52,42}, + {-42,42}}, color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100, 100}}), graphics={ Rectangle( - extent={{-92,-55},{-34,-64}}, + extent={{32,-56},{94,-64}}, lineColor={0,0,255}, pattern=LinePattern.None, fillColor={0,0,0}, fillPattern=FillPattern.Solid), Rectangle( - extent={{-94,65},{-34,56}}, + extent={{32,64},{94,56}}, lineColor={0,0,255}, pattern=LinePattern.None, fillColor={0,0,0}, fillPattern=FillPattern.Solid), - Ellipse(extent={{6,88},{38,-90}}, lineColor={28,108,200}), + Rectangle( + extent={{-92,-55},{-32,-64}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{-94,65},{-32,56}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Ellipse(extent={{6,88},{38,-90}}, lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), Polygon( points={{0,100},{0,100}}, lineColor={28,108,200}, @@ -173,18 +184,6 @@ equation fillPattern=FillPattern.Solid), Line(points={{-22,-90},{22,-90}}, color={28,108,200}), Line(points={{-20,88},{22,88}}, color={28,108,200}), - Rectangle( - extent={{34,64},{94,56}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), - Rectangle( - extent={{36,-56},{94,-64}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), Text( extent={{-149,-108},{151,-148}}, textColor={0,0,255}, @@ -192,23 +191,13 @@ equation Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,140}})), Documentation(info=" -Model for a generic, sensible and latent air-to-air heat recovery wheel, that consists of -a heat exchanger and primary/secondary airflow bypass dampers. - +Model for a generic, sensible and latent air-to-air heat recovery wheel with a variable speed drive. The input requires no geometric data. Performance is defined by specifying sensible and/or latent effectiveness at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions For details, refer to Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. - -The operation of the heat recovery wheel is adjustable through wheel speed modulation or bypassing supply air -around the heat exchanger. -The parameter, controlType, can be used to specify either wheel speed modulation or bypassing supply air -is used. -See more in - -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types.RecoveryControlType. - +The operation of the heat recovery wheel is adjustable through modulating the wheel speed. ", revisions="
                                              • diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt index 94e15e5c940..413693585a5 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt @@ -1,4 +1,4 @@ -last-generated=2023-09-25 +last-generated=2023-11-10 statistics-simulation= { "linear": " ", @@ -6,10 +6,10 @@ statistics-simulation= "numerical Jacobians": "0" } time=[0e+00, 1.2e+02] -y.y=[3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.140000015894636e-01, 3.279999912579981e-01, 3.42000025431113e-01, 3.559999705956332e-01, 3.700000047683716e-01, 3.840000389407312e-01, 3.979999841053471e-01, 4.120000182788385e-01, 4.259999634434546e-01, 4.399999976158142e-01, 4.540000317885527e-01, 4.679999769527899e-01, 4.820000111264706e-01, 4.959999562908972e-01, 5.099999904632568e-01, 5.240000246356165e-01, 5.379999698002326e-01, 5.52000003973724e-01, 5.659999491383398e-01, 5.799999833106995e-01, 5.940000174838168e-01, 6.07999962647675e-01, 6.219999968215454e-01, 6.359999419857825e-01, 6.499999761581421e-01, 6.640000103312595e-01, 6.779999554951178e-01, 6.919999896689881e-01, 7.059999348332253e-01, 7.200000286102295e-01, 7.340000627825891e-01, 7.480000079468261e-01, 7.620000421206964e-01, 7.759999872845547e-01, 7.900000214576721e-01, 8.040000556300317e-01, 8.180000007942688e-01, 8.32000034968139e-01, 8.459999801327551e-01, 8.600000143051147e-01, 8.740000484774744e-01, 8.879999936420905e-01, 9.020000278155819e-01, 9.159999729801978e-01, 9.300000071525574e-01, 9.440000413249168e-01, 9.579999864895329e-01, 9.720000206630243e-01, 9.859999658276404e-01, 1e+00] +whSpe.y=[3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.140000015894636e-01, 3.279999912579981e-01, 3.42000025431113e-01, 3.559999705956332e-01, 3.700000047683716e-01, 3.840000389407312e-01, 3.979999841053471e-01, 4.120000182788385e-01, 4.259999634434546e-01, 4.399999976158142e-01, 4.540000317885527e-01, 4.679999769527899e-01, 4.820000111264706e-01, 4.959999562908972e-01, 5.099999904632568e-01, 5.240000246356165e-01, 5.379999698002326e-01, 5.52000003973724e-01, 5.659999491383398e-01, 5.799999833106995e-01, 5.940000174838168e-01, 6.07999962647675e-01, 6.219999968215454e-01, 6.359999419857825e-01, 6.499999761581421e-01, 6.640000103312595e-01, 6.779999554951178e-01, 6.919999896689881e-01, 7.059999348332253e-01, 7.200000286102295e-01, 7.340000627825891e-01, 7.480000079468261e-01, 7.620000421206964e-01, 7.759999872845547e-01, 7.900000214576721e-01, 8.040000556300317e-01, 8.180000007942688e-01, 8.32000034968139e-01, 8.459999801327551e-01, 8.600000143051147e-01, 8.740000484774744e-01, 8.879999936420905e-01, 9.020000278155819e-01, 9.159999729801978e-01, 9.300000071525574e-01, 9.440000413249168e-01, 9.579999864895329e-01, 9.720000206630243e-01, 9.859999658276404e-01, 1e+00] TSup.y=[2.931499938964844e+02, 2.932499999960285e+02, 2.933500060955606e+02, 2.934500122149742e+02, 2.935499877770829e+02, 2.936499938964844e+02, 2.937500000158858e+02, 2.938500061352872e+02, 2.939500121752112e+02, 2.940499877770829e+02, 2.941499938964844e+02, 2.942500000158859e+02, 2.943500061352872e+02, 2.944500121752112e+02, 2.945499878566087e+02, 2.946499938964844e+02, 2.947499999364571e+02, 2.948500061352873e+02, 2.94950012175211e+02, 2.950499878566087e+02, 2.951499938964844e+02, 2.952499999364571e+02, 2.953500061352873e+02, 2.95450012175211e+02, 2.955499878566087e+02, 2.956499938964844e+02, 2.957499999364571e+02, 2.958500059762358e+02, 2.959500123341171e+02, 2.960499878566087e+02, 2.961499938964844e+02, 2.962499999364571e+02, 2.963500059762358e+02, 2.964500123341171e+02, 2.965499878566087e+02, 2.966499938964844e+02, 2.967499999364571e+02, 2.968500059762358e+02, 2.969500123341171e+02, 2.970499878566087e+02, 2.971499938964844e+02, 2.972499999364571e+02, 2.973500059762358e+02, 2.974500123341171e+02, 2.975499878566087e+02, 2.976499938964844e+02, 2.977499999364571e+02, 2.978500059762358e+02, 2.979500123341171e+02, 2.980499878566087e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02] TExh.y=[2.881499938964844e+02, 2.885499877770769e+02, 2.889500121752353e+02, 2.893500061352995e+02, 2.897499999364325e+02, 2.901499938964844e+02, 2.905499878565606e+02, 2.909500123341661e+02, 2.913500059763323e+02, 2.917499999364323e+02, 2.921499938964844e+02, 2.925499878565607e+02, 2.929500123341661e+02, 2.933500059763323e+02, 2.937500002542687e+02, 2.941499938964844e+02, 2.945499875387001e+02, 2.949500123341666e+02, 2.953500059763318e+02, 2.957500002542687e+02, 2.961499938964844e+02, 2.965499875387001e+02, 2.969500123341666e+02, 2.973500059763318e+02, 2.977500002542687e+02, 2.981499938964844e+02, 2.985499875387001e+02, 2.989500116982999e+02, 2.99350006612053e+02, 2.997500002542687e+02, 3.001499938964844e+02, 3.005499875387001e+02, 3.009500116982999e+02, 3.01350006612053e+02, 3.017500002542687e+02, 3.021499938964844e+02, 3.025499875387001e+02, 3.029500116982999e+02, 3.03350006612053e+02, 3.037500002542687e+02, 3.041499938964844e+02, 3.045499875387001e+02, 3.049500116982999e+02, 3.05350006612053e+02, 3.057500002542687e+02, 3.061499938964844e+02, 3.065499875387001e+02, 3.069500116982999e+02, 3.07350006612053e+02, 3.077500002542687e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02] -vSup.y=[3.00000011920929e-01, 3.140000099341042e-01, 3.28000007947279e-01, 3.420000087420096e-01, 3.560000039736313e-01, 3.700000047683716e-01, 3.840000055630882e-01, 3.980000063577959e-01, 4.119999960263899e-01, 4.259999968210932e-01, 4.399999976158142e-01, 4.539999984105589e-01, 4.679999992052859e-01, 4.819999888738325e-01, 4.960000007947223e-01, 5.099999904632568e-01, 5.239999801318861e-01, 5.379999920526989e-01, 5.519999817212574e-01, 5.659999936420702e-01, 5.799999833106995e-01, 5.939999729793287e-01, 6.079999849002362e-01, 6.219999745687e-01, 6.359999864897022e-01, 6.499999761581421e-01, 6.639999658267715e-01, 6.779999554954007e-01, 6.919999896687051e-01, 7.059999793371449e-01, 7.200000286102295e-01, 7.340000182786693e-01, 7.480000079471091e-01, 7.620000421204135e-01, 7.760000317890429e-01, 7.900000214576721e-01, 8.040000111261119e-01, 8.180000007945517e-01, 8.320000349678561e-01, 8.460000246364855e-01, 8.600000143051147e-01, 8.74000003973744e-01, 8.879999936423734e-01, 9.020000278152988e-01, 9.16000017483928e-01, 9.300000071525574e-01, 9.439999968211867e-01, 9.57999986489816e-01, 9.720000206627414e-01, 9.860000103313706e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -vExh.y=[2.000000029802322e-01, 2.16000004967052e-01, 2.319999920527162e-01, 2.479999972184477e-01, 2.63999996026364e-01, 2.800000011920929e-01, 2.960000063578218e-01, 3.120000115235407e-01, 3.28000003973667e-01, 3.440000091393571e-01, 3.600000143051147e-01, 3.7599998966855e-01, 3.919999948342875e-01, 4.079999872843665e-01, 4.240000051656475e-01, 4.399999976158142e-01, 4.55999990065981e-01, 4.720000079472822e-01, 4.880000003973681e-01, 5.040000182786694e-01, 5.199999809265137e-01, 5.360000031790028e-01, 5.519999912579816e-01, 5.6800001351039e-01, 5.840000015893687e-01, 6.000000238418579e-01, 6.159999864897023e-01, 6.320000087418125e-01, 6.480000222522239e-01, 6.639999849002577e-01, 6.800000071525574e-01, 6.959999698004018e-01, 7.119999920528909e-01, 7.280000055629233e-01, 7.440000278154125e-01, 7.599999904632568e-01, 7.760000127157459e-01, 7.919999753635903e-01, 8.080000484782676e-01, 8.24000011126112e-01, 8.399999737739563e-01, 8.559999960264454e-01, 8.719999586742898e-01, 8.88000031788967e-01, 9.039999944368113e-01, 9.200000166893005e-01, 9.35999979337145e-01, 9.52000001589634e-01, 9.680000150996664e-01, 9.840000373521556e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -epsCal.epsS=[1.949999928474426e-01, 1.958999931454676e-01, 1.967999934434926e-01, 1.976999939203286e-01, 1.985999940395427e-01, 1.994999945163727e-01, 2.003999949932145e-01, 2.012999954700557e-01, 2.021999952316434e-01, 2.030999957084725e-01, 2.039999961853027e-01, 2.048999966621448e-01, 2.057999971389858e-01, 2.066999969005734e-01, 2.075999980926665e-01, 2.084999978542328e-01, 2.093999976158464e-01, 1.506000017881354e-01, 1.524000013113062e-01, 1.542000036954709e-01, 1.560000032186508e-01, 1.578000027418307e-01, 1.596000051259955e-01, 1.614000046491426e-01, 1.63200007033331e-01, 1.650000065565109e-01, 1.668000060796435e-01, 1.685999907017095e-01, 1.703999959469448e-01, 1.721999954700773e-01, 1.739999949932098e-01, 1.757999945163898e-01, 1.775999940395696e-01, 1.793999992847101e-01, 1.811999988078901e-01, 1.829999983310699e-01, 1.847999978542498e-01, 1.865999973774297e-01, 1.884000026225703e-01, 1.902000021457502e-01, 1.920000016689301e-01, 1.938000011921099e-01, 1.956000007152899e-01, 1.974000059604304e-01, 1.992000054836102e-01, 2.010000050067902e-01, 2.028000045299227e-01, 2.046000040530552e-01, 2.064000092982905e-01, 2.081999939203565e-01, 2.099999934434891e-01, 2.197999891917524e-01, 2.295999849400157e-01, 2.394000118413336e-01, 2.491999764369384e-01, 2.590000033378601e-01, 2.688000153378102e-01, 2.785999948340938e-01, 2.884000068348362e-01, 2.981999863311198e-01, 3.079999983310699e-01, 3.178000103310201e-01, 3.275999898273037e-01, 3.37400001828046e-01, 3.471999813243297e-01, 3.569999933242798e-01, 3.668000351261734e-01, 3.765999848205135e-01, 3.864000266233888e-01, 3.961999763175395e-01, 4.059999883174896e-01, 4.15800030119762e-01, 4.255999798139128e-01, 4.354000216165986e-01, 4.451999713107493e-01, 4.550000131130219e-01, 4.64800025112972e-01, 4.745999748071227e-01, 4.84400016609998e-01, 4.941999663043382e-01, 5.040000081062317e-01, 5.138000499081252e-01, 5.235999698003324e-01, 5.334000116030183e-01, 5.431999910991124e-01, 5.529999732971191e-01, 5.628000150997706e-01, 5.725999945958647e-01, 5.824000363985505e-01, 5.921999562907578e-01, 6.019999980926514e-01, 6.118000398945449e-01, 6.215999597867522e-01, 6.31400001589817e-01, 6.411999810862901e-01, 6.510000228881836e-01, 6.608000050861902e-01, 6.705999845822843e-01, 6.804000263849702e-01, 6.901999462771775e-01, 6.99999988079071e-01] -epsCal.epsL=[2.700000107288361e-01, 2.68200010132786e-01, 2.664000095367361e-01, 2.64600008583064e-01, 2.628000083446358e-01, 2.61000007390976e-01, 2.592000064372924e-01, 2.574000054836099e-01, 2.556000059604345e-01, 2.538000050067764e-01, 2.520000040531158e-01, 2.502000030994435e-01, 2.484000021457735e-01, 2.466000026225981e-01, 2.448000002384356e-01, 2.430000007152557e-01, 2.412000011920759e-01, 1.206000005960425e-01, 1.224000001192133e-01, 1.24200002503378e-01, 1.260000020265579e-01, 1.278000015497378e-01, 1.296000039339026e-01, 1.314000034570734e-01, 1.332000058412381e-01, 1.35000005364418e-01, 1.368000048875506e-01, 1.386000044106831e-01, 1.404000096559183e-01, 1.421999942779844e-01, 1.439999938011169e-01, 1.457999933242969e-01, 1.475999928474767e-01, 1.493999980926173e-01, 1.511999976157972e-01, 1.529999971389771e-01, 1.547999966621569e-01, 1.565999961853368e-01, 1.584000014304774e-01, 1.602000009536573e-01, 1.620000004768372e-01, 1.63800000000017e-01, 1.65599999523197e-01, 1.674000047683375e-01, 1.692000042915174e-01, 1.710000038146973e-01, 1.728000033378772e-01, 1.746000028609623e-01, 1.764000081061976e-01, 1.782000076293775e-01, 1.800000071525574e-01, 1.883999949932421e-01, 1.967999828340215e-01, 2.052000122784924e-01, 2.135999734167969e-01, 2.220000028610229e-01, 2.304000174040879e-01, 2.387999934433837e-01, 2.472000079871277e-01, 2.555999840262341e-01, 2.639999985694885e-01, 2.72400013112743e-01, 2.808000040529158e-01, 2.892000185966597e-01, 2.975999797350786e-01, 3.059999942779541e-01, 3.144000088212086e-01, 3.227999997613814e-01, 3.312000143051254e-01, 3.395999754435442e-01, 3.479999899864197e-01, 3.564000343316174e-01, 3.647999954698469e-01, 3.732000100135909e-01, 3.815999711520098e-01, 3.899999856948853e-01, 3.984000300400831e-01, 4.067999911783125e-01, 4.15200005722246e-01, 4.235999668604755e-01, 4.320000112056732e-01, 4.404000257485487e-01, 4.487999868869675e-01, 4.572000014307115e-01, 4.655999923708843e-01, 4.740000069141388e-01, 4.824000214570143e-01, 4.907999825954332e-01, 4.991999971391771e-01, 5.075999880793499e-01, 5.15999972820282e-01, 5.244000171658588e-01, 5.328000081060317e-01, 5.411999928476428e-01, 5.495999837878155e-01, 5.580000281333923e-01, 5.664000128743243e-01, 5.748000038144971e-01, 5.831999885561082e-01, 5.915999794962811e-01, 6.000000238418579e-01] +VSup.y=[3.00000011920929e-01, 3.140000099341042e-01, 3.28000007947279e-01, 3.420000087420096e-01, 3.560000039736313e-01, 3.700000047683716e-01, 3.840000055630882e-01, 3.980000063577959e-01, 4.119999960263899e-01, 4.259999968210932e-01, 4.399999976158142e-01, 4.539999984105589e-01, 4.679999992052859e-01, 4.819999888738325e-01, 4.960000007947223e-01, 5.099999904632568e-01, 5.239999801318861e-01, 5.379999920526989e-01, 5.519999817212574e-01, 5.659999936420702e-01, 5.799999833106995e-01, 5.939999729793287e-01, 6.079999849002362e-01, 6.219999745687e-01, 6.359999864897022e-01, 6.499999761581421e-01, 6.639999658267715e-01, 6.779999554954007e-01, 6.919999896687051e-01, 7.059999793371449e-01, 7.200000286102295e-01, 7.340000182786693e-01, 7.480000079471091e-01, 7.620000421204135e-01, 7.760000317890429e-01, 7.900000214576721e-01, 8.040000111261119e-01, 8.180000007945517e-01, 8.320000349678561e-01, 8.460000246364855e-01, 8.600000143051147e-01, 8.74000003973744e-01, 8.879999936423734e-01, 9.020000278152988e-01, 9.16000017483928e-01, 9.300000071525574e-01, 9.439999968211867e-01, 9.57999986489816e-01, 9.720000206627414e-01, 9.860000103313706e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +VExh.y=[2.000000029802322e-01, 2.16000004967052e-01, 2.319999920527162e-01, 2.479999972184477e-01, 2.63999996026364e-01, 2.800000011920929e-01, 2.960000063578218e-01, 3.120000115235407e-01, 3.28000003973667e-01, 3.440000091393571e-01, 3.600000143051147e-01, 3.7599998966855e-01, 3.919999948342875e-01, 4.079999872843665e-01, 4.240000051656475e-01, 4.399999976158142e-01, 4.55999990065981e-01, 4.720000079472822e-01, 4.880000003973681e-01, 5.040000182786694e-01, 5.199999809265137e-01, 5.360000031790028e-01, 5.519999912579816e-01, 5.6800001351039e-01, 5.840000015893687e-01, 6.000000238418579e-01, 6.159999864897023e-01, 6.320000087418125e-01, 6.480000222522239e-01, 6.639999849002577e-01, 6.800000071525574e-01, 6.959999698004018e-01, 7.119999920528909e-01, 7.280000055629233e-01, 7.440000278154125e-01, 7.599999904632568e-01, 7.760000127157459e-01, 7.919999753635903e-01, 8.080000484782676e-01, 8.24000011126112e-01, 8.399999737739563e-01, 8.559999960264454e-01, 8.719999586742898e-01, 8.88000031788967e-01, 9.039999944368113e-01, 9.200000166893005e-01, 9.35999979337145e-01, 9.52000001589634e-01, 9.680000150996664e-01, 9.840000373521556e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +epsCal.epsSen=[1.949999928474426e-01, 1.958999931454676e-01, 1.967999934434926e-01, 1.976999939203286e-01, 1.985999940395427e-01, 1.994999945163727e-01, 2.003999949932145e-01, 2.012999954700557e-01, 2.021999952316434e-01, 2.030999957084725e-01, 2.039999961853027e-01, 2.048999966621448e-01, 2.057999971389858e-01, 2.066999969005734e-01, 2.075999980926665e-01, 2.084999978542328e-01, 2.093999976158464e-01, 1.506000017881354e-01, 1.524000013113062e-01, 1.542000036954709e-01, 1.560000032186508e-01, 1.578000027418307e-01, 1.596000051259955e-01, 1.614000046491426e-01, 1.63200007033331e-01, 1.650000065565109e-01, 1.668000060796435e-01, 1.685999907017095e-01, 1.703999959469448e-01, 1.721999954700773e-01, 1.739999949932098e-01, 1.757999945163898e-01, 1.775999940395696e-01, 1.793999992847101e-01, 1.811999988078901e-01, 1.829999983310699e-01, 1.847999978542498e-01, 1.865999973774297e-01, 1.884000026225703e-01, 1.902000021457502e-01, 1.920000016689301e-01, 1.938000011921099e-01, 1.956000007152899e-01, 1.974000059604304e-01, 1.992000054836102e-01, 2.010000050067902e-01, 2.028000045299227e-01, 2.046000040530552e-01, 2.064000092982905e-01, 2.081999939203565e-01, 2.099999934434891e-01, 2.197999891917524e-01, 2.295999849400157e-01, 2.394000118413336e-01, 2.491999764369384e-01, 2.590000033378601e-01, 2.688000153378102e-01, 2.785999948340938e-01, 2.884000068348362e-01, 2.981999863311198e-01, 3.079999983310699e-01, 3.178000103310201e-01, 3.275999898273037e-01, 3.37400001828046e-01, 3.471999813243297e-01, 3.569999933242798e-01, 3.668000351261734e-01, 3.765999848205135e-01, 3.864000266233888e-01, 3.961999763175395e-01, 4.059999883174896e-01, 4.15800030119762e-01, 4.255999798139128e-01, 4.354000216165986e-01, 4.451999713107493e-01, 4.550000131130219e-01, 4.64800025112972e-01, 4.745999748071227e-01, 4.84400016609998e-01, 4.941999663043382e-01, 5.040000081062317e-01, 5.138000499081252e-01, 5.235999698003324e-01, 5.334000116030183e-01, 5.431999910991124e-01, 5.529999732971191e-01, 5.628000150997706e-01, 5.725999945958647e-01, 5.824000363985505e-01, 5.921999562907578e-01, 6.019999980926514e-01, 6.118000398945449e-01, 6.215999597867522e-01, 6.31400001589817e-01, 6.411999810862901e-01, 6.510000228881836e-01, 6.608000050861902e-01, 6.705999845822843e-01, 6.804000263849702e-01, 6.901999462771775e-01, 6.99999988079071e-01] +epsCal.epsLat=[2.700000107288361e-01, 2.68200010132786e-01, 2.664000095367361e-01, 2.64600008583064e-01, 2.628000083446358e-01, 2.61000007390976e-01, 2.592000064372924e-01, 2.574000054836099e-01, 2.556000059604345e-01, 2.538000050067764e-01, 2.520000040531158e-01, 2.502000030994435e-01, 2.484000021457735e-01, 2.466000026225981e-01, 2.448000002384356e-01, 2.430000007152557e-01, 2.412000011920759e-01, 1.206000005960425e-01, 1.224000001192133e-01, 1.24200002503378e-01, 1.260000020265579e-01, 1.278000015497378e-01, 1.296000039339026e-01, 1.314000034570734e-01, 1.332000058412381e-01, 1.35000005364418e-01, 1.368000048875506e-01, 1.386000044106831e-01, 1.404000096559183e-01, 1.421999942779844e-01, 1.439999938011169e-01, 1.457999933242969e-01, 1.475999928474767e-01, 1.493999980926173e-01, 1.511999976157972e-01, 1.529999971389771e-01, 1.547999966621569e-01, 1.565999961853368e-01, 1.584000014304774e-01, 1.602000009536573e-01, 1.620000004768372e-01, 1.63800000000017e-01, 1.65599999523197e-01, 1.674000047683375e-01, 1.692000042915174e-01, 1.710000038146973e-01, 1.728000033378772e-01, 1.746000028609623e-01, 1.764000081061976e-01, 1.782000076293775e-01, 1.800000071525574e-01, 1.883999949932421e-01, 1.967999828340215e-01, 2.052000122784924e-01, 2.135999734167969e-01, 2.220000028610229e-01, 2.304000174040879e-01, 2.387999934433837e-01, 2.472000079871277e-01, 2.555999840262341e-01, 2.639999985694885e-01, 2.72400013112743e-01, 2.808000040529158e-01, 2.892000185966597e-01, 2.975999797350786e-01, 3.059999942779541e-01, 3.144000088212086e-01, 3.227999997613814e-01, 3.312000143051254e-01, 3.395999754435442e-01, 3.479999899864197e-01, 3.564000343316174e-01, 3.647999954698469e-01, 3.732000100135909e-01, 3.815999711520098e-01, 3.899999856948853e-01, 3.984000300400831e-01, 4.067999911783125e-01, 4.15200005722246e-01, 4.235999668604755e-01, 4.320000112056732e-01, 4.404000257485487e-01, 4.487999868869675e-01, 4.572000014307115e-01, 4.655999923708843e-01, 4.740000069141388e-01, 4.824000214570143e-01, 4.907999825954332e-01, 4.991999971391771e-01, 5.075999880793499e-01, 5.15999972820282e-01, 5.244000171658588e-01, 5.328000081060317e-01, 5.411999928476428e-01, 5.495999837878155e-01, 5.580000281333923e-01, 5.664000128743243e-01, 5.748000038144971e-01, 5.831999885561082e-01, 5.915999794962811e-01, 6.000000238418579e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt index f3812a75f04..ac99455a573 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt @@ -1,4 +1,4 @@ -last-generated=2023-09-25 +last-generated=2023-11-10 statistics-initialization= { "nonlinear": "0, 0", @@ -12,8 +12,8 @@ statistics-simulation= } time=[0e+00, 3.6e+02] hex.sta_a1.T=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.035499875386664e+02, 3.041499938964844e+02, 3.047499989827905e+02, 3.053500066121204e+02, 3.059500116982971e+02, 3.06549988810437e+02, 3.071499938964844e+02, 3.077499989827905e+02, 3.083500066121204e+02, 3.089500116982971e+02, 3.09549988810437e+02, 3.101499938964844e+02, 3.107499989827905e+02, 3.113500066121204e+02, 3.119500116982971e+02, 3.12549988810437e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] -hex.sta_b2.T=[3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001181335449866e+02, 3.001178588869774e+02, 3.00117584228645e+02, 3.001173095703125e+02, 3.0011703491198e+02, 3.001167602536476e+02, 3.001164855959618e+02, 3.001162109376294e+02, 3.00115966796875e+02, 3.001156921385425e+02, 3.001154174802101e+02, 3.001151428225243e+02, 3.001148681641919e+02, 3.001145935058594e+02, 3.001143188475269e+02, 3.001140441891944e+02, 3.001137695315087e+02, 3.004348447658125e+02, 3.00922607421875e+02, 3.014175406597673e+02, 3.0191964764611e+02, 3.02428954644026e+02, 3.029454659708347e+02, 3.034691772460938e+02, 3.040000601302227e+02, 3.045381169149179e+02, 3.050834040762606e+02, 3.056358346842317e+02, 3.061954956054688e+02, 3.067623281355757e+02, 3.073363652363308e+02, 3.07917571526332e+02, 3.085059824501044e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02] -epsS.y=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.039999936421325e-01, 7.099999785423279e-01, 7.160000103313168e-01, 7.220000079473634e-01, 7.279999801319602e-01, 7.340000373518938e-01, 7.400000095367432e-01, 7.459999817210873e-01, 7.519999793371339e-01, 7.580000111261229e-01, 7.640000087421696e-01, 7.699999809265137e-01, 7.760000127155026e-01, 7.820000103315492e-01, 7.87999982516146e-01, 7.940000397360796e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] -epsL.y=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.020000206629241e-01, 7.07999999205194e-01, 7.139999841055157e-01, 7.200000286102295e-01, 7.260000135102985e-01, 7.319999984106202e-01, 7.37999970595217e-01, 7.440000150998046e-01, 7.5e-01, 7.559999849001954e-01, 7.62000029404783e-01, 7.680000015893798e-01, 7.739999864897014e-01, 7.799999713897705e-01, 7.860000158944843e-01, 7.92000000794806e-01, 7.979999729794028e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] +hex.sta_b2.T=[3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819664001467107e+02, 3.819653015145773e+02, 3.819642028813121e+02, 3.819631042480469e+02, 3.819620056147817e+02, 3.819609069815164e+02, 3.819598083505148e+02, 3.819587097172496e+02, 3.819576110839844e+02, 3.819565124507192e+02, 3.819554138174539e+02, 3.819543151864523e+02, 3.819532165531871e+02, 3.819521179199219e+02, 3.819510192866567e+02, 3.819499206533914e+02, 3.819488220225192e+02, 3.811784978032673e+02, 3.80029541015625e+02, 3.788877887961733e+02, 3.777532033876067e+02, 3.766258249279199e+02, 3.75505643860078e+02, 3.743926391601562e+02, 3.732868365866825e+02, 3.72188200976727e+02, 3.710967721630183e+02, 3.700125408937875e+02, 3.689354858398438e+02, 3.678656329126067e+02, 3.668029776184524e+02, 3.65747498450851e+02, 3.646991864626533e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02] +epsSen.y=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.039999936421325e-01, 7.099999785423279e-01, 7.160000103313168e-01, 7.220000079473634e-01, 7.279999801319602e-01, 7.340000373518938e-01, 7.400000095367432e-01, 7.459999817210873e-01, 7.519999793371339e-01, 7.580000111261229e-01, 7.640000087421696e-01, 7.699999809265137e-01, 7.760000127155026e-01, 7.820000103315492e-01, 7.87999982516146e-01, 7.940000397360796e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] +epsLat.y=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.020000206629241e-01, 7.07999999205194e-01, 7.139999841055157e-01, 7.200000286102295e-01, 7.260000135102985e-01, 7.319999984106202e-01, 7.37999970595217e-01, 7.440000150998046e-01, 7.5e-01, 7.559999849001954e-01, 7.62000029404783e-01, 7.680000015893798e-01, 7.739999864897014e-01, 7.799999713897705e-01, 7.860000158944843e-01, 7.92000000794806e-01, 7.979999729794028e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] hex.sta_b2.X[1]=[1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140400022013981e-02, 1.141600030388429e-02, 1.14280004003445e-02, 1.143999956548214e-02, 1.145199966194235e-02, 1.146399975840257e-02, 1.147599982943131e-02, 1.148799992589153e-02, 1.150000002235174e-02, 1.151200011881195e-02, 1.152400021527217e-02, 1.153600028630092e-02, 1.154800038276113e-02, 1.155999954789877e-02, 1.157199964435898e-02, 1.15839997408192e-02, 1.159599981184794e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02] hex.sta_b1.X[1]=[1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066133845839978e-02, 1.06498971678448e-02, 1.06384558651662e-02, 1.062701363116503e-02, 1.061557232848643e-02, 1.060413102580783e-02, 1.059268881605389e-02, 1.058124751337529e-02, 1.05698062106967e-02, 1.05583649080181e-02, 1.054692267401693e-02, 1.053548139558556e-02, 1.052404009290696e-02, 1.051259879022837e-02, 1.05011565562272e-02, 1.04897152535486e-02, 1.047827397511723e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt new file mode 100644 index 00000000000..20d1b1d88f5 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt @@ -0,0 +1,18 @@ +last-generated=2023-11-10 +statistics-simulation= +{ + "linear": "4, 4", + "nonlinear": "0, 0, 0, 0", + "number of continuous time states": "8", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+02] +whe.hex.sta_b1.T=[3.0169677734375e+02, 3.020980224542517e+02, 3.015710448876942e+02, 3.025562740145317e+02, 3.023825073058025e+02, 3.02208740234375e+02, 3.020349731629313e+02, 3.018611755739418e+02, 3.016874084104332e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.017225035552338e+02, 3.022267451780959e+02, 3.027310178526552e+02, 3.032352905273438e+02, 3.037395632019677e+02, 3.042438053591428e+02, 3.047480769650759e+02, 3.052523496397645e+02, 3.057566223144531e+02, 3.062608644715636e+02, 3.067651371462522e+02, 3.072694087521853e+02, 3.077736509093605e+02, 3.082779235839844e+02, 3.08782196258673e+02, 3.092864689332322e+02, 3.097907100218459e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.100744936963952e+02, 3.10406768523571e+02, 3.107200017324122e+02, 3.110142517089844e+02, 3.112895198099116e+02, 3.115458060419201e+02, 3.117831123385358e+02, 3.120014346769694e+02, 3.122007751464844e+02, 3.123811337403544e+02, 3.125425104647884e+02, 3.126848759327283e+02, 3.128082887641048e+02, 3.129126892089844e+02, 3.129981382955385e+02, 3.130645749955959e+02, 3.131120301514034e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02] +TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] +whe.port_a1.m_flow=[1.048808860778809e+01, 3.534681217430925e+00, 1.311995086062455e+00, 4.445311707869884e-01, 1.700972625798763e-01, 7.864898443222046e-02, 4.26406365415155e-02, 2.625041338992495e-02, 1.704261399814941e-02, 6.731700451167446e-03, 1.929930760525167e-03, 5.19898878226877e-04, 1.50407721983734e-04, 4.973555893295392e-05, 1.922406472004051e-05, 8.699256795807742e-06, 4.566546403260437e-06, 2.743842563332655e-06, 2.053543813035159e-06, 2.283415546398604e-06, 4.24367499363143e-06, 1.371862337495451e-05, 6.891370288247582e-05, 4.27686573716586e-04, 2.482284469290782e-03, 9.976674802601337e-03, 2.051334780802471e-02, 2.980265306244997e-02, 4.459714132813853e-02, 6.846057897213285e-02, 1.0739815980196e-01, 1.71518853929773e-01, 2.775896202270899e-01, 4.519356499621749e-01, 7.275548406896168e-01, 1.10225474834442e+00, 1.467626250284854e+00, 1.800988965583616e+00, 2.148009957911702e+00, 2.495302780440627e+00, 2.831396102905273e+00, 3.147628502578373e+00, 3.438325160418683e+00, 3.700459506467932e+00, 3.933123476500328e+00, 4.136947631835938e+00, 4.313588814154752e+00, 4.465305922078191e+00, 4.594641106065937e+00, 4.704206157394582e+00, 4.796529293060303e+00, 4.873968479128361e+00, 4.938669253810398e+00, 4.992544131838229e+00, 5.037272997795386e+00, 5.074312686920166e+00, 5.104913186737961e+00, 5.130142230916406e+00, 5.150904639208953e+00, 5.167963530443009e+00, 5.18195915222168e+00, 5.193428021631745e+00, 5.202813632375171e+00, 5.210485929222674e+00, 5.216750631181624e+00, 5.221861362457275e+00, 5.226027005371494e+00, 5.181640981957875e+00, 5.038303021568525e+00, 4.889984827781753e+00, 4.736373901367188e+00, 4.577079093384015e+00, 4.411602113407898e+00, 4.239317294832093e+00, 4.059444590948388e+00, 3.870996713638306e+00, 3.672709808493914e+00, 3.462938798793179e+00, 3.23948924251345e+00, 2.999340822341678e+00, 2.738126993179321e+00, 2.449139392350175e+00, 2.121075855689745e+00, 1.731887264366506e+00, 1.581018567126699e+00, 1.58104145526886e+00, 1.581060409516593e+00, 1.581076621956729e+00, 1.581089735069529e+00, 1.581099867836909e+00, 1.581108689308167e+00, 1.581115484227565e+00, 1.581120610220953e+00, 1.581125140202251e+00, 1.581128358844984e+00, 1.581130862236023e+00, 1.581133008000203e+00, 1.581134438510667e+00, 1.581135630611647e+00, 1.581136584282932e+00, 1.58113706111908e+00] +whe.port_a2.m_flow=[2.079205513000488e+00, 1.056121564193484e+00, 4.149843560682353e-01, 1.683278609693609e-01, 8.212056244744809e-02, 4.649123549461365e-02, 2.985093501270831e-02, 2.12394255369423e-02, 1.564828307994401e-02, 6.91529038146556e-03, 2.193103078752756e-03, 6.475104592431872e-04, 2.03734099267616e-04, 7.279477127678111e-05, 3.023421095748844e-05, 1.463056742068147e-05, 8.178270202064418e-06, 5.113524880471423e-06, 3.827059172334221e-06, 4.255456069863195e-06, 7.908666702860501e-06, 2.556652575265841e-05, 1.28430081983204e-04, 7.970522324965759e-04, 4.626069241358784e-03, 1.859248243272305e-02, 3.822584311045873e-02, 5.55303400357215e-02, 8.307610637077005e-02, 1.27452678723627e-01, 1.996379047632217e-01, 3.175587125447499e-01, 5.084723560452256e-01, 8.041527942357976e-01, 1.199883762297198e+00, 1.586803197860716e+00, 2.00367376941281e+00, 2.458621422916956e+00, 2.932357384009244e+00, 3.406464415001182e+00, 3.865282297134399e+00, 4.296987300500597e+00, 4.693832237521511e+00, 5.05168504351775e+00, 5.36930610863456e+00, 5.647556781768799e+00, 5.88869914669405e+00, 6.09581534128153e+00, 6.272377350955578e+00, 6.421950569010547e+00, 6.547985076904297e+00, 6.65370161554274e+00, 6.742027826579627e+00, 6.81557506501172e+00, 6.876637074312026e+00, 6.927201271057129e+00, 6.96897547848828e+00, 7.00341704101847e+00, 7.031761147252066e+00, 7.055049454420584e+00, 7.074155330657959e+00, 7.089811777447055e+00, 7.102624902798787e+00, 7.113098136355917e+00, 7.12165070861453e+00, 7.128627777099609e+00, 7.134314051342613e+00, 7.138917449568296e+00, 7.142679211530782e+00, 7.145767216534288e+00, 7.148281574249268e+00, 7.150323387775447e+00, 7.151974196101147e+00, 7.153303627152726e+00, 7.154373647379137e+00, 7.155238628387451e+00, 7.155939101085502e+00, 7.156506536620634e+00, 7.156966210785966e+00, 7.15733861979e+00, 7.157640933990479e+00, 7.157885074235512e+00, 7.158081530918329e+00, 7.158241272441551e+00, 7.158366203498089e+00, 7.158470153808594e+00, 7.158555984363678e+00, 7.158628940355912e+00, 7.158688545396823e+00, 7.158734321666998e+00, 7.158774375915527e+00, 7.158805370286347e+00, 7.158828735270719e+00, 7.158848762568797e+00, 7.158863544484323e+00, 7.158874988555908e+00, 7.158884525282904e+00, 7.158890724165961e+00, 7.158896446244196e+00, 7.158900260933377e+00, 7.158903121948242e+00] +TExh.y=[2.931499938964844e+02, 2.931499938964844e+02] +whe.hex.sta_b2.T=[3.004939270019531e+02, 2.993744201517669e+02, 2.991494140611499e+02, 2.933716140795759e+02, 2.935203247252049e+02, 2.937070007324219e+02, 2.939316405995989e+02, 2.941942748434571e+02, 2.944948731153983e+02, 2.947939452346959e+02, 2.950138854980469e+02, 2.953097230427405e+02, 2.956602782438666e+02, 2.960101013860418e+02, 2.962911986295757e+02, 2.9644482421875e+02, 2.964433593371004e+02, 2.964300536700629e+02, 2.966230161937939e+02, 2.968159484045788e+02, 2.970088806152344e+02, 2.972018433434681e+02, 2.973947755542529e+02, 2.975877378734814e+02, 2.977806700842663e+02, 2.979736328125e+02, 2.981665650231556e+02, 2.983594972339404e+02, 2.985524595531689e+02, 2.987453917639538e+02, 2.989383544921875e+02, 2.991312867029077e+02, 2.993242189136279e+02, 2.995171812328564e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.994645687944209e+02, 2.991137393110478e+02, 2.98762938858373e+02, 2.984121398925781e+02, 2.980613104092051e+02, 2.977105114434101e+02, 2.973597095038555e+02, 2.970088800204824e+02, 2.966580810546875e+02, 2.963072820888926e+02, 2.959564831230976e+02, 2.956056506659649e+02, 2.952548517001699e+02, 2.94904052734375e+02, 2.94553223251002e+02, 2.94202424285207e+02, 2.938516223456524e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02] +whe.bypDamPos=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.999998683733009e-02, 7.999994734933988e-02, 1.399999751647862e-01, 2.000000029802322e-01, 2.600000158945803e-01, 3.200000437099634e-01, 3.799999443691076e-01, 4.399999721845537e-01, 5e-01, 5.600000278155095e-01, 6.200000556310187e-01, 6.799999562899105e-01, 7.399999841054195e-01, 8.00000011920929e-01, 8.600000397363119e-01, 9.200000675516949e-01, 9.799999682108395e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +whe.effCal.epsSen=[7.370360493659973e-01, 6.239786729734462e-01, 6.01264893872165e-01, 6.000000238420474e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01] +whe.effCal.epsLat=[5.740721225738525e-01, 3.479573101841096e-01, 3.02529751981543e-01, 3.000000119213237e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt new file mode 100644 index 00000000000..6039b1caad9 --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt @@ -0,0 +1,17 @@ +last-generated=2023-11-10 +statistics-simulation= +{ + "linear": " ", + "nonlinear": "0, 0", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+02] +whe.hex.sta_b1.T=[3.020537414550781e+02, 3.010730285445009e+02, 3.003887023605963e+02, 2.998201599405503e+02, 2.99318450877692e+02, 2.988617248535156e+02, 2.984379272898141e+02, 2.980395813813535e+02, 2.976616820510698e+02, 2.973691711604931e+02, 2.973280944824219e+02, 2.97289001448675e+02, 2.972515869218558e+02, 2.972156371995936e+02, 2.971810302879247e+02, 2.971476440429688e+02, 2.971152953967039e+02, 2.971551208110307e+02, 2.973334043920042e+02, 2.975054625746304e+02, 2.976712646484375e+02, 2.978307800953301e+02, 2.979840699509819e+02, 2.981311033930011e+02, 2.982718505273419e+02, 2.984063720703125e+02, 2.985346069863686e+02, 2.986566163110545e+02, 2.987723387712097e+02, 2.988818053745846e+02, 2.989850463867188e+02, 2.990820007719383e+02, 2.991726990483389e+02, 2.992571410438202e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.993005676696387e+02, 2.993515624562797e+02, 2.994040528251788e+02, 2.994582214355469e+02, 2.995142210951698e+02, 2.995722654252834e+02, 2.996325990865004e+02, 2.996954651975796e+02, 2.997612915039062e+02, 2.998305052510568e+02, 2.999036557518157e+02, 2.999815371404915e+02, 3.000652162134645e+02, 3.001562194824219e+02, 3.00256866276575e+02, 3.003711238567621e+02, 3.005066228385799e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02] +TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] +whe.port_a1.m_flow=[5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.196152087538905e+00, 5.049752360948927e+00, 4.898979403475134e+00, 4.74341630935669e+00, 4.582576074528673e+00, 4.415880776955356e+00, 4.242639893361339e+00, 4.062019033670093e+00, 3.872983455657959e+00, 3.67423497285181e+00, 3.464102282570797e+00, 3.240369483078843e+00, 2.99999957255236e+00, 2.73861289024353e+00, 2.449490344704764e+00, 2.121321427153636e+00, 1.73204926954039e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00] +whe.port_a2.m_flow=[1.1180340051651e+00, 2.061552781624085e+00, 2.692582397779576e+00, 3.201562141016511e+00, 3.640054984359655e+00, 4.031128883361816e+00, 4.387482129776406e+00, 4.716990403032988e+00, 5.024937692591159e+00, 5.315072893044394e+00, 5.590169906616211e+00, 5.852349866314215e+00, 6.103277630961695e+00, 6.344288875909839e+00, 6.576473139071381e+00, 6.800735473632812e+00, 7.017834276875721e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00] +TExh.y=[2.931499938964844e+02, 2.931499938964844e+02] +whe.hex.sta_b2.T=[2.983030700683594e+02, 2.98444061282082e+02, 2.98538299564872e+02, 2.986142883263189e+02, 2.986797180240295e+02, 2.987380676269531e+02, 2.987911987250199e+02, 2.988403015035826e+02, 2.988861999605497e+02, 2.988618775540056e+02, 2.986195068359375e+02, 2.984097289218982e+02, 2.982257690800276e+02, 2.980628051435407e+02, 2.979170532818339e+02, 2.977857360839844e+02, 2.976665954112541e+02, 2.976951293295651e+02, 2.980044553026613e+02, 2.983183592411226e+02, 2.986368408203125e+02, 2.98959900040425e+02, 2.992875369011368e+02, 2.996197812108638e+02, 2.999565733428141e+02, 3.002979736328125e+02, 3.006439210462847e+02, 3.009944766178049e+02, 3.013496090723207e+02, 3.017093199150794e+02, 3.020736083984375e+02, 3.024424745227182e+02, 3.028159182875981e+02, 3.031939388869025e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.032160641847235e+02, 3.028967593062613e+02, 3.025700372798999e+02, 3.022352905273438e+02, 3.018916021515605e+02, 3.015380261156481e+02, 3.011734301355792e+02, 3.007963860655318e+02, 3.004051513671875e+02, 2.999975287793192e+02, 2.995706801870813e+02, 2.991209090659422e+02, 2.986430960802065e+02, 2.981298522949219e+02, 2.97569825206209e+02, 2.969439719612155e+02, 2.962150851039056e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02] +whe.wheSpe=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.020000206629241e-01, 7.07999999205194e-01, 7.139999841055157e-01, 7.200000286102295e-01, 7.260000135102985e-01, 7.319999984106202e-01, 7.37999970595217e-01, 7.440000150998046e-01, 7.5e-01, 7.559999849001954e-01, 7.62000029404783e-01, 7.680000015893798e-01, 7.739999864897014e-01, 7.799999713897705e-01, 7.860000158944843e-01, 7.92000000794806e-01, 7.979999729794028e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] +whe.effCal.epsSen=[5.170192718505859e-01, 5.312478545138076e-01, 5.40760577160995e-01, 5.484306212443264e-01, 5.550360686130297e-01, 5.609251856803894e-01, 5.662894839513049e-01, 5.71247934274199e-01, 5.758802900235686e-01, 5.802431088486153e-01, 5.843783617019653e-01, 5.883180515327717e-01, 5.920873276485421e-01, 5.957063444002655e-01, 5.991915449841776e-01, 6.025567054748535e-01, 6.058131469921517e-01, 6.096656311435854e-01, 6.148764446907661e-01, 6.200872637596438e-01, 6.252980828285217e-01, 6.305089018972733e-01, 6.357197209660248e-01, 6.40930528991761e-01, 6.461413480606387e-01, 6.513521671295166e-01, 6.565629861983945e-01, 6.617738052672723e-01, 6.669846132927558e-01, 6.721954323616336e-01, 6.774062514305115e-01, 6.826170704993894e-01, 6.878278895682671e-01, 6.930386975937507e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.939390280270684e-01, 6.913816950792416e-01, 6.887478782950465e-01, 6.860304474830627e-01, 6.832208085675543e-01, 6.803089480480323e-01, 6.772826804871406e-01, 6.741275136373681e-01, 6.708253622055054e-01, 6.673535168688834e-01, 6.636828311578116e-01, 6.597745876503653e-01, 6.555756851872224e-01, 6.510096788406372e-01, 6.459591478277363e-01, 6.402265635537387e-01, 6.334265803313571e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01] +whe.effCal.epsLat=[4.040385484695435e-01, 4.324957435983013e-01, 4.515210994857404e-01, 4.668611876524033e-01, 4.80072171796706e-01, 4.918503165245056e-01, 5.025789726709812e-01, 5.124958733167062e-01, 5.217605252109901e-01, 5.304862224656023e-01, 5.387567281723022e-01, 5.466361078337888e-01, 5.541746600654557e-01, 5.614126935689026e-01, 5.683831543412451e-01, 5.751133561134338e-01, 5.816263583570672e-01, 5.875312675324159e-01, 5.925528960573978e-01, 5.975745299035463e-01, 6.025961637496948e-01, 6.076177975958433e-01, 6.126394314419918e-01, 6.176610546458072e-01, 6.226826884919557e-01, 6.277043223381042e-01, 6.327259561842528e-01, 6.377475900304013e-01, 6.427692132342167e-01, 6.477908470803652e-01, 6.528124809265137e-01, 6.578341147726622e-01, 6.628557486188107e-01, 6.678773718228788e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.678780870485522e-01, 6.627633615482537e-01, 6.574957875840031e-01, 6.520609259605408e-01, 6.46441648129524e-01, 6.406178674858352e-01, 6.345653919676859e-01, 6.282549986645067e-01, 6.216506958007812e-01, 6.147070647321822e-01, 6.073656933100384e-01, 5.99549206295146e-01, 5.911514013683548e-01, 5.820193886756897e-01, 5.719183266498878e-01, 5.604531581018929e-01, 5.468531916571295e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01] diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos index 35153c815f9..d74554742d4 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos @@ -1,5 +1,5 @@ simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation", stopTime=120, method="CVode", tolerance=1e-6, resultFile="EffectivenessCalculation"); -createPlot(id=1, position={55, 14, 975, 618}, y={"y.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=101, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={55, 14, 975, 618}, y={"whSpe.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=101, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); createPlot(id=1, position={55, 14, 975, 618}, y={"TSup.y", "TExh.y"}, range={0.0, 120.0, 280.0, 320.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"K", "K"}); -createPlot(id=1, position={55, 14, 975, 618}, y={"vSup.y", "vExh.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"m3/s", "m3/s"}); -createPlot(id=1, position={55, 14, 975, 618}, y={"epsCal.epsS", "epsCal.epsL"}, range={0.0, 120.0, 0.0, 1.0}, grid=true, subPlot=104, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); +createPlot(id=1, position={55, 14, 975, 618}, y={"VSup.y", "VExh.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"m3/s", "m3/s"}); +createPlot(id=1, position={55, 14, 975, 618}, y={"epsCal.epsSen", "epsCal.epsLat"}, range={0.0, 120.0, 0.0, 1.0}, grid=true, subPlot=104, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos index 9a031778b18..0b2495e9a4b 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos @@ -1,4 +1,4 @@ simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchagerWithInputEffectiveness", stopTime=360, method="CVode", tolerance=1e-6, resultFile="HeatExchagerWithInputEffectiveness"); createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_a1.T", "hex.sta_b2.T"}, range={0.0, 360.0, 25.0, 45.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); -createPlot(id=1, position={28, 18, 1047, 662}, y={"epsS.y", "epsL.y"}, range={0.0, 360.0, 0.65, 0.8500000000000001}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={28, 18, 1047, 662}, y={"epsSen.y", "epsLat.y"}, range={0.0, 360.0, 0.65, 0.8500000000000001}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}); createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_b2.X[1]", "hex.sta_b1.X[1]"}, range={0.0, 360.0, 0.01, 0.012}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, displayUnits={"kg/kg", "kg/kg"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos index 24412531e70..62ecded97fc 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos @@ -2,5 +2,5 @@ simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Whee createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.yBypDam"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.bypDamPos"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos index 451258bfeba..1b9d32bfc4e 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos @@ -3,4 +3,4 @@ createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.wheSpe"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsS", "whe.effCal.epsL"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos index bbd2548b96f..92fee4abf5b 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos @@ -1,10 +1,10 @@ compareVars := { - "y.y", + "whSpe.y", "TSup.y", "TExh.y", - "vSup.y", - "vExh.y", - "epsCal.epsS", - "epsCal.epsL" + "VSup.y", + "VExh.y", + "epsCal.epsSen", + "epsCal.epsLat" }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchagerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchagerWithInputEffectiveness.mos index d3c7eec0c58..186c00ab46b 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchagerWithInputEffectiveness.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchagerWithInputEffectiveness.mos @@ -2,8 +2,8 @@ compareVars := { "hex.sta_a1.T", "hex.sta_b2.T", - "epsS.y", - "epsL.y", + "epsSen.y", + "epsLat.y", "hex.sta_b2.X[1]", "hex.sta_b1.X[1]" }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam.mos deleted file mode 100644 index c91e511a830..00000000000 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.BypDam.mos +++ /dev/null @@ -1,12 +0,0 @@ -compareVars := - { - "whe.sta_b1.T", - "TSup.y", - "whe.m1_flow", - "whe.m2_flow", - "TExh.y", - "whe.sta_b2.T", - "whe.yBypDam", - "whe.effCal.epsS", - "whe.effCal.epsL" - }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe.mos deleted file mode 100644 index 968dfc40b9f..00000000000 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.VarSpe.mos +++ /dev/null @@ -1,12 +0,0 @@ -compareVars := - { - "whe.sta_b1.T", - "TSup.y", - "whe.m1_flow", - "whe.m2_flow", - "TExh.y", - "whe.sta_b2.T", - "whe.yWheSpe", - "whe.effCal.epsS", - "whe.effCal.epsL" - }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos new file mode 100644 index 00000000000..5eefc6bce8a --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos @@ -0,0 +1,12 @@ +compareVars := + { + "whe.hex.sta_b1.T", + "TSup.y", + "whe.port_a1.m_flow", + "whe.port_a2.m_flow", + "TExh.y", + "whe.hex.sta_b2.T", + "whe.bypDamPos", + "whe.effCal.epsSen", + "whe.effCal.epsLat" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos new file mode 100644 index 00000000000..8086a47f971 --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos @@ -0,0 +1,12 @@ +compareVars := + { + "whe.hex.sta_b1.T", + "TSup.y", + "whe.port_a1.m_flow", + "whe.port_a2.m_flow", + "TExh.y", + "whe.hex.sta_b2.T", + "whe.wheSpe", + "whe.effCal.epsSen", + "whe.effCal.epsLat" + }; From 4bfe833eb8a7d44eb459a43cabfd431f64790aa0 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Sun, 12 Nov 2023 23:05:42 -0500 Subject: [PATCH 098/196] model doc update and clean up --- .../BaseClasses/EffectivenessCalculation.mo | 8 +-- .../HeatExchagerWithInputEffectiveness.mo | 4 +- .../Validation/EffectivenessCalculation.mo | 16 +++--- .../HeatExchagerWithInputEffectiveness.mo | 26 ++++++---- .../Examples/WheelWithBypassDamper.mo | 33 +++++++----- .../Examples/WheelWithVariableSpeed.mo | 42 ++++++++++----- .../Types/RecoveryControlType.mo | 33 ------------ .../AirToAirHeatRecovery/Types/package.order | 1 - .../WheelWithBypassDamper.mo | 51 +++++++++++-------- .../WheelWithVariableSpeed.mo | 41 +++++++++------ .../Examples/WheelWithBypassDamper.mos | 2 +- .../Examples/WheelWithVariableSpeed.mos | 2 +- ...ecovery.Examples.WheelWithBypassDamper.mos | 1 - ...covery.Examples.WheelWithVariableSpeed.mos | 1 - 14 files changed, 137 insertions(+), 124 deletions(-) delete mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo delete mode 100644 Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo index 5450ef06d8c..6e539ef6ff1 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo @@ -70,7 +70,7 @@ equation rat = (VSup_flow + VExh_flow)/2/VSup_flow_nominal; // check if the extrapolation goes too far. assert(rat > 0.5 and rat < 1.3, - "Operating flow rate outside full accuracy range", + "Operating flow rate outside the full accuracy range", level=AssertionLevel.warning); epsSen_ParLoa = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsSenCoo_ParLoa, epsSenHea_ParLoa, 1e-5); @@ -137,9 +137,9 @@ Otherwise, it is considered to operate under a heating mode.

                                                Note: -The average volumetric air flow rate should be between 50% and 130% of the nominal supply air flow rate to ensure reasonable extrapolation. -In addition, air flows through the heat exchanger may be unbalanced, i.e., rat1. -However, but an unbalanced air flow ratio greater than 2, i.e., rat > 2 or rat < 0.5, is not recommended. +The rat should be between 0.5 and 1.3 to ensure reasonable extrapolation. +Likewise, an unbalanced air flow ratio greater than 2, i.e., VSup_flow/VExh_flow > 2 or VSup_flow/VExh_flow < 0.5, +is not recommended.

                                                References

                                                diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo index 19f780b92ac..d9571d95f79 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo @@ -113,7 +113,7 @@ Documentation(info=" This block is identical to Buildings.Fluid.MassExchangers.ConstantEffectivenesst, -except that the effectiveness are inputs rather than parameters. +except that the sensible and latent effectiveness are inputs rather than parameters.

                                                This model transfers heat and moisture in the amount of @@ -123,7 +123,7 @@ This model transfers heat and moisture in the amount of where epsSen and epsLat are input effectiveness -for the sensible and latent heat transfer, +for the sensible and latent heat transfer, respectively; Q_max is the maximum sensible heat that can be transferred and mWat_max is the maximum moisture that can be transferred. diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo index fc2f5dbd8bf..30d21152593 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo @@ -49,15 +49,19 @@ model EffectivenessCalculation "Exhaust air flow rate" annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); equation - connect(VSup.y, epsCal.VSup_flow) annotation (Line(points={{-59,70},{-28,70},{ + connect(VSup.y, epsCal.VSup_flow) + annotation (Line(points={{-59,70},{-28,70},{ -28,8},{-14,8}}, color={0,0,127})); - connect(VExh.y, epsCal.VExh_flow) annotation (Line(points={{-59,30},{-40,30},{ + connect(VExh.y, epsCal.VExh_flow) + annotation (Line(points={{-59,30},{-40,30},{ -40,4},{-14,4}}, color={0,0,127})); connect(whSpe.y, epsCal.wheSpe) annotation (Line(points={{-59,0},{-14,0}}, color={0,0,127})); - connect(TSup.y, epsCal.TSup) annotation (Line(points={{-59,-40},{-40,-40},{-40, + connect(TSup.y, epsCal.TSup) + annotation (Line(points={{-59,-40},{-40,-40},{-40, -4},{-14,-4}}, color={0,0,127})); - connect(TExh.y, epsCal.TExh) annotation (Line(points={{-59,-80},{-28,-80},{-28, + connect(TExh.y, epsCal.TExh) + annotation (Line(points={{-59,-80},{-28,-80},{-28, -8},{-14,-8}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( coordinateSystem(preserveAspectRatio=false)), @@ -77,12 +81,12 @@ The input signals are configured as follows: After that, TSup is less than TExh, leading to a heating mode;
                                                -
                                              • The supply air flow rate, vSup, and the exhaust air flow rate, vExh, change from 0.3 to 1 and 0.2 to 1 +
                                              • The supply air flow rate, VSup, and the exhaust air flow rate, VExh, change from 0.3 to 1 and 0.2 to 1 during the period from 0s to 60s, respectively; They then stay constant.
                                                -
                                              • The wheel speed ratio, y keeps constant during the period from 0s to 60s and then increases from 0.3 to 1 +
                                              • The wheel speed ratio, wheSpe keeps constant during the period from 0s to 60s and then increases from 0.3 to 1 during the period from 60s to 120s;
                                              ", revisions=" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo index 952274660f7..29e263bb827 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo @@ -75,21 +75,25 @@ model HeatExchagerWithInputEffectiveness equation connect(TSup.y, sou_1.T_in) annotation (Line(points={{-69,64},{-50,64}}, color={0,0,127})); - connect(sou_1.ports[1], hex.port_a1) annotation (Line( + connect(sou_1.ports[1], hex.port_a1) + annotation (Line( points={{-28,60},{-2,60},{-2,12},{6,12}}, color={0,127,255})); - connect(hex.port_a2, sou_2.ports[1]) annotation (Line( + connect(hex.port_a2, sou_2.ports[1]) + annotation (Line( points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, - -60}}, - color={0,127,255})); - connect(hex.port_b1, sin_1.ports[1]) annotation (Line( + -60}},color={0,127,255})); + connect(hex.port_b1, sin_1.ports[1]) + annotation (Line( points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); - connect(hex.port_b2, sin_2.ports[1]) annotation (Line( + connect(hex.port_b2, sin_2.ports[1]) + annotation (Line( points={{6,0},{-26,0},{-26,-20},{-34,-20}}, color={0,127,255})); - connect(epsSen.y, hex.epsSen) annotation (Line(points={{-69,20},{-4,20},{-4,10},{4, - 10}}, color={0,0,127})); + connect(epsSen.y, hex.epsSen) + annotation (Line(points={{-69,20},{-4,20},{-4,10},{4, + 10}}, color={0,0,127})); connect(hex.epsLat, epsLat.y) annotation (Line(points={{4,2},{-62,2},{-62,-40},{-69, -40}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), @@ -107,14 +111,14 @@ The input signals are configured as follows:
                                            • Temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 120s to 180s;
                                              -
                                            • Sensible heat exchanger effectiveness, epsS, changes from 0.7 to 0.8 during the period from 120s to 180s; +
                                            • Sensible heat exchanger effectiveness, epsSen, changes from 0.7 to 0.8 during the period from 120s to 180s;
                                              -
                                            • Latent heat exchanger effectiveness, epsL, changes from 0.7 to 0.8 during the period from 60s to 120s; +
                                            • Latent heat exchanger effectiveness, epsLat, changes from 0.7 to 0.8 during the period from 60s to 120s;

                                            Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support -of stream connector. +of the stream connector.

                                            ", revisions="
                                              diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index 836525aa1b2..6e52e492162 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -78,34 +78,41 @@ model WheelWithBypassDamper "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); - Modelica.Blocks.Sources.Ramp DamPos( + Modelica.Blocks.Sources.Ramp bypDamPos( height=1.0, duration=60, offset=0, - startTime=60) "Damper position" + startTime=60) + "Bypass damper position" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); equation - connect(PIn.y,sou_2. p_in) annotation (Line( + connect(PIn.y,sou_2. p_in) + annotation (Line( points={{21,-52},{38,-52}}, color={0,0,127})); connect(TSup.y, sou_1.T_in) annotation (Line(points={{-73,54},{-62,54}}, color={0,0,127})); - connect(PSin_1.y, sin_1.p_in) annotation (Line(points={{61,70},{90,70},{90,20}, - {86,20}}, color={0,0,127})); - connect(sou_1.ports[1],whe. port_a1) annotation (Line( + connect(PSin_1.y, sin_1.p_in) + annotation (Line(points={{61,70},{90,70},{90,20}, + {86,20}}, color={0,0,127})); + connect(sou_1.ports[1],whe. port_a1) + annotation (Line( points={{-40,50},{0,50},{0,12},{6,12}}, color={0,127,255})); - connect(whe.port_a2, sou_2.ports[1]) annotation (Line( + connect(whe.port_a2, sou_2.ports[1]) + annotation (Line( points={{26,0},{32,0},{32,-20},{70,-20},{70,-60},{60,-60}}, color={0,127,255})); - connect(whe.port_b1, sin_1.ports[1]) annotation (Line( + connect(whe.port_b1, sin_1.ports[1]) + annotation (Line( points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); - connect(whe.port_b2, sin_2.ports[1]) annotation (Line( + connect(whe.port_b2, sin_2.ports[1]) + annotation (Line( points={{6,0},{-18,0},{-18,6.66134e-16},{-38,6.66134e-16}}, color={0,127,255})); - connect(DamPos.y, whe.bypDamPos) annotation (Line(points={{-59,-30},{-28,-30}, + connect(bypDamPos.y, whe.bypDamPos) annotation (Line(points={{-59,-30},{-28,-30}, {-28,6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos" @@ -123,13 +130,13 @@ The input signals are configured as follows:

                                              On the other hand, the temperature of the exhaust air is constant;
                                              -
                                            • The wheel speed, WheSpe, changes from 0.7 to 1 during the period from 60s to 120s; +
                                            • The bypass damper position, bypDamPos, changes from 0 to 1 during the period from 60s to 120s;
                                            • The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s during the period from 240s to 300s;
                                            -Note: This problem may fails to translate in Dymola 2012 due to an error in Dymola's support -of stream connector. +Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support +of the stream connector. ", revisions="
                                            • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index 54468f6490b..ce148f4391a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -85,27 +85,31 @@ model WheelWithVariableSpeed "Wheel speed" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); equation - connect(PIn.y,sou_2. p_in) annotation (Line( + connect(PIn.y,sou_2. p_in) + annotation (Line( points={{21,-52},{38,-52}}, color={0,0,127})); connect(TSup.y, sou_1.T_in) annotation (Line(points={{-73,54},{-62,54}}, color={0,0,127})); - connect(PSin_1.y, sin_1.p_in) annotation (Line(points={{61,70},{90,70},{90,20}, - {86,20}}, color={0,0,127})); - connect(sou_1.ports[1],whe. port_a1) annotation (Line( + connect(PSin_1.y, sin_1.p_in) + annotation (Line(points={{61,70},{90,70},{90,20}, + {86,20}}, color={0,0,127})); + connect(sou_1.ports[1],whe. port_a1) + annotation (Line( points={{-40,50},{0,50},{0,12},{6,12}}, color={0,127,255})); - connect(whe.port_a2, sou_2.ports[1]) annotation (Line( + connect(whe.port_a2, sou_2.ports[1]) + annotation (Line( points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, - -60}}, - color={0,127,255})); - connect(whe.port_b1, sin_1.ports[1]) annotation (Line( + -60}},color={0,127,255})); + connect(whe.port_b1, sin_1.ports[1]) + annotation (Line( points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); - connect(whe.port_b2, sin_2.ports[1]) annotation (Line( + connect(whe.port_b2, sin_2.ports[1]) + annotation (Line( points={{6,5.55112e-16},{-18,5.55112e-16},{-18,6.66134e-16},{-38, - 6.66134e-16}}, - color={0,127,255})); + 6.66134e-16}},color={0,127,255})); connect(WheSpe.y, whe.wheSpe) annotation (Line(points={{-59,-30},{-28,-30},{-28, 6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), @@ -118,9 +122,19 @@ Example for using the block Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithVariableSpeed.

                                              -The test condition is the same as -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper

                                              -Note: This problem may fails to translate in Dymola 2012 due to an error in Dymola's support +The input signals are configured as follows:

                                              +
                                                +
                                              • The temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60s to 120s. +On the other hand, the temperature of the exhaust air is constant; +
                                              +
                                                +
                                              • The wheel speead ratio, wheSpe, changes from 0.7 to 1 during the period from 60s to 120s; +
                                              +
                                                +
                                              • The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s during the period from 240s to 300s; +
                                              +Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support +of the stream connector. of stream connector. ", revisions="
                                                diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo deleted file mode 100644 index db74605f207..00000000000 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/RecoveryControlType.mo +++ /dev/null @@ -1,33 +0,0 @@ -within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Types; -type RecoveryControlType = enumeration( - Bypass - "with a bypass damper", - VariableSpeed - "with a variable speed wheel") - annotation (Documentation(info=" -

                                                -Enumeration for the types of heat recovery (HR) devices. -The possible values are: -

                                                - - - - - - - - - -
                                                EnumerationDescription
                                                Bypass -The HR devices adjust the heat exchange by modulating the flow rates through the wheel via a bypass damper -
                                                VariableSpeed -The HR devices adjust the heat exchange by modulating the speed of the wheel -
                                                -", revisions=" -
                                                  -
                                                • -September 29, 2023, by Sen Huang:
                                                  -First implementation
                                                  -
                                                • -
                                                -")); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order deleted file mode 100644 index 48920139387..00000000000 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Types/package.order +++ /dev/null @@ -1 +0,0 @@ -RecoveryControlType diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 855f81a4ef7..7cf79ac2599 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -156,47 +156,56 @@ equation annotation (Line(points={{-20,-60},{100,-60}},color={0,127,255})); connect(bypDamExh.port_b, port_b2) annotation (Line(points={{-40,-60},{-180,-60}}, color={0,127,255})); - connect(hex.port_b2, port_b2) annotation (Line(points={{-10,8},{-76,8},{-76,-60}, - {-180,-60}}, color={0,127,255})); + connect(hex.port_b2, port_b2) + annotation (Line(points={{-10,8},{-70,8},{-70,-60},{-180,-60}}, color={0,127,255})); connect(PEle.y, P) annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); connect(VExh_flow.port_a, damExh.port_b) annotation (Line(points={{44,-14},{60,-14},{60,-30}}, color={0,127,255})); connect(damExh.port_a, port_a2) annotation (Line(points={{60,-50},{60,-60},{100,-60}}, color={0,127,255})); - connect(add.y, damSup.y) annotation (Line(points={{-105.3,101},{20,101},{20,50}, - {-28,50},{-28,48}}, color={0,0,127})); - connect(damExh.y, add.y) annotation (Line(points={{48,-40},{20,-40},{20,101},{ - -105.3,101}}, color={0,0,127})); + connect(add.y, damSup.y) + annotation (Line(points={{-105.3,101},{20,101},{20,50},{-28,50},{-28,48}}, color={0,0,127})); + connect(damExh.y, add.y) + annotation (Line(points={{48,-40},{20,-40},{20,101},{-105.3,101}}, color={0,0,127})); connect(hex.port_b1, VSup_flow.port_a) annotation (Line(points={{10,20},{44,20}}, color={0,127,255})); - connect(VSup_flow.port_b, port_b1) annotation (Line(points={{58,20},{78,20},{ - 78,80},{100,80}}, color={0,127,255})); - connect(effCal.epsSen, hex.epsSen) annotation (Line(points={{-79,20},{-76,20}, - {-76,18},{-12,18}}, color={0,0,127})); + connect(VSup_flow.port_b, port_b1) + annotation (Line(points={{58,20},{78,20},{78,80},{100,80}}, color={0,127,255})); + connect(effCal.epsSen, hex.epsSen) + annotation (Line(points={{-79,20},{-76,20},{-76,18},{-12,18}}, color={0,0,127})); connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-79,12},{-76,12}, {-76,10},{-12,10}}, color={0,0,127})); connect(bypDamSup.y, bypDamPos) annotation (Line(points={{-28,92},{-28,120},{-200,120}}, color={0,0,127})); - connect(add.u2, uni.y) annotation (Line(points={{-121.4,96.8},{-132,96.8},{-132, + connect(add.u2, uni.y) + annotation (Line(points={{-121.4,96.8},{-132,96.8},{-132, 39},{-139.3,39}}, color={0,0,127})); - connect(effCal.wheSpe, uni.y) annotation (Line(points={{-102,16},{-124,16},{-124, + connect(effCal.wheSpe, uni.y) + annotation (Line(points={{-102,16},{-124,16},{-124, 39},{-139.3,39}}, color={0,0,127})); - connect(TSup.y, effCal.TSup) annotation (Line(points={{-141,-10},{-114,-10},{-114, + connect(TSup.y, effCal.TSup) + annotation (Line(points={{-141,-10},{-114,-10},{-114, 12},{-102,12}}, color={0,0,127})); - connect(TExh.y, effCal.TExh) annotation (Line(points={{-141,-30},{-110,-30},{-110, + connect(TExh.y, effCal.TExh) + annotation (Line(points={{-141,-30},{-110,-30},{-110, 8},{-102,8}}, color={0,0,127})); connect(damSup.port_b, hex.port_a1) annotation (Line(points={{-18,36},{-10,36},{-10,20}}, color={0,127,255})); - connect(damSup.port_a, port_a1) annotation (Line(points={{-38,36},{-100,36},{ + connect(damSup.port_a, port_a1) + annotation (Line(points={{-38,36},{-100,36},{ -100,80},{-180,80}}, color={0,127,255})); - connect(VExh_flow.V_flow, effCal.VExh_flow) annotation (Line(points={{37,-5.2}, + connect(VExh_flow.V_flow, effCal.VExh_flow) + annotation (Line(points={{37,-5.2}, {37,56},{-120,56},{-120,20},{-102,20}}, color={0,0,127})); - connect(bypDamExh.y, bypDamPos) annotation (Line(points={{-30,-48},{-30,-20},{ + connect(bypDamExh.y, bypDamPos) + annotation (Line(points={{-30,-48},{-30,-20},{ -54,-20},{-54,120},{-200,120}}, color={0,0,127})); - connect(add.u1, bypDamPos) annotation (Line(points={{-121.4,105.2},{-132,105.2}, + connect(add.u1, bypDamPos) + annotation (Line(points={{-121.4,105.2},{-132,105.2}, {-132,120},{-200,120}}, color={0,0,127})); - connect(VSup_flow.V_flow, effCal.VSup_flow) annotation (Line(points={{51,28.8}, + connect(VSup_flow.V_flow, effCal.VSup_flow) + annotation (Line(points={{51,28.8}, {51,60},{-114,60},{-114,24},{-102,24}}, color={0,0,127})); annotation ( defaultComponentName="whe", @@ -256,7 +265,7 @@ equation Diagram( coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,140}})), Documentation(info=" -Model for a generic, sensible and latent air-to-air heat recovery wheel, that consists of +Model for a generic, sensible, and latent air-to-air heat recovery wheel, that consists of a heat exchanger and supply/exhaust airflow bypass dampers. The input requires no geometric data. Performance is defined by specifying sensible and/or latent effectiveness @@ -265,7 +274,7 @@ For details, refer to Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. -The operation of the heat recovery wheel is adjustable through bypassing supply/exhaust air +The operation of the heat recovery wheel is adjustable via bypassing supply/exhaust air around the heat exchanger. ", revisions="
                                                  diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index 0c486c24d71..b0e8de581bb 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -110,31 +110,42 @@ model WheelWithVariableSpeed equation connect(senExhFlow.port_b, hex.port_a2) annotation (Line(points={{42,-6},{26,-6}}, color={0,127,255})); - connect(hex.port_a1, senSupFlow.port_b) annotation (Line(points={{6,6},{-2,6}, - {-2,100},{-28,100}}, color={0,127,255})); - connect(hex.port_b1, port_b1) annotation (Line(points={{26,6},{64,6},{64,100}, + connect(hex.port_a1, senSupFlow.port_b) + annotation (Line(points={{6,6},{-2,6}, + {-2,100},{-28,100}}, color={0,127,255})); + connect(hex.port_b1, port_b1) + annotation (Line(points={{26,6},{64,6},{64,100}, {100,100}}, color={0,127,255})); - connect(hex.port_b2, port_b2) annotation (Line(points={{6,-6},{-62,-6},{-62,-60}, + connect(hex.port_b2, port_b2) + annotation (Line(points={{6,-6},{-62,-6},{-62,-60}, {-100,-60}}, color={0,127,255})); connect(PEle.y, P) - annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); - connect(senExhFlow.port_a, port_a2) annotation (Line(points={{56,-6},{64,-6},{ + annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); + connect(senExhFlow.port_a, port_a2) + annotation (Line(points={{56,-6},{64,-6},{ 64,-60},{100,-60}}, color={0,127,255})); - connect(senSupFlow.port_a, port_a1) annotation (Line(points={{-42,100},{-72,100}, + connect(senSupFlow.port_a, port_a1) + annotation (Line(points={{-42,100},{-72,100}, {-72,100},{-100,100}}, color={0,127,255})); connect(effCal.epsSen, hex.epsSen) annotation (Line(points={{-19,54},{-6,54},{-6,4},{4,4}}, color={0,0,127})); - connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-19,46},{-12,46}, + connect(effCal.epsLat, hex.epsLat) + annotation (Line(points={{-19,46},{-12,46}, {-12,-4},{4,-4}}, color={0,0,127})); - connect(effCal.wheSpe, wheSpe) annotation (Line(points={{-42,50},{-94,50},{-94, + connect(effCal.wheSpe, wheSpe) + annotation (Line(points={{-42,50},{-94,50},{-94, 0},{-120,0}}, color={0,0,127})); - connect(senSupFlow.V_flow, effCal.VSup_flow) annotation (Line(points={{-35,108.8}, + connect(senSupFlow.V_flow, effCal.VSup_flow) + annotation (Line(points={{-35,108.8}, {-35,120},{-80,120},{-80,58},{-42,58}}, color={0,0,127})); - connect(senExhFlow.V_flow, effCal.VExh_flow) annotation (Line(points={{49,2.8}, + connect(senExhFlow.V_flow, effCal.VExh_flow) + annotation (Line(points={{49,2.8}, {49,80},{-74,80},{-74,54},{-42,54}}, color={0,0,127})); - connect(TSup.y, effCal.TSup) annotation (Line(points={{-69,38},{-60,38},{-60,46}, + connect(TSup.y, effCal.TSup) + annotation (Line(points={{-69,38},{-60,38},{-60,46}, {-42,46}}, color={0,0,127})); - connect(TExh.y, effCal.TExh) annotation (Line(points={{-69,20},{-52,20},{-52,42}, + connect(TExh.y, effCal.TExh) + annotation (Line(points={{-69,20},{-52,20},{-52,42}, {-42,42}}, color={0,0,127})); annotation ( defaultComponentName="whe", @@ -191,13 +202,13 @@ equation Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,140}})), Documentation(info=" -Model for a generic, sensible and latent air-to-air heat recovery wheel with a variable speed drive. +Model for a generic, sensible, and latent air-to-air heat recovery wheel with a variable speed drive. The input requires no geometric data. Performance is defined by specifying sensible and/or latent effectiveness at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions For details, refer to Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. -The operation of the heat recovery wheel is adjustable through modulating the wheel speed. +The operation of the heat recovery wheel is adjustable by modulating the wheel speed. ", revisions="
                                                  • diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos index 62ecded97fc..8452596089a 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos @@ -1,6 +1,6 @@ simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper", stopTime=360, method="CVode", tolerance=1e-06, resultFile="WheelWithBypassDamper"); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.bypDamPos"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos index 1b9d32bfc4e..a2a3813c497 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos @@ -1,6 +1,6 @@ simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed", stopTime=360, method="CVode", tolerance=1e-06, resultFile="WheelWithVariableSpeed"); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"TExh.y", "whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"", "K"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.wheSpe"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos index 5eefc6bce8a..d720ec01354 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos @@ -4,7 +4,6 @@ compareVars := "TSup.y", "whe.port_a1.m_flow", "whe.port_a2.m_flow", - "TExh.y", "whe.hex.sta_b2.T", "whe.bypDamPos", "whe.effCal.epsSen", diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos index 8086a47f971..f19f9dbe48b 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos @@ -4,7 +4,6 @@ compareVars := "TSup.y", "whe.port_a1.m_flow", "whe.port_a2.m_flow", - "TExh.y", "whe.hex.sta_b2.T", "whe.wheSpe", "whe.effCal.epsSen", From 0c47509107b877c79e67b73edea76f3b249ceb2e Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Mon, 13 Nov 2023 23:38:21 -0500 Subject: [PATCH 099/196] fix issues in examples --- .../BaseClasses/EffectivenessCalculation.mo | 2 +- .../HeatExchagerWithInputEffectiveness.mo | 2 +- .../Validation/EffectivenessCalculation.mo | 18 ++-- .../HeatExchagerWithInputEffectiveness.mo | 12 +-- .../Examples/WheelWithBypassDamper.mo | 51 +++------- .../Examples/WheelWithVariableSpeed.mo | 54 ++++------- .../WheelWithBypassDamper.mo | 97 ++++++++++--------- .../WheelWithVariableSpeed.mo | 28 +++--- .../AirToAirHeatRecovery/package.mo | 2 +- ...es_Validation_EffectivenessCalculation.txt | 10 +- ...ion_HeatExchagerWithInputEffectiveness.txt | 2 +- ...ecovery_Examples_WheelWithBypassDamper.txt | 17 ++-- ...covery_Examples_WheelWithVariableSpeed.txt | 24 +++-- 13 files changed, 143 insertions(+), 176 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo index 6e539ef6ff1..c9a2cfcde7e 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo @@ -49,7 +49,7 @@ model EffectivenessCalculation "Latent heat exchanger effectiveness" annotation (Placement(transformation(extent={{100,-50},{120,-30}}))); -protected +//protected Real rat "Ratio of the average operating volumetric air flow rate to the nominal supply air flow rate"; Real epsSen_ParLoa diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo index d9571d95f79..29a5c51ed9c 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo @@ -136,7 +136,7 @@ revisions="
                                                    • September 29, 2023, by Sen Huang:
                                                      -Changing the effectiveness from parameters to inputs
                                                      +Change the effectiveness parameters into inputs
                                                    • April 30, 2018, by Filip Jorissen:
                                                      diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo index 30d21152593..948bde4b3d3 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo @@ -35,32 +35,32 @@ model EffectivenessCalculation "Exhaust air temperature" annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); Modelica.Blocks.Sources.Ramp VSup( - height=0.7, + height=0.4, duration=60, - offset=0.3, + offset=0.6, startTime=0) "Supply air flow rate" annotation (Placement(transformation(extent={{-80,60},{-60,80}}))); Modelica.Blocks.Sources.Ramp VExh( - height=0.8, + height=0.2, duration=60, - offset=0.2, + offset=0.8, startTime=0) "Exhaust air flow rate" annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); equation - connect(VSup.y, epsCal.VSup_flow) + connect(VSup.y, epsCal.VSup_flow) annotation (Line(points={{-59,70},{-28,70},{ -28,8},{-14,8}}, color={0,0,127})); - connect(VExh.y, epsCal.VExh_flow) + connect(VExh.y, epsCal.VExh_flow) annotation (Line(points={{-59,30},{-40,30},{ -40,4},{-14,4}}, color={0,0,127})); connect(whSpe.y, epsCal.wheSpe) annotation (Line(points={{-59,0},{-14,0}}, color={0,0,127})); - connect(TSup.y, epsCal.TSup) + connect(TSup.y, epsCal.TSup) annotation (Line(points={{-59,-40},{-40,-40},{-40, -4},{-14,-4}}, color={0,0,127})); - connect(TExh.y, epsCal.TExh) + connect(TExh.y, epsCal.TExh) annotation (Line(points={{-59,-80},{-28,-80},{-28, -8},{-14,-8}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( @@ -81,7 +81,7 @@ The input signals are configured as follows: After that, TSup is less than TExh, leading to a heating mode;
                                                      -
                                                    • The supply air flow rate, VSup, and the exhaust air flow rate, VExh, change from 0.3 to 1 and 0.2 to 1 +
                                                    • The supply air flow rate, VSup, and the exhaust air flow rate, VExh, change from 0.6 to 1 and 0.8 to 1 during the period from 0s to 60s, respectively; They then stay constant.
                                                    diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo index 29e263bb827..aa381b196eb 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo @@ -75,23 +75,23 @@ model HeatExchagerWithInputEffectiveness equation connect(TSup.y, sou_1.T_in) annotation (Line(points={{-69,64},{-50,64}}, color={0,0,127})); - connect(sou_1.ports[1], hex.port_a1) + connect(sou_1.ports[1], hex.port_a1) annotation (Line( points={{-28,60},{-2,60},{-2,12},{6,12}}, color={0,127,255})); - connect(hex.port_a2, sou_2.ports[1]) + connect(hex.port_a2, sou_2.ports[1]) annotation (Line( points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, -60}},color={0,127,255})); - connect(hex.port_b1, sin_1.ports[1]) + connect(hex.port_b1, sin_1.ports[1]) annotation (Line( points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); - connect(hex.port_b2, sin_2.ports[1]) + connect(hex.port_b2, sin_2.ports[1]) annotation (Line( points={{6,0},{-26,0},{-26,-20},{-34,-20}}, color={0,127,255})); - connect(epsSen.y, hex.epsSen) + connect(epsSen.y, hex.epsSen) annotation (Line(points={{-69,20},{-4,20},{-4,10},{4, 10}}, color={0,0,127})); connect(hex.epsLat, epsLat.y) annotation (Line(points={{4,2},{-62,2},{-62,-40},{-69, @@ -114,7 +114,7 @@ The input signals are configured as follows:
                                                  • Sensible heat exchanger effectiveness, epsSen, changes from 0.7 to 0.8 during the period from 120s to 180s;
                                                    -
                                                  • Latent heat exchanger effectiveness, epsLat, changes from 0.7 to 0.8 during the period from 60s to 120s; +
                                                  • Latent heat exchanger effectiveness, epsLat, changes from 0.7 to 0.8 during the period from 60s to 120s.

                                                  Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index 6e52e492162..0e46301efc7 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -15,16 +15,11 @@ model WheelWithBypassDamper "Sink of exhaust air" annotation (Placement(transformation(extent={{-58,-10}, {-38,10}}))); - Modelica.Blocks.Sources.Ramp PIn( - height=200, - duration=60, - offset=101330) - "Pressure of exhaust air" - annotation (Placement(transformation(extent={{0,-62},{20,-42}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, + p(displayUnit="Pa") = 101325 + 100, T(displayUnit="K") = 293.15, - use_p_in=true, + use_p_in=false, use_T_in=false, nPorts=1) "Source of exhaust air" @@ -41,8 +36,8 @@ model WheelWithBypassDamper redeclare package Medium = Medium1, T=273.15 + 30, X={0.012,1 - 0.012}, - use_p_in=true, - p=300000, + use_p_in=false, + p(displayUnit="Pa") = 101325 - 100, nPorts=1) "Sink of supply air" annotation (Placement(transformation(extent={{84,2},{ @@ -52,25 +47,18 @@ model WheelWithBypassDamper T=273.15 + 50, X={0.012,1 - 0.012}, use_T_in=true, - p=100000, + p(displayUnit="Pa") = 101325, nPorts=1) "Source of supply air" annotation (Placement(transformation(extent={{-60,40}, {-40,60}}))); - Modelica.Blocks.Sources.Ramp PSin_1( - duration=60, - startTime=240, - height=100, - offset=1E5 - 110) - "Pressure of the supply air" - annotation (Placement(transformation(extent={{40,60},{60,80}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithBypassDamper whe( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, m1_flow_nominal=5, m2_flow_nominal=5, - dp1_nominal=100, - dp2_nominal=100, + dp1_nominal(displayUnit="Pa") = 100, + dp2_nominal(displayUnit="Pa") = 100, epsLatCoo_nominal=0.7, epsLatCoo_ParLoa=0.6, epsLatHea_nominal=0.7, @@ -79,36 +67,29 @@ model WheelWithBypassDamper annotation (Placement(transformation(extent={{6,-4},{26,16}}))); Modelica.Blocks.Sources.Ramp bypDamPos( - height=1.0, - duration=60, + height=0.2, + duration=160, offset=0, - startTime=60) + startTime=200) "Bypass damper position" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); equation - connect(PIn.y,sou_2. p_in) - annotation (Line( - points={{21,-52},{38,-52}}, - color={0,0,127})); connect(TSup.y, sou_1.T_in) annotation (Line(points={{-73,54},{-62,54}}, color={0,0,127})); - connect(PSin_1.y, sin_1.p_in) - annotation (Line(points={{61,70},{90,70},{90,20}, - {86,20}}, color={0,0,127})); - connect(sou_1.ports[1],whe. port_a1) + connect(sou_1.ports[1],whe. port_a1) annotation (Line( points={{-40,50},{0,50},{0,12},{6,12}}, color={0,127,255})); - connect(whe.port_a2, sou_2.ports[1]) + connect(whe.port_a2, sou_2.ports[1]) annotation (Line( points={{26,0},{32,0},{32,-20},{70,-20},{70,-60},{60,-60}}, color={0,127,255})); - connect(whe.port_b1, sin_1.ports[1]) + connect(whe.port_b1, sin_1.ports[1]) annotation (Line( points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); - connect(whe.port_b2, sin_2.ports[1]) + connect(whe.port_b2, sin_2.ports[1]) annotation (Line( points={{6,0},{-18,0},{-18,6.66134e-16},{-38,6.66134e-16}}, color={0,127,255})); @@ -130,10 +111,10 @@ The input signals are configured as follows:

                                                  On the other hand, the temperature of the exhaust air is constant;
                                                  -
                                                • The bypass damper position, bypDamPos, changes from 0 to 1 during the period from 60s to 120s; +
                                                • The bypass damper position, bypDamPos, changes from 0 to 0.2 during the period from 200s to 360s;
                                                  -
                                                • The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s during the period from 240s to 300s; +
                                                • The supply flow rate and the exhaust flow rate are constant.
                                                Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support of the stream connector. diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index ce148f4391a..5c621e8b629 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -13,18 +13,12 @@ model WheelWithVariableSpeed use_p_in=false, nPorts=1) "Sink of exhaust air" - annotation (Placement(transformation(extent={{-58,-10}, - {-38,10}}))); - Modelica.Blocks.Sources.Ramp PIn( - height=200, - duration=60, - offset=101330) - "Pressure of exhaust air" - annotation (Placement(transformation(extent={{0,-62},{20,-42}}))); + annotation (Placement(transformation(extent={{-58,-10},{-38,10}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, + p(displayUnit="Pa") = 101325 + 100, T(displayUnit="K") = 293.15, - use_p_in=true, + use_p_in=false, use_T_in=false, nPorts=1) "Source of exhaust air" @@ -41,8 +35,8 @@ model WheelWithVariableSpeed redeclare package Medium = Medium1, T=273.15 + 30, X={0.012,1 - 0.012}, - use_p_in=true, - p=300000, + use_p_in=false, + p(displayUnit="Pa") = 101325 - 100, nPorts=1) "Sink of supply air" annotation (Placement(transformation(extent={{84,2},{ @@ -52,18 +46,11 @@ model WheelWithVariableSpeed T=273.15 + 50, X={0.012,1 - 0.012}, use_T_in=true, - p=100000, + p(displayUnit="Pa") = 101325, nPorts=1) "Source of supply air" annotation (Placement(transformation(extent={{-60,40}, {-40,60}}))); - Modelica.Blocks.Sources.Ramp PSin_1( - duration=60, - startTime=240, - height=100, - offset=1E5 - 110) - "Pressure of the supply air" - annotation (Placement(transformation(extent={{40,60},{60,80}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithVariableSpeed whe( redeclare package Medium1 = Medium1, @@ -78,38 +65,31 @@ model WheelWithVariableSpeed epsLatHea_ParLoa=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); Modelica.Blocks.Sources.Ramp WheSpe( - height=0.1, - duration=60, + height=0.3, + duration=160, offset=0.7, - startTime=60) + startTime=200) "Wheel speed" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); equation - connect(PIn.y,sou_2. p_in) - annotation (Line( - points={{21,-52},{38,-52}}, - color={0,0,127})); connect(TSup.y, sou_1.T_in) annotation (Line(points={{-73,54},{-62,54}}, color={0,0,127})); - connect(PSin_1.y, sin_1.p_in) - annotation (Line(points={{61,70},{90,70},{90,20}, - {86,20}}, color={0,0,127})); - connect(sou_1.ports[1],whe. port_a1) + connect(sou_1.ports[1],whe. port_a1) annotation (Line( points={{-40,50},{0,50},{0,12},{6,12}}, color={0,127,255})); - connect(whe.port_a2, sou_2.ports[1]) + connect(whe.port_a2, sou_2.ports[1]) annotation (Line( points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, -60}},color={0,127,255})); - connect(whe.port_b1, sin_1.ports[1]) + connect(whe.port_b1, sin_1.ports[1]) annotation (Line( points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); - connect(whe.port_b2, sin_2.ports[1]) + connect(whe.port_b2, sin_2.ports[1]) annotation (Line( - points={{6,5.55112e-16},{-18,5.55112e-16},{-18,6.66134e-16},{-38, - 6.66134e-16}},color={0,127,255})); + points={{6,5.55112e-16},{-18,5.55112e-16},{-18,0},{-38,0}}, + color={0,127,255})); connect(WheSpe.y, whe.wheSpe) annotation (Line(points={{-59,-30},{-28,-30},{-28, 6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), @@ -128,10 +108,10 @@ The input signals are configured as follows:

                                                On the other hand, the temperature of the exhaust air is constant;
                                                -
                                              • The wheel speead ratio, wheSpe, changes from 0.7 to 1 during the period from 60s to 120s; +
                                              • The wheel spead ratio, wheSpe, changes from 0.7 to 1 during the period from 200s to 360s;
                                                -
                                              • The flow rate of the exhaust air changes from 5.24kg/s to 1.58kg/s during the period from 240s to 300s; +
                                              • The supply flow rate and the exhaust flow rate are constant.
                                              Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support of the stream connector. diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 7cf79ac2599..e89e8313409 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -11,11 +11,11 @@ model WheelWithBypassDamper "Air flow rate of the supply air stream"; parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal "Air flow rate of the exhaust air stream"; - parameter Modelica.Units.SI.PressureDifference dp1_nominal = 500 + parameter Modelica.Units.SI.PressureDifference dp1_nominal = 125 "Nominal pressure drop of the supply air stream"; - parameter Modelica.Units.SI.PressureDifference dp2_nominal = 500 + parameter Modelica.Units.SI.PressureDifference dp2_nominal = 125 "Nominal pressure drop of the exhaust air stream"; - parameter Real P_nominal(final unit="W") = 1000 + parameter Real P_nominal(final unit="W") = 100 "Power at design condition"; parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the cooling mode"; @@ -62,15 +62,15 @@ model WheelWithBypassDamper final epsLatHea_ParLoa=epsLatHea_ParLoa, final VSup_flow_nominal=m1_flow_nominal/1.293) "Calculates the effectiveness of heat exchanges" - annotation (Placement(transformation(extent={{-100,6},{-80,26}}))); + annotation (Placement(transformation(extent={{-100,0},{-80,20}}))); Buildings.Fluid.Sensors.VolumeFlowRate VExh_flow(redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal) "Damper in the exhaust air stream" - annotation (Placement(transformation(extent={{44,-22},{30,-6}}))); + annotation (Placement(transformation(extent={{-42,-28},{-56,-12}}))); Buildings.Fluid.Sensors.VolumeFlowRate VSup_flow(redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal) "Flow sensor in the supply air stream" - annotation (Placement(transformation(extent={{44,12},{58,28}}))); + annotation (Placement(transformation(extent={{-78,28},{-64,44}}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal, @@ -142,12 +142,10 @@ model WheelWithBypassDamper Modelica.Blocks.Sources.Constant uni(final k=1) "Unity signal" annotation (Placement(transformation(extent={{-154,32},{-140,46}}))); - Modelica.Blocks.Math.Add add(final k2=-1) + Modelica.Blocks.Math.Add add(k1=-1, final k2=+1) "Adder" annotation (Placement(transformation(extent={{-120,94},{-106,108}}))); equation - connect(VExh_flow.port_b, hex.port_a2) annotation (Line(points={{30,-14},{16,-14}, - {16,8},{10,8}}, color={0,127,255})); connect(bypDamSup.port_a, port_a1) annotation (Line(points={{-38,80},{-180,80}}, color={0,127,255})); connect(bypDamSup.port_b, port_b1) @@ -156,57 +154,62 @@ equation annotation (Line(points={{-20,-60},{100,-60}},color={0,127,255})); connect(bypDamExh.port_b, port_b2) annotation (Line(points={{-40,-60},{-180,-60}}, color={0,127,255})); - connect(hex.port_b2, port_b2) - annotation (Line(points={{-10,8},{-70,8},{-70,-60},{-180,-60}}, color={0,127,255})); connect(PEle.y, P) annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); - connect(VExh_flow.port_a, damExh.port_b) - annotation (Line(points={{44,-14},{60,-14},{60,-30}}, color={0,127,255})); connect(damExh.port_a, port_a2) annotation (Line(points={{60,-50},{60,-60},{100,-60}}, color={0,127,255})); - connect(add.y, damSup.y) - annotation (Line(points={{-105.3,101},{20,101},{20,50},{-28,50},{-28,48}}, color={0,0,127})); - connect(damExh.y, add.y) + connect(add.y, damSup.y) + annotation (Line(points={{-105.3,101},{20,101},{20,60},{-28,60},{-28,48}}, color={0,0,127})); + connect(damExh.y, add.y) annotation (Line(points={{48,-40},{20,-40},{20,101},{-105.3,101}}, color={0,0,127})); - connect(hex.port_b1, VSup_flow.port_a) - annotation (Line(points={{10,20},{44,20}}, color={0,127,255})); - connect(VSup_flow.port_b, port_b1) - annotation (Line(points={{58,20},{78,20},{78,80},{100,80}}, color={0,127,255})); - connect(effCal.epsSen, hex.epsSen) - annotation (Line(points={{-79,20},{-76,20},{-76,18},{-12,18}}, color={0,0,127})); - connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-79,12},{-76,12}, - {-76,10},{-12,10}}, color={0,0,127})); + connect(effCal.epsSen, hex.epsSen) + annotation (Line(points={{-79,14},{-76,14},{-76,18},{-12,18}}, color={0,0,127})); + connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-79,6},{-76,6},{ + -76,10},{-12,10}}, color={0,0,127})); connect(bypDamSup.y, bypDamPos) annotation (Line(points={{-28,92},{-28,120},{-200,120}}, color={0,0,127})); - connect(add.u2, uni.y) + connect(add.u2, uni.y) annotation (Line(points={{-121.4,96.8},{-132,96.8},{-132, 39},{-139.3,39}}, color={0,0,127})); - connect(effCal.wheSpe, uni.y) - annotation (Line(points={{-102,16},{-124,16},{-124, - 39},{-139.3,39}}, color={0,0,127})); - connect(TSup.y, effCal.TSup) - annotation (Line(points={{-141,-10},{-114,-10},{-114, - 12},{-102,12}}, color={0,0,127})); - connect(TExh.y, effCal.TExh) - annotation (Line(points={{-141,-30},{-110,-30},{-110, - 8},{-102,8}}, color={0,0,127})); + connect(effCal.wheSpe, uni.y) + annotation (Line(points={{-102,10},{-124,10},{-124,39},{-139.3,39}}, + color={0,0,127})); + connect(TSup.y, effCal.TSup) + annotation (Line(points={{-141,-10},{-114,-10},{-114,6},{-102,6}}, + color={0,0,127})); + connect(TExh.y, effCal.TExh) + annotation (Line(points={{-141,-30},{-110,-30},{-110,2},{-102,2}}, + color={0,0,127})); connect(damSup.port_b, hex.port_a1) annotation (Line(points={{-18,36},{-10,36},{-10,20}}, color={0,127,255})); - connect(damSup.port_a, port_a1) - annotation (Line(points={{-38,36},{-100,36},{ - -100,80},{-180,80}}, color={0,127,255})); - connect(VExh_flow.V_flow, effCal.VExh_flow) - annotation (Line(points={{37,-5.2}, - {37,56},{-120,56},{-120,20},{-102,20}}, color={0,0,127})); - connect(bypDamExh.y, bypDamPos) - annotation (Line(points={{-30,-48},{-30,-20},{ - -54,-20},{-54,120},{-200,120}}, color={0,0,127})); - connect(add.u1, bypDamPos) + connect(bypDamExh.y, bypDamPos) + annotation (Line(points={{-30,-48},{-30,-30},{40,-30},{40,120},{-200,120}}, + color={0,0,127})); + connect(add.u1, bypDamPos) annotation (Line(points={{-121.4,105.2},{-132,105.2}, {-132,120},{-200,120}}, color={0,0,127})); - connect(VSup_flow.V_flow, effCal.VSup_flow) - annotation (Line(points={{51,28.8}, - {51,60},{-114,60},{-114,24},{-102,24}}, color={0,0,127})); + connect(VSup_flow.V_flow, effCal.VSup_flow) + annotation (Line(points={{-71,44.8},{-71,50},{-112,50},{-112,18},{-102,18}}, + color={0,0,127})); + connect(damSup.port_a, VSup_flow.port_b) + annotation (Line(points={{-38,36},{-64,36}}, color={0,127,255})); + connect(VSup_flow.port_a, port_a1) + annotation (Line(points={{-78,36},{-100,36},{-100,80},{-180,80}}, + color={0,127,255})); + connect(hex.port_b1, port_b1) + annotation (Line(points={{10,20},{58,20},{58,80}, + {100,80}}, color={0,127,255})); + connect(hex.port_b2, VExh_flow.port_a) + annotation (Line(points={{-10,8},{-22,8}, + {-22,-20},{-42,-20}}, color={0,127,255})); + connect(VExh_flow.port_b, port_b2) + annotation (Line(points={{-56,-20},{-70,-20}, + {-70,-60},{-180,-60}}, color={0,127,255})); + connect(hex.port_a2, damExh.port_b) + annotation (Line(points={{10,8},{60,8},{60,-30}}, color={0,127,255})); + connect(VExh_flow.V_flow, effCal.VExh_flow) + annotation (Line(points={{-49,-11.2},{-49,60},{-120,60},{-120,14},{-102,14}}, + color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index b0e8de581bb..9e354ae6c77 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -11,11 +11,11 @@ model WheelWithVariableSpeed "Air flow rate of the supply air stream"; parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal "Air flow rate of the exhaust air stream"; - parameter Modelica.Units.SI.PressureDifference dp1_nominal + parameter Modelica.Units.SI.PressureDifference dp1_nominal = 125 "Nominal pressure drop of the supply air stream"; - parameter Modelica.Units.SI.PressureDifference dp2_nominal + parameter Modelica.Units.SI.PressureDifference dp2_nominal = 125 "Nominal pressure drop of the exhaust air stream"; - parameter Real P_nominal(final unit="W") = 1000 + parameter Real P_nominal(final unit="W") = 100 "Power at design condition"; parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the cooling mode"; @@ -110,41 +110,41 @@ model WheelWithVariableSpeed equation connect(senExhFlow.port_b, hex.port_a2) annotation (Line(points={{42,-6},{26,-6}}, color={0,127,255})); - connect(hex.port_a1, senSupFlow.port_b) + connect(hex.port_a1, senSupFlow.port_b) annotation (Line(points={{6,6},{-2,6}, {-2,100},{-28,100}}, color={0,127,255})); - connect(hex.port_b1, port_b1) + connect(hex.port_b1, port_b1) annotation (Line(points={{26,6},{64,6},{64,100}, {100,100}}, color={0,127,255})); - connect(hex.port_b2, port_b2) + connect(hex.port_b2, port_b2) annotation (Line(points={{6,-6},{-62,-6},{-62,-60}, {-100,-60}}, color={0,127,255})); connect(PEle.y, P) annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); - connect(senExhFlow.port_a, port_a2) + connect(senExhFlow.port_a, port_a2) annotation (Line(points={{56,-6},{64,-6},{ 64,-60},{100,-60}}, color={0,127,255})); - connect(senSupFlow.port_a, port_a1) + connect(senSupFlow.port_a, port_a1) annotation (Line(points={{-42,100},{-72,100}, {-72,100},{-100,100}}, color={0,127,255})); connect(effCal.epsSen, hex.epsSen) annotation (Line(points={{-19,54},{-6,54},{-6,4},{4,4}}, color={0,0,127})); - connect(effCal.epsLat, hex.epsLat) + connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-19,46},{-12,46}, {-12,-4},{4,-4}}, color={0,0,127})); - connect(effCal.wheSpe, wheSpe) + connect(effCal.wheSpe, wheSpe) annotation (Line(points={{-42,50},{-94,50},{-94, 0},{-120,0}}, color={0,0,127})); - connect(senSupFlow.V_flow, effCal.VSup_flow) + connect(senSupFlow.V_flow, effCal.VSup_flow) annotation (Line(points={{-35,108.8}, {-35,120},{-80,120},{-80,58},{-42,58}}, color={0,0,127})); - connect(senExhFlow.V_flow, effCal.VExh_flow) + connect(senExhFlow.V_flow, effCal.VExh_flow) annotation (Line(points={{49,2.8}, {49,80},{-74,80},{-74,54},{-42,54}}, color={0,0,127})); - connect(TSup.y, effCal.TSup) + connect(TSup.y, effCal.TSup) annotation (Line(points={{-69,38},{-60,38},{-60,46}, {-42,46}}, color={0,0,127})); - connect(TExh.y, effCal.TExh) + connect(TExh.y, effCal.TExh) annotation (Line(points={{-69,20},{-52,20},{-52,42}, {-42,42}}, color={0,0,127})); annotation ( diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo index d8cdccd3f7b..93281743fe0 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo @@ -3,6 +3,6 @@ package AirToAirHeatRecovery "Package with Air-to-Air heat recovery devices" extends Modelica.Icons.VariantsPackage; annotation (Documentation(info=" -This package contains components models for air-to-air energy recovery devices. +This package contains component models for air-to-air energy recovery devices. ")); end AirToAirHeatRecovery; diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt index 413693585a5..9a2919fad27 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt @@ -1,4 +1,4 @@ -last-generated=2023-11-10 +last-generated=2023-11-13 statistics-simulation= { "linear": " ", @@ -9,7 +9,7 @@ time=[0e+00, 1.2e+02] whSpe.y=[3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.140000015894636e-01, 3.279999912579981e-01, 3.42000025431113e-01, 3.559999705956332e-01, 3.700000047683716e-01, 3.840000389407312e-01, 3.979999841053471e-01, 4.120000182788385e-01, 4.259999634434546e-01, 4.399999976158142e-01, 4.540000317885527e-01, 4.679999769527899e-01, 4.820000111264706e-01, 4.959999562908972e-01, 5.099999904632568e-01, 5.240000246356165e-01, 5.379999698002326e-01, 5.52000003973724e-01, 5.659999491383398e-01, 5.799999833106995e-01, 5.940000174838168e-01, 6.07999962647675e-01, 6.219999968215454e-01, 6.359999419857825e-01, 6.499999761581421e-01, 6.640000103312595e-01, 6.779999554951178e-01, 6.919999896689881e-01, 7.059999348332253e-01, 7.200000286102295e-01, 7.340000627825891e-01, 7.480000079468261e-01, 7.620000421206964e-01, 7.759999872845547e-01, 7.900000214576721e-01, 8.040000556300317e-01, 8.180000007942688e-01, 8.32000034968139e-01, 8.459999801327551e-01, 8.600000143051147e-01, 8.740000484774744e-01, 8.879999936420905e-01, 9.020000278155819e-01, 9.159999729801978e-01, 9.300000071525574e-01, 9.440000413249168e-01, 9.579999864895329e-01, 9.720000206630243e-01, 9.859999658276404e-01, 1e+00] TSup.y=[2.931499938964844e+02, 2.932499999960285e+02, 2.933500060955606e+02, 2.934500122149742e+02, 2.935499877770829e+02, 2.936499938964844e+02, 2.937500000158858e+02, 2.938500061352872e+02, 2.939500121752112e+02, 2.940499877770829e+02, 2.941499938964844e+02, 2.942500000158859e+02, 2.943500061352872e+02, 2.944500121752112e+02, 2.945499878566087e+02, 2.946499938964844e+02, 2.947499999364571e+02, 2.948500061352873e+02, 2.94950012175211e+02, 2.950499878566087e+02, 2.951499938964844e+02, 2.952499999364571e+02, 2.953500061352873e+02, 2.95450012175211e+02, 2.955499878566087e+02, 2.956499938964844e+02, 2.957499999364571e+02, 2.958500059762358e+02, 2.959500123341171e+02, 2.960499878566087e+02, 2.961499938964844e+02, 2.962499999364571e+02, 2.963500059762358e+02, 2.964500123341171e+02, 2.965499878566087e+02, 2.966499938964844e+02, 2.967499999364571e+02, 2.968500059762358e+02, 2.969500123341171e+02, 2.970499878566087e+02, 2.971499938964844e+02, 2.972499999364571e+02, 2.973500059762358e+02, 2.974500123341171e+02, 2.975499878566087e+02, 2.976499938964844e+02, 2.977499999364571e+02, 2.978500059762358e+02, 2.979500123341171e+02, 2.980499878566087e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02] TExh.y=[2.881499938964844e+02, 2.885499877770769e+02, 2.889500121752353e+02, 2.893500061352995e+02, 2.897499999364325e+02, 2.901499938964844e+02, 2.905499878565606e+02, 2.909500123341661e+02, 2.913500059763323e+02, 2.917499999364323e+02, 2.921499938964844e+02, 2.925499878565607e+02, 2.929500123341661e+02, 2.933500059763323e+02, 2.937500002542687e+02, 2.941499938964844e+02, 2.945499875387001e+02, 2.949500123341666e+02, 2.953500059763318e+02, 2.957500002542687e+02, 2.961499938964844e+02, 2.965499875387001e+02, 2.969500123341666e+02, 2.973500059763318e+02, 2.977500002542687e+02, 2.981499938964844e+02, 2.985499875387001e+02, 2.989500116982999e+02, 2.99350006612053e+02, 2.997500002542687e+02, 3.001499938964844e+02, 3.005499875387001e+02, 3.009500116982999e+02, 3.01350006612053e+02, 3.017500002542687e+02, 3.021499938964844e+02, 3.025499875387001e+02, 3.029500116982999e+02, 3.03350006612053e+02, 3.037500002542687e+02, 3.041499938964844e+02, 3.045499875387001e+02, 3.049500116982999e+02, 3.05350006612053e+02, 3.057500002542687e+02, 3.061499938964844e+02, 3.065499875387001e+02, 3.069500116982999e+02, 3.07350006612053e+02, 3.077500002542687e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02] -VSup.y=[3.00000011920929e-01, 3.140000099341042e-01, 3.28000007947279e-01, 3.420000087420096e-01, 3.560000039736313e-01, 3.700000047683716e-01, 3.840000055630882e-01, 3.980000063577959e-01, 4.119999960263899e-01, 4.259999968210932e-01, 4.399999976158142e-01, 4.539999984105589e-01, 4.679999992052859e-01, 4.819999888738325e-01, 4.960000007947223e-01, 5.099999904632568e-01, 5.239999801318861e-01, 5.379999920526989e-01, 5.519999817212574e-01, 5.659999936420702e-01, 5.799999833106995e-01, 5.939999729793287e-01, 6.079999849002362e-01, 6.219999745687e-01, 6.359999864897022e-01, 6.499999761581421e-01, 6.639999658267715e-01, 6.779999554954007e-01, 6.919999896687051e-01, 7.059999793371449e-01, 7.200000286102295e-01, 7.340000182786693e-01, 7.480000079471091e-01, 7.620000421204135e-01, 7.760000317890429e-01, 7.900000214576721e-01, 8.040000111261119e-01, 8.180000007945517e-01, 8.320000349678561e-01, 8.460000246364855e-01, 8.600000143051147e-01, 8.74000003973744e-01, 8.879999936423734e-01, 9.020000278152988e-01, 9.16000017483928e-01, 9.300000071525574e-01, 9.439999968211867e-01, 9.57999986489816e-01, 9.720000206627414e-01, 9.860000103313706e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -VExh.y=[2.000000029802322e-01, 2.16000004967052e-01, 2.319999920527162e-01, 2.479999972184477e-01, 2.63999996026364e-01, 2.800000011920929e-01, 2.960000063578218e-01, 3.120000115235407e-01, 3.28000003973667e-01, 3.440000091393571e-01, 3.600000143051147e-01, 3.7599998966855e-01, 3.919999948342875e-01, 4.079999872843665e-01, 4.240000051656475e-01, 4.399999976158142e-01, 4.55999990065981e-01, 4.720000079472822e-01, 4.880000003973681e-01, 5.040000182786694e-01, 5.199999809265137e-01, 5.360000031790028e-01, 5.519999912579816e-01, 5.6800001351039e-01, 5.840000015893687e-01, 6.000000238418579e-01, 6.159999864897023e-01, 6.320000087418125e-01, 6.480000222522239e-01, 6.639999849002577e-01, 6.800000071525574e-01, 6.959999698004018e-01, 7.119999920528909e-01, 7.280000055629233e-01, 7.440000278154125e-01, 7.599999904632568e-01, 7.760000127157459e-01, 7.919999753635903e-01, 8.080000484782676e-01, 8.24000011126112e-01, 8.399999737739563e-01, 8.559999960264454e-01, 8.719999586742898e-01, 8.88000031788967e-01, 9.039999944368113e-01, 9.200000166893005e-01, 9.35999979337145e-01, 9.52000001589634e-01, 9.680000150996664e-01, 9.840000373521556e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -epsCal.epsSen=[1.949999928474426e-01, 1.958999931454676e-01, 1.967999934434926e-01, 1.976999939203286e-01, 1.985999940395427e-01, 1.994999945163727e-01, 2.003999949932145e-01, 2.012999954700557e-01, 2.021999952316434e-01, 2.030999957084725e-01, 2.039999961853027e-01, 2.048999966621448e-01, 2.057999971389858e-01, 2.066999969005734e-01, 2.075999980926665e-01, 2.084999978542328e-01, 2.093999976158464e-01, 1.506000017881354e-01, 1.524000013113062e-01, 1.542000036954709e-01, 1.560000032186508e-01, 1.578000027418307e-01, 1.596000051259955e-01, 1.614000046491426e-01, 1.63200007033331e-01, 1.650000065565109e-01, 1.668000060796435e-01, 1.685999907017095e-01, 1.703999959469448e-01, 1.721999954700773e-01, 1.739999949932098e-01, 1.757999945163898e-01, 1.775999940395696e-01, 1.793999992847101e-01, 1.811999988078901e-01, 1.829999983310699e-01, 1.847999978542498e-01, 1.865999973774297e-01, 1.884000026225703e-01, 1.902000021457502e-01, 1.920000016689301e-01, 1.938000011921099e-01, 1.956000007152899e-01, 1.974000059604304e-01, 1.992000054836102e-01, 2.010000050067902e-01, 2.028000045299227e-01, 2.046000040530552e-01, 2.064000092982905e-01, 2.081999939203565e-01, 2.099999934434891e-01, 2.197999891917524e-01, 2.295999849400157e-01, 2.394000118413336e-01, 2.491999764369384e-01, 2.590000033378601e-01, 2.688000153378102e-01, 2.785999948340938e-01, 2.884000068348362e-01, 2.981999863311198e-01, 3.079999983310699e-01, 3.178000103310201e-01, 3.275999898273037e-01, 3.37400001828046e-01, 3.471999813243297e-01, 3.569999933242798e-01, 3.668000351261734e-01, 3.765999848205135e-01, 3.864000266233888e-01, 3.961999763175395e-01, 4.059999883174896e-01, 4.15800030119762e-01, 4.255999798139128e-01, 4.354000216165986e-01, 4.451999713107493e-01, 4.550000131130219e-01, 4.64800025112972e-01, 4.745999748071227e-01, 4.84400016609998e-01, 4.941999663043382e-01, 5.040000081062317e-01, 5.138000499081252e-01, 5.235999698003324e-01, 5.334000116030183e-01, 5.431999910991124e-01, 5.529999732971191e-01, 5.628000150997706e-01, 5.725999945958647e-01, 5.824000363985505e-01, 5.921999562907578e-01, 6.019999980926514e-01, 6.118000398945449e-01, 6.215999597867522e-01, 6.31400001589817e-01, 6.411999810862901e-01, 6.510000228881836e-01, 6.608000050861902e-01, 6.705999845822843e-01, 6.804000263849702e-01, 6.901999462771775e-01, 6.99999988079071e-01] -epsCal.epsLat=[2.700000107288361e-01, 2.68200010132786e-01, 2.664000095367361e-01, 2.64600008583064e-01, 2.628000083446358e-01, 2.61000007390976e-01, 2.592000064372924e-01, 2.574000054836099e-01, 2.556000059604345e-01, 2.538000050067764e-01, 2.520000040531158e-01, 2.502000030994435e-01, 2.484000021457735e-01, 2.466000026225981e-01, 2.448000002384356e-01, 2.430000007152557e-01, 2.412000011920759e-01, 1.206000005960425e-01, 1.224000001192133e-01, 1.24200002503378e-01, 1.260000020265579e-01, 1.278000015497378e-01, 1.296000039339026e-01, 1.314000034570734e-01, 1.332000058412381e-01, 1.35000005364418e-01, 1.368000048875506e-01, 1.386000044106831e-01, 1.404000096559183e-01, 1.421999942779844e-01, 1.439999938011169e-01, 1.457999933242969e-01, 1.475999928474767e-01, 1.493999980926173e-01, 1.511999976157972e-01, 1.529999971389771e-01, 1.547999966621569e-01, 1.565999961853368e-01, 1.584000014304774e-01, 1.602000009536573e-01, 1.620000004768372e-01, 1.63800000000017e-01, 1.65599999523197e-01, 1.674000047683375e-01, 1.692000042915174e-01, 1.710000038146973e-01, 1.728000033378772e-01, 1.746000028609623e-01, 1.764000081061976e-01, 1.782000076293775e-01, 1.800000071525574e-01, 1.883999949932421e-01, 1.967999828340215e-01, 2.052000122784924e-01, 2.135999734167969e-01, 2.220000028610229e-01, 2.304000174040879e-01, 2.387999934433837e-01, 2.472000079871277e-01, 2.555999840262341e-01, 2.639999985694885e-01, 2.72400013112743e-01, 2.808000040529158e-01, 2.892000185966597e-01, 2.975999797350786e-01, 3.059999942779541e-01, 3.144000088212086e-01, 3.227999997613814e-01, 3.312000143051254e-01, 3.395999754435442e-01, 3.479999899864197e-01, 3.564000343316174e-01, 3.647999954698469e-01, 3.732000100135909e-01, 3.815999711520098e-01, 3.899999856948853e-01, 3.984000300400831e-01, 4.067999911783125e-01, 4.15200005722246e-01, 4.235999668604755e-01, 4.320000112056732e-01, 4.404000257485487e-01, 4.487999868869675e-01, 4.572000014307115e-01, 4.655999923708843e-01, 4.740000069141388e-01, 4.824000214570143e-01, 4.907999825954332e-01, 4.991999971391771e-01, 5.075999880793499e-01, 5.15999972820282e-01, 5.244000171658588e-01, 5.328000081060317e-01, 5.411999928476428e-01, 5.495999837878155e-01, 5.580000281333923e-01, 5.664000128743243e-01, 5.748000038144971e-01, 5.831999885561082e-01, 5.915999794962811e-01, 6.000000238418579e-01] +VSup.y=[6.000000238418579e-01, 6.079999801317916e-01, 6.1599999602637e-01, 6.240000135103732e-01, 6.320000278154807e-01, 6.399999856948853e-01, 6.480000031789346e-01, 6.560000206628842e-01, 6.639999721845584e-01, 6.719999896685529e-01, 6.800000071525574e-01, 6.880000246365618e-01, 6.959999825160063e-01, 7.039999936422306e-01, 7.120000174838902e-01, 7.200000286102295e-01, 7.27999980131924e-01, 7.360000039736885e-01, 7.440000150997979e-01, 7.51999979337107e-01, 7.599999904632568e-01, 7.680000015894066e-01, 7.760000254312658e-01, 7.8399997695292e-01, 7.920000007947791e-01, 8.00000011920929e-01, 8.080000230470789e-01, 8.159999745689628e-01, 8.240000111263014e-01, 8.320000222522618e-01, 8.399999737739563e-01, 8.479999849002956e-01, 8.55999996026256e-01, 8.640000325835946e-01, 8.719999841054786e-01, 8.799999952316284e-01, 8.880000063577782e-01, 8.960000174839281e-01, 9.039999944370009e-01, 9.120000055631508e-01, 9.200000166893005e-01, 9.279999682109951e-01, 9.359999793373344e-01, 9.440000158942941e-01, 9.520000270206334e-01, 9.599999785423279e-01, 9.679999896686672e-01, 9.760000007946276e-01, 9.840000373519662e-01, 9.919999888738501e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +VExh.y=[8.00000011920929e-01, 8.040000198682122e-01, 8.080000278154955e-01, 8.119999769528761e-01, 8.15999984105418e-01, 8.199999928474426e-01, 8.240000015894673e-01, 8.280000103314894e-01, 8.320000158945543e-01, 8.360000246365752e-01, 8.399999737739563e-01, 8.439999825159822e-01, 8.479999912580031e-01, 8.51999996821068e-01, 8.560000087420399e-01, 8.600000143051147e-01, 8.640000198681896e-01, 8.679999721845219e-01, 8.719999777476712e-01, 8.759999896685535e-01, 8.799999952316284e-01, 8.840000007947033e-01, 8.880000127156803e-01, 8.92000018278735e-01, 8.960000301995225e-01, 8.999999761581421e-01, 9.03999981721217e-01, 9.07999987284292e-01, 9.120000055631508e-01, 9.160000111262256e-01, 9.200000166893005e-01, 9.240000222523754e-01, 9.279999682111846e-01, 9.319999864896644e-01, 9.359999920527393e-01, 9.399999976158142e-01, 9.440000031788891e-01, 9.48000008741964e-01, 9.520000270204438e-01, 9.55999972979253e-01, 9.599999785423279e-01, 9.639999841054028e-01, 9.679999896684777e-01, 9.720000079473365e-01, 9.760000135104114e-01, 9.800000190734863e-01, 9.840000246365612e-01, 9.879999705953704e-01, 9.919999888738501e-01, 9.959999944369251e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +epsCal.epsSen=[2.220000028610229e-01, 2.223599999999995e-01, 2.227199971389761e-01, 2.230799943494806e-01, 2.234400063180905e-01, 2.23800003528595e-01, 2.241600007390994e-01, 2.245199979496037e-01, 2.248799948739971e-01, 2.252400069856624e-01, 2.25600004196167e-01, 2.259600014066716e-01, 2.263199986171757e-01, 2.266799955415691e-01, 2.270399930381836e-01, 2.27400004863739e-01, 2.277600017881333e-01, 1.862400027418215e-01, 1.869599965906301e-01, 1.876800064849501e-01, 1.88400000333786e-01, 1.891199941826219e-01, 1.898400040769419e-01, 1.905599979257505e-01, 1.912800078200942e-01, 1.920000016689301e-01, 1.927199955177659e-01, 1.934400042676683e-01, 1.941600004053358e-01, 1.948799942541244e-01, 1.956000030040741e-01, 1.9631999685291e-01, 1.970400056028123e-01, 1.977600017404799e-01, 1.984799955892684e-01, 1.992000043392181e-01, 1.999199981880067e-01, 2.0063999203689e-01, 2.013600030756239e-01, 2.020799969244124e-01, 2.028000056743622e-01, 2.035199995231507e-01, 2.04239993372034e-01, 2.049600044106732e-01, 2.056799982595565e-01, 2.064000070095062e-01, 2.071200008582948e-01, 2.07839994707178e-01, 2.085600057458173e-01, 2.092799995947005e-01, 2.099999934434891e-01, 2.197999891917524e-01, 2.295999849400157e-01, 2.394000118413336e-01, 2.491999764369384e-01, 2.590000033378601e-01, 2.688000153378102e-01, 2.785999948340938e-01, 2.884000068348362e-01, 2.981999863311198e-01, 3.079999983310699e-01, 3.178000103310201e-01, 3.275999898273037e-01, 3.37400001828046e-01, 3.471999813243297e-01, 3.569999933242798e-01, 3.668000351261734e-01, 3.765999848205135e-01, 3.864000266233888e-01, 3.961999763175395e-01, 4.059999883174896e-01, 4.15800030119762e-01, 4.255999798139128e-01, 4.354000216165986e-01, 4.451999713107493e-01, 4.550000131130219e-01, 4.64800025112972e-01, 4.745999748071227e-01, 4.84400016609998e-01, 4.941999663043382e-01, 5.040000081062317e-01, 5.138000499081252e-01, 5.235999698003324e-01, 5.334000116030183e-01, 5.431999910991124e-01, 5.529999732971191e-01, 5.628000150997706e-01, 5.725999945958647e-01, 5.824000363985505e-01, 5.921999562907578e-01, 6.019999980926514e-01, 6.118000398945449e-01, 6.215999597867522e-01, 6.31400001589817e-01, 6.411999810862901e-01, 6.510000228881836e-01, 6.608000050861902e-01, 6.705999845822843e-01, 6.804000263849702e-01, 6.901999462771775e-01, 6.99999988079071e-01] +epsCal.epsLat=[2.160000056028366e-01, 2.152799964237223e-01, 2.145600021457691e-01, 2.138399928236048e-01, 2.131199986887015e-01, 2.124000042676926e-01, 2.116799949455342e-01, 2.109600005245139e-01, 2.102400066757035e-01, 2.095199973535577e-01, 2.088000029325485e-01, 2.0807999361039e-01, 2.073599991893699e-01, 2.066400053405595e-01, 2.059199954462404e-01, 2.052000015974045e-01, 2.044800077485686e-01, 1.562400015497286e-01, 1.569599953985372e-01, 1.576800052928572e-01, 1.583999991416931e-01, 1.59119992990529e-01, 1.59840002884849e-01, 1.605599967336813e-01, 1.612800066280013e-01, 1.620000004768372e-01, 1.627199943256731e-01, 1.634400030755754e-01, 1.64159999213243e-01, 1.648799930620315e-01, 1.656000018119812e-01, 1.663199956608171e-01, 1.670400044107195e-01, 1.67760000548387e-01, 1.684799943971755e-01, 1.692000031471252e-01, 1.699199969959138e-01, 1.706400057458635e-01, 1.71360001883531e-01, 1.720799957323196e-01, 1.728000044822693e-01, 1.735199983310578e-01, 1.742399921799411e-01, 1.749600032186751e-01, 1.756799970674636e-01, 1.764000058174133e-01, 1.771199996662019e-01, 1.778399935150851e-01, 1.785600045537244e-01, 1.792799984026076e-01, 1.800000071525574e-01, 1.883999949932421e-01, 1.967999828340215e-01, 2.052000122784924e-01, 2.135999734167969e-01, 2.220000028610229e-01, 2.304000174040879e-01, 2.387999934433837e-01, 2.472000079871277e-01, 2.555999840262341e-01, 2.639999985694885e-01, 2.72400013112743e-01, 2.808000040529158e-01, 2.892000185966597e-01, 2.975999797350786e-01, 3.059999942779541e-01, 3.144000088212086e-01, 3.227999997613814e-01, 3.312000143051254e-01, 3.395999754435442e-01, 3.479999899864197e-01, 3.564000343316174e-01, 3.647999954698469e-01, 3.732000100135909e-01, 3.815999711520098e-01, 3.899999856948853e-01, 3.984000300400831e-01, 4.067999911783125e-01, 4.15200005722246e-01, 4.235999668604755e-01, 4.320000112056732e-01, 4.404000257485487e-01, 4.487999868869675e-01, 4.572000014307115e-01, 4.655999923708843e-01, 4.740000069141388e-01, 4.824000214570143e-01, 4.907999825954332e-01, 4.991999971391771e-01, 5.075999880793499e-01, 5.15999972820282e-01, 5.244000171658588e-01, 5.328000081060317e-01, 5.411999928476428e-01, 5.495999837878155e-01, 5.580000281333923e-01, 5.664000128743243e-01, 5.748000038144971e-01, 5.831999885561082e-01, 5.915999794962811e-01, 6.000000238418579e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt index ac99455a573..19723c7ba26 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt @@ -1,4 +1,4 @@ -last-generated=2023-11-10 +last-generated=2023-11-13 statistics-initialization= { "nonlinear": "0, 0", diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt index 20d1b1d88f5..76096efb40f 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt @@ -1,4 +1,4 @@ -last-generated=2023-11-10 +last-generated=2023-11-13 statistics-simulation= { "linear": "4, 4", @@ -7,12 +7,11 @@ statistics-simulation= "numerical Jacobians": "0" } time=[0e+00, 3.6e+02] -whe.hex.sta_b1.T=[3.0169677734375e+02, 3.020980224542517e+02, 3.015710448876942e+02, 3.025562740145317e+02, 3.023825073058025e+02, 3.02208740234375e+02, 3.020349731629313e+02, 3.018611755739418e+02, 3.016874084104332e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.015544128417969e+02, 3.017225035552338e+02, 3.022267451780959e+02, 3.027310178526552e+02, 3.032352905273438e+02, 3.037395632019677e+02, 3.042438053591428e+02, 3.047480769650759e+02, 3.052523496397645e+02, 3.057566223144531e+02, 3.062608644715636e+02, 3.067651371462522e+02, 3.072694087521853e+02, 3.077736509093605e+02, 3.082779235839844e+02, 3.08782196258673e+02, 3.092864689332322e+02, 3.097907100218459e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.099588012695312e+02, 3.100744936963952e+02, 3.10406768523571e+02, 3.107200017324122e+02, 3.110142517089844e+02, 3.112895198099116e+02, 3.115458060419201e+02, 3.117831123385358e+02, 3.120014346769694e+02, 3.122007751464844e+02, 3.123811337403544e+02, 3.125425104647884e+02, 3.126848759327283e+02, 3.128082887641048e+02, 3.129126892089844e+02, 3.129981382955385e+02, 3.130645749955959e+02, 3.131120301514034e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02, 3.131236267089844e+02] +whe.hex.sta_b1.T=[2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950728149177352e+02, 2.951844786650813e+02, 2.952961425307828e+02, 2.954078063964844e+02, 2.955194397446078e+02, 2.956311036103093e+02, 2.957427672393001e+02, 2.958544311050016e+02, 2.959660949707031e+02, 2.9607775883634e+02, 2.961894227019768e+02, 2.963010558136482e+02, 2.96412719679285e+02, 2.965243835449219e+02, 2.966360474106234e+02, 2.967477112763249e+02, 2.968593749053157e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968966369626319e+02, 2.968979187035002e+02, 2.969021911571941e+02, 2.969106445501351e+02, 2.969237365722656e+02, 2.969415588045183e+02, 2.969639587614478e+02, 2.969906310795859e+02, 2.970211487370025e+02, 2.970550842285156e+02, 2.970919799160524e+02, 2.971314392435208e+02, 2.971730651495876e+02, 2.972164917745005e+02, 2.972613830566406e+02, 2.973074950382839e+02, 2.973545530622621e+02, 2.974023439129812e+02, 2.974506836760167e+02, 2.974993896484375e+02, 2.975483702782853e+02, 2.975974729779282e+02, 2.976466371294936e+02, 2.976957703469733e+02, 2.977448120117188e+02, 2.977936705715128e+02, 2.978423155092947e+02, 2.978907472338111e+02, 2.979388733722475e+02, 2.979866943359375e+02, 2.980341796073029e+02, 2.980813291863437e+02, 2.981281129507759e+02, 2.981744995901049e+02, 2.982205200195312e+02, 2.982661437217354e+02, 2.983113401793981e+02, 2.983561402872823e+02, 2.984004822527575e+02, 2.984444274902344e+02, 2.984879454831698e+02, 2.985310362315636e+02, 2.985737000950092e+02, 2.986159058328613e+02, 2.986576843261719e+02] TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] -whe.port_a1.m_flow=[1.048808860778809e+01, 3.534681217430925e+00, 1.311995086062455e+00, 4.445311707869884e-01, 1.700972625798763e-01, 7.864898443222046e-02, 4.26406365415155e-02, 2.625041338992495e-02, 1.704261399814941e-02, 6.731700451167446e-03, 1.929930760525167e-03, 5.19898878226877e-04, 1.50407721983734e-04, 4.973555893295392e-05, 1.922406472004051e-05, 8.699256795807742e-06, 4.566546403260437e-06, 2.743842563332655e-06, 2.053543813035159e-06, 2.283415546398604e-06, 4.24367499363143e-06, 1.371862337495451e-05, 6.891370288247582e-05, 4.27686573716586e-04, 2.482284469290782e-03, 9.976674802601337e-03, 2.051334780802471e-02, 2.980265306244997e-02, 4.459714132813853e-02, 6.846057897213285e-02, 1.0739815980196e-01, 1.71518853929773e-01, 2.775896202270899e-01, 4.519356499621749e-01, 7.275548406896168e-01, 1.10225474834442e+00, 1.467626250284854e+00, 1.800988965583616e+00, 2.148009957911702e+00, 2.495302780440627e+00, 2.831396102905273e+00, 3.147628502578373e+00, 3.438325160418683e+00, 3.700459506467932e+00, 3.933123476500328e+00, 4.136947631835938e+00, 4.313588814154752e+00, 4.465305922078191e+00, 4.594641106065937e+00, 4.704206157394582e+00, 4.796529293060303e+00, 4.873968479128361e+00, 4.938669253810398e+00, 4.992544131838229e+00, 5.037272997795386e+00, 5.074312686920166e+00, 5.104913186737961e+00, 5.130142230916406e+00, 5.150904639208953e+00, 5.167963530443009e+00, 5.18195915222168e+00, 5.193428021631745e+00, 5.202813632375171e+00, 5.210485929222674e+00, 5.216750631181624e+00, 5.221861362457275e+00, 5.226027005371494e+00, 5.181640981957875e+00, 5.038303021568525e+00, 4.889984827781753e+00, 4.736373901367188e+00, 4.577079093384015e+00, 4.411602113407898e+00, 4.239317294832093e+00, 4.059444590948388e+00, 3.870996713638306e+00, 3.672709808493914e+00, 3.462938798793179e+00, 3.23948924251345e+00, 2.999340822341678e+00, 2.738126993179321e+00, 2.449139392350175e+00, 2.121075855689745e+00, 1.731887264366506e+00, 1.581018567126699e+00, 1.58104145526886e+00, 1.581060409516593e+00, 1.581076621956729e+00, 1.581089735069529e+00, 1.581099867836909e+00, 1.581108689308167e+00, 1.581115484227565e+00, 1.581120610220953e+00, 1.581125140202251e+00, 1.581128358844984e+00, 1.581130862236023e+00, 1.581133008000203e+00, 1.581134438510667e+00, 1.581135630611647e+00, 1.581136584282932e+00, 1.58113706111908e+00] -whe.port_a2.m_flow=[2.079205513000488e+00, 1.056121564193484e+00, 4.149843560682353e-01, 1.683278609693609e-01, 8.212056244744809e-02, 4.649123549461365e-02, 2.985093501270831e-02, 2.12394255369423e-02, 1.564828307994401e-02, 6.91529038146556e-03, 2.193103078752756e-03, 6.475104592431872e-04, 2.03734099267616e-04, 7.279477127678111e-05, 3.023421095748844e-05, 1.463056742068147e-05, 8.178270202064418e-06, 5.113524880471423e-06, 3.827059172334221e-06, 4.255456069863195e-06, 7.908666702860501e-06, 2.556652575265841e-05, 1.28430081983204e-04, 7.970522324965759e-04, 4.626069241358784e-03, 1.859248243272305e-02, 3.822584311045873e-02, 5.55303400357215e-02, 8.307610637077005e-02, 1.27452678723627e-01, 1.996379047632217e-01, 3.175587125447499e-01, 5.084723560452256e-01, 8.041527942357976e-01, 1.199883762297198e+00, 1.586803197860716e+00, 2.00367376941281e+00, 2.458621422916956e+00, 2.932357384009244e+00, 3.406464415001182e+00, 3.865282297134399e+00, 4.296987300500597e+00, 4.693832237521511e+00, 5.05168504351775e+00, 5.36930610863456e+00, 5.647556781768799e+00, 5.88869914669405e+00, 6.09581534128153e+00, 6.272377350955578e+00, 6.421950569010547e+00, 6.547985076904297e+00, 6.65370161554274e+00, 6.742027826579627e+00, 6.81557506501172e+00, 6.876637074312026e+00, 6.927201271057129e+00, 6.96897547848828e+00, 7.00341704101847e+00, 7.031761147252066e+00, 7.055049454420584e+00, 7.074155330657959e+00, 7.089811777447055e+00, 7.102624902798787e+00, 7.113098136355917e+00, 7.12165070861453e+00, 7.128627777099609e+00, 7.134314051342613e+00, 7.138917449568296e+00, 7.142679211530782e+00, 7.145767216534288e+00, 7.148281574249268e+00, 7.150323387775447e+00, 7.151974196101147e+00, 7.153303627152726e+00, 7.154373647379137e+00, 7.155238628387451e+00, 7.155939101085502e+00, 7.156506536620634e+00, 7.156966210785966e+00, 7.15733861979e+00, 7.157640933990479e+00, 7.157885074235512e+00, 7.158081530918329e+00, 7.158241272441551e+00, 7.158366203498089e+00, 7.158470153808594e+00, 7.158555984363678e+00, 7.158628940355912e+00, 7.158688545396823e+00, 7.158734321666998e+00, 7.158774375915527e+00, 7.158805370286347e+00, 7.158828735270719e+00, 7.158848762568797e+00, 7.158863544484323e+00, 7.158874988555908e+00, 7.158884525282904e+00, 7.158890724165961e+00, 7.158896446244196e+00, 7.158900260933377e+00, 7.158903121948242e+00] -TExh.y=[2.931499938964844e+02, 2.931499938964844e+02] -whe.hex.sta_b2.T=[3.004939270019531e+02, 2.993744201517669e+02, 2.991494140611499e+02, 2.933716140795759e+02, 2.935203247252049e+02, 2.937070007324219e+02, 2.939316405995989e+02, 2.941942748434571e+02, 2.944948731153983e+02, 2.947939452346959e+02, 2.950138854980469e+02, 2.953097230427405e+02, 2.956602782438666e+02, 2.960101013860418e+02, 2.962911986295757e+02, 2.9644482421875e+02, 2.964433593371004e+02, 2.964300536700629e+02, 2.966230161937939e+02, 2.968159484045788e+02, 2.970088806152344e+02, 2.972018433434681e+02, 2.973947755542529e+02, 2.975877378734814e+02, 2.977806700842663e+02, 2.979736328125e+02, 2.981665650231556e+02, 2.983594972339404e+02, 2.985524595531689e+02, 2.987453917639538e+02, 2.989383544921875e+02, 2.991312867029077e+02, 2.993242189136279e+02, 2.995171812328564e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.995814819335938e+02, 2.994645687944209e+02, 2.991137393110478e+02, 2.98762938858373e+02, 2.984121398925781e+02, 2.980613104092051e+02, 2.977105114434101e+02, 2.973597095038555e+02, 2.970088800204824e+02, 2.966580810546875e+02, 2.963072820888926e+02, 2.959564831230976e+02, 2.956056506659649e+02, 2.952548517001699e+02, 2.94904052734375e+02, 2.94553223251002e+02, 2.94202424285207e+02, 2.938516223456524e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02, 2.937346801757812e+02] -whe.bypDamPos=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.999998683733009e-02, 7.999994734933988e-02, 1.399999751647862e-01, 2.000000029802322e-01, 2.600000158945803e-01, 3.200000437099634e-01, 3.799999443691076e-01, 4.399999721845537e-01, 5e-01, 5.600000278155095e-01, 6.200000556310187e-01, 6.799999562899105e-01, 7.399999841054195e-01, 8.00000011920929e-01, 8.600000397363119e-01, 9.200000675516949e-01, 9.799999682108395e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -whe.effCal.epsSen=[7.370360493659973e-01, 6.239786729734462e-01, 6.01264893872165e-01, 6.000000238420474e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01] -whe.effCal.epsLat=[5.740721225738525e-01, 3.479573101841096e-01, 3.02529751981543e-01, 3.000000119213237e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01] +whe.port_a1.m_flow=[1e+01, 7.473897890355959e+00, 6.189397754680937e+00, 5.405409838762697e+00, 5.154702173853067e+00, 5.071506500244141e+00, 5.0387630486839e+00, 5.023861410564977e+00, 5.015490052916603e+00, 5.006117347137351e+00, 5.001753807067871e+00, 5.000472068560258e+00, 5.000136375466152e+00, 5.000044822684282e+00, 5.000017166144769e+00, 5.000007629394531e+00, 5.000003814696255e+00, 5.000002384185791e+00, 5.000001430511475e+00, 5.000000953674316e+00, 5.000000953674316e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 4.999943733607425e+00, 4.998464581531157e+00, 4.993455892598923e+00, 4.983616806819795e+00, 4.968370914459229e+00, 4.947595635239784e+00, 4.921479200424519e+00, 4.890399960780747e+00, 4.854838306803896e+00, 4.815305233001709e+00, 4.772305086800642e+00, 4.726323564260856e+00, 4.677818817062193e+00, 4.6272110062517e+00, 4.574877262115479e+00, 4.521149727226299e+00, 4.466317840866078e+00, 4.410633373777898e+00, 4.354313754412903e+00, 4.297544956207275e+00, 4.240487195569017e+00, 4.183275416884372e+00, 4.126023098492043e+00, 4.068831346947831e+00, 4.011781215667725e+00, 3.954947090965448e+00, 3.898392630229742e+00, 3.842174340167547e+00, 3.786343241875792e+00, 3.730943441390991e+00, 3.676013324074063e+00, 3.621587221883087e+00, 3.567693290284806e+00, 3.514356046472182e+00, 3.461592674255371e+00, 3.409414141028468e+00, 3.357825930202537e+00, 3.306823081866735e+00, 3.256394301365054e+00, 3.206521272659302e+00, 3.157174432150856e+00, 3.108320878061652e+00, 3.059922293489332e+00, 3.011936345195597e+00, 2.964321374893188e+00] +whe.port_a2.m_flow=[1e+01, 7.473897890355959e+00, 6.189397754680937e+00, 5.405409838762697e+00, 5.154702173853067e+00, 5.071506500244141e+00, 5.0387630486839e+00, 5.023861410564977e+00, 5.015490052916603e+00, 5.006117347137351e+00, 5.001753807067871e+00, 5.000472068560258e+00, 5.000136375466152e+00, 5.000044822684282e+00, 5.000017166144769e+00, 5.000007629394531e+00, 5.000003814696255e+00, 5.000002384185791e+00, 5.000001430511475e+00, 5.000000953674316e+00, 5.000000953674316e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 4.999943733607425e+00, 4.998464581531157e+00, 4.993455892598923e+00, 4.983616806819795e+00, 4.968370914459229e+00, 4.947595635239784e+00, 4.921479200424519e+00, 4.890399960780747e+00, 4.854838306803896e+00, 4.815305233001709e+00, 4.772305086800642e+00, 4.726323564260856e+00, 4.677818817062193e+00, 4.6272110062517e+00, 4.574877262115479e+00, 4.521149727226299e+00, 4.466317840866078e+00, 4.410633373777898e+00, 4.354313754412903e+00, 4.297544956207275e+00, 4.240487195569017e+00, 4.183275416884372e+00, 4.126023098492043e+00, 4.068831346947831e+00, 4.011781215667725e+00, 3.954947090965448e+00, 3.898392630229742e+00, 3.842174340167547e+00, 3.786343241875792e+00, 3.730943441390991e+00, 3.676013324074063e+00, 3.621587221883087e+00, 3.567693290284806e+00, 3.514356046472182e+00, 3.461592674255371e+00, 3.409414141028468e+00, 3.357825930202537e+00, 3.306823081866735e+00, 3.256394301365054e+00, 3.206521272659302e+00, 3.157174432150856e+00, 3.108320878061652e+00, 3.059922293489332e+00, 3.011936345195597e+00, 2.964321374893188e+00] +whe.hex.sta_b2.T=[3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.014332884706416e+02, 3.01921996656004e+02, 3.024106748417386e+02, 3.028993835449219e+02, 3.033880922481699e+02, 3.038768009512885e+02, 3.043654781013165e+02, 3.048541868045645e+02, 3.053428955078125e+02, 3.058315736934824e+02, 3.063202823967304e+02, 3.068089900642071e+02, 3.072976682499417e+02, 3.07786376953125e+02, 3.082750856563083e+02, 3.087637638420429e+02, 3.092524715095196e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153137212205e+02, 3.094140624975424e+02, 3.094097595263997e+02, 3.094013366510367e+02, 3.093883056640625e+02, 3.093705139493879e+02, 3.09348175027744e+02, 3.093215942620817e+02, 3.092911681575288e+02, 3.0925732421875e+02, 3.092205200836889e+02, 3.091811828267917e+02, 3.091396789909081e+02, 3.090963439193762e+02, 3.090515747070312e+02, 3.090055847954417e+02, 3.089586488420348e+02, 3.089109800621456e+02, 3.088627928864833e+02, 3.088141784667969e+02, 3.087653199072615e+02, 3.087163392774137e+02, 3.086672971966782e+02, 3.086182860497697e+02, 3.085693664550781e+02, 3.085206299653379e+02, 3.084720765800316e+02, 3.084237669263452e+02, 3.083757323406431e+02, 3.083280029296875e+02, 3.082806092110565e+02, 3.082335817018107e+02, 3.081868894911477e+02, 3.081405944042944e+02, 3.080946655273438e+02, 3.080491638951934e+02, 3.080040284729457e+02, 3.079593199177958e+02, 3.079150389879943e+02, 3.078711853027344e+02, 3.078277588622747e+02, 3.077847291492958e+02, 3.077421568391019e+02, 3.077000121361474e+02, 3.076583251953125e+02] +whe.bypDamPos=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.999992465612479e-03, 6.500003948800676e-03, 1.099999612570312e-02, 1.550000737606466e-02, 1.999999955296516e-02, 2.449999172988142e-02, 2.900000298022717e-02, 3.349999701977283e-02, 3.800000640748921e-02, 4.250000044703484e-02, 4.699999076132177e-02, 5.150000387429688e-02, 5.59999979138425e-02, 6.050000730155885e-02, 6.499999761581417e-02, 6.949999165535983e-02, 7.399998569490546e-02, 7.850001788137323e-02, 8.300000447033823e-02, 8.749999850988388e-02, 9.199999254942953e-02, 9.649998658897513e-02, 1.010000187753166e-01, 1.05500005364408e-01, 1.099999994039536e-01, 1.144999934434992e-01, 1.189999874830448e-01, 1.23500012218932e-01, 1.280000137090582e-01, 1.324999928474426e-01, 1.369999868869883e-01, 1.414999809265339e-01, 1.460000131130016e-01, 1.505000071525472e-01, 1.550000011920929e-01, 1.594999952316385e-01, 1.639999892711841e-01, 1.685000214576519e-01, 1.730000005960363e-01, 1.77499994635582e-01, 1.819999886751276e-01, 1.864999827146732e-01, 1.91000014901141e-01, 1.955000089406866e-01, 2.000000029802322e-01] +whe.effCal.epsSen=[8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.154975772070732e-01, 8.154338000989712e-01, 8.152179124454552e-01, 8.147938838017394e-01, 8.141367435455322e-01, 8.132413642492259e-01, 8.12115727789005e-01, 8.107762348764057e-01, 8.092434974536896e-01, 8.075395822525024e-01, 8.056862982672652e-01, 8.037044388558297e-01, 8.016138690879587e-01, 7.994325719247337e-01, 7.971768975257874e-01, 7.948610822241824e-01, 7.924975833522759e-01, 7.900972284337147e-01, 7.876693564994709e-01, 7.852218747138977e-01, 7.827616375732487e-01, 7.802943074970506e-01, 7.778245722970133e-01, 7.753567057769911e-01, 7.728938460350037e-01, 7.704389136860128e-01, 7.679942929031779e-01, 7.655619896706753e-01, 7.631437737626552e-01, 7.607409358024597e-01, 7.583547274876291e-01, 7.559860428777297e-01, 7.536356965865841e-01, 7.51304384113212e-01, 7.489926218986511e-01, 7.467008271789518e-01, 7.444294767826827e-01, 7.421789093419372e-01, 7.39949341829951e-01, 7.377411127090454e-01, 7.355543411945734e-01, 7.33389265696019e-01, 7.312459873444743e-01, 7.291246020818674e-01, 7.270252704620361e-01] +whe.effCal.epsLat=[7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.309951186518648e-01, 7.308676240398001e-01, 7.304358487325157e-01, 7.29587731840692e-01, 7.282735109329224e-01, 7.264826927361703e-01, 7.242314794198679e-01, 7.215524339900244e-01, 7.184870187492373e-01, 7.150791883468628e-01, 7.113725607717436e-01, 7.074089015535172e-01, 7.032277024133832e-01, 6.988651676913253e-01, 6.943537592887878e-01, 6.897221286855779e-01, 6.849951905474204e-01, 6.801944807082767e-01, 6.75338677236155e-01, 6.704437732696533e-01, 6.655232393847209e-01, 6.605885792323249e-01, 6.556491684358844e-01, 6.50713375792206e-01, 6.457876563072205e-01, 6.408777916102494e-01, 6.359885500445794e-01, 6.311239435795744e-01, 6.262875117625236e-01, 6.214818954467773e-01, 6.16709478816611e-01, 6.119721095973173e-01, 6.072714170140157e-01, 6.026087920687873e-01, 5.979852080345154e-01, 5.934016185951168e-01, 5.888589774062128e-01, 5.843577829220981e-01, 5.798986478976204e-01, 5.75482189655304e-01, 5.7110864662636e-01, 5.667784956302618e-01, 5.624919389271723e-01, 5.582492280050874e-01, 5.540505647659302e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt index 6039b1caad9..ca109811374 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt @@ -1,17 +1,21 @@ -last-generated=2023-11-10 +last-generated=2023-11-13 +statistics-initialization= +{ + "nonlinear": "0, 0", + "numerical Jacobians": "0" +} statistics-simulation= { "linear": " ", - "nonlinear": "0, 0", + "nonlinear": " ", "numerical Jacobians": "0" } time=[0e+00, 3.6e+02] -whe.hex.sta_b1.T=[3.020537414550781e+02, 3.010730285445009e+02, 3.003887023605963e+02, 2.998201599405503e+02, 2.99318450877692e+02, 2.988617248535156e+02, 2.984379272898141e+02, 2.980395813813535e+02, 2.976616820510698e+02, 2.973691711604931e+02, 2.973280944824219e+02, 2.97289001448675e+02, 2.972515869218558e+02, 2.972156371995936e+02, 2.971810302879247e+02, 2.971476440429688e+02, 2.971152953967039e+02, 2.971551208110307e+02, 2.973334043920042e+02, 2.975054625746304e+02, 2.976712646484375e+02, 2.978307800953301e+02, 2.979840699509819e+02, 2.981311033930011e+02, 2.982718505273419e+02, 2.984063720703125e+02, 2.985346069863686e+02, 2.986566163110545e+02, 2.987723387712097e+02, 2.988818053745846e+02, 2.989850463867188e+02, 2.990820007719383e+02, 2.991726990483389e+02, 2.992571410438202e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.992839050292969e+02, 2.993005676696387e+02, 2.993515624562797e+02, 2.994040528251788e+02, 2.994582214355469e+02, 2.995142210951698e+02, 2.995722654252834e+02, 2.996325990865004e+02, 2.996954651975796e+02, 2.997612915039062e+02, 2.998305052510568e+02, 2.999036557518157e+02, 2.999815371404915e+02, 3.000652162134645e+02, 3.001562194824219e+02, 3.00256866276575e+02, 3.003711238567621e+02, 3.005066228385799e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02, 3.005591430664062e+02] +whe.hex.sta_b1.T=[2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.975588683534557e+02, 2.978171994880415e+02, 2.980755308963645e+02, 2.983338623046875e+02, 2.985921937130105e+02, 2.988505251213335e+02, 2.991088559821821e+02, 2.993671873905051e+02, 2.996255187988281e+02, 2.998838502071512e+02, 3.001421816154742e+02, 3.004005124763227e+02, 3.006588438846457e+02, 3.009171752929688e+02, 3.011755067012918e+02, 3.014338381096148e+02, 3.016921689704633e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017295228910836e+02, 3.016197508835597e+02, 3.015100098586278e+02, 3.014002378511039e+02, 3.012904968261719e+02, 3.011807252839204e+02, 3.010709837935867e+02, 3.009612122512059e+02, 3.00851440243682e+02, 3.007416687011719e+02, 3.006318971589204e+02, 3.005221251511379e+02, 3.004123536087571e+02, 3.003025816011039e+02, 3.001928100585938e+02, 3.000830385160836e+02, 2.999732669735735e+02, 2.998634639834577e+02, 2.997536924409476e+02, 2.996439208984375e+02, 2.995341188386079e+02, 2.994243472958391e+02, 2.993145443057234e+02, 2.992047422456351e+02, 2.99094970703125e+02, 2.989851686430367e+02, 2.988753665834659e+02, 2.987655635928327e+02, 2.986557615327445e+02, 2.985459594726562e+02, 2.984361574128267e+02, 2.983263553529972e+02, 2.982165523618466e+02, 2.981067197846976e+02, 2.979969177246094e+02, 2.978871156645211e+02, 2.977772830873722e+02, 2.976674800962216e+02, 2.975576475190726e+02, 2.974478454589844e+02, 2.973380128815767e+02, 2.97228180304169e+02, 2.971183467959577e+02, 2.970085447356108e+02, 2.968987121582031e+02] TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] -whe.port_a1.m_flow=[5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.196152087538905e+00, 5.049752360948927e+00, 4.898979403475134e+00, 4.74341630935669e+00, 4.582576074528673e+00, 4.415880776955356e+00, 4.242639893361339e+00, 4.062019033670093e+00, 3.872983455657959e+00, 3.67423497285181e+00, 3.464102282570797e+00, 3.240369483078843e+00, 2.99999957255236e+00, 2.73861289024353e+00, 2.449490344704764e+00, 2.121321427153636e+00, 1.73204926954039e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00] -whe.port_a2.m_flow=[1.1180340051651e+00, 2.061552781624085e+00, 2.692582397779576e+00, 3.201562141016511e+00, 3.640054984359655e+00, 4.031128883361816e+00, 4.387482129776406e+00, 4.716990403032988e+00, 5.024937692591159e+00, 5.315072893044394e+00, 5.590169906616211e+00, 5.852349866314215e+00, 6.103277630961695e+00, 6.344288875909839e+00, 6.576473139071381e+00, 6.800735473632812e+00, 7.017834276875721e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00, 7.158910751342773e+00] -TExh.y=[2.931499938964844e+02, 2.931499938964844e+02] -whe.hex.sta_b2.T=[2.983030700683594e+02, 2.98444061282082e+02, 2.98538299564872e+02, 2.986142883263189e+02, 2.986797180240295e+02, 2.987380676269531e+02, 2.987911987250199e+02, 2.988403015035826e+02, 2.988861999605497e+02, 2.988618775540056e+02, 2.986195068359375e+02, 2.984097289218982e+02, 2.982257690800276e+02, 2.980628051435407e+02, 2.979170532818339e+02, 2.977857360839844e+02, 2.976665954112541e+02, 2.976951293295651e+02, 2.980044553026613e+02, 2.983183592411226e+02, 2.986368408203125e+02, 2.98959900040425e+02, 2.992875369011368e+02, 2.996197812108638e+02, 2.999565733428141e+02, 3.002979736328125e+02, 3.006439210462847e+02, 3.009944766178049e+02, 3.013496090723207e+02, 3.017093199150794e+02, 3.020736083984375e+02, 3.024424745227182e+02, 3.028159182875981e+02, 3.031939388869025e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.033209533691406e+02, 3.032160641847235e+02, 3.028967593062613e+02, 3.025700372798999e+02, 3.022352905273438e+02, 3.018916021515605e+02, 3.015380261156481e+02, 3.011734301355792e+02, 3.007963860655318e+02, 3.004051513671875e+02, 2.999975287793192e+02, 2.995706801870813e+02, 2.991209090659422e+02, 2.986430960802065e+02, 2.981298522949219e+02, 2.97569825206209e+02, 2.969439719612155e+02, 2.962150851039056e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02, 2.959364624023438e+02] -whe.wheSpe=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.020000206629241e-01, 7.07999999205194e-01, 7.139999841055157e-01, 7.200000286102295e-01, 7.260000135102985e-01, 7.319999984106202e-01, 7.37999970595217e-01, 7.440000150998046e-01, 7.5e-01, 7.559999849001954e-01, 7.62000029404783e-01, 7.680000015893798e-01, 7.739999864897014e-01, 7.799999713897705e-01, 7.860000158944843e-01, 7.92000000794806e-01, 7.979999729794028e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] -whe.effCal.epsSen=[5.170192718505859e-01, 5.312478545138076e-01, 5.40760577160995e-01, 5.484306212443264e-01, 5.550360686130297e-01, 5.609251856803894e-01, 5.662894839513049e-01, 5.71247934274199e-01, 5.758802900235686e-01, 5.802431088486153e-01, 5.843783617019653e-01, 5.883180515327717e-01, 5.920873276485421e-01, 5.957063444002655e-01, 5.991915449841776e-01, 6.025567054748535e-01, 6.058131469921517e-01, 6.096656311435854e-01, 6.148764446907661e-01, 6.200872637596438e-01, 6.252980828285217e-01, 6.305089018972733e-01, 6.357197209660248e-01, 6.40930528991761e-01, 6.461413480606387e-01, 6.513521671295166e-01, 6.565629861983945e-01, 6.617738052672723e-01, 6.669846132927558e-01, 6.721954323616336e-01, 6.774062514305115e-01, 6.826170704993894e-01, 6.878278895682671e-01, 6.930386975937507e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.947756409645081e-01, 6.939390280270684e-01, 6.913816950792416e-01, 6.887478782950465e-01, 6.860304474830627e-01, 6.832208085675543e-01, 6.803089480480323e-01, 6.772826804871406e-01, 6.741275136373681e-01, 6.708253622055054e-01, 6.673535168688834e-01, 6.636828311578116e-01, 6.597745876503653e-01, 6.555756851872224e-01, 6.510096788406372e-01, 6.459591478277363e-01, 6.402265635537387e-01, 6.334265803313571e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01, 6.307904124259949e-01] -whe.effCal.epsLat=[4.040385484695435e-01, 4.324957435983013e-01, 4.515210994857404e-01, 4.668611876524033e-01, 4.80072171796706e-01, 4.918503165245056e-01, 5.025789726709812e-01, 5.124958733167062e-01, 5.217605252109901e-01, 5.304862224656023e-01, 5.387567281723022e-01, 5.466361078337888e-01, 5.541746600654557e-01, 5.614126935689026e-01, 5.683831543412451e-01, 5.751133561134338e-01, 5.816263583570672e-01, 5.875312675324159e-01, 5.925528960573978e-01, 5.975745299035463e-01, 6.025961637496948e-01, 6.076177975958433e-01, 6.126394314419918e-01, 6.176610546458072e-01, 6.226826884919557e-01, 6.277043223381042e-01, 6.327259561842528e-01, 6.377475900304013e-01, 6.427692132342167e-01, 6.477908470803652e-01, 6.528124809265137e-01, 6.578341147726622e-01, 6.628557486188107e-01, 6.678773718228788e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.695512533187866e-01, 6.678780870485522e-01, 6.627633615482537e-01, 6.574957875840031e-01, 6.520609259605408e-01, 6.46441648129524e-01, 6.406178674858352e-01, 6.345653919676859e-01, 6.282549986645067e-01, 6.216506958007812e-01, 6.147070647321822e-01, 6.073656933100384e-01, 5.99549206295146e-01, 5.911514013683548e-01, 5.820193886756897e-01, 5.719183266498878e-01, 5.604531581018929e-01, 5.468531916571295e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01, 5.41580855846405e-01] +whe.port_a1.m_flow=[5e+00, 5e+00] +whe.port_a2.m_flow=[5e+00, 5e+00] +whe.hex.sta_b2.T=[2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.989497069587169e+02, 2.992918698270552e+02, 2.996340330581235e+02, 2.999761962890625e+02, 3.003183900375796e+02, 3.006605532685186e+02, 3.010027157744501e+02, 3.013448790053891e+02, 3.016870727539062e+02, 3.020292359848452e+02, 3.023713992157843e+02, 3.027135617217157e+02, 3.030557554701682e+02, 3.033979187011719e+02, 3.037400819321109e+02, 3.040822451631792e+02, 3.044244381864302e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045872495698539e+02, 3.046969605422215e+02, 3.048067015670242e+02, 3.049164125395211e+02, 3.05026123046875e+02, 3.051358335542289e+02, 3.052455445265965e+02, 3.053552550339504e+02, 3.05464966006318e+02, 3.055746765136719e+02, 3.056843870210258e+02, 3.057940674758153e+02, 3.059037779831691e+02, 3.060134889555367e+02, 3.061231689453125e+02, 3.062328794526664e+02, 3.063425594424421e+02, 3.064522708798235e+02, 3.065619508695992e+02, 3.06671630859375e+02, 3.067813108494095e+02, 3.068910213565046e+02, 3.070007022763079e+02, 3.071103822660836e+02, 3.072200622558594e+02, 3.073297422456351e+02, 3.074394222354109e+02, 3.07549072637636e+02, 3.076587526274117e+02, 3.077684326171875e+02, 3.078780820896438e+02, 3.079877620791609e+02, 3.08097412481386e+02, 3.082070924711617e+02, 3.083167419433594e+02, 3.084264219331351e+02, 3.085360714053327e+02, 3.086457218075579e+02, 3.087553712797555e+02, 3.088650207519531e+02, 3.089746702244095e+02, 3.090843196968658e+02, 3.091939700985735e+02, 3.093036195707711e+02, 3.094132690429688e+02] +whe.wheSpe=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.029999976159558e-01, 7.09750002384115e-01, 7.164999785423986e-01, 7.232499833110633e-01, 7.300000190734863e-01, 7.367499952317699e-01, 7.434999999999292e-01, 7.502499761582129e-01, 7.57000040531017e-01, 7.637500166893005e-01, 7.704999928475842e-01, 7.772499976157435e-01, 7.839999737740271e-01, 7.907500381468311e-01, 7.975000143051147e-01, 8.042499904633983e-01, 8.109999666216818e-01, 8.177500000007276e-01, 8.245000357626453e-01, 8.31250011920929e-01, 8.379999880792126e-01, 8.44749964237496e-01, 8.514999976165418e-01, 8.582500333784596e-01, 8.650000095367432e-01, 8.717499856950268e-01, 8.784999618533103e-01, 8.85249995232356e-01, 8.920000309942737e-01, 8.987500071525574e-01, 9.05499983310841e-01, 9.122499594691245e-01, 9.190000524518045e-01, 9.257500286100879e-01, 9.325000047683716e-01, 9.392499809266552e-01, 9.459999570849387e-01, 9.527500500676187e-01, 9.595000262259021e-01, 9.662500023841858e-01, 9.729999785424693e-01, 9.797499547007529e-01, 9.865000476834329e-01, 9.932500238417163e-01, 1e+00] +whe.effCal.epsSen=[5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.732217933800871e-01, 5.787257002759989e-01, 5.842296434475508e-01, 5.897335503432101e-01, 5.952374339103699e-01, 6.007413174775296e-01, 6.062452839778337e-01, 6.117491675449934e-01, 6.172530744406528e-01, 6.227569580078125e-01, 6.282609011796171e-01, 6.337648080752764e-01, 6.39268691642436e-01, 6.447725985386006e-01, 6.502765417098999e-01, 6.557804252770596e-01, 6.612843088442194e-01, 6.66788298673023e-01, 6.722921822401827e-01, 6.777960658073425e-01, 6.832999493745023e-01, 6.888038925452963e-01, 6.943078227704657e-01, 6.998117063376255e-01, 7.053155899047852e-01, 7.108195330760845e-01, 7.163234166437494e-01, 7.218273468679083e-01, 7.27331230435068e-01, 7.328351736068726e-01, 7.383390571740324e-01, 7.438429407411921e-01, 7.493468709653509e-01, 7.548508141371554e-01, 7.603546977043152e-01, 7.65858581271475e-01, 7.713624648386347e-01, 7.768664546674383e-01, 7.82370338234598e-01, 7.878742218017578e-01, 7.933781053689175e-01, 7.988820485397116e-01, 8.043859787648809e-01, 8.098898623320406e-01, 8.153937458992004e-01] +whe.effCal.epsLat=[5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.137436306290147e-01, 5.186764639709236e-01, 5.236092764045952e-01, 5.285421097459988e-01, 5.334749221801758e-01, 5.38407675009708e-01, 5.433405083511116e-01, 5.482733207850359e-01, 5.532061541266921e-01, 5.581389665603638e-01, 5.630717789940355e-01, 5.680046123359443e-01, 5.72937424769616e-01, 5.778702581115248e-01, 5.828030705451965e-01, 5.877358829788683e-01, 5.926686954125399e-01, 5.976014900580412e-01, 6.025343024917128e-01, 6.074671149253845e-01, 6.123999273590562e-01, 6.173327397927278e-01, 6.22265594042874e-01, 6.271984064765457e-01, 6.321312189102173e-01, 6.37064031343889e-01, 6.419968437775606e-01, 6.469296980266962e-01, 6.518625104608731e-01, 6.567952632904053e-01, 6.617280757245823e-01, 6.666608881587591e-01, 6.715937424078947e-01, 6.765265548415663e-01, 6.81459367275238e-01, 6.863921797089098e-01, 6.913249921425814e-01, 6.962578463927275e-01, 7.011906588258938e-01, 7.061234712600708e-01, 7.110562836937424e-01, 7.159890365237799e-01, 7.209218907729155e-01, 7.258547032065871e-01, 7.307875156402588e-01] From e7720a114a6cb2e6efcbe7d98607cfaac82ca790 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Tue, 14 Nov 2023 13:35:02 -0500 Subject: [PATCH 100/196] diagram and info updated --- .../HeatExchagerWithInputEffectiveness.mo | 3 +- .../HeatExchagerWithInputEffectiveness.mo | 2 +- .../BaseClasses/Validation/package.mo | 3 - .../Examples/WheelWithBypassDamper.mo | 2 +- .../Examples/WheelWithVariableSpeed.mo | 3 +- .../WheelWithBypassDamper.mo | 72 ++++++++++--------- .../WheelWithVariableSpeed.mo | 12 ++-- 7 files changed, 48 insertions(+), 49 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo index 29a5c51ed9c..16ce5d6403d 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo @@ -124,7 +124,8 @@ This model transfers heat and moisture in the amount of where epsSen and epsLat are input effectiveness for the sensible and latent heat transfer, respectively; -Q_max is the maximum sensible heat that can be transferred and +Q_max is the maximum sensible heat that can be transferred, +m is the moisture that is transferred, and mWat_max is the maximum moisture that can be transferred. diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo index aa381b196eb..da3b6e5ca47 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo @@ -42,7 +42,7 @@ model HeatExchagerWithInputEffectiveness T=273.15 + 50, X={0.012,1 - 0.012}, use_T_in=true, - p=100000, + p(displayUnit="Pa") = 100000, nPorts=1) "Source of the supply air" annotation (Placement(transformation(extent={{-48,50},{-28,70}}))); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo index 14ad258bc2f..005a6512fc3 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo @@ -7,8 +7,5 @@ This package contains validation models for the classes in Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses. -Note that most validation models contain simple input data -which may not be realistic, but for which the correct -output can be obtained through an analytic solution. ")); end Validation; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index 0e46301efc7..77709e8617e 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -114,7 +114,7 @@ On the other hand, the temperature of the exhaust air is constant;
                                            • The bypass damper position, bypDamPos, changes from 0 to 0.2 during the period from 200s to 360s;
                                              -
                                            • The supply flow rate and the exhaust flow rate are constant. +
                                            • The supply air flow rate and the exhaust air flow rate are constant.
                                            Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support of the stream connector. diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index 5c621e8b629..3fd2607718a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -111,11 +111,10 @@ On the other hand, the temperature of the exhaust air is constant;
                                          • The wheel spead ratio, wheSpe, changes from 0.7 to 1 during the period from 200s to 360s;
                                            -
                                          • The supply flow rate and the exhaust flow rate are constant. +
                                          • The supply air flow rate and the exhaust air flow rate are constant.
                                          Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support of the stream connector. -of stream connector. ", revisions="
                                          • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index e89e8313409..4ad748c2088 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -16,7 +16,7 @@ model WheelWithBypassDamper parameter Modelica.Units.SI.PressureDifference dp2_nominal = 125 "Nominal pressure drop of the exhaust air stream"; parameter Real P_nominal(final unit="W") = 100 - "Power at design condition"; + "Power at the design condition"; parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(final max=1) = 0.8 @@ -40,7 +40,8 @@ model WheelWithBypassDamper Modelica.Blocks.Interfaces.RealOutput P "Electric power consumed by the wheel" annotation (Placement(transformation(extent={{100,-10},{120,10}}))); - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness hex( + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness + hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, final m1_flow_nominal=m1_flow_nominal, @@ -49,7 +50,7 @@ model WheelWithBypassDamper final dp1_nominal=0, final dp2_nominal=0) "Heat exchanger" - annotation (Placement(transformation(extent={{-10,4},{10,24}}))); + annotation (Placement(transformation(extent={{-10,0},{10,20}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation effCal( final epsSenCoo_nominal=epsSenCoo_nominal, @@ -63,12 +64,12 @@ model WheelWithBypassDamper final VSup_flow_nominal=m1_flow_nominal/1.293) "Calculates the effectiveness of heat exchanges" annotation (Placement(transformation(extent={{-100,0},{-80,20}}))); - Buildings.Fluid.Sensors.VolumeFlowRate VExh_flow(redeclare package Medium = - Medium2, final m_flow_nominal=m2_flow_nominal) - "Damper in the exhaust air stream" + Buildings.Fluid.Sensors.VolumeFlowRate VExh_flow( + redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal) + "Flow sensor in the exhaust air stream" annotation (Placement(transformation(extent={{-42,-28},{-56,-12}}))); - Buildings.Fluid.Sensors.VolumeFlowRate VSup_flow(redeclare package Medium = - Medium1, final m_flow_nominal=m1_flow_nominal) + Buildings.Fluid.Sensors.VolumeFlowRate VSup_flow( + redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal) "Flow sensor in the supply air stream" annotation (Placement(transformation(extent={{-78,28},{-64,44}}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( @@ -85,7 +86,7 @@ model WheelWithBypassDamper annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=0, - origin={-28,36}))); + origin={-32,36}))); Buildings.Fluid.Actuators.Dampers.Exponential damExh( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal, @@ -108,7 +109,7 @@ model WheelWithBypassDamper h=inStream(port_a1.h_outflow), X=inStream(port_a1.Xi_outflow)))) "Temperature of the supply air" - annotation (Placement(transformation(extent={{-162,-20},{-142,0}}))); + annotation (Placement(transformation(extent={{-160,-30},{-140,-10}}))); Modelica.Blocks.Sources.RealExpression TExh( final y=Medium2.temperature( Medium2.setState_phX( @@ -116,34 +117,34 @@ model WheelWithBypassDamper h=inStream(port_a2.h_outflow), X=inStream(port_a2.Xi_outflow)))) "Temperature of the exhaust air" - annotation (Placement(transformation(extent={{-162,-40},{-142,-20}}))); + annotation (Placement(transformation(extent={{-160,-50},{-140,-30}}))); Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal) - "Electrical power consumption" + "Calculates the electric power consumption" annotation (Placement(transformation(extent={{70,-10},{90,10}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a1( redeclare final package Medium = Medium1) - "Fluid connector a1 (positive design flow direction is from port_a1 to port_b1)" + "Fluid connector a1 of the supply air" annotation (Placement(transformation(extent={{-190,70},{-170,90}}), iconTransformation(extent={{-110,50},{-90,70}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b2( redeclare final package Medium = Medium2) - "Fluid connector b2 (positive design flow direction is from port_a2 to port_b2)" + "Fluid connector b2 of the supply air" annotation (Placement(transformation(extent={{-170,-70},{-190,-50}}), iconTransformation(extent={{-90,-70},{-110,-50}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b1( redeclare final package Medium = Medium1) - "Fluid connector b1 (positive design flow direction is from port_a1 to port_b1)" + "Fluid connector b1 of the exhaust air" annotation (Placement(transformation(extent={{110,70},{90,90}}), iconTransformation(extent={{110,50},{90,70}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a2( redeclare final package Medium = Medium2) - "Fluid connector a2 (positive design flow direction is from port_a2 to port_b2)" + "Fluid connector a2 of the exhaust air" annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); Modelica.Blocks.Sources.Constant uni(final k=1) "Unity signal" annotation (Placement(transformation(extent={{-154,32},{-140,46}}))); - Modelica.Blocks.Math.Add add(k1=-1, final k2=+1) - "Adder" + Modelica.Blocks.Math.Add sub(final k1=-1, final k2=+1) + "Subtracter" annotation (Placement(transformation(extent={{-120,94},{-106,108}}))); equation connect(bypDamSup.port_a, port_a1) @@ -158,55 +159,56 @@ equation annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); connect(damExh.port_a, port_a2) annotation (Line(points={{60,-50},{60,-60},{100,-60}}, color={0,127,255})); - connect(add.y, damSup.y) - annotation (Line(points={{-105.3,101},{20,101},{20,60},{-28,60},{-28,48}}, color={0,0,127})); - connect(damExh.y, add.y) + connect(sub.y, damSup.y) + annotation (Line(points={{-105.3,101},{20,101},{20,60},{-32,60},{-32,48}}, color={0,0,127})); + connect(damExh.y,sub. y) annotation (Line(points={{48,-40},{20,-40},{20,101},{-105.3,101}}, color={0,0,127})); connect(effCal.epsSen, hex.epsSen) - annotation (Line(points={{-79,14},{-76,14},{-76,18},{-12,18}}, color={0,0,127})); - connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-79,6},{-76,6},{ - -76,10},{-12,10}}, color={0,0,127})); + annotation (Line(points={{-79,14},{-12,14}}, color={0,0,127})); + connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-79,6},{-12,6}}, + color={0,0,127})); connect(bypDamSup.y, bypDamPos) annotation (Line(points={{-28,92},{-28,120},{-200,120}}, color={0,0,127})); - connect(add.u2, uni.y) + connect(sub.u2, uni.y) annotation (Line(points={{-121.4,96.8},{-132,96.8},{-132, 39},{-139.3,39}}, color={0,0,127})); connect(effCal.wheSpe, uni.y) annotation (Line(points={{-102,10},{-124,10},{-124,39},{-139.3,39}}, color={0,0,127})); connect(TSup.y, effCal.TSup) - annotation (Line(points={{-141,-10},{-114,-10},{-114,6},{-102,6}}, + annotation (Line(points={{-139,-20},{-114,-20},{-114,6},{-102,6}}, color={0,0,127})); connect(TExh.y, effCal.TExh) - annotation (Line(points={{-141,-30},{-110,-30},{-110,2},{-102,2}}, + annotation (Line(points={{-139,-40},{-110,-40},{-110,2},{-102,2}}, color={0,0,127})); connect(damSup.port_b, hex.port_a1) - annotation (Line(points={{-18,36},{-10,36},{-10,20}}, color={0,127,255})); + annotation (Line(points={{-22,36},{-20,36},{-20,16},{-10,16}}, + color={0,127,255})); connect(bypDamExh.y, bypDamPos) annotation (Line(points={{-30,-48},{-30,-30},{40,-30},{40,120},{-200,120}}, color={0,0,127})); - connect(add.u1, bypDamPos) + connect(sub.u1, bypDamPos) annotation (Line(points={{-121.4,105.2},{-132,105.2}, {-132,120},{-200,120}}, color={0,0,127})); connect(VSup_flow.V_flow, effCal.VSup_flow) annotation (Line(points={{-71,44.8},{-71,50},{-112,50},{-112,18},{-102,18}}, color={0,0,127})); connect(damSup.port_a, VSup_flow.port_b) - annotation (Line(points={{-38,36},{-64,36}}, color={0,127,255})); + annotation (Line(points={{-42,36},{-64,36}}, color={0,127,255})); connect(VSup_flow.port_a, port_a1) annotation (Line(points={{-78,36},{-100,36},{-100,80},{-180,80}}, color={0,127,255})); connect(hex.port_b1, port_b1) - annotation (Line(points={{10,20},{58,20},{58,80}, - {100,80}}, color={0,127,255})); + annotation (Line(points={{10,16},{58,16},{58,80},{100,80}}, + color={0,127,255})); connect(hex.port_b2, VExh_flow.port_a) - annotation (Line(points={{-10,8},{-22,8}, - {-22,-20},{-42,-20}}, color={0,127,255})); + annotation (Line(points={{-10,4},{-22,4},{-22,-20},{-42,-20}}, + color={0,127,255})); connect(VExh_flow.port_b, port_b2) annotation (Line(points={{-56,-20},{-70,-20}, {-70,-60},{-180,-60}}, color={0,127,255})); connect(hex.port_a2, damExh.port_b) - annotation (Line(points={{10,8},{60,8},{60,-30}}, color={0,127,255})); + annotation (Line(points={{10,4},{60,4},{60,-30}}, color={0,127,255})); connect(VExh_flow.V_flow, effCal.VExh_flow) annotation (Line(points={{-49,-11.2},{-49,60},{-120,60},{-120,14},{-102,14}}, color={0,0,127})); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index 9e354ae6c77..5ad05efd676 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -65,7 +65,7 @@ model WheelWithVariableSpeed Buildings.Fluid.Sensors.VolumeFlowRate senExhFlow( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal) - "Damper in the exhaust air stream" + "Flow sensor in the exhaust air stream" annotation (Placement(transformation(extent={{56,-14},{42,2}}))); Buildings.Fluid.Sensors.VolumeFlowRate senSupFlow( redeclare package Medium =Medium1, @@ -87,25 +87,25 @@ model WheelWithVariableSpeed "Temperature of the exhaust air" annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal) - "Electrical power consumption" + "Electric power consumption" annotation (Placement(transformation(extent={{70,-10},{90,10}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a1( redeclare final package Medium = Medium1) - "Fluid connector a1 (positive design flow direction is from port_a1 to port_b1)" + "Fluid connector a1 of the supply air" annotation (Placement(transformation(extent={{-110,90},{-90,110}}), iconTransformation(extent={{-110,50},{-90,70}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b2( redeclare final package Medium = Medium2) - "Fluid connector b2 (positive design flow direction is from port_a2 to port_b2)" + "Fluid connector b2 of the exhaust air" annotation (Placement(transformation(extent={{-90,-70},{-110,-50}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b1( redeclare final package Medium = Medium1) - "Fluid connector b1 (positive design flow direction is from port_a1 to port_b1)" + "Fluid connector b1 of the supply air" annotation (Placement(transformation(extent={{110,90},{90,110}}), iconTransformation(extent={{110,50},{90,70}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a2( redeclare final package Medium = Medium2) - "Fluid connector a2 (positive design flow direction is from port_a2 to port_b2)" + "Fluid connector a2 of the exhaust air)" annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); equation connect(senExhFlow.port_b, hex.port_a2) From fce7045e4578b5b7ae698057923cc83c1c9cbd50 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Tue, 14 Nov 2023 22:45:51 -0500 Subject: [PATCH 101/196] model doc enhance --- .../BaseClasses/EffectivenessCalculation.mo | 10 +++++----- .../AirToAirHeatRecovery/WheelWithBypassDamper.mo | 4 ++-- .../AirToAirHeatRecovery/WheelWithVariableSpeed.mo | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo index c9a2cfcde7e..070db76baa7 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses; model EffectivenessCalculation - "Model for calculating the heat exchange effectiveness of heat exchangers" + "Model for calculating the heat exchange effectiveness" extends Modelica.Blocks.Icons.Block; parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the cooling mode"; @@ -107,9 +107,9 @@ at different air flow rates of the supply air stream and the exhaust air stream.

                                            -where VSup_flow is the air flow of the supply air stream, -VExh_flow is the air flow of the exhaust air stream, -VSup_flow_nominal is the nominal air flow of the supply air stream and +where VSup_flow is the flow rate of the supply air stream, +VExh_flow is the flow rate of the exhaust air stream, +VSup_flow_nominal is the nominal flow rate of the supply air stream and rat is the flow ratio.

                                            @@ -125,7 +125,7 @@ for the sensible and latent heat transfer, respectively. for the sensible heat transfer when rat is 1 and 0.75, respectively. epsLat_nominal and epsLat_ParLoa are the effectiveness for the latent heat transfer when vRat is 1 and 0.75, respectively. -wheSpe is an effectiveness associated with the speed of a rotary wheel. +wheSpe is the speed of a rotary wheel.

                                            epsSen_nominal, epsSen_ParLoa, epsLat_nominal, and epsLat_ParLoa are parameters. diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 4ad748c2088..fabc366f1df 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -270,11 +270,11 @@ equation Diagram( coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,140}})), Documentation(info=" -Model for a generic, sensible, and latent air-to-air heat recovery wheel, that consists of +Model of a generic, sensible, and latent air-to-air heat recovery wheel, that consists of a heat exchanger and supply/exhaust airflow bypass dampers. The input requires no geometric data. Performance is defined by specifying sensible and/or latent effectiveness -at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions +at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions. For details, refer to Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index 5ad05efd676..e043615b860 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -105,7 +105,7 @@ model WheelWithVariableSpeed iconTransformation(extent={{110,50},{90,70}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a2( redeclare final package Medium = Medium2) - "Fluid connector a2 of the exhaust air)" + "Fluid connector a2 of the exhaust air" annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); equation connect(senExhFlow.port_b, hex.port_a2) @@ -202,9 +202,9 @@ equation Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,140}})), Documentation(info=" -Model for a generic, sensible, and latent air-to-air heat recovery wheel with a variable speed drive. +Model of a generic, sensible, and latent air-to-air heat recovery wheel with a variable speed drive. The input requires no geometric data. Performance is defined by specifying sensible and/or latent effectiveness -at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions +at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions. For details, refer to Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. From 13e1010dac2aa1f737f78770fd3df14055294202 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 15 Nov 2023 08:59:02 -0500 Subject: [PATCH 102/196] fix typos --- .../BaseClasses/EffectivenessCalculation.mo | 28 ++++++------- ...=> HeatExchangerWithInputEffectiveness.mo} | 4 +- .../Validation/EffectivenessCalculation.mo | 6 +-- ...=> HeatExchangerWithInputEffectiveness.mo} | 23 +++++------ .../BaseClasses/Validation/package.order | 2 +- .../BaseClasses/package.order | 2 +- .../Examples/WheelWithBypassDamper.mo | 29 ++++++-------- .../Examples/WheelWithVariableSpeed.mo | 28 ++++++------- .../WheelWithBypassDamper.mo | 39 +++++++++---------- .../WheelWithVariableSpeed.mo | 36 ++++++++--------- .../AirToAirHeatRecovery/package.mo | 2 +- ...on_HeatExchangerWithInputEffectiveness.txt | 19 +++++++++ ...ecovery_Examples_WheelWithBypassDamper.txt | 2 +- ...covery_Examples_WheelWithVariableSpeed.txt | 2 +- ...> HeatExchangerWithInputEffectiveness.mos} | 2 +- ...n.HeatExchangerWithInputEffectiveness.mos} | 0 16 files changed, 115 insertions(+), 109 deletions(-) rename Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/{HeatExchagerWithInputEffectiveness.mo => HeatExchangerWithInputEffectiveness.mo} (98%) rename Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/{HeatExchagerWithInputEffectiveness.mo => HeatExchangerWithInputEffectiveness.mo} (90%) create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt rename Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/{HeatExchagerWithInputEffectiveness.mos => HeatExchangerWithInputEffectiveness.mos} (80%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchagerWithInputEffectiveness.mos => Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos} (100%) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo index 070db76baa7..32fd69a5047 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/EffectivenessCalculation.mo @@ -2,23 +2,23 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses; model EffectivenessCalculation "Model for calculating the heat exchange effectiveness" extends Modelica.Blocks.Icons.Block; - parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsSenCoo_ParLoa(max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsSenCoo_ParLoa(final max=1) = 0.75 "Partial load (75%) sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsLatCoo_ParLoa(max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsLatCoo_ParLoa(final max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsSenHea_nominal(max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsSenHea_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsLatHea_nominal(max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsLatHea_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsSenHea_ParLoa(max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsSenHea_ParLoa(final max=1) = 0.75 "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsLatHea_ParLoa(max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsLatHea_ParLoa(final max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal(min = 100*Modelica.Constants.eps) + parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal(final min = 100*Modelica.Constants.eps) "Nominal supply air flow rate"; Modelica.Blocks.Interfaces.RealInput TSup( @@ -49,7 +49,7 @@ model EffectivenessCalculation "Latent heat exchanger effectiveness" annotation (Placement(transformation(extent={{100,-50},{120,-30}}))); -//protected +protected Real rat "Ratio of the average operating volumetric air flow rate to the nominal supply air flow rate"; Real epsSen_ParLoa @@ -72,21 +72,21 @@ equation assert(rat > 0.5 and rat < 1.3, "Operating flow rate outside the full accuracy range", level=AssertionLevel.warning); - + // switch between cooling and heating modes based on the difference between the supply air temperature and the exhaust air temperature. epsSen_ParLoa = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsSenCoo_ParLoa, epsSenHea_ParLoa, 1e-5); epsSen_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsSenCoo_nominal, epsSenHea_nominal, 1e-5); epsLat_ParLoa = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsLatCoo_ParLoa, epsLatHea_ParLoa, 1e-5); epsLat_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsLatCoo_nominal, epsLatHea_nominal, 1e-5); - // calculate effectiveness + // calculate effectiveness. epsSen =wheSpe*(epsSen_ParLoa + (epsSen_nominal - epsSen_ParLoa)*(rat - 0.75)/0.25); epsLat =wheSpe*(epsLat_ParLoa + (epsLat_nominal - epsLat_ParLoa)*(rat - 0.75)/0.25); assert(epsSen > 0 and epsSen < 1, - "Insensed value for the sensible heat exchanger effectivenes", + "Insensed value for the sensible heat exchanger effectiveness", level=AssertionLevel.error); assert(epsLat > 0 and epsLat < 1, - "Insensed value for the latent heat exchanger effectivenes", + "Insensed value for the latent heat exchanger effectiveness", level=AssertionLevel.error); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text( extent={{-54,28},{50,-40}}, diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchangerWithInputEffectiveness.mo similarity index 98% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo rename to Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchangerWithInputEffectiveness.mo index 16ce5d6403d..50c426f9dda 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchangerWithInputEffectiveness.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses; -model HeatExchagerWithInputEffectiveness +model HeatExchangerWithInputEffectiveness "Heat and moisture exchanger with varying effectiveness" extends Buildings.Fluid.HeatExchangers.BaseClasses.PartialEffectiveness( redeclare replaceable package Medium1 = @@ -181,4 +181,4 @@ Buildings.Fluid.HeatExchangers.ConstantEffectiveness.

                                          ")); -end HeatExchagerWithInputEffectiveness; +end HeatExchangerWithInputEffectiveness; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo index 948bde4b3d3..2d72534b997 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mo @@ -77,7 +77,7 @@ Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCal The input signals are configured as follows:
                                            -
                                          • The temperature of the supply air, TSup, is larger than the temperature of the exhaust air, TExh before 20s; +
                                          • The temperature of the supply air, TSup, is larger than the temperature of the exhaust air, TExh, before 20s; After that, TSup is less than TExh, leading to a heating mode;
                                            @@ -86,8 +86,8 @@ during the period from 0s to 60s, respectively; They then stay constant.
                                            -
                                          • The wheel speed ratio, wheSpe keeps constant during the period from 0s to 60s and then increases from 0.3 to 1 -during the period from 60s to 120s; +
                                          • The wheel speed ratio, wheSpe, keeps constant during the period from 0s to 60s and then increases from 0.3 to 1 +during the period from 60s to 120s.
                                          ", revisions="
                                            diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo similarity index 90% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo rename to Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index da3b6e5ca47..cb0a0e1cae9 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation; -model HeatExchagerWithInputEffectiveness - "Test model for the heat exchanger with input effectiveness" +model HeatExchangerWithInputEffectiveness + "Test model for the heat exchanger with input effectiveness" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air "Medium of the supply air"; @@ -46,7 +46,8 @@ model HeatExchagerWithInputEffectiveness nPorts=1) "Source of the supply air" annotation (Placement(transformation(extent={{-48,50},{-28,70}}))); - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness hex( + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchangerWithInputEffectiveness + hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, m1_flow(start=5), @@ -55,15 +56,13 @@ model HeatExchagerWithInputEffectiveness m2_flow_nominal=5, dp1_nominal=100, dp2_nominal=100, - show_T=true) - "Heat exchanger" + show_T=true) "Heat exchanger" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); Modelica.Blocks.Sources.Ramp epsSen( height=0.1, duration=60, offset=0.7, - startTime=120) - "Sensible heat exchanger effectiveness" + startTime=120) "Sensible heat exchanger effectiveness" annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); Modelica.Blocks.Sources.Ramp epsLat( height=0.1, @@ -97,13 +96,13 @@ equation connect(hex.epsLat, epsLat.y) annotation (Line(points={{4,2},{-62,2},{-62,-40},{-69, -40}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), -__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchagerWithInputEffectiveness.mos" +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos" "Simulate and plot"), Documentation(info="

                                            Validation test for the block - -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness. + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchangerWithInputEffectiveness.

                                            The input signals are configured as follows: @@ -116,10 +115,8 @@ The input signals are configured as follows:
                                            • Latent heat exchanger effectiveness, epsLat, changes from 0.7 to 0.8 during the period from 60s to 120s.
                                            -

                                            Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support of the stream connector. -

                                            ", revisions="
                                            • @@ -128,4 +125,4 @@ First implementation
                                            ")); -end HeatExchagerWithInputEffectiveness; +end HeatExchangerWithInputEffectiveness; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order index 4a211246e08..9101a09a9b1 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order @@ -1,2 +1,2 @@ -HeatExchagerWithInputEffectiveness +HeatExchangerWithInputEffectiveness EffectivenessCalculation diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order index 7f4e0932a11..fe46bc88c79 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order @@ -1,3 +1,3 @@ -HeatExchagerWithInputEffectiveness +HeatExchangerWithInputEffectiveness EffectivenessCalculation Validation diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index 77709e8617e..5e4553f58fb 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -3,28 +3,26 @@ model WheelWithBypassDamper "Test model for the air-to-air thermal wheel with bypass dampers" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air - "Medium model for supply air"; + "Medium model for the supply air"; package Medium2 = Buildings.Media.Air - "Medium model for exhaust air"; + "Medium model for the exhaust air"; Buildings.Fluid.Sources.Boundary_pT sin_2( redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325, T=273.15 + 10, use_p_in=false, - nPorts=1) - "Sink of exhaust air" + nPorts=1) "Sink of the exhaust air" annotation (Placement(transformation(extent={{-58,-10}, - {-38,10}}))); + {-38,10}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325 + 100, T(displayUnit="K") = 293.15, use_p_in=false, use_T_in=false, - nPorts=1) - "Source of exhaust air" + nPorts=1) "Source of the exhaust air" annotation (Placement(transformation(extent={{40,-70}, - {60,-50}}))); + {60,-50}}))); Modelica.Blocks.Sources.Ramp TSup( height=10, duration=60, @@ -38,20 +36,18 @@ model WheelWithBypassDamper X={0.012,1 - 0.012}, use_p_in=false, p(displayUnit="Pa") = 101325 - 100, - nPorts=1) - "Sink of supply air" + nPorts=1) "Sink of the supply air" annotation (Placement(transformation(extent={{84,2},{ - 64,22}}))); + 64,22}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( redeclare package Medium = Medium1, T=273.15 + 50, X={0.012,1 - 0.012}, use_T_in=true, p(displayUnit="Pa") = 101325, - nPorts=1) - "Source of supply air" + nPorts=1) "Source of the supply air" annotation (Placement(transformation(extent={{-60,40}, - {-40,60}}))); + {-40,60}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithBypassDamper whe( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -65,7 +61,6 @@ model WheelWithBypassDamper epsLatHea_ParLoa=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); - Modelica.Blocks.Sources.Ramp bypDamPos( height=0.2, duration=160, @@ -76,8 +71,8 @@ model WheelWithBypassDamper equation connect(TSup.y, sou_1.T_in) annotation (Line(points={{-73,54},{-62,54}}, - color={0,0,127})); - connect(sou_1.ports[1],whe. port_a1) + color={0,0,127})); + connect(sou_1.ports[1],whe.port_a1) annotation (Line( points={{-40,50},{0,50},{0,12},{6,12}}, color={0,127,255})); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index 3fd2607718a..b7b01d493ff 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -3,16 +3,15 @@ model WheelWithVariableSpeed "Test model for the air-to-air thermal wheel with a variable speed drive" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air - "Medium model for supply air"; + "Medium model for the supply air"; package Medium2 = Buildings.Media.Air - "Medium model for exhaust air"; + "Medium model for the exhaust air"; Buildings.Fluid.Sources.Boundary_pT sin_2( redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325, T(displayUnit="K") = 273.15 + 10, use_p_in=false, - nPorts=1) - "Sink of exhaust air" + nPorts=1) "Sink of the exhaust air" annotation (Placement(transformation(extent={{-58,-10},{-38,10}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, @@ -20,10 +19,9 @@ model WheelWithVariableSpeed T(displayUnit="K") = 293.15, use_p_in=false, use_T_in=false, - nPorts=1) - "Source of exhaust air" + nPorts=1) "Source of the exhaust air" annotation (Placement(transformation(extent={{40,-70}, - {60,-50}}))); + {60,-50}}))); Modelica.Blocks.Sources.Ramp TSup( height=10, duration=60, @@ -37,20 +35,18 @@ model WheelWithVariableSpeed X={0.012,1 - 0.012}, use_p_in=false, p(displayUnit="Pa") = 101325 - 100, - nPorts=1) - "Sink of supply air" + nPorts=1) "Sink of the supply air" annotation (Placement(transformation(extent={{84,2},{ - 64,22}}))); + 64,22}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( redeclare package Medium = Medium1, T=273.15 + 50, X={0.012,1 - 0.012}, use_T_in=true, p(displayUnit="Pa") = 101325, - nPorts=1) - "Source of supply air" + nPorts=1) "Source of the supply air" annotation (Placement(transformation(extent={{-60,40}, - {-40,60}}))); + {-40,60}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithVariableSpeed whe( redeclare package Medium1 = Medium1, @@ -81,7 +77,7 @@ equation connect(whe.port_a2, sou_2.ports[1]) annotation (Line( points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, - -60}},color={0,127,255})); + -60}},color={0,127,255})); connect(whe.port_b1, sin_1.ports[1]) annotation (Line( points={{26,12},{45,12},{45,12},{64,12}}, @@ -89,9 +85,9 @@ equation connect(whe.port_b2, sin_2.ports[1]) annotation (Line( points={{6,5.55112e-16},{-18,5.55112e-16},{-18,0},{-38,0}}, - color={0,127,255})); + color={0,127,255})); connect(WheSpe.y, whe.wheSpe) annotation (Line(points={{-59,-30},{-28,-30},{-28, - 6},{4,6}}, color={0,0,127})); + 6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos" "Simulate and plot"), diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index fabc366f1df..1c20e7d5717 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -40,7 +40,7 @@ model WheelWithBypassDamper Modelica.Blocks.Interfaces.RealOutput P "Electric power consumed by the wheel" annotation (Placement(transformation(extent={{100,-10},{120,10}}))); - Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchagerWithInputEffectiveness + Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchangerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -48,8 +48,7 @@ model WheelWithBypassDamper final m2_flow_nominal=m2_flow_nominal, final show_T=true, final dp1_nominal=0, - final dp2_nominal=0) - "Heat exchanger" + final dp2_nominal=0) "Heat exchanger" annotation (Placement(transformation(extent={{-10,0},{10,20}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation effCal( @@ -62,7 +61,7 @@ model WheelWithBypassDamper final epsSenHea_ParLoa=epsSenHea_ParLoa, final epsLatHea_ParLoa=epsLatHea_ParLoa, final VSup_flow_nominal=m1_flow_nominal/1.293) - "Calculates the effectiveness of heat exchanges" + "Calculates the effectiveness of heat exchange" annotation (Placement(transformation(extent={{-100,0},{-80,20}}))); Buildings.Fluid.Sensors.VolumeFlowRate VExh_flow( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal) @@ -164,9 +163,9 @@ equation connect(damExh.y,sub. y) annotation (Line(points={{48,-40},{20,-40},{20,101},{-105.3,101}}, color={0,0,127})); connect(effCal.epsSen, hex.epsSen) - annotation (Line(points={{-79,14},{-12,14}}, color={0,0,127})); + annotation (Line(points={{-79,14},{-12,14}}, color={0,0,127})); connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-79,6},{-12,6}}, - color={0,0,127})); + color={0,0,127})); connect(bypDamSup.y, bypDamPos) annotation (Line(points={{-28,92},{-28,120},{-200,120}}, color={0,0,127})); connect(sub.u2, uni.y) @@ -174,44 +173,44 @@ equation 39},{-139.3,39}}, color={0,0,127})); connect(effCal.wheSpe, uni.y) annotation (Line(points={{-102,10},{-124,10},{-124,39},{-139.3,39}}, - color={0,0,127})); + color={0,0,127})); connect(TSup.y, effCal.TSup) annotation (Line(points={{-139,-20},{-114,-20},{-114,6},{-102,6}}, - color={0,0,127})); + color={0,0,127})); connect(TExh.y, effCal.TExh) annotation (Line(points={{-139,-40},{-110,-40},{-110,2},{-102,2}}, - color={0,0,127})); + color={0,0,127})); connect(damSup.port_b, hex.port_a1) annotation (Line(points={{-22,36},{-20,36},{-20,16},{-10,16}}, - color={0,127,255})); + color={0,127,255})); connect(bypDamExh.y, bypDamPos) annotation (Line(points={{-30,-48},{-30,-30},{40,-30},{40,120},{-200,120}}, - color={0,0,127})); + color={0,0,127})); connect(sub.u1, bypDamPos) annotation (Line(points={{-121.4,105.2},{-132,105.2}, - {-132,120},{-200,120}}, color={0,0,127})); + {-132,120},{-200,120}}, color={0,0,127})); connect(VSup_flow.V_flow, effCal.VSup_flow) annotation (Line(points={{-71,44.8},{-71,50},{-112,50},{-112,18},{-102,18}}, - color={0,0,127})); + color={0,0,127})); connect(damSup.port_a, VSup_flow.port_b) annotation (Line(points={{-42,36},{-64,36}}, color={0,127,255})); connect(VSup_flow.port_a, port_a1) annotation (Line(points={{-78,36},{-100,36},{-100,80},{-180,80}}, - color={0,127,255})); + color={0,127,255})); connect(hex.port_b1, port_b1) annotation (Line(points={{10,16},{58,16},{58,80},{100,80}}, - color={0,127,255})); + color={0,127,255})); connect(hex.port_b2, VExh_flow.port_a) annotation (Line(points={{-10,4},{-22,4},{-22,-20},{-42,-20}}, - color={0,127,255})); + color={0,127,255})); connect(VExh_flow.port_b, port_b2) annotation (Line(points={{-56,-20},{-70,-20}, - {-70,-60},{-180,-60}}, color={0,127,255})); + {-70,-60},{-180,-60}}, color={0,127,255})); connect(hex.port_a2, damExh.port_b) annotation (Line(points={{10,4},{60,4},{60,-30}}, color={0,127,255})); connect(VExh_flow.V_flow, effCal.VExh_flow) annotation (Line(points={{-49,-11.2},{-49,60},{-120,60},{-120,14},{-102,14}}, - color={0,0,127})); + color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), @@ -273,14 +272,14 @@ equation Model of a generic, sensible, and latent air-to-air heat recovery wheel, that consists of a heat exchanger and supply/exhaust airflow bypass dampers. -The input requires no geometric data. Performance is defined by specifying sensible and/or latent effectiveness +The input requires no geometric data. Performance is defined by specifying sensible and latent effectiveness at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions. For details, refer to Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. The operation of the heat recovery wheel is adjustable via bypassing supply/exhaust air -around the heat exchanger. +through the heat exchanger. ", revisions="
                                            • The supply air flow rate, VSup, and the exhaust air flow rate, VExh, change from @@ -90,7 +91,8 @@ They then stay constant.
                                              -
                                            • The wheel speed ratio, wheSpe, keeps constant during the period from +
                                            • +The wheel speed ratio, wheSpe, keeps constant during the period from 0s to 60s and then increases from 0.3 to 1 during the period from 60s to 120s.
                                            • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index 223df8c3fd3..d7f595ef8e3 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -117,8 +117,8 @@ Temperature of the supply air, TSup, changes from 273.15 + 30 K to
                                            • Sensible heat exchanger effectiveness, epsSen, changes from 0.7 to 0.8 -
                                            • during the period from 120s to 180s; +
                                            • @@ -126,8 +126,6 @@ Latent heat exchanger effectiveness, epsLat, changes from 0.7 to < during the period from 60s to 120s.
                                            -Note: This problem may fail to translate in Dymola 2012 due to an error in Dymola's support -of the stream connector. ", revisions="
                                            • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order index ff26dfd379d..0fb2c76e483 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.order @@ -1,2 +1,2 @@ -HeatExchangerWithInputEffectiveness Effectiveness +HeatExchangerWithInputEffectiveness diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo index 64c3dde1c9a..6016837de96 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo @@ -3,8 +3,10 @@ package BaseClasses "Package with base classes for Air-to-Air heat recovery devi extends Modelica.Icons.BasesPackage; annotation (Documentation(info=" +

                                              This package contains base classes that are used to construct the models in Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery. +

                                              ")); end BaseClasses; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order index 924daebcdf8..9cc5bba0ccb 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.order @@ -1,3 +1,3 @@ -HeatExchangerWithInputEffectiveness Effectiveness +HeatExchangerWithInputEffectiveness Validation diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index 35afd88f986..3747cb10d7c 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -11,7 +11,7 @@ model WheelWithBypassDamper p(displayUnit="Pa") = 101325, T=273.15 + 10, use_p_in=false, - nPorts=1) + nPorts=1) "Sink of the exhaust air" annotation (Placement(transformation(extent={{-58,-10}, {-38,10}}))); @@ -37,7 +37,7 @@ model WheelWithBypassDamper X={0.012,1 - 0.012}, use_p_in=false, p(displayUnit="Pa") = 101325 - 100, - nPorts=1) + nPorts=1) "Sink of the supply air" annotation (Placement(transformation(extent={{84,2},{ 64,22}}))); @@ -47,7 +47,7 @@ model WheelWithBypassDamper X={0.012,1 - 0.012}, use_T_in=true, p(displayUnit="Pa") = 101325, - nPorts=1) + nPorts=1) "Source of the supply air" annotation (Placement(transformation(extent={{-60,40}, {-40,60}}))); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index a29bd3867bf..e65bbf70b5c 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -11,7 +11,7 @@ model WheelWithVariableSpeed p(displayUnit="Pa") = 101325, T(displayUnit="K") = 273.15 + 10, use_p_in=false, - nPorts=1) + nPorts=1) "Sink of the exhaust air" annotation (Placement(transformation(extent={{-58,-10},{-38,10}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( @@ -36,7 +36,7 @@ model WheelWithVariableSpeed X={0.012,1 - 0.012}, use_p_in=false, p(displayUnit="Pa") = 101325 - 100, - nPorts=1) + nPorts=1) "Sink of the supply air" annotation (Placement(transformation(extent={{84,2},{ 64,22}}))); @@ -46,7 +46,7 @@ model WheelWithVariableSpeed X={0.012,1 - 0.012}, use_T_in=true, p(displayUnit="Pa") = 101325, - nPorts=1) + nPorts=1) "Source of the supply air" annotation (Placement(transformation(extent={{-60,40}, {-40,60}}))); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index c55585ea640..9d03488c47d 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -2,10 +2,10 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; model WheelWithBypassDamper "Sensible and latent air-to-air heat recovery wheel with bypass dampers" replaceable package Medium1 = - Modelica.Media.Interfaces.PartialCondensingGases + Modelica.Media.Interfaces.PartialCondensingGases "Medium of the supply air stream"; replaceable package Medium2 = - Modelica.Media.Interfaces.PartialCondensingGases + Modelica.Media.Interfaces.PartialCondensingGases "Medium of the exhaust air stream"; parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal "Air flow rate of the supply air stream"; @@ -269,17 +269,21 @@ equation Diagram( coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,140}})), Documentation(info=" +

                                              Model of a generic, sensible, and latent air-to-air heat recovery wheel, that consists of a heat exchanger and supply/exhaust airflow bypass dampers. - +

                                              +

                                              The input requires no geometric data. Performance is defined by specifying sensible and latent effectiveness at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions. For details, refer to - -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. - + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness. +

                                              +

                                              The operation of the heat recovery wheel is adjustable via bypassing supply/exhaust air through the heat exchanger. +

                                              ", revisions="
                                              • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index 5e6f600e3a6..56fc27aae5b 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -2,10 +2,10 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; model WheelWithVariableSpeed "Sensible and latent air-to-air heat recovery wheel with a variable speed drive" replaceable package Medium1 = - Modelica.Media.Interfaces.PartialCondensingGases + Modelica.Media.Interfaces.PartialCondensingGases "Medium of the supply air stream"; replaceable package Medium2 = - Modelica.Media.Interfaces.PartialCondensingGases + Modelica.Media.Interfaces.PartialCondensingGases "Medium of the exhaust air stream"; parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal "Air flow rate of the supply air stream"; @@ -202,13 +202,19 @@ equation Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,140}})), Documentation(info=" +

                                                Model of a generic, sensible, and latent air-to-air heat recovery wheel with a variable speed drive. +

                                                +

                                                The input requires no geometric data. Performance is defined by specifying sensible and latent effectiveness at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions. For details, refer to - -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.EffectivenessCalculation. + +Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness. +

                                                +

                                                The operation of the heat recovery wheel is adjustable by modulating the wheel speed. +

                                                ", revisions="
                                                • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo index bcdf972b529..801d1ef3dc2 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo @@ -3,6 +3,8 @@ package AirToAirHeatRecovery "Package with air-to-air heat recovery devices" extends Modelica.Icons.VariantsPackage; annotation (Documentation(info=" +

                                                  This package contains component models for air-to-air energy recovery devices. +

                                                  ")); end AirToAirHeatRecovery; diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt deleted file mode 100644 index 9a2919fad27..00000000000 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_EffectivenessCalculation.txt +++ /dev/null @@ -1,15 +0,0 @@ -last-generated=2023-11-13 -statistics-simulation= -{ - "linear": " ", - "nonlinear": " ", - "numerical Jacobians": "0" -} -time=[0e+00, 1.2e+02] -whSpe.y=[3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.140000015894636e-01, 3.279999912579981e-01, 3.42000025431113e-01, 3.559999705956332e-01, 3.700000047683716e-01, 3.840000389407312e-01, 3.979999841053471e-01, 4.120000182788385e-01, 4.259999634434546e-01, 4.399999976158142e-01, 4.540000317885527e-01, 4.679999769527899e-01, 4.820000111264706e-01, 4.959999562908972e-01, 5.099999904632568e-01, 5.240000246356165e-01, 5.379999698002326e-01, 5.52000003973724e-01, 5.659999491383398e-01, 5.799999833106995e-01, 5.940000174838168e-01, 6.07999962647675e-01, 6.219999968215454e-01, 6.359999419857825e-01, 6.499999761581421e-01, 6.640000103312595e-01, 6.779999554951178e-01, 6.919999896689881e-01, 7.059999348332253e-01, 7.200000286102295e-01, 7.340000627825891e-01, 7.480000079468261e-01, 7.620000421206964e-01, 7.759999872845547e-01, 7.900000214576721e-01, 8.040000556300317e-01, 8.180000007942688e-01, 8.32000034968139e-01, 8.459999801327551e-01, 8.600000143051147e-01, 8.740000484774744e-01, 8.879999936420905e-01, 9.020000278155819e-01, 9.159999729801978e-01, 9.300000071525574e-01, 9.440000413249168e-01, 9.579999864895329e-01, 9.720000206630243e-01, 9.859999658276404e-01, 1e+00] -TSup.y=[2.931499938964844e+02, 2.932499999960285e+02, 2.933500060955606e+02, 2.934500122149742e+02, 2.935499877770829e+02, 2.936499938964844e+02, 2.937500000158858e+02, 2.938500061352872e+02, 2.939500121752112e+02, 2.940499877770829e+02, 2.941499938964844e+02, 2.942500000158859e+02, 2.943500061352872e+02, 2.944500121752112e+02, 2.945499878566087e+02, 2.946499938964844e+02, 2.947499999364571e+02, 2.948500061352873e+02, 2.94950012175211e+02, 2.950499878566087e+02, 2.951499938964844e+02, 2.952499999364571e+02, 2.953500061352873e+02, 2.95450012175211e+02, 2.955499878566087e+02, 2.956499938964844e+02, 2.957499999364571e+02, 2.958500059762358e+02, 2.959500123341171e+02, 2.960499878566087e+02, 2.961499938964844e+02, 2.962499999364571e+02, 2.963500059762358e+02, 2.964500123341171e+02, 2.965499878566087e+02, 2.966499938964844e+02, 2.967499999364571e+02, 2.968500059762358e+02, 2.969500123341171e+02, 2.970499878566087e+02, 2.971499938964844e+02, 2.972499999364571e+02, 2.973500059762358e+02, 2.974500123341171e+02, 2.975499878566087e+02, 2.976499938964844e+02, 2.977499999364571e+02, 2.978500059762358e+02, 2.979500123341171e+02, 2.980499878566087e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02] -TExh.y=[2.881499938964844e+02, 2.885499877770769e+02, 2.889500121752353e+02, 2.893500061352995e+02, 2.897499999364325e+02, 2.901499938964844e+02, 2.905499878565606e+02, 2.909500123341661e+02, 2.913500059763323e+02, 2.917499999364323e+02, 2.921499938964844e+02, 2.925499878565607e+02, 2.929500123341661e+02, 2.933500059763323e+02, 2.937500002542687e+02, 2.941499938964844e+02, 2.945499875387001e+02, 2.949500123341666e+02, 2.953500059763318e+02, 2.957500002542687e+02, 2.961499938964844e+02, 2.965499875387001e+02, 2.969500123341666e+02, 2.973500059763318e+02, 2.977500002542687e+02, 2.981499938964844e+02, 2.985499875387001e+02, 2.989500116982999e+02, 2.99350006612053e+02, 2.997500002542687e+02, 3.001499938964844e+02, 3.005499875387001e+02, 3.009500116982999e+02, 3.01350006612053e+02, 3.017500002542687e+02, 3.021499938964844e+02, 3.025499875387001e+02, 3.029500116982999e+02, 3.03350006612053e+02, 3.037500002542687e+02, 3.041499938964844e+02, 3.045499875387001e+02, 3.049500116982999e+02, 3.05350006612053e+02, 3.057500002542687e+02, 3.061499938964844e+02, 3.065499875387001e+02, 3.069500116982999e+02, 3.07350006612053e+02, 3.077500002542687e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02] -VSup.y=[6.000000238418579e-01, 6.079999801317916e-01, 6.1599999602637e-01, 6.240000135103732e-01, 6.320000278154807e-01, 6.399999856948853e-01, 6.480000031789346e-01, 6.560000206628842e-01, 6.639999721845584e-01, 6.719999896685529e-01, 6.800000071525574e-01, 6.880000246365618e-01, 6.959999825160063e-01, 7.039999936422306e-01, 7.120000174838902e-01, 7.200000286102295e-01, 7.27999980131924e-01, 7.360000039736885e-01, 7.440000150997979e-01, 7.51999979337107e-01, 7.599999904632568e-01, 7.680000015894066e-01, 7.760000254312658e-01, 7.8399997695292e-01, 7.920000007947791e-01, 8.00000011920929e-01, 8.080000230470789e-01, 8.159999745689628e-01, 8.240000111263014e-01, 8.320000222522618e-01, 8.399999737739563e-01, 8.479999849002956e-01, 8.55999996026256e-01, 8.640000325835946e-01, 8.719999841054786e-01, 8.799999952316284e-01, 8.880000063577782e-01, 8.960000174839281e-01, 9.039999944370009e-01, 9.120000055631508e-01, 9.200000166893005e-01, 9.279999682109951e-01, 9.359999793373344e-01, 9.440000158942941e-01, 9.520000270206334e-01, 9.599999785423279e-01, 9.679999896686672e-01, 9.760000007946276e-01, 9.840000373519662e-01, 9.919999888738501e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -VExh.y=[8.00000011920929e-01, 8.040000198682122e-01, 8.080000278154955e-01, 8.119999769528761e-01, 8.15999984105418e-01, 8.199999928474426e-01, 8.240000015894673e-01, 8.280000103314894e-01, 8.320000158945543e-01, 8.360000246365752e-01, 8.399999737739563e-01, 8.439999825159822e-01, 8.479999912580031e-01, 8.51999996821068e-01, 8.560000087420399e-01, 8.600000143051147e-01, 8.640000198681896e-01, 8.679999721845219e-01, 8.719999777476712e-01, 8.759999896685535e-01, 8.799999952316284e-01, 8.840000007947033e-01, 8.880000127156803e-01, 8.92000018278735e-01, 8.960000301995225e-01, 8.999999761581421e-01, 9.03999981721217e-01, 9.07999987284292e-01, 9.120000055631508e-01, 9.160000111262256e-01, 9.200000166893005e-01, 9.240000222523754e-01, 9.279999682111846e-01, 9.319999864896644e-01, 9.359999920527393e-01, 9.399999976158142e-01, 9.440000031788891e-01, 9.48000008741964e-01, 9.520000270204438e-01, 9.55999972979253e-01, 9.599999785423279e-01, 9.639999841054028e-01, 9.679999896684777e-01, 9.720000079473365e-01, 9.760000135104114e-01, 9.800000190734863e-01, 9.840000246365612e-01, 9.879999705953704e-01, 9.919999888738501e-01, 9.959999944369251e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -epsCal.epsSen=[2.220000028610229e-01, 2.223599999999995e-01, 2.227199971389761e-01, 2.230799943494806e-01, 2.234400063180905e-01, 2.23800003528595e-01, 2.241600007390994e-01, 2.245199979496037e-01, 2.248799948739971e-01, 2.252400069856624e-01, 2.25600004196167e-01, 2.259600014066716e-01, 2.263199986171757e-01, 2.266799955415691e-01, 2.270399930381836e-01, 2.27400004863739e-01, 2.277600017881333e-01, 1.862400027418215e-01, 1.869599965906301e-01, 1.876800064849501e-01, 1.88400000333786e-01, 1.891199941826219e-01, 1.898400040769419e-01, 1.905599979257505e-01, 1.912800078200942e-01, 1.920000016689301e-01, 1.927199955177659e-01, 1.934400042676683e-01, 1.941600004053358e-01, 1.948799942541244e-01, 1.956000030040741e-01, 1.9631999685291e-01, 1.970400056028123e-01, 1.977600017404799e-01, 1.984799955892684e-01, 1.992000043392181e-01, 1.999199981880067e-01, 2.0063999203689e-01, 2.013600030756239e-01, 2.020799969244124e-01, 2.028000056743622e-01, 2.035199995231507e-01, 2.04239993372034e-01, 2.049600044106732e-01, 2.056799982595565e-01, 2.064000070095062e-01, 2.071200008582948e-01, 2.07839994707178e-01, 2.085600057458173e-01, 2.092799995947005e-01, 2.099999934434891e-01, 2.197999891917524e-01, 2.295999849400157e-01, 2.394000118413336e-01, 2.491999764369384e-01, 2.590000033378601e-01, 2.688000153378102e-01, 2.785999948340938e-01, 2.884000068348362e-01, 2.981999863311198e-01, 3.079999983310699e-01, 3.178000103310201e-01, 3.275999898273037e-01, 3.37400001828046e-01, 3.471999813243297e-01, 3.569999933242798e-01, 3.668000351261734e-01, 3.765999848205135e-01, 3.864000266233888e-01, 3.961999763175395e-01, 4.059999883174896e-01, 4.15800030119762e-01, 4.255999798139128e-01, 4.354000216165986e-01, 4.451999713107493e-01, 4.550000131130219e-01, 4.64800025112972e-01, 4.745999748071227e-01, 4.84400016609998e-01, 4.941999663043382e-01, 5.040000081062317e-01, 5.138000499081252e-01, 5.235999698003324e-01, 5.334000116030183e-01, 5.431999910991124e-01, 5.529999732971191e-01, 5.628000150997706e-01, 5.725999945958647e-01, 5.824000363985505e-01, 5.921999562907578e-01, 6.019999980926514e-01, 6.118000398945449e-01, 6.215999597867522e-01, 6.31400001589817e-01, 6.411999810862901e-01, 6.510000228881836e-01, 6.608000050861902e-01, 6.705999845822843e-01, 6.804000263849702e-01, 6.901999462771775e-01, 6.99999988079071e-01] -epsCal.epsLat=[2.160000056028366e-01, 2.152799964237223e-01, 2.145600021457691e-01, 2.138399928236048e-01, 2.131199986887015e-01, 2.124000042676926e-01, 2.116799949455342e-01, 2.109600005245139e-01, 2.102400066757035e-01, 2.095199973535577e-01, 2.088000029325485e-01, 2.0807999361039e-01, 2.073599991893699e-01, 2.066400053405595e-01, 2.059199954462404e-01, 2.052000015974045e-01, 2.044800077485686e-01, 1.562400015497286e-01, 1.569599953985372e-01, 1.576800052928572e-01, 1.583999991416931e-01, 1.59119992990529e-01, 1.59840002884849e-01, 1.605599967336813e-01, 1.612800066280013e-01, 1.620000004768372e-01, 1.627199943256731e-01, 1.634400030755754e-01, 1.64159999213243e-01, 1.648799930620315e-01, 1.656000018119812e-01, 1.663199956608171e-01, 1.670400044107195e-01, 1.67760000548387e-01, 1.684799943971755e-01, 1.692000031471252e-01, 1.699199969959138e-01, 1.706400057458635e-01, 1.71360001883531e-01, 1.720799957323196e-01, 1.728000044822693e-01, 1.735199983310578e-01, 1.742399921799411e-01, 1.749600032186751e-01, 1.756799970674636e-01, 1.764000058174133e-01, 1.771199996662019e-01, 1.778399935150851e-01, 1.785600045537244e-01, 1.792799984026076e-01, 1.800000071525574e-01, 1.883999949932421e-01, 1.967999828340215e-01, 2.052000122784924e-01, 2.135999734167969e-01, 2.220000028610229e-01, 2.304000174040879e-01, 2.387999934433837e-01, 2.472000079871277e-01, 2.555999840262341e-01, 2.639999985694885e-01, 2.72400013112743e-01, 2.808000040529158e-01, 2.892000185966597e-01, 2.975999797350786e-01, 3.059999942779541e-01, 3.144000088212086e-01, 3.227999997613814e-01, 3.312000143051254e-01, 3.395999754435442e-01, 3.479999899864197e-01, 3.564000343316174e-01, 3.647999954698469e-01, 3.732000100135909e-01, 3.815999711520098e-01, 3.899999856948853e-01, 3.984000300400831e-01, 4.067999911783125e-01, 4.15200005722246e-01, 4.235999668604755e-01, 4.320000112056732e-01, 4.404000257485487e-01, 4.487999868869675e-01, 4.572000014307115e-01, 4.655999923708843e-01, 4.740000069141388e-01, 4.824000214570143e-01, 4.907999825954332e-01, 4.991999971391771e-01, 5.075999880793499e-01, 5.15999972820282e-01, 5.244000171658588e-01, 5.328000081060317e-01, 5.411999928476428e-01, 5.495999837878155e-01, 5.580000281333923e-01, 5.664000128743243e-01, 5.748000038144971e-01, 5.831999885561082e-01, 5.915999794962811e-01, 6.000000238418579e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt deleted file mode 100644 index 19723c7ba26..00000000000 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchagerWithInputEffectiveness.txt +++ /dev/null @@ -1,19 +0,0 @@ -last-generated=2023-11-13 -statistics-initialization= -{ - "nonlinear": "0, 0", - "numerical Jacobians": "0" -} -statistics-simulation= -{ - "linear": " ", - "nonlinear": " ", - "numerical Jacobians": "0" -} -time=[0e+00, 3.6e+02] -hex.sta_a1.T=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.035499875386664e+02, 3.041499938964844e+02, 3.047499989827905e+02, 3.053500066121204e+02, 3.059500116982971e+02, 3.06549988810437e+02, 3.071499938964844e+02, 3.077499989827905e+02, 3.083500066121204e+02, 3.089500116982971e+02, 3.09549988810437e+02, 3.101499938964844e+02, 3.107499989827905e+02, 3.113500066121204e+02, 3.119500116982971e+02, 3.12549988810437e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] -hex.sta_b2.T=[3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819664001467107e+02, 3.819653015145773e+02, 3.819642028813121e+02, 3.819631042480469e+02, 3.819620056147817e+02, 3.819609069815164e+02, 3.819598083505148e+02, 3.819587097172496e+02, 3.819576110839844e+02, 3.819565124507192e+02, 3.819554138174539e+02, 3.819543151864523e+02, 3.819532165531871e+02, 3.819521179199219e+02, 3.819510192866567e+02, 3.819499206533914e+02, 3.819488220225192e+02, 3.811784978032673e+02, 3.80029541015625e+02, 3.788877887961733e+02, 3.777532033876067e+02, 3.766258249279199e+02, 3.75505643860078e+02, 3.743926391601562e+02, 3.732868365866825e+02, 3.72188200976727e+02, 3.710967721630183e+02, 3.700125408937875e+02, 3.689354858398438e+02, 3.678656329126067e+02, 3.668029776184524e+02, 3.65747498450851e+02, 3.646991864626533e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02] -epsSen.y=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.039999936421325e-01, 7.099999785423279e-01, 7.160000103313168e-01, 7.220000079473634e-01, 7.279999801319602e-01, 7.340000373518938e-01, 7.400000095367432e-01, 7.459999817210873e-01, 7.519999793371339e-01, 7.580000111261229e-01, 7.640000087421696e-01, 7.699999809265137e-01, 7.760000127155026e-01, 7.820000103315492e-01, 7.87999982516146e-01, 7.940000397360796e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] -epsLat.y=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.020000206629241e-01, 7.07999999205194e-01, 7.139999841055157e-01, 7.200000286102295e-01, 7.260000135102985e-01, 7.319999984106202e-01, 7.37999970595217e-01, 7.440000150998046e-01, 7.5e-01, 7.559999849001954e-01, 7.62000029404783e-01, 7.680000015893798e-01, 7.739999864897014e-01, 7.799999713897705e-01, 7.860000158944843e-01, 7.92000000794806e-01, 7.979999729794028e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] -hex.sta_b2.X[1]=[1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140400022013981e-02, 1.141600030388429e-02, 1.14280004003445e-02, 1.143999956548214e-02, 1.145199966194235e-02, 1.146399975840257e-02, 1.147599982943131e-02, 1.148799992589153e-02, 1.150000002235174e-02, 1.151200011881195e-02, 1.152400021527217e-02, 1.153600028630092e-02, 1.154800038276113e-02, 1.155999954789877e-02, 1.157199964435898e-02, 1.15839997408192e-02, 1.159599981184794e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02] -hex.sta_b1.X[1]=[1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066515222191811e-02, 1.066133845839978e-02, 1.06498971678448e-02, 1.06384558651662e-02, 1.062701363116503e-02, 1.061557232848643e-02, 1.060413102580783e-02, 1.059268881605389e-02, 1.058124751337529e-02, 1.05698062106967e-02, 1.05583649080181e-02, 1.054692267401693e-02, 1.053548139558556e-02, 1.052404009290696e-02, 1.051259879022837e-02, 1.05011565562272e-02, 1.04897152535486e-02, 1.047827397511723e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02, 1.047446019947529e-02] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypassDamper.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypassDamper.txt deleted file mode 100644 index 184306e5f72..00000000000 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_BypassDamper.txt +++ /dev/null @@ -1,23 +0,0 @@ -last-generated=2023-09-28 -statistics-initialization= -{ - "nonlinear": "1, 0", - "numerical Jacobians": "0" -} -statistics-simulation= -{ - "linear": "4, 4", - "nonlinear": "0, 1, 0, 0", - "number of continuous time states": "8", - "numerical Jacobians": "0" -} -time=[0e+00, 3.6e+02] -whe.sta_b1.T=[3.026147155761719e+02, 3.017702331322386e+02, 3.009520873564406e+02, 3.001283264554594e+02, 2.995086059009579e+02, 2.990162658691406e+02, 2.985884094672574e+02, 2.98198883136676e+02, 2.978348387916794e+02, 2.974853211898587e+02, 2.971551513671875e+02, 2.968408812175947e+02, 2.965384827292355e+02, 2.962459411012178e+02, 2.959619141815022e+02, 2.956854858398438e+02, 2.954159544772444e+02, 2.9528094479809e+02, 2.953969115289964e+02, 2.954882201817948e+02, 2.955417175292969e+02, 2.955686036075929e+02, 2.958027040783519e+02, 2.960817868567542e+02, 2.96411315768634e+02, 2.968045654296875e+02, 2.9725766011202e+02, 2.977541508455494e+02, 2.98323546850408e+02, 2.990020443652891e+02, 2.998708801269531e+02, 3.011793525645031e+02, 3.033940759354437e+02, 3.066373261195244e+02, 3.096847828493291e+02, 3.114994506835938e+02, 3.123260183193116e+02, 3.127050783331244e+02, 3.128959654544534e+02, 3.129954835133004e+02, 3.130498962402344e+02, 3.13083618105855e+02, 3.131173401101389e+02, 3.13137329089533e+02, 3.131455688548999e+02, 3.131484985351562e+02, 3.13149444579302e+02, 3.131497802736962e+02, 3.1314990234375e+02, 3.131499633789062e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] -TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] -whe.m1_flow=[1.048808860778809e+01, 7.838690235182088e+00, 6.510121764838228e+00, 5.688581017907295e+00, 5.4141397336311e+00, 5.322689533233643e+00, 5.286683085240581e+00, 5.270294668855054e+00, 5.261087415218657e+00, 5.250777248127021e+00, 5.245975017547607e+00, 5.244564056147889e+00, 5.244194507641825e+00, 5.244093894948896e+00, 5.244063377387445e+00, 5.244052886962891e+00, 5.244048595427456e+00, 5.24373054535671e+00, 5.227259185455352e+00, 5.163907088114923e+00, 5.035672187805176e+00, 4.836072819145933e+00, 4.56735346532639e+00, 4.2382662880978e+00, 3.863033221275574e+00, 3.460951805114746e+00, 3.046333373591852e+00, 2.631258144337431e+00, 2.237220610957043e+00, 1.879902148881137e+00, 1.574118971824646e+00, 1.276392332075491e+00, 1.01708170871542e+00, 9.157681681239447e-01, 1.009594844296769e+00, 1.273607969284056e+00, 1.574186329571191e+00, 1.869690448090952e+00, 2.194201188870033e+00, 2.52774199487517e+00, 2.855169296264648e+00, 3.165122239629001e+00, 3.447713839779903e+00, 3.704381018687805e+00, 3.934579019654032e+00, 4.137474536895752e+00, 4.313786701927077e+00, 4.46538603066822e+00, 4.594676868877055e+00, 4.704224277186383e+00, 4.796539306640625e+00, 4.873974678015459e+00, 4.9386735453428e+00, 4.9925469928632e+00, 5.037275381977135e+00, 5.074314117431641e+00, 5.104914140416319e+00, 5.130143184590723e+00, 5.150905592883269e+00, 5.167964484117325e+00, 5.181960105895996e+00, 5.193428498468903e+00, 5.202814109212329e+00, 5.210485929222674e+00, 5.21675110801474e+00, 5.221861839294434e+00, 5.226027005375536e+00, 5.181640981957875e+00, 5.038303498403661e+00, 4.889984827781753e+00, 4.736373901367188e+00, 4.577079093384015e+00, 4.411602113407898e+00, 4.239317294832093e+00, 4.059444590948388e+00, 3.870996952056885e+00, 3.672709808493914e+00, 3.462939037207716e+00, 3.23948924251345e+00, 2.999340822341678e+00, 2.738126993179321e+00, 2.449139392350175e+00, 2.121075855689745e+00, 1.731887264366506e+00, 1.581018567126699e+00, 1.58104145526886e+00, 1.581060409516593e+00, 1.581076621956729e+00, 1.581089735069529e+00, 1.581099867836909e+00, 1.581108689308167e+00, 1.581115484227565e+00, 1.581120610220953e+00, 1.581125140202251e+00, 1.581128358844984e+00, 1.581130862236023e+00, 1.581133008000203e+00, 1.581134438510667e+00, 1.581135630611647e+00, 1.581136584282932e+00, 1.58113706111908e+00] -whe.m2_flow=[1.811559200286865e+00, 2.354664801070183e+00, 2.30682158717151e+00, 2.432176341613731e+00, 2.656027104050423e+00, 2.896927833557129e+00, 3.132268165876355e+00, 3.356655551119708e+00, 3.568816704458619e+00, 3.765240825899064e+00, 3.95504093170166e+00, 4.138884143727685e+00, 4.315872632294548e+00, 4.486162220955259e+00, 4.650298526841567e+00, 4.808860301971436e+00, 4.962366167990586e+00, 5.061966419371047e+00, 5.053995622060816e+00, 5.022991675497471e+00, 4.95849084854126e+00, 4.85328048826128e+00, 4.701898898230722e+00, 4.500460812840664e+00, 4.248803253407871e+00, 3.954000473022461e+00, 3.616057478086038e+00, 3.236955073074523e+00, 2.844662283208932e+00, 2.464823640303863e+00, 2.128064155578613e+00, 1.869142570130242e+00, 1.733601887485411e+00, 1.748435551031445e+00, 1.900131147138868e+00, 2.083873271942138e+00, 2.344786853076432e+00, 2.690219251132226e+00, 3.091901902748652e+00, 3.519760625702851e+00, 3.948746204376221e+00, 4.358578014761829e+00, 4.72696429311317e+00, 5.065529545683468e+00, 5.374440683118214e+00, 5.649409770965576e+00, 5.889390084981281e+00, 6.096091906647348e+00, 6.27249846768269e+00, 6.422009219916331e+00, 6.548016548156738e+00, 6.653720212208079e+00, 6.74203974750454e+00, 6.81558317124543e+00, 6.876642796357924e+00, 6.927205562591553e+00, 6.96897881635243e+00, 7.003419902039399e+00, 7.031763531437857e+00, 7.055051361765174e+00, 7.074157238006592e+00, 7.08981320795853e+00, 7.102626333308241e+00, 7.113099090030233e+00, 7.121651662288846e+00, 7.128628730773926e+00, 7.134315005016929e+00, 7.138918403242612e+00, 7.14267968836794e+00, 7.145767693371446e+00, 7.148282051086426e+00, 7.150323864612605e+00, 7.151974672938305e+00, 7.153304103989885e+00, 7.154374124216295e+00, 7.155239105224609e+00, 7.15593957792266e+00, 7.156507013449708e+00, 7.156966687623124e+00, 7.157339096627158e+00, 7.157641410827637e+00, 7.15788555107267e+00, 7.158082007755487e+00, 7.158241749278709e+00, 7.158366680335247e+00, 7.158470630645752e+00, 7.158556461200837e+00, 7.158629417193071e+00, 7.158689022233981e+00, 7.158734798504156e+00, 7.158774852752686e+00, 7.158805847123505e+00, 7.158829212107877e+00, 7.158849239405956e+00, 7.158864021321481e+00, 7.158875465393066e+00, 7.158885002120062e+00, 7.158891201003119e+00, 7.158896923081354e+00, 7.158900737770535e+00, 7.1589035987854e+00] -TExh.y=[2.931499938964844e+02, 2.931499938964844e+02] -whe.sta_b2.T=[2.962568054199219e+02, 2.977534485328983e+02, 2.993645630518326e+02, 3.002291259458822e+02, 3.005841064683692e+02, 3.007560424804688e+02, 3.008595275785613e+02, 3.009337463237268e+02, 3.009951172013728e+02, 3.010587768301161e+02, 3.011102905273438e+02, 3.011528930832864e+02, 3.011915283123575e+02, 3.012280273512847e+02, 3.012630309912428e+02, 3.012967834472656e+02, 3.01329406751863e+02, 3.015150450615007e+02, 3.020028987607874e+02, 3.024729612306566e+02, 3.029151611328125e+02, 3.033030396134514e+02, 3.034039917267704e+02, 3.033944092225024e+02, 3.032875671994018e+02, 3.030916748046875e+02, 3.028433836850003e+02, 3.025883176427907e+02, 3.023065188058854e+02, 3.019706117295554e+02, 3.015063171386719e+02, 3.003809196581145e+02, 2.984145490272621e+02, 2.964635635322296e+02, 2.949955144274014e+02, 2.941612548828125e+02, 2.937045599229934e+02, 2.93459991316156e+02, 2.933307190779595e+02, 2.932612609050963e+02, 2.932225646972656e+02, 2.931983337821438e+02, 2.931738891438581e+02, 2.93159301766479e+02, 2.931532287545916e+02, 2.93151123046875e+02, 2.931503906257761e+02, 2.931501464842456e+02, 2.9315005493177e+02, 2.931500244140625e+02, 2.931500244140625e+02, 2.931499938967431e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02] -whe.yBypDam=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.999998683733009e-02, 7.999994734933988e-02, 1.399999751647862e-01, 2.000000029802322e-01, 2.600000158945803e-01, 3.200000437099634e-01, 3.799999443691076e-01, 4.399999721845537e-01, 5e-01, 5.600000278155095e-01, 6.200000556310187e-01, 6.799999562899105e-01, 7.399999841054195e-01, 8.00000011920929e-01, 8.600000397363119e-01, 9.200000675516949e-01, 9.799999682108395e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] -whe.effCal.epsS=[7.312678694725037e-01, 7.460441592195033e-01, 7.556567196483948e-01, 7.634086605049316e-01, 7.700858122724789e-01, 7.760398983955383e-01, 7.814643377468425e-01, 7.864792932674256e-01, 7.91165233615312e-01, 7.955793720070465e-01, 7.997639775276184e-01, 8.037513510940771e-01, 8.075669399892794e-01, 8.112311370808798e-01, 8.147604450739462e-01, 8.181687593460083e-01, 8.214675797834264e-01, 8.236007690530111e-01, 8.230695136949671e-01, 8.210185182186533e-01, 8.168293237686157e-01, 8.10204740891505e-01, 8.010737806049545e-01, 7.895277248215403e-01, 7.757870616576279e-01, 7.601931095123291e-01, 7.432064935561836e-01, 7.253990616657127e-01, 7.074241193694075e-01, 6.899568511035521e-01, 6.736137270927429e-01, 6.575859717355559e-01, 6.425653583176921e-01, 6.304879876662648e-01, 6.212553416668816e-01, 6.144574284553528e-01, 6.096801826832925e-01, 6.064925173171443e-01, 6.044476642630572e-01, 6.031503660699176e-01, 6.023180484771729e-01, 6.017094266372705e-01, 6.009189480766215e-01, 6.003838184855739e-01, 6.001422403014661e-01, 6.0005122423172e-01, 6.000190377578999e-01, 6.000075340220469e-01, 6.000032424952022e-01, 6.00001573560601e-01, 6.0000079870224e-01, 6.000004410748766e-01, 6.00000262260437e-01, 6.000002026557922e-01, 6.000001430511475e-01, 6.000000834465027e-01, 6.000000834465027e-01, 6.000000834465027e-01, 6.000000834465027e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01, 6.000000238418579e-01] -whe.effCal.epsL=[5.625357627868652e-01, 5.920882826762198e-01, 6.113134631386317e-01, 6.268172852470763e-01, 6.401716483868156e-01, 6.520797610282898e-01, 6.629286993355114e-01, 6.729585507721276e-01, 6.823304910724187e-01, 6.911587082513063e-01, 6.9952791929245e-01, 7.075027260298858e-01, 7.151339038204799e-01, 7.224622383989728e-01, 7.295208543851054e-01, 7.363374829292297e-01, 7.429351834085844e-01, 7.472015023432984e-01, 7.461389916271473e-01, 7.420370006746462e-01, 7.336586117744446e-01, 7.204094460203493e-01, 7.021475254471222e-01, 6.790554138805465e-01, 6.515741471569875e-01, 6.203862428665161e-01, 5.864130109540989e-01, 5.507981471730306e-01, 5.148482625804203e-01, 4.799136962467661e-01, 4.472274780273438e-01, 4.151719673129065e-01, 3.851307106750461e-01, 3.609759097676731e-01, 3.425107369778802e-01, 3.289148211479188e-01, 3.193603892081904e-01, 3.129850286738241e-01, 3.088953225655235e-01, 3.06300726179118e-01, 3.046360909938812e-01, 3.03418817511754e-01, 3.018379497974233e-01, 3.007676310108096e-01, 3.002844746427205e-01, 3.001024723052979e-01, 3.000380695555879e-01, 3.000151216880214e-01, 3.00006538634332e-01, 3.000031113589204e-01, 3.000016212463379e-01, 3.000009059916111e-01, 3.000005781648017e-01, 3.00000369548924e-01, 3.000002801415778e-01, 3.000001907348633e-01, 3.000001609325409e-01, 3.000001311302185e-01, 3.000001013278961e-01, 3.000001013278961e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715255737e-01, 3.000000715254474e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01, 3.000000417232513e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_ModulateWheel.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_ModulateWheel.txt deleted file mode 100644 index 1e58e855c9d..00000000000 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_ModulateWheel.txt +++ /dev/null @@ -1,23 +0,0 @@ -last-generated=2023-09-28 -statistics-initialization= -{ - "nonlinear": "1, 0", - "numerical Jacobians": "0" -} -statistics-simulation= -{ - "linear": "4, 4", - "nonlinear": "0, 1, 0, 0", - "number of continuous time states": "8", - "numerical Jacobians": "0" -} -time=[0e+00, 3.6e+02] -whe.sta_b1.T=[3.027752990722656e+02, 3.021842040861254e+02, 3.016116027510757e+02, 3.010350952424438e+02, 3.006014098728839e+02, 3.002568969726562e+02, 2.999575195616311e+02, 2.996849670970242e+02, 2.994302367635991e+02, 2.991857300818146e+02, 2.989547424316406e+02, 2.987348631902522e+02, 2.985233154738929e+02, 2.983186645081927e+02, 2.981199646829108e+02, 2.979266357421875e+02, 2.97738098065757e+02, 2.976876525416803e+02, 2.979022825349177e+02, 2.981112059671175e+02, 2.983143920898438e+02, 2.985118714200926e+02, 2.987036134408681e+02, 2.988896482817624e+02, 2.990699767311648e+02, 2.992445983886719e+02, 2.994134827361234e+02, 2.995766297741015e+02, 2.997341002102478e+02, 2.998858336769175e+02, 3.000318603515625e+02, 3.001721497162167e+02, 3.003067322889755e+02, 3.004356078027956e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.00477294921875e+02, 3.003766171699653e+02, 3.000670473572742e+02, 3.001196900324687e+02, 3.001740112304688e+02, 3.002301329601454e+02, 3.00288329877891e+02, 3.003487550928771e+02, 3.004117737913296e+02, 3.004776916503906e+02, 3.005469969502756e+02, 3.006202390032514e+02, 3.006982119456964e+02, 3.007819825706276e+02, 3.00873046875e+02, 3.009737547040506e+02, 3.010880428020746e+02, 3.012235723014705e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02, 3.012760925292969e+02] -TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] -whe.m1_flow=[1.048808860778809e+01, 7.838690235182088e+00, 6.510121764838228e+00, 5.688581017907295e+00, 5.4141397336311e+00, 5.322689533233643e+00, 5.286683085240581e+00, 5.270294668855054e+00, 5.261087415218657e+00, 5.250777248127021e+00, 5.245975017547607e+00, 5.244564056147889e+00, 5.244194507641825e+00, 5.244093894948896e+00, 5.244063377387445e+00, 5.244052886962891e+00, 5.244048595427456e+00, 5.244046688080339e+00, 5.244045734405518e+00, 5.244045257568359e+00, 5.244045257568359e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044780731201e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.244044303894043e+00, 5.196152564374041e+00, 5.049752837786086e+00, 4.898979403475134e+00, 4.743416786193849e+00, 4.582576074528673e+00, 4.415881253792514e+00, 4.242640370198497e+00, 4.062019033670093e+00, 3.872983455657959e+00, 3.67423497285181e+00, 3.464102520985334e+00, 3.24036972149338e+00, 2.999999572554381e+00, 2.73861289024353e+00, 2.449490344706786e+00, 2.121321665568173e+00, 1.732049269542411e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00, 1.581138849258423e+00] -whe.m2_flow=[1.811559200286865e+00, 2.354664801070183e+00, 2.30682158717151e+00, 2.432176341613731e+00, 2.656027104050423e+00, 2.896927833557129e+00, 3.132268165876355e+00, 3.356655551119708e+00, 3.568816704458619e+00, 3.765240825899064e+00, 3.95504093170166e+00, 4.138884143727685e+00, 4.315872632294548e+00, 4.486162220955259e+00, 4.650298526841567e+00, 4.808860301971436e+00, 4.962366167990586e+00, 5.062119007111101e+00, 5.062117099763984e+00, 5.062116146087646e+00, 5.062115669250488e+00, 5.06211519241333e+00, 5.06211519241333e+00, 5.06211519241333e+00, 5.062114715577183e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00, 5.062114715576172e+00] -TExh.y=[2.931499938964844e+02, 2.931499938964844e+02] -whe.sta_b2.T=[2.953250427246094e+02, 2.963730163900343e+02, 2.97501312300372e+02, 2.981068420195273e+02, 2.983554992837308e+02, 2.984759521484375e+02, 2.985484619075303e+02, 2.986004638572599e+02, 2.986434631444669e+02, 2.986880492986853e+02, 2.987241821289062e+02, 2.98754028332148e+02, 2.98781097406515e+02, 2.988066711478815e+02, 2.988312072651719e+02, 2.988548583984375e+02, 2.988777465915385e+02, 2.990245360488319e+02, 2.994242550302561e+02, 2.998298948465901e+02, 3.00241455078125e+02, 3.006589357253135e+02, 3.01082336787703e+02, 3.015116573489122e+02, 3.019468992285744e+02, 3.023880310058594e+02, 3.028351137163761e+02, 3.032880863245156e+02, 3.037470088863183e+02, 3.042118223117305e+02, 3.046825561523438e+02, 3.051592104086106e+02, 3.056417850800783e+02, 3.061302791248962e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062944030761719e+02, 3.062777404358301e+02, 3.062168579959154e+02, 3.057762138418763e+02, 3.053247985839844e+02, 3.048615730595761e+02, 3.043852250226228e+02, 3.038941633414713e+02, 3.03386595800624e+02, 3.02860107421875e+02, 3.02311890593987e+02, 3.01738100128245e+02, 3.011338174597707e+02, 3.004922474028251e+02, 2.998035278320312e+02, 2.990526441460349e+02, 2.98214175355926e+02, 2.972387047692575e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02, 2.968661193847656e+02] -whe.yWheSpe=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.020000206629241e-01, 7.07999999205194e-01, 7.139999841055157e-01, 7.200000286102295e-01, 7.260000135102985e-01, 7.319999984106202e-01, 7.37999970595217e-01, 7.440000150998046e-01, 7.5e-01, 7.559999849001954e-01, 7.62000029404783e-01, 7.680000015893798e-01, 7.739999864897014e-01, 7.799999713897705e-01, 7.860000158944843e-01, 7.92000000794806e-01, 7.979999729794028e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] -whe.effCal.epsS=[5.118875503540039e-01, 5.222309233745821e-01, 5.289596918329442e-01, 5.343860385115957e-01, 5.390600566698063e-01, 5.432279109954834e-01, 5.470250245018703e-01, 5.505354993267335e-01, 5.538156635306741e-01, 5.569055663652834e-01, 5.598347783088684e-01, 5.626259457658035e-01, 5.65296887794818e-01, 5.678617959565843e-01, 5.703322877099171e-01, 5.7271808385849e-01, 5.750272879670303e-01, 5.781748880403703e-01, 5.831165271830964e-01, 5.880582311664951e-01, 5.929998755455017e-01, 5.979415199245083e-01, 6.028832239079071e-01, 6.078248578143525e-01, 6.127665617977512e-01, 6.177082061767578e-01, 6.226498505557644e-01, 6.275915545391632e-01, 6.325331884456086e-01, 6.374748924290073e-01, 6.424165368080139e-01, 6.473581811870205e-01, 6.522998851704193e-01, 6.572415190768647e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.588887572288513e-01, 6.580494024709308e-01, 6.55483963305057e-01, 6.52842338292438e-01, 6.501173377037048e-01, 6.473003674290156e-01, 6.443813543642471e-01, 6.413482918273659e-01, 6.381866280824289e-01, 6.348782181739807e-01, 6.314004719871262e-01, 6.277241238444009e-01, 6.238106350918348e-01, 6.196067854522703e-01, 6.150362491607666e-01, 6.099816650385895e-01, 6.04245504490453e-01, 5.974424814109768e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01, 5.948054194450378e-01] -whe.effCal.epsL=[3.937750458717346e-01, 4.144618217152094e-01, 4.279194182365824e-01, 4.38772081791571e-01, 4.481201479103065e-01, 4.564558267593384e-01, 4.640500835744029e-01, 4.710710034218701e-01, 4.776313318297831e-01, 4.838111076968055e-01, 4.896695613861084e-01, 4.952519261023009e-01, 5.005937207533944e-01, 5.057235370770218e-01, 5.106645801882056e-01, 5.154362320899963e-01, 5.200546403069507e-01, 5.245497813259858e-01, 5.290330610418059e-01, 5.335164051127304e-01, 5.379997491836548e-01, 5.424830932545792e-01, 5.469664373255037e-01, 5.514497718951299e-01, 5.559330563616622e-01, 5.604164004325867e-01, 5.648997445036374e-01, 5.693830885744355e-01, 5.738664231440618e-01, 5.783497076105941e-01, 5.828330516815186e-01, 5.873163957525693e-01, 5.917997398233674e-01, 5.962830743929937e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.977774858474731e-01, 5.960988359360243e-01, 5.909679576042766e-01, 5.85684707578786e-01, 5.802346467971802e-01, 5.746007062483071e-01, 5.687627397218989e-01, 5.626966146481364e-01, 5.563732275551335e-01, 5.497564077377319e-01, 5.42800915364023e-01, 5.354482786822066e-01, 5.276212415734399e-01, 5.192136018984507e-01, 5.100725293159485e-01, 4.999633610715943e-01, 4.884909505693646e-01, 4.748849342117241e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01, 4.69610869884491e-01] diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos similarity index 86% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos index d74554742d4..7b0f7908a31 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/EffectivenessCalculation.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation", stopTime=120, method="CVode", tolerance=1e-6, resultFile="EffectivenessCalculation"); +simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.Effectiveness", stopTime=120, method="CVode", tolerance=1e-6, resultFile="Effectiveness"); createPlot(id=1, position={55, 14, 975, 618}, y={"whSpe.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=101, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); createPlot(id=1, position={55, 14, 975, 618}, y={"TSup.y", "TExh.y"}, range={0.0, 120.0, 280.0, 320.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"K", "K"}); createPlot(id=1, position={55, 14, 975, 618}, y={"VSup.y", "VExh.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"m3/s", "m3/s"}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos deleted file mode 100644 index 92fee4abf5b..00000000000 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.EffectivenessCalculation.mos +++ /dev/null @@ -1,10 +0,0 @@ -compareVars := - { - "whSpe.y", - "TSup.y", - "TExh.y", - "VSup.y", - "VExh.y", - "epsCal.epsSen", - "epsCal.epsLat" - }; From 34a4738816f595c5e85672dd57af6fb4448162a8 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 15 Nov 2023 11:09:06 -0500 Subject: [PATCH 104/196] format enhancement --- .../BaseClasses/Validation/Effectiveness.mo | 10 +++--- .../HeatExchangerWithInputEffectiveness.mo | 28 ++++++++-------- .../BaseClasses/Validation/package.mo | 4 +-- .../Examples/WheelWithBypassDamper.mo | 23 ++++++------- .../Examples/WheelWithVariableSpeed.mo | 18 +++++------ .../AirToAirHeatRecovery/Examples/package.mo | 1 - .../WheelWithBypassDamper.mo | 32 +++++++++---------- .../WheelWithVariableSpeed.mo | 26 +++++++-------- .../AirToAirHeatRecovery/package.mo | 1 - 9 files changed, 70 insertions(+), 73 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo index dc87e504993..a9e8b93bb05 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo @@ -50,24 +50,24 @@ model Effectiveness equation connect(VSup.y, epsCal.VSup_flow) annotation (Line(points={{-59,70},{-28,70},{ - -28,8},{-14,8}}, color={0,0,127})); + -28,8},{-14,8}}, color={0,0,127})); connect(VExh.y, epsCal.VExh_flow) annotation (Line(points={{-59,30},{-40,30},{ - -40,4},{-14,4}}, color={0,0,127})); + -40,4},{-14,4}}, color={0,0,127})); connect(whSpe.y, epsCal.wheSpe) annotation (Line(points={{-59,0},{-14,0}}, color={0,0,127})); connect(TSup.y, epsCal.TSup) annotation (Line(points={{-59,-40},{-40,-40},{-40, - -4},{-14,-4}}, color={0,0,127})); + -4},{-14,-4}}, color={0,0,127})); connect(TExh.y, epsCal.TExh) annotation (Line(points={{-59,-80},{-28,-80},{-28, - -8},{-14,-8}}, color={0,0,127})); + -8},{-14,-8}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( coordinateSystem(preserveAspectRatio=false)), experiment(Tolerance=1e-6, StopTime=120), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos" "Simulate and plot"), - Documentation(info=" +Documentation(info="

                                                  Validation test for the block diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index d7f595ef8e3..cfefeaa8da0 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -20,8 +20,7 @@ model HeatExchangerWithInputEffectiveness T=566.3, nPorts=1) "Source of the exhaust air" - annotation (Placement(transformation(extent={{40,-70}, - {60,-50}}))); + annotation (Placement(transformation(extent={{40,-70},{60,-50}}))); Modelica.Blocks.Sources.Ramp TSup( height=10, duration=60, @@ -35,8 +34,7 @@ model HeatExchangerWithInputEffectiveness p(displayUnit="Pa") = 1E5 - 110, nPorts=1) "Sink of the supply air" - annotation (Placement(transformation(extent={{84,2},{ - 64,22}}))); + annotation (Placement(transformation(extent={{84,2},{64,22}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( redeclare package Medium = Medium1, T=273.15 + 50, @@ -78,29 +76,29 @@ equation annotation (Line(points={{-69,64},{-50,64}}, color={0,0,127})); connect(sou_1.ports[1], hex.port_a1) annotation (Line( - points={{-28,60},{-2,60},{-2,12},{6,12}}, - color={0,127,255})); + points={{-28,60},{-2,60},{-2,12},{6,12}}, + color={0,127,255})); connect(hex.port_a2, sou_2.ports[1]) annotation (Line( - points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, - -60}},color={0,127,255})); + points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, + -60}},color={0,127,255})); connect(hex.port_b1, sin_1.ports[1]) annotation (Line( - points={{26,12},{45,12},{45,12},{64,12}}, - color={0,127,255})); + points={{26,12},{45,12},{45,12},{64,12}}, + color={0,127,255})); connect(hex.port_b2, sin_2.ports[1]) annotation (Line( - points={{6,0},{-26,0},{-26,-20},{-34,-20}}, - color={0,127,255})); + points={{6,0},{-26,0},{-26,-20},{-34,-20}}, + color={0,127,255})); connect(epsSen.y, hex.epsSen) annotation (Line(points={{-69,20},{-4,20},{-4,10},{4, - 10}}, color={0,0,127})); + 10}}, color={0,0,127})); connect(hex.epsLat, epsLat.y) annotation (Line(points={{4,2},{-62,2},{-62,-40},{-69, - -40}}, color={0,0,127})); + -40}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos" "Simulate and plot"), - Documentation(info=" +Documentation(info="

                                                  Validation test for the block diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo index 005a6512fc3..cffdf5df9a1 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo @@ -1,11 +1,11 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses; package Validation "Collection of models that validate the module in the base classes" extends Modelica.Icons.ExamplesPackage; - annotation (Documentation(info=" +

                                                  This package contains validation models for the classes in Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses. - +

                                                  ")); end Validation; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index 3747cb10d7c..4ef4e905011 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -74,25 +74,26 @@ model WheelWithBypassDamper equation connect(TSup.y, sou_1.T_in) annotation (Line(points={{-73,54},{-62,54}}, - color={0,0,127})); + color={0,0,127})); connect(sou_1.ports[1],whe.port_a1) annotation (Line( - points={{-40,50},{0,50},{0,12},{6,12}}, - color={0,127,255})); + points={{-40,50},{0,50},{0,12},{6,12}}, + color={0,127,255})); connect(whe.port_a2, sou_2.ports[1]) annotation (Line( - points={{26,0},{32,0},{32,-20},{70,-20},{70,-60},{60,-60}}, - color={0,127,255})); + points={{26,0},{32,0},{32,-20},{70,-20},{70,-60},{60,-60}}, + color={0,127,255})); connect(whe.port_b1, sin_1.ports[1]) annotation (Line( - points={{26,12},{45,12},{45,12},{64,12}}, - color={0,127,255})); + points={{26,12},{45,12},{45,12},{64,12}}, + color={0,127,255})); connect(whe.port_b2, sin_2.ports[1]) annotation (Line( - points={{6,0},{-18,0},{-18,6.66134e-16},{-38,6.66134e-16}}, - color={0,127,255})); - connect(bypDamPos.y, whe.bypDamPos) annotation (Line(points={{-59,-30},{-28,-30}, - {-28,6},{4,6}}, color={0,0,127})); + points={{6,0},{-18,0},{-18,6.66134e-16},{-38,6.66134e-16}}, + color={0,127,255})); + connect(bypDamPos.y, whe.bypDamPos) + annotation (Line(points={{-59,-30},{-28,-30}, + {-28,6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos" "Simulate and plot"), diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index e65bbf70b5c..51b9a9276d5 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -75,22 +75,22 @@ equation annotation (Line(points={{-73,54},{-62,54}}, color={0,0,127})); connect(sou_1.ports[1],whe. port_a1) annotation (Line( - points={{-40,50},{0,50},{0,12},{6,12}}, - color={0,127,255})); + points={{-40,50},{0,50},{0,12},{6,12}}, + color={0,127,255})); connect(whe.port_a2, sou_2.ports[1]) annotation (Line( - points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, - -60}},color={0,127,255})); + points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, + -60}},color={0,127,255})); connect(whe.port_b1, sin_1.ports[1]) annotation (Line( - points={{26,12},{45,12},{45,12},{64,12}}, - color={0,127,255})); + points={{26,12},{45,12},{45,12},{64,12}}, + color={0,127,255})); connect(whe.port_b2, sin_2.ports[1]) annotation (Line( - points={{6,5.55112e-16},{-18,5.55112e-16},{-18,0},{-38,0}}, - color={0,127,255})); + points={{6,5.55112e-16},{-18,5.55112e-16},{-18,0},{-38,0}}, + color={0,127,255})); connect(WheSpe.y, whe.wheSpe) annotation (Line(points={{-59,-30},{-28,-30},{-28, - 6},{4,6}}, color={0,0,127})); + 6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos" "Simulate and plot"), diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo index a6596ca8803..0073c3efeda 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo @@ -1,7 +1,6 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; package Examples "Collection of models that illustrate model use and test models" extends Modelica.Icons.ExamplesPackage; - annotation (Documentation(info="

                                                  This package contains examples for the use of models that can be found in diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 9d03488c47d..0ccb2465c7c 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -165,52 +165,52 @@ equation connect(effCal.epsSen, hex.epsSen) annotation (Line(points={{-79,14},{-12,14}}, color={0,0,127})); connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-79,6},{-12,6}}, - color={0,0,127})); + color={0,0,127})); connect(bypDamSup.y, bypDamPos) annotation (Line(points={{-28,92},{-28,120},{-200,120}}, color={0,0,127})); connect(sub.u2, uni.y) annotation (Line(points={{-121.4,96.8},{-132,96.8},{-132, - 39},{-139.3,39}}, color={0,0,127})); + 39},{-139.3,39}}, color={0,0,127})); connect(effCal.wheSpe, uni.y) annotation (Line(points={{-102,10},{-124,10},{-124,39},{-139.3,39}}, - color={0,0,127})); + color={0,0,127})); connect(TSup.y, effCal.TSup) annotation (Line(points={{-139,-20},{-114,-20},{-114,6},{-102,6}}, - color={0,0,127})); + color={0,0,127})); connect(TExh.y, effCal.TExh) annotation (Line(points={{-139,-40},{-110,-40},{-110,2},{-102,2}}, - color={0,0,127})); + color={0,0,127})); connect(damSup.port_b, hex.port_a1) annotation (Line(points={{-22,36},{-20,36},{-20,16},{-10,16}}, - color={0,127,255})); + color={0,127,255})); connect(bypDamExh.y, bypDamPos) annotation (Line(points={{-30,-48},{-30,-30},{40,-30},{40,120},{-200,120}}, - color={0,0,127})); + color={0,0,127})); connect(sub.u1, bypDamPos) annotation (Line(points={{-121.4,105.2},{-132,105.2}, - {-132,120},{-200,120}}, color={0,0,127})); + {-132,120},{-200,120}}, color={0,0,127})); connect(VSup_flow.V_flow, effCal.VSup_flow) annotation (Line(points={{-71,44.8},{-71,50},{-112,50},{-112,18},{-102,18}}, - color={0,0,127})); + color={0,0,127})); connect(damSup.port_a, VSup_flow.port_b) annotation (Line(points={{-42,36},{-64,36}}, color={0,127,255})); connect(VSup_flow.port_a, port_a1) annotation (Line(points={{-78,36},{-100,36},{-100,80},{-180,80}}, - color={0,127,255})); + color={0,127,255})); connect(hex.port_b1, port_b1) annotation (Line(points={{10,16},{58,16},{58,80},{100,80}}, - color={0,127,255})); + color={0,127,255})); connect(hex.port_b2, VExh_flow.port_a) annotation (Line(points={{-10,4},{-22,4},{-22,-20},{-42,-20}}, - color={0,127,255})); + color={0,127,255})); connect(VExh_flow.port_b, port_b2) annotation (Line(points={{-56,-20},{-70,-20}, - {-70,-60},{-180,-60}}, color={0,127,255})); + {-70,-60},{-180,-60}}, color={0,127,255})); connect(hex.port_a2, damExh.port_b) annotation (Line(points={{10,4},{60,4},{60,-30}}, color={0,127,255})); connect(VExh_flow.V_flow, effCal.VExh_flow) annotation (Line(points={{-49,-11.2},{-49,60},{-120,60},{-120,14},{-102,14}}, - color={0,0,127})); + color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), @@ -268,7 +268,7 @@ equation textString="%name")}), Diagram( coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,140}})), - Documentation(info=" +Documentation(info="

                                                  Model of a generic, sensible, and latent air-to-air heat recovery wheel, that consists of a heat exchanger and supply/exhaust airflow bypass dampers. @@ -288,7 +288,7 @@ through the heat exchanger.

                                                  • September 29, 2023, by Sen Huang:
                                                    -First implementation
                                                    +First implementation.
                                                  ")); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index 56fc27aae5b..214707fc100 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -112,41 +112,41 @@ equation annotation (Line(points={{42,-6},{26,-6}}, color={0,127,255})); connect(hex.port_a1, senSupFlow.port_b) annotation (Line(points={{6,6},{-2,6}, - {-2,100},{-28,100}}, color={0,127,255})); + {-2,100},{-28,100}}, color={0,127,255})); connect(hex.port_b1, port_b1) annotation (Line(points={{26,6},{64,6},{64,100}, - {100,100}}, color={0,127,255})); + {100,100}}, color={0,127,255})); connect(hex.port_b2, port_b2) annotation (Line(points={{6,-6},{-62,-6},{-62,-60}, - {-100,-60}}, color={0,127,255})); + {-100,-60}}, color={0,127,255})); connect(PEle.y, P) annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); connect(senExhFlow.port_a, port_a2) annotation (Line(points={{56,-6},{64,-6},{ - 64,-60},{100,-60}}, color={0,127,255})); + 64,-60},{100,-60}}, color={0,127,255})); connect(senSupFlow.port_a, port_a1) annotation (Line(points={{-42,100},{-72,100}, - {-72,100},{-100,100}}, color={0,127,255})); + {-72,100},{-100,100}}, color={0,127,255})); connect(effCal.epsSen, hex.epsSen) annotation (Line(points={{-19,54},{-6,54},{-6,4},{4,4}}, color={0,0,127})); connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-19,46},{-12,46}, - {-12,-4},{4,-4}}, color={0,0,127})); + {-12,-4},{4,-4}}, color={0,0,127})); connect(effCal.wheSpe, wheSpe) annotation (Line(points={{-42,50},{-94,50},{-94, - 0},{-120,0}}, color={0,0,127})); + 0},{-120,0}}, color={0,0,127})); connect(senSupFlow.V_flow, effCal.VSup_flow) annotation (Line(points={{-35,108.8}, - {-35,120},{-80,120},{-80,58},{-42,58}}, color={0,0,127})); + {-35,120},{-80,120},{-80,58},{-42,58}}, color={0,0,127})); connect(senExhFlow.V_flow, effCal.VExh_flow) annotation (Line(points={{49,2.8}, - {49,80},{-74,80},{-74,54},{-42,54}}, color={0,0,127})); + {49,80},{-74,80},{-74,54},{-42,54}}, color={0,0,127})); connect(TSup.y, effCal.TSup) annotation (Line(points={{-69,38},{-60,38},{-60,46}, - {-42,46}}, color={0,0,127})); + {-42,46}}, color={0,0,127})); connect(TExh.y, effCal.TExh) annotation (Line(points={{-69,20},{-52,20},{-52,42}, - {-42,42}}, color={0,0,127})); + {-42,42}}, color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100, @@ -201,7 +201,7 @@ equation textString="%name")}), Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,140}})), - Documentation(info=" +Documentation(info="

                                                  Model of a generic, sensible, and latent air-to-air heat recovery wheel with a variable speed drive.

                                                  @@ -219,7 +219,7 @@ The operation of the heat recovery wheel is adjustable by modulating the wheel s
                                                  • September 29, 2023, by Sen Huang:
                                                    -First implementation
                                                    +First implementation.
                                                  ")); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo index 801d1ef3dc2..a84b28316ce 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo @@ -1,7 +1,6 @@ within Buildings.Fluid.HeatExchangers; package AirToAirHeatRecovery "Package with air-to-air heat recovery devices" extends Modelica.Icons.VariantsPackage; - annotation (Documentation(info="

                                                  This package contains component models for air-to-air energy recovery devices. From 28288e8a8ebd370541aefb8a062b92ab8494d7cc Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 15 Nov 2023 16:42:17 -0500 Subject: [PATCH 105/196] fix model doc --- .../AirToAirHeatRecovery/BaseClasses/Effectiveness.mo | 11 ++++++----- .../BaseClasses/Validation/Effectiveness.mo | 3 ++- .../AirToAirHeatRecovery/WheelWithBypassDamper.mo | 3 ++- .../AirToAirHeatRecovery/WheelWithVariableSpeed.mo | 5 +++-- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo index 382c3659ae2..81da489b7d0 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo @@ -109,7 +109,7 @@ It first calculates the average volumetric air flow rate through the heat exchan

                                                  where VSup_flow is the flow rate of the supply air stream, VExh_flow is the flow rate of the exhaust air stream, -VSup_flow_nominal is the nominal flow rate of the supply air stream and +VSup_flow_nominal is the nominal flow rate of the supply air stream, and rat is the flow ratio.

                                                  @@ -133,13 +133,14 @@ Depending on the cooling or heating mode, their values are different. In this model, if the supply air temperature is larger than the exhaust air temperature, the exchanger is considered to operate under the cooling mode; -Otherwise, it is considered to operate under a heating mode. +Otherwise, it operates under a heating mode.

                                                  Note: -The rat should be between 0.5 and 1.3 to ensure reasonable extrapolation. -Likewise, an unbalanced air flow ratio greater than 2, i.e., VSup_flow/VExh_flow > 2 -or VSup_flow/VExh_flow < 0.5, is not recommended. +The value of the rat is suggested to be between 0.5 and 1.3, +to ensure reasonable extrapolation. +Likewise, an unbalanced air flow ratio less than 2, i.e., VSup_flow/VExh_flow > 0.5 +and VSup_flow/VExh_flow < 2, is recommended.

                                                  References

                                                  U.S. Department of Energy 2016. diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo index a9e8b93bb05..e19ab938890 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo @@ -10,7 +10,8 @@ model Effectiveness epsLatHea_nominal=0.6, epsSenHea_ParLoa=0.6, epsLatHea_ParLoa=0.5, - VSup_flow_nominal=1) "Effectiveness calculator" + VSup_flow_nominal=1) + "Effectiveness calculator" annotation (Placement(transformation(extent={{-12,-10},{8,10}}))); Modelica.Blocks.Sources.Ramp whSpe( height=0.7, diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 0ccb2465c7c..2a4c78a9181 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -48,7 +48,8 @@ model WheelWithBypassDamper final m2_flow_nominal=m2_flow_nominal, final show_T=true, final dp1_nominal=0, - final dp2_nominal=0) "Heat exchanger" + final dp2_nominal=0) + "Heat exchanger" annotation (Placement(transformation(extent={{-10,0},{10,20}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness effCal( diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index 214707fc100..cae8797f53a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -34,7 +34,7 @@ model WheelWithVariableSpeed parameter Modelica.Units.SI.Efficiency epsLatHea_ParLoa(final max=1) = 0.75 "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; Modelica.Blocks.Interfaces.RealInput wheSpe(final unit="1") - "wheel speed ratio" + "Wheel speed ratio" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); Modelica.Blocks.Interfaces.RealOutput P "Electric power consumed by the wheel" @@ -47,7 +47,8 @@ model WheelWithVariableSpeed final m2_flow_nominal=m2_flow_nominal, final show_T=true, final dp1_nominal=dp1_nominal, - final dp2_nominal=dp2_nominal) "Heat exchanger" + final dp2_nominal=dp2_nominal) + "Heat exchanger" annotation (Placement(transformation(extent={{6,-10},{26,10}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness effCal( From 9043c75b3dcf6113c1fc739a62cba0597b3bc0e3 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 15 Nov 2023 17:33:47 -0500 Subject: [PATCH 106/196] typo fix --- .../AirToAirHeatRecovery/BaseClasses/Effectiveness.mo | 4 ++-- .../AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo index 81da489b7d0..2fe67e5c8b6 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo @@ -62,7 +62,7 @@ protected "The nominal latent heat exchanger effectiveness used for calculation"; equation - // check if the air flow is too unbalanced. + // check if the air flows are too unbalanced. assert(VSup_flow - 2*VExh_flow < 0 or VExh_flow - 2*VSup_flow < 0, "Unbalanced air flow ratio", level=AssertionLevel.warning); @@ -133,7 +133,7 @@ Depending on the cooling or heating mode, their values are different. In this model, if the supply air temperature is larger than the exhaust air temperature, the exchanger is considered to operate under the cooling mode; -Otherwise, it operates under a heating mode. +Otherwise, it operates under the heating mode.

                                                  Note: diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index 51b9a9276d5..3a3dbb30046 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -112,7 +112,7 @@ On the other hand, the temperature of the exhaust air is constant;

                                                • -The wheel spead ratio, wheSpe, changes from 0.7 to 1 +The wheel speed ratio, wheSpe, changes from 0.7 to 1 during the period from 200s to 360s;
                                                From 0b4a86dd62500a68f902de0c5a147f148acaf663 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Tue, 28 Nov 2023 09:46:29 -0500 Subject: [PATCH 107/196] update model doc --- .../BaseClasses/Effectiveness.mo | 36 ++++++++--------- .../BaseClasses/Validation/Effectiveness.mo | 24 ++++++++--- .../HeatExchangerWithInputEffectiveness.mo | 28 +++++++++---- .../Examples/WheelWithBypassDamper.mo | 35 ++++++++++++---- .../Examples/WheelWithVariableSpeed.mo | 40 ++++++++++++++----- .../WheelWithBypassDamper.mo | 24 +++++------ .../WheelWithVariableSpeed.mo | 24 +++++------ 7 files changed, 139 insertions(+), 72 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo index 2fe67e5c8b6..a958b2c7a80 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo @@ -6,18 +6,18 @@ model Effectiveness "Nominal sensible heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsSenCoo_ParLoa(final max=1) = 0.75 - "Partial load (75%) sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsLatCoo_ParLoa(final max=1) = 0.75 - "Partial load (75%) latent heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsSenCooPL(final max=1) = 0.75 + "Part load (75%) sensible heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsLatCooPL(final max=1) = 0.75 + "Part load (75%) latent heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsSenHea_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.Efficiency epsLatHea_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsSenHea_ParLoa(final max=1) = 0.75 - "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsLatHea_ParLoa(final max=1) = 0.75 - "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsSenHeaPL(final max=1) = 0.75 + "Part load (75%) sensible heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsLatHeaPL(final max=1) = 0.75 + "Part load (75%) latent heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal(final min = 100*Modelica.Constants.eps) "Nominal supply air flow rate"; @@ -52,14 +52,14 @@ model Effectiveness protected Real rat "Ratio of the average operating volumetric air flow rate to the nominal supply air flow rate"; - Real epsSen_ParLoa - "The partial load (75%) sensible heat exchanger effectiveness used for calculation"; + Real epsSenPL + "Part load (75%) sensible heat exchanger effectiveness used for calculation"; Real epsSen_nominal - "The nominal sensible heat exchanger effectiveness used for calculation"; - Real epsLat_ParLoa - "The partial load (75%) latent heat exchanger effectiveness used for calculation"; + "Nominal sensible heat exchanger effectiveness used for calculation"; + Real epsLatPL + "Part load (75%) latent heat exchanger effectiveness used for calculation"; Real epsLat_nominal - "The nominal latent heat exchanger effectiveness used for calculation"; + "Nominal latent heat exchanger effectiveness used for calculation"; equation // check if the air flows are too unbalanced. @@ -73,14 +73,14 @@ equation "Operating flow rate outside the full accuracy range", level=AssertionLevel.warning); // switch between cooling and heating modes based on the difference between the supply air temperature and the exhaust air temperature. - epsSen_ParLoa = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsSenCoo_ParLoa, epsSenHea_ParLoa, 1e-5); + epsSenPL = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsSenCooPL, epsSenHeaPL, 1e-5); epsSen_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsSenCoo_nominal, epsSenHea_nominal, 1e-5); - epsLat_ParLoa = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsLatCoo_ParLoa, epsLatHea_ParLoa, 1e-5); + epsLatPL = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsLatCooPL, epsLatHeaPL, 1e-5); epsLat_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsLatCoo_nominal, epsLatHea_nominal, 1e-5); // calculate effectiveness. - epsSen =wheSpe*(epsSen_ParLoa + (epsSen_nominal - epsSen_ParLoa)*(rat - + epsSen =wheSpe*(epsSenPL + (epsSen_nominal - epsSenPL)*(rat - 0.75)/0.25); - epsLat =wheSpe*(epsLat_ParLoa + (epsLat_nominal - epsLat_ParLoa)*(rat - + epsLat =wheSpe*(epsLatPL + (epsLat_nominal - epsLatPL)*(rat - 0.75)/0.25); assert(epsSen > 0 and epsSen < 1, "Insensed value for the sensible heat exchanger effectiveness", diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo index e19ab938890..50b58f987e1 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo @@ -5,11 +5,11 @@ model Effectiveness Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness epsCal( epsLatCoo_nominal=0.6, - epsLatCoo_ParLoa=0.7, + epsLatCooPL=0.7, epsSenHea_nominal=0.7, epsLatHea_nominal=0.6, - epsSenHea_ParLoa=0.6, - epsLatHea_ParLoa=0.5, + epsSenHeaPL=0.6, + epsLatHeaPL=0.5, VSup_flow_nominal=1) "Effectiveness calculator" annotation (Placement(transformation(extent={{-12,-10},{8,10}}))); @@ -87,8 +87,8 @@ After that, TSup is less than TExh, leading to a heating mode;
                                              • The supply air flow rate, VSup, and the exhaust air flow rate, VExh, change from 0.6 to 1 and 0.8 to 1 -during the period from 0s to 60s, respectively; -They then stay constant. +during the period from 0s to 60s, respectively. +They then stay constant;
                                                @@ -98,6 +98,20 @@ The wheel speed ratio, wheSpe, keeps constant during the period from during the period from 60s to 120s.
                                              +

                                              +The expected outputs are: +

                                              +
                                                +
                                              • +The sensible effectiveness, epsSen, increases during the whole simulation period. The latent effectiveness, +epsLat, decreases from 0s to 20s and then increases during the rest of the time; +
                                              • +
                                              +
                                                +
                                              • There are dramatic changes in the effectiveness, epsSen and epsLat, at around 20s due to switching +from the cooling mode to the heating mode. +
                                              • +
                                              ", revisions="
                                              • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index cfefeaa8da0..2e107268dcc 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -3,29 +3,30 @@ model HeatExchangerWithInputEffectiveness "Test model for the heat exchanger with input effectiveness" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air - "Medium of the supply air"; + "Supply air"; package Medium2 = Buildings.Media.Air - "Medium of the exhaust air"; + "Exhaust air"; Buildings.Fluid.Sources.Boundary_pT sin_2( redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325, T=273.15 + 10, nPorts=1) - "Sink that represents the ambient environment" + "Ambient" annotation (Placement(transformation(extent={{-54,-30},{-34,-10}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325 + 100, T=566.3, nPorts=1) - "Source of the exhaust air" + "Exhaust air source" annotation (Placement(transformation(extent={{40,-70},{60,-50}}))); Modelica.Blocks.Sources.Ramp TSup( height=10, duration=60, offset=273.15 + 30, - startTime=120) "Temperature of the supply air" + startTime=120) + "Supply air temperature" annotation (Placement(transformation(extent={{-90,54},{-70,74}}))); Buildings.Fluid.Sources.Boundary_pT sin_1( redeclare package Medium = Medium1, @@ -33,7 +34,7 @@ model HeatExchangerWithInputEffectiveness X={0.012,1 - 0.012}, p(displayUnit="Pa") = 1E5 - 110, nPorts=1) - "Sink of the supply air" + "Supply air sink" annotation (Placement(transformation(extent={{84,2},{64,22}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( redeclare package Medium = Medium1, @@ -42,7 +43,7 @@ model HeatExchangerWithInputEffectiveness use_T_in=true, p(displayUnit="Pa") = 100000, nPorts=1) - "Source of the supply air" + "Supply air source" annotation (Placement(transformation(extent={{-48,50},{-28,70}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.HeatExchangerWithInputEffectiveness hex( @@ -124,6 +125,19 @@ Latent heat exchanger effectiveness, epsLat, changes from 0.7 to < during the period from 60s to 120s.
                                              +

                                              +The expected outputs are: +

                                              +
                                                +
                                              • +The humidity of the supply air and that of the exhaust air leaving the exchanger changes during the period from 60s to 120s; +
                                              • +
                                              +
                                                +
                                              • +The temperature of the supply air and that of the exhaust air leaving the exchanger changes during the period from 120s to 180s. +
                                              • +
                                              ", revisions="
                                              • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index 4ef4e905011..ce139d0d85a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -3,16 +3,16 @@ model WheelWithBypassDamper "Test model for the air-to-air thermal wheel with bypass dampers" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air - "Medium model for the supply air"; + "Supply air"; package Medium2 = Buildings.Media.Air - "Medium model for the exhaust air"; + "Exhaust air"; Buildings.Fluid.Sources.Boundary_pT sin_2( redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325, T=273.15 + 10, use_p_in=false, nPorts=1) - "Sink of the exhaust air" + "Exhaust air sink" annotation (Placement(transformation(extent={{-58,-10}, {-38,10}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( @@ -21,7 +21,8 @@ model WheelWithBypassDamper T(displayUnit="K") = 293.15, use_p_in=false, use_T_in=false, - nPorts=1) "Source of the exhaust air" + nPorts=1) + "Exhaust air Source" annotation (Placement(transformation(extent={{40,-70}, {60,-50}}))); Modelica.Blocks.Sources.Ramp TSup( @@ -38,7 +39,7 @@ model WheelWithBypassDamper use_p_in=false, p(displayUnit="Pa") = 101325 - 100, nPorts=1) - "Sink of the supply air" + "Supply air sink" annotation (Placement(transformation(extent={{84,2},{ 64,22}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( @@ -48,7 +49,7 @@ model WheelWithBypassDamper use_T_in=true, p(displayUnit="Pa") = 101325, nPorts=1) - "Source of the supply air" + "Supply air source" annotation (Placement(transformation(extent={{-60,40}, {-40,60}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithBypassDamper whe( @@ -59,9 +60,9 @@ model WheelWithBypassDamper dp1_nominal(displayUnit="Pa") = 100, dp2_nominal(displayUnit="Pa") = 100, epsLatCoo_nominal=0.7, - epsLatCoo_ParLoa=0.6, + epsLatCooPL=0.6, epsLatHea_nominal=0.7, - epsLatHea_ParLoa=0.6) + epsLatHeaPL=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); Modelica.Blocks.Sources.Ramp bypDamPos( @@ -124,6 +125,24 @@ during the period from 200s to 360s; The supply air flow rate and the exhaust air flow rate are constant.
                                              +

                                              +The expected outputs are: +

                                              +
                                                +
                                              • +The sensible effectiveness, epsSen, and the latent effectiveness, +epsLat, keep relatively constant before 200s. +After 200s, both epsSen and epsLat decrease; +
                                              • +
                                              +
                                                +
                                              • +The temperature of the supply air and that of the exhaust air leaving the exchanger +follows the change of TSup before 200s. +After 200s, the temperature of the supply air leaving the exchanger increases. +The temperature of the exhaust air leaving the exchanger decreases. +
                                              • +
                                              ", revisions="
                                              • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index 3a3dbb30046..871e5e91943 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -3,16 +3,16 @@ model WheelWithVariableSpeed "Test model for the air-to-air thermal wheel with a variable speed drive" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air - "Medium model for the supply air"; + "Supply air"; package Medium2 = Buildings.Media.Air - "Medium model for the exhaust air"; + "Exhaust air"; Buildings.Fluid.Sources.Boundary_pT sin_2( redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325, T(displayUnit="K") = 273.15 + 10, use_p_in=false, nPorts=1) - "Sink of the exhaust air" + "Exhaust air sink" annotation (Placement(transformation(extent={{-58,-10},{-38,10}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, @@ -20,7 +20,8 @@ model WheelWithVariableSpeed T(displayUnit="K") = 293.15, use_p_in=false, use_T_in=false, - nPorts=1) "Source of the exhaust air" + nPorts=1) + "Exhaust air source" annotation (Placement(transformation(extent={{40,-70}, {60,-50}}))); Modelica.Blocks.Sources.Ramp TSup( @@ -37,7 +38,7 @@ model WheelWithVariableSpeed use_p_in=false, p(displayUnit="Pa") = 101325 - 100, nPorts=1) - "Sink of the supply air" + "Supply air sink" annotation (Placement(transformation(extent={{84,2},{ 64,22}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( @@ -47,7 +48,7 @@ model WheelWithVariableSpeed use_T_in=true, p(displayUnit="Pa") = 101325, nPorts=1) - "Source of the supply air" + "Supply air source" annotation (Placement(transformation(extent={{-60,40}, {-40,60}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithVariableSpeed @@ -59,11 +60,12 @@ model WheelWithVariableSpeed dp1_nominal=100, dp2_nominal=100, epsLatCoo_nominal=0.7, - epsLatCoo_ParLoa=0.6, + epsLatCooPL=0.6, epsLatHea_nominal=0.7, - epsLatHea_ParLoa=0.6) "Wheel" + epsLatHeaPL=0.6) + "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); - Modelica.Blocks.Sources.Ramp WheSpe( + Modelica.Blocks.Sources.Ramp wheSpe( height=0.3, duration=160, offset=0.7, @@ -89,7 +91,7 @@ equation annotation (Line( points={{6,5.55112e-16},{-18,5.55112e-16},{-18,0},{-38,0}}, color={0,127,255})); - connect(WheSpe.y, whe.wheSpe) annotation (Line(points={{-59,-30},{-28,-30},{-28, + connect(wheSpe.y, whe.wheSpe) annotation (Line(points={{-59,-30},{-28,-30},{-28, 6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos" @@ -121,6 +123,24 @@ during the period from 200s to 360s; The supply air flow rate and the exhaust air flow rate are constant.
                                              +

                                              +The expected outputs are: +

                                              +
                                                +
                                              • +The sensible effectiveness, epsSen, and the latent effectiveness, +epsLat, keep relatively constant before 200s. +After 200s, both epsSen and epsLat increase; +
                                              • +
                                              +
                                                +
                                              • +The temperature of the supply air and that of the exhaust air leaving the exchanger +follows the change of TSup before 200s. +After 200s, the temperature of the supply air leaving the exchanger decreases. +The temperature of the exhaust air leaving the exchanger increases. +
                                              • +
                                              ", revisions="
                                              • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 2a4c78a9181..1d8da672083 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -21,18 +21,18 @@ model WheelWithBypassDamper "Nominal sensible heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsSenCoo_ParLoa(final max=1) = 0.75 - "Partial load (75%) sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsLatCoo_ParLoa(final max=1) = 0.75 - "Partial load (75%) latent heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsSenCooPL(final max=1) = 0.75 + "Part load (75%) sensible heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsLatCooPL(final max=1) = 0.75 + "Part load (75%) latent heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsSenHea_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.Efficiency epsLatHea_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsSenHea_ParLoa(final max=1) = 0.75 - "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsLatHea_ParLoa(final max=1) = 0.75 - "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsSenHeaPL(final max=1) = 0.75 + "Part load (75%) sensible heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsLatHeaPL(final max=1) = 0.75 + "Part load (75%) latent heat exchanger effectiveness at the heating mode"; Modelica.Blocks.Interfaces.RealInput bypDamPos(final unit="1") "Bypass damper position" annotation (Placement(transformation(extent={{-220,100},{-180,140}}), @@ -55,12 +55,12 @@ model WheelWithBypassDamper effCal( final epsSenCoo_nominal=epsSenCoo_nominal, final epsLatCoo_nominal=epsLatCoo_nominal, - final epsSenCoo_ParLoa=epsSenCoo_ParLoa, - final epsLatCoo_ParLoa=epsLatCoo_ParLoa, + final epsSenCooPL=epsSenCooPL, + final epsLatCooPL=epsLatCooPL, final epsSenHea_nominal=epsSenHea_nominal, final epsLatHea_nominal=epsLatHea_nominal, - final epsSenHea_ParLoa=epsSenHea_ParLoa, - final epsLatHea_ParLoa=epsLatHea_ParLoa, + final epsSenHeaPL=epsSenHeaPL, + final epsLatHeaPL=epsLatHeaPL, final VSup_flow_nominal=m1_flow_nominal/1.293) "Calculates the effectiveness of heat exchange" annotation (Placement(transformation(extent={{-100,0},{-80,20}}))); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index cae8797f53a..b5c116b845e 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -21,18 +21,18 @@ model WheelWithVariableSpeed "Nominal sensible heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsSenCoo_ParLoa(final max=1) = 0.75 - "Partial load (75%) sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsLatCoo_ParLoa(final max=1) = 0.75 - "Partial load (75%) latent heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsSenCooPL(final max=1) = 0.75 + "Part load (75%) sensible heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsLatCooPL(final max=1) = 0.75 + "Part load (75%) latent heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsSenHea_nominal(final max=1) = 0.8 "Nominal sensible heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.Efficiency epsLatHea_nominal(final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsSenHea_ParLoa(final max=1) = 0.75 - "Partial load (75%) sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsLatHea_ParLoa(final max=1) = 0.75 - "Partial load (75%) latent heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsSenHeaPL(final max=1) = 0.75 + "Part load (75%) sensible heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsLatHeaPL(final max=1) = 0.75 + "Part load (75%) latent heat exchanger effectiveness at the heating mode"; Modelica.Blocks.Interfaces.RealInput wheSpe(final unit="1") "Wheel speed ratio" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); @@ -54,12 +54,12 @@ model WheelWithVariableSpeed effCal( final epsSenCoo_nominal=epsSenCoo_nominal, final epsLatCoo_nominal=epsLatCoo_nominal, - final epsSenCoo_ParLoa=epsSenCoo_ParLoa, - final epsLatCoo_ParLoa=epsLatCoo_ParLoa, + final epsSenCooPL=epsSenCooPL, + final epsLatCooPL=epsLatCooPL, final epsSenHea_nominal=epsSenHea_nominal, final epsLatHea_nominal=epsLatHea_nominal, - final epsSenHea_ParLoa=epsSenHea_ParLoa, - final epsLatHea_ParLoa=epsLatHea_ParLoa, + final epsSenHeaPL=epsSenHeaPL, + final epsLatHeaPL=epsLatHeaPL, final VSup_flow_nominal=m1_flow_nominal/1.293) "Calculates the effectiveness of heat exchange" annotation (Placement(transformation(extent={{-40,40},{-20,60}}))); From ec1e7c69c31bddcdfbc027b43ead8273103f2ea2 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 29 Nov 2023 09:39:37 -0500 Subject: [PATCH 108/196] model doc update --- .../BaseClasses/Effectiveness.mo | 28 ++++---- .../HeatExchangerWithInputEffectiveness.mo | 8 ++- .../BaseClasses/Validation/package.mo | 1 + .../BaseClasses/package.mo | 2 +- .../Examples/WheelWithBypassDamper.mo | 6 +- .../Examples/WheelWithVariableSpeed.mo | 4 -- .../AirToAirHeatRecovery/Examples/package.mo | 1 + .../WheelWithBypassDamper.mo | 72 +++++++++---------- .../WheelWithVariableSpeed.mo | 41 +++++------ .../AirToAirHeatRecovery/package.mo | 3 +- 10 files changed, 82 insertions(+), 84 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo index a958b2c7a80..e5cd9e46e0c 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo @@ -34,10 +34,10 @@ model Effectiveness "Exhaust air temperature " annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); Modelica.Blocks.Interfaces.RealInput VSup_flow(final unit="m3/s") - "Volumetric flow rate of the supply air" + "Supply air volumetric flow rate" annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); Modelica.Blocks.Interfaces.RealInput VExh_flow( final unit="m3/s") - "Volumetric flow rate of the exhaust air" + "Exhaust air volumetric flow rate" annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); Modelica.Blocks.Interfaces.RealInput wheSpe(final unit="1") "Wheel speed ratio" @@ -97,38 +97,38 @@ equation Documentation(info="

                                                This block calculates the sensible and latent effectiveness of the heat exchanger -for heating and cooling conditions at different air flow rates of the supply -air stream and the exhaust air stream. +for heating and cooling conditions at different flow rates of the supply +air and the exhaust air.

                                                -It first calculates the average volumetric air flow rate through the heat exchanger by: +It first calculates the average volumetric flow rate through the heat exchanger by:

                                                   rat = (VSup_flow + VExh_flow)/(2*VSup_flow_nominal),
                                                 

                                                -where VSup_flow is the flow rate of the supply air stream, -VExh_flow is the flow rate of the exhaust air stream, -VSup_flow_nominal is the nominal flow rate of the supply air stream, and +where VSup_flow is the flow rate of the supply air, +VExh_flow is the flow rate of the exhaust air, +VSup_flow_nominal is the nominal flow rate of the supply air, and rat is the flow ratio.

                                                It then calculates the sensible and latent effectiveness by:

                                                -  epsSen = wheSpe * (epsSen_ParLoa + (epsSen_nominal - epsSen_ParLoa) * (rat - 0.75)/0.25),
                                                -  epsLat = wheSpe * (epsLat_ParLoa + (epsLat_nominal - epsLat_ParLoa) * (rat - 0.75)/0.25),
                                                +  epsSen = wheSpe * (epsSenPL + (epsSen_nominal - epsSenPL) * (rat - 0.75)/0.25),
                                                +  epsLat = wheSpe * (epsLatPL + (epsLat_nominal - epsLatPL) * (rat - 0.75)/0.25),
                                                 
                                                where epsSen and epsLat are the effectiveness for the sensible and latent heat transfer, respectively. -epsSen_nominal and epsSen_ParLoa are the effectiveness +epsSen_nominal and epsSenPL are the effectiveness for the sensible heat transfer when rat is 1 and 0.75, respectively. -epsLat_nominal and epsLat_ParLoa are the effectiveness +epsLat_nominal and epsLatPL are the effectiveness for the latent heat transfer when vRat is 1 and 0.75, respectively. wheSpe is the speed of a rotary wheel.

                                                -epsSen_nominal, epsSen_ParLoa, epsLat_nominal, and -epsLat_ParLoa are parameters. +epsSen_nominal, epsSenPL, epsLat_nominal, and +epsLatPL are parameters. Depending on the cooling or heating mode, their values are different. In this model, if the supply air temperature is larger than the exhaust air temperature, the exchanger is considered to operate under diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index 2e107268dcc..e25f3f5f37a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -121,7 +121,7 @@ during the period from 120s to 180s;

                                              • -Latent heat exchanger effectiveness, epsLat, changes from 0.7 to 0.8 +Latent heat exchanger effectiveness, epsLat, changes from 0.7 to 0.8 during the period from 60s to 120s.
                                              @@ -130,12 +130,14 @@ The expected outputs are:

                                              • -The humidity of the supply air and that of the exhaust air leaving the exchanger changes during the period from 60s to 120s; +The humidity of the supply air and that of the exhaust air leaving the exchanger changes +during the period from 60s to 120s;
                                              • -The temperature of the supply air and that of the exhaust air leaving the exchanger changes during the period from 120s to 180s. +The temperature of the supply air and that of the exhaust air leaving the exchanger changes +during the period from 120s to 180s.
                                              ", revisions=" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo index cffdf5df9a1..ad647eedca4 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/package.mo @@ -1,6 +1,7 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses; package Validation "Collection of models that validate the module in the base classes" extends Modelica.Icons.ExamplesPackage; + annotation (Documentation(info="

                                              This package contains validation models for the classes in diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo index 6016837de96..c8dc83a7e23 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/package.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; -package BaseClasses "Package with base classes for Air-to-Air heat recovery devices" +package BaseClasses "Package with base classes for air-to-air heat recovery devices" extends Modelica.Icons.BasesPackage; annotation (Documentation(info=" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index ce139d0d85a..809cee61142 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -10,7 +10,6 @@ model WheelWithBypassDamper redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325, T=273.15 + 10, - use_p_in=false, nPorts=1) "Exhaust air sink" annotation (Placement(transformation(extent={{-58,-10}, @@ -19,10 +18,8 @@ model WheelWithBypassDamper redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325 + 100, T(displayUnit="K") = 293.15, - use_p_in=false, - use_T_in=false, nPorts=1) - "Exhaust air Source" + "Exhaust air source" annotation (Placement(transformation(extent={{40,-70}, {60,-50}}))); Modelica.Blocks.Sources.Ramp TSup( @@ -36,7 +33,6 @@ model WheelWithBypassDamper redeclare package Medium = Medium1, T=273.15 + 30, X={0.012,1 - 0.012}, - use_p_in=false, p(displayUnit="Pa") = 101325 - 100, nPorts=1) "Supply air sink" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index 871e5e91943..deadcd5f38d 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -10,7 +10,6 @@ model WheelWithVariableSpeed redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325, T(displayUnit="K") = 273.15 + 10, - use_p_in=false, nPorts=1) "Exhaust air sink" annotation (Placement(transformation(extent={{-58,-10},{-38,10}}))); @@ -18,8 +17,6 @@ model WheelWithVariableSpeed redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325 + 100, T(displayUnit="K") = 293.15, - use_p_in=false, - use_T_in=false, nPorts=1) "Exhaust air source" annotation (Placement(transformation(extent={{40,-70}, @@ -35,7 +32,6 @@ model WheelWithVariableSpeed redeclare package Medium = Medium1, T=273.15 + 30, X={0.012,1 - 0.012}, - use_p_in=false, p(displayUnit="Pa") = 101325 - 100, nPorts=1) "Supply air sink" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo index 0073c3efeda..a6596ca8803 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/package.mo @@ -1,6 +1,7 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery; package Examples "Collection of models that illustrate model use and test models" extends Modelica.Icons.ExamplesPackage; + annotation (Documentation(info="

                                              This package contains examples for the use of models that can be found in diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 1d8da672083..00902616c40 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -3,18 +3,18 @@ model WheelWithBypassDamper "Sensible and latent air-to-air heat recovery wheel with bypass dampers" replaceable package Medium1 = Modelica.Media.Interfaces.PartialCondensingGases - "Medium of the supply air stream"; + "Supply air"; replaceable package Medium2 = Modelica.Media.Interfaces.PartialCondensingGases - "Medium of the exhaust air stream"; + "Exhaust air"; parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal - "Air flow rate of the supply air stream"; + "Nominal supply air mass flow rate"; parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal - "Air flow rate of the exhaust air stream"; + "Nominal exhaust air mass flow rate"; parameter Modelica.Units.SI.PressureDifference dp1_nominal = 125 - "Nominal pressure drop of the supply air stream"; + "Nominal supply air pressure drop"; parameter Modelica.Units.SI.PressureDifference dp2_nominal = 125 - "Nominal pressure drop of the exhaust air stream"; + "Nominal exhaust air pressure drop"; parameter Real P_nominal(final unit="W") = 100 "Power at the design condition"; parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(final max=1) = 0.8 @@ -66,23 +66,23 @@ model WheelWithBypassDamper annotation (Placement(transformation(extent={{-100,0},{-80,20}}))); Buildings.Fluid.Sensors.VolumeFlowRate VExh_flow( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal) - "Flow sensor in the exhaust air stream" + "Exhaust air volume flow rate sensor" annotation (Placement(transformation(extent={{-42,-28},{-56,-12}}))); Buildings.Fluid.Sensors.VolumeFlowRate VSup_flow( redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal) - "Flow sensor in the supply air stream" + "Supply air volume flow rate sensor" annotation (Placement(transformation(extent={{-78,28},{-64,44}}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal, final dpDamper_nominal=dp1_nominal) - "Bypass damper in the supply air stream" + "Supply air bypass damper" annotation (Placement(transformation(extent={{-38,70},{-18,90}}))); Buildings.Fluid.Actuators.Dampers.Exponential damSup( redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal, final dpDamper_nominal=dp1_nominal) - "Damper in the supply air stream" + "Supply air damper" annotation (Placement(transformation( extent={{-10,-10},{10,10}}, rotation=0, @@ -91,7 +91,7 @@ model WheelWithBypassDamper redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal, final dpDamper_nominal=dp2_nominal) - "Damper in the exhaust air stream" + "Exhaust air damper" annotation (Placement(transformation( extent={{10,10},{-10,-10}}, rotation=-90, @@ -100,7 +100,7 @@ model WheelWithBypassDamper redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal, final dpDamper_nominal=dp2_nominal) - "Bypass damper in the exhaust air stream" + "Exhaust air bypass damper" annotation (Placement(transformation(extent={{-20,-70},{-40,-50}}))); Modelica.Blocks.Sources.RealExpression TSup( final y=Medium1.temperature( @@ -108,7 +108,7 @@ model WheelWithBypassDamper p=port_a1.p, h=inStream(port_a1.h_outflow), X=inStream(port_a1.Xi_outflow)))) - "Temperature of the supply air" + "Supply air temperature" annotation (Placement(transformation(extent={{-160,-30},{-140,-10}}))); Modelica.Blocks.Sources.RealExpression TExh( final y=Medium2.temperature( @@ -116,35 +116,35 @@ model WheelWithBypassDamper p=port_a2.p, h=inStream(port_a2.h_outflow), X=inStream(port_a2.Xi_outflow)))) - "Temperature of the exhaust air" + "Exhaust air temperature" annotation (Placement(transformation(extent={{-160,-50},{-140,-30}}))); Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal) - "Calculates the electric power consumption" + "Calculate the electric power consumption" annotation (Placement(transformation(extent={{70,-10},{90,10}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a1( redeclare final package Medium = Medium1) - "Fluid connector a1 of the supply air" + "Fluid connector a1 of the supply air (positive design flow direction is from port_a1 to port_b1)" annotation (Placement(transformation(extent={{-190,70},{-170,90}}), iconTransformation(extent={{-110,50},{-90,70}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b2( redeclare final package Medium = Medium2) - "Fluid connector b2 of the supply air" + "Fluid connector b2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{-170,-70},{-190,-50}}), iconTransformation(extent={{-90,-70},{-110,-50}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b1( redeclare final package Medium = Medium1) - "Fluid connector b1 of the exhaust air" + "Fluid connector b1 of the supply air (positive design flow direction is from port_a1 to port_b1)" annotation (Placement(transformation(extent={{110,70},{90,90}}), iconTransformation(extent={{110,50},{90,70}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a2( redeclare final package Medium = Medium2) - "Fluid connector a2 of the exhaust air" + "Fluid connector a2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); Modelica.Blocks.Sources.Constant uni(final k=1) "Unity signal" annotation (Placement(transformation(extent={{-154,32},{-140,46}}))); - Modelica.Blocks.Math.Add sub(final k1=-1, final k2=+1) - "Subtracter" + Buildings.Controls.OBC.CDL.Reals.Subtract sub + "Difference of the two inputs" annotation (Placement(transformation(extent={{-120,94},{-106,108}}))); equation connect(bypDamSup.port_a, port_a1) @@ -160,18 +160,15 @@ equation connect(damExh.port_a, port_a2) annotation (Line(points={{60,-50},{60,-60},{100,-60}}, color={0,127,255})); connect(sub.y, damSup.y) - annotation (Line(points={{-105.3,101},{20,101},{20,60},{-32,60},{-32,48}}, color={0,0,127})); + annotation (Line(points={{-104.6,101},{20,101},{20,60},{-32,60},{-32,48}}, color={0,0,127})); connect(damExh.y,sub. y) - annotation (Line(points={{48,-40},{20,-40},{20,101},{-105.3,101}}, color={0,0,127})); + annotation (Line(points={{48,-40},{20,-40},{20,101},{-104.6,101}}, color={0,0,127})); connect(effCal.epsSen, hex.epsSen) annotation (Line(points={{-79,14},{-12,14}}, color={0,0,127})); connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-79,6},{-12,6}}, color={0,0,127})); connect(bypDamSup.y, bypDamPos) annotation (Line(points={{-28,92},{-28,120},{-200,120}}, color={0,0,127})); - connect(sub.u2, uni.y) - annotation (Line(points={{-121.4,96.8},{-132,96.8},{-132, - 39},{-139.3,39}}, color={0,0,127})); connect(effCal.wheSpe, uni.y) annotation (Line(points={{-102,10},{-124,10},{-124,39},{-139.3,39}}, color={0,0,127})); @@ -187,9 +184,6 @@ equation connect(bypDamExh.y, bypDamPos) annotation (Line(points={{-30,-48},{-30,-30},{40,-30},{40,120},{-200,120}}, color={0,0,127})); - connect(sub.u1, bypDamPos) - annotation (Line(points={{-121.4,105.2},{-132,105.2}, - {-132,120},{-200,120}}, color={0,0,127})); connect(VSup_flow.V_flow, effCal.VSup_flow) annotation (Line(points={{-71,44.8},{-71,50},{-112,50},{-112,18},{-102,18}}, color={0,0,127})); @@ -212,6 +206,12 @@ equation connect(VExh_flow.V_flow, effCal.VExh_flow) annotation (Line(points={{-49,-11.2},{-49,60},{-120,60},{-120,14},{-102,14}}, color={0,0,127})); + connect(sub.u2, bypDamPos) + annotation (Line(points={{-121.4,96.8},{-140,96.8}, + {-140,120},{-200,120}}, color={0,0,127})); + connect(sub.u1, uni.y) + annotation (Line(points={{-121.4,105.2},{-130,105.2},{-130,39},{-139.3,39}}, + color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), @@ -271,20 +271,20 @@ equation coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,140}})), Documentation(info="

                                              -Model of a generic, sensible, and latent air-to-air heat recovery wheel, that consists of -a heat exchanger and supply/exhaust airflow bypass dampers. +Model of a generic, sensible and latent air-to-air heat recovery wheel, which consists of +a heat exchanger and two dampers to bypass the supply and exhaust airflow. +

                                              +

                                              +The operation of the heat recovery wheel is adjustable via bypassing supply/exhaust air +through the heat exchanger.

                                              -The input requires no geometric data. Performance is defined by specifying sensible and latent effectiveness +This model does not require geometric data. Performance is defined by specifying sensible and latent effectiveness at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions. For details, refer to Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness.

                                              -

                                              -The operation of the heat recovery wheel is adjustable via bypassing supply/exhaust air -through the heat exchanger. -

                                              ", revisions="
                                              • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index b5c116b845e..d14a7356f2d 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -3,18 +3,18 @@ model WheelWithVariableSpeed "Sensible and latent air-to-air heat recovery wheel with a variable speed drive" replaceable package Medium1 = Modelica.Media.Interfaces.PartialCondensingGases - "Medium of the supply air stream"; + "Supply air"; replaceable package Medium2 = Modelica.Media.Interfaces.PartialCondensingGases - "Medium of the exhaust air stream"; + "Exhaust air"; parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal - "Air flow rate of the supply air stream"; + "Nominal supply air mass flow rate"; parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal - "Air flow rate of the exhaust air stream"; + "Nominal exhaust air mass flow rate"; parameter Modelica.Units.SI.PressureDifference dp1_nominal = 125 - "Nominal pressure drop of the supply air stream"; + "Nominal supply air pressure drop"; parameter Modelica.Units.SI.PressureDifference dp2_nominal = 125 - "Nominal pressure drop of the exhaust air stream"; + "Nominal exhaust air pressure drop"; parameter Real P_nominal(final unit="W") = 100 "Power at design condition"; parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(final max=1) = 0.8 @@ -61,52 +61,52 @@ model WheelWithVariableSpeed final epsSenHeaPL=epsSenHeaPL, final epsLatHeaPL=epsLatHeaPL, final VSup_flow_nominal=m1_flow_nominal/1.293) - "Calculates the effectiveness of heat exchange" + "Calculate the effectiveness of heat exchange" annotation (Placement(transformation(extent={{-40,40},{-20,60}}))); Buildings.Fluid.Sensors.VolumeFlowRate senExhFlow( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal) - "Flow sensor in the exhaust air stream" + "Exhaust air volume flow rate sensor" annotation (Placement(transformation(extent={{56,-14},{42,2}}))); Buildings.Fluid.Sensors.VolumeFlowRate senSupFlow( redeclare package Medium =Medium1, final m_flow_nominal=m1_flow_nominal) - "Flow sensor in the supply air stream" + "Supply air volume flow rate sensor" annotation (Placement(transformation(extent={{-42,92},{-28,108}}))); Modelica.Blocks.Sources.RealExpression TSup(final y=Medium1.temperature( Medium1.setState_phX( p=port_a1.p, h=inStream(port_a1.h_outflow), X=inStream(port_a1.Xi_outflow)))) - "Temperature of the supply air" + "Supply air temperature" annotation (Placement(transformation(extent={{-90,28},{-70,48}}))); Modelica.Blocks.Sources.RealExpression TExh(final y=Medium2.temperature( Medium2.setState_phX( p=port_a2.p, h=inStream(port_a2.h_outflow), X=inStream(port_a2.Xi_outflow)))) - "Temperature of the exhaust air" + "Exhaust air temperature" annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); Modelica.Blocks.Sources.RealExpression PEle(y=P_nominal) "Electric power consumption" annotation (Placement(transformation(extent={{70,-10},{90,10}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a1( redeclare final package Medium = Medium1) - "Fluid connector a1 of the supply air" + "Fluid connector a1 of the supply air (positive design flow direction is from port_a1 to port_b1)" annotation (Placement(transformation(extent={{-110,90},{-90,110}}), iconTransformation(extent={{-110,50},{-90,70}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b2( redeclare final package Medium = Medium2) - "Fluid connector b2 of the exhaust air" + "Fluid connector b2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{-90,-70},{-110,-50}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b1( redeclare final package Medium = Medium1) - "Fluid connector b1 of the supply air" + "Fluid connector b1 of the supply air (positive design flow direction is from port_a1 to port_b1)" annotation (Placement(transformation(extent={{110,90},{90,110}}), iconTransformation(extent={{110,50},{90,70}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a2( redeclare final package Medium = Medium2) - "Fluid connector a2 of the exhaust air" + "Fluid connector a2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); equation connect(senExhFlow.port_b, hex.port_a2) @@ -204,18 +204,19 @@ equation coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,140}})), Documentation(info="

                                                -Model of a generic, sensible, and latent air-to-air heat recovery wheel with a variable speed drive. +Model of a generic, sensible and latent air-to-air heat recovery wheel, which has the +wheel speed as the input to control the heat recovery.

                                                -The input requires no geometric data. Performance is defined by specifying sensible and latent effectiveness +The operation of the heat recovery wheel is adjustable by modulating the wheel speed. +

                                                +

                                                +This model does not require geometric data. Performance is defined by specifying sensible and latent effectiveness at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions. For details, refer to Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness.

                                                -

                                                -The operation of the heat recovery wheel is adjustable by modulating the wheel speed. -

                                                ", revisions="
                                                • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo index a84b28316ce..51f67e1df5b 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo @@ -1,9 +1,10 @@ within Buildings.Fluid.HeatExchangers; package AirToAirHeatRecovery "Package with air-to-air heat recovery devices" extends Modelica.Icons.VariantsPackage; + annotation (Documentation(info="

                                                  -This package contains component models for air-to-air energy recovery devices. +This package contains component models for air-to-air heat recovery devices.

                                                  ")); end AirToAirHeatRecovery; From 481c258098ee3be3e693f3aab39174da169fcd54 Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Mon, 4 Dec 2023 13:18:29 -0800 Subject: [PATCH 109/196] corrected package order, removed redundant digits --- .../Fluid/HeatExchangers/AirToAirHeatRecovery/package.order | 2 +- .../Validation/HeatExchangerWithInputEffectiveness.mos | 2 +- .../AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos | 2 +- .../AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order index 4ac660ffa7a..c9b7c1bc5d3 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.order @@ -1,4 +1,4 @@ WheelWithBypassDamper WheelWithVariableSpeed -BaseClasses Examples +BaseClasses diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos index 52b54753454..7acc1054d98 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos @@ -1,4 +1,4 @@ simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchangerWithInputEffectiveness", stopTime=360, method="CVode", tolerance=1e-6, resultFile="HeatExchangerWithInputEffectiveness"); createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_a1.T", "hex.sta_b2.T"}, range={0.0, 360.0, 25.0, 45.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); -createPlot(id=1, position={28, 18, 1047, 662}, y={"epsSen.y", "epsLat.y"}, range={0.0, 360.0, 0.65, 0.8500000000000001}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={28, 18, 1047, 662}, y={"epsSen.y", "epsLat.y"}, range={0.0, 360.0, 0.65, 0.85}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}); createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_b2.X[1]", "hex.sta_b1.X[1]"}, range={0.0, 360.0, 0.01, 0.012}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, displayUnits={"kg/kg", "kg/kg"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos index 8452596089a..8603362a0d8 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos @@ -2,5 +2,5 @@ simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Whee createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.bypDamPos"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.bypDamPos"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos index a2a3813c497..ea7846eb4db 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos @@ -2,5 +2,5 @@ simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Whee createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.wheSpe"}, range={0.0, 360.0, 0.6000000000000001, 0.9000000000000001}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.wheSpe"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file From f14f28f4ba5b31ef075eb081564c42dcca21f109 Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Mon, 4 Dec 2023 14:33:10 -0800 Subject: [PATCH 110/196] improved documentation and the format --- .../BaseClasses/Effectiveness.mo | 9 +- .../BaseClasses/Validation/Effectiveness.mo | 52 ++++---- .../HeatExchangerWithInputEffectiveness.mo | 56 ++++---- .../Examples/WheelWithBypassDamper.mo | 72 +++++------ .../Examples/WheelWithVariableSpeed.mo | 72 +++++------ .../WheelWithBypassDamper.mo | 122 ++++++++++-------- .../WheelWithVariableSpeed.mo | 95 ++++++++------ 7 files changed, 230 insertions(+), 248 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo index e5cd9e46e0c..076e481f73a 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo @@ -18,7 +18,8 @@ model Effectiveness "Part load (75%) sensible heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.Efficiency epsLatHeaPL(final max=1) = 0.75 "Part load (75%) latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal(final min = 100*Modelica.Constants.eps) + parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal( + final min = 100*Modelica.Constants.eps) "Nominal supply air flow rate"; Modelica.Blocks.Interfaces.RealInput TSup( @@ -97,11 +98,11 @@ equation Documentation(info="

                                                  This block calculates the sensible and latent effectiveness of the heat exchanger -for heating and cooling conditions at different flow rates of the supply +under heating and cooling modes at different flow rates of the supply air and the exhaust air.

                                                  -It first calculates the average volumetric flow rate through the heat exchanger by: +It firstly calculates the average volumetric flow rate through the heat exchanger by:

                                                     rat = (VSup_flow + VExh_flow)/(2*VSup_flow_nominal),
                                                  @@ -130,7 +131,7 @@ for the latent heat transfer when vRat is 1 and 0.75, respectively.
                                                   epsSen_nominal, epsSenPL, epsLat_nominal, and 
                                                   epsLatPL are parameters.
                                                   Depending on the cooling or heating mode, their values are different.
                                                  -In this model, if the supply air temperature is larger than the exhaust air 
                                                  +If the supply air temperature is greater than the exhaust air 
                                                   temperature, the exchanger is considered to operate under
                                                   the cooling mode;
                                                   Otherwise, it operates under the heating mode.
                                                  diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo
                                                  index 50b58f987e1..45769c8ae03 100644
                                                  --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo
                                                  +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo
                                                  @@ -50,20 +50,17 @@ model Effectiveness
                                                       annotation (Placement(transformation(extent={{-80,20},{-60,40}})));
                                                   equation
                                                     connect(VSup.y, epsCal.VSup_flow)
                                                  -    annotation (Line(points={{-59,70},{-28,70},{
                                                  -    -28,8},{-14,8}}, color={0,0,127}));
                                                  +    annotation (Line(points={{-59,70},{-28,70},{-28,8},{-14,8}}, color={0,0,127}));
                                                     connect(VExh.y, epsCal.VExh_flow)
                                                  -    annotation (Line(points={{-59,30},{-40,30},{
                                                  -    -40,4},{-14,4}}, color={0,0,127}));
                                                  +    annotation (Line(points={{-59,30},{-40,30},{-40,4},{-14,4}}, color={0,0,127}));
                                                     connect(whSpe.y, epsCal.wheSpe)
                                                       annotation (Line(points={{-59,0},{-14,0}}, color={0,0,127}));
                                                     connect(TSup.y, epsCal.TSup)
                                                  -    annotation (Line(points={{-59,-40},{-40,-40},{-40,
                                                  -    -4},{-14,-4}}, color={0,0,127}));
                                                  +    annotation (Line(points={{-59,-40},{-40,-40},{-40,-4},{-14,-4}}, color={0,0,127}));
                                                     connect(TExh.y, epsCal.TExh)
                                                  -    annotation (Line(points={{-59,-80},{-28,-80},{-28,
                                                  -    -8},{-14,-8}}, color={0,0,127}));
                                                  -  annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(
                                                  +    annotation (Line(points={{-59,-80},{-28,-80},{-28,-8},{-14,-8}}, color={0,0,127}));
                                                  +
                                                  +annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(
                                                           coordinateSystem(preserveAspectRatio=false)),
                                                       experiment(Tolerance=1e-6, StopTime=120),
                                                       __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos"
                                                  @@ -78,24 +75,20 @@ Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness
                                                   
                                                    -
                                                  • The temperature of the supply air, TSup, is larger than the temperature -of the exhaust air, TExh, before 20s; -After that, TSup is less than TExh, leading to a heating mode; +
                                                  • +In the first 20 seconds, the supply air temperature TSup is greater than +the exhaust air temperature TExh. After that, +TSup is less than TExh, leading to a heating mode.
                                                  • -
                                                  -
                                                  • -The supply air flow rate, VSup, and the exhaust air flow rate, VExh, change from -0.6 to 1 and 0.8 to 1 -during the period from 0s to 60s, respectively. -They then stay constant; +In the first 60 seconds, the supply air flow rate, VSup, and the +exhaust air flow rate, VExh, change from +0.6 to 1 and 0.8 to 1 respectively. The flow rates then stay constant.
                                                  • -
                                                  -
                                                  • -The wheel speed ratio, wheSpe, keeps constant during the period from -0s to 60s and then increases from 0.3 to 1 -during the period from 60s to 120s. +In the first 60 seonds, the wheel speed ratio, wheSpe, keeps constant. +It then increases from 0.3 to 1 during the period from 60 seconds to 120 +seconds.

                                                  @@ -103,13 +96,14 @@ The expected outputs are:

                                                  • -The sensible effectiveness, epsSen, increases during the whole simulation period. The latent effectiveness, -epsLat, decreases from 0s to 20s and then increases during the rest of the time; +The sensible effectiveness epsSen increases in the whole +simulation period. The latent effectiveness epsLat decreases +in the first 20 seconds. It then increases in the rest of the time.
                                                  • -
                                                  -
                                                    -
                                                  • There are dramatic changes in the effectiveness, epsSen and epsLat, at around 20s due to switching -from the cooling mode to the heating mode. +
                                                  • +At 20 seonds, both the effectiveness, epsSen and epsLat, +change significantly as the exchanger changes from the cooling mode to the +heating mode.
                                                  ", revisions=" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index e25f3f5f37a..4224c218186 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -21,7 +21,7 @@ model HeatExchangerWithInputEffectiveness nPorts=1) "Exhaust air source" annotation (Placement(transformation(extent={{40,-70},{60,-50}}))); - Modelica.Blocks.Sources.Ramp TSup( + Modelica.Blocks.Sources.Ramp TSup( height=10, duration=60, offset=273.15 + 30, @@ -76,27 +76,20 @@ equation connect(TSup.y, sou_1.T_in) annotation (Line(points={{-69,64},{-50,64}}, color={0,0,127})); connect(sou_1.ports[1], hex.port_a1) - annotation (Line( - points={{-28,60},{-2,60},{-2,12},{6,12}}, - color={0,127,255})); + annotation (Line(points={{-28,60},{-2,60},{-2,12},{6,12}}, color={0,127,255})); connect(hex.port_a2, sou_2.ports[1]) - annotation (Line( - points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20},{70,-60},{60, - -60}},color={0,127,255})); + annotation (Line(points={{26,5.55112e-16},{32,5.55112e-16},{32,-20},{70,-20}, + {70,-60},{60,-60}},color={0,127,255})); connect(hex.port_b1, sin_1.ports[1]) - annotation (Line( - points={{26,12},{45,12},{45,12},{64,12}}, - color={0,127,255})); + annotation (Line(points={{26,12},{45,12},{45,12},{64,12}}, color={0,127,255})); connect(hex.port_b2, sin_2.ports[1]) - annotation (Line( - points={{6,0},{-26,0},{-26,-20},{-34,-20}}, - color={0,127,255})); + annotation (Line(points={{6,0},{-26,0},{-26,-20},{-34,-20}}, color={0,127,255})); connect(epsSen.y, hex.epsSen) - annotation (Line(points={{-69,20},{-4,20},{-4,10},{4, - 10}}, color={0,0,127})); - connect(hex.epsLat, epsLat.y) annotation (Line(points={{4,2},{-62,2},{-62,-40},{-69, - -40}}, color={0,0,127})); - annotation(experiment(Tolerance=1e-6, StopTime=360), + annotation (Line(points={{-69,20},{-4,20},{-4,10},{4,10}}, color={0,0,127})); + connect(hex.epsLat, epsLat.y) + annotation (Line(points={{4,2},{-62,2},{-62,-40},{-69,-40}}, color={0,0,127})); + +annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos" "Simulate and plot"), Documentation(info=" @@ -110,19 +103,16 @@ The input signals are configured as follows:

                                                  • -Temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K - during the period from 120s to 180s; +The supply air temperature TSup changes from 273.15 + 30 K to +273.15 + 40 K during the period from 120 seconds to 180 seconds.
                                                  • -
                                                  -
                                                    -
                                                  • Sensible heat exchanger effectiveness, epsSen, changes from 0.7 to 0.8 -during the period from 120s to 180s; +
                                                  • +The sensible heat exchanger effectiveness epsSen changes from 0.7 +to 0.8 during the period from 120 seconds to 180 seconds.
                                                  • -
                                                  -
                                                  • -Latent heat exchanger effectiveness, epsLat, changes from 0.7 to 0.8 -during the period from 60s to 120s. +The latent heat exchanger effectiveness epsLat changes from 0.7 +to 0.8 during the period from 60 seconds to 120 seconds.

                                                  @@ -130,14 +120,12 @@ The expected outputs are:

                                                  • -The humidity of the supply air and that of the exhaust air leaving the exchanger changes -during the period from 60s to 120s; +During the period from 60 seconds to 120 seconds, the leaving supply air humidity +decreases while the leaving exhaust air humidity increases.
                                                  • -
                                                  -
                                                  • -The temperature of the supply air and that of the exhaust air leaving the exchanger changes -during the period from 120s to 180s. +During the period from 120 seconds to 180 seconds, the leaving supply air temperature +increases while the leaving exhaust air temperature decreases.
                                                  ", revisions=" diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index 809cee61142..8f6e9ebbdd9 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -20,9 +20,8 @@ model WheelWithBypassDamper T(displayUnit="K") = 293.15, nPorts=1) "Exhaust air source" - annotation (Placement(transformation(extent={{40,-70}, - {60,-50}}))); - Modelica.Blocks.Sources.Ramp TSup( + annotation (Placement(transformation(extent={{40,-70},{60,-50}}))); + Modelica.Blocks.Sources.Ramp TSup( height=10, duration=60, offset=273.15 + 30, @@ -36,8 +35,7 @@ model WheelWithBypassDamper p(displayUnit="Pa") = 101325 - 100, nPorts=1) "Supply air sink" - annotation (Placement(transformation(extent={{84,2},{ - 64,22}}))); + annotation (Placement(transformation(extent={{84,2},{64,22}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( redeclare package Medium = Medium1, T=273.15 + 50, @@ -46,8 +44,7 @@ model WheelWithBypassDamper p(displayUnit="Pa") = 101325, nPorts=1) "Supply air source" - annotation (Placement(transformation(extent={{-60,40}, - {-40,60}}))); + annotation (Placement(transformation(extent={{-60,40},{-40,60}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithBypassDamper whe( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -61,7 +58,7 @@ model WheelWithBypassDamper epsLatHeaPL=0.6) "Wheel" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); - Modelica.Blocks.Sources.Ramp bypDamPos( + Modelica.Blocks.Sources.Ramp bypDamPos( height=0.2, duration=160, offset=0, @@ -70,28 +67,23 @@ model WheelWithBypassDamper annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); equation connect(TSup.y, sou_1.T_in) - annotation (Line(points={{-73,54},{-62,54}}, - color={0,0,127})); + annotation (Line(points={{-73,54},{-62,54}}, color={0,0,127})); connect(sou_1.ports[1],whe.port_a1) - annotation (Line( - points={{-40,50},{0,50},{0,12},{6,12}}, - color={0,127,255})); + annotation (Line(points={{-40,50},{0,50},{0,12},{6,12}}, color={0,127,255})); connect(whe.port_a2, sou_2.ports[1]) - annotation (Line( - points={{26,0},{32,0},{32,-20},{70,-20},{70,-60},{60,-60}}, - color={0,127,255})); + annotation (Line(points={{26,0},{32,0},{32,-20},{70,-20},{70,-60},{60,-60}}, + color={0,127,255})); connect(whe.port_b1, sin_1.ports[1]) - annotation (Line( - points={{26,12},{45,12},{45,12},{64,12}}, - color={0,127,255})); + annotation (Line(points={{26,12},{45,12},{45,12},{64,12}}, + color={0,127,255})); connect(whe.port_b2, sin_2.ports[1]) - annotation (Line( - points={{6,0},{-18,0},{-18,6.66134e-16},{-38,6.66134e-16}}, - color={0,127,255})); + annotation (Line(points={{6,0},{-18,0},{-18,6.66134e-16},{-38,6.66134e-16}}, + color={0,127,255})); connect(bypDamPos.y, whe.bypDamPos) - annotation (Line(points={{-59,-30},{-28,-30}, - {-28,6},{4,6}}, color={0,0,127})); - annotation(experiment(Tolerance=1e-6, StopTime=360), + annotation (Line(points={{-59,-30},{-28,-30},{-28,6},{4,6}}, + color={0,0,127})); + +annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos" "Simulate and plot"), Documentation(info=" @@ -105,18 +97,14 @@ The input signals are configured as follows:

                                                  • -The temperature of the supply air, TSup, changes from 273.15 + 30 K to 273.15 + 40 K -during the period from 60s to 120s. -On the other hand, the temperature of the exhaust air is constant; +The supply air temperature TSup changes from 273.15 + 30 K to +273.15 + 40 K during the period from 60 seconds to 120 seconds. +The exhaust air temperature keeps constant.
                                                  • -
                                                  -
                                                  • -The bypass damper position, bypDamPos, changes from 0 to 0.2 -during the period from 200s to 360s; +The bypass damper position bypDamPos changes from 0 to 0.2 +during the period from 200 seconds to 360 seconds.
                                                  • -
                                                  -
                                                  where epsSen and epsLat are the effectiveness -for the sensible and latent heat transfer, respectively. +for the sensible and latent heat transfer, respectively; epsSen_nominal and epsSenPL are the effectiveness -for the sensible heat transfer when rat is 1 and 0.75, respectively. +for the sensible heat transfer when rat is 1 and 0.75, respectively; epsLat_nominal and epsLatPL are the effectiveness -for the latent heat transfer when vRat is 1 and 0.75, respectively. -wheSpe is the speed of a rotary wheel. +for the latent heat transfer when Rat is 1 and 0.75, respectively; +uSpe is the speed of a rotary wheel.

                                                  -epsSen_nominal, epsSenPL, epsLat_nominal, and -epsLatPL are parameters. -Depending on the cooling or heating mode, their values are different. +The parameters epsSen_nominal, epsSenPL, epsLat_nominal, and +epsLatPL have different values depending on if the wheel is in +the cooling or heating mode. If the supply air temperature is greater than the exhaust air temperature, the exchanger is considered to operate under the cooling mode; diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchangerWithInputEffectiveness.mo index d18e7b20671..be2df24116f 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/HeatExchangerWithInputEffectiveness.mo @@ -2,18 +2,18 @@ within Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses; model HeatExchangerWithInputEffectiveness "Heat and moisture exchanger with varying effectiveness" extends Buildings.Fluid.HeatExchangers.BaseClasses.PartialEffectiveness( - redeclare replaceable package Medium1 = + redeclare replaceable package Medium1 = Modelica.Media.Interfaces.PartialCondensingGases, - redeclare replaceable package Medium2 = + redeclare replaceable package Medium2 = Modelica.Media.Interfaces.PartialCondensingGases, - sensibleOnly1=false, - sensibleOnly2=false, - final prescribedHeatFlowRate1=true, - final prescribedHeatFlowRate2=true, - Q1_flow = epsSen * QMax_flow + QLat_flow, - Q2_flow = -Q1_flow, - mWat1_flow = +mWat_flow, - mWat2_flow = -mWat_flow); + sensibleOnly1=false, + sensibleOnly2=false, + final prescribedHeatFlowRate1=true, + final prescribedHeatFlowRate2=true, + Q1_flow = epsSen * QMax_flow + QLat_flow, + Q2_flow = -Q1_flow, + mWat1_flow = +mWat_flow, + mWat2_flow = -mWat_flow); Modelica.Blocks.Interfaces.RealInput epsSen(unit="1") "Sensible heat exchanger effectiveness" @@ -123,7 +123,7 @@ This model transfers heat and moisture in the amount of m = epsLat * mWat_max,

                                                  -where epsSen and epsLat are input effectiveness +where epsSen and epsLat are the input effectiveness for the sensible and latent heat transfer, respectively; Q_max is the maximum sensible heat that can be transferred, m is the moisture that is transferred, and diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo index 45769c8ae03..d2342844ded 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mo @@ -53,7 +53,7 @@ equation annotation (Line(points={{-59,70},{-28,70},{-28,8},{-14,8}}, color={0,0,127})); connect(VExh.y, epsCal.VExh_flow) annotation (Line(points={{-59,30},{-40,30},{-40,4},{-14,4}}, color={0,0,127})); - connect(whSpe.y, epsCal.wheSpe) + connect(whSpe.y, epsCal.uSpe) annotation (Line(points={{-59,0},{-14,0}}, color={0,0,127})); connect(TSup.y, epsCal.TSup) annotation (Line(points={{-59,-40},{-40,-40},{-40,-4},{-14,-4}}, color={0,0,127})); @@ -86,7 +86,7 @@ exhaust air flow rate, VExh, change from 0.6 to 1 and 0.8 to 1 respectively. The flow rates then stay constant.

                                                • -In the first 60 seonds, the wheel speed ratio, wheSpe, keeps constant. +In the first 60 seonds, the wheel speed uSpe keeps constant. It then increases from 0.3 to 1 during the period from 60 seconds to 120 seconds.
                                                • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index a5a93fae7a8..3ebfa8466de 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -79,9 +79,8 @@ equation connect(whe.port_b2, sin_2.ports[1]) annotation (Line(points={{6,0},{-18,0},{-18,6.66134e-16},{-38,6.66134e-16}}, color={0,127,255})); - connect(bypDamPos.y, whe.bypDamPos) - annotation (Line(points={{-59,-30},{-28,-30},{-28,6},{4,6}}, - color={0,0,127})); + connect(bypDamPos.y, whe.uBypDamPos) annotation (Line(points={{-59,-30},{-28,-30}, + {-28,6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos" @@ -102,7 +101,7 @@ The supply air temperature TSup changes from 273.15 + 30 K to The exhaust air temperature keeps constant.
                                                • -The bypass damper position bypDamPos changes from 0 to 0.2 +The bypass damper position uBypDamPos changes from 0 to 0.2 during the period from 200 seconds to 360 seconds.
                                                • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index c5d50719476..964125b43f6 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -79,9 +79,8 @@ equation connect(whe.port_b2, sin_2.ports[1]) annotation (Line(points={{6,5.55112e-16},{-18,5.55112e-16},{-18,0},{-38,0}}, color={0,127,255})); - connect(wheSpe.y, whe.wheSpe) - annotation (Line(points={{-59,-30},{-28,-30},{-28,6},{4,6}}, - color={0,0,127})); + connect(wheSpe.y, whe.uSpe) annotation (Line(points={{-59,-30},{-28,-30},{-28, + 6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos" @@ -102,7 +101,7 @@ The supply air temperature TSup changes from 273.15 + 30 K to The exhaust air temperature keeps constant.
                                                • -The wheel speed ratio wheSpe changes from 0.7 to 1 +The wheel speed uSpe changes from 0.7 to 1 during the period from 200 seconds to 360 seconds.
                                                • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 101dcedfce9..868def81ae1 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -41,11 +41,14 @@ model WheelWithBypassDamper parameter Modelica.Units.SI.Efficiency epsLatHeaPL( final max=1) = 0.75 "Part load (75%) latent heat exchanger effectiveness at the heating mode"; - Modelica.Blocks.Interfaces.RealInput bypDamPos( - final unit="1") + + Modelica.Blocks.Interfaces.RealInput uBypDamPos( + final unit="1", + final min=0, + final max=1) "Bypass damper position" annotation (Placement(transformation(extent={{-220,100},{-180,140}}), - iconTransformation(extent={{-140,-20},{-100,20}}))); + iconTransformation(extent={{-140,-20},{-100,20}}))); Modelica.Blocks.Interfaces.RealOutput P "Electric power consumed by the wheel" annotation (Placement(transformation(extent={{100,-10},{120,10}}))); @@ -175,11 +178,10 @@ equation annotation (Line(points={{-79,14},{-12,14}}, color={0,0,127})); connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-79,6},{-12,6}},color={0,0,127})); - connect(bypDamSup.y, bypDamPos) + connect(bypDamSup.y, uBypDamPos) annotation (Line(points={{-28,92},{-28,120},{-200,120}}, color={0,0,127})); - connect(effCal.wheSpe, uni.y) - annotation (Line(points={{-102,10},{-130,10},{-130,40},{-139,40}}, - color={0,0,127})); + connect(effCal.uSpe, uni.y) annotation (Line(points={{-102,10},{-130,10},{-130, + 40},{-139,40}}, color={0,0,127})); connect(TSup.y, effCal.TSup) annotation (Line(points={{-139,-20},{-114,-20},{-114,6},{-102,6}}, color={0,0,127})); @@ -189,9 +191,8 @@ equation connect(damSup.port_b, hex.port_a1) annotation (Line(points={{-22,40},{-20,40},{-20,16},{-10,16}}, color={0,127,255})); - connect(bypDamExh.y, bypDamPos) - annotation (Line(points={{-30,-48},{-30,-30},{40,-30},{40,120},{-200,120}}, - color={0,0,127})); + connect(bypDamExh.y, uBypDamPos) annotation (Line(points={{-30,-48},{-30,-30}, + {40,-30},{40,120},{-200,120}}, color={0,0,127})); connect(damSup.port_a, VSup_flow.port_b) annotation (Line(points={{-42,40},{-60,40}}, color={0,127,255})); connect(VSup_flow.port_a, port_a1) @@ -211,9 +212,8 @@ equation connect(VExh_flow.V_flow, effCal.VExh_flow) annotation (Line(points={{-50,-9},{-50,60},{-120,60},{-120,14},{-102,14}}, color={0,0,127})); - connect(sub.u2, bypDamPos) - annotation (Line(points={{-122,94},{-140,94},{-140,120},{-200,120}}, - color={0,0,127})); + connect(sub.u2, uBypDamPos) annotation (Line(points={{-122,94},{-140,94},{-140, + 120},{-200,120}}, color={0,0,127})); connect(uni.y, sub.u1) annotation (Line(points={{-139,40},{-130,40},{-130,106},{-122,106}}, color={0,0,127})); diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index 19725c1783b..0107a6b7bbf 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -41,9 +41,12 @@ model WheelWithVariableSpeed parameter Modelica.Units.SI.Efficiency epsLatHeaPL( final max=1) = 0.75 "Part load (75%) latent heat exchanger effectiveness at the heating mode"; - Modelica.Blocks.Interfaces.RealInput wheSpe( - final unit="1") - "Wheel speed ratio" + + Modelica.Blocks.Interfaces.RealInput uSpe( + final unit="1", + final min=0, + final max=1) + "Wheel speed" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); Modelica.Blocks.Interfaces.RealOutput P "Electric power consumed by the wheel" @@ -146,9 +149,8 @@ equation connect(effCal.epsLat, hex.epsLat) annotation (Line(points={{-19,46},{-12,46},{-12,-4},{4,-4}}, color={0,0,127})); - connect(effCal.wheSpe, wheSpe) - annotation (Line(points={{-42,50},{-94,50},{-94,0},{-120,0}}, - color={0,0,127})); + connect(effCal.uSpe, uSpe) annotation (Line(points={{-42,50},{-94,50},{-94,0}, + {-120,0}}, color={0,0,127})); connect(senSupFlow.V_flow, effCal.VSup_flow) annotation (Line(points={{-30,111},{-30,120},{-80,120},{-80,58},{-42,58}}, color={0,0,127})); diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt index 43a73a974d3..6d31971813e 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt @@ -1,4 +1,4 @@ -last-generated=2023-11-15 +last-generated=2023-12-14 statistics-simulation= { "linear": "4, 4", @@ -12,6 +12,6 @@ TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.0 whe.port_a1.m_flow=[1e+01, 7.473897890355959e+00, 6.189397754680937e+00, 5.405409838762697e+00, 5.154702173853067e+00, 5.071506500244141e+00, 5.0387630486839e+00, 5.023861410564977e+00, 5.015490052916603e+00, 5.006117347137351e+00, 5.001753807067871e+00, 5.000472068560258e+00, 5.000136375466152e+00, 5.000044822684282e+00, 5.000017166144769e+00, 5.000007629394531e+00, 5.000003814696255e+00, 5.000002384185791e+00, 5.000001430511475e+00, 5.000000953674316e+00, 5.000000953674316e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 4.999943733607425e+00, 4.998464581531157e+00, 4.993455892598923e+00, 4.983616806819795e+00, 4.968370914459229e+00, 4.947595635239784e+00, 4.921479200424519e+00, 4.890399960780747e+00, 4.854838306803896e+00, 4.815305233001709e+00, 4.772305086800642e+00, 4.726323564260856e+00, 4.677818817062193e+00, 4.6272110062517e+00, 4.574877262115479e+00, 4.521149727226299e+00, 4.466317840866078e+00, 4.410633373777898e+00, 4.354313754412903e+00, 4.297544956207275e+00, 4.240487195569017e+00, 4.183275416884372e+00, 4.126023098492043e+00, 4.068831346947831e+00, 4.011781215667725e+00, 3.954947090965448e+00, 3.898392630229742e+00, 3.842174340167547e+00, 3.786343241875792e+00, 3.730943441390991e+00, 3.676013324074063e+00, 3.621587221883087e+00, 3.567693290284806e+00, 3.514356046472182e+00, 3.461592674255371e+00, 3.409414141028468e+00, 3.357825930202537e+00, 3.306823081866735e+00, 3.256394301365054e+00, 3.206521272659302e+00, 3.157174432150856e+00, 3.108320878061652e+00, 3.059922293489332e+00, 3.011936345195597e+00, 2.964321374893188e+00] whe.port_a2.m_flow=[1e+01, 7.473897890355959e+00, 6.189397754680937e+00, 5.405409838762697e+00, 5.154702173853067e+00, 5.071506500244141e+00, 5.0387630486839e+00, 5.023861410564977e+00, 5.015490052916603e+00, 5.006117347137351e+00, 5.001753807067871e+00, 5.000472068560258e+00, 5.000136375466152e+00, 5.000044822684282e+00, 5.000017166144769e+00, 5.000007629394531e+00, 5.000003814696255e+00, 5.000002384185791e+00, 5.000001430511475e+00, 5.000000953674316e+00, 5.000000953674316e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 4.999943733607425e+00, 4.998464581531157e+00, 4.993455892598923e+00, 4.983616806819795e+00, 4.968370914459229e+00, 4.947595635239784e+00, 4.921479200424519e+00, 4.890399960780747e+00, 4.854838306803896e+00, 4.815305233001709e+00, 4.772305086800642e+00, 4.726323564260856e+00, 4.677818817062193e+00, 4.6272110062517e+00, 4.574877262115479e+00, 4.521149727226299e+00, 4.466317840866078e+00, 4.410633373777898e+00, 4.354313754412903e+00, 4.297544956207275e+00, 4.240487195569017e+00, 4.183275416884372e+00, 4.126023098492043e+00, 4.068831346947831e+00, 4.011781215667725e+00, 3.954947090965448e+00, 3.898392630229742e+00, 3.842174340167547e+00, 3.786343241875792e+00, 3.730943441390991e+00, 3.676013324074063e+00, 3.621587221883087e+00, 3.567693290284806e+00, 3.514356046472182e+00, 3.461592674255371e+00, 3.409414141028468e+00, 3.357825930202537e+00, 3.306823081866735e+00, 3.256394301365054e+00, 3.206521272659302e+00, 3.157174432150856e+00, 3.108320878061652e+00, 3.059922293489332e+00, 3.011936345195597e+00, 2.964321374893188e+00] whe.hex.sta_b2.T=[3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.014332884706416e+02, 3.01921996656004e+02, 3.024106748417386e+02, 3.028993835449219e+02, 3.033880922481699e+02, 3.038768009512885e+02, 3.043654781013165e+02, 3.048541868045645e+02, 3.053428955078125e+02, 3.058315736934824e+02, 3.063202823967304e+02, 3.068089900642071e+02, 3.072976682499417e+02, 3.07786376953125e+02, 3.082750856563083e+02, 3.087637638420429e+02, 3.092524715095196e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153137212205e+02, 3.094140624975424e+02, 3.094097595263997e+02, 3.094013366510367e+02, 3.093883056640625e+02, 3.093705139493879e+02, 3.09348175027744e+02, 3.093215942620817e+02, 3.092911681575288e+02, 3.0925732421875e+02, 3.092205200836889e+02, 3.091811828267917e+02, 3.091396789909081e+02, 3.090963439193762e+02, 3.090515747070312e+02, 3.090055847954417e+02, 3.089586488420348e+02, 3.089109800621456e+02, 3.088627928864833e+02, 3.088141784667969e+02, 3.087653199072615e+02, 3.087163392774137e+02, 3.086672971966782e+02, 3.086182860497697e+02, 3.085693664550781e+02, 3.085206299653379e+02, 3.084720765800316e+02, 3.084237669263452e+02, 3.083757323406431e+02, 3.083280029296875e+02, 3.082806092110565e+02, 3.082335817018107e+02, 3.081868894911477e+02, 3.081405944042944e+02, 3.080946655273438e+02, 3.080491638951934e+02, 3.080040284729457e+02, 3.079593199177958e+02, 3.079150389879943e+02, 3.078711853027344e+02, 3.078277588622747e+02, 3.077847291492958e+02, 3.077421568391019e+02, 3.077000121361474e+02, 3.076583251953125e+02] -whe.bypDamPos=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.999992465612479e-03, 6.500003948800676e-03, 1.099999612570312e-02, 1.550000737606466e-02, 1.999999955296516e-02, 2.449999172988142e-02, 2.900000298022717e-02, 3.349999701977283e-02, 3.800000640748921e-02, 4.250000044703484e-02, 4.699999076132177e-02, 5.150000387429688e-02, 5.59999979138425e-02, 6.050000730155885e-02, 6.499999761581417e-02, 6.949999165535983e-02, 7.399998569490546e-02, 7.850001788137323e-02, 8.300000447033823e-02, 8.749999850988388e-02, 9.199999254942953e-02, 9.649998658897513e-02, 1.010000187753166e-01, 1.05500005364408e-01, 1.099999994039536e-01, 1.144999934434992e-01, 1.189999874830448e-01, 1.23500012218932e-01, 1.280000137090582e-01, 1.324999928474426e-01, 1.369999868869883e-01, 1.414999809265339e-01, 1.460000131130016e-01, 1.505000071525472e-01, 1.550000011920929e-01, 1.594999952316385e-01, 1.639999892711841e-01, 1.685000214576519e-01, 1.730000005960363e-01, 1.77499994635582e-01, 1.819999886751276e-01, 1.864999827146732e-01, 1.91000014901141e-01, 1.955000089406866e-01, 2.000000029802322e-01] +whe.uBypDamPos=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.999992465612479e-03, 6.500003948800676e-03, 1.099999612570312e-02, 1.550000737606466e-02, 1.999999955296516e-02, 2.449999172988142e-02, 2.900000298022717e-02, 3.349999701977283e-02, 3.800000640748921e-02, 4.250000044703484e-02, 4.699999076132177e-02, 5.150000387429688e-02, 5.59999979138425e-02, 6.050000730155885e-02, 6.499999761581417e-02, 6.949999165535983e-02, 7.399998569490546e-02, 7.850001788137323e-02, 8.300000447033823e-02, 8.749999850988388e-02, 9.199999254942953e-02, 9.649998658897513e-02, 1.010000187753166e-01, 1.05500005364408e-01, 1.099999994039536e-01, 1.144999934434992e-01, 1.189999874830448e-01, 1.23500012218932e-01, 1.280000137090582e-01, 1.324999928474426e-01, 1.369999868869883e-01, 1.414999809265339e-01, 1.460000131130016e-01, 1.505000071525472e-01, 1.550000011920929e-01, 1.594999952316385e-01, 1.639999892711841e-01, 1.685000214576519e-01, 1.730000005960363e-01, 1.77499994635582e-01, 1.819999886751276e-01, 1.864999827146732e-01, 1.91000014901141e-01, 1.955000089406866e-01, 2.000000029802322e-01] whe.effCal.epsSen=[8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.154975772070732e-01, 8.154338000989712e-01, 8.152179124454552e-01, 8.147938838017394e-01, 8.141367435455322e-01, 8.132413642492259e-01, 8.12115727789005e-01, 8.107762348764057e-01, 8.092434974536896e-01, 8.075395822525024e-01, 8.056862982672652e-01, 8.037044388558297e-01, 8.016138690879587e-01, 7.994325719247337e-01, 7.971768975257874e-01, 7.948610822241824e-01, 7.924975833522759e-01, 7.900972284337147e-01, 7.876693564994709e-01, 7.852218747138977e-01, 7.827616375732487e-01, 7.802943074970506e-01, 7.778245722970133e-01, 7.753567057769911e-01, 7.728938460350037e-01, 7.704389136860128e-01, 7.679942929031779e-01, 7.655619896706753e-01, 7.631437737626552e-01, 7.607409358024597e-01, 7.583547274876291e-01, 7.559860428777297e-01, 7.536356965865841e-01, 7.51304384113212e-01, 7.489926218986511e-01, 7.467008271789518e-01, 7.444294767826827e-01, 7.421789093419372e-01, 7.39949341829951e-01, 7.377411127090454e-01, 7.355543411945734e-01, 7.33389265696019e-01, 7.312459873444743e-01, 7.291246020818674e-01, 7.270252704620361e-01] whe.effCal.epsLat=[7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.309951186518648e-01, 7.308676240398001e-01, 7.304358487325157e-01, 7.29587731840692e-01, 7.282735109329224e-01, 7.264826927361703e-01, 7.242314794198679e-01, 7.215524339900244e-01, 7.184870187492373e-01, 7.150791883468628e-01, 7.113725607717436e-01, 7.074089015535172e-01, 7.032277024133832e-01, 6.988651676913253e-01, 6.943537592887878e-01, 6.897221286855779e-01, 6.849951905474204e-01, 6.801944807082767e-01, 6.75338677236155e-01, 6.704437732696533e-01, 6.655232393847209e-01, 6.605885792323249e-01, 6.556491684358844e-01, 6.50713375792206e-01, 6.457876563072205e-01, 6.408777916102494e-01, 6.359885500445794e-01, 6.311239435795744e-01, 6.262875117625236e-01, 6.214818954467773e-01, 6.16709478816611e-01, 6.119721095973173e-01, 6.072714170140157e-01, 6.026087920687873e-01, 5.979852080345154e-01, 5.934016185951168e-01, 5.888589774062128e-01, 5.843577829220981e-01, 5.798986478976204e-01, 5.75482189655304e-01, 5.7110864662636e-01, 5.667784956302618e-01, 5.624919389271723e-01, 5.582492280050874e-01, 5.540505647659302e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt index 07766caed69..f0eed957768 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt @@ -1,4 +1,4 @@ -last-generated=2023-11-15 +last-generated=2023-12-14 statistics-initialization= { "nonlinear": "0, 0", @@ -16,6 +16,6 @@ TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.0 whe.port_a1.m_flow=[5e+00, 5e+00] whe.port_a2.m_flow=[5e+00, 5e+00] whe.hex.sta_b2.T=[2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.989497069587169e+02, 2.992918698270552e+02, 2.996340330581235e+02, 2.999761962890625e+02, 3.003183900375796e+02, 3.006605532685186e+02, 3.010027157744501e+02, 3.013448790053891e+02, 3.016870727539062e+02, 3.020292359848452e+02, 3.023713992157843e+02, 3.027135617217157e+02, 3.030557554701682e+02, 3.033979187011719e+02, 3.037400819321109e+02, 3.040822451631792e+02, 3.044244381864302e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045872495698539e+02, 3.046969605422215e+02, 3.048067015670242e+02, 3.049164125395211e+02, 3.05026123046875e+02, 3.051358335542289e+02, 3.052455445265965e+02, 3.053552550339504e+02, 3.05464966006318e+02, 3.055746765136719e+02, 3.056843870210258e+02, 3.057940674758153e+02, 3.059037779831691e+02, 3.060134889555367e+02, 3.061231689453125e+02, 3.062328794526664e+02, 3.063425594424421e+02, 3.064522708798235e+02, 3.065619508695992e+02, 3.06671630859375e+02, 3.067813108494095e+02, 3.068910213565046e+02, 3.070007022763079e+02, 3.071103822660836e+02, 3.072200622558594e+02, 3.073297422456351e+02, 3.074394222354109e+02, 3.07549072637636e+02, 3.076587526274117e+02, 3.077684326171875e+02, 3.078780820896438e+02, 3.079877620791609e+02, 3.08097412481386e+02, 3.082070924711617e+02, 3.083167419433594e+02, 3.084264219331351e+02, 3.085360714053327e+02, 3.086457218075579e+02, 3.087553712797555e+02, 3.088650207519531e+02, 3.089746702244095e+02, 3.090843196968658e+02, 3.091939700985735e+02, 3.093036195707711e+02, 3.094132690429688e+02] -whe.wheSpe=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.029999976159558e-01, 7.09750002384115e-01, 7.164999785423986e-01, 7.232499833110633e-01, 7.300000190734863e-01, 7.367499952317699e-01, 7.434999999999292e-01, 7.502499761582129e-01, 7.57000040531017e-01, 7.637500166893005e-01, 7.704999928475842e-01, 7.772499976157435e-01, 7.839999737740271e-01, 7.907500381468311e-01, 7.975000143051147e-01, 8.042499904633983e-01, 8.109999666216818e-01, 8.177500000007276e-01, 8.245000357626453e-01, 8.31250011920929e-01, 8.379999880792126e-01, 8.44749964237496e-01, 8.514999976165418e-01, 8.582500333784596e-01, 8.650000095367432e-01, 8.717499856950268e-01, 8.784999618533103e-01, 8.85249995232356e-01, 8.920000309942737e-01, 8.987500071525574e-01, 9.05499983310841e-01, 9.122499594691245e-01, 9.190000524518045e-01, 9.257500286100879e-01, 9.325000047683716e-01, 9.392499809266552e-01, 9.459999570849387e-01, 9.527500500676187e-01, 9.595000262259021e-01, 9.662500023841858e-01, 9.729999785424693e-01, 9.797499547007529e-01, 9.865000476834329e-01, 9.932500238417163e-01, 1e+00] +whe.uSpe=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.029999976159558e-01, 7.09750002384115e-01, 7.164999785423986e-01, 7.232499833110633e-01, 7.300000190734863e-01, 7.367499952317699e-01, 7.434999999999292e-01, 7.502499761582129e-01, 7.57000040531017e-01, 7.637500166893005e-01, 7.704999928475842e-01, 7.772499976157435e-01, 7.839999737740271e-01, 7.907500381468311e-01, 7.975000143051147e-01, 8.042499904633983e-01, 8.109999666216818e-01, 8.177500000007276e-01, 8.245000357626453e-01, 8.31250011920929e-01, 8.379999880792126e-01, 8.44749964237496e-01, 8.514999976165418e-01, 8.582500333784596e-01, 8.650000095367432e-01, 8.717499856950268e-01, 8.784999618533103e-01, 8.85249995232356e-01, 8.920000309942737e-01, 8.987500071525574e-01, 9.05499983310841e-01, 9.122499594691245e-01, 9.190000524518045e-01, 9.257500286100879e-01, 9.325000047683716e-01, 9.392499809266552e-01, 9.459999570849387e-01, 9.527500500676187e-01, 9.595000262259021e-01, 9.662500023841858e-01, 9.729999785424693e-01, 9.797499547007529e-01, 9.865000476834329e-01, 9.932500238417163e-01, 1e+00] whe.effCal.epsSen=[5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.732217933800871e-01, 5.787257002759989e-01, 5.842296434475508e-01, 5.897335503432101e-01, 5.952374339103699e-01, 6.007413174775296e-01, 6.062452839778337e-01, 6.117491675449934e-01, 6.172530744406528e-01, 6.227569580078125e-01, 6.282609011796171e-01, 6.337648080752764e-01, 6.39268691642436e-01, 6.447725985386006e-01, 6.502765417098999e-01, 6.557804252770596e-01, 6.612843088442194e-01, 6.66788298673023e-01, 6.722921822401827e-01, 6.777960658073425e-01, 6.832999493745023e-01, 6.888038925452963e-01, 6.943078227704657e-01, 6.998117063376255e-01, 7.053155899047852e-01, 7.108195330760845e-01, 7.163234166437494e-01, 7.218273468679083e-01, 7.27331230435068e-01, 7.328351736068726e-01, 7.383390571740324e-01, 7.438429407411921e-01, 7.493468709653509e-01, 7.548508141371554e-01, 7.603546977043152e-01, 7.65858581271475e-01, 7.713624648386347e-01, 7.768664546674383e-01, 7.82370338234598e-01, 7.878742218017578e-01, 7.933781053689175e-01, 7.988820485397116e-01, 8.043859787648809e-01, 8.098898623320406e-01, 8.153937458992004e-01] whe.effCal.epsLat=[5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.137436306290147e-01, 5.186764639709236e-01, 5.236092764045952e-01, 5.285421097459988e-01, 5.334749221801758e-01, 5.38407675009708e-01, 5.433405083511116e-01, 5.482733207850359e-01, 5.532061541266921e-01, 5.581389665603638e-01, 5.630717789940355e-01, 5.680046123359443e-01, 5.72937424769616e-01, 5.778702581115248e-01, 5.828030705451965e-01, 5.877358829788683e-01, 5.926686954125399e-01, 5.976014900580412e-01, 6.025343024917128e-01, 6.074671149253845e-01, 6.123999273590562e-01, 6.173327397927278e-01, 6.22265594042874e-01, 6.271984064765457e-01, 6.321312189102173e-01, 6.37064031343889e-01, 6.419968437775606e-01, 6.469296980266962e-01, 6.518625104608731e-01, 6.567952632904053e-01, 6.617280757245823e-01, 6.666608881587591e-01, 6.715937424078947e-01, 6.765265548415663e-01, 6.81459367275238e-01, 6.863921797089098e-01, 6.913249921425814e-01, 6.962578463927275e-01, 7.011906588258938e-01, 7.061234712600708e-01, 7.110562836937424e-01, 7.159890365237799e-01, 7.209218907729155e-01, 7.258547032065871e-01, 7.307875156402588e-01] diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos index 8603362a0d8..9f5290508a2 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos @@ -2,5 +2,5 @@ simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Whee createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.bypDamPos"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.uBypDamPos"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos index ea7846eb4db..0a26ac43029 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos @@ -2,5 +2,5 @@ simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.Whee createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.wheSpe"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.uSpe"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos index d720ec01354..f4d08e091dd 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos @@ -5,7 +5,7 @@ compareVars := "whe.port_a1.m_flow", "whe.port_a2.m_flow", "whe.hex.sta_b2.T", - "whe.bypDamPos", + "whe.uBypDamPos", "whe.effCal.epsSen", "whe.effCal.epsLat" }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos index f19f9dbe48b..6cc467a84ae 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos @@ -5,7 +5,7 @@ compareVars := "whe.port_a1.m_flow", "whe.port_a2.m_flow", "whe.hex.sta_b2.T", - "whe.wheSpe", + "whe.uSpe", "whe.effCal.epsSen", "whe.effCal.epsLat" }; From e4610fc44114df058025197b303f08ceaec70fab Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Thu, 14 Dec 2023 14:37:43 -0800 Subject: [PATCH 117/196] removed final for the displayUnit --- .../AirToAirHeatRecovery/BaseClasses/Effectiveness.mo | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo index 1e2f60677b1..13034771c78 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo @@ -18,20 +18,19 @@ model Effectiveness "Part load (75%) sensible heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.Efficiency epsLatHeaPL(final max=1) = 0.75 "Part load (75%) latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal( - final min = 100*Modelica.Constants.eps) + parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal "Nominal supply air flow rate"; Modelica.Blocks.Interfaces.RealInput TSup( final min=0, final unit="K", - final displayUnit="degC") + displayUnit="degC") "Supply air temperature" annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); Modelica.Blocks.Interfaces.RealInput TExh( final min=0, final unit="K", - final displayUnit="degC") + displayUnit="degC") "Exhaust air temperature " annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); Modelica.Blocks.Interfaces.RealInput VSup_flow(final unit="m3/s") From 47f9fdfacc227cf8f0ad4087f32de46adf4a2ce6 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Thu, 14 Dec 2023 22:38:23 -0500 Subject: [PATCH 118/196] input limit update and model doc improve --- .../AirToAirHeatRecovery/BaseClasses/Effectiveness.mo | 11 ++++++++--- .../AirToAirHeatRecovery/WheelWithVariableSpeed.mo | 1 - 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo index 13034771c78..d462f13d406 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo @@ -39,7 +39,10 @@ model Effectiveness Modelica.Blocks.Interfaces.RealInput VExh_flow( final unit="m3/s") "Exhaust air volumetric flow rate" annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); - Modelica.Blocks.Interfaces.RealInput uSpe(final unit="1") "Wheel speed" + Modelica.Blocks.Interfaces.RealInput uSpe( + final unit="1", + final max=1) + "Wheel speed" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); Modelica.Blocks.Interfaces.RealOutput epsSen(final unit="1") "Sensible heat exchanger effectiveness" @@ -80,10 +83,12 @@ equation epsSen =uSpe*(epsSenPL + (epsSen_nominal - epsSenPL)*(rat - 0.75)/0.25); epsLat =uSpe*(epsLatPL + (epsLat_nominal - epsLatPL)*(rat - 0.75)/0.25); assert(epsSen > 0 and epsSen < 1, - "Insensed value for the sensible heat exchanger effectiveness", + "*** Error in " + getInstanceName() + ": The sensible heat exchange effectiveness should be in the range of [0, 1], + check if the part load (75%) or nominal sensible heat exchanger effectiveness is too high or too low.", level=AssertionLevel.error); assert(epsLat > 0 and epsLat < 1, - "Insensed value for the latent heat exchanger effectiveness", + "*** Error in " + getInstanceName() + ": The latent heat exchange effectiveness should be in the range of [0, 1], + check if the part load (75%) or nominal latent heat exchanger effectiveness is too high or too low.", level=AssertionLevel.error); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text( extent={{-54,28},{50,-40}}, diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index 0107a6b7bbf..023b8db24db 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -44,7 +44,6 @@ model WheelWithVariableSpeed Modelica.Blocks.Interfaces.RealInput uSpe( final unit="1", - final min=0, final max=1) "Wheel speed" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); From f8e4d44b9f8bff7da7271a3603552e232b03528f Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Mon, 18 Dec 2023 10:41:43 -0800 Subject: [PATCH 119/196] improved graphic [ci skip] --- .../AirToAirHeatRecovery/WheelWithBypassDamper.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index 868def81ae1..c5bd1663a28 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -202,7 +202,7 @@ equation annotation (Line(points={{10,16},{58,16},{58,80},{100,80}}, color={0,127,255})); connect(hex.port_b2, VExh_flow.port_a) - annotation (Line(points={{-10,4},{-22,4},{-22,-20},{-40,-20}}, + annotation (Line(points={{-10,4},{-20,4},{-20,-20},{-40,-20}}, color={0,127,255})); connect(VExh_flow.port_b, port_b2) annotation (Line(points={{-60,-20},{-70,-20},{-70,-60},{-180,-60}}, From 4b76bcd15df5ed5dd2709ac8fe73911f19e7031b Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Mon, 18 Dec 2023 20:23:13 -0500 Subject: [PATCH 120/196] add power calculation and remove sensors --- .../BaseClasses/Effectiveness.mo | 12 +- .../Examples/WheelWithBypassDamper.mo | 35 +++-- .../Examples/WheelWithVariableSpeed.mo | 12 +- .../WheelWithBypassDamper.mo | 120 +++++++++++------- .../WheelWithVariableSpeed.mo | 101 ++++++++------- 5 files changed, 163 insertions(+), 117 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo index d462f13d406..fedfe65f5b5 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Effectiveness.mo @@ -42,7 +42,7 @@ model Effectiveness Modelica.Blocks.Interfaces.RealInput uSpe( final unit="1", final max=1) - "Wheel speed" + "Wheel speed ratio" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); Modelica.Blocks.Interfaces.RealOutput epsSen(final unit="1") "Sensible heat exchanger effectiveness" @@ -82,11 +82,11 @@ equation // calculate effectiveness. epsSen =uSpe*(epsSenPL + (epsSen_nominal - epsSenPL)*(rat - 0.75)/0.25); epsLat =uSpe*(epsLatPL + (epsLat_nominal - epsLatPL)*(rat - 0.75)/0.25); - assert(epsSen > 0 and epsSen < 1, + assert(epsSen >= 0 and epsSen < 1, "*** Error in " + getInstanceName() + ": The sensible heat exchange effectiveness should be in the range of [0, 1], check if the part load (75%) or nominal sensible heat exchanger effectiveness is too high or too low.", level=AssertionLevel.error); - assert(epsLat > 0 and epsLat < 1, + assert(epsLat >= 0 and epsLat < 1, "*** Error in " + getInstanceName() + ": The latent heat exchange effectiveness should be in the range of [0, 1], check if the part load (75%) or nominal latent heat exchanger effectiveness is too high or too low.", level=AssertionLevel.error); @@ -119,8 +119,8 @@ where VSup_flow is the flow rate of the supply air; It then calculates the sensible and latent effectiveness by:

                                                  -  epsSen = wheSpe * (epsSenPL + (epsSen_nominal - epsSenPL) * (rat - 0.75)/0.25),
                                                  -  epsLat = wheSpe * (epsLatPL + (epsLat_nominal - epsLatPL) * (rat - 0.75)/0.25),
                                                  +  epsSen = uSpe * (epsSenPL + (epsSen_nominal - epsSenPL) * (rat - 0.75)/0.25),
                                                  +  epsLat = uSpe * (epsLatPL + (epsLat_nominal - epsLatPL) * (rat - 0.75)/0.25),
                                                   
                                                  where epsSen and epsLat are the effectiveness for the sensible and latent heat transfer, respectively; @@ -128,7 +128,7 @@ for the sensible and latent heat transfer, respectively; for the sensible heat transfer when rat is 1 and 0.75, respectively; epsLat_nominal and epsLatPL are the effectiveness for the latent heat transfer when Rat is 1 and 0.75, respectively; -uSpe is the speed of a rotary wheel. +uSpe is the speed ratio of a rotary wheel.

                                                  The parameters epsSen_nominal, epsSenPL, epsLat_nominal, and epsLatPL have different values depending on if the wheel is in diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index 3ebfa8466de..af9f9e31aa6 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -27,7 +27,7 @@ model WheelWithBypassDamper offset=273.15 + 30, startTime=60) "Supply air temperature" - annotation (Placement(transformation(extent={{-94,44},{-74,64}}))); + annotation (Placement(transformation(extent={{-94,74},{-74,94}}))); Buildings.Fluid.Sources.Boundary_pT sin_1( redeclare package Medium = Medium1, T=273.15 + 30, @@ -44,7 +44,7 @@ model WheelWithBypassDamper p(displayUnit="Pa") = 101325, nPorts=1) "Supply air source" - annotation (Placement(transformation(extent={{-60,40},{-40,60}}))); + annotation (Placement(transformation(extent={{-60,70},{-40,90}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.WheelWithBypassDamper whe( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -65,11 +65,16 @@ model WheelWithBypassDamper startTime=200) "Bypass damper position" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse opeSig( + width=0.8, + period=400, + shift=72) "Operating signal" + annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); equation connect(TSup.y, sou_1.T_in) - annotation (Line(points={{-73,54},{-62,54}}, color={0,0,127})); + annotation (Line(points={{-73,84},{-62,84}}, color={0,0,127})); connect(sou_1.ports[1],whe.port_a1) - annotation (Line(points={{-40,50},{0,50},{0,12},{6,12}}, color={0,127,255})); + annotation (Line(points={{-40,80},{0,80},{0,12},{6,12}}, color={0,127,255})); connect(whe.port_a2, sou_2.ports[1]) annotation (Line(points={{26,0},{32,0},{32,-20},{70,-20},{70,-60},{60,-60}}, color={0,127,255})); @@ -81,7 +86,8 @@ equation color={0,127,255})); connect(bypDamPos.y, whe.uBypDamPos) annotation (Line(points={{-59,-30},{-28,-30}, {-28,6},{4,6}}, color={0,0,127})); - + connect(opeSig.y, whe.opeSig) annotation (Line(points={{-58,40},{-20,40},{-20, + 14},{4,14}}, color={255,0,255})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos" "Simulate and plot"), @@ -96,9 +102,12 @@ The input signals are configured as follows:

                                                  • +The operating signal opeSigfalse changes into true at 72 seconds. +
                                                  • +
                                                  • The supply air temperature TSup changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60 seconds to 120 seconds. -The exhaust air temperature keeps constant. +The exhaust air temperature remains constant.
                                                  • The bypass damper position uBypDamPos changes from 0 to 0.2 @@ -114,13 +123,17 @@ The expected outputs are:
                                                    • The sensible effectiveness epsSen and the latent effectiveness -epsLat keep constant in the first 200 seconds. -After the 200s, both epsSen and epsLat decrease. +epsLat are 0 at the beginning. +They become positive at 72 seconds and keep constant until 200 seconds. +After the 200 seconds, both epsSen and epsLat decrease.
                                                    • -The temperatures of the leaving supply air and the leaving the exhaust air -follows the change of TSup before 200 seconds. -After the 200 seconds, the leaving supply air temperature increases and the +Before 72 seconds, the temperature of the leaving supply air is equal to TSup. +Likewise, the temperature of the leaving supply air is equal to that of the exhaust +air temperature. +The temperatures of the leaving supply air and the leaving exhaust air +follow the change of TSup during the period from 72 seconds to 200 seconds. +After 200 seconds, the leaving supply air temperature increases and the leaving exhaust air temperature decreases.
                                                    diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo index 964125b43f6..452bac50eca 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mo @@ -98,7 +98,7 @@ The input signals are configured as follows:
                                                  • The supply air temperature TSup changes from 273.15 + 30 K to 273.15 + 40 K during the period from 60 seconds to 120 seconds. -The exhaust air temperature keeps constant. +The exhaust air temperature remains constant.
                                                  • The wheel speed uSpe changes from 0.7 to 1 @@ -114,13 +114,13 @@ The expected outputs are:
                                                    • The sensible effectiveness epsSen and the latent effectiveness -epsLat, keep constant before 200 seconds. -After the 200 seconds, both epsSen and epsLat increase. +epsLat, keep constant before the 200 seconds. +After 200 seconds, both epsSen and epsLat increase.
                                                    • -The leaving supply air temperature and the leaving the exhaust air temperature -follows the change of TSup before 200 seconds. -After the 200 seconds, the leaving supply air temperature decreases +The leaving supply air temperature and the leaving exhaust air temperature +follow the change of TSup before the 200 seconds. +After 200 seconds, the leaving supply air temperature decreases and the leaving exhaust air temperature increases.
                                                    diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo index c5bd1663a28..aa740de479b 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithBypassDamper.mo @@ -49,6 +49,10 @@ model WheelWithBypassDamper "Bypass damper position" annotation (Placement(transformation(extent={{-220,100},{-180,140}}), iconTransformation(extent={{-140,-20},{-100,20}}))); + Modelica.Blocks.Interfaces.BooleanInput opeSig + "True when the wheel is operating" annotation (Placement(transformation( + extent={{-220,-20},{-180,20}}), iconTransformation(extent={{-140,60}, + {-100,100}}))); Modelica.Blocks.Interfaces.RealOutput P "Electric power consumed by the wheel" annotation (Placement(transformation(extent={{100,-10},{120,10}}))); @@ -62,7 +66,7 @@ model WheelWithBypassDamper final dp1_nominal=0, final dp2_nominal=0) "Heat exchanger" - annotation (Placement(transformation(extent={{-10,0},{10,20}}))); + annotation (Placement(transformation(extent={{-10,2},{10,22}}))); Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness effCal( final epsSenCoo_nominal=epsSenCoo_nominal, @@ -75,17 +79,7 @@ model WheelWithBypassDamper final epsLatHeaPL=epsLatHeaPL, final VSup_flow_nominal=m1_flow_nominal/1.293) "Calculates the effectiveness of heat exchange" - annotation (Placement(transformation(extent={{-100,0},{-80,20}}))); - Buildings.Fluid.Sensors.VolumeFlowRate VExh_flow( - redeclare package Medium = Medium2, - final m_flow_nominal=m2_flow_nominal) - "Exhaust air volume flow rate sensor" - annotation (Placement(transformation(extent={{-40,-30},{-60,-10}}))); - Buildings.Fluid.Sensors.VolumeFlowRate VSup_flow( - redeclare package Medium = Medium1, - final m_flow_nominal=m1_flow_nominal) - "Supply air volume flow rate sensor" - annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); + annotation (Placement(transformation(extent={{-100,2},{-80,22}}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal, @@ -128,10 +122,10 @@ model WheelWithBypassDamper X=inStream(port_a2.Xi_outflow)))) "Exhaust air temperature" annotation (Placement(transformation(extent={{-160,-50},{-140,-30}}))); - Modelica.Blocks.Sources.RealExpression PEle( - final y=P_nominal) + Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter PEle( + final k=P_nominal) "Calculate the electric power consumption" - annotation (Placement(transformation(extent={{70,-10},{90,10}}))); + annotation (Placement(transformation(extent={{74,-6},{86,6}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a1( redeclare final package Medium = Medium1) "Fluid connector a1 of the supply air (positive design flow direction is from port_a1 to port_b1)" @@ -153,10 +147,26 @@ model WheelWithBypassDamper annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); Modelica.Blocks.Sources.Constant uni(final k=1) "Unity signal" - annotation (Placement(transformation(extent={{-160,30},{-140,50}}))); + annotation (Placement(transformation(extent={{-160,140},{-140,160}}))); Buildings.Controls.OBC.CDL.Reals.Subtract sub "Difference of the two inputs" annotation (Placement(transformation(extent={{-120,90},{-100,110}}))); + Modelica.Blocks.Math.BooleanToReal booleanToReal(final realTrue=1.0, final realFalse=0.0) + annotation (Placement(transformation(extent={{-160,0},{-140,20}}))); + Modelica.Blocks.Sources.RealExpression VSup_flow(final y=hex.port_a1.m_flow/ + Medium1.density(state=Medium1.setState_phX( + p=hex.port_a1.p, + h=hex.port_a1.h_outflow, + X=hex.port_a1.Xi_outflow))) + "Supply air volume flow rate" + annotation (Placement(transformation(extent={{-160,52},{-140,72}}))); + Modelica.Blocks.Sources.RealExpression VExh_flow(final y=hex.port_a2.m_flow/ + Medium2.density(state=Medium2.setState_phX( + p=hex.port_a2.p, + h=hex.port_a2.h_outflow, + X=hex.port_a2.Xi_outflow))) + "Exhaust air volume flow rate" + annotation (Placement(transformation(extent={{-160,30},{-140,50}}))); equation connect(bypDamSup.port_a, port_a1) annotation (Line(points={{-38,80},{-180,80}}, color={0,127,255})); @@ -167,7 +177,7 @@ equation connect(bypDamExh.port_b, port_b2) annotation (Line(points={{-40,-60},{-180,-60}}, color={0,127,255})); connect(PEle.y, P) - annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); + annotation (Line(points={{87.2,0},{110,0}},color={0,0,127})); connect(damExh.port_a, port_a2) annotation (Line(points={{60,-50},{60,-60},{100,-60}}, color={0,127,255})); connect(sub.y, damSup.y) @@ -175,52 +185,55 @@ equation connect(damExh.y,sub. y) annotation (Line(points={{48,-40},{20,-40},{20,100},{-98,100}}, color={0,0,127})); connect(effCal.epsSen, hex.epsSen) - annotation (Line(points={{-79,14},{-12,14}}, color={0,0,127})); + annotation (Line(points={{-79,16},{-12,16}}, color={0,0,127})); connect(effCal.epsLat, hex.epsLat) - annotation (Line(points={{-79,6},{-12,6}},color={0,0,127})); + annotation (Line(points={{-79,8},{-12,8}},color={0,0,127})); connect(bypDamSup.y, uBypDamPos) annotation (Line(points={{-28,92},{-28,120},{-200,120}}, color={0,0,127})); - connect(effCal.uSpe, uni.y) annotation (Line(points={{-102,10},{-130,10},{-130, - 40},{-139,40}}, color={0,0,127})); connect(TSup.y, effCal.TSup) - annotation (Line(points={{-139,-20},{-114,-20},{-114,6},{-102,6}}, + annotation (Line(points={{-139,-20},{-114,-20},{-114,8},{-102,8}}, color={0,0,127})); connect(TExh.y, effCal.TExh) - annotation (Line(points={{-139,-40},{-110,-40},{-110,2},{-102,2}}, + annotation (Line(points={{-139,-40},{-110,-40},{-110,4},{-102,4}}, color={0,0,127})); connect(damSup.port_b, hex.port_a1) - annotation (Line(points={{-22,40},{-20,40},{-20,16},{-10,16}}, + annotation (Line(points={{-22,40},{-20,40},{-20,18},{-10,18}}, color={0,127,255})); connect(bypDamExh.y, uBypDamPos) annotation (Line(points={{-30,-48},{-30,-30}, {40,-30},{40,120},{-200,120}}, color={0,0,127})); - connect(damSup.port_a, VSup_flow.port_b) - annotation (Line(points={{-42,40},{-60,40}}, color={0,127,255})); - connect(VSup_flow.port_a, port_a1) - annotation (Line(points={{-80,40},{-100,40},{-100,80},{-180,80}}, - color={0,127,255})); connect(hex.port_b1, port_b1) - annotation (Line(points={{10,16},{58,16},{58,80},{100,80}}, - color={0,127,255})); - connect(hex.port_b2, VExh_flow.port_a) - annotation (Line(points={{-10,4},{-20,4},{-20,-20},{-40,-20}}, - color={0,127,255})); - connect(VExh_flow.port_b, port_b2) - annotation (Line(points={{-60,-20},{-70,-20},{-70,-60},{-180,-60}}, + annotation (Line(points={{10,18},{58,18},{58,80},{100,80}}, color={0,127,255})); connect(hex.port_a2, damExh.port_b) - annotation (Line(points={{10,4},{60,4},{60,-30}}, color={0,127,255})); - connect(VExh_flow.V_flow, effCal.VExh_flow) - annotation (Line(points={{-50,-9},{-50,60},{-120,60},{-120,14},{-102,14}}, - color={0,0,127})); + annotation (Line(points={{10,6},{60,6},{60,-30}}, color={0,127,255})); connect(sub.u2, uBypDamPos) annotation (Line(points={{-122,94},{-140,94},{-140, 120},{-200,120}}, color={0,0,127})); connect(uni.y, sub.u1) - annotation (Line(points={{-139,40},{-130,40},{-130,106},{-122,106}}, + annotation (Line(points={{-139,150},{-132,150},{-132,106},{-122,106}}, color={0,0,127})); - connect(VSup_flow.V_flow, effCal.VSup_flow) - annotation (Line(points={{-70,51},{-70,56},{-114,56},{-114,18},{-102,18}}, + connect(opeSig, booleanToReal.u) + annotation (Line(points={{-200,0},{-170,0},{ + -170,10},{-162,10}}, color={255,0,255})); + connect(booleanToReal.y, effCal.uSpe) + annotation (Line(points={{-139,10},{-120,10},{-120,12},{-102,12}}, color={0,0,127})); - + connect(PEle.u, booleanToReal.y) + annotation (Line(points={{72.8,0},{-120,0},{-120, + 10},{-139,10}}, color={0,0,127})); + connect(damSup.port_a, port_a1) + annotation (Line(points={{-42,40},{-100,40},{-100, + 80},{-180,80}}, color={0,127,255})); + connect(port_b2, port_b2) + annotation (Line(points={{-180,-60},{-180,-60}}, color={0,127,255})); + connect(port_b2, hex.port_b2) + annotation (Line(points={{-180,-60},{-72,-60},{-72, + -6},{-10,-6},{-10,6}}, color={0,127,255})); + connect(VSup_flow.y, effCal.VSup_flow) + annotation (Line(points={{-139,62},{-120, + 62},{-120,20},{-102,20}}, color={0,0,127})); + connect(VExh_flow.y, effCal.VExh_flow) + annotation (Line(points={{-139,40},{-124, + 40},{-124,16},{-102,16}}, color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), @@ -277,7 +290,7 @@ annotation ( textColor={0,0,255}, textString="%name")}), Diagram( - coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,140}})), + coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,180}})), Documentation(info="

                                                    Model of a generic, sensible and latent air-to-air heat recovery wheel, which consists of @@ -291,10 +304,21 @@ through the heat exchanger. This model does not require geometric data. The performance is defined by specifying sensible and latent effectiveness at 75% and 100% of the nominal supply air flow rate in both heating and cooling conditions. -For details, refer to - -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness.

                                                    +

                                                    Options

                                                    +

                                                    +This operation of the wheel is configured as follows. +

                                                    + ", revisions="
                                                    • diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo index 023b8db24db..13a2d150d13 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/WheelWithVariableSpeed.mo @@ -41,11 +41,13 @@ model WheelWithVariableSpeed parameter Modelica.Units.SI.Efficiency epsLatHeaPL( final max=1) = 0.75 "Part load (75%) latent heat exchanger effectiveness at the heating mode"; - + parameter Real a[:] = {1} + "Coefficients for power efficiency curve (need p(a=a, uSpe=1)=1)" + annotation (Dialog(group="Efficiency")); Modelica.Blocks.Interfaces.RealInput uSpe( final unit="1", final max=1) - "Wheel speed" + "Wheel speed ratio" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); Modelica.Blocks.Interfaces.RealOutput P "Electric power consumed by the wheel" @@ -73,17 +75,7 @@ model WheelWithVariableSpeed final epsLatHeaPL=epsLatHeaPL, final VSup_flow_nominal=m1_flow_nominal/1.293) "Calculate the effectiveness of heat exchange" - annotation (Placement(transformation(extent={{-40,40},{-20,60}}))); - Buildings.Fluid.Sensors.VolumeFlowRate senExhFlow( - redeclare package Medium = Medium2, - final m_flow_nominal=m2_flow_nominal) - "Exhaust air volume flow rate sensor" - annotation (Placement(transformation(extent={{70,-70},{50,-50}}))); - Buildings.Fluid.Sensors.VolumeFlowRate senSupFlow( - redeclare package Medium =Medium1, - final m_flow_nominal=m1_flow_nominal) - "Supply air volume flow rate sensor" - annotation (Placement(transformation(extent={{-40,90},{-20,110}}))); + annotation (Placement(transformation(extent={{-42,-10},{-22,10}}))); Modelica.Blocks.Sources.RealExpression TSup( final y=Medium1.temperature( Medium1.setState_phX( @@ -91,7 +83,7 @@ model WheelWithVariableSpeed h=inStream(port_a1.h_outflow), X=inStream(port_a1.Xi_outflow)))) "Supply air temperature" - annotation (Placement(transformation(extent={{-90,28},{-70,48}}))); + annotation (Placement(transformation(extent={{-90,-30},{-70,-10}}))); Modelica.Blocks.Sources.RealExpression TExh( final y=Medium2.temperature( Medium2.setState_phX( @@ -99,15 +91,15 @@ model WheelWithVariableSpeed h=inStream(port_a2.h_outflow), X=inStream(port_a2.Xi_outflow)))) "Exhaust air temperature" - annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); - Modelica.Blocks.Sources.RealExpression PEle( - final y=P_nominal) + annotation (Placement(transformation(extent={{-90,-50},{-70,-30}}))); + Modelica.Blocks.Sources.RealExpression PEle(final y=P_nominal* + Buildings.Utilities.Math.Functions.polynomial(a=a, x=uSpe)) "Electric power consumption" annotation (Placement(transformation(extent={{70,-10},{90,10}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a1( redeclare final package Medium = Medium1) "Fluid connector a1 of the supply air (positive design flow direction is from port_a1 to port_b1)" - annotation (Placement(transformation(extent={{-110,90},{-90,110}}), + annotation (Placement(transformation(extent={{-112,50},{-92,70}}), iconTransformation(extent={{-110,50},{-90,70}}))); Modelica.Fluid.Interfaces.FluidPort_b port_b2( redeclare final package Medium = Medium2) @@ -116,53 +108,58 @@ model WheelWithVariableSpeed Modelica.Fluid.Interfaces.FluidPort_b port_b1( redeclare final package Medium = Medium1) "Fluid connector b1 of the supply air (positive design flow direction is from port_a1 to port_b1)" - annotation (Placement(transformation(extent={{110,90},{90,110}}), + annotation (Placement(transformation(extent={{110,50},{90,70}}), iconTransformation(extent={{110,50},{90,70}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a2( redeclare final package Medium = Medium2) "Fluid connector a2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); + Modelica.Blocks.Sources.RealExpression VSup_flow(final y=port_a1.m_flow/ + Medium1.density(state=Medium1.setState_phX( + p=port_a1.p, + h=port_a1.h_outflow, + X=port_a1.Xi_outflow))) "Supply air volume flow rate" + annotation (Placement(transformation(extent={{-90,30},{-70,50}}))); + Modelica.Blocks.Sources.RealExpression VExh_flow(final y=port_a2.m_flow/ + Medium2.density(state=Medium2.setState_phX( + p=port_a2.p, + h=port_a2.h_outflow, + X=port_a2.Xi_outflow))) "Exhaust air volume flow rate" + annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); equation - connect(senExhFlow.port_b, hex.port_a2) - annotation (Line(points={{50,-60},{40,-60},{40,-6},{26,-6}}, - color={0,127,255})); - connect(hex.port_a1, senSupFlow.port_b) - annotation (Line(points={{6,6},{0,6},{0,100},{-20,100}}, - color={0,127,255})); connect(hex.port_b1, port_b1) - annotation (Line(points={{26,6},{40,6},{40,100},{100,100}}, + annotation (Line(points={{26,6},{40,6},{40,60},{100,60}}, color={0,127,255})); connect(hex.port_b2, port_b2) - annotation (Line(points={{6,-6},{-60,-6},{-60,-60},{-100,-60}}, + annotation (Line(points={{6,-6},{0,-6},{0,-60},{-100,-60}}, color={0,127,255})); connect(PEle.y, P) annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); - connect(senExhFlow.port_a, port_a2) - annotation (Line(points={{70,-60},{100,-60}}, - color={0,127,255})); - connect(senSupFlow.port_a, port_a1) - annotation (Line(points={{-40,100},{-100,100}}, - color={0,127,255})); connect(effCal.epsSen, hex.epsSen) - annotation (Line(points={{-19,54},{-6,54},{-6,4},{4,4}}, color={0,0,127})); + annotation (Line(points={{-21,4},{4,4}}, color={0,0,127})); connect(effCal.epsLat, hex.epsLat) - annotation (Line(points={{-19,46},{-12,46},{-12,-4},{4,-4}}, - color={0,0,127})); - connect(effCal.uSpe, uSpe) annotation (Line(points={{-42,50},{-94,50},{-94,0}, - {-120,0}}, color={0,0,127})); - connect(senSupFlow.V_flow, effCal.VSup_flow) - annotation (Line(points={{-30,111},{-30,120},{-80,120},{-80,58},{-42,58}}, + annotation (Line(points={{-21,-4},{4,-4}}, color={0,0,127})); - connect(senExhFlow.V_flow, effCal.VExh_flow) - annotation (Line(points={{60,-49},{60,80},{-74,80},{-74,54},{-42,54}}, + connect(effCal.uSpe, uSpe) + annotation (Line(points={{-44,0},{-120,0}}, color={0,0,127})); connect(TSup.y, effCal.TSup) - annotation (Line(points={{-69,38},{-60,38},{-60,46},{-42,46}}, + annotation (Line(points={{-69,-20},{-50,-20},{-50,-4},{-44,-4}}, color={0,0,127})); connect(TExh.y, effCal.TExh) - annotation (Line(points={{-69,20},{-52,20},{-52,42},{-42,42}}, + annotation (Line(points={{-69,-40},{-44,-40},{-44,-8}}, color={0,0,127})); - + connect(hex.port_a1, port_a1) + annotation (Line(points={{6,6},{0,6},{0,60},{-102,60}}, color={0,0,127})); + connect(hex.port_a2, port_a2) + annotation (Line(points={{26,-6},{40,-6},{40,-60}, + {100,-60}}, color={0,127,255})); + connect(VSup_flow.y, effCal.VSup_flow) + annotation (Line(points={{-69,40},{-50, + 40},{-50,8},{-44,8}}, color={0,0,127})); + connect(VExh_flow.y, effCal.VExh_flow) + annotation (Line(points={{-69,20},{-58, + 20},{-58,4},{-44,4}}, color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100, @@ -216,7 +213,7 @@ annotation ( textColor={0,0,255}, textString="%name")}), Diagram( - coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,140}})), + coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), Documentation(info="

                                                      Model of a generic, sensible and latent air-to-air heat recovery wheel, which has the @@ -233,6 +230,18 @@ For details, refer to Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Effectiveness.

                                                      +

                                                      +The power consumption of this wheel is calculated by +

                                                      +

                                                      + P = Pnominal(a1 + a2 uSpe + a3 uSpe2 + ...), +

                                                      +

                                                      +where pnominal is the nominal wheel power consumption, +uSpe is the wheel speed ratio, +and the coefficients ai +are declared by the parameter a. +

                                                      ", revisions="
                                                      • From 5bc327656f5b389b1d2e4a9ea9719f4ba8366b44 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Mon, 18 Dec 2023 20:23:38 -0500 Subject: [PATCH 121/196] ref data update --- ...oAirHeatRecovery_Examples_WheelWithBypassDamper.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt index 6d31971813e..175d909de6a 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt @@ -1,4 +1,4 @@ -last-generated=2023-12-14 +last-generated=2023-12-18 statistics-simulation= { "linear": "4, 4", @@ -7,11 +7,11 @@ statistics-simulation= "numerical Jacobians": "0" } time=[0e+00, 3.6e+02] -whe.hex.sta_b1.T=[2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950355834960938e+02, 2.950728149177352e+02, 2.951844786650813e+02, 2.952961425307828e+02, 2.954078063964844e+02, 2.955194397446078e+02, 2.956311036103093e+02, 2.957427672393001e+02, 2.958544311050016e+02, 2.959660949707031e+02, 2.9607775883634e+02, 2.961894227019768e+02, 2.963010558136482e+02, 2.96412719679285e+02, 2.965243835449219e+02, 2.966360474106234e+02, 2.967477112763249e+02, 2.968593749053157e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968965759277344e+02, 2.968966369626319e+02, 2.968979187035002e+02, 2.969021911571941e+02, 2.969106445501351e+02, 2.969237365722656e+02, 2.969415588045183e+02, 2.969639587614478e+02, 2.969906310795859e+02, 2.970211487370025e+02, 2.970550842285156e+02, 2.970919799160524e+02, 2.971314392435208e+02, 2.971730651495876e+02, 2.972164917745005e+02, 2.972613830566406e+02, 2.973074950382839e+02, 2.973545530622621e+02, 2.974023439129812e+02, 2.974506836760167e+02, 2.974993896484375e+02, 2.975483702782853e+02, 2.975974729779282e+02, 2.976466371294936e+02, 2.976957703469733e+02, 2.977448120117188e+02, 2.977936705715128e+02, 2.978423155092947e+02, 2.978907472338111e+02, 2.979388733722475e+02, 2.979866943359375e+02, 2.980341796073029e+02, 2.980813291863437e+02, 2.981281129507759e+02, 2.981744995901049e+02, 2.982205200195312e+02, 2.982661437217354e+02, 2.983113401793981e+02, 2.983561402872823e+02, 2.984004822527575e+02, 2.984444274902344e+02, 2.984879454831698e+02, 2.985310362315636e+02, 2.985737000950092e+02, 2.986159058328613e+02, 2.986576843261719e+02] +whe.hex.sta_b1.T=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 2.955181274886837e+02, 2.956297303191643e+02, 2.957413023956794e+02, 2.9585290522616e+02, 2.959645080566406e+02, 2.960761108871212e+02, 2.961876832001531e+02, 2.962992857941169e+02, 2.964108886245975e+02, 2.965224914550781e+02, 2.966340637680453e+02, 2.967456665985906e+02, 2.968572691925544e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968945312494826e+02, 2.968957824731608e+02, 2.969000854443034e+02, 2.969085388372445e+02, 2.96921630859375e+02, 2.969394530916277e+02, 2.969618835661353e+02, 2.969885558842734e+02, 2.970191040592681e+02, 2.970530395507812e+02, 2.970899657558961e+02, 2.97129425083494e+02, 2.971710815070094e+02, 2.972145386495005e+02, 2.972594604492188e+02, 2.97305572430862e+02, 2.973526609719009e+02, 2.974004823407155e+02, 2.974488221040098e+02, 2.9749755859375e+02, 2.975465697409173e+02, 2.97595702958397e+02, 2.976448976275405e+02, 2.976940613623397e+02, 2.977431030273438e+02, 2.977919921047159e+02, 2.97840667560076e+02, 2.978890992851098e+02, 2.979372559408656e+02, 2.97985107421875e+02, 2.980326232108185e+02, 2.980798033074375e+02, 2.981265870723871e+02, 2.981730347460962e+02, 2.982190551757812e+02, 2.982646788779854e+02, 2.983099058532262e+02, 2.983547364792059e+02, 2.983991089617418e+02, 2.984430847167969e+02, 2.984866332273104e+02, 2.985297239757042e+02, 2.98572418356728e+02, 2.986146546121582e+02, 2.986564331054688e+02] TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] whe.port_a1.m_flow=[1e+01, 7.473897890355959e+00, 6.189397754680937e+00, 5.405409838762697e+00, 5.154702173853067e+00, 5.071506500244141e+00, 5.0387630486839e+00, 5.023861410564977e+00, 5.015490052916603e+00, 5.006117347137351e+00, 5.001753807067871e+00, 5.000472068560258e+00, 5.000136375466152e+00, 5.000044822684282e+00, 5.000017166144769e+00, 5.000007629394531e+00, 5.000003814696255e+00, 5.000002384185791e+00, 5.000001430511475e+00, 5.000000953674316e+00, 5.000000953674316e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 4.999943733607425e+00, 4.998464581531157e+00, 4.993455892598923e+00, 4.983616806819795e+00, 4.968370914459229e+00, 4.947595635239784e+00, 4.921479200424519e+00, 4.890399960780747e+00, 4.854838306803896e+00, 4.815305233001709e+00, 4.772305086800642e+00, 4.726323564260856e+00, 4.677818817062193e+00, 4.6272110062517e+00, 4.574877262115479e+00, 4.521149727226299e+00, 4.466317840866078e+00, 4.410633373777898e+00, 4.354313754412903e+00, 4.297544956207275e+00, 4.240487195569017e+00, 4.183275416884372e+00, 4.126023098492043e+00, 4.068831346947831e+00, 4.011781215667725e+00, 3.954947090965448e+00, 3.898392630229742e+00, 3.842174340167547e+00, 3.786343241875792e+00, 3.730943441390991e+00, 3.676013324074063e+00, 3.621587221883087e+00, 3.567693290284806e+00, 3.514356046472182e+00, 3.461592674255371e+00, 3.409414141028468e+00, 3.357825930202537e+00, 3.306823081866735e+00, 3.256394301365054e+00, 3.206521272659302e+00, 3.157174432150856e+00, 3.108320878061652e+00, 3.059922293489332e+00, 3.011936345195597e+00, 2.964321374893188e+00] whe.port_a2.m_flow=[1e+01, 7.473897890355959e+00, 6.189397754680937e+00, 5.405409838762697e+00, 5.154702173853067e+00, 5.071506500244141e+00, 5.0387630486839e+00, 5.023861410564977e+00, 5.015490052916603e+00, 5.006117347137351e+00, 5.001753807067871e+00, 5.000472068560258e+00, 5.000136375466152e+00, 5.000044822684282e+00, 5.000017166144769e+00, 5.000007629394531e+00, 5.000003814696255e+00, 5.000002384185791e+00, 5.000001430511475e+00, 5.000000953674316e+00, 5.000000953674316e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 4.999943733607425e+00, 4.998464581531157e+00, 4.993455892598923e+00, 4.983616806819795e+00, 4.968370914459229e+00, 4.947595635239784e+00, 4.921479200424519e+00, 4.890399960780747e+00, 4.854838306803896e+00, 4.815305233001709e+00, 4.772305086800642e+00, 4.726323564260856e+00, 4.677818817062193e+00, 4.6272110062517e+00, 4.574877262115479e+00, 4.521149727226299e+00, 4.466317840866078e+00, 4.410633373777898e+00, 4.354313754412903e+00, 4.297544956207275e+00, 4.240487195569017e+00, 4.183275416884372e+00, 4.126023098492043e+00, 4.068831346947831e+00, 4.011781215667725e+00, 3.954947090965448e+00, 3.898392630229742e+00, 3.842174340167547e+00, 3.786343241875792e+00, 3.730943441390991e+00, 3.676013324074063e+00, 3.621587221883087e+00, 3.567693290284806e+00, 3.514356046472182e+00, 3.461592674255371e+00, 3.409414141028468e+00, 3.357825930202537e+00, 3.306823081866735e+00, 3.256394301365054e+00, 3.206521272659302e+00, 3.157174432150856e+00, 3.108320878061652e+00, 3.059922293489332e+00, 3.011936345195597e+00, 2.964321374893188e+00] -whe.hex.sta_b2.T=[3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.012703857421875e+02, 3.014332884706416e+02, 3.01921996656004e+02, 3.024106748417386e+02, 3.028993835449219e+02, 3.033880922481699e+02, 3.038768009512885e+02, 3.043654781013165e+02, 3.048541868045645e+02, 3.053428955078125e+02, 3.058315736934824e+02, 3.063202823967304e+02, 3.068089900642071e+02, 3.072976682499417e+02, 3.07786376953125e+02, 3.082750856563083e+02, 3.087637638420429e+02, 3.092524715095196e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153747558594e+02, 3.094153137212205e+02, 3.094140624975424e+02, 3.094097595263997e+02, 3.094013366510367e+02, 3.093883056640625e+02, 3.093705139493879e+02, 3.09348175027744e+02, 3.093215942620817e+02, 3.092911681575288e+02, 3.0925732421875e+02, 3.092205200836889e+02, 3.091811828267917e+02, 3.091396789909081e+02, 3.090963439193762e+02, 3.090515747070312e+02, 3.090055847954417e+02, 3.089586488420348e+02, 3.089109800621456e+02, 3.088627928864833e+02, 3.088141784667969e+02, 3.087653199072615e+02, 3.087163392774137e+02, 3.086672971966782e+02, 3.086182860497697e+02, 3.085693664550781e+02, 3.085206299653379e+02, 3.084720765800316e+02, 3.084237669263452e+02, 3.083757323406431e+02, 3.083280029296875e+02, 3.082806092110565e+02, 3.082335817018107e+02, 3.081868894911477e+02, 3.081405944042944e+02, 3.080946655273438e+02, 3.080491638951934e+02, 3.080040284729457e+02, 3.079593199177958e+02, 3.079150389879943e+02, 3.078711853027344e+02, 3.078277588622747e+02, 3.077847291492958e+02, 3.077421568391019e+02, 3.077000121361474e+02, 3.076583251953125e+02] +whe.hex.sta_b2.T=[2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 3.033894045040939e+02, 3.038781742424335e+02, 3.043669429450665e+02, 3.048557126834708e+02, 3.053444519042969e+02, 3.058332216427011e+02, 3.063219913811054e+02, 3.068107600837384e+02, 3.072994993045645e+02, 3.077882690429688e+02, 3.08277038781373e+02, 3.087658085197772e+02, 3.092545772222809e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.094174194341111e+02, 3.09416168210433e+02, 3.094118652394197e+02, 3.094034423639274e+02, 3.093904113769531e+02, 3.093726196622786e+02, 3.093502502230565e+02, 3.093236389399454e+02, 3.092932128352631e+02, 3.092593688964844e+02, 3.092225342441039e+02, 3.091831664693698e+02, 3.091416321160374e+02, 3.09098327561437e+02, 3.090534973144531e+02, 3.090075074028636e+02, 3.089605409318785e+02, 3.08912872151472e+02, 3.088646239411708e+02, 3.088160095214844e+02, 3.087671204443709e+02, 3.087181092969449e+02, 3.086690366986314e+02, 3.086199950341447e+02, 3.085710754394531e+02, 3.085222779145566e+02, 3.084737245292504e+02, 3.084253843579858e+02, 3.083773192549643e+02, 3.0832958984375e+02, 3.082821656075408e+02, 3.082351075807169e+02, 3.081884153695366e+02, 3.081420592480444e+02, 3.080961303710938e+02, 3.080505982213652e+02, 3.080054627986001e+02, 3.079607237263896e+02, 3.079164122790099e+02, 3.078725280761719e+02, 3.078290711183927e+02, 3.077860414051552e+02, 3.077434385773832e+02, 3.077012938741699e+02, 3.076595764160156e+02] whe.uBypDamPos=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.999992465612479e-03, 6.500003948800676e-03, 1.099999612570312e-02, 1.550000737606466e-02, 1.999999955296516e-02, 2.449999172988142e-02, 2.900000298022717e-02, 3.349999701977283e-02, 3.800000640748921e-02, 4.250000044703484e-02, 4.699999076132177e-02, 5.150000387429688e-02, 5.59999979138425e-02, 6.050000730155885e-02, 6.499999761581417e-02, 6.949999165535983e-02, 7.399998569490546e-02, 7.850001788137323e-02, 8.300000447033823e-02, 8.749999850988388e-02, 9.199999254942953e-02, 9.649998658897513e-02, 1.010000187753166e-01, 1.05500005364408e-01, 1.099999994039536e-01, 1.144999934434992e-01, 1.189999874830448e-01, 1.23500012218932e-01, 1.280000137090582e-01, 1.324999928474426e-01, 1.369999868869883e-01, 1.414999809265339e-01, 1.460000131130016e-01, 1.505000071525472e-01, 1.550000011920929e-01, 1.594999952316385e-01, 1.639999892711841e-01, 1.685000214576519e-01, 1.730000005960363e-01, 1.77499994635582e-01, 1.819999886751276e-01, 1.864999827146732e-01, 1.91000014901141e-01, 1.955000089406866e-01, 2.000000029802322e-01] -whe.effCal.epsSen=[8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.15500020980835e-01, 8.154975772070732e-01, 8.154338000989712e-01, 8.152179124454552e-01, 8.147938838017394e-01, 8.141367435455322e-01, 8.132413642492259e-01, 8.12115727789005e-01, 8.107762348764057e-01, 8.092434974536896e-01, 8.075395822525024e-01, 8.056862982672652e-01, 8.037044388558297e-01, 8.016138690879587e-01, 7.994325719247337e-01, 7.971768975257874e-01, 7.948610822241824e-01, 7.924975833522759e-01, 7.900972284337147e-01, 7.876693564994709e-01, 7.852218747138977e-01, 7.827616375732487e-01, 7.802943074970506e-01, 7.778245722970133e-01, 7.753567057769911e-01, 7.728938460350037e-01, 7.704389136860128e-01, 7.679942929031779e-01, 7.655619896706753e-01, 7.631437737626552e-01, 7.607409358024597e-01, 7.583547274876291e-01, 7.559860428777297e-01, 7.536356965865841e-01, 7.51304384113212e-01, 7.489926218986511e-01, 7.467008271789518e-01, 7.444294767826827e-01, 7.421789093419372e-01, 7.39949341829951e-01, 7.377411127090454e-01, 7.355543411945734e-01, 7.33389265696019e-01, 7.312459873444743e-01, 7.291246020818674e-01, 7.270252704620361e-01] -whe.effCal.epsLat=[7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.310000061988831e-01, 7.309951186518648e-01, 7.308676240398001e-01, 7.304358487325157e-01, 7.29587731840692e-01, 7.282735109329224e-01, 7.264826927361703e-01, 7.242314794198679e-01, 7.215524339900244e-01, 7.184870187492373e-01, 7.150791883468628e-01, 7.113725607717436e-01, 7.074089015535172e-01, 7.032277024133832e-01, 6.988651676913253e-01, 6.943537592887878e-01, 6.897221286855779e-01, 6.849951905474204e-01, 6.801944807082767e-01, 6.75338677236155e-01, 6.704437732696533e-01, 6.655232393847209e-01, 6.605885792323249e-01, 6.556491684358844e-01, 6.50713375792206e-01, 6.457876563072205e-01, 6.408777916102494e-01, 6.359885500445794e-01, 6.311239435795744e-01, 6.262875117625236e-01, 6.214818954467773e-01, 6.16709478816611e-01, 6.119721095973173e-01, 6.072714170140157e-01, 6.026087920687873e-01, 5.979852080345154e-01, 5.934016185951168e-01, 5.888589774062128e-01, 5.843577829220981e-01, 5.798986478976204e-01, 5.75482189655304e-01, 5.7110864662636e-01, 5.667784956302618e-01, 5.624919389271723e-01, 5.582492280050874e-01, 5.540505647659302e-01] +whe.effCal.epsSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.15604031102642e-01, 8.155402539942873e-01, 8.153242471317345e-01, 8.148999800689344e-01, 8.142425417900085e-01, 8.133466856575545e-01, 8.122205127540149e-01, 8.108803045869414e-01, 8.093468519067196e-01, 8.076421022415161e-01, 8.057878645834783e-01, 8.038050514954526e-01, 8.017134088459968e-01, 7.995310984005264e-01, 7.972742915153503e-01, 7.949573437270104e-01, 7.925926527657454e-01, 7.901911057451937e-01, 7.877620417200756e-01, 7.853133678436279e-01, 7.828518790079649e-01, 7.803833568403873e-01, 7.7791242953937e-01, 7.75443311324334e-01, 7.729792594909668e-01, 7.705230754469621e-01, 7.680772625727474e-01, 7.65643767239265e-01, 7.63224299636231e-01, 7.608203291893005e-01, 7.584329287835956e-01, 7.560631116874664e-01, 7.53711573295341e-01, 7.513791283357393e-01, 7.49066174030304e-01, 7.467733064285145e-01, 7.445008235455105e-01, 7.422491236094404e-01, 7.400184236117299e-01, 7.378091216087341e-01, 7.35621277212172e-01, 7.334551288325381e-01, 7.313107775903135e-01, 7.291883790497559e-01, 7.270880341529846e-01] +whe.effCal.epsLat=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312080264430025e-01, 7.310804722260404e-01, 7.306484585006822e-01, 7.297999243750819e-01, 7.284850478172302e-01, 7.266933951564618e-01, 7.244409897454954e-01, 7.217606330154881e-01, 7.186937276547919e-01, 7.152842283248901e-01, 7.115757530088145e-01, 7.076101268325105e-01, 7.034268415335989e-01, 6.990621610387711e-01, 6.945485472679138e-01, 6.899146516917393e-01, 6.851853293723382e-01, 6.803822353322453e-01, 6.755241072820091e-01, 6.706267595291138e-01, 6.657037818577878e-01, 6.607666779189982e-01, 6.558248829195873e-01, 6.508866464900206e-01, 6.459584832191467e-01, 6.41046174735782e-01, 6.361545489873528e-01, 6.312874987167536e-01, 6.264486827179541e-01, 6.21640682220459e-01, 6.168658814090491e-01, 6.121262472157804e-01, 6.074232300361742e-01, 6.027582209097022e-01, 5.981323719024658e-01, 5.935465770947475e-01, 5.890016709328789e-01, 5.844982114581151e-01, 5.800368710653175e-01, 5.756182670593262e-01, 5.712425782667072e-01, 5.66910281506934e-01, 5.626215790224849e-01, 5.583767819413697e-01, 5.541760921478271e-01] From 8a466d549c5a17e51a4f216c570818fd6dd76d84 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Tue, 19 Dec 2023 10:02:11 -0500 Subject: [PATCH 122/196] model doc improved --- .../Examples/WheelWithBypassDamper.mo | 3 +- .../Examples/WheelWithVariableSpeed.mo | 1 + .../WheelWithBypassDamper.mo | 37 +++++++++++------ .../WheelWithVariableSpeed.mo | 40 ++++++++++++------- 4 files changed, 53 insertions(+), 28 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo index af9f9e31aa6..6c4fe22b195 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo +++ b/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mo @@ -52,6 +52,7 @@ model WheelWithBypassDamper m2_flow_nominal=5, dp1_nominal(displayUnit="Pa") = 100, dp2_nominal(displayUnit="Pa") = 100, + P_nominal=100, epsLatCoo_nominal=0.7, epsLatCooPL=0.6, epsLatHea_nominal=0.7, @@ -102,7 +103,7 @@ The input signals are configured as follows:

                                                        ")); -end WheelWithVariableSpeed; +end SpeedControlled; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/package.mo new file mode 100644 index 00000000000..6d05375b0af --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/package.mo @@ -0,0 +1,20 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels; +package Validation "Collection of validation models" + extends Modelica.Icons.ExamplesPackage; + +annotation (preferredView="info", Documentation(info=" +

                                                        +This package contains validation models for the classes in + +Buildings.Fluid.HeatExchangers.ThermalWheels. +

                                                        +

                                                        +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

                                                        +")); +end Validation; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/package.order new file mode 100644 index 00000000000..1ba806efdd8 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/package.order @@ -0,0 +1,2 @@ +BypassDampers +SpeedControlled diff --git a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo similarity index 68% rename from Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo index 51f67e1df5b..0fdf3790685 100644 --- a/Buildings/Fluid/HeatExchangers/AirToAirHeatRecovery/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers; -package AirToAirHeatRecovery "Package with air-to-air heat recovery devices" +package ThermalWheels "Package with air-to-air heat recovery devices" extends Modelica.Icons.VariantsPackage; annotation (Documentation(info=" @@ -7,4 +7,4 @@ annotation (Documentation(info=" This package contains component models for air-to-air heat recovery devices.

                                                        ")); -end AirToAirHeatRecovery; +end ThermalWheels; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.order new file mode 100644 index 00000000000..f72d2cb4843 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.order @@ -0,0 +1,4 @@ +BypassDampers +SpeedControlled +Validation +BaseClasses diff --git a/Buildings/Fluid/HeatExchangers/package.order b/Buildings/Fluid/HeatExchangers/package.order index ba02d079c0a..40fe49dd428 100644 --- a/Buildings/Fluid/HeatExchangers/package.order +++ b/Buildings/Fluid/HeatExchangers/package.order @@ -12,10 +12,10 @@ WetCoilCounterFlow WetCoilDiscretized WetCoilEffectivenessNTU ActiveBeams -AirToAirHeatRecovery CoolingTowers RadiantSlabs Radiators +ThermalWheels Examples Validation BaseClasses diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_Effectiveness.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_BaseClasses_Validation_Effectiveness.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_Effectiveness.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_BaseClasses_Validation_Effectiveness.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Validation_BypassDampers.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithBypassDamper.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Validation_BypassDampers.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Validation_SpeedControlled.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_AirToAirHeatRecovery_Examples_WheelWithVariableSpeed.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Validation_SpeedControlled.txt diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mos similarity index 81% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mos index 7b0f7908a31..173d892b071 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/Effectiveness.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.Effectiveness", stopTime=120, method="CVode", tolerance=1e-6, resultFile="Effectiveness"); +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.Effectiveness", stopTime=120, method="CVode", tolerance=1e-6, resultFile="Effectiveness"); createPlot(id=1, position={55, 14, 975, 618}, y={"whSpe.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=101, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); createPlot(id=1, position={55, 14, 975, 618}, y={"TSup.y", "TExh.y"}, range={0.0, 120.0, 280.0, 320.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"K", "K"}); createPlot(id=1, position={55, 14, 975, 618}, y={"VSup.y", "VExh.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"m3/s", "m3/s"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos similarity index 72% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos index 7acc1054d98..687aefc952c 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchangerWithInputEffectiveness", stopTime=360, method="CVode", tolerance=1e-6, resultFile="HeatExchangerWithInputEffectiveness"); +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.HeatExchangerWithInputEffectiveness", stopTime=360, method="CVode", tolerance=1e-6, resultFile="HeatExchangerWithInputEffectiveness"); createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_a1.T", "hex.sta_b2.T"}, range={0.0, 360.0, 25.0, 45.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); createPlot(id=1, position={28, 18, 1047, 662}, y={"epsSen.y", "epsLat.y"}, range={0.0, 360.0, 0.65, 0.85}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}); createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_b2.X[1]", "hex.sta_b1.X[1]"}, range={0.0, 360.0, 0.01, 0.012}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, displayUnits={"kg/kg", "kg/kg"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/BypassDampers.mos similarity index 84% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/BypassDampers.mos index 9f5290508a2..b84cf4c36f0 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithBypassDamper.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/BypassDampers.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper", stopTime=360, method="CVode", tolerance=1e-06, resultFile="WheelWithBypassDamper"); +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.BypassDampers", stopTime=360, method="CVode", tolerance=1e-06, resultFile="BypassDampers"); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/SpeedControlled.mos similarity index 84% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/SpeedControlled.mos index 0a26ac43029..7769966db23 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/AirToAirHeatRecovery/Examples/WheelWithVariableSpeed.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/SpeedControlled.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed", stopTime=360, method="CVode", tolerance=1e-06, resultFile="WheelWithVariableSpeed"); +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.SpeedControlled", stopTime=360, method="CVode", tolerance=1e-06, resultFile="SpeedControlled"); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.Effectiveness.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.Effectiveness.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.Effectiveness.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.Effectiveness.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.BypassDampers.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithBypassDamper.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.BypassDampers.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.SpeedControlled.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery.Examples.WheelWithVariableSpeed.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.SpeedControlled.mos diff --git a/Buildings/package.mo b/Buildings/package.mo index 34e430286dd..72a8cec65c9 100644 --- a/Buildings/package.mo +++ b/Buildings/package.mo @@ -233,7 +233,7 @@ to existing libraries: Buildings.Fluid.HeatExchangers -Buildings.Fluid.HeatExchangers.AirToAirHeatRecovery +Buildings.Fluid.HeatExchangers.ThermalWheels Package of models for air-to-air heat recovery devices.
                                                        This is for issue 3538. From b35367a3dec2c22456f7aa8cc75d633c8f3002f4 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Fri, 5 Jan 2024 17:39:30 -0800 Subject: [PATCH 135/196] Updated comments and default parameter bindings --- .../ThermalWheels/BaseClasses/Validation/package.mo | 2 +- .../Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo | 4 ++-- .../Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo | 6 +++--- Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/package.mo index 198d09da78d..e7d4caf209d 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/package.mo @@ -1,7 +1,7 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses; package Validation "Collection of models that validate the module in the base classes" extends Modelica.Icons.ExamplesPackage; - + annotation (Documentation(info="

                                                        This package contains validation models for the classes in diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo index 19ba4a7022c..99e6af70345 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo @@ -14,10 +14,10 @@ model BypassDampers parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal "Nominal exhaust air mass flow rate" annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.PressureDifference dp1_nominal = 125 + parameter Modelica.Units.SI.PressureDifference dp1_nominal(displayUnit="Pa") = 125 "Nominal supply air pressure drop" annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.PressureDifference dp2_nominal = 125 + parameter Modelica.Units.SI.PressureDifference dp2_nominal(displayUnit="Pa") = dp2_nominal "Nominal exhaust air pressure drop" annotation (Dialog(group="Nominal condition")); parameter Real P_nominal(final unit="W") diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo index 7917cc283a7..d11dcf214a1 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo @@ -15,10 +15,10 @@ model SpeedControlled parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal "Nominal exhaust air mass flow rate" annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.PressureDifference dp1_nominal = 125 + parameter Modelica.Units.SI.PressureDifference dp1_nominal(displayUnit="Pa") = 125 "Nominal supply air pressure drop" annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.PressureDifference dp2_nominal = 125 + parameter Modelica.Units.SI.PressureDifference dp2_nominal(displayUnit="Pa") = dp2_nominal "Nominal exhaust air pressure drop" annotation (Dialog(group="Nominal condition")); parameter Real P_nominal(final unit="W") @@ -57,7 +57,7 @@ model SpeedControlled "Part load (75%) latent heat exchanger effectiveness at the heating mode" annotation (Dialog(group="Part load effectiveness")); parameter Real a[:] = {1} - "Coefficients for power efficiency curve. The sum of the elements should equal to 1" + "Coefficients for power consumption curve, P/P_nominal = sum a_i uSpe^(i-1). The sum(a) of the elements must be equal to 1" annotation (Dialog(group="Efficiency")); Modelica.Blocks.Interfaces.RealInput uSpe( diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo index 0fdf3790685..e98eebeeebc 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo @@ -4,7 +4,7 @@ package ThermalWheels "Package with air-to-air heat recovery devices" annotation (Documentation(info="

                                                        -This package contains component models for air-to-air heat recovery devices. +This package contains component models for air-to-air enthalpy recovery wheels.

                                                        ")); end ThermalWheels; From 1d8868146995732b5244e689c212c782a46592e2 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Fri, 5 Jan 2024 17:53:22 -0800 Subject: [PATCH 136/196] Changed dp_nominal to more realistic value --- Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo | 2 +- Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo index 99e6af70345..a0847dd6e36 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo @@ -14,7 +14,7 @@ model BypassDampers parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal "Nominal exhaust air mass flow rate" annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.PressureDifference dp1_nominal(displayUnit="Pa") = 125 + parameter Modelica.Units.SI.PressureDifference dp1_nominal(displayUnit="Pa") = 500 "Nominal supply air pressure drop" annotation (Dialog(group="Nominal condition")); parameter Modelica.Units.SI.PressureDifference dp2_nominal(displayUnit="Pa") = dp2_nominal diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo index d11dcf214a1..d8b4ecc8804 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo @@ -15,7 +15,7 @@ model SpeedControlled parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal "Nominal exhaust air mass flow rate" annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.PressureDifference dp1_nominal(displayUnit="Pa") = 125 + parameter Modelica.Units.SI.PressureDifference dp1_nominal(displayUnit="Pa") = 500 "Nominal supply air pressure drop" annotation (Dialog(group="Nominal condition")); parameter Modelica.Units.SI.PressureDifference dp2_nominal(displayUnit="Pa") = dp2_nominal From e186be0b58221342cd5d6a137349880ac8bde59f Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Fri, 5 Jan 2024 18:02:20 -0800 Subject: [PATCH 137/196] Removed default values in base class --- .../ThermalWheels/BaseClasses/Effectiveness.mo | 16 ++++++++-------- .../BaseClasses/Validation/Effectiveness.mo | 2 ++ .../HeatExchangerWithInputEffectiveness.mo | 6 ++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Effectiveness.mo index f68811ee87f..72f247e992d 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Effectiveness.mo @@ -2,21 +2,21 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses; model Effectiveness "Model for calculating the heat exchange effectiveness" extends Modelica.Blocks.Icons.Block; - parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal(final max=1) "Nominal sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(final max=1) "Nominal latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsSenCooPL(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsSenCooPL(final max=1) "Part load (75%) sensible heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsLatCooPL(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsLatCooPL(final max=1) "Part load (75%) latent heat exchanger effectiveness at the cooling mode"; - parameter Modelica.Units.SI.Efficiency epsSenHea_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsSenHea_nominal(final max=1) "Nominal sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsLatHea_nominal(final max=1) = 0.8 + parameter Modelica.Units.SI.Efficiency epsLatHea_nominal(final max=1) "Nominal latent heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsSenHeaPL(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsSenHeaPL(final max=1) "Part load (75%) sensible heat exchanger effectiveness at the heating mode"; - parameter Modelica.Units.SI.Efficiency epsLatHeaPL(final max=1) = 0.75 + parameter Modelica.Units.SI.Efficiency epsLatHeaPL(final max=1) "Part load (75%) latent heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal "Nominal supply air flow rate"; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mo index 5a08ebb8f0f..e8cbc6a3019 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mo @@ -4,7 +4,9 @@ model Effectiveness extends Modelica.Icons.Example; Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Effectiveness epsCal( + epsSenCoo_nominal=0.8, epsLatCoo_nominal=0.6, + epsSenCooPL=0.75, epsLatCooPL=0.7, epsSenHea_nominal=0.7, epsLatHea_nominal=0.6, diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index dc89651536f..e4fab064ba3 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -49,8 +49,6 @@ model HeatExchangerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, - m1_flow(start=5), - m2_flow(start=5), m1_flow_nominal=5, m2_flow_nominal=5, dp1_nominal=100, @@ -85,9 +83,9 @@ equation connect(hex.port_b2, sin_2.ports[1]) annotation (Line(points={{6,0},{-10,0},{-10,-20},{-20,-20}}, color={0,127,255})); connect(epsSen.y, hex.epsSen) - annotation (Line(points={{-59,20},{-20,20},{-20,10},{4,10}}, color={0,0,127})); + annotation (Line(points={{-59,20},{-20,20},{-20,9},{4,9}}, color={0,0,127})); connect(hex.epsLat, epsLat.y) - annotation (Line(points={{4,2},{-50,2},{-50,-40},{-59,-40}}, color={0,0,127})); + annotation (Line(points={{4,3},{-50,3},{-50,-40},{-59,-40}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos" From 2d2be9ddf904df42514a6e9bd752d59186c85dc3 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Fri, 5 Jan 2024 18:06:36 -0800 Subject: [PATCH 138/196] Moved to Latent package so that Sensible wheels can be added too --- .../{ => Latent}/BaseClasses/Effectiveness.mo | 2 +- .../BaseClasses/HeatExchangerWithInputEffectiveness.mo | 2 +- .../BaseClasses/Validation/Effectiveness.mo | 10 +++++----- .../Validation/HeatExchangerWithInputEffectiveness.mo | 10 +++++----- .../{ => Latent}/BaseClasses/Validation/package.mo | 6 +++--- .../{ => Latent}/BaseClasses/Validation/package.order | 0 .../ThermalWheels/{ => Latent}/BaseClasses/package.mo | 6 +++--- .../{ => Latent}/BaseClasses/package.order | 0 .../ThermalWheels/{ => Latent}/BypassDampers.mo | 10 +++++----- .../ThermalWheels/{ => Latent}/SpeedControlled.mo | 10 +++++----- .../{ => Latent}/Validation/BypassDampers.mo | 10 +++++----- .../{ => Latent}/Validation/SpeedControlled.mo | 10 +++++----- .../ThermalWheels/{ => Latent}/Validation/package.mo | 6 +++--- .../{ => Latent}/Validation/package.order | 0 .../HeatExchangers/ThermalWheels/Latent/package.mo | 10 ++++++++++ .../HeatExchangers/ThermalWheels/Latent/package.order | 4 ++++ .../Fluid/HeatExchangers/ThermalWheels/package.mo | 9 ++++----- .../Fluid/HeatExchangers/ThermalWheels/package.order | 5 +---- ...ls_Latent_BaseClasses_Validation_Effectiveness.txt} | 0 ...Validation_HeatExchangerWithInputEffectiveness.txt} | 0 ..._ThermalWheels_Latent_Validation_BypassDampers.txt} | 0 ...hermalWheels_Latent_Validation_SpeedControlled.txt} | 0 .../BaseClasses/Validation/Effectiveness.mos | 2 +- .../Validation/HeatExchangerWithInputEffectiveness.mos | 2 +- .../{ => Latent}/Validation/BypassDampers.mos | 2 +- .../{ => Latent}/Validation/SpeedControlled.mos | 2 +- ...ls.Latent.BaseClasses.Validation.Effectiveness.mos} | 0 ...Validation.HeatExchangerWithInputEffectiveness.mos} | 0 ....ThermalWheels.Latent.Validation.BypassDampers.mos} | 0 ...hermalWheels.Latent.Validation.SpeedControlled.mos} | 0 Buildings/package.mo | 2 +- 31 files changed, 65 insertions(+), 55 deletions(-) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/BaseClasses/Effectiveness.mo (99%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/BaseClasses/HeatExchangerWithInputEffectiveness.mo (98%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/BaseClasses/Validation/Effectiveness.mo (90%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo (90%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/BaseClasses/Validation/package.mo (66%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/BaseClasses/Validation/package.order (100%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/BaseClasses/package.mo (72%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/BaseClasses/package.order (100%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/BypassDampers.mo (97%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/SpeedControlled.mo (96%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/Validation/BypassDampers.mo (94%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/Validation/SpeedControlled.mo (93%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/Validation/package.mo (84%) rename Buildings/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/Validation/package.order (100%) create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.order rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Fluid_HeatExchangers_ThermalWheels_BaseClasses_Validation_Effectiveness.txt => Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_BaseClasses_Validation_Effectiveness.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Fluid_HeatExchangers_ThermalWheels_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt => Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Fluid_HeatExchangers_ThermalWheels_Validation_BypassDampers.txt => Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_BypassDampers.txt} (100%) rename Buildings/Resources/ReferenceResults/Dymola/{Buildings_Fluid_HeatExchangers_ThermalWheels_Validation_SpeedControlled.txt => Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_SpeedControlled.txt} (100%) rename Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/BaseClasses/Validation/Effectiveness.mos (81%) rename Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos (72%) rename Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/Validation/BypassDampers.mos (85%) rename Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/{ => Latent}/Validation/SpeedControlled.mos (85%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.Effectiveness.mos => Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Validation.Effectiveness.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos => Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.BypassDampers.mos => Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.BypassDampers.mos} (100%) rename Buildings/Resources/Scripts/OpenModelica/compareVars/{Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.SpeedControlled.mos => Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.SpeedControlled.mos} (100%) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo similarity index 99% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Effectiveness.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo index 72f247e992d..c328f5a7c16 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo @@ -1,4 +1,4 @@ -within Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses; +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses; model Effectiveness "Model for calculating the heat exchange effectiveness" extends Modelica.Blocks.Icons.Block; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/HeatExchangerWithInputEffectiveness.mo similarity index 98% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/HeatExchangerWithInputEffectiveness.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/HeatExchangerWithInputEffectiveness.mo index 2423955e22e..823381f3d4b 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/HeatExchangerWithInputEffectiveness.mo @@ -1,4 +1,4 @@ -within Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses; +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses; model HeatExchangerWithInputEffectiveness "Heat and moisture exchanger with varying effectiveness" extends Buildings.Fluid.HeatExchangers.BaseClasses.PartialEffectiveness( diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/Effectiveness.mo similarity index 90% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/Effectiveness.mo index e8cbc6a3019..56ee5ae99c1 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/Effectiveness.mo @@ -1,8 +1,8 @@ -within Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation; +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Validation; model Effectiveness "Test model for calculating the input effectiveness of a sensible and latent heat exchanger" extends Modelica.Icons.Example; - Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Effectiveness + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness epsCal( epsSenCoo_nominal=0.8, epsLatCoo_nominal=0.6, @@ -65,13 +65,13 @@ equation annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( coordinateSystem(preserveAspectRatio=false)), experiment(Tolerance=1e-6, StopTime=120), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/Effectiveness.mos" "Simulate and plot"), Documentation(info="

                                                        Validation test for the block - -Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Effectiveness. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness.

                                                        The input signals are configured as follows: diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo similarity index 90% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index e4fab064ba3..32206a69b61 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -1,4 +1,4 @@ -within Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation; +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Validation; model HeatExchangerWithInputEffectiveness "Test model for the heat exchanger with input effectiveness" extends Modelica.Icons.Example; @@ -45,7 +45,7 @@ model HeatExchangerWithInputEffectiveness nPorts=1) "Supply air source" annotation (Placement(transformation(extent={{-40,50},{-20,70}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.HeatExchangerWithInputEffectiveness + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -88,13 +88,13 @@ equation annotation (Line(points={{4,3},{-50,3},{-50,-40},{-59,-40}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), -__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos" +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos" "Simulate and plot"), Documentation(info="

                                                        Validation test for the block - -Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.HeatExchangerWithInputEffectiveness. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness.

                                                        The input signals are configured as follows: diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/package.mo similarity index 66% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/package.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/package.mo index e7d4caf209d..e10e2cd1b9e 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/package.mo @@ -1,12 +1,12 @@ -within Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses; +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses; package Validation "Collection of models that validate the module in the base classes" extends Modelica.Icons.ExamplesPackage; annotation (Documentation(info="

                                                        This package contains validation models for the classes in - -Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.

                                                        ")); end Validation; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/package.order similarity index 100% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/package.order rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/package.order diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.mo similarity index 72% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/package.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.mo index 0e0c02fb22d..7dfd5157dd0 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.mo @@ -1,12 +1,12 @@ -within Buildings.Fluid.HeatExchangers.ThermalWheels; +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent; package BaseClasses "Package with base classes for air-to-air heat recovery devices" extends Modelica.Icons.BasesPackage; annotation (Documentation(info="

                                                        This package contains base classes that are used to construct the models in - -Buildings.Fluid.HeatExchangers.ThermalWheels. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.

                                                        ")); end BaseClasses; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.order similarity index 100% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/BaseClasses/package.order rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.order diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo similarity index 97% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo index a0847dd6e36..3b15027c25b 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo @@ -1,4 +1,4 @@ -within Buildings.Fluid.HeatExchangers.ThermalWheels; +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent; model BypassDampers "Sensible and latent air-to-air heat recovery wheel with bypass dampers" extends Modelica.Blocks.Icons.Block; @@ -72,7 +72,7 @@ model BypassDampers final unit="W") "Electric power consumption" annotation (Placement(transformation(extent={{100,-10},{120,10}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.HeatExchangerWithInputEffectiveness + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -83,7 +83,7 @@ model BypassDampers final dp2_nominal=0) "Heat exchanger" annotation (Placement(transformation(extent={{-10,10},{10,30}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Effectiveness + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness effCal( final epsSenCoo_nominal=epsSenCoo_nominal, final epsLatCoo_nominal=epsLatCoo_nominal, @@ -331,8 +331,8 @@ The wheel power consumption is constant and equal to the nominal value. The heat exchange in the heat recovery wheel is adjustable via bypassing supply/exhaust air through the heat exchanger. Accordingly, the sensible and latent effectiveness is calculated with - -Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Effectiveness. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness.
                                                    • diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo similarity index 96% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo index d8b4ecc8804..0318d60f9dd 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo @@ -1,4 +1,4 @@ -within Buildings.Fluid.HeatExchangers.ThermalWheels; +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent; model SpeedControlled "Sensible and latent air-to-air heat recovery wheel with a variable speed drive" extends Modelica.Blocks.Icons.Block; @@ -68,7 +68,7 @@ model SpeedControlled Modelica.Blocks.Interfaces.RealOutput P "Electric power consumed by the wheel" annotation (Placement(transformation(extent={{100,-10},{120,10}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.HeatExchangerWithInputEffectiveness + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -79,7 +79,7 @@ model SpeedControlled final dp2_nominal=dp2_nominal) "Heat exchanger" annotation (Placement(transformation(extent={{6,-10},{26,10}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Effectiveness + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness effCal( final epsSenCoo_nominal=epsSenCoo_nominal, final epsLatCoo_nominal=epsLatCoo_nominal, @@ -265,8 +265,8 @@ Thus, when the speed ratio uSpe=1, the power consumption equal to nominal consumption, P=P_nominal.

                                                      -The sensible and latent effectiveness is calculated with -Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Effectiveness. +The sensible and latent effectiveness is calculated with +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness.

                                                      ", revisions="
                                                        diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo similarity index 94% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/BypassDampers.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo index 75fe0ebc7d9..ec43486c97a 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo @@ -1,4 +1,4 @@ -within Buildings.Fluid.HeatExchangers.ThermalWheels.Validation; +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation; model BypassDampers "Test model for the air-to-air thermal wheel with bypass dampers" extends Modelica.Icons.Example; @@ -44,7 +44,7 @@ model BypassDampers nPorts=1) "Supply air source" annotation (Placement(transformation(extent={{-40,60},{-20,80}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.BypassDampers whe( + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BypassDampers whe( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, m1_flow_nominal=5, @@ -90,13 +90,13 @@ equation connect(opeSig.y, whe.opeSig) annotation (Line(points={{-58,30},{-20,30},{-20, 8},{-2,8}}, color={255,0,255})); annotation(experiment(Tolerance=1e-6, StopTime=360), -__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/BypassDampers.mos" +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mos" "Simulate and plot"), Documentation(info="

                                                        Example for using the block - -Buildings.Fluid.HeatExchangers.ThermalWheels.BypassDampers. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BypassDampers.

                                                        The input signals are configured as follows: diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo similarity index 93% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/SpeedControlled.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo index 5072ef03a91..d2154a6aa2a 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo @@ -1,4 +1,4 @@ -within Buildings.Fluid.HeatExchangers.ThermalWheels.Validation; +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation; model SpeedControlled "Test model for the air-to-air thermal wheel with a variable speed drive" extends Modelica.Icons.Example; @@ -44,7 +44,7 @@ model SpeedControlled nPorts=1) "Supply air source" annotation (Placement(transformation(extent={{-40,20},{-20,40}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.SpeedControlled + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.SpeedControlled whe( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -82,13 +82,13 @@ equation annotation (Line(points={{-57,0},{-2,0}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), -__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/SpeedControlled.mos" +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mos" "Simulate and plot"), Documentation(info="

                                                        Example for using the block - -Buildings.Fluid.HeatExchangers.ThermalWheels.SpeedControlled. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.SpeedControlled.

                                                        The input signals are configured as follows: diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/package.mo similarity index 84% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/package.mo rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/package.mo index 6d05375b0af..90cccb03353 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/package.mo @@ -1,12 +1,12 @@ -within Buildings.Fluid.HeatExchangers.ThermalWheels; +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent; package Validation "Collection of validation models" extends Modelica.Icons.ExamplesPackage; annotation (preferredView="info", Documentation(info="

                                                        This package contains validation models for the classes in - -Buildings.Fluid.HeatExchangers.ThermalWheels. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.

                                                        Note that most validation models contain simple input data diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/package.order similarity index 100% rename from Buildings/Fluid/HeatExchangers/ThermalWheels/Validation/package.order rename to Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/package.order diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.mo new file mode 100644 index 00000000000..eec634b0aa7 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.mo @@ -0,0 +1,10 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels; +package Latent "Package with air-to-air heat recovery devices" + extends Modelica.Icons.VariantsPackage; + +annotation (Documentation(info=" +

                                                        +This package contains component models for enthalpy recovery wheels. +

                                                        +")); +end Latent; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.order new file mode 100644 index 00000000000..f72d2cb4843 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.order @@ -0,0 +1,4 @@ +BypassDampers +SpeedControlled +Validation +BaseClasses diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo index e98eebeeebc..94c297c6d05 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo @@ -1,10 +1,9 @@ within Buildings.Fluid.HeatExchangers; -package ThermalWheels "Package with air-to-air heat recovery devices" - extends Modelica.Icons.VariantsPackage; - -annotation (Documentation(info=" +package ThermalWheels "fixme: add brief description" + extends Modelica.Icons.Package; +annotation (preferredView="info", Documentation(info="

                                                        -This package contains component models for air-to-air enthalpy recovery wheels. +This package contains component models for enthalpy recovery wheels.

                                                        ")); end ThermalWheels; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.order index f72d2cb4843..c4c07c55cc9 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.order +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.order @@ -1,4 +1 @@ -BypassDampers -SpeedControlled -Validation -BaseClasses +Latent diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_BaseClasses_Validation_Effectiveness.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_BaseClasses_Validation_Effectiveness.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_BaseClasses_Validation_Effectiveness.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_BaseClasses_Validation_Effectiveness.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Validation_BypassDampers.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_BypassDampers.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Validation_BypassDampers.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_BypassDampers.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Validation_SpeedControlled.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_SpeedControlled.txt similarity index 100% rename from Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Validation_SpeedControlled.txt rename to Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_SpeedControlled.txt diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/Effectiveness.mos similarity index 81% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/Effectiveness.mos index 173d892b071..3f26ef8f7c6 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/Effectiveness.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/Effectiveness.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.Effectiveness", stopTime=120, method="CVode", tolerance=1e-6, resultFile="Effectiveness"); +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Validation.Effectiveness", stopTime=120, method="CVode", tolerance=1e-6, resultFile="Effectiveness"); createPlot(id=1, position={55, 14, 975, 618}, y={"whSpe.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=101, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); createPlot(id=1, position={55, 14, 975, 618}, y={"TSup.y", "TExh.y"}, range={0.0, 120.0, 280.0, 320.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"K", "K"}); createPlot(id=1, position={55, 14, 975, 618}, y={"VSup.y", "VExh.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"m3/s", "m3/s"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos similarity index 72% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos index 687aefc952c..e057b3997a6 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.HeatExchangerWithInputEffectiveness", stopTime=360, method="CVode", tolerance=1e-6, resultFile="HeatExchangerWithInputEffectiveness"); +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Validation.HeatExchangerWithInputEffectiveness", stopTime=360, method="CVode", tolerance=1e-6, resultFile="HeatExchangerWithInputEffectiveness"); createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_a1.T", "hex.sta_b2.T"}, range={0.0, 360.0, 25.0, 45.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); createPlot(id=1, position={28, 18, 1047, 662}, y={"epsSen.y", "epsLat.y"}, range={0.0, 360.0, 0.65, 0.85}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}); createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_b2.X[1]", "hex.sta_b1.X[1]"}, range={0.0, 360.0, 0.01, 0.012}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, displayUnits={"kg/kg", "kg/kg"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/BypassDampers.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mos similarity index 85% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/BypassDampers.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mos index b84cf4c36f0..bae1b8a24fa 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/BypassDampers.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.BypassDampers", stopTime=360, method="CVode", tolerance=1e-06, resultFile="BypassDampers"); +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.BypassDampers", stopTime=360, method="CVode", tolerance=1e-06, resultFile="BypassDampers"); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/SpeedControlled.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mos similarity index 85% rename from Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/SpeedControlled.mos rename to Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mos index 7769966db23..48b2d051b72 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Validation/SpeedControlled.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mos @@ -1,4 +1,4 @@ -simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.SpeedControlled", stopTime=360, method="CVode", tolerance=1e-06, resultFile="SpeedControlled"); +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.SpeedControlled", stopTime=360, method="CVode", tolerance=1e-06, resultFile="SpeedControlled"); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.Effectiveness.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Validation.Effectiveness.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.Effectiveness.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Validation.Effectiveness.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.BypassDampers.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.BypassDampers.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.BypassDampers.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.BypassDampers.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.SpeedControlled.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.SpeedControlled.mos similarity index 100% rename from Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Validation.SpeedControlled.mos rename to Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.SpeedControlled.mos diff --git a/Buildings/package.mo b/Buildings/package.mo index 72a8cec65c9..475855cf69b 100644 --- a/Buildings/package.mo +++ b/Buildings/package.mo @@ -233,7 +233,7 @@ to existing libraries: Buildings.Fluid.HeatExchangers -Buildings.Fluid.HeatExchangers.ThermalWheels +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent Package of models for air-to-air heat recovery devices.
                                                        This is for issue 3538. From 9716db341eff39e95277be637bc3327f6e61babc Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Fri, 5 Jan 2024 19:00:21 -0800 Subject: [PATCH 139/196] Refactored models to use common base class --- .../Latent/BaseClasses/PartialWheel.mo | 231 ++++++++++++++++++ .../Latent/BaseClasses/package.order | 1 + .../ThermalWheels/Latent/BypassDampers.mo | 227 ++--------------- .../ThermalWheels/Latent/SpeedControlled.mo | 228 ++--------------- .../Latent/Validation/BypassDampers.mo | 10 +- .../Latent/Validation/SpeedControlled.mo | 10 +- ...Wheels_Latent_Validation_BypassDampers.txt | 21 +- 7 files changed, 288 insertions(+), 440 deletions(-) create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo new file mode 100644 index 00000000000..d5e0cd527c8 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo @@ -0,0 +1,231 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses; +partial model PartialWheel + "Partial model for sensible and latent air-to-air heat recovery wheel" + extends Modelica.Blocks.Icons.Block; + replaceable package Medium1 = + Modelica.Media.Interfaces.PartialCondensingGases + "Supply air"; + replaceable package Medium2 = + Modelica.Media.Interfaces.PartialCondensingGases + "Exhaust air"; + parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal + "Nominal supply air mass flow rate" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal + "Nominal exhaust air mass flow rate" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.PressureDifference dp1_nominal(displayUnit="Pa") = 500 + "Nominal supply air pressure drop" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.PressureDifference dp2_nominal(displayUnit="Pa") = dp1_nominal + "Nominal exhaust air pressure drop" + annotation (Dialog(group="Nominal condition")); + parameter Real P_nominal(final unit="W") + "Power consumption at the design condition" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal( + final max=1) = 0.8 + "Nominal sensible heat exchanger effectiveness at the cooling mode" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal( + final max=1) = 0.8 + "Nominal latent heat exchanger effectiveness at the cooling mode" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.Efficiency epsSenHea_nominal( + final max=1) = 0.8 + "Nominal sensible heat exchanger effectiveness at the heating mode" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.Efficiency epsLatHea_nominal( + final max=1) = 0.8 + "Nominal latent heat exchanger effectiveness at the heating mode" + annotation (Dialog(group="Nominal condition")); + + parameter Modelica.Units.SI.Efficiency epsSenCooPL( + final max=1) = 0.75 + "Part load (75%) sensible heat exchanger effectiveness at the cooling mode" + annotation (Dialog(group="Part load effectiveness")); + parameter Modelica.Units.SI.Efficiency epsLatCooPL( + final max=1) = 0.75 + "Part load (75%) latent heat exchanger effectiveness at the cooling mode" + annotation (Dialog(group="Part load effectiveness")); + parameter Modelica.Units.SI.Efficiency epsSenHeaPL( + final max=1) = 0.75 + "Part load (75%) sensible heat exchanger effectiveness at the heating mode" + annotation (Dialog(group="Part load effectiveness")); + parameter Modelica.Units.SI.Efficiency epsLatHeaPL( + final max=1) = 0.75 + "Part load (75%) latent heat exchanger effectiveness at the heating mode" + annotation (Dialog(group="Part load effectiveness")); + + Modelica.Blocks.Interfaces.RealOutput P( + final unit="W") + "Electric power consumption" + annotation (Placement(transformation(extent={{100,-10},{120,10}}))); + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness hex( + redeclare package Medium1 = Medium1, + redeclare package Medium2 = Medium2, + final m1_flow_nominal=m1_flow_nominal, + final m2_flow_nominal=m2_flow_nominal, + final show_T=true, + final dp1_nominal=dp1_nominal, + final dp2_nominal=dp2_nominal) + "Heat exchanger" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness effCal( + final epsSenCoo_nominal=epsSenCoo_nominal, + final epsLatCoo_nominal=epsLatCoo_nominal, + final epsSenCooPL=epsSenCooPL, + final epsLatCooPL=epsLatCooPL, + final epsSenHea_nominal=epsSenHea_nominal, + final epsLatHea_nominal=epsLatHea_nominal, + final epsSenHeaPL=epsSenHeaPL, + final epsLatHeaPL=epsLatHeaPL, + final VSup_flow_nominal=m1_flow_nominal/1.293) + "Calculates the effectiveness of heat exchange" + annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); + Modelica.Blocks.Sources.RealExpression TSup( + final y=Medium1.temperature( + Medium1.setState_phX( + p=port_a1.p, + h=inStream(port_a1.h_outflow), + X=inStream(port_a1.Xi_outflow)))) + "Supply air temperature" + annotation (Placement(transformation(extent={{-160,-30},{-140,-10}}))); + Modelica.Blocks.Sources.RealExpression TExh( + final y=Medium2.temperature( + Medium2.setState_phX( + p=port_a2.p, + h=inStream(port_a2.h_outflow), + X=inStream(port_a2.Xi_outflow)))) + "Exhaust air temperature" + annotation (Placement(transformation(extent={{-160,-50},{-140,-30}}))); + Modelica.Fluid.Interfaces.FluidPort_a port_a1( + redeclare final package Medium = Medium1) + "Fluid connector a1 of the supply air (positive design flow direction is from port_a1 to port_b1)" + annotation (Placement(transformation(extent={{-190,70},{-170,90}}), + iconTransformation(extent={{-110,50},{-90,70}}))); + Modelica.Fluid.Interfaces.FluidPort_b port_b2( + redeclare final package Medium = Medium2) + "Fluid connector b2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" + annotation (Placement(transformation(extent={{-170,-70},{-190,-50}}), + iconTransformation(extent={{-90,-70},{-110,-50}}))); + Modelica.Fluid.Interfaces.FluidPort_b port_b1( + redeclare final package Medium = Medium1) + "Fluid connector b1 of the supply air (positive design flow direction is from port_a1 to port_b1)" + annotation (Placement(transformation(extent={{110,70},{90,90}}), + iconTransformation(extent={{110,50},{90,70}}))); + Modelica.Fluid.Interfaces.FluidPort_a port_a2( + redeclare final package Medium = Medium2) + "Fluid connector a2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" + annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); + Modelica.Blocks.Sources.RealExpression VSup_flow( + final y=hex.port_a1.m_flow/ + Medium1.density(state=Medium1.setState_phX( + p=hex.port_a1.p, + h=hex.port_a1.h_outflow, + X=hex.port_a1.Xi_outflow))) + "Supply air volume flow rate" + annotation (Placement(transformation(extent={{-160,30},{-140,50}}))); + Modelica.Blocks.Sources.RealExpression VExh_flow( + final y=hex.port_a2.m_flow/ + Medium2.density(state=Medium2.setState_phX( + p=hex.port_a2.p, + h=hex.port_a2.h_outflow, + X=hex.port_a2.Xi_outflow))) + "Exhaust air volume flow rate" + annotation (Placement(transformation(extent={{-160,10},{-140,30}}))); +equation + connect(effCal.epsSen, hex.epsSen) + annotation (Line(points={{-79,3},{-12,3}}, color={0,0,127})); + connect(effCal.epsLat, hex.epsLat) + annotation (Line(points={{-79,-3},{-12,-3}}, + color={0,0,127})); + connect(TSup.y, effCal.TSup) + annotation (Line(points={{-139,-20},{-114,-20},{-114,-4},{-102,-4}}, + color={0,0,127})); + connect(TExh.y, effCal.TExh) + annotation (Line(points={{-139,-40},{-110,-40},{-110,-8},{-102,-8}}, + color={0,0,127})); + connect(hex.port_b1, port_b1) + annotation (Line(points={{10,6},{60,6},{60,80},{100,80}}, + color={0,127,255})); + connect(port_b2, port_b2) + annotation (Line(points={{-180,-60},{-180,-60}}, color={0,127,255})); + connect(port_b2, hex.port_b2) + annotation (Line(points={{-180,-60},{-60,-60},{-60,-6},{-10,-6}}, + color={0,127,255})); + connect(VSup_flow.y, effCal.VSup_flow) + annotation (Line(points={{-139,40},{-108,40},{-108,8},{-102,8}}, + color={0,0,127})); + connect(VExh_flow.y, effCal.VExh_flow) + annotation (Line(points={{-139,20},{-114,20},{-114,4},{-102,4}}, + color={0,0,127})); +annotation ( + defaultComponentName="whe", + Icon(coordinateSystem(extent={{-100,-100},{100,100}}), + graphics={ + Rectangle( + extent={{32,-56},{94,-64}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{32,64},{94,56}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{-92,-55},{-30,-64}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{-94,65},{-32,56}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Ellipse(extent={{6,88},{38,-90}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Polygon( + points={{0,100},{0,100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None), + Rectangle( + extent={{-2,88},{22,-98}}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid, + pattern=LinePattern.None), + Ellipse( + extent={{-38,88},{-4,-90}}, + lineColor={28,108,200}, + fillColor={28,108,200}, + fillPattern=FillPattern.Solid), + Line(points={{-22,-90},{22,-90}}, color={28,108,200}), + Line(points={{-20,88},{22,88}}, color={28,108,200})}), + Diagram( + coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,180}})), +Documentation(info=" +

                                                        +Partial model of a generic, sensible and latent air-to-air heat recovery wheel. +

                                                        +", revisions=" +
                                                          +
                                                        • +January 5, 2024, by Michael Wetter:
                                                          +Refactored and used base classes to avoid code duplication and +to facilitate adding heat recovery wheels in addition to enthalpy recovery wheels. +
                                                        • +
                                                        • +September 29, 2023, by Sen Huang:
                                                          +First implementation. +
                                                        • +
                                                        +")); +end PartialWheel; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.order index 9cc5bba0ccb..29bca054fd5 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.order +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.order @@ -1,3 +1,4 @@ Effectiveness HeatExchangerWithInputEffectiveness Validation +PartialWheel diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo index 3b15027c25b..d8e21d2c0d1 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo @@ -1,101 +1,18 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent; model BypassDampers "Sensible and latent air-to-air heat recovery wheel with bypass dampers" - extends Modelica.Blocks.Icons.Block; - replaceable package Medium1 = - Modelica.Media.Interfaces.PartialCondensingGases - "Supply air"; - replaceable package Medium2 = - Modelica.Media.Interfaces.PartialCondensingGases - "Exhaust air"; - parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal - "Nominal supply air mass flow rate" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal - "Nominal exhaust air mass flow rate" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.PressureDifference dp1_nominal(displayUnit="Pa") = 500 - "Nominal supply air pressure drop" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.PressureDifference dp2_nominal(displayUnit="Pa") = dp2_nominal - "Nominal exhaust air pressure drop" - annotation (Dialog(group="Nominal condition")); - parameter Real P_nominal(final unit="W") - "Power consumption at the design condition" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal( - final max=1) = 0.8 - "Nominal sensible heat exchanger effectiveness at the cooling mode" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal( - final max=1) = 0.8 - "Nominal latent heat exchanger effectiveness at the cooling mode" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.Efficiency epsSenHea_nominal( - final max=1) = 0.8 - "Nominal sensible heat exchanger effectiveness at the heating mode" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.Efficiency epsLatHea_nominal( - final max=1) = 0.8 - "Nominal latent heat exchanger effectiveness at the heating mode" - annotation (Dialog(group="Nominal condition")); - - parameter Modelica.Units.SI.Efficiency epsSenCooPL( - final max=1) = 0.75 - "Part load (75%) sensible heat exchanger effectiveness at the cooling mode" - annotation (Dialog(group="Part load effectiveness")); - parameter Modelica.Units.SI.Efficiency epsLatCooPL( - final max=1) = 0.75 - "Part load (75%) latent heat exchanger effectiveness at the cooling mode" - annotation (Dialog(group="Part load effectiveness")); - parameter Modelica.Units.SI.Efficiency epsSenHeaPL( - final max=1) = 0.75 - "Part load (75%) sensible heat exchanger effectiveness at the heating mode" - annotation (Dialog(group="Part load effectiveness")); - parameter Modelica.Units.SI.Efficiency epsLatHeaPL( - final max=1) = 0.75 - "Part load (75%) latent heat exchanger effectiveness at the heating mode" - annotation (Dialog(group="Part load effectiveness")); - + extends Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.PartialWheel; Modelica.Blocks.Interfaces.RealInput uBypDamPos( final unit="1", final min=0, final max=1) "Bypass damper position" - annotation (Placement(transformation(extent={{-220,100},{-180,140}}), + annotation (Placement(transformation(extent={{-222,120},{-182,160}}), iconTransformation(extent={{-140,-20},{-100,20}}))); Modelica.Blocks.Interfaces.BooleanInput opeSig "True when the wheel is operating" annotation (Placement(transformation(extent={{-220,-20},{-180,20}}), iconTransformation(extent={{-140,60},{-100,100}}))); - Modelica.Blocks.Interfaces.RealOutput P( - final unit="W") - "Electric power consumption" - annotation (Placement(transformation(extent={{100,-10},{120,10}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness - hex( - redeclare package Medium1 = Medium1, - redeclare package Medium2 = Medium2, - final m1_flow_nominal=m1_flow_nominal, - final m2_flow_nominal=m2_flow_nominal, - final show_T=true, - final dp1_nominal=0, - final dp2_nominal=0) - "Heat exchanger" - annotation (Placement(transformation(extent={{-10,10},{10,30}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness - effCal( - final epsSenCoo_nominal=epsSenCoo_nominal, - final epsLatCoo_nominal=epsLatCoo_nominal, - final epsSenCooPL=epsSenCooPL, - final epsLatCooPL=epsLatCooPL, - final epsSenHea_nominal=epsSenHea_nominal, - final epsLatHea_nominal=epsLatHea_nominal, - final epsSenHeaPL=epsSenHeaPL, - final epsLatHeaPL=epsLatHeaPL, - final VSup_flow_nominal=m1_flow_nominal/1.293) - "Calculates the effectiveness of heat exchange" - annotation (Placement(transformation(extent={{-100,10},{-80,30}}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal, @@ -121,80 +38,30 @@ model BypassDampers final m_flow_nominal=m2_flow_nominal, final dpDamper_nominal=dp2_nominal) "Exhaust air bypass damper" - annotation (Placement(transformation(extent={{-40,-70},{-60,-50}}))); - Modelica.Blocks.Sources.RealExpression TSup( - final y=Medium1.temperature( - Medium1.setState_phX( - p=port_a1.p, - h=inStream(port_a1.h_outflow), - X=inStream(port_a1.Xi_outflow)))) - "Supply air temperature" - annotation (Placement(transformation(extent={{-160,-30},{-140,-10}}))); - Modelica.Blocks.Sources.RealExpression TExh( - final y=Medium2.temperature( - Medium2.setState_phX( - p=port_a2.p, - h=inStream(port_a2.h_outflow), - X=inStream(port_a2.Xi_outflow)))) - "Exhaust air temperature" - annotation (Placement(transformation(extent={{-160,-50},{-140,-30}}))); + annotation (Placement(transformation(extent={{-20,-70},{-40,-50}}))); +protected Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter PEle( final k=P_nominal) "Calculate the electric power consumption" annotation (Placement(transformation(extent={{70,-10},{90,10}}))); - Modelica.Fluid.Interfaces.FluidPort_a port_a1( - redeclare final package Medium = Medium1) - "Fluid connector a1 of the supply air (positive design flow direction is from port_a1 to port_b1)" - annotation (Placement(transformation(extent={{-190,70},{-170,90}}), - iconTransformation(extent={{-110,50},{-90,70}}))); - Modelica.Fluid.Interfaces.FluidPort_b port_b2( - redeclare final package Medium = Medium2) - "Fluid connector b2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" - annotation (Placement(transformation(extent={{-170,-70},{-190,-50}}), - iconTransformation(extent={{-90,-70},{-110,-50}}))); - Modelica.Fluid.Interfaces.FluidPort_b port_b1( - redeclare final package Medium = Medium1) - "Fluid connector b1 of the supply air (positive design flow direction is from port_a1 to port_b1)" - annotation (Placement(transformation(extent={{110,70},{90,90}}), - iconTransformation(extent={{110,50},{90,70}}))); - Modelica.Fluid.Interfaces.FluidPort_a port_a2( - redeclare final package Medium = Medium2) - "Fluid connector a2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" - annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); Modelica.Blocks.Sources.Constant uni(final k=1) "Unity signal" - annotation (Placement(transformation(extent={{-160,130},{-140,150}}))); + annotation (Placement(transformation(extent={{-150,108},{-130,128}}))); Buildings.Controls.OBC.CDL.Reals.Subtract sub "Difference of the two inputs" annotation (Placement(transformation(extent={{-120,90},{-100,110}}))); Modelica.Blocks.Math.BooleanToReal booleanToReal "Convert boolean input to real output" annotation (Placement(transformation(extent={{-160,-10},{-140,10}}))); - Modelica.Blocks.Sources.RealExpression VSup_flow( - final y=hex.port_a1.m_flow/ - Medium1.density(state=Medium1.setState_phX( - p=hex.port_a1.p, - h=hex.port_a1.h_outflow, - X=hex.port_a1.Xi_outflow))) - "Supply air volume flow rate" - annotation (Placement(transformation(extent={{-160,30},{-140,50}}))); - Modelica.Blocks.Sources.RealExpression VExh_flow( - final y=hex.port_a2.m_flow/ - Medium2.density(state=Medium2.setState_phX( - p=hex.port_a2.p, - h=hex.port_a2.h_outflow, - X=hex.port_a2.Xi_outflow))) - "Exhaust air volume flow rate" - annotation (Placement(transformation(extent={{-160,14},{-140,34}}))); equation connect(bypDamSup.port_a, port_a1) annotation (Line(points={{-60,80},{-180,80}}, color={0,127,255})); connect(bypDamSup.port_b, port_b1) - annotation (Line(points={{-40,80},{100,80}}, color={0,127,255})); + annotation (Line(points={{-40,80},{100,80}}, color={0,127,255})); connect(bypDamExh.port_a, port_a2) - annotation (Line(points={{-40,-60},{100,-60}},color={0,127,255})); + annotation (Line(points={{-20,-60},{100,-60}},color={0,127,255})); connect(bypDamExh.port_b, port_b2) - annotation (Line(points={{-60,-60},{-180,-60}}, color={0,127,255})); + annotation (Line(points={{-40,-60},{-180,-60}}, color={0,127,255})); connect(PEle.y, P) annotation (Line(points={{92,0},{110,0}}, color={0,0,127})); connect(damExh.port_a, port_a2) @@ -203,109 +70,49 @@ equation annotation (Line(points={{-98,100},{20,100},{20,60},{-50,60},{-50,52}}, color={0,0,127})); connect(damExh.y,sub. y) annotation (Line(points={{48,-40},{20,-40},{20,100},{-98,100}}, color={0,0,127})); - connect(effCal.epsSen, hex.epsSen) - annotation (Line(points={{-79,23},{-12,23}}, color={0,0,127})); - connect(effCal.epsLat, hex.epsLat) - annotation (Line(points={{-79,17},{-12,17}}, - color={0,0,127})); connect(bypDamSup.y, uBypDamPos) - annotation (Line(points={{-50,92},{-50,120},{-200,120}}, color={0,0,127})); - connect(TSup.y, effCal.TSup) - annotation (Line(points={{-139,-20},{-114,-20},{-114,16},{-102,16}}, - color={0,0,127})); - connect(TExh.y, effCal.TExh) - annotation (Line(points={{-139,-40},{-110,-40},{-110,12},{-102,12}}, - color={0,0,127})); + annotation (Line(points={{-50,92},{-50,140},{-202,140}}, color={0,0,127})); connect(damSup.port_b, hex.port_a1) - annotation (Line(points={{-40,40},{-20,40},{-20,26},{-10,26}}, + annotation (Line(points={{-40,40},{-20,40},{-20,6},{-10,6}}, color={0,127,255})); connect(bypDamExh.y, uBypDamPos) - annotation (Line(points={{-50,-48},{-50,-30},{40,-30},{40,120},{-200,120}}, + annotation (Line(points={{-30,-48},{-30,-30},{40,-30},{40,140},{-202,140}}, color={0,0,127})); connect(hex.port_b1, port_b1) - annotation (Line(points={{10,26},{60,26},{60,80},{100,80}}, + annotation (Line(points={{10,6},{60,6},{60,80},{100,80}}, color={0,127,255})); connect(hex.port_a2, damExh.port_b) - annotation (Line(points={{10,14},{60,14},{60,-30}}, + annotation (Line(points={{10,-6},{60,-6},{60,-30}}, color={0,127,255})); connect(sub.u2, uBypDamPos) - annotation (Line(points={{-122,94},{-140,94},{-140,120},{-200,120}}, + annotation (Line(points={{-122,94},{-160,94},{-160,140},{-202,140}}, color={0,0,127})); connect(uni.y, sub.u1) - annotation (Line(points={{-139,140},{-132,140},{-132,106},{-122,106}}, + annotation (Line(points={{-129,118},{-126,118},{-126,106},{-122,106}}, color={0,0,127})); connect(opeSig, booleanToReal.u) annotation (Line(points={{-200,0},{-162,0}}, color={255,0,255})); connect(booleanToReal.y, effCal.uSpe) - annotation (Line(points={{-139,0},{-120,0},{-120,20},{-102,20}}, + annotation (Line(points={{-139,0},{-120,0},{-120,0},{-102,0}}, color={0,0,127})); connect(PEle.u, booleanToReal.y) - annotation (Line(points={{68,0},{-139,0}}, + annotation (Line(points={{68,0},{66,0},{66,-12},{-120,-12},{-120,0},{-139,0}}, color={0,0,127})); connect(damSup.port_a, port_a1) annotation (Line(points={{-60,40},{-100,40},{-100,80},{-180,80}}, color={0,127,255})); connect(port_b2, port_b2) annotation (Line(points={{-180,-60},{-180,-60}}, color={0,127,255})); - connect(port_b2, hex.port_b2) - annotation (Line(points={{-180,-60},{-72,-60},{-72,-6},{-10,-6},{-10,14}}, - color={0,127,255})); - connect(VSup_flow.y, effCal.VSup_flow) - annotation (Line(points={{-139,40},{-120,40},{-120,28},{-102,28}}, - color={0,0,127})); - connect(VExh_flow.y, effCal.VExh_flow) - annotation (Line(points={{-139,24},{-102,24}}, - color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), graphics={ - Rectangle( - extent={{32,-56},{94,-64}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), - Rectangle( - extent={{32,64},{94,56}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), - Rectangle( - extent={{-92,-55},{-30,-64}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), - Rectangle( - extent={{-94,65},{-32,56}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), - Ellipse(extent={{6,88},{38,-90}}, - lineColor={28,108,200}, - fillColor={255,255,255}, - fillPattern=FillPattern.Solid), Polygon( points={{0,100},{0,100}}, lineColor={28,108,200}, fillColor={255,255,255}, fillPattern=FillPattern.None), - Rectangle( - extent={{-2,88},{22,-98}}, - fillColor={255,255,255}, - fillPattern=FillPattern.Solid, - pattern=LinePattern.None), - Ellipse( - extent={{-38,88},{-4,-90}}, - lineColor={28,108,200}, - fillColor={28,108,200}, - fillPattern=FillPattern.Solid), - Line(points={{-22,-90},{22,-90}}, color={28,108,200}), - Line(points={{-20,88},{22,88}}, color={28,108,200}), Line(points={{-58,64},{-58,96},{64,96},{64,64}}, color={28,108,200}), Line(points={{-58,-64},{-58,-96},{64,-96},{64,-64}}, color={28,108,200})}), Diagram( diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo index 0318d60f9dd..109201cf0af 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo @@ -1,243 +1,49 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent; model SpeedControlled "Sensible and latent air-to-air heat recovery wheel with a variable speed drive" - extends Modelica.Blocks.Icons.Block; - - replaceable package Medium1 = - Modelica.Media.Interfaces.PartialCondensingGases - "Supply air"; - replaceable package Medium2 = - Modelica.Media.Interfaces.PartialCondensingGases - "Exhaust air"; - parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal - "Nominal supply air mass flow rate" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal - "Nominal exhaust air mass flow rate" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.PressureDifference dp1_nominal(displayUnit="Pa") = 500 - "Nominal supply air pressure drop" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.PressureDifference dp2_nominal(displayUnit="Pa") = dp2_nominal - "Nominal exhaust air pressure drop" - annotation (Dialog(group="Nominal condition")); - parameter Real P_nominal(final unit="W") - "Power consumption at design condition" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.Efficiency epsSenCoo_nominal( - final max=1) = 0.8 - "Nominal sensible heat exchanger effectiveness at the cooling mode" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal( - final max=1) = 0.8 - "Nominal latent heat exchanger effectiveness at the cooling mode" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.Efficiency epsSenHea_nominal( - final max=1) = 0.8 - "Nominal sensible heat exchanger effectiveness at the heating mode" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.Efficiency epsLatHea_nominal( - final max=1) = 0.8 - "Nominal latent heat exchanger effectiveness at the heating mode" - annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.Efficiency epsSenCooPL( - final max=1) = 0.75 - "Part load (75%) sensible heat exchanger effectiveness at the cooling mode" - annotation (Dialog(group="Part load effectiveness")); - parameter Modelica.Units.SI.Efficiency epsLatCooPL( - final max=1) = 0.75 - "Part load (75%) latent heat exchanger effectiveness at the cooling mode" - annotation (Dialog(group="Part load effectiveness")); - parameter Modelica.Units.SI.Efficiency epsSenHeaPL( - final max=1) = 0.75 - "Part load (75%) sensible heat exchanger effectiveness at the heating mode" - annotation (Dialog(group="Part load effectiveness")); - parameter Modelica.Units.SI.Efficiency epsLatHeaPL( - final max=1) = 0.75 - "Part load (75%) latent heat exchanger effectiveness at the heating mode" - annotation (Dialog(group="Part load effectiveness")); + extends Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.PartialWheel; parameter Real a[:] = {1} - "Coefficients for power consumption curve, P/P_nominal = sum a_i uSpe^(i-1). The sum(a) of the elements must be equal to 1" + "Coefficients for power consumption curve for rotor, P/P_nominal = sum a_i uSpe^(i-1). The sum(a) of the elements must be equal to 1" annotation (Dialog(group="Efficiency")); Modelica.Blocks.Interfaces.RealInput uSpe( final unit="1", final max=1) "Wheel speed ratio" - annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); - Modelica.Blocks.Interfaces.RealOutput P - "Electric power consumed by the wheel" - annotation (Placement(transformation(extent={{100,-10},{120,10}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness - hex( - redeclare package Medium1 = Medium1, - redeclare package Medium2 = Medium2, - final m1_flow_nominal=m1_flow_nominal, - final m2_flow_nominal=m2_flow_nominal, - final show_T=true, - final dp1_nominal=dp1_nominal, - final dp2_nominal=dp2_nominal) - "Heat exchanger" - annotation (Placement(transformation(extent={{6,-10},{26,10}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness - effCal( - final epsSenCoo_nominal=epsSenCoo_nominal, - final epsLatCoo_nominal=epsLatCoo_nominal, - final epsSenCooPL=epsSenCooPL, - final epsLatCooPL=epsLatCooPL, - final epsSenHea_nominal=epsSenHea_nominal, - final epsLatHea_nominal=epsLatHea_nominal, - final epsSenHeaPL=epsSenHeaPL, - final epsLatHeaPL=epsLatHeaPL, - final VSup_flow_nominal=m1_flow_nominal/1.293) - "Calculate the effectiveness of heat exchange" - annotation (Placement(transformation(extent={{-42,-10},{-22,10}}))); - Modelica.Blocks.Sources.RealExpression TSup( - final y=Medium1.temperature( - Medium1.setState_phX( - p=port_a1.p, - h=inStream(port_a1.h_outflow), - X=inStream(port_a1.Xi_outflow)))) - "Supply air temperature" - annotation (Placement(transformation(extent={{-90,-30},{-70,-10}}))); - Modelica.Blocks.Sources.RealExpression TExh( - final y=Medium2.temperature( - Medium2.setState_phX( - p=port_a2.p, - h=inStream(port_a2.h_outflow), - X=inStream(port_a2.Xi_outflow)))) - "Exhaust air temperature" - annotation (Placement(transformation(extent={{-90,-50},{-70,-30}}))); + annotation (Placement(transformation(extent={{-220,-20},{-180,20}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); +protected Modelica.Blocks.Sources.RealExpression PEle( final y=P_nominal*Buildings.Utilities.Math.Functions.polynomial(a=a, x=uSpe)) "Electric power consumption" annotation (Placement(transformation(extent={{70,-10},{90,10}}))); - Modelica.Fluid.Interfaces.FluidPort_a port_a1( - redeclare final package Medium = Medium1) - "Fluid connector a1 of the supply air (positive design flow direction is from port_a1 to port_b1)" - annotation (Placement(transformation(extent={{-112,50},{-92,70}}), - iconTransformation(extent={{-110,50},{-90,70}}))); - Modelica.Fluid.Interfaces.FluidPort_b port_b2( - redeclare final package Medium = Medium2) - "Fluid connector b2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" - annotation (Placement(transformation(extent={{-90,-70},{-110,-50}}))); - Modelica.Fluid.Interfaces.FluidPort_b port_b1( - redeclare final package Medium = Medium1) - "Fluid connector b1 of the supply air (positive design flow direction is from port_a1 to port_b1)" - annotation (Placement(transformation(extent={{110,50},{90,70}}), - iconTransformation(extent={{110,50},{90,70}}))); - Modelica.Fluid.Interfaces.FluidPort_a port_a2( - redeclare final package Medium = Medium2) - "Fluid connector a2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" - annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); - Modelica.Blocks.Sources.RealExpression VSup_flow( - final y=port_a1.m_flow/ - Medium1.density(state=Medium1.setState_phX( - p=port_a1.p, - h=port_a1.h_outflow, - X=port_a1.Xi_outflow))) - "Supply air volume flow rate" - annotation (Placement(transformation(extent={{-90,30},{-70,50}}))); - Modelica.Blocks.Sources.RealExpression VExh_flow( - final y=port_a2.m_flow/ - Medium2.density(state=Medium2.setState_phX( - p=port_a2.p, - h=port_a2.h_outflow, - X=port_a2.Xi_outflow))) - "Exhaust air volume flow rate" - annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); initial equation - assert(noEvent(abs(sum(a)-1) < Modelica.Constants.eps), + assert(abs(sum(a)-1) < Modelica.Constants.eps, "In " + getInstanceName() + ": Power efficiency curve is wrong. The sum of the coefficients for power efficiency curve should equal to 1.", level=AssertionLevel.error); equation - connect(hex.port_b1, port_b1) - annotation (Line(points={{26,6},{40,6},{40,60},{100,60}}, - color={0,127,255})); - connect(hex.port_b2, port_b2) - annotation (Line(points={{6,-6},{0,-6},{0,-60},{-100,-60}}, - color={0,127,255})); - connect(PEle.y, P) - annotation (Line(points={{91,0},{110,0}}, color={0,0,127})); - connect(effCal.epsSen, hex.epsSen) - annotation (Line(points={{-21,3},{-8,3},{-8,3},{4,3}}, - color={0,0,127})); - connect(effCal.epsLat, hex.epsLat) - annotation (Line(points={{-21,-3},{-8,-3},{-8,-3},{4,-3}}, - color={0,0,127})); - connect(effCal.uSpe, uSpe) - annotation (Line(points={{-44,0},{-120,0}}, - color={0,0,127})); - connect(TSup.y, effCal.TSup) - annotation (Line(points={{-69,-20},{-60,-20},{-60,-4},{-44,-4}}, - color={0,0,127})); - connect(TExh.y, effCal.TExh) - annotation (Line(points={{-69,-40},{-52,-40},{-52,-8},{-44,-8}}, - color={0,0,127})); - connect(hex.port_a1, port_a1) - annotation (Line(points={{6,6},{0,6},{0,60},{-102,60}}, color={0,0,127})); - connect(hex.port_a2, port_a2) - annotation (Line(points={{26,-6},{40,-6},{40,-60}, + connect(P, PEle.y) + annotation (Line(points={{110,0},{91,0}}, color={0,0,127})); + connect(port_a1, hex.port_a1) annotation (Line(points={{-180,80},{-60,80},{-60, + 6},{-10,6}}, color={0,127,255})); + connect(hex.port_a2, port_a2) annotation (Line(points={{10,-6},{60,-6},{60,-60}, {100,-60}}, color={0,127,255})); - connect(VSup_flow.y, effCal.VSup_flow) - annotation (Line(points={{-69,40},{-54,40},{-54,8},{-44,8}}, - color={0,0,127})); - connect(VExh_flow.y, effCal.VExh_flow) - annotation (Line(points={{-69,20},{-60,20},{-60,4},{-44,4}}, - color={0,0,127})); + connect(effCal.uSpe, uSpe) + annotation (Line(points={{-102,0},{-200,0}}, color={0,0,127})); annotation ( defaultComponentName="whe", - Icon(coordinateSystem(extent={{-100,-100},{100, - 100}}), graphics={ - Rectangle( - extent={{32,-56},{94,-64}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), - Rectangle( - extent={{32,64},{94,56}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), - Rectangle( - extent={{-92,-55},{-32,-64}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), - Rectangle( - extent={{-94,65},{-32,56}}, - lineColor={0,0,255}, - pattern=LinePattern.None, - fillColor={0,0,0}, - fillPattern=FillPattern.Solid), - Ellipse(extent={{6,88},{38,-90}}, lineColor={28,108,200}, - fillColor={255,255,255}, - fillPattern=FillPattern.Solid), + Icon(coordinateSystem(extent={{-100,-100},{100,100}}), + graphics={ Polygon( points={{0,100},{0,100}}, lineColor={28,108,200}, fillColor={255,255,255}, - fillPattern=FillPattern.None), - Rectangle( - extent={{-2,88},{22,-98}}, - fillColor={255,255,255}, - fillPattern=FillPattern.Solid, - pattern=LinePattern.None), - Ellipse( - extent={{-38,88},{-4,-90}}, - lineColor={28,108,200}, - fillColor={28,108,200}, - fillPattern=FillPattern.Solid), - Line(points={{-22,-90},{22,-90}}, color={28,108,200}), - Line(points={{-20,88},{22,88}}, color={28,108,200})}), + fillPattern=FillPattern.None)}), Diagram( - coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})), + coordinateSystem(preserveAspectRatio=false, extent={{-180,-100},{100,100}})), Documentation(info="

                                                        Model of a generic, sensible and latent air-to-air heat recovery wheel, which has the diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo index ec43486c97a..77acb8ddbde 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo @@ -15,7 +15,7 @@ model BypassDampers annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, - p(displayUnit="Pa") = 101325 + 100, + p(displayUnit="Pa") = 101325 + 500, T(displayUnit="K") = 293.15, nPorts=1) "Exhaust air source" @@ -31,7 +31,7 @@ model BypassDampers redeclare package Medium = Medium1, T=273.15 + 30, X={0.012,1 - 0.012}, - p(displayUnit="Pa") = 101325 - 100, + p(displayUnit="Pa") = 101325 - 500, nPorts=1) "Supply air sink" annotation (Placement(transformation(extent={{80,20},{60,40}}))); @@ -49,8 +49,8 @@ model BypassDampers redeclare package Medium2 = Medium2, m1_flow_nominal=5, m2_flow_nominal=5, - dp1_nominal(displayUnit="Pa") = 100, - dp2_nominal(displayUnit="Pa") = 100, + dp1_nominal(displayUnit="Pa"), + dp2_nominal(displayUnit="Pa"), P_nominal=100, epsLatCoo_nominal=0.7, epsLatCooPL=0.6, @@ -87,7 +87,7 @@ equation color={0,127,255})); connect(bypDamPos.y, whe.uBypDamPos) annotation (Line(points={{-59,0},{-2,0}}, color={0,0,127})); - connect(opeSig.y, whe.opeSig) annotation (Line(points={{-58,30},{-20,30},{-20, + connect(opeSig.y, whe.opeSig) annotation (Line(points={{-58,30},{-10,30},{-10, 8},{-2,8}}, color={255,0,255})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mos" diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo index d2154a6aa2a..795f7b4d2d1 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo @@ -15,7 +15,7 @@ model SpeedControlled annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, - p(displayUnit="Pa") = 101325 + 100, + p(displayUnit="Pa") = 101325 + 500, T(displayUnit="K") = 293.15, nPorts=1) "Exhaust air source" @@ -31,7 +31,7 @@ model SpeedControlled redeclare package Medium = Medium1, T=273.15 + 30, X={0.012,1 - 0.012}, - p(displayUnit="Pa") = 101325 - 100, + p(displayUnit="Pa") = 101325 - 500, nPorts=1) "Supply air sink" annotation (Placement(transformation(extent={{80,20},{60,40}}))); @@ -50,8 +50,6 @@ model SpeedControlled redeclare package Medium2 = Medium2, m1_flow_nominal=5, m2_flow_nominal=5, - dp1_nominal=100, - dp2_nominal=100, P_nominal=100, epsLatCoo_nominal=0.7, epsLatCooPL=0.6, @@ -65,7 +63,7 @@ model SpeedControlled offset=0.7, startTime=200) "Wheel speed" - annotation (Placement(transformation(extent={{-78,-10},{-58,10}}))); + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); equation connect(TSup.y, sou_1.T_in) annotation (Line(points={{-59,34},{-42,34}}, color={0,0,127})); @@ -79,7 +77,7 @@ equation annotation (Line(points={{0,-6},{-8,-6},{-8,-30},{-20,-30}}, color={0,127,255})); connect(wheSpe.y, whe.uSpe) - annotation (Line(points={{-57,0},{-2,0}}, color={0,0,127})); + annotation (Line(points={{-59,0},{-2,0}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mos" diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_BypassDampers.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_BypassDampers.txt index 175d909de6a..2b189056e2e 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_BypassDampers.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_BypassDampers.txt @@ -1,17 +1,22 @@ -last-generated=2023-12-18 +last-generated=2024-01-05 +statistics-initialization= +{ + "nonlinear": "1, 0, 1, 0", + "numerical Jacobians": "0" +} statistics-simulation= { "linear": "4, 4", - "nonlinear": "0, 0, 0, 0", + "nonlinear": "1, 1, 0, 0", "number of continuous time states": "8", "numerical Jacobians": "0" } time=[0e+00, 3.6e+02] -whe.hex.sta_b1.T=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 2.955181274886837e+02, 2.956297303191643e+02, 2.957413023956794e+02, 2.9585290522616e+02, 2.959645080566406e+02, 2.960761108871212e+02, 2.961876832001531e+02, 2.962992857941169e+02, 2.964108886245975e+02, 2.965224914550781e+02, 2.966340637680453e+02, 2.967456665985906e+02, 2.968572691925544e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968944702148438e+02, 2.968945312494826e+02, 2.968957824731608e+02, 2.969000854443034e+02, 2.969085388372445e+02, 2.96921630859375e+02, 2.969394530916277e+02, 2.969618835661353e+02, 2.969885558842734e+02, 2.970191040592681e+02, 2.970530395507812e+02, 2.970899657558961e+02, 2.97129425083494e+02, 2.971710815070094e+02, 2.972145386495005e+02, 2.972594604492188e+02, 2.97305572430862e+02, 2.973526609719009e+02, 2.974004823407155e+02, 2.974488221040098e+02, 2.9749755859375e+02, 2.975465697409173e+02, 2.97595702958397e+02, 2.976448976275405e+02, 2.976940613623397e+02, 2.977431030273438e+02, 2.977919921047159e+02, 2.97840667560076e+02, 2.978890992851098e+02, 2.979372559408656e+02, 2.97985107421875e+02, 2.980326232108185e+02, 2.980798033074375e+02, 2.981265870723871e+02, 2.981730347460962e+02, 2.982190551757812e+02, 2.982646788779854e+02, 2.983099058532262e+02, 2.983547364792059e+02, 2.983991089617418e+02, 2.984430847167969e+02, 2.984866332273104e+02, 2.985297239757042e+02, 2.98572418356728e+02, 2.986146546121582e+02, 2.986564331054688e+02] +whe.hex.sta_b1.T=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 2.96309448305569e+02, 2.964589234666069e+02, 2.96608428828315e+02, 2.967579039893528e+02, 2.969073791503906e+02, 2.970568543114284e+02, 2.972063294724663e+02, 2.973558348341743e+02, 2.975053099952122e+02, 2.9765478515625e+02, 2.978042603172878e+02, 2.979537354783257e+02, 2.981032408400337e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530761716163e+02, 2.98153533936323e+02, 2.981550292951935e+02, 2.981580200262575e+02, 2.981626586914062e+02, 2.98169006335756e+02, 2.981770324783348e+02, 2.981866760167242e+02, 2.98197845479163e+02, 2.982103881835938e+02, 2.982241821045884e+02, 2.982391357555106e+02, 2.982551574568627e+02, 2.982721252736325e+02, 2.982899169921875e+02, 2.983085021654455e+02, 2.983277892404134e+02, 2.983476868363924e+02, 2.983681335803638e+02, 2.983891296386719e+02, 2.984105834593583e+02, 2.984324645251037e+02, 2.984547730252766e+02, 2.984774170307338e+02, 2.985003967285156e+02, 2.985236816010438e+02, 2.985473021653793e+02, 2.985711670734194e+02, 2.985952759200396e+02, 2.9861962890625e+02, 2.986442260323093e+02, 2.986690062633199e+02, 2.986940003289943e+02, 2.98719177289038e+02, 2.987445373535156e+02, 2.987700194880471e+02, 2.987956847275298e+02, 2.98821502773505e+02, 2.988474426709322e+02, 2.988734741210938e+02, 2.988996581586285e+02, 2.989259032313196e+02, 2.989522705973228e+02, 2.989786987752239e+02, 2.990051879882812e+02] TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] -whe.port_a1.m_flow=[1e+01, 7.473897890355959e+00, 6.189397754680937e+00, 5.405409838762697e+00, 5.154702173853067e+00, 5.071506500244141e+00, 5.0387630486839e+00, 5.023861410564977e+00, 5.015490052916603e+00, 5.006117347137351e+00, 5.001753807067871e+00, 5.000472068560258e+00, 5.000136375466152e+00, 5.000044822684282e+00, 5.000017166144769e+00, 5.000007629394531e+00, 5.000003814696255e+00, 5.000002384185791e+00, 5.000001430511475e+00, 5.000000953674316e+00, 5.000000953674316e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 4.999943733607425e+00, 4.998464581531157e+00, 4.993455892598923e+00, 4.983616806819795e+00, 4.968370914459229e+00, 4.947595635239784e+00, 4.921479200424519e+00, 4.890399960780747e+00, 4.854838306803896e+00, 4.815305233001709e+00, 4.772305086800642e+00, 4.726323564260856e+00, 4.677818817062193e+00, 4.6272110062517e+00, 4.574877262115479e+00, 4.521149727226299e+00, 4.466317840866078e+00, 4.410633373777898e+00, 4.354313754412903e+00, 4.297544956207275e+00, 4.240487195569017e+00, 4.183275416884372e+00, 4.126023098492043e+00, 4.068831346947831e+00, 4.011781215667725e+00, 3.954947090965448e+00, 3.898392630229742e+00, 3.842174340167547e+00, 3.786343241875792e+00, 3.730943441390991e+00, 3.676013324074063e+00, 3.621587221883087e+00, 3.567693290284806e+00, 3.514356046472182e+00, 3.461592674255371e+00, 3.409414141028468e+00, 3.357825930202537e+00, 3.306823081866735e+00, 3.256394301365054e+00, 3.206521272659302e+00, 3.157174432150856e+00, 3.108320878061652e+00, 3.059922293489332e+00, 3.011936345195597e+00, 2.964321374893188e+00] -whe.port_a2.m_flow=[1e+01, 7.473897890355959e+00, 6.189397754680937e+00, 5.405409838762697e+00, 5.154702173853067e+00, 5.071506500244141e+00, 5.0387630486839e+00, 5.023861410564977e+00, 5.015490052916603e+00, 5.006117347137351e+00, 5.001753807067871e+00, 5.000472068560258e+00, 5.000136375466152e+00, 5.000044822684282e+00, 5.000017166144769e+00, 5.000007629394531e+00, 5.000003814696255e+00, 5.000002384185791e+00, 5.000001430511475e+00, 5.000000953674316e+00, 5.000000953674316e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5.000000476837158e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 5e+00, 4.999943733607425e+00, 4.998464581531157e+00, 4.993455892598923e+00, 4.983616806819795e+00, 4.968370914459229e+00, 4.947595635239784e+00, 4.921479200424519e+00, 4.890399960780747e+00, 4.854838306803896e+00, 4.815305233001709e+00, 4.772305086800642e+00, 4.726323564260856e+00, 4.677818817062193e+00, 4.6272110062517e+00, 4.574877262115479e+00, 4.521149727226299e+00, 4.466317840866078e+00, 4.410633373777898e+00, 4.354313754412903e+00, 4.297544956207275e+00, 4.240487195569017e+00, 4.183275416884372e+00, 4.126023098492043e+00, 4.068831346947831e+00, 4.011781215667725e+00, 3.954947090965448e+00, 3.898392630229742e+00, 3.842174340167547e+00, 3.786343241875792e+00, 3.730943441390991e+00, 3.676013324074063e+00, 3.621587221883087e+00, 3.567693290284806e+00, 3.514356046472182e+00, 3.461592674255371e+00, 3.409414141028468e+00, 3.357825930202537e+00, 3.306823081866735e+00, 3.256394301365054e+00, 3.206521272659302e+00, 3.157174432150856e+00, 3.108320878061652e+00, 3.059922293489332e+00, 3.011936345195597e+00, 2.964321374893188e+00] -whe.hex.sta_b2.T=[2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 3.033894045040939e+02, 3.038781742424335e+02, 3.043669429450665e+02, 3.048557126834708e+02, 3.053444519042969e+02, 3.058332216427011e+02, 3.063219913811054e+02, 3.068107600837384e+02, 3.072994993045645e+02, 3.077882690429688e+02, 3.08277038781373e+02, 3.087658085197772e+02, 3.092545772222809e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.0941748046875e+02, 3.094174194341111e+02, 3.09416168210433e+02, 3.094118652394197e+02, 3.094034423639274e+02, 3.093904113769531e+02, 3.093726196622786e+02, 3.093502502230565e+02, 3.093236389399454e+02, 3.092932128352631e+02, 3.092593688964844e+02, 3.092225342441039e+02, 3.091831664693698e+02, 3.091416321160374e+02, 3.09098327561437e+02, 3.090534973144531e+02, 3.090075074028636e+02, 3.089605409318785e+02, 3.08912872151472e+02, 3.088646239411708e+02, 3.088160095214844e+02, 3.087671204443709e+02, 3.087181092969449e+02, 3.086690366986314e+02, 3.086199950341447e+02, 3.085710754394531e+02, 3.085222779145566e+02, 3.084737245292504e+02, 3.084253843579858e+02, 3.083773192549643e+02, 3.0832958984375e+02, 3.082821656075408e+02, 3.082351075807169e+02, 3.081884153695366e+02, 3.081420592480444e+02, 3.080961303710938e+02, 3.080505982213652e+02, 3.080054627986001e+02, 3.079607237263896e+02, 3.079164122790099e+02, 3.078725280761719e+02, 3.078290711183927e+02, 3.077860414051552e+02, 3.077434385773832e+02, 3.077012938741699e+02, 3.076595764160156e+02] +whe.port_a1.m_flow=[8.535533905029297e+00, 6.009431795385256e+00, 4.724931659710234e+00, 3.94094398221051e+00, 3.690236078882238e+00, 3.607040405273438e+00, 3.57429719213165e+00, 3.5593950771762e+00, 3.551023957946152e+00, 3.541651490584723e+00, 3.537287473678589e+00, 3.536006212007629e+00, 3.535670280495702e+00, 3.535578966131905e+00, 3.535551071174571e+00, 3.535541534423828e+00, 3.535537719726057e+00, 3.535536050796761e+00, 3.535535335541782e+00, 3.535534858703613e+00, 3.535534620285034e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535514116426687e+00, 3.534991024927272e+00, 3.533218147409769e+00, 3.529727451099879e+00, 3.524298191070557e+00, 3.516860022209561e+00, 3.507443419078012e+00, 3.496140728650448e+00, 3.483078217511462e+00, 3.468392372131348e+00, 3.452219753027296e+00, 3.434694036245801e+00, 3.415943162037944e+00, 3.396087373361558e+00, 3.375236034393311e+00, 3.353488005887647e+00, 3.330931741026254e+00, 3.307645240553772e+00, 3.28369923284286e+00, 3.259156227111816e+00, 3.234071774442911e+00, 3.208495942683186e+00, 3.18247237833662e+00, 3.156043484316772e+00, 3.129245042800903e+00, 3.10211376996522e+00, 3.074683282786932e+00, 3.046986723904166e+00, 3.019056034203337e+00, 2.990922212600708e+00, 2.962614345966883e+00, 2.934160567619415e+00, 2.905585668737091e+00, 2.876913021980405e+00, 2.8481605052948e+00, 2.819341708448335e+00, 2.79046497607309e+00, 2.761530539503701e+00, 2.732532690403365e+00, 2.703459024429321e+00, 2.674288083972106e+00, 2.644994596817957e+00, 2.61554851048132e+00, 2.58591718397018e+00, 2.556068181991577e+00] +whe.port_a2.m_flow=[8.535533905029297e+00, 6.009431795385256e+00, 4.724931659710234e+00, 3.94094398221051e+00, 3.690236078882238e+00, 3.607040405273438e+00, 3.57429719213165e+00, 3.5593950771762e+00, 3.551023957946152e+00, 3.541651490584723e+00, 3.537287473678589e+00, 3.536006212007629e+00, 3.535670280495702e+00, 3.535578966131905e+00, 3.535551071174571e+00, 3.535541534423828e+00, 3.535537719726057e+00, 3.535536050796761e+00, 3.535535335541782e+00, 3.535534858703613e+00, 3.535534620285034e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535514116426687e+00, 3.534991024927272e+00, 3.533218147409769e+00, 3.529727451099879e+00, 3.524298191070557e+00, 3.516860022209561e+00, 3.507443419078012e+00, 3.496140728650448e+00, 3.483078217511462e+00, 3.468392372131348e+00, 3.452219753027296e+00, 3.434694036245801e+00, 3.415943162037944e+00, 3.396087373361558e+00, 3.375236034393311e+00, 3.353488005887647e+00, 3.330931741026254e+00, 3.307645240553772e+00, 3.28369923284286e+00, 3.259156227111816e+00, 3.234071774442911e+00, 3.208495942683186e+00, 3.18247237833662e+00, 3.156043484316772e+00, 3.129245042800903e+00, 3.10211376996522e+00, 3.074683282786932e+00, 3.046986723904166e+00, 3.019056034203337e+00, 2.990922212600708e+00, 2.962614345966883e+00, 2.934160567619415e+00, 2.905585668737091e+00, 2.876913021980405e+00, 2.8481605052948e+00, 2.819341708448335e+00, 2.79046497607309e+00, 2.761530539503701e+00, 2.732532690403365e+00, 2.703459024429321e+00, 2.674288083972106e+00, 2.644994596817957e+00, 2.61554851048132e+00, 2.58591718397018e+00, 2.556068181991577e+00] +whe.hex.sta_b2.T=[2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 3.026000368122086e+02, 3.030509952554059e+02, 3.035019832602191e+02, 3.039529417034164e+02, 3.044039306640625e+02, 3.048548891071305e+02, 3.053058475503278e+02, 3.05756835555141e+02, 3.062077939983383e+02, 3.066587524414062e+02, 3.071097414020524e+02, 3.075606998452496e+02, 3.080116878500629e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081615295402395e+02, 3.08160034181369e+02, 3.081570434505637e+02, 3.081524353027344e+02, 3.081460876583846e+02, 3.081380615158058e+02, 3.081284484949946e+02, 3.081173095501339e+02, 3.081047973632812e+02, 3.080910034422866e+02, 3.080760803090719e+02, 3.08060089125298e+02, 3.080431823432963e+02, 3.08025390625e+02, 3.080068664868983e+02, 3.079876099295085e+02, 3.079677733686857e+02, 3.07947326624973e+02, 3.079263916015625e+02, 3.079049682984542e+02, 3.078831177508043e+02, 3.078608702852703e+02, 3.078382873147106e+02, 3.078153381347656e+02, 3.077920837798155e+02, 3.07768524250119e+02, 3.077446898601744e+02, 3.07720611531391e+02, 3.076962890625e+02, 3.07671752971597e+02, 3.076470032581644e+02, 3.076220702276463e+02, 3.075969237854395e+02, 3.075716247558594e+02, 3.075461426215866e+02, 3.075205384170014e+02, 3.074947814061825e+02, 3.074688720263334e+02, 3.0744287109375e+02, 3.074167480911128e+02, 3.073905335362585e+02, 3.073642272054116e+02, 3.073378295450886e+02, 3.073113708496094e+02] whe.uBypDamPos=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.999992465612479e-03, 6.500003948800676e-03, 1.099999612570312e-02, 1.550000737606466e-02, 1.999999955296516e-02, 2.449999172988142e-02, 2.900000298022717e-02, 3.349999701977283e-02, 3.800000640748921e-02, 4.250000044703484e-02, 4.699999076132177e-02, 5.150000387429688e-02, 5.59999979138425e-02, 6.050000730155885e-02, 6.499999761581417e-02, 6.949999165535983e-02, 7.399998569490546e-02, 7.850001788137323e-02, 8.300000447033823e-02, 8.749999850988388e-02, 9.199999254942953e-02, 9.649998658897513e-02, 1.010000187753166e-01, 1.05500005364408e-01, 1.099999994039536e-01, 1.144999934434992e-01, 1.189999874830448e-01, 1.23500012218932e-01, 1.280000137090582e-01, 1.324999928474426e-01, 1.369999868869883e-01, 1.414999809265339e-01, 1.460000131130016e-01, 1.505000071525472e-01, 1.550000011920929e-01, 1.594999952316385e-01, 1.639999892711841e-01, 1.685000214576519e-01, 1.730000005960363e-01, 1.77499994635582e-01, 1.819999886751276e-01, 1.864999827146732e-01, 1.91000014901141e-01, 1.955000089406866e-01, 2.000000029802322e-01] -whe.effCal.epsSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.156064748764038e-01, 8.15604031102642e-01, 8.155402539942873e-01, 8.153242471317345e-01, 8.148999800689344e-01, 8.142425417900085e-01, 8.133466856575545e-01, 8.122205127540149e-01, 8.108803045869414e-01, 8.093468519067196e-01, 8.076421022415161e-01, 8.057878645834783e-01, 8.038050514954526e-01, 8.017134088459968e-01, 7.995310984005264e-01, 7.972742915153503e-01, 7.949573437270104e-01, 7.925926527657454e-01, 7.901911057451937e-01, 7.877620417200756e-01, 7.853133678436279e-01, 7.828518790079649e-01, 7.803833568403873e-01, 7.7791242953937e-01, 7.75443311324334e-01, 7.729792594909668e-01, 7.705230754469621e-01, 7.680772625727474e-01, 7.65643767239265e-01, 7.63224299636231e-01, 7.608203291893005e-01, 7.584329287835956e-01, 7.560631116874664e-01, 7.53711573295341e-01, 7.513791283357393e-01, 7.49066174030304e-01, 7.467733064285145e-01, 7.445008235455105e-01, 7.422491236094404e-01, 7.400184236117299e-01, 7.378091216087341e-01, 7.35621277212172e-01, 7.334551288325381e-01, 7.313107775903135e-01, 7.291883790497559e-01, 7.270880341529846e-01] -whe.effCal.epsLat=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312129139900208e-01, 7.312080264430025e-01, 7.310804722260404e-01, 7.306484585006822e-01, 7.297999243750819e-01, 7.284850478172302e-01, 7.266933951564618e-01, 7.244409897454954e-01, 7.217606330154881e-01, 7.186937276547919e-01, 7.152842283248901e-01, 7.115757530088145e-01, 7.076101268325105e-01, 7.034268415335989e-01, 6.990621610387711e-01, 6.945485472679138e-01, 6.899146516917393e-01, 6.851853293723382e-01, 6.803822353322453e-01, 6.755241072820091e-01, 6.706267595291138e-01, 6.657037818577878e-01, 6.607666779189982e-01, 6.558248829195873e-01, 6.508866464900206e-01, 6.459584832191467e-01, 6.41046174735782e-01, 6.361545489873528e-01, 6.312874987167536e-01, 6.264486827179541e-01, 6.21640682220459e-01, 6.168658814090491e-01, 6.121262472157804e-01, 6.074232300361742e-01, 6.027582209097022e-01, 5.981323719024658e-01, 5.935465770947475e-01, 5.890016709328789e-01, 5.844982114581151e-01, 5.800368710653175e-01, 5.756182670593262e-01, 5.712425782667072e-01, 5.66910281506934e-01, 5.626215790224849e-01, 5.583767819413697e-01, 5.541760921478271e-01] +whe.effCal.epsSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523815631927088e-01, 7.523591517975143e-01, 7.52283096400889e-01, 7.521333691092883e-01, 7.519005537033081e-01, 7.515814906390804e-01, 7.511776085825665e-01, 7.506927852232863e-01, 7.501324404985217e-01, 7.49502420425415e-01, 7.488086235774345e-01, 7.480566494968026e-01, 7.472520477607141e-01, 7.463999971753082e-01, 7.455050349235535e-01, 7.445715085843578e-01, 7.436031732457947e-01, 7.426032389472976e-01, 7.415747028765842e-01, 7.405202984809875e-01, 7.394421715090245e-01, 7.383423485181121e-01, 7.372226676737595e-01, 7.360845784746272e-01, 7.349295020103455e-01, 7.337586303637046e-01, 7.325730364183106e-01, 7.31373723227895e-01, 7.301616051978913e-01, 7.289375066757202e-01, 7.277021429100452e-01, 7.264562291566036e-01, 7.252003507752985e-01, 7.239351847089626e-01, 7.226613163948059e-01, 7.213792226649339e-01, 7.200895591704392e-01, 7.187927917249175e-01, 7.174894787566637e-01, 7.161802053451538e-01, 7.148653291142144e-01, 7.135455057139274e-01, 7.12221200735568e-01, 7.10892913470165e-01, 7.095611691474915e-01] +whe.effCal.epsLat=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047631502272754e-01, 6.047183274366339e-01, 6.045662166436359e-01, 6.042668216640688e-01, 6.038010716438293e-01, 6.031630051200186e-01, 6.023552410067383e-01, 6.013855942886832e-01, 6.00264904838396e-01, 5.990049242973328e-01, 5.976172113920821e-01, 5.961133228354631e-01, 5.945041193635386e-01, 5.927999585878296e-01, 5.910100936889648e-01, 5.891430410110788e-01, 5.872063107288026e-01, 5.852064421318084e-01, 5.831494891986605e-01, 5.810405611991882e-01, 5.788843072557673e-01, 5.766847208780821e-01, 5.744452995857429e-01, 5.721692403947464e-01, 5.698590278625488e-01, 5.675172845692671e-01, 5.65146096678479e-01, 5.627474106950242e-01, 5.60323174633501e-01, 5.578749775886536e-01, 5.554042500573035e-01, 5.529124225504204e-01, 5.504007253924549e-01, 5.478703932597832e-01, 5.453226566314697e-01, 5.427584691712205e-01, 5.401791421817257e-01, 5.375856072906823e-01, 5.349789813546799e-01, 5.323603749275208e-01, 5.297306820702867e-01, 5.270910352697127e-01, 5.244424253129941e-01, 5.217858507816826e-01, 5.19122302532196e-01] From 4c573940b51b1e96a1fe082c6b9d94b4a02f7abb Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Fri, 5 Jan 2024 19:15:44 -0800 Subject: [PATCH 140/196] Formatted file --- .../Validation/HeatExchangerWithInputEffectiveness.mo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index 32206a69b61..72f34abe456 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -45,8 +45,7 @@ model HeatExchangerWithInputEffectiveness nPorts=1) "Supply air source" annotation (Placement(transformation(extent={{-40,50},{-20,70}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness - hex( + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, m1_flow_nominal=5, From 7ece958658b8b2aad86315bb7ea7e390c80bb2c1 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 10 Jan 2024 15:35:28 -0500 Subject: [PATCH 141/196] add the sensible wheel package --- Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo | 5 +++-- Buildings/Fluid/HeatExchangers/ThermalWheels/package.order | 1 + .../Sensible/BaseClasses/Validation/Effectiveness.mos | 5 +++++ .../Validation/HeatExchangerWithInputEffectiveness.mos | 3 +++ .../ThermalWheels/Sensible/Validation/BypassDampers.mos | 5 +++++ .../ThermalWheels/Sensible/Validation/SpeedControlled.mos | 5 +++++ 6 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mos diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo index 94c297c6d05..e999a640886 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo @@ -1,9 +1,10 @@ within Buildings.Fluid.HeatExchangers; package ThermalWheels "fixme: add brief description" - extends Modelica.Icons.Package; + extends Modelica.Icons.VariantsPackage; + annotation (preferredView="info", Documentation(info="

                                                        -This package contains component models for enthalpy recovery wheels. +This package contains component models for thermal recovery wheels.

                                                        ")); end ThermalWheels; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.order index c4c07c55cc9..841e149f12a 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.order +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.order @@ -1 +1,2 @@ Latent +Sensible diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mos new file mode 100644 index 00000000000..9ca08193496 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mos @@ -0,0 +1,5 @@ +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation.Effectiveness", stopTime=120, method="CVode", tolerance=1e-6, resultFile="Effectiveness"); +createPlot(id=1, position={55, 14, 975, 618}, y={"whSpe.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=101, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={55, 14, 975, 618}, y={"TSup.y", "TExh.y"}, range={0.0, 120.0, 280.0, 320.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"K", "K"}); +createPlot(id=1, position={55, 14, 975, 618}, y={"VSup.y", "VExh.y"}, range={0.0, 120.0, 0.0, 2.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"m3/s", "m3/s"}); +createPlot(id=1, position={55, 14, 975, 618}, y={"epsCal.eps"}, range={0.0, 120.0, 0.0, 1.0}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos new file mode 100644 index 00000000000..dbbe2143a9d --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos @@ -0,0 +1,3 @@ +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation.HeatExchangerWithInputEffectiveness", stopTime=360, method="CVode", tolerance=1e-6, resultFile="HeatExchangerWithInputEffectiveness"); +createPlot(id=1, position={28, 18, 1047, 662}, y={"hex.sta_a1.T", "hex.sta_b2.T"}, range={0.0, 360.0, 25.0, 45.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); +createPlot(id=1, position={28, 18, 1047, 662}, y={"eps.y"}, range={0.0, 360.0, 0.65, 0.85}, grid=true, subPlot=102, colors={{28,108,200}}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mos new file mode 100644 index 00000000000..92b173270a1 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mos @@ -0,0 +1,5 @@ +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation.BypassDampers", stopTime=360, method="CVode", tolerance=1e-06, resultFile="BypassDampers"); +createPlot(id=1, position={15, 15, 890, 669}, y={"TSup.y", "senSupTem.T", "senExhTem.T", "sou_2.T"}, range={0.0, 360.0, 290.0, 320.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}, timeUnit="s", displayUnits={"K", "K", "K", "K"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 10.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.uBypDamPos"}, range={0.0, 360.0, -0.2, 0.4000000000000001}, grid=true, subPlot=103, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.eps"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mos new file mode 100644 index 00000000000..3494625e2f0 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mos @@ -0,0 +1,5 @@ +simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation.SpeedControlled", stopTime=360, method="CVode", tolerance=1e-06, resultFile="SpeedControlled"); +createPlot(id=1, position={15, 15, 890, 669}, y={"TSup.y", "senSupTem.T", "senExhTem.T", "sou_2.T"}, range={0.0, 360.0, 290.0, 320.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}, timeUnit="s", displayUnits={"K", "K", "K", "K"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.uSpe"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=103, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.eps"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); From 3c807aafe8aa953b68b187424659076b298fee72 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 10 Jan 2024 15:36:49 -0500 Subject: [PATCH 142/196] model doc update and remove unneeded settings --- .../Latent/BaseClasses/Effectiveness.mo | 24 ++--- .../Latent/BaseClasses/PartialWheel.mo | 93 +++++++++++-------- .../HeatExchangerWithInputEffectiveness.mo | 7 +- .../ThermalWheels/Latent/BypassDampers.mo | 40 ++++---- .../ThermalWheels/Latent/SpeedControlled.mo | 6 +- .../Latent/Validation/BypassDampers.mo | 36 ++++--- .../Latent/Validation/SpeedControlled.mo | 29 ++++-- 7 files changed, 138 insertions(+), 97 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo index c328f5a7c16..3616276559c 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo @@ -7,17 +7,17 @@ model Effectiveness parameter Modelica.Units.SI.Efficiency epsLatCoo_nominal(final max=1) "Nominal latent heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsSenCooPL(final max=1) - "Part load (75%) sensible heat exchanger effectiveness at the cooling mode"; + "Part load (75% of the nominal supply flow rate) sensible heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsLatCooPL(final max=1) - "Part load (75%) latent heat exchanger effectiveness at the cooling mode"; + "Part load (75% of the nominal supply flow rate) latent heat exchanger effectiveness at the cooling mode"; parameter Modelica.Units.SI.Efficiency epsSenHea_nominal(final max=1) "Nominal sensible heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.Efficiency epsLatHea_nominal(final max=1) "Nominal latent heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.Efficiency epsSenHeaPL(final max=1) - "Part load (75%) sensible heat exchanger effectiveness at the heating mode"; + "Part load (75% of the nominal supply flow rate) sensible heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.Efficiency epsLatHeaPL(final max=1) - "Part load (75%) latent heat exchanger effectiveness at the heating mode"; + "Part load (75% of the nominal supply flow rate) latent heat exchanger effectiveness at the heating mode"; parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal "Nominal supply air flow rate"; @@ -57,24 +57,24 @@ protected Real rat "Ratio of the average operating air flow rate to the nominal supply air flow rate"; Real epsSenPL - "Part load (75%) sensible heat exchanger effectiveness used for calculation"; + "Part load sensible heat exchanger effectiveness used for calculation"; Real epsSen_nominal "Nominal sensible heat exchanger effectiveness used for calculation"; Real epsLatPL - "Part load (75%) latent heat exchanger effectiveness used for calculation"; + "Part load latent heat exchanger effectiveness used for calculation"; Real epsLat_nominal "Nominal latent heat exchanger effectiveness used for calculation"; equation // Check if the air flows are too unbalanced - assert(noEvent(VSup_flow - 2*VExh_flow < 0) or noEvent(VExh_flow - 2*VSup_flow < 0), - "*** Warning in " + getInstanceName() + ": The ratio of the supply flow rate to the exhaust flow rate should be in the range of [0.5, 2].", + assert(VSup_flow - 2*VExh_flow < 0 or VExh_flow - 2*VSup_flow < 0, + "In " + getInstanceName() + ": The ratio of the supply flow rate to the exhaust flow rate should be in the range of [0.5, 2].", level=AssertionLevel.warning); // Calculate the average volumetric air flow and flow rate ratio. rat = (VSup_flow + VExh_flow)/2/VSup_flow_nominal; // Check if the extrapolation goes too far - assert(noEvent(rat > 0.5) and noEvent(rat < 1.3), - "*** Warning in " + getInstanceName() + ": The ratio of the operating flow rate to the nominal supply flow rate should be in the range of [0.5, 1.3].", + assert(rat > 0.5 and rat < 1.3, + "In " + getInstanceName() + ": The ratio of the operating flow rate to the nominal supply flow rate should be in the range of [0.5, 1.3].", level=AssertionLevel.warning); // Switch between cooling and heating modes based on the difference between the supply air temperature and the exhaust air temperature epsSenPL = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsSenCooPL, epsSenHeaPL, 1e-5); @@ -84,11 +84,11 @@ equation // Calculate effectiveness epsSen =uSpe*(epsSenPL + (epsSen_nominal - epsSenPL)*(rat - 0.75)/0.25); epsLat =uSpe*(epsLatPL + (epsLat_nominal - epsLatPL)*(rat - 0.75)/0.25); - assert(noEvent(epsSen >= 0) and noEvent(epsSen < 1), + assert(epsSen >= 0 and epsSen < 1, "In " + getInstanceName() + ": The sensible heat exchange effectiveness epsSen = " + String(epsSen) + ". It should be in the range of [0, 1]. Check if the part load (75%) or nominal sensible heat exchanger effectiveness is too high or too low.", level=AssertionLevel.error); - assert(noEvent(epsLat >= 0) and noEvent(epsLat < 1), + assert(epsLat >= 0 and epsLat < 1, "In " + getInstanceName() + ": The latent heat exchange effectiveness epsLat = " + String(epsLat) + ". It should be in the range of [0, 1], Check if the part load (75%) or nominal latent heat exchanger effectiveness is too high or too low.", level=AssertionLevel.error); diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo index d5e0cd527c8..c1b5f2d3366 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo @@ -42,63 +42,35 @@ partial model PartialWheel parameter Modelica.Units.SI.Efficiency epsSenCooPL( final max=1) = 0.75 - "Part load (75%) sensible heat exchanger effectiveness at the cooling mode" + "Part load (75% of the nominal supply flow rate) sensible heat exchanger effectiveness at the cooling mode" annotation (Dialog(group="Part load effectiveness")); parameter Modelica.Units.SI.Efficiency epsLatCooPL( final max=1) = 0.75 - "Part load (75%) latent heat exchanger effectiveness at the cooling mode" + "Part load (75% of the nominal supply flow rate) latent heat exchanger effectiveness at the cooling mode" annotation (Dialog(group="Part load effectiveness")); parameter Modelica.Units.SI.Efficiency epsSenHeaPL( final max=1) = 0.75 - "Part load (75%) sensible heat exchanger effectiveness at the heating mode" + "Part load (75% of the nominal supply flow rate) sensible heat exchanger effectiveness at the heating mode" annotation (Dialog(group="Part load effectiveness")); parameter Modelica.Units.SI.Efficiency epsLatHeaPL( final max=1) = 0.75 - "Part load (75%) latent heat exchanger effectiveness at the heating mode" + "Part load (75% of the nominal supply flow rate) latent heat exchanger effectiveness at the heating mode" annotation (Dialog(group="Part load effectiveness")); Modelica.Blocks.Interfaces.RealOutput P( final unit="W") "Electric power consumption" - annotation (Placement(transformation(extent={{100,-10},{120,10}}))); + annotation (Placement(transformation(extent={{100,-30},{120,-10}}), + iconTransformation(extent={{100,-30},{120,-10}}))); Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, final m1_flow_nominal=m1_flow_nominal, final m2_flow_nominal=m2_flow_nominal, - final show_T=true, final dp1_nominal=dp1_nominal, final dp2_nominal=dp2_nominal) "Heat exchanger" annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness effCal( - final epsSenCoo_nominal=epsSenCoo_nominal, - final epsLatCoo_nominal=epsLatCoo_nominal, - final epsSenCooPL=epsSenCooPL, - final epsLatCooPL=epsLatCooPL, - final epsSenHea_nominal=epsSenHea_nominal, - final epsLatHea_nominal=epsLatHea_nominal, - final epsSenHeaPL=epsSenHeaPL, - final epsLatHeaPL=epsLatHeaPL, - final VSup_flow_nominal=m1_flow_nominal/1.293) - "Calculates the effectiveness of heat exchange" - annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); - Modelica.Blocks.Sources.RealExpression TSup( - final y=Medium1.temperature( - Medium1.setState_phX( - p=port_a1.p, - h=inStream(port_a1.h_outflow), - X=inStream(port_a1.Xi_outflow)))) - "Supply air temperature" - annotation (Placement(transformation(extent={{-160,-30},{-140,-10}}))); - Modelica.Blocks.Sources.RealExpression TExh( - final y=Medium2.temperature( - Medium2.setState_phX( - p=port_a2.p, - h=inStream(port_a2.h_outflow), - X=inStream(port_a2.Xi_outflow)))) - "Exhaust air temperature" - annotation (Placement(transformation(extent={{-160,-50},{-140,-30}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a1( redeclare final package Medium = Medium1) "Fluid connector a1 of the supply air (positive design flow direction is from port_a1 to port_b1)" @@ -118,8 +90,34 @@ partial model PartialWheel redeclare final package Medium = Medium2) "Fluid connector a2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); + + Modelica.Blocks.Interfaces.RealOutput epsSen(final unit="1") + "Sensible heat exchanger effectiveness" + annotation (Placement(transformation(extent={{100,22},{120,42}}), + iconTransformation(extent={{100,22},{120,42}}))); + Modelica.Blocks.Interfaces.RealOutput epsLat(final unit="1") + "Latent heat exchanger effectiveness" + annotation (Placement(transformation(extent={{100,-90},{120,-70}}))); +protected + parameter Medium1.ThermodynamicState sta_nominal=Medium1.setState_pTX( + T=Buildings.Utilities.Psychrometrics.Constants.T_ref, + p=101325, + X=Medium1.X_default) + "State of the supply air at the default properties"; + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness effCal( + final epsSenCoo_nominal=epsSenCoo_nominal, + final epsLatCoo_nominal=epsLatCoo_nominal, + final epsSenCooPL=epsSenCooPL, + final epsLatCooPL=epsLatCooPL, + final epsSenHea_nominal=epsSenHea_nominal, + final epsLatHea_nominal=epsLatHea_nominal, + final epsSenHeaPL=epsSenHeaPL, + final epsLatHeaPL=epsLatHeaPL, + final VSup_flow_nominal=m1_flow_nominal/Medium1.density(sta_nominal)) + "Calculates the effectiveness of heat exchange" + annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); Modelica.Blocks.Sources.RealExpression VSup_flow( - final y=hex.port_a1.m_flow/ + final y(final unit="m3/s")=hex.port_a1.m_flow/ Medium1.density(state=Medium1.setState_phX( p=hex.port_a1.p, h=hex.port_a1.h_outflow, @@ -127,13 +125,30 @@ partial model PartialWheel "Supply air volume flow rate" annotation (Placement(transformation(extent={{-160,30},{-140,50}}))); Modelica.Blocks.Sources.RealExpression VExh_flow( - final y=hex.port_a2.m_flow/ + final y(final unit="m3/s")=hex.port_a2.m_flow/ Medium2.density(state=Medium2.setState_phX( p=hex.port_a2.p, h=hex.port_a2.h_outflow, X=hex.port_a2.Xi_outflow))) "Exhaust air volume flow rate" annotation (Placement(transformation(extent={{-160,10},{-140,30}}))); + Modelica.Blocks.Sources.RealExpression TSup( + final y(final unit="K")=Medium1.temperature( + Medium1.setState_phX( + p=port_a1.p, + h=inStream(port_a1.h_outflow), + X=inStream(port_a1.Xi_outflow)))) + "Supply air temperature" + annotation (Placement(transformation(extent={{-160,-30},{-140,-10}}))); + Modelica.Blocks.Sources.RealExpression TExh( + final y(final unit="K")=Medium2.temperature( + Medium2.setState_phX( + p=port_a2.p, + h=inStream(port_a2.h_outflow), + X=inStream(port_a2.Xi_outflow)))) + "Exhaust air temperature" + annotation (Placement(transformation(extent={{-160,-50},{-140,-30}}))); + equation connect(effCal.epsSen, hex.epsSen) annotation (Line(points={{-79,3},{-12,3}}, color={0,0,127})); @@ -160,6 +175,10 @@ equation connect(VExh_flow.y, effCal.VExh_flow) annotation (Line(points={{-139,20},{-114,20},{-114,4},{-102,4}}, color={0,0,127})); + connect(epsSen, effCal.epsSen) annotation (Line(points={{110,32},{-40,32},{ + -40,3},{-79,3}}, color={0,0,127})); + connect(effCal.epsLat, epsLat) annotation (Line(points={{-79,-3},{-40,-3},{ + -40,-80},{110,-80}}, color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), @@ -205,7 +224,7 @@ annotation ( Ellipse( extent={{-38,88},{-4,-90}}, lineColor={28,108,200}, - fillColor={28,108,200}, + fillColor={0,140,72}, fillPattern=FillPattern.Solid), Line(points={{-22,-90},{22,-90}}, color={28,108,200}), Line(points={{-20,88},{22,88}}, color={28,108,200})}), diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index 72f34abe456..af7a55e023d 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -17,7 +17,6 @@ model HeatExchangerWithInputEffectiveness Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325 + 100, - T=566.3, nPorts=1) "Exhaust air source" annotation (Placement(transformation(extent={{20,-50},{40,-30}}))); @@ -52,14 +51,14 @@ model HeatExchangerWithInputEffectiveness m2_flow_nominal=5, dp1_nominal=100, dp2_nominal=100, - show_T=true) + show_T=true) "Heat exchanger" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); Modelica.Blocks.Sources.Ramp epsSen( height=0.1, duration=60, offset=0.7, - startTime=120) + startTime=120) "Sensible heat exchanger effectiveness" annotation (Placement(transformation(extent={{-80,10},{-60,30}}))); Modelica.Blocks.Sources.Ramp epsLat( @@ -76,7 +75,7 @@ equation annotation (Line(points={{-20,60},{-10,60},{-10,12},{6,12}}, color={0,127,255})); connect(hex.port_a2, sou_2.ports[1]) annotation (Line(points={{26,5.55112e-16},{60,5.55112e-16},{60,-40},{40,-40}}, - color={0,127,255})); + color={0,127,255})); connect(hex.port_b1, sin_1.ports[1]) annotation (Line(points={{26,12},{40,12},{40,40},{60,40}}, color={0,127,255})); connect(hex.port_b2, sin_2.ports[1]) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo index d8e21d2c0d1..335c10b830e 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo @@ -9,10 +9,10 @@ model BypassDampers "Bypass damper position" annotation (Placement(transformation(extent={{-222,120},{-182,160}}), iconTransformation(extent={{-140,-20},{-100,20}}))); - Modelica.Blocks.Interfaces.BooleanInput opeSig - "True when the wheel is operating" - annotation (Placement(transformation(extent={{-220,-20},{-180,20}}), - iconTransformation(extent={{-140,60},{-100,100}}))); + Modelica.Blocks.Interfaces.BooleanInput uRot + "True when the wheel is operating" annotation (Placement(transformation( + extent={{-220,-20},{-180,20}}), iconTransformation(extent={{-140,60}, + {-100,100}}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal, @@ -32,18 +32,18 @@ model BypassDampers final dpDamper_nominal=dp2_nominal) "Exhaust air damper" annotation (Placement(transformation( - extent={{10,10},{-10,-10}},rotation=-90,origin={60,-40}))); + extent={{10,10},{-10,-10}},rotation=-90,origin={54,-40}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamExh( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal, final dpDamper_nominal=dp2_nominal) "Exhaust air bypass damper" - annotation (Placement(transformation(extent={{-20,-70},{-40,-50}}))); + annotation (Placement(transformation(extent={{0,-70},{-20,-50}}))); protected Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter PEle( final k=P_nominal) "Calculate the electric power consumption" - annotation (Placement(transformation(extent={{70,-10},{90,10}}))); + annotation (Placement(transformation(extent={{76,-28},{92,-12}}))); Modelica.Blocks.Sources.Constant uni(final k=1) "Unity signal" annotation (Placement(transformation(extent={{-150,108},{-130,128}}))); @@ -59,45 +59,43 @@ equation connect(bypDamSup.port_b, port_b1) annotation (Line(points={{-40,80},{100,80}}, color={0,127,255})); connect(bypDamExh.port_a, port_a2) - annotation (Line(points={{-20,-60},{100,-60}},color={0,127,255})); + annotation (Line(points={{0,-60},{100,-60}}, color={0,127,255})); connect(bypDamExh.port_b, port_b2) - annotation (Line(points={{-40,-60},{-180,-60}}, color={0,127,255})); + annotation (Line(points={{-20,-60},{-180,-60}}, color={0,127,255})); connect(PEle.y, P) - annotation (Line(points={{92,0},{110,0}}, color={0,0,127})); + annotation (Line(points={{93.6,-20},{110,-20}}, color={0,0,127})); connect(damExh.port_a, port_a2) - annotation (Line(points={{60,-50},{60,-60},{100,-60}}, color={0,127,255})); + annotation (Line(points={{54,-50},{54,-60},{100,-60}}, color={0,127,255})); connect(sub.y, damSup.y) annotation (Line(points={{-98,100},{20,100},{20,60},{-50,60},{-50,52}}, color={0,0,127})); connect(damExh.y,sub. y) - annotation (Line(points={{48,-40},{20,-40},{20,100},{-98,100}}, color={0,0,127})); + annotation (Line(points={{42,-40},{20,-40},{20,100},{-98,100}}, color={0,0,127})); connect(bypDamSup.y, uBypDamPos) annotation (Line(points={{-50,92},{-50,140},{-202,140}}, color={0,0,127})); connect(damSup.port_b, hex.port_a1) annotation (Line(points={{-40,40},{-20,40},{-20,6},{-10,6}}, color={0,127,255})); connect(bypDamExh.y, uBypDamPos) - annotation (Line(points={{-30,-48},{-30,-30},{40,-30},{40,140},{-202,140}}, + annotation (Line(points={{-10,-48},{-10,-30},{40,-30},{40,140},{-202,140}}, color={0,0,127})); connect(hex.port_b1, port_b1) annotation (Line(points={{10,6},{60,6},{60,80},{100,80}}, color={0,127,255})); connect(hex.port_a2, damExh.port_b) - annotation (Line(points={{10,-6},{60,-6},{60,-30}}, - color={0,127,255})); + annotation (Line(points={{10,-6},{54,-6},{54,-30}}, color={0,127,255})); connect(sub.u2, uBypDamPos) annotation (Line(points={{-122,94},{-160,94},{-160,140},{-202,140}}, color={0,0,127})); connect(uni.y, sub.u1) annotation (Line(points={{-129,118},{-126,118},{-126,106},{-122,106}}, color={0,0,127})); - connect(opeSig, booleanToReal.u) - annotation (Line(points={{-200,0},{-162,0}}, - color={255,0,255})); + connect(uRot, booleanToReal.u) + annotation (Line(points={{-200,0},{-162,0}}, color={255,0,255})); connect(booleanToReal.y, effCal.uSpe) annotation (Line(points={{-139,0},{-120,0},{-120,0},{-102,0}}, color={0,0,127})); connect(PEle.u, booleanToReal.y) - annotation (Line(points={{68,0},{66,0},{66,-12},{-120,-12},{-120,0},{-139,0}}, + annotation (Line(points={{74.4,-20},{-112,-20},{-112,0},{-139,0}}, color={0,0,127})); connect(damSup.port_a, port_a1) annotation (Line(points={{-60,40},{-100,40},{-100,80},{-180,80}}, @@ -119,7 +117,7 @@ annotation ( coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,180}})), Documentation(info="

                                                        -Model of a generic, sensible and latent air-to-air heat recovery wheel, which consists of +Model of an enthalpy recovery wheel, which consists of a heat exchanger and two dampers to bypass the supply and exhaust airflow.

                                                        @@ -129,7 +127,7 @@ This operation of the wheel is configured as follows.

                                                        • -If the operating signal opeSig=true, +If the operating signal uRot=true,
                                                          • The wheel power consumption is constant and equal to the nominal value. diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo index 109201cf0af..1c0bcd93035 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo @@ -16,7 +16,7 @@ protected Modelica.Blocks.Sources.RealExpression PEle( final y=P_nominal*Buildings.Utilities.Math.Functions.polynomial(a=a, x=uSpe)) "Electric power consumption" - annotation (Placement(transformation(extent={{70,-10},{90,10}}))); + annotation (Placement(transformation(extent={{70,-30},{90,-10}}))); initial equation assert(abs(sum(a)-1) < Modelica.Constants.eps, @@ -26,7 +26,7 @@ initial equation equation connect(P, PEle.y) - annotation (Line(points={{110,0},{91,0}}, color={0,0,127})); + annotation (Line(points={{110,-20},{91,-20}}, color={0,0,127})); connect(port_a1, hex.port_a1) annotation (Line(points={{-180,80},{-60,80},{-60, 6},{-10,6}}, color={0,127,255})); connect(hex.port_a2, port_a2) annotation (Line(points={{10,-6},{60,-6},{60,-60}, @@ -46,7 +46,7 @@ annotation ( coordinateSystem(preserveAspectRatio=false, extent={{-180,-100},{100,100}})), Documentation(info="

                                                            -Model of a generic, sensible and latent air-to-air heat recovery wheel, which has the +Model of an enthalpy heat recovery wheel, which has the wheel speed as the input to control the heat recovery.

                                                            diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo index 77acb8ddbde..543685e1b92 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo @@ -12,7 +12,7 @@ model BypassDampers T=273.15 + 10, nPorts=1) "Exhaust air sink" - annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); + annotation (Placement(transformation(extent={{-78,-50},{-58,-30}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325 + 500, @@ -34,7 +34,7 @@ model BypassDampers p(displayUnit="Pa") = 101325 - 500, nPorts=1) "Supply air sink" - annotation (Placement(transformation(extent={{80,20},{60,40}}))); + annotation (Placement(transformation(extent={{90,20},{70,40}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( redeclare package Medium = Medium1, T=273.15 + 50, @@ -70,6 +70,16 @@ model BypassDampers period=400, shift=72) "Operating signal" annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); + Buildings.Fluid.Sensors.TemperatureTwoPort senExhTem( + redeclare package Medium =Medium2, + m_flow_nominal=5) + "Temperature of the exhaust air" + annotation (Placement(transformation(extent={{-20,-50},{-40,-30}}))); + Buildings.Fluid.Sensors.TemperatureTwoPort senSupTem( + redeclare package Medium = Medium1, + m_flow_nominal=5) + "Temperature of the supply air" + annotation (Placement(transformation(extent={{40,20},{60,40}}))); equation connect(TSup.y, sou_1.T_in) annotation (Line(points={{-59,74},{-42,74}}, color={0,0,127})); @@ -79,16 +89,18 @@ equation connect(whe.port_a2, sou_2.ports[1]) annotation (Line(points={{20,-6},{40,-6},{40,-30},{60,-30}}, color={0,127,255})); - connect(whe.port_b1, sin_1.ports[1]) - annotation (Line(points={{20,6},{40,6},{40,30},{60,30}}, - color={0,127,255})); - connect(whe.port_b2, sin_2.ports[1]) - annotation (Line(points={{0,-6},{-14,-6},{-14,-30},{-20,-30}}, - color={0,127,255})); connect(bypDamPos.y, whe.uBypDamPos) annotation (Line(points={{-59,0},{-2,0}}, color={0,0,127})); - connect(opeSig.y, whe.opeSig) annotation (Line(points={{-58,30},{-10,30},{-10, - 8},{-2,8}}, color={255,0,255})); + connect(opeSig.y, whe.uRot) annotation (Line(points={{-58,30},{-10,30},{-10,8}, + {-2,8}}, color={255,0,255})); + connect(senExhTem.port_b, sin_2.ports[1]) + annotation (Line(points={{-40,-40},{-58,-40}}, color={0,127,255})); + connect(senExhTem.port_a, whe.port_b2) annotation (Line(points={{-20,-40},{-8, + -40},{-8,-6},{0,-6}}, color={0,127,255})); + connect(senSupTem.port_b, sin_1.ports[1]) + annotation (Line(points={{60,30},{70,30}}, color={0,127,255})); + connect(senSupTem.port_a, whe.port_b1) annotation (Line(points={{40,30},{28,30}, + {28,6},{20,6}}, color={0,127,255})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mos" "Simulate and plot"), @@ -103,7 +115,7 @@ The input signals are configured as follows:

                                                            • -The operating signal opeSig changes from false to true at 72 seconds. +The operating signal uRot changes from false to true at 72 seconds.
                                                            • The supply air temperature TSup changes from 273.15 + 30 K to @@ -130,7 +142,7 @@ After the 200 seconds, both epsSen and epsLat decrease
                                                            • Before 72 seconds, the temperature of the leaving supply air is equal to TSup. -Likewise, the temperature of the leaving supply air is equal to that of the exhaust +Likewise, the temperature of the leaving exhaust air is equal to that of the entering exhaust air temperature. The temperatures of the leaving supply air and the leaving exhaust air follow the change of TSup during the period from 72 seconds to 200 seconds. diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo index 795f7b4d2d1..cb70be135f7 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo @@ -12,7 +12,7 @@ model SpeedControlled T(displayUnit="K") = 273.15 + 10, nPorts=1) "Exhaust air sink" - annotation (Placement(transformation(extent={{-40,-40},{-20,-20}}))); + annotation (Placement(transformation(extent={{-78,-50},{-58,-30}}))); Buildings.Fluid.Sources.Boundary_pT sou_2( redeclare package Medium = Medium2, p(displayUnit="Pa") = 101325 + 500, @@ -34,7 +34,7 @@ model SpeedControlled p(displayUnit="Pa") = 101325 - 500, nPorts=1) "Supply air sink" - annotation (Placement(transformation(extent={{80,20},{60,40}}))); + annotation (Placement(transformation(extent={{90,20},{70,40}}))); Buildings.Fluid.Sources.Boundary_pT sou_1( redeclare package Medium = Medium1, T=273.15 + 50, @@ -64,6 +64,16 @@ model SpeedControlled startTime=200) "Wheel speed" annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + Buildings.Fluid.Sensors.TemperatureTwoPort senExhTem( + redeclare package Medium = Medium2, + m_flow_nominal=5) + "Temperature of the exhaust air" + annotation (Placement(transformation(extent={{-20,-50},{-40,-30}}))); + Buildings.Fluid.Sensors.TemperatureTwoPort senSupTem( + redeclare package Medium = Medium1, + m_flow_nominal=5) + "Temperature of the supply air" + annotation (Placement(transformation(extent={{40,20},{60,40}}))); equation connect(TSup.y, sou_1.T_in) annotation (Line(points={{-59,34},{-42,34}}, color={0,0,127})); @@ -71,14 +81,17 @@ equation annotation (Line(points={{-20,30},{-10,30},{-10,6},{0,6}}, color={0,127,255})); connect(whe.port_a2, sou_2.ports[1]) annotation (Line(points={{20,-6},{40,-6},{40,-30},{60,-30}}, color={0,127,255})); - connect(whe.port_b1, sin_1.ports[1]) - annotation (Line(points={{20,6},{40,6},{40,30},{60,30}}, color={0,127,255})); - connect(whe.port_b2, sin_2.ports[1]) - annotation (Line(points={{0,-6},{-8,-6},{-8,-30},{-20,-30}}, - color={0,127,255})); connect(wheSpe.y, whe.uSpe) - annotation (Line(points={{-59,0},{-2,0}}, color={0,0,127})); + annotation (Line(points={{-59,0},{-2,0}}, color={0,0,127})); + connect(senExhTem.port_b, sin_2.ports[1]) + annotation (Line(points={{-40,-40},{-58,-40}}, color={0,127,255})); + connect(senExhTem.port_a, whe.port_b2) annotation (Line(points={{-20,-40},{-8, + -40},{-8,-6},{0,-6}}, color={0,127,255})); + connect(senSupTem.port_b, sin_1.ports[1]) + annotation (Line(points={{60,30},{70,30}}, color={0,127,255})); + connect(senSupTem.port_a, whe.port_b1) annotation (Line(points={{40,30},{30,30}, + {30,6},{20,6}}, color={0,127,255})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mos" "Simulate and plot"), From 0aa116558857a75bdc47ef556a8b6d87505cd979 Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 10 Jan 2024 15:38:47 -0500 Subject: [PATCH 143/196] add the rest files for sensible wheel --- .../Sensible/BaseClasses/Effectiveness.mo | 137 +++++++++++ .../HeatExchangerWithInputEffectiveness.mo | 50 ++++ .../Sensible/BaseClasses/PartialWheel.mo | 216 ++++++++++++++++++ .../BaseClasses/Validation/Effectiveness.mo | 112 +++++++++ .../HeatExchangerWithInputEffectiveness.mo | 113 +++++++++ .../BaseClasses/Validation/package.mo | 12 + .../BaseClasses/Validation/package.order | 2 + .../Sensible/BaseClasses/package.mo | 12 + .../Sensible/BaseClasses/package.order | 4 + .../ThermalWheels/Sensible/BypassDampers.mo | 168 ++++++++++++++ .../ThermalWheels/Sensible/SpeedControlled.mo | 87 +++++++ .../Sensible/Validation/BypassDampers.mo | 155 +++++++++++++ .../Sensible/Validation/SpeedControlled.mo | 138 +++++++++++ .../Sensible/Validation/package.mo | 20 ++ .../Sensible/Validation/package.order | 2 + .../ThermalWheels/Sensible/package.mo | 10 + .../ThermalWheels/Sensible/package.order | 4 + .../Latent/Validation/BypassDampers.mos | 9 +- .../Latent/Validation/SpeedControlled.mos | 9 +- 19 files changed, 1250 insertions(+), 10 deletions(-) create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.order create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.order create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.order create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.mo create mode 100644 Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.order diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo new file mode 100644 index 00000000000..88c9d3b5263 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo @@ -0,0 +1,137 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses; +model Effectiveness + "Model for calculating the heat exchange effectiveness" + extends Modelica.Blocks.Icons.Block; + parameter Modelica.Units.SI.Efficiency epsCoo_nominal(final max=1) + "Nominal sensible heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsCooPL(final max=1) + "Part load (75% of the nominal supply flow rate) sensible heat exchanger effectiveness at the cooling mode"; + parameter Modelica.Units.SI.Efficiency epsHea_nominal(final max=1) + "Nominal sensible heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.Efficiency epsHeaPL(final max=1) + "Part load (75% of the nominal supply flow rate) sensible heat exchanger effectiveness at the heating mode"; + parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal + "Nominal supply air flow rate"; + + Modelica.Blocks.Interfaces.RealInput TSup( + final min=0, + final unit="K", + displayUnit="degC") + "Supply air temperature" + annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); + Modelica.Blocks.Interfaces.RealInput TExh( + final min=0, + final unit="K", + displayUnit="degC") + "Exhaust air temperature + " annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); + Modelica.Blocks.Interfaces.RealInput VSup_flow(final unit="m3/s") + "Supply air volumetric flow rate" + annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); + Modelica.Blocks.Interfaces.RealInput VExh_flow( final unit="m3/s") + "Exhaust air volumetric flow rate" + annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); + Modelica.Blocks.Interfaces.RealInput uSpe( + final unit="1", + final max=1) + "Wheel speed ratio" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); + Modelica.Blocks.Interfaces.RealOutput eps(final unit="1") + "Sensible heat exchanger effectiveness" + annotation (Placement(transformation(extent={{100,-10},{120,10}}), + iconTransformation(extent={{100,-10},{120,10}}))); + +protected + Real rat + "Ratio of the average operating air flow rate to the nominal supply air flow rate"; + Real epsPL + "Part load sensible heat exchanger effectiveness used for calculation"; + Real eps_nominal + "Nominal sensible heat exchanger effectiveness used for calculation"; + +equation + // Check if the air flows are too unbalanced + assert(VSup_flow - 2*VExh_flow < 0 or VExh_flow - 2*VSup_flow < 0, + "In " + getInstanceName() + ": The ratio of the supply flow rate to the exhaust flow rate should be in the range of [0.5, 2].", + level=AssertionLevel.warning); + // Calculate the average volumetric air flow and flow rate ratio. + rat = (VSup_flow + VExh_flow)/2/VSup_flow_nominal; + // Check if the extrapolation goes too far + assert(rat > 0.5 and rat < 1.3, + "In " + getInstanceName() + ": The ratio of the operating flow rate to the nominal supply flow rate should be in the range of [0.5, 1.3].", + level=AssertionLevel.warning); + // Switch between cooling and heating modes based on the difference between the supply air temperature and the exhaust air temperature + epsPL = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsCooPL, epsHeaPL, 1e-5); + eps_nominal = Buildings.Utilities.Math.Functions.regStep(TSup-TExh, epsCoo_nominal, epsHea_nominal, 1e-5); + // Calculate effectiveness + eps =uSpe*(epsPL + (eps_nominal - epsPL)*(rat - 0.75)/0.25); + assert(eps >= 0 and eps < 1, + "In " + getInstanceName() + ": The sensible heat exchange effectiveness eps = " + String(eps) + ". It should be in the range of [0, 1]. + Check if the part load (75%) or nominal sensible heat exchanger effectiveness is too high or too low.", + level=AssertionLevel.error); + annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text( + extent={{-54,28},{50,-40}}, + textColor={28,108,200}, + textString="eps")}), Diagram( + coordinateSystem(preserveAspectRatio=false)), + defaultComponentName="effCal", +Documentation(info=" +

                                                              +This block calculates the sensible effectiveness of the heat exchanger +under heating and cooling modes at different flow rates of the supply +air and the exhaust air. +

                                                              +

                                                              +It firstly calculates the ratio of the average operating flow rate to the nominal +supply flow rate by: +

                                                              +
                                                              +  rat = (VSup_flow + VExh_flow)/(2*VSup_flow_nominal),
                                                              +
                                                              +

                                                              +where VSup_flow is the flow rate of the supply air; +VExh_flow is the flow rate of the exhaust air; +VSup_flow_nominal is the nominal flow rate of the supply air; and +rat is the flow ratio. +

                                                              +

                                                              +It then calculates the sensible effectiveness by: +

                                                              +
                                                              +  eps = uSpe * (epsPL + (eps_nominal - epsPL) * (rat - 0.75)/0.25),
                                                              +
                                                              +

                                                              +where eps is the effectiveness +for the sensible heat transfer, respectively; +eps_nominal and epsPL are the effectiveness +for the sensible heat transfer when rat is 1 and 0.75, respectively. +uSpe is the speed ratio of a rotary wheel. +

                                                              +

                                                              +The parameters eps_nominal and epsPL +have different values depending on if the wheel is in +the cooling or heating mode. +If the supply air temperature is greater than the exhaust air +temperature, the exchanger is considered to operate under +the cooling mode; +Otherwise, it operates under the heating mode. +

                                                              +

                                                              +Note: +The value of the rat is suggested to be between 0.5 and 1.3, +to ensure reasonable extrapolation. +Likewise, an unbalanced air flow ratio less than 2, i.e., VSup_flow/VExh_flow > 0.5 +and VSup_flow/VExh_flow < 2, is recommended. +

                                                              +

                                                              References

                                                              +U.S. Department of Energy 2016. +"EnergyPlus Engineering Reference". +", revisions=" +
                                                                +
                                                              • +January 8, 2024, by Sen Huang:
                                                                +First implementation. +
                                                              • +
                                                              +")); +end Effectiveness; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo new file mode 100644 index 00000000000..8a3e07db0cf --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo @@ -0,0 +1,50 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses; +model HeatExchangerWithInputEffectiveness + "Heat and moisture exchanger with varying effectiveness" + extends Buildings.Fluid.HeatExchangers.BaseClasses.PartialEffectiveness( + sensibleOnly1 = true, + sensibleOnly2 = true, + final prescribedHeatFlowRate1=true, + final prescribedHeatFlowRate2=true, + Q1_flow = eps * QMax_flow, + Q2_flow = -Q1_flow, + mWat1_flow = 0, + mWat2_flow = 0); + + Modelica.Blocks.Interfaces.RealInput eps(unit="1") + "Sensible heat exchanger effectiveness" annotation (Placement( + transformation(extent={{-140,-20},{-100,20}}), iconTransformation( + extent={{-140,-20},{-100,20}}))); + annotation ( + Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100, + -100},{100,100}}), graphics={ + Rectangle( + extent={{-70,80},{70,-80}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,62,0}, + fillPattern=FillPattern.Solid), + Text( + extent={{-58,30},{52,-30}}, + textColor={255,255,255}, + textString="eps=%eps")}), + preferredView="info", +defaultComponentName="hexInpEff", +Documentation(info=" +

                                                              +This block is identical to + +Buildings.Fluid.HeatExchangers.ConstantEffectiveness, +except that the sensible effectiveness is a input rather than a parameter. +

                                                              +", +revisions=" + +")); +end HeatExchangerWithInputEffectiveness; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo new file mode 100644 index 00000000000..87f804fbfee --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo @@ -0,0 +1,216 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses; +partial model PartialWheel + "Partial model for sensible air-to-air heat recovery wheel" + extends Modelica.Blocks.Icons.Block; + replaceable package Medium1 = + Modelica.Media.Interfaces.PartialCondensingGases + "Supply air"; + replaceable package Medium2 = + Modelica.Media.Interfaces.PartialCondensingGases + "Exhaust air"; + parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal + "Nominal supply air mass flow rate" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal + "Nominal exhaust air mass flow rate" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.PressureDifference dp1_nominal(displayUnit="Pa") = 500 + "Nominal supply air pressure drop" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.PressureDifference dp2_nominal(displayUnit="Pa") = dp1_nominal + "Nominal exhaust air pressure drop" + annotation (Dialog(group="Nominal condition")); + parameter Real P_nominal(final unit="W") + "Power consumption at the design condition" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.Efficiency epsCoo_nominal( + final max=1) = 0.8 + "Nominal sensible heat exchanger effectiveness at the cooling mode" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.Efficiency epsHea_nominal( + final max=1) = 0.8 + "Nominal sensible heat exchanger effectiveness at the heating mode" + annotation (Dialog(group="Nominal condition")); + parameter Modelica.Units.SI.Efficiency epsCooPL( + final max=1) = 0.75 + "Part load (75% of the nominal supply flow rate) sensible heat exchanger effectiveness at the cooling mode" + annotation (Dialog(group="Part load effectiveness")); + parameter Modelica.Units.SI.Efficiency epsHeaPL( + final max=1) = 0.75 + "Part load (75% of the nominal supply flow rate) sensible heat exchanger effectiveness at the heating mode" + annotation (Dialog(group="Part load effectiveness")); + Modelica.Blocks.Interfaces.RealOutput P( + final unit="W") "Electric power consumption" + annotation (Placement(transformation(extent={{100,-30},{120,-10}}), + iconTransformation(extent={{100,-30},{120,-10}}))); + Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.HeatExchangerWithInputEffectiveness + hex( + redeclare package Medium1 = Medium1, + redeclare package Medium2 = Medium2, + final m1_flow_nominal=m1_flow_nominal, + final m2_flow_nominal=m2_flow_nominal, + final dp1_nominal=dp1_nominal, + final dp2_nominal=dp2_nominal) "Heat exchanger" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); + Modelica.Fluid.Interfaces.FluidPort_a port_a1( + redeclare final package Medium = Medium1) + "Fluid connector a1 of the supply air (positive design flow direction is from port_a1 to port_b1)" + annotation (Placement(transformation(extent={{-190,70},{-170,90}}), + iconTransformation(extent={{-110,50},{-90,70}}))); + Modelica.Fluid.Interfaces.FluidPort_b port_b2( + redeclare final package Medium = Medium2) + "Fluid connector b2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" + annotation (Placement(transformation(extent={{-170,-70},{-190,-50}}), + iconTransformation(extent={{-90,-70},{-110,-50}}))); + Modelica.Fluid.Interfaces.FluidPort_b port_b1( + redeclare final package Medium = Medium1) + "Fluid connector b1 of the supply air (positive design flow direction is from port_a1 to port_b1)" + annotation (Placement(transformation(extent={{110,70},{90,90}}), + iconTransformation(extent={{110,50},{90,70}}))); + Modelica.Fluid.Interfaces.FluidPort_a port_a2( + redeclare final package Medium = Medium2) + "Fluid connector a2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" + annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); + + Modelica.Blocks.Interfaces.RealOutput eps(final unit="1") + "Sensible heat exchanger effectiveness" + annotation (Placement(transformation(extent={{100,10},{120,30}}), + iconTransformation(extent={{100,10},{120,30}}))); +protected + parameter Medium1.ThermodynamicState sta_nominal=Medium1.setState_pTX( + T=Buildings.Utilities.Psychrometrics.Constants.T_ref, + p=101325, + X=Medium1.X_default) + "State of the supply air at the default properties"; + Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Effectiveness + effCal( + final epsCoo_nominal=epsCoo_nominal, + final epsCooPL=epsCooPL, + final epsHea_nominal=epsHea_nominal, + final epsHeaPL=epsHeaPL, + final VSup_flow_nominal=m1_flow_nominal/Medium1.density(sta_nominal)) + "Calculates the effectiveness of heat exchange" + annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); + Modelica.Blocks.Sources.RealExpression VSup_flow( + final y(final unit="m3/s")=hex.port_a1.m_flow/ + Medium1.density(state=Medium1.setState_phX( + p=hex.port_a1.p, + h=hex.port_a1.h_outflow, + X=hex.port_a1.Xi_outflow))) + "Supply air volume flow rate" + annotation (Placement(transformation(extent={{-160,30},{-140,50}}))); + Modelica.Blocks.Sources.RealExpression VExh_flow( + final y(final unit="m3/s")=hex.port_a2.m_flow/ + Medium2.density(state=Medium2.setState_phX( + p=hex.port_a2.p, + h=hex.port_a2.h_outflow, + X=hex.port_a2.Xi_outflow))) + "Exhaust air volume flow rate" + annotation (Placement(transformation(extent={{-160,10},{-140,30}}))); + Modelica.Blocks.Sources.RealExpression TSup( + final y(final unit="K")=Medium1.temperature( + Medium1.setState_phX( + p=port_a1.p, + h=inStream(port_a1.h_outflow), + X=inStream(port_a1.Xi_outflow)))) + "Supply air temperature" + annotation (Placement(transformation(extent={{-160,-30},{-140,-10}}))); + Modelica.Blocks.Sources.RealExpression TExh( + final y(final unit="K")=Medium2.temperature( + Medium2.setState_phX( + p=port_a2.p, + h=inStream(port_a2.h_outflow), + X=inStream(port_a2.Xi_outflow)))) + "Exhaust air temperature" + annotation (Placement(transformation(extent={{-160,-50},{-140,-30}}))); + + +equation + connect(TSup.y, effCal.TSup) + annotation (Line(points={{-139,-20},{-114,-20},{-114,-4},{-102,-4}}, + color={0,0,127})); + connect(TExh.y, effCal.TExh) + annotation (Line(points={{-139,-40},{-110,-40},{-110,-8},{-102,-8}}, + color={0,0,127})); + connect(hex.port_b1, port_b1) + annotation (Line(points={{10,6},{60,6},{60,80},{100,80}}, + color={0,127,255})); + connect(port_b2, port_b2) + annotation (Line(points={{-180,-60},{-180,-60}}, color={0,127,255})); + connect(port_b2, hex.port_b2) + annotation (Line(points={{-180,-60},{-60,-60},{-60,-6},{-10,-6}}, + color={0,127,255})); + connect(VSup_flow.y, effCal.VSup_flow) + annotation (Line(points={{-139,40},{-108,40},{-108,8},{-102,8}}, + color={0,0,127})); + connect(VExh_flow.y, effCal.VExh_flow) + annotation (Line(points={{-139,20},{-114,20},{-114,4},{-102,4}}, + color={0,0,127})); + connect(effCal.eps, hex.eps) + annotation (Line(points={{-79,0},{-12,0}}, color={0,0,127})); + connect(effCal.eps, eps) annotation (Line(points={{-79,0},{-40,0},{-40,20},{ + 110,20}}, color={0,0,127})); +annotation ( + defaultComponentName="whe", + Icon(coordinateSystem(extent={{-100,-100},{100,100}}), + graphics={ + Rectangle( + extent={{32,-56},{94,-64}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{32,64},{94,56}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{-92,-55},{-30,-64}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Rectangle( + extent={{-94,65},{-32,56}}, + lineColor={0,0,255}, + pattern=LinePattern.None, + fillColor={0,0,0}, + fillPattern=FillPattern.Solid), + Ellipse(extent={{6,88},{38,-90}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Polygon( + points={{0,100},{0,100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None), + Rectangle( + extent={{-2,88},{22,-98}}, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid, + pattern=LinePattern.None), + Ellipse( + extent={{-38,88},{-4,-90}}, + lineColor={28,108,200}, + fillColor={28,108,200}, + fillPattern=FillPattern.Solid), + Line(points={{-22,-90},{22,-90}}, color={28,108,200}), + Line(points={{-20,88},{22,88}}, color={28,108,200})}), + Diagram( + coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,180}})), +Documentation(info=" +

                                                              +Partial model of a generic, sensible air-to-air heat recovery wheel. +

                                                              +", revisions=" +
                                                                +
                                                              • +January 8, 2023, by Sen Huang:
                                                                +First implementation. +
                                                              • +
                                                              +")); +end PartialWheel; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mo new file mode 100644 index 00000000000..7e73b172a3c --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mo @@ -0,0 +1,112 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation; +model Effectiveness + "Test model for calculating the input effectiveness of a sensible and latent heat exchanger" + extends Modelica.Icons.Example; + Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Effectiveness + epsCal( + epsCoo_nominal=0.8, + epsCooPL=0.75, + epsHea_nominal=0.7, + epsHeaPL=0.6, + VSup_flow_nominal=1) "Effectiveness calculator" + annotation (Placement(transformation(extent={{-12,-10},{8,10}}))); + Modelica.Blocks.Sources.Ramp whSpe( + height=0.7, + duration=60, + offset=0.3, + startTime=60) + "Wheel speed" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + Modelica.Blocks.Sources.Ramp TSup( + height=5, + duration=60, + offset=273.15 + 20, + startTime=0) + "Supply air temperature" + annotation (Placement(transformation(extent={{-80,-50},{-60,-30}}))); + Modelica.Blocks.Sources.Ramp TExh( + height=20, + duration=60, + offset=273.15 + 15, + startTime=0) + "Exhaust air temperature" + annotation (Placement(transformation(extent={{-80,-90},{-60,-70}}))); + Modelica.Blocks.Sources.Ramp VSup( + height=0.4, + duration=60, + offset=0.6, + startTime=0) + "Supply air flow rate" + annotation (Placement(transformation(extent={{-80,60},{-60,80}}))); + Modelica.Blocks.Sources.Ramp VExh( + height=0.2, + duration=60, + offset=0.8, + startTime=0) + "Exhaust air flow rate" + annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); +equation + connect(VSup.y, epsCal.VSup_flow) + annotation (Line(points={{-59,70},{-28,70},{-28,8},{-14,8}}, color={0,0,127})); + connect(VExh.y, epsCal.VExh_flow) + annotation (Line(points={{-59,30},{-40,30},{-40,4},{-14,4}}, color={0,0,127})); + connect(whSpe.y, epsCal.uSpe) + annotation (Line(points={{-59,0},{-14,0}}, color={0,0,127})); + connect(TSup.y, epsCal.TSup) + annotation (Line(points={{-59,-40},{-40,-40},{-40,-4},{-14,-4}}, color={0,0,127})); + connect(TExh.y, epsCal.TExh) + annotation (Line(points={{-59,-80},{-28,-80},{-28,-8},{-14,-8}}, color={0,0,127})); + +annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( + coordinateSystem(preserveAspectRatio=false)), + experiment(Tolerance=1e-6, StopTime=120), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mos" + "Simulate and plot"), +Documentation(info=" +

                                                              +Validation test for the block + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness. +

                                                              +

                                                              +The input signals are configured as follows: +

                                                              +
                                                                +
                                                              • +In the first 20 seconds, the supply air temperature TSup is greater than +the exhaust air temperature TExh. After that, +TSup is less than TExh, leading to a heating mode. +
                                                              • +
                                                              • +In the first 60 seconds, the supply air flow rate, VSup, and the +exhaust air flow rate, VExh, change from +0.6 to 1 and 0.8 to 1 respectively. The flow rates then stay constant. +
                                                              • +
                                                              • +In the first 60 seconds, the wheel speed uSpe keeps constant. +It then increases from 0.3 to 1 during the period from 60 seconds to 120 +seconds. +
                                                              • +
                                                              +

                                                              +The expected outputs are: +

                                                              +
                                                                +
                                                              • +The sensible effectiveness eps increases in the whole +simulation period. +
                                                              • +
                                                              • +At 20 seconds, eps change significantly as the exchanger +changes from the cooling mode to the heating mode. +
                                                              • +
                                                              +", revisions=" +
                                                                +
                                                              • +January 8, 2024, by Sen Huang:
                                                                +First implementation. +
                                                              • +
                                                              +")); +end Effectiveness; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo new file mode 100644 index 00000000000..ee17d977007 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -0,0 +1,113 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation; +model HeatExchangerWithInputEffectiveness + "Test model for the heat exchanger with input effectiveness" + extends Modelica.Icons.Example; + package Medium1 = Buildings.Media.Air + "Supply air"; + package Medium2 = Buildings.Media.Air + "Exhaust air"; + + Buildings.Fluid.Sources.Boundary_pT sin_2( + redeclare package Medium = Medium2, + p(displayUnit="Pa") = 101325, + T=273.15 + 10, + nPorts=1) + "Ambient" + annotation (Placement(transformation(extent={{-40,-30},{-20,-10}}))); + Buildings.Fluid.Sources.Boundary_pT sou_2( + redeclare package Medium = Medium2, + p(displayUnit="Pa") = 101325 + 100, + nPorts=1) + "Exhaust air source" + annotation (Placement(transformation(extent={{20,-50},{40,-30}}))); + Modelica.Blocks.Sources.Ramp TSup( + height=10, + duration=60, + offset=273.15 + 30, + startTime=120) + "Supply air temperature" + annotation (Placement(transformation(extent={{-80,54},{-60,74}}))); + Buildings.Fluid.Sources.Boundary_pT sin_1( + redeclare package Medium = Medium1, + T(displayUnit="K") = 273.15 + 30, + X={0.012,1 - 0.012}, + p(displayUnit="Pa") = 1E5 - 110, + nPorts=1) + "Supply air sink" + annotation (Placement(transformation(extent={{80,30},{60,50}}))); + Buildings.Fluid.Sources.Boundary_pT sou_1( + redeclare package Medium = Medium1, + T=273.15 + 50, + X={0.012,1 - 0.012}, + use_T_in=true, + p(displayUnit="Pa") = 100000, + nPorts=1) + "Supply air source" + annotation (Placement(transformation(extent={{-40,50},{-20,70}}))); + Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.HeatExchangerWithInputEffectiveness + hex( + redeclare package Medium1 = Medium1, + redeclare package Medium2 = Medium2, + m1_flow_nominal=5, + m2_flow_nominal=5, + dp1_nominal=100, + dp2_nominal=100, + show_T=true) "Heat exchanger" + annotation (Placement(transformation(extent={{6,-4},{26,16}}))); + Modelica.Blocks.Sources.Ramp eps( + height=0.1, + duration=60, + offset=0.7, + startTime=120) "Sensible heat exchanger effectiveness" + annotation (Placement(transformation(extent={{-80,0},{-60,20}}))); +equation + connect(TSup.y, sou_1.T_in) + annotation (Line(points={{-59,64},{-42,64}}, color={0,0,127})); + connect(sou_1.ports[1], hex.port_a1) + annotation (Line(points={{-20,60},{-10,60},{-10,12},{6,12}}, color={0,127,255})); + connect(hex.port_a2, sou_2.ports[1]) + annotation (Line(points={{26,5.55112e-16},{60,5.55112e-16},{60,-40},{40,-40}}, + color={0,127,255})); + connect(hex.port_b1, sin_1.ports[1]) + annotation (Line(points={{26,12},{40,12},{40,40},{60,40}}, color={0,127,255})); + connect(hex.port_b2, sin_2.ports[1]) + annotation (Line(points={{6,0},{-10,0},{-10,-20},{-20,-20}}, color={0,127,255})); + connect(eps.y, hex.eps) + annotation (Line(points={{-59,10},{-4,10},{-4,6},{4,6}}, color={0,0,127})); + +annotation(experiment(Tolerance=1e-6, StopTime=360), +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos" + "Simulate and plot"), +Documentation(info=" +

                                                              +Validation test for the block + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness. +

                                                              +

                                                              +The input signals are configured as follows: +

                                                              +
                                                                +
                                                              • +The supply air temperature TSup changes from 273.15 + 30 K to +273.15 + 40 K during the period from 120 seconds to 180 seconds. +
                                                              • +
                                                              • +The sensible heat exchanger effectiveness eps changes from 0.7 +to 0.8 during the period from 120 seconds to 180 seconds. +
                                                              • +
                                                              +

                                                              +The expected outputs are: +during the period from 120 seconds to 180 seconds, the leaving supply air temperature +increases while the leaving exhaust air temperature decreases. +

                                                              +", revisions=" +
                                                                +
                                                              • +January 8, 2024, by Sen Huang:
                                                                +First implementation. +
                                                              • +
                                                              +")); +end HeatExchangerWithInputEffectiveness; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.mo new file mode 100644 index 00000000000..844d89eda46 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.mo @@ -0,0 +1,12 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses; +package Validation "Collection of models that validate the module in the base classes" + extends Modelica.Icons.ExamplesPackage; + +annotation (Documentation(info=" +

                                                              +This package contains validation models for the classes in + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses. +

                                                              +")); +end Validation; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.order new file mode 100644 index 00000000000..0fb2c76e483 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.order @@ -0,0 +1,2 @@ +Effectiveness +HeatExchangerWithInputEffectiveness diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.mo new file mode 100644 index 00000000000..4472ab65eea --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.mo @@ -0,0 +1,12 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible; +package BaseClasses "Package with base classes for air-to-air heat recovery devices" + extends Modelica.Icons.BasesPackage; + +annotation (Documentation(info=" +

                                                              +This package contains base classes that are used to construct the models in + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent. +

                                                              +")); +end BaseClasses; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.order new file mode 100644 index 00000000000..29bca054fd5 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.order @@ -0,0 +1,4 @@ +Effectiveness +HeatExchangerWithInputEffectiveness +Validation +PartialWheel diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo new file mode 100644 index 00000000000..3f21cd0e632 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo @@ -0,0 +1,168 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible; +model BypassDampers + "Sensible and latent air-to-air heat recovery wheel with bypass dampers" + extends + Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.PartialWheel; + Modelica.Blocks.Interfaces.RealInput uBypDamPos( + final unit="1", + final min=0, + final max=1) + "Bypass damper position" + annotation (Placement(transformation(extent={{-222,120},{-182,160}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + Modelica.Blocks.Interfaces.BooleanInput uRot + "True when the wheel is operating" annotation (Placement(transformation( + extent={{-220,-20},{-180,20}}), iconTransformation(extent={{-140,60}, + {-100,100}}))); + Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( + redeclare package Medium = Medium1, + final m_flow_nominal=m1_flow_nominal, + final dpDamper_nominal=dp1_nominal) + "Supply air bypass damper" + annotation (Placement(transformation(extent={{-60,70},{-40,90}}))); + Buildings.Fluid.Actuators.Dampers.Exponential damSup( + redeclare package Medium = Medium1, + final m_flow_nominal=m1_flow_nominal, + final dpDamper_nominal=dp1_nominal) + "Supply air damper" + annotation (Placement(transformation( + extent={{-10,-10},{10,10}},rotation=0,origin={-50,40}))); + Buildings.Fluid.Actuators.Dampers.Exponential damExh( + redeclare package Medium = Medium2, + final m_flow_nominal=m2_flow_nominal, + final dpDamper_nominal=dp2_nominal) + "Exhaust air damper" + annotation (Placement(transformation( + extent={{10,10},{-10,-10}},rotation=-90,origin={54,-40}))); + Buildings.Fluid.Actuators.Dampers.Exponential bypDamExh( + redeclare package Medium = Medium2, + final m_flow_nominal=m2_flow_nominal, + final dpDamper_nominal=dp2_nominal) + "Exhaust air bypass damper" + annotation (Placement(transformation(extent={{-20,-70},{-40,-50}}))); +protected + Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter PEle( + final k=P_nominal) + "Calculate the electric power consumption" + annotation (Placement(transformation(extent={{74,-28},{90,-12}}))); + Modelica.Blocks.Sources.Constant uni(final k=1) + "Unity signal" + annotation (Placement(transformation(extent={{-150,108},{-130,128}}))); + Buildings.Controls.OBC.CDL.Reals.Subtract sub + "Difference of the two inputs" + annotation (Placement(transformation(extent={{-120,90},{-100,110}}))); + Modelica.Blocks.Math.BooleanToReal booleanToReal + "Convert boolean input to real output" + annotation (Placement(transformation(extent={{-160,-10},{-140,10}}))); +equation + connect(bypDamSup.port_a, port_a1) + annotation (Line(points={{-60,80},{-180,80}}, color={0,127,255})); + connect(bypDamSup.port_b, port_b1) + annotation (Line(points={{-40,80},{100,80}}, color={0,127,255})); + connect(bypDamExh.port_a, port_a2) + annotation (Line(points={{-20,-60},{100,-60}},color={0,127,255})); + connect(bypDamExh.port_b, port_b2) + annotation (Line(points={{-40,-60},{-180,-60}}, color={0,127,255})); + connect(PEle.y, P) + annotation (Line(points={{91.6,-20},{110,-20}}, + color={0,0,127})); + connect(damExh.port_a, port_a2) + annotation (Line(points={{54,-50},{54,-60},{100,-60}}, color={0,127,255})); + connect(sub.y, damSup.y) + annotation (Line(points={{-98,100},{20,100},{20,60},{-50,60},{-50,52}}, color={0,0,127})); + connect(damExh.y,sub. y) + annotation (Line(points={{42,-40},{20,-40},{20,100},{-98,100}}, color={0,0,127})); + connect(bypDamSup.y, uBypDamPos) + annotation (Line(points={{-50,92},{-50,140},{-202,140}}, color={0,0,127})); + connect(damSup.port_b, hex.port_a1) + annotation (Line(points={{-40,40},{-20,40},{-20,6},{-10,6}}, + color={0,127,255})); + connect(bypDamExh.y, uBypDamPos) + annotation (Line(points={{-30,-48},{-30,-30},{40,-30},{40,140},{-202,140}}, + color={0,0,127})); + connect(hex.port_b1, port_b1) + annotation (Line(points={{10,6},{60,6},{60,80},{100,80}}, + color={0,127,255})); + connect(hex.port_a2, damExh.port_b) + annotation (Line(points={{10,-6},{54,-6},{54,-30}}, + color={0,127,255})); + connect(sub.u2, uBypDamPos) + annotation (Line(points={{-122,94},{-160,94},{-160,140},{-202,140}}, + color={0,0,127})); + connect(uni.y, sub.u1) + annotation (Line(points={{-129,118},{-126,118},{-126,106},{-122,106}}, + color={0,0,127})); + connect(uRot, booleanToReal.u) + annotation (Line(points={{-200,0},{-162,0}}, color={255,0,255})); + connect(booleanToReal.y, effCal.uSpe) + annotation (Line(points={{-139,0},{-120,0},{-120,0},{-102,0}}, + color={0,0,127})); + connect(PEle.u, booleanToReal.y) + annotation (Line(points={{72.4,-20},{-112,-20},{-112,0},{-139,0}}, + color={0,0,127})); + connect(damSup.port_a, port_a1) + annotation (Line(points={{-60,40},{-100,40},{-100,80},{-180,80}}, + color={0,127,255})); + connect(port_b2, port_b2) + annotation (Line(points={{-180,-60},{-180,-60}}, color={0,127,255})); +annotation ( + defaultComponentName="whe", + Icon(coordinateSystem(extent={{-100,-100},{100,100}}), + graphics={ + Polygon( + points={{0,100},{0,100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None), + Line(points={{-58,64},{-58,96},{64,96},{64,64}}, color={28,108,200}), + Line(points={{-58,-64},{-58,-96},{64,-96},{64,-64}}, color={28,108,200})}), + Diagram( + coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,180}})), +Documentation(info=" +

                                                              +Model of a generic, sensible and latent air-to-air heat recovery wheel, which consists of +a heat exchanger and two dampers to bypass the supply and exhaust airflow. +

                                                              +

                                                              +This model does not require geometric data. The performance is defined by specifying the +part load (75%) and nominal sensible and latent effectiveness in both heating and cooling conditions. +This operation of the wheel is configured as follows. +

                                                              +
                                                                +
                                                              • +If the operating signal uRot=true, + +
                                                              • +
                                                              • +Otherwise, +
                                                                  +
                                                                • +The wheel power consumption is 0. +
                                                                • +
                                                                • +In addition, there is no sensible or latent heat transfer, i.e., the sensible +and latent effectiveness of the heat recovery wheel is 0. +
                                                                • +
                                                                +
                                                              • +
                                                              +", revisions=" +
                                                                +
                                                              • +January 8, 2024, by Sen Huang:
                                                                +First implementation. +
                                                              • +
                                                              +")); +end BypassDampers; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo new file mode 100644 index 00000000000..4ab2f2c2179 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo @@ -0,0 +1,87 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible; +model SpeedControlled + "Sensible and latent air-to-air heat recovery wheel with a variable speed drive" + extends + Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.PartialWheel; + parameter Real a[:] = {1} + "Coefficients for power consumption curve for rotor, P/P_nominal = sum a_i uSpe^(i-1). The sum(a) of the elements must be equal to 1" + annotation (Dialog(group="Efficiency")); + + Modelica.Blocks.Interfaces.RealInput uSpe( + final unit="1", + final max=1) + "Wheel speed ratio" + annotation (Placement(transformation(extent={{-220,-20},{-180,20}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); +protected + Modelica.Blocks.Sources.RealExpression PEle( + final y=P_nominal*Buildings.Utilities.Math.Functions.polynomial(a=a, x=uSpe)) + "Electric power consumption" + annotation (Placement(transformation(extent={{72,-30},{92,-10}}))); + +initial equation + assert(abs(sum(a)-1) < Modelica.Constants.eps, + "In " + getInstanceName() + ": Power efficiency curve is wrong. + The sum of the coefficients for power efficiency curve should equal to 1.", + level=AssertionLevel.error); + +equation + connect(P, PEle.y) + annotation (Line(points={{110,-20},{93,-20}}, + color={0,0,127})); + connect(port_a1, hex.port_a1) annotation (Line(points={{-180,80},{-60,80},{-60, + 6},{-10,6}}, color={0,127,255})); + connect(hex.port_a2, port_a2) annotation (Line(points={{10,-6},{60,-6},{60,-60}, + {100,-60}}, color={0,127,255})); + connect(effCal.uSpe, uSpe) + annotation (Line(points={{-102,0},{-200,0}}, color={0,0,127})); +annotation ( + defaultComponentName="whe", + Icon(coordinateSystem(extent={{-100,-100},{100,100}}), + graphics={ + Polygon( + points={{0,100},{0,100}}, + lineColor={28,108,200}, + fillColor={255,255,255}, + fillPattern=FillPattern.None)}), + Diagram( + coordinateSystem(preserveAspectRatio=false, extent={{-180,-100},{100,100}})), +Documentation(info=" +

                                                              +Model of a generic, sensible and latent air-to-air heat recovery wheel, which has the +wheel speed as the input to control the heat recovery. +

                                                              +

                                                              +This model does not require geometric data. The performance is defined by specifying the +part load (75%) and nominal sensible and latent effectiveness in both heating and cooling conditions. +

                                                              +

                                                              +The operation of the heat recovery wheel is adjustable by modulating the wheel speed. +

                                                              +

                                                              +Accordingly, the power consumption of this wheel is calculated by +

                                                              +

                                                              +P = P_nominal * (a1 + a2 uSpe + a3 uSpe2 + ...), +

                                                              +

                                                              +where P_nominal is the nominal wheel power consumption, +uSpe is the wheel speed ratio, +and the a[:] are the coefficients for power efficiency curve. +The sum of the coefficients should equal to 1. +Thus, when the speed ratio uSpe=1, the power consumption equal to +nominal consumption, P=P_nominal. +

                                                              +

                                                              +The sensible and latent effectiveness is calculated with +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness. +

                                                              +", revisions=" +
                                                                +
                                                              • +January 8, 2024, by Sen Huang:
                                                                +First implementation. +
                                                              • +
                                                              +")); +end SpeedControlled; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo new file mode 100644 index 00000000000..3d7522e5379 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo @@ -0,0 +1,155 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation; +model BypassDampers + "Test model for the air-to-air thermal wheel with bypass dampers" + extends Modelica.Icons.Example; + package Medium1 = Buildings.Media.Air + "Supply air"; + package Medium2 = Buildings.Media.Air + "Exhaust air"; + Buildings.Fluid.Sources.Boundary_pT sin_2( + redeclare package Medium = Medium2, + p(displayUnit="Pa") = 101325, + T=273.15 + 10, + nPorts=1) + "Exhaust air sink" + annotation (Placement(transformation(extent={{-80,-44},{-60,-24}}))); + Buildings.Fluid.Sources.Boundary_pT sou_2( + redeclare package Medium = Medium2, + p(displayUnit="Pa") = 101325 + 500, + T(displayUnit="K") = 293.15, + nPorts=1) + "Exhaust air source" + annotation (Placement(transformation(extent={{80,-40},{60,-20}}))); + Modelica.Blocks.Sources.Ramp TSup( + height=10, + duration=60, + offset=273.15 + 30, + startTime=60) + "Supply air temperature" + annotation (Placement(transformation(extent={{-80,64},{-60,84}}))); + Buildings.Fluid.Sources.Boundary_pT sin_1( + redeclare package Medium = Medium1, + T=273.15 + 30, + X={0.012,1 - 0.012}, + p(displayUnit="Pa") = 101325 - 500, + nPorts=1) + "Supply air sink" + annotation (Placement(transformation(extent={{90,20},{70,40}}))); + Buildings.Fluid.Sources.Boundary_pT sou_1( + redeclare package Medium = Medium1, + T=273.15 + 50, + X={0.012,1 - 0.012}, + use_T_in=true, + p(displayUnit="Pa") = 101325, + nPorts=1) + "Supply air source" + annotation (Placement(transformation(extent={{-40,60},{-20,80}}))); + Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BypassDampers whe( + redeclare package Medium1 = Medium1, + redeclare package Medium2 = Medium2, + m1_flow_nominal=5, + m2_flow_nominal=5, + dp1_nominal(displayUnit="Pa"), + dp2_nominal(displayUnit="Pa"), + P_nominal=100) "Wheel" + annotation (Placement(transformation(extent={{0,-10},{20,10}}))); + Modelica.Blocks.Sources.Ramp bypDamPos( + height=0.2, + duration=160, + offset=0, + startTime=200) + "Bypass damper position" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse opeSig( + width=0.8, + period=400, + shift=72) "Operating signal" + annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); + Buildings.Fluid.Sensors.TemperatureTwoPort senExhTem( + redeclare package Medium = Medium2, + m_flow_nominal=5) + "Temperature of the exhaust air" + annotation (Placement(transformation(extent={{-30,-44},{-50,-24}}))); + Buildings.Fluid.Sensors.TemperatureTwoPort senSupTem( + redeclare package Medium = Medium1, + m_flow_nominal=5) + "Temperature of the supply air" + annotation (Placement(transformation(extent={{60,20},{40,40}}))); +equation + connect(TSup.y, sou_1.T_in) + annotation (Line(points={{-59,74},{-42,74}}, color={0,0,127})); + connect(sou_1.ports[1],whe.port_a1) + annotation (Line(points={{-20,70},{-14,70},{-14,6},{0,6}}, + color={0,127,255})); + connect(whe.port_a2, sou_2.ports[1]) + annotation (Line(points={{20,-6},{40,-6},{40,-30},{60,-30}}, + color={0,127,255})); + connect(bypDamPos.y, whe.uBypDamPos) annotation (Line(points={{-59,0},{-2,0}}, + color={0,0,127})); + connect(opeSig.y, whe.uRot) annotation (Line(points={{-58,30},{-10,30},{-10,8}, + {-2,8}}, color={255,0,255})); + connect(whe.port_b2, senExhTem.port_a) annotation (Line(points={{0,-6},{-20,-6}, + {-20,-34},{-30,-34}}, color={0,127,255})); + connect(senExhTem.port_b, sin_2.ports[1]) + annotation (Line(points={{-50,-34},{-60,-34}}, color={0,127,255})); + connect(senSupTem.port_a, sin_1.ports[1]) + annotation (Line(points={{60,30},{70,30}}, color={0,127,255})); + connect(senSupTem.port_b, whe.port_b1) annotation (Line(points={{40,30},{30,30}, + {30,6},{20,6}}, color={0,127,255})); +annotation(experiment(Tolerance=1e-6, StopTime=360), +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mos" + "Simulate and plot"), + Documentation(info=" +

                                                              +Example for using the block + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BypassDampers. +

                                                              +

                                                              +The input signals are configured as follows: +

                                                              +
                                                                +
                                                              • +The operating signal opeSig changes from false to true at 72 seconds. +
                                                              • +
                                                              • +The supply air temperature TSup changes from 273.15 + 30 K to +273.15 + 40 K during the period from 60 seconds to 120 seconds. +The exhaust air temperature remains constant. +
                                                              • +
                                                              • +The bypass damper position uBypDamPos changes from 0 to 0.2 +during the period from 200 seconds to 360 seconds. +
                                                              • +
                                                              • +The supply air flow rate and the exhaust air flow rate are constant. +
                                                              • +
                                                              +

                                                              +The expected outputs are: +

                                                              +
                                                                +
                                                              • +The sensible effectiveness eps is 0 at the beginning. +They become positive at 72 seconds and keep constant until 200 seconds. +After the 200 seconds, it decrease. +
                                                              • +
                                                              • +Before 72 seconds, the temperature of the leaving supply air is equal to TSup. +Likewise, the temperature of the leaving exhaust air is equal to that of the entering exhaust +air temperature. +The temperatures of the leaving supply air and the leaving exhaust air +follow the change of TSup during the period from 72 seconds to 200 seconds. +After 200 seconds, the leaving supply air temperature increases and the +leaving exhaust air temperature decreases. +
                                                              • +
                                                              +", revisions=" +
                                                                +
                                                              • +January 8, 2024, by Sen Huang:
                                                                +First implementation. +
                                                              • +
                                                              +")); +end BypassDampers; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo new file mode 100644 index 00000000000..321724d52f9 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo @@ -0,0 +1,138 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation; +model SpeedControlled + "Test model for the air-to-air thermal wheel with a variable speed drive" + extends Modelica.Icons.Example; + package Medium1 = Buildings.Media.Air + "Supply air"; + package Medium2 = Buildings.Media.Air + "Exhaust air"; + Buildings.Fluid.Sources.Boundary_pT sin_2( + redeclare package Medium = Medium2, + p(displayUnit="Pa") = 101325, + T(displayUnit="K") = 273.15 + 10, + nPorts=1) + "Exhaust air sink" + annotation (Placement(transformation(extent={{-78,-50},{-58,-30}}))); + Buildings.Fluid.Sources.Boundary_pT sou_2( + redeclare package Medium = Medium2, + p(displayUnit="Pa") = 101325 + 500, + T(displayUnit="K") = 293.15, + nPorts=1) + "Exhaust air source" + annotation (Placement(transformation(extent={{80,-40},{60,-20}}))); + Modelica.Blocks.Sources.Ramp TSup( + height=10, + duration=60, + offset=273.15 + 30, + startTime=60) + "Supply air temperature" + annotation (Placement(transformation(extent={{-80,24},{-60,44}}))); + Buildings.Fluid.Sources.Boundary_pT sin_1( + redeclare package Medium = Medium1, + T=273.15 + 30, + X={0.012,1 - 0.012}, + p(displayUnit="Pa") = 101325 - 500, + nPorts=1) + "Supply air sink" + annotation (Placement(transformation(extent={{92,20},{72,40}}))); + Buildings.Fluid.Sources.Boundary_pT sou_1( + redeclare package Medium = Medium1, + T=273.15 + 50, + X={0.012,1 - 0.012}, + use_T_in=true, + p(displayUnit="Pa") = 101325, + nPorts=1) + "Supply air source" + annotation (Placement(transformation(extent={{-40,20},{-20,40}}))); + Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.SpeedControlled whe( + redeclare package Medium1 = Medium1, + redeclare package Medium2 = Medium2, + m1_flow_nominal=5, + m2_flow_nominal=5, + P_nominal=100) "Wheel" + annotation (Placement(transformation(extent={{0,-10},{20,10}}))); + Modelica.Blocks.Sources.Ramp wheSpe( + height=0.3, + duration=160, + offset=0.7, + startTime=200) + "Wheel speed" + annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); + Buildings.Fluid.Sensors.TemperatureTwoPort senExhTem( + redeclare package Medium = Medium2, + m_flow_nominal=5) + "Temperature of the exhaust air" + annotation (Placement(transformation(extent={{-20,-50},{-40,-30}}))); + Buildings.Fluid.Sensors.TemperatureTwoPort senSupTem( + redeclare package Medium = Medium1, + m_flow_nominal=5) + "Temperature of the supply air" + annotation (Placement(transformation(extent={{60,20},{40,40}}))); +equation + connect(TSup.y, sou_1.T_in) + annotation (Line(points={{-59,34},{-42,34}}, color={0,0,127})); + connect(sou_1.ports[1],whe. port_a1) + annotation (Line(points={{-20,30},{-10,30},{-10,6},{0,6}}, color={0,127,255})); + connect(whe.port_a2, sou_2.ports[1]) + annotation (Line(points={{20,-6},{40,-6},{40,-30},{60,-30}}, color={0,127,255})); + connect(wheSpe.y, whe.uSpe) + annotation (Line(points={{-59,0},{-2,0}}, color={0,0,127})); + + connect(whe.port_b2, senExhTem.port_a) annotation (Line(points={{0,-6},{-6,-6}, + {-6,-40},{-20,-40}}, color={0,127,255})); + connect(senExhTem.port_b, sin_2.ports[1]) + annotation (Line(points={{-40,-40},{-58,-40}}, color={0,127,255})); + connect(senSupTem.port_a, sin_1.ports[1]) + annotation (Line(points={{60,30},{72,30}}, color={0,127,255})); + connect(senSupTem.port_b, whe.port_b1) annotation (Line(points={{40,30},{28,30}, + {28,6},{20,6}}, color={0,127,255})); +annotation(experiment(Tolerance=1e-6, StopTime=360), +__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mos" + "Simulate and plot"), +Documentation(info=" +

                                                              +Example for using the block + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.SpeedControlled. +

                                                              +

                                                              +The input signals are configured as follows: +

                                                              +
                                                                +
                                                              • +The supply air temperature TSup changes from 273.15 + 30 K to +273.15 + 40 K during the period from 60 seconds to 120 seconds. +The exhaust air temperature remains constant. +
                                                              • +
                                                              • +The wheel speed uSpe changes from 0.7 to 1 +during the period from 200 seconds to 360 seconds. +
                                                              • +
                                                              • +The supply air flow rate and the exhaust air flow rate are constant. +
                                                              • +
                                                              +

                                                              +The expected outputs are: +

                                                              +
                                                                +
                                                              • +The sensible effectiveness eps keeps constant before +the 200 seconds; after 200 seconds, it increases. +
                                                              • +
                                                              • +The leaving supply air temperature and the leaving exhaust air temperature +follow the change of TSup before the 200 seconds. +After 200 seconds, the leaving supply air temperature decreases +and the leaving exhaust air temperature increases. +
                                                              • +
                                                              +", revisions=" +
                                                                +
                                                              • +January 8, 2024, by Sen Huang:
                                                                +First implementation. +
                                                              • +
                                                              +")); +end SpeedControlled; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo new file mode 100644 index 00000000000..b365ea439df --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo @@ -0,0 +1,20 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible; +package Validation "Collection of validation models" + extends Modelica.Icons.ExamplesPackage; + +annotation (preferredView="info", Documentation(info=" +

                                                              +This package contains validation models for the classes in + +Buildings.Fluid.HeatExchangers.ThermalWheels.Latent. +

                                                              +

                                                              +Note that most validation models contain simple input data +which may not be realistic, but for which the correct +output can be obtained through an analytic solution. +The examples plot various outputs, which have been verified against these +solutions. These model outputs are stored as reference data and +used for continuous validation whenever models in the library change. +

                                                              +")); +end Validation; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.order new file mode 100644 index 00000000000..1ba806efdd8 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.order @@ -0,0 +1,2 @@ +BypassDampers +SpeedControlled diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.mo new file mode 100644 index 00000000000..d0616a46354 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.mo @@ -0,0 +1,10 @@ +within Buildings.Fluid.HeatExchangers.ThermalWheels; +package Sensible "Package with air-to-air heat recovery devices" + extends Modelica.Icons.VariantsPackage; + +annotation (Documentation(info=" +

                                                              +This package contains component models for sensible recovery wheels. +

                                                              +")); +end Sensible; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.order new file mode 100644 index 00000000000..f72d2cb4843 --- /dev/null +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.order @@ -0,0 +1,4 @@ +BypassDampers +SpeedControlled +Validation +BaseClasses diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mos index bae1b8a24fa..d739a8bcda1 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mos @@ -1,6 +1,5 @@ simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.BypassDampers", stopTime=360, method="CVode", tolerance=1e-06, resultFile="BypassDampers"); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.uBypDamPos"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"TSup.y", "senSupTem.T", "senExhTem.T", "sou_2.T"}, range={0.0, 360.0, 290.0, 320.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}, timeUnit="s", displayUnits={"K", "K", "K", "K"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 10.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.uBypDamPos"}, range={0.0, 360.0, -0.2, 0.4000000000000001}, grid=true, subPlot=103, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.epsSen", "whe.epsLat"}, range={0.0, 360.0, -0.5, 1.0}, grid=true, subPlot=104, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mos b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mos index 48b2d051b72..41adcd43e1b 100644 --- a/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mos +++ b/Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mos @@ -1,6 +1,5 @@ simulateModel("Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.SpeedControlled", stopTime=360, method="CVode", tolerance=1e-06, resultFile="SpeedControlled"); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b1.T", "TSup.y"}, range={0.0, 360.0, 280.0, 320.0}, grid=true, subPlot=101, colors={{238,46,47}, {28,108,200}}, timeUnit="s", displayUnits={"K", ""}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.hex.sta_b2.T"}, range={0.0, 360.0, 290.0, 310.0}, grid=true, subPlot=103, colors={{238,46,47}}, timeUnit="s", displayUnits={"K"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.uSpe"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); -createPlot(id=1, position={40, -1, 890, 669}, y={"whe.effCal.epsSen", "whe.effCal.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=105, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"TSup.y", "senSupTem.T", "senExhTem.T", "sou_2.T"}, range={0.0, 360.0, 290.0, 320.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}, timeUnit="s", displayUnits={"K", "K", "K", "K"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.port_a1.m_flow", "whe.port_a2.m_flow"}, range={0.0, 360.0, 0.0, 20.0}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"kg/s", "kg/s"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.uSpe"}, range={0.0, 360.0, 0.6, 0.9}, grid=true, subPlot=103, colors={{28,108,200}}, timeUnit="s", displayUnits={"1"}); +createPlot(id=1, position={15, 15, 890, 669}, y={"whe.epsSen", "whe.epsLat"}, range={0.0, 360.0, 0.0, 1.0}, grid=true, subPlot=104, colors={{28,108,200}, {238,46,47}}, timeUnit="s", displayUnits={"1", "1"}); From c9abfbff9630c6aacd6b8c8eac0de7c304fa943f Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 10 Jan 2024 15:39:31 -0500 Subject: [PATCH 144/196] update the om scripts --- ....ThermalWheels.Latent.Validation.BypassDampers.mos | 9 +++++---- ...hermalWheels.Latent.Validation.SpeedControlled.mos | 9 +++++---- ....Sensible.BaseClasses.Validation.Effectiveness.mos | 9 +++++++++ ...Validation.HeatExchangerWithInputEffectiveness.mos | 6 ++++++ ...hermalWheels.Sensible.Validation.BypassDampers.mos | 11 +++++++++++ ...rmalWheels.Sensible.Validation.SpeedControlled.mos | 11 +++++++++++ 6 files changed, 47 insertions(+), 8 deletions(-) create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation.Effectiveness.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation.BypassDampers.mos create mode 100644 Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation.SpeedControlled.mos diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.BypassDampers.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.BypassDampers.mos index f4d08e091dd..0454df6e33e 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.BypassDampers.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.BypassDampers.mos @@ -1,11 +1,12 @@ compareVars := { - "whe.hex.sta_b1.T", "TSup.y", + "senSupTem.T", + "senExhTem.T", + "sou_2.T", "whe.port_a1.m_flow", "whe.port_a2.m_flow", - "whe.hex.sta_b2.T", "whe.uBypDamPos", - "whe.effCal.epsSen", - "whe.effCal.epsLat" + "whe.epsSen", + "whe.epsLat" }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.SpeedControlled.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.SpeedControlled.mos index 6cc467a84ae..bd070b4bf03 100644 --- a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.SpeedControlled.mos +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation.SpeedControlled.mos @@ -1,11 +1,12 @@ compareVars := { - "whe.hex.sta_b1.T", "TSup.y", + "senSupTem.T", + "senExhTem.T", + "sou_2.T", "whe.port_a1.m_flow", "whe.port_a2.m_flow", - "whe.hex.sta_b2.T", "whe.uSpe", - "whe.effCal.epsSen", - "whe.effCal.epsLat" + "whe.epsSen", + "whe.epsLat" }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation.Effectiveness.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation.Effectiveness.mos new file mode 100644 index 00000000000..24b24a5495f --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation.Effectiveness.mos @@ -0,0 +1,9 @@ +compareVars := + { + "whSpe.y", + "TSup.y", + "TExh.y", + "VSup.y", + "VExh.y", + "epsCal.eps" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos new file mode 100644 index 00000000000..aee0cbf296a --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation.HeatExchangerWithInputEffectiveness.mos @@ -0,0 +1,6 @@ +compareVars := + { + "hex.sta_a1.T", + "hex.sta_b2.T", + "eps.y" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation.BypassDampers.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation.BypassDampers.mos new file mode 100644 index 00000000000..f9c11fcadbb --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation.BypassDampers.mos @@ -0,0 +1,11 @@ +compareVars := + { + "TSup.y", + "senSupTem.T", + "senExhTem.T", + "sou_2.T", + "whe.port_a1.m_flow", + "whe.port_a2.m_flow", + "whe.uBypDamPos", + "whe.eps" + }; diff --git a/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation.SpeedControlled.mos b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation.SpeedControlled.mos new file mode 100644 index 00000000000..03c4d4f0c3d --- /dev/null +++ b/Buildings/Resources/Scripts/OpenModelica/compareVars/Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation.SpeedControlled.mos @@ -0,0 +1,11 @@ +compareVars := + { + "TSup.y", + "senSupTem.T", + "senExhTem.T", + "sou_2.T", + "whe.port_a1.m_flow", + "whe.port_a2.m_flow", + "whe.uSpe", + "whe.eps" + }; From c51ff77527f5f4674422563a2ca19c3a32ed550a Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Wed, 10 Jan 2024 15:40:04 -0500 Subject: [PATCH 145/196] reference data update --- ...on_HeatExchangerWithInputEffectiveness.txt | 4 ++-- ...Wheels_Latent_Validation_BypassDampers.txt | 19 ++++++++-------- ...eels_Latent_Validation_SpeedControlled.txt | 12 +++++----- ...e_BaseClasses_Validation_Effectiveness.txt | 14 ++++++++++++ ...on_HeatExchangerWithInputEffectiveness.txt | 16 ++++++++++++++ ...eels_Sensible_Validation_BypassDampers.txt | 22 +++++++++++++++++++ ...ls_Sensible_Validation_SpeedControlled.txt | 22 +++++++++++++++++++ 7 files changed, 93 insertions(+), 16 deletions(-) create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_BaseClasses_Validation_Effectiveness.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_Validation_BypassDampers.txt create mode 100644 Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_Validation_SpeedControlled.txt diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt index ab903709afa..a4d32a5aa72 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt @@ -1,4 +1,4 @@ -last-generated=2023-11-15 +last-generated=2024-01-10 statistics-initialization= { "nonlinear": "0, 0", @@ -12,7 +12,7 @@ statistics-simulation= } time=[0e+00, 3.6e+02] hex.sta_a1.T=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.035499875386664e+02, 3.041499938964844e+02, 3.047499989827905e+02, 3.053500066121204e+02, 3.059500116982971e+02, 3.06549988810437e+02, 3.071499938964844e+02, 3.077499989827905e+02, 3.083500066121204e+02, 3.089500116982971e+02, 3.09549988810437e+02, 3.101499938964844e+02, 3.107499989827905e+02, 3.113500066121204e+02, 3.119500116982971e+02, 3.12549988810437e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] -hex.sta_b2.T=[3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819667663574219e+02, 3.819664001467107e+02, 3.819653015145773e+02, 3.819642028813121e+02, 3.819631042480469e+02, 3.819620056147817e+02, 3.819609069815164e+02, 3.819598083505148e+02, 3.819587097172496e+02, 3.819576110839844e+02, 3.819565124507192e+02, 3.819554138174539e+02, 3.819543151864523e+02, 3.819532165531871e+02, 3.819521179199219e+02, 3.819510192866567e+02, 3.819499206533914e+02, 3.819488220225192e+02, 3.811784978032673e+02, 3.80029541015625e+02, 3.788877887961733e+02, 3.777532033876067e+02, 3.766258249279199e+02, 3.75505643860078e+02, 3.743926391601562e+02, 3.732868365866825e+02, 3.72188200976727e+02, 3.710967721630183e+02, 3.700125408937875e+02, 3.689354858398438e+02, 3.678656329126067e+02, 3.668029776184524e+02, 3.65747498450851e+02, 3.646991864626533e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02, 3.636581115722656e+02] +hex.sta_b2.T=[3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001182250976562e+02, 3.001181335449866e+02, 3.001178588869774e+02, 3.00117584228645e+02, 3.001173095703125e+02, 3.0011703491198e+02, 3.001167602536476e+02, 3.001164855959618e+02, 3.001162109376294e+02, 3.00115966796875e+02, 3.001156921385425e+02, 3.001154174802101e+02, 3.001151428225243e+02, 3.001148681641919e+02, 3.001145935058594e+02, 3.001143188475269e+02, 3.001140441891944e+02, 3.001137695315087e+02, 3.004348447658125e+02, 3.00922607421875e+02, 3.014175406597673e+02, 3.0191964764611e+02, 3.02428954644026e+02, 3.029454659708347e+02, 3.034691772460938e+02, 3.040000601302227e+02, 3.045381169149179e+02, 3.050834040762606e+02, 3.056358346842317e+02, 3.061954956054688e+02, 3.067623281355757e+02, 3.073363652363308e+02, 3.07917571526332e+02, 3.085059824501044e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02, 3.091015930175781e+02] epsSen.y=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.039999936421325e-01, 7.099999785423279e-01, 7.160000103313168e-01, 7.220000079473634e-01, 7.279999801319602e-01, 7.340000373518938e-01, 7.400000095367432e-01, 7.459999817210873e-01, 7.519999793371339e-01, 7.580000111261229e-01, 7.640000087421696e-01, 7.699999809265137e-01, 7.760000127155026e-01, 7.820000103315492e-01, 7.87999982516146e-01, 7.940000397360796e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] epsLat.y=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.020000206629241e-01, 7.07999999205194e-01, 7.139999841055157e-01, 7.200000286102295e-01, 7.260000135102985e-01, 7.319999984106202e-01, 7.37999970595217e-01, 7.440000150998046e-01, 7.5e-01, 7.559999849001954e-01, 7.62000029404783e-01, 7.680000015893798e-01, 7.739999864897014e-01, 7.799999713897705e-01, 7.860000158944843e-01, 7.92000000794806e-01, 7.979999729794028e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] hex.sta_b2.X[1]=[1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140000019222498e-02, 1.140400022013981e-02, 1.141600030388429e-02, 1.14280004003445e-02, 1.143999956548214e-02, 1.145199966194235e-02, 1.146399975840257e-02, 1.147599982943131e-02, 1.148799992589153e-02, 1.150000002235174e-02, 1.151200011881195e-02, 1.152400021527217e-02, 1.153600028630092e-02, 1.154800038276113e-02, 1.155999954789877e-02, 1.157199964435898e-02, 1.15839997408192e-02, 1.159599981184794e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02, 1.15999998524785e-02] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_BypassDampers.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_BypassDampers.txt index 2b189056e2e..3c16656c231 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_BypassDampers.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_BypassDampers.txt @@ -1,4 +1,4 @@ -last-generated=2024-01-05 +last-generated=2024-01-10 statistics-initialization= { "nonlinear": "1, 0, 1, 0", @@ -7,16 +7,17 @@ statistics-initialization= statistics-simulation= { "linear": "4, 4", - "nonlinear": "1, 1, 0, 0", - "number of continuous time states": "8", + "nonlinear": "0, 1, 1, 0", + "number of continuous time states": "10", "numerical Jacobians": "0" } time=[0e+00, 3.6e+02] -whe.hex.sta_b1.T=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 2.96309448305569e+02, 2.964589234666069e+02, 2.96608428828315e+02, 2.967579039893528e+02, 2.969073791503906e+02, 2.970568543114284e+02, 2.972063294724663e+02, 2.973558348341743e+02, 2.975053099952122e+02, 2.9765478515625e+02, 2.978042603172878e+02, 2.979537354783257e+02, 2.981032408400337e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530456542969e+02, 2.981530761716163e+02, 2.98153533936323e+02, 2.981550292951935e+02, 2.981580200262575e+02, 2.981626586914062e+02, 2.98169006335756e+02, 2.981770324783348e+02, 2.981866760167242e+02, 2.98197845479163e+02, 2.982103881835938e+02, 2.982241821045884e+02, 2.982391357555106e+02, 2.982551574568627e+02, 2.982721252736325e+02, 2.982899169921875e+02, 2.983085021654455e+02, 2.983277892404134e+02, 2.983476868363924e+02, 2.983681335803638e+02, 2.983891296386719e+02, 2.984105834593583e+02, 2.984324645251037e+02, 2.984547730252766e+02, 2.984774170307338e+02, 2.985003967285156e+02, 2.985236816010438e+02, 2.985473021653793e+02, 2.985711670734194e+02, 2.985952759200396e+02, 2.9861962890625e+02, 2.986442260323093e+02, 2.986690062633199e+02, 2.986940003289943e+02, 2.98719177289038e+02, 2.987445373535156e+02, 2.987700194880471e+02, 2.987956847275298e+02, 2.98821502773505e+02, 2.988474426709322e+02, 2.988734741210938e+02, 2.988996581586285e+02, 2.989259032313196e+02, 2.989522705973228e+02, 2.989786987752239e+02, 2.990051879882812e+02] TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] -whe.port_a1.m_flow=[8.535533905029297e+00, 6.009431795385256e+00, 4.724931659710234e+00, 3.94094398221051e+00, 3.690236078882238e+00, 3.607040405273438e+00, 3.57429719213165e+00, 3.5593950771762e+00, 3.551023957946152e+00, 3.541651490584723e+00, 3.537287473678589e+00, 3.536006212007629e+00, 3.535670280495702e+00, 3.535578966131905e+00, 3.535551071174571e+00, 3.535541534423828e+00, 3.535537719726057e+00, 3.535536050796761e+00, 3.535535335541782e+00, 3.535534858703613e+00, 3.535534620285034e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535514116426687e+00, 3.534991024927272e+00, 3.533218147409769e+00, 3.529727451099879e+00, 3.524298191070557e+00, 3.516860022209561e+00, 3.507443419078012e+00, 3.496140728650448e+00, 3.483078217511462e+00, 3.468392372131348e+00, 3.452219753027296e+00, 3.434694036245801e+00, 3.415943162037944e+00, 3.396087373361558e+00, 3.375236034393311e+00, 3.353488005887647e+00, 3.330931741026254e+00, 3.307645240553772e+00, 3.28369923284286e+00, 3.259156227111816e+00, 3.234071774442911e+00, 3.208495942683186e+00, 3.18247237833662e+00, 3.156043484316772e+00, 3.129245042800903e+00, 3.10211376996522e+00, 3.074683282786932e+00, 3.046986723904166e+00, 3.019056034203337e+00, 2.990922212600708e+00, 2.962614345966883e+00, 2.934160567619415e+00, 2.905585668737091e+00, 2.876913021980405e+00, 2.8481605052948e+00, 2.819341708448335e+00, 2.79046497607309e+00, 2.761530539503701e+00, 2.732532690403365e+00, 2.703459024429321e+00, 2.674288083972106e+00, 2.644994596817957e+00, 2.61554851048132e+00, 2.58591718397018e+00, 2.556068181991577e+00] -whe.port_a2.m_flow=[8.535533905029297e+00, 6.009431795385256e+00, 4.724931659710234e+00, 3.94094398221051e+00, 3.690236078882238e+00, 3.607040405273438e+00, 3.57429719213165e+00, 3.5593950771762e+00, 3.551023957946152e+00, 3.541651490584723e+00, 3.537287473678589e+00, 3.536006212007629e+00, 3.535670280495702e+00, 3.535578966131905e+00, 3.535551071174571e+00, 3.535541534423828e+00, 3.535537719726057e+00, 3.535536050796761e+00, 3.535535335541782e+00, 3.535534858703613e+00, 3.535534620285034e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535514116426687e+00, 3.534991024927272e+00, 3.533218147409769e+00, 3.529727451099879e+00, 3.524298191070557e+00, 3.516860022209561e+00, 3.507443419078012e+00, 3.496140728650448e+00, 3.483078217511462e+00, 3.468392372131348e+00, 3.452219753027296e+00, 3.434694036245801e+00, 3.415943162037944e+00, 3.396087373361558e+00, 3.375236034393311e+00, 3.353488005887647e+00, 3.330931741026254e+00, 3.307645240553772e+00, 3.28369923284286e+00, 3.259156227111816e+00, 3.234071774442911e+00, 3.208495942683186e+00, 3.18247237833662e+00, 3.156043484316772e+00, 3.129245042800903e+00, 3.10211376996522e+00, 3.074683282786932e+00, 3.046986723904166e+00, 3.019056034203337e+00, 2.990922212600708e+00, 2.962614345966883e+00, 2.934160567619415e+00, 2.905585668737091e+00, 2.876913021980405e+00, 2.8481605052948e+00, 2.819341708448335e+00, 2.79046497607309e+00, 2.761530539503701e+00, 2.732532690403365e+00, 2.703459024429321e+00, 2.674288083972106e+00, 2.644994596817957e+00, 2.61554851048132e+00, 2.58591718397018e+00, 2.556068181991577e+00] -whe.hex.sta_b2.T=[2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 3.026000368122086e+02, 3.030509952554059e+02, 3.035019832602191e+02, 3.039529417034164e+02, 3.044039306640625e+02, 3.048548891071305e+02, 3.053058475503278e+02, 3.05756835555141e+02, 3.062077939983383e+02, 3.066587524414062e+02, 3.071097414020524e+02, 3.075606998452496e+02, 3.080116878500629e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081619873046875e+02, 3.081615295402395e+02, 3.08160034181369e+02, 3.081570434505637e+02, 3.081524353027344e+02, 3.081460876583846e+02, 3.081380615158058e+02, 3.081284484949946e+02, 3.081173095501339e+02, 3.081047973632812e+02, 3.080910034422866e+02, 3.080760803090719e+02, 3.08060089125298e+02, 3.080431823432963e+02, 3.08025390625e+02, 3.080068664868983e+02, 3.079876099295085e+02, 3.079677733686857e+02, 3.07947326624973e+02, 3.079263916015625e+02, 3.079049682984542e+02, 3.078831177508043e+02, 3.078608702852703e+02, 3.078382873147106e+02, 3.078153381347656e+02, 3.077920837798155e+02, 3.07768524250119e+02, 3.077446898601744e+02, 3.07720611531391e+02, 3.076962890625e+02, 3.07671752971597e+02, 3.076470032581644e+02, 3.076220702276463e+02, 3.075969237854395e+02, 3.075716247558594e+02, 3.075461426215866e+02, 3.075205384170014e+02, 3.074947814061825e+02, 3.074688720263334e+02, 3.0744287109375e+02, 3.074167480911128e+02, 3.073905335362585e+02, 3.073642272054116e+02, 3.073378295450886e+02, 3.073113708496094e+02] +senSupTem.T=[2.931499938964844e+02, 3.030918884321161e+02, 3.031473083495285e+02, 3.031484680179096e+02, 3.031490783699329e+02, 3.031495361328125e+02, 3.031496582031735e+02, 3.031500854491217e+02, 3.031500854491864e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.032147826598053e+02, 3.037219538579238e+02, 3.043150937408084e+02, 3.049143981933594e+02, 2.970651850379469e+02, 2.96593933148413e+02, 2.967011412360915e+02, 2.968535460771917e+02, 2.970092163085938e+02, 2.971656189627116e+02, 2.973216859232115e+02, 2.974776304830385e+02, 2.976336669260249e+02, 2.977897338867188e+02, 2.979457703298345e+02, 2.981018067729502e+02, 2.982578734028311e+02, 2.983602905114337e+02, 2.983703918457031e+02, 2.983710632319045e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983711853027344e+02, 2.983713989262986e+02, 2.983724060046952e+02, 2.983746337942365e+02, 2.983783264160156e+02, 2.983836059469419e+02, 2.9839041138355e+02, 2.983987731858571e+02, 2.984085693537878e+02, 2.984196472167969e+02, 2.984319762966285e+02, 2.984454345822127e+02, 2.984598998896674e+02, 2.984752502710455e+02, 2.984914245605469e+02, 2.98508331269595e+02, 2.985259398808704e+02, 2.985441284810916e+02, 2.985628967608532e+02, 2.985821838378906e+02, 2.986019591946259e+02, 2.986221617959027e+02, 2.986428223365089e+02, 2.986638794307493e+02, 2.986853637695312e+02, 2.987073058706916e+02, 2.987297057339716e+02, 2.987525940722681e+02, 2.987759704990829e+02, 2.987998962402344e+02, 2.988244323311374e+02, 2.988496703237503e+02, 2.988756409586509e+02, 2.989023743138855e+02, 2.98929931640625e+02, 2.989582824220675e+02, 2.989874266579542e+02, 2.990173035697596e+02, 2.990479431677505e+02, 2.990792236328125e+02, 2.991110534124698e+02, 2.99143188367391e+02, 2.991753235949822e+02, 2.992071838914416e+02, 2.992384948730469e+02] +senExhTem.T=[2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 3.016079719554775e+02, 3.026803288353185e+02, 3.031736751493177e+02, 3.036217344300307e+02, 3.040665283203125e+02, 3.04510559270365e+02, 3.049549869490626e+02, 3.053994747208593e+02, 3.058439329170703e+02, 3.06288330078125e+02, 3.067327577566932e+02, 3.071771549178126e+02, 3.076215816544531e+02, 3.079133300325938e+02, 3.079420471191406e+02, 3.079439392076908e+02, 3.079442749024731e+02, 3.079443359375e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079443054199219e+02, 3.079440612789088e+02, 3.07943084717961e+02, 3.079408569284197e+02, 3.079371643066406e+02, 3.079319152932924e+02, 3.079251098566844e+02, 3.079167480545067e+02, 3.079069824040247e+02, 3.078959350585938e+02, 3.078836364963402e+02, 3.078702087282048e+02, 3.078557739383282e+02, 3.078404235573382e+02, 3.078242797851562e+02, 3.078074035936863e+02, 3.07789825499989e+02, 3.077716674173459e+02, 3.077529296551625e+02, 3.077336730957031e+02, 3.077139587741241e+02, 3.076937866899081e+02, 3.076731566673974e+02, 3.076521300907351e+02, 3.076306762695312e+02, 3.07608764685949e+02, 3.075864258573079e+02, 3.075635680371069e+02, 3.075402221278702e+02, 3.075163269042969e+02, 3.07491821330972e+02, 3.074666443735153e+02, 3.074407347732536e+02, 3.074140014187951e+02, 3.073865051269531e+02, 3.073581543455106e+02, 3.073290711447802e+02, 3.072992247505529e+02, 3.072686461874595e+02, 3.072373962402344e+02, 3.072055969778965e+02, 3.071735230578728e+02, 3.071413878313164e+02, 3.071095885694959e+02, 3.070783081054688e+02] +sou_2.T=[2.931499938964844e+02, 2.931499938964844e+02] +whe.port_a1.m_flow=[8.535533905029297e+00, 6.009464220310624e+00, 4.724926414500483e+00, 3.940942313279635e+00, 3.690239416742345e+00, 3.607042551040649e+00, 3.574299337898736e+00, 3.559397461362243e+00, 3.551025388457375e+00, 3.54165220584046e+00, 3.537287712097168e+00, 3.536006212007629e+00, 3.535670280495702e+00, 3.535578966131905e+00, 3.535551071174571e+00, 3.535541534423828e+00, 3.535537719726057e+00, 3.535536050796761e+00, 3.535535335541782e+00, 3.535534858703613e+00, 3.535534620285034e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535513878010129e+00, 3.534989355996208e+00, 3.533216716898294e+00, 3.5297272126813e+00, 3.524299144744873e+00, 3.516862406393331e+00, 3.507445803268855e+00, 3.49614192075345e+00, 3.483077263833103e+00, 3.468389987945557e+00, 3.452217130424946e+00, 3.434692128898178e+00, 3.415942208362617e+00, 3.3960868965244e+00, 3.375236034393311e+00, 3.353488005887647e+00, 3.330931979444833e+00, 3.307645717394972e+00, 3.283699948098597e+00, 3.259156942367554e+00, 3.23407201286149e+00, 3.20849546585007e+00, 3.18247213991804e+00, 3.156043007479614e+00, 3.129245758056641e+00, 3.102115200476694e+00, 3.07468542854606e+00, 3.04698886967542e+00, 3.019057941549949e+00, 2.990923643112183e+00, 2.962615061224641e+00, 2.934160806042037e+00, 2.90558590715567e+00, 2.876913260398984e+00, 2.848160982131958e+00, 2.819342900537188e+00, 2.790466406584564e+00, 2.761532446856376e+00, 2.732535551428335e+00, 2.70346212387085e+00, 2.674291898667351e+00, 2.644998888352381e+00, 2.615552802015744e+00, 2.585921237086025e+00, 2.556071996688843e+00] +whe.port_a2.m_flow=[8.535533905029297e+00, 6.009464220310624e+00, 4.724926414500483e+00, 3.940942313279635e+00, 3.690239416742345e+00, 3.607042551040649e+00, 3.574299337898736e+00, 3.559397461362243e+00, 3.551025388457375e+00, 3.54165220584046e+00, 3.537287712097168e+00, 3.536006212007629e+00, 3.535670280495702e+00, 3.535578966131905e+00, 3.535551071174571e+00, 3.535541534423828e+00, 3.535537719726057e+00, 3.535536050796761e+00, 3.535535335541782e+00, 3.535534858703613e+00, 3.535534620285034e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535513878010129e+00, 3.534989355996208e+00, 3.533216716898294e+00, 3.5297272126813e+00, 3.524299144744873e+00, 3.516862406393331e+00, 3.507445803268855e+00, 3.49614192075345e+00, 3.483077263833103e+00, 3.468389987945557e+00, 3.452217130424946e+00, 3.434692128898178e+00, 3.415942208362617e+00, 3.3960868965244e+00, 3.375236034393311e+00, 3.353488005887647e+00, 3.330931979444833e+00, 3.307645717394972e+00, 3.283699948098597e+00, 3.259156942367554e+00, 3.23407201286149e+00, 3.20849546585007e+00, 3.18247213991804e+00, 3.156043007479614e+00, 3.129245758056641e+00, 3.102115200476694e+00, 3.07468542854606e+00, 3.04698886967542e+00, 3.019057941549949e+00, 2.990923643112183e+00, 2.962615061224641e+00, 2.934160806042037e+00, 2.90558590715567e+00, 2.876913260398984e+00, 2.848160982131958e+00, 2.819342900537188e+00, 2.790466406584564e+00, 2.761532446856376e+00, 2.732535551428335e+00, 2.70346212387085e+00, 2.674291898667351e+00, 2.644998888352381e+00, 2.615552802015744e+00, 2.585921237086025e+00, 2.556071996688843e+00] whe.uBypDamPos=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.999992465612479e-03, 6.500003948800676e-03, 1.099999612570312e-02, 1.550000737606466e-02, 1.999999955296516e-02, 2.449999172988142e-02, 2.900000298022717e-02, 3.349999701977283e-02, 3.800000640748921e-02, 4.250000044703484e-02, 4.699999076132177e-02, 5.150000387429688e-02, 5.59999979138425e-02, 6.050000730155885e-02, 6.499999761581417e-02, 6.949999165535983e-02, 7.399998569490546e-02, 7.850001788137323e-02, 8.300000447033823e-02, 8.749999850988388e-02, 9.199999254942953e-02, 9.649998658897513e-02, 1.010000187753166e-01, 1.05500005364408e-01, 1.099999994039536e-01, 1.144999934434992e-01, 1.189999874830448e-01, 1.23500012218932e-01, 1.280000137090582e-01, 1.324999928474426e-01, 1.369999868869883e-01, 1.414999809265339e-01, 1.460000131130016e-01, 1.505000071525472e-01, 1.550000011920929e-01, 1.594999952316385e-01, 1.639999892711841e-01, 1.685000214576519e-01, 1.730000005960363e-01, 1.77499994635582e-01, 1.819999886751276e-01, 1.864999827146732e-01, 1.91000014901141e-01, 1.955000089406866e-01, 2.000000029802322e-01] -whe.effCal.epsSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523824572563171e-01, 7.523815631927088e-01, 7.523591517975143e-01, 7.52283096400889e-01, 7.521333691092883e-01, 7.519005537033081e-01, 7.515814906390804e-01, 7.511776085825665e-01, 7.506927852232863e-01, 7.501324404985217e-01, 7.49502420425415e-01, 7.488086235774345e-01, 7.480566494968026e-01, 7.472520477607141e-01, 7.463999971753082e-01, 7.455050349235535e-01, 7.445715085843578e-01, 7.436031732457947e-01, 7.426032389472976e-01, 7.415747028765842e-01, 7.405202984809875e-01, 7.394421715090245e-01, 7.383423485181121e-01, 7.372226676737595e-01, 7.360845784746272e-01, 7.349295020103455e-01, 7.337586303637046e-01, 7.325730364183106e-01, 7.31373723227895e-01, 7.301616051978913e-01, 7.289375066757202e-01, 7.277021429100452e-01, 7.264562291566036e-01, 7.252003507752985e-01, 7.239351847089626e-01, 7.226613163948059e-01, 7.213792226649339e-01, 7.200895591704392e-01, 7.187927917249175e-01, 7.174894787566637e-01, 7.161802053451538e-01, 7.148653291142144e-01, 7.135455057139274e-01, 7.12221200735568e-01, 7.10892913470165e-01, 7.095611691474915e-01] -whe.effCal.epsLat=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047648787498474e-01, 6.047631502272754e-01, 6.047183274366339e-01, 6.045662166436359e-01, 6.042668216640688e-01, 6.038010716438293e-01, 6.031630051200186e-01, 6.023552410067383e-01, 6.013855942886832e-01, 6.00264904838396e-01, 5.990049242973328e-01, 5.976172113920821e-01, 5.961133228354631e-01, 5.945041193635386e-01, 5.927999585878296e-01, 5.910100936889648e-01, 5.891430410110788e-01, 5.872063107288026e-01, 5.852064421318084e-01, 5.831494891986605e-01, 5.810405611991882e-01, 5.788843072557673e-01, 5.766847208780821e-01, 5.744452995857429e-01, 5.721692403947464e-01, 5.698590278625488e-01, 5.675172845692671e-01, 5.65146096678479e-01, 5.627474106950242e-01, 5.60323174633501e-01, 5.578749775886536e-01, 5.554042500573035e-01, 5.529124225504204e-01, 5.504007253924549e-01, 5.478703932597832e-01, 5.453226566314697e-01, 5.427584691712205e-01, 5.401791421817257e-01, 5.375856072906823e-01, 5.349789813546799e-01, 5.323603749275208e-01, 5.297306820702867e-01, 5.270910352697127e-01, 5.244424253129941e-01, 5.217858507816826e-01, 5.19122302532196e-01] +whe.epsSen=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414214015062599e-01, 7.414005398353665e-01, 7.413299680567129e-01, 7.411910888405252e-01, 7.40975022315979e-01, 7.406789666016863e-01, 7.403041716823086e-01, 7.398541573769655e-01, 7.39334045891258e-01, 7.387492656707764e-01, 7.381053578230604e-01, 7.374075048950454e-01, 7.366608387756554e-01, 7.35870002318332e-01, 7.350394725799561e-01, 7.341731205597145e-01, 7.33274403322457e-01, 7.323464123172879e-01, 7.31391905094625e-01, 7.304132580757141e-01, 7.29412676614222e-01, 7.283919488494921e-01, 7.27352794425927e-01, 7.262966018727972e-01, 7.252246141433716e-01, 7.241380233209453e-01, 7.230377234746849e-01, 7.219246587913771e-01, 7.207996826060108e-01, 7.196636199951172e-01, 7.185170669990806e-01, 7.173607388736384e-01, 7.161952217462049e-01, 7.150210718193429e-01, 7.138388156890869e-01, 7.12648989792187e-01, 7.114521305704462e-01, 7.10248645026601e-01, 7.090390900074387e-01, 7.078239917755127e-01, 7.066037079551547e-01, 7.053788345923072e-01, 7.041497784820392e-01, 7.029170373010286e-01, 7.016810178756714e-01] +whe.epsLat=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828444361686707e-01, 5.828428268543777e-01, 5.828011035123383e-01, 5.826599599552837e-01, 5.823821419187688e-01, 5.819500684738159e-01, 5.813579570447253e-01, 5.806083076020829e-01, 5.797082789913967e-01, 5.786680560202343e-01, 5.774985551834106e-01, 5.76210679883334e-01, 5.748149740275565e-01, 5.733216417885239e-01, 5.717400880821562e-01, 5.7007896900177e-01, 5.683462053571475e-01, 5.665487708831376e-01, 5.646927888727995e-01, 5.627837744269685e-01, 5.608265399932861e-01, 5.58825377070302e-01, 5.567839811444762e-01, 5.547056126937119e-01, 5.525932275869471e-01, 5.504492521286011e-01, 5.482760108791038e-01, 5.460754111875934e-01, 5.438493414236015e-01, 5.415993890533743e-01, 5.393272638320923e-01, 5.370341578400191e-01, 5.347215611927689e-01, 5.32390467333257e-01, 5.300421674800385e-01, 5.276776552200317e-01, 5.252980034262319e-01, 5.229042253781057e-01, 5.204972542914258e-01, 5.180782038567354e-01, 5.156479477882385e-01, 5.132074397521673e-01, 5.107576930264723e-01, 5.082995808069467e-01, 5.058340388392703e-01, 5.033620595932007e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_SpeedControlled.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_SpeedControlled.txt index f0eed957768..ac4e0a77d3c 100644 --- a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_SpeedControlled.txt +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Latent_Validation_SpeedControlled.txt @@ -1,4 +1,4 @@ -last-generated=2023-12-14 +last-generated=2024-01-10 statistics-initialization= { "nonlinear": "0, 0", @@ -8,14 +8,16 @@ statistics-simulation= { "linear": " ", "nonlinear": " ", + "number of continuous time states": "2", "numerical Jacobians": "0" } time=[0e+00, 3.6e+02] -whe.hex.sta_b1.T=[2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.974727478027344e+02, 2.975588683534557e+02, 2.978171994880415e+02, 2.980755308963645e+02, 2.983338623046875e+02, 2.985921937130105e+02, 2.988505251213335e+02, 2.991088559821821e+02, 2.993671873905051e+02, 2.996255187988281e+02, 2.998838502071512e+02, 3.001421816154742e+02, 3.004005124763227e+02, 3.006588438846457e+02, 3.009171752929688e+02, 3.011755067012918e+02, 3.014338381096148e+02, 3.016921689704633e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017782897949219e+02, 3.017295228910836e+02, 3.016197508835597e+02, 3.015100098586278e+02, 3.014002378511039e+02, 3.012904968261719e+02, 3.011807252839204e+02, 3.010709837935867e+02, 3.009612122512059e+02, 3.00851440243682e+02, 3.007416687011719e+02, 3.006318971589204e+02, 3.005221251511379e+02, 3.004123536087571e+02, 3.003025816011039e+02, 3.001928100585938e+02, 3.000830385160836e+02, 2.999732669735735e+02, 2.998634639834577e+02, 2.997536924409476e+02, 2.996439208984375e+02, 2.995341188386079e+02, 2.994243472958391e+02, 2.993145443057234e+02, 2.992047422456351e+02, 2.99094970703125e+02, 2.989851686430367e+02, 2.988753665834659e+02, 2.987655635928327e+02, 2.986557615327445e+02, 2.985459594726562e+02, 2.984361574128267e+02, 2.983263553529972e+02, 2.982165523618466e+02, 2.981067197846976e+02, 2.979969177246094e+02, 2.978871156645211e+02, 2.977772830873722e+02, 2.976674800962216e+02, 2.975576475190726e+02, 2.974478454589844e+02, 2.973380128815767e+02, 2.97228180304169e+02, 2.971183467959577e+02, 2.970085447356108e+02, 2.968987121582031e+02] TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] +senSupTem.T=[2.931499938964844e+02, 2.974623718343856e+02, 2.975797424320691e+02, 2.975829467773195e+02, 2.975828247069989e+02, 2.975828552246094e+02, 2.975829467773438e+02, 2.975829467773438e+02, 2.975829467773438e+02, 2.975829467773438e+02, 2.975829467773438e+02, 2.975829467773438e+02, 2.975829467773438e+02, 2.975829467773438e+02, 2.975829467773438e+02, 2.975829467773438e+02, 2.975829467773438e+02, 2.976194762874447e+02, 2.978632505101983e+02, 2.981278685401972e+02, 2.983925170898438e+02, 2.986575318506865e+02, 2.989226076465562e+02, 2.991875913281825e+02, 2.994525755713178e+02, 2.997175598144531e+02, 2.999825440576531e+02, 3.002475588183019e+02, 3.005125424999282e+02, 3.007775267431281e+02, 3.010425109863281e+02, 3.013074952295281e+02, 3.01572479472728e+02, 3.018374631543544e+02, 3.019931030125331e+02, 3.019990234375e+02, 3.019993591300833e+02, 3.019995422361987e+02, 3.019994812013013e+02, 3.019994201657569e+02, 3.019993896484375e+02, 3.019993896484375e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019994201660156e+02, 3.019756776169975e+02, 3.018736266183099e+02, 3.017662049251762e+02, 3.016585996711319e+02, 3.015509948730469e+02, 3.014433900749618e+02, 3.013357848207882e+02, 3.012281495052544e+02, 3.011204832160538e+02, 3.010128173828125e+02, 3.00905182067408e+02, 3.007976073305538e+02, 3.00689910979993e+02, 3.005822752079826e+02, 3.004746704101562e+02, 3.003670656120712e+02, 3.00259430296408e+02, 3.001517940688263e+02, 3.000441587531632e+02, 2.999365234375e+02, 2.998288881220955e+02, 2.997212528061737e+02, 2.996135860610138e+02, 2.995059507453507e+02, 2.993983154296875e+02, 2.992906495964462e+02, 2.991829837637223e+02, 2.990753170180451e+02, 2.989676511848038e+02, 2.988600158691406e+02, 2.987523500358993e+02, 2.98644684202658e+02, 2.985370174569808e+02, 2.984293516239982e+02, 2.983216552734375e+02, 2.982139894404549e+02, 2.981063236074723e+02, 2.979986568612777e+02, 2.978909605109757e+02, 2.977832946777344e+02, 2.976756288444931e+02, 2.97567932494191e+02, 2.974602352309357e+02, 2.973525693974357e+02, 2.97244873046875e+02] +senExhTem.T=[2.931499938964844e+02, 2.985738525493903e+02, 2.987214660649948e+02, 2.987255249023033e+02, 2.987253417968265e+02, 2.987253723144531e+02, 2.987255249023276e+02, 2.987255249023438e+02, 2.987254943847656e+02, 2.987254943847656e+02, 2.987254943847656e+02, 2.987254943847656e+02, 2.987254943847656e+02, 2.987254943847656e+02, 2.987254943847656e+02, 2.987254943847656e+02, 2.987254943847656e+02, 2.987717589940747e+02, 2.990804135368935e+02, 2.99415466166632e+02, 2.997505493164062e+02, 3.000861207477539e+02, 3.004217226965503e+02, 3.007572628991528e+02, 3.010927732952795e+02, 3.014282836914062e+02, 3.01763794087533e+02, 3.020993044836597e+02, 3.024348141688134e+02, 3.027703550823889e+02, 3.031058654785156e+02, 3.034413758746423e+02, 3.037768862707691e+02, 3.041124264733716e+02, 3.043094482234964e+02, 3.043169555664062e+02, 3.043173828114652e+02, 3.043176269529956e+02, 3.0431753540052e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043174438476562e+02, 3.043411863966743e+02, 3.044432068779132e+02, 3.045506285709175e+02, 3.046582033073837e+02, 3.047657775878906e+02, 3.048733518683975e+02, 3.049809266048637e+02, 3.050885314029488e+02, 3.051961366569931e+02, 3.053037414550781e+02, 3.054113462531632e+02, 3.055188904720512e+02, 3.056265257875851e+02, 3.057341005241806e+02, 3.058416442871094e+02, 3.059491880500382e+02, 3.060567623305451e+02, 3.061643070053924e+02, 3.062718507683212e+02, 3.063794250488281e+02, 3.064869688117569e+02, 3.065945430922638e+02, 3.067021182841719e+02, 3.068096620476181e+02, 3.069172058105469e+02, 3.070247800910538e+02, 3.071323238539826e+02, 3.072398685288299e+02, 3.073474428093368e+02, 3.074549865722656e+02, 3.075625303351944e+02, 3.076700740981232e+02, 3.077776187729705e+02, 3.078851625358993e+02, 3.079927062988281e+02, 3.081002500617569e+02, 3.08207763307625e+02, 3.083153079819549e+02, 3.084228517448837e+02, 3.085303649902344e+02, 3.086379087531632e+02, 3.087454219990312e+02, 3.088529666733612e+02, 3.089604799187118e+02, 3.090680236816406e+02] +sou_2.T=[2.931499938964844e+02, 2.931499938964844e+02] whe.port_a1.m_flow=[5e+00, 5e+00] whe.port_a2.m_flow=[5e+00, 5e+00] -whe.hex.sta_b2.T=[2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.988356323242188e+02, 2.989497069587169e+02, 2.992918698270552e+02, 2.996340330581235e+02, 2.999761962890625e+02, 3.003183900375796e+02, 3.006605532685186e+02, 3.010027157744501e+02, 3.013448790053891e+02, 3.016870727539062e+02, 3.020292359848452e+02, 3.023713992157843e+02, 3.027135617217157e+02, 3.030557554701682e+02, 3.033979187011719e+02, 3.037400819321109e+02, 3.040822451631792e+02, 3.044244381864302e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045384826660156e+02, 3.045872495698539e+02, 3.046969605422215e+02, 3.048067015670242e+02, 3.049164125395211e+02, 3.05026123046875e+02, 3.051358335542289e+02, 3.052455445265965e+02, 3.053552550339504e+02, 3.05464966006318e+02, 3.055746765136719e+02, 3.056843870210258e+02, 3.057940674758153e+02, 3.059037779831691e+02, 3.060134889555367e+02, 3.061231689453125e+02, 3.062328794526664e+02, 3.063425594424421e+02, 3.064522708798235e+02, 3.065619508695992e+02, 3.06671630859375e+02, 3.067813108494095e+02, 3.068910213565046e+02, 3.070007022763079e+02, 3.071103822660836e+02, 3.072200622558594e+02, 3.073297422456351e+02, 3.074394222354109e+02, 3.07549072637636e+02, 3.076587526274117e+02, 3.077684326171875e+02, 3.078780820896438e+02, 3.079877620791609e+02, 3.08097412481386e+02, 3.082070924711617e+02, 3.083167419433594e+02, 3.084264219331351e+02, 3.085360714053327e+02, 3.086457218075579e+02, 3.087553712797555e+02, 3.088650207519531e+02, 3.089746702244095e+02, 3.090843196968658e+02, 3.091939700985735e+02, 3.093036195707711e+02, 3.094132690429688e+02] whe.uSpe=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.029999976159558e-01, 7.09750002384115e-01, 7.164999785423986e-01, 7.232499833110633e-01, 7.300000190734863e-01, 7.367499952317699e-01, 7.434999999999292e-01, 7.502499761582129e-01, 7.57000040531017e-01, 7.637500166893005e-01, 7.704999928475842e-01, 7.772499976157435e-01, 7.839999737740271e-01, 7.907500381468311e-01, 7.975000143051147e-01, 8.042499904633983e-01, 8.109999666216818e-01, 8.177500000007276e-01, 8.245000357626453e-01, 8.31250011920929e-01, 8.379999880792126e-01, 8.44749964237496e-01, 8.514999976165418e-01, 8.582500333784596e-01, 8.650000095367432e-01, 8.717499856950268e-01, 8.784999618533103e-01, 8.85249995232356e-01, 8.920000309942737e-01, 8.987500071525574e-01, 9.05499983310841e-01, 9.122499594691245e-01, 9.190000524518045e-01, 9.257500286100879e-01, 9.325000047683716e-01, 9.392499809266552e-01, 9.459999570849387e-01, 9.527500500676187e-01, 9.595000262259021e-01, 9.662500023841858e-01, 9.729999785424693e-01, 9.797499547007529e-01, 9.865000476834329e-01, 9.932500238417163e-01, 1e+00] -whe.effCal.epsSen=[5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.707756280899048e-01, 5.732217933800871e-01, 5.787257002759989e-01, 5.842296434475508e-01, 5.897335503432101e-01, 5.952374339103699e-01, 6.007413174775296e-01, 6.062452839778337e-01, 6.117491675449934e-01, 6.172530744406528e-01, 6.227569580078125e-01, 6.282609011796171e-01, 6.337648080752764e-01, 6.39268691642436e-01, 6.447725985386006e-01, 6.502765417098999e-01, 6.557804252770596e-01, 6.612843088442194e-01, 6.66788298673023e-01, 6.722921822401827e-01, 6.777960658073425e-01, 6.832999493745023e-01, 6.888038925452963e-01, 6.943078227704657e-01, 6.998117063376255e-01, 7.053155899047852e-01, 7.108195330760845e-01, 7.163234166437494e-01, 7.218273468679083e-01, 7.27331230435068e-01, 7.328351736068726e-01, 7.383390571740324e-01, 7.438429407411921e-01, 7.493468709653509e-01, 7.548508141371554e-01, 7.603546977043152e-01, 7.65858581271475e-01, 7.713624648386347e-01, 7.768664546674383e-01, 7.82370338234598e-01, 7.878742218017578e-01, 7.933781053689175e-01, 7.988820485397116e-01, 8.043859787648809e-01, 8.098898623320406e-01, 8.153937458992004e-01] -whe.effCal.epsLat=[5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.115512609481812e-01, 5.137436306290147e-01, 5.186764639709236e-01, 5.236092764045952e-01, 5.285421097459988e-01, 5.334749221801758e-01, 5.38407675009708e-01, 5.433405083511116e-01, 5.482733207850359e-01, 5.532061541266921e-01, 5.581389665603638e-01, 5.630717789940355e-01, 5.680046123359443e-01, 5.72937424769616e-01, 5.778702581115248e-01, 5.828030705451965e-01, 5.877358829788683e-01, 5.926686954125399e-01, 5.976014900580412e-01, 6.025343024917128e-01, 6.074671149253845e-01, 6.123999273590562e-01, 6.173327397927278e-01, 6.22265594042874e-01, 6.271984064765457e-01, 6.321312189102173e-01, 6.37064031343889e-01, 6.419968437775606e-01, 6.469296980266962e-01, 6.518625104608731e-01, 6.567952632904053e-01, 6.617280757245823e-01, 6.666608881587591e-01, 6.715937424078947e-01, 6.765265548415663e-01, 6.81459367275238e-01, 6.863921797089098e-01, 6.913249921425814e-01, 6.962578463927275e-01, 7.011906588258938e-01, 7.061234712600708e-01, 7.110562836937424e-01, 7.159890365237799e-01, 7.209218907729155e-01, 7.258547032065871e-01, 7.307875156402588e-01] +whe.epsSen=[5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.620548037586715e-01, 5.674514816255318e-01, 5.728481366186393e-01, 5.782448740901445e-01, 5.83641529083252e-01, 5.89038243680499e-01, 5.944349215478646e-01, 5.998315765409721e-01, 6.052283140124772e-01, 6.106249690055847e-01, 6.160216239986922e-01, 6.214183614701974e-01, 6.268150164633048e-01, 6.322116943306705e-01, 6.376084089279175e-01, 6.43005063921025e-01, 6.484017785177666e-01, 6.537984792593906e-01, 6.591951342530032e-01, 6.645918488502502e-01, 6.699885038433577e-01, 6.753851588364651e-01, 6.807819191817234e-01, 6.861785741748309e-01, 6.915752291679382e-01, 6.969719437651852e-01, 7.023685987587979e-01, 7.077652995004219e-01, 7.131620140971635e-01, 7.18558669090271e-01, 7.23955383687518e-01, 7.293520386811306e-01, 7.347487394227546e-01, 7.401454540194963e-01, 7.455421090126038e-01, 7.509387640057112e-01, 7.563354786024529e-01, 7.617321793440769e-01, 7.671288343376895e-01, 7.725255489349365e-01, 7.779222039280439e-01, 7.833188589211514e-01, 7.887156192664097e-01, 7.94112274259517e-01, 7.995089888572693e-01] +whe.epsLat=[4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.893125593662262e-01, 4.914095917815388e-01, 4.961279670659762e-01, 5.008463223514169e-01, 5.055646976362334e-01, 5.102831125259399e-01, 5.150014678110018e-01, 5.197198430958181e-01, 5.244381983813853e-01, 5.291565736656964e-01, 5.338749289512634e-01, 5.385932842368305e-01, 5.433116595213943e-01, 5.480300744111009e-01, 5.527484496956646e-01, 5.574668049812317e-01, 5.621851602667988e-01, 5.669035155523658e-01, 5.71621910835421e-01, 5.763402661214934e-01, 5.810586214065552e-01, 5.857770362962618e-01, 5.904953915813236e-01, 5.952137868653893e-01, 5.999321421509564e-01, 6.046504974365234e-01, 6.093688527220905e-01, 6.140872080076576e-01, 6.188056032917233e-01, 6.235240181809246e-01, 6.282423734664917e-01, 6.329607287520588e-01, 6.376790840376259e-01, 6.42397479320681e-01, 6.471158346062481e-01, 6.518341898918152e-01, 6.565526047815218e-01, 6.612709600665836e-01, 6.659893553506493e-01, 6.707077106362164e-01, 6.754260659217834e-01, 6.801444212073505e-01, 6.848627764929176e-01, 6.895811717769833e-01, 6.942995866661846e-01, 6.990179419517517e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_BaseClasses_Validation_Effectiveness.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_BaseClasses_Validation_Effectiveness.txt new file mode 100644 index 00000000000..228bf8f113e --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_BaseClasses_Validation_Effectiveness.txt @@ -0,0 +1,14 @@ +last-generated=2024-01-10 +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 1.2e+02] +whSpe.y=[3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.00000011920929e-01, 3.140000015894636e-01, 3.279999912579981e-01, 3.42000025431113e-01, 3.559999705956332e-01, 3.700000047683716e-01, 3.840000389407312e-01, 3.979999841053471e-01, 4.120000182788385e-01, 4.259999634434546e-01, 4.399999976158142e-01, 4.540000317885527e-01, 4.679999769527899e-01, 4.820000111264706e-01, 4.959999562908972e-01, 5.099999904632568e-01, 5.240000246356165e-01, 5.379999698002326e-01, 5.52000003973724e-01, 5.659999491383398e-01, 5.799999833106995e-01, 5.940000174838168e-01, 6.07999962647675e-01, 6.219999968215454e-01, 6.359999419857825e-01, 6.499999761581421e-01, 6.640000103312595e-01, 6.779999554951178e-01, 6.919999896689881e-01, 7.059999348332253e-01, 7.200000286102295e-01, 7.340000627825891e-01, 7.480000079468261e-01, 7.620000421206964e-01, 7.759999872845547e-01, 7.900000214576721e-01, 8.040000556300317e-01, 8.180000007942688e-01, 8.32000034968139e-01, 8.459999801327551e-01, 8.600000143051147e-01, 8.740000484774744e-01, 8.879999936420905e-01, 9.020000278155819e-01, 9.159999729801978e-01, 9.300000071525574e-01, 9.440000413249168e-01, 9.579999864895329e-01, 9.720000206630243e-01, 9.859999658276404e-01, 1e+00] +TSup.y=[2.931499938964844e+02, 2.932499999960285e+02, 2.933500060955606e+02, 2.934500122149742e+02, 2.935499877770829e+02, 2.936499938964844e+02, 2.937500000158858e+02, 2.938500061352872e+02, 2.939500121752112e+02, 2.940499877770829e+02, 2.941499938964844e+02, 2.942500000158859e+02, 2.943500061352872e+02, 2.944500121752112e+02, 2.945499878566087e+02, 2.946499938964844e+02, 2.947499999364571e+02, 2.948500061352873e+02, 2.94950012175211e+02, 2.950499878566087e+02, 2.951499938964844e+02, 2.952499999364571e+02, 2.953500061352873e+02, 2.95450012175211e+02, 2.955499878566087e+02, 2.956499938964844e+02, 2.957499999364571e+02, 2.958500059762358e+02, 2.959500123341171e+02, 2.960499878566087e+02, 2.961499938964844e+02, 2.962499999364571e+02, 2.963500059762358e+02, 2.964500123341171e+02, 2.965499878566087e+02, 2.966499938964844e+02, 2.967499999364571e+02, 2.968500059762358e+02, 2.969500123341171e+02, 2.970499878566087e+02, 2.971499938964844e+02, 2.972499999364571e+02, 2.973500059762358e+02, 2.974500123341171e+02, 2.975499878566087e+02, 2.976499938964844e+02, 2.977499999364571e+02, 2.978500059762358e+02, 2.979500123341171e+02, 2.980499878566087e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02, 2.981499938964844e+02] +TExh.y=[2.881499938964844e+02, 2.885499877770769e+02, 2.889500121752353e+02, 2.893500061352995e+02, 2.897499999364325e+02, 2.901499938964844e+02, 2.905499878565606e+02, 2.909500123341661e+02, 2.913500059763323e+02, 2.917499999364323e+02, 2.921499938964844e+02, 2.925499878565607e+02, 2.929500123341661e+02, 2.933500059763323e+02, 2.937500002542687e+02, 2.941499938964844e+02, 2.945499875387001e+02, 2.949500123341666e+02, 2.953500059763318e+02, 2.957500002542687e+02, 2.961499938964844e+02, 2.965499875387001e+02, 2.969500123341666e+02, 2.973500059763318e+02, 2.977500002542687e+02, 2.981499938964844e+02, 2.985499875387001e+02, 2.989500116982999e+02, 2.99350006612053e+02, 2.997500002542687e+02, 3.001499938964844e+02, 3.005499875387001e+02, 3.009500116982999e+02, 3.01350006612053e+02, 3.017500002542687e+02, 3.021499938964844e+02, 3.025499875387001e+02, 3.029500116982999e+02, 3.03350006612053e+02, 3.037500002542687e+02, 3.041499938964844e+02, 3.045499875387001e+02, 3.049500116982999e+02, 3.05350006612053e+02, 3.057500002542687e+02, 3.061499938964844e+02, 3.065499875387001e+02, 3.069500116982999e+02, 3.07350006612053e+02, 3.077500002542687e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02, 3.081499938964844e+02] +VSup.y=[6.000000238418579e-01, 6.079999801317916e-01, 6.1599999602637e-01, 6.240000135103732e-01, 6.320000278154807e-01, 6.399999856948853e-01, 6.480000031789346e-01, 6.560000206628842e-01, 6.639999721845584e-01, 6.719999896685529e-01, 6.800000071525574e-01, 6.880000246365618e-01, 6.959999825160063e-01, 7.039999936422306e-01, 7.120000174838902e-01, 7.200000286102295e-01, 7.27999980131924e-01, 7.360000039736885e-01, 7.440000150997979e-01, 7.51999979337107e-01, 7.599999904632568e-01, 7.680000015894066e-01, 7.760000254312658e-01, 7.8399997695292e-01, 7.920000007947791e-01, 8.00000011920929e-01, 8.080000230470789e-01, 8.159999745689628e-01, 8.240000111263014e-01, 8.320000222522618e-01, 8.399999737739563e-01, 8.479999849002956e-01, 8.55999996026256e-01, 8.640000325835946e-01, 8.719999841054786e-01, 8.799999952316284e-01, 8.880000063577782e-01, 8.960000174839281e-01, 9.039999944370009e-01, 9.120000055631508e-01, 9.200000166893005e-01, 9.279999682109951e-01, 9.359999793373344e-01, 9.440000158942941e-01, 9.520000270206334e-01, 9.599999785423279e-01, 9.679999896686672e-01, 9.760000007946276e-01, 9.840000373519662e-01, 9.919999888738501e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +VExh.y=[8.00000011920929e-01, 8.040000198682122e-01, 8.080000278154955e-01, 8.119999769528761e-01, 8.15999984105418e-01, 8.199999928474426e-01, 8.240000015894673e-01, 8.280000103314894e-01, 8.320000158945543e-01, 8.360000246365752e-01, 8.399999737739563e-01, 8.439999825159822e-01, 8.479999912580031e-01, 8.51999996821068e-01, 8.560000087420399e-01, 8.600000143051147e-01, 8.640000198681896e-01, 8.679999721845219e-01, 8.719999777476712e-01, 8.759999896685535e-01, 8.799999952316284e-01, 8.840000007947033e-01, 8.880000127156803e-01, 8.92000018278735e-01, 8.960000301995225e-01, 8.999999761581421e-01, 9.03999981721217e-01, 9.07999987284292e-01, 9.120000055631508e-01, 9.160000111262256e-01, 9.200000166893005e-01, 9.240000222523754e-01, 9.279999682111846e-01, 9.319999864896644e-01, 9.359999920527393e-01, 9.399999976158142e-01, 9.440000031788891e-01, 9.48000008741964e-01, 9.520000270204438e-01, 9.55999972979253e-01, 9.599999785423279e-01, 9.639999841054028e-01, 9.679999896684777e-01, 9.720000079473365e-01, 9.760000135104114e-01, 9.800000190734863e-01, 9.840000246365612e-01, 9.879999705953704e-01, 9.919999888738501e-01, 9.959999944369251e-01, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00, 1e+00] +epsCal.eps=[2.220000028610229e-01, 2.223599999999995e-01, 2.227199971389761e-01, 2.230799943494806e-01, 2.234400063180905e-01, 2.23800003528595e-01, 2.241600007390994e-01, 2.245199979496037e-01, 2.248799948739971e-01, 2.252400069856624e-01, 2.25600004196167e-01, 2.259600014066716e-01, 2.263199986171757e-01, 2.266799955415691e-01, 2.270399930381836e-01, 2.27400004863739e-01, 2.277600017881333e-01, 1.862400027418215e-01, 1.869599965906301e-01, 1.876800064849501e-01, 1.88400000333786e-01, 1.891199941826219e-01, 1.898400040769419e-01, 1.905599979257505e-01, 1.912800078200942e-01, 1.920000016689301e-01, 1.927199955177659e-01, 1.934400042676683e-01, 1.941600004053358e-01, 1.948799942541244e-01, 1.956000030040741e-01, 1.9631999685291e-01, 1.970400056028123e-01, 1.977600017404799e-01, 1.984799955892684e-01, 1.992000043392181e-01, 1.999199981880067e-01, 2.0063999203689e-01, 2.013600030756239e-01, 2.020799969244124e-01, 2.028000056743622e-01, 2.035199995231507e-01, 2.04239993372034e-01, 2.049600044106732e-01, 2.056799982595565e-01, 2.064000070095062e-01, 2.071200008582948e-01, 2.07839994707178e-01, 2.085600057458173e-01, 2.092799995947005e-01, 2.099999934434891e-01, 2.197999891917524e-01, 2.295999849400157e-01, 2.394000118413336e-01, 2.491999764369384e-01, 2.590000033378601e-01, 2.688000153378102e-01, 2.785999948340938e-01, 2.884000068348362e-01, 2.981999863311198e-01, 3.079999983310699e-01, 3.178000103310201e-01, 3.275999898273037e-01, 3.37400001828046e-01, 3.471999813243297e-01, 3.569999933242798e-01, 3.668000351261734e-01, 3.765999848205135e-01, 3.864000266233888e-01, 3.961999763175395e-01, 4.059999883174896e-01, 4.15800030119762e-01, 4.255999798139128e-01, 4.354000216165986e-01, 4.451999713107493e-01, 4.550000131130219e-01, 4.64800025112972e-01, 4.745999748071227e-01, 4.84400016609998e-01, 4.941999663043382e-01, 5.040000081062317e-01, 5.138000499081252e-01, 5.235999698003324e-01, 5.334000116030183e-01, 5.431999910991124e-01, 5.529999732971191e-01, 5.628000150997706e-01, 5.725999945958647e-01, 5.824000363985505e-01, 5.921999562907578e-01, 6.019999980926514e-01, 6.118000398945449e-01, 6.215999597867522e-01, 6.31400001589817e-01, 6.411999810862901e-01, 6.510000228881836e-01, 6.608000050861902e-01, 6.705999845822843e-01, 6.804000263849702e-01, 6.901999462771775e-01, 6.99999988079071e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt new file mode 100644 index 00000000000..583c6e2fffc --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_BaseClasses_Validation_HeatExchangerWithInputEffectiveness.txt @@ -0,0 +1,16 @@ +last-generated=2024-01-10 +statistics-initialization= +{ + "nonlinear": "0, 0", + "numerical Jacobians": "0" +} +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+02] +hex.sta_a1.T=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.035499875386664e+02, 3.041499938964844e+02, 3.047499989827905e+02, 3.053500066121204e+02, 3.059500116982971e+02, 3.06549988810437e+02, 3.071499938964844e+02, 3.077499989827905e+02, 3.083500066121204e+02, 3.089500116982971e+02, 3.09549988810437e+02, 3.101499938964844e+02, 3.107499989827905e+02, 3.113500066121204e+02, 3.119500116982971e+02, 3.12549988810437e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] +hex.sta_b2.T=[3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.001499938964844e+02, 3.004715879296163e+02, 3.009599914550781e+02, 3.014555960786543e+02, 3.019584049708461e+02, 3.024684138717654e+02, 3.029855965873625e+02, 3.03510009765625e+02, 3.040415945527573e+02, 3.045804142787165e+02, 3.051264033433213e+02, 3.056795968925564e+02, 3.06239990234375e+02, 3.068075857029002e+02, 3.073823857449194e+02, 3.07964385490529e+02, 3.085535898735316e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02, 3.091499938964844e+02] +eps.y=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.039999936421325e-01, 7.099999785423279e-01, 7.160000103313168e-01, 7.220000079473634e-01, 7.279999801319602e-01, 7.340000373518938e-01, 7.400000095367432e-01, 7.459999817210873e-01, 7.519999793371339e-01, 7.580000111261229e-01, 7.640000087421696e-01, 7.699999809265137e-01, 7.760000127155026e-01, 7.820000103315492e-01, 7.87999982516146e-01, 7.940000397360796e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01, 8.00000011920929e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_Validation_BypassDampers.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_Validation_BypassDampers.txt new file mode 100644 index 00000000000..ac72d469c6e --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_Validation_BypassDampers.txt @@ -0,0 +1,22 @@ +last-generated=2024-01-10 +statistics-initialization= +{ + "nonlinear": "1, 0, 1, 0", + "numerical Jacobians": "0" +} +statistics-simulation= +{ + "linear": "0, 0, 0, 0, 4", + "nonlinear": "0, 1, 1, 0", + "number of continuous time states": "10", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+02] +TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] +senSupTem.T=[2.931499938964844e+02, 3.030918884321161e+02, 3.031473083495285e+02, 3.031484680179096e+02, 3.031490783699329e+02, 3.031495361328125e+02, 3.031496582031735e+02, 3.031500854491217e+02, 3.031500854491864e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.032147826598053e+02, 3.037219538579238e+02, 3.043150937408084e+02, 3.049143981933594e+02, 2.97044280495185e+02, 2.965711365171656e+02, 2.966780699472877e+02, 2.968303222003032e+02, 2.969857788085938e+02, 2.971420899099126e+02, 2.972980042824571e+02, 2.97453826772101e+02, 2.97609680109748e+02, 2.977655944824219e+02, 2.979214783375823e+02, 2.980773927101915e+02, 2.982332762349916e+02, 2.983356017907305e+02, 2.98345703125e+02, 2.983463439936232e+02, 2.983464660644531e+02, 2.983464965820312e+02, 2.983464965820312e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464660644531e+02, 2.983464965817726e+02, 2.983467102055955e+02, 2.983477172838627e+02, 2.983499450735334e+02, 2.983536376953125e+02, 2.983589172264975e+02, 2.983657836980031e+02, 2.983741760177589e+02, 2.983839721860778e+02, 2.983951110839844e+02, 2.984074706813942e+02, 2.984209594846858e+02, 2.984354858271674e+02, 2.984508667263823e+02, 2.984671020507812e+02, 2.984840697949856e+02, 2.985017394414173e+02, 2.985200195943729e+02, 2.985388489092907e+02, 2.985581665039062e+02, 2.985780028957977e+02, 2.985982970498089e+02, 2.986190186255714e+02, 2.986401367552268e+02, 2.986617126464844e+02, 2.98683715782801e+02, 2.987061766812372e+02, 2.987291260557248e+02, 2.987525940344979e+02, 2.98776611328125e+02, 2.988012389715037e+02, 2.988265379990142e+02, 2.988525696701058e+02, 2.988794250951355e+02, 2.989070434570312e+02, 2.989354857912081e+02, 2.989647215793118e+02, 2.989946900448863e+02, 2.99025421195353e+02, 2.990567932128906e+02, 2.990887145450236e+02, 2.991209105353597e+02, 2.991531678332635e+02, 2.991851196824572e+02, 2.992165222167969e+02] +senExhTem.T=[2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 2.931499938964844e+02, 3.016342781100202e+02, 3.02709228982579e+02, 3.032031246116909e+02, 3.036516416563345e+02, 3.04096923828125e+02, 3.04541382024336e+02, 3.049861759142944e+02, 3.054311214489869e+02, 3.058760068914856e+02, 3.063208312988281e+02, 3.067656862237487e+02, 3.072105411486694e+02, 3.076553951307569e+02, 3.079474181673594e+02, 3.079761962890625e+02, 3.079780883776127e+02, 3.07978424072395e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784240725243e+02, 3.079784240722656e+02, 3.079784240722656e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784545898438e+02, 3.079784240725243e+02, 3.079782104487014e+02, 3.079772033704342e+02, 3.079749755807635e+02, 3.079712524414062e+02, 3.079659729104799e+02, 3.079591064387157e+02, 3.079507141189598e+02, 3.079408874330629e+02, 3.079297485351562e+02, 3.079173584201683e+02, 3.079038390992986e+02, 3.078892822392388e+02, 3.078738708224458e+02, 3.078576049804688e+02, 3.078406067186863e+02, 3.078229065551939e+02, 3.078046264017209e+02, 3.077857665689663e+02, 3.077663879394531e+02, 3.077465210302422e+02, 3.077261963589116e+02, 3.077054442650536e+02, 3.076842651005007e+02, 3.076626892089844e+02, 3.076406250377702e+02, 3.076181336214972e+02, 3.075951232123708e+02, 3.075716247155021e+02, 3.075475769042969e+02, 3.0752291874334e+02, 3.07497589197734e+02, 3.074714964920036e+02, 3.074446105493957e+02, 3.074169311523438e+02, 3.073884277832694e+02, 3.073591614773288e+02, 3.07329131976598e+02, 3.072983703085533e+02, 3.072669372558594e+02, 3.072349548885701e+02, 3.072026978635952e+02, 3.071704100470785e+02, 3.071383971632459e+02, 3.0710693359375e+02] +sou_2.T=[2.931499938964844e+02, 2.931499938964844e+02] +whe.port_a1.m_flow=[8.535533905029297e+00, 6.009464220310624e+00, 4.724926414500483e+00, 3.940942313279635e+00, 3.690239416742345e+00, 3.607042551040649e+00, 3.574299337898736e+00, 3.559397461362243e+00, 3.551025388457375e+00, 3.54165220584046e+00, 3.537287712097168e+00, 3.536006212007629e+00, 3.535670280495702e+00, 3.535578966131905e+00, 3.535551071174571e+00, 3.535541534423828e+00, 3.535537719726057e+00, 3.535536050796761e+00, 3.535535335541782e+00, 3.535534858703613e+00, 3.535534620285034e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535513878010129e+00, 3.534989355996208e+00, 3.533216716898294e+00, 3.5297272126813e+00, 3.524299144744873e+00, 3.516862406393331e+00, 3.507445803268855e+00, 3.49614192075345e+00, 3.483077263833103e+00, 3.468389987945557e+00, 3.452217130424946e+00, 3.434692128898178e+00, 3.415942208362617e+00, 3.3960868965244e+00, 3.375236034393311e+00, 3.353488005887647e+00, 3.330931979444833e+00, 3.307645717394972e+00, 3.283699948098597e+00, 3.259156942367554e+00, 3.23407201286149e+00, 3.20849546585007e+00, 3.18247213991804e+00, 3.156043007479614e+00, 3.129245758056641e+00, 3.102115200476694e+00, 3.07468542854606e+00, 3.046988869671378e+00, 3.019057941549949e+00, 2.990923643112183e+00, 2.962615061224641e+00, 2.934160806042037e+00, 2.90558590715567e+00, 2.876913260398984e+00, 2.848160982131958e+00, 2.819342900537188e+00, 2.790466406584564e+00, 2.761532446856376e+00, 2.732535551428335e+00, 2.70346212387085e+00, 2.674291898667351e+00, 2.644998888352381e+00, 2.615552802015744e+00, 2.585921237086025e+00, 2.556071996688843e+00] +whe.port_a2.m_flow=[8.535533905029297e+00, 6.009464220310624e+00, 4.724926414500483e+00, 3.940942313279635e+00, 3.690239416742345e+00, 3.607042551040649e+00, 3.574299337898736e+00, 3.559397461362243e+00, 3.551025388457375e+00, 3.54165220584046e+00, 3.537287712097168e+00, 3.536006212007629e+00, 3.535670280495702e+00, 3.535578966131905e+00, 3.535551071174571e+00, 3.535541534423828e+00, 3.535537719726057e+00, 3.535536050796761e+00, 3.535535335541782e+00, 3.535534858703613e+00, 3.535534620285034e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534381866455e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535534143447876e+00, 3.535513878010129e+00, 3.534989355996208e+00, 3.533216716898294e+00, 3.5297272126813e+00, 3.524299144744873e+00, 3.516862406393331e+00, 3.507445803268855e+00, 3.49614192075345e+00, 3.483077263833103e+00, 3.468389987945557e+00, 3.452217130424946e+00, 3.434692128898178e+00, 3.415942208362617e+00, 3.3960868965244e+00, 3.375236034393311e+00, 3.353488005887647e+00, 3.330931979444833e+00, 3.307645717394972e+00, 3.283699948098597e+00, 3.259156942367554e+00, 3.23407201286149e+00, 3.20849546585007e+00, 3.18247213991804e+00, 3.156043007479614e+00, 3.129245758056641e+00, 3.102115200476694e+00, 3.07468542854606e+00, 3.046988869671378e+00, 3.019057941549949e+00, 2.990923643112183e+00, 2.962615061224641e+00, 2.934160806042037e+00, 2.90558590715567e+00, 2.876913260398984e+00, 2.848160982131958e+00, 2.819342900537188e+00, 2.790466406584564e+00, 2.761532446856376e+00, 2.732535551428335e+00, 2.70346212387085e+00, 2.674291898667351e+00, 2.644998888352381e+00, 2.615552802015744e+00, 2.585921237086025e+00, 2.556071996688843e+00] +whe.uBypDamPos=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 1.999992465612479e-03, 6.500003948800676e-03, 1.099999612570312e-02, 1.550000737606466e-02, 1.999999955296516e-02, 2.449999172988142e-02, 2.900000298022717e-02, 3.349999701977283e-02, 3.800000640748921e-02, 4.250000044703484e-02, 4.699999076132177e-02, 5.150000387429688e-02, 5.59999979138425e-02, 6.050000730155885e-02, 6.499999761581417e-02, 6.949999165535983e-02, 7.399998569490546e-02, 7.850001788137323e-02, 8.300000447033823e-02, 8.749999850988388e-02, 9.199999254942953e-02, 9.649998658897513e-02, 1.010000187753166e-01, 1.05500005364408e-01, 1.099999994039536e-01, 1.144999934434992e-01, 1.189999874830448e-01, 1.23500012218932e-01, 1.280000137090582e-01, 1.324999928474426e-01, 1.369999868869883e-01, 1.414999809265339e-01, 1.460000131130016e-01, 1.505000071525472e-01, 1.550000011920929e-01, 1.594999952316385e-01, 1.639999892711841e-01, 1.685000214576519e-01, 1.730000005960363e-01, 1.77499994635582e-01, 1.819999886751276e-01, 1.864999827146732e-01, 1.91000014901141e-01, 1.955000089406866e-01, 2.000000029802322e-01] +whe.eps=[0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 0e+00, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414222359657288e-01, 7.414214015062599e-01, 7.414005398353665e-01, 7.413299680567129e-01, 7.411910888405252e-01, 7.40975022315979e-01, 7.406789666016863e-01, 7.403041716823086e-01, 7.398541573769655e-01, 7.39334045891258e-01, 7.387492656707764e-01, 7.381053578230604e-01, 7.374075048950454e-01, 7.366608387756554e-01, 7.35870002318332e-01, 7.350394725799561e-01, 7.341731205597145e-01, 7.33274403322457e-01, 7.323464123172879e-01, 7.31391905094625e-01, 7.304132580757141e-01, 7.29412676614222e-01, 7.283919488494921e-01, 7.27352794425927e-01, 7.262966018727972e-01, 7.252246141433716e-01, 7.241380233209453e-01, 7.230377234746849e-01, 7.219246587913771e-01, 7.207996826060108e-01, 7.196636199951172e-01, 7.185170669990806e-01, 7.173607388736384e-01, 7.161952217462049e-01, 7.150210718193429e-01, 7.138388156890869e-01, 7.12648989792187e-01, 7.114521305704462e-01, 7.10248645026601e-01, 7.090390900074387e-01, 7.078239917755127e-01, 7.066037079551547e-01, 7.053788345923072e-01, 7.041497784820392e-01, 7.029170373010286e-01, 7.016810178756714e-01] diff --git a/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_Validation_SpeedControlled.txt b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_Validation_SpeedControlled.txt new file mode 100644 index 00000000000..725dd89af9c --- /dev/null +++ b/Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_HeatExchangers_ThermalWheels_Sensible_Validation_SpeedControlled.txt @@ -0,0 +1,22 @@ +last-generated=2024-01-10 +statistics-initialization= +{ + "nonlinear": "0, 0", + "numerical Jacobians": "0" +} +statistics-simulation= +{ + "linear": " ", + "nonlinear": " ", + "number of continuous time states": "2", + "numerical Jacobians": "0" +} +time=[0e+00, 3.6e+02] +TSup.y=[3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.031499938964844e+02, 3.033500059763645e+02, 3.039500116982971e+02, 3.045499875386664e+02, 3.051499938964844e+02, 3.057500002543024e+02, 3.063500066121204e+02, 3.069500116982971e+02, 3.075499875386664e+02, 3.081499938964844e+02, 3.087500002543024e+02, 3.093500066121204e+02, 3.099500116982971e+02, 3.105499875386664e+02, 3.111499938964844e+02, 3.117500002543024e+02, 3.123500066121204e+02, 3.129500116982971e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02, 3.131499938964844e+02] +senSupTem.T=[2.931499938964844e+02, 2.974428100668237e+02, 2.975598449711235e+02, 2.975628662108971e+02, 2.975628662109214e+02, 2.975627136230469e+02, 2.97562774658187e+02, 2.975628356933594e+02, 2.975628662109375e+02, 2.975628662110022e+02, 2.975628662109375e+02, 2.975628356933594e+02, 2.975628356933594e+02, 2.975628356933594e+02, 2.975628356933594e+02, 2.975628356933594e+02, 2.975628356933594e+02, 2.975993652034927e+02, 2.978429258032965e+02, 2.981073302102484e+02, 2.983717651367188e+02, 2.986365662743853e+02, 2.9890139792963e+02, 2.991661985059169e+02, 2.994309386084919e+02, 2.996957092285156e+02, 2.999604798485394e+02, 3.002252504685631e+02, 3.004900205275306e+02, 3.007547911475544e+02, 3.010195617675781e+02, 3.012843323876019e+02, 3.015491030076256e+02, 3.018138730665931e+02, 3.0196939085433e+02, 3.019753112792969e+02, 3.019756469718802e+02, 3.019758300779956e+02, 3.0197573852552e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019756774902344e+02, 3.019519349412163e+02, 3.018497313545087e+02, 3.017421875913212e+02, 3.016344297489982e+02, 3.015267028808594e+02, 3.014189760127205e+02, 3.013112181703976e+02, 3.012034607846805e+02, 3.010957029420989e+02, 3.009879150390625e+02, 3.008801881709236e+02, 3.007724303284713e+02, 3.006646424254349e+02, 3.005569151005607e+02, 3.004491882324219e+02, 3.003414308467049e+02, 3.002336734609879e+02, 3.001259456796371e+02, 3.000181882939201e+02, 2.999104309082031e+02, 2.998026735224861e+02, 2.996949466543473e+02, 2.995871883554183e+02, 2.994794309697014e+02, 2.993716735839844e+02, 2.992639161985261e+02, 2.991561588130678e+02, 2.990484310306822e+02, 2.989406736454826e+02, 2.988329162597656e+02, 2.987251588740486e+02, 2.986174014883317e+02, 2.985096431894027e+02, 2.984019163210052e+02, 2.982941589355469e+02, 2.981864015498299e+02, 2.980786441641129e+02, 2.97970885865184e+02, 2.97863128479467e+02, 2.977554016113281e+02, 2.976476442256111e+02, 2.975398868398942e+02, 2.974321285409652e+02, 2.973243711552482e+02, 2.972166137695312e+02] +senExhTem.T=[2.931499938964844e+02, 2.985943298444254e+02, 2.98742767334518e+02, 2.987466125487715e+02, 2.987465820312339e+02, 2.987463989257812e+02, 2.987464599609214e+02, 2.987465515136719e+02, 2.987466125488281e+02, 2.987466125488281e+02, 2.9874658203125e+02, 2.9874658203125e+02, 2.9874658203125e+02, 2.9874658203125e+02, 2.987465515136719e+02, 2.987465515136719e+02, 2.987465515136719e+02, 2.987928771581049e+02, 2.991017758413223e+02, 2.994371031293932e+02, 2.997724609375e+02, 3.001083070271801e+02, 3.00444183634309e+02, 3.007799984945972e+02, 3.011157835490564e+02, 3.014515686035156e+02, 3.017873536579748e+02, 3.021231692298828e+02, 3.024589535727222e+02, 3.027947386271814e+02, 3.031305236816406e+02, 3.034663392536133e+02, 3.038021243081371e+02, 3.041379086509766e+02, 3.043351135066995e+02, 3.043426208496094e+02, 3.043430786122465e+02, 3.043432922361987e+02, 3.043432006837231e+02, 3.043431091308594e+02, 3.043431091308594e+02, 3.043431091308594e+02, 3.043431091308594e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043431396484375e+02, 3.043669127150337e+02, 3.044692688898906e+02, 3.04577026275737e+02, 3.046849672239167e+02, 3.047928466796875e+02, 3.049007871706145e+02, 3.050087281187943e+02, 3.051166380921432e+02, 3.052246095579011e+02, 3.053325500488281e+02, 3.054404905397552e+02, 3.055484314879349e+02, 3.056563719787326e+02, 3.057642824094636e+02, 3.058721923828125e+02, 3.059801328737395e+02, 3.060880733641492e+02, 3.061959842530383e+02, 3.06303924743448e+02, 3.06411865234375e+02, 3.065197752077239e+02, 3.066277156986509e+02, 3.067356571040834e+02, 3.06843567077691e+02, 3.069515075683594e+02, 3.070594480592864e+02, 3.071673885502134e+02, 3.072753299556459e+02, 3.073832399292535e+02, 3.074911804199219e+02, 3.075991209108489e+02, 3.077070614012586e+02, 3.078150028072084e+02, 3.07922912780816e+02, 3.080308532714844e+02, 3.081387937624114e+02, 3.082467342528211e+02, 3.083546756587709e+02, 3.084625856323785e+02, 3.085705261230469e+02, 3.086784666139739e+02, 3.087864071043836e+02, 3.088943179932727e+02, 3.09002258483941e+02, 3.091101989746094e+02] +sou_2.T=[2.931499938964844e+02, 2.931499938964844e+02] +whe.port_a1.m_flow=[5e+00, 5e+00] +whe.port_a2.m_flow=[5e+00, 5e+00] +whe.uSpe=[6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 6.99999988079071e-01, 7.029999976159558e-01, 7.09750002384115e-01, 7.164999785423986e-01, 7.232499833110633e-01, 7.300000190734863e-01, 7.367499952317699e-01, 7.434999999999292e-01, 7.502499761582129e-01, 7.57000040531017e-01, 7.637500166893005e-01, 7.704999928475842e-01, 7.772499976157435e-01, 7.839999737740271e-01, 7.907500381468311e-01, 7.975000143051147e-01, 8.042499904633983e-01, 8.109999666216818e-01, 8.177500000007276e-01, 8.245000357626453e-01, 8.31250011920929e-01, 8.379999880792126e-01, 8.44749964237496e-01, 8.514999976165418e-01, 8.582500333784596e-01, 8.650000095367432e-01, 8.717499856950268e-01, 8.784999618533103e-01, 8.85249995232356e-01, 8.920000309942737e-01, 8.987500071525574e-01, 9.05499983310841e-01, 9.122499594691245e-01, 9.190000524518045e-01, 9.257500286100879e-01, 9.325000047683716e-01, 9.392499809266552e-01, 9.459999570849387e-01, 9.527500500676187e-01, 9.595000262259021e-01, 9.662500023841858e-01, 9.729999785424693e-01, 9.797499547007529e-01, 9.865000476834329e-01, 9.932500238417163e-01, 1e+00] +whe.eps=[5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.596562623977661e-01, 5.620548037586715e-01, 5.674514816255318e-01, 5.728481366186393e-01, 5.782448740901445e-01, 5.83641529083252e-01, 5.89038243680499e-01, 5.944349215478646e-01, 5.998315765409721e-01, 6.052283140124772e-01, 6.106249690055847e-01, 6.160216239986922e-01, 6.214183614701974e-01, 6.268150164633048e-01, 6.322116943306705e-01, 6.376084089279175e-01, 6.43005063921025e-01, 6.484017785177666e-01, 6.537984792593906e-01, 6.591951342530032e-01, 6.645918488502502e-01, 6.699885038433577e-01, 6.753851588364651e-01, 6.807819191817234e-01, 6.861785741748309e-01, 6.915752291679382e-01, 6.969719437651852e-01, 7.023685987587979e-01, 7.077652995004219e-01, 7.131620140971635e-01, 7.18558669090271e-01, 7.23955383687518e-01, 7.293520386811306e-01, 7.347487394227546e-01, 7.401454540194963e-01, 7.455421090126038e-01, 7.509387640057112e-01, 7.563354786024529e-01, 7.617321793440769e-01, 7.671288343376895e-01, 7.725255489349365e-01, 7.779222039280439e-01, 7.833188589211514e-01, 7.887156192664097e-01, 7.94112274259517e-01, 7.995089888572693e-01] From 13d57920e1a11ddae196bc63c8a3f9055aec415e Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Fri, 12 Jan 2024 09:56:30 -0500 Subject: [PATCH 146/196] model doc update --- .../Latent/BaseClasses/Effectiveness.mo | 6 +++--- .../HeatExchangerWithInputEffectiveness.mo | 2 +- .../Latent/BaseClasses/PartialWheel.mo | 4 ++-- .../HeatExchangerWithInputEffectiveness.mo | 4 ++-- .../Latent/BaseClasses/package.mo | 2 +- .../ThermalWheels/Latent/BypassDampers.mo | 9 +++++---- .../ThermalWheels/Latent/SpeedControlled.mo | 9 +++++---- .../Latent/Validation/BypassDampers.mo | 4 ++-- .../Latent/Validation/SpeedControlled.mo | 4 ++-- .../ThermalWheels/Latent/package.mo | 2 +- .../Sensible/BaseClasses/Effectiveness.mo | 2 +- .../HeatExchangerWithInputEffectiveness.mo | 4 ++-- .../Sensible/BaseClasses/PartialWheel.mo | 4 ++-- .../BaseClasses/Validation/Effectiveness.mo | 8 ++++---- .../HeatExchangerWithInputEffectiveness.mo | 6 +++--- .../Sensible/BaseClasses/Validation/package.mo | 4 ++-- .../Sensible/BaseClasses/package.mo | 6 +++--- .../Sensible/BaseClasses/package.order | 2 +- .../ThermalWheels/Sensible/BypassDampers.mo | 18 +++++++++--------- .../ThermalWheels/Sensible/SpeedControlled.mo | 10 +++++----- .../Sensible/Validation/BypassDampers.mo | 14 +++++++------- .../Sensible/Validation/SpeedControlled.mo | 11 +++++------ .../Sensible/Validation/package.mo | 4 ++-- .../ThermalWheels/Sensible/package.mo | 4 ++-- .../HeatExchangers/ThermalWheels/package.mo | 2 +- 25 files changed, 73 insertions(+), 72 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo index 3616276559c..d9af1060677 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo @@ -31,8 +31,8 @@ model Effectiveness final min=0, final unit="K", displayUnit="degC") - "Exhaust air temperature - " annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); + "Exhaust air temperature" + annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); Modelica.Blocks.Interfaces.RealInput VSup_flow(final unit="m3/s") "Supply air volumetric flow rate" annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); @@ -118,7 +118,7 @@ where VSup_flow is the flow rate of the supply air; rat is the flow ratio.

                                                              -It then calculates the sensible and latent effectiveness by: +It then calculates the sensible and latent heat exchanger effectiveness by:

                                                                 epsSen = uSpe * (epsSenPL + (epsSen_nominal - epsSenPL) * (rat - 0.75)/0.25),
                                                              diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/HeatExchangerWithInputEffectiveness.mo
                                                              index 823381f3d4b..d5c0cbe8c50 100644
                                                              --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/HeatExchangerWithInputEffectiveness.mo
                                                              +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/HeatExchangerWithInputEffectiveness.mo
                                                              @@ -115,7 +115,7 @@ Documentation(info="
                                                               This block is identical to
                                                               
                                                               Buildings.Fluid.MassExchangers.ConstantEffectiveness,
                                                              -except that the sensible and latent effectiveness are inputs rather than parameters.
                                                              +except that the sensible and latent heat exchanger effectiveness are inputs rather than parameters.
                                                               

                                                              This model transfers heat and moisture in the amount of diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo index c1b5f2d3366..dc54d58007b 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses; partial model PartialWheel - "Partial model for sensible and latent air-to-air heat recovery wheel" + "Partial model for enthalpy recovery wheel" extends Modelica.Blocks.Icons.Block; replaceable package Medium1 = Modelica.Media.Interfaces.PartialCondensingGases @@ -232,7 +232,7 @@ annotation ( coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,180}})), Documentation(info="

                                                              -Partial model of a generic, sensible and latent air-to-air heat recovery wheel. +Partial model of an enthalpy recovery wheel.

                                                              ", revisions="
                                                                diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index af7a55e023d..32057781f30 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -51,14 +51,14 @@ model HeatExchangerWithInputEffectiveness m2_flow_nominal=5, dp1_nominal=100, dp2_nominal=100, - show_T=true) + show_T=true) "Heat exchanger" annotation (Placement(transformation(extent={{6,-4},{26,16}}))); Modelica.Blocks.Sources.Ramp epsSen( height=0.1, duration=60, offset=0.7, - startTime=120) + startTime=120) "Sensible heat exchanger effectiveness" annotation (Placement(transformation(extent={{-80,10},{-60,30}}))); Modelica.Blocks.Sources.Ramp epsLat( diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.mo index 7dfd5157dd0..73f032c2fab 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/package.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent; -package BaseClasses "Package with base classes for air-to-air heat recovery devices" +package BaseClasses "Package with base classes for enthalpy recovery devices" extends Modelica.Icons.BasesPackage; annotation (Documentation(info=" diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo index 335c10b830e..6f4391cbd99 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo @@ -1,7 +1,8 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent; model BypassDampers - "Sensible and latent air-to-air heat recovery wheel with bypass dampers" - extends Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.PartialWheel; + "Enthalpy recovery wheel with bypass dampers" + extends + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.PartialWheel; Modelica.Blocks.Interfaces.RealInput uBypDamPos( final unit="1", final min=0, @@ -122,7 +123,7 @@ a heat exchanger and two dampers to bypass the supply and exhaust airflow.

                                                                This model does not require geometric data. The performance is defined by specifying the -part load (75%) and nominal sensible and latent effectiveness in both heating and cooling conditions. +part load (75% of the nominal supply flow rate) and nominal sensible and latent heat exchanger effectiveness in both heating and cooling conditions. This operation of the wheel is configured as follows.

                                                                  @@ -135,7 +136,7 @@ The wheel power consumption is constant and equal to the nominal value.
                                                                • The heat exchange in the heat recovery wheel is adjustable via bypassing supply/exhaust air through the heat exchanger. -Accordingly, the sensible and latent effectiveness is calculated with +Accordingly, the sensible and latent heat exchanger effectiveness are calculated with Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness.
                                                                • diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo index 1c0bcd93035..ca6c35d108c 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo @@ -1,7 +1,8 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent; model SpeedControlled - "Sensible and latent air-to-air heat recovery wheel with a variable speed drive" - extends Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.PartialWheel; + "Enthalpy recovery wheel with a variable speed drive" + extends + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.PartialWheel; parameter Real a[:] = {1} "Coefficients for power consumption curve for rotor, P/P_nominal = sum a_i uSpe^(i-1). The sum(a) of the elements must be equal to 1" annotation (Dialog(group="Efficiency")); @@ -46,12 +47,12 @@ annotation ( coordinateSystem(preserveAspectRatio=false, extent={{-180,-100},{100,100}})), Documentation(info="

                                                                  -Model of an enthalpy heat recovery wheel, which has the +Model of an enthalpy recovery wheel, which has the wheel speed as the input to control the heat recovery.

                                                                  This model does not require geometric data. The performance is defined by specifying the -part load (75%) and nominal sensible and latent effectiveness in both heating and cooling conditions. +part load (75% of the nominal supply flow rate) and nominal sensible and latent heat exchanger effectiveness in both heating and cooling conditions.

                                                                  The operation of the heat recovery wheel is adjustable by modulating the wheel speed. diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo index 543685e1b92..1ad66abcbc2 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/BypassDampers.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation; model BypassDampers - "Test model for the air-to-air thermal wheel with bypass dampers" + "Test model for the enthalpy recovery wheel with bypass dampers" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air "Supply air"; @@ -135,7 +135,7 @@ The expected outputs are:

                                                                  • -The sensible effectiveness epsSen and the latent effectiveness +The sensible heat exchanger effectiveness epsSen and the latent effectiveness epsLat are 0 at the beginning. They become positive at 72 seconds and keep constant until 200 seconds. After the 200 seconds, both epsSen and epsLat decrease. diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo index cb70be135f7..97019505c39 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/SpeedControlled.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.Validation; model SpeedControlled - "Test model for the air-to-air thermal wheel with a variable speed drive" + "Test model for the enthalpy recovery wheel with a variable speed drive" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air "Supply air"; @@ -123,7 +123,7 @@ The expected outputs are:

                                                                    • -The sensible effectiveness epsSen and the latent effectiveness +The sensible heat exchanger effectiveness epsSen and the latent effectiveness epsLat, keep constant before the 200 seconds. After 200 seconds, both epsSen and epsLat increase.
                                                                    • diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.mo index eec634b0aa7..0ec6b763af0 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/package.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels; -package Latent "Package with air-to-air heat recovery devices" +package Latent "Package with enthalpy recovery wheels" extends Modelica.Icons.VariantsPackage; annotation (Documentation(info=" diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo index 88c9d3b5263..6fcf005b205 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo @@ -95,7 +95,7 @@ where VSup_flow is the flow rate of the supply air; rat is the flow ratio.

                                                                      -It then calculates the sensible effectiveness by: +It then calculates the sensible heat exchanger effectiveness by:

                                                                         eps = uSpe * (epsPL + (eps_nominal - epsPL) * (rat - 0.75)/0.25),
                                                                      diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo
                                                                      index 8a3e07db0cf..e080fb4a664 100644
                                                                      --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo
                                                                      +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo
                                                                      @@ -1,6 +1,6 @@
                                                                       within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses;
                                                                       model HeatExchangerWithInputEffectiveness
                                                                      -  "Heat and moisture exchanger with varying effectiveness"
                                                                      +  "Heat exchanger with varying effectiveness"
                                                                         extends Buildings.Fluid.HeatExchangers.BaseClasses.PartialEffectiveness(
                                                                           sensibleOnly1 = true,
                                                                           sensibleOnly2 = true,
                                                                      @@ -35,7 +35,7 @@ Documentation(info="
                                                                       This block is identical to
                                                                       
                                                                       Buildings.Fluid.HeatExchangers.ConstantEffectiveness,
                                                                      -except that the sensible effectiveness is a input rather than a parameter.
                                                                      +except that the sensible heat exchanger effectiveness is a input rather than a parameter.
                                                                       

                                                                      ", revisions=" diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo index 87f804fbfee..aaf4d01fbe4 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses; partial model PartialWheel - "Partial model for sensible air-to-air heat recovery wheel" + "Partial model for sensible heat recovery wheel" extends Modelica.Blocks.Icons.Block; replaceable package Medium1 = Modelica.Media.Interfaces.PartialCondensingGases @@ -203,7 +203,7 @@ annotation ( coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,180}})), Documentation(info="

                                                                      -Partial model of a generic, sensible air-to-air heat recovery wheel. +Partial model of a sensible heat recovery wheel.

                                                                      ", revisions="
                                                                        diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mo index 7e73b172a3c..4cacde87ed2 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/Effectiveness.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Validation; model Effectiveness - "Test model for calculating the input effectiveness of a sensible and latent heat exchanger" + "Test model for calculating the input effectiveness of a sensible heat exchanger" extends Modelica.Icons.Example; Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Effectiveness epsCal( @@ -65,8 +65,8 @@ annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( Documentation(info="

                                                                        Validation test for the block - -Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Effectiveness.

                                                                        The input signals are configured as follows: @@ -97,7 +97,7 @@ The sensible effectiveness eps increases in the whole simulation period.

                                                                      • -At 20 seconds, eps change significantly as the exchanger +At 20 seconds, eps changes significantly as the exchanger changes from the cooling mode to the heating mode.
                                                                      diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index ee17d977007..941427ab578 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -67,7 +67,7 @@ equation annotation (Line(points={{-20,60},{-10,60},{-10,12},{6,12}}, color={0,127,255})); connect(hex.port_a2, sou_2.ports[1]) annotation (Line(points={{26,5.55112e-16},{60,5.55112e-16},{60,-40},{40,-40}}, - color={0,127,255})); + color={0,127,255})); connect(hex.port_b1, sin_1.ports[1]) annotation (Line(points={{26,12},{40,12},{40,40},{60,40}}, color={0,127,255})); connect(hex.port_b2, sin_2.ports[1]) @@ -81,8 +81,8 @@ __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/Heat Documentation(info="

                                                                      Validation test for the block - -Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.HeatExchangerWithInputEffectiveness.

                                                                      The input signals are configured as follows: diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.mo index 844d89eda46..1b6437aebb7 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/package.mo @@ -5,8 +5,8 @@ package Validation "Collection of models that validate the module in the base cl annotation (Documentation(info="

                                                                      This package contains validation models for the classes in - -Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.

                                                                      ")); end Validation; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.mo index 4472ab65eea..553efcc5120 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.mo @@ -1,12 +1,12 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible; -package BaseClasses "Package with base classes for air-to-air heat recovery devices" +package BaseClasses "Package with base classes for sensible heat recovery devices" extends Modelica.Icons.BasesPackage; annotation (Documentation(info="

                                                                      This package contains base classes that are used to construct the models in - -Buildings.Fluid.HeatExchangers.ThermalWheels.Latent. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.

                                                                      ")); end BaseClasses; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.order b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.order index 29bca054fd5..e2041083c27 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.order +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/package.order @@ -1,4 +1,4 @@ Effectiveness HeatExchangerWithInputEffectiveness -Validation PartialWheel +Validation diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo index 3f21cd0e632..aace85c17d1 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible; model BypassDampers - "Sensible and latent air-to-air heat recovery wheel with bypass dampers" + "Sensible heat recovery wheel with bypass dampers" extends Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.PartialWheel; Modelica.Blocks.Interfaces.RealInput uBypDamPos( @@ -85,7 +85,7 @@ equation color={0,127,255})); connect(hex.port_a2, damExh.port_b) annotation (Line(points={{10,-6},{54,-6},{54,-30}}, - color={0,127,255})); + color={0,127,255})); connect(sub.u2, uBypDamPos) annotation (Line(points={{-122,94},{-160,94},{-160,140},{-202,140}}, color={0,0,127})); @@ -120,12 +120,12 @@ annotation ( coordinateSystem(preserveAspectRatio=true, extent={{-180,-100},{100,180}})), Documentation(info="

                                                                      -Model of a generic, sensible and latent air-to-air heat recovery wheel, which consists of +Model of a sensible heat recovery wheel, which consists of a heat exchanger and two dampers to bypass the supply and exhaust airflow.

                                                                      This model does not require geometric data. The performance is defined by specifying the -part load (75%) and nominal sensible and latent effectiveness in both heating and cooling conditions. +part load (75% of the nominal supply flow rate) and nominal sensible heat exchanger effectiveness in both heating and cooling conditions. This operation of the wheel is configured as follows.

                                                                      @@ -151,8 +151,8 @@ Otherwise, The wheel power consumption is 0.
                                                                    • -In addition, there is no sensible or latent heat transfer, i.e., the sensible -and latent effectiveness of the heat recovery wheel is 0. +In addition, there is no heat transfer, i.e., the sensible +heat exchanger effectiveness of the heat recovery wheel is 0.
                                                                  • diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo index 4ab2f2c2179..99bb19267c5 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible; model SpeedControlled - "Sensible and latent air-to-air heat recovery wheel with a variable speed drive" + "Sensible heat recovery wheel with a variable speed drive" extends Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.PartialWheel; parameter Real a[:] = {1} @@ -48,12 +48,12 @@ annotation ( coordinateSystem(preserveAspectRatio=false, extent={{-180,-100},{100,100}})), Documentation(info="

                                                                    -Model of a generic, sensible and latent air-to-air heat recovery wheel, which has the +Model of a generic, sensible heat recovery wheel, which has the wheel speed as the input to control the heat recovery.

                                                                    This model does not require geometric data. The performance is defined by specifying the -part load (75%) and nominal sensible and latent effectiveness in both heating and cooling conditions. +part load (75% of the nominal supply flow rate) and nominal sensible heat exchanger effectiveness in both heating and cooling conditions.

                                                                    The operation of the heat recovery wheel is adjustable by modulating the wheel speed. @@ -73,8 +73,8 @@ Thus, when the speed ratio uSpe=1, the power consumption equal to nominal consumption, P=P_nominal.

                                                                    -The sensible and latent effectiveness is calculated with -Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness. +The sensible heat exchanger effectiveness is calculated with +Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Effectiveness.

                                                                    ", revisions="
                                                                      diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo index 3d7522e5379..3182b6c58e3 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation; model BypassDampers - "Test model for the air-to-air thermal wheel with bypass dampers" + "Test model for the sensible heat recovery wheel with bypass dampers" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air "Supply air"; @@ -80,12 +80,12 @@ equation annotation (Line(points={{-59,74},{-42,74}}, color={0,0,127})); connect(sou_1.ports[1],whe.port_a1) annotation (Line(points={{-20,70},{-14,70},{-14,6},{0,6}}, - color={0,127,255})); + color={0,127,255})); connect(whe.port_a2, sou_2.ports[1]) annotation (Line(points={{20,-6},{40,-6},{40,-30},{60,-30}}, - color={0,127,255})); +color={0,127,255})); connect(bypDamPos.y, whe.uBypDamPos) annotation (Line(points={{-59,0},{-2,0}}, - color={0,0,127})); + color={0,0,127})); connect(opeSig.y, whe.uRot) annotation (Line(points={{-58,30},{-10,30},{-10,8}, {-2,8}}, color={255,0,255})); connect(whe.port_b2, senExhTem.port_a) annotation (Line(points={{0,-6},{-20,-6}, @@ -102,8 +102,8 @@ __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/Heat Documentation(info="

                                                                      Example for using the block - -Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BypassDampers. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BypassDampers.

                                                                      The input signals are configured as follows: @@ -130,7 +130,7 @@ The expected outputs are:

                                                                      • -The sensible effectiveness eps is 0 at the beginning. +The sensible heat exchanger effectiveness eps is 0 at the beginning. They become positive at 72 seconds and keep constant until 200 seconds. After the 200 seconds, it decrease.
                                                                      • diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo index 321724d52f9..35328872b14 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo @@ -1,6 +1,6 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.Validation; model SpeedControlled - "Test model for the air-to-air thermal wheel with a variable speed drive" + "Test model for the sensible heat recovery wheel with a variable speed drive" extends Modelica.Icons.Example; package Medium1 = Buildings.Media.Air "Supply air"; @@ -76,8 +76,7 @@ equation connect(whe.port_a2, sou_2.ports[1]) annotation (Line(points={{20,-6},{40,-6},{40,-30},{60,-30}}, color={0,127,255})); connect(wheSpe.y, whe.uSpe) - annotation (Line(points={{-59,0},{-2,0}}, color={0,0,127})); - + annotation (Line(points={{-59,0},{-2,0}}, color={0,0,127})); connect(whe.port_b2, senExhTem.port_a) annotation (Line(points={{0,-6},{-6,-6}, {-6,-40},{-20,-40}}, color={0,127,255})); connect(senExhTem.port_b, sin_2.ports[1]) @@ -92,8 +91,8 @@ __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/Heat Documentation(info="

                                                                        Example for using the block - -Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.SpeedControlled. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.SpeedControlled.

                                                                        The input signals are configured as follows: @@ -117,7 +116,7 @@ The expected outputs are:

                                                                        • -The sensible effectiveness eps keeps constant before +The sensible heat exchanger effectiveness eps keeps constant before the 200 seconds; after 200 seconds, it increases.
                                                                        • diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo index b365ea439df..7a39af2c44f 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo @@ -5,8 +5,8 @@ package Validation "Collection of validation models" annotation (preferredView="info", Documentation(info="

                                                                          This package contains validation models for the classes in - -Buildings.Fluid.HeatExchangers.ThermalWheels.Latent. + +Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.

                                                                          Note that most validation models contain simple input data diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.mo index d0616a46354..7fbb329b953 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/package.mo @@ -1,10 +1,10 @@ within Buildings.Fluid.HeatExchangers.ThermalWheels; -package Sensible "Package with air-to-air heat recovery devices" +package Sensible "Package with sensible heat recovery devices" extends Modelica.Icons.VariantsPackage; annotation (Documentation(info="

                                                                          -This package contains component models for sensible recovery wheels. +This package contains component models for sensible heat recovery wheels.

                                                                          ")); end Sensible; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo index e999a640886..67f72bcf793 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/package.mo @@ -1,5 +1,5 @@ within Buildings.Fluid.HeatExchangers; -package ThermalWheels "fixme: add brief description" +package ThermalWheels "Package with thermal wheels (both enthalpy and sensible heat recovery) models" extends Modelica.Icons.VariantsPackage; annotation (preferredView="info", Documentation(info=" From 6c5932e554c81ba8d569ece2288a629e287bc5ae Mon Sep 17 00:00:00 2001 From: Huang <7q0@ornl.gov> Date: Fri, 12 Jan 2024 09:56:53 -0500 Subject: [PATCH 147/196] release note update --- Buildings/package.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Buildings/package.mo b/Buildings/package.mo index 45611a6ef4c..e227ec87291 100644 --- a/Buildings/package.mo +++ b/Buildings/package.mo @@ -239,9 +239,9 @@ to existing libraries: Buildings.Fluid.HeatExchangers -Buildings.Fluid.HeatExchangers.ThermalWheels.Latent +Buildings.Fluid.HeatExchangers.ThermalWheels - Package of models for air-to-air heat recovery devices.
                                                                          + Package of models for thermal wheel (both enthalpy and sensible heat recovery) devices.
                                                                          This is for issue 3538. From 4fd7b76c96eb14fe2a756694bf759952757f748a Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 17 Jan 2024 17:49:33 -0800 Subject: [PATCH 148/196] Added new files for DOAS controller --- .../Controls/OBC/FDE/DOAS/CoolingCoil.mo | 194 +++++++ .../Controls/OBC/FDE/DOAS/DOAScontroller.mo | 534 ++++++++++++++++++ Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo | 151 +++++ Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo | 207 +++++++ Buildings/Controls/OBC/FDE/DOAS/EconMode.mo | 102 ++++ .../Controls/OBC/FDE/DOAS/EnergyWheel.mo | 279 +++++++++ .../OBC/FDE/DOAS/ExhaustFanController.mo | 120 ++++ .../Controls/OBC/FDE/DOAS/HeatingCoil.mo | 85 +++ .../OBC/FDE/DOAS/SupplyFanController.mo | 177 ++++++ Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo | 209 +++++++ .../OBC/FDE/DOAS/Validation/CoolingCoil.mo | 112 ++++ .../OBC/FDE/DOAS/Validation/DOAScontroller.mo | 386 +++++++++++++ .../OBC/FDE/DOAS/Validation/DehumMode.mo | 66 +++ .../OBC/FDE/DOAS/Validation/Dewpoint.mo | 49 ++ .../OBC/FDE/DOAS/Validation/EconMode.mo | 66 +++ .../OBC/FDE/DOAS/Validation/EnergyWheel.mo | 106 ++++ .../DOAS/Validation/ExhaustFanController.mo | 67 +++ .../OBC/FDE/DOAS/Validation/HeatingCoil.mo | 58 ++ .../DOAS/Validation/SupplyFanController.mo | 65 +++ .../OBC/FDE/DOAS/Validation/TSupSet.mo | 86 +++ .../OBC/FDE/DOAS/Validation/erwTsim.mo | 66 +++ .../OBC/FDE/DOAS/Validation/package.mo | 22 + .../OBC/FDE/DOAS/Validation/package.order | 11 + Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo | 193 +++++++ Buildings/Controls/OBC/FDE/DOAS/package.mo | 14 + Buildings/Controls/OBC/FDE/DOAS/package.order | 12 + Buildings/Controls/OBC/FDE/package.mo | 14 + Buildings/Controls/OBC/FDE/package.order | 1 + Buildings/Controls/OBC/package.order | 1 + .../ChilledBeamSystem/ClosedLoopValidation.mo | 5 +- 30 files changed, 3456 insertions(+), 2 deletions(-) create mode 100644 Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/EconMode.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/package.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/package.order create mode 100644 Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/package.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/package.order create mode 100644 Buildings/Controls/OBC/FDE/package.mo create mode 100644 Buildings/Controls/OBC/FDE/package.order diff --git a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo new file mode 100644 index 00000000000..9dc6667d5c8 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo @@ -0,0 +1,194 @@ +within Buildings.Controls.OBC.FDE.DOAS; +block CoolingCoil "This block commands the cooling coil." + + parameter Real cctPIk = 0.0000001 + "Cooling coil CCT PI gain value k."; + + parameter Real cctPITi = 0.000025 + "Cooling coil CCT PI time constant value Ti."; + + parameter Real SAccPIk = 0.0000001 + "Cooling coil SAT PI gain value k."; + + parameter Real SAccPITi = 0.000025 + "Cooling coil SAT PI time constant value Ti."; + + parameter Real erwDPadj( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 5 + "Value subtracted from ERW supply air dewpoint."; + + // ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealInput saT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") + "Supply air temperature sensor." + annotation(Placement(transformation(extent = {{-142, -56}, {-102, -16}}), iconTransformation(extent = {{-142, 36}, {-102, 76}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput supCooSP( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") + "Supply air temperature cooling set point." + annotation(Placement(transformation(extent = {{-142, -86}, {-102, -46}}), iconTransformation(extent = {{-142, 8}, {-102, 48}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof + "True when supply fan is proven on." + annotation(Placement(transformation(extent = {{-142, -116}, {-102, -76}}), iconTransformation(extent = {{-142, 64}, {-102, 104}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput erwHum( + final min = 0, + final max = 1, + unit = "1") + "ERW relative humidity sensor" + annotation(Placement(transformation(extent = {{-142, 34}, {-102, 74}}), iconTransformation(extent = {{-142, -78}, {-102, -38}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput erwT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") + "ERW dry bulb temperature sensor." + annotation(Placement(transformation(extent = {{-142, 4}, {-102, 44}}), iconTransformation(extent = {{-142, -104}, {-102, -64}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput ccT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") + "Cooling coil discharge air temperature sensor." + annotation(Placement(transformation(extent = {{-142, 64}, {-102, 104}}), iconTransformation(extent = {{-142, -52}, {-102, -12}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput dehumMode + "True when dehumidification mode is on." + annotation(Placement(transformation(extent = {{-142, -24}, {-102, 16}}), iconTransformation(extent = {{-142, -26}, {-102, 14}}))); + + // ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yCC + "Cooling coil control signal" + annotation(Placement(transformation(extent = {{102, 56}, {142, 96}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0( + final k = 0) + "Real constant 0" + annotation(Placement(transformation(extent = {{-20, -62}, {0, -42}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Logical switch outputs supply air PI value when fan is proven on." + annotation(Placement(transformation(extent = {{14, -54}, {34, -34}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi1 + "Logical switch passes different PI calculations to yCC based on dehumidification mode." + annotation(Placement(transformation(extent = {{58, 66}, {78, 86}}))); + + Buildings.Controls.OBC.CDL.Logical.And and2 + "Logical AND;true when dehumidification is on and supply fan is proven on." + annotation(Placement(transformation(extent = {{-20, -14}, {0, 8}}))); + + Buildings.Controls.OBC.CDL.Continuous.PID conPID2 annotation(Placement(visible = true, transformation(origin = {-62, -42}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Continuous.PID conPID + annotation(Placement(visible = true, transformation(origin = {16, 78}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Psychrometrics.DewPoint_TDryBulPhi dewPoi + annotation(Placement(visible = true, transformation(origin = {-66, 48}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar( + k = 1, + p = -erwDPadj) + annotation(Placement(visible = true, transformation(origin = {-36, 36}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + +equation + connect(con0.y, swi.u3) annotation ( + Line(points = {{2, -52}, {12, -52}}, color = {0, 0, 127})); + + connect(swi.u2, supFanProof) annotation ( + Line(points = {{12, -44}, {6, -44}, {6, -96}, {-122, -96}}, color = {255, 0, 255})); + + connect(and2.u1, dehumMode) annotation ( + Line(points = {{-22, -3}, {-78, -3}, {-78, -4}, {-122, -4}}, color = {255, 0, 255})); + + connect(supFanProof, and2.u2) annotation ( + Line(points = {{-122, -96}, {-42, -96}, {-42, -11.8}, {-22, -11.8}}, color = {255, 0, 255})); + + connect(and2.y, swi1.u2) annotation ( + Line(points = {{2, -3}, {36, -3}, {36, 76}, {56, 76}}, color = {255, 0, 255})); + + connect(swi1.y, yCC) annotation ( + Line(points = {{80, 76}, {122, 76}}, color = {0, 0, 127})); + + connect(swi.y, swi1.u3) annotation ( + Line(points = {{36, -44}, {46, -44}, {46, 68}, {56, 68}}, color = {0, 0, 127})); + + connect(saT, conPID2.u_m) annotation ( + Line(points = {{-122, -36}, {-90, -36}, {-90, -54}, {-62, -54}}, color = {0, 0, 127})); + + connect(supCooSP, conPID2.u_s) annotation ( + Line(points = {{-122, -66}, {-80, -66}, {-80, -42}, {-74, -42}}, color = {0, 0, 127})); + + connect(conPID2.y, swi.u1) annotation ( + Line(points = {{-50, -42}, {-17, -42}, {-17, -36}, {12, -36}}, color = {0, 0, 127})); + + connect(ccT, conPID.u_m) annotation ( + Line(points = {{-122, 84}, {-22, 84}, {-22, 66}, {16, 66}}, color = {0, 0, 127})); + + connect(conPID.y, swi1.u1) annotation ( + Line(points = {{28, 78}, {28, 80}, {56, 80}, {56, 84}}, color = {0, 0, 127})); + + connect(erwT, dewPoi.TDryBul) annotation ( + Line(points = {{-122, 24}, {-88, 24}, {-88, 54}, {-78, 54}}, color = {0, 0, 127})); + + connect(erwHum, dewPoi.phi) annotation ( + Line(points = {{-122, 54}, {-94, 54}, {-94, 42}, {-78, 42}}, color = {0, 0, 127})); + + + connect(dewPoi.TDewPoi, addPar.u) annotation ( + Line(points = {{-54, 48}, {-48, 48}, {-48, 36}}, color = {0, 0, 127})); + + connect(addPar.y, conPID.u_s) annotation (Line(points={{-24,36},{-10,36},{-10, + 78},{4,78}}, color={0,0,127})); + annotation ( + defaultComponentName = "Cooling", + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, + fillPattern = FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Text(textColor = {28, 108, 200}, extent = {{-98, 92}, {-54, 78}}, textString = "supFanProof"), Text(textColor = {28, 108, 200}, extent = {{-110, 62}, {-70, 50}}, textString = "saT"), Text(textColor = {28, 108, 200}, extent = {{-98, 34}, {-58, 22}}, textString = "supCooSP"), Text(textColor = {28, 108, 200}, extent = {{-108, -26}, {-68, -38}}, textString = "ccT"), Text(textColor = {28, 108, 200}, extent = {{-100, -52}, {-60, -64}}, textString = "erwHum"), Text(textColor = {28, 108, 200}, extent = {{-108, -78}, {-68, -90}}, textString = "erwT"), Text(textColor = {28, 108, 200}, extent = {{-98, 0}, {-58, -12}}, textString = "dehumMode"), Text(textColor = {28, 108, 200}, extent = {{62, 8}, {106, -8}}, textString = "yCC"), Rectangle(lineColor = {28, 108, 200}, fillColor = {85, 255, 255}, + fillPattern = FillPattern.Solid, extent = {{-22, 68}, {6, -66}}), Rectangle(lineColor = {28, 108, 200}, fillColor = {0, 0, 255}, + fillPattern = FillPattern.Solid, extent = {{-14, 58}, {68, 56}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {0, 0, 255}, + fillPattern = FillPattern.Solid, extent = {{-16, 60}, {-10, 54}}), Rectangle(lineColor = {28, 108, 200}, fillColor = {0, 0, 255}, + fillPattern = FillPattern.Solid, extent = {{-2, -56}, {80, -58}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {0, 0, 255}, + fillPattern = FillPattern.Solid, extent = {{-4, -54}, {2, -60}}), Polygon(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern = FillPattern.Solid, points = {{42, -58}, {30, -66}, {30, -50}, {42, -58}}), Polygon(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern = FillPattern.Solid, points = {{42, -58}, {54, -66}, {54, -50}, {42, -58}}), Ellipse(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern = FillPattern.Solid, extent = {{38, -54}, {46, -62}}), Ellipse(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern = FillPattern.Solid, extent = {{36, -32}, {48, -46}}), Rectangle(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern = FillPattern.Solid, extent = {{36, -38}, {48, -48}}), Line(points = {{42, -48}, {42, -54}}, color = {127, 0, 0})}), + Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), + Documentation(revisions = " +
                                                                            +
                                                                          • +September 17, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info = " +

                                                                          Normal Operation

                                                                          +

                                                                          When the DOAS is energized +(supFanProof) the cooling coil will +be commanded +(yCC) to maintain the +supply air temperature +(saT) at the supply air temperature cooling set point +(supCooSP). + +

                                                                          Dehumidification Operation

                                                                          +

                                                                          When the DOAS is energized +(supFanProof) and in dehumidification mode +(dehumMode) the cooling coil will +be commanded +(yCC) to maintain the cooling coil temperature +(ccT) at an adjustable value +(erwDPadj) below the energy recovery supply +dewpoint (Dewpt.dpT). The dewpoint value is calculated +from the energy recovery supply relative humidity +(erwHum) and temperature +(erwT).

                                                                          +")); +end CoolingCoil; diff --git a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo new file mode 100644 index 00000000000..a288f2100e0 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo @@ -0,0 +1,534 @@ +within Buildings.Controls.OBC.FDE.DOAS; +block DOAScontroller "DOAS controller built from DOAS blocks." + + parameter Boolean vvUnit = true + "Set true when unit serves variable volume system." + annotation(Dialog(tab = "DOAS", group = "General")); + + parameter Real damSet( + min = 0, + max = 1, + final unit = "1") = 0.9 + "DDSP terminal damper percent open set point" + annotation(Dialog(tab = "DOAS", group = "General")); + + parameter Real cctPIk = 0.0000001 + "Cooling coil CCT PI gain value k." + annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + + parameter Real cctPITi = 0.000025 + "Cooling coil CCT PI time constant value Ti." + annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + + parameter Real SAccPIk = 0.0000001 + "Cooling coil SAT PI gain value k." + annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + + parameter Real SAccPITi = 0.000025 + "Cooling coil SAT PI time constant value Ti." + annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + + parameter Real dehumSet( + final min = 0, + final max = 100, + final displayUnit = "rh") = 60 + "Dehumidification set point." + annotation(Dialog(tab = "Dehumidification", group = "Set Point")); + + parameter Real dehumDelay( + final unit = "s", + final quantity = "Time") = 600 + "Minimum delay after RH falls below set point before turning dehum off." + annotation(Dialog(tab = "Dehumidification", group = "Timer")); + + parameter Real minRun( + final unit = "s", + final quantity = "Time") = 120 + "Minimum supply fan proof delay before allowing dehum mode." + annotation(Dialog(tab = "Dehumidification", group = "Timer")); + + parameter Real econCooAdj( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 + "Value subtracted from supply air temperature cooling set point." + annotation(Dialog(tab = "Economizer", group = "Set Point")); + + parameter Real erwDPadj( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 5 + "Value subtracted from ERW supply air dewpoint." + annotation(Dialog(tab = "Energy Recovery Wheel", group = "Set Point")); + + parameter Real recSet( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 7 + "Energy recovery set point." + annotation(Dialog(tab = "Energy Recovery Wheel", group = "Set Point")); + + parameter Real recSetDelay( + final unit = "s", + final quantity = "Time") = 300 + "Minimum delay after OAT/RAT delta falls below set point." + annotation(Dialog(tab = "Energy Recovery Wheel", group = "Timer")); + + parameter Real kGain(final unit = "1") = 0.00001 + "PID loop gain value." + annotation(Dialog(tab = "Energy Recovery Wheel", group = "PI Parameters")); + + parameter Real conTi( + final unit = "s") = 0.00025 + "PID time constant of integrator." + annotation(Dialog(tab = "Energy Recovery Wheel", group = "PI Parameters")); + + parameter Real SArhcPIk = 0.0000001 + "Heating coil SAT PI gain value k." + annotation(Dialog(tab = "Heating Coil", group = "PI Parameters")); + + parameter Real SArhcPITi = 0.000025 + "Heating coil SAT PI time constant value Ti." + annotation(Dialog(tab = "Heating Coil", group = "PI Parameters")); + + parameter Real minDDSPset( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 125 + "Minimum down duct static pressure reset value" + annotation(Dialog(tab = "Pressure", group = "DDSP range")); + + parameter Real maxDDSPset( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 500 + "Maximum down duct static pressure reset value" + annotation(Dialog(tab = "Pressure", group = "DDSP range")); + + parameter Real cvDDSPset( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 250 + "Constant volume down duct static pressure set point" + annotation(Dialog(tab = "Pressure", group = "CV DDSP")); + + parameter Real bldgSPset( + final unit = "Pa", + final quantity = "PressureDifference") = 15 + "Building static pressure set point" + annotation(Dialog(tab = "Pressure", group = "Building")); + + parameter Real loPriT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 20 + "Minimum primary supply air temperature reset value" + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + parameter Real hiPriT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 24 + "Maximum primary supply air temperature reset value" + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + parameter Real hiZonT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 25 + "Maximum zone temperature reset value" + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + parameter Real loZonT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 21 + "Minimum zone temperature reset value" + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + parameter Real coAdj( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 + "Supply air temperature cooling set point offset." + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + parameter Real heAdj( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 + "Supply air temperature heating set point offset." + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + // ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput occ + "True when occupied mode is active" + annotation(Placement(transformation(extent = {{-142, 56}, {-102, 96}}), + iconTransformation(extent = {{-140, 76}, {-100, 116}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput mostOpenDam + "Most open damper position from all terminal units served." + annotation(Placement(transformation(extent = {{-142, 30}, {-102, 70}}), + iconTransformation(extent = {{-140, 52}, {-100, 92}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanStatus + "True when supply fan is proven on." + annotation(Placement(transformation(extent = {{-140, 4}, {-100, 44}}), + iconTransformation(extent = {{-140, 28}, {-100, 68}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput DDSP( + final unit = "Pa", + final quantity = "PressureDifference") + "Down duct static pressure measurement." + annotation(Placement(transformation(extent = {{-140, -22}, {-100, 18}}), + iconTransformation(extent = {{-140, 4}, {-100, 44}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput retHum( + final min = 0, + final max = 100, + final displayUnit = "rh") + "Return air relative humidity sensor." + annotation(Placement(transformation(extent = {{-140, -80}, {-100, -40}}), + iconTransformation(extent = {{-140, -20}, {-100, 20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput saT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") + "Supply air temperature sensor." + annotation(Placement(transformation(extent = {{-140, -106}, {-100, -66}}), + iconTransformation(extent = {{-140, -72}, {-100, -32}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput ccT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") + "Cooling coil discharge air temperature sensor." + annotation(Placement(transformation(extent = {{-140, -184}, {-100, -144}}), + iconTransformation(extent = {{-140, -146}, {-100, -106}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput erwHum( + final min = 0, + final max = 100, + final displayUnit = "rh") + "ERW relative humidity sensor" + annotation(Placement(transformation(extent = {{-140, -210}, {-100, -170}}), + iconTransformation(extent = {{-140, -172}, {-100, -132}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput erwT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") + "ERW dry bulb temperature sensor." + annotation(Placement(transformation(extent = {{-140, -236}, {-100, -196}}), + iconTransformation(extent = {{-140, -196}, {-100, -156}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput oaT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") + "Outside air temperature" + annotation(Placement(transformation(extent = {{-140, -158}, {-100, -118}}), + iconTransformation(extent = {{-140, -122}, {-100, -82}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput raT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") + "Return air temperature sensor." + annotation(Placement(transformation(extent = {{-140, -132}, {-100, -92}}), + iconTransformation(extent = {{-140, -96}, {-100, -56}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput exhFanProof + "True when exhaust fan is proven on." + annotation(Placement(transformation(extent = {{-140, -262}, {-100, -222}}), + iconTransformation(extent = {{-140, -220}, {-100, -180}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput bldgSP( + final unit = "Pa", + final quantity = "PressureDifference") + "Building static pressure" + annotation(Placement(transformation(extent = {{-140, -290}, {-100, -250}}), + iconTransformation(extent = {{-140, -244}, {-100, -204}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput highSpaceT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") + "Highest space temperature reported from all terminal units." + annotation(Placement(transformation(extent = {{-140, -50}, {-100, -10}}), + iconTransformation(extent = {{-140, -46}, {-100, -6}}))); + + // ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput supFanStart + "Command supply fan to start when true." + annotation(Placement(transformation(extent = {{102, 54}, {142, 94}}), + iconTransformation(extent = {{102, 34}, {142, 74}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput supFanSpeed + "Supply fan speed command" + annotation(Placement(transformation(extent = {{102, 28}, {142, 68}}), + iconTransformation(extent = {{102, 2}, {142, 42}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yCC + "Cooling coil control signal" + annotation(Placement(transformation(extent = {{102, 2}, {142, 42}}), + iconTransformation(extent = {{102, -30}, {142, 10}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRHC + "Reheat coil valve command." + annotation(Placement(transformation(extent = {{102, -24}, {142, 16}}), + iconTransformation(extent = {{102, -60}, {142, -20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput bypDam + "Bypass damper command; true when commanded full open." + annotation(Placement(transformation(extent = {{102, -50}, {142, -10}}), + iconTransformation(extent = {{102, -90}, {142, -50}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput erwStart + "Command to start the energy recovery wheel." + annotation(Placement(transformation(extent = {{102, -74}, {142, -34}}), + iconTransformation(extent = {{102, -120}, {142, -80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput erwSpeed + "Energy recovery wheel speed command." + annotation(Placement(transformation(extent = {{102, -100}, {142, -60}}), + iconTransformation(extent = {{102, -152}, {142, -112}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput exhFanStart + "Command exhaust fan to start when true." + annotation(Placement(transformation(extent = {{102, -128}, {142, -88}}), + iconTransformation(extent = {{102, -184}, {142, -144}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput exhFanSpeed + "Exhaust fan speed command" + annotation(Placement(transformation(extent = {{102, -156}, {142, -116}}), + iconTransformation(extent = {{102, -216}, {142, -176}}))); + + Buildings.Controls.OBC.FDE.DOAS.SupplyFanController SFcon + "This block manages start, stop, status, and speed of the supply fan." + annotation(Placement(transformation(extent = {{-84, 58}, {-64, 78}}))); + + Buildings.Controls.OBC.FDE.DOAS.ExhaustFanController EFcon + "This block manages start, stop, and speed of the exhaust fan." + annotation(Placement(transformation(extent = {{58, -106}, {78, -86}}))); + + Buildings.Controls.OBC.FDE.DOAS.EnergyWheel ERWcon + "This block commands the energy recovery wheel and associated bypass dampers." + annotation(Placement(transformation(extent = {{58, -64}, {78, -44}}))); + + Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling + "This block commands the cooling coil." + annotation(Placement(transformation(extent = {{58, 18}, {78, 38}}))); + + Buildings.Controls.OBC.FDE.DOAS.HeatingCoil Heating + "This block commands the heating coil." + annotation(Placement(transformation(extent = {{58, -18}, {78, 2}}))); + + Buildings.Controls.OBC.FDE.DOAS.TSupSet TSupSetpt + "This block caclulates the DOAS supply air temperature set point." + annotation(Placement(transformation(extent = {{-8, -6}, {12, 14}}))); + + Buildings.Controls.OBC.FDE.DOAS.DehumMode DehumMod + "This block calculates when dehumidification mode is active." + annotation(Placement(transformation(extent = {{-48, 8}, {-28, 28}}))); + + Buildings.Controls.OBC.FDE.DOAS.EconMode EconMod + "This block calculates when economizer mode is active." + annotation(Placement(visible = true, transformation(origin = {2, 0}, + extent = {{26, -42}, {46, -22}}, rotation = 0))); + +equation + connect(SFcon.occ, occ) annotation ( + Line(points = {{-86, 75}, {-96, 75}, {-96, 76}, {-122, 76}}, color = {255, 0, 255})); + + connect(SFcon.mostOpenDam, mostOpenDam) annotation ( + Line(points = {{-86, 71.4}, {-98, 71.4}, {-98, 50}, {-122, 50}}, color = {0, 0, 127})); + + connect(SFcon.DDSP, DDSP) annotation ( + Line(points = {{-86, 60.8}, {-94, 60.8}, {-94, -2}, {-120, -2}}, color = {0, 0, 127})); + + connect(SFcon.supFanStart, supFanStart) annotation ( + Line(points = {{-62, 73.2}, {122, 73.2}, {122, 74}}, color = {255, 0, 255})); + + connect(SFcon.supFanSpeed, supFanSpeed) annotation ( + Line(points = {{-62, 63.6}, {84, 63.6}, {84, 48}, {122, 48}}, color = {0, 0, 127})); + +//connect(SFcon.supFanProof, DehumMod.supFanProof) annotation ( +// Line(points={{-62,68},{-56,68},{-56,25.2},{-50.2,25.2}},color={255,0,255})); +//connect(SFcon.supFanProof, Cooling.supFanProof) annotation ( +// Line(points={{-62,68},{-56,68},{-56,36.4},{55.8,36.4}},color={255,0,255})); + connect(DehumMod.dehumMode, Cooling.dehumMode) annotation ( + Line(points = {{-25.8, 18}, {-22, 18}, {-22, 27.4}, {55.8, 27.4}}, color = {255, 0, 255})); + + connect(DehumMod.retHum, retHum) annotation ( + Line(points = {{-50.2, 18}, {-92, 18}, {-92, -60}, {-120, -60}}, color = {0, 0, 127})); + + connect(Cooling.saT, saT) annotation ( + Line(points = {{55.8, 33.6}, {-90, 33.6}, {-90, -86}, {-120, -86}}, color = {0, 0, 127})); + + connect(Cooling.ccT, ccT) annotation ( + Line(points = {{55.8, 24.8}, {-20, 24.8}, {-20, -164}, {-120, -164}}, color = {0, 0, 127})); + + connect(Cooling.erwHum, erwHum) annotation ( + Line(points = {{55.8, 22.2}, {-18, 22.2}, {-18, -190}, {-120, -190}}, color = {0, 0, 127})); + + connect(Cooling.erwT, erwT) annotation ( + Line(points = {{55.8, 19.6}, {-16, 19.6}, {-16, -216}, {-120, -216}}, color = {0, 0, 127})); + + connect(Cooling.yCC, yCC) annotation ( + Line(points = {{80.2, 28}, {92, 28}, {92, 22}, {122, 22}}, color = {0, 0, 127})); + +//connect(SFcon.supFanProof, Heating.supFanProof) annotation ( +//Line(points={{-62,68},{-56,68},{-56,-8},{55.8,-8}},color={255,0,255})); + connect(saT, Heating.saT) annotation ( + Line(points = {{-120, -86}, {-90, -86}, {-90, -13}, {55.8, -13}}, color = {0, 0, 127})); + + connect(Heating.yRHC, yRHC) annotation ( + Line(points = {{80.2, -8}, {90, -8}, {90, -4}, {122, -4}}, color = {0, 0, 127})); + + connect(ERWcon.erwStart, erwStart) annotation ( + Line(points = {{80.2, -54}, {122, -54}}, color = {255, 0, 255})); + + connect(ERWcon.erwSpeed, erwSpeed) annotation ( + Line(points = {{80.2, -60}, {92, -60}, {92, -80}, {122, -80}}, color = {0, 0, 127})); + + connect(DehumMod.dehumMode, TSupSetpt.dehumMode) annotation ( + Line(points = {{-25.8, 18}, {-22, 18}, {-22, 9}, {-10, 9}}, color = {255, 0, 255})); + + connect(TSupSetpt.supCooSP, Cooling.supCooSP) annotation ( + Line(points = {{14.2, 8}, {20, 8}, {20, 30.8}, {55.8, 30.8}}, color = {0, 0, 127})); + + connect(TSupSetpt.supHeaSP, Heating.supHeaSP) annotation ( + Line(points = {{14.2, 0}, {22, 0}, {22, -3.2}, {55.8, -3.2}}, color = {0, 0, 127})); + +// connect(SFcon.supFanProof, ERWcon.supFanProof) annotation ( +//Line(points={{-62,68},{-56,68},{-56,-46.2},{55.8,-46.2}},color={255,0,255})); + connect(ERWcon.bypDam, bypDam) annotation ( + Line(points = {{80.2, -48}, {92, -48}, {92, -30}, {122, -30}}, color = {255, 0, 255})); + + connect(EconMod.ecoMode, ERWcon.ecoMode) annotation ( + Line(points={{50.2,-32},{50.2,-49.2},{55.8,-49.2}}, color = {255, 0, 255})); + +//connect(SFcon.supFanProof, EconMod.supFanProof) annotation ( +//Line(points={{-62,68},{-56,68},{-56,-25},{23.8,-25}}, color={255,0,255})); + connect(TSupSetpt.supCooSP, EconMod.supCooSP) annotation ( + Line(points={{14.2,8},{20,8},{20,-39},{25.8,-39}}, color = {0, 0, 127})); + + connect(EconMod.oaT, oaT) annotation ( + Line(points={{25.8,-32},{-22,-32},{-22,-138},{-120,-138}}, color = {0, 0, 127})); + + connect(oaT, ERWcon.oaT) annotation ( + Line(points = {{-120, -138}, {-22, -138}, {-22, -55.8}, {55.8, -55.8}}, color = {0, 0, 127})); + + connect(erwT, ERWcon.erwT) annotation ( + Line(points = {{-120, -216}, {-16, -216}, {-16, -58.8}, {55.8, -58.8}}, color = {0, 0, 127})); + + connect(ERWcon.raT, raT) annotation ( + Line(points = {{55.8, -52.2}, {-88, -52.2}, {-88, -112}, {-120, -112}}, color = {0, 0, 127})); + + connect(TSupSetpt.supPrimSP, ERWcon.supPrimSP) annotation ( + Line(points = {{14.2, 4}, {18, 4}, {18, -61.8}, {55.8, -61.8}}, color = {0, 0, 127})); + + connect(EFcon.exhFanStart, exhFanStart) annotation ( + Line(points = {{80, -90}, {94, -90}, {94, -108}, {122, -108}}, color = {255, 0, 255})); + + connect(EFcon.exhFanSpeed, exhFanSpeed) annotation ( + Line(points = {{80, -102}, {92, -102}, {92, -136}, {122, -136}}, color = {0, 0, 127})); + +// connect(SFcon.supFanProof, EFcon.supFanProof) annotation ( +//Line(points={{-62,68},{-56,68},{-56,-90},{56,-90}}, color={255,0,255})); + connect(EFcon.exhFanProof, exhFanProof) annotation ( + Line(points = {{56, -96}, {-14, -96}, {-14, -242}, {-120, -242}}, color = {255, 0, 255})); + + connect(EFcon.bldgSP, bldgSP) annotation ( + Line(points = {{56, -102.4}, {-12, -102.4}, {-12, -270}, {-120, -270}}, color = {0, 0, 127})); + + connect(TSupSetpt.highSpaceT, highSpaceT) annotation ( + Line(points = {{-10, -1}, {-88, -1}, {-88, -30}, {-120, -30}}, color = {0, 0, 127})); + + connect(supFanStatus, SFcon.supFanStatus) annotation ( + Line(points={{-120,24},{-96,24},{-96,64.4},{-86,64.4}}, color = {255, 0, 255})); + + connect(supFanStatus, DehumMod.supFanProof) annotation ( + Line(points={{-120,24},{-50.2,24},{-50.2,25.2}}, color = {255, 0, 255})); + + connect(supFanStatus, Cooling.supFanProof) annotation ( + Line(points={{-120,24},{-56,24},{-56,36.4},{55.8,36.4}}, color = {255, 0, 255})); + + connect(supFanStatus, Heating.supFanProof) annotation ( + Line(points={{-120,24},{24,24},{24,-8},{55.8,-8}}, color = {255, 0, 255})); + + connect(supFanStatus, ERWcon.supFanProof) annotation ( + Line(points={{-120,24},{44,24},{44,-46.2},{55.8,-46.2}}, color = {255, 0, 255})); + + connect(supFanStatus, EFcon.supFanProof) annotation ( + Line(points = {{-120, 24}, {24, 24}, {24, -90}, {56, -90}}, color = {255, 0, 255})); + + connect(supFanStatus, EconMod.supFanProof) annotation ( + Line(points={{-120,24},{6,24},{6,-25},{25.8,-25}}, color = {255, 0, 255})); + + annotation ( + defaultComponentName = "DOAScon", + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -240}, {100, 100}}), graphics={ Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-100, 100}, {100, -240}}, radius = 10), Rectangle(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-92, 70}, {-50, 44}}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-76, 72}, {-30, 26}}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-58, 54}, {-48, 44}}), Rectangle(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{50, -168}, {94, -194}}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{32, -166}, {78, -212}}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{50, -184}, {60, -194}}), Line(points = {{52, -52}, {2, -52}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {170, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-10, 6}, {32, -120}}), Rectangle(lineColor = {170, 255, 255}, fillColor = {170, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-4, 6}, {12, -120}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {170, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-24, 6}, {18, -120}}), Line(points = {{-4, -52}, {-54, -52}}), Rectangle(lineColor = {28, 108, 200}, fillColor = {85, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-4, -168}, {4, -210}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {0, 0, 255}, + fillPattern= +FillPattern.Solid, extent = {{-2, -204}, {2, -208}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {0, 0, 255}, + fillPattern= +FillPattern.Solid, extent = {{-2, -172}, {2, -176}}), Rectangle(lineColor = {162, 29, 33}, fillColor = {238, 46, 47}, + fillPattern= +FillPattern.Solid, extent = {{8, -168}, {16, -210}}), Ellipse(fillColor = {127, 0, 0}, + fillPattern= +FillPattern.Solid, extent = {{10, -204}, {14, -208}}), Ellipse(fillColor = {162, 29, 33}, + fillPattern= +FillPattern.Solid, extent = {{10, -172}, {14, -176}})}), + Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -240}, {100, 100}})), + Documentation(revisions = " +
                                                                            +
                                                                          • + January 31, 2023, by Cerrina Mouchref, Karthik Devaprasad:
                                                                            + Improved code as per library conventions. Fixed missing class referenvces due + to CDL package updates. +
                                                                          • +
                                                                          • +September 25, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info = " +

                                                                          BAS Controller

                                                                          +

                                                                          This controller combines the functions of the +supply fan controller +(SupplyFanController), exhaust fan controller +(ExhaustFanController), temperature set point block +(TSupSet), economizer mode block +(EconMode), dehumidification mode block +(DehumMode), dewpoint calculation block +(Dewpoint), cooling coil +(CoolingCoil), heating coil +(HeatingCoil), and total energy wheel controller +(EnergyWheel). +

                                                                          +"), + experiment(StopTime = 10300, __Dymola_Algorithm = "Dassl")); +end DOAScontroller; diff --git a/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo b/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo new file mode 100644 index 00000000000..7ce424640ad --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo @@ -0,0 +1,151 @@ +within Buildings.Controls.OBC.FDE.DOAS; +block DehumMode + "This block calculates when dehumidification mode is active." + + parameter Real dehumSet( + final min=0, + final max=100)=60 + "Dehumidification set point."; + + parameter Real dehumDelay( + final unit="s", + final quantity="Time")=600 + "Minimum delay after RH falls below set point before turning dehum off."; + + parameter Real minRun( + final unit="s", + final quantity="Time")=120 + "Minimum supply fan proof delay before allowing dehum mode."; + +// ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealInput retHum( + final unit="1", + final min=0, + final max=100) + "Return air relative humidity sensor." + annotation (Placement(transformation(extent={{-142,-20},{-102,20}}), + iconTransformation(extent={{-142,-20},{-102,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof + "True when supply fan is proven on" + annotation (Placement(transformation(extent={{-142,18},{-102,58}}), + iconTransformation(extent={{-142,52},{-102,92}}))); + +// ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput dehumMode + "True when dehumidification mode is active." + annotation (Placement(transformation(extent={{102,-12},{142,28}}), + iconTransformation(extent={{102,-20},{142,20}}))); + + Buildings.Controls.OBC.CDL.Logical.Latch lat + "Latches true when retHum > dehumSet; resets when + retHum < dehumSet for dehumDelay time" + annotation (Placement(transformation(extent={{22,-10},{42,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Greater gre + "True when return humidity > set point" + annotation (Placement(transformation(extent={{-44,-10},{-24,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Less les + "True when return humidity < set point" + annotation (Placement(transformation(extent={{-44,-42},{-24,-22}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant conDset( + final k=dehumSet) + "Dehumidification set point" + annotation (Placement(transformation(extent={{-88,-50},{-68,-30}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( + delayTime=dehumDelay) + "Minimum dehumidification time before disable when below set point." + annotation (Placement(transformation(extent={{-14,-42},{6,-22}}))); + + Buildings.Controls.OBC.CDL.Logical.And and2 + "Logical AND; true when minimum fan runtime is met and + return humidity set point conditions are met." + annotation (Placement(transformation(extent={{58,-2},{78,18}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay minimumRun( + delayTime=minRun, + delayOnInit=true) + "Minimum supply fan runtime before enabling dehum mode." + annotation (Placement(transformation(extent={{-44,28},{-24,48}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay init_delay( + final delayTime=5, + final delayOnInit=true) + "Delays the initial trigger for latch to correctly capture true state + when CDL starts with humidity above set point." + annotation (Placement(transformation(extent={{-14,-10},{6,10}}))); + +equation + connect(retHum, gre.u1) annotation ( + Line(points={{-122,0},{-46,0}}, color={0,0,127})); + + connect(retHum, les.u1) annotation ( + Line(points={{-122,0},{-56,0},{-56,-32},{-46,-32}}, color={0,0,127})); + + connect(conDset.y, les.u2) annotation ( + Line(points={{-66,-40},{-46,-40}}, color={0,0,127})); + + connect(conDset.y, gre.u2) annotation ( + Line(points={{-66,-40},{-60,-40},{-60,-8},{-46,-8}}, color={0,0,127})); + + connect(les.y, truDel.u) annotation ( + Line(points={{-22,-32},{-16,-32}}, color={255,0,255})); + + connect(truDel.y, lat.clr) annotation ( + Line(points={{8,-32},{14,-32},{14,-6},{20,-6}}, color={255,0,255})); + + connect(lat.y, and2.u2) annotation ( + Line(points={{44,0},{56,0}}, color={255,0,255})); + + connect(dehumMode, dehumMode) annotation ( + Line(points={{122,8},{122,8}}, color={255,0,255})); + + connect(and2.y, dehumMode) annotation ( + Line(points={{80,8},{122,8}}, color={255,0,255})); + + connect(supFanProof, minimumRun.u) annotation ( + Line(points={{-122,38},{-46,38}}, color={255,0,255})); + + connect(minimumRun.y, and2.u1) annotation ( + Line(points={{-22,38},{48,38},{48,8},{56,8}}, color={255,0,255})); + + connect(gre.y, init_delay.u) annotation ( + Line(points={{-22,0},{-16,0}}, color={255,0,255})); + + connect(init_delay.y, lat.u) annotation ( + Line(points={{8,0},{20,0}}, color={255,0,255})); + + connect(supFanProof, minimumRun.u) annotation( + Line(points = {{-122, 38}, {-46, 38}}, color = {255, 0, 255})); + + annotation (defaultComponentName="DehumMod", + Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text(extent={{-90,180},{90,76}}, lineColor={28,108,200}, textStyle={TextStyle.Bold}, textString="%name"),Rectangle(extent={{-100,100},{100,-100}}, lineColor={179,151,128}, radius=10, fillColor={255,255,255}, + fillPattern = +FillPattern.Solid),Text(extent={{42,10},{96,-8}},lineColor={28,108,200},textString="dehumMode"),Text(extent={{-100,8},{-56,-6}},lineColor={28,108,200},textString="retHum"),Rectangle(extent={{4,60},{8,-2}},lineColor={28,108,200},fillColor={0,0,255}, + fillPattern = +FillPattern.Solid),Rectangle(extent={{4,-2},{8,-64}},lineColor={244,125,35},fillColor={244,125,35}, + fillPattern = +FillPattern.Solid),Text(extent={{-2,42},{36,30}},lineColor={28,108,200},textString="On"),Text(extent={{-2,-38},{36,-50}},lineColor={28,108,200},textString="Off"),Text(extent={{-36,4},{2,-8}},lineColor={28,108,200},textString="%dehumSet"),Text(extent={{-96,80},{-52,66}},lineColor={28,108,200},textString="supFanProof")}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

                                                                          Dehumidification Mode

                                                                          +

                                                                          This block enables dehumidification mode +(dehumMode) when the supply air fan is proven +(supFanProof) for a minimum runtime +(minRun) and return air humidity +(retHum) is above set point +(dehumSet). +Dehumidification mode is disabled when return air humidity +falls below set point for a minimum delay period +(dehumDelay).

                                                                          +", revisions=" +
                                                                            +
                                                                          • +September 15, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +")); +end DehumMode; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo b/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo new file mode 100644 index 00000000000..3c817590bca --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo @@ -0,0 +1,207 @@ +within Buildings.Controls.OBC.FDE.DOAS; +block Dewpoint + "Calculates dewpoint temperature from Tdb and relative humidity." + + // ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealInput relHum( + final min=0, + final max=100) + "Relative humidity sensor" + annotation (Placement(transformation(extent={{-142,52},{-102,92}}), + iconTransformation(extent={{-142,40},{-102,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dbT( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") + "Dry bulb temperature sensor." + annotation (Placement(transformation(extent={{-142,12},{-102,52}}), + iconTransformation(extent={{-142,-80},{-102,-40}}))); + + // ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealOutput dpT( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") + "Dewpoint temperature" + annotation (Placement(transformation(extent={{102,-96},{142,-56}}), + iconTransformation(extent={{102,-20},{142,20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Log log + "Calculate natural log of input value." + annotation (Placement(transformation(extent={{-32,56},{-12,76}}))); + + Buildings.Controls.OBC.CDL.Continuous.Division div + "Divide relHum by 100." + annotation (Placement(transformation(extent={{-62,56},{-42,76}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con100( + final k=100) + "Real constant 100" + annotation (Placement(transformation(extent={{-92,46},{-72,66}}))); + + Buildings.Controls.OBC.CDL.Continuous.Product pro + "Calculate the product of dry bulb temperature (degC) and 17.27" + annotation (Placement(transformation(extent={{-30,16},{-10,36}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1727( + final k=17.27) + "Real constant 17.27" + annotation (Placement(transformation(extent={{-62,-10},{-42,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Add add2 + "Add dry bulb temperature (degC) and 237.3" + annotation (Placement(transformation(extent={{-30,-34},{-10,-14}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con2373( + final k=237.3) + "Real constant 237.3" + annotation (Placement(transformation(extent={{-62,-52},{-42,-32}}))); + + Buildings.Controls.OBC.CDL.Continuous.Division div1 + "Output first input divided by second input." + annotation (Placement(transformation(extent={{0,10},{20,30}}))); + + Buildings.Controls.OBC.CDL.Continuous.Add add1 + "Add two values." + annotation (Placement(transformation(extent={{30,16},{50,36}}))); + + Buildings.Controls.OBC.CDL.Continuous.Division div2 + "Output first input divided by second input" + annotation (Placement(transformation(extent={{62,10},{82,30}}))); + + Buildings.Controls.OBC.CDL.Continuous.Product pro1 + "Output product of two inputs" + annotation (Placement(transformation(extent={{4,-46},{24,-26}}))); + + Buildings.Controls.OBC.CDL.Continuous.Division div3 + "Output first input divided by second input" + annotation (Placement(transformation(extent={{60,-52},{80,-32}}))); + + Buildings.Controls.OBC.CDL.Continuous.Add add3 + "Output the sum of two inputs" + annotation (Placement(transformation(extent={{32,-80},{52,-60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + final k=1) + "Real constant 1" + annotation (Placement(transformation(extent={{4,-72},{24,-52}}))); + + Buildings.Controls.OBC.CDL.Continuous.Add add4( + final k2=-1) + "Subtract 273.15 from dry bulb temperature." + annotation (Placement(transformation(extent={{-92,16},{-72,36}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con27315( + final k=273.15) + "Real constant 273.15" + annotation (Placement(transformation(extent={{-92,-14},{-72,6}}))); + + Buildings.Controls.OBC.CDL.Continuous.Add add5 + "Add 273.15 to the final value to output dew point temperature in K" + annotation (Placement(transformation(extent={{70,-86},{90,-66}}))); + +equation + connect(div.u1, relHum) annotation ( + Line(points={{-64,72},{-122,72}}, color={0,0,127})); + + connect(div.u2, con100.y) annotation ( + Line(points={{-64,60},{-68,60},{-68,56},{-70,56}},color={0,0,127})); + + connect(div.y, log.u) annotation ( + Line(points={{-40,66},{-34,66}}, color={0,0,127})); + + connect(con1727.y, pro.u2) annotation ( + Line(points={{-40,0},{-36,0},{-36,20},{-32,20}},color={0,0,127})); + + connect(con2373.y, add2.u2) annotation ( + Line(points={{-40,-42},{-36,-42},{-36,-30},{-32,-30}},color={0,0,127})); + + connect(pro.y, div1.u1) annotation ( + Line(points={{-8,26},{-2,26}}, color={0,0,127})); + + connect(add2.y, div1.u2) annotation ( + Line(points={{-8,-24},{-6,-24},{-6,14},{-2,14}},color={0,0,127})); + + connect(div1.y, add1.u2) annotation ( + Line(points={{22,20},{28,20}}, color={0,0,127})); + + connect(log.y, add1.u1) annotation ( + Line(points={{-10,66},{24,66},{24,32},{28,32}},color={0,0,127})); + + connect(add1.y, div2.u1) annotation ( + Line(points={{52,26},{60,26}}, color={0,0,127})); + + connect(con1727.y, div2.u2) annotation ( + Line(points={{-40,0},{54,0},{54,14},{60,14}},color={0,0,127})); + + connect(div2.y, pro1.u1) + annotation (Line(points={{84,20},{82,20},{82,-6},{-2,-6},{-2,-30},{2,-30}},color={0,0,127})); + + connect(con2373.y, pro1.u2) annotation ( + Line(points={{-40,-42},{2,-42}}, color={0,0,127})); + + connect(pro1.y, div3.u1) annotation ( + Line(points={{26,-36},{58,-36}}, color={0,0,127})); + + connect(div2.y, add3.u2) annotation ( + Line(points={{84,20},{82,20},{82,-6},{-2,-6},{-2,-76},{30,-76}}, color={0,0,127})); + + connect(add3.u1, con1.y) annotation ( + Line(points={{30,-64},{28,-64},{28,-62},{26,-62}},color={0,0,127})); + + connect(add3.y, div3.u2) annotation ( + Line(points={{54,-70},{56,-70},{56,-48},{58,-48}},color={0,0,127})); + + connect(con27315.y, add4.u2) annotation ( + Line(points={{-70,-4},{-70,14},{-98,14},{-98,20},{-94,20}}, color={0,0,127})); + + connect(dbT, add4.u1) annotation ( + Line(points={{-122,32},{-94,32}}, color={0,0,127})); + + connect(add4.y, pro.u1) annotation ( + Line(points={{-70,26},{-52,26},{-52,32},{-32,32}},color={0,0,127})); + + connect(add4.y, add2.u1)annotation ( + Line(points={{-70,26},{-64,26},{-64,-18},{-32,-18}},color={0,0,127})); + + connect(add5.y, dpT) annotation ( + Line(points={{92,-76},{122,-76}}, color={0,0,127})); + + connect(div3.y, add5.u1) annotation ( + Line(points={{82,-42},{86,-42},{86,-60},{64,-60},{64,-70},{68,-70}}, color={0,0,127})); + + connect(con27315.y, add5.u2) annotation ( + Line(points={{-70,-4},{-70,-68},{-22,-68},{-22,-82},{68,-82}}, color={0,0,127})); + + annotation (defaultComponentName="Dewpt", + Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text(extent={{-90,180},{90,76}},lineColor={28,108,200}, textStyle={TextStyle.Bold},textString="%name"),Rectangle(extent={{-100,100},{100,-100}},lineColor={179,151,128},radius=10,fillColor={255,255,255}, + fillPattern = +FillPattern.Solid),Text(extent={{-60,66},{28,-30}},lineColor={28,108,200},fillColor={28,108,200}, + fillPattern = +FillPattern.Solid,textString="T"),Text(extent={{-28,0},{62,-60}},lineColor={28,108,200},fillColor={28,108,200}, + fillPattern = +FillPattern.Solid,textString="dp"),Text(extent={{-96,74},{-58,46}},lineColor={28,108,200},fillColor={28,108,200}, + fillPattern = +FillPattern.Solid,textString="relHum"),Text(extent={{-96,-50},{-66,-70}},lineColor={28,108,200},fillColor={28,108,200}, + fillPattern = +FillPattern.Solid,textString="dbT"),Text(extent={{64,12},{98,-12}},lineColor={28,108,200},fillColor={28,108,200}, + fillPattern = +FillPattern.Solid,textString="%dpT")}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(revisions=" +
                                                                            +
                                                                          • +September 16, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info=" +

                                                                          Dewpoint Temperature Calculation

                                                                          +

                                                                          This block calculates dewpoint +(dpT) using a reduced formula that only +requires dry bulb temperature +(dbT) and relative humidity +(relHum) inputs. +

                                                                          +")); +end Dewpoint; diff --git a/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo b/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo new file mode 100644 index 00000000000..7daed150fde --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo @@ -0,0 +1,102 @@ +within Buildings.Controls.OBC.FDE.DOAS; + +block EconMode "This block calculates when economizer mode is active." + parameter Real econCooAdj( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 + "Value subtracted from supply air temperature cooling set point."; + // ---inputs--- + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof "True when supply fan is proven on" + annotation( + Placement(visible = true, transformation(origin = {2, -40}, extent = {{-142, 42}, {-102, 82}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{-142, 50}, {-102, 90}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput oaT + "Outside air temperature" + annotation( + Placement(visible = true, transformation(origin = {2, -38}, extent = {{-142, 6}, {-102, 46}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{-142, -20}, {-102, 20}}, rotation = 0))); + + // ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput ecoMode "True when economizer mode is active." + annotation( + Placement(transformation(extent = {{104, -20}, {144, 20}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput supCooSP "Supply air temperature cooling set point." + annotation( + Placement(visible = true, transformation(origin = {2, -34}, extent = {{-142, -30}, {-102, 10}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{-142, -90}, {-102, -50}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Continuous.Greater gre(h = econCooAdj) + "True if OAT > supCooSP." + annotation( + Placement(visible = true, transformation(origin = {-24, 34}, extent = {{-20, -46}, {0, -26}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Logical.And and2 + "Logical AND; true when fan is proven on and temperature set point conditions are met." + annotation( + Placement(transformation(extent = {{74, -10}, {94, 10}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( + final delayTime = 10, + final delayOnInit = true) + "Delay added to compensate for CDL not processing latch correctly." + annotation( + Placement(visible = true, transformation(origin = {12, 6}, extent = {{10, -18}, {30, 2}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + annotation( + Placement(visible = true, transformation(origin = {-4, -2}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + +equation + connect(and2.u1, supFanProof) annotation( + Line(points = {{72, 0}, {66, 0}, {66, 22}, {-120, 22}}, color = {255, 0, 255})); + + connect(and2.y, ecoMode) annotation( + Line(points = {{96, 0}, {124, 0}}, color = {255, 0, 255})); + + connect(oaT, gre.u1) annotation( + Line(points = {{-120, -12}, {-82, -12}, {-82, -2}, {-46, -2}}, color = {0, 0, 127})); + + connect(supCooSP, gre.u2) annotation( + Line(points = {{-120, -44}, {-46, -44}, {-46, -10}}, color = {0, 0, 127})); + + connect(gre.y, not1.u) annotation( + Line(points = {{-22, -2}, {-16, -2}}, color = {255, 0, 255})); + + connect(not1.y, truDel.u) annotation( + Line(points = {{8, -2}, {20, -2}}, color = {255, 0, 255})); + + connect(truDel.y, and2.u2) annotation( + Line(points = {{44, -2}, {60, -2}, {60, -8}, {72, -8}}, color = {255, 0, 255})); + + annotation( + defaultComponentName = "EconMod", + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Rectangle(fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{-102, 100}, {98, -100}}, radius = 10), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Text(textColor = {28, 108, 200}, extent = {{-96, 78}, {-52, 64}}, textString = "supFanProof"), Text(textColor = {28, 108, 200}, extent = {{-108, 8}, {-64, -6}}, textString = "oaT"), Text(textColor = {28, 108, 200}, extent = {{-96, -64}, {-56, -76}}, textString = "supCooSP"), Text(textColor = {28, 108, 200}, extent = {{58, 6}, {96, -6}}, textString = "ecoMode"), Rectangle(lineColor = {28, 108, 200},fillColor = {0, 0, 255}, + fillPattern = +FillPattern.Solid, extent = {{18, -2}, {22, -64}}), Text(textColor = {28, 108, 200}, extent = {{16, -32}, {54, -44}}, textString = "On"), Text(textColor = {28, 108, 200}, extent = {{14, 38}, {52, 26}}, textString = "Off"), Rectangle(lineColor = {244, 125, 35}, fillColor = {244, 125, 35}, + fillPattern = +FillPattern.Solid, extent = {{18, 60}, {22, -2}}), Line(points = {{-38, 46}, {6, 46}}), Line(points = {{-38, 18}, {6, 18}}), Ellipse(fillColor = {255, 255, 255}, + fillPattern = + FillPattern.Solid, extent = {{-18, 34}, {-14, 30}}), Line(points = {{-16, 34}, {-16, 46}}), Line(points = {{-16, 18}, {-16, 30}}), Line(points = {{-36, -24}, {8, -24}}), Line(points = {{-12, -38}, {2, -38}}), Ellipse(fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{-16, -36}, {-12, -40}}), Line(points = {{-36, -52}, {8, -52}}), Line(points = {{-30, -38}, {-16, -38}}), Text(textColor = {28, 108, 200}, extent = {{-32, 4}, {6, -8}}, textString = "%add2.y")}), + Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), + Documentation(info = " +

                                                                          Economizer Mode

                                                                          +

                                                                          This block enables economizer mode +(ecoMode) when the supply air fan is proven +(supFanProof) and outside air temperature +(oaT) is below the supply air temperature cooling set point +(supCooSP) minus an offset (econCooAdj). +Economizer mode is disabled when outside air temperature +rises above the supply air temperature cooling set point.

                                                                          +", revisions = " +
                                                                            +
                                                                          • +September 15, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +")); +end EconMode; diff --git a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo new file mode 100644 index 00000000000..bbdbb728971 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo @@ -0,0 +1,279 @@ +within Buildings.Controls.OBC.FDE.DOAS; +block EnergyWheel "This block commands the energy recovery wheel and associated bypass dampers." + parameter Real recSet( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 7 +273.15 + "Energy recovery set point."; + + parameter Real Thys( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 0.5 + "Energy recovery set point."; + + parameter Real recSetDelay( + final unit = "s", + final quantity = "Time") = 300 + "Minimum delay after OAT/RAT delta falls below set point."; + + parameter Real kGain_heat( + final unit = "1") = 0.00001 + "PID heating loop gain value."; + + parameter Real conTi_heat( + final unit = "s") = 0.00025 + "PID heating loop time constant of integrator."; + + parameter Real kGain_cool( + final unit = "1") = 0.00001 + "PID cooling loop gain value."; + + parameter Real conTi_cool( + final unit = "s") = 0.00025 "PID cooling loop time constant of integrator."; + + // ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof "True when the supply fan is proven on." + annotation(Placement(transformation(extent = {{-142, 60}, {-102, 100}}), + iconTransformation(extent = {{-142, 58}, {-102, 98}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput oaT + "Outside air temperature sensor." + annotation(Placement(transformation(extent = {{-142, -38}, {-102, 2}}), + iconTransformation(extent = {{-142, -38}, {-102, 2}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput raT + "Return air temperature sensor." + annotation(Placement(transformation(extent = {{-142, 0}, {-102, 40}}), + iconTransformation(extent = {{-142, -2}, {-102, 38}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput ecoMode "True when economizer mode is active." + annotation(Placement(transformation(extent = {{-142, 30}, {-102, 70}}), + iconTransformation(extent = {{-142, 28}, {-102, 68}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput erwT + "Energy recovery wheel supply air temperature." + annotation(Placement(transformation(extent = {{-142, -74}, {-102, -34}}), + iconTransformation(extent = {{-142, -68}, {-102, -28}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput supPrimSP "Primary supply air temperature set point." + annotation(Placement(transformation(extent = {{-142, -106}, {-102, -66}}), + iconTransformation(extent = {{-142, -98}, {-102, -58}}))); + + // ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput erwStart "Command to start the energy recovery wheel." + annotation(Placement(transformation(extent = {{102, 0}, {142, 40}}), + iconTransformation(extent = {{102, -20}, {142, 20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput erwSpeed( + final unit = "1", + final min = 0, + final max = 1) + "Energy recovery wheel speed command." + annotation (Placement(transformation(extent = {{102, -96}, {142, -56}}), + iconTransformation(extent = {{102, -80}, {142, -40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput bypDam + "Bypass damper command; true when commanded full open." + annotation(Placement(transformation(extent = {{102, 46}, {142, 86}}), + iconTransformation(extent = {{102, 40}, {142, 80}}))); + + Buildings.Controls.OBC.CDL.Continuous.Add difference( + final k2 = -1) + "Subtract outside air temperature from return air temperature." + annotation(Placement(visible = true, transformation(origin = {-6, 6}, extent = {{-90, -10}, {-70, 10}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Continuous.Abs abs + "Absolute value of OAT-RAT difference." + annotation(Placement(visible = true, transformation(origin = {-4, 4}, extent = {{-62, -10}, {-42, 10}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( + delayTime = recSetDelay, + delayOnInit = true) + "Recovery set point delay before disabling energy wheel." + annotation(Placement(visible = true, transformation(origin = {-4, 26}, extent = {{2, -38}, {22, -18}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Logical.And3 and3 + "Logical AND; true when fan is proven, economizer mode is off, and ERW + temperature start conditions are met." + annotation(Placement(transformation(extent = {{62, 10}, {82, 30}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "Logical NOT; true when economizer mode is off." + annotation(Placement(transformation(extent = {{-26, 40}, {-6, 60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Max max + "Outputs maximum value of two ERW temperature PI loops." + annotation ( + Placement(transformation(extent = {{-62, -78}, {-42, -58}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Logical switch outputs ERW temperature PI maximum output + when erwStart command is true." + annotation(Placement(transformation(extent = {{66, -86}, {86, -66}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0(final k = 0) "Real constant 0." + annotation(Placement(transformation(extent = {{30, -94}, {50, -74}}))); + + Buildings.Controls.OBC.CDL.Logical.And and1 + "Logical AND; true when fan is proven and unit is in economizer mode." + annotation(Placement(transformation(extent = {{-64, 56}, {-44, 76}}))); + + Buildings.Controls.OBC.CDL.Logical.Or or2 + "Logical OR." + annotation(Placement(transformation(extent = {{62, 56}, {82, 76}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not2 + "Logical NOT; true when ERW start command is off." + annotation(Placement(transformation(extent = {{34, 40}, {54, 60}}))); + + Buildings.Controls.OBC.CDL.Continuous.PID conPID_heat( + Ti = conTi_heat, + k = kGain_heat) + "PID loop if heating" + annotation(Placement(visible = true, transformation(origin = {-82, -50}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Continuous.PID conPID_cool( + Ti = conTi_cool, + k = kGain_cool) + "PID loop if cooling" + annotation(Placement(visible = true, transformation(origin = {-80, -82}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(uHigh = recSet, uLow = recSet - Thys) annotation ( + Placement(visible = true, transformation(origin={-22,4}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); +equation + connect(not1.u, ecoMode) annotation ( + Line(points = {{-28, 50}, {-122, 50}}, color = {255, 0, 255})); + + connect(not1.y, and3.u2) annotation ( + Line(points = {{-4, 50}, {0, 50}, {0, 20}, {60, 20}}, color = {255, 0, 255})); + + connect(supFanProof, and3.u1) annotation ( + Line(points = {{-122, 80}, {8, 80}, {8, 28}, {60, 28}}, color = {255, 0, 255})); + + connect(and3.y, erwStart) annotation ( + Line(points = {{84, 20}, {122, 20}}, color = {255, 0, 255})); + + connect(max.y, swi.u1) annotation ( + Line(points = {{-40, -68}, {64, -68}}, color = {0, 0, 127})); + + connect(and3.y, swi.u2) annotation ( + Line(points = {{84, 20}, {88, 20}, {88, -58}, {56, -58}, {56, -76}, {64, -76}}, color = {255, 0, 255})); + + connect(con0.y, swi.u3) annotation ( + Line(points = {{52, -84}, {64, -84}}, color = {0, 0, 127})); + + connect(swi.y, erwSpeed) annotation ( + Line(points = {{88, -76}, {122, -76}}, color = {0, 0, 127})); + connect(ecoMode, and1.u2) annotation ( + Line(points = {{-122, 50}, {-94, 50}, {-94, 58}, {-66, 58}}, color = {255, 0, 255})); + + connect(supFanProof, and1.u1) annotation ( + Line(points = {{-122, 80}, {-94, 80}, {-94, 66}, {-66, 66}}, color = {255, 0, 255})); + + connect(and1.y, or2.u1) annotation ( + Line(points = {{-42, 66}, {60, 66}}, color = {255, 0, 255})); + + connect(not2.y, or2.u2) annotation ( + Line(points = {{56, 50}, {58, 50}, {58, 58}, {60, 58}}, color = {255, 0, 255})); + + connect(and3.y, not2.u) annotation ( + Line(points = {{84, 20}, {88, 20}, {88, 36}, {28, 36}, {28, 50}, {32, 50}}, color = {255, 0, 255})); + + connect(or2.y, bypDam) annotation ( + Line(points = {{84, 66}, {122, 66}}, color = {255, 0, 255})); + + connect(supPrimSP, conPID_cool.u_s) annotation ( + Line(points = {{-122, -86}, {-105, -86}, {-105, -82}, {-92, -82}}, color = {0, 0, 127})); + + connect(supPrimSP, conPID_heat.u_s) annotation ( + Line(points = {{-122, -86}, {-122, -84}, {-94, -84}, {-94, -50}}, color = {0, 0, 127})); + + connect(erwT, conPID_heat.u_m) annotation ( + Line(points = {{-122, -54}, {-102, -54}, {-102, -62}, {-82, -62}}, color = {0, 0, 127})); + + connect(erwT, conPID_cool.u_m) annotation ( + Line(points = {{-122, -54}, {-100, -54}, {-100, -94}, {-80, -94}}, color = {0, 0, 127})); + + connect(conPID_heat.y, max.u1) annotation ( + Line(points = {{-70, -50}, {-70, -58}, {-64, -58}, {-64, -62}}, color = {0, 0, 127})); + + connect(conPID_cool.y, max.u2) annotation ( + Line(points = {{-68, -82}, {-64, -82}, {-64, -74}}, color = {0, 0, 127})); + + connect(raT, difference.u1) annotation ( + Line(points = {{-122, 20}, {-98, 20}, {-98, 12}}, color = {0, 0, 127})); + + connect(oaT, difference.u2) annotation ( + Line(points = {{-122, -18}, {-98, -18}, {-98, 0}}, color = {0, 0, 127})); + + connect(difference.y, abs.u) annotation ( + Line(points = {{-74, 6}, {-71, 6}, {-71, 4}, {-68, 4}}, color = {0, 0, 127})); + + connect(hys.y, truDel.u) annotation ( + Line(points={{-10,4},{-8,4},{-8,-2},{-4,-2}}, + color = {255, 0, 255})); + + connect(truDel.y, and3.u3) annotation ( + Line(points = {{20, -2}, {50, -2}, {50, 12}, {60, 12}}, color = {255, 0, 255})); + + connect(abs.y, hys.u) + annotation (Line(points={{-44,4},{-34,4}}, color={0,0,127})); + annotation ( + defaultComponentName = "ERWcon", + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Line(points = {{48, 0}, {-2, 0}}), Text(textColor = {28, 108, 200}, extent = {{-88, 180}, {92, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Text(textColor = {28, 108, 200}, extent = {{-98, 84}, {-54, 70}}, textString = "supFanProof"), Text(textColor = {28, 108, 200}, extent = {{-98, 54}, {-62, 44}}, textString = "ecoMode"), Text(textColor = {28, 108, 200}, extent = {{-108, 24}, {-72, 14}}, textString = "raT"), Text(textColor = {28, 108, 200}, extent = {{-108, -12}, {-72, -22}}, textString = "oaT"), Text(textColor = {28, 108, 200}, extent = {{-106, -42}, {-70, -52}}, textString = "erwT"), Text(textColor = {28, 108, 200}, extent = {{-96, -70}, {-56, -82}}, textString = "supPrimSP"), Text(textColor = {28, 108, 200}, extent = {{62, -54}, {98, -64}}, textString = "erwSpeed"), Text(textColor = {28, 108, 200}, extent = {{60, 4}, {96, -6}}, textString = "erwStart"), Text(textColor = {28, 108, 200}, extent = {{60, 66}, {96, 56}}, textString = "bypDam"), Ellipse(lineColor = {28, 108, 200}, fillColor = {170, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-14, 64}, {28, -68}}), Rectangle(lineColor = {170, 255, 255}, fillColor = {170, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-8, 64}, {8, -68}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {170, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-28, 64}, {14, -68}}), Rectangle(lineColor = {0, 140, 72}, fillColor = {0, 140, 72}, + fillPattern= +FillPattern.Solid, extent = {{32, -34}, {72, -36}}), Polygon(lineColor = {0, 140, 72}, fillColor = {0, 140, 72}, + fillPattern = FillPattern.Solid, points = {{72, -34}, {58, -28}, {58, -34}, {72, -34}}), Rectangle(lineColor = {28, 108, 200}, fillColor = {28, 108, 200}, + fillPattern= +FillPattern.Solid, extent = {{-70, -34}, {-30, -36}}), Polygon(lineColor = {28, 108, 200}, fillColor = {28, 108, 200}, + fillPattern= +FillPattern.Solid, points = {{-30, -34}, {-44, -28}, {-44, -34}, {-30, -34}}), Line(points = {{-8, 0}, {-58, 0}}), Rectangle(lineColor = {0, 140, 72}, fillColor = {0, 140, 72}, + fillPattern= +FillPattern.Solid, extent = {{-70, 30}, {-30, 28}}), Polygon(lineColor = {0, 140, 72}, fillColor = {0, 140, 72}, + fillPattern= +FillPattern.Solid, points = {{-56, 30}, {-56, 36}, {-70, 30}, {-56, 30}}), Polygon(lineColor = {238, 46, 47}, fillColor = {238, 46, 47}, + fillPattern= +FillPattern.Solid, points = {{44, 30}, {44, 36}, {30, 30}, {44, 30}}), Rectangle(lineColor = {238, 46, 47}, fillColor = {238, 46, 47}, + fillPattern= +FillPattern.Solid, extent = {{30, 30}, {70, 28}})}), + Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), + Documentation(revisions = " +
                                                                            +
                                                                          • +September 15, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info = " +

                                                                          Energy Recovery Wheel Start/Stop.

                                                                          +

                                                                          This block commands the ERW to start +(erwStart) when the DOAS is energized +(supFanProof) and the absolute difference between +return air temperature (raT) and outside air temperature +(oaT) is greater than the recovery set point +(recSet). When the DOAS is not energized, economizer +mode is enabled +(ecoMode), or the RAT/OAT difference falls below the +recovery set point for longer than the recovery set point delay +(recSetDelay) the ERW will be commanded to stop.

                                                                          +

                                                                          ERW Speed Control

                                                                          +

                                                                          The ERW speed +(erwSpeed) is modulated to maintain the energy recovery +supply temperature (erwT) at the primary supply air + temperature set point (supPrimSP).

                                                                          +

                                                                          Bypass Damper Control

                                                                          +When the DOAS is energized and in economizer mode or the ERW is stopped, +the bypass dampers shall be commanded fully open to bypass +(bypDam). When the DOAS is de-energized or the DOAS is +energized and the ERW is started, the bypass dampers shall be +commanded closed to bypass.

                                                                          +")); +end EnergyWheel; diff --git a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo new file mode 100644 index 00000000000..ad9f2e5f1aa --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo @@ -0,0 +1,120 @@ +within Buildings.Controls.OBC.FDE.DOAS; + +block ExhaustFanController "This block manages start, stop, and speed of the exhaust fan." + + parameter Real bldgSPset( + final unit = "Pa", + final quantity = "PressureDifference") = 15 + "Building static pressure set point"; + + parameter Real spPIk( + final unit = "1") = 0.00001 + "PID heating loop gain value."; + + parameter Real spPITi( + final unit = "s") = 0.00025 + "PID loop time constant of integrator."; + + // ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof + "True when supply fan is proven on" + annotation(Placement(transformation(extent = {{-142, 34}, {-102, 74}}), iconTransformation(extent = {{-140, 40}, {-100, 80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput bldgSP + "Building static pressure" + annotation(Placement(transformation(extent = {{-142, -28}, {-102, 12}}), iconTransformation(extent = {{-140, -84}, {-100, -44}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput exhFanProof + "True when exhaust fan is proven on." + annotation(Placement(transformation(extent = {{-142, -62}, {-102, -22}}), iconTransformation(extent = {{-140, -20}, {-100, 20}}))); + + // ---outputs--- + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput exhFanStart + "Command exhaust fan to start when true." annotation(Placement(transformation(extent = {{102, 34}, {142, 74}}), iconTransformation(extent = {{100, 40}, {140, 80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput exhFanSpeed "Exhaust fan speed command" + annotation(Placement(transformation(extent = {{102, -16}, {142, 24}}), iconTransformation(extent = {{100, -80}, {140, -40}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant bldgStaticSP( + final k = bldgSPset) + "Building static pressure set point." + annotation(Placement(transformation(extent = {{-40, 2}, {-20, 22}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Logical switch is true when fan status is proven." + annotation(Placement(transformation(extent = {{38, -6}, {58, 14}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0( + final k = 0) + "Real constant 0." + annotation(Placement(transformation(extent = {{-4, -74}, {16, -54}}))); + + Buildings.Controls.OBC.CDL.Continuous.PID conPID1( + Ti = spPITi, + k = spPIk) + "Continuous PID for static pressure and setpoint" + annotation(Placement(visible = true, transformation(origin = {-2, 4}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + + CDL.Logical.TrueDelay truDel( + delayTime = 5) + "True Delay of 5s" + annotation(Placement(visible = true, transformation(origin = {0, 54}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + +equation + connect(con0.y, swi.u3) annotation( + Line(points = {{18, -64}, {28, -64}, {28, -4}, {36, -4}}, color = {0, 0, 127})); + + connect(swi.y, exhFanSpeed) annotation( + Line(points = {{60, 4}, {122, 4}}, color = {0, 0, 127})); + + connect(swi.u2, exhFanProof) annotation( + Line(points = {{36, 4}, {20, 4}, {20, -42}, {-122, -42}}, color = {255, 0, 255})); + + connect(bldgSP, conPID1.u_m) annotation( + Line(points = {{-122, -8}, {-2, -8}}, color = {0, 0, 127})); + + connect(bldgStaticSP.y, conPID1.u_s) annotation( + Line(points = {{-18, 12}, {-14, 12}, {-14, 4}}, color = {0, 0, 127})); + + connect(conPID1.y, swi.u1) annotation( + Line(points = {{10, 4}, {14, 4}, {14, 12}, {36, 12}}, color = {0, 0, 127})); + + connect(supFanProof, truDel.u) annotation( + Line(points = {{-122, 54}, {-12, 54}}, color = {255, 0, 255})); + + connect(truDel.y, exhFanStart) annotation( + Line(points = {{12, 54}, {122, 54}}, color = {255, 0, 255})); + + annotation( + defaultComponentName = "EFcon", + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Rectangle(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{-48, 40}, {14, -14}}), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{-26, 40}, {56, -42}}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{4, 12}, {28, -12}}), Line(points = {{-54, 54}, {-10, 52}, {-50, 52}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-52, 50}, {-2, 48}, {30, 54}, {-26, 68}, {134, 70}, {148, 22}, {152, 42}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-68, 72}, {6, 72}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-52, 70}, {6, 66}, {-28, 66}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{42, 60}, {36, 54}, {28, 70}, {42, 62}}, color = {0, 127, 0}, pattern = LinePattern.None), Text(textColor = {28, 108, 200}, extent = {{52, -50}, {102, -66}}, textString = "Speed"), Text(textColor = {28, 108, 200}, extent = {{52, 70}, {102, 54}}, textString = "Start"), Text(textColor = {28, 108, 200}, extent = {{-96, 68}, {-46, 52}}, textString = "SF Proof"), Text(textColor = {28, 108, 200}, extent = {{-102, 6}, {-52, -10}}, textString = "Status"), Text(textColor = {28, 108, 200}, extent = {{-96, -56}, {-46, -72}}, textString = "Bldg SP")}), + Diagram(coordinateSystem(preserveAspectRatio = false)), + Documentation(revisions = " +
                                                                            +
                                                                          • +September 14, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info = " +

                                                                          Exhuast Fan Start/Stop.

                                                                          +

                                                                          This block commands the exhaust fan to start +(exhFanStart) when the supply fan is proven +(supFanProof) on.

                                                                          +

                                                                          Building Static Pressure Control

                                                                          +

                                                                          The exhaust fan speed +( exhFanSpeed) is modulated to maintain +the building static pressure (bldgSP) at +set point (bldgSPset) when the exhaust +fan is proven on (exhFanProof). +

                                                                          +")); +end ExhaustFanController; diff --git a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo new file mode 100644 index 00000000000..fcc1c344564 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo @@ -0,0 +1,85 @@ +within Buildings.Controls.OBC.FDE.DOAS; + +block HeatingCoil "This block commands the heating coil." + parameter Real SArhcPIk = 0.0000001 + "Heating coil SAT PI gain value k."; + + parameter Real SArhcPITi = 0.000025 + "Heating coil SAT PI time constant value Ti."; + + // ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof + "True when supply fan is proven on." + annotation(Placement(transformation(extent = {{-142, -20}, {-102, 20}}), iconTransformation(extent = {{-142, -20}, {-102, 20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput saT "Supply air temperature sensor value." + annotation(Placement(transformation(extent = {{-142, -60}, {-102, -20}}), iconTransformation(extent = {{-142, -70}, {-102, -30}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput supHeaSP + "Supply air temperature heating set point." annotation(Placement(transformation(extent = {{-142, 16}, {-102, 56}}), iconTransformation(extent = {{-142, 28}, {-102, 68}}))); + + // ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRHC "Reheat coil valve command." + annotation(Placement(transformation(extent = {{102, -20}, {142, 20}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Logical switch passes supply air heating set point when supply fan is proven otherwise sends 0 set point." annotation(Placement(transformation(extent = {{-20, -10}, {0, 10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0( + final k = 0) + "Real constant 0" + annotation(Placement(transformation(extent = {{-52, -28}, {-32, -8}}))); + + Buildings.Controls.OBC.CDL.Continuous.PID conPID1( + Ti = SArhcPITi, + k = SArhcPIk) + annotation(Placement(visible = true, transformation(origin = {32, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + +equation + + connect(swi.u2, supFanProof) annotation( + Line(points = {{-22, 0}, {-122, 0}}, color = {255, 0, 255})); + + connect(con0.y, swi.u3) annotation( + Line(points = {{-30, -18}, {-26, -18}, {-26, -8}, {-22, -8}}, color = {0, 0, 127})); + + connect(swi.u1, supHeaSP) annotation( + Line(points = {{-22, 8}, {-32, 8}, {-32, 36}, {-122, 36}}, color = {0, 0, 127})); + + connect(swi.y, conPID1.u_s) annotation( + Line(points = {{2, 0}, {20, 0}}, color = {0, 0, 127})); + + connect(saT, conPID1.u_m) annotation( + Line(points = {{-122, -40}, {32, -40}, {32, -12}}, color = {0, 0, 127})); + + connect(conPID1.y, yRHC) annotation( + Line(points = {{44, 0}, {122, 0}}, color = {0, 0, 127})); + + annotation( + defaultComponentName = "Heating", + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Rectangle(lineColor = {238, 46, 47}, fillColor = {254, 56, 30}, + fillPattern = +FillPattern.Solid, extent = {{-22, 68}, {6, -66}}), Rectangle(fillColor = {162, 29, 33}, + fillPattern = +FillPattern.Solid, extent = {{-14, 58}, {68, 56}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {162, 29, 33}, + fillPattern = +FillPattern.Solid, extent = {{-16, 60}, {-10, 54}}), Rectangle(fillColor = {162, 29, 33}, + fillPattern = +FillPattern.Solid, extent = {{-2, -56}, {80, -58}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {162, 29, 33}, + fillPattern = +FillPattern.Solid, extent = {{-4, -54}, {2, -60}}), Polygon(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, points = {{42, -58}, {30, -66}, {30, -50}, {42, -58}}), Polygon(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, points = {{42, -58}, {54, -66}, {54, -50}, {42, -58}}), Ellipse(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{38, -54}, {46, -62}}), Line(points = {{42, -48}, {42, -54}}, color = {127, 0, 0}), Ellipse(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{36, -32}, {48, -46}}), Rectangle(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{36, -38}, {48, -48}}), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Text(textColor = {28, 108, 200}, extent = {{-98, 8}, {-54, -6}}, textString = "supFanProof"), Text(textColor = {28, 108, 200}, extent = {{58, 8}, {102, -6}}, textString = "yRHC"), Text(textColor = {28, 108, 200}, extent = {{-98, 54}, {-58, 44}}, textString = "supHeaSP"), Text(textColor = {28, 108, 200}, extent = {{-108, -42}, {-68, -54}}, textString = "saT")}), + Diagram(coordinateSystem(preserveAspectRatio = false)), + experiment(StopTime = 5760, __Dymola_Algorithm = "Dassl")); +end HeatingCoil; diff --git a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo new file mode 100644 index 00000000000..0085855e8af --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo @@ -0,0 +1,177 @@ +within Buildings.Controls.OBC.FDE.DOAS; + +block SupplyFanController "This block manages start, stop, status, and speed of the supply fan." + + parameter Real minDDSPset( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 125 + "Minimum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); + + parameter Real maxDDSPset( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 500 + "Maximum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); + + parameter Real cvDDSPset( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; + + parameter Real damSet( + min = 0, + max = 1, + final unit = "1") = 0.9 + "DDSP terminal damper percent open set point"; + + parameter Boolean vvUnit = true + "Set true when unit serves variable volume system."; + + parameter Real DampspPIk = 0.0000001 + "Damper position setpoint PI gain value k."; + + parameter Real DampspPITi = 0.000025 + "Damper position setpoint PI time constant value Ti."; + + parameter Real FSspPIk = 0.0000001 " + Fan speed set point SAT PI gain value k."; + + parameter Real MinFS = 0.0000001 + "Minimum Fan Speed"; + + parameter Real FSspPITi = 0.000025 + "Fan speed set point SAT PI time constant value Ti."; + // ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput occ + "True when occupied mode is active" + annotation(Placement(transformation(extent = {{-142, 60}, {-102, 100}}), iconTransformation(extent = {{-140, 50}, {-100, 90}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput mostOpenDam if vvUnit + "Most open damper position from all terminal units served." + annotation(Placement(transformation(extent = {{-142, -24}, {-102, 16}}), iconTransformation(extent = {{-140, 14}, {-100, 54}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanStatus + "True when supply fan is proven on." + annotation(Placement(transformation(extent = {{-142, 22}, {-102, 62}}), iconTransformation(extent = {{-140, -56}, {-100, -16}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput DDSP "Down duct static pressure measurement." + annotation(Placement(transformation(extent = {{-142, -106}, {-102, -66}}), iconTransformation(extent = {{-140, -92}, {-100, -52}}))); + // ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput supFanStart + "Command supply fan to start when true." + annotation(Placement(transformation(extent = {{102, 60}, {142, 100}}), iconTransformation(extent = {{100, 32}, {140, 72}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput supFanSpeed + "Supply fan speed command" + annotation(Placement(transformation(extent = {{102, -50}, {142, -10}}), iconTransformation(extent = {{100, -64}, {140, -24}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant dampSet( + k = damSet) if vvUnit + "Most open damper position set point." + annotation(Placement(transformation(extent = {{-98, 4}, {-78, 24}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant cvDDSPsetpt( + final k = cvDDSPset) if not vvUnit + "DDSP set point for constant volume systems." annotation(Placement(transformation(extent = {{-72, -64}, {-52, -44}}))); + + CDL.Logical.Switch swi + "Swtich passes fan speed set point when true; 0 when false." + annotation(Placement(transformation(extent = {{14, -40}, {34, -20}}))); + + CDL.Continuous.Sources.Constant con0( + k = MinFS) + "Real constant 0" + annotation(Placement(transformation(extent = {{-26, -64}, {-6, -44}}))); + + Buildings.Controls.OBC.CDL.Continuous.PID DamperSPPI( + Ti = DampspPITi, + k = DampspPIk) if vvUnit + annotation(Placement(visible = true, transformation(origin = {-38, 22}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Continuous.PID FanSpeedSPPI( + Ti = FSspPITi, + k = FSspPIk) + annotation(Placement(visible = true, transformation(origin = {62, -30}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Logical.Timer + tim(t = 300) + annotation(Placement(visible = true, transformation(origin = {-8, 88}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + +equation + connect(con0.y, swi.u3) annotation( + Line(points = {{-4, -54}, {4, -54}, {4, -38}, {12, -38}}, color = {0, 0, 127})); + + connect(supFanStatus, swi.u2) annotation( + Line(points = {{-122, 42}, {0, 42}, {0, -30}, {12, -30}}, color = {255, 0, 255})); + + connect(cvDDSPsetpt.y, swi.u1) annotation( + Line(points = {{-50, -54}, {-34, -54}, {-34, -22}, {12, -22}}, color = {0, 0, 127})); + + connect(dampSet.y, DamperSPPI.u_s) annotation( + Line(points = {{-76, 14}, {-71, 14}, {-71, 22}, {-50, 22}}, color = {0, 0, 127})); + + connect(mostOpenDam, DamperSPPI.u_m) annotation( + Line(points = {{-122, -4}, {-38, -4}, {-38, 10}}, color = {0, 0, 127})); + + connect(DamperSPPI.y, swi.u1) annotation( + Line(points = {{-26, 22}, {-26, -22}, {12, -22}}, color = {0, 0, 127})); + + connect(swi.y, FanSpeedSPPI.u_s) annotation( + Line(points = {{36, -30}, {50, -30}}, color = {0, 0, 127})); + + connect(DDSP, FanSpeedSPPI.u_m) annotation( + Line(points = {{-122, -86}, {62, -86}, {62, -42}}, color = {0, 0, 127})); + + connect(FanSpeedSPPI.y, supFanSpeed) annotation( + Line(points = {{74, -30}, {122, -30}}, color = {0, 0, 127})); + + connect(occ, tim.u) annotation( + Line(points = {{-122, 80}, {-69, 80}, {-69, 88}, {-20, 88}}, color = {255, 0, 255})); + + connect(tim.passed, supFanStart) annotation( + Line(points = {{4, 80}, {122, 80}}, color = {255, 0, 255})); + + annotation( + defaultComponentName = "SFcon", + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Rectangle(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{-8, 40}, {54, -14}}), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{-54, 40}, {28, -42}}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{-24, 12}, {0, -12}}), Text(textColor = {28, 108, 200}, extent = {{-108, 78}, {-64, 62}}, textString = "occ"), Text(textColor = {28, 108, 200}, extent = {{-100, -30}, {-58, -44}}, textString = "Status"), Text(textColor = {28, 108, 200}, extent = {{62, 60}, {106, 44}}, textString = "Start"), Text(textColor = {28, 108, 200}, extent = {{56, 8}, {106, -8}}, textString = "Proof"), Text(textColor = {28, 108, 200}, extent = {{-102, -66}, {-60, -78}}, textString = "DDSP"), Text(textColor = {28, 108, 200}, extent = {{56, -36}, {106, -52}}, textString = "Speed"), Line(points = {{-54, 54}, {-10, 52}, {-50, 52}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-52, 50}, {-2, 48}, {30, 54}, {-26, 68}, {134, 70}, {148, 22}, {152, 42}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-68, 72}, {6, 72}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-52, 70}, {6, 66}, {-28, 66}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{42, 60}, {36, 54}, {28, 70}, {42, 62}}, color = {0, 127, 0}, pattern = LinePattern.None), Text(textColor = {28, 108, 200}, extent = {{-96, 44}, {-52, 28}}, textString = "openDam")}), + Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), + Documentation(revisions = " +
                                                                            +
                                                                          • +September 11, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info = " +

                                                                          Supply Fan Start/Stop.

                                                                          +

                                                                          This block commands the supply fan to start +(supFanStart) when the unit enters occupied +(occ) mode. When supply fan status +(SupFanStatus) is proven, fan speed control +(SupFanSpeed) is enabled and the +supply fan proof (supFanProof) is turned on.

                                                                          +

                                                                          Down Duct Static Pressure Control

                                                                          +

                                                                          The supply fan speed +(supFanSpeed) is modulated to maintain +the down duct static pressure (DDSP) at +set point. The down duct set point is reset between minimum +(minDDSPset) and maximum +(maxDDSPset) values determined by TAB. The reset is +based on the most open damper +(mostOpenDam) remaining at a specific position +(damSet) (i.e. The terminal unit air flow set point is satisfied + with its primary air damper 90% open).

                                                                          +

                                                                          There is also an option for a fixed down duct static pressure set point +(cvDDSPset) when the variable volume parameter +vvUnit is false. +

                                                                          +")); +end SupplyFanController; diff --git a/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo b/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo new file mode 100644 index 00000000000..7436b6f72c3 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo @@ -0,0 +1,209 @@ +within Buildings.Controls.OBC.FDE.DOAS; +block TSupSet + "This block caclulates the DOAS supply air temperature set point." + + parameter Real loPriT( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+20 + "Minimum primary supply air temperature reset value"; + + parameter Real hiPriT( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+24 + "Maximum primary supply air temperature reset value"; + + parameter Real hiZonT( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+25 + "Maximum zone temperature reset value"; + + parameter Real loZonT( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+21 + "Minimum zone temperature reset value"; + + parameter Real coAdj( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=2 + "Supply air temperature cooling set point offset."; + + parameter Real heAdj( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=2 + "Supply air temperature heating set point offset."; + + // ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealInput highSpaceT( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") + "Highest space temperature reported from all terminal units." + annotation(Placement(transformation(extent={{-142,-18},{-102,22}}), +iconTransformation(extent={{-140,-70},{-100,-30}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput dehumMode + "True when dehumidification mode is active." + annotation(Placement(transformation(extent={{-142,-102},{-102,-62}}), + iconTransformation(extent={{-140,30},{-100,70}}))); + + // ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealOutput supCooSP + "Supply air temperature cooling set point." + annotation(Placement(transformation(extent={{102,16},{142,56}}), + iconTransformation(extent={{102,20},{142,60}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput supHeaSP + "Supply air temperature heating set point" + annotation(Placement(transformation(extent={{102,-52},{142,-12}}), + iconTransformation(extent={{102,-60},{142,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Line lin + "Linear converter resets primary supply set point." + annotation(Placement(transformation(extent={{-42,-8},{-22,12}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant lowPriT( + final k=loPriT) + "Low primary supply temperature set point reset value." + annotation(Placement(transformation(extent={{-90,-60},{-70,-40}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant highPriT( + final k=hiPriT) + "High primary supply temperature set point reset value." + annotation(Placement(transformation(extent={{-90,10},{-70,30}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant highZoneT( + final k=hiZonT) + "High zone temperature set point reset value." + annotation(Placement(transformation(extent={{-90,-28},{-70,-8}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant lowZoneT( + final k=loZonT) + "Low zone temperature set point reset value." + annotation(Placement(transformation(extent={{-90,42},{-70,62}}))); + + Buildings.Controls.OBC.CDL.Continuous.Add add2 + "Adds the cooling set point adjustment to the primary set point." + annotation(Placement(transformation(extent={{22,26},{42,46}}))); + + Buildings.Controls.OBC.CDL.Continuous.Add add1( + final k2=-1) + "Subtracts the heating set point adjustment from the primary set point." + annotation(Placement(transformation(extent={{22,-50},{42,-30}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant coolAdj( + final k=coAdj) + "Supply air temperature cooling set point offset." + annotation(Placement(transformation(extent={{-14,44},{6,64}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant heatAdj( + final k=heAdj) + "Supply air temperature heating set point offset." + annotation(Placement(transformation(extent={{-14,-66},{6,-46}}))); + Buildings.Controls.OBC.CDL.Logical.Switch dehumSwi + "Logical switch changes heating set point based on dehumidification mode." + annotation (Placement(transformation(extent={{66,-42},{86,-22}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput supPrimSP + "Supply air primary temperature set point." + annotation(Placement(transformation(extent={{102,-18},{142,22}}), + iconTransformation(extent={{102,-20},{142,20}}))); + +equation + connect(lin.u, highSpaceT) annotation( + Line(points={{-44,2},{-122,2}}, color={0,0,127})); + + connect(heatAdj.y, add1.u2) annotation( + Line(points={{8,-56},{14,-56},{14,-46},{20,-46}},color={0,0,127})); + + connect(coolAdj.y, add2.u1) annotation ( Line(points={{8,54},{14,54},{14,42},{20,42}}, color={0,0,127})); + + connect(lin.y, add2.u2) annotation ( + Line(points={{-20,2},{2,2},{2,30},{20,30}}, color={0,0,127})); + + connect(lin.y, add1.u1) annotation ( + Line(points={{-20,2},{2,2},{2,-34},{20,-34}}, + color={0,0,127})); + + connect(add1.y, dehumSwi.u3) annotation( + Line(points={{44,-40},{64,-40}}, color={0,0,127})); + + connect(add2.y, supCooSP) annotation( + Line(points={{44,36},{122,36}}, color={0,0,127})); + + connect(dehumSwi.y, supHeaSP) annotation ( + Line(points={{88,-32},{122,-32}}, color={0,0,127})); + + connect(add2.y, dehumSwi.u1) annotation ( + Line(points={{44,36},{54,36},{54,-24},{64,-24}}, + color={0,0,127})); + + connect(dehumSwi.u2, dehumMode)annotation ( + Line(points={{64,-32},{54,-32},{54,-82},{-122,-82}}, + color={255,0,255})); + + connect(highZoneT.y, lin.x2) annotation ( + Line(points={{-68,-18},{-58,-18},{-58,-2},{-44,-2}}, + color={0,0,127})); + + connect(lowZoneT.y, lin.x1)annotation ( + Line(points={{-68,52},{-52,52},{-52,10},{-44,10}},color={0,0,127})); + + connect(highPriT.y, lin.f1)annotation ( + Line(points={{-68,20},{-56,20},{-56,6},{-44,6}}, + color={0,0,127})); + + connect(lowPriT.y, lin.f2) annotation ( + Line(points={{-68,-50},{-52,-50},{-52,-6},{-44,-6}},color={0,0,127})); + + connect(lin.y, supPrimSP)annotation ( + Line(points={{-20,2},{122,2}}, color={0,0,127})); + + annotation (defaultComponentName="TSupSetpt", + Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text(extent={{-90,180},{90,76}},lineColor={28,108,200},textStyle={TextStyle.Bold},textString="%name"),Rectangle(extent={{-100,100},{100,-100}},lineColor={179,151,128},radius=10,fillColor={255,255,255}, + fillPattern = +FillPattern.Solid),Text(extent={{-94,-40},{-40,-58}},lineColor={28,108,200},textString="highSpaceT"),Text(extent={{-94,60},{-40,42}},lineColor={28,108,200},textString="dehumMode"),Text(extent={{40,50},{94,32}},lineColor={28,108,200}, +textString="supCooSP"),Text(extent={{42,-30},{96,-48}}, +lineColor={28,108,200},textString="supHeaSP"),Rectangle(extent={{14,22},{18,-22}},lineColor={0,140,72},fillColor={0,140,72}, + fillPattern = +FillPattern.Solid),Rectangle(extent={{14,22},{18,60}},lineColor={238,46,47},fillColor={255,0,0}, + fillPattern = +FillPattern.Solid),Rectangle(extent={{14,-60},{18,-22}},lineColor={28,108,200},fillColor={28,108,200}, + fillPattern = +FillPattern.Solid),Rectangle(extent={{-40,-4},{6,-6}},lineColor={162,29,33},fillColor={162,29,33}, + fillPattern= +FillPattern.Solid),Polygon(points={{6,-4},{-8,6},{-12,-4},{6,-4}},lineColor={162,29,33},fillColor={162,29,33}, + fillPattern = +FillPattern.Solid), +Text(extent={{42,8},{96,-10}},lineColor={28,108,200},textString="supPrimSP")}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(revisions=" +
                                                                            +
                                                                          • +September 14, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info=" +

                                                                          Supply Temperature Set Points

                                                                          +

                                                                          This block calculates the primary, cooling +(supCooSP), and heating +(supHeaSP) supply air temperature set points. +The primary supply air temperature set point is reset from +loPriT to hiPriT as the highest +space temperature (highSpaceT) falls from +hiZonT to loZonT.

                                                                          +

                                                                          The supply air cooling set point is equal to the primary +air temperature set point plus ccAdj. The supply +air heating set point is equal to the primary air temperature +set point minus ccAdj. +

                                                                          Dehumidification Set Point

                                                                          +

                                                                          When dehumidification mode (dehumMode) is active the supply air +temperature heating set point is changed to equal the +supply air temperature cooling set point.

                                                                          +")); +end TSupSet; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo new file mode 100644 index 00000000000..9c383674ef6 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo @@ -0,0 +1,112 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; +model CoolingCoil "This model simulates CoolingCoil" + + parameter Real erwDPadj( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=5 + "Value subtracted from ERW supply air dewpoint."; + + Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling( + erwDPadj=278.15) + annotation (Placement(transformation(extent={{48,-24},{68,-4}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( + width=0.8, + period=5760, + startTime=300) + annotation (Placement(transformation(extent={{-62,60},{-42,80}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine saTGen( + amplitude=3, + freqHz=1/4800, + phase=0.87266462599716, + offset=295, + startTime=0) + annotation (Placement(transformation(extent={{-26,40},{-6,60}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine ccTGen( + amplitude=3, + freqHz=1/4800, + phase=0, + offset=293, + startTime=0) + annotation (Placement(transformation(extent={{-60,-28},{-40,-8}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse dehumMode( + width=0.5, + period=4700, + startTime=1000) + annotation (Placement(transformation(extent={{-26,-6},{-6,14}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine supCooGen( + amplitude=2, + freqHz=1/3100, + offset=293, + startTime=12) + annotation (Placement(transformation(extent={{-62,16},{-42,36}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine erwTGen( + amplitude=3, + freqHz=1/4800, + phase=0, + offset=294, + startTime=0) + annotation (Placement(transformation(extent={{-60,-66},{-40,-46}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine erwHumGen( + amplitude=10, + freqHz=1/3600, + offset=60, + startTime=1250) + annotation (Placement(transformation(extent={{-26,-48},{-6,-28}}))); + +equation + connect(SFproof.y, Cooling.supFanProof) annotation ( + Line(points={{-40,70},{18,70},{18,-5.6},{45.8,-5.6}}, color={255,0,255})); + + connect(saTGen.y, Cooling.saT) annotation ( + Line(points={{-4,50},{12,50},{12,-8.4},{45.8,-8.4}}, + color={0,0,127})); + + connect(ccTGen.y, Cooling.ccT) annotation ( + Line(points={{-38,-18},{14,-18},{14,-17.2},{45.8,-17.2}}, color={0,0,127})); + + connect(dehumMode.y, Cooling.dehumMode) annotation ( + Line(points={{-4,4},{0,4},{0,-14.6},{45.8,-14.6}}, color={255,0,255})); + + connect(supCooGen.y, Cooling.supCooSP) annotation ( + Line(points={{-40,26},{6,26},{6,-11.2},{45.8,-11.2}}, color={0,0,127})); + + connect(erwHumGen.y, Cooling.erwHum) annotation ( + Line(points={{-4,-38},{14,-38},{14,-19.8},{45.8,-19.8}},color={0,0,127})); + + connect(erwTGen.y, Cooling.erwT) annotation ( + Line(points={{-38,-56},{18,-56},{18,-22.4},{45.8,-22.4}}, color={0,0,127})); + + annotation ( + Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, +fillColor={255,255,255}, + fillPattern = +FillPattern.Solid,extent={{-100,-100},{100,100}}), +Polygon(lineColor = {0,0,255},fillColor = {75,138,73}, +pattern = LinePattern.None, + fillPattern = +FillPattern.Solid, +points={{-36,60},{64,0},{-36,-60},{-36,60}})}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(revisions=" +
                                                                            +
                                                                          • +September 17, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info=" +

                                                                          +This example simulates + +Buildings.Controls.OBC.FDE.DOAS.CoolingCoil. +

                                                                          +"), + experiment(StopTime=5760, __Dymola_Algorithm="Dassl")); +end CoolingCoil; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo new file mode 100644 index 00000000000..64ea63c2ee7 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo @@ -0,0 +1,386 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; + +model DOAScontroller "DOAS controller" + + parameter Real erwEff( + final min = 0, + final max = 1) = 0.8 + "ERW efficiency parameter." + annotation(Dialog(tab = "DOAS", group = "General")); + + parameter Boolean vvUnit = true + "Set true when unit serves variable volume system." + annotation(Dialog(tab = "DOAS", group = "General")); + + parameter Real damSet( + final min = 0, + final max = 1, + final unit = "1") = 0.9 + "DDSP terminal damper percent open set point" + annotation(Dialog(tab = "DOAS", group = "General")); + + parameter Real cctPIk = 0.0000001 + "Cooling coil CCT PI gain value k." + annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + + parameter Real cctPITi = 0.0075 + "Cooling coil CCT PI time constant value Ti." + annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + + parameter Real SAccPIk = 0.0000001 + "Cooling coil SAT PI gain value k." + annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + + parameter Real SAccPITi = 0.0075 + "Cooling coil SAT PI time constant value Ti." + annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + + parameter Real dehumSet( + final min = 0, + final max = 100) = 60 + "Dehumidification set point." + annotation(Dialog(tab = "Dehumidification", group = "Set Point")); + + parameter Real dehumDelay( + final unit = "s", + final quantity = "Time") = 600 + "Minimum delay after RH falls below set point before turning dehum off." + annotation(Dialog(tab = "Dehumidification", group = "Timer")); + + parameter Real minRun( + final unit = "s", + final quantity = "Time") = 120 + "Minimum supply fan proof delay before allowing dehum mode." + annotation(Dialog(tab = "Dehumidification", group = "Timer")); + + parameter Real econCooAdj( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 + "Value subtracted from supply air temperature cooling set point." + annotation(Dialog(tab = "Economizer", group = "Set Point")); + + parameter Real erwDPadj( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 5 + "Value subtracted from ERW supply air dewpoint." + annotation(Dialog(tab = "Energy Recovery Wheel", group = "Set Point")); + + parameter Real recSet( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 7 + "Energy recovery set point." + annotation(Dialog(tab = "Energy Recovery Wheel", group = "Set Point")); + + parameter Real recSetDelay( + final unit = "s", + final quantity = "Time") = 300 + "Minimum delay after OAT/RAT delta falls below set point." + annotation(Dialog(tab = "Energy Recovery Wheel", group = "Timer")); + + parameter Real kGain( + final unit = "1") = 0.00001 + "PID loop gain value." + annotation(Dialog(tab = "Energy Recovery Wheel", group = "PID")); + + parameter Real conTi( + final unit = "s") = 0.00025 + "PID time constant of integrator." + annotation(Dialog(tab = "Energy Recovery Wheel", group = "PID")); + + parameter Real SArhcPIk = 0.0000001 + "Heating coil SAT PI gain value k." + annotation(Dialog(tab = "Heating Coil", group = "PI Parameters")); + + parameter Real SArhcPITi = 0.0075 + "Heating coil SAT PI time constant value Ti." + annotation(Dialog(tab = "Heating Coil", group = "PI Parameters")); + + parameter Real minDDSPset( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 125 + "Minimum down duct static pressure reset value" + annotation(Dialog(tab = "Pressure", group = "DDSP range")); + + parameter Real maxDDSPset( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 500 + "Maximum down duct static pressure reset value" + annotation(Dialog(tab = "Pressure", group = "DDSP range")); + + parameter Real cvDDSPset( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 250 + "Constant volume down duct static pressure set point" + annotation(Dialog(tab = "Pressure", group = "CV DDSP")); + + parameter Real bldgSPset( + final unit = "Pa", + final quantity = "PressureDifference") = 15 + "Building static pressure set point" + annotation(Dialog(tab = "Pressure", group = "Building")); + + parameter Real loPriT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 20 + "Minimum primary supply air temperature reset value" + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + parameter Real hiPriT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 24 + "Maximum primary supply air temperature reset value" + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + parameter Real hiZonT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 25 + "Maximum zone temperature reset value" + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + parameter Real loZonT( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 21 + "Minimum zone temperature reset value" + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + parameter Real coAdj( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 + "Supply air temperature cooling set point offset." + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + parameter Real heAdj( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 + "Supply air temperature heating set point offset." + annotation(Dialog(tab = "Temperature", group = "Set Point")); + + Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon( + cctPIk = 0.001, + cctPITi = 0.025, + SAccPIk = 0.001, + SAccPITi = 0.025) + annotation(Placement(transformation(extent = {{64, -18}, {84, 16}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse OccGen( + width = 0.8, + period = 8000, + startTime = 1000) + "Simulates occupancy mode schedule." + annotation(Placement(transformation(extent = {{-42, 76}, {-22, 96}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine mostOpenDamGen( + amplitude = 4, + freqHz = 1/5670, + offset = 90) + "Simulates changing terminal unit most open damper position." + annotation(Placement(transformation(extent = {{-42, 46}, {-22, 66}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( + delayTime = 10, + delayOnInit = true) + "Simulates delay from initial fan start command to fan status proof." + annotation(Placement(visible = true, transformation(origin = {48, 8}, extent = {{-94, 14}, {-74, 34}}, rotation = 0))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sensorDDSP( + amplitude = 300, + freqHz = 1/10800, + phase = 3.9269908169872, + offset = 400) + annotation(Placement(transformation(extent = {{-92, -18}, {-72, 2}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Logic switch selects DDSP generator when fan is proven otherwise selects 0." + annotation(Placement(transformation(extent = {{-52, -2}, {-32, 18}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0( + final k = 0) + "Real constant 0" + annotation(Placement(transformation(extent = {{-92, -48}, {-72, -28}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine ralHumGen( + amplitude = 10, + freqHz = 1/10800, + phase = 1.5707963267949, + offset = 60, + startTime = 0) + "Return humidity sensor simulator." + annotation(Placement(transformation(extent = {{2, -16}, {22, 4}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine erwHumGen( + amplitude = 5, + freqHz = 1/7200, + phase = 1.5707963267949, + offset = 60, + startTime = 0) + "ERW humidity sensor simulator." + annotation(Placement(transformation(extent = {{32, -30}, {52, -10}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel1( + final delayTime = 10, + final delayOnInit = true) + "Simulates delay from initial fan start command to fan status proof." + annotation(Placement(transformation(extent = {{108, -66}, {128, -46}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine bldgSP( + amplitude = 3, + freqHz = 1/10800, + offset = 15) + annotation(Placement(transformation(extent = {{30, -92}, {50, -72}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine ccTGen( + amplitude = 7, + freqHz = 1/21600, + phase = 1.0471975511966, + offset = 283, + startTime = 0) + "Cooling coil discharge temperature simulator." + annotation(Placement(transformation(extent = {{-24, -92}, {-4, -72}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp oaTgen( + height = 26, + duration = 8500, + offset = 275, + startTime = 500) + "Outside air temperature generator." + annotation(Placement(transformation(extent = {{4, -46}, {24, -26}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine raTGen( + amplitude = 5, + freqHz = 1/20600, + phase = 0.34906585039887, + offset = 294, startTime = 0) + "Return air temperature simulator." + annotation(Placement(transformation(extent = {{-52, -30}, {-32, -10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine highSpaceTGen( + amplitude = 3, + freqHz = 1/3600, + offset = 296, + startTime = 1250) + "Terminal unit high space temperature simulator." + annotation(Placement(transformation(extent = {{-24, -28}, {-4, -8}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine saTGen( + amplitude = 15, + freqHz = 1/21600, + phase = 1.0471975511966, + offset = 285, + startTime = 0) + "Supply air temperature simulator." + annotation(Placement(transformation(extent = {{-24, -62}, {-4, -42}}))); + + Buildings.Controls.OBC.FDE.DOAS.erwTsim ERWtemp + "Energy recovery wheel supply temperature simulator." + annotation(Placement(transformation(extent = {{110, -28}, {130, -8}}))); + + CDL.Logical.Pre pre + annotation(Placement(visible = true, transformation(origin = {-68, 52}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + +equation + connect(OccGen.y, DOAScon.occ) annotation( + Line(points = {{-20, 86}, {58, 86}, {58, 15.6}, {62, 15.6}}, color = {255, 0, 255})); + + connect(mostOpenDamGen.y, DOAScon.mostOpenDam) annotation( + Line(points = {{-20, 56}, {54, 56}, {54, 13.2}, {62, 13.2}}, color = {0, 0, 127})); + + connect(truDel.y, DOAScon.supFanStatus) annotation( + Line(points = {{-24, 32}, {50, 32}, {50, 10.8}, {62, 10.8}}, color = {255, 0, 255})); + + connect(truDel.y, swi.u2) annotation( + Line(points = {{-24, 32}, {-24, 18}, {-54, 18}, {-54, 8}}, color = {255, 0, 255})); + + connect(sensorDDSP.y, swi.u1) annotation( + Line(points = {{-70, -8}, {-66, -8}, {-66, 16}, {-54, 16}}, color = {0, 0, 127})); + + connect(con0.y, swi.u3) annotation( + Line(points = {{-70, -38}, {-60, -38}, {-60, 0}, {-54, 0}}, color = {0, 0, 127})); + + connect(ralHumGen.y, DOAScon.retHum) annotation( + Line(points = {{24, -6}, {28, -6}, {28, 6}, {62, 6}}, color = {0, 0, 127})); + + connect(highSpaceTGen.y, DOAScon.highSpaceT) annotation( + Line(points = {{-2, -18}, {30, -18}, {30, 3.4}, {62, 3.4}}, color = {0, 0, 127})); + + connect(raTGen.y, DOAScon.raT) annotation( + Line(points = {{-30, -20}, {-28, -20}, {-28, -1.6}, {62, -1.6}}, color = {0, 0, 127})); + + connect(erwHumGen.y, DOAScon.erwHum) annotation( + Line(points = {{54, -20}, {56, -20}, {56, -9.2}, {62, -9.2}}, color = {0, 0, 127})); + + connect(DOAScon.bypDam, ERWtemp.bypDam) annotation( + Line(points = {{86.2, -1}, {97.1, -1}, {97.1, -12}, {107.6, -12}}, color = {255, 0, 255})); + + connect(DOAScon.erwStart, ERWtemp.erwStart) annotation( + Line(points = {{86.2, -4}, {98, -4}, {98, -16}, {107.6, -16}}, color = {255, 0, 255})); + + connect(raTGen.y, ERWtemp.raT) annotation( + Line(points = {{-30, -20}, {107.6, -20}}, color = {0, 0, 127})); + + connect(ERWtemp.erwTsim, DOAScon.erwT) annotation( + Line(points = {{132.4, -18}, {134, -18}, {134, -38}, {60, -38}, {60, -11.6}, {62, -11.6}}, color = {0, 0, 127})); + + connect(DOAScon.exhFanStart, truDel1.u) annotation( + Line(points = {{86.2, -10.4}, {96, -10.4}, {96, -56}, {106, -56}}, color = {255, 0, 255})); + + connect(truDel1.y, DOAScon.exhFanProof) annotation( + Line(points = {{130, -56}, {134, -56}, {134, -74}, {58, -74}, {58, -14}, {62, -14}}, color = {255, 0, 255})); + + connect(bldgSP.y, DOAScon.bldgSP) annotation( + Line(points = {{52, -82}, {54, -82}, {54, -16.4}, {62, -16.4}}, color = {0, 0, 127})); + + connect(oaTgen.y, DOAScon.oaT) annotation( + Line(points = {{26, -36}, {32, -36}, {32, -4.2}, {62, -4.2}}, color = {0, 0, 127})); + + connect(oaTgen.y, ERWtemp.oaT) annotation( + Line(points = {{26, -36}, {62, -36}, {62, -24}, {107.6, -24}}, color = {0, 0, 127})); + + connect(swi.y, DOAScon.DDSP) annotation( + Line(points = {{-30, 8}, {16, 8}, {16, 8.4}, {62, 8.4}}, color = {0, 0, 127})); + + connect(saTGen.y, DOAScon.saT) annotation( + Line(points = {{-2, -52}, {26, -52}, {26, 0.8}, {62, 0.8}}, color = {0, 0, 127})); + + connect(ccTGen.y, DOAScon.ccT) annotation( + Line(points = {{-2, -82}, {28, -82}, {28, -6.6}, {62, -6.6}}, color = {0, 0, 127})); + + connect(DOAScon.supFanStart, pre.u) annotation( + Line(points = {{86, 12}, {-86, 12}, {-86, 52}, {-80, 52}}, color = {255, 0, 255})); + + connect(pre.y, truDel.u) annotation( + Line(points = {{-56, 52}, {-56, 41}, {-48, 41}, {-48, 32}}, color = {255, 0, 255})); + + annotation( + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Ellipse(lineColor = {75, 138, 73}, fillColor = {255, 255, 255}, + fillPattern = +FillPattern.Solid, extent = {{-100, -100}, {100, 100}}), Polygon(lineColor = {0, 0, 255}, fillColor = {75, 138, 73}, pattern = LinePattern.None, + fillPattern = +FillPattern.Solid, points = {{-36, 60}, {64, 0}, {-36, -60}, {-36, 60}})}), + Diagram(coordinateSystem(preserveAspectRatio = false)), + Documentation(revisions = " +
                                                                            +
                                                                          • +September 28, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info = " +

                                                                          +This example simulates + +Buildings.Controls.OBC.FDE.DOAS.DOAScontroller. +

                                                                          +"), + experiment(StopTime = 10800, __Dymola_Algorithm = "Dassl")); +end DOAScontroller; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo new file mode 100644 index 00000000000..66d0c03f470 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo @@ -0,0 +1,66 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; + +model DehumMode "This model simulates DehumMode." + + parameter Real dehumSet( + min=0, + max=100)=60 + "Dehumidification set point."; + + parameter Real dehumDelay( + final unit="s", + final quantity="Time")=600 + "Minimum delay after RH falls below set point before turning dehum off."; + + parameter Real minRun( + final unit="s", + final quantity="Time")=120 + "Minimum supply fan proof delay before allowing dehum mode."; + + Buildings.Controls.OBC.FDE.DOAS.DehumMode DehumMod + annotation (Placement(transformation(extent={{24,-10},{44,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( + width=0.75, + period=5760) + annotation (Placement(transformation(extent={{-28,-36},{-8,-16}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine relHumGen( + amplitude=10, + freqHz=1/3600, + offset=60, + startTime=1250) + annotation (Placement(transformation(extent={{-28,2},{-8,22}}))); + +equation + connect(SFproof.y, DehumMod.supFanProof) annotation ( + Line(points={{-6,-26},{8,-26},{8,-7.4},{21.8,-7.4}}, color={255,0,255})); + + connect(relHumGen.y, DehumMod.retHum) annotation ( + Line(points={{-6,12},{8,12},{8,0},{21.8,0}}, color={0,0,127})); + + annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent={{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points={{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false)), + Documentation(revisions=" +
                                                                            +
                                                                          • +September 15, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info=" +

                                                                          +This example simulates + +Buildings.Controls.OBC.FDE.DOAS.DehumMode. +

                                                                          +")); +end DehumMode; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo new file mode 100644 index 00000000000..e2327c2da27 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo @@ -0,0 +1,49 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; +model Dewpoint "This model simulates Dewpoint calculations." + + Buildings.Controls.OBC.FDE.DOAS.Dewpoint Dewpt + annotation (Placement(transformation(extent={{-4,-10},{16,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine ralHumGen( + amplitude=10, + freqHz=1/3600, + offset=60, + startTime=0) + annotation (Placement(transformation(extent={{-48,8},{-28,28}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine raTGen( + amplitude=3, + freqHz=1/4800, + phase=0.78539816339745, + offset=295, + startTime=0) + annotation (Placement(transformation(extent={{-48,-30},{-28,-10}}))); + +equation + connect(ralHumGen.y, Dewpt.relHum) annotation ( + Line(points={{-26,18},{-16,18},{-16,6},{-6.2,6}}, color={0,0,127})); + + connect(raTGen.y, Dewpt.dbT) annotation ( + Line(points={{-26,-20},{-16,-20},{-16,-6},{-6.2,-6}}, color={0,0,127})); + + annotation ( + Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, + fillPattern = +FillPattern.Solid,extent={{-100,-100},{100,100}}),Polygon(lineColor = {0,0,255},fillColor = {75,138,73},pattern = LinePattern.None, + fillPattern = +FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(revisions=" +
                                                                            +
                                                                          • +September 16, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info=" +

                                                                          +This example simulates + +Buildings.Controls.OBC.FDE.DOAS.Dewpoint. +

                                                                          +")); +end Dewpoint; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo new file mode 100644 index 00000000000..fadb89612eb --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo @@ -0,0 +1,66 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; +model EconMode "This model simulates EconMode." + + parameter Real econCooAdj( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=2 + "Value subtracted from supply air temperature cooling set point."; + + Buildings.Controls.OBC.FDE.DOAS.EconMode EconMod + annotation (Placement(transformation(extent={{44,-10},{64,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( + width=0.75, + period=5760) + annotation (Placement(transformation(extent={{-30,32},{-10,52}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine oaTGen( + amplitude=5, + freqHz=1/4800, + offset=296, + startTime=202) + annotation (Placement(transformation(extent={{-28,-10},{-8,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine supCooSPgen( + amplitude=5, + freqHz=1/3600, + offset=297, + startTime=960) + annotation (Placement(transformation(extent={{-28,-50},{-8,-30}}))); + +equation + connect(SFproof.y, EconMod.supFanProof) annotation ( + Line(points={{-8,42},{18,42},{18,7},{41.8,7}}, color={255,0,255})); + + connect(oaTGen.y, EconMod.oaT)annotation ( + Line(points={{-6,0},{41.8,0}}, color={0,0,127})); + + connect(supCooSPgen.y, EconMod.supCooSP) annotation ( + Line(points={{-6,-40},{18,-40},{18,-7},{41.8,-7}}, color={0,0,127})); + + annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={ + Ellipse(lineColor = {75,138,73}, + fillColor={255,255,255}, + fillPattern = FillPattern.Solid, + extent={{-100,-100},{100,100}}), + Polygon(lineColor = {0,0,255}, + fillColor = {75,138,73}, + pattern = LinePattern.None, + fillPattern = FillPattern.Solid, + points={{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram( + coordinateSystem(preserveAspectRatio=false)), + Documentation(revisions=" +
                                                                            +
                                                                          • +September 15, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info=" +

                                                                          +This example simulates + +Buildings.Controls.OBC.FDE.DOAS.EconMode. +

                                                                          +")); +end EconMode; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo new file mode 100644 index 00000000000..33d73d5a082 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo @@ -0,0 +1,106 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; +model EnergyWheel "This model simulates EnergyWheel." + + + parameter Real recSet( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=7 + "Energy recovery set point."; + + parameter Real recSetDelay( + final unit="s", + final quantity="Time")=300 + "Minimum delay after OAT/RAT delta falls below set point."; + + parameter Real kGain( + final unit="1")=0.00001 + "PID loop gain value."; + + parameter Real conTi( + final unit="s")=0.00025 + "PID time constant of integrator."; + + Buildings.Controls.OBC.FDE.DOAS.EnergyWheel ERWcon + annotation (Placement(transformation(extent={{50,-10},{70,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( + width=0.75, + period=5760) + annotation (Placement(transformation(extent={{-62,72},{-42,92}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse ecoMode( + width=0.5, + period=2880) + annotation (Placement(transformation(extent={{-62,40},{-42,60}}))); + + CDL.Continuous.Sources.Sine oaTGen( + amplitude=2, + freqHz=1/4800, + offset=288, + startTime=0) + annotation (Placement(transformation(extent={{-62,-26},{-42,-6}}))); + + CDL.Continuous.Sources.Sine raTGen( + amplitude=2, + freqHz=1/4800, + offset=297, + startTime=0) + annotation (Placement(transformation(extent={{-62,8},{-42,28}}))); + + CDL.Continuous.Sources.Sine erwTGen( + amplitude=6, + freqHz=1/2100, + offset=294, + startTime=12) + annotation (Placement(transformation(extent={{-62,-58},{-42,-38}}))); + + CDL.Continuous.Sources.Sine supPrimGen( + amplitude=2, + freqHz=1/3100, + offset=295, + startTime=12) + annotation (Placement(transformation(extent={{-62,-90},{-42,-70}}))); + +equation + connect(SFproof.y, ERWcon.supFanProof) annotation ( + Line(points={{-40,82},{4,82},{4,7.8},{47.8,7.8}}, color={255,0,255})); + + connect(ecoMode.y, ERWcon.ecoMode) annotation ( + Line(points={{-40,50},{0,50},{0,4.8},{47.8,4.8}}, color={255,0,255})); + + connect(raTGen.y, ERWcon.raT) annotation ( + Line(points={{-40,18},{-4,18},{-4,1.8},{47.8,1.8}}, color={0,0,127})); + + connect(oaTGen.y, ERWcon.oaT) annotation ( + Line(points={{-40,-16},{-4,-16},{-4,-1.8},{47.8,-1.8}}, color={0,0,127})); + + connect(erwTGen.y, ERWcon.erwT) annotation ( + Line(points={{-40,-48},{0,-48},{0,-4.8},{47.8,-4.8}}, color={0,0,127})); + + connect(supPrimGen.y, ERWcon.supPrimSP) annotation ( + Line(points={{-40,-80},{4,-80},{4,-7.8},{47.8,-7.8}}, color={0,0,127})); + + annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, +fillColor={255,255,255}, + fillPattern = +FillPattern.Solid, extent={{-100,-100},{100,100}}), +Polygon(lineColor = {0,0,255},fillColor = {75,138,73}, pattern = LinePattern.None, + fillPattern = +FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), +Diagram(coordinateSystem(preserveAspectRatio=false)), + experiment(StopTime=5760, __Dymola_Algorithm="Dassl"), + Documentation(revisions=" +
                                                                            +
                                                                          • +September 16, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info=" +

                                                                          +This example simulates + +Buildings.Controls.OBC.FDE.DOAS.EnergyWheel. +

                                                                          +")); +end EnergyWheel; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo new file mode 100644 index 00000000000..1573a39f7e8 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo @@ -0,0 +1,67 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; +model ExhaustFanController + "This model simulates ExhaustFanController" + + parameter Real bldgSPset( + final unit="Pa", + final quantity="PressureDifference")=15 + "Building static pressure set point"; + + Buildings.Controls.OBC.FDE.DOAS.ExhaustFanController EFcon + annotation (Placement(transformation(extent={{46,-10},{66,10}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( + delayTime=10, + delayOnInit=true) + "Simulates delay between fan start command and status feedback." + annotation (Placement(transformation(extent={{14,-40},{34,-20}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( + width=0.75, + period=5760) + annotation (Placement(transformation(extent={{-34,8},{-14,28}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine bldgSP( + amplitude=3, + freqHz=1/3280, + offset=15) + annotation (Placement(transformation(extent={{-34,-26},{-14,-6}}))); + +equation + connect(SFproof.y, EFcon.supFanProof) annotation ( + Line(points={{-12,18},{4,18}, + {4,6},{44,6}}, color={255,0,255})); + + connect(bldgSP.y, EFcon.bldgSP) annotation ( + Line(points={{-12,-16},{4,-16},{4, + -6.4},{44,-6.4}}, color={0,0,127})); + + connect(truDel.y, EFcon.exhFanProof) annotation ( + Line(points={{36,-30},{40, + -30},{40,0},{44,0}}, color={255,0,255})); + + connect(EFcon.exhFanStart, truDel.u) annotation ( + Line(points={{68,6},{74,6},{74,-48},{4,-48},{4,-30},{12,-30}}, color={255,0,255})); + + annotation ( + Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, + fillPattern = +FillPattern.Solid,extent={{-100,-100},{100,100}}),Polygon(lineColor = {0,0,255},fillColor = {75,138,73}, pattern = LinePattern.None, + fillPattern = +FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(revisions=" +
                                                                            +
                                                                          • +September 14, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info=" +

                                                                          +This example simulates + +Buildings.Controls.OBC.FDE.DOAS.ExhaustFanController. +

                                                                          +"), + experiment(StopTime=5760, __Dymola_Algorithm="Dassl")); +end ExhaustFanController; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo new file mode 100644 index 00000000000..d33a428fb02 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo @@ -0,0 +1,58 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; +model HeatingCoil "This model simulates HeatingCoil" + + Buildings.Controls.OBC.FDE.DOAS.HeatingCoil Heating + "This block commands the heating coil." + annotation (Placement(transformation(extent={{42,-10},{62,10}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( + width=0.8, + period=5760, + startTime=300) + annotation (Placement(transformation(extent={{-42,-10},{-22,10}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine saTGen( + amplitude=3, + freqHz=1/4800, + phase=0.87266462599716, + offset=295, + startTime=0) + annotation (Placement(transformation(extent={{-12,-40},{8,-20}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine supHeaGen( + amplitude=2, + freqHz=1/3100, + offset=295, + startTime=12) + annotation (Placement(transformation(extent={{-14,14},{6,34}}))); + +equation + connect(SFproof.y, Heating.supFanProof) annotation ( + Line(points={{-20,0},{39.8,0}}, color={255,0,255})); + + connect(saTGen.y, Heating.saT)annotation ( + Line(points={{10,-30},{26,-30},{26,-5},{39.8,-5}}, color={0,0,127})); + connect(supHeaGen.y, Heating.supHeaSP) annotation ( + Line(points={{8,24},{24,24},{24,4.8},{39.8,4.8}},color={0,0,127})); + + annotation ( + Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, + fillPattern = +FillPattern.Solid,extent={{-100,-100},{100,100}}),Polygon(lineColor = {0,0,255},fillColor = {75,138,73},pattern = LinePattern.None, + fillPattern = +FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

                                                                          +This example simulates + +Buildings.Controls.OBC.FDE.DOAS.HeatingCoil. +

                                                                          +", revisions=" +
                                                                            +
                                                                          • +September 25, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +")); +end HeatingCoil; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo new file mode 100644 index 00000000000..e9f22b07166 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo @@ -0,0 +1,65 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; +model SupplyFanController + "This model simulates SupplyFanController" + + Buildings.Controls.OBC.FDE.DOAS.SupplyFanController SFcon +annotation (Placement(transformation(extent={{40,-6},{60,14}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( + delayTime=10, + delayOnInit=true) + "Simulates delay between fan start command and status feedback." + annotation (Placement(transformation(extent={{8,-34},{28,-14}}))); + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse + OccGen(width=0.6, period=2880) + annotation (Placement(transformation(extent={{-66,32},{-46,52}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine + mostOpenDamGen( + amplitude=4, + freqHz=1/5670, + offset=90) + annotation (Placement(transformation(extent={{-66,-2},{-46,18}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sensorDDSP( + amplitude=9, + freqHz=1/6780, + offset=180) + annotation (Placement(transformation(extent={{-66,-38},{-46,-18}}))); + +equation + connect(SFcon.supFanStart, truDel.u) annotation ( + Line(points={{62,9.2},{66,9.2},{66,-46},{0,-46},{0,-24},{6,-24}}, color={255,0,255})); + + connect(truDel.y, SFcon.supFanStatus) annotation ( + Line(points={{30,-24},{34,-24},{34,0.4},{38,0.4}}, color={255,0,255})); + + connect(OccGen.y, SFcon.occ) annotation ( + Line(points={{-44,42},{-10,42},{-10,11},{38,11}}, color={255,0,255})); + + connect(mostOpenDamGen.y, SFcon.mostOpenDam) annotation ( + Line(points={{-44,8},{-10,8},{-10,7.4},{38,7.4}}, color={0,0,127})); + connect(sensorDDSP.y, SFcon.DDSP) annotation ( + Line(points={{-44,-28},{-10,-28},{-10,-3.2},{38,-3.2}}, color={0,0,127})); + + annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, + fillPattern = +FillPattern.Solid,extent={{-100,-100},{100,100}}),Polygon(lineColor = {0,0,255},fillColor = {75,138,73},pattern = LinePattern.None, + fillPattern = +FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), +Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(revisions=" +
                                                                            +
                                                                          • +September 11, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info=" +

                                                                          +This example simulates + +Buildings.Controls.OBC.FDE.DOAS.SupplyFanController. +

                                                                          +")); +end SupplyFanController; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo new file mode 100644 index 00000000000..8cdbe273192 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo @@ -0,0 +1,86 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; +model TSupSet "This model simulates TSupSet" + + parameter Real loPriT( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+20 + "Minimum primary supply air temperature reset value"; + + parameter Real hiPriT( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+24 + "Maximum primary supply air temperature reset value"; + + parameter Real hiZonT( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+25 + "Maximum zone temperature reset value"; + + parameter Real loZonT( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+21 + "Minimum zone temperature reset value"; + + parameter Real cooAdj( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=2 + "Supply air temperature cooling set point offset."; + + parameter Real heaAdj( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=2 + "Supply air temperature heating set point offset."; + + + Buildings.Controls.OBC.FDE.DOAS.TSupSet tSupSet + annotation (Placement(transformation(extent={{22,-10},{42,10}}))); + CDL.Continuous.Sources.Sine + highSpaceTGen( + amplitude=3, + freqHz=1/3600, + offset=296, + startTime=1250) + annotation (Placement(transformation(extent={{-44,10},{-24,30}}))); + + CDL.Logical.Sources.Pulse dehumMode( + width=0.5, + period=2880) + annotation (Placement(transformation(extent={{-44,-32},{-24,-12}}))); + +equation + + connect(highSpaceTGen.y, tSupSet.highSpaceT) annotation ( + Line(points={{-22,20},{0,20},{0,4},{20,4}}, color={0,0,127})); + + connect(dehumMode.y, tSupSet.dehumMode) annotation ( + Line(points={{-22,-22},{-2,-22},{-2,-4},{20,-4}}, color={255,0,255})); + + annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, +fillColor={255,255,255}, + fillPattern = +FillPattern.Solid,extent={{-100,-100},{100,100}}),Polygon(lineColor = {0,0,255}, +fillColor = {75,138,73},pattern = LinePattern.None, + fillPattern = +FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), +Diagram(coordinateSystem(preserveAspectRatio=false)), + experiment(StopTime=5760, __Dymola_Algorithm="Dassl"), + Documentation(revisions=" +
                                                                            +
                                                                          • +September 14, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info=" +

                                                                          +This example simulates + +Buildings.Controls.OBC.FDE.DOAS.TSupSet. +

                                                                          +")); +end TSupSet; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo new file mode 100644 index 00000000000..ae9e3f56a42 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo @@ -0,0 +1,66 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; +model erwTsim "This model simulates erwTsim" + + Buildings.Controls.OBC.FDE.DOAS.erwTsim ERWtemp + annotation (Placement(transformation(extent={{44,-10},{64,10}}))); + + CDL.Continuous.Sources.Sine raTGen( + amplitude=2, + freqHz=1/4800, + offset=297, + startTime=0) "Return air temperature simulator." + annotation (Placement(transformation(extent={{-58,-24},{-38,-4}}))); + + CDL.Continuous.Sources.Sine oaTGen( + amplitude=2, + freqHz=1/4800, + offset=288, + startTime=0) "Outside air temperature simulator." + annotation (Placement(transformation(extent={{-58,-58},{-38,-38}}))); + + CDL.Logical.Sources.Pulse erwStartgen(width=0.6, period=2880) + "Simulates ERW start command." + annotation (Placement(transformation(extent={{-58,36},{-38,56}}))); + + CDL.Logical.Sources.Pulse bypDamsim(width=0.5, period=2880) + "Simulates bypass damper signal" + annotation (Placement(transformation(extent={{-58,6},{-38,26}}))); + +equation + connect(oaTGen.y, ERWtemp.oaT) annotation ( + Line(points={{-36,-48},{4,-48},{4,-6},{41.6,-6}}, color={0,0,127})); + + connect(raTGen.y, ERWtemp.raT) annotation ( + Line(points={{-36,-14},{0,-14},{0,-2},{41.6,-2}}, color={0,0,127})); + + connect(bypDamsim.y, ERWtemp.bypDam) annotation ( + Line(points={{-36,16},{0,16},{0,2},{41.6,2}}, color={255,0,255})); + + connect(erwStartgen.y, ERWtemp.erwStart) annotation ( + Line(points={{-36,46},{4,46},{4,6},{41.6,6}}, color={255,0,255})); + + annotation ( + Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, +fillColor={255,255,255}, + fillPattern = +FillPattern.Solid,extent={{-100,-100},{100,100}}), +Polygon(lineColor = {0,0,255},fillColor = {75,138,73}, +pattern = LinePattern.None, + fillPattern = +FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(revisions=" +
                                                                            +
                                                                          • +September 29, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +", info=" +

                                                                          +This example simulates + +Buildings.Controls.OBC.FDE.DOAS.erwTsim. +

                                                                          +"), + experiment(StopTime=5760, __Dymola_Algorithm="Dassl")); +end erwTsim; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/package.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/package.mo new file mode 100644 index 00000000000..6cb7ba45f0d --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/package.mo @@ -0,0 +1,22 @@ +within Buildings.Controls.OBC.FDE.DOAS; +package Validation "This package contains models that simulate the blocks in Buildings.Controls.OBC.FDE.DOAS" + +annotation (Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0), + Polygon( + origin={8,14}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order b/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order new file mode 100644 index 00000000000..e7a060f8e2f --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order @@ -0,0 +1,11 @@ +DOAScontroller +CoolingCoil +DehumMode +Dewpoint +EconMode +EnergyWheel +erwTsim +ExhaustFanController +HeatingCoil +TSupSet +SupplyFanController diff --git a/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo new file mode 100644 index 00000000000..0ca141e96fc --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo @@ -0,0 +1,193 @@ +within Buildings.Controls.OBC.FDE.DOAS; +block erwTsim "ERW supply temperature simulator" + + parameter Real erwEff( + final min=0, + final max=1)=0.8 + "ERW efficiency parameter."; + +// ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput bypDam + "True when ERW bypass dampers are commanded open." + annotation (Placement(transformation(extent={{-142,28},{-102,68}}), + iconTransformation(extent={{-144,40},{-104,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput raT + "Return air temperature sensor value." + annotation (Placement(transformation(extent={{-142,-46},{-102,-6}}), + iconTransformation(extent={{-144,-40},{-104,0}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput oaT + "Outside air temperature value." + annotation (Placement(transformation(extent={{-142,-78},{-102,-38}}), + iconTransformation(extent={{-144,-80},{-104,-40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput erwStart + "True when erwStart is on." + annotation (Placement(transformation(extent={{-142,62},{-102,102}}), + iconTransformation(extent={{-144,0},{-104,40}}))); + +// ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealOutput erwTsim + "Simulated erw temperature value" + annotation (Placement(transformation(extent={{108,46},{148,86}}), + iconTransformation(extent={{104,-20},{144,20}}))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + "False when erwStart is true." + annotation (Placement(transformation(extent={{-78,72},{-58,92}}))); + + Buildings.Controls.OBC.CDL.Logical.Or3 or3 + "If ERW has not started, bypass dampers are open, or RAT=OAT + then pass OAT as the erwT value." + annotation (Placement(transformation(extent={{14,56},{34,76}}))); + + Buildings.Controls.OBC.CDL.Continuous.Add sub1( + final k2=-1) + "Subtract outside air temperature from return air temperature." + annotation (Placement(transformation(extent={{-88,-42},{-68,-22}}))); + + Buildings.Controls.OBC.CDL.Continuous.Abs abs + "Absolute value of RAT-OAT" + annotation (Placement(transformation(extent={{-50,-42},{-30,-22}}))); + + Buildings.Controls.OBC.CDL.Continuous.Product pro + "RAT/OAT delta x erwEff" + annotation (Placement(transformation(extent={{-18,-48},{2,-28}}))); + + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + final k=erwEff) + "ERW decimal efficiency" + annotation (Placement(transformation(extent={{-50,-68},{-30,-48}}))); + + Buildings.Controls.OBC.CDL.Integers.Equal intEqu + annotation (Placement(transformation(extent={{-18,40},{2,60}}))); + + Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt + annotation (Placement(transformation(extent={{-50,40},{-30,60}}))); + + Buildings.Controls.OBC.CDL.Integers.Sources.Constant con0( + final k=0) + "Integer constant 0" + annotation (Placement(transformation(extent={{-50,16},{-30,36}}))); + + Buildings.Controls.OBC.CDL.Continuous.GreaterThreshold greThr( + t = 0) + "True if RAT > OAT" + annotation (Placement(transformation(extent={{-50,-14},{-30,6}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi + "Logical switch selects OAT or calculated ERW value." + annotation (Placement(transformation(extent={{76,56},{96,76}}))); + + Buildings.Controls.OBC.CDL.Logical.Switch swi1 + annotation (Placement(transformation(extent={{44,-86},{64,-66}}))); + + Buildings.Controls.OBC.CDL.Continuous.Add add1 + "OAT+(|RAT-OAT|*erwEff)" + annotation (Placement(transformation(extent={{10,-78},{30,-58}}))); + + Buildings.Controls.OBC.CDL.Continuous.Add sub2(k2=-1) + "OAT - (|RAT-OAT|*erwEff)" + annotation (Placement(transformation(extent={{10,-104},{30,-84}}))); + +equation + connect(not1.u, erwStart) annotation ( + Line(points={{-80,82},{-122,82}}, color={255,0,255})); + + connect(not1.y, or3.u1) annotation ( + Line(points={{-56,82},{-36,82},{-36,74},{12,74}}, color={255,0,255})); + + connect(or3.u2, bypDam) annotation ( + Line(points={{12,66},{-90,66},{-90,48},{-122,48}}, color={255,0,255})); + + connect(sub1.u1, raT) annotation ( + Line(points={{-90,-26},{-122,-26}}, color={0,0,127})); + + connect(sub1.u2, oaT) annotation ( + Line(points={{-90,-38},{-96,-38},{-96,-58},{-122,-58}},color={0,0,127})); + + connect(sub1.y, abs.u) annotation ( + Line(points={{-66,-32},{-52,-32}}, color={0,0,127})); + + connect(con.y, pro.u2) annotation ( + Line(points={{-28,-58},{-24,-58},{-24,-44},{-20,-44}}, color={0,0,127})); + + connect(sub1.y, reaToInt.u) annotation ( + Line(points={{-66,-32},{-60,-32},{-60,50},{-52,50}}, color={0,0,127})); + + connect(reaToInt.y, intEqu.u1) + annotation ( + Line(points={{-28,50},{-20,50}}, color={255,127,0})); + + connect(con0.y, intEqu.u2) annotation ( + Line(points={{-28,26},{-24,26},{-24,42},{-20,42}}, color={255,127,0})); + + connect(intEqu.y, or3.u3) annotation ( + Line(points={{4,50},{8,50},{8,58},{12,58}},color={255,0,255})); + + connect(sub1.y, greThr.u) annotation ( + Line(points={{-66,-32},{-60,-32},{-60,-4},{-52,-4}}, color={0,0,127})); + + connect(oaT, swi.u1) annotation (Line(points={{-122,-58},{-96,-58},{-96,98},{56,98},{56,74},{74,74}}, color={0,0,127})); + + connect(or3.y, swi.u2) + annotation ( + Line(points={{36,66},{74,66}}, color={255,0,255})); + + connect(pro.y, add1.u1) annotation ( + Line(points={{4,-38},{6,-38},{6,-62},{8,-62}},color={0,0,127})); + + connect(pro.y, sub2.u2) annotation ( + Line(points={{4,-38},{6,-38},{6,-100},{8,-100}},color={0,0,127})); + + connect(oaT, add1.u2) annotation ( + Line(points={{-122,-58},{-58,-58},{-58,-74},{8,-74}}, color={0,0,127})); + + connect(oaT, sub2.u1) annotation ( + Line(points={{-122,-58},{-58,-58},{-58,-88},{8,-88}}, color={0,0,127})); + + connect(add1.y, swi1.u1) annotation ( + Line(points={{32,-68},{42,-68}}, color={0,0,127})); + + connect(sub2.y, swi1.u3) annotation ( + Line(points={{32,-94},{38,-94},{38,-84},{42,-84}}, color={0,0,127})); + + connect(greThr.y, swi1.u2) annotation ( + Line(points={{-28,-4},{34,-4},{34,-76},{42,-76}}, color={255,0,255})); + + connect(swi1.y, swi.u3) annotation ( + Line(points={{66,-76},{70,-76},{70,58},{74,58}}, color={0,0,127})); + + connect(swi.y, erwTsim) + annotation (Line(points={{98,66},{128,66}}, color={0,0,127})); + + connect(abs.y, pro.u1) + annotation (Line(points={{-28,-32},{-20,-32}}, color={0,0,127})); + annotation (defaultComponentName="ERWtemp", + Icon(coordinateSystem(preserveAspectRatio=false), graphics={Rectangle(extent={{-100,100},{100,-100}},lineColor={179,151,128},radius=10,fillColor={255,255,255}, + fillPattern= +FillPattern.Solid),Text(extent={{-90,180},{90,76}},lineColor={28,108,200},textStyle={TextStyle.Bold},textString + = "%name"),Text(extent={{-50,0},{40,-60}},lineColor={28,108,200},fillColor={28,108,200}, + fillPattern= +FillPattern.Solid,textString="sim"),Text(extent={{-56,96},{52,-16}},lineColor={28,108,200},fillColor={28,108,200}, + fillPattern= +FillPattern.Solid,textString="erwT")}), + Diagram(coordinateSystem(preserveAspectRatio=false)), + Documentation(info=" +

                                                                          ERW Temperature Simulation

                                                                          +

                                                                          This block simulates an energy recovery wheel leaving +supply air temperature using the model outside air temperature +(oaT), model return air temperature +(raT), bypass damper position +(bypDam), and ERW start command +(erwStart). +

                                                                          +", revisions=" +
                                                                            +
                                                                          • +September 29, 2020, by Henry Nickels:
                                                                            +First implementation.
                                                                          • +
                                                                          +")); +end erwTsim; diff --git a/Buildings/Controls/OBC/FDE/DOAS/package.mo b/Buildings/Controls/OBC/FDE/DOAS/package.mo new file mode 100644 index 00000000000..1d457436954 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/package.mo @@ -0,0 +1,14 @@ +within Buildings.Controls.OBC.FDE; +package DOAS "Dedicated Outdoor Air Systems" +annotation (Icon(graphics={ + Rectangle( + extent={{-100,100},{100,-100}}, + lineColor={0,0,0}, + radius=30, + fillColor={255,255,255}, + fillPattern=FillPattern.Solid), + Text( + extent={{-86,44},{86,-28}}, + lineColor={0,0,0}, + textString="DOAS")})); +end DOAS; diff --git a/Buildings/Controls/OBC/FDE/DOAS/package.order b/Buildings/Controls/OBC/FDE/DOAS/package.order new file mode 100644 index 00000000000..697a2d555d4 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/package.order @@ -0,0 +1,12 @@ +DOAScontroller +CoolingCoil +DehumMode +Dewpoint +EconMode +EnergyWheel +erwTsim +ExhaustFanController +HeatingCoil +SupplyFanController +TSupSet +Validation diff --git a/Buildings/Controls/OBC/FDE/package.mo b/Buildings/Controls/OBC/FDE/package.mo new file mode 100644 index 00000000000..dfada21e94a --- /dev/null +++ b/Buildings/Controls/OBC/FDE/package.mo @@ -0,0 +1,14 @@ +within Buildings.Controls.OBC; +package FDE "Facility Dynamics Engineering" + + annotation (Documentation(info=" +

                                                                          +This package contains control sequences from Facility Dynamics Engineering's standard library. +

                                                                          +"), Icon(graphics={Bitmap( + extent={{-94,-94},{96,94}}, + imageSource= + "/9j/4AAQSkZJRgABAQEAYABgAAD/4QAWRXhpZgAATU0AKgAAAAgAAAAAAAD/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wAARCABrAEoDASIAAhEBAxEB/8QAHAAAAgIDAQEAAAAAAAAAAAAAAAcFBgMECAIB/8QAQxAAAQIEAwQDDAcHBQAAAAAAAgMEAAEFEgYHERMUIjIhQlIIFSMxQWJyc4KSorIWJCVRYXTCFzM1cYGh0lORk9Hi/8QAGwEAAQUBAQAAAAAAAAAAAAAAAAIDBAUGAQf/xAAuEQAABQIFAwMCBwAAAAAAAAAAAQIDBAUREhMhMUEGFFFxgaEjkSIyQkOxwfD/2gAMAwEAAhEDEQA/AOy4IIIAAggggACCK1jzExYXp7d5uO+7VXZWbWzThmWvLP7oqbPNknLtFt9HtnNUxC7fOW72IABowQQQABBBBAAEEEaz5QkmSyoW3AEyHX+UABswQmv2lYl/02H/ABF/lDEwHVnVaw6m/eySFaahiVktJcJQAFczzldh1j+c/SUKujgXfdp+ZD5hhs52yuw+z/NfpKFdSQ+1mnrw+YYB2x7hr5t1ep0enMVaY7JuZqkJ6CJXDb50UCnY0xSrUWqSlYVIDVAS8GHFxejF1zvldSaf68vlhZUkPtZp68PmGAcHSEEEeJCM5SnMdYAD3GrVP4Y79QfyxtRGVd8zTaOUFXiCauyLgJURLlgAEFsosNCxbVqLThYtBbEgJTK4w1Lp9qIiyK1mVUe9WEnSiZWqr2ogXpf+bobecJptSz4Eunw1zpSIyN1nYQWZGauJsZvU6JSyBNsktPZTapkJrnxcV3Z8fZ7X8oGh4kxDhLEjVOvE5WRFQDVSWO8rbuYCuibyVo4gwcVpULlVSJBIi6ojzfF8sSebFGGoYaJ4mFzhhxiQ9YOt/l7MUmVIW13F9d/YeoLnUqLPTRcgja/KZ84j5v66B2ZnPG1TwzSKgzUkq2cHtEzl5ZTHUYodJD7UaevD5hiAynxGVVy1SoTlS5ekvJyT1Li2JiU5e7O8fdi00sPtJr68PmGLph3PaJaR5rWKcqmTHIqv0H8cfAf0EoI83S/GHRXCPrNVaUhqLh4RySmck5WjdO7p/wCoVmMXrap15Z40uJI5BLUhtLhEYvGaErsPo/mh+U4XNnmwAGrZCsz4eaHTKcJcomuUvhH9UN2zzYQWbFQB1j9xcO0RaWIaCXMI8RfERRAqV1M4EbqMiG06EaQVROS5s2g1H9rf2G7g2njTsK01pbaQICRD5xcRfERRJOGya7c0FQuSMCAhLrCUVPCeY1HrdRCnqtlKesZWpXlcBebdF6s82LF2IuKSWllYZBdRTMkKkoVqajP3vcIzLtU6BmKdKXK2RkozOZeUur8o+9DwZkKbxFUuUDEvZhNZ0U9WlYqaVxtcG8CJCcuqqFv6bYbGHaghWqI0qaHI4TEiGXVLrD7JRUU76SlsHwN11ijvY0aqo/cKx+pf4/sHRR8QU6rrmizNQjALyvC3ojfnM5T02Ilp5dZ9P9oTKOOqFgOaz6sKqEoqjai3SC41eLq/h6VsQxd02yunbhR3OWvRPepdPwxLdmNMnhUoZuB01VKg3mR2MSfOhfyZC05o5q4OpT1Ch1A3bhRNUFVhbJa6S4uHWc5dMVD9rmWYvbhZ1om+x5dnLW/X0/ui9Zh4Ew7iiqtKjV8MLb0SoIksDqyao8XDO0v7l6MQk8mcDd+BQ+ijzTd5nsu+RXT4ubW+GnSmYzwGVhaQV9Npjo7lLmPm1re2oXOI85aTurhLD9AcSXM57Fd6tpspdXgHmn/X3o0cnsDJ15+eJMVjczNW4EVhnc4Ii4j9EeL0ih1Yay+wjSheqtMEt1DSXMRVWWFbY8I9HhCn4os5uHUsP00JU4xTA0NC2o8XihLUR5TpOPL22sHZnUVPjxHIlLZNBOaGo9zLxyOdu6OwrhygPqXWMJgDdJe4FgSloMjG0kyl8Xuw4cv3GG63h1pU3ysw27VE7RIuewdr8esRHdRNXlXwISpsDRNkW8DKaglcNwiXL+Bxi7lKquVMv3CKDI3RNXZJT0VEbZc/W9Kcat8zkU9Cz3Qdh5owkmJxoLYyuN3HOF8PYly/cs5uJJ1UZEq3IiLQTGZW+9L5oRWB8W1DANTc0qsUtVy1koRKtpqbMxO3mEtOtwx1Sm4efQ9RLcDJGYqarbUdB8IXV5oqef8ANjLBjup1jDrYlUUFAbqLySVITMbBt+7QiEozLsFb7pGydl7DfUjqVmDEXEmt5jJ625I/JBCUwJZnZqhtpGxpxlqY33zbtw8l33l2u0cdMtcrMtt2S2WGWpp2StLU56y06J6wqu5BZLt065VkWRODVmm3G05DpbxFzekPux0cCihBIptylOctZyu8ULcpRRHDQv8AGrkw3U+rn6mlvscTLSCsREfydhF1ls/I2V71MvrgW6N9LZ2lxc0fCa1H6QD9fT2m6lx7Dh0uHotujZdM2RTT0Mi8KMy8KU9I+7my3yRXlZs/HtS7USRnBpMWr/d6la+TlLbq3y3fxlaPnRhUav8AvJT/AK8nZclaGw8XtXRIpM2di1xlqRFp4Uh1jwTNnuiI3lfcOstpPogAIbGdBeVxm5pC7tI99YOG4nsNLbh07X8oRfclVJ41xPWsM7wLVVwgK0pGlfxpFaQ9Xt/DHSCjRlvKZCRW2lrPazjlzNdi4y0zwQxJT0iJi6X31KQlaJiX79K72i9kxi4pis9pyN529SFRUfpLQ+XG/oY6OTbPvoof1wNjafg9h085eW6FX3XT9wzwfSaY4eprm9eTOwUbOAB4ut95DDMotcwvVcHyrrWqIblNMjJU3Ngh6fFwxzfjV9PNvOZnSqOoqVLExboK8RWoiVyq/F7XwQmlxldxjXoSNTCqjISbOBG69g6O58w88pGBKYKTgEFXTMXZzmhd+9IiHrdm2GsAOJDKROdZ6dM9n44i2lNpzUgQR4G6SQgAiqUhG3+sSyYpCAjLxSlKUorpD2Y6bnkT2W8tskeAKyunLg5SEo+2+Gus6tsZoPLDQeGuMrRPg5iIo+EHggGzltjZg8kABgmOqgFZ4pRWcwcFUjG9DVpFXTO2ZXpLJ9Bon2hi2SgnHUOG2eJO4Q42ThYVbDllx3M9ek8mKGJKeTS7oVNIxO30eIfihwZU5Y0XAKBE1mbyoLdDh6sGhFLsyl1R/wB/xnPo0Y04ImP1OS+nLUrQRGacwwvGktRhEfDEdnVtjJHvywRCE4f/2Q==", + fileName= + "modelica://Buildings/../../../../Current Jobs/FDE small block logo only.jpg")})); +end FDE; diff --git a/Buildings/Controls/OBC/FDE/package.order b/Buildings/Controls/OBC/FDE/package.order new file mode 100644 index 00000000000..f97e89f5842 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/package.order @@ -0,0 +1 @@ +DOAS diff --git a/Buildings/Controls/OBC/package.order b/Buildings/Controls/OBC/package.order index b9a56cad4be..72dbff2c302 100644 --- a/Buildings/Controls/OBC/package.order +++ b/Buildings/Controls/OBC/package.order @@ -2,6 +2,7 @@ UsersGuide ASHRAE CDL ChilledBeams +FDE OutdoorLights RadiantSystems Shade diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index ecd8f1795c5..de62635a11e 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -1,5 +1,6 @@ within Buildings.Examples.ChilledBeamSystem; block ClosedLoopValidation + extends Modelica.Icons.Example; parameter Real schTab[5,2]=[0,0; 8,1; 18,1; 21,0; 24,0] "Table defining schedule for enabling plant"; @@ -148,8 +149,8 @@ equation connect(loads.y, chiBeaTesBed.QFlo) annotation (Line(points={{-39,-50},{-30, -50},{-30,14},{-16,14},{-16,28},{46,28},{46,30},{86,30}}, color={0,0, 127})); - annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{-160,-100}, - {160,100}})), Diagram( + annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, + {100,100}})), Diagram( coordinateSystem(preserveAspectRatio=false, extent={{-160,-100},{160,100}})), experiment( StartTime=16848000, From 77b3fe324e31533973222cd9602a2272ec83358c Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 17 Jan 2024 18:34:47 -0800 Subject: [PATCH 149/196] Fixed compilation errors after merging new DOAS control --- .../Controls/OBC/FDE/DOAS/CoolingCoil.mo | 5 +- Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo | 4 +- .../Controls/OBC/FDE/DOAS/EnergyWheel.mo | 5 +- .../OBC/FDE/DOAS/ExhaustFanController.mo | 2 +- .../Controls/OBC/FDE/DOAS/HeatingCoil.mo | 2 +- .../OBC/FDE/DOAS/SupplyFanController.mo | 2 +- Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo | 92 +-- .../OBC/FDE/DOAS/Validation/CoolingCoil.mo | 10 +- .../OBC/FDE/DOAS/Validation/DOAScontroller.mo | 527 +++++++++--------- .../OBC/FDE/DOAS/Validation/DehumMode.mo | 2 +- .../OBC/FDE/DOAS/Validation/Dewpoint.mo | 4 +- .../OBC/FDE/DOAS/Validation/EconMode.mo | 4 +- .../DOAS/Validation/ExhaustFanController.mo | 2 +- .../OBC/FDE/DOAS/Validation/HeatingCoil.mo | 4 +- .../DOAS/Validation/SupplyFanController.mo | 4 +- Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo | 11 +- .../Examples/ChilledBeamSystem/TestBed.mo | 4 +- 17 files changed, 343 insertions(+), 341 deletions(-) diff --git a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo index 9dc6667d5c8..3f0361441b5 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo @@ -73,11 +73,11 @@ block CoolingCoil "This block commands the cooling coil." "Real constant 0" annotation(Placement(transformation(extent = {{-20, -62}, {0, -42}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi + Buildings.Controls.OBC.CDL.Continuous.Switch swi "Logical switch outputs supply air PI value when fan is proven on." annotation(Placement(transformation(extent = {{14, -54}, {34, -34}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi1 + Buildings.Controls.OBC.CDL.Continuous.Switch swi1 "Logical switch passes different PI calculations to yCC based on dehumidification mode." annotation(Placement(transformation(extent = {{58, 66}, {78, 86}}))); @@ -94,7 +94,6 @@ block CoolingCoil "This block commands the cooling coil." annotation(Placement(visible = true, transformation(origin = {-66, 48}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar( - k = 1, p = -erwDPadj) annotation(Placement(visible = true, transformation(origin = {-36, 36}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo b/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo index 3c817590bca..995e1b1c8ee 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo @@ -40,7 +40,7 @@ block Dewpoint "Real constant 100" annotation (Placement(transformation(extent={{-92,46},{-72,66}}))); - Buildings.Controls.OBC.CDL.Continuous.Product pro + Buildings.Controls.OBC.CDL.Continuous.Multiply pro "Calculate the product of dry bulb temperature (degC) and 17.27" annotation (Placement(transformation(extent={{-30,16},{-10,36}}))); @@ -70,7 +70,7 @@ block Dewpoint "Output first input divided by second input" annotation (Placement(transformation(extent={{62,10},{82,30}}))); - Buildings.Controls.OBC.CDL.Continuous.Product pro1 + Buildings.Controls.OBC.CDL.Continuous.Multiply pro1 "Output product of two inputs" annotation (Placement(transformation(extent={{4,-46},{24,-26}}))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo index bbdbb728971..b42e7c24106 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo @@ -78,8 +78,7 @@ block EnergyWheel "This block commands the energy recovery wheel and associated annotation(Placement(transformation(extent = {{102, 46}, {142, 86}}), iconTransformation(extent = {{102, 40}, {142, 80}}))); - Buildings.Controls.OBC.CDL.Continuous.Add difference( - final k2 = -1) + CDL.Continuous.Subtract difference "Subtract outside air temperature from return air temperature." annotation(Placement(visible = true, transformation(origin = {-6, 6}, extent = {{-90, -10}, {-70, 10}}, rotation = 0))); @@ -107,7 +106,7 @@ block EnergyWheel "This block commands the energy recovery wheel and associated annotation ( Placement(transformation(extent = {{-62, -78}, {-42, -58}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi + Buildings.Controls.OBC.CDL.Continuous.Switch swi "Logical switch outputs ERW temperature PI maximum output when erwStart command is true." annotation(Placement(transformation(extent = {{66, -86}, {86, -66}}))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo index ad9f2e5f1aa..f821025fb99 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo @@ -41,7 +41,7 @@ block ExhaustFanController "This block manages start, stop, and speed of the exh "Building static pressure set point." annotation(Placement(transformation(extent = {{-40, 2}, {-20, 22}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi + Buildings.Controls.OBC.CDL.Continuous.Switch swi "Logical switch is true when fan status is proven." annotation(Placement(transformation(extent = {{38, -6}, {58, 14}}))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo index fcc1c344564..63a82db9edf 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo @@ -22,7 +22,7 @@ block HeatingCoil "This block commands the heating coil." Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRHC "Reheat coil valve command." annotation(Placement(transformation(extent = {{102, -20}, {142, 20}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi + Buildings.Controls.OBC.CDL.Continuous.Switch swi "Logical switch passes supply air heating set point when supply fan is proven otherwise sends 0 set point." annotation(Placement(transformation(extent = {{-20, -10}, {0, 10}}))); Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0( diff --git a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo index 0085855e8af..9bc6c67a9ba 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo @@ -75,7 +75,7 @@ block SupplyFanController "This block manages start, stop, status, and speed of final k = cvDDSPset) if not vvUnit "DDSP set point for constant volume systems." annotation(Placement(transformation(extent = {{-72, -64}, {-52, -44}}))); - CDL.Logical.Switch swi + CDL.Continuous.Switch swi "Swtich passes fan speed set point when true; 0 when false." annotation(Placement(transformation(extent = {{14, -40}, {34, -20}}))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo b/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo index 7436b6f72c3..f8e2629302d 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo @@ -66,119 +66,125 @@ iconTransformation(extent={{-140,-70},{-100,-30}}))); Buildings.Controls.OBC.CDL.Continuous.Line lin "Linear converter resets primary supply set point." annotation(Placement(transformation(extent={{-42,-8},{-22,12}}))); - + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant lowPriT( final k=loPriT) "Low primary supply temperature set point reset value." annotation(Placement(transformation(extent={{-90,-60},{-70,-40}}))); - + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant highPriT( final k=hiPriT) "High primary supply temperature set point reset value." annotation(Placement(transformation(extent={{-90,10},{-70,30}}))); - + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant highZoneT( final k=hiZonT) "High zone temperature set point reset value." annotation(Placement(transformation(extent={{-90,-28},{-70,-8}}))); - + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant lowZoneT( final k=loZonT) "Low zone temperature set point reset value." annotation(Placement(transformation(extent={{-90,42},{-70,62}}))); - + Buildings.Controls.OBC.CDL.Continuous.Add add2 "Adds the cooling set point adjustment to the primary set point." annotation(Placement(transformation(extent={{22,26},{42,46}}))); - - Buildings.Controls.OBC.CDL.Continuous.Add add1( - final k2=-1) + + CDL.Continuous.Subtract add1 "Subtracts the heating set point adjustment from the primary set point." annotation(Placement(transformation(extent={{22,-50},{42,-30}}))); - + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant coolAdj( final k=coAdj) "Supply air temperature cooling set point offset." annotation(Placement(transformation(extent={{-14,44},{6,64}}))); - + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant heatAdj( final k=heAdj) "Supply air temperature heating set point offset." annotation(Placement(transformation(extent={{-14,-66},{6,-46}}))); - Buildings.Controls.OBC.CDL.Logical.Switch dehumSwi + Buildings.Controls.OBC.CDL.Continuous.Switch dehumSwi "Logical switch changes heating set point based on dehumidification mode." annotation (Placement(transformation(extent={{66,-42},{86,-22}}))); - + Buildings.Controls.OBC.CDL.Interfaces.RealOutput supPrimSP "Supply air primary temperature set point." annotation(Placement(transformation(extent={{102,-18},{142,22}}), iconTransformation(extent={{102,-20},{142,20}}))); - + equation - connect(lin.u, highSpaceT) annotation( + connect(lin.u, highSpaceT) annotation ( Line(points={{-44,2},{-122,2}}, color={0,0,127})); - - connect(heatAdj.y, add1.u2) annotation( + + connect(heatAdj.y, add1.u2) annotation ( Line(points={{8,-56},{14,-56},{14,-46},{20,-46}},color={0,0,127})); - + connect(coolAdj.y, add2.u1) annotation ( Line(points={{8,54},{14,54},{14,42},{20,42}}, color={0,0,127})); - + connect(lin.y, add2.u2) annotation ( Line(points={{-20,2},{2,2},{2,30},{20,30}}, color={0,0,127})); - + connect(lin.y, add1.u1) annotation ( Line(points={{-20,2},{2,2},{2,-34},{20,-34}}, color={0,0,127})); - - connect(add1.y, dehumSwi.u3) annotation( + + connect(add1.y, dehumSwi.u3) annotation ( Line(points={{44,-40},{64,-40}}, color={0,0,127})); - - connect(add2.y, supCooSP) annotation( + + connect(add2.y, supCooSP) annotation ( Line(points={{44,36},{122,36}}, color={0,0,127})); - + connect(dehumSwi.y, supHeaSP) annotation ( Line(points={{88,-32},{122,-32}}, color={0,0,127})); - + connect(add2.y, dehumSwi.u1) annotation ( Line(points={{44,36},{54,36},{54,-24},{64,-24}}, color={0,0,127})); - - connect(dehumSwi.u2, dehumMode)annotation ( + + connect(dehumSwi.u2, dehumMode) + annotation ( Line(points={{64,-32},{54,-32},{54,-82},{-122,-82}}, color={255,0,255})); - + connect(highZoneT.y, lin.x2) annotation ( Line(points={{-68,-18},{-58,-18},{-58,-2},{-44,-2}}, color={0,0,127})); - - connect(lowZoneT.y, lin.x1)annotation ( + + connect(lowZoneT.y, lin.x1) + annotation ( Line(points={{-68,52},{-52,52},{-52,10},{-44,10}},color={0,0,127})); - - connect(highPriT.y, lin.f1)annotation ( + + connect(highPriT.y, lin.f1) + annotation ( Line(points={{-68,20},{-56,20},{-56,6},{-44,6}}, color={0,0,127})); - + connect(lowPriT.y, lin.f2) annotation ( Line(points={{-68,-50},{-52,-50},{-52,-6},{-44,-6}},color={0,0,127})); - - connect(lin.y, supPrimSP)annotation ( + + connect(lin.y, supPrimSP) + annotation ( Line(points={{-20,2},{122,2}}, color={0,0,127})); - + annotation (defaultComponentName="TSupSetpt", - Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text(extent={{-90,180},{90,76}},lineColor={28,108,200},textStyle={TextStyle.Bold},textString="%name"),Rectangle(extent={{-100,100},{100,-100}},lineColor={179,151,128},radius=10,fillColor={255,255,255}, - fillPattern = -FillPattern.Solid),Text(extent={{-94,-40},{-40,-58}},lineColor={28,108,200},textString="highSpaceT"),Text(extent={{-94,60},{-40,42}},lineColor={28,108,200},textString="dehumMode"),Text(extent={{40,50},{94,32}},lineColor={28,108,200}, + Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text(extent={{-90,180},{90,76}},lineColor={28,108,200},textStyle={TextStyle.Bold},textString + = "%name"),Rectangle(extent={{-100,100},{100,-100}},lineColor={179,151,128},radius=10,fillColor={255,255,255}, + fillPattern= +FillPattern.Solid),Text(extent={{-94,-40},{-40,-58}},lineColor={28,108,200},textString + = "highSpaceT"),Text(extent={{-94,60},{-40,42}},lineColor={28,108,200},textString + = "dehumMode"),Text(extent={{40,50},{94,32}},lineColor={28,108,200}, textString="supCooSP"),Text(extent={{42,-30},{96,-48}}, lineColor={28,108,200},textString="supHeaSP"),Rectangle(extent={{14,22},{18,-22}},lineColor={0,140,72},fillColor={0,140,72}, - fillPattern = + fillPattern= FillPattern.Solid),Rectangle(extent={{14,22},{18,60}},lineColor={238,46,47},fillColor={255,0,0}, - fillPattern = + fillPattern= FillPattern.Solid),Rectangle(extent={{14,-60},{18,-22}},lineColor={28,108,200},fillColor={28,108,200}, - fillPattern = + fillPattern= FillPattern.Solid),Rectangle(extent={{-40,-4},{6,-6}},lineColor={162,29,33},fillColor={162,29,33}, fillPattern= FillPattern.Solid),Polygon(points={{6,-4},{-8,6},{-12,-4},{6,-4}},lineColor={162,29,33},fillColor={162,29,33}, - fillPattern = + fillPattern= FillPattern.Solid), Text(extent={{42,8},{96,-10}},lineColor={28,108,200},textString="supPrimSP")}), Diagram(coordinateSystem(preserveAspectRatio=false)), diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo index 9c383674ef6..392d4415098 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo @@ -17,7 +17,7 @@ model CoolingCoil "This model simulates CoolingCoil" startTime=300) annotation (Placement(transformation(extent={{-62,60},{-42,80}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine saTGen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin saTGen( amplitude=3, freqHz=1/4800, phase=0.87266462599716, @@ -25,7 +25,7 @@ model CoolingCoil "This model simulates CoolingCoil" startTime=0) annotation (Placement(transformation(extent={{-26,40},{-6,60}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine ccTGen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin ccTGen( amplitude=3, freqHz=1/4800, phase=0, @@ -39,14 +39,14 @@ model CoolingCoil "This model simulates CoolingCoil" startTime=1000) annotation (Placement(transformation(extent={{-26,-6},{-6,14}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine supCooGen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin supCooGen( amplitude=2, freqHz=1/3100, offset=293, startTime=12) annotation (Placement(transformation(extent={{-62,16},{-42,36}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine erwTGen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin erwTGen( amplitude=3, freqHz=1/4800, phase=0, @@ -54,7 +54,7 @@ model CoolingCoil "This model simulates CoolingCoil" startTime=0) annotation (Placement(transformation(extent={{-60,-66},{-40,-46}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine erwHumGen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin erwHumGen( amplitude=10, freqHz=1/3600, offset=60, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo index 64ea63c2ee7..6de2db0efd4 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo @@ -1,372 +1,371 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; - model DOAScontroller "DOAS controller" parameter Real erwEff( - final min = 0, - final max = 1) = 0.8 - "ERW efficiency parameter." + final min = 0, + final max = 1) = 0.8 + "ERW efficiency parameter." annotation(Dialog(tab = "DOAS", group = "General")); - - parameter Boolean vvUnit = true - "Set true when unit serves variable volume system." + + parameter Boolean vvUnit = true + "Set true when unit serves variable volume system." annotation(Dialog(tab = "DOAS", group = "General")); - + parameter Real damSet( - final min = 0, - final max = 1, - final unit = "1") = 0.9 - "DDSP terminal damper percent open set point" + final min = 0, + final max = 1, + final unit = "1") = 0.9 + "DDSP terminal damper percent open set point" annotation(Dialog(tab = "DOAS", group = "General")); - - parameter Real cctPIk = 0.0000001 - "Cooling coil CCT PI gain value k." + + parameter Real cctPIk = 0.0000001 + "Cooling coil CCT PI gain value k." annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); - - parameter Real cctPITi = 0.0075 - "Cooling coil CCT PI time constant value Ti." + + parameter Real cctPITi = 0.0075 + "Cooling coil CCT PI time constant value Ti." annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); - - parameter Real SAccPIk = 0.0000001 - "Cooling coil SAT PI gain value k." + + parameter Real SAccPIk = 0.0000001 + "Cooling coil SAT PI gain value k." annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); - - parameter Real SAccPITi = 0.0075 - "Cooling coil SAT PI time constant value Ti." + + parameter Real SAccPITi = 0.0075 + "Cooling coil SAT PI time constant value Ti." annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); - + parameter Real dehumSet( - final min = 0, - final max = 100) = 60 - "Dehumidification set point." + final min = 0, + final max = 100) = 60 + "Dehumidification set point." annotation(Dialog(tab = "Dehumidification", group = "Set Point")); - + parameter Real dehumDelay( - final unit = "s", - final quantity = "Time") = 600 - "Minimum delay after RH falls below set point before turning dehum off." + final unit = "s", + final quantity = "Time") = 600 + "Minimum delay after RH falls below set point before turning dehum off." annotation(Dialog(tab = "Dehumidification", group = "Timer")); - + parameter Real minRun( - final unit = "s", - final quantity = "Time") = 120 - "Minimum supply fan proof delay before allowing dehum mode." + final unit = "s", + final quantity = "Time") = 120 + "Minimum supply fan proof delay before allowing dehum mode." annotation(Dialog(tab = "Dehumidification", group = "Timer")); - + parameter Real econCooAdj( final unit = "K", final displayUnit = "degC", final quantity = "ThermodynamicTemperature") = 2 - "Value subtracted from supply air temperature cooling set point." + "Value subtracted from supply air temperature cooling set point." annotation(Dialog(tab = "Economizer", group = "Set Point")); - + parameter Real erwDPadj( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 5 - "Value subtracted from ERW supply air dewpoint." + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 5 + "Value subtracted from ERW supply air dewpoint." annotation(Dialog(tab = "Energy Recovery Wheel", group = "Set Point")); - + parameter Real recSet( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 7 - "Energy recovery set point." + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 7 + "Energy recovery set point." annotation(Dialog(tab = "Energy Recovery Wheel", group = "Set Point")); - + parameter Real recSetDelay( final unit = "s", - final quantity = "Time") = 300 - "Minimum delay after OAT/RAT delta falls below set point." + final quantity = "Time") = 300 + "Minimum delay after OAT/RAT delta falls below set point." annotation(Dialog(tab = "Energy Recovery Wheel", group = "Timer")); - + parameter Real kGain( - final unit = "1") = 0.00001 - "PID loop gain value." + final unit = "1") = 0.00001 + "PID loop gain value." annotation(Dialog(tab = "Energy Recovery Wheel", group = "PID")); - + parameter Real conTi( - final unit = "s") = 0.00025 - "PID time constant of integrator." + final unit = "s") = 0.00025 + "PID time constant of integrator." annotation(Dialog(tab = "Energy Recovery Wheel", group = "PID")); - - parameter Real SArhcPIk = 0.0000001 - "Heating coil SAT PI gain value k." + + parameter Real SArhcPIk = 0.0000001 + "Heating coil SAT PI gain value k." annotation(Dialog(tab = "Heating Coil", group = "PI Parameters")); - - parameter Real SArhcPITi = 0.0075 - "Heating coil SAT PI time constant value Ti." + + parameter Real SArhcPITi = 0.0075 + "Heating coil SAT PI time constant value Ti." annotation(Dialog(tab = "Heating Coil", group = "PI Parameters")); - + parameter Real minDDSPset( - min = 0, - final unit = "Pa", - final quantity = "PressureDifference") = 125 - "Minimum down duct static pressure reset value" + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 125 + "Minimum down duct static pressure reset value" annotation(Dialog(tab = "Pressure", group = "DDSP range")); - + parameter Real maxDDSPset( - min = 0, - final unit = "Pa", - final quantity = "PressureDifference") = 500 - "Maximum down duct static pressure reset value" + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 500 + "Maximum down duct static pressure reset value" annotation(Dialog(tab = "Pressure", group = "DDSP range")); - + parameter Real cvDDSPset( - min = 0, - final unit = "Pa", - final quantity = "PressureDifference") = 250 - "Constant volume down duct static pressure set point" + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 250 + "Constant volume down duct static pressure set point" annotation(Dialog(tab = "Pressure", group = "CV DDSP")); - + parameter Real bldgSPset( - final unit = "Pa", - final quantity = "PressureDifference") = 15 - "Building static pressure set point" + final unit = "Pa", + final quantity = "PressureDifference") = 15 + "Building static pressure set point" annotation(Dialog(tab = "Pressure", group = "Building")); - + parameter Real loPriT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 20 - "Minimum primary supply air temperature reset value" + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 20 + "Minimum primary supply air temperature reset value" annotation(Dialog(tab = "Temperature", group = "Set Point")); - + parameter Real hiPriT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 24 - "Maximum primary supply air temperature reset value" + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 24 + "Maximum primary supply air temperature reset value" annotation(Dialog(tab = "Temperature", group = "Set Point")); - + parameter Real hiZonT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 25 - "Maximum zone temperature reset value" + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 25 + "Maximum zone temperature reset value" annotation(Dialog(tab = "Temperature", group = "Set Point")); - + parameter Real loZonT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 21 - "Minimum zone temperature reset value" + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 273.15 + 21 + "Minimum zone temperature reset value" annotation(Dialog(tab = "Temperature", group = "Set Point")); - + parameter Real coAdj( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 2 - "Supply air temperature cooling set point offset." + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 + "Supply air temperature cooling set point offset." annotation(Dialog(tab = "Temperature", group = "Set Point")); - + parameter Real heAdj( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 2 - "Supply air temperature heating set point offset." + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 + "Supply air temperature heating set point offset." annotation(Dialog(tab = "Temperature", group = "Set Point")); - + Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon( - cctPIk = 0.001, - cctPITi = 0.025, - SAccPIk = 0.001, - SAccPITi = 0.025) + cctPIk = 0.001, + cctPITi = 0.025, + SAccPIk = 0.001, + SAccPITi = 0.025) annotation(Placement(transformation(extent = {{64, -18}, {84, 16}}))); - + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse OccGen( - width = 0.8, - period = 8000, - startTime = 1000) - "Simulates occupancy mode schedule." + width = 0.8, + period = 8000, + shift=1000) + "Simulates occupancy mode schedule." annotation(Placement(transformation(extent = {{-42, 76}, {-22, 96}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine mostOpenDamGen( - amplitude = 4, - freqHz = 1/5670, - offset = 90) - "Simulates changing terminal unit most open damper position." + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin mostOpenDamGen( + amplitude = 4, + freqHz = 1/5670, + offset = 90) + "Simulates changing terminal unit most open damper position." annotation(Placement(transformation(extent = {{-42, 46}, {-22, 66}}))); - + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( - delayTime = 10, - delayOnInit = true) - "Simulates delay from initial fan start command to fan status proof." + delayTime = 10, + delayOnInit = true) + "Simulates delay from initial fan start command to fan status proof." annotation(Placement(visible = true, transformation(origin = {48, 8}, extent = {{-94, 14}, {-74, 34}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sensorDDSP( - amplitude = 300, - freqHz = 1/10800, - phase = 3.9269908169872, - offset = 400) + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sensorDDSP( + amplitude = 300, + freqHz = 1/10800, + phase = 3.9269908169872, + offset = 400) annotation(Placement(transformation(extent = {{-92, -18}, {-72, 2}}))); - - Buildings.Controls.OBC.CDL.Logical.Switch swi - "Logic switch selects DDSP generator when fan is proven otherwise selects 0." + + Buildings.Controls.OBC.CDL.Continuous.Switch swi + "Logic switch selects DDSP generator when fan is proven otherwise selects 0." annotation(Placement(transformation(extent = {{-52, -2}, {-32, 18}}))); - + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0( - final k = 0) - "Real constant 0" + final k = 0) + "Real constant 0" annotation(Placement(transformation(extent = {{-92, -48}, {-72, -28}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine ralHumGen( - amplitude = 10, - freqHz = 1/10800, - phase = 1.5707963267949, - offset = 60, - startTime = 0) - "Return humidity sensor simulator." + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin ralHumGen( + amplitude = 10, + freqHz = 1/10800, + phase = 1.5707963267949, + offset = 60, + startTime = 0) + "Return humidity sensor simulator." annotation(Placement(transformation(extent = {{2, -16}, {22, 4}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine erwHumGen( - amplitude = 5, - freqHz = 1/7200, - phase = 1.5707963267949, - offset = 60, - startTime = 0) - "ERW humidity sensor simulator." + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin erwHumGen( + amplitude = 5, + freqHz = 1/7200, + phase = 1.5707963267949, + offset = 60, + startTime = 0) + "ERW humidity sensor simulator." annotation(Placement(transformation(extent = {{32, -30}, {52, -10}}))); - + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel1( final delayTime = 10, - final delayOnInit = true) - "Simulates delay from initial fan start command to fan status proof." + final delayOnInit = true) + "Simulates delay from initial fan start command to fan status proof." annotation(Placement(transformation(extent = {{108, -66}, {128, -46}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine bldgSP( - amplitude = 3, - freqHz = 1/10800, - offset = 15) + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin bldgSP( + amplitude = 3, + freqHz = 1/10800, + offset = 15) annotation(Placement(transformation(extent = {{30, -92}, {50, -72}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine ccTGen( - amplitude = 7, - freqHz = 1/21600, - phase = 1.0471975511966, - offset = 283, - startTime = 0) - "Cooling coil discharge temperature simulator." + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin ccTGen( + amplitude = 7, + freqHz = 1/21600, + phase = 1.0471975511966, + offset = 283, + startTime = 0) + "Cooling coil discharge temperature simulator." annotation(Placement(transformation(extent = {{-24, -92}, {-4, -72}}))); - + Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp oaTgen( - height = 26, - duration = 8500, - offset = 275, - startTime = 500) - "Outside air temperature generator." + height = 26, + duration = 8500, + offset = 275, + startTime = 500) + "Outside air temperature generator." annotation(Placement(transformation(extent = {{4, -46}, {24, -26}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine raTGen( - amplitude = 5, - freqHz = 1/20600, - phase = 0.34906585039887, - offset = 294, startTime = 0) - "Return air temperature simulator." + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin raTGen( + amplitude = 5, + freqHz = 1/20600, + phase = 0.34906585039887, + offset = 294, startTime = 0) + "Return air temperature simulator." annotation(Placement(transformation(extent = {{-52, -30}, {-32, -10}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine highSpaceTGen( - amplitude = 3, - freqHz = 1/3600, - offset = 296, - startTime = 1250) - "Terminal unit high space temperature simulator." + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin highSpaceTGen( + amplitude = 3, + freqHz = 1/3600, + offset = 296, + startTime = 1250) + "Terminal unit high space temperature simulator." annotation(Placement(transformation(extent = {{-24, -28}, {-4, -8}}))); - - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine saTGen( - amplitude = 15, - freqHz = 1/21600, - phase = 1.0471975511966, - offset = 285, - startTime = 0) - "Supply air temperature simulator." + + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin saTGen( + amplitude = 15, + freqHz = 1/21600, + phase = 1.0471975511966, + offset = 285, + startTime = 0) + "Supply air temperature simulator." annotation(Placement(transformation(extent = {{-24, -62}, {-4, -42}}))); - - Buildings.Controls.OBC.FDE.DOAS.erwTsim ERWtemp - "Energy recovery wheel supply temperature simulator." + + Buildings.Controls.OBC.FDE.DOAS.erwTsim ERWtemp + "Energy recovery wheel supply temperature simulator." annotation(Placement(transformation(extent = {{110, -28}, {130, -8}}))); - - CDL.Logical.Pre pre + + CDL.Logical.Pre pre annotation(Placement(visible = true, transformation(origin = {-68, 52}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - + equation - connect(OccGen.y, DOAScon.occ) annotation( + connect(OccGen.y, DOAScon.occ) annotation ( Line(points = {{-20, 86}, {58, 86}, {58, 15.6}, {62, 15.6}}, color = {255, 0, 255})); - - connect(mostOpenDamGen.y, DOAScon.mostOpenDam) annotation( + + connect(mostOpenDamGen.y, DOAScon.mostOpenDam) annotation ( Line(points = {{-20, 56}, {54, 56}, {54, 13.2}, {62, 13.2}}, color = {0, 0, 127})); - - connect(truDel.y, DOAScon.supFanStatus) annotation( + + connect(truDel.y, DOAScon.supFanStatus) annotation ( Line(points = {{-24, 32}, {50, 32}, {50, 10.8}, {62, 10.8}}, color = {255, 0, 255})); - - connect(truDel.y, swi.u2) annotation( + + connect(truDel.y, swi.u2) annotation ( Line(points = {{-24, 32}, {-24, 18}, {-54, 18}, {-54, 8}}, color = {255, 0, 255})); - - connect(sensorDDSP.y, swi.u1) annotation( + + connect(sensorDDSP.y, swi.u1) annotation ( Line(points = {{-70, -8}, {-66, -8}, {-66, 16}, {-54, 16}}, color = {0, 0, 127})); - - connect(con0.y, swi.u3) annotation( + + connect(con0.y, swi.u3) annotation ( Line(points = {{-70, -38}, {-60, -38}, {-60, 0}, {-54, 0}}, color = {0, 0, 127})); - - connect(ralHumGen.y, DOAScon.retHum) annotation( + + connect(ralHumGen.y, DOAScon.retHum) annotation ( Line(points = {{24, -6}, {28, -6}, {28, 6}, {62, 6}}, color = {0, 0, 127})); - - connect(highSpaceTGen.y, DOAScon.highSpaceT) annotation( + + connect(highSpaceTGen.y, DOAScon.highSpaceT) annotation ( Line(points = {{-2, -18}, {30, -18}, {30, 3.4}, {62, 3.4}}, color = {0, 0, 127})); - - connect(raTGen.y, DOAScon.raT) annotation( + + connect(raTGen.y, DOAScon.raT) annotation ( Line(points = {{-30, -20}, {-28, -20}, {-28, -1.6}, {62, -1.6}}, color = {0, 0, 127})); - - connect(erwHumGen.y, DOAScon.erwHum) annotation( + + connect(erwHumGen.y, DOAScon.erwHum) annotation ( Line(points = {{54, -20}, {56, -20}, {56, -9.2}, {62, -9.2}}, color = {0, 0, 127})); - - connect(DOAScon.bypDam, ERWtemp.bypDam) annotation( + + connect(DOAScon.bypDam, ERWtemp.bypDam) annotation ( Line(points = {{86.2, -1}, {97.1, -1}, {97.1, -12}, {107.6, -12}}, color = {255, 0, 255})); - - connect(DOAScon.erwStart, ERWtemp.erwStart) annotation( + + connect(DOAScon.erwStart, ERWtemp.erwStart) annotation ( Line(points = {{86.2, -4}, {98, -4}, {98, -16}, {107.6, -16}}, color = {255, 0, 255})); - - connect(raTGen.y, ERWtemp.raT) annotation( + + connect(raTGen.y, ERWtemp.raT) annotation ( Line(points = {{-30, -20}, {107.6, -20}}, color = {0, 0, 127})); - - connect(ERWtemp.erwTsim, DOAScon.erwT) annotation( + + connect(ERWtemp.erwTsim, DOAScon.erwT) annotation ( Line(points = {{132.4, -18}, {134, -18}, {134, -38}, {60, -38}, {60, -11.6}, {62, -11.6}}, color = {0, 0, 127})); - - connect(DOAScon.exhFanStart, truDel1.u) annotation( + + connect(DOAScon.exhFanStart, truDel1.u) annotation ( Line(points = {{86.2, -10.4}, {96, -10.4}, {96, -56}, {106, -56}}, color = {255, 0, 255})); - - connect(truDel1.y, DOAScon.exhFanProof) annotation( + + connect(truDel1.y, DOAScon.exhFanProof) annotation ( Line(points = {{130, -56}, {134, -56}, {134, -74}, {58, -74}, {58, -14}, {62, -14}}, color = {255, 0, 255})); - - connect(bldgSP.y, DOAScon.bldgSP) annotation( + + connect(bldgSP.y, DOAScon.bldgSP) annotation ( Line(points = {{52, -82}, {54, -82}, {54, -16.4}, {62, -16.4}}, color = {0, 0, 127})); - - connect(oaTgen.y, DOAScon.oaT) annotation( + + connect(oaTgen.y, DOAScon.oaT) annotation ( Line(points = {{26, -36}, {32, -36}, {32, -4.2}, {62, -4.2}}, color = {0, 0, 127})); - - connect(oaTgen.y, ERWtemp.oaT) annotation( + + connect(oaTgen.y, ERWtemp.oaT) annotation ( Line(points = {{26, -36}, {62, -36}, {62, -24}, {107.6, -24}}, color = {0, 0, 127})); - - connect(swi.y, DOAScon.DDSP) annotation( + + connect(swi.y, DOAScon.DDSP) annotation ( Line(points = {{-30, 8}, {16, 8}, {16, 8.4}, {62, 8.4}}, color = {0, 0, 127})); - - connect(saTGen.y, DOAScon.saT) annotation( + + connect(saTGen.y, DOAScon.saT) annotation ( Line(points = {{-2, -52}, {26, -52}, {26, 0.8}, {62, 0.8}}, color = {0, 0, 127})); - - connect(ccTGen.y, DOAScon.ccT) annotation( + + connect(ccTGen.y, DOAScon.ccT) annotation ( Line(points = {{-2, -82}, {28, -82}, {28, -6.6}, {62, -6.6}}, color = {0, 0, 127})); - - connect(DOAScon.supFanStart, pre.u) annotation( - Line(points = {{86, 12}, {-86, 12}, {-86, 52}, {-80, 52}}, color = {255, 0, 255})); - - connect(pre.y, truDel.u) annotation( + + connect(DOAScon.supFanStart, pre.u) annotation ( + Line(points={{86.2,11.4},{-86,11.4},{-86,52},{-80,52}}, color = {255, 0, 255})); + + connect(pre.y, truDel.u) annotation ( Line(points = {{-56, 52}, {-56, 41}, {-48, 41}, {-48, 32}}, color = {255, 0, 255})); - - annotation( - Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Ellipse(lineColor = {75, 138, 73}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, extent = {{-100, -100}, {100, 100}}), Polygon(lineColor = {0, 0, 255}, fillColor = {75, 138, 73}, pattern = LinePattern.None, - fillPattern = + + annotation ( + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Ellipse(lineColor = {75, 138, 73}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-100, -100}, {100, 100}}), Polygon(lineColor = {0, 0, 255}, fillColor = {75, 138, 73}, pattern = LinePattern.None, + fillPattern= FillPattern.Solid, points = {{-36, 60}, {64, 0}, {-36, -60}, {-36, 60}})}), Diagram(coordinateSystem(preserveAspectRatio = false)), Documentation(revisions = " diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo index 66d0c03f470..936b5f29633 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo @@ -25,7 +25,7 @@ model DehumMode "This model simulates DehumMode." period=5760) annotation (Placement(transformation(extent={{-28,-36},{-8,-16}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine relHumGen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin relHumGen( amplitude=10, freqHz=1/3600, offset=60, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo index e2327c2da27..ca6c08131dc 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo @@ -4,14 +4,14 @@ model Dewpoint "This model simulates Dewpoint calculations." Buildings.Controls.OBC.FDE.DOAS.Dewpoint Dewpt annotation (Placement(transformation(extent={{-4,-10},{16,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine ralHumGen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin ralHumGen( amplitude=10, freqHz=1/3600, offset=60, startTime=0) annotation (Placement(transformation(extent={{-48,8},{-28,28}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine raTGen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin raTGen( amplitude=3, freqHz=1/4800, phase=0.78539816339745, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo index fadb89612eb..41a2b110aa3 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo @@ -15,14 +15,14 @@ model EconMode "This model simulates EconMode." period=5760) annotation (Placement(transformation(extent={{-30,32},{-10,52}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine oaTGen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin oaTGen( amplitude=5, freqHz=1/4800, offset=296, startTime=202) annotation (Placement(transformation(extent={{-28,-10},{-8,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine supCooSPgen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin supCooSPgen( amplitude=5, freqHz=1/3600, offset=297, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo index 1573a39f7e8..ee5a0f82f0f 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo @@ -21,7 +21,7 @@ model ExhaustFanController period=5760) annotation (Placement(transformation(extent={{-34,8},{-14,28}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine bldgSP( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin bldgSP( amplitude=3, freqHz=1/3280, offset=15) diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo index d33a428fb02..d685ec17a96 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo @@ -11,7 +11,7 @@ model HeatingCoil "This model simulates HeatingCoil" startTime=300) annotation (Placement(transformation(extent={{-42,-10},{-22,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine saTGen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin saTGen( amplitude=3, freqHz=1/4800, phase=0.87266462599716, @@ -19,7 +19,7 @@ model HeatingCoil "This model simulates HeatingCoil" startTime=0) annotation (Placement(transformation(extent={{-12,-40},{8,-20}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine supHeaGen( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin supHeaGen( amplitude=2, freqHz=1/3100, offset=295, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo index e9f22b07166..db462267657 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo @@ -15,14 +15,14 @@ annotation (Placement(transformation(extent={{40,-6},{60,14}}))); OccGen(width=0.6, period=2880) annotation (Placement(transformation(extent={{-66,32},{-46,52}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin mostOpenDamGen( amplitude=4, freqHz=1/5670, offset=90) annotation (Placement(transformation(extent={{-66,-2},{-46,18}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sine sensorDDSP( + Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sensorDDSP( amplitude=9, freqHz=1/6780, offset=180) diff --git a/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo index 0ca141e96fc..25b605055f5 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo @@ -42,8 +42,7 @@ block erwTsim "ERW supply temperature simulator" then pass OAT as the erwT value." annotation (Placement(transformation(extent={{14,56},{34,76}}))); - Buildings.Controls.OBC.CDL.Continuous.Add sub1( - final k2=-1) + CDL.Continuous.Subtract sub1 "Subtract outside air temperature from return air temperature." annotation (Placement(transformation(extent={{-88,-42},{-68,-22}}))); @@ -51,7 +50,7 @@ block erwTsim "ERW supply temperature simulator" "Absolute value of RAT-OAT" annotation (Placement(transformation(extent={{-50,-42},{-30,-22}}))); - Buildings.Controls.OBC.CDL.Continuous.Product pro + Buildings.Controls.OBC.CDL.Continuous.Multiply pro "RAT/OAT delta x erwEff" annotation (Placement(transformation(extent={{-18,-48},{2,-28}}))); @@ -76,18 +75,18 @@ block erwTsim "ERW supply temperature simulator" "True if RAT > OAT" annotation (Placement(transformation(extent={{-50,-14},{-30,6}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi + Buildings.Controls.OBC.CDL.Continuous.Switch swi "Logical switch selects OAT or calculated ERW value." annotation (Placement(transformation(extent={{76,56},{96,76}}))); - Buildings.Controls.OBC.CDL.Logical.Switch swi1 + Buildings.Controls.OBC.CDL.Continuous.Switch swi1 annotation (Placement(transformation(extent={{44,-86},{64,-66}}))); Buildings.Controls.OBC.CDL.Continuous.Add add1 "OAT+(|RAT-OAT|*erwEff)" annotation (Placement(transformation(extent={{10,-78},{30,-58}}))); - Buildings.Controls.OBC.CDL.Continuous.Add sub2(k2=-1) + CDL.Continuous.Subtract sub2 "OAT - (|RAT-OAT|*erwEff)" annotation (Placement(transformation(extent={{10,-104},{30,-84}}))); diff --git a/Buildings/Examples/ChilledBeamSystem/TestBed.mo b/Buildings/Examples/ChilledBeamSystem/TestBed.mo index 9e161ee9058..10cce96b6c0 100644 --- a/Buildings/Examples/ChilledBeamSystem/TestBed.mo +++ b/Buildings/Examples/ChilledBeamSystem/TestBed.mo @@ -519,7 +519,7 @@ block TestBed "Convert pump enable signal to Real signal" annotation (Placement(transformation(extent={{-320,-120},{-300,-100}}))); - Buildings.Controls.OBC.CDL.Continuous.Product pro + Buildings.Controls.OBC.CDL.Continuous.Multiply pro "Find pump flow signal by multiplying enable signal with speed signal" annotation (Placement(transformation(extent={{-280,-140},{-260,-120}}))); @@ -537,7 +537,7 @@ block TestBed "Convert fan enable signal to Real signal" annotation (Placement(transformation(extent={{-320,30},{-300,50}}))); - Buildings.Controls.OBC.CDL.Continuous.Product pro1 + Buildings.Controls.OBC.CDL.Continuous.Multiply pro1 "Find fan flow signal by multiplying enable signal with speed signal" annotation (Placement(transformation(extent={{-280,10},{-260,30}}))); From bd3ab3339bc883123ca766b2cda14c10ce8005c1 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 17 Jan 2024 19:04:54 -0800 Subject: [PATCH 150/196] Updated package structure. Updated class references on instances in validation model --- .../{ => BaseClasses}/TestBed.mo | 21 +++-- .../package.mo => BaseClasses/Validation.mo} | 11 ++- .../{ => BaseClasses}/ZoneModel_simplified.mo | 11 ++- .../ChilledBeamSystem/BaseClasses/package.mo | 6 ++ .../BaseClasses/package.order | 3 + .../ChilledBeamSystem/ClosedLoopValidation.mo | 86 ++++++++++--------- .../Examples/ChilledBeamSystem/package.order | 4 +- 7 files changed, 82 insertions(+), 60 deletions(-) rename Buildings/Examples/ChilledBeamSystem/{ => BaseClasses}/TestBed.mo (99%) rename Buildings/Examples/ChilledBeamSystem/{Validation/package.mo => BaseClasses/Validation.mo} (55%) rename Buildings/Examples/ChilledBeamSystem/{ => BaseClasses}/ZoneModel_simplified.mo (98%) create mode 100644 Buildings/Examples/ChilledBeamSystem/BaseClasses/package.mo create mode 100644 Buildings/Examples/ChilledBeamSystem/BaseClasses/package.order diff --git a/Buildings/Examples/ChilledBeamSystem/TestBed.mo b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo similarity index 99% rename from Buildings/Examples/ChilledBeamSystem/TestBed.mo rename to Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo index 10cce96b6c0..9a6970a38ba 100644 --- a/Buildings/Examples/ChilledBeamSystem/TestBed.mo +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo @@ -1,4 +1,4 @@ -within Buildings.Examples.ChilledBeamSystem; +within Buildings.Examples.ChilledBeamSystem.BaseClasses; block TestBed "Testbed consisting of a 5-zone building model paired with DOAS and chilled water supply system" @@ -559,14 +559,14 @@ block TestBed "Multiplexer for CAV terminal damper position measurements" annotation (Placement(transformation(extent={{490,-20},{510,0}}))); - Buildings.Fluid.Sensors.RelativeHumidityTwoPort senRelHum(redeclare package Medium = + Buildings.Fluid.Sensors.RelativeHumidityTwoPort senRelHum(redeclare package + Medium = MediumA, m_flow_nominal=mAirTot_flow_nominal) "Relative humidity sensor" annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation=180, origin={-90,160}))); - - Buildings.Examples.ChilledBeamSystem.ZoneModel_simplified nor( + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified nor( nConExt=0, nConExtWin=0, nConPar=0, @@ -576,6 +576,7 @@ block TestBed layers={conIntWal,conIntWal,conIntWal}, A={6.47,40.76,6.47}*hRoo, til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), + redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal=QNor_flow_nominal, @@ -588,7 +589,7 @@ block TestBed mAChiBea_flow_nominal=mAChiBeaNor_flow_nominal) "North zone" annotation (Placement(transformation(extent={{180,300},{200,320}}))); - Buildings.Examples.ChilledBeamSystem.ZoneModel_simplified wes( + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified wes( nConExt=0, nConExtWin=0, nConPar=0, @@ -598,6 +599,7 @@ block TestBed layers={conIntWal,conIntWal,conIntWal}, A={6.47,40.76,6.47}*hRoo, til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), + redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal=QWes_flow_nominal, @@ -610,7 +612,7 @@ block TestBed mAChiBea_flow_nominal=mAChiBeaWes_flow_nominal) "West zone" annotation (Placement(transformation(extent={{120,240},{140,260}}))); - Buildings.Examples.ChilledBeamSystem.ZoneModel_simplified cor( + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified cor( nConExt=0, nConExtWin=0, nConPar=0, @@ -620,6 +622,7 @@ block TestBed layers={conIntWal,conIntWal,conIntWal}, A={6.47,40.76,6.47}*hRoo, til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), + redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal=QCor_flow_nominal, @@ -632,7 +635,7 @@ block TestBed mAChiBea_flow_nominal=mAChiBeaCor_flow_nominal) "Core zone" annotation (Placement(transformation(extent={{180,240},{200,260}}))); - Buildings.Examples.ChilledBeamSystem.ZoneModel_simplified eas( + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified eas( nConExt=0, nConExtWin=0, nConPar=0, @@ -642,6 +645,7 @@ block TestBed layers={conIntWal,conIntWal,conIntWal}, A={6.47,40.76,6.47}*hRoo, til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), + redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal=QEas_flow_nominal, @@ -654,7 +658,7 @@ block TestBed mAChiBea_flow_nominal=mAChiBeaEas_flow_nominal) "East zone" annotation (Placement(transformation(extent={{240,240},{260,260}}))); - Buildings.Examples.ChilledBeamSystem.ZoneModel_simplified sou( + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified sou( nConExt=0, nConExtWin=0, nConPar=0, @@ -664,6 +668,7 @@ block TestBed layers={conIntWal,conIntWal,conIntWal}, A={6.47,40.76,6.47}*hRoo, til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), + redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal=QSou_flow_nominal, diff --git a/Buildings/Examples/ChilledBeamSystem/Validation/package.mo b/Buildings/Examples/ChilledBeamSystem/BaseClasses/Validation.mo similarity index 55% rename from Buildings/Examples/ChilledBeamSystem/Validation/package.mo rename to Buildings/Examples/ChilledBeamSystem/BaseClasses/Validation.mo index 5c5b1fdb48e..7fce9cbc2f3 100644 --- a/Buildings/Examples/ChilledBeamSystem/Validation/package.mo +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/Validation.mo @@ -1,6 +1,15 @@ -within Buildings.Examples.ChilledBeamSystem; +within Buildings.Examples.ChilledBeamSystem.BaseClasses; package Validation + block ZoneModel_simplified + "Validation model for zone model" + extends Modelica.Icons.Example; + Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Testbed.ZoneModel_simplified + zoneModel_simplified + annotation (Placement(transformation(extent={{-10,20},{10,40}}))); + annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( + coordinateSystem(preserveAspectRatio=false))); + end ZoneModel_simplified; annotation (Icon(graphics={ Rectangle( lineColor={200,200,200}, diff --git a/Buildings/Examples/ChilledBeamSystem/ZoneModel_simplified.mo b/Buildings/Examples/ChilledBeamSystem/BaseClasses/ZoneModel_simplified.mo similarity index 98% rename from Buildings/Examples/ChilledBeamSystem/ZoneModel_simplified.mo rename to Buildings/Examples/ChilledBeamSystem/BaseClasses/ZoneModel_simplified.mo index 2817a33d734..c8b2ef5eca1 100644 --- a/Buildings/Examples/ChilledBeamSystem/ZoneModel_simplified.mo +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/ZoneModel_simplified.mo @@ -1,4 +1,4 @@ -within Buildings.Examples.ChilledBeamSystem; +within Buildings.Examples.ChilledBeamSystem.BaseClasses; block ZoneModel_simplified "Zone model containing components for zone mixed air volume, thermal capacitance and a chilled beam manifold with air circulation fan" extends Buildings.ThermalZones.Detailed.BaseClasses.ConstructionRecords; @@ -9,7 +9,6 @@ block ZoneModel_simplified replaceable package MediumW =Buildings.Media.Water "Water medium model"; - Buildings.Controls.OBC.CDL.Interfaces.RealInput QFlo "Power gained by zone" annotation (Placement(transformation(extent={{-240,-20},{-200,20}}), iconTransformation(extent={{-140,20},{-100,60}}))); @@ -90,11 +89,11 @@ block ZoneModel_simplified "Nominal mass flow rate" annotation(dialog(group="Zone parameters")); - Modelica.Fluid.Interfaces.FluidPort_a portChiWat_a(redeclare package Medium = - MediumW) "CHW inlet port" annotation (Placement(transformation(extent={{ + Modelica.Fluid.Interfaces.FluidPort_a portChiWat_a(redeclare package Medium + = MediumW) "CHW inlet port" annotation (Placement(transformation(extent={{ -50,-210},{-30,-190}}), iconTransformation(extent={{-50,-110},{-30,-90}}))); - Modelica.Fluid.Interfaces.FluidPort_b portChiWat_b(redeclare package Medium = - MediumW) "CHW outlet port" annotation (Placement(transformation(extent={ + Modelica.Fluid.Interfaces.FluidPort_b portChiWat_b(redeclare package Medium + = MediumW) "CHW outlet port" annotation (Placement(transformation(extent={ {30,-210},{50,-190}}), iconTransformation(extent={{30,-110},{50,-90}}))); Modelica.Fluid.Interfaces.FluidPort_a portAir_a(redeclare package Medium = MediumA) "Air inlet port" annotation (Placement(transformation(extent={{ diff --git a/Buildings/Examples/ChilledBeamSystem/BaseClasses/package.mo b/Buildings/Examples/ChilledBeamSystem/BaseClasses/package.mo new file mode 100644 index 00000000000..d062ae02e8f --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/package.mo @@ -0,0 +1,6 @@ +within Buildings.Examples.ChilledBeamSystem; +package BaseClasses + extends Modelica.Icons.BasesPackage; + + +end BaseClasses; diff --git a/Buildings/Examples/ChilledBeamSystem/BaseClasses/package.order b/Buildings/Examples/ChilledBeamSystem/BaseClasses/package.order new file mode 100644 index 00000000000..3697358a332 --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/package.order @@ -0,0 +1,3 @@ +TestBed +ZoneModel_simplified +Validation diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index de62635a11e..0a8853ec77c 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -4,7 +4,7 @@ block ClosedLoopValidation parameter Real schTab[5,2]=[0,0; 8,1; 18,1; 21,0; 24,0] "Table defining schedule for enabling plant"; - TestBed chiBeaTesBed( + BaseClasses.TestBed chiBeaTesBed( TChiWatRet_nominal=273.15 + 25, mChiWatTot_flow_nominal=2.114, mAirTot_flow_nominal=1*0.676*1.225, @@ -31,7 +31,7 @@ block ClosedLoopValidation mAirCor_flow_nominal=1*0.26*1.225, mAChiBeaCor_flow_nominal=0.26*1.225) "Chilled beam system test-bed" annotation (Placement(transformation(extent={{88,-16},{108,32}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.Terminal.TerminalController terCon[5]( + Buildings.Controls.OBC.ChilledBeams.Terminal.Controller terCon[5]( controllerTypeCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PID, TiCoo=fill(50, 5), TdCoo={0.1,100,0.1,0.1,0.1}, @@ -40,17 +40,17 @@ block ClosedLoopValidation VDes_unoccUnsch={0.056,0.024,0.056,0.024,0.104}) "Terminal controllers" annotation (Placement(transformation(extent={{10,40},{30,60}}))); - Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChilledBeamSystem.System.SystemController sysCon(nPum=1, nVal=5, + Buildings.Controls.OBC.ChilledBeams.System.Controller sysCon(nPum=1, nVal=5, minPumSpe=0.7, TiPumSpe=50, kBypVal=10e-3, TiBypVal=900) annotation (Placement(transformation(extent={{10,-70},{30,-50}}))); - FDE.DOAS.DOAScontroller_modified DOAScon( + Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon( minDDSPset=400, maxDDSPset=500, cvDDSPset=450) - annotation (Placement(transformation(extent={{-4,-18},{16,18}}))); + annotation (Placement(transformation(extent={{-4,-16},{16,20}}))); Buildings.Controls.OBC.CDL.Continuous.MultiMax TZonMax(nin=5) annotation (Placement(transformation(extent={{-40,50},{-20,70}}))); Buildings.Controls.OBC.CDL.Continuous.MultiMax yDamPosMax(nin=5) @@ -81,49 +81,49 @@ block ClosedLoopValidation annotation (Placement(transformation(extent={{-60,-60},{-40,-40}}))); equation - connect(terCon.yReh, chiBeaTesBed.uCAVReh) annotation (Line(points={{32,58},{ - 50,58},{50,14},{86,14}}, color={0,0,127})); - connect(terCon.yChiVal, chiBeaTesBed.uChiWatVal) annotation (Line(points={{32, - 54},{48,54},{48,22},{86,22}}, color={0,0,127})); + connect(terCon.yReh, chiBeaTesBed.uCAVReh) annotation (Line(points={{32,55},{50, + 55},{50,14},{86,14}}, color={0,0,127})); + connect(terCon.yChiVal, chiBeaTesBed.uChiWatVal) annotation (Line(points={{32,52.5}, + {48,52.5},{48,22},{86,22}}, color={0,0,127})); connect(terCon.yDam, chiBeaTesBed.uCAVDam) annotation (Line(points={{32,50},{ 52,50},{52,18},{86,18}}, color={0,0,127})); - connect(sysCon.yChiWatPum[1], chiBeaTesBed.uPumSta) annotation (Line(points={ - {32,-56},{54,-56},{54,-6},{86,-6}}, color={255,0,255})); + connect(sysCon.yChiWatPum[1], chiBeaTesBed.uPumSta) annotation (Line(points={{32,-54}, + {54,-54},{54,-6},{86,-6}}, color={255,0,255})); connect(sysCon.yPumSpe, chiBeaTesBed.uPumSpe) annotation (Line(points={{32, -60},{52,-60},{52,-10},{86,-10}}, color={0,0,127})); - connect(chiBeaTesBed.yPumSta, sysCon.uPumSta[1]) annotation (Line(points={{ - 110,-6},{142,-6},{142,-80},{0,-80},{0,-56},{8,-56}}, color={255,0,255})); + connect(chiBeaTesBed.yPumSta, sysCon.uPumSta[1]) annotation (Line(points={{110,-6}, + {142,-6},{142,-80},{0,-80},{0,-54},{8,-54}}, color={255,0,255})); connect(chiBeaTesBed.dPChiWat, sysCon.dPChiWatLoo) annotation (Line(points={{ 110,-2},{146,-2},{146,-86},{-6,-86},{-6,-60},{8,-60}}, color={0,0,127})); - connect(chiBeaTesBed.yChiWatVal, sysCon.uValPos) annotation (Line(points={{ - 110,14},{140,14},{140,-74},{4,-74},{4,-64},{8,-64}}, color={0,0,127})); - connect(chiBeaTesBed.yChiWatVal, terCon.uChiVal) annotation (Line(points={{ - 110,14},{140,14},{140,80},{0,80},{0,42},{8,42}}, color={0,0,127})); - connect(sysCon.yBypValPos, chiBeaTesBed.uBypValPos) annotation (Line(points={ - {32,-64},{44,-64},{44,26},{86,26}}, color={0,0,127})); - connect(DOAScon.supFanStart, chiBeaTesBed.uFanSta) annotation (Line(points={{ - 18.2,13.1294},{30,13.1294},{30,10},{86,10}}, color={255,0,255})); - connect(DOAScon.supFanSpeed, chiBeaTesBed.uFanSpe) annotation (Line(points={{ - 18.2,9.74118},{28,9.74118},{28,6},{86,6}}, color={0,0,127})); - connect(DOAScon.yRHC, chiBeaTesBed.uHeaCoi) annotation (Line(points={{18.2, - 3.17647},{26,3.17647},{26,2},{86,2}}, color={0,0,127})); - connect(DOAScon.yCC, chiBeaTesBed.uCooCoi) annotation (Line(points={{18.2, - 6.35294},{24,6.35294},{24,-2},{86,-2}}, color={0,0,127})); + connect(chiBeaTesBed.yChiWatVal, sysCon.uValPos) annotation (Line(points={{110,14}, + {140,14},{140,-74},{4,-74},{4,-66},{8,-66}}, color={0,0,127})); + connect(chiBeaTesBed.yChiWatVal, terCon.uChiVal) annotation (Line(points={{110,14}, + {140,14},{140,80},{0,80},{0,41.25},{8,41.25}}, color={0,0,127})); + connect(sysCon.yBypValPos, chiBeaTesBed.uBypValPos) annotation (Line(points={{32,-66}, + {44,-66},{44,26},{86,26}}, color={0,0,127})); + connect(DOAScon.supFanStart, chiBeaTesBed.uFanSta) annotation (Line(points={{18.2, + 15.1294},{30,15.1294},{30,10},{86,10}}, color={255,0,255})); + connect(DOAScon.supFanSpeed, chiBeaTesBed.uFanSpe) annotation (Line(points={{18.2, + 11.7412},{28,11.7412},{28,6},{86,6}}, color={0,0,127})); + connect(DOAScon.yRHC, chiBeaTesBed.uHeaCoi) annotation (Line(points={{18.2,5.17647}, + {26,5.17647},{26,2},{86,2}}, color={0,0,127})); + connect(DOAScon.yCC, chiBeaTesBed.uCooCoi) annotation (Line(points={{18.2,8.35294}, + {24,8.35294},{24,-2},{86,-2}}, color={0,0,127})); connect(chiBeaTesBed.dPDOASAir, DOAScon.DDSP) annotation (Line(points={{110,6}, - {138,6},{138,-40},{-20,-40},{-20,9.95294},{-6,9.95294}}, color={0,0, + {138,6},{138,-40},{-20,-40},{-20,11.9529},{-6,11.9529}}, color={0,0, 127})); connect(chiBeaTesBed.TDOASDis, DOAScon.saT) annotation (Line(points={{110,-10}, - {132,-10},{132,-30},{-10,-30},{-10,1.90588},{-6,1.90588}}, color={0,0, + {132,-10},{132,-30},{-10,-30},{-10,3.90588},{-6,3.90588}}, color={0,0, 127})); connect(TZonMax.y, DOAScon.highSpaceT) annotation (Line(points={{-18,60},{-10, - 60},{-10,4.65882},{-6,4.65882}}, color={0,0,127})); - connect(yDamPosMax.y, DOAScon.mostOpenDam) annotation (Line(points={{-18,30}, - {-14,30},{-14,15.0353},{-6,15.0353}}, color={0,0,127})); - connect(chiBeaTesBed.yFanSta, DOAScon.supFanStatus) annotation (Line(points={ - {110,2},{134,2},{134,38},{-12,38},{-12,12.4941},{-6,12.4941}}, color= + 60},{-10,6.65882},{-6,6.65882}}, color={0,0,127})); + connect(yDamPosMax.y, DOAScon.mostOpenDam) annotation (Line(points={{-18,30},{ + -14,30},{-14,17.0353},{-6,17.0353}}, color={0,0,127})); + connect(chiBeaTesBed.yFanSta, DOAScon.supFanStatus) annotation (Line(points={{110,2}, + {134,2},{134,38},{-12,38},{-12,14.4941},{-6,14.4941}}, color= {255,0,255})); - connect(chiBeaTesBed.relHumDOASRet, DOAScon.retHum) annotation (Line(points={ - {110,-14},{114,-14},{114,-24},{-16,-24},{-16,7.41176},{-6,7.41176}}, + connect(chiBeaTesBed.relHumDOASRet, DOAScon.retHum) annotation (Line(points={{110,-14}, + {114,-14},{114,-24},{-16,-24},{-16,9.41176},{-6,9.41176}}, color={0,0,127})); connect(enaSch.y[1], hys.u) annotation (Line(points={{-128,80},{-122,80}}, color={0,0,127})); @@ -132,15 +132,17 @@ equation connect(booRep.y, terCon.uDetOcc) annotation (Line(points={{-68,80},{-4,80},{ -4,58},{8,58}}, color={255,0,255})); connect(uConSig.y, terCon.uConSen) annotation (Line(points={{-68,40},{-60,40}, - {-60,48},{-4,48},{-4,54},{8,54}}, color={255,0,255})); + {-60,48},{-4,48},{-4,48.75},{8,48.75}}, + color={255,0,255})); connect(hys.y, DOAScon.occ) annotation (Line(points={{-98,80},{-96,80},{-96, - 17.5765},{-6,17.5765}}, color={255,0,255})); + 19.5765},{-6,19.5765}}, color={255,0,255})); connect(chiWatSupTem.y, chiBeaTesBed.TChiWatSup) annotation (Line(points={{ -68,-20},{40,-20},{40,-14},{86,-14}}, color={0,0,127})); - connect(chiBeaTesBed.TZon, terCon.TZon) annotation (Line(points={{110,26},{ - 132,26},{132,72},{4,72},{4,50},{8,50}}, color={0,0,127})); - connect(chiBeaTesBed.VDisAir_flow, terCon.VDis_flow) annotation (Line(points= - {{110,22},{136,22},{136,76},{2,76},{2,46},{8,46}}, color={0,0,127})); + connect(chiBeaTesBed.TZon, terCon.TZon) annotation (Line(points={{110,26},{132, + 26},{132,72},{4,72},{4,46.25},{8,46.25}}, + color={0,0,127})); + connect(chiBeaTesBed.VDisAir_flow, terCon.VDis_flow) annotation (Line(points={{110,22}, + {136,22},{136,76},{2,76},{2,43.75},{8,43.75}}, color={0,0,127})); connect(chiBeaTesBed.TZon, TZonMax.u[1:5]) annotation (Line(points={{110,26}, {132,26},{132,72},{-44,72},{-44,58.4},{-42,58.4}}, color={0,0,127})); connect(chiBeaTesBed.yDamPos, yDamPosMax.u[1:5]) annotation (Line(points={{ diff --git a/Buildings/Examples/ChilledBeamSystem/package.order b/Buildings/Examples/ChilledBeamSystem/package.order index e66e982f996..9a53456bb4d 100644 --- a/Buildings/Examples/ChilledBeamSystem/package.order +++ b/Buildings/Examples/ChilledBeamSystem/package.order @@ -1,4 +1,2 @@ ClosedLoopValidation -Validation -ZoneModel_simplified -TestBed +BaseClasses From 022d530d9667862fb6d06043394310c7d80dcf77 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 17 Jan 2024 19:21:23 -0800 Subject: [PATCH 151/196] Moved fan and pump curve to example folder. Fixed other compilation errors --- .../ChilledBeamSystem/BaseClasses/TestBed.mo | 40 ++++++++----------- .../BaseClasses/ZoneModel_simplified.mo | 26 ++++++------ .../ChilledBeamSystem/ClosedLoopValidation.mo | 2 +- .../Data}/chilledBeamFanCurve.mo | 4 +- .../Data}/chilledBeamPumpCurve.mo | 4 +- .../ChilledBeamSystem/Data/package.mo | 4 ++ .../ChilledBeamSystem/Data/package.order | 2 + .../Examples/ChilledBeamSystem/package.order | 1 + .../Movers/Data/Pumps/Wilo/package.order | 2 - 9 files changed, 41 insertions(+), 44 deletions(-) rename Buildings/{Fluid/Movers/Data/Pumps/Wilo => Examples/ChilledBeamSystem/Data}/chilledBeamFanCurve.mo (93%) rename Buildings/{Fluid/Movers/Data/Pumps/Wilo => Examples/ChilledBeamSystem/Data}/chilledBeamPumpCurve.mo (94%) create mode 100644 Buildings/Examples/ChilledBeamSystem/Data/package.mo create mode 100644 Buildings/Examples/ChilledBeamSystem/Data/package.order diff --git a/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo index 9a6970a38ba..3966c21a380 100644 --- a/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo @@ -11,10 +11,10 @@ block TestBed parameter Real hRoo=2.74 "Height of room"; - parameter Modelica.SIunits.PressureDifference dpValve_nominal=6000 + parameter Modelica.Units.SI.PressureDifference dpValve_nominal=6000 "Nominal pressure drop of fully open valve, used if CvData=Buildings.Fluid.Types.CvTypes.OpPoint"; - parameter Modelica.SIunits.PressureDifference dpFixed_nominal=0 + parameter Modelica.Units.SI.PressureDifference dpFixed_nominal=0 "Pressure drop of pipe and other resistances that are in series"; parameter Real TChiWatSup_nominal = 273.15 + 15.56 @@ -318,12 +318,12 @@ block TestBed Buildings.Fluid.Movers.SpeedControlled_y pum( redeclare package Medium = MediumW, - redeclare Fluid.Movers.Data.Pumps.Wilo.chilledBeamPumpCurve per, - final addPowerToMedium=false) - "Chilled water pump" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, - rotation=90, - origin={100,-130}))); + redeclare Data.chilledBeamPumpCurve per, + final addPowerToMedium=false) "Chilled water pump" annotation (Placement( + transformation( + extent={{-10,-10},{10,10}}, + rotation=90, + origin={100,-130}))); Buildings.Fluid.FixedResistances.Junction jun( redeclare package Medium = MediumW, @@ -444,7 +444,6 @@ block TestBed Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox souCAVTer( redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, - final m_flow_nominal=mAirSou_flow_nominal, final VRoo=VRooSou, final allowFlowReversal=false) "CAV terminal for south zone" @@ -487,9 +486,8 @@ block TestBed Buildings.Fluid.Movers.SpeedControlled_y fan( redeclare package Medium = MediumA, - redeclare Fluid.Movers.Data.Pumps.Wilo.chilledBeamFanCurve per, - final addPowerToMedium=false) - "DOAS fan" + redeclare Data.chilledBeamFanCurve per, + final addPowerToMedium=false) "DOAS fan" annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); Buildings.Fluid.Sensors.RelativePressure senRelPre( @@ -523,12 +521,12 @@ block TestBed "Find pump flow signal by multiplying enable signal with speed signal" annotation (Placement(transformation(extent={{-280,-140},{-260,-120}}))); - Buildings.Controls.OBC.CDL.Continuous.Gain gai( + Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai( final k=mHotWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation (Placement(transformation(extent={{-320,-60},{-300,-40}}))); - Buildings.Controls.OBC.CDL.Continuous.Gain gai1( + Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai1( final k=mChiWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation (Placement(transformation(extent={{-320,-90},{-300,-70}}))); @@ -576,7 +574,6 @@ block TestBed layers={conIntWal,conIntWal,conIntWal}, A={6.47,40.76,6.47}*hRoo, til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), - redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal=QNor_flow_nominal, @@ -599,7 +596,6 @@ block TestBed layers={conIntWal,conIntWal,conIntWal}, A={6.47,40.76,6.47}*hRoo, til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), - redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal=QWes_flow_nominal, @@ -622,7 +618,6 @@ block TestBed layers={conIntWal,conIntWal,conIntWal}, A={6.47,40.76,6.47}*hRoo, til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), - redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal=QCor_flow_nominal, @@ -645,7 +640,6 @@ block TestBed layers={conIntWal,conIntWal,conIntWal}, A={6.47,40.76,6.47}*hRoo, til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), - redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal=QEas_flow_nominal, @@ -668,7 +662,6 @@ block TestBed layers={conIntWal,conIntWal,conIntWal}, A={6.47,40.76,6.47}*hRoo, til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), - redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal=QSou_flow_nominal, @@ -810,7 +803,6 @@ block TestBed Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox easCAVTer( redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, - m_flow_nominal=mAirEas_flow_nominal, VRoo=VRooEas, allowFlowReversal=false) "CAV terminal for east zone" annotation (Placement(transformation(extent={{390,-70},{430,-30}}))); @@ -824,7 +816,6 @@ block TestBed Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox norCAVTer( redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, - m_flow_nominal=mAirNor_flow_nominal, VRoo=VRooNor, allowFlowReversal=false) "CAV terminal for north zone" annotation (Placement(transformation(extent={{390,-10},{430,30}}))); @@ -838,7 +829,6 @@ block TestBed Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox wesCAVTer( redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, - m_flow_nominal=mAirWes_flow_nominal, VRoo=VRooWes, allowFlowReversal=false) "CAV terminal for west zone" annotation (Placement(transformation(extent={{390,50},{430,90}}))); @@ -852,7 +842,8 @@ block TestBed Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox corCAVTer( redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, - m_flow_nominal=mAirCor_flow_nominal, + mCooAir_flow_nominal=mAirCor_flow_nominal, + mHeaAir_flow_nominal=mAirCor_flow_nominal, VRoo=VRooCor, allowFlowReversal=false) "CAV terminal for core zone" annotation (Placement(transformation(extent={{390,110},{430,150}}))); @@ -902,7 +893,8 @@ block TestBed dp_nominal={0,0,0}) "Hot water mixer" annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, origin={480,-90}))); - Controls.OBC.CDL.Continuous.Gain gaiM_flow(final k= + Controls.OBC.CDL.Continuous.MultiplyByParameter + gaiM_flow(final k= mAirTot_flow_nominal*1000*15/4200/10) "Calculate hot water mass flowrate based on reheat signal" annotation (Placement(transformation(extent={{140,-290},{160,-270}}))); diff --git a/Buildings/Examples/ChilledBeamSystem/BaseClasses/ZoneModel_simplified.mo b/Buildings/Examples/ChilledBeamSystem/BaseClasses/ZoneModel_simplified.mo index c8b2ef5eca1..b5781420baf 100644 --- a/Buildings/Examples/ChilledBeamSystem/BaseClasses/ZoneModel_simplified.mo +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/ZoneModel_simplified.mo @@ -50,23 +50,23 @@ block ZoneModel_simplified "Prescribed heat flow" annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); - parameter Modelica.SIunits.HeatFlowRate Q_flow_nominal = 4359751.36 + parameter Modelica.Units.SI.HeatFlowRate Q_flow_nominal = 4359751.36 "Nominal heat flow rate of radiator" annotation(dialog(group="Radiator parameters")); - parameter Modelica.SIunits.Temperature TRadSup_nominal = 273.15+70 + parameter Modelica.Units.SI.Temperature TRadSup_nominal = 273.15+70 "Radiator nominal supply water temperature" annotation(dialog(group="Radiator parameters")); - parameter Modelica.SIunits.Temperature TRadRet_nominal = 273.15+50 + parameter Modelica.Units.SI.Temperature TRadRet_nominal = 273.15+50 "Radiator nominal return water temperature" annotation(dialog(group="Radiator parameters")); - parameter Modelica.SIunits.MassFlowRate mRad_flow_nominal=0.000604*1000 + parameter Modelica.Units.SI.MassFlowRate mRad_flow_nominal=0.000604*1000 "Radiator nominal mass flow rate" annotation(dialog(group="Radiator parameters")); - parameter Modelica.SIunits.Volume V=1200 + parameter Modelica.Units.SI.Volume V=1200 "Room volume" annotation(dialog(group="Zone parameters")); @@ -77,23 +77,23 @@ block ZoneModel_simplified "Zone thermal capacitance" annotation(dialog(group="Zone parameters")); - parameter Modelica.SIunits.Temperature TAir_nominal=273.15 + 23.9 + parameter Modelica.Units.SI.Temperature TAir_nominal=273.15 + 23.9 "Air temperature at nominal condition" annotation(dialog(group="Zone parameters")); - parameter Modelica.SIunits.MassFlowRate mA_flow_nominal = V*1.2*6/3600 + parameter Modelica.Units.SI.MassFlowRate mA_flow_nominal = V*1.2*6/3600 "Nominal mass flow rate" annotation(dialog(group="Zone parameters")); - parameter Modelica.SIunits.MassFlowRate mAChiBea_flow_nominal = V*1.2*6/3600 + parameter Modelica.Units.SI.MassFlowRate mAChiBea_flow_nominal = V*1.2*6/3600 "Nominal mass flow rate" annotation(dialog(group="Zone parameters")); - Modelica.Fluid.Interfaces.FluidPort_a portChiWat_a(redeclare package Medium - = MediumW) "CHW inlet port" annotation (Placement(transformation(extent={{ + Modelica.Fluid.Interfaces.FluidPort_a portChiWat_a(redeclare package Medium = + MediumW) "CHW inlet port" annotation (Placement(transformation(extent={{ -50,-210},{-30,-190}}), iconTransformation(extent={{-50,-110},{-30,-90}}))); - Modelica.Fluid.Interfaces.FluidPort_b portChiWat_b(redeclare package Medium - = MediumW) "CHW outlet port" annotation (Placement(transformation(extent={ + Modelica.Fluid.Interfaces.FluidPort_b portChiWat_b(redeclare package Medium = + MediumW) "CHW outlet port" annotation (Placement(transformation(extent={ {30,-210},{50,-190}}), iconTransformation(extent={{30,-110},{50,-90}}))); Modelica.Fluid.Interfaces.FluidPort_a portAir_a(redeclare package Medium = MediumA) "Air inlet port" annotation (Placement(transformation(extent={{ @@ -134,7 +134,7 @@ block ZoneModel_simplified Buildings.Controls.OBC.CDL.Interfaces.RealInput uVal "Chilled water valve signal" annotation ( Placement(transformation(extent={{-240,-100},{-200,-60}}), iconTransformation(extent={{-140,-20},{-100,20}}))); - Buildings.Controls.OBC.CDL.Continuous.Gain gai(k=mA_flow_nominal) "Gain" + Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai(k=mA_flow_nominal) "Gain" annotation (Placement(transformation(extent={{-180,-90},{-160,-70}}))); ThermalZones.Detailed.Constructions.Construction conBou[nConBou]( A=datConBou.A, diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index 0a8853ec77c..2804ec34b9d 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -1,5 +1,5 @@ within Buildings.Examples.ChilledBeamSystem; -block ClosedLoopValidation +model ClosedLoopValidation extends Modelica.Icons.Example; parameter Real schTab[5,2]=[0,0; 8,1; 18,1; 21,0; 24,0] "Table defining schedule for enabling plant"; diff --git a/Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamFanCurve.mo b/Buildings/Examples/ChilledBeamSystem/Data/chilledBeamFanCurve.mo similarity index 93% rename from Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamFanCurve.mo rename to Buildings/Examples/ChilledBeamSystem/Data/chilledBeamFanCurve.mo index 855a263cfa4..26efd2c8a37 100644 --- a/Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamFanCurve.mo +++ b/Buildings/Examples/ChilledBeamSystem/Data/chilledBeamFanCurve.mo @@ -1,6 +1,6 @@ -within Buildings.Fluid.Movers.Data.Pumps.Wilo; +within Buildings.Examples.ChilledBeamSystem.Data; record chilledBeamFanCurve "Fan data for chilled beam model" - extends Generic( + extends Fluid.Movers.Data.Generic( speed_rpm_nominal=2900, use_powerCharacteristic=true, power(V_flow={0,0.676,1.352}, P={0,200,400}), diff --git a/Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamPumpCurve.mo b/Buildings/Examples/ChilledBeamSystem/Data/chilledBeamPumpCurve.mo similarity index 94% rename from Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamPumpCurve.mo rename to Buildings/Examples/ChilledBeamSystem/Data/chilledBeamPumpCurve.mo index 07ba349be25..90203686d0b 100644 --- a/Buildings/Fluid/Movers/Data/Pumps/Wilo/chilledBeamPumpCurve.mo +++ b/Buildings/Examples/ChilledBeamSystem/Data/chilledBeamPumpCurve.mo @@ -1,6 +1,6 @@ -within Buildings.Fluid.Movers.Data.Pumps.Wilo; +within Buildings.Examples.ChilledBeamSystem.Data; record chilledBeamPumpCurve "Pump data for chilled beam model" - extends Generic( + extends Fluid.Movers.Data.Generic( speed_rpm_nominal=2900, use_powerCharacteristic=true, power(V_flow={0,0.001514,0.003028}, P={0,200,400}), diff --git a/Buildings/Examples/ChilledBeamSystem/Data/package.mo b/Buildings/Examples/ChilledBeamSystem/Data/package.mo new file mode 100644 index 00000000000..266e79c6b0a --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/Data/package.mo @@ -0,0 +1,4 @@ +within Buildings.Examples.ChilledBeamSystem; +package Data + extends Modelica.Icons.RecordsPackage; +end Data; diff --git a/Buildings/Examples/ChilledBeamSystem/Data/package.order b/Buildings/Examples/ChilledBeamSystem/Data/package.order new file mode 100644 index 00000000000..87dc761bd78 --- /dev/null +++ b/Buildings/Examples/ChilledBeamSystem/Data/package.order @@ -0,0 +1,2 @@ +chilledBeamFanCurve +chilledBeamPumpCurve diff --git a/Buildings/Examples/ChilledBeamSystem/package.order b/Buildings/Examples/ChilledBeamSystem/package.order index 9a53456bb4d..b78b0e6ca2e 100644 --- a/Buildings/Examples/ChilledBeamSystem/package.order +++ b/Buildings/Examples/ChilledBeamSystem/package.order @@ -1,2 +1,3 @@ ClosedLoopValidation BaseClasses +Data diff --git a/Buildings/Fluid/Movers/Data/Pumps/Wilo/package.order b/Buildings/Fluid/Movers/Data/Pumps/Wilo/package.order index e394a1d1bf8..e02b59c353e 100644 --- a/Buildings/Fluid/Movers/Data/Pumps/Wilo/package.order +++ b/Buildings/Fluid/Movers/Data/Pumps/Wilo/package.order @@ -16,5 +16,3 @@ TopS40slash10 TopS40slash7 VeroLine50slash150dash4slash2 VeroLine80slash115dash2comma2slash2 -chilledBeamFanCurve -chilledBeamPumpCurve From d47376498654b6607d825be8915a191419cd343d Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Wed, 17 Jan 2024 20:13:20 -0800 Subject: [PATCH 152/196] Updated pump and fan data records --- .../Data/{chilledBeamFanCurve.mo => FanCurve.mo} | 9 +++++---- .../Data/{chilledBeamPumpCurve.mo => PumpCurve.mo} | 9 +++++---- Buildings/Examples/ChilledBeamSystem/Data/package.order | 4 ++-- 3 files changed, 12 insertions(+), 10 deletions(-) rename Buildings/Examples/ChilledBeamSystem/Data/{chilledBeamFanCurve.mo => FanCurve.mo} (81%) rename Buildings/Examples/ChilledBeamSystem/Data/{chilledBeamPumpCurve.mo => PumpCurve.mo} (81%) diff --git a/Buildings/Examples/ChilledBeamSystem/Data/chilledBeamFanCurve.mo b/Buildings/Examples/ChilledBeamSystem/Data/FanCurve.mo similarity index 81% rename from Buildings/Examples/ChilledBeamSystem/Data/chilledBeamFanCurve.mo rename to Buildings/Examples/ChilledBeamSystem/Data/FanCurve.mo index 26efd2c8a37..11782a3c732 100644 --- a/Buildings/Examples/ChilledBeamSystem/Data/chilledBeamFanCurve.mo +++ b/Buildings/Examples/ChilledBeamSystem/Data/FanCurve.mo @@ -1,8 +1,9 @@ within Buildings.Examples.ChilledBeamSystem.Data; -record chilledBeamFanCurve "Fan data for chilled beam model" +record FanCurve "Fan data for chilled beam example model" extends Fluid.Movers.Data.Generic( - speed_rpm_nominal=2900, - use_powerCharacteristic=true, + speed_nominal=(2900*2*3.14)/60, + etaHydMet=Buildings.Fluid.Movers.BaseClasses.Types.HydraulicEfficiencyMethod.Power_VolumeFlowRate, + etaMotMet=Buildings.Fluid.Movers.BaseClasses.Types.MotorEfficiencyMethod.NotProvided, power(V_flow={0,0.676,1.352}, P={0,200,400}), pressure(V_flow={0,0.676,1.352}, dp={2000,1000,0}), motorCooledByFluid=true); @@ -35,4 +36,4 @@ Added defaultComponentPrefixes and
                                                                        ")); -end chilledBeamFanCurve; +end FanCurve; diff --git a/Buildings/Examples/ChilledBeamSystem/Data/chilledBeamPumpCurve.mo b/Buildings/Examples/ChilledBeamSystem/Data/PumpCurve.mo similarity index 81% rename from Buildings/Examples/ChilledBeamSystem/Data/chilledBeamPumpCurve.mo rename to Buildings/Examples/ChilledBeamSystem/Data/PumpCurve.mo index 90203686d0b..ad76b175670 100644 --- a/Buildings/Examples/ChilledBeamSystem/Data/chilledBeamPumpCurve.mo +++ b/Buildings/Examples/ChilledBeamSystem/Data/PumpCurve.mo @@ -1,8 +1,9 @@ within Buildings.Examples.ChilledBeamSystem.Data; -record chilledBeamPumpCurve "Pump data for chilled beam model" +record PumpCurve "Pump data for chilled beam example model" extends Fluid.Movers.Data.Generic( - speed_rpm_nominal=2900, - use_powerCharacteristic=true, + speed_nominal=2900, + etaHydMet=Buildings.Fluid.Movers.BaseClasses.Types.HydraulicEfficiencyMethod.Power_VolumeFlowRate, + etaMotMet=Buildings.Fluid.Movers.BaseClasses.Types.MotorEfficiencyMethod.NotProvided, power(V_flow={0,0.001514,0.003028}, P={0,200,400}), pressure(V_flow={0,0.001514,0.003028}, dp={60000,30000,0}), motorCooledByFluid=true); @@ -35,4 +36,4 @@ Added defaultComponentPrefixes and
                                                                      ")); -end chilledBeamPumpCurve; +end PumpCurve; diff --git a/Buildings/Examples/ChilledBeamSystem/Data/package.order b/Buildings/Examples/ChilledBeamSystem/Data/package.order index 87dc761bd78..21b0f1d033c 100644 --- a/Buildings/Examples/ChilledBeamSystem/Data/package.order +++ b/Buildings/Examples/ChilledBeamSystem/Data/package.order @@ -1,2 +1,2 @@ -chilledBeamFanCurve -chilledBeamPumpCurve +FanCurve +PumpCurve From 8bc68f46f1dc265d62f3a2361ad1bf61b7c13da3 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 18 Jan 2024 09:02:31 -0800 Subject: [PATCH 153/196] Referenced renamed data record classes in testbed --- Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo index 3966c21a380..e9ea4060d08 100644 --- a/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo @@ -318,7 +318,7 @@ block TestBed Buildings.Fluid.Movers.SpeedControlled_y pum( redeclare package Medium = MediumW, - redeclare Data.chilledBeamPumpCurve per, + redeclare Data.PumpCurve per, final addPowerToMedium=false) "Chilled water pump" annotation (Placement( transformation( extent={{-10,-10},{10,10}}, @@ -486,7 +486,7 @@ block TestBed Buildings.Fluid.Movers.SpeedControlled_y fan( redeclare package Medium = MediumA, - redeclare Data.chilledBeamFanCurve per, + redeclare Data.FanCurve per, final addPowerToMedium=false) "DOAS fan" annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); From 01138640efa8b3349c579c5f6e00677189596e4c Mon Sep 17 00:00:00 2001 From: cerrinamouchref-pnnl Date: Mon, 5 Feb 2024 18:29:12 -0800 Subject: [PATCH 154/196] Updated Chilled Beam Validation Model --- .../OBC/CDL/Continuous/Sources/TimeTable.mo | 30 +- .../Controls/OBC/FDE/DOAS/DOAScontroller.mo | 142 +- .../Controls/OBC/FDE/DOAS/EnergyWheel.mo | 26 +- .../OBC/FDE/DOAS/Validation/DOAScontroller.mo | 52 +- .../ChilledBeamSystem/BaseClasses/TestBed.mo | 2159 ++++++----------- .../ChilledBeamSystem/ClosedLoopValidation.mo | 320 +-- 6 files changed, 987 insertions(+), 1742 deletions(-) diff --git a/Buildings/Controls/OBC/CDL/Continuous/Sources/TimeTable.mo b/Buildings/Controls/OBC/CDL/Continuous/Sources/TimeTable.mo index e3bbb13da96..610f9f21b72 100644 --- a/Buildings/Controls/OBC/CDL/Continuous/Sources/TimeTable.mo +++ b/Buildings/Controls/OBC/CDL/Continuous/Sources/TimeTable.mo @@ -40,37 +40,13 @@ protected // than the Modelica Standard Library. Hence, we cast the CDL // enumeration to the MSL enumaration. Modelica.Blocks.Sources.CombiTimeTable tab( - final tableOnFile=false, - final table=table, - final columns=2:size( - tab.table, - 2), - final smoothness= - if smoothness == CDL.Types.Smoothness.LinearSegments then - Modelica.Blocks.Types.Smoothness.LinearSegments - else - Modelica.Blocks.Types.Smoothness.ConstantSegments, - final extrapolation= - if extrapolation == CDL.Types.Extrapolation.HoldLastPoint then - Modelica.Blocks.Types.Extrapolation.HoldLastPoint - elseif extrapolation == CDL.Types.Extrapolation.LastTwoPoints then - Modelica.Blocks.Types.Extrapolation.LastTwoPoints - else - Modelica.Blocks.Types.Extrapolation.Periodic, - final offset=offset, - final startTime= - if - (extrapolation == Types.Extrapolation.Periodic) then - t0 - else - 0, - final timeScale=timeScale) + tableOnFile = false, table = table,columns = 2:size(tab.table, 2), smoothness = if smoothness == CDL.Types.Smoothness.LinearSegments then Modelica.Blocks.Types.Smoothness.LinearSegments else Modelica.Blocks.Types.Smoothness.ConstantSegments, extrapolation = if extrapolation == CDL.Types.Extrapolation.HoldLastPoint then Modelica.Blocks.Types.Extrapolation.HoldLastPoint elseif extrapolation == CDL.Types.Extrapolation.LastTwoPoints then Modelica.Blocks.Types.Extrapolation.LastTwoPoints else Modelica.Blocks.Types.Extrapolation.Periodic, offset = offset, startTime = if (extrapolation == Types.Extrapolation.Periodic) then t0 else 0, timeScale = timeScale, verboseRead = false) "Time table" annotation (Placement(transformation(extent={{-12,-10},{8,10}}))); initial equation - // If the table has only one time stamp, then timeRange is zero. - // We can then set t0 to be equal to the start of the simulation. +// If the table has only one time stamp, then timeRange is zero. +// We can then set t0 to be equal to the start of the simulation. t0= if nT == 1 then time diff --git a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo index a288f2100e0..2d960f6952d 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo @@ -160,7 +160,7 @@ block DOAScontroller "DOAS controller built from DOAS blocks." "Supply air temperature heating set point offset." annotation(Dialog(tab = "Temperature", group = "Set Point")); - // ---inputs--- +// ---inputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanInput occ "True when occupied mode is active" annotation(Placement(transformation(extent = {{-142, 56}, {-102, 96}}), @@ -259,7 +259,7 @@ block DOAScontroller "DOAS controller built from DOAS blocks." annotation(Placement(transformation(extent = {{-140, -50}, {-100, -10}}), iconTransformation(extent = {{-140, -46}, {-100, -6}}))); - // ---outputs--- +// ---outputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput supFanStart "Command supply fan to start when true." annotation(Placement(transformation(extent = {{102, 54}, {142, 94}}), @@ -337,137 +337,97 @@ block DOAScontroller "DOAS controller built from DOAS blocks." "This block calculates when economizer mode is active." annotation(Placement(visible = true, transformation(origin = {2, 0}, extent = {{26, -42}, {46, -22}}, rotation = 0))); - equation - connect(SFcon.occ, occ) annotation ( + connect(SFcon.occ, occ) annotation( Line(points = {{-86, 75}, {-96, 75}, {-96, 76}, {-122, 76}}, color = {255, 0, 255})); - - connect(SFcon.mostOpenDam, mostOpenDam) annotation ( + connect(SFcon.mostOpenDam, mostOpenDam) annotation( Line(points = {{-86, 71.4}, {-98, 71.4}, {-98, 50}, {-122, 50}}, color = {0, 0, 127})); - - connect(SFcon.DDSP, DDSP) annotation ( + connect(SFcon.DDSP, DDSP) annotation( Line(points = {{-86, 60.8}, {-94, 60.8}, {-94, -2}, {-120, -2}}, color = {0, 0, 127})); - - connect(SFcon.supFanStart, supFanStart) annotation ( + connect(SFcon.supFanStart, supFanStart) annotation( Line(points = {{-62, 73.2}, {122, 73.2}, {122, 74}}, color = {255, 0, 255})); - - connect(SFcon.supFanSpeed, supFanSpeed) annotation ( + connect(SFcon.supFanSpeed, supFanSpeed) annotation( Line(points = {{-62, 63.6}, {84, 63.6}, {84, 48}, {122, 48}}, color = {0, 0, 127})); - //connect(SFcon.supFanProof, DehumMod.supFanProof) annotation ( // Line(points={{-62,68},{-56,68},{-56,25.2},{-50.2,25.2}},color={255,0,255})); //connect(SFcon.supFanProof, Cooling.supFanProof) annotation ( // Line(points={{-62,68},{-56,68},{-56,36.4},{55.8,36.4}},color={255,0,255})); - connect(DehumMod.dehumMode, Cooling.dehumMode) annotation ( + connect(DehumMod.dehumMode, Cooling.dehumMode) annotation( Line(points = {{-25.8, 18}, {-22, 18}, {-22, 27.4}, {55.8, 27.4}}, color = {255, 0, 255})); - - connect(DehumMod.retHum, retHum) annotation ( + connect(DehumMod.retHum, retHum) annotation( Line(points = {{-50.2, 18}, {-92, 18}, {-92, -60}, {-120, -60}}, color = {0, 0, 127})); - - connect(Cooling.saT, saT) annotation ( + connect(Cooling.saT, saT) annotation( Line(points = {{55.8, 33.6}, {-90, 33.6}, {-90, -86}, {-120, -86}}, color = {0, 0, 127})); - - connect(Cooling.ccT, ccT) annotation ( + connect(Cooling.ccT, ccT) annotation( Line(points = {{55.8, 24.8}, {-20, 24.8}, {-20, -164}, {-120, -164}}, color = {0, 0, 127})); - - connect(Cooling.erwHum, erwHum) annotation ( + connect(Cooling.erwHum, erwHum) annotation( Line(points = {{55.8, 22.2}, {-18, 22.2}, {-18, -190}, {-120, -190}}, color = {0, 0, 127})); - - connect(Cooling.erwT, erwT) annotation ( + connect(Cooling.erwT, erwT) annotation( Line(points = {{55.8, 19.6}, {-16, 19.6}, {-16, -216}, {-120, -216}}, color = {0, 0, 127})); - - connect(Cooling.yCC, yCC) annotation ( + connect(Cooling.yCC, yCC) annotation( Line(points = {{80.2, 28}, {92, 28}, {92, 22}, {122, 22}}, color = {0, 0, 127})); - //connect(SFcon.supFanProof, Heating.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-8},{55.8,-8}},color={255,0,255})); - connect(saT, Heating.saT) annotation ( + connect(saT, Heating.saT) annotation( Line(points = {{-120, -86}, {-90, -86}, {-90, -13}, {55.8, -13}}, color = {0, 0, 127})); - - connect(Heating.yRHC, yRHC) annotation ( + connect(Heating.yRHC, yRHC) annotation( Line(points = {{80.2, -8}, {90, -8}, {90, -4}, {122, -4}}, color = {0, 0, 127})); - - connect(ERWcon.erwStart, erwStart) annotation ( + connect(ERWcon.erwStart, erwStart) annotation( Line(points = {{80.2, -54}, {122, -54}}, color = {255, 0, 255})); - - connect(ERWcon.erwSpeed, erwSpeed) annotation ( + connect(ERWcon.erwSpeed, erwSpeed) annotation( Line(points = {{80.2, -60}, {92, -60}, {92, -80}, {122, -80}}, color = {0, 0, 127})); - - connect(DehumMod.dehumMode, TSupSetpt.dehumMode) annotation ( + connect(DehumMod.dehumMode, TSupSetpt.dehumMode) annotation( Line(points = {{-25.8, 18}, {-22, 18}, {-22, 9}, {-10, 9}}, color = {255, 0, 255})); - - connect(TSupSetpt.supCooSP, Cooling.supCooSP) annotation ( + connect(TSupSetpt.supCooSP, Cooling.supCooSP) annotation( Line(points = {{14.2, 8}, {20, 8}, {20, 30.8}, {55.8, 30.8}}, color = {0, 0, 127})); - - connect(TSupSetpt.supHeaSP, Heating.supHeaSP) annotation ( + connect(TSupSetpt.supHeaSP, Heating.supHeaSP) annotation( Line(points = {{14.2, 0}, {22, 0}, {22, -3.2}, {55.8, -3.2}}, color = {0, 0, 127})); - // connect(SFcon.supFanProof, ERWcon.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-46.2},{55.8,-46.2}},color={255,0,255})); - connect(ERWcon.bypDam, bypDam) annotation ( + connect(ERWcon.bypDam, bypDam) annotation( Line(points = {{80.2, -48}, {92, -48}, {92, -30}, {122, -30}}, color = {255, 0, 255})); - - connect(EconMod.ecoMode, ERWcon.ecoMode) annotation ( - Line(points={{50.2,-32},{50.2,-49.2},{55.8,-49.2}}, color = {255, 0, 255})); - + connect(EconMod.ecoMode, ERWcon.ecoMode) annotation( + Line(points = {{50.2, -32}, {50.2, -49.2}, {55.8, -49.2}}, color = {255, 0, 255})); //connect(SFcon.supFanProof, EconMod.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-25},{23.8,-25}}, color={255,0,255})); - connect(TSupSetpt.supCooSP, EconMod.supCooSP) annotation ( - Line(points={{14.2,8},{20,8},{20,-39},{25.8,-39}}, color = {0, 0, 127})); - - connect(EconMod.oaT, oaT) annotation ( - Line(points={{25.8,-32},{-22,-32},{-22,-138},{-120,-138}}, color = {0, 0, 127})); - - connect(oaT, ERWcon.oaT) annotation ( + connect(TSupSetpt.supCooSP, EconMod.supCooSP) annotation( + Line(points = {{14.2, 8}, {20, 8}, {20, -39}, {25.8, -39}}, color = {0, 0, 127})); + connect(EconMod.oaT, oaT) annotation( + Line(points = {{25.8, -32}, {-22, -32}, {-22, -138}, {-120, -138}}, color = {0, 0, 127})); + connect(oaT, ERWcon.oaT) annotation( Line(points = {{-120, -138}, {-22, -138}, {-22, -55.8}, {55.8, -55.8}}, color = {0, 0, 127})); - - connect(erwT, ERWcon.erwT) annotation ( + connect(erwT, ERWcon.erwT) annotation( Line(points = {{-120, -216}, {-16, -216}, {-16, -58.8}, {55.8, -58.8}}, color = {0, 0, 127})); - - connect(ERWcon.raT, raT) annotation ( - Line(points = {{55.8, -52.2}, {-88, -52.2}, {-88, -112}, {-120, -112}}, color = {0, 0, 127})); - - connect(TSupSetpt.supPrimSP, ERWcon.supPrimSP) annotation ( + connect(TSupSetpt.supPrimSP, ERWcon.supPrimSP) annotation( Line(points = {{14.2, 4}, {18, 4}, {18, -61.8}, {55.8, -61.8}}, color = {0, 0, 127})); - - connect(EFcon.exhFanStart, exhFanStart) annotation ( + connect(EFcon.exhFanStart, exhFanStart) annotation( Line(points = {{80, -90}, {94, -90}, {94, -108}, {122, -108}}, color = {255, 0, 255})); - - connect(EFcon.exhFanSpeed, exhFanSpeed) annotation ( + connect(EFcon.exhFanSpeed, exhFanSpeed) annotation( Line(points = {{80, -102}, {92, -102}, {92, -136}, {122, -136}}, color = {0, 0, 127})); - // connect(SFcon.supFanProof, EFcon.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-90},{56,-90}}, color={255,0,255})); - connect(EFcon.exhFanProof, exhFanProof) annotation ( + connect(EFcon.exhFanProof, exhFanProof) annotation( Line(points = {{56, -96}, {-14, -96}, {-14, -242}, {-120, -242}}, color = {255, 0, 255})); - - connect(EFcon.bldgSP, bldgSP) annotation ( + connect(EFcon.bldgSP, bldgSP) annotation( Line(points = {{56, -102.4}, {-12, -102.4}, {-12, -270}, {-120, -270}}, color = {0, 0, 127})); - - connect(TSupSetpt.highSpaceT, highSpaceT) annotation ( + connect(TSupSetpt.highSpaceT, highSpaceT) annotation( Line(points = {{-10, -1}, {-88, -1}, {-88, -30}, {-120, -30}}, color = {0, 0, 127})); - - connect(supFanStatus, SFcon.supFanStatus) annotation ( - Line(points={{-120,24},{-96,24},{-96,64.4},{-86,64.4}}, color = {255, 0, 255})); - - connect(supFanStatus, DehumMod.supFanProof) annotation ( - Line(points={{-120,24},{-50.2,24},{-50.2,25.2}}, color = {255, 0, 255})); - - connect(supFanStatus, Cooling.supFanProof) annotation ( - Line(points={{-120,24},{-56,24},{-56,36.4},{55.8,36.4}}, color = {255, 0, 255})); - - connect(supFanStatus, Heating.supFanProof) annotation ( - Line(points={{-120,24},{24,24},{24,-8},{55.8,-8}}, color = {255, 0, 255})); - - connect(supFanStatus, ERWcon.supFanProof) annotation ( - Line(points={{-120,24},{44,24},{44,-46.2},{55.8,-46.2}}, color = {255, 0, 255})); - - connect(supFanStatus, EFcon.supFanProof) annotation ( + connect(supFanStatus, SFcon.supFanStatus) annotation( + Line(points = {{-120, 24}, {-96, 24}, {-96, 64.4}, {-86, 64.4}}, color = {255, 0, 255})); + connect(supFanStatus, DehumMod.supFanProof) annotation( + Line(points = {{-120, 24}, {-50.2, 24}, {-50.2, 25.2}}, color = {255, 0, 255})); + connect(supFanStatus, Cooling.supFanProof) annotation( + Line(points = {{-120, 24}, {-56, 24}, {-56, 36.4}, {55.8, 36.4}}, color = {255, 0, 255})); + connect(supFanStatus, Heating.supFanProof) annotation( + Line(points = {{-120, 24}, {24, 24}, {24, -8}, {55.8, -8}}, color = {255, 0, 255})); + connect(supFanStatus, ERWcon.supFanProof) annotation( + Line(points = {{-120, 24}, {44, 24}, {44, -46.2}, {55.8, -46.2}}, color = {255, 0, 255})); + connect(supFanStatus, EFcon.supFanProof) annotation( Line(points = {{-120, 24}, {24, 24}, {24, -90}, {56, -90}}, color = {255, 0, 255})); - - connect(supFanStatus, EconMod.supFanProof) annotation ( - Line(points={{-120,24},{6,24},{6,-25},{25.8,-25}}, color = {255, 0, 255})); - + connect(supFanStatus, EconMod.supFanProof) annotation( + Line(points = {{-120, 24}, {6, 24}, {6, -25}, {25.8, -25}}, color = {255, 0, 255})); + connect(ERWcon.raT, raT) annotation( + Line(points = {{55.8, -52.2}, {-88, -52.2}, {-88, -112}, {-120, -112}}, color = {0, 0, 127})); annotation ( defaultComponentName = "DOAScon", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -240}, {100, 100}}), graphics={ Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo index b42e7c24106..a7ed540dfdd 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo @@ -32,7 +32,7 @@ block EnergyWheel "This block commands the energy recovery wheel and associated parameter Real conTi_cool( final unit = "s") = 0.00025 "PID cooling loop time constant of integrator."; - // ---inputs--- +// ---inputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof "True when the supply fan is proven on." annotation(Placement(transformation(extent = {{-142, 60}, {-102, 100}}), iconTransformation(extent = {{-142, 58}, {-102, 98}}))); @@ -60,7 +60,7 @@ block EnergyWheel "This block commands the energy recovery wheel and associated annotation(Placement(transformation(extent = {{-142, -106}, {-102, -66}}), iconTransformation(extent = {{-142, -98}, {-102, -58}}))); - // ---outputs--- +// ---outputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput erwStart "Command to start the energy recovery wheel." annotation(Placement(transformation(extent = {{102, 0}, {142, 40}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); @@ -78,19 +78,19 @@ block EnergyWheel "This block commands the energy recovery wheel and associated annotation(Placement(transformation(extent = {{102, 46}, {142, 86}}), iconTransformation(extent = {{102, 40}, {142, 80}}))); - CDL.Continuous.Subtract difference + Buildings.Controls.OBC.CDL.Continuous.Subtract difference "Subtract outside air temperature from return air temperature." - annotation(Placement(visible = true, transformation(origin = {-6, 6}, extent = {{-90, -10}, {-70, 10}}, rotation = 0))); + annotation(Placement(visible = true, transformation(origin = {24, 2}, extent = {{-90, -10}, {-70, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Continuous.Abs abs "Absolute value of OAT-RAT difference." - annotation(Placement(visible = true, transformation(origin = {-4, 4}, extent = {{-62, -10}, {-42, 10}}, rotation = 0))); + annotation(Placement(visible = true, transformation(origin = {26, 2}, extent = {{-62, -10}, {-42, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( delayTime = recSetDelay, delayOnInit = true) "Recovery set point delay before disabling energy wheel." - annotation(Placement(visible = true, transformation(origin = {-4, 26}, extent = {{2, -38}, {22, -18}}, rotation = 0))); + annotation(Placement(visible = true, transformation(origin = {30, 28}, extent = {{2, -38}, {22, -18}}, rotation = 0))); Buildings.Controls.OBC.CDL.Logical.And3 and3 "Logical AND; true when fan is proven, economizer mode is off, and ERW @@ -139,7 +139,7 @@ block EnergyWheel "This block commands the energy recovery wheel and associated annotation(Placement(visible = true, transformation(origin = {-80, -82}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(uHigh = recSet, uLow = recSet - Thys) annotation ( - Placement(visible = true, transformation(origin={-22,4}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Placement(visible = true, transformation(origin={8,2}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation connect(not1.u, ecoMode) annotation ( Line(points = {{-28, 50}, {-122, 50}}, color = {255, 0, 255})); @@ -201,23 +201,23 @@ equation Line(points = {{-68, -82}, {-64, -82}, {-64, -74}}, color = {0, 0, 127})); connect(raT, difference.u1) annotation ( - Line(points = {{-122, 20}, {-98, 20}, {-98, 12}}, color = {0, 0, 127})); + Line(points = {{-122, 20}, {-122, 8}, {-68, 8}}, color = {0, 0, 127})); connect(oaT, difference.u2) annotation ( - Line(points = {{-122, -18}, {-98, -18}, {-98, 0}}, color = {0, 0, 127})); + Line(points = {{-122, -18}, {-122, -4}, {-68, -4}}, color = {0, 0, 127})); connect(difference.y, abs.u) annotation ( - Line(points = {{-74, 6}, {-71, 6}, {-71, 4}, {-68, 4}}, color = {0, 0, 127})); + Line(points = {{-44, 2}, {-38, 2}}, color = {0, 0, 127})); connect(hys.y, truDel.u) annotation ( - Line(points={{-10,4},{-8,4},{-8,-2},{-4,-2}}, + Line(points={{20,2},{25,2},{25,0},{30,0}}, color = {255, 0, 255})); connect(truDel.y, and3.u3) annotation ( - Line(points = {{20, -2}, {50, -2}, {50, 12}, {60, 12}}, color = {255, 0, 255})); + Line(points = {{54, 0}, {54, 12}, {60, 12}}, color = {255, 0, 255})); connect(abs.y, hys.u) - annotation (Line(points={{-44,4},{-34,4}}, color={0,0,127})); + annotation (Line(points={{-14, 2}, {-4, 2}}, color={0,0,127})); annotation ( defaultComponentName = "ERWcon", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(fillColor = {255, 255, 255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo index 6de2db0efd4..55a4c7c9e81 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo @@ -171,7 +171,7 @@ model DOAScontroller "DOAS controller" cctPITi = 0.025, SAccPIk = 0.001, SAccPITi = 0.025) - annotation(Placement(transformation(extent = {{64, -18}, {84, 16}}))); + annotation(Placement(visible = true, transformation(origin = {6, 12}, extent = {{64, -18}, {84, 16}}, rotation = 0))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse OccGen( width = 0.8, @@ -198,7 +198,7 @@ model DOAScontroller "DOAS controller" freqHz = 1/10800, phase = 3.9269908169872, offset = 400) - annotation(Placement(transformation(extent = {{-92, -18}, {-72, 2}}))); + annotation(Placement(visible = true, transformation(origin = {-6, 0}, extent = {{-92, -18}, {-72, 2}}, rotation = 0))); Buildings.Controls.OBC.CDL.Continuous.Switch swi "Logic switch selects DDSP generator when fan is proven otherwise selects 0." @@ -207,7 +207,7 @@ model DOAScontroller "DOAS controller" Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0( final k = 0) "Real constant 0" - annotation(Placement(transformation(extent = {{-92, -48}, {-72, -28}}))); + annotation(Placement(visible = true, transformation(origin = {2, -10}, extent = {{-92, -48}, {-72, -28}}, rotation = 0))); Buildings.Controls.OBC.CDL.Continuous.Sources.Sin ralHumGen( amplitude = 10, @@ -225,7 +225,7 @@ model DOAScontroller "DOAS controller" offset = 60, startTime = 0) "ERW humidity sensor simulator." - annotation(Placement(transformation(extent = {{32, -30}, {52, -10}}))); + annotation(Placement(visible = true, transformation(origin = {-4, -4}, extent = {{32, -30}, {52, -10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel1( final delayTime = 10, @@ -262,7 +262,7 @@ model DOAScontroller "DOAS controller" phase = 0.34906585039887, offset = 294, startTime = 0) "Return air temperature simulator." - annotation(Placement(transformation(extent = {{-52, -30}, {-32, -10}}))); + annotation(Placement(visible = true, transformation(origin = {-2, -8}, extent = {{-52, -30}, {-32, -10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Continuous.Sources.Sin highSpaceTGen( amplitude = 3, @@ -290,73 +290,73 @@ model DOAScontroller "DOAS controller" equation connect(OccGen.y, DOAScon.occ) annotation ( - Line(points = {{-20, 86}, {58, 86}, {58, 15.6}, {62, 15.6}}, color = {255, 0, 255})); + Line(points = {{-20, 86}, {58, 86}, {58, 28}, {68, 28}}, color = {255, 0, 255})); connect(mostOpenDamGen.y, DOAScon.mostOpenDam) annotation ( - Line(points = {{-20, 56}, {54, 56}, {54, 13.2}, {62, 13.2}}, color = {0, 0, 127})); + Line(points = {{-20, 56}, {54, 56}, {54, 25}, {68, 25}}, color = {0, 0, 127})); connect(truDel.y, DOAScon.supFanStatus) annotation ( - Line(points = {{-24, 32}, {50, 32}, {50, 10.8}, {62, 10.8}}, color = {255, 0, 255})); + Line(points = {{-24, 32}, {50, 32}, {50, 23}, {68, 23}}, color = {255, 0, 255})); connect(truDel.y, swi.u2) annotation ( Line(points = {{-24, 32}, {-24, 18}, {-54, 18}, {-54, 8}}, color = {255, 0, 255})); connect(sensorDDSP.y, swi.u1) annotation ( - Line(points = {{-70, -8}, {-66, -8}, {-66, 16}, {-54, 16}}, color = {0, 0, 127})); + Line(points = {{-76, -8}, {-66, -8}, {-66, 16}, {-54, 16}}, color = {0, 0, 127})); connect(con0.y, swi.u3) annotation ( - Line(points = {{-70, -38}, {-60, -38}, {-60, 0}, {-54, 0}}, color = {0, 0, 127})); + Line(points = {{-68, -48}, {-60, -48}, {-60, 0}, {-54, 0}}, color = {0, 0, 127})); connect(ralHumGen.y, DOAScon.retHum) annotation ( - Line(points = {{24, -6}, {28, -6}, {28, 6}, {62, 6}}, color = {0, 0, 127})); + Line(points = {{24, -6}, {28, -6}, {28, 18}, {68, 18}}, color = {0, 0, 127})); connect(highSpaceTGen.y, DOAScon.highSpaceT) annotation ( - Line(points = {{-2, -18}, {30, -18}, {30, 3.4}, {62, 3.4}}, color = {0, 0, 127})); + Line(points = {{-2, -18}, {30, -18}, {30, 15}, {68, 15}}, color = {0, 0, 127})); connect(raTGen.y, DOAScon.raT) annotation ( - Line(points = {{-30, -20}, {-28, -20}, {-28, -1.6}, {62, -1.6}}, color = {0, 0, 127})); + Line(points = {{-32, -28}, {-28, -28}, {-28, 10}, {68, 10}}, color = {0, 0, 127})); connect(erwHumGen.y, DOAScon.erwHum) annotation ( - Line(points = {{54, -20}, {56, -20}, {56, -9.2}, {62, -9.2}}, color = {0, 0, 127})); + Line(points = {{50, -24}, {56, -24}, {56, 3}, {68, 3}}, color = {0, 0, 127})); connect(DOAScon.bypDam, ERWtemp.bypDam) annotation ( - Line(points = {{86.2, -1}, {97.1, -1}, {97.1, -12}, {107.6, -12}}, color = {255, 0, 255})); + Line(points = {{92, 11}, {97.1, 11}, {97.1, -12}, {107.6, -12}}, color = {255, 0, 255})); connect(DOAScon.erwStart, ERWtemp.erwStart) annotation ( - Line(points = {{86.2, -4}, {98, -4}, {98, -16}, {107.6, -16}}, color = {255, 0, 255})); + Line(points = {{92, 8}, {98, 8}, {98, -16}, {107.6, -16}}, color = {255, 0, 255})); connect(raTGen.y, ERWtemp.raT) annotation ( - Line(points = {{-30, -20}, {107.6, -20}}, color = {0, 0, 127})); + Line(points = {{-32, -28}, {38.8, -28}, {38.8, -20}, {107.6, -20}}, color = {0, 0, 127})); connect(ERWtemp.erwTsim, DOAScon.erwT) annotation ( - Line(points = {{132.4, -18}, {134, -18}, {134, -38}, {60, -38}, {60, -11.6}, {62, -11.6}}, color = {0, 0, 127})); + Line(points = {{132.4, -18}, {134, -18}, {134, -38}, {60, -38}, {60, 0}, {68, 0}}, color = {0, 0, 127})); connect(DOAScon.exhFanStart, truDel1.u) annotation ( - Line(points = {{86.2, -10.4}, {96, -10.4}, {96, -56}, {106, -56}}, color = {255, 0, 255})); + Line(points = {{92, 2}, {96, 2}, {96, -56}, {106, -56}}, color = {255, 0, 255})); connect(truDel1.y, DOAScon.exhFanProof) annotation ( - Line(points = {{130, -56}, {134, -56}, {134, -74}, {58, -74}, {58, -14}, {62, -14}}, color = {255, 0, 255})); + Line(points = {{130, -56}, {134, -56}, {134, -74}, {58, -74}, {58, -2}, {68, -2}}, color = {255, 0, 255})); connect(bldgSP.y, DOAScon.bldgSP) annotation ( - Line(points = {{52, -82}, {54, -82}, {54, -16.4}, {62, -16.4}}, color = {0, 0, 127})); + Line(points = {{52, -82}, {54, -82}, {54, -4}, {68, -4}}, color = {0, 0, 127})); connect(oaTgen.y, DOAScon.oaT) annotation ( - Line(points = {{26, -36}, {32, -36}, {32, -4.2}, {62, -4.2}}, color = {0, 0, 127})); + Line(points = {{26, -36}, {32, -36}, {32, 8}, {68, 8}}, color = {0, 0, 127})); connect(oaTgen.y, ERWtemp.oaT) annotation ( Line(points = {{26, -36}, {62, -36}, {62, -24}, {107.6, -24}}, color = {0, 0, 127})); connect(swi.y, DOAScon.DDSP) annotation ( - Line(points = {{-30, 8}, {16, 8}, {16, 8.4}, {62, 8.4}}, color = {0, 0, 127})); + Line(points = {{-30, 8}, {16, 8}, {16, 20}, {68, 20}}, color = {0, 0, 127})); connect(saTGen.y, DOAScon.saT) annotation ( - Line(points = {{-2, -52}, {26, -52}, {26, 0.8}, {62, 0.8}}, color = {0, 0, 127})); + Line(points = {{-2, -52}, {26, -52}, {26, 13}, {68, 13}}, color = {0, 0, 127})); connect(ccTGen.y, DOAScon.ccT) annotation ( - Line(points = {{-2, -82}, {28, -82}, {28, -6.6}, {62, -6.6}}, color = {0, 0, 127})); + Line(points = {{-2, -82}, {28, -82}, {28, 5}, {68, 5}}, color = {0, 0, 127})); connect(DOAScon.supFanStart, pre.u) annotation ( - Line(points={{86.2,11.4},{-86,11.4},{-86,52},{-80,52}}, color = {255, 0, 255})); + Line(points={{92,23},{-86,23},{-86,52},{-80,52}}, color = {255, 0, 255})); connect(pre.y, truDel.u) annotation ( Line(points = {{-56, 52}, {-56, 41}, {-48, 41}, {-48, 32}}, color = {255, 0, 255})); diff --git a/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo index e9ea4060d08..791da67de69 100644 --- a/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo @@ -1,1436 +1,741 @@ within Buildings.Examples.ChilledBeamSystem.BaseClasses; -block TestBed - "Testbed consisting of a 5-zone building model paired with DOAS and chilled water supply system" - - replaceable package MediumA = Buildings.Media.Air - "Medium model"; - - replaceable package MediumW = Buildings.Media.Water - "Medium model"; - - parameter Real hRoo=2.74 - "Height of room"; - - parameter Modelica.Units.SI.PressureDifference dpValve_nominal=6000 - "Nominal pressure drop of fully open valve, used if CvData=Buildings.Fluid.Types.CvTypes.OpPoint"; - - parameter Modelica.Units.SI.PressureDifference dpFixed_nominal=0 - "Pressure drop of pipe and other resistances that are in series"; - - parameter Real TChiWatSup_nominal = 273.15 + 15.56 - "Nominal chilled water supply temperature into zone"; - - parameter Real TChiWatRet_nominal = 273.15 + 19 - "Nominal chilled water return temperature from zone"; - - parameter Real mChiWatTot_flow_nominal = mChiWatSou_flow_nominal + - mChiWatEas_flow_nominal + - mChiWatNor_flow_nominal + - mChiWatWes_flow_nominal + - mChiWatCor_flow_nominal - "Total nominal chilled water flow rate through all five zones"; - - parameter Real mAirTot_flow_nominal = mAirSou_flow_nominal + - mAirEas_flow_nominal + - mAirNor_flow_nominal + - mAirWes_flow_nominal + - mAirCor_flow_nominal - "Total nominal air flow rate through all five zones"; - - parameter Real mHotWatCoi_nominal = 96 - "Hot water mass flow rate through AHU heating coil"; - - parameter Real mChiWatCoi_nominal = 96 - "Chilled water mass flow rate through AHU cooling coil"; - - parameter Real mHotWatReh_nominal = mAirTot_flow_nominal*1000*15/4200/10 - "Hot water mass flow rate through CAV terminal reheat coils"; +block TestBed "Testbed consisting of a 5-zone building model paired with DOAS and chilled water supply system" + replaceable package MediumA = Buildings.Media.Air "Medium model"; + replaceable package MediumW = Buildings.Media.Water "Medium model"; + parameter Real hRoo = 2.74 "Height of room"; + parameter Modelica.Units.SI.PressureDifference dpValve_nominal = 6000 "Nominal pressure drop of fully open valve, used if CvData=Buildings.Fluid.Types.CvTypes.OpPoint"; + parameter Modelica.Units.SI.PressureDifference dpFixed_nominal = 0 "Pressure drop of pipe and other resistances that are in series"; + parameter Real TChiWatSup_nominal = 273.15 + 15.56 "Nominal chilled water supply temperature into zone"; + parameter Real TChiWatRet_nominal = 273.15 + 19 "Nominal chilled water return temperature from zone"; + parameter Real mChiWatTot_flow_nominal = mChiWatSou_flow_nominal + mChiWatEas_flow_nominal + mChiWatNor_flow_nominal + mChiWatWes_flow_nominal + mChiWatCor_flow_nominal "Total nominal chilled water flow rate through all five zones"; + parameter Real mAirTot_flow_nominal = mAirSou_flow_nominal + mAirEas_flow_nominal + mAirNor_flow_nominal + mAirWes_flow_nominal + mAirCor_flow_nominal "Total nominal air flow rate through all five zones"; + parameter Real mHotWatCoi_nominal = 96 "Hot water mass flow rate through AHU heating coil"; + parameter Real mChiWatCoi_nominal = 96 "Chilled water mass flow rate through AHU cooling coil"; + parameter Real mHotWatReh_nominal = mAirTot_flow_nominal*1000*15/4200/10 "Hot water mass flow rate through CAV terminal reheat coils"; // South zone - parameter Real QSou_flow_nominal = -100000 - "Nominal heat flow into south zone" - annotation(Dialog(group="South zone")); - - parameter Real VRooSou = 500 - "Volume of zone air in south zone" - annotation(Dialog(group="South zone")); - - parameter Real mChiWatSou_flow_nominal = 0.2 - "Chilled water volume flow rate into zone" - annotation(Dialog(group="South zone")); - - parameter Real mAirSou_flow_nominal = 0.2 - "Discharge air volume flow rate into zone" - annotation(Dialog(group="South zone")); - - parameter Real mAChiBeaSou_flow_nominal = 0.2 - "Discharge air volume flow rate into zone" - annotation(Dialog(group="South zone")); - + parameter Real QSou_flow_nominal = -100000 "Nominal heat flow into south zone" annotation( + Dialog(group = "South zone")); + parameter Real VRooSou = 500 "Volume of zone air in south zone" annotation( + Dialog(group = "South zone")); + parameter Real mChiWatSou_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation( + Dialog(group = "South zone")); + parameter Real mAirSou_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + Dialog(group = "South zone")); + parameter Real mAChiBeaSou_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + Dialog(group = "South zone")); // East zone - parameter Real QEas_flow_nominal = -100000 - "Nominal heat flow into east zone" - annotation(Dialog(group="East zone")); - - parameter Real VRooEas = 500 - "Volume of zone air in east zone" - annotation(Dialog(group="East zone")); - - parameter Real mChiWatEas_flow_nominal = 0.2 - "Chilled water volume flow rate into zone" - annotation(Dialog(group="East zone")); - - parameter Real mAirEas_flow_nominal = 0.2 - "Discharge air volume flow rate into zone" - annotation(Dialog(group="East zone")); - - parameter Real mAChiBeaEas_flow_nominal = 0.2 - "Discharge air volume flow rate into zone" - annotation(Dialog(group="East zone")); - + parameter Real QEas_flow_nominal = -100000 "Nominal heat flow into east zone" annotation( + Dialog(group = "East zone")); + parameter Real VRooEas = 500 "Volume of zone air in east zone" annotation( + Dialog(group = "East zone")); + parameter Real mChiWatEas_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation( + Dialog(group = "East zone")); + parameter Real mAirEas_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + Dialog(group = "East zone")); + parameter Real mAChiBeaEas_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + Dialog(group = "East zone")); // North zone - parameter Real QNor_flow_nominal = -100000 - "Nominal heat flow into north zone" - annotation(Dialog(group="North zone")); - - parameter Real VRooNor = 500 - "Volume of zone air in north zone" - annotation(Dialog(group="North zone")); - - parameter Real mChiWatNor_flow_nominal = 0.2 - "Chilled water volume flow rate into zone" - annotation(Dialog(group="North zone")); - - parameter Real mAirNor_flow_nominal = 0.2 - "Discharge air volume flow rate into zone" - annotation(Dialog(group="North zone")); - - parameter Real mAChiBeaNor_flow_nominal = 0.2 - "Discharge air volume flow rate into zone" - annotation(Dialog(group="North zone")); - + parameter Real QNor_flow_nominal = -100000 "Nominal heat flow into north zone" annotation( + Dialog(group = "North zone")); + parameter Real VRooNor = 500 "Volume of zone air in north zone" annotation( + Dialog(group = "North zone")); + parameter Real mChiWatNor_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation( + Dialog(group = "North zone")); + parameter Real mAirNor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + Dialog(group = "North zone")); + parameter Real mAChiBeaNor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + Dialog(group = "North zone")); // West zone - parameter Real QWes_flow_nominal = -100000 - "Nominal heat flow into west zone" - annotation(Dialog(group="West zone")); - - parameter Real VRooWes = 500 - "Volume of zone air in west zone" - annotation(Dialog(group="West zone")); - - parameter Real mChiWatWes_flow_nominal = 0.2 - "Chilled water volume flow rate into zone" - annotation(Dialog(group="West zone")); - - parameter Real mAirWes_flow_nominal = 0.2 - "Discharge air volume flow rate into zone" - annotation(Dialog(group="West zone")); - - parameter Real mAChiBeaWes_flow_nominal = 0.2 - "Discharge air volume flow rate into zone" - annotation(Dialog(group="West zone")); - + parameter Real QWes_flow_nominal = -100000 "Nominal heat flow into west zone" annotation( + Dialog(group = "West zone")); + parameter Real VRooWes = 500 "Volume of zone air in west zone" annotation( + Dialog(group = "West zone")); + parameter Real mChiWatWes_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation( + Dialog(group = "West zone")); + parameter Real mAirWes_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + Dialog(group = "West zone")); + parameter Real mAChiBeaWes_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + Dialog(group = "West zone")); // Core zone - parameter Real QCor_flow_nominal = -100000 - "Nominal heat flow into core zone" - annotation(Dialog(group="Core zone")); - - parameter Real VRooCor = 500 - "Volume of zone air in core zone" - annotation(Dialog(group="Core zone")); - - parameter Real mChiWatCor_flow_nominal = 0.2 - "Chilled water volume flow rate into zone" - annotation(Dialog(group="Core zone")); - - parameter Real mAirCor_flow_nominal = 0.2 - "Discharge air volume flow rate into zone" - annotation(Dialog(group="Core zone")); - - parameter Real mAChiBeaCor_flow_nominal = 0.2 - "Discharge air volume flow rate into zone" - annotation(Dialog(group="Core zone")); - - parameter HeatTransfer.Data.OpaqueConstructions.Generic conExtWal( - final nLay=3, - final material={matWoo,matIns,matGyp}) - "Exterior construction" - annotation (Placement(transformation(extent={{380,312},{400,332}}))); - - parameter HeatTransfer.Data.OpaqueConstructions.Generic conIntWal( - final nLay=1, - final material={matGyp2}) - "Interior wall construction" - annotation (Placement(transformation(extent={{420,312},{440,332}}))); - - parameter HeatTransfer.Data.Solids.Plywood matWoo( - final x=0.01, - final k=0.11, - final d=544, - final nStaRef=1) - "Wood for exterior construction" - annotation (Placement(transformation(extent={{452,308},{472,328}}))); - - parameter HeatTransfer.Data.Solids.Generic matIns( - final x=0.087, - final k=0.049, - final c=836.8, - final d=265, - final nStaRef=5) - "Steelframe construction with insulation" - annotation (Placement(transformation(extent={{492,308},{512,328}}))); - - parameter HeatTransfer.Data.Solids.GypsumBoard matGyp( - final x=0.0127, - final k=0.16, - final c=830, - final d=784, - final nStaRef=2) - "Gypsum board" - annotation (Placement(transformation(extent={{450,280},{470,300}}))); - - parameter HeatTransfer.Data.Solids.GypsumBoard matGyp2( - final x=0.025, - final k=0.16, - final c=830, - final d=784, - final nStaRef=2) - "Gypsum board" - annotation (Placement(transformation(extent={{490,280},{510,300}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta - "Pump enable signal" - annotation (Placement(transformation(extent={{-380,-130},{-340,-90}}), - iconTransformation(extent={{-140,-160},{-100,-120}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSta - "Supply fan enable signal" - annotation (Placement(transformation(extent={{-380,20},{-340,60}}), - iconTransformation(extent={{-140,0},{-100,40}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput uFanSpe - "Fan speed signal" - annotation (Placement(transformation(extent={{-380,-10},{-340,30}}), - iconTransformation(extent={{-140,-40},{-100,0}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput uPumSpe - "Pump speed signal" - annotation (Placement(transformation(extent={{-380,-160},{-340,-120}}), - iconTransformation(extent={{-140,-200},{-100,-160}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput TChiWatSup - "Chilled water supply temperature" - annotation (Placement(transformation(extent={{-380,-200},{-340,-160}}), - iconTransformation(extent={{-140,-240},{-100,-200}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput uHeaCoi - "Heating coil control signal" - annotation (Placement(transformation(extent={{-380,-70},{-340,-30}}), - iconTransformation(extent={{-140,-80},{-100,-40}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput uCooCoi - "AHU cooling coil control signal" - annotation (Placement(transformation(extent={{-380,-100},{-340,-60}}), - iconTransformation(extent={{-140,-120},{-100,-80}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput uCAVDam[5] - "CAV damper signal" - annotation (Placement(transformation(extent={{-380,120},{-340,160}}), - iconTransformation(extent={{-140,80},{-100,120}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput uCAVReh[5] - "CAV reheat signal" - annotation (Placement(transformation(extent={{-380,80},{-340,120}}), - iconTransformation(extent={{-140,40},{-100,80}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput uBypValPos - "Bypass valve position signal" - annotation (Placement(transformation(extent={{-380,200},{-340,240}}), - iconTransformation(extent={{-140,160},{-100,200}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput uChiWatVal[5] - "Chilled water valve position signal" - annotation (Placement(transformation(extent={{-380,160},{-340,200}}), - iconTransformation(extent={{-140,120},{-100,160}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yPumSta - "Pump proven on" - annotation (Placement(transformation(extent={{580,-140},{620,-100}}), - iconTransformation(extent={{100,-160},{140,-120}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yFanSta - "Supply fan proven on" - annotation (Placement(transformation(extent={{580,-70},{620,-30}}), - iconTransformation(extent={{100,-80},{140,-40}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput dPChiWat - "Measured chilled water differential presure" - annotation (Placement(transformation(extent={{580,-110},{620,-70}}), - iconTransformation(extent={{100,-120},{140,-80}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput dPDOASAir - "Measured airloop differential presure" - annotation (Placement(transformation(extent={{580,-40},{620,0}}), - iconTransformation(extent={{100,-40},{140,0}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput TDOASDis( - final unit = "K", - displayUnit="K", - final quantity = "ThermodynamicTemperature") - "Measured DOAS discharge air temperature" - annotation (Placement(transformation(extent={{580,-170},{620,-130}}), - iconTransformation(extent={{100,-200},{140,-160}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiWatVal[5] - "Measured chilled water valve position" - annotation (Placement(transformation(extent={{580,60},{620,100}}), - iconTransformation(extent={{100,40},{140,80}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yBypValPos - "Measured bypass valve position" - annotation (Placement(transformation(extent={{580,100},{620,140}}), - iconTransformation(extent={{100,80},{140,120}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDamPos[5] - "Measured CAV damper position" - annotation (Placement(transformation(extent={{580,-10},{620,30}}), - iconTransformation(extent={{100,0},{140,40}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput relHumDOASRet - "Measured DOAS return air relative humidity" - annotation (Placement(transformation(extent={{580,-200},{620,-160}}), - iconTransformation(extent={{100,-240},{140,-200}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZon[5] - "Measured zone temperature" - annotation (Placement(transformation(extent={{580,240},{620,280}}), - iconTransformation(extent={{100,160},{140,200}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRelHumZon[5] - "Measured zone relative humidity" - annotation (Placement(transformation(extent={{580,280},{620,320}}), - iconTransformation(extent={{100,200},{140,240}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput VDisAir_flow[5] - "Measured zone discharge air volume flow rate" - annotation (Placement(transformation(extent={{580,200},{620,240}}), - iconTransformation(extent={{100,120},{140,160}}))); - - Buildings.Fluid.Movers.SpeedControlled_y pum( - redeclare package Medium = MediumW, - redeclare Data.PumpCurve per, - final addPowerToMedium=false) "Chilled water pump" annotation (Placement( - transformation( - extent={{-10,-10},{10,10}}, - rotation=90, - origin={100,-130}))); - - Buildings.Fluid.FixedResistances.Junction jun( - redeclare package Medium = MediumW, - final m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal}, - final dp_nominal={0,0,0}) "Chilled water splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, - rotation = 90, - origin={100,-40}))); - - Buildings.Fluid.FixedResistances.Junction jun3( - redeclare package Medium = MediumW, - final m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,mChiWatTot_flow_nominal}, - final dp_nominal={0,0,0}) "Chilled water mixer" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, - rotation = -90, - origin={250,-40}))); - - Buildings.Fluid.Actuators.Valves.TwoWayLinear val( - redeclare package Medium = MediumW, - final m_flow_nominal=mChiWatSou_flow_nominal, - final dpValve_nominal=dpValve_nominal, - final dpFixed_nominal=dpFixed_nominal) - "Chilled beam control valve for south zone" - annotation (Placement(transformation(extent={{120,-50},{140,-30}}))); - - Buildings.BoundaryConditions.WeatherData.ReaderTMY3 weaDat( - final filNam=ModelicaServices.ExternalReferences.loadResource("modelica://Buildings/Resources/weatherdata/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.mos")) - "Weather data" - annotation (Placement(transformation(extent={{-310,-20},{-290,0}}))); - - Buildings.BoundaryConditions.WeatherData.Bus weaBus - "Weather Data Bus" - annotation (Placement(transformation(extent={{-280,-20},{-260,0}}), - iconTransformation(extent={{-0,-0},{0,0}}))); - - Buildings.Fluid.Sources.Outside amb( - redeclare package Medium = MediumA, - final nPorts=3) - "Ambient conditions" - annotation (Placement(transformation(extent={{-250,-20},{-228,2}}))); - - Buildings.Fluid.HeatExchangers.WetCoilCounterFlow cooCoi( - final show_T=true, - final UA_nominal=3*mAirTot_flow_nominal*1000*15/Buildings.Fluid.HeatExchangers.BaseClasses.lmtd( - T_a1=26.2, - T_b1=12.8, - T_a2=6, - T_b2=16), - redeclare package Medium1 = MediumW, - redeclare package Medium2 = MediumA, - final m1_flow_nominal=mAirTot_flow_nominal*1000*15/4200/10, - final m2_flow_nominal=mAirTot_flow_nominal, - final dp2_nominal=0, - final dp1_nominal=0, - final energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial, - final allowFlowReversal1=true, - final allowFlowReversal2=true) - "Cooling coil" - annotation (Placement(transformation(extent={{-110,4},{-130,-16}}))); - - Buildings.Fluid.Sources.Boundary_pT sinHea( - redeclare package Medium = MediumW, - p=100000, - T=318.15, - nPorts=1) - "Sink for heating coil" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, - rotation=90, - origin={-210,-70}))); - - Buildings.Fluid.Sources.Boundary_pT sinCoo( - redeclare package Medium = MediumW, - final p=100000, - final T=285.15, - final nPorts=1) - "Sink for cooling coil" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, - rotation=90, - origin={-140,-70}))); - - Buildings.Fluid.Sources.MassFlowSource_T souCoo( - redeclare package Medium = MediumW, - final T=280.372, - final nPorts=1, - final use_m_flow_in=true) - "Source for cooling coil" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, - rotation=90, - origin={-100,-70}))); - - Buildings.Fluid.Sources.MassFlowSource_T souHea( - redeclare package Medium = MediumW, - final T=318.15, - final use_m_flow_in=true, - final nPorts=1) - "Source for heating coil" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, - rotation=90, - origin={-170,-70}))); - - Buildings.Fluid.HeatExchangers.DryCoilEffectivenessNTU heaCoi( - final show_T=true, - redeclare package Medium1 = MediumW, - redeclare package Medium2 = MediumA, - final m1_flow_nominal=mAirTot_flow_nominal*1000*(10 - (-20))/4200/10, - final m2_flow_nominal=mAirTot_flow_nominal, - final configuration=Buildings.Fluid.Types.HeatExchangerConfiguration.CounterFlow, - final Q_flow_nominal=mAirTot_flow_nominal*1006*(16.7 - 8.5), - final dp1_nominal=0, - final dp2_nominal=200 + 200 + 100 + 40, - final allowFlowReversal1=false, - final allowFlowReversal2=false, - final T_a1_nominal=318.15, - final T_a2_nominal=281.65) - "Heating coil" - annotation (Placement(transformation(extent={{-180,4},{-200,-16}}))); - - Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox souCAVTer( - redeclare package MediumA = MediumA, - redeclare package MediumW = MediumW, - final VRoo=VRooSou, - final allowFlowReversal=false) - "CAV terminal for south zone" - annotation (Placement(transformation(extent={{390,-130},{430,-90}}))); - - Buildings.Fluid.FixedResistances.Junction jun5( - redeclare package Medium = MediumA, - final m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal, - mAirTot_flow_nominal}, - final dp_nominal={0,0,0}) - "Return air mixer" - annotation (Placement(transformation(extent={{-40,150},{-20,170}}))); - - Buildings.Fluid.Sources.Boundary_pT sinCoo1( - redeclare package Medium = MediumW, - final p=100000, - final T=297.04, - final nPorts=2) - "Sink for chillede water" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, - rotation=90, - origin={250,-176}))); - - Buildings.Fluid.Sources.Boundary_pT souCoo1( - redeclare package Medium = MediumW, - final p=100000, - final use_T_in=true, - final T=285.15, - final nPorts=1) - "Source for chilled water to chilled beam manifolds" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, - rotation=90, - origin={100,-174}))); - - Buildings.Fluid.Sensors.TemperatureTwoPort senTem( - redeclare package Medium = MediumA, - final m_flow_nominal=mAirTot_flow_nominal) - "AHU discharge air temperature sensor" - annotation (Placement(transformation(extent={{-40,-10},{-20,10}}))); - - Buildings.Fluid.Movers.SpeedControlled_y fan( - redeclare package Medium = MediumA, - redeclare Data.FanCurve per, - final addPowerToMedium=false) "DOAS fan" - annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); - - Buildings.Fluid.Sensors.RelativePressure senRelPre( - redeclare package Medium = MediumW) - "Differential pressure sensor between chilled water supply and return" - annotation (Placement(transformation(extent={{150,-80},{170,-60}}))); - - Buildings.Fluid.Sensors.RelativePressure senRelPre1( - redeclare package Medium = MediumA) - "Differential pressure sensor between AHU discharge and outdoor air" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, - rotation=90, - origin={-50,30}))); - - Modelica.Blocks.Routing.DeMultiplex demux( - final n=5) - "Demultiplexer for chilled water valve signals" - annotation (Placement(transformation(extent={{40,-30},{60,-10}}))); - - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys( - final uLow=0.04, - final uHigh=0.05) - "Block for generating pump proven on signal" - annotation (Placement(transformation(extent={{140,-120},{160,-100}}))); - - Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea - "Convert pump enable signal to Real signal" - annotation (Placement(transformation(extent={{-320,-120},{-300,-100}}))); - - Buildings.Controls.OBC.CDL.Continuous.Multiply pro - "Find pump flow signal by multiplying enable signal with speed signal" - annotation (Placement(transformation(extent={{-280,-140},{-260,-120}}))); - - Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai( - final k=mHotWatCoi_nominal) - "Multiply control signal by nominal flowrate" - annotation (Placement(transformation(extent={{-320,-60},{-300,-40}}))); - - Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai1( - final k=mChiWatCoi_nominal) - "Multiply control signal by nominal flowrate" - annotation (Placement(transformation(extent={{-320,-90},{-300,-70}}))); - - Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea1 - "Convert fan enable signal to Real signal" - annotation (Placement(transformation(extent={{-320,30},{-300,50}}))); - - Buildings.Controls.OBC.CDL.Continuous.Multiply pro1 - "Find fan flow signal by multiplying enable signal with speed signal" - annotation (Placement(transformation(extent={{-280,10},{-260,30}}))); - - Modelica.Blocks.Routing.Multiplex mux1( - final n=5) - "Multiplexer for chilled water valve position measurements" - annotation (Placement(transformation(extent={{160,70},{180,90}}))); - - Modelica.Blocks.Routing.DeMultiplex demux1( - final n=5) - "Demultiplexer for CAV terminal damper signals" - annotation (Placement(transformation(extent={{300,-260},{320,-240}}))); - - Modelica.Blocks.Routing.DeMultiplex demux2(n=5) - "Demultiplexer for CAV terminal reheat signals" - annotation (Placement(transformation(extent={{300,-300},{320,-280}}))); - - Modelica.Blocks.Routing.Multiplex mux3(n=5) - "Multiplexer for CAV terminal damper position measurements" - annotation (Placement(transformation(extent={{490,-20},{510,0}}))); - - Buildings.Fluid.Sensors.RelativeHumidityTwoPort senRelHum(redeclare package - Medium = - MediumA, m_flow_nominal=mAirTot_flow_nominal) - "Relative humidity sensor" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation=180, - origin={-90,160}))); - - Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified nor( - nConExt=0, - nConExtWin=0, - nConPar=0, - nConBou=3, - nSurBou=0, - datConBou( - layers={conIntWal,conIntWal,conIntWal}, - A={6.47,40.76,6.47}*hRoo, - til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), - redeclare package MediumA = MediumA, - redeclare package MediumW = MediumW, - Q_flow_nominal=QNor_flow_nominal, - TRadSup_nominal=TChiWatSup_nominal, - TRadRet_nominal=TChiWatRet_nominal, - mRad_flow_nominal=mChiWatNor_flow_nominal, - V=VRooNor, - TAir_nominal=297.04, - mA_flow_nominal=mAirNor_flow_nominal, - mAChiBea_flow_nominal=mAChiBeaNor_flow_nominal) "North zone" - annotation (Placement(transformation(extent={{180,300},{200,320}}))); - - Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified wes( - nConExt=0, - nConExtWin=0, - nConPar=0, - nConBou=3, - nSurBou=0, - datConBou( - layers={conIntWal,conIntWal,conIntWal}, - A={6.47,40.76,6.47}*hRoo, - til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), - redeclare package MediumA = MediumA, - redeclare package MediumW = MediumW, - Q_flow_nominal=QWes_flow_nominal, - TRadSup_nominal=TChiWatSup_nominal, - TRadRet_nominal=TChiWatRet_nominal, - mRad_flow_nominal=mChiWatWes_flow_nominal, - V=VRooWes, - TAir_nominal=297.04, - mA_flow_nominal=mAirWes_flow_nominal, - mAChiBea_flow_nominal=mAChiBeaWes_flow_nominal) "West zone" - annotation (Placement(transformation(extent={{120,240},{140,260}}))); - - Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified cor( - nConExt=0, - nConExtWin=0, - nConPar=0, - nConBou=3, - nSurBou=0, - datConBou( - layers={conIntWal,conIntWal,conIntWal}, - A={6.47,40.76,6.47}*hRoo, - til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), - redeclare package MediumA = MediumA, - redeclare package MediumW = MediumW, - Q_flow_nominal=QCor_flow_nominal, - TRadSup_nominal=TChiWatSup_nominal, - TRadRet_nominal=TChiWatRet_nominal, - mRad_flow_nominal=mChiWatCor_flow_nominal, - V=VRooCor, - TAir_nominal=297.04, - mA_flow_nominal=mAirCor_flow_nominal, - mAChiBea_flow_nominal=mAChiBeaCor_flow_nominal) "Core zone" - annotation (Placement(transformation(extent={{180,240},{200,260}}))); - - Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified eas( - nConExt=0, - nConExtWin=0, - nConPar=0, - nConBou=3, - nSurBou=0, - datConBou( - layers={conIntWal,conIntWal,conIntWal}, - A={6.47,40.76,6.47}*hRoo, - til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), - redeclare package MediumA = MediumA, - redeclare package MediumW = MediumW, - Q_flow_nominal=QEas_flow_nominal, - TRadSup_nominal=TChiWatSup_nominal, - TRadRet_nominal=TChiWatRet_nominal, - mRad_flow_nominal=mChiWatEas_flow_nominal, - V=VRooEas, - TAir_nominal=297.04, - mA_flow_nominal=mAirEas_flow_nominal, - mAChiBea_flow_nominal=mAChiBeaEas_flow_nominal) "East zone" - annotation (Placement(transformation(extent={{240,240},{260,260}}))); - - Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified sou( - nConExt=0, - nConExtWin=0, - nConPar=0, - nConBou=3, - nSurBou=0, - datConBou( - layers={conIntWal,conIntWal,conIntWal}, - A={6.47,40.76,6.47}*hRoo, - til={Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall,Buildings.Types.Tilt.Wall}), - redeclare package MediumA = MediumA, - redeclare package MediumW = MediumW, - Q_flow_nominal=QSou_flow_nominal, - TRadSup_nominal=TChiWatSup_nominal, - TRadRet_nominal=TChiWatRet_nominal, - mRad_flow_nominal=mChiWatSou_flow_nominal, - V=VRooSou, - TAir_nominal=297.04, - mA_flow_nominal=mAirSou_flow_nominal, - mAChiBea_flow_nominal=mAChiBeaSou_flow_nominal) "South zone" - annotation (Placement(transformation(extent={{180,180},{200,200}}))); - - Buildings.BoundaryConditions.WeatherData.Bus zonMeaBus "Zone measurements bus" - annotation (Placement(transformation(extent={{204,262},{224,282}}), - iconTransformation(extent={{-0,-0},{0,0}}))); - - Modelica.Blocks.Routing.Multiplex5 multiplex5_1 - "Multiplexer for zone temperature measurements" - annotation (Placement(transformation(extent={{300,250},{320,270}}))); - Modelica.Blocks.Routing.Multiplex5 multiplex5_2 - "Multiplexer for zone relative humidity measurements" - annotation (Placement(transformation(extent={{300,290},{320,310}}))); - Modelica.Blocks.Routing.Multiplex5 multiplex5_3 - "Multiplexer for zone discharge air volume flowrate measurements" - annotation (Placement(transformation(extent={{300,210},{320,230}}))); - Buildings.Fluid.FixedResistances.Junction jun6( - redeclare package Medium = MediumA, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal, - mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Return air mixer" - annotation (Placement(transformation(extent={{-10,150},{10,170}}))); - Buildings.Fluid.FixedResistances.Junction jun7( - redeclare package Medium = MediumA, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal, - mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Return air mixer" - annotation (Placement(transformation(extent={{20,150},{40,170}}))); - Buildings.Fluid.FixedResistances.Junction jun8( - redeclare package Medium = MediumA, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal, - mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Return air mixer" - annotation (Placement(transformation(extent={{50,150},{70,170}}))); - - Fluid.FixedResistances.Junction jun1( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,- - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Chilled water splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={100,0}))); - Fluid.FixedResistances.Junction jun9( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,- - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Chilled water splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={100,40}))); - Fluid.FixedResistances.Junction jun10( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,- - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Chilled water splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={100,80}))); - Fluid.FixedResistances.Junction jun11( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal,- - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Chilled water splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={100,120}))); - Fluid.Actuators.Valves.TwoWayLinear val1( - redeclare package Medium = MediumW, - m_flow_nominal=mChiWatEas_flow_nominal, - dpValve_nominal=dpValve_nominal, - dpFixed_nominal=dpFixed_nominal) "Chilled beam control valve for east zone" - annotation (Placement(transformation(extent={{120,-10},{140,10}}))); - Fluid.Actuators.Valves.TwoWayLinear val3( - redeclare package Medium = MediumW, - m_flow_nominal=mChiWatNor_flow_nominal, - dpValve_nominal=dpValve_nominal, - dpFixed_nominal=dpFixed_nominal) - "Chilled beam control valve for north zone" - annotation (Placement(transformation(extent={{120,30},{140,50}}))); - Fluid.Actuators.Valves.TwoWayLinear val4( - redeclare package Medium = MediumW, - m_flow_nominal=mChiWatWes_flow_nominal, - dpValve_nominal=dpValve_nominal, - dpFixed_nominal=dpFixed_nominal) "Chilled beam control valve for west zone" - annotation (Placement(transformation(extent={{120,70},{140,90}}))); - Fluid.Actuators.Valves.TwoWayLinear val5( - redeclare package Medium = MediumW, - m_flow_nominal=mChiWatCor_flow_nominal, - dpValve_nominal=dpValve_nominal, - dpFixed_nominal=dpFixed_nominal) "Chilled beam control valve for core zone" - annotation (Placement(transformation(extent={{120,110},{140,130}}))); - Fluid.Actuators.Valves.TwoWayLinear val2( - redeclare package Medium = MediumW, - m_flow_nominal=mChiWatTot_flow_nominal, - dpValve_nominal=dpValve_nominal, - dpFixed_nominal=dpFixed_nominal) "Chilled water bypass valve" - annotation (Placement(transformation(extent={{160,130},{180,150}}))); - Fluid.FixedResistances.Junction jun2( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Chilled water mixer" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, - origin={250,0}))); - Fluid.FixedResistances.Junction jun12( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Chilled water mixer" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, - origin={250,40}))); - Fluid.FixedResistances.Junction jun13( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Chilled water mixer" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, - origin={250,80}))); - Fluid.FixedResistances.Junction jun14( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Chilled water mixer" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, - origin={250,120}))); - Fluid.FixedResistances.Junction jun4( - redeclare package Medium = MediumA, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- - mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Supply air splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={350,-130}))); - Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox easCAVTer( - redeclare package MediumA = MediumA, - redeclare package MediumW = MediumW, - VRoo=VRooEas, - allowFlowReversal=false) "CAV terminal for east zone" - annotation (Placement(transformation(extent={{390,-70},{430,-30}}))); - Fluid.FixedResistances.Junction jun15( - redeclare package Medium = MediumA, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- - mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Supply air splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={350,-70}))); - Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox norCAVTer( - redeclare package MediumA = MediumA, - redeclare package MediumW = MediumW, - VRoo=VRooNor, - allowFlowReversal=false) "CAV terminal for north zone" - annotation (Placement(transformation(extent={{390,-10},{430,30}}))); - Fluid.FixedResistances.Junction jun16( - redeclare package Medium = MediumA, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- - mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Supply air splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={350,-10}))); - Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox wesCAVTer( - redeclare package MediumA = MediumA, - redeclare package MediumW = MediumW, - VRoo=VRooWes, - allowFlowReversal=false) "CAV terminal for west zone" - annotation (Placement(transformation(extent={{390,50},{430,90}}))); - Fluid.FixedResistances.Junction jun17( - redeclare package Medium = MediumA, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- - mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Supply air splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={350,50}))); - Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox corCAVTer( - redeclare package MediumA = MediumA, - redeclare package MediumW = MediumW, - mCooAir_flow_nominal=mAirCor_flow_nominal, - mHeaAir_flow_nominal=mAirCor_flow_nominal, - VRoo=VRooCor, - allowFlowReversal=false) "CAV terminal for core zone" - annotation (Placement(transformation(extent={{390,110},{430,150}}))); - Modelica.Blocks.Routing.DeMultiplex demux3(n=5) - "Demultiplexer for zone heat gain signal" - annotation (Placement(transformation(extent={{80,280},{100,300}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput QFlo[5] - "Heat flow rate into the zone" - annotation (Placement(transformation(extent={{-380,270},{-340,310}}), - iconTransformation(extent={{-140,200},{-100,240}}))); - - Buildings.Controls.OBC.CDL.Logical.Pre pre1 "Logical pre block" - annotation (Placement(transformation(extent={{-320,60},{-300,80}}))); - - Fluid.FixedResistances.Junction jun18( - redeclare package Medium = MediumW, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- - mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Hot water splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={320,-80}))); - Fluid.FixedResistances.Junction jun22( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Hot water mixer" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, - origin={480,70}))); - Fluid.FixedResistances.Junction jun23( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Hot water mixer" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, - origin={480,20}))); - Fluid.FixedResistances.Junction jun24( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Hot water mixer" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, - origin={480,-50}))); - Fluid.FixedResistances.Junction jun25( - redeclare package Medium = MediumW, - m_flow_nominal={mChiWatTot_flow_nominal,-mChiWatTot_flow_nominal, - mChiWatTot_flow_nominal}, - dp_nominal={0,0,0}) "Hot water mixer" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = -90, - origin={480,-90}))); - Controls.OBC.CDL.Continuous.MultiplyByParameter - gaiM_flow(final k= - mAirTot_flow_nominal*1000*15/4200/10) - "Calculate hot water mass flowrate based on reheat signal" - annotation (Placement(transformation(extent={{140,-290},{160,-270}}))); - Fluid.Sources.MassFlowSource_T souTer( - redeclare package Medium = MediumW, - nPorts=1, - use_m_flow_in=true, - T=323.15) "Hot water source for terminal boxes " - annotation (Placement(transformation( - extent={{180,-290},{200,-270}}))); - Controls.OBC.CDL.Continuous.MultiMax mulMax(nin=5) - "Find maximum reheat signal for generating hot water" - annotation (Placement(transformation(extent={{100,-290},{120,-270}}))); - Fluid.Sources.Boundary_pT sinTer( - redeclare package Medium = MediumW, - p(displayUnit="Pa") = 3E5, - nPorts=1) "Hot water sink for terminal boxes" - annotation (Placement(transformation( - extent={{450,-260},{470,-240}}))); - Fluid.FixedResistances.Junction jun19( - redeclare package Medium = MediumW, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- - mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Hot water splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={320,-30}))); - Fluid.FixedResistances.Junction jun20( - redeclare package Medium = MediumW, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- - mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Hot water splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={320,20}))); - Fluid.FixedResistances.Junction jun21( - redeclare package Medium = MediumW, - m_flow_nominal={mAirTot_flow_nominal,-mAirTot_flow_nominal,- - mAirTot_flow_nominal}, - dp_nominal={0,0,0}) "Hot water splitter" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}, rotation = 90, - origin={320,70}))); + parameter Real QCor_flow_nominal = -100000 "Nominal heat flow into core zone" annotation( + Dialog(group = "Core zone")); + parameter Real VRooCor = 500 "Volume of zone air in core zone" annotation( + Dialog(group = "Core zone")); + parameter Real mChiWatCor_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation( + Dialog(group = "Core zone")); + parameter Real mAirCor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + Dialog(group = "Core zone")); + parameter Real mAChiBeaCor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + Dialog(group = "Core zone")); + parameter HeatTransfer.Data.OpaqueConstructions.Generic conExtWal(final nLay = 3, final material = {matWoo, matIns, matGyp}) "Exterior construction" annotation( + Placement(transformation(extent = {{380, 312}, {400, 332}}))); + parameter HeatTransfer.Data.OpaqueConstructions.Generic conIntWal(final nLay = 1, final material = {matGyp2}) "Interior wall construction" annotation( + Placement(transformation(extent = {{420, 312}, {440, 332}}))); + parameter HeatTransfer.Data.Solids.Plywood matWoo(final x = 0.01, final k = 0.11, final d = 544, final nStaRef = 1) "Wood for exterior construction" annotation( + Placement(transformation(extent = {{452, 308}, {472, 328}}))); + parameter HeatTransfer.Data.Solids.Generic matIns(final x = 0.087, final k = 0.049, final c = 836.8, final d = 265, final nStaRef = 5) "Steelframe construction with insulation" annotation( + Placement(transformation(extent = {{492, 308}, {512, 328}}))); + parameter HeatTransfer.Data.Solids.GypsumBoard matGyp(final x = 0.0127, final k = 0.16, final c = 830, final d = 784, final nStaRef = 2) "Gypsum board" annotation( + Placement(transformation(extent = {{450, 280}, {470, 300}}))); + parameter HeatTransfer.Data.Solids.GypsumBoard matGyp2(final x = 0.025, final k = 0.16, final c = 830, final d = 784, final nStaRef = 2) "Gypsum board" annotation( + Placement(transformation(extent = {{490, 280}, {510, 300}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta "Pump enable signal" annotation( + Placement(transformation(extent = {{-380, -130}, {-340, -90}}), iconTransformation(extent = {{-140, -160}, {-100, -120}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSta "Supply fan enable signal" annotation( + Placement(transformation(extent = {{-380, 20}, {-340, 60}}), iconTransformation(extent = {{-140, 0}, {-100, 40}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput uFanSpe "Fan speed signal" annotation( + Placement(transformation(extent = {{-380, -10}, {-340, 30}}), iconTransformation(extent = {{-140, -40}, {-100, 0}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput uPumSpe "Pump speed signal" annotation( + Placement(transformation(extent = {{-380, -160}, {-340, -120}}), iconTransformation(extent = {{-140, -200}, {-100, -160}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput TChiWatSup "Chilled water supply temperature" annotation( + Placement(visible = true, transformation(origin = {0, 0}, extent = {{-380, -200}, {-340, -160}}, rotation = 0), iconTransformation(origin = {-121, -211}, extent = {{-21, -21}, {21, 21}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput uHeaCoi "Heating coil control signal" annotation( + Placement(transformation(extent = {{-380, -70}, {-340, -30}}), iconTransformation(extent = {{-140, -80}, {-100, -40}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput uCooCoi "AHU cooling coil control signal" annotation( + Placement(transformation(extent = {{-380, -100}, {-340, -60}}), iconTransformation(extent = {{-140, -120}, {-100, -80}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput uCAVDam[5] "CAV damper signal" annotation( + Placement(transformation(extent = {{-380, 120}, {-340, 160}}), iconTransformation(extent = {{-140, 80}, {-100, 120}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput uCAVReh[5] "CAV reheat signal" annotation( + Placement(transformation(extent = {{-380, 80}, {-340, 120}}), iconTransformation(extent = {{-140, 40}, {-100, 80}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput uBypValPos "Bypass valve position signal" annotation( + Placement(transformation(extent = {{-380, 200}, {-340, 240}}), iconTransformation(extent = {{-140, 160}, {-100, 200}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput uChiWatVal[5] "Chilled water valve position signal" annotation( + Placement(transformation(extent = {{-380, 160}, {-340, 200}}), iconTransformation(extent = {{-140, 120}, {-100, 160}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yPumSta "Pump proven on" annotation( + Placement(visible = true, transformation(origin = {2, 30}, extent = {{580, -140}, {620, -100}}, rotation = 0), iconTransformation(origin = {0, 26}, extent = {{100, -160}, {140, -120}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yFanSta "Supply fan proven on" annotation( + Placement(visible = true, transformation(origin = {-2, 32}, extent = {{580, -70}, {620, -30}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{100, -80}, {140, -40}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput dPChiWat "Measured chilled water differential presure" annotation( + Placement(visible = true, transformation(origin = {-2, 20}, extent = {{580, -110}, {620, -70}}, rotation = 0), iconTransformation(origin = {0, 14}, extent = {{100, -120}, {140, -80}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput dPDOASAir "Measured airloop differential presure" annotation( + Placement(visible = true, transformation(origin = {0, 36}, extent = {{580, -40}, {620, 0}}, rotation = 0), iconTransformation(origin = {0, 8}, extent = {{100, -40}, {140, 0}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput TDOASDis(final unit = "K", displayUnit = "K", final quantity = "ThermodynamicTemperature") "Measured DOAS discharge air temperature" annotation( + Placement(visible = true, transformation(origin = {0, 28}, extent = {{580, -170}, {620, -130}}, rotation = 0), iconTransformation(origin = {0, 40}, extent = {{100, -200}, {140, -160}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiWatVal[5] "Measured chilled water valve position" annotation( + Placement(transformation(extent = {{580, 60}, {620, 100}}), iconTransformation(extent = {{100, 40}, {140, 80}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yBypValPos "Measured bypass valve position" annotation( + Placement(transformation(extent = {{580, 100}, {620, 140}}), iconTransformation(extent = {{100, 80}, {140, 120}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDamPos[5] "Measured CAV damper position" annotation( + Placement(visible = true, transformation(origin = {2, 46}, extent = {{580, -10}, {620, 30}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{100, 0}, {140, 40}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput relHumDOASRet "Measured DOAS return air relative humidity" annotation( + Placement(visible = true, transformation(origin = {2, 28}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin = {0, 24}, extent = {{100, -240}, {140, -200}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZon[5] "Measured zone temperature" annotation( + Placement(transformation(extent = {{580, 240}, {620, 280}}), iconTransformation(extent = {{100, 160}, {140, 200}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRelHumZon[5] "Measured zone relative humidity" annotation( + Placement(transformation(extent = {{580, 280}, {620, 320}}), iconTransformation(extent = {{100, 200}, {140, 240}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput VDisAir_flow[5] "Measured zone discharge air volume flow rate" annotation( + Placement(transformation(extent = {{580, 200}, {620, 240}}), iconTransformation(extent = {{100, 120}, {140, 160}}))); + Buildings.Fluid.Movers.SpeedControlled_y pum(redeclare package Medium = MediumW, redeclare Data.PumpCurve per, final addPowerToMedium = false) "Chilled water pump" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, -130}))); + Buildings.Fluid.FixedResistances.Junction jun(redeclare package Medium = MediumW, final m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, final dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, -40}))); + Buildings.Fluid.FixedResistances.Junction jun3(redeclare package Medium = MediumW, final m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, final dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {250, -40}))); + Buildings.Fluid.Actuators.Valves.TwoWayLinear val(redeclare package Medium = MediumW, final m_flow_nominal = mChiWatSou_flow_nominal, final dpValve_nominal = dpValve_nominal, final dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for south zone" annotation( + Placement(transformation(extent = {{120, -50}, {140, -30}}))); + Buildings.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(final filNam = ModelicaServices.ExternalReferences.loadResource("modelica://Buildings/Resources/weatherdata/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.mos")) "Weather data" annotation( + Placement(visible = true, transformation(origin = {-14, -14}, extent = {{-310, -20}, {-290, 0}}, rotation = 0))); + Buildings.BoundaryConditions.WeatherData.Bus weaBus "Weather Data Bus" annotation( + Placement(visible = true, transformation(origin = {-16, -6}, extent = {{-280, -20}, {-260, 0}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{0, 0}, {0, 0}}, rotation = 0))); + Buildings.Fluid.Sources.Outside amb(redeclare package Medium = MediumA, final nPorts = 4) "Ambient conditions" annotation( + Placement(visible = true, transformation(origin = {-38, -20}, extent = {{-250, -20}, {-228, 2}}, rotation = 0))); + Buildings.Fluid.HeatExchangers.WetCoilCounterFlow cooCoi(final show_T = true, final UA_nominal = 3*mAirTot_flow_nominal*1000*15/Buildings.Fluid.HeatExchangers.BaseClasses.lmtd(T_a1 = 26.2, T_b1 = 12.8, T_a2 = 6, T_b2 = 16), redeclare package Medium1 = MediumW, redeclare package Medium2 = MediumA, final m1_flow_nominal = mAirTot_flow_nominal*1000*15/4200/10, final m2_flow_nominal = mAirTot_flow_nominal, final dp2_nominal = 0, final dp1_nominal = 0, final energyDynamics = Modelica.Fluid.Types.Dynamics.FixedInitial, final allowFlowReversal1 = true, final allowFlowReversal2 = true) "Cooling coil" annotation( + Placement(transformation(extent = {{-110, 4}, {-130, -16}}))); + Buildings.Fluid.Sources.Boundary_pT sinHea(redeclare package Medium = MediumW, p = 100000, T = 318.15, nPorts = 1) "Sink for heating coil" annotation( + Placement(visible = true, transformation(origin = {-212, -74}, extent = {{-10, -10}, {10, 10}}, rotation = 90))); + Buildings.Fluid.Sources.Boundary_pT sinCoo(redeclare package Medium = MediumW, final p = 100000, final T = 285.15, final nPorts = 1) "Sink for cooling coil" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {-140, -70}))); + Buildings.Fluid.Sources.MassFlowSource_T souCoo(redeclare package Medium = MediumW, final T = 280.372, final nPorts = 1, final use_m_flow_in = true) "Source for cooling coil" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {-100, -70}))); + Buildings.Fluid.Sources.MassFlowSource_T souHea(redeclare package Medium = MediumW, final T = 318.15, final use_m_flow_in = true, final nPorts = 1) "Source for heating coil" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {-170, -70}))); + Buildings.Fluid.HeatExchangers.DryCoilEffectivenessNTU heaCoi(final show_T = true, redeclare package Medium1 = MediumW, redeclare package Medium2 = MediumA, final m1_flow_nominal = mAirTot_flow_nominal*1000*(10 - (-20))/4200/10, final m2_flow_nominal = mAirTot_flow_nominal, final configuration = Buildings.Fluid.Types.HeatExchangerConfiguration.CounterFlow, final Q_flow_nominal = mAirTot_flow_nominal*1006*(16.7 - 8.5), final dp1_nominal = 0, final dp2_nominal = 200 + 200 + 100 + 40, final allowFlowReversal1 = false, final allowFlowReversal2 = false, final T_a1_nominal = 318.15, final T_a2_nominal = 281.65) "Heating coil" annotation( + Placement(visible = true, transformation(origin = {26, -10}, extent = {{-180, 4}, {-200, -16}}, rotation = 0))); + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox souCAVTer(redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, final VRoo = VRooSou, final allowFlowReversal = false) "CAV terminal for south zone" annotation( + Placement(transformation(extent = {{390, -130}, {430, -90}}))); + Buildings.Fluid.FixedResistances.Junction jun5(redeclare package Medium = MediumA, final m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, final dp_nominal = {0, 0, 0}) "Return air mixer" annotation( + Placement(transformation(extent = {{-40, 150}, {-20, 170}}))); + Buildings.Fluid.Sources.Boundary_pT sinCoo1(redeclare package Medium = MediumW, final p = 100000, final T = 297.04, final nPorts = 2) "Sink for chillede water" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {250, -176}))); + Buildings.Fluid.Sources.Boundary_pT souCoo1(redeclare package Medium = MediumW, final p = 100000, final use_T_in = true, final T = 285.15, final nPorts = 1) "Source for chilled water to chilled beam manifolds" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, -174}))); + Buildings.Fluid.Sensors.TemperatureTwoPort senTem(redeclare package Medium = MediumA, final m_flow_nominal = mAirTot_flow_nominal) "AHU discharge air temperature sensor" annotation( + Placement(transformation(extent = {{-40, -10}, {-20, 10}}))); + Buildings.Fluid.Movers.SpeedControlled_y fan(redeclare package Medium = MediumA, redeclare Data.FanCurve per, final addPowerToMedium = false) "DOAS fan" annotation( + Placement(transformation(extent = {{-80, -10}, {-60, 10}}))); + Buildings.Fluid.Sensors.RelativePressure senRelPre(redeclare package Medium = MediumW) "Differential pressure sensor between chilled water supply and return" annotation( + Placement(transformation(extent = {{150, -80}, {170, -60}}))); + Buildings.Fluid.Sensors.RelativePressure senRelPre1(redeclare package Medium = MediumA) "Differential pressure sensor between AHU discharge and outdoor air" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {-50, 30}))); + Modelica.Blocks.Routing.DeMultiplex demux(final n = 5) "Demultiplexer for chilled water valve signals" annotation( + Placement(transformation(extent = {{40, -30}, {60, -10}}))); + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(final uLow = 0.04, final uHigh = 0.05) "Block for generating pump proven on signal" annotation( + Placement(transformation(extent = {{140, -120}, {160, -100}}))); + Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea "Convert pump enable signal to Real signal" annotation( + Placement(transformation(extent = {{-320, -120}, {-300, -100}}))); + Buildings.Controls.OBC.CDL.Continuous.Multiply pro "Find pump flow signal by multiplying enable signal with speed signal" annotation( + Placement(transformation(extent = {{-280, -140}, {-260, -120}}))); + Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai(final k = mHotWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation( + Placement(transformation(extent = {{-320, -60}, {-300, -40}}))); + Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai1(final k = mChiWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation( + Placement(transformation(extent = {{-320, -90}, {-300, -70}}))); + Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea1 "Convert fan enable signal to Real signal" annotation( + Placement(visible = true, transformation(origin = {-8, -2}, extent = {{-320, 30}, {-300, 50}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Continuous.Multiply pro1 "Find fan flow signal by multiplying enable signal with speed signal" annotation( + Placement(visible = true, transformation(origin = {-24, 8}, extent = {{-280, 10}, {-260, 30}}, rotation = 0))); + Modelica.Blocks.Routing.Multiplex mux1(final n = 5) "Multiplexer for chilled water valve position measurements" annotation( + Placement(transformation(extent = {{160, 70}, {180, 90}}))); + Modelica.Blocks.Routing.DeMultiplex demux1(final n = 5) "Demultiplexer for CAV terminal damper signals" annotation( + Placement(transformation(extent = {{300, -260}, {320, -240}}))); + Modelica.Blocks.Routing.DeMultiplex demux2(n = 5) "Demultiplexer for CAV terminal reheat signals" annotation( + Placement(transformation(extent = {{300, -300}, {320, -280}}))); + Modelica.Blocks.Routing.Multiplex mux3(n = 5) "Multiplexer for CAV terminal damper position measurements" annotation( + Placement(transformation(extent = {{490, -20}, {510, 0}}))); + Buildings.Fluid.Sensors.RelativeHumidityTwoPort senRelHum(redeclare package Medium = MediumA, m_flow_nominal = mAirTot_flow_nominal) "Relative humidity sensor" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 180, origin = {-90, 160}))); + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified nor(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal = QNor_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatNor_flow_nominal, V = VRooNor, TAir_nominal = 297.04, mA_flow_nominal = mAirNor_flow_nominal, mAChiBea_flow_nominal = mAChiBeaNor_flow_nominal) "North zone" annotation( + Placement(transformation(extent = {{180, 300}, {200, 320}}))); + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified wes(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal = QWes_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatWes_flow_nominal, V = VRooWes, TAir_nominal = 297.04, mA_flow_nominal = mAirWes_flow_nominal, mAChiBea_flow_nominal = mAChiBeaWes_flow_nominal) "West zone" annotation( + Placement(transformation(extent = {{120, 240}, {140, 260}}))); + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified cor(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal = QCor_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatCor_flow_nominal, V = VRooCor, TAir_nominal = 297.04, mA_flow_nominal = mAirCor_flow_nominal, mAChiBea_flow_nominal = mAChiBeaCor_flow_nominal) "Core zone" annotation( + Placement(transformation(extent = {{180, 240}, {200, 260}}))); + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified eas(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal = QEas_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatEas_flow_nominal, V = VRooEas, TAir_nominal = 297.04, mA_flow_nominal = mAirEas_flow_nominal, mAChiBea_flow_nominal = mAChiBeaEas_flow_nominal) "East zone" annotation( + Placement(transformation(extent = {{240, 240}, {260, 260}}))); + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified sou(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal = QSou_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatSou_flow_nominal, V = VRooSou, TAir_nominal = 297.04, mA_flow_nominal = mAirSou_flow_nominal, mAChiBea_flow_nominal = mAChiBeaSou_flow_nominal) "South zone" annotation( + Placement(transformation(extent = {{180, 180}, {200, 200}}))); + Buildings.BoundaryConditions.WeatherData.Bus zonMeaBus "Zone measurements bus" annotation( + Placement(visible = true, transformation(origin = {0, 0}, extent = {{204, 262}, {224, 282}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{0, 0}, {0, 0}}, rotation = 0))); + Modelica.Blocks.Routing.Multiplex5 multiplex5_1 "Multiplexer for zone temperature measurements" annotation( + Placement(visible = true, transformation(origin = {0, 0}, extent = {{300, 250}, {320, 270}}, rotation = 0))); + Modelica.Blocks.Routing.Multiplex5 multiplex5_2 "Multiplexer for zone relative humidity measurements" annotation( + Placement(transformation(extent = {{300, 290}, {320, 310}}))); + Modelica.Blocks.Routing.Multiplex5 multiplex5_3 "Multiplexer for zone discharge air volume flowrate measurements" annotation( + Placement(transformation(extent = {{300, 210}, {320, 230}}))); + Buildings.Fluid.FixedResistances.Junction jun6(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Return air mixer" annotation( + Placement(transformation(extent = {{-10, 150}, {10, 170}}))); + Buildings.Fluid.FixedResistances.Junction jun7(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Return air mixer" annotation( + Placement(transformation(extent = {{20, 150}, {40, 170}}))); + Buildings.Fluid.FixedResistances.Junction jun8(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Return air mixer" annotation( + Placement(transformation(extent = {{50, 150}, {70, 170}}))); + Fluid.FixedResistances.Junction jun1(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, 0}))); + Fluid.FixedResistances.Junction jun9(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, 40}))); + Fluid.FixedResistances.Junction jun10(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, 80}))); + Fluid.FixedResistances.Junction jun11(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, 120}))); + Fluid.Actuators.Valves.TwoWayLinear val1(redeclare package Medium = MediumW, m_flow_nominal = mChiWatEas_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for east zone" annotation( + Placement(transformation(extent = {{120, -10}, {140, 10}}))); + Fluid.Actuators.Valves.TwoWayLinear val3(redeclare package Medium = MediumW, m_flow_nominal = mChiWatNor_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for north zone" annotation( + Placement(transformation(extent = {{120, 30}, {140, 50}}))); + Fluid.Actuators.Valves.TwoWayLinear val4(redeclare package Medium = MediumW, m_flow_nominal = mChiWatWes_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for west zone" annotation( + Placement(transformation(extent = {{120, 70}, {140, 90}}))); + Fluid.Actuators.Valves.TwoWayLinear val5(redeclare package Medium = MediumW, m_flow_nominal = mChiWatCor_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for core zone" annotation( + Placement(transformation(extent = {{120, 110}, {140, 130}}))); + Fluid.Actuators.Valves.TwoWayLinear val2(redeclare package Medium = MediumW, m_flow_nominal = mChiWatTot_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled water bypass valve" annotation( + Placement(transformation(extent = {{160, 130}, {180, 150}}))); + Fluid.FixedResistances.Junction jun2(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {250, 0}))); + Fluid.FixedResistances.Junction jun12(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {250, 40}))); + Fluid.FixedResistances.Junction jun13(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {250, 80}))); + Fluid.FixedResistances.Junction jun14(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {250, 120}))); + Fluid.FixedResistances.Junction jun4(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {350, -130}))); + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox easCAVTer(redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, VRoo = VRooEas, allowFlowReversal = false) "CAV terminal for east zone" annotation( + Placement(transformation(extent = {{390, -70}, {430, -30}}))); + Fluid.FixedResistances.Junction jun15(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {350, -70}))); + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox norCAVTer(redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, VRoo = VRooNor, allowFlowReversal = false) "CAV terminal for north zone" annotation( + Placement(transformation(extent = {{390, -10}, {430, 30}}))); + Fluid.FixedResistances.Junction jun16(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {350, -10}))); + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox wesCAVTer(redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, VRoo = VRooWes, allowFlowReversal = false) "CAV terminal for west zone" annotation( + Placement(transformation(extent = {{390, 50}, {430, 90}}))); + Fluid.FixedResistances.Junction jun17(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {350, 50}))); + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox corCAVTer(redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, mCooAir_flow_nominal = mAirCor_flow_nominal, mHeaAir_flow_nominal = mAirCor_flow_nominal, VRoo = VRooCor, allowFlowReversal = false) "CAV terminal for core zone" annotation( + Placement(visible = true, transformation(origin = {0, -2}, extent = {{390, 110}, {430, 150}}, rotation = 0))); + Modelica.Blocks.Routing.DeMultiplex demux3(n = 5) "Demultiplexer for zone heat gain signal" annotation( + Placement(transformation(extent = {{80, 280}, {100, 300}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput QFlo[5] "Heat flow rate into the zone" annotation( + Placement(transformation(extent = {{-380, 270}, {-340, 310}}), iconTransformation(extent = {{-140, 200}, {-100, 240}}))); + Buildings.Controls.OBC.CDL.Logical.Pre pre1 "Logical pre block" annotation( + Placement(visible = true, transformation(origin = {-14, 8}, extent = {{-320, 60}, {-300, 80}}, rotation = 0))); + Fluid.FixedResistances.Junction jun18(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {320, -80}))); + Fluid.FixedResistances.Junction jun22(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {480, 70}))); + Fluid.FixedResistances.Junction jun23(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {480, 20}))); + Buildings.Fluid.FixedResistances.Junction jun24(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation( + Placement(visible = true, transformation(origin = {480, -50}, extent = {{-10, -10}, {10, 10}}, rotation = -90))); + Fluid.FixedResistances.Junction jun25(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {480, -90}))); + Controls.OBC.CDL.Continuous.MultiplyByParameter gaiM_flow(final k = mAirTot_flow_nominal*1000*15/4200/10) "Calculate hot water mass flowrate based on reheat signal" annotation( + Placement(transformation(extent = {{140, -290}, {160, -270}}))); + Fluid.Sources.MassFlowSource_T souTer(redeclare package Medium = MediumW, nPorts = 1, use_m_flow_in = true, T = 323.15) "Hot water source for terminal boxes " annotation( + Placement(transformation(extent = {{180, -290}, {200, -270}}))); + Controls.OBC.CDL.Continuous.MultiMax mulMax(nin = 5) "Find maximum reheat signal for generating hot water" annotation( + Placement(transformation(extent = {{100, -290}, {120, -270}}))); + Fluid.Sources.Boundary_pT sinTer(redeclare package Medium = MediumW, p(displayUnit = "Pa") = 3E5, nPorts = 1) "Hot water sink for terminal boxes" annotation( + Placement(transformation(extent = {{450, -260}, {470, -240}}))); + Fluid.FixedResistances.Junction jun19(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {320, -30}))); + Fluid.FixedResistances.Junction jun20(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {320, 20}))); + Fluid.FixedResistances.Junction jun21(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {320, 70}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput OutdoorAirTemp "Outdoor Air Dry Bulb Temperature" annotation( + Placement(visible = true, transformation(origin = {0, -64}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin = {0, 4}, extent = {{100, -240}, {140, -200}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel(delayTime = 10) annotation( + Placement(visible = true, transformation(origin = {-288, 84}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput exhFanSta "Exhaust Fan Proven on" annotation( + Placement(visible = true, transformation(origin = {0, 0}, extent = {{580, -70}, {620, -30}}, rotation = 0), iconTransformation(origin = {0, 18}, extent = {{100, -80}, {140, -40}}, rotation = 0))); + Fluid.Sensors.TemperatureTwoPort senTem1(redeclare package Medium = MediumA, m_flow_nominal = mAirTot_flow_nominal) annotation( + Placement(visible = true, transformation(origin = {-158, 160}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Fluid.Sensors.RelativePressure relativePressure(redeclare package Medium = MediumA) annotation( + Placement(visible = true, transformation(origin = {-130, 54}, extent = {{-10, -10}, {10, 10}}, rotation = 90))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput bldgSP "Building Static Pressure SetPoint" annotation( + Placement(visible = true, transformation(origin = {0, -136}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin = {-480, -60}, extent = {{580, -200}, {620, -160}}, rotation = 0))); + Buildings.Fluid.MixingVolumes.MixingVolume vol(redeclare package Medium = MediumA, V = 1.2*100, energyDynamics = Modelica.Fluid.Types.Dynamics.FixedInitial, m_flow_nominal = mAirTot_flow_nominal, nPorts = 2) annotation( + Placement(visible = true, transformation(origin = {-216, 52}, extent = {{6, -16}, {26, 4}}, rotation = 0))); + Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow preHea annotation( + Placement(visible = true, transformation(origin = {-150, 44}, extent = {{-100, -10}, {-80, 10}}, rotation = 0))); + Buildings.Fluid.Sensors.MassFlowRate senMasFlo(redeclare package Medium = MediumA) annotation( + Placement(visible = true, transformation(origin = {-236, -8}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput deltaT annotation( + Placement(visible = true, transformation(origin = {-360, -16}, extent = {{-20, -20}, {20, 20}}, rotation = 0), iconTransformation(origin = {-120, 120}, extent = {{-20, -20}, {20, 20}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Continuous.Multiply mul annotation( + Placement(visible = true, transformation(origin = {-264, 24}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Controls.OBC.CDL.Continuous.MultiplyByParameter gai2(k = 1006) annotation( + Placement(visible = true, transformation(origin = {-312, -2}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput rAT annotation( + Placement(visible = true, transformation(origin = {0, -94}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin = {0, 4}, extent = {{100, -240}, {140, -200}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput erwsuphum "ERW supply relative humidity sensor" annotation( + Placement(visible = true, transformation(origin = {0, -14}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin = {0, 50}, extent = {{100, -240}, {140, -200}}, rotation = 0))); + Buildings.Fluid.Sensors.RelativeHumidityTwoPort senRelHum1(redeclare package Medium = MediumA) annotation( + Placement(visible = true, transformation(origin = {-186, 8}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation - - connect(jun.port_1,pum. port_b) annotation (Line(points={{100,-50},{100,-120}}, - color={0,127,255})); - - connect(jun.port_3, val.port_a) - annotation (Line(points={{110,-40},{120,-40}}, color={0,127,255})); - - connect(weaDat.weaBus, weaBus) annotation (Line( - points={{-290,-10},{-270,-10}}, - color={255,204,51}, - thickness=0.5), Text( - string="%second", - index=1, - extent={{6,3},{6,3}}, - horizontalAlignment=TextAlignment.Left)); - - connect(weaBus, amb.weaBus) annotation (Line( - points={{-270,-10},{-260,-10},{-260,-8.78},{-250,-8.78}}, - color={255,204,51}, - thickness=0.5), Text( - string="%first", - index=-1, - extent={{-6,3},{-6,3}}, - horizontalAlignment=TextAlignment.Right)); - - connect(cooCoi.port_b1,sinCoo. ports[1]) annotation (Line( - points={{-130,-12},{-140,-12},{-140,-60}}, - color={28,108,200}, - thickness=0.5)); - - connect(cooCoi.port_a1,souCoo. ports[1]) annotation (Line( - points={{-110,-12},{-100,-12},{-100,-60}}, - color={28,108,200}, - thickness=0.5)); - - connect(heaCoi.port_b2,cooCoi. port_a2) annotation (Line( - points={{-180,0},{-130,0}}, - color={0,127,255}, - thickness=0.5)); - - connect(souHea.ports[1],heaCoi. port_a1) annotation (Line( - points={{-170,-60},{-170,-12},{-180,-12}}, - color={28,108,200}, - thickness=0.5)); - - connect(heaCoi.port_b1,sinHea. ports[1]) annotation (Line( - points={{-200,-12},{-210,-12},{-210,-60}}, - color={28,108,200}, - thickness=0.5)); - - connect(amb.ports[1], heaCoi.port_a2) annotation (Line(points={{-228,-6.06667}, - {-206,-6.06667},{-206,0},{-200,0}}, - color={0,127,255})); - - connect(souCoo1.ports[1], pum.port_a) - annotation (Line(points={{100,-164},{100,-140}}, color={0,127,255})); - - connect(jun3.port_2, sinCoo1.ports[1]) - annotation (Line(points={{250,-50},{250,-166},{248,-166}}, - color={0,127,255})); - - connect(fan.port_b, senTem.port_a) - annotation (Line(points={{-60,0},{-40,0}}, color={0,127,255})); - - connect(cooCoi.port_b2, fan.port_a) - annotation (Line(points={{-110,0},{-80,0}}, color={0,127,255})); - - connect(senRelPre.port_a, pum.port_b) annotation (Line(points={{150,-70},{100, - -70},{100,-120}}, color={0,127,255})); - - connect(senRelPre.port_b, sinCoo1.ports[2]) annotation (Line(points={{170,-70}, - {252,-70},{252,-166}}, color={0,127,255})); - - connect(fan.port_b, senRelPre1.port_a) - annotation (Line(points={{-60,0},{-50,0},{-50,20}}, color={0,127,255})); - - connect(senRelPre1.port_b, amb.ports[2]) annotation (Line(points={{-50,40},{ - -50,60},{-212,60},{-212,-2},{-216,-2},{-216,-9},{-228,-9}}, - color={0,127,255})); - - connect(pum.y_actual, hys.u) annotation (Line(points={{93,-119},{93,-110},{138, - -110}}, color={0,0,127})); - - connect(uPumSta, booToRea.u) - annotation (Line(points={{-360,-110},{-322,-110}}, color={255,0,255})); - - connect(booToRea.y, pro.u1) annotation (Line(points={{-298,-110},{-290,-110},{ - -290,-124},{-282,-124}}, color={0,0,127})); - - connect(uPumSpe, pro.u2) annotation (Line(points={{-360,-140},{-290,-140},{-290, - -136},{-282,-136}}, color={0,0,127})); - - connect(pro.y, pum.y) - annotation (Line(points={{-258,-130},{88,-130}}, color={0,0,127})); - - connect(TChiWatSup, souCoo1.T_in) annotation (Line(points={{-360,-180},{80,-180}, - {80,-194},{96,-194},{96,-186}}, color={0,0,127})); - - connect(uCooCoi, gai1.u) - annotation (Line(points={{-360,-80},{-322,-80}}, color={0,0,127})); - - connect(gai1.y, souCoo.m_flow_in) annotation (Line(points={{-298,-80},{-270, - -80},{-270,-110},{-108,-110},{-108,-82}}, color={0,0,127})); - - connect(uHeaCoi, gai.u) - annotation (Line(points={{-360,-50},{-322,-50}}, color={0,0,127})); - - connect(gai.y, souHea.m_flow_in) annotation (Line(points={{-298,-50},{-260, - -50},{-260,-92},{-178,-92},{-178,-82}}, color={0,0,127})); - - connect(senTem.T, TDOASDis) annotation (Line(points={{-30,11},{-30,20},{-10,20}, - {-10,-152},{348,-152},{348,-150},{600,-150}}, - color={0,0,127})); - - connect(uFanSta, booToRea1.u) - annotation (Line(points={{-360,40},{-322,40}}, color={255,0,255})); - - connect(booToRea1.y, pro1.u1) annotation (Line(points={{-298,40},{-290,40},{ - -290,26},{-282,26}}, color={0,0,127})); - - connect(uFanSpe, pro1.u2) annotation (Line(points={{-360,10},{-300,10},{-300, - 14},{-282,14}}, color={0,0,127})); - - connect(pro1.y, fan.y) - annotation (Line(points={{-258,20},{-70,20},{-70,12}}, color={0,0,127})); - - connect(val.y_actual, mux1.u[1]) annotation (Line(points={{135,-33},{154,-33}, - {154,85.6},{160,85.6}}, color={0,0,127})); - - connect(demux.y[1], val.y) annotation (Line(points={{60,-14.4},{130,-14.4},{130, - -28}}, color={0,0,127})); - - connect(senRelHum.port_a, jun5.port_1) - annotation (Line(points={{-80,160},{-40,160}}, color={0,127,255})); - connect(senRelHum.port_b, amb.ports[3]) annotation (Line(points={{-100,160},{ - -220,160},{-220,-11.9333},{-228,-11.9333}}, color={0,127,255})); - connect(senRelHum.phi, relHumDOASRet) annotation (Line(points={{-90.1,149},{-90.1, - -184},{540,-184},{540,-180},{600,-180}}, color={0,0,127})); - connect(wes.port_a, sou.port_a) annotation (Line(points={{130,260},{130,270},{ - 170,270},{170,230},{190,230},{190,200}}, color={191,0,0})); - connect(wes.port_a, nor.port_a) annotation (Line(points={{130,260},{130,270},{ - 170,270},{170,330},{190,330},{190,320}}, color={191,0,0})); - connect(nor.port_a, eas.port_a) annotation (Line(points={{190,320},{190,330},{ - 250,330},{250,260}}, color={191,0,0})); - connect(eas.port_a, sou.port_a) annotation (Line(points={{250,260},{250,264},{ - 210,264},{210,230},{190,230},{190,200}}, color={191,0,0})); - connect(wes.port_a, cor.port_a) annotation (Line(points={{130,260},{130,270},{ - 190,270},{190,260}}, color={191,0,0})); - connect(eas.port_a, cor.port_a) annotation (Line(points={{250,260},{250,264},{ - 190,264},{190,260}}, color={191,0,0})); - - connect(sou.yRelHumZon, zonMeaBus.yRelHumSou) - annotation (Line(points={{202,198},{214,198},{214,272}}, color={0,0,127})); - connect(sou.TZon, zonMeaBus.TSou) - annotation (Line(points={{202,194},{214,194},{214,272}}, color={0,0,127})); - connect(sou.VDisAir_flow, zonMeaBus.VAirSou) - annotation (Line(points={{202,190},{214,190},{214,272}}, color={0,0,127})); - - connect(wes.yRelHumZon, zonMeaBus.yRelHumWes) - annotation (Line(points={{142,258},{172,258},{172,272},{214,272}}, - color={0,0,127})); - connect(wes.TZon, zonMeaBus.TWes) - annotation (Line(points={{142,254},{172,254},{172,272},{214,272}}, - color={0,0,127})); - connect(wes.VDisAir_flow, zonMeaBus.VAirWes) - annotation (Line(points={{142,250},{172,250},{172,272},{214,272}}, - color={0,0,127})); - - connect(nor.yRelHumZon, zonMeaBus.yRelHumNor) - annotation (Line(points={{202,318},{214,318},{214,272}}, color={0,0,127})); - connect(nor.TZon, zonMeaBus.TNor) - annotation (Line(points={{202,314},{214,314},{214,272}}, color={0,0,127})); - connect(nor.VDisAir_flow, zonMeaBus.VAirNor) - annotation (Line(points={{202,310},{214,310},{214,272}}, color={0,0,127})); - - connect(eas.yRelHumZon, zonMeaBus.yRelHumEas) - annotation (Line(points={{262,258},{268,258},{268,272},{214,272}}, - color={0,0,127})); - connect(eas.TZon, zonMeaBus.TEas) - annotation (Line(points={{262,254},{268,254},{268,272},{214,272}}, - color={0,0,127})); - connect(eas.VDisAir_flow, zonMeaBus.VAirEas) - annotation (Line(points={{262,250},{268,250},{268,272},{214,272}}, - color={0,0,127})); - - connect(cor.yRelHumZon, zonMeaBus.yRelHumCor) - annotation (Line(points={{202,258},{214,258},{214,272}}, color={0,0,127})); - connect(cor.TZon, zonMeaBus.TCor) - annotation (Line(points={{202,254},{214,254},{214,272}}, color={0,0,127})); - connect(cor.VDisAir_flow, zonMeaBus.VAirCor) - annotation (Line(points={{202,250},{214,250},{214,272}}, color={0,0,127})); - - connect(multiplex5_1.y, TZon) - annotation (Line(points={{321,260},{600,260}}, color={0,0,127})); - - connect(multiplex5_1.u1[1], zonMeaBus.TSou) annotation (Line(points={{298,270}, - {280,270},{280,272},{214,272}}, color={0,0,127})); - connect(multiplex5_1.u2[1], zonMeaBus.TEas) annotation (Line(points={{298,265}, - {280,265},{280,272},{214,272}}, color={0,0,127})); - connect(multiplex5_1.u3[1], zonMeaBus.TNor) annotation (Line(points={{298,260}, - {280,260},{280,272},{214,272}}, color={0,0,127})); - connect(multiplex5_1.u4[1], zonMeaBus.TWes) annotation (Line(points={{298,255}, - {280,255},{280,272},{214,272}}, color={0,0,127})); - connect(multiplex5_1.u5[1], zonMeaBus.TCor) annotation (Line(points={{298,250}, - {280,250},{280,272},{214,272}}, color={0,0,127})); - - connect(multiplex5_3.y, VDisAir_flow) - annotation (Line(points={{321,220},{600,220}}, color={0,0,127})); - connect(multiplex5_2.y, yRelHumZon) - annotation (Line(points={{321,300},{600,300}}, color={0,0,127})); - - connect(multiplex5_2.u1[1], zonMeaBus.yRelHumSou) - annotation (Line(points={{298,310},{280,310},{280,272},{214,272}}, - color={0,0,127})); - connect(multiplex5_2.u2[1], zonMeaBus.yRelHumEas) - annotation (Line(points={{298,305},{280,305},{280,272},{214,272}}, - color={0,0,127})); - connect(multiplex5_2.u3[1], zonMeaBus.yRelHumNor) - annotation (Line(points={{298,300},{280,300},{280,272},{214,272}}, - color={0,0,127})); - connect(multiplex5_2.u4[1], zonMeaBus.yRelHumWes) - annotation (Line(points={{298,295},{280,295},{280,272},{214,272}}, - color={0,0,127})); - connect(multiplex5_2.u5[1], zonMeaBus.yRelHumCor) - annotation (Line(points={{298,290},{280,290},{280,272},{214,272}}, - color={0,0,127})); - - connect(multiplex5_3.u1[1], zonMeaBus.VAirSou) - annotation (Line(points={{298,230},{280,230},{280,272},{214,272}}, - color={0,0,127})); - connect(multiplex5_3.u2[1], zonMeaBus.VAirEas) - annotation (Line(points={{298,225},{280,225},{280,272},{214,272}}, - color={0,0,127})); - connect(multiplex5_3.u3[1], zonMeaBus.VAirNor) - annotation (Line(points={{298,220},{280,220},{280,272},{214,272}}, - color={0,0,127})); - connect(multiplex5_3.u4[1], zonMeaBus.VAirWes) - annotation (Line(points={{298,215},{280,215},{280,272},{214,272}}, - color={0,0,127})); - connect(multiplex5_3.u5[1], zonMeaBus.VAirCor) - annotation (Line(points={{298,210},{280,210},{280,272},{214,272}}, - color={0,0,127})); - - connect(jun5.port_2, jun6.port_1) - annotation (Line(points={{-20,160},{-10,160}}, color={0,127,255})); - connect(jun6.port_2, jun7.port_1) - annotation (Line(points={{10,160},{20,160}}, color={0,127,255})); - connect(jun7.port_2, jun8.port_1) - annotation (Line(points={{40,160},{50,160}}, color={0,127,255})); - connect(sou.portAir_b, jun8.port_3) annotation (Line(points={{180,186},{160,186}, - {160,150},{60,150}}, color={0,127,255})); - connect(eas.portAir_b, jun8.port_2) annotation (Line(points={{240,246},{230,246}, - {230,210},{140,210},{140,160},{70,160}}, color={0,127,255})); - connect(nor.portAir_b, jun7.port_3) annotation (Line(points={{180,306},{160,306}, - {160,210},{140,210},{140,170},{46,170},{46,150},{30,150}}, color={0,127, - 255})); - connect(wes.portAir_b, jun6.port_3) annotation (Line(points={{120,246},{112,246}, - {112,170},{14,170},{14,150},{0,150}}, color={0,127,255})); - connect(cor.portAir_b, jun5.port_3) annotation (Line(points={{180,246},{160,246}, - {160,210},{140,210},{140,170},{-14,170},{-14,150},{-30,150}}, color={0, - 127,255})); - connect(jun.port_2, jun1.port_1) - annotation (Line(points={{100,-30},{100,-10}}, color={0,127,255})); - connect(jun1.port_2, jun9.port_1) - annotation (Line(points={{100,10},{100,30}}, color={0,127,255})); - connect(jun9.port_2, jun10.port_1) - annotation (Line(points={{100,50},{100,70}}, color={0,127,255})); - connect(jun10.port_2, jun11.port_1) - annotation (Line(points={{100,90},{100,110}}, color={0,127,255})); - connect(jun1.port_3, val1.port_a) - annotation (Line(points={{110,0},{120,0}}, color={0,127,255})); - connect(jun9.port_3, val3.port_a) - annotation (Line(points={{110,40},{120,40}}, color={0,127,255})); - connect(jun10.port_3, val4.port_a) - annotation (Line(points={{110,80},{120,80}}, color={0,127,255})); - connect(jun11.port_3, val5.port_a) - annotation (Line(points={{110,120},{120,120}}, color={0,127,255})); - connect(jun11.port_2, val2.port_a) annotation (Line(points={{100,130},{100,140}, - {160,140}}, color={0,127,255})); - connect(val2.port_b, jun14.port_1) annotation (Line(points={{180,140},{250,140}, - {250,130}}, color={0,127,255})); - connect(jun14.port_2, jun13.port_1) - annotation (Line(points={{250,110},{250,90}}, color={0,127,255})); - connect(jun13.port_2, jun12.port_1) - annotation (Line(points={{250,70},{250,50}}, color={0,127,255})); - connect(jun12.port_2, jun2.port_1) - annotation (Line(points={{250,30},{250,10}}, color={0,127,255})); - connect(jun2.port_2, jun3.port_1) - annotation (Line(points={{250,-10},{250,-30}}, color={0,127,255})); - connect(val.port_b, sou.portChiWat_a) annotation (Line(points={{140,-40},{150, - -40},{150,170},{186,170},{186,180}}, color={0,127,255})); - connect(val1.port_b, eas.portChiWat_a) annotation (Line(points={{140,0},{150,0}, - {150,170},{246,170},{246,240}}, color={0,127,255})); - connect(val3.port_b, nor.portChiWat_a) annotation (Line(points={{140,40},{150, - 40},{150,170},{224,170},{224,290},{186,290},{186,300}}, color={0,127,255})); - connect(val4.port_b, wes.portChiWat_a) annotation (Line(points={{140,80},{150, - 80},{150,180},{126,180},{126,240}}, color={0,127,255})); - connect(val5.port_b, cor.portChiWat_a) annotation (Line(points={{140,120},{150, - 120},{150,220},{186,220},{186,240}}, color={0,127,255})); - connect(cor.portChiWat_b, jun14.port_3) annotation (Line(points={{194,240},{194, - 220},{228,220},{228,120},{240,120}}, color={0,127,255})); - connect(wes.portChiWat_b, jun13.port_3) annotation (Line(points={{134,240},{134, - 164},{228,164},{228,80},{240,80}}, color={0,127,255})); - connect(nor.portChiWat_b, jun12.port_3) annotation (Line(points={{194,300},{194, - 294},{228,294},{228,40},{240,40}}, color={0,127,255})); - connect(eas.portChiWat_b, jun2.port_3) annotation (Line(points={{254,240},{254, - 216},{228,216},{228,0},{240,0}}, color={0,127,255})); - connect(sou.portChiWat_b, jun3.port_3) annotation (Line(points={{194,180},{194, - 164},{228,164},{228,-40},{240,-40}}, color={0,127,255})); - connect(uChiWatVal, demux.u) annotation (Line(points={{-360,180},{-240,180},{-240, - 140},{0,140},{0,-20},{38,-20}}, color={0,0,127})); - connect(demux.y[2], val1.y) annotation (Line(points={{60,-17.2},{80,-17.2},{80, - 18},{130,18},{130,12}}, color={0,0,127})); - connect(demux.y[3], val3.y) annotation (Line(points={{60,-20},{80,-20},{80,60}, - {130,60},{130,52}}, color={0,0,127})); - connect(demux.y[4], val4.y) annotation (Line(points={{60,-22.8},{80,-22.8},{80, - 100},{130,100},{130,92}}, color={0,0,127})); - connect(demux.y[5], val5.y) annotation (Line(points={{60,-25.6},{80,-25.6},{80, - 138},{130,138},{130,132}}, color={0,0,127})); - connect(uBypValPos, val2.y) annotation (Line(points={{-360,220},{100,220},{100, - 158},{170,158},{170,152}}, color={0,0,127})); - connect(val1.y_actual, mux1.u[2]) annotation (Line(points={{135,7},{154,7},{154, - 82.8},{160,82.8}}, color={0,0,127})); - connect(val3.y_actual, mux1.u[3]) annotation (Line(points={{135,47},{154,47},{ - 154,80},{160,80}}, color={0,0,127})); - connect(val4.y_actual, mux1.u[4]) annotation (Line(points={{135,87},{154,87},{ - 154,77.2},{160,77.2}}, color={0,0,127})); - connect(val5.y_actual, mux1.u[5]) annotation (Line(points={{135,127},{154,127}, - {154,74.4},{160,74.4}}, color={0,0,127})); - connect(mux1.y, yChiWatVal) annotation (Line(points={{181,80},{200,80},{200,-200}, - {520,-200},{520,80},{600,80}}, color={0,0,127})); - connect(jun4.port_3, souCAVTer.port_aAir) - annotation (Line(points={{360,-130},{410,-130}}, color={0,127,255})); - connect(jun15.port_3, easCAVTer.port_aAir) - annotation (Line(points={{360,-70},{410,-70}}, color={0,127,255})); - connect(jun16.port_3, norCAVTer.port_aAir) - annotation (Line(points={{360,-10},{410,-10}}, color={0,127,255})); - connect(jun17.port_3, wesCAVTer.port_aAir) - annotation (Line(points={{360,50},{410,50}}, color={0,127,255})); - connect(senTem.port_b, jun4.port_1) annotation (Line(points={{-20,0},{10,0},{10, - -214},{350,-214},{350,-140}}, color={0,127,255})); - connect(jun4.port_2, jun15.port_1) - annotation (Line(points={{350,-120},{350,-80}}, color={0,127,255})); - connect(jun15.port_2, jun16.port_1) - annotation (Line(points={{350,-60},{350,-20}}, color={0,127,255})); - connect(jun16.port_2, jun17.port_1) - annotation (Line(points={{350,0},{350,40}}, color={0,127,255})); - connect(jun17.port_2, corCAVTer.port_aAir) annotation (Line(points={{350,60},{ - 350,110},{410,110}}, - color={0,127,255})); - connect(demux1.y[1], souCAVTer.yVAV) annotation (Line(points={{320,-244.4},{374, - -244.4},{374,-94},{386,-94}}, color={0,0,127})); - connect(demux1.y[2], easCAVTer.yVAV) annotation (Line(points={{320,-247.2},{374, - -247.2},{374,-34},{386,-34}}, - color={0,0,127})); - connect(demux1.y[3], norCAVTer.yVAV) annotation (Line(points={{320,-250},{374, - -250},{374,26},{386,26}}, - color={0,0,127})); - connect(demux1.y[4], wesCAVTer.yVAV) annotation (Line(points={{320,-252.8},{374, - -252.8},{374,86},{386,86}}, - color={0,0,127})); - connect(demux1.y[5], corCAVTer.yVAV) annotation (Line(points={{320,-255.6},{374, - -255.6},{374,146},{386,146}}, - color={0,0,127})); - connect(demux2.y[1], souCAVTer.yHea) annotation (Line(points={{320,-284.4},{368, - -284.4},{368,-104},{386,-104}},color={0,0,127})); - connect(demux2.y[2], easCAVTer.yHea) annotation (Line(points={{320,-287.2},{368, - -287.2},{368,-44},{386,-44}},color={0,0,127})); - connect(demux2.y[3], norCAVTer.yHea) annotation (Line(points={{320,-290},{368, - -290},{368,16},{386,16}}, - color={0,0,127})); - connect(demux2.y[4], wesCAVTer.yHea) annotation (Line(points={{320,-292.8},{368, - -292.8},{368,76},{386,76}},color={0,0,127})); - connect(demux2.y[5], corCAVTer.yHea) annotation (Line(points={{320,-295.6},{368, - -295.6},{368,136},{386,136}},color={0,0,127})); - connect(souCAVTer.y_actual, mux3.u[1]) annotation (Line(points={{432,-110},{450, - -110},{450,-4.4},{490,-4.4}},color={0,0,127})); - connect(easCAVTer.y_actual, mux3.u[2]) annotation (Line(points={{432,-50},{450, - -50},{450,-7.2},{490,-7.2}}, color={0,0,127})); - connect(norCAVTer.y_actual, mux3.u[3]) annotation (Line(points={{432,10},{450, - 10},{450,-10},{490,-10}}, color={0,0,127})); - connect(wesCAVTer.y_actual, mux3.u[4]) annotation (Line(points={{432,70},{450, - 70},{450,-12.8},{490,-12.8}}, color={0,0,127})); - connect(corCAVTer.y_actual, mux3.u[5]) annotation (Line(points={{432,130},{450, - 130},{450,-15.6},{490,-15.6}}, color={0,0,127})); - connect(mux3.y, yDamPos) annotation (Line(points={{511,-10},{560,-10},{560,10}, - {600,10}}, color={0,0,127})); - connect(uCAVDam, demux1.u) annotation (Line(points={{-360,140},{-250,140},{-250, - 120},{16,120},{16,-90},{280,-90},{280,-250},{298,-250}}, - color={0,0,127})); - connect(uCAVReh, demux2.u) annotation (Line(points={{-360,100},{-4,100},{-4,-148}, - {290,-148},{290,-290},{298,-290}}, - color={0,0,127})); - connect(souCAVTer.port_bAir, sou.portAir_a) annotation (Line(points={{410,-90}, - {440,-90},{440,180},{220,180},{220,186},{200,186}}, - color={0,127,255})); - connect(easCAVTer.port_bAir, eas.portAir_a) annotation (Line(points={{410,-30}, - {440,-30},{440,180},{268,180},{268,246},{260,246}}, - color={0,127,255})); - connect(norCAVTer.port_bAir, nor.portAir_a) annotation (Line(points={{410,30}, - {440,30},{440,180},{220,180},{220,306},{200,306}}, - color={0,127,255})); - connect(wesCAVTer.port_bAir, wes.portAir_a) annotation (Line(points={{410,90}, - {440,90},{440,180},{220,180},{220,224},{146,224},{146,246},{140,246}}, - color={0,127,255})); - connect(corCAVTer.port_bAir, cor.portAir_a) annotation (Line(points={{410,150}, - {440,150},{440,180},{220,180},{220,224},{206,224},{206,246},{200,246}}, - color={0,127,255})); - connect(val2.y_actual, yBypValPos) annotation (Line(points={{175,147},{360,147}, - {360,170},{520,170},{520,120},{600,120}}, color={0,0,127})); - connect(senRelPre1.p_rel, dPDOASAir) annotation (Line(points={{-41,30},{4,30}, - {4,-158},{540,-158},{540,-20},{600,-20}}, color={0,0,127})); - connect(hys.y, yPumSta) annotation (Line(points={{162,-110},{196,-110},{196,-204}, - {546,-204},{546,-120},{600,-120}}, color={255,0,255})); - connect(senRelPre.p_rel, dPChiWat) annotation (Line(points={{160,-79},{160,-84}, - {186,-84},{186,-212},{560,-212},{560,-90},{600,-90}}, color={0,0,127})); - connect(QFlo, demux3.u) - annotation (Line(points={{-360,290},{78,290}}, color={0,0,127})); - connect(demux3.y[1], sou.QFlo) annotation (Line(points={{100,295.6},{106,295.6}, - {106,194},{178,194}}, color={0,0,127})); - connect(demux3.y[2], eas.QFlo) annotation (Line(points={{100,292.8},{180,292.8}, - {180,280},{234,280},{234,254},{238,254}}, color={0,0,127})); - connect(demux3.y[3], nor.QFlo) annotation (Line(points={{100,290},{106,290},{106, - 314},{178,314}}, color={0,0,127})); - connect(demux3.y[4], wes.QFlo) annotation (Line(points={{100,287.2},{106,287.2}, - {106,254},{118,254}}, color={0,0,127})); - connect(demux3.y[5], cor.QFlo) annotation (Line(points={{100,284.4},{106,284.4}, - {106,234},{176,234},{176,254},{178,254}}, color={0,0,127})); - connect(val.y_actual, sou.uVal) annotation (Line(points={{135,-33},{154,-33},{ - 154,190},{178,190}}, color={0,0,127})); - connect(val1.y_actual, eas.uVal) annotation (Line(points={{135,7},{154,7},{154, - 204},{234,204},{234,250},{238,250}}, color={0,0,127})); - connect(val3.y_actual, nor.uVal) annotation (Line(points={{135,47},{154,47},{154, - 310},{178,310}}, color={0,0,127})); - connect(val4.y_actual, wes.uVal) annotation (Line(points={{135,87},{154,87},{154, - 220},{110,220},{110,250},{118,250}}, color={0,0,127})); - connect(val5.y_actual, cor.uVal) annotation (Line(points={{135,127},{154,127}, - {154,248},{174,248},{174,250},{178,250}}, color={0,0,127})); - connect(uFanSta, pre1.u) annotation (Line(points={{-360,40},{-328,40},{-328,70}, - {-322,70}}, color={255,0,255})); - connect(pre1.y, yFanSta) annotation (Line(points={{-298,70},{-36,70},{-36,-174}, - {50,-174},{50,-208},{554,-208},{554,-50},{600,-50}}, color={255,0,255})); - connect(souTer.m_flow_in,gaiM_flow. y) - annotation (Line(points={{178,-272},{170,-272},{170,-280},{162,-280}}, - color={0,0,127})); - connect(mulMax.y, gaiM_flow.u) - annotation (Line(points={{122,-280},{138,-280}}, color={0,0,127})); - connect(uCAVReh, mulMax.u[1:5]) annotation (Line(points={{-360,100},{-4,100},{ - -4,-281.6},{98,-281.6}}, color={0,0,127})); - connect(souTer.ports[1], jun18.port_1) annotation (Line(points={{200,-280},{260, - -280},{260,-230},{320,-230},{320,-90}}, color={0,127,255})); - connect(jun18.port_3, souCAVTer.port_aHotWat) annotation (Line(points={{330,-80}, - {340,-80},{340,-110},{390,-110}}, color={0,127,255})); - connect(corCAVTer.port_bHotWat, jun22.port_1) annotation (Line(points={{390,118}, - {380,118},{380,100},{480,100},{480,80}}, color={0,127,255})); - connect(wesCAVTer.port_bHotWat, jun22.port_3) annotation (Line(points={{390,58}, - {380,58},{380,42},{460,42},{460,70},{470,70}}, color={0,127,255})); - connect(jun22.port_2, jun23.port_1) - annotation (Line(points={{480,60},{480,30}}, color={0,127,255})); - connect(jun23.port_2, jun24.port_1) - annotation (Line(points={{480,10},{480,-40}}, color={0,127,255})); - connect(jun24.port_2, jun25.port_1) - annotation (Line(points={{480,-60},{480,-80}}, color={0,127,255})); - connect(jun25.port_2, sinTer.ports[1]) annotation (Line(points={{480,-100},{ - 480,-250},{470,-250},{470,-250}}, color={0,127,255})); - connect(norCAVTer.port_bHotWat, jun23.port_3) annotation (Line(points={{390, - -2},{380,-2},{380,-20},{460,-20},{460,20},{470,20}}, color={0,127,255})); - connect(easCAVTer.port_bHotWat, jun24.port_3) annotation (Line(points={{390, - -62},{380,-62},{380,-76},{460,-76},{460,-50},{470,-50}}, color={0,127, - 255})); - connect(souCAVTer.port_bHotWat, jun25.port_3) annotation (Line(points={{390, - -122},{380,-122},{380,-140},{460,-140},{460,-90},{470,-90}}, color={0, - 127,255})); - connect(jun18.port_2, jun19.port_1) - annotation (Line(points={{320,-70},{320,-40}}, color={0,127,255})); - connect(jun19.port_3, easCAVTer.port_aHotWat) annotation (Line(points={{330,-30}, - {360,-30},{360,-50},{390,-50}}, color={0,127,255})); - connect(jun19.port_2, jun20.port_1) - annotation (Line(points={{320,-20},{320,10}}, color={0,127,255})); - connect(jun20.port_3, norCAVTer.port_aHotWat) annotation (Line(points={{330,20}, - {360,20},{360,10},{390,10}}, color={0,127,255})); - connect(jun21.port_3, wesCAVTer.port_aHotWat) - annotation (Line(points={{330,70},{390,70}}, color={0,127,255})); - connect(jun20.port_2, jun21.port_1) - annotation (Line(points={{320,30},{320,60}}, color={0,127,255})); - connect(jun21.port_2, corCAVTer.port_aHotWat) annotation (Line(points={{320,80}, - {320,130},{390,130}}, color={0,127,255})); - annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-240}, - {100,240}}), graphics={ Text( - extent={{-140,280},{140,240}}, - textString="%name", - lineColor={0,0,255}), Rectangle( - extent={{-100,-240},{100,240}}, - lineColor={0,0,127}, - fillColor={255,255,255}, - fillPattern=FillPattern.Solid)}), Diagram( - coordinateSystem(preserveAspectRatio=false, extent={{-340,-320},{580,340}}))); + connect(jun.port_1, pum.port_b) annotation( + Line(points = {{100, -50}, {100, -120}}, color = {0, 127, 255})); + connect(jun.port_3, val.port_a) annotation( + Line(points = {{110, -40}, {120, -40}}, color = {0, 127, 255})); + connect(weaDat.weaBus, weaBus) annotation( + Line(points = {{-304, -24}, {-304, -16}, {-286, -16}}, color = {255, 204, 51}, thickness = 0.5)); + connect(weaBus, amb.weaBus) annotation( + Line(points = {{-286, -16}, {-260, -16}, {-260, -29}, {-288, -29}}, color = {255, 204, 51}, thickness = 0.5)); + connect(cooCoi.port_b1, sinCoo.ports[1]) annotation( + Line(points = {{-130, -12}, {-140, -12}, {-140, -60}}, color = {28, 108, 200}, thickness = 0.5)); + connect(heaCoi.port_b2, cooCoi.port_a2) annotation( + Line(points = {{-154, -10}, {-143, -10}, {-143, 0}, {-130, 0}}, color = {0, 127, 255}, thickness = 0.5)); + connect(souHea.ports[1], heaCoi.port_a1) annotation( + Line(points = {{-170, -60}, {-170, -36}, {-154, -36}, {-154, -22}}, color = {28, 108, 200}, thickness = 0.5)); + connect(heaCoi.port_b1, sinHea.ports[1]) annotation( + Line(points = {{-174, -22}, {-212, -22}, {-212, -64}}, color = {28, 108, 200}, thickness = 0.5)); + connect(souCoo1.ports[1], pum.port_a) annotation( + Line(points = {{100, -164}, {100, -140}}, color = {0, 127, 255})); + connect(jun3.port_2, sinCoo1.ports[1]) annotation( + Line(points = {{250, -50}, {250, -166}, {248, -166}}, color = {0, 127, 255})); + connect(fan.port_b, senTem.port_a) annotation( + Line(points = {{-60, 0}, {-40, 0}}, color = {0, 127, 255})); + connect(cooCoi.port_b2, fan.port_a) annotation( + Line(points = {{-110, 0}, {-80, 0}}, color = {0, 127, 255})); + connect(senRelPre.port_a, pum.port_b) annotation( + Line(points = {{150, -70}, {100, -70}, {100, -120}}, color = {0, 127, 255})); + connect(senRelPre.port_b, sinCoo1.ports[2]) annotation( + Line(points = {{170, -70}, {252, -70}, {252, -166}}, color = {0, 127, 255})); + connect(fan.port_b, senRelPre1.port_a) annotation( + Line(points = {{-60, 0}, {-50, 0}, {-50, 20}}, color = {0, 127, 255})); + connect(senRelPre1.port_b, amb.ports[1]) annotation( + Line(points = {{-50, 40}, {-50, 60}, {-212, 60}, {-212, -2}, {-216, -2}, {-216, -29}, {-266, -29}}, color = {0, 127, 255})); + connect(pum.y_actual, hys.u) annotation( + Line(points = {{93, -119}, {93, -110}, {138, -110}}, color = {0, 0, 127})); + connect(uPumSta, booToRea.u) annotation( + Line(points = {{-360, -110}, {-322, -110}}, color = {255, 0, 255})); + connect(booToRea.y, pro.u1) annotation( + Line(points = {{-298, -110}, {-290, -110}, {-290, -124}, {-282, -124}}, color = {0, 0, 127})); + connect(uPumSpe, pro.u2) annotation( + Line(points = {{-360, -140}, {-290, -140}, {-290, -136}, {-282, -136}}, color = {0, 0, 127})); + connect(pro.y, pum.y) annotation( + Line(points = {{-258, -130}, {88, -130}}, color = {0, 0, 127})); + connect(TChiWatSup, souCoo1.T_in) annotation( + Line(points = {{-360, -180}, {80, -180}, {80, -194}, {96, -194}, {96, -186}}, color = {0, 0, 127})); + connect(uCooCoi, gai1.u) annotation( + Line(points = {{-360, -80}, {-322, -80}}, color = {0, 0, 127})); + connect(gai1.y, souCoo.m_flow_in) annotation( + Line(points = {{-298, -80}, {-270, -80}, {-270, -110}, {-108, -110}, {-108, -82}}, color = {0, 0, 127})); + connect(uHeaCoi, gai.u) annotation( + Line(points = {{-360, -50}, {-322, -50}}, color = {0, 0, 127})); + connect(gai.y, souHea.m_flow_in) annotation( + Line(points = {{-298, -50}, {-260, -50}, {-260, -92}, {-178, -92}, {-178, -82}}, color = {0, 0, 127})); + connect(senTem.T, TDOASDis) annotation( + Line(points = {{-30, 11}, {-30, 20}, {-10, 20}, {-10, -152}, {348, -152}, {348, -122}, {600, -122}}, color = {0, 0, 127})); + connect(uFanSta, booToRea1.u) annotation( + Line(points = {{-360, 40}, {-341, 40}, {-341, 38}, {-330, 38}}, color = {255, 0, 255})); + connect(booToRea1.y, pro1.u1) annotation( + Line(points = {{-306, 38}, {-306, 34}}, color = {0, 0, 127})); + connect(uFanSpe, pro1.u2) annotation( + Line(points = {{-360, 10}, {-300, 10}, {-300, 22}, {-306, 22}}, color = {0, 0, 127})); + connect(pro1.y, fan.y) annotation( + Line(points = {{-282, 28}, {-72, 28}, {-72, 12}, {-70, 12}}, color = {0, 0, 127})); + connect(val.y_actual, mux1.u[1]) annotation( + Line(points = {{135, -33}, {154, -33}, {154, 85.6}, {160, 85.6}}, color = {0, 0, 127})); + connect(demux.y[1], val.y) annotation( + Line(points = {{60, -14.4}, {130, -14.4}, {130, -28}}, color = {0, 0, 127})); + connect(senRelHum.port_a, jun5.port_1) annotation( + Line(points = {{-80, 160}, {-40, 160}}, color = {0, 127, 255})); + connect(senRelHum.phi, relHumDOASRet) annotation( + Line(points = {{-90.1, 149}, {-90.1, -152}, {602, -152}}, color = {0, 0, 127})); + connect(wes.port_a, sou.port_a) annotation( + Line(points = {{130, 260}, {130, 270}, {170, 270}, {170, 230}, {190, 230}, {190, 200}}, color = {191, 0, 0})); + connect(wes.port_a, nor.port_a) annotation( + Line(points = {{130, 260}, {130, 270}, {170, 270}, {170, 330}, {190, 330}, {190, 320}}, color = {191, 0, 0})); + connect(nor.port_a, eas.port_a) annotation( + Line(points = {{190, 320}, {190, 330}, {250, 330}, {250, 260}}, color = {191, 0, 0})); + connect(eas.port_a, sou.port_a) annotation( + Line(points = {{250, 260}, {250, 264}, {210, 264}, {210, 230}, {190, 230}, {190, 200}}, color = {191, 0, 0})); + connect(wes.port_a, cor.port_a) annotation( + Line(points = {{130, 260}, {130, 270}, {190, 270}, {190, 260}}, color = {191, 0, 0})); + connect(eas.port_a, cor.port_a) annotation( + Line(points = {{250, 260}, {250, 264}, {190, 264}, {190, 260}}, color = {191, 0, 0})); + connect(sou.yRelHumZon, zonMeaBus.yRelHumSou) annotation( + Line(points = {{202, 198}, {214, 198}, {214, 272}}, color = {0, 0, 127})); + connect(sou.TZon, zonMeaBus.TSou) annotation( + Line(points = {{202, 194}, {214, 194}, {214, 272}}, color = {0, 0, 127})); + connect(sou.VDisAir_flow, zonMeaBus.VAirSou) annotation( + Line(points = {{202, 190}, {214, 190}, {214, 272}}, color = {0, 0, 127})); + connect(wes.yRelHumZon, zonMeaBus.yRelHumWes) annotation( + Line(points = {{142, 258}, {172, 258}, {172, 272}, {214, 272}}, color = {0, 0, 127})); + connect(wes.TZon, zonMeaBus.TWes) annotation( + Line(points = {{142, 254}, {172, 254}, {172, 272}, {214, 272}}, color = {0, 0, 127})); + connect(wes.VDisAir_flow, zonMeaBus.VAirWes) annotation( + Line(points = {{142, 250}, {172, 250}, {172, 272}, {214, 272}}, color = {0, 0, 127})); + connect(nor.yRelHumZon, zonMeaBus.yRelHumNor) annotation( + Line(points = {{202, 318}, {214, 318}, {214, 272}}, color = {0, 0, 127})); + connect(nor.TZon, zonMeaBus.TNor) annotation( + Line(points = {{202, 314}, {214, 314}, {214, 272}}, color = {0, 0, 127})); + connect(nor.VDisAir_flow, zonMeaBus.VAirNor) annotation( + Line(points = {{202, 310}, {214, 310}, {214, 272}}, color = {0, 0, 127})); + connect(eas.yRelHumZon, zonMeaBus.yRelHumEas) annotation( + Line(points = {{262, 258}, {268, 258}, {268, 272}, {214, 272}}, color = {0, 0, 127})); + connect(eas.TZon, zonMeaBus.TEas) annotation( + Line(points = {{262, 254}, {268, 254}, {268, 272}, {214, 272}}, color = {0, 0, 127})); + connect(eas.VDisAir_flow, zonMeaBus.VAirEas) annotation( + Line(points = {{262, 250}, {268, 250}, {268, 272}, {214, 272}}, color = {0, 0, 127})); + connect(cor.yRelHumZon, zonMeaBus.yRelHumCor) annotation( + Line(points = {{202, 258}, {214, 258}, {214, 272}}, color = {0, 0, 127})); + connect(cor.TZon, zonMeaBus.TCor) annotation( + Line(points = {{202, 254}, {214, 254}, {214, 272}}, color = {0, 0, 127})); + connect(cor.VDisAir_flow, zonMeaBus.VAirCor) annotation( + Line(points = {{202, 250}, {214, 250}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_1.y, TZon) annotation( + Line(points = {{321, 260}, {600, 260}}, color = {0, 0, 127})); + connect(multiplex5_1.u1[1], zonMeaBus.TSou) annotation( + Line(points = {{298, 270}, {280, 270}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_1.u2[1], zonMeaBus.TEas) annotation( + Line(points = {{298, 265}, {280, 265}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_1.u3[1], zonMeaBus.TNor) annotation( + Line(points = {{298, 260}, {280, 260}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_1.u4[1], zonMeaBus.TWes) annotation( + Line(points = {{298, 255}, {280, 255}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_1.u5[1], zonMeaBus.TCor) annotation( + Line(points = {{298, 250}, {280, 250}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_3.y, VDisAir_flow) annotation( + Line(points = {{321, 220}, {600, 220}}, color = {0, 0, 127})); + connect(multiplex5_2.y, yRelHumZon) annotation( + Line(points = {{321, 300}, {600, 300}}, color = {0, 0, 127})); + connect(multiplex5_2.u1[1], zonMeaBus.yRelHumSou) annotation( + Line(points = {{298, 310}, {280, 310}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_2.u2[1], zonMeaBus.yRelHumEas) annotation( + Line(points = {{298, 305}, {280, 305}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_2.u3[1], zonMeaBus.yRelHumNor) annotation( + Line(points = {{298, 300}, {280, 300}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_2.u4[1], zonMeaBus.yRelHumWes) annotation( + Line(points = {{298, 295}, {280, 295}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_2.u5[1], zonMeaBus.yRelHumCor) annotation( + Line(points = {{298, 290}, {280, 290}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_3.u1[1], zonMeaBus.VAirSou) annotation( + Line(points = {{298, 230}, {280, 230}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_3.u2[1], zonMeaBus.VAirEas) annotation( + Line(points = {{298, 225}, {280, 225}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_3.u3[1], zonMeaBus.VAirNor) annotation( + Line(points = {{298, 220}, {280, 220}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_3.u4[1], zonMeaBus.VAirWes) annotation( + Line(points = {{298, 215}, {280, 215}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(multiplex5_3.u5[1], zonMeaBus.VAirCor) annotation( + Line(points = {{298, 210}, {280, 210}, {280, 272}, {214, 272}}, color = {0, 0, 127})); + connect(jun5.port_2, jun6.port_1) annotation( + Line(points = {{-20, 160}, {-10, 160}}, color = {0, 127, 255})); + connect(jun6.port_2, jun7.port_1) annotation( + Line(points = {{10, 160}, {20, 160}}, color = {0, 127, 255})); + connect(jun7.port_2, jun8.port_1) annotation( + Line(points = {{40, 160}, {50, 160}}, color = {0, 127, 255})); + connect(sou.portAir_b, jun8.port_3) annotation( + Line(points = {{180, 186}, {160, 186}, {160, 150}, {60, 150}}, color = {0, 127, 255})); + connect(eas.portAir_b, jun8.port_2) annotation( + Line(points = {{240, 246}, {230, 246}, {230, 210}, {140, 210}, {140, 160}, {70, 160}}, color = {0, 127, 255})); + connect(nor.portAir_b, jun7.port_3) annotation( + Line(points = {{180, 306}, {160, 306}, {160, 210}, {140, 210}, {140, 170}, {46, 170}, {46, 150}, {30, 150}}, color = {0, 127, 255})); + connect(wes.portAir_b, jun6.port_3) annotation( + Line(points = {{120, 246}, {112, 246}, {112, 170}, {14, 170}, {14, 150}, {0, 150}}, color = {0, 127, 255})); + connect(cor.portAir_b, jun5.port_3) annotation( + Line(points = {{180, 246}, {160, 246}, {160, 210}, {140, 210}, {140, 170}, {-14, 170}, {-14, 150}, {-30, 150}}, color = {0, 127, 255})); + connect(jun.port_2, jun1.port_1) annotation( + Line(points = {{100, -30}, {100, -10}}, color = {0, 127, 255})); + connect(jun1.port_2, jun9.port_1) annotation( + Line(points = {{100, 10}, {100, 30}}, color = {0, 127, 255})); + connect(jun9.port_2, jun10.port_1) annotation( + Line(points = {{100, 50}, {100, 70}}, color = {0, 127, 255})); + connect(jun10.port_2, jun11.port_1) annotation( + Line(points = {{100, 90}, {100, 110}}, color = {0, 127, 255})); + connect(jun1.port_3, val1.port_a) annotation( + Line(points = {{110, 0}, {120, 0}}, color = {0, 127, 255})); + connect(jun9.port_3, val3.port_a) annotation( + Line(points = {{110, 40}, {120, 40}}, color = {0, 127, 255})); + connect(jun10.port_3, val4.port_a) annotation( + Line(points = {{110, 80}, {120, 80}}, color = {0, 127, 255})); + connect(jun11.port_3, val5.port_a) annotation( + Line(points = {{110, 120}, {120, 120}}, color = {0, 127, 255})); + connect(jun11.port_2, val2.port_a) annotation( + Line(points = {{100, 130}, {100, 140}, {160, 140}}, color = {0, 127, 255})); + connect(val2.port_b, jun14.port_1) annotation( + Line(points = {{180, 140}, {250, 140}, {250, 130}}, color = {0, 127, 255})); + connect(jun14.port_2, jun13.port_1) annotation( + Line(points = {{250, 110}, {250, 90}}, color = {0, 127, 255})); + connect(jun13.port_2, jun12.port_1) annotation( + Line(points = {{250, 70}, {250, 50}}, color = {0, 127, 255})); + connect(jun12.port_2, jun2.port_1) annotation( + Line(points = {{250, 30}, {250, 10}}, color = {0, 127, 255})); + connect(jun2.port_2, jun3.port_1) annotation( + Line(points = {{250, -10}, {250, -30}}, color = {0, 127, 255})); + connect(val.port_b, sou.portChiWat_a) annotation( + Line(points = {{140, -40}, {150, -40}, {150, 170}, {186, 170}, {186, 180}}, color = {0, 127, 255})); + connect(val1.port_b, eas.portChiWat_a) annotation( + Line(points = {{140, 0}, {150, 0}, {150, 170}, {246, 170}, {246, 240}}, color = {0, 127, 255})); + connect(val3.port_b, nor.portChiWat_a) annotation( + Line(points = {{140, 40}, {150, 40}, {150, 170}, {224, 170}, {224, 290}, {186, 290}, {186, 300}}, color = {0, 127, 255})); + connect(val4.port_b, wes.portChiWat_a) annotation( + Line(points = {{140, 80}, {150, 80}, {150, 180}, {126, 180}, {126, 240}}, color = {0, 127, 255})); + connect(val5.port_b, cor.portChiWat_a) annotation( + Line(points = {{140, 120}, {150, 120}, {150, 220}, {186, 220}, {186, 240}}, color = {0, 127, 255})); + connect(cor.portChiWat_b, jun14.port_3) annotation( + Line(points = {{194, 240}, {194, 220}, {228, 220}, {228, 120}, {240, 120}}, color = {0, 127, 255})); + connect(wes.portChiWat_b, jun13.port_3) annotation( + Line(points = {{134, 240}, {134, 164}, {228, 164}, {228, 80}, {240, 80}}, color = {0, 127, 255})); + connect(nor.portChiWat_b, jun12.port_3) annotation( + Line(points = {{194, 300}, {194, 294}, {228, 294}, {228, 40}, {240, 40}}, color = {0, 127, 255})); + connect(eas.portChiWat_b, jun2.port_3) annotation( + Line(points = {{254, 240}, {254, 216}, {228, 216}, {228, 0}, {240, 0}}, color = {0, 127, 255})); + connect(sou.portChiWat_b, jun3.port_3) annotation( + Line(points = {{194, 180}, {194, 164}, {228, 164}, {228, -40}, {240, -40}}, color = {0, 127, 255})); + connect(uChiWatVal, demux.u) annotation( + Line(points = {{-360, 180}, {-240, 180}, {-240, 140}, {0, 140}, {0, -20}, {38, -20}}, color = {0, 0, 127})); + connect(demux.y[2], val1.y) annotation( + Line(points = {{60, -17.2}, {80, -17.2}, {80, 18}, {130, 18}, {130, 12}}, color = {0, 0, 127})); + connect(demux.y[3], val3.y) annotation( + Line(points = {{60, -20}, {80, -20}, {80, 60}, {130, 60}, {130, 52}}, color = {0, 0, 127})); + connect(demux.y[4], val4.y) annotation( + Line(points = {{60, -22.8}, {80, -22.8}, {80, 100}, {130, 100}, {130, 92}}, color = {0, 0, 127})); + connect(demux.y[5], val5.y) annotation( + Line(points = {{60, -25.6}, {80, -25.6}, {80, 138}, {130, 138}, {130, 132}}, color = {0, 0, 127})); + connect(uBypValPos, val2.y) annotation( + Line(points = {{-360, 220}, {100, 220}, {100, 158}, {170, 158}, {170, 152}}, color = {0, 0, 127})); + connect(val1.y_actual, mux1.u[2]) annotation( + Line(points = {{135, 7}, {154, 7}, {154, 82.8}, {160, 82.8}}, color = {0, 0, 127})); + connect(val3.y_actual, mux1.u[3]) annotation( + Line(points = {{135, 47}, {154, 47}, {154, 80}, {160, 80}}, color = {0, 0, 127})); + connect(val4.y_actual, mux1.u[4]) annotation( + Line(points = {{135, 87}, {154, 87}, {154, 77.2}, {160, 77.2}}, color = {0, 0, 127})); + connect(val5.y_actual, mux1.u[5]) annotation( + Line(points = {{135, 127}, {154, 127}, {154, 74.4}, {160, 74.4}}, color = {0, 0, 127})); + connect(mux1.y, yChiWatVal) annotation( + Line(points = {{181, 80}, {200, 80}, {200, -200}, {520, -200}, {520, 80}, {600, 80}}, color = {0, 0, 127})); + connect(jun4.port_3, souCAVTer.port_aAir) annotation( + Line(points = {{360, -130}, {410, -130}}, color = {0, 127, 255})); + connect(jun15.port_3, easCAVTer.port_aAir) annotation( + Line(points = {{360, -70}, {410, -70}}, color = {0, 127, 255})); + connect(jun16.port_3, norCAVTer.port_aAir) annotation( + Line(points = {{360, -10}, {410, -10}}, color = {0, 127, 255})); + connect(jun17.port_3, wesCAVTer.port_aAir) annotation( + Line(points = {{360, 50}, {410, 50}}, color = {0, 127, 255})); + connect(senTem.port_b, jun4.port_1) annotation( + Line(points = {{-20, 0}, {10, 0}, {10, -214}, {350, -214}, {350, -140}}, color = {0, 127, 255})); + connect(jun4.port_2, jun15.port_1) annotation( + Line(points = {{350, -120}, {350, -80}}, color = {0, 127, 255})); + connect(jun15.port_2, jun16.port_1) annotation( + Line(points = {{350, -60}, {350, -20}}, color = {0, 127, 255})); + connect(jun16.port_2, jun17.port_1) annotation( + Line(points = {{350, 0}, {350, 40}}, color = {0, 127, 255})); + connect(jun17.port_2, corCAVTer.port_aAir) annotation( + Line(points = {{350, 60}, {350, 108}, {410, 108}}, color = {0, 127, 255})); + connect(demux1.y[1], souCAVTer.yVAV) annotation( + Line(points = {{320, -244.4}, {374, -244.4}, {374, -94}, {386, -94}}, color = {0, 0, 127})); + connect(demux1.y[2], easCAVTer.yVAV) annotation( + Line(points = {{320, -247.2}, {374, -247.2}, {374, -34}, {386, -34}}, color = {0, 0, 127})); + connect(demux1.y[3], norCAVTer.yVAV) annotation( + Line(points = {{320, -250}, {374, -250}, {374, 26}, {386, 26}}, color = {0, 0, 127})); + connect(demux1.y[4], wesCAVTer.yVAV) annotation( + Line(points = {{320, -252.8}, {374, -252.8}, {374, 86}, {386, 86}}, color = {0, 0, 127})); + connect(demux1.y[5], corCAVTer.yVAV) annotation( + Line(points = {{320, -255.6}, {374, -255.6}, {374, 144}, {386, 144}}, color = {0, 0, 127})); + connect(demux2.y[1], souCAVTer.yHea) annotation( + Line(points = {{320, -284.4}, {368, -284.4}, {368, -104}, {386, -104}}, color = {0, 0, 127})); + connect(demux2.y[2], easCAVTer.yHea) annotation( + Line(points = {{320, -287.2}, {368, -287.2}, {368, -44}, {386, -44}}, color = {0, 0, 127})); + connect(demux2.y[3], norCAVTer.yHea) annotation( + Line(points = {{320, -290}, {368, -290}, {368, 16}, {386, 16}}, color = {0, 0, 127})); + connect(demux2.y[4], wesCAVTer.yHea) annotation( + Line(points = {{320, -292.8}, {368, -292.8}, {368, 76}, {386, 76}}, color = {0, 0, 127})); + connect(demux2.y[5], corCAVTer.yHea) annotation( + Line(points = {{320, -295.6}, {368, -295.6}, {368, 134}, {386, 134}}, color = {0, 0, 127})); + connect(souCAVTer.y_actual, mux3.u[1]) annotation( + Line(points = {{432, -110}, {450, -110}, {450, -4.4}, {490, -4.4}}, color = {0, 0, 127})); + connect(easCAVTer.y_actual, mux3.u[2]) annotation( + Line(points = {{432, -50}, {450, -50}, {450, -7.2}, {490, -7.2}}, color = {0, 0, 127})); + connect(norCAVTer.y_actual, mux3.u[3]) annotation( + Line(points = {{432, 10}, {450, 10}, {450, -10}, {490, -10}}, color = {0, 0, 127})); + connect(wesCAVTer.y_actual, mux3.u[4]) annotation( + Line(points = {{432, 70}, {450, 70}, {450, -12.8}, {490, -12.8}}, color = {0, 0, 127})); + connect(corCAVTer.y_actual, mux3.u[5]) annotation( + Line(points = {{432, 128}, {450, 128}, {450, -15.6}, {490, -15.6}}, color = {0, 0, 127})); + connect(mux3.y, yDamPos) annotation( + Line(points = {{511, -10}, {560, -10}, {560, 56}, {602, 56}}, color = {0, 0, 127})); + connect(uCAVDam, demux1.u) annotation( + Line(points = {{-360, 140}, {-250, 140}, {-250, 120}, {16, 120}, {16, -90}, {280, -90}, {280, -250}, {298, -250}}, color = {0, 0, 127})); + connect(uCAVReh, demux2.u) annotation( + Line(points = {{-360, 100}, {-4, 100}, {-4, -148}, {290, -148}, {290, -290}, {298, -290}}, color = {0, 0, 127})); + connect(souCAVTer.port_bAir, sou.portAir_a) annotation( + Line(points = {{410, -90}, {440, -90}, {440, 180}, {220, 180}, {220, 186}, {200, 186}}, color = {0, 127, 255})); + connect(easCAVTer.port_bAir, eas.portAir_a) annotation( + Line(points = {{410, -30}, {440, -30}, {440, 180}, {268, 180}, {268, 246}, {260, 246}}, color = {0, 127, 255})); + connect(norCAVTer.port_bAir, nor.portAir_a) annotation( + Line(points = {{410, 30}, {440, 30}, {440, 180}, {220, 180}, {220, 306}, {200, 306}}, color = {0, 127, 255})); + connect(wesCAVTer.port_bAir, wes.portAir_a) annotation( + Line(points = {{410, 90}, {440, 90}, {440, 180}, {220, 180}, {220, 224}, {146, 224}, {146, 246}, {140, 246}}, color = {0, 127, 255})); + connect(corCAVTer.port_bAir, cor.portAir_a) annotation( + Line(points = {{410, 148}, {440, 148}, {440, 180}, {220, 180}, {220, 224}, {206, 224}, {206, 246}, {200, 246}}, color = {0, 127, 255})); + connect(val2.y_actual, yBypValPos) annotation( + Line(points = {{175, 147}, {360, 147}, {360, 170}, {520, 170}, {520, 120}, {600, 120}}, color = {0, 0, 127})); + connect(senRelPre1.p_rel, dPDOASAir) annotation( + Line(points = {{-41, 30}, {4, 30}, {4, -158}, {540, -158}, {540, 16}, {600, 16}}, color = {0, 0, 127})); + connect(hys.y, yPumSta) annotation( + Line(points = {{162, -110}, {196, -110}, {196, -204}, {546, -204}, {546, -90}, {602, -90}}, color = {255, 0, 255})); + connect(senRelPre.p_rel, dPChiWat) annotation( + Line(points = {{160, -79}, {160, -84}, {186, -84}, {186, -212}, {560, -212}, {560, -70}, {598, -70}}, color = {0, 0, 127})); + connect(QFlo, demux3.u) annotation( + Line(points = {{-360, 290}, {78, 290}}, color = {0, 0, 127})); + connect(demux3.y[1], sou.QFlo) annotation( + Line(points = {{100, 295.6}, {106, 295.6}, {106, 194}, {178, 194}}, color = {0, 0, 127})); + connect(demux3.y[2], eas.QFlo) annotation( + Line(points = {{100, 292.8}, {180, 292.8}, {180, 280}, {234, 280}, {234, 254}, {238, 254}}, color = {0, 0, 127})); + connect(demux3.y[3], nor.QFlo) annotation( + Line(points = {{100, 290}, {106, 290}, {106, 314}, {178, 314}}, color = {0, 0, 127})); + connect(demux3.y[4], wes.QFlo) annotation( + Line(points = {{100, 287.2}, {106, 287.2}, {106, 254}, {118, 254}}, color = {0, 0, 127})); + connect(demux3.y[5], cor.QFlo) annotation( + Line(points = {{100, 284.4}, {106, 284.4}, {106, 234}, {176, 234}, {176, 254}, {178, 254}}, color = {0, 0, 127})); + connect(val.y_actual, sou.uVal) annotation( + Line(points = {{135, -33}, {154, -33}, {154, 190}, {178, 190}}, color = {0, 0, 127})); + connect(val1.y_actual, eas.uVal) annotation( + Line(points = {{135, 7}, {154, 7}, {154, 204}, {234, 204}, {234, 250}, {238, 250}}, color = {0, 0, 127})); + connect(val3.y_actual, nor.uVal) annotation( + Line(points = {{135, 47}, {154, 47}, {154, 310}, {178, 310}}, color = {0, 0, 127})); + connect(val4.y_actual, wes.uVal) annotation( + Line(points = {{135, 87}, {154, 87}, {154, 220}, {110, 220}, {110, 250}, {118, 250}}, color = {0, 0, 127})); + connect(val5.y_actual, cor.uVal) annotation( + Line(points = {{135, 127}, {154, 127}, {154, 248}, {174, 248}, {174, 250}, {178, 250}}, color = {0, 0, 127})); + connect(uFanSta, pre1.u) annotation( + Line(points = {{-360, 40}, {-336, 40}, {-336, 78}}, color = {255, 0, 255})); + connect(pre1.y, yFanSta) annotation( + Line(points = {{-312, 78}, {-36, 78}, {-36, -174}, {50, -174}, {50, -208}, {554, -208}, {554, -18}, {598, -18}}, color = {255, 0, 255})); + connect(souTer.m_flow_in, gaiM_flow.y) annotation( + Line(points = {{178, -272}, {170, -272}, {170, -280}, {162, -280}}, color = {0, 0, 127})); + connect(mulMax.y, gaiM_flow.u) annotation( + Line(points = {{122, -280}, {138, -280}}, color = {0, 0, 127})); + connect(uCAVReh, mulMax.u[1:5]) annotation( + Line(points = {{-360, 100}, {-4, 100}, {-4, -281.6}, {98, -281.6}}, color = {0, 0, 127})); + connect(souTer.ports[1], jun18.port_1) annotation( + Line(points = {{200, -280}, {260, -280}, {260, -230}, {320, -230}, {320, -90}}, color = {0, 127, 255})); + connect(jun22.port_2, jun23.port_1) annotation( + Line(points = {{480, 60}, {480, 30}}, color = {0, 127, 255})); + connect(jun23.port_2, jun24.port_1) annotation( + Line(points = {{480, 10}, {480, -40}}, color = {0, 127, 255})); + connect(jun24.port_2, jun25.port_1) annotation( + Line(points = {{480, -60}, {480, -80}}, color = {0, 127, 255})); + connect(jun25.port_2, sinTer.ports[1]) annotation( + Line(points = {{480, -100}, {480, -250}, {470, -250}, {470, -250}}, color = {0, 127, 255})); + connect(jun18.port_2, jun19.port_1) annotation( + Line(points = {{320, -70}, {320, -40}}, color = {0, 127, 255})); + connect(jun19.port_2, jun20.port_1) annotation( + Line(points = {{320, -20}, {320, 10}}, color = {0, 127, 255})); + connect(jun20.port_2, jun21.port_1) annotation( + Line(points = {{320, 30}, {320, 60}}, color = {0, 127, 255})); + connect(pre1.y, truDel.u) annotation( + Line(points = {{-312, 78}, {-300, 78}, {-300, 84}}, color = {255, 0, 255})); + connect(truDel.y, exhFanSta) annotation( + Line(points = {{-276, 84}, {-168, 84}, {-168, -50}, {600, -50}}, color = {255, 0, 255})); + connect(senTem1.port_b, senRelHum.port_b) annotation( + Line(points = {{-148, 160}, {-100, 160}}, color = {0, 127, 255})); + connect(amb.ports[2], senTem1.port_a) annotation( + Line(points = {{-266, -29}, {-216, -29}, {-216, 160}, {-168, 160}}, color = {0, 127, 255})); + connect(weaBus.TOut, OutdoorAirTemp) annotation( + Line(points = {{-286, -16}, {-204, -16}, {-204, -244}, {600, -244}}, color = {0, 0, 127})); + connect(cooCoi.port_a1, souCoo.ports[1]) annotation( + Line(points = {{-110, -12}, {-100, -12}, {-100, -60}}, color = {0, 127, 255})); + connect(relativePressure.port_b, amb.ports[3]) annotation( + Line(points = {{-130, 64}, {-130, -29}, {-266, -29}}, color = {0, 127, 255})); + connect(eas.portAir_b, relativePressure.port_a) annotation( + Line(points = {{240, 246}, {240, 44}, {-130, 44}}, color = {0, 127, 255})); + connect(bldgSP, relativePressure.p_rel) annotation( + Line(points = {{600, -316}, {600, -288}, {-121, -288}, {-121, 54}}, color = {0, 0, 127})); + connect(amb.ports[4], senMasFlo.port_a) annotation( + Line(points = {{-266, -29}, {-266, -8}, {-246, -8}}, color = {0, 127, 255})); + connect(senMasFlo.port_b, vol.ports[1]) annotation( + Line(points = {{-226, -8}, {-226, 36}, {-200, 36}}, color = {0, 127, 255})); + connect(deltaT, gai2.u) annotation( + Line(points = {{-360, -16}, {-336, -16}, {-336, -2}, {-324, -2}}, color = {0, 0, 127})); + connect(gai2.y, mul.u1) annotation( + Line(points = {{-300, -2}, {-276, -2}, {-276, 30}}, color = {0, 0, 127})); + connect(senMasFlo.m_flow, mul.u2) annotation( + Line(points = {{-236, 3}, {-276, 3}, {-276, 18}}, color = {0, 0, 127})); + connect(jun21.port_2, corCAVTer.port_aHeaWat) annotation( + Line(points = {{320, 80}, {320, 128}, {390, 128}}, color = {0, 127, 255})); + connect(corCAVTer.port_bHeaWat, jun22.port_3) annotation( + Line(points = {{390, 116}, {470, 116}, {470, 70}}, color = {0, 127, 255})); + connect(jun20.port_3, wesCAVTer.port_aHeaWat) annotation( + Line(points = {{330, 20}, {378, 20}, {378, 70}, {390, 70}}, color = {0, 127, 255})); + connect(wesCAVTer.port_bHeaWat, jun23.port_3) annotation( + Line(points = {{390, 58}, {470, 58}, {470, 20}}, color = {0, 127, 255})); + connect(jun19.port_3, norCAVTer.port_aHeaWat) annotation( + Line(points = {{330, -30}, {382, -30}, {382, 10}, {390, 10}}, color = {0, 127, 255})); + connect(jun21.port_3, easCAVTer.port_aHeaWat) annotation( + Line(points = {{330, 70}, {338, 70}, {338, -50}, {390, -50}}, color = {0, 127, 255})); + connect(easCAVTer.port_bHeaWat, jun24.port_3) annotation( + Line(points = {{390, -62}, {470, -62}, {470, -50}}, color = {0, 127, 255})); + connect(jun18.port_3, souCAVTer.port_aHeaWat) annotation( + Line(points = {{330, -80}, {342, -80}, {342, -110}, {390, -110}}, color = {0, 127, 255})); + connect(souCAVTer.port_bHeaWat, jun25.port_3) annotation( + Line(points = {{390, -122}, {378, -122}, {378, -144}, {460, -144}, {460, -90}, {470, -90}}, color = {0, 127, 255})); + connect(norCAVTer.port_bHeaWat, jun22.port_1) annotation( + Line(points = {{390, -2}, {458, -2}, {458, 80}, {480, 80}}, color = {0, 127, 255})); + connect(senTem1.T, rAT) annotation( + Line(points = {{-158, 172}, {-28, 172}, {-28, -312}, {470, -312}, {470, -274}, {600, -274}}, color = {0, 0, 127})); + connect(mul.y, preHea.Q_flow) annotation( + Line(points = {{-252, 24}, {-252, 34}, {-250, 34}, {-250, 44}}, color = {0, 0, 127})); + connect(preHea.port, vol.heatPort) annotation( + Line(points = {{-230, 44}, {-230, 49}, {-210, 49}, {-210, 46}}, color = {191, 0, 0})); + connect(senRelHum1.phi, erwsuphum) annotation( + Line(points = {{-186, 19}, {-186, -194}, {600, -194}}, color = {0, 0, 127})); + connect(vol.ports[2], senRelHum1.port_a) annotation( + Line(points = {{-200, 36}, {-196, 36}, {-196, 8}}, color = {0, 127, 255})); + connect(senRelHum1.port_b, heaCoi.port_a2) annotation( + Line(points = {{-176, 8}, {-174, 8}, {-174, -10}}, color = {0, 127, 255})); + annotation( + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -240}, {100, 240}}), graphics = {Text(textColor = {0, 0, 255}, extent = {{-140, 280}, {140, 240}}, textString = "%name"), Rectangle(origin = {-1, -5}, lineColor = {0, 0, 127}, fillColor = {255, 255, 255}, fillPattern = FillPattern.Solid, extent = {{-101, -247}, {101, 247}})}), + Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-340, -320}, {580, 340}}))); end TestBed; diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index 2804ec34b9d..8680491e73e 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -1,163 +1,167 @@ within Buildings.Examples.ChilledBeamSystem; + model ClosedLoopValidation extends Modelica.Icons.Example; - parameter Real schTab[5,2]=[0,0; 8,1; 18,1; 21,0; 24,0] - "Table defining schedule for enabling plant"; - - BaseClasses.TestBed chiBeaTesBed( - TChiWatRet_nominal=273.15 + 25, - mChiWatTot_flow_nominal=2.114, - mAirTot_flow_nominal=1*0.676*1.225, - mHotWatCoi_nominal=0.078, - mChiWatCoi_nominal=0.645, - VRooSou=239.25, - mChiWatSou_flow_nominal=0.387, - mAirSou_flow_nominal=1*0.143*1.225, - mAChiBeaSou_flow_nominal=0.143*1.225, - VRooEas=103.31, - mChiWatEas_flow_nominal=0.9, - mAirEas_flow_nominal=1*0.065*1.225, - mAChiBeaEas_flow_nominal=1*0.065*1.225, - VRooNor=239.25, - mChiWatNor_flow_nominal=0.253, - mAirNor_flow_nominal=1*0.143*1.225, - mAChiBeaNor_flow_nominal=0.143*1.225, - VRooWes=103.31, - mChiWatWes_flow_nominal=0.262, - mAirWes_flow_nominal=1*0.065*1.225, - mAChiBeaWes_flow_nominal=0.065*1.225, - VRooCor=447.68, - mChiWatCor_flow_nominal=0.27, - mAirCor_flow_nominal=1*0.26*1.225, - mAChiBeaCor_flow_nominal=0.26*1.225) "Chilled beam system test-bed" - annotation (Placement(transformation(extent={{88,-16},{108,32}}))); - Buildings.Controls.OBC.ChilledBeams.Terminal.Controller terCon[5]( - controllerTypeCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PID, - TiCoo=fill(50, 5), - TdCoo={0.1,100,0.1,0.1,0.1}, - VDes_occ={0.143,0.065,0.143,0.065,0.26}, - VDes_unoccSch={0.028,0.012,0.028,0.012,0.052}, - VDes_unoccUnsch={0.056,0.024,0.056,0.024,0.104}) - "Terminal controllers" - annotation (Placement(transformation(extent={{10,40},{30,60}}))); - Buildings.Controls.OBC.ChilledBeams.System.Controller sysCon(nPum=1, nVal=5, - minPumSpe=0.7, - TiPumSpe=50, - kBypVal=10e-3, - TiBypVal=900) - annotation (Placement(transformation(extent={{10,-70},{30,-50}}))); - Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon( - minDDSPset=400, - maxDDSPset=500, - cvDDSPset=450) - annotation (Placement(transformation(extent={{-4,-16},{16,20}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiMax TZonMax(nin=5) - annotation (Placement(transformation(extent={{-40,50},{-20,70}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiMax yDamPosMax(nin=5) - annotation (Placement(transformation(extent={{-40,20},{-20,40}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch( - final table=schTab, - final smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, - final timeScale=3600) "Table defining when occupancy is expected" - annotation (Placement(transformation(extent={{-150,70},{-130,90}}))); - - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(uLow=0.45, uHigh=0.5) - annotation (Placement(transformation(extent={{-120,70},{-100,90}}))); - Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep(nout=5) - annotation (Placement(transformation(extent={{-90,70},{-70,90}}))); - Buildings.Controls.OBC.CDL.Logical.Sources.Constant uConSig[5](k=fill(false, - 5)) "Constant Boolean source" - annotation (Placement(transformation(extent={{-90,30},{-70,50}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant chiWatSupTem(k=273.15 - + 7.22) "Chilled water supply temperature" - annotation (Placement(transformation(extent={{-90,-30},{-70,-10}}))); - Modelica.Blocks.Sources.CombiTimeTable loads( - tableOnFile=true, - tableName="tab1", - fileName= - "C:/buildings_library/buildings_library_pnnl/VM_script/inputTable_constantSetpoint.txt", - columns={2,3,4,5,6}, - timeScale=60) "Table defining thermal loads for zone" - annotation (Placement(transformation(extent={{-60,-60},{-40,-40}}))); - + parameter Real schTab[5, 2] = [0, 0; 8, 1; 18, 1; 21, 0; 24, 0] "Table defining schedule for enabling plant"; + Buildings.Examples.ChilledBeamSystem.BaseClasses.TestBed chiBeaTesBed(TChiWatRet_nominal = 273.15 + 25, mChiWatTot_flow_nominal = 2.114, mAirTot_flow_nominal = 1*0.676*1.225, mHotWatCoi_nominal = 0.078, mChiWatCoi_nominal = 0.645, VRooSou = 239.25, mChiWatSou_flow_nominal = 0.387, mAirSou_flow_nominal = 1*0.143*1.225, mAChiBeaSou_flow_nominal = 0.143*1.225, VRooEas = 103.31, mChiWatEas_flow_nominal = 0.9, mAirEas_flow_nominal = 1*0.065*1.225, mAChiBeaEas_flow_nominal = 1*0.065*1.225, VRooNor = 239.25, mChiWatNor_flow_nominal = 0.253, mAirNor_flow_nominal = 1*0.143*1.225, mAChiBeaNor_flow_nominal = 0.143*1.225, VRooWes = 103.31, mChiWatWes_flow_nominal = 0.262, mAirWes_flow_nominal = 1*0.065*1.225, mAChiBeaWes_flow_nominal = 0.065*1.225, VRooCor = 447.68, mChiWatCor_flow_nominal = 0.27, mAirCor_flow_nominal = 1*0.26*1.225, mAChiBeaCor_flow_nominal = 0.26*1.225) "Chilled beam system test-bed" annotation( + Placement(visible = true, transformation(origin = {-24, -16}, extent = {{88, -16}, {108, 32}}, rotation = 0))); + Buildings.Controls.OBC.ChilledBeams.Terminal.Controller terCon[5](TdCoo = {0.1, 100, 0.1, 0.1, 0.1}, TiCoo = fill(50, 5), VDes_occ = {0.143, 0.065, 0.143, 0.065, 0.26}, VDes_unoccSch = {0.028, 0.012, 0.028, 0.012, 0.052}, VDes_unoccUnsch = {0.056, 0.024, 0.056, 0.024, 0.104}, controllerTypeCoo = fill(Buildings.Controls.OBC.CDL.Types.SimpleController.PID, 5)) "Terminal controllers" annotation( + Placement(visible = true, transformation(origin = {20, 0}, extent = {{10, 40}, {30, 60}}, rotation = 0))); + Buildings.Controls.OBC.ChilledBeams.System.Controller sysCon(nPum = 1, nVal = 5, minPumSpe = 0.7, TiPumSpe = 50, kBypVal = 10e-3, TiBypVal = 900) annotation( + Placement(visible = true, transformation(origin = {-6, -18}, extent = {{10, -70}, {30, -50}}, rotation = 0))); + Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon(minDDSPset = 400, maxDDSPset = 500, cvDDSPset = 450) annotation( + Placement(visible = true, transformation(origin = {17, -2}, extent = {{-13, -24}, {13, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Continuous.MultiMax TZonMax(nin = 5) annotation( + Placement(transformation(extent = {{-40, 50}, {-20, 70}}))); + Buildings.Controls.OBC.CDL.Continuous.MultiMax yDamPosMax(nin = 5) annotation( + Placement(transformation(extent = {{-40, 20}, {-20, 40}}))); + Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch(final table = schTab, final smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, final timeScale = 3600) "Table defining when occupancy is expected" annotation( + Placement(transformation(extent = {{-150, 70}, {-130, 90}}))); + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(uLow = 0.45, uHigh = 0.5) annotation( + Placement(transformation(extent = {{-120, 70}, {-100, 90}}))); + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep(nout = 5) annotation( + Placement(transformation(extent = {{-90, 70}, {-70, 90}}))); + Buildings.Controls.OBC.CDL.Logical.Sources.Constant uConSig[5](k = fill(false, 5)) "Constant Boolean source" annotation( + Placement(visible = true, transformation(origin = {16, 0}, extent = {{-90, 30}, {-70, 50}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant chiWatSupTem(k = 273.15 + 7.22) "Chilled water supply temperature" annotation( + Placement(transformation(extent = {{-90, -30}, {-70, -10}}))); + Modelica.Blocks.Sources.CombiTimeTable loads(tableOnFile = true, tableName = "tab1", fileName = "C:/buildings_library/buildings_library_pnnl/VM_script/inputTable_constantSetpoint.txt", columns = {2, 3, 4, 5, 6}, timeScale = 60) "Table defining thermal loads for zone" annotation( + Placement(transformation(extent = {{-60, -60}, {-40, -40}}))); + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel(delayTime = 10) annotation( + Placement(visible = true, transformation(origin = {-20, -76}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.SetPoints.OccupancySchedule occSch(occupancy = 3600*{8, 18}) annotation( + Placement(visible = true, transformation(origin = {6, 74}, extent = {{-152, -44}, {-132, -24}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable TSetRooHea(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 15 + 273.15; 8*3600, 20 + 273.15; 18*3600, 15 + 273.15; 24*3600, 15 + 273.15]) annotation( + Placement(visible = true, transformation(origin = {72, 64}, extent = {{-152, 40}, {-132, 60}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable TSetRooCoo(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 30 + 273.15; 8*3600, 25 + 273.15; 18*3600, 30 + 273.15; 24*3600, 30 + 273.15]) annotation( + Placement(visible = true, transformation(origin = {74, 122}, extent = {{-152, 10}, {-132, 30}}, rotation = 0))); + Buildings.Controls.OBC.FDE.DOAS.erwTsim eRWtemp annotation( + Placement(visible = true, transformation(origin = {-108, -72}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Controls.OBC.CDL.Continuous.Subtract sub annotation( + Placement(visible = true, transformation(origin = {-64, -84}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booleanScalarReplicator(nout = 5) annotation( + Placement(visible = true, transformation(origin = {-22, -40}, extent = {{-90, 70}, {-70, 90}}, rotation = 0))); + Controls.OBC.CDL.Routing.RealScalarReplicator reaScaRep(nout = 5) annotation( + Placement(visible = true, transformation(origin = {-26, 98}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator realScalarReplicator(nout = 5) annotation( + Placement(visible = true, transformation(origin = {-30, 142}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation - connect(terCon.yReh, chiBeaTesBed.uCAVReh) annotation (Line(points={{32,55},{50, - 55},{50,14},{86,14}}, color={0,0,127})); - connect(terCon.yChiVal, chiBeaTesBed.uChiWatVal) annotation (Line(points={{32,52.5}, - {48,52.5},{48,22},{86,22}}, color={0,0,127})); - connect(terCon.yDam, chiBeaTesBed.uCAVDam) annotation (Line(points={{32,50},{ - 52,50},{52,18},{86,18}}, color={0,0,127})); - connect(sysCon.yChiWatPum[1], chiBeaTesBed.uPumSta) annotation (Line(points={{32,-54}, - {54,-54},{54,-6},{86,-6}}, color={255,0,255})); - connect(sysCon.yPumSpe, chiBeaTesBed.uPumSpe) annotation (Line(points={{32, - -60},{52,-60},{52,-10},{86,-10}}, color={0,0,127})); - connect(chiBeaTesBed.yPumSta, sysCon.uPumSta[1]) annotation (Line(points={{110,-6}, - {142,-6},{142,-80},{0,-80},{0,-54},{8,-54}}, color={255,0,255})); - connect(chiBeaTesBed.dPChiWat, sysCon.dPChiWatLoo) annotation (Line(points={{ - 110,-2},{146,-2},{146,-86},{-6,-86},{-6,-60},{8,-60}}, color={0,0,127})); - connect(chiBeaTesBed.yChiWatVal, sysCon.uValPos) annotation (Line(points={{110,14}, - {140,14},{140,-74},{4,-74},{4,-66},{8,-66}}, color={0,0,127})); - connect(chiBeaTesBed.yChiWatVal, terCon.uChiVal) annotation (Line(points={{110,14}, - {140,14},{140,80},{0,80},{0,41.25},{8,41.25}}, color={0,0,127})); - connect(sysCon.yBypValPos, chiBeaTesBed.uBypValPos) annotation (Line(points={{32,-66}, - {44,-66},{44,26},{86,26}}, color={0,0,127})); - connect(DOAScon.supFanStart, chiBeaTesBed.uFanSta) annotation (Line(points={{18.2, - 15.1294},{30,15.1294},{30,10},{86,10}}, color={255,0,255})); - connect(DOAScon.supFanSpeed, chiBeaTesBed.uFanSpe) annotation (Line(points={{18.2, - 11.7412},{28,11.7412},{28,6},{86,6}}, color={0,0,127})); - connect(DOAScon.yRHC, chiBeaTesBed.uHeaCoi) annotation (Line(points={{18.2,5.17647}, - {26,5.17647},{26,2},{86,2}}, color={0,0,127})); - connect(DOAScon.yCC, chiBeaTesBed.uCooCoi) annotation (Line(points={{18.2,8.35294}, - {24,8.35294},{24,-2},{86,-2}}, color={0,0,127})); - connect(chiBeaTesBed.dPDOASAir, DOAScon.DDSP) annotation (Line(points={{110,6}, - {138,6},{138,-40},{-20,-40},{-20,11.9529},{-6,11.9529}}, color={0,0, - 127})); - connect(chiBeaTesBed.TDOASDis, DOAScon.saT) annotation (Line(points={{110,-10}, - {132,-10},{132,-30},{-10,-30},{-10,3.90588},{-6,3.90588}}, color={0,0, - 127})); - connect(TZonMax.y, DOAScon.highSpaceT) annotation (Line(points={{-18,60},{-10, - 60},{-10,6.65882},{-6,6.65882}}, color={0,0,127})); - connect(yDamPosMax.y, DOAScon.mostOpenDam) annotation (Line(points={{-18,30},{ - -14,30},{-14,17.0353},{-6,17.0353}}, color={0,0,127})); - connect(chiBeaTesBed.yFanSta, DOAScon.supFanStatus) annotation (Line(points={{110,2}, - {134,2},{134,38},{-12,38},{-12,14.4941},{-6,14.4941}}, color= - {255,0,255})); - connect(chiBeaTesBed.relHumDOASRet, DOAScon.retHum) annotation (Line(points={{110,-14}, - {114,-14},{114,-24},{-16,-24},{-16,9.41176},{-6,9.41176}}, - color={0,0,127})); - connect(enaSch.y[1], hys.u) - annotation (Line(points={{-128,80},{-122,80}}, color={0,0,127})); - connect(hys.y, booRep.u) - annotation (Line(points={{-98,80},{-92,80}}, color={255,0,255})); - connect(booRep.y, terCon.uDetOcc) annotation (Line(points={{-68,80},{-4,80},{ - -4,58},{8,58}}, color={255,0,255})); - connect(uConSig.y, terCon.uConSen) annotation (Line(points={{-68,40},{-60,40}, - {-60,48},{-4,48},{-4,48.75},{8,48.75}}, - color={255,0,255})); - connect(hys.y, DOAScon.occ) annotation (Line(points={{-98,80},{-96,80},{-96, - 19.5765},{-6,19.5765}}, color={255,0,255})); - connect(chiWatSupTem.y, chiBeaTesBed.TChiWatSup) annotation (Line(points={{ - -68,-20},{40,-20},{40,-14},{86,-14}}, color={0,0,127})); - connect(chiBeaTesBed.TZon, terCon.TZon) annotation (Line(points={{110,26},{132, - 26},{132,72},{4,72},{4,46.25},{8,46.25}}, - color={0,0,127})); - connect(chiBeaTesBed.VDisAir_flow, terCon.VDis_flow) annotation (Line(points={{110,22}, - {136,22},{136,76},{2,76},{2,43.75},{8,43.75}}, color={0,0,127})); - connect(chiBeaTesBed.TZon, TZonMax.u[1:5]) annotation (Line(points={{110,26}, - {132,26},{132,72},{-44,72},{-44,58.4},{-42,58.4}}, color={0,0,127})); - connect(chiBeaTesBed.yDamPos, yDamPosMax.u[1:5]) annotation (Line(points={{ - 110,10},{148,10},{148,86},{-50,86},{-50,28.4},{-42,28.4}}, color={0,0, - 127})); - connect(loads.y, chiBeaTesBed.QFlo) annotation (Line(points={{-39,-50},{-30, - -50},{-30,14},{-16,14},{-16,28},{46,28},{46,30},{86,30}}, color={0,0, - 127})); - annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, - {100,100}})), Diagram( - coordinateSystem(preserveAspectRatio=false, extent={{-160,-100},{160,100}})), - experiment( - StartTime=16848000, - StopTime=16934400, - Interval=600, - Tolerance=1e-06, - __Dymola_Algorithm="Cvode")); + connect(terCon.yReh, chiBeaTesBed.uCAVReh) annotation( + Line(points = {{52, 55}, {52, 26.5}, {62, 26.5}, {62, -2}}, color = {0, 0, 127})); + connect(terCon.yChiVal, chiBeaTesBed.uChiWatVal) annotation( + Line(points = {{52, 52.5}, {52, 29.25}, {62, 29.25}, {62, 6}}, color = {0, 0, 127})); + connect(terCon.yDam, chiBeaTesBed.uCAVDam) annotation( + Line(points = {{52, 50}, {52, 26}, {62, 26}, {62, 2}}, color = {0, 0, 127})); + connect(sysCon.yChiWatPum[1], chiBeaTesBed.uPumSta) annotation( + Line(points = {{26, -72}, {26, -46}, {62, -46}, {62, -22}}, color = {255, 0, 255})); + connect(sysCon.yPumSpe, chiBeaTesBed.uPumSpe) annotation( + Line(points = {{26, -78}, {37, -78}, {37, -26}, {62, -26}}, color = {0, 0, 127})); + connect(chiBeaTesBed.yPumSta, sysCon.uPumSta[1]) annotation( + Line(points = {{86, -22}, {-34, -22}, {-34, -72}, {2, -72}}, color = {255, 0, 255})); + connect(chiBeaTesBed.dPChiWat, sysCon.dPChiWatLoo) annotation( + Line(points = {{86, -18}, {-51, -18}, {-51, -78}, {2, -78}}, color = {0, 0, 127})); + connect(chiBeaTesBed.yChiWatVal, sysCon.uValPos) annotation( + Line(points = {{86, -2}, {67, -2}, {67, -84}, {2, -84}}, color = {0, 0, 127})); + connect(chiBeaTesBed.yChiWatVal, terCon.uChiVal) annotation( + Line(points = {{86, -2}, {86, 18.5}, {28, 18.5}, {28, 41}}, color = {0, 0, 127})); + connect(sysCon.yBypValPos, chiBeaTesBed.uBypValPos) annotation( + Line(points = {{26, -84}, {75, -84}, {75, 10}, {62, 10}}, color = {0, 0, 127})); + connect(DOAScon.supFanStart, chiBeaTesBed.uFanSta) annotation( + Line(points = {{33, 3}, {33, 23.5}, {62, 23.5}, {62, -6}}, color = {255, 0, 255})); + connect(DOAScon.supFanSpeed, chiBeaTesBed.uFanSpe) annotation( + Line(points = {{33, 0}, {32.5, 0}, {32.5, -10}, {62, -10}}, color = {0, 0, 127})); + connect(DOAScon.yRHC, chiBeaTesBed.uHeaCoi) annotation( + Line(points = {{33, -6}, {33, 14.5}, {62, 14.5}, {62, -14}}, color = {0, 0, 127})); + connect(DOAScon.yCC, chiBeaTesBed.uCooCoi) annotation( + Line(points = {{33, -3}, {33, -18}, {62, -18}}, color = {0, 0, 127})); + connect(chiBeaTesBed.TDOASDis, DOAScon.saT) annotation( + Line(points = {{86, -26}, {86, -11.5}, {1, -11.5}, {1, -7}}, color = {0, 0, 127})); + connect(TZonMax.y, DOAScon.highSpaceT) annotation( + Line(points = {{-18, 60}, {-18, 27.5}, {1, 27.5}, {1, -5}}, color = {0, 0, 127})); + connect(yDamPosMax.y, DOAScon.mostOpenDam) annotation( + Line(points = {{-18, 30}, {-18, 5}, {1, 5}}, color = {0, 0, 127})); + connect(chiBeaTesBed.yFanSta, DOAScon.supFanStatus) annotation( + Line(points = {{86, -14}, {86, 1.5}, {1, 1.5}, {1, 3}}, color = {255, 0, 255})); + connect(chiBeaTesBed.relHumDOASRet, DOAScon.retHum) annotation( + Line(points = {{86, -30}, {86, -2}, {1, -2}}, color = {0, 0, 127})); + connect(enaSch.y[1], hys.u) annotation( + Line(points = {{-128, 80}, {-122, 80}}, color = {0, 0, 127})); + connect(hys.y, booRep.u) annotation( + Line(points = {{-98, 80}, {-92, 80}}, color = {255, 0, 255})); +//connect(booRep.y, terCon.uDetOcc) annotation( +//Line(points = {{-68, 80}, {-4, 80}, {-4, 58}, {8, 58}}, color = {255, 0, 255})); + connect(uConSig.y, terCon.uConSen) annotation( + Line(points = {{-52, 40}, {-52, 48}, {-4, 48}, {-4, 49}, {28, 49}}, color = {255, 0, 255})); + connect(hys.y, DOAScon.occ) annotation( + Line(points = {{-98, 80}, {-96, 80}, {-96, 8}, {1, 8}}, color = {255, 0, 255})); + connect(chiWatSupTem.y, chiBeaTesBed.TChiWatSup) annotation( + Line(points = {{-68, -20}, {-3, -20}, {-3, -30}, {62, -30}}, color = {0, 0, 127})); + connect(chiBeaTesBed.TZon, terCon.TZon) annotation( + Line(points = {{86, 10}, {86, 46}, {28, 46}}, color = {0, 0, 127})); + connect(chiBeaTesBed.VDisAir_flow, terCon.VDis_flow) annotation( + Line(points = {{86, 6}, {86, 44}, {28, 44}}, color = {0, 0, 127})); + connect(chiBeaTesBed.TZon, TZonMax.u[1:5]) annotation( + Line(points = {{86, 10}, {86, 58.4}, {-42, 58.4}}, color = {0, 0, 127})); + connect(chiBeaTesBed.yDamPos, yDamPosMax.u[1:5]) annotation( + Line(points = {{86, -6}, {86, 28.4}, {-42, 28.4}}, color = {0, 0, 127})); + connect(loads.y, chiBeaTesBed.QFlo) annotation( + Line(points = {{-39, -50}, {31.5, -50}, {31.5, 14}, {62, 14}}, color = {0, 0, 127})); + connect(chiBeaTesBed.yFanSta, truDel.u) annotation( + Line(points = {{86, -14}, {86, -45}, {-32, -45}, {-32, -76}}, color = {255, 0, 255})); + connect(truDel.y, DOAScon.exhFanProof) annotation( + Line(points = {{-8, -76}, {-8, -52.5}, {1, -52.5}, {1, -22}}, color = {255, 0, 255})); + connect(chiBeaTesBed.TDOASDis, DOAScon.raT) annotation( + Line(points = {{86, -26}, {37.5, -26}, {37.5, -10}, {1, -10}}, color = {0, 0, 127})); + connect(chiBeaTesBed.dPDOASAir, DOAScon.DDSP) annotation( + Line(points = {{86, -10}, {28.5, -10}, {28.5, 0}, {1, 0}}, color = {0, 0, 127})); + connect(DOAScon.oaT, chiBeaTesBed.OutdoorAirTemp) annotation( + Line(points = {{1, -12}, {1, -16.5}, {86, -16.5}, {86, -30}}, color = {0, 0, 127})); + connect(DOAScon.bypDam, eRWtemp.bypDam) annotation( + Line(points = {{33, -9}, {33, -66}, {-120, -66}}, color = {255, 0, 255})); + connect(DOAScon.erwStart, eRWtemp.erwStart) annotation( + Line(points = {{33, -12}, {33, -70}, {-120, -70}}, color = {255, 0, 255})); + connect(DOAScon.erwT, eRWtemp.erwTsim) annotation( + Line(points = {{1, -20}, {1, -72}, {-96, -72}}, color = {0, 0, 127})); + connect(eRWtemp.oaT, chiBeaTesBed.OutdoorAirTemp) annotation( + Line(points = {{-120, -78}, {-120, -65}, {86, -65}, {86, -30}}, color = {0, 0, 127})); + connect(terCon.VDis_flow, chiBeaTesBed.VDisAir_flow) annotation( + Line(points = {{28, 44}, {86, 44}, {86, 6}}, color = {0, 0, 127}, thickness = 0.5)); + connect(chiBeaTesBed.TZon, terCon.TZon) annotation( + Line(points = {{86, 10}, {20, 10}, {20, 46}, {28, 46}}, color = {0, 0, 127}, thickness = 0.5)); + connect(chiBeaTesBed.TDOASDis, DOAScon.ccT) annotation( + Line(points = {{86, -26}, {-28, -26}, {-28, -15}, {1, -15}}, color = {0, 0, 127})); + connect(eRWtemp.erwTsim, sub.u2) annotation( + Line(points = {{-96, -72}, {-6, -72}, {-6, -90}, {-76, -90}}, color = {0, 0, 127})); + connect(chiBeaTesBed.OutdoorAirTemp, sub.u1) annotation( + Line(points = {{86, -32}, {-76, -32}, {-76, -78}}, color = {0, 0, 127})); + connect(sub.y, chiBeaTesBed.deltaT) annotation( + Line(points = {{-52, -84}, {50, -84}, {50, 4}, {62, 4}}, color = {0, 0, 127})); + connect(booRep.y, terCon.uOccExp) annotation( + Line(points = {{-68, 80}, {-8, 80}, {-8, 56}, {28, 56}}, color = {255, 0, 255}, thickness = 0.5)); + connect(occSch.occupied, booleanScalarReplicator.u) annotation( + Line(points = {{-124, 34}, {-118, 34}, {-118, 40}, {-114, 40}}, color = {255, 0, 255})); + connect(booleanScalarReplicator.y, terCon.uOccDet) annotation( + Line(points = {{-90, 40}, {18, 40}, {18, 58}, {28, 58}}, color = {255, 0, 255}, thickness = 0.5)); + connect(TSetRooHea.y[1], reaScaRep.u) annotation( + Line(points = {{-58, 114}, {-50, 114}, {-50, 98}, {-38, 98}}, color = {0, 0, 127})); + connect(reaScaRep.y, terCon.TZonHeaSet) annotation( + Line(points = {{-14, 98}, {12, 98}, {12, 54}, {28, 54}}, color = {0, 0, 127}, thickness = 0.5)); + connect(TSetRooCoo.y[1], realScalarReplicator.u) annotation( + Line(points = {{-56, 142}, {-42, 142}}, color = {0, 0, 127})); + connect(realScalarReplicator.y, terCon.TZonCooSet) annotation( + Line(points = {{-18, 142}, {8, 142}, {8, 52}, {28, 52}}, color = {0, 0, 127}, thickness = 0.5)); + connect(chiBeaTesBed.rAT, DOAScon.raT) annotation( + Line(points = {{86, -30}, {114, -30}, {114, -10}, {1, -10}}, color = {0, 0, 127})); + connect(chiBeaTesBed.VDisAir_flow, terCon.VDis_flow) annotation( + Line(points = {{86, 6}, {22, 6}, {22, 44}, {28, 44}}, color = {0, 0, 127}, thickness = 0.5)); + connect(chiBeaTesBed.bldgSP, DOAScon.bldgSP) annotation( + Line(points = {{86, -32}, {1, -32}, {1, -24}}, color = {0, 0, 127})); + connect(chiBeaTesBed.erwsuphum, DOAScon.erwHum) annotation( + Line(points = {{86, -24}, {1, -24}, {1, -17}}, color = {0, 0, 127})); + connect(chiBeaTesBed.rAT, eRWtemp.raT) annotation( + Line(points = {{86, -30}, {-120, -30}, {-120, -74}}, color = {0, 0, 127})); + annotation( + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), + Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-160, -100}, {160, 100}})), + experiment(StartTime = 16848000, StopTime = 16934400, Interval = 600, Tolerance = 1e-06, __Dymola_Algorithm = "Cvode")); end ClosedLoopValidation; From 98793e0593bbaad8005e12682f8358a1ce20de91 Mon Sep 17 00:00:00 2001 From: cerrinamouchref-pnnl Date: Tue, 20 Feb 2024 16:50:38 -0800 Subject: [PATCH 155/196] Updates to Closed Loop Validation --- .../ChilledBeamSystem/BaseClasses/TestBed.mo | 949 ++++++++++-------- .../ChilledBeamSystem/ClosedLoopValidation.mo | 319 +++--- 2 files changed, 701 insertions(+), 567 deletions(-) diff --git a/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo index 791da67de69..9d3c7e23b4d 100644 --- a/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo @@ -1,5 +1,4 @@ within Buildings.Examples.ChilledBeamSystem.BaseClasses; - block TestBed "Testbed consisting of a 5-zone building model paired with DOAS and chilled water supply system" replaceable package MediumA = Buildings.Media.Air "Medium model"; replaceable package MediumW = Buildings.Media.Water "Medium model"; @@ -13,729 +12,835 @@ block TestBed "Testbed consisting of a 5-zone building model paired with DOAS an parameter Real mHotWatCoi_nominal = 96 "Hot water mass flow rate through AHU heating coil"; parameter Real mChiWatCoi_nominal = 96 "Chilled water mass flow rate through AHU cooling coil"; parameter Real mHotWatReh_nominal = mAirTot_flow_nominal*1000*15/4200/10 "Hot water mass flow rate through CAV terminal reheat coils"; + + // Cerrina Added Parameters + parameter Modelica.Units.SI.MassFlowRate mCooAir_flow_nominal "Nominal air mass flow rate from cooling sizing calculations"; + parameter Modelica.Units.SI.MassFlowRate mHeaAir_flow_nominal "Nominal air mass flow rate from heating sizing calculations"; + final parameter Modelica.Units.SI.MassFlowRate mHeaWat_flow_nominal= QHea_flow_nominal/(cpWatLiq*(THeaWatInl_nominal - THeaWatOut_nominal)) "Nominal mass flow rate of hot water to reheat coil"; + parameter Modelica.Units.SI.Temperature THeaWatInl_nominal(start=55 + 273.15, + displayUnit="degC") "Reheat coil nominal inlet water temperature"; + parameter Modelica.Units.SI.Temperature THeaWatOut_nominal(start= + THeaWatInl_nominal - 10, displayUnit="degC") + "Reheat coil nominal outlet water temperature"; + parameter Modelica.Units.SI.Temperature THeaAirInl_nominal(start=12 + 273.15, + displayUnit="degC") + "Inlet air nominal temperature into VAV box during heating"; + parameter Modelica.Units.SI.Temperature THeaAirDis_nominal(start=28 + 273.15, + displayUnit="degC") + "Discharge air temperature from VAV box during heating"; + parameter Modelica.Units.SI.HeatFlowRate QHea_flow_nominal= + mHeaAir_flow_nominal * cpAir * (THeaAirDis_nominal-THeaAirInl_nominal) + "Nominal heating heat flow rate"; + constant Modelica.Units.SI.SpecificHeatCapacity cpAir=Buildings.Utilities.Psychrometrics.Constants.cpAir + "Air specific heat capacity"; + constant Modelica.Units.SI.SpecificHeatCapacity cpWatLiq=Buildings.Utilities.Psychrometrics.Constants.cpWatLiq + "Water specific heat capacity"; + // South zone - parameter Real QSou_flow_nominal = -100000 "Nominal heat flow into south zone" annotation( + parameter Real QSou_flow_nominal = -100000 "Nominal heat flow into south zone" annotation ( Dialog(group = "South zone")); - parameter Real VRooSou = 500 "Volume of zone air in south zone" annotation( + parameter Real VRooSou = 500 "Volume of zone air in south zone" annotation ( Dialog(group = "South zone")); - parameter Real mChiWatSou_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation( + parameter Real mChiWatSou_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation ( Dialog(group = "South zone")); - parameter Real mAirSou_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + parameter Real mAirSou_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation ( Dialog(group = "South zone")); - parameter Real mAChiBeaSou_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + parameter Real mAChiBeaSou_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation ( Dialog(group = "South zone")); // East zone - parameter Real QEas_flow_nominal = -100000 "Nominal heat flow into east zone" annotation( + parameter Real QEas_flow_nominal = -100000 "Nominal heat flow into east zone" annotation ( Dialog(group = "East zone")); - parameter Real VRooEas = 500 "Volume of zone air in east zone" annotation( + parameter Real VRooEas = 500 "Volume of zone air in east zone" annotation ( Dialog(group = "East zone")); - parameter Real mChiWatEas_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation( + parameter Real mChiWatEas_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation ( Dialog(group = "East zone")); - parameter Real mAirEas_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + parameter Real mAirEas_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation ( Dialog(group = "East zone")); - parameter Real mAChiBeaEas_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + parameter Real mAChiBeaEas_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation ( Dialog(group = "East zone")); // North zone - parameter Real QNor_flow_nominal = -100000 "Nominal heat flow into north zone" annotation( + parameter Real QNor_flow_nominal = -100000 "Nominal heat flow into north zone" annotation ( Dialog(group = "North zone")); - parameter Real VRooNor = 500 "Volume of zone air in north zone" annotation( + parameter Real VRooNor = 500 "Volume of zone air in north zone" annotation ( Dialog(group = "North zone")); - parameter Real mChiWatNor_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation( + parameter Real mChiWatNor_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation ( Dialog(group = "North zone")); - parameter Real mAirNor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + parameter Real mAirNor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation ( Dialog(group = "North zone")); - parameter Real mAChiBeaNor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + parameter Real mAChiBeaNor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation ( Dialog(group = "North zone")); // West zone - parameter Real QWes_flow_nominal = -100000 "Nominal heat flow into west zone" annotation( + parameter Real QWes_flow_nominal = -100000 "Nominal heat flow into west zone" annotation ( Dialog(group = "West zone")); - parameter Real VRooWes = 500 "Volume of zone air in west zone" annotation( + parameter Real VRooWes = 500 "Volume of zone air in west zone" annotation ( Dialog(group = "West zone")); - parameter Real mChiWatWes_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation( + parameter Real mChiWatWes_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation ( Dialog(group = "West zone")); - parameter Real mAirWes_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + parameter Real mAirWes_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation ( Dialog(group = "West zone")); - parameter Real mAChiBeaWes_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + parameter Real mAChiBeaWes_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation ( Dialog(group = "West zone")); // Core zone - parameter Real QCor_flow_nominal = -100000 "Nominal heat flow into core zone" annotation( + parameter Real QCor_flow_nominal = -100000 "Nominal heat flow into core zone" annotation ( Dialog(group = "Core zone")); - parameter Real VRooCor = 500 "Volume of zone air in core zone" annotation( + parameter Real VRooCor = 500 "Volume of zone air in core zone" annotation ( Dialog(group = "Core zone")); - parameter Real mChiWatCor_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation( + parameter Real mChiWatCor_flow_nominal = 0.2 "Chilled water volume flow rate into zone" annotation ( Dialog(group = "Core zone")); - parameter Real mAirCor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + parameter Real mAirCor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation ( Dialog(group = "Core zone")); - parameter Real mAChiBeaCor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation( + parameter Real mAChiBeaCor_flow_nominal = 0.2 "Discharge air volume flow rate into zone" annotation ( Dialog(group = "Core zone")); - parameter HeatTransfer.Data.OpaqueConstructions.Generic conExtWal(final nLay = 3, final material = {matWoo, matIns, matGyp}) "Exterior construction" annotation( + parameter HeatTransfer.Data.OpaqueConstructions.Generic conExtWal(final nLay = 3, final material = {matWoo, matIns, matGyp}) "Exterior construction" annotation ( Placement(transformation(extent = {{380, 312}, {400, 332}}))); - parameter HeatTransfer.Data.OpaqueConstructions.Generic conIntWal(final nLay = 1, final material = {matGyp2}) "Interior wall construction" annotation( + parameter HeatTransfer.Data.OpaqueConstructions.Generic conIntWal(final nLay = 1, final material = {matGyp2}) "Interior wall construction" annotation ( Placement(transformation(extent = {{420, 312}, {440, 332}}))); - parameter HeatTransfer.Data.Solids.Plywood matWoo(final x = 0.01, final k = 0.11, final d = 544, final nStaRef = 1) "Wood for exterior construction" annotation( + parameter HeatTransfer.Data.Solids.Plywood matWoo(final x = 0.01, final k = 0.11, final d = 544, final nStaRef = 1) "Wood for exterior construction" annotation ( Placement(transformation(extent = {{452, 308}, {472, 328}}))); - parameter HeatTransfer.Data.Solids.Generic matIns(final x = 0.087, final k = 0.049, final c = 836.8, final d = 265, final nStaRef = 5) "Steelframe construction with insulation" annotation( + parameter HeatTransfer.Data.Solids.Generic matIns(final x = 0.087, final k = 0.049, final c = 836.8, final d = 265, final nStaRef = 5) "Steelframe construction with insulation" annotation ( Placement(transformation(extent = {{492, 308}, {512, 328}}))); - parameter HeatTransfer.Data.Solids.GypsumBoard matGyp(final x = 0.0127, final k = 0.16, final c = 830, final d = 784, final nStaRef = 2) "Gypsum board" annotation( + parameter HeatTransfer.Data.Solids.GypsumBoard matGyp(final x = 0.0127, final k = 0.16, final c = 830, final d = 784, final nStaRef = 2) "Gypsum board" annotation ( Placement(transformation(extent = {{450, 280}, {470, 300}}))); - parameter HeatTransfer.Data.Solids.GypsumBoard matGyp2(final x = 0.025, final k = 0.16, final c = 830, final d = 784, final nStaRef = 2) "Gypsum board" annotation( + parameter HeatTransfer.Data.Solids.GypsumBoard matGyp2(final x = 0.025, final k = 0.16, final c = 830, final d = 784, final nStaRef = 2) "Gypsum board" annotation ( Placement(transformation(extent = {{490, 280}, {510, 300}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta "Pump enable signal" annotation( + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uPumSta "Pump enable signal" annotation ( Placement(transformation(extent = {{-380, -130}, {-340, -90}}), iconTransformation(extent = {{-140, -160}, {-100, -120}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSta "Supply fan enable signal" annotation( + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSta "Supply fan enable signal" annotation ( Placement(transformation(extent = {{-380, 20}, {-340, 60}}), iconTransformation(extent = {{-140, 0}, {-100, 40}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput uFanSpe "Fan speed signal" annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uFanSpe "Fan speed signal" annotation ( Placement(transformation(extent = {{-380, -10}, {-340, 30}}), iconTransformation(extent = {{-140, -40}, {-100, 0}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput uPumSpe "Pump speed signal" annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uPumSpe "Pump speed signal" annotation ( Placement(transformation(extent = {{-380, -160}, {-340, -120}}), iconTransformation(extent = {{-140, -200}, {-100, -160}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput TChiWatSup "Chilled water supply temperature" annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealInput TChiWatSup "Chilled water supply temperature" annotation ( Placement(visible = true, transformation(origin = {0, 0}, extent = {{-380, -200}, {-340, -160}}, rotation = 0), iconTransformation(origin = {-121, -211}, extent = {{-21, -21}, {21, 21}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput uHeaCoi "Heating coil control signal" annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uHeaCoi "Heating coil control signal" annotation ( Placement(transformation(extent = {{-380, -70}, {-340, -30}}), iconTransformation(extent = {{-140, -80}, {-100, -40}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput uCooCoi "AHU cooling coil control signal" annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uCooCoi "AHU cooling coil control signal" annotation ( Placement(transformation(extent = {{-380, -100}, {-340, -60}}), iconTransformation(extent = {{-140, -120}, {-100, -80}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput uCAVDam[5] "CAV damper signal" annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uCAVDam[5] "CAV damper signal" annotation ( Placement(transformation(extent = {{-380, 120}, {-340, 160}}), iconTransformation(extent = {{-140, 80}, {-100, 120}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput uCAVReh[5] "CAV reheat signal" annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uCAVReh[5] "CAV reheat signal" annotation ( Placement(transformation(extent = {{-380, 80}, {-340, 120}}), iconTransformation(extent = {{-140, 40}, {-100, 80}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput uBypValPos "Bypass valve position signal" annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uBypValPos "Bypass valve position signal" annotation ( Placement(transformation(extent = {{-380, 200}, {-340, 240}}), iconTransformation(extent = {{-140, 160}, {-100, 200}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput uChiWatVal[5] "Chilled water valve position signal" annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uChiWatVal[5] "Chilled water valve position signal" annotation ( Placement(transformation(extent = {{-380, 160}, {-340, 200}}), iconTransformation(extent = {{-140, 120}, {-100, 160}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yPumSta "Pump proven on" annotation( - Placement(visible = true, transformation(origin = {2, 30}, extent = {{580, -140}, {620, -100}}, rotation = 0), iconTransformation(origin = {0, 26}, extent = {{100, -160}, {140, -120}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yFanSta "Supply fan proven on" annotation( - Placement(visible = true, transformation(origin = {-2, 32}, extent = {{580, -70}, {620, -30}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{100, -80}, {140, -40}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput dPChiWat "Measured chilled water differential presure" annotation( - Placement(visible = true, transformation(origin = {-2, 20}, extent = {{580, -110}, {620, -70}}, rotation = 0), iconTransformation(origin = {0, 14}, extent = {{100, -120}, {140, -80}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput dPDOASAir "Measured airloop differential presure" annotation( - Placement(visible = true, transformation(origin = {0, 36}, extent = {{580, -40}, {620, 0}}, rotation = 0), iconTransformation(origin = {0, 8}, extent = {{100, -40}, {140, 0}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput TDOASDis(final unit = "K", displayUnit = "K", final quantity = "ThermodynamicTemperature") "Measured DOAS discharge air temperature" annotation( - Placement(visible = true, transformation(origin = {0, 28}, extent = {{580, -170}, {620, -130}}, rotation = 0), iconTransformation(origin = {0, 40}, extent = {{100, -200}, {140, -160}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiWatVal[5] "Measured chilled water valve position" annotation( - Placement(transformation(extent = {{580, 60}, {620, 100}}), iconTransformation(extent = {{100, 40}, {140, 80}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yBypValPos "Measured bypass valve position" annotation( - Placement(transformation(extent = {{580, 100}, {620, 140}}), iconTransformation(extent = {{100, 80}, {140, 120}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDamPos[5] "Measured CAV damper position" annotation( - Placement(visible = true, transformation(origin = {2, 46}, extent = {{580, -10}, {620, 30}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{100, 0}, {140, 40}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput relHumDOASRet "Measured DOAS return air relative humidity" annotation( - Placement(visible = true, transformation(origin = {2, 28}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin = {0, 24}, extent = {{100, -240}, {140, -200}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZon[5] "Measured zone temperature" annotation( - Placement(transformation(extent = {{580, 240}, {620, 280}}), iconTransformation(extent = {{100, 160}, {140, 200}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRelHumZon[5] "Measured zone relative humidity" annotation( - Placement(transformation(extent = {{580, 280}, {620, 320}}), iconTransformation(extent = {{100, 200}, {140, 240}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput VDisAir_flow[5] "Measured zone discharge air volume flow rate" annotation( - Placement(transformation(extent = {{580, 200}, {620, 240}}), iconTransformation(extent = {{100, 120}, {140, 160}}))); - Buildings.Fluid.Movers.SpeedControlled_y pum(redeclare package Medium = MediumW, redeclare Data.PumpCurve per, final addPowerToMedium = false) "Chilled water pump" annotation( - Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, -130}))); - Buildings.Fluid.FixedResistances.Junction jun(redeclare package Medium = MediumW, final m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, final dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation( + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yPumSta "Pump proven on" annotation ( + Placement(visible = true, transformation(origin = {2, 30}, extent = {{580, -140}, {620, -100}}, rotation = 0), iconTransformation(origin={0,68}, extent = {{100, -160}, {140, -120}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yFanSta "Supply fan proven on" annotation ( + Placement(visible = true, transformation(origin = {-2, 32}, extent = {{580, -70}, {620, -30}}, rotation = 0), iconTransformation(origin={0,52}, extent = {{100, -80}, {140, -40}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput dPChiWat "Measured chilled water differential presure" annotation ( + Placement(visible = true, transformation(origin = {-2, 20}, extent = {{580, -110}, {620, -70}}, rotation = 0), iconTransformation(origin={0,60}, extent = {{100, -120}, {140, -80}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput dPDOASAir "Measured airloop differential presure" annotation ( + Placement(visible = true, transformation(origin = {0, 36}, extent = {{580, -40}, {620, 0}}, rotation = 0), iconTransformation(origin={0,72}, extent = {{100, -40}, {140, 0}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput TDOASDis(final unit = "K", displayUnit = "K", final quantity = "ThermodynamicTemperature") "Measured DOAS discharge air temperature" annotation ( + Placement(visible = true, transformation(origin = {0, 28}, extent = {{580, -170}, {620, -130}}, rotation = 0), iconTransformation(origin={0,80}, extent = {{100, -200}, {140, -160}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yChiWatVal[5] "Measured chilled water valve position" annotation ( + Placement(transformation(extent = {{580, 60}, {620, 100}}), iconTransformation(extent={{100,100}, + {140,140}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yBypValPos "Measured bypass valve position" annotation ( + Placement(transformation(extent = {{580, 100}, {620, 140}}), iconTransformation(extent={{100,130}, + {140,170}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yDamPos[5] "Measured CAV damper position" annotation ( + Placement(visible = true, transformation(origin = {2, 46}, extent = {{580, -10}, {620, 30}}, rotation = 0), iconTransformation(origin={0,62}, extent = {{100, 0}, {140, 40}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput relHumDOASRet "Measured DOAS return air relative humidity" annotation ( + Placement(visible = true, transformation(origin = {2, 28}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin={0,70}, extent = {{100, -240}, {140, -200}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput TZon[5] "Measured zone temperature" annotation ( + Placement(transformation(extent = {{580, 240}, {620, 280}}), iconTransformation(extent={{100,188}, + {140,228}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRelHumZon[5] "Measured zone relative humidity" annotation ( + Placement(transformation(extent = {{580, 280}, {620, 320}}), iconTransformation(extent={{100,212}, + {140,252}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput VDisAir_flow[5] "Measured zone discharge air volume flow rate" annotation ( + Placement(transformation(extent = {{580, 200}, {620, 240}}), iconTransformation(extent={{100,162}, + {140,202}}))); + Buildings.Fluid.FixedResistances.Junction jun(redeclare package Medium = MediumW, final m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, final dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, -40}))); - Buildings.Fluid.FixedResistances.Junction jun3(redeclare package Medium = MediumW, final m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, final dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation( + Buildings.Fluid.FixedResistances.Junction jun3(redeclare package Medium = MediumW, final m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, final dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {250, -40}))); - Buildings.Fluid.Actuators.Valves.TwoWayLinear val(redeclare package Medium = MediumW, final m_flow_nominal = mChiWatSou_flow_nominal, final dpValve_nominal = dpValve_nominal, final dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for south zone" annotation( + Buildings.Fluid.Actuators.Valves.TwoWayLinear val(redeclare package Medium = MediumW, final m_flow_nominal = mChiWatSou_flow_nominal, final dpValve_nominal = dpValve_nominal, final dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for south zone" annotation ( Placement(transformation(extent = {{120, -50}, {140, -30}}))); - Buildings.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(final filNam = ModelicaServices.ExternalReferences.loadResource("modelica://Buildings/Resources/weatherdata/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.mos")) "Weather data" annotation( + Buildings.BoundaryConditions.WeatherData.ReaderTMY3 weaDat(final filNam = ModelicaServices.ExternalReferences.loadResource("modelica://Buildings/Resources/weatherdata/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.mos")) "Weather data" annotation ( Placement(visible = true, transformation(origin = {-14, -14}, extent = {{-310, -20}, {-290, 0}}, rotation = 0))); - Buildings.BoundaryConditions.WeatherData.Bus weaBus "Weather Data Bus" annotation( + Buildings.BoundaryConditions.WeatherData.Bus weaBus "Weather Data Bus" annotation ( Placement(visible = true, transformation(origin = {-16, -6}, extent = {{-280, -20}, {-260, 0}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{0, 0}, {0, 0}}, rotation = 0))); - Buildings.Fluid.Sources.Outside amb(redeclare package Medium = MediumA, final nPorts = 4) "Ambient conditions" annotation( - Placement(visible = true, transformation(origin = {-38, -20}, extent = {{-250, -20}, {-228, 2}}, rotation = 0))); - Buildings.Fluid.HeatExchangers.WetCoilCounterFlow cooCoi(final show_T = true, final UA_nominal = 3*mAirTot_flow_nominal*1000*15/Buildings.Fluid.HeatExchangers.BaseClasses.lmtd(T_a1 = 26.2, T_b1 = 12.8, T_a2 = 6, T_b2 = 16), redeclare package Medium1 = MediumW, redeclare package Medium2 = MediumA, final m1_flow_nominal = mAirTot_flow_nominal*1000*15/4200/10, final m2_flow_nominal = mAirTot_flow_nominal, final dp2_nominal = 0, final dp1_nominal = 0, final energyDynamics = Modelica.Fluid.Types.Dynamics.FixedInitial, final allowFlowReversal1 = true, final allowFlowReversal2 = true) "Cooling coil" annotation( + Buildings.Fluid.Sources.Outside amb(redeclare package Medium = MediumA, final nPorts=4) "Ambient conditions" annotation ( + Placement(visible = true, transformation(origin={-44,-26}, extent = {{-250, -20}, {-228, 2}}, rotation = 0))); + Buildings.Fluid.HeatExchangers.WetCoilCounterFlow cooCoi(final show_T = true, final UA_nominal = 3*mAirTot_flow_nominal*1000*15/Buildings.Fluid.HeatExchangers.BaseClasses.lmtd(T_a1 = 26.2, T_b1 = 12.8, T_a2 = 6, T_b2 = 16), redeclare + package Medium1 = MediumW, redeclare + package Medium2 = MediumA, final m1_flow_nominal = mAirTot_flow_nominal*1000*15/4200/10, final m2_flow_nominal = mAirTot_flow_nominal, final dp2_nominal = 0, final dp1_nominal = 0, final energyDynamics = Modelica.Fluid.Types.Dynamics.FixedInitial, final allowFlowReversal1 = true, final allowFlowReversal2 = true) "Cooling coil" annotation ( Placement(transformation(extent = {{-110, 4}, {-130, -16}}))); - Buildings.Fluid.Sources.Boundary_pT sinHea(redeclare package Medium = MediumW, p = 100000, T = 318.15, nPorts = 1) "Sink for heating coil" annotation( + Buildings.Fluid.Sources.Boundary_pT sinHea(redeclare package Medium = MediumW, p = 100000, T = 318.15, nPorts = 1) "Sink for heating coil" annotation ( Placement(visible = true, transformation(origin = {-212, -74}, extent = {{-10, -10}, {10, 10}}, rotation = 90))); - Buildings.Fluid.Sources.Boundary_pT sinCoo(redeclare package Medium = MediumW, final p = 100000, final T = 285.15, final nPorts = 1) "Sink for cooling coil" annotation( + Buildings.Fluid.Sources.Boundary_pT sinCoo(redeclare package Medium = MediumW, final p = 100000, final T = 285.15, final nPorts = 1) "Sink for cooling coil" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {-140, -70}))); - Buildings.Fluid.Sources.MassFlowSource_T souCoo(redeclare package Medium = MediumW, final T = 280.372, final nPorts = 1, final use_m_flow_in = true) "Source for cooling coil" annotation( + Buildings.Fluid.Sources.MassFlowSource_T souCoo(redeclare package Medium = MediumW, final T = 280.372, final nPorts = 1, final use_m_flow_in = true) "Source for cooling coil" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {-100, -70}))); - Buildings.Fluid.Sources.MassFlowSource_T souHea(redeclare package Medium = MediumW, final T = 318.15, final use_m_flow_in = true, final nPorts = 1) "Source for heating coil" annotation( + Buildings.Fluid.Sources.MassFlowSource_T souHea(redeclare package Medium = MediumW, final T = 318.15, final use_m_flow_in = true, final nPorts = 1) "Source for heating coil" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {-170, -70}))); - Buildings.Fluid.HeatExchangers.DryCoilEffectivenessNTU heaCoi(final show_T = true, redeclare package Medium1 = MediumW, redeclare package Medium2 = MediumA, final m1_flow_nominal = mAirTot_flow_nominal*1000*(10 - (-20))/4200/10, final m2_flow_nominal = mAirTot_flow_nominal, final configuration = Buildings.Fluid.Types.HeatExchangerConfiguration.CounterFlow, final Q_flow_nominal = mAirTot_flow_nominal*1006*(16.7 - 8.5), final dp1_nominal = 0, final dp2_nominal = 200 + 200 + 100 + 40, final allowFlowReversal1 = false, final allowFlowReversal2 = false, final T_a1_nominal = 318.15, final T_a2_nominal = 281.65) "Heating coil" annotation( + Buildings.Fluid.HeatExchangers.DryCoilEffectivenessNTU heaCoi(final show_T = true, redeclare + package Medium1 = MediumW, redeclare + package Medium2 = MediumA, final m1_flow_nominal = mAirTot_flow_nominal*1000*(10 - (-20))/4200/10, final m2_flow_nominal = mAirTot_flow_nominal, final configuration = Buildings.Fluid.Types.HeatExchangerConfiguration.CounterFlow, final Q_flow_nominal = mAirTot_flow_nominal*1006*(16.7 - 8.5), final dp1_nominal = 0, final dp2_nominal = 200 + 200 + 100 + 40, final allowFlowReversal1 = false, final allowFlowReversal2 = false, final T_a1_nominal = 318.15, final T_a2_nominal = 281.65) "Heating coil" annotation ( Placement(visible = true, transformation(origin = {26, -10}, extent = {{-180, 4}, {-200, -16}}, rotation = 0))); - Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox souCAVTer(redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, final VRoo = VRooSou, final allowFlowReversal = false) "CAV terminal for south zone" annotation( + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox souCAVTer(redeclare + package MediumA = MediumA, redeclare + package MediumW = MediumW, + mCooAir_flow_nominal=mCooAir_flow_nominal, + mHeaAir_flow_nominal=mHeaAir_flow_nominal, final VRoo = VRooSou, final allowFlowReversal = false, + THeaWatInl_nominal=THeaWatInl_nominal, + THeaWatOut_nominal=THeaWatOut_nominal, + THeaAirInl_nominal=THeaAirInl_nominal, + THeaAirDis_nominal=THeaAirDis_nominal) "CAV terminal for south zone" annotation ( Placement(transformation(extent = {{390, -130}, {430, -90}}))); - Buildings.Fluid.FixedResistances.Junction jun5(redeclare package Medium = MediumA, final m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, final dp_nominal = {0, 0, 0}) "Return air mixer" annotation( + Buildings.Fluid.FixedResistances.Junction jun5(redeclare package Medium = MediumA, final m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, final dp_nominal = {0, 0, 0}) "Return air mixer" annotation ( Placement(transformation(extent = {{-40, 150}, {-20, 170}}))); - Buildings.Fluid.Sources.Boundary_pT sinCoo1(redeclare package Medium = MediumW, final p = 100000, final T = 297.04, final nPorts = 2) "Sink for chillede water" annotation( + Buildings.Fluid.Sources.Boundary_pT sinCoo1(redeclare package Medium = MediumW, final p = 100000, final T = 297.04, final nPorts = 2) "Sink for chillede water" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {250, -176}))); - Buildings.Fluid.Sources.Boundary_pT souCoo1(redeclare package Medium = MediumW, final p = 100000, final use_T_in = true, final T = 285.15, final nPorts = 1) "Source for chilled water to chilled beam manifolds" annotation( + Buildings.Fluid.Sources.Boundary_pT souCoo1(redeclare package Medium = MediumW, final p = 100000, final use_T_in = true, final T = 285.15, final nPorts = 1) "Source for chilled water to chilled beam manifolds" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, -174}))); - Buildings.Fluid.Sensors.TemperatureTwoPort senTem(redeclare package Medium = MediumA, final m_flow_nominal = mAirTot_flow_nominal) "AHU discharge air temperature sensor" annotation( + Buildings.Fluid.Sensors.TemperatureTwoPort senTem(redeclare package Medium = MediumA, final m_flow_nominal = mAirTot_flow_nominal) "AHU discharge air temperature sensor" annotation ( Placement(transformation(extent = {{-40, -10}, {-20, 10}}))); - Buildings.Fluid.Movers.SpeedControlled_y fan(redeclare package Medium = MediumA, redeclare Data.FanCurve per, final addPowerToMedium = false) "DOAS fan" annotation( - Placement(transformation(extent = {{-80, -10}, {-60, 10}}))); - Buildings.Fluid.Sensors.RelativePressure senRelPre(redeclare package Medium = MediumW) "Differential pressure sensor between chilled water supply and return" annotation( + Buildings.Fluid.Sensors.RelativePressure senRelPre(redeclare package Medium + = MediumW) "Differential pressure sensor between chilled water supply and return" annotation ( Placement(transformation(extent = {{150, -80}, {170, -60}}))); - Buildings.Fluid.Sensors.RelativePressure senRelPre1(redeclare package Medium = MediumA) "Differential pressure sensor between AHU discharge and outdoor air" annotation( - Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {-50, 30}))); - Modelica.Blocks.Routing.DeMultiplex demux(final n = 5) "Demultiplexer for chilled water valve signals" annotation( - Placement(transformation(extent = {{40, -30}, {60, -10}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(final uLow = 0.04, final uHigh = 0.05) "Block for generating pump proven on signal" annotation( + Buildings.Fluid.Sensors.RelativePressure senRelPre1(redeclare package Medium + = MediumA) "Differential pressure sensor between AHU discharge and outdoor air" annotation ( + Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin={-50,32}))); + Modelica.Blocks.Routing.DeMultiplex demux(final n = 5) "Demultiplexer for chilled water valve signals" annotation ( + Placement(transformation(extent={{42,-30},{62,-10}}))); + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(final uLow = 0.04, final uHigh = 0.05) "Block for generating pump proven on signal" annotation ( Placement(transformation(extent = {{140, -120}, {160, -100}}))); - Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea "Convert pump enable signal to Real signal" annotation( + Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea "Convert pump enable signal to Real signal" annotation ( Placement(transformation(extent = {{-320, -120}, {-300, -100}}))); - Buildings.Controls.OBC.CDL.Continuous.Multiply pro "Find pump flow signal by multiplying enable signal with speed signal" annotation( + Buildings.Controls.OBC.CDL.Continuous.Multiply pro "Find pump flow signal by multiplying enable signal with speed signal" annotation ( Placement(transformation(extent = {{-280, -140}, {-260, -120}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai(final k = mHotWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation( + Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai(final k = mHotWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation ( Placement(transformation(extent = {{-320, -60}, {-300, -40}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai1(final k = mChiWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation( + Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai1(final k = mChiWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation ( Placement(transformation(extent = {{-320, -90}, {-300, -70}}))); - Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea1 "Convert fan enable signal to Real signal" annotation( + Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea1 "Convert fan enable signal to Real signal" annotation ( Placement(visible = true, transformation(origin = {-8, -2}, extent = {{-320, 30}, {-300, 50}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Multiply pro1 "Find fan flow signal by multiplying enable signal with speed signal" annotation( - Placement(visible = true, transformation(origin = {-24, 8}, extent = {{-280, 10}, {-260, 30}}, rotation = 0))); - Modelica.Blocks.Routing.Multiplex mux1(final n = 5) "Multiplexer for chilled water valve position measurements" annotation( + Buildings.Controls.OBC.CDL.Continuous.Multiply pro1 "Find fan flow signal by multiplying enable signal with speed signal" annotation ( + Placement(visible = true, transformation(origin={-18,10}, extent = {{-280, 10}, {-260, 30}}, rotation = 0))); + Modelica.Blocks.Routing.Multiplex mux1(final n = 5) "Multiplexer for chilled water valve position measurements" annotation ( Placement(transformation(extent = {{160, 70}, {180, 90}}))); - Modelica.Blocks.Routing.DeMultiplex demux1(final n = 5) "Demultiplexer for CAV terminal damper signals" annotation( + Modelica.Blocks.Routing.DeMultiplex demux1(final n = 5) "Demultiplexer for CAV terminal damper signals" annotation ( Placement(transformation(extent = {{300, -260}, {320, -240}}))); - Modelica.Blocks.Routing.DeMultiplex demux2(n = 5) "Demultiplexer for CAV terminal reheat signals" annotation( + Modelica.Blocks.Routing.DeMultiplex demux2(n = 5) "Demultiplexer for CAV terminal reheat signals" annotation ( Placement(transformation(extent = {{300, -300}, {320, -280}}))); - Modelica.Blocks.Routing.Multiplex mux3(n = 5) "Multiplexer for CAV terminal damper position measurements" annotation( + Modelica.Blocks.Routing.Multiplex mux3(n = 5) "Multiplexer for CAV terminal damper position measurements" annotation ( Placement(transformation(extent = {{490, -20}, {510, 0}}))); - Buildings.Fluid.Sensors.RelativeHumidityTwoPort senRelHum(redeclare package Medium = MediumA, m_flow_nominal = mAirTot_flow_nominal) "Relative humidity sensor" annotation( + Buildings.Fluid.Sensors.RelativeHumidityTwoPort senRelHum(redeclare package + Medium = MediumA, m_flow_nominal = mAirTot_flow_nominal) "Relative humidity sensor" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 180, origin = {-90, 160}))); - Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified nor(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal = QNor_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatNor_flow_nominal, V = VRooNor, TAir_nominal = 297.04, mA_flow_nominal = mAirNor_flow_nominal, mAChiBea_flow_nominal = mAChiBeaNor_flow_nominal) "North zone" annotation( + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified nor(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare + package MediumA = MediumA, redeclare + package MediumW = MediumW, Q_flow_nominal = QNor_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatNor_flow_nominal, V = VRooNor, TAir_nominal = 297.04, mA_flow_nominal = mAirNor_flow_nominal, mAChiBea_flow_nominal = mAChiBeaNor_flow_nominal) "North zone" annotation ( Placement(transformation(extent = {{180, 300}, {200, 320}}))); - Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified wes(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal = QWes_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatWes_flow_nominal, V = VRooWes, TAir_nominal = 297.04, mA_flow_nominal = mAirWes_flow_nominal, mAChiBea_flow_nominal = mAChiBeaWes_flow_nominal) "West zone" annotation( + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified wes(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare + package MediumA = MediumA, redeclare + package MediumW = MediumW, Q_flow_nominal = QWes_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatWes_flow_nominal, V = VRooWes, TAir_nominal = 297.04, mA_flow_nominal = mAirWes_flow_nominal, mAChiBea_flow_nominal = mAChiBeaWes_flow_nominal) "West zone" annotation ( Placement(transformation(extent = {{120, 240}, {140, 260}}))); - Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified cor(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal = QCor_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatCor_flow_nominal, V = VRooCor, TAir_nominal = 297.04, mA_flow_nominal = mAirCor_flow_nominal, mAChiBea_flow_nominal = mAChiBeaCor_flow_nominal) "Core zone" annotation( + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified cor(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare + package MediumA = MediumA, redeclare + package MediumW = MediumW, Q_flow_nominal = QCor_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatCor_flow_nominal, V = VRooCor, TAir_nominal = 297.04, mA_flow_nominal = mAirCor_flow_nominal, mAChiBea_flow_nominal = mAChiBeaCor_flow_nominal) "Core zone" annotation ( Placement(transformation(extent = {{180, 240}, {200, 260}}))); - Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified eas(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal = QEas_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatEas_flow_nominal, V = VRooEas, TAir_nominal = 297.04, mA_flow_nominal = mAirEas_flow_nominal, mAChiBea_flow_nominal = mAChiBeaEas_flow_nominal) "East zone" annotation( + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified eas(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare + package MediumA = MediumA, redeclare + package MediumW = MediumW, Q_flow_nominal = QEas_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatEas_flow_nominal, V = VRooEas, TAir_nominal = 297.04, mA_flow_nominal = mAirEas_flow_nominal, mAChiBea_flow_nominal = mAChiBeaEas_flow_nominal) "East zone" annotation ( Placement(transformation(extent = {{240, 240}, {260, 260}}))); - Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified sou(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, Q_flow_nominal = QSou_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatSou_flow_nominal, V = VRooSou, TAir_nominal = 297.04, mA_flow_nominal = mAirSou_flow_nominal, mAChiBea_flow_nominal = mAChiBeaSou_flow_nominal) "South zone" annotation( + Buildings.Examples.ChilledBeamSystem.BaseClasses.ZoneModel_simplified sou(nConExt = 0, nConExtWin = 0, nConPar = 0, nConBou = 3, nSurBou = 0, datConBou(layers = {conIntWal, conIntWal, conIntWal}, A = {6.47, 40.76, 6.47}*hRoo, til = {Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall, Buildings.Types.Tilt.Wall}), redeclare + package MediumA = MediumA, redeclare + package MediumW = MediumW, Q_flow_nominal = QSou_flow_nominal, TRadSup_nominal = TChiWatSup_nominal, TRadRet_nominal = TChiWatRet_nominal, mRad_flow_nominal = mChiWatSou_flow_nominal, V = VRooSou, TAir_nominal = 297.04, mA_flow_nominal = mAirSou_flow_nominal, mAChiBea_flow_nominal = mAChiBeaSou_flow_nominal) "South zone" annotation ( Placement(transformation(extent = {{180, 180}, {200, 200}}))); - Buildings.BoundaryConditions.WeatherData.Bus zonMeaBus "Zone measurements bus" annotation( + Buildings.BoundaryConditions.WeatherData.Bus zonMeaBus "Zone measurements bus" annotation ( Placement(visible = true, transformation(origin = {0, 0}, extent = {{204, 262}, {224, 282}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{0, 0}, {0, 0}}, rotation = 0))); - Modelica.Blocks.Routing.Multiplex5 multiplex5_1 "Multiplexer for zone temperature measurements" annotation( + Modelica.Blocks.Routing.Multiplex5 multiplex5_1 "Multiplexer for zone temperature measurements" annotation ( Placement(visible = true, transformation(origin = {0, 0}, extent = {{300, 250}, {320, 270}}, rotation = 0))); - Modelica.Blocks.Routing.Multiplex5 multiplex5_2 "Multiplexer for zone relative humidity measurements" annotation( + Modelica.Blocks.Routing.Multiplex5 multiplex5_2 "Multiplexer for zone relative humidity measurements" annotation ( Placement(transformation(extent = {{300, 290}, {320, 310}}))); - Modelica.Blocks.Routing.Multiplex5 multiplex5_3 "Multiplexer for zone discharge air volume flowrate measurements" annotation( + Modelica.Blocks.Routing.Multiplex5 multiplex5_3 "Multiplexer for zone discharge air volume flowrate measurements" annotation ( Placement(transformation(extent = {{300, 210}, {320, 230}}))); - Buildings.Fluid.FixedResistances.Junction jun6(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Return air mixer" annotation( + Buildings.Fluid.FixedResistances.Junction jun6(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Return air mixer" annotation ( Placement(transformation(extent = {{-10, 150}, {10, 170}}))); - Buildings.Fluid.FixedResistances.Junction jun7(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Return air mixer" annotation( + Buildings.Fluid.FixedResistances.Junction jun7(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Return air mixer" annotation ( Placement(transformation(extent = {{20, 150}, {40, 170}}))); - Buildings.Fluid.FixedResistances.Junction jun8(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Return air mixer" annotation( + Buildings.Fluid.FixedResistances.Junction jun8(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Return air mixer" annotation ( Placement(transformation(extent = {{50, 150}, {70, 170}}))); - Fluid.FixedResistances.Junction jun1(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation( + Fluid.FixedResistances.Junction jun1(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, 0}))); - Fluid.FixedResistances.Junction jun9(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation( + Fluid.FixedResistances.Junction jun9(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, 40}))); - Fluid.FixedResistances.Junction jun10(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation( + Fluid.FixedResistances.Junction jun10(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, 80}))); - Fluid.FixedResistances.Junction jun11(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation( + Fluid.FixedResistances.Junction jun11(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {100, 120}))); - Fluid.Actuators.Valves.TwoWayLinear val1(redeclare package Medium = MediumW, m_flow_nominal = mChiWatEas_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for east zone" annotation( + Fluid.Actuators.Valves.TwoWayLinear val1(redeclare package Medium = MediumW, m_flow_nominal = mChiWatEas_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for east zone" annotation ( Placement(transformation(extent = {{120, -10}, {140, 10}}))); - Fluid.Actuators.Valves.TwoWayLinear val3(redeclare package Medium = MediumW, m_flow_nominal = mChiWatNor_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for north zone" annotation( + Fluid.Actuators.Valves.TwoWayLinear val3(redeclare package Medium = MediumW, m_flow_nominal = mChiWatNor_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for north zone" annotation ( Placement(transformation(extent = {{120, 30}, {140, 50}}))); - Fluid.Actuators.Valves.TwoWayLinear val4(redeclare package Medium = MediumW, m_flow_nominal = mChiWatWes_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for west zone" annotation( + Fluid.Actuators.Valves.TwoWayLinear val4(redeclare package Medium = MediumW, m_flow_nominal = mChiWatWes_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for west zone" annotation ( Placement(transformation(extent = {{120, 70}, {140, 90}}))); - Fluid.Actuators.Valves.TwoWayLinear val5(redeclare package Medium = MediumW, m_flow_nominal = mChiWatCor_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for core zone" annotation( + Fluid.Actuators.Valves.TwoWayLinear val5(redeclare package Medium = MediumW, m_flow_nominal = mChiWatCor_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled beam control valve for core zone" annotation ( Placement(transformation(extent = {{120, 110}, {140, 130}}))); - Fluid.Actuators.Valves.TwoWayLinear val2(redeclare package Medium = MediumW, m_flow_nominal = mChiWatTot_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled water bypass valve" annotation( + Fluid.Actuators.Valves.TwoWayLinear val2(redeclare package Medium = MediumW, m_flow_nominal = mChiWatTot_flow_nominal, dpValve_nominal = dpValve_nominal, dpFixed_nominal = dpFixed_nominal) "Chilled water bypass valve" annotation ( Placement(transformation(extent = {{160, 130}, {180, 150}}))); - Fluid.FixedResistances.Junction jun2(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation( + Fluid.FixedResistances.Junction jun2(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {250, 0}))); - Fluid.FixedResistances.Junction jun12(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation( + Fluid.FixedResistances.Junction jun12(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {250, 40}))); - Fluid.FixedResistances.Junction jun13(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation( + Fluid.FixedResistances.Junction jun13(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {250, 80}))); - Fluid.FixedResistances.Junction jun14(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation( + Fluid.FixedResistances.Junction jun14(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Chilled water mixer" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {250, 120}))); - Fluid.FixedResistances.Junction jun4(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation( + Fluid.FixedResistances.Junction jun4(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {350, -130}))); - Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox easCAVTer(redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, VRoo = VRooEas, allowFlowReversal = false) "CAV terminal for east zone" annotation( + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox easCAVTer(redeclare + package MediumA = MediumA, redeclare + package MediumW = MediumW, + mCooAir_flow_nominal=mCooAir_flow_nominal, + mHeaAir_flow_nominal=mHeaAir_flow_nominal, VRoo = VRooEas, allowFlowReversal = false, + THeaWatInl_nominal=THeaWatInl_nominal, + THeaWatOut_nominal=THeaWatOut_nominal, + THeaAirInl_nominal=THeaAirInl_nominal, + THeaAirDis_nominal=THeaAirDis_nominal) "CAV terminal for east zone" annotation ( Placement(transformation(extent = {{390, -70}, {430, -30}}))); - Fluid.FixedResistances.Junction jun15(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation( + Fluid.FixedResistances.Junction jun15(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {350, -70}))); - Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox norCAVTer(redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, VRoo = VRooNor, allowFlowReversal = false) "CAV terminal for north zone" annotation( + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox norCAVTer(redeclare + package MediumA = MediumA, redeclare + package MediumW = MediumW, + mCooAir_flow_nominal=mCooAir_flow_nominal, + mHeaAir_flow_nominal=mHeaAir_flow_nominal, VRoo = VRooNor, allowFlowReversal = false, + THeaWatInl_nominal=THeaWatInl_nominal, + THeaWatOut_nominal=THeaWatOut_nominal, + THeaAirInl_nominal=THeaAirInl_nominal, + THeaAirDis_nominal=THeaAirDis_nominal) "CAV terminal for north zone" annotation ( Placement(transformation(extent = {{390, -10}, {430, 30}}))); - Fluid.FixedResistances.Junction jun16(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation( + Fluid.FixedResistances.Junction jun16(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {350, -10}))); - Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox wesCAVTer(redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, VRoo = VRooWes, allowFlowReversal = false) "CAV terminal for west zone" annotation( + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox wesCAVTer(redeclare + package MediumA = MediumA, redeclare + package MediumW = MediumW, + mCooAir_flow_nominal=mCooAir_flow_nominal, + mHeaAir_flow_nominal=mHeaAir_flow_nominal, VRoo = VRooWes, allowFlowReversal = false, + THeaWatInl_nominal=THeaWatInl_nominal, + THeaWatOut_nominal=THeaWatOut_nominal, + THeaAirInl_nominal=THeaAirInl_nominal, + THeaAirDis_nominal=THeaAirDis_nominal) "CAV terminal for west zone" annotation ( Placement(transformation(extent = {{390, 50}, {430, 90}}))); - Fluid.FixedResistances.Junction jun17(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation( + Fluid.FixedResistances.Junction jun17(redeclare package Medium = MediumA, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Supply air splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {350, 50}))); - Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox corCAVTer(redeclare package MediumA = MediumA, redeclare package MediumW = MediumW, mCooAir_flow_nominal = mAirCor_flow_nominal, mHeaAir_flow_nominal = mAirCor_flow_nominal, VRoo = VRooCor, allowFlowReversal = false) "CAV terminal for core zone" annotation( + Buildings.Examples.VAVReheat.BaseClasses.VAVReheatBox corCAVTer(redeclare + package MediumA = MediumA, redeclare + package MediumW = MediumW, + mCooAir_flow_nominal=mCooAir_flow_nominal, + mHeaAir_flow_nominal=mHeaAir_flow_nominal, VRoo = VRooCor, allowFlowReversal = false, + THeaWatInl_nominal=THeaWatInl_nominal, + THeaWatOut_nominal=THeaWatOut_nominal, + THeaAirInl_nominal=THeaAirInl_nominal, + THeaAirDis_nominal=THeaAirDis_nominal) "CAV terminal for core zone" annotation ( Placement(visible = true, transformation(origin = {0, -2}, extent = {{390, 110}, {430, 150}}, rotation = 0))); - Modelica.Blocks.Routing.DeMultiplex demux3(n = 5) "Demultiplexer for zone heat gain signal" annotation( + Modelica.Blocks.Routing.DeMultiplex demux3(n = 5) "Demultiplexer for zone heat gain signal" annotation ( Placement(transformation(extent = {{80, 280}, {100, 300}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput QFlo[5] "Heat flow rate into the zone" annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealInput QFlo[5] "Heat flow rate into the zone" annotation ( Placement(transformation(extent = {{-380, 270}, {-340, 310}}), iconTransformation(extent = {{-140, 200}, {-100, 240}}))); - Buildings.Controls.OBC.CDL.Logical.Pre pre1 "Logical pre block" annotation( + Buildings.Controls.OBC.CDL.Logical.Pre pre1 "Logical pre block" annotation ( Placement(visible = true, transformation(origin = {-14, 8}, extent = {{-320, 60}, {-300, 80}}, rotation = 0))); - Fluid.FixedResistances.Junction jun18(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation( + Fluid.FixedResistances.Junction jun18(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {320, -80}))); - Fluid.FixedResistances.Junction jun22(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation( + Fluid.FixedResistances.Junction jun22(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {480, 70}))); - Fluid.FixedResistances.Junction jun23(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation( + Fluid.FixedResistances.Junction jun23(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {480, 20}))); - Buildings.Fluid.FixedResistances.Junction jun24(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation( + Buildings.Fluid.FixedResistances.Junction jun24(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation ( Placement(visible = true, transformation(origin = {480, -50}, extent = {{-10, -10}, {10, 10}}, rotation = -90))); - Fluid.FixedResistances.Junction jun25(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation( + Fluid.FixedResistances.Junction jun25(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {480, -90}))); - Controls.OBC.CDL.Continuous.MultiplyByParameter gaiM_flow(final k = mAirTot_flow_nominal*1000*15/4200/10) "Calculate hot water mass flowrate based on reheat signal" annotation( + Controls.OBC.CDL.Continuous.MultiplyByParameter gaiM_flow(final k = mAirTot_flow_nominal*1000*15/4200/10) "Calculate hot water mass flowrate based on reheat signal" annotation ( Placement(transformation(extent = {{140, -290}, {160, -270}}))); - Fluid.Sources.MassFlowSource_T souTer(redeclare package Medium = MediumW, nPorts = 1, use_m_flow_in = true, T = 323.15) "Hot water source for terminal boxes " annotation( + Fluid.Sources.MassFlowSource_T souTer(redeclare package Medium = MediumW, nPorts = 1, use_m_flow_in = true, T = 323.15) "Hot water source for terminal boxes " annotation ( Placement(transformation(extent = {{180, -290}, {200, -270}}))); - Controls.OBC.CDL.Continuous.MultiMax mulMax(nin = 5) "Find maximum reheat signal for generating hot water" annotation( + Controls.OBC.CDL.Continuous.MultiMax mulMax(nin = 5) "Find maximum reheat signal for generating hot water" annotation ( Placement(transformation(extent = {{100, -290}, {120, -270}}))); - Fluid.Sources.Boundary_pT sinTer(redeclare package Medium = MediumW, p(displayUnit = "Pa") = 3E5, nPorts = 1) "Hot water sink for terminal boxes" annotation( + Fluid.Sources.Boundary_pT sinTer(redeclare package Medium = MediumW, p(displayUnit = "Pa") = 3E5, nPorts = 1) "Hot water sink for terminal boxes" annotation ( Placement(transformation(extent = {{450, -260}, {470, -240}}))); - Fluid.FixedResistances.Junction jun19(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation( + Fluid.FixedResistances.Junction jun19(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {320, -30}))); - Fluid.FixedResistances.Junction jun20(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation( + Fluid.FixedResistances.Junction jun20(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {320, 20}))); - Fluid.FixedResistances.Junction jun21(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation( + Fluid.FixedResistances.Junction jun21(redeclare package Medium = MediumW, m_flow_nominal = {mAirTot_flow_nominal, -mAirTot_flow_nominal, -mAirTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water splitter" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin = {320, 70}))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput OutdoorAirTemp "Outdoor Air Dry Bulb Temperature" annotation( - Placement(visible = true, transformation(origin = {0, -64}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin = {0, 4}, extent = {{100, -240}, {140, -200}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel(delayTime = 10) annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealOutput OutdoorAirTemp "Outdoor Air Dry Bulb Temperature" annotation ( + Placement(visible = true, transformation(origin={8,-52}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin = {0, 4}, extent = {{100, -240}, {140, -200}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel(delayTime = 10) annotation ( Placement(visible = true, transformation(origin = {-288, 84}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput exhFanSta "Exhaust Fan Proven on" annotation( - Placement(visible = true, transformation(origin = {0, 0}, extent = {{580, -70}, {620, -30}}, rotation = 0), iconTransformation(origin = {0, 18}, extent = {{100, -80}, {140, -40}}, rotation = 0))); - Fluid.Sensors.TemperatureTwoPort senTem1(redeclare package Medium = MediumA, m_flow_nominal = mAirTot_flow_nominal) annotation( + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput exhFanSta "Exhaust Fan Proven on" annotation ( + Placement(visible = true, transformation(origin = {0, 0}, extent = {{580, -70}, {620, -30}}, rotation = 0), iconTransformation(origin={0,80}, extent = {{100, -80}, {140, -40}}, rotation = 0))); + Fluid.Sensors.TemperatureTwoPort senTem1(redeclare package Medium = MediumA, m_flow_nominal = mAirTot_flow_nominal) annotation ( Placement(visible = true, transformation(origin = {-158, 160}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Fluid.Sensors.RelativePressure relativePressure(redeclare package Medium = MediumA) annotation( + Buildings.Fluid.Sensors.RelativePressure relativePressure(redeclare package + Medium = MediumA) annotation ( Placement(visible = true, transformation(origin = {-130, 54}, extent = {{-10, -10}, {10, 10}}, rotation = 90))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput bldgSP "Building Static Pressure SetPoint" annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealOutput bldgSP "Building Static Pressure SetPoint" annotation ( Placement(visible = true, transformation(origin = {0, -136}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin = {-480, -60}, extent = {{580, -200}, {620, -160}}, rotation = 0))); - Buildings.Fluid.MixingVolumes.MixingVolume vol(redeclare package Medium = MediumA, V = 1.2*100, energyDynamics = Modelica.Fluid.Types.Dynamics.FixedInitial, m_flow_nominal = mAirTot_flow_nominal, nPorts = 2) annotation( + Buildings.Fluid.MixingVolumes.MixingVolume vol(redeclare package Medium = MediumA, V = 1.2*100, energyDynamics = Modelica.Fluid.Types.Dynamics.FixedInitial, m_flow_nominal = mAirTot_flow_nominal, nPorts = 2) annotation ( Placement(visible = true, transformation(origin = {-216, 52}, extent = {{6, -16}, {26, 4}}, rotation = 0))); - Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow preHea annotation( + Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow preHea annotation ( Placement(visible = true, transformation(origin = {-150, 44}, extent = {{-100, -10}, {-80, 10}}, rotation = 0))); - Buildings.Fluid.Sensors.MassFlowRate senMasFlo(redeclare package Medium = MediumA) annotation( + Buildings.Fluid.Sensors.MassFlowRate senMasFlo(redeclare package Medium = MediumA) annotation ( Placement(visible = true, transformation(origin = {-236, -8}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput deltaT annotation( + Buildings.Controls.OBC.CDL.Interfaces.RealInput deltaT annotation ( Placement(visible = true, transformation(origin = {-360, -16}, extent = {{-20, -20}, {20, 20}}, rotation = 0), iconTransformation(origin = {-120, 120}, extent = {{-20, -20}, {20, 20}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Multiply mul annotation( - Placement(visible = true, transformation(origin = {-264, 24}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Controls.OBC.CDL.Continuous.MultiplyByParameter gai2(k = 1006) annotation( + Buildings.Controls.OBC.CDL.Continuous.Multiply mul annotation ( + Placement(visible = true, transformation(origin = {-256, 18}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Controls.OBC.CDL.Continuous.MultiplyByParameter gai2(k = 1006) annotation ( Placement(visible = true, transformation(origin = {-312, -2}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput rAT annotation( - Placement(visible = true, transformation(origin = {0, -94}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin = {0, 4}, extent = {{100, -240}, {140, -200}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput erwsuphum "ERW supply relative humidity sensor" annotation( - Placement(visible = true, transformation(origin = {0, -14}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin = {0, 50}, extent = {{100, -240}, {140, -200}}, rotation = 0))); - Buildings.Fluid.Sensors.RelativeHumidityTwoPort senRelHum1(redeclare package Medium = MediumA) annotation( - Placement(visible = true, transformation(origin = {-186, 8}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput rAT annotation ( + Placement(visible = true, transformation(origin = {0, -94}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin={0,36}, extent = {{100, -240}, {140, -200}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput erwsuphum "ERW supply relative humidity sensor" annotation ( + Placement(visible = true, transformation(origin = {0, -14}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin={0,94}, extent = {{100, -240}, {140, -200}}, rotation = 0))); + Buildings.Fluid.Sensors.RelativeHumidityTwoPort senRelHum1(redeclare package + Medium = MediumA, + m_flow_nominal=mAirTot_flow_nominal) annotation ( + Placement(visible = true, transformation(origin={-180,8}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Fluid.Movers.Preconfigured.SpeedControlled_y mov(redeclare package + Medium = MediumA, dp_nominal(displayUnit = "Pa") = 2000, m_flow_nominal = mAirTot_flow_nominal) annotation ( + Placement(visible = true, transformation(origin = {-64, -18}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Fluid.Movers.Preconfigured.SpeedControlled_y mov1(redeclare package + Medium = MediumW, dp_nominal(displayUnit = "Pa") = 60000, m_flow_nominal = mChiWatTot_flow_nominal) annotation ( + Placement(visible = true, transformation(origin = {74, -116}, extent = {{-10, -10}, {10, 10}}, rotation = 90))); equation - connect(jun.port_1, pum.port_b) annotation( - Line(points = {{100, -50}, {100, -120}}, color = {0, 127, 255})); - connect(jun.port_3, val.port_a) annotation( + connect(jun.port_3, val.port_a) annotation ( Line(points = {{110, -40}, {120, -40}}, color = {0, 127, 255})); - connect(weaDat.weaBus, weaBus) annotation( + connect(weaDat.weaBus, weaBus) annotation ( Line(points = {{-304, -24}, {-304, -16}, {-286, -16}}, color = {255, 204, 51}, thickness = 0.5)); - connect(weaBus, amb.weaBus) annotation( - Line(points = {{-286, -16}, {-260, -16}, {-260, -29}, {-288, -29}}, color = {255, 204, 51}, thickness = 0.5)); - connect(cooCoi.port_b1, sinCoo.ports[1]) annotation( - Line(points = {{-130, -12}, {-140, -12}, {-140, -60}}, color = {28, 108, 200}, thickness = 0.5)); - connect(heaCoi.port_b2, cooCoi.port_a2) annotation( + connect(weaBus, amb.weaBus) annotation ( + Line(points={{-286,-16},{-262,-16},{-262,-34.78},{-294,-34.78}}, color = {255, 204, 51}, thickness = 0.5)); + connect(cooCoi.port_b1, sinCoo.ports[1]) annotation ( + Line(points={{-130,-12},{-140,-12},{-140,-60}}, color = {28, 108, 200}, thickness = 0.5)); + connect(heaCoi.port_b2, cooCoi.port_a2) annotation ( Line(points = {{-154, -10}, {-143, -10}, {-143, 0}, {-130, 0}}, color = {0, 127, 255}, thickness = 0.5)); - connect(souHea.ports[1], heaCoi.port_a1) annotation( + connect(souHea.ports[1], heaCoi.port_a1) annotation ( Line(points = {{-170, -60}, {-170, -36}, {-154, -36}, {-154, -22}}, color = {28, 108, 200}, thickness = 0.5)); - connect(heaCoi.port_b1, sinHea.ports[1]) annotation( + connect(heaCoi.port_b1, sinHea.ports[1]) annotation ( Line(points = {{-174, -22}, {-212, -22}, {-212, -64}}, color = {28, 108, 200}, thickness = 0.5)); - connect(souCoo1.ports[1], pum.port_a) annotation( - Line(points = {{100, -164}, {100, -140}}, color = {0, 127, 255})); - connect(jun3.port_2, sinCoo1.ports[1]) annotation( + connect(jun3.port_2, sinCoo1.ports[1]) annotation ( Line(points = {{250, -50}, {250, -166}, {248, -166}}, color = {0, 127, 255})); - connect(fan.port_b, senTem.port_a) annotation( - Line(points = {{-60, 0}, {-40, 0}}, color = {0, 127, 255})); - connect(cooCoi.port_b2, fan.port_a) annotation( - Line(points = {{-110, 0}, {-80, 0}}, color = {0, 127, 255})); - connect(senRelPre.port_a, pum.port_b) annotation( - Line(points = {{150, -70}, {100, -70}, {100, -120}}, color = {0, 127, 255})); - connect(senRelPre.port_b, sinCoo1.ports[2]) annotation( + connect(senRelPre.port_b, sinCoo1.ports[2]) annotation ( Line(points = {{170, -70}, {252, -70}, {252, -166}}, color = {0, 127, 255})); - connect(fan.port_b, senRelPre1.port_a) annotation( - Line(points = {{-60, 0}, {-50, 0}, {-50, 20}}, color = {0, 127, 255})); - connect(senRelPre1.port_b, amb.ports[1]) annotation( - Line(points = {{-50, 40}, {-50, 60}, {-212, 60}, {-212, -2}, {-216, -2}, {-216, -29}, {-266, -29}}, color = {0, 127, 255})); - connect(pum.y_actual, hys.u) annotation( - Line(points = {{93, -119}, {93, -110}, {138, -110}}, color = {0, 0, 127})); - connect(uPumSta, booToRea.u) annotation( + connect(uPumSta, booToRea.u) annotation ( Line(points = {{-360, -110}, {-322, -110}}, color = {255, 0, 255})); - connect(booToRea.y, pro.u1) annotation( + connect(booToRea.y, pro.u1) annotation ( Line(points = {{-298, -110}, {-290, -110}, {-290, -124}, {-282, -124}}, color = {0, 0, 127})); - connect(uPumSpe, pro.u2) annotation( + connect(uPumSpe, pro.u2) annotation ( Line(points = {{-360, -140}, {-290, -140}, {-290, -136}, {-282, -136}}, color = {0, 0, 127})); - connect(pro.y, pum.y) annotation( - Line(points = {{-258, -130}, {88, -130}}, color = {0, 0, 127})); - connect(TChiWatSup, souCoo1.T_in) annotation( + connect(TChiWatSup, souCoo1.T_in) annotation ( Line(points = {{-360, -180}, {80, -180}, {80, -194}, {96, -194}, {96, -186}}, color = {0, 0, 127})); - connect(uCooCoi, gai1.u) annotation( + connect(uCooCoi, gai1.u) annotation ( Line(points = {{-360, -80}, {-322, -80}}, color = {0, 0, 127})); - connect(gai1.y, souCoo.m_flow_in) annotation( + connect(gai1.y, souCoo.m_flow_in) annotation ( Line(points = {{-298, -80}, {-270, -80}, {-270, -110}, {-108, -110}, {-108, -82}}, color = {0, 0, 127})); - connect(uHeaCoi, gai.u) annotation( + connect(uHeaCoi, gai.u) annotation ( Line(points = {{-360, -50}, {-322, -50}}, color = {0, 0, 127})); - connect(gai.y, souHea.m_flow_in) annotation( + connect(gai.y, souHea.m_flow_in) annotation ( Line(points = {{-298, -50}, {-260, -50}, {-260, -92}, {-178, -92}, {-178, -82}}, color = {0, 0, 127})); - connect(senTem.T, TDOASDis) annotation( + connect(senTem.T, TDOASDis) annotation ( Line(points = {{-30, 11}, {-30, 20}, {-10, 20}, {-10, -152}, {348, -152}, {348, -122}, {600, -122}}, color = {0, 0, 127})); - connect(uFanSta, booToRea1.u) annotation( + connect(uFanSta, booToRea1.u) annotation ( Line(points = {{-360, 40}, {-341, 40}, {-341, 38}, {-330, 38}}, color = {255, 0, 255})); - connect(booToRea1.y, pro1.u1) annotation( - Line(points = {{-306, 38}, {-306, 34}}, color = {0, 0, 127})); - connect(uFanSpe, pro1.u2) annotation( - Line(points = {{-360, 10}, {-300, 10}, {-300, 22}, {-306, 22}}, color = {0, 0, 127})); - connect(pro1.y, fan.y) annotation( - Line(points = {{-282, 28}, {-72, 28}, {-72, 12}, {-70, 12}}, color = {0, 0, 127})); - connect(val.y_actual, mux1.u[1]) annotation( + connect(booToRea1.y, pro1.u1) annotation ( + Line(points={{-306,38},{-306,36},{-300,36}}, color = {0, 0, 127})); + connect(uFanSpe, pro1.u2) annotation ( + Line(points={{-360,10},{-330,10},{-330,24},{-300,24}}, color = {0, 0, 127})); + connect(val.y_actual, mux1.u[1]) annotation ( Line(points = {{135, -33}, {154, -33}, {154, 85.6}, {160, 85.6}}, color = {0, 0, 127})); - connect(demux.y[1], val.y) annotation( - Line(points = {{60, -14.4}, {130, -14.4}, {130, -28}}, color = {0, 0, 127})); - connect(senRelHum.port_a, jun5.port_1) annotation( + connect(demux.y[1], val.y) annotation ( + Line(points={{62,-14.4},{130,-14.4},{130,-28}}, color = {0, 0, 127})); + connect(senRelHum.port_a, jun5.port_1) annotation ( Line(points = {{-80, 160}, {-40, 160}}, color = {0, 127, 255})); - connect(senRelHum.phi, relHumDOASRet) annotation( + connect(senRelHum.phi, relHumDOASRet) annotation ( Line(points = {{-90.1, 149}, {-90.1, -152}, {602, -152}}, color = {0, 0, 127})); - connect(wes.port_a, sou.port_a) annotation( + connect(wes.port_a, sou.port_a) annotation ( Line(points = {{130, 260}, {130, 270}, {170, 270}, {170, 230}, {190, 230}, {190, 200}}, color = {191, 0, 0})); - connect(wes.port_a, nor.port_a) annotation( + connect(wes.port_a, nor.port_a) annotation ( Line(points = {{130, 260}, {130, 270}, {170, 270}, {170, 330}, {190, 330}, {190, 320}}, color = {191, 0, 0})); - connect(nor.port_a, eas.port_a) annotation( + connect(nor.port_a, eas.port_a) annotation ( Line(points = {{190, 320}, {190, 330}, {250, 330}, {250, 260}}, color = {191, 0, 0})); - connect(eas.port_a, sou.port_a) annotation( + connect(eas.port_a, sou.port_a) annotation ( Line(points = {{250, 260}, {250, 264}, {210, 264}, {210, 230}, {190, 230}, {190, 200}}, color = {191, 0, 0})); - connect(wes.port_a, cor.port_a) annotation( + connect(wes.port_a, cor.port_a) annotation ( Line(points = {{130, 260}, {130, 270}, {190, 270}, {190, 260}}, color = {191, 0, 0})); - connect(eas.port_a, cor.port_a) annotation( + connect(eas.port_a, cor.port_a) annotation ( Line(points = {{250, 260}, {250, 264}, {190, 264}, {190, 260}}, color = {191, 0, 0})); - connect(sou.yRelHumZon, zonMeaBus.yRelHumSou) annotation( + connect(sou.yRelHumZon, zonMeaBus.yRelHumSou) annotation ( Line(points = {{202, 198}, {214, 198}, {214, 272}}, color = {0, 0, 127})); - connect(sou.TZon, zonMeaBus.TSou) annotation( + connect(sou.TZon, zonMeaBus.TSou) annotation ( Line(points = {{202, 194}, {214, 194}, {214, 272}}, color = {0, 0, 127})); - connect(sou.VDisAir_flow, zonMeaBus.VAirSou) annotation( + connect(sou.VDisAir_flow, zonMeaBus.VAirSou) annotation ( Line(points = {{202, 190}, {214, 190}, {214, 272}}, color = {0, 0, 127})); - connect(wes.yRelHumZon, zonMeaBus.yRelHumWes) annotation( + connect(wes.yRelHumZon, zonMeaBus.yRelHumWes) annotation ( Line(points = {{142, 258}, {172, 258}, {172, 272}, {214, 272}}, color = {0, 0, 127})); - connect(wes.TZon, zonMeaBus.TWes) annotation( + connect(wes.TZon, zonMeaBus.TWes) annotation ( Line(points = {{142, 254}, {172, 254}, {172, 272}, {214, 272}}, color = {0, 0, 127})); - connect(wes.VDisAir_flow, zonMeaBus.VAirWes) annotation( + connect(wes.VDisAir_flow, zonMeaBus.VAirWes) annotation ( Line(points = {{142, 250}, {172, 250}, {172, 272}, {214, 272}}, color = {0, 0, 127})); - connect(nor.yRelHumZon, zonMeaBus.yRelHumNor) annotation( + connect(nor.yRelHumZon, zonMeaBus.yRelHumNor) annotation ( Line(points = {{202, 318}, {214, 318}, {214, 272}}, color = {0, 0, 127})); - connect(nor.TZon, zonMeaBus.TNor) annotation( + connect(nor.TZon, zonMeaBus.TNor) annotation ( Line(points = {{202, 314}, {214, 314}, {214, 272}}, color = {0, 0, 127})); - connect(nor.VDisAir_flow, zonMeaBus.VAirNor) annotation( + connect(nor.VDisAir_flow, zonMeaBus.VAirNor) annotation ( Line(points = {{202, 310}, {214, 310}, {214, 272}}, color = {0, 0, 127})); - connect(eas.yRelHumZon, zonMeaBus.yRelHumEas) annotation( + connect(eas.yRelHumZon, zonMeaBus.yRelHumEas) annotation ( Line(points = {{262, 258}, {268, 258}, {268, 272}, {214, 272}}, color = {0, 0, 127})); - connect(eas.TZon, zonMeaBus.TEas) annotation( + connect(eas.TZon, zonMeaBus.TEas) annotation ( Line(points = {{262, 254}, {268, 254}, {268, 272}, {214, 272}}, color = {0, 0, 127})); - connect(eas.VDisAir_flow, zonMeaBus.VAirEas) annotation( + connect(eas.VDisAir_flow, zonMeaBus.VAirEas) annotation ( Line(points = {{262, 250}, {268, 250}, {268, 272}, {214, 272}}, color = {0, 0, 127})); - connect(cor.yRelHumZon, zonMeaBus.yRelHumCor) annotation( + connect(cor.yRelHumZon, zonMeaBus.yRelHumCor) annotation ( Line(points = {{202, 258}, {214, 258}, {214, 272}}, color = {0, 0, 127})); - connect(cor.TZon, zonMeaBus.TCor) annotation( + connect(cor.TZon, zonMeaBus.TCor) annotation ( Line(points = {{202, 254}, {214, 254}, {214, 272}}, color = {0, 0, 127})); - connect(cor.VDisAir_flow, zonMeaBus.VAirCor) annotation( + connect(cor.VDisAir_flow, zonMeaBus.VAirCor) annotation ( Line(points = {{202, 250}, {214, 250}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_1.y, TZon) annotation( + connect(multiplex5_1.y, TZon) annotation ( Line(points = {{321, 260}, {600, 260}}, color = {0, 0, 127})); - connect(multiplex5_1.u1[1], zonMeaBus.TSou) annotation( + connect(multiplex5_1.u1[1], zonMeaBus.TSou) annotation ( Line(points = {{298, 270}, {280, 270}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_1.u2[1], zonMeaBus.TEas) annotation( + connect(multiplex5_1.u2[1], zonMeaBus.TEas) annotation ( Line(points = {{298, 265}, {280, 265}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_1.u3[1], zonMeaBus.TNor) annotation( + connect(multiplex5_1.u3[1], zonMeaBus.TNor) annotation ( Line(points = {{298, 260}, {280, 260}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_1.u4[1], zonMeaBus.TWes) annotation( + connect(multiplex5_1.u4[1], zonMeaBus.TWes) annotation ( Line(points = {{298, 255}, {280, 255}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_1.u5[1], zonMeaBus.TCor) annotation( + connect(multiplex5_1.u5[1], zonMeaBus.TCor) annotation ( Line(points = {{298, 250}, {280, 250}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_3.y, VDisAir_flow) annotation( + connect(multiplex5_3.y, VDisAir_flow) annotation ( Line(points = {{321, 220}, {600, 220}}, color = {0, 0, 127})); - connect(multiplex5_2.y, yRelHumZon) annotation( + connect(multiplex5_2.y, yRelHumZon) annotation ( Line(points = {{321, 300}, {600, 300}}, color = {0, 0, 127})); - connect(multiplex5_2.u1[1], zonMeaBus.yRelHumSou) annotation( + connect(multiplex5_2.u1[1], zonMeaBus.yRelHumSou) annotation ( Line(points = {{298, 310}, {280, 310}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_2.u2[1], zonMeaBus.yRelHumEas) annotation( + connect(multiplex5_2.u2[1], zonMeaBus.yRelHumEas) annotation ( Line(points = {{298, 305}, {280, 305}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_2.u3[1], zonMeaBus.yRelHumNor) annotation( + connect(multiplex5_2.u3[1], zonMeaBus.yRelHumNor) annotation ( Line(points = {{298, 300}, {280, 300}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_2.u4[1], zonMeaBus.yRelHumWes) annotation( + connect(multiplex5_2.u4[1], zonMeaBus.yRelHumWes) annotation ( Line(points = {{298, 295}, {280, 295}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_2.u5[1], zonMeaBus.yRelHumCor) annotation( + connect(multiplex5_2.u5[1], zonMeaBus.yRelHumCor) annotation ( Line(points = {{298, 290}, {280, 290}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_3.u1[1], zonMeaBus.VAirSou) annotation( + connect(multiplex5_3.u1[1], zonMeaBus.VAirSou) annotation ( Line(points = {{298, 230}, {280, 230}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_3.u2[1], zonMeaBus.VAirEas) annotation( + connect(multiplex5_3.u2[1], zonMeaBus.VAirEas) annotation ( Line(points = {{298, 225}, {280, 225}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_3.u3[1], zonMeaBus.VAirNor) annotation( + connect(multiplex5_3.u3[1], zonMeaBus.VAirNor) annotation ( Line(points = {{298, 220}, {280, 220}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_3.u4[1], zonMeaBus.VAirWes) annotation( + connect(multiplex5_3.u4[1], zonMeaBus.VAirWes) annotation ( Line(points = {{298, 215}, {280, 215}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(multiplex5_3.u5[1], zonMeaBus.VAirCor) annotation( + connect(multiplex5_3.u5[1], zonMeaBus.VAirCor) annotation ( Line(points = {{298, 210}, {280, 210}, {280, 272}, {214, 272}}, color = {0, 0, 127})); - connect(jun5.port_2, jun6.port_1) annotation( + connect(jun5.port_2, jun6.port_1) annotation ( Line(points = {{-20, 160}, {-10, 160}}, color = {0, 127, 255})); - connect(jun6.port_2, jun7.port_1) annotation( + connect(jun6.port_2, jun7.port_1) annotation ( Line(points = {{10, 160}, {20, 160}}, color = {0, 127, 255})); - connect(jun7.port_2, jun8.port_1) annotation( + connect(jun7.port_2, jun8.port_1) annotation ( Line(points = {{40, 160}, {50, 160}}, color = {0, 127, 255})); - connect(sou.portAir_b, jun8.port_3) annotation( + connect(sou.portAir_b, jun8.port_3) annotation ( Line(points = {{180, 186}, {160, 186}, {160, 150}, {60, 150}}, color = {0, 127, 255})); - connect(eas.portAir_b, jun8.port_2) annotation( + connect(eas.portAir_b, jun8.port_2) annotation ( Line(points = {{240, 246}, {230, 246}, {230, 210}, {140, 210}, {140, 160}, {70, 160}}, color = {0, 127, 255})); - connect(nor.portAir_b, jun7.port_3) annotation( + connect(nor.portAir_b, jun7.port_3) annotation ( Line(points = {{180, 306}, {160, 306}, {160, 210}, {140, 210}, {140, 170}, {46, 170}, {46, 150}, {30, 150}}, color = {0, 127, 255})); - connect(wes.portAir_b, jun6.port_3) annotation( + connect(wes.portAir_b, jun6.port_3) annotation ( Line(points = {{120, 246}, {112, 246}, {112, 170}, {14, 170}, {14, 150}, {0, 150}}, color = {0, 127, 255})); - connect(cor.portAir_b, jun5.port_3) annotation( + connect(cor.portAir_b, jun5.port_3) annotation ( Line(points = {{180, 246}, {160, 246}, {160, 210}, {140, 210}, {140, 170}, {-14, 170}, {-14, 150}, {-30, 150}}, color = {0, 127, 255})); - connect(jun.port_2, jun1.port_1) annotation( + connect(jun.port_2, jun1.port_1) annotation ( Line(points = {{100, -30}, {100, -10}}, color = {0, 127, 255})); - connect(jun1.port_2, jun9.port_1) annotation( + connect(jun1.port_2, jun9.port_1) annotation ( Line(points = {{100, 10}, {100, 30}}, color = {0, 127, 255})); - connect(jun9.port_2, jun10.port_1) annotation( + connect(jun9.port_2, jun10.port_1) annotation ( Line(points = {{100, 50}, {100, 70}}, color = {0, 127, 255})); - connect(jun10.port_2, jun11.port_1) annotation( + connect(jun10.port_2, jun11.port_1) annotation ( Line(points = {{100, 90}, {100, 110}}, color = {0, 127, 255})); - connect(jun1.port_3, val1.port_a) annotation( + connect(jun1.port_3, val1.port_a) annotation ( Line(points = {{110, 0}, {120, 0}}, color = {0, 127, 255})); - connect(jun9.port_3, val3.port_a) annotation( + connect(jun9.port_3, val3.port_a) annotation ( Line(points = {{110, 40}, {120, 40}}, color = {0, 127, 255})); - connect(jun10.port_3, val4.port_a) annotation( + connect(jun10.port_3, val4.port_a) annotation ( Line(points = {{110, 80}, {120, 80}}, color = {0, 127, 255})); - connect(jun11.port_3, val5.port_a) annotation( + connect(jun11.port_3, val5.port_a) annotation ( Line(points = {{110, 120}, {120, 120}}, color = {0, 127, 255})); - connect(jun11.port_2, val2.port_a) annotation( + connect(jun11.port_2, val2.port_a) annotation ( Line(points = {{100, 130}, {100, 140}, {160, 140}}, color = {0, 127, 255})); - connect(val2.port_b, jun14.port_1) annotation( + connect(val2.port_b, jun14.port_1) annotation ( Line(points = {{180, 140}, {250, 140}, {250, 130}}, color = {0, 127, 255})); - connect(jun14.port_2, jun13.port_1) annotation( + connect(jun14.port_2, jun13.port_1) annotation ( Line(points = {{250, 110}, {250, 90}}, color = {0, 127, 255})); - connect(jun13.port_2, jun12.port_1) annotation( + connect(jun13.port_2, jun12.port_1) annotation ( Line(points = {{250, 70}, {250, 50}}, color = {0, 127, 255})); - connect(jun12.port_2, jun2.port_1) annotation( + connect(jun12.port_2, jun2.port_1) annotation ( Line(points = {{250, 30}, {250, 10}}, color = {0, 127, 255})); - connect(jun2.port_2, jun3.port_1) annotation( + connect(jun2.port_2, jun3.port_1) annotation ( Line(points = {{250, -10}, {250, -30}}, color = {0, 127, 255})); - connect(val.port_b, sou.portChiWat_a) annotation( + connect(val.port_b, sou.portChiWat_a) annotation ( Line(points = {{140, -40}, {150, -40}, {150, 170}, {186, 170}, {186, 180}}, color = {0, 127, 255})); - connect(val1.port_b, eas.portChiWat_a) annotation( + connect(val1.port_b, eas.portChiWat_a) annotation ( Line(points = {{140, 0}, {150, 0}, {150, 170}, {246, 170}, {246, 240}}, color = {0, 127, 255})); - connect(val3.port_b, nor.portChiWat_a) annotation( + connect(val3.port_b, nor.portChiWat_a) annotation ( Line(points = {{140, 40}, {150, 40}, {150, 170}, {224, 170}, {224, 290}, {186, 290}, {186, 300}}, color = {0, 127, 255})); - connect(val4.port_b, wes.portChiWat_a) annotation( + connect(val4.port_b, wes.portChiWat_a) annotation ( Line(points = {{140, 80}, {150, 80}, {150, 180}, {126, 180}, {126, 240}}, color = {0, 127, 255})); - connect(val5.port_b, cor.portChiWat_a) annotation( + connect(val5.port_b, cor.portChiWat_a) annotation ( Line(points = {{140, 120}, {150, 120}, {150, 220}, {186, 220}, {186, 240}}, color = {0, 127, 255})); - connect(cor.portChiWat_b, jun14.port_3) annotation( + connect(cor.portChiWat_b, jun14.port_3) annotation ( Line(points = {{194, 240}, {194, 220}, {228, 220}, {228, 120}, {240, 120}}, color = {0, 127, 255})); - connect(wes.portChiWat_b, jun13.port_3) annotation( + connect(wes.portChiWat_b, jun13.port_3) annotation ( Line(points = {{134, 240}, {134, 164}, {228, 164}, {228, 80}, {240, 80}}, color = {0, 127, 255})); - connect(nor.portChiWat_b, jun12.port_3) annotation( + connect(nor.portChiWat_b, jun12.port_3) annotation ( Line(points = {{194, 300}, {194, 294}, {228, 294}, {228, 40}, {240, 40}}, color = {0, 127, 255})); - connect(eas.portChiWat_b, jun2.port_3) annotation( + connect(eas.portChiWat_b, jun2.port_3) annotation ( Line(points = {{254, 240}, {254, 216}, {228, 216}, {228, 0}, {240, 0}}, color = {0, 127, 255})); - connect(sou.portChiWat_b, jun3.port_3) annotation( + connect(sou.portChiWat_b, jun3.port_3) annotation ( Line(points = {{194, 180}, {194, 164}, {228, 164}, {228, -40}, {240, -40}}, color = {0, 127, 255})); - connect(uChiWatVal, demux.u) annotation( - Line(points = {{-360, 180}, {-240, 180}, {-240, 140}, {0, 140}, {0, -20}, {38, -20}}, color = {0, 0, 127})); - connect(demux.y[2], val1.y) annotation( - Line(points = {{60, -17.2}, {80, -17.2}, {80, 18}, {130, 18}, {130, 12}}, color = {0, 0, 127})); - connect(demux.y[3], val3.y) annotation( - Line(points = {{60, -20}, {80, -20}, {80, 60}, {130, 60}, {130, 52}}, color = {0, 0, 127})); - connect(demux.y[4], val4.y) annotation( - Line(points = {{60, -22.8}, {80, -22.8}, {80, 100}, {130, 100}, {130, 92}}, color = {0, 0, 127})); - connect(demux.y[5], val5.y) annotation( - Line(points = {{60, -25.6}, {80, -25.6}, {80, 138}, {130, 138}, {130, 132}}, color = {0, 0, 127})); - connect(uBypValPos, val2.y) annotation( + connect(uChiWatVal, demux.u) annotation ( + Line(points={{-360,180},{-240,180},{-240,140},{0,140},{0,-20},{40,-20}}, color = {0, 0, 127})); + connect(demux.y[2], val1.y) annotation ( + Line(points={{62,-17.2},{80,-17.2},{80,18},{130,18},{130,12}}, color = {0, 0, 127})); + connect(demux.y[3], val3.y) annotation ( + Line(points={{62,-20},{80,-20},{80,60},{130,60},{130,52}}, color = {0, 0, 127})); + connect(demux.y[4], val4.y) annotation ( + Line(points={{62,-22.8},{80,-22.8},{80,100},{130,100},{130,92}}, color = {0, 0, 127})); + connect(demux.y[5], val5.y) annotation ( + Line(points={{62,-25.6},{80,-25.6},{80,138},{130,138},{130,132}}, color = {0, 0, 127})); + connect(uBypValPos, val2.y) annotation ( Line(points = {{-360, 220}, {100, 220}, {100, 158}, {170, 158}, {170, 152}}, color = {0, 0, 127})); - connect(val1.y_actual, mux1.u[2]) annotation( + connect(val1.y_actual, mux1.u[2]) annotation ( Line(points = {{135, 7}, {154, 7}, {154, 82.8}, {160, 82.8}}, color = {0, 0, 127})); - connect(val3.y_actual, mux1.u[3]) annotation( + connect(val3.y_actual, mux1.u[3]) annotation ( Line(points = {{135, 47}, {154, 47}, {154, 80}, {160, 80}}, color = {0, 0, 127})); - connect(val4.y_actual, mux1.u[4]) annotation( + connect(val4.y_actual, mux1.u[4]) annotation ( Line(points = {{135, 87}, {154, 87}, {154, 77.2}, {160, 77.2}}, color = {0, 0, 127})); - connect(val5.y_actual, mux1.u[5]) annotation( + connect(val5.y_actual, mux1.u[5]) annotation ( Line(points = {{135, 127}, {154, 127}, {154, 74.4}, {160, 74.4}}, color = {0, 0, 127})); - connect(mux1.y, yChiWatVal) annotation( + connect(mux1.y, yChiWatVal) annotation ( Line(points = {{181, 80}, {200, 80}, {200, -200}, {520, -200}, {520, 80}, {600, 80}}, color = {0, 0, 127})); - connect(jun4.port_3, souCAVTer.port_aAir) annotation( + connect(jun4.port_3, souCAVTer.port_aAir) annotation ( Line(points = {{360, -130}, {410, -130}}, color = {0, 127, 255})); - connect(jun15.port_3, easCAVTer.port_aAir) annotation( + connect(jun15.port_3, easCAVTer.port_aAir) annotation ( Line(points = {{360, -70}, {410, -70}}, color = {0, 127, 255})); - connect(jun16.port_3, norCAVTer.port_aAir) annotation( + connect(jun16.port_3, norCAVTer.port_aAir) annotation ( Line(points = {{360, -10}, {410, -10}}, color = {0, 127, 255})); - connect(jun17.port_3, wesCAVTer.port_aAir) annotation( + connect(jun17.port_3, wesCAVTer.port_aAir) annotation ( Line(points = {{360, 50}, {410, 50}}, color = {0, 127, 255})); - connect(senTem.port_b, jun4.port_1) annotation( + connect(senTem.port_b, jun4.port_1) annotation ( Line(points = {{-20, 0}, {10, 0}, {10, -214}, {350, -214}, {350, -140}}, color = {0, 127, 255})); - connect(jun4.port_2, jun15.port_1) annotation( + connect(jun4.port_2, jun15.port_1) annotation ( Line(points = {{350, -120}, {350, -80}}, color = {0, 127, 255})); - connect(jun15.port_2, jun16.port_1) annotation( + connect(jun15.port_2, jun16.port_1) annotation ( Line(points = {{350, -60}, {350, -20}}, color = {0, 127, 255})); - connect(jun16.port_2, jun17.port_1) annotation( + connect(jun16.port_2, jun17.port_1) annotation ( Line(points = {{350, 0}, {350, 40}}, color = {0, 127, 255})); - connect(jun17.port_2, corCAVTer.port_aAir) annotation( + connect(jun17.port_2, corCAVTer.port_aAir) annotation ( Line(points = {{350, 60}, {350, 108}, {410, 108}}, color = {0, 127, 255})); - connect(demux1.y[1], souCAVTer.yVAV) annotation( + connect(demux1.y[1], souCAVTer.yVAV) annotation ( Line(points = {{320, -244.4}, {374, -244.4}, {374, -94}, {386, -94}}, color = {0, 0, 127})); - connect(demux1.y[2], easCAVTer.yVAV) annotation( + connect(demux1.y[2], easCAVTer.yVAV) annotation ( Line(points = {{320, -247.2}, {374, -247.2}, {374, -34}, {386, -34}}, color = {0, 0, 127})); - connect(demux1.y[3], norCAVTer.yVAV) annotation( + connect(demux1.y[3], norCAVTer.yVAV) annotation ( Line(points = {{320, -250}, {374, -250}, {374, 26}, {386, 26}}, color = {0, 0, 127})); - connect(demux1.y[4], wesCAVTer.yVAV) annotation( + connect(demux1.y[4], wesCAVTer.yVAV) annotation ( Line(points = {{320, -252.8}, {374, -252.8}, {374, 86}, {386, 86}}, color = {0, 0, 127})); - connect(demux1.y[5], corCAVTer.yVAV) annotation( + connect(demux1.y[5], corCAVTer.yVAV) annotation ( Line(points = {{320, -255.6}, {374, -255.6}, {374, 144}, {386, 144}}, color = {0, 0, 127})); - connect(demux2.y[1], souCAVTer.yHea) annotation( + connect(demux2.y[1], souCAVTer.yHea) annotation ( Line(points = {{320, -284.4}, {368, -284.4}, {368, -104}, {386, -104}}, color = {0, 0, 127})); - connect(demux2.y[2], easCAVTer.yHea) annotation( + connect(demux2.y[2], easCAVTer.yHea) annotation ( Line(points = {{320, -287.2}, {368, -287.2}, {368, -44}, {386, -44}}, color = {0, 0, 127})); - connect(demux2.y[3], norCAVTer.yHea) annotation( + connect(demux2.y[3], norCAVTer.yHea) annotation ( Line(points = {{320, -290}, {368, -290}, {368, 16}, {386, 16}}, color = {0, 0, 127})); - connect(demux2.y[4], wesCAVTer.yHea) annotation( + connect(demux2.y[4], wesCAVTer.yHea) annotation ( Line(points = {{320, -292.8}, {368, -292.8}, {368, 76}, {386, 76}}, color = {0, 0, 127})); - connect(demux2.y[5], corCAVTer.yHea) annotation( + connect(demux2.y[5], corCAVTer.yHea) annotation ( Line(points = {{320, -295.6}, {368, -295.6}, {368, 134}, {386, 134}}, color = {0, 0, 127})); - connect(souCAVTer.y_actual, mux3.u[1]) annotation( + connect(souCAVTer.y_actual, mux3.u[1]) annotation ( Line(points = {{432, -110}, {450, -110}, {450, -4.4}, {490, -4.4}}, color = {0, 0, 127})); - connect(easCAVTer.y_actual, mux3.u[2]) annotation( + connect(easCAVTer.y_actual, mux3.u[2]) annotation ( Line(points = {{432, -50}, {450, -50}, {450, -7.2}, {490, -7.2}}, color = {0, 0, 127})); - connect(norCAVTer.y_actual, mux3.u[3]) annotation( + connect(norCAVTer.y_actual, mux3.u[3]) annotation ( Line(points = {{432, 10}, {450, 10}, {450, -10}, {490, -10}}, color = {0, 0, 127})); - connect(wesCAVTer.y_actual, mux3.u[4]) annotation( + connect(wesCAVTer.y_actual, mux3.u[4]) annotation ( Line(points = {{432, 70}, {450, 70}, {450, -12.8}, {490, -12.8}}, color = {0, 0, 127})); - connect(corCAVTer.y_actual, mux3.u[5]) annotation( + connect(corCAVTer.y_actual, mux3.u[5]) annotation ( Line(points = {{432, 128}, {450, 128}, {450, -15.6}, {490, -15.6}}, color = {0, 0, 127})); - connect(mux3.y, yDamPos) annotation( + connect(mux3.y, yDamPos) annotation ( Line(points = {{511, -10}, {560, -10}, {560, 56}, {602, 56}}, color = {0, 0, 127})); - connect(uCAVDam, demux1.u) annotation( + connect(uCAVDam, demux1.u) annotation ( Line(points = {{-360, 140}, {-250, 140}, {-250, 120}, {16, 120}, {16, -90}, {280, -90}, {280, -250}, {298, -250}}, color = {0, 0, 127})); - connect(uCAVReh, demux2.u) annotation( + connect(uCAVReh, demux2.u) annotation ( Line(points = {{-360, 100}, {-4, 100}, {-4, -148}, {290, -148}, {290, -290}, {298, -290}}, color = {0, 0, 127})); - connect(souCAVTer.port_bAir, sou.portAir_a) annotation( + connect(souCAVTer.port_bAir, sou.portAir_a) annotation ( Line(points = {{410, -90}, {440, -90}, {440, 180}, {220, 180}, {220, 186}, {200, 186}}, color = {0, 127, 255})); - connect(easCAVTer.port_bAir, eas.portAir_a) annotation( + connect(easCAVTer.port_bAir, eas.portAir_a) annotation ( Line(points = {{410, -30}, {440, -30}, {440, 180}, {268, 180}, {268, 246}, {260, 246}}, color = {0, 127, 255})); - connect(norCAVTer.port_bAir, nor.portAir_a) annotation( + connect(norCAVTer.port_bAir, nor.portAir_a) annotation ( Line(points = {{410, 30}, {440, 30}, {440, 180}, {220, 180}, {220, 306}, {200, 306}}, color = {0, 127, 255})); - connect(wesCAVTer.port_bAir, wes.portAir_a) annotation( + connect(wesCAVTer.port_bAir, wes.portAir_a) annotation ( Line(points = {{410, 90}, {440, 90}, {440, 180}, {220, 180}, {220, 224}, {146, 224}, {146, 246}, {140, 246}}, color = {0, 127, 255})); - connect(corCAVTer.port_bAir, cor.portAir_a) annotation( + connect(corCAVTer.port_bAir, cor.portAir_a) annotation ( Line(points = {{410, 148}, {440, 148}, {440, 180}, {220, 180}, {220, 224}, {206, 224}, {206, 246}, {200, 246}}, color = {0, 127, 255})); - connect(val2.y_actual, yBypValPos) annotation( + connect(val2.y_actual, yBypValPos) annotation ( Line(points = {{175, 147}, {360, 147}, {360, 170}, {520, 170}, {520, 120}, {600, 120}}, color = {0, 0, 127})); - connect(senRelPre1.p_rel, dPDOASAir) annotation( - Line(points = {{-41, 30}, {4, 30}, {4, -158}, {540, -158}, {540, 16}, {600, 16}}, color = {0, 0, 127})); - connect(hys.y, yPumSta) annotation( + connect(senRelPre1.p_rel, dPDOASAir) annotation ( + Line(points={{-41,32},{4,32},{4,-158},{540,-158},{540,16},{600,16}}, color = {0, 0, 127})); + connect(hys.y, yPumSta) annotation ( Line(points = {{162, -110}, {196, -110}, {196, -204}, {546, -204}, {546, -90}, {602, -90}}, color = {255, 0, 255})); - connect(senRelPre.p_rel, dPChiWat) annotation( + connect(senRelPre.p_rel, dPChiWat) annotation ( Line(points = {{160, -79}, {160, -84}, {186, -84}, {186, -212}, {560, -212}, {560, -70}, {598, -70}}, color = {0, 0, 127})); - connect(QFlo, demux3.u) annotation( + connect(QFlo, demux3.u) annotation ( Line(points = {{-360, 290}, {78, 290}}, color = {0, 0, 127})); - connect(demux3.y[1], sou.QFlo) annotation( + connect(demux3.y[1], sou.QFlo) annotation ( Line(points = {{100, 295.6}, {106, 295.6}, {106, 194}, {178, 194}}, color = {0, 0, 127})); - connect(demux3.y[2], eas.QFlo) annotation( + connect(demux3.y[2], eas.QFlo) annotation ( Line(points = {{100, 292.8}, {180, 292.8}, {180, 280}, {234, 280}, {234, 254}, {238, 254}}, color = {0, 0, 127})); - connect(demux3.y[3], nor.QFlo) annotation( + connect(demux3.y[3], nor.QFlo) annotation ( Line(points = {{100, 290}, {106, 290}, {106, 314}, {178, 314}}, color = {0, 0, 127})); - connect(demux3.y[4], wes.QFlo) annotation( + connect(demux3.y[4], wes.QFlo) annotation ( Line(points = {{100, 287.2}, {106, 287.2}, {106, 254}, {118, 254}}, color = {0, 0, 127})); - connect(demux3.y[5], cor.QFlo) annotation( + connect(demux3.y[5], cor.QFlo) annotation ( Line(points = {{100, 284.4}, {106, 284.4}, {106, 234}, {176, 234}, {176, 254}, {178, 254}}, color = {0, 0, 127})); - connect(val.y_actual, sou.uVal) annotation( + connect(val.y_actual, sou.uVal) annotation ( Line(points = {{135, -33}, {154, -33}, {154, 190}, {178, 190}}, color = {0, 0, 127})); - connect(val1.y_actual, eas.uVal) annotation( + connect(val1.y_actual, eas.uVal) annotation ( Line(points = {{135, 7}, {154, 7}, {154, 204}, {234, 204}, {234, 250}, {238, 250}}, color = {0, 0, 127})); - connect(val3.y_actual, nor.uVal) annotation( + connect(val3.y_actual, nor.uVal) annotation ( Line(points = {{135, 47}, {154, 47}, {154, 310}, {178, 310}}, color = {0, 0, 127})); - connect(val4.y_actual, wes.uVal) annotation( + connect(val4.y_actual, wes.uVal) annotation ( Line(points = {{135, 87}, {154, 87}, {154, 220}, {110, 220}, {110, 250}, {118, 250}}, color = {0, 0, 127})); - connect(val5.y_actual, cor.uVal) annotation( + connect(val5.y_actual, cor.uVal) annotation ( Line(points = {{135, 127}, {154, 127}, {154, 248}, {174, 248}, {174, 250}, {178, 250}}, color = {0, 0, 127})); - connect(uFanSta, pre1.u) annotation( + connect(uFanSta, pre1.u) annotation ( Line(points = {{-360, 40}, {-336, 40}, {-336, 78}}, color = {255, 0, 255})); - connect(pre1.y, yFanSta) annotation( - Line(points = {{-312, 78}, {-36, 78}, {-36, -174}, {50, -174}, {50, -208}, {554, -208}, {554, -18}, {598, -18}}, color = {255, 0, 255})); - connect(souTer.m_flow_in, gaiM_flow.y) annotation( + connect(pre1.y, yFanSta) annotation ( + Line(points={{-312,78},{-306,78},{-306,66},{-300,66},{-300,64},{-254,64},{ + -254,68},{-38,68},{-38,-174},{50,-174},{50,-208},{554,-208},{554,-18}, + {598,-18}}, color = {255, 0, 255})); + connect(souTer.m_flow_in, gaiM_flow.y) annotation ( Line(points = {{178, -272}, {170, -272}, {170, -280}, {162, -280}}, color = {0, 0, 127})); - connect(mulMax.y, gaiM_flow.u) annotation( + connect(mulMax.y, gaiM_flow.u) annotation ( Line(points = {{122, -280}, {138, -280}}, color = {0, 0, 127})); - connect(uCAVReh, mulMax.u[1:5]) annotation( + connect(uCAVReh, mulMax.u[1:5]) annotation ( Line(points = {{-360, 100}, {-4, 100}, {-4, -281.6}, {98, -281.6}}, color = {0, 0, 127})); - connect(souTer.ports[1], jun18.port_1) annotation( + connect(souTer.ports[1], jun18.port_1) annotation ( Line(points = {{200, -280}, {260, -280}, {260, -230}, {320, -230}, {320, -90}}, color = {0, 127, 255})); - connect(jun22.port_2, jun23.port_1) annotation( + connect(jun22.port_2, jun23.port_1) annotation ( Line(points = {{480, 60}, {480, 30}}, color = {0, 127, 255})); - connect(jun23.port_2, jun24.port_1) annotation( + connect(jun23.port_2, jun24.port_1) annotation ( Line(points = {{480, 10}, {480, -40}}, color = {0, 127, 255})); - connect(jun24.port_2, jun25.port_1) annotation( + connect(jun24.port_2, jun25.port_1) annotation ( Line(points = {{480, -60}, {480, -80}}, color = {0, 127, 255})); - connect(jun25.port_2, sinTer.ports[1]) annotation( + connect(jun25.port_2, sinTer.ports[1]) annotation ( Line(points = {{480, -100}, {480, -250}, {470, -250}, {470, -250}}, color = {0, 127, 255})); - connect(jun18.port_2, jun19.port_1) annotation( + connect(jun18.port_2, jun19.port_1) annotation ( Line(points = {{320, -70}, {320, -40}}, color = {0, 127, 255})); - connect(jun19.port_2, jun20.port_1) annotation( + connect(jun19.port_2, jun20.port_1) annotation ( Line(points = {{320, -20}, {320, 10}}, color = {0, 127, 255})); - connect(jun20.port_2, jun21.port_1) annotation( + connect(jun20.port_2, jun21.port_1) annotation ( Line(points = {{320, 30}, {320, 60}}, color = {0, 127, 255})); - connect(pre1.y, truDel.u) annotation( + connect(pre1.y, truDel.u) annotation ( Line(points = {{-312, 78}, {-300, 78}, {-300, 84}}, color = {255, 0, 255})); - connect(truDel.y, exhFanSta) annotation( - Line(points = {{-276, 84}, {-168, 84}, {-168, -50}, {600, -50}}, color = {255, 0, 255})); - connect(senTem1.port_b, senRelHum.port_b) annotation( + connect(senTem1.port_b, senRelHum.port_b) annotation ( Line(points = {{-148, 160}, {-100, 160}}, color = {0, 127, 255})); - connect(amb.ports[2], senTem1.port_a) annotation( - Line(points = {{-266, -29}, {-216, -29}, {-216, 160}, {-168, 160}}, color = {0, 127, 255})); - connect(weaBus.TOut, OutdoorAirTemp) annotation( - Line(points = {{-286, -16}, {-204, -16}, {-204, -244}, {600, -244}}, color = {0, 0, 127})); - connect(cooCoi.port_a1, souCoo.ports[1]) annotation( + connect(amb.ports[1], senTem1.port_a) annotation ( + Line(points={{-272,-31.7},{-216,-31.7},{-216,160},{-168,160}}, color = {0, 127, 255})); + connect(cooCoi.port_a1, souCoo.ports[1]) annotation ( Line(points = {{-110, -12}, {-100, -12}, {-100, -60}}, color = {0, 127, 255})); - connect(relativePressure.port_b, amb.ports[3]) annotation( - Line(points = {{-130, 64}, {-130, -29}, {-266, -29}}, color = {0, 127, 255})); - connect(eas.portAir_b, relativePressure.port_a) annotation( + connect(eas.portAir_b, relativePressure.port_a) annotation ( Line(points = {{240, 246}, {240, 44}, {-130, 44}}, color = {0, 127, 255})); - connect(bldgSP, relativePressure.p_rel) annotation( - Line(points = {{600, -316}, {600, -288}, {-121, -288}, {-121, 54}}, color = {0, 0, 127})); - connect(amb.ports[4], senMasFlo.port_a) annotation( - Line(points = {{-266, -29}, {-266, -8}, {-246, -8}}, color = {0, 127, 255})); - connect(senMasFlo.port_b, vol.ports[1]) annotation( - Line(points = {{-226, -8}, {-226, 36}, {-200, 36}}, color = {0, 127, 255})); - connect(deltaT, gai2.u) annotation( + connect(amb.ports[2], senMasFlo.port_a) annotation ( + Line(points={{-272,-33.9},{-272,-8},{-246,-8}}, color = {0, 127, 255})); + connect(senMasFlo.port_b, vol.ports[1]) annotation ( + Line(points={{-226,-8},{-226,36},{-202,36}}, color = {0, 127, 255})); + connect(deltaT, gai2.u) annotation ( Line(points = {{-360, -16}, {-336, -16}, {-336, -2}, {-324, -2}}, color = {0, 0, 127})); - connect(gai2.y, mul.u1) annotation( - Line(points = {{-300, -2}, {-276, -2}, {-276, 30}}, color = {0, 0, 127})); - connect(senMasFlo.m_flow, mul.u2) annotation( - Line(points = {{-236, 3}, {-276, 3}, {-276, 18}}, color = {0, 0, 127})); - connect(jun21.port_2, corCAVTer.port_aHeaWat) annotation( + connect(jun21.port_2, corCAVTer.port_aHeaWat) annotation ( Line(points = {{320, 80}, {320, 128}, {390, 128}}, color = {0, 127, 255})); - connect(corCAVTer.port_bHeaWat, jun22.port_3) annotation( + connect(corCAVTer.port_bHeaWat, jun22.port_3) annotation ( Line(points = {{390, 116}, {470, 116}, {470, 70}}, color = {0, 127, 255})); - connect(jun20.port_3, wesCAVTer.port_aHeaWat) annotation( + connect(jun20.port_3, wesCAVTer.port_aHeaWat) annotation ( Line(points = {{330, 20}, {378, 20}, {378, 70}, {390, 70}}, color = {0, 127, 255})); - connect(wesCAVTer.port_bHeaWat, jun23.port_3) annotation( + connect(wesCAVTer.port_bHeaWat, jun23.port_3) annotation ( Line(points = {{390, 58}, {470, 58}, {470, 20}}, color = {0, 127, 255})); - connect(jun19.port_3, norCAVTer.port_aHeaWat) annotation( + connect(jun19.port_3, norCAVTer.port_aHeaWat) annotation ( Line(points = {{330, -30}, {382, -30}, {382, 10}, {390, 10}}, color = {0, 127, 255})); - connect(jun21.port_3, easCAVTer.port_aHeaWat) annotation( + connect(jun21.port_3, easCAVTer.port_aHeaWat) annotation ( Line(points = {{330, 70}, {338, 70}, {338, -50}, {390, -50}}, color = {0, 127, 255})); - connect(easCAVTer.port_bHeaWat, jun24.port_3) annotation( + connect(easCAVTer.port_bHeaWat, jun24.port_3) annotation ( Line(points = {{390, -62}, {470, -62}, {470, -50}}, color = {0, 127, 255})); - connect(jun18.port_3, souCAVTer.port_aHeaWat) annotation( + connect(jun18.port_3, souCAVTer.port_aHeaWat) annotation ( Line(points = {{330, -80}, {342, -80}, {342, -110}, {390, -110}}, color = {0, 127, 255})); - connect(souCAVTer.port_bHeaWat, jun25.port_3) annotation( + connect(souCAVTer.port_bHeaWat, jun25.port_3) annotation ( Line(points = {{390, -122}, {378, -122}, {378, -144}, {460, -144}, {460, -90}, {470, -90}}, color = {0, 127, 255})); - connect(norCAVTer.port_bHeaWat, jun22.port_1) annotation( + connect(norCAVTer.port_bHeaWat, jun22.port_1) annotation ( Line(points = {{390, -2}, {458, -2}, {458, 80}, {480, 80}}, color = {0, 127, 255})); - connect(senTem1.T, rAT) annotation( - Line(points = {{-158, 172}, {-28, 172}, {-28, -312}, {470, -312}, {470, -274}, {600, -274}}, color = {0, 0, 127})); - connect(mul.y, preHea.Q_flow) annotation( - Line(points = {{-252, 24}, {-252, 34}, {-250, 34}, {-250, 44}}, color = {0, 0, 127})); - connect(preHea.port, vol.heatPort) annotation( - Line(points = {{-230, 44}, {-230, 49}, {-210, 49}, {-210, 46}}, color = {191, 0, 0})); - connect(senRelHum1.phi, erwsuphum) annotation( - Line(points = {{-186, 19}, {-186, -194}, {600, -194}}, color = {0, 0, 127})); - connect(vol.ports[2], senRelHum1.port_a) annotation( - Line(points = {{-200, 36}, {-196, 36}, {-196, 8}}, color = {0, 127, 255})); - connect(senRelHum1.port_b, heaCoi.port_a2) annotation( - Line(points = {{-176, 8}, {-174, 8}, {-174, -10}}, color = {0, 127, 255})); - annotation( - Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -240}, {100, 240}}), graphics = {Text(textColor = {0, 0, 255}, extent = {{-140, 280}, {140, 240}}, textString = "%name"), Rectangle(origin = {-1, -5}, lineColor = {0, 0, 127}, fillColor = {255, 255, 255}, fillPattern = FillPattern.Solid, extent = {{-101, -247}, {101, 247}})}), + connect(senTem1.T, rAT) annotation ( + Line(points={{-158,171},{-114,171},{-114,172},{-68,172},{-68,-312},{470, + -312},{470,-274},{600,-274}}, color = {0, 0, 127})); + connect(vol.ports[2], senRelHum1.port_a) annotation ( + Line(points={{-198,36},{-190,36},{-190,8}}, color = {0, 127, 255})); + connect(senRelHum1.port_b, heaCoi.port_a2) annotation ( + Line(points={{-170,8},{-174,8},{-174,-10}}, color = {0, 127, 255})); + connect(cooCoi.port_b2, mov.port_a) annotation ( + Line(points = {{-110, 0}, {-74, 0}, {-74, -18}}, color = {0, 127, 255})); + connect(mov.port_b, senTem.port_a) annotation ( + Line(points = {{-54, -18}, {-54, 0}, {-40, 0}}, color = {0, 127, 255})); + connect(mov1.y_actual, hys.u) annotation ( + Line(points = {{67, -105}, {108, -105}, {108, -110}, {138, -110}}, color = {0, 0, 127})); + connect(mov1.port_b, jun.port_1) annotation ( + Line(points = {{74, -106}, {100, -106}, {100, -50}}, color = {0, 127, 255})); + connect(mov1.port_b, senRelPre.port_a) annotation ( + Line(points = {{74, -106}, {124, -106}, {124, -70}, {150, -70}}, color = {0, 127, 255})); + connect(mov1.port_a, souCoo1.ports[1]) annotation ( + Line(points = {{74, -126}, {100, -126}, {100, -164}}, color = {0, 127, 255})); + connect(pro.y, mov1.y) annotation ( + Line(points = {{-258, -130}, {36, -130}, {36, -116}, {62, -116}}, color = {0, 0, 127})); + connect(weaBus.TDryBul, OutdoorAirTemp) annotation (Line( + points={{-286,-16},{-258,-16},{-258,-60},{-244,-60},{-244,-224},{574,-224}, + {574,-232},{608,-232}}, + color={255,204,51}, + thickness=0.5), Text( + string="%first", + index=-1, + extent={{-6,3},{-6,3}}, + horizontalAlignment=TextAlignment.Right)); + connect(senTem.port_b, senRelPre1.port_a) annotation (Line(points={{-20,0},{ + -36,0},{-36,16},{-50,16},{-50,22}}, color={0,127,255})); + connect(gai2.y, mul.u1) annotation (Line(points={{-300,-2},{-288,-2},{-288,0}, + {-276,0},{-276,24},{-268,24}}, color={0,0,127})); + connect(senMasFlo.m_flow, mul.u2) annotation (Line(points={{-236,3},{-254,3}, + {-254,0},{-272,0},{-272,12},{-268,12}}, color={0,0,127})); + connect(mul.y, preHea.Q_flow) annotation (Line(points={{-244,18},{-234,18},{ + -234,34},{-272,34},{-272,44},{-250,44}}, color={0,0,127})); + connect(pro1.y, mov.y) + annotation (Line(points={{-276,30},{-64,30},{-64,-6}}, color={0,0,127})); + connect(preHea.port, vol.heatPort) annotation (Line(points={{-230,44},{-220, + 44},{-220,46},{-210,46}}, color={191,0,0})); + connect(relativePressure.p_rel, bldgSP) annotation (Line(points={{-121,54},{ + -100,54},{-100,50},{-82,50},{-82,-340},{530,-340},{530,-316},{600, + -316}}, color={0,0,127})); + connect(senRelPre1.port_b, amb.ports[3]) annotation (Line(points={{-50,42},{ + -54,42},{-54,74},{-180,74},{-180,24},{-222,24},{-222,-40},{-272,-40}, + {-272,-36.1}}, color={0,127,255})); + connect(senRelHum1.phi, erwsuphum) annotation (Line(points={{-179.9,19},{-198, + 19},{-198,-254},{272,-254},{272,-194},{600,-194}}, color={0,0,127})); + connect(relativePressure.port_b, amb.ports[4]) annotation (Line(points={{-130, + 64},{-142,64},{-142,62},{-148,62},{-148,-38.3},{-272,-38.3}}, color={ + 0,127,255})); + connect(truDel.y, exhFanSta) annotation (Line(points={{-276,84},{-122,84},{ + -122,80},{28,80},{28,-130},{306,-130},{306,-180},{510,-180},{510,-50}, + {600,-50}}, color={255,0,255})); + annotation ( + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -240}, {100, 240}}), graphics={ Text(textColor = {0, 0, 255}, extent = {{-140, 280}, {140, 240}}, textString = "%name"), Rectangle(origin = {-1, -5}, lineColor = {0, 0, 127}, fillColor = {255, 255, 255}, + fillPattern = FillPattern.Solid, extent = {{-101, -247}, {101, 247}})}), Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-340, -320}, {580, 340}}))); end TestBed; diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index 8680491e73e..2a94f0ac656 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -1,166 +1,195 @@ within Buildings.Examples.ChilledBeamSystem; - model ClosedLoopValidation extends Modelica.Icons.Example; parameter Real schTab[5, 2] = [0, 0; 8, 1; 18, 1; 21, 0; 24, 0] "Table defining schedule for enabling plant"; - Buildings.Examples.ChilledBeamSystem.BaseClasses.TestBed chiBeaTesBed(TChiWatRet_nominal = 273.15 + 25, mChiWatTot_flow_nominal = 2.114, mAirTot_flow_nominal = 1*0.676*1.225, mHotWatCoi_nominal = 0.078, mChiWatCoi_nominal = 0.645, VRooSou = 239.25, mChiWatSou_flow_nominal = 0.387, mAirSou_flow_nominal = 1*0.143*1.225, mAChiBeaSou_flow_nominal = 0.143*1.225, VRooEas = 103.31, mChiWatEas_flow_nominal = 0.9, mAirEas_flow_nominal = 1*0.065*1.225, mAChiBeaEas_flow_nominal = 1*0.065*1.225, VRooNor = 239.25, mChiWatNor_flow_nominal = 0.253, mAirNor_flow_nominal = 1*0.143*1.225, mAChiBeaNor_flow_nominal = 0.143*1.225, VRooWes = 103.31, mChiWatWes_flow_nominal = 0.262, mAirWes_flow_nominal = 1*0.065*1.225, mAChiBeaWes_flow_nominal = 0.065*1.225, VRooCor = 447.68, mChiWatCor_flow_nominal = 0.27, mAirCor_flow_nominal = 1*0.26*1.225, mAChiBeaCor_flow_nominal = 0.26*1.225) "Chilled beam system test-bed" annotation( - Placement(visible = true, transformation(origin = {-24, -16}, extent = {{88, -16}, {108, 32}}, rotation = 0))); - Buildings.Controls.OBC.ChilledBeams.Terminal.Controller terCon[5](TdCoo = {0.1, 100, 0.1, 0.1, 0.1}, TiCoo = fill(50, 5), VDes_occ = {0.143, 0.065, 0.143, 0.065, 0.26}, VDes_unoccSch = {0.028, 0.012, 0.028, 0.012, 0.052}, VDes_unoccUnsch = {0.056, 0.024, 0.056, 0.024, 0.104}, controllerTypeCoo = fill(Buildings.Controls.OBC.CDL.Types.SimpleController.PID, 5)) "Terminal controllers" annotation( - Placement(visible = true, transformation(origin = {20, 0}, extent = {{10, 40}, {30, 60}}, rotation = 0))); - Buildings.Controls.OBC.ChilledBeams.System.Controller sysCon(nPum = 1, nVal = 5, minPumSpe = 0.7, TiPumSpe = 50, kBypVal = 10e-3, TiBypVal = 900) annotation( - Placement(visible = true, transformation(origin = {-6, -18}, extent = {{10, -70}, {30, -50}}, rotation = 0))); - Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon(minDDSPset = 400, maxDDSPset = 500, cvDDSPset = 450) annotation( - Placement(visible = true, transformation(origin = {17, -2}, extent = {{-13, -24}, {13, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.MultiMax TZonMax(nin = 5) annotation( - Placement(transformation(extent = {{-40, 50}, {-20, 70}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiMax yDamPosMax(nin = 5) annotation( - Placement(transformation(extent = {{-40, 20}, {-20, 40}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch(final table = schTab, final smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, final timeScale = 3600) "Table defining when occupancy is expected" annotation( + Buildings.Examples.ChilledBeamSystem.BaseClasses.TestBed chiBeaTesBed(TChiWatRet_nominal = 273.15 + 25, mChiWatTot_flow_nominal = 2.114, mAirTot_flow_nominal = 1*0.676*1.225, mHotWatCoi_nominal = 0.078, mChiWatCoi_nominal = 0.645, + mCooAir_flow_nominal=1*0.676*1.225, + mHeaAir_flow_nominal=1*0.676*1.225, + THeaWatInl_nominal=313.15, + THeaWatOut_nominal=298.15, + THeaAirInl_nominal=285.85, + THeaAirDis_nominal=308.15, VRooSou = 239.25, mChiWatSou_flow_nominal = 0.387, mAirSou_flow_nominal = 1*0.143*1.225, mAChiBeaSou_flow_nominal = 0.143*1.225, VRooEas = 103.31, mChiWatEas_flow_nominal = 0.9, mAirEas_flow_nominal = 1*0.065*1.225, mAChiBeaEas_flow_nominal = 1*0.065*1.225, VRooNor = 239.25, mChiWatNor_flow_nominal = 0.253, mAirNor_flow_nominal = 1*0.143*1.225, mAChiBeaNor_flow_nominal = 0.143*1.225, VRooWes = 103.31, mChiWatWes_flow_nominal = 0.262, mAirWes_flow_nominal = 1*0.065*1.225, mAChiBeaWes_flow_nominal = 0.065*1.225, VRooCor = 447.68, mChiWatCor_flow_nominal = 0.27, mAirCor_flow_nominal = 1*0.26*1.225, mAChiBeaCor_flow_nominal = 0.26*1.225) "Chilled beam system test-bed" annotation ( + Placement(visible = true, transformation(origin={-98,-24}, extent = {{88, -16}, {108, 32}}, rotation = 0))); + Buildings.Controls.OBC.ChilledBeams.Terminal.Controller terCon[5](TdCoo = {0.1, 100, 0.1, 0.1, 0.1}, TiCoo = fill(50, 5), VDes_occ = {0.143, 0.065, 0.143, 0.065, 0.26}, VDes_unoccSch = {0.028, 0.012, 0.028, 0.012, 0.052}, VDes_unoccUnsch = {0.056, 0.024, 0.056, 0.024, 0.104}, controllerTypeCoo = fill(Buildings.Controls.OBC.CDL.Types.SimpleController.PID, 5)) "Terminal controllers" annotation ( + Placement(visible = true, transformation(origin={32,14}, extent = {{10, 40}, {30, 60}}, rotation = 0))); + Buildings.Controls.OBC.ChilledBeams.System.Controller sysCon(nPum = 1, nVal = 5, minPumSpe = 0.7, + maxPumSpe=1, TiPumSpe = 50, + dPChiWatMax=1, kBypVal = 10e-3, TiBypVal = 900, + chiWatStaPreMax=1, + chiWatStaPreMin=1, + triAmoVal=0, + resAmoVal=1, + maxResVal=1, + samPerVal=1, + delTimVal=60) annotation ( + Placement(visible = true, transformation(origin={112,-20}, extent = {{10, -70}, {30, -50}}, rotation = 0))); + Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon(minDDSPset = 400, maxDDSPset = 500, cvDDSPset = 450) annotation ( + Placement(visible = true, transformation(origin={-39,-10}, extent = {{-13, -24}, {13, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Continuous.MultiMax TZonMax(nin=5) annotation ( + Placement(transformation(extent={{-40,52},{-20,72}}))); + Buildings.Controls.OBC.CDL.Continuous.MultiMax yDamPosMax(nin=5) annotation ( + Placement(transformation(extent={{-58,20},{-38,40}}))); + Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch(final table = schTab, final smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, final timeScale = 3600) "Table defining when occupancy is expected" annotation ( Placement(transformation(extent = {{-150, 70}, {-130, 90}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(uLow = 0.45, uHigh = 0.5) annotation( + Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(uLow = 0.45, uHigh = 0.5) annotation ( Placement(transformation(extent = {{-120, 70}, {-100, 90}}))); - Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep(nout = 5) annotation( + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep(nout = 5) annotation ( Placement(transformation(extent = {{-90, 70}, {-70, 90}}))); - Buildings.Controls.OBC.CDL.Logical.Sources.Constant uConSig[5](k = fill(false, 5)) "Constant Boolean source" annotation( - Placement(visible = true, transformation(origin = {16, 0}, extent = {{-90, 30}, {-70, 50}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant chiWatSupTem(k = 273.15 + 7.22) "Chilled water supply temperature" annotation( - Placement(transformation(extent = {{-90, -30}, {-70, -10}}))); - Modelica.Blocks.Sources.CombiTimeTable loads(tableOnFile = true, tableName = "tab1", fileName = "C:/buildings_library/buildings_library_pnnl/VM_script/inputTable_constantSetpoint.txt", columns = {2, 3, 4, 5, 6}, timeScale = 60) "Table defining thermal loads for zone" annotation( - Placement(transformation(extent = {{-60, -60}, {-40, -40}}))); - Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel(delayTime = 10) annotation( - Placement(visible = true, transformation(origin = {-20, -76}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.SetPoints.OccupancySchedule occSch(occupancy = 3600*{8, 18}) annotation( - Placement(visible = true, transformation(origin = {6, 74}, extent = {{-152, -44}, {-132, -24}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable TSetRooHea(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 15 + 273.15; 8*3600, 20 + 273.15; 18*3600, 15 + 273.15; 24*3600, 15 + 273.15]) annotation( + Buildings.Controls.OBC.CDL.Logical.Sources.Constant uConSig[5](k = fill(false, 5)) "Constant Boolean source" annotation ( + Placement(visible = true, transformation(origin={2,14}, extent = {{-90, 30}, {-70, 50}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Continuous.Sources.Constant chiWatSupTem(k = 273.15 + 7.22) "Chilled water supply temperature" annotation ( + Placement(transformation(extent={{-148,-26},{-128,-6}}))); + Modelica.Blocks.Sources.CombiTimeTable loads(tableOnFile = true, tableName = "tab1", fileName = "C:/buildings_library/buildings_library_pnnl/VM_script/inputTable_constantSetpoint.txt", columns = {2, 3, 4, 5, 6}, timeScale = 60) "Table defining thermal loads for zone" annotation ( + Placement(transformation(extent={{-46,-66},{-26,-46}}))); + Buildings.Controls.SetPoints.OccupancySchedule occSch(occupancy = 3600*{8, 18}) annotation ( + Placement(visible = true, transformation(origin={-6,74}, extent = {{-152, -44}, {-132, -24}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable TSetRooHea(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 15 + 273.15; 8*3600, 20 + 273.15; 18*3600, 15 + 273.15; 24*3600, 15 + 273.15]) annotation ( Placement(visible = true, transformation(origin = {72, 64}, extent = {{-152, 40}, {-132, 60}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable TSetRooCoo(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 30 + 273.15; 8*3600, 25 + 273.15; 18*3600, 30 + 273.15; 24*3600, 30 + 273.15]) annotation( + Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable TSetRooCoo(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 30 + 273.15; 8*3600, 25 + 273.15; 18*3600, 30 + 273.15; 24*3600, 30 + 273.15]) annotation ( Placement(visible = true, transformation(origin = {74, 122}, extent = {{-152, 10}, {-132, 30}}, rotation = 0))); - Buildings.Controls.OBC.FDE.DOAS.erwTsim eRWtemp annotation( - Placement(visible = true, transformation(origin = {-108, -72}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Controls.OBC.CDL.Continuous.Subtract sub annotation( - Placement(visible = true, transformation(origin = {-64, -84}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booleanScalarReplicator(nout = 5) annotation( - Placement(visible = true, transformation(origin = {-22, -40}, extent = {{-90, 70}, {-70, 90}}, rotation = 0))); - Controls.OBC.CDL.Routing.RealScalarReplicator reaScaRep(nout = 5) annotation( + Buildings.Controls.OBC.FDE.DOAS.erwTsim eRWtemp annotation ( + Placement(visible = true, transformation(origin={-82,-78}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Controls.OBC.CDL.Continuous.Subtract sub annotation ( + Placement(visible = true, transformation(origin={6,-82}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booleanScalarReplicator(nout = 5) annotation ( + Placement(visible = true, transformation(origin={-36,-42}, extent = {{-90, 70}, {-70, 90}}, rotation = 0))); + Controls.OBC.CDL.Routing.RealScalarReplicator reaScaRep(nout = 5) annotation ( Placement(visible = true, transformation(origin = {-26, 98}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator realScalarReplicator(nout = 5) annotation( + Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator realScalarReplicator(nout = 5) annotation ( Placement(visible = true, transformation(origin = {-30, 142}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation - connect(terCon.yReh, chiBeaTesBed.uCAVReh) annotation( - Line(points = {{52, 55}, {52, 26.5}, {62, 26.5}, {62, -2}}, color = {0, 0, 127})); - connect(terCon.yChiVal, chiBeaTesBed.uChiWatVal) annotation( - Line(points = {{52, 52.5}, {52, 29.25}, {62, 29.25}, {62, 6}}, color = {0, 0, 127})); - connect(terCon.yDam, chiBeaTesBed.uCAVDam) annotation( - Line(points = {{52, 50}, {52, 26}, {62, 26}, {62, 2}}, color = {0, 0, 127})); - connect(sysCon.yChiWatPum[1], chiBeaTesBed.uPumSta) annotation( - Line(points = {{26, -72}, {26, -46}, {62, -46}, {62, -22}}, color = {255, 0, 255})); - connect(sysCon.yPumSpe, chiBeaTesBed.uPumSpe) annotation( - Line(points = {{26, -78}, {37, -78}, {37, -26}, {62, -26}}, color = {0, 0, 127})); - connect(chiBeaTesBed.yPumSta, sysCon.uPumSta[1]) annotation( - Line(points = {{86, -22}, {-34, -22}, {-34, -72}, {2, -72}}, color = {255, 0, 255})); - connect(chiBeaTesBed.dPChiWat, sysCon.dPChiWatLoo) annotation( - Line(points = {{86, -18}, {-51, -18}, {-51, -78}, {2, -78}}, color = {0, 0, 127})); - connect(chiBeaTesBed.yChiWatVal, sysCon.uValPos) annotation( - Line(points = {{86, -2}, {67, -2}, {67, -84}, {2, -84}}, color = {0, 0, 127})); - connect(chiBeaTesBed.yChiWatVal, terCon.uChiVal) annotation( - Line(points = {{86, -2}, {86, 18.5}, {28, 18.5}, {28, 41}}, color = {0, 0, 127})); - connect(sysCon.yBypValPos, chiBeaTesBed.uBypValPos) annotation( - Line(points = {{26, -84}, {75, -84}, {75, 10}, {62, 10}}, color = {0, 0, 127})); - connect(DOAScon.supFanStart, chiBeaTesBed.uFanSta) annotation( - Line(points = {{33, 3}, {33, 23.5}, {62, 23.5}, {62, -6}}, color = {255, 0, 255})); - connect(DOAScon.supFanSpeed, chiBeaTesBed.uFanSpe) annotation( - Line(points = {{33, 0}, {32.5, 0}, {32.5, -10}, {62, -10}}, color = {0, 0, 127})); - connect(DOAScon.yRHC, chiBeaTesBed.uHeaCoi) annotation( - Line(points = {{33, -6}, {33, 14.5}, {62, 14.5}, {62, -14}}, color = {0, 0, 127})); - connect(DOAScon.yCC, chiBeaTesBed.uCooCoi) annotation( - Line(points = {{33, -3}, {33, -18}, {62, -18}}, color = {0, 0, 127})); - connect(chiBeaTesBed.TDOASDis, DOAScon.saT) annotation( - Line(points = {{86, -26}, {86, -11.5}, {1, -11.5}, {1, -7}}, color = {0, 0, 127})); - connect(TZonMax.y, DOAScon.highSpaceT) annotation( - Line(points = {{-18, 60}, {-18, 27.5}, {1, 27.5}, {1, -5}}, color = {0, 0, 127})); - connect(yDamPosMax.y, DOAScon.mostOpenDam) annotation( - Line(points = {{-18, 30}, {-18, 5}, {1, 5}}, color = {0, 0, 127})); - connect(chiBeaTesBed.yFanSta, DOAScon.supFanStatus) annotation( - Line(points = {{86, -14}, {86, 1.5}, {1, 1.5}, {1, 3}}, color = {255, 0, 255})); - connect(chiBeaTesBed.relHumDOASRet, DOAScon.retHum) annotation( - Line(points = {{86, -30}, {86, -2}, {1, -2}}, color = {0, 0, 127})); - connect(enaSch.y[1], hys.u) annotation( + connect(DOAScon.supFanSpeed, chiBeaTesBed.uFanSpe) annotation ( + Line(points={{-23.14,-7.8},{-15.5,-7.8},{-15.5,-18},{-12,-18}}, + color = {0, 0, 127})); + connect(enaSch.y[1], hys.u) annotation ( Line(points = {{-128, 80}, {-122, 80}}, color = {0, 0, 127})); - connect(hys.y, booRep.u) annotation( + connect(hys.y, booRep.u) annotation ( Line(points = {{-98, 80}, {-92, 80}}, color = {255, 0, 255})); //connect(booRep.y, terCon.uDetOcc) annotation( //Line(points = {{-68, 80}, {-4, 80}, {-4, 58}, {8, 58}}, color = {255, 0, 255})); - connect(uConSig.y, terCon.uConSen) annotation( - Line(points = {{-52, 40}, {-52, 48}, {-4, 48}, {-4, 49}, {28, 49}}, color = {255, 0, 255})); - connect(hys.y, DOAScon.occ) annotation( - Line(points = {{-98, 80}, {-96, 80}, {-96, 8}, {1, 8}}, color = {255, 0, 255})); - connect(chiWatSupTem.y, chiBeaTesBed.TChiWatSup) annotation( - Line(points = {{-68, -20}, {-3, -20}, {-3, -30}, {62, -30}}, color = {0, 0, 127})); - connect(chiBeaTesBed.TZon, terCon.TZon) annotation( - Line(points = {{86, 10}, {86, 46}, {28, 46}}, color = {0, 0, 127})); - connect(chiBeaTesBed.VDisAir_flow, terCon.VDis_flow) annotation( - Line(points = {{86, 6}, {86, 44}, {28, 44}}, color = {0, 0, 127})); - connect(chiBeaTesBed.TZon, TZonMax.u[1:5]) annotation( - Line(points = {{86, 10}, {86, 58.4}, {-42, 58.4}}, color = {0, 0, 127})); - connect(chiBeaTesBed.yDamPos, yDamPosMax.u[1:5]) annotation( - Line(points = {{86, -6}, {86, 28.4}, {-42, 28.4}}, color = {0, 0, 127})); - connect(loads.y, chiBeaTesBed.QFlo) annotation( - Line(points = {{-39, -50}, {31.5, -50}, {31.5, 14}, {62, 14}}, color = {0, 0, 127})); - connect(chiBeaTesBed.yFanSta, truDel.u) annotation( - Line(points = {{86, -14}, {86, -45}, {-32, -45}, {-32, -76}}, color = {255, 0, 255})); - connect(truDel.y, DOAScon.exhFanProof) annotation( - Line(points = {{-8, -76}, {-8, -52.5}, {1, -52.5}, {1, -22}}, color = {255, 0, 255})); - connect(chiBeaTesBed.TDOASDis, DOAScon.raT) annotation( - Line(points = {{86, -26}, {37.5, -26}, {37.5, -10}, {1, -10}}, color = {0, 0, 127})); - connect(chiBeaTesBed.dPDOASAir, DOAScon.DDSP) annotation( - Line(points = {{86, -10}, {28.5, -10}, {28.5, 0}, {1, 0}}, color = {0, 0, 127})); - connect(DOAScon.oaT, chiBeaTesBed.OutdoorAirTemp) annotation( - Line(points = {{1, -12}, {1, -16.5}, {86, -16.5}, {86, -30}}, color = {0, 0, 127})); - connect(DOAScon.bypDam, eRWtemp.bypDam) annotation( - Line(points = {{33, -9}, {33, -66}, {-120, -66}}, color = {255, 0, 255})); - connect(DOAScon.erwStart, eRWtemp.erwStart) annotation( - Line(points = {{33, -12}, {33, -70}, {-120, -70}}, color = {255, 0, 255})); - connect(DOAScon.erwT, eRWtemp.erwTsim) annotation( - Line(points = {{1, -20}, {1, -72}, {-96, -72}}, color = {0, 0, 127})); - connect(eRWtemp.oaT, chiBeaTesBed.OutdoorAirTemp) annotation( - Line(points = {{-120, -78}, {-120, -65}, {86, -65}, {86, -30}}, color = {0, 0, 127})); - connect(terCon.VDis_flow, chiBeaTesBed.VDisAir_flow) annotation( - Line(points = {{28, 44}, {86, 44}, {86, 6}}, color = {0, 0, 127}, thickness = 0.5)); - connect(chiBeaTesBed.TZon, terCon.TZon) annotation( - Line(points = {{86, 10}, {20, 10}, {20, 46}, {28, 46}}, color = {0, 0, 127}, thickness = 0.5)); - connect(chiBeaTesBed.TDOASDis, DOAScon.ccT) annotation( - Line(points = {{86, -26}, {-28, -26}, {-28, -15}, {1, -15}}, color = {0, 0, 127})); - connect(eRWtemp.erwTsim, sub.u2) annotation( - Line(points = {{-96, -72}, {-6, -72}, {-6, -90}, {-76, -90}}, color = {0, 0, 127})); - connect(chiBeaTesBed.OutdoorAirTemp, sub.u1) annotation( - Line(points = {{86, -32}, {-76, -32}, {-76, -78}}, color = {0, 0, 127})); - connect(sub.y, chiBeaTesBed.deltaT) annotation( - Line(points = {{-52, -84}, {50, -84}, {50, 4}, {62, 4}}, color = {0, 0, 127})); - connect(booRep.y, terCon.uOccExp) annotation( - Line(points = {{-68, 80}, {-8, 80}, {-8, 56}, {28, 56}}, color = {255, 0, 255}, thickness = 0.5)); - connect(occSch.occupied, booleanScalarReplicator.u) annotation( - Line(points = {{-124, 34}, {-118, 34}, {-118, 40}, {-114, 40}}, color = {255, 0, 255})); - connect(booleanScalarReplicator.y, terCon.uOccDet) annotation( - Line(points = {{-90, 40}, {18, 40}, {18, 58}, {28, 58}}, color = {255, 0, 255}, thickness = 0.5)); - connect(TSetRooHea.y[1], reaScaRep.u) annotation( + connect(uConSig.y, terCon.uConSen) annotation ( + Line(points={{-66,54},{-66,48},{-4,48},{-4,62.75},{40,62.75}}, color = {255, 0, 255})); + connect(hys.y, DOAScon.occ) annotation ( + Line(points={{-98,80},{-96,80},{-96,-0.4},{-54.6,-0.4}},color = {255, 0, 255})); + connect(chiBeaTesBed.TZon, terCon.TZon) annotation ( + Line(points={{12,4.8},{20,4.8},{20,60.25},{40,60.25}}, color = {0, 0, 127}, thickness = 0.5)); + connect(eRWtemp.erwTsim, sub.u2) annotation ( + Line(points={{-69.6,-78},{-30,-78},{-30,-88},{-6,-88}}, color = {0, 0, 127})); + connect(booRep.y, terCon.uOccExp) annotation ( + Line(points={{-68,80},{-8,80},{-8,70.25},{40,70.25}}, color = {255, 0, 255}, thickness = 0.5)); + connect(TSetRooHea.y[1], reaScaRep.u) annotation ( Line(points = {{-58, 114}, {-50, 114}, {-50, 98}, {-38, 98}}, color = {0, 0, 127})); - connect(reaScaRep.y, terCon.TZonHeaSet) annotation( - Line(points = {{-14, 98}, {12, 98}, {12, 54}, {28, 54}}, color = {0, 0, 127}, thickness = 0.5)); - connect(TSetRooCoo.y[1], realScalarReplicator.u) annotation( + connect(reaScaRep.y, terCon.TZonHeaSet) annotation ( + Line(points={{-14,98},{12,98},{12,67.75},{40,67.75}}, color = {0, 0, 127}, thickness = 0.5)); + connect(TSetRooCoo.y[1], realScalarReplicator.u) annotation ( Line(points = {{-56, 142}, {-42, 142}}, color = {0, 0, 127})); - connect(realScalarReplicator.y, terCon.TZonCooSet) annotation( - Line(points = {{-18, 142}, {8, 142}, {8, 52}, {28, 52}}, color = {0, 0, 127}, thickness = 0.5)); - connect(chiBeaTesBed.rAT, DOAScon.raT) annotation( - Line(points = {{86, -30}, {114, -30}, {114, -10}, {1, -10}}, color = {0, 0, 127})); - connect(chiBeaTesBed.VDisAir_flow, terCon.VDis_flow) annotation( - Line(points = {{86, 6}, {22, 6}, {22, 44}, {28, 44}}, color = {0, 0, 127}, thickness = 0.5)); - connect(chiBeaTesBed.bldgSP, DOAScon.bldgSP) annotation( - Line(points = {{86, -32}, {1, -32}, {1, -24}}, color = {0, 0, 127})); - connect(chiBeaTesBed.erwsuphum, DOAScon.erwHum) annotation( - Line(points = {{86, -24}, {1, -24}, {1, -17}}, color = {0, 0, 127})); - connect(chiBeaTesBed.rAT, eRWtemp.raT) annotation( - Line(points = {{86, -30}, {-120, -30}, {-120, -74}}, color = {0, 0, 127})); - annotation( + connect(realScalarReplicator.y, terCon.TZonCooSet) annotation ( + Line(points={{-18,142},{8,142},{8,65.25},{40,65.25}}, color = {0, 0, 127}, thickness = 0.5)); + connect(chiBeaTesBed.VDisAir_flow, terCon.VDis_flow) annotation ( + Line(points={{12,2.2},{22,2.2},{22,57.75},{40,57.75}},color = {0, 0, 127}, thickness = 0.5)); + connect(occSch.occupied, booleanScalarReplicator.u) annotation (Line(points={ + {-137,34},{-134,34},{-134,38},{-128,38}}, color={255,0,255})); + connect(booleanScalarReplicator.y, terCon.uOccDet) annotation (Line(points={{ + -104,38},{-102,38},{-102,12},{6,12},{6,72.75},{40,72.75}}, color={255, + 0,255})); + connect(sysCon.yBypValPos, chiBeaTesBed.uBypValPos) annotation (Line(points={ + {144,-86},{148,-86},{148,16},{-20,16},{-20,2},{-12,2}}, color={0,0, + 127})); + connect(chiBeaTesBed.uPumSpe, sysCon.yPumSpe) annotation (Line(points={{-12, + -34},{-16,-34},{-16,-60},{156,-60},{156,-80},{144,-80}}, color={0,0, + 127})); + connect(chiBeaTesBed.yChiWatVal, sysCon.uValPos) annotation (Line(points={{12, + -4},{106,-4},{106,-86},{120,-86}}, color={0,0,127})); + connect(chiBeaTesBed.dPChiWat, sysCon.dPChiWatLoo) annotation (Line(points={{ + 12,-20},{58,-20},{58,-24},{102,-24},{102,-80},{120,-80}}, color={0,0, + 127})); + connect(chiBeaTesBed.yPumSta, sysCon.uPumSta[1]) annotation (Line(points={{12, + -23.2},{50,-23.2},{50,-30},{98,-30},{98,-74},{120,-74}}, color={255,0, + 255})); + connect(DOAScon.bypDam, eRWtemp.bypDam) annotation (Line(points={{-23.14,-17}, + {-20,-17},{-20,-42},{-102,-42},{-102,-72},{-94.4,-72}}, color={255,0, + 255})); + connect(chiBeaTesBed.relHumDOASRet, eRWtemp.raT) annotation (Line(points={{12, + -31},{24,-31},{24,-36},{38,-36},{38,-94},{-108,-94},{-108,-80},{-94.4, + -80}}, color={0,0,127})); + connect(chiBeaTesBed.OutdoorAirTemp, eRWtemp.oaT) annotation (Line(points={{ + 12,-37.6},{20,-37.6},{20,-40},{26,-40},{26,-96},{-98,-96},{-98,-84},{ + -94.4,-84}}, color={0,0,127})); + connect(chiBeaTesBed.OutdoorAirTemp, sub.u1) annotation (Line(points={{12, + -37.6},{14,-37.6},{14,-64},{-10,-64},{-10,-76},{-6,-76}}, color={0,0, + 127})); + connect(yDamPosMax.y, DOAScon.mostOpenDam) annotation (Line(points={{-36,30}, + {-30,30},{-30,16},{-72,16},{-72,-2.8},{-54.6,-2.8}}, color={0,0,127})); + connect(TZonMax.y, DOAScon.highSpaceT) annotation (Line(points={{-18,62},{-16, + 62},{-16,34},{-26,34},{-26,18},{-80,18},{-80,-12.6},{-54.6,-12.6}}, + color={0,0,127})); + connect(chiWatSupTem.y, chiBeaTesBed.TChiWatSup) annotation (Line(points={{ + -126,-16},{-86,-16},{-86,-37.1},{-12.1,-37.1}}, color={0,0,127})); + connect(chiBeaTesBed.TDOASDis, DOAScon.ccT) annotation (Line(points={{12,-26}, + {22,-26},{22,-50},{-24,-50},{-24,-34},{-74,-34},{-74,-22.6},{-54.6, + -22.6}}, color={0,0,127})); + connect(DOAScon.retHum, eRWtemp.raT) annotation (Line(points={{-54.6,-10},{ + -86,-10},{-86,-12},{-118,-12},{-118,-90},{-108,-90},{-108,-80},{-94.4, + -80}}, color={0,0,127})); + connect(chiBeaTesBed.dPDOASAir, DOAScon.DDSP) annotation (Line(points={{12, + -10.8},{30,-10.8},{30,-10},{50,-10},{50,24},{-28,24},{-28,6},{-62,6}, + {-62,-7.6},{-54.6,-7.6}}, color={0,0,127})); + connect(chiBeaTesBed.erwsuphum, DOAScon.erwHum) annotation (Line(points={{12, + -28.6},{16,-28.6},{16,-66},{-70,-66},{-70,-25.2},{-54.6,-25.2}}, + color={0,0,127})); + connect(eRWtemp.erwTsim, DOAScon.erwT) annotation (Line(points={{-69.6,-78},{ + -64,-78},{-64,-27.6},{-54.6,-27.6}}, color={0,0,127})); + connect(DOAScon.saT, DOAScon.ccT) annotation (Line(points={{-54.6,-15.2},{-72, + -15.2},{-72,-22.6},{-54.6,-22.6}}, color={0,0,127})); + connect(chiBeaTesBed.rAT, DOAScon.raT) annotation (Line(points={{12,-34.4},{ + 28,-34.4},{28,-34},{46,-34},{46,-68},{-72,-68},{-72,-46},{-80,-46},{ + -80,-17.6},{-54.6,-17.6}}, color={0,0,127})); + connect(DOAScon.oaT, chiBeaTesBed.OutdoorAirTemp) annotation (Line(points={{ + -54.6,-20.2},{-92,-20.2},{-92,-56},{-52,-56},{-52,-72},{-12,-72},{-12, + -48},{18,-48},{18,-37.6},{12,-37.6}}, color={0,0,127})); + connect(chiBeaTesBed.bldgSP, DOAScon.bldgSP) annotation (Line(points={{12,-40}, + {12,-46},{-14,-46},{-14,-40},{-58,-40},{-58,-32.4},{-54.6,-32.4}}, + color={0,0,127})); + connect(DOAScon.supFanStatus, chiBeaTesBed.yFanSta) annotation (Line(points={ + {-54.6,-5.2},{-58,-5.2},{-58,8},{-16,8},{-16,20},{18,20},{18,-16.8},{ + 12,-16.8}}, color={255,0,255})); + connect(chiBeaTesBed.exhFanSta, DOAScon.exhFanProof) annotation (Line(points= + {{12,-14},{20,-14},{20,-16},{28,-16},{28,-54},{-22,-54},{-22,-44},{ + -62,-44},{-62,-30},{-54.6,-30}}, color={255,0,255})); + connect(TZonMax.u[1:5], chiBeaTesBed.TZon) annotation (Line(points={{-42,60.4}, + {-44,60.4},{-44,46},{16,46},{16,4.8},{12,4.8}}, color={0,0,127})); + connect(yDamPosMax.u[1:5], chiBeaTesBed.yDamPos) annotation (Line(points={{ + -60,28.4},{-60,50},{-50,50},{-50,48},{26,48},{26,-7.8},{12,-7.8}}, + color={0,0,127})); + connect(chiBeaTesBed.yChiWatVal, terCon.uChiVal) annotation (Line(points={{12, + -4},{22,-4},{22,0},{36,0},{36,48},{38,48},{38,55.25},{40,55.25}}, + color={0,0,127})); + connect(DOAScon.yCC, chiBeaTesBed.uCooCoi) annotation (Line(points={{-23.14, + -11},{-18,-11},{-18,-26},{-12,-26}}, color={0,0,127})); + connect(DOAScon.erwStart, eRWtemp.erwStart) annotation (Line(points={{-23.14, + -20},{-22,-20},{-22,-76},{-62,-76},{-62,-50},{-112,-50},{-112,-78},{ + -94.4,-78},{-94.4,-76}}, color={255,0,255})); + connect(DOAScon.yRHC, chiBeaTesBed.uHeaCoi) annotation (Line(points={{-23.14, + -14},{-18,-14},{-18,-22},{-12,-22}}, color={0,0,127})); + connect(chiBeaTesBed.uPumSta, sysCon.yChiWatPum[1]) annotation (Line(points={ + {-12,-30},{-18,-30},{-18,-62},{76,-62},{76,-40},{144,-40},{144,-74}}, + color={255,0,255})); + connect(chiBeaTesBed.uCAVReh, terCon.yReh) annotation (Line(points={{-12,-10}, + {-22,-10},{-22,42},{92,42},{92,69},{64,69}}, color={0,0,127})); + connect(terCon.yChiVal, chiBeaTesBed.uChiWatVal) annotation (Line(points={{64, + 66.5},{76,66.5},{76,66},{84,66},{84,32},{-16,32},{-16,-2},{-12,-2}}, + color={0,0,127})); + connect(terCon.yDam, chiBeaTesBed.uCAVDam) annotation (Line(points={{64,64},{ + 72,64},{72,62},{78,62},{78,36},{-20,36},{-20,-6},{-12,-6}}, color={0, + 0,127})); + connect(loads.y, chiBeaTesBed.QFlo) annotation (Line(points={{-25,-56},{-14, + -56},{-14,6},{-12,6}}, color={0,0,127})); + connect(sub.y, chiBeaTesBed.deltaT) annotation (Line(points={{18,-82},{20,-82}, + {20,-98},{-136,-98},{-136,-38},{-104,-38},{-104,6},{-68,6},{-68,10},{ + -24,10},{-24,-2},{-18,-2},{-18,-4},{-12,-4}}, color={0,0,127})); + connect(DOAScon.supFanStart, chiBeaTesBed.uFanSta) annotation (Line(points={{ + -23.14,-4.6},{-17.57,-4.6},{-17.57,-14},{-12,-14}}, color={255,0,255})); + annotation ( Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-160, -100}, {160, 100}})), experiment(StartTime = 16848000, StopTime = 16934400, Interval = 600, Tolerance = 1e-06, __Dymola_Algorithm = "Cvode")); From 6a67d1bfb52c9be241058cabf533e1579fb3baba Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 22 Feb 2024 11:38:47 -0800 Subject: [PATCH 156/196] Reverted unintentional CDL change --- .../OBC/CDL/Continuous/Sources/TimeTable.mo | 30 +++++++++++++++++-- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/Buildings/Controls/OBC/CDL/Continuous/Sources/TimeTable.mo b/Buildings/Controls/OBC/CDL/Continuous/Sources/TimeTable.mo index 610f9f21b72..e3bbb13da96 100644 --- a/Buildings/Controls/OBC/CDL/Continuous/Sources/TimeTable.mo +++ b/Buildings/Controls/OBC/CDL/Continuous/Sources/TimeTable.mo @@ -40,13 +40,37 @@ protected // than the Modelica Standard Library. Hence, we cast the CDL // enumeration to the MSL enumaration. Modelica.Blocks.Sources.CombiTimeTable tab( - tableOnFile = false, table = table,columns = 2:size(tab.table, 2), smoothness = if smoothness == CDL.Types.Smoothness.LinearSegments then Modelica.Blocks.Types.Smoothness.LinearSegments else Modelica.Blocks.Types.Smoothness.ConstantSegments, extrapolation = if extrapolation == CDL.Types.Extrapolation.HoldLastPoint then Modelica.Blocks.Types.Extrapolation.HoldLastPoint elseif extrapolation == CDL.Types.Extrapolation.LastTwoPoints then Modelica.Blocks.Types.Extrapolation.LastTwoPoints else Modelica.Blocks.Types.Extrapolation.Periodic, offset = offset, startTime = if (extrapolation == Types.Extrapolation.Periodic) then t0 else 0, timeScale = timeScale, verboseRead = false) + final tableOnFile=false, + final table=table, + final columns=2:size( + tab.table, + 2), + final smoothness= + if smoothness == CDL.Types.Smoothness.LinearSegments then + Modelica.Blocks.Types.Smoothness.LinearSegments + else + Modelica.Blocks.Types.Smoothness.ConstantSegments, + final extrapolation= + if extrapolation == CDL.Types.Extrapolation.HoldLastPoint then + Modelica.Blocks.Types.Extrapolation.HoldLastPoint + elseif extrapolation == CDL.Types.Extrapolation.LastTwoPoints then + Modelica.Blocks.Types.Extrapolation.LastTwoPoints + else + Modelica.Blocks.Types.Extrapolation.Periodic, + final offset=offset, + final startTime= + if + (extrapolation == Types.Extrapolation.Periodic) then + t0 + else + 0, + final timeScale=timeScale) "Time table" annotation (Placement(transformation(extent={{-12,-10},{8,10}}))); initial equation -// If the table has only one time stamp, then timeRange is zero. -// We can then set t0 to be equal to the start of the simulation. + // If the table has only one time stamp, then timeRange is zero. + // We can then set t0 to be equal to the start of the simulation. t0= if nT == 1 then time From 977f6a0e7cc5973c716f72fe69a63947ae310232 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 22 Feb 2024 12:31:57 -0800 Subject: [PATCH 157/196] Fixed CDL paths after merging latest master --- .../Subsequences/EnableLag_pumpSpeed.mo | 6 +-- .../SecondaryPumps/Subsequences/EnableLead.mo | 2 +- .../Subsequences/Speed_remoteDp.mo | 22 ++++----- .../Validation/EnableLag_pumpSpeed.mo | 2 +- .../Subsequences/Validation/EnableLead.mo | 2 +- .../Subsequences/Validation/Speed_remoteDp.mo | 6 +-- .../SecondaryPumps/Validation/Controller.mo | 6 +-- .../SetPoints/BypassValvePosition.mo | 16 +++---- ...ChilledWaterStaticPressureSetpointReset.mo | 4 +- .../SetPoints/ChilledWaterSupplyReset.mo | 8 ++-- .../Validation/BypassValvePosition.mo | 4 +- ...ChilledWaterStaticPressureSetpointReset.mo | 2 +- .../Validation/ChilledWaterSupplyReset.mo | 6 +-- .../SetPoints/Validation/OperatingMode.mo | 4 +- .../SetPoints/Validation/ZoneRegulation.mo | 10 ++-- .../ChilledBeams/SetPoints/ZoneRegulation.mo | 18 +++---- .../System/Validation/Controller.mo | 4 +- .../Terminal/Validation/Controller.mo | 12 ++--- .../Controls/OBC/FDE/DOAS/CoolingCoil.mo | 12 ++--- Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo | 6 +-- Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo | 34 ++++++------- Buildings/Controls/OBC/FDE/DOAS/EconMode.mo | 2 +- .../Controls/OBC/FDE/DOAS/EnergyWheel.mo | 48 +++++++++---------- .../OBC/FDE/DOAS/ExhaustFanController.mo | 10 ++-- .../Controls/OBC/FDE/DOAS/HeatingCoil.mo | 6 +-- .../OBC/FDE/DOAS/SupplyFanController.mo | 12 ++--- Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo | 20 ++++---- .../OBC/FDE/DOAS/Validation/CoolingCoil.mo | 10 ++-- .../OBC/FDE/DOAS/Validation/DOAScontroller.mo | 26 +++++----- .../OBC/FDE/DOAS/Validation/DehumMode.mo | 2 +- .../OBC/FDE/DOAS/Validation/Dewpoint.mo | 4 +- .../OBC/FDE/DOAS/Validation/EconMode.mo | 4 +- .../OBC/FDE/DOAS/Validation/EnergyWheel.mo | 8 ++-- .../DOAS/Validation/ExhaustFanController.mo | 2 +- .../OBC/FDE/DOAS/Validation/HeatingCoil.mo | 4 +- .../DOAS/Validation/SupplyFanController.mo | 4 +- .../OBC/FDE/DOAS/Validation/TSupSet.mo | 4 +- .../OBC/FDE/DOAS/Validation/erwTsim.mo | 8 ++-- Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo | 43 ++++++++--------- .../ChilledBeamSystem/BaseClasses/TestBed.mo | 18 +++---- .../BaseClasses/ZoneModel_simplified.mo | 2 +- .../ChilledBeamSystem/ClosedLoopValidation.mo | 22 ++++----- 42 files changed, 218 insertions(+), 227 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo index 8737303bc43..5714810896a 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLag_pumpSpeed.mo @@ -74,19 +74,19 @@ block EnableLag_pumpSpeed annotation (Placement(transformation(extent={{-50,-100},{-30,-80}}))); protected - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys( final uLow=speLim - sigDif, final uHigh=speLim) "Hysteresis for enabling next lag pump at speed limit speLim" annotation (Placement(transformation(extent={{-120,50},{-100,70}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys1( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys1( final uLow=speLim1 - sigDif, final uHigh=speLim1) "Hysteresis for enabling next lag pump at speed limit speLim1" annotation (Placement(transformation(extent={{-120,-10},{-100,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys2( final uLow=speLim2, final uHigh=speLim2 + sigDif) "Hysteresis for disabling last lag pump" diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo index 22ab999d322..de5249b3493 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/EnableLead.mo @@ -40,7 +40,7 @@ block EnableLead iconTransformation(extent={{100,-20},{140,20}}))); protected - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys[nVal]( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys[nVal]( final uLow=fill(valPosClo, nVal), final uHigh=fill(valPosOpe, nVal)) "Determine if valves are opened or closed" diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo index 726fb4cf141..150421aee52 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Speed_remoteDp.mo @@ -69,16 +69,16 @@ block Speed_remoteDp annotation (Placement(transformation(extent={{120,-20},{160,20}}), iconTransformation(extent={{100,-20},{140,20}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiMax maxLoo( + Buildings.Controls.OBC.CDL.Reals.MultiMax maxLoo( final nin=nSen) "Maximum DP loop output" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Line pumSpe + Buildings.Controls.OBC.CDL.Reals.Line pumSpe "Convert PI signal into linear transformation between minimum and maximum pump speed" annotation (Placement(transformation(extent={{60,50},{80,70}}))); - Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID[nSen]( + Buildings.Controls.OBC.CDL.Reals.PIDWithReset conPID[nSen]( controllerType=fill(controllerType, nSen), k=fill(k, nSen), Ti=fill(Ti, nSen), @@ -109,26 +109,26 @@ protected "Replicate boolean input" annotation (Placement(transformation(extent={{-10,-50},{10,-30}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant pumSpe_min( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant pumSpe_min( final k=minPumSpe) "Minimum pump speed" annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant pumSpe_max( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant pumSpe_max( final k=maxPumSpe) "Maximum pump speed" annotation (Placement(transformation(extent={{-20,30},{0,50}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant one( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant one( final k=1) "Constant one" annotation (Placement(transformation(extent={{-80,30},{-60,50}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant zer( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant zer( final k=0) "Constant zero" annotation (Placement(transformation(extent={{-20,70},{0,90}}))); - Buildings.Controls.OBC.CDL.Continuous.Divide div[nSen] + Buildings.Controls.OBC.CDL.Reals.Divide div[nSen] "Normalized pressure difference" annotation (Placement(transformation(extent={{0,-76},{20,-56}}))); @@ -137,15 +137,15 @@ protected "Replicate real input" annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Switch swi + Buildings.Controls.OBC.CDL.Reals.Switch swi "Logical switch" annotation (Placement(transformation(extent={{80,90},{100,110}}))); - Buildings.Controls.OBC.CDL.Continuous.Max guaDivZer + Buildings.Controls.OBC.CDL.Reals.Max guaDivZer "Ensure zero setpoint does not cause division by zero" annotation (Placement(transformation(extent={{-70,-100},{-50,-80}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant smaPre( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant smaPre( final k(final unit="Pa") = 1) "Constant for small pressure, used to avoid division by zero. Set to 1 Pa as default as set point is usually in the order of 1 kPa" annotation (Placement(transformation(extent={{-110,-90},{-90,-70}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo index f96caa99b5d..de212f5f580 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLag_pumpSpeed.mo @@ -20,7 +20,7 @@ model EnableLag_pumpSpeed annotation (Placement(transformation(extent={{50,-40},{70,-20}}))); protected - Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp ram( + Buildings.Controls.OBC.CDL.Reals.Sources.Ramp ram( final height=1, final duration=3500, final offset=0, diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo index b1ce8f37c77..e86f2538bba 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/EnableLead.mo @@ -9,7 +9,7 @@ model EnableLead annotation (Placement(transformation(extent={{10,-10},{30,10}}))); protected - Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul[2]( + Buildings.Controls.OBC.CDL.Reals.Sources.Pulse pul[2]( final period={180,360}, final shift=fill(10, 2)) "Real pulse source" diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo index c614b5724fa..f39e214b656 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Subsequences/Validation/Speed_remoteDp.mo @@ -17,19 +17,19 @@ protected "Pump status" annotation (Placement(transformation(extent={{-60,50},{-40,70}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant difPreSet( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant difPreSet( final k=8.5) "Pressure difference setpoint" annotation (Placement(transformation(extent={{-60,-70},{-40,-50}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin remPreSen1( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin remPreSen1( final offset=8.5, final freqHz=1/10, final amplitude=1.5) "Remote pressure difference sensor reading" annotation (Placement(transformation(extent={{-60,10},{-40,30}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin remPreSen2( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin remPreSen2( final offset=8.5, final freqHz=1/10, final startTime=2, diff --git a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo index 041318fbc4a..f2d6aba9656 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SecondaryPumps/Validation/Controller.mo @@ -14,7 +14,7 @@ model Controller "Testing pump controller" annotation (Placement(transformation(extent={{20,-10},{40,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul[3]( + Buildings.Controls.OBC.CDL.Reals.Sources.Pulse pul[3]( final width=fill(0.9, 3), final period=fill(3600, 3), final shift=fill(100, 3)) @@ -32,14 +32,14 @@ protected "Logical pre block" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin2( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin sin2( final amplitude=0.5, final freqHz=1/1800, final offset=1) "Sine signal" annotation (Placement(transformation(extent={{-80,-30},{-60,-10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con3( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con3( final k=1) "Constant Real source" annotation (Placement(transformation(extent={{-80,-70},{-60,-50}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index df6b3a7508d..ced251f3b52 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -77,11 +77,11 @@ block BypassValvePosition iconTransformation(extent={{100,-20},{140,20}}))); protected - Buildings.Controls.OBC.CDL.Continuous.Switch swi + Buildings.Controls.OBC.CDL.Reals.Switch swi "Real switch for regulating bypass valve position once all conditions are satisfied" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys( final uLow=minPumSpe + dPumSpe, final uHigh=minPumSpe + 2*dPumSpe) "Check if pump speed is at minimum" @@ -95,21 +95,21 @@ protected "Regulate bypass valve position only when pump is enabled and at minimum speed" annotation (Placement(transformation(extent={{-20,-10},{0,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Switch swi1 + Buildings.Controls.OBC.CDL.Reals.Switch swi1 "Ensure bypass valve is open when no pumps are enabled and close it when any pump is enabled" annotation (Placement(transformation(extent={{20,50},{40,70}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con( final k=0) "Constant real zero source" annotation (Placement(transformation(extent={{-20,70},{0,90}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1( final k=1) "Constant real one source" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); - Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conPID( + Buildings.Controls.OBC.CDL.Reals.PIDWithReset conPID( final controllerType=controllerType, final k=k, final Ti=Ti, @@ -119,7 +119,7 @@ protected "PID controller for regulating differential pressure at or below max pressure setpoint" annotation (Placement(transformation(extent={{20,-60},{40,-40}}))); - Buildings.Controls.OBC.CDL.Continuous.Subtract subDpChiWatMax + Buildings.Controls.OBC.CDL.Reals.Subtract subDpChiWatMax "Find error in meaured differential pressure from maximum allowed value" annotation (Placement(transformation(extent={{-60,-50},{-40,-30}}))); @@ -128,7 +128,7 @@ protected "Check if any chilled water pump is enabled" annotation (Placement(transformation(extent={{-80,50},{-60,70}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant offSetdPChiWatMax( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant offSetdPChiWatMax( final k=dPChiWatMax) "Offset for maximum dp chilled water" annotation (Placement(transformation(extent={{-90,-90},{-70,-70}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo index 86df6ad74f6..734951e731d 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterStaticPressureSetpointReset.mo @@ -128,7 +128,7 @@ protected "Check if threshold time for generating two requests has been exceeded" annotation (Placement(transformation(extent={{-50,-80},{-30,-60}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys1[nVal]( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys1[nVal]( final uLow=fill(valPosLowClo, nVal), final uHigh=fill(valPosLowOpe, nVal)) "Check if chilled water control valve is at limit required to send one request" @@ -139,7 +139,7 @@ protected "Check if any chilled water pump is enabled" annotation (Placement(transformation(extent={{-80,40},{-60,60}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2[nVal]( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys2[nVal]( final uLow=fill(valPosHigClo, nVal), final uHigh=fill(valPosHigOpe, nVal)) "Check if chilled water control valve is at limit required to send two requests" diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo index 02b6da0c06c..068f76c9a4d 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ChilledWaterSupplyReset.mo @@ -124,13 +124,13 @@ protected "Check if threshold time for generating two requests has been exceeded" annotation (Placement(transformation(extent={{-50,40},{-30,60}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys1( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys1( final uLow=valPosLowCloReq, final uHigh=valPosLowOpeReq) "Check if chilled water control valve is at limit required to send one request" annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys2( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys2( final uLow=valPosHigCloReq, final uHigh=valPosHigOpeReq) "Check if chilled water control valve is at limit required to send two requests" @@ -159,13 +159,13 @@ protected "Check if threshold time for generating two requests has been exceeded" annotation (Placement(transformation(extent={{-50,-60},{-30,-40}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys3( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys3( final uLow=valPosLowCloTemRes, final uHigh=valPosLowOpeTemRes) "Check if chilled water control valve is at limit required to send one request" annotation (Placement(transformation(extent={{-80,-20},{-60,0}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys4( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys4( final uLow=valPosHigCloTemRes, final uHigh=valPosHigOpeTemRes) "Check if chilled water control valve is at limit required to send two requests" diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo index 18285c7b869..65032c6944c 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/BypassValvePosition.mo @@ -11,7 +11,7 @@ model BypassValvePosition annotation (Placement(transformation(extent={{0,-10},{20,10}}))); protected - Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul( + Buildings.Controls.OBC.CDL.Reals.Sources.Pulse pul( final amplitude=0.1, final period=2000, final shift=10, @@ -19,7 +19,7 @@ protected "Real pulse source" annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin sin( final amplitude=10000, final freqHz=1/1000, final offset=45000) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo index 3ef87fb6045..4251907084a 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterStaticPressureSetpointReset.mo @@ -17,7 +17,7 @@ protected "Boolean pulse source" annotation (Placement(transformation(extent={{-60,20},{-40,40}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin2[2]( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin sin2[2]( final amplitude=fill(0.5, 2), final freqHz=fill(1/1800, 2), final phase=fill(1.57, 2), diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo index 71910789dc8..1bb901408dc 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ChilledWaterSupplyReset.mo @@ -18,17 +18,17 @@ model ChilledWaterSupplyReset annotation (Placement(transformation(extent={{-40,-60},{-20,-40}}))); protected - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con( final k=0.15) "Low valve openign signal" annotation (Placement(transformation(extent={{-90,60},{-70,80}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1( final k=0.55) "Medium valve opening signal" annotation (Placement(transformation(extent={{10,60},{30,80}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con2( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con2( final k=1) "High valve opening signal" annotation (Placement(transformation(extent={{-90,-40},{-70,-20}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo index 2d17decf2e2..d9de2e1ada3 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/OperatingMode.mo @@ -13,12 +13,12 @@ model OperatingMode annotation (Placement(transformation(extent={{10,-10},{30,10}}))); protected - Buildings.Controls.OBC.CDL.Continuous.GreaterThreshold greThr( + Buildings.Controls.OBC.CDL.Reals.GreaterThreshold greThr( final t=0.5) "Covert Real signal to Boolean" annotation (Placement(transformation(extent={{-30,-30},{-10,-10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch( + Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable enaSch( final table=schTab, final smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, final timeScale=3600) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo index 4216b06f3ce..ad40bc5b505 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/Validation/ZoneRegulation.mo @@ -15,13 +15,13 @@ protected "Real to Integer conversion" annotation (Placement(transformation(extent={{-40,-90},{-20,-70}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp ram( + Buildings.Controls.OBC.CDL.Reals.Sources.Ramp ram( final height=3, final duration=3600) "Ramp input signal" annotation (Placement(transformation(extent={{-70,-90},{-50,-70}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin sin( final amplitude=0.5, final freqHz=1/360, final offset=0.5) @@ -38,19 +38,19 @@ protected "Logical Not" annotation (Placement(transformation(extent={{-30,38},{-10,58}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin1( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin sin1( final amplitude=10, final freqHz=1/720, final offset=297.15) "Continuous sine signal" annotation (Placement(transformation(extent={{-70,72},{-50,92}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con( final k=273.15+22) "Zone occupied heating setpoint" annotation (Placement(transformation(extent={{-70,6},{-50,26}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1( final k=273.15+26) "Zone occupied cooling setpoint" annotation (Placement(transformation(extent={{-70,-26},{-50,-6}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo index d63ab601635..4a23a4102e7 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/ZoneRegulation.mo @@ -172,13 +172,13 @@ block ZoneRegulation annotation (Placement(transformation(extent={{140,140},{180,180}}), iconTransformation(extent={{120,20},{160,60}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiSum mulSum( + Buildings.Controls.OBC.CDL.Reals.MultiSum mulSum( final nin=3) "Find required volume flow rate" annotation (Placement(transformation(extent={{-30,-40},{-10,-20}}))); protected - Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conHeaLoo( + Buildings.Controls.OBC.CDL.Reals.PIDWithReset conHeaLoo( final controllerType=controllerTypeHea, final k=kHea, final Ti=TiHea, @@ -188,7 +188,7 @@ protected "Heating loop signal" annotation (Placement(transformation(extent={{0,150},{20,170}}))); - Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conCooLoo( + Buildings.Controls.OBC.CDL.Reals.PIDWithReset conCooLoo( final controllerType=controllerTypeCoo, final k=kCoo, final Ti=TiCoo, @@ -199,7 +199,7 @@ protected "Cooling loop signal" annotation (Placement(transformation(extent={{0,110},{20,130}}))); - Buildings.Controls.OBC.CDL.Continuous.PIDWithReset conDam( + Buildings.Controls.OBC.CDL.Reals.PIDWithReset conDam( final controllerType=controllerTypeDam, final k=kDam, final Ti=TiDam, @@ -209,11 +209,11 @@ protected "Damper control to regulate measured air flowrate at required air flowrate" annotation (Placement(transformation(extent={{0,-40},{20,-20}}))); - Buildings.Controls.OBC.CDL.Continuous.Multiply pro[3] + Buildings.Controls.OBC.CDL.Reals.Multiply pro[3] "Product of required volume flow rate for a given mode and the current mode status" annotation (Placement(transformation(extent={{-60,-40},{-40,-20}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con[3]( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con[3]( final k={VDes_occ,VDes_unoccSch,VDes_unoccUnsch}) "Design volume fliow rates for each operation mode" annotation (Placement(transformation(extent={{-100,-20},{-80,0}}))); @@ -239,7 +239,7 @@ protected "Boolean to Real conversion" annotation (Placement(transformation(extent={{50,30},{70,50}}))); - Buildings.Controls.OBC.CDL.Continuous.Multiply pro1 + Buildings.Controls.OBC.CDL.Reals.Multiply pro1 "Product to close chilled beam manifold valve due to condensation" annotation (Placement(transformation(extent={{90,30},{110,50}}))); @@ -248,11 +248,11 @@ protected "Zone condensation warning" annotation (Placement(transformation(extent={{50,60},{70,80}}))); - Buildings.Controls.OBC.CDL.Continuous.Switch swi + Buildings.Controls.OBC.CDL.Reals.Switch swi "Switch to completely open damper when condensation is detected, and regulate its position otherwise" annotation (Placement(transformation(extent={{80,-40},{100,-20}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1( final k=1) "Constant CAV damper open signal" annotation (Placement(transformation(extent={{0,0},{20,20}}))); diff --git a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo index 3f298ac64ba..5c608faedc0 100644 --- a/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/System/Validation/Controller.mo @@ -20,7 +20,7 @@ model Controller annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); protected - Buildings.Controls.OBC.CDL.Continuous.Sources.Pulse pul[3]( + Buildings.Controls.OBC.CDL.Reals.Sources.Pulse pul[3]( final width=fill(0.9, 3), final period=fill(3600, 3), final shift=fill(100, 3)) @@ -31,7 +31,7 @@ protected "Logical pre block" annotation (Placement(transformation(extent={{30,-10},{50,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin2( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin sin2( final amplitude=7500, final freqHz=1/1800, final offset=25000) diff --git a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo index fc252cf8f0a..10588b3175a 100644 --- a/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo +++ b/Buildings/Controls/OBC/ChilledBeams/Terminal/Validation/Controller.mo @@ -17,12 +17,12 @@ model Controller annotation (Placement(transformation(extent={{20,-16},{40,16}}))); protected - Buildings.Controls.OBC.CDL.Continuous.GreaterThreshold greThr( + Buildings.Controls.OBC.CDL.Reals.GreaterThreshold greThr( final t=0.5) "Convert Real signal to Boolean" annotation (Placement(transformation(extent={{-40,16},{-20,36}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch( + Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable enaSch( final table=schTab, final smoothness=Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, final timeScale=3600) @@ -34,7 +34,7 @@ protected "Unit delay" annotation (Placement(transformation(extent={{60,-10},{80,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin sin( final amplitude=0.5, final freqHz=1/360, final offset=0.5) @@ -51,7 +51,7 @@ protected "Logical Not" annotation (Placement(transformation(extent={{-40,46},{-20,66}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sin1( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin sin1( final amplitude=10, final freqHz=1/720, final offset=297.15) @@ -63,12 +63,12 @@ protected "Boolean pulse source" annotation (Placement(transformation(extent={{-80,74},{-60,94}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con( final k=273.15+22) "Zone occupied heating setpoint" annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1( final k=273.15+26) "Zone occupied cooling setpoint" annotation (Placement(transformation(extent={{-80,-40},{-60,-20}}))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo index 3f0361441b5..bf7af487fa5 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo @@ -68,16 +68,16 @@ block CoolingCoil "This block commands the cooling coil." "Cooling coil control signal" annotation(Placement(transformation(extent = {{102, 56}, {142, 96}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0( final k = 0) "Real constant 0" annotation(Placement(transformation(extent = {{-20, -62}, {0, -42}}))); - Buildings.Controls.OBC.CDL.Continuous.Switch swi + Buildings.Controls.OBC.CDL.Reals.Switch swi "Logical switch outputs supply air PI value when fan is proven on." annotation(Placement(transformation(extent = {{14, -54}, {34, -34}}))); - Buildings.Controls.OBC.CDL.Continuous.Switch swi1 + Buildings.Controls.OBC.CDL.Reals.Switch swi1 "Logical switch passes different PI calculations to yCC based on dehumidification mode." annotation(Placement(transformation(extent = {{58, 66}, {78, 86}}))); @@ -85,15 +85,15 @@ block CoolingCoil "This block commands the cooling coil." "Logical AND;true when dehumidification is on and supply fan is proven on." annotation(Placement(transformation(extent = {{-20, -14}, {0, 8}}))); - Buildings.Controls.OBC.CDL.Continuous.PID conPID2 annotation(Placement(visible = true, transformation(origin = {-62, -42}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Reals.PID conPID2 annotation(Placement(visible = true, transformation(origin = {-62, -42}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.PID conPID + Buildings.Controls.OBC.CDL.Reals.PID conPID annotation(Placement(visible = true, transformation(origin = {16, 78}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Psychrometrics.DewPoint_TDryBulPhi dewPoi annotation(Placement(visible = true, transformation(origin = {-66, 48}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.AddParameter addPar( + Buildings.Controls.OBC.CDL.Reals.AddParameter addPar( p = -erwDPadj) annotation(Placement(visible = true, transformation(origin = {-36, 36}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo b/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo index 7ce424640ad..4be352693c8 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo @@ -42,15 +42,15 @@ block DehumMode retHum < dehumSet for dehumDelay time" annotation (Placement(transformation(extent={{22,-10},{42,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Greater gre + Buildings.Controls.OBC.CDL.Reals.Greater gre "True when return humidity > set point" annotation (Placement(transformation(extent={{-44,-10},{-24,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Less les + Buildings.Controls.OBC.CDL.Reals.Less les "True when return humidity < set point" annotation (Placement(transformation(extent={{-44,-42},{-24,-22}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant conDset( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant conDset( final k=dehumSet) "Dehumidification set point" annotation (Placement(transformation(extent={{-88,-50},{-68,-30}}))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo b/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo index 995e1b1c8ee..2d991b09a5e 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo @@ -27,77 +27,77 @@ block Dewpoint annotation (Placement(transformation(extent={{102,-96},{142,-56}}), iconTransformation(extent={{102,-20},{142,20}}))); - Buildings.Controls.OBC.CDL.Continuous.Log log + Buildings.Controls.OBC.CDL.Reals.Log log "Calculate natural log of input value." annotation (Placement(transformation(extent={{-32,56},{-12,76}}))); - Buildings.Controls.OBC.CDL.Continuous.Division div + Buildings.Controls.OBC.CDL.Reals.Division div "Divide relHum by 100." annotation (Placement(transformation(extent={{-62,56},{-42,76}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con100( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con100( final k=100) "Real constant 100" annotation (Placement(transformation(extent={{-92,46},{-72,66}}))); - Buildings.Controls.OBC.CDL.Continuous.Multiply pro + Buildings.Controls.OBC.CDL.Reals.Multiply pro "Calculate the product of dry bulb temperature (degC) and 17.27" annotation (Placement(transformation(extent={{-30,16},{-10,36}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1727( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1727( final k=17.27) "Real constant 17.27" annotation (Placement(transformation(extent={{-62,-10},{-42,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Add add2 + Buildings.Controls.OBC.CDL.Reals.Add add2 "Add dry bulb temperature (degC) and 237.3" annotation (Placement(transformation(extent={{-30,-34},{-10,-14}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con2373( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con2373( final k=237.3) "Real constant 237.3" annotation (Placement(transformation(extent={{-62,-52},{-42,-32}}))); - Buildings.Controls.OBC.CDL.Continuous.Division div1 + Buildings.Controls.OBC.CDL.Reals.Division div1 "Output first input divided by second input." annotation (Placement(transformation(extent={{0,10},{20,30}}))); - Buildings.Controls.OBC.CDL.Continuous.Add add1 + Buildings.Controls.OBC.CDL.Reals.Add add1 "Add two values." annotation (Placement(transformation(extent={{30,16},{50,36}}))); - Buildings.Controls.OBC.CDL.Continuous.Division div2 + Buildings.Controls.OBC.CDL.Reals.Division div2 "Output first input divided by second input" annotation (Placement(transformation(extent={{62,10},{82,30}}))); - Buildings.Controls.OBC.CDL.Continuous.Multiply pro1 + Buildings.Controls.OBC.CDL.Reals.Multiply pro1 "Output product of two inputs" annotation (Placement(transformation(extent={{4,-46},{24,-26}}))); - Buildings.Controls.OBC.CDL.Continuous.Division div3 + Buildings.Controls.OBC.CDL.Reals.Division div3 "Output first input divided by second input" annotation (Placement(transformation(extent={{60,-52},{80,-32}}))); - Buildings.Controls.OBC.CDL.Continuous.Add add3 + Buildings.Controls.OBC.CDL.Reals.Add add3 "Output the sum of two inputs" annotation (Placement(transformation(extent={{32,-80},{52,-60}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con1( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1( final k=1) "Real constant 1" annotation (Placement(transformation(extent={{4,-72},{24,-52}}))); - Buildings.Controls.OBC.CDL.Continuous.Add add4( + Buildings.Controls.OBC.CDL.Reals.Add add4( final k2=-1) "Subtract 273.15 from dry bulb temperature." annotation (Placement(transformation(extent={{-92,16},{-72,36}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con27315( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con27315( final k=273.15) "Real constant 273.15" annotation (Placement(transformation(extent={{-92,-14},{-72,6}}))); - Buildings.Controls.OBC.CDL.Continuous.Add add5 + Buildings.Controls.OBC.CDL.Reals.Add add5 "Add 273.15 to the final value to output dew point temperature in K" annotation (Placement(transformation(extent={{70,-86},{90,-66}}))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo b/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo index 7daed150fde..735212606cf 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo @@ -26,7 +26,7 @@ block EconMode "This block calculates when economizer mode is active." annotation( Placement(visible = true, transformation(origin = {2, -34}, extent = {{-142, -30}, {-102, 10}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{-142, -90}, {-102, -50}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Greater gre(h = econCooAdj) + Buildings.Controls.OBC.CDL.Reals.Greater gre(h = econCooAdj) "True if OAT > supCooSP." annotation( Placement(visible = true, transformation(origin = {-24, 34}, extent = {{-20, -46}, {0, -26}}, rotation = 0))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo index a7ed540dfdd..0330a98d377 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo @@ -78,11 +78,11 @@ block EnergyWheel "This block commands the energy recovery wheel and associated annotation(Placement(transformation(extent = {{102, 46}, {142, 86}}), iconTransformation(extent = {{102, 40}, {142, 80}}))); - Buildings.Controls.OBC.CDL.Continuous.Subtract difference + Buildings.Controls.OBC.CDL.Reals.Subtract difference "Subtract outside air temperature from return air temperature." annotation(Placement(visible = true, transformation(origin = {24, 2}, extent = {{-90, -10}, {-70, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Abs abs + Buildings.Controls.OBC.CDL.Reals.Abs abs "Absolute value of OAT-RAT difference." annotation(Placement(visible = true, transformation(origin = {26, 2}, extent = {{-62, -10}, {-42, 10}}, rotation = 0))); @@ -92,26 +92,25 @@ block EnergyWheel "This block commands the energy recovery wheel and associated "Recovery set point delay before disabling energy wheel." annotation(Placement(visible = true, transformation(origin = {30, 28}, extent = {{2, -38}, {22, -18}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Logical.And3 and3 - "Logical AND; true when fan is proven, economizer mode is off, and ERW + Buildings.Controls.OBC.CDL.Logical.MultiAnd mulAnd(nin=3) "Logical AND; true when fan is proven, economizer mode is off, and ERW temperature start conditions are met." - annotation(Placement(transformation(extent = {{62, 10}, {82, 30}}))); + annotation (Placement(transformation(extent={{62,10},{82,30}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 "Logical NOT; true when economizer mode is off." annotation(Placement(transformation(extent = {{-26, 40}, {-6, 60}}))); - Buildings.Controls.OBC.CDL.Continuous.Max max + Buildings.Controls.OBC.CDL.Reals.Max max "Outputs maximum value of two ERW temperature PI loops." annotation ( Placement(transformation(extent = {{-62, -78}, {-42, -58}}))); - Buildings.Controls.OBC.CDL.Continuous.Switch swi + Buildings.Controls.OBC.CDL.Reals.Switch swi "Logical switch outputs ERW temperature PI maximum output when erwStart command is true." annotation(Placement(transformation(extent = {{66, -86}, {86, -66}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0(final k = 0) "Real constant 0." + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0(final k = 0) "Real constant 0." annotation(Placement(transformation(extent = {{30, -94}, {50, -74}}))); Buildings.Controls.OBC.CDL.Logical.And and1 @@ -126,38 +125,32 @@ block EnergyWheel "This block commands the energy recovery wheel and associated "Logical NOT; true when ERW start command is off." annotation(Placement(transformation(extent = {{34, 40}, {54, 60}}))); - Buildings.Controls.OBC.CDL.Continuous.PID conPID_heat( + Buildings.Controls.OBC.CDL.Reals.PID conPID_heat( Ti = conTi_heat, k = kGain_heat) "PID loop if heating" annotation(Placement(visible = true, transformation(origin = {-82, -50}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.PID conPID_cool( + Buildings.Controls.OBC.CDL.Reals.PID conPID_cool( Ti = conTi_cool, k = kGain_cool) "PID loop if cooling" annotation(Placement(visible = true, transformation(origin = {-80, -82}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(uHigh = recSet, uLow = recSet - Thys) annotation ( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys(uHigh = recSet, uLow = recSet - Thys) annotation ( Placement(visible = true, transformation(origin={8,2}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation connect(not1.u, ecoMode) annotation ( Line(points = {{-28, 50}, {-122, 50}}, color = {255, 0, 255})); - connect(not1.y, and3.u2) annotation ( - Line(points = {{-4, 50}, {0, 50}, {0, 20}, {60, 20}}, color = {255, 0, 255})); - - connect(supFanProof, and3.u1) annotation ( - Line(points = {{-122, 80}, {8, 80}, {8, 28}, {60, 28}}, color = {255, 0, 255})); - - connect(and3.y, erwStart) annotation ( - Line(points = {{84, 20}, {122, 20}}, color = {255, 0, 255})); + connect(mulAnd.y, erwStart) + annotation (Line(points={{84,20},{122,20}}, color={255,0,255})); connect(max.y, swi.u1) annotation ( Line(points = {{-40, -68}, {64, -68}}, color = {0, 0, 127})); - connect(and3.y, swi.u2) annotation ( - Line(points = {{84, 20}, {88, 20}, {88, -58}, {56, -58}, {56, -76}, {64, -76}}, color = {255, 0, 255})); + connect(mulAnd.y, swi.u2) annotation (Line(points={{84,20},{88,20},{88,-58},{ + 56,-58},{56,-76},{64,-76}}, color={255,0,255})); connect(con0.y, swi.u3) annotation ( Line(points = {{52, -84}, {64, -84}}, color = {0, 0, 127})); @@ -176,8 +169,8 @@ equation connect(not2.y, or2.u2) annotation ( Line(points = {{56, 50}, {58, 50}, {58, 58}, {60, 58}}, color = {255, 0, 255})); - connect(and3.y, not2.u) annotation ( - Line(points = {{84, 20}, {88, 20}, {88, 36}, {28, 36}, {28, 50}, {32, 50}}, color = {255, 0, 255})); + connect(mulAnd.y, not2.u) annotation (Line(points={{84,20},{88,20},{88,36},{ + 28,36},{28,50},{32,50}}, color={255,0,255})); connect(or2.y, bypDam) annotation ( Line(points = {{84, 66}, {122, 66}}, color = {255, 0, 255})); @@ -213,11 +206,14 @@ equation Line(points={{20,2},{25,2},{25,0},{30,0}}, color = {255, 0, 255})); - connect(truDel.y, and3.u3) annotation ( - Line(points = {{54, 0}, {54, 12}, {60, 12}}, color = {255, 0, 255})); - connect(abs.y, hys.u) annotation (Line(points={{-14, 2}, {-4, 2}}, color={0,0,127})); + connect(supFanProof, mulAnd.u[1]) annotation (Line(points={{-122,80},{-70,80}, + {-70,88},{20,88},{20,24.6667},{60,24.6667}}, color={255,0,255})); + connect(not1.y, mulAnd.u[2]) annotation (Line(points={{-4,50},{10,50},{10,20}, + {60,20}}, color={255,0,255})); + connect(truDel.y, mulAnd.u[3]) annotation (Line(points={{54,0},{56,0},{56, + 15.3333},{60,15.3333}}, color={255,0,255})); annotation ( defaultComponentName = "ERWcon", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(fillColor = {255, 255, 255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo index f821025fb99..d47d70d6f3a 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo @@ -36,27 +36,27 @@ block ExhaustFanController "This block manages start, stop, and speed of the exh Buildings.Controls.OBC.CDL.Interfaces.RealOutput exhFanSpeed "Exhaust fan speed command" annotation(Placement(transformation(extent = {{102, -16}, {142, 24}}), iconTransformation(extent = {{100, -80}, {140, -40}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant bldgStaticSP( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant bldgStaticSP( final k = bldgSPset) "Building static pressure set point." annotation(Placement(transformation(extent = {{-40, 2}, {-20, 22}}))); - Buildings.Controls.OBC.CDL.Continuous.Switch swi + Buildings.Controls.OBC.CDL.Reals.Switch swi "Logical switch is true when fan status is proven." annotation(Placement(transformation(extent = {{38, -6}, {58, 14}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0( final k = 0) "Real constant 0." annotation(Placement(transformation(extent = {{-4, -74}, {16, -54}}))); - Buildings.Controls.OBC.CDL.Continuous.PID conPID1( + Buildings.Controls.OBC.CDL.Reals.PID conPID1( Ti = spPITi, k = spPIk) "Continuous PID for static pressure and setpoint" annotation(Placement(visible = true, transformation(origin = {-2, 4}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - CDL.Logical.TrueDelay truDel( + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( delayTime = 5) "True Delay of 5s" annotation(Placement(visible = true, transformation(origin = {0, 54}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo index 63a82db9edf..7363bb3a0b7 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo @@ -22,15 +22,15 @@ block HeatingCoil "This block commands the heating coil." Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRHC "Reheat coil valve command." annotation(Placement(transformation(extent = {{102, -20}, {142, 20}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); - Buildings.Controls.OBC.CDL.Continuous.Switch swi + Buildings.Controls.OBC.CDL.Reals.Switch swi "Logical switch passes supply air heating set point when supply fan is proven otherwise sends 0 set point." annotation(Placement(transformation(extent = {{-20, -10}, {0, 10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0( final k = 0) "Real constant 0" annotation(Placement(transformation(extent = {{-52, -28}, {-32, -8}}))); - Buildings.Controls.OBC.CDL.Continuous.PID conPID1( + Buildings.Controls.OBC.CDL.Reals.PID conPID1( Ti = SArhcPITi, k = SArhcPIk) annotation(Placement(visible = true, transformation(origin = {32, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo index 9bc6c67a9ba..7e792416c89 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo @@ -66,30 +66,30 @@ block SupplyFanController "This block manages start, stop, status, and speed of "Supply fan speed command" annotation(Placement(transformation(extent = {{102, -50}, {142, -10}}), iconTransformation(extent = {{100, -64}, {140, -24}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant dampSet( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant dampSet( k = damSet) if vvUnit "Most open damper position set point." annotation(Placement(transformation(extent = {{-98, 4}, {-78, 24}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant cvDDSPsetpt( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant cvDDSPsetpt( final k = cvDDSPset) if not vvUnit "DDSP set point for constant volume systems." annotation(Placement(transformation(extent = {{-72, -64}, {-52, -44}}))); - CDL.Continuous.Switch swi + Buildings.Controls.OBC.CDL.Reals.Switch swi "Swtich passes fan speed set point when true; 0 when false." annotation(Placement(transformation(extent = {{14, -40}, {34, -20}}))); - CDL.Continuous.Sources.Constant con0( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0( k = MinFS) "Real constant 0" annotation(Placement(transformation(extent = {{-26, -64}, {-6, -44}}))); - Buildings.Controls.OBC.CDL.Continuous.PID DamperSPPI( + Buildings.Controls.OBC.CDL.Reals.PID DamperSPPI( Ti = DampspPITi, k = DampspPIk) if vvUnit annotation(Placement(visible = true, transformation(origin = {-38, 22}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.PID FanSpeedSPPI( + Buildings.Controls.OBC.CDL.Reals.PID FanSpeedSPPI( Ti = FSspPITi, k = FSspPIk) annotation(Placement(visible = true, transformation(origin = {62, -30}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo b/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo index f8e2629302d..68ead317fb3 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo @@ -63,48 +63,48 @@ iconTransformation(extent={{-140,-70},{-100,-30}}))); annotation(Placement(transformation(extent={{102,-52},{142,-12}}), iconTransformation(extent={{102,-60},{142,-20}}))); - Buildings.Controls.OBC.CDL.Continuous.Line lin + Buildings.Controls.OBC.CDL.Reals.Line lin "Linear converter resets primary supply set point." annotation(Placement(transformation(extent={{-42,-8},{-22,12}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant lowPriT( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant lowPriT( final k=loPriT) "Low primary supply temperature set point reset value." annotation(Placement(transformation(extent={{-90,-60},{-70,-40}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant highPriT( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant highPriT( final k=hiPriT) "High primary supply temperature set point reset value." annotation(Placement(transformation(extent={{-90,10},{-70,30}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant highZoneT( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant highZoneT( final k=hiZonT) "High zone temperature set point reset value." annotation(Placement(transformation(extent={{-90,-28},{-70,-8}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant lowZoneT( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant lowZoneT( final k=loZonT) "Low zone temperature set point reset value." annotation(Placement(transformation(extent={{-90,42},{-70,62}}))); - Buildings.Controls.OBC.CDL.Continuous.Add add2 + Buildings.Controls.OBC.CDL.Reals.Add add2 "Adds the cooling set point adjustment to the primary set point." annotation(Placement(transformation(extent={{22,26},{42,46}}))); - CDL.Continuous.Subtract add1 + Buildings.Controls.OBC.CDL.Reals.Subtract add1 "Subtracts the heating set point adjustment from the primary set point." annotation(Placement(transformation(extent={{22,-50},{42,-30}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant coolAdj( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant coolAdj( final k=coAdj) "Supply air temperature cooling set point offset." annotation(Placement(transformation(extent={{-14,44},{6,64}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant heatAdj( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant heatAdj( final k=heAdj) "Supply air temperature heating set point offset." annotation(Placement(transformation(extent={{-14,-66},{6,-46}}))); - Buildings.Controls.OBC.CDL.Continuous.Switch dehumSwi + Buildings.Controls.OBC.CDL.Reals.Switch dehumSwi "Logical switch changes heating set point based on dehumidification mode." annotation (Placement(transformation(extent={{66,-42},{86,-22}}))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo index 392d4415098..93bd2668781 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo @@ -17,7 +17,7 @@ model CoolingCoil "This model simulates CoolingCoil" startTime=300) annotation (Placement(transformation(extent={{-62,60},{-42,80}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin saTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin saTGen( amplitude=3, freqHz=1/4800, phase=0.87266462599716, @@ -25,7 +25,7 @@ model CoolingCoil "This model simulates CoolingCoil" startTime=0) annotation (Placement(transformation(extent={{-26,40},{-6,60}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin ccTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin ccTGen( amplitude=3, freqHz=1/4800, phase=0, @@ -39,14 +39,14 @@ model CoolingCoil "This model simulates CoolingCoil" startTime=1000) annotation (Placement(transformation(extent={{-26,-6},{-6,14}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin supCooGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin supCooGen( amplitude=2, freqHz=1/3100, offset=293, startTime=12) annotation (Placement(transformation(extent={{-62,16},{-42,36}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin erwTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin erwTGen( amplitude=3, freqHz=1/4800, phase=0, @@ -54,7 +54,7 @@ model CoolingCoil "This model simulates CoolingCoil" startTime=0) annotation (Placement(transformation(extent={{-60,-66},{-40,-46}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin erwHumGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin erwHumGen( amplitude=10, freqHz=1/3600, offset=60, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo index 55a4c7c9e81..8f73a490649 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo @@ -180,7 +180,7 @@ model DOAScontroller "DOAS controller" "Simulates occupancy mode schedule." annotation(Placement(transformation(extent = {{-42, 76}, {-22, 96}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin mostOpenDamGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin mostOpenDamGen( amplitude = 4, freqHz = 1/5670, offset = 90) @@ -193,23 +193,23 @@ model DOAScontroller "DOAS controller" "Simulates delay from initial fan start command to fan status proof." annotation(Placement(visible = true, transformation(origin = {48, 8}, extent = {{-94, 14}, {-74, 34}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sensorDDSP( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin sensorDDSP( amplitude = 300, freqHz = 1/10800, phase = 3.9269908169872, offset = 400) annotation(Placement(visible = true, transformation(origin = {-6, 0}, extent = {{-92, -18}, {-72, 2}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Switch swi + Buildings.Controls.OBC.CDL.Reals.Switch swi "Logic switch selects DDSP generator when fan is proven otherwise selects 0." annotation(Placement(transformation(extent = {{-52, -2}, {-32, 18}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con0( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0( final k = 0) "Real constant 0" annotation(Placement(visible = true, transformation(origin = {2, -10}, extent = {{-92, -48}, {-72, -28}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin ralHumGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin ralHumGen( amplitude = 10, freqHz = 1/10800, phase = 1.5707963267949, @@ -218,7 +218,7 @@ model DOAScontroller "DOAS controller" "Return humidity sensor simulator." annotation(Placement(transformation(extent = {{2, -16}, {22, 4}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin erwHumGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin erwHumGen( amplitude = 5, freqHz = 1/7200, phase = 1.5707963267949, @@ -233,13 +233,13 @@ model DOAScontroller "DOAS controller" "Simulates delay from initial fan start command to fan status proof." annotation(Placement(transformation(extent = {{108, -66}, {128, -46}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin bldgSP( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin bldgSP( amplitude = 3, freqHz = 1/10800, offset = 15) annotation(Placement(transformation(extent = {{30, -92}, {50, -72}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin ccTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin ccTGen( amplitude = 7, freqHz = 1/21600, phase = 1.0471975511966, @@ -248,7 +248,7 @@ model DOAScontroller "DOAS controller" "Cooling coil discharge temperature simulator." annotation(Placement(transformation(extent = {{-24, -92}, {-4, -72}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Ramp oaTgen( + Buildings.Controls.OBC.CDL.Reals.Sources.Ramp oaTgen( height = 26, duration = 8500, offset = 275, @@ -256,7 +256,7 @@ model DOAScontroller "DOAS controller" "Outside air temperature generator." annotation(Placement(transformation(extent = {{4, -46}, {24, -26}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin raTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin raTGen( amplitude = 5, freqHz = 1/20600, phase = 0.34906585039887, @@ -264,7 +264,7 @@ model DOAScontroller "DOAS controller" "Return air temperature simulator." annotation(Placement(visible = true, transformation(origin = {-2, -8}, extent = {{-52, -30}, {-32, -10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin highSpaceTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin highSpaceTGen( amplitude = 3, freqHz = 1/3600, offset = 296, @@ -272,7 +272,7 @@ model DOAScontroller "DOAS controller" "Terminal unit high space temperature simulator." annotation(Placement(transformation(extent = {{-24, -28}, {-4, -8}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin saTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin saTGen( amplitude = 15, freqHz = 1/21600, phase = 1.0471975511966, @@ -285,7 +285,7 @@ model DOAScontroller "DOAS controller" "Energy recovery wheel supply temperature simulator." annotation(Placement(transformation(extent = {{110, -28}, {130, -8}}))); - CDL.Logical.Pre pre + Buildings.Controls.OBC.CDL.Logical.Pre pre annotation(Placement(visible = true, transformation(origin = {-68, 52}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo index 936b5f29633..b1c5a684225 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo @@ -25,7 +25,7 @@ model DehumMode "This model simulates DehumMode." period=5760) annotation (Placement(transformation(extent={{-28,-36},{-8,-16}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin relHumGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin relHumGen( amplitude=10, freqHz=1/3600, offset=60, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo index ca6c08131dc..19257bcc34f 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo @@ -4,14 +4,14 @@ model Dewpoint "This model simulates Dewpoint calculations." Buildings.Controls.OBC.FDE.DOAS.Dewpoint Dewpt annotation (Placement(transformation(extent={{-4,-10},{16,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin ralHumGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin ralHumGen( amplitude=10, freqHz=1/3600, offset=60, startTime=0) annotation (Placement(transformation(extent={{-48,8},{-28,28}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin raTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin raTGen( amplitude=3, freqHz=1/4800, phase=0.78539816339745, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo index 41a2b110aa3..ac588fbd2bf 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo @@ -15,14 +15,14 @@ model EconMode "This model simulates EconMode." period=5760) annotation (Placement(transformation(extent={{-30,32},{-10,52}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin oaTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin oaTGen( amplitude=5, freqHz=1/4800, offset=296, startTime=202) annotation (Placement(transformation(extent={{-28,-10},{-8,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin supCooSPgen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin supCooSPgen( amplitude=5, freqHz=1/3600, offset=297, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo index 33d73d5a082..ef84b17e3aa 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo @@ -34,28 +34,28 @@ model EnergyWheel "This model simulates EnergyWheel." period=2880) annotation (Placement(transformation(extent={{-62,40},{-42,60}}))); - CDL.Continuous.Sources.Sine oaTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sine oaTGen( amplitude=2, freqHz=1/4800, offset=288, startTime=0) annotation (Placement(transformation(extent={{-62,-26},{-42,-6}}))); - CDL.Continuous.Sources.Sine raTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sine raTGen( amplitude=2, freqHz=1/4800, offset=297, startTime=0) annotation (Placement(transformation(extent={{-62,8},{-42,28}}))); - CDL.Continuous.Sources.Sine erwTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sine erwTGen( amplitude=6, freqHz=1/2100, offset=294, startTime=12) annotation (Placement(transformation(extent={{-62,-58},{-42,-38}}))); - CDL.Continuous.Sources.Sine supPrimGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sine supPrimGen( amplitude=2, freqHz=1/3100, offset=295, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo index ee5a0f82f0f..422d3f64e0d 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo @@ -21,7 +21,7 @@ model ExhaustFanController period=5760) annotation (Placement(transformation(extent={{-34,8},{-14,28}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin bldgSP( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin bldgSP( amplitude=3, freqHz=1/3280, offset=15) diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo index d685ec17a96..124f05acc9c 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo @@ -11,7 +11,7 @@ model HeatingCoil "This model simulates HeatingCoil" startTime=300) annotation (Placement(transformation(extent={{-42,-10},{-22,10}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin saTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin saTGen( amplitude=3, freqHz=1/4800, phase=0.87266462599716, @@ -19,7 +19,7 @@ model HeatingCoil "This model simulates HeatingCoil" startTime=0) annotation (Placement(transformation(extent={{-12,-40},{8,-20}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin supHeaGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin supHeaGen( amplitude=2, freqHz=1/3100, offset=295, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo index db462267657..4cbc8595800 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo @@ -15,14 +15,14 @@ annotation (Placement(transformation(extent={{40,-6},{60,14}}))); OccGen(width=0.6, period=2880) annotation (Placement(transformation(extent={{-66,32},{-46,52}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin + Buildings.Controls.OBC.CDL.Reals.Sources.Sin mostOpenDamGen( amplitude=4, freqHz=1/5670, offset=90) annotation (Placement(transformation(extent={{-66,-2},{-46,18}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Sin sensorDDSP( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin sensorDDSP( amplitude=9, freqHz=1/6780, offset=180) diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo index 8cdbe273192..61ca6d39851 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo @@ -40,7 +40,7 @@ model TSupSet "This model simulates TSupSet" Buildings.Controls.OBC.FDE.DOAS.TSupSet tSupSet annotation (Placement(transformation(extent={{22,-10},{42,10}}))); - CDL.Continuous.Sources.Sine + Buildings.Controls.OBC.CDL.Reals.Sources.Sine highSpaceTGen( amplitude=3, freqHz=1/3600, @@ -48,7 +48,7 @@ model TSupSet "This model simulates TSupSet" startTime=1250) annotation (Placement(transformation(extent={{-44,10},{-24,30}}))); - CDL.Logical.Sources.Pulse dehumMode( + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse dehumMode( width=0.5, period=2880) annotation (Placement(transformation(extent={{-44,-32},{-24,-12}}))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo index ae9e3f56a42..89a578a13dd 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo @@ -4,25 +4,25 @@ model erwTsim "This model simulates erwTsim" Buildings.Controls.OBC.FDE.DOAS.erwTsim ERWtemp annotation (Placement(transformation(extent={{44,-10},{64,10}}))); - CDL.Continuous.Sources.Sine raTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sine raTGen( amplitude=2, freqHz=1/4800, offset=297, startTime=0) "Return air temperature simulator." annotation (Placement(transformation(extent={{-58,-24},{-38,-4}}))); - CDL.Continuous.Sources.Sine oaTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sine oaTGen( amplitude=2, freqHz=1/4800, offset=288, startTime=0) "Outside air temperature simulator." annotation (Placement(transformation(extent={{-58,-58},{-38,-38}}))); - CDL.Logical.Sources.Pulse erwStartgen(width=0.6, period=2880) + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse erwStartgen(width=0.6, period=2880) "Simulates ERW start command." annotation (Placement(transformation(extent={{-58,36},{-38,56}}))); - CDL.Logical.Sources.Pulse bypDamsim(width=0.5, period=2880) + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse bypDamsim(width=0.5, period=2880) "Simulates bypass damper signal" annotation (Placement(transformation(extent={{-58,6},{-38,26}}))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo index 25b605055f5..5ee517cea5a 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo @@ -37,24 +37,23 @@ block erwTsim "ERW supply temperature simulator" "False when erwStart is true." annotation (Placement(transformation(extent={{-78,72},{-58,92}}))); - Buildings.Controls.OBC.CDL.Logical.Or3 or3 - "If ERW has not started, bypass dampers are open, or RAT=OAT + Buildings.Controls.OBC.CDL.Logical.MultiOr mulOr(nin=3) "If ERW has not started, bypass dampers are open, or RAT=OAT then pass OAT as the erwT value." - annotation (Placement(transformation(extent={{14,56},{34,76}}))); + annotation (Placement(transformation(extent={{14,56},{34,76}}))); - CDL.Continuous.Subtract sub1 + Buildings.Controls.OBC.CDL.Reals.Subtract sub1 "Subtract outside air temperature from return air temperature." annotation (Placement(transformation(extent={{-88,-42},{-68,-22}}))); - Buildings.Controls.OBC.CDL.Continuous.Abs abs + Buildings.Controls.OBC.CDL.Reals.Abs abs "Absolute value of RAT-OAT" annotation (Placement(transformation(extent={{-50,-42},{-30,-22}}))); - Buildings.Controls.OBC.CDL.Continuous.Multiply pro + Buildings.Controls.OBC.CDL.Reals.Multiply pro "RAT/OAT delta x erwEff" annotation (Placement(transformation(extent={{-18,-48},{2,-28}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant con( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con( final k=erwEff) "ERW decimal efficiency" annotation (Placement(transformation(extent={{-50,-68},{-30,-48}}))); @@ -70,23 +69,23 @@ block erwTsim "ERW supply temperature simulator" "Integer constant 0" annotation (Placement(transformation(extent={{-50,16},{-30,36}}))); - Buildings.Controls.OBC.CDL.Continuous.GreaterThreshold greThr( + Buildings.Controls.OBC.CDL.Reals.GreaterThreshold greThr( t = 0) "True if RAT > OAT" annotation (Placement(transformation(extent={{-50,-14},{-30,6}}))); - Buildings.Controls.OBC.CDL.Continuous.Switch swi + Buildings.Controls.OBC.CDL.Reals.Switch swi "Logical switch selects OAT or calculated ERW value." annotation (Placement(transformation(extent={{76,56},{96,76}}))); - Buildings.Controls.OBC.CDL.Continuous.Switch swi1 + Buildings.Controls.OBC.CDL.Reals.Switch swi1 annotation (Placement(transformation(extent={{44,-86},{64,-66}}))); - Buildings.Controls.OBC.CDL.Continuous.Add add1 + Buildings.Controls.OBC.CDL.Reals.Add add1 "OAT+(|RAT-OAT|*erwEff)" annotation (Placement(transformation(extent={{10,-78},{30,-58}}))); - CDL.Continuous.Subtract sub2 + Buildings.Controls.OBC.CDL.Reals.Subtract sub2 "OAT - (|RAT-OAT|*erwEff)" annotation (Placement(transformation(extent={{10,-104},{30,-84}}))); @@ -94,12 +93,6 @@ equation connect(not1.u, erwStart) annotation ( Line(points={{-80,82},{-122,82}}, color={255,0,255})); - connect(not1.y, or3.u1) annotation ( - Line(points={{-56,82},{-36,82},{-36,74},{12,74}}, color={255,0,255})); - - connect(or3.u2, bypDam) annotation ( - Line(points={{12,66},{-90,66},{-90,48},{-122,48}}, color={255,0,255})); - connect(sub1.u1, raT) annotation ( Line(points={{-90,-26},{-122,-26}}, color={0,0,127})); @@ -122,17 +115,13 @@ equation connect(con0.y, intEqu.u2) annotation ( Line(points={{-28,26},{-24,26},{-24,42},{-20,42}}, color={255,127,0})); - connect(intEqu.y, or3.u3) annotation ( - Line(points={{4,50},{8,50},{8,58},{12,58}},color={255,0,255})); - connect(sub1.y, greThr.u) annotation ( Line(points={{-66,-32},{-60,-32},{-60,-4},{-52,-4}}, color={0,0,127})); connect(oaT, swi.u1) annotation (Line(points={{-122,-58},{-96,-58},{-96,98},{56,98},{56,74},{74,74}}, color={0,0,127})); - connect(or3.y, swi.u2) - annotation ( - Line(points={{36,66},{74,66}}, color={255,0,255})); + connect(mulOr.y, swi.u2) + annotation (Line(points={{36,66},{74,66}}, color={255,0,255})); connect(pro.y, add1.u1) annotation ( Line(points={{4,-38},{6,-38},{6,-62},{8,-62}},color={0,0,127})); @@ -163,6 +152,12 @@ equation connect(abs.y, pro.u1) annotation (Line(points={{-28,-32},{-20,-32}}, color={0,0,127})); + connect(not1.y, mulOr.u[1]) annotation (Line(points={{-56,82},{0,82},{0, + 70.6667},{12,70.6667}}, color={255,0,255})); + connect(bypDam, mulOr.u[2]) annotation (Line(points={{-122,48},{-80,48},{-80, + 66},{12,66}}, color={255,0,255})); + connect(intEqu.y, mulOr.u[3]) annotation (Line(points={{4,50},{6,50},{6, + 61.3333},{12,61.3333}}, color={255,0,255})); annotation (defaultComponentName="ERWtemp", Icon(coordinateSystem(preserveAspectRatio=false), graphics={Rectangle(extent={{-100,100},{100,-100}},lineColor={179,151,128},radius=10,fillColor={255,255,255}, fillPattern= diff --git a/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo index 9d3c7e23b4d..392f1c27c97 100644 --- a/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/TestBed.mo @@ -208,19 +208,19 @@ block TestBed "Testbed consisting of a 5-zone building model paired with DOAS an Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = 90, origin={-50,32}))); Modelica.Blocks.Routing.DeMultiplex demux(final n = 5) "Demultiplexer for chilled water valve signals" annotation ( Placement(transformation(extent={{42,-30},{62,-10}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(final uLow = 0.04, final uHigh = 0.05) "Block for generating pump proven on signal" annotation ( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys(final uLow = 0.04, final uHigh = 0.05) "Block for generating pump proven on signal" annotation ( Placement(transformation(extent = {{140, -120}, {160, -100}}))); Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea "Convert pump enable signal to Real signal" annotation ( Placement(transformation(extent = {{-320, -120}, {-300, -100}}))); - Buildings.Controls.OBC.CDL.Continuous.Multiply pro "Find pump flow signal by multiplying enable signal with speed signal" annotation ( + Buildings.Controls.OBC.CDL.Reals.Multiply pro "Find pump flow signal by multiplying enable signal with speed signal" annotation ( Placement(transformation(extent = {{-280, -140}, {-260, -120}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai(final k = mHotWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation ( + Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter gai(final k = mHotWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation ( Placement(transformation(extent = {{-320, -60}, {-300, -40}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai1(final k = mChiWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation ( + Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter gai1(final k = mChiWatCoi_nominal) "Multiply control signal by nominal flowrate" annotation ( Placement(transformation(extent = {{-320, -90}, {-300, -70}}))); Buildings.Controls.OBC.CDL.Conversions.BooleanToReal booToRea1 "Convert fan enable signal to Real signal" annotation ( Placement(visible = true, transformation(origin = {-8, -2}, extent = {{-320, 30}, {-300, 50}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Multiply pro1 "Find fan flow signal by multiplying enable signal with speed signal" annotation ( + Buildings.Controls.OBC.CDL.Reals.Multiply pro1 "Find fan flow signal by multiplying enable signal with speed signal" annotation ( Placement(visible = true, transformation(origin={-18,10}, extent = {{-280, 10}, {-260, 30}}, rotation = 0))); Modelica.Blocks.Routing.Multiplex mux1(final n = 5) "Multiplexer for chilled water valve position measurements" annotation ( Placement(transformation(extent = {{160, 70}, {180, 90}}))); @@ -357,11 +357,11 @@ block TestBed "Testbed consisting of a 5-zone building model paired with DOAS an Placement(visible = true, transformation(origin = {480, -50}, extent = {{-10, -10}, {10, 10}}, rotation = -90))); Fluid.FixedResistances.Junction jun25(redeclare package Medium = MediumW, m_flow_nominal = {mChiWatTot_flow_nominal, -mChiWatTot_flow_nominal, mChiWatTot_flow_nominal}, dp_nominal = {0, 0, 0}) "Hot water mixer" annotation ( Placement(transformation(extent = {{-10, -10}, {10, 10}}, rotation = -90, origin = {480, -90}))); - Controls.OBC.CDL.Continuous.MultiplyByParameter gaiM_flow(final k = mAirTot_flow_nominal*1000*15/4200/10) "Calculate hot water mass flowrate based on reheat signal" annotation ( + Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter gaiM_flow(final k = mAirTot_flow_nominal*1000*15/4200/10) "Calculate hot water mass flowrate based on reheat signal" annotation ( Placement(transformation(extent = {{140, -290}, {160, -270}}))); Fluid.Sources.MassFlowSource_T souTer(redeclare package Medium = MediumW, nPorts = 1, use_m_flow_in = true, T = 323.15) "Hot water source for terminal boxes " annotation ( Placement(transformation(extent = {{180, -290}, {200, -270}}))); - Controls.OBC.CDL.Continuous.MultiMax mulMax(nin = 5) "Find maximum reheat signal for generating hot water" annotation ( + Buildings.Controls.OBC.CDL.Reals.MultiMax mulMax(nin = 5) "Find maximum reheat signal for generating hot water" annotation ( Placement(transformation(extent = {{100, -290}, {120, -270}}))); Fluid.Sources.Boundary_pT sinTer(redeclare package Medium = MediumW, p(displayUnit = "Pa") = 3E5, nPorts = 1) "Hot water sink for terminal boxes" annotation ( Placement(transformation(extent = {{450, -260}, {470, -240}}))); @@ -392,9 +392,9 @@ block TestBed "Testbed consisting of a 5-zone building model paired with DOAS an Placement(visible = true, transformation(origin = {-236, -8}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Interfaces.RealInput deltaT annotation ( Placement(visible = true, transformation(origin = {-360, -16}, extent = {{-20, -20}, {20, 20}}, rotation = 0), iconTransformation(origin = {-120, 120}, extent = {{-20, -20}, {20, 20}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Multiply mul annotation ( + Buildings.Controls.OBC.CDL.Reals.Multiply mul annotation ( Placement(visible = true, transformation(origin = {-256, 18}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Controls.OBC.CDL.Continuous.MultiplyByParameter gai2(k = 1006) annotation ( + Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter gai2(k = 1006) annotation ( Placement(visible = true, transformation(origin = {-312, -2}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput rAT annotation ( Placement(visible = true, transformation(origin = {0, -94}, extent = {{580, -200}, {620, -160}}, rotation = 0), iconTransformation(origin={0,36}, extent = {{100, -240}, {140, -200}}, rotation = 0))); diff --git a/Buildings/Examples/ChilledBeamSystem/BaseClasses/ZoneModel_simplified.mo b/Buildings/Examples/ChilledBeamSystem/BaseClasses/ZoneModel_simplified.mo index b5781420baf..c23c3a2ead3 100644 --- a/Buildings/Examples/ChilledBeamSystem/BaseClasses/ZoneModel_simplified.mo +++ b/Buildings/Examples/ChilledBeamSystem/BaseClasses/ZoneModel_simplified.mo @@ -134,7 +134,7 @@ block ZoneModel_simplified Buildings.Controls.OBC.CDL.Interfaces.RealInput uVal "Chilled water valve signal" annotation ( Placement(transformation(extent={{-240,-100},{-200,-60}}), iconTransformation(extent={{-140,-20},{-100,20}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiplyByParameter gai(k=mA_flow_nominal) "Gain" + Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter gai(k=mA_flow_nominal) "Gain" annotation (Placement(transformation(extent={{-180,-90},{-160,-70}}))); ThermalZones.Detailed.Constructions.Construction conBou[nConBou]( A=datConBou.A, diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index 2a94f0ac656..bf12f1bc53a 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -25,35 +25,35 @@ model ClosedLoopValidation Placement(visible = true, transformation(origin={112,-20}, extent = {{10, -70}, {30, -50}}, rotation = 0))); Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon(minDDSPset = 400, maxDDSPset = 500, cvDDSPset = 450) annotation ( Placement(visible = true, transformation(origin={-39,-10}, extent = {{-13, -24}, {13, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.MultiMax TZonMax(nin=5) annotation ( + Buildings.Controls.OBC.CDL.Reals.MultiMax TZonMax(nin=5) annotation ( Placement(transformation(extent={{-40,52},{-20,72}}))); - Buildings.Controls.OBC.CDL.Continuous.MultiMax yDamPosMax(nin=5) annotation ( + Buildings.Controls.OBC.CDL.Reals.MultiMax yDamPosMax(nin=5) annotation ( Placement(transformation(extent={{-58,20},{-38,40}}))); - Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable enaSch(final table = schTab, final smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, final timeScale = 3600) "Table defining when occupancy is expected" annotation ( + Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable enaSch(final table = schTab, final smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, final timeScale = 3600) "Table defining when occupancy is expected" annotation ( Placement(transformation(extent = {{-150, 70}, {-130, 90}}))); - Buildings.Controls.OBC.CDL.Continuous.Hysteresis hys(uLow = 0.45, uHigh = 0.5) annotation ( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys(uLow = 0.45, uHigh = 0.5) annotation ( Placement(transformation(extent = {{-120, 70}, {-100, 90}}))); Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booRep(nout = 5) annotation ( Placement(transformation(extent = {{-90, 70}, {-70, 90}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Constant uConSig[5](k = fill(false, 5)) "Constant Boolean source" annotation ( Placement(visible = true, transformation(origin={2,14}, extent = {{-90, 30}, {-70, 50}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Sources.Constant chiWatSupTem(k = 273.15 + 7.22) "Chilled water supply temperature" annotation ( + Buildings.Controls.OBC.CDL.Reals.Sources.Constant chiWatSupTem(k = 273.15 + 7.22) "Chilled water supply temperature" annotation ( Placement(transformation(extent={{-148,-26},{-128,-6}}))); Modelica.Blocks.Sources.CombiTimeTable loads(tableOnFile = true, tableName = "tab1", fileName = "C:/buildings_library/buildings_library_pnnl/VM_script/inputTable_constantSetpoint.txt", columns = {2, 3, 4, 5, 6}, timeScale = 60) "Table defining thermal loads for zone" annotation ( Placement(transformation(extent={{-46,-66},{-26,-46}}))); Buildings.Controls.SetPoints.OccupancySchedule occSch(occupancy = 3600*{8, 18}) annotation ( Placement(visible = true, transformation(origin={-6,74}, extent = {{-152, -44}, {-132, -24}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable TSetRooHea(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 15 + 273.15; 8*3600, 20 + 273.15; 18*3600, 15 + 273.15; 24*3600, 15 + 273.15]) annotation ( + Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable TSetRooHea(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 15 + 273.15; 8*3600, 20 + 273.15; 18*3600, 15 + 273.15; 24*3600, 15 + 273.15]) annotation ( Placement(visible = true, transformation(origin = {72, 64}, extent = {{-152, 40}, {-132, 60}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Continuous.Sources.TimeTable TSetRooCoo(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 30 + 273.15; 8*3600, 25 + 273.15; 18*3600, 30 + 273.15; 24*3600, 30 + 273.15]) annotation ( + Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable TSetRooCoo(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 30 + 273.15; 8*3600, 25 + 273.15; 18*3600, 30 + 273.15; 24*3600, 30 + 273.15]) annotation ( Placement(visible = true, transformation(origin = {74, 122}, extent = {{-152, 10}, {-132, 30}}, rotation = 0))); Buildings.Controls.OBC.FDE.DOAS.erwTsim eRWtemp annotation ( Placement(visible = true, transformation(origin={-82,-78}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Controls.OBC.CDL.Continuous.Subtract sub annotation ( + Buildings.Controls.OBC.CDL.Reals.Subtract sub annotation ( Placement(visible = true, transformation(origin={6,-82}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booleanScalarReplicator(nout = 5) annotation ( Placement(visible = true, transformation(origin={-36,-42}, extent = {{-90, 70}, {-70, 90}}, rotation = 0))); - Controls.OBC.CDL.Routing.RealScalarReplicator reaScaRep(nout = 5) annotation ( + Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator reaScaRep(nout = 5) annotation ( Placement(visible = true, transformation(origin = {-26, 98}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator realScalarReplicator(nout = 5) annotation ( Placement(visible = true, transformation(origin = {-30, 142}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); @@ -79,8 +79,6 @@ equation Line(points={{-68,80},{-8,80},{-8,70.25},{40,70.25}}, color = {255, 0, 255}, thickness = 0.5)); connect(TSetRooHea.y[1], reaScaRep.u) annotation ( Line(points = {{-58, 114}, {-50, 114}, {-50, 98}, {-38, 98}}, color = {0, 0, 127})); - connect(reaScaRep.y, terCon.TZonHeaSet) annotation ( - Line(points={{-14,98},{12,98},{12,67.75},{40,67.75}}, color = {0, 0, 127}, thickness = 0.5)); connect(TSetRooCoo.y[1], realScalarReplicator.u) annotation ( Line(points = {{-56, 142}, {-42, 142}}, color = {0, 0, 127})); connect(realScalarReplicator.y, terCon.TZonCooSet) annotation ( @@ -189,6 +187,8 @@ equation -24,10},{-24,-2},{-18,-2},{-18,-4},{-12,-4}}, color={0,0,127})); connect(DOAScon.supFanStart, chiBeaTesBed.uFanSta) annotation (Line(points={{ -23.14,-4.6},{-17.57,-4.6},{-17.57,-14},{-12,-14}}, color={255,0,255})); + connect(reaScaRep.y, terCon.TZonHeaSet) annotation (Line(points={{-14,98},{0, + 98},{0,68},{20,68},{20,67.75},{40,67.75}}, color={0,0,127})); annotation ( Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-160, -100}, {160, 100}})), From 2a2378c493b772603cde52c4d9d8d2fc8f06f8a2 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 22 Feb 2024 13:27:56 -0800 Subject: [PATCH 158/196] Updated constant zero and one Real sources to float representation to fix errors with Integer representation seen in compiled modelDescription equations --- .../OBC/ChilledBeams/SetPoints/BypassValvePosition.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo index ced251f3b52..98236a9c8ad 100644 --- a/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo +++ b/Buildings/Controls/OBC/ChilledBeams/SetPoints/BypassValvePosition.mo @@ -100,12 +100,12 @@ protected annotation (Placement(transformation(extent={{20,50},{40,70}}))); Buildings.Controls.OBC.CDL.Reals.Sources.Constant con( - final k=0) + final k=0.0) "Constant real zero source" annotation (Placement(transformation(extent={{-20,70},{0,90}}))); Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1( - final k=1) + final k=1.0) "Constant real one source" annotation (Placement(transformation(extent={{-20,20},{0,40}}))); From 7bec660101272971ee17403f245e2bec86e36fae Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 22 Feb 2024 13:31:25 -0800 Subject: [PATCH 159/196] Added new refrence data for zone loads, and updated filepath to it in example model --- .../ChilledBeamSystem/ClosedLoopValidation.mo | 19 +- .../Examples/ChilledBeamSystem/zoneLoads.txt | 525602 +++++++++++++++ 2 files changed, 525615 insertions(+), 6 deletions(-) create mode 100644 Buildings/Resources/Data/Examples/ChilledBeamSystem/zoneLoads.txt diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index bf12f1bc53a..353fc408bf8 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -39,8 +39,15 @@ model ClosedLoopValidation Placement(visible = true, transformation(origin={2,14}, extent = {{-90, 30}, {-70, 50}}, rotation = 0))); Buildings.Controls.OBC.CDL.Reals.Sources.Constant chiWatSupTem(k = 273.15 + 7.22) "Chilled water supply temperature" annotation ( Placement(transformation(extent={{-148,-26},{-128,-6}}))); - Modelica.Blocks.Sources.CombiTimeTable loads(tableOnFile = true, tableName = "tab1", fileName = "C:/buildings_library/buildings_library_pnnl/VM_script/inputTable_constantSetpoint.txt", columns = {2, 3, 4, 5, 6}, timeScale = 60) "Table defining thermal loads for zone" annotation ( - Placement(transformation(extent={{-46,-66},{-26,-46}}))); + Modelica.Blocks.Sources.CombiTimeTable loads( + tableOnFile = true, + tableName = "tab1", + fileName=ModelicaServices.ExternalReferences.loadResource( + "modelica://Buildings/Resources/Data/Examples/ChilledBeamSystem/zoneLoads.txt"), + columns = {2, 3, 4, 5, 6}, + timeScale = 60) + "Table defining thermal loads for zone" + annotation (Placement(transformation(extent={{-160,-60},{-140,-40}}))); Buildings.Controls.SetPoints.OccupancySchedule occSch(occupancy = 3600*{8, 18}) annotation ( Placement(visible = true, transformation(origin={-6,74}, extent = {{-152, -44}, {-132, -24}}, rotation = 0))); Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable TSetRooHea(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 15 + 273.15; 8*3600, 20 + 273.15; 18*3600, 15 + 273.15; 24*3600, 15 + 273.15]) annotation ( @@ -180,15 +187,15 @@ equation connect(terCon.yDam, chiBeaTesBed.uCAVDam) annotation (Line(points={{64,64},{ 72,64},{72,62},{78,62},{78,36},{-20,36},{-20,-6},{-12,-6}}, color={0, 0,127})); - connect(loads.y, chiBeaTesBed.QFlo) annotation (Line(points={{-25,-56},{-14, - -56},{-14,6},{-12,6}}, color={0,0,127})); + connect(loads.y, chiBeaTesBed.QFlo) annotation (Line(points={{-139,-50},{-14,-50}, + {-14,6},{-12,6}}, color={0,0,127})); connect(sub.y, chiBeaTesBed.deltaT) annotation (Line(points={{18,-82},{20,-82}, {20,-98},{-136,-98},{-136,-38},{-104,-38},{-104,6},{-68,6},{-68,10},{ -24,10},{-24,-2},{-18,-2},{-18,-4},{-12,-4}}, color={0,0,127})); connect(DOAScon.supFanStart, chiBeaTesBed.uFanSta) annotation (Line(points={{ -23.14,-4.6},{-17.57,-4.6},{-17.57,-14},{-12,-14}}, color={255,0,255})); - connect(reaScaRep.y, terCon.TZonHeaSet) annotation (Line(points={{-14,98},{0, - 98},{0,68},{20,68},{20,67.75},{40,67.75}}, color={0,0,127})); + connect(reaScaRep.y, terCon.TZonHeaSet) annotation (Line(points={{-14,98},{0,98}, + {0,68},{20,68},{20,67.75},{40,67.75}}, color={0,0,127})); annotation ( Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-160, -100}, {160, 100}})), diff --git a/Buildings/Resources/Data/Examples/ChilledBeamSystem/zoneLoads.txt b/Buildings/Resources/Data/Examples/ChilledBeamSystem/zoneLoads.txt new file mode 100644 index 00000000000..a6d43fd72e5 --- /dev/null +++ b/Buildings/Resources/Data/Examples/ChilledBeamSystem/zoneLoads.txt @@ -0,0 +1,525602 @@ +#1 +double tab1(525600,6) +1,0,0,0,0,0 +2,0,0,0,0,0 +3,0,0,0,0,0 +4,0,0,0,0,0 +5,0,0,0,0,0 +6,0,0,0,0,0 +7,0,0,0,0,0 +8,0,0,0,0,0 +9,0,0,0,0,0 +10,0,0,0,0,0 +11,0,0,0,0,0 +12,0,0,0,0,0 +13,0,0,0,0,0 +14,0,0,0,0,0 +15,0,0,0,0,0 +16,0,0,0,0,0 +17,0,0,0,0,0 +18,0,0,0,0,0 +19,0,0,0,0,0 +20,0,0,0,0,0 +21,0,0,0,0,0 +22,0,0,0,0,0 +23,0,0,0,0,0 +24,0,0,0,0,0 +25,0,0,0,0,0 +26,0,0,0,0,0 +27,0,0,0,0,0 +28,0,0,0,0,0 +29,0,0,0,0,0 +30,0,0,0,0,0 +31,0,0,0,0,0 +32,0,0,0,0,0 +33,0,0,0,0,0 +34,0,0,0,0,0 +35,0,0,0,0,0 +36,0,0,0,0,0 +37,0,0,0,0,0 +38,0,0,0,0,0 +39,0,0,0,0,0 +40,0,0,0,0,0 +41,0,0,0,0,0 +42,0,0,0,0,0 +43,0,0,0,0,0 +44,0,0,0,0,0 +45,0,0,0,0,0 +46,0,0,0,0,0 +47,0,0,0,0,0 +48,0,0,0,0,0 +49,0,0,0,0,0 +50,0,0,0,0,0 +51,0,0,0,0,0 +52,0,0,0,0,0 +53,0,0,0,0,0 +54,0,0,0,0,0 +55,0,0,0,0,0 +56,0,0,0,0,0 +57,0,0,0,0,0 +58,0,0,0,0,0 +59,0,0,0,0,0 +60,0,0,0,0,0 +61,0,0,0,0,0 +62,0,0,0,0,0 +63,0,0,0,0,0 +64,0,0,0,0,0 +65,0,0,0,0,0 +66,0,0,0,0,0 +67,0,0,0,0,0 +68,0,0,0,0,0 +69,0,0,0,0,0 +70,0,0,0,0,0 +71,0,0,0,0,0 +72,0,0,0,0,0 +73,0,0,0,0,0 +74,0,0,0,0,0 +75,0,0,0,0,0 +76,0,0,0,0,0 +77,0,0,0,0,0 +78,0,0,0,0,0 +79,0,0,0,0,0 +80,0,0,0,0,0 +81,0,0,0,0,0 +82,0,0,0,0,0 +83,0,0,0,0,0 +84,0,0,0,0,0 +85,0,0,0,0,0 +86,0,0,0,0,0 +87,0,0,0,0,0 +88,0,0,0,0,0 +89,0,0,0,0,0 +90,0,0,0,0,0 +91,0,0,0,0,0 +92,0,0,0,0,0 +93,0,0,0,0,0 +94,0,0,0,0,0 +95,0,0,0,0,0 +96,0,0,0,0,0 +97,0,0,0,0,0 +98,0,0,0,0,0 +99,0,0,0,0,0 +100,0,0,0,0,0 +101,0,0,0,0,0 +102,0,0,0,0,0 +103,0,0,0,0,0 +104,0,0,0,0,0 +105,0,0,0,0,0 +106,0,0,0,0,0 +107,0,0,0,0,0 +108,0,0,0,0,0 +109,0,0,0,0,0 +110,0,0,0,0,0 +111,0,0,0,0,0 +112,0,0,0,0,0 +113,0,0,0,0,0 +114,0,0,0,0,0 +115,0,0,0,0,0 +116,0,0,0,0,0 +117,0,0,0,0,0 +118,0,0,0,0,0 +119,0,0,0,0,0 +120,0,0,0,0,0 +121,0,0,0,0,0 +122,0,0,0,0,0 +123,0,0,0,0,0 +124,0,0,0,0,0 +125,0,0,0,0,0 +126,0,0,0,0,0 +127,0,0,0,0,0 +128,0,0,0,0,0 +129,0,0,0,0,0 +130,0,0,0,0,0 +131,0,0,0,0,0 +132,0,0,0,0,0 +133,0,0,0,0,0 +134,0,0,0,0,0 +135,0,0,0,0,0 +136,0,0,0,0,0 +137,0,0,0,0,0 +138,0,0,0,0,0 +139,0,0,0,0,0 +140,0,0,0,0,0 +141,0,0,0,0,0 +142,0,0,0,0,0 +143,0,0,0,0,0 +144,0,0,0,0,0 +145,0,0,0,0,0 +146,0,0,0,0,0 +147,0,0,0,0,0 +148,0,0,0,0,0 +149,0,0,0,0,0 +150,0,0,0,0,0 +151,0,0,0,0,0 +152,0,0,0,0,0 +153,0,0,0,0,0 +154,0,0,0,0,0 +155,0,0,0,0,0 +156,0,0,0,0,0 +157,0,0,0,0,0 +158,0,0,0,0,0 +159,0,0,0,0,0 +160,0,0,0,0,0 +161,0,0,0,0,0 +162,0,0,0,0,0 +163,0,0,0,0,0 +164,0,0,0,0,0 +165,0,0,0,0,0 +166,0,0,0,0,0 +167,0,0,0,0,0 +168,0,0,0,0,0 +169,0,0,0,0,0 +170,0,0,0,0,0 +171,0,0,0,0,0 +172,0,0,0,0,0 +173,0,0,0,0,0 +174,0,0,0,0,0 +175,0,0,0,0,0 +176,0,0,0,0,0 +177,0,0,0,0,0 +178,0,0,0,0,0 +179,0,0,0,0,0 +180,0,0,0,0,0 +181,0,0,0,0,0 +182,0,0,0,0,0 +183,0,0,0,0,0 +184,0,0,0,0,0 +185,0,0,0,0,0 +186,0,0,0,0,0 +187,0,0,0,0,0 +188,0,0,0,0,0 +189,0,0,0,0,0 +190,0,0,0,0,0 +191,0,0,0,0,0 +192,0,0,0,0,0 +193,0,0,0,0,0 +194,0,0,0,0,0 +195,0,0,0,0,0 +196,0,0,0,0,0 +197,0,0,0,0,0 +198,0,0,0,0,0 +199,0,0,0,0,0 +200,0,0,0,0,0 +201,0,0,0,0,0 +202,0,0,0,0,0 +203,0,0,0,0,0 +204,0,0,0,0,0 +205,0,0,0,0,0 +206,0,0,0,0,0 +207,0,0,0,0,0 +208,0,0,0,0,0 +209,0,0,0,0,0 +210,0,0,0,0,0 +211,0,0,0,0,0 +212,0,0,0,0,0 +213,0,0,0,0,0 +214,0,0,0,0,0 +215,0,0,0,0,0 +216,0,0,0,0,0 +217,0,0,0,0,0 +218,0,0,0,0,0 +219,0,0,0,0,0 +220,0,0,0,0,0 +221,0,0,0,0,0 +222,0,0,0,0,0 +223,0,0,0,0,0 +224,0,0,0,0,0 +225,0,0,0,0,0 +226,0,0,0,0,0 +227,0,0,0,0,0 +228,0,0,0,0,0 +229,0,0,0,0,0 +230,0,0,0,0,0 +231,0,0,0,0,0 +232,0,0,0,0,0 +233,0,0,0,0,0 +234,0,0,0,0,0 +235,0,0,0,0,0 +236,0,0,0,0,0 +237,0,0,0,0,0 +238,0,0,0,0,0 +239,0,0,0,0,0 +240,0,0,0,0,0 +241,0,0,0,0,0 +242,0,0,0,0,0 +243,0,0,0,0,0 +244,0,0,0,0,0 +245,0,0,0,0,0 +246,0,0,0,0,0 +247,0,0,0,0,0 +248,0,0,0,0,0 +249,0,0,0,0,0 +250,0,0,0,0,0 +251,0,0,0,0,0 +252,0,0,0,0,0 +253,0,0,0,0,0 +254,0,0,0,0,0 +255,0,0,0,0,0 +256,0,0,0,0,0 +257,0,0,0,0,0 +258,0,0,0,0,0 +259,0,0,0,0,0 +260,0,0,0,0,0 +261,0,0,0,0,0 +262,0,0,0,0,0 +263,0,0,0,0,0 +264,0,0,0,0,0 +265,0,0,0,0,0 +266,0,0,0,0,0 +267,0,0,0,0,0 +268,0,0,0,0,0 +269,0,0,0,0,0 +270,0,0,0,0,0 +271,0,0,0,0,0 +272,0,0,0,0,0 +273,0,0,0,0,0 +274,0,0,0,0,0 +275,0,0,0,0,0 +276,0,0,0,0,0 +277,0,0,0,0,0 +278,0,0,0,0,0 +279,0,0,0,0,0 +280,0,0,0,0,0 +281,0,0,0,0,0 +282,0,0,0,0,0 +283,0,0,0,0,0 +284,0,0,0,0,0 +285,0,0,0,0,0 +286,0,0,0,0,0 +287,0,0,0,0,0 +288,0,0,0,0,0 +289,0,0,0,0,0 +290,0,0,0,0,0 +291,0,0,0,0,0 +292,0,0,0,0,0 +293,0,0,0,0,0 +294,0,0,0,0,0 +295,0,0,0,0,0 +296,0,0,0,0,0 +297,0,0,0,0,0 +298,0,0,0,0,0 +299,0,0,0,0,0 +300,0,0,0,0,0 +301,0,0,0,0,0 +302,0,0,0,0,0 +303,0,0,0,0,0 +304,0,0,0,0,0 +305,0,0,0,0,0 +306,0,0,0,0,0 +307,0,0,0,0,0 +308,0,0,0,0,0 +309,0,0,0,0,0 +310,0,0,0,0,0 +311,0,0,0,0,0 +312,0,0,0,0,0 +313,0,0,0,0,0 +314,0,0,0,0,0 +315,0,0,0,0,0 +316,0,0,0,0,0 +317,0,0,0,0,0 +318,0,0,0,0,0 +319,0,0,0,0,0 +320,0,0,0,0,0 +321,0,0,0,0,0 +322,0,0,0,0,0 +323,0,0,0,0,0 +324,0,0,0,0,0 +325,0,0,0,0,0 +326,0,0,0,0,0 +327,0,0,0,0,0 +328,0,0,0,0,0 +329,0,0,0,0,0 +330,0,0,0,0,0 +331,0,0,0,0,0 +332,0,0,0,0,0 +333,0,0,0,0,0 +334,0,0,0,0,0 +335,0,0,0,0,0 +336,0,0,0,0,0 +337,0,0,0,0,0 +338,0,0,0,0,0 +339,0,0,0,0,0 +340,0,0,0,0,0 +341,0,0,0,0,0 +342,0,0,0,0,0 +343,0,0,0,0,0 +344,0,0,0,0,0 +345,0,0,0,0,0 +346,0,0,0,0,0 +347,0,0,0,0,0 +348,0,0,0,0,0 +349,0,0,0,0,0 +350,0,0,0,0,0 +351,0,0,0,0,0 +352,0,0,0,0,0 +353,0,0,0,0,0 +354,0,0,0,0,0 +355,0,0,0,0,0 +356,0,0,0,0,0 +357,0,0,0,0,0 +358,0,0,0,0,0 +359,0,0,0,0,0 +360,0,0,0,0,0 +361,0,0,0,0,0 +362,0,0,0,0,0 +363,0,0,0,0,0 +364,0,0,0,0,0 +365,0,0,0,0,0 +366,0,0,0,0,0 +367,0,0,0,0,0 +368,0,0,0,0,0 +369,0,0,0,0,0 +370,0,0,0,0,0 +371,0,0,0,0,0 +372,0,0,0,0,0 +373,0,0,0,0,0 +374,0,0,0,0,0 +375,0,0,0,0,0 +376,0,0,0,0,0 +377,0,0,0,0,0 +378,0,0,0,0,0 +379,0,0,0,0,0 +380,0,0,0,0,0 +381,0,0,0,0,0 +382,0,0,0,0,0 +383,0,0,0,0,0 +384,0,0,0,0,0 +385,0,0,0,0,0 +386,0,0,0,0,0 +387,0,0,0,0,0 +388,0,0,0,0,0 +389,0,0,0,0,0 +390,0,0,0,0,0 +391,0,0,0,0,0 +392,0,0,0,0,0 +393,0,0,0,0,0 +394,0,0,0,0,0 +395,0,0,0,0,0 +396,0,0,0,0,0 +397,0,0,0,0,0 +398,0,0,0,0,0 +399,0,0,0,0,0 +400,0,0,0,0,0 +401,0,0,0,0,0 +402,0,0,0,0,0 +403,0,0,0,0,0 +404,0,0,0,0,0 +405,0,0,0,0,0 +406,0,0,0,0,0 +407,0,0,0,0,0 +408,0,0,0,0,0 +409,0,0,0,0,0 +410,0,0,0,0,0 +411,0,0,0,0,0 +412,0,0,0,0,0 +413,0,0,0,0,0 +414,0,0,0,0,0 +415,0,0,0,0,0 +416,0,0,0,0,0 +417,0,0,0,0,0 +418,0,0,0,0,0 +419,0,0,0,0,0 +420,0,0,0,0,0 +421,-1710.674869,-824.9982907,-1680.267439,-824.9960438,-1088.629014 +422,-1760.83415,-822.5156044,-1731.502343,-822.5133859,-1113.345581 +423,-1820.651959,-818.941549,-1789.052977,-818.9393615,-1126.329994 +424,-1877.909313,-815.5637619,-1844.066597,-815.5616049,-1124.581482 +425,-1819.084853,-769.5103399,-1781.215151,-769.5082134,-1062.830245 +426,-1791.24838,-757.9540942,-1754.037465,-757.9519976,-1048.427118 +427,-1853.798348,-784.7879679,-1815.332123,-784.7859004,-1086.982567 +428,-1883.076984,-797.5259259,-1844.054216,-797.5238861,-1105.741194 +429,-1893.446494,-802.2237846,-1854.258287,-802.2217712,-1113.22479 +430,-1895.197118,-803.2390537,-1856.015512,-803.2370658,-1115.492589 +431,-1893.906472,-802.9395947,-1854.785893,-802.9376315,-1115.820843 +432,-1891.707427,-802.2329859,-1852.658512,-802.2310465,-1115.470504 +433,-1889.366057,-801.4459571,-1850.384799,-801.444041,-1114.908625 +434,-1887.137723,-800.6878173,-1848.216081,-800.6859238,-1114.304696 +435,-1885.091315,-799.9894016,-1846.221058,-799.9875302,-1113.717574 +436,-1883.232452,-799.3537095,-1844.406741,-799.3518597,-1113.165518 +437,-1881.546584,-798.7760046,-1842.758538,-798.774176,-1112.652172 +438,-1880.013568,-798.2492585,-1841.258238,-798.2474506,-1112.176115 +439,-1568.424269,-797.7664197,-1839.887304,-797.7646321,-1111.734337 +440,-1666.311022,-797.3215058,-1498.246334,-797.3197382,-1111.323744 +441,-1643.868234,-789.9773396,-1667.925479,-789.9755915,-1101.296903 +442,-1621.378087,-788.5461276,-1610.820964,-788.5443988,-1099.463028 +443,-1605.69883,-755.580706,-1588.944062,-755.579048,-1086.9207 +444,-1596.400265,-711.2660297,-1582.983532,-710.2556106,-1085.333896 +445,-1583.26909,-735.120856,-1570.287723,-735.1222662,-1097.651726 +446,-1574.472831,-718.5862279,-1555.869936,-718.5890653,-1075.216241 +447,-1561.217337,-713.3876883,-1550.587619,-713.390495,-1062.433542 +448,-1554.468564,-706.8810918,-1535.69168,-706.8832936,-1048.067291 +449,-1542.696305,-703.3552549,-1528.104741,-703.3568076,-1049.495414 +450,-1533.232963,-695.7532386,-1519.530201,-696.5347469,-1038.027066 +451,-1525.323874,-693.37768,-1507.67515,-692.2538623,-1005.306637 +452,-1515.83083,-687.8576941,-1498.438794,-687.8580185,-1026.035173 +453,-1507.576577,-681.9984464,-1492.578035,-682.8047126,-1021.926115 +454,-1497.936349,-678.7392376,-1481.0578,-678.7388101,-990.4172259 +455,-1491.642951,-673.6495322,-1475.512751,-673.6476476,-1014.173342 +456,-1481.276762,-670.6477058,-1466.311035,-669.7799147,-1012.129293 +457,-1469.396792,-598.7814169,-1448.932353,-661.7012429,-984.4285016 +458,-1460.177934,-581.1006304,-1436.62648,-658.7733039,-999.3095015 +459,-1451.508821,-561.8030055,-1429.192532,-651.816948,-1004.717381 +460,-1441.727423,-544.9974738,-1420.18821,-648.8345285,-981.46078 +461,-1435.447998,-526.7221184,-1412.528168,-644.1783458,-951.9832091 +462,-1426.236874,-509.1788107,-1402.244488,-640.0854856,-927.2370903 +463,-1419.721266,-490.8712622,-1394.065332,-635.3073754,-964.7964361 +464,-1410.743531,-473.6829723,-1386.516012,-631.7467031,-978.3288065 +465,-1403.83965,-454.5333006,-1379.34904,-626.8933974,-962.3178101 +466,-1396.503885,-437.0276498,-1371.683072,-622.8617853,-895.8381885 +467,-1387.374432,-417.1803777,-1362.407659,-619.244124,-929.32939 +468,-1380.846308,-399.4036219,-1356.865186,-615.3750309,-915.2640415 +469,-1373.276762,-379.9279826,-1348.777645,-611.7547203,-905.7868182 +470,-1368.747351,-361.3172014,-1340.192091,-606.8823787,-905.3426428 +471,-1357.654824,-341.6678594,-1335.87802,-605.0230712,-895.8409667 +472,-1354.300797,-322.5340275,-1327.74844,-599.9966545,-891.871387 +473,-1343.509592,-302.3668679,-1319.833931,-596.4248248,-887.3268554 +474,-1339.764012,-283.2181888,-1313.963371,-592.7530962,-882.3606453 +475,-1332.752888,-262.9194669,-1304.516682,-590.1294292,-875.8572668 +476,-1323.244871,-242.6434293,-1301.410556,-585.686621,-873.789894 +477,-1321.033282,-223.0444258,-1291.339764,-582.175624,-866.297405 +478,-1308.930882,-202.0426195,-1285.035785,-579.9678959,-863.2848946 +479,-1308.599385,-181.6845635,-1280.877384,-574.667879,-857.9257308 +480,-1297.127721,-160.8908466,-1272.041934,-573.4063913,-853.520794 +481,-1292.45701,-139.9109015,-1262.504578,-568.2812478,-848.1928499 +482,-1282.178001,-118.6679013,-1260.421607,-566.2101178,-844.2991903 +483,-1275.241321,-104.0332215,-1249.640721,-561.5594181,-837.863982 +484,-1267.502533,-86.84509651,-1245.030865,-559.0254481,-832.8732641 +485,-1259.702371,-70.54730132,-1236.030895,-555.8200199,-829.0397997 +486,-1255.50934,-54.94513435,-1228.909025,-551.5140121,-823.2381951 +487,-1244.167374,-39.00495237,-1224.140916,-549.1880166,-819.263642 +488,-1241.971524,-23.42332473,-1215.659484,-546.005925,-812.2683386 +489,-1229.374638,-7.543369132,-1208.296214,-541.3349692,-810.141107 +490,-1226.542951,0,-1202.233672,-540.3125074,-805.1114594 +491,-1220.051654,0,-1194.203502,-535.2731645,-799.8163198 +492,-1209.758816,0,-1191.088959,-532.7357016,-794.2767771 +493,-1204.592991,0,-1179.072336,-530.1181642,-791.493997 +494,-1199.297182,0,-1175.685213,-526.0247874,-787.1143682 +495,-1188.258482,0,-1166.765117,-523.245232,-781.0400901 +496,-1184.576154,0,-1163.192407,-520.4032401,-777.9540296 +497,-1173.089129,0,-1148.237252,-515.2646989,-773.1802586 +498,-1167.253511,0,-1142.524264,-511.5004052,-768.2786488 +499,-1159.315224,0,-1134.754753,-508.4301321,-764.9493877 +500,-1151.225326,0,-1128.838707,-506.0931651,-759.8311589 +501,-1145.066124,0,-1118.769628,-502.1143716,-756.3523415 +502,-1136.708823,0,-1116.7482,-498.8690498,-751.0137713 +503,-1130.344559,0,-1104.295486,-495.5657543,-748.2996194 +504,-1123.890066,0,-1102.20096,-493.0512474,-743.6908205 +505,-1112.925125,0,-1091.516825,-489.6423464,-738.0303537 +506,-1110.712031,0,-1087.18216,-487.0462047,-736.1159654 +507,-1097.159805,0,-1078.382023,-482.6385924,-730.2629071 +508,-1094.873443,0,-1073.925501,-480.850736,-727.2826879 +509,-1085.592437,0,-1064.880974,-477.222131,-722.2284867 +510,-1076.140823,0,-1057.991286,-474.4581183,-720.1782569 +511,-1071.354207,0,-1053.347712,-471.6562678,-713.9165757 +512,-1062.866526,0,-1043.926569,-467.8608491,-710.7264931 +513,-1056.721375,0,-1040.352786,-465.9390172,-706.4086 +514,-1049.252414,0,-1031.910733,-463.0220215,-703.121627 +515,-1041.680115,0,-1027.027547,-460.0647307,-698.6717161 +516,-1034.003913,0,-1019.616091,-457.067199,-694.1444198 +517,-1027.527302,0,-1014.61922,-454.5385008,-691.8518244 +518,-1020.974987,0,-1007.035151,-451.980738,-686.0304221 +519,-1011.671848,0,-1001.921749,-448.8721532,-682.4768111 +520,-1004.93666,0,-994.1615267,-445.7211723,-680.0820852 +521,-999.4932638,0,-988.9297227,-443.5974432,-674.0005373 +522,-989.8404112,0,-982.3208206,-440.9144072,-671.5307795 +523,-982.8508491,0,-975.6351456,-438.1998598,-666.5245887 +524,-977.2016518,0,-970.2315232,-434.9009019,-663.9884459 +525,-967.1848932,0,-963.4051033,-432.6770748,-658.8470053 +526,-961.3895144,0,-957.8870742,-430.4324453,-656.2420049 +527,-952.5936833,0,-950.9164551,-426.4530084,-650.9609973 +528,-945.1707972,0,-945.2821282,-424.7289747,-648.2851716 +529,-939.1707013,0,-936.7318897,-421.827817,-642.8603073 +530,-928.5323754,0,-933.8582735,-418.8927388,-640.1115855 +531,-923.9221436,0,-925.1479404,-416.5205245,-635.9411769 +532,-913.0350188,0,-920.7481389,-414.1259969,-633.1292736 +533,-906.7363038,0,-913.3449438,-411.1008253,-627.42765 +534,-898.7797995,0,-907.3609629,-408.0407648,-624.5382471 +535,-890.7302206,0,-901.321646,-406.1884856,-620.8892055 +536,-882.5871764,0,-893.6932133,-403.0712896,-617.198044 +537,-874.350167,0,-889.0754919,-400.551489,-611.9588694 +538,-866.0184878,0,-882.8664523,-398.0082383,-609.6882178 +539,-859.2846555,0,-875.022686,-394.7957148,-605.0989501 +540,-849.0653703,0,-870.27444,-392.8509626,-601.2260055 +541,-842.1759694,0,-863.8909419,-389.5785365,-598.8808715 +542,-833.4742174,0,-855.8271259,-386.9334156,-596.5195202 +543,-822.9003672,0,-849.3102983,-384.2637291,-594.1417648 +544,-815.7732157,0,-842.7342233,-381.5690301,-591.7474672 +545,-806.7724696,0,-837.7626431,-378.1652466,-589.3365107 +546,-798.5849054,0,-827.7134491,-376.1048465,-586.0958345 +547,-788.4648022,138.9534605,-824.3354393,-373.3346443,-584.4646272 +548,-781.0278504,150.0052765,-815.8175886,-369.8353479,-582.8256481 +549,-769.7473818,141.5899657,-808.9337833,-367.7170163,-577.8621212 +550,-764.0530532,170.8849432,-803.7306749,-364.1532604,-577.8626202 +551,-751.5824621,186.230486,-794.9780947,-361.9959486,-574.5153662 +552,-744.7962681,201.805948,-788.7937319,-359.0957501,-571.1369255 +553,-734.0271518,216.8878198,-782.5609923,-355.4328516,-570.2878056 +554,-725.1227042,231.4629331,-774.4745329,-353.9568394,-566.0106725 +555,-717.1366698,246.3731179,-768.1299092,-349.4857673,-565.1496162 +556,-705.0298224,261.136931,-761.7359733,-347.9828313,-561.6840386 +557,-698.9217389,275.1005843,-754.367075,-344.1936638,-559.0637756 +558,-686.5887188,289.7108604,-747.8661777,-341.9000796,-557.3069565 +559,-679.3263256,303.6771755,-740.3753261,-338.8174388,-553.7683836 +560,-667.8092189,317.6048431,-732.8198071,-335.7071631,-551.0930982 +561,-660.4159073,331.2561382,-727.1113606,-333.3565762,-549.2995141 +562,-648.6936861,345.2444071,-719.4413385,-330.1974653,-546.5930314 +563,-640.0915374,358.619542,-712.676317,-327.0104048,-542.9548547 +564,-630.3359009,371.8433332,-705.8609721,-324.6020973,-542.0404091 +565,-620.4981006,385.5188701,-698.0101967,-321.3659373,-538.3598309 +566,-609.472182,404.6706351,-692.0797902,-318.1016833,-535.5770589 +567,-601.6963607,421.8330151,-684.1141888,-315.6354583,-533.7113605 +568,-590.5031176,438.857141,-677.0909534,-312.7376433,-529.9535793 +569,-580.3470902,455.7069503,-670.0179347,-309.3989,-529.0089888 +570,-571.2556326,472.3211969,-663.9156557,-306.4545219,-524.251556 +571,-560.9557952,487.0751943,-655.7208622,-304.3383175,-523.2938442 +572,-552.3164675,501.3749805,-650.5670497,-300.9283716,-520.4064509 +573,-542.4640037,515.2694919,-643.308211,-298.3525487,-516.5252754 +574,-534.3028987,528.6502417,-637.0471893,-295.7608916,-514.5716625 +575,-524.335492,542.4924159,-630.7499547,-292.7169353,-512.6090411 +576,-515.4905313,555.365526,-624.4164326,-290.5296415,-508.6560027 +577,-506.0051598,568.2556373,-616.9818094,-287.4482928,-506.6660991 +578,-496.4691245,580.9379484,-610.5715523,-284.7900153,-504.6670074 +579,-488.0850002,593.3134208,-605.20316,-282.1159689,-500.6408351 +580,-477.8545763,605.4978029,-597.6450028,-278.9762609,-498.6141488 +581,-468.7850262,617.4196986,-592.2176081,-276.7209033,-495.5567319 +582,-460.2851861,629.2273112,-584.5782232,-273.9997261,-492.4784757 +583,-450.5305601,640.7462736,-579.0935885,-271.2626877,-490.4148669 +584,-440.735308,652.0547182,-571.3749453,-268.0498162,-488.3416678 +585,-432.7485828,663.2652253,-566.9445379,-265.7424971,-484.1665052 +586,-422.2668864,674.1498758,-558.0372524,-262.9594205,-482.0649976 +587,-413.605647,684.9879128,-553.5627681,-260.1609528,-478.8949663 +588,-403.6761441,695.4988747,-546.8227553,-257.3473572,-476.7698755 +589,-394.9627733,705.9737842,-538.9185072,-254.9913179,-473.5639984 +590,-385.6022203,716.1232933,-534.383513,-251.6750945,-471.4148158 +591,-376.2178848,726.2491542,-526.4124735,-249.2943737,-468.172792 +592,-366.1839203,736.0477341,-520.6938721,-246.9033849,-464.9091651 +593,-357.385963,745.7883529,-514.9541742,-243.0563885,-462.7216017 +594,-348.5719576,755.3653451,-506.8831547,-241.6077894,-460.5242344 +595,-337.8493564,764.210843,-502.2541217,-237.7260999,-456.0998551 +596,-329.6372849,774.1563576,-494.1216615,-235.7763292,-454.9879928 +597,-319.5161374,782.8526447,-488.8742106,-232.8396932,-451.6368747 +598,-310.0156297,791.8279712,-481.8531552,-229.8893367,-448.2636839 +599,-301.1394624,800.5197931,-475.3938254,-226.925768,-446.0028517 +600,-291.6205229,809.2262479,-469.5028392,-224.9430162,-442.5930717 +601,-282.0939612,817.1445014,-463.001929,-221.4585296,-441.4517402 +602,-273.8327078,825.2377161,-457.07404,-219.4598774,-438.0121871 +603,-264.2953591,832.9778105,-451.1294319,-216.4511717,-435.7069496 +604,-255.3900282,840.809254,-444.5714567,-213.9346453,-433.3919972 +605,-247.1181062,848.2445018,-439.7903075,-211.4097598,-431.6493516 +606,-237.2523705,855.646552,-432.5991789,-208.3689483,-428.7322101 +607,-228.657932,862.9808189,-426.5905026,-206.3355738,-426.3873892 +608,-219.7437751,870.1193018,-421.1706871,-203.2756285,-423.442533 +609,-210.8284974,876.9790455,-414.5307143,-200.7173303,-421.6684023 +610,-201.2755264,883.9459038,-409.0860716,-198.1516018,-419.2940318 +611,-192.995965,890.6065967,-402.4169796,-195.5785232,-415.7137698 +612,-183.4421022,897.135037,-396.9494841,-192.7398509,-414.5156766 +613,-174.525009,903.7134459,-390.2536522,-190.1521038,-410.9058657 +614,-165.6078136,909.8953506,-384.7652276,-187.2979002,-409.6978341 +615,-156.3720393,916.1212499,-378.0449649,-184.9569588,-406.0582785 +616,-147.4547343,922.0993432,-373.1498596,-182.088728,-403.619728 +617,-138.2189211,928.0964957,-365.7947151,-179.4749315,-401.7844918 +618,-129.3016058,933.8391787,-360.2698993,-176.855325,-398.7131386 +619,-120.3842683,939.5631369,-354.1228428,-173.9672689,-396.2450304 +620,-111.1484097,944.9463117,-347.9674355,-171.336255,-393.7671447 +621,-101.912567,950.4781411,-341.8042409,-168.7001455,-390.6560094 +622,-93.15448084,955.701339,-335.6337987,-166.0590883,-388.7821492 +623,-83.91864481,960.862072,-330.0746328,-163.1484641,-385.0177317 +624,-74.84204921,965.8887966,-323.2728099,-160.7631447,-383.7583041 +625,-65.60622029,970.7324478,-317.7025863,-157.5772718,-379.9647763 +626,-56.84812373,975.6009242,-310.8884592,-155.4503508,-378.0599953 +627,-47.45304812,980.2753107,-305.3090469,-152.2551826,-374.8731802 +628,-38.53570038,984.7315271,-299.105243,-149.855579,-372.3130221 +629,-29.45910993,989.1917067,-292.8972313,-146.6518753,-369.7433399 +630,-20.3825172,993.4144441,-286.6855095,-144.5138033,-367.1641008 +631,-10.9874489,997.6511185,-280.4705007,-141.3029746,-363.9266763 +632,-2.070099544,1001.623835,-274.2524982,-138.6244481,-361.3262684 +633,0,1005.48004,-268.0317939,-135.9435013,-359.3698628 +634,0,1009.292073,-261.1863635,-132.9918494,-355.441095 +635,0,1012.901054,-255.5839075,-130.3064108,-353.4690306 +636,0,1016.473209,-248.7343595,-127.3502929,-350.1706778 +637,0,1019.845486,-242.8174166,-124.6611946,-347.5217403 +638,0,1023.180533,-235.9647404,-121.7014637,-344.8637781 +639,0,1026.365534,-230.0455833,-118.7401637,-341.528527 +640,0,1029.431483,-223.1907261,-116.1816184,-338.8503467 +641,0,1032.381219,-216.9584018,-113.0831031,-336.1633089 +642,0,1035.21619,-210.7255336,-110.3878462,-332.7920854 +643,0,1037.936853,-203.8687975,-107.2873548,-330.0854121 +644,0,1040.544371,-198.2585475,-104.7255236,-327.370129 +645,0,1043.039194,-190.7776601,-101.4887531,-323.9639467 +646,0,1045.422431,-185.4787302,-99.06084451,-321.2295933 +647,0,1047.694495,-178.3091785,-95.82304918,-318.486895 +648,0,1049.790443,-172.0747594,-93.12462501,-314.702146 +649,0,1051.939935,-165.8402949,-90.15608106,-312.2858141 +650,0,1053.83516,-158.9822719,-87.18733698,-308.8231622 +651,0,1055.68148,-153.0594842,-84.48837302,-306.3920043 +652,0,1057.409483,-146.2014063,-81.38438599,-302.5593752 +653,0,1059.030627,-139.9668253,-78.55026086,-300.112964 +654,0,1060.545785,-133.420495,-75.85104513,-296.2568162 +655,0,1061.955345,-126.8741687,-72.61187108,-294.1476494 +656,0,1063.26025,-120.6395946,-69.91258867,-289.9167394 +657,0,1064.460859,-114.0932523,-66.80837635,-287.0873077 +658,0,1065.558087,-107.5469042,-63.97411457,-284.2508897 +659,0,1066.619525,-101.1564391,-61.13983966,-280.6955687 +660,0,1067.412895,-94.76596986,-58.03559703,-277.4868076 +661,0,1068.55129,-88.37548355,-55.47124337,-273.5537385 +662,0,1069.523711,-82.60849662,-52.50196454,-269.2493342 +663,0,1070.401533,-75.90628743,-49.66767115,-265.2914488 +664,0,1071.174213,-70.13928721,-46.83336768,-261.3222545 +665,0,1071.842046,-63.90467833,-44.13404269,-256.9797406 +666,0,1072.40582,-59.69632328,-41.2997431,-252.9881526 +667,0,1072.866015,-54.70864211,-38.33047658,-248.9864642 +668,0,1073.223382,-50.18855818,-35.63114755,-244.6099038 +669,0,1073.478173,-45.51260511,-32.79685155,-240.9543729 +670,0,1073.631183,-40.52492004,-31.04229349,-236.1911648 +671,0,1073.682838,-36.00483423,-28.61289509,-232.8867315 +672,0,1073.633938,-31.32888232,-26.58840252,-227.7357194 +673,0,1073.484951,-26.49706491,-24.2939701,-224.7868741 +674,0,1073.236938,-21.82110921,-22.26947725,-219.6170807 +675,0,1072.890394,-17.14515717,-19.70510672,-216.2879488 +676,0,1072.44634,-12.46920702,-17.81558089,-211.4716548 +677,0,1071.905398,-7.637387763,-15.38617904,-207.7612654 +678,0,1071.268662,-3.117301438,-13.49665218,-203.6745627 +679,0,1077.528563,-5.767008346,-14.03650986,-199.2104957 +680,0,1077.82395,-2.493841334,-12.41691232,-195.1135744 +681,0,1077.55081,0,-10.79732141,-191.0123808 +682,0,1077.04627,0,-8.637854252,-186.9072587 +683,0,1076.376099,0,-6.478389194,-182.7985549 +684,0,1075.567526,0,-4.588861561,-178.3126545 +685,0,1074.634974,0,-2.429396855,-174.5718287 +686,0,1073.587273,0,0,-170.0799994 +687,0,1072.429854,0,0,-165.9601424 +688,0,1071.166904,0,0,-161.8383173 +689,0,1069.801381,0,0,-157.3398204 +690,0,1068.336104,0,0,-153.589772 +691,0,1066.571456,0,0,-149.0883021 +692,0,1064.602816,0,0,-144.9608666 +693,0,1062.685904,0,0,-140.8325641 +694,0,1060.513599,0,0,-136.3281419 +695,0,1058.297996,0,0,-132.3862437 +696,0,1055.971217,0,0,-128.0684371 +697,0,1053.546801,0,0,-123.5624903 +698,0,1051.026999,0,0,-119.8073234 +699,0,1048.480094,0,0,-114.9253219 +700,0,1039.63557,0,0,-111.1698393 +701,0,1035.844916,0,0,-106.6631233 +702,0,1032.376391,0,0,-102.3441145 +703,0,1028.977022,0,0,-98.21285181 +704,0,1025.565293,0,0,-93.70597712 +705,0,1022.115069,0,0,-89.38688112 +706,0,1018.614191,0,0,-85.25556983 +707,0,1015.056901,0,0,-80.74866491 +708,0,1011.440071,0,0,-76.42954969 +709,0,1007.76186,0,0,-72.11043576 +710,0,1004.021581,0,0,-67.60353174 +711,0,1000.218525,0,0,-63.28442194 +712,0,996.3525958,0,0,-58.96531164 +713,0,992.4234611,0,0,-54.45840803 +714,0,988.4950931,0,0,-50.13929438 +715,0,984.3476425,0,0,-45.63239046 +716,0,980.2749269,0,0,-41.31327604 +717,0,976.0210675,0,0,-36.80637086 +718,0,971.8661843,0,0,-32.29946646 +719,0,967.5147446,0,0,-27.79256439 +720,0,963.2169817,0,0,-23.47345156 +721,0,958.4336614,0,0,-18.96654801 +722,0,953.6461801,0,0,-14.83522134 +723,0,948.7174577,0,0,-10.14053013 +724,0,943.7275676,0,0,-6.196991534 +725,0,938.6555224,0,0,-1.502300813 +726,0,933.443123,0,0,0 +727,0,928.4039173,0,0,0 +728,0,923.0328758,0,0,0 +729,0,917.7929945,0,0,0 +730,0,912.4223816,0,0,0 +731,0,906.9691851,0,0,0 +732,0,901.4603176,0,0,0 +733,0,895.9058066,0,0,0 +734,0,890.3778204,0,0,0 +735,0,884.6538893,0,0,0 +736,0,878.916358,0,0,0 +737,0,873.1944319,0,0,0 +738,0,867.3510303,0,0,0 +739,0,861.3173062,0,0,0 +740,0,855.490393,0,0,0 +741,0,849.4929656,0,0,0 +742,0,843.36777,0,0,0 +743,0,837.2947165,0,0,0 +744,0,831.0675635,0,0,0 +745,0,824.9804154,0,0,0 +746,0,818.5949014,0,0,0 +747,0,812.3194619,0,0,0 +748,0,805.9902642,0,0,0 +749,0,799.4382905,0,0,0 +750,0,793.076127,0,0,0 +751,0,786.2692987,0,0,0 +752,0,779.2976257,0,0,0 +753,0,772.3561457,0,0,0 +754,0,765.3068292,0,0,0 +755,0,758.2035283,0,0,0 +756,0,751.5416265,0,0,0 +757,0,743.5695684,0,0,0 +758,0,736.7177152,0,0,0 +759,0,729.2873802,0,0,0 +760,0,721.8758482,0,0,0 +761,0,714.522169,0,0,0 +762,0,707.02259,0,0,0 +763,0,699.4714972,0,0,0 +764,0,691.9777186,0,0,0 +765,0,684.3463342,0,0,0 +766,0,676.6673476,0,0,0 +767,0,669.0471442,0,0,0 +768,0,661.2960075,0,0,0 +769,0,653.5006272,0,0,0 +770,0,645.7671105,0,0,0 +771,0,637.8665479,0,0,0 +772,0,630.0669655,0,0,0 +773,0,622.1430937,0,0,0 +774,0,614.1809896,0,0,0 +775,0,606.2822968,0,0,0 +776,0,598.2287601,0,0,0 +777,226.5158637,590.2778844,0,0,0 +778,135.3472649,582.1734446,0,0,0 +779,174.3297837,574.169251,0,0,0 +780,195.44681,566.0176752,0,0,0 +781,0,0,0,0,0 +782,0,0,0,0,0 +783,0,0,0,0,0 +784,0,0,0,0,0 +785,0,0,0,0,0 +786,0,0,0,0,0 +787,0,0,0,0,0 +788,0,0,0,0,0 +789,0,0,0,0,0 +790,0,0,0,0,0 +791,0,0,0,0,0 +792,0,0,0,0,0 +793,0,0,0,0,0 +794,0,0,0,0,0 +795,0,0,0,0,0 +796,0,0,0,0,0 +797,0,0,0,0,0 +798,0,0,0,0,0 +799,0,0,0,0,0 +800,0,0,0,0,0 +801,0,0,0,0,0 +802,0,0,0,0,0 +803,0,0,0,0,0 +804,0,0,0,0,0 +805,0,0,0,0,0 +806,0,0,0,0,0 +807,0,0,0,0,0 +808,0,0,0,0,0 +809,0,0,0,0,0 +810,0,0,0,0,0 +811,0,0,0,0,0 +812,0,0,0,0,0 +813,0,0,0,0,0 +814,0,0,0,0,0 +815,0,0,0,0,0 +816,0,0,0,0,0 +817,0,0,0,0,0 +818,0,0,0,0,0 +819,0,0,0,0,0 +820,0,0,0,0,0 +821,0,0,0,0,0 +822,0,0,0,0,0 +823,0,0,0,0,0 +824,0,0,0,0,0 +825,0,0,0,0,0 +826,0,0,0,0,0 +827,0,0,0,0,0 +828,0,0,0,0,0 +829,0,0,0,0,0 +830,0,0,0,0,0 +831,0,0,0,0,0 +832,0,0,0,0,0 +833,0,0,0,0,0 +834,0,0,0,0,0 +835,0,0,0,0,0 +836,0,0,0,0,0 +837,0,0,0,0,0 +838,0,0,0,0,0 +839,0,0,0,0,0 +840,0,0,0,0,0 +841,0,0,0,0,0 +842,0,0,0,0,0 +843,0,0,0,0,0 +844,0,0,0,0,0 +845,0,0,0,0,0 +846,0,0,0,0,0 +847,0,0,0,0,0 +848,0,0,0,0,0 +849,0,0,0,0,0 +850,0,0,0,0,0 +851,0,0,0,0,0 +852,0,0,0,0,0 +853,0,0,0,0,0 +854,0,0,0,0,0 +855,0,0,0,0,0 +856,0,0,0,0,0 +857,0,0,0,0,0 +858,0,0,0,0,0 +859,0,0,0,0,0 +860,0,0,0,0,0 +861,0,0,0,0,0 +862,0,0,0,0,0 +863,0,0,0,0,0 +864,0,0,0,0,0 +865,0,0,0,0,0 +866,0,0,0,0,0 +867,0,0,0,0,0 +868,0,0,0,0,0 +869,0,0,0,0,0 +870,0,0,0,0,0 +871,0,0,0,0,0 +872,0,0,0,0,0 +873,0,0,0,0,0 +874,0,0,0,0,0 +875,0,0,0,0,0 +876,0,0,0,0,0 +877,0,0,0,0,0 +878,0,0,0,0,0 +879,0,0,0,0,0 +880,0,0,0,0,0 +881,0,0,0,0,0 +882,0,0,0,0,0 +883,0,0,0,0,0 +884,0,0,0,0,0 +885,0,0,0,0,0 +886,0,0,0,0,0 +887,0,0,0,0,0 +888,0,0,0,0,0 +889,0,0,0,0,0 +890,0,0,0,0,0 +891,0,0,0,0,0 +892,0,0,0,0,0 +893,0,0,0,0,0 +894,0,0,0,0,0 +895,0,0,0,0,0 +896,0,0,0,0,0 +897,0,0,0,0,0 +898,0,0,0,0,0 +899,0,0,0,0,0 +900,0,0,0,0,0 +901,0,0,0,0,0 +902,0,0,0,0,0 +903,0,0,0,0,0 +904,0,0,0,0,0 +905,0,0,0,0,0 +906,0,0,0,0,0 +907,0,0,0,0,0 +908,0,0,0,0,0 +909,0,0,0,0,0 +910,0,0,0,0,0 +911,0,0,0,0,0 +912,0,0,0,0,0 +913,0,0,0,0,0 +914,0,0,0,0,0 +915,0,0,0,0,0 +916,0,0,0,0,0 +917,0,0,0,0,0 +918,0,0,0,0,0 +919,0,0,0,0,0 +920,0,0,0,0,0 +921,0,0,0,0,0 +922,0,0,0,0,0 +923,0,0,0,0,0 +924,0,0,0,0,0 +925,0,0,0,0,0 +926,0,0,0,0,0 +927,0,0,0,0,0 +928,0,0,0,0,0 +929,0,0,0,0,0 +930,0,0,0,0,0 +931,0,0,0,0,0 +932,0,0,0,0,0 +933,0,0,0,0,0 +934,0,0,0,0,0 +935,0,0,0,0,0 +936,0,0,0,0,0 +937,0,0,0,0,0 +938,0,0,0,0,0 +939,0,0,0,0,0 +940,0,0,0,0,0 +941,0,0,0,0,0 +942,0,0,0,0,0 +943,0,0,0,0,0 +944,0,0,0,0,0 +945,0,0,0,0,0 +946,0,0,0,0,0 +947,0,0,0,0,0 +948,0,0,0,0,0 +949,0,0,0,0,0 +950,0,0,0,0,0 +951,0,0,0,0,0 +952,0,0,0,0,0 +953,0,0,0,0,0 +954,0,0,0,0,0 +955,0,0,0,0,0 +956,0,0,0,0,0 +957,0,0,0,0,0 +958,0,0,0,0,0 +959,0,0,0,0,0 +960,0,0,0,0,0 +961,0,0,0,0,0 +962,0,0,0,0,0 +963,0,0,0,0,0 +964,0,0,0,0,0 +965,0,0,0,0,0 +966,0,0,0,0,0 +967,0,0,0,0,0 +968,0,0,0,0,0 +969,0,0,0,0,0 +970,0,0,0,0,0 +971,0,0,0,0,0 +972,0,0,0,0,0 +973,0,0,0,0,0 +974,0,0,0,0,0 +975,0,0,0,0,0 +976,0,0,0,0,0 +977,0,0,0,0,0 +978,0,0,0,0,0 +979,0,0,0,0,0 +980,0,0,0,0,0 +981,0,0,0,0,0 +982,0,0,0,0,0 +983,0,0,0,0,0 +984,0,0,0,0,0 +985,0,0,0,0,0 +986,0,0,0,0,0 +987,0,0,0,0,0 +988,0,0,0,0,0 +989,0,0,0,0,0 +990,0,0,0,0,0 +991,0,0,0,0,0 +992,0,0,0,0,0 +993,0,0,0,0,0 +994,0,0,0,0,0 +995,0,0,0,0,0 +996,0,0,0,0,0 +997,0,0,0,0,0 +998,0,0,0,0,0 +999,0,0,0,0,0 +1000,0,0,0,0,0 +1001,0,0,0,0,0 +1002,0,0,0,0,0 +1003,0,0,0,0,0 +1004,0,0,0,0,0 +1005,0,0,0,0,0 +1006,0,0,0,0,0 +1007,0,0,0,0,0 +1008,0,0,0,0,0 +1009,0,0,0,0,0 +1010,0,0,0,0,0 +1011,0,0,0,0,0 +1012,0,0,0,0,0 +1013,0,0,0,0,0 +1014,0,0,0,0,0 +1015,0,0,0,0,0 +1016,0,0,0,0,0 +1017,0,0,0,0,0 +1018,0,0,0,0,0 +1019,0,0,0,0,0 +1020,0,0,0,0,0 +1021,0,0,0,0,0 +1022,0,0,0,0,0 +1023,0,0,0,0,0 +1024,0,0,0,0,0 +1025,0,0,0,0,0 +1026,0,0,0,0,0 +1027,0,0,0,0,0 +1028,0,0,0,0,0 +1029,0,0,0,0,0 +1030,0,0,0,0,0 +1031,0,0,0,0,0 +1032,0,0,0,0,0 +1033,0,0,0,0,0 +1034,0,0,0,0,0 +1035,0,0,0,0,0 +1036,0,0,0,0,0 +1037,0,0,0,0,0 +1038,0,0,0,0,0 +1039,0,0,0,0,0 +1040,0,0,0,0,0 +1041,0,0,0,0,0 +1042,0,0,0,0,0 +1043,0,0,0,0,0 +1044,0,0,0,0,0 +1045,0,0,0,0,0 +1046,0,0,0,0,0 +1047,0,0,0,0,0 +1048,0,0,0,0,0 +1049,0,0,0,0,0 +1050,0,0,0,0,0 +1051,0,0,0,0,0 +1052,0,0,0,0,0 +1053,0,0,0,0,0 +1054,0,0,0,0,0 +1055,0,0,0,0,0 +1056,0,0,0,0,0 +1057,0,0,0,0,0 +1058,0,0,0,0,0 +1059,0,0,0,0,0 +1060,0,0,0,0,0 +1061,0,0,0,0,0 +1062,0,0,0,0,0 +1063,0,0,0,0,0 +1064,0,0,0,0,0 +1065,0,0,0,0,0 +1066,0,0,0,0,0 +1067,0,0,0,0,0 +1068,0,0,0,0,0 +1069,0,0,0,0,0 +1070,0,0,0,0,0 +1071,0,0,0,0,0 +1072,0,0,0,0,0 +1073,0,0,0,0,0 +1074,0,0,0,0,0 +1075,0,0,0,0,0 +1076,0,0,0,0,0 +1077,0,0,0,0,0 +1078,0,0,0,0,0 +1079,0,0,0,0,0 +1080,0,0,0,0,0 +1081,0,0,0,0,0 +1082,0,0,0,0,0 +1083,0,0,0,0,0 +1084,0,0,0,0,0 +1085,0,0,0,0,0 +1086,0,0,0,0,0 +1087,0,0,0,0,0 +1088,0,0,0,0,0 +1089,0,0,0,0,0 +1090,0,0,0,0,0 +1091,0,0,0,0,0 +1092,0,0,0,0,0 +1093,0,0,0,0,0 +1094,0,0,0,0,0 +1095,0,0,0,0,0 +1096,0,0,0,0,0 +1097,0,0,0,0,0 +1098,0,0,0,0,0 +1099,0,0,0,0,0 +1100,0,0,0,0,0 +1101,0,0,0,0,0 +1102,0,0,0,0,0 +1103,0,0,0,0,0 +1104,0,0,0,0,0 +1105,0,0,0,0,0 +1106,0,0,0,0,0 +1107,0,0,0,0,0 +1108,0,0,0,0,0 +1109,0,0,0,0,0 +1110,0,0,0,0,0 +1111,0,0,0,0,0 +1112,0,0,0,0,0 +1113,0,0,0,0,0 +1114,0,0,0,0,0 +1115,0,0,0,0,0 +1116,0,0,0,0,0 +1117,0,0,0,0,0 +1118,0,0,0,0,0 +1119,0,0,0,0,0 +1120,0,0,0,0,0 +1121,0,0,0,0,0 +1122,0,0,0,0,0 +1123,0,0,0,0,0 +1124,0,0,0,0,0 +1125,0,0,0,0,0 +1126,0,0,0,0,0 +1127,0,0,0,0,0 +1128,0,0,0,0,0 +1129,0,0,0,0,0 +1130,0,0,0,0,0 +1131,0,0,0,0,0 +1132,0,0,0,0,0 +1133,0,0,0,0,0 +1134,0,0,0,0,0 +1135,0,0,0,0,0 +1136,0,0,0,0,0 +1137,0,0,0,0,0 +1138,0,0,0,0,0 +1139,0,0,0,0,0 +1140,0,0,0,0,0 +1141,0,0,0,0,0 +1142,0,0,0,0,0 +1143,0,0,0,0,0 +1144,0,0,0,0,0 +1145,0,0,0,0,0 +1146,0,0,0,0,0 +1147,0,0,0,0,0 +1148,0,0,0,0,0 +1149,0,0,0,0,0 +1150,0,0,0,0,0 +1151,0,0,0,0,0 +1152,0,0,0,0,0 +1153,0,0,0,0,0 +1154,0,0,0,0,0 +1155,0,0,0,0,0 +1156,0,0,0,0,0 +1157,0,0,0,0,0 +1158,0,0,0,0,0 +1159,0,0,0,0,0 +1160,0,0,0,0,0 +1161,0,0,0,0,0 +1162,0,0,0,0,0 +1163,0,0,0,0,0 +1164,0,0,0,0,0 +1165,0,0,0,0,0 +1166,0,0,0,0,0 +1167,0,0,0,0,0 +1168,0,0,0,0,0 +1169,0,0,0,0,0 +1170,0,0,0,0,0 +1171,0,0,0,0,0 +1172,0,0,0,0,0 +1173,0,0,0,0,0 +1174,0,0,0,0,0 +1175,0,0,0,0,0 +1176,0,0,0,0,0 +1177,0,0,0,0,0 +1178,0,0,0,0,0 +1179,0,0,0,0,0 +1180,0,0,0,0,0 +1181,0,0,0,0,0 +1182,0,0,0,0,0 +1183,0,0,0,0,0 +1184,0,0,0,0,0 +1185,0,0,0,0,0 +1186,0,0,0,0,0 +1187,0,0,0,0,0 +1188,0,0,0,0,0 +1189,0,0,0,0,0 +1190,0,0,0,0,0 +1191,0,0,0,0,0 +1192,0,0,0,0,0 +1193,0,0,0,0,0 +1194,0,0,0,0,0 +1195,0,0,0,0,0 +1196,0,0,0,0,0 +1197,0,0,0,0,0 +1198,0,0,0,0,0 +1199,0,0,0,0,0 +1200,0,0,0,0,0 +1201,0,0,0,0,0 +1202,0,0,0,0,0 +1203,0,0,0,0,0 +1204,0,0,0,0,0 +1205,0,0,0,0,0 +1206,0,0,0,0,0 +1207,0,0,0,0,0 +1208,0,0,0,0,0 +1209,0,0,0,0,0 +1210,0,0,0,0,0 +1211,0,0,0,0,0 +1212,0,0,0,0,0 +1213,0,0,0,0,0 +1214,0,0,0,0,0 +1215,0,0,0,0,0 +1216,0,0,0,0,0 +1217,0,0,0,0,0 +1218,0,0,0,0,0 +1219,0,0,0,0,0 +1220,0,0,0,0,0 +1221,0,0,0,0,0 +1222,0,0,0,0,0 +1223,0,0,0,0,0 +1224,0,0,0,0,0 +1225,0,0,0,0,0 +1226,0,0,0,0,0 +1227,0,0,0,0,0 +1228,0,0,0,0,0 +1229,0,0,0,0,0 +1230,0,0,0,0,0 +1231,0,0,0,0,0 +1232,0,0,0,0,0 +1233,0,0,0,0,0 +1234,0,0,0,0,0 +1235,0,0,0,0,0 +1236,0,0,0,0,0 +1237,0,0,0,0,0 +1238,0,0,0,0,0 +1239,0,0,0,0,0 +1240,0,0,0,0,0 +1241,0,0,0,0,0 +1242,0,0,0,0,0 +1243,0,0,0,0,0 +1244,0,0,0,0,0 +1245,0,0,0,0,0 +1246,0,0,0,0,0 +1247,0,0,0,0,0 +1248,0,0,0,0,0 +1249,0,0,0,0,0 +1250,0,0,0,0,0 +1251,0,0,0,0,0 +1252,0,0,0,0,0 +1253,0,0,0,0,0 +1254,0,0,0,0,0 +1255,0,0,0,0,0 +1256,0,0,0,0,0 +1257,0,0,0,0,0 +1258,0,0,0,0,0 +1259,0,0,0,0,0 +1260,0,0,0,0,0 +1261,0,0,0,0,0 +1262,0,0,0,0,0 +1263,0,0,0,0,0 +1264,0,0,0,0,0 +1265,0,0,0,0,0 +1266,0,0,0,0,0 +1267,0,0,0,0,0 +1268,0,0,0,0,0 +1269,0,0,0,0,0 +1270,0,0,0,0,0 +1271,0,0,0,0,0 +1272,0,0,0,0,0 +1273,0,0,0,0,0 +1274,0,0,0,0,0 +1275,0,0,0,0,0 +1276,0,0,0,0,0 +1277,0,0,0,0,0 +1278,0,0,0,0,0 +1279,0,0,0,0,0 +1280,0,0,0,0,0 +1281,0,0,0,0,0 +1282,0,0,0,0,0 +1283,0,0,0,0,0 +1284,0,0,0,0,0 +1285,0,0,0,0,0 +1286,0,0,0,0,0 +1287,0,0,0,0,0 +1288,0,0,0,0,0 +1289,0,0,0,0,0 +1290,0,0,0,0,0 +1291,0,0,0,0,0 +1292,0,0,0,0,0 +1293,0,0,0,0,0 +1294,0,0,0,0,0 +1295,0,0,0,0,0 +1296,0,0,0,0,0 +1297,0,0,0,0,0 +1298,0,0,0,0,0 +1299,0,0,0,0,0 +1300,0,0,0,0,0 +1301,0,0,0,0,0 +1302,0,0,0,0,0 +1303,0,0,0,0,0 +1304,0,0,0,0,0 +1305,0,0,0,0,0 +1306,0,0,0,0,0 +1307,0,0,0,0,0 +1308,0,0,0,0,0 +1309,0,0,0,0,0 +1310,0,0,0,0,0 +1311,0,0,0,0,0 +1312,0,0,0,0,0 +1313,0,0,0,0,0 +1314,0,0,0,0,0 +1315,0,0,0,0,0 +1316,0,0,0,0,0 +1317,0,0,0,0,0 +1318,0,0,0,0,0 +1319,0,0,0,0,0 +1320,0,0,0,0,0 +1321,0,0,0,0,0 +1322,0,0,0,0,0 +1323,0,0,0,0,0 +1324,0,0,0,0,0 +1325,0,0,0,0,0 +1326,0,0,0,0,0 +1327,0,0,0,0,0 +1328,0,0,0,0,0 +1329,0,0,0,0,0 +1330,0,0,0,0,0 +1331,0,0,0,0,0 +1332,0,0,0,0,0 +1333,0,0,0,0,0 +1334,0,0,0,0,0 +1335,0,0,0,0,0 +1336,0,0,0,0,0 +1337,0,0,0,0,0 +1338,0,0,0,0,0 +1339,0,0,0,0,0 +1340,0,0,0,0,0 +1341,0,0,0,0,0 +1342,0,0,0,0,0 +1343,0,0,0,0,0 +1344,0,0,0,0,0 +1345,0,0,0,0,0 +1346,0,0,0,0,0 +1347,0,0,0,0,0 +1348,0,0,0,0,0 +1349,0,0,0,0,0 +1350,0,0,0,0,0 +1351,0,0,0,0,0 +1352,0,0,0,0,0 +1353,0,0,0,0,0 +1354,0,0,0,0,0 +1355,0,0,0,0,0 +1356,0,0,0,0,0 +1357,0,0,0,0,0 +1358,0,0,0,0,0 +1359,0,0,0,0,0 +1360,0,0,0,0,0 +1361,0,0,0,0,0 +1362,0,0,0,0,0 +1363,0,0,0,0,0 +1364,0,0,0,0,0 +1365,0,0,0,0,0 +1366,0,0,0,0,0 +1367,0,0,0,0,0 +1368,0,0,0,0,0 +1369,0,0,0,0,0 +1370,0,0,0,0,0 +1371,0,0,0,0,0 +1372,0,0,0,0,0 +1373,0,0,0,0,0 +1374,0,0,0,0,0 +1375,0,0,0,0,0 +1376,0,0,0,0,0 +1377,0,0,0,0,0 +1378,0,0,0,0,0 +1379,0,0,0,0,0 +1380,0,0,0,0,0 +1381,0,0,0,0,0 +1382,0,0,0,0,0 +1383,0,0,0,0,0 +1384,0,0,0,0,0 +1385,0,0,0,0,0 +1386,0,0,0,0,0 +1387,0,0,0,0,0 +1388,0,0,0,0,0 +1389,0,0,0,0,0 +1390,0,0,0,0,0 +1391,0,0,0,0,0 +1392,0,0,0,0,0 +1393,0,0,0,0,0 +1394,0,0,0,0,0 +1395,0,0,0,0,0 +1396,0,0,0,0,0 +1397,0,0,0,0,0 +1398,0,0,0,0,0 +1399,0,0,0,0,0 +1400,0,0,0,0,0 +1401,0,0,0,0,0 +1402,0,0,0,0,0 +1403,0,0,0,0,0 +1404,0,0,0,0,0 +1405,0,0,0,0,0 +1406,0,0,0,0,0 +1407,0,0,0,0,0 +1408,0,0,0,0,0 +1409,0,0,0,0,0 +1410,0,0,0,0,0 +1411,0,0,0,0,0 +1412,0,0,0,0,0 +1413,0,0,0,0,0 +1414,0,0,0,0,0 +1415,0,0,0,0,0 +1416,0,0,0,0,0 +1417,0,0,0,0,0 +1418,0,0,0,0,0 +1419,0,0,0,0,0 +1420,0,0,0,0,0 +1421,0,0,0,0,0 +1422,0,0,0,0,0 +1423,0,0,0,0,0 +1424,0,0,0,0,0 +1425,0,0,0,0,0 +1426,0,0,0,0,0 +1427,0,0,0,0,0 +1428,0,0,0,0,0 +1429,0,0,0,0,0 +1430,0,0,0,0,0 +1431,0,0,0,0,0 +1432,0,0,0,0,0 +1433,0,0,0,0,0 +1434,0,0,0,0,0 +1435,0,0,0,0,0 +1436,0,0,0,0,0 +1437,0,0,0,0,0 +1438,0,0,0,0,0 +1439,0,0,0,0,0 +1440,0,0,0,0,0 +1441,0,0,0,0,0 +1442,0,0,0,0,0 +1443,0,0,0,0,0 +1444,0,0,0,0,0 +1445,0,0,0,0,0 +1446,0,0,0,0,0 +1447,0,0,0,0,0 +1448,0,0,0,0,0 +1449,0,0,0,0,0 +1450,0,0,0,0,0 +1451,0,0,0,0,0 +1452,0,0,0,0,0 +1453,0,0,0,0,0 +1454,0,0,0,0,0 +1455,0,0,0,0,0 +1456,0,0,0,0,0 +1457,0,0,0,0,0 +1458,0,0,0,0,0 +1459,0,0,0,0,0 +1460,0,0,0,0,0 +1461,0,0,0,0,0 +1462,0,0,0,0,0 +1463,0,0,0,0,0 +1464,0,0,0,0,0 +1465,0,0,0,0,0 +1466,0,0,0,0,0 +1467,0,0,0,0,0 +1468,0,0,0,0,0 +1469,0,0,0,0,0 +1470,0,0,0,0,0 +1471,0,0,0,0,0 +1472,0,0,0,0,0 +1473,0,0,0,0,0 +1474,0,0,0,0,0 +1475,0,0,0,0,0 +1476,0,0,0,0,0 +1477,0,0,0,0,0 +1478,0,0,0,0,0 +1479,0,0,0,0,0 +1480,0,0,0,0,0 +1481,0,0,0,0,0 +1482,0,0,0,0,0 +1483,0,0,0,0,0 +1484,0,0,0,0,0 +1485,0,0,0,0,0 +1486,0,0,0,0,0 +1487,0,0,0,0,0 +1488,0,0,0,0,0 +1489,0,0,0,0,0 +1490,0,0,0,0,0 +1491,0,0,0,0,0 +1492,0,0,0,0,0 +1493,0,0,0,0,0 +1494,0,0,0,0,0 +1495,0,0,0,0,0 +1496,0,0,0,0,0 +1497,0,0,0,0,0 +1498,0,0,0,0,0 +1499,0,0,0,0,0 +1500,0,0,0,0,0 +1501,0,0,0,0,0 +1502,0,0,0,0,0 +1503,0,0,0,0,0 +1504,0,0,0,0,0 +1505,0,0,0,0,0 +1506,0,0,0,0,0 +1507,0,0,0,0,0 +1508,0,0,0,0,0 +1509,0,0,0,0,0 +1510,0,0,0,0,0 +1511,0,0,0,0,0 +1512,0,0,0,0,0 +1513,0,0,0,0,0 +1514,0,0,0,0,0 +1515,0,0,0,0,0 +1516,0,0,0,0,0 +1517,0,0,0,0,0 +1518,0,0,0,0,0 +1519,0,0,0,0,0 +1520,0,0,0,0,0 +1521,0,0,0,0,0 +1522,0,0,0,0,0 +1523,0,0,0,0,0 +1524,0,0,0,0,0 +1525,0,0,0,0,0 +1526,0,0,0,0,0 +1527,0,0,0,0,0 +1528,0,0,0,0,0 +1529,0,0,0,0,0 +1530,0,0,0,0,0 +1531,0,0,0,0,0 +1532,0,0,0,0,0 +1533,0,0,0,0,0 +1534,0,0,0,0,0 +1535,0,0,0,0,0 +1536,0,0,0,0,0 +1537,0,0,0,0,0 +1538,0,0,0,0,0 +1539,0,0,0,0,0 +1540,0,0,0,0,0 +1541,0,0,0,0,0 +1542,0,0,0,0,0 +1543,0,0,0,0,0 +1544,0,0,0,0,0 +1545,0,0,0,0,0 +1546,0,0,0,0,0 +1547,0,0,0,0,0 +1548,0,0,0,0,0 +1549,0,0,0,0,0 +1550,0,0,0,0,0 +1551,0,0,0,0,0 +1552,0,0,0,0,0 +1553,0,0,0,0,0 +1554,0,0,0,0,0 +1555,0,0,0,0,0 +1556,0,0,0,0,0 +1557,0,0,0,0,0 +1558,0,0,0,0,0 +1559,0,0,0,0,0 +1560,0,0,0,0,0 +1561,0,0,0,0,0 +1562,0,0,0,0,0 +1563,0,0,0,0,0 +1564,0,0,0,0,0 +1565,0,0,0,0,0 +1566,0,0,0,0,0 +1567,0,0,0,0,0 +1568,0,0,0,0,0 +1569,0,0,0,0,0 +1570,0,0,0,0,0 +1571,0,0,0,0,0 +1572,0,0,0,0,0 +1573,0,0,0,0,0 +1574,0,0,0,0,0 +1575,0,0,0,0,0 +1576,0,0,0,0,0 +1577,0,0,0,0,0 +1578,0,0,0,0,0 +1579,0,0,0,0,0 +1580,0,0,0,0,0 +1581,0,0,0,0,0 +1582,0,0,0,0,0 +1583,0,0,0,0,0 +1584,0,0,0,0,0 +1585,0,0,0,0,0 +1586,0,0,0,0,0 +1587,0,0,0,0,0 +1588,0,0,0,0,0 +1589,0,0,0,0,0 +1590,0,0,0,0,0 +1591,0,0,0,0,0 +1592,0,0,0,0,0 +1593,0,0,0,0,0 +1594,0,0,0,0,0 +1595,0,0,0,0,0 +1596,0,0,0,0,0 +1597,0,0,0,0,0 +1598,0,0,0,0,0 +1599,0,0,0,0,0 +1600,0,0,0,0,0 +1601,0,0,0,0,0 +1602,0,0,0,0,0 +1603,0,0,0,0,0 +1604,0,0,0,0,0 +1605,0,0,0,0,0 +1606,0,0,0,0,0 +1607,0,0,0,0,0 +1608,0,0,0,0,0 +1609,0,0,0,0,0 +1610,0,0,0,0,0 +1611,0,0,0,0,0 +1612,0,0,0,0,0 +1613,0,0,0,0,0 +1614,0,0,0,0,0 +1615,0,0,0,0,0 +1616,0,0,0,0,0 +1617,0,0,0,0,0 +1618,0,0,0,0,0 +1619,0,0,0,0,0 +1620,0,0,0,0,0 +1621,0,0,0,0,0 +1622,0,0,0,0,0 +1623,0,0,0,0,0 +1624,0,0,0,0,0 +1625,0,0,0,0,0 +1626,0,0,0,0,0 +1627,0,0,0,0,0 +1628,0,0,0,0,0 +1629,0,0,0,0,0 +1630,0,0,0,0,0 +1631,0,0,0,0,0 +1632,0,0,0,0,0 +1633,0,0,0,0,0 +1634,0,0,0,0,0 +1635,0,0,0,0,0 +1636,0,0,0,0,0 +1637,0,0,0,0,0 +1638,0,0,0,0,0 +1639,0,0,0,0,0 +1640,0,0,0,0,0 +1641,0,0,0,0,0 +1642,0,0,0,0,0 +1643,0,0,0,0,0 +1644,0,0,0,0,0 +1645,0,0,0,0,0 +1646,0,0,0,0,0 +1647,0,0,0,0,0 +1648,0,0,0,0,0 +1649,0,0,0,0,0 +1650,0,0,0,0,0 +1651,0,0,0,0,0 +1652,0,0,0,0,0 +1653,0,0,0,0,0 +1654,0,0,0,0,0 +1655,0,0,0,0,0 +1656,0,0,0,0,0 +1657,0,0,0,0,0 +1658,0,0,0,0,0 +1659,0,0,0,0,0 +1660,0,0,0,0,0 +1661,0,0,0,0,0 +1662,0,0,0,0,0 +1663,0,0,0,0,0 +1664,0,0,0,0,0 +1665,0,0,0,0,0 +1666,0,0,0,0,0 +1667,0,0,0,0,0 +1668,0,0,0,0,0 +1669,0,0,0,0,0 +1670,0,0,0,0,0 +1671,0,0,0,0,0 +1672,0,0,0,0,0 +1673,0,0,0,0,0 +1674,0,0,0,0,0 +1675,0,0,0,0,0 +1676,0,0,0,0,0 +1677,0,0,0,0,0 +1678,0,0,0,0,0 +1679,0,0,0,0,0 +1680,0,0,0,0,0 +1681,0,0,0,0,0 +1682,0,0,0,0,0 +1683,0,0,0,0,0 +1684,0,0,0,0,0 +1685,0,0,0,0,0 +1686,0,0,0,0,0 +1687,0,0,0,0,0 +1688,0,0,0,0,0 +1689,0,0,0,0,0 +1690,0,0,0,0,0 +1691,0,0,0,0,0 +1692,0,0,0,0,0 +1693,0,0,0,0,0 +1694,0,0,0,0,0 +1695,0,0,0,0,0 +1696,0,0,0,0,0 +1697,0,0,0,0,0 +1698,0,0,0,0,0 +1699,0,0,0,0,0 +1700,0,0,0,0,0 +1701,0,0,0,0,0 +1702,0,0,0,0,0 +1703,0,0,0,0,0 +1704,0,0,0,0,0 +1705,0,0,0,0,0 +1706,0,0,0,0,0 +1707,0,0,0,0,0 +1708,0,0,0,0,0 +1709,0,0,0,0,0 +1710,0,0,0,0,0 +1711,0,0,0,0,0 +1712,0,0,0,0,0 +1713,0,0,0,0,0 +1714,0,0,0,0,0 +1715,0,0,0,0,0 +1716,0,0,0,0,0 +1717,0,0,0,0,0 +1718,0,0,0,0,0 +1719,0,0,0,0,0 +1720,0,0,0,0,0 +1721,0,0,0,0,0 +1722,0,0,0,0,0 +1723,0,0,0,0,0 +1724,0,0,0,0,0 +1725,0,0,0,0,0 +1726,0,0,0,0,0 +1727,0,0,0,0,0 +1728,0,0,0,0,0 +1729,0,0,0,0,0 +1730,0,0,0,0,0 +1731,0,0,0,0,0 +1732,0,0,0,0,0 +1733,0,0,0,0,0 +1734,0,0,0,0,0 +1735,0,0,0,0,0 +1736,0,0,0,0,0 +1737,0,0,0,0,0 +1738,0,0,0,0,0 +1739,0,0,0,0,0 +1740,0,0,0,0,0 +1741,0,0,0,0,0 +1742,0,0,0,0,0 +1743,0,0,0,0,0 +1744,0,0,0,0,0 +1745,0,0,0,0,0 +1746,0,0,0,0,0 +1747,0,0,0,0,0 +1748,0,0,0,0,0 +1749,0,0,0,0,0 +1750,0,0,0,0,0 +1751,0,0,0,0,0 +1752,0,0,0,0,0 +1753,0,0,0,0,0 +1754,0,0,0,0,0 +1755,0,0,0,0,0 +1756,0,0,0,0,0 +1757,0,0,0,0,0 +1758,0,0,0,0,0 +1759,0,0,0,0,0 +1760,0,0,0,0,0 +1761,0,0,0,0,0 +1762,0,0,0,0,0 +1763,0,0,0,0,0 +1764,0,0,0,0,0 +1765,0,0,0,0,0 +1766,0,0,0,0,0 +1767,0,0,0,0,0 +1768,0,0,0,0,0 +1769,0,0,0,0,0 +1770,0,0,0,0,0 +1771,0,0,0,0,0 +1772,0,0,0,0,0 +1773,0,0,0,0,0 +1774,0,0,0,0,0 +1775,0,0,0,0,0 +1776,0,0,0,0,0 +1777,0,0,0,0,0 +1778,0,0,0,0,0 +1779,0,0,0,0,0 +1780,0,0,0,0,0 +1781,0,0,0,0,0 +1782,0,0,0,0,0 +1783,0,0,0,0,0 +1784,0,0,0,0,0 +1785,0,0,0,0,0 +1786,0,0,0,0,0 +1787,0,0,0,0,0 +1788,0,0,0,0,0 +1789,0,0,0,0,0 +1790,0,0,0,0,0 +1791,0,0,0,0,0 +1792,0,0,0,0,0 +1793,0,0,0,0,0 +1794,0,0,0,0,0 +1795,0,0,0,0,0 +1796,0,0,0,0,0 +1797,0,0,0,0,0 +1798,0,0,0,0,0 +1799,0,0,0,0,0 +1800,0,0,0,0,0 +1801,0,0,0,0,0 +1802,0,0,0,0,0 +1803,0,0,0,0,0 +1804,0,0,0,0,0 +1805,0,0,0,0,0 +1806,0,0,0,0,0 +1807,0,0,0,0,0 +1808,0,0,0,0,0 +1809,0,0,0,0,0 +1810,0,0,0,0,0 +1811,0,0,0,0,0 +1812,0,0,0,0,0 +1813,0,0,0,0,0 +1814,0,0,0,0,0 +1815,0,0,0,0,0 +1816,0,0,0,0,0 +1817,0,0,0,0,0 +1818,0,0,0,0,0 +1819,0,0,0,0,0 +1820,0,0,0,0,0 +1821,0,0,0,0,0 +1822,0,0,0,0,0 +1823,0,0,0,0,0 +1824,0,0,0,0,0 +1825,0,0,0,0,0 +1826,0,0,0,0,0 +1827,0,0,0,0,0 +1828,0,0,0,0,0 +1829,0,0,0,0,0 +1830,0,0,0,0,0 +1831,0,0,0,0,0 +1832,0,0,0,0,0 +1833,0,0,0,0,0 +1834,0,0,0,0,0 +1835,0,0,0,0,0 +1836,0,0,0,0,0 +1837,0,0,0,0,0 +1838,0,0,0,0,0 +1839,0,0,0,0,0 +1840,0,0,0,0,0 +1841,0,0,0,0,0 +1842,0,0,0,0,0 +1843,0,0,0,0,0 +1844,0,0,0,0,0 +1845,0,0,0,0,0 +1846,0,0,0,0,0 +1847,0,0,0,0,0 +1848,0,0,0,0,0 +1849,0,0,0,0,0 +1850,0,0,0,0,0 +1851,0,0,0,0,0 +1852,0,0,0,0,0 +1853,0,0,0,0,0 +1854,0,0,0,0,0 +1855,0,0,0,0,0 +1856,0,0,0,0,0 +1857,0,0,0,0,0 +1858,0,0,0,0,0 +1859,0,0,0,0,0 +1860,0,0,0,0,0 +1861,-1621.368799,-783.7129941,-1596.666343,-783.6977297,-724.9962135 +1862,-1703.890298,-797.6468339,-1680.84606,-797.6320222,-855.8808626 +1863,-1865.799374,-791.3325842,-1837.187682,-791.3183451,-1201.234233 +1864,-1624.152662,-688.2284069,-1600.222076,-688.2146979,-1060.834325 +1865,-1510.015591,-641.2961209,-1488.832345,-641.2829092,-816.4161772 +1866,-1695.757318,-720.4868358,-1669.728716,-720.474065,-1101.645956 +1867,-1705.08291,-724.950236,-1678.227626,-724.937848,-1079.607324 +1868,-1808.898766,-770.5734282,-1780.10064,-770.5613748,-1162.436277 +1869,-1848.165461,-788.0752449,-1818.354285,-788.0634871,-1181.711403 +1870,-1860.120444,-793.9157514,-1829.861293,-793.904259,-1184.8076 +1871,-1856.419015,-793.0798501,-1826.033217,-793.0685988,-1178.769719 +1872,-1845.1058,-788.9895125,-1814.746084,-788.9784825,-1168.38018 +1873,-1831.136852,-783.7406743,-1800.859982,-783.7298491,-1156.564923 +1874,-1817.094577,-778.4180296,-1786.906593,-778.4073955,-1144.856309 +1875,-1804.068676,-773.4749411,-1773.954115,-773.4644865,-1133.913765 +1876,-1392.364094,-769.0376905,-1762.306885,-769.0274055,-1123.93132 +1877,-1515.878745,-765.0976185,-1366.429766,-765.0874947,-1114.901331 +1878,-1495.651282,-761.6086412,-1522.346363,-761.5986713,-1106.777901 +1879,-1461.667389,-728.4430485,-1479.215222,-728.4332789,-1099.470812 +1880,-1451.112878,-649.1646564,-1452.479826,-648.1075932,-1041.931451 +1881,-1437.116305,-674.6395315,-1444.125593,-674.6520979,-974.2964603 +1882,-1429.721314,-653.290298,-1430.940122,-653.312954,-940.9121558 +1883,-1416.609028,-642.3152753,-1418.998645,-642.3367779,-923.3248219 +1884,-1407.052728,-657.9805292,-1410.158107,-657.9967602,-919.4601051 +1885,-1396.708364,-707.0499364,-1396.245088,-707.060997,-1011.666106 +1886,-1388.68823,-618.605749,-1392.894232,-619.8485436,-1040.512306 +1887,-1376.181119,-647.3276383,-1376.249877,-645.4791418,-1054.054718 +1888,-1372.91235,-637.2403628,-1372.991552,-637.2434176,-990.3025015 +1889,-1356.861843,-630.7162369,-1360.561351,-632.0874691,-913.7565668 +1890,-1355.361573,-627.0872595,-1353.409729,-626.2401139,-1010.107049 +1891,-1343.891878,-622.1087559,-1344.931842,-622.1042373,-961.6891582 +1892,-1336.904814,-617.2116038,-1335.084889,-617.211342,-893.4058172 +1893,-1329.810982,-613.6832021,-1330.230715,-613.6846086,-865.9021656 +1894,-1320.853155,-606.4698583,-1320.813071,-606.4707377,-854.7388592 +1895,-1316.062142,-579.123311,-1312.35916,-579.1229354,-664.9570422 +1896,-1306.531062,-642.5077084,-1310.065104,-642.5061679,-914.7454425 +1897,-1297.961799,-569.3563291,-1288.655079,-573.3411454,-744.713224 +1898,-1288.762887,-587.0743874,-1282.38436,-593.5031696,-927.338467 +1899,-1279.348817,-576.9250826,-1271.869127,-583.428199,-704.5950282 +1900,-1275.614418,-571.1108217,-1264.928038,-580.110447,-923.691146 +1901,-1264.395628,-564.2532317,-1256.797286,-575.9012894,-869.4926086 +1902,-1260.759957,-549.2761441,-1250.049089,-549.2655119,-568.550608 +1903,-1254.947452,-567.0338114,-1241.181646,-599.6320838,-784.9604846 +1904,-1243.760014,-540.1882901,-1232.755515,-548.6038102,-889.9303575 +1905,-1242.873313,-541.4713879,-1227.419968,-563.2321406,-960.2843509 +1906,-1233.142906,-535.3071986,-1221.240229,-555.299759,-874.3650393 +1907,-1228.81117,-529.3512538,-1210.470982,-534.2746657,-513.6018015 +1908,-1222.779581,-522.7172751,-1205.064195,-575.0617351,-896.1527757 +1909,-1216.32848,-518.0368677,-1200.493361,-532.4363537,-547.4742802 +1910,-1210.319934,-512.1843698,-1192.768968,-544.3408047,-738.5917596 +1911,-1203.829404,-491.3946634,-1181.794226,-536.3056449,-941.1155244 +1912,-1197.861927,-485.6913901,-1180.815524,-535.0476167,-862.5332261 +1913,-1191.44823,-477.0076614,-1163.256772,-505.9372456,-432.5931815 +1914,-1187.361321,-470.6748655,-1175.724393,-561.3286273,-660.3076063 +1915,-1181.506369,-464.1239453,-1153.371708,-508.7163079,-931.919428 +1916,-1177.143024,-457.4006711,-1155.046592,-522.9240675,-528.1174648 +1917,-1168.979004,-450.2524833,-1146.13658,-518.1766321,-704.4318686 +1918,-1168.410861,-443.9467037,-1138.810404,-513.8802077,-942.8077013 +1919,-1160.41888,-436.3810957,-1137.269034,-511.7974854,-517.4234852 +1920,-1155.964876,-430.2380154,-1127.144882,-508.0485079,-909.4343621 +1921,8.374189928,37.02144567,35.0108749,7.713404103,-844.2893997 +1922,47.9832279,38.03034225,74.61941809,24.84927767,-772.1634193 +1923,74.02857711,39.79679006,81.71614798,37.11106077,131.9169859 +1924,81.95100389,42.08293021,82.29340373,37.24509987,179.0789761 +1925,82.45889178,44.52853021,83.44769951,37.59156974,212.1745789 +1926,83.44346878,46.99958382,85.14968963,38.20974119,237.5383833 +1927,84.89656682,49.43197816,87.26039946,39.0573208,259.3879144 +1928,86.73324305,51.81337184,89.66606764,40.07503755,279.3707139 +1929,88.85300885,54.1464929,92.2807492,41.21248573,297.8572402 +1930,91.17982438,56.43690423,95.05036042,42.43527445,314.8893085 +1931,93.66404651,58.68932231,97.93538876,43.72074208,330.5286928 +1932,96.26694669,60.90756812,100.9096752,45.05314071,344.8999516 +1933,98.96242551,63.09481033,103.9496732,46.42049466,358.1511627 +1934,101.7265655,65.25394557,107.0394358,47.8133879,370.4232522 +1935,104.5435107,67.38754705,110.1631118,49.22426186,381.8383647 +1936,107.3970501,69.49795205,113.3109926,50.64716035,392.5003311 +1937,110.2776087,71.58717566,116.4723581,52.07735793,402.4975946 +1938,113.1740135,73.65699185,119.6416195,53.51117031,411.9064976 +1939,120.2211477,77.59086782,126.9516781,56.82764586,428.3210184 +1940,126.1271579,80.98695095,133.1154894,59.62137829,442.1917427 +1941,130.9858841,83.89050173,138.2241959,61.9347232,453.7400023 +1942,135.166181,86.47390653,142.6510593,63.93768644,463.6856032 +1943,138.8002634,88.7994801,146.5253873,65.69063737,472.3063304 +1944,141.9952196,90.91904964,149.9585067,67.24381727,479.8384658 +1945,144.8479556,92.87725751,153.044234,68.64057754,486.4890974 +1946,147.4067158,94.69800014,155.8348776,69.90376432,492.3805835 +1947,149.734091,96.40955448,158.3897413,71.06079923,497.6502763 +1948,151.8633087,98.02853061,160.745983,72.127595,502.3862008 +1949,153.8581516,99.58342365,162.9639424,73.13207708,506.7213765 +1950,155.7203994,101.0763314,165.0492459,74.07587748,510.6809576 +1951,157.4814344,102.5218678,167.029714,74.97220555,514.3339328 +1952,159.1708094,103.9864356,168.9364715,75.83410714,517.726347 +1953,160.8094691,105.5140286,170.7907035,76.67099649,520.8962219 +1954,162.4099733,107.1186324,172.6045881,77.48849381,523.8748671 +1955,163.9800914,108.7983607,174.3854771,78.29000907,526.6880102 +1956,165.525375,110.546839,176.1386091,79.07793831,529.356848 +1957,167.0502726,112.3580176,177.8681906,79.85419305,531.8988905 +1958,168.5584806,114.2271151,179.5776999,80.62036418,534.3286476 +1959,171.3056964,116.9784878,182.438199,81.90833035,538.6904035 +1960,174.6012805,120.2043279,185.7966371,83.42049838,543.8480006 +1961,177.7029856,123.4324829,188.9516213,84.83816384,548.5745955 +1962,180.751744,126.6549459,192.0617987,86.23411981,553.1787071 +1963,183.7519457,129.8534449,195.1337563,87.6119972,557.675716 +1964,186.7133004,133.0343032,198.1740868,88.97518917,562.0762867 +1965,189.6446317,136.2077769,201.1882487,90.32636962,566.3894435 +1966,192.5519653,139.3812046,204.1798987,91.66727697,570.622217 +1967,195.5818417,142.6237206,207.2940023,93.06382705,575.0393447 +1968,198.4581227,145.8110734,210.25325,94.38992415,579.1380737 +1969,201.3187128,149.0068314,213.1982149,95.70783233,583.168661 +1970,204.1671005,152.2132713,216.1270022,97.01874802,587.1372071 +1971,207.0057227,155.4299693,219.0400976,98.32340309,591.0481111 +1972,209.8363866,158.6581424,221.9393605,99.62226637,594.9047733 +1973,212.6605228,161.8993202,224.8265674,100.9157054,598.7101418 +1974,215.4793449,165.1546739,227.7066267,102.2061357,602.4669164 +1975,218.2939292,168.4249822,230.5758872,103.4912405,606.1776002 +1976,221.1052305,171.7107607,233.4338146,104.7706241,609.8444791 +1977,223.914106,175.0123683,236.2816924,106.0449729,613.4696433 +1978,226.7213233,178.3300638,239.1245202,107.3170923,617.0549965 +1979,229.5275829,181.6640303,241.9586972,108.5848282,620.6022933 +1980,232.5813467,185.4094755,244.890386,109.8947225,624.1166259 +1981,235.9034044,189.4818914,248.0053815,111.2856816,627.8423866 +1982,246.2581551,196.7579964,258.1475815,115.8208118,644.7036281 +1983,259.9177937,205.5315704,271.6275116,121.7981451,668.1841718 +1984,273.3442015,214.1879915,284.9098816,127.6161994,691.8317822 +1985,285.1814572,222.0957391,296.6278961,132.6776161,712.9988834 +1986,295.388967,229.225012,306.7321812,136.9859103,731.4177956 +1987,304.3277051,235.7442415,315.575442,140.720324,747.5840659 +1988,312.3302047,241.8147712,323.4848873,144.0404912,761.9998927 +1989,319.6157208,247.5451463,330.6767173,147.0500047,775.006543 +1990,326.3226203,412.454121,337.2874063,149.8131725,786.8240525 +1991,332.5487962,440.6479722,343.4134631,152.3746384,797.6124025 +1992,338.3726851,427.2823849,349.1322139,154.7695274,807.5041046 +1993,343.860716,464.7293308,354.5091916,157.0270885,816.6155182 +1994,349.0690891,485.0946041,359.5998934,159.1716407,825.0488745 +1995,354.0448006,504.8932771,364.4507732,161.2231481,832.8931001 +1996,358.8244333,524.5493289,369.0979984,163.1967652,840.2206227 +1997,363.4349095,543.8303963,373.5681727,165.1032555,847.0878892 +1998,367.9188606,563.4088564,377.9036803,166.9605769,853.5808262 +1999,372.2919197,582.2261331,382.1199607,168.7744941,859.7367104 +2000,376.5710571,601.6348981,386.2338328,170.551483,865.5953297 +2001,380.7709052,620.203687,390.2598077,172.2970684,871.1920518 +2002,384.9038195,639.4674888,394.2101432,174.0158525,876.5577751 +2003,388.9802707,657.7567553,398.0951069,175.711632,881.7193129 +2004,393.0093265,676.3357722,401.9232739,177.3875295,886.6998781 +2005,396.9983811,695.0672526,405.701803,179.0461127,891.5195576 +2006,400.6445297,713.0604388,409.1277832,180.5490905,895.6341165 +2007,404.6702673,731.7855916,412.9238103,182.2244818,900.3632975 +2008,408.642322,749.7644694,416.6567169,183.8748055,904.9252976 +2009,412.570615,767.9119784,420.3365046,185.5041494,909.3432777 +2010,416.4640209,785.6544579,423.9721141,187.1162466,913.6377743 +2011,420.3300404,801.0296986,427.5711025,188.7142687,917.8263525 +2012,424.1366756,815.4159601,431.0999648,190.2834766,921.9230221 +2013,427.8665245,829.0593599,434.5408867,191.8161434,925.938636 +2014,431.5201679,842.9571955,437.8947939,193.312793,929.881765 +2015,435.1060709,856.3563325,441.1707429,194.7774626,933.7593105 +2016,438.6334724,869.5557112,444.3785591,196.214447,937.5769447 +2017,442.1099215,882.5284931,447.5263004,197.6272015,941.3393954 +2018,445.5411872,895.0076984,450.6201718,199.0183298,945.050623 +2019,448.9317928,908.0255619,453.6650814,200.3898514,948.7139934 +2020,452.2854298,920.1470821,456.6650649,201.7433988,952.3323568 +2021,455.6052082,932.3263613,459.6235453,203.080339,955.9081653 +2022,458.8937676,944.3582189,462.5434477,204.4018256,959.4435229 +2023,462.1533641,956.1340633,465.4272893,205.7088408,962.9402646 +2024,465.3859219,967.7282898,468.2772313,207.0022187,966.39998 +2025,468.5931269,979.2449507,471.0951504,208.2826771,969.8240812 +2026,471.7765279,990.477757,473.8826748,209.5508338,973.2138091 +2027,474.9375355,1001.679038,476.6412329,210.8072273,976.5702749 +2028,478.0774084,1012.599684,479.372086,212.0523308,979.8944787 +2029,481.1972539,1023.497396,482.0763541,213.2865632,983.1873255 +2030,484.2980504,1034.120158,484.7550389,214.5102979,986.4496387 +2031,487.3806697,1044.729474,487.4090447,215.7238723,989.68218 +2032,490.4458792,1062.606795,490.0391851,216.927589,992.8856413 +2033,493.7711683,1074.340814,492.8749064,218.2216732,996.061509 +2034,497.2330742,1085.439553,495.8142981,219.5604782,999.210853 +2035,500.6934347,1096.133957,498.7411658,220.8927444,1002.333944 +2036,504.0915731,1106.734652,501.6041644,222.1962625,1005.431032 +2037,507.4196014,1117.168226,504.3967613,223.4686958,1008.502556 +2038,510.6878987,1127.345477,507.1263743,224.714521,1011.549051 +2039,513.9077898,1137.518636,509.8055692,225.9384519,1014.571133 +2040,517.0871656,1147.396017,512.4417447,227.1437914,1017.569407 +2041,520.1365105,1159.987512,514.942788,228.28969,1020.372375 +2042,523.3429731,1170.365507,517.5956761,229.5002958,1023.548033 +2043,526.6281528,1180.279872,520.3210374,230.743465,1026.943826 +2044,529.9027654,1190.100564,523.029751,231.9807614,1030.381292 +2045,533.1271256,1199.751986,525.6825504,233.194613,1033.774545 +2046,536.2953952,1208.653201,528.2738979,234.3822698,1037.102655 +2047,539.4139145,1218.638772,530.810298,235.546514,1173.993193 +2048,542.4900945,1227.531906,533.2992647,236.6907062,1144.897713 +2049,545.5294637,1236.563494,535.7464222,237.8173936,1157.205036 +2050,548.5358609,1245.50673,538.1557114,238.9283501,1175.106932 +2051,551.512149,1254.285829,540.5301047,240.0248863,1186.445801 +2052,554.4607232,1263.038622,542.87212,241.1087946,1197.816127 +2053,557.3898829,1271.368657,545.1840037,242.1783855,1208.823523 +2054,560.2902287,1283.725523,547.4677652,243.2325223,1219.613948 +2055,563.1550215,1294.661448,549.729123,244.2715005,1230.505492 +2056,565.9836615,1306.077628,551.962038,245.296378,1240.89718 +2057,568.7787981,1316.758616,554.1621244,246.3083206,1251.541522 +2058,631.244415,1327.750517,556.329069,247.3083372,1261.733472 +2059,662.8761511,1338.248431,558.4647605,248.2972407,1271.947913 +2060,672.7233414,1348.801964,560.5715627,249.2756898,1281.867766 +2061,680.3439732,1359.034279,562.6515528,250.2442258,1292.071834 +2062,695.6447349,1369.105061,564.7063953,251.2033006,1301.438892 +2063,706.8489581,1379.347243,566.7374256,252.1532932,1311.431903 +2064,717.8982112,1388.995507,568.7457746,253.0945336,1320.839541 +2065,728.8545915,1398.664489,570.7324235,254.0273084,1330.151565 +2066,739.4649694,1408.286627,585.1118438,254.951876,1339.817095 +2067,750.2179283,1417.64841,662.6332916,255.8684626,1348.686113 +2068,760.6344513,1426.918027,630.859385,256.7772724,1357.919579 +2069,771.0063967,1436.036164,649.0390219,257.6784812,1366.737971 +2070,781.1150673,1445.010833,657.7887828,258.5722398,1375.858766 +2071,791.7959813,1452.580034,666.910082,259.4586741,1384.522793 +2072,801.9449249,1459.906573,675.9495664,260.3509181,1393.236962 +2073,812.750438,1466.783897,685.1560168,297.4759991,1401.638899 +2074,822.5318436,1473.504519,694.3095988,309.9300932,1410.448478 +2075,833.1285113,1479.803354,703.1528647,272.0120283,1418.695243 +2076,843.0088045,1485.930502,712.3325649,309.4248535,1427.036716 +2077,852.9743353,1491.929346,721.1285414,307.0795771,1435.25283 +2078,863.1831958,1497.570598,730.0082818,310.7803805,1443.37868 +2079,872.5326122,1503.048303,738.858048,315.9904552,1451.420274 +2080,882.5842752,1508.302429,747.6504195,320.5854631,1459.159893 +2081,892.0184576,1513.34824,756.2719855,325.0072298,1467.3878 +2082,901.5795886,1518.190513,764.9074899,329.4802975,1475.005999 +2083,910.9886413,1522.835101,773.6656372,333.9275214,1482.989657 +2084,920.3490164,1527.282129,781.9476426,338.2895231,1490.290397 +2085,929.4221177,1531.541274,790.6051167,342.5956216,1497.991782 +2086,938.7996213,1535.588761,798.941655,346.8894554,1505.243815 +2087,947.806646,1539.495098,807.3033467,351.2351631,1512.872307 +2088,956.9446583,1543.182053,815.5262526,355.4232767,1519.964526 +2089,965.4211798,1546.731288,823.9798067,359.678991,1527.507215 +2090,974.6347701,1550.06838,832.2420762,363.7727796,1534.47002 +2091,983.172512,1553.250212,839.9956033,368.0016236,1541.327839 +2092,991.8549866,1556.197007,848.5082582,372.0265543,1548.842235 +2093,990.8903341,1551.404236,849.1594692,373.1894586,1555.577688 +2094,997.6273125,1552.775084,855.6622102,376.3830593,1562.506108 +2095,1004.953867,1554.725707,862.6419969,380.18661,1569.304953 +2096,1013.039585,1556.815082,870.2837702,383.8363915,1576.138156 +2097,1020.641542,1558.719169,877.4222523,387.5721783,1582.82056 +2098,1028.670584,1560.600241,884.9982402,391.2915766,1589.532929 +2099,1036.018371,1562.373719,891.9930952,394.9809664,1596.087772 +2100,1043.881402,1564.041378,899.3097633,398.6026264,1602.672316 +2101,933.9679339,1512.110172,789.4960106,349.1830883,1378.17797 +2102,939.8578748,1512.454437,794.2816586,351.6887342,1382.164899 +2103,946.0296749,1513.153559,800.7375124,354.836457,1386.179829 +2104,952.6391727,1513.851697,806.6145614,357.8866765,1390.844465 +2105,959.4868056,1514.525941,813.0352877,361.2194688,1395.674624 +2106,965.6954442,1515.141875,819.5565622,364.2683516,1400.628784 +2107,972.8680812,1515.681973,825.9766441,367.6206242,1405.649738 +2108,979.3947294,1516.136211,832.506779,370.8020244,1410.518818 +2109,986.1268786,1516.49958,838.6803313,374.0387896,1415.862898 +2110,992.8074546,1516.769704,845.3716187,377.186577,1420.77733 +2111,999.4665851,1516.945686,851.7584305,380.4989017,1425.85644 +2112,1006.087679,1517.027151,858.1291754,383.6495129,1430.889757 +2113,1014.210271,1517.014376,864.4734473,386.8574912,1435.910931 +2114,1021.55581,1516.907725,871.0405546,389.9737082,1440.916073 +2115,1029.752621,1516.707799,877.3895188,393.3235273,1445.905009 +2116,1036.980871,1516.415169,883.8657204,396.2588846,1450.874225 +2117,1045.158685,1516.030757,890.0504752,399.5957869,1455.825654 +2118,1052.523517,1515.555346,896.2701615,402.6762977,1460.756085 +2119,1060.970798,1514.990014,902.9312891,405.8245277,1465.454876 +2120,1068.475467,1514.335647,909.0312702,408.9595537,1470.684794 +2121,1076.599758,1513.593478,915.4403816,412.0787226,1475.391486 +2122,1084.338223,1512.764433,921.6472628,415.1133507,1480.281201 +2123,1092.447394,1511.849787,927.9932555,418.4176164,1485.113713 +2124,1100.212497,1510.85052,934.1678763,421.3262604,1490.148075 +2125,1108.344349,1509.767943,940.2875269,424.4021353,1494.595007 +2126,1115.839332,1508.603053,946.7390166,427.5953978,1499.55652 +2127,1124.452626,1507.35719,952.866,430.5988773,1504.238184 +2128,1132.028803,1506.031362,959.0094749,433.6692664,1509.011113 +2129,1140.245536,1504.626916,965.255052,436.7212368,1513.685697 +2130,1148.06054,1503.144859,971.3299964,439.7617778,1518.421583 +2131,1154.666707,1499.447609,976.488582,442.3826082,1523.052649 +2132,1160.982439,1495.330575,981.4487332,444.9097752,1527.733591 +2133,1167.145525,1490.941814,986.2979123,447.2860772,1532.305622 +2134,1173.19921,1486.39204,991.0623668,449.869782,1536.913297 +2135,1179.155907,1481.482555,995.5246185,452.1939975,1541.502836 +2136,1185.025135,1476.525479,1000.511908,454.6750951,1545.7485 +2137,1176.399167,1456.870599,1002.330611,455.7516225,1550.812877 +2138,1179.836277,1449.413986,1006.310297,457.8807457,1554.873449 +2139,1184.193907,1442.51705,1010.478305,460.0188627,1559.300784 +2140,1188.792125,1435.951642,1014.683255,462.0755952,1563.744898 +2141,1193.44484,1429.342923,1018.868115,464.3849422,1568.070967 +2142,1198.095765,1422.716763,1023.017868,466.43969,1572.429094 +2143,1202.387315,1416.041843,1027.127003,468.5692486,1576.727598 +2144,1207.481453,1409.309522,1031.192189,470.6599139,1581.015334 +2145,1211.760162,1402.514768,1035.453264,472.729102,1585.195324 +2146,1216.295489,1395.717689,1039.060477,474.7763015,1589.39275 +2147,1220.7131,1388.713073,1043.19717,476.8021977,1593.554495 +2148,1225.069995,1381.773215,1047.008631,478.8118334,1597.604631 +2149,1229.365062,1374.663873,1050.873791,480.7862044,1601.680558 +2150,1233.594154,1367.71339,1054.700101,482.7540414,1605.717278 +2151,1237.755561,1360.43996,1058.425183,484.696031,1609.645707 +2152,1241.849264,1353.287193,1062.167656,486.6190898,1613.599282 +2153,1245.872579,1346.028673,1065.874096,488.522838,1617.489932 +2154,1249.824754,1338.79023,1069.47912,490.4071853,1621.374248 +2155,1254.063175,1331.306912,1073.105551,492.2728218,1625.146443 +2156,1257.319591,1324.046684,1076.697386,494.1196319,1628.947116 +2157,1261.312183,1316.575926,1079.92516,495.9482973,1632.686506 +2158,1264.903315,1309.183645,1083.851854,497.6350245,1636.391057 +2159,1268.511068,1301.608359,1087.135172,499.6156635,1640.092903 +2160,1271.947207,1294.06425,1090.562463,501.2994953,1643.678988 +2161,1032.875236,1176.507696,851.828611,393.5224132,1162.646671 +2162,1029.881787,1164.828076,848.7764516,392.0964463,1158.15504 +2163,1011.398409,1142.271509,846.6628776,391.5706062,1154.975323 +2164,1008.689298,1130.411382,845.9063075,391.3778558,1152.854284 +2165,1006.595647,1119.957025,845.540833,391.4408661,1151.314364 +2166,1005.223714,1113.928065,845.4381097,391.6122941,1150.397365 +2167,1004.244147,1106.378935,845.4736111,391.8465251,1149.791121 +2168,1002.783587,1098.873484,845.5916699,392.1174002,1149.383463 +2169,1001.884615,1091.422537,845.7624711,392.4110197,1149.106081 +2170,1000.798877,1084.018043,845.9703325,392.7912468,1148.924792 +2171,999.7477782,1076.770678,846.2064506,393.0048794,1148.819164 +2172,998.6863138,1069.478398,846.4651637,393.38489,1148.775006 +2173,997.6034317,1062.225992,846.7428919,393.7092317,1148.783729 +2174,996.4957109,1055.115207,847.0367542,394.0504499,1148.836755 +2175,995.3562599,1047.956905,847.3448347,394.3965424,1148.930132 +2176,994.1802472,1040.875118,847.6652868,394.7467419,1149.057708 +2177,992.9665305,1033.784987,847.9968875,395.1004753,1149.217952 +2178,991.7088789,1026.840594,848.3382347,395.4571518,1149.405778 +2179,990.4042785,1019.845128,848.6884155,395.8163747,1149.620921 +2180,989.0506939,1012.883222,849.0462328,396.177635,1149.858741 +2181,969.8323903,995.5952193,849.0941861,396.4068722,1150.499641 +2182,965.7460777,987.2314897,849.3045988,396.6996927,1150.289138 +2183,962.9142429,979.5730025,849.6327659,396.9692371,1150.564135 +2184,959.8414385,972.1289579,849.9918723,397.4340081,1150.832954 +2185,957.3083909,964.9226705,850.3630939,397.7397856,1151.07812 +2186,954.4111717,957.7030477,850.7410136,398.1119691,1151.461932 +2187,952.0527726,950.6968655,851.1231047,398.4722967,1151.740092 +2188,949.2182597,943.6846588,851.5074295,398.8319445,1152.066721 +2189,946.5281628,936.7385327,851.8929841,399.1901744,1152.388596 +2190,943.7629954,929.9477329,852.2786858,399.5465825,1152.71018 +2191,942.7493025,924.2693307,852.7269434,399.9282438,1153.03363 +2192,942.0321946,918.7602388,853.1899946,400.3142725,1153.360959 +2193,941.4638811,913.4605614,853.6603381,400.7016989,1153.692615 +2194,940.9918192,908.1849404,854.1350543,401.0893079,1154.024559 +2195,940.5966356,902.9965864,854.6130298,401.4766445,1154.30621 +2196,940.2663574,897.9753257,855.0931989,401.863287,1154.722132 +2197,939.9939572,892.9558895,855.5751399,402.2490793,1155.021033 +2198,939.7723512,888.3450068,856.0581072,402.6337512,1155.42288 +2199,939.5991592,883.0693878,856.5418625,403.0172347,1155.682298 +2200,939.4683594,878.4891597,857.0257544,403.4763137,1156.06541 +2201,939.3780358,873.6951035,857.5096122,403.7419003,1156.404268 +2202,939.3247243,869.085388,857.9928238,404.1759937,1156.753367 +2203,939.3053973,864.4627003,858.4752522,404.4637644,1157.10732 +2204,939.3195512,859.8906924,858.9563036,404.9543957,1157.462966 +2205,939.363444,855.4484021,859.4358654,405.271905,1157.823729 +2206,939.4362256,850.9872295,859.9133596,405.6555252,1158.130526 +2207,939.5365024,846.5710928,860.3886934,406.024661,1158.582722 +2208,939.6631483,842.2772506,860.8613073,406.3914914,1158.911061 +2209,939.8152212,837.9612855,861.3311298,406.7558778,1159.294469 +2210,939.9906431,833.685852,861.7976186,407.1176884,1159.669872 +2211,940.1908152,829.526805,862.260722,407.4769053,1160.050151 +2212,940.4132135,825.3431806,862.7199182,407.8333351,1160.431332 +2213,940.6583543,821.1966999,863.0187304,408.18697,1160.816865 +2214,940.9244925,817.1613249,863.7045844,408.5372231,1161.200525 +2215,941.2149105,813.1000252,864.0375082,408.8852244,1161.593189 +2216,941.5254983,808.8002625,864.5042353,409.2295642,1162.040583 +2217,941.8588154,805.2744937,864.9408273,409.5709373,1162.345609 +2218,942.2136823,801.1352275,865.372291,409.9089379,1162.7227 +2219,942.5894556,797.2914901,865.7981865,410.2436108,1163.198921 +2220,942.9878025,793.4353192,866.2182789,410.5747886,1163.551476 +2221,1179.361961,896.6568502,1102.64349,517.7930472,1627.333865 +2222,1184.459845,894.646865,1107.405782,520.3536961,1626.621009 +2223,1188.157775,892.6793771,1111.266714,522.1387496,1631.552744 +2224,1191.303416,890.1785094,1114.224727,523.6825482,1634.88086 +2225,1194.25802,888.0377723,1117.053258,525.1096454,1638.121696 +2226,1197.071543,884.9318642,1119.679234,526.4535295,1641.141806 +2227,1199.457645,882.54661,1122.216982,527.7390058,1643.959599 +2228,1202.635562,879.8639864,1124.588078,528.9816153,1646.659782 +2229,1205.009203,877.2279004,1126.957032,530.1907695,1649.302158 +2230,1207.666457,874.5635283,1129.238927,531.371414,1651.79032 +2231,1210.243288,871.9891094,1131.472184,532.5265976,1654.290059 +2232,1212.804791,869.3508617,1133.655938,533.6581291,1656.705627 +2233,1215.352482,866.7507522,1135.793323,534.7674278,1659.076483 +2234,1217.890498,864.1562387,1137.916942,535.855425,1661.401088 +2235,1220.419024,861.5398854,1139.921352,536.9230141,1663.682902 +2236,1222.94049,859.0149923,1141.953413,537.9707959,1665.956908 +2237,1225.456956,856.431455,1143.918903,538.9994417,1668.108554 +2238,1227.970848,853.8871262,1145.850726,540.0094123,1670.299029 +2239,1230.481965,851.350011,1147.745538,541.0012809,1672.42494 +2240,1232.991875,848.7930474,1149.604122,541.9754422,1674.522145 +2241,1235.503545,846.3261246,1151.459478,542.9324173,1676.587541 +2242,1238.01621,843.8031815,1153.20065,543.8725645,1678.621755 +2243,1240.532893,841.3193706,1154.979809,544.6433873,1680.626399 +2244,1243.05291,838.843312,1156.698374,545.7807657,1682.602099 +2245,1245.579351,836.3487903,1158.390334,546.5615231,1684.584215 +2246,1248.483169,833.9425735,1160.051554,547.4639445,1686.453032 +2247,1250.462235,831.4824995,1161.682909,548.3261899,1688.373732 +2248,1253.28194,829.0611642,1163.284982,549.1743295,1690.238707 +2249,1255.782638,826.6479687,1164.858683,550.0081653,1692.084807 +2250,1258.352244,824.2473916,1166.404563,550.828186,1693.907409 +2251,1260.817142,821.6775025,1167.653049,551.5031869,1695.707468 +2252,1263.314913,819.1626146,1168.724619,552.136183,1697.48397 +2253,1265.721662,816.5753807,1169.809353,552.7410513,1699.238566 +2254,1268.221644,814.0126384,1170.816885,553.3223483,1700.971682 +2255,1270.700002,811.1483171,1171.785492,553.8821478,1702.684264 +2256,1273.196155,809.0157939,1172.713022,554.4216456,1704.411186 +2257,1275.705792,806.2417059,1173.601427,554.9417896,1706.029922 +2258,1278.228708,803.7274699,1174.452055,555.4432276,1707.708267 +2259,1280.807687,801.1689943,1175.26631,555.9266115,1709.336287 +2260,1283.30646,798.6150694,1176.045185,556.3924256,1710.950316 +2261,1285.907993,796.0647582,1176.789849,556.8412134,1712.545869 +2262,1288.495723,793.5187823,1177.501136,557.2733866,1714.12271 +2263,1291.10775,790.9774537,1178.180085,557.689431,1715.681439 +2264,1293.741263,788.7252538,1178.827431,558.0897126,1717.222028 +2265,1296.435468,785.7835831,1179.444112,558.4746733,1718.745065 +2266,1299.053787,783.4558852,1180.030785,558.844644,1720.250551 +2267,1301.783986,780.8937064,1180.588305,559.3633143,1721.739073 +2268,1304.502858,778.3801675,1181.117267,559.4619186,1723.210669 +2269,1307.254227,775.872872,1181.618454,559.9047917,1724.701856 +2270,1310.031939,773.3722301,1182.092405,560.1936579,1726.085478 +2271,1312.876916,770.8783092,1182.53984,560.4930545,1727.535222 +2272,1315.648958,768.3913176,1182.961248,560.7801178,1728.937237 +2273,1318.541187,765.9115116,1183.357293,561.0544596,1730.329555 +2274,1321.031164,763.4390836,1183.761964,561.3163464,1731.707072 +2275,1324.560823,760.9742864,1184.058623,561.5660701,1733.070141 +2276,1327.215178,758.5173148,1184.405572,561.8038494,1734.418882 +2277,1330.302456,756.0684177,1184.700081,562.0299595,1735.753825 +2278,1333.245748,753.6277872,1184.976603,562.2446028,1737.075076 +2279,1336.312301,751.1956734,1185.230836,562.4480372,1738.383151 +2280,1339.369872,748.7722751,1185.462998,562.6404529,1739.678168 +2281,1390.124721,769.2193293,1232.72322,585.5261786,1821.270467 +2282,1395.576118,768.100428,1235.836122,587.3135444,1825.870927 +2283,1400.587903,766.7022156,1237.98751,588.2581898,1828.973831 +2284,1405.323635,765.1244813,1239.691763,589.1935697,1831.873155 +2285,1409.827602,763.4153882,1241.265385,590.0061059,1834.452068 +2286,1414.298647,761.664001,1242.670391,590.7506605,1836.809651 +2287,1418.655644,759.8801863,1243.976835,591.450044,1839.02172 +2288,1423.116601,758.0762359,1245.2152,592.1134217,1841.12799 +2289,1427.403885,756.2659817,1246.387886,592.7494782,1843.109122 +2290,1431.906452,754.4490701,1247.514413,593.3600719,1845.129101 +2291,1436.121889,752.6325436,1248.587774,593.9491037,1847.034495 +2292,1440.618939,750.8139178,1249.622165,594.516686,1848.816437 +2293,1444.910576,748.9970538,1250.611625,595.0645279,1850.6377 +2294,1449.390385,747.1818605,1251.561825,595.5932688,1852.373793 +2295,1453.755949,745.3694791,1252.473444,596.1036644,1854.072842 +2296,1458.184848,743.5606027,1253.347751,596.5962608,1855.730454 +2297,1462.5624,741.7559329,1254.18594,597.0715843,1857.34885 +2298,1467.085014,739.9560791,1254.98895,597.5300643,1858.929721 +2299,1471.456156,738.1616695,1255.757765,597.9721393,1860.474933 +2300,1476.018951,736.373265,1256.493176,598.3981744,1861.98588 +2301,1480.469791,734.5914587,1257.196047,598.8085574,1863.46416 +2302,1484.993415,732.8167875,1257.867078,599.203613,1864.867855 +2303,1489.466694,731.0498256,1258.507045,599.5836926,1866.350859 +2304,1494.093691,729.2910992,1259.116583,599.9490928,1867.706503 +2305,1498.567341,727.5411746,1259.696406,600.3001394,1869.073333 +2306,1503.242521,725.8005717,1260.247089,600.6371041,1870.40645 +2307,1507.808334,724.0698541,1260.769299,600.9602921,1871.713751 +2308,1543.611823,723.2533127,1263.044036,602.0263361,1873.107908 +2309,1552.505359,721.9868604,1263.813897,602.9968071,1874.330616 +2310,1559.359906,720.9344327,1264.4757,603.8011681,1875.569552 +2311,1562.871545,718.9689639,1264.310493,604.2722596,1876.799791 +2312,1565.404025,717.4750663,1263.937578,604.673262,1878.0093 +2313,1536.877464,714.950523,1261.606122,603.8867155,1879.256562 +2314,1533.972835,713.088078,1260.701619,603.9091007,1880.387513 +2315,1532.957548,711.2814028,1259.747511,604.0150808,1881.421828 +2316,1532.242327,709.4913725,1258.900005,604.1326797,1882.669279 +2317,1531.557781,707.7059078,1257.974985,604.243434,1883.760614 +2318,1530.823587,705.9205348,1257.010413,604.3409405,1884.837034 +2319,1529.99871,704.1329079,1255.998046,604.4218062,1886.041903 +2320,1529.065874,702.3417411,1254.93741,604.4840913,1887.003315 +2321,1528.016087,700.5463878,1253.829344,604.5266613,1888.036818 +2322,1526.846825,698.746492,1252.674878,604.5487487,1889.11041 +2323,1525.560173,696.9418815,1251.475385,604.5498347,1890.055462 +2324,1524.152909,695.1324681,1250.232047,604.5294964,1891.012036 +2325,1522.628829,693.3182978,1248.984622,604.4874518,1891.934864 +2326,1520.987631,691.4993559,1247.599338,604.2284161,1892.825221 +2327,1519.285593,689.6757255,1246.259391,604.4356936,1893.687132 +2328,1517.336185,687.8474438,1244.846674,604.1841495,1894.471656 +2329,1515.391835,686.0146138,1243.401419,604.0853536,1895.399003 +2330,1513.288245,684.1772858,1241.919098,603.931038,1896.059417 +2331,1511.081435,682.3355709,1240.400484,603.754183,1896.850604 +2332,1508.7633,680.4895267,1238.846394,603.5537482,1897.511113 +2333,1506.335773,678.639271,1237.257731,603.3298507,1898.276422 +2334,1503.691493,676.7848619,1235.635211,603.0822504,1898.900728 +2335,1501.117177,674.9264165,1233.979661,602.8107923,1899.593982 +2336,1498.385402,673.0639968,1232.291735,602.5152645,1900.069977 +2337,1495.421173,671.1977251,1230.57221,602.1955155,1900.76741 +2338,1492.525731,669.327649,1228.821651,601.8513185,1901.274095 +2339,1489.472271,667.4538956,1227.040797,601.4825262,1901.809298 +2340,1486.183163,665.5765178,1225.269953,601.0889156,1902.258479 +2341,1405.846313,630.605294,1146.432185,567.5530149,1759.928208 +2342,1401.400919,628.0686237,1143.490686,566.4922062,1759.511785 +2343,1396.93068,625.9011672,1140.66577,565.7285598,1759.455417 +2344,1392.600581,623.6601417,1137.99419,564.8874143,1759.474511 +2345,1388.075938,621.4479874,1135.245617,564.0500483,1759.527977 +2346,1383.504868,619.2410262,1132.517986,563.1947927,1759.593449 +2347,1378.83069,617.0356836,1129.768829,562.3180733,1759.659223 +2348,1374.008464,614.8301305,1126.99958,561.4177294,1759.718279 +2349,1369.206005,612.6234504,1124.173993,560.4925553,1759.766957 +2350,1364.197413,610.4150907,1121.411677,559.5417048,1759.802714 +2351,1359.127669,608.204826,1118.551429,558.5646578,1759.824432 +2352,1353.948893,605.9924732,1115.697885,557.5609355,1759.830968 +2353,1348.618934,603.7780095,1112.816858,556.5302188,1759.822025 +2354,1343.305636,601.5613596,1109.913282,555.4721352,1759.796928 +2355,1337.786335,599.3425611,1106.953705,554.3864249,1759.755683 +2356,1332.205127,597.1215687,1104.055771,553.2727445,1759.697794 +2357,1294.585885,594.7433437,1100.727379,548.8559835,1759.615266 +2358,1284.65345,592.2810698,1097.655436,547.1435131,1759.466869 +2359,1276.662097,590.3156432,1094.566511,545.5898151,1759.338442 +2360,1268.955671,588.107085,1091.428033,544.071456,1759.240123 +2361,1261.523773,585.5876969,1088.352261,542.7273627,1759.007017 +2362,1254.056324,583.4564794,1085.186179,540.9458136,1758.85355 +2363,1246.600815,581.1547252,1082.028225,539.5178066,1758.633801 +2364,1239.66585,578.8783966,1078.845502,537.922675,1758.394052 +2365,1231.548733,576.5978612,1075.610656,536.3280364,1758.127259 +2366,1224.424364,574.3132803,1072.435052,534.7087005,1757.833346 +2367,1216.78312,572.0247017,1069.170401,533.0632346,1757.513319 +2368,1209.288576,569.732261,1065.913622,531.3910177,1757.167724 +2369,1201.617443,567.4362059,1062.633099,529.6916356,1756.797832 +2370,1194.023974,565.1366771,1059.301682,527.9646384,1756.404249 +2371,1194.745913,563.4212187,1057.386981,527.4640331,1755.988227 +2372,1197.506647,561.8307405,1055.688134,527.2481461,1755.563154 +2373,1200.931833,560.3023455,1054.140793,527.1765711,1755.12498 +2374,1235.343137,559.1123637,1053.370696,531.2356491,1754.718543 +2375,1243.765203,557.7309946,1052.117015,532.0536774,1754.286858 +2376,1251.868961,556.355017,1050.833909,532.6955972,1753.818452 +2377,1259.194286,555.1680113,1049.568132,533.3658694,1753.351454 +2378,1267.020579,553.5720979,1048.330267,534.0865219,1752.885515 +2379,1275.323059,552.3714348,1047.088652,534.8836294,1752.436722 +2380,1283.733452,551.0524222,1045.95257,535.7408434,1751.990546 +2381,1292.623016,549.7841503,1044.775883,536.6707512,1751.560108 +2382,1301.71243,548.5402742,1043.650172,537.6766825,1751.148803 +2383,1311.301325,547.3200523,1042.542928,538.7606301,1750.760279 +2384,1321.085141,546.1225754,1041.456517,539.9236746,1750.395543 +2385,1365.161348,546.0775613,1043.015209,546.5512771,1750.102148 +2386,1380.196855,545.1651138,1042.52111,549.125458,1749.834442 +2387,1393.42924,544.1595595,1041.771414,550.8587619,1749.573923 +2388,1406.742573,543.1422224,1040.954417,552.8949738,1749.341431 +2389,1419.780823,542.1307634,1040.116696,554.7688771,1749.143199 +2390,1433.342512,541.1312204,1039.272243,556.8667576,1748.982349 +2391,1446.757378,540.1466853,1038.427622,558.8567092,1748.863568 +2392,1460.777765,539.1780466,1037.584532,561.0944424,1748.787535 +2393,1474.692843,538.225886,1036.744308,563.3305079,1748.756248 +2394,1489.248583,537.2898153,1035.906329,565.6377737,1748.768454 +2395,1503.717032,536.3690356,1035.069221,568.0247395,1748.82179 +2396,1518.668678,535.2950262,1034.202888,570.4945167,1748.915894 +2397,1533.735011,534.6499837,1033.412547,573.0501732,1749.054375 +2398,1549.280624,533.6546959,1032.557286,575.6930619,1749.233936 +2399,1564.944119,532.818754,1031.727885,578.4250006,1749.453993 +2400,1579.676598,532.1017535,1031.199049,581.1224042,1749.712542 +2401,1441.897636,465.0641796,876.4937305,517.458771,1463.940138 +2402,1456.959553,463.3303344,874.4375027,519.7868667,1462.098335 +2403,1503.628408,463.871965,876.3415699,528.7307687,1461.41069 +2404,1523.716955,463.013424,875.4598997,532.2667551,1460.725826 +2405,1541.918846,462.0613842,874.2223161,535.8110113,1460.289615 +2406,1560.342856,461.0911318,872.8994057,539.1864546,1459.896961 +2407,1578.455514,460.1245763,871.7594311,542.6366139,1459.617362 +2408,1597.098083,459.1668937,870.1021812,546.1551374,1459.409645 +2409,1615.559663,458.2204415,868.8851525,549.5827341,1459.244307 +2410,1634.062663,457.285944,867.4906881,553.5260263,1459.219231 +2411,1653.947028,456.363582,866.124902,557.1729285,1459.194136 +2412,1673.096792,455.5720585,864.7572106,561.0673358,1459.256406 +2413,1692.652065,454.5006151,863.3871638,565.0295936,1459.373233 +2414,1712.747743,453.6952085,862.0140843,569.0897669,1459.518297 +2415,1732.86362,452.7996027,860.6374139,573.2499932,1459.788335 +2416,1753.582162,451.9313549,859.2565436,577.5125572,1460.047227 +2417,1774.204663,451.0723661,857.8707572,581.8795697,1460.381241 +2418,1795.530612,450.105976,856.4794384,586.3532601,1460.759015 +2419,1816.954784,449.4309935,855.081802,590.9358572,1461.156124 +2420,1838.71624,448.5146901,853.6772353,595.6297352,1461.666668 +2421,1860.599791,447.8147146,852.2647995,600.2496517,1462.159702 +2422,1882.559032,446.8323841,851.0246163,605.4655617,1462.719529 +2423,1905.05486,446.0933972,849.3337909,610.365712,1463.589828 +2424,1927.853359,445.2655056,848.0177868,615.5631695,1463.81856 +2425,1950.81814,444.458952,846.5408248,620.8522204,1464.663802 +2426,1974.597716,443.6564223,845.0771333,626.2693021,1465.378362 +2427,1998.232021,442.8573589,843.4295867,631.8168686,1466.111318 +2428,2022.695083,442.0612303,842.1821061,637.4987957,1466.906059 +2429,2047.31018,441.2673019,840.559474,643.3186345,1467.733205 +2430,2072.357687,440.5799478,839.0630557,649.2530147,1468.596247 +2431,2081.249734,438.9442045,836.1519679,651.8253313,1469.447807 +2432,2087.349114,437.6523791,832.9873125,653.8995464,1470.394112 +2433,2092.553212,435.9914381,829.4422541,655.6969289,1471.308288 +2434,2096.657116,434.3914368,825.9874143,657.1822635,1472.26866 +2435,2100.194661,432.8403534,822.458581,658.6895247,1473.247411 +2436,2102.973347,431.0209614,818.7401444,659.8867173,1474.244846 +2437,2105.14146,429.3827875,815.0927317,661.1151116,1475.256691 +2438,2106.727686,427.6364417,811.3953393,662.0432338,1476.252329 +2439,2107.761373,425.7797812,807.2553039,663.0185489,1477.314445 +2440,2108.269966,424.2353503,803.6088151,663.6974748,1478.318091 +2441,2108.277811,422.2222876,799.6017384,664.4307908,1479.336378 +2442,2107.81015,420.4730231,795.6858897,664.8687582,1480.33816 +2443,2106.88741,418.6921488,791.5159139,665.3759323,1481.323115 +2444,2105.521013,416.6009623,787.4357352,665.5879289,1482.287099 +2445,2103.646857,414.8820266,783.2066426,665.772095,1483.201774 +2446,2101.581971,412.8840959,779.2551691,665.8582602,1484.150543 +2447,2098.933549,411.0364818,774.8198593,665.8408212,1485.013254 +2448,2095.981954,408.9397996,770.5775775,665.7201758,1485.864392 +2449,2092.648988,407.0027802,766.4336152,665.4977189,1486.676185 +2450,2089.043921,404.9765706,761.7082339,665.1748346,1487.450334 +2451,2084.885487,402.9364877,757.7413282,664.752893,1488.160973 +2452,2080.58045,400.9538371,752.989969,664.233195,1488.891798 +2453,2075.87737,398.6841086,748.6717169,663.6170517,1489.526409 +2454,2070.871274,396.8145552,744.0839717,662.9057282,1490.139462 +2455,2065.562027,394.5237101,739.7070809,662.1005431,1490.704967 +2456,2059.959072,392.4374745,734.8340947,661.2027849,1490.987582 +2457,2054.071365,390.2613538,730.5851083,660.2138893,1491.822911 +2458,2047.903621,388.1412673,725.6692559,659.1352844,1492.077526 +2459,2040.707644,385.7769962,721.1461521,657.8197138,1492.507876 +2460,2025.91666,383.7275017,716.3172737,654.7239087,1492.845175 +2461,2021.155478,381.1880212,711.6400321,651.2612057,1493.554105 +2462,2007.069718,510.9838124,939.624218,779.1933837,2085.268753 +2463,2059.723859,510.5782825,961.0964412,777.5034284,2063.724035 +2464,2096.099781,508.0104998,973.6901791,772.7168135,2079.760653 +2465,2114.874367,505.059545,978.7843254,768.0675219,2074.676262 +2466,2124.095544,502.7284169,980.7436708,763.368785,2074.601964 +2467,2127.963101,500.1967815,981.3583328,758.4502634,2074.716781 +2468,2128.828066,497.6275325,981.3847267,753.4177977,2074.586224 +2469,2127.920339,495.1424838,981.1445323,748.0143464,2074.427126 +2470,2125.816228,492.4915324,980.7566851,742.536295,2074.235192 +2471,2122.786188,489.9940882,980.2702276,736.9702225,2073.992103 +2472,2118.980405,488.1045837,979.7021709,726.8768805,2073.6498 +2473,2113.814973,485.6602452,979.0953597,720.7213372,2073.29667 +2474,2107.770243,482.9089698,978.4652378,714.9535588,2072.872406 +2475,2101.269825,480.3439238,947.721498,709.1296531,2072.356605 +2476,2092.310877,477.5640906,941.6588574,703.2504832,2071.825077 +2477,1888.916132,474.9048897,942.6830943,697.290239,2071.31625 +2478,1975.976157,472.1142225,935.2025817,691.2822413,2070.411602 +2479,1920.27096,469.4072539,926.5700449,685.050285,2069.719395 +2480,1898.223459,466.5170693,923.3638415,678.7591993,2068.842629 +2481,1867.968748,463.7441627,915.3074074,672.4650812,2067.902195 +2482,1851.030649,460.834422,911.6310988,665.8150904,2066.890829 +2483,1822.587263,458.006594,905.3403784,659.1471447,2065.800539 +2484,1799.378882,454.9601617,899.0454625,652.2385243,2064.592179 +2485,1771.135276,452.6166133,892.4803623,645.024621,2063.217683 +2486,1741.090774,449.4862704,889.1365201,638.6070789,2061.762076 +2487,1600.430667,443.2615591,874.7994712,600.7487095,2060.607295 +2488,1580.857526,440.5902526,869.2196996,592.3532707,2058.9288 +2489,1552.811098,438.1950658,865.0543209,586.2818935,2057.470301 +2490,1536.004326,435.9749666,861.078198,580.7987306,2056.055963 +2491,1518.270376,433.4772125,856.9771836,575.5761011,2054.208683 +2492,1501.51495,431.7378711,844.8776638,570.7083598,2052.451071 +2493,1485.820802,429.6879231,861.2276537,565.9917691,2050.613474 +2494,1470.433846,427.2319345,838.2638707,561.4428043,2048.686636 +2495,1455.719549,425.3646788,838.885722,557.0271767,2046.767548 +2496,1441.32515,423.2696275,845.1655269,552.7330967,2044.696498 +2497,1434.992456,421.2424301,822.8299063,548.5857465,2042.635465 +2498,1402.910363,419.2342803,841.5505894,544.4420534,2040.483911 +2499,1406.668854,417.2462262,818.2191149,540.4381512,2038.319439 +2500,1387.117163,415.2775628,826.8600727,536.6177515,2036.104432 +2501,1375.940493,413.3283809,827.678684,532.7063234,2033.999513 +2502,1363.729038,411.3982158,812.1381844,528.9878861,2031.520444 +2503,1352.173344,409.4873365,809.6062306,525.6672856,2029.375083 +2504,1340.361566,407.5951898,814.5611038,521.4749521,2027.021596 +2505,1329.139142,405.7220698,815.4648942,518.2456892,2024.788697 +2506,1317.919567,403.8673999,790.8945131,514.6693198,2022.473374 +2507,1307.214035,402.03153,808.0988564,511.240273,2020.187528 +2508,1296.470909,400.213789,797.0097544,507.860233,2017.90544 +2509,1286.025017,398.4145939,795.3111635,504.4957386,2015.62901 +2510,1275.742438,396.6332007,792.4082551,501.2696852,2013.337393 +2511,1265.647513,394.8699662,789.5437985,498.0120778,2011.126345 +2512,1255.719018,393.1243027,786.5030414,494.8318282,2008.870222 +2513,1245.852323,391.3964645,789.803104,491.6901829,2006.652744 +2514,1236.496273,389.6857912,771.5048399,488.5559866,2004.450828 +2515,1226.820123,387.9926208,786.4969663,485.5492752,2002.253951 +2516,1217.502815,386.3161771,768.2975134,482.5057167,2000.234675 +2517,1208.460655,384.6569638,775.3972215,479.5319999,1997.891092 +2518,1199.358234,383.0141014,768.9775672,476.5904113,1995.872756 +2519,1190.472648,381.3879956,767.0696393,473.6521355,1993.756242 +2520,1181.698071,379.7778664,764.221021,470.8327633,1991.663125 +2521,0,0,0,0,0 +2522,0,0,0,0,0 +2523,0,0,0,0,0 +2524,0,0,0,0,0 +2525,0,0,0,0,0 +2526,0,0,0,0,0 +2527,0,0,0,0,0 +2528,0,0,0,0,0 +2529,0,0,0,0,0 +2530,0,0,0,0,0 +2531,0,0,0,0,0 +2532,0,0,0,0,0 +2533,0,0,0,0,0 +2534,0,0,0,0,0 +2535,0,0,0,0,0 +2536,0,0,0,0,0 +2537,0,0,0,0,0 +2538,0,0,0,0,0 +2539,0,0,0,0,0 +2540,0,0,0,0,0 +2541,0,0,0,0,0 +2542,0,0,0,0,0 +2543,0,0,0,0,0 +2544,0,0,0,0,0 +2545,0,0,0,0,0 +2546,0,0,0,0,0 +2547,0,0,0,0,0 +2548,0,0,0,0,0 +2549,0,0,0,0,0 +2550,0,0,0,0,0 +2551,0,0,0,0,0 +2552,0,0,0,0,0 +2553,0,0,0,0,0 +2554,0,0,0,0,0 +2555,0,0,0,0,0 +2556,0,0,0,0,0 +2557,0,0,0,0,0 +2558,0,0,0,0,0 +2559,0,0,0,0,0 +2560,0,0,0,0,0 +2561,0,0,0,0,0 +2562,0,0,0,0,0 +2563,0,0,0,0,0 +2564,0,0,0,0,0 +2565,0,0,0,0,0 +2566,0,0,0,0,0 +2567,0,0,0,0,0 +2568,0,0,0,0,0 +2569,0,0,0,0,0 +2570,0,0,0,0,0 +2571,0,0,0,0,0 +2572,0,0,0,0,0 +2573,0,0,0,0,0 +2574,0,0,0,0,0 +2575,0,0,0,0,0 +2576,0,0,0,0,0 +2577,0,0,0,0,0 +2578,0,0,0,0,0 +2579,0,0,0,0,0 +2580,0,0,0,0,0 +2581,0,0,0,0,0 +2582,0,0,0,0,0 +2583,0,0,0,0,0 +2584,0,0,0,0,0 +2585,0,0,0,0,0 +2586,0,0,0,0,0 +2587,0,0,0,0,0 +2588,0,0,0,0,0 +2589,0,0,0,0,0 +2590,0,0,0,0,0 +2591,0,0,0,0,0 +2592,0,0,0,0,0 +2593,0,0,0,0,0 +2594,0,0,0,0,0 +2595,0,0,0,0,0 +2596,0,0,0,0,0 +2597,0,0,0,0,0 +2598,0,0,0,0,0 +2599,0,0,0,0,0 +2600,0,0,0,0,0 +2601,0,0,0,0,0 +2602,0,0,0,0,0 +2603,0,0,0,0,0 +2604,0,0,0,0,0 +2605,0,0,0,0,0 +2606,0,0,0,0,0 +2607,0,0,0,0,0 +2608,0,0,0,0,0 +2609,0,0,0,0,0 +2610,0,0,0,0,0 +2611,0,0,0,0,0 +2612,0,0,0,0,0 +2613,0,0,0,0,0 +2614,0,0,0,0,0 +2615,0,0,0,0,0 +2616,0,0,0,0,0 +2617,0,0,0,0,0 +2618,0,0,0,0,0 +2619,0,0,0,0,0 +2620,0,0,0,0,0 +2621,0,0,0,0,0 +2622,0,0,0,0,0 +2623,0,0,0,0,0 +2624,0,0,0,0,0 +2625,0,0,0,0,0 +2626,0,0,0,0,0 +2627,0,0,0,0,0 +2628,0,0,0,0,0 +2629,0,0,0,0,0 +2630,0,0,0,0,0 +2631,0,0,0,0,0 +2632,0,0,0,0,0 +2633,0,0,0,0,0 +2634,0,0,0,0,0 +2635,0,0,0,0,0 +2636,0,0,0,0,0 +2637,0,0,0,0,0 +2638,0,0,0,0,0 +2639,0,0,0,0,0 +2640,0,0,0,0,0 +2641,0,0,0,0,0 +2642,0,0,0,0,0 +2643,0,0,0,0,0 +2644,0,0,0,0,0 +2645,0,0,0,0,0 +2646,0,0,0,0,0 +2647,0,0,0,0,0 +2648,0,0,0,0,0 +2649,0,0,0,0,0 +2650,0,0,0,0,0 +2651,0,0,0,0,0 +2652,0,0,0,0,0 +2653,0,0,0,0,0 +2654,0,0,0,0,0 +2655,0,0,0,0,0 +2656,0,0,0,0,0 +2657,0,0,0,0,0 +2658,0,0,0,0,0 +2659,0,0,0,0,0 +2660,0,0,0,0,0 +2661,0,0,0,0,0 +2662,0,0,0,0,0 +2663,0,0,0,0,0 +2664,0,0,0,0,0 +2665,0,0,0,0,0 +2666,0,0,0,0,0 +2667,0,0,0,0,0 +2668,0,0,0,0,0 +2669,0,0,0,0,0 +2670,0,0,0,0,0 +2671,0,0,0,0,0 +2672,0,0,0,0,0 +2673,0,0,0,0,0 +2674,0,0,0,0,0 +2675,0,0,0,0,0 +2676,0,0,0,0,0 +2677,0,0,0,0,0 +2678,0,0,0,0,0 +2679,0,0,0,0,0 +2680,0,0,0,0,0 +2681,0,0,0,0,0 +2682,0,0,0,0,0 +2683,0,0,0,0,0 +2684,0,0,0,0,0 +2685,0,0,0,0,0 +2686,0,0,0,0,0 +2687,0,0,0,0,0 +2688,0,0,0,0,0 +2689,0,0,0,0,0 +2690,0,0,0,0,0 +2691,0,0,0,0,0 +2692,0,0,0,0,0 +2693,0,0,0,0,0 +2694,0,0,0,0,0 +2695,0,0,0,0,0 +2696,0,0,0,0,0 +2697,0,0,0,0,0 +2698,0,0,0,0,0 +2699,0,0,0,0,0 +2700,0,0,0,0,0 +2701,0,0,0,0,0 +2702,0,0,0,0,0 +2703,0,0,0,0,0 +2704,0,0,0,0,0 +2705,0,0,0,0,0 +2706,0,0,0,0,0 +2707,0,0,0,0,0 +2708,0,0,0,0,0 +2709,0,0,0,0,0 +2710,0,0,0,0,0 +2711,0,0,0,0,0 +2712,0,0,0,0,0 +2713,0,0,0,0,0 +2714,0,0,0,0,0 +2715,0,0,0,0,0 +2716,0,0,0,0,0 +2717,0,0,0,0,0 +2718,0,0,0,0,0 +2719,0,0,0,0,0 +2720,0,0,0,0,0 +2721,0,0,0,0,0 +2722,0,0,0,0,0 +2723,0,0,0,0,0 +2724,0,0,0,0,0 +2725,0,0,0,0,0 +2726,0,0,0,0,0 +2727,0,0,0,0,0 +2728,0,0,0,0,0 +2729,0,0,0,0,0 +2730,0,0,0,0,0 +2731,0,0,0,0,0 +2732,0,0,0,0,0 +2733,0,0,0,0,0 +2734,0,0,0,0,0 +2735,0,0,0,0,0 +2736,0,0,0,0,0 +2737,0,0,0,0,0 +2738,0,0,0,0,0 +2739,0,0,0,0,0 +2740,0,0,0,0,0 +2741,0,0,0,0,0 +2742,0,0,0,0,0 +2743,0,0,0,0,0 +2744,0,0,0,0,0 +2745,0,0,0,0,0 +2746,0,0,0,0,0 +2747,0,0,0,0,0 +2748,0,0,0,0,0 +2749,0,0,0,0,0 +2750,0,0,0,0,0 +2751,0,0,0,0,0 +2752,0,0,0,0,0 +2753,0,0,0,0,0 +2754,0,0,0,0,0 +2755,0,0,0,0,0 +2756,0,0,0,0,0 +2757,0,0,0,0,0 +2758,0,0,0,0,0 +2759,0,0,0,0,0 +2760,0,0,0,0,0 +2761,0,0,0,0,0 +2762,0,0,0,0,0 +2763,0,0,0,0,0 +2764,0,0,0,0,0 +2765,0,0,0,0,0 +2766,0,0,0,0,0 +2767,0,0,0,0,0 +2768,0,0,0,0,0 +2769,0,0,0,0,0 +2770,0,0,0,0,0 +2771,0,0,0,0,0 +2772,0,0,0,0,0 +2773,0,0,0,0,0 +2774,0,0,0,0,0 +2775,0,0,0,0,0 +2776,0,0,0,0,0 +2777,0,0,0,0,0 +2778,0,0,0,0,0 +2779,0,0,0,0,0 +2780,0,0,0,0,0 +2781,0,0,0,0,0 +2782,0,0,0,0,0 +2783,0,0,0,0,0 +2784,0,0,0,0,0 +2785,0,0,0,0,0 +2786,0,0,0,0,0 +2787,0,0,0,0,0 +2788,0,0,0,0,0 +2789,0,0,0,0,0 +2790,0,0,0,0,0 +2791,0,0,0,0,0 +2792,0,0,0,0,0 +2793,0,0,0,0,0 +2794,0,0,0,0,0 +2795,0,0,0,0,0 +2796,0,0,0,0,0 +2797,0,0,0,0,0 +2798,0,0,0,0,0 +2799,0,0,0,0,0 +2800,0,0,0,0,0 +2801,0,0,0,0,0 +2802,0,0,0,0,0 +2803,0,0,0,0,0 +2804,0,0,0,0,0 +2805,0,0,0,0,0 +2806,0,0,0,0,0 +2807,0,0,0,0,0 +2808,0,0,0,0,0 +2809,0,0,0,0,0 +2810,0,0,0,0,0 +2811,0,0,0,0,0 +2812,0,0,0,0,0 +2813,0,0,0,0,0 +2814,0,0,0,0,0 +2815,0,0,0,0,0 +2816,0,0,0,0,0 +2817,0,0,0,0,0 +2818,0,0,0,0,0 +2819,0,0,0,0,0 +2820,0,0,0,0,0 +2821,0,0,0,0,0 +2822,0,0,0,0,0 +2823,0,0,0,0,0 +2824,0,0,0,0,0 +2825,0,0,0,0,0 +2826,0,0,0,0,0 +2827,0,0,0,0,0 +2828,0,0,0,0,0 +2829,0,0,0,0,0 +2830,0,0,0,0,0 +2831,0,0,0,0,0 +2832,0,0,0,0,0 +2833,0,0,0,0,0 +2834,0,0,0,0,0 +2835,0,0,0,0,0 +2836,0,0,0,0,0 +2837,0,0,0,0,0 +2838,0,0,0,0,0 +2839,0,0,0,0,0 +2840,0,0,0,0,0 +2841,0,0,0,0,0 +2842,0,0,0,0,0 +2843,0,0,0,0,0 +2844,0,0,0,0,0 +2845,0,0,0,0,0 +2846,0,0,0,0,0 +2847,0,0,0,0,0 +2848,0,0,0,0,0 +2849,0,0,0,0,0 +2850,0,0,0,0,0 +2851,0,0,0,0,0 +2852,0,0,0,0,0 +2853,0,0,0,0,0 +2854,0,0,0,0,0 +2855,0,0,0,0,0 +2856,0,0,0,0,0 +2857,0,0,0,0,0 +2858,0,0,0,0,0 +2859,0,0,0,0,0 +2860,0,0,0,0,0 +2861,0,0,0,0,0 +2862,0,0,0,0,0 +2863,0,0,0,0,0 +2864,0,0,0,0,0 +2865,0,0,0,0,0 +2866,0,0,0,0,0 +2867,0,0,0,0,0 +2868,0,0,0,0,0 +2869,0,0,0,0,0 +2870,0,0,0,0,0 +2871,0,0,0,0,0 +2872,0,0,0,0,0 +2873,0,0,0,0,0 +2874,0,0,0,0,0 +2875,0,0,0,0,0 +2876,0,0,0,0,0 +2877,0,0,0,0,0 +2878,0,0,0,0,0 +2879,0,0,0,0,0 +2880,0,0,0,0,0 +2881,0,0,0,0,0 +2882,0,0,0,0,0 +2883,0,0,0,0,0 +2884,0,0,0,0,0 +2885,0,0,0,0,0 +2886,0,0,0,0,0 +2887,0,0,0,0,0 +2888,0,0,0,0,0 +2889,0,0,0,0,0 +2890,0,0,0,0,0 +2891,0,0,0,0,0 +2892,0,0,0,0,0 +2893,0,0,0,0,0 +2894,0,0,0,0,0 +2895,0,0,0,0,0 +2896,0,0,0,0,0 +2897,0,0,0,0,0 +2898,0,0,0,0,0 +2899,0,0,0,0,0 +2900,0,0,0,0,0 +2901,0,0,0,0,0 +2902,0,0,0,0,0 +2903,0,0,0,0,0 +2904,0,0,0,0,0 +2905,0,0,0,0,0 +2906,0,0,0,0,0 +2907,0,0,0,0,0 +2908,0,0,0,0,0 +2909,0,0,0,0,0 +2910,0,0,0,0,0 +2911,0,0,0,0,0 +2912,0,0,0,0,0 +2913,0,0,0,0,0 +2914,0,0,0,0,0 +2915,0,0,0,0,0 +2916,0,0,0,0,0 +2917,0,0,0,0,0 +2918,0,0,0,0,0 +2919,0,0,0,0,0 +2920,0,0,0,0,0 +2921,0,0,0,0,0 +2922,0,0,0,0,0 +2923,0,0,0,0,0 +2924,0,0,0,0,0 +2925,0,0,0,0,0 +2926,0,0,0,0,0 +2927,0,0,0,0,0 +2928,0,0,0,0,0 +2929,0,0,0,0,0 +2930,0,0,0,0,0 +2931,0,0,0,0,0 +2932,0,0,0,0,0 +2933,0,0,0,0,0 +2934,0,0,0,0,0 +2935,0,0,0,0,0 +2936,0,0,0,0,0 +2937,0,0,0,0,0 +2938,0,0,0,0,0 +2939,0,0,0,0,0 +2940,0,0,0,0,0 +2941,0,0,0,0,0 +2942,0,0,0,0,0 +2943,0,0,0,0,0 +2944,0,0,0,0,0 +2945,0,0,0,0,0 +2946,0,0,0,0,0 +2947,0,0,0,0,0 +2948,0,0,0,0,0 +2949,0,0,0,0,0 +2950,0,0,0,0,0 +2951,0,0,0,0,0 +2952,0,0,0,0,0 +2953,0,0,0,0,0 +2954,0,0,0,0,0 +2955,0,0,0,0,0 +2956,0,0,0,0,0 +2957,0,0,0,0,0 +2958,0,0,0,0,0 +2959,0,0,0,0,0 +2960,0,0,0,0,0 +2961,0,0,0,0,0 +2962,0,0,0,0,0 +2963,0,0,0,0,0 +2964,0,0,0,0,0 +2965,0,0,0,0,0 +2966,0,0,0,0,0 +2967,0,0,0,0,0 +2968,0,0,0,0,0 +2969,0,0,0,0,0 +2970,0,0,0,0,0 +2971,0,0,0,0,0 +2972,0,0,0,0,0 +2973,0,0,0,0,0 +2974,0,0,0,0,0 +2975,0,0,0,0,0 +2976,0,0,0,0,0 +2977,0,0,0,0,0 +2978,0,0,0,0,0 +2979,0,0,0,0,0 +2980,0,0,0,0,0 +2981,0,0,0,0,0 +2982,0,0,0,0,0 +2983,0,0,0,0,0 +2984,0,0,0,0,0 +2985,0,0,0,0,0 +2986,0,0,0,0,0 +2987,0,0,0,0,0 +2988,0,0,0,0,0 +2989,0,0,0,0,0 +2990,0,0,0,0,0 +2991,0,0,0,0,0 +2992,0,0,0,0,0 +2993,0,0,0,0,0 +2994,0,0,0,0,0 +2995,0,0,0,0,0 +2996,0,0,0,0,0 +2997,0,0,0,0,0 +2998,0,0,0,0,0 +2999,0,0,0,0,0 +3000,0,0,0,0,0 +3001,0,0,0,0,0 +3002,0,0,0,0,0 +3003,0,0,0,0,0 +3004,0,0,0,0,0 +3005,0,0,0,0,0 +3006,0,0,0,0,0 +3007,0,0,0,0,0 +3008,0,0,0,0,0 +3009,0,0,0,0,0 +3010,0,0,0,0,0 +3011,0,0,0,0,0 +3012,0,0,0,0,0 +3013,0,0,0,0,0 +3014,0,0,0,0,0 +3015,0,0,0,0,0 +3016,0,0,0,0,0 +3017,0,0,0,0,0 +3018,0,0,0,0,0 +3019,0,0,0,0,0 +3020,0,0,0,0,0 +3021,0,0,0,0,0 +3022,0,0,0,0,0 +3023,0,0,0,0,0 +3024,0,0,0,0,0 +3025,0,0,0,0,0 +3026,0,0,0,0,0 +3027,0,0,0,0,0 +3028,0,0,0,0,0 +3029,0,0,0,0,0 +3030,0,0,0,0,0 +3031,0,0,0,0,0 +3032,0,0,0,0,0 +3033,0,0,0,0,0 +3034,0,0,0,0,0 +3035,0,0,0,0,0 +3036,0,0,0,0,0 +3037,0,0,0,0,0 +3038,0,0,0,0,0 +3039,0,0,0,0,0 +3040,0,0,0,0,0 +3041,0,0,0,0,0 +3042,0,0,0,0,0 +3043,0,0,0,0,0 +3044,0,0,0,0,0 +3045,0,0,0,0,0 +3046,0,0,0,0,0 +3047,0,0,0,0,0 +3048,0,0,0,0,0 +3049,0,0,0,0,0 +3050,0,0,0,0,0 +3051,0,0,0,0,0 +3052,0,0,0,0,0 +3053,0,0,0,0,0 +3054,0,0,0,0,0 +3055,0,0,0,0,0 +3056,0,0,0,0,0 +3057,0,0,0,0,0 +3058,0,0,0,0,0 +3059,0,0,0,0,0 +3060,0,0,0,0,0 +3061,0,0,0,0,0 +3062,0,0,0,0,0 +3063,0,0,0,0,0 +3064,0,0,0,0,0 +3065,0,0,0,0,0 +3066,0,0,0,0,0 +3067,0,0,0,0,0 +3068,0,0,0,0,0 +3069,0,0,0,0,0 +3070,0,0,0,0,0 +3071,0,0,0,0,0 +3072,0,0,0,0,0 +3073,0,0,0,0,0 +3074,0,0,0,0,0 +3075,0,0,0,0,0 +3076,0,0,0,0,0 +3077,0,0,0,0,0 +3078,0,0,0,0,0 +3079,0,0,0,0,0 +3080,0,0,0,0,0 +3081,0,0,0,0,0 +3082,0,0,0,0,0 +3083,0,0,0,0,0 +3084,0,0,0,0,0 +3085,0,0,0,0,0 +3086,0,0,0,0,0 +3087,0,0,0,0,0 +3088,0,0,0,0,0 +3089,0,0,0,0,0 +3090,0,0,0,0,0 +3091,0,0,0,0,0 +3092,0,0,0,0,0 +3093,0,0,0,0,0 +3094,0,0,0,0,0 +3095,0,0,0,0,0 +3096,0,0,0,0,0 +3097,0,0,0,0,0 +3098,0,0,0,0,0 +3099,0,0,0,0,0 +3100,0,0,0,0,0 +3101,0,0,0,0,0 +3102,0,0,0,0,0 +3103,0,0,0,0,0 +3104,0,0,0,0,0 +3105,0,0,0,0,0 +3106,0,0,0,0,0 +3107,0,0,0,0,0 +3108,0,0,0,0,0 +3109,0,0,0,0,0 +3110,0,0,0,0,0 +3111,0,0,0,0,0 +3112,0,0,0,0,0 +3113,0,0,0,0,0 +3114,0,0,0,0,0 +3115,0,0,0,0,0 +3116,0,0,0,0,0 +3117,0,0,0,0,0 +3118,0,0,0,0,0 +3119,0,0,0,0,0 +3120,0,0,0,0,0 +3121,0,0,0,0,0 +3122,0,0,0,0,0 +3123,0,0,0,0,0 +3124,0,0,0,0,0 +3125,0,0,0,0,0 +3126,0,0,0,0,0 +3127,0,0,0,0,0 +3128,0,0,0,0,0 +3129,0,0,0,0,0 +3130,0,0,0,0,0 +3131,0,0,0,0,0 +3132,0,0,0,0,0 +3133,0,0,0,0,0 +3134,0,0,0,0,0 +3135,0,0,0,0,0 +3136,0,0,0,0,0 +3137,0,0,0,0,0 +3138,0,0,0,0,0 +3139,0,0,0,0,0 +3140,0,0,0,0,0 +3141,0,0,0,0,0 +3142,0,0,0,0,0 +3143,0,0,0,0,0 +3144,0,0,0,0,0 +3145,0,0,0,0,0 +3146,0,0,0,0,0 +3147,0,0,0,0,0 +3148,0,0,0,0,0 +3149,0,0,0,0,0 +3150,0,0,0,0,0 +3151,0,0,0,0,0 +3152,0,0,0,0,0 +3153,0,0,0,0,0 +3154,0,0,0,0,0 +3155,0,0,0,0,0 +3156,0,0,0,0,0 +3157,0,0,0,0,0 +3158,0,0,0,0,0 +3159,0,0,0,0,0 +3160,0,0,0,0,0 +3161,0,0,0,0,0 +3162,0,0,0,0,0 +3163,0,0,0,0,0 +3164,0,0,0,0,0 +3165,0,0,0,0,0 +3166,0,0,0,0,0 +3167,0,0,0,0,0 +3168,0,0,0,0,0 +3169,0,0,0,0,0 +3170,0,0,0,0,0 +3171,0,0,0,0,0 +3172,0,0,0,0,0 +3173,0,0,0,0,0 +3174,0,0,0,0,0 +3175,0,0,0,0,0 +3176,0,0,0,0,0 +3177,0,0,0,0,0 +3178,0,0,0,0,0 +3179,0,0,0,0,0 +3180,0,0,0,0,0 +3181,0,0,0,0,0 +3182,0,0,0,0,0 +3183,0,0,0,0,0 +3184,0,0,0,0,0 +3185,0,0,0,0,0 +3186,0,0,0,0,0 +3187,0,0,0,0,0 +3188,0,0,0,0,0 +3189,0,0,0,0,0 +3190,0,0,0,0,0 +3191,0,0,0,0,0 +3192,0,0,0,0,0 +3193,0,0,0,0,0 +3194,0,0,0,0,0 +3195,0,0,0,0,0 +3196,0,0,0,0,0 +3197,0,0,0,0,0 +3198,0,0,0,0,0 +3199,0,0,0,0,0 +3200,0,0,0,0,0 +3201,0,0,0,0,0 +3202,0,0,0,0,0 +3203,0,0,0,0,0 +3204,0,0,0,0,0 +3205,0,0,0,0,0 +3206,0,0,0,0,0 +3207,0,0,0,0,0 +3208,0,0,0,0,0 +3209,0,0,0,0,0 +3210,0,0,0,0,0 +3211,0,0,0,0,0 +3212,0,0,0,0,0 +3213,0,0,0,0,0 +3214,0,0,0,0,0 +3215,0,0,0,0,0 +3216,0,0,0,0,0 +3217,0,0,0,0,0 +3218,0,0,0,0,0 +3219,0,0,0,0,0 +3220,0,0,0,0,0 +3221,0,0,0,0,0 +3222,0,0,0,0,0 +3223,0,0,0,0,0 +3224,0,0,0,0,0 +3225,0,0,0,0,0 +3226,0,0,0,0,0 +3227,0,0,0,0,0 +3228,0,0,0,0,0 +3229,0,0,0,0,0 +3230,0,0,0,0,0 +3231,0,0,0,0,0 +3232,0,0,0,0,0 +3233,0,0,0,0,0 +3234,0,0,0,0,0 +3235,0,0,0,0,0 +3236,0,0,0,0,0 +3237,0,0,0,0,0 +3238,0,0,0,0,0 +3239,0,0,0,0,0 +3240,0,0,0,0,0 +3241,0,0,0,0,0 +3242,0,0,0,0,0 +3243,0,0,0,0,0 +3244,0,0,0,0,0 +3245,0,0,0,0,0 +3246,0,0,0,0,0 +3247,0,0,0,0,0 +3248,0,0,0,0,0 +3249,0,0,0,0,0 +3250,0,0,0,0,0 +3251,0,0,0,0,0 +3252,0,0,0,0,0 +3253,0,0,0,0,0 +3254,0,0,0,0,0 +3255,0,0,0,0,0 +3256,0,0,0,0,0 +3257,0,0,0,0,0 +3258,0,0,0,0,0 +3259,0,0,0,0,0 +3260,0,0,0,0,0 +3261,0,0,0,0,0 +3262,0,0,0,0,0 +3263,0,0,0,0,0 +3264,0,0,0,0,0 +3265,0,0,0,0,0 +3266,0,0,0,0,0 +3267,0,0,0,0,0 +3268,0,0,0,0,0 +3269,0,0,0,0,0 +3270,0,0,0,0,0 +3271,0,0,0,0,0 +3272,0,0,0,0,0 +3273,0,0,0,0,0 +3274,0,0,0,0,0 +3275,0,0,0,0,0 +3276,0,0,0,0,0 +3277,0,0,0,0,0 +3278,0,0,0,0,0 +3279,0,0,0,0,0 +3280,0,0,0,0,0 +3281,0,0,0,0,0 +3282,0,0,0,0,0 +3283,0,0,0,0,0 +3284,0,0,0,0,0 +3285,0,0,0,0,0 +3286,0,0,0,0,0 +3287,0,0,0,0,0 +3288,0,0,0,0,0 +3289,0,0,0,0,0 +3290,0,0,0,0,0 +3291,0,0,0,0,0 +3292,0,0,0,0,0 +3293,0,0,0,0,0 +3294,0,0,0,0,0 +3295,0,0,0,0,0 +3296,0,0,0,0,0 +3297,0,0,0,0,0 +3298,0,0,0,0,0 +3299,0,0,0,0,0 +3300,0,0,0,0,0 +3301,-1928.278573,-819.9335984,-1897.556899,-819.8588816,-1123.947481 +3302,-1257.982581,-528.4395993,-1234.399461,-528.3653791,-104.4312361 +3303,-1469.620689,-614.8019383,-1443.719354,-614.7300382,-370.5991496 +3304,-1876.546722,-798.3721142,-1846.984789,-798.3024098,-1164.787032 +3305,-1768.99047,-752.0200902,-1740.705334,-751.9521915,-1070.186786 +3306,-1519.714456,-638.1914893,-1490.616006,-638.1256049,-585.4182892 +3307,-1670.115338,-705.3357909,-1639.630314,-705.2721438,-787.2016959 +3308,-1779.138639,-754.8567967,-1748.065562,-754.7952539,-958.0271463 +3309,-1850.564602,-787.8883124,-1819.33988,-787.8286921,-1086.181944 +3310,-1889.646918,-806.5057278,-1858.484131,-806.4478713,-1168.848317 +3311,-1904.919998,-814.4216227,-1873.89755,-814.3654259,-1213.436499 +3312,-1904.644731,-815.3024934,-1873.769671,-815.2478989,-1230.451673 +3313,-1885.264293,-807.483649,-1854.513583,-807.4306268,-1211.375068 +3314,-1868.049489,-800.6092592,-1837.391735,-800.5577953,-1194.174045 +3315,-1853.025975,-794.6732056,-1822.432031,-794.6232856,-1178.897058 +3316,-1839.987038,-789.5697514,-1809.433348,-789.5213539,-1165.43503 +3317,-1828.625001,-785.1549393,-1798.09328,-785.1080358,-1153.537398 +3318,-1818.653992,-781.2952377,-1788.131027,-781.2497943,-1142.962913 +3319,-1809.835513,-777.8888738,-1779.311703,-777.8448535,-1133.516828 +3320,-1681.187861,-774.8525405,-1771.447631,-774.8099043,-1125.035056 +3321,-1532.516303,-765.7510491,-1750.372629,-765.7097569,-1091.909685 +3322,-1620.484634,-744.1192514,-1482.321605,-744.079268,-1008.306984 +3323,-1571.222554,-747.2360666,-1612.443391,-747.1972856,-1077.656605 +3324,-1557.752752,-672.2731405,-1548.037321,-672.2355834,-791.7958019 +3325,-1547.218797,-704.1939119,-1566.898653,-704.1576514,-885.0586784 +3326,-1531.87209,-714.9683777,-1522.687149,-714.9333442,-912.012711 +3327,-1522.824258,-739.761791,-1524.800214,-739.7278289,-1067.955828 +3328,-1507.456634,-708.3071718,-1507.156825,-708.2741798,-1022.721879 +3329,-1500.270795,-688.3262841,-1502.744388,-688.294261,-992.332767 +3330,-1488.229577,-671.4254407,-1485.273146,-671.3943825,-956.4268563 +3331,-1338.317418,-559.1581624,-1302.066972,-559.1281431,-454.0814413 +3332,-1520.452282,-640.8106941,-1483.292799,-640.781786,-691.5035795 +3333,-1589.054705,-726.8498221,-1669.53396,-726.8218713,-1048.874215 +3334,-1360.650184,-637.2009202,-1339.080269,-637.1738454,-686.3542213 +3335,-1467.573807,-718.5393784,-1458.347312,-718.5131268,-1040.243922 +3336,-1428.084465,-689.2218993,-1435.970498,-689.1963707,-998.8716161 +3337,-1360.088831,-567.6256679,-1323.556625,-567.6009256,-482.2398355 +3338,-1496.721183,-639.0800277,-1483.748898,-639.0561419,-690.238127 +3339,-1350.269299,-718.2966538,-1396.843166,-719.0475101,-1044.408304 +3340,-1395.089239,-521.9403965,-1347.115724,-684.1500124,-996.1201764 +3341,-1299.473815,-538.0950172,-1263.313815,-538.270106,-391.3410091 +3342,-1474.031564,-625.67938,-1511.512667,-691.1802302,-1006.19653 +3343,-1305.281401,-512.33162,-1266.67655,-621.1552107,-949.9233383 +3344,-1221.890021,-503.9517681,-1186.492601,-503.9518385,-294.4343987 +3345,-1536.878681,-567.9564588,-1560.654123,-681.5235892,-993.2273352 +3346,-1235.569511,-480.1051155,-1200.895125,-541.4315877,-408.8326895 +3347,-1340.433002,-498.2154606,-1326.278747,-602.5758508,-573.4018466 +3348,-1312.579302,-477.0663547,-1293.961051,-639.4110641,-678.5356338 +3349,-1303.916381,-465.3781712,-1285.681305,-619.9411514,-1046.116543 +3350,-1295.164573,-450.7079695,-1268.058604,-539.9266141,-394.640987 +3351,-1285.871942,-438.8722297,-1276.985809,-601.0419097,-569.2690103 +3352,-1280.457056,-424.8551768,-1255.168751,-590.0795866,-645.9066375 +3353,-1269.580809,-410.9129683,-1248.928847,-562.4595449,-1044.818524 +3354,-1263.752876,-397.9258949,-1241.440242,-570.5809626,-936.9847994 +3355,-1252.895384,-384.2127494,-1233.419266,-563.5058928,-785.7399016 +3356,-1250.567341,-369.9052258,-1223.176959,-558.4282029,-710.0050774 +3357,-1032.108997,-356.7655536,-1002.767685,-424.4502146,-88.20681646 +3358,-1529.326747,-342.3984831,-1495.404375,-646.5494066,-937.5927527 +3359,-1088.15651,-329.1791597,-1085.795662,-494.0929546,-287.0839399 +3360,-1245.55138,-315.0984368,-1203.871778,-564.0055686,-468.1975874 +3361,-50.33324246,34.00214473,-28.80368144,-83.1377027,-1024.60439 +3362,-8.146648956,37.27882791,17.37408193,30.24936569,-925.4541208 +3363,19.60856447,58.34883209,45.10792524,-5.329530979,163.831831 +3364,57.013927,90.18814561,82.88753901,23.86688338,322.6642358 +3365,65.84769048,115.4240967,92.54047144,28.89989405,440.1618628 +3366,89.28326289,136.2357699,117.0798448,40.64893321,532.4532738 +3367,109.3058224,153.5843042,137.2905628,50.5240063,608.0071101 +3368,126.9486651,167.8826899,156.3672117,59.35340132,670.0706174 +3369,144.721207,179.5853006,174.2779189,68.20868476,720.6663182 +3370,161.454254,189.08278,192.7301146,76.93862711,761.2583174 +3371,178.9107538,196.6945745,209.9325215,85.29610975,793.0983271 +3372,194.6304049,202.6991022,227.3587121,93.5951897,817.3758019 +3373,211.1671716,207.2869301,244.2766195,101.6186849,834.9748219 +3374,227.0494845,210.67611,260.5836209,109.583006,846.8942532 +3375,242.3993321,212.9990892,277.5064413,117.4706215,853.7789593 +3376,257.8847603,214.4182197,293.3034677,125.1835843,856.3796924 +3377,273.1003136,215.0333353,309.2442123,132.7244367,855.1848865 +3378,288.0604528,214.9433404,325.1696279,140.2755117,850.6690011 +3379,295.6946752,207.2350592,333.9477303,144.4064564,815.2487766 +3380,324.0825629,206.2789536,350.7583615,157.7972472,806.4290396 +3381,331.9594531,204.803384,341.2914698,155.0456337,795.2156487 +3382,331.6122217,203.5508468,332.4065862,150.8566095,784.6513392 +3383,323.0290585,202.6909847,324.7545572,147.2315403,775.4629098 +3384,315.7211954,202.2454189,318.4143649,144.2371765,767.7695572 +3385,309.6481993,202.1597663,313.2001789,141.7875872,761.3775613 +3386,304.6123685,202.3689594,308.8942493,139.7724247,756.0446144 +3387,300.4142042,202.8164694,305.3158455,138.0996956,751.5579113 +3388,296.8817857,203.4559726,302.3236719,136.6991796,747.7416906 +3389,293.888325,204.250022,299.806297,135.5170195,744.4528453 +3390,291.3280957,205.1684539,297.6740849,134.5107343,741.5753386 +3391,289.1237929,206.1869818,295.8541195,133.6461501,739.015343 +3392,287.3773712,207.689057,294.3647239,132.9293462,736.700608 +3393,285.9435866,209.538218,293.101335,132.3129937,734.5482441 +3394,284.7118768,211.5499974,291.9988387,131.7681385,732.5424834 +3395,283.6027166,213.6136715,291.0001025,131.2692728,730.6300883 +3396,282.5835595,215.6940529,290.0789161,130.8047579,728.7802208 +3397,281.6381784,217.787455,289.2193862,130.3675438,726.9685207 +3398,280.7549312,219.8972066,288.4093354,129.9522233,725.1755742 +3399,279.9236507,222.0254679,287.6385521,129.5542597,723.3863771 +3400,279.1353453,224.172488,286.8983931,129.1698143,721.5893458 +3401,278.382531,226.3376706,286.1818037,128.7957578,719.7757406 +3402,277.6591764,228.5203414,285.4831073,128.4295744,717.9389773 +3403,276.9605767,230.7200125,284.7978392,128.0692874,716.0742918 +3404,276.2830365,232.9363667,284.1224526,127.7133255,714.1782569 +3405,275.6237113,235.169193,283.4541835,127.3604637,712.2486038 +3406,274.9803752,237.4183271,282.7908359,127.0097265,710.2838715 +3407,274.3513491,239.68363,282.1307208,126.6603622,708.2833274 +3408,273.73534,241.9649712,281.4725025,126.3117739,706.246703 +3409,273.1314213,244.2622286,280.8151807,125.9635127,704.1741821 +3410,272.5388942,246.575275,280.1579593,125.6152193,702.0661707 +3411,271.9573234,248.9039965,279.5002924,125.2666451,699.9233985 +3412,271.3863975,251.2482684,278.8417478,124.9175915,697.7466762 +3413,270.8258343,253.6079643,278.1820488,124.5679291,695.5369873 +3414,270.2753429,255.9829488,277.520986,124.2175581,693.295331 +3415,269.7347341,258.3730818,276.8584591,123.8664279,691.0228121 +3416,269.203866,260.7782122,276.1943955,123.5144998,688.7204944 +3417,268.8960019,263.332102,275.7173841,123.2435785,686.3901725 +3418,268.7159426,265.9875721,275.3444599,123.0168498,684.0333229 +3419,268.5576897,268.6797544,274.9804383,122.7926355,681.6508152 +3420,268.3746113,271.3752811,274.5827953,122.5526561,679.2434485 +3421,265.248258,385.7508371,271.2333557,120.9710103,671.5173731 +3422,269.192969,709.1018691,274.9512638,122.5533611,677.0773814 +3423,276.5445625,561.2148086,282.0825411,125.6132764,689.4239833 +3424,283.7703718,627.58529,289.0938216,128.5494759,702.0965159 +3425,289.4959443,649.4466126,294.6045598,130.757757,712.424285 +3426,293.6608874,670.4733134,298.5538166,132.2359563,720.1184737 +3427,296.6136948,691.963926,301.2840637,133.1584866,725.6587441 +3428,298.6789131,712.4826691,303.115346,133.6816961,729.5354447 +3429,302.9099647,733.7445778,307.0990742,135.1979589,737.2441597 +3430,310.8201035,754.1731983,314.7478509,138.3963019,751.5057177 +3431,318.637711,774.750814,322.2897674,141.5617671,765.4424647 +3432,325.6127162,794.92679,328.9745274,144.3538133,777.6722422 +3433,332.0891241,815.9055138,335.1460015,146.9299212,788.8058682 +3434,338.1691605,835.4312231,340.9064092,149.3372719,799.0214131 +3435,343.925136,855.8114551,346.3281619,151.6086912,808.4494126 +3436,349.4144572,875.6983911,351.4688339,153.7696182,817.1983991 +3437,354.6825012,895.3462331,356.3740021,155.8396734,825.3582348 +3438,359.7658775,915.6179047,361.0804852,157.8343394,833.0046431 +3439,364.6947253,935.1267588,365.6186298,159.7661193,840.2025166 +3440,369.494064,954.7620815,370.0136573,161.6452104,847.0078329 +3441,374.1846748,974.3377317,374.2865393,163.4799336,853.4688957 +3442,378.7838518,993.8035807,378.4547478,165.2770928,859.6274471 +3443,383.3061431,1013.197506,382.5328408,167.042253,865.5195561 +3444,387.7640513,1032.516204,386.5329392,168.7799612,871.1763622 +3445,392.1677962,1051.717142,390.4651755,170.4939521,876.6248194 +3446,396.5256632,1070.950883,394.3380121,172.1872897,881.8882339 +3447,400.8464011,1090.021496,398.1585548,173.8625056,886.9868248 +3448,405.1329371,1109.057136,401.9327648,175.5216894,891.9381151 +3449,409.3892711,1127.969056,405.6631436,177.1654294,896.752744 +3450,413.6092994,1146.925749,409.3460022,178.791566,901.4295297 +3451,417.8203966,1161.373363,413.0067333,180.4112193,906.0196385 +3452,421.9978058,1175.083404,416.6479049,182.0250258,910.5177368 +3453,426.131445,1188.403583,420.2741792,183.6346592,914.9289106 +3454,430.2210382,1200.846969,423.8868251,185.2403625,919.2593531 +3455,434.2702383,1214.085969,427.4854526,186.8417089,923.515164 +3456,438.2830741,1225.97587,431.0693908,188.4382017,927.7019307 +3457,442.2628565,1245.448275,434.6382088,190.0294951,931.8247068 +3458,446.2121181,1260.886036,438.1916896,191.6153717,935.8879547 +3459,450.1328727,1275.87197,441.7297611,193.1957063,939.8956568 +3460,453.7286036,1290.591765,444.9542289,194.6348839,943.3091971 +3461,457.6880461,1304.966125,448.5524399,196.2453732,947.3813799 +3462,461.5986562,1318.722872,452.1106847,197.8389655,951.3630711 +3463,465.466365,1332.474301,455.6339147,199.4178269,955.2657273 +3464,469.2969376,1345.509384,459.1270766,200.9842013,959.1002869 +3465,473.0955018,1358.535778,462.5945883,202.5401191,962.8764521 +3466,476.8661337,1371.002928,466.0398222,204.08713,966.6018761 +3467,480.6118776,1383.413716,469.4651618,205.6263219,970.2823004 +3468,484.3349247,1395.18641,472.8722177,207.1584231,973.921939 +3469,488.0368855,1406.986979,476.262114,208.6839375,977.5239963 +3470,491.7189488,1418.309317,479.6356363,210.2032143,981.0909357 +3471,495.3820638,1429.40989,482.9933999,211.7165255,984.6248011 +3472,499.0269243,1440.227457,486.335832,213.2240578,988.1271922 +3473,502.6541422,1450.774375,489.6633093,214.7259748,991.599531 +3474,506.2641173,1460.996764,492.9761065,216.2223935,995.0429745 +3475,509.8571404,1471.174201,496.2744765,217.713421,998.4585741 +3476,513.433419,1480.806514,499.5586178,219.1991388,1001.847219 +3477,516.9931374,1490.318731,502.8287285,220.679628,1005.209748 +3478,520.5364366,1499.677781,506.084971,222.1549529,1008.546884 +3479,524.0634685,1508.667155,509.3275207,223.625183,1011.859334 +3480,527.5743337,1517.407531,512.5565168,225.0903711,1015.147702 +3481,530.9064791,1529.20307,515.6094454,226.476636,1018.116827 +3482,534.4121314,1538.207983,518.8372555,227.9399708,1021.461552 +3483,538.016415,1546.971395,522.1335589,229.4215093,1025.03682 +3484,541.6227259,1555.290432,525.4111014,230.8897055,1028.664172 +3485,545.1919841,1563.513073,528.6335938,232.3348393,1032.256264 +3486,548.7116079,1571.334189,531.7966695,233.7575396,1035.790625 +3487,552.1838443,1579.044964,534.9070583,235.1610612,1039.270191 +3488,555.6061445,1586.344802,537.9723169,236.5482942,1211.533293 +3489,558.9738884,1593.502666,540.9981463,237.9212922,1140.863448 +3490,562.2940245,1595.349759,543.9886306,239.2815356,1173.160502 +3491,565.4078164,1601.270752,546.7866842,240.5595977,1188.285081 +3492,568.372615,1607.440209,549.4440789,241.7787063,1200.806389 +3493,589.5068388,1613.523439,552.0486987,242.9775327,1212.97427 +3494,709.4319146,1619.47311,554.6454049,244.1757336,1224.908184 +3495,661.2713271,1625.267584,557.2457419,245.3781122,1236.898303 +3496,689.8277283,1630.823346,559.8479512,246.5835237,1248.409477 +3497,703.9477402,1636.460997,562.4480557,247.7898657,1260.081993 +3498,716.502307,1641.588754,565.0432487,248.9956161,1271.368561 +3499,728.8465588,1647.411384,567.6319586,250.1998604,1282.468313 +3500,741.1021063,1654.150278,570.2132597,251.402016,1293.818475 +3501,752.9679772,1656.453712,625.4847938,252.6016368,1304.319273 +3502,764.8792194,1664.856111,661.7922855,253.7983428,1315.427704 +3503,776.6709596,1664.638291,666.623274,254.991797,1325.940901 +3504,788.1719697,1675.538471,675.7731658,256.1817054,1336.489852 +3505,799.5864888,1671.103844,690.1604579,257.3678045,1346.815762 +3506,810.8701407,1686.995101,700.947896,258.5498685,1357.089393 +3507,821.8485671,1674.827543,711.6587514,259.7277021,1367.060592 +3508,833.0533479,1700.559753,722.1199664,303.9756706,1377.312937 +3509,843.8051444,1674.070117,732.6090721,296.8648576,1387.079378 +3510,854.4211947,1688.845904,742.5960875,309.8709224,1396.878384 +3511,863.7069667,1695.990335,751.6090276,306.3879468,1406.348765 +3512,871.7991706,1716.580454,760.0463077,299.5156084,1416.164591 +3513,879.9836486,1647.719433,768.7586374,328.3379716,1425.423896 +3514,888.1280162,1702.957353,776.6049265,320.7917552,1434.746385 +3515,895.7386692,1700.528416,784.9425513,327.7899503,1443.928609 +3516,903.2968306,1647.824932,792.5979222,332.1722369,1452.997246 +3517,910.5230778,1717.451858,800.549772,336.4249716,1461.487693 +3518,917.7377955,1626.506436,807.9050461,340.540448,1470.93297 +3519,924.6174941,1713.273334,815.2361743,344.6380193,1479.245611 +3520,931.091905,1618.023408,822.6573768,348.581885,1488.11767 +3521,938.0409506,1694.563648,829.8150264,352.4852775,1496.313959 +3522,944.2393054,1619.02396,836.4454587,356.2462769,1504.877364 +3523,950.6078707,1666.828976,843.6201314,360.0673352,1513.149043 +3524,956.7990637,1624.940422,850.1967549,363.6396156,1521.318085 +3525,962.3084856,1638.844895,856.802348,367.3228455,1529.446424 +3526,968.4539153,1625.690741,863.1082413,370.7480537,1537.410662 +3527,973.9699375,1620.239845,869.6846303,374.3635761,1545.033847 +3528,979.3699464,1613.377493,875.7784373,377.5533238,1553.227326 +3529,984.6684997,1606.277398,882.0574513,381.0278314,1560.689556 +3530,989.8260644,1598.956368,887.783305,384.227112,1568.270291 +3531,994.8392044,1591.424119,893.7807766,387.4399649,1575.774518 +3532,985.8879277,1564.333883,896.3447816,389.2116452,1583.253546 +3533,988.4092138,1553.317445,901.5753119,392.174537,1590.249298 +3534,991.8315205,1543.275766,906.6819464,394.8908428,1597.3015 +3535,995.4115845,1533.555393,911.9434674,397.7489409,1604.364532 +3536,998.9805116,1523.798211,917.1168197,400.6706639,1611.231205 +3537,1002.259156,1514.004208,922.2132769,403.4741883,1618.101529 +3538,1006.035483,1504.137682,927.2248334,406.0288764,1624.765534 +3539,1009.189672,1494.1772,932.1501884,408.8867951,1631.433102 +3540,1012.453794,1484.184942,936.9878665,411.4575848,1637.888204 +3541,897.8986149,1420.048673,823.8661209,360.644684,1412.824545 +3542,898.0686202,1408.536407,825.811301,361.8763367,1416.524494 +3543,899.1746853,1397.179643,828.4590463,363.610868,1419.873465 +3544,900.7440782,1385.953291,831.3144599,365.2886941,1423.979637 +3545,901.9775959,1374.4902,834.3610098,367.0408486,1428.191104 +3546,903.5367124,1363.316271,836.9430817,368.7852118,1432.494189 +3547,904.5763199,1351.764597,840.1610903,370.5125351,1436.834931 +3548,905.9624906,1340.382589,842.9035401,372.1593044,1441.170682 +3549,907.1230572,1328.675645,845.7504439,373.9878068,1445.48699 +3550,908.2412909,1317.166152,848.5256482,375.5021602,1449.767747 +3551,898.0937649,1289.006678,851.0495815,377.0311783,1454.165554 +3552,897.4590985,1274.54174,853.6296757,378.6673676,1458.11164 +3553,897.8072574,1261.227246,856.2324628,380.1746298,1462.233492 +3554,898.363868,1248.107357,858.7976441,381.7159143,1466.101177 +3555,898.9500186,1235.162401,861.3172473,383.2178489,1470.473498 +3556,899.5159272,1222.132423,863.6327582,384.6980941,1474.297304 +3557,899.8591553,1209.241231,866.2925446,386.1461982,1478.274137 +3558,900.5838765,1196.83485,868.5456892,387.5680476,1482.154407 +3559,900.8447812,1183.149173,870.8927216,388.9623886,1486.219372 +3560,901.1892237,1174.726817,873.1624573,390.2613364,1489.629218 +3561,901.4256101,1165.025124,875.3840295,391.7762405,1493.524775 +3562,889.4284148,1141.349593,876.0717196,392.2933012,1497.302873 +3563,887.2648134,1129.377081,877.8484451,393.4931116,1500.641322 +3564,886.2640888,1118.569761,879.7666625,394.6714147,1504.173811 +3565,885.2796254,1107.834613,881.8593605,395.8579055,1507.670954 +3566,884.3322629,1097.382953,883.5027716,396.9550818,1511.056913 +3567,883.3492619,1086.911625,885.4920506,398.215732,1514.451359 +3568,882.3050546,1076.487178,887.2914072,399.2907492,1517.789638 +3569,872.0841172,1054.85327,890.2422631,400.9159772,1521.158658 +3570,869.1671459,1042.821647,892.1883097,402.0814996,1524.174993 +3571,869.5241273,1034.78797,895.0399113,403.7206726,1527.303264 +3572,870.2928699,1027.598628,897.8738608,405.146279,1530.42583 +3573,871.3184866,1020.725096,901.2054929,406.9639412,1533.446205 +3574,872.4805364,1014.147532,904.1697979,408.5500014,1536.472035 +3575,873.7377339,1007.911295,907.3150221,410.2260197,1539.433455 +3576,875.0666614,1001.799867,910.4462288,411.8942898,1542.372219 +3577,876.4557324,995.8738739,913.5904487,413.4842876,1544.944582 +3578,877.7335831,990.213518,916.7440686,415.2851134,1548.1955 +3579,879.4617602,984.6319079,919.9075666,416.9013148,1550.784607 +3580,880.8654594,979.2352277,923.0782185,418.6750479,1553.603353 +3581,882.4499317,973.9371048,926.2569928,420.2314845,1556.281383 +3582,884.0382302,968.8705458,929.4414275,421.9725748,1558.982 +3583,885.6555175,963.8488613,932.6327585,423.5538044,1561.634441 +3584,887.2971456,958.9445271,935.8286192,425.3687905,1564.257765 +3585,888.9625087,954.2424166,939.0304021,426.9865898,1566.888201 +3586,890.6479041,949.5714669,942.0425923,428.6833284,1569.42069 +3587,892.3532415,945.0383876,945.553426,430.3656493,1571.997788 +3588,894.0750854,940.5648125,948.6200489,432.047241,1574.52374 +3589,895.8144483,936.2791226,951.8715954,433.8220677,1577.040502 +3590,897.5681078,932.0090567,955.091558,435.2671163,1579.560479 +3591,899.3371802,927.8611512,958.3157482,437.155671,1581.998695 +3592,901.119343,923.7596181,961.5411336,438.7508332,1584.477035 +3593,902.7401324,919.8310919,964.7696766,440.4433074,1586.920813 +3594,904.8171276,915.9080703,967.9991158,442.1192661,1589.347734 +3595,906.6880464,912.0958173,971.2311779,443.7944247,1591.766325 +3596,908.2790093,908.3210427,974.4636532,445.4677032,1594.193285 +3597,910.2595175,904.7076294,977.6982807,447.1399499,1596.541015 +3598,912.0906599,901.0931935,980.9328837,448.7133722,1598.933719 +3599,913.9643783,897.5808877,984.1692094,450.5298759,1601.294529 +3600,915.8505885,894.1335213,987.4051201,452.1253212,1603.641448 +3601,676.152859,781.4220673,749.2594812,344.4685665,1122.138469 +3602,672.2644923,775.5474983,746.655789,343.364612,1116.979313 +3603,670.414584,770.4895357,746.2287659,343.3239211,1113.329708 +3604,669.1771538,765.8526896,746.4639811,343.5490768,1110.843081 +3605,668.441466,761.4662881,747.0941239,343.9608869,1109.086951 +3606,667.9154119,757.2682103,747.9663263,344.4828935,1107.806466 +3607,667.5719599,753.2130062,748.9974554,345.0771084,1106.881129 +3608,667.3524656,749.2736557,750.1411853,345.7202667,1106.11325 +3609,667.2340109,745.4347188,751.3706886,346.4022448,1105.562713 +3610,667.2014231,741.6876035,752.6711341,347.114324,1105.088598 +3611,667.2465962,738.0271039,754.036883,347.8532031,1104.819554 +3612,667.364553,734.449445,755.4505204,348.5711793,1104.518679 +3613,667.5521099,730.9517823,756.9248364,349.4715437,1104.384068 +3614,667.8033495,727.5316421,758.4446295,350.1726424,1104.296212 +3615,668.1209186,724.1870219,760.0115279,351.0404117,1104.25774 +3616,668.4993373,720.9160333,761.6224287,351.830173,1104.373063 +3617,668.9390907,717.9649913,763.2755638,352.7632539,1104.425352 +3618,669.4378749,714.4804544,764.9689634,353.6082087,1104.615134 +3619,669.9456544,711.592238,766.6027757,354.561881,1104.831135 +3620,670.6342406,708.5642794,768.5241424,355.3491046,1105.07436 +3621,671.3179428,705.6391609,770.2555,356.3868887,1105.459917 +3622,671.9751235,702.7791374,772.1120882,357.2847935,1105.760298 +3623,672.7414173,699.9830465,774.0905917,358.2490673,1106.164834 +3624,673.6425532,697.2494743,775.8316612,359.1681469,1106.647068 +3625,674.4907809,694.5772999,777.8464459,360.2814841,1107.114589 +3626,675.4362361,691.9653159,779.6864216,361.159265,1107.640572 +3627,676.4244146,689.4124449,781.8463475,362.2150827,1108.172352 +3628,677.4634778,686.9175342,783.786673,363.1731987,1108.839349 +3629,678.4987051,684.4795523,785.8526676,364.2857853,1109.399014 +3630,679.7728105,682.0973928,787.9260911,365.289108,1110.055303 +3631,680.654478,679.6297614,789.7349206,366.2269084,1110.783736 +3632,681.662664,677.1856679,791.5033645,367.1375587,1111.476816 +3633,682.7795058,674.7783125,793.2638576,368.0473773,1112.223182 +3634,683.8706487,672.4108557,794.9066944,368.9543313,1112.959899 +3635,684.8419691,670.0841611,796.8552834,369.8631948,1113.831154 +3636,686.1182546,667.7982621,798.6583007,370.7734308,1114.544679 +3637,687.2460499,665.5529269,800.2680311,371.6855008,1115.462207 +3638,688.412191,663.5692668,802.1417626,372.5410714,1116.294017 +3639,689.8155739,661.0831357,803.9109916,373.6069333,1117.182262 +3640,690.9662677,659.1096387,805.7057534,374.3884873,1118.050355 +3641,692.2824288,656.9893012,807.5066237,375.3629853,1119.057999 +3642,693.7253519,654.9384834,809.3132007,376.2744689,1119.883383 +3643,695.1357256,652.9254142,811.1253629,377.1350381,1120.925579 +3644,696.4119428,650.9488911,812.9428153,378.1547931,1121.864914 +3645,698.0209094,649.0083001,814.6390795,379.0353703,1122.859548 +3646,699.4591944,647.1029875,816.6611532,379.9739518,1123.823727 +3647,701.0036122,645.2323658,818.3989448,380.9035514,1124.938263 +3648,702.5655071,643.3957899,820.2572242,381.8346302,1125.879812 +3649,704.1673421,641.5926766,822.0984934,382.8308208,1126.920754 +3650,705.7313061,639.8223916,823.9439761,383.6027257,1128.028472 +3651,707.5049916,638.0843607,825.7931945,384.6816138,1129.066711 +3652,709.2235018,636.3779629,827.6459907,385.5594396,1130.152553 +3653,710.7899701,634.7026327,829.5022172,386.506428,1131.242057 +3654,712.7204519,633.0577597,831.3615833,387.4436658,1132.344326 +3655,714.4555066,631.4427897,833.3597727,388.3818027,1133.450435 +3656,716.3026005,629.8571273,835.0147698,389.3205375,1134.528499 +3657,718.1671755,628.3002279,836.844369,390.1921938,1135.724638 +3658,720.068542,626.5679201,838.9054769,391.2344588,1136.875185 +3659,721.9225259,625.3614873,840.673883,392.1950154,1137.913763 +3660,724.0092426,623.744457,842.5706874,393.0409494,1139.171778 +3661,961.3529551,728.8676982,1079.776947,500.6479104,1602.286839 +3662,967.3771262,729.4349985,1085.676052,503.6484512,1608.501457 +3663,971.950018,729.2749772,1090.046522,505.7507454,1613.934903 +3664,975.9850069,728.9224773,1093.895495,507.6729493,1618.150299 +3665,979.8379698,728.4533391,1097.526963,509.4735029,1622.032035 +3666,983.5552892,727.91531,1100.920987,511.3306677,1625.628486 +3667,987.1866436,727.3389275,1104.261297,512.7877299,1628.956013 +3668,990.7648196,726.7427943,1107.489879,514.5119364,1632.119151 +3669,994.3095292,726.1371849,1110.68607,516.0839708,1635.192725 +3670,997.8320164,725.5272132,1113.752742,517.5111411,1638.089912 +3671,1001.337721,724.9156554,1116.836272,519.2670775,1640.973905 +3672,1004.601845,724.304098,1119.848161,520.6889153,1643.756534 +3673,1008.439986,723.6935993,1122.822443,522.215791,1646.478673 +3674,1011.745897,723.0848639,1125.786245,523.7016172,1649.139962 +3675,1015.258761,722.4782833,1128.63705,525.1694854,1651.778212 +3676,1018.728906,721.8741234,1131.517883,526.6199624,1654.283663 +3677,1022.198053,721.2726374,1134.336644,528.0537207,1656.812461 +3678,1025.667118,720.6738825,1137.125633,529.4712097,1659.266793 +3679,1029.381075,720.0779428,1139.911793,530.872883,1661.682828 +3680,1032.471345,719.4848243,1142.588533,532.259122,1664.057104 +3681,1036.128944,719.139763,1145.302415,533.6303146,1666.392301 +3682,1039.567106,718.1917559,1147.958242,534.986795,1667.695546 +3683,1043.049182,717.780571,1150.588939,536.3289747,1669.745846 +3684,1046.538032,717.1609674,1153.19056,537.6571798,1671.05968 +3685,1050.034312,716.5814847,1155.794791,538.971681,1672.673562 +3686,1053.538654,716.0047767,1158.29269,540.2727423,1674.193326 +3687,1056.797573,715.4307686,1160.833276,541.5606517,1675.694902 +3688,1060.710009,714.8592185,1163.319491,542.8356578,1677.175149 +3689,1064.054388,714.290061,1165.784384,544.0980347,1678.634605 +3690,1067.641306,713.7231904,1168.223772,545.348017,1680.073854 +3691,1070.222538,712.7389316,1169.958339,546.1272437,1681.493632 +3692,1072.584367,711.6705174,1171.426208,547.2073726,1682.891104 +3693,1074.842469,710.562751,1172.867467,547.902237,1684.268407 +3694,1077.032141,709.4288775,1174.20457,548.6971807,1685.626461 +3695,1079.167476,708.2745799,1175.481152,549.4350971,1686.96584 +3696,1081.254481,707.1030291,1176.697825,550.1440315,1688.286554 +3697,1083.297439,705.9162894,1177.858078,550.8249989,1689.588676 +3698,1085.298733,704.7158198,1178.964501,551.4793755,1690.905723 +3699,1087.262779,703.5027934,1180.019293,552.1081195,1692.117977 +3700,1089.189777,702.2781652,1181.02426,552.7120363,1693.387819 +3701,1091.082043,701.0427962,1181.981113,553.2918769,1694.608035 +3702,1092.942064,699.7974321,1182.891331,553.8482974,1695.813631 +3703,1094.770151,698.5562617,1183.756458,554.3819767,1696.999821 +3704,1096.569082,697.2831646,1184.578028,554.8936015,1698.166708 +3705,1098.33878,696.0130573,1185.356389,555.383321,1699.312587 +3706,1100.081501,694.7303962,1186.093655,555.8520846,1700.439336 +3707,1101.798434,693.4385354,1186.790521,556.3002023,1701.546139 +3708,1103.489625,692.1396156,1187.481505,556.7281556,1702.633128 +3709,1105.157396,690.8343281,1188.050579,557.1364019,1703.700489 +3710,1106.802016,689.5231111,1188.656303,557.5253468,1704.748232 +3711,1108.424402,688.2063879,1189.19642,557.8954187,1705.776644 +3712,1110.025368,686.8845121,1189.705782,558.2469914,1706.785802 +3713,1111.606551,685.5578468,1190.180415,558.5804578,1707.776025 +3714,1113.167573,684.2266962,1190.620907,558.8961592,1708.747417 +3715,1114.709226,682.8913818,1191.028043,559.194459,1709.700327 +3716,1116.230349,681.5521674,1191.40247,559.4756677,1710.63487 +3717,1117.732153,680.209343,1191.744909,559.7401251,1711.551422 +3718,1119.213602,678.8631389,1192.055944,559.9881148,1712.484997 +3719,1120.382183,677.5138186,1192.336248,560.2199553,1713.312682 +3720,1122.272452,676.161586,1192.586357,560.4359076,1714.202171 +3721,1171.12972,697.8146862,1240.079904,583.5878779,1796.557648 +3722,1175.136012,697.7399662,1243.222615,585.1550206,1800.581211 +3723,1178.579075,697.3333919,1245.286438,586.2188159,1804.72239 +3724,1181.524505,696.7122175,1247.042409,587.1248895,1807.641263 +3725,1184.292268,696.0074868,1248.543795,587.9230137,1810.530173 +3726,1186.921061,695.2423898,1249.897861,588.6483315,1813.248023 +3727,1189.453237,694.4373847,1251.142917,589.3212608,1815.765428 +3728,1191.912306,693.6038535,1252.303258,589.9532872,1818.0658 +3729,1193.971635,692.7487021,1253.430821,590.5513693,1820.470941 +3730,1196.848836,691.8755998,1254.403333,591.119238,1822.672398 +3731,1198.895616,690.9868082,1255.401699,591.6592149,1824.853663 +3732,1201.218094,690.0837863,1256.313814,592.1728131,1826.971147 +3733,1203.440742,689.1676047,1257.180241,592.6611773,1829.030328 +3734,1205.626633,688.2390874,1257.997609,593.125192,1831.042041 +3735,1207.775348,687.2989992,1258.767454,593.5656709,1833.00399 +3736,1209.88889,686.3478937,1259.491178,593.9832334,1834.87788 +3737,1211.969318,685.386341,1260.170159,594.3785062,1836.815701 +3738,1214.016875,684.4147953,1260.844175,594.7520018,1838.61348 +3739,1216.03376,683.4337444,1261.378778,595.1042651,1840.452733 +3740,1218.020136,682.4435803,1261.958017,595.4357457,1842.091032 +3741,1219.976985,681.4447446,1262.463119,595.7469411,1843.90378 +3742,1221.906003,680.4375928,1262.934342,596.0382642,1845.53863 +3743,1223.807686,679.4225353,1263.367239,596.310181,1847.185264 +3744,1226.045315,678.3998981,1263.762387,596.5630746,1848.790395 +3745,1227.343795,677.370065,1264.120744,596.7973846,1850.317603 +3746,1229.434189,676.333339,1264.443042,597.0134709,1851.971829 +3747,1231.177888,675.2900812,1264.730175,597.2117514,1853.374951 +3748,1232.992413,674.3004713,1264.982824,597.3925653,1854.893921 +3749,1234.6918,673.3990028,1265.20188,597.7575647,1856.334212 +3750,1236.454427,672.5144956,1265.388184,598.091793,1857.707224 +3751,1237.882543,671.551886,1265.386918,598.3348544,1859.169907 +3752,1239.229734,670.5734072,1265.209579,598.553125,1860.498146 +3753,1240.525824,669.5867836,1265.068956,598.7553904,1861.841568 +3754,1241.81785,668.5939596,1264.848868,598.9438276,1863.15126 +3755,1242.976976,667.5956465,1264.593087,599.1193088,1864.482013 +3756,1244.186268,666.5921305,1264.297975,599.2822285,1865.621752 +3757,1245.328341,665.5836274,1263.964891,599.4328913,1866.964269 +3758,1246.444578,664.5702367,1263.594953,599.3783438,1868.132111 +3759,1247.530294,663.552034,1263.18938,599.7939594,1869.326762 +3760,1248.626003,662.5290579,1262.749045,599.76844,1870.490698 +3761,1249.594428,661.5014481,1262.274924,599.9036884,1871.631885 +3762,1250.622724,660.4692123,1261.767792,599.9954769,1872.702345 +3763,1251.590858,659.4324646,1261.228553,600.0765108,1873.873801 +3764,1252.538155,658.3912407,1260.657879,600.1461022,1874.961732 +3765,1253.461087,657.3456547,1260.056603,600.2047228,1875.946586 +3766,1254.359441,656.2957471,1259.425328,600.2524772,1877.016347 +3767,1255.27502,655.241637,1258.764819,600.2895747,1878.020357 +3768,1256.067356,654.1833684,1258.075619,600.3161483,1878.961613 +3769,1256.92715,653.1210654,1257.358443,600.3324123,1880.011294 +3770,1257.322669,652.0547726,1256.61378,600.338502,1880.925667 +3771,1295.359556,650.58883,1254.942104,601.7977767,1881.976265 +3772,1300.464137,649.4602216,1253.995279,602.1487002,1882.86339 +3773,1304.270546,648.362171,1253.128453,602.3848107,1883.771767 +3774,1307.111499,647.2734661,1252.266084,602.5775334,1884.666566 +3775,1309.748912,646.1877826,1251.392128,602.7498934,1885.598749 +3776,1312.142507,645.1035511,1250.500891,602.9088574,1886.338566 +3777,1314.398065,644.0203574,1249.590643,603.0580528,1887.317822 +3778,1316.584357,642.9379928,1248.249963,603.1992387,1888.12689 +3779,1318.565208,641.8563634,1247.915478,603.3333753,1888.984715 +3780,1320.478907,640.7932767,1246.651167,603.4438926,1889.728383 +3781,1245.530564,606.7997516,1169.56165,570.5836954,1748.073527 +3782,1247.300188,605.1441475,1167.232566,570.2657961,1748.518824 +3783,1248.477773,604.0017907,1166.093123,570.2516745,1749.218744 +3784,1249.997977,602.7403269,1164.647364,570.1897284,1750.036248 +3785,1251.443875,601.522212,1163.282002,570.1524473,1750.902262 +3786,1252.86159,600.3132543,1161.883632,570.1183804,1751.794985 +3787,1254.28692,599.1091249,1160.569788,570.0838738,1752.702018 +3788,1255.57386,597.9076475,1159.165624,570.046912,1753.61577 +3789,1256.920802,596.7076394,1157.780451,570.006488,1754.532002 +3790,1258.199502,595.5083373,1156.376519,569.9619985,1755.447689 +3791,1259.454287,594.1100544,1154.958461,569.9131749,1756.361213 +3792,1260.680867,593.2002287,1153.526081,569.8598216,1757.271054 +3793,1261.880305,591.8601716,1152.079355,569.8019018,1758.176498 +3794,1263.054905,590.6914659,1150.618175,569.7393563,1759.076584 +3795,1264.206636,589.6845232,1149.142673,569.6722311,1759.970957 +3796,1265.335628,588.200061,1147.652832,569.6005228,1760.813478 +3797,1266.444257,587.1348089,1146.148835,569.524315,1761.764634 +3798,1267.533882,585.9024096,1144.630703,569.4436335,1762.605156 +3799,1268.60494,584.6988557,1143.062918,569.3585859,1763.479517 +3800,1269.659287,583.4943978,1141.569725,569.2692155,1764.339041 +3801,1270.697478,582.2891871,1139.984883,569.1756442,1765.190885 +3802,1271.721914,581.083018,1138.416905,569.0779291,1766.034721 +3803,1272.774924,579.8759093,1136.830368,568.9762034,1766.870658 +3804,1273.707928,578.6678045,1135.230313,568.8705351,1767.744083 +3805,1274.725254,577.4587205,1133.617115,568.761066,1768.493506 +3806,1275.693318,576.2486096,1131.990807,568.6478742,1769.338658 +3807,1276.658625,575.0374948,1130.351607,568.5311096,1770.134439 +3808,1277.61419,573.8253335,1128.699556,568.4108586,1770.928984 +3809,1278.562716,572.6121521,1127.034866,568.2872781,1771.715415 +3810,1279.503253,571.3979119,1125.322802,568.1604623,1772.493447 +3811,1287.195071,570.4723586,1124.360511,568.8423023,1773.263299 +3812,1296.188903,569.607403,1123.466586,569.7401865,1774.065512 +3813,1305.614323,568.7738161,1122.653665,570.738453,1774.837778 +3814,1315.667457,567.96004,1121.866423,571.8221188,1775.60328 +3815,1326.020775,567.162346,1121.101358,572.9843997,1776.364608 +3816,1336.948069,566.3785809,1120.353573,574.2222813,1777.122858 +3817,1348.2174,565.6075959,1119.620116,575.5347666,1777.880198 +3818,1359.862405,564.8485413,1118.898594,577.0197959,1778.638424 +3819,1371.897574,564.100929,1118.187366,578.4113495,1779.400021 +3820,1384.298728,563.3642526,1117.484739,580.0275505,1780.166793 +3821,1431.198479,563.8160991,1119.544781,586.7931193,1780.995931 +3822,1448.851729,563.3446844,1119.439426,589.7050638,1781.813535 +3823,1464.803583,562.7698282,1119.038319,591.8474496,1782.583352 +3824,1480.458804,562.1700507,1118.561874,594.1415551,1783.48342 +3825,1496.103633,561.565845,1118.053454,596.4330286,1784.294248 +3826,1512.057437,560.9632807,1117.527406,598.7746262,1785.167317 +3827,1528.043869,560.3664373,1116.991984,601.1772732,1786.061853 +3828,1544.46502,559.7765064,1116.44917,603.6473821,1786.986408 +3829,1560.943836,559.1941407,1115.900085,606.1890924,1787.942737 +3830,1577.888553,558.6193298,1115.344647,608.8051504,1788.930683 +3831,1594.901958,558.0520337,1114.78289,611.4978768,1789.950515 +3832,1611.793429,557.4919442,1114.214353,614.2691258,1791.00153 +3833,1630.314843,556.9388395,1113.638832,617.1207374,1792.08356 +3834,1647.864018,556.3923761,1113.055805,620.0543843,1793.195843 +3835,1666.140692,556.02729,1112.464999,623.0717392,1794.338026 +3836,1684.857817,555.2360585,1111.865909,626.1744376,1795.509403 +3837,1703.496173,554.8307888,1111.258175,629.3642107,1796.709642 +3838,1722.739986,554.2811775,1110.641343,632.6427074,1797.938175 +3839,1742.242127,553.7625595,1110.01503,636.0116552,1799.194658 +3840,1790.474079,555.4024694,1114.568989,645.1457893,1800.526604 +3841,1658.816356,488.8915665,961.1453141,583.6187816,1515.17763 +3842,1678.146109,488.0916109,959.5409621,586.2783411,1513.550643 +3843,1698.030276,487.1565555,957.9185112,590.2432314,1513.233757 +3844,1717.876483,486.4015762,956.3079311,593.6667569,1512.851946 +3845,1738.201157,485.6512671,955.3349845,597.3880775,1512.670187 +3846,1758.339399,484.9192589,953.8232559,601.1623067,1512.598394 +3847,1779.06837,484.2001769,952.5401469,605.0240394,1512.612568 +3848,1799.799557,483.4914306,951.2177742,608.9730707,1512.699303 +3849,1820.842451,482.9269956,949.8936377,613.0108248,1512.849685 +3850,1842.02759,482.0353385,948.5652402,617.1387528,1513.058206 +3851,1863.742086,481.4451611,947.2314531,621.3582956,1513.320252 +3852,1885.37381,480.7445004,945.891626,625.6711455,1513.633004 +3853,1907.413939,480.0699471,944.5448316,630.0788285,1513.993273 +3854,1929.823832,479.400584,943.1908181,634.5831617,1514.39938 +3855,1952.207773,478.7358001,941.8286699,639.1856725,1514.848771 +3856,1975.165768,478.0752213,940.4581977,643.6736492,1515.340411 +3857,1998.29737,477.4182699,939.0785379,648.814141,1515.904123 +3858,2021.648243,476.764669,937.6894874,653.5576966,1516.426027 +3859,2045.368268,476.1138041,936.2900525,658.6098994,1517.058127 +3860,2069.503053,475.4654223,934.8800469,663.7308536,1517.698802 +3861,2093.283565,474.818875,933.4583536,668.9616083,1518.379655 +3862,2117.429867,474.1737145,932.0243182,674.5134996,1519.095083 +3863,2141.861341,473.529259,930.5767017,679.5817289,1519.843379 +3864,2166.509735,472.8855185,929.1158409,685.3312414,1520.625885 +3865,2209.030285,472.2418129,927.6405043,690.9210016,1521.440846 +3866,2208.533307,471.5978655,926.1503667,696.7468646,1522.288652 +3867,2229.38036,470.9528912,924.6439495,702.6378075,1523.167363 +3868,2278.393652,470.3066683,923.1210238,708.6458817,1524.07784 +3869,2292.510037,469.6585991,921.5805284,714.8454259,1525.01898 +3870,2321.942815,469.0083813,920.2588879,720.8239262,1525.991389 +3871,2331.271753,467.8047177,917.0415559,724.0723501,1526.94407 +3872,2338.140161,466.480928,914.0469882,726.207581,1527.944943 +3873,2343.835815,465.0989423,910.6319026,728.2570093,1528.968458 +3874,2348.61058,463.6751353,907.2877149,730.0176234,1530.010968 +3875,2352.586765,462.218712,903.8244824,731.7604823,1531.070874 +3876,2355.835787,460.7318326,900.280913,733.2005911,1532.144779 +3877,2358.420299,459.216686,896.593261,734.6583946,1533.261259 +3878,2360.382676,457.6743698,892.9768929,735.8184308,1534.298489 +3879,2361.752616,456.1054366,889.2631017,737.0402476,1535.409448 +3880,2362.557952,454.5102096,885.48415,737.8976088,1536.484236 +3881,2362.823314,452.8889132,881.649815,738.8625137,1537.552156 +3882,2362.574509,451.2416945,877.7643206,739.5087396,1538.603441 +3883,2361.831897,449.5687029,873.8300525,740.11767,1539.633609 +3884,2360.606038,447.990707,869.8487508,740.6156855,1540.63856 +3885,2358.919922,446.0923773,865.8220015,740.9990569,1541.614792 +3886,2356.789243,444.4267649,861.9640937,741.2684402,1542.558979 +3887,2354.224333,442.6343667,857.5475717,741.4251654,1543.468376 +3888,2351.240983,440.8347207,853.5391339,741.4704285,1544.34034 +3889,2347.847728,438.8926306,849.3141578,741.4053432,1545.17278 +3890,2344.054929,437.2122034,845.0805624,741.2308864,1545.963635 +3891,2339.876018,435.3666308,840.8089367,740.9479626,1546.711378 +3892,2335.320651,433.3278231,836.500079,740.5574185,1547.41439 +3893,2330.394407,431.4820622,832.1548645,740.0600405,1548.071591 +3894,2325.102215,429.5196876,827.7740721,739.4565183,1548.681798 +3895,2319.46356,427.5502411,823.3586071,738.747596,1549.244294 +3896,2313.476909,425.5574032,819.0997593,737.9339419,1549.758189 +3897,2307.154963,423.5415979,814.3487664,737.0162811,1550.223099 +3898,2300.497087,421.6094801,809.9628849,735.966954,1550.638371 +3899,2293.518994,419.2897337,805.2085052,734.8850473,1551.037815 +3900,2227.868678,418.5751402,803.5584646,721.3921592,1551.300015 +3901,2023.561657,416.5139684,799.1411814,716.6510086,1551.306955 +3902,2012.957408,545.766231,939.3508671,843.8659309,2141.110755 +3903,2075.652977,545.6798366,962.3320641,841.9181791,2124.088242 +3904,2121.81347,542.8947639,977.0981745,843.9879841,2135.268387 +3905,2148.593986,540.3630169,984.3142774,822.0013556,2132.244002 +3906,2164.02531,537.9199043,988.0854435,833.8513976,2131.219045 +3907,2172.728926,535.3975964,990.180942,820.8124511,2131.316413 +3908,2177.46557,532.9341304,991.4249162,818.7274592,2131.017071 +3909,2179.746192,530.3060696,992.1981491,812.9824057,2130.64892 +3910,2180.322264,527.8137828,992.6711052,808.0411739,2130.261667 +3911,2179.579357,525.0919167,992.9196356,802.7798929,2129.815938 +3912,2177.752807,522.5967347,992.9799431,797.3070963,2129.306734 +3913,2175.019094,519.8306257,992.8830533,791.8230805,2122.108004 +3914,2171.522013,517.5760016,992.6485744,786.1648916,2137.686913 +3915,2167.36056,514.2881289,992.2990149,780.3915308,2116.924682 +3916,2162.617402,511.849805,991.8478114,774.4927461,2136.541657 +3917,2157.370097,509.0006264,991.31133,768.465728,2115.561715 +3918,2151.687994,506.2721843,990.697811,762.3089269,2134.87427 +3919,2145.629931,503.3788052,990.0196168,756.0157522,2113.612527 +3920,2139.24262,500.5873121,989.2815802,749.6327154,2132.935405 +3921,2132.597183,497.6771165,988.5094778,742.9101223,2111.430499 +3922,2125.6872,494.8331322,987.6903071,736.26135,2130.777536 +3923,2118.504978,491.8157126,986.8189937,729.3136278,2108.894577 +3924,2111.078599,489.5365071,985.9038526,720.7572384,2121.677174 +3925,2103.189275,486.430016,984.9774448,714.4655226,2115.953187 +3926,2083.726157,483.4311819,984.0301945,707.8480573,2114.644958 +3927,1850.088653,480.1069024,983.0381648,700.5743921,2113.397251 +3928,1834.688127,474.61775,982.014754,661.0684898,2111.599755 +3929,1762.138507,472.0631246,980.8713006,652.4267929,2109.822973 +3930,1731.596316,469.7012709,979.6701246,646.1555385,2108.017934 +3931,1713.433255,467.4551897,968.3387514,640.4436335,2106.301874 +3932,1703.770919,465.228945,914.5070904,635.1505782,2104.153248 +3933,1679.442347,463.1146634,943.6646027,630.0027133,2102.220793 +3934,1664.20597,460.9616083,930.0002892,625.1032758,2100.049782 +3935,1654.139242,458.8578274,925.6768835,620.4739867,2097.915864 +3936,1621.117011,456.7677328,921.4864289,615.7775951,2095.618704 +3937,1621.197906,454.6659771,915.765063,611.3342685,2093.265096 +3938,1599.747727,452.6527898,914.4523964,606.9910305,2090.847254 +3939,1586.426669,450.5913304,909.5953571,602.6048997,2088.284853 +3940,1582.571129,448.5718768,905.9125341,598.5049843,2085.78792 +3941,1542.32817,446.5629973,902.2452336,594.3548967,2083.205463 +3942,1552.712603,444.5695117,898.5887225,590.3257496,2080.554829 +3943,1529.532274,442.5914454,894.9945061,586.36035,2077.960172 +3944,1518.552587,440.6286674,889.3559343,582.5025602,2075.304975 +3945,1505.778471,438.6524143,888.8100205,578.6043274,2072.678819 +3946,1493.215679,436.7626714,884.1795603,574.8151406,2070.066961 +3947,1481.321234,434.824174,880.770949,571.1856541,2067.434577 +3948,1468.931351,432.6483187,877.5368669,567.427058,2064.739398 +3949,1457.443009,431.1841964,874.0851499,563.8825577,2061.788166 +3950,1445.626766,429.3813374,870.6600707,560.2053541,2059.247155 +3951,1450.887599,427.1642693,867.5215283,556.7645757,2056.507268 +3952,1398.012186,425.5308474,864.1739695,553.2443546,2053.815879 +3953,1427.977456,423.6609689,860.9435716,549.8463116,2051.109716 +3954,1393.199943,421.8532833,857.7491977,546.385993,2048.475398 +3955,1393.01151,420.0600727,849.2327087,543.0499115,2045.80364 +3956,1379.290733,418.2815364,859.227081,539.6774884,2043.181668 +3957,1369.306538,416.5180544,835.5858385,536.4814004,2040.546329 +3958,1359.173896,414.7689305,859.2354932,533.1409835,2037.947744 +3959,1349.04063,413.0344376,825.7995151,529.9536913,2035.487816 +3960,1338.85728,411.3141551,852.0586822,526.7590932,2032.696798 +3961,0,0,0,0,0 +3962,0,0,0,0,0 +3963,0,0,0,0,0 +3964,0,0,0,0,0 +3965,0,0,0,0,0 +3966,0,0,0,0,0 +3967,0,0,0,0,0 +3968,0,0,0,0,0 +3969,0,0,0,0,0 +3970,0,0,0,0,0 +3971,0,0,0,0,0 +3972,0,0,0,0,0 +3973,0,0,0,0,0 +3974,0,0,0,0,0 +3975,0,0,0,0,0 +3976,0,0,0,0,0 +3977,0,0,0,0,0 +3978,0,0,0,0,0 +3979,0,0,0,0,0 +3980,0,0,0,0,0 +3981,0,0,0,0,0 +3982,0,0,0,0,0 +3983,0,0,0,0,0 +3984,0,0,0,0,0 +3985,0,0,0,0,0 +3986,0,0,0,0,0 +3987,0,0,0,0,0 +3988,0,0,0,0,0 +3989,0,0,0,0,0 +3990,0,0,0,0,0 +3991,0,0,0,0,0 +3992,0,0,0,0,0 +3993,0,0,0,0,0 +3994,0,0,0,0,0 +3995,0,0,0,0,0 +3996,0,0,0,0,0 +3997,0,0,0,0,0 +3998,0,0,0,0,0 +3999,0,0,0,0,0 +4000,0,0,0,0,0 +4001,0,0,0,0,0 +4002,0,0,0,0,0 +4003,0,0,0,0,0 +4004,0,0,0,0,0 +4005,0,0,0,0,0 +4006,0,0,0,0,0 +4007,0,0,0,0,0 +4008,0,0,0,0,0 +4009,0,0,0,0,0 +4010,0,0,0,0,0 +4011,0,0,0,0,0 +4012,0,0,0,0,0 +4013,0,0,0,0,0 +4014,0,0,0,0,0 +4015,0,0,0,0,0 +4016,0,0,0,0,0 +4017,0,0,0,0,0 +4018,0,0,0,0,0 +4019,0,0,0,0,0 +4020,0,0,0,0,0 +4021,0,0,0,0,0 +4022,0,0,0,0,0 +4023,0,0,0,0,0 +4024,0,0,0,0,0 +4025,0,0,0,0,0 +4026,0,0,0,0,0 +4027,0,0,0,0,0 +4028,0,0,0,0,0 +4029,0,0,0,0,0 +4030,0,0,0,0,0 +4031,0,0,0,0,0 +4032,0,0,0,0,0 +4033,0,0,0,0,0 +4034,0,0,0,0,0 +4035,0,0,0,0,0 +4036,0,0,0,0,0 +4037,0,0,0,0,0 +4038,0,0,0,0,0 +4039,0,0,0,0,0 +4040,0,0,0,0,0 +4041,0,0,0,0,0 +4042,0,0,0,0,0 +4043,0,0,0,0,0 +4044,0,0,0,0,0 +4045,0,0,0,0,0 +4046,0,0,0,0,0 +4047,0,0,0,0,0 +4048,0,0,0,0,0 +4049,0,0,0,0,0 +4050,0,0,0,0,0 +4051,0,0,0,0,0 +4052,0,0,0,0,0 +4053,0,0,0,0,0 +4054,0,0,0,0,0 +4055,0,0,0,0,0 +4056,0,0,0,0,0 +4057,0,0,0,0,0 +4058,0,0,0,0,0 +4059,0,0,0,0,0 +4060,0,0,0,0,0 +4061,0,0,0,0,0 +4062,0,0,0,0,0 +4063,0,0,0,0,0 +4064,0,0,0,0,0 +4065,0,0,0,0,0 +4066,0,0,0,0,0 +4067,0,0,0,0,0 +4068,0,0,0,0,0 +4069,0,0,0,0,0 +4070,0,0,0,0,0 +4071,0,0,0,0,0 +4072,0,0,0,0,0 +4073,0,0,0,0,0 +4074,0,0,0,0,0 +4075,0,0,0,0,0 +4076,0,0,0,0,0 +4077,0,0,0,0,0 +4078,0,0,0,0,0 +4079,0,0,0,0,0 +4080,0,0,0,0,0 +4081,0,0,0,0,0 +4082,0,0,0,0,0 +4083,0,0,0,0,0 +4084,0,0,0,0,0 +4085,0,0,0,0,0 +4086,0,0,0,0,0 +4087,0,0,0,0,0 +4088,0,0,0,0,0 +4089,0,0,0,0,0 +4090,0,0,0,0,0 +4091,0,0,0,0,0 +4092,0,0,0,0,0 +4093,0,0,0,0,0 +4094,0,0,0,0,0 +4095,0,0,0,0,0 +4096,0,0,0,0,0 +4097,0,0,0,0,0 +4098,0,0,0,0,0 +4099,0,0,0,0,0 +4100,0,0,0,0,0 +4101,0,0,0,0,0 +4102,0,0,0,0,0 +4103,0,0,0,0,0 +4104,0,0,0,0,0 +4105,0,0,0,0,0 +4106,0,0,0,0,0 +4107,0,0,0,0,0 +4108,0,0,0,0,0 +4109,0,0,0,0,0 +4110,0,0,0,0,0 +4111,0,0,0,0,0 +4112,0,0,0,0,0 +4113,0,0,0,0,0 +4114,0,0,0,0,0 +4115,0,0,0,0,0 +4116,0,0,0,0,0 +4117,0,0,0,0,0 +4118,0,0,0,0,0 +4119,0,0,0,0,0 +4120,0,0,0,0,0 +4121,0,0,0,0,0 +4122,0,0,0,0,0 +4123,0,0,0,0,0 +4124,0,0,0,0,0 +4125,0,0,0,0,0 +4126,0,0,0,0,0 +4127,0,0,0,0,0 +4128,0,0,0,0,0 +4129,0,0,0,0,0 +4130,0,0,0,0,0 +4131,0,0,0,0,0 +4132,0,0,0,0,0 +4133,0,0,0,0,0 +4134,0,0,0,0,0 +4135,0,0,0,0,0 +4136,0,0,0,0,0 +4137,0,0,0,0,0 +4138,0,0,0,0,0 +4139,0,0,0,0,0 +4140,0,0,0,0,0 +4141,0,0,0,0,0 +4142,0,0,0,0,0 +4143,0,0,0,0,0 +4144,0,0,0,0,0 +4145,0,0,0,0,0 +4146,0,0,0,0,0 +4147,0,0,0,0,0 +4148,0,0,0,0,0 +4149,0,0,0,0,0 +4150,0,0,0,0,0 +4151,0,0,0,0,0 +4152,0,0,0,0,0 +4153,0,0,0,0,0 +4154,0,0,0,0,0 +4155,0,0,0,0,0 +4156,0,0,0,0,0 +4157,0,0,0,0,0 +4158,0,0,0,0,0 +4159,0,0,0,0,0 +4160,0,0,0,0,0 +4161,0,0,0,0,0 +4162,0,0,0,0,0 +4163,0,0,0,0,0 +4164,0,0,0,0,0 +4165,0,0,0,0,0 +4166,0,0,0,0,0 +4167,0,0,0,0,0 +4168,0,0,0,0,0 +4169,0,0,0,0,0 +4170,0,0,0,0,0 +4171,0,0,0,0,0 +4172,0,0,0,0,0 +4173,0,0,0,0,0 +4174,0,0,0,0,0 +4175,0,0,0,0,0 +4176,0,0,0,0,0 +4177,0,0,0,0,0 +4178,0,0,0,0,0 +4179,0,0,0,0,0 +4180,0,0,0,0,0 +4181,0,0,0,0,0 +4182,0,0,0,0,0 +4183,0,0,0,0,0 +4184,0,0,0,0,0 +4185,0,0,0,0,0 +4186,0,0,0,0,0 +4187,0,0,0,0,0 +4188,0,0,0,0,0 +4189,0,0,0,0,0 +4190,0,0,0,0,0 +4191,0,0,0,0,0 +4192,0,0,0,0,0 +4193,0,0,0,0,0 +4194,0,0,0,0,0 +4195,0,0,0,0,0 +4196,0,0,0,0,0 +4197,0,0,0,0,0 +4198,0,0,0,0,0 +4199,0,0,0,0,0 +4200,0,0,0,0,0 +4201,0,0,0,0,0 +4202,0,0,0,0,0 +4203,0,0,0,0,0 +4204,0,0,0,0,0 +4205,0,0,0,0,0 +4206,0,0,0,0,0 +4207,0,0,0,0,0 +4208,0,0,0,0,0 +4209,0,0,0,0,0 +4210,0,0,0,0,0 +4211,0,0,0,0,0 +4212,0,0,0,0,0 +4213,0,0,0,0,0 +4214,0,0,0,0,0 +4215,0,0,0,0,0 +4216,0,0,0,0,0 +4217,0,0,0,0,0 +4218,0,0,0,0,0 +4219,0,0,0,0,0 +4220,0,0,0,0,0 +4221,0,0,0,0,0 +4222,0,0,0,0,0 +4223,0,0,0,0,0 +4224,0,0,0,0,0 +4225,0,0,0,0,0 +4226,0,0,0,0,0 +4227,0,0,0,0,0 +4228,0,0,0,0,0 +4229,0,0,0,0,0 +4230,0,0,0,0,0 +4231,0,0,0,0,0 +4232,0,0,0,0,0 +4233,0,0,0,0,0 +4234,0,0,0,0,0 +4235,0,0,0,0,0 +4236,0,0,0,0,0 +4237,0,0,0,0,0 +4238,0,0,0,0,0 +4239,0,0,0,0,0 +4240,0,0,0,0,0 +4241,0,0,0,0,0 +4242,0,0,0,0,0 +4243,0,0,0,0,0 +4244,0,0,0,0,0 +4245,0,0,0,0,0 +4246,0,0,0,0,0 +4247,0,0,0,0,0 +4248,0,0,0,0,0 +4249,0,0,0,0,0 +4250,0,0,0,0,0 +4251,0,0,0,0,0 +4252,0,0,0,0,0 +4253,0,0,0,0,0 +4254,0,0,0,0,0 +4255,0,0,0,0,0 +4256,0,0,0,0,0 +4257,0,0,0,0,0 +4258,0,0,0,0,0 +4259,0,0,0,0,0 +4260,0,0,0,0,0 +4261,0,0,0,0,0 +4262,0,0,0,0,0 +4263,0,0,0,0,0 +4264,0,0,0,0,0 +4265,0,0,0,0,0 +4266,0,0,0,0,0 +4267,0,0,0,0,0 +4268,0,0,0,0,0 +4269,0,0,0,0,0 +4270,0,0,0,0,0 +4271,0,0,0,0,0 +4272,0,0,0,0,0 +4273,0,0,0,0,0 +4274,0,0,0,0,0 +4275,0,0,0,0,0 +4276,0,0,0,0,0 +4277,0,0,0,0,0 +4278,0,0,0,0,0 +4279,0,0,0,0,0 +4280,0,0,0,0,0 +4281,0,0,0,0,0 +4282,0,0,0,0,0 +4283,0,0,0,0,0 +4284,0,0,0,0,0 +4285,0,0,0,0,0 +4286,0,0,0,0,0 +4287,0,0,0,0,0 +4288,0,0,0,0,0 +4289,0,0,0,0,0 +4290,0,0,0,0,0 +4291,0,0,0,0,0 +4292,0,0,0,0,0 +4293,0,0,0,0,0 +4294,0,0,0,0,0 +4295,0,0,0,0,0 +4296,0,0,0,0,0 +4297,0,0,0,0,0 +4298,0,0,0,0,0 +4299,0,0,0,0,0 +4300,0,0,0,0,0 +4301,0,0,0,0,0 +4302,0,0,0,0,0 +4303,0,0,0,0,0 +4304,0,0,0,0,0 +4305,0,0,0,0,0 +4306,0,0,0,0,0 +4307,0,0,0,0,0 +4308,0,0,0,0,0 +4309,0,0,0,0,0 +4310,0,0,0,0,0 +4311,0,0,0,0,0 +4312,0,0,0,0,0 +4313,0,0,0,0,0 +4314,0,0,0,0,0 +4315,0,0,0,0,0 +4316,0,0,0,0,0 +4317,0,0,0,0,0 +4318,0,0,0,0,0 +4319,0,0,0,0,0 +4320,0,0,0,0,0 +4321,0,0,0,0,0 +4322,0,0,0,0,0 +4323,0,0,0,0,0 +4324,0,0,0,0,0 +4325,0,0,0,0,0 +4326,0,0,0,0,0 +4327,0,0,0,0,0 +4328,0,0,0,0,0 +4329,0,0,0,0,0 +4330,0,0,0,0,0 +4331,0,0,0,0,0 +4332,0,0,0,0,0 +4333,0,0,0,0,0 +4334,0,0,0,0,0 +4335,0,0,0,0,0 +4336,0,0,0,0,0 +4337,0,0,0,0,0 +4338,0,0,0,0,0 +4339,0,0,0,0,0 +4340,0,0,0,0,0 +4341,0,0,0,0,0 +4342,0,0,0,0,0 +4343,0,0,0,0,0 +4344,0,0,0,0,0 +4345,0,0,0,0,0 +4346,0,0,0,0,0 +4347,0,0,0,0,0 +4348,0,0,0,0,0 +4349,0,0,0,0,0 +4350,0,0,0,0,0 +4351,0,0,0,0,0 +4352,0,0,0,0,0 +4353,0,0,0,0,0 +4354,0,0,0,0,0 +4355,0,0,0,0,0 +4356,0,0,0,0,0 +4357,0,0,0,0,0 +4358,0,0,0,0,0 +4359,0,0,0,0,0 +4360,0,0,0,0,0 +4361,0,0,0,0,0 +4362,0,0,0,0,0 +4363,0,0,0,0,0 +4364,0,0,0,0,0 +4365,0,0,0,0,0 +4366,0,0,0,0,0 +4367,0,0,0,0,0 +4368,0,0,0,0,0 +4369,0,0,0,0,0 +4370,0,0,0,0,0 +4371,0,0,0,0,0 +4372,0,0,0,0,0 +4373,0,0,0,0,0 +4374,0,0,0,0,0 +4375,0,0,0,0,0 +4376,0,0,0,0,0 +4377,0,0,0,0,0 +4378,0,0,0,0,0 +4379,0,0,0,0,0 +4380,0,0,0,0,0 +4381,0,0,0,0,0 +4382,0,0,0,0,0 +4383,0,0,0,0,0 +4384,0,0,0,0,0 +4385,0,0,0,0,0 +4386,0,0,0,0,0 +4387,0,0,0,0,0 +4388,0,0,0,0,0 +4389,0,0,0,0,0 +4390,0,0,0,0,0 +4391,0,0,0,0,0 +4392,0,0,0,0,0 +4393,0,0,0,0,0 +4394,0,0,0,0,0 +4395,0,0,0,0,0 +4396,0,0,0,0,0 +4397,0,0,0,0,0 +4398,0,0,0,0,0 +4399,0,0,0,0,0 +4400,0,0,0,0,0 +4401,0,0,0,0,0 +4402,0,0,0,0,0 +4403,0,0,0,0,0 +4404,0,0,0,0,0 +4405,0,0,0,0,0 +4406,0,0,0,0,0 +4407,0,0,0,0,0 +4408,0,0,0,0,0 +4409,0,0,0,0,0 +4410,0,0,0,0,0 +4411,0,0,0,0,0 +4412,0,0,0,0,0 +4413,0,0,0,0,0 +4414,0,0,0,0,0 +4415,0,0,0,0,0 +4416,0,0,0,0,0 +4417,0,0,0,0,0 +4418,0,0,0,0,0 +4419,0,0,0,0,0 +4420,0,0,0,0,0 +4421,0,0,0,0,0 +4422,0,0,0,0,0 +4423,0,0,0,0,0 +4424,0,0,0,0,0 +4425,0,0,0,0,0 +4426,0,0,0,0,0 +4427,0,0,0,0,0 +4428,0,0,0,0,0 +4429,0,0,0,0,0 +4430,0,0,0,0,0 +4431,0,0,0,0,0 +4432,0,0,0,0,0 +4433,0,0,0,0,0 +4434,0,0,0,0,0 +4435,0,0,0,0,0 +4436,0,0,0,0,0 +4437,0,0,0,0,0 +4438,0,0,0,0,0 +4439,0,0,0,0,0 +4440,0,0,0,0,0 +4441,0,0,0,0,0 +4442,0,0,0,0,0 +4443,0,0,0,0,0 +4444,0,0,0,0,0 +4445,0,0,0,0,0 +4446,0,0,0,0,0 +4447,0,0,0,0,0 +4448,0,0,0,0,0 +4449,0,0,0,0,0 +4450,0,0,0,0,0 +4451,0,0,0,0,0 +4452,0,0,0,0,0 +4453,0,0,0,0,0 +4454,0,0,0,0,0 +4455,0,0,0,0,0 +4456,0,0,0,0,0 +4457,0,0,0,0,0 +4458,0,0,0,0,0 +4459,0,0,0,0,0 +4460,0,0,0,0,0 +4461,0,0,0,0,0 +4462,0,0,0,0,0 +4463,0,0,0,0,0 +4464,0,0,0,0,0 +4465,0,0,0,0,0 +4466,0,0,0,0,0 +4467,0,0,0,0,0 +4468,0,0,0,0,0 +4469,0,0,0,0,0 +4470,0,0,0,0,0 +4471,0,0,0,0,0 +4472,0,0,0,0,0 +4473,0,0,0,0,0 +4474,0,0,0,0,0 +4475,0,0,0,0,0 +4476,0,0,0,0,0 +4477,0,0,0,0,0 +4478,0,0,0,0,0 +4479,0,0,0,0,0 +4480,0,0,0,0,0 +4481,0,0,0,0,0 +4482,0,0,0,0,0 +4483,0,0,0,0,0 +4484,0,0,0,0,0 +4485,0,0,0,0,0 +4486,0,0,0,0,0 +4487,0,0,0,0,0 +4488,0,0,0,0,0 +4489,0,0,0,0,0 +4490,0,0,0,0,0 +4491,0,0,0,0,0 +4492,0,0,0,0,0 +4493,0,0,0,0,0 +4494,0,0,0,0,0 +4495,0,0,0,0,0 +4496,0,0,0,0,0 +4497,0,0,0,0,0 +4498,0,0,0,0,0 +4499,0,0,0,0,0 +4500,0,0,0,0,0 +4501,0,0,0,0,0 +4502,0,0,0,0,0 +4503,0,0,0,0,0 +4504,0,0,0,0,0 +4505,0,0,0,0,0 +4506,0,0,0,0,0 +4507,0,0,0,0,0 +4508,0,0,0,0,0 +4509,0,0,0,0,0 +4510,0,0,0,0,0 +4511,0,0,0,0,0 +4512,0,0,0,0,0 +4513,0,0,0,0,0 +4514,0,0,0,0,0 +4515,0,0,0,0,0 +4516,0,0,0,0,0 +4517,0,0,0,0,0 +4518,0,0,0,0,0 +4519,0,0,0,0,0 +4520,0,0,0,0,0 +4521,0,0,0,0,0 +4522,0,0,0,0,0 +4523,0,0,0,0,0 +4524,0,0,0,0,0 +4525,0,0,0,0,0 +4526,0,0,0,0,0 +4527,0,0,0,0,0 +4528,0,0,0,0,0 +4529,0,0,0,0,0 +4530,0,0,0,0,0 +4531,0,0,0,0,0 +4532,0,0,0,0,0 +4533,0,0,0,0,0 +4534,0,0,0,0,0 +4535,0,0,0,0,0 +4536,0,0,0,0,0 +4537,0,0,0,0,0 +4538,0,0,0,0,0 +4539,0,0,0,0,0 +4540,0,0,0,0,0 +4541,0,0,0,0,0 +4542,0,0,0,0,0 +4543,0,0,0,0,0 +4544,0,0,0,0,0 +4545,0,0,0,0,0 +4546,0,0,0,0,0 +4547,0,0,0,0,0 +4548,0,0,0,0,0 +4549,0,0,0,0,0 +4550,0,0,0,0,0 +4551,0,0,0,0,0 +4552,0,0,0,0,0 +4553,0,0,0,0,0 +4554,0,0,0,0,0 +4555,0,0,0,0,0 +4556,0,0,0,0,0 +4557,0,0,0,0,0 +4558,0,0,0,0,0 +4559,0,0,0,0,0 +4560,0,0,0,0,0 +4561,0,0,0,0,0 +4562,0,0,0,0,0 +4563,0,0,0,0,0 +4564,0,0,0,0,0 +4565,0,0,0,0,0 +4566,0,0,0,0,0 +4567,0,0,0,0,0 +4568,0,0,0,0,0 +4569,0,0,0,0,0 +4570,0,0,0,0,0 +4571,0,0,0,0,0 +4572,0,0,0,0,0 +4573,0,0,0,0,0 +4574,0,0,0,0,0 +4575,0,0,0,0,0 +4576,0,0,0,0,0 +4577,0,0,0,0,0 +4578,0,0,0,0,0 +4579,0,0,0,0,0 +4580,0,0,0,0,0 +4581,0,0,0,0,0 +4582,0,0,0,0,0 +4583,0,0,0,0,0 +4584,0,0,0,0,0 +4585,0,0,0,0,0 +4586,0,0,0,0,0 +4587,0,0,0,0,0 +4588,0,0,0,0,0 +4589,0,0,0,0,0 +4590,0,0,0,0,0 +4591,0,0,0,0,0 +4592,0,0,0,0,0 +4593,0,0,0,0,0 +4594,0,0,0,0,0 +4595,0,0,0,0,0 +4596,0,0,0,0,0 +4597,0,0,0,0,0 +4598,0,0,0,0,0 +4599,0,0,0,0,0 +4600,0,0,0,0,0 +4601,0,0,0,0,0 +4602,0,0,0,0,0 +4603,0,0,0,0,0 +4604,0,0,0,0,0 +4605,0,0,0,0,0 +4606,0,0,0,0,0 +4607,0,0,0,0,0 +4608,0,0,0,0,0 +4609,0,0,0,0,0 +4610,0,0,0,0,0 +4611,0,0,0,0,0 +4612,0,0,0,0,0 +4613,0,0,0,0,0 +4614,0,0,0,0,0 +4615,0,0,0,0,0 +4616,0,0,0,0,0 +4617,0,0,0,0,0 +4618,0,0,0,0,0 +4619,0,0,0,0,0 +4620,0,0,0,0,0 +4621,0,0,0,0,0 +4622,0,0,0,0,0 +4623,0,0,0,0,0 +4624,0,0,0,0,0 +4625,0,0,0,0,0 +4626,0,0,0,0,0 +4627,0,0,0,0,0 +4628,0,0,0,0,0 +4629,0,0,0,0,0 +4630,0,0,0,0,0 +4631,0,0,0,0,0 +4632,0,0,0,0,0 +4633,0,0,0,0,0 +4634,0,0,0,0,0 +4635,0,0,0,0,0 +4636,0,0,0,0,0 +4637,0,0,0,0,0 +4638,0,0,0,0,0 +4639,0,0,0,0,0 +4640,0,0,0,0,0 +4641,0,0,0,0,0 +4642,0,0,0,0,0 +4643,0,0,0,0,0 +4644,0,0,0,0,0 +4645,0,0,0,0,0 +4646,0,0,0,0,0 +4647,0,0,0,0,0 +4648,0,0,0,0,0 +4649,0,0,0,0,0 +4650,0,0,0,0,0 +4651,0,0,0,0,0 +4652,0,0,0,0,0 +4653,0,0,0,0,0 +4654,0,0,0,0,0 +4655,0,0,0,0,0 +4656,0,0,0,0,0 +4657,0,0,0,0,0 +4658,0,0,0,0,0 +4659,0,0,0,0,0 +4660,0,0,0,0,0 +4661,0,0,0,0,0 +4662,0,0,0,0,0 +4663,0,0,0,0,0 +4664,0,0,0,0,0 +4665,0,0,0,0,0 +4666,0,0,0,0,0 +4667,0,0,0,0,0 +4668,0,0,0,0,0 +4669,0,0,0,0,0 +4670,0,0,0,0,0 +4671,0,0,0,0,0 +4672,0,0,0,0,0 +4673,0,0,0,0,0 +4674,0,0,0,0,0 +4675,0,0,0,0,0 +4676,0,0,0,0,0 +4677,0,0,0,0,0 +4678,0,0,0,0,0 +4679,0,0,0,0,0 +4680,0,0,0,0,0 +4681,0,0,0,0,0 +4682,0,0,0,0,0 +4683,0,0,0,0,0 +4684,0,0,0,0,0 +4685,0,0,0,0,0 +4686,0,0,0,0,0 +4687,0,0,0,0,0 +4688,0,0,0,0,0 +4689,0,0,0,0,0 +4690,0,0,0,0,0 +4691,0,0,0,0,0 +4692,0,0,0,0,0 +4693,0,0,0,0,0 +4694,0,0,0,0,0 +4695,0,0,0,0,0 +4696,0,0,0,0,0 +4697,0,0,0,0,0 +4698,0,0,0,0,0 +4699,0,0,0,0,0 +4700,0,0,0,0,0 +4701,0,0,0,0,0 +4702,0,0,0,0,0 +4703,0,0,0,0,0 +4704,0,0,0,0,0 +4705,0,0,0,0,0 +4706,0,0,0,0,0 +4707,0,0,0,0,0 +4708,0,0,0,0,0 +4709,0,0,0,0,0 +4710,0,0,0,0,0 +4711,0,0,0,0,0 +4712,0,0,0,0,0 +4713,0,0,0,0,0 +4714,0,0,0,0,0 +4715,0,0,0,0,0 +4716,0,0,0,0,0 +4717,0,0,0,0,0 +4718,0,0,0,0,0 +4719,0,0,0,0,0 +4720,0,0,0,0,0 +4721,0,0,0,0,0 +4722,0,0,0,0,0 +4723,0,0,0,0,0 +4724,0,0,0,0,0 +4725,0,0,0,0,0 +4726,0,0,0,0,0 +4727,0,0,0,0,0 +4728,0,0,0,0,0 +4729,0,0,0,0,0 +4730,0,0,0,0,0 +4731,0,0,0,0,0 +4732,0,0,0,0,0 +4733,0,0,0,0,0 +4734,0,0,0,0,0 +4735,0,0,0,0,0 +4736,0,0,0,0,0 +4737,0,0,0,0,0 +4738,0,0,0,0,0 +4739,0,0,0,0,0 +4740,0,0,0,0,0 +4741,-1106.099032,-491.5321546,-1077.889243,-491.4318119,521.5007086 +4742,-1245.082685,-529.527044,-1215.354013,-529.4287134,320.092458 +4743,-1689.538455,-705.6988502,-1656.456274,-705.6028194,-610.0653439 +4744,-1199.558815,-485.596292,-1168.172767,-485.502861,158.7070936 +4745,-1346.234717,-551.5037042,-1313.664667,-551.4136434,-60.57801327 +4746,-1640.996288,-687.6332208,-1609.087578,-687.5460346,-654.1552248 +4747,-1369.519102,-565.3371728,-1337.648326,-565.2525826,-181.6437 +4748,-1462.727009,-607.6268107,-1430.492512,-607.5450117,-315.102081 +4749,-1659.741044,-699.0707275,-1628.41728,-698.9914813,-719.2270463 +4750,-1435.770378,-598.282508,-1404.685079,-598.2057008,-330.9093098 +4751,-1493.531143,-624.5317398,-1461.87803,-624.4575129,-413.9570916 +4752,-1530.657863,-641.8881795,-1498.765802,-641.8164237,-479.6144546 +4753,-1550.220768,-651.4444532,-1518.26237,-651.3750375,-522.6507879 +4754,-1556.786196,-655.1344609,-1524.840363,-655.0672644,-545.8051659 +4755,-1555.732941,-655.3445686,-1523.825163,-655.2794964,-555.9954326 +4756,-1550.858541,-653.7790907,-1518.988871,-653.7160696,-558.8383762 +4757,-1544.473869,-651.4805785,-1512.633623,-651.4195476,-558.0445276 +4758,-1537.790192,-648.9967446,-1505.969662,-648.9376475,-555.7165836 +4759,-1531.361904,-646.5790867,-1499.552987,-646.5218677,-552.7477173 +4760,-1525.400279,-644.3247735,-1493.59691,-644.2693767,-549.585765 +4761,-1519.95384,-642.258175,-1488.151727,-642.2045443,-546.4637016 +4762,-1515.000552,-640.3723188,-1483.196799,-640.320398,-543.493571 +4763,-1510.491709,-638.6484579,-1478.684483,-638.5981916,-540.7170117 +4764,-1506.37189,-637.0648832,-1474.560162,-637.0162167,-538.1377928 +4765,-1502.587707,-635.6007389,-1470.771041,-635.5536187,-535.7422412 +4766,-1499.091177,-634.2374682,-1467.269562,-634.1918419,-533.5104325 +4767,-1495.840711,-632.9592131,-1464.014435,-632.9150297,-531.4216282 +4768,-1492.800884,-631.7526874,-1460.970435,-631.7098974,-529.4563631 +4769,-1489.941854,-630.6069007,-1458.107842,-630.565456,-527.5972063 +4770,-1487.238558,-629.5127977,-1455.401669,-629.4726517,-525.82879 +4771,-1484.670019,-628.4629487,-1452.830972,-628.4240562,-524.1377576 +4772,-1482.21865,-627.4512477,-1450.378173,-627.4135653,-522.5125245 +4773,-1479.869732,-626.472689,-1448.02854,-626.4361744,-520.9431493 +4774,-1477.610882,-625.5231448,-1445.769668,-625.4877575,-519.4210608 +4775,-1556.179615,-662.0779596,-1524.87302,-662.0436234,-695.7096969 +4776,-1395.945187,-589.393404,-1364.722382,-589.360085,-411.7489087 +4777,-1422.523583,-601.0092316,-1390.92918,-600.9769562,-440.8110546 +4778,-1442.48299,-609.9123955,-1410.721276,-609.88113,-469.359065 +4779,-1454.319792,-613.7002539,-1422.378193,-615.1925876,-488.9888606 +4780,-1459.954822,-613.6758938,-1427.814475,-617.7158745,-500.195035 +4781,-1461.737361,-611.5522473,-1429.404382,-618.4996133,-505.6133646 +4782,-1461.42884,-608.4499749,-1428.9209,-618.3398523,-507.6400768 +4783,-1460.093393,-604.9211365,-1427.428334,-617.7182099,-507.8684395 +4784,-1458.296847,-601.2094939,-1425.489415,-616.8898664,-507.2075048 +4785,-1456.313044,-597.4024461,-1423.375597,-615.9775075,-506.1269403 +4786,-1454.268055,-593.536577,-1421.211892,-615.0372095,-504.8570424 +4787,-1452.21818,-589.6226368,-1419.054327,-614.0938809,-503.5079734 +4788,-1450.187354,-585.6683696,-1416.926842,-613.1580928,-502.1316 +4789,-1528.106871,-618.7655589,-1495.288221,-649.3279462,-676.6486248 +4790,-1369.699678,-543.7096961,-1336.887423,-577.3998672,-395.7547825 +4791,-1396.076424,-551.9888017,-1362.831453,-588.8649085,-424.5742746 +4792,-1411.760883,-555.6494296,-1378.296013,-595.7694667,-445.4158727 +4793,-1412.696464,-393.2778362,-1379.120763,-596.0882558,-445.0003923 +4794,-1403.687528,-429.5358008,-1370.05734,-591.9320655,-429.1256823 +4795,-1400.452348,-397.122329,-1366.794114,-590.4203564,-424.842648 +4796,-1501.736018,-371.6056272,-1468.781764,-637.4753951,-652.9466107 +4797,-1293.102662,-347.2783867,-1260.259366,-542.7638446,-283.5653248 +4798,-1328.908602,-326.8105877,-1295.547617,-558.3236418,-322.1794233 +4799,-1355.452949,-301.4314099,-1321.832031,-570.0607014,-358.8005623 +4800,-1372.157018,-280.963051,-1338.406333,-577.4849763,-385.1215691 +4801,-1392.841894,248.9433573,-1359.023557,-586.7823537,-422.5047429 +4802,-1345.07722,251.4060677,-1328.93319,-572.9788883,-372.4553354 +4803,469.1187183,273.4938823,245.4136122,-289.8398902,-198.023105 +4804,-573.3910552,198.5150766,-418.0353276,1.032275786,-403.4554636 +4805,-273.487998,245.6213781,-301.4575853,-218.8185788,-85.01563312 +4806,-245.5323591,466.3993222,-233.3428802,-129.911213,832.9878818 +4807,-47.24930364,307.4547253,-34.57824819,-39.39160753,1023.017406 +4808,-453.9866144,316.4631455,-438.4770956,-216.878544,910.1622123 +4809,-58.21128522,548.9111357,-45.16723855,-41.10749707,1312.529199 +4810,28.70537997,363.2855314,41.48998862,-4.327053776,1188.08208 +4811,-447.6720048,349.9024338,-431.6068616,-207.5759141,879.0201403 +4812,215.9174385,418.3580526,227.8663196,79.35231102,1583.015196 +4813,-391.6762296,384.3964993,-365.8052904,-140.4969204,877.3019437 +4814,37.32158126,582.5907008,36.26852349,12.97707778,1516.928582 +4815,-82.44857127,538.6212178,-59.44420036,-104.7046657,1238.696798 +4816,90.13042594,332.0198025,103.3714426,56.79692643,1268.532226 +4817,-216.9003734,544.7398206,-202.5191613,-87.17509352,1273.030597 +4818,191.4561007,330.9854174,208.0581298,50.28832095,1274.378296 +4819,-152.3643661,546.7024427,-134.9083941,-61.05551766,1450.601954 +4820,199.5444182,336.3776622,215.94223,81.79705699,1267.460548 +4821,-103.9497909,555.5954074,-85.98113744,-50.45863796,1509.559005 +4822,223.891203,343.6209651,239.1082571,96.81776078,1266.300768 +4823,119.6442402,412.7091554,136.247652,48.12326744,1524.215372 +4824,-52.96514237,595.3343303,-30.26500661,-14.78671446,1490.936795 +4825,259.8433162,377.1459359,267.2645213,102.1689,1350.296171 +4826,169.8238339,435.3854118,189.8940836,77.59547307,1567.631271 +4827,10.65650614,613.6770206,32.35622588,11.09327511,1528.444825 +4828,291.1248505,394.0168455,294.2145635,120.2452041,1372.50444 +4829,214.0419788,446.9868498,233.5493863,97.20033242,1568.793273 +4830,37.89910382,626.1453387,59.10796913,21.88344348,1700.207464 +4831,362.6616309,402.3654881,364.2032986,155.9998125,1357.697238 +4832,250.3117565,454.2127059,267.0141619,112.8443645,1548.277976 +4833,86.76598279,442.8724231,99.96978502,40.25688616,1482.576079 +4834,442.6183522,485.9469552,452.1881536,196.7721234,1633.771911 +4835,164.4005993,662.7917377,183.7099026,74.59776732,1932.958059 +4836,358.9036527,443.4301117,358.104376,160.8276449,1432.5493 +4837,325.3137611,483.0724094,338.3861211,145.1020154,1576.632599 +4838,329.9065279,508.079775,337.1525713,147.4039234,1659.216978 +4839,191.4078101,673.5759706,199.5863861,87.79624284,1764.283884 +4840,473.5580191,446.2717056,480.4081806,210.8942891,1386.678538 +4841,367.2650787,487.2551798,372.609758,163.8420286,1538.520239 +4842,370.5731805,508.2813132,374.9367904,165.636029,1606.293401 +4843,396.6092737,524.2874332,399.9819124,177.1505409,1652.856932 +4844,412.8902758,538.3263739,415.081051,184.1256264,1692.112556 +4845,423.6069821,550.2685676,426.1734759,188.5229803,1723.888773 +4846,436.1569675,559.9701635,434.9577735,193.5786625,1747.407729 +4847,448.1263639,567.5667023,446.4489819,199.1623179,1762.948327 +4848,459.8355847,573.5115075,458.3995971,203.7360142,1772.152186 +4849,473.1864345,577.944599,468.516647,209.0756867,1775.496356 +4850,483.31447,581.3382617,479.3160931,213.970148,1774.83675 +4851,496.5209084,583.605933,489.5613459,218.7123433,1769.817285 +4852,510.2233714,585.3884848,493.4801354,224.1828033,1762.999976 +4853,512.8663551,586.7654544,504.2083385,229.5046386,1754.707438 +4854,526.6197017,587.4983611,512.8123712,230.249562,1743.992155 +4855,534.6405686,587.8804038,520.5231594,236.1410804,1732.031617 +4856,544.9018363,587.9460212,528.9344413,239.5191534,1718.968203 +4857,554.4149495,587.7323473,537.9086335,243.390475,1704.954637 +4858,565.0384789,587.2887259,545.7174859,247.4498793,1690.191463 +4859,573.8863047,586.6789304,554.9031611,250.9318779,1674.935729 +4860,584.2064673,585.8656912,562.6969487,255.0720376,1659.039126 +4861,832.6322969,558.2960994,832.6134135,378.4686816,1536.289253 +4862,809.4762273,554.3275254,809.0447027,367.6180087,1508.364364 +4863,785.3974947,550.9708857,784.3291798,356.175591,1483.899841 +4864,764.6547072,665.3749257,762.9161793,346.2281733,1465.56082 +4865,747.187422,944.5536817,744.8275992,337.8082962,1451.134934 +4866,732.4036791,779.6522834,729.4825253,330.6504282,1439.307046 +4867,720.428037,855.8663945,716.9921047,324.7975845,1430.667035 +4868,710.4811244,875.4695456,706.5625553,319.8830647,1423.396523 +4869,702.1826703,893.2911475,697.8039477,315.7268508,1417.234673 +4870,695.2447821,910.7548569,690.4224902,312.1947754,1412.116636 +4871,689.4153604,928.5315037,684.1620868,309.1708448,1407.883964 +4872,684.4847779,945.4760823,678.8099403,306.5591356,1404.334678 +4873,680.2810692,962.2449976,674.1913592,304.2811474,1401.277546 +4874,676.6646957,979.2837864,670.1644411,302.2732735,1398.556804 +4875,673.5204882,995.5996566,666.6120007,300.4830804,1396.04938 +4876,670.7549805,1011.68251,663.4388808,298.8680558,1393.661843 +4877,668.2924261,1028.507189,660.56793,297.3937625,1391.323545 +4878,666.0647662,1052.249881,657.9299267,296.0292501,1388.968731 +4879,664.03551,1072.780729,655.4874188,294.7578945,1386.581208 +4880,662.1587195,1092.634504,653.1936779,293.558741,1384.120782 +4881,660.4026734,1113.206325,651.0163317,292.4172624,1381.567492 +4882,658.7417813,1132.613178,648.9292573,291.321687,1378.90761 +4883,657.155707,1152.283797,646.9115726,290.2625535,1376.13271 +4884,655.6809069,1171.564365,644.9989917,289.256067,1373.333505 +4885,654.2627449,1190.730667,643.1364114,288.2770873,1370.432539 +4886,652.8903596,1209.672531,641.3127646,287.3204664,1367.429594 +4887,651.5537564,1228.430576,639.5179912,286.3814983,1364.323943 +4888,650.2446181,1247.003884,637.7437631,285.4562497,1361.115868 +4889,648.9564498,1265.395528,635.9835914,284.5416114,1357.807264 +4890,647.6841959,1283.563666,634.2324394,283.6351253,1354.401054 +4891,646.4239707,1300.159338,632.486449,282.7348651,1350.901016 +4892,645.163001,1316.148509,630.7349465,281.835948,1347.311253 +4893,643.892624,1332.01042,628.9706311,280.9349951,1343.636191 +4894,642.6096213,1347.373181,627.1906122,280.0305823,1339.88032 +4895,641.3137595,1362.73847,625.3944789,279.1223852,1336.048259 +4896,640.0057343,1377.079083,623.5826567,278.2104498,1332.14447 +4897,638.6863389,1392.595816,621.7557297,277.2948932,1328.173364 +4898,637.3562351,1406.587607,619.9142286,276.3758114,1324.139069 +4899,636.0160062,1421.043724,618.0586643,275.4532967,1320.045577 +4900,634.6661769,1434.941983,616.1895248,274.5274373,1315.896553 +4901,633.3072585,1448.806114,614.3073097,273.5983345,1311.695503 +4902,631.9397218,1462.240195,612.4124968,272.6660874,1307.445605 +4903,630.5640195,1475.749973,610.5055614,271.7308019,1303.149887 +4904,629.1805569,1488.780594,608.5869419,270.7925748,1298.811065 +4905,627.7897439,1501.803307,606.6570673,269.8515065,1294.431731 +4906,626.3920214,1514.476695,604.7163214,268.9076838,1290.014188 +4907,624.9878596,1526.933556,602.7650755,267.9611948,1285.560633 +4908,623.5776672,1539.466192,600.8036363,267.0121045,1281.072968 +4909,622.161863,1551.514608,598.8323391,266.0604967,1276.553086 +4910,620.7407956,1563.47841,596.8514676,265.1064371,1272.00263 +4911,619.314796,1575.19897,594.8613047,264.149996,1267.423201 +4912,617.8841412,1586.994831,592.8620993,263.1912324,1262.816197 +4913,616.4491057,1598.372812,590.8540958,262.2302075,1258.182988 +4914,615.0098718,1609.464318,588.8375061,261.2669709,1253.524757 +4915,613.5665707,1620.673971,586.812543,260.3015762,1248.842678 +4916,612.1192963,1631.525626,584.7793904,259.3340666,1244.13776 +4917,610.6681354,1642.26936,582.738234,258.3644884,1239.411016 +4918,609.213155,1652.839821,580.6892352,257.3928795,1234.663313 +4919,607.7544338,1663.176219,578.6325603,256.4192818,1229.895532 +4920,606.2920221,1673.514412,576.5683513,255.4437281,1225.108421 +4921,607.4880955,1686.849188,577.158869,255.6763067,1225.142956 +4922,608.7721256,1697.423061,577.8315644,255.9462096,1225.511144 +4923,610.0849306,1707.982432,578.5232255,256.2241654,1226.015119 +4924,611.3657383,1718.110294,579.17572,256.4849145,1226.470388 +4925,612.5942342,1728.032588,579.7718331,256.7210078,1226.80106 +4926,613.7655804,1738.995307,580.305365,256.9303572,1226.998635 +4927,614.8891773,1753.478208,580.7832822,257.1157714,1227.077359 +4928,615.9685224,1756.294512,581.2117332,257.2810962,1227.05294 +4929,617.0122309,1775.718835,581.6019414,257.4314601,1226.937538 +4930,618.0212662,1772.301632,581.9531235,257.5667651,1226.740321 +4931,619.0022229,1799.534826,582.2692467,257.6880488,1226.468829 +4932,619.9547968,1784.377868,582.5525363,257.7970462,1226.129651 +4933,620.884694,1785.472668,582.8078692,257.895372,1225.728745 +4934,621.7909341,1822.060487,583.0365581,257.984253,1225.271426 +4935,622.6785871,1815.008229,583.2421923,258.0645943,1224.762471 +4936,623.5461338,1826.854889,583.4251049,258.1370946,1224.206103 +4937,624.3981423,1834.835413,583.5882206,258.2023298,1223.60609 +4938,625.2326844,1842.744597,583.7314177,258.2607848,1222.965711 +4939,626.0539534,1850.70409,583.8572544,258.3128777,1222.28789 +4940,626.8597162,1858.170633,583.9653123,258.3589642,1221.575186 +4941,627.6538784,1865.73132,584.0578786,258.3993515,1220.829896 +4942,628.4339977,1873.154323,584.1343156,258.4343029,1220.054042 +4943,629.2037852,1880.165894,584.1967114,258.4640481,1219.249455 +4944,629.9606417,1887.420647,584.2442645,258.4887843,1218.417741 +4945,630.708132,1894.291368,584.2789143,258.5086869,1217.560366 +4946,631.4435472,1901.190911,584.2997394,258.5239063,1216.678611 +4947,632.1703353,1907.741835,584.3085672,258.5345797,1215.773659 +4948,632.8857143,1914.339871,584.3043921,258.5408264,1214.846548 +4949,633.5930474,1920.735702,584.2889566,258.5427557,1213.898241 +4950,634.2894824,1927.015594,584.2611934,258.5404649,1212.929585 +4951,634.9783233,1932.789978,584.2227799,258.5340436,1211.941373 +4952,635.6574969,1938.365568,584.180704,258.5276335,1210.93433 +4953,636.3309589,1943.764472,584.1359352,258.5203164,1209.909158 +4954,636.9958182,1949.000992,584.0868259,258.5118316,1208.866457 +4955,637.6552433,1954.1694,584.0386032,258.5043457,1207.806798 +4956,638.3059951,1958.967993,583.985743,258.4955795,1206.730686 +4957,638.9511438,1963.810027,583.9283926,258.4848045,1205.638607 +4958,639.5874617,1968.343602,583.8686455,258.4741875,1204.530995 +4959,640.2180224,1972.961601,583.8043436,258.4616101,1203.408278 +4960,640.8396361,1977.251876,583.7328949,258.4464879,1202.270836 +4961,641.4553912,1981.477624,583.6596332,258.4310866,1201.11906 +4962,642.0621238,1985.642202,583.5795484,258.4133738,1199.9533 +4963,642.6629193,1989.455334,583.4932061,258.3928303,1198.773901 +4964,643.2546336,1993.326285,583.3996664,258.3717578,1197.581174 +4965,643.8403449,1996.99123,583.3044376,258.3481769,1196.375436 +4966,644.4169232,2000.539697,583.2022308,258.3216063,1195.156969 +4967,644.987431,2003.960648,583.0933984,258.2943681,1193.926059 +4968,645.5487571,2007.255116,582.9769805,258.2645174,1361.6814 +4969,646.1039535,2010.333172,582.8551588,258.2315974,1320.640426 +4970,646.6499003,2013.599515,582.7301384,258.1960081,1332.910074 +4971,788.8902998,2016.322879,582.5993686,258.1600922,1351.243812 +4972,756.8514863,2019.194244,582.4600966,258.1216402,1362.187539 +4973,770.0757845,2021.852142,582.314269,258.0799915,1372.591701 +4974,788.6656761,2024.399957,582.1610633,258.0354551,1383.145517 +4975,800.7115181,2026.826718,582.0022434,257.9903411,1393.196042 +4976,812.6637976,2029.133245,581.8363674,257.9424752,1403.60853 +4977,824.1783392,2031.321067,581.6648005,257.8912244,1413.159747 +4978,835.8624488,2033.390919,581.4859905,257.836927,1423.315703 +4979,847.1630143,2035.343877,581.3013125,257.779994,1432.914499 +4980,858.4174986,2037.180405,581.1092649,257.7206305,1442.492183 +4981,751.6358521,1985.291441,579.4469066,256.9932529,1220.53887 +4982,760.7703478,1985.688992,575.606251,255.2344202,1226.870103 +4983,770.349592,1986.454524,570.6643152,252.9715713,1233.578148 +4984,779.9685972,1987.205639,565.7173363,250.7308049,1240.668884 +4985,789.9269245,1987.840141,561.2143906,248.721281,1247.746794 +4986,799.3196505,1988.727161,557.2003364,246.9573262,1255.144106 +4987,809.3197415,1989.12171,553.5880134,245.3861667,1262.194073 +4988,818.5828232,1989.700182,550.2790078,243.9600487,1269.762325 +4989,828.4858439,1990.098481,547.2105043,242.6432371,1276.906517 +4990,837.7712809,1990.41591,544.3363821,241.4160629,1284.151609 +4991,847.3670979,1990.638837,541.6296319,240.2613415,1291.35985 +4992,856.7565494,1990.766103,539.0624339,239.1690325,1298.318774 +4993,867.7442675,1990.797456,536.6172684,238.1270082,1305.665145 +4994,878.4622491,1990.732766,534.2726407,237.1287232,1312.6132 +4995,889.2833338,1990.572888,534.41036,237.25309,1319.579165 +4996,900.117333,1990.31313,536.530793,238.2758272,1326.554202 +4997,910.8210017,1989.95608,538.6813581,239.3052423,1333.265302 +4998,922.0365069,1989.504465,540.773793,240.3054593,1340.382232 +4999,932.819167,1988.957172,543.0958165,241.4048985,1347.042998 +5000,943.7861997,1988.31389,545.0906203,242.3551239,1353.821411 +5001,954.8175637,1987.576479,547.0402845,243.2817562,1360.523348 +5002,965.8151824,1986.744092,548.9510169,244.1918266,1367.178633 +5003,976.8603395,1985.817606,550.8328416,245.0867571,1373.790515 +5004,987.7034757,1984.797211,552.6867581,245.9707858,1380.178145 +5005,999.160072,1983.683474,554.5194439,246.8435885,1386.993316 +5006,1010.336852,1982.476623,556.3302644,247.7085059,1393.333449 +5007,1021.109202,1981.177234,558.1249376,248.5647009,1399.809459 +5008,1033.667229,1986.528383,559.9021176,249.4151111,1406.196579 +5009,1044.838113,1986.165816,606.8080798,250.2006537,1412.548077 +5010,1056.589694,1985.218867,614.0911933,250.9403716,1418.868628 +5011,1067.556015,1983.865805,611.5672206,251.6670569,1425.147513 +5012,1078.737251,1982.310118,622.8373568,252.3932644,1431.378848 +5013,1089.885415,1980.597299,629.1354899,253.1217975,1437.361942 +5014,1100.762928,1978.746071,635.406127,253.8542323,1443.840185 +5015,1112.403468,1976.767139,641.520558,254.5870102,1449.783819 +5016,1123.36964,1974.666564,647.5756581,263.3039374,1455.886381 +5017,1134.637962,1972.448857,653.5831082,302.2988214,1462.132207 +5018,1145.870559,1970.023936,659.4835766,255.6871697,1467.797993 +5019,1157.122122,1967.80301,665.3663295,311.5240795,1473.872693 +5020,1168.395821,1965.055469,671.1857197,255.7453218,1479.780228 +5021,1179.689895,1962.469107,676.8668855,304.3914739,1485.603803 +5022,1190.69337,1959.687758,682.5309227,290.6839848,1491.468468 +5023,1202.53218,1956.814973,688.1812001,296.5486482,1497.214659 +5024,1213.640565,1953.839318,693.6811775,299.4823555,1503.002532 +5025,1225.078478,1950.762244,699.2281093,302.8875759,1508.670651 +5026,1236.84179,1947.58481,704.6927803,305.7470193,1514.382573 +5027,1247.738554,1944.308584,710.0270048,308.7058798,1519.730921 +5028,1259.401397,1940.934489,715.4259168,311.6844106,1525.758673 +5029,1270.87877,1937.463957,720.579651,314.531349,1531.083231 +5030,1282.34648,1933.897838,725.9830506,317.4506145,1536.69277 +5031,1293.828181,1930.145523,731.072233,320.2302002,1542.131706 +5032,1305.03237,1926.520471,736.2014599,323.093096,1547.599976 +5033,1317.220944,1922.612968,741.3735583,325.8456321,1553.035024 +5034,1328.454763,1918.687619,746.3599341,328.559369,1558.368391 +5035,1340.205384,1914.659546,751.2519718,331.3393438,1563.759468 +5036,1351.816727,1910.630087,756.4467718,334.0070052,1569.015487 +5037,1363.440119,1906.29785,761.32762,336.6364,1574.310054 +5038,1375.190682,1902.062833,765.936655,339.3442317,1579.570732 +5039,1386.822287,1897.668583,771.0989688,341.8857692,1584.731176 +5040,1398.632404,1893.109737,775.7339787,344.5529569,1589.92229 +5041,1168.140823,1778.412586,566.617341,257.545234,1110.628868 +5042,1175.004488,1770.790409,566.2352946,257.2239437,1107.812345 +5043,1183.028496,1764.071314,565.5396774,256.6989321,1106.510224 +5044,1191.834918,1757.76952,564.8401444,256.1907796,1106.382391 +5045,1201.782524,1751.517314,564.2915205,255.796274,1106.942154 +5046,1211.228348,1745.191036,563.9171315,255.5290717,1107.962873 +5047,1221.161447,1739.03543,563.7018306,255.3671519,1109.242301 +5048,1231.02725,1732.715638,563.6140132,255.2901099,1110.860019 +5049,1241.436143,1726.572054,563.6370494,255.2794197,1112.40465 +5050,1251.082957,1720.224298,563.7503968,255.3255336,1114.160291 +5051,1261.54779,1713.90074,563.946794,255.417951,1116.065376 +5052,1271.897247,1707.522568,564.2113013,255.5517722,1117.964139 +5053,1282.288887,1701.097536,564.5400825,255.7191763,1119.921352 +5054,1292.752864,1694.627729,564.9206576,255.917221,1122.099691 +5055,1303.385191,1688.109809,565.3513741,256.1397186,1124.055635 +5056,1313.584197,1708.333051,565.8216718,256.385192,1126.339068 +5057,1324.968788,1636.347989,566.3316542,256.6487036,1128.501151 +5058,1335.421826,1686.833473,566.8722399,256.9298464,1130.76215 +5059,1346.292524,1667.261743,567.4448268,257.2245546,1133.000016 +5060,1357.265387,1640.522401,582.6201283,257.5331561,1135.46496 +5061,1368.158437,1662.855873,593.5242936,257.8521833,1137.705599 +5062,1379.264115,1627.840883,580.536343,260.6633763,1140.098563 +5063,1390.274576,1639.823874,605.7691942,279.9148596,1142.65598 +5064,1401.494615,1625.93119,579.7077451,258.3962618,1144.920499 +5065,1412.619414,1620.180708,622.1915835,281.8363884,1147.541704 +5066,1423.950244,1613.13462,572.5438425,260.6129108,1149.930828 +5067,1435.180315,1606.038508,616.2750448,292.97131,1152.623309 +5068,1446.622287,1598.892874,605.3972423,258.5498737,1155.029043 +5069,1457.958192,1591.700254,609.9914082,297.4835884,1157.596161 +5070,1469.503823,1584.533052,613.3067332,258.6457484,1160.272671 +5071,1480.506544,1576.862254,616.2856095,308.4182739,1162.833157 +5072,1491.657272,1569.168026,618.9455872,258.7024269,1165.469507 +5073,1502.649368,1561.515644,621.9397757,307.4103777,1168.109261 +5074,1513.778054,1553.660241,624.6235118,258.846693,1170.691231 +5075,1524.930506,1545.875193,627.2670832,299.7524118,1173.474892 +5076,1535.983848,1537.853961,630.3141935,302.5686699,1176.17109 +5077,1547.22831,1529.925534,632.890082,268.6231129,1178.76908 +5078,1558.307063,1521.887522,635.6461396,298.4841867,1181.453979 +5079,1569.542852,1513.807899,638.5362161,314.8654091,1184.273438 +5080,1580.799065,1505.682933,641.1924728,263.4007758,1186.942041 +5081,1591.948495,1497.508672,643.7747279,309.389206,1189.687183 +5082,1603.240288,1489.289756,646.8278269,295.6754256,1192.426193 +5083,1614.553326,1481.093074,649.3060272,298.8663698,1195.175294 +5084,1625.760297,1472.695505,651.9953626,300.6360893,1197.926937 +5085,1637.106031,1464.327047,654.906983,302.354159,1200.600875 +5086,1648.476861,1456.02293,657.4364336,303.680912,1203.495635 +5087,1659.729834,1447.619116,660.0962298,305.2943692,1206.197558 +5088,1671.130158,1439.075806,663.0094543,306.7087994,1209.063202 +5089,1681.962913,1430.621659,665.4791399,308.1906949,1211.703548 +5090,1694.175521,1422.080396,668.1613439,309.7689487,1214.451092 +5091,1705.123117,1413.514918,670.910572,311.1665336,1217.350034 +5092,1716.785489,1404.917718,673.5484384,312.5839704,1220.057526 +5093,1728.016375,1396.290483,676.0507537,314.2079834,1222.849387 +5094,1739.61774,1387.695916,678.9578477,315.5681902,1225.623858 +5095,1751.021626,1378.925406,681.3695016,316.9747977,1228.406552 +5096,1762.504755,1370.193845,683.9491684,318.5904095,1231.168672 +5097,1773.99409,1361.595291,686.8528905,319.9346461,1233.948954 +5098,1785.429442,1352.71086,689.1616526,321.3635861,1236.718317 +5099,1797.105741,1343.977514,691.8052303,322.8834623,1239.489619 +5100,1808.478995,1335.224783,694.59616,324.2894579,1242.150152 +5101,2054.45591,1433.390648,932.0046959,432.3119403,1707.45119 +5102,2069.619914,1426.585211,937.9571385,435.5029008,1697.782821 +5103,2082.927152,1418.895465,942.7710901,437.9475484,1703.412079 +5104,2095.898177,1410.973441,946.700591,440.1771036,1707.670599 +5105,2108.62988,1402.872121,950.508455,442.2670393,1711.731454 +5106,2121.210258,1394.651496,954.0892969,444.1655177,1715.527194 +5107,2133.378374,1386.412124,957.5382449,446.2559064,1719.046584 +5108,2145.700175,1377.962576,960.8876791,448.0720987,1722.517514 +5109,2157.947025,1369.532983,964.1592477,449.9439766,1725.859372 +5110,2170.116883,1361.223589,967.3619189,451.8696027,1729.124247 +5111,2182.162718,1352.616138,970.5039814,453.5077448,1732.321021 +5112,2194.302067,1344.153893,973.5882306,455.3517254,1735.45348 +5113,2206.251808,1335.60925,976.6193822,457.0785797,1738.529856 +5114,2218.322922,1327.046113,979.5985013,458.7975765,1741.587691 +5115,2230.201054,1318.465881,982.5289688,460.3893695,1744.503484 +5116,2244.905474,1309.923901,985.4111891,462.2223159,1747.453735 +5117,2258.091902,1301.228705,988.2478686,463.797952,1750.326798 +5118,2268.016236,1292.581004,991.0390775,465.4465989,1753.160408 +5119,2283.599705,1284.069184,993.5588954,467.0576831,1755.953304 +5120,2290.839959,1275.302785,996.6167799,468.6484176,1758.704524 +5121,2310.164891,1266.746392,999.107892,470.2195647,1761.417845 +5122,2311.771315,1257.947396,1001.771091,471.7711355,1764.130754 +5123,2297.089764,1249.394472,1004.354843,473.3040132,1766.710516 +5124,2353.615189,1240.739126,1006.900361,474.8180923,1769.341873 +5125,2343.318825,1232.008033,1009.408572,476.1981475,1771.906484 +5126,2359.620257,1223.38115,1011.879447,477.9696671,1774.442868 +5127,2371.375801,1214.719888,1014.314589,479.1671925,1776.948547 +5128,2382.904532,1209.942402,1016.713628,480.7157355,1779.421819 +5129,2394.561595,1203.825323,1019.078381,482.1237627,1781.865926 +5130,2406.007203,1198.051435,1021.408433,483.533579,1784.279494 +5131,2417.947441,1190.99104,1023.493402,484.8366709,1786.665495 +5132,2429.85721,1185.136299,1025.500903,486.1043965,1788.62809 +5133,2441.862658,1178.734574,1027.454068,487.3465036,1791.607632 +5134,2453.611639,1172.440234,1029.359159,488.5653373,1793.555035 +5135,2465.506561,1166.089067,1031.469481,489.7627787,1795.927008 +5136,2477.568718,1159.853207,1032.910428,490.9391664,1798.173828 +5137,2489.518432,1153.514907,1034.869775,492.0956638,1800.402826 +5138,2501.303543,1147.217595,1036.56721,493.2322546,1802.606464 +5139,2513.31787,1140.917018,1038.264973,494.3499226,1804.787767 +5140,2525.344863,1134.572602,1039.924478,495.4485388,1806.904526 +5141,2537.017703,1128.351946,1041.572955,496.4035032,1809.102231 +5142,2549.208503,1122.037555,1043.119818,497.6544444,1811.184388 +5143,2561.069088,1115.772597,1044.688808,498.6076707,1813.282667 +5144,2573.154237,1109.466097,1046.199299,499.655494,1815.351995 +5145,2584.962034,1103.285096,1047.679807,500.6658769,1817.401713 +5146,2596.910976,1097.021273,1049.125802,501.6593942,1819.470563 +5147,2609.057504,1090.812073,1050.539099,502.6365403,1821.416711 +5148,2621.081507,1084.569886,1051.918972,503.597145,1823.435631 +5149,2632.949588,1078.456532,1053.293341,504.5420311,1825.358396 +5150,2645.060431,1072.270311,1054.569954,505.4708693,1827.372292 +5151,2657.08695,1066.144533,1055.874188,506.3844778,1829.27494 +5152,2669.25547,1059.993951,1057.124118,507.2825014,1831.195609 +5153,2681.054287,1053.976812,1058.348407,508.1657473,1833.093443 +5154,2693.404024,1047.895999,1059.542318,509.0338409,1834.972582 +5155,2705.415887,1041.881983,1060.707533,509.8875757,1836.836151 +5156,2717.65928,1035.851101,1061.843135,510.7265719,1838.681805 +5157,2729.598318,1029.959298,1062.950876,511.5515876,1840.512595 +5158,2741.81014,1024.018116,1064.048452,512.3705189,1842.361384 +5159,2753.794879,1018.105815,1065.138053,513.3075684,1844.136537 +5160,2766.088516,1012.323045,1066.129796,513.8920888,1845.99812 +5161,2842.812459,1029.371394,1114.178383,537.586571,1928.669816 +5162,2816.337901,1024.773159,1117.776696,539.6616858,1933.453899 +5163,2859.88954,1019.877381,1120.241087,541.0911957,1937.467102 +5164,2866.196335,1014.819777,1122.41598,542.4527106,1941.014217 +5165,2878.299544,1009.815133,1124.368111,543.7002099,1944.312461 +5166,2891.878549,1004.704769,1126.169383,544.8765088,1947.229869 +5167,2904.745508,999.6371659,1127.893879,546.0025757,1950.223698 +5168,2917.230842,994.5517864,1129.461749,546.9370389,1952.963396 +5169,2929.835218,989.6022429,1131.031902,548.2226257,1955.673375 +5170,2951.246979,984.6163029,1132.536251,549.1465437,1958.345698 +5171,2968.578754,979.7060369,1133.982956,550.1803959,1960.938247 +5172,2986.72265,974.8880365,1135.37566,551.1600597,1963.472065 +5173,3004.621337,970.0487776,1136.718796,552.1175919,1965.953587 +5174,3022.198036,965.3333187,1138.012879,553.0506605,1968.38366 +5175,3053.747542,960.613529,1139.261633,553.9615712,1970.720487 +5176,3048.894316,956.0232868,1140.464886,554.850163,1973.135973 +5177,3068.966874,951.4100357,1141.625695,555.7177924,1975.400201 +5178,3098.449854,946.8902449,1142.774576,556.5641749,1977.667723 +5179,3108.855627,942.3943707,1143.80601,557.39062,1979.891925 +5180,3127.962333,938.0565049,1144.86569,558.1967969,1982.127515 +5181,3149.560791,933.7111535,1145.859983,558.9837712,1984.205828 +5182,3143.35973,932.0016984,1153.892557,562.9225166,1986.36221 +5183,3166.520707,928.3915516,1155.849158,563.8912244,1988.445918 +5184,3179.622652,924.58953,1157.302014,565.0106629,1990.500985 +5185,3196.330618,920.8875282,1158.621016,565.9073461,1992.527539 +5186,3221.857011,917.1601499,1159.761793,566.7818074,1994.523587 +5187,3233.142145,913.5314518,1160.901424,567.6211881,1996.493279 +5188,3228.136781,909.9640968,1161.952699,568.4297027,1998.384041 +5189,3272.490211,906.6759563,1162.956984,569.3909899,2000.376462 +5190,3280.438763,903.3728379,1163.912658,570.3823154,2002.228198 +5191,3317.896182,900.170734,1164.90179,571.4550983,2004.101758 +5192,3268.576923,897.0001173,1165.86453,572.5835145,2005.94093 +5193,3369.284646,893.8262014,1166.795938,573.764118,2007.757344 +5194,3309.150443,891.1093037,1167.694041,574.9942535,2009.550387 +5195,3377.388135,887.5091216,1168.562955,576.3984721,2011.328768 +5196,3375.487382,881.9675274,1162.888822,575.2845759,2013.089715 +5197,3402.440796,878.3345268,1162.485318,576.194863,2014.828114 +5198,3416.154101,875.0163516,1162.708166,577.3975886,2016.546415 +5199,3431.10027,871.8793622,1162.994874,579.0352886,2018.246995 +5200,3445.799838,868.7295955,1163.404834,580.3623282,2019.874609 +5201,3460.40437,865.6506684,1163.803375,581.8993194,2021.617069 +5202,3484.199253,862.602068,1164.208078,583.465398,2023.270157 +5203,3485.030132,859.585069,1164.641799,585.0849598,2024.822338 +5204,3504.982551,856.5969266,1164.983278,586.7552413,2026.414295 +5205,3518.168446,853.6367546,1165.389982,588.4756076,2028.07759 +5206,3531.450159,850.7030089,1165.755704,590.2443427,2029.607881 +5207,3545.546374,847.7629767,1166.115943,592.0612828,2031.172013 +5208,3558.777331,844.9278558,1166.49764,593.924998,2032.709109 +5209,3572.445074,842.0474792,1166.782408,595.8360887,2034.23211 +5210,3585.55781,839.2184921,1167.130177,597.793139,2035.737864 +5211,3606.173501,836.4090228,1167.435186,599.6151676,2037.173941 +5212,3607.903652,833.6544825,1167.768506,601.9489588,2038.794974 +5213,3632.537549,830.8436545,1168.003972,603.90234,2040.05857 +5214,3633.061202,828.125844,1168.336352,606.0743065,2042.203836 +5215,3653.675351,825.4038975,1168.541006,608.254669,2052.409214 +5216,3667.58426,822.7390128,1168.85127,610.4812391,2040.994376 +5217,3669.160568,820.0197286,1169.068069,612.7499264,2035.351376 +5218,3651.824916,817.1072869,1169.266102,614.842492,2054.265864 +5219,3638.5054,814.9123076,1169.50914,617.5395553,2046.715732 +5220,3630.65725,812.0924205,1169.744558,619.7672149,2049.97055 +5221,3639.751359,776.8077883,1093.417117,589.2548815,1908.66102 +5222,3652.063106,773.5867178,1093.121886,591.3983624,1910.004996 +5223,3658.079541,771.1562787,1092.983354,593.8549005,1911.152874 +5224,3661.231265,768.4555086,1092.953237,596.3303919,1912.592491 +5225,3663.694051,765.9325028,1092.948537,598.8859649,1914.058802 +5226,3666.365869,763.3689485,1092.95237,601.4948965,1915.604175 +5227,3668.670144,760.8583637,1092.957015,604.153032,1917.014555 +5228,3670.795119,758.3684449,1092.958229,606.8579721,1918.559976 +5229,3672.707821,755.8723922,1092.954354,609.3953329,1919.996564 +5230,3674.378239,753.4750966,1092.943991,612.5207359,1921.588047 +5231,3675.852797,751.0353864,1092.926886,615.1993099,1923.043656 +5232,3677.148859,748.6368632,1092.933115,618.161183,1924.62598 +5233,3678.306081,746.271361,1092.879701,621.0572502,1926.054833 +5234,3679.323536,743.9145785,1092.864424,624.0625945,1927.60804 +5235,3680.234996,741.5946185,1092.83108,627.2799159,1929.491993 +5236,3680.888864,739.2909895,1092.717317,629.962245,1933.836717 +5237,3681.601138,737.0094092,1092.679613,633.2548843,1930.797705 +5238,3682.068531,734.7637245,1092.603572,636.3129057,1939.17507 +5239,3682.701158,732.5166123,1092.526264,639.5295436,1931.079626 +5240,3682.935097,730.3040186,1092.440407,642.7023127,1946.756356 +5241,3683.602171,728.10772,1092.384877,645.9999278,1927.864055 +5242,3684.616799,725.9311728,1092.229502,649.2513494,1933.200564 +5243,3684.813317,723.776305,1092.148168,652.6274051,1946.276139 +5244,3684.914069,721.6425805,1092.02826,655.9552259,1940.284518 +5245,3685.202538,719.5304682,1091.906468,659.1535614,1943.443103 +5246,3685.378696,717.4397593,1091.777332,662.9577464,1945.009463 +5247,3685.529389,715.3702703,1091.678627,666.2746938,1946.451319 +5248,3685.654818,713.321663,1091.477864,669.7818118,1947.781208 +5249,3685.760467,711.2942725,1091.354446,673.3732834,1949.185239 +5250,3685.826792,709.2878345,1091.191081,676.9073066,1950.756469 +5251,3685.861331,707.3440827,1091.122874,680.5561868,1952.012668 +5252,3685.807571,705.4305076,1091.070613,684.1415434,1953.481719 +5253,3685.629302,703.5425022,1091.060955,687.8525627,1954.874394 +5254,3685.341066,701.6790551,1090.95683,691.4955453,1956.270788 +5255,3684.960947,699.8388864,1090.938771,695.2645382,1957.669139 +5256,3684.506248,698.0218552,1090.886708,698.9605907,1959.059995 +5257,3683.981956,696.2275374,1090.448895,702.783494,1960.513705 +5258,3683.397188,694.4555185,1091.037162,706.5281404,1961.792333 +5259,3682.75379,692.705586,1090.640333,710.4009819,1963.155745 +5260,3682.061972,690.9773367,1090.683336,714.1896501,1964.694799 +5261,3681.313971,689.2999767,1090.588142,718.0758046,1965.904092 +5262,3680.514677,687.5705973,1090.596742,721.9843195,1967.334872 +5263,3679.665711,685.9268075,1090.514695,725.8396593,1968.685543 +5264,3679.296715,684.2778698,1090.506977,729.8143829,1970.040227 +5265,3680.027646,682.6536698,1090.348495,733.6976152,1971.393452 +5266,3681.124365,681.0495884,1090.381389,737.6731773,1972.739679 +5267,3682.430293,679.4651811,1090.285683,741.6665908,1974.081432 +5268,3683.84509,677.9001203,1090.230203,745.5964553,1975.487696 +5269,3685.312289,676.3541775,1090.166606,749.6454235,1976.705735 +5270,3686.834736,672.2135788,1083.941572,754.1450451,1978.052507 +5271,3689.461581,670.1784191,1082.714253,758.3388877,1979.44492 +5272,3692.661558,668.4080304,1082.049817,762.544506,1980.701492 +5273,3695.791488,666.7307019,1081.510781,766.677911,1982.097365 +5274,3698.582514,665.075947,1081.147259,770.9034586,1983.288152 +5275,3701.032405,663.5311928,1080.729784,775.1081405,1984.645376 +5276,3703.230975,661.952687,1080.414898,779.3636054,1985.929816 +5277,3705.263351,660.4265192,1080.004876,783.539298,1987.221447 +5278,3707.183418,658.9207367,1079.70177,787.708266,1988.510638 +5279,3709.02321,657.4385013,1079.372114,791.6916131,1989.788782 +5280,3710.793883,655.9787568,1079.015462,796.3686475,1991.068995 +5281,3732.209245,587.9402669,925.5822718,734.6266926,1706.027855 +5282,3752.403314,586.2414312,923.2489587,737.7962351,1705.675843 +5283,3761.69218,584.2008153,922.1157221,741.843987,1705.688096 +5284,3766.821595,582.4755804,920.9518097,745.6836666,1705.954201 +5285,3770.980232,581.0097248,919.8106547,749.5988448,1706.309903 +5286,3775.620555,578.9872205,918.8226489,753.5291848,1706.728429 +5287,3780.159426,577.5094728,917.7924363,757.4654325,1707.243129 +5288,3783.814376,575.8554306,916.8112337,761.4027693,1707.634196 +5289,3787.76005,574.2600903,915.8118265,765.3378409,1708.113855 +5290,3791.125267,572.6861999,914.9064945,769.2676342,1708.699016 +5291,3794.431111,571.1327039,913.9459252,773.1896037,1709.170354 +5292,3797.130727,569.5983466,913.0249016,777.1011843,1709.696919 +5293,3799.520769,568.0823937,912.110792,780.9999805,1710.216917 +5294,3801.644663,566.5840637,911.1766636,784.9190754,1710.736955 +5295,3803.534327,565.1027972,910.3281611,788.7312905,1711.256204 +5296,3805.211891,563.6379507,909.4220859,792.6020827,1711.773096 +5297,3806.982541,562.189066,908.5510228,796.4189589,1712.287123 +5298,3808.265881,560.7555784,907.6832588,800.2152299,1712.797007 +5299,3809.375921,559.3370518,906.8229123,803.9830599,1713.302439 +5300,3810.333229,557.9329758,905.9692374,807.7554066,1713.802329 +5301,3811.155163,556.5429562,905.1218316,811.4018642,1714.296509 +5302,3811.805508,555.166407,904.2797472,815.0906235,1714.78365 +5303,3812.26798,553.8029739,903.4426145,818.7057226,1715.263753 +5304,3812.551655,552.4521492,902.6096766,822.2802448,1715.735868 +5305,3812.673269,551.1135654,901.780537,825.8050159,1716.199904 +5306,3812.644093,549.9991384,900.9247757,829.3121127,1716.654822 +5307,3812.487001,548.3740629,900.1453367,832.6681038,1717.100468 +5308,3812.197687,547.217486,899.3023691,836.0416451,1717.535762 +5309,3811.774257,545.8917322,898.4866533,839.3136331,1717.960514 +5310,3811.224138,544.6066604,897.666923,842.5155694,1718.373573 +5311,3810.696286,542.7450868,895.4868333,844.317114,1718.77465 +5312,3809.855635,540.7633138,893.0068814,845.7633852,1719.155246 +5313,3808.447003,538.7012704,890.343022,847.0445168,1719.510404 +5314,3806.188972,536.6210392,887.5844421,847.661753,1719.849567 +5315,3803.752765,534.5143227,884.8245564,849.1852288,1720.171411 +5316,3800.970715,532.3824195,881.9339217,849.5642183,1720.469862 +5317,3797.916866,530.228017,879.0075537,850.3247409,1720.7455 +5318,3794.62661,528.0518797,875.9898801,850.7378778,1720.992632 +5319,3791.128349,525.8556865,872.9893571,851.1741991,1721.211533 +5320,3787.446866,523.6395928,869.8744061,851.3176094,1721.396501 +5321,3783.601954,521.4049175,866.7077674,851.8885218,1721.548005 +5322,3779.328428,518.9479377,863.8331464,851.1911124,1721.660655 +5323,3775.265693,516.9645833,860.1868498,851.2514646,1721.735262 +5324,3771.056892,514.7254688,857.07254,850.9579531,1721.766828 +5325,3766.413313,512.1777248,853.7558138,850.5094481,1721.756578 +5326,3762.041969,509.9856054,850.3506727,849.971079,1721.75645 +5327,3757.135894,507.618914,846.9964483,849.3032355,1721.569023 +5328,3753.04955,505.264125,843.5440851,848.5119622,1721.459521 +5329,3748.125014,502.894168,840.0517129,847.5988907,1721.25254 +5330,3742.883352,500.5088035,836.5859168,846.5648027,1721.002844 +5331,3737.731804,498.1088722,833.0037177,845.4108478,1720.704066 +5332,3732.481728,495.6940195,829.4747427,844.1383613,1720.352276 +5333,3726.834781,493.2651721,825.5976635,842.7094813,1719.949927 +5334,3721.352154,490.8219488,822.3395205,841.2606166,1719.493393 +5335,3715.770969,488.5466732,818.4972879,839.6141697,1718.985378 +5336,3710.102187,485.8189303,814.8446352,837.8877553,1718.421414 +5337,3704.336689,483.4593892,811.1248598,836.0459153,1717.807604 +5338,3698.461474,480.9376355,807.3778685,834.0581199,1717.136575 +5339,3692.188816,478.4290813,803.8367859,832.0566493,1716.413902 +5340,3686.14182,475.7314589,799.7114517,829.8729898,1715.635691 +5341,2054.408472,473.5545596,801.9096854,839.8619322,1734.131328 +5342,2121.901781,600.9155918,958.4750935,934.134333,2274.337937 +5343,2226.552038,601.1584887,972.6113601,963.1509126,2293.835242 +5344,2313.158715,597.849819,980.1214217,946.4209551,2293.22252 +5345,2376.057788,594.9401401,984.6135234,944.5148612,2293.391065 +5346,2417.990096,592.059026,987.4402376,939.9304146,2285.240697 +5347,2444.994057,589.2870986,989.2837684,935.2231058,2295.594103 +5348,2462.282708,586.2494775,990.5372227,930.4699453,2283.68232 +5349,2473.845519,583.3794074,991.4055213,925.4190936,2293.996032 +5350,2481.671492,580.5409105,991.9987769,920.265419,2281.1729 +5351,2486.636927,577.509093,992.3705292,914.9432013,2286.297638 +5352,2489.200547,574.5515155,992.5589288,909.4694854,2285.748059 +5353,2489.715881,571.7128104,992.5874047,903.8441002,2283.891663 +5354,2488.50703,568.6136547,992.4823171,898.0057597,2282.674019 +5355,2485.833844,565.6885361,992.2594083,892.1709333,2281.679551 +5356,2481.918706,562.8005236,991.9350846,886.1111627,2280.569608 +5357,2476.955945,559.7234255,991.5274862,879.7407585,2279.359804 +5358,2471.110135,556.7060932,991.0443665,873.4584562,2278.057966 +5359,2464.512507,553.7839497,990.4945405,866.8501061,2276.811916 +5360,2457.271493,551.4111189,989.8871126,857.4279692,2275.486307 +5361,2449.041436,548.3022608,989.2550452,863.4338137,2274.109427 +5362,2440.125514,545.2616372,988.5903406,824.2568094,2266.793173 +5363,2430.836917,542.198216,987.884788,856.2033249,2277.761417 +5364,2421.32808,539.077433,987.137633,812.3618303,2263.096126 +5365,2411.629502,536.4357382,986.3516939,828.4356198,2274.233997 +5366,2401.554545,533.2346038,985.5455965,810.8664913,2259.501411 +5367,2391.091925,530.0728517,984.714472,804.1182231,2265.34216 +5368,2380.268229,526.8409053,983.8528274,795.2705442,2263.175244 +5369,2369.122197,522.6212362,982.9580855,749.8200159,2260.366777 +5370,2352.687466,520.0854337,981.9966542,739.9079744,2258.408962 +5371,2333.511921,517.9151751,981.031171,732.7213584,2256.528866 +5372,2314.48834,515.0001783,980.0838149,725.8110398,2254.412337 +5373,2296.953361,512.8190667,979.1559987,719.6736364,2252.268848 +5374,2281.125574,510.4455804,970.3593831,713.7151138,2250.013885 +5375,2266.738194,508.0720179,927.2128013,707.8476481,2247.674382 +5376,2253.49755,505.7422754,950.1367337,702.3469024,2245.24839 +5377,2241.161802,503.4199658,939.0633304,696.9416907,2236.572771 +5378,2229.524416,501.1081089,933.125183,691.697092,2247.772479 +5379,2218.504436,498.7746669,931.8873312,686.4454419,2229.384549 +5380,2207.764716,496.5311175,927.6876577,681.3574152,2235.932443 +5381,2197.767524,494.2262661,923.8899383,676.4407375,2231.812705 +5382,2188.173106,491.9601867,920.6582959,671.5656452,2228.171618 +5383,2178.924399,489.7156583,915.1966213,666.7231478,2225.419023 +5384,2169.97794,487.4378623,914.4091127,662.0376147,2222.633872 +5385,2161.295458,485.2473103,910.0218409,657.3807275,2219.560813 +5386,2152.847173,482.9974821,906.7971069,652.7999412,2216.48476 +5387,2144.577249,480.7875583,903.5024235,648.2821953,2213.400272 +5388,2136.493388,478.5836823,900.2263598,643.8266219,2210.438868 +5389,2128.603486,476.3614921,894.8683345,639.4283131,2207.126204 +5390,2120.878153,474.2267628,894.5776348,635.1299858,2204.036129 +5391,2113.299174,472.0368403,890.2144914,630.7719563,2194.462317 +5392,2105.852902,469.8866089,887.0991912,626.519455,2206.40401 +5393,2098.530465,467.7442468,883.9490801,622.4272333,2185.181542 +5394,1992.512545,465.5845779,880.9829545,618.1838636,2193.739696 +5395,1928.457651,463.5119517,877.821653,614.1204122,2187.91572 +5396,1958.056966,461.3860151,874.7553182,610.0540287,2184.313087 +5397,1915.740459,459.3006896,871.6935739,606.0795898,2181.454725 +5398,1901.565894,457.2232956,868.6101336,601.9980653,2178.376693 +5399,1875.916372,455.1306009,865.6952684,598.1566511,2175.374285 +5400,1865.224725,453.1231491,862.6971904,594.2212648,2172.027101 +5401,0,0,0,0,0 +5402,0,0,0,0,0 +5403,0,0,0,0,0 +5404,0,0,0,0,0 +5405,0,0,0,0,0 +5406,0,0,0,0,0 +5407,0,0,0,0,0 +5408,0,0,0,0,0 +5409,0,0,0,0,0 +5410,0,0,0,0,0 +5411,0,0,0,0,0 +5412,0,0,0,0,0 +5413,0,0,0,0,0 +5414,0,0,0,0,0 +5415,0,0,0,0,0 +5416,0,0,0,0,0 +5417,0,0,0,0,0 +5418,0,0,0,0,0 +5419,0,0,0,0,0 +5420,0,0,0,0,0 +5421,0,0,0,0,0 +5422,0,0,0,0,0 +5423,0,0,0,0,0 +5424,0,0,0,0,0 +5425,0,0,0,0,0 +5426,0,0,0,0,0 +5427,0,0,0,0,0 +5428,0,0,0,0,0 +5429,0,0,0,0,0 +5430,0,0,0,0,0 +5431,0,0,0,0,0 +5432,0,0,0,0,0 +5433,0,0,0,0,0 +5434,0,0,0,0,0 +5435,0,0,0,0,0 +5436,0,0,0,0,0 +5437,0,0,0,0,0 +5438,0,0,0,0,0 +5439,0,0,0,0,0 +5440,0,0,0,0,0 +5441,0,0,0,0,0 +5442,0,0,0,0,0 +5443,0,0,0,0,0 +5444,0,0,0,0,0 +5445,0,0,0,0,0 +5446,0,0,0,0,0 +5447,0,0,0,0,0 +5448,0,0,0,0,0 +5449,0,0,0,0,0 +5450,0,0,0,0,0 +5451,0,0,0,0,0 +5452,0,0,0,0,0 +5453,0,0,0,0,0 +5454,0,0,0,0,0 +5455,0,0,0,0,0 +5456,0,0,0,0,0 +5457,0,0,0,0,0 +5458,0,0,0,0,0 +5459,0,0,0,0,0 +5460,0,0,0,0,0 +5461,0,0,0,0,0 +5462,0,0,0,0,0 +5463,0,0,0,0,0 +5464,0,0,0,0,0 +5465,0,0,0,0,0 +5466,0,0,0,0,0 +5467,0,0,0,0,0 +5468,0,0,0,0,0 +5469,0,0,0,0,0 +5470,0,0,0,0,0 +5471,0,0,0,0,0 +5472,0,0,0,0,0 +5473,0,0,0,0,0 +5474,0,0,0,0,0 +5475,0,0,0,0,0 +5476,0,0,0,0,0 +5477,0,0,0,0,0 +5478,0,0,0,0,0 +5479,0,0,0,0,0 +5480,0,0,0,0,0 +5481,0,0,0,0,0 +5482,0,0,0,0,0 +5483,0,0,0,0,0 +5484,0,0,0,0,0 +5485,0,0,0,0,0 +5486,0,0,0,0,0 +5487,0,0,0,0,0 +5488,0,0,0,0,0 +5489,0,0,0,0,0 +5490,0,0,0,0,0 +5491,0,0,0,0,0 +5492,0,0,0,0,0 +5493,0,0,0,0,0 +5494,0,0,0,0,0 +5495,0,0,0,0,0 +5496,0,0,0,0,0 +5497,0,0,0,0,0 +5498,0,0,0,0,0 +5499,0,0,0,0,0 +5500,0,0,0,0,0 +5501,0,0,0,0,0 +5502,0,0,0,0,0 +5503,0,0,0,0,0 +5504,0,0,0,0,0 +5505,0,0,0,0,0 +5506,0,0,0,0,0 +5507,0,0,0,0,0 +5508,0,0,0,0,0 +5509,0,0,0,0,0 +5510,0,0,0,0,0 +5511,0,0,0,0,0 +5512,0,0,0,0,0 +5513,0,0,0,0,0 +5514,0,0,0,0,0 +5515,0,0,0,0,0 +5516,0,0,0,0,0 +5517,0,0,0,0,0 +5518,0,0,0,0,0 +5519,0,0,0,0,0 +5520,0,0,0,0,0 +5521,0,0,0,0,0 +5522,0,0,0,0,0 +5523,0,0,0,0,0 +5524,0,0,0,0,0 +5525,0,0,0,0,0 +5526,0,0,0,0,0 +5527,0,0,0,0,0 +5528,0,0,0,0,0 +5529,0,0,0,0,0 +5530,0,0,0,0,0 +5531,0,0,0,0,0 +5532,0,0,0,0,0 +5533,0,0,0,0,0 +5534,0,0,0,0,0 +5535,0,0,0,0,0 +5536,0,0,0,0,0 +5537,0,0,0,0,0 +5538,0,0,0,0,0 +5539,0,0,0,0,0 +5540,0,0,0,0,0 +5541,0,0,0,0,0 +5542,0,0,0,0,0 +5543,0,0,0,0,0 +5544,0,0,0,0,0 +5545,0,0,0,0,0 +5546,0,0,0,0,0 +5547,0,0,0,0,0 +5548,0,0,0,0,0 +5549,0,0,0,0,0 +5550,0,0,0,0,0 +5551,0,0,0,0,0 +5552,0,0,0,0,0 +5553,0,0,0,0,0 +5554,0,0,0,0,0 +5555,0,0,0,0,0 +5556,0,0,0,0,0 +5557,0,0,0,0,0 +5558,0,0,0,0,0 +5559,0,0,0,0,0 +5560,0,0,0,0,0 +5561,0,0,0,0,0 +5562,0,0,0,0,0 +5563,0,0,0,0,0 +5564,0,0,0,0,0 +5565,0,0,0,0,0 +5566,0,0,0,0,0 +5567,0,0,0,0,0 +5568,0,0,0,0,0 +5569,0,0,0,0,0 +5570,0,0,0,0,0 +5571,0,0,0,0,0 +5572,0,0,0,0,0 +5573,0,0,0,0,0 +5574,0,0,0,0,0 +5575,0,0,0,0,0 +5576,0,0,0,0,0 +5577,0,0,0,0,0 +5578,0,0,0,0,0 +5579,0,0,0,0,0 +5580,0,0,0,0,0 +5581,0,0,0,0,0 +5582,0,0,0,0,0 +5583,0,0,0,0,0 +5584,0,0,0,0,0 +5585,0,0,0,0,0 +5586,0,0,0,0,0 +5587,0,0,0,0,0 +5588,0,0,0,0,0 +5589,0,0,0,0,0 +5590,0,0,0,0,0 +5591,0,0,0,0,0 +5592,0,0,0,0,0 +5593,0,0,0,0,0 +5594,0,0,0,0,0 +5595,0,0,0,0,0 +5596,0,0,0,0,0 +5597,0,0,0,0,0 +5598,0,0,0,0,0 +5599,0,0,0,0,0 +5600,0,0,0,0,0 +5601,0,0,0,0,0 +5602,0,0,0,0,0 +5603,0,0,0,0,0 +5604,0,0,0,0,0 +5605,0,0,0,0,0 +5606,0,0,0,0,0 +5607,0,0,0,0,0 +5608,0,0,0,0,0 +5609,0,0,0,0,0 +5610,0,0,0,0,0 +5611,0,0,0,0,0 +5612,0,0,0,0,0 +5613,0,0,0,0,0 +5614,0,0,0,0,0 +5615,0,0,0,0,0 +5616,0,0,0,0,0 +5617,0,0,0,0,0 +5618,0,0,0,0,0 +5619,0,0,0,0,0 +5620,0,0,0,0,0 +5621,0,0,0,0,0 +5622,0,0,0,0,0 +5623,0,0,0,0,0 +5624,0,0,0,0,0 +5625,0,0,0,0,0 +5626,0,0,0,0,0 +5627,0,0,0,0,0 +5628,0,0,0,0,0 +5629,0,0,0,0,0 +5630,0,0,0,0,0 +5631,0,0,0,0,0 +5632,0,0,0,0,0 +5633,0,0,0,0,0 +5634,0,0,0,0,0 +5635,0,0,0,0,0 +5636,0,0,0,0,0 +5637,0,0,0,0,0 +5638,0,0,0,0,0 +5639,0,0,0,0,0 +5640,0,0,0,0,0 +5641,0,0,0,0,0 +5642,0,0,0,0,0 +5643,0,0,0,0,0 +5644,0,0,0,0,0 +5645,0,0,0,0,0 +5646,0,0,0,0,0 +5647,0,0,0,0,0 +5648,0,0,0,0,0 +5649,0,0,0,0,0 +5650,0,0,0,0,0 +5651,0,0,0,0,0 +5652,0,0,0,0,0 +5653,0,0,0,0,0 +5654,0,0,0,0,0 +5655,0,0,0,0,0 +5656,0,0,0,0,0 +5657,0,0,0,0,0 +5658,0,0,0,0,0 +5659,0,0,0,0,0 +5660,0,0,0,0,0 +5661,0,0,0,0,0 +5662,0,0,0,0,0 +5663,0,0,0,0,0 +5664,0,0,0,0,0 +5665,0,0,0,0,0 +5666,0,0,0,0,0 +5667,0,0,0,0,0 +5668,0,0,0,0,0 +5669,0,0,0,0,0 +5670,0,0,0,0,0 +5671,0,0,0,0,0 +5672,0,0,0,0,0 +5673,0,0,0,0,0 +5674,0,0,0,0,0 +5675,0,0,0,0,0 +5676,0,0,0,0,0 +5677,0,0,0,0,0 +5678,0,0,0,0,0 +5679,0,0,0,0,0 +5680,0,0,0,0,0 +5681,0,0,0,0,0 +5682,0,0,0,0,0 +5683,0,0,0,0,0 +5684,0,0,0,0,0 +5685,0,0,0,0,0 +5686,0,0,0,0,0 +5687,0,0,0,0,0 +5688,0,0,0,0,0 +5689,0,0,0,0,0 +5690,0,0,0,0,0 +5691,0,0,0,0,0 +5692,0,0,0,0,0 +5693,0,0,0,0,0 +5694,0,0,0,0,0 +5695,0,0,0,0,0 +5696,0,0,0,0,0 +5697,0,0,0,0,0 +5698,0,0,0,0,0 +5699,0,0,0,0,0 +5700,0,0,0,0,0 +5701,0,0,0,0,0 +5702,0,0,0,0,0 +5703,0,0,0,0,0 +5704,0,0,0,0,0 +5705,0,0,0,0,0 +5706,0,0,0,0,0 +5707,0,0,0,0,0 +5708,0,0,0,0,0 +5709,0,0,0,0,0 +5710,0,0,0,0,0 +5711,0,0,0,0,0 +5712,0,0,0,0,0 +5713,0,0,0,0,0 +5714,0,0,0,0,0 +5715,0,0,0,0,0 +5716,0,0,0,0,0 +5717,0,0,0,0,0 +5718,0,0,0,0,0 +5719,0,0,0,0,0 +5720,0,0,0,0,0 +5721,0,0,0,0,0 +5722,0,0,0,0,0 +5723,0,0,0,0,0 +5724,0,0,0,0,0 +5725,0,0,0,0,0 +5726,0,0,0,0,0 +5727,0,0,0,0,0 +5728,0,0,0,0,0 +5729,0,0,0,0,0 +5730,0,0,0,0,0 +5731,0,0,0,0,0 +5732,0,0,0,0,0 +5733,0,0,0,0,0 +5734,0,0,0,0,0 +5735,0,0,0,0,0 +5736,0,0,0,0,0 +5737,0,0,0,0,0 +5738,0,0,0,0,0 +5739,0,0,0,0,0 +5740,0,0,0,0,0 +5741,0,0,0,0,0 +5742,0,0,0,0,0 +5743,0,0,0,0,0 +5744,0,0,0,0,0 +5745,0,0,0,0,0 +5746,0,0,0,0,0 +5747,0,0,0,0,0 +5748,0,0,0,0,0 +5749,0,0,0,0,0 +5750,0,0,0,0,0 +5751,0,0,0,0,0 +5752,0,0,0,0,0 +5753,0,0,0,0,0 +5754,0,0,0,0,0 +5755,0,0,0,0,0 +5756,0,0,0,0,0 +5757,0,0,0,0,0 +5758,0,0,0,0,0 +5759,0,0,0,0,0 +5760,0,0,0,0,0 +5761,0,0,0,0,0 +5762,0,0,0,0,0 +5763,0,0,0,0,0 +5764,0,0,0,0,0 +5765,0,0,0,0,0 +5766,0,0,0,0,0 +5767,0,0,0,0,0 +5768,0,0,0,0,0 +5769,0,0,0,0,0 +5770,0,0,0,0,0 +5771,0,0,0,0,0 +5772,0,0,0,0,0 +5773,0,0,0,0,0 +5774,0,0,0,0,0 +5775,0,0,0,0,0 +5776,0,0,0,0,0 +5777,0,0,0,0,0 +5778,0,0,0,0,0 +5779,0,0,0,0,0 +5780,0,0,0,0,0 +5781,0,0,0,0,0 +5782,0,0,0,0,0 +5783,0,0,0,0,0 +5784,0,0,0,0,0 +5785,0,0,0,0,0 +5786,0,0,0,0,0 +5787,0,0,0,0,0 +5788,0,0,0,0,0 +5789,0,0,0,0,0 +5790,0,0,0,0,0 +5791,0,0,0,0,0 +5792,0,0,0,0,0 +5793,0,0,0,0,0 +5794,0,0,0,0,0 +5795,0,0,0,0,0 +5796,0,0,0,0,0 +5797,0,0,0,0,0 +5798,0,0,0,0,0 +5799,0,0,0,0,0 +5800,0,0,0,0,0 +5801,0,0,0,0,0 +5802,0,0,0,0,0 +5803,0,0,0,0,0 +5804,0,0,0,0,0 +5805,0,0,0,0,0 +5806,0,0,0,0,0 +5807,0,0,0,0,0 +5808,0,0,0,0,0 +5809,0,0,0,0,0 +5810,0,0,0,0,0 +5811,0,0,0,0,0 +5812,0,0,0,0,0 +5813,0,0,0,0,0 +5814,0,0,0,0,0 +5815,0,0,0,0,0 +5816,0,0,0,0,0 +5817,0,0,0,0,0 +5818,0,0,0,0,0 +5819,0,0,0,0,0 +5820,0,0,0,0,0 +5821,0,0,0,0,0 +5822,0,0,0,0,0 +5823,0,0,0,0,0 +5824,0,0,0,0,0 +5825,0,0,0,0,0 +5826,0,0,0,0,0 +5827,0,0,0,0,0 +5828,0,0,0,0,0 +5829,0,0,0,0,0 +5830,0,0,0,0,0 +5831,0,0,0,0,0 +5832,0,0,0,0,0 +5833,0,0,0,0,0 +5834,0,0,0,0,0 +5835,0,0,0,0,0 +5836,0,0,0,0,0 +5837,0,0,0,0,0 +5838,0,0,0,0,0 +5839,0,0,0,0,0 +5840,0,0,0,0,0 +5841,0,0,0,0,0 +5842,0,0,0,0,0 +5843,0,0,0,0,0 +5844,0,0,0,0,0 +5845,0,0,0,0,0 +5846,0,0,0,0,0 +5847,0,0,0,0,0 +5848,0,0,0,0,0 +5849,0,0,0,0,0 +5850,0,0,0,0,0 +5851,0,0,0,0,0 +5852,0,0,0,0,0 +5853,0,0,0,0,0 +5854,0,0,0,0,0 +5855,0,0,0,0,0 +5856,0,0,0,0,0 +5857,0,0,0,0,0 +5858,0,0,0,0,0 +5859,0,0,0,0,0 +5860,0,0,0,0,0 +5861,0,0,0,0,0 +5862,0,0,0,0,0 +5863,0,0,0,0,0 +5864,0,0,0,0,0 +5865,0,0,0,0,0 +5866,0,0,0,0,0 +5867,0,0,0,0,0 +5868,0,0,0,0,0 +5869,0,0,0,0,0 +5870,0,0,0,0,0 +5871,0,0,0,0,0 +5872,0,0,0,0,0 +5873,0,0,0,0,0 +5874,0,0,0,0,0 +5875,0,0,0,0,0 +5876,0,0,0,0,0 +5877,0,0,0,0,0 +5878,0,0,0,0,0 +5879,0,0,0,0,0 +5880,0,0,0,0,0 +5881,0,0,0,0,0 +5882,0,0,0,0,0 +5883,0,0,0,0,0 +5884,0,0,0,0,0 +5885,0,0,0,0,0 +5886,0,0,0,0,0 +5887,0,0,0,0,0 +5888,0,0,0,0,0 +5889,0,0,0,0,0 +5890,0,0,0,0,0 +5891,0,0,0,0,0 +5892,0,0,0,0,0 +5893,0,0,0,0,0 +5894,0,0,0,0,0 +5895,0,0,0,0,0 +5896,0,0,0,0,0 +5897,0,0,0,0,0 +5898,0,0,0,0,0 +5899,0,0,0,0,0 +5900,0,0,0,0,0 +5901,0,0,0,0,0 +5902,0,0,0,0,0 +5903,0,0,0,0,0 +5904,0,0,0,0,0 +5905,0,0,0,0,0 +5906,0,0,0,0,0 +5907,0,0,0,0,0 +5908,0,0,0,0,0 +5909,0,0,0,0,0 +5910,0,0,0,0,0 +5911,0,0,0,0,0 +5912,0,0,0,0,0 +5913,0,0,0,0,0 +5914,0,0,0,0,0 +5915,0,0,0,0,0 +5916,0,0,0,0,0 +5917,0,0,0,0,0 +5918,0,0,0,0,0 +5919,0,0,0,0,0 +5920,0,0,0,0,0 +5921,0,0,0,0,0 +5922,0,0,0,0,0 +5923,0,0,0,0,0 +5924,0,0,0,0,0 +5925,0,0,0,0,0 +5926,0,0,0,0,0 +5927,0,0,0,0,0 +5928,0,0,0,0,0 +5929,0,0,0,0,0 +5930,0,0,0,0,0 +5931,0,0,0,0,0 +5932,0,0,0,0,0 +5933,0,0,0,0,0 +5934,0,0,0,0,0 +5935,0,0,0,0,0 +5936,0,0,0,0,0 +5937,0,0,0,0,0 +5938,0,0,0,0,0 +5939,0,0,0,0,0 +5940,0,0,0,0,0 +5941,0,0,0,0,0 +5942,0,0,0,0,0 +5943,0,0,0,0,0 +5944,0,0,0,0,0 +5945,0,0,0,0,0 +5946,0,0,0,0,0 +5947,0,0,0,0,0 +5948,0,0,0,0,0 +5949,0,0,0,0,0 +5950,0,0,0,0,0 +5951,0,0,0,0,0 +5952,0,0,0,0,0 +5953,0,0,0,0,0 +5954,0,0,0,0,0 +5955,0,0,0,0,0 +5956,0,0,0,0,0 +5957,0,0,0,0,0 +5958,0,0,0,0,0 +5959,0,0,0,0,0 +5960,0,0,0,0,0 +5961,0,0,0,0,0 +5962,0,0,0,0,0 +5963,0,0,0,0,0 +5964,0,0,0,0,0 +5965,0,0,0,0,0 +5966,0,0,0,0,0 +5967,0,0,0,0,0 +5968,0,0,0,0,0 +5969,0,0,0,0,0 +5970,0,0,0,0,0 +5971,0,0,0,0,0 +5972,0,0,0,0,0 +5973,0,0,0,0,0 +5974,0,0,0,0,0 +5975,0,0,0,0,0 +5976,0,0,0,0,0 +5977,0,0,0,0,0 +5978,0,0,0,0,0 +5979,0,0,0,0,0 +5980,0,0,0,0,0 +5981,0,0,0,0,0 +5982,0,0,0,0,0 +5983,0,0,0,0,0 +5984,0,0,0,0,0 +5985,0,0,0,0,0 +5986,0,0,0,0,0 +5987,0,0,0,0,0 +5988,0,0,0,0,0 +5989,0,0,0,0,0 +5990,0,0,0,0,0 +5991,0,0,0,0,0 +5992,0,0,0,0,0 +5993,0,0,0,0,0 +5994,0,0,0,0,0 +5995,0,0,0,0,0 +5996,0,0,0,0,0 +5997,0,0,0,0,0 +5998,0,0,0,0,0 +5999,0,0,0,0,0 +6000,0,0,0,0,0 +6001,0,0,0,0,0 +6002,0,0,0,0,0 +6003,0,0,0,0,0 +6004,0,0,0,0,0 +6005,0,0,0,0,0 +6006,0,0,0,0,0 +6007,0,0,0,0,0 +6008,0,0,0,0,0 +6009,0,0,0,0,0 +6010,0,0,0,0,0 +6011,0,0,0,0,0 +6012,0,0,0,0,0 +6013,0,0,0,0,0 +6014,0,0,0,0,0 +6015,0,0,0,0,0 +6016,0,0,0,0,0 +6017,0,0,0,0,0 +6018,0,0,0,0,0 +6019,0,0,0,0,0 +6020,0,0,0,0,0 +6021,0,0,0,0,0 +6022,0,0,0,0,0 +6023,0,0,0,0,0 +6024,0,0,0,0,0 +6025,0,0,0,0,0 +6026,0,0,0,0,0 +6027,0,0,0,0,0 +6028,0,0,0,0,0 +6029,0,0,0,0,0 +6030,0,0,0,0,0 +6031,0,0,0,0,0 +6032,0,0,0,0,0 +6033,0,0,0,0,0 +6034,0,0,0,0,0 +6035,0,0,0,0,0 +6036,0,0,0,0,0 +6037,0,0,0,0,0 +6038,0,0,0,0,0 +6039,0,0,0,0,0 +6040,0,0,0,0,0 +6041,0,0,0,0,0 +6042,0,0,0,0,0 +6043,0,0,0,0,0 +6044,0,0,0,0,0 +6045,0,0,0,0,0 +6046,0,0,0,0,0 +6047,0,0,0,0,0 +6048,0,0,0,0,0 +6049,0,0,0,0,0 +6050,0,0,0,0,0 +6051,0,0,0,0,0 +6052,0,0,0,0,0 +6053,0,0,0,0,0 +6054,0,0,0,0,0 +6055,0,0,0,0,0 +6056,0,0,0,0,0 +6057,0,0,0,0,0 +6058,0,0,0,0,0 +6059,0,0,0,0,0 +6060,0,0,0,0,0 +6061,0,0,0,0,0 +6062,0,0,0,0,0 +6063,0,0,0,0,0 +6064,0,0,0,0,0 +6065,0,0,0,0,0 +6066,0,0,0,0,0 +6067,0,0,0,0,0 +6068,0,0,0,0,0 +6069,0,0,0,0,0 +6070,0,0,0,0,0 +6071,0,0,0,0,0 +6072,0,0,0,0,0 +6073,0,0,0,0,0 +6074,0,0,0,0,0 +6075,0,0,0,0,0 +6076,0,0,0,0,0 +6077,0,0,0,0,0 +6078,0,0,0,0,0 +6079,0,0,0,0,0 +6080,0,0,0,0,0 +6081,0,0,0,0,0 +6082,0,0,0,0,0 +6083,0,0,0,0,0 +6084,0,0,0,0,0 +6085,0,0,0,0,0 +6086,0,0,0,0,0 +6087,0,0,0,0,0 +6088,0,0,0,0,0 +6089,0,0,0,0,0 +6090,0,0,0,0,0 +6091,0,0,0,0,0 +6092,0,0,0,0,0 +6093,0,0,0,0,0 +6094,0,0,0,0,0 +6095,0,0,0,0,0 +6096,0,0,0,0,0 +6097,0,0,0,0,0 +6098,0,0,0,0,0 +6099,0,0,0,0,0 +6100,0,0,0,0,0 +6101,0,0,0,0,0 +6102,0,0,0,0,0 +6103,0,0,0,0,0 +6104,0,0,0,0,0 +6105,0,0,0,0,0 +6106,0,0,0,0,0 +6107,0,0,0,0,0 +6108,0,0,0,0,0 +6109,0,0,0,0,0 +6110,0,0,0,0,0 +6111,0,0,0,0,0 +6112,0,0,0,0,0 +6113,0,0,0,0,0 +6114,0,0,0,0,0 +6115,0,0,0,0,0 +6116,0,0,0,0,0 +6117,0,0,0,0,0 +6118,0,0,0,0,0 +6119,0,0,0,0,0 +6120,0,0,0,0,0 +6121,0,0,0,0,0 +6122,0,0,0,0,0 +6123,0,0,0,0,0 +6124,0,0,0,0,0 +6125,0,0,0,0,0 +6126,0,0,0,0,0 +6127,0,0,0,0,0 +6128,0,0,0,0,0 +6129,0,0,0,0,0 +6130,0,0,0,0,0 +6131,0,0,0,0,0 +6132,0,0,0,0,0 +6133,0,0,0,0,0 +6134,0,0,0,0,0 +6135,0,0,0,0,0 +6136,0,0,0,0,0 +6137,0,0,0,0,0 +6138,0,0,0,0,0 +6139,0,0,0,0,0 +6140,0,0,0,0,0 +6141,0,0,0,0,0 +6142,0,0,0,0,0 +6143,0,0,0,0,0 +6144,0,0,0,0,0 +6145,0,0,0,0,0 +6146,0,0,0,0,0 +6147,0,0,0,0,0 +6148,0,0,0,0,0 +6149,0,0,0,0,0 +6150,0,0,0,0,0 +6151,0,0,0,0,0 +6152,0,0,0,0,0 +6153,0,0,0,0,0 +6154,0,0,0,0,0 +6155,0,0,0,0,0 +6156,0,0,0,0,0 +6157,0,0,0,0,0 +6158,0,0,0,0,0 +6159,0,0,0,0,0 +6160,0,0,0,0,0 +6161,0,0,0,0,0 +6162,0,0,0,0,0 +6163,0,0,0,0,0 +6164,0,0,0,0,0 +6165,0,0,0,0,0 +6166,0,0,0,0,0 +6167,0,0,0,0,0 +6168,0,0,0,0,0 +6169,0,0,0,0,0 +6170,0,0,0,0,0 +6171,0,0,0,0,0 +6172,0,0,0,0,0 +6173,0,0,0,0,0 +6174,0,0,0,0,0 +6175,0,0,0,0,0 +6176,0,0,0,0,0 +6177,0,0,0,0,0 +6178,0,0,0,0,0 +6179,0,0,0,0,0 +6180,0,0,0,0,0 +6181,-1063.227138,-467.5705284,-1035.847256,-467.4388366,637.6047305 +6182,-1580.069738,-658.1008923,-1548.249123,-657.9706001,-370.9158436 +6183,-1010.585898,-402.0113503,-980.8900287,-401.884074,519.0202146 +6184,-1432.756689,-594.936416,-1403.382898,-594.813487,-291.1209555 +6185,-1109.365813,-448.4890088,-1079.77704,-448.3701746,285.6074545 +6186,-1472.616957,-614.5176141,-1442.937213,-614.4028229,-392.1376094 +6187,-1192.394998,-487.501707,-1162.325812,-487.3905552,118.4541635 +6188,-1318.041892,-543.6243236,-1286.645385,-543.5170701,-53.27047699 +6189,-1406.951556,-584.1075897,-1375.302109,-584.0039578,-194.9500811 +6190,-1462.717074,-610.0124635,-1431.120733,-609.9122645,-296.9118539 +6191,-1491.46957,-623.8253495,-1459.983094,-623.7283792,-360.1147196 +6192,-1501.259533,-629.0687978,-1469.880328,-628.9748748,-392.9290711 +6193,-1499.878521,-629.2277244,-1468.593048,-629.1367128,-406.1503371 +6194,-1583.630053,-668.9264411,-1553.02518,-668.8381195,-608.26896 +6195,-1397.60014,-585.188612,-1367.151833,-585.102918,-289.6219717 +6196,-1420.031156,-595.4639334,-1389.200479,-595.3810095,-318.5066576 +6197,-1435.578368,-602.8904469,-1404.574324,-602.8102312,-346.3099571 +6198,-1442.99265,-606.6974119,-1411.914146,-606.6198015,-364.4016454 +6199,-1444.279814,-607.7138055,-1413.170748,-607.6386882,-373.3704335 +6200,-1441.893335,-607.0281527,-1410.76936,-606.9554281,-376.159137 +6201,-1437.69161,-605.4798352,-1406.555528,-605.4094171,-375.45612 +6202,-1432.794367,-603.5783535,-1401.644381,-603.5101653,-373.0382037 +6203,-1427.777478,-601.5870149,-1396.610931,-601.520985,-369.8945976 +6204,-1422.898262,-599.6245563,-1391.712958,-599.5606152,-366.515282 +6205,-1418.252193,-597.7364411,-1387.046667,-597.674521,-363.1205295 +6206,-1413.860305,-595.9345828,-1382.633754,-595.8746171,-359.7983357 +6207,-1409.712157,-594.2167267,-1378.464294,-594.1586503,-356.5756586 +6208,-1405.785554,-592.5752681,-1374.516487,-592.5190176,-353.4527179 +6209,-1402.055262,-591.0011083,-1370.765386,-590.9466219,-350.4188544 +6210,-1398.496812,-589.4853394,-1367.18673,-589.4325572,-347.4599439 +6211,-1395.0881,-588.0199508,-1363.758557,-587.9688147,-344.5618455 +6212,-1391.809787,-586.5980117,-1360.461621,-586.5484654,-341.7117211 +6213,-1388.649637,-585.2156345,-1357.283631,-585.1676233,-338.9029164 +6214,-1385.587346,-583.8651088,-1354.204471,-583.8185802,-336.119928 +6215,-1382.614884,-582.5441594,-1351.216014,-582.4990624,-333.3593405 +6216,-1379.721669,-581.2491984,-1348.307686,-581.2054838,-330.6145405 +6217,-1376.897925,-579.9768692,-1345.469726,-579.9344894,-327.8793919 +6218,-1374.135786,-578.7245693,-1342.694258,-578.6834786,-325.149357 +6219,-1371.288242,-575.915875,-1339.713133,-577.3739869,-322.4253348 +6220,-1368.401181,-572.0713573,-1336.619761,-576.031297,-319.7185087 +6221,-1365.530987,-567.8721634,-1333.526701,-574.6876609,-317.0262322 +6222,-1362.701201,-563.6506945,-1330.484697,-573.3575599,-314.3398983 +6223,-1359.914744,-559.4874731,-1327.503264,-572.0436894,-311.6542917 +6224,-1357.139653,-555.414796,-1324.549616,-570.7305445,-308.9645048 +6225,-1354.377525,-551.3776291,-1321.622823,-569.4195751,-306.2677725 +6226,-1351.635504,-547.3278933,-1318.728386,-568.1148723,-303.5629874 +6227,-1348.916598,-543.24191,-1315.868647,-566.8183491,-300.8498147 +6228,-1346.220048,-539.1111335,-1313.042653,-565.5299914,-298.128202 +6229,-1428.901383,-574.5438247,-1396.165519,-603.8602131,-483.0216796 +6230,-1259.62181,-494.677576,-1226.867788,-526.948663,-182.7890672 +6231,-1286.877759,-503.4511171,-1253.637556,-538.7330932,-211.971007 +6232,-1307.217907,-509.3372885,-1273.714144,-547.6884262,-240.5602978 +6233,-1319.224733,-511.4993675,-1285.572366,-552.9800416,-259.7837415 +6234,-1414.186512,-552.206243,-1381.033725,-596.8776767,-466.6824748 +6235,-1241.264016,-470.3576219,-1208.149076,-518.2825565,-159.5111514 +6236,-1271.661005,-480.2074429,-1238.093716,-531.4447235,-193.165378 +6237,-1293.85457,-486.6067204,-1260.05866,-541.2161685,-224.5693302 +6238,-1306.88048,-488.9155492,-1272.962235,-546.9583251,-245.431715 +6239,-1302.077029,-445.4086704,-1268.083969,-544.6500901,-236.8248442 +6240,-1292.228124,-295.9186593,-1258.176812,-540.0749954,-220.2928959 +6241,-1299.305094,156.8745504,-1265.197664,-543.210435,-234.9470001 +6242,-1287.444257,184.0043081,-1253.336807,-537.7056154,-219.2093627 +6243,-1264.013994,212.5662997,-1229.928716,-527.0945358,-182.9906832 +6244,-457.3796649,237.7665716,-683.1184141,-471.9458289,34.97235011 +6245,-232.2165899,253.842057,-72.35552432,-165.9626949,-210.1595758 +6246,-493.5591292,298.2559136,-514.7784771,-170.0812173,673.9064627 +6247,-345.2832021,278.6126927,-329.440289,-205.3572746,29.88570846 +6248,-316.4858868,320.3042686,-295.0167204,-159.1664109,303.9999019 +6249,-293.8164739,397.0289808,-277.461395,-138.9886976,1173.198858 +6250,-270.3684648,307.8113932,-250.4540475,-149.9258133,290.5712901 +6251,-247.9567115,453.0850292,-229.2094387,-117.931337,1398.105281 +6252,-10.78900242,364.4528094,8.125775998,-22.40847611,1252.839855 +6253,-523.4920068,351.4359017,-500.9466643,-239.2547368,715.0685032 +6254,-34.10013757,372.6496138,-14.99526301,-29.86866321,1325.522699 +6255,-197.002153,390.8511512,-176.3764007,-96.78801825,1123.56109 +6256,-144.9321624,404.8721317,-124.6287384,-73.40508849,1184.202945 +6257,77.85307179,607.2934962,99.78124607,45.38407845,1624.265736 +6258,-403.3036338,351.9978018,-384.8023582,-213.9318868,596.9865566 +6259,218.3503014,414.9154699,237.1346467,102.2791479,1623.217112 +6260,-336.7855074,387.5635783,-314.3964376,-143.928937,1085.972381 +6261,65.20417325,589.7238734,85.38127835,15.49336449,1517.379308 +6262,131.9015385,391.7961223,149.7778628,46.03362362,1254.946002 +6263,-288.8234515,375.4244179,-264.4336843,-122.840015,1097.084643 +6264,284.8512802,431.0602948,300.6429953,118.4699234,1623.881137 +6265,56.78733501,599.5142126,77.80265139,31.69243833,1529.44883 +6266,-264.6714528,354.0905087,-245.5206473,-127.2925916,826.5038056 +6267,333.6224306,410.9465383,352.3883086,149.3396463,1502.355526 +6268,16.33102332,593.8477398,37.41632385,12.978638,1594.485519 +6269,117.1510559,388.6719043,130.5989106,40.97287276,1382.704075 +6270,-32.03493064,384.8296256,-11.46896063,-8.611081949,1324.510224 +6271,323.6973207,433.1672441,339.756983,141.6841815,1519.089129 +6272,62.21240111,606.3054473,82.10371601,30.12131671,1470.555911 +6273,190.0753585,391.7734512,200.235076,82.95149278,1321.425323 +6274,204.4189153,427.5642132,222.1287948,91.84561749,1450.380247 +6275,48.40451167,598.9202481,62.70481411,23.2379953,1764.487251 +6276,337.0183753,371.8601412,351.1463797,150.9658813,1194.495451 +6277,230.6944363,413.9801293,243.2937999,102.1802643,1346.051155 +6278,234.1091095,434.9160002,245.3954069,105.7387298,1410.7695 +6279,261.0684475,449.7524289,273.6986767,117.9363001,1451.20844 +6280,279.7164822,461.8953113,289.43445,125.0233573,1482.009788 +6281,290.7467728,471.320433,300.5691162,130.4722219,1503.14267 +6282,303.4135858,477.8581064,311.9412439,135.8564144,1513.650843 +6283,317.0912415,481.9018543,324.1783181,141.8138687,1514.749763 +6284,329.4750442,484.0049379,337.3731817,147.5875683,1508.462921 +6285,344.6041685,484.5199264,348.1393634,152.9473489,1496.119955 +6286,355.4123712,483.7898327,361.4850657,159.332656,1479.061838 +6287,370.802567,481.9899372,373.1439219,164.4422109,1457.977221 +6288,382.9128413,479.4418985,385.7187184,170.2181183,1434.146941 +6289,397.4426398,476.1988982,397.0124128,175.6224616,1407.781892 +6290,410.2583952,472.3489741,410.3292353,181.70645,1379.234224 +6291,424.2915207,468.0304886,422.1115574,186.8154512,1349.058163 +6292,437.591757,463.2243754,434.6063834,192.6447485,1317.178602 +6293,451.2881763,457.9993046,446.449697,198.0095702,1283.87067 +6294,466.8384164,452.2139759,460.3781273,204.4776744,1248.568854 +6295,478.5200134,446.2907994,468.1756294,209.2195775,1212.961045 +6296,489.6600118,439.9794703,477.5129445,214.8231275,1175.780743 +6297,499.7373521,433.3718739,488.0849572,219.8322382,1137.4274 +6298,504.4842001,417.9593492,490.8346647,220.473823,1063.936014 +6299,506.3859917,411.655167,506.3555263,230.1196997,1026.946084 +6300,479.7877801,405.1754399,479.498611,217.8741748,989.3732205 +6301,464.0567873,403.3630503,463.3539381,210.486702,970.6215734 +6302,458.1937286,405.6081415,457.0412222,207.5407517,968.8468462 +6303,458.374823,902.5780185,456.7962887,207.2941867,976.9078823 +6304,460.6784744,673.2422159,458.7075515,207.9578962,987.7900496 +6305,463.2719476,744.9362626,460.9333814,208.7062829,998.3621089 +6306,465.6993203,773.3066457,463.0086634,209.2226977,1007.941432 +6307,467.7324978,792.4843495,464.7331381,209.5866842,1016.669194 +6308,469.5566073,811.3306025,466.2667393,209.9102022,1024.755743 +6309,471.3292358,830.2445791,467.7456683,210.2466003,1032.305717 +6310,473.1081996,848.2466853,469.2188746,210.6054848,1039.348291 +6311,474.8951046,866.781945,470.6863628,210.9806177,1045.890095 +6312,476.6763348,884.4699145,472.1351574,211.3644876,1051.940607 +6313,478.4409325,902.1784508,473.5549977,211.7523206,1057.51811 +6314,480.183318,919.4106758,474.9406426,212.1415307,1062.64697 +6315,481.9016688,937.3257191,476.2903946,212.530692,1067.354738 +6316,483.5854251,953.7394715,477.5937751,212.9140627,1071.65077 +6317,485.2541742,970.8652071,478.870478,213.29948,1075.597652 +6318,486.9010202,987.5340017,480.1137456,213.682729,1079.208366 +6319,488.52733,1003.709398,481.3250987,214.0633905,1082.509356 +6320,490.13458,1020.576237,482.506174,214.4411539,1085.52562 +6321,491.7243319,1036.495016,483.6586881,214.8158106,1088.280637 +6322,493.2981258,1059.088878,484.784329,215.1872094,1090.796215 +6323,494.8576815,1079.370338,485.8848085,215.5552828,1093.092654 +6324,496.4050642,1099.780591,486.9618162,215.9200263,1095.188742 +6325,497.9419895,1119.860802,488.0169742,216.2814766,1097.101774 +6326,499.4697878,1139.771883,489.0517739,216.6376258,1098.847513 +6327,500.9896231,1159.497327,490.0676375,216.9915081,1100.440412 +6328,502.5025046,1179.042491,491.0658318,217.3434094,1101.893534 +6329,504.0094029,1198.365231,492.0475484,217.6927986,1103.218801 +6330,505.5111692,1217.626982,493.01383,218.0372616,1104.426931 +6331,507.0086162,1235.056551,493.9656538,218.3796675,1105.527683 +6332,508.4874081,1252.033287,494.887472,218.7127013,1106.529745 +6333,509.9395149,1268.794161,495.7774055,219.035457,1107.440969 +6334,511.364361,1285.169184,496.6323534,219.3456271,1108.268388 +6335,512.7647825,1300.792457,497.458841,219.6462715,1109.018411 +6336,514.1440536,1317.404314,498.2563486,219.9365239,1109.696761 +6337,515.5049286,1332.62736,499.0309938,220.2194068,1110.308649 +6338,516.849504,1348.173349,499.7811917,220.4936242,1110.858701 +6339,518.1794654,1363.304612,500.5121253,220.7617915,1111.351138 +6340,519.4961716,1378.259487,501.221598,221.0223505,1111.789688 +6341,520.8008062,1392.930275,501.9143321,221.2777273,1112.177765 +6342,522.0943489,1407.540367,502.5878047,221.526239,1112.518379 +6343,523.3776686,1421.818015,503.246431,221.7701951,1112.814304 +6344,524.6514823,1435.953427,503.8874565,222.0078301,1113.06798 +6345,525.9164699,1449.889354,504.51507,222.24137,1113.281676 +6346,527.1733047,1463.627992,505.1263521,222.4689931,1113.457382 +6347,528.422682,1477.137882,505.7253273,222.6928665,1113.596967 +6348,529.6652083,1490.606192,506.3089652,222.9111331,1113.70207 +6349,530.9014514,1494.457253,506.8811699,223.1259178,1113.774245 +6350,532.1785107,1505.894902,507.6395717,223.4227382,1113.814926 +6351,533.4756406,1517.807745,508.4973568,223.7629205,1113.825407 +6352,534.7697155,1529.897974,509.3517723,224.1009715,1113.806751 +6353,536.050796,1541.842309,510.163112,224.4204665,1113.760079 +6354,537.3177469,1553.531953,510.9221691,224.7174226,1113.686434 +6355,538.5724775,1565.395166,511.6397745,224.9974529,1113.586872 +6356,539.8169856,1576.880538,512.3202831,225.2622191,1113.462288 +6357,541.0527058,1588.542032,512.9726859,225.5162563,1113.313561 +6358,542.2805671,1599.764965,513.5970001,225.7591538,1113.141431 +6359,543.5012975,1610.998745,514.1992538,225.9940492,1112.946652 +6360,544.7154679,1622.214492,514.7780216,226.2198444,1112.729866 +6361,543.2670552,1635.207393,512.6820063,225.2317744,1107.66161 +6362,542.0078662,1645.548802,510.7712599,224.3279202,1102.971108 +6363,540.8640968,1655.906456,508.9774556,223.4789408,1098.511556 +6364,539.7459283,1665.862718,507.2119723,222.6454994,1094.111709 +6365,538.608815,1675.650489,505.4293326,221.8069948,1089.686832 +6366,537.4421337,1686.308056,503.6176152,220.9577793,1085.214972 +6367,536.2488842,1702.009949,501.7787961,220.0985237,1080.699156 +6368,535.034218,1703.019597,499.9173287,219.2310852,1076.146594 +6369,533.8020786,1725.063311,498.0366733,218.3569119,1071.562693 +6370,532.5550679,1718.245865,496.1390664,217.476917,1066.950789 +6371,531.2950771,1717.864709,494.2261057,216.5917351,1062.313224 +6372,530.0235972,1750.389952,492.2990575,215.7018581,1057.651865 +6373,528.7419623,1746.9087,490.3590689,214.8077311,1052.968468 +6374,527.4513098,1758.246337,488.4071345,213.9097357,1048.264586 +6375,526.1526494,1766.974637,486.4441601,213.0082187,1043.541681 +6376,524.8467928,1775.252186,484.4708889,212.1034572,1038.800969 +6377,523.5344518,1783.85768,482.4879904,211.1956991,1034.043578 +6378,522.216199,1791.911982,480.4960073,210.2851384,1029.270434 +6379,520.8925471,1800.108594,478.4954435,209.371955,1024.482424 +6380,519.5638908,1808.190857,476.486706,208.4562878,1019.680278 +6381,518.2305884,1815.891507,474.4701879,207.5382728,1014.864718 +6382,516.8929127,1823.857342,472.4461992,206.6180106,1010.036326 +6383,515.5511225,1831.546526,470.4150524,205.6956054,1005.195702 +6384,514.2053967,1839.000087,468.3769886,204.7711313,1000.343321 +6385,517.6023555,1846.514292,471.0786977,206.0021414,1004.109576 +6386,521.8326347,1853.748193,474.610844,207.6101668,1009.387126 +6387,525.9617124,1861.179517,478.0388147,209.1700406,1157.107483 +6388,530.3008006,1868.104345,481.6736859,210.8240616,1188.962371 +6389,534.1900847,1875.169942,484.8555681,212.2733653,1162.742041 +6390,537.9721757,1882.034876,487.9270883,213.674688,1192.48882 +6391,541.6674605,1888.481449,490.9086998,215.0378961,1204.476662 +6392,545.2957514,1894.832698,493.8268204,216.3749658,1215.851006 +6393,548.8701251,1900.809061,496.6983908,217.6934223,1227.003664 +6394,552.3986681,1906.827014,499.5321085,218.9970482,1238.167578 +6395,555.8869515,1912.537584,502.3326507,220.2878203,1248.993378 +6396,646.2958995,1918.333303,505.1032993,221.5670917,1259.616313 +6397,702.5435166,1923.801363,507.8468846,222.8360137,1270.478549 +6398,681.0100379,1929.203444,510.5658681,224.0955716,1280.503554 +6399,705.4554395,1934.541607,513.2623258,225.3465794,1291.116482 +6400,719.3380516,1939.523734,515.9379812,226.5896979,1301.14444 +6401,732.0404515,1944.559644,518.5942756,227.8254687,1311.214792 +6402,744.7563903,1949.384004,521.2323844,229.0543212,1321.05791 +6403,757.4973785,1954.086067,523.8532987,230.2766088,1330.870115 +6404,769.7450545,1958.653921,526.457893,231.4926387,1340.371023 +6405,782.2238999,1963.087915,529.046926,232.7026702,1350.195273 +6406,794.1722171,1967.38834,531.6210673,233.9069268,1359.513791 +6407,806.3623073,1971.557622,534.1808826,235.1055885,1368.891031 +6408,818.1766619,1975.58979,536.7191714,236.2953095,1378.137544 +6409,829.9181342,1979.495104,539.2454302,237.4757724,1387.118148 +6410,841.2008795,1983.267031,541.7646297,238.645888,1396.454393 +6411,853.2630155,1986.908741,544.2703273,239.8027792,1405.279209 +6412,864.1198983,1990.419907,546.7497791,240.9468525,1414.181503 +6413,875.5956529,1993.801129,549.1965042,242.0793529,1422.962536 +6414,886.5816034,1997.05277,551.6106117,243.2015383,1431.655321 +6415,898.0935285,2000.17544,553.9950759,244.3144379,1440.05103 +6416,908.3820273,2011.039842,556.3532135,245.4188606,1448.908958 +6417,919.2650672,2015.30383,558.5523406,246.4562628,1457.16386 +6418,930.0543139,2018.653703,560.3273079,247.3052726,1465.783545 +6419,940.9094068,2021.922125,562.4715738,248.3252299,1473.734415 +6420,950.9352189,2024.897512,606.2621704,249.3346297,1482.09225 +6421,844.1411962,1974.178242,565.9185418,250.3274328,1259.345831 +6422,852.7496889,1975.945395,565.4767072,250.3024277,1265.345326 +6423,861.8429035,1977.829981,564.2968853,249.7687108,1271.816035 +6424,871.055527,1979.735096,563.2256329,249.2384077,1278.10757 +6425,880.8278492,1981.566691,562.5753628,248.9233738,1284.872424 +6426,889.7968589,1983.304424,562.3479043,248.8368012,1291.938953 +6427,899.8071682,1984.933988,562.4571386,248.9326468,1298.743075 +6428,908.6286755,1986.447212,562.8283981,249.1617086,1305.688908 +6429,918.0901207,1987.840513,563.4041033,249.4937757,1312.449984 +6430,927.5041651,1989.112333,564.1512875,249.90646,1319.742163 +6431,936.7670446,1990.262409,565.0400531,250.3874127,1326.220006 +6432,946.3288031,1991.290818,566.0520375,250.923355,1333.209532 +6433,956.4829312,1992.198242,606.8297132,251.5067302,1339.981735 +6434,967.6168868,1992.985263,611.3692472,252.1274846,1346.578886 +6435,978.1363565,1993.652376,613.6768204,252.7808399,1353.578686 +6436,988.9370426,1994.199993,623.7085799,253.459211,1360.130551 +6437,999.5379082,1994.629138,631.0877309,254.1599646,1366.805619 +6438,1010.728289,1994.940669,638.1153415,254.8773027,1373.406944 +6439,1021.667936,1995.135942,645.1868109,255.6100781,1379.969651 +6440,1032.260777,1995.21581,652.1511138,256.3537068,1386.489468 +6441,1043.157659,1995.181552,659.1314288,257.108042,1392.792296 +6442,1054.52901,1995.033955,665.8875883,268.0731232,1399.52299 +6443,1065.362108,1994.774286,672.911763,306.1090201,1405.784355 +6444,1076.478366,1994.403162,679.4467767,258.2428856,1412.178852 +6445,1087.583765,1993.921435,686.1463073,298.0905717,1418.501896 +6446,1098.721326,1993.329958,693.0521609,313.1066793,1424.782981 +6447,1109.615182,1992.630019,699.4821197,268.0409584,1431.027875 +6448,1121.274277,1991.822097,706.046463,309.6737334,1437.230225 +6449,1132.287321,1990.907805,712.8167992,302.894324,1443.398722 +6450,1143.610487,1989.887769,719.1755935,306.4573272,1449.317028 +6451,1154.470171,1988.16998,725.3854241,310.4320519,1455.749701 +6452,1165.473179,1986.230475,732.1015357,313.8609617,1461.636356 +6453,1176.317155,1984.12369,738.1437313,317.3043585,1467.694945 +6454,1187.326029,1981.866743,744.434526,320.5930471,1473.895943 +6455,1197.871524,1979.469415,750.7609331,323.9182003,1479.519499 +6456,1209.394298,1976.937464,756.7652225,327.2618999,1485.558513 +6457,1220.015429,1974.183518,762.9387772,330.5057271,1491.440039 +6458,1231.110787,1971.61772,769.3005519,333.6943615,1497.236099 +6459,1242.353624,1968.514416,774.9043896,336.9761462,1503.085055 +6460,1252.83617,1965.559476,781.1765508,340.1456195,1508.811728 +6461,1264.047863,1962.399026,787.0555364,343.2508903,1514.592218 +6462,1275.03455,1959.136767,793.236132,346.5046294,1520.249678 +6463,1285.911164,1955.762847,798.7437157,349.4891815,1525.962995 +6464,1297.051816,1952.278978,804.9765553,352.6276086,1531.302175 +6465,1307.951241,1948.687694,810.4533341,355.717973,1537.350938 +6466,1318.64884,1944.990679,816.4615576,358.7656684,1542.675993 +6467,1330.247247,1941.190275,822.2433625,361.739227,1548.304807 +6468,1341.034772,1937.287996,828.0453525,364.8525662,1553.757815 +6469,1352.01699,1933.193901,833.2809416,367.7619038,1559.250471 +6470,1363.206392,1929.222752,839.307833,370.7089426,1564.708967 +6471,1374.090598,1924.964388,844.9371809,373.7519287,1570.073941 +6472,1385.29686,1920.685676,850.4829381,376.5480564,1575.467006 +6473,1396.281084,1916.30129,855.9343712,379.5898541,1580.834496 +6474,1407.323951,1911.91429,861.379112,382.2660002,1586.101844 +6475,1418.390587,1907.22145,867.2400823,385.4087432,1591.434699 +6476,1429.538646,1902.626657,872.5278409,388.0636085,1596.633698 +6477,1440.528468,1897.782528,878.0403375,391.0633753,1601.877861 +6478,1451.672769,1893.078885,883.2552061,393.7253296,1607.092192 +6479,1462.663373,1888.106983,888.6929112,396.63968,1612.208399 +6480,1473.818636,1883.123895,894.1256801,399.4500016,1617.361078 +6481,1243.055551,1767.795284,658.2058387,313.6845014,1138.691679 +6482,1248.877215,1759.892896,657.4568228,262.8375086,1136.535338 +6483,1256.344009,1755.247009,650.7308231,303.9818522,1135.955143 +6484,1264.920251,1748.81923,651.6653418,306.5378261,1136.426098 +6485,1273.62964,1742.458318,653.4791452,268.2888484,1137.646242 +6486,1282.640591,1735.946085,655.9400018,301.8611219,1139.312098 +6487,1291.933084,1729.6254,658.4244008,316.2156037,1141.289234 +6488,1301.22475,1723.108456,661.2659919,265.4211727,1143.406306 +6489,1310.743228,1716.618946,663.9042625,310.6336525,1145.848235 +6490,1319.837124,1710.076669,666.8919784,297.7198251,1148.076195 +6491,1330.102937,1703.489308,669.7130271,300.7278852,1150.70887 +6492,1339.405199,1696.858726,672.8301721,302.4900054,1153.218 +6493,1349.260204,1690.182109,675.659514,304.5080912,1155.855999 +6494,1358.966392,1709.592312,678.8442131,305.886848,1158.471388 +6495,1368.862338,1639.012775,681.8709509,307.6733117,1161.358148 +6496,1378.660849,1688.02671,684.9365449,309.3014412,1163.979519 +6497,1388.6549,1668.06155,688.2291079,310.9638998,1166.787511 +6498,1398.545175,1642.923672,691.1963407,312.6958844,1169.717848 +6499,1408.623265,1662.156729,694.5419547,314.3791346,1172.547844 +6500,1418.59436,1630.997041,697.7002015,316.0960929,1175.471156 +6501,1428.75794,1639.831526,700.9476652,317.7852003,1178.337636 +6502,1438.80814,1626.974502,704.140496,319.5619774,1181.492122 +6503,1449.05091,1620.923628,707.5896797,321.2785985,1184.308941 +6504,1459.169481,1613.78299,710.6525695,322.9941464,1187.318868 +6505,1469.490237,1606.60618,714.1418234,324.7981712,1190.461477 +6506,1479.673336,1599.391366,717.4014224,326.5349863,1193.459839 +6507,1490.012837,1592.141573,720.7516411,328.3037998,1196.548642 +6508,1500.389854,1584.930507,724.1075047,330.0808781,1199.641511 +6509,1510.682708,1577.511547,727.3936419,331.8158331,1202.753516 +6510,1521.168542,1570.138709,730.9868278,333.6603424,1205.793298 +6511,1532.060329,1563.218289,733.468495,335.1167821,1209.068595 +6512,1543.202356,1556.18733,736.0095794,336.514459,1212.237178 +6513,1554.434463,1549.281898,738.618697,338.0202206,1215.27424 +6514,1565.614574,1542.180308,740.995692,339.2671499,1218.42298 +6515,1576.991368,1535.202931,743.4229569,340.7375258,1221.728394 +6516,1588.445884,1528.142825,745.8054218,342.0527457,1224.848803 +6517,1599.849717,1521.065288,748.1641147,343.399758,1228.062439 +6518,1611.498168,1513.956896,750.4884205,344.7287087,1231.271048 +6519,1623.030968,1506.821565,752.7973083,346.0009907,1234.471067 +6520,1634.767942,1499.651699,755.0784714,347.4207741,1237.690885 +6521,1646.583368,1492.450344,757.3378107,348.5638273,1240.910254 +6522,1658.328211,1485.215336,759.5743775,349.9633495,1244.026301 +6523,1670.272075,1478.014162,761.691598,351.1939035,1247.419789 +6524,1681.69614,1470.615974,764.036912,352.4656405,1250.56532 +6525,1694.576493,1463.256089,766.1354888,353.7199685,1253.814083 +6526,1706.216843,1455.966858,768.3040766,354.964608,1257.154301 +6527,1718.640604,1448.578603,770.5379904,356.1998686,1260.207655 +6528,1730.683278,1441.052954,772.490067,357.3753751,1263.413932 +6529,1743.154575,1433.617721,774.5488723,358.7210808,1266.795142 +6530,1755.476487,1426.09412,776.7734948,359.8117492,1269.939464 +6531,1767.940699,1418.544646,778.7431379,361.0039596,1273.185379 +6532,1780.459662,1410.959782,780.7944199,362.2674397,1276.40885 +6533,1792.984087,1403.341134,782.8084932,363.4090829,1279.632476 +6534,1805.803818,1395.687717,784.8031779,364.6483068,1282.732773 +6535,1815.546161,1387.735883,795.9412275,369.5005036,1286.346026 +6536,1828.074569,1379.932993,799.035291,371.2603354,1289.326216 +6537,1840.76433,1372.205025,801.6668453,372.8334265,1292.689112 +6538,1853.399358,1364.615834,804.0977372,374.0961069,1295.708409 +6539,1866.444596,1356.74202,806.4377273,375.4962675,1299.017076 +6540,1879.293199,1349.015583,808.7111915,376.7402364,1302.206688 +6541,2126.873622,1448.300341,1046.247942,484.8251368,1767.152062 +6542,2143.083223,1442.41595,1051.933507,487.7820403,1749.142902 +6543,2158.176804,1435.710356,1056.326065,490.1776214,1754.769024 +6544,2172.604415,1428.748237,1060.166322,492.2884653,1758.870436 +6545,2186.896696,1421.611295,1063.627442,494.1340192,1762.884942 +6546,2201.053413,1414.347873,1066.944439,496.2023464,1766.486209 +6547,2215.150348,1406.99568,1070.091721,497.9157481,1769.993812 +6548,2229.229468,1399.574116,1073.157885,499.6928946,1773.33984 +6549,2246.505775,1392.157639,1075.804211,501.407438,1776.599689 +6550,2262.381465,1384.544473,1079.100748,503.085647,1779.782658 +6551,2273.81252,1376.952861,1081.695961,504.7310519,1782.902012 +6552,2293.055769,1369.413561,1084.499092,506.3454731,1785.567635 +6553,2301.04458,1361.780736,1087.124334,507.9310301,1789.229406 +6554,2289.198172,1354.014267,1089.751464,509.4885877,1791.831228 +6555,2343.464699,1346.330174,1092.295296,511.1549672,1794.840803 +6556,2338.644454,1338.622261,1094.787234,512.4544225,1797.708016 +6557,2356.677221,1330.692232,1097.253385,514.0330584,1800.541339 +6558,2371.455559,1322.995773,1099.59468,515.4671339,1803.295122 +6559,2385.623025,1315.157258,1101.948603,516.8981262,1806.115492 +6560,2400.057228,1307.213269,1104.226202,518.1694653,1808.807248 +6561,2414.780673,1299.352003,1106.459395,519.7611259,1811.502652 +6562,2429.08625,1291.362773,1108.644094,521.0245524,1814.158629 +6563,2443.846275,1283.555052,1110.810875,522.3879662,1816.824521 +6564,2458.280156,1275.469614,1112.858066,523.7079494,1819.35645 +6565,2472.910917,1267.583576,1114.925454,525.0068791,1821.912332 +6566,2487.843671,1259.441136,1116.922036,526.2848406,1824.507701 +6567,2502.342608,1254.855158,1118.879686,527.5424776,1826.988819 +6568,2517.212433,1249.138146,1120.794041,528.779883,1829.481145 +6569,2532.011289,1243.315984,1122.666277,529.9975763,1831.94245 +6570,2546.874998,1237.410857,1124.526807,531.19595,1834.379602 +6571,2560.407326,1231.404897,1126.301071,532.3873196,1836.793565 +6572,2573.868254,1225.274019,1128.108927,533.5634847,1839.18261 +6573,2586.983099,1219.321325,1129.855416,534.7222308,1841.509413 +6574,2600.169328,1213.118174,1131.570428,535.8649098,1843.961951 +6575,2613.611118,1207.067951,1133.251104,536.9903104,1846.190545 +6576,2626.48635,1201.475069,1134.896289,538.0998693,1848.532594 +6577,2639.684965,1194.589107,1136.508174,539.1925407,1850.811335 +6578,2652.717284,1188.915448,1138.116385,540.269624,1853.074433 +6579,2665.860152,1182.71717,1139.614863,541.3304777,1855.321026 +6580,2678.565692,1176.634418,1141.148827,542.3754189,1857.545922 +6581,2691.783788,1170.554596,1142.623597,543.4047681,1859.709639 +6582,2704.623221,1164.433589,1144.071022,544.4184481,1861.963934 +6583,2717.662571,1158.44309,1145.487453,545.2634503,1864.101231 +6584,2730.370744,1152.360354,1146.872648,546.4770773,1866.258937 +6585,2743.320544,1146.33202,1148.227658,547.3331064,1868.392376 +6586,2756.025905,1140.312436,1149.552258,548.3115959,1870.507339 +6587,2769.147966,1134.261422,1150.847509,549.2498983,1872.605469 +6588,2781.672637,1128.347234,1152.113149,550.173804,1874.685714 +6589,2794.568607,1122.35119,1153.350244,551.0830966,1876.793364 +6590,2807.335534,1116.424828,1154.615319,551.9890655,1878.820046 +6591,2833.243485,1110.463537,1155.761896,552.8758781,1880.861563 +6592,2818.700728,1104.635384,1156.946399,553.7464187,1882.952046 +6593,2846.722569,1098.734259,1158.074316,554.6023544,1884.930374 +6594,2860.144263,1092.897752,1159.177689,555.4433809,1886.929139 +6595,2870.125557,1087.040228,1160.253671,556.2703712,1888.904412 +6596,2883.429768,1081.321181,1161.302163,557.083263,1890.862461 +6597,2896.149635,1075.542221,1162.324503,557.8826687,1892.805594 +6598,2908.818995,1069.834634,1163.3204,558.6684135,1894.73274 +6599,2921.159726,1064.158166,1164.291089,559.4410381,1896.645974 +6600,2933.626429,1058.475749,1165.23618,560.2003465,1898.544073 +6601,2993.374571,1075.707382,1213.107883,583.7578343,1982.167826 +6602,3008.50943,1071.289162,1216.338842,585.6908329,1987.830122 +6603,3022.320037,1066.524325,1218.592345,587.0752065,1992.698237 +6604,3046.997868,1061.587765,1220.390793,588.2959814,1997.240332 +6605,3056.532614,1056.70444,1222.006622,589.4066761,2001.370309 +6606,3057.401881,1051.706227,1223.379906,590.4446017,2005.338653 +6607,3102.631402,1046.744688,1224.719575,591.4291406,2009.151955 +6608,3108.393543,1041.793257,1225.93948,592.3712703,2012.854515 +6609,3129.0568,1036.825083,1227.090994,593.2781292,2016.470815 +6610,3158.475226,1031.994107,1228.175951,594.1529171,2020.013972 +6611,3164.419863,1027.109514,1229.200835,594.9986521,2023.492501 +6612,3168.621624,1022.301507,1230.167728,595.8162841,2026.91103 +6613,3219.07644,1017.491294,1231.080864,596.6076808,2030.276463 +6614,3203.109819,1012.828689,1231.941192,597.3732339,2033.589711 +6615,3242.395879,1008.129705,1232.75181,598.1143466,2036.856274 +6616,3267.189911,1003.518142,1233.513044,598.8310275,2040.075671 +6617,3260.503934,998.9571393,1234.227579,599.5245275,2043.199976 +6618,3310.55504,994.4136106,1234.895123,600.1946663,2046.414988 +6619,3274.93483,990.0311132,1235.518388,600.842592,2049.469512 +6620,3361.039426,985.6251676,1236.096844,601.4681424,2052.531399 +6621,3327.135635,981.3200261,1236.633431,602.0723984,2055.602212 +6622,3362.378956,977.0386081,1237.127127,602.6552124,2058.497945 +6623,3376.702583,972.9240002,1237.580701,603.2174147,2061.482706 +6624,3393.017444,968.8936221,1237.993359,603.758948,2064.382519 +6625,3410.063058,964.7945069,1238.3676,604.2807355,2067.25876 +6626,3426.518119,960.9240098,1238.702708,604.782512,2070.046546 +6627,3443.385021,957.036687,1239.001001,605.265272,2072.942538 +6628,3459.820366,953.3105273,1239.261723,605.7286958,2075.68115 +6629,3476.147694,949.7736892,1239.487183,606.3858317,2078.440679 +6630,3502.102937,946.3488959,1239.676844,607.1235583,2081.161054 +6631,3503.978159,943.0825536,1240.119227,608.053085,2083.854407 +6632,3524.286419,939.8367955,1240.625581,609.072804,2086.518573 +6633,3538.447206,936.7247572,1241.039134,610.1682573,2089.15702 +6634,3552.409994,933.5686324,1241.522098,611.3331663,2091.767585 +6635,3566.889624,930.4781826,1241.960919,612.5650226,2094.354339 +6636,3580.895222,927.4131062,1242.390442,613.8602136,2096.914474 +6637,3594.468831,924.377941,1242.8065,615.2172437,2099.451299 +6638,3608.51797,921.3700847,1243.20785,616.6332708,2101.962813 +6639,3629.926295,918.3906049,1243.594657,617.9251645,2104.453234 +6640,3631.975684,915.4348648,1243.969169,619.7389696,2106.861727 +6641,3648.773442,912.5053443,1244.365259,621.1864102,2109.396133 +6642,3669.182824,909.6009754,1244.653295,622.8601673,2111.8315 +6643,3670.866786,906.7177548,1245.014655,624.6475404,2114.094454 +6644,3692.143288,903.8588213,1245.365014,626.3219506,2116.61082 +6645,3708.518808,901.0577764,1245.611932,628.1993684,2118.917877 +6646,3709.8364,898.1886073,1245.934752,629.9626587,2126.986043 +6647,3710.193433,895.4205223,1246.250352,631.9406653,2120.844412 +6648,3701.507016,892.6410008,1246.461998,633.8881527,2134.223266 +6649,3697.479284,889.8891188,1246.750552,635.8787145,2120.056538 +6650,3696.144528,887.1590873,1246.989747,637.9157275,2146.278999 +6651,3697.301386,884.4502283,1247.227109,639.78629,2113.653286 +6652,3699.442674,881.7632462,1247.452468,642.2393098,2136.672816 +6653,3701.267806,879.0983972,1247.668592,644.2545965,2139.575301 +6654,3703.594042,876.4546658,1247.875419,646.5088317,2138.060237 +6655,3706.240362,873.8329478,1247.67735,648.7713949,2141.484199 +6656,3708.967931,871.2324545,1248.461352,651.0781976,2143.688726 +6657,3711.806198,868.61788,1248.352217,653.3942641,2145.851625 +6658,3714.723125,866.1122036,1248.623742,655.814557,2148.000337 +6659,3717.667461,863.5508917,1248.724812,658.428543,2150.137091 +6660,3720.648284,861.0414131,1248.904503,660.5372752,2152.258752 +6661,3736.771941,825.3882303,1172.223302,629.6801221,2010.173024 +6662,3754.586198,822.2558307,1170.631048,631.901535,2010.447497 +6663,3765.351411,819.5137372,1170.229854,633.9792448,2010.886072 +6664,3772.319483,816.8076339,1169.528734,636.2646895,2011.483702 +6665,3778.196694,814.0585677,1168.909243,638.5793207,2012.061262 +6666,3784.306111,808.2330091,1160.721238,639.1612494,2012.974449 +6667,3791.201081,805.0195721,1158.958104,641.3518779,2013.528459 +6668,3798.021229,802.1663742,1157.69852,643.6616233,2014.144172 +6669,3804.314464,799.3299771,1156.694773,646.0753855,2014.794871 +6670,3809.96743,796.5456084,1155.694075,648.5514626,2015.462872 +6671,3815.055798,793.8771829,1154.765141,650.8593803,2016.129397 +6672,3819.694608,791.1797375,1153.858709,653.7694661,2016.791768 +6673,3824.006226,788.5122941,1152.972417,656.2268443,2017.449539 +6674,3828.065216,785.9464312,1152.101828,658.9279502,2018.101323 +6675,3831.911688,783.3461339,1151.211486,661.6323419,2018.747296 +6676,3835.862796,780.8008402,1150.414529,664.3775672,2019.386488 +6677,3839.340058,777.9806866,1149.554993,667.1612695,2020.019353 +6678,3842.665769,775.92282,1148.732857,669.9826214,2020.645092 +6679,3845.87096,773.2447183,1147.913806,672.8406009,2021.264269 +6680,3848.982332,770.8519377,1147.101543,675.734031,2021.876154 +6681,3852.000029,768.436971,1146.295624,678.6619559,2022.481375 +6682,3854.919484,766.0482518,1145.495009,681.8601098,2023.079228 +6683,3857.770641,763.6837282,1144.699281,684.4083626,2023.670355 +6684,3860.540962,761.6222275,1143.907455,687.6825042,2024.254063 +6685,3863.235058,758.9009521,1143.119202,690.6459761,2024.831 +6686,3865.857977,756.8020065,1142.333625,693.767311,2025.400467 +6687,3868.408159,754.4886148,1141.550331,696.8220964,2025.963132 +6688,3870.885937,752.2392546,1140.768917,700.0530871,2026.518218 +6689,3873.302066,750.0113914,1139.988599,703.1080017,2027.066424 +6690,3875.655486,747.8046625,1139.208973,706.295137,2027.606946 +6691,3877.968695,745.4762451,1138.096511,709.5228667,2028.140448 +6692,3880.306309,743.1369418,1136.907934,712.5453811,2028.665387 +6693,3882.968228,740.8011228,1135.683054,715.6875945,2029.182812 +6694,3885.358652,738.4726299,1134.399491,718.8616608,2029.691969 +6695,3887.76587,736.1529489,1133.173669,721.9946269,2030.193536 +6696,3890.18726,733.8425948,1131.856465,725.2031279,2030.686564 +6697,3892.61774,731.5419609,1130.54777,728.1753633,2031.116772 +6698,3895.031886,729.2510452,1129.215302,731.7527989,2031.732688 +6699,3897.434359,726.9699639,1127.864581,734.8168898,2032.074547 +6700,3899.829896,724.6985697,1126.495689,738.1354992,2032.582842 +6701,3902.199234,722.4369519,1125.109276,741.3591769,2033.023682 +6702,3904.821025,720.1848691,1123.705221,744.6582044,2033.463223 +6703,3907.078527,717.9423837,1122.284113,747.9443366,2033.893631 +6704,3909.302202,715.7092367,1120.845761,751.2737966,2034.313696 +6705,3911.507458,713.4854602,1119.390715,754.5447005,2034.724098 +6706,3913.69523,711.2708001,1117.918739,757.8873383,2035.123719 +6707,3916.126919,709.0652792,1116.399059,761.2430576,2035.513285 +6708,3918.175313,706.8686208,1114.940402,764.5391592,2035.89166 +6709,3920.191572,704.6808332,1113.396893,767.9072375,2036.259588 +6710,3922.355765,702.5016222,1111.863975,771.2561258,2036.615907 +6711,3924.345089,700.331015,1110.310401,774.6441595,2036.961401 +6712,3925.739727,698.1687114,1108.740459,777.9642414,2037.29489 +6713,3927.823417,696.0146785,1107.154706,781.3531361,2037.617155 +6714,3930.031917,693.8686888,1105.552797,784.7191411,2037.927038 +6715,3931.916168,691.73072,1103.935226,788.1210276,2038.225343 +6716,3934.045561,689.600441,1102.301618,791.4502062,2038.510853 +6717,3935.864078,687.7193819,1100.652453,794.8452413,2038.784391 +6718,3937.644353,685.2537057,1098.956488,798.2443452,2039.044714 +6719,3939.385795,683.3149025,1097.321544,801.5675995,2039.29266 +6720,3941.085085,681.1780815,1095.603078,804.9579141,2039.526972 +6721,3969.139556,613.1487513,940.7273138,742.1177418,1754.582168 +6722,4000.411275,610.2907832,938.582608,745.6727569,1754.124236 +6723,4016.491629,608.5955923,936.2945685,748.8690726,1753.427739 +6724,4025.684898,605.960841,934.6288726,752.1971791,1753.659742 +6725,4025.46154,603.98297,932.480481,755.6115978,1753.791078 +6726,4019.239481,601.829497,930.7908121,758.9937529,1753.939305 +6727,4012.643378,599.7233089,928.9459093,762.3316968,1754.159205 +6728,4007.334365,597.631471,927.134989,765.7243176,1754.390275 +6729,4003.574579,595.5530988,925.3263884,769.0885051,1754.63413 +6730,4001.137033,593.4865687,923.5171726,772.478188,1754.884224 +6731,3999.697544,591.4314263,921.7065813,775.7898749,1755.138247 +6732,3998.972445,589.5651389,919.8932471,779.1539862,1755.392449 +6733,3998.746324,587.2731951,918.0768897,782.4814945,1755.645817 +6734,3998.862609,585.3718924,916.2564433,785.8281251,1755.895643 +6735,3999.209057,583.3302595,914.4318181,789.0887572,1756.141686 +6736,3999.704226,581.3231286,912.6020905,792.395747,1756.381843 +6737,4000.289766,579.3248877,910.767295,795.6590205,1756.616357 +6738,4000.922836,577.3347682,908.9265969,798.9352994,1756.843467 +6739,4001.572613,575.35266,907.0801158,802.1170554,1757.06369 +6740,4002.216443,573.3781852,905.2270826,805.339666,1757.275458 +6741,4002.837452,571.4113167,903.3676716,808.5109649,1757.479426 +6742,4003.382426,569.2784784,901.5009913,811.6889776,1757.673806 +6743,4003.820882,567.5746713,899.6272842,814.7622734,1757.859395 +6744,4004.147162,565.5079624,897.9271122,817.8705864,1758.034765 +6745,4004.366305,563.5951638,895.7740259,820.9183517,1758.200614 +6746,4004.484463,561.8228116,894.0034681,823.934161,1758.355427 +6747,4004.50546,559.6634435,892.0725995,826.9414695,1758.499845 +6748,4004.4297,557.8553351,890.1588173,829.8306015,1758.63232 +6749,4004.256744,555.9168017,888.237448,832.7429407,1758.753457 +6750,4003.984244,554.0081453,886.3070624,835.5804884,1758.861685 +6751,4003.610125,551.6526252,883.1415638,836.9936903,1758.957577 +6752,4002.627161,549.182992,880.1006583,838.0593867,1759.021859 +6753,4000.748555,546.6878266,876.617347,838.811535,1759.074729 +6754,3997.97717,544.1647318,873.1982132,839.5786237,1759.106619 +6755,3994.447408,541.6188202,869.6889876,840.0429327,1759.121058 +6756,3990.302619,539.0520351,866.1199959,840.5683235,1759.110647 +6757,3985.650175,536.6179927,862.6666789,840.7149287,1759.078657 +6758,3980.561032,533.7990216,858.7525402,840.97392,1759.016996 +6759,3975.082327,531.2836521,855.148534,840.9035047,1758.928587 +6760,3969.248025,528.4773277,851.3574485,840.7899521,1758.80539 +6761,3963.08343,526.0385715,847.548589,840.5615066,1758.650405 +6762,3956.633162,523.2700585,843.6967326,840.1794929,1758.456011 +6763,3949.893279,520.6119998,839.8062075,839.7555795,1758.225377 +6764,3942.857528,517.9168263,836.0274245,839.1419586,1757.951332 +6765,3935.293433,515.3244211,831.6911132,838.4368557,1757.636678 +6766,3927.769518,512.3887788,828.0067288,837.60855,1757.274869 +6767,3920.004366,509.7422496,823.843674,836.6635616,1756.870717 +6768,3911.996984,506.9645825,819.7942406,835.602099,1756.417459 +6769,3903.751945,504.1956403,815.823556,834.4258899,1755.919021 +6770,3895.084291,501.4138328,811.5028934,833.1351587,1755.369464 +6771,3877.162721,498.6198801,807.4293917,831.7316981,1754.772881 +6772,3737.644805,495.8125027,803.2177185,830.2158963,1754.123804 +6773,3781.951819,492.9965403,798.8676985,828.5897147,1753.426237 +6774,3736.549794,490.1676646,794.9265715,826.8551496,1752.678666 +6775,3705.87939,487.3297979,790.3911088,824.9836811,1751.884558 +6776,3688.625992,484.4812262,786.1996322,823.0838134,1751.04051 +6777,3659.362653,481.7461496,781.8639236,821.0145104,1750.150067 +6778,3623.422276,478.7040821,777.6424453,818.8702545,1749.208782 +6779,3608.723441,475.9117499,772.9973733,816.6229953,1748.18336 +6780,3577.275636,472.8896173,768.8534174,814.279344,1747.201455 +6781,2052.41738,470.3052771,764.030544,811.3638229,1745.928055 +6782,2097.378852,598.5632507,959.7290841,940.5798127,2284.794136 +6783,2201.016053,598.2883648,972.693037,939.1269115,2311.907424 +6784,2287.465639,594.6919177,979.1852878,935.3161042,2321.8815 +6785,2350.915699,591.8905845,982.813872,931.0264867,2325.753832 +6786,2393.806793,588.7914985,984.9457389,926.8539085,2327.001708 +6787,2421.902928,585.8552666,986.2433529,922.2629409,2327.283381 +6788,2440.262297,582.7674047,987.0536938,917.4552226,2327.230492 +6789,2453.46588,579.7865107,987.5561199,912.7165722,2327.075027 +6790,2463.162013,576.6310337,987.8343719,907.5218088,2326.891486 +6791,2469.896988,573.6544291,987.9366472,902.3704649,2326.699038 +6792,2474.001255,570.4730941,987.8877206,896.9365798,2326.500749 +6793,2475.828706,567.4428571,987.7118826,891.5199739,2325.547209 +6794,2475.746747,564.3020019,987.42386,885.8808928,2322.905198 +6795,2474.059024,561.2684094,987.0421129,879.9395865,2321.032155 +6796,2471.019273,558.0665886,986.5762185,874.1269273,2319.997812 +6797,2466.842931,555.0130537,986.0401447,867.9827128,2318.958064 +6798,2461.710923,551.8449815,985.4402168,861.6910971,2311.984709 +6799,2455.769771,548.7878016,984.7871393,871.9613976,2319.458953 +6800,2449.136725,545.5417255,984.0836831,823.7402803,2311.302426 +6801,2441.903725,542.4919551,983.3384065,870.4753503,2318.20791 +6802,2434.147221,539.8256353,982.5532132,806.0718577,2308.271064 +6803,2425.583443,536.6457089,981.755459,841.7834983,2309.658998 +6804,2416.455365,533.5318226,980.9361842,810.4350735,2309.738307 +6805,2407.043805,530.2234437,980.1032872,814.5033256,2308.597617 +6806,2397.426042,527.3858272,979.240169,802.4599944,2300.896811 +6807,2387.412268,524.0434531,971.684121,794.7294833,2309.785465 +6808,2377.001984,520.7872046,922.4188453,786.2418408,2298.850108 +6809,2366.224015,516.1371256,939.3598789,738.8996515,2300.708802 +6810,2349.890991,512.8172307,927.6233789,729.0193088,2299.891075 +6811,2330.64537,510.4694017,923.4789521,721.5732627,2297.804846 +6812,2311.521575,507.81391,917.2265806,714.9318495,2295.717284 +6813,2293.928839,505.2827498,915.7138462,708.6635203,2293.995808 +6814,2278.071794,502.7751726,910.8217348,702.6936451,2285.602098 +6815,2263.682125,500.2578067,907.1146452,696.9457097,2295.37898 +6816,2250.439886,497.8360077,903.3164617,691.421492,2281.576172 +6817,2238.072537,495.3583851,899.4331515,685.9278102,2284.519056 +6818,2226.443782,492.9216854,893.8890855,680.6230925,2282.644116 +6819,2215.190936,490.4925088,892.9565672,675.5098904,2279.506114 +6820,2204.75501,488.0433058,888.2223488,670.4537242,2276.732561 +6821,2194.786524,485.6838454,884.6158947,665.4199106,2274.217376 +6822,2185.217029,483.266347,881.3141188,660.572974,2265.471926 +6823,2175.989091,480.8895412,877.7469392,655.8127123,2275.473761 +6824,2167.059303,478.5191368,874.2781728,650.978188,2258.847934 +6825,2158.393256,476.1311561,870.742336,646.431584,2263.288016 +6826,2149.959425,473.8310633,867.4984033,641.8088718,2260.13671 +6827,2141.732966,471.4764489,864.0492575,637.3438638,2256.358284 +6828,2133.693877,469.1618672,860.7273533,632.8196768,2253.376096 +6829,2125.82742,466.8560239,857.3943991,628.4076102,2250.55088 +6830,2118.113147,464.5329115,847.2382155,624.1160583,2247.522394 +6831,2110.535707,462.298599,860.9596371,619.8310736,2238.463503 +6832,2103.087391,460.0104946,832.9243404,615.524293,2248.856477 +6833,2095.75778,457.7839181,860.1242923,611.3797593,2230.467002 +6834,1908.155252,455.5010607,824.2614917,607.2365903,2236.537247 +6835,1965.345727,453.3388616,848.6002199,603.0410202,2232.23427 +6836,1932.099989,451.1122647,826.6396228,599.0672903,2228.449068 +6837,1911.612408,448.9245572,834.1545143,595.0002773,2225.535691 +6838,1885.314438,446.7454971,827.8037887,591.0582031,2222.66285 +6839,1874.232607,444.5526885,824.5348777,587.0455951,2219.567847 +6840,1853.069995,442.444817,822.2124762,583.1616684,2216.510567 +6841,0,0,0,0,0 +6842,0,0,0,0,0 +6843,0,0,0,0,0 +6844,0,0,0,0,0 +6845,0,0,0,0,0 +6846,0,0,0,0,0 +6847,0,0,0,0,0 +6848,0,0,0,0,0 +6849,0,0,0,0,0 +6850,0,0,0,0,0 +6851,0,0,0,0,0 +6852,0,0,0,0,0 +6853,0,0,0,0,0 +6854,0,0,0,0,0 +6855,0,0,0,0,0 +6856,0,0,0,0,0 +6857,0,0,0,0,0 +6858,0,0,0,0,0 +6859,0,0,0,0,0 +6860,0,0,0,0,0 +6861,0,0,0,0,0 +6862,0,0,0,0,0 +6863,0,0,0,0,0 +6864,0,0,0,0,0 +6865,0,0,0,0,0 +6866,0,0,0,0,0 +6867,0,0,0,0,0 +6868,0,0,0,0,0 +6869,0,0,0,0,0 +6870,0,0,0,0,0 +6871,0,0,0,0,0 +6872,0,0,0,0,0 +6873,0,0,0,0,0 +6874,0,0,0,0,0 +6875,0,0,0,0,0 +6876,0,0,0,0,0 +6877,0,0,0,0,0 +6878,0,0,0,0,0 +6879,0,0,0,0,0 +6880,0,0,0,0,0 +6881,0,0,0,0,0 +6882,0,0,0,0,0 +6883,0,0,0,0,0 +6884,0,0,0,0,0 +6885,0,0,0,0,0 +6886,0,0,0,0,0 +6887,0,0,0,0,0 +6888,0,0,0,0,0 +6889,0,0,0,0,0 +6890,0,0,0,0,0 +6891,0,0,0,0,0 +6892,0,0,0,0,0 +6893,0,0,0,0,0 +6894,0,0,0,0,0 +6895,0,0,0,0,0 +6896,0,0,0,0,0 +6897,0,0,0,0,0 +6898,0,0,0,0,0 +6899,0,0,0,0,0 +6900,0,0,0,0,0 +6901,0,0,0,0,0 +6902,0,0,0,0,0 +6903,0,0,0,0,0 +6904,0,0,0,0,0 +6905,0,0,0,0,0 +6906,0,0,0,0,0 +6907,0,0,0,0,0 +6908,0,0,0,0,0 +6909,0,0,0,0,0 +6910,0,0,0,0,0 +6911,0,0,0,0,0 +6912,0,0,0,0,0 +6913,0,0,0,0,0 +6914,0,0,0,0,0 +6915,0,0,0,0,0 +6916,0,0,0,0,0 +6917,0,0,0,0,0 +6918,0,0,0,0,0 +6919,0,0,0,0,0 +6920,0,0,0,0,0 +6921,0,0,0,0,0 +6922,0,0,0,0,0 +6923,0,0,0,0,0 +6924,0,0,0,0,0 +6925,0,0,0,0,0 +6926,0,0,0,0,0 +6927,0,0,0,0,0 +6928,0,0,0,0,0 +6929,0,0,0,0,0 +6930,0,0,0,0,0 +6931,0,0,0,0,0 +6932,0,0,0,0,0 +6933,0,0,0,0,0 +6934,0,0,0,0,0 +6935,0,0,0,0,0 +6936,0,0,0,0,0 +6937,0,0,0,0,0 +6938,0,0,0,0,0 +6939,0,0,0,0,0 +6940,0,0,0,0,0 +6941,0,0,0,0,0 +6942,0,0,0,0,0 +6943,0,0,0,0,0 +6944,0,0,0,0,0 +6945,0,0,0,0,0 +6946,0,0,0,0,0 +6947,0,0,0,0,0 +6948,0,0,0,0,0 +6949,0,0,0,0,0 +6950,0,0,0,0,0 +6951,0,0,0,0,0 +6952,0,0,0,0,0 +6953,0,0,0,0,0 +6954,0,0,0,0,0 +6955,0,0,0,0,0 +6956,0,0,0,0,0 +6957,0,0,0,0,0 +6958,0,0,0,0,0 +6959,0,0,0,0,0 +6960,0,0,0,0,0 +6961,0,0,0,0,0 +6962,0,0,0,0,0 +6963,0,0,0,0,0 +6964,0,0,0,0,0 +6965,0,0,0,0,0 +6966,0,0,0,0,0 +6967,0,0,0,0,0 +6968,0,0,0,0,0 +6969,0,0,0,0,0 +6970,0,0,0,0,0 +6971,0,0,0,0,0 +6972,0,0,0,0,0 +6973,0,0,0,0,0 +6974,0,0,0,0,0 +6975,0,0,0,0,0 +6976,0,0,0,0,0 +6977,0,0,0,0,0 +6978,0,0,0,0,0 +6979,0,0,0,0,0 +6980,0,0,0,0,0 +6981,0,0,0,0,0 +6982,0,0,0,0,0 +6983,0,0,0,0,0 +6984,0,0,0,0,0 +6985,0,0,0,0,0 +6986,0,0,0,0,0 +6987,0,0,0,0,0 +6988,0,0,0,0,0 +6989,0,0,0,0,0 +6990,0,0,0,0,0 +6991,0,0,0,0,0 +6992,0,0,0,0,0 +6993,0,0,0,0,0 +6994,0,0,0,0,0 +6995,0,0,0,0,0 +6996,0,0,0,0,0 +6997,0,0,0,0,0 +6998,0,0,0,0,0 +6999,0,0,0,0,0 +7000,0,0,0,0,0 +7001,0,0,0,0,0 +7002,0,0,0,0,0 +7003,0,0,0,0,0 +7004,0,0,0,0,0 +7005,0,0,0,0,0 +7006,0,0,0,0,0 +7007,0,0,0,0,0 +7008,0,0,0,0,0 +7009,0,0,0,0,0 +7010,0,0,0,0,0 +7011,0,0,0,0,0 +7012,0,0,0,0,0 +7013,0,0,0,0,0 +7014,0,0,0,0,0 +7015,0,0,0,0,0 +7016,0,0,0,0,0 +7017,0,0,0,0,0 +7018,0,0,0,0,0 +7019,0,0,0,0,0 +7020,0,0,0,0,0 +7021,0,0,0,0,0 +7022,0,0,0,0,0 +7023,0,0,0,0,0 +7024,0,0,0,0,0 +7025,0,0,0,0,0 +7026,0,0,0,0,0 +7027,0,0,0,0,0 +7028,0,0,0,0,0 +7029,0,0,0,0,0 +7030,0,0,0,0,0 +7031,0,0,0,0,0 +7032,0,0,0,0,0 +7033,0,0,0,0,0 +7034,0,0,0,0,0 +7035,0,0,0,0,0 +7036,0,0,0,0,0 +7037,0,0,0,0,0 +7038,0,0,0,0,0 +7039,0,0,0,0,0 +7040,0,0,0,0,0 +7041,0,0,0,0,0 +7042,0,0,0,0,0 +7043,0,0,0,0,0 +7044,0,0,0,0,0 +7045,0,0,0,0,0 +7046,0,0,0,0,0 +7047,0,0,0,0,0 +7048,0,0,0,0,0 +7049,0,0,0,0,0 +7050,0,0,0,0,0 +7051,0,0,0,0,0 +7052,0,0,0,0,0 +7053,0,0,0,0,0 +7054,0,0,0,0,0 +7055,0,0,0,0,0 +7056,0,0,0,0,0 +7057,0,0,0,0,0 +7058,0,0,0,0,0 +7059,0,0,0,0,0 +7060,0,0,0,0,0 +7061,0,0,0,0,0 +7062,0,0,0,0,0 +7063,0,0,0,0,0 +7064,0,0,0,0,0 +7065,0,0,0,0,0 +7066,0,0,0,0,0 +7067,0,0,0,0,0 +7068,0,0,0,0,0 +7069,0,0,0,0,0 +7070,0,0,0,0,0 +7071,0,0,0,0,0 +7072,0,0,0,0,0 +7073,0,0,0,0,0 +7074,0,0,0,0,0 +7075,0,0,0,0,0 +7076,0,0,0,0,0 +7077,0,0,0,0,0 +7078,0,0,0,0,0 +7079,0,0,0,0,0 +7080,0,0,0,0,0 +7081,0,0,0,0,0 +7082,0,0,0,0,0 +7083,0,0,0,0,0 +7084,0,0,0,0,0 +7085,0,0,0,0,0 +7086,0,0,0,0,0 +7087,0,0,0,0,0 +7088,0,0,0,0,0 +7089,0,0,0,0,0 +7090,0,0,0,0,0 +7091,0,0,0,0,0 +7092,0,0,0,0,0 +7093,0,0,0,0,0 +7094,0,0,0,0,0 +7095,0,0,0,0,0 +7096,0,0,0,0,0 +7097,0,0,0,0,0 +7098,0,0,0,0,0 +7099,0,0,0,0,0 +7100,0,0,0,0,0 +7101,0,0,0,0,0 +7102,0,0,0,0,0 +7103,0,0,0,0,0 +7104,0,0,0,0,0 +7105,0,0,0,0,0 +7106,0,0,0,0,0 +7107,0,0,0,0,0 +7108,0,0,0,0,0 +7109,0,0,0,0,0 +7110,0,0,0,0,0 +7111,0,0,0,0,0 +7112,0,0,0,0,0 +7113,0,0,0,0,0 +7114,0,0,0,0,0 +7115,0,0,0,0,0 +7116,0,0,0,0,0 +7117,0,0,0,0,0 +7118,0,0,0,0,0 +7119,0,0,0,0,0 +7120,0,0,0,0,0 +7121,0,0,0,0,0 +7122,0,0,0,0,0 +7123,0,0,0,0,0 +7124,0,0,0,0,0 +7125,0,0,0,0,0 +7126,0,0,0,0,0 +7127,0,0,0,0,0 +7128,0,0,0,0,0 +7129,0,0,0,0,0 +7130,0,0,0,0,0 +7131,0,0,0,0,0 +7132,0,0,0,0,0 +7133,0,0,0,0,0 +7134,0,0,0,0,0 +7135,0,0,0,0,0 +7136,0,0,0,0,0 +7137,0,0,0,0,0 +7138,0,0,0,0,0 +7139,0,0,0,0,0 +7140,0,0,0,0,0 +7141,0,0,0,0,0 +7142,0,0,0,0,0 +7143,0,0,0,0,0 +7144,0,0,0,0,0 +7145,0,0,0,0,0 +7146,0,0,0,0,0 +7147,0,0,0,0,0 +7148,0,0,0,0,0 +7149,0,0,0,0,0 +7150,0,0,0,0,0 +7151,0,0,0,0,0 +7152,0,0,0,0,0 +7153,0,0,0,0,0 +7154,0,0,0,0,0 +7155,0,0,0,0,0 +7156,0,0,0,0,0 +7157,0,0,0,0,0 +7158,0,0,0,0,0 +7159,0,0,0,0,0 +7160,0,0,0,0,0 +7161,0,0,0,0,0 +7162,0,0,0,0,0 +7163,0,0,0,0,0 +7164,0,0,0,0,0 +7165,0,0,0,0,0 +7166,0,0,0,0,0 +7167,0,0,0,0,0 +7168,0,0,0,0,0 +7169,0,0,0,0,0 +7170,0,0,0,0,0 +7171,0,0,0,0,0 +7172,0,0,0,0,0 +7173,0,0,0,0,0 +7174,0,0,0,0,0 +7175,0,0,0,0,0 +7176,0,0,0,0,0 +7177,0,0,0,0,0 +7178,0,0,0,0,0 +7179,0,0,0,0,0 +7180,0,0,0,0,0 +7181,0,0,0,0,0 +7182,0,0,0,0,0 +7183,0,0,0,0,0 +7184,0,0,0,0,0 +7185,0,0,0,0,0 +7186,0,0,0,0,0 +7187,0,0,0,0,0 +7188,0,0,0,0,0 +7189,0,0,0,0,0 +7190,0,0,0,0,0 +7191,0,0,0,0,0 +7192,0,0,0,0,0 +7193,0,0,0,0,0 +7194,0,0,0,0,0 +7195,0,0,0,0,0 +7196,0,0,0,0,0 +7197,0,0,0,0,0 +7198,0,0,0,0,0 +7199,0,0,0,0,0 +7200,0,0,0,0,0 +7201,0,0,0,0,0 +7202,0,0,0,0,0 +7203,0,0,0,0,0 +7204,0,0,0,0,0 +7205,0,0,0,0,0 +7206,0,0,0,0,0 +7207,0,0,0,0,0 +7208,0,0,0,0,0 +7209,0,0,0,0,0 +7210,0,0,0,0,0 +7211,0,0,0,0,0 +7212,0,0,0,0,0 +7213,0,0,0,0,0 +7214,0,0,0,0,0 +7215,0,0,0,0,0 +7216,0,0,0,0,0 +7217,0,0,0,0,0 +7218,0,0,0,0,0 +7219,0,0,0,0,0 +7220,0,0,0,0,0 +7221,0,0,0,0,0 +7222,0,0,0,0,0 +7223,0,0,0,0,0 +7224,0,0,0,0,0 +7225,0,0,0,0,0 +7226,0,0,0,0,0 +7227,0,0,0,0,0 +7228,0,0,0,0,0 +7229,0,0,0,0,0 +7230,0,0,0,0,0 +7231,0,0,0,0,0 +7232,0,0,0,0,0 +7233,0,0,0,0,0 +7234,0,0,0,0,0 +7235,0,0,0,0,0 +7236,0,0,0,0,0 +7237,0,0,0,0,0 +7238,0,0,0,0,0 +7239,0,0,0,0,0 +7240,0,0,0,0,0 +7241,0,0,0,0,0 +7242,0,0,0,0,0 +7243,0,0,0,0,0 +7244,0,0,0,0,0 +7245,0,0,0,0,0 +7246,0,0,0,0,0 +7247,0,0,0,0,0 +7248,0,0,0,0,0 +7249,0,0,0,0,0 +7250,0,0,0,0,0 +7251,0,0,0,0,0 +7252,0,0,0,0,0 +7253,0,0,0,0,0 +7254,0,0,0,0,0 +7255,0,0,0,0,0 +7256,0,0,0,0,0 +7257,0,0,0,0,0 +7258,0,0,0,0,0 +7259,0,0,0,0,0 +7260,0,0,0,0,0 +7261,0,0,0,0,0 +7262,0,0,0,0,0 +7263,0,0,0,0,0 +7264,0,0,0,0,0 +7265,0,0,0,0,0 +7266,0,0,0,0,0 +7267,0,0,0,0,0 +7268,0,0,0,0,0 +7269,0,0,0,0,0 +7270,0,0,0,0,0 +7271,0,0,0,0,0 +7272,0,0,0,0,0 +7273,0,0,0,0,0 +7274,0,0,0,0,0 +7275,0,0,0,0,0 +7276,0,0,0,0,0 +7277,0,0,0,0,0 +7278,0,0,0,0,0 +7279,0,0,0,0,0 +7280,0,0,0,0,0 +7281,0,0,0,0,0 +7282,0,0,0,0,0 +7283,0,0,0,0,0 +7284,0,0,0,0,0 +7285,0,0,0,0,0 +7286,0,0,0,0,0 +7287,0,0,0,0,0 +7288,0,0,0,0,0 +7289,0,0,0,0,0 +7290,0,0,0,0,0 +7291,0,0,0,0,0 +7292,0,0,0,0,0 +7293,0,0,0,0,0 +7294,0,0,0,0,0 +7295,0,0,0,0,0 +7296,0,0,0,0,0 +7297,0,0,0,0,0 +7298,0,0,0,0,0 +7299,0,0,0,0,0 +7300,0,0,0,0,0 +7301,0,0,0,0,0 +7302,0,0,0,0,0 +7303,0,0,0,0,0 +7304,0,0,0,0,0 +7305,0,0,0,0,0 +7306,0,0,0,0,0 +7307,0,0,0,0,0 +7308,0,0,0,0,0 +7309,0,0,0,0,0 +7310,0,0,0,0,0 +7311,0,0,0,0,0 +7312,0,0,0,0,0 +7313,0,0,0,0,0 +7314,0,0,0,0,0 +7315,0,0,0,0,0 +7316,0,0,0,0,0 +7317,0,0,0,0,0 +7318,0,0,0,0,0 +7319,0,0,0,0,0 +7320,0,0,0,0,0 +7321,0,0,0,0,0 +7322,0,0,0,0,0 +7323,0,0,0,0,0 +7324,0,0,0,0,0 +7325,0,0,0,0,0 +7326,0,0,0,0,0 +7327,0,0,0,0,0 +7328,0,0,0,0,0 +7329,0,0,0,0,0 +7330,0,0,0,0,0 +7331,0,0,0,0,0 +7332,0,0,0,0,0 +7333,0,0,0,0,0 +7334,0,0,0,0,0 +7335,0,0,0,0,0 +7336,0,0,0,0,0 +7337,0,0,0,0,0 +7338,0,0,0,0,0 +7339,0,0,0,0,0 +7340,0,0,0,0,0 +7341,0,0,0,0,0 +7342,0,0,0,0,0 +7343,0,0,0,0,0 +7344,0,0,0,0,0 +7345,0,0,0,0,0 +7346,0,0,0,0,0 +7347,0,0,0,0,0 +7348,0,0,0,0,0 +7349,0,0,0,0,0 +7350,0,0,0,0,0 +7351,0,0,0,0,0 +7352,0,0,0,0,0 +7353,0,0,0,0,0 +7354,0,0,0,0,0 +7355,0,0,0,0,0 +7356,0,0,0,0,0 +7357,0,0,0,0,0 +7358,0,0,0,0,0 +7359,0,0,0,0,0 +7360,0,0,0,0,0 +7361,0,0,0,0,0 +7362,0,0,0,0,0 +7363,0,0,0,0,0 +7364,0,0,0,0,0 +7365,0,0,0,0,0 +7366,0,0,0,0,0 +7367,0,0,0,0,0 +7368,0,0,0,0,0 +7369,0,0,0,0,0 +7370,0,0,0,0,0 +7371,0,0,0,0,0 +7372,0,0,0,0,0 +7373,0,0,0,0,0 +7374,0,0,0,0,0 +7375,0,0,0,0,0 +7376,0,0,0,0,0 +7377,0,0,0,0,0 +7378,0,0,0,0,0 +7379,0,0,0,0,0 +7380,0,0,0,0,0 +7381,0,0,0,0,0 +7382,0,0,0,0,0 +7383,0,0,0,0,0 +7384,0,0,0,0,0 +7385,0,0,0,0,0 +7386,0,0,0,0,0 +7387,0,0,0,0,0 +7388,0,0,0,0,0 +7389,0,0,0,0,0 +7390,0,0,0,0,0 +7391,0,0,0,0,0 +7392,0,0,0,0,0 +7393,0,0,0,0,0 +7394,0,0,0,0,0 +7395,0,0,0,0,0 +7396,0,0,0,0,0 +7397,0,0,0,0,0 +7398,0,0,0,0,0 +7399,0,0,0,0,0 +7400,0,0,0,0,0 +7401,0,0,0,0,0 +7402,0,0,0,0,0 +7403,0,0,0,0,0 +7404,0,0,0,0,0 +7405,0,0,0,0,0 +7406,0,0,0,0,0 +7407,0,0,0,0,0 +7408,0,0,0,0,0 +7409,0,0,0,0,0 +7410,0,0,0,0,0 +7411,0,0,0,0,0 +7412,0,0,0,0,0 +7413,0,0,0,0,0 +7414,0,0,0,0,0 +7415,0,0,0,0,0 +7416,0,0,0,0,0 +7417,0,0,0,0,0 +7418,0,0,0,0,0 +7419,0,0,0,0,0 +7420,0,0,0,0,0 +7421,0,0,0,0,0 +7422,0,0,0,0,0 +7423,0,0,0,0,0 +7424,0,0,0,0,0 +7425,0,0,0,0,0 +7426,0,0,0,0,0 +7427,0,0,0,0,0 +7428,0,0,0,0,0 +7429,0,0,0,0,0 +7430,0,0,0,0,0 +7431,0,0,0,0,0 +7432,0,0,0,0,0 +7433,0,0,0,0,0 +7434,0,0,0,0,0 +7435,0,0,0,0,0 +7436,0,0,0,0,0 +7437,0,0,0,0,0 +7438,0,0,0,0,0 +7439,0,0,0,0,0 +7440,0,0,0,0,0 +7441,0,0,0,0,0 +7442,0,0,0,0,0 +7443,0,0,0,0,0 +7444,0,0,0,0,0 +7445,0,0,0,0,0 +7446,0,0,0,0,0 +7447,0,0,0,0,0 +7448,0,0,0,0,0 +7449,0,0,0,0,0 +7450,0,0,0,0,0 +7451,0,0,0,0,0 +7452,0,0,0,0,0 +7453,0,0,0,0,0 +7454,0,0,0,0,0 +7455,0,0,0,0,0 +7456,0,0,0,0,0 +7457,0,0,0,0,0 +7458,0,0,0,0,0 +7459,0,0,0,0,0 +7460,0,0,0,0,0 +7461,0,0,0,0,0 +7462,0,0,0,0,0 +7463,0,0,0,0,0 +7464,0,0,0,0,0 +7465,0,0,0,0,0 +7466,0,0,0,0,0 +7467,0,0,0,0,0 +7468,0,0,0,0,0 +7469,0,0,0,0,0 +7470,0,0,0,0,0 +7471,0,0,0,0,0 +7472,0,0,0,0,0 +7473,0,0,0,0,0 +7474,0,0,0,0,0 +7475,0,0,0,0,0 +7476,0,0,0,0,0 +7477,0,0,0,0,0 +7478,0,0,0,0,0 +7479,0,0,0,0,0 +7480,0,0,0,0,0 +7481,0,0,0,0,0 +7482,0,0,0,0,0 +7483,0,0,0,0,0 +7484,0,0,0,0,0 +7485,0,0,0,0,0 +7486,0,0,0,0,0 +7487,0,0,0,0,0 +7488,0,0,0,0,0 +7489,0,0,0,0,0 +7490,0,0,0,0,0 +7491,0,0,0,0,0 +7492,0,0,0,0,0 +7493,0,0,0,0,0 +7494,0,0,0,0,0 +7495,0,0,0,0,0 +7496,0,0,0,0,0 +7497,0,0,0,0,0 +7498,0,0,0,0,0 +7499,0,0,0,0,0 +7500,0,0,0,0,0 +7501,0,0,0,0,0 +7502,0,0,0,0,0 +7503,0,0,0,0,0 +7504,0,0,0,0,0 +7505,0,0,0,0,0 +7506,0,0,0,0,0 +7507,0,0,0,0,0 +7508,0,0,0,0,0 +7509,0,0,0,0,0 +7510,0,0,0,0,0 +7511,0,0,0,0,0 +7512,0,0,0,0,0 +7513,0,0,0,0,0 +7514,0,0,0,0,0 +7515,0,0,0,0,0 +7516,0,0,0,0,0 +7517,0,0,0,0,0 +7518,0,0,0,0,0 +7519,0,0,0,0,0 +7520,0,0,0,0,0 +7521,0,0,0,0,0 +7522,0,0,0,0,0 +7523,0,0,0,0,0 +7524,0,0,0,0,0 +7525,0,0,0,0,0 +7526,0,0,0,0,0 +7527,0,0,0,0,0 +7528,0,0,0,0,0 +7529,0,0,0,0,0 +7530,0,0,0,0,0 +7531,0,0,0,0,0 +7532,0,0,0,0,0 +7533,0,0,0,0,0 +7534,0,0,0,0,0 +7535,0,0,0,0,0 +7536,0,0,0,0,0 +7537,0,0,0,0,0 +7538,0,0,0,0,0 +7539,0,0,0,0,0 +7540,0,0,0,0,0 +7541,0,0,0,0,0 +7542,0,0,0,0,0 +7543,0,0,0,0,0 +7544,0,0,0,0,0 +7545,0,0,0,0,0 +7546,0,0,0,0,0 +7547,0,0,0,0,0 +7548,0,0,0,0,0 +7549,0,0,0,0,0 +7550,0,0,0,0,0 +7551,0,0,0,0,0 +7552,0,0,0,0,0 +7553,0,0,0,0,0 +7554,0,0,0,0,0 +7555,0,0,0,0,0 +7556,0,0,0,0,0 +7557,0,0,0,0,0 +7558,0,0,0,0,0 +7559,0,0,0,0,0 +7560,0,0,0,0,0 +7561,0,0,0,0,0 +7562,0,0,0,0,0 +7563,0,0,0,0,0 +7564,0,0,0,0,0 +7565,0,0,0,0,0 +7566,0,0,0,0,0 +7567,0,0,0,0,0 +7568,0,0,0,0,0 +7569,0,0,0,0,0 +7570,0,0,0,0,0 +7571,0,0,0,0,0 +7572,0,0,0,0,0 +7573,0,0,0,0,0 +7574,0,0,0,0,0 +7575,0,0,0,0,0 +7576,0,0,0,0,0 +7577,0,0,0,0,0 +7578,0,0,0,0,0 +7579,0,0,0,0,0 +7580,0,0,0,0,0 +7581,0,0,0,0,0 +7582,0,0,0,0,0 +7583,0,0,0,0,0 +7584,0,0,0,0,0 +7585,0,0,0,0,0 +7586,0,0,0,0,0 +7587,0,0,0,0,0 +7588,0,0,0,0,0 +7589,0,0,0,0,0 +7590,0,0,0,0,0 +7591,0,0,0,0,0 +7592,0,0,0,0,0 +7593,0,0,0,0,0 +7594,0,0,0,0,0 +7595,0,0,0,0,0 +7596,0,0,0,0,0 +7597,0,0,0,0,0 +7598,0,0,0,0,0 +7599,0,0,0,0,0 +7600,0,0,0,0,0 +7601,0,0,0,0,0 +7602,0,0,0,0,0 +7603,0,0,0,0,0 +7604,0,0,0,0,0 +7605,0,0,0,0,0 +7606,0,0,0,0,0 +7607,0,0,0,0,0 +7608,0,0,0,0,0 +7609,0,0,0,0,0 +7610,0,0,0,0,0 +7611,0,0,0,0,0 +7612,0,0,0,0,0 +7613,0,0,0,0,0 +7614,0,0,0,0,0 +7615,0,0,0,0,0 +7616,0,0,0,0,0 +7617,0,0,0,0,0 +7618,0,0,0,0,0 +7619,0,0,0,0,0 +7620,0,0,0,0,0 +7621,-1392.367124,-572.7771538,-1360.908679,-572.6463815,-11.64433715 +7622,-708.6783756,-275.2967016,-684.3867396,-275.1675275,1035.373174 +7623,-1230.556629,-503.3188634,-1201.811632,-503.1941369,89.93733823 +7624,-869.8281676,-339.4115618,-840.817197,-339.2914512,735.8582325 +7625,-1061.363756,-424.544738,-1030.527693,-424.4297097,470.1881434 +7626,-1209.464422,-491.154231,-1177.621306,-491.0436855,238.7013221 +7627,-1500.922341,-625.4542526,-1469.870405,-625.3472321,-355.9236301 +7628,-1221.44182,-499.1408338,-1190.506278,-499.03689,126.6397966 +7629,-1311.015951,-539.2047552,-1279.165707,-539.1041514,-1.882348936 +7630,-1372.75046,-567.3213967,-1340.447145,-567.2239954,-105.4864403 +7631,-1410.354702,-584.7825351,-1377.837966,-584.6881671,-177.9308382 +7632,-1429.010133,-593.7399069,-1396.392048,-593.6484122,-221.3527501 +7633,-1434.710816,-597.1293355,-1402.203395,-597.0405946,-243.8097721 +7634,-1433.387772,-597.3651492,-1401.082997,-597.2791967,-254.0647058 +7635,-1428.804225,-596.0530211,-1396.696939,-595.9698411,-257.85477 +7636,-1423.109328,-594.1519485,-1391.157956,-594.0714697,-258.6340827 +7637,-1417.359889,-592.1522941,-1385.521625,-592.0744235,-258.2448923 +7638,-1412.005289,-590.2693148,-1380.246763,-590.1939588,-257.5816018 +7639,-1407.196391,-588.5783674,-1375.493291,-588.5054377,-257.0383784 +7640,-1402.949886,-587.0913172,-1371.284197,-587.0207303,-256.7633965 +7641,-1399.227127,-585.7942723,-1367.585024,-585.7259481,-256.7902809 +7642,-1395.970172,-584.6647007,-1364.340832,-584.5985615,-257.1028533 +7643,-1393.117731,-583.6786949,-1361.492675,-583.6146653,-257.6559678 +7644,-1390.612494,-582.8141088,-1358.985131,-582.7521154,-258.4251332 +7645,-1388.403708,-582.0515797,-1356.768961,-581.9915517,-259.3687425 +7646,-1386.447379,-581.3745484,-1354.801384,-581.3164173,-260.4549884 +7647,-1384.7062,-580.7691998,-1353.046042,-580.7128993,-261.6570765 +7648,-1472.428711,-621.6565194,-1441.338829,-621.6019152,-459.2391902 +7649,-1296.751284,-542.052536,-1265.73889,-541.9995741,-149.5631989 +7650,-1326.637757,-555.1994455,-1295.197924,-555.1481855,-184.237059 +7651,-1349.440663,-565.4381539,-1317.792503,-565.3885418,-218.2965824 +7652,-1363.7074,-571.9130372,-1331.959476,-571.8649988,-242.7474921 +7653,-1371.376037,-575.4249579,-1339.580456,-575.378417,-258.0127637 +7654,-1374.876687,-577.0514725,-1343.055647,-577.0063623,-266.9134821 +7655,-1376.075353,-577.6335087,-1344.236697,-577.5897726,-272.066616 +7656,-1376.13566,-577.6978774,-1344.281072,-577.6554658,-275.2378964 +7657,-1375.680016,-577.5261463,-1343.809257,-577.4850137,-277.4275021 +7658,-1375.023967,-577.2605641,-1343.136226,-577.2206671,-279.1604259 +7659,-1374.15537,-576.7113394,-1342.138694,-576.8153096,-280.6881811 +7660,-1373.198171,-575.9698218,-1340.976058,-576.3390533,-282.1378848 +7661,-1372.246475,-575.1478941,-1339.79009,-575.852906,-283.565084 +7662,-1371.340163,-574.3039342,-1338.645129,-575.3839416,-284.9913051 +7663,-1370.486401,-573.4554218,-1337.555091,-574.9374009,-286.4235547 +7664,-1369.680388,-572.6031375,-1336.51496,-574.5104836,-287.863004 +7665,-1368.915514,-571.7447452,-1335.516826,-574.0993226,-289.3085921 +7666,-1368.186274,-570.8789558,-1334.554505,-573.7009497,-290.7584579 +7667,-1367.488396,-570.0056455,-1333.623626,-573.3132901,-292.2106124 +7668,-1366.8184,-569.1251556,-1332.720846,-572.9347912,-293.6632151 +7669,-1366.173298,-568.2378378,-1331.843339,-572.564179,-295.1146549 +7670,-1365.550484,-567.3439247,-1330.988629,-572.2003739,-296.5636 +7671,-1364.947702,-566.4435394,-1330.154558,-571.8424664,-298.0089966 +7672,-1364.363,-565.5367256,-1329.339256,-571.4896942,-299.450009 +7673,-1363.794714,-564.6234839,-1328.541133,-571.1414336,-300.8860271 +7674,-1363.241394,-563.7037708,-1327.758817,-570.7971637,-302.3165739 +7675,-1362.7018,-562.7775175,-1326.991136,-570.456458,-303.7413236 +7676,-1362.174845,-561.8446277,-1326.23708,-570.1189593,-305.1600452 +7677,-1361.659588,-560.9049897,-1325.494814,-569.7843732,-306.5726111 +7678,-1361.155213,-559.9584805,-1324.761035,-569.4524563,-307.9789764 +7679,-1360.660998,-559.0049665,-1324.033576,-569.1230036,-309.379152 +7680,-1360.176298,-558.0443047,-1323.311436,-568.7958388,-310.7731807 +7681,-1359.955699,-557.1943049,-1322.849349,-568.586794,-312.6250694 +7682,-1335.822336,-545.4881239,-1298.535798,-557.4686714,-274.8862252 +7683,-1300.246407,-528.7117397,-1262.777178,-541.2850179,-218.7136632 +7684,-1265.198114,-512.3682104,-1227.493744,-525.5552694,-159.939014 +7685,-930.7930408,-106.3026073,-954.2869963,-465.6525749,80.57527552 +7686,-246.0083168,-171.7163026,-159.8454101,-390.7929922,302.6274483 +7687,-680.4502995,-181.5872194,-646.2632299,-143.8441462,479.1232048 +7688,-503.4935691,-137.9612396,-457.0936498,-281.3990895,-12.50884033 +7689,-472.1875892,-122.0125302,-425.5024691,-219.2946983,321.4339112 +7690,-387.6426286,-108.1233224,-357.8612011,-135.2007565,1212.41762 +7691,-527.1670027,-95.96338076,-443.6807007,-295.6888641,358.4218416 +7692,-362.2952185,-81.35166436,-325.8755974,-133.8011144,571.7254615 +7693,-397.2837728,-69.09762995,-341.2998966,-182.0728117,726.4366733 +7694,-135.9973376,-32.25829106,-109.282179,-32.24629571,1525.494217 +7695,-687.1289362,-80.28825499,-590.2057148,-286.351651,543.7919158 +7696,-165.61791,-14.80487383,-127.6974756,-122.125624,1107.33319 +7697,-346.3160326,-24.41615324,-281.8190422,-114.335985,1094.028982 +7698,-12.03659506,17.63750977,13.09458518,17.63667882,1655.86582 +7699,-298.9017951,-35.64456018,-269.6760963,-102.3849113,1345.631107 +7700,-509.1486934,31.06214848,-466.7542369,-190.0291959,1108.996485 +7701,-182.2845185,21.54986848,-2.100274306,-145.9989476,286.6805179 +7702,-199.3980592,35.89000494,-202.9191393,-28.17315765,1461.44646 +7703,-223.5605406,46.16977034,-139.6268141,-91.53427053,1212.563945 +7704,18.22833982,57.2375346,42.95070326,26.32021083,1688.333263 +7705,-255.0110638,66.64638718,-226.1389232,-87.25637184,1394.002106 +7706,-343.3865582,77.3844679,-154.7087995,-132.7931904,1170.085036 +7707,-17.28182195,87.51472763,-8.826139592,17.33131107,1037.780107 +7708,43.40254187,180.1813848,125.0222155,44.34977819,1148.301637 +7709,-248.4104896,-12.51305208,-220.4847936,-85.56190491,1403.010501 +7710,-200.7809945,173.2848539,-55.15929516,-54.81866656,1123.313349 +7711,9.297808431,147.0461541,46.11848811,28.9158755,1515.518112 +7712,127.832851,253.1351254,207.7000345,86.39856739,1462.77263 +7713,-61.8878807,51.25300546,-36.37835925,-8.510052073,1595.382829 +7714,-286.7065291,258.2030556,-185.5757548,-94.46965295,1358.224634 +7715,272.5722271,260.4677396,364.9280867,167.5451809,1016.617487 +7716,-272.6888566,130.3370623,-207.8941088,-94.3833818,1456.169886 +7717,129.7569766,302.6901187,199.7313603,90.69346575,1488.388808 +7718,164.8373486,265.2881813,187.4744881,84.4442236,1826.759285 +7719,-187.8112961,290.7510742,-45.62941939,-16.81537818,825.8483534 +7720,171.2311608,308.5012528,207.3004694,94.16654581,1772.728195 +7721,231.2749339,380.9648694,306.6012074,140.3223873,1631.212175 +7722,68.1000084,255.0650592,91.86871955,44.01251489,1721.904562 +7723,-136.4126372,397.4489855,4.680123498,10.4568539,1473.975224 +7724,383.0042657,389.9367428,416.3890279,190.3738987,1120.866689 +7725,-73.10839529,350.4508155,-9.882985511,0.694041565,1639.053057 +7726,301.920072,394.5075391,391.8837829,182.3228572,1577.923816 +7727,-3.722929976,412.6597345,60.74486902,34.24478394,1527.623382 +7728,399.8476704,483.9325728,467.8887626,215.779312,1769.117298 +7729,226.5555865,432.9611695,248.2046672,109.9689633,1875.027917 +7730,-127.7925598,410.0963124,6.061408596,26.49950498,852.7689148 +7731,514.1368339,468.749213,538.966569,242.2721739,1867.493619 +7732,211.944795,660.1842321,233.7658228,103.5786112,1860.504233 +7733,47.72436196,535.0168953,175.9126289,106.622793,1592.878613 +7734,459.2332459,394.7414214,484.699246,217.5670273,1340.953344 +7735,282.8882798,464.9487716,350.5359258,168.3708784,1846.124999 +7736,96.00725786,454.3082074,149.3980271,79.91912363,1418.811228 +7737,536.9476063,513.2401588,593.6257384,274.4371697,1902.118037 +7738,86.74795005,495.0055362,141.4210423,76.52551599,1383.811907 +7739,569.2455735,545.6467668,624.3414102,289.9590497,1968.938825 +7740,89.74000523,511.5323195,144.7920829,76.2272756,1354.331722 +7741,891.369893,518.7696974,941.0361951,426.3592563,1992.787539 +7742,767.286149,532.5432134,803.2334196,367.3638366,2033.942019 +7743,772.8081272,544.6256709,806.6494106,369.2056286,2063.55831 +7744,799.5511592,555.1123248,832.5167697,381.4806344,2086.082088 +7745,813.3264814,564.3869978,845.8238225,387.3942514,2104.892384 +7746,823.949208,571.8936465,855.0102999,391.6937032,2118.007162 +7747,835.9173508,577.7382145,865.1961662,396.5727498,2125.482007 +7748,847.2799346,582.2734265,876.5199146,402.1171141,2128.341231 +7749,860.7583337,585.7152696,887.2759951,406.8996127,2127.200022 +7750,872.1595646,588.2970778,898.1591781,411.9485235,2122.855318 +7751,884.4924346,590.075895,909.0987453,417.1289094,2115.458839 +7752,897.2082955,591.1940943,919.4525564,422.1754999,2105.530227 +7753,908.8896319,591.7485578,930.4465484,426.9799234,2093.420641 +7754,921.5014502,591.7786,941.0607719,431.9979671,2079.260285 +7755,934.0850406,591.3546738,951.9960743,436.9514931,2063.311443 +7756,946.2471473,590.5521019,962.4405385,442.0910515,2045.862182 +7757,958.882604,589.3875229,973.4520832,446.7933306,2026.97083 +7758,964.2960624,576.8725617,977.1242444,448.9177904,1962.679076 +7759,991.5067967,574.6726122,992.7079073,451.2406157,1939.60854 +7760,973.757397,571.9503959,973.9081456,442.7802449,1914.467764 +7761,956.4589219,569.9131791,956.8537681,435.1609983,1891.850213 +7762,941.6149892,568.6959384,942.2168673,428.6473664,1872.399893 +7763,929.0349273,568.1687156,929.7576644,423.1075488,1855.723823 +7764,918.3460413,568.2035622,919.1005031,418.3626638,1841.039868 +7765,909.2057327,568.7019857,909.9158814,414.2619426,1828.025289 +7766,901.3385882,569.5861948,901.9419354,410.6877691,1816.462905 +7767,894.5270993,570.7923074,894.9710855,407.5477117,1806.13946 +7768,888.5959096,572.2670209,888.8348394,404.767135,1796.846398 +7769,883.4004891,573.9658206,883.3937354,402.2845898,1788.396785 +7770,878.8203216,575.8516541,878.5313397,400.0490885,1780.632319 +7771,874.7547988,577.8917631,874.1504842,398.0183647,1773.422679 +7772,871.0898333,579.9680569,870.1547038,396.1506579,1766.660737 +7773,867.7377679,582.0004831,866.4664066,394.4126083,1760.258575 +7774,864.6371206,860.5444946,863.0271357,392.7793019,1754.143846 +7775,861.7431909,721.1594876,859.7921572,391.2318377,1748.257484 +7776,859.0211485,783.3166733,856.7259999,389.7553313,1742.55154 +7777,856.4417358,801.527998,853.7989701,388.3373538,1736.985847 +7778,853.9804932,818.2895999,850.9864291,386.967622,1731.527522 +7779,851.6170576,834.7234259,848.2679705,385.6376436,1726.149983 +7780,849.3609767,850.5070515,845.6531407,384.3524264,1720.879763 +7781,847.3158658,866.2010737,843.2455628,383.159633,1715.913399 +7782,845.3522307,881.6579033,840.9157522,382.0008452,1711.022695 +7783,843.4649791,895.980848,838.6586311,380.8741624,1706.204768 +7784,841.6403572,910.9858206,836.4604658,379.773719,1701.440092 +7785,839.8664077,924.9614145,834.3093052,378.6944184,1696.71175 +7786,838.1335077,938.9601142,832.1954612,377.6321474,1692.006313 +7787,836.4339428,952.309797,830.1111164,376.5835996,1687.313356 +7788,834.7614785,966.0599477,828.0499323,375.5461027,1682.62469 +7789,833.1110962,978.8600784,826.0068074,374.5175139,1677.93411 +7790,831.4787312,991.773832,823.9776154,373.4961049,1673.236823 +7791,829.8611233,1004.027721,821.9590535,372.4804978,1668.529352 +7792,828.2556197,1016.727094,819.9484493,371.4695804,1663.809074 +7793,826.6601097,1028.519283,817.9436747,370.4624699,1659.074229 +7794,825.072824,1040.44644,815.9430024,369.4584511,1654.323541 +7795,823.4923012,1051.672201,813.9450642,368.4569595,1649.556305 +7796,821.9173185,1063.460014,811.9487433,367.4575339,1644.772061 +7797,820.3468814,1074.743609,809.9531603,366.4598128,1639.970728 +7798,818.7801521,1085.236825,807.9575911,365.4634974,1635.152322 +7799,817.2164553,1096.13524,805.9614695,364.468355,1630.317117 +7800,815.6552028,1106.605576,803.9643218,363.4741898,1625.465386 +7801,811.4178306,1119.575413,799.2876935,361.2635378,1615.728338 +7802,807.3214221,1129.773241,794.7492123,359.1173918,1606.390523 +7803,803.3517344,1140.625167,790.3353629,357.0295716,1597.325441 +7804,799.4577136,1150.224268,785.9954848,354.9764443,1588.362974 +7805,795.6031935,1160.106481,781.6934927,352.9410025,1579.413848 +7806,791.7713883,1169.55771,777.4125715,350.9152682,1570.450927 +7807,787.9563867,1184.050835,773.1467786,348.8964466,1561.473113 +7808,784.1488374,1195.829789,768.8867614,346.8803224,1552.471306 +7809,780.3607857,1207.343399,764.6445905,344.8724698,1543.472866 +7810,776.5848321,1218.69493,760.4129059,342.8696397,1534.468201 +7811,772.8197551,1229.767364,756.1905321,340.8713972,1525.458251 +7812,769.0642151,1240.654922,751.9761893,338.8772606,1516.443279 +7813,765.3170108,1251.275656,747.7687342,336.8868085,1507.423542 +7814,761.5770861,1261.790127,743.5671745,334.8996843,1498.399212 +7815,757.8885308,1271.960758,739.4156691,332.936049,1489.452364 +7816,754.2369085,1282.066397,735.2998578,330.989442,1480.55842 +7817,750.6037778,1291.830657,731.201378,329.0515797,1471.685402 +7818,746.9873542,1301.537086,727.1185196,327.1217548,1462.831326 +7819,743.3846989,1310.907396,723.0484215,325.1987386,1453.992006 +7820,739.7932177,1320.22911,718.9885726,323.2814562,1445.163679 +7821,736.2107856,1329.216712,714.9369394,321.369042,1436.343411 +7822,732.6356385,1338.16718,710.8918439,319.4607839,1427.528758 +7823,729.0663322,1346.782215,706.851934,317.5561097,1418.717868 +7824,725.5016572,1355.374141,702.8160925,315.6545467,1409.909187 +7825,721.9406286,1363.146548,698.7834276,313.7557183,1401.10159 +7826,718.382412,1372.007505,694.7531992,311.8593102,1392.294114 +7827,714.8263262,1379.763418,690.7248243,309.9650747,1383.486116 +7828,711.2717887,1387.492982,686.6978141,308.0728017,1374.677021 +7829,707.7183211,1395.263597,682.6717886,306.1823265,1365.866495 +7830,704.1654939,1402.697915,678.6464261,304.293507,1357.054216 +7831,700.612969,1411.853698,674.6214817,302.4062329,1348.240046 +7832,697.0653183,1420.966201,670.586127,300.5157623,1339.423798 +7833,693.5253832,1430.264426,666.5333101,298.6190292,1330.605431 +7834,689.9934963,1439.234296,662.461368,296.7153457,1321.784877 +7835,686.4687972,1448.462998,658.3714767,294.8052676,1312.962197 +7836,682.9501862,1457.462773,654.2655144,292.8896438,1304.137395 +7837,679.4367374,1466.46273,650.1452094,290.9692388,1295.310573 +7838,675.9276772,1475.328434,646.0119277,289.0446406,1286.48172 +7839,672.4224121,1484.324167,641.8668155,287.1163289,1277.650943 +7840,668.9204459,1492.914854,637.7108524,285.1847019,1268.818301 +7841,665.4213621,1501.753694,633.5449143,283.2501065,1259.983926 +7842,661.9247853,1510.381277,629.3697732,281.3128399,1251.147885 +7843,658.4304026,1518.771493,625.1861318,279.373167,1242.310317 +7844,654.9379266,1527.350607,620.9946096,277.4313147,1233.471294 +7845,651.4471145,1535.59389,616.7957687,275.4874846,1224.630951 +7846,647.9577359,1544.026887,612.5901038,273.5418491,1215.789355 +7847,644.469598,1552.060718,608.3780725,271.5945656,1206.946641 +7848,640.9825193,1560.136148,604.1600752,269.6457675,1198.102872 +7849,637.4963465,1568.205482,599.9364879,267.6955793,1189.258178 +7850,634.0109315,1575.983934,595.7076414,265.7441074,1180.412623 +7851,630.5261574,1583.952152,591.4738479,263.791452,1171.566333 +7852,627.0419101,1591.504371,587.2353843,261.8376995,1162.71937 +7853,623.5580823,1599.159367,582.9925149,259.8829326,1153.871857 +7854,620.0745694,1606.582358,578.745473,257.9272225,1145.023854 +7855,616.5912806,1614.079213,574.494487,255.9706398,1136.175484 +7856,613.1081324,1621.397974,570.2397575,254.0132444,1127.326808 +7857,609.6250655,1628.438003,565.981482,252.0550968,1118.477943 +7858,606.1419965,1635.686034,561.7198288,250.0962458,1109.628939 +7859,602.6588435,1642.622043,557.454962,248.1367401,1100.779893 +7860,599.1755533,1649.45368,553.1870509,246.1766318,1091.930894 +7861,598.325744,1602.791195,551.5499259,245.4130934,1087.870556 +7862,595.2935632,1608.284406,547.691744,243.5985888,1079.699536 +7863,591.1060343,1614.435419,542.6496121,241.243062,1069.362679 +7864,586.8320611,1620.330693,537.5134522,238.8660218,1058.835949 +7865,582.927421,1626.267113,532.7437351,236.6868674,1048.950315 +7866,579.4468439,1632.131855,528.401259,234.7252746,1039.809677 +7867,597.4673051,1637.849805,524.4049742,232.9353447,1031.279428 +7868,717.0328223,1643.729496,520.6675129,231.2710025,1023.217928 +7869,670.1343241,1653.621886,517.1291612,229.7012779,1015.529604 +7870,697.4126651,1654.26467,513.7524698,228.20687,1008.154018 +7871,711.7617085,1666.028377,513.2191273,228.0052599,1005.970859 +7872,724.6264649,1662.829705,515.6730744,229.1599781,1009.246773 +7873,738.5404929,1680.305273,518.1926872,230.3413108,1012.67506 +7874,751.9175653,1669.047128,520.9872723,231.6444112,1127.612522 +7875,766.0875437,1697.016407,523.3944497,232.7690675,1129.04487 +7876,779.6960551,1670.829745,525.7314569,233.8606511,1124.382042 +7877,793.4881209,1685.915974,528.0125116,234.9265001,1144.139162 +7878,807.0702152,1700.751737,530.2475088,235.9716265,1154.238975 +7879,821.0091663,1697.745592,532.4428145,236.9991953,1164.189702 +7880,834.6098242,1704.186212,534.6029072,238.0113835,1173.85902 +7881,848.3726138,1708.614505,536.7313753,239.0098966,1183.369907 +7882,861.8608945,1712.883805,538.8313211,239.9961784,1192.950746 +7883,875.8492393,1717.046814,540.9054507,240.9714637,1202.253707 +7884,889.4215543,1721.100443,542.9560833,241.9367894,1211.49404 +7885,903.131504,1724.933447,544.9851909,242.8930191,1220.519348 +7886,916.6804371,1728.867388,546.9944671,243.8408798,1229.721086 +7887,932.548005,1728.596906,548.9853457,244.7809748,1238.57665 +7888,946.395039,1731.487955,551.1173267,245.7823957,1247.483766 +7889,960.3762726,1734.87974,553.3350927,246.8214621,1256.108242 +7890,974.2410242,1737.870155,555.5604739,247.86368,1265.103381 +7891,987.0841227,1739.296905,557.7535088,248.8912927,1273.360705 +7892,1000.404941,1740.256892,559.9117328,249.9032324,1281.865977 +7893,1013.331578,1740.961825,632.2905559,250.9030388,1290.468472 +7894,1025.809644,1741.439947,634.1934201,251.8924428,1298.705844 +7895,1038.553293,1741.711664,633.8144722,252.8706917,1306.847484 +7896,1051.677141,1741.789622,647.7193543,253.8464238,1315.414664 +7897,1064.193842,1741.683664,656.3163083,254.8167908,1323.15725 +7898,1075.63187,1745.110184,655.6253412,295.0577263,1331.312557 +7899,1088.140434,1745.296978,661.9743955,265.7256909,1339.051619 +7900,1100.440542,1745.04191,669.2776621,309.1880298,1347.208764 +7901,1113.513466,1744.555991,676.4259155,260.817594,1354.88528 +7902,1125.862963,1743.874728,683.7073533,305.0914344,1362.656056 +7903,1138.49115,1743.018132,690.7978369,295.7720704,1370.329332 +7904,1151.054134,1741.9972,698.0399069,300.5250816,1377.930841 +7905,1163.602829,1740.819808,704.8322937,305.0928074,1385.285762 +7906,1176.139432,1739.492418,712.1002379,308.6025723,1393.044654 +7907,1188.33753,1738.018268,718.6962315,312.37337,1400.298618 +7908,1201.374558,1736.402735,725.9406374,315.8736768,1407.662611 +7909,1213.607047,1734.568799,732.2731485,319.6103138,1414.929967 +7910,1226.150942,1732.79468,739.3810683,322.9966161,1422.131469 +7911,1238.974288,1730.720831,745.776064,326.665403,1429.272088 +7912,1250.901073,1728.584392,752.475404,329.9740327,1436.348632 +7913,1263.561326,1726.311382,758.9969571,333.5747479,1443.156456 +7914,1275.996758,1723.91512,765.5590814,336.8034154,1450.453727 +7915,1288.388844,1721.398753,771.8544714,340.3436979,1457.185691 +7916,1300.804849,1718.76451,778.3909832,343.5496732,1464.296463 +7917,1312.789603,1716.014961,784.4219622,346.9082573,1470.715763 +7918,1325.843207,1713.152176,791.1522743,350.1538824,1477.643545 +7919,1337.885688,1710.256506,796.9237063,353.4081944,1484.26805 +7920,1350.280864,1706.984162,803.2440172,356.6574828,1490.866034 +7921,1119.692714,1593.186771,567.778461,258.0583687,1032.466432 +7922,1125.835794,1586.778527,567.7503871,257.9004937,1032.099834 +7923,1133.517859,1581.068225,567.662515,257.6547228,1031.454396 +7924,1142.12492,1575.52969,567.5878571,257.430365,1030.769126 +7925,1151.006704,1570.157401,579.9837023,257.2783287,1030.172191 +7926,1160.107582,1564.935646,567.4238162,257.2061176,1029.704079 +7927,1169.344927,1559.569182,592.3107538,257.2040368,1029.365406 +7928,1178.542829,1554.229886,567.243074,257.2599156,1029.145414 +7929,1187.814656,1548.910726,604.7593864,257.3637742,1029.03238 +7930,1197.54098,1543.363299,567.0815659,257.5086262,1029.019902 +7931,1206.704439,1537.909779,617.6639353,264.5593742,1029.093259 +7932,1216.265974,1532.345013,566.9405492,269.2924456,1029.243815 +7933,1225.800971,1526.733754,605.9518261,264.631267,1029.465186 +7934,1235.747418,1521.066127,619.5535158,275.5766467,1029.751315 +7935,1244.771571,1515.27377,575.5302896,265.2692044,1030.096351 +7936,1254.722182,1509.65777,615.9443592,283.7475369,1030.494811 +7937,1264.267023,1503.678556,608.7730079,262.8705718,1030.941701 +7938,1274.016812,1497.843223,612.0425065,295.7585951,1075.486628 +7939,1283.700508,1491.887419,615.7923457,257.516157,1031.201879 +7940,1293.396528,1485.886877,618.9636069,308.7996717,1073.352835 +7941,1303.208849,1479.898908,622.139421,257.4321847,1039.683066 +7942,1312.539151,1473.69975,625.3175809,308.440013,1068.414708 +7943,1322.994892,1467.58591,628.5659982,257.4493758,1065.356572 +7944,1332.430575,1461.300951,631.6505258,300.5931616,1068.558874 +7945,1342.384649,1455.13478,634.9216023,304.6868807,1072.32152 +7946,1352.141316,1448.781895,638.0447238,267.2911398,1075.423858 +7947,1362.050626,1442.500461,641.300912,300.1870227,1079.103068 +7948,1371.828308,1436.003688,644.4226712,294.5325917,1082.285499 +7949,1381.75946,1429.597377,647.6867153,295.5825111,1085.673505 +7950,1391.549006,1423.09163,650.8509704,298.0737153,1089.06069 +7951,1402.026631,1416.917206,653.2319822,299.265764,1092.380622 +7952,1412.359325,1410.687966,655.5649009,300.9417318,1095.764055 +7953,1422.887653,1404.420143,657.7153297,302.1524197,1099.163081 +7954,1433.298175,1398.11049,659.8501194,303.4746546,1102.475345 +7955,1443.905469,1391.757647,661.9256189,304.7315519,1105.912424 +7956,1454.389398,1385.421409,663.9118634,306.0277838,1109.257415 +7957,1465.075065,1378.889508,666.0431555,307.24711,1112.639305 +7958,1475.623773,1372.377703,667.8197407,308.4402973,1115.965541 +7959,1486.332044,1365.910621,669.8774734,309.6796071,1119.401872 +7960,1497.071572,1359.337626,671.7105132,310.8405226,1122.739063 +7961,1507.730148,1352.618821,673.5712813,312.005415,1126.058555 +7962,1518.58074,1345.96458,675.384262,313.1521324,1129.49028 +7963,1529.283987,1339.209921,677.1683416,314.2457827,1132.755772 +7964,1540.147689,1332.470381,678.8592427,315.4365041,1136.244406 +7965,1551.040588,1325.478115,680.73039,316.4271475,1139.408304 +7966,1561.840264,1318.69899,682.2740833,317.5487945,1142.87084 +7967,1572.840999,1311.69647,683.9244887,318.6647997,1146.14756 +7968,1583.683216,1304.756907,685.6344347,319.6086881,1149.410457 +7969,1594.688713,1297.618333,687.1815591,320.7209449,1152.869972 +7970,1605.723364,1290.491805,688.7559763,321.7053427,1155.963953 +7971,1616.65493,1283.458581,690.29139,322.7131824,1159.406433 +7972,1627.739608,1276.13258,691.7943967,323.6629511,1162.618969 +7973,1638.858518,1268.918044,693.2717174,324.7248335,1165.900151 +7974,1649.863684,1261.655054,694.7183953,325.6008503,1169.080427 +7975,1661.030321,1254.096266,696.1372237,326.540083,1172.509989 +7976,1672.231259,1246.854402,697.4587328,327.5557774,1175.568015 +7977,1682.73592,1239.352116,698.9262036,328.3468285,1178.785993 +7978,1694.885322,1231.841015,700.2815435,329.3399767,1182.092972 +7979,1705.611358,1224.271778,701.4866775,330.1918606,1185.315435 +7980,1717.121229,1216.728645,702.8192381,331.0721761,1188.301846 +7981,1963.887178,1316.559442,939.7278878,438.8718488,1654.649664 +7982,1980.031649,1311.373622,945.798446,441.7149181,1663.512203 +7983,1994.77276,1305.392641,949.8827472,444.1365212,1672.015965 +7984,2006.033797,1299.185975,962.538312,449.9152794,1679.609281 +7985,2019.442378,1292.729173,967.0316835,452.1482908,1686.307093 +7986,2033.066065,1286.264346,970.8847051,454.3063258,1692.70367 +7987,2046.477617,1279.451533,974.4204937,456.1174318,1698.933621 +7988,2059.921134,1272.712788,977.7680837,458.1293551,1702.166171 +7989,2073.332391,1265.849191,980.975263,459.8312224,1706.635306 +7990,2086.732987,1258.983299,984.0644322,461.5754875,1710.581559 +7991,2100.039108,1251.797606,986.8213766,463.2539884,1714.556471 +7992,2113.626503,1244.927489,990.0705602,464.8880971,1718.516646 +7993,2126.809902,1237.78443,992.7007906,466.4811507,1722.386643 +7994,2140.179826,1230.63119,995.462595,468.0346203,1726.205124 +7995,2153.669,1226.833734,998.1042457,469.5507856,1729.972474 +7996,2166.978293,1221.719525,1000.669157,471.0303224,1733.72416 +7997,2180.36769,1216.480897,1003.159913,472.47502,1737.335497 +7998,2193.750583,1211.072695,1005.577896,473.7696642,1740.982226 +7999,2207.136712,1205.775898,1007.926483,475.4390419,1744.551665 +8000,2220.52549,1200.892734,1010.206337,476.5217795,1748.081077 +8001,2233.837006,1194.749057,1012.420551,477.940127,1751.568883 +8002,2256.467292,1189.59206,1014.569576,479.2043121,1755.013539 +8003,2256.196258,1184.110241,1016.656253,480.4574282,1758.456151 +8004,2290.37501,1178.555791,1018.680829,481.6811435,1761.761692 +8005,2275.028008,1173.015805,1020.645892,482.8766277,1765.116039 +8006,2290.991484,1167.439225,1022.551649,484.0439259,1768.39713 +8007,2323.097018,1161.78601,1024.40066,485.1842109,1771.648307 +8008,2325.296992,1156.226641,1026.440682,486.2976212,1774.862881 +8009,2341.414098,1150.53904,1027.803898,487.3851683,1778.043495 +8010,2354.992645,1144.868974,1029.668314,488.4468151,1780.797292 +8011,2367.796267,1139.302241,1031.927688,489.7678312,1784.556729 +8012,2380.257231,1133.714814,1034.315595,491.1242938,1787.282893 +8013,2392.880353,1128.258776,1036.749196,492.488508,1790.42631 +8014,2405.372403,1122.71535,1039.118829,493.7263093,1793.439422 +8015,2417.847525,1117.224874,1041.539952,495.2780695,1796.429065 +8016,2430.293497,1111.741994,1043.928408,496.5421176,1799.348662 +8017,2442.806048,1106.227844,1046.31018,497.9145989,1802.342388 +8018,2455.032521,1100.843471,1048.705147,499.2602436,1805.216084 +8019,2467.374044,1095.378489,1051.023165,500.6003197,1808.100578 +8020,2479.952633,1089.970947,1053.38552,501.9337839,1810.992464 +8021,2492.033477,1084.577838,1055.712257,503.2610844,1813.756901 +8022,2504.42974,1079.160558,1058.029011,504.5816646,1816.54863 +8023,2516.692908,1073.878659,1060.35904,505.8958879,1819.385406 +8024,2528.954855,1068.524243,1062.608914,507.2032699,1822.110809 +8025,2541.2111,1063.234071,1064.904619,508.5042102,1824.852673 +8026,2553.44912,1057.921375,1067.163026,509.7982804,1827.565674 +8027,2565.78875,1052.74422,1069.412369,511.218834,1830.258818 +8028,2577.836354,1047.504691,1071.674903,512.2984365,1832.930823 +8029,2590.130967,1042.33323,1073.584412,513.6689221,1835.542231 +8030,2602.210855,1037.146906,1076.231741,514.9154332,1838.283186 +8031,2614.682133,1032.097264,1078.220032,516.1757417,1840.801223 +8032,2626.625793,1026.994569,1080.449334,517.2922995,1843.436701 +8033,2638.919571,1021.964051,1082.648392,518.7473512,1846.009785 +8034,2651.090426,1016.966328,1084.763923,519.8888411,1848.571498 +8035,2663.382348,1011.966684,1086.930734,521.1464439,1851.117401 +8036,2675.255336,1007.11095,1089.05942,522.3757574,1853.646042 +8037,2687.654396,1002.208905,1091.181054,523.5990725,1856.11683 +8038,2699.668591,997.3859348,1093.290312,524.8160316,1858.679982 +8039,2711.899786,992.5622224,1095.417196,526.0272037,1861.130618 +8040,2723.791559,987.8844474,1097.459415,527.2322739,1863.604376 +8041,2782.705303,1006.069038,1147.017387,551.314288,1946.987263 +8042,2797.268239,1002.611503,1151.365841,553.8397184,1952.45058 +8043,2816.364632,998.8588454,1155.075287,555.7365193,1957.149323 +8044,2827.002296,994.9370484,1158.402176,557.5696914,1961.340431 +8045,2845.25686,991.0732429,1161.524379,559.4542823,1965.346973 +8046,2847.924474,987.1152651,1164.520999,560.869986,1969.032043 +8047,2841.324915,983.2070775,1167.46133,562.6073118,1972.667934 +8048,2888.014477,979.407706,1170.252949,564.1697086,1976.065831 +8049,2883.556051,975.4511542,1173.067053,565.7325063,1979.496985 +8050,2899.481241,971.7832721,1175.806827,567.2744861,1982.813628 +8051,2912.022755,968.0239818,1178.512252,568.7976604,1986.079208 +8052,2923.974132,964.335384,1181.179962,570.302763,1989.239001 +8053,2936.482075,960.6913204,1183.813482,571.7913879,1992.475598 +8054,2955.133037,954.0707258,1178.269268,569.8568201,1995.546523 +8055,2968.222612,950.1299336,1179.411522,570.6677159,1998.60926 +8056,2981.014918,946.3261847,1181.221409,571.7684091,2001.629069 +8057,2993.68877,942.6648995,1183.186788,572.9354616,2004.609897 +8058,3005.939974,939.0468012,1185.205585,574.126375,2007.550214 +8059,3018.431329,935.5993172,1187.275874,575.3255902,2010.452979 +8060,3046.83681,932.1469524,1189.265349,576.5256738,2013.368471 +8061,3048.934828,928.8008984,1191.324837,577.723639,2016.066116 +8062,3058.571427,925.5671438,1193.347193,578.7454931,2018.97683 +8063,3092.394106,922.2919791,1195.364719,580.1926345,2021.689235 +8064,3099.738695,919.2400226,1197.370433,581.2508381,2024.421773 +8065,3117.966427,916.1607965,1199.365636,582.4560008,2027.116792 +8066,3133.804385,913.1865301,1201.348065,583.6272455,2029.779538 +8067,3166.06422,910.2949854,1203.340006,584.8017141,2032.454053 +8068,3147.174632,907.4457975,1205.347954,585.9669919,2035.085849 +8069,3187.149099,904.9701851,1207.250966,587.3479172,2037.678412 +8070,3198.107532,902.5601882,1209.214619,588.8734753,2040.2394 +8071,3227.390169,900.0983933,1210.800051,590.3386579,2042.772476 +8072,3219.54906,897.6451066,1212.304501,591.8451633,2045.223973 +8073,3243.558463,895.2140654,1213.761665,593.5126699,2047.784788 +8074,3267.847988,892.7711104,1215.180289,595.0446934,2050.198977 +8075,3290.449616,890.776317,1216.565544,596.8061363,2052.638705 +8076,3293.515865,887.8965268,1217.918793,598.5365786,2055.046413 +8077,3324.353194,885.7916539,1219.241957,600.3107859,2057.433401 +8078,3328.823753,883.4190544,1220.537675,602.1324608,2059.852109 +8079,3348.169915,881.1118778,1221.803312,604.0018679,2062.113462 +8080,3364.781276,878.7904556,1223.042127,605.9179672,2064.476519 +8081,3380.648492,876.5683849,1224.29035,607.8804482,2066.772617 +8082,3396.674071,874.2902528,1225.420581,609.8896991,2069.058677 +8083,3413.164928,872.0595974,1226.612255,611.9469136,2071.287998 +8084,3429.040851,869.8427756,1227.75856,614.0492149,2073.642697 +8085,3445.553344,867.6101059,1228.91616,616.0035796,2075.851323 +8086,3461.288412,865.4447293,1229.959519,618.4912166,2078.091831 +8087,3486.876027,863.2404358,1231.063387,620.5786991,2080.309009 +8088,3489.584223,861.1083081,1232.111704,622.888467,2082.508372 +8089,3511.247445,858.927574,1233.179051,625.2097217,2084.639516 +8090,3525.988559,856.8269411,1234.131065,627.5742599,2086.950529 +8091,3541.495932,854.6691296,1235.184397,629.9805488,2088.915528 +8092,3556.935703,852.5859763,1236.083447,632.4290118,2101.52927 +8093,3579.580755,850.4406937,1237.097302,634.9203465,2090.091266 +8094,3583.942636,848.1088166,1237.95697,637.2365711,2083.775353 +8095,3614.989075,846.5083762,1238.56601,640.1693002,2105.040462 +8096,3615.06204,844.1883408,1239.940428,642.6105383,2097.627938 +8097,3624.138418,842.2557338,1240.571247,645.5429964,2101.512236 +8098,3595.800265,840.2022185,1241.509926,647.8854875,2103.665956 +8099,3577.544516,838.1605267,1242.367405,650.8046732,2105.764172 +8100,3568.884147,836.1823974,1243.074531,653.555715,2107.693354 +8101,3580.188136,800.6727277,1166.615368,622.805984,1987.503586 +8102,3593.0362,798.2523989,1165.783397,625.1832701,1934.623437 +8103,3600.832796,795.7336196,1165.248922,627.4848876,1983.850222 +8104,3604.720505,793.3088276,1164.838719,629.9765158,1981.888959 +8105,3610.262942,791.2558361,1164.757309,632.4481436,1947.278108 +8106,3615.655629,788.3651927,1163.71765,635.0229125,1981.165094 +8107,3619.653171,786.290191,1163.540883,637.6231822,1989.0361 +8108,3625.592978,783.8843985,1163.015384,640.2715723,1947.162226 +8109,3630.994424,781.5693391,1162.532824,642.9885674,1987.59026 +8110,3634.684315,779.2674648,1162.04017,645.6874584,1992.723268 +8111,3640.342021,776.9503896,1161.538234,648.4841737,1950.51623 +8112,3645.483996,774.7280816,1161.019476,651.3015646,1990.386743 +8113,3648.764461,772.4522032,1160.488904,654.1898003,1978.378888 +8114,3654.20988,770.2201275,1159.948041,657.0595193,1981.102785 +8115,3658.751308,767.9984918,1159.390824,660.0254935,1982.641957 +8116,3663.246233,765.7926883,1158.822382,663.0371788,1983.877675 +8117,3667.695737,763.5707459,1158.240764,666.0313565,1985.111927 +8118,3672.101119,761.441865,1157.645603,669.1231431,1986.343955 +8119,3676.472634,759.2600358,1157.037907,672.0037891,1987.575875 +8120,3680.805629,757.1198189,1156.416107,675.4838375,1988.804601 +8121,3685.393192,754.9900358,1155.781677,678.5344663,1990.033725 +8122,3689.646054,752.8746996,1155.13322,681.784815,1991.196406 +8123,3693.867364,750.7740623,1154.471323,685.0021548,1992.581865 +8124,3698.079458,748.687895,1153.795884,688.3230021,1993.661206 +8125,3702.280621,746.620082,1153.108099,691.6866102,1994.942507 +8126,3706.472308,744.578723,1152.405875,695.0255333,1996.154377 +8127,3710.653012,742.5394157,1151.690402,698.4635673,1997.375731 +8128,3714.820617,740.488432,1150.9606,701.9425632,1998.594722 +8129,3718.976194,738.4930812,1150.21723,705.39452,1999.813329 +8130,3723.119547,736.468343,1149.459387,708.9452197,2001.029657 +8131,3727.231555,734.6339568,1149.014684,712.4264069,2002.245266 +8132,3731.156539,732.8259398,1148.627136,716.031096,2003.522432 +8133,3734.824386,731.0441955,1148.260679,719.5806895,2004.636058 +8134,3738.229649,729.2562107,1147.90502,723.3069257,2005.892639 +8135,3741.417123,727.5647666,1147.557496,726.848587,2007.090581 +8136,3744.431177,725.8290949,1147.214663,730.6486038,2008.229814 +8137,3747.301086,724.1398064,1146.876596,734.2314663,2009.531578 +8138,3750.056497,722.4653685,1146.540989,737.9592538,2010.681349 +8139,3752.706111,720.8102747,1146.208501,741.6915031,2011.886867 +8140,3755.254835,719.1733579,1145.877103,745.4796884,2013.142745 +8141,3757.709029,717.5547377,1145.547682,749.2098047,2014.227315 +8142,3760.078082,715.9532609,1145.21828,753.0226064,2015.457248 +8143,3762.357631,714.3691051,1144.496396,756.8532957,2016.623506 +8144,3764.551698,712.801136,1144.758172,760.6217503,2017.79277 +8145,3766.66189,711.249583,1144.144382,764.4707373,2018.95778 +8146,3768.702128,709.7133277,1143.875767,768.3326972,2020.11469 +8147,3770.661378,708.1636117,1143.545658,772.1249877,2021.266245 +8148,3772.536722,706.7001618,1143.212417,775.9951937,2022.341754 +8149,3774.330549,705.1881463,1142.878211,779.8743293,2023.648404 +8150,3776.046406,703.7148998,1142.540629,783.6744646,2024.621616 +8151,3777.693085,702.2512538,1142.241113,787.5512455,2025.801651 +8152,3779.25539,700.800541,1141.83864,791.3959254,2026.90027 +8153,3780.743827,699.3631518,1141.52215,795.2763846,2028.001127 +8154,3782.159849,697.9313306,1141.128338,799.0212566,2029.002049 +8155,3783.4881,696.5237561,1140.805739,802.9134726,2030.159232 +8156,3784.738535,695.1175125,1140.416242,806.692808,2031.147185 +8157,3785.903717,693.7334391,1140.085706,810.5741355,2032.281753 +8158,3786.995284,692.350508,1139.689305,814.2818619,2033.250067 +8159,3788.007476,690.9817913,1139.311401,818.0803012,2034.33891 +8160,3788.937909,689.6249392,1138.933579,821.8345909,2035.251192 +8161,3814.701118,621.8974661,985.8493545,759.5213027,1750.539924 +8162,3842.829936,620.7593635,984.1726915,762.8700451,1750.3904 +8163,3855.692046,618.7520226,983.7843358,766.8936243,1750.455413 +8164,3861.574702,617.5378814,983.1727554,770.4907579,1750.862345 +8165,3864.442963,616.1305944,982.7759721,774.0944989,1751.347084 +8166,3867.778847,614.787785,982.3536048,777.7769238,1751.897023 +8167,3870.16383,613.4673076,981.9817018,781.3682232,1752.47948 +8168,3871.812092,612.1652329,981.6219892,784.9932346,1753.079311 +8169,3873.004803,610.8791726,981.2458697,788.4999265,1753.68948 +8170,3873.176465,609.6074299,980.9520417,792.0422572,1754.30361 +8171,3872.703729,608.3489859,980.6023055,795.5166031,1754.918747 +8172,3871.70658,607.1027796,980.2847662,798.9515944,1755.530977 +8173,3870.258886,605.8682459,979.9977978,802.3388494,1756.138937 +8174,3868.415046,604.6445841,979.6428568,805.6739829,1756.739781 +8175,3866.219527,603.4313959,979.3570749,808.9857152,1757.332881 +8176,3863.703084,602.2280201,979.0488345,812.1542864,1757.915924 +8177,3860.895132,601.03414,978.7481068,815.3309469,1758.488659 +8178,3857.81597,599.849149,978.449227,818.4085915,1759.048876 +8179,3854.486408,598.6666823,978.1518864,821.4501768,1759.596759 +8180,3850.926141,597.5025121,977.8547639,824.3251329,1760.130036 +8181,3847.572967,592.256351,967.8424386,831.485502,1760.729353 +8182,3846.642009,590.3737792,965.9378831,835.5388268,1761.196893 +8183,3846.790341,588.7786129,964.6885193,839.3187453,1761.698155 +8184,3846.733131,587.2887952,963.64647,843.1205625,1762.142265 +8185,3845.914655,585.8457377,962.6888635,846.8477066,1762.706721 +8186,3844.341356,584.4324598,961.7756168,850.5807382,1763.142649 +8187,3842.20815,583.0408191,960.8882785,854.1918783,1763.66855 +8188,3839.705724,581.6663001,960.0166552,857.851908,1764.047213 +8189,3836.675128,580.3064711,959.1553745,861.4858855,1764.485977 +8190,3833.786691,578.9594175,958.3294338,864.9952557,1765.005066 +8191,3830.922868,577.0093549,956.0009138,866.9776217,1765.404927 +8192,3827.730096,575.1509382,953.4265801,868.5375101,1765.836756 +8193,3823.936182,572.7120242,950.6843408,869.8892446,1766.247958 +8194,3819.5244,570.6991364,947.851508,871.0707683,1766.647282 +8195,3814.603497,568.4763606,944.9422601,872.1400089,1767.030586 +8196,3809.117984,566.260213,941.935696,872.5795325,1767.400772 +8197,3803.647948,564.0015873,938.9095175,873.9483642,1767.769551 +8198,3797.570109,561.7370424,935.7824195,874.2796541,1768.09721 +8199,3792.570234,559.455004,932.6304044,874.8291128,1768.402863 +8200,3786.246159,557.1534694,929.4206919,875.1900174,1768.622247 +8201,3779.737211,554.8338026,926.1620445,875.4241601,1768.957894 +8202,3773.358758,552.4952861,922.8537701,875.4377477,1769.128292 +8203,3766.51278,550.1393591,919.5000516,875.4899131,1769.317584 +8204,3759.853822,547.7652907,916.1000049,875.2773565,1769.457799 +8205,3753.090052,545.3744783,912.6575771,875.0911864,1769.560817 +8206,3746.2114,542.9661685,909.1422699,874.6350676,1769.676594 +8207,3738.907518,540.5417186,905.6601674,874.2126337,1769.607103 +8208,3731.79896,538.1003547,902.0727073,873.5161294,1769.620958 +8209,3724.59577,535.643405,898.4735139,872.8609278,1769.539581 +8210,3717.291895,533.1700846,894.8311551,871.9276172,1769.359851 +8211,3709.885478,530.6816944,891.1251712,870.9513161,1769.281456 +8212,3702.376852,528.1774386,887.4529105,869.8664018,1769.019265 +8213,3694.772398,525.6586078,883.6852492,868.6688399,1768.762093 +8214,3687.084619,522.9199428,879.9075254,867.3581414,1768.442791 +8215,3679.016215,520.663905,876.0938797,865.9359705,1768.074709 +8216,3671.152164,517.9578905,872.2188104,864.4026375,1767.652627 +8217,3663.213424,515.6053697,868.6575714,862.7600523,1767.181027 +8218,3655.19818,512.7327935,864.334578,861.0087555,1766.654784 +8219,3647.097581,510.2626791,860.5647023,859.1508954,1766.078487 +8220,3638.894997,507.614262,856.5992788,857.5894842,1765.44718 +8221,2028.415377,504.8304416,860.5296262,854.3249193,1775.496437 +8222,2114.857291,633.3220349,948.8462859,984.0890574,2259.659518 +8223,2232.366354,632.7546857,970.0606917,983.2090772,2303.154626 +8224,2323.127672,629.4878371,981.2824671,979.0949957,2319.946459 +8225,2386.980982,626.593974,987.9967797,974.8180749,2326.776287 +8226,2428.932237,623.6506505,992.2950072,970.2905156,2329.341595 +8227,2457.460316,620.6564351,995.1899854,965.4913346,2330.502292 +8228,2477.849902,617.7298624,997.2444914,960.5067769,2330.848759 +8229,2492.763924,614.6948699,998.763001,955.2632207,2330.977276 +8230,2503.465963,613.4149134,999.9022643,941.5095328,2331.028387 +8231,2509.253233,610.5455987,1000.80425,935.174992,2331.042868 +8232,2511.34836,607.5375861,1001.494381,929.752123,2331.030166 +8233,2511.060091,604.4807443,1001.97124,924.1561307,2330.993099 +8234,2509.206812,601.3499036,1002.248374,918.6001505,2330.933505 +8235,2506.179189,598.2876797,1002.349357,912.9672328,2330.852917 +8236,2502.172897,595.1141704,1002.298997,907.2514303,2330.752544 +8237,2497.323836,591.9530565,1002.11898,901.4330704,2330.63308 +8238,2491.750728,588.7626548,1001.827175,895.4365156,2330.494967 +8239,2485.55877,585.5137944,1001.438176,889.4707764,2330.338402 +8240,2478.835948,582.3350166,1000.964115,883.2855613,2330.163539 +8241,2471.651572,579.0523241,1000.41515,876.7784037,2329.77649 +8242,2464.057671,575.7802105,999.7998949,870.3659944,2329.572804 +8243,2456.091072,572.4795809,999.125621,863.5467041,2329.353106 +8244,2447.775175,569.1010102,998.398482,856.498984,2329.115459 +8245,2439.117665,566.3411886,997.6231701,857.9948816,2328.858544 +8246,2429.849231,562.8561193,996.823318,824.1651365,2328.581544 +8247,2420.147976,559.4050764,995.9909309,845.6309403,2328.284746 +8248,2410.200323,556.3128506,995.1349509,812.6457427,2328.005061 +8249,2399.756051,552.6116625,994.2490349,817.4056494,2327.706764 +8250,2388.787848,548.1496089,993.3149825,769.6142256,2327.359928 +8251,2372.828772,545.3844234,992.3029761,761.1474333,2326.976763 +8252,2354.330416,542.7677024,991.2678594,754.0433351,2326.260399 +8253,2336.034294,540.1686037,990.2530675,747.3431601,2320.408636 +8254,2319.193909,537.6928116,989.2751332,741.274426,2309.124355 +8255,2303.973177,535.1692773,988.3335482,735.5061597,2309.51173 +8256,2290.115817,532.6979208,987.4220657,729.8742595,2308.948425 +8257,2277.325583,530.2382591,986.5357743,724.3222736,2300.679814 +8258,2265.378408,527.792436,985.6706019,719.0150485,2308.549589 +8259,2254.122317,525.3262354,984.8237475,713.7851608,2295.769099 +8260,2243.450299,522.9703355,983.9933298,708.6963723,2297.221915 +8261,2233.280859,520.5394653,983.1773444,703.6897204,2295.707744 +8262,2223.58138,518.4820544,982.3914589,698.7738031,2286.822823 +8263,2213.984762,515.6063375,981.6171384,693.9421964,2295.318069 +8264,2204.95865,513.4427586,980.8396409,689.2377564,2280.467044 +8265,2196.209149,511.0752588,980.0662145,684.4851902,2283.263305 +8266,2187.703451,508.6995987,979.2982815,679.8607165,2280.884172 +8267,2179.414245,506.3653613,978.5361474,675.3743446,2277.15054 +8268,2171.300302,504.0369321,947.166815,670.8973411,2273.990811 +8269,2163.381333,501.7206922,945.9763337,666.4016626,2264.935959 +8270,2155.644077,499.3836807,946.4310977,662.0558678,2274.820986 +8271,2148.015137,497.1390127,939.5831796,657.7179291,2257.733775 +8272,2140.515193,494.8345284,937.1180776,653.4354686,2262.029014 +8273,2133.161069,492.5716386,931.328897,649.1970347,2258.654782 +8274,2125.928596,490.3153075,930.0375569,645.0033716,2254.63213 +8275,2118.804259,488.0405996,925.8805519,640.8511445,2251.554387 +8276,2111.780171,485.8553568,922.1644313,636.7837206,2248.520961 +8277,2104.851188,483.6137992,916.9880028,632.6445727,2245.354862 +8278,2098.011843,481.4125533,916.0893918,628.5984603,2235.971412 +8279,2004.645813,479.2192789,911.6691847,624.6569902,2246.708507 +8280,1930.134771,477.0080189,908.412358,620.7057708,2227.630674 +8281,0,0,0,0,0 +8282,0,0,0,0,0 +8283,0,0,0,0,0 +8284,0,0,0,0,0 +8285,0,0,0,0,0 +8286,0,0,0,0,0 +8287,0,0,0,0,0 +8288,0,0,0,0,0 +8289,0,0,0,0,0 +8290,0,0,0,0,0 +8291,0,0,0,0,0 +8292,0,0,0,0,0 +8293,0,0,0,0,0 +8294,0,0,0,0,0 +8295,0,0,0,0,0 +8296,0,0,0,0,0 +8297,0,0,0,0,0 +8298,0,0,0,0,0 +8299,0,0,0,0,0 +8300,0,0,0,0,0 +8301,0,0,0,0,0 +8302,0,0,0,0,0 +8303,0,0,0,0,0 +8304,0,0,0,0,0 +8305,0,0,0,0,0 +8306,0,0,0,0,0 +8307,0,0,0,0,0 +8308,0,0,0,0,0 +8309,0,0,0,0,0 +8310,0,0,0,0,0 +8311,0,0,0,0,0 +8312,0,0,0,0,0 +8313,0,0,0,0,0 +8314,0,0,0,0,0 +8315,0,0,0,0,0 +8316,0,0,0,0,0 +8317,0,0,0,0,0 +8318,0,0,0,0,0 +8319,0,0,0,0,0 +8320,0,0,0,0,0 +8321,0,0,0,0,0 +8322,0,0,0,0,0 +8323,0,0,0,0,0 +8324,0,0,0,0,0 +8325,0,0,0,0,0 +8326,0,0,0,0,0 +8327,0,0,0,0,0 +8328,0,0,0,0,0 +8329,0,0,0,0,0 +8330,0,0,0,0,0 +8331,0,0,0,0,0 +8332,0,0,0,0,0 +8333,0,0,0,0,0 +8334,0,0,0,0,0 +8335,0,0,0,0,0 +8336,0,0,0,0,0 +8337,0,0,0,0,0 +8338,0,0,0,0,0 +8339,0,0,0,0,0 +8340,0,0,0,0,0 +8341,0,0,0,0,0 +8342,0,0,0,0,0 +8343,0,0,0,0,0 +8344,0,0,0,0,0 +8345,0,0,0,0,0 +8346,0,0,0,0,0 +8347,0,0,0,0,0 +8348,0,0,0,0,0 +8349,0,0,0,0,0 +8350,0,0,0,0,0 +8351,0,0,0,0,0 +8352,0,0,0,0,0 +8353,0,0,0,0,0 +8354,0,0,0,0,0 +8355,0,0,0,0,0 +8356,0,0,0,0,0 +8357,0,0,0,0,0 +8358,0,0,0,0,0 +8359,0,0,0,0,0 +8360,0,0,0,0,0 +8361,0,0,0,0,0 +8362,0,0,0,0,0 +8363,0,0,0,0,0 +8364,0,0,0,0,0 +8365,0,0,0,0,0 +8366,0,0,0,0,0 +8367,0,0,0,0,0 +8368,0,0,0,0,0 +8369,0,0,0,0,0 +8370,0,0,0,0,0 +8371,0,0,0,0,0 +8372,0,0,0,0,0 +8373,0,0,0,0,0 +8374,0,0,0,0,0 +8375,0,0,0,0,0 +8376,0,0,0,0,0 +8377,0,0,0,0,0 +8378,0,0,0,0,0 +8379,0,0,0,0,0 +8380,0,0,0,0,0 +8381,0,0,0,0,0 +8382,0,0,0,0,0 +8383,0,0,0,0,0 +8384,0,0,0,0,0 +8385,0,0,0,0,0 +8386,0,0,0,0,0 +8387,0,0,0,0,0 +8388,0,0,0,0,0 +8389,0,0,0,0,0 +8390,0,0,0,0,0 +8391,0,0,0,0,0 +8392,0,0,0,0,0 +8393,0,0,0,0,0 +8394,0,0,0,0,0 +8395,0,0,0,0,0 +8396,0,0,0,0,0 +8397,0,0,0,0,0 +8398,0,0,0,0,0 +8399,0,0,0,0,0 +8400,0,0,0,0,0 +8401,0,0,0,0,0 +8402,0,0,0,0,0 +8403,0,0,0,0,0 +8404,0,0,0,0,0 +8405,0,0,0,0,0 +8406,0,0,0,0,0 +8407,0,0,0,0,0 +8408,0,0,0,0,0 +8409,0,0,0,0,0 +8410,0,0,0,0,0 +8411,0,0,0,0,0 +8412,0,0,0,0,0 +8413,0,0,0,0,0 +8414,0,0,0,0,0 +8415,0,0,0,0,0 +8416,0,0,0,0,0 +8417,0,0,0,0,0 +8418,0,0,0,0,0 +8419,0,0,0,0,0 +8420,0,0,0,0,0 +8421,0,0,0,0,0 +8422,0,0,0,0,0 +8423,0,0,0,0,0 +8424,0,0,0,0,0 +8425,0,0,0,0,0 +8426,0,0,0,0,0 +8427,0,0,0,0,0 +8428,0,0,0,0,0 +8429,0,0,0,0,0 +8430,0,0,0,0,0 +8431,0,0,0,0,0 +8432,0,0,0,0,0 +8433,0,0,0,0,0 +8434,0,0,0,0,0 +8435,0,0,0,0,0 +8436,0,0,0,0,0 +8437,0,0,0,0,0 +8438,0,0,0,0,0 +8439,0,0,0,0,0 +8440,0,0,0,0,0 +8441,0,0,0,0,0 +8442,0,0,0,0,0 +8443,0,0,0,0,0 +8444,0,0,0,0,0 +8445,0,0,0,0,0 +8446,0,0,0,0,0 +8447,0,0,0,0,0 +8448,0,0,0,0,0 +8449,0,0,0,0,0 +8450,0,0,0,0,0 +8451,0,0,0,0,0 +8452,0,0,0,0,0 +8453,0,0,0,0,0 +8454,0,0,0,0,0 +8455,0,0,0,0,0 +8456,0,0,0,0,0 +8457,0,0,0,0,0 +8458,0,0,0,0,0 +8459,0,0,0,0,0 +8460,0,0,0,0,0 +8461,0,0,0,0,0 +8462,0,0,0,0,0 +8463,0,0,0,0,0 +8464,0,0,0,0,0 +8465,0,0,0,0,0 +8466,0,0,0,0,0 +8467,0,0,0,0,0 +8468,0,0,0,0,0 +8469,0,0,0,0,0 +8470,0,0,0,0,0 +8471,0,0,0,0,0 +8472,0,0,0,0,0 +8473,0,0,0,0,0 +8474,0,0,0,0,0 +8475,0,0,0,0,0 +8476,0,0,0,0,0 +8477,0,0,0,0,0 +8478,0,0,0,0,0 +8479,0,0,0,0,0 +8480,0,0,0,0,0 +8481,0,0,0,0,0 +8482,0,0,0,0,0 +8483,0,0,0,0,0 +8484,0,0,0,0,0 +8485,0,0,0,0,0 +8486,0,0,0,0,0 +8487,0,0,0,0,0 +8488,0,0,0,0,0 +8489,0,0,0,0,0 +8490,0,0,0,0,0 +8491,0,0,0,0,0 +8492,0,0,0,0,0 +8493,0,0,0,0,0 +8494,0,0,0,0,0 +8495,0,0,0,0,0 +8496,0,0,0,0,0 +8497,0,0,0,0,0 +8498,0,0,0,0,0 +8499,0,0,0,0,0 +8500,0,0,0,0,0 +8501,0,0,0,0,0 +8502,0,0,0,0,0 +8503,0,0,0,0,0 +8504,0,0,0,0,0 +8505,0,0,0,0,0 +8506,0,0,0,0,0 +8507,0,0,0,0,0 +8508,0,0,0,0,0 +8509,0,0,0,0,0 +8510,0,0,0,0,0 +8511,0,0,0,0,0 +8512,0,0,0,0,0 +8513,0,0,0,0,0 +8514,0,0,0,0,0 +8515,0,0,0,0,0 +8516,0,0,0,0,0 +8517,0,0,0,0,0 +8518,0,0,0,0,0 +8519,0,0,0,0,0 +8520,0,0,0,0,0 +8521,0,0,0,0,0 +8522,0,0,0,0,0 +8523,0,0,0,0,0 +8524,0,0,0,0,0 +8525,0,0,0,0,0 +8526,0,0,0,0,0 +8527,0,0,0,0,0 +8528,0,0,0,0,0 +8529,0,0,0,0,0 +8530,0,0,0,0,0 +8531,0,0,0,0,0 +8532,0,0,0,0,0 +8533,0,0,0,0,0 +8534,0,0,0,0,0 +8535,0,0,0,0,0 +8536,0,0,0,0,0 +8537,0,0,0,0,0 +8538,0,0,0,0,0 +8539,0,0,0,0,0 +8540,0,0,0,0,0 +8541,0,0,0,0,0 +8542,0,0,0,0,0 +8543,0,0,0,0,0 +8544,0,0,0,0,0 +8545,0,0,0,0,0 +8546,0,0,0,0,0 +8547,0,0,0,0,0 +8548,0,0,0,0,0 +8549,0,0,0,0,0 +8550,0,0,0,0,0 +8551,0,0,0,0,0 +8552,0,0,0,0,0 +8553,0,0,0,0,0 +8554,0,0,0,0,0 +8555,0,0,0,0,0 +8556,0,0,0,0,0 +8557,0,0,0,0,0 +8558,0,0,0,0,0 +8559,0,0,0,0,0 +8560,0,0,0,0,0 +8561,0,0,0,0,0 +8562,0,0,0,0,0 +8563,0,0,0,0,0 +8564,0,0,0,0,0 +8565,0,0,0,0,0 +8566,0,0,0,0,0 +8567,0,0,0,0,0 +8568,0,0,0,0,0 +8569,0,0,0,0,0 +8570,0,0,0,0,0 +8571,0,0,0,0,0 +8572,0,0,0,0,0 +8573,0,0,0,0,0 +8574,0,0,0,0,0 +8575,0,0,0,0,0 +8576,0,0,0,0,0 +8577,0,0,0,0,0 +8578,0,0,0,0,0 +8579,0,0,0,0,0 +8580,0,0,0,0,0 +8581,0,0,0,0,0 +8582,0,0,0,0,0 +8583,0,0,0,0,0 +8584,0,0,0,0,0 +8585,0,0,0,0,0 +8586,0,0,0,0,0 +8587,0,0,0,0,0 +8588,0,0,0,0,0 +8589,0,0,0,0,0 +8590,0,0,0,0,0 +8591,0,0,0,0,0 +8592,0,0,0,0,0 +8593,0,0,0,0,0 +8594,0,0,0,0,0 +8595,0,0,0,0,0 +8596,0,0,0,0,0 +8597,0,0,0,0,0 +8598,0,0,0,0,0 +8599,0,0,0,0,0 +8600,0,0,0,0,0 +8601,0,0,0,0,0 +8602,0,0,0,0,0 +8603,0,0,0,0,0 +8604,0,0,0,0,0 +8605,0,0,0,0,0 +8606,0,0,0,0,0 +8607,0,0,0,0,0 +8608,0,0,0,0,0 +8609,0,0,0,0,0 +8610,0,0,0,0,0 +8611,0,0,0,0,0 +8612,0,0,0,0,0 +8613,0,0,0,0,0 +8614,0,0,0,0,0 +8615,0,0,0,0,0 +8616,0,0,0,0,0 +8617,0,0,0,0,0 +8618,0,0,0,0,0 +8619,0,0,0,0,0 +8620,0,0,0,0,0 +8621,0,0,0,0,0 +8622,0,0,0,0,0 +8623,0,0,0,0,0 +8624,0,0,0,0,0 +8625,0,0,0,0,0 +8626,0,0,0,0,0 +8627,0,0,0,0,0 +8628,0,0,0,0,0 +8629,0,0,0,0,0 +8630,0,0,0,0,0 +8631,0,0,0,0,0 +8632,0,0,0,0,0 +8633,0,0,0,0,0 +8634,0,0,0,0,0 +8635,0,0,0,0,0 +8636,0,0,0,0,0 +8637,0,0,0,0,0 +8638,0,0,0,0,0 +8639,0,0,0,0,0 +8640,0,0,0,0,0 +8641,0,0,0,0,0 +8642,0,0,0,0,0 +8643,0,0,0,0,0 +8644,0,0,0,0,0 +8645,0,0,0,0,0 +8646,0,0,0,0,0 +8647,0,0,0,0,0 +8648,0,0,0,0,0 +8649,0,0,0,0,0 +8650,0,0,0,0,0 +8651,0,0,0,0,0 +8652,0,0,0,0,0 +8653,0,0,0,0,0 +8654,0,0,0,0,0 +8655,0,0,0,0,0 +8656,0,0,0,0,0 +8657,0,0,0,0,0 +8658,0,0,0,0,0 +8659,0,0,0,0,0 +8660,0,0,0,0,0 +8661,0,0,0,0,0 +8662,0,0,0,0,0 +8663,0,0,0,0,0 +8664,0,0,0,0,0 +8665,0,0,0,0,0 +8666,0,0,0,0,0 +8667,0,0,0,0,0 +8668,0,0,0,0,0 +8669,0,0,0,0,0 +8670,0,0,0,0,0 +8671,0,0,0,0,0 +8672,0,0,0,0,0 +8673,0,0,0,0,0 +8674,0,0,0,0,0 +8675,0,0,0,0,0 +8676,0,0,0,0,0 +8677,0,0,0,0,0 +8678,0,0,0,0,0 +8679,0,0,0,0,0 +8680,0,0,0,0,0 +8681,0,0,0,0,0 +8682,0,0,0,0,0 +8683,0,0,0,0,0 +8684,0,0,0,0,0 +8685,0,0,0,0,0 +8686,0,0,0,0,0 +8687,0,0,0,0,0 +8688,0,0,0,0,0 +8689,0,0,0,0,0 +8690,0,0,0,0,0 +8691,0,0,0,0,0 +8692,0,0,0,0,0 +8693,0,0,0,0,0 +8694,0,0,0,0,0 +8695,0,0,0,0,0 +8696,0,0,0,0,0 +8697,0,0,0,0,0 +8698,0,0,0,0,0 +8699,0,0,0,0,0 +8700,0,0,0,0,0 +8701,0,0,0,0,0 +8702,0,0,0,0,0 +8703,0,0,0,0,0 +8704,0,0,0,0,0 +8705,0,0,0,0,0 +8706,0,0,0,0,0 +8707,0,0,0,0,0 +8708,0,0,0,0,0 +8709,0,0,0,0,0 +8710,0,0,0,0,0 +8711,0,0,0,0,0 +8712,0,0,0,0,0 +8713,0,0,0,0,0 +8714,0,0,0,0,0 +8715,0,0,0,0,0 +8716,0,0,0,0,0 +8717,0,0,0,0,0 +8718,0,0,0,0,0 +8719,0,0,0,0,0 +8720,0,0,0,0,0 +8721,0,0,0,0,0 +8722,0,0,0,0,0 +8723,0,0,0,0,0 +8724,0,0,0,0,0 +8725,0,0,0,0,0 +8726,0,0,0,0,0 +8727,0,0,0,0,0 +8728,0,0,0,0,0 +8729,0,0,0,0,0 +8730,0,0,0,0,0 +8731,0,0,0,0,0 +8732,0,0,0,0,0 +8733,0,0,0,0,0 +8734,0,0,0,0,0 +8735,0,0,0,0,0 +8736,0,0,0,0,0 +8737,0,0,0,0,0 +8738,0,0,0,0,0 +8739,0,0,0,0,0 +8740,0,0,0,0,0 +8741,0,0,0,0,0 +8742,0,0,0,0,0 +8743,0,0,0,0,0 +8744,0,0,0,0,0 +8745,0,0,0,0,0 +8746,0,0,0,0,0 +8747,0,0,0,0,0 +8748,0,0,0,0,0 +8749,0,0,0,0,0 +8750,0,0,0,0,0 +8751,0,0,0,0,0 +8752,0,0,0,0,0 +8753,0,0,0,0,0 +8754,0,0,0,0,0 +8755,0,0,0,0,0 +8756,0,0,0,0,0 +8757,0,0,0,0,0 +8758,0,0,0,0,0 +8759,0,0,0,0,0 +8760,0,0,0,0,0 +8761,0,0,0,0,0 +8762,0,0,0,0,0 +8763,0,0,0,0,0 +8764,0,0,0,0,0 +8765,0,0,0,0,0 +8766,0,0,0,0,0 +8767,0,0,0,0,0 +8768,0,0,0,0,0 +8769,0,0,0,0,0 +8770,0,0,0,0,0 +8771,0,0,0,0,0 +8772,0,0,0,0,0 +8773,0,0,0,0,0 +8774,0,0,0,0,0 +8775,0,0,0,0,0 +8776,0,0,0,0,0 +8777,0,0,0,0,0 +8778,0,0,0,0,0 +8779,0,0,0,0,0 +8780,0,0,0,0,0 +8781,0,0,0,0,0 +8782,0,0,0,0,0 +8783,0,0,0,0,0 +8784,0,0,0,0,0 +8785,0,0,0,0,0 +8786,0,0,0,0,0 +8787,0,0,0,0,0 +8788,0,0,0,0,0 +8789,0,0,0,0,0 +8790,0,0,0,0,0 +8791,0,0,0,0,0 +8792,0,0,0,0,0 +8793,0,0,0,0,0 +8794,0,0,0,0,0 +8795,0,0,0,0,0 +8796,0,0,0,0,0 +8797,0,0,0,0,0 +8798,0,0,0,0,0 +8799,0,0,0,0,0 +8800,0,0,0,0,0 +8801,0,0,0,0,0 +8802,0,0,0,0,0 +8803,0,0,0,0,0 +8804,0,0,0,0,0 +8805,0,0,0,0,0 +8806,0,0,0,0,0 +8807,0,0,0,0,0 +8808,0,0,0,0,0 +8809,0,0,0,0,0 +8810,0,0,0,0,0 +8811,0,0,0,0,0 +8812,0,0,0,0,0 +8813,0,0,0,0,0 +8814,0,0,0,0,0 +8815,0,0,0,0,0 +8816,0,0,0,0,0 +8817,0,0,0,0,0 +8818,0,0,0,0,0 +8819,0,0,0,0,0 +8820,0,0,0,0,0 +8821,0,0,0,0,0 +8822,0,0,0,0,0 +8823,0,0,0,0,0 +8824,0,0,0,0,0 +8825,0,0,0,0,0 +8826,0,0,0,0,0 +8827,0,0,0,0,0 +8828,0,0,0,0,0 +8829,0,0,0,0,0 +8830,0,0,0,0,0 +8831,0,0,0,0,0 +8832,0,0,0,0,0 +8833,0,0,0,0,0 +8834,0,0,0,0,0 +8835,0,0,0,0,0 +8836,0,0,0,0,0 +8837,0,0,0,0,0 +8838,0,0,0,0,0 +8839,0,0,0,0,0 +8840,0,0,0,0,0 +8841,0,0,0,0,0 +8842,0,0,0,0,0 +8843,0,0,0,0,0 +8844,0,0,0,0,0 +8845,0,0,0,0,0 +8846,0,0,0,0,0 +8847,0,0,0,0,0 +8848,0,0,0,0,0 +8849,0,0,0,0,0 +8850,0,0,0,0,0 +8851,0,0,0,0,0 +8852,0,0,0,0,0 +8853,0,0,0,0,0 +8854,0,0,0,0,0 +8855,0,0,0,0,0 +8856,0,0,0,0,0 +8857,0,0,0,0,0 +8858,0,0,0,0,0 +8859,0,0,0,0,0 +8860,0,0,0,0,0 +8861,0,0,0,0,0 +8862,0,0,0,0,0 +8863,0,0,0,0,0 +8864,0,0,0,0,0 +8865,0,0,0,0,0 +8866,0,0,0,0,0 +8867,0,0,0,0,0 +8868,0,0,0,0,0 +8869,0,0,0,0,0 +8870,0,0,0,0,0 +8871,0,0,0,0,0 +8872,0,0,0,0,0 +8873,0,0,0,0,0 +8874,0,0,0,0,0 +8875,0,0,0,0,0 +8876,0,0,0,0,0 +8877,0,0,0,0,0 +8878,0,0,0,0,0 +8879,0,0,0,0,0 +8880,0,0,0,0,0 +8881,0,0,0,0,0 +8882,0,0,0,0,0 +8883,0,0,0,0,0 +8884,0,0,0,0,0 +8885,0,0,0,0,0 +8886,0,0,0,0,0 +8887,0,0,0,0,0 +8888,0,0,0,0,0 +8889,0,0,0,0,0 +8890,0,0,0,0,0 +8891,0,0,0,0,0 +8892,0,0,0,0,0 +8893,0,0,0,0,0 +8894,0,0,0,0,0 +8895,0,0,0,0,0 +8896,0,0,0,0,0 +8897,0,0,0,0,0 +8898,0,0,0,0,0 +8899,0,0,0,0,0 +8900,0,0,0,0,0 +8901,0,0,0,0,0 +8902,0,0,0,0,0 +8903,0,0,0,0,0 +8904,0,0,0,0,0 +8905,0,0,0,0,0 +8906,0,0,0,0,0 +8907,0,0,0,0,0 +8908,0,0,0,0,0 +8909,0,0,0,0,0 +8910,0,0,0,0,0 +8911,0,0,0,0,0 +8912,0,0,0,0,0 +8913,0,0,0,0,0 +8914,0,0,0,0,0 +8915,0,0,0,0,0 +8916,0,0,0,0,0 +8917,0,0,0,0,0 +8918,0,0,0,0,0 +8919,0,0,0,0,0 +8920,0,0,0,0,0 +8921,0,0,0,0,0 +8922,0,0,0,0,0 +8923,0,0,0,0,0 +8924,0,0,0,0,0 +8925,0,0,0,0,0 +8926,0,0,0,0,0 +8927,0,0,0,0,0 +8928,0,0,0,0,0 +8929,0,0,0,0,0 +8930,0,0,0,0,0 +8931,0,0,0,0,0 +8932,0,0,0,0,0 +8933,0,0,0,0,0 +8934,0,0,0,0,0 +8935,0,0,0,0,0 +8936,0,0,0,0,0 +8937,0,0,0,0,0 +8938,0,0,0,0,0 +8939,0,0,0,0,0 +8940,0,0,0,0,0 +8941,0,0,0,0,0 +8942,0,0,0,0,0 +8943,0,0,0,0,0 +8944,0,0,0,0,0 +8945,0,0,0,0,0 +8946,0,0,0,0,0 +8947,0,0,0,0,0 +8948,0,0,0,0,0 +8949,0,0,0,0,0 +8950,0,0,0,0,0 +8951,0,0,0,0,0 +8952,0,0,0,0,0 +8953,0,0,0,0,0 +8954,0,0,0,0,0 +8955,0,0,0,0,0 +8956,0,0,0,0,0 +8957,0,0,0,0,0 +8958,0,0,0,0,0 +8959,0,0,0,0,0 +8960,0,0,0,0,0 +8961,0,0,0,0,0 +8962,0,0,0,0,0 +8963,0,0,0,0,0 +8964,0,0,0,0,0 +8965,0,0,0,0,0 +8966,0,0,0,0,0 +8967,0,0,0,0,0 +8968,0,0,0,0,0 +8969,0,0,0,0,0 +8970,0,0,0,0,0 +8971,0,0,0,0,0 +8972,0,0,0,0,0 +8973,0,0,0,0,0 +8974,0,0,0,0,0 +8975,0,0,0,0,0 +8976,0,0,0,0,0 +8977,0,0,0,0,0 +8978,0,0,0,0,0 +8979,0,0,0,0,0 +8980,0,0,0,0,0 +8981,0,0,0,0,0 +8982,0,0,0,0,0 +8983,0,0,0,0,0 +8984,0,0,0,0,0 +8985,0,0,0,0,0 +8986,0,0,0,0,0 +8987,0,0,0,0,0 +8988,0,0,0,0,0 +8989,0,0,0,0,0 +8990,0,0,0,0,0 +8991,0,0,0,0,0 +8992,0,0,0,0,0 +8993,0,0,0,0,0 +8994,0,0,0,0,0 +8995,0,0,0,0,0 +8996,0,0,0,0,0 +8997,0,0,0,0,0 +8998,0,0,0,0,0 +8999,0,0,0,0,0 +9000,0,0,0,0,0 +9001,0,0,0,0,0 +9002,0,0,0,0,0 +9003,0,0,0,0,0 +9004,0,0,0,0,0 +9005,0,0,0,0,0 +9006,0,0,0,0,0 +9007,0,0,0,0,0 +9008,0,0,0,0,0 +9009,0,0,0,0,0 +9010,0,0,0,0,0 +9011,0,0,0,0,0 +9012,0,0,0,0,0 +9013,0,0,0,0,0 +9014,0,0,0,0,0 +9015,0,0,0,0,0 +9016,0,0,0,0,0 +9017,0,0,0,0,0 +9018,0,0,0,0,0 +9019,0,0,0,0,0 +9020,0,0,0,0,0 +9021,0,0,0,0,0 +9022,0,0,0,0,0 +9023,0,0,0,0,0 +9024,0,0,0,0,0 +9025,0,0,0,0,0 +9026,0,0,0,0,0 +9027,0,0,0,0,0 +9028,0,0,0,0,0 +9029,0,0,0,0,0 +9030,0,0,0,0,0 +9031,0,0,0,0,0 +9032,0,0,0,0,0 +9033,0,0,0,0,0 +9034,0,0,0,0,0 +9035,0,0,0,0,0 +9036,0,0,0,0,0 +9037,0,0,0,0,0 +9038,0,0,0,0,0 +9039,0,0,0,0,0 +9040,0,0,0,0,0 +9041,0,0,0,0,0 +9042,0,0,0,0,0 +9043,0,0,0,0,0 +9044,0,0,0,0,0 +9045,0,0,0,0,0 +9046,0,0,0,0,0 +9047,0,0,0,0,0 +9048,0,0,0,0,0 +9049,0,0,0,0,0 +9050,0,0,0,0,0 +9051,0,0,0,0,0 +9052,0,0,0,0,0 +9053,0,0,0,0,0 +9054,0,0,0,0,0 +9055,0,0,0,0,0 +9056,0,0,0,0,0 +9057,0,0,0,0,0 +9058,0,0,0,0,0 +9059,0,0,0,0,0 +9060,0,0,0,0,0 +9061,-1855.304493,-826.7059399,-1822.322381,-826.7166065,-1130.827383 +9062,-1913.735053,-824.2284513,-1878.463738,-824.2390901,-1129.716689 +9063,-1938.803534,-820.66241,-1898.002631,-820.6729938,-1128.054838 +9064,-1930.448711,-817.2894984,-1889.936406,-817.3000253,-1126.326892 +9065,-1923.47324,-814.4733456,-1883.190419,-814.4838225,-1124.749153 +9066,-1917.572003,-812.170196,-1877.489097,-812.1806311,-1123.357575 +9067,-1912.486189,-810.2494026,-1872.577064,-810.259803,-1122.125179 +9068,-1908.051345,-808.6096634,-1868.289579,-808.620035,-1121.020374 +9069,-1904.16206,-807.1896468,-1864.523229,-807.1999943,-1120.021382 +9070,-1900.741462,-805.9517609,-1861.204549,-805.9620885,-1119.114316 +9071,-1897.725467,-804.8682498,-1858.273091,-804.8785611,-1118.289109 +9072,-1895.057114,-803.915857,-1855.675102,-803.9261553,-1117.537238 +9073,-1892.686632,-803.0744235,-1853.363404,-803.0847117,-1116.850952 +9074,-1890.571397,-802.3266627,-1851.297434,-802.3369432,-1116.223176 +9075,-1888.675222,-801.6579778,-1849.442665,-801.6682528,-1115.647523 +9076,-1886.967424,-801.0561553,-1847.769765,-801.0664268,-1115.118292 +9077,-1885.421922,-800.5109942,-1846.253775,-800.5212637,-1114.630409 +9078,-1884.016514,-800.0139681,-1844.873416,-800.0242371,-1114.179369 +9079,-1882.733093,-799.5582646,-1843.611315,-799.5685342,-1113.761397 +9080,-1881.555143,-799.1377523,-1842.451601,-799.1480237,-1113.372841 +9081,-1738.907255,-798.747239,-1841.380599,-798.7575129,-1113.010429 +9082,-1659.923199,-798.3824315,-1706.085166,-798.3927087,-1112.6713 +9083,-1715.287413,-798.0397751,-1632.404363,-798.0500563,-1112.352947 +9084,-1680.533078,-797.7163057,-1683.550044,-797.7265915,-1112.053163 +9085,-1664.011125,-797.4095414,-1650.417467,-797.4198322,-1111.770007 +9086,-1659.921108,-797.1173969,-1636.112727,-797.127693,-1111.501766 +9087,-1642.774271,-770.6262418,-1629.342692,-770.6355235,-1097.10911 +9088,-1638.849302,-727.3374827,-1617.077951,-727.3446738,-1094.26462 +9089,-1627.512004,-750.582733,-1606.529945,-750.5908782,-1102.802329 +9090,-1616.93244,-736.0165417,-1600.981738,-734.6655289,-1079.265803 +9091,-1611.221151,-729.264711,-1586.984592,-730.6885026,-1075.284841 +9092,-1600.83556,-726.9751863,-1581.764322,-726.0929192,-1092.98157 +9093,-1592.130932,-720.8940599,-1572.978271,-720.9031222,-1100.974741 +9094,-1586.121472,-715.6174743,-1565.974722,-715.6273962,-1075.607258 +9095,-1575.304557,-713.0966148,-1554.180511,-713.1067292,-1061.794096 +9096,-1573.239218,-707.752648,-1552.299634,-707.7624915,-1049.212291 +9097,-1560.942573,-702.7144221,-1539.291695,-702.7244274,-1018.994211 +9098,-1548.315266,-637.4484229,-1519.223219,-695.5060024,-1037.667706 +9099,-1537.816,-617.7986097,-1509.091862,-689.4380494,-1033.342651 +9100,-1529.53145,-601.5417057,-1499.256021,-683.950587,-1036.742091 +9101,-1521.664549,-586.324506,-1489.247543,-680.4326639,-1031.336761 +9102,-1516.30487,-570.5020155,-1484.062224,-675.952902,-997.5981512 +9103,-1505.455347,-555.0793884,-1471.450114,-670.1946047,-966.979095 +9104,-1498.691017,-538.0397242,-1464.963963,-667.661863,-956.4405653 +9105,-1494.023211,-523.2739211,-1457.154907,-661.5664253,-991.3970873 +9106,-1484.307581,-506.9648882,-1448.629099,-658.8076007,-997.1884441 +9107,-1477.583334,-490.0554191,-1441.162773,-654.2907191,-973.7527506 +9108,-1468.584646,-473.1790848,-1433.11109,-649.2027501,-989.3158791 +9109,-1465.810121,-458.2639086,-1427.35773,-647.1703838,-996.4616447 +9110,-1456.677116,-440.3732224,-1417.849431,-641.3151068,-975.8297427 +9111,-1449.437172,-423.8701542,-1411.631669,-638.9826968,-948.7229613 +9112,-1445.188633,-406.9120747,-1406.789881,-634.1242737,-926.8428888 +9113,-1437.456013,-389.7454885,-1394.548932,-630.9219106,-965.493181 +9114,-1431.650145,-372.0329555,-1393.432177,-626.9078409,-979.7801493 +9115,-1423.913269,-355.9545046,-1384.125077,-623.595182,-967.8276018 +9116,-1419.684248,-336.9109719,-1378.295857,-619.8522688,-948.4413093 +9117,-1410.512822,-320.6326737,-1373.421613,-616.7961849,-930.8332495 +9118,-1407.540518,-302.1148726,-1364.557361,-612.5288283,-915.4066814 +9119,-1400.785277,-284.3309424,-1359.073145,-609.6557823,-903.1187437 +9120,-1393.000713,-266.4709719,-1351.521905,-606.2694324,-898.1348484 +9121,-1389.605363,-247.9490609,-1344.301998,-601.3547988,-894.7394725 +9122,-1376.970775,-229.0085103,-1337.569578,-599.2744196,-891.6724483 +9123,-1371.407826,-210.1845173,-1327.737717,-595.0275426,-889.3973234 +9124,-1361.776421,-191.0181394,-1322.21419,-590.7065327,-887.1742112 +9125,-1356.591776,-172.1281355,-1312.296618,-587.3464219,-886.5719977 +9126,-1347.087574,-156.6660263,-1304.938313,-583.3450185,-887.6400113 +9127,-1338.908496,-145.7020249,-1297.215661,-580.0049044,-890.2869194 +9128,-1333.63379,-133.0684591,-1290.032014,-575.3326072,-894.5437883 +9129,-1317.502695,-116.426719,-1277.319281,-570.4441111,-901.665843 +9130,-1313.0897,-103.5485285,-1266.264192,-566.0187589,-910.8455147 +9131,-1301.214533,-90.166108,-1259.683096,-562.4767135,-920.6186759 +9132,-1295.286197,-77.35914961,-1251.77925,-558.8186523,-930.4749021 +9133,-1288.495908,-64.02813818,-1245.223879,-554.8661996,-940.4451649 +9134,-1279.534104,-51.0691237,-1235.296846,-551.1986267,-885.9650762 +9135,-1271.639495,-37.99785074,-1227.13699,-548.2442107,-853.0028798 +9136,-1264.596893,-24.92933283,-1220.856281,-542.830269,-876.7126938 +9137,-1258.081384,-11.66742385,-1212.474003,-541.9551896,-863.4092048 +9138,-1247.521187,0,-1206.47734,-535.9026699,-857.9807047 +9139,-1242.321264,0,-1194.383157,-534.0538023,-854.3029605 +9140,-1233.438459,0,-1191.247697,-529.3499635,-851.5357087 +9141,-1226.849527,0,-1182.572313,-526.7784781,-844.9509016 +9142,-1218.548114,0,-1172.098256,-522.0889756,-843.1756637 +9143,-1210.691657,0,-1167.438655,-520.3493434,-837.3406512 +9144,-1203.683344,0,-1160.175667,-515.3430272,-835.2592801 +9145,-1195.990258,0,-1150.358068,-512.9549998,-829.2493248 +9146,-1187.742384,0,-1143.751497,-508.8264449,-827.5739375 +9147,-1179.030884,0,-1136.760559,-505.2570643,-821.9777884 +9148,-1173.824125,0,-1127.453297,-502.3247991,-818.5942091 +9149,-1164.437096,0,-1121.852858,-498.4560533,-816.3291622 +9150,-1156.752009,0,-1114.011106,-496.1221374,-811.2983549 +9151,-1148.844329,0,-1103.842946,-491.1750318,-807.4242146 +9152,-1142.822747,0,-1099.803229,-488.6810603,-804.8089835 +9153,-1132.420507,0,-1087.022426,-484.3712947,-799.2819838 +9154,-1126.092862,0,-1082.750851,-480.8515784,-797.929477 +9155,-1117.455263,0,-1073.946101,-477.2571722,-793.6214263 +9156,-1119.722054,0,-1074.011459,-478.2019124,-789.1977726 +9157,-1110.931292,0,-1068.426059,-474.5424812,-786.1971016 +9158,-1106.494635,0,-1060.465614,-471.7557758,-783.1406636 +9159,-1097.441072,0,-1053.537868,-467.9705228,-778.4429462 +9160,-1090.543868,0,-1046.507296,-465.0876336,-776.8634535 +9161,-1081.186502,0,-1036.967115,-461.1757711,-772.0063204 +9162,-1076.452784,0,-1032.139628,-458.1962605,-768.7056511 +9163,-1066.829186,0,-1022.3273,-455.1742119,-765.3499995 +9164,-1060.728009,0,-1017.358509,-452.1089005,-761.9385551 +9165,-1052.061339,0,-1007.267406,-447.9530837,-760.2143732 +9166,-1044.521748,0,-1002.15597,-444.7873278,-754.0524795 +9167,-1036.877419,0,-991.7806495,-441.5777997,-753.161227 +9168,-1029.126625,0,-986.5250042,-438.3234645,-747.7165686 +9169,-1021.26733,0,-978.5446449,-435.576749,-745.8737403 +9170,-1014.634893,0,-970.451973,-431.6761725,-742.1391448 +9171,-1005.217067,0,-963.622466,-428.2827548,-738.3423305 +9172,-999.768394,0,-955.3211347,-424.8427457,-736.4210289 +9173,-988.7143251,0,-948.3154868,-422.5233939,-732.5282275 +9174,-983.1136374,0,-941.2280157,-417.8173219,-728.5701018 +9175,-974.6117975,0,-932.6125155,-415.4325881,-726.5667107 +9176,-968.8781291,0,-926.8033741,-411.8129961,-722.5081288 +9177,-957.2463242,0,-917.9854537,-409.3718951,-718.3809531 +9178,-951.3521333,0,-910.5440032,-404.4199007,-717.3390421 +9179,-945.402942,0,-903.0165147,-403.1686971,-712.0585163 +9180,-933.3327859,0,-896.9321039,-398.1008418,-710.9892772 +9181,-927.2165658,0,-886.1449489,-395.5324132,-705.5721843 +9182,-917.9329429,0,-879.9037474,-390.9790915,-703.3731346 +9183,-906.9368044,0,-868.8395221,-387.6819534,-700.0387524 +9184,-900.5751365,0,-862.4382823,-384.3463495,-696.6608358 +9185,-889.296239,0,-852.723147,-379.6104749,-692.0884516 +9186,-882.7705429,0,-844.5249895,-377.5583086,-689.7729545 +9187,-871.2023679,0,-834.5627691,-372.0131662,-687.4370461 +9188,-862.8265477,0,-827.8468603,-369.9083908,-681.5064921 +9189,-854.3547001,0,-817.6551035,-364.9383915,-680.3052726 +9190,-844.0587489,0,-810.7838978,-362.0631425,-676.6686703 +9191,-835.3715844,0,-800.3579998,-358.4313572,-672.9835348 +9192,-826.5853291,0,-792.4467896,-354.0178465,-669.2495455 +9193,-815.9092743,0,-784.4554537,-350.2944912,-666.7328676 +9194,-806.9033904,0,-773.6737327,-347.2859208,-662.9155105 +9195,-799.6265055,0,-766.4076893,-342.7208507,-659.0470473 +9196,-787.6589795,0,-759.0767137,-339.6437041,-656.4395726 +9197,-780.2097737,0,-747.9562107,-335.7579799,-653.8085025 +9198,-769.8583633,0,-740.4627353,-331.828813,-648.4746735 +9199,-760.3398601,0,-731.0041748,-328.6543553,-647.1266117 +9200,-752.6509608,0,-723.3644513,-323.8396132,-643.0448684 +9201,-740.9903462,0,-713.7215392,-321.4093298,-638.9076202 +9202,-733.1344931,0,-705.9339045,-316.4996189,-637.5163691 +9203,-723.2197314,0,-696.1063895,-313.6068073,-631.8866579 +9204,-714.2068883,0,-688.1713938,-309.4359752,-630.4635475 +9205,-704.0927271,0,-680.1705137,-305.6444454,-626.1544297 +9206,-694.9010727,0,-670.0761876,-302.2442337,-623.2488923 +9207,-685.6248652,0,-661.9281186,-297.9536617,-618.8407381 +9208,-676.2639309,0,-653.7150789,-294.9242576,-617.3582412 +9209,-665.7639091,0,-643.3568875,-290.558215,-612.1145423 +9210,-658.3532707,0,-637.0947971,-287.4759485,-609.8416989 +9211,-646.6039665,0,-626.5753102,-283.0347626,-606.7866741 +9212,-640.1443517,0,-621.279448,-280.7983932,-602.1509957 +9213,-628.2044255,0,-611.68248,-276.7443209,-599.8094209 +9214,-620.5442034,0,-605.2410535,-274.0222447,-595.8705013 +9215,-611.729241,0,-597.6810863,-270.3681624,-592.6866714 +9216,-601.7358185,0,-588.9826252,-267.1483607,-589.4733739 +9217,-592.7866743,0,-582.4193329,-263.9076901,-586.2302037 +9218,-583.7759194,0,-573.6147223,-260.1786051,-582.9568437 +9219,-573.5659035,0,-566.9726896,-257.8346643,-578.8223876 +9220,-565.5731187,0,-559.1810672,-253.5883034,-576.318937 +9221,-555.2295416,0,-552.4667837,-250.7392442,-572.1075197 +9222,-547.134364,0,-543.4632869,-247.8754759,-569.557361 +9223,-536.6617761,91.79944083,-536.6742532,-244.0339843,-565.2673038 +9224,-527.2945518,84.98274642,-528.7141161,-241.1363737,-562.66954 +9225,-519.0544028,86.49906445,-521.8580072,-237.7378803,-559.1774625 +9226,-509.5867409,102.7046877,-512.6690566,-234.3204788,-554.7666064 +9227,-498.8739967,111.7554356,-506.9003112,-231.3766174,-552.9882586 +9228,-491.0988169,120.9004176,-498.7891385,-227.9248696,-548.5053637 +9229,-480.882521,129.9134983,-491.8058848,-224.9519338,-544.8816492 +9230,-471.2194114,138.7070789,-482.4517222,-221.2173348,-543.0574189 +9231,-462.7278938,147.3446829,-477.1701209,-218.466293,-537.5328897 +9232,-451.7613824,156.0940874,-468.3332751,-214.9495914,-535.6746247 +9233,-444.422186,164.4351357,-461.2354737,-211.9221674,-531.9318114 +9234,-432.7554512,172.9964322,-453.5184831,-208.3750966,-528.154205 +9235,-424.7434311,181.246495,-446.3704641,-205.3224338,-524.3418075 +9236,-414.2307097,189.4682882,-438.6006728,-202.2585192,-522.4226946 +9237,-404.9240516,197.5802428,-431.40559,-198.6699915,-517.5851476 +9238,-396.2132886,205.50206,-422.9843813,-195.5828567,-514.6560333 +9239,-384.9805286,213.7683395,-416.9527796,-192.4855397,-511.7067471 +9240,-376.8474789,221.1753419,-407.8791535,-189.1188679,-507.7424564 +9241,-367.4423292,229.0830362,-402.4215052,-186.261465,-504.7454298 +9242,-358.0170254,236.3974159,-395.1285227,-183.1354901,-501.7277836 +9243,-349.8339018,243.6556483,-387.8187749,-180.5239541,-497.6719102 +9244,-341.0069716,251.3096226,-381.7154328,-177.119948,-494.6059132 +9245,-331.5346366,258.1663078,-375.6012244,-174.4951532,-491.5190499 +9246,-323.3144609,265.2991078,-367.637262,-171.3382981,-488.4110394 +9247,-313.8180783,272.5859692,-361.500637,-168.4380669,-484.2339779 +9248,-305.5793257,279.4508715,-354.7400303,-165.796353,-482.1315193 +9249,-296.0640681,286.4045101,-348.585324,-162.3550828,-477.8976773 +9250,-287.1759805,293.0844122,-340.5721306,-159.437644,-475.766559 +9251,-278.2819632,300.3367439,-335.6352663,-157.0470421,-470.3965761 +9252,-269.3828583,306.6132154,-327.603025,-153.5881013,-469.3157747 +9253,-260.4794791,313.4577492,-320.7985896,-150.6566024,-464.9669923 +9254,-251.2544353,320.0155751,-315.2265106,-147.9881359,-461.6800293 +9255,-242.6630184,326.3442727,-307.7900566,-144.7817599,-458.3713611 +9256,-233.1145283,333.1403642,-300.9673807,-141.8389472,-455.0408721 +9257,-224.5194003,339.3845123,-295.3814976,-139.160877,-452.2487322 +9258,-215.2862451,345.7741278,-287.3071282,-135.9438756,-448.313846 +9259,-206.3705804,352.064845,-281.7141061,-132.9921732,-444.9173236 +9260,-197.135818,358.2985376,-274.2526405,-130.3067129,-442.64085 +9261,-188.2191161,364.4744088,-268.0320942,-127.0816861,-438.0579088 +9262,-179.3021246,370.5937495,-261.4979145,-124.1233918,-435.7518428 +9263,-169.7479606,376.4420843,-254.6500438,-121.4325439,-431.6922785 +9264,-161.1492245,382.7937933,-248.1116188,-118.3364228,-428.7742035 +9265,-151.5949406,388.57157,-241.2600876,-115.2388035,-425.2520949 +9266,-142.996122,394.5123787,-234.7186592,-112.5442364,-422.8916995 +9267,-133.4417792,400.3558726,-228.1762035,-109.5792219,-418.1408929 +9268,-124.5244354,406.147361,-221.3211471,-106.3436191,-415.750872 +9269,-115.2886042,411.8850896,-214.7769593,-103.6467056,-412.1472139 +9270,-106.0527797,417.5701622,-208.2322707,-100.6795296,-408.5213493 +9271,-97.61316519,421.3908898,-200.128632,-97.17218474,-405.4829724 +9272,-89.01427616,424.866687,-193.271413,-93.66432812,-402.4291746 +9273,-80.41539455,428.1656619,-184.8552048,-90.69589969,-398.7442776 +9274,-71.97576586,431.0194197,-177.3740194,-86.78249482,-396.2755157 +9275,-63.53613155,434.4061231,-169.5809742,-83.54368618,-391.9313392 +9276,-54.93724954,437.2730541,-161.4760953,-80.16978176,-389.4356822 +9277,-46.49761593,439.5735978,-154.3064195,-76.39085182,-385.6737926 +9278,-38.37646398,442.310232,-145.8896701,-73.28674143,-382.5222458 +9279,-29.61834264,444.6566605,-138.4081688,-69.64267349,-378.720461 +9280,-21.81566535,446.9513202,-130.3031778,-66.13355055,-376.1740413 +9281,-13.05754879,449.050222,-122.8216829,-62.62443463,-372.336215 +9282,-5.095629563,451.0927828,-114.7166763,-59.25029291,-368.4769918 +9283,0,453.0271074,-106.6116937,-55.606192,-365.8925425 +9284,0,454.8250493,-99.13020395,-52.09705816,-361.9978956 +9285,0,456.5375556,-91.02520252,-48.58792929,-358.736262 +9286,0,458.0694857,-83.23194409,-45.07880335,-354.8031558 +9287,0,459.5611871,-77.77666817,-41.56967814,-352.1697183 +9288,0,460.9236103,-71.69793304,-38.06055252,-348.8648637 +9289,0,462.1906169,-65.77506908,-34.55142591,-344.8801666 +9290,0,463.359779,-59.69633011,-32.39196341,-341.5442315 +9291,0,464.4330238,-53.61758978,-29.69263168,-338.1944561 +9292,0,465.4126292,-47.6947182,-26.72335961,-334.8308951 +9293,0,466.3295857,-41.46010821,-24.29397316,-331.453656 +9294,0,467.0822848,-35.53723737,-21.18973275,-328.0628874 +9295,0,451.4161061,-32.88752942,-20.11000631,-324.6587553 +9296,0,449.7292642,-27.43225396,-17.54564328,-321.241414 +9297,0,448.916004,-21.50937875,-14.7113431,-317.8111053 +9298,0,448.4250484,-15.58650622,-12.14698491,-314.3680211 +9299,0,448.0159824,-9.975365908,-9.447657468,-311.6044868 +9300,0,447.6390713,-3.740761444,-6.748327366,-307.4440444 +9301,0,447.510507,0,-3.779063095,-303.963626 +9302,0,447.4082325,0,0,-299.7712604 +9303,0,447.2952308,0,0,-296.6159266 +9304,0,447.1573193,0,0,-292.3940941 +9305,0,446.9881926,0,0,-288.5098023 +9306,0,446.7851836,0,0,-284.9670929 +9307,0,446.5461539,0,0,-281.4135549 +9308,0,446.2702311,0,0,-277.1353248 +9309,0,445.9562026,0,0,-273.5589379 +9310,0,445.603748,0,0,-269.9726014 +9311,0,445.1837963,0,0,-266.0163915 +9312,0,444.7955822,0,0,-262.0488411 +9313,0,444.3037078,0,0,-258.7945431 +9314,0,443.7987998,0,0,-254.4443061 +9315,0,443.2494073,0,0,-251.1736694 +9316,0,442.6610904,0,0,-246.8024704 +9317,0,442.0337095,0,0,-243.5167235 +9318,0,441.3679794,0,0,-239.4924617 +9319,0,440.6640802,0,0,-235.4594799 +9320,0,439.922865,0,0,-232.1536244 +9321,0,439.1446693,0,0,-227.7374671 +9322,0,438.3304591,0,0,-224.050547 +9323,0,437.48068,0,0,-220.3577496 +9324,0,436.5963735,0,0,-216.6593327 +9325,0,435.6780662,0,0,-212.2142441 +9326,0,434.4482319,0,0,-208.8758408 +9327,0,433.8848344,0,0,-204.4187859 +9328,0,432.6577543,0,0,-201.0719931 +9329,0,431.6626725,0,0,-196.6045212 +9330,0,430.8594388,0,0,-192.8776362 +9331,0,431.2355454,0,0,-189.1473774 +9332,0,433.1157734,0,0,-184.6669457 +9333,0,434.2347404,0,0,-181.3040213 +9334,0,436.0255613,0,0,-176.8168621 +9335,0,437.1378078,0,0,-173.0750878 +9336,0,438.9434611,0,0,-168.5822838 +9337,0,440.5398982,0,0,-165.2110443 +9338,0,442.2303358,0,0,-160.7139975 +9339,0,443.9581086,0,0,-156.5899948 +9340,0,445.7476704,0,0,-152.8396994 +9341,0,447.4945497,0,0,-148.5255857 +9342,0,449.3305314,0,0,-144.5856434 +9343,0,451.1603214,0,0,-140.0818995 +9344,0,453.0120512,0,0,-136.32819 +9345,0,454.8770646,0,0,-132.1985499 +9346,0,456.7810411,0,0,-127.6929613 +9347,0,458.6202069,0,0,-123.9380209 +9348,0,460.5296648,0,0,-119.4317791 +9349,0,462.4144275,0,0,-115.3008694 +9350,0,464.3041666,0,0,-111.1698253 +9351,0,466.1913832,0,0,-106.8508926 +9352,0,480.8344097,0,0,-102.3441071 +9353,0,484.6177097,0,0,-98.40063984 +9354,0,487.7132472,0,0,-93.89376998 +9355,0,490.5500923,0,0,-89.57467163 +9356,0,493.1910331,0,0,-85.25556569 +9357,0,495.8121132,0,0,-80.74866502 +9358,0,498.3354943,0,0,-76.61734592 +9359,0,500.8053176,0,0,-71.92264997 +9360,0,503.2530106,0,0,-67.79132803 +9361,0,505.192415,0,0,-63.2844199 +9362,0,507.1254614,0,0,-59.52867511 +9363,0,508.9760238,0,0,-54.83397627 +9364,0,510.7810701,0,0,-50.89044238 +9365,0,512.5358817,0,0,-46.57132793 +9366,0,514.2731985,0,0,-42.25221091 +9367,0,515.8792156,0,0,-37.93309429 +9368,0,517.5090654,0,0,-33.42619065 +9369,0,519.0589607,0,0,-29.29486692 +9370,0,520.2402674,0,0,-24.7879633 +9371,0,522.1917967,0,0,-20.28105978 +9372,0,523.2463637,0,0,-15.96194589 +9373,0,524.7473344,0,0,-11.26725565 +9374,0,525.9566256,0,0,-7.135929524 +9375,0,527.326887,0,0,-2.253451165 +9376,0,528.3845501,0,0,0 +9377,0,529.6356983,0,0,0 +9378,0,530.6328641,0,0,0 +9379,0,531.6414337,0,0,0 +9380,0,532.7148899,0,0,0 +9381,0,533.5553751,0,0,0 +9382,0,538.8674592,0,0,0 +9383,0,540.5298432,0,0,0 +9384,0,541.6635236,0,0,0 +9385,0,542.8136165,0,0,0 +9386,0,543.8161852,0,0,0 +9387,0,544.7718171,0,0,0 +9388,0,545.6345898,0,0,0 +9389,0,546.418121,0,0,0 +9390,0,547.1248063,0,0,0 +9391,0,545.7970786,0,0,0 +9392,0,544.0968619,0,0,0 +9393,0,542.2182805,0,0,0 +9394,0,540.172198,0,0,0 +9395,0,538.0935865,0,0,0 +9396,0,535.831925,0,0,0 +9397,0,533.5037949,0,0,0 +9398,0,531.0793425,0,0,0 +9399,0,528.5706304,0,0,0 +9400,0,525.9499236,0,0,0 +9401,0,523.3391625,0,0,0 +9402,0,520.5846049,0,0,0 +9403,0,518.1306427,0,0,0 +9404,0,514.7836342,0,0,0 +9405,0,507.9494087,0,0,0 +9406,0,504.3242907,0,0,0 +9407,0,500.9513003,0,0,0 +9408,0,497.719173,0,0,0 +9409,0,494.4098523,0,0,0 +9410,0,491.1139648,0,0,0 +9411,0,487.7605454,0,0,0 +9412,0,484.461267,0,0,0 +9413,0,481.0685463,0,0,0 +9414,0,477.680027,0,0,0 +9415,0,474.2317868,0,0,0 +9416,0,470.8385549,0,0,0 +9417,0,467.3548941,0,0,0 +9418,0,463.8487863,0,0,0 +9419,0,460.3930169,0,0,0 +9420,0,456.8524189,0,0,0 +9421,0,0,0,0,0 +9422,0,0,0,0,0 +9423,0,0,0,0,0 +9424,0,0,0,0,0 +9425,0,0,0,0,0 +9426,0,0,0,0,0 +9427,0,0,0,0,0 +9428,0,0,0,0,0 +9429,0,0,0,0,0 +9430,0,0,0,0,0 +9431,0,0,0,0,0 +9432,0,0,0,0,0 +9433,0,0,0,0,0 +9434,0,0,0,0,0 +9435,0,0,0,0,0 +9436,0,0,0,0,0 +9437,0,0,0,0,0 +9438,0,0,0,0,0 +9439,0,0,0,0,0 +9440,0,0,0,0,0 +9441,0,0,0,0,0 +9442,0,0,0,0,0 +9443,0,0,0,0,0 +9444,0,0,0,0,0 +9445,0,0,0,0,0 +9446,0,0,0,0,0 +9447,0,0,0,0,0 +9448,0,0,0,0,0 +9449,0,0,0,0,0 +9450,0,0,0,0,0 +9451,0,0,0,0,0 +9452,0,0,0,0,0 +9453,0,0,0,0,0 +9454,0,0,0,0,0 +9455,0,0,0,0,0 +9456,0,0,0,0,0 +9457,0,0,0,0,0 +9458,0,0,0,0,0 +9459,0,0,0,0,0 +9460,0,0,0,0,0 +9461,0,0,0,0,0 +9462,0,0,0,0,0 +9463,0,0,0,0,0 +9464,0,0,0,0,0 +9465,0,0,0,0,0 +9466,0,0,0,0,0 +9467,0,0,0,0,0 +9468,0,0,0,0,0 +9469,0,0,0,0,0 +9470,0,0,0,0,0 +9471,0,0,0,0,0 +9472,0,0,0,0,0 +9473,0,0,0,0,0 +9474,0,0,0,0,0 +9475,0,0,0,0,0 +9476,0,0,0,0,0 +9477,0,0,0,0,0 +9478,0,0,0,0,0 +9479,0,0,0,0,0 +9480,0,0,0,0,0 +9481,0,0,0,0,0 +9482,0,0,0,0,0 +9483,0,0,0,0,0 +9484,0,0,0,0,0 +9485,0,0,0,0,0 +9486,0,0,0,0,0 +9487,0,0,0,0,0 +9488,0,0,0,0,0 +9489,0,0,0,0,0 +9490,0,0,0,0,0 +9491,0,0,0,0,0 +9492,0,0,0,0,0 +9493,0,0,0,0,0 +9494,0,0,0,0,0 +9495,0,0,0,0,0 +9496,0,0,0,0,0 +9497,0,0,0,0,0 +9498,0,0,0,0,0 +9499,0,0,0,0,0 +9500,0,0,0,0,0 +9501,0,0,0,0,0 +9502,0,0,0,0,0 +9503,0,0,0,0,0 +9504,0,0,0,0,0 +9505,0,0,0,0,0 +9506,0,0,0,0,0 +9507,0,0,0,0,0 +9508,0,0,0,0,0 +9509,0,0,0,0,0 +9510,0,0,0,0,0 +9511,0,0,0,0,0 +9512,0,0,0,0,0 +9513,0,0,0,0,0 +9514,0,0,0,0,0 +9515,0,0,0,0,0 +9516,0,0,0,0,0 +9517,0,0,0,0,0 +9518,0,0,0,0,0 +9519,0,0,0,0,0 +9520,0,0,0,0,0 +9521,0,0,0,0,0 +9522,0,0,0,0,0 +9523,0,0,0,0,0 +9524,0,0,0,0,0 +9525,0,0,0,0,0 +9526,0,0,0,0,0 +9527,0,0,0,0,0 +9528,0,0,0,0,0 +9529,0,0,0,0,0 +9530,0,0,0,0,0 +9531,0,0,0,0,0 +9532,0,0,0,0,0 +9533,0,0,0,0,0 +9534,0,0,0,0,0 +9535,0,0,0,0,0 +9536,0,0,0,0,0 +9537,0,0,0,0,0 +9538,0,0,0,0,0 +9539,0,0,0,0,0 +9540,0,0,0,0,0 +9541,0,0,0,0,0 +9542,0,0,0,0,0 +9543,0,0,0,0,0 +9544,0,0,0,0,0 +9545,0,0,0,0,0 +9546,0,0,0,0,0 +9547,0,0,0,0,0 +9548,0,0,0,0,0 +9549,0,0,0,0,0 +9550,0,0,0,0,0 +9551,0,0,0,0,0 +9552,0,0,0,0,0 +9553,0,0,0,0,0 +9554,0,0,0,0,0 +9555,0,0,0,0,0 +9556,0,0,0,0,0 +9557,0,0,0,0,0 +9558,0,0,0,0,0 +9559,0,0,0,0,0 +9560,0,0,0,0,0 +9561,0,0,0,0,0 +9562,0,0,0,0,0 +9563,0,0,0,0,0 +9564,0,0,0,0,0 +9565,0,0,0,0,0 +9566,0,0,0,0,0 +9567,0,0,0,0,0 +9568,0,0,0,0,0 +9569,0,0,0,0,0 +9570,0,0,0,0,0 +9571,0,0,0,0,0 +9572,0,0,0,0,0 +9573,0,0,0,0,0 +9574,0,0,0,0,0 +9575,0,0,0,0,0 +9576,0,0,0,0,0 +9577,0,0,0,0,0 +9578,0,0,0,0,0 +9579,0,0,0,0,0 +9580,0,0,0,0,0 +9581,0,0,0,0,0 +9582,0,0,0,0,0 +9583,0,0,0,0,0 +9584,0,0,0,0,0 +9585,0,0,0,0,0 +9586,0,0,0,0,0 +9587,0,0,0,0,0 +9588,0,0,0,0,0 +9589,0,0,0,0,0 +9590,0,0,0,0,0 +9591,0,0,0,0,0 +9592,0,0,0,0,0 +9593,0,0,0,0,0 +9594,0,0,0,0,0 +9595,0,0,0,0,0 +9596,0,0,0,0,0 +9597,0,0,0,0,0 +9598,0,0,0,0,0 +9599,0,0,0,0,0 +9600,0,0,0,0,0 +9601,0,0,0,0,0 +9602,0,0,0,0,0 +9603,0,0,0,0,0 +9604,0,0,0,0,0 +9605,0,0,0,0,0 +9606,0,0,0,0,0 +9607,0,0,0,0,0 +9608,0,0,0,0,0 +9609,0,0,0,0,0 +9610,0,0,0,0,0 +9611,0,0,0,0,0 +9612,0,0,0,0,0 +9613,0,0,0,0,0 +9614,0,0,0,0,0 +9615,0,0,0,0,0 +9616,0,0,0,0,0 +9617,0,0,0,0,0 +9618,0,0,0,0,0 +9619,0,0,0,0,0 +9620,0,0,0,0,0 +9621,0,0,0,0,0 +9622,0,0,0,0,0 +9623,0,0,0,0,0 +9624,0,0,0,0,0 +9625,0,0,0,0,0 +9626,0,0,0,0,0 +9627,0,0,0,0,0 +9628,0,0,0,0,0 +9629,0,0,0,0,0 +9630,0,0,0,0,0 +9631,0,0,0,0,0 +9632,0,0,0,0,0 +9633,0,0,0,0,0 +9634,0,0,0,0,0 +9635,0,0,0,0,0 +9636,0,0,0,0,0 +9637,0,0,0,0,0 +9638,0,0,0,0,0 +9639,0,0,0,0,0 +9640,0,0,0,0,0 +9641,0,0,0,0,0 +9642,0,0,0,0,0 +9643,0,0,0,0,0 +9644,0,0,0,0,0 +9645,0,0,0,0,0 +9646,0,0,0,0,0 +9647,0,0,0,0,0 +9648,0,0,0,0,0 +9649,0,0,0,0,0 +9650,0,0,0,0,0 +9651,0,0,0,0,0 +9652,0,0,0,0,0 +9653,0,0,0,0,0 +9654,0,0,0,0,0 +9655,0,0,0,0,0 +9656,0,0,0,0,0 +9657,0,0,0,0,0 +9658,0,0,0,0,0 +9659,0,0,0,0,0 +9660,0,0,0,0,0 +9661,0,0,0,0,0 +9662,0,0,0,0,0 +9663,0,0,0,0,0 +9664,0,0,0,0,0 +9665,0,0,0,0,0 +9666,0,0,0,0,0 +9667,0,0,0,0,0 +9668,0,0,0,0,0 +9669,0,0,0,0,0 +9670,0,0,0,0,0 +9671,0,0,0,0,0 +9672,0,0,0,0,0 +9673,0,0,0,0,0 +9674,0,0,0,0,0 +9675,0,0,0,0,0 +9676,0,0,0,0,0 +9677,0,0,0,0,0 +9678,0,0,0,0,0 +9679,0,0,0,0,0 +9680,0,0,0,0,0 +9681,0,0,0,0,0 +9682,0,0,0,0,0 +9683,0,0,0,0,0 +9684,0,0,0,0,0 +9685,0,0,0,0,0 +9686,0,0,0,0,0 +9687,0,0,0,0,0 +9688,0,0,0,0,0 +9689,0,0,0,0,0 +9690,0,0,0,0,0 +9691,0,0,0,0,0 +9692,0,0,0,0,0 +9693,0,0,0,0,0 +9694,0,0,0,0,0 +9695,0,0,0,0,0 +9696,0,0,0,0,0 +9697,0,0,0,0,0 +9698,0,0,0,0,0 +9699,0,0,0,0,0 +9700,0,0,0,0,0 +9701,0,0,0,0,0 +9702,0,0,0,0,0 +9703,0,0,0,0,0 +9704,0,0,0,0,0 +9705,0,0,0,0,0 +9706,0,0,0,0,0 +9707,0,0,0,0,0 +9708,0,0,0,0,0 +9709,0,0,0,0,0 +9710,0,0,0,0,0 +9711,0,0,0,0,0 +9712,0,0,0,0,0 +9713,0,0,0,0,0 +9714,0,0,0,0,0 +9715,0,0,0,0,0 +9716,0,0,0,0,0 +9717,0,0,0,0,0 +9718,0,0,0,0,0 +9719,0,0,0,0,0 +9720,0,0,0,0,0 +9721,0,0,0,0,0 +9722,0,0,0,0,0 +9723,0,0,0,0,0 +9724,0,0,0,0,0 +9725,0,0,0,0,0 +9726,0,0,0,0,0 +9727,0,0,0,0,0 +9728,0,0,0,0,0 +9729,0,0,0,0,0 +9730,0,0,0,0,0 +9731,0,0,0,0,0 +9732,0,0,0,0,0 +9733,0,0,0,0,0 +9734,0,0,0,0,0 +9735,0,0,0,0,0 +9736,0,0,0,0,0 +9737,0,0,0,0,0 +9738,0,0,0,0,0 +9739,0,0,0,0,0 +9740,0,0,0,0,0 +9741,0,0,0,0,0 +9742,0,0,0,0,0 +9743,0,0,0,0,0 +9744,0,0,0,0,0 +9745,0,0,0,0,0 +9746,0,0,0,0,0 +9747,0,0,0,0,0 +9748,0,0,0,0,0 +9749,0,0,0,0,0 +9750,0,0,0,0,0 +9751,0,0,0,0,0 +9752,0,0,0,0,0 +9753,0,0,0,0,0 +9754,0,0,0,0,0 +9755,0,0,0,0,0 +9756,0,0,0,0,0 +9757,0,0,0,0,0 +9758,0,0,0,0,0 +9759,0,0,0,0,0 +9760,0,0,0,0,0 +9761,0,0,0,0,0 +9762,0,0,0,0,0 +9763,0,0,0,0,0 +9764,0,0,0,0,0 +9765,0,0,0,0,0 +9766,0,0,0,0,0 +9767,0,0,0,0,0 +9768,0,0,0,0,0 +9769,0,0,0,0,0 +9770,0,0,0,0,0 +9771,0,0,0,0,0 +9772,0,0,0,0,0 +9773,0,0,0,0,0 +9774,0,0,0,0,0 +9775,0,0,0,0,0 +9776,0,0,0,0,0 +9777,0,0,0,0,0 +9778,0,0,0,0,0 +9779,0,0,0,0,0 +9780,0,0,0,0,0 +9781,0,0,0,0,0 +9782,0,0,0,0,0 +9783,0,0,0,0,0 +9784,0,0,0,0,0 +9785,0,0,0,0,0 +9786,0,0,0,0,0 +9787,0,0,0,0,0 +9788,0,0,0,0,0 +9789,0,0,0,0,0 +9790,0,0,0,0,0 +9791,0,0,0,0,0 +9792,0,0,0,0,0 +9793,0,0,0,0,0 +9794,0,0,0,0,0 +9795,0,0,0,0,0 +9796,0,0,0,0,0 +9797,0,0,0,0,0 +9798,0,0,0,0,0 +9799,0,0,0,0,0 +9800,0,0,0,0,0 +9801,0,0,0,0,0 +9802,0,0,0,0,0 +9803,0,0,0,0,0 +9804,0,0,0,0,0 +9805,0,0,0,0,0 +9806,0,0,0,0,0 +9807,0,0,0,0,0 +9808,0,0,0,0,0 +9809,0,0,0,0,0 +9810,0,0,0,0,0 +9811,0,0,0,0,0 +9812,0,0,0,0,0 +9813,0,0,0,0,0 +9814,0,0,0,0,0 +9815,0,0,0,0,0 +9816,0,0,0,0,0 +9817,0,0,0,0,0 +9818,0,0,0,0,0 +9819,0,0,0,0,0 +9820,0,0,0,0,0 +9821,0,0,0,0,0 +9822,0,0,0,0,0 +9823,0,0,0,0,0 +9824,0,0,0,0,0 +9825,0,0,0,0,0 +9826,0,0,0,0,0 +9827,0,0,0,0,0 +9828,0,0,0,0,0 +9829,0,0,0,0,0 +9830,0,0,0,0,0 +9831,0,0,0,0,0 +9832,0,0,0,0,0 +9833,0,0,0,0,0 +9834,0,0,0,0,0 +9835,0,0,0,0,0 +9836,0,0,0,0,0 +9837,0,0,0,0,0 +9838,0,0,0,0,0 +9839,0,0,0,0,0 +9840,0,0,0,0,0 +9841,0,0,0,0,0 +9842,0,0,0,0,0 +9843,0,0,0,0,0 +9844,0,0,0,0,0 +9845,0,0,0,0,0 +9846,0,0,0,0,0 +9847,0,0,0,0,0 +9848,0,0,0,0,0 +9849,0,0,0,0,0 +9850,0,0,0,0,0 +9851,0,0,0,0,0 +9852,0,0,0,0,0 +9853,0,0,0,0,0 +9854,0,0,0,0,0 +9855,0,0,0,0,0 +9856,0,0,0,0,0 +9857,0,0,0,0,0 +9858,0,0,0,0,0 +9859,0,0,0,0,0 +9860,0,0,0,0,0 +9861,0,0,0,0,0 +9862,0,0,0,0,0 +9863,0,0,0,0,0 +9864,0,0,0,0,0 +9865,0,0,0,0,0 +9866,0,0,0,0,0 +9867,0,0,0,0,0 +9868,0,0,0,0,0 +9869,0,0,0,0,0 +9870,0,0,0,0,0 +9871,0,0,0,0,0 +9872,0,0,0,0,0 +9873,0,0,0,0,0 +9874,0,0,0,0,0 +9875,0,0,0,0,0 +9876,0,0,0,0,0 +9877,0,0,0,0,0 +9878,0,0,0,0,0 +9879,0,0,0,0,0 +9880,0,0,0,0,0 +9881,0,0,0,0,0 +9882,0,0,0,0,0 +9883,0,0,0,0,0 +9884,0,0,0,0,0 +9885,0,0,0,0,0 +9886,0,0,0,0,0 +9887,0,0,0,0,0 +9888,0,0,0,0,0 +9889,0,0,0,0,0 +9890,0,0,0,0,0 +9891,0,0,0,0,0 +9892,0,0,0,0,0 +9893,0,0,0,0,0 +9894,0,0,0,0,0 +9895,0,0,0,0,0 +9896,0,0,0,0,0 +9897,0,0,0,0,0 +9898,0,0,0,0,0 +9899,0,0,0,0,0 +9900,0,0,0,0,0 +9901,0,0,0,0,0 +9902,0,0,0,0,0 +9903,0,0,0,0,0 +9904,0,0,0,0,0 +9905,0,0,0,0,0 +9906,0,0,0,0,0 +9907,0,0,0,0,0 +9908,0,0,0,0,0 +9909,0,0,0,0,0 +9910,0,0,0,0,0 +9911,0,0,0,0,0 +9912,0,0,0,0,0 +9913,0,0,0,0,0 +9914,0,0,0,0,0 +9915,0,0,0,0,0 +9916,0,0,0,0,0 +9917,0,0,0,0,0 +9918,0,0,0,0,0 +9919,0,0,0,0,0 +9920,0,0,0,0,0 +9921,0,0,0,0,0 +9922,0,0,0,0,0 +9923,0,0,0,0,0 +9924,0,0,0,0,0 +9925,0,0,0,0,0 +9926,0,0,0,0,0 +9927,0,0,0,0,0 +9928,0,0,0,0,0 +9929,0,0,0,0,0 +9930,0,0,0,0,0 +9931,0,0,0,0,0 +9932,0,0,0,0,0 +9933,0,0,0,0,0 +9934,0,0,0,0,0 +9935,0,0,0,0,0 +9936,0,0,0,0,0 +9937,0,0,0,0,0 +9938,0,0,0,0,0 +9939,0,0,0,0,0 +9940,0,0,0,0,0 +9941,0,0,0,0,0 +9942,0,0,0,0,0 +9943,0,0,0,0,0 +9944,0,0,0,0,0 +9945,0,0,0,0,0 +9946,0,0,0,0,0 +9947,0,0,0,0,0 +9948,0,0,0,0,0 +9949,0,0,0,0,0 +9950,0,0,0,0,0 +9951,0,0,0,0,0 +9952,0,0,0,0,0 +9953,0,0,0,0,0 +9954,0,0,0,0,0 +9955,0,0,0,0,0 +9956,0,0,0,0,0 +9957,0,0,0,0,0 +9958,0,0,0,0,0 +9959,0,0,0,0,0 +9960,0,0,0,0,0 +9961,0,0,0,0,0 +9962,0,0,0,0,0 +9963,0,0,0,0,0 +9964,0,0,0,0,0 +9965,0,0,0,0,0 +9966,0,0,0,0,0 +9967,0,0,0,0,0 +9968,0,0,0,0,0 +9969,0,0,0,0,0 +9970,0,0,0,0,0 +9971,0,0,0,0,0 +9972,0,0,0,0,0 +9973,0,0,0,0,0 +9974,0,0,0,0,0 +9975,0,0,0,0,0 +9976,0,0,0,0,0 +9977,0,0,0,0,0 +9978,0,0,0,0,0 +9979,0,0,0,0,0 +9980,0,0,0,0,0 +9981,0,0,0,0,0 +9982,0,0,0,0,0 +9983,0,0,0,0,0 +9984,0,0,0,0,0 +9985,0,0,0,0,0 +9986,0,0,0,0,0 +9987,0,0,0,0,0 +9988,0,0,0,0,0 +9989,0,0,0,0,0 +9990,0,0,0,0,0 +9991,0,0,0,0,0 +9992,0,0,0,0,0 +9993,0,0,0,0,0 +9994,0,0,0,0,0 +9995,0,0,0,0,0 +9996,0,0,0,0,0 +9997,0,0,0,0,0 +9998,0,0,0,0,0 +9999,0,0,0,0,0 +10000,0,0,0,0,0 +10001,0,0,0,0,0 +10002,0,0,0,0,0 +10003,0,0,0,0,0 +10004,0,0,0,0,0 +10005,0,0,0,0,0 +10006,0,0,0,0,0 +10007,0,0,0,0,0 +10008,0,0,0,0,0 +10009,0,0,0,0,0 +10010,0,0,0,0,0 +10011,0,0,0,0,0 +10012,0,0,0,0,0 +10013,0,0,0,0,0 +10014,0,0,0,0,0 +10015,0,0,0,0,0 +10016,0,0,0,0,0 +10017,0,0,0,0,0 +10018,0,0,0,0,0 +10019,0,0,0,0,0 +10020,0,0,0,0,0 +10021,0,0,0,0,0 +10022,0,0,0,0,0 +10023,0,0,0,0,0 +10024,0,0,0,0,0 +10025,0,0,0,0,0 +10026,0,0,0,0,0 +10027,0,0,0,0,0 +10028,0,0,0,0,0 +10029,0,0,0,0,0 +10030,0,0,0,0,0 +10031,0,0,0,0,0 +10032,0,0,0,0,0 +10033,0,0,0,0,0 +10034,0,0,0,0,0 +10035,0,0,0,0,0 +10036,0,0,0,0,0 +10037,0,0,0,0,0 +10038,0,0,0,0,0 +10039,0,0,0,0,0 +10040,0,0,0,0,0 +10041,0,0,0,0,0 +10042,0,0,0,0,0 +10043,0,0,0,0,0 +10044,0,0,0,0,0 +10045,0,0,0,0,0 +10046,0,0,0,0,0 +10047,0,0,0,0,0 +10048,0,0,0,0,0 +10049,0,0,0,0,0 +10050,0,0,0,0,0 +10051,0,0,0,0,0 +10052,0,0,0,0,0 +10053,0,0,0,0,0 +10054,0,0,0,0,0 +10055,0,0,0,0,0 +10056,0,0,0,0,0 +10057,0,0,0,0,0 +10058,0,0,0,0,0 +10059,0,0,0,0,0 +10060,0,0,0,0,0 +10061,0,0,0,0,0 +10062,0,0,0,0,0 +10063,0,0,0,0,0 +10064,0,0,0,0,0 +10065,0,0,0,0,0 +10066,0,0,0,0,0 +10067,0,0,0,0,0 +10068,0,0,0,0,0 +10069,0,0,0,0,0 +10070,0,0,0,0,0 +10071,0,0,0,0,0 +10072,0,0,0,0,0 +10073,0,0,0,0,0 +10074,0,0,0,0,0 +10075,0,0,0,0,0 +10076,0,0,0,0,0 +10077,0,0,0,0,0 +10078,0,0,0,0,0 +10079,0,0,0,0,0 +10080,0,0,0,0,0 +10081,0,0,0,0,0 +10082,0,0,0,0,0 +10083,0,0,0,0,0 +10084,0,0,0,0,0 +10085,0,0,0,0,0 +10086,0,0,0,0,0 +10087,0,0,0,0,0 +10088,0,0,0,0,0 +10089,0,0,0,0,0 +10090,0,0,0,0,0 +10091,0,0,0,0,0 +10092,0,0,0,0,0 +10093,0,0,0,0,0 +10094,0,0,0,0,0 +10095,0,0,0,0,0 +10096,0,0,0,0,0 +10097,0,0,0,0,0 +10098,0,0,0,0,0 +10099,0,0,0,0,0 +10100,0,0,0,0,0 +10101,0,0,0,0,0 +10102,0,0,0,0,0 +10103,0,0,0,0,0 +10104,0,0,0,0,0 +10105,0,0,0,0,0 +10106,0,0,0,0,0 +10107,0,0,0,0,0 +10108,0,0,0,0,0 +10109,0,0,0,0,0 +10110,0,0,0,0,0 +10111,0,0,0,0,0 +10112,0,0,0,0,0 +10113,0,0,0,0,0 +10114,0,0,0,0,0 +10115,0,0,0,0,0 +10116,0,0,0,0,0 +10117,0,0,0,0,0 +10118,0,0,0,0,0 +10119,0,0,0,0,0 +10120,0,0,0,0,0 +10121,0,0,0,0,0 +10122,0,0,0,0,0 +10123,0,0,0,0,0 +10124,0,0,0,0,0 +10125,0,0,0,0,0 +10126,0,0,0,0,0 +10127,0,0,0,0,0 +10128,0,0,0,0,0 +10129,0,0,0,0,0 +10130,0,0,0,0,0 +10131,0,0,0,0,0 +10132,0,0,0,0,0 +10133,0,0,0,0,0 +10134,0,0,0,0,0 +10135,0,0,0,0,0 +10136,0,0,0,0,0 +10137,0,0,0,0,0 +10138,0,0,0,0,0 +10139,0,0,0,0,0 +10140,0,0,0,0,0 +10141,0,0,0,0,0 +10142,0,0,0,0,0 +10143,0,0,0,0,0 +10144,0,0,0,0,0 +10145,0,0,0,0,0 +10146,0,0,0,0,0 +10147,0,0,0,0,0 +10148,0,0,0,0,0 +10149,0,0,0,0,0 +10150,0,0,0,0,0 +10151,0,0,0,0,0 +10152,0,0,0,0,0 +10153,0,0,0,0,0 +10154,0,0,0,0,0 +10155,0,0,0,0,0 +10156,0,0,0,0,0 +10157,0,0,0,0,0 +10158,0,0,0,0,0 +10159,0,0,0,0,0 +10160,0,0,0,0,0 +10161,0,0,0,0,0 +10162,0,0,0,0,0 +10163,0,0,0,0,0 +10164,0,0,0,0,0 +10165,0,0,0,0,0 +10166,0,0,0,0,0 +10167,0,0,0,0,0 +10168,0,0,0,0,0 +10169,0,0,0,0,0 +10170,0,0,0,0,0 +10171,0,0,0,0,0 +10172,0,0,0,0,0 +10173,0,0,0,0,0 +10174,0,0,0,0,0 +10175,0,0,0,0,0 +10176,0,0,0,0,0 +10177,0,0,0,0,0 +10178,0,0,0,0,0 +10179,0,0,0,0,0 +10180,0,0,0,0,0 +10181,0,0,0,0,0 +10182,0,0,0,0,0 +10183,0,0,0,0,0 +10184,0,0,0,0,0 +10185,0,0,0,0,0 +10186,0,0,0,0,0 +10187,0,0,0,0,0 +10188,0,0,0,0,0 +10189,0,0,0,0,0 +10190,0,0,0,0,0 +10191,0,0,0,0,0 +10192,0,0,0,0,0 +10193,0,0,0,0,0 +10194,0,0,0,0,0 +10195,0,0,0,0,0 +10196,0,0,0,0,0 +10197,0,0,0,0,0 +10198,0,0,0,0,0 +10199,0,0,0,0,0 +10200,0,0,0,0,0 +10201,0,0,0,0,0 +10202,0,0,0,0,0 +10203,0,0,0,0,0 +10204,0,0,0,0,0 +10205,0,0,0,0,0 +10206,0,0,0,0,0 +10207,0,0,0,0,0 +10208,0,0,0,0,0 +10209,0,0,0,0,0 +10210,0,0,0,0,0 +10211,0,0,0,0,0 +10212,0,0,0,0,0 +10213,0,0,0,0,0 +10214,0,0,0,0,0 +10215,0,0,0,0,0 +10216,0,0,0,0,0 +10217,0,0,0,0,0 +10218,0,0,0,0,0 +10219,0,0,0,0,0 +10220,0,0,0,0,0 +10221,0,0,0,0,0 +10222,0,0,0,0,0 +10223,0,0,0,0,0 +10224,0,0,0,0,0 +10225,0,0,0,0,0 +10226,0,0,0,0,0 +10227,0,0,0,0,0 +10228,0,0,0,0,0 +10229,0,0,0,0,0 +10230,0,0,0,0,0 +10231,0,0,0,0,0 +10232,0,0,0,0,0 +10233,0,0,0,0,0 +10234,0,0,0,0,0 +10235,0,0,0,0,0 +10236,0,0,0,0,0 +10237,0,0,0,0,0 +10238,0,0,0,0,0 +10239,0,0,0,0,0 +10240,0,0,0,0,0 +10241,0,0,0,0,0 +10242,0,0,0,0,0 +10243,0,0,0,0,0 +10244,0,0,0,0,0 +10245,0,0,0,0,0 +10246,0,0,0,0,0 +10247,0,0,0,0,0 +10248,0,0,0,0,0 +10249,0,0,0,0,0 +10250,0,0,0,0,0 +10251,0,0,0,0,0 +10252,0,0,0,0,0 +10253,0,0,0,0,0 +10254,0,0,0,0,0 +10255,0,0,0,0,0 +10256,0,0,0,0,0 +10257,0,0,0,0,0 +10258,0,0,0,0,0 +10259,0,0,0,0,0 +10260,0,0,0,0,0 +10261,0,0,0,0,0 +10262,0,0,0,0,0 +10263,0,0,0,0,0 +10264,0,0,0,0,0 +10265,0,0,0,0,0 +10266,0,0,0,0,0 +10267,0,0,0,0,0 +10268,0,0,0,0,0 +10269,0,0,0,0,0 +10270,0,0,0,0,0 +10271,0,0,0,0,0 +10272,0,0,0,0,0 +10273,0,0,0,0,0 +10274,0,0,0,0,0 +10275,0,0,0,0,0 +10276,0,0,0,0,0 +10277,0,0,0,0,0 +10278,0,0,0,0,0 +10279,0,0,0,0,0 +10280,0,0,0,0,0 +10281,0,0,0,0,0 +10282,0,0,0,0,0 +10283,0,0,0,0,0 +10284,0,0,0,0,0 +10285,0,0,0,0,0 +10286,0,0,0,0,0 +10287,0,0,0,0,0 +10288,0,0,0,0,0 +10289,0,0,0,0,0 +10290,0,0,0,0,0 +10291,0,0,0,0,0 +10292,0,0,0,0,0 +10293,0,0,0,0,0 +10294,0,0,0,0,0 +10295,0,0,0,0,0 +10296,0,0,0,0,0 +10297,0,0,0,0,0 +10298,0,0,0,0,0 +10299,0,0,0,0,0 +10300,0,0,0,0,0 +10301,0,0,0,0,0 +10302,0,0,0,0,0 +10303,0,0,0,0,0 +10304,0,0,0,0,0 +10305,0,0,0,0,0 +10306,0,0,0,0,0 +10307,0,0,0,0,0 +10308,0,0,0,0,0 +10309,0,0,0,0,0 +10310,0,0,0,0,0 +10311,0,0,0,0,0 +10312,0,0,0,0,0 +10313,0,0,0,0,0 +10314,0,0,0,0,0 +10315,0,0,0,0,0 +10316,0,0,0,0,0 +10317,0,0,0,0,0 +10318,0,0,0,0,0 +10319,0,0,0,0,0 +10320,0,0,0,0,0 +10321,0,0,0,0,0 +10322,0,0,0,0,0 +10323,0,0,0,0,0 +10324,0,0,0,0,0 +10325,0,0,0,0,0 +10326,0,0,0,0,0 +10327,0,0,0,0,0 +10328,0,0,0,0,0 +10329,0,0,0,0,0 +10330,0,0,0,0,0 +10331,0,0,0,0,0 +10332,0,0,0,0,0 +10333,0,0,0,0,0 +10334,0,0,0,0,0 +10335,0,0,0,0,0 +10336,0,0,0,0,0 +10337,0,0,0,0,0 +10338,0,0,0,0,0 +10339,0,0,0,0,0 +10340,0,0,0,0,0 +10341,0,0,0,0,0 +10342,0,0,0,0,0 +10343,0,0,0,0,0 +10344,0,0,0,0,0 +10345,0,0,0,0,0 +10346,0,0,0,0,0 +10347,0,0,0,0,0 +10348,0,0,0,0,0 +10349,0,0,0,0,0 +10350,0,0,0,0,0 +10351,0,0,0,0,0 +10352,0,0,0,0,0 +10353,0,0,0,0,0 +10354,0,0,0,0,0 +10355,0,0,0,0,0 +10356,0,0,0,0,0 +10357,0,0,0,0,0 +10358,0,0,0,0,0 +10359,0,0,0,0,0 +10360,0,0,0,0,0 +10361,0,0,0,0,0 +10362,0,0,0,0,0 +10363,0,0,0,0,0 +10364,0,0,0,0,0 +10365,0,0,0,0,0 +10366,0,0,0,0,0 +10367,0,0,0,0,0 +10368,0,0,0,0,0 +10369,0,0,0,0,0 +10370,0,0,0,0,0 +10371,0,0,0,0,0 +10372,0,0,0,0,0 +10373,0,0,0,0,0 +10374,0,0,0,0,0 +10375,0,0,0,0,0 +10376,0,0,0,0,0 +10377,0,0,0,0,0 +10378,0,0,0,0,0 +10379,0,0,0,0,0 +10380,0,0,0,0,0 +10381,0,0,0,0,0 +10382,0,0,0,0,0 +10383,0,0,0,0,0 +10384,0,0,0,0,0 +10385,0,0,0,0,0 +10386,0,0,0,0,0 +10387,0,0,0,0,0 +10388,0,0,0,0,0 +10389,0,0,0,0,0 +10390,0,0,0,0,0 +10391,0,0,0,0,0 +10392,0,0,0,0,0 +10393,0,0,0,0,0 +10394,0,0,0,0,0 +10395,0,0,0,0,0 +10396,0,0,0,0,0 +10397,0,0,0,0,0 +10398,0,0,0,0,0 +10399,0,0,0,0,0 +10400,0,0,0,0,0 +10401,0,0,0,0,0 +10402,0,0,0,0,0 +10403,0,0,0,0,0 +10404,0,0,0,0,0 +10405,0,0,0,0,0 +10406,0,0,0,0,0 +10407,0,0,0,0,0 +10408,0,0,0,0,0 +10409,0,0,0,0,0 +10410,0,0,0,0,0 +10411,0,0,0,0,0 +10412,0,0,0,0,0 +10413,0,0,0,0,0 +10414,0,0,0,0,0 +10415,0,0,0,0,0 +10416,0,0,0,0,0 +10417,0,0,0,0,0 +10418,0,0,0,0,0 +10419,0,0,0,0,0 +10420,0,0,0,0,0 +10421,0,0,0,0,0 +10422,0,0,0,0,0 +10423,0,0,0,0,0 +10424,0,0,0,0,0 +10425,0,0,0,0,0 +10426,0,0,0,0,0 +10427,0,0,0,0,0 +10428,0,0,0,0,0 +10429,0,0,0,0,0 +10430,0,0,0,0,0 +10431,0,0,0,0,0 +10432,0,0,0,0,0 +10433,0,0,0,0,0 +10434,0,0,0,0,0 +10435,0,0,0,0,0 +10436,0,0,0,0,0 +10437,0,0,0,0,0 +10438,0,0,0,0,0 +10439,0,0,0,0,0 +10440,0,0,0,0,0 +10441,0,0,0,0,0 +10442,0,0,0,0,0 +10443,0,0,0,0,0 +10444,0,0,0,0,0 +10445,0,0,0,0,0 +10446,0,0,0,0,0 +10447,0,0,0,0,0 +10448,0,0,0,0,0 +10449,0,0,0,0,0 +10450,0,0,0,0,0 +10451,0,0,0,0,0 +10452,0,0,0,0,0 +10453,0,0,0,0,0 +10454,0,0,0,0,0 +10455,0,0,0,0,0 +10456,0,0,0,0,0 +10457,0,0,0,0,0 +10458,0,0,0,0,0 +10459,0,0,0,0,0 +10460,0,0,0,0,0 +10461,0,0,0,0,0 +10462,0,0,0,0,0 +10463,0,0,0,0,0 +10464,0,0,0,0,0 +10465,0,0,0,0,0 +10466,0,0,0,0,0 +10467,0,0,0,0,0 +10468,0,0,0,0,0 +10469,0,0,0,0,0 +10470,0,0,0,0,0 +10471,0,0,0,0,0 +10472,0,0,0,0,0 +10473,0,0,0,0,0 +10474,0,0,0,0,0 +10475,0,0,0,0,0 +10476,0,0,0,0,0 +10477,0,0,0,0,0 +10478,0,0,0,0,0 +10479,0,0,0,0,0 +10480,0,0,0,0,0 +10481,0,0,0,0,0 +10482,0,0,0,0,0 +10483,0,0,0,0,0 +10484,0,0,0,0,0 +10485,0,0,0,0,0 +10486,0,0,0,0,0 +10487,0,0,0,0,0 +10488,0,0,0,0,0 +10489,0,0,0,0,0 +10490,0,0,0,0,0 +10491,0,0,0,0,0 +10492,0,0,0,0,0 +10493,0,0,0,0,0 +10494,0,0,0,0,0 +10495,0,0,0,0,0 +10496,0,0,0,0,0 +10497,0,0,0,0,0 +10498,0,0,0,0,0 +10499,0,0,0,0,0 +10500,0,0,0,0,0 +10501,-1704.23425,-821.2102864,-1674.016598,-821.215381,-1085.981163 +10502,-1754.960293,-818.7353491,-1725.85219,-818.7404673,-1110.641371 +10503,-1814.648324,-815.1747565,-1783.27037,-815.1798811,-1122.35247 +10504,-1871.671815,-811.8105139,-1838.050771,-811.8156429,-1120.524452 +10505,-1911.177741,-808.9143686,-1871.54375,-808.9195056,-1118.851974 +10506,-1904.760539,-806.4888393,-1865.360094,-806.4939886,-1117.37922 +10507,-1899.13708,-804.447902,-1859.947702,-804.4530673,-1116.078334 +10508,-1894.25071,-802.7075043,-1855.240197,-802.7126887,-1114.915043 +10509,-1890.000756,-801.2069191,-1851.137733,-801.2121249,-1113.865531 +10510,-1886.287462,-799.9039279,-1847.545528,-799.9091573,-1112.914685 +10511,-1883.02624,-798.766881,-1844.384292,-798.7721358,-1112.05166 +10512,-1349.316062,-797.7703079,-1763.318675,-797.7755897,-1111.267335 +10513,-1443.771331,-703.5981953,-1183.677829,-701.8023857,-1110.553425 +10514,-1472.470125,-620.037892,-1544.227367,-621.3826151,-1102.823527 +10515,-1416.40546,-682.1051761,-1414.342133,-681.1736618,-1081.770908 +10516,-1409.710236,-649.4999391,-1404.063142,-649.5090367,-1054.877495 +10517,-1393.949741,-645.321456,-1392.744469,-645.3312467,-1028.440691 +10518,-1389.940109,-639.4708802,-1384.299511,-638.4297575,-765.3200062 +10519,-1377.536011,-633.4680542,-1372.026504,-634.7018604,-904.6936149 +10520,-1367.374261,-628.8746482,-1364.762125,-628.8831641,-861.7052104 +10521,-1361.255337,-624.643676,-1355.12812,-623.4465497,-851.5544638 +10522,-1350.716731,-620.5517776,-1345.58259,-620.560809,-845.153549 +10523,-1343.878167,-614.34334,-1339.819217,-615.2409329,-842.3968624 +10524,-1336.959455,-611.5605958,-1328.775273,-610.4983846,-834.811992 +10525,-1327.836507,-606.7406562,-1322.435281,-606.7471679,-830.2520417 +10526,-1320.167203,-602.8901167,-1314.653606,-603.5281593,-826.4430641 +10527,-1315.683001,-598.8676414,-1309.287039,-598.8738415,-821.0653073 +10528,-1305.993119,-595.4393512,-1298.106424,-595.4440159,-814.8870317 +10529,-1303.884299,-591.8710277,-1296.097372,-590.9704195,-812.919131 +10530,-1292.825299,-588.2937506,-1286.799321,-589.1893228,-807.6214161 +10531,-1290.916134,-585.2585457,-1282.553116,-583.9939434,-803.0194875 +10532,-1282.917583,-580.6122552,-1276.705436,-582.0872291,-797.9937212 +10533,-1278.514359,-579.2811343,-1268.300688,-577.667856,-795.3634663 +10534,-1272.512842,-574.8886292,-1265.98672,-575.76218,-790.9671015 +10535,-1267.182156,-572.6936977,-1258.457428,-571.7904532,-786.1947635 +10536,-1263.037679,-569.5271035,-1254.63852,-569.5348884,-784.2430829 +10537,-1258.063031,-565.9067438,-1249.99981,-566.880503,-780.355571 +10538,-1245.881963,-491.7960595,-1231.335758,-559.9747518,-774.474998 +10539,-1241.790505,-472.5885266,-1226.554752,-557.3421654,-773.708817 +10540,-1234.753496,-454.1485453,-1216.81466,-553.5050328,-770.0696636 +10541,-1227.394829,-438.4647568,-1215.061048,-550.5733464,-764.8920478 +10542,-1226.613605,-420.5712048,-1205.633642,-547.6906895,-763.2238115 +10543,-1216.84725,-404.5472597,-1202.294187,-543.8252615,-759.4257735 +10544,-1215.171784,-386.5410499,-1195.421551,-542.7033225,-758.083945 +10545,-1208.142717,-369.9762394,-1190.461198,-537.1240268,-752.1987021 +10546,-1203.854026,-352.1338663,-1184.912797,-536.8111535,-751.9111806 +10547,-1198.813157,-335.1680095,-1178.484735,-532.9164912,-748.4594482 +10548,-1193.810973,-316.5967723,-1175.453152,-529.4181637,-744.7415867 +10549,-1189.405471,-299.1109546,-1169.507917,-528.005685,-742.9293909 +10550,-1185.987263,-280.9577329,-1164.437512,-524.8302612,-739.6654999 +10551,-1178.156556,-262.7401074,-1158.70431,-522.0172482,-738.7929846 +10552,-1177.444687,-244.1624075,-1156.183024,-519.6769539,-733.8431864 +10553,-1168.664272,-225.8446383,-1149.571049,-516.4185611,-733.445 +10554,-1167.391587,-206.9364957,-1144.532262,-515.2374112,-729.9764344 +10555,-1161.973206,-188.3015098,-1143.128611,-510.9323654,-727.3365534 +10556,-1158.367157,-169.0209871,-1135.744449,-510.3429928,-726.5905157 +10557,-1152.594562,-149.9785233,-1132.106495,-506.5897489,-722.7476011 +10558,-1148.734375,-130.4766114,-1128.36466,-505.115352,-721.8769452 +10559,-1144.784104,-111.1305124,-1122.513809,-501.9959211,-717.8689432 +10560,-1140.75477,-97.66601902,-1118.58937,-499.6222277,-717.9590101 +10561,-1132.408228,-81.21936265,-1112.532601,-497.2031754,-712.7745064 +10562,-1128.210697,-64.09021957,-1104.264599,-492.2055913,-709.6221595 +10563,-1115.186868,-47.22720151,-1095.828372,-490.5285586,-706.4165583 +10564,-1113.026992,-29.68705065,-1089.405458,-486.2157988,-703.1595572 +10565,-1101.839261,-12.81989153,-1082.883694,-483.5866345,-698.7320986 +10566,-1097.31103,0,-1074.024872,-480.0155398,-696.4971927 +10567,-1088.087257,0,-1068.412872,-476.37751,-691.9432821 +10568,-1081.061132,0,-1060.431266,-473.6073413,-689.641511 +10569,-1073.935105,0,-1051.14638,-469.8500721,-686.1414283 +10570,-1066.707462,0,-1046.448223,-466.9884169,-682.5929322 +10571,-1056.908287,0,-1039.307459,-464.0863936,-678.9960107 +10572,-1051.947586,0,-1029.62559,-460.1522027,-676.5727723 +10573,-1044.411395,0,-1023.487819,-457.1554484,-672.8935495 +10574,-1034.195294,0,-1016.026678,-454.1173759,-669.1645262 +10575,-1029.021125,0,-1009.72985,-451.0368501,-666.6517366 +10576,-1021.164415,0,-999.4978822,-446.8621737,-664.1158398 +10577,-1013.196543,0,-994.3149808,-444.7478047,-658.9726385 +10578,-1003.759899,0,-986.4462776,-441.5374543,-658.9745562 +10579,-998.3018732,0,-979.8048088,-437.1866266,-652.4139941 +10580,-988.6229428,0,-970.3746725,-434.9826244,-651.0854911 +10581,-981.6141848,0,-964.9196487,-431.6369527,-648.4088323 +10582,-973.0949932,0,-956.6389516,-428.2442976,-644.3472783 +10583,-965.9051737,0,-949.6500178,-424.8046033,-641.6092531 +10584,-957.1653723,0,-941.1551938,-421.9021799,-638.8464072 +10585,-948.3036537,0,-933.9867396,-418.9657583,-635.3571857 +10586,-940.8257678,0,-926.7349948,-415.3961863,-632.5373665 +10587,-933.2602322,0,-919.3981312,-411.7770223,-628.9763187 +10588,-924.0632905,0,-910.4801961,-409.3370452,-626.8204841 +10589,-914.7383035,0,-904.467351,-405.6332355,-623.1939322 +10590,-908.4511759,0,-896.8708132,-402.5073135,-620.2628542 +10591,-897.3043934,0,-887.6372043,-399.345042,-617.3049382 +10592,-892.4743444,0,-882.9743753,-396.788957,-612.8170595 +10593,-882.7087851,0,-875.1278789,-392.9094772,-612.0637643 +10594,-874.467815,0,-867.1900271,-390.9502866,-607.503308 +10595,-867.8077015,0,-860.7748679,-386.9892987,-605.1995471 +10596,-857.700284,0,-852.6722964,-384.9887796,-601.3243901 +10597,-852.5958921,0,-847.7671532,-380.9445327,-598.9780971 +10598,-840.5442505,0,-837.8512738,-378.9021392,-595.8241798 +10599,-835.3227312,0,-832.8439652,-375.4654937,-591.8406257 +10600,-826.5379817,0,-824.4199447,-372.6877007,-589.428768 +10601,-815.8637314,0,-819.3200717,-369.8841929,-587.0000698 +10602,-810.4748898,0,-809.0128071,-366.3431756,-582.9140722 +10603,-801.4089357,0,-805.547945,-364.1996292,-579.6113623 +10604,-790.394726,0,-795.0530794,-360.5932151,-577.9488578 +10605,-784.835089,0,-789.7541289,-358.4098434,-572.9137448 +10606,-775.4833722,0,-782.6322924,-354.7368286,-571.2201953 +10607,-766.0277598,0,-775.4458287,-351.7687396,-567.8088997 +10608,-758.389579,0,-767.284252,-349.5254333,-564.3657641 +10609,-748.7475273,0,-760.881198,-345.7515744,-561.7625387 +10610,-740.9593554,0,-753.5025297,-343.0850013,-558.2631685 +10611,-731.1292007,0,-746.0588977,-340.3975007,-555.6173427 +10612,-722.1932055,0,-739.4926542,-337.29977,-552.060727 +10613,-713.1729026,0,-731.9265281,-334.1743115,-548.4711571 +10614,-705.0838816,0,-725.2525667,-331.0213328,-546.6641453 +10615,-694.8770503,0,-716.5976654,-328.6386906,-542.1090424 +10616,-686.6369386,0,-709.8100264,-325.0343725,-539.350846 +10617,-677.2864976,0,-703.9524574,-322.2068092,-536.5735585 +10618,-667.8516669,0,-695.0945683,-319.7661689,-532.8401896 +10619,-658.3332054,152.8020594,-688.1483589,-316.4864539,-530.0175904 +10620,-649.8027049,156.3440752,-681.1523192,-313.1784379,-527.1753341 +10621,-640.1267648,151.0796689,-674.1058104,-310.6792664,-524.3131303 +10622,-631.4572366,180.7699697,-668.0261532,-307.7432891,-520.4660039 +10623,-623.8186951,197.0761569,-659.8621358,-305.2095074,-519.4990634 +10624,-613.9242174,212.5700945,-654.7275765,-302.2329371,-515.6074973 +10625,-605.0621666,228.3273042,-647.4954162,-299.6644135,-512.6653788 +10626,-597.2567996,243.4906378,-640.2135454,-296.64747,-510.6929313 +10627,-587.1503472,259.0301415,-633.9332263,-294.0443748,-507.7169057 +10628,-578.1021855,273.5374249,-626.5603684,-290.9871447,-504.7202864 +10629,-568.9941389,288.728629,-620.202268,-288.3496009,-501.7031592 +10630,-560.9760517,303.2296791,-612.7390842,-285.6960841,-498.6655027 +10631,-550.6001883,317.672802,-607.3791169,-282.5800103,-496.6290497 +10632,-541.3168546,331.8217775,-598.7508211,-279.8921483,-493.5565365 +10633,-533.1484776,346.2815716,-592.2397327,-276.7364187,-490.4629543 +10634,-522.5837164,360.1108255,-585.6944731,-274.4695629,-487.3484209 +10635,-513.7286381,373.7748795,-579.1145927,-271.277167,-485.2605127 +10636,-504.8278722,387.8573871,-571.3945464,-268.5240432,-482.1105948 +10637,-494.0878299,405.8465685,-564.7414916,-265.2925909,-478.9393045 +10638,-485.6924325,423.6052861,-558.0553871,-262.9719766,-476.8133443 +10639,-476.0529432,441.1862079,-551.3362339,-259.704856,-473.6062441 +10640,-466.36765,458.5749107,-543.4559939,-256.888202,-470.3775892 +10641,-456.6386685,475.7119956,-537.8013043,-254.0566146,-467.6706941 +10642,-446.8680242,492.7767782,-529.8472493,-251.2101073,-464.9487714 +10643,-437.6719632,509.5695407,-522.9963749,-247.8704867,-461.6624169 +10644,-427.2091202,525.9692047,-516.1154119,-245.953572,-459.4594977 +10645,-418.5624874,543.0169587,-509.2046388,-241.6159906,-456.1366201 +10646,-407.4067201,559.0675567,-502.2645329,-240.1636046,-452.7918515 +10647,-398.0801053,575.3576791,-495.2957137,-236.2718687,-450.5500085 +10648,-388.1031591,591.4020261,-487.1300964,-233.3371373,-447.1686577 +10649,-378.7248428,607.3022877,-481.8620084,-230.8813969,-444.9022211 +10650,-367.4412241,623.054684,-473.6361227,-227.4272229,-441.4839037 +10651,-359.2742987,637.0268964,-467.1483946,-224.9491138,-438.043522 +10652,-349.8332527,650.6736303,-461.232291,-222.2126569,-436.3152552 +10653,-339.7440841,663.9263534,-454.1099831,-219.4653532,-432.2604553 +10654,-331.5343287,676.8942198,-447.5604273,-216.4562482,-429.9299855 +10655,-321.4156706,689.7028051,-441.5896121,-213.9394693,-426.4156655 +10656,-312.550837,702.1786978,-434.4037316,-210.908211,-424.060561 +10657,-303.042595,714.4073131,-428.3992109,-208.6271868,-420.509169 +10658,-294.1600518,726.5212647,-421.7773102,-205.3205635,-418.1293173 +10659,-284.0000906,738.2657787,-415.138445,-203.27937,-414.5408365 +10660,-275.7398925,749.9113754,-408.4834328,-199.6950733,-412.136276 +10661,-265.5675039,760.8815696,-402.4200615,-197.6406943,-408.5107781 +10662,-256.9807352,772.7359514,-395.735837,-194.5501132,-406.081577 +10663,-247.1180651,783.4169543,-389.6468432,-191.9669565,-403.0310933 +10664,-238.2073421,794.257358,-382.3249699,-189.117582,-399.9651718 +10665,-228.6579491,805.0106498,-376.8238392,-186.2602869,-396.2658504 +10666,-219.4253445,815.2877651,-370.0886505,-183.6561769,-394.4081433 +10667,-209.8732017,825.6724956,-363.3417377,-181.045864,-390.6757907 +10668,-200.6387394,835.7102758,-357.1988506,-177.9055235,-387.5487811 +10669,-191.7221987,845.6245617,-350.4317645,-175.5450686,-385.0363457 +10670,-181.5313147,855.3103005,-344.2716019,-172.6539075,-381.2493664 +10671,-172.6142507,864.9560952,-338.103871,-169.7564123,-378.7127976 +10672,-163.3785743,874.3147518,-331.3110952,-167.1171988,-376.1665479 +10673,-153.5057978,883.5629254,-324.5106364,-164.2085583,-372.3289479 +10674,-144.5885029,892.6358256,-318.941569,-161.8247633,-369.1146867 +10675,-134.8749367,901.5531653,-312.128522,-158.6407338,-367.1791829 +10676,-125.4798682,910.1959113,-305.6194858,-156.2490005,-362.6418651 +10677,-116.2440531,918.8380219,-299.1055343,-153.0550917,-360.6887032 +10678,-106.5304897,927.3809567,-293.5186345,-150.6564282,-357.4215256 +10679,-97.29467574,935.5259689,-286.0643296,-147.7209052,-353.4817268 +10680,-87.89960977,943.7749309,-280.4707083,-145.0489642,-351.5042816 +10681,-77.23062056,952.2141049,-272.6976502,-141.8387712,-347.533601 +10682,-67.03937508,960.5300724,-265.5430237,-138.8927687,-343.5425068 +10683,-56.37039391,968.6471675,-258.6967819,-135.675532,-340.8706927 +10684,-45.86065617,976.7736125,-251.2253615,-132.7236208,-336.8460686 +10685,-35.19168378,984.6831578,-243.4402169,-129.500543,-332.801679 +10686,-24.84119515,992.3614046,-236.8993514,-126.2749262,-330.0947191 +10687,-14.33145983,999.9639933,-229.1108933,-123.31619,-326.0179661 +10688,-3.662483701,1007.525567,-221.9444147,-120.0865132,-322.6061176 +10689,0,1014.826055,-215.0887214,-117.1244545,-318.4946616 +10690,0,1022.04718,-207.2972429,-113.8916047,-315.7435339 +10691,0,1029.123804,-200.1286478,-110.9270336,-312.2929965 +10692,0,1036.068907,-193.2714236,-107.5570373,-307.4411022 +10693,0,1042.882103,-185.7903959,-104.7255418,-305.3545665 +10694,0,1049.499354,-178.3091654,-101.2190021,-301.1680616 +10695,0,1056.152406,-171.4513392,-98.52126732,-297.6662231 +10696,0,1062.529819,-163.9699171,-95.14849815,-293.4486939 +10697,0,1068.907262,-156.8001872,-92.04520158,-291.3339322 +10698,0,1074.982452,-149.6304287,-89.0765958,-286.3833487 +10699,0,1081.014305,-142.1489053,-85.70290187,-283.544924 +10700,0,1087.031419,-135.2908833,-82.73395618,-279.2744283 +10701,0,1092.786331,-127.8093384,-79.62993471,-276.4192074 +10702,0,1098.482707,-120.6395423,-76.39085032,-272.4825121 +10703,0,1104.047967,-113.3138883,-73.28669889,-268.8933091 +10704,0,1109.495254,-106.299984,-70.18252225,-265.6548179 +10705,0,1114.755814,-98.97431959,-66.94335082,-261.3249904 +10706,0,1120.142391,-91.64865689,-63.97411962,-258.4313014 +10707,0,1127.19285,-84.79061103,-60.73491751,-254.0801552 +10708,0,1130.615525,-77.15319962,-57.49571721,-251.1727066 +10709,0,1137.95522,-70.13928397,-54.52647668,-247.1663094 +10710,0,1139.705864,-62.96950053,-51.28727683,-243.5158795 +10711,0,1149.122329,-55.64384158,-48.04807847,-239.8579238 +10712,0,1147.312124,-48.16230991,-44.94385422,-236.5595748 +10713,0,1161.374994,-40.83665036,-41.56967868,-232.1529566 +10714,0,1152.102768,-33.35512589,-38.3304835,-229.2100021 +10715,0,1176.573784,-26.18533562,-35.22626294,-224.787906 +10716,0,1151.432547,-18.54794266,-31.85209191,-221.8351182 +10717,0,1166.397542,-11.22228531,-28.61289451,-217.3990107 +10718,0,1179.158542,-4.052492462,-25.37370089,-214.4373715 +10719,0,1175.688804,0,-22.13450585,-209.9887417 +10720,0,1181.447093,0,-18.89530789,-206.647844 +10721,0,1184.88174,0,-15.38617493,-202.5596277 +10722,0,1188.542406,0,-12.4169206,-199.2110358 +10723,0,1191.876535,0,-8.907789663,-195.114026 +10724,0,1195.188051,0,-5.938527746,-191.3857612 +10725,0,1198.388411,0,-2.969261701,-187.6542398 +10726,0,1201.490418,0,0,-183.9197114 +10727,0,1204.569107,0,0,-179.8085605 +10728,0,1207.365902,0,0,-176.0685959 +10729,0,1210.231407,0,0,-172.3264188 +10730,0,1212.934653,0,0,-168.2077106 +10731,0,1215.554678,0,0,-164.4616057 +10732,0,1218.080734,0,0,-160.3391003 +10733,0,1220.512821,0,0,-156.5899754 +10734,0,1222.775412,0,0,-152.8396684 +10735,0,1225.134207,0,0,-148.3379422 +10736,0,1227.310059,0,0,-144.9608962 +10737,0,1229.271911,0,0,-140.457229 +10738,0,1231.300107,0,0,-136.7035626 +10739,0,1233.169004,0,0,-132.5739764 +10740,0,1234.960353,0,0,-128.8194117 +10741,0,1236.692422,0,0,-124.3135088 +10742,0,1238.336836,0,0,-120.5583687 +10743,0,1239.89283,0,0,-116.239732 +10744,0,1241.361175,0,0,-112.2964953 +10745,0,1242.741857,0,0,-108.1653694 +10746,0,1244.035654,0,0,-103.8463788 +10747,0,1245.242544,0,0,-99.90291975 +10748,0,1246.363283,0,0,-95.5838481 +10749,0,1247.39783,0,0,-91.64033375 +10750,0,1248.346922,0,0,-87.13343088 +10751,0,1249.210509,0,0,-83.00211172 +10752,0,1249.989324,0,0,-78.87079331 +10753,0,1250.683377,0,0,-74.55167747 +10754,0,1251.372463,0,0,-70.23256101 +10755,0,1251.78317,0,0,-66.10123635 +10756,0,1252.2832,0,0,-61.59432923 +10757,0,1252.630443,0,0,-57.4630048 +10758,0,1252.907631,0,0,-52.95609987 +10759,0,1252.969469,0,0,-48.63698714 +10760,0,1253.201114,0,0,-44.31787541 +10761,0,1253.111201,0,0,-39.99876095 +10762,0,1253.181786,0,0,-35.30406747 +10763,0,1252.932451,0,0,-31.17274447 +10764,0,1252.841115,0,0,-26.66584139 +10765,0,1252.433771,0,0,-22.15893702 +10766,0,1252.182089,0,0,-17.65203386 +10767,0,1251.618385,0,0,-13.14513174 +10768,0,1251.128939,0,0,-8.638229768 +10769,0,1250.52542,0,0,-4.131327401 +10770,0,1249.901189,0,0,0 +10771,0,1248.710324,0,0,0 +10772,0,1247.442741,0,0,0 +10773,0,1246.087955,0,0,0 +10774,0,1244.637765,0,0,0 +10775,0,1243.091951,0,0,0 +10776,0,1241.452765,0,0,0 +10777,0,1239.721826,0,0,0 +10778,0,1237.901348,0,0,0 +10779,0,1235.994195,0,0,0 +10780,0,1234.001326,0,0,0 +10781,0,1231.921743,0,0,0 +10782,0,1229.761234,0,0,0 +10783,0,1227.518198,0,0,0 +10784,0,1225.115949,0,0,0 +10785,0,1222.8236,0,0,0 +10786,0,1220.360615,0,0,0 +10787,0,1217.697297,0,0,0 +10788,0,1215.111798,0,0,0 +10789,0,1212.381853,0,0,0 +10790,0,1209.588351,0,0,0 +10791,0,1206.719882,0,0,0 +10792,0,1203.777485,0,0,0 +10793,0,1200.684574,0,0,0 +10794,0,1197.706792,0,0,0 +10795,0,1194.492014,0,0,0 +10796,0,1191.272814,0,0,0 +10797,0,1187.971318,0,0,0 +10798,0,1184.600319,0,0,0 +10799,0,1181.235574,0,0,0 +10800,0,1177.54315,0,0,0 +10801,0,1173.523491,0,0,0 +10802,0,1168.940832,0,0,0 +10803,0,1164.390526,0,0,0 +10804,0,1159.758804,0,0,0 +10805,0,1178.538868,0,0,0 +10806,0,1115.751694,0,0,0 +10807,0,1162.691523,0,0,0 +10808,0,1146.607221,0,0,0 +10809,0,1120.698845,0,0,0 +10810,0,1148.970305,0,0,0 +10811,0,1107.377154,0,0,0 +10812,0,1132.628244,0,0,0 +10813,0,1106.724737,0,0,0 +10814,0,1112.738627,0,0,0 +10815,0,1103.662511,0,0,0 +10816,0,1098.812256,0,0,0 +10817,0,1093.395105,0,0,0 +10818,0,1087.849019,0,0,0 +10819,0,1082.253636,0,0,0 +10820,0,1076.668558,0,0,0 +10821,0,1070.855861,0,0,0 +10822,0,1065.065944,0,0,0 +10823,0,1059.322269,0,0,0 +10824,49.29369263,1053.397702,0,0,0 +10825,216.7843384,1047.522542,0,0,0 +10826,147.7503016,1041.424134,0,0,0 +10827,185.6834492,1035.412822,0,0,0 +10828,205.8855129,1029.286897,0,0,0 +10829,222.8818271,1023.115192,0,0,0 +10830,239.9329786,1016.887225,0,0,0 +10831,255.7457257,1010.334014,0,0,0 +10832,271.7956509,1003.692042,0,0,0 +10833,287.9969075,996.9777151,0,0,0 +10834,303.6495641,990.2599771,0,0,0 +10835,319.4083049,983.3250385,0,0,0 +10836,334.9443428,976.4021749,0,0,0 +10837,350.4514246,969.5154519,0,0,0 +10838,372.4226702,965.9112851,0,0,0 +10839,388.2641167,959.3032759,0,0,0 +10840,404.4465228,952.4976033,0,0,0 +10841,419.7985994,945.5164792,0,0,0 +10842,435.330124,938.5175449,0,0,0 +10843,450.6118671,931.2375399,0,0,0 +10844,465.8795404,924.1690045,0,0,0 +10845,481.0194596,916.8569879,0,0,0 +10846,496.0801763,909.6106647,0,0,0 +10847,511.0581315,902.1550623,0,0,0 +10848,525.9158431,894.7167709,0,0,0 +10849,540.4070682,887.3787244,0,0,0 +10850,555.6700186,879.7364001,0,0,0 +10851,570.1294187,872.2238032,0,0,0 +10852,584.7198057,864.6103708,0,0,0 +10853,599.3845468,856.9600456,0,0,0 +10854,613.7021658,849.3289849,0,0,0 +10855,628.2255475,841.527829,0,0,0 +10856,642.5300149,833.7532592,0,0,0 +10857,656.7697299,826.0794648,0,0,0 +10858,671.132338,818.1405488,0,0,0 +10859,685.1223593,810.3818979,0,0,0 +10860,699.3686896,802.364529,0,0,0 +10861,0,0,0,0,0 +10862,0,0,0,0,0 +10863,0,0,0,0,0 +10864,0,0,0,0,0 +10865,0,0,0,0,0 +10866,0,0,0,0,0 +10867,0,0,0,0,0 +10868,0,0,0,0,0 +10869,0,0,0,0,0 +10870,0,0,0,0,0 +10871,0,0,0,0,0 +10872,0,0,0,0,0 +10873,0,0,0,0,0 +10874,0,0,0,0,0 +10875,0,0,0,0,0 +10876,0,0,0,0,0 +10877,0,0,0,0,0 +10878,0,0,0,0,0 +10879,0,0,0,0,0 +10880,0,0,0,0,0 +10881,0,0,0,0,0 +10882,0,0,0,0,0 +10883,0,0,0,0,0 +10884,0,0,0,0,0 +10885,0,0,0,0,0 +10886,0,0,0,0,0 +10887,0,0,0,0,0 +10888,0,0,0,0,0 +10889,0,0,0,0,0 +10890,0,0,0,0,0 +10891,0,0,0,0,0 +10892,0,0,0,0,0 +10893,0,0,0,0,0 +10894,0,0,0,0,0 +10895,0,0,0,0,0 +10896,0,0,0,0,0 +10897,0,0,0,0,0 +10898,0,0,0,0,0 +10899,0,0,0,0,0 +10900,0,0,0,0,0 +10901,0,0,0,0,0 +10902,0,0,0,0,0 +10903,0,0,0,0,0 +10904,0,0,0,0,0 +10905,0,0,0,0,0 +10906,0,0,0,0,0 +10907,0,0,0,0,0 +10908,0,0,0,0,0 +10909,0,0,0,0,0 +10910,0,0,0,0,0 +10911,0,0,0,0,0 +10912,0,0,0,0,0 +10913,0,0,0,0,0 +10914,0,0,0,0,0 +10915,0,0,0,0,0 +10916,0,0,0,0,0 +10917,0,0,0,0,0 +10918,0,0,0,0,0 +10919,0,0,0,0,0 +10920,0,0,0,0,0 +10921,0,0,0,0,0 +10922,0,0,0,0,0 +10923,0,0,0,0,0 +10924,0,0,0,0,0 +10925,0,0,0,0,0 +10926,0,0,0,0,0 +10927,0,0,0,0,0 +10928,0,0,0,0,0 +10929,0,0,0,0,0 +10930,0,0,0,0,0 +10931,0,0,0,0,0 +10932,0,0,0,0,0 +10933,0,0,0,0,0 +10934,0,0,0,0,0 +10935,0,0,0,0,0 +10936,0,0,0,0,0 +10937,0,0,0,0,0 +10938,0,0,0,0,0 +10939,0,0,0,0,0 +10940,0,0,0,0,0 +10941,0,0,0,0,0 +10942,0,0,0,0,0 +10943,0,0,0,0,0 +10944,0,0,0,0,0 +10945,0,0,0,0,0 +10946,0,0,0,0,0 +10947,0,0,0,0,0 +10948,0,0,0,0,0 +10949,0,0,0,0,0 +10950,0,0,0,0,0 +10951,0,0,0,0,0 +10952,0,0,0,0,0 +10953,0,0,0,0,0 +10954,0,0,0,0,0 +10955,0,0,0,0,0 +10956,0,0,0,0,0 +10957,0,0,0,0,0 +10958,0,0,0,0,0 +10959,0,0,0,0,0 +10960,0,0,0,0,0 +10961,0,0,0,0,0 +10962,0,0,0,0,0 +10963,0,0,0,0,0 +10964,0,0,0,0,0 +10965,0,0,0,0,0 +10966,0,0,0,0,0 +10967,0,0,0,0,0 +10968,0,0,0,0,0 +10969,0,0,0,0,0 +10970,0,0,0,0,0 +10971,0,0,0,0,0 +10972,0,0,0,0,0 +10973,0,0,0,0,0 +10974,0,0,0,0,0 +10975,0,0,0,0,0 +10976,0,0,0,0,0 +10977,0,0,0,0,0 +10978,0,0,0,0,0 +10979,0,0,0,0,0 +10980,0,0,0,0,0 +10981,0,0,0,0,0 +10982,0,0,0,0,0 +10983,0,0,0,0,0 +10984,0,0,0,0,0 +10985,0,0,0,0,0 +10986,0,0,0,0,0 +10987,0,0,0,0,0 +10988,0,0,0,0,0 +10989,0,0,0,0,0 +10990,0,0,0,0,0 +10991,0,0,0,0,0 +10992,0,0,0,0,0 +10993,0,0,0,0,0 +10994,0,0,0,0,0 +10995,0,0,0,0,0 +10996,0,0,0,0,0 +10997,0,0,0,0,0 +10998,0,0,0,0,0 +10999,0,0,0,0,0 +11000,0,0,0,0,0 +11001,0,0,0,0,0 +11002,0,0,0,0,0 +11003,0,0,0,0,0 +11004,0,0,0,0,0 +11005,0,0,0,0,0 +11006,0,0,0,0,0 +11007,0,0,0,0,0 +11008,0,0,0,0,0 +11009,0,0,0,0,0 +11010,0,0,0,0,0 +11011,0,0,0,0,0 +11012,0,0,0,0,0 +11013,0,0,0,0,0 +11014,0,0,0,0,0 +11015,0,0,0,0,0 +11016,0,0,0,0,0 +11017,0,0,0,0,0 +11018,0,0,0,0,0 +11019,0,0,0,0,0 +11020,0,0,0,0,0 +11021,0,0,0,0,0 +11022,0,0,0,0,0 +11023,0,0,0,0,0 +11024,0,0,0,0,0 +11025,0,0,0,0,0 +11026,0,0,0,0,0 +11027,0,0,0,0,0 +11028,0,0,0,0,0 +11029,0,0,0,0,0 +11030,0,0,0,0,0 +11031,0,0,0,0,0 +11032,0,0,0,0,0 +11033,0,0,0,0,0 +11034,0,0,0,0,0 +11035,0,0,0,0,0 +11036,0,0,0,0,0 +11037,0,0,0,0,0 +11038,0,0,0,0,0 +11039,0,0,0,0,0 +11040,0,0,0,0,0 +11041,0,0,0,0,0 +11042,0,0,0,0,0 +11043,0,0,0,0,0 +11044,0,0,0,0,0 +11045,0,0,0,0,0 +11046,0,0,0,0,0 +11047,0,0,0,0,0 +11048,0,0,0,0,0 +11049,0,0,0,0,0 +11050,0,0,0,0,0 +11051,0,0,0,0,0 +11052,0,0,0,0,0 +11053,0,0,0,0,0 +11054,0,0,0,0,0 +11055,0,0,0,0,0 +11056,0,0,0,0,0 +11057,0,0,0,0,0 +11058,0,0,0,0,0 +11059,0,0,0,0,0 +11060,0,0,0,0,0 +11061,0,0,0,0,0 +11062,0,0,0,0,0 +11063,0,0,0,0,0 +11064,0,0,0,0,0 +11065,0,0,0,0,0 +11066,0,0,0,0,0 +11067,0,0,0,0,0 +11068,0,0,0,0,0 +11069,0,0,0,0,0 +11070,0,0,0,0,0 +11071,0,0,0,0,0 +11072,0,0,0,0,0 +11073,0,0,0,0,0 +11074,0,0,0,0,0 +11075,0,0,0,0,0 +11076,0,0,0,0,0 +11077,0,0,0,0,0 +11078,0,0,0,0,0 +11079,0,0,0,0,0 +11080,0,0,0,0,0 +11081,0,0,0,0,0 +11082,0,0,0,0,0 +11083,0,0,0,0,0 +11084,0,0,0,0,0 +11085,0,0,0,0,0 +11086,0,0,0,0,0 +11087,0,0,0,0,0 +11088,0,0,0,0,0 +11089,0,0,0,0,0 +11090,0,0,0,0,0 +11091,0,0,0,0,0 +11092,0,0,0,0,0 +11093,0,0,0,0,0 +11094,0,0,0,0,0 +11095,0,0,0,0,0 +11096,0,0,0,0,0 +11097,0,0,0,0,0 +11098,0,0,0,0,0 +11099,0,0,0,0,0 +11100,0,0,0,0,0 +11101,0,0,0,0,0 +11102,0,0,0,0,0 +11103,0,0,0,0,0 +11104,0,0,0,0,0 +11105,0,0,0,0,0 +11106,0,0,0,0,0 +11107,0,0,0,0,0 +11108,0,0,0,0,0 +11109,0,0,0,0,0 +11110,0,0,0,0,0 +11111,0,0,0,0,0 +11112,0,0,0,0,0 +11113,0,0,0,0,0 +11114,0,0,0,0,0 +11115,0,0,0,0,0 +11116,0,0,0,0,0 +11117,0,0,0,0,0 +11118,0,0,0,0,0 +11119,0,0,0,0,0 +11120,0,0,0,0,0 +11121,0,0,0,0,0 +11122,0,0,0,0,0 +11123,0,0,0,0,0 +11124,0,0,0,0,0 +11125,0,0,0,0,0 +11126,0,0,0,0,0 +11127,0,0,0,0,0 +11128,0,0,0,0,0 +11129,0,0,0,0,0 +11130,0,0,0,0,0 +11131,0,0,0,0,0 +11132,0,0,0,0,0 +11133,0,0,0,0,0 +11134,0,0,0,0,0 +11135,0,0,0,0,0 +11136,0,0,0,0,0 +11137,0,0,0,0,0 +11138,0,0,0,0,0 +11139,0,0,0,0,0 +11140,0,0,0,0,0 +11141,0,0,0,0,0 +11142,0,0,0,0,0 +11143,0,0,0,0,0 +11144,0,0,0,0,0 +11145,0,0,0,0,0 +11146,0,0,0,0,0 +11147,0,0,0,0,0 +11148,0,0,0,0,0 +11149,0,0,0,0,0 +11150,0,0,0,0,0 +11151,0,0,0,0,0 +11152,0,0,0,0,0 +11153,0,0,0,0,0 +11154,0,0,0,0,0 +11155,0,0,0,0,0 +11156,0,0,0,0,0 +11157,0,0,0,0,0 +11158,0,0,0,0,0 +11159,0,0,0,0,0 +11160,0,0,0,0,0 +11161,0,0,0,0,0 +11162,0,0,0,0,0 +11163,0,0,0,0,0 +11164,0,0,0,0,0 +11165,0,0,0,0,0 +11166,0,0,0,0,0 +11167,0,0,0,0,0 +11168,0,0,0,0,0 +11169,0,0,0,0,0 +11170,0,0,0,0,0 +11171,0,0,0,0,0 +11172,0,0,0,0,0 +11173,0,0,0,0,0 +11174,0,0,0,0,0 +11175,0,0,0,0,0 +11176,0,0,0,0,0 +11177,0,0,0,0,0 +11178,0,0,0,0,0 +11179,0,0,0,0,0 +11180,0,0,0,0,0 +11181,0,0,0,0,0 +11182,0,0,0,0,0 +11183,0,0,0,0,0 +11184,0,0,0,0,0 +11185,0,0,0,0,0 +11186,0,0,0,0,0 +11187,0,0,0,0,0 +11188,0,0,0,0,0 +11189,0,0,0,0,0 +11190,0,0,0,0,0 +11191,0,0,0,0,0 +11192,0,0,0,0,0 +11193,0,0,0,0,0 +11194,0,0,0,0,0 +11195,0,0,0,0,0 +11196,0,0,0,0,0 +11197,0,0,0,0,0 +11198,0,0,0,0,0 +11199,0,0,0,0,0 +11200,0,0,0,0,0 +11201,0,0,0,0,0 +11202,0,0,0,0,0 +11203,0,0,0,0,0 +11204,0,0,0,0,0 +11205,0,0,0,0,0 +11206,0,0,0,0,0 +11207,0,0,0,0,0 +11208,0,0,0,0,0 +11209,0,0,0,0,0 +11210,0,0,0,0,0 +11211,0,0,0,0,0 +11212,0,0,0,0,0 +11213,0,0,0,0,0 +11214,0,0,0,0,0 +11215,0,0,0,0,0 +11216,0,0,0,0,0 +11217,0,0,0,0,0 +11218,0,0,0,0,0 +11219,0,0,0,0,0 +11220,0,0,0,0,0 +11221,0,0,0,0,0 +11222,0,0,0,0,0 +11223,0,0,0,0,0 +11224,0,0,0,0,0 +11225,0,0,0,0,0 +11226,0,0,0,0,0 +11227,0,0,0,0,0 +11228,0,0,0,0,0 +11229,0,0,0,0,0 +11230,0,0,0,0,0 +11231,0,0,0,0,0 +11232,0,0,0,0,0 +11233,0,0,0,0,0 +11234,0,0,0,0,0 +11235,0,0,0,0,0 +11236,0,0,0,0,0 +11237,0,0,0,0,0 +11238,0,0,0,0,0 +11239,0,0,0,0,0 +11240,0,0,0,0,0 +11241,0,0,0,0,0 +11242,0,0,0,0,0 +11243,0,0,0,0,0 +11244,0,0,0,0,0 +11245,0,0,0,0,0 +11246,0,0,0,0,0 +11247,0,0,0,0,0 +11248,0,0,0,0,0 +11249,0,0,0,0,0 +11250,0,0,0,0,0 +11251,0,0,0,0,0 +11252,0,0,0,0,0 +11253,0,0,0,0,0 +11254,0,0,0,0,0 +11255,0,0,0,0,0 +11256,0,0,0,0,0 +11257,0,0,0,0,0 +11258,0,0,0,0,0 +11259,0,0,0,0,0 +11260,0,0,0,0,0 +11261,0,0,0,0,0 +11262,0,0,0,0,0 +11263,0,0,0,0,0 +11264,0,0,0,0,0 +11265,0,0,0,0,0 +11266,0,0,0,0,0 +11267,0,0,0,0,0 +11268,0,0,0,0,0 +11269,0,0,0,0,0 +11270,0,0,0,0,0 +11271,0,0,0,0,0 +11272,0,0,0,0,0 +11273,0,0,0,0,0 +11274,0,0,0,0,0 +11275,0,0,0,0,0 +11276,0,0,0,0,0 +11277,0,0,0,0,0 +11278,0,0,0,0,0 +11279,0,0,0,0,0 +11280,0,0,0,0,0 +11281,0,0,0,0,0 +11282,0,0,0,0,0 +11283,0,0,0,0,0 +11284,0,0,0,0,0 +11285,0,0,0,0,0 +11286,0,0,0,0,0 +11287,0,0,0,0,0 +11288,0,0,0,0,0 +11289,0,0,0,0,0 +11290,0,0,0,0,0 +11291,0,0,0,0,0 +11292,0,0,0,0,0 +11293,0,0,0,0,0 +11294,0,0,0,0,0 +11295,0,0,0,0,0 +11296,0,0,0,0,0 +11297,0,0,0,0,0 +11298,0,0,0,0,0 +11299,0,0,0,0,0 +11300,0,0,0,0,0 +11301,0,0,0,0,0 +11302,0,0,0,0,0 +11303,0,0,0,0,0 +11304,0,0,0,0,0 +11305,0,0,0,0,0 +11306,0,0,0,0,0 +11307,0,0,0,0,0 +11308,0,0,0,0,0 +11309,0,0,0,0,0 +11310,0,0,0,0,0 +11311,0,0,0,0,0 +11312,0,0,0,0,0 +11313,0,0,0,0,0 +11314,0,0,0,0,0 +11315,0,0,0,0,0 +11316,0,0,0,0,0 +11317,0,0,0,0,0 +11318,0,0,0,0,0 +11319,0,0,0,0,0 +11320,0,0,0,0,0 +11321,0,0,0,0,0 +11322,0,0,0,0,0 +11323,0,0,0,0,0 +11324,0,0,0,0,0 +11325,0,0,0,0,0 +11326,0,0,0,0,0 +11327,0,0,0,0,0 +11328,0,0,0,0,0 +11329,0,0,0,0,0 +11330,0,0,0,0,0 +11331,0,0,0,0,0 +11332,0,0,0,0,0 +11333,0,0,0,0,0 +11334,0,0,0,0,0 +11335,0,0,0,0,0 +11336,0,0,0,0,0 +11337,0,0,0,0,0 +11338,0,0,0,0,0 +11339,0,0,0,0,0 +11340,0,0,0,0,0 +11341,0,0,0,0,0 +11342,0,0,0,0,0 +11343,0,0,0,0,0 +11344,0,0,0,0,0 +11345,0,0,0,0,0 +11346,0,0,0,0,0 +11347,0,0,0,0,0 +11348,0,0,0,0,0 +11349,0,0,0,0,0 +11350,0,0,0,0,0 +11351,0,0,0,0,0 +11352,0,0,0,0,0 +11353,0,0,0,0,0 +11354,0,0,0,0,0 +11355,0,0,0,0,0 +11356,0,0,0,0,0 +11357,0,0,0,0,0 +11358,0,0,0,0,0 +11359,0,0,0,0,0 +11360,0,0,0,0,0 +11361,0,0,0,0,0 +11362,0,0,0,0,0 +11363,0,0,0,0,0 +11364,0,0,0,0,0 +11365,0,0,0,0,0 +11366,0,0,0,0,0 +11367,0,0,0,0,0 +11368,0,0,0,0,0 +11369,0,0,0,0,0 +11370,0,0,0,0,0 +11371,0,0,0,0,0 +11372,0,0,0,0,0 +11373,0,0,0,0,0 +11374,0,0,0,0,0 +11375,0,0,0,0,0 +11376,0,0,0,0,0 +11377,0,0,0,0,0 +11378,0,0,0,0,0 +11379,0,0,0,0,0 +11380,0,0,0,0,0 +11381,0,0,0,0,0 +11382,0,0,0,0,0 +11383,0,0,0,0,0 +11384,0,0,0,0,0 +11385,0,0,0,0,0 +11386,0,0,0,0,0 +11387,0,0,0,0,0 +11388,0,0,0,0,0 +11389,0,0,0,0,0 +11390,0,0,0,0,0 +11391,0,0,0,0,0 +11392,0,0,0,0,0 +11393,0,0,0,0,0 +11394,0,0,0,0,0 +11395,0,0,0,0,0 +11396,0,0,0,0,0 +11397,0,0,0,0,0 +11398,0,0,0,0,0 +11399,0,0,0,0,0 +11400,0,0,0,0,0 +11401,0,0,0,0,0 +11402,0,0,0,0,0 +11403,0,0,0,0,0 +11404,0,0,0,0,0 +11405,0,0,0,0,0 +11406,0,0,0,0,0 +11407,0,0,0,0,0 +11408,0,0,0,0,0 +11409,0,0,0,0,0 +11410,0,0,0,0,0 +11411,0,0,0,0,0 +11412,0,0,0,0,0 +11413,0,0,0,0,0 +11414,0,0,0,0,0 +11415,0,0,0,0,0 +11416,0,0,0,0,0 +11417,0,0,0,0,0 +11418,0,0,0,0,0 +11419,0,0,0,0,0 +11420,0,0,0,0,0 +11421,0,0,0,0,0 +11422,0,0,0,0,0 +11423,0,0,0,0,0 +11424,0,0,0,0,0 +11425,0,0,0,0,0 +11426,0,0,0,0,0 +11427,0,0,0,0,0 +11428,0,0,0,0,0 +11429,0,0,0,0,0 +11430,0,0,0,0,0 +11431,0,0,0,0,0 +11432,0,0,0,0,0 +11433,0,0,0,0,0 +11434,0,0,0,0,0 +11435,0,0,0,0,0 +11436,0,0,0,0,0 +11437,0,0,0,0,0 +11438,0,0,0,0,0 +11439,0,0,0,0,0 +11440,0,0,0,0,0 +11441,0,0,0,0,0 +11442,0,0,0,0,0 +11443,0,0,0,0,0 +11444,0,0,0,0,0 +11445,0,0,0,0,0 +11446,0,0,0,0,0 +11447,0,0,0,0,0 +11448,0,0,0,0,0 +11449,0,0,0,0,0 +11450,0,0,0,0,0 +11451,0,0,0,0,0 +11452,0,0,0,0,0 +11453,0,0,0,0,0 +11454,0,0,0,0,0 +11455,0,0,0,0,0 +11456,0,0,0,0,0 +11457,0,0,0,0,0 +11458,0,0,0,0,0 +11459,0,0,0,0,0 +11460,0,0,0,0,0 +11461,0,0,0,0,0 +11462,0,0,0,0,0 +11463,0,0,0,0,0 +11464,0,0,0,0,0 +11465,0,0,0,0,0 +11466,0,0,0,0,0 +11467,0,0,0,0,0 +11468,0,0,0,0,0 +11469,0,0,0,0,0 +11470,0,0,0,0,0 +11471,0,0,0,0,0 +11472,0,0,0,0,0 +11473,0,0,0,0,0 +11474,0,0,0,0,0 +11475,0,0,0,0,0 +11476,0,0,0,0,0 +11477,0,0,0,0,0 +11478,0,0,0,0,0 +11479,0,0,0,0,0 +11480,0,0,0,0,0 +11481,0,0,0,0,0 +11482,0,0,0,0,0 +11483,0,0,0,0,0 +11484,0,0,0,0,0 +11485,0,0,0,0,0 +11486,0,0,0,0,0 +11487,0,0,0,0,0 +11488,0,0,0,0,0 +11489,0,0,0,0,0 +11490,0,0,0,0,0 +11491,0,0,0,0,0 +11492,0,0,0,0,0 +11493,0,0,0,0,0 +11494,0,0,0,0,0 +11495,0,0,0,0,0 +11496,0,0,0,0,0 +11497,0,0,0,0,0 +11498,0,0,0,0,0 +11499,0,0,0,0,0 +11500,0,0,0,0,0 +11501,0,0,0,0,0 +11502,0,0,0,0,0 +11503,0,0,0,0,0 +11504,0,0,0,0,0 +11505,0,0,0,0,0 +11506,0,0,0,0,0 +11507,0,0,0,0,0 +11508,0,0,0,0,0 +11509,0,0,0,0,0 +11510,0,0,0,0,0 +11511,0,0,0,0,0 +11512,0,0,0,0,0 +11513,0,0,0,0,0 +11514,0,0,0,0,0 +11515,0,0,0,0,0 +11516,0,0,0,0,0 +11517,0,0,0,0,0 +11518,0,0,0,0,0 +11519,0,0,0,0,0 +11520,0,0,0,0,0 +11521,0,0,0,0,0 +11522,0,0,0,0,0 +11523,0,0,0,0,0 +11524,0,0,0,0,0 +11525,0,0,0,0,0 +11526,0,0,0,0,0 +11527,0,0,0,0,0 +11528,0,0,0,0,0 +11529,0,0,0,0,0 +11530,0,0,0,0,0 +11531,0,0,0,0,0 +11532,0,0,0,0,0 +11533,0,0,0,0,0 +11534,0,0,0,0,0 +11535,0,0,0,0,0 +11536,0,0,0,0,0 +11537,0,0,0,0,0 +11538,0,0,0,0,0 +11539,0,0,0,0,0 +11540,0,0,0,0,0 +11541,0,0,0,0,0 +11542,0,0,0,0,0 +11543,0,0,0,0,0 +11544,0,0,0,0,0 +11545,0,0,0,0,0 +11546,0,0,0,0,0 +11547,0,0,0,0,0 +11548,0,0,0,0,0 +11549,0,0,0,0,0 +11550,0,0,0,0,0 +11551,0,0,0,0,0 +11552,0,0,0,0,0 +11553,0,0,0,0,0 +11554,0,0,0,0,0 +11555,0,0,0,0,0 +11556,0,0,0,0,0 +11557,0,0,0,0,0 +11558,0,0,0,0,0 +11559,0,0,0,0,0 +11560,0,0,0,0,0 +11561,0,0,0,0,0 +11562,0,0,0,0,0 +11563,0,0,0,0,0 +11564,0,0,0,0,0 +11565,0,0,0,0,0 +11566,0,0,0,0,0 +11567,0,0,0,0,0 +11568,0,0,0,0,0 +11569,0,0,0,0,0 +11570,0,0,0,0,0 +11571,0,0,0,0,0 +11572,0,0,0,0,0 +11573,0,0,0,0,0 +11574,0,0,0,0,0 +11575,0,0,0,0,0 +11576,0,0,0,0,0 +11577,0,0,0,0,0 +11578,0,0,0,0,0 +11579,0,0,0,0,0 +11580,0,0,0,0,0 +11581,0,0,0,0,0 +11582,0,0,0,0,0 +11583,0,0,0,0,0 +11584,0,0,0,0,0 +11585,0,0,0,0,0 +11586,0,0,0,0,0 +11587,0,0,0,0,0 +11588,0,0,0,0,0 +11589,0,0,0,0,0 +11590,0,0,0,0,0 +11591,0,0,0,0,0 +11592,0,0,0,0,0 +11593,0,0,0,0,0 +11594,0,0,0,0,0 +11595,0,0,0,0,0 +11596,0,0,0,0,0 +11597,0,0,0,0,0 +11598,0,0,0,0,0 +11599,0,0,0,0,0 +11600,0,0,0,0,0 +11601,0,0,0,0,0 +11602,0,0,0,0,0 +11603,0,0,0,0,0 +11604,0,0,0,0,0 +11605,0,0,0,0,0 +11606,0,0,0,0,0 +11607,0,0,0,0,0 +11608,0,0,0,0,0 +11609,0,0,0,0,0 +11610,0,0,0,0,0 +11611,0,0,0,0,0 +11612,0,0,0,0,0 +11613,0,0,0,0,0 +11614,0,0,0,0,0 +11615,0,0,0,0,0 +11616,0,0,0,0,0 +11617,0,0,0,0,0 +11618,0,0,0,0,0 +11619,0,0,0,0,0 +11620,0,0,0,0,0 +11621,0,0,0,0,0 +11622,0,0,0,0,0 +11623,0,0,0,0,0 +11624,0,0,0,0,0 +11625,0,0,0,0,0 +11626,0,0,0,0,0 +11627,0,0,0,0,0 +11628,0,0,0,0,0 +11629,0,0,0,0,0 +11630,0,0,0,0,0 +11631,0,0,0,0,0 +11632,0,0,0,0,0 +11633,0,0,0,0,0 +11634,0,0,0,0,0 +11635,0,0,0,0,0 +11636,0,0,0,0,0 +11637,0,0,0,0,0 +11638,0,0,0,0,0 +11639,0,0,0,0,0 +11640,0,0,0,0,0 +11641,0,0,0,0,0 +11642,0,0,0,0,0 +11643,0,0,0,0,0 +11644,0,0,0,0,0 +11645,0,0,0,0,0 +11646,0,0,0,0,0 +11647,0,0,0,0,0 +11648,0,0,0,0,0 +11649,0,0,0,0,0 +11650,0,0,0,0,0 +11651,0,0,0,0,0 +11652,0,0,0,0,0 +11653,0,0,0,0,0 +11654,0,0,0,0,0 +11655,0,0,0,0,0 +11656,0,0,0,0,0 +11657,0,0,0,0,0 +11658,0,0,0,0,0 +11659,0,0,0,0,0 +11660,0,0,0,0,0 +11661,0,0,0,0,0 +11662,0,0,0,0,0 +11663,0,0,0,0,0 +11664,0,0,0,0,0 +11665,0,0,0,0,0 +11666,0,0,0,0,0 +11667,0,0,0,0,0 +11668,0,0,0,0,0 +11669,0,0,0,0,0 +11670,0,0,0,0,0 +11671,0,0,0,0,0 +11672,0,0,0,0,0 +11673,0,0,0,0,0 +11674,0,0,0,0,0 +11675,0,0,0,0,0 +11676,0,0,0,0,0 +11677,0,0,0,0,0 +11678,0,0,0,0,0 +11679,0,0,0,0,0 +11680,0,0,0,0,0 +11681,0,0,0,0,0 +11682,0,0,0,0,0 +11683,0,0,0,0,0 +11684,0,0,0,0,0 +11685,0,0,0,0,0 +11686,0,0,0,0,0 +11687,0,0,0,0,0 +11688,0,0,0,0,0 +11689,0,0,0,0,0 +11690,0,0,0,0,0 +11691,0,0,0,0,0 +11692,0,0,0,0,0 +11693,0,0,0,0,0 +11694,0,0,0,0,0 +11695,0,0,0,0,0 +11696,0,0,0,0,0 +11697,0,0,0,0,0 +11698,0,0,0,0,0 +11699,0,0,0,0,0 +11700,0,0,0,0,0 +11701,0,0,0,0,0 +11702,0,0,0,0,0 +11703,0,0,0,0,0 +11704,0,0,0,0,0 +11705,0,0,0,0,0 +11706,0,0,0,0,0 +11707,0,0,0,0,0 +11708,0,0,0,0,0 +11709,0,0,0,0,0 +11710,0,0,0,0,0 +11711,0,0,0,0,0 +11712,0,0,0,0,0 +11713,0,0,0,0,0 +11714,0,0,0,0,0 +11715,0,0,0,0,0 +11716,0,0,0,0,0 +11717,0,0,0,0,0 +11718,0,0,0,0,0 +11719,0,0,0,0,0 +11720,0,0,0,0,0 +11721,0,0,0,0,0 +11722,0,0,0,0,0 +11723,0,0,0,0,0 +11724,0,0,0,0,0 +11725,0,0,0,0,0 +11726,0,0,0,0,0 +11727,0,0,0,0,0 +11728,0,0,0,0,0 +11729,0,0,0,0,0 +11730,0,0,0,0,0 +11731,0,0,0,0,0 +11732,0,0,0,0,0 +11733,0,0,0,0,0 +11734,0,0,0,0,0 +11735,0,0,0,0,0 +11736,0,0,0,0,0 +11737,0,0,0,0,0 +11738,0,0,0,0,0 +11739,0,0,0,0,0 +11740,0,0,0,0,0 +11741,0,0,0,0,0 +11742,0,0,0,0,0 +11743,0,0,0,0,0 +11744,0,0,0,0,0 +11745,0,0,0,0,0 +11746,0,0,0,0,0 +11747,0,0,0,0,0 +11748,0,0,0,0,0 +11749,0,0,0,0,0 +11750,0,0,0,0,0 +11751,0,0,0,0,0 +11752,0,0,0,0,0 +11753,0,0,0,0,0 +11754,0,0,0,0,0 +11755,0,0,0,0,0 +11756,0,0,0,0,0 +11757,0,0,0,0,0 +11758,0,0,0,0,0 +11759,0,0,0,0,0 +11760,0,0,0,0,0 +11761,0,0,0,0,0 +11762,0,0,0,0,0 +11763,0,0,0,0,0 +11764,0,0,0,0,0 +11765,0,0,0,0,0 +11766,0,0,0,0,0 +11767,0,0,0,0,0 +11768,0,0,0,0,0 +11769,0,0,0,0,0 +11770,0,0,0,0,0 +11771,0,0,0,0,0 +11772,0,0,0,0,0 +11773,0,0,0,0,0 +11774,0,0,0,0,0 +11775,0,0,0,0,0 +11776,0,0,0,0,0 +11777,0,0,0,0,0 +11778,0,0,0,0,0 +11779,0,0,0,0,0 +11780,0,0,0,0,0 +11781,0,0,0,0,0 +11782,0,0,0,0,0 +11783,0,0,0,0,0 +11784,0,0,0,0,0 +11785,0,0,0,0,0 +11786,0,0,0,0,0 +11787,0,0,0,0,0 +11788,0,0,0,0,0 +11789,0,0,0,0,0 +11790,0,0,0,0,0 +11791,0,0,0,0,0 +11792,0,0,0,0,0 +11793,0,0,0,0,0 +11794,0,0,0,0,0 +11795,0,0,0,0,0 +11796,0,0,0,0,0 +11797,0,0,0,0,0 +11798,0,0,0,0,0 +11799,0,0,0,0,0 +11800,0,0,0,0,0 +11801,0,0,0,0,0 +11802,0,0,0,0,0 +11803,0,0,0,0,0 +11804,0,0,0,0,0 +11805,0,0,0,0,0 +11806,0,0,0,0,0 +11807,0,0,0,0,0 +11808,0,0,0,0,0 +11809,0,0,0,0,0 +11810,0,0,0,0,0 +11811,0,0,0,0,0 +11812,0,0,0,0,0 +11813,0,0,0,0,0 +11814,0,0,0,0,0 +11815,0,0,0,0,0 +11816,0,0,0,0,0 +11817,0,0,0,0,0 +11818,0,0,0,0,0 +11819,0,0,0,0,0 +11820,0,0,0,0,0 +11821,0,0,0,0,0 +11822,0,0,0,0,0 +11823,0,0,0,0,0 +11824,0,0,0,0,0 +11825,0,0,0,0,0 +11826,0,0,0,0,0 +11827,0,0,0,0,0 +11828,0,0,0,0,0 +11829,0,0,0,0,0 +11830,0,0,0,0,0 +11831,0,0,0,0,0 +11832,0,0,0,0,0 +11833,0,0,0,0,0 +11834,0,0,0,0,0 +11835,0,0,0,0,0 +11836,0,0,0,0,0 +11837,0,0,0,0,0 +11838,0,0,0,0,0 +11839,0,0,0,0,0 +11840,0,0,0,0,0 +11841,0,0,0,0,0 +11842,0,0,0,0,0 +11843,0,0,0,0,0 +11844,0,0,0,0,0 +11845,0,0,0,0,0 +11846,0,0,0,0,0 +11847,0,0,0,0,0 +11848,0,0,0,0,0 +11849,0,0,0,0,0 +11850,0,0,0,0,0 +11851,0,0,0,0,0 +11852,0,0,0,0,0 +11853,0,0,0,0,0 +11854,0,0,0,0,0 +11855,0,0,0,0,0 +11856,0,0,0,0,0 +11857,0,0,0,0,0 +11858,0,0,0,0,0 +11859,0,0,0,0,0 +11860,0,0,0,0,0 +11861,0,0,0,0,0 +11862,0,0,0,0,0 +11863,0,0,0,0,0 +11864,0,0,0,0,0 +11865,0,0,0,0,0 +11866,0,0,0,0,0 +11867,0,0,0,0,0 +11868,0,0,0,0,0 +11869,0,0,0,0,0 +11870,0,0,0,0,0 +11871,0,0,0,0,0 +11872,0,0,0,0,0 +11873,0,0,0,0,0 +11874,0,0,0,0,0 +11875,0,0,0,0,0 +11876,0,0,0,0,0 +11877,0,0,0,0,0 +11878,0,0,0,0,0 +11879,0,0,0,0,0 +11880,0,0,0,0,0 +11881,0,0,0,0,0 +11882,0,0,0,0,0 +11883,0,0,0,0,0 +11884,0,0,0,0,0 +11885,0,0,0,0,0 +11886,0,0,0,0,0 +11887,0,0,0,0,0 +11888,0,0,0,0,0 +11889,0,0,0,0,0 +11890,0,0,0,0,0 +11891,0,0,0,0,0 +11892,0,0,0,0,0 +11893,0,0,0,0,0 +11894,0,0,0,0,0 +11895,0,0,0,0,0 +11896,0,0,0,0,0 +11897,0,0,0,0,0 +11898,0,0,0,0,0 +11899,0,0,0,0,0 +11900,0,0,0,0,0 +11901,0,0,0,0,0 +11902,0,0,0,0,0 +11903,0,0,0,0,0 +11904,0,0,0,0,0 +11905,0,0,0,0,0 +11906,0,0,0,0,0 +11907,0,0,0,0,0 +11908,0,0,0,0,0 +11909,0,0,0,0,0 +11910,0,0,0,0,0 +11911,0,0,0,0,0 +11912,0,0,0,0,0 +11913,0,0,0,0,0 +11914,0,0,0,0,0 +11915,0,0,0,0,0 +11916,0,0,0,0,0 +11917,0,0,0,0,0 +11918,0,0,0,0,0 +11919,0,0,0,0,0 +11920,0,0,0,0,0 +11921,0,0,0,0,0 +11922,0,0,0,0,0 +11923,0,0,0,0,0 +11924,0,0,0,0,0 +11925,0,0,0,0,0 +11926,0,0,0,0,0 +11927,0,0,0,0,0 +11928,0,0,0,0,0 +11929,0,0,0,0,0 +11930,0,0,0,0,0 +11931,0,0,0,0,0 +11932,0,0,0,0,0 +11933,0,0,0,0,0 +11934,0,0,0,0,0 +11935,0,0,0,0,0 +11936,0,0,0,0,0 +11937,0,0,0,0,0 +11938,0,0,0,0,0 +11939,0,0,0,0,0 +11940,0,0,0,0,0 +11941,-1492.363689,-724.1118698,-1467.187686,-724.0248719,-508.1069193 +11942,-1577.916582,-739.6806131,-1554.40562,-739.5953177,-644.108868 +11943,-1675.966428,-755.4751571,-1650.861095,-755.3922819,-795.2419908 +11944,-1786.339225,-779.6618902,-1759.619174,-779.581533,-955.7094945 +11945,-1869.79899,-789.6175899,-1839.412248,-789.5392874,-1207.056628 +11946,-1733.279886,-730.8923607,-1704.386062,-730.8162255,-1058.470922 +11947,-1839.038145,-778.7016129,-1808.827188,-778.6278878,-1182.404889 +11948,-1858.607067,-788.3312548,-1827.761425,-788.2597268,-1188.205008 +11949,-1858.319787,-789.3896402,-1827.240971,-789.3201553,-1182.050843 +11950,-1847.39452,-785.8023889,-1816.297968,-785.7348416,-1169.885267 +11951,-1832.10708,-780.2696766,-1801.084686,-780.2039917,-1155.522433 +11952,-1816.075714,-774.3432437,-1785.148293,-774.2793605,-1141.074368 +11953,-1496.61547,-768.730084,-1770.117092,-768.6679477,-1127.48476 +11954,-1337.959345,-763.6692369,-1271.998267,-763.6087944,-1115.057647 +11955,-1468.31226,-637.1564476,-1455.752702,-637.0980235,-1058.782198 +11956,-1398.934465,-647.8797203,-1415.306598,-646.6378427,-986.0084183 +11957,-1382.921275,-651.5415447,-1385.667803,-651.5106851,-940.6445288 +11958,-1373.912381,-619.0191423,-1372.711253,-619.0012187,-758.5069679 +11959,-1361.066293,-656.7903158,-1360.482497,-656.7721536,-925.6994748 +11960,-1353.643898,-612.8561195,-1352.895996,-612.8335671,-977.4666534 +11961,-1340.739994,-622.0618478,-1339.739834,-622.0339545,-988.4725299 +11962,-1332.791725,-615.2517537,-1332.41506,-614.1635599,-912.8763916 +11963,-1322.124013,-608.4895001,-1321.196496,-609.9217458,-876.8974094 +11964,-1316.63678,-555.4059486,-1296.763581,-555.3741713,-554.3845516 +11965,-1304.570019,-645.7080474,-1327.848414,-645.6606201,-793.0406375 +11966,-1298.638639,-600.4143668,-1285.723964,-599.5488734,-891.5645766 +11967,-1290.513925,-581.4686023,-1290.236289,-581.4363571,-924.8847707 +11968,-1279.471206,-590.221666,-1278.185234,-590.2002351,-941.4538272 +11969,-1277.675341,-582.8875201,-1272.914833,-582.8677839,-980.680134 +11970,-1264.667324,-579.6970557,-1264.338037,-579.6752134,-629.4205646 +11971,-1262.723672,-574.5095753,-1258.15125,-574.4849563,-774.9563786 +11972,-1253.44627,-571.7140808,-1251.425956,-571.6883052,-846.9349577 +11973,-1245.862928,-567.7192664,-1242.40497,-567.6924779,-881.8993199 +11974,-1241.532242,-564.3743185,-1239.13564,-564.3469649,-970.8357682 +11975,-1233.08667,-560.6078221,-1228.064737,-560.5800927,-575.0618066 +11976,-1229.3405,-557.4879341,-1226.427261,-557.4605698,-726.3605342 +11977,-1222.98123,-555.4404464,-1220.043047,-553.9433341,-805.6877212 +11978,-1208.236368,-511.070554,-1197.417057,-546.6617276,-959.8078724 +11979,-1202.493412,-499.3247966,-1191.651801,-540.823888,-867.6423519 +11980,-1195.352164,-488.6523643,-1181.749946,-538.9422499,-818.303699 +11981,-1187.560636,-477.9978306,-1175.389002,-533.2582102,-790.5300006 +11982,-1052.296846,-444.520668,-1025.136731,-444.5252857,-208.1944151 +11983,-1365.575268,-487.3207785,-1369.937409,-617.6572437,-865.9276 +11984,-1078.680166,-414.7095053,-1050.61141,-506.079767,-378.8922286 +11985,-1179.791034,-419.8435601,-1165.442787,-519.7770686,-577.4246 +11986,-1157.344576,-403.1210233,-1137.772397,-515.1581903,-937.6122731 +11987,-1147.271104,-391.2461201,-1130.373115,-513.687915,-422.1841222 +11988,-1146.785956,-378.3186396,-1123.794265,-508.5863438,-912.0097327 +11989,-1135.208587,-365.3649122,-1116.544802,-506.2511222,-843.8029142 +11990,-1062.326951,-352.2489357,-1034.841249,-450.3326858,-223.0357196 +11991,-1229.027732,-338.9331367,-1215.289461,-573.894918,-878.0159488 +11992,-1070.455838,-326.1595609,-1044.397367,-459.6024648,-299.1410112 +11993,-1126.785894,-313.0362898,-1104.051556,-501.1936776,-894.5921945 +11994,-1111.089519,-299.7899375,-1087.048615,-479.5183828,-301.4962678 +11995,-1100.642855,-285.8502247,-1081.365904,-499.8594396,-515.7155593 +11996,-1102.822998,-272.637589,-1073.935787,-476.9011375,-940.7547213 +11997,-1090.24097,-259.1645455,-1070.346225,-481.2545467,-858.5950557 +11998,-1090.403477,-245.3362058,-1064.092366,-477.8283969,-808.5151938 +11999,-1083.046346,-230.8793093,-1058.099972,-473.7128014,-740.6989745 +12000,-913.796878,-218.0484202,-887.9760166,-388.0705923,-52.91781199 +12001,-150.7458334,181.7699016,-129.0657718,-77.05695835,-332.6384758 +12002,239.7488623,156.5450565,264.9358751,119.2598276,-469.3736118 +12003,79.41207379,40.78573517,79.33087213,36.06509924,113.8684512 +12004,80.79435915,47.25401035,81.14059882,36.77841041,163.5518651 +12005,83.26080356,54.88708442,84.24352634,38.06324835,202.4801096 +12006,86.41058378,62.34228511,88.02914443,39.67759376,233.4821706 +12007,89.8611514,69.1290962,92.03278107,41.41113012,259.9155115 +12008,93.3943017,75.2312661,96.03284986,43.15562821,283.5253841 +12009,96.94294905,80.78803447,99.98221508,44.88406972,304.9818605 +12010,100.4977465,85.93283451,103.8898072,46.5979262,324.5372436 +12011,104.0585817,90.75761036,107.7672657,48.30146853,342.3602728 +12012,107.6224418,95.32292955,111.6187278,49.99604489,358.629251 +12013,111.1839582,99.67249552,115.4437021,51.68098266,373.5284837 +12014,114.7380401,103.8414048,119.2409191,53.35528118,387.2307936 +12015,118.2807147,107.857238,123.0095999,55.01821131,399.8880413 +12016,121.8095393,111.7477788,126.7499638,56.66956129,411.6311415 +12017,125.3228369,115.5316581,130.4625215,58.30930939,422.5719595 +12018,128.8196475,119.2263303,134.1480776,59.93761498,432.8069281 +12019,132.2994238,122.8468443,137.8074967,61.55470192,442.4193985 +12020,135.5797048,126.3226331,141.2594406,63.07800494,451.1503223 +12021,139.209746,129.9133926,145.0540614,64.75753615,460.0610929 +12022,142.637921,133.3762485,148.6404314,66.34266849,468.2031798 +12023,146.0467236,136.8006937,152.2015887,67.91654512,475.9551595 +12024,149.4994693,140.220928,155.8012686,69.50811301,483.4726232 +12025,152.8096335,143.5566036,159.2532637,71.0326838,490.4515889 +12026,156.1657989,146.8971645,162.7463911,72.57608911,497.2654277 +12027,159.5059629,150.2174493,166.2188146,74.11018659,503.8280351 +12028,162.8301433,153.5199273,169.6706596,75.63500074,510.1626268 +12029,166.138451,156.8066679,173.1020977,77.15059154,516.289588 +12030,169.4311747,160.0794594,176.5134398,78.65709387,522.2270441 +12031,172.7086794,163.3398278,179.9050416,80.15466966,527.9910415 +12032,175.9748355,166.5893612,183.2825375,81.64578231,533.5957762 +12033,179.2319436,169.8292471,186.649191,83.13184089,539.0538113 +12034,182.480516,173.060266,190.0055585,84.61306637,544.3762616 +12035,185.7202718,176.2829521,193.3509869,86.08915993,549.5729893 +12036,188.9508276,179.4977243,196.6846594,87.55976487,554.6527935 +12037,192.1719417,182.7049399,200.0059587,89.02462335,559.6235524 +12038,195.3835212,185.9049132,203.3144777,90.48357716,564.4923228 +12039,198.5855977,189.0979253,206.6099738,91.93654427,569.2654777 +12040,201.7782695,192.2842237,209.8922954,93.38348442,573.9487572 +12041,204.9617018,195.4640295,213.1613716,94.82439371,578.5473792 +12042,208.1360939,198.6375385,216.4171812,96.25928977,583.066071 +12043,211.3016998,201.8049291,219.6597669,97.68821795,587.5091688 +12044,214.4587936,204.966359,222.8891999,99.11123506,591.8806139 +12045,217.6076843,208.1219699,226.1055941,100.5284155,596.1840335 +12046,220.7486942,211.271889,229.3090835,101.939841,600.4227459 +12047,223.8744545,214.4127224,232.492116,103.3420978,604.5857928 +12048,226.9952141,217.5490757,235.6647625,104.7397831,608.6939881 +12049,230.1141908,220.6823346,238.830065,106.1342946,612.7551398 +12050,233.2281216,223.8109246,241.9845879,107.5240811,616.7650686 +12051,236.3364964,226.9345085,245.1276578,108.9088472,620.7244257 +12052,239.4393187,230.0529818,248.2591227,110.2885346,624.6346365 +12053,242.5366978,233.1663295,251.3790577,111.663188,628.497391 +12054,245.6287364,236.2745654,254.4876061,113.0328816,632.3143706 +12055,248.7155748,239.3777151,257.584965,114.3977133,636.0872405 +12056,251.7973587,242.4758015,260.6713286,115.7577776,639.8175543 +12057,254.6027849,245.4454425,263.475426,116.9897752,643.0132007 +12058,257.7623511,248.5733361,266.6277847,118.3803992,646.8215895 +12059,260.8925159,251.6849451,269.7448782,119.7552134,650.546647 +12060,263.9990417,277.4611323,272.832473,121.1167928,654.1997721 +12061,267.0782962,559.3478193,275.8869357,122.4635055,657.775016 +12062,277.2329795,521.3259497,286.0187829,126.9778093,674.6188085 +12063,290.7498074,550.7069104,299.5222501,132.9495879,698.1599867 +12064,304.0686782,567.7973224,312.8363331,138.765697,721.8936079 +12065,315.8097982,583.0411189,324.5777726,143.8216931,743.1484037 +12066,325.934484,598.0011892,334.7017178,148.1233515,761.6534733 +12067,334.8024348,613.1096813,343.5635324,151.851275,777.9077286 +12068,342.744041,627.7105287,351.4915389,155.1656692,792.4165603 +12069,349.9766161,642.2536449,358.7022883,158.1702966,805.5227118 +12070,356.6369342,656.6885643,365.3323082,160.9294841,817.4465111 +12071,362.8214619,670.7716067,371.477973,163.487813,828.3475908 +12072,368.6073382,685.2249936,377.2163946,165.8803188,838.3579336 +12073,374.0598355,699.0899823,382.6128753,168.1361615,847.5933975 +12074,379.2341769,713.027601,387.7227258,170.279596,856.1558495 +12075,384.1765024,726.613495,392.5922161,172.3305242,864.1338863 +12076,388.9249163,740.6308884,397.2596088,174.3050716,871.6037544 +12077,393.5107933,754.0340695,401.7564495,176.2162611,878.6308887 +12078,397.959952,767.5440177,406.10873,178.0746048,885.2713949 +12079,402.2937143,780.9147237,410.33794,179.8886217,891.5735055 +12080,406.5296815,793.9419724,414.4618415,181.665214,897.5786643 +12081,410.6824483,807.5325746,418.4951785,183.410002,903.3225962 +12082,414.7640917,820.7049515,422.450165,185.1275507,908.836045 +12083,418.7847686,833.3175364,426.3369678,186.8215898,914.1455575 +12084,422.7532075,846.436605,430.1640335,188.4951585,919.2740207 +12085,426.6765231,859.1832702,433.9384158,190.15075,924.2412339 +12086,430.56046,871.9687275,437.6659948,191.7904041,929.0643007 +12087,434.4097414,884.602918,441.3517039,193.4158039,933.7580542 +12088,438.2282906,896.902215,444.9996731,195.0283338,938.3353374 +12089,442.0194182,909.8686139,448.6133905,196.6291459,942.8073273 +12090,445.7859042,922.0527099,452.1957894,198.219193,947.1837223 +12091,449.5301178,933.6811088,455.7493718,199.7992791,951.4730045 +12092,453.2379195,945.1504858,459.2545017,201.3605966,955.6824782 +12093,456.9019728,956.4025591,462.7008644,202.8985291,959.8185146 +12094,460.5228644,967.522252,466.0888963,204.4132142,963.8866886 +12095,464.1046525,978.6191452,469.4237608,205.9068505,967.8919448 +12096,467.6517217,989.4828948,472.7111256,207.3818258,971.8386156 +12097,471.1677424,1000.371513,475.9557367,208.8400982,975.730549 +12098,474.6555981,1011.028202,479.1613214,210.2831659,979.5711159 +12099,478.1176263,1021.71727,482.3309003,211.7122153,983.3633158 +12100,481.5557773,1032.177462,485.4670006,213.1282201,987.1097831 +12101,484.9717367,1042.677996,488.5718095,214.5320116,990.8128779 +12102,488.3669543,1052.949984,491.647218,215.9242986,994.4746795 +12103,491.7427027,1063.271372,494.6948872,217.3056974,998.0970681 +12104,495.100082,1073.362024,497.7162581,218.6767357,1001.681706 +12105,498.4400985,1083.468243,500.7126123,220.0378795,1005.230118 +12106,501.7637153,1093.493058,503.6850662,221.38953,1008.743653 +12107,505.0718645,1103.336225,506.6346308,222.7320502,1012.223567 +12108,508.3653831,1113.236167,509.5621945,224.0657556,1015.670976 +12109,511.6450414,1122.90542,512.4685766,225.3909385,1019.086936 +12110,514.9115162,1132.602956,515.3545027,226.7078553,1022.472386 +12111,518.165439,1142.227569,518.2206528,228.0167486,1025.828228 +12112,521.407365,1151.667307,521.0676367,229.3178342,1029.155271 +12113,524.6378324,1161.133917,523.8960314,230.6113187,1032.454299 +12114,527.857271,1170.531702,526.7063598,231.8973882,1035.72602 +12115,531.0660478,1179.74351,529.4991236,233.1762237,1038.971126 +12116,534.2644866,1188.98859,532.2747799,234.4479893,1042.190248 +12117,537.4529002,1198.168523,535.033773,235.712847,1045.384008 +12118,540.6315751,1206.665656,537.7765088,236.9709438,1048.552972 +12119,543.800808,1216.451099,540.50339,238.2224283,1143.471092 +12120,546.960856,1224.953801,543.2147793,239.4674332,1161.629986 +12121,550.070645,1236.698003,545.8696978,240.6873018,1175.000254 +12122,553.360493,1245.905691,548.6974562,241.9826818,1198.392935 +12123,556.7514678,1255.125696,551.6198778,243.3192318,1211.295508 +12124,560.1505317,1264.085165,554.5445282,244.6562894,1223.646274 +12125,563.514273,1272.798029,557.4281557,245.9749605,1235.556501 +12126,566.8343541,1281.657983,560.2585305,247.2722179,1247.430096 +12127,570.1156374,1298.607956,563.0459451,248.5471002,1258.82483 +12128,573.6585095,1308.715531,566.025421,249.8603902,1270.386598 +12129,601.1802552,1323.358632,569.0262187,251.192771,1281.527513 +12130,742.1010579,1335.312518,571.9712216,252.515796,1292.464789 +12131,682.0720515,1347.155019,574.8427375,253.815583,1303.666438 +12132,714.5432123,1358.788981,577.6436191,255.0879371,1313.985619 +12133,729.5620925,1370.223866,673.7970781,256.3383618,1324.943196 +12134,742.7616449,1381.72834,671.3460703,257.5703976,1335.291753 +12135,755.5551022,1392.825905,672.7146721,258.7839741,1345.54314 +12136,768.5654279,1403.922118,689.9652894,259.9833768,1356.109256 +12137,780.9515132,1414.979775,700.4328141,261.1701344,1365.913762 +12138,793.6148149,1425.79863,710.322388,262.3427552,1375.887888 +12139,805.6390777,1436.551741,720.4355165,263.5046471,1386.027051 +12140,818.2171786,1447.181151,729.9686839,317.5287056,1395.6854 +12141,829.8945613,1457.633343,739.7444156,315.5674597,1405.402928 +12142,842.2615277,1468.129927,748.9389667,286.5028752,1414.983461 +12143,853.8371333,1478.438437,758.5783048,314.256433,1424.298887 +12144,865.6456947,1488.469915,767.4418135,321.0057131,1433.942614 +12145,877.4732486,1498.682818,776.9024525,321.2855989,1443.084595 +12146,888.7019486,1508.588817,785.4146865,327.4633851,1452.29178 +12147,900.3542065,1518.453855,794.7259254,332.1193782,1461.37285 +12148,911.7422296,1528.202911,803.138158,336.7845258,1470.357293 +12149,922.8392187,1537.842949,812.0186503,341.2728034,1479.053937 +12150,934.0095391,1547.380286,820.304894,345.8927596,1488.174527 +12151,945.0444333,1554.579011,830.0921129,350.7296134,1496.953497 +12152,955.8585121,1561.260848,839.6126476,355.5409853,1505.272443 +12153,966.5817695,1567.766293,848.7429361,360.3940488,1513.946722 +12154,976.8604128,1573.821366,858.4755635,365.2385426,1522.395766 +12155,987.625954,1579.65562,867.718143,369.9809191,1530.742301 +12156,998.0155706,1585.286381,876.9295894,374.6643282,1539.024898 +12157,1007.93856,1590.498696,886.424932,379.5171737,1547.196449 +12158,1018.698995,1595.550499,895.663561,383.9959743,1555.096476 +12159,1028.448269,1600.488539,904.4672787,388.7728231,1563.535163 +12160,1038.908433,1605.063052,913.9825444,393.2599095,1571.265311 +12161,1038.523012,1601.552845,915.0299131,394.688023,1578.969445 +12162,1046.636409,1604.552222,922.3929719,398.3291787,1586.63549 +12163,1055.792874,1607.981377,930.8193398,402.5548009,1594.297668 +12164,1064.49572,1611.417479,938.9493376,406.9223455,1601.964922 +12165,1074.170611,1614.772409,947.2595051,410.7536292,1609.468366 +12166,1082.805064,1618.01402,955.904295,415.2106844,1617.000433 +12167,1092.153007,1621.127864,963.8370193,419.2332515,1624.358654 +12168,1100.89351,1624.107606,972.3048848,423.4693037,1631.744621 +12169,1110.090266,1626.950901,980.3416291,427.4161813,1638.953697 +12170,1118.721485,1629.657328,988.7080757,431.6135822,1646.195435 +12171,1127.519088,1632.227512,996.6736409,435.7039721,1653.259099 +12172,1136.478052,1634.662515,1004.742959,439.6598995,1660.330342 +12173,1145.211334,1636.890995,1012.995737,443.7878987,1667.336932 +12174,1153.657051,1639.164425,1021.032397,447.686964,1674.203553 +12175,1162.482527,1641.151971,1028.889992,451.6700037,1681.11081 +12176,1170.759773,1643.14494,1037.030272,455.6774005,1687.842972 +12177,1179.36591,1644.819776,1045.005226,459.733499,1694.59494 +12178,1187.587502,1646.525232,1052.726183,463.4134738,1701.29434 +12179,1196.086303,1648.043383,1060.561667,467.3784757,1707.852178 +12180,1204.190062,1649.449187,1068.488038,471.2906938,1714.430939 +12181,1095.011426,1597.156485,958.3224229,421.8530202,1489.663321 +12182,1101.395984,1597.28694,964.8592926,424.6853776,1493.917953 +12183,1108.191278,1597.638904,971.1853217,428.1273089,1497.299872 +12184,1115.809812,1598.042402,978.0695472,431.3997438,1501.956508 +12185,1122.926686,1598.41019,984.7973891,434.8201667,1506.636661 +12186,1130.223124,1598.718513,992.1180741,438.15173,1511.205412 +12187,1137.627318,1598.95064,999.2052373,441.8308479,1516.473387 +12188,1144.875507,1599.097402,1005.879067,444.934444,1521.238472 +12189,1152.262348,1599.154349,1013.08607,448.6313392,1526.180866 +12190,1159.178911,1599.119837,1020.062777,451.9619694,1531.151072 +12191,1167.024289,1598.993386,1026.835726,455.4081368,1536.096758 +12192,1174.161503,1598.77523,1034.279174,458.8181387,1541.043307 +12193,1182.827203,1598.465933,1041.022704,462.2350436,1545.984586 +12194,1190.481537,1597.993237,1048.07435,465.5227564,1550.919109 +12195,1199.142651,1597.609662,1055.011075,469.1063774,1555.84426 +12196,1207.367485,1596.981546,1062.016926,472.5376668,1560.720804 +12197,1215.786162,1596.401452,1068.943356,475.5842751,1565.676026 +12198,1223.794124,1595.543979,1075.88369,479.2868528,1570.539779 +12199,1232.904737,1594.758751,1082.806833,482.521863,1575.421217 +12200,1240.959863,1593.827376,1089.716807,485.9054309,1580.241618 +12201,1249.568733,1592.824141,1096.577312,489.2574247,1584.786794 +12202,1257.91561,1591.888613,1103.511944,492.4617413,1590.140728 +12203,1266.540141,1591.493816,1110.356971,496.0224004,1594.659123 +12204,1274.92061,1589.159362,1117.179262,499.3917656,1599.584282 +12205,1269.834606,1571.668044,1121.105025,501.2331634,1604.446596 +12206,1276.264928,1569.973081,1127.498451,504.4995947,1609.017259 +12207,1283.878005,1566.205746,1134.162088,507.5082658,1613.656116 +12208,1291.538251,1563.916539,1140.766768,510.9917623,1618.482702 +12209,1299.455763,1561.525538,1147.368662,514.0820169,1623.030587 +12210,1307.402218,1559.176869,1153.682118,517.3327681,1627.814219 +12211,1314.901678,1556.354242,1160.431189,520.387709,1632.43015 +12212,1322.539172,1553.431847,1166.440698,523.409948,1637.065649 +12213,1330.004237,1550.445479,1172.497482,526.4127185,1641.614502 +12214,1337.636927,1547.403494,1178.700017,529.2064239,1646.320854 +12215,1345.094599,1544.309166,1184.684498,532.4827119,1650.705369 +12216,1352.723018,1541.164053,1190.802227,535.2904459,1655.304246 +12217,1360.171253,1537.969369,1196.776299,538.2690085,1659.897643 +12218,1367.791626,1534.725835,1202.771274,541.1996281,1664.211659 +12219,1375.221255,1531.434439,1208.728208,544.1179606,1668.802463 +12220,1382.83085,1528.095779,1214.399804,547.0233166,1673.188456 +12221,1390.238397,1524.710842,1220.566723,549.8000172,1677.611593 +12222,1397.772113,1521.280331,1226.426969,552.7836347,1681.949038 +12223,1405.296543,1517.805296,1232.088776,555.6633987,1686.461627 +12224,1412.677006,1514.286477,1238.053708,558.189794,1691.702137 +12225,1419.628482,1510.725026,1244.006724,561.4810087,1704.063292 +12226,1427.901085,1507.195199,1249.422573,564.158133,1696.372365 +12227,1434.853119,1503.446338,1255.492207,566.9072346,1692.999812 +12228,1442.500756,1499.81288,1261.200214,569.8231494,1714.799216 +12229,1449.688742,1496.079956,1266.72456,572.6363077,1710.309282 +12230,1457.208137,1492.320201,1272.599685,575.5432528,1716.373615 +12231,1464.498354,1488.524358,1278.293407,578.0979926,1720.536169 +12232,1471.837139,1484.693263,1283.735784,581.0118247,1724.761247 +12233,1479.079306,1480.828189,1289.494664,583.6642921,1728.918394 +12234,1486.529316,1476.930171,1295.205834,586.4719824,1733.070593 +12235,1493.57659,1473.000557,1300.542827,589.2663781,1737.259034 +12236,1500.980008,1469.040343,1306.305403,591.839734,1741.270603 +12237,1508.135836,1465.050913,1311.867234,594.7048572,1745.404074 +12238,1515.337519,1461.033283,1317.13037,597.1194872,1747.333434 +12239,1522.506299,1456.989022,1322.963516,600.1680761,1750.598596 +12240,1529.582977,1452.919082,1328.779444,602.7130814,1752.948697 +12241,1295.447695,1338.354892,1090.752494,495.7340874,1318.2348 +12242,1295.102331,1331.104192,1091.311954,495.6547747,1273.260471 +12243,1298.290853,1324.864517,1091.832452,496.2561796,1270.502091 +12244,1301.759562,1318.852707,1093.926498,497.3299428,1269.949377 +12245,1305.520366,1313.104932,1096.110357,498.534531,1269.416841 +12246,1308.979868,1307.311709,1098.567118,499.8371392,1269.445706 +12247,1313.94608,1301.72865,1101.236771,500.9770688,1269.729192 +12248,1300.307117,1283.151736,1102.030772,501.9271625,1270.429555 +12249,1302.004154,1275.715973,1104.320682,502.9947921,1270.923935 +12250,1304.816397,1268.951987,1106.827442,504.3777927,1271.618764 +12251,1307.897701,1262.614343,1109.605913,505.764258,1272.459471 +12252,1311.290326,1256.362808,1112.20321,507.1763553,1273.472277 +12253,1314.733751,1250.224619,1114.999775,508.6063688,1274.448001 +12254,1318.265964,1244.165502,1117.724144,510.0502523,1275.573141 +12255,1321.763845,1240.272638,1120.616439,511.5071884,1276.569601 +12256,1325.374982,1236.121608,1123.417857,512.975164,1277.855177 +12257,1329.130057,1231.821943,1126.340837,514.4532334,1279.024893 +12258,1332.783197,1227.633916,1129.091962,515.9403987,1280.232722 +12259,1336.519747,1223.467496,1132.115784,517.6723225,1281.604484 +12260,1340.270216,1219.334096,1134.990109,518.8181124,1282.941671 +12261,1344.042557,1215.232619,1137.937726,520.5006493,1284.225291 +12262,1347.832848,1211.161819,1140.892544,522.0047655,1285.596662 +12263,1351.636952,1207.120902,1143.864148,523.4906359,1287.088176 +12264,1355.387898,1203.108835,1146.843628,525.0375631,1288.491083 +12265,1359.315291,1199.125016,1149.840974,526.593906,1289.971016 +12266,1363.166483,1195.168592,1152.847441,528.0950666,1291.465763 +12267,1366.915768,1191.300503,1155.809188,529.6578691,1292.985914 +12268,1370.740189,1187.307218,1158.836891,531.2018993,1294.522528 +12269,1374.677373,1183.472488,1161.900224,532.7792486,1296.08466 +12270,1378.471783,1179.611353,1164.916962,534.2959582,1297.665519 +12271,1382.73789,1175.950731,1167.588876,535.7114991,1299.215109 +12272,1387.113882,1172.342948,1170.074702,537.0741926,1300.917807 +12273,1391.549884,1168.766108,1172.823583,538.4532229,1302.575036 +12274,1396.023533,1165.151889,1175.22331,539.7572555,1304.146851 +12275,1400.622288,1161.70699,1177.747808,540.8458723,1305.795359 +12276,1405.019842,1158.14923,1180.260969,542.5769424,1310.037246 +12277,1409.674853,1154.660663,1182.763375,543.728935,1310.443306 +12278,1414.370705,1151.179324,1185.196046,545.049488,1313.971898 +12279,1418.819,1147.772943,1187.823062,546.3801345,1313.610214 +12280,1423.490783,1144.234419,1190.159735,547.6810549,1318.891875 +12281,1428.15689,1140.839082,1192.670056,549.0084239,1316.048137 +12282,1432.787604,1137.411609,1195.038383,550.1975425,1324.311987 +12283,1437.487727,1133.995626,1201.32734,551.5554398,1317.427193 +12284,1442.228838,1130.601771,1197.934426,552.7740909,1301.756038 +12285,1446.974076,1127.21009,1209.255183,554.1053399,1335.19313 +12286,1451.634678,1123.839939,1199.082168,555.3431873,1321.189478 +12287,1456.578903,1120.471258,1220.282569,556.6243197,1326.716031 +12288,1461.226821,1117.12314,1195.515033,557.8407052,1328.16729 +12289,1466.191037,1113.775679,1211.041928,559.1519106,1330.301035 +12290,1470.796459,1110.448298,1217.26247,560.3336798,1331.829149 +12291,1475.911399,1107.121186,1215.321936,561.6702685,1333.910268 +12292,1480.648803,1103.813864,1218.831625,562.7947037,1334.13458 +12293,1485.483603,1100.569571,1221.179469,564.028036,1335.454722 +12294,1490.282334,1097.133109,1223.490891,565.2417675,1336.303824 +12295,1495.377202,1093.975088,1225.856267,566.4562007,1337.2153 +12296,1500.177066,1090.651277,1227.987413,567.6955462,1338.188814 +12297,1505.2142,1087.394684,1230.41485,568.8547486,1339.276406 +12298,1510.109286,1084.138768,1232.628058,570.0751153,1340.298693 +12299,1515.168975,1080.891849,1234.961774,571.2636775,1341.214485 +12300,1520.099645,1077.653877,1237.11193,572.4512526,1342.285426 +12301,1760.76216,1180.923949,1474.676632,680.446267,1769.829164 +12302,1769.932529,1179.830634,1481.112348,683.4227422,1778.218821 +12303,1777.624279,1177.858627,1485.930105,685.6480878,1790.780193 +12304,1784.757718,1175.855242,1490.296501,688.4550143,1781.945794 +12305,1792.018944,1173.552918,1503.464007,690.1659629,1797.068085 +12306,1798.679415,1171.138763,1484.78267,692.2061477,1790.094218 +12307,1805.433138,1168.847107,1508.475276,694.1321295,1797.170191 +12308,1812.265919,1167.020506,1520.617234,695.993662,1799.594954 +12309,1818.647409,1170.301545,1494.574476,697.7645471,1807.701841 +12310,1825.376845,1155.05881,1511.412974,699.5831112,1805.379182 +12311,1831.842072,1169.373567,1526.631815,701.3458951,1809.910921 +12312,1838.4393,1142.647071,1516.27531,703.0335554,1818.261356 +12313,1844.865389,1173.114042,1520.825309,704.7255398,1814.786171 +12314,1851.556289,1130.265975,1535.553477,706.396767,1819.01373 +12315,1861.105783,1171.039247,1514.062243,708.0444187,1822.611942 +12316,1864.22735,1125.263517,1550.928887,709.6685809,1825.226082 +12317,1877.645272,1160.5006,1522.996183,711.2392131,1827.776579 +12318,1869.943455,1127.597129,1548.404443,712.8431905,1830.573836 +12319,1880.167486,1144.82142,1538.527871,714.373452,1833.182437 +12320,1893.471654,1133.562139,1545.682188,715.9349918,1840.64986 +12321,1895.139305,1133.897182,1547.876921,717.4248997,1832.334907 +12322,1902.679954,1130.558294,1550.702369,718.8963615,1846.719094 +12323,1909.24131,1128.198632,1553.495198,720.4200716,1843.0705 +12324,1915.629044,1125.545592,1556.257085,721.867088,1845.603007 +12325,1921.970743,1122.956574,1558.932577,723.287916,1848.609883 +12326,1928.586774,1120.347366,1561.554004,724.7324397,1851.331136 +12327,1934.716317,1117.815855,1564.304315,726.1098556,1853.292804 +12328,1941.302639,1115.091087,1566.891495,727.5184077,1860.370317 +12329,1947.617984,1112.532481,1569.419687,728.8617184,1852.474672 +12330,1954.122352,1109.90264,1572.030286,730.236065,1865.060956 +12331,1960.278853,1106.915668,1573.744654,731.2369197,1862.681629 +12332,1966.471948,1103.841709,1575.322329,732.1719524,1864.186422 +12333,1972.669088,1100.720597,1576.787945,733.1081841,1866.785801 +12334,1979.002933,1097.562312,1578.174995,733.8776654,1873.636674 +12335,1985.007821,1094.3718,1579.470024,734.7193019,1871.206506 +12336,1991.323007,1091.15466,1580.701937,735.4815325,1872.63307 +12337,1997.529041,1087.910425,1581.854772,736.2174428,1874.984223 +12338,2003.766725,1084.641802,1582.94198,736.9198879,1881.816241 +12339,2010.19702,1081.351129,1583.961725,737.5907069,1875.170276 +12340,2016.342668,1078.038847,1584.919834,738.2300445,1888.486503 +12341,2022.593437,1074.706731,1585.847266,738.7884277,1880.619829 +12342,2029.064134,1071.427552,1586.62521,739.4423697,1887.566279 +12343,2035.403512,1067.958207,1587.42733,739.9594225,1887.167353 +12344,2041.514761,1064.626179,1588.140589,740.4916666,1887.450775 +12345,2048.0114,1061.215567,1588.791279,741.0358814,1888.290838 +12346,2054.457167,1057.728284,1589.402632,741.4248643,1889.52227 +12347,2060.905177,1054.399784,1589.90909,741.8961331,1888.769905 +12348,2075.089467,1050.906658,1590.393073,742.2963601,1887.608056 +12349,2063.311108,1047.461455,1590.810231,742.6775222,1886.330293 +12350,2084.08447,1044.065162,1591.059497,743.0327726,1885.006009 +12351,2086.478706,1040.488368,1591.544845,743.3627648,1883.655385 +12352,2093.214586,1037.054052,1591.731469,743.6680077,1882.318551 +12353,2099.927136,1033.553979,1591.970706,743.9490354,1881.017126 +12354,2106.532938,1030.058557,1592.128606,744.2062601,1879.755388 +12355,2113.317229,1026.558827,1592.239308,744.440121,1878.536419 +12356,2119.87934,1023.055748,1592.338915,744.6509881,1877.360653 +12357,2126.751236,1019.550436,1592.32477,744.8392593,1876.225129 +12358,2192.583019,1019.470418,1595.144425,746.2144896,1875.08444 +12359,2132.734815,1016.575278,1595.659587,746.5858562,1874.070193 +12360,2210.060651,1013.332173,1595.78271,746.8220885,1873.142429 +12361,2227.507303,1032.73382,1645.517292,769.7314414,1873.985018 +12362,2254.166806,1030.596699,1643.97794,771.2140395,1879.40197 +12363,2259.431872,1028.008935,1647.07569,772.1378783,1886.405526 +12364,2279.512504,1025.238339,1648.127747,772.969582,1892.675253 +12365,2263.622443,1022.363957,1648.715226,773.5627592,1897.685419 +12366,2318.138322,1019.42118,1649.67821,774.1272721,1901.54215 +12367,2259.856157,1016.503208,1650.057366,774.6078758,1904.54698 +12368,2344.921851,1013.320056,1650.535505,775.0362278,1907.445308 +12369,2300.608132,1010.435066,1650.857487,775.4250777,1909.939905 +12370,2324.95232,1007.332786,1651.059054,775.8301792,1911.565568 +12371,2333.493039,1004.29024,1651.239029,776.0691783,1913.008066 +12372,2340.810306,1001.233468,1651.329401,776.3922155,1914.686363 +12373,2349.426754,998.175656,1651.349776,776.6386044,1916.502982 +12374,2357.915659,995.119158,1651.324753,776.8627644,1918.373067 +12375,2366.438431,992.1322635,1651.212652,777.0579459,1920.233134 +12376,2374.621409,988.9902527,1651.061843,777.1710559,1922.036747 +12377,2383.379119,985.9977082,1650.83809,777.3881038,1923.76681 +12378,2391.668091,982.9596374,1650.5597,777.4612301,1925.414 +12379,2400.076987,979.9431582,1650.224455,777.552749,1926.970952 +12380,2408.571983,976.8756403,1649.824,777.6095139,1928.444707 +12381,2416.764999,973.9825669,1649.390411,777.6395567,1929.847076 +12382,2425.409833,970.9674735,1649.023151,777.6431594,1931.187839 +12383,2433.793605,968.0912351,1648.264672,777.6207763,1932.465407 +12384,2442.106442,965.0663859,1647.753253,777.5724333,1933.680954 +12385,2450.614881,962.2037939,1647.036447,777.4982622,1934.848899 +12386,2458.779869,959.3099201,1646.34276,777.3984537,1935.980412 +12387,2467.462997,956.4516929,1645.501048,777.2736369,1937.082316 +12388,2483.950924,953.6208819,1644.808959,777.1233938,1938.349745 +12389,2472.29758,950.9238367,1643.846101,777.0616176,1939.357233 +12390,2505.589398,948.533013,1642.998661,777.2330275,1940.33822 +12391,2495.307734,946.2913269,1642.525134,777.688437,1941.471814 +12392,2506.03124,944.2011166,1642.242862,778.2502673,1942.302052 +12393,2512.276395,942.2593994,1641.918087,778.8510068,1942.966466 +12394,2517.777255,940.22572,1641.613464,779.5285219,1943.620737 +12395,2523.493682,938.2762714,1641.313754,780.2024604,1944.20978 +12396,2529.180771,936.3438231,1641.009042,780.9238803,1944.748564 +12397,2534.708671,934.4355524,1640.694826,781.681343,1945.254736 +12398,2540.186278,932.549354,1640.342702,782.4683337,1945.73418 +12399,2545.461396,930.7446755,1640.042776,783.2824515,1946.188224 +12400,2550.505904,928.8082147,1639.671389,784.1218625,1946.619654 +12401,2555.91843,927.0215359,1639.320218,784.9850384,1947.037426 +12402,2560.812023,925.1990774,1638.941416,785.8705425,1947.43712 +12403,2565.813712,923.4008455,1638.551902,786.7771434,1947.808862 +12404,2570.595757,921.6169171,1638.148794,787.7036319,1948.152429 +12405,2575.386351,919.8463452,1637.731605,788.6490002,1948.470994 +12406,2580.044888,918.0882801,1637.300236,789.6122445,1948.968098 +12407,2584.677314,916.3420582,1636.854851,790.5925355,1949.230953 +12408,2589.091601,914.5467524,1636.39521,791.5890234,1949.469575 +12409,2593.360186,912.9103724,1635.912426,792.6010295,1949.691095 +12410,2597.924093,911.213546,1635.437274,793.6278282,1949.904896 +12411,2602.080899,909.4303969,1634.929922,794.6688747,1950.105783 +12412,2606.234018,907.777058,1634.54403,795.7235462,1950.280727 +12413,2610.286136,906.081551,1633.815165,796.8453057,1950.423466 +12414,2614.327118,904.403426,1633.362821,797.845818,1950.542142 +12415,2618.169293,902.7337302,1632.783923,798.9767687,1950.645015 +12416,2622.023129,901.07205,1632.215507,800.0728655,1950.731451 +12417,2633.545477,899.4180604,1631.636142,801.1883857,1951.021652 +12418,2618.567915,897.7719999,1631.007686,802.3151898,1951.04683 +12419,2644.340852,896.1330055,1630.414169,803.4524581,1951.031112 +12420,2634.062873,894.5011753,1629.791221,804.59998,1951.253078 +12421,2560.674333,859.7524008,1549.250259,772.5832111,1949.82985 +12422,2567.405242,857.6996068,1552.166555,773.4024513,1938.181639 +12423,2568.582111,855.831555,1548.696492,774.2915861,1924.367158 +12424,2571.287746,853.9206557,1548.017889,775.1920575,1913.512121 +12425,2574.542108,852.174429,1546.767915,776.2419976,1905.871905 +12426,2577.11669,850.375742,1545.564137,777.1935697,1901.071461 +12427,2579.813703,848.4975527,1544.331962,778.2042078,1897.956066 +12428,2582.347927,846.7430782,1543.121964,779.2185141,1895.858607 +12429,2584.874358,844.9488558,1541.875806,780.2433606,1894.390627 +12430,2587.319809,843.1709851,1540.743747,781.2778633,1893.338646 +12431,2589.660863,841.4007844,1539.320738,782.321426,1892.579089 +12432,2591.960402,839.6376878,1538.119083,783.3733638,1892.039616 +12433,2594.250713,837.8814993,1536.809824,784.4870068,1891.676848 +12434,2596.298665,836.1319234,1535.514404,785.4747523,1891.451375 +12435,2605.973933,834.3887588,1534.24217,786.5873818,1891.567098 +12436,2589.889908,832.6522548,1532.908216,787.6605194,1891.518179 +12437,2613.720726,830.8658734,1531.584655,788.7480048,1891.51381 +12438,2593.857663,829.2788766,1530.246848,789.8418052,1891.58328 +12439,2616.849178,827.4400383,1528.897069,790.9415172,1891.742383 +12440,2597.568077,825.7754611,1527.510389,792.0468582,1891.877802 +12441,2620.074771,824.0610518,1526.173229,793.1575245,1892.09283 +12442,2608.552273,822.3607023,1524.776145,794.2732411,1892.518004 +12443,2612.994668,820.6666616,1523.379406,795.3939752,1892.7669 +12444,2614.857874,818.9782337,1521.962145,796.5191275,1892.936238 +12445,2616.059243,817.2956707,1520.666477,797.6486845,1893.182716 +12446,2617.342636,815.6189606,1519.082657,798.7280727,1893.436738 +12447,2618.599261,813.948057,1517.713549,799.9462722,1893.686637 +12448,2619.848439,812.2828463,1516.237326,801.0489624,1893.940114 +12449,2621.037045,810.6773665,1514.769321,802.2022318,1894.198128 +12450,2622.117888,808.9444454,1513.332204,803.3505202,1894.457546 +12451,2626.622921,807.3707706,1511.926708,804.8300172,1894.823198 +12452,2632.429131,805.7633889,1510.544815,806.3962896,1895.464205 +12453,2638.187002,804.1722718,1509.157678,808.0131197,1896.412561 +12454,2644.257033,802.5346932,1507.754925,809.6704127,1897.59143 +12455,2650.932597,801.0349632,1506.331798,811.3649016,1898.930309 +12456,2657.34142,799.4255853,1504.95394,813.0952483,1900.36353 +12457,2664.02529,797.8674619,1503.616113,814.8610985,1901.83642 +12458,2670.935403,796.306894,1502.021171,816.6622406,1903.327558 +12459,2677.900424,794.8050886,1499.508065,818.4988408,1904.845428 +12460,2684.96771,793.1773508,1497.225479,820.3709388,1906.650226 +12461,2699.771914,791.6701496,1498.343664,822.2787455,1908.611336 +12462,2697.788062,790.1230649,1486.000757,824.2227434,1910.696587 +12463,2707.681317,788.5891937,1512.879217,826.2031063,1912.597043 +12464,2715.844999,787.0603871,1467.02153,828.2198368,1914.541436 +12465,2723.735479,785.5367294,1519.070556,830.273451,1916.618437 +12466,2731.478122,784.0183501,1461.471988,832.3643384,1918.693555 +12467,2739.619912,782.5044463,1516.193195,834.4927482,1920.602159 +12468,2747.466657,780.9958828,1458.117645,836.6589202,1922.45062 +12469,2763.728117,779.4916355,1503.080467,838.8631087,1924.589897 +12470,2755.534634,777.9925476,1474.372699,841.1061899,1926.509705 +12471,2782.345069,776.4976862,1479.714704,843.3879177,1928.392027 +12472,2780.750121,775.0586249,1481.521421,845.7088059,1930.575185 +12473,2791.134348,773.4936743,1484.244373,848.0968554,1932.601795 +12474,2800.35201,772.0513981,1466.025176,850.4773684,1934.536277 +12475,2809.650326,770.5112385,1483.026568,852.9427227,1936.807109 +12476,2825.171695,769.1146441,1466.863529,855.4037278,1938.862183 +12477,2827.137926,767.6545913,1473.738548,857.9511282,1941.238622 +12478,2836.674181,766.1225474,1488.980158,860.5217892,1943.268536 +12479,2846.895877,764.693881,1438.166393,863.1321814,1945.278759 +12480,2863.426354,763.2259241,1480.567633,865.8766231,1947.703155 +12481,2712.776471,695.9787066,1307.815193,802.2468786,1947.905629 +12482,2721.716934,693.1134544,1307.649862,804.2161255,1931.212148 +12483,2731.265117,691.5011648,1304.858738,806.5576963,1909.294777 +12484,2748.370386,689.5916915,1301.976028,808.9091604,1891.093926 +12485,2748.481712,687.7633401,1299.526759,811.5148041,1878.378865 +12486,2760.383853,686.1040054,1297.150746,814.0312185,1869.707418 +12487,2769.31609,684.3388979,1294.619696,816.6931938,1695.299169 +12488,2785.576936,682.5825781,1292.057451,819.4339068,1756.185337 +12489,2787.133344,680.8416183,1289.49676,822.0960977,1752.978076 +12490,2806.368026,679.1067541,1286.93248,824.879098,1744.109539 +12491,2809.873837,677.3797351,1284.36646,827.8066817,1736.20535 +12492,2827.734692,675.6621558,1281.79777,830.6780118,1749.223573 +12493,2831.89572,673.9512046,1279.313017,833.652355,1733.082975 +12494,2841.598314,672.245845,1276.511827,836.6738035,1742.326653 +12495,2858.923711,670.5473936,1274.111834,839.7503556,1740.176377 +12496,2871.860793,668.8094684,1271.44123,842.8829581,1739.061624 +12497,2876.445568,667.1849794,1268.846697,846.1592404,1739.148582 +12498,2883.292751,665.470061,1266.230098,849.3441612,1738.748329 +12499,2892.134562,663.7970353,1263.516975,852.633043,1738.67692 +12500,2896.931245,662.1220224,1261.00706,856.0801547,1738.239135 +12501,2900.976202,660.4510182,1258.302213,859.4392188,1738.047147 +12502,2905.263962,658.7839993,1273.659055,862.9940982,1738.000377 +12503,2910.084455,657.0785435,1226.124542,866.4730263,1737.857317 +12504,2915.386512,655.4819084,1263.185196,870.1543289,1737.793166 +12505,2920.947119,653.7973799,1245.103189,873.7587329,1737.76507 +12506,2926.765004,652.1526401,1244.528609,877.5723142,1737.745241 +12507,2932.831056,650.5056357,1242.383234,881.3082272,1737.837604 +12508,2939.091608,650.7519622,1243.898399,881.4974844,1737.895095 +12509,2943.788432,649.5001947,1242.110697,884.2129339,1737.967384 +12510,2947.349769,648.0500963,1239.78877,887.265944,1732.308771 +12511,2951.162864,646.1003294,1236.271845,888.5293109,1746.420959 +12512,2954.769028,644.0300773,1232.374807,889.4169057,1729.464908 +12513,2957.781842,641.9003454,1228.393208,890.0090085,1747.067796 +12514,2960.044171,639.7281138,1224.385742,890.6335158,1730.007021 +12515,2961.720326,637.4793943,1220.24727,890.9759408,1747.59191 +12516,2962.817357,635.302702,1215.974559,891.3662775,1730.262037 +12517,2963.32978,633.0078964,1211.752836,891.4800412,1742.427144 +12518,2963.663921,630.7217379,1207.419304,891.6548139,1739.033898 +12519,2963.740729,628.4040138,1202.954616,891.5536345,1739.413839 +12520,2963.469111,626.0613904,1198.397702,891.4263689,1739.836457 +12521,2962.931594,623.6948056,1194.033336,891.2051936,1739.987273 +12522,2962.141054,621.264286,1189.317482,890.8852954,1740.20897 +12523,2961.108889,618.9098255,1184.750699,890.4676283,1740.377126 +12524,2959.846056,616.4465477,1179.993032,889.9532098,1740.517705 +12525,2958.361626,613.9951069,1175.319228,889.3431392,1740.644841 +12526,2956.664842,611.5162433,1170.387189,888.6382776,1740.744627 +12527,2954.761943,609.0159686,1165.821308,887.8395905,1740.816662 +12528,2952.656715,606.4557266,1160.712077,886.9478285,1740.982426 +12529,2950.350083,603.9700792,1155.932267,885.9638617,1740.819724 +12530,2947.851781,601.3806405,1150.902614,884.888369,1740.864007 +12531,2945.175104,598.8036951,1145.895613,883.7221803,1740.763136 +12532,2942.326821,596.2012277,1140.914654,882.4659616,1740.737721 +12533,2939.309736,593.537113,1135.797219,881.1050239,1740.573293 +12534,2936.117551,590.8405162,1130.699165,879.6663077,1740.408561 +12535,2932.754721,588.2223912,1125.431375,878.0848754,1740.177796 +12536,2897.916619,585.5034959,1120.344373,876.6145486,1739.917893 +12537,2861.633449,582.7984165,1115.131781,874.7957902,1739.51329 +12538,2859.9831,580.0693705,1109.827206,873.0638703,1739.214459 +12539,2848.786206,577.3226114,1104.614755,871.1906309,1738.855603 +12540,2824.759098,574.5578455,1099.236978,869.2460538,1738.442638 +12541,1877.858848,571.4542899,878.8189275,867.0121853,1735.25977 +12542,1977.939232,699.8451757,915.2205004,996.486671,2172.94211 +12543,2103.737487,700.3865225,959.6278464,996.9595074,2257.568574 +12544,2197.903402,695.8701842,990.0803593,994.1643634,2305.517479 +12545,2255.617297,693.2298758,1006.896065,991.6143026,2322.967674 +12546,2292.275911,690.1602545,1017.092267,987.7403401,2328.929418 +12547,2316.420898,687.0498945,1023.855439,983.3741302,2330.506084 +12548,2333.002391,683.9284387,1028.746444,978.5576487,2330.312793 +12549,2344.717473,680.7829076,1032.519878,973.8769257,2329.487049 +12550,2352.949726,677.5722314,1035.522791,968.8080044,2328.803528 +12551,2358.459729,674.4508379,1037.925932,963.6414695,2328.161221 +12552,2361.744787,671.2142365,1039.831407,958.2348865,2327.574762 +12553,2363.186774,668.0000317,1041.315067,952.834338,2327.039435 +12554,2363.099592,664.761749,1042.439979,947.2007931,2325.929243 +12555,2361.715871,661.5073283,1043.26001,941.3095375,2320.364538 +12556,2359.227745,658.1936091,1043.820935,935.3351744,2310.999504 +12557,2355.799689,654.9671669,1044.15961,929.313108,2318.508254 +12558,2351.573058,651.6295658,1044.307007,923.0044614,2309.908428 +12559,2346.666659,648.3110944,1044.289828,916.5972223,2311.466854 +12560,2341.175291,644.9653395,1044.12986,910.0190866,2311.916895 +12561,2335.174962,641.5987402,1043.845541,903.2765381,2311.173591 +12562,2328.726752,638.1677546,1043.452737,896.294435,2310.298068 +12563,2321.878336,634.8136284,1042.964591,889.2824935,2309.153364 +12564,2314.666287,632.2016383,1042.392021,881.6683258,2308.135206 +12565,2307.012009,628.6729449,1041.776641,874.9271648,2301.06734 +12566,2299.122121,625.0858253,1041.107457,868.2129857,2310.343956 +12567,2291.119402,621.4615764,1040.372203,860.8386135,2300.139461 +12568,2283.035254,617.7459338,1039.585188,867.9631077,2308.09404 +12569,2274.751917,614.3582055,1038.734274,821.7457012,2296.516774 +12570,2266.047673,610.771483,1037.82291,853.2718846,2299.528738 +12571,2256.662912,608.1051762,1036.865717,812.4544345,2299.224792 +12572,2247.205961,605.3374529,1035.902781,829.5387415,2297.318366 +12573,2238.140533,600.6761449,1034.9533,784.9502813,2295.343282 +12574,2225.403888,597.9636209,1033.947532,777.9734227,2293.803905 +12575,2210.41981,595.167925,1032.913315,771.3503724,2285.702034 +12576,2195.858306,592.6515334,1031.890528,765.5075178,2295.744339 +12577,2182.454115,589.9815915,1030.892773,759.9432977,2282.408261 +12578,2170.350003,587.522582,1029.925744,754.5179959,2285.619436 +12579,2159.347101,584.8628233,1028.981881,749.3275054,2284.016852 +12580,2149.208461,582.4968191,1028.059814,744.1987013,2281.248068 +12581,2139.754065,579.8779584,1027.152978,739.2893971,2278.84483 +12582,2130.860187,577.4899634,1026.261829,734.4307019,2276.567291 +12583,2122.438703,574.923996,1025.380965,729.8003551,2274.238758 +12584,2114.422031,572.5537463,1024.512126,724.9815501,2265.705929 +12585,2106.788988,569.9747224,1023.667319,720.5447522,2275.896 +12586,2099.457608,567.680917,1022.832302,715.9416989,2259.629028 +12587,2033.326424,565.133623,1021.981352,711.6601203,2264.214377 +12588,1918.092407,562.8145778,1021.142032,707.0753832,2261.301225 +12589,1974.318961,560.3163946,1020.3082,702.9794697,2257.754511 +12590,1932.584667,558.0141657,1019.465454,698.5901338,2254.981538 +12591,1917.974198,555.5387504,1018.631576,694.500098,2252.370187 +12592,1900.535733,553.2234959,1017.80232,690.307091,2249.548673 +12593,1879.433093,550.8239408,1016.976705,686.2328724,2246.685583 +12594,1871.225024,548.5410832,1016.15219,682.1185261,2237.7481 +12595,1852.346947,546.1177287,1015.328289,678.1463405,2248.519735 +12596,1837.647909,543.8851567,1014.516611,674.1971968,2230.115759 +12597,1822.272818,541.4798334,1013.696267,670.2564287,2236.445748 +12598,1808.536148,539.2371084,1012.877499,666.3079136,2232.284997 +12599,1793.592746,536.9078225,1012.065911,662.5374088,2228.658854 +12600,1762.085263,534.6989659,1011.24789,658.6182157,2225.914821 +12601,0,0,0,0,0 +12602,0,0,0,0,0 +12603,0,0,0,0,0 +12604,0,0,0,0,0 +12605,0,0,0,0,0 +12606,0,0,0,0,0 +12607,0,0,0,0,0 +12608,0,0,0,0,0 +12609,0,0,0,0,0 +12610,0,0,0,0,0 +12611,0,0,0,0,0 +12612,0,0,0,0,0 +12613,0,0,0,0,0 +12614,0,0,0,0,0 +12615,0,0,0,0,0 +12616,0,0,0,0,0 +12617,0,0,0,0,0 +12618,0,0,0,0,0 +12619,0,0,0,0,0 +12620,0,0,0,0,0 +12621,0,0,0,0,0 +12622,0,0,0,0,0 +12623,0,0,0,0,0 +12624,0,0,0,0,0 +12625,0,0,0,0,0 +12626,0,0,0,0,0 +12627,0,0,0,0,0 +12628,0,0,0,0,0 +12629,0,0,0,0,0 +12630,0,0,0,0,0 +12631,0,0,0,0,0 +12632,0,0,0,0,0 +12633,0,0,0,0,0 +12634,0,0,0,0,0 +12635,0,0,0,0,0 +12636,0,0,0,0,0 +12637,0,0,0,0,0 +12638,0,0,0,0,0 +12639,0,0,0,0,0 +12640,0,0,0,0,0 +12641,0,0,0,0,0 +12642,0,0,0,0,0 +12643,0,0,0,0,0 +12644,0,0,0,0,0 +12645,0,0,0,0,0 +12646,0,0,0,0,0 +12647,0,0,0,0,0 +12648,0,0,0,0,0 +12649,0,0,0,0,0 +12650,0,0,0,0,0 +12651,0,0,0,0,0 +12652,0,0,0,0,0 +12653,0,0,0,0,0 +12654,0,0,0,0,0 +12655,0,0,0,0,0 +12656,0,0,0,0,0 +12657,0,0,0,0,0 +12658,0,0,0,0,0 +12659,0,0,0,0,0 +12660,0,0,0,0,0 +12661,0,0,0,0,0 +12662,0,0,0,0,0 +12663,0,0,0,0,0 +12664,0,0,0,0,0 +12665,0,0,0,0,0 +12666,0,0,0,0,0 +12667,0,0,0,0,0 +12668,0,0,0,0,0 +12669,0,0,0,0,0 +12670,0,0,0,0,0 +12671,0,0,0,0,0 +12672,0,0,0,0,0 +12673,0,0,0,0,0 +12674,0,0,0,0,0 +12675,0,0,0,0,0 +12676,0,0,0,0,0 +12677,0,0,0,0,0 +12678,0,0,0,0,0 +12679,0,0,0,0,0 +12680,0,0,0,0,0 +12681,0,0,0,0,0 +12682,0,0,0,0,0 +12683,0,0,0,0,0 +12684,0,0,0,0,0 +12685,0,0,0,0,0 +12686,0,0,0,0,0 +12687,0,0,0,0,0 +12688,0,0,0,0,0 +12689,0,0,0,0,0 +12690,0,0,0,0,0 +12691,0,0,0,0,0 +12692,0,0,0,0,0 +12693,0,0,0,0,0 +12694,0,0,0,0,0 +12695,0,0,0,0,0 +12696,0,0,0,0,0 +12697,0,0,0,0,0 +12698,0,0,0,0,0 +12699,0,0,0,0,0 +12700,0,0,0,0,0 +12701,0,0,0,0,0 +12702,0,0,0,0,0 +12703,0,0,0,0,0 +12704,0,0,0,0,0 +12705,0,0,0,0,0 +12706,0,0,0,0,0 +12707,0,0,0,0,0 +12708,0,0,0,0,0 +12709,0,0,0,0,0 +12710,0,0,0,0,0 +12711,0,0,0,0,0 +12712,0,0,0,0,0 +12713,0,0,0,0,0 +12714,0,0,0,0,0 +12715,0,0,0,0,0 +12716,0,0,0,0,0 +12717,0,0,0,0,0 +12718,0,0,0,0,0 +12719,0,0,0,0,0 +12720,0,0,0,0,0 +12721,0,0,0,0,0 +12722,0,0,0,0,0 +12723,0,0,0,0,0 +12724,0,0,0,0,0 +12725,0,0,0,0,0 +12726,0,0,0,0,0 +12727,0,0,0,0,0 +12728,0,0,0,0,0 +12729,0,0,0,0,0 +12730,0,0,0,0,0 +12731,0,0,0,0,0 +12732,0,0,0,0,0 +12733,0,0,0,0,0 +12734,0,0,0,0,0 +12735,0,0,0,0,0 +12736,0,0,0,0,0 +12737,0,0,0,0,0 +12738,0,0,0,0,0 +12739,0,0,0,0,0 +12740,0,0,0,0,0 +12741,0,0,0,0,0 +12742,0,0,0,0,0 +12743,0,0,0,0,0 +12744,0,0,0,0,0 +12745,0,0,0,0,0 +12746,0,0,0,0,0 +12747,0,0,0,0,0 +12748,0,0,0,0,0 +12749,0,0,0,0,0 +12750,0,0,0,0,0 +12751,0,0,0,0,0 +12752,0,0,0,0,0 +12753,0,0,0,0,0 +12754,0,0,0,0,0 +12755,0,0,0,0,0 +12756,0,0,0,0,0 +12757,0,0,0,0,0 +12758,0,0,0,0,0 +12759,0,0,0,0,0 +12760,0,0,0,0,0 +12761,0,0,0,0,0 +12762,0,0,0,0,0 +12763,0,0,0,0,0 +12764,0,0,0,0,0 +12765,0,0,0,0,0 +12766,0,0,0,0,0 +12767,0,0,0,0,0 +12768,0,0,0,0,0 +12769,0,0,0,0,0 +12770,0,0,0,0,0 +12771,0,0,0,0,0 +12772,0,0,0,0,0 +12773,0,0,0,0,0 +12774,0,0,0,0,0 +12775,0,0,0,0,0 +12776,0,0,0,0,0 +12777,0,0,0,0,0 +12778,0,0,0,0,0 +12779,0,0,0,0,0 +12780,0,0,0,0,0 +12781,0,0,0,0,0 +12782,0,0,0,0,0 +12783,0,0,0,0,0 +12784,0,0,0,0,0 +12785,0,0,0,0,0 +12786,0,0,0,0,0 +12787,0,0,0,0,0 +12788,0,0,0,0,0 +12789,0,0,0,0,0 +12790,0,0,0,0,0 +12791,0,0,0,0,0 +12792,0,0,0,0,0 +12793,0,0,0,0,0 +12794,0,0,0,0,0 +12795,0,0,0,0,0 +12796,0,0,0,0,0 +12797,0,0,0,0,0 +12798,0,0,0,0,0 +12799,0,0,0,0,0 +12800,0,0,0,0,0 +12801,0,0,0,0,0 +12802,0,0,0,0,0 +12803,0,0,0,0,0 +12804,0,0,0,0,0 +12805,0,0,0,0,0 +12806,0,0,0,0,0 +12807,0,0,0,0,0 +12808,0,0,0,0,0 +12809,0,0,0,0,0 +12810,0,0,0,0,0 +12811,0,0,0,0,0 +12812,0,0,0,0,0 +12813,0,0,0,0,0 +12814,0,0,0,0,0 +12815,0,0,0,0,0 +12816,0,0,0,0,0 +12817,0,0,0,0,0 +12818,0,0,0,0,0 +12819,0,0,0,0,0 +12820,0,0,0,0,0 +12821,0,0,0,0,0 +12822,0,0,0,0,0 +12823,0,0,0,0,0 +12824,0,0,0,0,0 +12825,0,0,0,0,0 +12826,0,0,0,0,0 +12827,0,0,0,0,0 +12828,0,0,0,0,0 +12829,0,0,0,0,0 +12830,0,0,0,0,0 +12831,0,0,0,0,0 +12832,0,0,0,0,0 +12833,0,0,0,0,0 +12834,0,0,0,0,0 +12835,0,0,0,0,0 +12836,0,0,0,0,0 +12837,0,0,0,0,0 +12838,0,0,0,0,0 +12839,0,0,0,0,0 +12840,0,0,0,0,0 +12841,0,0,0,0,0 +12842,0,0,0,0,0 +12843,0,0,0,0,0 +12844,0,0,0,0,0 +12845,0,0,0,0,0 +12846,0,0,0,0,0 +12847,0,0,0,0,0 +12848,0,0,0,0,0 +12849,0,0,0,0,0 +12850,0,0,0,0,0 +12851,0,0,0,0,0 +12852,0,0,0,0,0 +12853,0,0,0,0,0 +12854,0,0,0,0,0 +12855,0,0,0,0,0 +12856,0,0,0,0,0 +12857,0,0,0,0,0 +12858,0,0,0,0,0 +12859,0,0,0,0,0 +12860,0,0,0,0,0 +12861,0,0,0,0,0 +12862,0,0,0,0,0 +12863,0,0,0,0,0 +12864,0,0,0,0,0 +12865,0,0,0,0,0 +12866,0,0,0,0,0 +12867,0,0,0,0,0 +12868,0,0,0,0,0 +12869,0,0,0,0,0 +12870,0,0,0,0,0 +12871,0,0,0,0,0 +12872,0,0,0,0,0 +12873,0,0,0,0,0 +12874,0,0,0,0,0 +12875,0,0,0,0,0 +12876,0,0,0,0,0 +12877,0,0,0,0,0 +12878,0,0,0,0,0 +12879,0,0,0,0,0 +12880,0,0,0,0,0 +12881,0,0,0,0,0 +12882,0,0,0,0,0 +12883,0,0,0,0,0 +12884,0,0,0,0,0 +12885,0,0,0,0,0 +12886,0,0,0,0,0 +12887,0,0,0,0,0 +12888,0,0,0,0,0 +12889,0,0,0,0,0 +12890,0,0,0,0,0 +12891,0,0,0,0,0 +12892,0,0,0,0,0 +12893,0,0,0,0,0 +12894,0,0,0,0,0 +12895,0,0,0,0,0 +12896,0,0,0,0,0 +12897,0,0,0,0,0 +12898,0,0,0,0,0 +12899,0,0,0,0,0 +12900,0,0,0,0,0 +12901,0,0,0,0,0 +12902,0,0,0,0,0 +12903,0,0,0,0,0 +12904,0,0,0,0,0 +12905,0,0,0,0,0 +12906,0,0,0,0,0 +12907,0,0,0,0,0 +12908,0,0,0,0,0 +12909,0,0,0,0,0 +12910,0,0,0,0,0 +12911,0,0,0,0,0 +12912,0,0,0,0,0 +12913,0,0,0,0,0 +12914,0,0,0,0,0 +12915,0,0,0,0,0 +12916,0,0,0,0,0 +12917,0,0,0,0,0 +12918,0,0,0,0,0 +12919,0,0,0,0,0 +12920,0,0,0,0,0 +12921,0,0,0,0,0 +12922,0,0,0,0,0 +12923,0,0,0,0,0 +12924,0,0,0,0,0 +12925,0,0,0,0,0 +12926,0,0,0,0,0 +12927,0,0,0,0,0 +12928,0,0,0,0,0 +12929,0,0,0,0,0 +12930,0,0,0,0,0 +12931,0,0,0,0,0 +12932,0,0,0,0,0 +12933,0,0,0,0,0 +12934,0,0,0,0,0 +12935,0,0,0,0,0 +12936,0,0,0,0,0 +12937,0,0,0,0,0 +12938,0,0,0,0,0 +12939,0,0,0,0,0 +12940,0,0,0,0,0 +12941,0,0,0,0,0 +12942,0,0,0,0,0 +12943,0,0,0,0,0 +12944,0,0,0,0,0 +12945,0,0,0,0,0 +12946,0,0,0,0,0 +12947,0,0,0,0,0 +12948,0,0,0,0,0 +12949,0,0,0,0,0 +12950,0,0,0,0,0 +12951,0,0,0,0,0 +12952,0,0,0,0,0 +12953,0,0,0,0,0 +12954,0,0,0,0,0 +12955,0,0,0,0,0 +12956,0,0,0,0,0 +12957,0,0,0,0,0 +12958,0,0,0,0,0 +12959,0,0,0,0,0 +12960,0,0,0,0,0 +12961,0,0,0,0,0 +12962,0,0,0,0,0 +12963,0,0,0,0,0 +12964,0,0,0,0,0 +12965,0,0,0,0,0 +12966,0,0,0,0,0 +12967,0,0,0,0,0 +12968,0,0,0,0,0 +12969,0,0,0,0,0 +12970,0,0,0,0,0 +12971,0,0,0,0,0 +12972,0,0,0,0,0 +12973,0,0,0,0,0 +12974,0,0,0,0,0 +12975,0,0,0,0,0 +12976,0,0,0,0,0 +12977,0,0,0,0,0 +12978,0,0,0,0,0 +12979,0,0,0,0,0 +12980,0,0,0,0,0 +12981,0,0,0,0,0 +12982,0,0,0,0,0 +12983,0,0,0,0,0 +12984,0,0,0,0,0 +12985,0,0,0,0,0 +12986,0,0,0,0,0 +12987,0,0,0,0,0 +12988,0,0,0,0,0 +12989,0,0,0,0,0 +12990,0,0,0,0,0 +12991,0,0,0,0,0 +12992,0,0,0,0,0 +12993,0,0,0,0,0 +12994,0,0,0,0,0 +12995,0,0,0,0,0 +12996,0,0,0,0,0 +12997,0,0,0,0,0 +12998,0,0,0,0,0 +12999,0,0,0,0,0 +13000,0,0,0,0,0 +13001,0,0,0,0,0 +13002,0,0,0,0,0 +13003,0,0,0,0,0 +13004,0,0,0,0,0 +13005,0,0,0,0,0 +13006,0,0,0,0,0 +13007,0,0,0,0,0 +13008,0,0,0,0,0 +13009,0,0,0,0,0 +13010,0,0,0,0,0 +13011,0,0,0,0,0 +13012,0,0,0,0,0 +13013,0,0,0,0,0 +13014,0,0,0,0,0 +13015,0,0,0,0,0 +13016,0,0,0,0,0 +13017,0,0,0,0,0 +13018,0,0,0,0,0 +13019,0,0,0,0,0 +13020,0,0,0,0,0 +13021,0,0,0,0,0 +13022,0,0,0,0,0 +13023,0,0,0,0,0 +13024,0,0,0,0,0 +13025,0,0,0,0,0 +13026,0,0,0,0,0 +13027,0,0,0,0,0 +13028,0,0,0,0,0 +13029,0,0,0,0,0 +13030,0,0,0,0,0 +13031,0,0,0,0,0 +13032,0,0,0,0,0 +13033,0,0,0,0,0 +13034,0,0,0,0,0 +13035,0,0,0,0,0 +13036,0,0,0,0,0 +13037,0,0,0,0,0 +13038,0,0,0,0,0 +13039,0,0,0,0,0 +13040,0,0,0,0,0 +13041,0,0,0,0,0 +13042,0,0,0,0,0 +13043,0,0,0,0,0 +13044,0,0,0,0,0 +13045,0,0,0,0,0 +13046,0,0,0,0,0 +13047,0,0,0,0,0 +13048,0,0,0,0,0 +13049,0,0,0,0,0 +13050,0,0,0,0,0 +13051,0,0,0,0,0 +13052,0,0,0,0,0 +13053,0,0,0,0,0 +13054,0,0,0,0,0 +13055,0,0,0,0,0 +13056,0,0,0,0,0 +13057,0,0,0,0,0 +13058,0,0,0,0,0 +13059,0,0,0,0,0 +13060,0,0,0,0,0 +13061,0,0,0,0,0 +13062,0,0,0,0,0 +13063,0,0,0,0,0 +13064,0,0,0,0,0 +13065,0,0,0,0,0 +13066,0,0,0,0,0 +13067,0,0,0,0,0 +13068,0,0,0,0,0 +13069,0,0,0,0,0 +13070,0,0,0,0,0 +13071,0,0,0,0,0 +13072,0,0,0,0,0 +13073,0,0,0,0,0 +13074,0,0,0,0,0 +13075,0,0,0,0,0 +13076,0,0,0,0,0 +13077,0,0,0,0,0 +13078,0,0,0,0,0 +13079,0,0,0,0,0 +13080,0,0,0,0,0 +13081,0,0,0,0,0 +13082,0,0,0,0,0 +13083,0,0,0,0,0 +13084,0,0,0,0,0 +13085,0,0,0,0,0 +13086,0,0,0,0,0 +13087,0,0,0,0,0 +13088,0,0,0,0,0 +13089,0,0,0,0,0 +13090,0,0,0,0,0 +13091,0,0,0,0,0 +13092,0,0,0,0,0 +13093,0,0,0,0,0 +13094,0,0,0,0,0 +13095,0,0,0,0,0 +13096,0,0,0,0,0 +13097,0,0,0,0,0 +13098,0,0,0,0,0 +13099,0,0,0,0,0 +13100,0,0,0,0,0 +13101,0,0,0,0,0 +13102,0,0,0,0,0 +13103,0,0,0,0,0 +13104,0,0,0,0,0 +13105,0,0,0,0,0 +13106,0,0,0,0,0 +13107,0,0,0,0,0 +13108,0,0,0,0,0 +13109,0,0,0,0,0 +13110,0,0,0,0,0 +13111,0,0,0,0,0 +13112,0,0,0,0,0 +13113,0,0,0,0,0 +13114,0,0,0,0,0 +13115,0,0,0,0,0 +13116,0,0,0,0,0 +13117,0,0,0,0,0 +13118,0,0,0,0,0 +13119,0,0,0,0,0 +13120,0,0,0,0,0 +13121,0,0,0,0,0 +13122,0,0,0,0,0 +13123,0,0,0,0,0 +13124,0,0,0,0,0 +13125,0,0,0,0,0 +13126,0,0,0,0,0 +13127,0,0,0,0,0 +13128,0,0,0,0,0 +13129,0,0,0,0,0 +13130,0,0,0,0,0 +13131,0,0,0,0,0 +13132,0,0,0,0,0 +13133,0,0,0,0,0 +13134,0,0,0,0,0 +13135,0,0,0,0,0 +13136,0,0,0,0,0 +13137,0,0,0,0,0 +13138,0,0,0,0,0 +13139,0,0,0,0,0 +13140,0,0,0,0,0 +13141,0,0,0,0,0 +13142,0,0,0,0,0 +13143,0,0,0,0,0 +13144,0,0,0,0,0 +13145,0,0,0,0,0 +13146,0,0,0,0,0 +13147,0,0,0,0,0 +13148,0,0,0,0,0 +13149,0,0,0,0,0 +13150,0,0,0,0,0 +13151,0,0,0,0,0 +13152,0,0,0,0,0 +13153,0,0,0,0,0 +13154,0,0,0,0,0 +13155,0,0,0,0,0 +13156,0,0,0,0,0 +13157,0,0,0,0,0 +13158,0,0,0,0,0 +13159,0,0,0,0,0 +13160,0,0,0,0,0 +13161,0,0,0,0,0 +13162,0,0,0,0,0 +13163,0,0,0,0,0 +13164,0,0,0,0,0 +13165,0,0,0,0,0 +13166,0,0,0,0,0 +13167,0,0,0,0,0 +13168,0,0,0,0,0 +13169,0,0,0,0,0 +13170,0,0,0,0,0 +13171,0,0,0,0,0 +13172,0,0,0,0,0 +13173,0,0,0,0,0 +13174,0,0,0,0,0 +13175,0,0,0,0,0 +13176,0,0,0,0,0 +13177,0,0,0,0,0 +13178,0,0,0,0,0 +13179,0,0,0,0,0 +13180,0,0,0,0,0 +13181,0,0,0,0,0 +13182,0,0,0,0,0 +13183,0,0,0,0,0 +13184,0,0,0,0,0 +13185,0,0,0,0,0 +13186,0,0,0,0,0 +13187,0,0,0,0,0 +13188,0,0,0,0,0 +13189,0,0,0,0,0 +13190,0,0,0,0,0 +13191,0,0,0,0,0 +13192,0,0,0,0,0 +13193,0,0,0,0,0 +13194,0,0,0,0,0 +13195,0,0,0,0,0 +13196,0,0,0,0,0 +13197,0,0,0,0,0 +13198,0,0,0,0,0 +13199,0,0,0,0,0 +13200,0,0,0,0,0 +13201,0,0,0,0,0 +13202,0,0,0,0,0 +13203,0,0,0,0,0 +13204,0,0,0,0,0 +13205,0,0,0,0,0 +13206,0,0,0,0,0 +13207,0,0,0,0,0 +13208,0,0,0,0,0 +13209,0,0,0,0,0 +13210,0,0,0,0,0 +13211,0,0,0,0,0 +13212,0,0,0,0,0 +13213,0,0,0,0,0 +13214,0,0,0,0,0 +13215,0,0,0,0,0 +13216,0,0,0,0,0 +13217,0,0,0,0,0 +13218,0,0,0,0,0 +13219,0,0,0,0,0 +13220,0,0,0,0,0 +13221,0,0,0,0,0 +13222,0,0,0,0,0 +13223,0,0,0,0,0 +13224,0,0,0,0,0 +13225,0,0,0,0,0 +13226,0,0,0,0,0 +13227,0,0,0,0,0 +13228,0,0,0,0,0 +13229,0,0,0,0,0 +13230,0,0,0,0,0 +13231,0,0,0,0,0 +13232,0,0,0,0,0 +13233,0,0,0,0,0 +13234,0,0,0,0,0 +13235,0,0,0,0,0 +13236,0,0,0,0,0 +13237,0,0,0,0,0 +13238,0,0,0,0,0 +13239,0,0,0,0,0 +13240,0,0,0,0,0 +13241,0,0,0,0,0 +13242,0,0,0,0,0 +13243,0,0,0,0,0 +13244,0,0,0,0,0 +13245,0,0,0,0,0 +13246,0,0,0,0,0 +13247,0,0,0,0,0 +13248,0,0,0,0,0 +13249,0,0,0,0,0 +13250,0,0,0,0,0 +13251,0,0,0,0,0 +13252,0,0,0,0,0 +13253,0,0,0,0,0 +13254,0,0,0,0,0 +13255,0,0,0,0,0 +13256,0,0,0,0,0 +13257,0,0,0,0,0 +13258,0,0,0,0,0 +13259,0,0,0,0,0 +13260,0,0,0,0,0 +13261,0,0,0,0,0 +13262,0,0,0,0,0 +13263,0,0,0,0,0 +13264,0,0,0,0,0 +13265,0,0,0,0,0 +13266,0,0,0,0,0 +13267,0,0,0,0,0 +13268,0,0,0,0,0 +13269,0,0,0,0,0 +13270,0,0,0,0,0 +13271,0,0,0,0,0 +13272,0,0,0,0,0 +13273,0,0,0,0,0 +13274,0,0,0,0,0 +13275,0,0,0,0,0 +13276,0,0,0,0,0 +13277,0,0,0,0,0 +13278,0,0,0,0,0 +13279,0,0,0,0,0 +13280,0,0,0,0,0 +13281,0,0,0,0,0 +13282,0,0,0,0,0 +13283,0,0,0,0,0 +13284,0,0,0,0,0 +13285,0,0,0,0,0 +13286,0,0,0,0,0 +13287,0,0,0,0,0 +13288,0,0,0,0,0 +13289,0,0,0,0,0 +13290,0,0,0,0,0 +13291,0,0,0,0,0 +13292,0,0,0,0,0 +13293,0,0,0,0,0 +13294,0,0,0,0,0 +13295,0,0,0,0,0 +13296,0,0,0,0,0 +13297,0,0,0,0,0 +13298,0,0,0,0,0 +13299,0,0,0,0,0 +13300,0,0,0,0,0 +13301,0,0,0,0,0 +13302,0,0,0,0,0 +13303,0,0,0,0,0 +13304,0,0,0,0,0 +13305,0,0,0,0,0 +13306,0,0,0,0,0 +13307,0,0,0,0,0 +13308,0,0,0,0,0 +13309,0,0,0,0,0 +13310,0,0,0,0,0 +13311,0,0,0,0,0 +13312,0,0,0,0,0 +13313,0,0,0,0,0 +13314,0,0,0,0,0 +13315,0,0,0,0,0 +13316,0,0,0,0,0 +13317,0,0,0,0,0 +13318,0,0,0,0,0 +13319,0,0,0,0,0 +13320,0,0,0,0,0 +13321,0,0,0,0,0 +13322,0,0,0,0,0 +13323,0,0,0,0,0 +13324,0,0,0,0,0 +13325,0,0,0,0,0 +13326,0,0,0,0,0 +13327,0,0,0,0,0 +13328,0,0,0,0,0 +13329,0,0,0,0,0 +13330,0,0,0,0,0 +13331,0,0,0,0,0 +13332,0,0,0,0,0 +13333,0,0,0,0,0 +13334,0,0,0,0,0 +13335,0,0,0,0,0 +13336,0,0,0,0,0 +13337,0,0,0,0,0 +13338,0,0,0,0,0 +13339,0,0,0,0,0 +13340,0,0,0,0,0 +13341,0,0,0,0,0 +13342,0,0,0,0,0 +13343,0,0,0,0,0 +13344,0,0,0,0,0 +13345,0,0,0,0,0 +13346,0,0,0,0,0 +13347,0,0,0,0,0 +13348,0,0,0,0,0 +13349,0,0,0,0,0 +13350,0,0,0,0,0 +13351,0,0,0,0,0 +13352,0,0,0,0,0 +13353,0,0,0,0,0 +13354,0,0,0,0,0 +13355,0,0,0,0,0 +13356,0,0,0,0,0 +13357,0,0,0,0,0 +13358,0,0,0,0,0 +13359,0,0,0,0,0 +13360,0,0,0,0,0 +13361,0,0,0,0,0 +13362,0,0,0,0,0 +13363,0,0,0,0,0 +13364,0,0,0,0,0 +13365,0,0,0,0,0 +13366,0,0,0,0,0 +13367,0,0,0,0,0 +13368,0,0,0,0,0 +13369,0,0,0,0,0 +13370,0,0,0,0,0 +13371,0,0,0,0,0 +13372,0,0,0,0,0 +13373,0,0,0,0,0 +13374,0,0,0,0,0 +13375,0,0,0,0,0 +13376,0,0,0,0,0 +13377,0,0,0,0,0 +13378,0,0,0,0,0 +13379,0,0,0,0,0 +13380,0,0,0,0,0 +13381,-2327.756712,-1002.653917,-2296.123804,-1002.525892,-1946.543125 +13382,-1748.560791,-748.1483939,-1723.578993,-748.0208633,-1065.185596 +13383,-1826.894557,-775.2114614,-1795.784811,-775.0871163,-1100.608001 +13384,-1854.589345,-786.8365196,-1822.582314,-786.7158731,-1117.449086 +13385,-1800.188792,-764.1145417,-1769.125219,-763.9972994,-1086.748141 +13386,-1777.146017,-754.950224,-1746.385175,-754.8365508,-1074.320647 +13387,-1799.512315,-765.1399766,-1768.071148,-765.0300431,-1087.4925 +13388,-1799.05307,-765.6788981,-1767.400198,-765.5724881,-1086.553796 +13389,-1787.743259,-761.6096771,-1756.101347,-761.5066497,-1078.820236 +13390,-1190.404224,-738.8627855,-1531.703903,-738.7628625,-1044.524781 +13391,-1254.372669,-642.8094913,-1054.823889,-642.7134429,-1028.157274 +13392,-1305.59272,-542.9578078,-1358.009982,-542.8618567,-1032.126128 +13393,-1241.895525,-608.525748,-1245.100443,-608.432984,-957.0110077 +13394,-1231.28233,-576.6261774,-1228.724496,-576.5369389,-863.7280862 +13395,-1221.162855,-570.1634703,-1220.029562,-569.0891664,-874.8101312 +13396,-1210.633688,-564.8886797,-1206.17574,-565.7254745,-856.5886707 +13397,-1200.085997,-559.2803559,-1201.303494,-559.2109991,-860.8316154 +13398,-1191.791629,-554.8396094,-1186.464682,-553.9798956,-920.87908 +13399,-1181.828833,-550.1246839,-1183.434931,-550.0642733,-956.5328165 +13400,-1176.426471,-544.6948753,-1168.967682,-544.6436185,-976.5883208 +13401,-1163.640865,-541.0745854,-1165.078393,-541.0253919,-986.9507663 +13402,-1159.846824,-535.6191539,-1154.503199,-535.569651,-896.1548575 +13403,-1148.335438,-532.3361799,-1146.437821,-532.28567,-862.6674144 +13404,-1144.710821,-528.368482,-1140.153652,-528.3176499,-826.4735171 +13405,-1134.290056,-522.8981723,-1129.343692,-522.8476092,-772.7794815 +13406,-1126.634628,-521.3849761,-1126.776316,-520.4014799,-804.6600275 +13407,-1124.636231,-515.6326339,-1116.213931,-516.9917892,-741.2000601 +13408,-1113.264449,-512.8906534,-1112.138916,-511.8080894,-715.8778271 +13409,-1107.429519,-509.1714297,-1103.656362,-509.129799,-705.7140334 +13410,-1103.158829,-505.0625873,-1098.735882,-505.8413369,-564.6492251 +13411,-1097.697588,-503.3177843,-1089.606595,-502.4968078,-792.406311 +13412,-1088.417781,-498.515451,-1087.635427,-498.4745433,-914.8351474 +13413,-1086.132069,-496.2856812,-1079.604588,-496.2515272,-949.4438914 +13414,-1077.611277,-492.4282798,-1074.216371,-492.3963787,-968.2640138 +13415,-1075.62265,-490.0830654,-1068.954143,-490.0509943,-977.6739817 +13416,-1066.494063,-487.0560692,-1062.669771,-487.02358,-895.6989132 +13417,-1065.89818,-484.3153416,-1058.55531,-483.6127479,-765.4176391 +13418,-1054.056711,-479.5755307,-1048.809938,-480.9615158,-600.1115713 +13419,-1052.023834,-477.3472195,-1044.159497,-475.7291623,-772.3267703 +13420,-1046.402818,-472.9924087,-1037.789923,-474.3576579,-710.7027478 +13421,-1039.122293,-471.2042105,-1032.438408,-469.6299904,-681.4881511 +13422,-1037.471655,-467.9078223,-1028.854561,-469.1906121,-667.9547385 +13423,-1030.811862,-465.7044124,-1020.847229,-464.5244647,-397.7262418 +13424,-1027.586102,-462.3306406,-1017.553209,-463.7755955,-649.9514477 +13425,-1022.450493,-460.8833556,-1011.97433,-459.1989051,-816.494242 +13426,-1017.932386,-456.8044817,-1009.316539,-458.2315557,-839.7810023 +13427,-1012.688294,-455.7320929,-1000.357396,-454.2851,-622.591368 +13428,-1010.285857,-452.2918933,-999.7095481,-453.1000472,-788.5809196 +13429,-1004.74194,-450.2025263,-993.669695,-450.1836294,-831.0276916 +13430,-1000.741393,-448.0859554,-988.5001392,-448.0613165,-600.4378862 +13431,-998.6026296,-445.1959241,-986.4460672,-445.1689807,-789.8759903 +13432,-992.3472851,-443.7249096,-980.1895976,-443.698587,-714.736419 +13433,-989.3300472,-441.3682689,-976.9100984,-440.5482752,-677.2134091 +13434,-988.0158974,-438.2785868,-972.3030584,-439.0095385,-337.6847759 +13435,-980.0881918,-437.6620371,-968.4504508,-436.7583986,-742.5244504 +13436,-981.2613686,-434.2258229,-963.8822661,-435.2594337,-694.1341967 +13437,-973.1851844,-433.173949,-961.1951467,-432.2999165,-342.3647314 +13438,-974.5311954,-430.0230544,-956.9739615,-430.9213524,-588.5519751 +13439,-966.750576,-429.3315133,-953.0280303,-428.3805921,-756.6695727 +13440,-968.0088867,-426.716768,-950.9146391,-426.7049173,-874.7691198 +13441,89.7945123,40.65776046,89.69900574,40.66287216,-915.3766607 +13442,91.62930911,41.47748864,91.79621756,41.48119814,134.7418817 +13443,95.23018756,43.11398424,95.801698,43.119131,183.260646 +13444,99.40660276,45.0266011,100.3956606,45.03361776,223.3446804 +13445,103.687111,46.99340344,105.0521261,47.00183296,255.8165529 +13446,107.8580586,48.91241555,109.5517718,48.92174345,283.3656331 +13447,111.8726204,50.76064004,113.8594795,50.7705197,307.7571649 +13448,115.7445978,52.54358806,117.9989111,52.55381419,329.7861836 +13449,119.4895438,54.27007519,121.9894732,54.2805177,349.7819455 +13450,123.120224,55.94684106,125.8493489,55.95740441,367.9457879 +13451,126.6467414,57.5787561,129.5900955,57.58936344,384.4682458 +13452,130.078031,59.16994959,133.2228484,59.18053837,399.5416268 +13453,133.422164,60.72412822,136.7580952,60.73464864,413.3464556 +13454,136.3620885,62.09719613,139.8807748,62.10760954,425.452951 +13455,139.6619103,63.63655759,143.3564792,63.64683463,437.3765414 +13456,142.8631491,65.13360944,146.7278276,65.14372817,448.391956 +13457,145.9755866,66.59259699,150.0054627,66.60254133,458.6090884 +13458,149.0120561,68.01925869,153.2029098,68.02901719,468.131425 +13459,151.9837761,69.41860319,156.3319709,69.42816807,477.0486471 +13460,154.8990818,70.79429229,159.4014773,70.80365868,485.4359178 +13461,157.763865,72.14885037,162.4177403,72.15801567,493.3560219 +13462,160.5824762,73.4840938,165.385462,73.49305722,500.8621025 +13463,163.3582359,74.8013768,168.3082572,74.81013894,507.9995131 +13464,166.0938558,76.10178787,171.1890833,76.11035043,514.8073863 +13465,168.7915276,77.38619199,174.0303391,77.3945575,521.3194915 +13466,171.4531086,78.65531424,176.8340558,78.66348585,527.5651753 +13467,174.0801475,79.90975128,179.6019297,79.91773263,533.5699253 +13468,176.6739751,81.15001159,182.3354162,81.15780666,539.3559806 +13469,179.2357332,82.37652816,185.0357634,82.38414115,544.9427662 +13470,181.7664328,83.58968394,187.7040728,83.59711924,550.3473291 +13471,184.2669572,84.7898125,190.3413055,84.79707457,555.5846263 +13472,186.7617283,85.99823989,192.9919396,86.00307224,560.6678972 +13473,189.2634604,87.22512386,195.6732594,87.22194765,565.6089513 +13474,191.7734723,88.47060222,198.3907756,88.45659917,570.4182334 +13475,194.2883565,89.7310076,201.1342605,89.70191042,575.1049949 +13476,196.8041689,91.00249999,203.9002937,90.95681134,579.6774702 +13477,199.3177909,92.28212686,206.6792157,92.21645806,584.1430237 +13478,201.8269683,93.56775666,209.4705797,93.48116952,588.5082923 +13479,204.3300164,94.85778301,212.2672304,94.74728549,592.7792537 +13480,206.8256199,96.15093022,215.0703732,96.01591177,596.9613331 +13481,209.3127141,97.44615036,217.8739439,97.28390425,601.0594501 +13482,211.7904443,98.74258201,220.6799649,98.55274792,605.0780943 +13483,214.2581289,100.0395191,223.4830525,99.81960729,609.0213635 +13484,216.7152435,101.3363907,226.2858141,101.0862269,612.8930237 +13485,219.1613861,102.6327334,229.0833656,102.3499892,616.6965262 +13486,221.5962678,103.9281776,231.8787328,103.6128172,620.4350638 +13487,224.0196808,105.2224241,234.6673839,104.8722412,624.1115717 +13488,226.4314988,106.5152383,237.4526343,106.1303027,627.7287821 +13489,228.8310469,107.8161143,240.2274634,107.3834519,631.2892232 +13490,231.2179017,109.1310934,242.9933979,108.6329452,634.7952634 +13491,233.5919907,110.4610323,245.7459333,109.87634,638.2490971 +13492,235.9534518,111.8042524,248.4888924,111.1158861,641.6527846 +13493,238.3024874,113.1586136,251.2188196,112.349585,645.0082454 +13494,240.6393162,114.5223187,253.9397396,113.579754,648.3172873 +13495,242.964153,115.8939941,256.6481484,114.8043574,651.5816039 +13496,245.2772154,117.2725706,259.3479721,116.0256539,654.8027922 +13497,247.5787236,118.657173,262.0356759,117.2415852,657.982356 +13498,249.8689055,120.0470611,264.7151621,118.4543894,661.1217211 +13499,252.1479893,121.4415987,267.3829063,119.6620069,664.2222304 +13500,254.4162101,122.8402404,270.0427994,120.8666638,667.2851633 +13501,256.7168164,124.262068,272.7343436,122.0858547,670.389937 +13502,266.1203593,128.8734121,282.5388676,126.4882106,686.8041734 +13503,278.9097102,134.9620365,295.7485585,132.3619579,709.9415048 +13504,291.5160432,140.9107273,308.793968,138.0897913,733.282756 +13505,302.5592123,146.124017,320.2861536,143.064693,754.1496572 +13506,311.9941053,150.6002393,330.1754312,147.2904332,772.2689147 +13507,320.1751075,154.5125424,338.8138936,150.9463474,788.1387398 +13508,327.4296869,158.0174711,346.5277262,154.1918524,802.2641254 +13509,333.9737697,161.2176747,353.5319904,157.13017,814.9874163 +13510,339.9433862,164.1772964,359.9620711,159.8252052,826.528545 +13511,345.4345097,166.9408737,365.9134536,162.3212052,837.0468741 +13512,350.5238896,169.5433226,371.4625471,164.6529352,846.6742314 +13513,355.2765047,172.01363,376.674115,166.849344,855.526437 +13514,359.7473811,174.3758747,381.6030683,168.9345264,863.7054187 +13515,363.9825264,176.6497943,386.2953701,170.9282579,871.2998727 +13516,368.0199742,178.8513707,390.7890565,172.8465672,878.3861869 +13517,371.8910581,180.9934927,395.1154929,174.7023976,885.0299364 +13518,375.6216005,183.0865563,399.3005502,176.5062054,891.2874078 +13519,379.2329178,185.1389592,403.3656013,178.2664542,897.2069666 +13520,382.7426456,187.1575003,407.3283408,179.9900128,902.8302357 +13521,386.1653882,189.1476872,411.2034311,181.6824614,908.1930552 +13522,389.5132651,191.11399,415.003045,183.348344,913.3263287 +13523,392.7963461,193.0600343,418.7372894,184.9913609,918.2567009 +13524,396.0230401,194.9887669,422.4145737,186.6145337,923.0071784 +13525,399.2003353,196.9025844,426.0419033,188.2203333,927.5976392 +13526,402.3340458,198.8034384,429.6251238,189.810785,932.0452763 +13527,405.4290235,200.6929195,433.1691216,191.3875521,936.3649741 +13528,408.4893365,202.5723288,436.6779944,192.9520069,940.5696429 +13529,411.5184037,204.4427302,440.1551836,194.5052837,944.6704879 +13530,414.5191067,206.3049962,443.6035871,196.0483235,948.6772489 +13531,417.4938891,208.1598461,447.0256593,197.5819131,952.5984168 +13532,420.4359496,209.9967784,450.4098485,199.1007904,956.4413515 +13533,423.3421309,211.8103669,453.7503614,200.6022845,960.2124646 +13534,426.2135334,213.6008118,457.0480687,202.0866737,963.9173809 +13535,429.0530541,215.3706997,460.3067106,203.5554934,967.5610549 +13536,431.860752,217.1212798,463.5272493,205.0089645,971.1431615 +13537,434.6433909,218.8570453,466.7174008,206.4504873,974.674281 +13538,437.4002229,220.5782421,469.8769628,207.8797582,978.153303 +13539,440.1363115,222.2879798,473.0115954,209.299241,981.588668 +13540,442.8497729,223.9855948,476.119721,210.7080189,984.9777561 +13541,445.5420999,225.6721362,479.2031821,212.1068067,988.3233842 +13542,448.2153047,227.3488642,482.2643079,213.4965626,991.629085 +13543,450.8708544,229.0166985,485.304829,214.8779708,994.8975322 +13544,453.509701,230.6762458,488.3259134,216.2514602,998.1306008 +13545,456.1354662,232.3301672,491.3314426,217.6187375,1001.334409 +13546,458.7474342,233.9726288,494.3208041,218.9794034,1004.508167 +13547,461.3447044,235.5995494,497.2931663,220.3329751,1007.650817 +13548,463.9271682,237.2104289,500.2484921,221.6793642,1010.762455 +13549,466.4952347,238.8066289,503.1872639,223.0187388,1013.843914 +13550,469.0494591,240.3898745,506.110106,224.351339,1016.896224 +13551,471.5903818,241.9616415,509.0176187,225.6773971,1019.920387 +13552,474.1184708,243.5230673,511.9103224,226.9971104,1022.917286 +13553,476.6341503,245.0750379,514.788684,228.310654,1025.887733 +13554,479.1377977,246.6182737,517.6531248,229.6181853,1028.832465 +13555,481.6297643,248.1533804,520.5040402,230.9198526,1031.752184 +13556,484.1103743,249.6808741,523.3417944,232.2157925,1034.647536 +13557,486.5799413,251.2011983,526.1667371,233.5061374,1037.519147 +13558,489.0387554,252.7147326,528.9791901,234.7910092,1040.367594 +13559,491.4871047,254.2218064,531.7794686,236.0705286,1043.193443 +13560,493.9252501,255.7227014,534.5678586,237.344805,1045.997212 +13561,496.3202405,257.2025687,537.3114308,238.5988513,1048.719024 +13562,498.8904061,258.7260633,540.225988,239.9277214,1051.809146 +13563,501.7650496,260.5700748,543.2280579,241.294603,1209.243816 +13564,504.7496861,331.7174969,546.2253179,242.659592,1151.002126 +13565,507.6968268,332.5444292,549.170726,244.0017088,1175.525708 +13566,510.5551212,331.1644708,552.0590244,245.3200132,1189.620756 +13567,513.3256252,317.1188055,554.8953385,246.6154776,1200.3412 +13568,516.0237412,365.9664724,557.6909229,247.8935769,1210.854851 +13569,518.6633177,353.5575974,560.4462605,249.1549788,1220.991676 +13570,521.2539385,365.0431714,563.1708514,250.4035063,1231.225223 +13571,523.802173,372.3653162,565.8630702,251.638618,1241.041599 +13572,526.3130544,379.4310208,568.5271725,252.8634239,1251.105831 +13573,528.7907558,386.4603482,571.1686645,254.0769671,1260.483553 +13574,531.2388769,393.1897001,573.7875078,255.2799622,1270.396643 +13575,533.6604781,400.0826427,576.382853,256.4759276,1279.465645 +13576,536.0581677,406.739285,578.9623758,257.6632927,1289.066105 +13577,538.4341222,413.3971298,689.9079475,258.8420718,1298.074324 +13578,540.7901877,419.7466949,663.4935124,260.0153089,1307.485989 +13579,543.1279068,426.4920392,676.4052446,261.1811549,1316.082332 +13580,545.4485755,432.487352,690.3522975,262.3355447,1325.305592 +13581,547.7532185,439.0753244,700.4102512,263.4789693,1333.962685 +13582,550.0426795,445.0743777,709.9718786,309.0235993,1342.304678 +13583,552.3150477,451.2745292,719.744423,299.1998781,1351.480941 +13584,554.5748309,457.4675188,729.016024,305.1562478,1359.388589 +13585,556.8201223,463.2850413,738.3981024,311.6065562,1368.13594 +13586,559.0544746,469.3576469,747.5863817,316.8457821,1376.033636 +13587,561.2753577,475.2551854,756.6887507,321.4507955,1384.495315 +13588,563.4834107,480.9903211,765.5980889,326.198428,1392.472816 +13589,565.6798144,486.7535859,774.4579221,330.8834212,1400.527369 +13590,567.8653639,492.5621754,783.2935979,335.4149185,1408.466261 +13591,570.0404728,501.5710939,792.0081989,339.9798539,1416.542024 +13592,572.2386859,511.032259,800.3735855,344.4703699,1424.17081 +13593,574.4772724,520.5811386,809.1730582,348.8462312,1432.161231 +13594,576.7614629,530.6405201,817.1982037,353.1545003,1439.662677 +13595,579.0816227,540.4975979,825.5344211,357.5226668,1447.255916 +13596,581.4307876,567.6016379,836.2239154,362.7448844,1454.933061 +13597,739.2873676,580.7055711,844.3310212,366.9638067,1462.302607 +13598,674.1196483,591.9698487,852.6220356,371.2688355,1469.67388 +13599,704.855911,603.9730443,860.641078,375.3453273,1476.76435 +13600,716.9279267,615.305961,868.5637337,379.5634656,1484.332212 +13601,727.6263466,626.5132662,876.6265249,383.5824823,1491.116505 +13602,738.5832953,638.4228696,884.4193174,387.6182468,1498.460071 +13603,749.2296216,649.4446971,892.3294109,391.6233566,1505.132984 +13604,760.1032402,661.1068049,899.8947912,395.5918128,1512.311156 +13605,770.7174937,672.3805126,907.4858286,399.4382264,1519.195237 +13606,781.3691428,684.2397591,915.4175798,403.4549247,1526.058527 +13607,803.9698397,712.9183743,924.336274,407.8952762,1533.198855 +13608,816.1591296,726.8816548,931.884713,411.7544746,1540.059849 +13609,827.4753286,740.3176769,939.4655841,415.5680613,1546.824639 +13610,838.5399311,752.878853,946.6760067,419.3615853,1553.598107 +13611,849.4764759,765.4812225,954.3953134,423.0641807,1559.802254 +13612,860.4947884,778.0265828,961.6009651,426.7343646,1567.057644 +13613,871.1817176,790.4361288,968.958028,430.5300109,1573.225031 +13614,882.1859376,802.5890909,976.1630924,434.1229799,1579.857122 +13615,892.9232193,815.6394563,983.4600281,437.7698668,1586.327106 +13616,903.6864611,827.3315275,990.596002,441.3834846,1592.85212 +13617,914.432207,839.8855524,997.8211574,444.9691115,1599.250274 +13618,925.1156843,852.0774449,1004.66889,448.5324505,1605.705147 +13619,935.6193853,864.3643731,1012.179993,451.9792444,1612.030189 +13620,946.5926927,876.55727,1019.005247,455.6445291,1618.415288 +13621,839.6099617,835.319625,908.5827393,405.7853181,1393.407788 +13622,847.9416675,846.5888737,913.0847235,408.1253802,1396.823015 +13623,871.8844266,875.5899327,922.0736106,412.3512981,1400.585486 +13624,883.6314939,889.8290898,928.1298042,415.3731546,1404.873698 +13625,894.1045174,902.6207842,934.2421297,418.2965193,1409.128069 +13626,904.882754,915.8890668,940.294205,421.5294585,1413.692478 +13627,915.3260512,928.2875809,946.2941431,424.3769055,1418.353674 +13628,926.0379222,940.8281201,952.6930712,427.3998472,1423.074497 +13629,936.2767557,953.3163323,958.7450964,430.5462072,1427.658085 +13630,947.3311088,965.6518894,964.8643268,433.5040515,1432.731436 +13631,957.6150087,977.9119968,971.0736266,436.6285795,1437.412026 +13632,968.8209528,990.1980722,977.1556215,439.4051925,1442.282817 +13633,979.9412103,1002.343084,983.3632448,442.6195788,1447.139068 +13634,992.1908699,1014.418614,989.4428123,445.5373603,1452.012938 +13635,1003.929098,1026.532145,995.6480252,448.5474776,1456.897505 +13636,1015.79816,1038.458665,1001.724496,451.4415753,1461.793163 +13637,1028.332138,1050.46323,1007.714472,454.5763947,1466.695696 +13638,1040.674697,1062.274401,1014.129351,457.5855551,1471.607721 +13639,1052.758795,1074.165727,1020.159311,460.4206316,1476.521731 +13640,1065.257572,1085.859971,1026.268551,463.4695094,1481.228377 +13641,1078.298272,1097.636412,1032.464631,466.3186785,1486.490933 +13642,1091.00253,1109.25187,1038.847908,469.4708448,1491.451071 +13643,1103.927584,1120.877784,1044.625507,472.3383179,1496.500711 +13644,1116.812314,1132.37399,1050.933764,475.3430307,1501.269089 +13645,1130.441811,1143.885559,1057.040413,478.2806614,1506.232142 +13646,1143.638943,1155.250613,1063.16667,481.2558706,1511.297242 +13647,1157.20693,1166.679307,1069.143854,484.2187139,1516.018887 +13648,1170.854407,1177.882003,1075.576943,487.0478144,1521.427351 +13649,1184.340294,1189.17994,1081.623533,490.195858,1526.164223 +13650,1198.781063,1199.769194,1087.715894,493.0487547,1531.181694 +13651,1219.739202,1213.22993,1100.968542,499.1423431,1536.192186 +13652,1231.819554,1221.271682,1106.021536,501.3287726,1541.009557 +13653,1244.03956,1229.146737,1110.396594,503.8616533,1545.954624 +13654,1255.743551,1236.732209,1114.443846,505.822234,1550.897429 +13655,1267.022179,1243.918489,1118.381915,507.8402017,1555.834491 +13656,1279.304607,1250.907853,1122.067191,509.7634595,1560.770248 +13657,1290.561495,1257.655212,1125.733717,511.6250857,1565.668993 +13658,1302.203586,1264.133322,1129.176766,513.2779832,1570.651604 +13659,1313.755061,1270.592874,1132.625041,515.2725776,1575.556989 +13660,1325.256286,1276.594094,1135.861674,516.8632875,1580.450686 +13661,1336.867396,1282.515272,1139.118356,518.5522576,1585.417904 +13662,1348.380036,1288.328143,1142.167548,520.3284826,1590.302234 +13663,1359.933655,1293.839737,1145.249822,521.654462,1595.162491 +13664,1371.439896,1299.217276,1148.124824,523.3112432,1600.100397 +13665,1383.077041,1304.4112,1151.007375,524.7809616,1604.509816 +13666,1394.621986,1309.427242,1153.81517,526.2386223,1610.04381 +13667,1406.164563,1314.271978,1156.459607,527.4913844,1614.509997 +13668,1417.846032,1318.889243,1159.114227,529.1383042,1619.368479 +13669,1429.376687,1323.484699,1161.700677,530.3634609,1624.215648 +13670,1441.099173,1327.843386,1164.12885,531.7100606,1628.905867 +13671,1452.661372,1331.945415,1166.573793,532.9957262,1633.768006 +13672,1464.42057,1335.94706,1168.957425,534.2495308,1638.342521 +13673,1476.077854,1339.888347,1171.183672,535.4718372,1643.099934 +13674,1487.737177,1343.547145,1173.435083,536.66381,1647.845818 +13675,1499.559558,1347.102885,1175.233595,537.8258298,1652.351717 +13676,1511.210001,1350.494649,1177.882064,538.9588212,1657.083086 +13677,1523.086594,1353.73233,1179.615811,540.0630807,1661.638576 +13678,1534.20399,1356.818435,1181.719743,541.1395105,1666.169517 +13679,1546.894786,1359.753016,1183.655569,541.9927243,1670.836019 +13680,1558.31579,1362.53728,1185.42456,543.3151349,1675.18983 +13681,1329.0531,1255.902064,945.8677042,435.0135421,1196.326509 +13682,1334.327448,1255.853521,941.5639488,432.9009235,1192.590435 +13683,1342.873196,1256.319477,939.6578394,432.2786678,1191.09485 +13684,1351.755515,1257.066907,938.2912283,431.7250184,1190.828727 +13685,1360.938705,1257.945542,937.1866475,431.3567633,1191.073519 +13686,1370.563698,1258.683623,936.3291971,430.9364934,1191.867473 +13687,1380.19761,1259.40655,935.5460389,430.9063001,1192.628193 +13688,1390.075726,1257.733751,943.6902259,434.3343364,1194.501391 +13689,1399.992574,1258.035674,944.1712035,434.7104822,1195.546954 +13690,1410.249463,1258.411634,944.1626718,434.8310527,1197.065292 +13691,1420.397683,1258.731994,943.990046,434.8739098,1198.694185 +13692,1430.769636,1258.967544,943.6619825,434.8801411,1200.310998 +13693,1441.213414,1259.105988,943.3533836,434.8618831,1202.08856 +13694,1451.59574,1259.89951,942.9791499,434.8259413,1203.832189 +13695,1462.233663,1260.294547,942.5777036,434.7750472,1205.726378 +13696,1472.152727,1260.724495,942.1483117,434.7112305,1207.574477 +13697,1483.694152,1260.920107,941.7237952,434.6350233,1209.566391 +13698,1494.128509,1260.970034,941.1927684,434.5472488,1211.502173 +13699,1504.794699,1260.860652,940.708122,434.4479185,1213.577478 +13700,1515.783338,1260.532685,940.1700945,434.3374573,1215.587407 +13701,1526.613497,1260.18882,939.6116342,434.2157508,1217.734497 +13702,1537.567921,1259.559517,939.0285153,433.9288766,1219.807328 +13703,1548.49467,1258.81997,938.4533878,434.0180032,1222.016683 +13704,1559.701728,1257.91212,937.7698888,433.750457,1224.142791 +13705,1570.577649,1256.844667,937.1356285,433.6107073,1226.406465 +13706,1576.39613,1251.485377,943.8660057,436.5843321,1228.581848 +13707,1586.918616,1249.601282,944.4994889,436.9653068,1230.87074 +13708,1597.659712,1247.703091,944.4853271,437.132756,1233.170808 +13709,1608.850249,1245.868753,944.3796096,437.2165466,1235.407717 +13710,1619.838001,1243.880331,944.1442804,437.4211369,1237.776616 +13711,1631.072228,1241.588974,944.791841,437.5885089,1240.041551 +13712,1641.944187,1239.228906,945.6287516,438.1877897,1242.418296 +13713,1653.277501,1236.755116,946.4333832,438.6685196,1244.815049 +13714,1664.417149,1234.164747,947.3500596,439.190736,1247.141572 +13715,1675.681807,1231.458293,948.2589046,439.7264143,1249.5657 +13716,1686.981724,1228.637244,949.1917689,440.2728364,1252.008367 +13717,1698.252927,1225.703202,950.1761607,440.8286797,1254.375669 +13718,1709.830425,1222.658004,951.0845567,441.3931133,1256.841496 +13719,1721.087048,1219.50344,952.0857225,441.9653881,1258.9512 +13720,1732.551048,1216.241325,953.0665004,442.3759482,1261.897561 +13721,1744.165269,1214.001339,954.0626295,443.2189814,1264.186452 +13722,1755.656948,1211.383227,955.10447,443.6880376,1266.740021 +13723,1767.250956,1208.529572,956.0622122,444.314477,1269.147946 +13724,1778.876723,1205.675357,957.1095739,444.9192047,1271.751896 +13725,1790.450548,1202.743526,958.1310433,445.5290215,1274.242176 +13726,1802.354168,1199.74628,959.1636683,446.1434651,1276.781861 +13727,1813.884629,1196.684613,960.2392082,446.7623496,1279.288137 +13728,1825.637995,1193.617263,961.22364,447.3853386,1281.910249 +13729,1837.546112,1190.344337,962.2969383,448.0121731,1284.444788 +13730,1849.301641,1187.077457,963.3398522,448.6425023,1287.031496 +13731,1861.169481,1183.843002,964.3909684,449.2761138,1289.617648 +13732,1873.049398,1180.431521,965.4835738,449.9127024,1292.216074 +13733,1884.959114,1177.01049,966.4780167,450.5520851,1294.817372 +13734,1896.805242,1173.522688,967.5623054,451.1939323,1297.386701 +13735,1918.267585,1169.9776,968.6122911,451.8381046,1300.078986 +13736,1917.174303,1166.376239,969.6680622,452.4843019,1302.720878 +13737,1949.046142,1162.719608,970.3175887,453.1323758,1305.244809 +13738,1933.619956,1159.008626,972.0323384,453.7820071,1307.993778 +13739,1943.529889,1155.244361,972.7259488,454.4331039,1310.600657 +13740,1979.446726,1151.484351,973.8730643,454.8901421,1313.215841 +13741,2213.652646,1254.273914,1210.979331,563.2496718,1778.278952 +13742,2233.836626,1252.743787,1216.984799,565.4476497,1753.538395 +13743,2249.293452,1250.323965,1221.220053,567.8440404,1759.507955 +13744,2264.441189,1247.590277,1224.860172,569.4866272,1763.861222 +13745,2278.887463,1244.870053,1228.592373,571.6962239,1768.400049 +13746,2293.852263,1241.655599,1231.905726,573.2532469,1772.469886 +13747,2317.244616,1238.69151,1236.276787,574.9937449,1795.611713 +13748,2308.868367,1235.438312,1250.712619,576.6534877,1771.578701 +13749,2343.656558,1232.172655,1236.08176,578.2846775,1765.527448 +13750,2349.738345,1228.779206,1233.523945,579.8922675,1799.724708 +13751,2365.672016,1225.476565,1255.732084,581.4789441,1787.39386 +13752,2406.753991,1221.981994,1248.789378,583.0467276,1794.037913 +13753,2354.047437,1218.488342,1253.75268,584.5981036,1797.44298 +13754,2427.519695,1214.850089,1256.799386,586.1310248,1800.984321 +13755,2418.736683,1211.359322,1259.76417,587.6491837,1804.001904 +13756,2436.705863,1207.645513,1262.527347,589.1517723,1815.149387 +13757,2474.039387,1203.881401,1265.408015,590.6384627,1812.583346 +13758,2453.51969,1200.330351,1268.193947,591.7521807,1811.843828 +13759,2483.227201,1209.720906,1271.036989,593.7288156,1823.100104 +13760,2495.059683,1177.098146,1273.659334,594.9512037,1817.72635 +13761,2516.040829,1210.747308,1276.417853,596.4174173,1824.192873 +13762,2519.903738,1157.653548,1279.155749,597.8401254,1826.64465 +13763,2538.058047,1212.60268,1281.669432,599.2469724,1829.764504 +13764,2552.121555,1145.772825,1284.338724,600.63956,1832.583211 +13765,2565.766284,1197.442599,1286.905608,602.0202625,1835.581189 +13766,2579.691627,1149.22954,1289.45619,603.3887776,1838.263627 +13767,2594.189348,1172.664451,1291.979646,604.7454434,1841.407684 +13768,2608.11395,1158.705147,1294.47546,606.0903324,1844.130956 +13769,2622.141165,1156.495146,1296.860151,607.4238339,1852.175839 +13770,2636.137292,1152.328035,1300.105975,608.7461484,1842.188703 +13771,2656.648831,1148.620808,1309.450448,610.9364451,1860.345901 +13772,2660.088329,1145.236907,1302.800769,613.144969,1853.066034 +13773,2675.938594,1141.706484,1312.144021,615.3896615,1858.03348 +13774,2689.505479,1138.351083,1319.252945,617.6616962,1860.893382 +13775,2711.021455,1134.821319,1314.529404,616.8754669,1863.77084 +13776,2733.990352,1131.536849,1318.432928,618.6199597,1866.17405 +13777,2737.885904,1128.173851,1323.119958,620.879506,1868.866446 +13778,2753.380663,1125.045127,1327.85522,623.1494971,1871.264286 +13779,2767.669451,1121.730222,1332.470716,625.4684771,1879.237073 +13780,2779.462237,1118.512965,1337.36641,627.8312213,1874.950387 +13781,2791.855258,1115.3342,1342.257083,630.2309196,1879.005579 +13782,2811.171068,1112.331533,1347.223544,632.662643,1882.139403 +13783,2815.418003,1109.282452,1352.269599,635.1343432,1885.006329 +13784,2828.540635,1106.151018,1357.447552,637.6313943,1886.878677 +13785,2848.220386,1103.193341,1362.450674,640.150378,1894.6942 +13786,2852.1763,1100.212044,1367.689931,642.6498363,1890.87525 +13787,2874.828643,1095.385177,1364.278283,641.6863043,1894.160918 +13788,2882.472347,1092.220305,1367.754467,643.3673536,1897.547971 +13789,2901.110987,1089.181378,1372.390288,645.7037975,1905.250286 +13790,2907.137843,1086.218821,1377.067137,648.012024,1895.688509 +13791,2922.288933,1083.310663,1381.835761,650.3284751,1909.704773 +13792,2928.292302,1080.522706,1386.766276,652.7866291,1906.867501 +13793,2936.081818,1077.62092,1391.534712,655.1831663,1913.159531 +13794,2940.989609,1074.912896,1399.019267,657.6427436,1910.73023 +13795,2944.390027,1072.198413,1406.242335,660.1630317,1921.61291 +13796,2947.831326,1069.543402,1405.58982,662.5976623,1916.011473 +13797,2950.813248,1066.873729,1402.725822,665.1488474,1912.812758 +13798,2953.245223,1064.418082,1422.548719,667.6819339,1910.086076 +13799,2955.195457,1061.872277,1420.416901,670.1975679,1902.882647 +13800,2956.602467,1059.501775,1427.11639,672.8395837,1895.326653 +13801,2963.360215,1079.627281,1478.874464,698.0575619,1898.456106 +13802,2971.974325,1078.222204,1488.888623,701.5219071,1903.876722 +13803,2981.208279,1076.473484,1493.495955,704.5838727,1910.310901 +13804,2989.760581,1074.631641,1504.374497,707.6109888,1916.423338 +13805,2997.190486,1072.750357,1493.9664,710.4650965,1921.692344 +13806,3003.631164,1070.857543,1506.645155,713.3616237,1926.137776 +13807,3009.300322,1069.0708,1517.563504,716.110129,1929.892261 +13808,3014.451726,1067.125699,1518.526332,718.9443061,1933.140403 +13809,3019.262484,1065.381952,1532.411434,721.6813511,1936.022255 +13810,3023.884153,1059.565678,1524.175452,720.7347501,1938.667818 +13811,3027.798329,1057.188261,1525.0568,722.6939266,1941.187447 +13812,3031.333926,1055.106851,1516.140256,724.9822835,1943.61689 +13813,3035.08912,1053.195539,1559.690331,727.3374657,1945.918717 +13814,3038.602042,1051.169143,1529.41692,729.7209285,1948.066197 +13815,3042.241306,1049.341994,1527.027657,732.1173252,1950.106872 +13816,3046.337665,1047.510998,1575.734058,734.5186549,1952.334797 +13817,3050.554897,1045.740843,1539.886166,736.9215123,1954.540118 +13818,3054.473216,1044.019654,1562.213041,739.324345,1956.436899 +13819,3058.341763,1042.346465,1561.778555,741.7247288,1958.240026 +13820,3062.363313,1040.720532,1567.129166,744.1224167,1960.121191 +13821,3066.572639,1039.14181,1571.684378,746.5170609,1962.123994 +13822,3070.92821,1037.609225,1576.063154,748.9071988,1964.234704 +13823,3075.348875,1036.123101,1580.663642,751.2935897,1966.406398 +13824,3079.781617,1034.682583,1585.102515,753.6226238,1968.609528 +13825,3084.188607,1033.287459,1589.525229,755.9777353,1970.821999 +13826,3088.54888,1031.938248,1593.887641,758.2827578,1973.031785 +13827,3092.85487,1030.634566,1598.53628,760.7054553,1975.235628 +13828,3097.096089,1029.37554,1602.903308,763.0137473,1977.42732 +13829,3101.259598,1028.250894,1607.334603,765.4609374,1979.599003 +13830,3105.339229,1027.48007,1611.809485,768.3168782,1981.747552 +13831,3109.263476,1025.255694,1612.64207,769.6045499,1983.819134 +13832,3112.568006,1022.763142,1612.61399,770.7471032,1985.734496 +13833,3114.998958,1020.209104,1612.34854,771.7314422,1987.477814 +13834,3116.583758,1017.408189,1611.66837,772.64342,1989.083193 +13835,3117.461237,1014.673455,1610.962724,773.4894063,1990.59113 +13836,3117.770255,1011.819216,1609.867557,774.2745471,1992.032398 +13837,3117.613,1008.850811,1608.731038,775.0019876,1993.427033 +13838,3117.056366,1005.983632,1607.294938,775.672029,1994.787386 +13839,3116.144452,1002.92409,1605.812662,776.2853637,1996.121219 +13840,3114.906967,999.8726418,1604.025557,776.8198051,1997.432776 +13841,3113.366933,996.7505599,1602.247104,777.3342207,1998.718958 +13842,3111.472468,991.8760157,1596.223436,775.2459941,1999.936191 +13843,3107.081283,988.5151999,1593.437137,775.104228,2001.077218 +13844,3101.177059,985.0183876,1591.006838,775.0784313,2002.219373 +13845,3094.995574,981.6362953,1588.234926,775.0369523,2003.419535 +13846,3089.094604,978.1697687,1585.452428,774.9514782,2004.672433 +13847,3083.531898,974.6779981,1582.554349,774.8111256,2005.953593 +13848,3078.175318,971.1495419,1579.616067,774.6096729,2007.2391 +13849,3072.881734,967.5834671,1576.508003,774.343536,2008.511157 +13850,3067.552617,963.9179377,1573.299182,774.010091,2009.758506 +13851,3062.132055,960.4269229,1570.037269,773.6076642,2010.975566 +13852,3056.585027,956.6157565,1566.62428,773.1346423,2012.160773 +13853,3050.899709,952.9522491,1563.225311,772.5898934,2013.313028 +13854,3045.055386,949.1916809,1559.479841,771.9720819,2014.430274 +13855,3039.050213,945.4048008,1555.812296,771.2802244,2015.514473 +13856,3032.587298,941.5679215,1552.071019,770.5205093,2016.573707 +13857,3026.300438,937.7087641,1544.156184,769.6779028,2017.653809 +13858,3019.954336,933.877001,1550.093226,768.7565485,2018.800631 +13859,3013.62045,929.86655,1532.536575,767.7567311,2020.078165 +13860,3007.323311,925.9523886,1527.329886,766.6766531,2021.513497 +13861,2998.297964,888.9847031,1459.002784,732.5427926,2017.727442 +13862,2985.087882,884.9303137,1448.865819,731.2533502,2009.281458 +13863,2970.017759,880.9325688,1445.636626,729.9735188,1998.568089 +13864,2955.426808,876.9697897,1441.737197,728.6714189,1988.076186 +13865,2942.2263,872.9940654,1437.670062,727.3005307,1978.88305 +13866,2930.204475,869.0016856,1453.383281,725.8551921,1970.981274 +13867,2860.6249,864.9923682,1398.995879,724.3332226,1961.995111 +13868,2784.550276,860.964178,1439.10648,722.7310769,1948.685501 +13869,2810.437135,856.9143474,1417.260623,721.0450716,1934.068959 +13870,2773.646802,852.8445459,1415.71554,719.2763046,1921.754149 +13871,2756.733679,848.7586853,1411.293625,717.4245895,1910.889764 +13872,2734.802238,844.6533544,1406.69438,715.4869549,1900.719898 +13873,2714.091164,840.5296496,1402.047783,713.4622877,1891.225951 +13874,2685.652136,836.3870014,1397.432688,711.3485354,1881.999697 +13875,2644.318224,832.0026826,1392.000986,705.8650207,1872.207136 +13876,2610.505149,827.7904009,1387.152047,703.0493205,1861.572629 +13877,2579.852338,823.578563,1382.219067,700.2988095,1850.74244 +13878,2566.966382,819.2988712,1379.667391,697.6408592,1840.803602 +13879,2538.955075,815.1973946,1369.872081,694.8148324,1832.072776 +13880,2515.284509,810.8206945,1380.766185,692.0070079,1823.976458 +13881,2491.09572,806.5963306,1342.148621,688.9866076,1816.262603 +13882,2466.881182,802.2969124,1366.390769,685.9894545,1808.852133 +13883,2442.437183,797.9879077,1349.605004,682.8604009,1801.590336 +13884,2417.240887,793.6601631,1346.253746,679.6475789,1794.428645 +13885,2367.8317,788.523744,1339.044728,672.8740373,1786.670248 +13886,2329.438002,784.0193336,1333.352045,668.8828299,1777.80375 +13887,2315.253723,779.5715542,1327.869874,665.2636412,1768.715099 +13888,2283.309812,775.1291056,1323.48043,661.4620354,1760.640263 +13889,2248.819591,769.952081,1312.734771,655.9725034,1752.883062 +13890,2221.606676,765.2563201,1318.964475,651.9448794,1745.161719 +13891,2204.565265,761.8019223,1291.17037,649.5666171,1737.952965 +13892,2188.917232,758.4474824,1315.892585,647.5091666,1731.616415 +13893,2173.991884,755.2634126,1295.994409,645.5938437,1726.076876 +13894,2159.782856,752.133211,1289.240703,643.75768,1721.143282 +13895,2145.559363,749.0614875,1303.665846,641.9328524,1716.568683 +13896,2132.07145,746.041645,1289.887726,640.3330455,1712.188231 +13897,2118.877498,743.0694411,1301.743278,638.539768,1707.927811 +13898,2105.880404,740.1417237,1263.982181,636.9400684,1703.778333 +13899,2093.326143,737.2563293,1312.825415,635.3232991,1699.981401 +13900,2081.094221,734.4120845,1256.276995,633.746431,1696.26466 +13901,2068.716248,731.607357,1307.910564,632.1995429,1692.542535 +13902,2044.933078,728.8409567,1254.712251,630.6805425,1688.824174 +13903,2063.205932,726.1116719,1300.456446,629.1876042,1685.43638 +13904,2002.139411,723.4189269,1265.613138,627.7193991,1682.294648 +13905,2058.661401,720.7618031,1276.683052,626.2744861,1679.027378 +13906,1972.156861,718.1390143,1271.485687,624.8513095,1675.756727 +13907,2032.056462,715.5501258,1270.207684,623.4489289,1672.445431 +13908,1959.902723,712.9941247,1268.201488,622.0661329,1669.219534 +13909,1998.741525,710.4704543,1266.442197,620.7020931,1666.197908 +13910,1951.089222,707.9784588,1264.578546,619.355924,1663.514901 +13911,1978.327744,705.5175395,1263.015926,618.0269208,1660.674678 +13912,1933.635549,703.0869077,1261.247543,616.7142084,1657.864136 +13913,1932.135281,700.6860441,1259.59537,615.4172157,1655.094004 +13914,1932.040579,698.3142834,1257.962091,614.135232,1652.292304 +13915,1926.016915,695.9713575,1256.357897,612.8680232,1649.412587 +13916,1892.099126,693.6564325,1254.736633,611.6148263,1646.525921 +13917,1906.376436,691.3691807,1253.18112,610.3753321,1643.627077 +13918,1885.713492,689.1089672,1251.628604,609.1489979,1640.675093 +13919,1879.98866,686.8754777,1250.100099,607.935632,1637.692311 +13920,1870.050462,684.7231587,1248.591221,606.7346959,1634.687126 +13921,1705.088055,615.3670789,1091.617022,538.4747848,1657.004553 +13922,1692.025141,611.7844759,1070.344214,535.8143948,1668.021811 +13923,1679.151577,608.1675028,1088.881137,533.1863114,1672.411936 +13924,1666.888035,604.7667648,1072.950337,530.7379608,1675.288939 +13925,1654.39479,601.3854795,1070.427397,528.2531328,1679.597724 +13926,1653.091552,597.9182236,1065.616641,525.830518,1685.526725 +13927,1613.227153,594.9930081,1060.921111,523.2461176,1692.762205 +13928,1625.527778,590.9911349,1055.987987,520.906602,1700.885544 +13929,1603.613494,587.8626992,1065.530686,518.3664244,1709.54713 +13930,1593.346715,584.4996585,1024.470702,515.8104876,1718.695124 +13931,1581.242075,581.1039912,1051.691418,513.4382674,1728.238184 +13932,1569.031466,577.6732119,1033.907549,510.7741498,1738.035158 +13933,1557.440919,574.4036264,1031.054941,508.4096342,1748.067965 +13934,1545.050429,570.9448866,1026.112663,505.8116116,1758.313671 +13935,1533.524317,567.6828277,1020.990157,503.2311457,1768.724253 +13936,1521.487772,564.2287205,1015.754376,500.7852894,1779.561086 +13937,1509.667973,560.9675381,1010.805077,498.510653,1793.259212 +13938,1497.980027,557.513533,1005.310816,495.431639,1809.760953 +13939,1486.233569,554.2071554,1000.274344,493.1527649,1828.232948 +13940,1474.355244,550.8105224,994.8007654,490.4357438,1848.122221 +13941,1462.91322,547.4677029,989.6288263,487.875388,1869.058164 +13942,1451.111599,544.066452,984.0924489,485.2398098,1801.923187 +13943,1439.293223,540.6065394,978.8523655,482.5771567,1553.461436 +13944,1427.993817,537.6301948,973.0467213,479.9376783,1724.371778 +13945,1416.241926,533.7770164,967.9113342,477.2649049,1634.510715 +13946,1404.784076,530.6325971,962.1373236,474.604887,1667.920561 +13947,1393.218989,527.2024704,956.7238025,471.9308708,1646.107794 +13948,1381.787754,523.5107626,950.9744319,469.515209,1644.664297 +13949,1370.269011,520.5761563,945.4112054,466.4481991,1640.830692 +13950,1358.810451,517.2490911,939.6660072,463.8936306,1634.179302 +13951,1347.431767,513.4992317,933.9889168,461.1337691,1631.214012 +13952,1335.994635,510.2436949,928.0402668,458.3483762,1626.045486 +13953,1324.484463,506.7992148,922.2596931,455.6164825,1621.326293 +13954,1313.242478,503.3348914,916.2934608,452.5274164,1616.84798 +13955,1301.779655,499.9164172,910.436655,450.111721,1621.598282 +13956,1290.467347,496.4366469,904.3208668,447.0889467,1593.124661 +13957,1279.031194,493.0031659,898.41551,444.3111796,1609.960192 +13958,1267.837552,489.7596084,892.1640623,441.6829136,1596.778004 +13959,1256.453543,485.9690277,886.2000037,438.5001859,1593.870385 +13960,1245.198032,482.6239005,879.9868569,435.7558431,1588.944746 +13961,1233.895315,479.127566,873.7251368,432.8482348,1584.570869 +13962,1223.158694,475.6014961,867.410274,429.9110786,1579.693303 +13963,1211.202855,472.1231769,861.6104244,427.0070987,1575.291976 +13964,1200.193424,468.7964606,854.53142,424.0393586,1570.288001 +13965,1189.016612,465.0119801,848.5255308,421.2940381,1565.830669 +13966,1177.763758,461.5932676,841.9605194,417.9820003,1560.880687 +13967,1166.568535,458.0562166,835.5532314,415.1524654,1556.322506 +13968,1155.339688,454.4820474,829.0063279,412.079462,1551.400876 +13969,1144.24374,450.9248627,822.4654045,409.0814584,1546.624519 +13970,1133.046983,447.3573377,815.82445,406.1919542,1541.795787 +13971,1121.802996,443.7657869,809.1332801,402.8801066,1551.675175 +13972,1110.692688,440.180067,802.4950358,399.7466143,1509.146211 +13973,1099.547315,436.725996,795.7421727,396.8472826,1538.058513 +13974,1088.418944,432.8675226,788.975125,393.7972178,1519.612881 +13975,1077.300854,429.3538354,782.1322004,390.4737023,1516.979893 +13976,1066.190748,425.4975681,775.3179807,387.4374979,1512.006159 +13977,1055.046234,422.2819301,768.7321223,384.403488,1506.846236 +13978,1044.015018,418.2616759,761.3997769,380.8954201,1501.767801 +13979,1033.389577,414.8800876,754.3400151,377.9863616,1496.598003 +13980,1021.705251,410.8369359,747.6677681,374.8103486,1491.452702 +13981,1013.696015,408.644831,743.7880518,372.6254733,1489.49285 +13982,1315.380029,539.4961341,946.6412162,503.7999844,2086.98454 +13983,1311.117336,538.4951309,940.8039768,503.7687128,2061.058524 +13984,1302.684609,535.9142423,960.567755,501.6704145,2068.469679 +13985,1295.212025,533.36976,975.4869847,499.2283069,2072.406329 +13986,1287.566232,531.0724493,982.399701,497.5212006,2066.026371 +13987,1280.145552,528.7480983,985.1985639,495.6160669,2065.483539 +13988,1272.563083,526.1688142,986.3119921,493.4967923,2063.926233 +13989,1265.195777,523.9236022,986.7303704,491.6265211,2062.367023 +13990,1257.682235,521.5410023,986.8363755,489.6574526,2060.851975 +13991,1250.281856,519.3542676,986.7767897,487.6054365,2059.265239 +13992,1242.990989,516.5745623,986.6095872,485.6954836,2057.706327 +13993,1235.693029,514.4297349,986.3617161,483.7277789,2056.064782 +13994,1228.273883,511.8604313,986.0401144,481.6447537,2054.557816 +13995,1221.114461,509.5926628,985.661944,479.7283728,2052.924002 +13996,1213.697358,507.2247772,985.234812,477.7782215,2051.315437 +13997,1206.773979,504.7310264,984.7626262,475.635698,2049.78448 +13998,1199.497963,502.4595339,984.2537461,473.7959175,2048.224111 +13999,1192.532882,500.1062744,983.7159847,471.8296043,2046.670827 +14000,1185.419387,497.6746959,983.1472665,469.73149,2045.115469 +14001,1178.525541,495.3995281,982.5561181,467.8489246,2043.604738 +14002,1171.504843,493.1029847,981.9452039,465.9126829,2042.069186 +14003,1164.704625,490.6465138,981.313707,463.8180373,2040.549115 +14004,1157.772141,488.3842218,980.6658714,461.9424121,2039.050852 +14005,1150.97333,486.1505338,980.0061807,459.9825245,2037.549491 +14006,1144.272786,483.6942301,979.3300186,457.9456067,2036.06051 +14007,1137.590745,481.4909507,978.6437553,456.0558762,2034.711505 +14008,1130.952899,479.2338423,961.1605146,454.1431674,2033.040442 +14009,1124.206657,476.7954947,940.1223508,452.0708651,2031.661487 +14010,1117.758965,474.6556604,950.5509693,450.2154385,2030.212731 +14011,1111.478315,472.5715995,942.0431016,448.4802621,2028.766454 +14012,1105.44695,470.5374305,939.1769295,446.7318572,2027.330937 +14013,1099.118743,468.5175414,935.3601183,445.076435,2025.875797 +14014,1092.585832,466.0160386,929.0883143,442.896766,2024.521522 +14015,1086.86868,464.1041162,928.0520347,441.2543094,2023.091774 +14016,1080.490273,462.1222971,923.9531278,439.6008017,2021.70585 +14017,1091.733606,460.1753907,920.6571392,437.9507007,2020.326772 +14018,1042.878468,458.2379373,915.3950868,436.3113231,2018.959323 +14019,1094.908997,456.3182439,914.7464584,434.6556212,2017.599835 +14020,1025.857908,454.3869058,910.4626309,433.0884872,2016.258447 +14021,1076.456482,452.5464555,907.3955207,431.4687327,2014.921628 +14022,1026.811262,450.6580977,904.2092387,429.889807,2013.577293 +14023,1048.671141,448.8140873,901.068572,428.3197262,2012.307102 +14024,1032.916703,446.9818089,895.8179213,426.7628521,2010.996535 +14025,1029.513606,445.1384555,895.6475888,425.2193084,2009.715985 +14026,1024.183665,443.3817936,891.429314,423.6885907,2008.450639 +14027,1018.863828,441.578584,888.4001456,422.1416537,2007.196765 +14028,1013.327147,439.8172427,885.4058885,420.6798821,2005.957056 +14029,1008.235989,438.067201,882.5448371,419.1656747,2004.732694 +14030,1003.175827,436.3329018,879.5164378,417.6901471,2003.522188 +14031,997.9295665,434.3353667,876.5738689,416.2222099,2002.327296 +14032,992.8996154,433.0490265,873.6553158,414.7662234,2001.133577 +14033,987.8417275,431.1501848,870.6796646,413.322415,2000.111295 +14034,982.7648054,429.8048285,867.9619346,411.8903248,1998.757194 +14035,977.9351399,427.7332426,865.0443995,410.4417745,1997.72435 +14036,972.9746734,426.2974999,862.2357811,409.0754727,1996.584192 +14037,968.1351729,424.6225838,859.4548538,407.6575007,1995.478834 +14038,963.4071212,423.0100842,849.033759,406.2767079,1994.390827 +14039,958.5324187,421.4112733,865.0946635,404.9027104,1993.317813 +14040,953.878853,419.8268335,841.8846911,403.539918,1992.243988 +14041,0,0,0,0,0 +14042,0,0,0,0,0 +14043,0,0,0,0,0 +14044,0,0,0,0,0 +14045,0,0,0,0,0 +14046,0,0,0,0,0 +14047,0,0,0,0,0 +14048,0,0,0,0,0 +14049,0,0,0,0,0 +14050,0,0,0,0,0 +14051,0,0,0,0,0 +14052,0,0,0,0,0 +14053,0,0,0,0,0 +14054,0,0,0,0,0 +14055,0,0,0,0,0 +14056,0,0,0,0,0 +14057,0,0,0,0,0 +14058,0,0,0,0,0 +14059,0,0,0,0,0 +14060,0,0,0,0,0 +14061,0,0,0,0,0 +14062,0,0,0,0,0 +14063,0,0,0,0,0 +14064,0,0,0,0,0 +14065,0,0,0,0,0 +14066,0,0,0,0,0 +14067,0,0,0,0,0 +14068,0,0,0,0,0 +14069,0,0,0,0,0 +14070,0,0,0,0,0 +14071,0,0,0,0,0 +14072,0,0,0,0,0 +14073,0,0,0,0,0 +14074,0,0,0,0,0 +14075,0,0,0,0,0 +14076,0,0,0,0,0 +14077,0,0,0,0,0 +14078,0,0,0,0,0 +14079,0,0,0,0,0 +14080,0,0,0,0,0 +14081,0,0,0,0,0 +14082,0,0,0,0,0 +14083,0,0,0,0,0 +14084,0,0,0,0,0 +14085,0,0,0,0,0 +14086,0,0,0,0,0 +14087,0,0,0,0,0 +14088,0,0,0,0,0 +14089,0,0,0,0,0 +14090,0,0,0,0,0 +14091,0,0,0,0,0 +14092,0,0,0,0,0 +14093,0,0,0,0,0 +14094,0,0,0,0,0 +14095,0,0,0,0,0 +14096,0,0,0,0,0 +14097,0,0,0,0,0 +14098,0,0,0,0,0 +14099,0,0,0,0,0 +14100,0,0,0,0,0 +14101,0,0,0,0,0 +14102,0,0,0,0,0 +14103,0,0,0,0,0 +14104,0,0,0,0,0 +14105,0,0,0,0,0 +14106,0,0,0,0,0 +14107,0,0,0,0,0 +14108,0,0,0,0,0 +14109,0,0,0,0,0 +14110,0,0,0,0,0 +14111,0,0,0,0,0 +14112,0,0,0,0,0 +14113,0,0,0,0,0 +14114,0,0,0,0,0 +14115,0,0,0,0,0 +14116,0,0,0,0,0 +14117,0,0,0,0,0 +14118,0,0,0,0,0 +14119,0,0,0,0,0 +14120,0,0,0,0,0 +14121,0,0,0,0,0 +14122,0,0,0,0,0 +14123,0,0,0,0,0 +14124,0,0,0,0,0 +14125,0,0,0,0,0 +14126,0,0,0,0,0 +14127,0,0,0,0,0 +14128,0,0,0,0,0 +14129,0,0,0,0,0 +14130,0,0,0,0,0 +14131,0,0,0,0,0 +14132,0,0,0,0,0 +14133,0,0,0,0,0 +14134,0,0,0,0,0 +14135,0,0,0,0,0 +14136,0,0,0,0,0 +14137,0,0,0,0,0 +14138,0,0,0,0,0 +14139,0,0,0,0,0 +14140,0,0,0,0,0 +14141,0,0,0,0,0 +14142,0,0,0,0,0 +14143,0,0,0,0,0 +14144,0,0,0,0,0 +14145,0,0,0,0,0 +14146,0,0,0,0,0 +14147,0,0,0,0,0 +14148,0,0,0,0,0 +14149,0,0,0,0,0 +14150,0,0,0,0,0 +14151,0,0,0,0,0 +14152,0,0,0,0,0 +14153,0,0,0,0,0 +14154,0,0,0,0,0 +14155,0,0,0,0,0 +14156,0,0,0,0,0 +14157,0,0,0,0,0 +14158,0,0,0,0,0 +14159,0,0,0,0,0 +14160,0,0,0,0,0 +14161,0,0,0,0,0 +14162,0,0,0,0,0 +14163,0,0,0,0,0 +14164,0,0,0,0,0 +14165,0,0,0,0,0 +14166,0,0,0,0,0 +14167,0,0,0,0,0 +14168,0,0,0,0,0 +14169,0,0,0,0,0 +14170,0,0,0,0,0 +14171,0,0,0,0,0 +14172,0,0,0,0,0 +14173,0,0,0,0,0 +14174,0,0,0,0,0 +14175,0,0,0,0,0 +14176,0,0,0,0,0 +14177,0,0,0,0,0 +14178,0,0,0,0,0 +14179,0,0,0,0,0 +14180,0,0,0,0,0 +14181,0,0,0,0,0 +14182,0,0,0,0,0 +14183,0,0,0,0,0 +14184,0,0,0,0,0 +14185,0,0,0,0,0 +14186,0,0,0,0,0 +14187,0,0,0,0,0 +14188,0,0,0,0,0 +14189,0,0,0,0,0 +14190,0,0,0,0,0 +14191,0,0,0,0,0 +14192,0,0,0,0,0 +14193,0,0,0,0,0 +14194,0,0,0,0,0 +14195,0,0,0,0,0 +14196,0,0,0,0,0 +14197,0,0,0,0,0 +14198,0,0,0,0,0 +14199,0,0,0,0,0 +14200,0,0,0,0,0 +14201,0,0,0,0,0 +14202,0,0,0,0,0 +14203,0,0,0,0,0 +14204,0,0,0,0,0 +14205,0,0,0,0,0 +14206,0,0,0,0,0 +14207,0,0,0,0,0 +14208,0,0,0,0,0 +14209,0,0,0,0,0 +14210,0,0,0,0,0 +14211,0,0,0,0,0 +14212,0,0,0,0,0 +14213,0,0,0,0,0 +14214,0,0,0,0,0 +14215,0,0,0,0,0 +14216,0,0,0,0,0 +14217,0,0,0,0,0 +14218,0,0,0,0,0 +14219,0,0,0,0,0 +14220,0,0,0,0,0 +14221,0,0,0,0,0 +14222,0,0,0,0,0 +14223,0,0,0,0,0 +14224,0,0,0,0,0 +14225,0,0,0,0,0 +14226,0,0,0,0,0 +14227,0,0,0,0,0 +14228,0,0,0,0,0 +14229,0,0,0,0,0 +14230,0,0,0,0,0 +14231,0,0,0,0,0 +14232,0,0,0,0,0 +14233,0,0,0,0,0 +14234,0,0,0,0,0 +14235,0,0,0,0,0 +14236,0,0,0,0,0 +14237,0,0,0,0,0 +14238,0,0,0,0,0 +14239,0,0,0,0,0 +14240,0,0,0,0,0 +14241,0,0,0,0,0 +14242,0,0,0,0,0 +14243,0,0,0,0,0 +14244,0,0,0,0,0 +14245,0,0,0,0,0 +14246,0,0,0,0,0 +14247,0,0,0,0,0 +14248,0,0,0,0,0 +14249,0,0,0,0,0 +14250,0,0,0,0,0 +14251,0,0,0,0,0 +14252,0,0,0,0,0 +14253,0,0,0,0,0 +14254,0,0,0,0,0 +14255,0,0,0,0,0 +14256,0,0,0,0,0 +14257,0,0,0,0,0 +14258,0,0,0,0,0 +14259,0,0,0,0,0 +14260,0,0,0,0,0 +14261,0,0,0,0,0 +14262,0,0,0,0,0 +14263,0,0,0,0,0 +14264,0,0,0,0,0 +14265,0,0,0,0,0 +14266,0,0,0,0,0 +14267,0,0,0,0,0 +14268,0,0,0,0,0 +14269,0,0,0,0,0 +14270,0,0,0,0,0 +14271,0,0,0,0,0 +14272,0,0,0,0,0 +14273,0,0,0,0,0 +14274,0,0,0,0,0 +14275,0,0,0,0,0 +14276,0,0,0,0,0 +14277,0,0,0,0,0 +14278,0,0,0,0,0 +14279,0,0,0,0,0 +14280,0,0,0,0,0 +14281,0,0,0,0,0 +14282,0,0,0,0,0 +14283,0,0,0,0,0 +14284,0,0,0,0,0 +14285,0,0,0,0,0 +14286,0,0,0,0,0 +14287,0,0,0,0,0 +14288,0,0,0,0,0 +14289,0,0,0,0,0 +14290,0,0,0,0,0 +14291,0,0,0,0,0 +14292,0,0,0,0,0 +14293,0,0,0,0,0 +14294,0,0,0,0,0 +14295,0,0,0,0,0 +14296,0,0,0,0,0 +14297,0,0,0,0,0 +14298,0,0,0,0,0 +14299,0,0,0,0,0 +14300,0,0,0,0,0 +14301,0,0,0,0,0 +14302,0,0,0,0,0 +14303,0,0,0,0,0 +14304,0,0,0,0,0 +14305,0,0,0,0,0 +14306,0,0,0,0,0 +14307,0,0,0,0,0 +14308,0,0,0,0,0 +14309,0,0,0,0,0 +14310,0,0,0,0,0 +14311,0,0,0,0,0 +14312,0,0,0,0,0 +14313,0,0,0,0,0 +14314,0,0,0,0,0 +14315,0,0,0,0,0 +14316,0,0,0,0,0 +14317,0,0,0,0,0 +14318,0,0,0,0,0 +14319,0,0,0,0,0 +14320,0,0,0,0,0 +14321,0,0,0,0,0 +14322,0,0,0,0,0 +14323,0,0,0,0,0 +14324,0,0,0,0,0 +14325,0,0,0,0,0 +14326,0,0,0,0,0 +14327,0,0,0,0,0 +14328,0,0,0,0,0 +14329,0,0,0,0,0 +14330,0,0,0,0,0 +14331,0,0,0,0,0 +14332,0,0,0,0,0 +14333,0,0,0,0,0 +14334,0,0,0,0,0 +14335,0,0,0,0,0 +14336,0,0,0,0,0 +14337,0,0,0,0,0 +14338,0,0,0,0,0 +14339,0,0,0,0,0 +14340,0,0,0,0,0 +14341,0,0,0,0,0 +14342,0,0,0,0,0 +14343,0,0,0,0,0 +14344,0,0,0,0,0 +14345,0,0,0,0,0 +14346,0,0,0,0,0 +14347,0,0,0,0,0 +14348,0,0,0,0,0 +14349,0,0,0,0,0 +14350,0,0,0,0,0 +14351,0,0,0,0,0 +14352,0,0,0,0,0 +14353,0,0,0,0,0 +14354,0,0,0,0,0 +14355,0,0,0,0,0 +14356,0,0,0,0,0 +14357,0,0,0,0,0 +14358,0,0,0,0,0 +14359,0,0,0,0,0 +14360,0,0,0,0,0 +14361,0,0,0,0,0 +14362,0,0,0,0,0 +14363,0,0,0,0,0 +14364,0,0,0,0,0 +14365,0,0,0,0,0 +14366,0,0,0,0,0 +14367,0,0,0,0,0 +14368,0,0,0,0,0 +14369,0,0,0,0,0 +14370,0,0,0,0,0 +14371,0,0,0,0,0 +14372,0,0,0,0,0 +14373,0,0,0,0,0 +14374,0,0,0,0,0 +14375,0,0,0,0,0 +14376,0,0,0,0,0 +14377,0,0,0,0,0 +14378,0,0,0,0,0 +14379,0,0,0,0,0 +14380,0,0,0,0,0 +14381,0,0,0,0,0 +14382,0,0,0,0,0 +14383,0,0,0,0,0 +14384,0,0,0,0,0 +14385,0,0,0,0,0 +14386,0,0,0,0,0 +14387,0,0,0,0,0 +14388,0,0,0,0,0 +14389,0,0,0,0,0 +14390,0,0,0,0,0 +14391,0,0,0,0,0 +14392,0,0,0,0,0 +14393,0,0,0,0,0 +14394,0,0,0,0,0 +14395,0,0,0,0,0 +14396,0,0,0,0,0 +14397,0,0,0,0,0 +14398,0,0,0,0,0 +14399,0,0,0,0,0 +14400,0,0,0,0,0 +14401,0,0,0,0,0 +14402,0,0,0,0,0 +14403,0,0,0,0,0 +14404,0,0,0,0,0 +14405,0,0,0,0,0 +14406,0,0,0,0,0 +14407,0,0,0,0,0 +14408,0,0,0,0,0 +14409,0,0,0,0,0 +14410,0,0,0,0,0 +14411,0,0,0,0,0 +14412,0,0,0,0,0 +14413,0,0,0,0,0 +14414,0,0,0,0,0 +14415,0,0,0,0,0 +14416,0,0,0,0,0 +14417,0,0,0,0,0 +14418,0,0,0,0,0 +14419,0,0,0,0,0 +14420,0,0,0,0,0 +14421,0,0,0,0,0 +14422,0,0,0,0,0 +14423,0,0,0,0,0 +14424,0,0,0,0,0 +14425,0,0,0,0,0 +14426,0,0,0,0,0 +14427,0,0,0,0,0 +14428,0,0,0,0,0 +14429,0,0,0,0,0 +14430,0,0,0,0,0 +14431,0,0,0,0,0 +14432,0,0,0,0,0 +14433,0,0,0,0,0 +14434,0,0,0,0,0 +14435,0,0,0,0,0 +14436,0,0,0,0,0 +14437,0,0,0,0,0 +14438,0,0,0,0,0 +14439,0,0,0,0,0 +14440,0,0,0,0,0 +14441,0,0,0,0,0 +14442,0,0,0,0,0 +14443,0,0,0,0,0 +14444,0,0,0,0,0 +14445,0,0,0,0,0 +14446,0,0,0,0,0 +14447,0,0,0,0,0 +14448,0,0,0,0,0 +14449,0,0,0,0,0 +14450,0,0,0,0,0 +14451,0,0,0,0,0 +14452,0,0,0,0,0 +14453,0,0,0,0,0 +14454,0,0,0,0,0 +14455,0,0,0,0,0 +14456,0,0,0,0,0 +14457,0,0,0,0,0 +14458,0,0,0,0,0 +14459,0,0,0,0,0 +14460,0,0,0,0,0 +14461,0,0,0,0,0 +14462,0,0,0,0,0 +14463,0,0,0,0,0 +14464,0,0,0,0,0 +14465,0,0,0,0,0 +14466,0,0,0,0,0 +14467,0,0,0,0,0 +14468,0,0,0,0,0 +14469,0,0,0,0,0 +14470,0,0,0,0,0 +14471,0,0,0,0,0 +14472,0,0,0,0,0 +14473,0,0,0,0,0 +14474,0,0,0,0,0 +14475,0,0,0,0,0 +14476,0,0,0,0,0 +14477,0,0,0,0,0 +14478,0,0,0,0,0 +14479,0,0,0,0,0 +14480,0,0,0,0,0 +14481,0,0,0,0,0 +14482,0,0,0,0,0 +14483,0,0,0,0,0 +14484,0,0,0,0,0 +14485,0,0,0,0,0 +14486,0,0,0,0,0 +14487,0,0,0,0,0 +14488,0,0,0,0,0 +14489,0,0,0,0,0 +14490,0,0,0,0,0 +14491,0,0,0,0,0 +14492,0,0,0,0,0 +14493,0,0,0,0,0 +14494,0,0,0,0,0 +14495,0,0,0,0,0 +14496,0,0,0,0,0 +14497,0,0,0,0,0 +14498,0,0,0,0,0 +14499,0,0,0,0,0 +14500,0,0,0,0,0 +14501,0,0,0,0,0 +14502,0,0,0,0,0 +14503,0,0,0,0,0 +14504,0,0,0,0,0 +14505,0,0,0,0,0 +14506,0,0,0,0,0 +14507,0,0,0,0,0 +14508,0,0,0,0,0 +14509,0,0,0,0,0 +14510,0,0,0,0,0 +14511,0,0,0,0,0 +14512,0,0,0,0,0 +14513,0,0,0,0,0 +14514,0,0,0,0,0 +14515,0,0,0,0,0 +14516,0,0,0,0,0 +14517,0,0,0,0,0 +14518,0,0,0,0,0 +14519,0,0,0,0,0 +14520,0,0,0,0,0 +14521,0,0,0,0,0 +14522,0,0,0,0,0 +14523,0,0,0,0,0 +14524,0,0,0,0,0 +14525,0,0,0,0,0 +14526,0,0,0,0,0 +14527,0,0,0,0,0 +14528,0,0,0,0,0 +14529,0,0,0,0,0 +14530,0,0,0,0,0 +14531,0,0,0,0,0 +14532,0,0,0,0,0 +14533,0,0,0,0,0 +14534,0,0,0,0,0 +14535,0,0,0,0,0 +14536,0,0,0,0,0 +14537,0,0,0,0,0 +14538,0,0,0,0,0 +14539,0,0,0,0,0 +14540,0,0,0,0,0 +14541,0,0,0,0,0 +14542,0,0,0,0,0 +14543,0,0,0,0,0 +14544,0,0,0,0,0 +14545,0,0,0,0,0 +14546,0,0,0,0,0 +14547,0,0,0,0,0 +14548,0,0,0,0,0 +14549,0,0,0,0,0 +14550,0,0,0,0,0 +14551,0,0,0,0,0 +14552,0,0,0,0,0 +14553,0,0,0,0,0 +14554,0,0,0,0,0 +14555,0,0,0,0,0 +14556,0,0,0,0,0 +14557,0,0,0,0,0 +14558,0,0,0,0,0 +14559,0,0,0,0,0 +14560,0,0,0,0,0 +14561,0,0,0,0,0 +14562,0,0,0,0,0 +14563,0,0,0,0,0 +14564,0,0,0,0,0 +14565,0,0,0,0,0 +14566,0,0,0,0,0 +14567,0,0,0,0,0 +14568,0,0,0,0,0 +14569,0,0,0,0,0 +14570,0,0,0,0,0 +14571,0,0,0,0,0 +14572,0,0,0,0,0 +14573,0,0,0,0,0 +14574,0,0,0,0,0 +14575,0,0,0,0,0 +14576,0,0,0,0,0 +14577,0,0,0,0,0 +14578,0,0,0,0,0 +14579,0,0,0,0,0 +14580,0,0,0,0,0 +14581,0,0,0,0,0 +14582,0,0,0,0,0 +14583,0,0,0,0,0 +14584,0,0,0,0,0 +14585,0,0,0,0,0 +14586,0,0,0,0,0 +14587,0,0,0,0,0 +14588,0,0,0,0,0 +14589,0,0,0,0,0 +14590,0,0,0,0,0 +14591,0,0,0,0,0 +14592,0,0,0,0,0 +14593,0,0,0,0,0 +14594,0,0,0,0,0 +14595,0,0,0,0,0 +14596,0,0,0,0,0 +14597,0,0,0,0,0 +14598,0,0,0,0,0 +14599,0,0,0,0,0 +14600,0,0,0,0,0 +14601,0,0,0,0,0 +14602,0,0,0,0,0 +14603,0,0,0,0,0 +14604,0,0,0,0,0 +14605,0,0,0,0,0 +14606,0,0,0,0,0 +14607,0,0,0,0,0 +14608,0,0,0,0,0 +14609,0,0,0,0,0 +14610,0,0,0,0,0 +14611,0,0,0,0,0 +14612,0,0,0,0,0 +14613,0,0,0,0,0 +14614,0,0,0,0,0 +14615,0,0,0,0,0 +14616,0,0,0,0,0 +14617,0,0,0,0,0 +14618,0,0,0,0,0 +14619,0,0,0,0,0 +14620,0,0,0,0,0 +14621,0,0,0,0,0 +14622,0,0,0,0,0 +14623,0,0,0,0,0 +14624,0,0,0,0,0 +14625,0,0,0,0,0 +14626,0,0,0,0,0 +14627,0,0,0,0,0 +14628,0,0,0,0,0 +14629,0,0,0,0,0 +14630,0,0,0,0,0 +14631,0,0,0,0,0 +14632,0,0,0,0,0 +14633,0,0,0,0,0 +14634,0,0,0,0,0 +14635,0,0,0,0,0 +14636,0,0,0,0,0 +14637,0,0,0,0,0 +14638,0,0,0,0,0 +14639,0,0,0,0,0 +14640,0,0,0,0,0 +14641,0,0,0,0,0 +14642,0,0,0,0,0 +14643,0,0,0,0,0 +14644,0,0,0,0,0 +14645,0,0,0,0,0 +14646,0,0,0,0,0 +14647,0,0,0,0,0 +14648,0,0,0,0,0 +14649,0,0,0,0,0 +14650,0,0,0,0,0 +14651,0,0,0,0,0 +14652,0,0,0,0,0 +14653,0,0,0,0,0 +14654,0,0,0,0,0 +14655,0,0,0,0,0 +14656,0,0,0,0,0 +14657,0,0,0,0,0 +14658,0,0,0,0,0 +14659,0,0,0,0,0 +14660,0,0,0,0,0 +14661,0,0,0,0,0 +14662,0,0,0,0,0 +14663,0,0,0,0,0 +14664,0,0,0,0,0 +14665,0,0,0,0,0 +14666,0,0,0,0,0 +14667,0,0,0,0,0 +14668,0,0,0,0,0 +14669,0,0,0,0,0 +14670,0,0,0,0,0 +14671,0,0,0,0,0 +14672,0,0,0,0,0 +14673,0,0,0,0,0 +14674,0,0,0,0,0 +14675,0,0,0,0,0 +14676,0,0,0,0,0 +14677,0,0,0,0,0 +14678,0,0,0,0,0 +14679,0,0,0,0,0 +14680,0,0,0,0,0 +14681,0,0,0,0,0 +14682,0,0,0,0,0 +14683,0,0,0,0,0 +14684,0,0,0,0,0 +14685,0,0,0,0,0 +14686,0,0,0,0,0 +14687,0,0,0,0,0 +14688,0,0,0,0,0 +14689,0,0,0,0,0 +14690,0,0,0,0,0 +14691,0,0,0,0,0 +14692,0,0,0,0,0 +14693,0,0,0,0,0 +14694,0,0,0,0,0 +14695,0,0,0,0,0 +14696,0,0,0,0,0 +14697,0,0,0,0,0 +14698,0,0,0,0,0 +14699,0,0,0,0,0 +14700,0,0,0,0,0 +14701,0,0,0,0,0 +14702,0,0,0,0,0 +14703,0,0,0,0,0 +14704,0,0,0,0,0 +14705,0,0,0,0,0 +14706,0,0,0,0,0 +14707,0,0,0,0,0 +14708,0,0,0,0,0 +14709,0,0,0,0,0 +14710,0,0,0,0,0 +14711,0,0,0,0,0 +14712,0,0,0,0,0 +14713,0,0,0,0,0 +14714,0,0,0,0,0 +14715,0,0,0,0,0 +14716,0,0,0,0,0 +14717,0,0,0,0,0 +14718,0,0,0,0,0 +14719,0,0,0,0,0 +14720,0,0,0,0,0 +14721,0,0,0,0,0 +14722,0,0,0,0,0 +14723,0,0,0,0,0 +14724,0,0,0,0,0 +14725,0,0,0,0,0 +14726,0,0,0,0,0 +14727,0,0,0,0,0 +14728,0,0,0,0,0 +14729,0,0,0,0,0 +14730,0,0,0,0,0 +14731,0,0,0,0,0 +14732,0,0,0,0,0 +14733,0,0,0,0,0 +14734,0,0,0,0,0 +14735,0,0,0,0,0 +14736,0,0,0,0,0 +14737,0,0,0,0,0 +14738,0,0,0,0,0 +14739,0,0,0,0,0 +14740,0,0,0,0,0 +14741,0,0,0,0,0 +14742,0,0,0,0,0 +14743,0,0,0,0,0 +14744,0,0,0,0,0 +14745,0,0,0,0,0 +14746,0,0,0,0,0 +14747,0,0,0,0,0 +14748,0,0,0,0,0 +14749,0,0,0,0,0 +14750,0,0,0,0,0 +14751,0,0,0,0,0 +14752,0,0,0,0,0 +14753,0,0,0,0,0 +14754,0,0,0,0,0 +14755,0,0,0,0,0 +14756,0,0,0,0,0 +14757,0,0,0,0,0 +14758,0,0,0,0,0 +14759,0,0,0,0,0 +14760,0,0,0,0,0 +14761,0,0,0,0,0 +14762,0,0,0,0,0 +14763,0,0,0,0,0 +14764,0,0,0,0,0 +14765,0,0,0,0,0 +14766,0,0,0,0,0 +14767,0,0,0,0,0 +14768,0,0,0,0,0 +14769,0,0,0,0,0 +14770,0,0,0,0,0 +14771,0,0,0,0,0 +14772,0,0,0,0,0 +14773,0,0,0,0,0 +14774,0,0,0,0,0 +14775,0,0,0,0,0 +14776,0,0,0,0,0 +14777,0,0,0,0,0 +14778,0,0,0,0,0 +14779,0,0,0,0,0 +14780,0,0,0,0,0 +14781,0,0,0,0,0 +14782,0,0,0,0,0 +14783,0,0,0,0,0 +14784,0,0,0,0,0 +14785,0,0,0,0,0 +14786,0,0,0,0,0 +14787,0,0,0,0,0 +14788,0,0,0,0,0 +14789,0,0,0,0,0 +14790,0,0,0,0,0 +14791,0,0,0,0,0 +14792,0,0,0,0,0 +14793,0,0,0,0,0 +14794,0,0,0,0,0 +14795,0,0,0,0,0 +14796,0,0,0,0,0 +14797,0,0,0,0,0 +14798,0,0,0,0,0 +14799,0,0,0,0,0 +14800,0,0,0,0,0 +14801,0,0,0,0,0 +14802,0,0,0,0,0 +14803,0,0,0,0,0 +14804,0,0,0,0,0 +14805,0,0,0,0,0 +14806,0,0,0,0,0 +14807,0,0,0,0,0 +14808,0,0,0,0,0 +14809,0,0,0,0,0 +14810,0,0,0,0,0 +14811,0,0,0,0,0 +14812,0,0,0,0,0 +14813,0,0,0,0,0 +14814,0,0,0,0,0 +14815,0,0,0,0,0 +14816,0,0,0,0,0 +14817,0,0,0,0,0 +14818,0,0,0,0,0 +14819,0,0,0,0,0 +14820,0,0,0,0,0 +14821,-1741.760026,-776.4882082,-1716.513039,-776.502732,-737.7766347 +14822,-1873.501719,-811.6938689,-1846.744253,-811.7082003,-928.9774381 +14823,-1994.328887,-845.7192088,-1964.357446,-845.7332383,-1136.194033 +14824,-1941.201422,-824.3053489,-1911.148282,-824.3190931,-1206.254043 +14825,-1874.01656,-796.1609214,-1845.065974,-796.1743256,-1166.409552 +14826,-1885.879775,-801.8508146,-1856.456173,-801.8638264,-1170.159995 +14827,-1878.593119,-799.5485624,-1849.126574,-799.5611963,-1161.810463 +14828,-1862.378682,-793.4902998,-1833.047899,-793.5025645,-1148.169573 +14829,-1843.060195,-786.1107129,-1813.916679,-786.1226141,-1132.921342 +14830,-1823.828853,-778.747281,-1794.863569,-778.7588234,-1117.923939 +14831,-1806.134931,-772.0018968,-1777.315628,-772.0130855,-1104.022599 +14832,-1790.427043,-766.0527483,-1761.716985,-766.0635896,-1091.49712 +14833,-1219.80215,-760.8741661,-1726.918693,-760.8846673,-1080.33752 +14834,-1494.982951,-756.3684814,-1216.743836,-756.3786505,-1070.414665 +14835,-1413.444499,-706.1637585,-1503.135545,-706.1736887,-1021.871911 +14836,-1388.937966,-617.5832991,-1401.364273,-617.5930704,-956.696435 +14837,-1376.56516,-649.9431431,-1388.836006,-649.9524411,-910.0840767 +14838,-1366.109364,-633.0859956,-1371.768994,-633.094995,-883.3886481 +14839,-1353.443088,-626.2272476,-1367.486925,-626.2359246,-791.7172789 +14840,-1342.503625,-679.1232299,-1348.619871,-679.1316288,-971.6695984 +14841,-1333.272474,-596.9927772,-1343.235387,-597.0008894,-1002.149777 +14842,-1323.826763,-626.5891888,-1331.08616,-626.5971394,-946.1000023 +14843,-1311.067466,-613.477824,-1319.329016,-613.4854813,-840.348469 +14844,-1304.342674,-608.42234,-1312.727402,-608.4297781,-906.0989568 +14845,-1293.269004,-604.282939,-1300.182772,-604.2900828,-783.9342384 +14846,-1285.548169,-598.8662765,-1293.118989,-598.8732401,-893.7484871 +14847,-1276.558514,-593.7330908,-1282.008503,-593.7397823,-764.9838057 +14848,-1265.660738,-589.2687647,-1273.426336,-589.2752919,-887.096852 +14849,-1261.122001,-585.4850942,-1267.765978,-585.4913653,-752.158309 +14850,-1250.507144,-580.1736943,-1256.544562,-580.1796908,-917.2412548 +14851,-1243.309131,-577.1242492,-1248.413702,-577.1300982,-984.4293316 +14852,-1236.346372,-570.9917548,-1243.662013,-570.9974387,-1001.245954 +14853,-1228.745467,-569.3564423,-1230.635207,-569.3619553,-1008.548546 +14854,-1220.987978,-563.1599127,-1228.913794,-563.1652623,-1010.682618 +14855,-1212.565857,-560.6432233,-1217.558395,-560.6483742,-921.5767809 +14856,-1207.575846,-556.8966127,-1210.305565,-556.9016773,-819.2019147 +14857,-1198.606292,-552.5806416,-1206.690018,-552.5855321,-775.1590843 +14858,-1187.945813,-470.8585995,-1183.585283,-544.8903865,-602.4333304 +14859,-1178.005607,-452.5968121,-1177.210322,-542.3699087,-815.0107362 +14860,-1169.604153,-431.5504061,-1167.14873,-537.488535,-941.94463 +14861,-1165.248161,-414.6774303,-1158.837238,-532.8736279,-881.8762627 +14862,-1153.857841,-395.7153665,-1150.67347,-529.3571048,-729.7839302 +14863,-1150.832536,-377.9629873,-1144.482908,-525.7373382,-886.6632855 +14864,-1141.346988,-358.2156287,-1135.419939,-521.0251314,-862.7287945 +14865,-1133.807268,-340.9852721,-1128.700837,-517.8617446,-772.7097539 +14866,-1123.707957,-329.2326669,-1118.277014,-513.139941,-587.4027271 +14867,-1121.219652,-311.4950177,-1112.499257,-509.6043882,-802.1589453 +14868,-1109.817809,-292.4920272,-1103.732628,-505.2892362,-840.9261402 +14869,-1103.647606,-274.9495051,-1096.753612,-501.9451476,-759.0979605 +14870,-1097.390832,-255.5234394,-1090.739877,-498.4265647,-721.0095895 +14871,-1091.64241,-237.2582557,-1082.494778,-494.7239428,-704.0270346 +14872,-1082.85138,-217.6624275,-1074.8692,-490.7395814,-695.5922133 +14873,-1075.648201,-198.4456689,-1069.209716,-487.4675995,-691.4592043 +14874,-1068.947054,-179.1786168,-1060.802285,-483.530968,-688.8245114 +14875,-1063.644621,-165.5772351,-1053.788352,-480.2226053,-686.9665685 +14876,-1056.245656,-149.7584025,-1048.410179,-477.2132791,-506.3086174 +14877,-1047.85835,-134.0476406,-1039.653828,-473.7963182,-761.2616734 +14878,-1044.267501,-118.2788327,-1034.463555,-469.1876998,-913.5880361 +14879,-1034.592437,-102.2496381,-1027.105364,-467.3448027,-862.3014902 +14880,-1028.600407,-85.70288346,-1020.009467,-462.524448,-773.8501995 +14881,94.20333883,42.67202254,94.19821137,42.67685973,-846.8113959 +14882,94.94619527,49.30410684,95.07132375,42.84752825,127.0781921 +14883,97.05028099,59.84238587,97.36788514,43.58121194,171.8668101 +14884,99.8777981,70.93490964,100.3925277,44.67151112,209.745741 +14885,103.1708206,81.19237222,103.8631787,46.02177954,240.892934 +14886,106.6941959,90.38340238,107.5420138,47.5154957,267.4833286 +14887,110.3333593,98.69744891,111.3188548,49.08650262,291.0904 +14888,114.036492,106.3619909,115.1464171,50.70158497,312.463708 +14889,117.7784781,113.5381032,119.0024193,52.34403837,331.9290458 +14890,121.5446053,120.3281972,122.8736749,54.00429192,349.6837462 +14891,125.3243737,126.8025659,126.7505698,55.6756994,365.9075549 +14892,129.1100582,133.0161901,130.6259924,57.35328583,380.7790007 +14893,132.8959498,139.0153282,134.4947115,59.03323258,394.4654838 +14894,136.6781491,144.8393558,138.3531944,60.7127464,407.116173 +14895,140.4540028,150.5213442,142.1990551,62.38978342,418.8602898 +14896,144.2218684,156.0887073,146.0308262,64.06291207,429.8092067 +14897,147.713231,161.4424057,149.5800921,65.60951675,439.572537 +14898,151.5327733,166.8762104,153.4515795,67.30407101,449.3337091 +14899,155.326822,172.2445549,157.2916059,68.98531978,458.5223447 +14900,159.0973041,177.5606772,161.102042,70.65375139,467.2044337 +14901,162.8471422,182.8360342,164.8857215,72.31041587,475.4390714 +14902,166.5794861,188.0803477,168.6456801,73.95652529,483.2784338 +14903,170.2970653,193.3016176,172.3845133,75.59312573,490.7677194 +14904,174.0020285,198.5039602,176.1042196,77.22101241,497.9457489 +14905,177.6960586,203.6959844,179.806316,78.84077962,504.8459036 +14906,181.3804958,208.8796928,183.4919638,80.45287736,511.4969723 +14907,185.0564756,214.0611784,187.1621091,82.05767404,517.9239449 +14908,188.7249622,219.2405094,190.8175161,83.65546938,524.1485356 +14909,192.3868317,224.4224183,194.4588533,85.24653121,530.1897417 +14910,196.0428607,229.6060169,198.0866823,86.83108829,536.064166 +14911,199.6937817,234.7952759,201.7015135,88.40935389,541.786415 +14912,203.3320551,239.928358,205.2977068,89.97885409,547.3692519 +14913,206.953229,244.9670508,208.8720132,91.53819406,552.8238982 +14914,210.5567619,249.9039294,212.4240858,93.08726559,558.1602623 +14915,214.1439807,254.7467921,215.954951,94.62656069,563.3871948 +14916,217.7165055,406.5436381,219.4658387,96.15665084,568.5125373 +14917,221.2757437,428.7522867,222.9578211,97.67803129,573.5433301 +14918,224.8227817,422.5232701,226.431716,99.19108125,578.4857979 +14919,228.3584596,457.3135599,229.8881369,100.696089,583.3454146 +14920,231.8833798,477.9828836,233.3274852,102.193249,588.1268627 +14921,235.3980556,497.6022957,236.7500847,103.682725,592.8342964 +14922,238.9029718,517.1528786,240.1562418,105.1646787,597.4714885 +14923,242.398642,536.4743551,243.5462961,106.6392933,602.0419651 +14924,245.8855736,555.3152677,246.920586,108.1067574,606.5489818 +14925,249.3642757,573.9844168,250.2794565,109.5672686,610.99557 +14926,252.8352137,592.1432837,253.6232133,111.0210111,615.3844792 +14927,256.2988369,610.5872068,256.9521503,112.4681675,619.718249 +14928,259.7555548,628.3308022,260.2665254,113.9089059,623.999182 +14929,263.2057608,645.9544895,263.5665814,115.3433892,628.2294007 +14930,266.6498217,663.4169064,266.8525374,116.7717696,632.410843 +14931,270.0880945,680.4474134,270.124612,118.1941983,636.5453213 +14932,273.520902,697.7407064,273.3829987,119.6108135,640.6344855 +14933,276.9484408,714.3880674,276.6279007,121.0217562,644.6799017 +14934,280.3707973,730.8175916,279.8594986,122.4271543,648.6829985 +14935,283.7880492,747.5730684,283.0779843,123.8271386,652.6451417 +14936,287.2002677,763.6177689,286.2835345,125.2218296,656.5675902 +14937,290.6075539,779.6988489,289.4763393,126.6113513,660.4515587 +14938,294.0099996,795.3031026,292.6565681,127.9958151,664.2981586 +14939,297.4077279,811.4342407,295.8244127,129.3753398,668.108486 +14940,300.8008424,827.022888,298.9800407,130.7500299,671.883538 +14941,303.7466824,1010.294979,301.6808505,131.9187287,674.8192306 +14942,313.8607151,1027.163132,311.5495899,136.2988932,691.2203204 +14943,327.3153349,1043.313833,324.7673822,142.1303703,714.3298302 +14944,340.5612758,1058.834775,337.7848511,147.805333,737.668177 +14945,352.2306148,1074.312209,349.2289019,152.7232689,758.5782505 +14946,362.2843773,1089.498575,359.0549638,156.8893159,776.7844017 +14947,371.0789992,1110.238281,367.6139278,160.4822905,792.7756304 +14948,378.9394168,1129.794774,375.2314365,163.6593048,807.0489942 +14949,386.0868463,1149.234814,382.126295,166.526067,819.941539 +14950,392.6553552,1168.406672,388.4340816,169.1451714,831.6696689 +14951,398.7415917,1187.321802,394.2494221,171.5610892,842.3900872 +14952,404.4239672,1205.658441,399.6522317,173.8093918,852.2323467 +14953,409.7687667,1224.909181,404.7070362,175.9196574,861.3102911 +14954,414.831694,1242.946954,409.469372,177.9162869,869.7240729 +14955,419.6590674,1261.161055,413.9881238,179.8191776,877.560876 +14956,424.2890492,1279.242571,418.2998107,181.6444005,884.895746 +14957,428.7530741,1296.986019,422.4355397,183.4049386,891.7931352 +14958,433.077034,1314.78065,426.4235932,185.1112823,898.3083242 +14959,437.282331,1332.09658,430.2837734,186.7719423,904.4888476 +14960,441.3866562,1349.536549,434.0334759,188.3938241,910.3755764 +14961,445.4046789,1366.642341,437.6879203,189.9825493,916.003733 +14962,449.3485576,1383.641243,441.2598461,191.542692,921.4036579 +14963,453.2285254,1400.401534,444.7597142,193.0779863,926.6015393 +14964,457.0534201,1417.162448,448.1960947,194.5914768,931.6199624 +14965,460.8304548,1433.628006,451.5760894,196.0856607,936.478466 +14966,464.5654349,1449.993699,454.9056088,197.5625806,941.1939268 +14967,468.2631143,1466.135854,458.18962,199.0239216,945.7809838 +14968,471.9274264,1482.339813,461.4322878,200.4710681,950.2523058 +14969,475.5616839,1498.041586,464.6371349,201.9051707,954.6189153 +14970,479.1686682,1513.943807,467.8071305,203.3271815,958.8903794 +14971,482.7507415,1528.198968,470.944803,204.7378997,963.075051 +14972,486.2952112,1542.213066,474.0378029,206.1315763,967.1801376 +14973,489.7952482,1555.963446,477.079479,207.5051297,971.211915 +14974,493.251194,1569.40751,480.0702327,208.85866,975.1758768 +14975,496.6666353,1582.856152,483.0137337,210.1937012,979.076878 +14976,500.0455412,1595.697906,485.9140998,211.5119527,982.9191777 +14977,503.3912647,1608.716472,488.77487,212.8148372,986.706551 +14978,506.706449,1621.302894,491.5988809,214.1034606,990.4423052 +14979,509.9932311,1633.689634,494.3884592,215.3787075,994.1293751 +14980,513.2533902,1646.12398,497.1455628,216.6413079,997.7703423 +14981,516.488454,1663.825535,499.8718896,217.8918866,1001.367509 +14982,519.6997348,1670.207379,502.5689142,219.1309787,1004.922908 +14983,522.8883751,1690.146335,505.2379347,220.3590507,1008.438365 +14984,526.0553604,1691.838452,507.8800827,221.5765038,1011.915495 +14985,529.2015877,1717.861799,510.496367,222.7836932,1015.355765 +14986,532.3279402,1710.124786,513.0876755,223.9809283,1018.760481 +14987,535.4352777,1706.997241,515.6548113,225.1684881,1022.13084 +14988,538.5243907,1750.680672,518.1984939,226.3466213,1025.467923 +14989,541.5959993,1744.179362,520.7193869,227.5155578,1028.772737 +14990,544.6507612,1758.595589,523.2181063,228.6755122,1032.046224 +14991,547.6892711,1768.78914,525.6952196,229.8266824,1035.289255 +14992,550.712052,1779.232737,528.1512414,230.9692468,1038.502619 +14993,553.7195912,1789.084719,530.5866443,232.1033686,1041.687036 +14994,556.7122738,1799.031947,533.0018662,233.2291993,1044.843171 +14995,559.6904062,1808.827123,535.3973243,234.3468841,1047.97166 +14996,562.6542657,1818.203161,537.7734131,235.4565611,1051.073097 +14997,565.6041074,1827.80755,540.1305108,236.5583634,1054.148056 +14998,568.5401773,1837.103187,542.4689767,237.6524185,1057.197075 +14999,571.4627166,1846.126317,544.7891543,238.7388489,1178.672684 +15000,574.3719533,1855.179209,547.091376,239.8177738,1167.075324 +15001,577.6097546,1866.976445,549.717604,241.0446009,1193.781229 +15002,580.8569826,1876.57286,552.3501586,242.270077,1214.501172 +15003,758.0751004,1885.604067,555.0904696,243.5410314,1227.343004 +15004,683.2436164,1894.503421,557.8479173,244.8176694,1239.731725 +15005,719.2997263,1903.307908,560.577467,246.0804792,1251.632201 +15006,733.7292118,1911.867566,563.2680871,247.3250038,1263.175064 +15007,746.3093088,1920.149726,565.9222448,248.5527039,1274.889028 +15008,759.0348749,1928.515462,568.54465,249.7659477,1285.717271 +15009,771.6039153,1936.647963,571.1388448,250.9665078,1297.04483 +15010,783.8944908,1944.647257,573.7072212,252.1555894,1307.836512 +15011,795.9961466,1952.332375,576.2514822,253.3340481,1318.51283 +15012,808.2217757,1960.218869,578.7730711,254.5025921,1328.995416 +15013,820.0955685,1967.702607,581.2732257,255.6618116,1339.609277 +15014,831.7674187,1975.119595,583.753069,256.8122258,1349.651223 +15015,843.6795309,1982.547915,674.068935,257.9542628,1360.211023 +15016,855.1392479,1989.648962,672.2082722,258.9719855,1369.870085 +15017,866.4918783,1996.678296,673.2853191,259.585354,1379.752548 +15018,878.0591503,2003.594021,688.9930466,257.838713,1389.815279 +15019,889.2395342,2010.519905,698.2309039,256.1413782,1399.149672 +15020,900.401848,2017.208882,707.0716841,254.5115342,1409.086271 +15021,911.2493877,2023.592057,716.1886127,252.9445116,1418.343976 +15022,922.5439034,2029.978131,725.0868602,279.8795048,1427.521275 +15023,933.2023651,2036.396348,733.3955347,295.1674759,1437.319168 +15024,943.821424,2042.502354,742.3197576,298.4111803,1445.913838 +15025,954.6827368,2048.658832,750.4921741,301.2028697,1455.131646 +15026,965.1029436,2054.444479,759.0451313,307.6034205,1463.787467 +15027,975.9554508,2060.312988,766.9532113,312.1754259,1472.980732 +15028,985.9921135,2065.976536,775.4735777,316.4284715,1481.51754 +15029,996.3862826,2071.532275,783.2164583,320.8645601,1490.134123 +15030,1006.760737,2076.96843,791.2252136,325.1398848,1498.671218 +15031,1017.027911,2081.934684,799.6439049,329.5142607,1507.128041 +15032,1027.291848,2086.717271,807.702053,333.7074518,1515.42006 +15033,1037.173057,2091.331218,815.3823408,338.0391231,1523.696746 +15034,1047.6502,2095.790568,823.696278,342.1858094,1531.857564 +15035,1057.427641,2100.100725,831.4197989,346.3402116,1539.941788 +15036,1067.396429,2104.265162,839.0945858,350.3569262,1547.940518 +15037,1077.248991,2108.386746,847.1254578,354.5186021,1555.861248 +15038,1086.734073,2114.161809,854.6591742,358.3927453,1563.658556 +15039,1096.96022,2119.462811,862.3092775,362.5748848,1571.091325 +15040,1106.362468,2120.296638,869.6679059,366.2305578,1579.34215 +15041,1116.35908,2130.652769,877.4985363,370.3175555,1586.674546 +15042,1125.281017,2120.930138,884.9291997,374.0499112,1593.982009 +15043,1135.07112,2121.38787,892.0286721,377.8051785,1601.745281 +15044,1144.346784,2138.769605,899.4625485,381.8032465,1608.824314 +15045,1153.360707,2133.63122,906.5203427,385.2164664,1616.452302 +15046,1163.249127,2138.287514,913.6598228,389.1625872,1623.494572 +15047,1171.895471,2141.021131,921.1890936,392.7198968,1630.555132 +15048,1181.422996,2143.608597,928.1923495,396.4117893,1638.02434 +15049,1190.44281,2146.040291,934.9946226,399.9756207,1644.758278 +15050,1199.324288,2148.362095,942.1890728,403.4201811,1651.878999 +15051,1208.486419,2150.669193,949.1716204,406.9519118,1658.64143 +15052,1217.41194,2152.594967,955.8202509,410.6683571,1665.583874 +15053,1226.136877,2154.629839,962.9318898,414.0676978,1672.480117 +15054,1235.1331,2156.350987,969.756712,417.2933395,1679.074239 +15055,1243.893122,2158.225908,976.311295,421.0712066,1685.89818 +15056,1252.459697,2159.760328,983.2078043,424.2133224,1692.491498 +15057,1261.293391,2161.26632,989.9800224,427.7265315,1699.034306 +15058,1269.888195,2162.641962,996.3804288,431.0943406,1705.70673 +15059,1278.302814,2163.902603,1003.157376,434.1541379,1716.412096 +15060,1286.917444,2165.155429,1009.812466,437.7965883,1723.987128 +15061,1178.026467,2112.636288,898.67659,387.677749,1479.882257 +15062,1184.633295,2112.71156,903.1451246,389.9945988,1506.207091 +15063,1192.007862,2112.953056,908.1785859,392.3848014,1501.028073 +15064,1199.454733,2113.25198,913.8638272,395.1885164,1507.659524 +15065,1207.148144,2113.520174,919.1739737,398.0290605,1512.751825 +15066,1214.701592,2113.835039,924.6223217,400.6628807,1517.892614 +15067,1222.451028,2113.819655,930.4546271,403.5798287,1523.286898 +15068,1229.979039,2113.941921,935.7934882,406.2592709,1528.401404 +15069,1237.854964,2113.88664,941.347903,408.8390728,1533.835216 +15070,1245.256542,2113.646463,947.0478463,411.9513857,1539.084249 +15071,1253.159807,2113.572037,952.4778026,414.488173,1544.383992 +15072,1260.789417,2113.176887,957.8692528,417.3711641,1549.605239 +15073,1269.942125,2112.775071,963.6472642,419.9613009,1554.961152 +15074,1278.924881,2112.26341,968.9041899,422.7058526,1560.220612 +15075,1288.167098,2111.656467,974.3745608,425.3453545,1566.812217 +15076,1297.296639,2110.954938,979.9699329,427.9898291,1577.966656 +15077,1306.634058,2110.159358,984.9105466,430.8341832,1574.1445 +15078,1316.041578,2109.269968,990.8150936,433.3436354,1593.301886 +15079,1325.381806,2108.287596,996.1124647,436.1473825,1579.275338 +15080,1334.374452,2107.212619,1001.446469,438.7037065,1574.555577 +15081,1344.753206,2106.046024,1006.719491,441.3066972,1607.685694 +15082,1353.89615,2104.788543,1012.279377,444.0502401,1598.142469 +15083,1363.805036,2103.440901,1017.43906,446.5760325,1606.377934 +15084,1373.333465,2102.003531,1022.642108,449.1484167,1611.482334 +15085,1383.262375,2100.477329,1028.251442,451.681187,1616.491761 +15086,1393.042819,2098.862844,1033.211874,454.4594587,1621.489924 +15087,1402.878151,2097.160971,1038.512341,456.865268,1626.52159 +15088,1412.994238,2095.372293,1043.914382,459.5808302,1631.367939 +15089,1422.772981,2093.497731,1048.972484,462.0488515,1636.342547 +15090,1432.992772,2091.537373,1054.06378,464.565811,1641.233023 +15091,1442.702031,2089.23711,1058.853345,466.9227016,1646.180877 +15092,1452.482788,2086.908007,1063.435525,469.2425503,1650.858135 +15093,1462.208871,2084.204178,1068.097108,471.5368798,1655.913962 +15094,1472.134622,2081.630861,1072.700216,473.8097448,1660.55317 +15095,1481.94884,2078.867687,1077.11458,475.8563239,1665.396653 +15096,1491.847053,2076.021168,1081.813177,478.4256096,1670.144502 +15097,1501.705167,2073.083249,1086.029364,480.4781564,1674.968295 +15098,1511.775767,2070.055503,1090.65153,482.9538222,1679.478748 +15099,1521.728719,2067.03721,1094.861583,484.7840459,1684.429632 +15100,1531.769746,2064.031881,1099.442074,487.120432,1703.462488 +15101,1541.856068,2083.427236,1103.506237,489.2350862,1691.868099 +15102,1551.871737,2023.560737,1108.006694,491.3700438,1678.570845 +15103,1562.152442,2069.750886,1112.077389,493.2332996,1714.886935 +15104,1572.186351,2046.489207,1116.543493,495.7679308,1704.374841 +15105,1582.557592,2046.250327,1120.46738,497.6476295,1713.425626 +15106,1592.763494,2053.205338,1136.790443,499.7756787,1714.194594 +15107,1615.258114,2042.193647,1123.463551,501.8403232,1721.991476 +15108,1616.64033,2015.613052,1123.099476,503.8914341,1725.371949 +15109,1600.652605,2042.208504,1144.110579,505.9293227,1745.890671 +15110,1647.513489,2023.904411,1139.219555,507.953251,1707.880495 +15111,1641.47672,2022.791098,1145.062446,509.9660458,1760.64649 +15112,1654.970055,2033.797358,1149.244879,511.9650367,1728.17524 +15113,1665.663655,2011.08844,1153.037269,513.9521218,1743.705426 +15114,1676.324166,2011.975813,1157.096739,515.9242614,1749.664486 +15115,1686.777742,2007.632787,1160.93695,517.8894268,1743.805541 +15116,1697.401199,2002.799131,1164.987418,519.861387,1751.241287 +15117,1708.285273,1998.092889,1168.654764,521.7624985,1753.377831 +15118,1718.563555,1993.429567,1172.547518,523.7135155,1756.188355 +15119,1729.53645,1988.677394,1176.400672,525.2706361,1759.197554 +15120,1740.321986,1983.801832,1180.279917,527.746852,1766.912663 +15121,1508.758656,1850.051503,941.7468093,419.9114055,1321.716279 +15122,1512.488391,1867.813788,939.191517,418.5690645,1280.986527 +15123,1518.694821,1872.473551,938.2021128,418.538787,1298.539179 +15124,1548.178116,1808.275854,938.1206549,418.6575807,1286.680893 +15125,1498.007213,1853.159633,938.4792814,419.2752072,1288.535435 +15126,1581.622726,1825.841712,938.801308,419.2735631,1288.403894 +15127,1506.698707,1822.241986,939.5940764,419.9438868,1288.528476 +15128,1596.738867,1815.457419,940.145519,420.4419625,1288.781307 +15129,1524.925404,1808.378105,940.9454837,420.9731926,1289.448367 +15130,1612.146004,1801.428143,941.7943407,421.5194916,1289.888081 +15131,1540.46739,1794.193957,942.4932518,422.1438075,1290.653064 +15132,1634.64144,1801.038519,943.4931893,422.7302708,1291.432222 +15133,1548.470811,1760.170353,944.3518786,423.353233,1292.300785 +15134,1626.280914,1782.315342,945.2965498,423.9862572,1293.23937 +15135,1636.952691,1763.600957,946.2617828,424.6318603,1294.240551 +15136,1587.275638,1758.309875,947.2477865,425.2903409,1295.308417 +15137,1639.613884,1751.058499,948.2600582,425.9594758,1296.425207 +15138,1640.603333,1743.612051,949.2936598,426.6394924,1297.595844 +15139,1647.132263,1736.478292,950.4023323,427.3553323,1298.817078 +15140,1657.179378,1728.842611,951.3902217,428.0172455,1300.083678 +15141,1666.26871,1721.459159,952.4656953,428.7444961,1301.395825 +15142,1675.340333,1713.936977,953.6483929,429.4582922,1302.742484 +15143,1684.381834,1706.38534,954.7301407,430.1840681,1304.135612 +15144,1693.463732,1698.791663,955.8760679,430.9431495,1305.562739 +15145,1703.025604,1691.154998,957.0269053,431.6454074,1307.026277 +15146,1712.031733,1683.475455,958.1323183,432.4115085,1308.599197 +15147,1721.674798,1675.752979,959.39587,433.1616534,1309.931078 +15148,1730.754838,1667.987543,960.5954575,433.692219,1311.669042 +15149,1740.668647,1660.179184,961.7126473,434.8125842,1313.189306 +15150,1749.877309,1652.327759,962.9593309,435.4123,1314.895569 +15151,1759.099228,1644.188185,964.1711936,436.282744,1316.418941 +15152,1768.93231,1636.22585,965.5597382,437.0590417,1318.066602 +15153,1778.185577,1628.003876,966.8301569,437.9018058,1319.874846 +15154,1787.605353,1619.81471,968.223047,438.753113,1321.607657 +15155,1797.291691,1611.565007,969.4044774,439.5475096,1324.303957 +15156,1806.995277,1603.269764,970.8813286,440.4343929,1334.186604 +15157,1816.43786,1594.931002,972.1750292,441.2310216,1317.969949 +15158,1825.88774,1586.549172,973.8225038,442.0993623,1326.423743 +15159,1835.980298,1578.126216,978.9906665,442.9744609,1331.494268 +15160,1845.464673,1569.663056,974.4863671,443.786225,1328.751858 +15161,1855.31027,1561.160583,984.9641532,444.6650142,1330.56737 +15162,1865.073928,1552.61996,973.5554931,445.5493509,1331.330864 +15163,1875.000385,1544.041778,974.730098,446.3690269,1332.483335 +15164,1884.526199,1535.427997,986.2533424,447.2550707,1333.458479 +15165,1894.677035,1526.778265,981.729702,448.1460094,1334.315577 +15166,1904.574041,1518.095108,984.4617468,448.9709754,1335.388254 +15167,1929.723157,1509.37835,985.868123,449.8921025,1336.387911 +15168,1912.063507,1500.630001,987.2478729,450.712489,1337.41997 +15169,1929.173483,1491.850286,988.6914593,451.6065903,1338.468434 +15170,1949.732413,1483.040165,989.9046794,452.5047613,1347.21106 +15171,1952.670386,1474.201857,991.5014165,453.3307625,1334.445217 +15172,1964.312925,1465.335698,992.7108825,454.2267703,1338.792864 +15173,1974.647057,1456.442539,994.1469678,455.1262387,1345.75362 +15174,1984.457988,1447.524146,995.5084881,455.9516349,1342.948381 +15175,1994.639809,1438.485554,996.8742799,456.8476131,1344.996095 +15176,2004.846583,1429.657465,998.2415903,457.7466771,1346.225413 +15177,2015.010636,1420.603397,999.6710124,458.569275,1363.688001 +15178,2025.135884,1411.608838,1000.854689,459.4650115,1323.288211 +15179,2035.298925,1402.580334,1002.366646,460.3612102,1368.512839 +15180,2045.494221,1393.533232,1003.722515,461.1804169,1337.731168 +15181,2312.060381,1491.978137,1240.80506,568.634105,1750.592774 +15182,2296.432144,1485.48543,1246.635778,572.1667884,1749.44997 +15183,2324.332755,1477.779491,1251.099425,574.1489467,1766.469289 +15184,2334.887289,1470.293033,1255.050401,576.3381521,1780.854273 +15185,2346.941337,1462.369245,1258.729211,578.2906476,1790.420926 +15186,2359.7981,1454.4063,1262.222042,580.2070912,1796.058631 +15187,2372.094375,1446.269615,1265.589778,581.961428,1799.120367 +15188,2384.361635,1438.397981,1268.866041,583.764687,1800.62272 +15189,2396.882914,1430.053514,1272.071152,585.4996344,1801.239599 +15190,2409.139921,1421.856945,1275.21416,587.2125517,1801.384926 +15191,2421.299245,1413.75969,1278.302816,588.9009711,1801.297797 +15192,2441.243483,1405.556706,1281.340115,590.5660401,1801.333713 +15193,2442.327627,1397.177223,1284.329635,592.2098542,1801.355143 +15194,2459.080993,1388.859965,1287.272695,593.8327439,1801.195968 +15195,2470.799206,1380.682741,1290.172457,595.3936903,1801.119572 +15196,2482.330967,1372.305725,1293.029427,597.0399792,1801.184865 +15197,2494.779187,1363.991288,1295.845333,598.5752352,1801.336415 +15198,2506.701552,1355.653865,1298.620922,600.1287837,1801.578392 +15199,2518.866106,1347.310369,1301.358004,601.6580705,1801.902825 +15200,2530.581147,1338.867379,1304.149012,603.170091,1802.302245 +15201,2542.93324,1330.726213,1307.514228,604.6652753,1802.774138 +15202,2554.812408,1322.189117,1311.955763,606.1437895,1803.30511 +15203,2566.90088,1313.813893,1309.367122,607.606362,1803.89412 +15204,2586.129308,1305.571882,1326.62636,609.0528608,1804.742636 +15205,2587.956624,1297.257213,1298.282844,610.4932979,1805.64801 +15206,2603.37262,1288.723521,1328.836652,611.9164409,1806.328611 +15207,2615.167704,1280.56905,1319.913922,613.3221425,1806.985987 +15208,2627.020007,1272.092026,1324.387172,614.712119,1807.74134 +15209,2638.820051,1263.902774,1326.846257,616.0874987,1808.52717 +15210,2650.371356,1255.636627,1329.209074,617.4484019,1809.318333 +15211,2669.895147,1247.158547,1331.592539,618.8126572,1810.371253 +15212,2671.824802,1241.700976,1333.953753,620.1670487,1811.427307 +15213,2685.761036,1236.026934,1336.291056,621.5104527,1812.156501 +15214,2697.952747,1230.19132,1338.604205,622.8420739,1812.836466 +15215,2709.647123,1224.447415,1340.893495,624.1626275,1813.608546 +15216,2728.56079,1218.701637,1343.158793,625.4718071,1814.621242 +15217,2730.673363,1212.887337,1345.400894,626.7703948,1815.597869 +15218,2743.761926,1231.510892,1347.619122,628.0581139,1816.168667 +15219,2763.620461,1165.604286,1349.817057,629.3350186,1817.051322 +15220,2766.57943,1239.64795,1351.99109,630.6015568,1818.093143 +15221,2777.682081,1147.127637,1354.237639,631.8582762,1819.013187 +15222,2797.183388,1221.101806,1356.228748,633.104385,1819.84754 +15223,2801.660864,1148.464118,1358.407798,634.3410936,1820.834264 +15224,2818.519379,1189.582479,1360.484526,635.5679683,1821.79067 +15225,2823.84833,1159.392323,1362.55538,636.7855949,1822.606013 +15226,2838.213862,1164.759221,1364.606968,637.9936676,1823.292318 +15227,2843.819854,1156.043226,1366.63973,639.1927902,1823.821083 +15228,2850.672756,1151.209907,1370.566313,640.3828036,1823.965821 +15229,2853.186264,1145.666217,1369.781368,641.5641905,1823.544257 +15230,2855.493718,1140.308981,1381.336607,642.7367549,1822.440765 +15231,2857.783501,1134.925184,1360.336405,643.9009967,1820.761758 +15232,2860.146573,1129.517532,1383.508295,645.1012826,1818.643179 +15233,2862.555585,1124.327783,1376.927007,646.1383878,1816.161528 +15234,2865.058589,1119.024278,1380.291925,647.3764872,1813.442819 +15235,2867.672802,1113.897915,1382.250958,648.4703347,1810.570039 +15236,2870.388321,1108.627523,1384.221689,649.6021166,1807.588587 +15237,2873.205883,1103.560446,1385.939832,650.7201744,1804.540608 +15238,2876.09777,1098.480123,1394.831229,651.8309879,1801.437213 +15239,2879.108542,1093.460569,1379.297101,652.9350954,1798.339317 +15240,2882.224913,1088.492672,1396.55446,653.9866105,1795.257661 +15241,2885.037977,1106.530845,1456.937672,678.1911589,1791.781866 +15242,2890.481382,1102.995217,1439.263552,680.4117612,1791.017868 +15243,2897.419576,1099.02085,1448.414688,682.3352648,1791.858856 +15244,2904.708554,1095.097707,1454.813661,684.1338835,1793.168521 +15245,2911.749877,1090.983441,1455.590328,685.6786679,1794.347039 +15246,2918.630416,1087.020807,1458.774203,687.3901502,1795.177875 +15247,2924.86039,1082.923692,1461.606572,688.9122307,1795.706782 +15248,2930.895511,1079.008002,1464.188147,690.4520588,1796.02581 +15249,2936.826662,1075.080879,1467.024519,691.9599333,1796.184589 +15250,2942.566,1069.050685,1462.744372,690.5130058,1796.105968 +15251,2948.863554,1064.88877,1463.888631,691.3839259,1795.745247 +15252,2955.53111,1060.873857,1465.813985,692.4856959,1795.204362 +15253,2962.249876,1056.945083,1467.908413,693.7796659,1794.577599 +15254,2968.83281,1053.091878,1469.865165,694.9883243,1793.894403 +15255,2975.25062,1049.311841,1472.172688,696.248588,1793.168443 +15256,2981.537356,1045.60414,1474.224302,697.5519169,1792.404517 +15257,2987.730494,1041.969546,1476.315335,698.7303485,1791.601869 +15258,2994.118263,1038.478152,1478.465073,700.0147388,1790.956778 +15259,3000.149382,1034.891588,1480.402046,701.2518991,1790.063202 +15260,3006.151181,1031.532162,1482.646816,702.4411943,1789.141787 +15261,3012.143525,1028.192489,1484.676115,703.7521089,1788.200865 +15262,3018.127142,1024.874392,1486.692169,704.9457624,1787.238396 +15263,3024.500236,1021.808465,1494.1173,706.1785124,1786.364041 +15264,3030.371316,1018.676982,1483.012703,707.3980641,1785.349631 +15265,3036.514488,1015.689745,1501.192821,708.6119928,1784.313829 +15266,3042.360354,1012.779368,1492.195058,709.8201283,1783.37906 +15267,3047.688469,1009.958056,1497.263707,711.0228396,1782.337303 +15268,3053.852917,1007.227112,1499.180541,712.2195411,1781.252433 +15269,3059.955099,1004.611546,1500.761255,713.5037712,1780.183917 +15270,3065.88698,1002.223568,1502.909562,714.8306022,1779.101247 +15271,3071.803034,999.7550035,1504.392626,716.3378497,1778.001322 +15272,3078.026979,997.3054128,1505.828298,717.7278603,1776.867821 +15273,3083.944109,994.8826649,1507.294048,719.2239986,1775.697707 +15274,3089.843732,992.4870502,1508.495794,720.766737,1774.501568 +15275,3095.746828,990.118277,1510.005299,722.4894138,1773.289376 +15276,3101.655927,987.7753884,1511.220486,724.0562868,1772.248973 +15277,3107.856236,985.4577747,1512.565058,725.8684173,1770.978366 +15278,3113.776516,983.1644117,1513.713364,727.5928693,1769.688079 +15279,3119.695225,980.8947232,1514.992317,729.4945309,1768.389122 +15280,3125.625716,978.7152212,1515.963641,731.327068,1767.087329 +15281,3131.742721,976.3912213,1522.460871,733.257502,1765.915799 +15282,3137.70183,974.2357123,1511.33501,735.2846129,1764.611717 +15283,3143.641675,972.0433432,1526.833598,737.2254101,1763.470461 +15284,3149.765246,969.8814712,1518.85062,739.3369985,1762.221811 +15285,3155.755945,967.7401296,1521.73831,741.4506597,1760.860342 +15286,3161.808867,965.6183894,1522.955614,743.6220225,1759.621538 +15287,3168.055561,963.5162476,1523.924091,745.7887496,1758.14529 +15288,3174.415771,961.433347,1524.817881,748.1408277,1756.390103 +15289,3180.833421,959.3696368,1525.70533,750.4218742,1755.21857 +15290,3187.576735,957.3247772,1526.705066,752.8000991,1753.750927 +15291,3194.039235,955.2987994,1527.53866,755.2197301,1752.570929 +15292,3200.688936,953.2913288,1533.166987,757.6887856,1751.307642 +15293,3207.190662,951.3026548,1522.865361,760.2079433,1749.910013 +15294,3213.672606,949.3321916,1536.400836,762.7764688,1748.712298 +15295,3220.371877,947.3801688,1530.039422,765.3956989,1747.453632 +15296,3226.953377,945.4465373,1531.421416,768.0649121,1746.083099 +15297,3233.453277,943.531143,1532.699366,770.7845938,1744.633585 +15298,3240.02873,941.6338589,1533.498071,773.5546626,1743.226412 +15299,3246.831714,939.7548073,1538.884048,776.3754856,1741.980014 +15300,3253.469885,937.9321013,1528.834696,779.2474011,1740.597546 +15301,3261.988282,902.6836464,1460.892544,748.6076916,1745.692452 +15302,3261.977205,900.3504916,1457.813228,751.1017851,1742.426625 +15303,3259.453518,898.0318547,1457.094891,753.6119445,1735.732818 +15304,3259.19744,895.7808416,1462.043727,756.2167329,1729.737557 +15305,3261.685933,893.5548332,1449.395187,758.8798934,1725.544028 +15306,3266.410547,891.3517481,1463.4839,761.5986154,1723.445322 +15307,3272.514732,889.168795,1448.566728,764.3705688,1722.305789 +15308,3279.38811,887.0045797,1462.271994,767.193925,1721.836705 +15309,3286.576268,884.8584582,1447.465647,770.0682559,1722.01464 +15310,3293.812885,882.7294442,1456.130475,772.9926292,1722.48435 +15311,3301.303622,880.6809877,1453.358248,775.9093777,1723.354005 +15312,3308.916661,878.4916159,1452.676637,779.0190711,1724.273524 +15313,3316.506312,876.4569249,1452.148269,782.0507974,1725.536285 +15314,3324.113581,874.3835333,1451.623196,785.1817872,1726.940203 +15315,3331.728271,872.335411,1450.977276,788.4120259,1728.457648 +15316,3339.33953,870.2394418,1450.345396,791.5429294,1730.060638 +15317,3346.951479,868.3153075,1449.647201,794.8536837,1731.728277 +15318,3354.554631,866.2687039,1449.024795,798.1607803,1733.446923 +15319,3362.148368,864.2914253,1448.314738,801.5251576,1735.206702 +15320,3369.742437,862.3194562,1447.60653,804.878301,1736.99846 +15321,3377.327805,860.3621653,1446.882739,808.4272051,1738.814676 +15322,3384.902303,858.4192505,1446.140079,811.8921365,1740.649343 +15323,3392.476094,856.4907875,1445.353077,815.4563308,1742.497076 +15324,3400.041873,854.5763475,1444.614844,819.0582411,1744.354892 +15325,3407.598156,852.6759806,1443.795968,822.7067655,1746.220298 +15326,3415.157505,850.7890546,1442.987687,826.3634729,1747.883209 +15327,3422.711907,848.9777307,1442.178121,830.0869222,1749.759932 +15328,3430.26518,847.0264503,1441.327435,833.9335568,1751.642444 +15329,3437.800707,845.2235114,1440.469488,840.0878176,1753.519393 +15330,3445.333427,843.3803408,1439.73928,840.5637523,1755.393303 +15331,3452.849351,841.5884483,1438.715075,849.2887827,1757.258006 +15332,3460.258396,839.8157362,1437.968152,846.6977518,1759.123833 +15333,3467.505142,838.0594028,1437.113788,859.9030188,1760.991039 +15334,3474.608878,836.3182017,1436.29674,851.0527622,1762.873999 +15335,3481.570498,834.5918627,1435.399979,873.2789817,1764.754799 +15336,3488.446069,832.8796917,1434.59246,851.8064663,1766.656191 +15337,3495.27496,831.1815986,1433.706042,868.48759,1768.594012 +15338,3501.990439,829.4970617,1432.82522,875.6392662,1770.507957 +15339,3508.602114,827.8260266,1431.929465,875.8061906,1772.398507 +15340,3515.156248,826.1678694,1431.040175,881.1122464,1774.295459 +15341,3521.654643,824.4620767,1430.125752,885.2037266,1776.196408 +15342,3528.093734,822.9179235,1429.168805,889.3488922,1778.096525 +15343,3534.47709,821.2545191,1428.288373,893.5998338,1779.996462 +15344,3540.80721,819.7148623,1427.327347,897.6486839,1781.896754 +15345,3547.083617,818.0292575,1426.377141,902.0349756,1783.795938 +15346,3553.306305,816.4856191,1425.416658,906.2422442,1785.692996 +15347,3559.474197,814.9016151,1424.562189,910.5400212,1787.58621 +15348,3565.582695,813.3372384,1423.41729,914.8507587,1789.471335 +15349,3571.634949,811.7837111,1422.47741,919.2471598,1791.350045 +15350,3577.639104,810.2403468,1421.486748,923.5020199,1793.2285 +15351,3583.596074,808.7072507,1420.443687,927.9210866,1795.107022 +15352,3589.503408,807.1838292,1419.412599,932.2338891,1796.983964 +15353,3595.209256,805.6702905,1413.06045,936.7442952,1798.743339 +15354,3601.038531,804.165779,1424.984729,941.1873688,1800.630725 +15355,3606.825243,802.6708316,1407.707489,945.5385811,1802.521587 +15356,3612.554002,801.1845804,1423.302638,950.0432718,1804.406246 +15357,3618.194807,799.7073133,1405.807838,954.5030684,1806.262101 +15358,3623.663885,798.2384069,1415.692739,958.9854921,1808.024082 +15359,3629.210347,796.7779103,1411.245201,963.549002,1809.879939 +15360,3634.750508,795.3254519,1410.338281,967.9498299,1811.767328 +15361,3634.886949,727.8241136,1241.94677,906.3823683,1806.006331 +15362,3623.164235,725.9465924,1261.567497,910.7669704,1787.682023 +15363,3608.166212,724.367683,1255.827729,915.0483377,1764.573048 +15364,3596.823203,722.8747731,1242.140475,919.517529,1743.090545 +15365,3590.555228,721.4269501,1254.17277,924.1880344,1725.306332 +15366,3588.251992,720.0072809,1247.952428,928.5720462,1710.999479 +15367,3588.401958,718.6092012,1247.808078,933.1842877,1699.349967 +15368,3589.874758,717.2282359,1246.816886,937.7390993,1689.615826 +15369,3592.018311,715.8967774,1245.885697,942.6414565,1681.288822 +15370,3594.619846,714.5530409,1246.527926,947.10962,1674.049096 +15371,3597.476225,713.2185059,1241.500234,951.8911663,1667.691234 +15372,3600.417935,711.8943792,1253.279984,956.4595929,1662.03821 +15373,3603.37576,710.581034,1241.118485,961.1709147,1656.972219 +15374,3606.338708,709.2776243,1245.820686,965.6926509,1652.413143 +15375,3609.308185,707.9843321,1229.425143,970.3741205,1648.295205 +15376,3612.218393,706.7004487,1251.451033,974.9897463,1644.511079 +15377,3615.042982,705.4262219,1235.2219,979.5417807,1640.991411 +15378,3617.862314,704.160873,1223.348752,984.3379191,1637.755457 +15379,3620.611621,702.9047655,1261.205547,988.7057271,1634.719956 +15380,3623.30507,701.6572113,1209.257782,993.4480407,1631.866815 +15381,3626.011469,700.4183831,1260.283872,997.9542709,1629.224075 +15382,3628.612962,699.1877214,1214.981645,1002.61179,1626.714308 +15383,3630.969089,697.9654517,1240.929697,1007.177808,1624.234926 +15384,3633.095771,696.750925,1232.444801,1011.62134,1621.782982 +15385,3635.117329,695.5424722,1227.777558,1016.206704,1619.428925 +15386,3637.09171,694.344509,1220.127822,1020.765858,1617.197179 +15387,3639.124112,693.1516161,1250.421582,1025.164846,1615.152511 +15388,3641.145589,691.9682075,1200.434695,1029.818159,1613.235883 +15389,3643.236541,690.7897405,1254.279083,1034.048012,1611.50164 +15390,3645.219098,689.6182935,1197.706081,1038.496506,1609.815678 +15391,3647.053236,687.9916936,1251.084902,1041.258153,1608.136006 +15392,3648.11234,686.2704734,1193.244885,1043.647039,1606.437204 +15393,3648.113115,684.5066292,1246.266952,1045.747816,1604.755397 +15394,3647.0643,682.7143996,1188.302307,1047.874988,1603.092246 +15395,3645.174619,680.8995566,1241.132677,1049.759103,1601.483399 +15396,3642.608683,679.0650654,1183.066143,1051.372646,1599.922706 +15397,3639.516127,677.2126687,1235.812223,1053.011833,1598.42559 +15398,3635.92802,675.3434644,1193.835606,1054.448499,1596.950673 +15399,3631.720913,673.4583026,1202.837331,1055.764407,1595.359913 +15400,3627.059714,671.5574502,1203.587271,1056.950288,1593.742724 +15401,3622.196523,669.6415497,1182.885744,1057.919514,1592.263366 +15402,3617.169091,667.764562,1215.589473,1058.910561,1590.934296 +15403,3611.936595,665.7407729,1174.201672,1059.640029,1589.714083 +15404,3606.448374,663.8062684,1185.281781,1060.390443,1588.554334 +15405,3600.617743,661.8221265,1199.323627,1060.863404,1587.385113 +15406,3594.498724,659.833176,1181.721501,1061.275108,1586.231817 +15407,3588.205739,657.8315553,1172.080338,1061.56705,1585.165482 +15408,3581.735819,655.8164421,1167.947108,1061.734133,1584.173965 +15409,3575.000204,653.7354902,1180.185329,1061.777049,1583.18338 +15410,3568.000092,651.7729512,1164.437732,1061.695663,1582.187833 +15411,3560.763386,649.6823374,1174.317721,1061.490747,1581.201277 +15412,3553.298308,647.6245093,1163.095881,1061.161987,1580.223338 +15413,3545.648139,645.5467064,1154.001323,1060.710185,1579.281212 +15414,3537.805375,643.4562027,1154.393578,1060.135075,1578.365209 +15415,3529.723114,641.3540914,1155.649563,1059.437689,1577.436191 +15416,3521.370092,639.2921321,1164.450444,1058.617906,1576.465762 +15417,3512.82487,637.0894936,1137.953293,1057.676734,1575.508015 +15418,3504.162456,634.9885754,1132.532038,1056.613906,1574.615939 +15419,3495.284273,632.831827,1148.050098,1055.430611,1573.713076 +15420,3486.152475,630.6711903,1134.224873,1054.127119,1572.767691 +15421,2356.225807,627.9630032,863.4038519,1052.217585,2231.319168 +15422,2459.717076,755.6074647,899.0119962,1180.318405,2293.56873 +15423,2594.969709,756.3321175,944.1504562,1182.065154,2365.098831 +15424,2708.985529,753.1420892,982.7659255,1179.4273,2420.517979 +15425,2780.783651,750.5752462,1007.401483,1177.30923,2447.098169 +15426,2818.826621,748.5377595,1020.866674,1174.775962,2452.62965 +15427,2839.927568,745.1475932,1029.121966,1172.031814,2450.385182 +15428,2852.425505,742.9493101,1034.824422,1168.337855,2445.653703 +15429,2860.096131,740.1829629,1039.152726,1164.440662,2440.503673 +15430,2864.569167,737.5118996,1042.621415,1160.31785,2435.663095 +15431,2866.592192,734.816304,1045.458194,1155.913317,2431.316175 +15432,2866.607931,732.1032681,1047.782871,1151.603077,2427.461656 +15433,2864.953105,729.3756842,1049.676665,1146.730195,2424.048908 +15434,2861.907813,726.6331716,1051.204617,1141.922273,2421.022131 +15435,2857.656968,723.8310292,1052.421515,1149.600189,2418.331095 +15436,2852.360604,721.1295636,1053.373149,1112.300989,2415.93119 +15437,2846.166606,718.3125062,1054.098145,1147.393798,2413.784223 +15438,2839.233077,715.5223502,1054.641589,1100.928754,2411.886297 +15439,2831.639267,713.2460124,1055.018059,1121.778752,2410.179461 +15440,2823.161545,710.5110733,1055.260939,1104.801698,2408.61506 +15441,2813.9752,707.7020075,1055.387821,1100.228678,2407.183698 +15442,2804.277935,704.8671086,1055.406144,1093.61227,2405.871016 +15443,2794.194357,701.9627892,1055.324538,1086.80376,2404.661993 +15444,2783.785092,699.1408067,1055.153127,1079.734148,2403.542416 +15445,2773.078226,696.1937321,1054.901761,1072.661587,2402.499278 +15446,2762.09038,693.2551738,1054.579069,1065.224291,2401.521063 +15447,2750.834894,690.2778096,1054.192151,1057.724865,2400.597446 +15448,2739.323575,687.2630935,1053.746823,1049.737392,2399.719376 +15449,2727.566139,684.2089775,1053.247764,1041.878397,2398.878753 +15450,2715.600142,681.108262,1052.712486,1033.551711,2398.100071 +15451,2703.400339,678.5413856,1052.130845,1028.310489,2397.34678 +15452,2691.379596,676.1549264,1051.518364,1023.590476,2396.589035 +15453,2679.816492,673.6989436,1050.899783,1018.900309,2395.836944 +15454,2668.760265,669.9188923,1050.283572,959.3207531,2395.090823 +15455,2650.581103,667.3265874,1049.617676,948.2482317,2394.344702 +15456,2628.010272,664.8725368,1048.920326,940.1829751,2393.595443 +15457,2605.539391,662.4571818,1048.217999,932.9164699,2392.842056 +15458,2584.841891,660.0607307,1047.538944,926.3022883,2392.117554 +15459,2566.219133,657.632245,1046.871994,919.8624406,2391.388178 +15460,2549.337244,655.3116574,1046.204044,913.7097563,2390.625734 +15461,2533.816266,652.8984126,1045.539348,907.7316582,2389.843802 +15462,2519.361311,650.5208506,1044.878307,901.9003666,2389.046133 +15463,2505.77279,648.1348918,1044.220175,896.13411,2388.232727 +15464,2492.91155,645.7455986,1043.563974,890.6358925,2387.402482 +15465,2480.670881,643.354614,1042.908705,885.1625506,2386.554078 +15466,2468.963102,640.960756,1042.253486,879.6208403,2385.686493 +15467,2457.714372,638.5252418,1041.597527,874.4381973,2384.798964 +15468,2446.896033,636.1996357,1040.955544,869.1608279,2383.926515 +15469,2436.427471,633.775604,1040.31267,864.0011867,2383.035784 +15470,2426.238482,631.3862209,1039.656388,858.8295072,2382.099047 +15471,2416.307863,628.990943,1038.993461,869.2780695,2381.133242 +15472,2406.610408,626.5958087,1038.325828,825.5623642,2379.946777 +15473,2397.124006,624.2024222,1037.65455,872.1613671,2378.945523 +15474,2387.828456,621.810188,1036.9798,811.1445711,2377.928598 +15475,2378.706118,619.3807995,1036.301524,856.840911,2376.895072 +15476,2369.742019,617.0520515,1035.619732,811.0753726,2375.845238 +15477,2360.922813,614.6382943,1034.934207,832.1100101,2374.779574 +15478,2352.237631,612.2628899,1034.245048,818.0328168,2373.699512 +15479,2343.676588,609.884887,1033.552118,814.8979565,2372.605911 +15480,2335.23119,607.5099281,1032.855331,810.329633,2371.499672 +15481,0,0,0,0,0 +15482,0,0,0,0,0 +15483,0,0,0,0,0 +15484,0,0,0,0,0 +15485,0,0,0,0,0 +15486,0,0,0,0,0 +15487,0,0,0,0,0 +15488,0,0,0,0,0 +15489,0,0,0,0,0 +15490,0,0,0,0,0 +15491,0,0,0,0,0 +15492,0,0,0,0,0 +15493,0,0,0,0,0 +15494,0,0,0,0,0 +15495,0,0,0,0,0 +15496,0,0,0,0,0 +15497,0,0,0,0,0 +15498,0,0,0,0,0 +15499,0,0,0,0,0 +15500,0,0,0,0,0 +15501,0,0,0,0,0 +15502,0,0,0,0,0 +15503,0,0,0,0,0 +15504,0,0,0,0,0 +15505,0,0,0,0,0 +15506,0,0,0,0,0 +15507,0,0,0,0,0 +15508,0,0,0,0,0 +15509,0,0,0,0,0 +15510,0,0,0,0,0 +15511,0,0,0,0,0 +15512,0,0,0,0,0 +15513,0,0,0,0,0 +15514,0,0,0,0,0 +15515,0,0,0,0,0 +15516,0,0,0,0,0 +15517,0,0,0,0,0 +15518,0,0,0,0,0 +15519,0,0,0,0,0 +15520,0,0,0,0,0 +15521,0,0,0,0,0 +15522,0,0,0,0,0 +15523,0,0,0,0,0 +15524,0,0,0,0,0 +15525,0,0,0,0,0 +15526,0,0,0,0,0 +15527,0,0,0,0,0 +15528,0,0,0,0,0 +15529,0,0,0,0,0 +15530,0,0,0,0,0 +15531,0,0,0,0,0 +15532,0,0,0,0,0 +15533,0,0,0,0,0 +15534,0,0,0,0,0 +15535,0,0,0,0,0 +15536,0,0,0,0,0 +15537,0,0,0,0,0 +15538,0,0,0,0,0 +15539,0,0,0,0,0 +15540,0,0,0,0,0 +15541,0,0,0,0,0 +15542,0,0,0,0,0 +15543,0,0,0,0,0 +15544,0,0,0,0,0 +15545,0,0,0,0,0 +15546,0,0,0,0,0 +15547,0,0,0,0,0 +15548,0,0,0,0,0 +15549,0,0,0,0,0 +15550,0,0,0,0,0 +15551,0,0,0,0,0 +15552,0,0,0,0,0 +15553,0,0,0,0,0 +15554,0,0,0,0,0 +15555,0,0,0,0,0 +15556,0,0,0,0,0 +15557,0,0,0,0,0 +15558,0,0,0,0,0 +15559,0,0,0,0,0 +15560,0,0,0,0,0 +15561,0,0,0,0,0 +15562,0,0,0,0,0 +15563,0,0,0,0,0 +15564,0,0,0,0,0 +15565,0,0,0,0,0 +15566,0,0,0,0,0 +15567,0,0,0,0,0 +15568,0,0,0,0,0 +15569,0,0,0,0,0 +15570,0,0,0,0,0 +15571,0,0,0,0,0 +15572,0,0,0,0,0 +15573,0,0,0,0,0 +15574,0,0,0,0,0 +15575,0,0,0,0,0 +15576,0,0,0,0,0 +15577,0,0,0,0,0 +15578,0,0,0,0,0 +15579,0,0,0,0,0 +15580,0,0,0,0,0 +15581,0,0,0,0,0 +15582,0,0,0,0,0 +15583,0,0,0,0,0 +15584,0,0,0,0,0 +15585,0,0,0,0,0 +15586,0,0,0,0,0 +15587,0,0,0,0,0 +15588,0,0,0,0,0 +15589,0,0,0,0,0 +15590,0,0,0,0,0 +15591,0,0,0,0,0 +15592,0,0,0,0,0 +15593,0,0,0,0,0 +15594,0,0,0,0,0 +15595,0,0,0,0,0 +15596,0,0,0,0,0 +15597,0,0,0,0,0 +15598,0,0,0,0,0 +15599,0,0,0,0,0 +15600,0,0,0,0,0 +15601,0,0,0,0,0 +15602,0,0,0,0,0 +15603,0,0,0,0,0 +15604,0,0,0,0,0 +15605,0,0,0,0,0 +15606,0,0,0,0,0 +15607,0,0,0,0,0 +15608,0,0,0,0,0 +15609,0,0,0,0,0 +15610,0,0,0,0,0 +15611,0,0,0,0,0 +15612,0,0,0,0,0 +15613,0,0,0,0,0 +15614,0,0,0,0,0 +15615,0,0,0,0,0 +15616,0,0,0,0,0 +15617,0,0,0,0,0 +15618,0,0,0,0,0 +15619,0,0,0,0,0 +15620,0,0,0,0,0 +15621,0,0,0,0,0 +15622,0,0,0,0,0 +15623,0,0,0,0,0 +15624,0,0,0,0,0 +15625,0,0,0,0,0 +15626,0,0,0,0,0 +15627,0,0,0,0,0 +15628,0,0,0,0,0 +15629,0,0,0,0,0 +15630,0,0,0,0,0 +15631,0,0,0,0,0 +15632,0,0,0,0,0 +15633,0,0,0,0,0 +15634,0,0,0,0,0 +15635,0,0,0,0,0 +15636,0,0,0,0,0 +15637,0,0,0,0,0 +15638,0,0,0,0,0 +15639,0,0,0,0,0 +15640,0,0,0,0,0 +15641,0,0,0,0,0 +15642,0,0,0,0,0 +15643,0,0,0,0,0 +15644,0,0,0,0,0 +15645,0,0,0,0,0 +15646,0,0,0,0,0 +15647,0,0,0,0,0 +15648,0,0,0,0,0 +15649,0,0,0,0,0 +15650,0,0,0,0,0 +15651,0,0,0,0,0 +15652,0,0,0,0,0 +15653,0,0,0,0,0 +15654,0,0,0,0,0 +15655,0,0,0,0,0 +15656,0,0,0,0,0 +15657,0,0,0,0,0 +15658,0,0,0,0,0 +15659,0,0,0,0,0 +15660,0,0,0,0,0 +15661,0,0,0,0,0 +15662,0,0,0,0,0 +15663,0,0,0,0,0 +15664,0,0,0,0,0 +15665,0,0,0,0,0 +15666,0,0,0,0,0 +15667,0,0,0,0,0 +15668,0,0,0,0,0 +15669,0,0,0,0,0 +15670,0,0,0,0,0 +15671,0,0,0,0,0 +15672,0,0,0,0,0 +15673,0,0,0,0,0 +15674,0,0,0,0,0 +15675,0,0,0,0,0 +15676,0,0,0,0,0 +15677,0,0,0,0,0 +15678,0,0,0,0,0 +15679,0,0,0,0,0 +15680,0,0,0,0,0 +15681,0,0,0,0,0 +15682,0,0,0,0,0 +15683,0,0,0,0,0 +15684,0,0,0,0,0 +15685,0,0,0,0,0 +15686,0,0,0,0,0 +15687,0,0,0,0,0 +15688,0,0,0,0,0 +15689,0,0,0,0,0 +15690,0,0,0,0,0 +15691,0,0,0,0,0 +15692,0,0,0,0,0 +15693,0,0,0,0,0 +15694,0,0,0,0,0 +15695,0,0,0,0,0 +15696,0,0,0,0,0 +15697,0,0,0,0,0 +15698,0,0,0,0,0 +15699,0,0,0,0,0 +15700,0,0,0,0,0 +15701,0,0,0,0,0 +15702,0,0,0,0,0 +15703,0,0,0,0,0 +15704,0,0,0,0,0 +15705,0,0,0,0,0 +15706,0,0,0,0,0 +15707,0,0,0,0,0 +15708,0,0,0,0,0 +15709,0,0,0,0,0 +15710,0,0,0,0,0 +15711,0,0,0,0,0 +15712,0,0,0,0,0 +15713,0,0,0,0,0 +15714,0,0,0,0,0 +15715,0,0,0,0,0 +15716,0,0,0,0,0 +15717,0,0,0,0,0 +15718,0,0,0,0,0 +15719,0,0,0,0,0 +15720,0,0,0,0,0 +15721,0,0,0,0,0 +15722,0,0,0,0,0 +15723,0,0,0,0,0 +15724,0,0,0,0,0 +15725,0,0,0,0,0 +15726,0,0,0,0,0 +15727,0,0,0,0,0 +15728,0,0,0,0,0 +15729,0,0,0,0,0 +15730,0,0,0,0,0 +15731,0,0,0,0,0 +15732,0,0,0,0,0 +15733,0,0,0,0,0 +15734,0,0,0,0,0 +15735,0,0,0,0,0 +15736,0,0,0,0,0 +15737,0,0,0,0,0 +15738,0,0,0,0,0 +15739,0,0,0,0,0 +15740,0,0,0,0,0 +15741,0,0,0,0,0 +15742,0,0,0,0,0 +15743,0,0,0,0,0 +15744,0,0,0,0,0 +15745,0,0,0,0,0 +15746,0,0,0,0,0 +15747,0,0,0,0,0 +15748,0,0,0,0,0 +15749,0,0,0,0,0 +15750,0,0,0,0,0 +15751,0,0,0,0,0 +15752,0,0,0,0,0 +15753,0,0,0,0,0 +15754,0,0,0,0,0 +15755,0,0,0,0,0 +15756,0,0,0,0,0 +15757,0,0,0,0,0 +15758,0,0,0,0,0 +15759,0,0,0,0,0 +15760,0,0,0,0,0 +15761,0,0,0,0,0 +15762,0,0,0,0,0 +15763,0,0,0,0,0 +15764,0,0,0,0,0 +15765,0,0,0,0,0 +15766,0,0,0,0,0 +15767,0,0,0,0,0 +15768,0,0,0,0,0 +15769,0,0,0,0,0 +15770,0,0,0,0,0 +15771,0,0,0,0,0 +15772,0,0,0,0,0 +15773,0,0,0,0,0 +15774,0,0,0,0,0 +15775,0,0,0,0,0 +15776,0,0,0,0,0 +15777,0,0,0,0,0 +15778,0,0,0,0,0 +15779,0,0,0,0,0 +15780,0,0,0,0,0 +15781,0,0,0,0,0 +15782,0,0,0,0,0 +15783,0,0,0,0,0 +15784,0,0,0,0,0 +15785,0,0,0,0,0 +15786,0,0,0,0,0 +15787,0,0,0,0,0 +15788,0,0,0,0,0 +15789,0,0,0,0,0 +15790,0,0,0,0,0 +15791,0,0,0,0,0 +15792,0,0,0,0,0 +15793,0,0,0,0,0 +15794,0,0,0,0,0 +15795,0,0,0,0,0 +15796,0,0,0,0,0 +15797,0,0,0,0,0 +15798,0,0,0,0,0 +15799,0,0,0,0,0 +15800,0,0,0,0,0 +15801,0,0,0,0,0 +15802,0,0,0,0,0 +15803,0,0,0,0,0 +15804,0,0,0,0,0 +15805,0,0,0,0,0 +15806,0,0,0,0,0 +15807,0,0,0,0,0 +15808,0,0,0,0,0 +15809,0,0,0,0,0 +15810,0,0,0,0,0 +15811,0,0,0,0,0 +15812,0,0,0,0,0 +15813,0,0,0,0,0 +15814,0,0,0,0,0 +15815,0,0,0,0,0 +15816,0,0,0,0,0 +15817,0,0,0,0,0 +15818,0,0,0,0,0 +15819,0,0,0,0,0 +15820,0,0,0,0,0 +15821,0,0,0,0,0 +15822,0,0,0,0,0 +15823,0,0,0,0,0 +15824,0,0,0,0,0 +15825,0,0,0,0,0 +15826,0,0,0,0,0 +15827,0,0,0,0,0 +15828,0,0,0,0,0 +15829,0,0,0,0,0 +15830,0,0,0,0,0 +15831,0,0,0,0,0 +15832,0,0,0,0,0 +15833,0,0,0,0,0 +15834,0,0,0,0,0 +15835,0,0,0,0,0 +15836,0,0,0,0,0 +15837,0,0,0,0,0 +15838,0,0,0,0,0 +15839,0,0,0,0,0 +15840,0,0,0,0,0 +15841,0,0,0,0,0 +15842,0,0,0,0,0 +15843,0,0,0,0,0 +15844,0,0,0,0,0 +15845,0,0,0,0,0 +15846,0,0,0,0,0 +15847,0,0,0,0,0 +15848,0,0,0,0,0 +15849,0,0,0,0,0 +15850,0,0,0,0,0 +15851,0,0,0,0,0 +15852,0,0,0,0,0 +15853,0,0,0,0,0 +15854,0,0,0,0,0 +15855,0,0,0,0,0 +15856,0,0,0,0,0 +15857,0,0,0,0,0 +15858,0,0,0,0,0 +15859,0,0,0,0,0 +15860,0,0,0,0,0 +15861,0,0,0,0,0 +15862,0,0,0,0,0 +15863,0,0,0,0,0 +15864,0,0,0,0,0 +15865,0,0,0,0,0 +15866,0,0,0,0,0 +15867,0,0,0,0,0 +15868,0,0,0,0,0 +15869,0,0,0,0,0 +15870,0,0,0,0,0 +15871,0,0,0,0,0 +15872,0,0,0,0,0 +15873,0,0,0,0,0 +15874,0,0,0,0,0 +15875,0,0,0,0,0 +15876,0,0,0,0,0 +15877,0,0,0,0,0 +15878,0,0,0,0,0 +15879,0,0,0,0,0 +15880,0,0,0,0,0 +15881,0,0,0,0,0 +15882,0,0,0,0,0 +15883,0,0,0,0,0 +15884,0,0,0,0,0 +15885,0,0,0,0,0 +15886,0,0,0,0,0 +15887,0,0,0,0,0 +15888,0,0,0,0,0 +15889,0,0,0,0,0 +15890,0,0,0,0,0 +15891,0,0,0,0,0 +15892,0,0,0,0,0 +15893,0,0,0,0,0 +15894,0,0,0,0,0 +15895,0,0,0,0,0 +15896,0,0,0,0,0 +15897,0,0,0,0,0 +15898,0,0,0,0,0 +15899,0,0,0,0,0 +15900,0,0,0,0,0 +15901,0,0,0,0,0 +15902,0,0,0,0,0 +15903,0,0,0,0,0 +15904,0,0,0,0,0 +15905,0,0,0,0,0 +15906,0,0,0,0,0 +15907,0,0,0,0,0 +15908,0,0,0,0,0 +15909,0,0,0,0,0 +15910,0,0,0,0,0 +15911,0,0,0,0,0 +15912,0,0,0,0,0 +15913,0,0,0,0,0 +15914,0,0,0,0,0 +15915,0,0,0,0,0 +15916,0,0,0,0,0 +15917,0,0,0,0,0 +15918,0,0,0,0,0 +15919,0,0,0,0,0 +15920,0,0,0,0,0 +15921,0,0,0,0,0 +15922,0,0,0,0,0 +15923,0,0,0,0,0 +15924,0,0,0,0,0 +15925,0,0,0,0,0 +15926,0,0,0,0,0 +15927,0,0,0,0,0 +15928,0,0,0,0,0 +15929,0,0,0,0,0 +15930,0,0,0,0,0 +15931,0,0,0,0,0 +15932,0,0,0,0,0 +15933,0,0,0,0,0 +15934,0,0,0,0,0 +15935,0,0,0,0,0 +15936,0,0,0,0,0 +15937,0,0,0,0,0 +15938,0,0,0,0,0 +15939,0,0,0,0,0 +15940,0,0,0,0,0 +15941,0,0,0,0,0 +15942,0,0,0,0,0 +15943,0,0,0,0,0 +15944,0,0,0,0,0 +15945,0,0,0,0,0 +15946,0,0,0,0,0 +15947,0,0,0,0,0 +15948,0,0,0,0,0 +15949,0,0,0,0,0 +15950,0,0,0,0,0 +15951,0,0,0,0,0 +15952,0,0,0,0,0 +15953,0,0,0,0,0 +15954,0,0,0,0,0 +15955,0,0,0,0,0 +15956,0,0,0,0,0 +15957,0,0,0,0,0 +15958,0,0,0,0,0 +15959,0,0,0,0,0 +15960,0,0,0,0,0 +15961,0,0,0,0,0 +15962,0,0,0,0,0 +15963,0,0,0,0,0 +15964,0,0,0,0,0 +15965,0,0,0,0,0 +15966,0,0,0,0,0 +15967,0,0,0,0,0 +15968,0,0,0,0,0 +15969,0,0,0,0,0 +15970,0,0,0,0,0 +15971,0,0,0,0,0 +15972,0,0,0,0,0 +15973,0,0,0,0,0 +15974,0,0,0,0,0 +15975,0,0,0,0,0 +15976,0,0,0,0,0 +15977,0,0,0,0,0 +15978,0,0,0,0,0 +15979,0,0,0,0,0 +15980,0,0,0,0,0 +15981,0,0,0,0,0 +15982,0,0,0,0,0 +15983,0,0,0,0,0 +15984,0,0,0,0,0 +15985,0,0,0,0,0 +15986,0,0,0,0,0 +15987,0,0,0,0,0 +15988,0,0,0,0,0 +15989,0,0,0,0,0 +15990,0,0,0,0,0 +15991,0,0,0,0,0 +15992,0,0,0,0,0 +15993,0,0,0,0,0 +15994,0,0,0,0,0 +15995,0,0,0,0,0 +15996,0,0,0,0,0 +15997,0,0,0,0,0 +15998,0,0,0,0,0 +15999,0,0,0,0,0 +16000,0,0,0,0,0 +16001,0,0,0,0,0 +16002,0,0,0,0,0 +16003,0,0,0,0,0 +16004,0,0,0,0,0 +16005,0,0,0,0,0 +16006,0,0,0,0,0 +16007,0,0,0,0,0 +16008,0,0,0,0,0 +16009,0,0,0,0,0 +16010,0,0,0,0,0 +16011,0,0,0,0,0 +16012,0,0,0,0,0 +16013,0,0,0,0,0 +16014,0,0,0,0,0 +16015,0,0,0,0,0 +16016,0,0,0,0,0 +16017,0,0,0,0,0 +16018,0,0,0,0,0 +16019,0,0,0,0,0 +16020,0,0,0,0,0 +16021,0,0,0,0,0 +16022,0,0,0,0,0 +16023,0,0,0,0,0 +16024,0,0,0,0,0 +16025,0,0,0,0,0 +16026,0,0,0,0,0 +16027,0,0,0,0,0 +16028,0,0,0,0,0 +16029,0,0,0,0,0 +16030,0,0,0,0,0 +16031,0,0,0,0,0 +16032,0,0,0,0,0 +16033,0,0,0,0,0 +16034,0,0,0,0,0 +16035,0,0,0,0,0 +16036,0,0,0,0,0 +16037,0,0,0,0,0 +16038,0,0,0,0,0 +16039,0,0,0,0,0 +16040,0,0,0,0,0 +16041,0,0,0,0,0 +16042,0,0,0,0,0 +16043,0,0,0,0,0 +16044,0,0,0,0,0 +16045,0,0,0,0,0 +16046,0,0,0,0,0 +16047,0,0,0,0,0 +16048,0,0,0,0,0 +16049,0,0,0,0,0 +16050,0,0,0,0,0 +16051,0,0,0,0,0 +16052,0,0,0,0,0 +16053,0,0,0,0,0 +16054,0,0,0,0,0 +16055,0,0,0,0,0 +16056,0,0,0,0,0 +16057,0,0,0,0,0 +16058,0,0,0,0,0 +16059,0,0,0,0,0 +16060,0,0,0,0,0 +16061,0,0,0,0,0 +16062,0,0,0,0,0 +16063,0,0,0,0,0 +16064,0,0,0,0,0 +16065,0,0,0,0,0 +16066,0,0,0,0,0 +16067,0,0,0,0,0 +16068,0,0,0,0,0 +16069,0,0,0,0,0 +16070,0,0,0,0,0 +16071,0,0,0,0,0 +16072,0,0,0,0,0 +16073,0,0,0,0,0 +16074,0,0,0,0,0 +16075,0,0,0,0,0 +16076,0,0,0,0,0 +16077,0,0,0,0,0 +16078,0,0,0,0,0 +16079,0,0,0,0,0 +16080,0,0,0,0,0 +16081,0,0,0,0,0 +16082,0,0,0,0,0 +16083,0,0,0,0,0 +16084,0,0,0,0,0 +16085,0,0,0,0,0 +16086,0,0,0,0,0 +16087,0,0,0,0,0 +16088,0,0,0,0,0 +16089,0,0,0,0,0 +16090,0,0,0,0,0 +16091,0,0,0,0,0 +16092,0,0,0,0,0 +16093,0,0,0,0,0 +16094,0,0,0,0,0 +16095,0,0,0,0,0 +16096,0,0,0,0,0 +16097,0,0,0,0,0 +16098,0,0,0,0,0 +16099,0,0,0,0,0 +16100,0,0,0,0,0 +16101,0,0,0,0,0 +16102,0,0,0,0,0 +16103,0,0,0,0,0 +16104,0,0,0,0,0 +16105,0,0,0,0,0 +16106,0,0,0,0,0 +16107,0,0,0,0,0 +16108,0,0,0,0,0 +16109,0,0,0,0,0 +16110,0,0,0,0,0 +16111,0,0,0,0,0 +16112,0,0,0,0,0 +16113,0,0,0,0,0 +16114,0,0,0,0,0 +16115,0,0,0,0,0 +16116,0,0,0,0,0 +16117,0,0,0,0,0 +16118,0,0,0,0,0 +16119,0,0,0,0,0 +16120,0,0,0,0,0 +16121,0,0,0,0,0 +16122,0,0,0,0,0 +16123,0,0,0,0,0 +16124,0,0,0,0,0 +16125,0,0,0,0,0 +16126,0,0,0,0,0 +16127,0,0,0,0,0 +16128,0,0,0,0,0 +16129,0,0,0,0,0 +16130,0,0,0,0,0 +16131,0,0,0,0,0 +16132,0,0,0,0,0 +16133,0,0,0,0,0 +16134,0,0,0,0,0 +16135,0,0,0,0,0 +16136,0,0,0,0,0 +16137,0,0,0,0,0 +16138,0,0,0,0,0 +16139,0,0,0,0,0 +16140,0,0,0,0,0 +16141,0,0,0,0,0 +16142,0,0,0,0,0 +16143,0,0,0,0,0 +16144,0,0,0,0,0 +16145,0,0,0,0,0 +16146,0,0,0,0,0 +16147,0,0,0,0,0 +16148,0,0,0,0,0 +16149,0,0,0,0,0 +16150,0,0,0,0,0 +16151,0,0,0,0,0 +16152,0,0,0,0,0 +16153,0,0,0,0,0 +16154,0,0,0,0,0 +16155,0,0,0,0,0 +16156,0,0,0,0,0 +16157,0,0,0,0,0 +16158,0,0,0,0,0 +16159,0,0,0,0,0 +16160,0,0,0,0,0 +16161,0,0,0,0,0 +16162,0,0,0,0,0 +16163,0,0,0,0,0 +16164,0,0,0,0,0 +16165,0,0,0,0,0 +16166,0,0,0,0,0 +16167,0,0,0,0,0 +16168,0,0,0,0,0 +16169,0,0,0,0,0 +16170,0,0,0,0,0 +16171,0,0,0,0,0 +16172,0,0,0,0,0 +16173,0,0,0,0,0 +16174,0,0,0,0,0 +16175,0,0,0,0,0 +16176,0,0,0,0,0 +16177,0,0,0,0,0 +16178,0,0,0,0,0 +16179,0,0,0,0,0 +16180,0,0,0,0,0 +16181,0,0,0,0,0 +16182,0,0,0,0,0 +16183,0,0,0,0,0 +16184,0,0,0,0,0 +16185,0,0,0,0,0 +16186,0,0,0,0,0 +16187,0,0,0,0,0 +16188,0,0,0,0,0 +16189,0,0,0,0,0 +16190,0,0,0,0,0 +16191,0,0,0,0,0 +16192,0,0,0,0,0 +16193,0,0,0,0,0 +16194,0,0,0,0,0 +16195,0,0,0,0,0 +16196,0,0,0,0,0 +16197,0,0,0,0,0 +16198,0,0,0,0,0 +16199,0,0,0,0,0 +16200,0,0,0,0,0 +16201,0,0,0,0,0 +16202,0,0,0,0,0 +16203,0,0,0,0,0 +16204,0,0,0,0,0 +16205,0,0,0,0,0 +16206,0,0,0,0,0 +16207,0,0,0,0,0 +16208,0,0,0,0,0 +16209,0,0,0,0,0 +16210,0,0,0,0,0 +16211,0,0,0,0,0 +16212,0,0,0,0,0 +16213,0,0,0,0,0 +16214,0,0,0,0,0 +16215,0,0,0,0,0 +16216,0,0,0,0,0 +16217,0,0,0,0,0 +16218,0,0,0,0,0 +16219,0,0,0,0,0 +16220,0,0,0,0,0 +16221,0,0,0,0,0 +16222,0,0,0,0,0 +16223,0,0,0,0,0 +16224,0,0,0,0,0 +16225,0,0,0,0,0 +16226,0,0,0,0,0 +16227,0,0,0,0,0 +16228,0,0,0,0,0 +16229,0,0,0,0,0 +16230,0,0,0,0,0 +16231,0,0,0,0,0 +16232,0,0,0,0,0 +16233,0,0,0,0,0 +16234,0,0,0,0,0 +16235,0,0,0,0,0 +16236,0,0,0,0,0 +16237,0,0,0,0,0 +16238,0,0,0,0,0 +16239,0,0,0,0,0 +16240,0,0,0,0,0 +16241,0,0,0,0,0 +16242,0,0,0,0,0 +16243,0,0,0,0,0 +16244,0,0,0,0,0 +16245,0,0,0,0,0 +16246,0,0,0,0,0 +16247,0,0,0,0,0 +16248,0,0,0,0,0 +16249,0,0,0,0,0 +16250,0,0,0,0,0 +16251,0,0,0,0,0 +16252,0,0,0,0,0 +16253,0,0,0,0,0 +16254,0,0,0,0,0 +16255,0,0,0,0,0 +16256,0,0,0,0,0 +16257,0,0,0,0,0 +16258,0,0,0,0,0 +16259,0,0,0,0,0 +16260,0,0,0,0,0 +16261,-1508.250025,-671.0614796,-1484.997709,-670.8569871,-261.8245627 +16262,-1638.884125,-705.7386894,-1614.06289,-705.5373737,-450.8156427 +16263,-2020.70562,-860.0138473,-1992.697827,-859.8161676,-1277.235231 +16264,-1578.026219,-661.1636545,-1551.42765,-660.9703854,-585.7631934 +16265,-1893.162386,-805.7222923,-1866.696702,-805.5344887,-1196.427094 +16266,-1627.297215,-685.8245298,-1600.733226,-685.6420311,-726.1241943 +16267,-1877.513782,-800.8850294,-1851.100139,-800.7079833,-1202.581239 +16268,-1658.820983,-702.3845036,-1632.329629,-702.212651,-811.9828832 +16269,-1742.254149,-740.2183386,-1714.955554,-740.0520458,-929.2668913 +16270,-1796.257697,-765.3480574,-1768.622888,-765.1870526,-1020.773947 +16271,-1824.982893,-779.2582931,-1797.240725,-779.1022716,-1079.734068 +16272,-1834.667704,-784.5910273,-1806.913419,-784.4397308,-1109.545653 +16273,-1832.396165,-784.4796164,-1804.652898,-784.3328638,-1118.828369 +16274,-1824.247887,-781.6509361,-1796.506065,-781.5086057,-1116.669501 +16275,-1813.75731,-777.6957037,-1785.996947,-777.5577019,-1108.809461 +16276,-1802.816844,-773.4669875,-1775.017863,-773.3332271,-1098.609564 +16277,-1792.301336,-769.3599946,-1764.447204,-769.230384,-1087.814054 +16278,-1782.543116,-765.5264676,-1754.621438,-765.4009083,-1077.240203 +16279,-1672.358378,-753.6948549,-1727.340664,-753.5732421,-1033.993693 +16280,-1489.930452,-736.7019815,-1688.827834,-736.5842267,-969.4884818 +16281,-1594.516342,-751.5282735,-1572.483308,-751.4140948,-1077.935323 +16282,-1541.872456,-721.9237058,-1527.794001,-721.8128652,-1028.722004 +16283,-1443.045642,-608.4720251,-1406.965126,-608.3647744,-560.9992624 +16284,-1563.266197,-662.0315201,-1527.317048,-661.9281378,-722.7637124 +16285,-1578.58992,-741.9551591,-1700.899183,-741.8552353,-1064.324459 +16286,-1449.975762,-635.1467261,-1412.435467,-635.0500098,-638.5137114 +16287,-1506.861436,-732.187722,-1508.741502,-732.0940874,-1052.626036 +16288,-1434.194994,-604.0450036,-1397.743705,-603.9543146,-540.3259754 +16289,-1535.083908,-723.3924866,-1607.059984,-723.3047407,-1030.634224 +16290,-1423.460694,-598.7604917,-1386.910947,-598.6755302,-525.9382487 +16291,-1475.016537,-717.7374074,-1490.203833,-717.65518,-1016.490365 +16292,-1399.988009,-587.8139808,-1363.489212,-587.7343339,-491.2995023 +16293,-1494.728775,-713.2276151,-1547.557204,-713.1505163,-1005.680714 +16294,-1401.206365,-669.1788418,-1379.513485,-669.1039504,-891.5955042 +16295,-1308.073471,-545.3760468,-1272.237309,-545.3035009,-367.3592785 +16296,-1464.347045,-614.7785183,-1427.947545,-614.7085135,-574.0792664 +16297,-1508.550407,-654.2018868,-1514.623134,-654.1342583,-695.325797 +16298,-1323.830692,-735.2259767,-1416.651046,-735.1603675,-1067.165367 +16299,-1404.135088,-529.2689455,-1334.627129,-671.3340689,-902.7800819 +16300,-1265.332111,-507.9541593,-1229.380431,-523.1162234,-295.7686274 +16301,-1534.514093,-527.9940123,-1573.504792,-679.3316452,-922.7330242 +16302,-1282.369158,-494.7776921,-1259.450053,-537.3348143,-339.9514503 +16303,-1371.063015,-475.1017044,-1366.26036,-679.2542083,-923.9497832 +16304,-1263.187104,-457.9595247,-1226.987634,-523.3895745,-293.7835904 +16305,-1404.05009,-439.3262967,-1367.003674,-585.8345062,-478.9722452 +16306,-1360.734433,-420.3847179,-1417.755704,-616.6854205,-568.6988836 +16307,-1296.16464,-401.9998791,-1249.204673,-711.8670608,-1017.671627 +16308,-1326.90952,-384.0173436,-1319.261792,-577.5932536,-814.7309525 +16309,-1313.111457,-363.667863,-1301.530335,-583.6510451,-682.0833595 +16310,-1302.848194,-345.5197936,-1289.538878,-559.2086511,-614.3327618 +16311,-1300.110056,-325.0749071,-1282.081851,-550.2503605,-587.8979247 +16312,-1066.761272,-307.4007341,-1032.448575,-436.493889,-54.75129051 +16313,-1263.273571,-285.3803524,-1227.248613,-524.0735999,-292.3962536 +16314,-1601.504747,-268.2939733,-1566.283406,-679.2863179,-925.226724 +16315,-1116.61588,-246.389511,-1191.834106,-628.5800239,-796.9208767 +16316,-1153.222466,-227.1696947,-1117.563638,-474.5980592,-153.5558093 +16317,-1322.861609,-206.6184975,-1284.959777,-548.4720741,-369.5575852 +16318,-1375.107608,-193.3548362,-1372.717798,-679.28234,-933.9055831 +16319,-1165.867088,-177.0688873,-1149.556572,-501.1884332,-229.4962679 +16320,-1263.494165,-159.9993232,-1246.842943,-617.0794171,-863.0652202 +16321,-76.71711686,261.7285544,-63.38636863,-12.35324504,-132.2527395 +16322,-36.64713487,257.0797153,-23.42189828,-31.74064159,-156.764468 +16323,-12.69935021,253.710664,1.177134634,-10.38865677,-147.2469384 +16324,31.74826392,91.99995792,45.37984792,10.6875909,318.4095438 +16325,44.10847751,155.8359038,58.1966906,16.60243734,584.6331109 +16326,58.6161061,197.9723081,72.27732726,23.7947935,748.1186494 +16327,81.33928247,232.4334929,95.95111549,35.13685325,876.034084 +16328,99.12612496,261.6341465,113.7164886,43.41903923,982.9123603 +16329,116.7777002,286.2311954,130.6205165,51.84655931,1072.212628 +16330,133.0777322,307.0453233,147.973465,60.26612131,1146.712952 +16331,149.7025373,324.756242,163.3593608,67.48427498,1208.597116 +16332,164.9385619,339.6851775,180.2760041,75.63380199,1258.883825 +16333,180.6433238,352.2617336,195.662433,82.9736512,1299.21971 +16334,195.6369849,362.7944698,209.5982887,90.08425634,1330.85196 +16335,209.4329553,371.4202921,225.3271807,96.94212002,1354.364247 +16336,225.0954052,378.3857356,238.6088628,103.8479119,1370.781235 +16337,237.7744221,383.9627943,253.1071289,110.8207932,1381.228686 +16338,252.9250253,388.2626204,266.6868072,116.8057431,1386.189966 +16339,265.4338724,391.5688659,280.3746183,123.8741404,1386.838293 +16340,280.0767763,393.9967291,293.4536015,129.6815955,1383.673062 +16341,294.7428181,395.3959533,310.8891811,138.1645503,1376.129918 +16342,310.0937563,396.1563241,326.2358524,144.6144365,1366.483131 +16343,323.0464427,396.4681289,339.2115903,151.4171415,1355.283798 +16344,336.8347853,396.352609,352.6020724,157.2767592,1342.299748 +16345,350.0619544,395.9558446,365.3953739,163.5097236,1327.961334 +16346,363.4227402,395.2990844,378.7672824,169.3069168,1312.331306 +16347,376.3217774,394.443982,391.1391553,175.6368249,1295.686548 +16348,389.7957653,393.3680948,404.002734,181.4316423,1277.974209 +16349,404.2598858,391.9864706,418.8947985,187.935572,1258.883102 +16350,415.5724625,390.6520266,428.5696588,192.9606575,1239.844501 +16351,427.9938184,389.0224633,441.9464197,199.0194343,1219.50522 +16352,441.4525022,387.1945923,454.1381652,204.50032,1198.483759 +16353,454.0489005,385.1767099,464.2742552,210.4572947,1176.964575 +16354,463.637475,383.2070778,469.8779569,213.4888286,1155.940905 +16355,474.8523838,381.1406449,478.4364328,218.3214678,1134.139556 +16356,476.8207002,370.1560273,480.2361447,219.0431168,1076.493457 +16357,501.7724482,368.0272443,504.5392881,229.3577209,1054.357609 +16358,486.7986897,365.5119738,486.6642493,221.2420216,1030.950224 +16359,470.7677265,363.6905885,470.6869447,214.0053412,1010.64751 +16360,457.2307361,362.6542018,457.2143826,207.9198686,993.7986627 +16361,446.0062092,362.2828468,446.0373985,202.8825402,979.8883878 +16362,436.7184589,362.45158,436.7713521,198.7100303,968.3814588 +16363,429.0047103,363.0532108,429.0554048,195.2335204,958.8179641 +16364,422.5561474,363.9984541,422.5880089,192.3133231,950.8130758 +16365,417.1344594,365.2145296,417.1294163,189.8395341,944.0506761 +16366,412.5440626,366.6426175,412.4890414,187.7256653,938.2727507 +16367,408.6337887,368.2353537,408.5132155,185.9025821,933.2696645 +16368,405.2772081,369.9546766,405.0766944,184.3143442,928.8714698 +16369,402.3665486,371.7700702,402.0770994,182.915519,924.9410622 +16370,399.8216344,373.6571137,399.4308164,181.6692295,921.3680522 +16371,397.5741462,442.1280196,397.0697802,180.5456398,918.0641311 +16372,395.5674493,547.6089905,394.9386875,179.5206521,914.9587845 +16373,393.7556442,525.1028585,392.9927243,178.5748524,911.9961735 +16374,392.1017696,548.6677664,391.1955867,177.6925984,909.132096 +16375,390.5760603,570.6454427,389.5179027,176.8612995,906.3318306 +16376,389.1544762,587.6704992,387.9359135,176.0708193,903.5681617 +16377,387.8176216,604.4941409,386.4304617,175.3130234,900.8201457 +16378,386.5498576,620.7114159,384.9861243,174.5813937,898.0718294 +16379,385.3385997,637.1163646,383.5905117,173.8707198,895.3113373 +16380,384.1736572,652.9911394,382.2336075,173.1768083,892.5298044 +16381,377.7247565,837.7425703,375.5852933,170.0771843,880.0443943 +16382,378.3880542,856.5344422,376.0403961,170.1684405,880.8704641 +16383,382.7734374,873.2121755,380.2134787,171.8778777,888.5841441 +16384,387.4045232,891.0741722,384.6321631,173.6214716,896.7536996 +16385,390.8128839,907.1463296,387.82663,174.7484971,902.7009308 +16386,392.8335124,924.0032687,389.6290189,175.0821081,906.1172414 +16387,393.4193007,940.234875,390.0523593,174.8102921,907.4634906 +16388,392.9699424,956.1156899,389.459789,174.1322091,907.2156242 +16389,391.8218281,972.5302463,388.1556678,173.1722566,905.6947559 +16390,390.1681629,988.0324735,386.3215537,171.9979056,903.104219 +16391,388.113279,1003.664617,384.0618914,170.6498255,899.5896943 +16392,385.724183,1019.069797,381.4471039,169.1583974,895.2712038 +16393,383.0548552,1034.311381,378.5342359,167.5493983,890.2545382 +16394,380.152494,1049.395308,375.372555,165.8448543,884.6329635 +16395,377.0581081,1064.325794,372.0044612,164.0631601,878.4879262 +16396,373.8061726,1079.107746,368.4654943,162.2192729,871.8895637 +16397,370.4252294,1093.744475,364.7851036,160.3252789,864.8982352 +16398,366.938697,1116.796439,360.9875117,158.3909085,857.5657606 +16399,363.3658647,1135.193457,357.0927147,156.4240445,849.9368091 +16400,359.7225645,1153.582065,353.1171635,154.4310469,842.0497514 +16401,356.021927,1171.717215,349.0745217,152.4171029,833.9377855 +16402,352.2747549,1189.634178,344.9760534,150.3864029,825.6294616 +16403,348.4901809,1207.023583,340.8311476,148.3423775,817.1495407 +16404,351.0083587,1225.298568,342.9798157,149.1661011,820.0325533 +16405,357.542706,1242.362697,349.1354265,151.8155612,830.1283102 +16406,363.6054013,1259.789318,354.8101318,154.248909,839.2775673 +16407,369.3642847,1276.869785,360.1717817,156.5432352,847.7782741 +16408,374.8790557,1293.833598,365.2801758,158.7275011,855.7312811 +16409,380.1945773,1310.568284,370.1803624,160.8236146,863.2141934 +16410,385.3465617,1327.292873,374.910191,162.8495055,870.2955531 +16411,390.3660091,1343.082947,379.4981054,164.8182713,877.0296475 +16412,395.2578131,1358.661751,383.9471973,166.7315214,883.4596635 +16413,400.0309851,1374.0175,388.2643473,168.5923554,889.6216347 +16414,404.6992407,1389.102826,392.4627105,170.4065082,895.5463991 +16415,409.2771025,1404.158171,396.5574251,172.1804844,901.2609443 +16416,413.7773917,1418.888969,400.5623272,173.9201313,906.7887728 +16417,418.2107269,1433.493803,404.4890109,175.630254,912.150375 +16418,422.585773,1447.913689,408.3469587,177.3146999,917.3635264 +16419,426.9096988,1462.100582,412.1440197,178.9765898,922.4436984 +16420,431.1868702,1476.328336,415.8851396,180.6177495,927.4013787 +16421,435.4084522,1490.041623,419.5619922,182.2340018,932.2230301 +16422,439.608982,1503.936989,423.2095684,183.8408936,936.9738912 +16423,443.7817587,1517.469706,426.8215731,185.435227,941.6441312 +16424,447.9265113,1530.905118,430.3980962,187.0167365,946.2354659 +16425,452.0446298,1544.178531,433.9408196,188.585913,950.7524192 +16426,456.1379207,1557.229169,437.4517008,190.1434022,955.1999178 +16427,460.2082223,1570.295321,440.932645,191.689852,959.5826981 +16428,464.2572007,1583.13058,444.3853569,193.2258413,963.905033 +16429,468.2863507,1595.640311,447.8113716,194.751892,968.1707917 +16430,472.2969619,1608.313786,451.212023,196.2684525,972.38338 +16431,476.2901904,1620.631773,454.5885139,197.7759278,976.5458757 +16432,479.9816969,1632.806488,457.6565618,199.1449712,980.1422025 +16433,484.0247379,1645.560946,461.0694681,200.672512,984.3608731 +16434,488.032444,1664.162704,464.4404747,202.1825373,988.4996495 +16435,492.0090046,1666.848516,467.7739285,203.6768774,992.5670633 +16436,495.9588865,1692.189789,471.0744497,205.1575632,996.5718705 +16437,499.8862526,1686.484969,474.3463556,206.6265167,1000.522195 +16438,503.7944037,1690.652824,477.5930891,208.0852609,1004.424581 +16439,507.6857847,1723.518528,480.8172236,209.5349157,1008.284021 +16440,511.5621391,1723.198617,484.0206314,210.976278,1012.104231 +16441,515.1769003,1739.030933,486.9568608,212.2972709,1015.437411 +16442,518.9360713,1750.056013,490.0342515,213.6814944,1019.099614 +16443,522.7582145,1760.314329,493.1739967,215.0952774,1022.947086 +16444,526.5512016,1770.974187,496.2809771,216.4964665,1026.80295 +16445,530.2771925,1780.854999,499.3204571,217.8712156,1030.585802 +16446,533.9335294,1790.991328,502.2880144,219.2161052,1034.279134 +16447,537.5295383,1800.822231,505.1966954,220.537403,1037.89057 +16448,541.0750043,1810.391969,508.049711,221.8368494,1041.430855 +16449,544.5773507,1820.056713,510.8600101,223.1197652,1177.172747 +16450,548.0420003,1829.491431,513.6271824,224.3859941,1158.834229 +16451,551.4731468,1838.803373,516.3610055,225.6394654,1165.809511 +16452,554.8741621,1847.924404,519.0590045,226.8791748,1185.507515 +16453,558.2478874,1856.94122,521.7295907,228.1084866,1197.45538 +16454,561.5967306,1865.912471,524.3693907,229.3260104,1209.104168 +16455,564.9227759,1874.611248,526.9861134,230.5348076,1220.640809 +16456,568.2278137,1883.24399,529.5758511,231.7332591,1231.793731 +16457,571.5133904,1883.039238,532.1458116,232.9242186,1243.170347 +16458,679.4784324,1889.856498,534.9112357,234.2013174,1253.84867 +16459,706.4153987,1897.253232,537.7775795,235.522386,1264.894072 +16460,693.0380055,1904.809335,540.6330301,236.8377398,1275.506275 +16461,718.1182613,1912.134669,543.433309,238.1297319,1285.951045 +16462,731.2885849,1919.502212,546.1711877,239.3941646,1296.66299 +16463,744.2393119,1926.933113,548.8575847,240.6374338,1306.521657 +16464,757.0157033,1934.101284,551.499388,241.8614029,1317.017377 +16465,769.5256541,1941.339813,554.1050283,243.0712213,1326.921233 +16466,782.2312182,1948.250723,556.6764215,244.2664411,1336.732094 +16467,794.3430445,1955.256292,559.2187124,245.4514455,1346.88495 +16468,806.5806387,1962.085475,561.7321963,246.62104,1356.258048 +16469,818.6489506,1968.826279,564.2211475,247.775452,1365.818374 +16470,830.6730525,1975.372973,566.6852472,248.9129107,1375.557585 +16471,842.1578993,1981.380218,569.1282417,250.036916,1384.81033 +16472,853.6740487,1986.710011,571.5513942,251.1478715,1394.133317 +16473,865.295743,1992.116104,573.9520441,252.2498513,1403.325533 +16474,875.9456359,1997.255397,587.4437823,253.3418699,1412.246845 +16475,887.7094944,2002.24137,686.5215982,254.4267178,1421.540553 +16476,898.4138705,2007.06754,643.802636,255.5027228,1430.306348 +16477,909.3103103,2011.736978,666.891038,256.5723719,1439.15394 +16478,920.2916421,2016.252715,677.0325245,257.6338556,1447.872136 +16479,930.6569551,2020.711391,686.3035535,258.6895493,1456.499677 +16480,941.4976372,2024.791715,695.0568752,259.7375637,1464.818431 +16481,952.036124,2028.928448,703.9448569,260.7802023,1473.629075 +16482,962.2749958,2032.842165,712.7276976,261.8155252,1481.817147 +16483,972.5622269,2036.627831,721.1509575,288.919869,1490.366769 +16484,982.9440896,2040.179448,729.5972752,308.6464973,1498.232394 +16485,992.9040132,2043.822982,738.1755514,282.6093167,1506.488152 +16486,1002.872247,2047.127523,746.1027725,304.100319,1514.524971 +16487,1012.79549,2050.375141,754.4121811,310.946054,1522.463936 +16488,1022.818019,2053.474392,762.5047204,311.9344127,1530.343126 +16489,1032.585728,2056.439962,770.3003736,317.4161816,1538.115762 +16490,1042.115845,2059.273233,778.2750803,321.6832018,1545.613781 +16491,1051.742994,2061.975549,785.9788744,325.9030375,1553.67118 +16492,1060.922642,2064.644107,793.6879487,330.2343056,1561.007653 +16493,1070.931151,2066.948385,801.2144751,334.2217198,1568.596445 +16494,1079.942547,2069.330559,808.846529,338.332699,1575.973835 +16495,1089.208406,2071.505235,816.0799829,342.3977673,1583.375128 +16496,1098.603444,2073.567641,823.5172302,346.3535056,1590.610251 +16497,1107.57396,2075.50611,830.958126,350.2193723,1597.871911 +16498,1116.569877,2077.320189,838.0888414,354.161229,1604.968271 +16499,1125.37261,2079.011508,844.8984655,357.9764077,1612.09484 +16500,1134.639353,2080.580585,852.3963445,361.6998216,1619.055699 +16501,1027.056289,2029.025459,742.6835829,312.4533559,1395.98836 +16502,1035.436392,2029.818333,748.3214344,315.7235471,1401.622753 +16503,1044.046446,2031.149953,755.2759039,319.0925383,1407.287284 +16504,1053.277127,2032.235971,762.3185035,322.7126116,1413.572261 +16505,1062.133894,2033.35911,768.9609706,326.1867879,1419.833992 +16506,1071.682522,2034.592162,776.2740117,329.7988202,1426.672032 +16507,1080.666211,2035.507392,782.8414004,333.2785241,1433.1333 +16508,1089.873324,2036.397442,790.0618331,336.8602233,1439.781301 +16509,1099.02182,2037.361224,796.8582644,340.2930776,1446.389128 +16510,1108.150357,2037.993765,803.7615233,343.8355513,1452.978809 +16511,1117.255632,2038.591104,810.5764097,347.2582589,1459.544071 +16512,1126.432695,2039.128696,817.4672769,350.7280635,1466.322205 +16513,1137.380831,2046.94026,816.7452788,350.9201392,1472.596862 +16514,1147.701674,2048.74834,821.8326068,353.6204747,1479.080976 +16515,1158.382756,2049.50189,828.355988,356.8510419,1485.853294 +16516,1169.091234,2050.165034,834.4837915,359.9324228,1492.106119 +16517,1179.864219,2050.659818,840.8685022,363.0613811,1498.746021 +16518,1190.698386,2051.011557,846.7593056,366.112828,1504.721649 +16519,1201.592053,2051.231046,853.3009262,369.3571926,1511.215707 +16520,1212.231062,2051.325521,859.3898549,372.2633069,1517.423295 +16521,1223.743419,2051.300569,865.6116575,375.4173203,1523.622801 +16522,1234.554368,2051.159997,871.6415643,378.5777086,1529.842439 +16523,1245.728786,2050.907264,878.0469169,381.440117,1535.945486 +16524,1257.260077,2050.544896,884.0682774,384.6235741,1542.094469 +16525,1267.908535,2050.075576,890.3746767,387.5840973,1548.123419 +16526,1279.496598,2049.501303,896.2114898,390.6041657,1554.200262 +16527,1290.743674,2048.824416,902.4185891,393.526759,1559.911772 +16528,1302.132338,2048.046659,908.2841205,396.6794989,1566.31419 +16529,1313.524054,2047.170055,914.5778307,399.4851271,1572.008903 +16530,1325.073806,2046.196965,920.4624133,402.4316462,1577.991917 +16531,1336.068066,2045.06182,926.0067356,405.3189936,1583.848939 +16532,1348.066232,2043.82548,931.8347232,407.9582106,1589.692048 +16533,1359.226581,2042.493288,937.0850688,410.7325573,1595.504732 +16534,1370.743466,2041.063395,943.1353451,413.7143219,1601.281782 +16535,1382.346456,2039.540761,948.3345103,416.0823086,1607.028655 +16536,1393.901407,2037.926237,954.0444551,419.0997971,1612.741129 +16537,1405.541634,2036.221533,959.3268027,421.606263,1618.424447 +16538,1417.221906,2034.42772,964.7332764,424.3961438,1624.073943 +16539,1428.899827,2032.546296,970.2863533,426.8544721,1629.694591 +16540,1440.749765,2030.578184,975.6558637,429.8520757,1635.281997 +16541,1452.544708,2028.52474,981.0766508,432.1298249,1640.840876 +16542,1464.429318,2026.386805,986.2022092,434.8349429,1646.326885 +16543,1476.299582,2024.16562,991.4644768,437.4703962,1651.881237 +16544,1488.359992,2021.861976,996.8383636,440.0643786,1656.942875 +16545,1500.297491,2019.477044,1001.63856,442.5506346,1662.915645 +16546,1510.11914,2010.944484,1015.17328,448.4344295,1668.118839 +16547,1521.754861,2007.321681,1021.304806,451.5349494,1673.539505 +16548,1533.65444,2004.119291,1026.934358,454.1300019,1678.8475 +16549,1545.785066,2000.9841,1032.677832,457.1486228,1684.234612 +16550,1557.786569,1997.846873,1037.963645,459.6584081,1689.493534 +16551,1569.454598,1994.679766,1043.602866,462.5566195,1694.765462 +16552,1582.450859,1991.469884,1048.780358,464.7815913,1699.954819 +16553,1594.474289,1988.210925,1054.274773,467.7901871,1705.235058 +16554,1606.695504,1984.899311,1059.350226,470.1728328,1710.386184 +16555,1619.239428,1981.533131,1064.80473,472.866729,1715.554411 +16556,1631.631261,1978.111068,1069.81452,475.3345666,1720.633712 +16557,1644.149412,1974.632406,1075.10845,477.8294328,1725.871605 +16558,1656.630044,1971.096533,1080.12538,480.4889853,1730.786646 +16559,1669.356155,1967.503141,1085.317431,483.1441787,1735.916203 +16560,1681.736825,1963.843464,1090.206854,485.2811785,1740.809161 +16561,1452.065131,1849.349907,852.1983161,378.1325613,1261.380511 +16562,1456.476151,1841.995385,851.2984311,377.516099,1257.35059 +16563,1464.726992,1835.629802,850.8171943,377.7324622,1255.662359 +16564,1472.861824,1829.574279,852.0054084,378.5467203,1254.762466 +16565,1481.661246,1823.445993,853.2879742,379.2871052,1254.705779 +16566,1490.175739,1817.579875,854.7589936,380.2237537,1255.135866 +16567,1500.318852,1811.581301,856.444961,381.2048929,1255.811252 +16568,1509.302534,1805.813015,858.1306739,382.2271711,1256.798722 +16569,1519.146007,1799.849388,859.9671302,383.2780524,1257.832986 +16570,1528.660711,1793.939523,861.7623968,384.357273,1259.099687 +16571,1538.649635,1787.994495,863.6906159,385.4398776,1260.360219 +16572,1548.538976,1782.023736,865.2976596,386.5550736,1261.792088 +16573,1558.597263,1776.024674,867.6891481,387.6790312,1263.304679 +16574,1568.68615,1769.996694,869.4868438,388.8186137,1264.820275 +16575,1579.109723,1763.849797,871.5008789,389.9714439,1266.503959 +16576,1589.302498,1757.969119,873.5852829,391.1370296,1268.142294 +16577,1599.749204,1751.665123,875.5973161,392.1891325,1269.95058 +16578,1610.378787,1745.514775,877.7024976,393.5713398,1271.69933 +16579,1620.958722,1739.360221,879.8315413,394.6775503,1273.582507 +16580,1631.691505,1733.146309,881.9148857,395.909643,1275.519281 +16581,1642.431958,1726.823461,884.1121706,397.1303223,1277.420741 +16582,1653.511178,1720.490763,886.2270141,398.3608021,1279.446256 +16583,1664.256903,1714.225069,888.4322525,399.7342944,1281.516532 +16584,1675.501647,1707.849221,890.6570429,400.7738034,1283.547429 +16585,1686.584455,1701.399525,892.8263121,402.1300081,1285.731347 +16586,1697.822507,1695.006396,895.1108611,403.2389837,1287.829057 +16587,1709.129431,1688.551339,897.3008588,404.7136892,1290.051943 +16588,1720.43799,1681.878749,899.5818072,405.8931627,1292.314683 +16589,1732.096154,1675.432316,901.8782496,407.2001733,1294.519391 +16590,1743.448234,1668.816473,904.1085736,408.4917374,1296.843794 +16591,1754.59005,1661.808142,906.2667905,409.7223189,1298.821349 +16592,1765.841822,1654.751939,908.4056399,410.9444809,1301.708719 +16593,1776.963001,1647.634569,910.457882,412.164622,1303.794944 +16594,1788.184647,1640.375381,912.5837331,413.3844314,1306.360577 +16595,1799.433009,1633.259306,914.6775678,414.6042666,1308.662428 +16596,1810.634125,1626.001227,916.8082103,415.6768073,1311.220288 +16597,1822.088796,1618.560093,918.8532824,417.1237748,1313.624058 +16598,1833.465152,1611.22822,920.9720596,418.2339112,1316.239064 +16599,1844.663925,1603.698523,923.0936084,419.4795589,1318.628157 +16600,1856.290203,1596.327594,925.1295909,420.6997331,1321.277412 +16601,1867.678941,1588.742229,927.2420421,422.0786507,1323.846205 +16602,1879.193356,1581.176239,929.3201626,423.0502885,1326.327078 +16603,1890.722399,1573.554517,931.4351311,424.3871517,1329.024888 +16604,1902.291049,1565.886758,933.4572219,425.5782134,1331.558814 +16605,1913.885584,1558.178333,935.5550049,426.7930704,1334.309729 +16606,1927.921874,1550.427009,937.6167748,428.0073506,1336.808817 +16607,1943.863905,1570.714495,939.7148574,429.2201352,1339.581688 +16608,1949.01696,1494.350794,941.7166422,430.2618733,1342.213364 +16609,1971.426511,1546.388074,943.7941552,431.7304638,1344.903424 +16610,1968.847348,1526.229479,945.8339427,432.8126341,1345.10049 +16611,1962.229183,1494.363929,947.9107911,434.0465437,1347.004371 +16612,2009.905907,1522.038874,949.8870662,435.2505432,1348.164913 +16613,2003.735237,1477.335659,951.9416284,436.4522616,1349.74817 +16614,2019.376661,1496.430343,953.9560175,437.651441,1351.230267 +16615,2031.423818,1474.484127,956.008002,438.8479686,1352.648682 +16616,2043.163263,1472.063732,957.9538359,440.0417299,1354.1345 +16617,2055.148864,1462.256654,959.9805459,441.2325759,1355.713 +16618,2067.065123,1454.404696,961.9645393,442.4203774,1357.196938 +16619,2079.019334,1446.189285,963.5431707,443.605076,1358.736234 +16620,2091.090965,1437.952963,966.174971,444.7865088,1360.279442 +16621,2338.2167,1537.298831,1203.667603,553.1365046,1788.119632 +16622,2354.591355,1531.075637,1210.162853,556.0868737,1794.440134 +16623,2369.546849,1524.446442,1214.774359,558.4610281,1799.728295 +16624,2383.590972,1517.242915,1219.302862,561.1843234,1804.571571 +16625,2397.925161,1510.0568,1223.314333,563.1173315,1808.600313 +16626,2411.570829,1502.68963,1242.768419,565.2867627,1812.692666 +16627,2425.667988,1495.239244,1223.238091,567.3571076,1816.638136 +16628,2438.961262,1487.821467,1222.935079,569.3160115,1820.102563 +16629,2452.858261,1480.14071,1246.892792,571.3077492,1823.664186 +16630,2466.583899,1472.590784,1239.53165,573.246632,1827.345552 +16631,2491.779562,1464.943668,1245.405382,575.1656098,1830.615965 +16632,2498.331698,1457.355348,1248.823138,577.0600917,1844.159266 +16633,2503.432795,1449.427895,1252.282576,578.9311051,1835.214861 +16634,2522.568856,1441.880544,1255.642355,580.4749772,1840.526687 +16635,2542.553316,1434.066041,1259.057896,582.7787653,1850.483524 +16636,2545.137294,1426.286604,1262.213307,584.3267181,1844.675138 +16637,2562.664871,1418.583643,1265.514902,586.2259599,1851.582292 +16638,2575.990769,1410.526039,1268.70255,587.9767085,1853.864796 +16639,2588.888287,1402.88453,1271.863404,589.7407993,1857.018674 +16640,2602.164012,1394.951455,1274.90543,591.481319,1859.9667 +16641,2615.599906,1387.08986,1278.11068,593.2043777,1862.90647 +16642,2628.913712,1379.212368,1281.101057,594.9100783,1865.894007 +16643,2641.867604,1371.23685,1284.154508,596.6118782,1868.840314 +16644,2655.481003,1363.553832,1287.153678,598.2940576,1871.69798 +16645,2675.597207,1355.466927,1290.189352,599.9558701,1874.472674 +16646,2679.064556,1347.526057,1292.985803,601.6000542,1877.485978 +16647,2695.540103,1339.720968,1295.925646,603.227546,1880.197079 +16648,2708.605584,1331.737108,1298.76083,604.8384152,1882.961185 +16649,2721.550358,1323.82331,1301.575185,606.4338068,1885.717434 +16650,2734.476368,1315.819826,1304.357395,608.0138039,1888.487306 +16651,2746.896385,1308.094291,1307.254001,609.6409861,1891.099497 +16652,2767.82209,1303.586438,1310.150107,611.3049028,1893.639554 +16653,2762.062467,1298.169634,1313.030949,612.8651298,1896.524191 +16654,2794.749477,1292.651099,1315.89192,614.5008324,1899.011578 +16655,2795.935437,1287.063511,1318.733213,616.0931002,1901.682845 +16656,2818.084348,1281.349071,1314.243214,614.5796374,1904.31646 +16657,2841.7362,1275.733919,1315.652206,615.5860714,1906.851016 +16658,2846.427715,1270.141006,1317.788609,616.8191067,1909.374083 +16659,2860.081747,1264.549241,1320.09902,618.1654331,1917.289427 +16660,2880.451123,1281.97558,1322.474364,619.5350889,1906.522303 +16661,2885.437144,1219.24976,1324.877279,620.9174102,1925.177249 +16662,2897.904797,1288.193619,1327.290758,622.3052462,1916.94717 +16663,2917.162835,1203.401102,1329.708651,623.6950404,1922.012625 +16664,2923.814673,1267.135125,1332.125687,625.084576,1924.660029 +16665,2940.649931,1207.627534,1334.540854,626.4734072,1926.828069 +16666,2954.572783,1235.304627,1338.215853,627.8599106,1929.222472 +16667,2959.798606,1218.245216,1340.323505,629.2445457,1931.621069 +16668,2967.299357,1214.849467,1343.818352,630.6261834,1933.946503 +16669,2975.5792,1209.476772,1344.52374,632.0046686,1936.225246 +16670,2979.322614,1204.104596,1351.483586,633.3794975,1938.423537 +16671,2982.982325,1198.831296,1344.46963,634.7908168,1940.92375 +16672,2986.911508,1193.410377,1345.524149,636.0986658,1948.581255 +16673,2990.943375,1188.177536,1358.114192,637.4906882,1943.240078 +16674,2994.864974,1182.917938,1354.616957,638.8437506,1947.504822 +16675,2999.015581,1177.632172,1358.314682,640.1988225,1950.263398 +16676,3003.500075,1172.561045,1360.583085,641.508518,1951.992352 +16677,3008.427008,1167.445712,1362.996212,642.8695694,1959.271469 +16678,3013.545723,1162.25631,1365.179117,644.2189192,1954.931676 +16679,3018.528057,1157.252662,1367.446673,645.4992825,1958.614958 +16680,3023.799138,1152.232708,1369.801839,646.8103908,1966.139913 +16681,3031.322979,1170.241095,1419.31082,671.1208559,2008.340073 +16682,3043.550345,1166.721631,1424.547235,673.7326428,2007.626348 +16683,3056.420994,1162.732883,1428.731219,676.0045305,2007.67428 +16684,3067.203223,1158.773713,1432.507029,678.0555676,2006.583083 +16685,3075.561641,1154.624165,1446.354702,680.0401018,2004.40756 +16686,3082.070559,1150.601248,1424.59798,681.8555892,2001.418433 +16687,3087.619294,1146.533579,1450.286336,683.7228167,1997.866568 +16688,3092.013378,1142.544811,1444.903856,685.4756345,1993.902287 +16689,3095.90833,1138.412726,1449.695435,687.3186543,1989.701198 +16690,3099.516522,1134.467327,1452.813815,689.041595,1985.373029 +16691,3102.939787,1130.504944,1456.042909,690.7834138,1980.971112 +16692,3106.247117,1126.598399,1459.15087,692.4996859,1976.537399 +16693,3109.482113,1122.741487,1462.321625,694.1984174,1972.099587 +16694,3112.633671,1118.867444,1477.886711,695.8819333,1967.644622 +16695,3115.814345,1115.219109,1449.458981,697.5492685,1963.256057 +16696,3119.024618,1111.476864,1480.221984,699.2012399,1958.932662 +16697,3122.179189,1107.853607,1472.205383,700.7939664,1954.607512 +16698,3125.322869,1104.281843,1477.589156,702.4427937,1950.313035 +16699,3128.427755,1100.774293,1495.412922,704.1029822,1946.025041 +16700,3131.600934,1097.333141,1458.96808,705.5918229,1941.823808 +16701,3135.106228,1093.960155,1497.13644,707.2082535,1937.694962 +16702,3138.179746,1090.65825,1499.268475,708.7915552,1933.513402 +16703,3141.291236,1087.429079,1471.01191,710.3074117,1929.396371 +16704,3144.424809,1084.275215,1520.747244,711.8593157,1925.321429 +16705,3147.538684,1081.198516,1483.225764,713.3943432,1921.252286 +16706,3150.69884,1078.200818,1504.920645,714.9184584,1917.239506 +16707,3153.890324,1075.284617,1504.665098,716.4338341,1913.272055 +16708,3157.533521,1072.520154,1504.52045,717.9388246,1909.454139 +16709,3161.199666,1069.684994,1508.583843,719.4672028,1905.959305 +16710,3165.280616,1067.253031,1511.054732,721.2474292,1902.828122 +16711,3169.915459,1064.711539,1513.271142,723.0581936,1899.963401 +16712,3174.560111,1062.202285,1515.353228,724.8527195,1897.264213 +16713,3178.457488,1059.720417,1517.723408,726.8194553,1894.683643 +16714,3183.175127,1057.265077,1519.774578,728.6788103,1892.187197 +16715,3187.822362,1051.414653,1514.179556,727.5157303,1889.62117 +16716,3192.575339,1048.497159,1514.61768,728.90127,1886.90008 +16717,3197.541529,1045.734705,1515.853329,730.7778973,1884.133861 +16718,3202.900743,1043.137605,1517.524863,732.807512,1881.415325 +16719,3207.931686,1040.591466,1518.991262,734.8019073,1878.7537 +16720,3212.865108,1038.089736,1520.55557,736.9092974,1876.139926 +16721,3217.725063,1035.625159,1521.997079,739.0723207,1873.567134 +16722,3222.541077,1033.193084,1523.738026,741.2939066,1871.031612 +16723,3227.325922,1030.791455,1525.262053,743.5720933,1868.525232 +16724,3232.389454,1028.418202,1526.787833,745.9046981,1866.033891 +16725,3237.113794,1026.072609,1528.3578,748.2904709,1863.551631 +16726,3241.948945,1023.753276,1535.15271,750.7279048,1861.193626 +16727,3246.749727,1021.460155,1529.102572,753.2165624,1859.038338 +16728,3251.367522,1019.192089,1533.647106,755.7022291,1856.547907 +16729,3255.973713,1016.948907,1534.940154,758.3697553,1854.060756 +16730,3260.610647,1014.729953,1536.041121,760.9680096,1851.610047 +16731,3265.238787,1012.535291,1537.721486,763.7143744,1849.166573 +16732,3269.861085,1010.364166,1539.085346,766.3665036,1846.732959 +16733,3274.475013,1008.216764,1540.585061,769.1846286,1844.306994 +16734,3279.08292,1006.092439,1541.866908,771.9481377,1841.889687 +16735,3283.691377,1003.991415,1543.486495,774.9016109,1839.485263 +16736,3288.298619,1001.913126,1544.881621,777.7804994,1837.092056 +16737,3293.190035,999.8578417,1546.215237,780.7527611,1834.699773 +16738,3297.760844,997.8250271,1547.697948,783.7616264,1832.307745 +16739,3302.317861,995.8149736,1548.896638,786.8154076,1829.923287 +16740,3307.044136,993.8270956,1555.449419,789.9130864,1827.679937 +16741,3316.798598,958.3957842,1467.490538,759.3896571,1837.192133 +16742,3317.819501,955.7431626,1482.245702,761.7967619,1838.294301 +16743,3315.428168,953.1556236,1465.705111,764.4017937,1835.493119 +16744,3314.196171,950.6270901,1481.844358,766.9439545,1832.883066 +16745,3315.15423,948.1908105,1465.182447,769.5826288,1831.643003 +16746,3318.046571,945.6176448,1481.468618,772.3629155,1831.808191 +16747,3322.132184,943.20875,1464.569354,775.036103,1832.944622 +16748,3327.087228,940.7651393,1475.550705,777.7978649,1834.645825 +16749,3332.781538,938.3521418,1471.875668,780.6942481,1836.863447 +16750,3338.839174,935.9593948,1471.676463,783.4847626,1839.396322 +16751,3345.011448,933.5866846,1471.59329,786.3607918,1842.106634 +16752,3351.263639,931.2330658,1471.269419,789.2833972,1844.982916 +16753,3357.54952,928.8986812,1470.890337,792.2456629,1847.984575 +16754,3363.842387,926.5827353,1470.577762,795.2435383,1851.080111 +16755,3370.129317,924.2853708,1470.215919,798.2765833,1854.248401 +16756,3376.40231,922.0694295,1469.837023,801.3435853,1857.268848 +16757,3382.653156,919.715037,1469.562053,804.4443553,1860.539963 +16758,3388.870266,917.5154781,1468.970078,807.5778925,1863.842058 +16759,3395.052774,915.2162365,1468.644007,810.7440315,1867.164427 +16760,3401.205145,913.0984142,1468.157922,813.9417691,1870.503759 +16761,3407.327475,910.8613139,1467.750926,817.1709189,1873.855654 +16762,3413.419249,908.6941539,1467.263779,820.3723434,1877.216766 +16763,3419.478586,906.5340457,1466.760714,823.7488467,1880.582951 +16764,3425.50423,904.3895183,1466.288209,827.0259636,1883.951218 +16765,3431.495627,902.2607876,1465.75475,830.382737,1887.319829 +16766,3437.45206,900.208893,1465.248974,833.7583543,1890.686683 +16767,3443.371806,898.0202247,1464.81159,837.1613183,1894.049484 +16768,3449.250084,895.9797017,1464.06047,840.6492135,1897.403767 +16769,3455.088832,893.9012782,1463.562536,844.0166735,1900.750602 +16770,3460.895591,891.8459236,1462.988983,847.5388872,1904.095161 +16771,3466.670499,889.8249069,1462.378155,850.9231419,1907.437569 +16772,3472.324074,887.8251402,1461.845478,854.398512,1910.773804 +16773,3477.809687,885.838923,1461.222846,857.7533333,1914.111486 +16774,3483.125728,883.8703894,1460.69379,861.3427294,1917.448951 +16775,3488.293123,881.8530816,1460.041409,864.7396191,1920.790974 +16776,3493.331001,880.0628086,1459.601836,868.2731315,1924.131561 +16777,3498.25189,878.004132,1458.780647,871.7345541,1927.471411 +16778,3503.062656,876.1430668,1458.197581,875.2780237,1930.807083 +16779,3507.783432,874.2329341,1457.585647,878.7564321,1934.146858 +16780,3512.4138,872.3444807,1456.884676,882.2702059,1937.48658 +16781,3516.953883,870.470842,1456.216123,885.838006,1940.82381 +16782,3521.41213,868.6070304,1455.544989,889.3338632,1944.163246 +16783,3525.783773,866.7552024,1454.827708,892.8609101,1947.500084 +16784,3530.067028,864.9151729,1454.22074,896.3944406,1950.832303 +16785,3534.266155,863.0862913,1452.825724,899.9270347,1954.162503 +16786,3538.471092,861.3269123,1446.965759,903.4608416,1957.55914 +16787,3542.785768,859.4333192,1461.113225,906.9917099,1961.103386 +16788,3547.211488,857.6771531,1436.504419,911.087377,1964.800477 +16789,3551.636622,855.822607,1466.373311,914.8011792,1968.569303 +16790,3556.000342,854.1295805,1444.89862,918.027204,1972.364734 +16791,3560.369086,852.3201488,1429.498043,922.1081324,1976.235319 +16792,3564.649924,850.5691657,1475.095096,924.9893388,1980.108229 +16793,3568.865426,848.8183933,1417.559162,929.4955762,1983.998323 +16794,3573.012233,847.1332546,1461.015216,931.6809471,1987.901001 +16795,3577.003999,845.3152201,1444.275925,937.1116389,1991.748918 +16796,3580.947644,843.6289211,1433.540668,937.9027326,1995.621926 +16797,3584.832589,841.9014985,1447.921121,945.1400318,1999.511953 +16798,3588.603167,840.1898387,1440.205609,943.4190588,2003.377773 +16799,3592.277141,838.4854237,1440.656567,954.0535784,2007.234037 +16800,3595.872039,836.7320966,1439.715851,947.3175197,2011.09473 +16801,3594.009994,769.2857298,1286.391684,883.5607782,2004.325348 +16802,3583.998641,767.241541,1285.060989,897.0390214,1988.11621 +16803,3570.957165,765.6566471,1284.448979,894.6531311,1967.317662 +16804,3559.751451,764.1057506,1283.979652,899.4011739,1946.992591 +16805,3551.988178,762.6056687,1283.583135,902.9530006,1929.298509 +16806,3547.062077,761.1332486,1283.220505,906.3163689,1914.313857 +16807,3543.839762,759.6823667,1282.879094,909.8091679,1901.445918 +16808,3541.449703,758.2498892,1282.642314,913.1257715,1890.125961 +16809,3539.40901,756.8341602,1282.192916,916.4667037,1879.977101 +16810,3537.491101,755.4880547,1282.079388,920.8859395,1870.76688 +16811,3535.766311,754.1159239,1281.801773,926.0195814,1862.336758 +16812,3534.171539,748.9652137,1272.448749,926.1205413,1854.609602 +16813,3533.342994,746.8353723,1270.568866,934.5635187,1847.497321 +16814,3532.927756,745.1153305,1269.425215,931.5438847,1840.879768 +16815,3532.491076,743.4506227,1268.463477,944.9406874,1834.64747 +16816,3531.862841,741.8436047,1267.590544,935.0989855,1828.754755 +16817,3530.998945,740.2699439,1266.765374,958.2287465,1823.141562 +16818,3529.982069,738.721266,1265.878216,934.3301036,1817.804118 +16819,3528.893893,737.193343,1265.240299,948.6421878,1812.74037 +16820,3527.664261,735.683724,1264.414238,959.5778433,1807.848517 +16821,3526.302176,734.1910405,1263.680079,957.1765495,1803.098927 +16822,3524.837656,732.7139742,1264.09013,962.2933463,1798.510367 +16823,3523.256375,731.2517955,1263.193627,965.6797015,1794.065969 +16824,3521.557455,729.8036312,1263.033153,969.4262244,1789.748229 +16825,3519.753393,728.3690096,1261.19809,972.7962122,1785.548134 +16826,3517.856111,726.9472376,1264.143652,976.3304141,1781.447527 +16827,3515.89393,725.5379198,1253.717707,979.6788617,1777.452666 +16828,3513.886051,724.1404,1256.540908,983.1605606,1773.560016 +16829,3511.784169,722.754381,1260.394934,986.5601713,1769.726095 +16830,3509.59442,721.3792459,1256.307193,989.8775942,1765.942487 +16831,3507.348584,719.4292967,1255.117828,992.0070002,1762.229517 +16832,3504.667877,717.3637974,1252.755358,993.4778301,1758.595012 +16833,3501.321772,715.2460211,1250.240575,994.9718216,1755.043051 +16834,3497.315863,713.09285,1247.63393,996.24784,1751.577461 +16835,3492.762595,710.9116636,1244.949186,997.4012327,1748.198588 +16836,3487.780297,708.7061621,1242.195495,998.4304261,1744.9034 +16837,3482.45402,706.4788657,1239.379138,999.3399647,1741.685982 +16838,3476.836795,704.2311727,1236.503898,1000.132787,1738.53897 +16839,3470.961183,701.9643889,1233.573481,1000.811292,1735.454622 +16840,3464.848541,699.6594286,1230.560325,1001.447835,1732.42553 +16841,3458.508157,697.3520359,1227.519611,1001.797922,1729.445761 +16842,3451.954772,695.0291206,1224.432662,1002.190123,1726.50918 +16843,3445.20191,692.690626,1221.300941,1002.413473,1723.609833 +16844,3438.26,690.3361317,1218.124438,1002.538324,1720.74281 +16845,3431.135943,687.9666802,1214.906197,1002.556378,1717.903852 +16846,3423.836126,685.5319803,1211.646104,1002.396966,1715.090104 +16847,3416.364935,683.2064237,1208.347017,1002.306188,1712.298089 +16848,3408.725193,680.7575283,1205.008676,1001.955544,1709.524096 +16849,3400.920636,678.337898,1201.633747,1001.560375,1706.765559 +16850,3392.954734,675.8967536,1198.221824,1001.049888,1704.020398 +16851,3384.830347,673.4424518,1194.775385,1000.435054,1701.286595 +16852,3376.550508,670.974651,1191.293903,999.7158615,1698.562525 +16853,3368.117476,668.5439122,1187.779705,998.893248,1695.846144 +16854,3359.533813,665.9775313,1184.232152,997.966856,1693.136154 +16855,3350.802346,663.5069746,1180.653441,996.9375822,1690.431812 +16856,3341.925425,660.9812453,1177.04284,995.8050361,1687.732142 +16857,3332.905192,658.4511436,1173.402438,994.5700793,1685.03604 +16858,3323.743804,655.9088824,1169.731424,993.2323026,1682.342604 +16859,3314.154461,653.355178,1165.937732,991.7925435,1679.65395 +16860,3304.749596,650.7895458,1162.347524,990.1707286,1676.969939 +16861,2224.836829,647.6703029,886.5870868,987.9545378,2217.67642 +16862,2324.145648,775.9094046,921.5508934,1116.864159,2280.448435 +16863,2449.871794,775.8578798,964.142959,1118.140499,2349.470074 +16864,2544.686832,772.551789,994.5916817,1116.345602,2389.439656 +16865,2602.526105,769.600587,1012.2396,1112.355176,2403.405828 +16866,2638.535819,766.7333895,1023.452777,1111.861454,2407.157755 +16867,2662.093801,763.7778495,1031.220418,1108.414401,2406.936583 +16868,2677.950911,760.794326,1037.051477,1105.402319,2405.360972 +16869,2689.074405,758.2582244,1041.682043,1101.155363,2403.489464 +16870,2696.655383,754.5079855,1045.467534,1096.485134,2401.696076 +16871,2701.333725,751.7958954,1048.583688,1091.751094,2400.078108 +16872,2703.582476,750.2651322,1051.144092,1082.467628,2398.638549 +16873,2703.046617,747.38237,1053.293722,1077.452969,2397.356859 +16874,2700.479542,744.2708564,1055.075613,1072.447875,2396.21009 +16875,2696.60271,741.1556519,1056.516675,1067.442761,2395.179077 +16876,2691.865344,737.9958401,1057.665154,1062.395161,2394.279226 +16877,2686.440488,734.8065689,1058.547184,1057.039717,2393.466667 +16878,2680.406204,731.5894444,1059.189246,1051.626212,2392.70419 +16879,2673.844017,728.3472566,1059.629783,1046.176155,2391.994987 +16880,2666.815367,725.0331283,1059.898151,1040.401551,2391.334966 +16881,2659.369781,721.8082069,1060.017603,1034.50653,2390.717673 +16882,2651.545864,718.455648,1060.007146,1028.32166,2390.136384 +16883,2643.094976,715.1185886,1059.882552,1022.155144,2389.58464 +16884,2634.593526,711.7467789,1059.6571,1015.403684,2389.056663 +16885,2625.773402,708.3341225,1059.341968,1008.55476,2388.547245 +16886,2616.626873,705.3950234,1058.946215,999.8717859,2388.051474 +16887,2606.91053,701.9019088,1058.496899,992.6146047,2387.565122 +16888,2596.770701,698.8434147,1057.99163,983.1105325,2387.084434 +16889,2586.041635,695.2496731,1057.440542,974.3191928,2386.605848 +16890,2574.845872,691.5572109,1056.835603,965.6079304,2386.126407 +16891,2563.330639,688.8847372,1056.183155,960.2789443,2385.676957 +16892,2552.004573,686.141901,1055.508764,955.4021007,2385.224279 +16893,2541.157114,683.6195568,1054.825183,950.8395646,2384.740653 +16894,2530.857878,680.8905785,1054.151693,905.2922482,2384.238819 +16895,2515.343428,676.3630551,1053.485615,893.8974651,2383.717521 +16896,2496.751999,673.7154467,1052.752708,886.7117942,2383.179237 +16897,2478.058622,670.9665864,1051.98288,880.2819794,2382.62546 +16898,2460.747391,668.4813843,1051.210929,874.1311063,2382.05651 +16899,2445.089024,665.9609821,1050.456556,868.446135,2381.471919 +16900,2430.882578,663.327299,1049.736896,862.7182091,2380.906169 +16901,2417.786328,660.8967492,1049.036034,857.4844714,2380.323689 +16902,2405.535378,658.3892579,1048.339849,866.1593361,2379.499576 +16903,2393.986215,655.8538715,1047.646894,825.8026377,2378.847012 +16904,2383.031743,653.4203683,1046.962238,866.9022619,2378.172006 +16905,2372.586108,650.9751621,1046.284622,812.8352368,2377.474036 +16906,2362.578109,648.3972398,1045.610052,850.3114086,2376.752496 +16907,2352.948218,646.0165655,1044.939527,813.7158455,2376.007595 +16908,2343.6462,643.5856346,1044.274029,828.1226327,2375.239483 +16909,2334.630549,641.0293805,1043.607488,816.6493184,2374.448911 +16910,2325.866506,638.6298322,1042.94361,813.2023987,2373.636471 +16911,2317.325074,636.2824675,1042.281343,808.8236806,2372.802832 +16912,2308.982167,633.7182975,1041.617361,804.2062246,2371.94896 +16913,2300.852533,631.3903877,1040.969673,799.9244391,2371.113443 +16914,2292.884954,629.0062526,1040.32114,795.3579972,2370.261342 +16915,2285.037018,626.4965726,1039.660523,791.1402956,2369.364042 +16916,2277.312974,624.1866312,1038.993552,786.7315131,2368.440042 +16917,2269.708983,621.8283854,1038.324606,782.5504313,2367.497217 +16918,2262.218583,619.3036088,1037.652943,778.2791615,2366.539272 +16919,2254.834727,617.0793013,1036.980461,774.0335283,2365.568142 +16920,2247.55077,614.7174648,1036.305496,769.8967593,2364.585143 +16921,0,0,0,0,0 +16922,0,0,0,0,0 +16923,0,0,0,0,0 +16924,0,0,0,0,0 +16925,0,0,0,0,0 +16926,0,0,0,0,0 +16927,0,0,0,0,0 +16928,0,0,0,0,0 +16929,0,0,0,0,0 +16930,0,0,0,0,0 +16931,0,0,0,0,0 +16932,0,0,0,0,0 +16933,0,0,0,0,0 +16934,0,0,0,0,0 +16935,0,0,0,0,0 +16936,0,0,0,0,0 +16937,0,0,0,0,0 +16938,0,0,0,0,0 +16939,0,0,0,0,0 +16940,0,0,0,0,0 +16941,0,0,0,0,0 +16942,0,0,0,0,0 +16943,0,0,0,0,0 +16944,0,0,0,0,0 +16945,0,0,0,0,0 +16946,0,0,0,0,0 +16947,0,0,0,0,0 +16948,0,0,0,0,0 +16949,0,0,0,0,0 +16950,0,0,0,0,0 +16951,0,0,0,0,0 +16952,0,0,0,0,0 +16953,0,0,0,0,0 +16954,0,0,0,0,0 +16955,0,0,0,0,0 +16956,0,0,0,0,0 +16957,0,0,0,0,0 +16958,0,0,0,0,0 +16959,0,0,0,0,0 +16960,0,0,0,0,0 +16961,0,0,0,0,0 +16962,0,0,0,0,0 +16963,0,0,0,0,0 +16964,0,0,0,0,0 +16965,0,0,0,0,0 +16966,0,0,0,0,0 +16967,0,0,0,0,0 +16968,0,0,0,0,0 +16969,0,0,0,0,0 +16970,0,0,0,0,0 +16971,0,0,0,0,0 +16972,0,0,0,0,0 +16973,0,0,0,0,0 +16974,0,0,0,0,0 +16975,0,0,0,0,0 +16976,0,0,0,0,0 +16977,0,0,0,0,0 +16978,0,0,0,0,0 +16979,0,0,0,0,0 +16980,0,0,0,0,0 +16981,0,0,0,0,0 +16982,0,0,0,0,0 +16983,0,0,0,0,0 +16984,0,0,0,0,0 +16985,0,0,0,0,0 +16986,0,0,0,0,0 +16987,0,0,0,0,0 +16988,0,0,0,0,0 +16989,0,0,0,0,0 +16990,0,0,0,0,0 +16991,0,0,0,0,0 +16992,0,0,0,0,0 +16993,0,0,0,0,0 +16994,0,0,0,0,0 +16995,0,0,0,0,0 +16996,0,0,0,0,0 +16997,0,0,0,0,0 +16998,0,0,0,0,0 +16999,0,0,0,0,0 +17000,0,0,0,0,0 +17001,0,0,0,0,0 +17002,0,0,0,0,0 +17003,0,0,0,0,0 +17004,0,0,0,0,0 +17005,0,0,0,0,0 +17006,0,0,0,0,0 +17007,0,0,0,0,0 +17008,0,0,0,0,0 +17009,0,0,0,0,0 +17010,0,0,0,0,0 +17011,0,0,0,0,0 +17012,0,0,0,0,0 +17013,0,0,0,0,0 +17014,0,0,0,0,0 +17015,0,0,0,0,0 +17016,0,0,0,0,0 +17017,0,0,0,0,0 +17018,0,0,0,0,0 +17019,0,0,0,0,0 +17020,0,0,0,0,0 +17021,0,0,0,0,0 +17022,0,0,0,0,0 +17023,0,0,0,0,0 +17024,0,0,0,0,0 +17025,0,0,0,0,0 +17026,0,0,0,0,0 +17027,0,0,0,0,0 +17028,0,0,0,0,0 +17029,0,0,0,0,0 +17030,0,0,0,0,0 +17031,0,0,0,0,0 +17032,0,0,0,0,0 +17033,0,0,0,0,0 +17034,0,0,0,0,0 +17035,0,0,0,0,0 +17036,0,0,0,0,0 +17037,0,0,0,0,0 +17038,0,0,0,0,0 +17039,0,0,0,0,0 +17040,0,0,0,0,0 +17041,0,0,0,0,0 +17042,0,0,0,0,0 +17043,0,0,0,0,0 +17044,0,0,0,0,0 +17045,0,0,0,0,0 +17046,0,0,0,0,0 +17047,0,0,0,0,0 +17048,0,0,0,0,0 +17049,0,0,0,0,0 +17050,0,0,0,0,0 +17051,0,0,0,0,0 +17052,0,0,0,0,0 +17053,0,0,0,0,0 +17054,0,0,0,0,0 +17055,0,0,0,0,0 +17056,0,0,0,0,0 +17057,0,0,0,0,0 +17058,0,0,0,0,0 +17059,0,0,0,0,0 +17060,0,0,0,0,0 +17061,0,0,0,0,0 +17062,0,0,0,0,0 +17063,0,0,0,0,0 +17064,0,0,0,0,0 +17065,0,0,0,0,0 +17066,0,0,0,0,0 +17067,0,0,0,0,0 +17068,0,0,0,0,0 +17069,0,0,0,0,0 +17070,0,0,0,0,0 +17071,0,0,0,0,0 +17072,0,0,0,0,0 +17073,0,0,0,0,0 +17074,0,0,0,0,0 +17075,0,0,0,0,0 +17076,0,0,0,0,0 +17077,0,0,0,0,0 +17078,0,0,0,0,0 +17079,0,0,0,0,0 +17080,0,0,0,0,0 +17081,0,0,0,0,0 +17082,0,0,0,0,0 +17083,0,0,0,0,0 +17084,0,0,0,0,0 +17085,0,0,0,0,0 +17086,0,0,0,0,0 +17087,0,0,0,0,0 +17088,0,0,0,0,0 +17089,0,0,0,0,0 +17090,0,0,0,0,0 +17091,0,0,0,0,0 +17092,0,0,0,0,0 +17093,0,0,0,0,0 +17094,0,0,0,0,0 +17095,0,0,0,0,0 +17096,0,0,0,0,0 +17097,0,0,0,0,0 +17098,0,0,0,0,0 +17099,0,0,0,0,0 +17100,0,0,0,0,0 +17101,0,0,0,0,0 +17102,0,0,0,0,0 +17103,0,0,0,0,0 +17104,0,0,0,0,0 +17105,0,0,0,0,0 +17106,0,0,0,0,0 +17107,0,0,0,0,0 +17108,0,0,0,0,0 +17109,0,0,0,0,0 +17110,0,0,0,0,0 +17111,0,0,0,0,0 +17112,0,0,0,0,0 +17113,0,0,0,0,0 +17114,0,0,0,0,0 +17115,0,0,0,0,0 +17116,0,0,0,0,0 +17117,0,0,0,0,0 +17118,0,0,0,0,0 +17119,0,0,0,0,0 +17120,0,0,0,0,0 +17121,0,0,0,0,0 +17122,0,0,0,0,0 +17123,0,0,0,0,0 +17124,0,0,0,0,0 +17125,0,0,0,0,0 +17126,0,0,0,0,0 +17127,0,0,0,0,0 +17128,0,0,0,0,0 +17129,0,0,0,0,0 +17130,0,0,0,0,0 +17131,0,0,0,0,0 +17132,0,0,0,0,0 +17133,0,0,0,0,0 +17134,0,0,0,0,0 +17135,0,0,0,0,0 +17136,0,0,0,0,0 +17137,0,0,0,0,0 +17138,0,0,0,0,0 +17139,0,0,0,0,0 +17140,0,0,0,0,0 +17141,0,0,0,0,0 +17142,0,0,0,0,0 +17143,0,0,0,0,0 +17144,0,0,0,0,0 +17145,0,0,0,0,0 +17146,0,0,0,0,0 +17147,0,0,0,0,0 +17148,0,0,0,0,0 +17149,0,0,0,0,0 +17150,0,0,0,0,0 +17151,0,0,0,0,0 +17152,0,0,0,0,0 +17153,0,0,0,0,0 +17154,0,0,0,0,0 +17155,0,0,0,0,0 +17156,0,0,0,0,0 +17157,0,0,0,0,0 +17158,0,0,0,0,0 +17159,0,0,0,0,0 +17160,0,0,0,0,0 +17161,0,0,0,0,0 +17162,0,0,0,0,0 +17163,0,0,0,0,0 +17164,0,0,0,0,0 +17165,0,0,0,0,0 +17166,0,0,0,0,0 +17167,0,0,0,0,0 +17168,0,0,0,0,0 +17169,0,0,0,0,0 +17170,0,0,0,0,0 +17171,0,0,0,0,0 +17172,0,0,0,0,0 +17173,0,0,0,0,0 +17174,0,0,0,0,0 +17175,0,0,0,0,0 +17176,0,0,0,0,0 +17177,0,0,0,0,0 +17178,0,0,0,0,0 +17179,0,0,0,0,0 +17180,0,0,0,0,0 +17181,0,0,0,0,0 +17182,0,0,0,0,0 +17183,0,0,0,0,0 +17184,0,0,0,0,0 +17185,0,0,0,0,0 +17186,0,0,0,0,0 +17187,0,0,0,0,0 +17188,0,0,0,0,0 +17189,0,0,0,0,0 +17190,0,0,0,0,0 +17191,0,0,0,0,0 +17192,0,0,0,0,0 +17193,0,0,0,0,0 +17194,0,0,0,0,0 +17195,0,0,0,0,0 +17196,0,0,0,0,0 +17197,0,0,0,0,0 +17198,0,0,0,0,0 +17199,0,0,0,0,0 +17200,0,0,0,0,0 +17201,0,0,0,0,0 +17202,0,0,0,0,0 +17203,0,0,0,0,0 +17204,0,0,0,0,0 +17205,0,0,0,0,0 +17206,0,0,0,0,0 +17207,0,0,0,0,0 +17208,0,0,0,0,0 +17209,0,0,0,0,0 +17210,0,0,0,0,0 +17211,0,0,0,0,0 +17212,0,0,0,0,0 +17213,0,0,0,0,0 +17214,0,0,0,0,0 +17215,0,0,0,0,0 +17216,0,0,0,0,0 +17217,0,0,0,0,0 +17218,0,0,0,0,0 +17219,0,0,0,0,0 +17220,0,0,0,0,0 +17221,0,0,0,0,0 +17222,0,0,0,0,0 +17223,0,0,0,0,0 +17224,0,0,0,0,0 +17225,0,0,0,0,0 +17226,0,0,0,0,0 +17227,0,0,0,0,0 +17228,0,0,0,0,0 +17229,0,0,0,0,0 +17230,0,0,0,0,0 +17231,0,0,0,0,0 +17232,0,0,0,0,0 +17233,0,0,0,0,0 +17234,0,0,0,0,0 +17235,0,0,0,0,0 +17236,0,0,0,0,0 +17237,0,0,0,0,0 +17238,0,0,0,0,0 +17239,0,0,0,0,0 +17240,0,0,0,0,0 +17241,0,0,0,0,0 +17242,0,0,0,0,0 +17243,0,0,0,0,0 +17244,0,0,0,0,0 +17245,0,0,0,0,0 +17246,0,0,0,0,0 +17247,0,0,0,0,0 +17248,0,0,0,0,0 +17249,0,0,0,0,0 +17250,0,0,0,0,0 +17251,0,0,0,0,0 +17252,0,0,0,0,0 +17253,0,0,0,0,0 +17254,0,0,0,0,0 +17255,0,0,0,0,0 +17256,0,0,0,0,0 +17257,0,0,0,0,0 +17258,0,0,0,0,0 +17259,0,0,0,0,0 +17260,0,0,0,0,0 +17261,0,0,0,0,0 +17262,0,0,0,0,0 +17263,0,0,0,0,0 +17264,0,0,0,0,0 +17265,0,0,0,0,0 +17266,0,0,0,0,0 +17267,0,0,0,0,0 +17268,0,0,0,0,0 +17269,0,0,0,0,0 +17270,0,0,0,0,0 +17271,0,0,0,0,0 +17272,0,0,0,0,0 +17273,0,0,0,0,0 +17274,0,0,0,0,0 +17275,0,0,0,0,0 +17276,0,0,0,0,0 +17277,0,0,0,0,0 +17278,0,0,0,0,0 +17279,0,0,0,0,0 +17280,0,0,0,0,0 +17281,0,0,0,0,0 +17282,0,0,0,0,0 +17283,0,0,0,0,0 +17284,0,0,0,0,0 +17285,0,0,0,0,0 +17286,0,0,0,0,0 +17287,0,0,0,0,0 +17288,0,0,0,0,0 +17289,0,0,0,0,0 +17290,0,0,0,0,0 +17291,0,0,0,0,0 +17292,0,0,0,0,0 +17293,0,0,0,0,0 +17294,0,0,0,0,0 +17295,0,0,0,0,0 +17296,0,0,0,0,0 +17297,0,0,0,0,0 +17298,0,0,0,0,0 +17299,0,0,0,0,0 +17300,0,0,0,0,0 +17301,0,0,0,0,0 +17302,0,0,0,0,0 +17303,0,0,0,0,0 +17304,0,0,0,0,0 +17305,0,0,0,0,0 +17306,0,0,0,0,0 +17307,0,0,0,0,0 +17308,0,0,0,0,0 +17309,0,0,0,0,0 +17310,0,0,0,0,0 +17311,0,0,0,0,0 +17312,0,0,0,0,0 +17313,0,0,0,0,0 +17314,0,0,0,0,0 +17315,0,0,0,0,0 +17316,0,0,0,0,0 +17317,0,0,0,0,0 +17318,0,0,0,0,0 +17319,0,0,0,0,0 +17320,0,0,0,0,0 +17321,0,0,0,0,0 +17322,0,0,0,0,0 +17323,0,0,0,0,0 +17324,0,0,0,0,0 +17325,0,0,0,0,0 +17326,0,0,0,0,0 +17327,0,0,0,0,0 +17328,0,0,0,0,0 +17329,0,0,0,0,0 +17330,0,0,0,0,0 +17331,0,0,0,0,0 +17332,0,0,0,0,0 +17333,0,0,0,0,0 +17334,0,0,0,0,0 +17335,0,0,0,0,0 +17336,0,0,0,0,0 +17337,0,0,0,0,0 +17338,0,0,0,0,0 +17339,0,0,0,0,0 +17340,0,0,0,0,0 +17341,0,0,0,0,0 +17342,0,0,0,0,0 +17343,0,0,0,0,0 +17344,0,0,0,0,0 +17345,0,0,0,0,0 +17346,0,0,0,0,0 +17347,0,0,0,0,0 +17348,0,0,0,0,0 +17349,0,0,0,0,0 +17350,0,0,0,0,0 +17351,0,0,0,0,0 +17352,0,0,0,0,0 +17353,0,0,0,0,0 +17354,0,0,0,0,0 +17355,0,0,0,0,0 +17356,0,0,0,0,0 +17357,0,0,0,0,0 +17358,0,0,0,0,0 +17359,0,0,0,0,0 +17360,0,0,0,0,0 +17361,0,0,0,0,0 +17362,0,0,0,0,0 +17363,0,0,0,0,0 +17364,0,0,0,0,0 +17365,0,0,0,0,0 +17366,0,0,0,0,0 +17367,0,0,0,0,0 +17368,0,0,0,0,0 +17369,0,0,0,0,0 +17370,0,0,0,0,0 +17371,0,0,0,0,0 +17372,0,0,0,0,0 +17373,0,0,0,0,0 +17374,0,0,0,0,0 +17375,0,0,0,0,0 +17376,0,0,0,0,0 +17377,0,0,0,0,0 +17378,0,0,0,0,0 +17379,0,0,0,0,0 +17380,0,0,0,0,0 +17381,0,0,0,0,0 +17382,0,0,0,0,0 +17383,0,0,0,0,0 +17384,0,0,0,0,0 +17385,0,0,0,0,0 +17386,0,0,0,0,0 +17387,0,0,0,0,0 +17388,0,0,0,0,0 +17389,0,0,0,0,0 +17390,0,0,0,0,0 +17391,0,0,0,0,0 +17392,0,0,0,0,0 +17393,0,0,0,0,0 +17394,0,0,0,0,0 +17395,0,0,0,0,0 +17396,0,0,0,0,0 +17397,0,0,0,0,0 +17398,0,0,0,0,0 +17399,0,0,0,0,0 +17400,0,0,0,0,0 +17401,0,0,0,0,0 +17402,0,0,0,0,0 +17403,0,0,0,0,0 +17404,0,0,0,0,0 +17405,0,0,0,0,0 +17406,0,0,0,0,0 +17407,0,0,0,0,0 +17408,0,0,0,0,0 +17409,0,0,0,0,0 +17410,0,0,0,0,0 +17411,0,0,0,0,0 +17412,0,0,0,0,0 +17413,0,0,0,0,0 +17414,0,0,0,0,0 +17415,0,0,0,0,0 +17416,0,0,0,0,0 +17417,0,0,0,0,0 +17418,0,0,0,0,0 +17419,0,0,0,0,0 +17420,0,0,0,0,0 +17421,0,0,0,0,0 +17422,0,0,0,0,0 +17423,0,0,0,0,0 +17424,0,0,0,0,0 +17425,0,0,0,0,0 +17426,0,0,0,0,0 +17427,0,0,0,0,0 +17428,0,0,0,0,0 +17429,0,0,0,0,0 +17430,0,0,0,0,0 +17431,0,0,0,0,0 +17432,0,0,0,0,0 +17433,0,0,0,0,0 +17434,0,0,0,0,0 +17435,0,0,0,0,0 +17436,0,0,0,0,0 +17437,0,0,0,0,0 +17438,0,0,0,0,0 +17439,0,0,0,0,0 +17440,0,0,0,0,0 +17441,0,0,0,0,0 +17442,0,0,0,0,0 +17443,0,0,0,0,0 +17444,0,0,0,0,0 +17445,0,0,0,0,0 +17446,0,0,0,0,0 +17447,0,0,0,0,0 +17448,0,0,0,0,0 +17449,0,0,0,0,0 +17450,0,0,0,0,0 +17451,0,0,0,0,0 +17452,0,0,0,0,0 +17453,0,0,0,0,0 +17454,0,0,0,0,0 +17455,0,0,0,0,0 +17456,0,0,0,0,0 +17457,0,0,0,0,0 +17458,0,0,0,0,0 +17459,0,0,0,0,0 +17460,0,0,0,0,0 +17461,0,0,0,0,0 +17462,0,0,0,0,0 +17463,0,0,0,0,0 +17464,0,0,0,0,0 +17465,0,0,0,0,0 +17466,0,0,0,0,0 +17467,0,0,0,0,0 +17468,0,0,0,0,0 +17469,0,0,0,0,0 +17470,0,0,0,0,0 +17471,0,0,0,0,0 +17472,0,0,0,0,0 +17473,0,0,0,0,0 +17474,0,0,0,0,0 +17475,0,0,0,0,0 +17476,0,0,0,0,0 +17477,0,0,0,0,0 +17478,0,0,0,0,0 +17479,0,0,0,0,0 +17480,0,0,0,0,0 +17481,0,0,0,0,0 +17482,0,0,0,0,0 +17483,0,0,0,0,0 +17484,0,0,0,0,0 +17485,0,0,0,0,0 +17486,0,0,0,0,0 +17487,0,0,0,0,0 +17488,0,0,0,0,0 +17489,0,0,0,0,0 +17490,0,0,0,0,0 +17491,0,0,0,0,0 +17492,0,0,0,0,0 +17493,0,0,0,0,0 +17494,0,0,0,0,0 +17495,0,0,0,0,0 +17496,0,0,0,0,0 +17497,0,0,0,0,0 +17498,0,0,0,0,0 +17499,0,0,0,0,0 +17500,0,0,0,0,0 +17501,0,0,0,0,0 +17502,0,0,0,0,0 +17503,0,0,0,0,0 +17504,0,0,0,0,0 +17505,0,0,0,0,0 +17506,0,0,0,0,0 +17507,0,0,0,0,0 +17508,0,0,0,0,0 +17509,0,0,0,0,0 +17510,0,0,0,0,0 +17511,0,0,0,0,0 +17512,0,0,0,0,0 +17513,0,0,0,0,0 +17514,0,0,0,0,0 +17515,0,0,0,0,0 +17516,0,0,0,0,0 +17517,0,0,0,0,0 +17518,0,0,0,0,0 +17519,0,0,0,0,0 +17520,0,0,0,0,0 +17521,0,0,0,0,0 +17522,0,0,0,0,0 +17523,0,0,0,0,0 +17524,0,0,0,0,0 +17525,0,0,0,0,0 +17526,0,0,0,0,0 +17527,0,0,0,0,0 +17528,0,0,0,0,0 +17529,0,0,0,0,0 +17530,0,0,0,0,0 +17531,0,0,0,0,0 +17532,0,0,0,0,0 +17533,0,0,0,0,0 +17534,0,0,0,0,0 +17535,0,0,0,0,0 +17536,0,0,0,0,0 +17537,0,0,0,0,0 +17538,0,0,0,0,0 +17539,0,0,0,0,0 +17540,0,0,0,0,0 +17541,0,0,0,0,0 +17542,0,0,0,0,0 +17543,0,0,0,0,0 +17544,0,0,0,0,0 +17545,0,0,0,0,0 +17546,0,0,0,0,0 +17547,0,0,0,0,0 +17548,0,0,0,0,0 +17549,0,0,0,0,0 +17550,0,0,0,0,0 +17551,0,0,0,0,0 +17552,0,0,0,0,0 +17553,0,0,0,0,0 +17554,0,0,0,0,0 +17555,0,0,0,0,0 +17556,0,0,0,0,0 +17557,0,0,0,0,0 +17558,0,0,0,0,0 +17559,0,0,0,0,0 +17560,0,0,0,0,0 +17561,0,0,0,0,0 +17562,0,0,0,0,0 +17563,0,0,0,0,0 +17564,0,0,0,0,0 +17565,0,0,0,0,0 +17566,0,0,0,0,0 +17567,0,0,0,0,0 +17568,0,0,0,0,0 +17569,0,0,0,0,0 +17570,0,0,0,0,0 +17571,0,0,0,0,0 +17572,0,0,0,0,0 +17573,0,0,0,0,0 +17574,0,0,0,0,0 +17575,0,0,0,0,0 +17576,0,0,0,0,0 +17577,0,0,0,0,0 +17578,0,0,0,0,0 +17579,0,0,0,0,0 +17580,0,0,0,0,0 +17581,0,0,0,0,0 +17582,0,0,0,0,0 +17583,0,0,0,0,0 +17584,0,0,0,0,0 +17585,0,0,0,0,0 +17586,0,0,0,0,0 +17587,0,0,0,0,0 +17588,0,0,0,0,0 +17589,0,0,0,0,0 +17590,0,0,0,0,0 +17591,0,0,0,0,0 +17592,0,0,0,0,0 +17593,0,0,0,0,0 +17594,0,0,0,0,0 +17595,0,0,0,0,0 +17596,0,0,0,0,0 +17597,0,0,0,0,0 +17598,0,0,0,0,0 +17599,0,0,0,0,0 +17600,0,0,0,0,0 +17601,0,0,0,0,0 +17602,0,0,0,0,0 +17603,0,0,0,0,0 +17604,0,0,0,0,0 +17605,0,0,0,0,0 +17606,0,0,0,0,0 +17607,0,0,0,0,0 +17608,0,0,0,0,0 +17609,0,0,0,0,0 +17610,0,0,0,0,0 +17611,0,0,0,0,0 +17612,0,0,0,0,0 +17613,0,0,0,0,0 +17614,0,0,0,0,0 +17615,0,0,0,0,0 +17616,0,0,0,0,0 +17617,0,0,0,0,0 +17618,0,0,0,0,0 +17619,0,0,0,0,0 +17620,0,0,0,0,0 +17621,0,0,0,0,0 +17622,0,0,0,0,0 +17623,0,0,0,0,0 +17624,0,0,0,0,0 +17625,0,0,0,0,0 +17626,0,0,0,0,0 +17627,0,0,0,0,0 +17628,0,0,0,0,0 +17629,0,0,0,0,0 +17630,0,0,0,0,0 +17631,0,0,0,0,0 +17632,0,0,0,0,0 +17633,0,0,0,0,0 +17634,0,0,0,0,0 +17635,0,0,0,0,0 +17636,0,0,0,0,0 +17637,0,0,0,0,0 +17638,0,0,0,0,0 +17639,0,0,0,0,0 +17640,0,0,0,0,0 +17641,0,0,0,0,0 +17642,0,0,0,0,0 +17643,0,0,0,0,0 +17644,0,0,0,0,0 +17645,0,0,0,0,0 +17646,0,0,0,0,0 +17647,0,0,0,0,0 +17648,0,0,0,0,0 +17649,0,0,0,0,0 +17650,0,0,0,0,0 +17651,0,0,0,0,0 +17652,0,0,0,0,0 +17653,0,0,0,0,0 +17654,0,0,0,0,0 +17655,0,0,0,0,0 +17656,0,0,0,0,0 +17657,0,0,0,0,0 +17658,0,0,0,0,0 +17659,0,0,0,0,0 +17660,0,0,0,0,0 +17661,0,0,0,0,0 +17662,0,0,0,0,0 +17663,0,0,0,0,0 +17664,0,0,0,0,0 +17665,0,0,0,0,0 +17666,0,0,0,0,0 +17667,0,0,0,0,0 +17668,0,0,0,0,0 +17669,0,0,0,0,0 +17670,0,0,0,0,0 +17671,0,0,0,0,0 +17672,0,0,0,0,0 +17673,0,0,0,0,0 +17674,0,0,0,0,0 +17675,0,0,0,0,0 +17676,0,0,0,0,0 +17677,0,0,0,0,0 +17678,0,0,0,0,0 +17679,0,0,0,0,0 +17680,0,0,0,0,0 +17681,0,0,0,0,0 +17682,0,0,0,0,0 +17683,0,0,0,0,0 +17684,0,0,0,0,0 +17685,0,0,0,0,0 +17686,0,0,0,0,0 +17687,0,0,0,0,0 +17688,0,0,0,0,0 +17689,0,0,0,0,0 +17690,0,0,0,0,0 +17691,0,0,0,0,0 +17692,0,0,0,0,0 +17693,0,0,0,0,0 +17694,0,0,0,0,0 +17695,0,0,0,0,0 +17696,0,0,0,0,0 +17697,0,0,0,0,0 +17698,0,0,0,0,0 +17699,0,0,0,0,0 +17700,0,0,0,0,0 +17701,-1249.491651,-546.7923453,-1222.703844,-546.6490451,286.6474169 +17702,-1388.931675,-586.3510919,-1360.671857,-586.2105037,78.47018554 +17703,-1518.894513,-625.7303435,-1485.132305,-625.5938057,-150.2360801 +17704,-1604.006055,-665.928729,-1571.027154,-665.7964653,-377.5304083 +17705,-1665.637692,-695.6859045,-1633.258455,-695.5576475,-549.3314098 +17706,-1697.053784,-711.5895332,-1665.053908,-711.4649729,-652.665564 +17707,-1703.412599,-715.9856628,-1671.793733,-715.8647043,-701.6621418 +17708,-1694.932059,-713.5306631,-1663.671892,-713.413259,-717.9928091 +17709,-1680.313372,-708.1889559,-1649.344317,-708.0750641,-718.9022593 +17710,-1664.500022,-702.2088372,-1633.741284,-702.0984118,-714.027873 +17711,-1649.494906,-696.5024584,-1618.876389,-696.3954457,-707.466333 +17712,-1636.005278,-691.3858803,-1605.473028,-691.2822174,-700.4418653 +17713,-1624.138581,-686.9077096,-1593.653193,-686.8073243,-693.5502647 +17714,-1613.772946,-683.0163313,-1583.305846,-682.9191439,-687.1163846 +17715,-1604.72449,-679.6338212,-1574.254671,-679.5397462,-681.2749194 +17716,-1596.800349,-676.6791597,-1566.312422,-676.5881079,-676.0354499 +17717,-1589.825586,-674.0797699,-1559.308391,-673.9916503,-671.3513746 +17718,-1583.649616,-671.7741321,-1553.095215,-671.6888529,-667.1595043 +17719,-1578.145138,-669.7111164,-1547.548053,-669.6285863,-663.396956 +17720,-1573.205453,-667.848637,-1542.562082,-667.7687656,-660.0067962 +17721,-1568.741452,-666.1521904,-1538.049603,-666.0748887,-656.9387471 +17722,-1564.678883,-664.5935618,-1533.937422,-664.5187427,-654.148694 +17723,-1560.956058,-663.1497582,-1530.164626,-663.0773369,-651.5982196 +17724,-1557.521645,-661.8020084,-1526.680449,-661.7319022,-649.2537687 +17725,-1554.332985,-660.535014,-1523.442634,-660.4671426,-647.0862484 +17726,-1551.354606,-659.3363031,-1520.415991,-659.2705889,-645.0705247 +17727,-1548.556931,-658.195674,-1517.571129,-658.1320417,-643.1848252 +17728,-1623.43304,-693.088457,-1592.917576,-693.0267687,-812.215335 +17729,-1468.855756,-623.0046254,-1438.374776,-622.9448181,-538.7779912 +17730,-1494.144488,-634.0770523,-1463.258214,-634.0191687,-566.6650897 +17731,-1513.049031,-642.5273702,-1481.956584,-642.4713474,-594.0868224 +17732,-1524.246721,-647.5769867,-1493.045877,-647.5227434,-612.857726 +17733,-1529.56835,-649.9866391,-1498.305984,-649.9340927,-623.4823828 +17734,-1531.237656,-650.7436213,-1499.934059,-650.6926988,-628.5371909 +17735,-1530.92601,-650.6016264,-1499.588867,-650.5522648,-630.3470329 +17736,-1529.658108,-650.0248314,-1498.289734,-649.9769743,-630.459271 +17737,-1605.268493,-685.1369511,-1574.383635,-685.0905006,-800.037286 +17738,-1451.83048,-615.4751532,-1420.993659,-615.4300646,-528.013847 +17739,-1477.406726,-625.0491,-1446.043616,-626.5410967,-556.1515164 +17740,-1496.455965,-630.9064873,-1464.682699,-634.9682356,-583.7331852 +17741,-1507.737227,-632.9812188,-1475.631436,-639.9746171,-602.6248649 +17742,-1513.121891,-632.381193,-1480.740063,-642.3404534,-613.3544502 +17743,-1514.844053,-630.1709492,-1482.2229,-643.0567898,-618.5062037 +17744,-1514.57784,-627.0820419,-1481.739845,-642.8772216,-620.411025 +17745,-1513.340186,-623.5483457,-1480.300198,-642.2612729,-620.6120394 +17746,-1511.669489,-619.7914068,-1478.439216,-641.451773,-619.9796673 +17747,-1509.827059,-615.9161536,-1476.417251,-640.5659248,-618.9615283 +17748,-1580.029816,-559.9613438,-1547.009748,-673.239055,-781.2220884 +17749,-1399.592613,-437.8876335,-1366.506414,-591.2832201,-460.8779902 +17750,-1421.179481,-485.7719732,-1387.557078,-600.5216649,-479.8187683 +17751,-1440.799996,-442.1762304,-1406.859577,-609.1737198,-506.9194316 +17752,-1450.452597,-421.4256269,-1416.308787,-613.4124566,-521.7609459 +17753,-1455.263653,-398.5726238,-1420.977604,-615.4916411,-530.7230636 +17754,-1560.68282,-379.5504094,-1527.013157,-664.371348,-766.0317894 +17755,-1478.399108,-354.9746262,-1445.564093,-628.1952264,-672.4735739 +17756,-1278.050141,-335.777557,-1244.811343,-536.5760407,-292.1738096 +17757,-1482.477738,-313.3120396,-1449.336325,-629.7587617,-675.9508225 +17758,-1261.533253,-291.1002632,-1228.159393,-529.0364537,-266.6152457 +17759,-1336.547404,-268.9224477,-1302.302655,-561.9323316,-357.5815063 +17760,-1388.71971,-247.4875306,-1354.041253,-585.0354497,-431.6351719 +17761,-1432.617319,216.0918194,-1397.735571,-604.6459798,-503.5707203 +17762,-118.2101919,250.0103744,-300.3509073,-517.5576412,-331.7812201 +17763,-153.569772,156.6371303,-17.72881914,155.407349,-598.3199224 +17764,-322.4764596,200.2602638,-337.3956797,-194.7763116,-295.3302029 +17765,-35.20529231,286.7405387,-17.78249957,-44.95064295,662.2662306 +17766,-451.580946,284.3505023,-429.4839188,-206.5049655,1095.269147 +17767,108.3163981,355.641607,124.632183,37.41282059,1382.422231 +17768,-176.1999733,535.1945705,-152.6207936,-65.41356998,1275.861575 +17769,-339.6711736,492.4207474,-324.8832405,-171.6083537,1019.152292 +17770,120.9251431,274.9930524,141.1409025,41.16365021,937.0430983 +17771,-262.4155952,295.6643779,-241.2416323,-116.3415486,1155.326447 +17772,146.904118,364.3316144,165.2733171,58.80043509,1416.685188 +17773,-102.8824237,544.2427652,-80.53599135,-36.84003838,1332.662524 +17774,6.042358979,348.5091752,25.88397419,-16.45785597,1288.45198 +17775,-178.8406596,339.6414847,-155.5775915,-70.31084187,1103.588967 +17776,246.9482259,397.1723584,267.7619225,105.7512868,1507.758225 +17777,25.70806234,568.4249304,46.14622352,15.67945649,1442.866108 +17778,-192.6660994,525.8535861,-168.3992815,-87.29225588,1160.350564 +17779,255.8206373,294.600935,275.4570312,115.6850362,1082.063284 +17780,104.19199,357.4086096,125.3901162,46.96409482,1322.897634 +17781,-70.65078095,351.1992286,-47.55278138,-27.02301096,1278.005156 +17782,304.2817781,399.4132048,324.2553846,137.3036425,1448.289818 +17783,-40.07914543,390.3914782,-19.16107109,-13.71622744,1390.860679 +17784,331.3038646,432.5743277,351.4522934,150.0139003,1539.927647 +17785,-20.42967086,413.97024,0.290457192,-3.70444215,1447.278372 +17786,369.6266788,450.1528633,388.8660215,167.8272506,1574.467594 +17787,13.48906171,428.4378912,33.4438231,11.93386477,1470.613545 +17788,395.4611264,460.8419915,413.4560291,179.6951339,1583.272861 +17789,176.9406677,618.9551659,194.5871705,76.49381447,1838.048022 +17790,238.2315051,408.8630212,256.4450105,123.3934514,1348.78672 +17791,288.4678468,437.821019,305.5192336,127.9213427,1450.795645 +17792,286.3729935,456.5606188,301.6301267,133.8640578,1508.716235 +17793,296.3139624,470.8960874,312.4971144,137.9910864,1548.358422 +17794,311.5799291,482.0094788,326.3243385,144.285072,1575.761374 +17795,185.655265,631.9458912,202.5377065,90.14339539,2002.516575 +17796,442.8909308,407.2952521,453.5371584,201.1056792,1248.509056 +17797,345.3037099,439.4854957,358.9058407,159.3131599,1363.089502 +17798,349.8639601,452.6008078,361.9059222,161.6670074,1400.114784 +17799,376.0459132,461.9359746,387.2193459,172.5977904,1422.140749 +17800,391.4790835,469.907535,401.4677928,179.4418574,1439.42209 +17801,402.9632822,476.2979421,410.8957286,184.1154127,1451.084096 +17802,414.124332,481.0797044,423.2640161,189.4046029,1456.819115 +17803,427.8110888,484.5948494,434.2533991,194.949759,1457.817104 +17804,440.4868324,487.0848628,446.5578157,200.1373844,1454.93631 +17805,453.4317889,488.7454365,457.0646315,205.5383612,1448.905503 +17806,465.9283502,489.7618517,464.8754129,211.1369952,1440.440205 +17807,478.1541025,490.1473473,474.2559123,216.1530746,1429.580597 +17808,485.9258966,490.1453704,484.1736177,220.2885695,1417.293085 +17809,497.1384484,489.6605415,493.2691092,223.806364,1403.192692 +17810,507.3961515,488.7927984,502.5037023,228.1310897,1387.677425 +17811,517.9860765,487.5715754,511.440145,232.6308458,1370.864842 +17812,528.1454797,486.0464808,520.8611389,236.5858644,1352.954253 +17813,538.542382,484.2335593,529.892783,240.7929523,1334.011358 +17814,550.9222973,482.0411097,540.5122825,245.8416714,1313.670967 +17815,558.703989,479.8310321,547.6072704,248.9682213,1293.381713 +17816,570.1515298,477.2605092,557.2496126,253.2632652,1271.774527 +17817,572.7517444,464.8927768,558.4359976,253.9349635,1211.102839 +17818,583.9213859,461.8901041,582.6366532,265.4135572,1187.733822 +17819,565.4353534,458.5347368,565.1419555,256.8853101,1162.872804 +17820,548.8369411,455.8645836,548.1121512,249.1468643,1140.776867 +17821,530.5335579,792.6051097,529.3273373,240.6260245,1114.375513 +17822,521.544692,809.8516452,519.8720976,236.3148123,1104.158837 +17823,518.1777977,800.7261397,516.0736994,234.5004516,1103.339041 +17824,516.5230461,835.5620983,514.0191744,233.3927731,1104.891684 +17825,514.7966391,854.7037993,511.9150565,232.1914738,1105.711138 +17826,512.6168914,872.8577279,509.3711863,230.7432066,1105.19618 +17827,510.0810814,891.4678144,506.4790829,229.1105905,1103.567029 +17828,507.3305975,909.1466856,503.3764057,227.3705863,1101.102609 +17829,504.4417979,926.5963494,500.1369268,225.5655682,1097.963127 +17830,501.4405812,944.8375769,496.784568,223.6299184,1094.221457 +17831,498.1384869,961.3703989,493.3242401,221.5971595,1089.918253 +17832,494.6030453,978.7421481,489.5738364,219.5080059,1085.089415 +17833,490.9269628,995.5496518,485.6003475,217.3859956,1079.773756 +17834,487.1642728,1011.936762,481.4926256,215.2413182,1074.011296 +17835,483.3382934,1035.563461,477.3014352,213.0784696,1067.841331 +17836,479.4591015,1056.248701,473.0476929,210.9003611,1061.300752 +17837,475.533658,1077.391212,468.7400257,208.7097028,1054.423987 +17838,471.5686597,1098.046387,464.3841822,206.5090065,1047.242661 +17839,467.5707869,1118.598769,459.9860112,204.3005128,1039.785991 +17840,463.5461032,1138.92243,455.551332,202.086063,1032.080608 +17841,459.4999704,1159.059837,451.0856052,199.8671902,1024.150942 +17842,455.4369112,1179.011421,446.5935566,197.645118,1016.01909 +17843,451.3609173,1198.781192,442.0792293,195.420847,1007.705077 +17844,447.2757751,1218.374089,437.5460829,193.1952048,999.2270173 +17845,443.1845773,1237.793508,432.9971476,190.9689064,990.6013746 +17846,439.0896877,1257.043768,428.4349707,188.7425191,981.8428612 +17847,434.9930837,1275.579938,423.8618092,186.5165431,972.9648266 +17848,430.896369,1295.292863,419.2795475,184.2913684,963.9791439 +17849,426.8009805,1313.671156,414.6898675,182.0673472,954.89658 +17850,422.708085,1332.300616,410.0941544,179.8447454,945.7266669 +17851,418.6187437,1349.082951,405.4936615,177.6238131,936.4780633 +17852,414.5191335,1365.304935,400.8808511,175.4010147,927.1583631 +17853,410.403458,1381.227071,396.2517941,173.1744536,917.7744395 +17854,406.2723289,1396.797579,391.6066438,170.9440511,908.3323057 +17855,402.1287207,1412.222288,386.947481,168.7105854,898.8375389 +17856,397.9755015,1427.275042,382.2765197,166.4748937,889.295025 +17857,393.8149596,1442.113194,377.5956652,164.2376828,879.7092573 +17858,389.6487615,1456.643909,372.9063624,161.9994629,870.0841514 +17859,385.47827,1471.163003,368.2098321,159.7606568,860.4233344 +17860,381.3045485,1485.087016,363.507038,157.5215834,850.729949 +17861,385.3586713,1499.149924,367.0289852,159.0235021,855.9707928 +17862,391.5910428,1512.710539,372.7258712,161.5138401,865.1481833 +17863,397.2796361,1526.360067,377.8752837,163.7542929,873.3055308 +17864,402.6743544,1539.487679,382.7267396,165.8599563,880.8834921 +17865,407.8418086,1552.544423,387.3465716,167.8632229,887.9908205 +17866,412.8254223,1565.504464,391.7779723,169.7853743,894.6987472 +17867,417.6597739,1578.197536,396.0553407,171.6429185,901.0668958 +17868,422.3702155,1590.51967,400.2039056,173.447637,907.1411621 +17869,426.9759478,1602.966262,404.2427966,175.2082257,912.9580405 +17870,431.4923068,1615.015046,408.1873164,176.9314805,918.5479811 +17871,435.9320059,1626.880393,412.0501731,178.6229341,923.9372369 +17872,440.3057196,1638.807433,415.8420652,180.2871581,929.148699 +17873,444.6224579,1656.010499,419.572024,181.927941,934.2023751 +17874,448.8896728,1661.506631,423.2476007,183.5483889,939.1156063 +17875,453.1135626,1681.531239,426.8751535,185.1510686,943.9035026 +17876,457.2992651,1681.955914,430.4599834,186.7380777,948.5791175 +17877,461.4471456,1708.614565,434.0026211,188.3093636,953.146659 +17878,465.5526838,1698.761653,437.4986994,189.8626687,957.6012242 +17879,469.6461554,1698.607205,440.9786321,191.4115699,962.0009391 +17880,473.7184797,1738.582931,444.4334778,192.951768,966.332169 +17881,477.6303853,1735.80478,447.7240894,194.4198022,970.3443172 +17882,481.7005956,1750.024654,451.1688526,195.9570558,974.6737732 +17883,485.8534125,1760.055039,454.693232,197.5309864,979.1756503 +17884,489.9968022,1770.27349,458.2058524,199.1013602,983.6742179 +17885,494.0893951,1779.844393,461.665389,200.6499983,988.0881984 +17886,498.124813,1789.481889,465.0652973,202.1741157,992.4013762 +17887,502.1095086,1798.946739,468.4118785,203.6765975,996.6219501 +17888,506.0511809,1807.970518,471.7127541,205.1608648,1000.76136 +17889,509.6795183,1817.218089,474.6975954,206.5039677,1004.326394 +17890,513.6304807,1826.05931,478.0023792,207.9949807,1008.472187 +17891,517.5316798,1834.908412,481.2547504,209.4644397,1012.521287 +17892,521.3890768,1843.39149,484.460719,210.9149153,1016.484216 +17893,525.2087323,1851.902473,487.6263893,212.349084,1020.371695 +17894,528.9961561,1860.108742,490.7573256,213.7693963,1024.193605 +17895,532.7558253,1868.472567,493.85807,215.1778325,1027.958165 +17896,536.4911241,1876.300113,496.9320821,216.5758705,1031.671786 +17897,540.2046062,1884.238963,499.9819957,217.964609,1035.339484 +17898,543.8982079,1891.949941,503.00982,219.3448639,1145.780907 +17899,547.5734497,1899.619262,506.0171514,220.7172687,1163.11665 +17900,551.2314924,1906.929137,509.0052336,222.0823026,1154.545712 +17901,554.8731899,1914.201844,511.9750137,223.4403162,1178.11043 +17902,558.4991673,1921.476501,514.9272008,224.7915583,1190.944935 +17903,562.1099156,1928.322163,517.8623756,226.1362263,1203.105963 +17904,565.7058624,1935.318708,520.781052,227.474494,1215.374998 +17905,569.2874016,1942.164868,523.6837078,228.8065255,1227.175666 +17906,702.8326697,1948.540831,526.5707929,230.1324775,1239.215031 +17907,699.8884732,1955.1813,529.4427085,231.4524896,1250.547007 +17908,707.8658752,1961.413321,532.2997776,232.7666698,1262.243908 +17909,727.3088091,1967.726894,535.1422061,234.0750765,1273.501579 +17910,742.1397233,1973.616228,537.9701502,235.377749,1284.5909 +17911,755.8295279,1979.762412,540.7837931,236.6747422,1295.928078 +17912,769.8982603,1985.146353,543.5891227,237.9686347,1306.444764 +17913,783.4054623,1990.842818,546.3895142,239.2608435,1317.559103 +17914,797.1441906,1996.12526,549.1853806,240.5514855,1328.100193 +17915,810.4785985,2001.343262,551.9758254,241.8401121,1338.690642 +17916,823.6098211,2006.570542,554.7597789,243.1262109,1349.072831 +17917,836.9500099,2011.459209,557.5363761,244.4093689,1359.418982 +17918,849.8353396,2016.272964,560.3050033,245.6892896,1369.471578 +17919,862.5997008,2021.190059,563.0651969,246.9657461,1379.823808 +17920,875.5206352,2025.547658,565.8166113,248.238565,1389.697455 +17921,888.0834738,2030.033255,568.5589786,249.5025809,1399.623016 +17922,900.4174919,2034.330708,571.2921003,250.7555281,1409.236909 +17923,913.242604,2038.425232,574.0157965,251.9969387,1419.241278 +17924,925.130128,2042.627206,622.9565311,253.2275605,1428.699773 +17925,937.2922439,2046.502046,686.8288021,254.4485063,1438.24753 +17926,949.6053431,2050.331627,656.8696095,255.6607846,1447.665038 +17927,961.3944911,2054.022876,680.7602012,256.8651899,1456.986844 +17928,973.3234527,2057.589721,691.4242338,258.0623305,1465.998087 +17929,985.0632168,2061.033769,701.6679688,259.2526793,1475.486968 +17930,996.7270921,2064.452085,711.7234454,260.4366272,1484.355892 +17931,1008.074883,2067.514592,721.6028758,261.6144989,1493.574148 +17932,1019.903975,2070.66318,731.4635112,268.7852469,1502.122954 +17933,1031.339346,2073.611974,741.343819,313.015082,1511.072674 +17934,1042.276952,2076.456853,750.6856871,316.576613,1519.749401 +17935,1053.416551,2079.184054,760.3928427,283.9793025,1528.351588 +17936,1064.914518,2081.793942,769.6186038,315.2245945,1536.93278 +17937,1075.739124,2084.287609,779.1871756,319.7996384,1545.380386 +17938,1086.736766,2086.665818,788.0559198,320.8932062,1553.509778 +17939,1097.60704,2088.929547,797.308206,327.0799057,1562.244144 +17940,1108.396508,2091.079339,806.5363009,331.8177113,1570.268844 +17941,1000.507274,2039.228783,696.6397189,294.8717845,1346.982089 +17942,1007.644194,2039.786977,702.3670088,270.9520587,1352.454217 +17943,1016.38457,2040.49605,708.8918689,314.1222239,1357.625662 +17944,1024.55783,2048.961661,708.0982342,264.3704862,1363.389148 +17945,1033.341643,2051.021355,713.5066342,302.5998492,1369.67144 +17946,1041.374085,2052.431509,719.4591361,315.9395246,1375.718033 +17947,1050.162507,2053.605968,725.8157119,273.4886481,1382.238988 +17948,1058.300972,2054.60708,732.0343349,312.6295905,1388.389472 +17949,1067.276938,2055.461898,738.2664537,306.5502233,1394.691154 +17950,1075.47033,2056.183928,744.6503416,309.9247651,1400.949056 +17951,1084.047911,2056.78068,750.8669454,313.8699123,1407.185534 +17952,1092.75171,2057.256707,757.1025309,317.2991563,1413.395666 +17953,1102.635113,2057.615291,763.3004694,320.5727089,1419.404331 +17954,1112.517277,2057.858748,769.3806826,323.9610215,1425.841779 +17955,1122.185424,2057.989055,775.7859518,327.3026116,1431.827295 +17956,1132.653285,2058.007786,781.5324459,330.4796799,1437.950438 +17957,1142.503196,2057.916602,787.8960443,333.815202,1444.009992 +17958,1152.682539,2057.716809,793.8374023,336.9745106,1450.035837 +17959,1162.86304,2057.409918,799.7618582,340.2011551,1456.030036 +17960,1173.094216,2056.997076,806.0384084,343.4177941,1461.990024 +17961,1183.374524,2056.47967,811.7266577,346.5560947,1467.919146 +17962,1193.702313,2055.858716,817.6317452,349.6545698,1473.606576 +17963,1203.744539,2055.135491,823.7110716,352.8379101,1479.806006 +17964,1214.701458,2054.310873,829.4720235,355.9045598,1485.474269 +17965,1224.901088,2053.386041,835.3272736,358.9842728,1491.315427 +17966,1235.472387,2052.36176,841.1113984,362.0438283,1497.305828 +17967,1246.025361,2051.239115,846.9045348,365.0194825,1502.726184 +17968,1256.979421,2050.01878,852.6359543,368.1776547,1508.565775 +17969,1267.097017,2048.70177,858.3494956,370.9906992,1514.253231 +17970,1277.991101,2047.288578,864.0317363,374.0467386,1519.863039 +17971,1288.295125,2045.397449,869.2737851,376.9918466,1525.528739 +17972,1298.714712,2043.334626,874.8236837,379.6136579,1531.074302 +17973,1308.988296,2041.139387,879.9588128,382.5409295,1536.682476 +17974,1319.529191,2038.914292,885.3617319,385.2350963,1542.168543 +17975,1329.436559,2036.343376,890.2551588,387.9759887,1547.721463 +17976,1340.625542,2033.856948,895.5089183,390.6810206,1552.903368 +17977,1350.689049,2031.184202,900.390096,393.2979851,1558.795055 +17978,1361.287318,2028.414283,905.7096966,396.1272268,1563.979289 +17979,1371.780562,2025.540861,910.5807689,398.5422368,1569.463317 +17980,1382.317895,2022.561921,915.5795137,401.3364472,1574.781248 +17981,1392.864037,2019.385195,920.5118201,403.8695878,1580.140998 +17982,1403.442013,2016.337819,925.4074513,406.4586513,1585.472362 +17983,1414.029102,2012.992013,930.267846,409.0233681,1590.713697 +17984,1424.650503,2009.62591,935.0928359,411.5635917,1596.016408 +17985,1435.283234,2006.150037,939.8838382,414.0874804,1601.195648 +17986,1445.947272,2002.578339,944.446679,416.513547,1606.415828 +17987,1456.626083,1998.912635,949.4766985,419.2072395,1611.614263 +17988,1467.326791,1995.153841,954.016991,421.4876487,1616.713312 +17989,1478.093121,1991.303389,958.7102955,424.0174779,1621.855075 +17990,1488.875394,1987.362137,963.3365463,426.3553141,1626.971073 +17991,1499.564495,1983.331402,967.9322003,428.9053527,1631.991412 +17992,1510.432417,1979.118819,972.4960329,431.2456319,1637.051473 +17993,1521.15209,1975.135059,977.0296269,433.6480544,1642.091911 +17994,1532.065544,1970.64823,981.5324575,436.0176035,1647.029649 +17995,1542.820315,1966.344575,986.0058315,438.3773891,1652.015101 +17996,1553.724389,1961.868038,990.4492066,440.7181322,1656.944565 +17997,1564.651592,1957.320413,994.8638816,443.0454375,1661.887073 +17998,1575.469864,1952.690311,999.2492902,445.3577461,1666.723225 +17999,1586.430404,1947.978589,1003.388751,447.6558516,1671.607629 +18000,1597.416962,1943.185906,1008.060385,449.8422497,1676.469804 +18001,1366.386694,1827.965603,770.9805453,342.9662787,1196.755478 +18002,1372.264231,1820.242606,769.4570954,342.4420818,1194.200844 +18003,1379.735512,1813.318904,770.4602291,343.0903188,1192.417318 +18004,1387.987553,1806.675865,771.6689102,343.9480947,1192.33227 +18005,1396.690697,1800.239196,773.7914579,345.0985623,1192.619696 +18006,1405.526553,1793.660135,775.6640666,346.2544748,1193.644915 +18007,1414.704122,1787.187535,778.2147578,347.4534994,1194.711449 +18008,1423.911816,1780.840934,780.2465548,348.8729977,1196.369262 +18009,1433.210119,1774.305182,782.612317,350.0159444,1197.606855 +18010,1442.719787,1767.806417,785.2216691,351.4773616,1199.622682 +18011,1452.1482,1761.260602,787.5845078,352.7831691,1201.010251 +18012,1461.824614,1754.67617,790.0909516,354.1629795,1202.996182 +18013,1471.398578,1747.97059,792.639432,355.4757882,1205.139859 +18014,1481.213631,1741.419029,795.1893164,357.0339242,1206.80229 +18015,1490.920656,1734.658173,797.7739745,358.2229628,1208.857056 +18016,1500.85942,1728.002692,800.2276957,359.796846,1211.105773 +18017,1510.689203,1721.096663,803.1055586,361.1676167,1212.998565 +18018,1520.750938,1714.318743,805.6306937,362.6002957,1215.558117 +18019,1530.686813,1707.432298,808.4702487,363.980221,1217.426657 +18020,1540.861867,1700.432543,810.9098846,365.5356365,1219.660293 +18021,1550.903192,1693.588363,813.5707603,366.936625,1222.202635 +18022,1561.190669,1686.532896,816.5257207,368.4186204,1224.389936 +18023,1571.328477,1679.50205,819.127655,369.8069275,1226.779649 +18024,1581.718462,1672.41886,821.9029304,371.4976487,1228.983457 +18025,1591.378414,1665.294442,824.6622933,372.7865903,1231.709552 +18026,1602.635703,1658.128585,827.433115,374.2713877,1233.997153 +18027,1612.773831,1650.924022,830.0346913,375.8860984,1236.501696 +18028,1623.138574,1643.679148,833.1206082,377.3221424,1238.99189 +18029,1633.807513,1636.395202,835.7776273,378.8396552,1241.28891 +18030,1644.304775,1656.025237,838.6217901,380.3532813,1244.19159 +18031,1654.781017,1582.880399,841.0994217,381.7213836,1246.795951 +18032,1665.513201,1632.882788,843.5141082,383.0642352,1249.051121 +18033,1675.8908,1615.2751,845.9010384,384.3006393,1251.809077 +18034,1686.691102,1580.831469,848.2699117,385.7714136,1254.374275 +18035,1697.298758,1614.399472,850.4166245,387.1120881,1256.992869 +18036,1708.016207,1561.722266,853.0954545,388.2876027,1259.624007 +18037,1718.690455,1593.105961,855.2595059,389.5637853,1262.047812 +18038,1729.649725,1556.19418,857.6173623,391.0093415,1265.086587 +18039,1740.300669,1565.629987,859.9254889,392.2268077,1267.538414 +18040,1751.146018,1551.921172,862.4595547,393.5357472,1270.301229 +18041,1762.12571,1545.135119,864.3989964,394.8225778,1272.970348 +18042,1772.989664,1537.280566,866.8152841,396.1090753,1275.669225 +18043,1783.948228,1529.376833,869.0844865,397.3768166,1278.342903 +18044,1794.858351,1521.432765,871.3207987,398.6544568,1281.094503 +18045,1806.06538,1513.451254,873.5410696,399.9213559,1283.790064 +18046,1816.854006,1505.432797,875.5411964,401.1846501,1286.513142 +18047,1828.125357,1497.450359,878.161217,402.3162103,1289.204151 +18048,1839.161906,1489.259653,880.2011786,403.7677821,1291.980157 +18049,1850.314752,1481.113379,882.40565,404.9212896,1294.655231 +18050,1861.480739,1473.044504,884.6429457,406.1881251,1297.440872 +18051,1872.682295,1464.806661,886.7753443,407.428504,1300.155742 +18052,1883.829336,1456.594426,888.9912204,408.7989608,1302.858079 +18053,1895.292532,1448.411263,891.1002778,409.8182195,1305.652171 +18054,1906.30219,1440.02991,893.2947376,411.00822,1308.325672 +18055,1917.826089,1431.764628,895.3800104,412.4192859,1311.12668 +18056,1929.090315,1423.414203,897.553171,413.5316321,1313.798719 +18057,1940.477254,1415.046591,899.6139709,414.7658105,1316.600857 +18058,1951.87774,1406.584831,901.7659725,415.972114,1319.268936 +18059,1963.30396,1398.32976,903.8015855,417.1735567,1319.862538 +18060,1974.671414,1389.74478,905.9332186,418.3699231,1322.402202 +18061,2221.26976,1488.549101,1142.881926,526.1693804,1749.844693 +18062,2236.12249,1482.152565,1149.16935,529.3083477,1756.395337 +18063,2250.086154,1474.892477,1153.211963,531.5460216,1761.985265 +18064,2263.357403,1467.483682,1157.044975,533.6319957,1766.692942 +18065,2276.385381,1459.730297,1160.471886,535.5602629,1771.058503 +18066,2289.239255,1451.93076,1163.862077,537.3950962,1775.311215 +18067,2302.085183,1444.157303,1166.894231,539.166671,1779.063355 +18068,2314.599722,1436.18049,1169.97013,540.8909725,1782.890502 +18069,2327.202434,1428.279165,1172.867718,542.5781207,1786.5446 +18070,2340.061591,1420.155866,1175.822718,544.232939,1790.186157 +18071,2352.385386,1412.136783,1178.604811,545.8587091,1793.518624 +18072,2365.035382,1404.02498,1181.417801,547.2414419,1797.109506 +18073,2377.543425,1395.890263,1183.993514,549.1455883,1800.490693 +18074,2390.06979,1387.724604,1186.749475,550.5308777,1803.709059 +18075,2402.687555,1379.532217,1189.297498,552.0919713,1806.957353 +18076,2414.990303,1371.314277,1191.796014,553.5916017,1810.333976 +18077,2427.449685,1363.072954,1194.413652,555.069314,1813.337635 +18078,2440.189209,1354.743338,1196.742655,556.5241022,1816.589633 +18079,2452.389974,1346.558853,1199.133445,558.1954859,1819.466334 +18080,2472.813179,1338.214594,1201.552719,559.240839,1822.6634 +18081,2487.097648,1329.912306,1203.870602,560.8318936,1825.653967 +18082,2463.483861,1321.586019,1206.009377,562.1249003,1828.429659 +18083,2516.402645,1313.248277,1208.342627,563.515995,1831.585416 +18084,2511.383836,1304.904074,1210.41886,564.8031636,1834.269249 +18085,2527.149794,1296.549966,1212.69565,566.1564441,1837.178892 +18086,2539.344408,1288.192378,1214.666989,567.4047029,1839.965202 +18087,2552.187004,1279.83107,1216.716182,568.7210007,1842.737123 +18088,2564.4484,1271.468375,1218.804438,569.9317629,1845.547173 +18089,2586.390685,1266.451337,1220.738304,570.958597,1848.053083 +18090,2603.129417,1260.464789,1222.689009,572.5332158,1850.910167 +18091,2566.40108,1254.385839,1224.585424,573.5829217,1853.551875 +18092,2632.468467,1248.321117,1226.389561,574.7644777,1855.98234 +18093,2621.716556,1242.250137,1228.358959,575.9781003,1858.833422 +18094,2638.345771,1236.17411,1230.018281,577.0809924,1868.343307 +18095,2650.317527,1230.032626,1231.7706,578.2611455,1863.226844 +18096,2662.734903,1224.065929,1233.593629,579.342091,1855.765131 +18097,2702.036411,1217.945573,1235.249152,580.4954126,1875.365219 +18098,2647.499544,1211.88944,1236.928121,581.5388382,1869.635871 +18099,2741.169189,1205.824757,1238.559186,582.6598516,1873.697242 +18100,2696.537929,1199.831554,1240.643411,583.6996902,1876.247036 +18101,2728.139359,1193.611197,1247.539868,584.7153618,1878.492197 +18102,2737.195809,1187.722019,1241.868902,585.7885156,1880.924384 +18103,2749.031345,1181.632384,1255.003278,586.7487708,1887.307465 +18104,2768.656453,1175.559103,1240.38376,587.796863,1879.542747 +18105,2768.953633,1169.663962,1235.607819,588.7607051,1890.739234 +18106,2785.845105,1163.696183,1257.606785,589.7029219,1889.658523 +18107,2796.725589,1157.573919,1247.988181,590.707324,1892.299753 +18108,2816.647209,1151.774683,1251.688373,591.6077109,1894.717235 +18109,2819.540243,1145.865683,1253.181334,592.5577612,1896.984027 +18110,2834.241711,1139.877153,1254.435872,593.4705411,1899.045912 +18111,2848.213122,1133.984253,1255.72967,594.3753051,1901.306134 +18112,2858.735783,1128.231128,1256.985612,595.2670694,1903.459331 +18113,2871.182057,1122.439119,1258.216037,596.1464877,1905.610227 +18114,2890.513121,1116.565955,1259.420945,597.0137873,1907.745381 +18115,2893.778808,1110.864214,1260.601436,597.8688551,1909.863701 +18116,2908.211337,1105.139072,1261.827269,598.7116236,1911.9646 +18117,2920.980329,1099.458567,1262.855121,599.5432553,1915.711761 +18118,2932.63997,1093.817577,1264.012915,600.36302,1913.592565 +18119,2951.90934,1088.281364,1265.087795,601.1717245,1926.483416 +18120,2955.791729,1082.62745,1266.149104,601.9686487,1909.053422 +18121,3015.728107,1100.200897,1314.709546,625.8356899,2022.620762 +18122,3038.507883,1096.084157,1318.675291,627.9588451,2000.488973 +18123,3040.78861,1091.599167,1321.73979,629.667084,2016.289016 +18124,3070.350696,1087.233725,1324.454406,631.2223677,2018.287458 +18125,3069.131794,1082.528131,1326.968133,632.6838498,2022.071719 +18126,3088.499841,1078.000642,1329.343115,634.08003,2025.717255 +18127,3099.677034,1073.483031,1331.619083,635.4295539,2029.070278 +18128,3106.042672,1068.778779,1333.817315,636.7423685,2032.623642 +18129,3111.977516,1064.402661,1335.952918,638.0251909,2035.828116 +18130,3117.629109,1059.937992,1338.032895,639.2817749,2039.081697 +18131,3123.202037,1055.519993,1340.063691,640.5149674,2042.231391 +18132,3129.24739,1051.107883,1342.047427,641.7258264,2051.615421 +18133,3134.848877,1046.84948,1343.987838,642.9157697,2038.809397 +18134,3140.549346,1042.597948,1345.885235,644.1213473,2062.053053 +18135,3146.527653,1038.328826,1347.743258,645.2190464,2050.359849 +18136,3152.451937,1034.326779,1349.562262,646.3759909,2058.305946 +18137,3158.444854,1030.105867,1351.343786,647.4846449,2060.493673 +18138,3164.593156,1026.131524,1353.088093,648.5805696,2063.086849 +18139,3170.840193,1022.164601,1354.797149,649.6597572,2066.144039 +18140,3177.180489,1018.276001,1356.470727,650.7220556,2068.781767 +18141,3183.600202,1014.459714,1358.110714,651.7683397,2071.623034 +18142,3190.090791,1010.775682,1359.791108,652.7985445,2074.118545 +18143,3196.652391,1007.025514,1361.251555,653.8135357,2077.033462 +18144,3203.279995,1003.479218,1362.847389,654.8132056,2079.621317 +18145,3209.961457,999.9067647,1364.346386,655.8348688,2082.274547 +18146,3216.690703,996.5683667,1365.825465,656.7510892,2084.852679 +18147,3223.470043,993.1905649,1367.198158,657.7336986,2087.341798 +18148,3230.305499,989.9493535,1368.73463,658.6709948,2090.100477 +18149,3237.187562,986.7946551,1370.070806,659.6243789,2092.518041 +18150,3244.103691,983.9322275,1371.523602,660.8095282,2095.109485 +18151,3251.053985,980.9730984,1372.681791,662.0588799,2097.442694 +18152,3257.989716,978.1768827,1373.974956,663.3737405,2100.154939 +18153,3264.875335,975.367775,1375.167907,664.7521823,2102.537135 +18154,3271.700961,972.5992656,1376.3426,666.3089385,2104.993253 +18155,3278.487362,969.8614196,1377.490098,667.3834511,2107.242391 +18156,3285.471669,967.1521587,1378.609948,669.5562137,2115.63815 +18157,3292.409096,964.4707936,1379.703962,670.9422186,2109.707561 +18158,3299.059671,961.8156729,1380.771797,672.6744109,2115.142881 +18159,3305.966042,959.185304,1381.815394,674.4064335,2117.379163 +18160,3312.626332,956.5808259,1382.834171,676.1896508,2119.343284 +18161,3319.290512,953.9990146,1383.9089,677.9852555,2121.863147 +18162,3325.971288,951.4404575,1384.761209,679.9283995,2124.147402 +18163,3332.663871,948.9043446,1385.768895,681.8351503,2126.457569 +18164,3339.362501,946.3898285,1386.684422,683.8640999,2128.551025 +18165,3346.075386,943.8967706,1387.510611,685.8379049,2131.091355 +18166,3353.024358,941.4242958,1388.516825,687.9463089,2138.502178 +18167,3359.951707,938.9726976,1389.324534,690.0284629,2133.727737 +18168,3366.560733,936.5411698,1390.181843,692.2631258,2137.459755 +18169,3373.13611,934.1842914,1391.008377,694.4567264,2140.503368 +18170,3380.076242,931.7123316,1391.814542,696.7317379,2142.166409 +18171,3386.708466,929.378646,1392.602858,699.0474244,2144.352895 +18172,3393.563936,927.0176121,1393.372171,701.4087659,2151.639059 +18173,3400.437618,924.6843701,1394.124067,703.8170204,2147.24066 +18174,3407.001789,922.3159765,1394.857586,706.2708408,2151.035405 +18175,3413.696297,920.1008041,1395.65521,708.7374639,2153.146255 +18176,3420.385193,917.7866813,1396.2318,711.3097324,2160.376595 +18177,3427.305078,915.538557,1396.97323,713.8544278,2156.260889 +18178,3433.636244,913.3546156,1397.625787,716.4320917,2158.483698 +18179,3439.991364,911.0585113,1398.275832,719.1644035,2166.645903 +18180,3446.94159,908.8970574,1398.9099,721.8919778,2163.053957 +18181,3450.847632,873.3968837,1322.375271,691.2187511,2023.558113 +18182,3442.152209,870.8231997,1321.858727,693.6236021,2024.737166 +18183,3431.947526,868.270588,1321.481902,696.0489094,2026.058005 +18184,3426.051941,865.7963468,1321.173621,698.5856675,2028.068157 +18185,3425.122846,863.3502226,1320.87826,701.1343199,2029.704185 +18186,3427.588988,860.929532,1320.582369,703.8376685,2031.588877 +18187,3432.014004,858.5319922,1320.281137,706.5380603,2033.093372 +18188,3437.702006,856.1556198,1319.969916,709.2162121,2035.151019 +18189,3443.557172,853.7997542,1319.64822,711.9833253,2036.857156 +18190,3449.273115,851.4632881,1319.313887,714.8648924,2038.56777 +18191,3455.607287,849.1967269,1318.967589,717.7007628,2040.339691 +18192,3462.077048,846.8238812,1318.607946,720.6171633,2047.669635 +18193,3468.630188,844.5795824,1318.23587,723.5697544,2036.049762 +18194,3474.835468,842.3100288,1317.850382,726.5638745,2053.207074 +18195,3481.043892,840.0663896,1317.452698,729.599862,2040.380864 +18196,3487.272443,837.7905411,1317.041658,732.6769666,2056.013101 +18197,3493.955036,835.6561656,1316.618684,735.7954158,2049.188404 +18198,3500.105734,833.4312424,1316.182451,738.9543721,2052.169665 +18199,3506.106647,831.3161052,1315.734487,742.1537053,2054.527232 +18200,3512.158794,829.089225,1315.273603,745.3927166,2056.049541 +18201,3518.20263,826.986881,1314.8011,748.6268864,2057.52035 +18202,3524.216188,824.8595072,1314.31586,752.0113719,2059.248016 +18203,3530.208629,822.7568026,1313.819223,755.3356823,2060.87995 +18204,3536.181502,820.670985,1313.309989,758.7819288,2062.548241 +18205,3542.132538,818.6022099,1312.789499,762.1469875,2063.967191 +18206,3548.365666,816.549892,1312.256542,765.6022887,2065.857087 +18207,3554.279522,814.5142621,1311.712453,769.1708778,2067.452925 +18208,3560.140241,812.982782,1311.15599,772.6793142,2068.870335 +18209,3565.961305,810.218743,1310.588498,776.2643375,2070.63631 +18210,3571.768698,808.6410271,1310.008723,779.876987,2072.203488 +18211,3577.561823,806.6167487,1309.539192,783.5501741,2073.612098 +18212,3583.323689,804.7278471,1309.083592,787.2615919,2075.468847 +18213,3589.031484,802.8558161,1308.629928,791.0079216,2076.908129 +18214,3594.658758,801.0027326,1308.173442,794.7877435,2078.34747 +18215,3600.217787,799.1685997,1307.713999,798.5997664,2079.929124 +18216,3605.981316,797.3526339,1307.249612,802.4426403,2087.442858 +18217,3611.426522,795.5539845,1306.780855,806.267199,2075.562303 +18218,3616.740601,793.7728312,1306.306396,810.2427471,2091.953326 +18219,3622.052302,792.0088203,1305.82724,814.1380578,2079.354597 +18220,3627.397631,790.2612365,1305.341802,818.0674097,2094.669828 +18221,3632.889418,788.5303584,1304.85137,822.0536566,2088.285001 +18222,3638.105983,786.7682571,1304.354164,826.0213497,2090.330129 +18223,3643.134778,785.1370068,1303.851672,830.0739777,2092.450614 +18224,3648.215026,783.4213697,1303.311529,834.0866121,2093.902615 +18225,3653.287427,781.75858,1302.82025,838.2382185,2095.251864 +18226,3658.315442,780.1056233,1302.272098,842.23456,2096.643482 +18227,3663.292924,778.465583,1301.767869,846.4629706,2098.141406 +18228,3668.234475,776.8415444,1301.207851,850.4420219,2099.340587 +18229,3673.143568,775.2299571,1300.689652,854.8341995,2101.024786 +18230,3678.311086,773.6339571,1300.117156,858.7893657,2102.36791 +18231,3683.111556,772.0496849,1299.584446,863.1293475,2103.78307 +18232,3687.848892,770.480664,1298.999041,867.2230782,2105.148214 +18233,3692.53415,768.9226631,1298.451398,871.4615778,2106.574582 +18234,3697.178969,767.3795948,1297.852709,875.6831563,2107.917459 +18235,3702.062631,763.0106783,1290.533195,880.6172996,2114.685808 +18236,3707.75318,761.0951513,1289.042527,884.9532729,2104.295886 +18237,3713.863857,759.3068964,1287.93108,889.4224722,2118.06488 +18238,3719.929045,757.6222336,1286.811418,893.854322,2108.058293 +18239,3725.726479,755.9728075,1285.908374,898.2738195,2120.289745 +18240,3731.39468,754.3526439,1284.967071,902.6492383,2116.099635 +18241,3724.651898,686.6175499,1131.074626,841.0821685,1831.447381 +18242,3695.188604,684.5993711,1128.954759,845.094302,1831.448721 +18243,3663.461006,682.7036,1127.620308,849.3279825,1831.272174 +18244,3641.74373,681.0269546,1126.430758,853.8011418,1831.891309 +18245,3630.206329,679.3620897,1125.345547,858.0137928,1832.449986 +18246,3625.813992,677.7855053,1124.313977,862.5589324,1832.952732 +18247,3625.570755,676.138127,1123.391707,866.9493299,1833.747394 +18248,3627.464094,674.6103042,1122.324441,871.414677,1834.406274 +18249,3630.390537,673.0682466,1121.382121,875.9266132,1835.196238 +18250,3633.816341,671.5618312,1120.549251,880.3746773,1835.856015 +18251,3637.477144,670.0995894,1119.678294,885.1729529,1836.529658 +18252,3641.362985,668.6420587,1118.810803,889.6364868,1837.449972 +18253,3645.328436,667.1980581,1117.947404,894.2567518,1838.147341 +18254,3649.255664,665.7295711,1117.096623,898.7527646,1838.888107 +18255,3653.097251,664.3818309,1116.25705,903.2996987,1839.667775 +18256,3656.851603,662.9601301,1115.427639,907.8064217,1840.544696 +18257,3660.524915,661.5904911,1114.607945,912.3328526,1841.293593 +18258,3664.12144,660.2308393,1113.796953,916.7677993,1841.935736 +18259,3667.654975,658.8866683,1112.994265,921.4491506,1842.990372 +18260,3671.12469,657.5576046,1112.198937,925.8480583,1843.691803 +18261,3674.520399,656.2433141,1111.410637,930.4423221,1844.556747 +18262,3677.805475,654.9432049,1110.628315,934.865186,1845.347507 +18263,3680.95897,653.656953,1109.851726,939.4242673,1846.187063 +18264,3684.208941,652.38417,1109.080122,943.7599733,1852.398701 +18265,3687.086747,651.1315352,1108.313091,948.434849,1840.029051 +18266,3689.837908,649.8825339,1107.550274,952.6617857,1856.95461 +18267,3692.740007,648.6429617,1106.791006,957.1042391,1847.131223 +18268,3695.632151,647.4142053,1106.034455,961.5663508,1850.56136 +18269,3698.030604,646.1968507,1105.280757,965.8566118,1851.587225 +18270,3700.396971,644.9902119,1104.529033,973.1103427,1852.147731 +18271,3702.704878,643.2436297,1102.492823,970.7351094,1852.998103 +18272,3704.401154,641.3841341,1100.17009,980.1885461,1853.739041 +18273,3705.199756,639.4753079,1097.718119,972.5096195,1854.393236 +18274,3705.101858,637.4921055,1095.177586,988.2897017,1855.397747 +18275,3704.273997,635.58408,1092.565964,970.7026285,1856.080059 +18276,3702.821287,633.564704,1089.891593,999.643486,1856.828227 +18277,3700.901412,631.5596858,1087.231912,962.8936151,1857.581368 +18278,3698.585089,629.5295233,1084.3417,995.6333427,1858.338682 +18279,3695.794546,627.4810308,1081.557693,999.0177606,1858.9278 +18280,3692.693373,625.4150285,1078.665159,968.9333943,1859.658738 +18281,3689.332123,623.3109752,1075.632524,995.5502815,1860.121094 +18282,3685.560046,621.2057926,1072.757129,1007.601587,1860.93077 +18283,3681.5423,619.0475021,1069.690157,963.700163,1861.42542 +18284,3677.294636,616.9706876,1066.643284,1003.305693,1861.944791 +18285,3672.87397,614.7937924,1063.549398,1007.536281,1867.594961 +18286,3667.982293,612.6346816,1060.417498,966.5889348,1855.696243 +18287,3662.853444,610.4555084,1057.251115,1002.649759,1870.609494 +18288,3657.614919,608.2611975,1054.04981,1010.161831,1862.397631 +18289,3651.977316,606.0528315,1050.815886,964.3374552,1863.51251 +18290,3646.05001,603.8299007,1047.549247,1004.73319,1864.660925 +18291,3639.84099,601.5548752,1044.181701,1008.364968,1864.643891 +18292,3633.474249,599.3604771,1041.027195,965.1307533,1864.726662 +18293,3626.945933,597.0699168,1037.518918,1002.782009,1864.806217 +18294,3620.059791,594.7981507,1034.192802,1006.375939,1864.857798 +18295,3613.009203,592.5082012,1030.770923,964.146165,1864.9086 +18296,3605.528654,590.2047041,1027.330736,1000.637353,1864.826566 +18297,3598.027149,587.8889092,1023.865725,1001.751916,1864.673006 +18298,3590.367655,585.5602154,1020.374468,964.3004951,1864.368143 +18299,3582.574161,583.1813612,1016.790015,996.1132833,1864.428796 +18300,3574.46396,580.8835245,1013.350626,996.1213589,1864.013816 +18301,2219.4364,578.0529072,879.1133712,962.7551518,1864.43379 +18302,2327.074594,705.444615,911.7408593,1121.744771,2167.862464 +18303,2472.34309,706.9177886,953.874983,1110.98464,2254.225262 +18304,2583.952787,702.5123087,983.8551845,1110.816188,2310.040558 +18305,2649.070194,700.2980948,999.5462119,1109.151086,2332.90329 +18306,2687.241199,697.3833815,1008.561151,1106.816398,2342.835001 +18307,2710.994276,694.6869294,1014.295172,1104.607279,2347.638226 +18308,2726.952907,691.853724,1018.329271,1102.154856,2350.116365 +18309,2738.250563,689.0314623,1021.392297,1098.903264,2351.75005 +18310,2746.201365,686.1866142,1023.819017,1094.997402,2353.035085 +18311,2751.343632,683.3271001,1025.763389,1090.737079,2354.132161 +18312,2754.056777,680.4548931,1027.310917,1086.266589,2355.091557 +18313,2754.709247,677.5291859,1028.522578,1081.515388,2355.933864 +18314,2753.646765,675.7791719,1029.448558,1072.155902,2356.673331 +18315,2750.354551,672.8906825,1030.172858,1066.728809,2357.322195 +18316,2745.400539,670.0141204,1030.712254,1061.576448,2357.890706 +18317,2739.405814,667.1080543,1031.076139,1056.139747,2358.387985 +18318,2732.736094,664.1798844,1031.280158,1050.660364,2358.821833 +18319,2725.553614,661.2338606,1031.343603,1045.153119,2359.198701 +18320,2717.924504,658.2276475,1031.285333,1039.326098,2359.524023 +18321,2709.884281,655.3087882,1031.121712,1033.388572,2359.802217 +18322,2701.462059,652.2788469,1030.866386,1027.175873,2360.037031 +18323,2692.684209,649.2564837,1030.530616,1020.983365,2360.231504 +18324,2683.569373,646.718206,1030.123443,1012.467665,2360.387969 +18325,2673.834879,643.7412648,1029.672097,1005.225231,2360.508378 +18326,2663.586735,640.6919294,1029.176689,997.7499467,2360.594523 +18327,2652.969691,637.5597181,1028.632746,990.2764672,2360.64786 +18328,2641.805682,634.4851438,1028.039254,982.500584,2360.669673 +18329,2630.711322,631.2741873,1027.412389,974.3195499,2360.693799 +18330,2619.393359,628.0467808,1026.74128,966.206245,2360.689566 +18331,2607.810914,625.4883448,1026.017111,960.9731657,2360.631734 +18332,2596.401021,623.1228709,1025.276271,956.109778,2360.536806 +18333,2585.430587,620.550978,1024.545021,951.5244194,2360.411447 +18334,2574.947589,618.2432378,1023.82625,890.9680239,2360.257009 +18335,2557.075277,615.6826488,1023.120279,879.6857239,2360.069823 +18336,2534.934957,611.4004164,1022.420778,869.6781832,2359.849877 +18337,2512.454863,608.7695588,1021.654495,862.1078165,2359.59902 +18338,2491.703739,606.4198854,1020.864405,871.8969668,2359.354614 +18339,2473.069356,603.9212337,1020.076705,823.8854906,2359.083229 +18340,2456.247047,601.5945111,1019.296033,871.4594196,2358.75877 +18341,2440.85336,599.1909372,1018.534309,809.0942742,2358.397437 +18342,2426.579856,596.8980638,1017.789184,850.6915943,2358.004758 +18343,2413.215084,594.4607035,1017.059947,810.9206932,2357.582601 +18344,2400.611083,592.2092475,1016.341916,825.2813645,2357.130886 +18345,2388.655648,589.777559,1015.635074,812.7357143,2356.649641 +18346,2377.257004,587.5369487,1014.935857,808.8178459,2356.138787 +18347,2366.338171,585.0795058,1014.244815,803.5882317,2355.598422 +18348,2355.869761,582.9061239,1013.575077,798.3787698,2355.066336 +18349,2345.764144,580.4713324,1012.912165,793.3638094,2354.507564 +18350,2335.949319,578.2616308,1012.24071,788.375539,2353.89384 +18351,2326.405047,575.8836095,1011.569402,783.4898182,2353.243513 +18352,2317.110925,573.6857769,1010.899133,778.8118035,2352.565525 +18353,2308.042723,571.3116631,1010.232286,773.8067639,2351.863483 +18354,2299.177728,569.0915079,1009.566709,769.2002766,2351.139265 +18355,2290.496622,566.7887073,1008.903923,764.5896839,2350.394266 +18356,2281.983388,564.5954072,1008.241729,759.8923235,2349.629862 +18357,2273.624555,562.2631731,1007.581762,755.3730952,2348.847393 +18358,2265.408673,560.1155262,1006.921939,750.8801957,2348.048229 +18359,2257.325814,557.7971092,1006.263966,746.3539088,2347.23365 +18360,2249.36741,555.6691235,1005.605824,741.9588661,2346.404966 +18361,0,0,0,0,0 +18362,0,0,0,0,0 +18363,0,0,0,0,0 +18364,0,0,0,0,0 +18365,0,0,0,0,0 +18366,0,0,0,0,0 +18367,0,0,0,0,0 +18368,0,0,0,0,0 +18369,0,0,0,0,0 +18370,0,0,0,0,0 +18371,0,0,0,0,0 +18372,0,0,0,0,0 +18373,0,0,0,0,0 +18374,0,0,0,0,0 +18375,0,0,0,0,0 +18376,0,0,0,0,0 +18377,0,0,0,0,0 +18378,0,0,0,0,0 +18379,0,0,0,0,0 +18380,0,0,0,0,0 +18381,0,0,0,0,0 +18382,0,0,0,0,0 +18383,0,0,0,0,0 +18384,0,0,0,0,0 +18385,0,0,0,0,0 +18386,0,0,0,0,0 +18387,0,0,0,0,0 +18388,0,0,0,0,0 +18389,0,0,0,0,0 +18390,0,0,0,0,0 +18391,0,0,0,0,0 +18392,0,0,0,0,0 +18393,0,0,0,0,0 +18394,0,0,0,0,0 +18395,0,0,0,0,0 +18396,0,0,0,0,0 +18397,0,0,0,0,0 +18398,0,0,0,0,0 +18399,0,0,0,0,0 +18400,0,0,0,0,0 +18401,0,0,0,0,0 +18402,0,0,0,0,0 +18403,0,0,0,0,0 +18404,0,0,0,0,0 +18405,0,0,0,0,0 +18406,0,0,0,0,0 +18407,0,0,0,0,0 +18408,0,0,0,0,0 +18409,0,0,0,0,0 +18410,0,0,0,0,0 +18411,0,0,0,0,0 +18412,0,0,0,0,0 +18413,0,0,0,0,0 +18414,0,0,0,0,0 +18415,0,0,0,0,0 +18416,0,0,0,0,0 +18417,0,0,0,0,0 +18418,0,0,0,0,0 +18419,0,0,0,0,0 +18420,0,0,0,0,0 +18421,0,0,0,0,0 +18422,0,0,0,0,0 +18423,0,0,0,0,0 +18424,0,0,0,0,0 +18425,0,0,0,0,0 +18426,0,0,0,0,0 +18427,0,0,0,0,0 +18428,0,0,0,0,0 +18429,0,0,0,0,0 +18430,0,0,0,0,0 +18431,0,0,0,0,0 +18432,0,0,0,0,0 +18433,0,0,0,0,0 +18434,0,0,0,0,0 +18435,0,0,0,0,0 +18436,0,0,0,0,0 +18437,0,0,0,0,0 +18438,0,0,0,0,0 +18439,0,0,0,0,0 +18440,0,0,0,0,0 +18441,0,0,0,0,0 +18442,0,0,0,0,0 +18443,0,0,0,0,0 +18444,0,0,0,0,0 +18445,0,0,0,0,0 +18446,0,0,0,0,0 +18447,0,0,0,0,0 +18448,0,0,0,0,0 +18449,0,0,0,0,0 +18450,0,0,0,0,0 +18451,0,0,0,0,0 +18452,0,0,0,0,0 +18453,0,0,0,0,0 +18454,0,0,0,0,0 +18455,0,0,0,0,0 +18456,0,0,0,0,0 +18457,0,0,0,0,0 +18458,0,0,0,0,0 +18459,0,0,0,0,0 +18460,0,0,0,0,0 +18461,0,0,0,0,0 +18462,0,0,0,0,0 +18463,0,0,0,0,0 +18464,0,0,0,0,0 +18465,0,0,0,0,0 +18466,0,0,0,0,0 +18467,0,0,0,0,0 +18468,0,0,0,0,0 +18469,0,0,0,0,0 +18470,0,0,0,0,0 +18471,0,0,0,0,0 +18472,0,0,0,0,0 +18473,0,0,0,0,0 +18474,0,0,0,0,0 +18475,0,0,0,0,0 +18476,0,0,0,0,0 +18477,0,0,0,0,0 +18478,0,0,0,0,0 +18479,0,0,0,0,0 +18480,0,0,0,0,0 +18481,0,0,0,0,0 +18482,0,0,0,0,0 +18483,0,0,0,0,0 +18484,0,0,0,0,0 +18485,0,0,0,0,0 +18486,0,0,0,0,0 +18487,0,0,0,0,0 +18488,0,0,0,0,0 +18489,0,0,0,0,0 +18490,0,0,0,0,0 +18491,0,0,0,0,0 +18492,0,0,0,0,0 +18493,0,0,0,0,0 +18494,0,0,0,0,0 +18495,0,0,0,0,0 +18496,0,0,0,0,0 +18497,0,0,0,0,0 +18498,0,0,0,0,0 +18499,0,0,0,0,0 +18500,0,0,0,0,0 +18501,0,0,0,0,0 +18502,0,0,0,0,0 +18503,0,0,0,0,0 +18504,0,0,0,0,0 +18505,0,0,0,0,0 +18506,0,0,0,0,0 +18507,0,0,0,0,0 +18508,0,0,0,0,0 +18509,0,0,0,0,0 +18510,0,0,0,0,0 +18511,0,0,0,0,0 +18512,0,0,0,0,0 +18513,0,0,0,0,0 +18514,0,0,0,0,0 +18515,0,0,0,0,0 +18516,0,0,0,0,0 +18517,0,0,0,0,0 +18518,0,0,0,0,0 +18519,0,0,0,0,0 +18520,0,0,0,0,0 +18521,0,0,0,0,0 +18522,0,0,0,0,0 +18523,0,0,0,0,0 +18524,0,0,0,0,0 +18525,0,0,0,0,0 +18526,0,0,0,0,0 +18527,0,0,0,0,0 +18528,0,0,0,0,0 +18529,0,0,0,0,0 +18530,0,0,0,0,0 +18531,0,0,0,0,0 +18532,0,0,0,0,0 +18533,0,0,0,0,0 +18534,0,0,0,0,0 +18535,0,0,0,0,0 +18536,0,0,0,0,0 +18537,0,0,0,0,0 +18538,0,0,0,0,0 +18539,0,0,0,0,0 +18540,0,0,0,0,0 +18541,0,0,0,0,0 +18542,0,0,0,0,0 +18543,0,0,0,0,0 +18544,0,0,0,0,0 +18545,0,0,0,0,0 +18546,0,0,0,0,0 +18547,0,0,0,0,0 +18548,0,0,0,0,0 +18549,0,0,0,0,0 +18550,0,0,0,0,0 +18551,0,0,0,0,0 +18552,0,0,0,0,0 +18553,0,0,0,0,0 +18554,0,0,0,0,0 +18555,0,0,0,0,0 +18556,0,0,0,0,0 +18557,0,0,0,0,0 +18558,0,0,0,0,0 +18559,0,0,0,0,0 +18560,0,0,0,0,0 +18561,0,0,0,0,0 +18562,0,0,0,0,0 +18563,0,0,0,0,0 +18564,0,0,0,0,0 +18565,0,0,0,0,0 +18566,0,0,0,0,0 +18567,0,0,0,0,0 +18568,0,0,0,0,0 +18569,0,0,0,0,0 +18570,0,0,0,0,0 +18571,0,0,0,0,0 +18572,0,0,0,0,0 +18573,0,0,0,0,0 +18574,0,0,0,0,0 +18575,0,0,0,0,0 +18576,0,0,0,0,0 +18577,0,0,0,0,0 +18578,0,0,0,0,0 +18579,0,0,0,0,0 +18580,0,0,0,0,0 +18581,0,0,0,0,0 +18582,0,0,0,0,0 +18583,0,0,0,0,0 +18584,0,0,0,0,0 +18585,0,0,0,0,0 +18586,0,0,0,0,0 +18587,0,0,0,0,0 +18588,0,0,0,0,0 +18589,0,0,0,0,0 +18590,0,0,0,0,0 +18591,0,0,0,0,0 +18592,0,0,0,0,0 +18593,0,0,0,0,0 +18594,0,0,0,0,0 +18595,0,0,0,0,0 +18596,0,0,0,0,0 +18597,0,0,0,0,0 +18598,0,0,0,0,0 +18599,0,0,0,0,0 +18600,0,0,0,0,0 +18601,0,0,0,0,0 +18602,0,0,0,0,0 +18603,0,0,0,0,0 +18604,0,0,0,0,0 +18605,0,0,0,0,0 +18606,0,0,0,0,0 +18607,0,0,0,0,0 +18608,0,0,0,0,0 +18609,0,0,0,0,0 +18610,0,0,0,0,0 +18611,0,0,0,0,0 +18612,0,0,0,0,0 +18613,0,0,0,0,0 +18614,0,0,0,0,0 +18615,0,0,0,0,0 +18616,0,0,0,0,0 +18617,0,0,0,0,0 +18618,0,0,0,0,0 +18619,0,0,0,0,0 +18620,0,0,0,0,0 +18621,0,0,0,0,0 +18622,0,0,0,0,0 +18623,0,0,0,0,0 +18624,0,0,0,0,0 +18625,0,0,0,0,0 +18626,0,0,0,0,0 +18627,0,0,0,0,0 +18628,0,0,0,0,0 +18629,0,0,0,0,0 +18630,0,0,0,0,0 +18631,0,0,0,0,0 +18632,0,0,0,0,0 +18633,0,0,0,0,0 +18634,0,0,0,0,0 +18635,0,0,0,0,0 +18636,0,0,0,0,0 +18637,0,0,0,0,0 +18638,0,0,0,0,0 +18639,0,0,0,0,0 +18640,0,0,0,0,0 +18641,0,0,0,0,0 +18642,0,0,0,0,0 +18643,0,0,0,0,0 +18644,0,0,0,0,0 +18645,0,0,0,0,0 +18646,0,0,0,0,0 +18647,0,0,0,0,0 +18648,0,0,0,0,0 +18649,0,0,0,0,0 +18650,0,0,0,0,0 +18651,0,0,0,0,0 +18652,0,0,0,0,0 +18653,0,0,0,0,0 +18654,0,0,0,0,0 +18655,0,0,0,0,0 +18656,0,0,0,0,0 +18657,0,0,0,0,0 +18658,0,0,0,0,0 +18659,0,0,0,0,0 +18660,0,0,0,0,0 +18661,0,0,0,0,0 +18662,0,0,0,0,0 +18663,0,0,0,0,0 +18664,0,0,0,0,0 +18665,0,0,0,0,0 +18666,0,0,0,0,0 +18667,0,0,0,0,0 +18668,0,0,0,0,0 +18669,0,0,0,0,0 +18670,0,0,0,0,0 +18671,0,0,0,0,0 +18672,0,0,0,0,0 +18673,0,0,0,0,0 +18674,0,0,0,0,0 +18675,0,0,0,0,0 +18676,0,0,0,0,0 +18677,0,0,0,0,0 +18678,0,0,0,0,0 +18679,0,0,0,0,0 +18680,0,0,0,0,0 +18681,0,0,0,0,0 +18682,0,0,0,0,0 +18683,0,0,0,0,0 +18684,0,0,0,0,0 +18685,0,0,0,0,0 +18686,0,0,0,0,0 +18687,0,0,0,0,0 +18688,0,0,0,0,0 +18689,0,0,0,0,0 +18690,0,0,0,0,0 +18691,0,0,0,0,0 +18692,0,0,0,0,0 +18693,0,0,0,0,0 +18694,0,0,0,0,0 +18695,0,0,0,0,0 +18696,0,0,0,0,0 +18697,0,0,0,0,0 +18698,0,0,0,0,0 +18699,0,0,0,0,0 +18700,0,0,0,0,0 +18701,0,0,0,0,0 +18702,0,0,0,0,0 +18703,0,0,0,0,0 +18704,0,0,0,0,0 +18705,0,0,0,0,0 +18706,0,0,0,0,0 +18707,0,0,0,0,0 +18708,0,0,0,0,0 +18709,0,0,0,0,0 +18710,0,0,0,0,0 +18711,0,0,0,0,0 +18712,0,0,0,0,0 +18713,0,0,0,0,0 +18714,0,0,0,0,0 +18715,0,0,0,0,0 +18716,0,0,0,0,0 +18717,0,0,0,0,0 +18718,0,0,0,0,0 +18719,0,0,0,0,0 +18720,0,0,0,0,0 +18721,0,0,0,0,0 +18722,0,0,0,0,0 +18723,0,0,0,0,0 +18724,0,0,0,0,0 +18725,0,0,0,0,0 +18726,0,0,0,0,0 +18727,0,0,0,0,0 +18728,0,0,0,0,0 +18729,0,0,0,0,0 +18730,0,0,0,0,0 +18731,0,0,0,0,0 +18732,0,0,0,0,0 +18733,0,0,0,0,0 +18734,0,0,0,0,0 +18735,0,0,0,0,0 +18736,0,0,0,0,0 +18737,0,0,0,0,0 +18738,0,0,0,0,0 +18739,0,0,0,0,0 +18740,0,0,0,0,0 +18741,0,0,0,0,0 +18742,0,0,0,0,0 +18743,0,0,0,0,0 +18744,0,0,0,0,0 +18745,0,0,0,0,0 +18746,0,0,0,0,0 +18747,0,0,0,0,0 +18748,0,0,0,0,0 +18749,0,0,0,0,0 +18750,0,0,0,0,0 +18751,0,0,0,0,0 +18752,0,0,0,0,0 +18753,0,0,0,0,0 +18754,0,0,0,0,0 +18755,0,0,0,0,0 +18756,0,0,0,0,0 +18757,0,0,0,0,0 +18758,0,0,0,0,0 +18759,0,0,0,0,0 +18760,0,0,0,0,0 +18761,0,0,0,0,0 +18762,0,0,0,0,0 +18763,0,0,0,0,0 +18764,0,0,0,0,0 +18765,0,0,0,0,0 +18766,0,0,0,0,0 +18767,0,0,0,0,0 +18768,0,0,0,0,0 +18769,0,0,0,0,0 +18770,0,0,0,0,0 +18771,0,0,0,0,0 +18772,0,0,0,0,0 +18773,0,0,0,0,0 +18774,0,0,0,0,0 +18775,0,0,0,0,0 +18776,0,0,0,0,0 +18777,0,0,0,0,0 +18778,0,0,0,0,0 +18779,0,0,0,0,0 +18780,0,0,0,0,0 +18781,0,0,0,0,0 +18782,0,0,0,0,0 +18783,0,0,0,0,0 +18784,0,0,0,0,0 +18785,0,0,0,0,0 +18786,0,0,0,0,0 +18787,0,0,0,0,0 +18788,0,0,0,0,0 +18789,0,0,0,0,0 +18790,0,0,0,0,0 +18791,0,0,0,0,0 +18792,0,0,0,0,0 +18793,0,0,0,0,0 +18794,0,0,0,0,0 +18795,0,0,0,0,0 +18796,0,0,0,0,0 +18797,0,0,0,0,0 +18798,0,0,0,0,0 +18799,0,0,0,0,0 +18800,0,0,0,0,0 +18801,0,0,0,0,0 +18802,0,0,0,0,0 +18803,0,0,0,0,0 +18804,0,0,0,0,0 +18805,0,0,0,0,0 +18806,0,0,0,0,0 +18807,0,0,0,0,0 +18808,0,0,0,0,0 +18809,0,0,0,0,0 +18810,0,0,0,0,0 +18811,0,0,0,0,0 +18812,0,0,0,0,0 +18813,0,0,0,0,0 +18814,0,0,0,0,0 +18815,0,0,0,0,0 +18816,0,0,0,0,0 +18817,0,0,0,0,0 +18818,0,0,0,0,0 +18819,0,0,0,0,0 +18820,0,0,0,0,0 +18821,0,0,0,0,0 +18822,0,0,0,0,0 +18823,0,0,0,0,0 +18824,0,0,0,0,0 +18825,0,0,0,0,0 +18826,0,0,0,0,0 +18827,0,0,0,0,0 +18828,0,0,0,0,0 +18829,0,0,0,0,0 +18830,0,0,0,0,0 +18831,0,0,0,0,0 +18832,0,0,0,0,0 +18833,0,0,0,0,0 +18834,0,0,0,0,0 +18835,0,0,0,0,0 +18836,0,0,0,0,0 +18837,0,0,0,0,0 +18838,0,0,0,0,0 +18839,0,0,0,0,0 +18840,0,0,0,0,0 +18841,0,0,0,0,0 +18842,0,0,0,0,0 +18843,0,0,0,0,0 +18844,0,0,0,0,0 +18845,0,0,0,0,0 +18846,0,0,0,0,0 +18847,0,0,0,0,0 +18848,0,0,0,0,0 +18849,0,0,0,0,0 +18850,0,0,0,0,0 +18851,0,0,0,0,0 +18852,0,0,0,0,0 +18853,0,0,0,0,0 +18854,0,0,0,0,0 +18855,0,0,0,0,0 +18856,0,0,0,0,0 +18857,0,0,0,0,0 +18858,0,0,0,0,0 +18859,0,0,0,0,0 +18860,0,0,0,0,0 +18861,0,0,0,0,0 +18862,0,0,0,0,0 +18863,0,0,0,0,0 +18864,0,0,0,0,0 +18865,0,0,0,0,0 +18866,0,0,0,0,0 +18867,0,0,0,0,0 +18868,0,0,0,0,0 +18869,0,0,0,0,0 +18870,0,0,0,0,0 +18871,0,0,0,0,0 +18872,0,0,0,0,0 +18873,0,0,0,0,0 +18874,0,0,0,0,0 +18875,0,0,0,0,0 +18876,0,0,0,0,0 +18877,0,0,0,0,0 +18878,0,0,0,0,0 +18879,0,0,0,0,0 +18880,0,0,0,0,0 +18881,0,0,0,0,0 +18882,0,0,0,0,0 +18883,0,0,0,0,0 +18884,0,0,0,0,0 +18885,0,0,0,0,0 +18886,0,0,0,0,0 +18887,0,0,0,0,0 +18888,0,0,0,0,0 +18889,0,0,0,0,0 +18890,0,0,0,0,0 +18891,0,0,0,0,0 +18892,0,0,0,0,0 +18893,0,0,0,0,0 +18894,0,0,0,0,0 +18895,0,0,0,0,0 +18896,0,0,0,0,0 +18897,0,0,0,0,0 +18898,0,0,0,0,0 +18899,0,0,0,0,0 +18900,0,0,0,0,0 +18901,0,0,0,0,0 +18902,0,0,0,0,0 +18903,0,0,0,0,0 +18904,0,0,0,0,0 +18905,0,0,0,0,0 +18906,0,0,0,0,0 +18907,0,0,0,0,0 +18908,0,0,0,0,0 +18909,0,0,0,0,0 +18910,0,0,0,0,0 +18911,0,0,0,0,0 +18912,0,0,0,0,0 +18913,0,0,0,0,0 +18914,0,0,0,0,0 +18915,0,0,0,0,0 +18916,0,0,0,0,0 +18917,0,0,0,0,0 +18918,0,0,0,0,0 +18919,0,0,0,0,0 +18920,0,0,0,0,0 +18921,0,0,0,0,0 +18922,0,0,0,0,0 +18923,0,0,0,0,0 +18924,0,0,0,0,0 +18925,0,0,0,0,0 +18926,0,0,0,0,0 +18927,0,0,0,0,0 +18928,0,0,0,0,0 +18929,0,0,0,0,0 +18930,0,0,0,0,0 +18931,0,0,0,0,0 +18932,0,0,0,0,0 +18933,0,0,0,0,0 +18934,0,0,0,0,0 +18935,0,0,0,0,0 +18936,0,0,0,0,0 +18937,0,0,0,0,0 +18938,0,0,0,0,0 +18939,0,0,0,0,0 +18940,0,0,0,0,0 +18941,0,0,0,0,0 +18942,0,0,0,0,0 +18943,0,0,0,0,0 +18944,0,0,0,0,0 +18945,0,0,0,0,0 +18946,0,0,0,0,0 +18947,0,0,0,0,0 +18948,0,0,0,0,0 +18949,0,0,0,0,0 +18950,0,0,0,0,0 +18951,0,0,0,0,0 +18952,0,0,0,0,0 +18953,0,0,0,0,0 +18954,0,0,0,0,0 +18955,0,0,0,0,0 +18956,0,0,0,0,0 +18957,0,0,0,0,0 +18958,0,0,0,0,0 +18959,0,0,0,0,0 +18960,0,0,0,0,0 +18961,0,0,0,0,0 +18962,0,0,0,0,0 +18963,0,0,0,0,0 +18964,0,0,0,0,0 +18965,0,0,0,0,0 +18966,0,0,0,0,0 +18967,0,0,0,0,0 +18968,0,0,0,0,0 +18969,0,0,0,0,0 +18970,0,0,0,0,0 +18971,0,0,0,0,0 +18972,0,0,0,0,0 +18973,0,0,0,0,0 +18974,0,0,0,0,0 +18975,0,0,0,0,0 +18976,0,0,0,0,0 +18977,0,0,0,0,0 +18978,0,0,0,0,0 +18979,0,0,0,0,0 +18980,0,0,0,0,0 +18981,0,0,0,0,0 +18982,0,0,0,0,0 +18983,0,0,0,0,0 +18984,0,0,0,0,0 +18985,0,0,0,0,0 +18986,0,0,0,0,0 +18987,0,0,0,0,0 +18988,0,0,0,0,0 +18989,0,0,0,0,0 +18990,0,0,0,0,0 +18991,0,0,0,0,0 +18992,0,0,0,0,0 +18993,0,0,0,0,0 +18994,0,0,0,0,0 +18995,0,0,0,0,0 +18996,0,0,0,0,0 +18997,0,0,0,0,0 +18998,0,0,0,0,0 +18999,0,0,0,0,0 +19000,0,0,0,0,0 +19001,0,0,0,0,0 +19002,0,0,0,0,0 +19003,0,0,0,0,0 +19004,0,0,0,0,0 +19005,0,0,0,0,0 +19006,0,0,0,0,0 +19007,0,0,0,0,0 +19008,0,0,0,0,0 +19009,0,0,0,0,0 +19010,0,0,0,0,0 +19011,0,0,0,0,0 +19012,0,0,0,0,0 +19013,0,0,0,0,0 +19014,0,0,0,0,0 +19015,0,0,0,0,0 +19016,0,0,0,0,0 +19017,0,0,0,0,0 +19018,0,0,0,0,0 +19019,0,0,0,0,0 +19020,0,0,0,0,0 +19021,0,0,0,0,0 +19022,0,0,0,0,0 +19023,0,0,0,0,0 +19024,0,0,0,0,0 +19025,0,0,0,0,0 +19026,0,0,0,0,0 +19027,0,0,0,0,0 +19028,0,0,0,0,0 +19029,0,0,0,0,0 +19030,0,0,0,0,0 +19031,0,0,0,0,0 +19032,0,0,0,0,0 +19033,0,0,0,0,0 +19034,0,0,0,0,0 +19035,0,0,0,0,0 +19036,0,0,0,0,0 +19037,0,0,0,0,0 +19038,0,0,0,0,0 +19039,0,0,0,0,0 +19040,0,0,0,0,0 +19041,0,0,0,0,0 +19042,0,0,0,0,0 +19043,0,0,0,0,0 +19044,0,0,0,0,0 +19045,0,0,0,0,0 +19046,0,0,0,0,0 +19047,0,0,0,0,0 +19048,0,0,0,0,0 +19049,0,0,0,0,0 +19050,0,0,0,0,0 +19051,0,0,0,0,0 +19052,0,0,0,0,0 +19053,0,0,0,0,0 +19054,0,0,0,0,0 +19055,0,0,0,0,0 +19056,0,0,0,0,0 +19057,0,0,0,0,0 +19058,0,0,0,0,0 +19059,0,0,0,0,0 +19060,0,0,0,0,0 +19061,0,0,0,0,0 +19062,0,0,0,0,0 +19063,0,0,0,0,0 +19064,0,0,0,0,0 +19065,0,0,0,0,0 +19066,0,0,0,0,0 +19067,0,0,0,0,0 +19068,0,0,0,0,0 +19069,0,0,0,0,0 +19070,0,0,0,0,0 +19071,0,0,0,0,0 +19072,0,0,0,0,0 +19073,0,0,0,0,0 +19074,0,0,0,0,0 +19075,0,0,0,0,0 +19076,0,0,0,0,0 +19077,0,0,0,0,0 +19078,0,0,0,0,0 +19079,0,0,0,0,0 +19080,0,0,0,0,0 +19081,0,0,0,0,0 +19082,0,0,0,0,0 +19083,0,0,0,0,0 +19084,0,0,0,0,0 +19085,0,0,0,0,0 +19086,0,0,0,0,0 +19087,0,0,0,0,0 +19088,0,0,0,0,0 +19089,0,0,0,0,0 +19090,0,0,0,0,0 +19091,0,0,0,0,0 +19092,0,0,0,0,0 +19093,0,0,0,0,0 +19094,0,0,0,0,0 +19095,0,0,0,0,0 +19096,0,0,0,0,0 +19097,0,0,0,0,0 +19098,0,0,0,0,0 +19099,0,0,0,0,0 +19100,0,0,0,0,0 +19101,0,0,0,0,0 +19102,0,0,0,0,0 +19103,0,0,0,0,0 +19104,0,0,0,0,0 +19105,0,0,0,0,0 +19106,0,0,0,0,0 +19107,0,0,0,0,0 +19108,0,0,0,0,0 +19109,0,0,0,0,0 +19110,0,0,0,0,0 +19111,0,0,0,0,0 +19112,0,0,0,0,0 +19113,0,0,0,0,0 +19114,0,0,0,0,0 +19115,0,0,0,0,0 +19116,0,0,0,0,0 +19117,0,0,0,0,0 +19118,0,0,0,0,0 +19119,0,0,0,0,0 +19120,0,0,0,0,0 +19121,0,0,0,0,0 +19122,0,0,0,0,0 +19123,0,0,0,0,0 +19124,0,0,0,0,0 +19125,0,0,0,0,0 +19126,0,0,0,0,0 +19127,0,0,0,0,0 +19128,0,0,0,0,0 +19129,0,0,0,0,0 +19130,0,0,0,0,0 +19131,0,0,0,0,0 +19132,0,0,0,0,0 +19133,0,0,0,0,0 +19134,0,0,0,0,0 +19135,0,0,0,0,0 +19136,0,0,0,0,0 +19137,0,0,0,0,0 +19138,0,0,0,0,0 +19139,0,0,0,0,0 +19140,0,0,0,0,0 +19141,-1848.819644,-826.1709908,-1816.08771,-826.1838204,-1130.394095 +19142,-1794.747078,-759.5873401,-1756.924075,-759.5987889,-1040.11958 +19143,-1744.730197,-738.4745806,-1708.105803,-738.4856021,-1013.890974 +19144,-1831.217906,-775.3060539,-1792.855196,-775.3178669,-1067.798382 +19145,-1877.876848,-795.3023138,-1838.794636,-795.3145593,-1097.754367 +19146,-1898.997761,-804.4867875,-1859.642541,-804.4992352,-1112.301181 +19147,-1905.219525,-807.3552996,-1865.809693,-807.3678155,-1117.7983 +19148,-1904.825892,-807.4137509,-1865.453459,-807.4262759,-1119.164281 +19149,-1902.267784,-806.5460137,-1862.96253,-806.558529,-1119.040842 +19150,-1899.19097,-805.4477029,-1859.959475,-805.4602046,-1118.418801 +19151,-1896.170939,-804.3612484,-1857.009539,-804.3737379,-1117.662611 +19152,-1893.385028,-803.3608859,-1854.285921,-803.3733662,-1116.902599 +19153,-1890.867421,-802.4607357,-1851.821973,-802.4732101,-1116.182198 +19154,-1888.60476,-801.6553993,-1849.604986,-801.6678708,-1115.513053 +19155,-1886.569354,-800.933269,-1847.608554,-800.9457404,-1114.895482 +19156,-1884.733371,-800.2830168,-1845.805939,-800.2954905,-1114.326048 +19157,-1883.0694,-799.6940883,-1844.170778,-799.7065665,-1113.800298 +19158,-1813.07174,-799.1572346,-1842.680884,-799.1697191,-1113.313753 +19159,-1524.690987,-798.6646013,-1794.632662,-798.6770938,-1112.862233 +19160,-1694.925002,-798.2099391,-1501.844226,-798.2224409,-1112.442184 +19161,-1621.030558,-797.7875924,-1669.167756,-797.8001045,-1112.050126 +19162,-1612.098527,-797.392785,-1602.289611,-797.4053085,-1111.682945 +19163,-1595.86214,-763.1054953,-1586.36763,-763.115827,-1111.337934 +19164,-1588.351786,-708.5427841,-1575.7196,-707.4374611,-1092.641109 +19165,-1570.468109,-737.9407863,-1565.046241,-737.9538992,-1080.091926 +19166,-1565.982094,-720.737746,-1551.712658,-720.7519723,-1060.58268 +19167,-1549.110757,-712.7086411,-1541.965734,-712.7223202,-1059.262926 +19168,-1544.16807,-708.7880251,-1531.265807,-708.799977,-1083.923246 +19169,-1528.576906,-702.6974012,-1520.067499,-701.763146,-1065.499244 +19170,-1523.530932,-696.8545761,-1510.79959,-698.6857643,-1055.066286 +19171,-1509.269314,-692.4900475,-1501.197387,-690.7447625,-1042.930708 +19172,-1504.503808,-686.7402827,-1490.811725,-687.9174012,-1000.485557 +19173,-1492.160334,-682.5465391,-1483.709366,-681.538049,-983.2857858 +19174,-1486.639222,-677.0896975,-1470.640883,-677.10117,-1012.158933 +19175,-1474.681253,-673.1344364,-1466.90814,-673.1466204,-1010.978431 +19176,-1466.887536,-667.6045008,-1454.540626,-667.6173872,-977.5209929 +19177,-1456.219439,-597.1924925,-1437.130593,-661.0006124,-961.0246876 +19178,-1442.404538,-576.0602892,-1426.760294,-655.861006,-992.3838683 +19179,-1439.010675,-556.5376001,-1417.042738,-651.6901717,-1000.059699 +19180,-1423.837854,-539.836409,-1406.02633,-645.6866749,-979.4759658 +19181,-1420.757433,-520.2645414,-1399.25129,-643.1379977,-952.5156444 +19182,-1409.402044,-501.6916268,-1387.295115,-636.2180818,-973.2110602 +19183,-1403.110865,-483.6390255,-1381.146173,-633.7483824,-984.8677865 +19184,-1393.192692,-464.2285017,-1373.043875,-627.8477148,-930.7687025 +19185,-1386.458623,-445.1688819,-1361.577493,-625.4811258,-912.2353174 +19186,-1378.05611,-426.2015979,-1354.563388,-618.8166888,-923.62811 +19187,-1369.749045,-407.0357712,-1348.271352,-616.4721754,-911.2204599 +19188,-1362.814343,-395.854482,-1338.128337,-611.6202601,-905.2136268 +19189,-1350.954368,-376.6681423,-1329.65222,-606.0619159,-899.5385585 +19190,-1348.307567,-359.1383415,-1320.974063,-603.7307324,-892.6441615 +19191,-1335.802792,-338.7192691,-1314.001872,-598.7234715,-881.1688457 +19192,-1332.599912,-320.0912906,-1308.33474,-594.5900891,-871.7491393 +19193,-1322.082127,-299.8970467,-1296.061326,-591.7006352,-869.1719382 +19194,-1316.685322,-280.5256809,-1292.968012,-586.7809545,-867.1092353 +19195,-1308.875088,-260.8128594,-1285.504912,-583.9089925,-866.512829 +19196,-1301.707976,-240.2616077,-1275.420281,-579.6832076,-868.0743889 +19197,-1295.270439,-220.4607407,-1271.128042,-576.4027039,-871.8556132 +19198,-1286.561989,-199.7946154,-1261.389741,-573.0030011,-841.1133302 +19199,-1281.583492,-179.6730931,-1257.301515,-568.3860716,-848.2723177 +19200,-1272.715912,-158.583721,-1247.643423,-565.4820738,-840.8089258 +19201,-1267.085569,-137.9723388,-1242.77295,-562.2937796,-835.8618221 +19202,-1257.553377,-116.5407173,-1234.300505,-557.6241109,-832.8385167 +19203,-1252.766804,-95.69176699,-1228.316077,-554.780787,-828.9078341 +19204,-1244.183877,-81.95018805,-1217.677498,-550.1726464,-825.9461078 +19205,-1233.91469,-65.94182649,-1213.349076,-548.0363736,-821.35596 +19206,-1230.608444,-49.99906506,-1204.402356,-543.4307802,-818.4724762 +19207,-1221.282256,-33.64378505,-1196.869123,-540.0285041,-813.4953744 +19208,-1213.769738,-17.83372708,-1189.582507,-536.4550818,-811.2417077 +19209,-1205.895074,-1.469029873,-1183.633267,-533.1965532,-807.6753074 +19210,-1198.305599,0,-1172.798131,-529.2593825,-803.107803 +19211,-1191.473111,0,-1167.909998,-526.1710944,-801.9056752 +19212,-1183.855515,0,-1158.661446,-522.7203507,-796.0530906 +19213,-1173.674473,0,-1152.469169,-518.9723726,-795.4751239 +19214,-1168.794115,0,-1145.837864,-516.4609239,-788.7959534 +19215,-1159.610872,0,-1134.935646,-511.5213634,-789.287829 +19216,-1154.111493,0,-1131.54013,-509.4632678,-783.5908486 +19217,-1142.178739,0,-1121.946609,-505.7436531,-780.7698706 +19218,-1138.314437,0,-1114.096259,-501.894446,-777.833498 +19219,-1130.067263,0,-1108.120418,-498.7485975,-774.7965026 +19220,-1119.420699,0,-1099.881925,-495.5204391,-771.6695087 +19221,-1115.169318,0,-1091.448655,-492.2142229,-768.4606869 +19222,-1104.10129,0,-1085.028058,-488.8332869,-765.1760487 +19223,-1097.362049,0,-1078.492778,-485.3800723,-761.8198709 +19224,-1090.510031,0,-1069.586775,-481.856216,-760.1393094 +19225,-1081.184602,0,-1062.8035,-479.1732608,-755.7906739 +19226,-1074.080757,0,-1053.58387,-474.597777,-753.1461483 +19227,-1064.431981,0,-1048.925754,-472.7476057,-750.4626468 +19228,-1057.082212,0,-1039.433646,-468.9756289,-747.7406926 +19229,-1049.624976,0,-1032.201908,-465.1324089,-744.0483032 +19230,-1039.507532,0,-1024.866592,-462.2055042,-740.2919721 +19231,-1033.093876,0,-1018.67563,-459.2370695,-739.3503745 +19232,-1023.980799,0,-1009.878344,-455.2122728,-734.5395377 +19233,-1018.71101,0,-1004.791667,-453.1750563,-732.5904475 +19234,-1008.009662,0,-997.0653376,-450.0800696,-729.6316944 +19235,-1002.588592,0,-989.2303905,-446.9412239,-726.6345057 +19236,-992.9728021,0,-983.9490098,-443.223819,-722.5772936 +19237,-986.0102673,0,-975.9296632,-441.0743157,-721.5544915 +19238,-977.5465109,0,-969.1619236,-437.8106986,-716.362454 +19239,-970.403537,0,-962.3154428,-434.5014663,-716.3644246 +19240,-961.7202286,0,-956.7810567,-431.709255,-709.9859048 +19241,-954.3918856,0,-946.9677232,-429.4523086,-709.9873436 +19242,-945.4840904,0,-942.7160145,-424.8732772,-705.6438097 +19243,-937.966703,0,-934.1187475,-423.7167616,-702.337164 +19244,-928.8296515,0,-928.3215172,-419.0311225,-700.1094444 +19245,-921.1192291,0,-919.5228632,-417.8472856,-696.7310956 +19246,-914.8865128,0,-915.0797461,-413.0519433,-694.4545313 +19247,-903.8351908,0,-907.6015137,-411.8403166,-689.8412435 +19248,-895.8333378,0,-898.5119251,-407.5513333,-688.6760092 +19249,-889.3666364,0,-893.9222654,-405.0698394,-685.1479047 +19250,-879.5508138,0,-886.1988157,-401.9354792,-682.7698725 +19251,-869.599324,0,-879.9552708,-399.4019287,-677.950934 +19252,-864.5746256,0,-872.0685769,-396.2011029,-676.7334635 +19253,-852.7085668,0,-865.6943169,-392.9630921,-673.0475948 +19254,-845.8441266,0,-857.6435676,-391.002739,-670.563097 +19255,-837.1744401,0,-851.1374342,-387.0394208,-666.794837 +19256,-828.4052019,0,-846.2188209,-384.3670915,-664.2549529 +19257,-817.7506304,0,-836.2754702,-381.6702267,-661.6924003 +19258,-812.3714786,0,-831.2539677,-378.2635433,-657.8053245 +19259,-800.586463,0,-822.8071587,-375.5102074,-655.1851298 +19260,-793.2500972,0,-815.9814021,-372.7314133,-652.5414618 +19261,-783.0550886,0,-810.8219781,-369.9266205,-648.5311366 +19262,-774.6218143,0,-800.3936308,-365.6704455,-645.1478295 +19263,-764.2000192,0,-795.1280564,-364.2396632,-641.7263511 +19264,-756.5426651,136.8063314,-786.2719134,-359.9050574,-637.5693927 +19265,-744.9299379,156.2832005,-780.9117148,-356.9828307,-634.7668952 +19266,-737.1060485,143.8158417,-771.8955168,-354.7741299,-631.9386899 +19267,-727.2309984,175.0014835,-765.5251932,-351.0579061,-626.2043924 +19268,-716.2472271,191.0425983,-757.2617955,-347.6773887,-624.7548778 +19269,-708.1809098,206.6150226,-750.7787439,-345.0249599,-620.3656068 +19270,-698.0026637,222.3575586,-742.3696613,-341.9677213,-617.4058487 +19271,-687.7196952,237.6114035,-736.7185203,-338.8827209,-612.9152101 +19272,-678.3765256,252.7982144,-727.2164613,-334.9875855,-609.8873264 +19273,-668.949022,267.5574255,-720.5054698,-333.4182395,-606.8315833 +19274,-658.3749917,282.6309589,-713.7446025,-328.6655732,-602.1948172 +19275,-648.770763,296.9316462,-705.9553751,-327.0680874,-599.0682519 +19276,-639.0836833,311.8253158,-698.1004246,-322.6369741,-595.9128794 +19277,-629.3139798,325.7034196,-690.1804974,-320.6058533,-592.7280735 +19278,-618.3627528,339.8315244,-684.1984393,-316.5095252,-587.8953079 +19279,-609.5307497,354.050773,-676.1633386,-314.0310828,-584.6365052 +19280,-598.4013114,367.724967,-668.0626231,-310.7012772,-582.1728023 +19281,-588.3022022,387.4808225,-660.9217622,-307.7643899,-578.0278411 +19282,-578.1259256,405.603977,-653.7312133,-304.3811382,-573.8347125 +19283,-569.0163879,423.0896121,-645.4521953,-301.3976824,-571.295739 +19284,-557.5449254,440.6049224,-639.2011461,-297.9613746,-566.1643972 +19285,-547.1435769,457.9063329,-630.8090219,-295.3658034,-564.4384637 +19286,-537.8382061,474.9573968,-623.413769,-291.8796722,-560.0875059 +19287,-526.1277904,491.9391035,-615.970125,-288.3653388,-556.5702521 +19288,-516.6994576,508.6506438,-609.5514146,-286.1550273,-552.1278443 +19289,-506.0296021,524.9669082,-599.8560493,-282.1476409,-550.3368145 +19290,-495.295462,541.9443899,-594.4369679,-279.4566172,-545.8217755 +19291,-485.7021721,556.175325,-585.7150068,-275.8439843,-542.1719557 +19292,-476.0615568,570.3518096,-579.134179,-273.5724073,-538.4884481 +19293,-465.1613723,584.057832,-572.5194566,-270.3733737,-535.7035364 +19294,-456.6460321,597.5632337,-564.7592142,-266.6914238,-531.0186223 +19295,-446.2624095,610.7105273,-558.0719589,-264.8407926,-528.1818762 +19296,-436.4486189,623.6276257,-551.3518811,-261.117918,-525.3253542 +19297,-427.2140374,636.2460485,-543.470571,-258.3082112,-520.520021 +19298,-416.0908643,648.7215046,-536.6812381,-255.0113175,-517.6103846 +19299,-408.0316829,660.8779328,-530.4303372,-252.6442859,-513.699614 +19300,-396.8376315,672.7973548,-523.008727,-249.3126224,-509.7529406 +19301,-387.4812671,684.5978217,-514.9765078,-246.4410995,-507.7662438 +19302,-378.1010761,696.0464448,-509.2153768,-243.0727627,-502.7586618 +19303,-367.4432469,707.4320106,-502.2746644,-240.6552576,-499.7267281 +19304,-358.647088,718.467177,-494.140615,-237.2538589,-495.6519124 +19305,-348.5743519,729.4530289,-488.3080353,-234.8128285,-493.6007585 +19306,-337.8513753,740.0921614,-481.2834562,-231.3790088,-488.4312517 +19307,-329.6391137,750.6974371,-473.6431991,-228.421302,-485.3016149 +19308,-318.2513262,760.4850462,-467.1550778,-225.4505051,-482.1508864 +19309,-309.383091,771.3933445,-460.05296,-222.9649435,-478.9786641 +19310,-299.2371488,781.0035739,-452.9264369,-219.219422,-474.1799286 +19311,-289.7164841,790.8864442,-446.9697417,-216.9630282,-471.4933252 +19312,-279.5530352,800.4672507,-438.6028636,-213.4389524,-468.2495033 +19313,-269.7007941,810.0460895,-433.2088052,-210.9119334,-463.8904303 +19314,-259.8434274,819.1768963,-425.395395,-207.3601928,-460.5959111 +19315,-250.3000971,828.4211872,-418.7653593,-205.3239201,-457.279628 +19316,-240.11704,837.3393128,-412.1187664,-201.2357193,-453.9413482 +19317,-230.5680757,846.1470999,-404.8496115,-199.1847822,-450.0187886 +19318,-220.3805498,854.7398711,-397.5625538,-195.5838562,-446.6328202 +19319,-210.8285476,863.306258,-391.4772407,-193.0034377,-443.224812 +19320,-200.9571899,871.6534748,-384.7698112,-189.8977192,-439.2208185 +19321,-191.7221071,879.3364751,-378.048877,-187.3023046,-436.9194059 +19322,-182.4867608,887.1438209,-371.9283937,-184.700452,-432.8679383 +19323,-173.5696748,894.5880842,-365.7981482,-181.5698533,-430.5393765 +19324,-164.3339767,902.1422703,-359.6586665,-178.954686,-426.4404574 +19325,-155.0981658,909.2744866,-353.5102697,-176.3337737,-424.0848222 +19326,-145.8623828,916.4421223,-346.7375566,-173.7072789,-420.532648 +19327,-137.2635427,923.3495218,-341.1895359,-170.548309,-418.1521903 +19328,-127.3907061,930.2650209,-334.4005512,-168.1745326,-413.9623843 +19329,-118.7918507,936.9159757,-328.8399922,-165.2677727,-410.9513305 +19330,-109.2375449,943.4789435,-322.0367314,-162.6204929,-408.5315141 +19331,-100.6386885,949.898955,-316.4653568,-159.7033709,-404.8830078 +19332,-90.92511972,956.181577,-309.6499461,-157.0472386,-401.2123815 +19333,-82.16701826,962.3312425,-304.0694658,-154.3871667,-398.7532099 +19334,-72.93120037,968.2883732,-297.5542645,-151.7233941,-395.0458938 +19335,-63.85460368,974.2638843,-291.6557341,-148.7891445,-392.562175 +19336,-54.77801795,980.0357392,-285.1325005,-146.118383,-388.8181028 +19337,-45.5421789,985.5819598,-279.2275158,-143.4446063,-385.0522344 +19338,-36.46559717,991.126109,-273.0089422,-140.5002403,-383.1613556 +19339,-27.54824668,996.4263902,-267.409965,-137.8208988,-378.7276091 +19340,-18.15317855,1001.763549,-260.2528669,-135.1392492,-376.180949 +19341,-9.39506662,1006.838987,-254.9613997,-132.4553533,-372.9840747 +19342,0,1011.846271,-248.4230634,-129.769457,-369.7722207 +19343,0,1016.719734,-242.5060257,-126.8128202,-365.898425 +19344,0,1021.470959,-236.2763672,-124.1233989,-363.3042805 +19345,0,1026.100088,-230.3571941,-121.4325355,-360.0483057 +19346,0,1030.609103,-223.8140322,-118.7403933,-356.7776869 +19347,0,1034.997712,-218.2050694,-116.0470368,-352.8338679 +19348,0,1039.267361,-211.9722699,-113.0831895,-350.8543821 +19349,0,1043.418385,-205.7389363,-110.6574933,-346.215216 +19350,0,1047.451898,-200.1287185,-107.4222338,-344.2186729 +19351,0,1051.315113,-193.2712975,-105.2649942,-339.540167 +19352,0,1055.226917,-187.6606619,-102.0283029,-337.5269643 +19353,0,1058.878397,-181.1146203,-99.33059883,-333.4853922 +19354,0,1062.474896,-174.880259,-96.63258036,-330.7801716 +19355,0,1065.946298,-168.9575541,-93.66435015,-326.7061125 +19356,0,1069.370789,-162.7230474,-91.10070971,-323.9795646 +19357,0,1072.51885,-156.488445,-88.13198249,-320.5594879 +19358,0,1075.701725,-149.9421372,-85.29808118,-316.782403 +19359,0,1078.713461,-144.3310747,-82.73398179,-313.6806694 +19360,0,1081.558192,-137.784752,-79.62992881,-310.9150065 +19361,0,1084.46023,-131.861878,-77.06568541,-306.4036454 +19362,0,1087.103818,-125.6272688,-74.09650163,-303.9660483 +19363,0,1089.699563,-119.3926284,-71.39721707,-299.7734737 +19364,0,1092.1762,-113.1580326,-68.56295465,-296.9690902 +19365,0,1094.545366,-107.2351662,-65.72865857,-293.4530865 +19366,0,1096.807888,-100.6888281,-62.89438124,-289.925676 +19367,0,1098.964077,-95.0777052,-60.19505927,-286.3871552 +19368,0,1101.014808,-88.37548665,-57.22579618,-283.5485268 +19369,0,1102.960364,-82.6084885,-54.52647229,-279.2776514 +19370,0,1104.80159,-76.37389102,-51.8271526,-276.0647598 +19371,0,1106.538756,-70.13927307,-48.85785511,-272.8436792 +19372,0,1108.17268,-64.06054857,-45.88859023,-268.8958469 +19373,0,1109.703623,-57.98181053,-43.45922014,-265.6572027 +19374,0,1111.132375,-51.90307822,-40.22001353,-262.0498135 +19375,0,1112.459191,-45.66846341,-37.79063235,-258.4333564 +19376,0,1113.61503,-39.58973141,-34.82136208,-255.171054 +19377,0,1114.842211,-33.66685749,-31.85208406,-251.1743931 +19378,0,1115.815855,-30.08195701,-29.28773869,-248.2615469 +19379,0,1116.822847,-25.87360382,-26.45343384,-243.8826759 +19380,0,1117.545549,-20.73005182,-23.3491951,-240.9574242 +19381,0,1118.769323,-15.4306413,-21.18974022,-236.193864 +19382,0,1120.064199,-9.975365107,-18.62537533,-232.1540312 +19383,0,1121.03992,-4.67595289,-16.06101017,-227.3694282 +19384,0,1122.176725,0,-13.76658393,-223.6819078 +19385,0,1123.440929,0,-11.0672504,-218.8793127 +19386,0,1123.746507,0,-8.637855453,-215.1787362 +19387,0,1125.066659,0,-6.208460274,-209.9892608 +19388,0,1124.96436,0,-3.779062601,-206.2768859 +19389,0,1126.37844,0,-1.079731607,-201.816189 +19390,0,1125.64205,0,0,-197.3496361 +19391,0,1127.4732,0,0,-193.2506165 +19392,0,1125.659814,0,0,-188.7742555 +19393,0,1128.549092,0,0,-184.6670375 +19394,0,1124.510119,0,0,-179.8087138 +19395,0,1130.413464,0,0,-176.0687562 +19396,0,1121.783285,0,0,-171.2034689 +19397,0,1133.188565,0,0,-167.0841719 +19398,0,1118.641137,0,0,-162.9628272 +19399,0,1133.85327,0,0,-158.0898241 +19400,0,1117.180392,0,0,-154.3399663 +19401,0,1132.103344,0,0,-149.2759315 +19402,0,1116.884449,0,0,-145.3361812 +19403,0,1128.709875,0,0,-140.8326122 +19404,0,1117.442446,0,0,-136.5158921 +19405,0,1123.915617,0,0,-132.0108197 +19406,0,1118.621247,0,0,-127.6929727 +19407,0,1119.606167,0,0,-123.1869948 +19408,0,1117.755823,0,0,-118.6807234 +19409,0,1116.614493,0,0,-114.3620209 +19410,0,1115.197618,0,0,-109.8553894 +19411,0,1113.757897,0,0,-105.5364344 +19412,0,1112.130904,0,0,-100.8418328 +19413,0,1110.303252,0,0,-96.52277137 +19414,0,1108.530105,0,0,-91.82810762 +19415,0,1106.609942,0,0,-87.50901516 +19416,0,1104.618093,0,0,-83.00211965 +19417,0,1102.544124,0,0,-78.30742593 +19418,0,1100.389375,0,0,-73.98831583 +19419,0,1098.154595,0,0,-69.1058335 +19420,0,1095.840876,0,0,-64.9745165 +19421,0,1093.448859,0,0,-60.09203172 +19422,0,1090.979546,0,0,-55.58512916 +19423,0,1088.433497,0,0,-51.07822832 +19424,0,1085.811651,0,0,-46.38353569 +19425,0,1083.114509,0,0,-41.68884484 +19426,0,1080.342961,0,0,-37.18194575 +19427,0,1077.566456,0,0,-32.48725617 +19428,0,1074.547977,0,0,-27.79256627 +19429,0,1071.606257,0,0,-23.28566496 +19430,0,1068.532004,0,0,-18.40318559 +19431,0,1065.329587,0,0,-13.89628373 +19432,0,1062.221873,0,0,-9.201593006 +19433,0,1058.897429,0,0,-4.319114652 +19434,0,1055.56278,0,0,0 +19435,0,1052.147852,0,0,0 +19436,0,1048.730801,0,0,0 +19437,0,1045.083203,0,0,0 +19438,0,1041.511596,0,0,0 +19439,0,1037.814521,0,0,0 +19440,0,1034.061656,0,0,0 +19441,0,1029.881329,0,0,0 +19442,0,1025.54206,0,0,0 +19443,0,1021.108298,0,0,0 +19444,0,1016.59871,0,0,0 +19445,0,1012.01886,0,0,0 +19446,0,1007.374657,0,0,0 +19447,0,1002.665067,0,0,0 +19448,0,997.8912024,0,0,0 +19449,0,993.0531479,0,0,0 +19450,0,988.215714,0,0,0 +19451,0,983.1597276,0,0,0 +19452,0,978.1792903,0,0,0 +19453,0,973.0182155,0,0,0 +19454,0,967.9607573,0,0,0 +19455,0,962.7689672,0,0,0 +19456,0,957.4219614,0,0,0 +19457,0,952.1383654,0,0,0 +19458,0,946.7422766,0,0,0 +19459,0,941.2975606,0,0,0 +19460,0,935.7959187,0,0,0 +19461,0,930.2339175,0,0,0 +19462,0,924.6175611,0,0,0 +19463,0,918.9432426,0,0,0 +19464,0,913.2718163,0,0,0 +19465,0,907.4013769,0,0,0 +19466,0,901.601606,0,0,0 +19467,0,895.6367038,0,0,0 +19468,0,889.8268232,0,0,0 +19469,0,883.6973767,0,0,0 +19470,0,877.6882739,0,0,0 +19471,0,871.1061981,0,0,0 +19472,0,864.2754299,0,0,0 +19473,0,857.6128106,0,0,0 +19474,0,850.7076854,0,0,0 +19475,0,843.8422777,0,0,0 +19476,0,836.7646859,0,0,0 +19477,0,829.7387056,0,0,0 +19478,0,822.6062001,0,0,0 +19479,0,815.4188804,0,0,0 +19480,0,808.2269597,0,0,0 +19481,0,800.8006917,0,0,0 +19482,0,793.556759,0,0,0 +19483,49.51840932,786.1577204,0,0,0 +19484,211.4229409,778.6354332,0,0,0 +19485,145.1798754,771.1656468,0,0,0 +19486,181.6765922,763.6058532,0,0,0 +19487,201.359929,756.4910836,0,0,0 +19488,217.9853889,748.1190864,0,0,0 +19489,234.0362204,740.8391792,0,0,0 +19490,250.0705704,733.0098861,0,0,0 +19491,265.7900546,725.2070247,0,0,0 +19492,281.8727513,717.4696624,0,0,0 +19493,297.3678481,709.599129,0,0,0 +19494,312.9634118,701.6867493,0,0,0 +19495,328.4338981,693.8394239,0,0,0 +19496,343.7318913,685.8660918,0,0,0 +19497,359.0323886,677.8541579,0,0,0 +19498,374.1780842,669.9096329,0,0,0 +19499,388.9383313,661.8445625,0,0,0 +19500,404.4242836,653.744483,0,0,0 +19501,0,0,0,0,0 +19502,0,0,0,0,0 +19503,0,0,0,0,0 +19504,0,0,0,0,0 +19505,0,0,0,0,0 +19506,0,0,0,0,0 +19507,0,0,0,0,0 +19508,0,0,0,0,0 +19509,0,0,0,0,0 +19510,0,0,0,0,0 +19511,0,0,0,0,0 +19512,0,0,0,0,0 +19513,0,0,0,0,0 +19514,0,0,0,0,0 +19515,0,0,0,0,0 +19516,0,0,0,0,0 +19517,0,0,0,0,0 +19518,0,0,0,0,0 +19519,0,0,0,0,0 +19520,0,0,0,0,0 +19521,0,0,0,0,0 +19522,0,0,0,0,0 +19523,0,0,0,0,0 +19524,0,0,0,0,0 +19525,0,0,0,0,0 +19526,0,0,0,0,0 +19527,0,0,0,0,0 +19528,0,0,0,0,0 +19529,0,0,0,0,0 +19530,0,0,0,0,0 +19531,0,0,0,0,0 +19532,0,0,0,0,0 +19533,0,0,0,0,0 +19534,0,0,0,0,0 +19535,0,0,0,0,0 +19536,0,0,0,0,0 +19537,0,0,0,0,0 +19538,0,0,0,0,0 +19539,0,0,0,0,0 +19540,0,0,0,0,0 +19541,0,0,0,0,0 +19542,0,0,0,0,0 +19543,0,0,0,0,0 +19544,0,0,0,0,0 +19545,0,0,0,0,0 +19546,0,0,0,0,0 +19547,0,0,0,0,0 +19548,0,0,0,0,0 +19549,0,0,0,0,0 +19550,0,0,0,0,0 +19551,0,0,0,0,0 +19552,0,0,0,0,0 +19553,0,0,0,0,0 +19554,0,0,0,0,0 +19555,0,0,0,0,0 +19556,0,0,0,0,0 +19557,0,0,0,0,0 +19558,0,0,0,0,0 +19559,0,0,0,0,0 +19560,0,0,0,0,0 +19561,0,0,0,0,0 +19562,0,0,0,0,0 +19563,0,0,0,0,0 +19564,0,0,0,0,0 +19565,0,0,0,0,0 +19566,0,0,0,0,0 +19567,0,0,0,0,0 +19568,0,0,0,0,0 +19569,0,0,0,0,0 +19570,0,0,0,0,0 +19571,0,0,0,0,0 +19572,0,0,0,0,0 +19573,0,0,0,0,0 +19574,0,0,0,0,0 +19575,0,0,0,0,0 +19576,0,0,0,0,0 +19577,0,0,0,0,0 +19578,0,0,0,0,0 +19579,0,0,0,0,0 +19580,0,0,0,0,0 +19581,0,0,0,0,0 +19582,0,0,0,0,0 +19583,0,0,0,0,0 +19584,0,0,0,0,0 +19585,0,0,0,0,0 +19586,0,0,0,0,0 +19587,0,0,0,0,0 +19588,0,0,0,0,0 +19589,0,0,0,0,0 +19590,0,0,0,0,0 +19591,0,0,0,0,0 +19592,0,0,0,0,0 +19593,0,0,0,0,0 +19594,0,0,0,0,0 +19595,0,0,0,0,0 +19596,0,0,0,0,0 +19597,0,0,0,0,0 +19598,0,0,0,0,0 +19599,0,0,0,0,0 +19600,0,0,0,0,0 +19601,0,0,0,0,0 +19602,0,0,0,0,0 +19603,0,0,0,0,0 +19604,0,0,0,0,0 +19605,0,0,0,0,0 +19606,0,0,0,0,0 +19607,0,0,0,0,0 +19608,0,0,0,0,0 +19609,0,0,0,0,0 +19610,0,0,0,0,0 +19611,0,0,0,0,0 +19612,0,0,0,0,0 +19613,0,0,0,0,0 +19614,0,0,0,0,0 +19615,0,0,0,0,0 +19616,0,0,0,0,0 +19617,0,0,0,0,0 +19618,0,0,0,0,0 +19619,0,0,0,0,0 +19620,0,0,0,0,0 +19621,0,0,0,0,0 +19622,0,0,0,0,0 +19623,0,0,0,0,0 +19624,0,0,0,0,0 +19625,0,0,0,0,0 +19626,0,0,0,0,0 +19627,0,0,0,0,0 +19628,0,0,0,0,0 +19629,0,0,0,0,0 +19630,0,0,0,0,0 +19631,0,0,0,0,0 +19632,0,0,0,0,0 +19633,0,0,0,0,0 +19634,0,0,0,0,0 +19635,0,0,0,0,0 +19636,0,0,0,0,0 +19637,0,0,0,0,0 +19638,0,0,0,0,0 +19639,0,0,0,0,0 +19640,0,0,0,0,0 +19641,0,0,0,0,0 +19642,0,0,0,0,0 +19643,0,0,0,0,0 +19644,0,0,0,0,0 +19645,0,0,0,0,0 +19646,0,0,0,0,0 +19647,0,0,0,0,0 +19648,0,0,0,0,0 +19649,0,0,0,0,0 +19650,0,0,0,0,0 +19651,0,0,0,0,0 +19652,0,0,0,0,0 +19653,0,0,0,0,0 +19654,0,0,0,0,0 +19655,0,0,0,0,0 +19656,0,0,0,0,0 +19657,0,0,0,0,0 +19658,0,0,0,0,0 +19659,0,0,0,0,0 +19660,0,0,0,0,0 +19661,0,0,0,0,0 +19662,0,0,0,0,0 +19663,0,0,0,0,0 +19664,0,0,0,0,0 +19665,0,0,0,0,0 +19666,0,0,0,0,0 +19667,0,0,0,0,0 +19668,0,0,0,0,0 +19669,0,0,0,0,0 +19670,0,0,0,0,0 +19671,0,0,0,0,0 +19672,0,0,0,0,0 +19673,0,0,0,0,0 +19674,0,0,0,0,0 +19675,0,0,0,0,0 +19676,0,0,0,0,0 +19677,0,0,0,0,0 +19678,0,0,0,0,0 +19679,0,0,0,0,0 +19680,0,0,0,0,0 +19681,0,0,0,0,0 +19682,0,0,0,0,0 +19683,0,0,0,0,0 +19684,0,0,0,0,0 +19685,0,0,0,0,0 +19686,0,0,0,0,0 +19687,0,0,0,0,0 +19688,0,0,0,0,0 +19689,0,0,0,0,0 +19690,0,0,0,0,0 +19691,0,0,0,0,0 +19692,0,0,0,0,0 +19693,0,0,0,0,0 +19694,0,0,0,0,0 +19695,0,0,0,0,0 +19696,0,0,0,0,0 +19697,0,0,0,0,0 +19698,0,0,0,0,0 +19699,0,0,0,0,0 +19700,0,0,0,0,0 +19701,0,0,0,0,0 +19702,0,0,0,0,0 +19703,0,0,0,0,0 +19704,0,0,0,0,0 +19705,0,0,0,0,0 +19706,0,0,0,0,0 +19707,0,0,0,0,0 +19708,0,0,0,0,0 +19709,0,0,0,0,0 +19710,0,0,0,0,0 +19711,0,0,0,0,0 +19712,0,0,0,0,0 +19713,0,0,0,0,0 +19714,0,0,0,0,0 +19715,0,0,0,0,0 +19716,0,0,0,0,0 +19717,0,0,0,0,0 +19718,0,0,0,0,0 +19719,0,0,0,0,0 +19720,0,0,0,0,0 +19721,0,0,0,0,0 +19722,0,0,0,0,0 +19723,0,0,0,0,0 +19724,0,0,0,0,0 +19725,0,0,0,0,0 +19726,0,0,0,0,0 +19727,0,0,0,0,0 +19728,0,0,0,0,0 +19729,0,0,0,0,0 +19730,0,0,0,0,0 +19731,0,0,0,0,0 +19732,0,0,0,0,0 +19733,0,0,0,0,0 +19734,0,0,0,0,0 +19735,0,0,0,0,0 +19736,0,0,0,0,0 +19737,0,0,0,0,0 +19738,0,0,0,0,0 +19739,0,0,0,0,0 +19740,0,0,0,0,0 +19741,0,0,0,0,0 +19742,0,0,0,0,0 +19743,0,0,0,0,0 +19744,0,0,0,0,0 +19745,0,0,0,0,0 +19746,0,0,0,0,0 +19747,0,0,0,0,0 +19748,0,0,0,0,0 +19749,0,0,0,0,0 +19750,0,0,0,0,0 +19751,0,0,0,0,0 +19752,0,0,0,0,0 +19753,0,0,0,0,0 +19754,0,0,0,0,0 +19755,0,0,0,0,0 +19756,0,0,0,0,0 +19757,0,0,0,0,0 +19758,0,0,0,0,0 +19759,0,0,0,0,0 +19760,0,0,0,0,0 +19761,0,0,0,0,0 +19762,0,0,0,0,0 +19763,0,0,0,0,0 +19764,0,0,0,0,0 +19765,0,0,0,0,0 +19766,0,0,0,0,0 +19767,0,0,0,0,0 +19768,0,0,0,0,0 +19769,0,0,0,0,0 +19770,0,0,0,0,0 +19771,0,0,0,0,0 +19772,0,0,0,0,0 +19773,0,0,0,0,0 +19774,0,0,0,0,0 +19775,0,0,0,0,0 +19776,0,0,0,0,0 +19777,0,0,0,0,0 +19778,0,0,0,0,0 +19779,0,0,0,0,0 +19780,0,0,0,0,0 +19781,0,0,0,0,0 +19782,0,0,0,0,0 +19783,0,0,0,0,0 +19784,0,0,0,0,0 +19785,0,0,0,0,0 +19786,0,0,0,0,0 +19787,0,0,0,0,0 +19788,0,0,0,0,0 +19789,0,0,0,0,0 +19790,0,0,0,0,0 +19791,0,0,0,0,0 +19792,0,0,0,0,0 +19793,0,0,0,0,0 +19794,0,0,0,0,0 +19795,0,0,0,0,0 +19796,0,0,0,0,0 +19797,0,0,0,0,0 +19798,0,0,0,0,0 +19799,0,0,0,0,0 +19800,0,0,0,0,0 +19801,0,0,0,0,0 +19802,0,0,0,0,0 +19803,0,0,0,0,0 +19804,0,0,0,0,0 +19805,0,0,0,0,0 +19806,0,0,0,0,0 +19807,0,0,0,0,0 +19808,0,0,0,0,0 +19809,0,0,0,0,0 +19810,0,0,0,0,0 +19811,0,0,0,0,0 +19812,0,0,0,0,0 +19813,0,0,0,0,0 +19814,0,0,0,0,0 +19815,0,0,0,0,0 +19816,0,0,0,0,0 +19817,0,0,0,0,0 +19818,0,0,0,0,0 +19819,0,0,0,0,0 +19820,0,0,0,0,0 +19821,0,0,0,0,0 +19822,0,0,0,0,0 +19823,0,0,0,0,0 +19824,0,0,0,0,0 +19825,0,0,0,0,0 +19826,0,0,0,0,0 +19827,0,0,0,0,0 +19828,0,0,0,0,0 +19829,0,0,0,0,0 +19830,0,0,0,0,0 +19831,0,0,0,0,0 +19832,0,0,0,0,0 +19833,0,0,0,0,0 +19834,0,0,0,0,0 +19835,0,0,0,0,0 +19836,0,0,0,0,0 +19837,0,0,0,0,0 +19838,0,0,0,0,0 +19839,0,0,0,0,0 +19840,0,0,0,0,0 +19841,0,0,0,0,0 +19842,0,0,0,0,0 +19843,0,0,0,0,0 +19844,0,0,0,0,0 +19845,0,0,0,0,0 +19846,0,0,0,0,0 +19847,0,0,0,0,0 +19848,0,0,0,0,0 +19849,0,0,0,0,0 +19850,0,0,0,0,0 +19851,0,0,0,0,0 +19852,0,0,0,0,0 +19853,0,0,0,0,0 +19854,0,0,0,0,0 +19855,0,0,0,0,0 +19856,0,0,0,0,0 +19857,0,0,0,0,0 +19858,0,0,0,0,0 +19859,0,0,0,0,0 +19860,0,0,0,0,0 +19861,0,0,0,0,0 +19862,0,0,0,0,0 +19863,0,0,0,0,0 +19864,0,0,0,0,0 +19865,0,0,0,0,0 +19866,0,0,0,0,0 +19867,0,0,0,0,0 +19868,0,0,0,0,0 +19869,0,0,0,0,0 +19870,0,0,0,0,0 +19871,0,0,0,0,0 +19872,0,0,0,0,0 +19873,0,0,0,0,0 +19874,0,0,0,0,0 +19875,0,0,0,0,0 +19876,0,0,0,0,0 +19877,0,0,0,0,0 +19878,0,0,0,0,0 +19879,0,0,0,0,0 +19880,0,0,0,0,0 +19881,0,0,0,0,0 +19882,0,0,0,0,0 +19883,0,0,0,0,0 +19884,0,0,0,0,0 +19885,0,0,0,0,0 +19886,0,0,0,0,0 +19887,0,0,0,0,0 +19888,0,0,0,0,0 +19889,0,0,0,0,0 +19890,0,0,0,0,0 +19891,0,0,0,0,0 +19892,0,0,0,0,0 +19893,0,0,0,0,0 +19894,0,0,0,0,0 +19895,0,0,0,0,0 +19896,0,0,0,0,0 +19897,0,0,0,0,0 +19898,0,0,0,0,0 +19899,0,0,0,0,0 +19900,0,0,0,0,0 +19901,0,0,0,0,0 +19902,0,0,0,0,0 +19903,0,0,0,0,0 +19904,0,0,0,0,0 +19905,0,0,0,0,0 +19906,0,0,0,0,0 +19907,0,0,0,0,0 +19908,0,0,0,0,0 +19909,0,0,0,0,0 +19910,0,0,0,0,0 +19911,0,0,0,0,0 +19912,0,0,0,0,0 +19913,0,0,0,0,0 +19914,0,0,0,0,0 +19915,0,0,0,0,0 +19916,0,0,0,0,0 +19917,0,0,0,0,0 +19918,0,0,0,0,0 +19919,0,0,0,0,0 +19920,0,0,0,0,0 +19921,0,0,0,0,0 +19922,0,0,0,0,0 +19923,0,0,0,0,0 +19924,0,0,0,0,0 +19925,0,0,0,0,0 +19926,0,0,0,0,0 +19927,0,0,0,0,0 +19928,0,0,0,0,0 +19929,0,0,0,0,0 +19930,0,0,0,0,0 +19931,0,0,0,0,0 +19932,0,0,0,0,0 +19933,0,0,0,0,0 +19934,0,0,0,0,0 +19935,0,0,0,0,0 +19936,0,0,0,0,0 +19937,0,0,0,0,0 +19938,0,0,0,0,0 +19939,0,0,0,0,0 +19940,0,0,0,0,0 +19941,0,0,0,0,0 +19942,0,0,0,0,0 +19943,0,0,0,0,0 +19944,0,0,0,0,0 +19945,0,0,0,0,0 +19946,0,0,0,0,0 +19947,0,0,0,0,0 +19948,0,0,0,0,0 +19949,0,0,0,0,0 +19950,0,0,0,0,0 +19951,0,0,0,0,0 +19952,0,0,0,0,0 +19953,0,0,0,0,0 +19954,0,0,0,0,0 +19955,0,0,0,0,0 +19956,0,0,0,0,0 +19957,0,0,0,0,0 +19958,0,0,0,0,0 +19959,0,0,0,0,0 +19960,0,0,0,0,0 +19961,0,0,0,0,0 +19962,0,0,0,0,0 +19963,0,0,0,0,0 +19964,0,0,0,0,0 +19965,0,0,0,0,0 +19966,0,0,0,0,0 +19967,0,0,0,0,0 +19968,0,0,0,0,0 +19969,0,0,0,0,0 +19970,0,0,0,0,0 +19971,0,0,0,0,0 +19972,0,0,0,0,0 +19973,0,0,0,0,0 +19974,0,0,0,0,0 +19975,0,0,0,0,0 +19976,0,0,0,0,0 +19977,0,0,0,0,0 +19978,0,0,0,0,0 +19979,0,0,0,0,0 +19980,0,0,0,0,0 +19981,0,0,0,0,0 +19982,0,0,0,0,0 +19983,0,0,0,0,0 +19984,0,0,0,0,0 +19985,0,0,0,0,0 +19986,0,0,0,0,0 +19987,0,0,0,0,0 +19988,0,0,0,0,0 +19989,0,0,0,0,0 +19990,0,0,0,0,0 +19991,0,0,0,0,0 +19992,0,0,0,0,0 +19993,0,0,0,0,0 +19994,0,0,0,0,0 +19995,0,0,0,0,0 +19996,0,0,0,0,0 +19997,0,0,0,0,0 +19998,0,0,0,0,0 +19999,0,0,0,0,0 +20000,0,0,0,0,0 +20001,0,0,0,0,0 +20002,0,0,0,0,0 +20003,0,0,0,0,0 +20004,0,0,0,0,0 +20005,0,0,0,0,0 +20006,0,0,0,0,0 +20007,0,0,0,0,0 +20008,0,0,0,0,0 +20009,0,0,0,0,0 +20010,0,0,0,0,0 +20011,0,0,0,0,0 +20012,0,0,0,0,0 +20013,0,0,0,0,0 +20014,0,0,0,0,0 +20015,0,0,0,0,0 +20016,0,0,0,0,0 +20017,0,0,0,0,0 +20018,0,0,0,0,0 +20019,0,0,0,0,0 +20020,0,0,0,0,0 +20021,0,0,0,0,0 +20022,0,0,0,0,0 +20023,0,0,0,0,0 +20024,0,0,0,0,0 +20025,0,0,0,0,0 +20026,0,0,0,0,0 +20027,0,0,0,0,0 +20028,0,0,0,0,0 +20029,0,0,0,0,0 +20030,0,0,0,0,0 +20031,0,0,0,0,0 +20032,0,0,0,0,0 +20033,0,0,0,0,0 +20034,0,0,0,0,0 +20035,0,0,0,0,0 +20036,0,0,0,0,0 +20037,0,0,0,0,0 +20038,0,0,0,0,0 +20039,0,0,0,0,0 +20040,0,0,0,0,0 +20041,0,0,0,0,0 +20042,0,0,0,0,0 +20043,0,0,0,0,0 +20044,0,0,0,0,0 +20045,0,0,0,0,0 +20046,0,0,0,0,0 +20047,0,0,0,0,0 +20048,0,0,0,0,0 +20049,0,0,0,0,0 +20050,0,0,0,0,0 +20051,0,0,0,0,0 +20052,0,0,0,0,0 +20053,0,0,0,0,0 +20054,0,0,0,0,0 +20055,0,0,0,0,0 +20056,0,0,0,0,0 +20057,0,0,0,0,0 +20058,0,0,0,0,0 +20059,0,0,0,0,0 +20060,0,0,0,0,0 +20061,0,0,0,0,0 +20062,0,0,0,0,0 +20063,0,0,0,0,0 +20064,0,0,0,0,0 +20065,0,0,0,0,0 +20066,0,0,0,0,0 +20067,0,0,0,0,0 +20068,0,0,0,0,0 +20069,0,0,0,0,0 +20070,0,0,0,0,0 +20071,0,0,0,0,0 +20072,0,0,0,0,0 +20073,0,0,0,0,0 +20074,0,0,0,0,0 +20075,0,0,0,0,0 +20076,0,0,0,0,0 +20077,0,0,0,0,0 +20078,0,0,0,0,0 +20079,0,0,0,0,0 +20080,0,0,0,0,0 +20081,0,0,0,0,0 +20082,0,0,0,0,0 +20083,0,0,0,0,0 +20084,0,0,0,0,0 +20085,0,0,0,0,0 +20086,0,0,0,0,0 +20087,0,0,0,0,0 +20088,0,0,0,0,0 +20089,0,0,0,0,0 +20090,0,0,0,0,0 +20091,0,0,0,0,0 +20092,0,0,0,0,0 +20093,0,0,0,0,0 +20094,0,0,0,0,0 +20095,0,0,0,0,0 +20096,0,0,0,0,0 +20097,0,0,0,0,0 +20098,0,0,0,0,0 +20099,0,0,0,0,0 +20100,0,0,0,0,0 +20101,0,0,0,0,0 +20102,0,0,0,0,0 +20103,0,0,0,0,0 +20104,0,0,0,0,0 +20105,0,0,0,0,0 +20106,0,0,0,0,0 +20107,0,0,0,0,0 +20108,0,0,0,0,0 +20109,0,0,0,0,0 +20110,0,0,0,0,0 +20111,0,0,0,0,0 +20112,0,0,0,0,0 +20113,0,0,0,0,0 +20114,0,0,0,0,0 +20115,0,0,0,0,0 +20116,0,0,0,0,0 +20117,0,0,0,0,0 +20118,0,0,0,0,0 +20119,0,0,0,0,0 +20120,0,0,0,0,0 +20121,0,0,0,0,0 +20122,0,0,0,0,0 +20123,0,0,0,0,0 +20124,0,0,0,0,0 +20125,0,0,0,0,0 +20126,0,0,0,0,0 +20127,0,0,0,0,0 +20128,0,0,0,0,0 +20129,0,0,0,0,0 +20130,0,0,0,0,0 +20131,0,0,0,0,0 +20132,0,0,0,0,0 +20133,0,0,0,0,0 +20134,0,0,0,0,0 +20135,0,0,0,0,0 +20136,0,0,0,0,0 +20137,0,0,0,0,0 +20138,0,0,0,0,0 +20139,0,0,0,0,0 +20140,0,0,0,0,0 +20141,0,0,0,0,0 +20142,0,0,0,0,0 +20143,0,0,0,0,0 +20144,0,0,0,0,0 +20145,0,0,0,0,0 +20146,0,0,0,0,0 +20147,0,0,0,0,0 +20148,0,0,0,0,0 +20149,0,0,0,0,0 +20150,0,0,0,0,0 +20151,0,0,0,0,0 +20152,0,0,0,0,0 +20153,0,0,0,0,0 +20154,0,0,0,0,0 +20155,0,0,0,0,0 +20156,0,0,0,0,0 +20157,0,0,0,0,0 +20158,0,0,0,0,0 +20159,0,0,0,0,0 +20160,0,0,0,0,0 +20161,0,0,0,0,0 +20162,0,0,0,0,0 +20163,0,0,0,0,0 +20164,0,0,0,0,0 +20165,0,0,0,0,0 +20166,0,0,0,0,0 +20167,0,0,0,0,0 +20168,0,0,0,0,0 +20169,0,0,0,0,0 +20170,0,0,0,0,0 +20171,0,0,0,0,0 +20172,0,0,0,0,0 +20173,0,0,0,0,0 +20174,0,0,0,0,0 +20175,0,0,0,0,0 +20176,0,0,0,0,0 +20177,0,0,0,0,0 +20178,0,0,0,0,0 +20179,0,0,0,0,0 +20180,0,0,0,0,0 +20181,0,0,0,0,0 +20182,0,0,0,0,0 +20183,0,0,0,0,0 +20184,0,0,0,0,0 +20185,0,0,0,0,0 +20186,0,0,0,0,0 +20187,0,0,0,0,0 +20188,0,0,0,0,0 +20189,0,0,0,0,0 +20190,0,0,0,0,0 +20191,0,0,0,0,0 +20192,0,0,0,0,0 +20193,0,0,0,0,0 +20194,0,0,0,0,0 +20195,0,0,0,0,0 +20196,0,0,0,0,0 +20197,0,0,0,0,0 +20198,0,0,0,0,0 +20199,0,0,0,0,0 +20200,0,0,0,0,0 +20201,0,0,0,0,0 +20202,0,0,0,0,0 +20203,0,0,0,0,0 +20204,0,0,0,0,0 +20205,0,0,0,0,0 +20206,0,0,0,0,0 +20207,0,0,0,0,0 +20208,0,0,0,0,0 +20209,0,0,0,0,0 +20210,0,0,0,0,0 +20211,0,0,0,0,0 +20212,0,0,0,0,0 +20213,0,0,0,0,0 +20214,0,0,0,0,0 +20215,0,0,0,0,0 +20216,0,0,0,0,0 +20217,0,0,0,0,0 +20218,0,0,0,0,0 +20219,0,0,0,0,0 +20220,0,0,0,0,0 +20221,0,0,0,0,0 +20222,0,0,0,0,0 +20223,0,0,0,0,0 +20224,0,0,0,0,0 +20225,0,0,0,0,0 +20226,0,0,0,0,0 +20227,0,0,0,0,0 +20228,0,0,0,0,0 +20229,0,0,0,0,0 +20230,0,0,0,0,0 +20231,0,0,0,0,0 +20232,0,0,0,0,0 +20233,0,0,0,0,0 +20234,0,0,0,0,0 +20235,0,0,0,0,0 +20236,0,0,0,0,0 +20237,0,0,0,0,0 +20238,0,0,0,0,0 +20239,0,0,0,0,0 +20240,0,0,0,0,0 +20241,0,0,0,0,0 +20242,0,0,0,0,0 +20243,0,0,0,0,0 +20244,0,0,0,0,0 +20245,0,0,0,0,0 +20246,0,0,0,0,0 +20247,0,0,0,0,0 +20248,0,0,0,0,0 +20249,0,0,0,0,0 +20250,0,0,0,0,0 +20251,0,0,0,0,0 +20252,0,0,0,0,0 +20253,0,0,0,0,0 +20254,0,0,0,0,0 +20255,0,0,0,0,0 +20256,0,0,0,0,0 +20257,0,0,0,0,0 +20258,0,0,0,0,0 +20259,0,0,0,0,0 +20260,0,0,0,0,0 +20261,0,0,0,0,0 +20262,0,0,0,0,0 +20263,0,0,0,0,0 +20264,0,0,0,0,0 +20265,0,0,0,0,0 +20266,0,0,0,0,0 +20267,0,0,0,0,0 +20268,0,0,0,0,0 +20269,0,0,0,0,0 +20270,0,0,0,0,0 +20271,0,0,0,0,0 +20272,0,0,0,0,0 +20273,0,0,0,0,0 +20274,0,0,0,0,0 +20275,0,0,0,0,0 +20276,0,0,0,0,0 +20277,0,0,0,0,0 +20278,0,0,0,0,0 +20279,0,0,0,0,0 +20280,0,0,0,0,0 +20281,0,0,0,0,0 +20282,0,0,0,0,0 +20283,0,0,0,0,0 +20284,0,0,0,0,0 +20285,0,0,0,0,0 +20286,0,0,0,0,0 +20287,0,0,0,0,0 +20288,0,0,0,0,0 +20289,0,0,0,0,0 +20290,0,0,0,0,0 +20291,0,0,0,0,0 +20292,0,0,0,0,0 +20293,0,0,0,0,0 +20294,0,0,0,0,0 +20295,0,0,0,0,0 +20296,0,0,0,0,0 +20297,0,0,0,0,0 +20298,0,0,0,0,0 +20299,0,0,0,0,0 +20300,0,0,0,0,0 +20301,0,0,0,0,0 +20302,0,0,0,0,0 +20303,0,0,0,0,0 +20304,0,0,0,0,0 +20305,0,0,0,0,0 +20306,0,0,0,0,0 +20307,0,0,0,0,0 +20308,0,0,0,0,0 +20309,0,0,0,0,0 +20310,0,0,0,0,0 +20311,0,0,0,0,0 +20312,0,0,0,0,0 +20313,0,0,0,0,0 +20314,0,0,0,0,0 +20315,0,0,0,0,0 +20316,0,0,0,0,0 +20317,0,0,0,0,0 +20318,0,0,0,0,0 +20319,0,0,0,0,0 +20320,0,0,0,0,0 +20321,0,0,0,0,0 +20322,0,0,0,0,0 +20323,0,0,0,0,0 +20324,0,0,0,0,0 +20325,0,0,0,0,0 +20326,0,0,0,0,0 +20327,0,0,0,0,0 +20328,0,0,0,0,0 +20329,0,0,0,0,0 +20330,0,0,0,0,0 +20331,0,0,0,0,0 +20332,0,0,0,0,0 +20333,0,0,0,0,0 +20334,0,0,0,0,0 +20335,0,0,0,0,0 +20336,0,0,0,0,0 +20337,0,0,0,0,0 +20338,0,0,0,0,0 +20339,0,0,0,0,0 +20340,0,0,0,0,0 +20341,0,0,0,0,0 +20342,0,0,0,0,0 +20343,0,0,0,0,0 +20344,0,0,0,0,0 +20345,0,0,0,0,0 +20346,0,0,0,0,0 +20347,0,0,0,0,0 +20348,0,0,0,0,0 +20349,0,0,0,0,0 +20350,0,0,0,0,0 +20351,0,0,0,0,0 +20352,0,0,0,0,0 +20353,0,0,0,0,0 +20354,0,0,0,0,0 +20355,0,0,0,0,0 +20356,0,0,0,0,0 +20357,0,0,0,0,0 +20358,0,0,0,0,0 +20359,0,0,0,0,0 +20360,0,0,0,0,0 +20361,0,0,0,0,0 +20362,0,0,0,0,0 +20363,0,0,0,0,0 +20364,0,0,0,0,0 +20365,0,0,0,0,0 +20366,0,0,0,0,0 +20367,0,0,0,0,0 +20368,0,0,0,0,0 +20369,0,0,0,0,0 +20370,0,0,0,0,0 +20371,0,0,0,0,0 +20372,0,0,0,0,0 +20373,0,0,0,0,0 +20374,0,0,0,0,0 +20375,0,0,0,0,0 +20376,0,0,0,0,0 +20377,0,0,0,0,0 +20378,0,0,0,0,0 +20379,0,0,0,0,0 +20380,0,0,0,0,0 +20381,0,0,0,0,0 +20382,0,0,0,0,0 +20383,0,0,0,0,0 +20384,0,0,0,0,0 +20385,0,0,0,0,0 +20386,0,0,0,0,0 +20387,0,0,0,0,0 +20388,0,0,0,0,0 +20389,0,0,0,0,0 +20390,0,0,0,0,0 +20391,0,0,0,0,0 +20392,0,0,0,0,0 +20393,0,0,0,0,0 +20394,0,0,0,0,0 +20395,0,0,0,0,0 +20396,0,0,0,0,0 +20397,0,0,0,0,0 +20398,0,0,0,0,0 +20399,0,0,0,0,0 +20400,0,0,0,0,0 +20401,0,0,0,0,0 +20402,0,0,0,0,0 +20403,0,0,0,0,0 +20404,0,0,0,0,0 +20405,0,0,0,0,0 +20406,0,0,0,0,0 +20407,0,0,0,0,0 +20408,0,0,0,0,0 +20409,0,0,0,0,0 +20410,0,0,0,0,0 +20411,0,0,0,0,0 +20412,0,0,0,0,0 +20413,0,0,0,0,0 +20414,0,0,0,0,0 +20415,0,0,0,0,0 +20416,0,0,0,0,0 +20417,0,0,0,0,0 +20418,0,0,0,0,0 +20419,0,0,0,0,0 +20420,0,0,0,0,0 +20421,0,0,0,0,0 +20422,0,0,0,0,0 +20423,0,0,0,0,0 +20424,0,0,0,0,0 +20425,0,0,0,0,0 +20426,0,0,0,0,0 +20427,0,0,0,0,0 +20428,0,0,0,0,0 +20429,0,0,0,0,0 +20430,0,0,0,0,0 +20431,0,0,0,0,0 +20432,0,0,0,0,0 +20433,0,0,0,0,0 +20434,0,0,0,0,0 +20435,0,0,0,0,0 +20436,0,0,0,0,0 +20437,0,0,0,0,0 +20438,0,0,0,0,0 +20439,0,0,0,0,0 +20440,0,0,0,0,0 +20441,0,0,0,0,0 +20442,0,0,0,0,0 +20443,0,0,0,0,0 +20444,0,0,0,0,0 +20445,0,0,0,0,0 +20446,0,0,0,0,0 +20447,0,0,0,0,0 +20448,0,0,0,0,0 +20449,0,0,0,0,0 +20450,0,0,0,0,0 +20451,0,0,0,0,0 +20452,0,0,0,0,0 +20453,0,0,0,0,0 +20454,0,0,0,0,0 +20455,0,0,0,0,0 +20456,0,0,0,0,0 +20457,0,0,0,0,0 +20458,0,0,0,0,0 +20459,0,0,0,0,0 +20460,0,0,0,0,0 +20461,0,0,0,0,0 +20462,0,0,0,0,0 +20463,0,0,0,0,0 +20464,0,0,0,0,0 +20465,0,0,0,0,0 +20466,0,0,0,0,0 +20467,0,0,0,0,0 +20468,0,0,0,0,0 +20469,0,0,0,0,0 +20470,0,0,0,0,0 +20471,0,0,0,0,0 +20472,0,0,0,0,0 +20473,0,0,0,0,0 +20474,0,0,0,0,0 +20475,0,0,0,0,0 +20476,0,0,0,0,0 +20477,0,0,0,0,0 +20478,0,0,0,0,0 +20479,0,0,0,0,0 +20480,0,0,0,0,0 +20481,0,0,0,0,0 +20482,0,0,0,0,0 +20483,0,0,0,0,0 +20484,0,0,0,0,0 +20485,0,0,0,0,0 +20486,0,0,0,0,0 +20487,0,0,0,0,0 +20488,0,0,0,0,0 +20489,0,0,0,0,0 +20490,0,0,0,0,0 +20491,0,0,0,0,0 +20492,0,0,0,0,0 +20493,0,0,0,0,0 +20494,0,0,0,0,0 +20495,0,0,0,0,0 +20496,0,0,0,0,0 +20497,0,0,0,0,0 +20498,0,0,0,0,0 +20499,0,0,0,0,0 +20500,0,0,0,0,0 +20501,0,0,0,0,0 +20502,0,0,0,0,0 +20503,0,0,0,0,0 +20504,0,0,0,0,0 +20505,0,0,0,0,0 +20506,0,0,0,0,0 +20507,0,0,0,0,0 +20508,0,0,0,0,0 +20509,0,0,0,0,0 +20510,0,0,0,0,0 +20511,0,0,0,0,0 +20512,0,0,0,0,0 +20513,0,0,0,0,0 +20514,0,0,0,0,0 +20515,0,0,0,0,0 +20516,0,0,0,0,0 +20517,0,0,0,0,0 +20518,0,0,0,0,0 +20519,0,0,0,0,0 +20520,0,0,0,0,0 +20521,0,0,0,0,0 +20522,0,0,0,0,0 +20523,0,0,0,0,0 +20524,0,0,0,0,0 +20525,0,0,0,0,0 +20526,0,0,0,0,0 +20527,0,0,0,0,0 +20528,0,0,0,0,0 +20529,0,0,0,0,0 +20530,0,0,0,0,0 +20531,0,0,0,0,0 +20532,0,0,0,0,0 +20533,0,0,0,0,0 +20534,0,0,0,0,0 +20535,0,0,0,0,0 +20536,0,0,0,0,0 +20537,0,0,0,0,0 +20538,0,0,0,0,0 +20539,0,0,0,0,0 +20540,0,0,0,0,0 +20541,0,0,0,0,0 +20542,0,0,0,0,0 +20543,0,0,0,0,0 +20544,0,0,0,0,0 +20545,0,0,0,0,0 +20546,0,0,0,0,0 +20547,0,0,0,0,0 +20548,0,0,0,0,0 +20549,0,0,0,0,0 +20550,0,0,0,0,0 +20551,0,0,0,0,0 +20552,0,0,0,0,0 +20553,0,0,0,0,0 +20554,0,0,0,0,0 +20555,0,0,0,0,0 +20556,0,0,0,0,0 +20557,0,0,0,0,0 +20558,0,0,0,0,0 +20559,0,0,0,0,0 +20560,0,0,0,0,0 +20561,0,0,0,0,0 +20562,0,0,0,0,0 +20563,0,0,0,0,0 +20564,0,0,0,0,0 +20565,0,0,0,0,0 +20566,0,0,0,0,0 +20567,0,0,0,0,0 +20568,0,0,0,0,0 +20569,0,0,0,0,0 +20570,0,0,0,0,0 +20571,0,0,0,0,0 +20572,0,0,0,0,0 +20573,0,0,0,0,0 +20574,0,0,0,0,0 +20575,0,0,0,0,0 +20576,0,0,0,0,0 +20577,0,0,0,0,0 +20578,0,0,0,0,0 +20579,0,0,0,0,0 +20580,0,0,0,0,0 +20581,-1705.099392,-822.1892506,-1674.644923,-822.1940594,-1087.820456 +20582,-1755.256921,-819.6808191,-1725.921752,-819.6856348,-1112.5305 +20583,-1814.890583,-816.0831361,-1783.28069,-816.0879437,-1125.057953 +20584,-1758.78191,-744.0927372,-1722.027158,-744.0967874,-1027.79215 +20585,-1705.680755,-721.792963,-1670.147583,-721.7967995,-998.9241917 +20586,-1755.337719,-743.1532392,-1718.834626,-743.1573384,-1030.17576 +20587,-1797.496748,-761.348521,-1760.17144,-761.3528476,-1056.710577 +20588,-1853.771323,-785.5002522,-1815.311943,-785.5048692,-1091.396179 +20589,-1877.249616,-795.7263825,-1838.344794,-795.7311367,-1106.651715 +20590,-1884.452338,-799.0331158,-1845.439743,-799.0379308,-1112.206514 +20591,-1885.045714,-799.520314,-1846.057095,-799.5251587,-1113.729439 +20592,-1883.413506,-799.0468625,-1844.48803,-799.0517261,-1113.793434 +20593,-1881.167331,-798.2960334,-1842.310179,-798.3009127,-1113.356991 +20594,-1283.132809,-797.5085405,-1611.5884,-797.5134353,-1112.77305 +20595,-1556.825341,-782.0806165,-1339.038718,-780.5149655,-1099.842164 +20596,-1483.90183,-605.3205547,-1534.194676,-606.7157573,-1088.426892 +20597,-1453.069631,-706.605983,-1443.836373,-705.6997859,-1069.15233 +20598,-1443.794008,-667.453356,-1434.569563,-667.4587636,-1038.136994 +20599,-1429.785529,-660.854447,-1418.433786,-660.86053,-1007.397177 +20600,-1419.009231,-654.4188262,-1410.037649,-654.425034,-976.4905474 +20601,-1408.027523,-649.4125271,-1397.858264,-648.2967696,-947.3612107 +20602,-1396.276798,-642.0105745,-1384.745475,-643.8336925,-980.8597107 +20603,-1384.052592,-638.1414753,-1376.108238,-637.0825799,-989.8682917 +20604,-1376.935844,-632.7975947,-1366.012186,-631.864096,-969.2667253 +20605,-1365.934703,-625.6616965,-1356.073876,-627.2163106,-942.7450595 +20606,-1356.753132,-623.6822972,-1344.182884,-622.4820317,-917.3319118 +20607,-1347.417641,-616.1922445,-1338.135314,-616.1974897,-955.3173017 +20608,-1337.303278,-611.8600169,-1326.971709,-612.6964595,-970.3837849 +20609,-1331.003344,-608.7162416,-1317.557191,-607.9964023,-956.7100119 +20610,-1320.238909,-602.7604035,-1311.150612,-602.7645272,-935.6721162 +20611,-1313.043357,-599.2177357,-1301.3994,-599.222567,-916.9996402 +20612,-1305.067758,-594.720394,-1295.659619,-594.7253913,-899.9567002 +20613,-1299.190175,-590.5006764,-1285.344767,-590.5055334,-884.6235758 +20614,-1287.838775,-586.5383127,-1278.223639,-586.5429239,-872.6499256 +20615,-1283.586678,-583.4496575,-1270.891322,-582.715094,-919.9138516 +20616,-1274.180583,-577.7936875,-1265.370723,-578.9704156,-943.762236 +20617,-1268.231482,-575.0990838,-1252.851822,-573.9146818,-939.2314572 +20618,-1258.63517,-568.9171513,-1246.64267,-568.9234939,-856.4246694 +20619,-1252.509256,-566.2728578,-1238.769234,-567.098893,-841.380939 +20620,-1245.538706,-562.2746428,-1230.400015,-561.2948385,-858.3289832 +20621,-1240.193403,-559.5471583,-1224.404444,-559.5527918,-841.1776409 +20622,-1229.739103,-554.77798,-1219.023089,-554.7841215,-836.0475733 +20623,-1228.245376,-551.5128364,-1210.470494,-551.5187789,-829.4626751 +20624,-1218.58435,-548.6072779,-1203.98988,-548.6126898,-823.5051536 +20625,-1214.731571,-544.9583381,-1198.603838,-544.9631674,-818.2761857 +20626,-1207.464096,-541.4158621,-1192.236115,-541.4201932,-811.2218178 +20627,-1203.364323,-539.1267664,-1186.165728,-539.1307143,-807.8406495 +20628,-1195.745389,-535.3816454,-1179.346733,-535.3852364,-801.3615936 +20629,-1192.197869,-532.1992131,-1174.87844,-532.2025011,-795.6768231 +20630,-1185.183548,-530.1279267,-1168.474367,-530.130992,-790.7379098 +20631,-1180.141349,-525.7264688,-1162.110484,-525.7293146,-786.1144221 +20632,-1176.199401,-524.7149693,-1156.645966,-524.0399884,-780.9402895 +20633,-1170.539277,-520.1673632,-1153.079735,-520.874067,-777.4123995 +20634,-1163.60882,-518.5261241,-1144.596457,-518.5292082,-769.8046952 +20635,-1161.670158,-515.7759917,-1142.758107,-515.0425964,-767.8742259 +20636,-1155.175203,-512.7104887,-1136.509139,-512.7139011,-762.195774 +20637,-1150.189217,-510.158243,-1129.740235,-510.9248929,-757.7786376 +20638,-1146.903265,-508.2059025,-1126.562378,-507.4321532,-753.935486 +20639,-1143.375196,-505.3451021,-1121.131868,-505.3480982,-749.8668915 +20640,-1135.451214,-503.1624716,-1117.513574,-503.1659078,-744.6827213 +20641,-1135.791147,-500.0874594,-1111.684509,-500.0908926,-742.1131765 +20642,-1127.520737,-498.5679853,-1107.782848,-498.5712195,-739.4548636 +20643,-1127.717476,-497.006387,-1105.883791,-497.0093807,-737.6784091 +20644,-1121.368576,-493.7309828,-1097.568381,-493.7337404,-733.9191412 +20645,-1119.296598,-492.0887719,-1097.680444,-492.0913654,-732.0406142 +20646,-1114.982766,-490.4201368,-1091.319408,-489.5636812,-730.1284134 +20647,-1110.609321,-486.9897429,-1087.038978,-488.7305785,-727.1873148 +20648,-1108.426788,-487.0132239,-1084.90284,-485.2623313,-725.2099487 +20649,-1106.22106,-483.5089751,-1079.429791,-484.3977913,-722.1881323 +20650,-1099.4535,-481.7385302,-1076.123429,-481.7410547,-722.2078098 +20651,-1099.477782,-480.8516452,-1073.910034,-479.951931,-717.057446 +20652,-1092.60781,-478.1413886,-1067.155221,-479.0544253,-718.1110068 +20653,-1092.624242,-476.3153653,-1067.170362,-475.3958463,-713.9261193 +20654,-1087.991617,-474.4722094,-1060.316533,-475.4014714,-711.8095636 +20655,-1085.662419,-472.6117339,-1058.017513,-472.6137578,-711.815472 +20656,-1082.142215,-471.6765339,-1055.706397,-470.7350284,-708.6000809 +20657,-1078.597084,-468.8369384,-1051.041094,-469.7907312,-706.4340401 +20658,-1076.22201,-467.883354,-1047.514822,-466.9254372,-705.3453836 +20659,-1073.83484,-464.9922789,-1043.964814,-465.9634054,-704.2513138 +20660,-1070.22984,-464.9946819,-1041.586022,-464.023585,-702.0458858 +20661,-1066.600344,-462.0634476,-1039.194378,-463.0474943,-699.8211562 +20662,-1066.603319,-461.078306,-1034.373665,-460.0893048,-698.7022553 +20663,-1061.722049,-459.0933897,-1030.730448,-460.0906416,-697.5783108 +20664,-1058.032592,-458.094595,-1029.51276,-457.0919554,-695.3144494 +20665,-1056.799972,-456.081922,-1024.60426,-456.0842063,-694.1754654 +20666,-1054.322271,-454.0512152,-1022.134221,-455.0717961,-693.0314532 +20667,-1051.831498,-454.0522673,-1019.65283,-453.0312549,-691.8821556 +20668,-1046.81518,-450.9704107,-1014.653689,-450.9723799,-689.5681767 +20669,-1046.817911,-449.9344148,-1014.655935,-450.4557651,-688.4039327 +20670,-1044.293627,-448.894017,-1009.609855,-448.3735908,-687.2348146 +20671,-1039.20784,-446.7974793,-1007.069894,-446.7996539,-687.2350573 +20672,-1039.209055,-444.681591,-1000.668003,-444.6840001,-683.6953022 +20673,-1032.785651,-442.5467096,-999.3809579,-442.5490959,-684.880431 +20674,-1031.493508,-440.9332379,-992.8905199,-440.9354819,-681.3097969 +20675,-1027.596622,-438.7640718,-990.2746014,-438.7661474,-682.5053698 +20676,-1024.984006,-437.124145,-986.326525,-437.1260835,-678.9033936 +20677,-1021.041687,-434.9194211,-981.018634,-434.9212419,-680.1095295 +20678,-1018.39917,-432.6945191,-975.6631014,-432.6962421,-677.6923255 +20679,-1015.744209,-431.0129226,-975.6659875,-431.0145682,-676.4757577 +20680,-1013.075813,-429.3194677,-967.5367591,-429.3210455,-676.4759141 +20681,-1007.701628,-426.4701357,-964.8030128,-426.4716388,-674.0267389 +20682,-1006.352098,-425.3219968,-959.2975498,-425.323453,-675.2540291 +20683,-1002.281435,-423.0085059,-957.9152273,-423.0099064,-671.5556132 +20684,-999.5525457,-421.2593006,-950.9430901,-421.2606572,-672.7937768 +20685,-996.810751,-418.9078813,-948.1327287,-418.9091908,-670.3119637 +20686,-994.0553561,-417.1304176,-943.8920425,-417.1316902,-670.3119565 +20687,-989.8975661,-415.3405623,-939.6212253,-415.3418008,-667.8083045 +20688,-987.1106423,-412.9342441,-933.8805575,-412.9354438,-669.0632757 +20689,-984.3112895,-411.7230457,-932.4390276,-411.1164258,-666.5483787 +20690,-981.4984518,-408.6692247,-926.6308522,-409.2847973,-666.5483209 +20691,-977.2539575,-407.438519,-922.2393623,-407.440094,-665.2824359 +20692,-975.8335752,-405.58108,-917.8183444,-404.9601093,-664.0109862 +20693,-971.5494722,-403.0836983,-914.854724,-403.0855359,-664.0110894 +20694,-968.6772861,-401.1958544,-908.8834458,-401.8288615,-662.7339129 +20695,-965.7922004,-399.2951242,-905.8781617,-398.6598026,-661.4510395 +20696,-962.8934941,-397.3810416,-901.3429237,-398.022211,-661.451071 +20697,-959.9808425,-395.4533866,-896.7758218,-394.8087862,-660.162469 +20698,-955.5863594,-392.8621074,-893.7137648,-393.5135489,-658.8681531 +20699,-954.1160741,-391.5581696,-887.5454253,-391.5589779,-658.8682394 +20700,-949.6813102,-389.5900296,-884.4411266,-388.9313126,-657.5681968 +20701,-945.2167382,-386.2788142,-878.1883933,-386.9452802,-656.2624004 +20702,-942.223468,-384.2742597,-873.460625,-384.2750378,-652.3097576 +20703,-936.1923085,-382.2556002,-865.5068941,-381.5799168,-652.3101303 +20704,-931.6325215,-378.1748655,-862.301468,-378.8599939,-649.645509 +20705,-928.57618,-377.490348,-854.2194157,-376.8040486,-646.956788 +20706,-922.4177559,-373.3435234,-850.9620447,-374.0398411,-645.6035591 +20707,-917.7626731,-371.9493086,-844.3989827,-371.2501496,-644.2441527 +20708,-914.6421773,-369.1401626,-837.7751655,-369.1413625,-640.1286073 +20709,-908.355021,-366.3048539,-832.7686498,-366.3064134,-640.1289579 +20710,-905.1906534,-364.1617225,-827.7279367,-364.1633129,-637.3544672 +20711,-898.8162967,-360.5566534,-820.9516108,-361.2823599,-635.9577016 +20712,-897.2148298,-359.1039051,-815.8294143,-359.1044626,-633.1450266 +20713,-889.1436727,-355.440573,-810.6722272,-356.1771523,-631.7292651 +20714,-887.5197392,-352.4801546,-803.740553,-353.9644784,-629.5935206 +20715,-880.9812506,-350.9905367,-798.5017744,-350.9905871,-627.443203 +20716,-877.6900325,-346.4783249,-793.2278434,-348.7429166,-626.0016049 +20717,-872.7239737,-344.9615846,-787.9176723,-346.479873,-624.5532169 +20718,-867.7233466,-341.9062271,-780.7808974,-343.438017,-620.9031122 +20719,-862.6891896,-338.823118,-777.1898524,-341.9071726,-620.1684377 +20720,-859.314811,-336.4929557,-769.9570583,-338.0486018,-618.6936666 +20721,-854.2224482,-332.9680693,-764.4909584,-336.4938513,-615.7232837 +20722,-849.0946988,-330.9951164,-759.9086851,-333.7555354,-614.2280499 +20723,-845.657603,-327.0154392,-753.4495301,-330.9957443,-612.7260252 +20724,-840.4708669,-325.4121331,-747.8737454,-328.6134744,-609.7009944 +20725,-835.2489339,-322.1827904,-741.3228029,-326.2154559,-609.7012475 +20726,-831.7486898,-318.9250992,-736.6141776,-323.8014218,-606.6480946 +20727,-826.4674494,-316.463806,-730.9293024,-320.5578612,-603.5669708 +20728,-822.926639,-313.5720109,-725.2070423,-318.9261409,-604.340381 +20729,-815.7961541,-310.6583839,-719.4477797,-315.6403741,-600.457866 +20730,-814.0052674,-307.7230502,-713.6517606,-313.9872164,-598.892446 +20731,-808.6033908,-306.4585036,-709.7673584,-311.4933171,-598.1072288 +20732,-806.7950922,-304.3416243,-705.8668224,-309.8222165,-595.7399029 +20733,-801.3442627,-303.0664598,-701.9498202,-308.1441676,-593.3561692 +20734,-799.5201545,-301.3598336,-698.0164709,-306.4590044,-592.5581025 +20735,-795.8582647,-299.6459461,-694.0666387,-304.7665066,-589.3468027 +20736,-791.2572255,-298.3560564,-691.0939593,-303.0668649,-588.5396239 +20737,-788.4857423,-296.6298509,-686.1176296,-301.3600285,-586.1062241 +20738,-786.6331099,-295.3306834,-684.1207361,-299.6462048,-585.291437 +20739,-781.0470292,-293.5919224,-679.1082872,-297.9253116,-582.8351157 +20740,-779.1774696,-292.2833732,-676.0890869,-296.1975199,-580.3618034 +20741,-775.4253889,-290.9708529,-672.0490181,-295.3311342,-579.5338621 +20742,-771.6565755,-289.2144302,-670.0232998,-292.7200747,-577.871736 +20743,-769.7667624,-287.8925585,-664.939101,-291.8466483,-574.5240806 +20744,-764.069544,-286.5667836,-661.8766692,-290.0937691,-574.5244424 +20745,-764.0710823,-284.7928409,-658.8054816,-288.3337732,-571.9934244 +20746,-758.3360488,-283.9034644,-654.6959048,-287.0094194,-570.2962403 +20747,-755.4553919,-282.5656306,-651.6033498,-285.2371643,-568.5912401 +20748,-752.5659798,-280.3269681,-648.5016368,-283.9035278,-566.8783397 +20749,-750.6347118,-279.878409,-644.3515616,-282.1191029,-565.157474 +20750,-744.8122789,-278.5287875,-642.2707951,-281.2243957,-562.5612283 +20751,-744.8135133,-276.2703723,-637.0499689,-278.9791605,-562.5615712 +20752,-738.9534949,-275.8178061,-636.0038216,-278.0783793,-559.0715776 +20753,-736.9928304,-274.0017682,-630.7527098,-276.2709625,-559.0717564 +20754,-734.0433655,-273.0913089,-628.6458686,-274.9109561,-556.4328777 +20755,-731.0840555,-271.2646648,-624.4196647,-273.5471143,-554.6634451 +20756,-727.123011,-270.3490046,-622.3010118,-272.1791467,-552.8860233 +20757,-724.1421442,-268.9721126,-619.1146505,-270.3490729,-551.9943956 +20758,-721.1521017,-267.5911709,-614.8519025,-269.4317694,-550.2043824 +20759,-719.1537813,-266.2064806,-611.6451574,-267.5913887,-547.5037086 +20760,-715.1422644,-264.8181669,-609.5031116,-266.2067943,-546.5996289 +20761,-713.1302699,-263.8905712,-607.3563993,-265.2818177,-546.5997849 +20762,-711.114519,-262.9611864,-604.1282547,-264.3550122,-542.9610898 +20763,-709.0946663,-262.0299945,-603.0506395,-262.9613291,-544.784809 +20764,-707.0705986,-261.0970222,-599.8111471,-262.496131,-541.1293634 +20765,-705.0423434,-259.6944095,-598.729926,-261.0972913,-542.0465885 +20766,-703.0099571,-259.2263595,-596.563607,-260.1627414,-540.2104142 +20767,-700.9734826,-258.2884711,-593.306623,-259.2266235,-539.2890556 +20768,-698.9329444,-256.8782678,-593.3073992,-258.2888124,-537.4401452 +20769,-697.9113874,-256.4076225,-590.0415233,-257.3492631,-537.4404304 +20770,-694.8384975,-255.4646777,-587.8596003,-256.407988,-536.5128204 +20771,-692.7852403,-254.0469967,-585.6744828,-255.4650181,-534.6508718 +20772,-692.7861269,-253.5739156,-585.6752807,-254.5203825,-533.7168158 +20773,-688.6656445,-252.6260945,-581.2918805,-253.5741045,-533.7169837 +20774,-687.6334712,-251.6764797,-580.1942165,-252.626202,-531.842106 +20775,-686.6003457,-250.7252223,-579.0958154,-251.6766901,-529.9586937 +20776,-682.455108,-249.7724094,-575.792987,-250.7255816,-530.9018329 +20777,-683.4939124,-248.8180682,-574.6906537,-250.2494864,-529.0139874 +20778,-679.3359971,-248.3404216,-572.4826406,-248.8181489,-527.117368 +20779,-678.294334,-246.9043356,-571.3773263,-247.8620945,-527.1176154 +20780,-676.2077777,-246.4250252,-568.0547589,-247.3837486,-526.1662247 +20781,-675.1631239,-245.4649237,-568.0552118,-246.4252499,-525.2124035 +20782,-672.0214131,-244.503168,-564.7241688,-244.9843536,-523.2982209 +20783,-670.9726847,-243.5399097,-562.4992839,-244.984693,-523.2983621 +20784,-669.9226903,-243.0578447,-562.5001542,-243.5401588,-521.3755594 +20785,-665.7107005,-242.0920538,-559.1554501,-242.5752467,-521.3757318 +20786,-666.7660919,-240.6404009,-558.0388738,-242.0924565,-519.4440047 +20787,-662.5418812,-240.6407866,-555.802886,-241.1252029,-519.4441116 +20788,-662.5423721,-239.1857084,-553.5635174,-240.1562949,-517.503431 +20789,-659.3634726,-238.7000531,-553.5641493,-239.6713186,-517.5035078 +20790,-658.3022203,-237.7273201,-549.0736086,-238.2137461,-515.553873 +20791,-655.1115037,-236.2653506,-546.8242344,-236.7531135,-515.5539447 +20792,-650.8423985,-233.5757396,-542.3131815,-234.8000071,-513.595223 +20793,-648.7023827,-232.1041883,-536.6537896,-232.8406385,-512.6125341 +20794,-644.4086593,-229.890278,-533.2482767,-230.3828578,-511.627772 +20795,-641.1778529,-227.9160193,-527.5544145,-228.6571496,-510.6408074 +20796,-637.9379005,-225.4398513,-522.9843856,-226.4315664,-510.6409213 +20797,-633.6034011,-223.9500616,-518.4009966,-224.4470394,-507.6656486 +20798,-630.3424461,-221.4593395,-513.2285493,-221.958141,-508.6598244 +20799,-627.0724498,-218.9597761,-509.1941236,-219.9608379,-506.6695274 +20800,-622.6978023,-216.4517558,-503.4128765,-217.957958,-505.6709214 +20801,-620.5049192,-214.6913156,-498.7739092,-215.697944,-504.6701548 +20802,-615.0034625,-211.9159574,-494.1225864,-213.4310434,-503.6671467 +20803,-611.6915516,-209.3842427,-489.4586263,-211.4104297,-502.6618348 +20804,-609.4792338,-206.8446121,-483.6112054,-208.8771672,-501.6541921 +20805,-603.9283176,-204.8073479,-478.9202966,-207.0992637,-500.6442096 +20806,-601.701591,-201.7417458,-474.2177932,-204.2972529,-499.6318835 +20807,-596.1165709,-199.4355935,-469.5033958,-202.7651551,-497.6003663 +20808,-593.8766883,-196.8661814,-463.5940578,-199.6922045,-498.6175068 +20809,-589.3838356,-194.289535,-458.8545028,-198.1519818,-495.5595686 +20810,-586.0041026,-191.4471201,-454.1042041,-195.0632375,-494.535745 +20811,-581.4840243,-189.3749088,-448.1510369,-193.5153337,-494.5360602 +20812,-578.0844029,-186.2582873,-443.3772897,-190.6705398,-492.4813556 +20813,-573.5382765,-183.6542164,-438.5934057,-188.596601,-492.4813762 +20814,-570.1193475,-181.0440897,-432.5993408,-186.2583516,-489.3815912 +20815,-566.6918293,-178.4279959,-427.7936326,-183.6542025,-490.4173712 +20816,-562.1079759,-175.5435982,-422.3760892,-181.5665856,-487.3036051 +20817,-557.5097808,-172.9157291,-416.9471393,-178.9515703,-487.3037722 +20818,-555.2060605,-170.0189913,-412.1122843,-176.5932016,-486.2612091 +20819,-549.4287759,-167.6444877,-406.0564975,-174.2303605,-484.1687755 +20820,-547.1121548,-164.4722092,-401.2030392,-171.8631456,-483.1191566 +20821,-541.3036532,-161.8237499,-396.3415602,-169.4916917,-482.0673012 +20822,-538.9749167,-158.9054856,-389.6441916,-166.8519739,-481.0129301 +20823,-534.3056329,-156.2482999,-385.375638,-164.7368847,-477.8353419 +20824,-530.7946316,-153.3208906,-379.8792567,-161.8237477,-478.8971937 +20825,-526.1011591,-150.3891464,-374.3741878,-159.9673897,-475.7052687 +20826,-522.5726366,-147.7204702,-368.861029,-157.0458532,-474.6365629 +20827,-517.8561331,-144.7812303,-363.3402584,-154.918221,-473.5655678 +20828,-515.4934611,-142.1061323,-358.4268441,-151.9887486,-471.4161858 +20829,-509.5704685,-138.892378,-352.2770022,-150.1225137,-470.3380138 +20830,-507.1962025,-136.2116585,-347.3514615,-147.1862618,-468.7161682 +20831,-501.2454393,-133.2602429,-341.1874344,-144.7811693,-467.0888917 +20832,-498.8604944,-130.3063443,-336.2512479,-142.3737741,-466.0010726 +20833,-494.0798842,-127.350237,-330.6926214,-139.9641355,-463.8179807 +20834,-490.4863696,-124.3921613,-325.128693,-137.284278,-462.7229296 +20835,-485.684197,-121.4323306,-319.5599141,-134.8704637,-461.6253891 +20836,-481.4729407,-118.7402228,-313.9866691,-132.1864016,-458.8706557 +20837,-477.8565199,-115.2386534,-308.4092895,-130.0377973,-458.3180558 +20838,-473.6287915,-112.8136679,-302.8280823,-127.0814027,-456.1010456 +20839,-468.7863219,-109.4443302,-297.864043,-124.6611646,-454.9889604 +20840,-465.147616,-106.6132807,-291.0339682,-122.2397583,-452.7573093 +20841,-460.8945113,-103.6466949,-286.6856289,-119.5479683,-451.6379697 +20842,-456.63307,-100.4097018,-280.4704854,-117.1243638,-450.5160954 +20843,-451.753023,-97.71183075,-274.8743376,-114.4304283,-447.7003637 +20844,-448.0867232,-94.33894409,-269.2760965,-112.0051249,-447.1355236 +20845,-444.4145583,-91.50547864,-263.6759405,-109.309532,-444.8695583 +20846,-438.2812427,-88.4018829,-258.0740513,-106.8829212,-443.1637011 +20847,-435.8244652,-85.29808517,-252.4706212,-104.0512137,-442.023492 +20848,-430.9026161,-82.32911648,-246.2430202,-101.7585334,-439.7354261 +20849,-425.9714816,-79.2250704,-241.2601463,-98.79098745,-438.5877972 +20850,-422.2676897,-76.12094976,-235.341784,-96.63258613,-436.8615936 +20851,-415.4644331,-70.99232394,-228.1762016,-93.12463585,-434.551309 +20852,-409.8866372,-65.59369593,-221.3212235,-90.2910764,-433.3926391 +20853,-403.0551376,-60.19505224,-214.4654145,-86.91746693,-431.6498686 +20854,-396.2091783,-54.66142842,-206.3621729,-83.6786226,-429.9014604 +20855,-389.973865,-48.99283208,-200.1287032,-80.3047046,-427.5615973 +20856,-383.1023265,-43.45921118,-192.0245382,-77.20065348,-426.9752693 +20857,-376.2183031,-37.52067171,-185.4787334,-73.82657862,-424.0333746 +20858,-353.6105762,-14.84631108,-178.9326154,-71.12727997,-422.8524291 +20859,-346.0510857,-14.8463123,-172.3865419,-67.88811067,-420.4829496 +20860,-336.5867846,-9.177718272,-164.905119,-64.51396797,-419.294594 +20861,-329.6374752,-4.048994224,-157.4236263,-61.54473897,-416.9102016 +20862,-321.4151819,0,-150.2538842,-57.76563547,-415.1154702 +20863,-312.5502652,0,-142.7723774,-54.79639444,-413.3152225 +20864,-305.5788221,0,-135.2908679,-51.15228209,-411.5093891 +20865,-296.063685,0,-128.1211046,-47.91309916,-409.092912 +20866,-289.0810014,0,-120.3278282,-44.53894298,-407.2742113 +20867,-279.552546,0,-113.1580513,-41.02981024,-406.058725 +20868,-271.289901,0,-105.3647777,-37.79062363,-403.0087714 +20869,-263.0235473,0,-97.88326193,-34.28148547,-401.1715649 +20870,-254.117641,0,-90.40175275,-30.77234971,-399.9438031 +20871,-245.2087822,0,-82.76436329,-27.26322626,-396.8631609 +20872,-236.9342464,0,-75.12697231,-24.02404522,-395.6267126 +20873,-227.384542,0,-67.64545063,-20.51491164,-392.5246727 +20874,-218.4701784,0,-63.74881088,-18.35543805,-391.2797477 +20875,-209.5548565,0,-58.29354339,-15.92604868,-388.7822924 +20876,-200.0018559,0,-52.37066337,-13.22671806,-386.2750816 +20877,-191.0852825,0,-46.44778806,-10.25745085,-384.3884119 +20878,-181.2129026,0,-40.99252249,-7.82805943,-381.8643073 +20879,-171.9773197,0,-34.91377663,-5.12872883,-379.964934 +20880,-162.1046384,0,-28.99090106,-2.159463534,-377.4238804 +20881,-124.2059853,0,-21.82111154,0,-374.873238 +20882,-111.1484007,0,-15.5865099,0,-373.5944247 +20883,-99.20551747,0,-8.884308194,0,-369.7432211 +20884,-87.74037566,0,-2.649706221,0,-369.0994737 +20885,-75.63824145,0,0,0,-365.2233695 +20886,-64.01384716,0,0,0,-363.926768 +20887,-52.23020838,0,0,0,-360.6746854 +20888,-45.54218848,0,0,0,-358.7165377 +20889,-36.14711638,0,0,0,-356.0974501 +20890,-27.07053253,0,0,0,-353.4690897 +20891,-17.67546512,0,0,0,-351.4918069 +20892,-7.961920073,0,0,0,-347.5216178 +20893,0,0,0,0,-346.1939218 +20894,0,0,0,0,-342.8643169 +20895,0,0,0,0,-340.8598532 +20896,0,0,0,0,-336.8357412 +20897,0,0,0,0,-335.4901583 +20898,0,0,0,0,-331.4397578 +20899,0,0,0,0,-329.4073806 +20900,0,0,0,0,-326.009207 +20901,0,0,0,0,-323.2811721 +20902,0,0,0,0,-320.5447289 +20903,0,0,0,0,-317.1124072 +20904,0,0,0,0,-314.3573938 +20905,0,0,0,0,-311.5942576 +20906,0,0,0,0,-307.434468 +20907,0,0,0,0,-305.3481147 +20908,0,0,0,0,-301.8609354 +20909,0,0,0,0,-298.3617883 +20910,0,0,0,0,-294.8510162 +20911,0,0,0,0,-292.7391492 +20912,0,0,0,0,-287.7952206 +20913,0,0,0,0,-285.6699332 +20914,0,0,0,0,-282.1189164 +20915,0,0,0,0,-278.2004897 +20916,0,0,0,0,-274.9853105 +20917,0,0,0,0,-272.1205452 +20918,0,0,0,0,-267.8114082 +20919,0,0,0,0,-264.931093 +20920,0,0,0,0,-261.3222681 +20921,0,0,0,0,-257.7043943 +20922,0,0,0,0,-254.0778098 +20923,0,0,0,0,-251.170495 +20924,0,0,0,0,-246.7995776 +20925,0,0,0,0,-243.8794235 +20926,0,0,0,0,-240.2223503 +20927,0,0,0,0,-236.1911469 +20928,0,0,0,0,-233.254158 +20929,0,0,0,0,-229.576828 +20930,0,0,0,0,-225.5243827 +20931,0,0,0,0,-222.941817 +20932,0,0,0,0,-218.8776584 +20933,0,0,0,0,-215.1772107 +20934,0,0,0,0,-212.2132135 +20935,0,0,0,0,-208.5036938 +20936,0,0,0,0,-204.4179295 +20937,0,0,0,0,-201.8152593 +20938,0,0,0,0,-197.7212464 +20939,0,0,0,0,-194.3682161 +20940,0,0,0,0,-191.0123538 +20941,0,0,0,0,0 +20942,0,0,0,0,0 +20943,0,0,0,0,0 +20944,0,0,0,0,0 +20945,0,0,0,0,0 +20946,0,0,0,0,0 +20947,0,0,0,0,0 +20948,0,0,0,0,0 +20949,0,0,0,0,0 +20950,0,0,0,0,0 +20951,0,0,0,0,0 +20952,0,0,0,0,0 +20953,0,0,0,0,0 +20954,0,0,0,0,0 +20955,0,0,0,0,0 +20956,0,0,0,0,0 +20957,0,0,0,0,0 +20958,0,0,0,0,0 +20959,0,0,0,0,0 +20960,0,0,0,0,0 +20961,0,0,0,0,0 +20962,0,0,0,0,0 +20963,0,0,0,0,0 +20964,0,0,0,0,0 +20965,0,0,0,0,0 +20966,0,0,0,0,0 +20967,0,0,0,0,0 +20968,0,0,0,0,0 +20969,0,0,0,0,0 +20970,0,0,0,0,0 +20971,0,0,0,0,0 +20972,0,0,0,0,0 +20973,0,0,0,0,0 +20974,0,0,0,0,0 +20975,0,0,0,0,0 +20976,0,0,0,0,0 +20977,0,0,0,0,0 +20978,0,0,0,0,0 +20979,0,0,0,0,0 +20980,0,0,0,0,0 +20981,0,0,0,0,0 +20982,0,0,0,0,0 +20983,0,0,0,0,0 +20984,0,0,0,0,0 +20985,0,0,0,0,0 +20986,0,0,0,0,0 +20987,0,0,0,0,0 +20988,0,0,0,0,0 +20989,0,0,0,0,0 +20990,0,0,0,0,0 +20991,0,0,0,0,0 +20992,0,0,0,0,0 +20993,0,0,0,0,0 +20994,0,0,0,0,0 +20995,0,0,0,0,0 +20996,0,0,0,0,0 +20997,0,0,0,0,0 +20998,0,0,0,0,0 +20999,0,0,0,0,0 +21000,0,0,0,0,0 +21001,0,0,0,0,0 +21002,0,0,0,0,0 +21003,0,0,0,0,0 +21004,0,0,0,0,0 +21005,0,0,0,0,0 +21006,0,0,0,0,0 +21007,0,0,0,0,0 +21008,0,0,0,0,0 +21009,0,0,0,0,0 +21010,0,0,0,0,0 +21011,0,0,0,0,0 +21012,0,0,0,0,0 +21013,0,0,0,0,0 +21014,0,0,0,0,0 +21015,0,0,0,0,0 +21016,0,0,0,0,0 +21017,0,0,0,0,0 +21018,0,0,0,0,0 +21019,0,0,0,0,0 +21020,0,0,0,0,0 +21021,0,0,0,0,0 +21022,0,0,0,0,0 +21023,0,0,0,0,0 +21024,0,0,0,0,0 +21025,0,0,0,0,0 +21026,0,0,0,0,0 +21027,0,0,0,0,0 +21028,0,0,0,0,0 +21029,0,0,0,0,0 +21030,0,0,0,0,0 +21031,0,0,0,0,0 +21032,0,0,0,0,0 +21033,0,0,0,0,0 +21034,0,0,0,0,0 +21035,0,0,0,0,0 +21036,0,0,0,0,0 +21037,0,0,0,0,0 +21038,0,0,0,0,0 +21039,0,0,0,0,0 +21040,0,0,0,0,0 +21041,0,0,0,0,0 +21042,0,0,0,0,0 +21043,0,0,0,0,0 +21044,0,0,0,0,0 +21045,0,0,0,0,0 +21046,0,0,0,0,0 +21047,0,0,0,0,0 +21048,0,0,0,0,0 +21049,0,0,0,0,0 +21050,0,0,0,0,0 +21051,0,0,0,0,0 +21052,0,0,0,0,0 +21053,0,0,0,0,0 +21054,0,0,0,0,0 +21055,0,0,0,0,0 +21056,0,0,0,0,0 +21057,0,0,0,0,0 +21058,0,0,0,0,0 +21059,0,0,0,0,0 +21060,0,0,0,0,0 +21061,0,0,0,0,0 +21062,0,0,0,0,0 +21063,0,0,0,0,0 +21064,0,0,0,0,0 +21065,0,0,0,0,0 +21066,0,0,0,0,0 +21067,0,0,0,0,0 +21068,0,0,0,0,0 +21069,0,0,0,0,0 +21070,0,0,0,0,0 +21071,0,0,0,0,0 +21072,0,0,0,0,0 +21073,0,0,0,0,0 +21074,0,0,0,0,0 +21075,0,0,0,0,0 +21076,0,0,0,0,0 +21077,0,0,0,0,0 +21078,0,0,0,0,0 +21079,0,0,0,0,0 +21080,0,0,0,0,0 +21081,0,0,0,0,0 +21082,0,0,0,0,0 +21083,0,0,0,0,0 +21084,0,0,0,0,0 +21085,0,0,0,0,0 +21086,0,0,0,0,0 +21087,0,0,0,0,0 +21088,0,0,0,0,0 +21089,0,0,0,0,0 +21090,0,0,0,0,0 +21091,0,0,0,0,0 +21092,0,0,0,0,0 +21093,0,0,0,0,0 +21094,0,0,0,0,0 +21095,0,0,0,0,0 +21096,0,0,0,0,0 +21097,0,0,0,0,0 +21098,0,0,0,0,0 +21099,0,0,0,0,0 +21100,0,0,0,0,0 +21101,0,0,0,0,0 +21102,0,0,0,0,0 +21103,0,0,0,0,0 +21104,0,0,0,0,0 +21105,0,0,0,0,0 +21106,0,0,0,0,0 +21107,0,0,0,0,0 +21108,0,0,0,0,0 +21109,0,0,0,0,0 +21110,0,0,0,0,0 +21111,0,0,0,0,0 +21112,0,0,0,0,0 +21113,0,0,0,0,0 +21114,0,0,0,0,0 +21115,0,0,0,0,0 +21116,0,0,0,0,0 +21117,0,0,0,0,0 +21118,0,0,0,0,0 +21119,0,0,0,0,0 +21120,0,0,0,0,0 +21121,0,0,0,0,0 +21122,0,0,0,0,0 +21123,0,0,0,0,0 +21124,0,0,0,0,0 +21125,0,0,0,0,0 +21126,0,0,0,0,0 +21127,0,0,0,0,0 +21128,0,0,0,0,0 +21129,0,0,0,0,0 +21130,0,0,0,0,0 +21131,0,0,0,0,0 +21132,0,0,0,0,0 +21133,0,0,0,0,0 +21134,0,0,0,0,0 +21135,0,0,0,0,0 +21136,0,0,0,0,0 +21137,0,0,0,0,0 +21138,0,0,0,0,0 +21139,0,0,0,0,0 +21140,0,0,0,0,0 +21141,0,0,0,0,0 +21142,0,0,0,0,0 +21143,0,0,0,0,0 +21144,0,0,0,0,0 +21145,0,0,0,0,0 +21146,0,0,0,0,0 +21147,0,0,0,0,0 +21148,0,0,0,0,0 +21149,0,0,0,0,0 +21150,0,0,0,0,0 +21151,0,0,0,0,0 +21152,0,0,0,0,0 +21153,0,0,0,0,0 +21154,0,0,0,0,0 +21155,0,0,0,0,0 +21156,0,0,0,0,0 +21157,0,0,0,0,0 +21158,0,0,0,0,0 +21159,0,0,0,0,0 +21160,0,0,0,0,0 +21161,0,0,0,0,0 +21162,0,0,0,0,0 +21163,0,0,0,0,0 +21164,0,0,0,0,0 +21165,0,0,0,0,0 +21166,0,0,0,0,0 +21167,0,0,0,0,0 +21168,0,0,0,0,0 +21169,0,0,0,0,0 +21170,0,0,0,0,0 +21171,0,0,0,0,0 +21172,0,0,0,0,0 +21173,0,0,0,0,0 +21174,0,0,0,0,0 +21175,0,0,0,0,0 +21176,0,0,0,0,0 +21177,0,0,0,0,0 +21178,0,0,0,0,0 +21179,0,0,0,0,0 +21180,0,0,0,0,0 +21181,0,0,0,0,0 +21182,0,0,0,0,0 +21183,0,0,0,0,0 +21184,0,0,0,0,0 +21185,0,0,0,0,0 +21186,0,0,0,0,0 +21187,0,0,0,0,0 +21188,0,0,0,0,0 +21189,0,0,0,0,0 +21190,0,0,0,0,0 +21191,0,0,0,0,0 +21192,0,0,0,0,0 +21193,0,0,0,0,0 +21194,0,0,0,0,0 +21195,0,0,0,0,0 +21196,0,0,0,0,0 +21197,0,0,0,0,0 +21198,0,0,0,0,0 +21199,0,0,0,0,0 +21200,0,0,0,0,0 +21201,0,0,0,0,0 +21202,0,0,0,0,0 +21203,0,0,0,0,0 +21204,0,0,0,0,0 +21205,0,0,0,0,0 +21206,0,0,0,0,0 +21207,0,0,0,0,0 +21208,0,0,0,0,0 +21209,0,0,0,0,0 +21210,0,0,0,0,0 +21211,0,0,0,0,0 +21212,0,0,0,0,0 +21213,0,0,0,0,0 +21214,0,0,0,0,0 +21215,0,0,0,0,0 +21216,0,0,0,0,0 +21217,0,0,0,0,0 +21218,0,0,0,0,0 +21219,0,0,0,0,0 +21220,0,0,0,0,0 +21221,0,0,0,0,0 +21222,0,0,0,0,0 +21223,0,0,0,0,0 +21224,0,0,0,0,0 +21225,0,0,0,0,0 +21226,0,0,0,0,0 +21227,0,0,0,0,0 +21228,0,0,0,0,0 +21229,0,0,0,0,0 +21230,0,0,0,0,0 +21231,0,0,0,0,0 +21232,0,0,0,0,0 +21233,0,0,0,0,0 +21234,0,0,0,0,0 +21235,0,0,0,0,0 +21236,0,0,0,0,0 +21237,0,0,0,0,0 +21238,0,0,0,0,0 +21239,0,0,0,0,0 +21240,0,0,0,0,0 +21241,0,0,0,0,0 +21242,0,0,0,0,0 +21243,0,0,0,0,0 +21244,0,0,0,0,0 +21245,0,0,0,0,0 +21246,0,0,0,0,0 +21247,0,0,0,0,0 +21248,0,0,0,0,0 +21249,0,0,0,0,0 +21250,0,0,0,0,0 +21251,0,0,0,0,0 +21252,0,0,0,0,0 +21253,0,0,0,0,0 +21254,0,0,0,0,0 +21255,0,0,0,0,0 +21256,0,0,0,0,0 +21257,0,0,0,0,0 +21258,0,0,0,0,0 +21259,0,0,0,0,0 +21260,0,0,0,0,0 +21261,0,0,0,0,0 +21262,0,0,0,0,0 +21263,0,0,0,0,0 +21264,0,0,0,0,0 +21265,0,0,0,0,0 +21266,0,0,0,0,0 +21267,0,0,0,0,0 +21268,0,0,0,0,0 +21269,0,0,0,0,0 +21270,0,0,0,0,0 +21271,0,0,0,0,0 +21272,0,0,0,0,0 +21273,0,0,0,0,0 +21274,0,0,0,0,0 +21275,0,0,0,0,0 +21276,0,0,0,0,0 +21277,0,0,0,0,0 +21278,0,0,0,0,0 +21279,0,0,0,0,0 +21280,0,0,0,0,0 +21281,0,0,0,0,0 +21282,0,0,0,0,0 +21283,0,0,0,0,0 +21284,0,0,0,0,0 +21285,0,0,0,0,0 +21286,0,0,0,0,0 +21287,0,0,0,0,0 +21288,0,0,0,0,0 +21289,0,0,0,0,0 +21290,0,0,0,0,0 +21291,0,0,0,0,0 +21292,0,0,0,0,0 +21293,0,0,0,0,0 +21294,0,0,0,0,0 +21295,0,0,0,0,0 +21296,0,0,0,0,0 +21297,0,0,0,0,0 +21298,0,0,0,0,0 +21299,0,0,0,0,0 +21300,0,0,0,0,0 +21301,0,0,0,0,0 +21302,0,0,0,0,0 +21303,0,0,0,0,0 +21304,0,0,0,0,0 +21305,0,0,0,0,0 +21306,0,0,0,0,0 +21307,0,0,0,0,0 +21308,0,0,0,0,0 +21309,0,0,0,0,0 +21310,0,0,0,0,0 +21311,0,0,0,0,0 +21312,0,0,0,0,0 +21313,0,0,0,0,0 +21314,0,0,0,0,0 +21315,0,0,0,0,0 +21316,0,0,0,0,0 +21317,0,0,0,0,0 +21318,0,0,0,0,0 +21319,0,0,0,0,0 +21320,0,0,0,0,0 +21321,0,0,0,0,0 +21322,0,0,0,0,0 +21323,0,0,0,0,0 +21324,0,0,0,0,0 +21325,0,0,0,0,0 +21326,0,0,0,0,0 +21327,0,0,0,0,0 +21328,0,0,0,0,0 +21329,0,0,0,0,0 +21330,0,0,0,0,0 +21331,0,0,0,0,0 +21332,0,0,0,0,0 +21333,0,0,0,0,0 +21334,0,0,0,0,0 +21335,0,0,0,0,0 +21336,0,0,0,0,0 +21337,0,0,0,0,0 +21338,0,0,0,0,0 +21339,0,0,0,0,0 +21340,0,0,0,0,0 +21341,0,0,0,0,0 +21342,0,0,0,0,0 +21343,0,0,0,0,0 +21344,0,0,0,0,0 +21345,0,0,0,0,0 +21346,0,0,0,0,0 +21347,0,0,0,0,0 +21348,0,0,0,0,0 +21349,0,0,0,0,0 +21350,0,0,0,0,0 +21351,0,0,0,0,0 +21352,0,0,0,0,0 +21353,0,0,0,0,0 +21354,0,0,0,0,0 +21355,0,0,0,0,0 +21356,0,0,0,0,0 +21357,0,0,0,0,0 +21358,0,0,0,0,0 +21359,0,0,0,0,0 +21360,0,0,0,0,0 +21361,0,0,0,0,0 +21362,0,0,0,0,0 +21363,0,0,0,0,0 +21364,0,0,0,0,0 +21365,0,0,0,0,0 +21366,0,0,0,0,0 +21367,0,0,0,0,0 +21368,0,0,0,0,0 +21369,0,0,0,0,0 +21370,0,0,0,0,0 +21371,0,0,0,0,0 +21372,0,0,0,0,0 +21373,0,0,0,0,0 +21374,0,0,0,0,0 +21375,0,0,0,0,0 +21376,0,0,0,0,0 +21377,0,0,0,0,0 +21378,0,0,0,0,0 +21379,0,0,0,0,0 +21380,0,0,0,0,0 +21381,0,0,0,0,0 +21382,0,0,0,0,0 +21383,0,0,0,0,0 +21384,0,0,0,0,0 +21385,0,0,0,0,0 +21386,0,0,0,0,0 +21387,0,0,0,0,0 +21388,0,0,0,0,0 +21389,0,0,0,0,0 +21390,0,0,0,0,0 +21391,0,0,0,0,0 +21392,0,0,0,0,0 +21393,0,0,0,0,0 +21394,0,0,0,0,0 +21395,0,0,0,0,0 +21396,0,0,0,0,0 +21397,0,0,0,0,0 +21398,0,0,0,0,0 +21399,0,0,0,0,0 +21400,0,0,0,0,0 +21401,0,0,0,0,0 +21402,0,0,0,0,0 +21403,0,0,0,0,0 +21404,0,0,0,0,0 +21405,0,0,0,0,0 +21406,0,0,0,0,0 +21407,0,0,0,0,0 +21408,0,0,0,0,0 +21409,0,0,0,0,0 +21410,0,0,0,0,0 +21411,0,0,0,0,0 +21412,0,0,0,0,0 +21413,0,0,0,0,0 +21414,0,0,0,0,0 +21415,0,0,0,0,0 +21416,0,0,0,0,0 +21417,0,0,0,0,0 +21418,0,0,0,0,0 +21419,0,0,0,0,0 +21420,0,0,0,0,0 +21421,0,0,0,0,0 +21422,0,0,0,0,0 +21423,0,0,0,0,0 +21424,0,0,0,0,0 +21425,0,0,0,0,0 +21426,0,0,0,0,0 +21427,0,0,0,0,0 +21428,0,0,0,0,0 +21429,0,0,0,0,0 +21430,0,0,0,0,0 +21431,0,0,0,0,0 +21432,0,0,0,0,0 +21433,0,0,0,0,0 +21434,0,0,0,0,0 +21435,0,0,0,0,0 +21436,0,0,0,0,0 +21437,0,0,0,0,0 +21438,0,0,0,0,0 +21439,0,0,0,0,0 +21440,0,0,0,0,0 +21441,0,0,0,0,0 +21442,0,0,0,0,0 +21443,0,0,0,0,0 +21444,0,0,0,0,0 +21445,0,0,0,0,0 +21446,0,0,0,0,0 +21447,0,0,0,0,0 +21448,0,0,0,0,0 +21449,0,0,0,0,0 +21450,0,0,0,0,0 +21451,0,0,0,0,0 +21452,0,0,0,0,0 +21453,0,0,0,0,0 +21454,0,0,0,0,0 +21455,0,0,0,0,0 +21456,0,0,0,0,0 +21457,0,0,0,0,0 +21458,0,0,0,0,0 +21459,0,0,0,0,0 +21460,0,0,0,0,0 +21461,0,0,0,0,0 +21462,0,0,0,0,0 +21463,0,0,0,0,0 +21464,0,0,0,0,0 +21465,0,0,0,0,0 +21466,0,0,0,0,0 +21467,0,0,0,0,0 +21468,0,0,0,0,0 +21469,0,0,0,0,0 +21470,0,0,0,0,0 +21471,0,0,0,0,0 +21472,0,0,0,0,0 +21473,0,0,0,0,0 +21474,0,0,0,0,0 +21475,0,0,0,0,0 +21476,0,0,0,0,0 +21477,0,0,0,0,0 +21478,0,0,0,0,0 +21479,0,0,0,0,0 +21480,0,0,0,0,0 +21481,0,0,0,0,0 +21482,0,0,0,0,0 +21483,0,0,0,0,0 +21484,0,0,0,0,0 +21485,0,0,0,0,0 +21486,0,0,0,0,0 +21487,0,0,0,0,0 +21488,0,0,0,0,0 +21489,0,0,0,0,0 +21490,0,0,0,0,0 +21491,0,0,0,0,0 +21492,0,0,0,0,0 +21493,0,0,0,0,0 +21494,0,0,0,0,0 +21495,0,0,0,0,0 +21496,0,0,0,0,0 +21497,0,0,0,0,0 +21498,0,0,0,0,0 +21499,0,0,0,0,0 +21500,0,0,0,0,0 +21501,0,0,0,0,0 +21502,0,0,0,0,0 +21503,0,0,0,0,0 +21504,0,0,0,0,0 +21505,0,0,0,0,0 +21506,0,0,0,0,0 +21507,0,0,0,0,0 +21508,0,0,0,0,0 +21509,0,0,0,0,0 +21510,0,0,0,0,0 +21511,0,0,0,0,0 +21512,0,0,0,0,0 +21513,0,0,0,0,0 +21514,0,0,0,0,0 +21515,0,0,0,0,0 +21516,0,0,0,0,0 +21517,0,0,0,0,0 +21518,0,0,0,0,0 +21519,0,0,0,0,0 +21520,0,0,0,0,0 +21521,0,0,0,0,0 +21522,0,0,0,0,0 +21523,0,0,0,0,0 +21524,0,0,0,0,0 +21525,0,0,0,0,0 +21526,0,0,0,0,0 +21527,0,0,0,0,0 +21528,0,0,0,0,0 +21529,0,0,0,0,0 +21530,0,0,0,0,0 +21531,0,0,0,0,0 +21532,0,0,0,0,0 +21533,0,0,0,0,0 +21534,0,0,0,0,0 +21535,0,0,0,0,0 +21536,0,0,0,0,0 +21537,0,0,0,0,0 +21538,0,0,0,0,0 +21539,0,0,0,0,0 +21540,0,0,0,0,0 +21541,0,0,0,0,0 +21542,0,0,0,0,0 +21543,0,0,0,0,0 +21544,0,0,0,0,0 +21545,0,0,0,0,0 +21546,0,0,0,0,0 +21547,0,0,0,0,0 +21548,0,0,0,0,0 +21549,0,0,0,0,0 +21550,0,0,0,0,0 +21551,0,0,0,0,0 +21552,0,0,0,0,0 +21553,0,0,0,0,0 +21554,0,0,0,0,0 +21555,0,0,0,0,0 +21556,0,0,0,0,0 +21557,0,0,0,0,0 +21558,0,0,0,0,0 +21559,0,0,0,0,0 +21560,0,0,0,0,0 +21561,0,0,0,0,0 +21562,0,0,0,0,0 +21563,0,0,0,0,0 +21564,0,0,0,0,0 +21565,0,0,0,0,0 +21566,0,0,0,0,0 +21567,0,0,0,0,0 +21568,0,0,0,0,0 +21569,0,0,0,0,0 +21570,0,0,0,0,0 +21571,0,0,0,0,0 +21572,0,0,0,0,0 +21573,0,0,0,0,0 +21574,0,0,0,0,0 +21575,0,0,0,0,0 +21576,0,0,0,0,0 +21577,0,0,0,0,0 +21578,0,0,0,0,0 +21579,0,0,0,0,0 +21580,0,0,0,0,0 +21581,0,0,0,0,0 +21582,0,0,0,0,0 +21583,0,0,0,0,0 +21584,0,0,0,0,0 +21585,0,0,0,0,0 +21586,0,0,0,0,0 +21587,0,0,0,0,0 +21588,0,0,0,0,0 +21589,0,0,0,0,0 +21590,0,0,0,0,0 +21591,0,0,0,0,0 +21592,0,0,0,0,0 +21593,0,0,0,0,0 +21594,0,0,0,0,0 +21595,0,0,0,0,0 +21596,0,0,0,0,0 +21597,0,0,0,0,0 +21598,0,0,0,0,0 +21599,0,0,0,0,0 +21600,0,0,0,0,0 +21601,0,0,0,0,0 +21602,0,0,0,0,0 +21603,0,0,0,0,0 +21604,0,0,0,0,0 +21605,0,0,0,0,0 +21606,0,0,0,0,0 +21607,0,0,0,0,0 +21608,0,0,0,0,0 +21609,0,0,0,0,0 +21610,0,0,0,0,0 +21611,0,0,0,0,0 +21612,0,0,0,0,0 +21613,0,0,0,0,0 +21614,0,0,0,0,0 +21615,0,0,0,0,0 +21616,0,0,0,0,0 +21617,0,0,0,0,0 +21618,0,0,0,0,0 +21619,0,0,0,0,0 +21620,0,0,0,0,0 +21621,0,0,0,0,0 +21622,0,0,0,0,0 +21623,0,0,0,0,0 +21624,0,0,0,0,0 +21625,0,0,0,0,0 +21626,0,0,0,0,0 +21627,0,0,0,0,0 +21628,0,0,0,0,0 +21629,0,0,0,0,0 +21630,0,0,0,0,0 +21631,0,0,0,0,0 +21632,0,0,0,0,0 +21633,0,0,0,0,0 +21634,0,0,0,0,0 +21635,0,0,0,0,0 +21636,0,0,0,0,0 +21637,0,0,0,0,0 +21638,0,0,0,0,0 +21639,0,0,0,0,0 +21640,0,0,0,0,0 +21641,0,0,0,0,0 +21642,0,0,0,0,0 +21643,0,0,0,0,0 +21644,0,0,0,0,0 +21645,0,0,0,0,0 +21646,0,0,0,0,0 +21647,0,0,0,0,0 +21648,0,0,0,0,0 +21649,0,0,0,0,0 +21650,0,0,0,0,0 +21651,0,0,0,0,0 +21652,0,0,0,0,0 +21653,0,0,0,0,0 +21654,0,0,0,0,0 +21655,0,0,0,0,0 +21656,0,0,0,0,0 +21657,0,0,0,0,0 +21658,0,0,0,0,0 +21659,0,0,0,0,0 +21660,0,0,0,0,0 +21661,0,0,0,0,0 +21662,0,0,0,0,0 +21663,0,0,0,0,0 +21664,0,0,0,0,0 +21665,0,0,0,0,0 +21666,0,0,0,0,0 +21667,0,0,0,0,0 +21668,0,0,0,0,0 +21669,0,0,0,0,0 +21670,0,0,0,0,0 +21671,0,0,0,0,0 +21672,0,0,0,0,0 +21673,0,0,0,0,0 +21674,0,0,0,0,0 +21675,0,0,0,0,0 +21676,0,0,0,0,0 +21677,0,0,0,0,0 +21678,0,0,0,0,0 +21679,0,0,0,0,0 +21680,0,0,0,0,0 +21681,0,0,0,0,0 +21682,0,0,0,0,0 +21683,0,0,0,0,0 +21684,0,0,0,0,0 +21685,0,0,0,0,0 +21686,0,0,0,0,0 +21687,0,0,0,0,0 +21688,0,0,0,0,0 +21689,0,0,0,0,0 +21690,0,0,0,0,0 +21691,0,0,0,0,0 +21692,0,0,0,0,0 +21693,0,0,0,0,0 +21694,0,0,0,0,0 +21695,0,0,0,0,0 +21696,0,0,0,0,0 +21697,0,0,0,0,0 +21698,0,0,0,0,0 +21699,0,0,0,0,0 +21700,0,0,0,0,0 +21701,0,0,0,0,0 +21702,0,0,0,0,0 +21703,0,0,0,0,0 +21704,0,0,0,0,0 +21705,0,0,0,0,0 +21706,0,0,0,0,0 +21707,0,0,0,0,0 +21708,0,0,0,0,0 +21709,0,0,0,0,0 +21710,0,0,0,0,0 +21711,0,0,0,0,0 +21712,0,0,0,0,0 +21713,0,0,0,0,0 +21714,0,0,0,0,0 +21715,0,0,0,0,0 +21716,0,0,0,0,0 +21717,0,0,0,0,0 +21718,0,0,0,0,0 +21719,0,0,0,0,0 +21720,0,0,0,0,0 +21721,0,0,0,0,0 +21722,0,0,0,0,0 +21723,0,0,0,0,0 +21724,0,0,0,0,0 +21725,0,0,0,0,0 +21726,0,0,0,0,0 +21727,0,0,0,0,0 +21728,0,0,0,0,0 +21729,0,0,0,0,0 +21730,0,0,0,0,0 +21731,0,0,0,0,0 +21732,0,0,0,0,0 +21733,0,0,0,0,0 +21734,0,0,0,0,0 +21735,0,0,0,0,0 +21736,0,0,0,0,0 +21737,0,0,0,0,0 +21738,0,0,0,0,0 +21739,0,0,0,0,0 +21740,0,0,0,0,0 +21741,0,0,0,0,0 +21742,0,0,0,0,0 +21743,0,0,0,0,0 +21744,0,0,0,0,0 +21745,0,0,0,0,0 +21746,0,0,0,0,0 +21747,0,0,0,0,0 +21748,0,0,0,0,0 +21749,0,0,0,0,0 +21750,0,0,0,0,0 +21751,0,0,0,0,0 +21752,0,0,0,0,0 +21753,0,0,0,0,0 +21754,0,0,0,0,0 +21755,0,0,0,0,0 +21756,0,0,0,0,0 +21757,0,0,0,0,0 +21758,0,0,0,0,0 +21759,0,0,0,0,0 +21760,0,0,0,0,0 +21761,0,0,0,0,0 +21762,0,0,0,0,0 +21763,0,0,0,0,0 +21764,0,0,0,0,0 +21765,0,0,0,0,0 +21766,0,0,0,0,0 +21767,0,0,0,0,0 +21768,0,0,0,0,0 +21769,0,0,0,0,0 +21770,0,0,0,0,0 +21771,0,0,0,0,0 +21772,0,0,0,0,0 +21773,0,0,0,0,0 +21774,0,0,0,0,0 +21775,0,0,0,0,0 +21776,0,0,0,0,0 +21777,0,0,0,0,0 +21778,0,0,0,0,0 +21779,0,0,0,0,0 +21780,0,0,0,0,0 +21781,0,0,0,0,0 +21782,0,0,0,0,0 +21783,0,0,0,0,0 +21784,0,0,0,0,0 +21785,0,0,0,0,0 +21786,0,0,0,0,0 +21787,0,0,0,0,0 +21788,0,0,0,0,0 +21789,0,0,0,0,0 +21790,0,0,0,0,0 +21791,0,0,0,0,0 +21792,0,0,0,0,0 +21793,0,0,0,0,0 +21794,0,0,0,0,0 +21795,0,0,0,0,0 +21796,0,0,0,0,0 +21797,0,0,0,0,0 +21798,0,0,0,0,0 +21799,0,0,0,0,0 +21800,0,0,0,0,0 +21801,0,0,0,0,0 +21802,0,0,0,0,0 +21803,0,0,0,0,0 +21804,0,0,0,0,0 +21805,0,0,0,0,0 +21806,0,0,0,0,0 +21807,0,0,0,0,0 +21808,0,0,0,0,0 +21809,0,0,0,0,0 +21810,0,0,0,0,0 +21811,0,0,0,0,0 +21812,0,0,0,0,0 +21813,0,0,0,0,0 +21814,0,0,0,0,0 +21815,0,0,0,0,0 +21816,0,0,0,0,0 +21817,0,0,0,0,0 +21818,0,0,0,0,0 +21819,0,0,0,0,0 +21820,0,0,0,0,0 +21821,0,0,0,0,0 +21822,0,0,0,0,0 +21823,0,0,0,0,0 +21824,0,0,0,0,0 +21825,0,0,0,0,0 +21826,0,0,0,0,0 +21827,0,0,0,0,0 +21828,0,0,0,0,0 +21829,0,0,0,0,0 +21830,0,0,0,0,0 +21831,0,0,0,0,0 +21832,0,0,0,0,0 +21833,0,0,0,0,0 +21834,0,0,0,0,0 +21835,0,0,0,0,0 +21836,0,0,0,0,0 +21837,0,0,0,0,0 +21838,0,0,0,0,0 +21839,0,0,0,0,0 +21840,0,0,0,0,0 +21841,0,0,0,0,0 +21842,0,0,0,0,0 +21843,0,0,0,0,0 +21844,0,0,0,0,0 +21845,0,0,0,0,0 +21846,0,0,0,0,0 +21847,0,0,0,0,0 +21848,0,0,0,0,0 +21849,0,0,0,0,0 +21850,0,0,0,0,0 +21851,0,0,0,0,0 +21852,0,0,0,0,0 +21853,0,0,0,0,0 +21854,0,0,0,0,0 +21855,0,0,0,0,0 +21856,0,0,0,0,0 +21857,0,0,0,0,0 +21858,0,0,0,0,0 +21859,0,0,0,0,0 +21860,0,0,0,0,0 +21861,0,0,0,0,0 +21862,0,0,0,0,0 +21863,0,0,0,0,0 +21864,0,0,0,0,0 +21865,0,0,0,0,0 +21866,0,0,0,0,0 +21867,0,0,0,0,0 +21868,0,0,0,0,0 +21869,0,0,0,0,0 +21870,0,0,0,0,0 +21871,0,0,0,0,0 +21872,0,0,0,0,0 +21873,0,0,0,0,0 +21874,0,0,0,0,0 +21875,0,0,0,0,0 +21876,0,0,0,0,0 +21877,0,0,0,0,0 +21878,0,0,0,0,0 +21879,0,0,0,0,0 +21880,0,0,0,0,0 +21881,0,0,0,0,0 +21882,0,0,0,0,0 +21883,0,0,0,0,0 +21884,0,0,0,0,0 +21885,0,0,0,0,0 +21886,0,0,0,0,0 +21887,0,0,0,0,0 +21888,0,0,0,0,0 +21889,0,0,0,0,0 +21890,0,0,0,0,0 +21891,0,0,0,0,0 +21892,0,0,0,0,0 +21893,0,0,0,0,0 +21894,0,0,0,0,0 +21895,0,0,0,0,0 +21896,0,0,0,0,0 +21897,0,0,0,0,0 +21898,0,0,0,0,0 +21899,0,0,0,0,0 +21900,0,0,0,0,0 +21901,0,0,0,0,0 +21902,0,0,0,0,0 +21903,0,0,0,0,0 +21904,0,0,0,0,0 +21905,0,0,0,0,0 +21906,0,0,0,0,0 +21907,0,0,0,0,0 +21908,0,0,0,0,0 +21909,0,0,0,0,0 +21910,0,0,0,0,0 +21911,0,0,0,0,0 +21912,0,0,0,0,0 +21913,0,0,0,0,0 +21914,0,0,0,0,0 +21915,0,0,0,0,0 +21916,0,0,0,0,0 +21917,0,0,0,0,0 +21918,0,0,0,0,0 +21919,0,0,0,0,0 +21920,0,0,0,0,0 +21921,0,0,0,0,0 +21922,0,0,0,0,0 +21923,0,0,0,0,0 +21924,0,0,0,0,0 +21925,0,0,0,0,0 +21926,0,0,0,0,0 +21927,0,0,0,0,0 +21928,0,0,0,0,0 +21929,0,0,0,0,0 +21930,0,0,0,0,0 +21931,0,0,0,0,0 +21932,0,0,0,0,0 +21933,0,0,0,0,0 +21934,0,0,0,0,0 +21935,0,0,0,0,0 +21936,0,0,0,0,0 +21937,0,0,0,0,0 +21938,0,0,0,0,0 +21939,0,0,0,0,0 +21940,0,0,0,0,0 +21941,0,0,0,0,0 +21942,0,0,0,0,0 +21943,0,0,0,0,0 +21944,0,0,0,0,0 +21945,0,0,0,0,0 +21946,0,0,0,0,0 +21947,0,0,0,0,0 +21948,0,0,0,0,0 +21949,0,0,0,0,0 +21950,0,0,0,0,0 +21951,0,0,0,0,0 +21952,0,0,0,0,0 +21953,0,0,0,0,0 +21954,0,0,0,0,0 +21955,0,0,0,0,0 +21956,0,0,0,0,0 +21957,0,0,0,0,0 +21958,0,0,0,0,0 +21959,0,0,0,0,0 +21960,0,0,0,0,0 +21961,0,0,0,0,0 +21962,0,0,0,0,0 +21963,0,0,0,0,0 +21964,0,0,0,0,0 +21965,0,0,0,0,0 +21966,0,0,0,0,0 +21967,0,0,0,0,0 +21968,0,0,0,0,0 +21969,0,0,0,0,0 +21970,0,0,0,0,0 +21971,0,0,0,0,0 +21972,0,0,0,0,0 +21973,0,0,0,0,0 +21974,0,0,0,0,0 +21975,0,0,0,0,0 +21976,0,0,0,0,0 +21977,0,0,0,0,0 +21978,0,0,0,0,0 +21979,0,0,0,0,0 +21980,0,0,0,0,0 +21981,0,0,0,0,0 +21982,0,0,0,0,0 +21983,0,0,0,0,0 +21984,0,0,0,0,0 +21985,0,0,0,0,0 +21986,0,0,0,0,0 +21987,0,0,0,0,0 +21988,0,0,0,0,0 +21989,0,0,0,0,0 +21990,0,0,0,0,0 +21991,0,0,0,0,0 +21992,0,0,0,0,0 +21993,0,0,0,0,0 +21994,0,0,0,0,0 +21995,0,0,0,0,0 +21996,0,0,0,0,0 +21997,0,0,0,0,0 +21998,0,0,0,0,0 +21999,0,0,0,0,0 +22000,0,0,0,0,0 +22001,0,0,0,0,0 +22002,0,0,0,0,0 +22003,0,0,0,0,0 +22004,0,0,0,0,0 +22005,0,0,0,0,0 +22006,0,0,0,0,0 +22007,0,0,0,0,0 +22008,0,0,0,0,0 +22009,0,0,0,0,0 +22010,0,0,0,0,0 +22011,0,0,0,0,0 +22012,0,0,0,0,0 +22013,0,0,0,0,0 +22014,0,0,0,0,0 +22015,0,0,0,0,0 +22016,0,0,0,0,0 +22017,0,0,0,0,0 +22018,0,0,0,0,0 +22019,0,0,0,0,0 +22020,0,0,0,0,0 +22021,-1516.750223,-734.7942697,-1490.325718,-734.7209264,-547.1424136 +22022,-1605.06634,-750.9876275,-1580.319522,-750.915603,-686.0268487 +22023,-1704.112964,-767.3451282,-1677.809524,-767.2750236,-838.4810564 +22024,-1815.167774,-792.0347357,-1787.293489,-791.9666593,-1001.491968 +22025,-1937.190334,-825.8252098,-1907.949964,-825.7591208,-1189.887733 +22026,-1985.785049,-840.6652238,-1951.880433,-840.6009818,-1291.493427 +22027,-1883.892508,-798.6685461,-1851.878,-798.6058827,-1226.163168 +22028,-1837.274263,-780.2478609,-1806.006159,-780.1868516,-1192.049791 +22029,-1850.191834,-787.0020923,-1818.403275,-786.9428353,-1192.696563 +22030,-1846.187584,-786.4567027,-1814.235535,-786.3991157,-1183.80498 +22031,-1834.491137,-782.5217575,-1802.540445,-782.4657749,-1170.907057 +22032,-1820.122588,-777.3454564,-1788.234736,-777.2910238,-1156.890816 +22033,-1521.344055,-772.0263561,-1773.824515,-771.973426,-1143.186437 +22034,-1338.572026,-767.0402274,-1248.768459,-766.9887561,-1130.39169 +22035,-1479.83286,-706.3112524,-1477.270238,-704.4851079,-1118.745134 +22036,-1401.182988,-620.8307207,-1411.20841,-622.8631058,-1052.290043 +22037,-1391.697166,-670.2344603,-1386.674026,-668.9501878,-975.4898936 +22038,-1377.157805,-645.5858103,-1373.040435,-645.5555481,-935.8344485 +22039,-1364.694977,-631.9404819,-1357.905336,-631.9167335,-912.5512053 +22040,-1354.425483,-622.9078803,-1350.827826,-622.885395,-897.3992175 +22041,-1343.198555,-616.3371988,-1336.017594,-616.3129947,-886.1990537 +22042,-1331.324835,-611.1875143,-1327.140044,-611.1610755,-877.1389642 +22043,-1321.581199,-606.9723964,-1317.406291,-606.9442548,-869.6035399 +22044,-1312.340601,-558.5100597,-1300.51885,-558.4809724,-590.0502055 +22045,-1301.264933,-650.0918925,-1304.456375,-650.0623048,-930.8786908 +22046,-1293.289504,-626.2056741,-1282.595038,-626.1757745,-897.9199573 +22047,-1283.753142,-572.8934507,-1277.187361,-572.8635507,-624.6968129 +22048,-1275.363336,-603.183932,-1272.23338,-602.4183746,-931.5361664 +22049,-1266.5762,-581.491112,-1256.400553,-581.4771874,-644.8127766 +22050,-1258.300559,-581.7003419,-1254.56398,-582.709232,-934.9239146 +22051,-1250.658046,-577.3243935,-1243.637719,-574.8072971,-621.5857039 +22052,-1243.130665,-571.3927931,-1234.117577,-572.8757875,-930.2704268 +22053,-1232.995396,-567.7637807,-1229.807038,-567.7649003,-873.2597275 +22054,-1228.837021,-528.2100098,-1220.248762,-528.1973888,-490.1774775 +22055,-1221.225288,-612.7339593,-1214.927444,-612.7138186,-908.1152705 +22056,-1213.595634,-531.4036897,-1207.473431,-531.3814885,-559.6767791 +22057,-1204.263081,-555.8835361,-1191.759372,-555.8613,-745.6135934 +22058,-1196.358686,-545.5250039,-1187.79682,-545.5035388,-844.3647301 +22059,-1189.461894,-542.5624142,-1179.127087,-542.5411707,-964.3525348 +22060,-1182.855723,-538.6290836,-1169.682106,-537.935168,-871.6368031 +22061,-1175.019252,-513.2102497,-1163.054865,-513.2036054,-432.5516312 +22062,-1169.166611,-561.1722728,-1158.250069,-561.1718272,-888.9847364 +22063,-1163.351723,-512.6899841,-1147.952949,-512.6892013,-837.0517256 +22064,-1146.699719,-486.7937695,-1119.084007,-486.7900061,-364.3767806 +22065,-1166.061752,-577.3332711,-1174.003588,-577.3262333,-878.7003054 +22066,-1136.381592,-490.3965539,-1111.037802,-490.3873659,-446.1443487 +22067,-1140.68306,-518.3825629,-1126.217954,-518.3721009,-650.878063 +22068,-1134.586964,-510.2996106,-1118.09468,-510.2879675,-770.8179001 +22069,-1125.034962,-506.7370537,-1111.406292,-506.0319081,-839.51783 +22070,-1123.137137,-504.084967,-1104.3052,-504.0862015,-880.7190273 +22071,-1116.677363,-499.4220544,-1098.322497,-500.2207243,-962.6996131 +22072,-1112.846801,-498.3758134,-1092.614835,-497.6416667,-852.2012406 +22073,-1104.111316,-493.7700952,-1087.508229,-493.7642769,-358.4847108 +22074,-1103.334293,-491.3427927,-1080.863399,-492.2508209,-580.1276982 +22075,-1094.204207,-489.1827929,-1076.927042,-487.9083683,-905.0918128 +22076,-1092.866781,-485.0307801,-1070.264593,-486.312423,-825.1786558 +22077,-1085.911534,-467.6915356,-1063.980524,-467.6713817,-294.9349931 +22078,-1083.026857,-503.0518287,-1059.901184,-501.6959155,-852.7466167 +22079,-1075.273503,-466.019843,-1055.322291,-466.9419977,-349.2902393 +22080,-1074.364408,-477.7380518,-1047.215991,-477.7299284,-566.7436528 +22081,81.62854741,37.07094741,81.50612333,37.08501716,-925.11528 +22082,81.99380019,37.20918265,82.24797098,37.22558705,-816.2814712 +22083,82.9251059,37.62032559,83.77974682,37.63649937,146.3145512 +22084,84.81227242,38.50107915,86.2877462,38.51616168,196.7705644 +22085,87.0460047,39.56949662,89.07698903,39.58351787,231.7898277 +22086,89.84920079,40.91530761,92.36193615,40.9285152,258.8467696 +22087,92.66472578,42.276279,95.60194231,42.28887248,281.7758916 +22088,95.55981448,43.67822254,98.8806025,43.69031883,302.6453163 +22089,98.50038206,45.10358412,102.1744424,45.1152498,321.8833609 +22090,101.4664429,46.54240913,105.4698028,46.55368927,339.5455725 +22091,104.4438169,47.98779856,108.7567193,47.99872984,355.7007823 +22092,107.4218402,49.43459669,112.0278125,49.4452111,370.4835306 +22093,110.3921981,50.87880106,115.2775431,50.88912627,384.0539449 +22094,113.3487797,52.31748185,118.502153,52.32754137,396.5647906 +22095,116.2870088,53.74846488,121.6990322,53.75827848,408.1486915 +22096,119.4599459,55.2867233,125.1228571,55.29630766,419.3843895 +22097,122.290901,56.67001253,128.1982551,56.67938181,429.3237379 +22098,124.7932003,57.90447014,130.9396327,57.91363649,438.0764989 +22099,127.7918587,59.36520321,134.1728813,59.3741772,447.2159786 +22100,130.6020253,60.74078208,137.2138899,60.74957294,455.5615833 +22101,133.6774001,62.23741966,140.5169687,62.2460355,463.993696 +22102,135.9171301,63.35464768,142.9817558,63.36309571,470.5585502 +22103,138.8562766,64.79048443,146.1437337,64.79877112,478.0881684 +22104,141.5542011,66.11720422,149.062605,66.12533543,484.9086218 +22105,144.2232054,67.43126553,151.9509497,67.43924657,491.4371766 +22106,146.8634902,68.73276508,154.8091977,68.74060086,497.7012771 +22107,149.4756187,70.02196855,157.6381034,70.0296636,503.7255464 +22108,152.0600359,71.29907965,160.4382715,71.3066382,509.5314302 +22109,154.6170431,72.56423066,163.210137,72.57165665,515.1375456 +22110,157.146921,73.81754177,165.9540913,73.82483892,520.5602407 +22111,159.6499402,75.05912868,168.6704987,75.06630049,525.8139076 +22112,162.1303454,76.29213098,171.3666074,76.29918079,530.9113315 +22113,164.5907838,77.51840673,174.0468459,77.52533771,535.8638639 +22114,167.0319132,78.73827879,176.7121576,78.74509397,540.6816374 +22115,169.4534145,79.9513516,179.3617973,79.95805388,545.3736612 +22116,171.8548079,81.15712807,181.9947245,81.16372024,549.9480184 +22117,174.2357284,82.3552193,184.610098,82.36170401,554.4119385 +22118,176.5959891,83.54537519,187.2073638,83.55175503,558.7719571 +22119,178.9355064,84.7274325,189.7861512,84.73370993,563.0339481 +22120,181.2542916,85.90129575,192.3462348,85.90747317,567.2032603 +22121,183.5523935,87.06690362,194.8874629,87.07298334,571.2847212 +22122,185.8299219,88.22423543,197.4097732,88.23021967,575.2827596 +22123,188.087008,89.37329079,199.913149,89.37918171,579.2013947 +22124,190.3238287,90.51409879,202.3976402,90.51989848,583.0443363 +22125,192.540573,91.64670102,204.863327,91.65241151,586.8149687 +22126,194.7374637,92.77115988,207.3103377,92.77678311,590.5164327 +22127,196.9147284,93.88754448,209.7388186,93.89308237,594.1516083 +22128,199.0726233,94.99594018,212.1489546,95.00139457,597.723189 +22129,201.2114017,96.09643402,214.5409371,96.10180668,601.2336523 +22130,203.3313383,97.18912472,216.9149858,97.1944174,604.6853265 +22131,205.4300517,98.27290564,219.2686712,98.27812001,608.0755437 +22132,207.5094244,99.34861041,221.6038327,99.35374812,611.4092395 +22133,209.5737069,100.4181498,223.9246827,100.4232124,614.695524 +22134,211.6210231,101.4806489,226.2293104,101.485638,617.9322513 +22135,213.6512112,102.5360131,228.517523,102.5409301,621.1202817 +22136,215.6643892,103.5842764,230.7894099,103.5891228,624.2608842 +22137,217.6607657,104.6255151,233.0451539,104.6302924,627.3554035 +22138,219.6406053,105.6598318,235.2849957,105.6645413,630.4052087 +22139,221.6041755,106.6873305,237.509181,106.6919735,633.4116027 +22140,223.3234765,107.6043577,239.4896896,107.6089355,635.9607946 +22141,225.2485936,108.6161911,241.6764363,108.6200005,638.8719106 +22142,234.0338992,112.7040163,250.7324572,112.7042129,654.6890367 +22143,246.2193245,118.2809984,263.2026416,118.2658486,677.3173958 +22144,258.2259342,123.719918,275.5099683,123.6829428,700.2168792 +22145,268.9094081,128.5200435,286.5029852,128.458855,721.1280934 +22146,277.741367,132.4610722,295.6456483,132.3748185,738.8895845 +22147,285.3193536,135.8317125,303.5325745,135.7197039,754.434715 +22148,291.9615954,138.7875329,310.4815699,138.648915,768.2473039 +22149,297.8882309,141.4341687,316.7129068,141.2679894,780.6745104 +22150,303.2345149,143.8354241,322.3618688,143.6407363,791.9326821 +22151,308.0957724,146.0353042,327.523682,145.8112148,802.1780781 +22152,312.5483966,148.0683846,332.2746388,147.8140606,811.5400988 +22153,316.65721,149.963502,336.6795276,149.6781622,820.132652 +22154,320.4772394,151.7447193,340.7934175,151.4276249,828.0562123 +22155,324.0545422,153.4318105,344.662464,153.082258,835.3982838 +22156,327.4272546,155.0408319,348.3249329,154.6581491,842.2343172 +22157,330.6268111,156.5847554,351.812404,156.1682982,848.6290842 +22158,333.6760356,158.0725853,355.1478041,157.6217522,854.6327168 +22159,336.5977499,159.5135027,358.3541158,159.0277078,860.2954393 +22160,339.411313,160.9151925,361.4508569,160.3938623,865.6611425 +22161,342.1321337,162.2836011,364.4535778,161.7261779,870.766468 +22162,344.7725202,163.6233402,367.3747102,163.0292838,875.6421714 +22163,347.3424901,164.9380692,370.2243805,164.3068569,880.3144182 +22164,349.8503697,166.2307713,373.0110087,165.5618964,884.805772 +22165,352.3031023,167.503891,375.7416239,166.7968617,889.1357251 +22166,354.7065199,168.75945,378.422136,168.0137886,893.3211909 +22167,357.0654971,169.9991093,381.0574894,169.2143506,897.3767949 +22168,359.3841426,171.2242475,383.6518545,170.3999387,901.3152454 +22169,361.6659007,172.4360007,386.2087294,171.5717,905.1475447 +22170,363.9136954,173.6353204,388.7310851,172.7305972,908.8832841 +22171,366.1299914,174.8229962,391.2214272,173.8774299,912.5307875 +22172,368.3047741,175.9856744,393.6624443,175.0043352,916.0973202 +22173,370.4326181,177.1160291,396.0444754,176.1069905,919.5891319 +22174,372.5140795,178.2139403,398.3675419,177.1853917,923.0117372 +22175,374.552479,179.2825313,400.6361659,178.2414829,926.3699617 +22176,376.5515354,180.3253485,402.8555723,179.2774671,929.6680849 +22177,378.5144195,181.3453198,405.0302074,180.2951705,932.9098411 +22178,380.4437039,182.3447031,407.1636315,181.2960165,936.0985505 +22179,382.3414777,183.3252614,409.2587139,182.2811247,939.2371102 +22180,384.2095245,184.2884446,411.3178821,183.2514266,942.3281151 +22181,386.0493693,185.2354653,413.3432089,184.2077058,945.3738339 +22182,387.8623623,186.1673639,415.3365143,185.1506441,948.3763181 +22183,389.6496712,187.0850215,417.2993709,186.0808226,951.337366 +22184,391.4123431,187.9892015,419.2331737,186.9987536,954.2586217 +22185,393.1512886,188.8805529,421.1391333,187.9048766,957.1415309 +22186,394.8673379,189.7596464,423.018339,188.7995865,959.9874327 +22187,396.5612187,190.6269724,424.8717438,189.6832256,962.797508 +22188,398.2336068,191.4829704,426.7002205,190.5561085,965.5728667 +22189,399.885099,192.3280222,428.5045393,191.4185111,968.3144904 +22190,401.51626,193.1624772,430.2854184,192.2706928,971.0233162 +22191,403.1275915,193.9866416,432.0434962,193.112883,973.7001747 +22192,404.7195773,194.8008016,433.7793784,193.9453022,976.3458714 +22193,406.2926492,195.60521,435.4936072,194.7681469,978.9611218 +22194,407.8472305,196.4001078,437.1867054,195.5816097,981.5466308 +22195,409.3837003,197.1857092,438.8591433,196.3858629,984.1030248 +22196,410.9024366,197.9622223,440.5113815,197.1810785,986.630931 +22197,412.4037783,198.7298331,442.1438356,197.967411,989.1309064 +22198,413.8880681,199.4887251,443.7569188,198.745017,991.603517 +22199,415.3556138,200.2390629,445.3510044,199.5140372,994.0492649 +22200,416.8067305,200.9810115,446.926468,200.2746161,996.4686675 +22201,418.1493975,201.672763,448.3913467,200.9849278,998.6943591 +22202,419.9248341,202.5547423,450.2854277,201.8854438,1001.718592 +22203,421.8131742,203.4826709,452.2898099,202.8317917,1004.934641 +22204,423.7230297,204.4156125,454.3134402,203.7830074,1008.158702 +22205,425.6123736,205.3346555,456.3147201,204.7224637,1011.3078 +22206,427.4681199,206.2382911,458.2803412,205.6435816,1014.365914 +22207,429.2899367,207.1254661,460.2102095,206.5473195,1017.341129 +22208,431.0848696,207.9977698,462.1150419,207.4387736,1020.244453 +22209,432.8593132,208.8573428,463.9927664,208.3173838,1023.084081 +22210,434.6125884,209.708728,465.8455809,209.1835433,1025.865807 +22211,436.3430797,210.550554,467.6740983,210.0384482,1114.97201 +22212,438.0544783,211.3827752,469.4858408,210.8855469,1119.079303 +22213,439.7470519,212.2062516,471.2762093,211.7229053,1115.784193 +22214,441.4239078,213.0240597,473.0464498,212.55032,1132.278816 +22215,443.0841677,213.8339178,474.7966988,213.3686489,1141.093671 +22216,444.7283153,214.6353356,476.5300641,214.1810271,1149.761505 +22217,446.3593545,215.4289572,478.2462085,214.9852502,1158.082667 +22218,447.9758683,216.2155146,479.9473103,215.7808963,1166.394321 +22219,449.5778585,216.9954484,481.6324319,216.5686616,1174.59188 +22220,451.1681048,217.7689894,483.3019146,217.3493104,1182.565416 +22221,452.7450212,218.5362523,484.9582509,218.1233015,1190.446454 +22222,454.3085309,219.297339,486.600213,218.8908773,1198.131594 +22223,455.8612633,220.0523339,488.2277453,219.6521592,1205.878958 +22224,457.4015709,220.8013361,489.8431327,220.4072544,1213.364898 +22225,458.9292558,221.5444284,491.4449976,221.1562532,1220.788693 +22226,460.446896,222.2817046,493.0332453,221.8992608,1228.087638 +22227,461.9527586,223.0132404,494.6100669,222.6363661,1235.205321 +22228,463.4466272,223.7391216,496.1740734,223.3676675,1242.469371 +22229,464.9310002,224.459419,497.725101,224.0932467,1249.385467 +22230,466.4041482,225.1742141,499.2653264,224.8131949,1256.33778 +22231,467.8658005,225.8835736,500.7933091,225.5275873,1263.159236 +22232,469.3700318,226.631073,502.3913023,226.2721818,1269.797105 +22233,470.9418757,227.439051,504.1007402,227.0644711,1276.669421 +22234,472.5803496,228.3132687,505.9185713,227.9025215,1283.282072 +22235,474.2754331,229.2485799,507.827515,228.7784,1289.641838 +22236,476.0171543,230.2366314,509.8111584,229.684782,1296.065313 +22237,477.7978973,231.2697691,511.8573187,230.6163495,1302.634877 +22238,479.6120791,232.3419777,513.9571649,231.569338,1308.862677 +22239,481.4553611,233.4486028,516.1038274,232.540882,1315.154075 +22240,483.3241904,234.5859352,518.2916234,233.5286548,1321.22271 +22241,485.2155524,235.7509099,520.515695,234.5306988,1327.768532 +22242,487.1269051,236.9409627,522.7719027,235.5453734,1333.517695 +22243,489.0560862,238.1539248,525.0567069,236.5712973,1339.736273 +22244,491.0012855,239.3879692,527.3671113,237.6073211,1345.736862 +22245,492.9609689,240.6415446,529.700559,238.6524783,1351.726171 +22246,494.933852,241.9133349,532.0548787,239.7059607,1357.522494 +22247,496.9188364,243.2022084,534.4281993,240.7670799,1363.693045 +22248,498.9150051,244.5071961,536.8189261,241.8352572,1369.458005 +22249,500.9215656,245.827451,539.2256699,242.9099925,1375.34453 +22250,502.9378541,247.162238,541.6472381,243.9908612,1381.174959 +22251,504.9632934,248.5109049,544.0825821,245.0774917,1386.980823 +22252,506.9974024,249.872879,546.5307983,246.169567,1392.94723 +22253,509.0421258,251.2336775,548.9935829,247.267963,1398.534356 +22254,511.0960652,252.5865246,551.469137,248.3719114,1404.580374 +22255,513.1577294,253.9309317,553.9555921,249.4806092,1410.164101 +22256,515.2263425,255.2694683,556.4518556,250.5936165,1415.906964 +22257,517.3015945,256.605173,558.9573483,251.7107288,1421.635473 +22258,519.5859582,258.141729,561.4682745,252.8303519,1427.35382 +22259,521.9897628,325.0924416,563.9842822,253.9523941,1433.034084 +22260,524.4124939,306.1665493,566.5056585,255.0770215,1438.702293 +22261,526.7437878,260.4834655,568.9666625,256.1696588,1213.719302 +22262,526.7630414,277.9921725,569.2240394,256.2225889,1215.818057 +22263,525.6514118,283.1834491,568.3667114,255.7772358,1219.425816 +22264,524.5566179,289.7100937,567.4284534,255.314817,1223.075129 +22265,523.931792,297.5147052,566.8665408,255.0483289,1226.975702 +22266,523.8015377,303.3024517,566.7485034,255.0053411,1231.369593 +22267,524.0596224,312.1383316,566.9942268,255.1421006,1235.393902 +22268,524.6058578,315.7965477,567.5215268,255.4155726,1239.812662 +22269,525.3742232,327.5732062,568.2699715,255.7940287,1244.079505 +22270,526.3233398,327.2932718,569.199711,256.2565588,1248.665082 +22271,527.424195,309.7019991,570.2828858,256.7887466,1253.047877 +22272,528.6574071,356.0524368,571.4976132,257.3795312,1257.656621 +22273,529.9996441,343.4206199,572.8253839,258.0197795,1261.902351 +22274,531.440757,354.1010037,645.518234,258.7017975,1266.687727 +22275,532.9652867,360.7728273,622.7253068,259.4191397,1271.142515 +22276,534.5657871,367.444021,638.0586317,260.1664538,1275.72679 +22277,536.2289214,373.9425211,648.1168348,307.9538906,1280.1844 +22278,537.9500356,380.560347,657.1109209,260.8464978,1284.954589 +22279,539.6968865,387.1847284,665.750988,305.1788688,1289.579088 +22280,541.4595536,393.7209328,674.6829973,315.6155167,1293.999167 +22281,543.2310904,400.2955803,683.3205787,275.9135403,1298.69671 +22282,545.0155088,406.7715436,692.1166964,312.4554939,1303.152521 +22283,546.8108325,413.433575,700.7564936,311.2802925,1307.964853 +22284,548.6215294,419.8432094,709.4839424,313.6025259,1312.479767 +22285,550.4447984,426.5055182,718.1055527,318.867457,1317.119177 +22286,552.2844367,432.9865679,726.7625395,323.0490192,1321.739708 +22287,554.1372465,439.5221475,735.4543193,327.413449,1326.362381 +22288,556.0068816,445.9421827,743.9379467,331.4895518,1330.847062 +22289,557.8900428,452.7064976,752.5685981,335.8545446,1335.847112 +22290,559.7903403,458.8802787,761.1127954,339.8957307,1340.122572 +22291,561.7043848,465.4656202,768.5501624,343.6394538,1344.892189 +22292,563.6278545,471.6656674,775.3462349,347.1949888,1349.483031 +22293,565.5523104,477.9004892,782.5891616,350.6800202,1354.096619 +22294,567.4797297,484.0207592,789.4870087,354.2402619,1358.708939 +22295,569.4077933,490.3828922,796.3302328,357.6036388,1363.156718 +22296,571.3413108,496.460786,803.1821675,361.0995914,1368.021061 +22297,573.2784259,502.6152321,809.7550822,364.5108391,1372.500317 +22298,636.3375424,508.7323809,816.7233136,367.7247971,1377.128677 +22299,648.3900705,514.6852245,823.2016355,371.1227339,1381.722944 +22300,644.4404391,520.9624968,830.0188362,374.5184685,1386.308323 +22301,659.9919163,526.8930316,836.1422419,377.6079361,1390.879794 +22302,668.9093953,533.0505927,843.0301427,381.0690812,1395.438123 +22303,678.1246948,538.6922795,849.2921523,384.0733735,1399.982712 +22304,686.9783001,544.9632881,855.7885113,387.4331906,1404.325319 +22305,711.251346,564.6527916,862.698187,390.8494751,1409.474265 +22306,722.4806324,572.8645971,869.2425897,394.0260084,1413.665556 +22307,732.3254323,579.4840462,875.5121881,397.1187443,1418.211708 +22308,742.5096602,586.3286484,881.913856,400.3593263,1422.71707 +22309,752.2915426,592.6781141,887.9628688,403.4133454,1427.209584 +22310,762.2399736,599.3567723,894.0588953,406.5203223,1431.691305 +22311,771.8995784,605.5631616,900.5441791,409.5914479,1436.163777 +22312,781.7373597,611.845687,906.4864078,412.5657073,1440.629312 +22313,791.7300867,618.029344,912.6878866,415.8152534,1445.087166 +22314,801.2665015,623.9592236,918.7090702,418.6422512,1449.538451 +22315,811.28345,630.4913661,924.7452426,421.7273463,1453.980768 +22316,820.9754231,636.0455207,930.8452049,424.622175,1458.41562 +22317,831.0547638,642.1572257,936.5849782,427.7250129,1462.625974 +22318,840.8207379,648.0026569,942.8597737,430.6244191,1467.380526 +22319,850.7506596,653.8224346,948.7237928,433.5824868,1471.619481 +22320,860.5535506,659.5870912,954.6221879,436.5186633,1476.052601 +22321,629.4689151,556.0078443,719.4303169,330.1337418,1051.253638 +22322,633.4417522,559.1592112,719.5279744,330.4600421,1050.384116 +22323,640.3330795,563.0001771,722.2340879,331.7778926,1048.895905 +22324,648.1810034,567.487185,725.355383,333.2831039,1047.318615 +22325,655.9798836,571.9092163,729.0037288,335.1385633,1045.903327 +22326,664.1914017,576.142893,732.7260037,336.9693228,1044.707454 +22327,672.6488029,580.7425036,736.7825204,338.9093,1043.714177 +22328,681.0751431,585.199844,740.5946108,340.8295232,1042.894339 +22329,689.9489757,589.5001379,744.8976196,342.8944991,1042.224589 +22330,698.6350788,594.2221799,748.9515252,344.8799468,1041.687658 +22331,707.6941278,598.5253738,753.1451487,346.8776158,1041.269859 +22332,716.6321918,602.9635028,757.355759,349.0455358,1040.959178 +22333,725.9262056,607.3453847,761.6067339,350.9593576,1040.744844 +22334,735.0731378,611.6991274,765.7910984,353.202781,1040.617074 +22335,763.3810403,628.0598479,770.7348057,355.3541431,1040.567205 +22336,775.5911126,634.0537167,774.9762206,357.4584356,1040.590987 +22337,786.5534847,639.3044548,779.0813972,359.6510464,1040.679127 +22338,797.656313,644.2619514,783.7209754,361.6651955,1040.824927 +22339,808.3613251,649.0776013,788.0480935,363.8045934,1041.023168 +22340,819.4725597,653.7843471,792.5168083,366.0832611,1041.269279 +22341,830.3931716,658.4029488,797.0014273,368.0652507,1041.559279 +22342,841.4435728,662.9450232,801.4730667,370.3729731,1041.889646 +22343,852.5715645,667.2092761,805.9998701,372.4473416,1042.257367 +22344,863.6507568,671.9358242,810.532878,374.7954946,1042.659767 +22345,875.1230378,676.1212465,814.9644185,376.8004258,1043.094528 +22346,886.4452944,680.4357289,819.7347836,379.1615572,1043.559526 +22347,897.9181037,684.6537723,824.2301289,381.3231684,1044.052897 +22348,909.4942348,688.8116514,828.8612718,383.5585691,1044.572906 +22349,921.1358769,692.9095433,833.6198226,385.7971566,1045.118019 +22350,932.7232597,696.9484666,837.9104227,388.0391574,1045.686793 +22351,940.5920536,698.457347,841.4429622,389.6382465,1046.277953 +22352,947.5715217,699.536377,844.3105356,391.2965884,1046.890183 +22353,954.6719158,700.2964412,847.2179655,392.8108235,1047.521933 +22354,961.0032845,701.0148764,850.0223766,394.1758563,1048.171825 +22355,967.4621608,701.4589196,852.7594858,395.6521434,1048.838736 +22356,974.0722196,701.8928032,855.4370387,396.965786,1049.521693 +22357,980.1170371,702.0805012,858.0595308,398.4461748,1050.21983 +22358,986.2095008,702.2769231,860.6306478,399.7386149,1050.93229 +22359,992.1425872,702.3200913,862.9953601,401.0727224,1051.658255 +22360,997.9498455,702.1784903,865.7138016,402.372001,1052.39688 +22361,1003.408146,702.0738082,868.0249937,403.7254984,1053.147352 +22362,1009.341515,701.8362042,870.4387452,404.7882444,1089.044369 +22363,1014.621841,701.5070267,872.7829671,406.1955345,1062.323415 +22364,1020.011826,701.0970218,875.0865122,407.3410873,1103.984441 +22365,1025.249871,700.6123157,877.3496304,408.5478944,1054.234515 +22366,1008.009889,690.7392941,879.4496662,409.6698474,1099.893798 +22367,1009.701041,688.6306795,881.6854317,410.7715721,1109.286525 +22368,1012.751693,687.2665608,883.6160458,411.9282402,1062.328264 +22369,1016.112886,685.9874563,885.8508015,413.0446628,1107.057798 +22370,1019.540669,684.7370581,887.8934704,414.0599493,1097.59528 +22371,1022.973368,683.4913663,889.9271665,415.260023,1101.192532 +22372,1026.372242,682.2370648,891.9273022,416.2598391,1104.621886 +22373,1029.95624,680.9671192,893.892798,417.3982171,1107.546191 +22374,1032.871531,679.6783988,895.8246039,418.2933554,1110.393394 +22375,1036.263805,678.3694702,897.5473208,419.3591138,1113.199563 +22376,1039.365928,677.0402092,899.681614,420.3321418,1116.016207 +22377,1042.427374,675.6907093,901.3849749,421.3009107,1118.818744 +22378,1045.408903,674.3215785,903.21574,422.25266,1121.550162 +22379,1048.304378,672.9333294,904.9868188,423.1874898,1124.278147 +22380,1051.114742,671.5267614,906.7274983,424.0194022,1126.898251 +22381,1287.745362,776.2337695,1142.783332,531.3252023,1590.92273 +22382,1292.43165,775.9065033,1146.577065,533.4794504,1597.572661 +22383,1295.935323,775.1515062,1149.519943,535.0572631,1603.633644 +22384,1298.519633,774.0531916,1151.570492,536.3254188,1608.697239 +22385,1300.831809,772.812121,1153.371595,537.4415292,1613.143071 +22386,1302.830772,771.465206,1154.879701,538.4554531,1617.266725 +22387,1304.614704,770.0462792,1156.307895,539.3971277,1621.131048 +22388,1306.212203,768.5751685,1157.593062,540.2832115,1624.733799 +22389,1307.642356,767.063407,1158.789089,541.1236646,1628.263653 +22390,1308.915624,765.517065,1159.90178,541.9234359,1631.643444 +22391,1310.035192,763.9403568,1160.938844,542.6860965,1634.923953 +22392,1311.004613,762.335937,1161.90438,543.4134952,1638.136464 +22393,1311.826769,760.7062477,1162.802564,544.1074668,1641.184885 +22394,1287.371219,752.4411915,1163.267087,544.6129986,1644.306025 +22395,1284.122035,749.7512727,1163.819387,544.9911917,1646.668288 +22396,1282.673559,747.5545787,1164.522443,545.818908,1649.793045 +22397,1281.373148,745.4810887,1165.129779,546.2564028,1652.584386 +22398,1280.091977,743.4550468,1165.678018,546.8003928,1655.216 +22399,1278.738091,741.4552759,1166.171656,547.2898864,1657.850615 +22400,1277.353824,739.4609665,1166.533761,547.7141743,1660.043879 +22401,1275.908098,737.4904477,1166.979103,548.1739035,1662.825856 +22402,1274.299573,735.5100891,1167.243588,548.5442685,1664.897354 +22403,1272.680966,733.6437176,1167.584274,548.9470567,1667.538383 +22404,1270.856128,731.5835614,1167.746743,549.2622248,1669.510641 +22405,1269.013801,729.7107378,1167.985337,549.608117,1671.968491 +22406,1266.96272,727.6533155,1168.048638,549.8686435,1673.807256 +22407,1264.881919,725.7797243,1168.187223,550.1605662,1676.180846 +22408,1262.553957,723.7266105,1168.154996,550.3679846,1677.879784 +22409,1260.230001,721.841207,1168.121754,550.5714268,1679.799405 +22410,1231.211774,715.9377211,1171.38581,552.177616,1682.115635 +22411,1226.572742,712.9134828,1170.976042,552.2154664,1683.463337 +22412,1222.517183,710.586896,1170.152045,552.0649337,1685.175247 +22413,1219.211367,708.0992066,1169.00741,551.8139723,1686.867418 +22414,1215.983757,705.656478,1167.830139,551.4935826,1688.541912 +22415,1212.818872,703.2103789,1166.499013,551.1140629,1690.0795 +22416,1209.671591,700.7541956,1165.117148,550.6808441,1691.635326 +22417,1206.518905,698.2842729,1163.625671,550.1971721,1693.106862 +22418,1203.345742,695.7985847,1161.942214,549.6651135,1693.240015 +22419,1200.488264,693.2962557,1160.309923,549.0865115,1693.936361 +22420,1196.749686,690.7766661,1158.551249,548.4627116,1694.157682 +22421,1193.713992,688.2395597,1156.614181,547.7949824,1694.516731 +22422,1190.340136,685.6847006,1154.735391,547.0843394,1694.810272 +22423,1186.970026,683.1121777,1152.704664,546.3319312,1695.067464 +22424,1183.54995,680.5223481,1150.580468,545.5392851,1695.288329 +22425,1180.075406,677.9142476,1148.450404,544.8611376,1695.477503 +22426,1176.546437,675.289263,1146.232516,543.7615568,1695.629185 +22427,1172.960425,672.6469245,1143.841844,542.960633,1695.748738 +22428,1169.315572,669.9875979,1141.519292,541.9891007,1695.834665 +22429,1165.711325,667.3116143,1139.086487,541.0043835,1695.888395 +22430,1161.857958,664.8405577,1136.457211,539.9836814,1695.909766 +22431,1158.02445,661.8141742,1133.978789,538.9277085,1695.899915 +22432,1154.235491,659.2420891,1131.324294,537.8368813,1695.858601 +22433,1150.198293,656.4707951,1128.620401,536.7119158,1695.78703 +22434,1146.280101,653.715733,1125.759323,535.5532361,1695.684826 +22435,1142.11647,650.9464798,1122.94805,534.3614947,1695.553143 +22436,1138.073133,648.1627067,1120.11076,533.137076,1695.391592 +22437,1133.784418,645.364865,1117.133573,531.8805949,1695.201319 +22438,1129.616459,642.5531648,1114.119495,530.5923853,1694.981847 +22439,1125.203787,639.7280825,1111.011444,529.2730273,1694.734303 +22440,1120.913294,636.8898282,1107.918478,527.9228221,1694.458179 +22441,1164.519227,657.204501,1152.654412,549.6267005,1776.550228 +22442,1163.391497,655.9647018,1152.811873,549.9884454,1780.613398 +22443,1161.559541,654.2435417,1152.185625,549.625983,1783.882314 +22444,1159.126631,652.3383377,1150.985295,549.1439267,1786.516409 +22445,1156.495399,650.3393954,1149.591955,548.5408883,1788.968212 +22446,1153.688986,648.272507,1148.025977,547.855697,1791.204849 +22447,1150.74418,646.1566581,1146.325604,547.1041449,1792.889495 +22448,1147.685152,644.0029423,1144.514094,546.2978872,1795.500687 +22449,1144.527233,641.8184773,1142.606586,545.5986238,1797.008733 +22450,1141.278493,639.6069198,1140.610741,544.4748542,1798.884394 +22451,1137.944409,637.3707435,1138.500501,543.6441428,1800.586857 +22452,1134.528338,635.1113898,1136.388045,542.641297,1802.22541 +22453,1131.033858,632.8302025,1134.130245,541.6231374,1803.799529 +22454,1127.462901,630.5280121,1131.824398,540.5673707,1805.311589 +22455,1123.818087,627.9994706,1129.441097,539.4749904,1806.76521 +22456,1120.101103,625.9510494,1126.986292,538.3465654,1808.161711 +22457,1116.617428,623.6456436,1124.431119,537.1829697,1809.503981 +22458,1112.3239,621.0121275,1121.883492,535.9847444,1810.752451 +22459,1108.6145,618.7525603,1119.202111,534.7526806,1812.052401 +22460,1104.584483,616.3092155,1116.48136,533.4872658,1813.209832 +22461,1100.536406,613.8789316,1113.691796,532.1892526,1814.355562 +22462,1096.427777,611.4329021,1110.809276,530.8593854,1815.447567 +22463,1092.259105,608.9707538,1107.938477,529.4976265,1816.493253 +22464,1088.032449,606.4938609,1104.941594,528.1051209,1817.493085 +22465,1083.749379,604.0021011,1101.910973,526.6822025,1818.449277 +22466,1079.411276,601.4959505,1098.787743,525.2293896,1819.361811 +22467,1075.020042,598.9758812,1095.679261,523.7473296,1820.232527 +22468,1070.576621,596.4420977,1092.450569,522.2363987,1821.061415 +22469,1066.083087,593.8973985,1089.191778,520.6995826,1821.850212 +22470,1061.540323,591.3550676,1085.844919,519.2902823,1822.63992 +22471,1059.208308,589.892703,1084.635334,518.4259838,1823.287103 +22472,1057.362701,588.1795208,1083.781243,518.0425948,1823.99824 +22473,1055.997096,586.9421025,1083.133988,517.6229473,1824.640481 +22474,1054.122106,585.6157684,1082.591198,517.2760087,1825.255868 +22475,1052.925991,584.3656452,1082.130412,516.9709541,1825.83979 +22476,1051.601798,583.1595618,1081.737217,516.7011017,1826.393211 +22477,1050.402232,581.9933518,1081.403565,516.4629652,1826.919002 +22478,1049.285366,580.8641671,1081.123469,516.2540613,1827.418852 +22479,1048.246829,579.7700874,1080.892929,516.0727899,1827.895937 +22480,1047.283364,578.7094332,1080.709362,515.9176248,1828.310967 +22481,1046.394684,577.6809104,1080.566483,515.7881702,1828.812803 +22482,1045.575748,576.6828571,1080.465564,515.6823001,1829.203322 +22483,1044.827711,575.7145849,1080.402034,515.6001478,1829.617363 +22484,1044.148009,574.7748604,1080.374328,515.5406287,1830.012007 +22485,1043.536212,573.8628577,1080.380614,515.5032607,1830.396025 +22486,1042.991069,572.9776157,1080.418897,515.4873904,1830.770316 +22487,1042.512317,571.9527933,1080.487807,515.49263,1831.13688 +22488,1042.099222,571.3607418,1080.585542,515.5184548,1831.496257 +22489,1041.751538,570.4340521,1080.711003,515.5645856,1831.850178 +22490,1041.468804,569.674495,1080.862654,515.630601,1832.198982 +22491,1041.251268,568.9119893,1081.039566,515.7163118,1832.544156 +22492,1041.054539,568.1731962,1081.19596,515.7998403,1832.815804 +22493,1041.001902,567.4563033,1081.454563,515.9405921,1833.213854 +22494,1040.940422,566.7615109,1081.663073,516.0654377,1833.492286 +22495,1041.021203,566.0872148,1081.965455,516.2447557,1833.885087 +22496,1041.090305,565.4342001,1082.217199,516.4075619,1834.166128 +22497,1041.25082,564.8002562,1082.511865,516.6002411,1834.486233 +22498,1041.487624,564.1880471,1082.83516,516.8159015,1834.819391 +22499,1041.794299,563.5934173,1083.175351,517.0512087,1835.153218 +22500,1042.168779,563.1791021,1083.536223,517.3051506,1835.489649 +22501,965.7909267,529.1167943,1006.856929,484.3135618,1692.893472 +22502,965.3926324,528.4451639,1006.754272,484.3695023,1691.519889 +22503,965.3610475,527.5972095,1006.411645,484.3594829,1691.319242 +22504,965.4835608,526.8959715,1006.385588,484.4911635,1690.839226 +22505,965.7227115,526.2193529,1006.379452,484.6475398,1690.508188 +22506,966.0572839,525.5702547,1006.411408,484.8333311,1690.211267 +22507,966.4778723,524.9433388,1006.469305,485.0439531,1689.936433 +22508,966.9824906,524.336896,1006.549848,485.2780431,1689.679707 +22509,967.5687463,523.7488891,1006.648734,485.5340174,1689.434465 +22510,968.0271559,523.1789419,1006.765426,485.8119607,1689.20096 +22511,969.0950912,522.6258266,1006.897397,486.1111343,1688.975291 +22512,969.7774233,522.0895626,1007.044951,486.4320522,1688.759051 +22513,970.7302473,521.5691834,1007.206127,486.7742678,1688.549299 +22514,971.7361381,521.0648097,1007.381443,487.1384266,1688.347979 +22515,972.828634,520.575579,1007.569167,487.5242161,1688.152571 +22516,974.0098325,520.1016258,1007.769846,487.9323271,1687.965064 +22517,975.2805628,519.6421455,1007.98188,488.3625374,1687.783199 +22518,976.643524,519.197258,1008.205784,488.8155568,1687.608904 +22519,978.0990732,518.9027444,1008.440056,489.2912403,1687.440123 +22520,979.6502014,518.2849601,1008.685155,489.7903105,1687.278687 +22521,981.2975906,517.9776042,1008.939701,490.3127044,1687.122705 +22522,983.0445763,517.5658998,1009.204028,490.8591454,1686.973923 +22523,984.8918493,517.1876126,1009.476803,491.4296414,1686.830635 +22524,986.8421129,516.8220352,1009.758406,492.024954,1686.694426 +22525,988.9984404,516.4657052,1010.072039,492.6737757,1686.578484 +22526,991.0934484,516.1262024,1010.353163,493.3009724,1686.446109 +22527,993.4555216,515.7935591,1010.675855,493.9972194,1686.338155 +22528,995.8662844,515.4741087,1010.990961,494.7029174,1686.229672 +22529,998.3834455,515.1657497,1011.309796,495.4328496,1686.126021 +22530,1001.016162,514.8680943,1011.633475,496.1897462,1686.028424 +22531,1006.272263,514.3528167,1011.43161,496.8980243,1685.937315 +22532,1011.647413,513.7975116,1011.119351,497.6236584,1685.852202 +22533,1017.902226,513.2264532,1010.753668,498.3741388,1685.773771 +22534,1059.641746,512.6957693,1010.477898,503.5483488,1685.743197 +22535,1071.155303,512.1349804,1010.10524,505.2978958,1685.720214 +22536,1080.523958,511.5643451,1009.689235,506.5353608,1685.677271 +22537,1089.682546,510.985506,1009.243901,507.8359349,1685.646579 +22538,1098.804633,510.4035481,1008.775007,509.1149529,1685.628411 +22539,1107.985109,509.8200074,1008.284092,510.4078641,1685.625261 +22540,1117.271875,509.2359452,1007.772484,511.7238385,1685.639911 +22541,1126.408749,508.6520684,1007.24123,513.0687233,1685.674152 +22542,1136.426642,508.0687645,1006.691016,514.4461621,1685.728532 +22543,1146.032845,507.4813864,1006.117711,516.0048757,1685.808386 +22544,1155.883948,506.9037844,1005.535567,517.2442148,1685.899563 +22545,1166.029737,506.3184017,1004.926139,518.8411125,1686.016793 +22546,1176.26829,505.7376403,1004.303781,520.3521364,1686.149627 +22547,1186.669509,505.1578936,1003.664322,521.7865504,1686.29923 +22548,1197.243539,504.5788191,1003.007846,523.6079561,1686.465316 +22549,1242.555272,505.1379178,1004.981042,531.0461648,1686.69029 +22550,1258.800333,504.8007707,1004.837502,533.808966,1686.936235 +22551,1271.714174,504.3528402,1004.423738,536.0601664,1687.171902 +22552,1285.219687,503.871964,1003.903755,538.2950725,1687.421081 +22553,1298.367746,503.3774829,1003.333789,540.5381083,1687.688208 +22554,1311.493737,502.8760611,1002.728768,542.8022912,1687.976576 +22555,1324.713668,502.3710562,1002.328402,545.0968025,1688.289015 +22556,1337.670248,501.8640445,1001.326551,547.4277113,1688.626681 +22557,1351.625896,501.3555584,1000.81379,549.6506708,1688.989841 +22558,1364.938676,500.8463068,1000.076819,552.2925852,1689.377823 +22559,1378.648782,500.3362593,999.3551762,554.7474868,1689.789613 +22560,1392.346354,499.8246167,998.612022,557.2098437,1690.221854 +22561,1252.60671,433.105219,844.5879521,493.665849,1404.570549 +22562,1266.667493,432.0356773,842.7063782,495.5527308,1404.723329 +22563,1279.49586,431.1857611,840.9713192,497.9759722,1404.36602 +22564,1293.808209,430.4061045,839.5384727,500.3029965,1404.634522 +22565,1307.997536,429.6596106,838.3953662,503.051882,1404.965173 +22566,1322.458442,429.0194523,836.9863556,505.5986384,1405.383872 +22567,1336.776674,428.171615,835.7085473,508.3298098,1405.865021 +22568,1352.205886,427.5213963,834.4081442,511.109453,1406.395123 +22569,1367.060353,426.799213,833.1023258,513.9576215,1406.965004 +22570,1382.394958,426.0046598,831.7884707,517.0029087,1407.569937 +22571,1397.910765,425.4281688,830.4647929,519.788251,1408.20588 +22572,1413.636032,424.6616391,829.1305022,522.9011649,1408.871013 +22573,1429.532706,423.9715738,827.7845699,526.1490471,1409.563038 +22574,1444.15041,423.4251155,826.7910912,529.0464464,1410.280887 +22575,1489.036335,424.8064024,830.3389629,538.7469362,1411.057279 +22576,1508.916396,424.5549779,829.953824,543.1158811,1411.860822 +22577,1527.177397,424.1186138,829.1343386,546.9641297,1412.673743 +22578,1545.279959,423.6201139,828.1641496,550.7635211,1413.509369 +22579,1563.233154,423.0963576,827.1252454,554.7908015,1414.368918 +22580,1581.218091,422.5585966,826.0427519,558.6687713,1415.256339 +22581,1599.140077,422.0122983,824.9281778,562.7347198,1416.173803 +22582,1616.942407,421.4602271,823.787296,566.5664694,1417.122796 +22583,1635.044536,420.9871859,822.6228269,570.770414,1418.103125 +22584,1653.094786,420.3042731,821.4364763,574.8773658,1419.114544 +22585,1671.476488,419.7992642,820.3616993,579.0751256,1420.155444 +22586,1689.885507,419.2185874,818.9381656,583.1772618,1421.225123 +22587,1707.874821,418.6470323,817.7832246,587.7685281,1422.321632 +22588,1727.583861,418.0716207,816.494041,592.0527236,1423.252356 +22589,1746.032163,417.4921463,815.2042457,596.5628689,1424.698272 +22590,1765.445264,416.9084961,813.8944169,601.1216751,1425.722694 +22591,1772.814056,415.8002745,811.3607024,603.1938739,1426.931117 +22592,1778.736642,414.5693002,808.5280167,604.8691849,1428.125086 +22593,1783.289512,413.2725627,805.4251091,606.3210131,1429.333053 +22594,1787.524328,411.938749,802.4267156,607.6069621,1430.552558 +22595,1790.83406,410.560994,799.3585094,608.7514108,1431.78234 +22596,1793.721307,409.1517136,795.9661035,609.7674934,1433.019331 +22597,1796.043817,407.7102137,792.7403873,610.6630452,1434.259928 +22598,1798.04944,406.3141075,789.2486764,611.443158,1435.499733 +22599,1799.444452,404.7029894,785.8601569,612.1114863,1436.734391 +22600,1800.452976,403.1488515,782.486542,612.6708067,1437.959471 +22601,1801.023186,401.6870308,778.5550821,613.1233767,1439.170958 +22602,1801.182711,400.118477,775.2268907,613.4710286,1440.364901 +22603,1800.945129,398.410631,771.47132,613.7153486,1441.537957 +22604,1800.316508,396.817418,767.7805082,613.8576405,1442.686884 +22605,1799.312183,395.1361437,763.8985313,613.899019,1443.808923 +22606,1797.941934,393.4367326,760.1558378,613.7316341,1444.901491 +22607,1796.211433,391.7145447,756.1652354,613.646146,1445.962446 +22608,1794.130352,389.9630713,752.2984696,613.4124071,1446.98973 +22609,1791.770002,388.2534171,748.3343163,612.9541469,1447.98173 +22610,1788.901606,386.2898793,744.3221009,612.57843,1448.93682 +22611,1785.846893,384.6007538,740.0825081,611.9426248,1449.853798 +22612,1782.404618,382.757025,736.2706509,611.3760872,1450.731434 +22613,1778.644111,380.7957924,731.8313915,610.5431123,1451.568899 +22614,1774.557855,378.9363078,727.7648033,609.7833863,1452.365207 +22615,1770.150399,376.9991821,723.5314475,608.7515536,1453.119832 +22616,1765.48886,375.0471011,719.2452415,607.7973351,1453.832063 +22617,1760.281146,373.1317572,714.799591,606.5647841,1454.50154 +22618,1755.057474,370.9840772,710.6966048,605.3110058,1455.127756 +22619,1749.316846,369.1472549,706.0434029,603.9648113,1455.710566 +22620,1743.322036,366.9664313,701.7329071,602.5181834,1456.249565 +22621,1743.795123,364.846542,697.1321297,600.8931436,1456.763137 +22622,1952.006991,493.9251016,913.5992335,730.1700036,2043.651671 +22623,1980.902389,494.0146436,927.2899387,730.9133646,2031.831227 +22624,2043.099657,491.3502736,956.9243728,728.1677154,2033.238034 +22625,2074.887581,488.563625,972.9173862,725.8270783,2038.87937 +22626,2057.879146,486.3156495,978.8884537,723.5376417,2034.262825 +22627,1946.685684,483.798845,980.6603607,721.0020792,2034.7072 +22628,2009.01232,481.4027055,980.8197883,718.4881802,2034.623231 +22629,1978.290865,478.9154495,980.3835203,715.8223132,2034.093026 +22630,1970.271077,476.4093291,979.7297452,713.0518478,2033.85071 +22631,1959.415126,473.955131,978.986067,710.1636222,2033.491701 +22632,1941.208665,471.4143394,967.634285,706.4362351,2033.108757 +22633,1931.0844,468.7667368,928.0442604,701.9191127,2032.664383 +22634,1910.406269,466.2814602,946.7594178,697.1454884,2032.246228 +22635,1886.433462,463.6920789,931.6747897,692.228475,2031.724939 +22636,1874.191343,461.1396691,929.1242795,687.021453,2031.17987 +22637,1873.940052,459.241455,924.1908538,687.7666268,2030.639076 +22638,1860.163639,456.6994345,917.1623878,683.6409159,2030.001214 +22639,1842.00673,453.9190658,913.8869809,678.8117256,2029.328038 +22640,1822.862492,451.3511908,907.3752385,673.8285442,2028.605548 +22641,1804.946746,448.6294243,901.713347,668.4245605,2027.750786 +22642,1784.564638,445.7700753,895.5711387,662.9683926,2026.854871 +22643,1745.240583,443.0591561,887.9908905,657.2661237,2025.826365 +22644,1772.437343,440.2601407,884.9196395,651.3730831,2025.12154 +22645,1689.408578,437.296783,877.6872899,645.2763731,2024.059662 +22646,1726.811342,434.488112,871.8068655,638.9653782,2023.004267 +22647,1654.106389,431.5866063,865.6780205,632.4245046,2022.065576 +22648,1675.481692,429.1088644,860.9430539,628.7542183,2020.799711 +22649,1642.043549,426.0435403,854.8195013,622.429989,2019.759724 +22650,1634.570143,422.9957191,848.0873275,615.3151071,2018.545466 +22651,1585.003756,420.4818132,837.5326843,611.0870128,2017.388789 +22652,1603.363749,419.0732277,849.2043045,607.1476779,2015.912738 +22653,1577.245019,416.4085747,827.5136809,603.3732885,2014.625367 +22654,1431.394611,414.6017662,828.7800848,564.4816162,2013.187611 +22655,1403.931452,412.5506183,830.2888756,556.5536986,2011.317584 +22656,1385.245455,410.5871387,822.6451919,550.8696874,2009.738611 +22657,1368.396483,408.6361577,827.8399739,545.760655,2008.150031 +22658,1353.240204,406.7032418,808.0659157,540.8601376,2006.439332 +22659,1332.684171,401.6017353,812.1150156,533.2262398,2004.636842 +22660,1318.290202,399.3279727,792.3275589,528.3786087,2002.842509 +22661,1304.901068,397.2455384,801.4545553,524.319521,2000.958689 +22662,1291.948124,395.243993,792.1255609,519.5788882,1999.16319 +22663,1279.193737,393.2852671,789.8736707,515.7188994,1996.998887 +22664,1267.329332,391.3586257,786.2012686,511.6823396,1995.045104 +22665,1255.505,389.4584027,787.0578582,507.8023901,1992.934199 +22666,1244.022656,387.5810271,773.0780582,503.980966,1990.801988 +22667,1233.190671,385.7250144,779.3857993,500.3352802,1988.69217 +22668,1222.170472,383.8889526,772.1286607,496.6901089,1986.487477 +22669,1211.628318,382.0727026,769.6881627,493.1515274,1984.287531 +22670,1201.477909,380.2753711,766.5643317,489.6424987,1982.065778 +22671,1191.357572,378.4970223,763.3121007,486.2841537,1979.830979 +22672,1181.541292,376.7370124,760.2760198,482.9118604,1977.587302 +22673,1171.917786,374.995544,757.2033611,479.6285608,1975.312635 +22674,1162.486247,373.2719986,754.2668919,476.3949888,1973.101025 +22675,1153.148156,371.5664923,751.1556731,473.1803136,1970.834486 +22676,1144.208368,370.1147277,755.6046112,470.0989527,1968.593139 +22677,1135.232359,368.0939142,734.1965681,466.9912756,1966.350186 +22678,1126.585688,366.6160486,754.8257022,463.959058,1964.248894 +22679,1117.75067,364.9404048,728.0433307,460.9335967,1961.850505 +22680,1109.494566,363.3217716,740.6241289,458.0291895,1959.728489 +22681,0,0,0,0,0 +22682,0,0,0,0,0 +22683,0,0,0,0,0 +22684,0,0,0,0,0 +22685,0,0,0,0,0 +22686,0,0,0,0,0 +22687,0,0,0,0,0 +22688,0,0,0,0,0 +22689,0,0,0,0,0 +22690,0,0,0,0,0 +22691,0,0,0,0,0 +22692,0,0,0,0,0 +22693,0,0,0,0,0 +22694,0,0,0,0,0 +22695,0,0,0,0,0 +22696,0,0,0,0,0 +22697,0,0,0,0,0 +22698,0,0,0,0,0 +22699,0,0,0,0,0 +22700,0,0,0,0,0 +22701,0,0,0,0,0 +22702,0,0,0,0,0 +22703,0,0,0,0,0 +22704,0,0,0,0,0 +22705,0,0,0,0,0 +22706,0,0,0,0,0 +22707,0,0,0,0,0 +22708,0,0,0,0,0 +22709,0,0,0,0,0 +22710,0,0,0,0,0 +22711,0,0,0,0,0 +22712,0,0,0,0,0 +22713,0,0,0,0,0 +22714,0,0,0,0,0 +22715,0,0,0,0,0 +22716,0,0,0,0,0 +22717,0,0,0,0,0 +22718,0,0,0,0,0 +22719,0,0,0,0,0 +22720,0,0,0,0,0 +22721,0,0,0,0,0 +22722,0,0,0,0,0 +22723,0,0,0,0,0 +22724,0,0,0,0,0 +22725,0,0,0,0,0 +22726,0,0,0,0,0 +22727,0,0,0,0,0 +22728,0,0,0,0,0 +22729,0,0,0,0,0 +22730,0,0,0,0,0 +22731,0,0,0,0,0 +22732,0,0,0,0,0 +22733,0,0,0,0,0 +22734,0,0,0,0,0 +22735,0,0,0,0,0 +22736,0,0,0,0,0 +22737,0,0,0,0,0 +22738,0,0,0,0,0 +22739,0,0,0,0,0 +22740,0,0,0,0,0 +22741,0,0,0,0,0 +22742,0,0,0,0,0 +22743,0,0,0,0,0 +22744,0,0,0,0,0 +22745,0,0,0,0,0 +22746,0,0,0,0,0 +22747,0,0,0,0,0 +22748,0,0,0,0,0 +22749,0,0,0,0,0 +22750,0,0,0,0,0 +22751,0,0,0,0,0 +22752,0,0,0,0,0 +22753,0,0,0,0,0 +22754,0,0,0,0,0 +22755,0,0,0,0,0 +22756,0,0,0,0,0 +22757,0,0,0,0,0 +22758,0,0,0,0,0 +22759,0,0,0,0,0 +22760,0,0,0,0,0 +22761,0,0,0,0,0 +22762,0,0,0,0,0 +22763,0,0,0,0,0 +22764,0,0,0,0,0 +22765,0,0,0,0,0 +22766,0,0,0,0,0 +22767,0,0,0,0,0 +22768,0,0,0,0,0 +22769,0,0,0,0,0 +22770,0,0,0,0,0 +22771,0,0,0,0,0 +22772,0,0,0,0,0 +22773,0,0,0,0,0 +22774,0,0,0,0,0 +22775,0,0,0,0,0 +22776,0,0,0,0,0 +22777,0,0,0,0,0 +22778,0,0,0,0,0 +22779,0,0,0,0,0 +22780,0,0,0,0,0 +22781,0,0,0,0,0 +22782,0,0,0,0,0 +22783,0,0,0,0,0 +22784,0,0,0,0,0 +22785,0,0,0,0,0 +22786,0,0,0,0,0 +22787,0,0,0,0,0 +22788,0,0,0,0,0 +22789,0,0,0,0,0 +22790,0,0,0,0,0 +22791,0,0,0,0,0 +22792,0,0,0,0,0 +22793,0,0,0,0,0 +22794,0,0,0,0,0 +22795,0,0,0,0,0 +22796,0,0,0,0,0 +22797,0,0,0,0,0 +22798,0,0,0,0,0 +22799,0,0,0,0,0 +22800,0,0,0,0,0 +22801,0,0,0,0,0 +22802,0,0,0,0,0 +22803,0,0,0,0,0 +22804,0,0,0,0,0 +22805,0,0,0,0,0 +22806,0,0,0,0,0 +22807,0,0,0,0,0 +22808,0,0,0,0,0 +22809,0,0,0,0,0 +22810,0,0,0,0,0 +22811,0,0,0,0,0 +22812,0,0,0,0,0 +22813,0,0,0,0,0 +22814,0,0,0,0,0 +22815,0,0,0,0,0 +22816,0,0,0,0,0 +22817,0,0,0,0,0 +22818,0,0,0,0,0 +22819,0,0,0,0,0 +22820,0,0,0,0,0 +22821,0,0,0,0,0 +22822,0,0,0,0,0 +22823,0,0,0,0,0 +22824,0,0,0,0,0 +22825,0,0,0,0,0 +22826,0,0,0,0,0 +22827,0,0,0,0,0 +22828,0,0,0,0,0 +22829,0,0,0,0,0 +22830,0,0,0,0,0 +22831,0,0,0,0,0 +22832,0,0,0,0,0 +22833,0,0,0,0,0 +22834,0,0,0,0,0 +22835,0,0,0,0,0 +22836,0,0,0,0,0 +22837,0,0,0,0,0 +22838,0,0,0,0,0 +22839,0,0,0,0,0 +22840,0,0,0,0,0 +22841,0,0,0,0,0 +22842,0,0,0,0,0 +22843,0,0,0,0,0 +22844,0,0,0,0,0 +22845,0,0,0,0,0 +22846,0,0,0,0,0 +22847,0,0,0,0,0 +22848,0,0,0,0,0 +22849,0,0,0,0,0 +22850,0,0,0,0,0 +22851,0,0,0,0,0 +22852,0,0,0,0,0 +22853,0,0,0,0,0 +22854,0,0,0,0,0 +22855,0,0,0,0,0 +22856,0,0,0,0,0 +22857,0,0,0,0,0 +22858,0,0,0,0,0 +22859,0,0,0,0,0 +22860,0,0,0,0,0 +22861,0,0,0,0,0 +22862,0,0,0,0,0 +22863,0,0,0,0,0 +22864,0,0,0,0,0 +22865,0,0,0,0,0 +22866,0,0,0,0,0 +22867,0,0,0,0,0 +22868,0,0,0,0,0 +22869,0,0,0,0,0 +22870,0,0,0,0,0 +22871,0,0,0,0,0 +22872,0,0,0,0,0 +22873,0,0,0,0,0 +22874,0,0,0,0,0 +22875,0,0,0,0,0 +22876,0,0,0,0,0 +22877,0,0,0,0,0 +22878,0,0,0,0,0 +22879,0,0,0,0,0 +22880,0,0,0,0,0 +22881,0,0,0,0,0 +22882,0,0,0,0,0 +22883,0,0,0,0,0 +22884,0,0,0,0,0 +22885,0,0,0,0,0 +22886,0,0,0,0,0 +22887,0,0,0,0,0 +22888,0,0,0,0,0 +22889,0,0,0,0,0 +22890,0,0,0,0,0 +22891,0,0,0,0,0 +22892,0,0,0,0,0 +22893,0,0,0,0,0 +22894,0,0,0,0,0 +22895,0,0,0,0,0 +22896,0,0,0,0,0 +22897,0,0,0,0,0 +22898,0,0,0,0,0 +22899,0,0,0,0,0 +22900,0,0,0,0,0 +22901,0,0,0,0,0 +22902,0,0,0,0,0 +22903,0,0,0,0,0 +22904,0,0,0,0,0 +22905,0,0,0,0,0 +22906,0,0,0,0,0 +22907,0,0,0,0,0 +22908,0,0,0,0,0 +22909,0,0,0,0,0 +22910,0,0,0,0,0 +22911,0,0,0,0,0 +22912,0,0,0,0,0 +22913,0,0,0,0,0 +22914,0,0,0,0,0 +22915,0,0,0,0,0 +22916,0,0,0,0,0 +22917,0,0,0,0,0 +22918,0,0,0,0,0 +22919,0,0,0,0,0 +22920,0,0,0,0,0 +22921,0,0,0,0,0 +22922,0,0,0,0,0 +22923,0,0,0,0,0 +22924,0,0,0,0,0 +22925,0,0,0,0,0 +22926,0,0,0,0,0 +22927,0,0,0,0,0 +22928,0,0,0,0,0 +22929,0,0,0,0,0 +22930,0,0,0,0,0 +22931,0,0,0,0,0 +22932,0,0,0,0,0 +22933,0,0,0,0,0 +22934,0,0,0,0,0 +22935,0,0,0,0,0 +22936,0,0,0,0,0 +22937,0,0,0,0,0 +22938,0,0,0,0,0 +22939,0,0,0,0,0 +22940,0,0,0,0,0 +22941,0,0,0,0,0 +22942,0,0,0,0,0 +22943,0,0,0,0,0 +22944,0,0,0,0,0 +22945,0,0,0,0,0 +22946,0,0,0,0,0 +22947,0,0,0,0,0 +22948,0,0,0,0,0 +22949,0,0,0,0,0 +22950,0,0,0,0,0 +22951,0,0,0,0,0 +22952,0,0,0,0,0 +22953,0,0,0,0,0 +22954,0,0,0,0,0 +22955,0,0,0,0,0 +22956,0,0,0,0,0 +22957,0,0,0,0,0 +22958,0,0,0,0,0 +22959,0,0,0,0,0 +22960,0,0,0,0,0 +22961,0,0,0,0,0 +22962,0,0,0,0,0 +22963,0,0,0,0,0 +22964,0,0,0,0,0 +22965,0,0,0,0,0 +22966,0,0,0,0,0 +22967,0,0,0,0,0 +22968,0,0,0,0,0 +22969,0,0,0,0,0 +22970,0,0,0,0,0 +22971,0,0,0,0,0 +22972,0,0,0,0,0 +22973,0,0,0,0,0 +22974,0,0,0,0,0 +22975,0,0,0,0,0 +22976,0,0,0,0,0 +22977,0,0,0,0,0 +22978,0,0,0,0,0 +22979,0,0,0,0,0 +22980,0,0,0,0,0 +22981,0,0,0,0,0 +22982,0,0,0,0,0 +22983,0,0,0,0,0 +22984,0,0,0,0,0 +22985,0,0,0,0,0 +22986,0,0,0,0,0 +22987,0,0,0,0,0 +22988,0,0,0,0,0 +22989,0,0,0,0,0 +22990,0,0,0,0,0 +22991,0,0,0,0,0 +22992,0,0,0,0,0 +22993,0,0,0,0,0 +22994,0,0,0,0,0 +22995,0,0,0,0,0 +22996,0,0,0,0,0 +22997,0,0,0,0,0 +22998,0,0,0,0,0 +22999,0,0,0,0,0 +23000,0,0,0,0,0 +23001,0,0,0,0,0 +23002,0,0,0,0,0 +23003,0,0,0,0,0 +23004,0,0,0,0,0 +23005,0,0,0,0,0 +23006,0,0,0,0,0 +23007,0,0,0,0,0 +23008,0,0,0,0,0 +23009,0,0,0,0,0 +23010,0,0,0,0,0 +23011,0,0,0,0,0 +23012,0,0,0,0,0 +23013,0,0,0,0,0 +23014,0,0,0,0,0 +23015,0,0,0,0,0 +23016,0,0,0,0,0 +23017,0,0,0,0,0 +23018,0,0,0,0,0 +23019,0,0,0,0,0 +23020,0,0,0,0,0 +23021,0,0,0,0,0 +23022,0,0,0,0,0 +23023,0,0,0,0,0 +23024,0,0,0,0,0 +23025,0,0,0,0,0 +23026,0,0,0,0,0 +23027,0,0,0,0,0 +23028,0,0,0,0,0 +23029,0,0,0,0,0 +23030,0,0,0,0,0 +23031,0,0,0,0,0 +23032,0,0,0,0,0 +23033,0,0,0,0,0 +23034,0,0,0,0,0 +23035,0,0,0,0,0 +23036,0,0,0,0,0 +23037,0,0,0,0,0 +23038,0,0,0,0,0 +23039,0,0,0,0,0 +23040,0,0,0,0,0 +23041,0,0,0,0,0 +23042,0,0,0,0,0 +23043,0,0,0,0,0 +23044,0,0,0,0,0 +23045,0,0,0,0,0 +23046,0,0,0,0,0 +23047,0,0,0,0,0 +23048,0,0,0,0,0 +23049,0,0,0,0,0 +23050,0,0,0,0,0 +23051,0,0,0,0,0 +23052,0,0,0,0,0 +23053,0,0,0,0,0 +23054,0,0,0,0,0 +23055,0,0,0,0,0 +23056,0,0,0,0,0 +23057,0,0,0,0,0 +23058,0,0,0,0,0 +23059,0,0,0,0,0 +23060,0,0,0,0,0 +23061,0,0,0,0,0 +23062,0,0,0,0,0 +23063,0,0,0,0,0 +23064,0,0,0,0,0 +23065,0,0,0,0,0 +23066,0,0,0,0,0 +23067,0,0,0,0,0 +23068,0,0,0,0,0 +23069,0,0,0,0,0 +23070,0,0,0,0,0 +23071,0,0,0,0,0 +23072,0,0,0,0,0 +23073,0,0,0,0,0 +23074,0,0,0,0,0 +23075,0,0,0,0,0 +23076,0,0,0,0,0 +23077,0,0,0,0,0 +23078,0,0,0,0,0 +23079,0,0,0,0,0 +23080,0,0,0,0,0 +23081,0,0,0,0,0 +23082,0,0,0,0,0 +23083,0,0,0,0,0 +23084,0,0,0,0,0 +23085,0,0,0,0,0 +23086,0,0,0,0,0 +23087,0,0,0,0,0 +23088,0,0,0,0,0 +23089,0,0,0,0,0 +23090,0,0,0,0,0 +23091,0,0,0,0,0 +23092,0,0,0,0,0 +23093,0,0,0,0,0 +23094,0,0,0,0,0 +23095,0,0,0,0,0 +23096,0,0,0,0,0 +23097,0,0,0,0,0 +23098,0,0,0,0,0 +23099,0,0,0,0,0 +23100,0,0,0,0,0 +23101,0,0,0,0,0 +23102,0,0,0,0,0 +23103,0,0,0,0,0 +23104,0,0,0,0,0 +23105,0,0,0,0,0 +23106,0,0,0,0,0 +23107,0,0,0,0,0 +23108,0,0,0,0,0 +23109,0,0,0,0,0 +23110,0,0,0,0,0 +23111,0,0,0,0,0 +23112,0,0,0,0,0 +23113,0,0,0,0,0 +23114,0,0,0,0,0 +23115,0,0,0,0,0 +23116,0,0,0,0,0 +23117,0,0,0,0,0 +23118,0,0,0,0,0 +23119,0,0,0,0,0 +23120,0,0,0,0,0 +23121,0,0,0,0,0 +23122,0,0,0,0,0 +23123,0,0,0,0,0 +23124,0,0,0,0,0 +23125,0,0,0,0,0 +23126,0,0,0,0,0 +23127,0,0,0,0,0 +23128,0,0,0,0,0 +23129,0,0,0,0,0 +23130,0,0,0,0,0 +23131,0,0,0,0,0 +23132,0,0,0,0,0 +23133,0,0,0,0,0 +23134,0,0,0,0,0 +23135,0,0,0,0,0 +23136,0,0,0,0,0 +23137,0,0,0,0,0 +23138,0,0,0,0,0 +23139,0,0,0,0,0 +23140,0,0,0,0,0 +23141,0,0,0,0,0 +23142,0,0,0,0,0 +23143,0,0,0,0,0 +23144,0,0,0,0,0 +23145,0,0,0,0,0 +23146,0,0,0,0,0 +23147,0,0,0,0,0 +23148,0,0,0,0,0 +23149,0,0,0,0,0 +23150,0,0,0,0,0 +23151,0,0,0,0,0 +23152,0,0,0,0,0 +23153,0,0,0,0,0 +23154,0,0,0,0,0 +23155,0,0,0,0,0 +23156,0,0,0,0,0 +23157,0,0,0,0,0 +23158,0,0,0,0,0 +23159,0,0,0,0,0 +23160,0,0,0,0,0 +23161,0,0,0,0,0 +23162,0,0,0,0,0 +23163,0,0,0,0,0 +23164,0,0,0,0,0 +23165,0,0,0,0,0 +23166,0,0,0,0,0 +23167,0,0,0,0,0 +23168,0,0,0,0,0 +23169,0,0,0,0,0 +23170,0,0,0,0,0 +23171,0,0,0,0,0 +23172,0,0,0,0,0 +23173,0,0,0,0,0 +23174,0,0,0,0,0 +23175,0,0,0,0,0 +23176,0,0,0,0,0 +23177,0,0,0,0,0 +23178,0,0,0,0,0 +23179,0,0,0,0,0 +23180,0,0,0,0,0 +23181,0,0,0,0,0 +23182,0,0,0,0,0 +23183,0,0,0,0,0 +23184,0,0,0,0,0 +23185,0,0,0,0,0 +23186,0,0,0,0,0 +23187,0,0,0,0,0 +23188,0,0,0,0,0 +23189,0,0,0,0,0 +23190,0,0,0,0,0 +23191,0,0,0,0,0 +23192,0,0,0,0,0 +23193,0,0,0,0,0 +23194,0,0,0,0,0 +23195,0,0,0,0,0 +23196,0,0,0,0,0 +23197,0,0,0,0,0 +23198,0,0,0,0,0 +23199,0,0,0,0,0 +23200,0,0,0,0,0 +23201,0,0,0,0,0 +23202,0,0,0,0,0 +23203,0,0,0,0,0 +23204,0,0,0,0,0 +23205,0,0,0,0,0 +23206,0,0,0,0,0 +23207,0,0,0,0,0 +23208,0,0,0,0,0 +23209,0,0,0,0,0 +23210,0,0,0,0,0 +23211,0,0,0,0,0 +23212,0,0,0,0,0 +23213,0,0,0,0,0 +23214,0,0,0,0,0 +23215,0,0,0,0,0 +23216,0,0,0,0,0 +23217,0,0,0,0,0 +23218,0,0,0,0,0 +23219,0,0,0,0,0 +23220,0,0,0,0,0 +23221,0,0,0,0,0 +23222,0,0,0,0,0 +23223,0,0,0,0,0 +23224,0,0,0,0,0 +23225,0,0,0,0,0 +23226,0,0,0,0,0 +23227,0,0,0,0,0 +23228,0,0,0,0,0 +23229,0,0,0,0,0 +23230,0,0,0,0,0 +23231,0,0,0,0,0 +23232,0,0,0,0,0 +23233,0,0,0,0,0 +23234,0,0,0,0,0 +23235,0,0,0,0,0 +23236,0,0,0,0,0 +23237,0,0,0,0,0 +23238,0,0,0,0,0 +23239,0,0,0,0,0 +23240,0,0,0,0,0 +23241,0,0,0,0,0 +23242,0,0,0,0,0 +23243,0,0,0,0,0 +23244,0,0,0,0,0 +23245,0,0,0,0,0 +23246,0,0,0,0,0 +23247,0,0,0,0,0 +23248,0,0,0,0,0 +23249,0,0,0,0,0 +23250,0,0,0,0,0 +23251,0,0,0,0,0 +23252,0,0,0,0,0 +23253,0,0,0,0,0 +23254,0,0,0,0,0 +23255,0,0,0,0,0 +23256,0,0,0,0,0 +23257,0,0,0,0,0 +23258,0,0,0,0,0 +23259,0,0,0,0,0 +23260,0,0,0,0,0 +23261,0,0,0,0,0 +23262,0,0,0,0,0 +23263,0,0,0,0,0 +23264,0,0,0,0,0 +23265,0,0,0,0,0 +23266,0,0,0,0,0 +23267,0,0,0,0,0 +23268,0,0,0,0,0 +23269,0,0,0,0,0 +23270,0,0,0,0,0 +23271,0,0,0,0,0 +23272,0,0,0,0,0 +23273,0,0,0,0,0 +23274,0,0,0,0,0 +23275,0,0,0,0,0 +23276,0,0,0,0,0 +23277,0,0,0,0,0 +23278,0,0,0,0,0 +23279,0,0,0,0,0 +23280,0,0,0,0,0 +23281,0,0,0,0,0 +23282,0,0,0,0,0 +23283,0,0,0,0,0 +23284,0,0,0,0,0 +23285,0,0,0,0,0 +23286,0,0,0,0,0 +23287,0,0,0,0,0 +23288,0,0,0,0,0 +23289,0,0,0,0,0 +23290,0,0,0,0,0 +23291,0,0,0,0,0 +23292,0,0,0,0,0 +23293,0,0,0,0,0 +23294,0,0,0,0,0 +23295,0,0,0,0,0 +23296,0,0,0,0,0 +23297,0,0,0,0,0 +23298,0,0,0,0,0 +23299,0,0,0,0,0 +23300,0,0,0,0,0 +23301,0,0,0,0,0 +23302,0,0,0,0,0 +23303,0,0,0,0,0 +23304,0,0,0,0,0 +23305,0,0,0,0,0 +23306,0,0,0,0,0 +23307,0,0,0,0,0 +23308,0,0,0,0,0 +23309,0,0,0,0,0 +23310,0,0,0,0,0 +23311,0,0,0,0,0 +23312,0,0,0,0,0 +23313,0,0,0,0,0 +23314,0,0,0,0,0 +23315,0,0,0,0,0 +23316,0,0,0,0,0 +23317,0,0,0,0,0 +23318,0,0,0,0,0 +23319,0,0,0,0,0 +23320,0,0,0,0,0 +23321,0,0,0,0,0 +23322,0,0,0,0,0 +23323,0,0,0,0,0 +23324,0,0,0,0,0 +23325,0,0,0,0,0 +23326,0,0,0,0,0 +23327,0,0,0,0,0 +23328,0,0,0,0,0 +23329,0,0,0,0,0 +23330,0,0,0,0,0 +23331,0,0,0,0,0 +23332,0,0,0,0,0 +23333,0,0,0,0,0 +23334,0,0,0,0,0 +23335,0,0,0,0,0 +23336,0,0,0,0,0 +23337,0,0,0,0,0 +23338,0,0,0,0,0 +23339,0,0,0,0,0 +23340,0,0,0,0,0 +23341,0,0,0,0,0 +23342,0,0,0,0,0 +23343,0,0,0,0,0 +23344,0,0,0,0,0 +23345,0,0,0,0,0 +23346,0,0,0,0,0 +23347,0,0,0,0,0 +23348,0,0,0,0,0 +23349,0,0,0,0,0 +23350,0,0,0,0,0 +23351,0,0,0,0,0 +23352,0,0,0,0,0 +23353,0,0,0,0,0 +23354,0,0,0,0,0 +23355,0,0,0,0,0 +23356,0,0,0,0,0 +23357,0,0,0,0,0 +23358,0,0,0,0,0 +23359,0,0,0,0,0 +23360,0,0,0,0,0 +23361,0,0,0,0,0 +23362,0,0,0,0,0 +23363,0,0,0,0,0 +23364,0,0,0,0,0 +23365,0,0,0,0,0 +23366,0,0,0,0,0 +23367,0,0,0,0,0 +23368,0,0,0,0,0 +23369,0,0,0,0,0 +23370,0,0,0,0,0 +23371,0,0,0,0,0 +23372,0,0,0,0,0 +23373,0,0,0,0,0 +23374,0,0,0,0,0 +23375,0,0,0,0,0 +23376,0,0,0,0,0 +23377,0,0,0,0,0 +23378,0,0,0,0,0 +23379,0,0,0,0,0 +23380,0,0,0,0,0 +23381,0,0,0,0,0 +23382,0,0,0,0,0 +23383,0,0,0,0,0 +23384,0,0,0,0,0 +23385,0,0,0,0,0 +23386,0,0,0,0,0 +23387,0,0,0,0,0 +23388,0,0,0,0,0 +23389,0,0,0,0,0 +23390,0,0,0,0,0 +23391,0,0,0,0,0 +23392,0,0,0,0,0 +23393,0,0,0,0,0 +23394,0,0,0,0,0 +23395,0,0,0,0,0 +23396,0,0,0,0,0 +23397,0,0,0,0,0 +23398,0,0,0,0,0 +23399,0,0,0,0,0 +23400,0,0,0,0,0 +23401,0,0,0,0,0 +23402,0,0,0,0,0 +23403,0,0,0,0,0 +23404,0,0,0,0,0 +23405,0,0,0,0,0 +23406,0,0,0,0,0 +23407,0,0,0,0,0 +23408,0,0,0,0,0 +23409,0,0,0,0,0 +23410,0,0,0,0,0 +23411,0,0,0,0,0 +23412,0,0,0,0,0 +23413,0,0,0,0,0 +23414,0,0,0,0,0 +23415,0,0,0,0,0 +23416,0,0,0,0,0 +23417,0,0,0,0,0 +23418,0,0,0,0,0 +23419,0,0,0,0,0 +23420,0,0,0,0,0 +23421,0,0,0,0,0 +23422,0,0,0,0,0 +23423,0,0,0,0,0 +23424,0,0,0,0,0 +23425,0,0,0,0,0 +23426,0,0,0,0,0 +23427,0,0,0,0,0 +23428,0,0,0,0,0 +23429,0,0,0,0,0 +23430,0,0,0,0,0 +23431,0,0,0,0,0 +23432,0,0,0,0,0 +23433,0,0,0,0,0 +23434,0,0,0,0,0 +23435,0,0,0,0,0 +23436,0,0,0,0,0 +23437,0,0,0,0,0 +23438,0,0,0,0,0 +23439,0,0,0,0,0 +23440,0,0,0,0,0 +23441,0,0,0,0,0 +23442,0,0,0,0,0 +23443,0,0,0,0,0 +23444,0,0,0,0,0 +23445,0,0,0,0,0 +23446,0,0,0,0,0 +23447,0,0,0,0,0 +23448,0,0,0,0,0 +23449,0,0,0,0,0 +23450,0,0,0,0,0 +23451,0,0,0,0,0 +23452,0,0,0,0,0 +23453,0,0,0,0,0 +23454,0,0,0,0,0 +23455,0,0,0,0,0 +23456,0,0,0,0,0 +23457,0,0,0,0,0 +23458,0,0,0,0,0 +23459,0,0,0,0,0 +23460,0,0,0,0,0 +23461,-1419.993061,-620.9540555,-1391.240616,-620.8738299,-20.7313925 +23462,-1554.887172,-658.698805,-1524.742231,-658.6199483,-222.7704035 +23463,-1672.210229,-695.4539394,-1636.882251,-695.3771558,-442.1027483 +23464,-1947.540451,-824.5094362,-1914.659999,-824.4345953,-1110.241823 +23465,-1611.560329,-674.0150467,-1579.659336,-673.942107,-580.4891958 +23466,-1687.360414,-708.708356,-1655.835467,-708.6376776,-703.4206278 +23467,-1737.402201,-732.3704597,-1706.242031,-732.3019966,-800.9997157 +23468,-1763.29425,-745.3168329,-1732.261579,-745.2504887,-865.7585326 +23469,-1770.506158,-749.8370688,-1739.490678,-749.772744,-900.576603 +23470,-1765.580298,-748.8185884,-1734.571415,-748.7562088,-913.23266 +23471,-1754.868939,-745.1099709,-1723.879964,-745.0494869,-913.3641096 +23472,-1819.172686,-776.1769038,-1788.725045,-776.1182101,-1077.537227 +23473,-1654.251496,-702.2939188,-1623.892087,-702.2369887,-796.9787568 +23474,-1669.887946,-709.8019641,-1639.159482,-709.7468762,-816.6579784 +23475,-1680.090612,-715.0502977,-1649.183764,-714.9970134,-836.0890313 +23476,-1683.554165,-717.2673082,-1652.559962,-717.2157646,-847.342063 +23477,-1682.03172,-717.1806047,-1650.992213,-717.1307323,-850.9904966 +23478,-1677.646427,-715.7359456,-1646.578908,-715.687681,-849.6198891 +23479,-1671.970281,-713.6469081,-1640.880765,-713.6001953,-845.5371652 +23480,-1665.922395,-711.3348968,-1634.812676,-711.2896848,-840.241284 +23481,-1659.953796,-709.008985,-1628.824607,-708.9652253,-834.5524596 +23482,-1654.248322,-706.7566459,-1623.100438,-706.7142911,-828.8661355 +23483,-1648.858678,-704.6057272,-1617.69315,-704.5647308,-823.3502457 +23484,-1643.780364,-702.5580784,-1612.598479,-702.5183948,-818.0619526 +23485,-1638.987102,-700.6055539,-1607.790299,-700.5671387,-813.0081818 +23486,-1634.446304,-698.7369305,-1603.236093,-698.69974,-808.1744318 +23487,-1630.125661,-696.9408355,-1598.90357,-696.9048275,-803.538315 +23488,-1625.995614,-695.2068487,-1594.763152,-695.1719821,-799.0755478 +23489,-1622.030279,-693.5259252,-1590.788906,-693.4921603,-794.7628634 +23490,-1618.207441,-691.8904087,-1586.95855,-691.857707,-790.5790583 +23491,-1614.50831,-690.2939409,-1583.253217,-690.2622652,-786.5054313 +23492,-1610.91702,-688.7312541,-1579.656957,-688.7005685,-782.5256164 +23493,-1607.420278,-687.1980333,-1576.156394,-687.1683031,-778.6255458 +23494,-1604.006909,-685.690731,-1572.740272,-685.6619227,-774.7931234 +23495,-1600.667532,-684.206438,-1569.399132,-684.1785194,-771.0180131 +23496,-1597.394242,-682.7427605,-1566.124998,-682.7157003,-767.2913899 +23497,-1594.180374,-681.297728,-1562.911139,-681.2714963,-763.6057458 +23498,-1590.882454,-678.355612,-1559.463588,-679.7708537,-759.9615955 +23499,-1587.543952,-674.3921395,-1555.881963,-678.2369584,-756.3654145 +23500,-1584.21865,-670.054115,-1552.287941,-676.7000459,-752.810135 +23501,-1580.92914,-665.6605584,-1548.737303,-675.1739268,-749.2840181 +23502,-1577.676738,-661.2856502,-1545.239572,-673.6606154,-745.7774497 +23503,-1559.599229,-513.4523348,-1526.931353,-665.4050157,-715.2723527 +23504,-1613.545201,-534.2622487,-1598.631223,-698.6953035,-884.1957537 +23505,-1421.277648,-512.8164755,-1388.584663,-603.3663918,-511.7860533 +23506,-1468.421952,-487.0920673,-1434.921267,-624.0730431,-573.608719 +23507,-1493.793698,-464.2084528,-1459.909028,-635.2953382,-609.4492264 +23508,-1503.695811,-444.5868331,-1469.628371,-639.6493612,-624.2801428 +23509,-1498.499784,-421.3711409,-1464.320813,-637.1921158,-615.1494504 +23510,-1485.944773,-401.1878527,-1458.39257,-634.4617989,-606.350921 +23511,-1438.73673,-379.1603078,-1451.712526,-631.3960738,-596.7223147 +23512,-1456.731069,-358.3165222,-1442.55569,-627.2077419,-582.7421903 +23513,-1438.856824,-334.4686725,-1541.928962,-680.9111172,-847.5706775 +23514,-1432.454177,-313.9804514,-1336.505331,-630.0165541,-715.1495205 +23515,-1230.110947,-290.8406327,-1192.368355,-513.9974879,-237.2894579 +23516,-1493.922811,-268.9329174,-1457.194859,-634.0531368,-723.419533 +23517,-1258.372893,-246.5342873,-1222.209818,-527.0198764,-283.5799571 +23518,-1352.598447,-223.679864,-1315.974636,-568.8854234,-400.3958452 +23519,-1417.935472,-207.5617144,-1381.171991,-598.2340861,-494.2739448 +23520,-1459.3116,-189.1401114,-1422.585014,-616.9288833,-560.3574388 +23521,-365.7180904,215.8638839,-486.1087732,-591.2003834,-456.5300175 +23522,-70.26649339,248.8950894,27.14318332,142.6480089,-291.5983421 +23523,-186.401285,136.641174,-192.682176,-134.9435598,-632.4234344 +23524,41.8869548,238.9786629,56.8599397,-1.591077556,173.8446579 +23525,-169.5599398,290.3850184,-151.2138304,-92.35279238,1105.307506 +23526,-51.26047392,336.2138596,-33.77411781,-30.64410655,1293.89536 +23527,-235.2180889,323.8864142,-216.0212785,-112.3440639,1238.155242 +23528,196.7856898,384.2337054,214.402766,77.47871917,1469.362359 +23529,-29.30386104,555.6438627,-7.96706693,-6.913644954,1391.367007 +23530,-265.1241224,513.1837756,-245.8694149,-123.3467958,1120.22083 +23531,215.9787281,284.2346722,233.9029835,76.99031216,1073.973676 +23532,51.11996096,351.4312076,72.03202896,25.69213286,1338.14022 +23533,-152.266229,536.0735847,-132.7376961,-60.86398808,1603.837102 +23534,231.9353078,316.136028,251.8972706,87.11477186,1171.446976 +23535,97.10707309,375.7224035,117.2534617,46.32300384,1395.159737 +23536,-89.73073535,555.9108294,-67.78611857,-33.77266802,1497.458514 +23537,266.5947574,334.407488,283.0182374,110.3453429,1204.933794 +23538,141.9871115,389.942331,163.203203,66.11139333,1414.182652 +23539,-35.41757107,570.4357916,-14.73645306,-12.72218809,1771.105895 +23540,305.6297574,347.621472,323.0156513,136.6037617,1214.918382 +23541,183.4768387,400.6930491,204.4851542,84.14943139,1411.243138 +23542,25.09055841,583.0251149,43.84455817,15.73018713,1819.136201 +23543,335.3745346,360.3059666,353.0786426,151.2866065,1218.239998 +23544,225.1652317,411.2238155,244.1582578,103.7030194,1405.874979 +23545,228.2055414,441.6222261,246.4636631,106.479598,1509.10357 +23546,257.6139394,466.087351,273.9849127,118.8515364,1588.196263 +23547,106.8387911,443.8758416,125.9670872,54.27276045,1481.039787 +23548,444.7019952,479.7356631,459.0376119,201.4972783,1606.510365 +23549,191.9142638,647.4071469,210.0096841,84.08786736,2032.859057 +23550,332.5802935,432.0029379,346.790466,163.9015385,1385.22039 +23551,332.1556878,466.8665409,346.9239832,148.7832901,1508.949034 +23552,330.5720005,488.6596602,343.9592626,153.3243443,1578.349764 +23553,344.5739975,506.141169,358.5778568,159.732118,1630.355588 +23554,358.9384606,521.2866024,370.73091,165.726011,1673.74498 +23555,222.5283471,494.8420114,235.7970727,106.2975339,1551.566698 +23556,526.1049184,521.9330695,534.9119428,238.4861386,1643.968196 +23557,257.475041,684.9959604,274.5528871,114.023127,2003.006968 +23558,473.7207056,463.4763266,473.7445352,225.9865349,1385.130411 +23559,415.0435126,495.2679856,426.174709,185.9496105,1499.61304 +23560,418.7477921,510.4839863,428.6849956,193.8131066,1545.328525 +23561,440.5095046,522.1660315,449.383397,202.6761606,1577.082299 +23562,453.3926463,532.4072159,462.2661882,208.5929675,1604.016887 +23563,463.5656363,541.2510864,469.1973788,212.2809424,1626.125172 +23564,474.4276546,548.7373481,473.778543,217.4208879,1643.221361 +23565,484.8176161,555.0043818,482.6757776,221.8493541,1655.627953 +23566,490.6936944,560.5892169,492.5411363,223.7480147,1665.386754 +23567,500.760135,565.3245982,497.9133389,228.0844906,1671.793843 +23568,508.3619161,569.3735581,506.8607314,231.9391807,1675.492714 +23569,517.8748499,572.8500557,514.4831794,235.1637197,1676.938457 +23570,526.5560184,575.8643514,521.1791744,239.2353492,1676.5744 +23571,534.5143864,578.4359093,530.2312342,242.2867135,1674.483021 +23572,544.0093772,580.6869079,535.8250802,246.2155115,1671.159262 +23573,551.693412,582.6125246,544.5157173,249.374793,1666.591398 +23574,560.5091342,584.2721369,551.7018079,252.9479385,1661.024701 +23575,569.0048683,585.7297156,558.4758697,256.3753654,1654.722581 +23576,578.1059636,586.9583731,565.7234236,259.6350286,1647.584537 +23577,585.6891302,588.0349842,573.3795851,263.0814865,1639.92403 +23578,594.7652038,588.9482472,579.9950631,266.3143351,1631.701012 +23579,602.9140508,589.7285692,587.1696714,269.6002478,1623.041228 +23580,611.1712868,590.3729097,594.4458647,272.9512602,1613.935702 +23581,804.1751555,568.664228,804.1565844,365.5051967,1515.518532 +23582,787.4409643,870.3622929,787.0828287,357.6953486,1496.607527 +23583,770.7550102,915.1534479,769.8714815,349.7825052,1481.835475 +23584,757.005349,862.8033338,755.5616015,343.163946,1472.521315 +23585,745.8275997,909.7388819,743.8541543,337.7122233,1466.347832 +23586,736.8753521,928.2427814,734.4117155,333.277581,1462.463645 +23587,729.9893247,945.5998553,727.0649058,329.7849577,1460.834778 +23588,724.5890372,963.1968688,721.222391,326.9672113,1460.022705 +23589,720.4448288,979.8561839,716.6473563,324.7185828,1459.935907 +23590,717.329346,997.0975688,713.1081991,322.9358249,1460.52869 +23591,715.0460682,1013.494964,710.4055992,321.5303323,1461.688332 +23592,713.4322142,1037.93458,708.3745877,320.428957,1463.265711 +23593,712.3557864,1059.511807,706.881295,319.5724645,1465.120165 +23594,711.709042,1079.723384,705.816363,318.9125124,1467.135761 +23595,711.4045104,1100.481858,705.0909526,318.4098365,1469.224095 +23596,711.371559,1120.7033,704.6332953,318.0326974,1471.319635 +23597,711.5462838,1140.59078,704.3785546,317.7504397,1473.361624 +23598,711.8960461,1160.814468,704.2933306,317.5509997,1475.338903 +23599,712.3780831,1180.269155,704.33424,317.4133414,1477.215623 +23600,712.9631728,1199.757808,704.4683392,317.3262516,1478.975031 +23601,713.6279489,1219.002309,704.6763725,317.2769876,1480.606439 +23602,714.3538141,1238.053394,704.9398206,317.25887,1482.103818 +23603,715.1262087,1256.915537,705.239691,317.2630166,1483.46493 +23604,715.9339851,1275.593646,705.5680197,317.2858949,1484.69025 +23605,716.7683214,1294.091455,705.9125872,317.3211876,1485.782372 +23606,717.6221878,1312.413203,706.2698373,317.3673919,1486.745269 +23607,718.490074,1330.562192,706.6308851,317.4198356,1487.583974 +23608,719.3677118,1348.494891,706.9948756,317.4783108,1488.304087 +23609,720.2518628,1366.371786,707.3552059,317.5391972,1488.911635 +23610,721.1400822,1383.992158,707.7128407,317.6031103,1489.412731 +23611,722.0305667,1399.794401,708.0626524,317.6670995,1489.813548 +23612,722.9105358,1414.77606,708.4020013,317.7302394,1490.120026 +23613,723.7781298,1430.465804,708.7236922,317.788747,1490.337927 +23614,724.6285727,1445.044478,709.02942,317.843602,1490.472726 +23615,725.4658549,1459.46628,709.3160882,317.8928518,1490.529694 +23616,726.2875687,1473.832791,709.5873572,317.9383676,1490.513753 +23617,727.0980667,1487.702811,709.8407295,317.978483,1490.429571 +23618,727.8947399,1501.553204,710.0798721,318.0150893,1490.281438 +23619,728.6816524,1514.939837,710.3022141,318.0465058,1490.073385 +23620,729.4560394,1528.410978,710.5113359,318.0746035,1489.809081 +23621,730.2218253,1541.371821,710.7046353,318.0977076,1489.491962 +23622,730.9761703,1554.334325,710.8856372,318.1176831,1489.12513 +23623,731.7432611,1566.860516,711.0720844,318.1421217,1488.748538 +23624,732.5063453,1579.541699,711.2535919,318.1665767,1488.339643 +23625,733.2672902,1591.539973,711.4256233,318.188527,1487.89752 +23626,734.0225542,1603.823249,711.5908977,318.2095065,1487.423129 +23627,734.7751104,1615.570918,711.7458887,318.2274747,1486.917037 +23628,735.5214111,1627.347496,711.893254,318.2439527,1486.379834 +23629,736.2543612,1638.714787,712.0194291,318.2523489,1485.793568 +23630,736.9995028,1650.213569,712.1561918,318.2674326,1485.211569 +23631,737.7228184,1661.304908,712.2631062,318.2704003,1484.566828 +23632,738.4585971,1672.210876,712.3807272,318.2800177,1483.928488 +23633,739.1729179,1683.08324,712.4687479,318.2775476,1483.229591 +23634,739.8994409,1693.739873,712.5671429,318.2814976,1482.538102 +23635,740.6047615,1704.150374,712.6362526,318.2734305,1481.788089 +23636,741.3219967,1714.438168,712.7155544,318.2716319,1481.046516 +23637,742.0182807,1724.678613,712.7659689,318.2579322,1480.24838 +23638,742.7262513,1734.531866,712.8264815,318.2503963,1479.459674 +23639,743.4135712,1744.44613,712.8585507,318.2311029,1478.616267 +23640,744.1124141,1754.141238,712.9006776,318.2160563,1477.78321 +23641,742.1058387,1766.027462,710.2297341,316.9712715,1472.015211 +23642,740.2306234,1775.64689,707.6899692,315.7885319,1466.639894 +23643,738.4666509,1784.735516,705.2649807,314.6598864,1461.524607 +23644,736.7612066,1793.60457,702.9023516,313.5609423,1456.496799 +23645,735.0794033,1802.523157,700.5661802,312.4748736,1451.467815 +23646,733.406542,1816.321175,698.240678,311.3941965,1446.412105 +23647,731.7385825,1819.563393,695.9209883,310.3165755,1441.329978 +23648,730.0749072,1835.553691,693.6059223,309.2414444,1436.226648 +23649,728.4153229,1834.451425,691.2948682,308.1685422,1431.105942 +23650,726.7593877,1856.214229,688.987049,307.0975495,1425.969865 +23651,725.1065229,1846.172109,686.6816054,306.0281163,1420.819589 +23652,723.4561449,1841.200265,684.377729,304.9599196,1415.655966 +23653,721.8077698,1878.819577,682.0747437,303.892698,1410.479835 +23654,720.1609875,1870.610174,679.7720849,302.8262401,1405.291946 +23655,718.5154671,1881.355607,677.4693019,301.7603841,1400.093069 +23656,716.8709067,1888.482421,675.1660037,300.6949915,1394.883822 +23657,715.2270472,1895.477258,672.8618675,299.6299507,1389.664797 +23658,713.5836394,1902.548184,670.5565931,298.5651558,1384.436421 +23659,711.9404623,1909.13761,668.2499282,297.5005183,1379.19912 +23660,710.2973195,1915.836362,665.9416653,296.4359658,1373.953244 +23661,708.6540299,1922.408697,663.6316331,295.3714383,1368.699166 +23662,707.0104274,1928.582471,661.3196798,294.3068813,1363.437167 +23663,705.3663646,1935.009516,659.0056877,293.2422524,1358.167567 +23664,703.7216925,1941.063567,656.6895463,292.1775093,1352.890595 +23665,702.0762825,1947.154272,654.3711738,291.1126206,1347.606529 +23666,700.4300014,1952.908655,652.0504909,290.0475532,1342.315561 +23667,698.7827269,1958.715365,649.7274409,288.9822825,1337.017933 +23668,697.1343384,1964.243723,647.4019675,287.916782,1331.713808 +23669,695.4847239,1969.951408,645.0740346,286.851033,1326.403406 +23670,693.8337537,1975.148521,642.7436028,285.7850136,1321.086871 +23671,692.1813289,1980.528781,640.4106505,284.7187091,1315.764401 +23672,690.5308509,1985.711094,638.0806716,283.6545085,1310.436156 +23673,688.8845043,1990.872229,635.7572363,282.5939497,1305.102376 +23674,687.2426469,1995.697354,633.4411075,281.5373335,1299.763206 +23675,685.604726,2000.503873,631.1316154,280.4843334,1294.418839 +23676,683.9699538,2005.330654,628.8277208,279.4344671,1289.069388 +23677,682.3376263,2009.860093,626.5284988,278.3873112,1283.715029 +23678,680.7071302,2014.433647,624.2331944,277.3425236,1278.355869 +23679,679.077956,2018.652809,621.9412054,276.2998347,1272.99208 +23680,677.4496473,2022.947442,619.6520129,275.2590145,1267.623773 +23681,675.8110111,2027.045593,617.3543832,274.2149638,1262.231495 +23682,674.1920388,2031.038236,615.078287,273.1813166,1256.870557 +23683,672.5533773,2034.912379,612.7843617,272.1401823,1251.470192 +23684,670.9228616,2038.669723,610.5004514,271.1042281,1246.081684 +23685,669.2917891,2042.304786,608.2178721,270.0695121,1240.689882 +23686,667.6599612,2045.827419,605.9364609,269.0359645,1235.295033 +23687,666.0271387,2049.230729,603.6560247,268.0035016,1229.897307 +23688,664.3930181,2052.517914,601.3763092,266.9720118,1224.496683 +23689,662.7573199,2055.688699,599.0970957,265.9413989,1219.093193 +23690,661.1197836,2058.743691,596.8181884,264.9115762,1213.686841 +23691,659.4801803,2061.776469,594.5394222,263.8824699,1208.277684 +23692,657.8382924,2064.463557,592.2606462,262.8540122,1296.721591 +23693,797.4324357,2067.238407,589.9817323,261.8261444,1415.484064 +23694,797.3292649,2069.817809,587.702539,260.7988011,1344.866239 +23695,791.8661304,2072.19881,585.4229261,259.7719163,1381.700672 +23696,815.766922,2074.690598,583.1426672,258.7453837,1392.267219 +23697,828.2660014,2076.863221,580.8614993,257.7190798,1401.991047 +23698,840.3790274,2078.997695,578.5791747,256.6928883,1411.423428 +23699,852.0774721,2081.002852,576.2954906,255.6667135,1420.958639 +23700,863.7862424,2082.987785,574.0103024,254.6404851,1430.468345 +23701,757.5798043,2031.041831,574.4044275,254.8327493,1208.758547 +23702,766.7787554,2031.808412,572.5663454,253.9680891,1215.81377 +23703,776.9434881,2032.636749,569.5408004,252.5592629,1223.057611 +23704,786.942192,2033.630906,566.4136607,251.128887,1230.683781 +23705,796.7164688,2034.351297,563.6512882,249.8946884,1238.285965 +23706,807.1157096,2035.204058,561.3121374,248.8765322,1246.092351 +23707,816.8445349,2035.895271,559.3172671,248.0290647,1253.856241 +23708,826.7262581,2036.506544,557.5786501,247.3064657,1261.682214 +23709,836.6160443,2037.020056,556.036625,246.677767,1269.363672 +23710,846.373909,2037.432432,554.6556276,246.1235799,1276.930989 +23711,855.9396448,2037.742234,553.4082079,245.6305831,1284.69298 +23712,866.0514019,2045.501714,552.2747829,245.1883312,1292.16405 +23713,877.4270751,2047.029604,551.1041801,244.7303693,1299.687075 +23714,887.9620624,2047.693063,549.9229848,244.2677615,1306.921272 +23715,899.2091808,2048.176387,548.7849515,243.8237241,1314.567922 +23716,910.571899,2048.455842,547.7177067,243.4093279,1321.75053 +23717,921.126622,2048.576724,546.7208795,243.0248,1329.044807 +23718,932.7205538,2048.555222,545.7863989,242.6658524,1336.184378 +23719,943.86847,2048.400494,544.9022982,242.3276823,1343.182865 +23720,954.5506476,2048.117934,544.0611336,242.0063439,1350.524251 +23721,966.2084816,2047.711544,543.2547331,241.6988124,1357.401261 +23722,977.2142371,2047.184547,544.7522025,242.4359981,1364.383181 +23723,988.2515013,2046.535449,546.794801,243.4184795,1371.089109 +23724,999.8348349,2045.770486,548.8095038,244.3851143,1378.241371 +23725,1011.138612,2044.890846,550.7687942,245.3246276,1384.879421 +23726,1022.069887,2043.897865,552.6773316,246.2393611,1391.652466 +23727,1033.300094,2042.793456,554.7533059,247.2298041,1398.340168 +23728,1044.989631,2041.578465,556.5928611,248.1122045,1404.979449 +23729,1056.122397,2040.255442,610.5421701,248.9796248,1411.571073 +23730,1067.5295,2038.824824,624.8403541,249.8350398,1418.113458 +23731,1078.554563,2037.099488,617.6577837,250.6804719,1424.60563 +23732,1089.548281,2035.230731,630.321378,251.5131952,1430.831233 +23733,1100.261375,2033.238704,636.7504413,252.331448,1437.557167 +23734,1111.704258,2031.129004,642.9473927,253.1353799,1443.726025 +23735,1122.479886,2028.905497,648.9249141,278.3334188,1450.291018 +23736,1133.539771,2026.66615,654.9442182,282.6054675,1456.1632 +23737,1144.558972,2024.084562,660.6992835,277.5894563,1462.563508 +23738,1155.58866,2021.595373,666.534724,293.6485041,1468.634566 +23739,1166.629638,2018.920003,672.091247,280.5393954,1474.778347 +23740,1177.686747,2016.151362,677.7543613,306.5375736,1480.815707 +23741,1188.453419,2013.27814,683.20083,278.96526,1486.804179 +23742,1200.035906,2010.20568,688.5372693,296.3538478,1492.804785 +23743,1210.890973,2007.258768,694.0421676,304.5640918,1498.679904 +23744,1222.070194,2004.012238,699.0550171,302.2608071,1504.594947 +23745,1233.565074,2000.7419,704.4054564,306.674367,1510.12454 +23746,1244.19822,1997.357905,709.436932,309.6232035,1516.360492 +23747,1255.589951,1993.874273,714.4053459,312.4249325,1521.853148 +23748,1266.789077,1990.291799,719.5760553,315.2812462,1527.609406 +23749,1275.140426,1980.384757,731.9133661,321.236858,1533.290746 +23750,1285.867884,1975.613538,737.9668042,324.4803759,1538.86296 +23751,1296.92331,1971.189234,743.274322,327.4029845,1544.472518 +23752,1307.591421,1966.794267,748.3857122,330.3040886,1549.94176 +23753,1319.355492,1962.381177,753.6113195,333.1579333,1555.468536 +23754,1330.16716,1957.916221,758.6050209,335.9029577,1560.851802 +23755,1341.359667,1953.392611,763.2584118,338.6281795,1566.268527 +23756,1352.616482,1948.801999,768.3155824,341.3121347,1571.644141 +23757,1363.757485,1944.141555,772.9651077,343.9008559,1576.91401 +23758,1375.06726,1939.408846,777.5464475,346.5780985,1582.207648 +23759,1386.25778,1934.602935,782.464833,349.1103084,1587.468961 +23760,1397.623683,1929.63133,786.7411425,351.6566109,1592.617502 +23761,1166.634749,1814.491293,562.0839583,255.4856534,1113.462913 +23762,1172.640999,1806.377142,561.8334701,255.2690996,1110.862865 +23763,1180.2965,1799.449312,561.4035129,254.9305321,1109.479897 +23764,1188.534459,1792.417094,560.962726,254.6032009,1109.566573 +23765,1197.883218,1785.887997,560.3223928,254.2215353,1110.218558 +23766,1206.742563,1779.180906,560.1652059,254.0942898,1111.252879 +23767,1215.936898,1772.564384,560.0787653,254.0259025,1112.630294 +23768,1225.293588,1765.925013,560.0565502,254.0061468,1114.276318 +23769,1235.129983,1759.174703,560.0921146,254.02713,1116.007721 +23770,1244.155891,1752.669761,560.180472,254.0833119,1117.71322 +23771,1254.134717,1745.760722,560.3172193,254.170352,1119.740429 +23772,1263.821171,1739.042702,560.4980123,254.2844469,1121.684521 +23773,1273.627832,1732.123023,560.7185198,254.4221411,1123.736246 +23774,1283.610253,1725.359574,560.9746133,254.5803498,1125.790808 +23775,1293.58198,1718.384463,577.8993235,254.7563657,1128.032262 +23776,1303.226013,1711.424842,568.7793242,254.9478698,1130.188654 +23777,1314.065514,1704.405174,584.0137802,274.8139593,1132.443162 +23778,1323.897656,1697.334281,568.9874049,255.0005134,1134.71965 +23779,1334.317981,1690.215119,594.9876148,268.3532055,1137.036933 +23780,1344.593618,1683.044765,565.1107244,264.4462396,1139.368803 +23781,1355.078468,1700.587382,610.7312723,271.4991023,1141.681393 +23782,1365.487351,1632.752269,561.0500843,264.9002039,1144.177605 +23783,1376.1003,1705.238458,596.8431436,277.1892591,1146.619727 +23784,1386.63204,1611.419546,609.761598,263.6463538,1148.901679 +23785,1397.373923,1682.094687,566.7698579,285.2670746,1151.52658 +23786,1408.02594,1609.958676,605.8425121,259.1063772,1153.952604 +23787,1418.889573,1645.567847,596.4922211,297.7792616,1156.404217 +23788,1429.662193,1617.631862,599.531908,254.8933671,1159.109869 +23789,1440.649681,1617.722664,602.0958363,302.8655269,1161.488632 +23790,1451.534518,1608.005369,604.0245529,254.8837996,1164.040237 +23791,1462.234009,1600.34793,606.4272093,309.9096775,1166.717496 +23792,1472.760608,1592.251655,608.2373177,254.8658074,1169.245093 +23793,1483.477579,1584.08076,610.309811,289.481753,1171.853924 +23794,1494.044217,1575.918461,612.2445888,303.9711728,1174.45964 +23795,1504.763477,1567.446431,614.2602278,256.6772058,1177.079293 +23796,1515.515131,1559.239343,616.1981604,299.2381454,1179.704263 +23797,1526.179299,1550.768991,618.1190967,304.9185479,1182.256301 +23798,1537.037196,1542.382774,620.1009062,262.8571246,1185.031374 +23799,1547.748422,1533.764311,621.9676861,299.4912257,1187.706186 +23800,1558.615261,1525.240384,623.9366534,290.6439161,1190.233479 +23801,1569.51962,1516.609577,625.8143485,291.9339978,1192.871832 +23802,1580.322227,1507.938391,627.6708446,293.7117718,1195.664927 +23803,1591.274904,1499.223706,629.6437202,294.8202858,1198.265068 +23804,1602.268484,1490.4606,631.3882619,296.0270587,1200.951289 +23805,1613.152245,1481.654075,633.3334502,296.9468828,1203.626483 +23806,1624.192542,1472.871575,635.1012706,298.3855908,1206.20378 +23807,1635.267072,1463.886213,637.0411881,299.4098697,1209.130286 +23808,1646.232882,1454.930764,638.725463,300.5357513,1211.581383 +23809,1657.358012,1446.108167,640.6320341,301.7041378,1214.350302 +23810,1667.909582,1436.964294,642.3883757,302.834654,1217.010522 +23811,1679.886845,1427.970186,644.1326631,303.8886071,1219.688644 +23812,1690.576623,1418.879487,646.0143862,305.0562724,1222.261728 +23813,1702.009714,1409.763209,647.6228635,306.1078429,1225.096448 +23814,1713.075986,1400.61376,649.5287351,307.2496514,1227.69103 +23815,1724.307366,1391.433188,651.0922587,308.3206168,1230.38038 +23816,1735.650668,1382.284077,652.9311786,309.4090322,1233.1612 +23817,1746.889288,1372.957354,654.5409515,310.4568953,1235.648372 +23818,1758.209041,1363.667729,656.3703249,311.6031401,1238.283046 +23819,1769.537934,1354.511607,657.93417,312.5713256,1241.099592 +23820,1780.832061,1345.065641,659.5958215,313.7026586,1243.668842 +23821,2028.274706,1443.448178,897.4314065,421.7356289,1709.550959 +23822,2044.858772,1436.665228,903.9973037,425.0654144,1697.804171 +23823,2059.857979,1429.05964,908.8385503,427.5986261,1704.202959 +23824,2074.416601,1421.19383,913.2872458,429.9486099,1709.472162 +23825,2088.622854,1413.154673,917.4484848,432.1505131,1714.451448 +23826,2102.870152,1404.993134,921.4190228,434.2629473,1719.168953 +23827,2116.901692,1396.747106,925.062034,436.3124067,1723.601626 +23828,2130.653281,1388.436941,929.1039432,438.3148122,1727.979765 +23829,2144.751034,1380.139686,932.6128515,440.181286,1732.221742 +23830,2158.553711,1371.587478,936.234375,442.2646077,1736.380758 +23831,2172.417522,1363.270988,939.7588583,444.0946065,1740.465734 +23832,2186.245157,1354.807372,943.2238226,445.9870403,1744.518317 +23833,2200.05651,1346.22427,946.6329716,447.9373777,1748.413867 +23834,2213.858127,1337.730904,949.9876878,449.6084497,1752.335613 +23835,2227.800734,1329.164474,953.2910961,451.4833813,1756.16945 +23836,2250.681367,1320.580885,956.54369,453.24411,1759.955322 +23837,2250.654353,1311.980626,959.7480806,454.8915801,1763.692342 +23838,2285.387013,1303.41975,962.9044027,456.7857745,1767.030033 +23839,2270.046598,1294.704762,966.0149892,458.4179065,1771.216764 +23840,2285.623223,1286.03826,969.0798967,460.1250367,1774.550451 +23841,2319.178159,1277.510273,972.1013827,461.7942357,1778.162839 +23842,2321.157109,1268.725986,975.0797302,463.4432959,1781.677083 +23843,2337.393564,1260.15533,978.01679,465.0728378,1785.111973 +23844,2351.408431,1251.340513,980.9124644,466.6829278,1788.608583 +23845,2365.15473,1242.776383,983.5381289,468.2744044,1791.976849 +23846,2378.770842,1234.11007,986.711398,469.8472456,1795.38513 +23847,2392.588532,1225.368761,989.3154106,471.2851064,1798.647755 +23848,2406.321638,1216.734758,992.0971938,473.1182772,1801.928718 +23849,2420.086028,1208.068626,994.8020108,474.3723802,1805.244702 +23850,2433.955165,1199.416177,997.4716782,475.9816624,1808.439352 +23851,2447.4682,1194.892307,1000.160543,477.4724548,1811.641214 +23852,2461.115214,1188.069295,1002.825941,478.9706086,1814.805141 +23853,2475.019428,1182.31083,1005.464092,480.4557857,1817.940214 +23854,2488.454413,1176.086455,1008.073074,481.9272584,1821.003381 +23855,2502.230062,1169.971277,1010.653884,483.3854029,1824.146779 +23856,2515.899812,1163.860082,1013.205931,484.8299874,1827.206757 +23857,2529.597191,1157.709497,1015.730553,486.2615964,1830.172799 +23858,2543.299657,1151.692785,1018.227409,487.6800861,1833.201533 +23859,2557.133964,1145.585134,1020.697835,489.0860505,1836.167587 +23860,2570.69521,1139.534424,1023.386634,490.4793564,1839.11486 +23861,2584.524517,1133.44791,1025.43171,491.7347138,1841.996232 +23862,2598.168503,1127.495046,1028.00382,493.2938899,1844.962619 +23863,2612.217899,1121.464359,1030.332407,494.5591298,1847.808601 +23864,2625.776051,1115.495189,1032.700026,495.9257849,1850.67066 +23865,2639.697211,1109.544599,1034.980566,497.260416,1853.505008 +23866,2653.639179,1103.573449,1037.294552,498.5839224,1856.361477 +23867,2667.221133,1097.744394,1039.563279,499.8964929,1859.085657 +23868,2681.372777,1091.846376,1041.812983,501.1981231,1861.846303 +23869,2695.196882,1086.018515,1044.06686,502.4893324,1864.660429 +23870,2709.281467,1080.172714,1046.233441,503.7699843,1867.360407 +23871,2723.086574,1074.470928,1048.437194,505.0405875,1870.08282 +23872,2737.187142,1068.711112,1050.596681,506.301015,1872.779354 +23873,2751.107105,1063.026784,1052.739913,507.5517332,1875.458843 +23874,2765.483583,1057.333261,1054.889348,508.9264837,1878.120375 +23875,2779.332724,1051.786796,1056.952209,509.9558516,1880.76582 +23876,2793.569271,1046.192578,1059.055029,511.2744984,1883.348887 +23877,2817.266967,1040.679531,1061.11549,512.4664044,1886.032056 +23878,2817.435151,1035.171794,1063.18056,513.678084,1888.632308 +23879,2828.266771,1029.810469,1065.219216,514.7389055,1891.285793 +23880,2855.898946,1024.407967,1067.263318,516.1374231,1893.796056 +23881,2908.385967,1041.71705,1115.773684,539.9770314,1976.40082 +23882,2925.10617,1037.344991,1119.790714,541.9146272,1981.281865 +23883,2939.84153,1032.637593,1122.570698,543.8703931,1985.235606 +23884,2962.363495,1027.934042,1125.151084,545.2865989,1988.781441 +23885,2981.388905,1023.105701,1127.493607,546.7554465,1992.030054 +23886,3000.606165,1018.308526,1129.700981,548.1330781,1995.065818 +23887,3019.115519,1013.487468,1131.840934,549.4651133,1997.95464 +23888,3065.3398,1008.807293,1133.831118,550.7633185,2000.739858 +23889,3017.495688,1004.097229,1135.854258,552.0438326,2003.487006 +23890,3094.384161,999.4749892,1137.796106,553.2992793,2006.155697 +23891,3089.931183,994.8649523,1139.693512,554.5315383,2008.759177 +23892,3112.567339,990.4118223,1141.546669,555.7429056,2011.305855 +23893,3130.816254,985.9391953,1143.359347,556.9349645,2013.802573 +23894,3178.952691,981.5664178,1145.13299,558.2675512,2016.251697 +23895,3125.367883,977.3448896,1146.870254,559.1833081,2018.658155 +23896,3223.513047,972.9908735,1148.603348,560.4364462,2021.02273 +23897,3175.848205,968.9558973,1150.223514,561.5336999,2023.349913 +23898,3234.262281,964.8562805,1151.881198,562.638443,2025.639994 +23899,3238.629305,960.8536323,1153.479556,563.7283453,2027.896336 +23900,3259.26474,956.8833846,1155.05146,564.802708,2030.119138 +23901,3304.710129,953.0853604,1156.593519,565.8621072,2032.258426 +23902,3256.159082,949.2899143,1158.105709,566.9065285,2034.500322 +23903,3358.39385,945.6109533,1159.589005,567.9363584,2036.593205 +23904,3310.676056,942.0133071,1161.043856,568.9517598,2038.705434 +23905,3364.092974,938.4673166,1162.47103,569.9530341,2040.782916 +23906,3366.457209,935.1018256,1163.870723,570.9402241,2042.833721 +23907,3388.656178,931.7491806,1165.276538,571.913712,2044.860258 +23908,3406.035755,928.5212314,1166.573948,572.8734463,2046.915255 +23909,3423.560514,925.402395,1167.918541,573.8596215,2048.81247 +23910,3441.585549,922.4193618,1169.208831,575.0162708,2050.808394 +23911,3457.767582,919.5676543,1170.448624,576.2416968,2052.73532 +23912,3473.769495,916.6749216,1171.657489,577.363985,2054.648242 +23913,3499.299707,913.8443869,1172.840102,578.9773288,2056.541352 +23914,3517.236355,908.0900961,1167.115411,577.666145,2058.486394 +23915,3541.961985,904.7828623,1166.991581,578.6994744,2060.274652 +23916,3557.493834,901.8099232,1167.512948,580.1662128,2062.106128 +23917,3574.038733,898.8602647,1168.190775,581.6760897,2063.869667 +23918,3590.161159,895.9967778,1168.925772,583.2635751,2065.752087 +23919,3606.035551,893.1698669,1169.683571,584.9237434,2067.494738 +23920,3622.174312,890.3430611,1170.44858,586.650528,2069.268586 +23921,3637.710378,887.9743691,1171.214697,588.4402651,2071.018427 +23922,3660.962991,884.7242674,1171.976568,590.290962,2072.752389 +23923,3665.225813,882.2567301,1172.73517,592.1981636,2074.470036 +23924,3683.711238,879.5254594,1173.485623,594.1620677,2076.172088 +23925,3706.785615,876.8644338,1174.230048,596.1805558,2077.859489 +23926,3709.4351,874.2276677,1174.999189,598.2524811,2079.531128 +23927,3734.578308,871.6139912,1175.6783,600.3747314,2081.186214 +23928,3737.584648,869.0191924,1176.420935,602.550606,2082.829094 +23929,3764.495578,866.4470174,1177.128693,604.7742235,2084.398584 +23930,3772.245063,863.5979395,1177.862008,606.869961,2086.10205 +23931,3764.292374,861.512112,1178.508227,609.4723537,2087.709953 +23932,3758.850157,858.7746607,1179.218671,611.6999508,2089.212393 +23933,3757.08602,856.3297426,1179.889421,614.1505193,2090.768798 +23934,3757.8422,853.8538007,1180.590576,616.6149623,2092.404929 +23935,3759.908608,851.7350206,1181.196905,619.1267211,2093.906698 +23936,3762.664323,848.7749593,1181.871503,621.6843704,2095.448521 +23937,3765.783286,846.6408763,1182.507774,624.2882145,2096.971082 +23938,3769.109317,844.1704304,1183.139931,626.937206,2098.481031 +23939,3772.578075,841.7955406,1183.764161,629.6315001,2099.981277 +23940,3776.140516,839.4357643,1184.378857,632.3701417,2101.469384 +23941,3792.460547,804.0285584,1108.468488,601.9818517,1960.925508 +23942,3810.351985,801.5853045,1108.783009,604.821557,1962.646024 +23943,3821.019761,799.1498817,1109.039343,607.5462725,1964.627285 +23944,3828.354501,796.7463104,1109.528647,610.4465376,1966.67953 +23945,3834.949215,794.4587946,1109.955628,613.3894521,1968.829691 +23946,3840.939993,792.1284394,1110.413994,616.3856671,1970.81935 +23947,3846.708931,789.5487696,1110.867943,619.4316618,1973.066679 +23948,3852.162293,787.7114834,1111.316851,622.5248064,1975.155239 +23949,3857.281219,785.2569222,1111.760752,625.6644304,1977.300311 +23950,3862.361809,783.0760612,1112.19699,628.8487961,1979.485612 +23951,3866.839393,780.867675,1112.626243,632.0353616,1981.487615 +23952,3871.087559,778.6790314,1113.046522,635.2867587,1983.729297 +23953,3875.144116,776.5095251,1113.460429,638.5842691,1985.806351 +23954,3879.318986,774.3588963,1113.865867,641.9240928,1987.930728 +23955,3882.990001,772.5127674,1114.264546,645.3059682,1990.043474 +23956,3886.542688,769.9858282,1114.654677,648.7287077,1992.148459 +23957,3890.217671,768.09209,1115.038107,652.192338,1994.249199 +23958,3893.693921,765.9743383,1115.413021,655.6956659,1996.341745 +23959,3896.81662,763.9190206,1115.781327,659.2386999,1998.429702 +23960,3899.517404,761.8824405,1116.141281,662.6036167,2000.509293 +23961,3902.764682,759.8653829,1116.494769,666.5607411,2002.531846 +23962,3905.776928,757.8671414,1116.840065,670.0537451,2004.679192 +23963,3909.075917,755.8883148,1117.179147,673.7876816,2006.701607 +23964,3912.023377,753.9283713,1117.540612,677.5192067,2008.763163 +23965,3914.8905,751.9878778,1117.819865,681.2876269,2010.864478 +23966,3917.691258,750.0662879,1118.15912,685.090542,2012.821899 +23967,3920.449154,748.1641896,1118.46578,689.1588701,2014.896544 +23968,3923.467009,746.2809874,1118.769521,692.6761116,2016.914523 +23969,3926.136044,744.4172823,1119.067745,696.7746155,2018.882824 +23970,3929.259266,739.4009171,1111.786141,699.7929887,2020.97779 +23971,3933.537762,736.9502414,1110.591754,703.7287495,2022.945048 +23972,3938.168037,734.7083241,1109.958991,707.6022876,2024.954849 +23973,3942.657721,732.5458764,1109.380889,711.6007995,2026.952174 +23974,3946.81978,730.4247012,1108.873943,715.5507192,2028.941598 +23975,3950.963943,728.3346892,1108.412438,719.5983738,2030.926854 +23976,3954.584725,726.2698594,1107.880389,723.6824417,2032.904398 +23977,3958.048273,724.2279181,1107.417971,727.4760013,2034.878648 +23978,3961.409966,722.20677,1106.925293,732.0662701,2036.843038 +23979,3964.711686,720.205998,1106.434155,735.9822125,2038.805577 +23980,3967.971679,718.2244305,1105.937038,740.2689618,2040.759621 +23981,3971.187919,716.2621468,1105.434989,744.4491732,2042.709776 +23982,3974.364473,714.3181946,1104.925805,748.7531564,2044.652333 +23983,3977.506938,712.3927686,1104.410859,752.9914944,2046.590752 +23984,3980.618449,710.4850092,1103.888169,757.3268137,2048.521542 +23985,3983.699737,708.595137,1103.359184,761.6928425,2050.392513 +23986,3986.758966,706.7271044,1102.800195,765.9781779,2052.32493 +23987,3989.783265,704.867528,1102.273059,770.4593441,2054.260368 +23988,3993.132301,703.0324073,1101.702661,774.7960717,2056.109386 +23989,3996.165204,701.2062504,1101.158896,779.3026677,2058.072641 +23990,3999.147148,699.4044291,1100.574712,783.7642879,2059.960458 +23991,4002.093384,697.6100764,1100.015107,788.2560744,2061.823424 +23992,4005.018871,695.8402334,1099.415593,792.7940956,2063.686411 +23993,4007.917058,694.0770144,1098.839075,797.3262825,2065.557098 +23994,4010.79616,692.3380281,1098.224346,801.8811611,2067.455616 +23995,4013.646508,690.6050521,1097.630639,806.5349953,2069.335756 +23996,4016.482098,688.9081456,1097.000599,811.064102,2071.144499 +23997,4019.291139,687.2038018,1096.390007,815.7896017,2073.054415 +23998,4022.081784,685.5172013,1095.744615,820.3515374,2074.843258 +23999,4024.848803,683.8357766,1095.116418,825.0850089,2076.738319 +24000,4027.597353,682.1762341,1094.45553,829.7674202,2078.516268 +24001,4057.655158,614.2145885,939.0858678,767.5085357,1793.261386 +24002,4090.489761,611.0771403,936.3616799,771.1941169,1792.147301 +24003,4108.088274,608.6342257,933.5112653,774.9074579,1791.592889 +24004,4118.251979,606.7123821,931.0658069,778.7584158,1791.385164 +24005,4126.265162,603.9985542,928.8401585,782.656765,1791.096805 +24006,4133.724493,601.882148,926.1583842,786.5778354,1791.070785 +24007,4140.774913,599.6030096,923.9137443,790.5192554,1790.997859 +24008,4147.282301,597.371771,921.5145567,794.4761858,1790.886232 +24009,4152.077932,595.1584718,919.1496061,798.4466461,1790.877213 +24010,4152.389135,592.9635032,916.7888877,802.4295702,1790.803531 +24011,4151.234131,590.7810696,914.4298363,806.4210977,1790.843356 +24012,4150.2394,588.7920642,912.0718378,810.4517665,1791.19334 +24013,4149.932136,586.3803324,909.7150585,814.4137785,1790.578976 +24014,4150.350179,584.3629587,907.3586133,818.449531,1790.854397 +24015,4151.37162,582.2394291,905.0742025,822.7469246,1790.779084 +24016,4152.933683,580.1315753,902.7365408,826.872837,1790.76293 +24017,4154.861395,578.0327736,900.3902673,830.8979718,1790.746068 +24018,4157.000886,575.9446991,898.0406724,834.9859263,1790.725695 +24019,4159.25665,573.8676084,895.8720944,839.0448652,1790.306004 +24020,4161.57742,571.8012487,893.2526891,843.1370104,1790.885393 +24021,4163.935646,569.5766766,891.0233344,847.1493015,1790.561049 +24022,4166.268005,567.7728449,888.6379276,851.226268,1790.58853 +24023,4168.535636,565.6193146,886.2748322,855.2707484,1790.548895 +24024,4170.727692,563.6181527,883.9085073,859.3444192,1790.503483 +24025,4172.84899,561.6000117,881.3654543,863.3311291,1790.452918 +24026,4174.924614,559.7551497,879.2366988,867.3781222,1790.396517 +24027,4176.921841,557.5171917,876.7363367,871.3859459,1790.334497 +24028,4178.882998,555.6390112,874.3752752,875.4176496,1790.265937 +24029,4180.774395,553.6296594,871.982171,879.3531698,1790.191075 +24030,4182.602783,551.6522451,869.5827966,883.3442475,1790.10897 +24031,4184.3743,549.2262045,866.0112721,885.5993692,1790.019828 +24032,4185.480665,546.7075437,862.4409827,887.5467634,1789.913976 +24033,4185.613131,544.1461977,858.3746619,889.3514294,1789.794554 +24034,4184.789692,541.5564802,854.573997,890.9181671,1789.660962 +24035,4183.152809,538.94409,850.5748376,892.4204653,1789.512638 +24036,4180.859689,536.4598623,846.5409163,893.7592006,1789.346709 +24037,4178.028683,533.5974512,842.4535038,894.9731568,1789.161463 +24038,4174.7377,531.031046,838.3152809,896.0598668,1788.953286 +24039,4170.996316,528.1554968,834.2376446,897.0282865,1788.731107 +24040,4166.909901,525.6545882,829.6336534,897.8649963,1788.466646 +24041,4162.480498,522.8341729,825.6615433,898.5775286,1788.172957 +24042,4157.728949,520.1193528,821.2129458,899.1667901,1787.843417 +24043,4152.672355,517.3676628,816.8678393,899.634015,1787.479526 +24044,4147.32512,514.7396173,812.5922513,899.9790967,1787.471986 +24045,4141.698469,511.7589085,807.9613714,900.2029619,1786.424574 +24046,4135.800751,509.0572233,803.5669283,900.3052544,1786.226717 +24047,4129.641314,506.2251041,799.0292417,900.2867462,1785.636906 +24048,4123.226501,503.3980865,794.3386954,900.1469361,1785.058002 +24049,4116.562499,500.5568169,790.0632269,899.8864896,1784.436153 +24050,4109.654908,497.8269582,785.1656807,899.5047984,1783.763976 +24051,4102.507867,494.6403761,780.6143236,899.0024566,1783.044632 +24052,4095.125874,492.0338796,776.0180563,898.3787813,1782.273028 +24053,4087.513477,489.0233836,771.027308,897.6343363,1781.452506 +24054,4079.673743,486.1292745,766.4984399,896.7683855,1780.578095 +24055,4071.610386,483.2013185,761.7313063,895.7814819,1779.653441 +24056,4063.326253,480.3807697,756.7844332,894.6728588,1778.673668 +24057,4054.82456,477.2524666,752.0111408,893.4430701,1777.642681 +24058,4046.108444,474.3658701,747.1165841,892.0913238,1776.555648 +24059,4037.203704,471.2468583,742.2208232,890.6181974,1775.416734 +24060,4028.091994,468.4167146,737.3821416,889.0228509,1774.221103 +24061,2152.109282,465.6996684,732.642353,887.1315506,1773.233881 +24062,2207.655857,594.0602698,972.7418617,1017.557672,2315.08501 +24063,2308.22027,594.021285,976.8041217,1018.839292,2322.52986 +24064,2403.415607,590.750076,979.3504024,1016.741987,2326.175796 +24065,2477.415183,587.9916432,981.0698379,1015.234599,2328.051033 +24066,2529.627511,585.1843684,982.2029361,1013.309207,2329.182963 +24067,2565.368366,582.4417127,982.9110123,1011.226187,2329.935879 +24068,2590.001505,580.8160224,983.3094633,1004.062741,2330.668595 +24069,2606.346287,578.1991662,983.5416112,1001.016447,2331.085144 +24070,2617.918604,575.4259157,983.6529369,998.1319229,2331.444751 +24071,2626.384147,572.6007841,983.6395033,995.2884224,2331.749146 +24072,2632.455072,569.6024008,983.504858,992.3714964,2332.001639 +24073,2636.505153,566.8349834,983.2602562,988.8248917,2332.20618 +24074,2638.748328,563.9326288,982.9189915,984.756953,2332.367437 +24075,2639.307007,561.0359304,982.4910326,980.2194711,2332.489048 +24076,2638.347776,558.0060471,981.9913413,975.803498,2332.574379 +24077,2636.075359,555.1463402,981.4303389,970.9898169,2332.626511 +24078,2632.690335,552.1845947,980.812072,966.0585777,2332.648322 +24079,2628.364045,549.2855863,980.1458415,960.9286765,2332.642242 +24080,2623.233767,546.1790636,979.437795,955.5368336,2332.610403 +24081,2617.40726,543.2745473,978.6887285,950.1157303,2332.554471 +24082,2610.982798,540.8862127,954.7698155,942.0049588,2332.489709 +24083,2603.617506,537.9548112,938.179062,935.3328658,2332.395768 +24084,2595.503952,535.0269787,945.8840129,928.9485764,2332.280644 +24085,2586.887609,531.8700963,933.12636,922.2010053,2332.155072 +24086,2577.901329,528.8949211,931.0466077,915.3369648,2332.011837 +24087,2568.601704,525.79411,924.6077654,908.2710088,2331.848266 +24088,2558.978509,522.6154943,917.1973852,901.0008939,2331.632142 +24089,2549.069218,519.5066182,914.0403159,893.4529193,2331.391891 +24090,2538.904915,516.6710833,907.5131424,885.9014833,2331.151307 +24091,2528.479753,513.5519928,903.414535,880.6930915,2330.89675 +24092,2518.149321,511.349263,899.3702452,876.1302432,2330.622952 +24093,2508.13925,508.8140467,893.6393672,871.4613505,2330.328258 +24094,2498.492169,506.3092448,892.3684248,799.724343,2329.814824 +24095,2479.934269,503.8610464,887.3835671,787.2358831,2329.474237 +24096,2456.180082,501.4264365,883.5349374,778.4002276,2329.106052 +24097,2432.034756,498.9753497,879.9874847,770.4321721,2328.710497 +24098,2409.852844,496.6130398,876.1742954,763.2758942,2328.288187 +24099,2390.064485,494.1845859,872.4674897,756.3304842,2327.840184 +24100,2372.316602,489.4963423,863.5236959,747.4714649,2327.368481 +24101,2356.00169,486.8362992,859.1659207,740.7250434,2326.872557 +24102,2340.823469,484.3996163,853.5250632,734.5403944,2321.418946 +24103,2326.628279,481.9354559,849.9846243,728.4439856,2301.652075 +24104,2313.291527,479.5218084,846.4998732,722.4330176,2310.309001 +24105,2300.694766,477.0885196,842.8672686,716.6683556,2299.991328 +24106,2288.733012,474.7408593,848.2222731,710.9800953,2300.459354 +24107,2277.314547,472.3362045,826.6290419,705.4104555,2297.895746 +24108,2266.362925,469.9668307,838.7486886,699.9432075,2294.526915 +24109,2255.820005,467.6017865,835.4706286,694.5689238,2284.546061 +24110,2245.627438,465.2148345,818.9670166,689.3288498,2293.776574 +24111,2235.745239,462.9116965,826.5424562,684.0478665,2277.813182 +24112,2226.13536,460.5507825,829.0663325,678.8998169,2280.399747 +24113,2216.50061,458.2273658,806.4353726,673.9431254,2277.466205 +24114,2207.357145,455.9081839,816.7731533,668.8372431,2273.306781 +24115,2198.41833,453.570743,811.2535424,663.9385828,2263.384985 +24116,2189.662906,451.3164466,807.2417983,659.0469294,2267.365857 +24117,2181.067198,449.0082945,808.6002013,654.2187312,2262.546482 +24118,2172.62089,446.7374669,795.2819762,649.4395066,2258.175379 +24119,2164.310725,444.4453768,801.3715195,644.7123949,2254.733261 +24120,2156.130069,442.2351972,794.4726139,640.0311134,2251.317164 +24121,0,0,0,0,0 +24122,0,0,0,0,0 +24123,0,0,0,0,0 +24124,0,0,0,0,0 +24125,0,0,0,0,0 +24126,0,0,0,0,0 +24127,0,0,0,0,0 +24128,0,0,0,0,0 +24129,0,0,0,0,0 +24130,0,0,0,0,0 +24131,0,0,0,0,0 +24132,0,0,0,0,0 +24133,0,0,0,0,0 +24134,0,0,0,0,0 +24135,0,0,0,0,0 +24136,0,0,0,0,0 +24137,0,0,0,0,0 +24138,0,0,0,0,0 +24139,0,0,0,0,0 +24140,0,0,0,0,0 +24141,0,0,0,0,0 +24142,0,0,0,0,0 +24143,0,0,0,0,0 +24144,0,0,0,0,0 +24145,0,0,0,0,0 +24146,0,0,0,0,0 +24147,0,0,0,0,0 +24148,0,0,0,0,0 +24149,0,0,0,0,0 +24150,0,0,0,0,0 +24151,0,0,0,0,0 +24152,0,0,0,0,0 +24153,0,0,0,0,0 +24154,0,0,0,0,0 +24155,0,0,0,0,0 +24156,0,0,0,0,0 +24157,0,0,0,0,0 +24158,0,0,0,0,0 +24159,0,0,0,0,0 +24160,0,0,0,0,0 +24161,0,0,0,0,0 +24162,0,0,0,0,0 +24163,0,0,0,0,0 +24164,0,0,0,0,0 +24165,0,0,0,0,0 +24166,0,0,0,0,0 +24167,0,0,0,0,0 +24168,0,0,0,0,0 +24169,0,0,0,0,0 +24170,0,0,0,0,0 +24171,0,0,0,0,0 +24172,0,0,0,0,0 +24173,0,0,0,0,0 +24174,0,0,0,0,0 +24175,0,0,0,0,0 +24176,0,0,0,0,0 +24177,0,0,0,0,0 +24178,0,0,0,0,0 +24179,0,0,0,0,0 +24180,0,0,0,0,0 +24181,0,0,0,0,0 +24182,0,0,0,0,0 +24183,0,0,0,0,0 +24184,0,0,0,0,0 +24185,0,0,0,0,0 +24186,0,0,0,0,0 +24187,0,0,0,0,0 +24188,0,0,0,0,0 +24189,0,0,0,0,0 +24190,0,0,0,0,0 +24191,0,0,0,0,0 +24192,0,0,0,0,0 +24193,0,0,0,0,0 +24194,0,0,0,0,0 +24195,0,0,0,0,0 +24196,0,0,0,0,0 +24197,0,0,0,0,0 +24198,0,0,0,0,0 +24199,0,0,0,0,0 +24200,0,0,0,0,0 +24201,0,0,0,0,0 +24202,0,0,0,0,0 +24203,0,0,0,0,0 +24204,0,0,0,0,0 +24205,0,0,0,0,0 +24206,0,0,0,0,0 +24207,0,0,0,0,0 +24208,0,0,0,0,0 +24209,0,0,0,0,0 +24210,0,0,0,0,0 +24211,0,0,0,0,0 +24212,0,0,0,0,0 +24213,0,0,0,0,0 +24214,0,0,0,0,0 +24215,0,0,0,0,0 +24216,0,0,0,0,0 +24217,0,0,0,0,0 +24218,0,0,0,0,0 +24219,0,0,0,0,0 +24220,0,0,0,0,0 +24221,0,0,0,0,0 +24222,0,0,0,0,0 +24223,0,0,0,0,0 +24224,0,0,0,0,0 +24225,0,0,0,0,0 +24226,0,0,0,0,0 +24227,0,0,0,0,0 +24228,0,0,0,0,0 +24229,0,0,0,0,0 +24230,0,0,0,0,0 +24231,0,0,0,0,0 +24232,0,0,0,0,0 +24233,0,0,0,0,0 +24234,0,0,0,0,0 +24235,0,0,0,0,0 +24236,0,0,0,0,0 +24237,0,0,0,0,0 +24238,0,0,0,0,0 +24239,0,0,0,0,0 +24240,0,0,0,0,0 +24241,0,0,0,0,0 +24242,0,0,0,0,0 +24243,0,0,0,0,0 +24244,0,0,0,0,0 +24245,0,0,0,0,0 +24246,0,0,0,0,0 +24247,0,0,0,0,0 +24248,0,0,0,0,0 +24249,0,0,0,0,0 +24250,0,0,0,0,0 +24251,0,0,0,0,0 +24252,0,0,0,0,0 +24253,0,0,0,0,0 +24254,0,0,0,0,0 +24255,0,0,0,0,0 +24256,0,0,0,0,0 +24257,0,0,0,0,0 +24258,0,0,0,0,0 +24259,0,0,0,0,0 +24260,0,0,0,0,0 +24261,0,0,0,0,0 +24262,0,0,0,0,0 +24263,0,0,0,0,0 +24264,0,0,0,0,0 +24265,0,0,0,0,0 +24266,0,0,0,0,0 +24267,0,0,0,0,0 +24268,0,0,0,0,0 +24269,0,0,0,0,0 +24270,0,0,0,0,0 +24271,0,0,0,0,0 +24272,0,0,0,0,0 +24273,0,0,0,0,0 +24274,0,0,0,0,0 +24275,0,0,0,0,0 +24276,0,0,0,0,0 +24277,0,0,0,0,0 +24278,0,0,0,0,0 +24279,0,0,0,0,0 +24280,0,0,0,0,0 +24281,0,0,0,0,0 +24282,0,0,0,0,0 +24283,0,0,0,0,0 +24284,0,0,0,0,0 +24285,0,0,0,0,0 +24286,0,0,0,0,0 +24287,0,0,0,0,0 +24288,0,0,0,0,0 +24289,0,0,0,0,0 +24290,0,0,0,0,0 +24291,0,0,0,0,0 +24292,0,0,0,0,0 +24293,0,0,0,0,0 +24294,0,0,0,0,0 +24295,0,0,0,0,0 +24296,0,0,0,0,0 +24297,0,0,0,0,0 +24298,0,0,0,0,0 +24299,0,0,0,0,0 +24300,0,0,0,0,0 +24301,0,0,0,0,0 +24302,0,0,0,0,0 +24303,0,0,0,0,0 +24304,0,0,0,0,0 +24305,0,0,0,0,0 +24306,0,0,0,0,0 +24307,0,0,0,0,0 +24308,0,0,0,0,0 +24309,0,0,0,0,0 +24310,0,0,0,0,0 +24311,0,0,0,0,0 +24312,0,0,0,0,0 +24313,0,0,0,0,0 +24314,0,0,0,0,0 +24315,0,0,0,0,0 +24316,0,0,0,0,0 +24317,0,0,0,0,0 +24318,0,0,0,0,0 +24319,0,0,0,0,0 +24320,0,0,0,0,0 +24321,0,0,0,0,0 +24322,0,0,0,0,0 +24323,0,0,0,0,0 +24324,0,0,0,0,0 +24325,0,0,0,0,0 +24326,0,0,0,0,0 +24327,0,0,0,0,0 +24328,0,0,0,0,0 +24329,0,0,0,0,0 +24330,0,0,0,0,0 +24331,0,0,0,0,0 +24332,0,0,0,0,0 +24333,0,0,0,0,0 +24334,0,0,0,0,0 +24335,0,0,0,0,0 +24336,0,0,0,0,0 +24337,0,0,0,0,0 +24338,0,0,0,0,0 +24339,0,0,0,0,0 +24340,0,0,0,0,0 +24341,0,0,0,0,0 +24342,0,0,0,0,0 +24343,0,0,0,0,0 +24344,0,0,0,0,0 +24345,0,0,0,0,0 +24346,0,0,0,0,0 +24347,0,0,0,0,0 +24348,0,0,0,0,0 +24349,0,0,0,0,0 +24350,0,0,0,0,0 +24351,0,0,0,0,0 +24352,0,0,0,0,0 +24353,0,0,0,0,0 +24354,0,0,0,0,0 +24355,0,0,0,0,0 +24356,0,0,0,0,0 +24357,0,0,0,0,0 +24358,0,0,0,0,0 +24359,0,0,0,0,0 +24360,0,0,0,0,0 +24361,0,0,0,0,0 +24362,0,0,0,0,0 +24363,0,0,0,0,0 +24364,0,0,0,0,0 +24365,0,0,0,0,0 +24366,0,0,0,0,0 +24367,0,0,0,0,0 +24368,0,0,0,0,0 +24369,0,0,0,0,0 +24370,0,0,0,0,0 +24371,0,0,0,0,0 +24372,0,0,0,0,0 +24373,0,0,0,0,0 +24374,0,0,0,0,0 +24375,0,0,0,0,0 +24376,0,0,0,0,0 +24377,0,0,0,0,0 +24378,0,0,0,0,0 +24379,0,0,0,0,0 +24380,0,0,0,0,0 +24381,0,0,0,0,0 +24382,0,0,0,0,0 +24383,0,0,0,0,0 +24384,0,0,0,0,0 +24385,0,0,0,0,0 +24386,0,0,0,0,0 +24387,0,0,0,0,0 +24388,0,0,0,0,0 +24389,0,0,0,0,0 +24390,0,0,0,0,0 +24391,0,0,0,0,0 +24392,0,0,0,0,0 +24393,0,0,0,0,0 +24394,0,0,0,0,0 +24395,0,0,0,0,0 +24396,0,0,0,0,0 +24397,0,0,0,0,0 +24398,0,0,0,0,0 +24399,0,0,0,0,0 +24400,0,0,0,0,0 +24401,0,0,0,0,0 +24402,0,0,0,0,0 +24403,0,0,0,0,0 +24404,0,0,0,0,0 +24405,0,0,0,0,0 +24406,0,0,0,0,0 +24407,0,0,0,0,0 +24408,0,0,0,0,0 +24409,0,0,0,0,0 +24410,0,0,0,0,0 +24411,0,0,0,0,0 +24412,0,0,0,0,0 +24413,0,0,0,0,0 +24414,0,0,0,0,0 +24415,0,0,0,0,0 +24416,0,0,0,0,0 +24417,0,0,0,0,0 +24418,0,0,0,0,0 +24419,0,0,0,0,0 +24420,0,0,0,0,0 +24421,0,0,0,0,0 +24422,0,0,0,0,0 +24423,0,0,0,0,0 +24424,0,0,0,0,0 +24425,0,0,0,0,0 +24426,0,0,0,0,0 +24427,0,0,0,0,0 +24428,0,0,0,0,0 +24429,0,0,0,0,0 +24430,0,0,0,0,0 +24431,0,0,0,0,0 +24432,0,0,0,0,0 +24433,0,0,0,0,0 +24434,0,0,0,0,0 +24435,0,0,0,0,0 +24436,0,0,0,0,0 +24437,0,0,0,0,0 +24438,0,0,0,0,0 +24439,0,0,0,0,0 +24440,0,0,0,0,0 +24441,0,0,0,0,0 +24442,0,0,0,0,0 +24443,0,0,0,0,0 +24444,0,0,0,0,0 +24445,0,0,0,0,0 +24446,0,0,0,0,0 +24447,0,0,0,0,0 +24448,0,0,0,0,0 +24449,0,0,0,0,0 +24450,0,0,0,0,0 +24451,0,0,0,0,0 +24452,0,0,0,0,0 +24453,0,0,0,0,0 +24454,0,0,0,0,0 +24455,0,0,0,0,0 +24456,0,0,0,0,0 +24457,0,0,0,0,0 +24458,0,0,0,0,0 +24459,0,0,0,0,0 +24460,0,0,0,0,0 +24461,0,0,0,0,0 +24462,0,0,0,0,0 +24463,0,0,0,0,0 +24464,0,0,0,0,0 +24465,0,0,0,0,0 +24466,0,0,0,0,0 +24467,0,0,0,0,0 +24468,0,0,0,0,0 +24469,0,0,0,0,0 +24470,0,0,0,0,0 +24471,0,0,0,0,0 +24472,0,0,0,0,0 +24473,0,0,0,0,0 +24474,0,0,0,0,0 +24475,0,0,0,0,0 +24476,0,0,0,0,0 +24477,0,0,0,0,0 +24478,0,0,0,0,0 +24479,0,0,0,0,0 +24480,0,0,0,0,0 +24481,0,0,0,0,0 +24482,0,0,0,0,0 +24483,0,0,0,0,0 +24484,0,0,0,0,0 +24485,0,0,0,0,0 +24486,0,0,0,0,0 +24487,0,0,0,0,0 +24488,0,0,0,0,0 +24489,0,0,0,0,0 +24490,0,0,0,0,0 +24491,0,0,0,0,0 +24492,0,0,0,0,0 +24493,0,0,0,0,0 +24494,0,0,0,0,0 +24495,0,0,0,0,0 +24496,0,0,0,0,0 +24497,0,0,0,0,0 +24498,0,0,0,0,0 +24499,0,0,0,0,0 +24500,0,0,0,0,0 +24501,0,0,0,0,0 +24502,0,0,0,0,0 +24503,0,0,0,0,0 +24504,0,0,0,0,0 +24505,0,0,0,0,0 +24506,0,0,0,0,0 +24507,0,0,0,0,0 +24508,0,0,0,0,0 +24509,0,0,0,0,0 +24510,0,0,0,0,0 +24511,0,0,0,0,0 +24512,0,0,0,0,0 +24513,0,0,0,0,0 +24514,0,0,0,0,0 +24515,0,0,0,0,0 +24516,0,0,0,0,0 +24517,0,0,0,0,0 +24518,0,0,0,0,0 +24519,0,0,0,0,0 +24520,0,0,0,0,0 +24521,0,0,0,0,0 +24522,0,0,0,0,0 +24523,0,0,0,0,0 +24524,0,0,0,0,0 +24525,0,0,0,0,0 +24526,0,0,0,0,0 +24527,0,0,0,0,0 +24528,0,0,0,0,0 +24529,0,0,0,0,0 +24530,0,0,0,0,0 +24531,0,0,0,0,0 +24532,0,0,0,0,0 +24533,0,0,0,0,0 +24534,0,0,0,0,0 +24535,0,0,0,0,0 +24536,0,0,0,0,0 +24537,0,0,0,0,0 +24538,0,0,0,0,0 +24539,0,0,0,0,0 +24540,0,0,0,0,0 +24541,0,0,0,0,0 +24542,0,0,0,0,0 +24543,0,0,0,0,0 +24544,0,0,0,0,0 +24545,0,0,0,0,0 +24546,0,0,0,0,0 +24547,0,0,0,0,0 +24548,0,0,0,0,0 +24549,0,0,0,0,0 +24550,0,0,0,0,0 +24551,0,0,0,0,0 +24552,0,0,0,0,0 +24553,0,0,0,0,0 +24554,0,0,0,0,0 +24555,0,0,0,0,0 +24556,0,0,0,0,0 +24557,0,0,0,0,0 +24558,0,0,0,0,0 +24559,0,0,0,0,0 +24560,0,0,0,0,0 +24561,0,0,0,0,0 +24562,0,0,0,0,0 +24563,0,0,0,0,0 +24564,0,0,0,0,0 +24565,0,0,0,0,0 +24566,0,0,0,0,0 +24567,0,0,0,0,0 +24568,0,0,0,0,0 +24569,0,0,0,0,0 +24570,0,0,0,0,0 +24571,0,0,0,0,0 +24572,0,0,0,0,0 +24573,0,0,0,0,0 +24574,0,0,0,0,0 +24575,0,0,0,0,0 +24576,0,0,0,0,0 +24577,0,0,0,0,0 +24578,0,0,0,0,0 +24579,0,0,0,0,0 +24580,0,0,0,0,0 +24581,0,0,0,0,0 +24582,0,0,0,0,0 +24583,0,0,0,0,0 +24584,0,0,0,0,0 +24585,0,0,0,0,0 +24586,0,0,0,0,0 +24587,0,0,0,0,0 +24588,0,0,0,0,0 +24589,0,0,0,0,0 +24590,0,0,0,0,0 +24591,0,0,0,0,0 +24592,0,0,0,0,0 +24593,0,0,0,0,0 +24594,0,0,0,0,0 +24595,0,0,0,0,0 +24596,0,0,0,0,0 +24597,0,0,0,0,0 +24598,0,0,0,0,0 +24599,0,0,0,0,0 +24600,0,0,0,0,0 +24601,0,0,0,0,0 +24602,0,0,0,0,0 +24603,0,0,0,0,0 +24604,0,0,0,0,0 +24605,0,0,0,0,0 +24606,0,0,0,0,0 +24607,0,0,0,0,0 +24608,0,0,0,0,0 +24609,0,0,0,0,0 +24610,0,0,0,0,0 +24611,0,0,0,0,0 +24612,0,0,0,0,0 +24613,0,0,0,0,0 +24614,0,0,0,0,0 +24615,0,0,0,0,0 +24616,0,0,0,0,0 +24617,0,0,0,0,0 +24618,0,0,0,0,0 +24619,0,0,0,0,0 +24620,0,0,0,0,0 +24621,0,0,0,0,0 +24622,0,0,0,0,0 +24623,0,0,0,0,0 +24624,0,0,0,0,0 +24625,0,0,0,0,0 +24626,0,0,0,0,0 +24627,0,0,0,0,0 +24628,0,0,0,0,0 +24629,0,0,0,0,0 +24630,0,0,0,0,0 +24631,0,0,0,0,0 +24632,0,0,0,0,0 +24633,0,0,0,0,0 +24634,0,0,0,0,0 +24635,0,0,0,0,0 +24636,0,0,0,0,0 +24637,0,0,0,0,0 +24638,0,0,0,0,0 +24639,0,0,0,0,0 +24640,0,0,0,0,0 +24641,0,0,0,0,0 +24642,0,0,0,0,0 +24643,0,0,0,0,0 +24644,0,0,0,0,0 +24645,0,0,0,0,0 +24646,0,0,0,0,0 +24647,0,0,0,0,0 +24648,0,0,0,0,0 +24649,0,0,0,0,0 +24650,0,0,0,0,0 +24651,0,0,0,0,0 +24652,0,0,0,0,0 +24653,0,0,0,0,0 +24654,0,0,0,0,0 +24655,0,0,0,0,0 +24656,0,0,0,0,0 +24657,0,0,0,0,0 +24658,0,0,0,0,0 +24659,0,0,0,0,0 +24660,0,0,0,0,0 +24661,0,0,0,0,0 +24662,0,0,0,0,0 +24663,0,0,0,0,0 +24664,0,0,0,0,0 +24665,0,0,0,0,0 +24666,0,0,0,0,0 +24667,0,0,0,0,0 +24668,0,0,0,0,0 +24669,0,0,0,0,0 +24670,0,0,0,0,0 +24671,0,0,0,0,0 +24672,0,0,0,0,0 +24673,0,0,0,0,0 +24674,0,0,0,0,0 +24675,0,0,0,0,0 +24676,0,0,0,0,0 +24677,0,0,0,0,0 +24678,0,0,0,0,0 +24679,0,0,0,0,0 +24680,0,0,0,0,0 +24681,0,0,0,0,0 +24682,0,0,0,0,0 +24683,0,0,0,0,0 +24684,0,0,0,0,0 +24685,0,0,0,0,0 +24686,0,0,0,0,0 +24687,0,0,0,0,0 +24688,0,0,0,0,0 +24689,0,0,0,0,0 +24690,0,0,0,0,0 +24691,0,0,0,0,0 +24692,0,0,0,0,0 +24693,0,0,0,0,0 +24694,0,0,0,0,0 +24695,0,0,0,0,0 +24696,0,0,0,0,0 +24697,0,0,0,0,0 +24698,0,0,0,0,0 +24699,0,0,0,0,0 +24700,0,0,0,0,0 +24701,0,0,0,0,0 +24702,0,0,0,0,0 +24703,0,0,0,0,0 +24704,0,0,0,0,0 +24705,0,0,0,0,0 +24706,0,0,0,0,0 +24707,0,0,0,0,0 +24708,0,0,0,0,0 +24709,0,0,0,0,0 +24710,0,0,0,0,0 +24711,0,0,0,0,0 +24712,0,0,0,0,0 +24713,0,0,0,0,0 +24714,0,0,0,0,0 +24715,0,0,0,0,0 +24716,0,0,0,0,0 +24717,0,0,0,0,0 +24718,0,0,0,0,0 +24719,0,0,0,0,0 +24720,0,0,0,0,0 +24721,0,0,0,0,0 +24722,0,0,0,0,0 +24723,0,0,0,0,0 +24724,0,0,0,0,0 +24725,0,0,0,0,0 +24726,0,0,0,0,0 +24727,0,0,0,0,0 +24728,0,0,0,0,0 +24729,0,0,0,0,0 +24730,0,0,0,0,0 +24731,0,0,0,0,0 +24732,0,0,0,0,0 +24733,0,0,0,0,0 +24734,0,0,0,0,0 +24735,0,0,0,0,0 +24736,0,0,0,0,0 +24737,0,0,0,0,0 +24738,0,0,0,0,0 +24739,0,0,0,0,0 +24740,0,0,0,0,0 +24741,0,0,0,0,0 +24742,0,0,0,0,0 +24743,0,0,0,0,0 +24744,0,0,0,0,0 +24745,0,0,0,0,0 +24746,0,0,0,0,0 +24747,0,0,0,0,0 +24748,0,0,0,0,0 +24749,0,0,0,0,0 +24750,0,0,0,0,0 +24751,0,0,0,0,0 +24752,0,0,0,0,0 +24753,0,0,0,0,0 +24754,0,0,0,0,0 +24755,0,0,0,0,0 +24756,0,0,0,0,0 +24757,0,0,0,0,0 +24758,0,0,0,0,0 +24759,0,0,0,0,0 +24760,0,0,0,0,0 +24761,0,0,0,0,0 +24762,0,0,0,0,0 +24763,0,0,0,0,0 +24764,0,0,0,0,0 +24765,0,0,0,0,0 +24766,0,0,0,0,0 +24767,0,0,0,0,0 +24768,0,0,0,0,0 +24769,0,0,0,0,0 +24770,0,0,0,0,0 +24771,0,0,0,0,0 +24772,0,0,0,0,0 +24773,0,0,0,0,0 +24774,0,0,0,0,0 +24775,0,0,0,0,0 +24776,0,0,0,0,0 +24777,0,0,0,0,0 +24778,0,0,0,0,0 +24779,0,0,0,0,0 +24780,0,0,0,0,0 +24781,0,0,0,0,0 +24782,0,0,0,0,0 +24783,0,0,0,0,0 +24784,0,0,0,0,0 +24785,0,0,0,0,0 +24786,0,0,0,0,0 +24787,0,0,0,0,0 +24788,0,0,0,0,0 +24789,0,0,0,0,0 +24790,0,0,0,0,0 +24791,0,0,0,0,0 +24792,0,0,0,0,0 +24793,0,0,0,0,0 +24794,0,0,0,0,0 +24795,0,0,0,0,0 +24796,0,0,0,0,0 +24797,0,0,0,0,0 +24798,0,0,0,0,0 +24799,0,0,0,0,0 +24800,0,0,0,0,0 +24801,0,0,0,0,0 +24802,0,0,0,0,0 +24803,0,0,0,0,0 +24804,0,0,0,0,0 +24805,0,0,0,0,0 +24806,0,0,0,0,0 +24807,0,0,0,0,0 +24808,0,0,0,0,0 +24809,0,0,0,0,0 +24810,0,0,0,0,0 +24811,0,0,0,0,0 +24812,0,0,0,0,0 +24813,0,0,0,0,0 +24814,0,0,0,0,0 +24815,0,0,0,0,0 +24816,0,0,0,0,0 +24817,0,0,0,0,0 +24818,0,0,0,0,0 +24819,0,0,0,0,0 +24820,0,0,0,0,0 +24821,0,0,0,0,0 +24822,0,0,0,0,0 +24823,0,0,0,0,0 +24824,0,0,0,0,0 +24825,0,0,0,0,0 +24826,0,0,0,0,0 +24827,0,0,0,0,0 +24828,0,0,0,0,0 +24829,0,0,0,0,0 +24830,0,0,0,0,0 +24831,0,0,0,0,0 +24832,0,0,0,0,0 +24833,0,0,0,0,0 +24834,0,0,0,0,0 +24835,0,0,0,0,0 +24836,0,0,0,0,0 +24837,0,0,0,0,0 +24838,0,0,0,0,0 +24839,0,0,0,0,0 +24840,0,0,0,0,0 +24841,0,0,0,0,0 +24842,0,0,0,0,0 +24843,0,0,0,0,0 +24844,0,0,0,0,0 +24845,0,0,0,0,0 +24846,0,0,0,0,0 +24847,0,0,0,0,0 +24848,0,0,0,0,0 +24849,0,0,0,0,0 +24850,0,0,0,0,0 +24851,0,0,0,0,0 +24852,0,0,0,0,0 +24853,0,0,0,0,0 +24854,0,0,0,0,0 +24855,0,0,0,0,0 +24856,0,0,0,0,0 +24857,0,0,0,0,0 +24858,0,0,0,0,0 +24859,0,0,0,0,0 +24860,0,0,0,0,0 +24861,0,0,0,0,0 +24862,0,0,0,0,0 +24863,0,0,0,0,0 +24864,0,0,0,0,0 +24865,0,0,0,0,0 +24866,0,0,0,0,0 +24867,0,0,0,0,0 +24868,0,0,0,0,0 +24869,0,0,0,0,0 +24870,0,0,0,0,0 +24871,0,0,0,0,0 +24872,0,0,0,0,0 +24873,0,0,0,0,0 +24874,0,0,0,0,0 +24875,0,0,0,0,0 +24876,0,0,0,0,0 +24877,0,0,0,0,0 +24878,0,0,0,0,0 +24879,0,0,0,0,0 +24880,0,0,0,0,0 +24881,0,0,0,0,0 +24882,0,0,0,0,0 +24883,0,0,0,0,0 +24884,0,0,0,0,0 +24885,0,0,0,0,0 +24886,0,0,0,0,0 +24887,0,0,0,0,0 +24888,0,0,0,0,0 +24889,0,0,0,0,0 +24890,0,0,0,0,0 +24891,0,0,0,0,0 +24892,0,0,0,0,0 +24893,0,0,0,0,0 +24894,0,0,0,0,0 +24895,0,0,0,0,0 +24896,0,0,0,0,0 +24897,0,0,0,0,0 +24898,0,0,0,0,0 +24899,0,0,0,0,0 +24900,0,0,0,0,0 +24901,-828.9270349,-341.3599189,-799.6026229,-341.175546,1215.283792 +24902,-980.4766941,-388.7875424,-949.8357713,-388.6075412,976.233312 +24903,-1365.790919,-557.6321223,-1332.69635,-557.4575269,114.7667045 +24904,-945.0133115,-368.7204283,-913.3254547,-368.5515049,772.2699353 +24905,-1258.584414,-512.8138164,-1227.446509,-512.6508962,146.6284007 +24906,-967.8410223,-381.5061199,-936.7168237,-381.3486655,652.3031578 +24907,-1253.143333,-512.3645861,-1222.200529,-512.212494,102.1416556 +24908,-986.6075525,-391.7340405,-955.4804248,-391.5869167,577.5445314 +24909,-1082.292691,-434.5701335,-1050.159331,-434.428311,443.0907061 +24910,-1148.699382,-464.7605282,-1116.069735,-464.6236814,334.1178553 +24911,-1189.900124,-483.7728183,-1157.042509,-483.6405718,256.9409946 +24912,-1329.708064,-548.847153,-1297.538388,-548.7189339,-51.3053266 +24913,-1107.035299,-448.2055232,-1074.955216,-448.0811243,334.5739671 +24914,-1147.93327,-466.4401205,-1115.259655,-466.3198044,281.3996092 +24915,-1177.056284,-479.7167457,-1144.069702,-479.6004061,234.5776202 +24916,-1307.321768,-540.1881154,-1274.910713,-540.0753784,-46.31624714 +24917,-1225.916838,-504.7049418,-1194.332134,-504.5954383,43.77278608 +24918,-1020.150865,-410.8950261,-988.1565109,-410.7889427,431.7435999 +24919,-1089.300013,-441.4736901,-1056.454105,-441.3712752,346.3470733 +24920,-1138.554862,-463.565066,-1105.276142,-463.4661716,274.1593095 +24921,-1287.351869,-532.2610653,-1254.645472,-532.16529,-36.17537964 +24922,-1073.576526,-435.2736616,-1040.912827,-435.1808073,343.4722005 +24923,-1120.272149,-455.8063178,-1087.011178,-455.7165155,286.7585436 +24924,-1153.669456,-470.727686,-1120.108853,-470.6408212,237.5158431 +24925,-1286.724664,-532.2021181,-1253.756104,-532.1179021,-44.02543634 +24926,-1078.45397,-437.6825384,-1045.542911,-437.60084,325.8739393 +24927,-1120.687929,-456.2520905,-1087.334281,-456.1730293,275.8270854 +24928,-1151.306819,-469.972273,-1117.832748,-469.8957572,231.0872533 +24929,-1170.04548,-478.4614429,-1136.589922,-478.3873482,200.1291985 +24930,-1179.817897,-482.9465042,-1146.459919,-482.8747059,181.7020144 +24931,-1183.925136,-484.9024457,-1150.676162,-484.8328386,171.9329371 +24932,-1184.893787,-485.4702826,-1151.739015,-485.4027811,167.2799767 +24933,-1184.302237,-485.3585159,-1151.222014,-485.2930468,165.3434584 +24934,-1183.01587,-484.9488651,-1149.992938,-484.8853615,164.736155 +24935,-1181.468613,-484.4276372,-1148.489151,-484.3660349,164.731434 +24936,-1179.864353,-483.8793684,-1146.917339,-483.8196049,164.9722887 +24937,-1178.14787,-483.2436402,-1145.148411,-483.1856525,165.290411 +24938,-1176.397494,-481.8259406,-1143.213217,-482.5112036,165.6042828 +24939,-1174.688133,-479.9157009,-1141.246228,-481.8438869,165.8792128 +24940,-1273.265267,-524.3489583,-1240.19065,-527.6971825,-53.70795782 +24941,-1077.029545,-433.9634324,-1043.778887,-438.7048553,293.6578097 +24942,-1109.751333,-446.8659571,-1075.763286,-453.0130836,257.3410043 +24943,-1134.736111,-456.5483291,-1100.248875,-464.1379373,221.6595392 +24944,-1150.389671,-462.0736205,-1115.522788,-471.1467529,196.300805 +24945,-1158.732512,-464.2741181,-1123.544151,-474.8723996,180.9740261 +24946,-1162.381542,-464.3107695,-1126.897287,-476.4754428,172.700774 +24947,-1163.389981,-463.1094811,-1127.619837,-476.8813822,168.6336288 +24948,-1163.048821,-461.2550117,-1126.996576,-476.6747882,166.8263863 +24949,-1262.285657,-505.5638445,-1226.602443,-522.6720387,-53.65809652 +24950,-1066.383358,-414.8595883,-1030.532521,-433.6974488,293.3382989 +24951,-1099.223192,-427.3428112,-1062.646991,-447.9500413,257.0019744 +24952,-1124.263164,-436.594213,-1087.203544,-459.0109037,221.3968625 +24953,-1139.937754,-441.688781,-1102.51872,-465.9556544,196.1669536 +24954,-1148.284655,-443.4636066,-1110.568881,-469.6213795,180.9988947 +24955,-1151.931164,-443.0820941,-1113.948383,-471.1709347,172.8886995 +24956,-1152.935777,-441.4711674,-1114.699694,-471.5305165,168.9826759 +24957,-1152.591497,-439.2155879,-1114.109173,-471.2843086,167.3300413 +24958,-1151.608702,-436.6360888,-1112.885021,-470.7527073,166.8010402 +24959,-1150.345612,-433.8935552,-1111.385053,-470.0963924,166.802916 +24960,-1148.973641,-431.0644628,-1109.780832,-469.3916571,167.0422263 +24961,-1154.728135,-431.4367578,-1115.307966,-471.9262305,154.3673904 +24962,-1135.896786,-420.7062022,-1096.330412,-463.2523114,182.1255161 +24963,-1105.174531,-404.5105326,-1065.547246,-449.3140637,227.7664697 +24964,-1074.804099,-388.3932071,-1035.102916,-435.7561506,272.3009971 +24965,-1049.519652,-375.0869272,-1009.683404,-424.6975811,308.6601025 +24966,-1029.488579,-364.5237713,-989.4557752,-416.1374242,338.7066144 +24967,-1000.301629,72.74834217,-960.0274866,-403.4572606,388.3932892 +24968,-970.582318,-86.69348676,-930.0374643,-390.5363239,440.2219813 +24969,-952.9264597,-30.08024598,-912.0923766,-383.0770976,470.7491826 +24970,-942.095468,4.754425816,-900.9613268,-378.6813206,489.3006908 +24971,-934.9016052,26.18163336,-893.4617731,-375.8896368,501.5219022 +24972,-929.7410643,42.17693719,-887.995921,-373.9706695,510.1883773 +24973,-903.0628849,60.49449227,-861.0181248,-362.2219873,558.006562 +24974,-562.3745615,77.13839049,-374.8707675,-326.8724609,700.1187382 +24975,-601.1420668,114.9410356,-614.827478,-294.5175153,830.4017272 +24976,-587.6476972,135.1739191,-510.7628113,-388.5054744,362.8981286 +24977,-542.7441449,153.6300052,-478.8201431,-222.1708943,605.9886962 +24978,-514.8910283,171.7604302,-457.9301434,-227.0404106,770.0183078 +24979,-489.9706706,189.5850769,-425.1585607,-200.7667076,864.3291359 +24980,-214.7779659,206.8754826,-183.3061316,-49.9540803,1543.635369 +24981,-716.4410583,223.3619915,-681.4202943,-277.4110894,668.2537461 +24982,-379.70037,241.4708114,-238.7710133,-238.7500705,765.0285467 +24983,-246.0991249,257.6248105,-215.7595405,-67.13691712,1505.526234 +24984,-461.0557262,273.8921694,-424.7436243,-158.0982126,1253.453278 +24985,-422.6628065,290.7078396,-320.4583951,-310.2889967,506.2160572 +24986,-273.0493971,307.3227322,-226.6068109,-47.19884735,1377.458693 +24987,-324.3262417,322.2770965,-256.3943679,-153.0303815,1222.088097 +24988,-285.2017434,339.2183527,-223.920373,-118.4159668,1113.098619 +24989,-268.698541,354.6933844,-201.4226627,-108.9429336,432.8344286 +24990,-243.1191649,370.6595136,-180.3532851,-96.88369978,735.4678224 +24991,-225.538345,385.5903562,-159.2404089,-87.1468434,1521.123306 +24992,6.714315235,399.8182805,33.39115121,31.1411604,1785.776322 +24993,-496.0534669,413.942315,-374.0328895,-220.8088416,786.4044686 +24994,-17.67839583,428.8734484,21.45565649,10.52310266,1625.495454 +24995,-179.8952344,408.40693,-107.2971708,-61.17891156,708.5495186 +24996,-126.5167155,444.7583915,-60.5646741,-40.0433533,1074.357926 +24997,61.34337401,538.07399,86.96870492,49.19311704,1823.434175 +24998,-209.1976964,424.670225,-179.5496168,-62.93760513,1526.765511 +24999,-173.9648124,385.4423011,19.9916891,-67.62600024,601.4813864 +25000,7.395348016,628.876741,16.17553503,33.17985751,1576.406727 +25001,153.0026194,451.7510831,241.5385097,91.78009805,1469.391701 +25002,-362.5558597,437.4662489,-285.8826351,-132.6220625,994.1332703 +25003,143.0452721,617.8475073,215.941359,88.05672019,1786.060178 +25004,-35.12158964,490.5934798,42.46370604,13.24557562,1541.39736 +25005,17.73287197,381.2489527,91.51200748,36.07973705,743.5161992 +25006,33.95610609,635.8389316,110.5088548,44.53913672,1777.201524 +25007,228.2349331,442.5193477,303.1638193,130.2864134,1560.583266 +25008,5.207870928,648.7098927,30.57456853,20.78724772,1706.474809 +25009,-87.75019285,399.1527182,66.55320852,14.48026168,743.7462316 +25010,364.1160324,478.1239106,402.980418,182.3714217,1884.898047 +25011,121.9160451,667.3947292,145.5521149,69.23400257,1812.10807 +25012,-153.8366962,417.0092904,17.31880458,-1.485309997,843.6731685 +25013,440.1338556,486.5772839,470.3349419,212.0812997,1896.289491 +25014,-77.29489474,476.0892361,11.66017875,5.185552136,1370.045738 +25015,265.6211148,691.6868753,345.0882889,152.97072,1926.276125 +25016,167.3417091,439.3120279,244.7229386,110.0731436,1032.488718 +25017,204.9981056,471.4956582,283.2208084,127.3461668,1802.083494 +25018,258.8531676,692.083797,295.0885812,133.1257531,1911.934896 +25019,170.8568274,439.5134247,311.2426793,140.2699994,1037.574152 +25020,425.1543602,511.3118053,473.3789321,213.5592884,1936.206213 +25021,553.1592579,527.5907057,636.7558294,281.7927035,1986.942558 +25022,699.5458946,541.4824391,771.6520222,344.2723538,2022.57039 +25023,722.2383367,560.5475136,788.3458432,353.3017598,2078.864152 +25024,721.6245589,578.0119985,786.2225835,351.612338,2131.146456 +25025,734.6410242,591.9328441,795.1409505,356.6226792,2171.814122 +25026,749.9254487,603.1902897,809.6720131,363.109107,2203.758157 +25027,765.0984469,612.5404203,820.5340728,368.937977,2229.370719 +25028,778.3924027,620.2674958,831.7410091,374.0166437,2249.368429 +25029,788.9662345,626.7295362,842.0750596,379.2036155,2264.937576 +25030,796.3448273,632.10913,853.2389031,384.8650714,2276.660477 +25031,807.2670393,636.4192996,863.3943178,389.6325747,2284.488465 +25032,818.7240531,639.8331957,873.8027159,394.6870868,2289.03811 +25033,828.0452379,642.5967901,884.5546239,399.8042349,2291.235295 +25034,838.9509817,644.7348998,894.1675348,404.727515,2291.136903 +25035,849.0703142,646.356523,904.7501143,409.6845368,2289.14851 +25036,858.9170233,647.5774155,914.7604591,414.5763953,2285.711883 +25037,869.4713952,648.4055194,924.7381771,419.4702245,2280.844336 +25038,879.548402,648.9215097,935.0936278,424.3634809,2274.858514 +25039,889.4537145,649.1927176,944.746751,429.2029267,2268.016855 +25040,899.241802,649.215327,955.1739154,433.7919677,2260.299404 +25041,910.0617607,649.0181726,964.5391244,438.6134636,2251.817947 +25042,919.2318974,648.6649371,974.5832039,443.3407469,2242.824372 +25043,929.6042464,648.1116607,984.3990576,448.1251338,2233.140624 +25044,939.359373,647.4285096,994.1860418,452.5814331,2223.045137 +25045,949.4647193,646.594907,1003.56297,457.3814763,2212.453606 +25046,959.0962646,645.6281592,1013.707103,461.919632,2201.433167 +25047,969.13411,644.5483354,1022.904968,466.5756269,2190.06194 +25048,978.6342077,643.3562617,1032.91159,470.9512405,2178.341055 +25049,988.7894559,642.0589098,1041.943311,475.7052083,2166.29613 +25050,998.4960637,640.6609185,1051.852625,480.1879176,2153.943349 +25051,1008.049661,639.2269787,1060.329078,484.3315025,2141.539042 +25052,1010.062476,626.657468,1061.678209,485.0997604,2084.587698 +25053,1033.785898,624.2282225,1065.513884,484.3310694,2068.090189 +25054,1036.094477,621.513702,1051.839836,478.1729069,2050.385021 +25055,1038.587713,619.3620188,1039.627632,472.7133949,2034.910567 +25056,1027.102454,617.8473918,1029.270149,468.1055189,2021.984834 +25057,1017.640769,617.3270903,1020.858073,464.3736405,2011.612263 +25058,1010.094298,617.6002492,1014.122196,461.3897587,2003.490195 +25059,1004.136275,618.4009422,1008.74572,459.0088699,1997.249497 +25060,999.4557132,619.5587007,1004.470675,457.114293,1992.558121 +25061,995.8098164,620.9841459,1001.098269,455.616719,1988.942441 +25062,993.0136194,622.6274156,998.470971,454.4457549,1986.210212 +25063,990.9214058,624.4530885,996.4598378,453.5440806,1984.23753 +25064,989.4140202,626.4310601,994.9575093,452.8642185,1982.905202 +25065,988.3922841,628.5348687,993.8743979,452.3667527,1982.097408 +25066,987.773416,630.7418282,993.1359496,452.0190397,1981.710466 +25067,987.488581,633.0330215,992.6803903,451.7941506,1981.657311 +25068,987.4807122,635.3928895,992.4566345,451.669901,1981.866719 +25069,987.7026336,637.8086901,992.4225301,451.6280459,1982.281042 +25070,988.1153621,640.2699682,992.5432998,451.6535712,1982.853442 +25071,988.686734,664.7453287,992.7903041,451.734138,1983.545999 +25072,989.3901977,808.2941743,993.139954,451.8595967,1984.327915 +25073,990.2038857,751.4095372,993.572865,452.0216132,1985.174415 +25074,991.1097302,785.4431632,994.0730948,452.2133328,1986.065502 +25075,992.0927965,802.9458374,994.6275399,452.4291174,1986.985134 +25076,993.140742,818.0764648,995.2254188,452.6643201,1987.920403 +25077,994.243402,833.3490355,995.8579005,452.9151274,1988.861163 +25078,995.3924213,848.0321065,996.5177633,453.1784142,1989.799515 +25079,996.5809563,863.169709,997.1991261,453.4516298,1990.72947 +25080,997.8033855,877.7237447,997.8971933,453.7326896,1991.646505 +25081,993.2988085,895.3661672,992.8517685,451.4033958,1982.081322 +25082,988.9969219,911.1297447,987.9892505,449.1572706,1972.944978 +25083,984.9114408,926.1618257,983.3227062,446.9995349,1964.150964 +25084,980.9923084,949.3878954,978.8045761,444.9072346,1955.540113 +25085,977.3729133,965.1743369,974.538205,442.9227312,1947.015723 +25086,973.9614815,981.1030065,970.4406872,441.0093118,1938.539379 +25087,970.6531996,996.8759309,966.4218714,439.1269033,1930.100129 +25088,967.3930265,1011.811125,962.4349285,437.2547145,1921.695201 +25089,964.1631847,1026.987047,958.4647658,435.3862589,1913.322857 +25090,960.9609539,1042.293436,954.5089533,433.5208188,1904.980316 +25091,957.786786,1056.840635,950.5677292,431.6589041,1896.664692 +25092,954.6404468,1072.113981,946.6407805,429.8007637,1888.373252 +25093,951.5208676,1086.62487,942.7271192,427.9463146,1880.103669 +25094,948.4266749,1101.296361,938.8255298,426.0953411,1871.853854 +25095,945.3565923,1115.553315,934.9349061,424.247648,1863.622042 +25096,942.3095146,1130.444924,931.0543028,422.4030849,1855.406578 +25097,939.284523,1144.827657,927.1829473,420.5615528,1847.206052 +25098,936.2808176,1158.703636,923.3201685,418.7229734,1839.019107 +25099,933.2977071,1173.105009,919.4653994,416.8872922,1830.8446 +25100,930.3345555,1187.088761,915.6181266,415.0544574,1822.681411 +25101,927.5013106,1208.446989,911.888424,413.2746651,1814.729545 +25102,924.7772448,1227.153903,908.2556778,411.5386542,1806.951453 +25103,922.1081237,1245.17372,904.6657668,409.8219219,1799.248759 +25104,919.4911624,1263.355602,901.1160137,408.1233749,1791.616453 +25105,916.9197182,1281.35172,897.59988,406.4401768,1784.042477 +25106,914.387849,1299.239248,894.1115256,404.7698039,1776.515933 +25107,911.8906987,1317.014664,890.6462,403.1102154,1769.027968 +25108,909.4242852,1334.680175,887.200019,401.4597496,1761.571258 +25109,906.9853586,1352.236679,883.7698362,399.8170664,1754.139913 +25110,904.5712334,1369.685861,880.35308,398.1810744,1746.729053 +25111,902.1797487,1384.173491,876.9476849,396.5509011,1739.334812 +25112,899.7833453,1398.019492,873.5376132,394.9195844,1731.953852 +25113,897.3655458,1411.588185,870.1120348,393.28246,1724.583436 +25114,894.9224092,1424.724214,866.6675327,391.6381219,1717.221312 +25115,892.4560021,1437.534801,863.2046657,389.9869006,1709.865777 +25116,889.9697103,1450.179063,859.7251055,388.3295945,1702.515415 +25117,887.4664926,1461.915763,856.230455,386.6669477,1695.169162 +25118,884.9485888,1474.708235,852.7219736,384.9995329,1687.826075 +25119,882.4177701,1486.134768,849.2006855,383.3278052,1680.485455 +25120,879.8754949,1497.711623,845.6674444,381.6521345,1673.146633 +25121,877.3230387,1509.097144,842.1230197,379.9728469,1665.809124 +25122,874.7614966,1520.152813,838.5680845,378.2902216,1658.47243 +25123,872.1844307,1525.49605,834.9958462,376.6011418,1651.12273 +25124,869.6585589,1535.508713,831.578033,374.9799388,1643.784701 +25125,867.1614258,1545.45372,828.2522675,373.3999098,1636.447657 +25126,864.6680305,1555.667919,824.9400071,371.8265795,1629.111255 +25127,862.1652252,1565.371593,821.6010912,370.2421947,1621.775032 +25128,859.6497385,1575.244633,818.2259495,368.6426059,1614.438546 +25129,857.122511,1584.71833,814.8176504,367.029339,1607.101608 +25130,854.5852331,1594.282827,811.3814074,365.4048741,1599.764009 +25131,852.0392551,1603.349217,807.9212736,363.7711382,1592.425674 +25132,849.4854696,1612.57224,804.4399588,362.1294173,1585.086441 +25133,846.9245092,1621.441649,800.9394303,360.4806323,1577.746258 +25134,844.3924129,1630.208448,797.4568303,358.8416707,1570.469617 +25135,841.8833134,1638.803607,793.9872847,357.2102936,1563.24508 +25136,839.3797037,1647.1755,790.5141731,355.578912,1556.040073 +25137,836.88121,1655.603387,787.0379107,353.9476841,1548.853296 +25138,834.3860154,1663.576554,783.5574023,352.3160831,1541.680851 +25139,831.8925201,1671.523683,780.0717062,350.68365,1534.519393 +25140,829.3994296,1679.402402,776.5801106,349.0500272,1527.366122 +25141,831.007184,1632.66214,777.1835861,349.2792553,1527.676077 +25142,830.2884083,1638.387259,775.4214079,348.392825,1523.659891 +25143,828.2810652,1644.309082,772.3460125,346.9082914,1517.298494 +25144,826.1260937,1650.067291,769.1153662,345.3818908,1510.691343 +25145,824.271624,1655.805536,766.1860417,344.0271124,1504.642381 +25146,822.82249,1661.534144,763.6650324,342.8857128,1499.336709 +25147,821.6670653,1667.005579,761.4402231,341.8976084,1494.577391 +25148,820.7478425,1672.397373,759.4529572,341.0291983,1490.269628 +25149,820.0020833,1677.640306,757.6394594,340.2471191,1486.306905 +25150,819.3954452,1682.742744,755.9645958,339.5327253,1482.630741 +25151,818.9048611,1687.699282,754.4046604,338.8734824,1479.200452 +25152,818.5120736,1684.6972,752.9408751,338.2595951,1475.982624 +25153,818.2032015,1688.109039,751.6984145,337.7442308,1472.948186 +25154,817.9892305,1691.936053,750.6132793,337.2984126,1470.071355 +25155,817.8742605,1695.790698,749.6050875,336.8860967,1467.329488 +25156,817.8521147,1699.591819,748.6283562,336.486905,1464.703084 +25157,817.9122617,1703.30743,747.6656482,336.0930743,1462.175595 +25158,818.044029,1706.854046,746.7118842,335.7024213,1459.732857 +25159,818.2383474,1710.457607,745.7651472,335.3141998,1457.362822 +25160,818.4878383,1713.800026,744.8235495,334.9276814,1455.055099 +25161,818.7864691,1717.082146,743.8849359,334.5420175,1452.800822 +25162,819.1292078,1720.23393,742.9472022,334.1563795,1450.592325 +25163,819.5118292,1723.332494,742.0085562,333.7700744,1448.423107 +25164,819.9307301,1726.138188,741.0675244,333.3825447,1446.28752 +25165,820.3828581,1728.968117,740.1229363,332.9933599,1444.180778 +25166,820.8656277,1731.543481,739.1738423,332.6021789,1442.098713 +25167,821.376844,1734.175573,738.2194803,332.2087351,1440.037799 +25168,821.9146493,1736.529658,737.259223,331.812813,1437.994947 +25169,822.4775282,1738.815822,736.2925705,331.4142459,1435.967554 +25170,823.0640965,1740.963433,735.3191106,331.0128988,1433.953324 +25171,823.6732205,1742.747373,734.3385214,330.6086704,1431.95033 +25172,824.3120167,1744.358935,733.3715948,330.2107739,1429.956982 +25173,824.985028,1745.814059,732.432861,329.8254976,1427.972048 +25174,825.6927159,1747.121085,731.5262395,329.4543987,1425.994361 +25175,826.433463,1748.283804,730.6496711,329.0964387,1424.022936 +25176,827.2050499,1749.305408,729.7993318,328.7498641,1422.056845 +25177,828.0055098,1750.187958,728.971613,328.4130683,1420.095354 +25178,828.833177,1750.933855,728.163547,328.0847598,1418.137785 +25179,829.686625,1751.471372,727.3727289,327.7639141,1416.183629 +25180,830.5645775,1752.054954,726.5971285,327.4496828,1414.232424 +25181,831.4659855,1752.350412,725.8349953,327.1413475,1412.283841 +25182,877.4195385,1752.57781,725.0847886,326.8382857,1410.337576 +25183,999.5166733,1752.665635,724.3451591,326.5399615,1408.393427 +25184,958.1899344,1752.6994,723.6149128,326.2459073,1406.451188 +25185,986.0083632,1752.425319,722.8929928,325.9557148,1404.510675 +25186,1004.450792,1752.181086,722.1784224,325.6690079,1402.571533 +25187,1019.454957,1751.749017,721.4703129,325.3854462,1400.63338 +25188,1034.651347,1751.203447,720.767866,325.1047255,1398.69585 +25189,1049.747045,1750.460992,720.0703858,324.8265819,1396.758699 +25190,1064.46169,1749.724954,719.3772674,324.5507862,1394.821773 +25191,1079.544717,1748.827334,718.6879848,324.2771364,1392.884986 +25192,1094.283472,1747.724454,718.0020738,324.0054508,1390.948273 +25193,1108.853575,1746.631445,717.3191189,323.7355615,1389.011571 +25194,1123.678891,1745.302362,716.6387469,323.4673133,1387.074808 +25195,1138.637709,1743.976405,715.9606202,323.2005609,1385.137908 +25196,1152.728352,1742.412632,715.2844301,322.9351675,1383.200778 +25197,1167.772683,1740.856154,714.6098972,322.671006,1381.263328 +25198,1182.100028,1739.060801,713.9367622,322.4079552,1379.325454 +25199,1196.699993,1737.27714,713.2647887,322.1459023,1377.387057 +25200,1210.942051,1735.253673,712.5937572,321.8847404,1375.448027 +25201,983.8613144,1622.796864,710.4635477,320.9607704,1370.853867 +25202,991.8475922,1617.557624,703.8228857,317.9093453,1357.668882 +25203,1007.067223,1618.94857,694.8490579,313.7926386,1340.052709 +25204,1018.869015,1615.826779,685.656381,309.628636,1322.183371 +25205,1030.869815,1612.334531,677.2382312,305.8769348,1305.802233 +25206,1042.692952,1608.659888,669.7678768,302.6008346,1291.113842 +25207,1055.09231,1605.030653,663.1068258,299.7189093,1277.827392 +25208,1067.295128,1601.200756,657.0810498,297.1384548,1265.6395 +25209,1079.631988,1597.338614,651.5614769,294.7924498,1254.343217 +25210,1091.815887,1593.435498,646.4615406,292.6366203,1243.804634 +25211,1104.573305,1589.491978,641.7189977,290.6396233,1233.926006 +25212,1116.839962,1585.232141,637.2838192,288.7767154,1224.625726 +25213,1129.41408,1581.140826,633.1132083,287.0271365,1215.831681 +25214,1141.929102,1576.784151,629.1714547,285.3732721,1207.479977 +25215,1154.293873,1572.47382,625.4250878,283.8003097,1199.514711 +25216,1167.434268,1567.954643,621.8465883,282.295911,1191.887403 +25217,1179.553466,1563.484791,618.4146673,280.8498479,1184.55618 +25218,1192.155841,1558.78805,615.109958,279.4562748,1177.48938 +25219,1205.209519,1554.081719,611.9152101,278.1048852,1170.64927 +25220,1217.721523,1549.357528,608.8162706,276.7897336,1164.013107 +25221,1230.192781,1544.423018,605.8057395,275.5082179,1157.556566 +25222,1243.417274,1539.46407,602.8677438,274.2541492,1151.257853 +25223,1255.930631,1534.429577,599.9935417,273.0235925,1145.098541 +25224,1268.766049,1529.383278,597.178421,271.8160907,1139.063071 +25225,1281.566459,1524.099042,594.4141365,270.6273147,1133.138092 +25226,1294.062665,1518.877492,591.6933253,269.4548311,1127.312015 +25227,1307.448041,1513.525824,589.0168526,268.2993887,1121.574717 +25228,1320.034031,1508.044119,586.3761572,267.1575881,1115.91734 +25229,1333.328301,1502.646131,583.7683692,266.0277665,1110.332119 +25230,1345.690962,1497.039696,581.1934143,264.9113399,1104.812281 +25231,1357.944787,1490.81068,578.6467058,263.8054351,1099.351858 +25232,1369.81003,1484.41192,576.1155547,262.705126,1093.945556 +25233,1381.295997,1477.962249,573.5927827,261.607662,1088.58864 +25234,1393.720303,1471.246441,571.0762661,260.5122808,1083.276976 +25235,1405.253502,1464.5822,568.5645747,259.4183991,1078.002136 +25236,1417.034717,1457.764636,566.0599755,258.327213,1072.767804 +25237,1428.840916,1450.880735,563.5615086,257.2383643,1067.566485 +25238,1440.440935,1443.905776,561.0707657,256.1527254,1062.40125 +25239,1452.260788,1436.861807,558.5862379,255.0696543,1057.264323 +25240,1463.822943,1429.733025,556.1092795,253.9898794,1052.158972 +25241,1475.477446,1422.54121,553.6383231,252.9127007,1047.077818 +25242,1487.089916,1415.27089,551.1747173,251.8388193,1042.024539 +25243,1498.696033,1407.941818,548.7168963,250.767516,1036.992115 +25244,1510.145961,1400.60082,546.2661991,249.6994714,1031.984527 +25245,1521.805912,1393.059466,543.8210492,248.6339483,1026.995021 +25246,1533.210039,1385.577026,541.3827719,247.5716105,1022.027805 +25247,1544.695926,1377.934853,538.9497843,246.5117092,1017.076338 +25248,1556.161694,1370.382953,536.5234005,245.4548961,1012.145007 +25249,1567.550281,1362.719872,534.1020346,244.4004153,1007.227443 +25250,1578.965982,1354.905378,531.6869948,243.3489113,1002.328177 +25251,1590.298254,1347.163375,529.2766955,242.2996247,997.4409862 +25252,1601.661458,1339.319786,526.8724389,241.2531941,992.5705073 +25253,1612.934366,1331.445134,526.9315505,241.3265445,992.1813833 +25254,1624.241024,1323.521347,528.8470614,242.2430215,995.1752517 +25255,1635.365132,1315.555863,530.7296429,243.1431385,998.1171542 +25256,1646.6106,1307.554608,532.5056691,243.9938972,1000.87338 +25257,1657.773751,1299.572724,534.4685927,244.9296996,1003.975155 +25258,1668.385706,1291.416791,536.0697119,245.7019744,1006.421802 +25259,1680.304235,1283.2894,537.5940279,246.4409734,1008.728241 +25260,1690.924761,1275.276196,539.0556112,247.1534921,1047.053272 +25261,1941.598695,1374.905972,540.5393982,247.878294,1556.727171 +25262,1957.938403,1369.261148,546.169147,300.2620068,1536.639272 +25263,1972.753291,1362.716279,775.9897018,411.4072142,1557.551363 +25264,1986.854354,1355.984968,809.7868912,340.5625749,1566.841686 +25265,2000.405234,1348.917238,748.6881106,365.0693156,1575.400062 +25266,2014.06825,1341.774324,784.7880848,368.7239579,1583.536646 +25267,2027.227495,1334.592758,791.4462427,372.3483249,1590.988348 +25268,2040.393305,1327.235233,798.013852,375.5389763,1598.535823 +25269,2053.444277,1319.936372,804.1971456,378.9245218,1605.800222 +25270,2066.404202,1312.47396,810.4576614,381.9818588,1612.997144 +25271,2079.186921,1305.143362,816.2320039,385.4111717,1619.945667 +25272,2092.09519,1297.520954,822.3880546,388.2068946,1626.830449 +25273,2104.814176,1290.10012,827.9463145,391.5444251,1633.600409 +25274,2117.321695,1282.480918,833.8913023,394.4065542,1640.168636 +25275,2129.840875,1274.967708,839.2737777,397.4878349,1646.706004 +25276,2142.418948,1267.305012,844.8823466,400.3351725,1653.134571 +25277,2154.744098,1259.740897,850.3435952,403.3217925,1659.388081 +25278,2167.076085,1252.039767,855.8216335,406.0033405,1665.613382 +25279,2179.318018,1244.435194,860.8991429,409.1216078,1671.755353 +25280,2191.485698,1236.754357,866.5015682,411.6138792,1673.874952 +25281,2203.58902,1229.052088,871.147067,414.5267346,1678.505914 +25282,2215.617895,1223.505142,876.5698484,417.0417283,1682.230454 +25283,2230.030157,1218.18023,881.1319271,419.9354617,1686.225457 +25284,2243.916561,1212.695395,886.5633503,422.4161191,1690.111309 +25285,2252.654108,1207.157039,891.057072,425.1285797,1693.980204 +25286,2269.886563,1201.630553,896.1194681,427.6038114,1697.703202 +25287,2274.404819,1196.663828,900.6198805,430.242143,1701.46026 +25288,2297.661111,1190.347295,905.5311572,432.658045,1705.132095 +25289,2292.709932,1185.163854,909.9128898,435.2326301,1708.767066 +25290,2285.662667,1179.567012,914.7082571,437.5913335,1712.347425 +25291,2337.215533,1173.984339,918.5421315,439.6997058,1715.885588 +25292,2329.693585,1168.380594,922.3926876,442.1315831,1719.412702 +25293,2346.361356,1162.74298,926.0014722,444.0976115,1722.803742 +25294,2358.994475,1157.036353,930.2530206,446.1707209,1726.233843 +25295,2371.276023,1151.434867,933.6240755,448.4224551,1729.590129 +25296,2383.78617,1145.715662,937.2063191,450.1966862,1732.90833 +25297,2396.209761,1140.026643,940.7169325,452.2169282,1736.187801 +25298,2408.641843,1134.321894,944.3843416,454.1312841,1739.425349 +25299,2421.091191,1128.562183,947.634218,456.0499226,1742.625666 +25300,2433.633325,1122.914265,950.9208374,458.0021757,1745.823356 +25301,2445.923227,1117.161628,954.1786338,459.7442162,1748.88891 +25302,2458.350538,1111.446765,957.6003902,461.5675593,1752.002191 +25303,2471.042208,1105.680533,960.6123338,463.4700335,1755.047189 +25304,2483.264128,1100.026502,963.667057,465.1465927,1758.060338 +25305,2495.820879,1094.280645,966.6996474,466.8511688,1761.040725 +25306,2508.272542,1088.577618,969.6890347,468.5458518,1763.984982 +25307,2520.746367,1082.876283,972.8453805,470.3397791,1766.897678 +25308,2533.231197,1077.138539,975.5937227,471.7944606,1769.382226 +25309,2545.726621,1071.522689,978.3924902,473.6883154,1772.878717 +25310,2558.340932,1065.823738,981.1738718,475.019272,1775.337274 +25311,2570.691491,1060.177341,983.920061,476.819638,1778.216111 +25312,2583.303934,1054.497522,986.3979003,478.2758016,1780.964004 +25313,2595.731964,1048.94283,989.4060674,479.7826501,1783.689732 +25314,2608.568621,1043.315925,991.8522035,481.284689,1786.384486 +25315,2620.900698,1037.747711,994.4669212,482.7712609,1789.012783 +25316,2633.576974,1032.154951,996.9993958,484.3577294,1791.71322 +25317,2646.144393,1026.691877,999.4931764,485.724707,1794.296557 +25318,2658.831573,1021.166644,1001.945787,487.1249306,1796.887727 +25319,2671.132816,1015.706679,1004.360368,488.5233115,1799.448317 +25320,2683.968433,1010.230757,1006.735795,489.907474,1802.022095 +25321,2743.010592,1027.598176,1056.537766,514.1022349,1885.502616 +25322,2758.040872,1023.320005,1060.323664,516.5945362,1891.267291 +25323,2771.684986,1018.595594,1064.066551,518.4953643,1895.984658 +25324,2785.315677,1013.761838,1067.130335,520.2947939,1900.40266 +25325,2798.609313,1008.978305,1069.69178,521.9745729,1904.403614 +25326,2826.66972,1004.08651,1072.83378,523.5788951,1908.309688 +25327,2807.255178,999.2314295,1075.224631,525.1281607,1911.959396 +25328,2841.70459,994.4749136,1077.801146,526.6328019,1915.535371 +25329,2851.976509,989.5428434,1080.185263,528.100682,1919.016845 +25330,2862.970792,984.8953171,1082.562491,529.5343799,1922.418649 +25331,2876.695816,980.0496235,1084.850634,530.9372934,1925.800703 +25332,2889.569697,975.4221468,1087.081049,532.3099373,1928.951084 +25333,2902.544996,970.7404398,1089.254087,533.6545386,1932.272052 +25334,2915.054393,966.1881059,1091.398399,534.971093,1935.384568 +25335,2928.14807,961.5966462,1093.417191,536.2613682,1938.496837 +25336,2940.942706,957.0880253,1095.446626,537.5251437,1941.549263 +25337,2953.524101,952.5888237,1097.399911,538.7639415,1944.555362 +25338,2975.870743,948.2393603,1099.306758,539.9774829,1947.513077 +25339,2993.5235,943.8664034,1101.165656,541.1671273,1950.427951 +25340,3011.434697,939.5862255,1102.975912,542.178746,1953.249215 +25341,3041.727784,935.3261339,1104.769979,543.5525663,1956.154226 +25342,3042.452361,931.2226456,1106.443277,544.5593816,1958.905613 +25343,3054.567045,927.1065628,1108.13902,545.6822198,1961.663719 +25344,3090.133849,923.0914385,1109.763795,546.7569998,1964.422957 +25345,3098.495767,919.106485,1111.351529,547.8110524,1967.023303 +25346,3118.189629,915.2845982,1112.896606,548.8433155,1969.698063 +25347,3140.273984,911.460941,1114.401541,549.8550977,1972.295544 +25348,3172.777587,907.7463082,1115.865395,550.8460137,1974.865254 +25349,3146.689988,904.1441861,1117.290625,551.9077391,1977.403892 +25350,3192.911911,900.9232293,1118.676859,553.2178905,1979.860027 +25351,3223.327673,897.6393611,1120.075208,554.6223191,1982.41374 +25352,3194.373811,894.4843839,1121.36514,556.0944087,1984.820233 +25353,3260.713874,891.342888,1122.691461,557.9149352,1987.244885 +25354,3225.677786,888.1990971,1123.95826,559.1726712,1989.630872 +25355,3293.388491,885.5230564,1125.199163,561.0405696,1991.989973 +25356,3268.979117,881.9629706,1126.426393,562.7379225,1994.353065 +25357,3302.217238,879.1962639,1127.616691,564.4961678,1996.673082 +25358,3280.657842,876.1312212,1128.773971,566.2996226,1998.959728 +25359,3361.461781,873.2227125,1129.902615,568.1486623,2001.219979 +25360,3318.893666,870.2701228,1131.001578,570.0414295,2003.450357 +25361,3354.968662,867.3705157,1132.073498,571.9775554,2005.706498 +25362,3364.013971,864.49027,1133.117694,573.9554801,2007.752717 +25363,3377.470611,861.6014028,1134.136813,575.975068,2010.023157 +25364,3390.767612,858.8152036,1135.12997,577.866373,2012.103144 +25365,3403.872536,855.9822751,1136.130562,580.2219678,2014.215154 +25366,3416.740395,853.1986253,1137.029077,582.2375658,2016.293722 +25367,3429.475326,850.4325772,1137.974275,584.4432997,2018.350491 +25368,3442.386425,847.6556328,1138.868955,586.6596968,2020.382717 +25369,3454.92909,844.9789858,1139.747271,588.9140876,2022.394037 +25370,3467.100887,842.2543472,1140.603509,591.2053163,2024.381625 +25371,3489.226412,839.5780488,1141.439707,593.5338457,2026.349066 +25372,3478.501331,836.9176013,1142.254784,595.898644,2028.293505 +25373,3518.744363,834.2465619,1143.050709,598.3001387,2030.218382 +25374,3511.506305,831.6732781,1143.826517,600.7372944,2032.120988 +25375,3529.2126,829.0531042,1144.58412,603.2107111,2034.004802 +25376,3540.550184,826.479812,1145.322425,605.7193066,2035.866886 +25377,3551.721924,823.8924237,1146.043426,608.2636619,2037.657918 +25378,3563.387172,821.3995755,1146.745987,610.842833,2039.562325 +25379,3574.848528,818.8622954,1147.432061,613.4573044,2041.32836 +25380,3585.936697,816.3709034,1148.10047,616.1061774,2043.121877 +25381,3523.984498,780.522347,1071.726394,585.3209082,1902.301024 +25382,3528.51345,777.7277364,1071.011929,587.6053834,1903.303927 +25383,3540.944396,774.7342222,1070.528364,589.7971336,1904.833231 +25384,3550.603164,771.9239494,1070.104452,592.2721768,1906.313683 +25385,3560.787298,769.1224545,1069.690427,594.6222992,1907.946794 +25386,3570.824282,766.3450766,1069.317218,597.2266549,1909.663732 +25387,3580.560859,763.60099,1068.872903,599.6302902,1911.220683 +25388,3590.399775,760.87551,1068.441382,602.2637271,1912.853031 +25389,3599.868269,758.1727208,1068.005168,604.7728888,1914.495921 +25390,3609.804841,755.487215,1067.595206,607.5262797,1916.234754 +25391,3619.204293,752.8316547,1067.112031,610.076291,1917.751984 +25392,3628.569656,750.1923707,1066.63685,612.8491761,1919.449617 +25393,3646.469174,747.574312,1066.155159,615.4992978,1921.045739 +25394,3635.665828,744.9722149,1065.696343,618.38711,1922.770932 +25395,3668.54989,742.400039,1065.168911,620.8864313,1924.318279 +25396,3662.587073,739.8431854,1064.648146,624.0765912,1925.923177 +25397,3674.732672,737.3072763,1064.120805,626.7196963,1927.529858 +25398,3683.883708,734.791302,1063.58301,629.7228308,1929.130423 +25399,3692.497721,732.2955876,1063.03452,632.5707442,1930.724597 +25400,3701.02307,729.8197508,1062.4751,635.6022719,1932.311281 +25401,3709.547595,727.3638373,1061.905095,638.5124403,1933.938052 +25402,3726.057775,724.9276141,1061.324292,641.6011191,1935.436927 +25403,3724.085175,722.5109802,1060.733067,644.571045,1936.988835 +25404,3735.015556,720.1138531,1060.104284,647.6222891,1938.609789 +25405,3743.763182,717.9802023,1059.531924,650.8096019,1940.122088 +25406,3751.313319,715.2685257,1058.890067,653.8667204,1941.668744 +25407,3759.194612,713.0990194,1058.261313,657.0001859,1943.199857 +25408,3774.856354,710.7420804,1057.618293,660.1717805,1944.722052 +25409,3773.200675,708.4402958,1056.965262,663.3727933,1946.235965 +25410,3782.302363,706.1571674,1056.301924,666.5817893,1947.740625 +25411,3790.704363,703.969184,1055.807044,669.8758387,1949.235617 +25412,3797.136165,701.8167646,1055.343461,673.2056888,1950.722431 +25413,3811.72008,699.6915643,1054.890171,676.3498015,1952.201205 +25414,3810.291543,697.5908105,1054.441253,680.0617347,1953.671085 +25415,3817.271581,695.5135544,1053.994579,683.3067138,1955.132614 +25416,3832.246162,693.4587934,1053.548735,686.7721212,1956.536144 +25417,3831.314505,691.4261704,1053.103331,690.2206513,1958.055441 +25418,3836.407751,689.4152344,1052.657582,693.6895794,1959.454093 +25419,3849.939129,687.4260892,1052.211355,697.1772325,1960.888994 +25420,3850.082009,685.4567045,1051.764388,700.6805419,1962.306364 +25421,3860.171126,683.5095853,1051.316155,704.4440626,1963.765965 +25422,3859.538142,681.5814567,1050.866976,707.6103995,1965.089737 +25423,3861.727519,679.6731559,1050.416549,711.337409,1966.518879 +25424,3864.853761,677.7854624,1049.963549,714.8842637,1967.894387 +25425,3865.15048,675.9162928,1049.510063,718.4208778,1969.26966 +25426,3865.368452,674.0659593,1049.054053,722.0476394,1970.63553 +25427,3865.942204,672.2352576,1048.596747,725.5994296,1971.994741 +25428,3866.957512,670.4226752,1048.137211,729.2205011,1973.294728 +25429,3867.665177,668.6288181,1047.675946,732.8520435,1974.714591 +25430,3868.630805,666.8527664,1047.212517,736.4292163,1976.011514 +25431,3869.212943,665.0945432,1046.746958,740.0693945,1977.346046 +25432,3869.816902,663.354114,1046.279325,743.716222,1978.664718 +25433,3870.438791,661.6307867,1045.809221,747.304516,1979.975334 +25434,3871.364898,659.9245738,1045.336636,750.7009797,1981.277832 +25435,3872.067569,658.4538363,1044.861593,754.7431518,1982.572677 +25436,3872.737972,656.4623771,1044.383781,758.1404211,1983.859195 +25437,3873.376535,654.9585609,1043.903321,761.8286185,1985.138364 +25438,3873.975065,653.2857525,1043.419878,765.4723744,1986.409058 +25439,3874.53697,651.6606799,1042.933463,769.0474898,1987.723151 +25440,3874.813,650.0517039,1042.444175,772.6756271,1988.848281 +25441,3886.540965,582.2199214,888.3963742,710.013472,1703.917922 +25442,3890.629829,579.9698072,886.7535153,712.858609,1702.220836 +25443,3882.951549,578.0781039,885.3972533,716.0519363,1701.952038 +25444,3778.907599,576.2543404,884.3537486,719.2617714,1701.581488 +25445,3807.211635,574.4892537,883.3709368,722.4989091,1701.364273 +25446,3813.252227,572.7608481,882.4333964,725.7642721,1701.208704 +25447,3810.625295,571.0609945,881.5248361,728.9618435,1701.090011 +25448,3808.297761,569.3852878,880.6367703,732.2041146,1700.995216 +25449,3808.363678,567.5628146,879.7643263,735.4349851,1700.915854 +25450,3808.925391,566.1711016,878.9040959,738.5860589,1700.845694 +25451,3809.06631,564.4373076,877.8854906,741.7726275,1700.781476 +25452,3808.880975,562.8645663,877.2922564,744.9114195,1700.720119 +25453,3815.071319,557.5223471,867.0442344,747.3481879,1700.679897 +25454,3819.73122,555.0427474,864.7339918,750.4929691,1700.591986 +25455,3821.944846,553.1852742,863.011416,753.56914,1700.527691 +25456,3831.103116,551.3014812,861.5110681,757.3502883,1700.465902 +25457,3818.37274,549.5719524,860.4367691,760.7225291,1700.402633 +25458,3835.196903,547.8223812,858.8901186,764.2287205,1700.337977 +25459,3831.646787,546.0939443,857.7024862,767.648282,1700.2697 +25460,3831.690361,544.3878277,856.3981048,771.0951507,1700.197127 +25461,3833.190965,542.7027398,855.1351745,774.4695016,1700.121231 +25462,3834.291369,541.0373032,853.8872121,777.9017232,1700.041305 +25463,3834.870277,539.3905213,852.6523903,781.3044007,1699.958232 +25464,3835.281734,537.7613991,851.4287595,784.7330505,1699.871807 +25465,3835.650877,536.1491734,850.2150302,788.0842006,1699.782675 +25466,3835.935869,534.7030881,849.0096206,791.4886595,1699.690432 +25467,3836.096388,532.9048975,847.8114484,794.8576974,1699.595588 +25468,3836.131277,531.4427126,846.6190878,798.2473862,1699.497635 +25469,3836.042973,529.868378,845.4315757,801.5519746,1699.397 +25470,3835.833583,528.328823,844.2475778,804.9048399,1699.257987 +25471,3831.786157,526.0744877,841.7178675,806.8137388,1699.204755 +25472,3815.446719,524.0694295,838.892115,808.3968483,1699.059862 +25473,3814.489785,521.6938136,835.9280651,809.8251529,1698.937208 +25474,3796.96222,519.410901,833.0183206,811.0347843,1698.800747 +25475,3794.636585,517.0787506,829.5284489,812.1824457,1698.655254 +25476,3782.76085,514.861621,826.6375096,813.1842423,1698.499041 +25477,3762.868508,512.2889924,823.2566343,814.0754588,1698.330522 +25478,3761.170674,509.9897437,819.9610106,814.8543326,1698.146723 +25479,3746.80896,507.5570916,816.5899456,815.5229276,1697.946051 +25480,3733.59549,505.099968,813.1216319,816.0825877,1697.718074 +25481,3712.674241,502.6471276,809.777503,816.5332893,1697.472851 +25482,3709.523103,500.1802979,806.0549824,816.8766514,1697.202569 +25483,3692.323944,497.8246505,802.5792998,817.1140777,1696.907838 +25484,3678.037506,495.0121153,798.9451468,817.2457928,1696.583781 +25485,3663.436641,492.7780567,795.1582848,817.2727846,1696.231883 +25486,3648.472232,490.1399936,791.7665105,817.1950162,1695.847596 +25487,3624.009595,487.6185,787.7626991,817.0133315,1695.432783 +25488,3619.832698,485.0624154,784.0884319,816.727567,1694.983237 +25489,3598.944227,482.4930685,780.2544927,816.3385193,1694.50131 +25490,3582.791798,480.0327863,776.5147879,815.8458764,1693.98294 +25491,3565.743595,477.2609434,772.4666348,815.2502083,1693.430557 +25492,3548.713061,474.735815,768.4983825,814.5511114,1692.840345 +25493,3530.59907,471.9781856,764.6907955,813.7491172,1692.214952 +25494,3512.623164,469.5093607,760.7271126,812.747228,1691.550875 +25495,3494.318271,466.8951594,756.5644972,811.8057288,1690.850893 +25496,3465.553109,464.0903936,752.5805637,810.6188274,1690.111603 +25497,3460.092967,461.4969306,748.4700449,809.4455083,1689.335921 +25498,3434.2243,458.7965291,744.3548502,808.0946534,1688.520791 +25499,3415.686762,456.2052469,740.2921121,806.7261576,1687.669041 +25500,3395.402512,453.2476521,735.9864512,805.1258931,1686.777471 +25501,2032.985386,450.5336321,730.7180136,802.8945625,1685.78649 +25502,2066.176467,578.5065018,947.2535115,932.6380298,2255.650425 +25503,2176.237004,578.0756691,965.9690885,933.1466253,2288.939805 +25504,2265.333393,574.4666673,975.8871902,930.6079069,2248.801144 +25505,2327.335222,571.3778297,980.2556039,928.3100863,2272.562356 +25506,2368.299883,568.1934707,982.1946417,925.8585578,2259.41218 +25507,2395.092313,567.2231952,983.0161513,919.7174118,2264.636401 +25508,2413.464439,564.2798502,983.3742604,916.66683,2263.58236 +25509,2426.833248,561.1972753,983.4965079,913.8748332,2262.344922 +25510,2436.855978,558.0471776,983.4479035,911.0827481,2261.794647 +25511,2444.30279,554.8241409,983.2520662,908.2603053,2261.251136 +25512,2449.617852,551.6596112,982.9267989,905.3935863,2260.571546 +25513,2453.149265,548.3936792,982.489388,902.4765173,2259.855964 +25514,2455.204219,545.1052581,981.9554182,898.7608164,2259.123218 +25515,2455.91513,541.8161217,981.336852,894.5126448,2258.372777 +25516,2455.339961,538.475883,980.6445321,889.8857481,2257.597173 +25517,2453.589221,535.2053891,979.887606,885.1809997,2256.799206 +25518,2450.812661,531.8394343,979.0736093,880.0662076,2255.975646 +25519,2447.136022,528.4882486,963.4287929,875.0517464,2255.086794 +25520,2442.741457,525.0785799,925.744365,869.6605352,2254.25881 +25521,2437.705699,521.7352464,940.9036099,864.1374067,2253.341407 +25522,2432.093102,518.6296745,928.5453529,858.3372276,2252.387185 +25523,2425.9901,514.7183849,922.4510287,866.8284899,2251.408349 +25524,2419.403672,511.4723162,913.729166,824.5806839,2250.374301 +25525,2412.391053,507.9949897,909.7701884,863.5896079,2249.300019 +25526,2404.999611,505.1247578,903.9378384,808.7498837,2248.144825 +25527,2396.87292,501.6552785,895.4113256,834.33316,2246.945705 +25528,2388.205209,498.054566,891.6216057,813.7163814,2245.69477 +25529,2379.250783,494.4874469,883.5739708,810.1293399,2238.401563 +25530,2370.115704,491.3020282,877.9769932,799.4086388,2250.470461 +25531,2360.409075,488.5889906,873.332052,793.9865709,2233.925181 +25532,2350.572312,485.7870676,868.3489485,789.0675692,2247.240662 +25533,2340.986086,483.1533403,863.9384309,784.2425781,2230.853243 +25534,2331.782832,480.289234,858.9622456,722.3360716,2238.230839 +25535,2315.253971,477.6884852,848.7713812,710.6697948,2234.882499 +25536,2294.464606,474.8637718,858.0738944,702.2972134,2232.364269 +25537,2273.398842,472.3379201,831.3098354,694.8281465,2230.661283 +25538,2254.010171,469.5468088,846.8871476,687.9289776,2228.753566 +25539,2236.653432,466.995872,833.3142203,681.2039867,2226.607604 +25540,2221.031571,464.2070438,831.3265179,674.9533973,2224.415912 +25541,2206.482768,458.0994483,820.1313252,665.3218521,2222.137873 +25542,2193.041782,454.9289871,809.7377084,658.7975522,2219.695505 +25543,2180.328529,452.2718348,810.0085146,652.8233604,2217.183383 +25544,2168.34785,449.4216008,804.4013194,647.008249,2214.588079 +25545,2157.026177,446.8319216,798.1783673,641.4707566,2212.063908 +25546,2146.266924,444.0415504,795.8318498,635.8946721,2209.048933 +25547,2136.001733,441.5376086,791.049314,630.4116804,2206.296478 +25548,2126.163385,438.7934276,786.6861508,625.2067375,2203.339075 +25549,2116.69509,436.2853015,787.1002758,620.0012272,2194.000044 +25550,2107.547336,433.3110279,772.0921584,614.8841334,2206.053251 +25551,2098.68193,431.2469863,777.9931111,609.7805719,2184.870538 +25552,1918.140025,428.652731,769.721321,604.9083698,2193.511752 +25553,1926.173252,425.8506397,766.9086938,599.9346166,2187.730252 +25554,1921.664934,423.4280595,762.585486,595.2106178,2184.110168 +25555,1883.143459,420.9569642,759.0005592,590.3863935,2181.196536 +25556,1867.404184,418.3558265,754.9567233,585.7179246,2178.033463 +25557,1844.297817,415.9598744,751.2417708,580.9560633,2174.917073 +25558,1823.683179,413.3900851,754.35231,576.552151,2171.192091 +25559,1805.468429,411.0256274,732.9281313,571.8173562,2167.82544 +25560,1785.002701,408.4834769,745.080408,567.4545487,2164.430811 +25561,0,0,0,0,0 +25562,0,0,0,0,0 +25563,0,0,0,0,0 +25564,0,0,0,0,0 +25565,0,0,0,0,0 +25566,0,0,0,0,0 +25567,0,0,0,0,0 +25568,0,0,0,0,0 +25569,0,0,0,0,0 +25570,0,0,0,0,0 +25571,0,0,0,0,0 +25572,0,0,0,0,0 +25573,0,0,0,0,0 +25574,0,0,0,0,0 +25575,0,0,0,0,0 +25576,0,0,0,0,0 +25577,0,0,0,0,0 +25578,0,0,0,0,0 +25579,0,0,0,0,0 +25580,0,0,0,0,0 +25581,0,0,0,0,0 +25582,0,0,0,0,0 +25583,0,0,0,0,0 +25584,0,0,0,0,0 +25585,0,0,0,0,0 +25586,0,0,0,0,0 +25587,0,0,0,0,0 +25588,0,0,0,0,0 +25589,0,0,0,0,0 +25590,0,0,0,0,0 +25591,0,0,0,0,0 +25592,0,0,0,0,0 +25593,0,0,0,0,0 +25594,0,0,0,0,0 +25595,0,0,0,0,0 +25596,0,0,0,0,0 +25597,0,0,0,0,0 +25598,0,0,0,0,0 +25599,0,0,0,0,0 +25600,0,0,0,0,0 +25601,0,0,0,0,0 +25602,0,0,0,0,0 +25603,0,0,0,0,0 +25604,0,0,0,0,0 +25605,0,0,0,0,0 +25606,0,0,0,0,0 +25607,0,0,0,0,0 +25608,0,0,0,0,0 +25609,0,0,0,0,0 +25610,0,0,0,0,0 +25611,0,0,0,0,0 +25612,0,0,0,0,0 +25613,0,0,0,0,0 +25614,0,0,0,0,0 +25615,0,0,0,0,0 +25616,0,0,0,0,0 +25617,0,0,0,0,0 +25618,0,0,0,0,0 +25619,0,0,0,0,0 +25620,0,0,0,0,0 +25621,0,0,0,0,0 +25622,0,0,0,0,0 +25623,0,0,0,0,0 +25624,0,0,0,0,0 +25625,0,0,0,0,0 +25626,0,0,0,0,0 +25627,0,0,0,0,0 +25628,0,0,0,0,0 +25629,0,0,0,0,0 +25630,0,0,0,0,0 +25631,0,0,0,0,0 +25632,0,0,0,0,0 +25633,0,0,0,0,0 +25634,0,0,0,0,0 +25635,0,0,0,0,0 +25636,0,0,0,0,0 +25637,0,0,0,0,0 +25638,0,0,0,0,0 +25639,0,0,0,0,0 +25640,0,0,0,0,0 +25641,0,0,0,0,0 +25642,0,0,0,0,0 +25643,0,0,0,0,0 +25644,0,0,0,0,0 +25645,0,0,0,0,0 +25646,0,0,0,0,0 +25647,0,0,0,0,0 +25648,0,0,0,0,0 +25649,0,0,0,0,0 +25650,0,0,0,0,0 +25651,0,0,0,0,0 +25652,0,0,0,0,0 +25653,0,0,0,0,0 +25654,0,0,0,0,0 +25655,0,0,0,0,0 +25656,0,0,0,0,0 +25657,0,0,0,0,0 +25658,0,0,0,0,0 +25659,0,0,0,0,0 +25660,0,0,0,0,0 +25661,0,0,0,0,0 +25662,0,0,0,0,0 +25663,0,0,0,0,0 +25664,0,0,0,0,0 +25665,0,0,0,0,0 +25666,0,0,0,0,0 +25667,0,0,0,0,0 +25668,0,0,0,0,0 +25669,0,0,0,0,0 +25670,0,0,0,0,0 +25671,0,0,0,0,0 +25672,0,0,0,0,0 +25673,0,0,0,0,0 +25674,0,0,0,0,0 +25675,0,0,0,0,0 +25676,0,0,0,0,0 +25677,0,0,0,0,0 +25678,0,0,0,0,0 +25679,0,0,0,0,0 +25680,0,0,0,0,0 +25681,0,0,0,0,0 +25682,0,0,0,0,0 +25683,0,0,0,0,0 +25684,0,0,0,0,0 +25685,0,0,0,0,0 +25686,0,0,0,0,0 +25687,0,0,0,0,0 +25688,0,0,0,0,0 +25689,0,0,0,0,0 +25690,0,0,0,0,0 +25691,0,0,0,0,0 +25692,0,0,0,0,0 +25693,0,0,0,0,0 +25694,0,0,0,0,0 +25695,0,0,0,0,0 +25696,0,0,0,0,0 +25697,0,0,0,0,0 +25698,0,0,0,0,0 +25699,0,0,0,0,0 +25700,0,0,0,0,0 +25701,0,0,0,0,0 +25702,0,0,0,0,0 +25703,0,0,0,0,0 +25704,0,0,0,0,0 +25705,0,0,0,0,0 +25706,0,0,0,0,0 +25707,0,0,0,0,0 +25708,0,0,0,0,0 +25709,0,0,0,0,0 +25710,0,0,0,0,0 +25711,0,0,0,0,0 +25712,0,0,0,0,0 +25713,0,0,0,0,0 +25714,0,0,0,0,0 +25715,0,0,0,0,0 +25716,0,0,0,0,0 +25717,0,0,0,0,0 +25718,0,0,0,0,0 +25719,0,0,0,0,0 +25720,0,0,0,0,0 +25721,0,0,0,0,0 +25722,0,0,0,0,0 +25723,0,0,0,0,0 +25724,0,0,0,0,0 +25725,0,0,0,0,0 +25726,0,0,0,0,0 +25727,0,0,0,0,0 +25728,0,0,0,0,0 +25729,0,0,0,0,0 +25730,0,0,0,0,0 +25731,0,0,0,0,0 +25732,0,0,0,0,0 +25733,0,0,0,0,0 +25734,0,0,0,0,0 +25735,0,0,0,0,0 +25736,0,0,0,0,0 +25737,0,0,0,0,0 +25738,0,0,0,0,0 +25739,0,0,0,0,0 +25740,0,0,0,0,0 +25741,0,0,0,0,0 +25742,0,0,0,0,0 +25743,0,0,0,0,0 +25744,0,0,0,0,0 +25745,0,0,0,0,0 +25746,0,0,0,0,0 +25747,0,0,0,0,0 +25748,0,0,0,0,0 +25749,0,0,0,0,0 +25750,0,0,0,0,0 +25751,0,0,0,0,0 +25752,0,0,0,0,0 +25753,0,0,0,0,0 +25754,0,0,0,0,0 +25755,0,0,0,0,0 +25756,0,0,0,0,0 +25757,0,0,0,0,0 +25758,0,0,0,0,0 +25759,0,0,0,0,0 +25760,0,0,0,0,0 +25761,0,0,0,0,0 +25762,0,0,0,0,0 +25763,0,0,0,0,0 +25764,0,0,0,0,0 +25765,0,0,0,0,0 +25766,0,0,0,0,0 +25767,0,0,0,0,0 +25768,0,0,0,0,0 +25769,0,0,0,0,0 +25770,0,0,0,0,0 +25771,0,0,0,0,0 +25772,0,0,0,0,0 +25773,0,0,0,0,0 +25774,0,0,0,0,0 +25775,0,0,0,0,0 +25776,0,0,0,0,0 +25777,0,0,0,0,0 +25778,0,0,0,0,0 +25779,0,0,0,0,0 +25780,0,0,0,0,0 +25781,0,0,0,0,0 +25782,0,0,0,0,0 +25783,0,0,0,0,0 +25784,0,0,0,0,0 +25785,0,0,0,0,0 +25786,0,0,0,0,0 +25787,0,0,0,0,0 +25788,0,0,0,0,0 +25789,0,0,0,0,0 +25790,0,0,0,0,0 +25791,0,0,0,0,0 +25792,0,0,0,0,0 +25793,0,0,0,0,0 +25794,0,0,0,0,0 +25795,0,0,0,0,0 +25796,0,0,0,0,0 +25797,0,0,0,0,0 +25798,0,0,0,0,0 +25799,0,0,0,0,0 +25800,0,0,0,0,0 +25801,0,0,0,0,0 +25802,0,0,0,0,0 +25803,0,0,0,0,0 +25804,0,0,0,0,0 +25805,0,0,0,0,0 +25806,0,0,0,0,0 +25807,0,0,0,0,0 +25808,0,0,0,0,0 +25809,0,0,0,0,0 +25810,0,0,0,0,0 +25811,0,0,0,0,0 +25812,0,0,0,0,0 +25813,0,0,0,0,0 +25814,0,0,0,0,0 +25815,0,0,0,0,0 +25816,0,0,0,0,0 +25817,0,0,0,0,0 +25818,0,0,0,0,0 +25819,0,0,0,0,0 +25820,0,0,0,0,0 +25821,0,0,0,0,0 +25822,0,0,0,0,0 +25823,0,0,0,0,0 +25824,0,0,0,0,0 +25825,0,0,0,0,0 +25826,0,0,0,0,0 +25827,0,0,0,0,0 +25828,0,0,0,0,0 +25829,0,0,0,0,0 +25830,0,0,0,0,0 +25831,0,0,0,0,0 +25832,0,0,0,0,0 +25833,0,0,0,0,0 +25834,0,0,0,0,0 +25835,0,0,0,0,0 +25836,0,0,0,0,0 +25837,0,0,0,0,0 +25838,0,0,0,0,0 +25839,0,0,0,0,0 +25840,0,0,0,0,0 +25841,0,0,0,0,0 +25842,0,0,0,0,0 +25843,0,0,0,0,0 +25844,0,0,0,0,0 +25845,0,0,0,0,0 +25846,0,0,0,0,0 +25847,0,0,0,0,0 +25848,0,0,0,0,0 +25849,0,0,0,0,0 +25850,0,0,0,0,0 +25851,0,0,0,0,0 +25852,0,0,0,0,0 +25853,0,0,0,0,0 +25854,0,0,0,0,0 +25855,0,0,0,0,0 +25856,0,0,0,0,0 +25857,0,0,0,0,0 +25858,0,0,0,0,0 +25859,0,0,0,0,0 +25860,0,0,0,0,0 +25861,0,0,0,0,0 +25862,0,0,0,0,0 +25863,0,0,0,0,0 +25864,0,0,0,0,0 +25865,0,0,0,0,0 +25866,0,0,0,0,0 +25867,0,0,0,0,0 +25868,0,0,0,0,0 +25869,0,0,0,0,0 +25870,0,0,0,0,0 +25871,0,0,0,0,0 +25872,0,0,0,0,0 +25873,0,0,0,0,0 +25874,0,0,0,0,0 +25875,0,0,0,0,0 +25876,0,0,0,0,0 +25877,0,0,0,0,0 +25878,0,0,0,0,0 +25879,0,0,0,0,0 +25880,0,0,0,0,0 +25881,0,0,0,0,0 +25882,0,0,0,0,0 +25883,0,0,0,0,0 +25884,0,0,0,0,0 +25885,0,0,0,0,0 +25886,0,0,0,0,0 +25887,0,0,0,0,0 +25888,0,0,0,0,0 +25889,0,0,0,0,0 +25890,0,0,0,0,0 +25891,0,0,0,0,0 +25892,0,0,0,0,0 +25893,0,0,0,0,0 +25894,0,0,0,0,0 +25895,0,0,0,0,0 +25896,0,0,0,0,0 +25897,0,0,0,0,0 +25898,0,0,0,0,0 +25899,0,0,0,0,0 +25900,0,0,0,0,0 +25901,0,0,0,0,0 +25902,0,0,0,0,0 +25903,0,0,0,0,0 +25904,0,0,0,0,0 +25905,0,0,0,0,0 +25906,0,0,0,0,0 +25907,0,0,0,0,0 +25908,0,0,0,0,0 +25909,0,0,0,0,0 +25910,0,0,0,0,0 +25911,0,0,0,0,0 +25912,0,0,0,0,0 +25913,0,0,0,0,0 +25914,0,0,0,0,0 +25915,0,0,0,0,0 +25916,0,0,0,0,0 +25917,0,0,0,0,0 +25918,0,0,0,0,0 +25919,0,0,0,0,0 +25920,0,0,0,0,0 +25921,0,0,0,0,0 +25922,0,0,0,0,0 +25923,0,0,0,0,0 +25924,0,0,0,0,0 +25925,0,0,0,0,0 +25926,0,0,0,0,0 +25927,0,0,0,0,0 +25928,0,0,0,0,0 +25929,0,0,0,0,0 +25930,0,0,0,0,0 +25931,0,0,0,0,0 +25932,0,0,0,0,0 +25933,0,0,0,0,0 +25934,0,0,0,0,0 +25935,0,0,0,0,0 +25936,0,0,0,0,0 +25937,0,0,0,0,0 +25938,0,0,0,0,0 +25939,0,0,0,0,0 +25940,0,0,0,0,0 +25941,0,0,0,0,0 +25942,0,0,0,0,0 +25943,0,0,0,0,0 +25944,0,0,0,0,0 +25945,0,0,0,0,0 +25946,0,0,0,0,0 +25947,0,0,0,0,0 +25948,0,0,0,0,0 +25949,0,0,0,0,0 +25950,0,0,0,0,0 +25951,0,0,0,0,0 +25952,0,0,0,0,0 +25953,0,0,0,0,0 +25954,0,0,0,0,0 +25955,0,0,0,0,0 +25956,0,0,0,0,0 +25957,0,0,0,0,0 +25958,0,0,0,0,0 +25959,0,0,0,0,0 +25960,0,0,0,0,0 +25961,0,0,0,0,0 +25962,0,0,0,0,0 +25963,0,0,0,0,0 +25964,0,0,0,0,0 +25965,0,0,0,0,0 +25966,0,0,0,0,0 +25967,0,0,0,0,0 +25968,0,0,0,0,0 +25969,0,0,0,0,0 +25970,0,0,0,0,0 +25971,0,0,0,0,0 +25972,0,0,0,0,0 +25973,0,0,0,0,0 +25974,0,0,0,0,0 +25975,0,0,0,0,0 +25976,0,0,0,0,0 +25977,0,0,0,0,0 +25978,0,0,0,0,0 +25979,0,0,0,0,0 +25980,0,0,0,0,0 +25981,0,0,0,0,0 +25982,0,0,0,0,0 +25983,0,0,0,0,0 +25984,0,0,0,0,0 +25985,0,0,0,0,0 +25986,0,0,0,0,0 +25987,0,0,0,0,0 +25988,0,0,0,0,0 +25989,0,0,0,0,0 +25990,0,0,0,0,0 +25991,0,0,0,0,0 +25992,0,0,0,0,0 +25993,0,0,0,0,0 +25994,0,0,0,0,0 +25995,0,0,0,0,0 +25996,0,0,0,0,0 +25997,0,0,0,0,0 +25998,0,0,0,0,0 +25999,0,0,0,0,0 +26000,0,0,0,0,0 +26001,0,0,0,0,0 +26002,0,0,0,0,0 +26003,0,0,0,0,0 +26004,0,0,0,0,0 +26005,0,0,0,0,0 +26006,0,0,0,0,0 +26007,0,0,0,0,0 +26008,0,0,0,0,0 +26009,0,0,0,0,0 +26010,0,0,0,0,0 +26011,0,0,0,0,0 +26012,0,0,0,0,0 +26013,0,0,0,0,0 +26014,0,0,0,0,0 +26015,0,0,0,0,0 +26016,0,0,0,0,0 +26017,0,0,0,0,0 +26018,0,0,0,0,0 +26019,0,0,0,0,0 +26020,0,0,0,0,0 +26021,0,0,0,0,0 +26022,0,0,0,0,0 +26023,0,0,0,0,0 +26024,0,0,0,0,0 +26025,0,0,0,0,0 +26026,0,0,0,0,0 +26027,0,0,0,0,0 +26028,0,0,0,0,0 +26029,0,0,0,0,0 +26030,0,0,0,0,0 +26031,0,0,0,0,0 +26032,0,0,0,0,0 +26033,0,0,0,0,0 +26034,0,0,0,0,0 +26035,0,0,0,0,0 +26036,0,0,0,0,0 +26037,0,0,0,0,0 +26038,0,0,0,0,0 +26039,0,0,0,0,0 +26040,0,0,0,0,0 +26041,0,0,0,0,0 +26042,0,0,0,0,0 +26043,0,0,0,0,0 +26044,0,0,0,0,0 +26045,0,0,0,0,0 +26046,0,0,0,0,0 +26047,0,0,0,0,0 +26048,0,0,0,0,0 +26049,0,0,0,0,0 +26050,0,0,0,0,0 +26051,0,0,0,0,0 +26052,0,0,0,0,0 +26053,0,0,0,0,0 +26054,0,0,0,0,0 +26055,0,0,0,0,0 +26056,0,0,0,0,0 +26057,0,0,0,0,0 +26058,0,0,0,0,0 +26059,0,0,0,0,0 +26060,0,0,0,0,0 +26061,0,0,0,0,0 +26062,0,0,0,0,0 +26063,0,0,0,0,0 +26064,0,0,0,0,0 +26065,0,0,0,0,0 +26066,0,0,0,0,0 +26067,0,0,0,0,0 +26068,0,0,0,0,0 +26069,0,0,0,0,0 +26070,0,0,0,0,0 +26071,0,0,0,0,0 +26072,0,0,0,0,0 +26073,0,0,0,0,0 +26074,0,0,0,0,0 +26075,0,0,0,0,0 +26076,0,0,0,0,0 +26077,0,0,0,0,0 +26078,0,0,0,0,0 +26079,0,0,0,0,0 +26080,0,0,0,0,0 +26081,0,0,0,0,0 +26082,0,0,0,0,0 +26083,0,0,0,0,0 +26084,0,0,0,0,0 +26085,0,0,0,0,0 +26086,0,0,0,0,0 +26087,0,0,0,0,0 +26088,0,0,0,0,0 +26089,0,0,0,0,0 +26090,0,0,0,0,0 +26091,0,0,0,0,0 +26092,0,0,0,0,0 +26093,0,0,0,0,0 +26094,0,0,0,0,0 +26095,0,0,0,0,0 +26096,0,0,0,0,0 +26097,0,0,0,0,0 +26098,0,0,0,0,0 +26099,0,0,0,0,0 +26100,0,0,0,0,0 +26101,0,0,0,0,0 +26102,0,0,0,0,0 +26103,0,0,0,0,0 +26104,0,0,0,0,0 +26105,0,0,0,0,0 +26106,0,0,0,0,0 +26107,0,0,0,0,0 +26108,0,0,0,0,0 +26109,0,0,0,0,0 +26110,0,0,0,0,0 +26111,0,0,0,0,0 +26112,0,0,0,0,0 +26113,0,0,0,0,0 +26114,0,0,0,0,0 +26115,0,0,0,0,0 +26116,0,0,0,0,0 +26117,0,0,0,0,0 +26118,0,0,0,0,0 +26119,0,0,0,0,0 +26120,0,0,0,0,0 +26121,0,0,0,0,0 +26122,0,0,0,0,0 +26123,0,0,0,0,0 +26124,0,0,0,0,0 +26125,0,0,0,0,0 +26126,0,0,0,0,0 +26127,0,0,0,0,0 +26128,0,0,0,0,0 +26129,0,0,0,0,0 +26130,0,0,0,0,0 +26131,0,0,0,0,0 +26132,0,0,0,0,0 +26133,0,0,0,0,0 +26134,0,0,0,0,0 +26135,0,0,0,0,0 +26136,0,0,0,0,0 +26137,0,0,0,0,0 +26138,0,0,0,0,0 +26139,0,0,0,0,0 +26140,0,0,0,0,0 +26141,0,0,0,0,0 +26142,0,0,0,0,0 +26143,0,0,0,0,0 +26144,0,0,0,0,0 +26145,0,0,0,0,0 +26146,0,0,0,0,0 +26147,0,0,0,0,0 +26148,0,0,0,0,0 +26149,0,0,0,0,0 +26150,0,0,0,0,0 +26151,0,0,0,0,0 +26152,0,0,0,0,0 +26153,0,0,0,0,0 +26154,0,0,0,0,0 +26155,0,0,0,0,0 +26156,0,0,0,0,0 +26157,0,0,0,0,0 +26158,0,0,0,0,0 +26159,0,0,0,0,0 +26160,0,0,0,0,0 +26161,0,0,0,0,0 +26162,0,0,0,0,0 +26163,0,0,0,0,0 +26164,0,0,0,0,0 +26165,0,0,0,0,0 +26166,0,0,0,0,0 +26167,0,0,0,0,0 +26168,0,0,0,0,0 +26169,0,0,0,0,0 +26170,0,0,0,0,0 +26171,0,0,0,0,0 +26172,0,0,0,0,0 +26173,0,0,0,0,0 +26174,0,0,0,0,0 +26175,0,0,0,0,0 +26176,0,0,0,0,0 +26177,0,0,0,0,0 +26178,0,0,0,0,0 +26179,0,0,0,0,0 +26180,0,0,0,0,0 +26181,0,0,0,0,0 +26182,0,0,0,0,0 +26183,0,0,0,0,0 +26184,0,0,0,0,0 +26185,0,0,0,0,0 +26186,0,0,0,0,0 +26187,0,0,0,0,0 +26188,0,0,0,0,0 +26189,0,0,0,0,0 +26190,0,0,0,0,0 +26191,0,0,0,0,0 +26192,0,0,0,0,0 +26193,0,0,0,0,0 +26194,0,0,0,0,0 +26195,0,0,0,0,0 +26196,0,0,0,0,0 +26197,0,0,0,0,0 +26198,0,0,0,0,0 +26199,0,0,0,0,0 +26200,0,0,0,0,0 +26201,0,0,0,0,0 +26202,0,0,0,0,0 +26203,0,0,0,0,0 +26204,0,0,0,0,0 +26205,0,0,0,0,0 +26206,0,0,0,0,0 +26207,0,0,0,0,0 +26208,0,0,0,0,0 +26209,0,0,0,0,0 +26210,0,0,0,0,0 +26211,0,0,0,0,0 +26212,0,0,0,0,0 +26213,0,0,0,0,0 +26214,0,0,0,0,0 +26215,0,0,0,0,0 +26216,0,0,0,0,0 +26217,0,0,0,0,0 +26218,0,0,0,0,0 +26219,0,0,0,0,0 +26220,0,0,0,0,0 +26221,0,0,0,0,0 +26222,0,0,0,0,0 +26223,0,0,0,0,0 +26224,0,0,0,0,0 +26225,0,0,0,0,0 +26226,0,0,0,0,0 +26227,0,0,0,0,0 +26228,0,0,0,0,0 +26229,0,0,0,0,0 +26230,0,0,0,0,0 +26231,0,0,0,0,0 +26232,0,0,0,0,0 +26233,0,0,0,0,0 +26234,0,0,0,0,0 +26235,0,0,0,0,0 +26236,0,0,0,0,0 +26237,0,0,0,0,0 +26238,0,0,0,0,0 +26239,0,0,0,0,0 +26240,0,0,0,0,0 +26241,0,0,0,0,0 +26242,0,0,0,0,0 +26243,0,0,0,0,0 +26244,0,0,0,0,0 +26245,0,0,0,0,0 +26246,0,0,0,0,0 +26247,0,0,0,0,0 +26248,0,0,0,0,0 +26249,0,0,0,0,0 +26250,0,0,0,0,0 +26251,0,0,0,0,0 +26252,0,0,0,0,0 +26253,0,0,0,0,0 +26254,0,0,0,0,0 +26255,0,0,0,0,0 +26256,0,0,0,0,0 +26257,0,0,0,0,0 +26258,0,0,0,0,0 +26259,0,0,0,0,0 +26260,0,0,0,0,0 +26261,0,0,0,0,0 +26262,0,0,0,0,0 +26263,0,0,0,0,0 +26264,0,0,0,0,0 +26265,0,0,0,0,0 +26266,0,0,0,0,0 +26267,0,0,0,0,0 +26268,0,0,0,0,0 +26269,0,0,0,0,0 +26270,0,0,0,0,0 +26271,0,0,0,0,0 +26272,0,0,0,0,0 +26273,0,0,0,0,0 +26274,0,0,0,0,0 +26275,0,0,0,0,0 +26276,0,0,0,0,0 +26277,0,0,0,0,0 +26278,0,0,0,0,0 +26279,0,0,0,0,0 +26280,0,0,0,0,0 +26281,0,0,0,0,0 +26282,0,0,0,0,0 +26283,0,0,0,0,0 +26284,0,0,0,0,0 +26285,0,0,0,0,0 +26286,0,0,0,0,0 +26287,0,0,0,0,0 +26288,0,0,0,0,0 +26289,0,0,0,0,0 +26290,0,0,0,0,0 +26291,0,0,0,0,0 +26292,0,0,0,0,0 +26293,0,0,0,0,0 +26294,0,0,0,0,0 +26295,0,0,0,0,0 +26296,0,0,0,0,0 +26297,0,0,0,0,0 +26298,0,0,0,0,0 +26299,0,0,0,0,0 +26300,0,0,0,0,0 +26301,0,0,0,0,0 +26302,0,0,0,0,0 +26303,0,0,0,0,0 +26304,0,0,0,0,0 +26305,0,0,0,0,0 +26306,0,0,0,0,0 +26307,0,0,0,0,0 +26308,0,0,0,0,0 +26309,0,0,0,0,0 +26310,0,0,0,0,0 +26311,0,0,0,0,0 +26312,0,0,0,0,0 +26313,0,0,0,0,0 +26314,0,0,0,0,0 +26315,0,0,0,0,0 +26316,0,0,0,0,0 +26317,0,0,0,0,0 +26318,0,0,0,0,0 +26319,0,0,0,0,0 +26320,0,0,0,0,0 +26321,0,0,0,0,0 +26322,0,0,0,0,0 +26323,0,0,0,0,0 +26324,0,0,0,0,0 +26325,0,0,0,0,0 +26326,0,0,0,0,0 +26327,0,0,0,0,0 +26328,0,0,0,0,0 +26329,0,0,0,0,0 +26330,0,0,0,0,0 +26331,0,0,0,0,0 +26332,0,0,0,0,0 +26333,0,0,0,0,0 +26334,0,0,0,0,0 +26335,0,0,0,0,0 +26336,0,0,0,0,0 +26337,0,0,0,0,0 +26338,0,0,0,0,0 +26339,0,0,0,0,0 +26340,0,0,0,0,0 +26341,-1220.396178,-493.8081233,-1187.872573,-493.6650852,374.0892759 +26342,-906.2267377,-356.9901045,-877.8821824,-356.8484611,691.994582 +26343,-564.1474784,-202.0272672,-538.0075135,-201.8906334,1329.792997 +26344,-780.7229655,-296.9179395,-749.6373263,-296.7876963,1031.268951 +26345,-1197.031778,-487.7250337,-1166.534945,-487.6000838,217.0362556 +26346,-869.776367,-339.4521077,-839.2648833,-339.3315406,792.5093669 +26347,-1012.777842,-403.1428351,-980.9712033,-403.0267718,588.7166735 +26348,-1117.781017,-450.5185968,-1085.332111,-450.4066034,417.5750623 +26349,-1188.512734,-482.8137862,-1155.790577,-482.7054677,288.3309204 +26350,-1230.436862,-502.2551955,-1197.628137,-502.1502346,201.3052608 +26351,-1251.238445,-512.1970264,-1218.415925,-512.0952085,149.0136547 +26352,-1258.821087,-516.1596442,-1225.997719,-516.0608386,120.6164546 +26353,-1259.81195,-517.1178606,-1226.976607,-517.0219857,105.5987425 +26354,-1257.893,-516.7252261,-1225.029638,-516.6322203,97.68117688 +26355,-1255.052963,-515.876551,-1222.147916,-515.7863559,93.1674062 +26356,-1252.239885,-514.994462,-1219.284461,-514.9070153,90.08486775 +26357,-1249.632069,-514.2568634,-1216.827382,-514.1720979,87.45589498 +26358,-1346.567641,-559.7677341,-1314.61083,-559.6854525,-133.0363695 +26359,-1151.553106,-471.8304731,-1119.881115,-471.7506155,208.4491986 +26360,-1183.962655,-486.5396684,-1151.974666,-486.4623742,169.1857203 +26361,-1208.96428,-498.1740489,-1176.863637,-498.0993908,130.3289231 +26362,-1224.957324,-505.7783262,-1192.840112,-505.706255,101.5377848 +26363,-1233.919844,-510.1732853,-1201.82797,-510.1036717,82.55069168 +26364,-1238.419703,-512.5091403,-1206.366028,-512.4418438,70.43436079 +26365,-1240.467189,-513.7009182,-1208.450727,-513.6358167,62.38443581 +26366,-1241.319309,-514.3235452,-1209.333943,-514.2605371,56.48973355 +26367,-1241.65984,-514.6903125,-1209.698509,-514.6293105,51.64949542 +26368,-1241.826872,-514.9566897,-1209.883165,-514.8976147,47.29142197 +26369,-1241.976054,-515.195145,-1210.044598,-515.1379233,43.1366896 +26370,-1242.17402,-515.437783,-1210.25043,-515.3823448,39.05539753 +26371,-1242.44557,-515.697708,-1210.526305,-515.6439872,34.99003418 +26372,-1242.796258,-515.9791801,-1210.878475,-515.9271137,30.91758099 +26373,-1243.223049,-516.2823975,-1211.304478,-516.2319256,26.83129962 +26374,-1243.719486,-516.6058329,-1211.798325,-516.5568983,22.73173706 +26375,-1340.682068,-561.6771945,-1309.384127,-561.6296779,-192.9845681 +26376,-1153.749068,-476.9054908,-1122.551262,-476.8593459,137.4636685 +26377,-1187.439445,-491.6819994,-1155.770901,-491.637285,97.98982662 +26378,-1213.507251,-501.9405307,-1181.452983,-503.283051,59.16193729 +26379,-1230.464948,-507.2373089,-1198.057706,-510.9191319,30.42276559 +26380,-1240.336355,-508.9981246,-1207.610826,-515.3805912,11.43335299 +26381,-1245.680351,-508.6588651,-1212.665769,-517.8019395,-0.729945915 +26382,-1248.486811,-507.1857398,-1215.206385,-519.0778867,-8.827139185 +26383,-1249.996253,-505.1240602,-1216.464175,-519.770012,-14.74915756 +26384,-1250.891503,-502.75388,-1217.121465,-520.1831454,-19.5765402 +26385,-1251.513129,-500.2124105,-1217.517017,-520.4742839,-23.87884885 +26386,-1252.027165,-497.5653229,-1217.810314,-520.7173691,-27.93935195 +26387,-1252.507317,-494.8430324,-1218.079488,-520.945499,-31.89387759 +26388,-1252.989375,-492.0585295,-1218.361041,-521.1705299,-35.80583011 +26389,-1253.484774,-489.2162488,-1218.665912,-521.4011934,-39.70349878 +26390,-1253.999626,-486.3166736,-1218.998954,-521.6399417,-43.59832786 +26391,-1254.531381,-483.3586796,-1219.357585,-521.8860904,-47.49373158 +26392,-1255.079926,-480.3407147,-1219.741142,-522.1357125,-51.38959041 +26393,-1255.640301,-477.2612966,-1220.14508,-522.3904361,-55.28433683 +26394,-1256.211791,-474.1191976,-1220.568158,-522.6498092,-59.17598058 +26395,-1256.789672,-470.913511,-1221.005997,-522.9098841,-63.06265318 +26396,-1350.593027,-510.8961061,-1315.283305,-566.4246156,-271.5712993 +26397,-1169.759595,-425.2095105,-1134.425197,-484.3385881,48.28254994 +26398,-1202.527534,-435.8613362,-1166.656821,-498.6512549,10.05820331 +26399,-1227.919091,-443.4325846,-1191.742685,-509.9475473,-27.52151722 +26400,-1244.416858,-447.0303471,-1208.055449,-517.3365382,-55.19435161 +26401,-1255.526674,-448.1638992,-1219.038826,-522.3267896,-76.1285058 +26402,-1237.969489,-436.435645,-1201.451569,-514.2667142,-50.45128822 +26403,-1198.873166,380.4746441,-1162.427243,-496.5618912,11.02742471 +26404,-1155.54302,167.5137657,-1119.166941,-477.1607108,80.01535636 +26405,-1118.930808,85.09698048,-1082.566695,-461.008426,140.9374613 +26406,-1094.003887,206.2919431,-1057.590131,-450.2821844,183.2193149 +26407,-1182.517928,217.5126051,-1146.723874,-492.197009,-20.65822157 +26408,-910.2547516,241.8286322,-891.6932075,-377.0684069,434.1092834 +26409,-340.5216861,265.952839,-405.1644067,-440.3337049,137.8088005 +26410,-669.9915877,290.2322551,-588.2510331,-255.8166506,870.0546569 +26411,-553.5770639,314.2568341,-526.6105522,-292.8488345,775.6903562 +26412,-498.6100889,337.5412612,-474.5901775,-341.3894178,254.3159496 +26413,-484.1918862,361.8189595,-449.8185997,-189.4206934,514.8034695 +26414,-456.105447,384.739413,-423.777786,-243.5379771,692.0702811 +26415,-254.2976495,408.2524514,-224.7885913,-71.83083196,1449.6396 +26416,-490.0995191,431.2575365,-454.0237645,-171.7140316,1183.726252 +26417,-521.9743542,454.4406656,-493.8806799,-237.9035189,999.2584733 +26418,-260.8138845,484.4072244,-228.125202,-272.776295,902.2074525 +26419,-365.8271089,503.9664362,-334.6984903,-144.6023884,896.6932742 +26420,-315.5976212,506.4031347,-285.4219248,-149.4781449,904.8275246 +26421,-294.6858421,518.7108205,-261.9663666,-156.0093767,954.2114799 +26422,-1.494216499,405.5670426,25.6306416,-17.45430668,1073.131683 +26423,-328.6632049,598.2327873,-298.5254428,-110.1402565,1388.534886 +26424,-506.6571782,376.6138454,-474.681993,-302.9585599,529.2815352 +26425,-28.94558827,423.0861823,-0.150604565,4.767708776,1497.668616 +26426,-234.4477619,459.5583108,-206.9799578,-122.3716252,1117.919698 +26427,-171.5647963,484.4009858,-140.0733486,-85.82689655,1219.238197 +26428,-147.4900125,498.4647013,-120.8707301,-75.79360403,1240.548856 +26429,136.1061652,702.5450748,160.3154539,82.36254228,1864.137824 +26430,-498.5437085,450.4422039,-468.6009387,-193.4276909,815.9297584 +26431,96.32505406,666.665984,120.6542315,-2.9350385,1637.481472 +26432,-111.4539339,430.8430142,-84.00635156,-90.05028173,685.8939294 +26433,-50.63518656,470.1195585,-24.07740006,-0.197188624,1674.962564 +26434,-32.78887579,503.3492153,-6.816986962,-29.03627994,1266.010515 +26435,178.3125612,729.9985918,201.7105374,94.80430383,1895.872869 +26436,-275.5885833,475.7757868,-245.7465516,-155.2131066,851.9963353 +26437,157.5849059,706.6275129,182.8146642,78.94618166,1741.069156 +26438,13.84879216,464.7938545,36.951346,0.657477576,1012.841654 +26439,57.92102606,712.8577584,85.96130678,34.70107633,1741.916652 +26440,279.6632736,518.7674475,302.3074705,103.9204516,1504.418675 +26441,37.74689021,715.3452669,62.57689836,34.25207355,1730.557417 +26442,-110.0417066,470.1500339,-89.26553051,-64.94901059,792.7952732 +26443,408.8466298,550.6011162,428.8048115,184.6751552,1896.739435 +26444,149.213064,743.0058287,172.4900777,80.67225312,1837.835768 +26445,-125.2278197,495.2859421,-106.517485,-77.15249833,870.169203 +26446,465.6002136,566.0080187,482.8415901,214.1827802,1911.172284 +26447,-43.10419301,557.2771283,-20.61372566,-20.19063373,1415.026994 +26448,295.06646,774.1717689,311.7498235,130.4324466,1942.282028 +26449,203.3241955,730.9048098,220.713339,90.01734431,1656.592383 +26450,408.6568,529.7854079,425.1611817,181.6639145,1182.612891 +26451,3.384785949,537.4508073,20.82398556,1.854770363,1646.026462 +26452,528.8783099,604.5031857,543.3759493,235.1358707,1860.034686 +26453,53.13314157,589.5553599,68.55770857,24.98936802,1351.275069 +26454,565.0778388,646.3500665,577.7027752,248.7009646,1970.65457 +26455,390.9182463,809.5505128,410.5342498,179.125584,2043.15492 +26456,101.4481766,765.8456093,124.5081352,52.65656843,1746.904568 +26457,331.7411484,720.8436891,320.792093,136.1925808,1479.425421 +26458,505.068947,504.8061328,525.0492514,230.5048448,1124.064731 +26459,368.624719,574.8646898,376.0906235,162.0846741,1791.842599 +26460,407.0118339,616.9794698,415.4695416,181.1211591,1938.730472 +26461,716.9548876,617.3852814,727.1960979,316.5296227,1915.183397 +26462,859.9831622,628.8727603,858.7756261,375.3265208,1937.173185 +26463,845.4373994,644.3033736,844.1441185,371.0442422,1977.886034 +26464,846.1570456,656.2946242,844.900825,371.055184,2007.783585 +26465,862.2118335,665.2455956,860.1279477,378.6484786,2027.812548 +26466,876.9301548,672.1439682,873.9658913,384.842926,2041.257944 +26467,888.5104632,677.3578494,884.6709431,390.1123678,2049.112565 +26468,899.839326,681.0741894,895.6739117,395.2561867,2051.819315 +26469,912.2626712,683.514021,906.7380915,400.4714232,2050.06853 +26470,923.6086189,684.9037917,917.7921993,405.9026455,2044.633998 +26471,935.6426964,685.3682318,928.5240886,410.8945998,2035.918499 +26472,947.3803439,685.0094315,939.8707811,416.1268783,2024.258153 +26473,959.0801743,784.4051329,950.4928261,421.2360497,2010.137749 +26474,962.1280315,857.3672211,952.5748581,422.3400025,1945.307795 +26475,984.8703934,824.7153398,980.3832708,435.1503004,1924.104991 +26476,966.421551,856.6097251,966.3076514,436.5087963,1899.479723 +26477,949.0280397,872.7524871,948.666709,431.0804313,1876.309615 +26478,933.6918846,887.1543836,933.0203148,423.7302519,1855.67465 +26479,920.3960679,901.6954879,919.4131708,417.2975089,1837.433092 +26480,908.847297,915.6247291,907.5735922,411.7046188,1821.223316 +26481,898.7389525,929.4144797,897.1953219,406.8166374,1806.701941 +26482,889.8139853,942.7209539,888.0159796,402.5031321,1793.573763 +26483,881.8671343,956.2778417,879.8255456,398.6571284,1781.590659 +26484,874.7332894,969.1610763,872.4556302,395.1944288,1770.545401 +26485,868.2767383,981.9432228,865.768556,392.0480997,1760.265697 +26486,862.3844477,994.3382941,859.6500249,389.1637475,1750.608371 +26487,856.9620142,1007.03504,854.0046693,386.496558,1741.454872 +26488,851.9306738,1019.002374,848.7529045,384.0094234,1732.707021 +26489,847.224912,1030.982781,843.8284993,381.6716567,1724.283926 +26490,842.7903273,1042.529056,839.1764409,379.4579305,1716.118978 +26491,838.5822215,1046.422565,834.7515179,377.3475659,1708.158418 +26492,834.3945658,1053.474443,830.3625115,375.2563566,1700.350339 +26493,830.3062491,1060.635205,826.0942195,373.2223644,1692.779448 +26494,826.4660269,1067.473553,822.0950995,371.3121644,1685.594737 +26495,822.7633543,1073.993332,818.2523341,369.473933,1678.533766 +26496,819.19857,1079.932972,814.5640435,367.7066415,1671.58822 +26497,815.7478511,1086.256692,811.0047102,365.9987001,1664.728042 +26498,812.3882016,1091.640343,807.5500703,364.3391618,1657.92804 +26499,809.1010734,1098.525574,804.1805719,362.7192485,1651.168405 +26500,805.8719154,1103.993972,800.8808244,361.1320822,1644.433442 +26501,802.6891698,1109.884871,797.6385534,359.5722017,1637.710947 +26502,799.5434355,1115.05642,794.443747,358.0351696,1630.991384 +26503,796.4270046,1120.000565,791.2881796,356.517354,1624.267556 +26504,793.3335073,1124.533359,788.1650441,355.015759,1617.533978 +26505,790.257726,1128.719394,785.0687372,353.5279265,1610.786693 +26506,787.1954117,1132.655018,781.9946216,352.0518272,1604.022798 +26507,784.1414003,1136.165869,778.9388822,350.5857957,1597.240369 +26508,781.0952684,1139.117808,775.8983484,349.1284492,1590.438104 +26509,778.0532477,1142.592101,772.8704039,347.6786478,1583.615324 +26510,775.0152209,1144.956373,769.8528574,346.2354359,1576.771688 +26511,771.9778545,1147.435919,766.8438901,344.7980197,1569.90725 +26512,768.9413541,1149.463825,763.8419632,343.3657252,1563.022218 +26513,765.9029401,1151.296456,760.8457916,341.9379881,1556.117051 +26514,762.8538359,1152.828703,757.8467043,340.5108811,1549.178491 +26515,759.8074223,1154.135923,754.8575332,339.0902487,1542.232203 +26516,756.7573322,1135.303503,751.8714679,337.6729987,1535.267915 +26517,753.5043486,1133.106715,748.8109518,336.2248753,1528.285426 +26518,750.1182283,1131.881274,745.7042758,334.7588136,1521.284555 +26519,746.6978466,1130.856748,742.5885114,333.291245,1514.266446 +26520,743.2942937,1129.795825,739.4819818,331.8301306,1507.232227 +26521,739.6712475,1131.761047,736.1399404,330.2639999,1499.730588 +26522,736.1954601,1131.131774,732.9297007,328.7589978,1492.6035 +26523,732.827865,1130.27675,729.8185892,327.2999588,1485.698075 +26524,729.508815,1130.097146,726.750615,325.8611953,1478.836914 +26525,726.2034226,1129.856647,723.6925684,324.4275494,1471.93529 +26526,722.9015044,1129.234149,720.6353122,322.9949723,1464.978758 +26527,719.661859,1128.606324,717.6386222,321.5908151,1458.084788 +26528,716.4217234,1127.741842,714.6407204,320.1871573,1451.148683 +26529,713.1898632,1126.832334,711.6513058,318.7885549,1444.19349 +26530,709.9629989,1125.767608,708.667932,317.3940201,1437.218745 +26531,706.7383328,1124.587111,705.6885243,316.0027095,1430.22398 +26532,703.5135613,1123.287015,702.7114071,314.6139392,1423.209068 +26533,700.2868067,1121.868788,699.7352448,313.2271608,1416.174242 +26534,697.0565299,1120.334166,696.7589721,311.841932,1409.119953 +26535,693.8214696,1118.684672,693.7817436,310.4578966,1402.046831 +26536,690.5805755,1098.989321,690.8028768,309.0747606,1394.955563 +26537,687.1324781,1094.250951,687.7657799,307.6675831,1387.845758 +26538,683.5476331,1090.760897,684.6932479,306.2466238,1380.717371 +26539,679.9246721,1087.421343,681.6111447,304.8233565,1373.571634 +26540,676.3142917,1084.242813,678.5314554,303.4030099,1366.409806 +26541,672.7287467,1080.943099,675.4564847,301.9864934,1359.232899 +26542,669.1643187,1077.73494,672.3849082,300.5731183,1352.041646 +26543,665.6144651,1074.369997,669.3149499,299.1620186,1344.836606 +26544,662.0740832,1071.070529,666.2452818,297.7525464,1337.618208 +26545,658.5397424,1067.604189,663.1750076,296.3442575,1330.386839 +26546,655.0089908,1064.193615,660.1034676,294.9368191,1323.142856 +26547,651.4798504,1060.615119,657.0301208,293.5299543,1315.886619 +26548,647.9506125,1057.087778,653.9545014,292.1234217,1308.618489 +26549,644.4197713,1053.458214,650.8762014,290.7170072,1301.338828 +26550,640.8860139,1049.763697,647.7948716,289.3105241,1294.047998 +26551,637.348211,1048.304593,644.7102143,287.9038093,1286.746357 +26552,633.8232723,1047.435657,641.6209174,286.4962542,1279.43428 +26553,630.3215751,1046.451214,638.5262109,285.0874925,1272.112171 +26554,626.8447789,1045.878347,635.4260056,283.6774604,1264.780464 +26555,623.3902225,1045.272449,632.3205225,282.2662295,1257.43954 +26556,619.9543597,1044.61933,629.2100628,280.8539045,1250.089767 +26557,616.534107,1044.258761,626.0949035,279.4405763,1242.731494 +26558,613.127032,1043.867642,622.9752852,278.0263169,1235.365064 +26559,609.7311904,1043.558415,619.8514185,276.6111827,1227.990807 +26560,606.3449695,1043.205816,616.7235014,275.1952233,1220.609064 +26561,602.9669869,1042.98167,613.5917169,273.7784804,1213.220158 +26562,599.5960495,1042.767464,610.4562402,272.3609919,1205.824421 +26563,596.2311264,1042.598257,607.3172355,270.9427909,1198.422162 +26564,592.8713307,1042.465381,604.1748609,269.5239081,1191.013703 +26565,589.5158965,1042.40438,601.0292619,268.1043694,1183.599337 +26566,586.1641692,1042.279345,597.8805816,266.6842006,1176.179372 +26567,582.8155799,1042.268418,594.7289494,265.2634226,1168.75408 +26568,579.4696471,1042.251471,591.5744936,263.8420572,1161.323749 +26569,576.1259502,1042.266326,588.4173297,262.4201217,1153.888631 +26570,572.7841351,1042.305695,585.2575728,260.9976348,1146.448995 +26571,569.4438956,1042.407576,582.0953265,259.5746114,1139.005068 +26572,566.1049767,1042.433396,578.9306944,258.151068,1131.557103 +26573,562.7671521,1042.567523,575.7637695,256.7270177,1124.105305 +26574,559.4302373,1042.68746,572.5946463,255.3024755,1116.649908 +26575,556.0940682,1042.832883,569.4234082,253.8774531,1109.191098 +26576,552.7475528,1042.997109,566.2391761,252.4469803,1101.709155 +26577,549.4214124,1043.220014,563.072856,251.0250852,1094.26029 +26578,546.0760591,1043.359233,559.8850256,249.5938196,1086.772902 +26579,542.7399831,1043.605427,556.7043244,248.1661839,1079.299079 +26580,539.4043852,1043.83275,553.5220814,246.7382152,1071.823113 +26581,541.337251,990.7141698,555.6063956,247.7044834,1073.923395 +26582,540.9924025,990.0469278,555.4204875,247.5966775,1071.817218 +26583,539.4077908,989.5446866,553.9937696,246.9200082,1067.455534 +26584,537.6723493,989.2606335,552.411753,246.1970051,1062.823409 +26585,536.2630046,989.0761944,551.1481606,245.6491694,1058.765267 +26586,535.2430624,988.846493,550.2691731,245.300302,1055.394912 +26587,534.5387953,988.7373439,549.7003346,245.108046,1052.584001 +26588,534.0655753,988.6224633,549.3598811,245.0287746,1050.195532 +26589,533.7693768,988.5365369,549.1922305,245.0332111,1048.137857 +26590,533.615546,988.4702753,549.163083,245.103368,1046.354321 +26591,533.5799857,988.4219173,549.2491114,245.2271061,1044.805256 +26592,533.6438161,988.3893489,549.4319192,245.3949867,1043.458374 +26593,533.792933,988.3717441,549.6973782,245.5990715,1042.285277 +26594,534.021066,988.3676835,550.0299734,245.8326317,1041.26103 +26595,534.3213421,988.3766741,550.4175029,246.0900364,1040.363919 +26596,534.6852489,988.3976575,550.8505026,246.3666434,1039.575353 +26597,535.1040662,988.4303928,551.3228365,246.6586474,1038.879397 +26598,535.5699151,988.4740416,551.8260054,246.9629376,1038.262492 +26599,536.0761182,988.528519,552.3537911,247.2769628,1037.712987 +26600,536.6171567,988.5931364,552.9033458,247.5986363,1037.220974 +26601,537.188446,988.6678906,553.4691642,247.9262415,1036.777905 +26602,537.7861807,988.7521832,554.0475423,248.2583756,1036.376518 +26603,538.4071653,988.846073,554.6376445,248.5938828,1036.010526 +26604,539.0487334,988.9490018,555.2356308,248.9318208,1035.674602 +26605,539.7086379,989.0610594,555.8391529,249.2714118,1035.364114 +26606,540.3850132,989.1817244,556.4485281,249.6120235,1035.075145 +26607,541.0762877,989.311086,557.0608637,249.9531333,1084.053865 +26608,541.7811626,989.4485529,557.6746276,250.2943177,1136.000966 +26609,542.4985603,989.5936771,558.2907907,250.6352236,1128.599795 +26610,543.2275448,989.7451217,558.9070116,250.9755576,1137.894934 +26611,543.9673095,991.4225488,559.5221718,251.3150615,1149.683199 +26612,544.7354697,993.1581688,560.1263888,251.6492179,1158.070359 +26613,545.5371238,995.0858132,671.5315554,251.9749062,1166.401037 +26614,546.3768973,997.0668621,620.3031887,252.291228,1174.510679 +26615,547.2496607,999.1284848,642.8762866,264.0260129,1182.591104 +26616,548.4118768,1001.255679,651.3444324,294.7282414,1190.453757 +26617,551.0142407,1003.44177,658.4588502,305.4636644,1198.483233 +26618,553.4953732,1005.67868,665.6399889,266.4644721,1206.193744 +26619,671.7492528,1022.406297,673.4847815,303.44728,1213.901854 +26620,657.7105171,1026.935996,680.5485548,301.368304,1221.889883 +26621,668.0792,1030.585335,687.1647033,303.5271265,1229.111885 +26622,685.6643144,1033.876974,693.8508372,308.006732,1236.921274 +26623,697.6121029,1037.152295,700.266255,311.6051578,1244.258692 +26624,709.7978006,1040.326956,706.6093067,315.116373,1251.543052 +26625,721.5700656,1043.466674,712.7775744,318.5983382,1259.148536 +26626,733.7679399,1046.576082,719.0215063,321.9723231,1266.116761 +26627,745.6674115,1049.661885,725.0262404,325.2348102,1273.312278 +26628,757.5144529,1052.767728,730.9842039,328.6341538,1280.628202 +26629,769.6309497,1055.746907,736.8442198,331.8091736,1287.620206 +26630,781.4167359,1058.777999,742.4620889,334.9727762,1294.304783 +26631,793.5098376,1061.787597,748.3724698,338.0827509,1301.892569 +26632,805.298181,1064.746691,753.9438033,341.205354,1308.220497 +26633,817.62678,1067.717775,759.2940902,344.2393721,1315.455527 +26634,829.5288716,1070.630688,764.9396457,347.2098957,1322.036098 +26635,841.6275272,1073.553037,770.2818758,350.1889044,1328.842798 +26636,853.9082566,1076.459414,775.4473086,353.009156,1335.614488 +26637,866.1517961,1079.263383,781.0284704,356.0435856,1342.351059 +26638,895.3602593,1094.951495,787.9104035,359.4859836,1349.062938 +26639,910.109998,1099.851868,793.3171929,362.5149364,1355.704823 +26640,924.3616953,1103.828116,798.708849,365.4457828,1362.255302 +26641,696.8622599,998.3167016,566.0262966,262.3473699,1013.941801 +26642,705.5452524,999.5876662,557.5562918,253.3778837,1011.728199 +26643,716.4115045,1001.449374,572.915099,270.5556833,1008.30148 +26644,728.1087169,1003.615322,557.4333394,253.2783775,1004.8357 +26645,739.9507091,1005.87884,585.0148531,272.0579632,1001.835204 +26646,752.3975968,1008.231921,557.2728766,255.9227662,999.3725679 +26647,764.7148153,1010.494961,597.4036721,281.3283141,997.3728167 +26648,777.5951459,1012.833636,557.1338713,253.1335107,995.7505717 +26649,790.3797536,1015.1113,611.8834905,291.0931127,994.443815 +26650,803.2517792,1017.362429,557.0023343,253.043066,993.4095663 +26651,816.6275824,1019.576687,598.2007778,295.1910835,992.6149278 +26652,829.8212259,1021.75161,591.7614318,253.0041867,992.0318653 +26653,843.3302852,1023.88479,595.1318319,308.1579881,991.6355481 +26654,856.7101709,1025.974644,598.713533,252.9069869,991.4039055 +26655,870.7522848,1028.019307,602.3262271,306.0340514,991.3175497 +26656,884.5140473,1030.058858,605.4788127,252.9247446,991.3595262 +26657,898.5643365,1031.948034,608.8153654,299.0767098,991.515098 +26658,912.6004191,1033.879366,612.0174783,301.4701788,991.7714308 +26659,927.239965,1035.725207,615.3538818,264.0936444,992.117376 +26660,941.6515041,1037.540951,618.7113399,296.5977596,992.5326052 +26661,956.3115242,1039.278097,621.8348172,291.7005828,993.0292153 +26662,970.9842121,1040.971449,625.1656977,292.1889558,993.5915377 +26663,985.9367477,1042.626394,628.3970119,294.5810127,994.2107745 +26664,1010.942135,1048.533128,639.7982579,299.9239037,994.8846201 +26665,1027.076595,1050.908946,643.977422,301.9716104,995.6075285 +26666,1043.359023,1052.936568,647.7157221,303.9219076,996.371165 +26667,1060.125004,1054.727303,651.2616312,305.772449,997.1720776 +26668,1076.314705,1056.511692,654.724486,307.6232693,998.0078993 +26669,1092.738285,1058.173528,658.2652879,309.4582287,998.449539 +26670,1109.878236,1059.762708,661.6532076,311.232641,999.4951566 +26671,1121.203924,1058.323461,665.7239528,313.263384,1000.523359 +26672,1131.988958,1056.430888,669.6684814,315.287744,1001.543615 +26673,1142.68622,1054.310339,673.9225939,317.412872,1002.563735 +26674,1152.808701,1052.010393,677.9310938,319.4694843,1003.58976 +26675,1163.012873,1049.514403,682.1298842,321.5208176,1004.625761 +26676,1163.621143,1042.855799,678.5630267,320.4953835,1005.674119 +26677,1171.905247,1039.511185,681.1158833,321.767934,1006.735642 +26678,1180.488609,1036.470245,684.4555279,323.5429697,1007.809533 +26679,1190.016163,1033.409889,687.8161215,325.2954505,1008.896015 +26680,1198.902018,1030.306275,691.6186482,327.1205448,1009.995242 +26681,1207.686604,1027.107735,694.9296352,328.9170406,1011.107037 +26682,1216.402639,1023.958243,698.8025975,330.8706075,1012.230845 +26683,1225.029269,1020.664681,702.3186972,332.5911989,1013.365922 +26684,1233.902404,1017.356047,706.0531034,334.5534536,1014.511394 +26685,1241.797596,1013.994343,709.5751168,336.3778282,1069.335825 +26686,1250.289255,1010.589188,713.4486187,338.2066386,1072.360973 +26687,1258.462707,1007.103082,717.0808794,340.1882126,1030.779678 +26688,1266.439193,1003.679544,720.626211,341.9046437,1072.134894 +26689,1274.427877,1000.135552,724.4527523,343.8865577,1070.489971 +26690,1282.15488,996.5956169,728.1240068,345.7103902,1073.224949 +26691,1289.856963,993.0228758,731.7704809,347.5861934,1078.821946 +26692,1297.025236,989.4259248,735.5191789,349.4015823,1083.393206 +26693,1305.028367,985.7675713,739.1530062,351.3970167,1087.977941 +26694,1312.066298,982.1880321,742.9071288,353.0885725,1092.43233 +26695,1319.223783,978.5065225,746.4408713,355.0826063,1096.990713 +26696,1326.316412,974.8443084,750.3447769,356.9510202,1101.382572 +26697,1333.129015,971.1643327,753.9993177,358.6746303,1105.900071 +26698,1339.907498,967.4359329,757.599932,360.6594243,1110.232547 +26699,1346.546222,963.7939491,761.1995598,362.4623358,1114.711755 +26700,1352.94308,960.0636642,765.0857051,364.2662957,1119.050801 +26701,1593.485829,1062.699837,1003.124038,472.6938434,1584.368016 +26702,1578.390518,1052.358497,1008.271732,475.2301863,1592.505711 +26703,1582.59006,1048.510041,1013.308951,477.8396502,1599.985461 +26704,1587.397449,1044.821996,1017.508607,480.232419,1606.410738 +26705,1592.24719,1041.195916,1022.033618,482.5167673,1612.370949 +26706,1597.017955,1037.566132,1026.108744,484.7223125,1617.952823 +26707,1601.497134,1033.942229,1030.167933,486.7468245,1623.198135 +26708,1605.956767,1030.287719,1034.147048,489.0504923,1628.321679 +26709,1610.220604,1026.749348,1037.999997,491.0349817,1633.30223 +26710,1614.348193,1023.137828,1041.854344,493.1065729,1638.075347 +26711,1618.324408,1019.57834,1045.661343,495.1316288,1642.811205 +26712,1622.148902,1016.031308,1049.359472,497.1332041,1647.414113 +26713,1625.820645,1012.503643,1053.073005,499.1123839,1651.962641 +26714,1629.39966,1008.9558,1056.748146,501.0701483,1656.337145 +26715,1632.671599,1005.528486,1060.057404,503.0074094,1660.70695 +26716,1635.915799,1002.03635,1064.06082,505.0547862,1664.968421 +26717,1638.947869,998.6007955,1067.421621,506.753782,1669.162337 +26718,1641.828197,995.1826419,1070.925062,508.7280362,1673.319832 +26719,1644.542178,991.7881595,1074.411927,510.4302886,1677.32409 +26720,1620.717585,982.0096214,1076.916068,512.0874457,1681.315881 +26721,1619.252034,977.6866232,1080.04247,513.6825173,1685.143942 +26722,1619.323782,973.8464355,1083.146339,515.416438,1688.962999 +26723,1619.692848,970.1912589,1086.30212,517.1178699,1692.766939 +26724,1620.104273,966.5824505,1089.403295,518.8027274,1696.4245 +26725,1620.477143,963.1378074,1092.477026,520.4691666,1700.108741 +26726,1620.766772,959.6640965,1095.545215,522.1160429,1703.701003 +26727,1620.946696,956.3543174,1098.506074,523.7430454,1707.23975 +26728,1621.006597,952.9270694,1101.496927,525.3498418,1710.717281 +26729,1620.936647,949.6504666,1104.427305,526.9367146,1714.137582 +26730,1620.730286,946.3638581,1107.357693,528.503588,1717.535476 +26731,1626.527747,943.7072981,1109.880169,529.9239703,1720.788255 +26732,1633.288745,941.1356693,1112.375021,531.2986337,1724.074551 +26733,1640.282016,938.5717055,1114.779335,532.6404524,1727.282799 +26734,1647.705644,936.0046122,1117.133269,533.9529386,1730.447702 +26735,1655.335497,933.391277,1119.436427,535.2381441,1733.569684 +26736,1663.202771,930.8543608,1121.690015,536.4968931,1736.645825 +26737,1670.738377,928.2225068,1123.926615,537.5764421,1736.884349 +26738,1679.845281,925.6040276,1126.040191,539.0176144,1739.022171 +26739,1687.909878,922.9607134,1128.176355,540.0903003,1740.520793 +26740,1696.578036,920.2965994,1130.239737,541.2780431,1742.157018 +26741,1705.547634,917.6109595,1132.263619,542.417666,1743.81967 +26742,1714.383161,914.8663996,1134.242924,543.535378,1745.427968 +26743,1723.51056,912.1883346,1136.179146,544.6315275,1747.026695 +26744,1732.884098,909.4083025,1138.103292,545.7063126,1748.609211 +26745,1771.806552,910.9904808,1141.473151,547.4334014,1750.288191 +26746,1785.378871,908.8037868,1143.568633,548.5757031,1751.800232 +26747,1797.565381,906.2879404,1145.459573,549.650891,1753.361127 +26748,1809.082748,903.6434813,1147.270678,550.6877208,1754.913413 +26749,1820.898579,900.8914387,1149.021278,551.6979657,1756.458565 +26750,1832.496481,898.170817,1150.719373,552.6851701,1757.9981 +26751,1844.210985,895.3314298,1152.370878,553.812193,1759.538149 +26752,1855.984194,892.4843576,1154.009356,554.5199671,1761.07787 +26753,1867.774783,889.5986979,1155.523361,555.564809,1762.621264 +26754,1879.907772,886.682347,1157.066723,556.4522577,1764.165457 +26755,1891.793224,883.7032698,1158.540226,557.346464,1765.318545 +26756,1903.931554,881.130772,1159.976366,558.2238894,1767.515002 +26757,1916.275883,877.6144824,1161.372287,559.0846523,1768.710793 +26758,1928.56595,874.8401786,1162.726665,559.9282054,1770.354467 +26759,1941.028887,871.7215568,1164.041376,560.7553123,1771.901361 +26760,1953.588457,868.7131969,1165.315143,561.5653637,1773.452079 +26761,2013.698557,888.3211947,1214.247729,585.3440983,1856.629703 +26762,2029.784872,887.1452263,1218.49933,587.7659898,1862.06883 +26763,2044.873339,884.8814054,1221.868282,589.4043502,1866.627674 +26764,2059.806237,883.0921328,1224.825144,591.0166335,1870.772653 +26765,2074.640319,880.2438346,1227.593812,592.4991313,1874.564957 +26766,2089.377556,878.0740497,1230.109983,593.9076531,1878.268589 +26767,2104.364189,875.5690196,1232.586468,595.262186,1881.776924 +26768,2119.307315,873.0793381,1234.933969,596.5731026,1885.108653 +26769,2134.120059,870.5354942,1237.205155,597.8477818,1888.464548 +26770,2178.651607,870.4998688,1242.521692,600.4070092,1891.82044 +26771,2198.035997,868.3857664,1245.012653,601.7814577,1894.977731 +26772,2215.771042,866.0433811,1247.348621,603.0787615,1898.096624 +26773,2235.190061,863.6201829,1249.49616,604.3310031,1901.292947 +26774,2259.891136,861.1596369,1251.639589,605.5458617,1904.340475 +26775,2266.197676,858.6478926,1253.674425,606.7281855,1907.396951 +26776,2301.144228,856.2057761,1255.642463,607.8801061,1910.413845 +26777,2294.626626,853.692256,1257.544018,609.0043081,1913.405544 +26778,2299.206207,851.2081631,1259.379608,610.1012318,1916.370603 +26779,2352.627701,848.7265619,1261.152923,611.1724551,1919.360733 +26780,2351.588631,846.2556442,1262.86418,612.2179705,1922.160841 +26781,2373.504656,843.7674346,1264.515915,613.2388144,1925.168497 +26782,2391.264955,841.3754898,1266.107686,614.2346247,1928.001982 +26783,2409.577054,838.9363947,1267.641806,615.0122432,1930.865913 +26784,2427.442793,836.5491393,1269.156363,616.2504122,1933.6999 +26785,2445.830386,834.1860628,1270.518767,617.0327029,1936.514359 +26786,2463.884899,831.8239527,1271.910309,617.9647751,1939.307003 +26787,2482.647078,829.5742251,1273.214244,618.8415336,1942.08074 +26788,2500.945713,827.2971315,1274.469133,619.6954587,1944.784388 +26789,2519.707227,825.2805885,1275.672136,620.6911723,1947.595631 +26790,2538.47786,823.4608911,1276.822032,621.9663805,1950.274179 +26791,2547.555986,821.6123851,1277.570603,623.174524,1952.978451 +26792,2555.073641,819.703868,1278.139756,624.3741313,1955.554954 +26793,2562.130631,817.8944647,1278.745426,625.6714326,1958.253178 +26794,2568.153167,816.0157797,1279.184264,626.940994,1960.78216 +26795,2574.051988,814.1891258,1279.672489,628.3011331,1963.505762 +26796,2579.229131,812.3537182,1280.005401,629.7373985,1965.957274 +26797,2584.035366,810.5322904,1280.332449,631.0359429,1968.496848 +26798,2588.387357,808.7310654,1280.670703,632.5654135,1971.112475 +26799,2592.486383,806.6217754,1280.87426,633.8743756,1973.574902 +26800,2595.992863,805.2635351,1281.06012,635.3991396,1975.993942 +26801,2599.229725,803.2581284,1281.220254,636.7637429,1978.443472 +26802,2602.080355,801.5224168,1281.334689,638.3227446,1980.852284 +26803,2604.698472,799.7395571,1281.419392,639.7085184,1983.232174 +26804,2606.680649,797.9653647,1281.460339,641.2871316,1985.575181 +26805,2608.581979,796.1905178,1281.474084,642.6862419,1987.886835 +26806,2610.046965,794.4226772,1281.446613,644.2755543,1990.159326 +26807,2611.212426,792.6535858,1281.394375,645.681621,1992.398715 +26808,2612.056287,790.8910172,1281.303294,647.2738182,1994.648716 +26809,2612.589978,789.1264754,1281.189706,648.6811396,1996.682357 +26810,2612.806866,787.3682565,1281.039451,650.2692252,1998.92232 +26811,2612.724575,785.890007,1280.868755,651.6725819,2000.963354 +26812,2577.86249,782.1939792,1277.049972,650.0711261,2003.175223 +26813,2572.419302,780.3043363,1276.054595,650.8196688,2004.998267 +26814,2569.096214,778.3254766,1275.40988,651.8730753,2006.922854 +26815,2565.91219,776.4354787,1274.844599,653.1174428,2008.824473 +26816,2562.697481,774.5661532,1274.290769,654.2056345,2010.681515 +26817,2559.232702,772.7068516,1273.744602,655.3524865,2012.497053 +26818,2555.742929,770.8551539,1273.18279,656.5141539,2014.259728 +26819,2552.123547,769.0067615,1272.617101,657.6730198,2015.97578 +26820,2548.283116,767.1628701,1272.030392,658.8247687,2017.636463 +26821,2467.26024,731.9749858,1194.426233,626.6339996,1876.636209 +26822,2462.091371,729.8049333,1192.587453,627.4227439,1877.639856 +26823,2456.950485,727.4821671,1191.011123,628.0610894,1878.926868 +26824,2451.772634,725.2982082,1189.435912,628.8128632,1880.280794 +26825,2446.132332,723.1117189,1187.902125,629.5438028,1881.647923 +26826,2440.505946,720.9359803,1186.365165,630.26449,1883.007915 +26827,2434.566738,718.7674654,1184.82318,630.9702044,1884.304927 +26828,2428.306352,716.6045638,1183.272465,631.6580426,1885.692498 +26829,2422.078191,714.6942408,1181.711395,632.3259415,1886.9499 +26830,2415.388964,712.181756,1180.138853,632.9721812,1888.219186 +26831,2408.550731,710.2051005,1178.554697,633.5954431,1889.452 +26832,2401.460136,708.0228718,1176.9586,634.1943629,1890.700118 +26833,2394.02556,705.8819224,1175.316941,634.767846,1891.802998 +26834,2386.703441,703.7453291,1173.747561,635.314645,1892.979625 +26835,2341.230438,700.2093502,1168.779589,631.1920199,1894.191926 +26836,2328.385798,697.8661199,1166.643555,630.8625655,1895.124737 +26837,2317.043683,695.5900399,1164.665227,630.7932251,1896.140066 +26838,2306.548961,693.3402785,1162.72041,630.7938338,1897.134837 +26839,2295.802119,691.1044363,1160.788247,630.8026995,1898.098653 +26840,2285.001921,688.8782122,1158.826422,630.8022535,1899.026607 +26841,2302.669689,686.6589608,1156.945317,630.7825139,1899.91579 +26842,2220.879734,684.4450381,1154.987642,630.7375833,1900.76373 +26843,2299.800093,682.2356714,1153.05248,630.6638821,1901.570023 +26844,2195.840211,680.0304382,1151.105907,630.5588803,1902.335063 +26845,2259.213957,677.8328761,1149.159938,630.4244657,1903.074728 +26846,2198.208822,675.6404942,1147.2093,630.2565989,1903.77832 +26847,2213.312946,673.4503594,1145.246641,630.0510387,1904.38836 +26848,2192.385695,671.2635456,1143.242062,629.8075667,1905.075799 +26849,2181.77251,669.0808515,1141.309278,629.5257806,1905.62062 +26850,2133.303914,665.7269287,1136.689862,624.020639,1906.242803 +26851,2125.948852,663.5814953,1134.649601,623.7565127,1906.63314 +26852,2158.407206,662.6051098,1135.468424,629.2476468,1907.210911 +26853,2161.071584,661.0351007,1134.329674,630.4873674,1907.59762 +26854,2162.119094,658.8457024,1132.981177,631.5418759,1908.012484 +26855,2163.323332,657.1165362,1131.586435,632.5608,1908.40679 +26856,2164.765476,655.2045952,1130.175686,633.5968889,1908.773743 +26857,2166.503257,653.3310341,1128.726294,634.6610547,1909.117178 +26858,2168.545651,651.466544,1127.350423,635.7595757,1909.441467 +26859,2170.893694,649.6118094,1125.902081,636.895946,1909.752133 +26860,2173.541215,647.7673039,1124.477153,638.0719426,1910.052563 +26861,2176.478153,645.9334797,1123.043544,639.2888208,1910.346889 +26862,2179.699635,644.1103843,1121.605047,640.547208,1910.637246 +26863,2183.193221,642.2982064,1120.161364,641.8477926,1910.926789 +26864,2186.951981,640.4968336,1118.711549,643.1909424,1911.216892 +26865,2190.970147,638.7063532,1117.255279,644.5772497,1911.510112 +26866,2195.240098,636.9265837,1115.761266,646.0070691,1911.807324 +26867,2199.75672,635.1575614,1114.334991,647.4810217,1912.110668 +26868,2204.515256,633.3990657,1112.833623,648.9995097,1912.420654 +26869,2209.508489,631.6511002,1111.349949,650.5632087,1912.739105 +26870,2214.738192,629.913417,1109.852223,652.1725761,1913.066249 +26871,2220.196217,628.185996,1108.344911,653.8283399,1913.40366 +26872,2225.882375,626.4685696,1106.827314,655.5310075,1913.751352 +26873,2231.704257,624.5606583,1105.299355,657.281348,1914.110692 +26874,2240.748781,623.1512993,1103.760367,659.0799107,1914.481528 +26875,2244.486717,621.3226767,1102.180577,660.9274981,1914.865063 +26876,2255.123262,619.8698914,1100.662753,662.8246844,1915.260972 +26877,2256.814468,617.9151148,1099.06795,664.7722902,1915.670309 +26878,2271.845597,616.391146,1097.486615,666.7709226,1916.092656 +26879,2268.2207,614.7091103,1095.888329,668.8214303,1916.528993 +26880,2292.062478,613.0653187,1094.277121,670.9244657,1916.978843 +26881,2104.279184,545.0579961,938.6382972,606.6632743,1630.958576 +26882,2153.73856,542.6476474,935.6881229,608.0799045,1628.259133 +26883,2173.946412,542.609623,937.6924852,616.3895347,1627.067232 +26884,2188.667526,541.0167955,936.0640607,619.6699528,1625.778947 +26885,2197.825269,539.2796361,934.0318107,621.9500527,1624.638678 +26886,2206.739633,537.5087512,932.0959646,624.5448286,1623.608601 +26887,2215.619639,535.736767,929.6352572,626.9457105,1622.65168 +26888,2224.544175,533.9702273,927.5885111,629.5267503,1621.752088 +26889,2233.570745,532.3558096,925.3547025,632.0238576,1620.934532 +26890,2248.910936,530.3961399,923.1479868,634.6656644,1620.086173 +26891,2249.282177,528.755884,920.9226808,637.2466129,1619.409725 +26892,2272.125584,527.013646,918.6985146,639.9820017,1618.662254 +26893,2263.399142,525.1426018,916.4537747,642.6593468,1618.028569 +26894,2300.464204,523.6441953,914.2044899,645.5241914,1617.410046 +26895,2271.50879,521.8437431,911.9465909,648.2817188,1616.829123 +26896,2295.082766,520.1760813,909.6784575,651.2505037,1616.282423 +26897,2317.858468,518.4949273,907.4012012,654.2006951,1615.771126 +26898,2318.144235,516.9688148,905.4452498,657.1579903,1615.26999 +26899,2331.161258,515.3293379,903.2179876,660.2301397,1614.840221 +26900,2341.653804,513.6896866,900.9501573,663.3395072,1614.422248 +26901,2352.354543,512.1922514,898.6627673,666.5040948,1614.031951 +26902,2362.967449,510.3607516,896.360227,669.7260494,1613.667045 +26903,2373.584891,508.8323434,894.0450117,672.7874862,1613.328663 +26904,2384.577817,507.1918249,891.7164693,676.4654913,1613.013815 +26905,2395.549648,505.5774108,889.5535941,679.7008853,1612.723532 +26906,2407.053022,503.9677106,886.9413066,683.2010466,1612.455039 +26907,2418.265273,502.3627813,884.6973812,686.7246352,1612.209349 +26908,2429.964939,500.7617829,882.2908279,690.311637,1611.983896 +26909,2441.838842,499.1647196,879.8955835,693.9619472,1611.779701 +26910,2453.560198,497.5708474,877.4862147,697.6765714,1611.594409 +26911,2454.949243,495.5288897,873.8243733,699.0943666,1611.41151 +26912,2454.092598,493.3785728,870.2295119,700.1635487,1611.247478 +26913,2452.793439,491.1820322,866.2859412,701.0299293,1611.095416 +26914,2450.618091,488.9524855,862.355477,701.7477157,1610.953542 +26915,2448.145045,486.6964048,858.2372086,702.5807542,1610.820836 +26916,2445.098859,484.4167295,854.3526192,702.6906547,1610.694201 +26917,2441.624406,482.1150891,849.966063,703.2248479,1610.570972 +26918,2437.732957,479.7922889,845.7794021,703.4403578,1610.446912 +26919,2433.337084,477.5713473,841.5346855,703.5887483,1610.318673 +26920,2428.810992,475.0325543,837.2196133,703.6354767,1610.181948 +26921,2423.691172,472.7333463,832.7630702,703.5819122,1610.033626 +26922,2418.303461,470.1975928,828.5361902,703.4291891,1609.869798 +26923,2412.55732,467.9367682,823.7195105,703.178441,1609.687876 +26924,2406.470205,465.5254515,819.4239536,702.7324529,1609.484536 +26925,2400.056588,462.922153,814.7916699,702.1116932,1609.257696 +26926,2393.221387,460.516106,810.213788,701.9509023,1609.004598 +26927,2386.425257,457.9985369,805.6148213,701.0437835,1608.723702 +26928,2378.848846,455.4780155,800.784704,700.4232602,1608.412641 +26929,2371.275973,453.0423072,796.1502099,699.5144563,1608.070333 +26930,2363.300511,450.2315999,791.1507464,698.6679243,1607.694838 +26931,2354.941946,447.8718059,786.6791816,697.5655826,1607.285383 +26932,2346.540797,445.1888376,781.5803888,696.5288453,1606.840377 +26933,2337.629943,442.5886613,776.7055978,695.2308427,1606.359378 +26934,2328.611147,440.0561527,771.8080105,694.0023374,1605.840999 +26935,2318.944489,437.2582321,766.9723882,692.5063482,1605.285063 +26936,2309.450776,434.6568882,761.6725473,690.9880418,1604.659755 +26937,2299.275779,431.9143143,756.8346439,689.3576504,1604.057198 +26938,2288.878759,429.2084054,751.5533489,687.6408594,1603.355866 +26939,2309.849069,426.4738096,746.5279231,685.8242577,1602.644893 +26940,2220.484165,423.7268629,741.3499885,683.9050021,1601.887891 +26941,2023.260137,421.0319445,736.1408171,682.0336064,1601.219957 +26942,2015.487872,549.7942779,939.3848794,818.8400554,2191.909615 +26943,2081.466978,549.3145701,961.4830132,800.0362069,2172.114037 +26944,2130.499114,546.0905143,974.6465836,814.5243108,2178.680583 +26945,2160.128263,543.2064667,980.3107759,804.8160002,2182.872295 +26946,2178.315566,540.3110454,982.7611358,803.6539364,2178.550944 +26947,2189.699279,537.3789597,983.774145,800.9400347,2178.081395 +26948,2197.063221,534.5067792,984.1244948,798.0324985,2177.681727 +26949,2201.930839,531.5055389,984.1474854,795.0798908,2177.030321 +26950,2205.057614,529.5610822,983.9764627,797.1159417,2175.979856 +26951,2207.513177,526.7878388,983.7051418,795.3784325,2175.26662 +26952,2209.35562,523.8337115,983.3472951,792.9205746,2174.422844 +26953,2210.444022,520.9087609,982.8989635,790.3438721,2173.524851 +26954,2210.744321,518.1743925,982.3615736,787.6037967,2172.582487 +26955,2210.293548,514.6467254,981.7415366,783.978729,2171.622942 +26956,2209.064001,511.789824,981.0487959,779.4646496,2170.631473 +26957,2206.996945,508.6969944,980.2929013,774.6584503,2169.563248 +26958,2204.115239,505.5610035,979.4816983,769.6278091,2168.565854 +26959,2200.53637,502.4326762,978.6376902,764.3943064,2167.456357 +26960,2196.315916,499.2430912,932.1064202,758.9627304,2166.312849 +26961,2191.513921,496.109865,939.7406726,753.3903645,2165.166026 +26962,2186.241323,492.8803215,932.1446267,747.4920383,2163.952391 +26963,2180.562137,489.6541937,926.2566911,741.4613032,2162.699954 +26964,2174.477361,486.3633764,916.69199,735.3082529,2161.392665 +26965,2168.044372,483.1229236,912.9435526,728.8941309,2160.037357 +26966,2161.311851,479.7817939,905.5707192,722.1790808,2158.592557 +26967,2154.286093,477.1023893,900.6680706,718.4819787,2157.150654 +26968,2147.323971,473.8142977,892.1876407,712.3733288,2155.640279 +26969,2140.379341,470.331676,888.2947283,705.4668438,2154.045661 +26970,2133.296082,466.787237,880.0502363,698.2064861,2152.353395 +26971,2125.919969,464.0902881,875.3228178,693.5296571,2150.654795 +26972,2118.511298,461.6048045,870.8041164,689.3373999,2148.883395 +26973,2111.277017,459.1145959,866.5451728,684.9044455,2147.049963 +26974,2104.253607,456.6079419,862.0021587,635.1032031,2144.867325 +26975,1714.733444,454.1600559,857.7251778,625.4262186,2142.822369 +26976,1805.994108,451.8068937,845.1776946,618.746895,2140.882413 +26977,1758.603576,449.4266379,861.4960593,612.5918907,2137.937739 +26978,1736.050654,447.0741673,835.7252839,606.9778964,2135.912604 +26979,1736.170368,444.7256787,845.2670122,601.5994126,2133.763296 +26980,1674.0783,442.38715,835.0132714,596.438174,2131.368776 +26981,1692.67299,440.0566223,834.9537933,591.4428263,2129.027549 +26982,1645.962449,433.9383146,811.501701,582.8252031,2126.413692 +26983,1637.716572,431.1569472,825.0993148,577.5262118,2123.822998 +26984,1631.113436,428.5984413,800.3706068,572.7752798,2121.2826 +26985,1579.647184,426.2034145,810.6949816,568.0733826,2118.607862 +26986,1594.938047,423.7967829,801.360969,563.5911581,2115.918528 +26987,1566.111086,421.1749097,798.4353142,559.0688239,2113.067305 +26988,1562.973911,419.5368123,801.0981525,554.8779494,2110.254581 +26989,1522.53318,416.6345781,781.2727161,550.5464851,2100.996926 +26990,1530.462105,414.6113453,792.0194024,546.4281002,2107.277285 +26991,1506.626744,412.319502,789.1168854,542.3847452,2100.35544 +26992,1494.324846,410.0981463,770.0212386,538.2801126,2097.314355 +26993,1480.029121,407.8927269,783.0007373,534.4602135,2094.716788 +26994,1466.631433,405.7102583,769.4875648,530.487504,2091.573278 +26995,1452.986102,403.5484543,770.6803567,526.6986948,2088.431313 +26996,1439.985191,401.40682,765.8575792,523.261315,2085.421753 +26997,1433.288283,399.2858654,762.636076,519.0496028,2082.314576 +26998,1404.441646,397.1846271,759.3276689,515.6298484,2079.241467 +26999,1406.497933,395.103701,756.0748733,511.9597606,2076.171522 +27000,1388.215815,393.0420802,752.6651287,508.3883163,2073.107976 +27001,0,0,0,0,0 +27002,0,0,0,0,0 +27003,0,0,0,0,0 +27004,0,0,0,0,0 +27005,0,0,0,0,0 +27006,0,0,0,0,0 +27007,0,0,0,0,0 +27008,0,0,0,0,0 +27009,0,0,0,0,0 +27010,0,0,0,0,0 +27011,0,0,0,0,0 +27012,0,0,0,0,0 +27013,0,0,0,0,0 +27014,0,0,0,0,0 +27015,0,0,0,0,0 +27016,0,0,0,0,0 +27017,0,0,0,0,0 +27018,0,0,0,0,0 +27019,0,0,0,0,0 +27020,0,0,0,0,0 +27021,0,0,0,0,0 +27022,0,0,0,0,0 +27023,0,0,0,0,0 +27024,0,0,0,0,0 +27025,0,0,0,0,0 +27026,0,0,0,0,0 +27027,0,0,0,0,0 +27028,0,0,0,0,0 +27029,0,0,0,0,0 +27030,0,0,0,0,0 +27031,0,0,0,0,0 +27032,0,0,0,0,0 +27033,0,0,0,0,0 +27034,0,0,0,0,0 +27035,0,0,0,0,0 +27036,0,0,0,0,0 +27037,0,0,0,0,0 +27038,0,0,0,0,0 +27039,0,0,0,0,0 +27040,0,0,0,0,0 +27041,0,0,0,0,0 +27042,0,0,0,0,0 +27043,0,0,0,0,0 +27044,0,0,0,0,0 +27045,0,0,0,0,0 +27046,0,0,0,0,0 +27047,0,0,0,0,0 +27048,0,0,0,0,0 +27049,0,0,0,0,0 +27050,0,0,0,0,0 +27051,0,0,0,0,0 +27052,0,0,0,0,0 +27053,0,0,0,0,0 +27054,0,0,0,0,0 +27055,0,0,0,0,0 +27056,0,0,0,0,0 +27057,0,0,0,0,0 +27058,0,0,0,0,0 +27059,0,0,0,0,0 +27060,0,0,0,0,0 +27061,0,0,0,0,0 +27062,0,0,0,0,0 +27063,0,0,0,0,0 +27064,0,0,0,0,0 +27065,0,0,0,0,0 +27066,0,0,0,0,0 +27067,0,0,0,0,0 +27068,0,0,0,0,0 +27069,0,0,0,0,0 +27070,0,0,0,0,0 +27071,0,0,0,0,0 +27072,0,0,0,0,0 +27073,0,0,0,0,0 +27074,0,0,0,0,0 +27075,0,0,0,0,0 +27076,0,0,0,0,0 +27077,0,0,0,0,0 +27078,0,0,0,0,0 +27079,0,0,0,0,0 +27080,0,0,0,0,0 +27081,0,0,0,0,0 +27082,0,0,0,0,0 +27083,0,0,0,0,0 +27084,0,0,0,0,0 +27085,0,0,0,0,0 +27086,0,0,0,0,0 +27087,0,0,0,0,0 +27088,0,0,0,0,0 +27089,0,0,0,0,0 +27090,0,0,0,0,0 +27091,0,0,0,0,0 +27092,0,0,0,0,0 +27093,0,0,0,0,0 +27094,0,0,0,0,0 +27095,0,0,0,0,0 +27096,0,0,0,0,0 +27097,0,0,0,0,0 +27098,0,0,0,0,0 +27099,0,0,0,0,0 +27100,0,0,0,0,0 +27101,0,0,0,0,0 +27102,0,0,0,0,0 +27103,0,0,0,0,0 +27104,0,0,0,0,0 +27105,0,0,0,0,0 +27106,0,0,0,0,0 +27107,0,0,0,0,0 +27108,0,0,0,0,0 +27109,0,0,0,0,0 +27110,0,0,0,0,0 +27111,0,0,0,0,0 +27112,0,0,0,0,0 +27113,0,0,0,0,0 +27114,0,0,0,0,0 +27115,0,0,0,0,0 +27116,0,0,0,0,0 +27117,0,0,0,0,0 +27118,0,0,0,0,0 +27119,0,0,0,0,0 +27120,0,0,0,0,0 +27121,0,0,0,0,0 +27122,0,0,0,0,0 +27123,0,0,0,0,0 +27124,0,0,0,0,0 +27125,0,0,0,0,0 +27126,0,0,0,0,0 +27127,0,0,0,0,0 +27128,0,0,0,0,0 +27129,0,0,0,0,0 +27130,0,0,0,0,0 +27131,0,0,0,0,0 +27132,0,0,0,0,0 +27133,0,0,0,0,0 +27134,0,0,0,0,0 +27135,0,0,0,0,0 +27136,0,0,0,0,0 +27137,0,0,0,0,0 +27138,0,0,0,0,0 +27139,0,0,0,0,0 +27140,0,0,0,0,0 +27141,0,0,0,0,0 +27142,0,0,0,0,0 +27143,0,0,0,0,0 +27144,0,0,0,0,0 +27145,0,0,0,0,0 +27146,0,0,0,0,0 +27147,0,0,0,0,0 +27148,0,0,0,0,0 +27149,0,0,0,0,0 +27150,0,0,0,0,0 +27151,0,0,0,0,0 +27152,0,0,0,0,0 +27153,0,0,0,0,0 +27154,0,0,0,0,0 +27155,0,0,0,0,0 +27156,0,0,0,0,0 +27157,0,0,0,0,0 +27158,0,0,0,0,0 +27159,0,0,0,0,0 +27160,0,0,0,0,0 +27161,0,0,0,0,0 +27162,0,0,0,0,0 +27163,0,0,0,0,0 +27164,0,0,0,0,0 +27165,0,0,0,0,0 +27166,0,0,0,0,0 +27167,0,0,0,0,0 +27168,0,0,0,0,0 +27169,0,0,0,0,0 +27170,0,0,0,0,0 +27171,0,0,0,0,0 +27172,0,0,0,0,0 +27173,0,0,0,0,0 +27174,0,0,0,0,0 +27175,0,0,0,0,0 +27176,0,0,0,0,0 +27177,0,0,0,0,0 +27178,0,0,0,0,0 +27179,0,0,0,0,0 +27180,0,0,0,0,0 +27181,0,0,0,0,0 +27182,0,0,0,0,0 +27183,0,0,0,0,0 +27184,0,0,0,0,0 +27185,0,0,0,0,0 +27186,0,0,0,0,0 +27187,0,0,0,0,0 +27188,0,0,0,0,0 +27189,0,0,0,0,0 +27190,0,0,0,0,0 +27191,0,0,0,0,0 +27192,0,0,0,0,0 +27193,0,0,0,0,0 +27194,0,0,0,0,0 +27195,0,0,0,0,0 +27196,0,0,0,0,0 +27197,0,0,0,0,0 +27198,0,0,0,0,0 +27199,0,0,0,0,0 +27200,0,0,0,0,0 +27201,0,0,0,0,0 +27202,0,0,0,0,0 +27203,0,0,0,0,0 +27204,0,0,0,0,0 +27205,0,0,0,0,0 +27206,0,0,0,0,0 +27207,0,0,0,0,0 +27208,0,0,0,0,0 +27209,0,0,0,0,0 +27210,0,0,0,0,0 +27211,0,0,0,0,0 +27212,0,0,0,0,0 +27213,0,0,0,0,0 +27214,0,0,0,0,0 +27215,0,0,0,0,0 +27216,0,0,0,0,0 +27217,0,0,0,0,0 +27218,0,0,0,0,0 +27219,0,0,0,0,0 +27220,0,0,0,0,0 +27221,0,0,0,0,0 +27222,0,0,0,0,0 +27223,0,0,0,0,0 +27224,0,0,0,0,0 +27225,0,0,0,0,0 +27226,0,0,0,0,0 +27227,0,0,0,0,0 +27228,0,0,0,0,0 +27229,0,0,0,0,0 +27230,0,0,0,0,0 +27231,0,0,0,0,0 +27232,0,0,0,0,0 +27233,0,0,0,0,0 +27234,0,0,0,0,0 +27235,0,0,0,0,0 +27236,0,0,0,0,0 +27237,0,0,0,0,0 +27238,0,0,0,0,0 +27239,0,0,0,0,0 +27240,0,0,0,0,0 +27241,0,0,0,0,0 +27242,0,0,0,0,0 +27243,0,0,0,0,0 +27244,0,0,0,0,0 +27245,0,0,0,0,0 +27246,0,0,0,0,0 +27247,0,0,0,0,0 +27248,0,0,0,0,0 +27249,0,0,0,0,0 +27250,0,0,0,0,0 +27251,0,0,0,0,0 +27252,0,0,0,0,0 +27253,0,0,0,0,0 +27254,0,0,0,0,0 +27255,0,0,0,0,0 +27256,0,0,0,0,0 +27257,0,0,0,0,0 +27258,0,0,0,0,0 +27259,0,0,0,0,0 +27260,0,0,0,0,0 +27261,0,0,0,0,0 +27262,0,0,0,0,0 +27263,0,0,0,0,0 +27264,0,0,0,0,0 +27265,0,0,0,0,0 +27266,0,0,0,0,0 +27267,0,0,0,0,0 +27268,0,0,0,0,0 +27269,0,0,0,0,0 +27270,0,0,0,0,0 +27271,0,0,0,0,0 +27272,0,0,0,0,0 +27273,0,0,0,0,0 +27274,0,0,0,0,0 +27275,0,0,0,0,0 +27276,0,0,0,0,0 +27277,0,0,0,0,0 +27278,0,0,0,0,0 +27279,0,0,0,0,0 +27280,0,0,0,0,0 +27281,0,0,0,0,0 +27282,0,0,0,0,0 +27283,0,0,0,0,0 +27284,0,0,0,0,0 +27285,0,0,0,0,0 +27286,0,0,0,0,0 +27287,0,0,0,0,0 +27288,0,0,0,0,0 +27289,0,0,0,0,0 +27290,0,0,0,0,0 +27291,0,0,0,0,0 +27292,0,0,0,0,0 +27293,0,0,0,0,0 +27294,0,0,0,0,0 +27295,0,0,0,0,0 +27296,0,0,0,0,0 +27297,0,0,0,0,0 +27298,0,0,0,0,0 +27299,0,0,0,0,0 +27300,0,0,0,0,0 +27301,0,0,0,0,0 +27302,0,0,0,0,0 +27303,0,0,0,0,0 +27304,0,0,0,0,0 +27305,0,0,0,0,0 +27306,0,0,0,0,0 +27307,0,0,0,0,0 +27308,0,0,0,0,0 +27309,0,0,0,0,0 +27310,0,0,0,0,0 +27311,0,0,0,0,0 +27312,0,0,0,0,0 +27313,0,0,0,0,0 +27314,0,0,0,0,0 +27315,0,0,0,0,0 +27316,0,0,0,0,0 +27317,0,0,0,0,0 +27318,0,0,0,0,0 +27319,0,0,0,0,0 +27320,0,0,0,0,0 +27321,0,0,0,0,0 +27322,0,0,0,0,0 +27323,0,0,0,0,0 +27324,0,0,0,0,0 +27325,0,0,0,0,0 +27326,0,0,0,0,0 +27327,0,0,0,0,0 +27328,0,0,0,0,0 +27329,0,0,0,0,0 +27330,0,0,0,0,0 +27331,0,0,0,0,0 +27332,0,0,0,0,0 +27333,0,0,0,0,0 +27334,0,0,0,0,0 +27335,0,0,0,0,0 +27336,0,0,0,0,0 +27337,0,0,0,0,0 +27338,0,0,0,0,0 +27339,0,0,0,0,0 +27340,0,0,0,0,0 +27341,0,0,0,0,0 +27342,0,0,0,0,0 +27343,0,0,0,0,0 +27344,0,0,0,0,0 +27345,0,0,0,0,0 +27346,0,0,0,0,0 +27347,0,0,0,0,0 +27348,0,0,0,0,0 +27349,0,0,0,0,0 +27350,0,0,0,0,0 +27351,0,0,0,0,0 +27352,0,0,0,0,0 +27353,0,0,0,0,0 +27354,0,0,0,0,0 +27355,0,0,0,0,0 +27356,0,0,0,0,0 +27357,0,0,0,0,0 +27358,0,0,0,0,0 +27359,0,0,0,0,0 +27360,0,0,0,0,0 +27361,0,0,0,0,0 +27362,0,0,0,0,0 +27363,0,0,0,0,0 +27364,0,0,0,0,0 +27365,0,0,0,0,0 +27366,0,0,0,0,0 +27367,0,0,0,0,0 +27368,0,0,0,0,0 +27369,0,0,0,0,0 +27370,0,0,0,0,0 +27371,0,0,0,0,0 +27372,0,0,0,0,0 +27373,0,0,0,0,0 +27374,0,0,0,0,0 +27375,0,0,0,0,0 +27376,0,0,0,0,0 +27377,0,0,0,0,0 +27378,0,0,0,0,0 +27379,0,0,0,0,0 +27380,0,0,0,0,0 +27381,0,0,0,0,0 +27382,0,0,0,0,0 +27383,0,0,0,0,0 +27384,0,0,0,0,0 +27385,0,0,0,0,0 +27386,0,0,0,0,0 +27387,0,0,0,0,0 +27388,0,0,0,0,0 +27389,0,0,0,0,0 +27390,0,0,0,0,0 +27391,0,0,0,0,0 +27392,0,0,0,0,0 +27393,0,0,0,0,0 +27394,0,0,0,0,0 +27395,0,0,0,0,0 +27396,0,0,0,0,0 +27397,0,0,0,0,0 +27398,0,0,0,0,0 +27399,0,0,0,0,0 +27400,0,0,0,0,0 +27401,0,0,0,0,0 +27402,0,0,0,0,0 +27403,0,0,0,0,0 +27404,0,0,0,0,0 +27405,0,0,0,0,0 +27406,0,0,0,0,0 +27407,0,0,0,0,0 +27408,0,0,0,0,0 +27409,0,0,0,0,0 +27410,0,0,0,0,0 +27411,0,0,0,0,0 +27412,0,0,0,0,0 +27413,0,0,0,0,0 +27414,0,0,0,0,0 +27415,0,0,0,0,0 +27416,0,0,0,0,0 +27417,0,0,0,0,0 +27418,0,0,0,0,0 +27419,0,0,0,0,0 +27420,0,0,0,0,0 +27421,0,0,0,0,0 +27422,0,0,0,0,0 +27423,0,0,0,0,0 +27424,0,0,0,0,0 +27425,0,0,0,0,0 +27426,0,0,0,0,0 +27427,0,0,0,0,0 +27428,0,0,0,0,0 +27429,0,0,0,0,0 +27430,0,0,0,0,0 +27431,0,0,0,0,0 +27432,0,0,0,0,0 +27433,0,0,0,0,0 +27434,0,0,0,0,0 +27435,0,0,0,0,0 +27436,0,0,0,0,0 +27437,0,0,0,0,0 +27438,0,0,0,0,0 +27439,0,0,0,0,0 +27440,0,0,0,0,0 +27441,0,0,0,0,0 +27442,0,0,0,0,0 +27443,0,0,0,0,0 +27444,0,0,0,0,0 +27445,0,0,0,0,0 +27446,0,0,0,0,0 +27447,0,0,0,0,0 +27448,0,0,0,0,0 +27449,0,0,0,0,0 +27450,0,0,0,0,0 +27451,0,0,0,0,0 +27452,0,0,0,0,0 +27453,0,0,0,0,0 +27454,0,0,0,0,0 +27455,0,0,0,0,0 +27456,0,0,0,0,0 +27457,0,0,0,0,0 +27458,0,0,0,0,0 +27459,0,0,0,0,0 +27460,0,0,0,0,0 +27461,0,0,0,0,0 +27462,0,0,0,0,0 +27463,0,0,0,0,0 +27464,0,0,0,0,0 +27465,0,0,0,0,0 +27466,0,0,0,0,0 +27467,0,0,0,0,0 +27468,0,0,0,0,0 +27469,0,0,0,0,0 +27470,0,0,0,0,0 +27471,0,0,0,0,0 +27472,0,0,0,0,0 +27473,0,0,0,0,0 +27474,0,0,0,0,0 +27475,0,0,0,0,0 +27476,0,0,0,0,0 +27477,0,0,0,0,0 +27478,0,0,0,0,0 +27479,0,0,0,0,0 +27480,0,0,0,0,0 +27481,0,0,0,0,0 +27482,0,0,0,0,0 +27483,0,0,0,0,0 +27484,0,0,0,0,0 +27485,0,0,0,0,0 +27486,0,0,0,0,0 +27487,0,0,0,0,0 +27488,0,0,0,0,0 +27489,0,0,0,0,0 +27490,0,0,0,0,0 +27491,0,0,0,0,0 +27492,0,0,0,0,0 +27493,0,0,0,0,0 +27494,0,0,0,0,0 +27495,0,0,0,0,0 +27496,0,0,0,0,0 +27497,0,0,0,0,0 +27498,0,0,0,0,0 +27499,0,0,0,0,0 +27500,0,0,0,0,0 +27501,0,0,0,0,0 +27502,0,0,0,0,0 +27503,0,0,0,0,0 +27504,0,0,0,0,0 +27505,0,0,0,0,0 +27506,0,0,0,0,0 +27507,0,0,0,0,0 +27508,0,0,0,0,0 +27509,0,0,0,0,0 +27510,0,0,0,0,0 +27511,0,0,0,0,0 +27512,0,0,0,0,0 +27513,0,0,0,0,0 +27514,0,0,0,0,0 +27515,0,0,0,0,0 +27516,0,0,0,0,0 +27517,0,0,0,0,0 +27518,0,0,0,0,0 +27519,0,0,0,0,0 +27520,0,0,0,0,0 +27521,0,0,0,0,0 +27522,0,0,0,0,0 +27523,0,0,0,0,0 +27524,0,0,0,0,0 +27525,0,0,0,0,0 +27526,0,0,0,0,0 +27527,0,0,0,0,0 +27528,0,0,0,0,0 +27529,0,0,0,0,0 +27530,0,0,0,0,0 +27531,0,0,0,0,0 +27532,0,0,0,0,0 +27533,0,0,0,0,0 +27534,0,0,0,0,0 +27535,0,0,0,0,0 +27536,0,0,0,0,0 +27537,0,0,0,0,0 +27538,0,0,0,0,0 +27539,0,0,0,0,0 +27540,0,0,0,0,0 +27541,0,0,0,0,0 +27542,0,0,0,0,0 +27543,0,0,0,0,0 +27544,0,0,0,0,0 +27545,0,0,0,0,0 +27546,0,0,0,0,0 +27547,0,0,0,0,0 +27548,0,0,0,0,0 +27549,0,0,0,0,0 +27550,0,0,0,0,0 +27551,0,0,0,0,0 +27552,0,0,0,0,0 +27553,0,0,0,0,0 +27554,0,0,0,0,0 +27555,0,0,0,0,0 +27556,0,0,0,0,0 +27557,0,0,0,0,0 +27558,0,0,0,0,0 +27559,0,0,0,0,0 +27560,0,0,0,0,0 +27561,0,0,0,0,0 +27562,0,0,0,0,0 +27563,0,0,0,0,0 +27564,0,0,0,0,0 +27565,0,0,0,0,0 +27566,0,0,0,0,0 +27567,0,0,0,0,0 +27568,0,0,0,0,0 +27569,0,0,0,0,0 +27570,0,0,0,0,0 +27571,0,0,0,0,0 +27572,0,0,0,0,0 +27573,0,0,0,0,0 +27574,0,0,0,0,0 +27575,0,0,0,0,0 +27576,0,0,0,0,0 +27577,0,0,0,0,0 +27578,0,0,0,0,0 +27579,0,0,0,0,0 +27580,0,0,0,0,0 +27581,0,0,0,0,0 +27582,0,0,0,0,0 +27583,0,0,0,0,0 +27584,0,0,0,0,0 +27585,0,0,0,0,0 +27586,0,0,0,0,0 +27587,0,0,0,0,0 +27588,0,0,0,0,0 +27589,0,0,0,0,0 +27590,0,0,0,0,0 +27591,0,0,0,0,0 +27592,0,0,0,0,0 +27593,0,0,0,0,0 +27594,0,0,0,0,0 +27595,0,0,0,0,0 +27596,0,0,0,0,0 +27597,0,0,0,0,0 +27598,0,0,0,0,0 +27599,0,0,0,0,0 +27600,0,0,0,0,0 +27601,0,0,0,0,0 +27602,0,0,0,0,0 +27603,0,0,0,0,0 +27604,0,0,0,0,0 +27605,0,0,0,0,0 +27606,0,0,0,0,0 +27607,0,0,0,0,0 +27608,0,0,0,0,0 +27609,0,0,0,0,0 +27610,0,0,0,0,0 +27611,0,0,0,0,0 +27612,0,0,0,0,0 +27613,0,0,0,0,0 +27614,0,0,0,0,0 +27615,0,0,0,0,0 +27616,0,0,0,0,0 +27617,0,0,0,0,0 +27618,0,0,0,0,0 +27619,0,0,0,0,0 +27620,0,0,0,0,0 +27621,0,0,0,0,0 +27622,0,0,0,0,0 +27623,0,0,0,0,0 +27624,0,0,0,0,0 +27625,0,0,0,0,0 +27626,0,0,0,0,0 +27627,0,0,0,0,0 +27628,0,0,0,0,0 +27629,0,0,0,0,0 +27630,0,0,0,0,0 +27631,0,0,0,0,0 +27632,0,0,0,0,0 +27633,0,0,0,0,0 +27634,0,0,0,0,0 +27635,0,0,0,0,0 +27636,0,0,0,0,0 +27637,0,0,0,0,0 +27638,0,0,0,0,0 +27639,0,0,0,0,0 +27640,0,0,0,0,0 +27641,0,0,0,0,0 +27642,0,0,0,0,0 +27643,0,0,0,0,0 +27644,0,0,0,0,0 +27645,0,0,0,0,0 +27646,0,0,0,0,0 +27647,0,0,0,0,0 +27648,0,0,0,0,0 +27649,0,0,0,0,0 +27650,0,0,0,0,0 +27651,0,0,0,0,0 +27652,0,0,0,0,0 +27653,0,0,0,0,0 +27654,0,0,0,0,0 +27655,0,0,0,0,0 +27656,0,0,0,0,0 +27657,0,0,0,0,0 +27658,0,0,0,0,0 +27659,0,0,0,0,0 +27660,0,0,0,0,0 +27661,0,0,0,0,0 +27662,0,0,0,0,0 +27663,0,0,0,0,0 +27664,0,0,0,0,0 +27665,0,0,0,0,0 +27666,0,0,0,0,0 +27667,0,0,0,0,0 +27668,0,0,0,0,0 +27669,0,0,0,0,0 +27670,0,0,0,0,0 +27671,0,0,0,0,0 +27672,0,0,0,0,0 +27673,0,0,0,0,0 +27674,0,0,0,0,0 +27675,0,0,0,0,0 +27676,0,0,0,0,0 +27677,0,0,0,0,0 +27678,0,0,0,0,0 +27679,0,0,0,0,0 +27680,0,0,0,0,0 +27681,0,0,0,0,0 +27682,0,0,0,0,0 +27683,0,0,0,0,0 +27684,0,0,0,0,0 +27685,0,0,0,0,0 +27686,0,0,0,0,0 +27687,0,0,0,0,0 +27688,0,0,0,0,0 +27689,0,0,0,0,0 +27690,0,0,0,0,0 +27691,0,0,0,0,0 +27692,0,0,0,0,0 +27693,0,0,0,0,0 +27694,0,0,0,0,0 +27695,0,0,0,0,0 +27696,0,0,0,0,0 +27697,0,0,0,0,0 +27698,0,0,0,0,0 +27699,0,0,0,0,0 +27700,0,0,0,0,0 +27701,0,0,0,0,0 +27702,0,0,0,0,0 +27703,0,0,0,0,0 +27704,0,0,0,0,0 +27705,0,0,0,0,0 +27706,0,0,0,0,0 +27707,0,0,0,0,0 +27708,0,0,0,0,0 +27709,0,0,0,0,0 +27710,0,0,0,0,0 +27711,0,0,0,0,0 +27712,0,0,0,0,0 +27713,0,0,0,0,0 +27714,0,0,0,0,0 +27715,0,0,0,0,0 +27716,0,0,0,0,0 +27717,0,0,0,0,0 +27718,0,0,0,0,0 +27719,0,0,0,0,0 +27720,0,0,0,0,0 +27721,0,0,0,0,0 +27722,0,0,0,0,0 +27723,0,0,0,0,0 +27724,0,0,0,0,0 +27725,0,0,0,0,0 +27726,0,0,0,0,0 +27727,0,0,0,0,0 +27728,0,0,0,0,0 +27729,0,0,0,0,0 +27730,0,0,0,0,0 +27731,0,0,0,0,0 +27732,0,0,0,0,0 +27733,0,0,0,0,0 +27734,0,0,0,0,0 +27735,0,0,0,0,0 +27736,0,0,0,0,0 +27737,0,0,0,0,0 +27738,0,0,0,0,0 +27739,0,0,0,0,0 +27740,0,0,0,0,0 +27741,0,0,0,0,0 +27742,0,0,0,0,0 +27743,0,0,0,0,0 +27744,0,0,0,0,0 +27745,0,0,0,0,0 +27746,0,0,0,0,0 +27747,0,0,0,0,0 +27748,0,0,0,0,0 +27749,0,0,0,0,0 +27750,0,0,0,0,0 +27751,0,0,0,0,0 +27752,0,0,0,0,0 +27753,0,0,0,0,0 +27754,0,0,0,0,0 +27755,0,0,0,0,0 +27756,0,0,0,0,0 +27757,0,0,0,0,0 +27758,0,0,0,0,0 +27759,0,0,0,0,0 +27760,0,0,0,0,0 +27761,0,0,0,0,0 +27762,0,0,0,0,0 +27763,0,0,0,0,0 +27764,0,0,0,0,0 +27765,0,0,0,0,0 +27766,0,0,0,0,0 +27767,0,0,0,0,0 +27768,0,0,0,0,0 +27769,0,0,0,0,0 +27770,0,0,0,0,0 +27771,0,0,0,0,0 +27772,0,0,0,0,0 +27773,0,0,0,0,0 +27774,0,0,0,0,0 +27775,0,0,0,0,0 +27776,0,0,0,0,0 +27777,0,0,0,0,0 +27778,0,0,0,0,0 +27779,0,0,0,0,0 +27780,0,0,0,0,0 +27781,-1141.198077,-453.6732772,-1106.237936,-453.5629547,590.2821845 +27782,-857.7339773,-330.3495377,-826.6011359,-330.2405714,873.7567349 +27783,-518.2656197,-175.6194966,-486.6508387,-175.5145756,1500.680779 +27784,-981.9441723,-387.209778,-950.4651945,-387.109478,629.5634251 +27785,-906.7445516,-355.4573429,-876.5460999,-355.3608108,672.4992842 +27786,-614.3013588,-221.7880812,-583.2082595,-221.6953267,1237.115541 +27787,-788.0357212,-298.9663172,-755.2505794,-298.8775145,1002.35526 +27788,-1127.354789,-454.5468887,-1095.088759,-454.4613401,340.5812893 +27789,-1032.129475,-413.3868041,-1001.056272,-413.3038297,430.6279424 +27790,-982.1339921,-391.8651583,-951.6257885,-391.7846464,475.0376677 +27791,-943.3540071,-375.2442693,-913.2302955,-375.1662002,510.106923 +27792,-680.7957531,-254.8743258,-649.628445,-254.7989646,1035.862395 +27793,-832.696902,-322.1488296,-799.9275186,-322.0764513,842.4929012 +27794,-1128.283885,-457.5191495,-1095.912199,-457.44931,274.0330192 +27795,-854.9329083,-333.3807527,-822.4853173,-333.313164,767.9661131 +27796,-950.73265,-375.792103,-917.3281195,-375.7268793,642.2229609 +27797,-1017.345702,-405.6570102,-983.4833845,-405.594003,541.2056423 +27798,-1059.380239,-424.6938672,-1025.323701,-424.6329205,470.0129097 +27799,-1081.684183,-434.9191684,-1047.561122,-434.8601464,427.466252 +27800,-1091.595613,-439.5814411,-1057.456893,-439.5242446,404.5611371 +27801,-1094.508968,-441.0927811,-1060.368026,-441.0373406,393.6867609 +27802,-1093.928134,-441.0254711,-1059.783989,-440.9717338,389.4059905 +27803,-1091.841044,-440.2710454,-1057.689285,-440.2189649,388.3995911 +27804,-1089.259169,-439.2818549,-1055.096033,-439.2313858,388.852077 +27805,-1086.654304,-438.2681411,-1052.477489,-438.2192373,389.842734 +27806,-1084.215459,-437.3141139,-1050.024162,-437.2667285,390.9392777 +27807,-1082.00021,-436.4457704,-1047.794736,-436.3998562,391.9554789 +27808,-1080.009129,-435.664042,-1045.790479,-435.6195517,392.8240013 +27809,-1078.220323,-434.9600724,-1043.989897,-434.9169596,393.5327364 +27810,-1076.605083,-434.3220869,-1042.364477,-434.2803057,394.0936315 +27811,-1075.134967,-433.7384748,-1040.885839,-433.6979802,394.5273664 +27812,-1073.784585,-433.1989806,-1039.528567,-433.1597288,394.8562902 +27813,-1072.532484,-432.6950626,-1038.271129,-432.6570109,395.1012257 +27814,-1071.361037,-432.2198157,-1037.095783,-432.1829228,395.2803719 +27815,-1070.255987,-431.7677594,-1035.988148,-431.7319853,395.4090721 +27816,-1069.205877,-431.3345729,-1034.936636,-431.2998789,395.5000453 +27817,-1068.085834,-430.8563415,-1033.789792,-430.8226893,395.5630136 +27818,-1066.928551,-428.8576344,-1032.464935,-430.3175601,395.5960835 +27819,-1065.784484,-425.8761222,-1031.076596,-429.8118587,395.5980696 +27820,-1064.671441,-422.589678,-1029.707053,-429.3164561,395.5794817 +27821,-1063.586509,-419.3106238,-1028.381271,-428.831104,395.5529056 +27822,-1062.521353,-416.0989171,-1027.095212,-428.3523063,395.5276649 +27823,-1061.4692,-412.9165204,-1025.83867,-427.8771196,395.5091737 +27824,-1060.425851,-409.7255799,-1024.603859,-427.4038263,395.5003042 +27825,-1059.388758,-406.4986471,-1023.386181,-426.9315203,395.5026771 +27826,-1164.231751,-452.3387853,-1128.738099,-475.5714415,163.6204585 +27827,-958.2141297,-355.9729926,-922.6761208,-382.0598768,529.2221639 +27828,-992.9738147,-368.2170681,-956.8143355,-397.2110013,491.2099159 +27829,-1019.588164,-377.068492,-983.0671207,-409.028865,453.8591166 +27830,-1036.389551,-381.5497082,-999.643653,-416.5362387,427.1844778 +27831,-1045.484095,-382.5216393,-1008.583317,-420.598851,410.9668951 +27832,-1049.629659,-381.2078506,-1012.607107,-422.4379322,402.1598195 +27833,-1050.996833,-378.5815921,-1013.86759,-423.0297558,397.8093908 +27834,-1050.947593,-375.2578903,-1013.719447,-422.9888285,395.8777741 +27835,-1050.226212,-371.5725962,-1012.904698,-422.6499996,395.174221 +27836,-1049.205068,-367.6926983,-1011.795316,-422.1797038,395.0672125 +27837,-1048.06088,-363.6967815,-1010.568052,-421.6562585,395.2398435 +27838,-1046.874898,-359.620799,-1009.304169,-421.1153623,395.537487 +27839,-1045.682982,-355.4807429,-1008.039436,-420.5726348,395.8862029 +27840,-1044.499475,-351.2832683,-1006.788009,-420.0342446,396.2517644 +27841,-1048.932028,-349.5777078,-1011.157271,-422.0489563,386.4313325 +27842,-1133.950406,-386.2108167,-1096.840037,-461.6468056,187.5793445 +27843,-1024.804432,-335.0377217,-988.7376155,-413.9820539,326.0323416 +27844,-792.0121329,-225.8867626,-755.8623323,-308.5206737,755.9321885 +27845,-831.5074739,-239.9090701,-794.7831781,-326.2506857,717.0624899 +27846,-844.4483537,38.46312419,-807.4547994,-332.4349243,705.6755572 +27847,-843.5994481,149.338238,-806.4707068,-332.5740171,709.9341799 +27848,-839.7319019,76.56527564,-802.5189329,-331.4201752,716.0667743 +27849,-834.7581103,145.1260357,-797.4727851,-329.7755114,723.2899381 +27850,-829.3864879,172.0017021,-792.0248667,-327.9303693,731.3728114 +27851,-823.9516029,197.3565824,-786.5053852,-326.0216711,739.2802508 +27852,-818.9076705,221.4195316,-781.369174,-324.2491543,746.3669624 +27853,-814.4625607,246.3698526,-776.8264175,-322.7052024,752.4445661 +27854,-810.6535546,271.3429991,-772.9169541,-321.4073133,757.5042305 +27855,-807.4512279,294.8510034,-769.6169996,-320.3457243,761.5647302 +27856,-804.8041078,319.9705143,-766.8793373,-319.5010343,764.6595074 +27857,-802.6335046,343.2950134,-764.6270317,-318.840894,766.8801497 +27858,-800.8748058,367.3808859,-762.795804,-318.3389735,768.3083586 +27859,-799.4760627,391.1846134,-761.3335905,-317.9745657,769.015622 +27860,-798.5425637,424.1791723,-760.3455455,-317.798369,768.7962718 +27861,-776.2405681,454.1937804,-737.9978723,-307.8886508,807.3390604 +27862,-474.5208886,484.349085,-502.1911646,-274.9145089,938.0857347 +27863,-578.0280914,436.9997295,-511.1267022,-339.6623728,600.1671831 +27864,-449.9527542,609.0134601,-412.1062635,-157.2970973,1307.356377 +27865,-565.8295104,575.8653391,-527.3537971,-207.7686853,1154.780079 +27866,-490.3462503,562.201251,-486.1470161,-231.050136,1088.507027 +27867,-430.6588319,564.0154649,-383.9026776,-234.292987,1087.656247 +27868,-434.4414416,434.3740508,-406.6912291,-330.8768587,611.6985111 +27869,-403.136501,477.4226674,-370.1079979,-206.8566474,844.530781 +27870,-378.637272,507.38877,-343.7374189,-150.1167429,1001.054758 +27871,-140.7421002,696.9568056,-106.1388665,-13.64770269,1724.87785 +27872,-364.6640017,643.7668565,-327.9849019,-113.9870788,1442.41961 +27873,-603.6003813,463.1391578,-593.2314127,-287.5711246,723.2967181 +27874,-126.9626601,656.6084112,-89.30476035,-98.01206723,1482.841734 +27875,-326.7478881,641.1719583,-304.0479404,-143.7796065,1370.115747 +27876,-263.642557,463.1628621,-235.4278486,-213.4696611,686.4322274 +27877,-242.2514132,688.7453848,-217.1770283,-65.81116502,1587.007409 +27878,-225.533469,655.4300686,-202.2178281,-123.4226578,1400.770316 +27879,-203.0268309,471.7685123,-179.8665002,-100.1697409,696.5342752 +27880,-187.178658,520.7767307,-163.4902342,-89.35649506,957.7874454 +27881,-167.8890596,554.3086639,-147.594184,-82.27587605,1129.273192 +27882,51.1423672,767.2469151,79.21186072,58.89290996,1936.613186 +27883,-429.0162007,530.9304222,-422.1924142,-189.2602902,967.3144807 +27884,25.05342323,555.9669682,49.63655315,-63.82739537,1095.857668 +27885,40.71092558,772.00233,68.75086481,52.59117128,1914.411873 +27886,-328.6022529,535.6190126,-332.7520741,-160.3986401,952.8418646 +27887,52.39157152,566.3962168,78.48524005,18.15397476,1113.629735 +27888,-72.02130917,592.7263141,-62.55899043,-36.65336527,1506.264836 +27889,-31.61287558,613.2240438,-17.66948067,-19.42728865,1378.236804 +27890,-12.49481955,623.8917667,-3.356972623,-10.37111535,1392.407652 +27891,253.2175148,826.0997596,278.2532067,139.3730275,2122.313083 +27892,-40.00105172,772.3524674,-11.84495851,15.16644683,1801.336073 +27893,-247.1391004,728.8474155,-225.4432961,-75.83973138,1552.444579 +27894,229.4013042,692.3754885,158.5912025,-47.75479781,1354.522186 +27895,17.31487588,686.5692782,63.59216393,83.0222194,1296.019681 +27896,81.53442374,686.1374466,71.4577942,9.813502115,1270.389517 +27897,285.606939,543.8464943,283.5530434,122.6041672,1340.532782 +27898,-166.413056,571.9816186,-166.5380933,-79.64558101,1437.820054 +27899,260.8930127,824.9254867,255.1309025,108.2266329,1975.696071 +27900,111.919741,780.2157583,106.3464814,43.9953636,1705.889119 +27901,646.9979482,571.7315901,639.5836195,276.7949153,1548.627139 +27902,585.1980938,638.2562773,573.4715625,245.0807967,2067.503948 +27903,624.965387,686.9035764,615.2325022,265.6288096,2234.303914 +27904,655.9417427,729.9964249,639.1688411,276.2525655,2377.714884 +27905,512.9165983,915.4326752,533.569316,235.4868592,3093.511683 +27906,783.7915473,686.7814378,717.8874312,307.1555615,2054.55414 +27907,686.1606345,735.5087266,685.6271824,298.9864156,2331.681359 +27908,529.976536,921.3383461,548.4620553,241.0016801,2414.98357 +27909,858.4004597,684.5075846,773.7433703,335.4094982,2101.682625 +27910,730.0977428,731.0070243,726.7087674,317.7773502,2275.21867 +27911,750.3232611,759.5705322,717.5194753,313.3914199,2372.455874 +27912,619.4018885,739.5083173,587.9333284,257.7213518,2274.384142 +27913,938.0421701,774.393109,907.0504411,397.9104242,2397.023411 +27914,630.9786061,759.8701801,602.1524559,263.968725,2323.440459 +27915,948.4427505,790.5282716,911.1902872,404.1247074,2431.555863 +27916,657.9762721,771.3020541,621.193289,276.9554903,2340.743039 +27917,972.2818986,797.8640382,934.4192648,413.8137664,2433.291154 +27918,692.8261133,778.1163467,650.085601,289.1195797,2340.887316 +27919,987.7114842,801.7197765,946.7968193,420.1692889,2422.015371 +27920,728.9430964,968.0246884,742.178591,322.1139596,3074.220405 +27921,973.441537,734.2827109,841.9346669,386.5879762,2127.069313 +27922,879.6609888,816.4451669,864.8182451,379.8584828,2218.276122 +27923,900.5557013,1021.90272,845.1216685,376.7641291,2251.479673 +27924,916.7269199,921.6282667,860.713094,384.1309386,2270.702631 +27925,929.8135443,977.0487872,873.7462006,389.2718103,2283.419017 +27926,940.8176203,998.1909006,882.4414139,393.4997879,2290.05441 +27927,952.5922252,1019.141101,891.4546358,398.1237801,2290.673195 +27928,964.8996023,1039.673056,901.5957909,402.0736152,2286.362046 +27929,976.4856587,1059.799538,911.0420504,406.7123583,2278.07714 +27930,988.7073631,1080.003515,920.4042495,411.2496433,2266.309078 +27931,1000.30515,1098.266207,930.4933282,415.232967,2251.645399 +27932,1012.060961,1116.497199,938.8948813,419.5870373,2234.580142 +27933,1023.874677,1134.460233,948.1989539,423.8261752,2215.229156 +27934,1034.970235,1151.33982,957.6118031,427.7049206,2194.05112 +27935,1046.980417,1168.867795,966.0870796,431.9962412,2171.132343 +27936,1058.628769,1185.186248,975.8027398,436.0240196,2146.622715 +27937,1070.097689,1202.12172,984.304909,440.384124,2120.843591 +27938,1063.971114,1214.698852,984.8703903,440.0347376,2048.206587 +27939,1043.227011,1237.223928,1011.592497,452.5011088,2019.108372 +27940,1021.9459,1249.749185,1011.80472,452.612324,1988.632597 +27941,1002.385294,1266.142444,999.0467937,454.1169982,1960.241577 +27942,984.9242873,1281.456463,979.1743495,444.9553797,1934.534644 +27943,969.5838413,1296.316806,961.5000486,436.7381443,1911.704837 +27944,956.1015057,1311.566137,945.9397479,429.4905341,1891.463897 +27945,944.1729563,1325.990201,932.1915803,423.0949317,1873.407715 +27946,933.5343884,1340.442169,919.9403631,417.4033444,1856.856894 +27947,923.9688431,1354.671643,908.9203946,412.2847802,1841.541323 +27948,915.2966272,1368.556645,898.9180213,407.6342833,1827.295397 +27949,907.3681838,1382.414468,889.7608543,403.3690618,1813.961845 +27950,900.0587851,1386.508358,881.3073424,399.4226192,1801.385659 +27951,893.2960948,1398.228165,873.5644055,395.794278,1789.426859 +27952,886.9826172,1410.463939,866.3899635,392.4204829,1777.966365 +27953,881.0307484,1422.796577,859.6406541,389.2368679,1766.906025 +27954,875.372608,1434.952671,853.2166752,386.1985024,1756.165639 +27955,869.9566494,1446.97782,847.0536454,383.2765163,1745.679978 +27956,864.7424226,1458.978613,841.106719,380.4509895,1735.395777 +27957,859.6974019,1470.697059,835.3412048,377.7066602,1725.270424 +27958,854.8158389,1482.423128,829.7493283,375.0404928,1715.30773 +27959,850.2820058,1493.907372,824.5132586,372.5357444,1705.85545 +27960,845.8881902,1504.753532,819.4233279,370.0974465,1696.547291 +27961,844.0623913,1519.585939,816.905853,368.828814,1691.807752 +27962,842.4283957,1530.828676,814.5832304,367.6485126,1687.513777 +27963,840.910576,1542.288845,812.3789394,366.5222004,1683.447871 +27964,839.4353057,1553.331738,810.218515,365.4167816,1679.403408 +27965,837.966037,1564.236661,808.0645545,364.3160517,1675.287314 +27966,836.4911299,1574.960004,805.9046536,363.2150669,1671.077484 +27967,835.0088828,1585.51844,803.7364839,362.1132939,1666.777452 +27968,833.5197731,1595.879411,801.5600301,361.0110764,1662.394527 +27969,832.0241909,1606.220773,799.3753025,359.9086268,1657.934491 +27970,830.5222679,1616.304821,797.1821363,358.8059723,1653.401688 +27971,829.0141563,1626.291734,794.9804518,357.7031043,1648.800154 +27972,827.5001283,1636.13547,792.7703523,356.6000433,1644.13393 +27973,825.9806143,1645.829548,790.552135,355.4968594,1639.40724 +27974,824.4561159,1655.339381,788.3262055,354.3936441,1634.624221 +27975,822.9271806,1664.853438,786.0930473,353.2905054,1629.788974 +27976,821.3943361,1674.105775,783.853151,352.187543,1624.905325 +27977,819.8581057,1683.276289,781.6070229,351.0848575,1619.976965 +27978,818.3115232,1692.305937,779.347688,349.9791469,1614.993717 +27979,816.7684578,1701.143292,777.0890206,348.8765901,1609.983169 +27980,815.2235545,1710.065716,774.8256847,347.7746331,1604.937751 +27981,813.677293,1718.501568,772.5581939,346.6733862,1599.860425 +27982,812.1299843,1727.165933,770.2868917,345.572889,1594.753626 +27983,810.581852,1735.493958,768.0120439,344.4731535,1589.619561 +27984,809.0330733,1743.695883,765.733873,343.3741785,1584.460164 +27985,807.4838172,1751.993961,763.4525959,342.2759676,1579.277297 +27986,805.9342113,1759.859719,761.1683906,341.1785134,1574.072579 +27987,804.3843686,1767.802905,758.8814274,340.081811,1568.847569 +27988,802.8343749,1775.490048,756.591844,338.9858472,1563.603616 +27989,801.284301,1783.23083,754.2997708,337.8906111,1558.342024 +27990,799.7341776,1790.773252,752.005309,336.7960836,1553.063909 +27991,798.1840485,1797.407702,749.7085569,335.7022495,1547.770365 +27992,796.6301763,1804.219278,747.4080507,334.6084149,1542.462292 +27993,795.0701417,1810.777409,745.1028402,333.5141181,1537.140574 +27994,793.503367,1817.064125,742.7927126,332.4192264,1531.805946 +27995,791.9302535,1823.241082,740.4778603,331.3237883,1526.45916 +27996,790.3653045,1829.215616,738.1724439,330.2342013,1521.126084 +27997,788.8324709,1835.295656,735.9001178,329.1611746,1515.849908 +27998,787.3031498,1846.003912,733.6320764,328.0915654,1510.57847 +27999,785.7786705,1845.343177,731.3695034,327.0258758,1505.31418 +28000,784.2575146,1860.041609,729.1107706,325.9633396,1500.054264 +28001,782.7382959,1853.898952,726.8544064,324.903266,1494.796257 +28002,781.2198881,1875.631889,724.5992222,323.8450942,1489.538147 +28003,779.7013983,1858.869419,722.3442765,322.7883755,1484.278414 +28004,778.1820908,1862.601722,720.0888059,321.7327422,1479.015813 +28005,776.6613835,1885.308226,717.8322118,320.677901,1473.749444 +28006,775.1387913,1879.796961,715.5740119,319.6236115,1468.478574 +28007,773.6139337,1886.53443,713.3138405,318.5696862,1463.202736 +28008,772.086494,1891.21543,711.0514003,317.5159686,1457.921535 +28009,770.5562173,1895.477331,708.7864692,316.4623361,1452.634743 +28010,769.0228789,1899.772299,706.5188612,315.4086825,1447.342146 +28011,767.4863079,1903.7428,704.2484436,314.3549258,1442.043665 +28012,765.9463503,1907.76133,701.9751055,313.3009938,1436.739216 +28013,764.4028698,1911.5148,699.698775,312.2468324,1431.428824 +28014,762.8557407,1915.43557,697.4193898,311.1923918,1426.112488 +28015,761.3048529,1918.870061,695.1369154,310.1376355,1420.790293 +28016,759.7501096,1922.430381,692.8513195,309.0825281,1415.462283 +28017,758.1914382,1925.794236,690.5625889,308.0270437,1410.128571 +28018,756.6287488,1929.0547,688.2707103,306.9711564,1404.789228 +28019,755.0619532,1932.283837,685.9756848,305.9148475,1399.444383 +28020,753.490967,1935.196126,683.6775082,304.8580963,1394.094113 +28021,756.2756253,1884.078636,685.7360994,305.7826657,1396.66566 +28022,756.7543874,1885.248241,685.4434539,305.5961149,1394.942703 +28023,755.9606143,1886.537245,683.8555961,304.8181171,1390.898571 +28024,754.9966822,1888.041714,682.0979007,303.9907236,1386.561882 +28025,754.3444831,1889.32705,680.6622202,303.3437903,1382.797282 +28026,754.072203,1890.609036,679.6182802,302.9022361,1379.723284 +28027,754.1053426,1891.795915,678.8900856,302.6224269,1377.210955 +28028,754.3620647,1892.890806,678.3938634,302.4593602,1375.122 +28029,754.7871033,1893.970206,678.0727516,302.3828438,1373.364131 +28030,755.3466613,1894.755504,677.8917325,302.3743199,1371.880409 +28031,756.0179597,1895.611779,677.8270322,302.4212578,1370.631119 +28032,756.7830604,1896.300328,677.8598733,302.5138937,1369.583839 +28033,757.631586,1896.898832,677.9741669,302.6440111,1368.710087 +28034,758.5737553,1897.395948,678.1559872,302.8046315,1367.98475 +28035,759.6100894,1897.790957,678.393453,302.9899144,1367.386016 +28036,760.7324257,1898.083812,678.6765579,303.1950358,1366.895124 +28037,761.9299332,1898.274403,678.9969288,303.416038,1366.496029 +28038,763.192419,1898.362838,679.3475709,303.6496788,1366.17501 +28039,764.5114031,1898.349134,679.7226379,303.8933014,1365.920342 +28040,765.8800028,1898.233494,680.1172365,304.1447254,1365.72198 +28041,767.292556,1898.016008,680.5272722,304.4021623,1365.571336 +28042,768.7443221,1897.696925,680.9493134,304.6641429,1365.461044 +28043,770.2312963,1897.276379,681.3804905,304.9294635,1365.384809 +28044,771.7517579,1896.754643,681.8183971,305.1971354,1365.337227 +28045,773.300763,1896.131872,682.2610226,305.4663496,1365.313684 +28046,774.8752957,1895.408348,682.7066799,305.7364415,1365.310214 +28047,776.4753236,1894.58426,683.1539589,306.0068676,1365.323432 +28048,778.0974072,1893.659875,683.6016782,306.2771821,1365.35043 +28049,779.7397458,1892.635409,684.0488502,306.5470211,1365.388723 +28050,781.4031938,1891.511132,684.4946467,306.816086,1365.436176 +28051,783.0849355,1890.029727,684.9383772,307.0841337,1365.490968 +28052,784.7790031,1888.397642,685.3749185,307.3489467,1365.551497 +28053,786.4818242,1886.639375,685.800598,307.608982,1365.616363 +28054,788.1922634,1884.761995,686.2141139,307.8637549,1365.684389 +28055,789.910381,1882.769265,686.6155272,308.1133701,1365.754561 +28056,791.6364421,1880.663479,687.0053479,308.3581111,1365.826027 +28057,793.3707198,1878.446362,687.3840976,308.5982499,1365.898046 +28058,795.1133869,1876.11922,687.7522012,308.8340043,1365.969983 +28059,796.8645296,1873.520876,688.1100031,309.065548,1366.041281 +28060,798.624176,1871.149203,688.4577939,309.2930254,1366.111459 +28061,802.5698394,1868.458971,688.7958317,309.516562,1366.180092 +28062,967.4818974,1865.636425,689.1243488,309.7362683,1366.246815 +28063,889.9649898,1862.834301,689.4435532,309.9522414,1366.311298 +28064,928.3400766,1859.883154,689.7536287,310.1645652,1366.373227 +28065,941.9283638,1856.757176,690.0547029,310.3732963,1366.432159 +28066,955.2700655,1853.568891,690.3468697,310.5784747,1366.487617 +28067,968.0696564,1850.339945,690.630203,310.7801304,1366.539127 +28068,981.1622403,1846.88926,690.9047879,310.9782966,1366.586358 +28069,993.8468945,1843.469228,691.1707119,311.1730052,1366.629029 +28070,1006.833951,1839.814873,691.4280779,311.3642919,1366.666976 +28071,1019.370222,1836.113925,691.6769794,311.5521842,1366.700014 +28072,1032.260952,1832.371755,691.9175158,311.7367089,1366.728018 +28073,1044.83877,1828.422995,692.149772,311.9178833,1366.750818 +28074,1057.439101,1824.446913,692.3738371,312.0957248,1366.768296 +28075,1069.878202,1820.362348,692.5897854,312.2702424,1366.780285 +28076,1082.586104,1816.179932,692.797696,312.4414466,1366.786672 +28077,1095.00987,1811.900732,692.9976349,312.6093418,1366.787298 +28078,1107.472704,1807.602948,693.1896726,312.773935,1366.782062 +28079,1119.869826,1802.941754,693.3738674,312.9352278,1366.770815 +28080,1132.099745,1798.539073,693.5502829,313.0932254,1366.753467 +28081,903.6169706,1683.530848,692.2567641,312.5832892,1364.071323 +28082,910.3086755,1676.372896,686.4386909,309.938224,1352.819149 +28083,919.8566557,1669.612928,678.2885641,306.2272297,1337.165843 +28084,929.9544524,1663.25712,670.0552097,302.5268226,1321.2806 +28085,940.0996629,1657.084413,662.6896318,299.2784598,1306.898173 +28086,950.7449845,1650.807018,656.29852,296.5161723,1294.221473 +28087,961.2001169,1644.581754,650.7049514,294.1415546,1282.955849 +28088,971.9068132,1638.315836,645.7225184,292.0565296,1272.794448 +28089,982.3939931,1632.076782,641.2219148,290.1941588,1263.527611 +28090,993.3515758,1625.619549,637.1193856,288.511612,1255.019621 +28091,1004.100153,1619.253824,633.3551937,286.9788261,1247.171613 +28092,1014.961719,1612.702959,629.8810059,285.5719407,1239.901225 +28093,1025.740663,1606.222858,626.6551956,284.270813,1233.135678 +28094,1036.869473,1599.642937,623.6416651,283.0583258,1226.810548 +28095,1047.782789,1592.853259,620.8094518,281.9201008,1220.869442 +28096,1058.804453,1586.352294,618.1322776,280.8441956,1215.263516 +28097,1069.826733,1579.371966,615.5879306,279.8207329,1209.950556 +28098,1080.739669,1572.638552,613.1576582,278.8415529,1204.89415 +28099,1092.144963,1565.663179,610.8255939,277.8998965,1200.062774 +28100,1103.312655,1558.748432,608.578309,276.9901617,1195.429178 +28101,1114.023227,1551.65574,606.4044131,276.1076931,1190.969709 +28102,1125.685905,1544.683718,604.2942442,275.2486207,1186.663888 +28103,1136.503854,1537.371847,602.2395898,274.4097195,1182.493898 +28104,1148.188801,1530.190902,600.2334728,273.5883025,1178.444298 +28105,1159.517685,1522.930962,598.2699468,272.7821223,1174.501617 +28106,1170.493812,1515.606419,596.3439465,271.9892993,1170.654161 +28107,1181.818189,1508.218001,594.4511455,271.2082561,1166.891705 +28108,1193.561733,1500.661872,592.5878445,270.4376667,1163.205353 +28109,1204.795425,1493.185929,590.7508685,269.6764105,1159.587293 +28110,1216.298647,1485.600752,588.937497,268.9235423,1156.030725 +28111,1227.421574,1477.900989,587.1453811,268.1782564,1152.529646 +28112,1239.33136,1470.141272,585.3758801,267.4413722,1149.078835 +28113,1250.550898,1462.324686,583.6296269,266.7133365,1145.673672 +28114,1262.084927,1454.454424,581.905792,265.9939179,1142.310128 +28115,1273.589711,1446.531261,580.2027564,265.2825235,1138.984593 +28116,1285.120294,1438.61767,578.5187796,264.5785016,1135.693913 +28117,1296.355106,1430.50881,576.8522752,263.8812627,1132.435244 +28118,1308.472907,1422.477404,575.2018835,263.1903107,1129.206106 +28119,1319.816199,1414.28838,573.5664228,262.5052198,1126.004249 +28120,1331.511747,1406.209426,571.944858,261.82562,1122.827695 +28121,1343.50449,1398.020886,570.3362738,261.1511867,1119.674651 +28122,1354.689669,1389.692117,568.7398565,260.4816326,1116.543551 +28123,1366.638365,1381.440021,567.154867,259.8166964,1113.432937 +28124,1378.326209,1373.155739,565.5806498,259.1561476,1110.341547 +28125,1389.683085,1364.642332,564.0165998,258.499772,1107.268186 +28126,1402.142231,1356.35326,562.4621783,257.84738,1104.211825 +28127,1413.621114,1347.858296,560.9168842,257.1987935,1101.171475 +28128,1425.492803,1339.441687,559.3802669,256.5538525,1098.146287 +28129,1437.42094,1330.844572,557.8519022,255.9124051,1095.135432 +28130,1449.274696,1322.277353,556.331407,255.2743138,1092.1382 +28131,1461.1952,1313.821947,554.8184165,254.6394461,1089.153887 +28132,1473.080477,1305.095208,553.3125996,254.0076818,1086.181895 +28133,1485.107979,1296.499796,551.8136368,253.3789032,1083.221617 +28134,1497.056005,1287.877612,550.3212371,252.7530031,1080.272542 +28135,1509.016007,1279.052826,548.8351182,252.1298759,1077.334144 +28136,1521.117637,1270.44424,547.3550209,251.5094248,1074.405981 +28137,1533.084073,1261.709046,545.8806918,250.8915534,1071.48759 +28138,1545.24049,1252.87605,544.4118975,250.2761733,1068.578587 +28139,1557.248984,1244.123191,542.9484092,249.6631965,1065.678563 +28140,1569.451822,1235.305427,541.4900139,249.0525407,1062.787176 +28141,1816.742431,1334.065524,538.5776087,247.7809911,1057.251526 +28142,1834.847766,1327.744196,540.1074639,248.5992719,1059.976962 +28143,1849.786238,1320.675059,543.9532307,250.4722228,1066.979337 +28144,1865.149856,1313.210784,547.9278032,252.3550689,1754.533368 +28145,1879.955375,1305.628733,551.1034117,253.8179668,1413.89629 +28146,1894.602376,1297.949984,553.3735357,254.8266059,1495.942839 +28147,1909.288787,1290.279444,554.9078815,255.4754807,1518.918067 +28148,1923.762065,1282.412218,555.8853035,255.8587515,1527.627463 +28149,1938.233839,1274.546341,556.4254203,256.0401647,1535.570282 +28150,1952.596905,1266.703822,556.611352,285.9348301,1543.54873 +28151,1966.911855,1258.77814,556.4939923,317.66482,1551.035853 +28152,1981.481428,1250.760129,644.0912121,309.2717936,1558.582822 +28153,1995.582014,1242.841439,698.7573798,314.5022918,1565.941978 +28154,2010.115808,1234.864716,660.21109,320.0607693,1573.15443 +28155,2024.35609,1226.851007,684.1085602,323.72258,1580.193323 +28156,2038.66261,1218.73804,691.212814,327.1022505,1587.183858 +28157,2052.94082,1210.725435,697.6001351,330.5632731,1593.960941 +28158,2067.209539,1202.661538,704.0023686,333.8598158,1600.701081 +28159,2081.381142,1194.593162,710.069885,337.08137,1607.35152 +28160,2095.830784,1187.040526,716.4071886,340.3514143,1613.825852 +28161,2109.871172,1178.187921,722.0328955,343.4684185,1620.286883 +28162,2124.083642,1170.521751,728.0442211,346.5647864,1626.659109 +28163,2138.414068,1162.334856,733.8724535,349.6098893,1632.875147 +28164,2152.550945,1154.209203,739.279779,352.5384841,1639.078286 +28165,2166.760965,1146.197653,744.8717464,355.5673622,1645.210875 +28166,2180.950055,1138.090616,750.4783724,358.4170585,1651.183124 +28167,2195.127884,1134.183011,755.5441947,361.2777024,1657.160457 +28168,2209.302523,1128.666324,760.8638701,364.0862384,1663.065848 +28169,2226.972421,1122.941684,766.0959319,366.8407649,1668.821194 +28170,2242.163303,1117.393054,771.0684002,369.5079549,1671.544543 +28171,2254.262555,1111.547679,775.5789453,372.1193824,1676.04872 +28172,2271.851722,1105.708458,780.3170104,374.5208098,1679.812328 +28173,2281.366789,1099.801818,784.3879668,376.929016,1683.844268 +28174,2267.467638,1093.996606,788.7290404,379.2727071,1687.69386 +28175,2322.021844,1088.088176,792.7212591,381.5062355,1691.58446 +28176,2316.491521,1082.214062,796.9762563,383.932276,1695.399936 +28177,2333.968042,1076.288791,800.8424059,385.9910144,1699.181093 +28178,2348.120197,1070.471521,804.7484006,388.155034,1702.920394 +28179,2361.619591,1064.564533,808.5525259,390.3880711,1706.62044 +28180,2375.440474,1058.69883,812.419811,392.4301404,1710.315437 +28181,2389.148598,1052.834608,815.8488759,394.5781864,1713.87967 +28182,2402.870356,1046.934579,819.4030568,396.407106,1717.487275 +28183,2416.589023,1041.15478,823.0981008,398.5691031,1721.024829 +28184,2430.403808,1035.293436,826.4373314,400.454354,1724.528882 +28185,2443.867744,1029.442342,829.8360109,402.3887051,1727.997067 +28186,2457.81952,1023.703612,833.1476636,404.2782047,1731.465788 +28187,2471.552853,1017.895463,836.3975493,406.0578084,1734.801354 +28188,2485.140527,1012.142443,839.5862206,408.0921263,1738.188645 +28189,2498.954516,1006.365276,842.7165885,409.7009694,1741.50745 +28190,2512.679364,1000.712742,845.6359058,411.5474486,1744.795486 +28191,2526.438529,995.0001647,848.8916545,413.2751419,1748.055669 +28192,2540.201843,989.3491838,851.7373072,414.9021415,1751.275955 +28193,2554.091657,983.6823201,854.6739654,416.721879,1754.467357 +28194,2567.721255,978.1470139,857.5317411,418.3188179,1757.275209 +28195,2581.497231,972.5593349,860.3401013,419.9693299,1760.946152 +28196,2595.558864,967.0023884,863.0985427,421.5801881,1763.779708 +28197,2609.106175,961.5728036,865.9681668,423.1670573,1766.903941 +28198,2622.999481,956.1001089,868.3831734,424.7297581,1769.941542 +28199,2636.774712,950.6643726,871.121102,426.2665561,1772.910221 +28200,2650.556016,945.3576496,873.6679396,427.7864432,1775.952566 +28201,2711.860478,963.0903226,923.6197417,452.4763711,1860.43054 +28202,2728.686132,959.2230162,929.3947404,455.0708888,1866.923712 +28203,2744.598572,954.9385964,933.5599111,457.6362482,1872.814572 +28204,2760.514706,950.5338021,937.6732426,459.7522287,1878.001463 +28205,2775.674715,946.1862199,941.503722,461.8631633,1883.013234 +28206,2791.498181,941.7477483,945.1744878,463.8800836,1887.704326 +28207,2823.225731,937.4382434,948.7262913,465.8400862,1892.364833 +28208,2801.436139,932.9585996,952.1820571,467.7536344,1896.797505 +28209,2839.932679,928.7558019,955.557628,469.5113464,1901.179284 +28210,2864.088805,924.3740658,958.8591271,471.6448137,1905.469474 +28211,2881.469959,920.212346,962.093491,473.1855499,1909.734368 +28212,2903.194595,916.0083608,965.2625024,475.0652875,1913.762704 +28213,2923.247549,911.9360878,968.3704733,476.7902659,1917.957226 +28214,2943.960805,907.8412389,971.4180714,478.504395,1921.938635 +28215,2963.94093,903.8368422,974.4086815,480.1904649,1925.914743 +28216,2984.404182,899.905984,977.3433913,481.8489596,1929.828732 +28217,3004.239987,896.03374,980.2237708,483.480533,1933.690226 +28218,3043.979114,892.2207116,982.824274,485.0852618,1937.450497 +28219,3024.793342,888.4792766,985.9490457,486.6648081,1941.288407 +28220,3066.738407,884.7669071,988.502207,488.2187052,1944.965128 +28221,3087.369313,881.5595225,991.2176015,489.6214389,1948.690503 +28222,3103.704134,877.520996,993.8443485,491.3182707,1952.238431 +28223,3124.509875,874.3175027,996.4254778,492.7069385,1955.856563 +28224,3144.871109,870.8773323,998.9595028,494.186371,1959.387121 +28225,3164.634671,867.6522112,1001.449012,495.6222837,1962.835837 +28226,3184.386202,864.4456781,1003.893798,497.0358787,1966.371674 +28227,3233.322272,861.3583816,1006.295914,498.4276891,1969.755046 +28228,3182.259816,858.3599314,1008.655149,499.7977978,1973.145568 +28229,3281.161428,855.4872109,1010.973365,501.2307961,1976.492356 +28230,3245.097768,852.8154227,1013.250658,502.7755446,1979.803049 +28231,3293.093405,850.2263223,1015.737048,504.6117757,1983.080646 +28232,3312.802541,847.7226739,1018.235701,506.5777104,1986.324286 +28233,3316.952655,845.2568393,1020.970857,508.2616942,1989.587365 +28234,3343.624671,842.7953911,1023.06209,510.3187551,1992.63654 +28235,3360.83721,840.4469711,1025.691366,512.318127,1995.90247 +28236,3379.062214,838.0610205,1028.07711,514.2645487,1998.974171 +28237,3397.937112,835.7326834,1030.506045,516.6143514,2002.072059 +28238,3416.065057,833.4283244,1032.848651,518.7171552,2005.132574 +28239,3434.828813,831.1206368,1035.22797,521.0002641,2008.16637 +28240,3452.828977,828.9158737,1037.562606,523.3182083,2011.172266 +28241,3480.784763,826.6699104,1039.880608,525.6923666,2014.153023 +28242,3485.598612,824.4750023,1042.203424,528.1214116,2017.107313 +28243,3509.136423,822.2998154,1044.440479,530.6051322,2019.984925 +28244,3526.805074,820.1478297,1046.715312,533.1424544,2022.9716 +28245,3544.215335,817.9881964,1048.947552,535.7333393,2025.814837 +28246,3562.443037,815.9265518,1051.163673,538.3768716,2028.682186 +28247,3580.206478,813.8206757,1053.387774,540.9201736,2031.519734 +28248,3597.823208,811.7625771,1055.524974,543.9030628,2034.387786 +28249,3615.892747,809.721522,1057.703889,546.5892935,2037.099429 +28250,3641.899362,807.4039571,1059.840158,549.4676528,2039.911839 +28251,3647.95567,805.8402242,1061.962705,552.3715354,2042.656222 +28252,3669.471925,803.6506016,1064.066823,555.3270181,2045.388089 +28253,3686.835867,801.7402893,1066.180882,558.4835864,2048.101444 +28254,3704.132579,799.8027668,1068.208646,561.3061707,2050.740643 +28255,3728.933458,797.8869912,1070.01373,564.5278922,2053.500148 +28256,3736.13031,795.9997628,1072.473237,567.6712402,2056.153214 +28257,3755.566416,794.130033,1074.303125,570.8856226,2058.817781 +28258,3779.948599,792.2834969,1076.359086,573.9792885,2061.450579 +28259,3794.012775,790.4522588,1078.377586,577.5600999,2064.064393 +28260,3808.588101,788.6444869,1080.311281,580.7976942,2066.658371 +28261,3764.613186,750.54686,997.2810179,549.242813,1925.254918 +28262,3782.338413,747.3255523,996.716797,551.8759745,1926.106703 +28263,3804.603372,744.8167028,996.3714382,554.6866215,1927.217575 +28264,3810.893723,742.2809134,996.4419596,557.7672294,1928.412301 +28265,3832.622173,739.8430618,996.5664099,560.5297517,1929.655407 +28266,3847.628897,737.4546915,996.7378757,563.7169779,1930.923449 +28267,3860.191665,735.1076227,996.9365116,566.8250963,1932.206602 +28268,3864.611202,732.7962926,997.1515957,570.0160335,1933.497004 +28269,3870.018079,730.518453,997.3786163,573.264506,1934.792683 +28270,3871.825519,728.2719804,997.6136259,576.402175,1936.089959 +28271,3874.643706,726.0561852,997.855724,580.016391,1937.389357 +28272,3878.703085,723.8699011,998.1029914,583.3046885,1938.688669 +28273,3883.16932,721.7128692,998.3554691,586.7981586,1939.989089 +28274,3888.109665,719.5841294,998.6116916,590.3165714,1941.28877 +28275,3893.357572,717.4835145,998.8718318,593.8869666,1942.588929 +28276,3899.119911,715.6559575,999.134536,597.5083411,1943.887872 +28277,3904.728361,713.2533462,999.3999018,601.1804706,1945.18682 +28278,3910.445804,711.4048604,999.666659,604.9024082,1946.484244 +28279,3916.237373,709.3741732,999.9350078,608.6738208,1947.78149 +28280,3922.069849,707.4055473,1000.203718,612.4937454,1949.077142 +28281,3927.952714,705.4621818,1000.472979,616.3618057,1950.372617 +28282,3934.158443,703.5433683,1000.741672,620.0944476,1951.617856 +28283,3940.090708,701.6488578,1001.010107,624.3400093,1952.98667 +28284,3946.019597,699.7778903,1001.277089,628.2096418,1954.242911 +28285,3951.960526,697.9303803,1001.542994,632.2949662,1955.543266 +28286,3957.920393,696.1055936,1001.806705,636.3927454,1956.834516 +28287,3963.872916,694.3034728,1002.068664,640.5347282,1958.12587 +28288,3969.825435,692.5232561,1002.327714,644.7190858,1959.415842 +28289,3975.770781,690.7649181,1002.584374,648.9456206,1960.7555 +28290,3981.694152,689.0277189,1002.837529,653.2131305,1961.968248 +28291,3987.432501,687.1820993,1002.782681,657.2936199,1963.293702 +28292,3992.635215,685.3302203,1002.662222,661.3742913,1964.571019 +28293,3997.269962,683.4849987,1002.507683,665.4712403,1965.855468 +28294,4001.498524,681.6494221,1002.327919,669.587352,1967.137198 +28295,4005.439475,679.8254865,1002.12743,673.5079223,1968.418417 +28296,4009.156151,678.0127957,1001.906992,678.001797,1969.695864 +28297,4012.707723,676.2125831,1001.668684,682.0134687,1970.972175 +28298,4016.130339,674.4237117,1001.412171,686.2484432,1972.193938 +28299,4019.433329,672.6470836,1001.139116,690.4636866,1973.539421 +28300,4022.634384,670.88209,1000.848843,694.6975851,1974.76577 +28301,4025.745359,669.1290525,1000.542838,698.9486199,1976.033416 +28302,4028.761868,667.3871844,1000.220308,703.4455929,1977.286319 +28303,4031.71212,665.6568728,999.8826645,707.3758334,1978.534227 +28304,4034.58902,663.9377538,999.5290095,711.8669729,1979.774644 +28305,4037.398922,662.229532,999.1603399,716.0693874,1981.008217 +28306,4040.14604,660.5317027,998.7754211,720.4142507,1982.232125 +28307,4042.835519,658.8449658,998.3766827,724.6062194,1983.501434 +28308,4045.744636,657.1685096,997.9627699,729.0544799,1984.579833 +28309,4048.282192,655.5027443,997.5352027,733.2746641,1985.898547 +28310,4050.753122,654.0645091,997.0926704,737.742463,1987.043614 +28311,4053.185936,652.1010737,996.6366942,741.7164334,1988.235717 +28312,4055.557317,650.617213,996.1659616,746.6150049,1989.408603 +28313,4057.878541,648.9587738,995.6819718,750.6636407,1990.573183 +28314,4060.157065,647.3411888,995.1833499,755.2045069,1991.726121 +28315,4062.383807,645.7337572,994.6717073,759.465697,1992.870196 +28316,4064.557431,644.1350807,994.1455336,763.9378879,1994.002047 +28317,4066.676873,642.5456248,993.6065057,768.2751505,1995.124539 +28318,4068.747689,640.9645162,993.0530639,772.5993017,1996.181981 +28319,4070.763265,639.3922629,992.4868934,777.0258661,1997.362605 +28320,4072.725016,637.8279825,991.9064125,781.3571697,1998.410091 +28321,4100.220395,570.1148114,838.2252269,719.5615826,1714.247141 +28322,4122.154703,567.8806948,835.9359372,723.3400249,1713.250986 +28323,4121.354025,565.8252205,834.6675557,727.4182497,1713.87035 +28324,4113.460956,564.2305965,833.3463323,731.4844074,1714.185432 +28325,4105.688406,559.4901661,825.4303362,736.807542,1714.879097 +28326,4101.373417,557.4767151,823.2576917,741.1332145,1715.493501 +28327,4100.01785,555.2374478,821.5661892,745.5183683,1716.207405 +28328,4100.374193,553.4337028,820.010056,749.8099301,1716.843713 +28329,4101.579089,551.5328846,818.5212905,753.9042755,1717.576957 +28330,4103.22055,549.6864182,817.0692594,758.6578756,1718.28495 +28331,4105.134003,547.8641501,815.6424389,762.7455755,1719.005639 +28332,4107.241999,546.061787,814.2316608,767.1294787,1719.727714 +28333,4109.487793,544.2791438,812.8164792,771.4208701,1720.386133 +28334,4111.815536,542.5099123,811.4419102,775.7192278,1721.166101 +28335,4114.186491,540.7595691,810.047552,779.9953497,1721.828878 +28336,4116.563571,539.0201205,808.8202621,784.3391055,1722.603995 +28337,4118.927239,537.2985579,807.2433651,788.5317536,1723.26388 +28338,4121.256473,535.5879905,805.9695028,792.8037173,1723.966445 +28339,4123.540219,534.0661325,804.6683277,797.3798395,1724.735484 +28340,4125.865297,532.1732448,803.3149189,801.5970499,1725.386882 +28341,4128.189662,530.6077928,801.9651076,805.8684265,1726.077081 +28342,4130.412318,528.9272949,800.616573,810.1243056,1726.765974 +28343,4132.481366,527.2790204,799.2681917,814.290597,1727.449074 +28344,4134.393279,525.4919807,797.9191771,818.5029128,1728.124941 +28345,4136.165165,524.0796977,796.5694752,822.698643,1728.793979 +28346,4137.815573,522.3573321,795.2182463,826.7990468,1729.454771 +28347,4139.356844,520.7713007,793.7405824,830.9453247,1730.107685 +28348,4140.796506,519.1711431,792.5677163,835.0392214,1730.751267 +28349,4142.139233,517.5799762,791.1211229,839.1428157,1731.385889 +28350,4143.387035,515.9968842,789.901616,843.1401066,1732.010092 +28351,4144.542041,514.0982248,787.2841004,845.8403816,1732.624265 +28352,4145.143177,511.7736864,784.6914891,848.1814924,1733.21915 +28353,4144.933942,509.697338,781.8775243,850.3392146,1733.797868 +28354,4143.915021,507.4771438,779.0025169,852.3465391,1734.359367 +28355,4142.205196,505.2543104,776.0621232,854.2511811,1734.90346 +28356,4139.933377,503.0113642,773.1769863,855.9477046,1735.427141 +28357,4137.196002,500.7502092,769.9628705,857.5920297,1735.929227 +28358,4134.056922,498.4716581,766.8235788,859.0873143,1736.40609 +28359,4130.558448,496.176504,763.8175663,860.4682385,1736.856256 +28360,4126.730132,493.863508,760.5425641,861.731216,1737.313218 +28361,4122.594154,491.5376235,757.4277204,862.8772552,1737.64449 +28362,4118.168257,489.1742789,753.9567705,863.8125802,1738.042442 +28363,4113.46003,486.8124605,750.7003109,864.7970334,1738.353787 +28364,4108.484519,484.4373353,747.3110625,865.5155171,1738.628496 +28365,4103.278353,482.0488785,743.908319,866.2741405,1738.865078 +28366,4097.831147,479.7660438,740.4628377,866.7605467,1739.056796 +28367,4092.1288,477.1782533,736.9844575,867.2933909,1739.207343 +28368,4086.187449,474.8307833,733.566783,867.5481325,1739.31043 +28369,4080.017546,472.3704849,729.7888923,867.8558115,1739.36993 +28370,4073.625818,469.7941515,726.488799,867.8793192,1739.379823 +28371,4067.017076,467.4946379,722.6798988,867.864596,1739.34424 +28372,4060.195214,465.0438791,719.1061024,867.7431074,1739.25739 +28373,4053.163831,462.4032662,715.4164974,867.5087172,1739.123654 +28374,4045.925819,459.9738563,711.7133794,867.1599248,1738.937403 +28375,4038.509326,457.4370986,708.0586111,866.6972919,1738.703218 +28376,4030.894482,454.9045449,704.1040418,866.1198573,1738.415599 +28377,4022.780522,452.4684616,700.5543063,865.4282229,1738.079277 +28378,4014.77319,449.6486956,696.5636877,864.6214278,1737.688949 +28379,4006.574687,447.3095547,692.7818047,863.7000115,1737.249428 +28380,3998.180572,444.6388911,688.9667324,862.6629575,1736.718164 +28381,2140.593273,441.9719501,684.4044013,861.0381728,1736.016095 +28382,2195.692065,570.8329763,973.7684638,991.6814539,2314.741468 +28383,2294.384342,570.4973283,976.4018459,992.8734784,2318.895791 +28384,2388.423352,567.1904472,977.5651918,991.0261728,2319.323178 +28385,2461.795011,565.9261685,978.0416917,985.3024808,2318.868055 +28386,2512.915174,563.3925065,978.193392,982.8578596,2318.005658 +28387,2547.327823,560.5740713,978.1605983,980.4067796,2310.946967 +28388,2570.756054,557.7860197,977.9890007,978.2340492,2319.53305 +28389,2586.993072,555.0468438,965.8261983,975.7718182,2318.224378 +28390,2598.800463,552.1696318,954.5077755,973.2914314,2310.197707 +28391,2607.522077,549.2803976,955.4680008,970.7046934,2318.587255 +28392,2613.804666,546.523691,948.9647286,968.018679,2310.512249 +28393,2618.056085,543.5232769,943.4781083,965.2082965,2318.194432 +28394,2620.573628,540.6131107,940.3797682,962.3089577,2309.133832 +28395,2621.561841,537.7764857,932.8705562,959.305751,2310.996863 +28396,2621.260031,534.8144,930.361009,955.6184578,2311.847764 +28397,2619.816385,531.8511728,924.6098891,951.4477775,2311.408613 +28398,2617.283874,529.0241284,917.8033624,946.9409349,2310.747784 +28399,2613.751539,525.9432298,915.1321674,942.1218377,2309.813146 +28400,2609.306027,523.0205349,909.1941275,937.1728797,2309.024395 +28401,2604.092504,520.1287982,904.0272946,932.1270843,2308.288259 +28402,2598.236147,518.2030543,900.5482022,923.541813,2301.545006 +28403,2591.301423,514.7350368,893.4849137,917.3389231,2310.873429 +28404,2583.537025,511.9541298,891.306057,911.3744988,2301.211412 +28405,2575.246809,509.0525357,884.5749408,904.998916,2309.031536 +28406,2566.581726,505.8973646,879.4514433,898.6008918,2298.264315 +28407,2557.636076,502.8303077,874.2211695,892.1152225,2301.382757 +28408,2548.448263,499.7034767,868.5120309,885.3846454,2301.352959 +28409,2539.011647,496.6232136,863.0350263,878.3032197,2299.774146 +28410,2529.327196,493.4371355,857.341815,871.3010812,2298.208476 +28411,2519.398261,490.9555157,843.5116895,866.4458324,2296.903219 +28412,2509.528708,488.4475533,863.5728568,861.847419,2295.589829 +28413,2499.913571,486.0320098,832.596649,857.45472,2294.344289 +28414,2490.59569,483.4798164,847.9799073,778.8512359,2286.287478 +28415,2471.390555,481.0197733,830.4415379,765.5701432,2296.151012 +28416,2446.41055,478.5617302,833.159497,756.3835263,2283.060644 +28417,2420.948278,476.0838154,835.2743125,748.3777165,2286.324701 +28418,2397.619134,473.6870969,815.326267,740.6705859,2284.829299 +28419,2376.873899,471.2247043,825.336628,733.8436311,2282.151911 +28420,2358.3085,468.7872504,816.1465019,726.849036,2279.795904 +28421,2341.430578,466.3413641,813.0704683,720.4242148,2277.529183 +28422,2325.861778,463.8598713,809.5071173,713.9629698,2275.159681 +28423,2311.350538,458.7981354,799.4797105,705.2104222,2266.652682 +28424,2297.559372,456.0765173,795.0981689,698.9257668,2276.394623 +28425,2284.422994,453.5021889,791.2977943,692.9623582,2260.123803 +28426,2271.925355,451.0425889,787.6089362,687.0421107,2264.390632 +28427,2260.01922,448.5428023,790.180988,681.313168,2261.160995 +28428,2248.637044,446.0862899,770.4895586,675.7729571,2257.262733 +28429,2237.736187,443.6098533,782.6699123,670.2888344,2254.105128 +28430,2227.228255,441.2154068,770.1827847,664.8212997,2251.04327 +28431,2216.771422,438.7678665,770.4486314,659.5372928,2247.736614 +28432,2206.882258,436.3557258,765.9122501,654.2891807,2238.354148 +28433,2197.259617,433.6680609,762.5470354,649.1204535,2248.40746 +28434,2187.873379,431.6890149,759.1570971,644.0207831,2229.498234 +28435,2178.699837,429.3699135,755.8107382,639.0285858,2235.241353 +28436,2169.716835,426.6306029,752.2965209,633.9864257,2230.420521 +28437,2160.907789,424.4699351,757.6807586,629.0984756,2226.071575 +28438,2152.259535,422.0680136,732.4074555,624.1783279,2222.765285 +28439,2143.75932,419.7251371,757.4209367,619.4724325,2219.268579 +28440,2135.396433,417.3916984,724.5866308,614.6059735,2215.62465 +28441,0,0,0,0,0 +28442,0,0,0,0,0 +28443,0,0,0,0,0 +28444,0,0,0,0,0 +28445,0,0,0,0,0 +28446,0,0,0,0,0 +28447,0,0,0,0,0 +28448,0,0,0,0,0 +28449,0,0,0,0,0 +28450,0,0,0,0,0 +28451,0,0,0,0,0 +28452,0,0,0,0,0 +28453,0,0,0,0,0 +28454,0,0,0,0,0 +28455,0,0,0,0,0 +28456,0,0,0,0,0 +28457,0,0,0,0,0 +28458,0,0,0,0,0 +28459,0,0,0,0,0 +28460,0,0,0,0,0 +28461,0,0,0,0,0 +28462,0,0,0,0,0 +28463,0,0,0,0,0 +28464,0,0,0,0,0 +28465,0,0,0,0,0 +28466,0,0,0,0,0 +28467,0,0,0,0,0 +28468,0,0,0,0,0 +28469,0,0,0,0,0 +28470,0,0,0,0,0 +28471,0,0,0,0,0 +28472,0,0,0,0,0 +28473,0,0,0,0,0 +28474,0,0,0,0,0 +28475,0,0,0,0,0 +28476,0,0,0,0,0 +28477,0,0,0,0,0 +28478,0,0,0,0,0 +28479,0,0,0,0,0 +28480,0,0,0,0,0 +28481,0,0,0,0,0 +28482,0,0,0,0,0 +28483,0,0,0,0,0 +28484,0,0,0,0,0 +28485,0,0,0,0,0 +28486,0,0,0,0,0 +28487,0,0,0,0,0 +28488,0,0,0,0,0 +28489,0,0,0,0,0 +28490,0,0,0,0,0 +28491,0,0,0,0,0 +28492,0,0,0,0,0 +28493,0,0,0,0,0 +28494,0,0,0,0,0 +28495,0,0,0,0,0 +28496,0,0,0,0,0 +28497,0,0,0,0,0 +28498,0,0,0,0,0 +28499,0,0,0,0,0 +28500,0,0,0,0,0 +28501,0,0,0,0,0 +28502,0,0,0,0,0 +28503,0,0,0,0,0 +28504,0,0,0,0,0 +28505,0,0,0,0,0 +28506,0,0,0,0,0 +28507,0,0,0,0,0 +28508,0,0,0,0,0 +28509,0,0,0,0,0 +28510,0,0,0,0,0 +28511,0,0,0,0,0 +28512,0,0,0,0,0 +28513,0,0,0,0,0 +28514,0,0,0,0,0 +28515,0,0,0,0,0 +28516,0,0,0,0,0 +28517,0,0,0,0,0 +28518,0,0,0,0,0 +28519,0,0,0,0,0 +28520,0,0,0,0,0 +28521,0,0,0,0,0 +28522,0,0,0,0,0 +28523,0,0,0,0,0 +28524,0,0,0,0,0 +28525,0,0,0,0,0 +28526,0,0,0,0,0 +28527,0,0,0,0,0 +28528,0,0,0,0,0 +28529,0,0,0,0,0 +28530,0,0,0,0,0 +28531,0,0,0,0,0 +28532,0,0,0,0,0 +28533,0,0,0,0,0 +28534,0,0,0,0,0 +28535,0,0,0,0,0 +28536,0,0,0,0,0 +28537,0,0,0,0,0 +28538,0,0,0,0,0 +28539,0,0,0,0,0 +28540,0,0,0,0,0 +28541,0,0,0,0,0 +28542,0,0,0,0,0 +28543,0,0,0,0,0 +28544,0,0,0,0,0 +28545,0,0,0,0,0 +28546,0,0,0,0,0 +28547,0,0,0,0,0 +28548,0,0,0,0,0 +28549,0,0,0,0,0 +28550,0,0,0,0,0 +28551,0,0,0,0,0 +28552,0,0,0,0,0 +28553,0,0,0,0,0 +28554,0,0,0,0,0 +28555,0,0,0,0,0 +28556,0,0,0,0,0 +28557,0,0,0,0,0 +28558,0,0,0,0,0 +28559,0,0,0,0,0 +28560,0,0,0,0,0 +28561,0,0,0,0,0 +28562,0,0,0,0,0 +28563,0,0,0,0,0 +28564,0,0,0,0,0 +28565,0,0,0,0,0 +28566,0,0,0,0,0 +28567,0,0,0,0,0 +28568,0,0,0,0,0 +28569,0,0,0,0,0 +28570,0,0,0,0,0 +28571,0,0,0,0,0 +28572,0,0,0,0,0 +28573,0,0,0,0,0 +28574,0,0,0,0,0 +28575,0,0,0,0,0 +28576,0,0,0,0,0 +28577,0,0,0,0,0 +28578,0,0,0,0,0 +28579,0,0,0,0,0 +28580,0,0,0,0,0 +28581,0,0,0,0,0 +28582,0,0,0,0,0 +28583,0,0,0,0,0 +28584,0,0,0,0,0 +28585,0,0,0,0,0 +28586,0,0,0,0,0 +28587,0,0,0,0,0 +28588,0,0,0,0,0 +28589,0,0,0,0,0 +28590,0,0,0,0,0 +28591,0,0,0,0,0 +28592,0,0,0,0,0 +28593,0,0,0,0,0 +28594,0,0,0,0,0 +28595,0,0,0,0,0 +28596,0,0,0,0,0 +28597,0,0,0,0,0 +28598,0,0,0,0,0 +28599,0,0,0,0,0 +28600,0,0,0,0,0 +28601,0,0,0,0,0 +28602,0,0,0,0,0 +28603,0,0,0,0,0 +28604,0,0,0,0,0 +28605,0,0,0,0,0 +28606,0,0,0,0,0 +28607,0,0,0,0,0 +28608,0,0,0,0,0 +28609,0,0,0,0,0 +28610,0,0,0,0,0 +28611,0,0,0,0,0 +28612,0,0,0,0,0 +28613,0,0,0,0,0 +28614,0,0,0,0,0 +28615,0,0,0,0,0 +28616,0,0,0,0,0 +28617,0,0,0,0,0 +28618,0,0,0,0,0 +28619,0,0,0,0,0 +28620,0,0,0,0,0 +28621,0,0,0,0,0 +28622,0,0,0,0,0 +28623,0,0,0,0,0 +28624,0,0,0,0,0 +28625,0,0,0,0,0 +28626,0,0,0,0,0 +28627,0,0,0,0,0 +28628,0,0,0,0,0 +28629,0,0,0,0,0 +28630,0,0,0,0,0 +28631,0,0,0,0,0 +28632,0,0,0,0,0 +28633,0,0,0,0,0 +28634,0,0,0,0,0 +28635,0,0,0,0,0 +28636,0,0,0,0,0 +28637,0,0,0,0,0 +28638,0,0,0,0,0 +28639,0,0,0,0,0 +28640,0,0,0,0,0 +28641,0,0,0,0,0 +28642,0,0,0,0,0 +28643,0,0,0,0,0 +28644,0,0,0,0,0 +28645,0,0,0,0,0 +28646,0,0,0,0,0 +28647,0,0,0,0,0 +28648,0,0,0,0,0 +28649,0,0,0,0,0 +28650,0,0,0,0,0 +28651,0,0,0,0,0 +28652,0,0,0,0,0 +28653,0,0,0,0,0 +28654,0,0,0,0,0 +28655,0,0,0,0,0 +28656,0,0,0,0,0 +28657,0,0,0,0,0 +28658,0,0,0,0,0 +28659,0,0,0,0,0 +28660,0,0,0,0,0 +28661,0,0,0,0,0 +28662,0,0,0,0,0 +28663,0,0,0,0,0 +28664,0,0,0,0,0 +28665,0,0,0,0,0 +28666,0,0,0,0,0 +28667,0,0,0,0,0 +28668,0,0,0,0,0 +28669,0,0,0,0,0 +28670,0,0,0,0,0 +28671,0,0,0,0,0 +28672,0,0,0,0,0 +28673,0,0,0,0,0 +28674,0,0,0,0,0 +28675,0,0,0,0,0 +28676,0,0,0,0,0 +28677,0,0,0,0,0 +28678,0,0,0,0,0 +28679,0,0,0,0,0 +28680,0,0,0,0,0 +28681,0,0,0,0,0 +28682,0,0,0,0,0 +28683,0,0,0,0,0 +28684,0,0,0,0,0 +28685,0,0,0,0,0 +28686,0,0,0,0,0 +28687,0,0,0,0,0 +28688,0,0,0,0,0 +28689,0,0,0,0,0 +28690,0,0,0,0,0 +28691,0,0,0,0,0 +28692,0,0,0,0,0 +28693,0,0,0,0,0 +28694,0,0,0,0,0 +28695,0,0,0,0,0 +28696,0,0,0,0,0 +28697,0,0,0,0,0 +28698,0,0,0,0,0 +28699,0,0,0,0,0 +28700,0,0,0,0,0 +28701,0,0,0,0,0 +28702,0,0,0,0,0 +28703,0,0,0,0,0 +28704,0,0,0,0,0 +28705,0,0,0,0,0 +28706,0,0,0,0,0 +28707,0,0,0,0,0 +28708,0,0,0,0,0 +28709,0,0,0,0,0 +28710,0,0,0,0,0 +28711,0,0,0,0,0 +28712,0,0,0,0,0 +28713,0,0,0,0,0 +28714,0,0,0,0,0 +28715,0,0,0,0,0 +28716,0,0,0,0,0 +28717,0,0,0,0,0 +28718,0,0,0,0,0 +28719,0,0,0,0,0 +28720,0,0,0,0,0 +28721,0,0,0,0,0 +28722,0,0,0,0,0 +28723,0,0,0,0,0 +28724,0,0,0,0,0 +28725,0,0,0,0,0 +28726,0,0,0,0,0 +28727,0,0,0,0,0 +28728,0,0,0,0,0 +28729,0,0,0,0,0 +28730,0,0,0,0,0 +28731,0,0,0,0,0 +28732,0,0,0,0,0 +28733,0,0,0,0,0 +28734,0,0,0,0,0 +28735,0,0,0,0,0 +28736,0,0,0,0,0 +28737,0,0,0,0,0 +28738,0,0,0,0,0 +28739,0,0,0,0,0 +28740,0,0,0,0,0 +28741,0,0,0,0,0 +28742,0,0,0,0,0 +28743,0,0,0,0,0 +28744,0,0,0,0,0 +28745,0,0,0,0,0 +28746,0,0,0,0,0 +28747,0,0,0,0,0 +28748,0,0,0,0,0 +28749,0,0,0,0,0 +28750,0,0,0,0,0 +28751,0,0,0,0,0 +28752,0,0,0,0,0 +28753,0,0,0,0,0 +28754,0,0,0,0,0 +28755,0,0,0,0,0 +28756,0,0,0,0,0 +28757,0,0,0,0,0 +28758,0,0,0,0,0 +28759,0,0,0,0,0 +28760,0,0,0,0,0 +28761,0,0,0,0,0 +28762,0,0,0,0,0 +28763,0,0,0,0,0 +28764,0,0,0,0,0 +28765,0,0,0,0,0 +28766,0,0,0,0,0 +28767,0,0,0,0,0 +28768,0,0,0,0,0 +28769,0,0,0,0,0 +28770,0,0,0,0,0 +28771,0,0,0,0,0 +28772,0,0,0,0,0 +28773,0,0,0,0,0 +28774,0,0,0,0,0 +28775,0,0,0,0,0 +28776,0,0,0,0,0 +28777,0,0,0,0,0 +28778,0,0,0,0,0 +28779,0,0,0,0,0 +28780,0,0,0,0,0 +28781,0,0,0,0,0 +28782,0,0,0,0,0 +28783,0,0,0,0,0 +28784,0,0,0,0,0 +28785,0,0,0,0,0 +28786,0,0,0,0,0 +28787,0,0,0,0,0 +28788,0,0,0,0,0 +28789,0,0,0,0,0 +28790,0,0,0,0,0 +28791,0,0,0,0,0 +28792,0,0,0,0,0 +28793,0,0,0,0,0 +28794,0,0,0,0,0 +28795,0,0,0,0,0 +28796,0,0,0,0,0 +28797,0,0,0,0,0 +28798,0,0,0,0,0 +28799,0,0,0,0,0 +28800,0,0,0,0,0 +28801,0,0,0,0,0 +28802,0,0,0,0,0 +28803,0,0,0,0,0 +28804,0,0,0,0,0 +28805,0,0,0,0,0 +28806,0,0,0,0,0 +28807,0,0,0,0,0 +28808,0,0,0,0,0 +28809,0,0,0,0,0 +28810,0,0,0,0,0 +28811,0,0,0,0,0 +28812,0,0,0,0,0 +28813,0,0,0,0,0 +28814,0,0,0,0,0 +28815,0,0,0,0,0 +28816,0,0,0,0,0 +28817,0,0,0,0,0 +28818,0,0,0,0,0 +28819,0,0,0,0,0 +28820,0,0,0,0,0 +28821,0,0,0,0,0 +28822,0,0,0,0,0 +28823,0,0,0,0,0 +28824,0,0,0,0,0 +28825,0,0,0,0,0 +28826,0,0,0,0,0 +28827,0,0,0,0,0 +28828,0,0,0,0,0 +28829,0,0,0,0,0 +28830,0,0,0,0,0 +28831,0,0,0,0,0 +28832,0,0,0,0,0 +28833,0,0,0,0,0 +28834,0,0,0,0,0 +28835,0,0,0,0,0 +28836,0,0,0,0,0 +28837,0,0,0,0,0 +28838,0,0,0,0,0 +28839,0,0,0,0,0 +28840,0,0,0,0,0 +28841,0,0,0,0,0 +28842,0,0,0,0,0 +28843,0,0,0,0,0 +28844,0,0,0,0,0 +28845,0,0,0,0,0 +28846,0,0,0,0,0 +28847,0,0,0,0,0 +28848,0,0,0,0,0 +28849,0,0,0,0,0 +28850,0,0,0,0,0 +28851,0,0,0,0,0 +28852,0,0,0,0,0 +28853,0,0,0,0,0 +28854,0,0,0,0,0 +28855,0,0,0,0,0 +28856,0,0,0,0,0 +28857,0,0,0,0,0 +28858,0,0,0,0,0 +28859,0,0,0,0,0 +28860,0,0,0,0,0 +28861,0,0,0,0,0 +28862,0,0,0,0,0 +28863,0,0,0,0,0 +28864,0,0,0,0,0 +28865,0,0,0,0,0 +28866,0,0,0,0,0 +28867,0,0,0,0,0 +28868,0,0,0,0,0 +28869,0,0,0,0,0 +28870,0,0,0,0,0 +28871,0,0,0,0,0 +28872,0,0,0,0,0 +28873,0,0,0,0,0 +28874,0,0,0,0,0 +28875,0,0,0,0,0 +28876,0,0,0,0,0 +28877,0,0,0,0,0 +28878,0,0,0,0,0 +28879,0,0,0,0,0 +28880,0,0,0,0,0 +28881,0,0,0,0,0 +28882,0,0,0,0,0 +28883,0,0,0,0,0 +28884,0,0,0,0,0 +28885,0,0,0,0,0 +28886,0,0,0,0,0 +28887,0,0,0,0,0 +28888,0,0,0,0,0 +28889,0,0,0,0,0 +28890,0,0,0,0,0 +28891,0,0,0,0,0 +28892,0,0,0,0,0 +28893,0,0,0,0,0 +28894,0,0,0,0,0 +28895,0,0,0,0,0 +28896,0,0,0,0,0 +28897,0,0,0,0,0 +28898,0,0,0,0,0 +28899,0,0,0,0,0 +28900,0,0,0,0,0 +28901,0,0,0,0,0 +28902,0,0,0,0,0 +28903,0,0,0,0,0 +28904,0,0,0,0,0 +28905,0,0,0,0,0 +28906,0,0,0,0,0 +28907,0,0,0,0,0 +28908,0,0,0,0,0 +28909,0,0,0,0,0 +28910,0,0,0,0,0 +28911,0,0,0,0,0 +28912,0,0,0,0,0 +28913,0,0,0,0,0 +28914,0,0,0,0,0 +28915,0,0,0,0,0 +28916,0,0,0,0,0 +28917,0,0,0,0,0 +28918,0,0,0,0,0 +28919,0,0,0,0,0 +28920,0,0,0,0,0 +28921,0,0,0,0,0 +28922,0,0,0,0,0 +28923,0,0,0,0,0 +28924,0,0,0,0,0 +28925,0,0,0,0,0 +28926,0,0,0,0,0 +28927,0,0,0,0,0 +28928,0,0,0,0,0 +28929,0,0,0,0,0 +28930,0,0,0,0,0 +28931,0,0,0,0,0 +28932,0,0,0,0,0 +28933,0,0,0,0,0 +28934,0,0,0,0,0 +28935,0,0,0,0,0 +28936,0,0,0,0,0 +28937,0,0,0,0,0 +28938,0,0,0,0,0 +28939,0,0,0,0,0 +28940,0,0,0,0,0 +28941,0,0,0,0,0 +28942,0,0,0,0,0 +28943,0,0,0,0,0 +28944,0,0,0,0,0 +28945,0,0,0,0,0 +28946,0,0,0,0,0 +28947,0,0,0,0,0 +28948,0,0,0,0,0 +28949,0,0,0,0,0 +28950,0,0,0,0,0 +28951,0,0,0,0,0 +28952,0,0,0,0,0 +28953,0,0,0,0,0 +28954,0,0,0,0,0 +28955,0,0,0,0,0 +28956,0,0,0,0,0 +28957,0,0,0,0,0 +28958,0,0,0,0,0 +28959,0,0,0,0,0 +28960,0,0,0,0,0 +28961,0,0,0,0,0 +28962,0,0,0,0,0 +28963,0,0,0,0,0 +28964,0,0,0,0,0 +28965,0,0,0,0,0 +28966,0,0,0,0,0 +28967,0,0,0,0,0 +28968,0,0,0,0,0 +28969,0,0,0,0,0 +28970,0,0,0,0,0 +28971,0,0,0,0,0 +28972,0,0,0,0,0 +28973,0,0,0,0,0 +28974,0,0,0,0,0 +28975,0,0,0,0,0 +28976,0,0,0,0,0 +28977,0,0,0,0,0 +28978,0,0,0,0,0 +28979,0,0,0,0,0 +28980,0,0,0,0,0 +28981,0,0,0,0,0 +28982,0,0,0,0,0 +28983,0,0,0,0,0 +28984,0,0,0,0,0 +28985,0,0,0,0,0 +28986,0,0,0,0,0 +28987,0,0,0,0,0 +28988,0,0,0,0,0 +28989,0,0,0,0,0 +28990,0,0,0,0,0 +28991,0,0,0,0,0 +28992,0,0,0,0,0 +28993,0,0,0,0,0 +28994,0,0,0,0,0 +28995,0,0,0,0,0 +28996,0,0,0,0,0 +28997,0,0,0,0,0 +28998,0,0,0,0,0 +28999,0,0,0,0,0 +29000,0,0,0,0,0 +29001,0,0,0,0,0 +29002,0,0,0,0,0 +29003,0,0,0,0,0 +29004,0,0,0,0,0 +29005,0,0,0,0,0 +29006,0,0,0,0,0 +29007,0,0,0,0,0 +29008,0,0,0,0,0 +29009,0,0,0,0,0 +29010,0,0,0,0,0 +29011,0,0,0,0,0 +29012,0,0,0,0,0 +29013,0,0,0,0,0 +29014,0,0,0,0,0 +29015,0,0,0,0,0 +29016,0,0,0,0,0 +29017,0,0,0,0,0 +29018,0,0,0,0,0 +29019,0,0,0,0,0 +29020,0,0,0,0,0 +29021,0,0,0,0,0 +29022,0,0,0,0,0 +29023,0,0,0,0,0 +29024,0,0,0,0,0 +29025,0,0,0,0,0 +29026,0,0,0,0,0 +29027,0,0,0,0,0 +29028,0,0,0,0,0 +29029,0,0,0,0,0 +29030,0,0,0,0,0 +29031,0,0,0,0,0 +29032,0,0,0,0,0 +29033,0,0,0,0,0 +29034,0,0,0,0,0 +29035,0,0,0,0,0 +29036,0,0,0,0,0 +29037,0,0,0,0,0 +29038,0,0,0,0,0 +29039,0,0,0,0,0 +29040,0,0,0,0,0 +29041,0,0,0,0,0 +29042,0,0,0,0,0 +29043,0,0,0,0,0 +29044,0,0,0,0,0 +29045,0,0,0,0,0 +29046,0,0,0,0,0 +29047,0,0,0,0,0 +29048,0,0,0,0,0 +29049,0,0,0,0,0 +29050,0,0,0,0,0 +29051,0,0,0,0,0 +29052,0,0,0,0,0 +29053,0,0,0,0,0 +29054,0,0,0,0,0 +29055,0,0,0,0,0 +29056,0,0,0,0,0 +29057,0,0,0,0,0 +29058,0,0,0,0,0 +29059,0,0,0,0,0 +29060,0,0,0,0,0 +29061,0,0,0,0,0 +29062,0,0,0,0,0 +29063,0,0,0,0,0 +29064,0,0,0,0,0 +29065,0,0,0,0,0 +29066,0,0,0,0,0 +29067,0,0,0,0,0 +29068,0,0,0,0,0 +29069,0,0,0,0,0 +29070,0,0,0,0,0 +29071,0,0,0,0,0 +29072,0,0,0,0,0 +29073,0,0,0,0,0 +29074,0,0,0,0,0 +29075,0,0,0,0,0 +29076,0,0,0,0,0 +29077,0,0,0,0,0 +29078,0,0,0,0,0 +29079,0,0,0,0,0 +29080,0,0,0,0,0 +29081,0,0,0,0,0 +29082,0,0,0,0,0 +29083,0,0,0,0,0 +29084,0,0,0,0,0 +29085,0,0,0,0,0 +29086,0,0,0,0,0 +29087,0,0,0,0,0 +29088,0,0,0,0,0 +29089,0,0,0,0,0 +29090,0,0,0,0,0 +29091,0,0,0,0,0 +29092,0,0,0,0,0 +29093,0,0,0,0,0 +29094,0,0,0,0,0 +29095,0,0,0,0,0 +29096,0,0,0,0,0 +29097,0,0,0,0,0 +29098,0,0,0,0,0 +29099,0,0,0,0,0 +29100,0,0,0,0,0 +29101,0,0,0,0,0 +29102,0,0,0,0,0 +29103,0,0,0,0,0 +29104,0,0,0,0,0 +29105,0,0,0,0,0 +29106,0,0,0,0,0 +29107,0,0,0,0,0 +29108,0,0,0,0,0 +29109,0,0,0,0,0 +29110,0,0,0,0,0 +29111,0,0,0,0,0 +29112,0,0,0,0,0 +29113,0,0,0,0,0 +29114,0,0,0,0,0 +29115,0,0,0,0,0 +29116,0,0,0,0,0 +29117,0,0,0,0,0 +29118,0,0,0,0,0 +29119,0,0,0,0,0 +29120,0,0,0,0,0 +29121,0,0,0,0,0 +29122,0,0,0,0,0 +29123,0,0,0,0,0 +29124,0,0,0,0,0 +29125,0,0,0,0,0 +29126,0,0,0,0,0 +29127,0,0,0,0,0 +29128,0,0,0,0,0 +29129,0,0,0,0,0 +29130,0,0,0,0,0 +29131,0,0,0,0,0 +29132,0,0,0,0,0 +29133,0,0,0,0,0 +29134,0,0,0,0,0 +29135,0,0,0,0,0 +29136,0,0,0,0,0 +29137,0,0,0,0,0 +29138,0,0,0,0,0 +29139,0,0,0,0,0 +29140,0,0,0,0,0 +29141,0,0,0,0,0 +29142,0,0,0,0,0 +29143,0,0,0,0,0 +29144,0,0,0,0,0 +29145,0,0,0,0,0 +29146,0,0,0,0,0 +29147,0,0,0,0,0 +29148,0,0,0,0,0 +29149,0,0,0,0,0 +29150,0,0,0,0,0 +29151,0,0,0,0,0 +29152,0,0,0,0,0 +29153,0,0,0,0,0 +29154,0,0,0,0,0 +29155,0,0,0,0,0 +29156,0,0,0,0,0 +29157,0,0,0,0,0 +29158,0,0,0,0,0 +29159,0,0,0,0,0 +29160,0,0,0,0,0 +29161,0,0,0,0,0 +29162,0,0,0,0,0 +29163,0,0,0,0,0 +29164,0,0,0,0,0 +29165,0,0,0,0,0 +29166,0,0,0,0,0 +29167,0,0,0,0,0 +29168,0,0,0,0,0 +29169,0,0,0,0,0 +29170,0,0,0,0,0 +29171,0,0,0,0,0 +29172,0,0,0,0,0 +29173,0,0,0,0,0 +29174,0,0,0,0,0 +29175,0,0,0,0,0 +29176,0,0,0,0,0 +29177,0,0,0,0,0 +29178,0,0,0,0,0 +29179,0,0,0,0,0 +29180,0,0,0,0,0 +29181,0,0,0,0,0 +29182,0,0,0,0,0 +29183,0,0,0,0,0 +29184,0,0,0,0,0 +29185,0,0,0,0,0 +29186,0,0,0,0,0 +29187,0,0,0,0,0 +29188,0,0,0,0,0 +29189,0,0,0,0,0 +29190,0,0,0,0,0 +29191,0,0,0,0,0 +29192,0,0,0,0,0 +29193,0,0,0,0,0 +29194,0,0,0,0,0 +29195,0,0,0,0,0 +29196,0,0,0,0,0 +29197,0,0,0,0,0 +29198,0,0,0,0,0 +29199,0,0,0,0,0 +29200,0,0,0,0,0 +29201,0,0,0,0,0 +29202,0,0,0,0,0 +29203,0,0,0,0,0 +29204,0,0,0,0,0 +29205,0,0,0,0,0 +29206,0,0,0,0,0 +29207,0,0,0,0,0 +29208,0,0,0,0,0 +29209,0,0,0,0,0 +29210,0,0,0,0,0 +29211,0,0,0,0,0 +29212,0,0,0,0,0 +29213,0,0,0,0,0 +29214,0,0,0,0,0 +29215,0,0,0,0,0 +29216,0,0,0,0,0 +29217,0,0,0,0,0 +29218,0,0,0,0,0 +29219,0,0,0,0,0 +29220,0,0,0,0,0 +29221,-1902.797681,-831.591027,-1868.193196,-831.6046914,-1133.415258 +29222,-1958.167438,-829.0854407,-1917.814349,-829.0990767,-1132.283523 +29223,-1891.528242,-800.5198264,-1851.732386,-800.5328491,-1095.871305 +29224,-1874.091047,-793.317384,-1834.783279,-793.3302579,-1088.85036 +29225,-1907.747533,-807.7946653,-1867.797673,-807.8078653,-1111.207412 +29226,-1919.573671,-813.0184705,-1879.415098,-813.0317921,-1120.054864 +29227,-1921.483041,-814.0357411,-1881.332055,-814.0490905,-1122.764375 +29228,-1919.765781,-813.5100912,-1879.701039,-813.5234343,-1123.152286 +29229,-1916.954791,-812.5125751,-1876.992846,-812.5259025,-1122.728043 +29230,-1913.992604,-811.4409193,-1874.126778,-811.4542307,-1122.052786 +29231,-1911.202617,-810.4310122,-1871.419859,-810.4443104,-1121.331349 +29232,-1908.671842,-809.5185717,-1868.959103,-809.5318601,-1120.635077 +29233,-1906.402057,-808.7040528,-1866.74804,-808.717335,-1119.985854 +29234,-1904.369138,-807.9774463,-1864.764411,-807.9907252,-1119.387651 +29235,-1902.544121,-807.3269377,-1862.980841,-807.3402161,-1118.838277 +29236,-1900.89964,-806.7415145,-1861.371279,-806.7547947,-1118.333664 +29237,-1899.41145,-806.2115575,-1859.912568,-806.2248414,-1117.86941 +29238,-1898.059348,-805.7291794,-1858.585384,-805.7424688,-1117.441534 +29239,-1896.824817,-805.2872596,-1857.371986,-805.3005559,-1117.046088 +29240,-1895.691862,-804.8797458,-1856.257027,-804.8930503,-1116.679492 +29241,-1894.646973,-804.5016167,-1855.227527,-804.5149304,-1116.338594 +29242,-1893.678743,-804.1487088,-1854.272507,-804.1620326,-1116.020624 +29243,-1892.777475,-803.8175466,-1853.382623,-803.8308812,-1115.723133 +29244,-1891.934887,-803.5052136,-1852.549883,-803.5185594,-1115.443952 +29245,-1891.143885,-803.2092548,-1851.767435,-803.2226124,-1115.181154 +29246,-1890.398389,-802.9276022,-1851.029395,-802.940972,-1114.933032 +29247,-1889.693183,-802.6585119,-1850.330712,-802.6718942,-1114.698071 +29248,-1889.023788,-802.4005124,-1849.667041,-802.4139073,-1114.474928 +29249,-1888.386351,-802.1523598,-1849.034643,-802.1657674,-1114.262416 +29250,-1887.777559,-801.9130015,-1848.430294,-801.926422,-1114.059481 +29251,-1887.194549,-801.6815451,-1847.851211,-801.6949784,-1113.865192 +29252,-1886.634853,-801.4572322,-1847.294988,-801.4706784,-1113.678722 +29253,-1886.096333,-801.2394171,-1846.759541,-801.2528762,-1113.499341 +29254,-1885.577132,-801.0275489,-1846.243058,-801.0410206,-1113.326402 +29255,-1885.07564,-800.8211556,-1845.743964,-800.83464,-1113.159332 +29256,-1884.575868,-800.4638206,-1845.214241,-800.625962,-1112.997418 +29257,-1884.079486,-799.9916098,-1844.664363,-800.4161985,-1112.840279 +29258,-1883.590696,-799.4628387,-1844.112499,-800.2077624,-1112.687548 +29259,-1883.111579,-798.9092217,-1843.567337,-800.0019177,-1112.538873 +29260,-1882.64232,-798.3405968,-1843.0314,-799.7989346,-1112.393934 +29261,-1882.182296,-797.7577124,-1842.504366,-799.5986643,-1112.252445 +29262,-1881.730758,-797.1595892,-1841.98543,-799.4008859,-1112.114146 +29263,-1881.287041,-674.5348596,-1841.474068,-799.2054169,-1111.978796 +29264,-1880.850596,-650.9192219,-1840.970035,-799.0121198,-1111.846179 +29265,-1880.420941,-653.8994391,-1840.473212,-798.8208826,-1111.716093 +29266,-1879.997653,-622.5962267,-1839.98352,-798.6316105,-1111.588364 +29267,-1879.580348,-601.4379141,-1825.90562,-798.444218,-1111.462834 +29268,-1762.172184,-581.6256459,-1700.801612,-798.258627,-1111.339361 +29269,-1813.579096,-559.4298824,-1760.893942,-798.0595369,-1111.196634 +29270,-1789.936074,-540.5708353,-1735.324626,-797.8754178,-1111.074194 +29271,-1780.069605,-518.459018,-1720.836388,-797.705222,-1110.970585 +29272,-1773.131883,-497.3455051,-1713.094284,-797.5302781,-1110.859878 +29273,-1762.135666,-477.3083653,-1704.985683,-797.3543528,-1110.747311 +29274,-1758.309586,-455.1164173,-1692.079626,-797.1788782,-1110.634859 +29275,-1746.28558,-433.8506171,-1689.844897,-797.0043942,-1110.523261 +29276,-1739.959171,-412.9700011,-1678.20596,-796.8310921,-1110.41278 +29277,-1733.406689,-390.9332958,-1668.356218,-796.659022,-1110.303494 +29278,-1724.29098,-369.1647888,-1663.245341,-796.4881796,-1110.195408 +29279,-1719.565105,-347.2551103,-1657.995749,-746.747218,-1110.088502 +29280,-1708.179926,-325.3121253,-1645.530548,-766.7357209,-1088.434509 +29281,-1703.620722,-302.5885428,-1639.150091,-757.0910744,-1084.143609 +29282,-1691.478381,-280.421549,-1629.458974,-750.4232259,-1098.006975 +29283,-1685.714238,-260.2749299,-1623.492044,-746.1806537,-1104.305466 +29284,-1675.770273,-240.3315019,-1615.06068,-741.3030521,-1084.520881 +29285,-1666.158111,-219.3606995,-1603.897211,-736.2761674,-1075.201505 +29286,-1658.076127,-200.2634519,-1597.72696,-732.496948,-1093.193984 +29287,-1648.551374,-178.9116551,-1589.056994,-727.067596,-1077.984132 +29288,-1641.942971,-159.3918796,-1583.399791,-723.397821,-1070.260386 +29289,-1631.616612,-142.6252483,-1573.781033,-717.7546095,-1061.86384 +29290,-1626.865328,-126.0284333,-1566.32802,-715.3943095,-1031.113251 +29291,-1613.523144,-109.011333,-1558.768227,-709.3776817,-1018.059178 +29292,-1608.784557,-92.26342982,-1550.492212,-704.9868574,-1040.841332 +29293,-1600.080611,-75.21583881,-1546.016582,-702.4318674,-1041.311053 +29294,-1586.215759,-67.37409736,-1530.042494,-693.9515201,-1020.539536 +29295,-1578.246513,-51.92067226,-1525.163346,-691.3831663,-1002.622552 +29296,-1572.820912,-35.38493186,-1512.412866,-686.7894798,-1028.298154 +29297,-1560.983182,-18.86712144,-1510.158001,-681.3377576,-1034.340581 +29298,-1554.913111,0,-1496.477824,-678.7195748,-1019.809592 +29299,-1547.487208,0,-1493.861654,-673.9276469,-1001.073334 +29300,-1535.761979,0,-1481.963914,-670.0928455,-985.3384156 +29301,-1531.96453,0,-1475.52685,-665.6613679,-1013.237924 +29302,-1520.837848,0,-1467.438496,-662.2769433,-1024.877833 +29303,-1513.156056,0,-1458.457239,-657.0910281,-1016.812071 +29304,-1504.538178,0,-1452.814984,-654.4263712,-1003.210114 +29305,-1500.665671,0,-1442.876608,-650.014633,-990.6452831 +29306,-1486.672838,0,-1434.483808,-645.5244205,-979.7143372 +29307,-1482.548821,0,-1427.944214,-642.8691304,-970.5464938 +29308,-1475.043832,0,-1417.853505,-637.5916547,-962.5905332 +29309,-1463.094159,0,-1410.269596,-635.0331259,-956.312677 +29310,-1457.243603,0,-1402.423602,-629.9001436,-951.0092015 +29311,-1446.483494,0,-1396.485432,-627.2351721,-946.9991947 +29312,-1441.765892,0,-1385.403053,-623.5618795,-943.920942 +29313,-1434.092023,0,-1379.132166,-619.7606551,-941.9736981 +29314,-1425.086555,0,-1370.251976,-616.407623,-940.8322448 +29315,-1417.106954,0,-1366.019174,-612.5991595,-940.5428381 +29316,-1411.600205,0,-1354.588718,-609.239591,-941.2293123 +29317,-1401.557623,0,-1348.040156,-605.363342,-943.0524494 +29318,-1395.216538,0,-1341.83678,-602.484458,-945.7028458 +29319,-1386.338863,0,-1332.804032,-598.5988643,-949.0774512 +29320,-1379.383039,0,-1324.747514,-595.9977738,-953.2092791 +29321,-1371.428641,0,-1319.240741,-591.8644916,-957.7596845 +29322,-1365.631507,0,-1309.246417,-588.0398492,-962.7158091 +29323,-1354.927209,0,-1303.957456,-586.0569074,-967.8608183 +29324,-1346.414853,0,-1295.590779,-582.1770412,-973.2594281 +29325,-1343.309177,0,-1288.443225,-577.4561307,-978.8683634 +29326,-1329.771561,0,-1280.31235,-576.5304691,-984.7635942 +29327,-1327.666022,0,-1273.998733,-571.3646456,-990.9088222 +29328,-1315.249581,0,-1264.945467,-569.3828344,-913.5124503 +29329,-1308.222413,0,-1258.689427,-564.7809656,-916.2970159 +29330,-1301.375281,0,-1251.646888,-562.2942425,-923.2638426 +29331,-1292.924485,0,-1244.261524,-558.5822994,-910.6995551 +29332,-1285.685825,0,-1235.997808,-556.1007693,-907.919601 +29333,-1277.492505,0,-1229.965502,-551.9985666,-902.1201144 +29334,-1266.78686,0,-1221.694461,-550.289365,-899.60774 +29335,-1263.527614,0,-1214.991626,-545.5335318,-893.0099454 +29336,-1251.424836,0,-1207.232494,-542.6863173,-889.8706127 +29337,-1244.778606,0,-1198.666113,-539.4982718,-886.1502227 +29338,-1235.889739,0,-1194.589637,-536.6978922,-881.9607637 +29339,-1229.879562,0,-1184.96667,-533.0340514,-877.3743995 +29340,-1220.068535,0,-1178.445306,-529.8699816,-872.439874 +29341,-1215.189247,0,-1180.601689,-531.4115466,-869.0587616 +29342,-1206.540404,0,-1171.945365,-527.3986818,-865.5047017 +29343,-1199.464974,0,-1166.699164,-523.9627371,-858.8240405 +29344,-1190.328621,0,-1157.599482,-521.8799617,-855.909336 +29345,-1180.947471,0,-1150.166958,-517.5416872,-851.8576469 +29346,-1173.287608,0,-1144.507248,-515.344415,-846.5869524 +29347,-1161.474418,0,-1136.788965,-511.5813169,-843.344445 +29348,-1157.498499,0,-1128.916139,-508.5112042,-837.7404152 +29349,-1143.14968,0,-1120.892007,-506.1740296,-834.2873737 +29350,-1136.879402,0,-1114.782081,-502.1938182,-829.5504706 +29351,-1128.369996,0,-1106.490001,-498.9471855,-825.9076024 +29352,-1117.504485,0,-1100.17415,-495.6423248,-820.916205 +29353,-1110.872084,0,-1091.609829,-493.1264211,-817.0763774 +29354,-1098.461617,0,-1082.889543,-489.7155182,-813.1487971 +29355,-1091.566985,0,-1078.47627,-486.2430642,-809.1312045 +29356,-1081.04079,193.3752718,-1069.513457,-483.5989454,-803.6297418 +29357,-1072.705037,120.4005227,-1062.684497,-480.0164824,-800.8181463 +29358,-1061.787845,153.4413851,-1053.431659,-477.2880022,-795.0614641 +29359,-1054.386891,173.0121491,-1048.745453,-473.5917189,-792.1180705 +29360,-1044.355924,188.3068571,-1039.236227,-470.7765403,-787.6157248 +29361,-1034.138961,202.9915104,-1031.991056,-466.9630324,-783.0077466 +29362,-1025.045425,217.8991868,-1024.646695,-465.0315595,-779.8760655 +29363,-1015.804499,232.2804351,-1018.449107,-460.6181155,-775.084863 +29364,-1005.058595,246.4586481,-1009.649109,-458.1280999,-770.1795682 +29365,-996.8696925,260.8979423,-1001.993815,-455.1022038,-766.8448415 +29366,-985.7711172,274.363635,-995.534519,-451.0024375,-763.4564381 +29367,-977.3128113,288.4859599,-986.36401,-448.9255311,-756.5140177 +29368,-967.2939154,306.1056476,-981.0587571,-444.712585,-756.5148847 +29369,-957.1110532,323.5698332,-973.0051687,-442.5778855,-748.4323691 +29370,-948.25124,340.7264476,-963.4667028,-438.2477398,-746.5963844 +29371,-937.7569465,356.981042,-959.3338646,-436.0536717,-741.939365 +29372,-925.5549505,362.8840617,-939.6542154,-429.3477661,-737.1857069 +29373,-916.254179,376.299003,-933.9144978,-424.7717639,-734.2865205 +29374,-906.8226184,390.718979,-923.7380313,-421.869264,-728.378099 +29375,-897.2591289,404.5426627,-919.3278967,-418.9335023,-726.3760876 +29376,-887.5627843,418.4429742,-910.411353,-415.9633847,-720.2669721 +29377,-879.3803318,431.8522638,-902.8864275,-412.3534617,-718.1964899 +29378,-867.7643987,446.0612656,-896.8049679,-409.9194672,-712.9421016 +29379,-861.0447427,458.7291144,-889.1224111,-406.8443513,-708.6577549 +29380,-850.8461948,472.1084927,-882.9123369,-403.1067936,-705.3965692 +29381,-840.5068312,484.9933049,-875.0675703,-401.2192624,-700.9823832 +29382,-831.7839042,497.7443786,-868.7268869,-397.4027476,-696.491703 +29383,-822.9617556,510.3151997,-860.7180998,-394.8292473,-693.0727509 +29384,-814.0385524,522.3956737,-855.8695165,-391.5784283,-688.4443202 +29385,-803.1965967,535.1286638,-847.7114164,-388.950669,-684.9199728 +29386,-794.0514499,546.9213566,-839.4596269,-384.9630359,-680.148361 +29387,-786.6626798,558.8698379,-834.4651665,-383.6225207,-677.7312928 +29388,-774.5125313,570.5905186,-827.7508293,-379.5599599,-671.5938937 +29389,-767.8995291,582.1114203,-819.2698431,-376.8205904,-669.1012846 +29390,-756.4422064,593.5643918,-814.1360345,-373.360968,-665.3203665 +29391,-746.7811564,604.7795678,-805.500665,-371.2667299,-660.1998516 +29392,-738.9786321,615.8314082,-800.2737915,-367.742885,-657.6054506 +29393,-729.1294424,626.8212553,-793.2478859,-365.6092205,-652.3463072 +29394,-719.1750601,637.5355061,-786.158381,-361.2966641,-648.3400476 +29395,-711.1367236,648.2312406,-779.0054875,-359.8469936,-645.6394266 +29396,-699.9732777,658.6491562,-773.5994932,-355.4554586,-640.1638495 +29397,-691.7760192,669.0533163,-765.4214754,-353.9790103,-637.3891163 +29398,-682.4736398,679.1813161,-759.0051755,-350.2565397,-633.1793321 +29399,-672.0380707,689.3021496,-753.4663677,-347.2482471,-628.911859 +29400,-663.6156926,699.146082,-745.0882806,-344.5940413,-624.5860761 +29401,-652.9941162,708.9887525,-738.5160816,-341.150669,-623.1312836 +29402,-644.423444,718.5641634,-732.8434048,-338.8361313,-617.2434659 +29403,-633.6172648,728.1551253,-724.2633832,-334.9429212,-614.2592932 +29404,-624.8999093,737.4621077,-717.5335361,-332.5866791,-611.2479469 +29405,-613.9122448,746.7478715,-711.7256522,-329.420121,-606.6785236 +29406,-605.0513935,755.9080844,-702.9430152,-326.2254327,-604.3703898 +29407,-595.0074436,764.3741469,-698.0288604,-323.0028788,-599.7055129 +29408,-584.8849806,773.9725986,-688.1216032,-320.5678359,-597.3489786 +29409,-575.8226949,782.3592957,-684.1318254,-316.8847585,-592.5864066 +29410,-565.5552424,791.0570433,-676.0996838,-313.9957438,-589.3748294 +29411,-555.2132421,799.5039259,-668.0018474,-311.5023218,-586.1335875 +29412,-547.1194586,807.9983387,-661.886925,-307.3103145,-582.0395279 +29413,-535.4801788,816.0876566,-655.7352054,-305.6218315,-578.730198 +29414,-526.1072866,824.3386031,-647.4746008,-301.3677007,-575.3901126 +29415,-516.6807957,832.2506656,-641.2372728,-299.2245197,-571.1711648 +29416,-507.2014616,840.27935,-633.9144025,-295.7716467,-568.6164551 +29417,-496.4757971,847.9367925,-626.5426011,-292.7271636,-564.3185736 +29418,-486.8900383,855.5879852,-621.2476825,-289.6611187,-560.8443517 +29419,-477.256924,863.1968991,-612.7223706,-286.573498,-557.337901 +29420,-467.5778419,870.6347107,-606.2875655,-283.9098405,-553.7988208 +29421,-457.8545253,877.8187974,-598.7360073,-280.3332149,-550.226776 +29422,-446.8654128,885.1328021,-592.2259955,-277.6326415,-545.714974 +29423,-438.2840216,892.1641448,-585.6811736,-274.4619966,-543.8959641 +29424,-428.4404683,899.0859923,-578.0015269,-271.2700946,-539.3103288 +29425,-417.3230457,906.0772965,-571.3825864,-268.5175091,-535.6034702 +29426,-408.6471963,912.6965391,-564.7300852,-265.2863867,-531.8624201 +29427,-398.7017496,919.3212569,-556.9265446,-262.0344228,-529.0340456 +29428,-388.1019762,925.9172627,-551.325841,-259.2307811,-524.2759814 +29429,-378.7238774,932.2843826,-543.446128,-256.411897,-521.395004 +29430,-369.3234498,938.6526952,-536.6578155,-252.629739,-518.4939594 +29431,-358.6445566,944.1436995,-529.8383338,-250.2529403,-513.6137166 +29432,-350.4626814,949.5915038,-522.9882198,-247.3870872,-510.658788 +29433,-340.3748253,954.911815,-517.2569239,-244.0249845,-506.6871601 +29434,-330.9018451,959.9328155,-510.3512522,-241.1279439,-502.6791341 +29435,-322.0483252,965.0100378,-503.4161696,-238.7031323,-500.6615921 +29436,-311.9170006,969.6753416,-497.034144,-235.2915411,-495.5763242 +29437,-303.676727,974.5606269,-490.628559,-232.8433641,-491.4665051 +29438,-292.8902464,979.0295871,-483.6141143,-229.399798,-489.3980047 +29439,-284.9530311,983.4755124,-477.7484858,-226.9292489,-485.2319551 +29440,-274.7863091,987.7095035,-470.6852268,-223.9523229,-481.0280183 +29441,-265.5674595,991.9642186,-464.7797752,-220.9623897,-477.8503612 +29442,-256.662625,995.8354809,-457.6700295,-218.2105393,-473.5800744 +29443,-247.1180941,999.9366308,-451.726949,-215.1965352,-471.4307586 +29444,-237.8890392,1003.57409,-444.5734421,-212.4230522,-466.0145906 +29445,-228.6579692,1007.345489,-438.5950649,-209.385969,-463.2841314 +29446,-219.4253712,1010.783809,-432.6011639,-206.5918379,-459.4359612 +29447,-210.1916545,1014.300724,-424.7864123,-203.7881444,-456.1138017 +29448,-200.9571544,1017.499314,-419.3626442,-200.7188746,-451.6499867 +29449,-191.722132,1020.776392,-412.7181168,-197.8960218,-448.2766686 +29450,-182.805246,1023.739094,-406.0574168,-195.0644072,-444.881337 +29451,-173.2511414,1026.780311,-399.9889969,-192.2242188,-441.4637587 +29452,-164.3339297,1029.511368,-392.6906881,-189.3757087,-436.8723545 +29453,-155.098161,1032.319942,-387.206414,-186.2590993,-433.9829132 +29454,-145.8623635,1034.822521,-380.4908092,-183.6550728,-429.9116334 +29455,-136.9450574,1037.401763,-373.7623856,-180.5220265,-426.3979132 +29456,-127.868473,1039.678869,-367.6353739,-177.9047617,-422.8619248 +29457,-118.7918626,1041.906752,-360.884721,-175.0191065,-418.7084159 +29458,-109.5560088,1044.174493,-355.353598,-172.1268182,-415.1242968 +29459,-100.6386678,1046.120775,-347.9677328,-168.9644654,-412.1206014 +29460,-91.56208397,1048.01714,-341.8045298,-166.5882296,-407.2822984 +29461,-83.4409308,1049.607471,-336.8688213,-163.6785273,-404.8485398 +29462,-74.8420548,1051.211822,-330.074622,-161.0287359,-399.9511588 +29463,-66.88013873,1052.547368,-325.1287277,-158.6403239,-397.48794 +29464,-58.28125889,1053.827989,-318.3217793,-155.7166351,-393.1533968 +29465,-50.31934155,1054.986209,-313.9869569,-153.3211698,-389.4143171 +29466,-42.03894555,1056.03484,-307.1694449,-150.6561128,-386.2817928 +29467,-33.75854019,1056.974332,-302.207843,-147.9876298,-382.5025908 +29468,-25.79662509,1057.805686,-296.0018425,-145.5833599,-378.7015913 +29469,-17.51622269,1058.529172,-291.0342769,-142.6414257,-374.8789986 +29470,-9.395065652,1059.14564,-284.8213859,-140.4998952,-371.6771477 +29471,-1.433145635,1059.655299,-279.2270645,-137.552396,-367.8151613 +29472,0,1060.058963,-273.6305211,-134.8704899,-364.5805551 +29473,0,1060.357069,-268.0318127,-132.7234923,-360.0273152 +29474,0,1060.550323,-262.4312415,-129.5004229,-356.7576918 +29475,0,1060.638868,-256.5176431,-127.6192404,-353.4736158 +29476,0,1060.62343,-251.2253109,-124.3922262,-349.5135876 +29477,0,1060.504121,-245.6202959,-122.2398077,-346.1978933 +29478,0,1060.281657,-239.7026839,-119.5480201,-341.5321762 +29479,0,1059.956162,-234.4071481,-116.8549979,-338.8539865 +29480,0,1059.528349,-228.7993193,-114.4304616,-334.8199065 +29481,0,1058.998349,-222.879129,-111.7355882,-331.4431184 +29482,0,1058.366882,-217.5817407,-109.309561,-327.3730844 +29483,0,1057.634056,-211.9722044,-106.6132375,-323.6254411 +29484,0,1056.800604,-206.3623038,-103.916369,-320.5474311 +29485,0,1055.866637,-201.0637543,-101.7585551,-315.738382 +29486,0,1054.832862,-195.1415521,-98.65608564,-312.9793145 +29487,0,1053.699398,-189.8426066,-96.63256715,-309.1723014 +29488,0,1052.466938,-184.2318345,-93.66432111,-305.3502556 +29489,0,1051.135605,-178.6209196,-91.23558007,-301.1640359 +29490,0,1049.706077,-173.3217115,-88.80671272,-298.3638342 +29491,0,1047.81073,-167.7106422,-86.10774773,-294.1493012 +29492,0,1045.568423,-162.7230571,-83.67863557,-289.9183262 +29493,0,1043.32631,-157.1119152,-81.24943875,-287.0888898 +29494,0,1040.894028,-151.8125386,-78.82018518,-282.8314216 +29495,0,1038.347635,-146.5131371,-76.12091982,-279.2718132 +29496,0,1035.680733,-141.3696447,-73.96155019,-275.7017992 +29497,0,1032.896263,-135.9143446,-71.26222986,-271.4043785 +29498,0,1029.996991,-130.7708101,-68.83286895,-267.8124854 +29499,0,1026.984863,-125.6272557,-66.40349643,-264.5716543 +29500,0,1023.86208,-120.0160904,-63.97412761,-260.238727 +29501,0,1020.630203,-115.1842838,-61.54472717,-256.6181523 +29502,0,1017.290809,-109.7290107,-59.11532878,-252.9889525 +29503,0,1013.846042,-106.1441059,-56.55094265,-248.9871657 +29504,0,1010.297021,-102.403364,-54.25652898,-245.3407778 +29505,0,1006.645232,-98.35085788,-51.69215245,-241.6866664 +29506,0,1002.892147,-94.29836786,-49.39773504,-237.6585613 +29507,0,999.0388085,-90.71347859,-47.77812033,-233.6219415 +29508,0,995.0867436,-86.34924904,-46.15854888,-230.3132592 +29509,0,991.0998231,-82.92023236,-44.13403745,-226.2621669 +29510,0,986.8627366,-78.5559909,-42.24450785,-222.5729425 +29511,0,982.66585,-74.97110466,-40.48994468,-218.5081179 +29512,0,978.3195529,-70.76274786,-38.33047442,-214.8071431 +29513,0,973.8267226,-67.33372285,-36.84586146,-210.730162 +29514,0,969.395116,-62.96948553,-34.55141764,-207.3901627 +29515,0,964.7977372,-59.22872328,-33.06679817,-202.9310903 +29516,0,960.0157413,-55.48797255,-30.77235658,-199.5828893 +29517,0,955.2658838,-51.43547273,-29.2877389,-195.1137013 +29518,0,950.3742043,-47.69471639,-27.12826816,-192.1314433 +29519,0,945.4046481,-43.64221421,-25.37370412,-187.2806552 +29520,0,940.4078343,-40.05733061,-23.48417633,-183.9195231 +29521,0,935.2993762,-35.84896422,-21.59464123,-179.8084551 +29522,0,930.3879727,-32.10820688,-19.70510602,-174.9460367 +29523,0,925.2139613,-28.21157975,-17.68060542,-170.8288676 +29524,0,920.0182277,-24.15908558,-15.92604644,-166.3347935 +29525,0,914.7879191,-20.26245867,-13.90154809,-162.213141 +29526,0,909.3332288,-16.36583403,-12.14698502,-157.7147875 +29527,0,903.9218727,-12.46920727,-9.987517316,-153.2146788 +29528,0,898.32107,-8.728445629,-8.367923188,-149.0883022 +29529,0,892.8461524,-4.52008656,-6.208457438,-144.5855959 +29530,0,887.0310988,0,-4.58886119,-140.269552 +29531,0,881.3088884,0,-2.42939607,-135.9527516 +29532,0,875.4510098,0,0,-131.4476168 +29533,0,869.5812829,0,0,-127.1297306 +29534,0,863.4451903,0,0,-122.8114887 +29535,0,857.4886611,0,0,-118.4929713 +29536,0,851.2916663,0,0,-114.1742482 +29537,0,845.1345816,0,0,-109.6675984 +29538,0,838.7630228,0,0,-105.3486406 +29539,0,832.3861835,0,0,-101.0296238 +29540,0,826.0755774,0,0,-96.71056281 +29541,0,819.4623629,0,0,-92.20368407 +29542,0,812.9434523,0,0,-87.88458708 +29543,0,806.3571464,0,0,-83.56548415 +29544,0,799.5353907,0,0,-79.2463724 +29545,0,792.8901746,0,0,-74.73946455 +29546,0,786.0788456,0,0,-70.42035021 +29547,0,779.1350031,0,0,-66.10123601 +29548,0,772.2342835,0,0,-61.59432946 +29549,0,765.2331117,0,0,-57.08742752 +29550,0,758.1832331,0,0,-52.95610916 +29551,0,751.6242608,0,0,-48.44920523 +29552,0,743.764906,0,0,-43.94229978 +29553,0,737.0290343,0,0,-39.62318641 +29554,0,729.7164675,0,0,-35.30407152 +29555,0,722.4228727,0,0,-30.60937707 +29556,0,715.1860193,0,0,-26.29026367 +29557,0,707.8020068,0,0,-21.78336241 +29558,0,700.3646424,0,0,-17.46424872 +29559,0,692.9810614,0,0,-12.95734511 +29560,0,685.4575016,0,0,-8.262654063 +29561,0,677.8828444,0,0,-4.131327486 +29562,0,670.3621857,0,0,0 +29563,0,662.7071231,0,0,0 +29564,0,655.0036119,0,0,0 +29565,0,647.3558583,0,0,0 +29566,0,639.5782841,0,0,0 +29567,0,631.7549377,0,0,0 +29568,0,623.9927337,0,0,0 +29569,0,616.0633311,0,0,0 +29570,0,608.231202,0,0,0 +29571,0,600.2371665,0,0,0 +29572,0,592.3383708,0,0,0 +29573,0,584.2828419,0,0,0 +29574,0,576.3197385,0,0,0 +29575,0,568.2057928,0,0,0 +29576,0,560.1832658,0,0,0 +29577,0,552.0153603,0,0,0 +29578,0,543.9392543,0,0,0 +29579,0,535.7220987,0,0,0 +29580,0,527.5981678,0,0,0 +29581,0,0,0,0,0 +29582,0,0,0,0,0 +29583,0,0,0,0,0 +29584,0,0,0,0,0 +29585,0,0,0,0,0 +29586,0,0,0,0,0 +29587,0,0,0,0,0 +29588,0,0,0,0,0 +29589,0,0,0,0,0 +29590,0,0,0,0,0 +29591,0,0,0,0,0 +29592,0,0,0,0,0 +29593,0,0,0,0,0 +29594,0,0,0,0,0 +29595,0,0,0,0,0 +29596,0,0,0,0,0 +29597,0,0,0,0,0 +29598,0,0,0,0,0 +29599,0,0,0,0,0 +29600,0,0,0,0,0 +29601,0,0,0,0,0 +29602,0,0,0,0,0 +29603,0,0,0,0,0 +29604,0,0,0,0,0 +29605,0,0,0,0,0 +29606,0,0,0,0,0 +29607,0,0,0,0,0 +29608,0,0,0,0,0 +29609,0,0,0,0,0 +29610,0,0,0,0,0 +29611,0,0,0,0,0 +29612,0,0,0,0,0 +29613,0,0,0,0,0 +29614,0,0,0,0,0 +29615,0,0,0,0,0 +29616,0,0,0,0,0 +29617,0,0,0,0,0 +29618,0,0,0,0,0 +29619,0,0,0,0,0 +29620,0,0,0,0,0 +29621,0,0,0,0,0 +29622,0,0,0,0,0 +29623,0,0,0,0,0 +29624,0,0,0,0,0 +29625,0,0,0,0,0 +29626,0,0,0,0,0 +29627,0,0,0,0,0 +29628,0,0,0,0,0 +29629,0,0,0,0,0 +29630,0,0,0,0,0 +29631,0,0,0,0,0 +29632,0,0,0,0,0 +29633,0,0,0,0,0 +29634,0,0,0,0,0 +29635,0,0,0,0,0 +29636,0,0,0,0,0 +29637,0,0,0,0,0 +29638,0,0,0,0,0 +29639,0,0,0,0,0 +29640,0,0,0,0,0 +29641,0,0,0,0,0 +29642,0,0,0,0,0 +29643,0,0,0,0,0 +29644,0,0,0,0,0 +29645,0,0,0,0,0 +29646,0,0,0,0,0 +29647,0,0,0,0,0 +29648,0,0,0,0,0 +29649,0,0,0,0,0 +29650,0,0,0,0,0 +29651,0,0,0,0,0 +29652,0,0,0,0,0 +29653,0,0,0,0,0 +29654,0,0,0,0,0 +29655,0,0,0,0,0 +29656,0,0,0,0,0 +29657,0,0,0,0,0 +29658,0,0,0,0,0 +29659,0,0,0,0,0 +29660,0,0,0,0,0 +29661,0,0,0,0,0 +29662,0,0,0,0,0 +29663,0,0,0,0,0 +29664,0,0,0,0,0 +29665,0,0,0,0,0 +29666,0,0,0,0,0 +29667,0,0,0,0,0 +29668,0,0,0,0,0 +29669,0,0,0,0,0 +29670,0,0,0,0,0 +29671,0,0,0,0,0 +29672,0,0,0,0,0 +29673,0,0,0,0,0 +29674,0,0,0,0,0 +29675,0,0,0,0,0 +29676,0,0,0,0,0 +29677,0,0,0,0,0 +29678,0,0,0,0,0 +29679,0,0,0,0,0 +29680,0,0,0,0,0 +29681,0,0,0,0,0 +29682,0,0,0,0,0 +29683,0,0,0,0,0 +29684,0,0,0,0,0 +29685,0,0,0,0,0 +29686,0,0,0,0,0 +29687,0,0,0,0,0 +29688,0,0,0,0,0 +29689,0,0,0,0,0 +29690,0,0,0,0,0 +29691,0,0,0,0,0 +29692,0,0,0,0,0 +29693,0,0,0,0,0 +29694,0,0,0,0,0 +29695,0,0,0,0,0 +29696,0,0,0,0,0 +29697,0,0,0,0,0 +29698,0,0,0,0,0 +29699,0,0,0,0,0 +29700,0,0,0,0,0 +29701,0,0,0,0,0 +29702,0,0,0,0,0 +29703,0,0,0,0,0 +29704,0,0,0,0,0 +29705,0,0,0,0,0 +29706,0,0,0,0,0 +29707,0,0,0,0,0 +29708,0,0,0,0,0 +29709,0,0,0,0,0 +29710,0,0,0,0,0 +29711,0,0,0,0,0 +29712,0,0,0,0,0 +29713,0,0,0,0,0 +29714,0,0,0,0,0 +29715,0,0,0,0,0 +29716,0,0,0,0,0 +29717,0,0,0,0,0 +29718,0,0,0,0,0 +29719,0,0,0,0,0 +29720,0,0,0,0,0 +29721,0,0,0,0,0 +29722,0,0,0,0,0 +29723,0,0,0,0,0 +29724,0,0,0,0,0 +29725,0,0,0,0,0 +29726,0,0,0,0,0 +29727,0,0,0,0,0 +29728,0,0,0,0,0 +29729,0,0,0,0,0 +29730,0,0,0,0,0 +29731,0,0,0,0,0 +29732,0,0,0,0,0 +29733,0,0,0,0,0 +29734,0,0,0,0,0 +29735,0,0,0,0,0 +29736,0,0,0,0,0 +29737,0,0,0,0,0 +29738,0,0,0,0,0 +29739,0,0,0,0,0 +29740,0,0,0,0,0 +29741,0,0,0,0,0 +29742,0,0,0,0,0 +29743,0,0,0,0,0 +29744,0,0,0,0,0 +29745,0,0,0,0,0 +29746,0,0,0,0,0 +29747,0,0,0,0,0 +29748,0,0,0,0,0 +29749,0,0,0,0,0 +29750,0,0,0,0,0 +29751,0,0,0,0,0 +29752,0,0,0,0,0 +29753,0,0,0,0,0 +29754,0,0,0,0,0 +29755,0,0,0,0,0 +29756,0,0,0,0,0 +29757,0,0,0,0,0 +29758,0,0,0,0,0 +29759,0,0,0,0,0 +29760,0,0,0,0,0 +29761,0,0,0,0,0 +29762,0,0,0,0,0 +29763,0,0,0,0,0 +29764,0,0,0,0,0 +29765,0,0,0,0,0 +29766,0,0,0,0,0 +29767,0,0,0,0,0 +29768,0,0,0,0,0 +29769,0,0,0,0,0 +29770,0,0,0,0,0 +29771,0,0,0,0,0 +29772,0,0,0,0,0 +29773,0,0,0,0,0 +29774,0,0,0,0,0 +29775,0,0,0,0,0 +29776,0,0,0,0,0 +29777,0,0,0,0,0 +29778,0,0,0,0,0 +29779,0,0,0,0,0 +29780,0,0,0,0,0 +29781,0,0,0,0,0 +29782,0,0,0,0,0 +29783,0,0,0,0,0 +29784,0,0,0,0,0 +29785,0,0,0,0,0 +29786,0,0,0,0,0 +29787,0,0,0,0,0 +29788,0,0,0,0,0 +29789,0,0,0,0,0 +29790,0,0,0,0,0 +29791,0,0,0,0,0 +29792,0,0,0,0,0 +29793,0,0,0,0,0 +29794,0,0,0,0,0 +29795,0,0,0,0,0 +29796,0,0,0,0,0 +29797,0,0,0,0,0 +29798,0,0,0,0,0 +29799,0,0,0,0,0 +29800,0,0,0,0,0 +29801,0,0,0,0,0 +29802,0,0,0,0,0 +29803,0,0,0,0,0 +29804,0,0,0,0,0 +29805,0,0,0,0,0 +29806,0,0,0,0,0 +29807,0,0,0,0,0 +29808,0,0,0,0,0 +29809,0,0,0,0,0 +29810,0,0,0,0,0 +29811,0,0,0,0,0 +29812,0,0,0,0,0 +29813,0,0,0,0,0 +29814,0,0,0,0,0 +29815,0,0,0,0,0 +29816,0,0,0,0,0 +29817,0,0,0,0,0 +29818,0,0,0,0,0 +29819,0,0,0,0,0 +29820,0,0,0,0,0 +29821,0,0,0,0,0 +29822,0,0,0,0,0 +29823,0,0,0,0,0 +29824,0,0,0,0,0 +29825,0,0,0,0,0 +29826,0,0,0,0,0 +29827,0,0,0,0,0 +29828,0,0,0,0,0 +29829,0,0,0,0,0 +29830,0,0,0,0,0 +29831,0,0,0,0,0 +29832,0,0,0,0,0 +29833,0,0,0,0,0 +29834,0,0,0,0,0 +29835,0,0,0,0,0 +29836,0,0,0,0,0 +29837,0,0,0,0,0 +29838,0,0,0,0,0 +29839,0,0,0,0,0 +29840,0,0,0,0,0 +29841,0,0,0,0,0 +29842,0,0,0,0,0 +29843,0,0,0,0,0 +29844,0,0,0,0,0 +29845,0,0,0,0,0 +29846,0,0,0,0,0 +29847,0,0,0,0,0 +29848,0,0,0,0,0 +29849,0,0,0,0,0 +29850,0,0,0,0,0 +29851,0,0,0,0,0 +29852,0,0,0,0,0 +29853,0,0,0,0,0 +29854,0,0,0,0,0 +29855,0,0,0,0,0 +29856,0,0,0,0,0 +29857,0,0,0,0,0 +29858,0,0,0,0,0 +29859,0,0,0,0,0 +29860,0,0,0,0,0 +29861,0,0,0,0,0 +29862,0,0,0,0,0 +29863,0,0,0,0,0 +29864,0,0,0,0,0 +29865,0,0,0,0,0 +29866,0,0,0,0,0 +29867,0,0,0,0,0 +29868,0,0,0,0,0 +29869,0,0,0,0,0 +29870,0,0,0,0,0 +29871,0,0,0,0,0 +29872,0,0,0,0,0 +29873,0,0,0,0,0 +29874,0,0,0,0,0 +29875,0,0,0,0,0 +29876,0,0,0,0,0 +29877,0,0,0,0,0 +29878,0,0,0,0,0 +29879,0,0,0,0,0 +29880,0,0,0,0,0 +29881,0,0,0,0,0 +29882,0,0,0,0,0 +29883,0,0,0,0,0 +29884,0,0,0,0,0 +29885,0,0,0,0,0 +29886,0,0,0,0,0 +29887,0,0,0,0,0 +29888,0,0,0,0,0 +29889,0,0,0,0,0 +29890,0,0,0,0,0 +29891,0,0,0,0,0 +29892,0,0,0,0,0 +29893,0,0,0,0,0 +29894,0,0,0,0,0 +29895,0,0,0,0,0 +29896,0,0,0,0,0 +29897,0,0,0,0,0 +29898,0,0,0,0,0 +29899,0,0,0,0,0 +29900,0,0,0,0,0 +29901,0,0,0,0,0 +29902,0,0,0,0,0 +29903,0,0,0,0,0 +29904,0,0,0,0,0 +29905,0,0,0,0,0 +29906,0,0,0,0,0 +29907,0,0,0,0,0 +29908,0,0,0,0,0 +29909,0,0,0,0,0 +29910,0,0,0,0,0 +29911,0,0,0,0,0 +29912,0,0,0,0,0 +29913,0,0,0,0,0 +29914,0,0,0,0,0 +29915,0,0,0,0,0 +29916,0,0,0,0,0 +29917,0,0,0,0,0 +29918,0,0,0,0,0 +29919,0,0,0,0,0 +29920,0,0,0,0,0 +29921,0,0,0,0,0 +29922,0,0,0,0,0 +29923,0,0,0,0,0 +29924,0,0,0,0,0 +29925,0,0,0,0,0 +29926,0,0,0,0,0 +29927,0,0,0,0,0 +29928,0,0,0,0,0 +29929,0,0,0,0,0 +29930,0,0,0,0,0 +29931,0,0,0,0,0 +29932,0,0,0,0,0 +29933,0,0,0,0,0 +29934,0,0,0,0,0 +29935,0,0,0,0,0 +29936,0,0,0,0,0 +29937,0,0,0,0,0 +29938,0,0,0,0,0 +29939,0,0,0,0,0 +29940,0,0,0,0,0 +29941,0,0,0,0,0 +29942,0,0,0,0,0 +29943,0,0,0,0,0 +29944,0,0,0,0,0 +29945,0,0,0,0,0 +29946,0,0,0,0,0 +29947,0,0,0,0,0 +29948,0,0,0,0,0 +29949,0,0,0,0,0 +29950,0,0,0,0,0 +29951,0,0,0,0,0 +29952,0,0,0,0,0 +29953,0,0,0,0,0 +29954,0,0,0,0,0 +29955,0,0,0,0,0 +29956,0,0,0,0,0 +29957,0,0,0,0,0 +29958,0,0,0,0,0 +29959,0,0,0,0,0 +29960,0,0,0,0,0 +29961,0,0,0,0,0 +29962,0,0,0,0,0 +29963,0,0,0,0,0 +29964,0,0,0,0,0 +29965,0,0,0,0,0 +29966,0,0,0,0,0 +29967,0,0,0,0,0 +29968,0,0,0,0,0 +29969,0,0,0,0,0 +29970,0,0,0,0,0 +29971,0,0,0,0,0 +29972,0,0,0,0,0 +29973,0,0,0,0,0 +29974,0,0,0,0,0 +29975,0,0,0,0,0 +29976,0,0,0,0,0 +29977,0,0,0,0,0 +29978,0,0,0,0,0 +29979,0,0,0,0,0 +29980,0,0,0,0,0 +29981,0,0,0,0,0 +29982,0,0,0,0,0 +29983,0,0,0,0,0 +29984,0,0,0,0,0 +29985,0,0,0,0,0 +29986,0,0,0,0,0 +29987,0,0,0,0,0 +29988,0,0,0,0,0 +29989,0,0,0,0,0 +29990,0,0,0,0,0 +29991,0,0,0,0,0 +29992,0,0,0,0,0 +29993,0,0,0,0,0 +29994,0,0,0,0,0 +29995,0,0,0,0,0 +29996,0,0,0,0,0 +29997,0,0,0,0,0 +29998,0,0,0,0,0 +29999,0,0,0,0,0 +30000,0,0,0,0,0 +30001,0,0,0,0,0 +30002,0,0,0,0,0 +30003,0,0,0,0,0 +30004,0,0,0,0,0 +30005,0,0,0,0,0 +30006,0,0,0,0,0 +30007,0,0,0,0,0 +30008,0,0,0,0,0 +30009,0,0,0,0,0 +30010,0,0,0,0,0 +30011,0,0,0,0,0 +30012,0,0,0,0,0 +30013,0,0,0,0,0 +30014,0,0,0,0,0 +30015,0,0,0,0,0 +30016,0,0,0,0,0 +30017,0,0,0,0,0 +30018,0,0,0,0,0 +30019,0,0,0,0,0 +30020,0,0,0,0,0 +30021,0,0,0,0,0 +30022,0,0,0,0,0 +30023,0,0,0,0,0 +30024,0,0,0,0,0 +30025,0,0,0,0,0 +30026,0,0,0,0,0 +30027,0,0,0,0,0 +30028,0,0,0,0,0 +30029,0,0,0,0,0 +30030,0,0,0,0,0 +30031,0,0,0,0,0 +30032,0,0,0,0,0 +30033,0,0,0,0,0 +30034,0,0,0,0,0 +30035,0,0,0,0,0 +30036,0,0,0,0,0 +30037,0,0,0,0,0 +30038,0,0,0,0,0 +30039,0,0,0,0,0 +30040,0,0,0,0,0 +30041,0,0,0,0,0 +30042,0,0,0,0,0 +30043,0,0,0,0,0 +30044,0,0,0,0,0 +30045,0,0,0,0,0 +30046,0,0,0,0,0 +30047,0,0,0,0,0 +30048,0,0,0,0,0 +30049,0,0,0,0,0 +30050,0,0,0,0,0 +30051,0,0,0,0,0 +30052,0,0,0,0,0 +30053,0,0,0,0,0 +30054,0,0,0,0,0 +30055,0,0,0,0,0 +30056,0,0,0,0,0 +30057,0,0,0,0,0 +30058,0,0,0,0,0 +30059,0,0,0,0,0 +30060,0,0,0,0,0 +30061,0,0,0,0,0 +30062,0,0,0,0,0 +30063,0,0,0,0,0 +30064,0,0,0,0,0 +30065,0,0,0,0,0 +30066,0,0,0,0,0 +30067,0,0,0,0,0 +30068,0,0,0,0,0 +30069,0,0,0,0,0 +30070,0,0,0,0,0 +30071,0,0,0,0,0 +30072,0,0,0,0,0 +30073,0,0,0,0,0 +30074,0,0,0,0,0 +30075,0,0,0,0,0 +30076,0,0,0,0,0 +30077,0,0,0,0,0 +30078,0,0,0,0,0 +30079,0,0,0,0,0 +30080,0,0,0,0,0 +30081,0,0,0,0,0 +30082,0,0,0,0,0 +30083,0,0,0,0,0 +30084,0,0,0,0,0 +30085,0,0,0,0,0 +30086,0,0,0,0,0 +30087,0,0,0,0,0 +30088,0,0,0,0,0 +30089,0,0,0,0,0 +30090,0,0,0,0,0 +30091,0,0,0,0,0 +30092,0,0,0,0,0 +30093,0,0,0,0,0 +30094,0,0,0,0,0 +30095,0,0,0,0,0 +30096,0,0,0,0,0 +30097,0,0,0,0,0 +30098,0,0,0,0,0 +30099,0,0,0,0,0 +30100,0,0,0,0,0 +30101,0,0,0,0,0 +30102,0,0,0,0,0 +30103,0,0,0,0,0 +30104,0,0,0,0,0 +30105,0,0,0,0,0 +30106,0,0,0,0,0 +30107,0,0,0,0,0 +30108,0,0,0,0,0 +30109,0,0,0,0,0 +30110,0,0,0,0,0 +30111,0,0,0,0,0 +30112,0,0,0,0,0 +30113,0,0,0,0,0 +30114,0,0,0,0,0 +30115,0,0,0,0,0 +30116,0,0,0,0,0 +30117,0,0,0,0,0 +30118,0,0,0,0,0 +30119,0,0,0,0,0 +30120,0,0,0,0,0 +30121,0,0,0,0,0 +30122,0,0,0,0,0 +30123,0,0,0,0,0 +30124,0,0,0,0,0 +30125,0,0,0,0,0 +30126,0,0,0,0,0 +30127,0,0,0,0,0 +30128,0,0,0,0,0 +30129,0,0,0,0,0 +30130,0,0,0,0,0 +30131,0,0,0,0,0 +30132,0,0,0,0,0 +30133,0,0,0,0,0 +30134,0,0,0,0,0 +30135,0,0,0,0,0 +30136,0,0,0,0,0 +30137,0,0,0,0,0 +30138,0,0,0,0,0 +30139,0,0,0,0,0 +30140,0,0,0,0,0 +30141,0,0,0,0,0 +30142,0,0,0,0,0 +30143,0,0,0,0,0 +30144,0,0,0,0,0 +30145,0,0,0,0,0 +30146,0,0,0,0,0 +30147,0,0,0,0,0 +30148,0,0,0,0,0 +30149,0,0,0,0,0 +30150,0,0,0,0,0 +30151,0,0,0,0,0 +30152,0,0,0,0,0 +30153,0,0,0,0,0 +30154,0,0,0,0,0 +30155,0,0,0,0,0 +30156,0,0,0,0,0 +30157,0,0,0,0,0 +30158,0,0,0,0,0 +30159,0,0,0,0,0 +30160,0,0,0,0,0 +30161,0,0,0,0,0 +30162,0,0,0,0,0 +30163,0,0,0,0,0 +30164,0,0,0,0,0 +30165,0,0,0,0,0 +30166,0,0,0,0,0 +30167,0,0,0,0,0 +30168,0,0,0,0,0 +30169,0,0,0,0,0 +30170,0,0,0,0,0 +30171,0,0,0,0,0 +30172,0,0,0,0,0 +30173,0,0,0,0,0 +30174,0,0,0,0,0 +30175,0,0,0,0,0 +30176,0,0,0,0,0 +30177,0,0,0,0,0 +30178,0,0,0,0,0 +30179,0,0,0,0,0 +30180,0,0,0,0,0 +30181,0,0,0,0,0 +30182,0,0,0,0,0 +30183,0,0,0,0,0 +30184,0,0,0,0,0 +30185,0,0,0,0,0 +30186,0,0,0,0,0 +30187,0,0,0,0,0 +30188,0,0,0,0,0 +30189,0,0,0,0,0 +30190,0,0,0,0,0 +30191,0,0,0,0,0 +30192,0,0,0,0,0 +30193,0,0,0,0,0 +30194,0,0,0,0,0 +30195,0,0,0,0,0 +30196,0,0,0,0,0 +30197,0,0,0,0,0 +30198,0,0,0,0,0 +30199,0,0,0,0,0 +30200,0,0,0,0,0 +30201,0,0,0,0,0 +30202,0,0,0,0,0 +30203,0,0,0,0,0 +30204,0,0,0,0,0 +30205,0,0,0,0,0 +30206,0,0,0,0,0 +30207,0,0,0,0,0 +30208,0,0,0,0,0 +30209,0,0,0,0,0 +30210,0,0,0,0,0 +30211,0,0,0,0,0 +30212,0,0,0,0,0 +30213,0,0,0,0,0 +30214,0,0,0,0,0 +30215,0,0,0,0,0 +30216,0,0,0,0,0 +30217,0,0,0,0,0 +30218,0,0,0,0,0 +30219,0,0,0,0,0 +30220,0,0,0,0,0 +30221,0,0,0,0,0 +30222,0,0,0,0,0 +30223,0,0,0,0,0 +30224,0,0,0,0,0 +30225,0,0,0,0,0 +30226,0,0,0,0,0 +30227,0,0,0,0,0 +30228,0,0,0,0,0 +30229,0,0,0,0,0 +30230,0,0,0,0,0 +30231,0,0,0,0,0 +30232,0,0,0,0,0 +30233,0,0,0,0,0 +30234,0,0,0,0,0 +30235,0,0,0,0,0 +30236,0,0,0,0,0 +30237,0,0,0,0,0 +30238,0,0,0,0,0 +30239,0,0,0,0,0 +30240,0,0,0,0,0 +30241,0,0,0,0,0 +30242,0,0,0,0,0 +30243,0,0,0,0,0 +30244,0,0,0,0,0 +30245,0,0,0,0,0 +30246,0,0,0,0,0 +30247,0,0,0,0,0 +30248,0,0,0,0,0 +30249,0,0,0,0,0 +30250,0,0,0,0,0 +30251,0,0,0,0,0 +30252,0,0,0,0,0 +30253,0,0,0,0,0 +30254,0,0,0,0,0 +30255,0,0,0,0,0 +30256,0,0,0,0,0 +30257,0,0,0,0,0 +30258,0,0,0,0,0 +30259,0,0,0,0,0 +30260,0,0,0,0,0 +30261,0,0,0,0,0 +30262,0,0,0,0,0 +30263,0,0,0,0,0 +30264,0,0,0,0,0 +30265,0,0,0,0,0 +30266,0,0,0,0,0 +30267,0,0,0,0,0 +30268,0,0,0,0,0 +30269,0,0,0,0,0 +30270,0,0,0,0,0 +30271,0,0,0,0,0 +30272,0,0,0,0,0 +30273,0,0,0,0,0 +30274,0,0,0,0,0 +30275,0,0,0,0,0 +30276,0,0,0,0,0 +30277,0,0,0,0,0 +30278,0,0,0,0,0 +30279,0,0,0,0,0 +30280,0,0,0,0,0 +30281,0,0,0,0,0 +30282,0,0,0,0,0 +30283,0,0,0,0,0 +30284,0,0,0,0,0 +30285,0,0,0,0,0 +30286,0,0,0,0,0 +30287,0,0,0,0,0 +30288,0,0,0,0,0 +30289,0,0,0,0,0 +30290,0,0,0,0,0 +30291,0,0,0,0,0 +30292,0,0,0,0,0 +30293,0,0,0,0,0 +30294,0,0,0,0,0 +30295,0,0,0,0,0 +30296,0,0,0,0,0 +30297,0,0,0,0,0 +30298,0,0,0,0,0 +30299,0,0,0,0,0 +30300,0,0,0,0,0 +30301,0,0,0,0,0 +30302,0,0,0,0,0 +30303,0,0,0,0,0 +30304,0,0,0,0,0 +30305,0,0,0,0,0 +30306,0,0,0,0,0 +30307,0,0,0,0,0 +30308,0,0,0,0,0 +30309,0,0,0,0,0 +30310,0,0,0,0,0 +30311,0,0,0,0,0 +30312,0,0,0,0,0 +30313,0,0,0,0,0 +30314,0,0,0,0,0 +30315,0,0,0,0,0 +30316,0,0,0,0,0 +30317,0,0,0,0,0 +30318,0,0,0,0,0 +30319,0,0,0,0,0 +30320,0,0,0,0,0 +30321,0,0,0,0,0 +30322,0,0,0,0,0 +30323,0,0,0,0,0 +30324,0,0,0,0,0 +30325,0,0,0,0,0 +30326,0,0,0,0,0 +30327,0,0,0,0,0 +30328,0,0,0,0,0 +30329,0,0,0,0,0 +30330,0,0,0,0,0 +30331,0,0,0,0,0 +30332,0,0,0,0,0 +30333,0,0,0,0,0 +30334,0,0,0,0,0 +30335,0,0,0,0,0 +30336,0,0,0,0,0 +30337,0,0,0,0,0 +30338,0,0,0,0,0 +30339,0,0,0,0,0 +30340,0,0,0,0,0 +30341,0,0,0,0,0 +30342,0,0,0,0,0 +30343,0,0,0,0,0 +30344,0,0,0,0,0 +30345,0,0,0,0,0 +30346,0,0,0,0,0 +30347,0,0,0,0,0 +30348,0,0,0,0,0 +30349,0,0,0,0,0 +30350,0,0,0,0,0 +30351,0,0,0,0,0 +30352,0,0,0,0,0 +30353,0,0,0,0,0 +30354,0,0,0,0,0 +30355,0,0,0,0,0 +30356,0,0,0,0,0 +30357,0,0,0,0,0 +30358,0,0,0,0,0 +30359,0,0,0,0,0 +30360,0,0,0,0,0 +30361,0,0,0,0,0 +30362,0,0,0,0,0 +30363,0,0,0,0,0 +30364,0,0,0,0,0 +30365,0,0,0,0,0 +30366,0,0,0,0,0 +30367,0,0,0,0,0 +30368,0,0,0,0,0 +30369,0,0,0,0,0 +30370,0,0,0,0,0 +30371,0,0,0,0,0 +30372,0,0,0,0,0 +30373,0,0,0,0,0 +30374,0,0,0,0,0 +30375,0,0,0,0,0 +30376,0,0,0,0,0 +30377,0,0,0,0,0 +30378,0,0,0,0,0 +30379,0,0,0,0,0 +30380,0,0,0,0,0 +30381,0,0,0,0,0 +30382,0,0,0,0,0 +30383,0,0,0,0,0 +30384,0,0,0,0,0 +30385,0,0,0,0,0 +30386,0,0,0,0,0 +30387,0,0,0,0,0 +30388,0,0,0,0,0 +30389,0,0,0,0,0 +30390,0,0,0,0,0 +30391,0,0,0,0,0 +30392,0,0,0,0,0 +30393,0,0,0,0,0 +30394,0,0,0,0,0 +30395,0,0,0,0,0 +30396,0,0,0,0,0 +30397,0,0,0,0,0 +30398,0,0,0,0,0 +30399,0,0,0,0,0 +30400,0,0,0,0,0 +30401,0,0,0,0,0 +30402,0,0,0,0,0 +30403,0,0,0,0,0 +30404,0,0,0,0,0 +30405,0,0,0,0,0 +30406,0,0,0,0,0 +30407,0,0,0,0,0 +30408,0,0,0,0,0 +30409,0,0,0,0,0 +30410,0,0,0,0,0 +30411,0,0,0,0,0 +30412,0,0,0,0,0 +30413,0,0,0,0,0 +30414,0,0,0,0,0 +30415,0,0,0,0,0 +30416,0,0,0,0,0 +30417,0,0,0,0,0 +30418,0,0,0,0,0 +30419,0,0,0,0,0 +30420,0,0,0,0,0 +30421,0,0,0,0,0 +30422,0,0,0,0,0 +30423,0,0,0,0,0 +30424,0,0,0,0,0 +30425,0,0,0,0,0 +30426,0,0,0,0,0 +30427,0,0,0,0,0 +30428,0,0,0,0,0 +30429,0,0,0,0,0 +30430,0,0,0,0,0 +30431,0,0,0,0,0 +30432,0,0,0,0,0 +30433,0,0,0,0,0 +30434,0,0,0,0,0 +30435,0,0,0,0,0 +30436,0,0,0,0,0 +30437,0,0,0,0,0 +30438,0,0,0,0,0 +30439,0,0,0,0,0 +30440,0,0,0,0,0 +30441,0,0,0,0,0 +30442,0,0,0,0,0 +30443,0,0,0,0,0 +30444,0,0,0,0,0 +30445,0,0,0,0,0 +30446,0,0,0,0,0 +30447,0,0,0,0,0 +30448,0,0,0,0,0 +30449,0,0,0,0,0 +30450,0,0,0,0,0 +30451,0,0,0,0,0 +30452,0,0,0,0,0 +30453,0,0,0,0,0 +30454,0,0,0,0,0 +30455,0,0,0,0,0 +30456,0,0,0,0,0 +30457,0,0,0,0,0 +30458,0,0,0,0,0 +30459,0,0,0,0,0 +30460,0,0,0,0,0 +30461,0,0,0,0,0 +30462,0,0,0,0,0 +30463,0,0,0,0,0 +30464,0,0,0,0,0 +30465,0,0,0,0,0 +30466,0,0,0,0,0 +30467,0,0,0,0,0 +30468,0,0,0,0,0 +30469,0,0,0,0,0 +30470,0,0,0,0,0 +30471,0,0,0,0,0 +30472,0,0,0,0,0 +30473,0,0,0,0,0 +30474,0,0,0,0,0 +30475,0,0,0,0,0 +30476,0,0,0,0,0 +30477,0,0,0,0,0 +30478,0,0,0,0,0 +30479,0,0,0,0,0 +30480,0,0,0,0,0 +30481,0,0,0,0,0 +30482,0,0,0,0,0 +30483,0,0,0,0,0 +30484,0,0,0,0,0 +30485,0,0,0,0,0 +30486,0,0,0,0,0 +30487,0,0,0,0,0 +30488,0,0,0,0,0 +30489,0,0,0,0,0 +30490,0,0,0,0,0 +30491,0,0,0,0,0 +30492,0,0,0,0,0 +30493,0,0,0,0,0 +30494,0,0,0,0,0 +30495,0,0,0,0,0 +30496,0,0,0,0,0 +30497,0,0,0,0,0 +30498,0,0,0,0,0 +30499,0,0,0,0,0 +30500,0,0,0,0,0 +30501,0,0,0,0,0 +30502,0,0,0,0,0 +30503,0,0,0,0,0 +30504,0,0,0,0,0 +30505,0,0,0,0,0 +30506,0,0,0,0,0 +30507,0,0,0,0,0 +30508,0,0,0,0,0 +30509,0,0,0,0,0 +30510,0,0,0,0,0 +30511,0,0,0,0,0 +30512,0,0,0,0,0 +30513,0,0,0,0,0 +30514,0,0,0,0,0 +30515,0,0,0,0,0 +30516,0,0,0,0,0 +30517,0,0,0,0,0 +30518,0,0,0,0,0 +30519,0,0,0,0,0 +30520,0,0,0,0,0 +30521,0,0,0,0,0 +30522,0,0,0,0,0 +30523,0,0,0,0,0 +30524,0,0,0,0,0 +30525,0,0,0,0,0 +30526,0,0,0,0,0 +30527,0,0,0,0,0 +30528,0,0,0,0,0 +30529,0,0,0,0,0 +30530,0,0,0,0,0 +30531,0,0,0,0,0 +30532,0,0,0,0,0 +30533,0,0,0,0,0 +30534,0,0,0,0,0 +30535,0,0,0,0,0 +30536,0,0,0,0,0 +30537,0,0,0,0,0 +30538,0,0,0,0,0 +30539,0,0,0,0,0 +30540,0,0,0,0,0 +30541,0,0,0,0,0 +30542,0,0,0,0,0 +30543,0,0,0,0,0 +30544,0,0,0,0,0 +30545,0,0,0,0,0 +30546,0,0,0,0,0 +30547,0,0,0,0,0 +30548,0,0,0,0,0 +30549,0,0,0,0,0 +30550,0,0,0,0,0 +30551,0,0,0,0,0 +30552,0,0,0,0,0 +30553,0,0,0,0,0 +30554,0,0,0,0,0 +30555,0,0,0,0,0 +30556,0,0,0,0,0 +30557,0,0,0,0,0 +30558,0,0,0,0,0 +30559,0,0,0,0,0 +30560,0,0,0,0,0 +30561,0,0,0,0,0 +30562,0,0,0,0,0 +30563,0,0,0,0,0 +30564,0,0,0,0,0 +30565,0,0,0,0,0 +30566,0,0,0,0,0 +30567,0,0,0,0,0 +30568,0,0,0,0,0 +30569,0,0,0,0,0 +30570,0,0,0,0,0 +30571,0,0,0,0,0 +30572,0,0,0,0,0 +30573,0,0,0,0,0 +30574,0,0,0,0,0 +30575,0,0,0,0,0 +30576,0,0,0,0,0 +30577,0,0,0,0,0 +30578,0,0,0,0,0 +30579,0,0,0,0,0 +30580,0,0,0,0,0 +30581,0,0,0,0,0 +30582,0,0,0,0,0 +30583,0,0,0,0,0 +30584,0,0,0,0,0 +30585,0,0,0,0,0 +30586,0,0,0,0,0 +30587,0,0,0,0,0 +30588,0,0,0,0,0 +30589,0,0,0,0,0 +30590,0,0,0,0,0 +30591,0,0,0,0,0 +30592,0,0,0,0,0 +30593,0,0,0,0,0 +30594,0,0,0,0,0 +30595,0,0,0,0,0 +30596,0,0,0,0,0 +30597,0,0,0,0,0 +30598,0,0,0,0,0 +30599,0,0,0,0,0 +30600,0,0,0,0,0 +30601,0,0,0,0,0 +30602,0,0,0,0,0 +30603,0,0,0,0,0 +30604,0,0,0,0,0 +30605,0,0,0,0,0 +30606,0,0,0,0,0 +30607,0,0,0,0,0 +30608,0,0,0,0,0 +30609,0,0,0,0,0 +30610,0,0,0,0,0 +30611,0,0,0,0,0 +30612,0,0,0,0,0 +30613,0,0,0,0,0 +30614,0,0,0,0,0 +30615,0,0,0,0,0 +30616,0,0,0,0,0 +30617,0,0,0,0,0 +30618,0,0,0,0,0 +30619,0,0,0,0,0 +30620,0,0,0,0,0 +30621,0,0,0,0,0 +30622,0,0,0,0,0 +30623,0,0,0,0,0 +30624,0,0,0,0,0 +30625,0,0,0,0,0 +30626,0,0,0,0,0 +30627,0,0,0,0,0 +30628,0,0,0,0,0 +30629,0,0,0,0,0 +30630,0,0,0,0,0 +30631,0,0,0,0,0 +30632,0,0,0,0,0 +30633,0,0,0,0,0 +30634,0,0,0,0,0 +30635,0,0,0,0,0 +30636,0,0,0,0,0 +30637,0,0,0,0,0 +30638,0,0,0,0,0 +30639,0,0,0,0,0 +30640,0,0,0,0,0 +30641,0,0,0,0,0 +30642,0,0,0,0,0 +30643,0,0,0,0,0 +30644,0,0,0,0,0 +30645,0,0,0,0,0 +30646,0,0,0,0,0 +30647,0,0,0,0,0 +30648,0,0,0,0,0 +30649,0,0,0,0,0 +30650,0,0,0,0,0 +30651,0,0,0,0,0 +30652,0,0,0,0,0 +30653,0,0,0,0,0 +30654,0,0,0,0,0 +30655,0,0,0,0,0 +30656,0,0,0,0,0 +30657,0,0,0,0,0 +30658,0,0,0,0,0 +30659,0,0,0,0,0 +30660,0,0,0,0,0 +30661,-1720.605853,-829.4360894,-1689.788731,-829.4379111,-1091.873362 +30662,-1771.105491,-826.9304768,-1741.410893,-826.932343,-1116.571299 +30663,-1831.028396,-823.3285423,-1799.046264,-823.3304411,-1129.587758 +30664,-1775.405381,-750.6032282,-1738.187238,-750.6043899,-1031.474119 +30665,-1664.432299,-703.7946838,-1629.639356,-703.7953935,-968.4616265 +30666,-1696.71616,-717.7380513,-1661.278234,-717.7389844,-989.1712285 +30667,-1774.487421,-750.9737168,-1737.438943,-750.9750863,-1036.346644 +30668,-1851.575308,-783.910655,-1812.934729,-783.9124546,-1083.036745 +30669,-1888.134383,-799.6555849,-1848.763676,-799.6576208,-1105.846153 +30670,-1902.195273,-805.848458,-1862.568186,-805.8506217,-1115.362416 +30671,-1905.670704,-807.5387354,-1866.004624,-807.5409751,-1118.543124 +30672,-1905.201336,-807.5415975,-1865.571775,-807.5438929,-1119.268236 +30673,-1903.472762,-806.9952083,-1863.898955,-806.9975522,-1119.118438 +30674,-1901.455124,-806.3104266,-1861.937026,-806.3128165,-1118.679683 +30675,-1899.47993,-805.6281397,-1860.011749,-805.6305749,-1118.166067 +30676,-1897.647082,-804.9914912,-1858.221968,-804.9939714,-1117.653559 +30677,-1895.975412,-804.4094296,-1856.586947,-804.4119548,-1117.167244 +30678,-1894.456964,-803.8795873,-1855.099554,-803.8821574,-1116.713673 +30679,-1893.076964,-803.3966692,-1853.745832,-803.3992841,-1116.293031 +30680,-1891.818331,-802.9544147,-1852.509488,-802.9570743,-1115.902984 +30681,-1890.665083,-802.5469894,-1851.375221,-802.5496935,-1115.540603 +30682,-1889.60326,-802.1693604,-1850.329632,-802.1721087,-1115.203017 +30683,-1888.620901,-801.8172835,-1849.361222,-801.8200757,-1114.887592 +30684,-1887.707789,-801.4871939,-1848.460154,-801.4900298,-1114.591961 +30685,-1886.855191,-801.1760955,-1847.618006,-801.1789749,-1114.314012 +30686,-1886.055636,-800.8814688,-1846.827566,-800.8843912,-1114.051867 +30687,-1885.302732,-800.6011937,-1846.08265,-800.6041588,-1113.803861 +30688,-1884.591003,-800.3334859,-1845.37796,-800.3364934,-1113.568517 +30689,-1883.915759,-800.0768423,-1844.708947,-800.0798917,-1113.344528 +30690,-1883.272975,-799.8299949,-1844.071706,-799.8330858,-1113.130737 +30691,-1882.659193,-799.5918727,-1843.462876,-799.5950047,-1112.926121 +30692,-1882.071439,-799.3615696,-1842.879562,-799.3647423,-1112.729775 +30693,-1881.507147,-799.138317,-1842.319267,-799.1415299,-1112.540897 +30694,-1880.964103,-798.921462,-1841.779832,-798.9247147,-1112.358781 +30695,-1880.44039,-798.7104484,-1841.259384,-798.7137404,-1112.182799 +30696,-1879.917972,-798.3490818,-1840.706854,-798.4998649,-1112.012189 +30697,-1879.399124,-797.8738003,-1840.13322,-798.2844505,-1111.846529 +30698,-1878.888547,-797.3431025,-1839.557612,-798.0702085,-1111.685416 +30699,-1878.388395,-796.7886961,-1838.989125,-797.8585592,-1111.528467 +30700,-1772.14959,-762.4415157,-1838.430355,-797.6498077,-1111.375337 +30701,-1785.595677,-623.5820205,-1674.96345,-797.4437874,-1111.225715 +30702,-1782.307282,-684.6813499,-1750.8163,-797.2402557,-1111.079323 +30703,-1764.785306,-640.8783428,-1718.010523,-797.0390179,-1110.935912 +30704,-1757.227325,-620.8407791,-1704.078989,-796.8399397,-1110.79527 +30705,-1745.231972,-601.1009399,-1691.198589,-796.6429176,-1110.657207 +30706,-1736.766779,-583.2563614,-1686.701118,-796.4478606,-1110.521551 +30707,-1730.153246,-561.4395657,-1670.024698,-796.2546822,-1110.388143 +30708,-1718.574518,-542.2673781,-1662.417578,-796.0633004,-1110.256837 +30709,-1713.743098,-523.338391,-1654.508126,-775.755261,-1110.127499 +30710,-1702.743909,-500.8209458,-1642.449402,-746.1423573,-1086.982751 +30711,-1697.336408,-483.0256962,-1635.23125,-760.915208,-1082.120597 +30712,-1683.645859,-460.3658419,-1624.110236,-749.1427108,-1096.801449 +30713,-1683.794953,-441.0788276,-1617.487594,-745.2965001,-1103.627443 +30714,-1669.236116,-420.2532998,-1606.226206,-739.6834347,-1080.891398 +30715,-1663.704562,-398.5366973,-1599.87452,-735.6544341,-1071.272811 +30716,-1659.1349,-378.3664121,-1593.069352,-732.1068112,-1090.774117 +30717,-1647.6447,-356.8997426,-1580.965853,-727.6800181,-1072.973458 +30718,-1643.731965,-334.9795059,-1577.240478,-722.4505973,-1033.398555 +30719,-1632.910576,-314.5381121,-1568.567735,-718.9069597,-1048.452321 +30720,-1627.381085,-292.4610434,-1560.7635,-715.2380037,-1044.8851 +30721,-1617.698411,-279.0049565,-1549.369792,-708.6470594,-1019.142313 +30722,-1605.396061,-260.3615716,-1539.239528,-704.1499899,-1007.185058 +30723,-1599.198796,-241.9631838,-1534.488536,-700.1765477,-1032.363782 +30724,-1590.517455,-222.9652808,-1521.592664,-694.6556362,-1032.629386 +30725,-1577.522016,-205.0089256,-1517.604336,-690.443007,-1005.237475 +30726,-1574.632176,-185.6934149,-1508.116545,-685.7269126,-992.0000446 +30727,-1563.491779,-167.2796058,-1497.443608,-681.9158648,-985.0005376 +30728,-1555.99125,-153.7887998,-1494.248907,-677.6152679,-980.3002262 +30729,-1546.250571,-138.0469495,-1482.137438,-672.7260009,-976.3096416 +30730,-1537.710472,-122.598308,-1476.005585,-669.5462785,-1009.253712 +30731,-1529.395574,-106.9691646,-1469.054144,-664.8624832,-1018.56136 +30732,-1524.411837,-91.42221742,-1460.880411,-660.0801686,-1005.438798 +30733,-1511.859483,-75.61619255,-1452.929355,-656.7725813,-987.448759 +30734,-1505.970421,-59.89931047,-1447.427578,-652.5716718,-972.0823123 +30735,-1496.499064,-44.07584682,-1437.879387,-646.897182,-959.5086012 +30736,-1489.163427,-28.00588366,-1429.369394,-645.9914348,-952.3757551 +30737,-1480.642926,-12.21196964,-1425.177442,-639.2180216,-948.1541945 +30738,-1474.830734,0,-1413.005901,-636.7096301,-944.4524412 +30739,-1462.182289,0,-1408.299185,-631.8663214,-941.3211132 +30740,-1456.976616,0,-1398.783387,-628.2144129,-937.9802236 +30741,-1449.855312,0,-1391.556934,-624.567882,-934.676685 +30742,-1439.904343,0,-1383.178214,-621.437313,-932.1781323 +30743,-1433.674664,0,-1376.424354,-615.9669217,-930.8404321 +30744,-1424.170585,0,-1367.144602,-612.3661924,-930.2807226 +30745,-1415.920381,0,-1357.916738,-610.2074815,-930.8318698 +30746,-1410.862683,0,-1352.542376,-604.8075982,-932.1968468 +30747,-1399.952079,0,-1343.594391,-601.4326133,-934.484743 +30748,-1394.365105,0,-1334.578404,-597.5566454,-937.8994978 +30749,-1382.526054,0,-1328.145658,-593.882851,-942.571796 +30750,-1373.597734,0,-1318.351191,-590.4492834,-948.2808114 +30751,-1371.004997,0,-1309.621185,-586.9001629,-954.1710313 +30752,-1357.27247,0,-1306.62556,-583.4122659,-960.1127739 +30753,-1354.872101,0,-1293.861976,-580.2105667,-965.9567221 +30754,-1343.645244,0,-1293.052764,-576.2541265,-972.0604434 +30755,-1339.044828,0,-1278.868339,-574.8689781,-978.2005871 +30756,-1330.909145,0,-1276.286978,-569.1905398,-984.4639838 +30757,-1321.263062,0,-1268.719764,-567.8099109,-990.9444082 +30758,-1318.824866,0,-1259.879298,-563.7643867,-997.5823667 +30759,-1306.308364,0,-1255.057959,-560.2840362,-1004.463348 +30760,-1300.426902,0,-1245.676394,-558.9610404,-1011.523522 +30761,-1293.643661,0,-1239.051269,-552.9030453,-1018.825706 +30762,-1284.137892,0,-1233.603236,-552.6745001,-1008.958531 +30763,-1280.399724,0,-1226.534448,-547.5466802,-877.42886 +30764,-1268.516108,0,-1217.216959,-545.2810274,-956.0790166 +30765,-1262.796113,0,-1211.434619,-542.2317934,-924.4241976 +30766,-1256.623872,0,-1205.770426,-538.7406174,-922.8723487 +30767,-1246.983947,0,-1195.209294,-535.5769867,-918.5372125 +30768,-1239.733481,0,-1192.325343,-532.7348239,-912.0546953 +30769,-1232.62948,0,-1183.070772,-529.9249477,-909.0379533 +30770,-1224.471681,0,-1176.216087,-526.6701992,-905.1937049 +30771,-1217.241127,0,-1170.436155,-523.0722884,-899.2557816 +30772,-1207.653489,0,-1162.330284,-521.3663497,-897.0891341 +30773,-1201.170007,0,-1155.631144,-517.3203602,-891.5920519 +30774,-1194.36287,0,-1148.61205,-514.580555,-887.2555463 +30775,-1183.498467,0,-1143.252946,-510.9655297,-884.2910479 +30776,-1178.052005,0,-1133.797144,-509.5553689,-881.1655692 +30777,-1168.533654,0,-1128.061336,-504.9564344,-874.3765217 +30778,-1162.751557,0,-1122.193258,-502.6345601,-872.7020209 +30779,-1152.788858,0,-1114.150953,-499.4498246,-867.2638956 +30780,-1144.652801,0,-1105.934362,-497.0242469,-863.5221505 +30781,-1136.349551,0,-1101.795427,-492.8724132,-859.6606467 +30782,-1127.87911,0,-1091.158787,-490.3424761,-853.6275481 +30783,-1117.048402,0,-1082.475405,-486.0294694,-849.4690999 +30784,-1110.440677,0,-1078.08816,-484.2846704,-845.1866331 +30785,-1098.056915,0,-1069.150064,-479.8282395,-840.7770649 +30786,-1090.021112,0,-1060.042842,-476.191502,-835.0787934 +30787,-1083.030384,0,-1053.105981,-474.3520743,-831.5641451 +30788,-1069.944041,0,-1046.071232,-469.6668574,-825.526402 +30789,-1063.892692,0,-1036.533392,-466.8066252,-821.7997403 +30790,-1051.567353,0,-1031.702781,-463.9070094,-817.989277 +30791,-1044.039334,0,-1019.415198,-459.9768587,-811.4440859 +30792,-1033.835281,0,-1016.930151,-457.9861359,-808.7595677 +30793,-1023.441367,0,-1004.298394,-452.9244534,-803.26452 +30794,-1015.521172,0,-1000.456079,-450.869197,-799.0338053 +30795,-1004.785417,0,-990.0682434,-447.2249041,-794.705652 +30796,-993.8498305,4.123204639,-983.4795691,-443.5216888,-788.777943 +30797,-986.9144971,216.5229366,-975.471094,-441.3796795,-785.7461886 +30798,-974.220586,110.2460068,-967.3504674,-437.0335382,-781.1084351 +30799,-967.0554718,161.356198,-959.1167654,-433.7218987,-776.360729 +30800,-955.4134385,177.6534814,-953.5649421,-431.489464,-771.5001701 +30801,-946.5400328,193.2537448,-942.3006428,-426.9598378,-767.3612765 +30802,-936.0299112,208.6376991,-938.025108,-424.6643872,-763.1394233 +30803,-920.7173231,215.446949,-917.6640502,-416.4591022,-757.9603991 +30804,-912.9295817,228.570771,-910.2314755,-413.4641106,-754.4381204 +30805,-901.870133,242.8843296,-901.1968695,-409.2113863,-749.0462177 +30806,-889.0091042,257.2559688,-892.0361428,-405.5114158,-745.3781125 +30807,-882.4923338,270.8550982,-885.8594739,-403.0168017,-739.7619399 +30808,-869.2714809,285.2199564,-874.9087519,-398.5933484,-735.9406049 +30809,-860.8857305,298.9503403,-868.57345,-395.3900788,-732.0554817 +30810,-848.9815839,318.7845648,-860.5703253,-392.1496664,-727.1068092 +30811,-840.3624977,334.9578442,-852.4732879,-388.8711321,-722.0537608 +30812,-829.8883591,351.1292619,-844.2827711,-385.5542024,-718.9710399 +30813,-821.0506896,366.5188357,-835.9988909,-382.1987446,-713.7449019 +30814,-809.4106953,381.6110228,-829.3047094,-378.8045566,-709.4835382 +30815,-801.2537924,396.9233046,-822.5483264,-376.0612289,-705.1490267 +30816,-790.2483119,411.4731092,-814.0138301,-372.5956468,-699.6255351 +30817,-780.9650611,425.9913454,-805.3825322,-369.0899767,-697.3832508 +30818,-771.5785881,440.2520046,-800.158471,-366.256806,-690.5370743 +30819,-760.1773036,454.2626587,-789.6005727,-362.6782868,-688.2157073 +30820,-752.4946965,468.0776174,-784.2701887,-360.5117584,-682.3218694 +30821,-740.8433244,481.6134029,-777.1054208,-356.1323726,-679.9283279 +30822,-731.0197352,495.0020796,-768.0576892,-353.1800856,-673.8506547 +30823,-723.0862532,508.1619452,-760.7482756,-350.2013191,-670.1395734 +30824,-711.0575386,520.807983,-755.2246581,-347.1952355,-665.1144374 +30825,-701.9379416,534.106589,-745.000119,-343.7803517,-662.5685773 +30826,-691.7056742,546.4277734,-739.3728099,-340.7159031,-656.1026157 +30827,-682.4074564,558.8965817,-730.8618607,-337.2354976,-653.4759533 +30828,-671.9763095,571.1205862,-725.1425012,-334.8961466,-648.1509709 +30829,-662.4995999,583.1310203,-715.5261949,-330.9613634,-644.0941891 +30830,-651.8713857,595.0596678,-709.7085297,-327.782514,-639.9823198 +30831,-642.2186616,606.7388642,-701.8932357,-325.3804142,-635.8142822 +30832,-632.4832875,618.2439858,-695.0008068,-321.3406654,-631.5891393 +30833,-622.6655622,629.6746427,-686.0647534,-318.8961176,-626.5865334 +30834,-611.6614033,640.8624611,-681.0657215,-315.1989465,-622.9645385 +30835,-602.7875755,651.881146,-672.0003523,-312.2988884,-618.5631631 +30836,-592.7289136,662.8426666,-664.8928506,-308.957856,-614.8489687 +30837,-582.5915651,673.5162282,-657.7358505,-306.4335997,-609.5768862 +30838,-572.3772024,684.1808669,-651.5615909,-302.1901209,-606.5263991 +30839,-562.0874378,694.5527704,-642.2301951,-300.4809756,-601.897381 +30840,-552.8790216,704.9240193,-637.0118378,-296.1751394,-597.2040355 +30841,-542.4501142,715.0019169,-627.5539034,-293.5707532,-594.0391776 +30842,-531.9498971,725.0503513,-621.2047497,-290.0732475,-589.2364883 +30843,-522.5583935,734.9610027,-613.7518401,-286.989857,-585.9976895 +30844,-510.7434915,744.6333725,-606.2502211,-283.8848143,-581.0827657 +30845,-502.4258936,754.3118669,-598.7005568,-280.309637,-577.7682884 +30846,-491.6742305,763.2373728,-591.1034996,-277.6101632,-573.5816491 +30847,-480.8610236,773.3056928,-584.5545083,-273.9859881,-569.3462205 +30848,-471.2002844,782.1467864,-575.768392,-271.2498064,-565.061589 +30849,-460.2784358,791.2960064,-570.2472031,-267.5770266,-562.4670886 +30850,-451.1359505,800.1882267,-560.2489466,-264.8046686,-556.3417759 +30851,-440.117013,809.1208321,-555.7826557,-261.0840904,-553.6865293 +30852,-429.6655316,817.6449021,-545.677754,-258.2762417,-550.1170886 +30853,-420.4097774,826.3227967,-540.0337026,-254.9811525,-544.7000393 +30854,-409.8827868,834.7116436,-532.0943239,-251.6656721,-541.9634794 +30855,-398.6968773,843.0264956,-524.6840984,-248.8079182,-537.3597539 +30856,-389.971138,851.1609308,-517.2381716,-244.9745648,-533.6382888 +30857,-378.7204435,859.305663,-510.3339512,-242.5660582,-528.9377984 +30858,-368.6929367,867.263805,-502.2416045,-238.6912513,-526.091618 +30859,-358.0133956,874.9605749,-495.2746194,-235.7690073,-521.3034894 +30860,-348.570821,882.7878051,-487.6953831,-232.3422211,-517.4331772 +30861,-337.8487474,890.3245747,-480.670772,-229.3903764,-513.5271805 +30862,-327.7400517,897.7484299,-473.030494,-226.4249846,-509.5851291 +30863,-317.6165344,905.2390667,-465.9510432,-222.4503891,-505.6067245 +30864,-306.8461034,912.3519084,-457.6598345,-219.9550706,-501.5917246 +30865,-297.3326046,919.4680951,-451.717861,-216.446565,-497.5399078 +30866,-286.5403887,926.5517116,-443.3706939,-212.9213234,-493.4510588 +30867,-276.3750101,933.4033207,-436.1915706,-210.3935804,-489.3249623 +30868,-266.5212112,940.2525488,-428.9906984,-206.8405477,-486.2058658 +30869,-256.0261593,946.77634,-421.7686872,-203.2720088,-480.9597076 +30870,-245.2085807,953.4628993,-414.5263116,-200.714146,-478.8448733 +30871,-236.2975982,959.4057297,-407.2644595,-197.1201769,-472.4422509 +30872,-226.1111349,965.2232976,-399.9843096,-194.5445058,-470.2892883 +30873,-215.9229257,970.8167312,-393.9043856,-190.9265699,-465.953883 +30874,-206.6889778,976.4129507,-385.9825705,-188.3344575,-461.5796629 +30875,-196.4988951,981.7966665,-379.8764966,-185.2151371,-457.1667601 +30876,-187.2637279,986.9491066,-373.1474358,-182.0867014,-454.3891807 +30877,-176.7542915,992.0921424,-365.179191,-178.9496473,-449.3504804 +30878,-167.8371892,996.9886898,-359.6539938,-176.3291933,-445.9639179 +30879,-157.6459703,1001.918087,-351.6600871,-172.6510036,-441.4140128 +30880,-148.0916952,1006.584714,-345.5018568,-170.2812618,-437.9758804 +30881,-138.2189272,1011.181221,-338.7188699,-166.8508047,-433.9365292 +30882,-128.9831435,1015.643659,-331.3093653,-164.2065936,-429.8668526 +30883,-118.7918485,1019.98337,-325.1278884,-161.0274317,-425.7669131 +30884,-109.5560495,1024.201721,-318.3211623,-157.8421727,-421.6367486 +30885,-99.8424994,1028.300067,-311.5076714,-155.1835376,-418.0725812 +30886,-90.12894001,1032.279593,-304.0679115,-151.9880846,-413.8861122 +30887,-80.57463595,1036.140998,-298.4841646,-148.7876316,-409.6693575 +30888,-71.02033434,1039.885719,-290.4124655,-146.1171727,-406.0310243 +30889,-61.46602781,1043.514288,-284.8211036,-143.1760658,-401.758181 +30890,-51.75247968,1047.027998,-277.3615481,-139.9636413,-398.0718032 +30891,-42.35742073,1050.361486,-271.1422402,-137.0157858,-393.7430366 +30892,-32.80311678,1053.744916,-263.6756918,-134.0651762,-390.0088814 +30893,-23.24881059,1056.869822,-257.7627247,-131.1120142,-386.2527417 +30894,-13.85374397,1059.942505,-250.6024673,-128.1565276,-381.8428332 +30895,-4.299437427,1062.76477,-244.0630805,-124.9299947,-378.039418 +30896,0,1065.716927,-237.5222401,-122.3742203,-373.5747582 +30897,0,1068.396504,-230.3570189,-119.009356,-371.0105208 +30898,0,1071.033402,-224.125586,-116.3162286,-365.2056115 +30899,0,1073.479383,-217.581723,-113.3525513,-362.6105344 +30900,0,1075.985411,-210.4138003,-110.1181976,-358.0463034 +30901,0,1077.767113,-205.4271783,-107.9614439,-354.1114415 +30902,0,1079.426902,-199.8169279,-105.2648406,-351.476843 +30903,0,1080.906372,-194.518151,-102.8374497,-347.5075124 +30904,0,1082.443382,-189.2191956,-100.1398959,-344.1841359 +30905,0,1083.722008,-183.2966422,-97.98163145,-340.1775228 +30906,0,1084.953583,-178.6209642,-95.14846627,-337.4954409 +30907,0,1086.066537,-172.6982003,-92.8547847,-333.4555575 +30908,0,1087.073288,-167.3989002,-90.15609954,-329.3961038 +30909,0,1087.974059,-162.0995744,-87.99706743,-327.3592921 +30910,0,1088.769886,-156.8002133,-85.02814897,-321.9038053 +30911,0,1089.460964,-151.1890857,-83.0039016,-319.8495628 +30912,0,1090.048213,-146.2014389,-80.16976961,-315.7267623 +30913,0,1090.531775,-140.5902721,-78.01042633,-311.931392 +30914,0,1090.912458,-135.2908696,-75.17617635,-308.8148859 +30915,0,1091.190332,-129.9914642,-72.88181481,-304.6439061 +30916,0,1091.366116,-124.6920601,-70.45245934,-301.8536383 +30917,0,1091.439806,-119.3926559,-67.75312845,-297.6537492 +30918,0,1091.412052,-114.0932312,-65.45873065,-294.1410329 +30919,0,1091.282781,-108.7938092,-62.89437405,-290.6169053 +30920,0,1091.052589,-103.3385322,-60.46498351,-287.081548 +30921,0,1090.721354,-98.35086894,-57.90061784,-282.8246194 +30922,0,1090.289621,-92.89557955,-55.60620015,-279.978236 +30923,0,1089.75723,-87.59617003,-52.90685194,-275.6959621 +30924,0,1089.124696,-82.45262931,-50.61243338,-272.8330248 +30925,0,1088.391833,-77.3090813,-48.04806556,-268.5265646 +30926,0,1087.559126,-71.69792359,-45.61866975,-264.9273151 +30927,0,1086.626407,-68.89236663,-43.18927192,-261.3187852 +30928,0,1085.594357,-64.68399876,-40.48993351,-257.7012091 +30929,0,1084.462706,-60.78737792,-38.33049429,-253.7117483 +30930,0,1083.231916,-57.0466221,-35.63115875,-250.4400932 +30931,0,1081.556653,-52.68239082,-34.28150199,-246.0675663 +30932,0,1079.782613,-49.09750523,-32.12202684,-243.1463745 +30933,0,1077.70387,-44.73327467,-30.50243627,-238.7554315 +30934,0,1075.646795,-40.83664968,-28.20798721,-235.0884561 +30935,0,1073.407884,-36.94002746,-26.45343047,-231.7823405 +30936,0,1071.062028,-32.73166307,-24.56390355,-227.3658325 +30937,0,1068.600336,-28.67917266,-22.40443288,-224.0476325 +30938,0,1065.957681,-24.93841566,-20.64987628,-219.9855237 +30939,0,1063.367993,-20.5741894,-18.62537846,-216.2868561 +30940,0,1060.522056,-16.83342959,-16.73584691,-212.582924 +30941,0,1057.626399,-12.62507158,-14.57637948,-208.5028634 +30942,0,1054.612346,-8.728444966,-12.95678854,-204.7888969 +30943,0,1051.491868,-4.675952833,-10.79731923,-201.0706188 +30944,0,1048.332836,0,-8.772819892,-197.3482951 +30945,0,1044.906983,0,-7.018258323,-192.8765766 +30946,0,1041.522116,0,-4.858793179,-189.8927737 +30947,0,1037.976755,0,-2.969263129,-185.0397032 +30948,0,1034.341248,0,-1.079732326,-182.0508771 +30949,0,1030.605552,0,0,-177.5644294 +30950,0,1026.770895,0,0,-174.1974106 +30951,0,1022.837951,0,0,-169.705366 +30952,0,1018.80765,0,0,-166.3346212 +30953,0,1014.680966,0,0,-161.8381827 +30954,0,1010.458943,0,0,-158.4645422 +30955,0,1006.142098,0,0,-154.3397769 +30956,0,1001.731579,0,0,-150.2137047 +30957,0,997.228033,0,0,-146.4618009 +30958,0,992.6324937,0,0,-142.3338108 +30959,0,988.0096354,0,0,-138.5804341 +30960,0,983.1405643,0,0,-134.4510942 +30961,0,978.4412294,0,0,-130.3212513 +30962,0,973.5342555,0,0,-125.8154982 +30963,0,968.7022299,0,0,-121.4971585 +30964,0,963.7079879,0,0,-117.1785816 +30965,0,958.5309884,0,0,-113.0476022 +30966,0,953.3893819,0,0,-108.5409233 +30967,0,948.1080622,0,0,-104.0341565 +30968,0,942.7514035,0,0,-100.0907069 +30969,0,937.311276,0,0,-95.39605504 +30970,0,931.7847151,0,0,-91.26475245 +30971,0,926.1782814,0,0,-86.57006882 +30972,0,920.4889308,0,0,-82.62654846 +30973,0,914.7772687,0,0,-77.9318538 +30974,0,908.8440106,0,0,-73.80053 +30975,0,902.9566786,0,0,-69.10583421 +30976,0,896.8824796,0,0,-64.97451531 +30977,0,890.9391037,0,0,-60.65540135 +30978,0,884.6567921,0,0,-55.96070271 +30979,0,878.4722608,0,0,-51.8293793 +30980,0,872.1555873,0,0,-47.32247512 +30981,0,865.7776232,0,0,-42.81557132 +30982,0,859.3235367,0,0,-38.49645967 +30983,0,852.8041083,0,0,-34.17734615 +30984,0,846.2690213,0,0,-29.48265281 +30985,0,839.5334703,0,0,-25.35132769 +30986,0,832.7956538,0,0,-20.65663556 +30987,0,826.1276476,0,0,-16.33752131 +30988,0,819.161726,0,0,-11.83061884 +30989,0,812.2934578,0,0,-7.323716466 +30990,0,805.3624569,0,0,-3.004601795 +30991,0,797.9631488,0,0,0 +30992,0,790.8833422,0,0,0 +30993,0,783.3388519,0,0,0 +30994,0,775.9511766,0,0,0 +30995,0,768.5031055,0,0,0 +30996,0,760.8263765,0,0,0 +30997,0,753.7335241,0,0,0 +30998,0,745.2994158,0,0,0 +30999,0,737.9717194,0,0,0 +31000,0,730.0718266,0,0,0 +31001,0,722.1856229,0,0,0 +31002,0,714.3538292,0,0,0 +31003,0,706.3736662,0,0,0 +31004,0,698.3387268,0,0,0 +31005,0,690.359319,0,0,0 +31006,0,682.2396172,0,0,0 +31007,0,674.0694072,0,0,0 +31008,0,665.9582682,0,0,0 +31009,0,657.6707232,0,0,0 +31010,0,649.4825984,0,0,0 +31011,0,641.1628821,0,0,0 +31012,0,632.7997965,0,0,0 +31013,0,624.4983378,0,0,0 +31014,0,616.0344708,0,0,0 +31015,0,607.6726501,0,0,0 +31016,0,599.1504916,0,0,0 +31017,0,590.728466,0,0,0 +31018,0,582.1533622,0,0,0 +31019,0,573.6779103,0,0,0 +31020,0,565.0553233,0,0,0 +31021,0,0,0,0,0 +31022,0,0,0,0,0 +31023,0,0,0,0,0 +31024,0,0,0,0,0 +31025,0,0,0,0,0 +31026,0,0,0,0,0 +31027,0,0,0,0,0 +31028,0,0,0,0,0 +31029,0,0,0,0,0 +31030,0,0,0,0,0 +31031,0,0,0,0,0 +31032,0,0,0,0,0 +31033,0,0,0,0,0 +31034,0,0,0,0,0 +31035,0,0,0,0,0 +31036,0,0,0,0,0 +31037,0,0,0,0,0 +31038,0,0,0,0,0 +31039,0,0,0,0,0 +31040,0,0,0,0,0 +31041,0,0,0,0,0 +31042,0,0,0,0,0 +31043,0,0,0,0,0 +31044,0,0,0,0,0 +31045,0,0,0,0,0 +31046,0,0,0,0,0 +31047,0,0,0,0,0 +31048,0,0,0,0,0 +31049,0,0,0,0,0 +31050,0,0,0,0,0 +31051,0,0,0,0,0 +31052,0,0,0,0,0 +31053,0,0,0,0,0 +31054,0,0,0,0,0 +31055,0,0,0,0,0 +31056,0,0,0,0,0 +31057,0,0,0,0,0 +31058,0,0,0,0,0 +31059,0,0,0,0,0 +31060,0,0,0,0,0 +31061,0,0,0,0,0 +31062,0,0,0,0,0 +31063,0,0,0,0,0 +31064,0,0,0,0,0 +31065,0,0,0,0,0 +31066,0,0,0,0,0 +31067,0,0,0,0,0 +31068,0,0,0,0,0 +31069,0,0,0,0,0 +31070,0,0,0,0,0 +31071,0,0,0,0,0 +31072,0,0,0,0,0 +31073,0,0,0,0,0 +31074,0,0,0,0,0 +31075,0,0,0,0,0 +31076,0,0,0,0,0 +31077,0,0,0,0,0 +31078,0,0,0,0,0 +31079,0,0,0,0,0 +31080,0,0,0,0,0 +31081,0,0,0,0,0 +31082,0,0,0,0,0 +31083,0,0,0,0,0 +31084,0,0,0,0,0 +31085,0,0,0,0,0 +31086,0,0,0,0,0 +31087,0,0,0,0,0 +31088,0,0,0,0,0 +31089,0,0,0,0,0 +31090,0,0,0,0,0 +31091,0,0,0,0,0 +31092,0,0,0,0,0 +31093,0,0,0,0,0 +31094,0,0,0,0,0 +31095,0,0,0,0,0 +31096,0,0,0,0,0 +31097,0,0,0,0,0 +31098,0,0,0,0,0 +31099,0,0,0,0,0 +31100,0,0,0,0,0 +31101,0,0,0,0,0 +31102,0,0,0,0,0 +31103,0,0,0,0,0 +31104,0,0,0,0,0 +31105,0,0,0,0,0 +31106,0,0,0,0,0 +31107,0,0,0,0,0 +31108,0,0,0,0,0 +31109,0,0,0,0,0 +31110,0,0,0,0,0 +31111,0,0,0,0,0 +31112,0,0,0,0,0 +31113,0,0,0,0,0 +31114,0,0,0,0,0 +31115,0,0,0,0,0 +31116,0,0,0,0,0 +31117,0,0,0,0,0 +31118,0,0,0,0,0 +31119,0,0,0,0,0 +31120,0,0,0,0,0 +31121,0,0,0,0,0 +31122,0,0,0,0,0 +31123,0,0,0,0,0 +31124,0,0,0,0,0 +31125,0,0,0,0,0 +31126,0,0,0,0,0 +31127,0,0,0,0,0 +31128,0,0,0,0,0 +31129,0,0,0,0,0 +31130,0,0,0,0,0 +31131,0,0,0,0,0 +31132,0,0,0,0,0 +31133,0,0,0,0,0 +31134,0,0,0,0,0 +31135,0,0,0,0,0 +31136,0,0,0,0,0 +31137,0,0,0,0,0 +31138,0,0,0,0,0 +31139,0,0,0,0,0 +31140,0,0,0,0,0 +31141,0,0,0,0,0 +31142,0,0,0,0,0 +31143,0,0,0,0,0 +31144,0,0,0,0,0 +31145,0,0,0,0,0 +31146,0,0,0,0,0 +31147,0,0,0,0,0 +31148,0,0,0,0,0 +31149,0,0,0,0,0 +31150,0,0,0,0,0 +31151,0,0,0,0,0 +31152,0,0,0,0,0 +31153,0,0,0,0,0 +31154,0,0,0,0,0 +31155,0,0,0,0,0 +31156,0,0,0,0,0 +31157,0,0,0,0,0 +31158,0,0,0,0,0 +31159,0,0,0,0,0 +31160,0,0,0,0,0 +31161,0,0,0,0,0 +31162,0,0,0,0,0 +31163,0,0,0,0,0 +31164,0,0,0,0,0 +31165,0,0,0,0,0 +31166,0,0,0,0,0 +31167,0,0,0,0,0 +31168,0,0,0,0,0 +31169,0,0,0,0,0 +31170,0,0,0,0,0 +31171,0,0,0,0,0 +31172,0,0,0,0,0 +31173,0,0,0,0,0 +31174,0,0,0,0,0 +31175,0,0,0,0,0 +31176,0,0,0,0,0 +31177,0,0,0,0,0 +31178,0,0,0,0,0 +31179,0,0,0,0,0 +31180,0,0,0,0,0 +31181,0,0,0,0,0 +31182,0,0,0,0,0 +31183,0,0,0,0,0 +31184,0,0,0,0,0 +31185,0,0,0,0,0 +31186,0,0,0,0,0 +31187,0,0,0,0,0 +31188,0,0,0,0,0 +31189,0,0,0,0,0 +31190,0,0,0,0,0 +31191,0,0,0,0,0 +31192,0,0,0,0,0 +31193,0,0,0,0,0 +31194,0,0,0,0,0 +31195,0,0,0,0,0 +31196,0,0,0,0,0 +31197,0,0,0,0,0 +31198,0,0,0,0,0 +31199,0,0,0,0,0 +31200,0,0,0,0,0 +31201,0,0,0,0,0 +31202,0,0,0,0,0 +31203,0,0,0,0,0 +31204,0,0,0,0,0 +31205,0,0,0,0,0 +31206,0,0,0,0,0 +31207,0,0,0,0,0 +31208,0,0,0,0,0 +31209,0,0,0,0,0 +31210,0,0,0,0,0 +31211,0,0,0,0,0 +31212,0,0,0,0,0 +31213,0,0,0,0,0 +31214,0,0,0,0,0 +31215,0,0,0,0,0 +31216,0,0,0,0,0 +31217,0,0,0,0,0 +31218,0,0,0,0,0 +31219,0,0,0,0,0 +31220,0,0,0,0,0 +31221,0,0,0,0,0 +31222,0,0,0,0,0 +31223,0,0,0,0,0 +31224,0,0,0,0,0 +31225,0,0,0,0,0 +31226,0,0,0,0,0 +31227,0,0,0,0,0 +31228,0,0,0,0,0 +31229,0,0,0,0,0 +31230,0,0,0,0,0 +31231,0,0,0,0,0 +31232,0,0,0,0,0 +31233,0,0,0,0,0 +31234,0,0,0,0,0 +31235,0,0,0,0,0 +31236,0,0,0,0,0 +31237,0,0,0,0,0 +31238,0,0,0,0,0 +31239,0,0,0,0,0 +31240,0,0,0,0,0 +31241,0,0,0,0,0 +31242,0,0,0,0,0 +31243,0,0,0,0,0 +31244,0,0,0,0,0 +31245,0,0,0,0,0 +31246,0,0,0,0,0 +31247,0,0,0,0,0 +31248,0,0,0,0,0 +31249,0,0,0,0,0 +31250,0,0,0,0,0 +31251,0,0,0,0,0 +31252,0,0,0,0,0 +31253,0,0,0,0,0 +31254,0,0,0,0,0 +31255,0,0,0,0,0 +31256,0,0,0,0,0 +31257,0,0,0,0,0 +31258,0,0,0,0,0 +31259,0,0,0,0,0 +31260,0,0,0,0,0 +31261,0,0,0,0,0 +31262,0,0,0,0,0 +31263,0,0,0,0,0 +31264,0,0,0,0,0 +31265,0,0,0,0,0 +31266,0,0,0,0,0 +31267,0,0,0,0,0 +31268,0,0,0,0,0 +31269,0,0,0,0,0 +31270,0,0,0,0,0 +31271,0,0,0,0,0 +31272,0,0,0,0,0 +31273,0,0,0,0,0 +31274,0,0,0,0,0 +31275,0,0,0,0,0 +31276,0,0,0,0,0 +31277,0,0,0,0,0 +31278,0,0,0,0,0 +31279,0,0,0,0,0 +31280,0,0,0,0,0 +31281,0,0,0,0,0 +31282,0,0,0,0,0 +31283,0,0,0,0,0 +31284,0,0,0,0,0 +31285,0,0,0,0,0 +31286,0,0,0,0,0 +31287,0,0,0,0,0 +31288,0,0,0,0,0 +31289,0,0,0,0,0 +31290,0,0,0,0,0 +31291,0,0,0,0,0 +31292,0,0,0,0,0 +31293,0,0,0,0,0 +31294,0,0,0,0,0 +31295,0,0,0,0,0 +31296,0,0,0,0,0 +31297,0,0,0,0,0 +31298,0,0,0,0,0 +31299,0,0,0,0,0 +31300,0,0,0,0,0 +31301,0,0,0,0,0 +31302,0,0,0,0,0 +31303,0,0,0,0,0 +31304,0,0,0,0,0 +31305,0,0,0,0,0 +31306,0,0,0,0,0 +31307,0,0,0,0,0 +31308,0,0,0,0,0 +31309,0,0,0,0,0 +31310,0,0,0,0,0 +31311,0,0,0,0,0 +31312,0,0,0,0,0 +31313,0,0,0,0,0 +31314,0,0,0,0,0 +31315,0,0,0,0,0 +31316,0,0,0,0,0 +31317,0,0,0,0,0 +31318,0,0,0,0,0 +31319,0,0,0,0,0 +31320,0,0,0,0,0 +31321,0,0,0,0,0 +31322,0,0,0,0,0 +31323,0,0,0,0,0 +31324,0,0,0,0,0 +31325,0,0,0,0,0 +31326,0,0,0,0,0 +31327,0,0,0,0,0 +31328,0,0,0,0,0 +31329,0,0,0,0,0 +31330,0,0,0,0,0 +31331,0,0,0,0,0 +31332,0,0,0,0,0 +31333,0,0,0,0,0 +31334,0,0,0,0,0 +31335,0,0,0,0,0 +31336,0,0,0,0,0 +31337,0,0,0,0,0 +31338,0,0,0,0,0 +31339,0,0,0,0,0 +31340,0,0,0,0,0 +31341,0,0,0,0,0 +31342,0,0,0,0,0 +31343,0,0,0,0,0 +31344,0,0,0,0,0 +31345,0,0,0,0,0 +31346,0,0,0,0,0 +31347,0,0,0,0,0 +31348,0,0,0,0,0 +31349,0,0,0,0,0 +31350,0,0,0,0,0 +31351,0,0,0,0,0 +31352,0,0,0,0,0 +31353,0,0,0,0,0 +31354,0,0,0,0,0 +31355,0,0,0,0,0 +31356,0,0,0,0,0 +31357,0,0,0,0,0 +31358,0,0,0,0,0 +31359,0,0,0,0,0 +31360,0,0,0,0,0 +31361,0,0,0,0,0 +31362,0,0,0,0,0 +31363,0,0,0,0,0 +31364,0,0,0,0,0 +31365,0,0,0,0,0 +31366,0,0,0,0,0 +31367,0,0,0,0,0 +31368,0,0,0,0,0 +31369,0,0,0,0,0 +31370,0,0,0,0,0 +31371,0,0,0,0,0 +31372,0,0,0,0,0 +31373,0,0,0,0,0 +31374,0,0,0,0,0 +31375,0,0,0,0,0 +31376,0,0,0,0,0 +31377,0,0,0,0,0 +31378,0,0,0,0,0 +31379,0,0,0,0,0 +31380,0,0,0,0,0 +31381,0,0,0,0,0 +31382,0,0,0,0,0 +31383,0,0,0,0,0 +31384,0,0,0,0,0 +31385,0,0,0,0,0 +31386,0,0,0,0,0 +31387,0,0,0,0,0 +31388,0,0,0,0,0 +31389,0,0,0,0,0 +31390,0,0,0,0,0 +31391,0,0,0,0,0 +31392,0,0,0,0,0 +31393,0,0,0,0,0 +31394,0,0,0,0,0 +31395,0,0,0,0,0 +31396,0,0,0,0,0 +31397,0,0,0,0,0 +31398,0,0,0,0,0 +31399,0,0,0,0,0 +31400,0,0,0,0,0 +31401,0,0,0,0,0 +31402,0,0,0,0,0 +31403,0,0,0,0,0 +31404,0,0,0,0,0 +31405,0,0,0,0,0 +31406,0,0,0,0,0 +31407,0,0,0,0,0 +31408,0,0,0,0,0 +31409,0,0,0,0,0 +31410,0,0,0,0,0 +31411,0,0,0,0,0 +31412,0,0,0,0,0 +31413,0,0,0,0,0 +31414,0,0,0,0,0 +31415,0,0,0,0,0 +31416,0,0,0,0,0 +31417,0,0,0,0,0 +31418,0,0,0,0,0 +31419,0,0,0,0,0 +31420,0,0,0,0,0 +31421,0,0,0,0,0 +31422,0,0,0,0,0 +31423,0,0,0,0,0 +31424,0,0,0,0,0 +31425,0,0,0,0,0 +31426,0,0,0,0,0 +31427,0,0,0,0,0 +31428,0,0,0,0,0 +31429,0,0,0,0,0 +31430,0,0,0,0,0 +31431,0,0,0,0,0 +31432,0,0,0,0,0 +31433,0,0,0,0,0 +31434,0,0,0,0,0 +31435,0,0,0,0,0 +31436,0,0,0,0,0 +31437,0,0,0,0,0 +31438,0,0,0,0,0 +31439,0,0,0,0,0 +31440,0,0,0,0,0 +31441,0,0,0,0,0 +31442,0,0,0,0,0 +31443,0,0,0,0,0 +31444,0,0,0,0,0 +31445,0,0,0,0,0 +31446,0,0,0,0,0 +31447,0,0,0,0,0 +31448,0,0,0,0,0 +31449,0,0,0,0,0 +31450,0,0,0,0,0 +31451,0,0,0,0,0 +31452,0,0,0,0,0 +31453,0,0,0,0,0 +31454,0,0,0,0,0 +31455,0,0,0,0,0 +31456,0,0,0,0,0 +31457,0,0,0,0,0 +31458,0,0,0,0,0 +31459,0,0,0,0,0 +31460,0,0,0,0,0 +31461,0,0,0,0,0 +31462,0,0,0,0,0 +31463,0,0,0,0,0 +31464,0,0,0,0,0 +31465,0,0,0,0,0 +31466,0,0,0,0,0 +31467,0,0,0,0,0 +31468,0,0,0,0,0 +31469,0,0,0,0,0 +31470,0,0,0,0,0 +31471,0,0,0,0,0 +31472,0,0,0,0,0 +31473,0,0,0,0,0 +31474,0,0,0,0,0 +31475,0,0,0,0,0 +31476,0,0,0,0,0 +31477,0,0,0,0,0 +31478,0,0,0,0,0 +31479,0,0,0,0,0 +31480,0,0,0,0,0 +31481,0,0,0,0,0 +31482,0,0,0,0,0 +31483,0,0,0,0,0 +31484,0,0,0,0,0 +31485,0,0,0,0,0 +31486,0,0,0,0,0 +31487,0,0,0,0,0 +31488,0,0,0,0,0 +31489,0,0,0,0,0 +31490,0,0,0,0,0 +31491,0,0,0,0,0 +31492,0,0,0,0,0 +31493,0,0,0,0,0 +31494,0,0,0,0,0 +31495,0,0,0,0,0 +31496,0,0,0,0,0 +31497,0,0,0,0,0 +31498,0,0,0,0,0 +31499,0,0,0,0,0 +31500,0,0,0,0,0 +31501,0,0,0,0,0 +31502,0,0,0,0,0 +31503,0,0,0,0,0 +31504,0,0,0,0,0 +31505,0,0,0,0,0 +31506,0,0,0,0,0 +31507,0,0,0,0,0 +31508,0,0,0,0,0 +31509,0,0,0,0,0 +31510,0,0,0,0,0 +31511,0,0,0,0,0 +31512,0,0,0,0,0 +31513,0,0,0,0,0 +31514,0,0,0,0,0 +31515,0,0,0,0,0 +31516,0,0,0,0,0 +31517,0,0,0,0,0 +31518,0,0,0,0,0 +31519,0,0,0,0,0 +31520,0,0,0,0,0 +31521,0,0,0,0,0 +31522,0,0,0,0,0 +31523,0,0,0,0,0 +31524,0,0,0,0,0 +31525,0,0,0,0,0 +31526,0,0,0,0,0 +31527,0,0,0,0,0 +31528,0,0,0,0,0 +31529,0,0,0,0,0 +31530,0,0,0,0,0 +31531,0,0,0,0,0 +31532,0,0,0,0,0 +31533,0,0,0,0,0 +31534,0,0,0,0,0 +31535,0,0,0,0,0 +31536,0,0,0,0,0 +31537,0,0,0,0,0 +31538,0,0,0,0,0 +31539,0,0,0,0,0 +31540,0,0,0,0,0 +31541,0,0,0,0,0 +31542,0,0,0,0,0 +31543,0,0,0,0,0 +31544,0,0,0,0,0 +31545,0,0,0,0,0 +31546,0,0,0,0,0 +31547,0,0,0,0,0 +31548,0,0,0,0,0 +31549,0,0,0,0,0 +31550,0,0,0,0,0 +31551,0,0,0,0,0 +31552,0,0,0,0,0 +31553,0,0,0,0,0 +31554,0,0,0,0,0 +31555,0,0,0,0,0 +31556,0,0,0,0,0 +31557,0,0,0,0,0 +31558,0,0,0,0,0 +31559,0,0,0,0,0 +31560,0,0,0,0,0 +31561,0,0,0,0,0 +31562,0,0,0,0,0 +31563,0,0,0,0,0 +31564,0,0,0,0,0 +31565,0,0,0,0,0 +31566,0,0,0,0,0 +31567,0,0,0,0,0 +31568,0,0,0,0,0 +31569,0,0,0,0,0 +31570,0,0,0,0,0 +31571,0,0,0,0,0 +31572,0,0,0,0,0 +31573,0,0,0,0,0 +31574,0,0,0,0,0 +31575,0,0,0,0,0 +31576,0,0,0,0,0 +31577,0,0,0,0,0 +31578,0,0,0,0,0 +31579,0,0,0,0,0 +31580,0,0,0,0,0 +31581,0,0,0,0,0 +31582,0,0,0,0,0 +31583,0,0,0,0,0 +31584,0,0,0,0,0 +31585,0,0,0,0,0 +31586,0,0,0,0,0 +31587,0,0,0,0,0 +31588,0,0,0,0,0 +31589,0,0,0,0,0 +31590,0,0,0,0,0 +31591,0,0,0,0,0 +31592,0,0,0,0,0 +31593,0,0,0,0,0 +31594,0,0,0,0,0 +31595,0,0,0,0,0 +31596,0,0,0,0,0 +31597,0,0,0,0,0 +31598,0,0,0,0,0 +31599,0,0,0,0,0 +31600,0,0,0,0,0 +31601,0,0,0,0,0 +31602,0,0,0,0,0 +31603,0,0,0,0,0 +31604,0,0,0,0,0 +31605,0,0,0,0,0 +31606,0,0,0,0,0 +31607,0,0,0,0,0 +31608,0,0,0,0,0 +31609,0,0,0,0,0 +31610,0,0,0,0,0 +31611,0,0,0,0,0 +31612,0,0,0,0,0 +31613,0,0,0,0,0 +31614,0,0,0,0,0 +31615,0,0,0,0,0 +31616,0,0,0,0,0 +31617,0,0,0,0,0 +31618,0,0,0,0,0 +31619,0,0,0,0,0 +31620,0,0,0,0,0 +31621,0,0,0,0,0 +31622,0,0,0,0,0 +31623,0,0,0,0,0 +31624,0,0,0,0,0 +31625,0,0,0,0,0 +31626,0,0,0,0,0 +31627,0,0,0,0,0 +31628,0,0,0,0,0 +31629,0,0,0,0,0 +31630,0,0,0,0,0 +31631,0,0,0,0,0 +31632,0,0,0,0,0 +31633,0,0,0,0,0 +31634,0,0,0,0,0 +31635,0,0,0,0,0 +31636,0,0,0,0,0 +31637,0,0,0,0,0 +31638,0,0,0,0,0 +31639,0,0,0,0,0 +31640,0,0,0,0,0 +31641,0,0,0,0,0 +31642,0,0,0,0,0 +31643,0,0,0,0,0 +31644,0,0,0,0,0 +31645,0,0,0,0,0 +31646,0,0,0,0,0 +31647,0,0,0,0,0 +31648,0,0,0,0,0 +31649,0,0,0,0,0 +31650,0,0,0,0,0 +31651,0,0,0,0,0 +31652,0,0,0,0,0 +31653,0,0,0,0,0 +31654,0,0,0,0,0 +31655,0,0,0,0,0 +31656,0,0,0,0,0 +31657,0,0,0,0,0 +31658,0,0,0,0,0 +31659,0,0,0,0,0 +31660,0,0,0,0,0 +31661,0,0,0,0,0 +31662,0,0,0,0,0 +31663,0,0,0,0,0 +31664,0,0,0,0,0 +31665,0,0,0,0,0 +31666,0,0,0,0,0 +31667,0,0,0,0,0 +31668,0,0,0,0,0 +31669,0,0,0,0,0 +31670,0,0,0,0,0 +31671,0,0,0,0,0 +31672,0,0,0,0,0 +31673,0,0,0,0,0 +31674,0,0,0,0,0 +31675,0,0,0,0,0 +31676,0,0,0,0,0 +31677,0,0,0,0,0 +31678,0,0,0,0,0 +31679,0,0,0,0,0 +31680,0,0,0,0,0 +31681,0,0,0,0,0 +31682,0,0,0,0,0 +31683,0,0,0,0,0 +31684,0,0,0,0,0 +31685,0,0,0,0,0 +31686,0,0,0,0,0 +31687,0,0,0,0,0 +31688,0,0,0,0,0 +31689,0,0,0,0,0 +31690,0,0,0,0,0 +31691,0,0,0,0,0 +31692,0,0,0,0,0 +31693,0,0,0,0,0 +31694,0,0,0,0,0 +31695,0,0,0,0,0 +31696,0,0,0,0,0 +31697,0,0,0,0,0 +31698,0,0,0,0,0 +31699,0,0,0,0,0 +31700,0,0,0,0,0 +31701,0,0,0,0,0 +31702,0,0,0,0,0 +31703,0,0,0,0,0 +31704,0,0,0,0,0 +31705,0,0,0,0,0 +31706,0,0,0,0,0 +31707,0,0,0,0,0 +31708,0,0,0,0,0 +31709,0,0,0,0,0 +31710,0,0,0,0,0 +31711,0,0,0,0,0 +31712,0,0,0,0,0 +31713,0,0,0,0,0 +31714,0,0,0,0,0 +31715,0,0,0,0,0 +31716,0,0,0,0,0 +31717,0,0,0,0,0 +31718,0,0,0,0,0 +31719,0,0,0,0,0 +31720,0,0,0,0,0 +31721,0,0,0,0,0 +31722,0,0,0,0,0 +31723,0,0,0,0,0 +31724,0,0,0,0,0 +31725,0,0,0,0,0 +31726,0,0,0,0,0 +31727,0,0,0,0,0 +31728,0,0,0,0,0 +31729,0,0,0,0,0 +31730,0,0,0,0,0 +31731,0,0,0,0,0 +31732,0,0,0,0,0 +31733,0,0,0,0,0 +31734,0,0,0,0,0 +31735,0,0,0,0,0 +31736,0,0,0,0,0 +31737,0,0,0,0,0 +31738,0,0,0,0,0 +31739,0,0,0,0,0 +31740,0,0,0,0,0 +31741,0,0,0,0,0 +31742,0,0,0,0,0 +31743,0,0,0,0,0 +31744,0,0,0,0,0 +31745,0,0,0,0,0 +31746,0,0,0,0,0 +31747,0,0,0,0,0 +31748,0,0,0,0,0 +31749,0,0,0,0,0 +31750,0,0,0,0,0 +31751,0,0,0,0,0 +31752,0,0,0,0,0 +31753,0,0,0,0,0 +31754,0,0,0,0,0 +31755,0,0,0,0,0 +31756,0,0,0,0,0 +31757,0,0,0,0,0 +31758,0,0,0,0,0 +31759,0,0,0,0,0 +31760,0,0,0,0,0 +31761,0,0,0,0,0 +31762,0,0,0,0,0 +31763,0,0,0,0,0 +31764,0,0,0,0,0 +31765,0,0,0,0,0 +31766,0,0,0,0,0 +31767,0,0,0,0,0 +31768,0,0,0,0,0 +31769,0,0,0,0,0 +31770,0,0,0,0,0 +31771,0,0,0,0,0 +31772,0,0,0,0,0 +31773,0,0,0,0,0 +31774,0,0,0,0,0 +31775,0,0,0,0,0 +31776,0,0,0,0,0 +31777,0,0,0,0,0 +31778,0,0,0,0,0 +31779,0,0,0,0,0 +31780,0,0,0,0,0 +31781,0,0,0,0,0 +31782,0,0,0,0,0 +31783,0,0,0,0,0 +31784,0,0,0,0,0 +31785,0,0,0,0,0 +31786,0,0,0,0,0 +31787,0,0,0,0,0 +31788,0,0,0,0,0 +31789,0,0,0,0,0 +31790,0,0,0,0,0 +31791,0,0,0,0,0 +31792,0,0,0,0,0 +31793,0,0,0,0,0 +31794,0,0,0,0,0 +31795,0,0,0,0,0 +31796,0,0,0,0,0 +31797,0,0,0,0,0 +31798,0,0,0,0,0 +31799,0,0,0,0,0 +31800,0,0,0,0,0 +31801,0,0,0,0,0 +31802,0,0,0,0,0 +31803,0,0,0,0,0 +31804,0,0,0,0,0 +31805,0,0,0,0,0 +31806,0,0,0,0,0 +31807,0,0,0,0,0 +31808,0,0,0,0,0 +31809,0,0,0,0,0 +31810,0,0,0,0,0 +31811,0,0,0,0,0 +31812,0,0,0,0,0 +31813,0,0,0,0,0 +31814,0,0,0,0,0 +31815,0,0,0,0,0 +31816,0,0,0,0,0 +31817,0,0,0,0,0 +31818,0,0,0,0,0 +31819,0,0,0,0,0 +31820,0,0,0,0,0 +31821,0,0,0,0,0 +31822,0,0,0,0,0 +31823,0,0,0,0,0 +31824,0,0,0,0,0 +31825,0,0,0,0,0 +31826,0,0,0,0,0 +31827,0,0,0,0,0 +31828,0,0,0,0,0 +31829,0,0,0,0,0 +31830,0,0,0,0,0 +31831,0,0,0,0,0 +31832,0,0,0,0,0 +31833,0,0,0,0,0 +31834,0,0,0,0,0 +31835,0,0,0,0,0 +31836,0,0,0,0,0 +31837,0,0,0,0,0 +31838,0,0,0,0,0 +31839,0,0,0,0,0 +31840,0,0,0,0,0 +31841,0,0,0,0,0 +31842,0,0,0,0,0 +31843,0,0,0,0,0 +31844,0,0,0,0,0 +31845,0,0,0,0,0 +31846,0,0,0,0,0 +31847,0,0,0,0,0 +31848,0,0,0,0,0 +31849,0,0,0,0,0 +31850,0,0,0,0,0 +31851,0,0,0,0,0 +31852,0,0,0,0,0 +31853,0,0,0,0,0 +31854,0,0,0,0,0 +31855,0,0,0,0,0 +31856,0,0,0,0,0 +31857,0,0,0,0,0 +31858,0,0,0,0,0 +31859,0,0,0,0,0 +31860,0,0,0,0,0 +31861,0,0,0,0,0 +31862,0,0,0,0,0 +31863,0,0,0,0,0 +31864,0,0,0,0,0 +31865,0,0,0,0,0 +31866,0,0,0,0,0 +31867,0,0,0,0,0 +31868,0,0,0,0,0 +31869,0,0,0,0,0 +31870,0,0,0,0,0 +31871,0,0,0,0,0 +31872,0,0,0,0,0 +31873,0,0,0,0,0 +31874,0,0,0,0,0 +31875,0,0,0,0,0 +31876,0,0,0,0,0 +31877,0,0,0,0,0 +31878,0,0,0,0,0 +31879,0,0,0,0,0 +31880,0,0,0,0,0 +31881,0,0,0,0,0 +31882,0,0,0,0,0 +31883,0,0,0,0,0 +31884,0,0,0,0,0 +31885,0,0,0,0,0 +31886,0,0,0,0,0 +31887,0,0,0,0,0 +31888,0,0,0,0,0 +31889,0,0,0,0,0 +31890,0,0,0,0,0 +31891,0,0,0,0,0 +31892,0,0,0,0,0 +31893,0,0,0,0,0 +31894,0,0,0,0,0 +31895,0,0,0,0,0 +31896,0,0,0,0,0 +31897,0,0,0,0,0 +31898,0,0,0,0,0 +31899,0,0,0,0,0 +31900,0,0,0,0,0 +31901,0,0,0,0,0 +31902,0,0,0,0,0 +31903,0,0,0,0,0 +31904,0,0,0,0,0 +31905,0,0,0,0,0 +31906,0,0,0,0,0 +31907,0,0,0,0,0 +31908,0,0,0,0,0 +31909,0,0,0,0,0 +31910,0,0,0,0,0 +31911,0,0,0,0,0 +31912,0,0,0,0,0 +31913,0,0,0,0,0 +31914,0,0,0,0,0 +31915,0,0,0,0,0 +31916,0,0,0,0,0 +31917,0,0,0,0,0 +31918,0,0,0,0,0 +31919,0,0,0,0,0 +31920,0,0,0,0,0 +31921,0,0,0,0,0 +31922,0,0,0,0,0 +31923,0,0,0,0,0 +31924,0,0,0,0,0 +31925,0,0,0,0,0 +31926,0,0,0,0,0 +31927,0,0,0,0,0 +31928,0,0,0,0,0 +31929,0,0,0,0,0 +31930,0,0,0,0,0 +31931,0,0,0,0,0 +31932,0,0,0,0,0 +31933,0,0,0,0,0 +31934,0,0,0,0,0 +31935,0,0,0,0,0 +31936,0,0,0,0,0 +31937,0,0,0,0,0 +31938,0,0,0,0,0 +31939,0,0,0,0,0 +31940,0,0,0,0,0 +31941,0,0,0,0,0 +31942,0,0,0,0,0 +31943,0,0,0,0,0 +31944,0,0,0,0,0 +31945,0,0,0,0,0 +31946,0,0,0,0,0 +31947,0,0,0,0,0 +31948,0,0,0,0,0 +31949,0,0,0,0,0 +31950,0,0,0,0,0 +31951,0,0,0,0,0 +31952,0,0,0,0,0 +31953,0,0,0,0,0 +31954,0,0,0,0,0 +31955,0,0,0,0,0 +31956,0,0,0,0,0 +31957,0,0,0,0,0 +31958,0,0,0,0,0 +31959,0,0,0,0,0 +31960,0,0,0,0,0 +31961,0,0,0,0,0 +31962,0,0,0,0,0 +31963,0,0,0,0,0 +31964,0,0,0,0,0 +31965,0,0,0,0,0 +31966,0,0,0,0,0 +31967,0,0,0,0,0 +31968,0,0,0,0,0 +31969,0,0,0,0,0 +31970,0,0,0,0,0 +31971,0,0,0,0,0 +31972,0,0,0,0,0 +31973,0,0,0,0,0 +31974,0,0,0,0,0 +31975,0,0,0,0,0 +31976,0,0,0,0,0 +31977,0,0,0,0,0 +31978,0,0,0,0,0 +31979,0,0,0,0,0 +31980,0,0,0,0,0 +31981,0,0,0,0,0 +31982,0,0,0,0,0 +31983,0,0,0,0,0 +31984,0,0,0,0,0 +31985,0,0,0,0,0 +31986,0,0,0,0,0 +31987,0,0,0,0,0 +31988,0,0,0,0,0 +31989,0,0,0,0,0 +31990,0,0,0,0,0 +31991,0,0,0,0,0 +31992,0,0,0,0,0 +31993,0,0,0,0,0 +31994,0,0,0,0,0 +31995,0,0,0,0,0 +31996,0,0,0,0,0 +31997,0,0,0,0,0 +31998,0,0,0,0,0 +31999,0,0,0,0,0 +32000,0,0,0,0,0 +32001,0,0,0,0,0 +32002,0,0,0,0,0 +32003,0,0,0,0,0 +32004,0,0,0,0,0 +32005,0,0,0,0,0 +32006,0,0,0,0,0 +32007,0,0,0,0,0 +32008,0,0,0,0,0 +32009,0,0,0,0,0 +32010,0,0,0,0,0 +32011,0,0,0,0,0 +32012,0,0,0,0,0 +32013,0,0,0,0,0 +32014,0,0,0,0,0 +32015,0,0,0,0,0 +32016,0,0,0,0,0 +32017,0,0,0,0,0 +32018,0,0,0,0,0 +32019,0,0,0,0,0 +32020,0,0,0,0,0 +32021,0,0,0,0,0 +32022,0,0,0,0,0 +32023,0,0,0,0,0 +32024,0,0,0,0,0 +32025,0,0,0,0,0 +32026,0,0,0,0,0 +32027,0,0,0,0,0 +32028,0,0,0,0,0 +32029,0,0,0,0,0 +32030,0,0,0,0,0 +32031,0,0,0,0,0 +32032,0,0,0,0,0 +32033,0,0,0,0,0 +32034,0,0,0,0,0 +32035,0,0,0,0,0 +32036,0,0,0,0,0 +32037,0,0,0,0,0 +32038,0,0,0,0,0 +32039,0,0,0,0,0 +32040,0,0,0,0,0 +32041,0,0,0,0,0 +32042,0,0,0,0,0 +32043,0,0,0,0,0 +32044,0,0,0,0,0 +32045,0,0,0,0,0 +32046,0,0,0,0,0 +32047,0,0,0,0,0 +32048,0,0,0,0,0 +32049,0,0,0,0,0 +32050,0,0,0,0,0 +32051,0,0,0,0,0 +32052,0,0,0,0,0 +32053,0,0,0,0,0 +32054,0,0,0,0,0 +32055,0,0,0,0,0 +32056,0,0,0,0,0 +32057,0,0,0,0,0 +32058,0,0,0,0,0 +32059,0,0,0,0,0 +32060,0,0,0,0,0 +32061,0,0,0,0,0 +32062,0,0,0,0,0 +32063,0,0,0,0,0 +32064,0,0,0,0,0 +32065,0,0,0,0,0 +32066,0,0,0,0,0 +32067,0,0,0,0,0 +32068,0,0,0,0,0 +32069,0,0,0,0,0 +32070,0,0,0,0,0 +32071,0,0,0,0,0 +32072,0,0,0,0,0 +32073,0,0,0,0,0 +32074,0,0,0,0,0 +32075,0,0,0,0,0 +32076,0,0,0,0,0 +32077,0,0,0,0,0 +32078,0,0,0,0,0 +32079,0,0,0,0,0 +32080,0,0,0,0,0 +32081,0,0,0,0,0 +32082,0,0,0,0,0 +32083,0,0,0,0,0 +32084,0,0,0,0,0 +32085,0,0,0,0,0 +32086,0,0,0,0,0 +32087,0,0,0,0,0 +32088,0,0,0,0,0 +32089,0,0,0,0,0 +32090,0,0,0,0,0 +32091,0,0,0,0,0 +32092,0,0,0,0,0 +32093,0,0,0,0,0 +32094,0,0,0,0,0 +32095,0,0,0,0,0 +32096,0,0,0,0,0 +32097,0,0,0,0,0 +32098,0,0,0,0,0 +32099,0,0,0,0,0 +32100,0,0,0,0,0 +32101,-1305.588393,-638.0044516,-1277.625507,-637.9110916,-113.25953 +32102,-1396.882246,-655.8304099,-1370.631605,-655.7391546,-258.4018592 +32103,-1500.965715,-674.5965024,-1473.208981,-674.5081505,-421.3873385 +32104,-1946.037905,-823.9328736,-1913.639712,-823.8469508,-1299.835413 +32105,-1409.59989,-584.9049566,-1381.823621,-584.8213539,-465.7989135 +32106,-1598.06684,-668.2548722,-1565.726846,-668.1740452,-710.3152259 +32107,-1745.107106,-735.2425329,-1711.729217,-735.1643001,-928.5098767 +32108,-1853.026019,-785.0357359,-1819.195358,-784.959836,-1107.751933 +32109,-1922.228301,-817.5241558,-1888.291653,-817.4503391,-1236.704415 +32110,-1947.61916,-830.2426289,-1913.744259,-830.1707073,-1296.412705 +32111,-1926.356269,-821.8096653,-1892.596589,-821.7395179,-1274.971365 +32112,-1905.06452,-813.3637678,-1871.413411,-813.2953285,-1253.302253 +32113,-1885.746354,-805.7656125,-1852.171979,-805.6988372,-1233.438219 +32114,-1868.857782,-799.1884661,-1835.329929,-799.1233141,-1215.846287 +32115,-1854.221341,-793.5343584,-1820.714377,-793.4707868,-1200.353853 +32116,-1841.512598,-788.6512601,-1808.005525,-788.5892242,-1186.664191 +32117,-1830.424971,-784.4028167,-1796.901177,-784.3422711,-1174.516199 +32118,-1820.70023,-780.678226,-1787.147078,-780.6191259,-1163.700503 +32119,-1749.47358,-777.3854876,-1778.526915,-777.3277891,-1154.036127 +32120,-1507.411207,-774.4630862,-1656.71437,-774.4067467,-1145.424582 +32121,-1640.622058,-751.496945,-1521.639861,-751.4419227,-1056.322491 +32122,-1584.302803,-743.6450884,-1601.756322,-743.5913551,-1027.216769 +32123,-1572.923264,-738.1231771,-1557.559318,-738.0707017,-1007.17526 +32124,-1559.415998,-733.102584,-1544.692293,-733.0513306,-989.0954173 +32125,-1550.801502,-729.3254086,-1534.13198,-729.2753396,-976.0460529 +32126,-1538.571693,-740.7100037,-1524.045022,-740.6610204,-1088.123201 +32127,-1529.671259,-707.8359143,-1512.154584,-707.7879555,-1040.313952 +32128,-1459.335523,-609.3911766,-1422.25215,-609.3443048,-625.6082158 +32129,-1598.343569,-671.9496766,-1560.497134,-671.9039415,-810.9714039 +32130,-1465.077014,-699.8654902,-1511.05183,-699.8208278,-889.3439388 +32131,-1499.999123,-705.0220939,-1451.632561,-704.978435,-896.0307175 +32132,-1486.60721,-735.7824996,-1475.955907,-735.73974,-1084.925294 +32133,-1479.746767,-623.7707473,-1455.150166,-623.7288744,-655.3663398 +32134,-1471.48516,-669.8909333,-1463.916633,-669.8499965,-796.1187038 +32135,-1454.785427,-692.4528854,-1428.477549,-700.4896497,-1073.465894 +32136,-1449.738879,-622.6853704,-1425.245437,-634.3696839,-1020.021975 +32137,-1440.452634,-641.2345634,-1414.047348,-649.1930897,-919.0086229 +32138,-1432.337805,-625.7434174,-1401.678941,-627.1106063,-857.2313305 +32139,-1424.237326,-617.4379374,-1395.31311,-618.0530268,-830.7216731 +32140,-1415.242282,-610.1055877,-1384.348171,-613.8027033,-817.6896868 +32141,-1410.768907,-599.5592874,-1373.928362,-610.6809517,-808.1863719 +32142,-1400.332769,-592.8266318,-1369.527845,-607.478708,-798.8727225 +32143,-1393.358658,-581.2945864,-1354.683096,-603.9021228,-788.895326 +32144,-1184.78224,-487.6355758,-1149.802626,-490.8524985,-261.8421183 +32145,-1394.766524,-579.9645419,-1357.602009,-583.8932911,-524.669324 +32146,-1650.156152,-658.1612559,-1598.85037,-716.1943685,-1066.655464 +32147,-1200.527929,-483.9913981,-1161.94588,-676.8612129,-988.9537983 +32148,-1404.325865,-555.3626935,-1356.612865,-593.6575414,-865.6929469 +32149,-1357.20122,-530.2803867,-1312.46578,-588.8144753,-779.7956451 +32150,-1139.128154,-467.1891331,-1104.364813,-467.1951149,-195.9303193 +32151,-1572.822033,-588.6974423,-1537.177491,-664.4701869,-953.6475636 +32152,-1265.548778,-466.9621813,-1213.141134,-524.8284758,-361.944127 +32153,-1365.579092,-501.343558,-1278.374907,-685.7292556,-1014.531221 +32154,-1248.36809,-484.9956681,-1212.073385,-515.9033234,-325.9595672 +32155,-1400.216131,-476.4344072,-1362.506749,-582.1870677,-517.2628198 +32156,-1298.846396,-466.6620582,-1211.322259,-635.4446244,-1075.751284 +32157,-1265.907398,-457.8430765,-1229.248844,-522.0935274,-340.2535869 +32158,-1364.552375,-449.5303257,-1291.785718,-580.5600906,-507.6560516 +32159,-1272.756286,-439.6917928,-1217.534032,-575.3452357,-1078.405448 +32160,-1298.089867,-431.085874,-1236.753102,-551.5361465,-863.0984256 +32161,-129.5678816,88.92976369,-67.380359,-47.00824264,-119.0213382 +32162,-90.82690748,111.7429208,-29.20720879,-26.11691559,-180.7685796 +32163,-65.50047248,124.9115254,-1.482066335,-12.4012828,-201.1322384 +32164,-26.06893262,57.08672372,35.96078324,5.38595643,198.3010775 +32165,-11.07150605,115.9166625,53.52844891,14.23595818,465.023261 +32166,4.174684526,150.8525559,69.58234749,22.37202461,624.0699075 +32167,24.19621729,178.9617017,90.75567212,32.6401255,750.068585 +32168,40.73309038,202.8524589,107.6328058,41.17876282,856.7081971 +32169,58.55139468,223.0377434,127.0580344,50.51542894,946.9818906 +32170,74.86177342,238.0923435,143.2561924,59.08038366,1024.637498 +32171,94.58228596,195.0894841,163.7637758,68.7868909,1096.078197 +32172,103.34005,229.1557955,174.61383,74.60694685,1154.230151 +32173,120.3396261,237.2495721,191.8487245,83.31233492,1203.760245 +32174,135.6701629,243.849253,207.6119241,91.03983437,1245.686111 +32175,148.8422006,252.9700754,221.0499259,98.28150444,1280.845518 +32176,161.5255786,261.8009189,235.8607616,105.4670737,1309.3784 +32177,174.9985161,270.6357767,249.2384353,112.117666,1332.111991 +32178,187.3753841,279.2275814,262.9588849,119.2052943,1349.544901 +32179,200.7762203,287.6707017,275.5515325,125.5811682,1362.262303 +32180,211.984014,296.002293,289.3266733,132.5031527,1370.898884 +32181,223.6703839,304.2868265,302.710948,138.2761772,1376.038239 +32182,236.2007749,312.5283886,314.6932487,144.7602445,1377.968774 +32183,247.1032776,320.6531499,327.5950482,151.3002005,1377.439544 +32184,258.1897653,328.9522698,339.9755428,156.9989929,1374.861067 +32185,270.4512484,331.7327693,352.666948,162.8208058,1370.828641 +32186,281.0835649,330.5105926,365.1043146,169.6032787,1366.101962 +32187,292.7992139,329.1953948,376.8683109,174.9646409,1360.565522 +32188,303.1060701,327.8763548,389.0828553,180.92854,1354.409265 +32189,314.2899211,326.5357452,400.9460367,186.6176558,1347.611819 +32190,326.6406799,325.1436671,412.4911942,192.231476,1340.177758 +32191,336.3757066,323.7946252,424.172935,197.9735387,1332.598312 +32192,346.759425,322.4767505,433.7934632,203.8001423,1324.785364 +32193,359.0859319,321.2514497,440.1713874,208.3562213,1316.962694 +32194,367.746077,320.087861,451.0746349,211.9197349,1309.031717 +32195,379.0442821,318.9179334,459.4789292,216.8372162,1300.767334 +32196,388.9825905,317.7841212,469.1852108,221.2262917,1292.387023 +32197,399.6391769,316.6704431,477.506654,225.8002285,1283.866918 +32198,409.2134771,315.5692025,487.097918,230.0134356,1275.20785 +32199,420.9194557,314.3698463,497.3676621,235.0558321,1265.992448 +32200,429.1502926,313.3591087,504.0887362,238.7105727,1257.387147 +32201,438.8760801,312.268967,513.0910068,242.9462721,1248.336715 +32202,449.3993197,311.1621565,522.0655659,247.3173541,1238.994969 +32203,455.6888143,310.1632822,530.8324451,251.5411237,1229.893694 +32204,466.9480687,309.0106579,540.8621222,256.4683163,1220.030671 +32205,476.0736357,308.2319044,550.5686068,260.9026666,1210.235097 +32206,474.6209743,297.8129309,550.3443769,259.229045,1160.939244 +32207,499.3394695,296.6585111,560.0062306,254.6224862,1148.368769 +32208,498.9310041,295.2998327,549.1536984,249.9216282,1135.024005 +32209,508.7269787,294.4604467,539.7759472,245.9821551,1123.917304 +32210,516.6251918,294.1311914,532.072162,242.801177,1115.005379 +32211,522.474511,294.231774,525.8579791,240.2556656,1107.927769 +32212,515.7569423,294.7143342,520.9379881,238.2517918,1102.456831 +32213,510.3497011,295.6107173,517.2900089,236.7861068,1098.693099 +32214,506.2563293,296.8787431,514.7496203,235.7912194,1096.447942 +32215,503.2730275,298.4384641,513.0877961,235.1684546,1095.385333 +32216,501.1988699,300.234158,512.1406047,234.8472446,1095.267802 +32217,499.8575288,302.2188788,511.7707782,234.7684086,1095.894308 +32218,499.1057568,304.3548016,511.8663965,234.8839367,1097.101727 +32219,498.8282413,306.6139001,512.33371,235.1538372,1098.758683 +32220,498.9262122,308.9667814,513.0903534,235.5430266,1100.742651 +32221,496.6539916,310.1772906,511.4037321,234.8114687,1098.107076 +32222,501.6979436,314.6302286,516.9782285,237.3341921,1109.002453 +32223,510.5675905,320.7101587,526.3350951,241.4975359,1126.860729 +32224,519.7233596,326.8067332,535.9413477,245.6918581,1145.152865 +32225,527.6716815,332.2640657,544.3069582,249.2592829,1161.169132 +32226,534.2407134,337.0345497,551.2625356,252.1488977,1174.59865 +32227,539.6991193,341.2662127,557.0790847,254.5055349,1185.906206 +32228,544.3274133,345.1043634,562.0395409,256.4720116,1195.570277 +32229,548.305028,348.6415908,566.3257043,258.1391823,1203.893905 +32230,551.7798811,351.9518732,570.0876662,259.5798247,1211.134302 +32231,554.7969436,355.0599047,573.3723029,260.8177788,1217.370485 +32232,557.4589312,358.0151119,576.2838827,261.9018195,1222.791167 +32233,559.7866462,360.8286718,578.8445855,262.84262,1227.438965 +32234,561.8541029,363.5352057,581.1296748,263.6744068,1231.45471 +32235,563.6963712,366.1510343,583.1753361,264.4132028,1234.909489 +32236,565.3453515,368.6921592,585.0178962,265.0747898,1237.87547 +32237,566.8356575,371.1717646,586.6880541,265.6721999,1240.415199 +32238,568.1893348,373.6006255,588.2115512,266.216108,1242.582474 +32239,569.4312649,375.9875779,589.6100508,266.7152948,1244.423788 +32240,570.5754798,378.3398733,590.9017974,267.1769906,1245.979296 +32241,571.6403981,380.663468,592.1021803,267.607161,1247.283781 +32242,572.6349013,382.9632511,593.2241775,268.0107273,1248.367325 +32243,573.5731018,385.2432351,594.2787449,268.3917553,1249.25602 +32244,574.460297,387.5067017,595.2751131,268.7535962,1249.97242 +32245,575.3075534,389.7563469,596.221099,269.0990304,1250.536153 +32246,576.1176443,391.9943745,597.1233047,269.4303574,1250.964221 +32247,576.89947,394.2225866,597.9873217,269.7494864,1251.271436 +32248,577.6540032,564.9763627,598.8178782,270.0579989,1251.470644 +32249,578.3886093,498.8932094,599.6189903,270.357214,1251.573071 +32250,579.1029837,534.0452774,600.394053,270.6482243,1251.588439 +32251,579.8033618,549.3280368,601.1459242,270.9299293,1251.525118 +32252,580.4789214,561.6832071,601.8706115,271.2045385,1251.390172 +32253,581.1282634,573.3795934,602.572717,271.4700561,1251.189698 +32254,581.747871,584.9841244,603.2503669,271.7289052,1250.929087 +32255,582.34315,595.9199073,603.9089622,271.9794704,1250.613182 +32256,582.9133861,606.8781423,604.5464733,272.2243012,1250.246291 +32257,583.4641094,617.3322421,605.1677844,272.4617454,1249.832252 +32258,583.9938542,627.5500516,605.7703985,272.6942262,1249.374435 +32259,584.5073234,637.3844054,606.3587825,272.9199795,1248.875805 +32260,585.0024596,647.4470075,606.9301443,273.1413182,1248.33896 +32261,585.483499,656.413254,607.4886785,273.3564074,1247.766191 +32262,585.9480133,666.016172,608.0313937,273.5674836,1247.159496 +32263,586.3963116,674.8715268,608.5622887,273.7726681,1246.520661 +32264,586.8337797,683.706079,609.0782369,273.9741425,1245.85124 +32265,587.2573695,692.2212621,609.583095,274.1699991,1245.15264 +32266,587.6665391,700.4450346,610.0736484,274.3623788,1244.426083 +32267,588.0660997,708.8891264,610.5536515,274.5493558,1243.672695 +32268,588.4527313,716.7302765,611.019836,274.7330399,1242.893454 +32269,588.8257469,724.5573585,611.4758812,274.9114944,1242.089273 +32270,589.1898197,731.9899488,611.9184906,275.0868061,1241.260952 +32271,589.5415646,739.8875942,612.3512888,275.257033,1240.409248 +32272,589.8802142,746.7397075,612.7709638,275.424242,1239.534824 +32273,590.210347,754.0157774,613.1810996,275.5864899,1238.638319 +32274,590.5285393,760.9318653,613.5783788,275.7458267,1237.720296 +32275,590.833983,767.5158318,613.9663557,275.9003111,1236.781308 +32276,591.1311828,774.4805478,614.3417139,276.0519782,1235.821835 +32277,591.4167114,780.8083433,614.7079836,276.1988903,1234.84237 +32278,591.6897295,787.188345,615.0618544,276.3430692,1233.843332 +32279,591.9546982,793.3897107,615.4068343,276.482581,1232.825158 +32280,592.2081861,799.452349,615.7396242,276.6194366,1231.788228 +32281,592.4493527,807.8096402,616.0637121,276.7517062,1230.732934 +32282,592.7866531,813.7066337,616.4831044,276.9287441,1230.030015 +32283,593.1764859,819.8491967,616.9524411,277.130863,1229.512841 +32284,593.5613553,825.2498504,617.4174559,277.3330339,1229.001457 +32285,593.9160176,830.6958578,617.8536456,277.5228819,1228.414578 +32286,594.2325857,835.9492006,618.2533995,277.6976938,1227.736848 +32287,594.5154611,841.0648317,618.6186635,277.8586933,1226.976967 +32288,594.7667983,846.0507629,618.9553354,278.0077755,1226.146518 +32289,594.9916555,850.9130215,619.2650392,278.1464693,1225.254321 +32290,595.1906193,855.6555762,619.5497176,278.2758791,1224.306664 +32291,595.3672922,860.2816225,619.8115596,278.3968434,1223.308456 +32292,595.5214759,864.7939626,620.0541794,278.5100507,1222.263916 +32293,595.6543071,868.9286775,620.2771809,278.6160921,1221.176832 +32294,595.7695385,856.1117403,620.481191,278.7154762,1220.050589 +32295,595.6759761,856.9722035,620.6145115,278.7848127,1218.887036 +32296,595.4377135,859.6678641,620.6940792,278.8319516,1217.688046 +32297,595.1504074,862.087951,620.747459,278.8692763,1216.456441 +32298,594.8660458,865.3187192,620.7905969,278.9037375,1215.19482 +32299,594.5992201,867.9356544,620.8286891,278.937424,1213.905302 +32300,594.3480314,870.7869463,620.8618783,278.9702108,1212.589548 +32301,594.10706,873.5534292,620.8890295,279.0014637,1211.248885 +32302,593.8719012,876.2753541,620.9091503,279.0306565,1209.884387 +32303,593.6396377,879.2302704,620.9216122,279.0574496,1208.496984 +32304,593.4082611,881.4164345,620.9260238,279.0816202,1207.087495 +32305,593.1762002,884.1856985,620.9221063,279.1030021,1205.656674 +32306,592.9421157,886.6733853,620.9096376,279.1214583,1204.205213 +32307,592.7048474,889.07524,620.8884382,279.136874,1202.733769 +32308,592.4633949,891.4851146,620.8583669,279.1491546,1201.242952 +32309,592.21691,893.8411869,620.8193187,279.1582241,1199.733344 +32310,591.9646818,896.0670119,620.7712227,279.1640233,1198.205495 +32311,591.7061113,898.2668461,620.7140324,279.1665056,1196.659925 +32312,591.4379886,900.3795705,620.6422481,279.1631718,1195.097093 +32313,591.1581065,902.4704164,620.552067,279.1523347,1193.517409 +32314,590.865704,904.4267562,620.4424807,279.1335785,1191.921289 +32315,590.5608149,906.3955049,620.3140611,279.1071839,1190.30913 +32316,590.2437273,908.2810167,620.1678608,279.073626,1188.68133 +32317,589.9147311,910.1477327,620.0048937,279.0333458,1187.038255 +32318,589.5740677,911.8797435,619.8260149,278.9867028,1185.380263 +32319,589.2219348,913.6283253,619.6319358,278.9339871,1183.707671 +32320,588.8585019,915.29512,619.4232671,278.8754407,1182.02078 +32321,588.4839347,916.9135758,619.2005609,278.8112783,1180.319877 +32322,588.0983853,918.5120323,618.9643087,278.7416866,1178.605235 +32323,587.7019944,919.9773965,618.714952,278.6668301,1176.877097 +32324,587.2948963,921.4635036,618.4528942,278.5868562,1175.13571 +32325,586.8772136,922.8707808,618.1784944,278.5018936,1173.381283 +32326,586.4490646,923.9006939,617.8920859,278.4120602,1171.614038 +32327,586.0105536,925.7528255,617.593968,278.3174597,1169.834164 +32328,585.5617915,926.7218516,617.2844209,278.2181885,1168.041864 +32329,585.1028758,928.0198863,616.9636963,278.1143317,1166.237305 +32330,584.6339068,929.1853994,616.6320355,278.0059709,1164.420678 +32331,584.1549707,930.310866,616.289655,277.8931776,1162.592134 +32332,583.666159,931.3904538,615.9367648,277.7760221,1302.910996 +32333,583.1675538,932.4251817,615.5735552,277.6545667,1267.03985 +32334,582.6592258,933.4487021,615.200196,277.5288655,1276.952112 +32335,582.1411968,934.323895,614.8168038,277.3989494,1291.308712 +32336,581.6119846,935.2617026,614.4219755,277.2641181,1299.958811 +32337,581.073546,936.0964656,614.0177606,277.1253428,1307.728025 +32338,580.5246869,936.9236918,613.6030344,276.9820639,1316.084591 +32339,579.9670341,937.6806935,613.1795045,276.8350857,1323.512203 +32340,579.3991476,938.4088403,612.7457891,276.6837229,1331.553539 +32341,581.4881405,886.1468325,614.9690657,277.7403139,1120.93036 +32342,581.3558792,885.646032,614.9946008,277.7583408,1120.500483 +32343,580.0360655,885.7737485,613.8434618,277.237728,1120.040241 +32344,578.6292114,885.8660662,612.6041086,276.7005261,1119.761288 +32345,577.5851165,886.0092754,611.7219174,276.3542852,1119.699951 +32346,576.971862,886.1579343,611.2652174,276.2233744,1166.128622 +32347,576.6942634,886.2974055,611.1404132,276.2566715,1119.407625 +32348,576.6698291,886.4188861,611.2664184,276.4109318,1157.748635 +32349,576.838083,886.5185382,611.5836813,276.6551919,1158.55348 +32350,577.167852,886.5938853,612.0616158,276.9732843,1163.391683 +32351,577.6206189,886.6439414,612.6621133,277.3464876,1170.737363 +32352,578.1810912,886.6678431,613.3702055,277.767066,1176.871324 +32353,578.8310138,886.6655071,614.1679115,278.2262122,1183.051785 +32354,579.5549953,886.6366388,652.4130812,278.7166257,1189.239368 +32355,580.3399835,886.5815594,653.0026243,289.2433352,1195.34515 +32356,581.1750165,886.4998996,655.5583498,314.602965,1201.318027 +32357,582.0571413,886.3918135,663.6390441,279.3844802,1207.366819 +32358,582.9674182,886.2570265,669.7482293,314.9022531,1213.249364 +32359,583.9045979,886.0964335,675.2960636,321.3444155,1219.010393 +32360,584.8630221,885.9101978,680.9076985,291.1222692,1224.967533 +32361,585.8383394,885.6990134,686.4790028,318.6535498,1230.64 +32362,586.827024,885.463248,691.8815401,317.3058109,1236.34885 +32363,587.8261553,885.2037401,697.3502499,318.8621729,1241.918432 +32364,588.8333109,884.9206003,702.6567402,322.2129375,1247.59944 +32365,589.8464589,884.6145583,707.8928487,325.3978402,1253.014436 +32366,590.863904,884.2857521,713.183699,328.0015728,1258.682282 +32367,591.8842199,883.9349574,718.2485407,330.8909037,1263.87456 +32368,592.9062259,883.5623289,723.4455212,333.5964542,1269.427543 +32369,593.9289201,868.787356,728.6569206,336.3743797,1274.822004 +32370,594.7644253,866.2001223,733.5900343,339.0619826,1279.796699 +32371,595.47632,864.2179641,738.2291194,341.5615531,1285.206138 +32372,596.1523319,862.5545924,742.5113585,343.9496504,1290.046173 +32373,596.8380991,860.9230961,747.0118493,346.3121692,1295.36972 +32374,597.5453469,859.3750239,750.9952516,348.6262774,1300.321337 +32375,598.2776138,857.854589,755.329918,350.8586134,1305.33108 +32376,599.0186426,856.3530483,759.3404038,353.1515426,1310.25432 +32377,599.7694251,854.8635511,763.3640496,355.279765,1315.036152 +32378,600.5269464,853.3814883,767.2312897,357.5062113,1320.031665 +32379,601.2893397,851.8734877,771.3295332,359.6061941,1324.724272 +32380,602.0551889,850.4445979,774.9487401,361.7033747,1329.569698 +32381,602.8232617,848.9504142,778.7118056,363.7184683,1333.962151 +32382,603.5924937,847.4829459,782.5312816,365.8609319,1338.837837 +32383,604.3619516,846.0106005,786.1154011,367.70765,1343.307769 +32384,605.1308488,844.5368282,789.7240049,369.8373109,1347.847054 +32385,605.8985111,843.0613245,793.2603811,371.6061293,1352.204685 +32386,606.6643775,841.5832054,796.7505816,373.6335267,1356.819326 +32387,607.4279609,840.1023,800.0885721,375.4736676,1361.233629 +32388,608.1888622,838.5873577,803.6330347,377.3271066,1365.386666 +32389,608.9467339,837.1440147,806.8967329,379.10421,1369.777001 +32390,609.7012925,835.6303915,810.3059787,380.9846341,1373.869399 +32391,610.4522888,834.1387802,813.2873891,382.718307,1378.28229 +32392,611.1995263,832.6379613,816.7379455,384.4781336,1382.340746 +32393,611.9428294,831.1327077,819.7961622,386.2031421,1386.484735 +32394,612.6820651,829.6225862,822.9308086,387.8453866,1390.561564 +32395,613.4171092,828.1078621,826.005324,389.6756791,1394.601416 +32396,658.9656603,826.2898578,829.0384804,391.1926585,1398.447335 +32397,614.0627996,825.2032604,831.9195605,392.8815445,1402.646519 +32398,682.0567027,823.4609105,835.1629076,394.4221811,1406.59644 +32399,613.890173,821.9735936,837.8110645,396.1033693,1410.260393 +32400,680.3323901,820.4327534,840.7940486,397.626514,1414.21355 +32401,609.7563093,710.0087661,610.2892566,298.3901313,1109.6652 +32402,601.779806,705.9551209,605.9301458,278.0052651,1098.921597 +32403,592.1867562,703.072706,601.4743209,307.0496254,1086.591468 +32404,582.7669332,700.4007087,597.082123,271.2977568,1074.30323 +32405,574.2259103,697.9397243,592.8325177,315.2026143,1062.732895 +32406,566.6038231,695.600734,626.7903058,267.2482382,1051.957046 +32407,559.7311354,693.3405124,584.1054684,320.8155887,1041.855923 +32408,553.4412909,691.1338912,633.5453872,263.2052603,1032.302487 +32409,547.618223,688.9668186,579.0193779,303.8059579,1023.206181 +32410,542.1843791,686.8317991,622.6610246,315.058074,1014.504712 +32411,537.0827139,684.7246089,609.7685843,265.3615363,1006.150369 +32412,532.2684348,682.6420754,613.4715129,306.7544879,998.1025762 +32413,527.6991925,680.5822511,615.429369,295.8006429,990.3253253 +32414,525.8166073,678.5406227,617.2808831,297.14298,987.2901601 +32415,525.9196263,676.5185689,618.9455262,298.5967716,987.7467507 +32416,526.1423989,674.5160869,620.8787288,299.4497479,988.3301149 +32417,526.3915104,672.5314514,622.5711993,300.3845051,988.8880401 +32418,526.9435201,670.5640946,624.4489546,301.2606477,989.929942 +32419,527.2350148,668.6143336,626.3692995,302.1660337,990.4428718 +32420,527.5442026,666.6807151,628.1801257,303.0406819,990.9253005 +32421,527.883288,664.7634611,630.008337,304.017966,991.3882049 +32422,528.2530571,662.8620515,632.0960374,304.8384571,991.8385053 +32423,528.6539391,660.9763175,633.8152947,305.8206355,992.2800993 +32424,529.0818117,659.1060169,635.8196792,306.7120441,992.7156613 +32425,529.5365007,657.2510019,637.8091419,307.6091091,993.1473665 +32426,530.0146134,655.4110672,639.7040293,308.6079355,993.5771261 +32427,530.5166571,653.806084,641.5956179,309.4378228,994.0065691 +32428,531.0397147,651.6769167,643.7293467,310.4738515,994.4370977 +32429,531.5845756,650.033837,645.6087329,311.299888,994.8698043 +32430,532.1484821,648.2207079,647.5926604,312.3127617,995.305622 +32431,532.7323722,648.286768,649.8420241,313.2956217,995.7452899 +32432,533.3703572,658.3754126,651.3818515,314.0685795,996.1933889 +32433,534.3183768,660.5276615,653.3590844,314.9958625,996.6515055 +32434,535.4953536,661.6057618,655.6652651,316.0754587,997.1160841 +32435,536.7819098,662.7481165,657.7215503,316.9708637,997.5861488 +32436,538.1140216,663.8047174,659.9934574,318.0699557,998.0619857 +32437,539.4729878,664.8372811,662.1206381,319.0243594,998.5440504 +32438,540.8593758,665.8564917,664.402754,320.14588,999.0327432 +32439,542.2775125,666.8667439,666.5524596,321.0601289,999.5283588 +32440,543.7305209,667.8683065,668.7945356,322.184926,1000.031194 +32441,545.2130357,668.8600558,671.1188915,323.2289557,1000.528935 +32442,546.7349442,669.8397308,673.290553,324.185138,1001.038354 +32443,548.2988315,680.1963569,674.9797787,325.1054491,1001.563395 +32444,550.1700399,682.4745684,677.1365257,326.0526618,1002.101352 +32445,552.2516355,684.132584,679.3330063,327.0680572,1002.648921 +32446,554.4121016,685.5790663,681.457311,328.0842782,1003.205138 +32447,556.584765,686.908459,683.6231544,329.0669494,1003.76988 +32448,633.5593491,688.1495649,685.9021171,330.1560237,1004.343207 +32449,635.4369939,689.3178291,687.9670473,331.1976075,1004.925163 +32450,636.9163829,690.420236,690.2542389,332.1334123,1005.51582 +32451,652.9706991,691.4604666,692.5582581,333.2654137,1005.654651 +32452,663.4095582,692.4393565,694.5272456,334.2654806,1006.41323 +32453,673.8194016,693.3590723,696.8784195,335.3147172,1007.136915 +32454,684.421448,694.2193017,699.0979768,336.357118,1007.835608 +32455,694.971628,695.0204638,701.2498758,337.4030465,1008.518208 +32456,705.8763609,695.7621623,703.4329334,338.403874,1009.192167 +32457,716.6538017,696.4441749,705.7139185,339.522199,1009.862959 +32458,745.5311081,705.5303782,709.647818,341.3442435,1010.534283 +32459,759.4529165,707.3641315,711.7871322,342.3157436,1011.211439 +32460,772.3659641,708.5864977,714.1906127,343.5165049,1011.893957 +32461,1019.684187,816.0089117,951.0290756,451.1244876,1066.647114 +32462,1035.258515,818.071153,956.5137078,453.6009067,1709.456374 +32463,1050.142365,819.847267,960.3857622,455.8047495,1410.081312 +32464,1063.993762,821.1069077,963.7949961,457.4748566,1482.981661 +32465,1077.948711,822.1556011,966.8877871,459.1102445,1488.625746 +32466,1091.802886,823.0176477,969.7856923,460.6398902,1493.690408 +32467,1105.404341,823.728568,972.5507597,462.1104587,1498.260287 +32468,1119.771577,824.3094973,975.217732,463.5381027,1502.603269 +32469,1133.550326,824.772749,977.8075449,464.9327523,1506.882974 +32470,1147.69646,825.1246409,980.1074447,466.2990008,1511.061393 +32471,1161.897356,825.3694512,982.9122276,467.640121,1514.842381 +32472,1176.207625,825.509758,985.1496014,468.8406126,1519.257866 +32473,1190.323057,825.5478442,987.5400554,470.4315166,1523.01806 +32474,1205.388668,825.4853308,989.8394536,471.439883,1526.89226 +32475,1219.806507,825.3237507,992.0897157,472.799047,1530.72693 +32476,1234.926339,825.0639031,994.2892557,474.0125811,1534.505597 +32477,1249.253207,824.7070211,996.4395326,475.2245445,1538.165872 +32478,1264.53625,824.2549905,998.5436628,476.4176135,1541.846976 +32479,1279.637451,823.708803,1000.60205,477.5919325,1545.462175 +32480,1294.898199,823.0694324,1002.615497,478.7477707,1549.071256 +32481,1319.695484,826.1871166,1012.194766,483.1131213,1552.739981 +32482,1337.302259,826.0473638,1015.102064,484.6995548,1556.219654 +32483,1353.760994,825.5449589,1017.78105,486.0593543,1559.718532 +32484,1370.508231,824.8693602,1019.627801,487.3333868,1563.219575 +32485,1387.395237,824.0630658,1021.912767,488.5563593,1566.615244 +32486,1404.30297,823.1429016,1023.891822,489.6161689,1570.050705 +32487,1421.383458,822.1178206,1025.836693,490.9581482,1573.436928 +32488,1438.603395,820.9932901,1027.743393,491.9933075,1576.809901 +32489,1455.91938,819.7726627,1029.526886,493.1153229,1580.19322 +32490,1473.513927,818.4586398,1031.310983,494.1932885,1583.488915 +32491,1487.7893,816.0424799,1032.185226,494.8872072,1586.830051 +32492,1501.615038,813.5461013,1032.835827,495.4858579,1590.118613 +32493,1515.407785,810.8667623,1033.350592,496.0243521,1593.390557 +32494,1528.920988,808.1136367,1033.756836,496.5144483,1596.674248 +32495,1542.545955,804.9680233,1034.066608,496.9610832,1599.863733 +32496,1555.920601,802.4703958,1034.28738,497.3674738,1603.102932 +32497,1569.372883,799.2526458,1034.423483,497.7354676,1606.295935 +32498,1582.790125,796.2198459,1034.478902,498.0667418,1609.475387 +32499,1596.043577,793.0720977,1034.456102,498.3622827,1612.663696 +32500,1609.442475,789.8620337,1034.358092,498.6233291,1615.754883 +32501,1622.627368,786.5918794,1034.186643,498.8505208,1618.89131 +32502,1635.98076,783.5482104,1033.944346,499.0449011,1621.97945 +32503,1649.114652,779.7658464,1033.632582,499.2070024,1625.047066 +32504,1662.380145,776.5336315,1033.253673,499.3377458,1628.124545 +32505,1675.041707,773.0194628,1032.808725,499.4375385,1631.094862 +32506,1689.084913,769.504596,1032.299859,499.507242,1634.114349 +32507,1701.811604,765.9500869,1031.727963,499.5471785,1637.078865 +32508,1715.248118,762.3593147,1031.094977,499.5581432,1640.024943 +32509,1728.240355,758.7348439,1030.401604,499.5403894,1642.944168 +32510,1741.587262,755.0797435,1029.649635,499.4946593,1645.840053 +32511,1754.730107,751.3967006,1028.81381,499.4211858,1646.719961 +32512,1767.943322,747.6888621,1027.986445,499.3208854,1649.147087 +32513,1781.094825,743.9586835,1027.046373,499.1936865,1650.763861 +32514,1794.481725,740.209103,1026.074412,499.0402703,1652.673268 +32515,1807.470992,736.4426658,1025.044621,498.8607521,1654.511418 +32516,1820.83024,732.66225,1023.962265,498.6557401,1656.330166 +32517,1834.01718,728.8703955,1022.82767,498.4253336,1658.129921 +32518,1847.013054,725.0699638,1021.64217,498.1700994,1659.911727 +32519,1860.306702,721.2635019,1020.154443,497.8901269,1661.674658 +32520,1873.298706,717.4538594,1019.241556,497.5859375,1663.419854 +32521,1933.358482,736.631308,1064.912961,520.1066785,1746.436258 +32522,1948.547906,733.8230081,1065.540532,520.8961095,1751.540659 +32523,1963.10862,730.7753072,1065.529324,521.2650106,1755.784404 +32524,1977.067095,727.4910804,1065.750117,521.4089441,1759.641137 +32525,1991.149355,724.1403136,1064.473554,521.4389052,1763.147742 +32526,2000.177313,723.471029,1071.844982,524.8955199,1766.449021 +32527,2012.920364,720.4953794,1072.759362,525.4778621,1769.612924 +32528,2026.376079,717.3554287,1072.223354,525.6635557,1772.262371 +32529,2039.645841,714.4033185,1071.595141,525.6998237,1775.86229 +32530,2053.124783,710.8385736,1070.733211,525.6480933,1778.386202 +32531,2066.283594,707.7847106,1069.73245,525.5303574,1781.293071 +32532,2079.481313,704.5288309,1068.615318,525.357039,1784.041645 +32533,2092.574642,701.3169663,1067.395142,525.1341089,1786.741353 +32534,2105.839708,698.1181686,1066.078865,524.8648001,1789.349228 +32535,2119.11579,694.9369087,1064.953874,524.5515267,1792.010242 +32536,2131.941441,691.7767928,1063.018644,524.1957552,1794.532475 +32537,2144.886058,688.641668,1061.677772,523.7988984,1797.04628 +32538,2157.933816,685.5349191,1059.955456,523.361853,1799.550618 +32539,2170.767307,682.4601987,1058.216912,522.8856989,1801.90855 +32540,2183.619835,679.4208399,1056.396654,522.371129,1804.277587 +32541,2196.411716,676.5201605,1054.499562,521.8190486,1806.675056 +32542,2209.142748,673.4753398,1052.526942,521.2300004,1808.944625 +32543,2221.822748,670.6391158,1050.453136,520.6047902,1811.214184 +32544,2236.314834,667.7913851,1048.374195,519.9438523,1813.439479 +32545,2252.977766,664.9778606,1046.164556,519.2479343,1815.628712 +32546,2259.247599,661.7847799,1043.907706,518.5354048,1817.781596 +32547,2281.684739,659.3570549,1041.551415,517.8430573,1819.899537 +32548,2280.674102,656.4569032,1039.191736,517.1998106,1821.983363 +32549,2295.546466,656.9284108,1043.479845,519.7079333,1823.99441 +32550,2294.639863,654.9849902,1042.352079,519.8601505,1826.126833 +32551,2284.037438,653.3888344,1041.944233,520.4402995,1828.018174 +32552,2333.3939,651.8409737,1041.545896,521.1231177,1830.01746 +32553,2336.718364,647.3303419,1034.204451,519.2858879,1831.942161 +32554,2353.423774,645.3579715,1032.801013,519.6647872,1833.840607 +32555,2365.590179,643.6370244,1031.944638,520.3825458,1835.719031 +32556,2377.2004,642.0043744,1031.215258,521.2541367,1837.571736 +32557,2388.891816,640.4267628,1030.631087,522.2332093,1839.399984 +32558,2400.379233,638.8902959,1030.041723,523.3029158,1841.161145 +32559,2411.777897,637.38795,1029.512283,524.4549319,1843.010671 +32560,2423.087052,635.9151304,1029.008157,525.7994716,1844.740615 +32561,2434.41233,634.4692921,1028.529167,527.026688,1846.491442 +32562,2445.393589,633.0480913,1028.071587,528.4933189,1848.217027 +32563,2456.420289,631.6502918,1027.633978,529.8522189,1849.926848 +32564,2467.527328,630.2742928,1027.213876,531.4593608,1851.620492 +32565,2478.441943,628.9193827,1026.810695,532.9476015,1853.300586 +32566,2489.10095,627.5842926,1026.422432,534.6898973,1855.010565 +32567,2499.897901,626.268597,1026.04889,536.4135249,1856.5964 +32568,2510.523343,624.9712302,1025.688293,538.1903811,1858.270495 +32569,2521.072256,623.4911659,1025.340669,540.027591,1859.849903 +32570,2531.549564,622.5200869,1025.004384,541.7755261,1861.537168 +32571,2541.938417,621.1334797,1024.679657,543.9603477,1863.114163 +32572,2552.248767,619.9359337,1024.364959,545.8664111,1864.720643 +32573,2562.580392,618.9179599,1024.060652,547.9667323,1866.311795 +32574,2572.557112,617.4356057,1023.765089,550.0986227,1867.892617 +32575,2582.689008,616.3914319,1023.478492,552.2886645,1869.465094 +32576,2592.537278,615.1948859,1023.20085,554.5337616,1871.029922 +32577,2602.701241,614.0433199,1022.931456,556.9888197,1872.587081 +32578,2612.246059,612.9062017,1022.669372,559.1052855,1874.135495 +32579,2622.062561,611.7839375,1022.41523,561.6283317,1875.677321 +32580,2631.67257,610.6757355,1022.167677,564.0648228,1877.210603 +32581,2564.598535,576.5751409,944.9791839,533.2603551,1736.046093 +32582,2573.470965,575.1007822,944.681542,535.8099254,1736.285401 +32583,2582.61262,573.9594903,943.9432676,538.2492814,1737.594727 +32584,2591.582587,572.7926524,943.5795492,540.6798116,1738.665029 +32585,2600.799735,571.6721079,943.2129023,543.551549,1739.843124 +32586,2615.970932,570.575703,942.8756809,546.1326708,1741.050167 +32587,2628.584849,569.4996411,942.5592028,548.9090117,1742.274277 +32588,2641.886281,568.4412102,942.2580945,551.7106268,1743.506569 +32589,2654.849622,567.399631,941.9708307,554.5626306,1744.745384 +32590,2675.995277,562.8948996,933.9207914,555.9033962,1745.983546 +32591,2690.478048,561.566134,932.4365781,558.4012653,1747.217173 +32592,2704.100925,560.1186563,931.467811,561.4206143,1748.458026 +32593,2717.293126,558.9089126,930.6918353,564.3808791,1749.700606 +32594,2730.549508,557.7204167,930.198112,567.4308626,1750.940977 +32595,2743.429886,556.7284602,929.2579754,570.5404501,1752.219826 +32596,2756.472819,555.3683421,928.7961743,573.5314873,1753.393868 +32597,2769.231836,554.3811363,928.1905482,577.0113773,1754.657986 +32598,2781.678128,553.2780555,927.6395773,580.148289,1755.881966 +32599,2794.232228,552.2205321,927.1116077,583.4901141,1757.109942 +32600,2816.376126,551.1825276,926.6032548,586.8497035,1758.333573 +32601,2812.550104,550.1638924,926.1142322,590.2544178,1759.555015 +32602,2826.145127,549.1632698,925.6420253,593.7022672,1760.771511 +32603,2846.794348,548.1806642,925.1869786,597.1926371,1761.985734 +32604,2853.502476,547.2150431,924.7470449,600.7237289,1763.195217 +32605,2866.150892,546.266451,924.3226537,604.2020485,1764.40235 +32606,2877.822456,545.3338458,923.9117378,607.8919996,1765.604378 +32607,2889.221079,544.417337,923.5148904,611.4553942,1766.803846 +32608,2900.631844,543.5159315,923.1301537,615.0236284,1767.998013 +32609,2911.602558,542.6298396,922.7582826,618.9622115,1769.18942 +32610,2922.579243,541.7580914,922.3973858,622.644693,1770.375317 +32611,2933.760499,540.7199969,921.6317776,626.2251191,1771.557902 +32612,2944.729232,539.6579176,920.787774,629.9259981,1772.733216 +32613,2955.39899,538.5890616,919.9092373,633.493611,1773.905729 +32614,2966.226063,537.51853,919.0076508,637.1327214,1774.674283 +32615,2976.846229,536.4484542,918.0901982,640.9010456,1776.481132 +32616,2987.501758,535.3793467,917.1571496,644.5314691,1777.281724 +32617,2997.728958,534.3122828,916.2115802,648.2303482,1778.523865 +32618,3008.130651,533.2469893,915.2530057,651.9600136,1779.660176 +32619,3018.800081,532.3336571,914.2834752,655.7128934,1780.796638 +32620,3043.05957,531.0555435,913.302119,659.4846796,1781.924481 +32621,3016.443053,530.1019844,912.3107205,663.2742592,1783.046127 +32622,3059.05381,529.0243202,911.3081479,667.0798771,1784.158201 +32623,3055.615861,527.971379,910.2963244,670.6764272,1785.263625 +32624,3067.591659,526.9211862,909.2741652,674.8605092,1786.359248 +32625,3077.16558,525.8739836,908.2432212,678.5402647,1787.447458 +32626,3086.565758,524.6838283,907.2023653,682.4431945,1788.525227 +32627,3095.861688,523.8533031,906.1531205,686.3185675,1789.554572 +32628,3105.166806,522.7113482,905.0943277,690.2057729,1790.675646 +32629,3113.89112,521.697101,904.0275323,694.1032823,1791.696163 +32630,3123.133275,520.6620015,902.9510453,698.0094635,1792.741506 +32631,3136.584831,519.6307513,901.8669973,702.1685664,1793.771085 +32632,3142.28996,518.6011984,900.7744681,705.7207502,1794.790757 +32633,3160.498741,517.5745616,899.6742093,709.8288001,1795.80066 +32634,3142.614309,516.5499961,898.5651762,713.748543,1796.798736 +32635,3165.436163,515.5250559,897.4329147,717.5854003,1797.725211 +32636,3177.32598,514.503777,896.3029479,721.5202283,1798.68984 +32637,3180.708301,513.4858261,895.16854,725.4679724,1799.651106 +32638,3190.01514,512.6060008,894.0271173,729.3611615,1800.602906 +32639,3206.713483,511.3947523,892.878472,733.336262,1801.5857 +32640,3192.870851,510.4789623,891.7222937,737.2246771,1802.453886 +32641,3065.877956,443.2316917,737.5189742,674.6161188,1518.228749 +32642,3064.61383,441.7138824,734.8767467,678.6675431,1517.43494 +32643,3072.641553,440.4036562,732.994774,681.9432612,1517.84628 +32644,3079.44609,438.9891483,731.2980026,685.7053652,1518.268524 +32645,3086.177835,437.8164152,729.4626856,689.4208646,1518.836913 +32646,3092.831306,436.5828321,727.8664587,693.1541625,1519.473981 +32647,3099.529063,435.3803561,726.1258979,696.8940763,1520.154948 +32648,3105.770097,434.1897854,724.6374836,700.6358955,1520.86506 +32649,3112.200439,432.9145627,722.9640131,704.6108372,1521.596348 +32650,3118.244144,431.8784385,721.4615828,707.9895956,1522.369276 +32651,3124.519341,430.7392667,719.7420183,711.9156738,1523.088436 +32652,3134.739549,429.4602966,718.2116821,715.5613195,1523.876908 +32653,3133.968788,428.3728062,716.6128463,719.2896836,1524.650516 +32654,3159.739677,427.2120083,715.0304539,723.0099669,1525.434705 +32655,3119.627695,426.0711208,713.4512596,726.6583587,1526.225025 +32656,3166.64976,424.9354302,711.8727555,730.3479762,1526.759794 +32657,3154.694897,423.8049999,710.3001466,734.024614,1527.96198 +32658,3163.187224,422.6795145,708.7269755,737.6234449,1528.567147 +32659,3167.85374,421.5587464,707.1563402,741.2595114,1529.416112 +32660,3172.713564,420.5318312,705.5866319,744.8775893,1530.222022 +32661,3177.266986,419.2898387,704.0930593,748.4111059,1531.029717 +32662,3181.669581,418.1569238,702.4154215,751.7232743,1531.864027 +32663,3188.2242,417.2147912,701.0131325,756.1558238,1532.629843 +32664,3196.19971,416.0655568,699.3875859,759.5439829,1533.45974 +32665,3195.112973,414.9897741,697.9474801,763.1544702,1534.262673 +32666,3216.289611,413.9020378,696.4102062,766.68099,1535.067564 +32667,3182.012415,412.9003349,694.7608464,770.104438,1535.87039 +32668,3219.774351,411.6968614,693.2517039,773.5520352,1536.670252 +32669,3209.308885,410.6755086,691.6800631,776.9360545,1537.467708 +32670,3214.873781,409.5855518,690.1173378,780.3120401,1538.261957 +32671,3213.138374,407.9735674,687.3095704,782.4077638,1539.052909 +32672,3209.997235,406.2461987,684.2299174,784.2733371,1539.833333 +32673,3237.336569,404.4564943,681.0147273,785.9388347,1540.605498 +32674,3157.095976,402.6334094,677.7522231,787.4691471,1541.368946 +32675,3219.019748,400.7693515,674.2787314,788.8742264,1542.123045 +32676,3187.227669,398.8771561,670.8558699,790.161726,1542.893804 +32677,3186.227657,397.034096,667.2917373,791.3653292,1543.583341 +32678,3180.045911,394.9000493,663.6825228,792.3854447,1544.320902 +32679,3173.408927,393.0882486,660.0608614,793.361367,1545.017342 +32680,3166.333913,391.1001231,656.4918638,794.2044004,1545.699498 +32681,3158.696588,388.985849,652.6866189,794.8357056,1546.361514 +32682,3150.986041,386.9918344,648.7778747,795.543599,1547.001129 +32683,3173.508746,384.9121853,645.0275842,796.0996285,1547.61728 +32684,3089.217949,382.825391,641.1541935,796.4234382,1548.207967 +32685,3146.209697,380.7143941,637.2712159,796.8262155,1548.771946 +32686,3110.693008,378.6524243,633.1839046,796.9636723,1549.308201 +32687,3105.357738,376.3344147,629.2404733,797.1681985,1549.816313 +32688,3094.533092,374.3721148,625.1713309,797.1012886,1550.29453 +32689,3083.382148,372.032154,621.1046312,797.1069574,1550.742407 +32690,3071.991757,369.875758,616.9020826,796.8361923,1551.158705 +32691,3060.159529,367.6377911,612.8013378,796.6443114,1551.543386 +32692,3047.864003,365.4498398,608.7845943,796.171073,1551.895441 +32693,3035.424344,363.0406231,604.1886176,795.6775889,1552.21497 +32694,3036.17601,360.9122483,620.466993,795.0845812,1552.488836 +32695,2989.352523,358.4742067,567.3188009,794.4004076,1552.766091 +32696,3005.015672,356.1991801,602.7465827,793.6180946,1552.936771 +32697,2979.952967,353.9070818,596.6896875,792.7378727,1553.139542 +32698,2967.367853,351.4230963,567.3107605,791.7594741,1553.281398 +32699,2953.159276,349.2183584,592.7393645,790.6831619,1553.394522 +32700,2938.352527,346.710554,567.2236361,789.4790744,1553.47186 +32701,2023.42698,344.2450332,562.850874,787.9220738,1553.196107 +32702,2031.8217,473.6537924,883.2380865,918.4069974,2142.352156 +32703,2127.543105,473.1010015,862.7502096,919.1552053,2126.613152 +32704,2207.377399,470.212702,866.8638275,916.9581535,2137.28147 +32705,2257.949452,467.6709682,859.4932703,915.1449503,2133.682189 +32706,2289.304391,465.0026368,852.1995237,913.2505352,2132.78911 +32707,2308.788224,462.3215398,843.2245829,911.2582945,2132.649865 +32708,2321.287566,459.7415122,857.3471742,909.1667476,2132.314474 +32709,2330.3546,457.1248694,822.4539467,906.9797848,2131.867305 +32710,2337.270677,454.4472515,844.5709486,904.6966169,2131.468598 +32711,2342.432652,451.7113181,820.9471451,902.3174839,2131.063636 +32712,2346.048677,449.0572414,826.0145696,899.8147693,2130.613808 +32713,2348.317389,446.3949287,816.9840535,897.1707872,2130.176036 +32714,2349.455469,443.6774002,812.5977306,894.586323,2129.733561 +32715,2349.662305,440.9019581,807.3426048,891.76153,2129.28118 +32716,2349.079931,438.2453402,802.1392942,888.8883031,2122.186325 +32717,2347.879499,435.5531961,796.614304,885.9582762,2137.916865 +32718,2346.157954,432.5461368,791.3202739,882.7625479,2117.378383 +32719,2343.964446,430.3894816,786.1420127,878.9856842,2137.210955 +32720,2341.296805,427.0986796,780.5649711,874.4166482,2116.583519 +32721,2338.075231,424.6112985,775.158127,869.3606235,2136.146341 +32722,2334.276158,422.7054502,771.8657902,860.1793328,2115.332025 +32723,2329.368072,420.0641976,766.8403213,870.5529332,2134.971772 +32724,2323.68193,417.1845546,761.2620744,824.976992,2114.014289 +32725,2317.59703,414.4484868,755.6326557,871.9759299,2133.652638 +32726,2311.304655,411.6267714,750.0198128,809.7628096,2112.573923 +32727,2304.850632,408.6442213,744.42936,852.0684649,2132.230855 +32728,2298.220369,405.8260288,738.6028584,810.0020737,2110.90663 +32729,2291.384899,403.5226591,734.3196839,821.5183699,2130.584894 +32730,2283.885751,400.6722528,728.8255512,806.3033814,2108.969862 +32731,2275.857345,398.3958131,724.5382772,802.8729937,2122.148509 +32732,2267.785089,396.19349,720.5586056,798.0300636,2116.780153 +32733,2259.95923,394.0293481,716.5879953,793.4692845,2115.848247 +32734,2252.447369,391.88825,712.6947516,788.8810864,2115.00034 +32735,2245.207491,389.7647529,708.8372564,784.3116943,2113.788025 +32736,2238.147053,387.6544917,705.0236288,779.7360484,2112.504149 +32737,2231.192134,385.5559638,701.3239764,775.1458204,2111.231166 +32738,2224.299633,383.4671256,697.4600013,770.5325571,2109.854153 +32739,2217.177204,381.3876902,693.8008088,765.8946729,2108.440248 +32740,2210.379376,379.3163013,690.1000856,761.2262579,2107.117216 +32741,2203.601366,377.2533372,686.4369336,756.5261746,2105.396705 +32742,2196.810658,375.1979216,682.7997135,751.8454893,2103.925074 +32743,2190.008779,373.1509007,685.7984525,746.9985597,2102.315683 +32744,2183.194558,371.1122098,665.6839177,742.1842196,2100.655967 +32745,2176.366001,369.3226785,680.3535157,737.4187972,2098.9527 +32746,2169.519956,362.950952,652.9802917,662.2761106,2096.976832 +32747,2154.927044,360.683717,657.1304885,648.9613733,2095.08518 +32748,2135.803176,358.4495818,650.4009615,639.9961469,2093.153559 +32749,2116.238077,356.3592677,647.2167797,632.1045341,2091.205441 +32750,1942.156683,354.317211,643.7981873,624.6939048,2089.158889 +32751,1720.975527,352.3071847,640.3957561,617.9577376,2087.159941 +32752,1884.807538,350.3241291,637.0786136,611.2825707,2084.74964 +32753,1771.54236,348.3440162,633.8029064,604.9830149,2082.813319 +32754,1768.121441,346.3998678,630.6173409,598.8704164,2080.632527 +32755,1739.609432,344.4558587,627.448123,592.9163193,2078.071374 +32756,1700.347595,342.5147244,624.380256,587.1544539,2075.646497 +32757,1705.597478,340.5839023,621.1802239,581.3880257,2073.113684 +32758,1672.17568,338.6619915,618.0989696,575.9841835,2070.631113 +32759,1654.86403,336.7502287,615.1591152,570.4740719,2067.816517 +32760,1635.12938,334.8485468,612.1762688,565.2070862,2065.201205 +32761,0,0,0,0,0 +32762,0,0,0,0,0 +32763,0,0,0,0,0 +32764,0,0,0,0,0 +32765,0,0,0,0,0 +32766,0,0,0,0,0 +32767,0,0,0,0,0 +32768,0,0,0,0,0 +32769,0,0,0,0,0 +32770,0,0,0,0,0 +32771,0,0,0,0,0 +32772,0,0,0,0,0 +32773,0,0,0,0,0 +32774,0,0,0,0,0 +32775,0,0,0,0,0 +32776,0,0,0,0,0 +32777,0,0,0,0,0 +32778,0,0,0,0,0 +32779,0,0,0,0,0 +32780,0,0,0,0,0 +32781,0,0,0,0,0 +32782,0,0,0,0,0 +32783,0,0,0,0,0 +32784,0,0,0,0,0 +32785,0,0,0,0,0 +32786,0,0,0,0,0 +32787,0,0,0,0,0 +32788,0,0,0,0,0 +32789,0,0,0,0,0 +32790,0,0,0,0,0 +32791,0,0,0,0,0 +32792,0,0,0,0,0 +32793,0,0,0,0,0 +32794,0,0,0,0,0 +32795,0,0,0,0,0 +32796,0,0,0,0,0 +32797,0,0,0,0,0 +32798,0,0,0,0,0 +32799,0,0,0,0,0 +32800,0,0,0,0,0 +32801,0,0,0,0,0 +32802,0,0,0,0,0 +32803,0,0,0,0,0 +32804,0,0,0,0,0 +32805,0,0,0,0,0 +32806,0,0,0,0,0 +32807,0,0,0,0,0 +32808,0,0,0,0,0 +32809,0,0,0,0,0 +32810,0,0,0,0,0 +32811,0,0,0,0,0 +32812,0,0,0,0,0 +32813,0,0,0,0,0 +32814,0,0,0,0,0 +32815,0,0,0,0,0 +32816,0,0,0,0,0 +32817,0,0,0,0,0 +32818,0,0,0,0,0 +32819,0,0,0,0,0 +32820,0,0,0,0,0 +32821,0,0,0,0,0 +32822,0,0,0,0,0 +32823,0,0,0,0,0 +32824,0,0,0,0,0 +32825,0,0,0,0,0 +32826,0,0,0,0,0 +32827,0,0,0,0,0 +32828,0,0,0,0,0 +32829,0,0,0,0,0 +32830,0,0,0,0,0 +32831,0,0,0,0,0 +32832,0,0,0,0,0 +32833,0,0,0,0,0 +32834,0,0,0,0,0 +32835,0,0,0,0,0 +32836,0,0,0,0,0 +32837,0,0,0,0,0 +32838,0,0,0,0,0 +32839,0,0,0,0,0 +32840,0,0,0,0,0 +32841,0,0,0,0,0 +32842,0,0,0,0,0 +32843,0,0,0,0,0 +32844,0,0,0,0,0 +32845,0,0,0,0,0 +32846,0,0,0,0,0 +32847,0,0,0,0,0 +32848,0,0,0,0,0 +32849,0,0,0,0,0 +32850,0,0,0,0,0 +32851,0,0,0,0,0 +32852,0,0,0,0,0 +32853,0,0,0,0,0 +32854,0,0,0,0,0 +32855,0,0,0,0,0 +32856,0,0,0,0,0 +32857,0,0,0,0,0 +32858,0,0,0,0,0 +32859,0,0,0,0,0 +32860,0,0,0,0,0 +32861,0,0,0,0,0 +32862,0,0,0,0,0 +32863,0,0,0,0,0 +32864,0,0,0,0,0 +32865,0,0,0,0,0 +32866,0,0,0,0,0 +32867,0,0,0,0,0 +32868,0,0,0,0,0 +32869,0,0,0,0,0 +32870,0,0,0,0,0 +32871,0,0,0,0,0 +32872,0,0,0,0,0 +32873,0,0,0,0,0 +32874,0,0,0,0,0 +32875,0,0,0,0,0 +32876,0,0,0,0,0 +32877,0,0,0,0,0 +32878,0,0,0,0,0 +32879,0,0,0,0,0 +32880,0,0,0,0,0 +32881,0,0,0,0,0 +32882,0,0,0,0,0 +32883,0,0,0,0,0 +32884,0,0,0,0,0 +32885,0,0,0,0,0 +32886,0,0,0,0,0 +32887,0,0,0,0,0 +32888,0,0,0,0,0 +32889,0,0,0,0,0 +32890,0,0,0,0,0 +32891,0,0,0,0,0 +32892,0,0,0,0,0 +32893,0,0,0,0,0 +32894,0,0,0,0,0 +32895,0,0,0,0,0 +32896,0,0,0,0,0 +32897,0,0,0,0,0 +32898,0,0,0,0,0 +32899,0,0,0,0,0 +32900,0,0,0,0,0 +32901,0,0,0,0,0 +32902,0,0,0,0,0 +32903,0,0,0,0,0 +32904,0,0,0,0,0 +32905,0,0,0,0,0 +32906,0,0,0,0,0 +32907,0,0,0,0,0 +32908,0,0,0,0,0 +32909,0,0,0,0,0 +32910,0,0,0,0,0 +32911,0,0,0,0,0 +32912,0,0,0,0,0 +32913,0,0,0,0,0 +32914,0,0,0,0,0 +32915,0,0,0,0,0 +32916,0,0,0,0,0 +32917,0,0,0,0,0 +32918,0,0,0,0,0 +32919,0,0,0,0,0 +32920,0,0,0,0,0 +32921,0,0,0,0,0 +32922,0,0,0,0,0 +32923,0,0,0,0,0 +32924,0,0,0,0,0 +32925,0,0,0,0,0 +32926,0,0,0,0,0 +32927,0,0,0,0,0 +32928,0,0,0,0,0 +32929,0,0,0,0,0 +32930,0,0,0,0,0 +32931,0,0,0,0,0 +32932,0,0,0,0,0 +32933,0,0,0,0,0 +32934,0,0,0,0,0 +32935,0,0,0,0,0 +32936,0,0,0,0,0 +32937,0,0,0,0,0 +32938,0,0,0,0,0 +32939,0,0,0,0,0 +32940,0,0,0,0,0 +32941,0,0,0,0,0 +32942,0,0,0,0,0 +32943,0,0,0,0,0 +32944,0,0,0,0,0 +32945,0,0,0,0,0 +32946,0,0,0,0,0 +32947,0,0,0,0,0 +32948,0,0,0,0,0 +32949,0,0,0,0,0 +32950,0,0,0,0,0 +32951,0,0,0,0,0 +32952,0,0,0,0,0 +32953,0,0,0,0,0 +32954,0,0,0,0,0 +32955,0,0,0,0,0 +32956,0,0,0,0,0 +32957,0,0,0,0,0 +32958,0,0,0,0,0 +32959,0,0,0,0,0 +32960,0,0,0,0,0 +32961,0,0,0,0,0 +32962,0,0,0,0,0 +32963,0,0,0,0,0 +32964,0,0,0,0,0 +32965,0,0,0,0,0 +32966,0,0,0,0,0 +32967,0,0,0,0,0 +32968,0,0,0,0,0 +32969,0,0,0,0,0 +32970,0,0,0,0,0 +32971,0,0,0,0,0 +32972,0,0,0,0,0 +32973,0,0,0,0,0 +32974,0,0,0,0,0 +32975,0,0,0,0,0 +32976,0,0,0,0,0 +32977,0,0,0,0,0 +32978,0,0,0,0,0 +32979,0,0,0,0,0 +32980,0,0,0,0,0 +32981,0,0,0,0,0 +32982,0,0,0,0,0 +32983,0,0,0,0,0 +32984,0,0,0,0,0 +32985,0,0,0,0,0 +32986,0,0,0,0,0 +32987,0,0,0,0,0 +32988,0,0,0,0,0 +32989,0,0,0,0,0 +32990,0,0,0,0,0 +32991,0,0,0,0,0 +32992,0,0,0,0,0 +32993,0,0,0,0,0 +32994,0,0,0,0,0 +32995,0,0,0,0,0 +32996,0,0,0,0,0 +32997,0,0,0,0,0 +32998,0,0,0,0,0 +32999,0,0,0,0,0 +33000,0,0,0,0,0 +33001,0,0,0,0,0 +33002,0,0,0,0,0 +33003,0,0,0,0,0 +33004,0,0,0,0,0 +33005,0,0,0,0,0 +33006,0,0,0,0,0 +33007,0,0,0,0,0 +33008,0,0,0,0,0 +33009,0,0,0,0,0 +33010,0,0,0,0,0 +33011,0,0,0,0,0 +33012,0,0,0,0,0 +33013,0,0,0,0,0 +33014,0,0,0,0,0 +33015,0,0,0,0,0 +33016,0,0,0,0,0 +33017,0,0,0,0,0 +33018,0,0,0,0,0 +33019,0,0,0,0,0 +33020,0,0,0,0,0 +33021,0,0,0,0,0 +33022,0,0,0,0,0 +33023,0,0,0,0,0 +33024,0,0,0,0,0 +33025,0,0,0,0,0 +33026,0,0,0,0,0 +33027,0,0,0,0,0 +33028,0,0,0,0,0 +33029,0,0,0,0,0 +33030,0,0,0,0,0 +33031,0,0,0,0,0 +33032,0,0,0,0,0 +33033,0,0,0,0,0 +33034,0,0,0,0,0 +33035,0,0,0,0,0 +33036,0,0,0,0,0 +33037,0,0,0,0,0 +33038,0,0,0,0,0 +33039,0,0,0,0,0 +33040,0,0,0,0,0 +33041,0,0,0,0,0 +33042,0,0,0,0,0 +33043,0,0,0,0,0 +33044,0,0,0,0,0 +33045,0,0,0,0,0 +33046,0,0,0,0,0 +33047,0,0,0,0,0 +33048,0,0,0,0,0 +33049,0,0,0,0,0 +33050,0,0,0,0,0 +33051,0,0,0,0,0 +33052,0,0,0,0,0 +33053,0,0,0,0,0 +33054,0,0,0,0,0 +33055,0,0,0,0,0 +33056,0,0,0,0,0 +33057,0,0,0,0,0 +33058,0,0,0,0,0 +33059,0,0,0,0,0 +33060,0,0,0,0,0 +33061,0,0,0,0,0 +33062,0,0,0,0,0 +33063,0,0,0,0,0 +33064,0,0,0,0,0 +33065,0,0,0,0,0 +33066,0,0,0,0,0 +33067,0,0,0,0,0 +33068,0,0,0,0,0 +33069,0,0,0,0,0 +33070,0,0,0,0,0 +33071,0,0,0,0,0 +33072,0,0,0,0,0 +33073,0,0,0,0,0 +33074,0,0,0,0,0 +33075,0,0,0,0,0 +33076,0,0,0,0,0 +33077,0,0,0,0,0 +33078,0,0,0,0,0 +33079,0,0,0,0,0 +33080,0,0,0,0,0 +33081,0,0,0,0,0 +33082,0,0,0,0,0 +33083,0,0,0,0,0 +33084,0,0,0,0,0 +33085,0,0,0,0,0 +33086,0,0,0,0,0 +33087,0,0,0,0,0 +33088,0,0,0,0,0 +33089,0,0,0,0,0 +33090,0,0,0,0,0 +33091,0,0,0,0,0 +33092,0,0,0,0,0 +33093,0,0,0,0,0 +33094,0,0,0,0,0 +33095,0,0,0,0,0 +33096,0,0,0,0,0 +33097,0,0,0,0,0 +33098,0,0,0,0,0 +33099,0,0,0,0,0 +33100,0,0,0,0,0 +33101,0,0,0,0,0 +33102,0,0,0,0,0 +33103,0,0,0,0,0 +33104,0,0,0,0,0 +33105,0,0,0,0,0 +33106,0,0,0,0,0 +33107,0,0,0,0,0 +33108,0,0,0,0,0 +33109,0,0,0,0,0 +33110,0,0,0,0,0 +33111,0,0,0,0,0 +33112,0,0,0,0,0 +33113,0,0,0,0,0 +33114,0,0,0,0,0 +33115,0,0,0,0,0 +33116,0,0,0,0,0 +33117,0,0,0,0,0 +33118,0,0,0,0,0 +33119,0,0,0,0,0 +33120,0,0,0,0,0 +33121,0,0,0,0,0 +33122,0,0,0,0,0 +33123,0,0,0,0,0 +33124,0,0,0,0,0 +33125,0,0,0,0,0 +33126,0,0,0,0,0 +33127,0,0,0,0,0 +33128,0,0,0,0,0 +33129,0,0,0,0,0 +33130,0,0,0,0,0 +33131,0,0,0,0,0 +33132,0,0,0,0,0 +33133,0,0,0,0,0 +33134,0,0,0,0,0 +33135,0,0,0,0,0 +33136,0,0,0,0,0 +33137,0,0,0,0,0 +33138,0,0,0,0,0 +33139,0,0,0,0,0 +33140,0,0,0,0,0 +33141,0,0,0,0,0 +33142,0,0,0,0,0 +33143,0,0,0,0,0 +33144,0,0,0,0,0 +33145,0,0,0,0,0 +33146,0,0,0,0,0 +33147,0,0,0,0,0 +33148,0,0,0,0,0 +33149,0,0,0,0,0 +33150,0,0,0,0,0 +33151,0,0,0,0,0 +33152,0,0,0,0,0 +33153,0,0,0,0,0 +33154,0,0,0,0,0 +33155,0,0,0,0,0 +33156,0,0,0,0,0 +33157,0,0,0,0,0 +33158,0,0,0,0,0 +33159,0,0,0,0,0 +33160,0,0,0,0,0 +33161,0,0,0,0,0 +33162,0,0,0,0,0 +33163,0,0,0,0,0 +33164,0,0,0,0,0 +33165,0,0,0,0,0 +33166,0,0,0,0,0 +33167,0,0,0,0,0 +33168,0,0,0,0,0 +33169,0,0,0,0,0 +33170,0,0,0,0,0 +33171,0,0,0,0,0 +33172,0,0,0,0,0 +33173,0,0,0,0,0 +33174,0,0,0,0,0 +33175,0,0,0,0,0 +33176,0,0,0,0,0 +33177,0,0,0,0,0 +33178,0,0,0,0,0 +33179,0,0,0,0,0 +33180,0,0,0,0,0 +33181,0,0,0,0,0 +33182,0,0,0,0,0 +33183,0,0,0,0,0 +33184,0,0,0,0,0 +33185,0,0,0,0,0 +33186,0,0,0,0,0 +33187,0,0,0,0,0 +33188,0,0,0,0,0 +33189,0,0,0,0,0 +33190,0,0,0,0,0 +33191,0,0,0,0,0 +33192,0,0,0,0,0 +33193,0,0,0,0,0 +33194,0,0,0,0,0 +33195,0,0,0,0,0 +33196,0,0,0,0,0 +33197,0,0,0,0,0 +33198,0,0,0,0,0 +33199,0,0,0,0,0 +33200,0,0,0,0,0 +33201,0,0,0,0,0 +33202,0,0,0,0,0 +33203,0,0,0,0,0 +33204,0,0,0,0,0 +33205,0,0,0,0,0 +33206,0,0,0,0,0 +33207,0,0,0,0,0 +33208,0,0,0,0,0 +33209,0,0,0,0,0 +33210,0,0,0,0,0 +33211,0,0,0,0,0 +33212,0,0,0,0,0 +33213,0,0,0,0,0 +33214,0,0,0,0,0 +33215,0,0,0,0,0 +33216,0,0,0,0,0 +33217,0,0,0,0,0 +33218,0,0,0,0,0 +33219,0,0,0,0,0 +33220,0,0,0,0,0 +33221,0,0,0,0,0 +33222,0,0,0,0,0 +33223,0,0,0,0,0 +33224,0,0,0,0,0 +33225,0,0,0,0,0 +33226,0,0,0,0,0 +33227,0,0,0,0,0 +33228,0,0,0,0,0 +33229,0,0,0,0,0 +33230,0,0,0,0,0 +33231,0,0,0,0,0 +33232,0,0,0,0,0 +33233,0,0,0,0,0 +33234,0,0,0,0,0 +33235,0,0,0,0,0 +33236,0,0,0,0,0 +33237,0,0,0,0,0 +33238,0,0,0,0,0 +33239,0,0,0,0,0 +33240,0,0,0,0,0 +33241,0,0,0,0,0 +33242,0,0,0,0,0 +33243,0,0,0,0,0 +33244,0,0,0,0,0 +33245,0,0,0,0,0 +33246,0,0,0,0,0 +33247,0,0,0,0,0 +33248,0,0,0,0,0 +33249,0,0,0,0,0 +33250,0,0,0,0,0 +33251,0,0,0,0,0 +33252,0,0,0,0,0 +33253,0,0,0,0,0 +33254,0,0,0,0,0 +33255,0,0,0,0,0 +33256,0,0,0,0,0 +33257,0,0,0,0,0 +33258,0,0,0,0,0 +33259,0,0,0,0,0 +33260,0,0,0,0,0 +33261,0,0,0,0,0 +33262,0,0,0,0,0 +33263,0,0,0,0,0 +33264,0,0,0,0,0 +33265,0,0,0,0,0 +33266,0,0,0,0,0 +33267,0,0,0,0,0 +33268,0,0,0,0,0 +33269,0,0,0,0,0 +33270,0,0,0,0,0 +33271,0,0,0,0,0 +33272,0,0,0,0,0 +33273,0,0,0,0,0 +33274,0,0,0,0,0 +33275,0,0,0,0,0 +33276,0,0,0,0,0 +33277,0,0,0,0,0 +33278,0,0,0,0,0 +33279,0,0,0,0,0 +33280,0,0,0,0,0 +33281,0,0,0,0,0 +33282,0,0,0,0,0 +33283,0,0,0,0,0 +33284,0,0,0,0,0 +33285,0,0,0,0,0 +33286,0,0,0,0,0 +33287,0,0,0,0,0 +33288,0,0,0,0,0 +33289,0,0,0,0,0 +33290,0,0,0,0,0 +33291,0,0,0,0,0 +33292,0,0,0,0,0 +33293,0,0,0,0,0 +33294,0,0,0,0,0 +33295,0,0,0,0,0 +33296,0,0,0,0,0 +33297,0,0,0,0,0 +33298,0,0,0,0,0 +33299,0,0,0,0,0 +33300,0,0,0,0,0 +33301,0,0,0,0,0 +33302,0,0,0,0,0 +33303,0,0,0,0,0 +33304,0,0,0,0,0 +33305,0,0,0,0,0 +33306,0,0,0,0,0 +33307,0,0,0,0,0 +33308,0,0,0,0,0 +33309,0,0,0,0,0 +33310,0,0,0,0,0 +33311,0,0,0,0,0 +33312,0,0,0,0,0 +33313,0,0,0,0,0 +33314,0,0,0,0,0 +33315,0,0,0,0,0 +33316,0,0,0,0,0 +33317,0,0,0,0,0 +33318,0,0,0,0,0 +33319,0,0,0,0,0 +33320,0,0,0,0,0 +33321,0,0,0,0,0 +33322,0,0,0,0,0 +33323,0,0,0,0,0 +33324,0,0,0,0,0 +33325,0,0,0,0,0 +33326,0,0,0,0,0 +33327,0,0,0,0,0 +33328,0,0,0,0,0 +33329,0,0,0,0,0 +33330,0,0,0,0,0 +33331,0,0,0,0,0 +33332,0,0,0,0,0 +33333,0,0,0,0,0 +33334,0,0,0,0,0 +33335,0,0,0,0,0 +33336,0,0,0,0,0 +33337,0,0,0,0,0 +33338,0,0,0,0,0 +33339,0,0,0,0,0 +33340,0,0,0,0,0 +33341,0,0,0,0,0 +33342,0,0,0,0,0 +33343,0,0,0,0,0 +33344,0,0,0,0,0 +33345,0,0,0,0,0 +33346,0,0,0,0,0 +33347,0,0,0,0,0 +33348,0,0,0,0,0 +33349,0,0,0,0,0 +33350,0,0,0,0,0 +33351,0,0,0,0,0 +33352,0,0,0,0,0 +33353,0,0,0,0,0 +33354,0,0,0,0,0 +33355,0,0,0,0,0 +33356,0,0,0,0,0 +33357,0,0,0,0,0 +33358,0,0,0,0,0 +33359,0,0,0,0,0 +33360,0,0,0,0,0 +33361,0,0,0,0,0 +33362,0,0,0,0,0 +33363,0,0,0,0,0 +33364,0,0,0,0,0 +33365,0,0,0,0,0 +33366,0,0,0,0,0 +33367,0,0,0,0,0 +33368,0,0,0,0,0 +33369,0,0,0,0,0 +33370,0,0,0,0,0 +33371,0,0,0,0,0 +33372,0,0,0,0,0 +33373,0,0,0,0,0 +33374,0,0,0,0,0 +33375,0,0,0,0,0 +33376,0,0,0,0,0 +33377,0,0,0,0,0 +33378,0,0,0,0,0 +33379,0,0,0,0,0 +33380,0,0,0,0,0 +33381,0,0,0,0,0 +33382,0,0,0,0,0 +33383,0,0,0,0,0 +33384,0,0,0,0,0 +33385,0,0,0,0,0 +33386,0,0,0,0,0 +33387,0,0,0,0,0 +33388,0,0,0,0,0 +33389,0,0,0,0,0 +33390,0,0,0,0,0 +33391,0,0,0,0,0 +33392,0,0,0,0,0 +33393,0,0,0,0,0 +33394,0,0,0,0,0 +33395,0,0,0,0,0 +33396,0,0,0,0,0 +33397,0,0,0,0,0 +33398,0,0,0,0,0 +33399,0,0,0,0,0 +33400,0,0,0,0,0 +33401,0,0,0,0,0 +33402,0,0,0,0,0 +33403,0,0,0,0,0 +33404,0,0,0,0,0 +33405,0,0,0,0,0 +33406,0,0,0,0,0 +33407,0,0,0,0,0 +33408,0,0,0,0,0 +33409,0,0,0,0,0 +33410,0,0,0,0,0 +33411,0,0,0,0,0 +33412,0,0,0,0,0 +33413,0,0,0,0,0 +33414,0,0,0,0,0 +33415,0,0,0,0,0 +33416,0,0,0,0,0 +33417,0,0,0,0,0 +33418,0,0,0,0,0 +33419,0,0,0,0,0 +33420,0,0,0,0,0 +33421,0,0,0,0,0 +33422,0,0,0,0,0 +33423,0,0,0,0,0 +33424,0,0,0,0,0 +33425,0,0,0,0,0 +33426,0,0,0,0,0 +33427,0,0,0,0,0 +33428,0,0,0,0,0 +33429,0,0,0,0,0 +33430,0,0,0,0,0 +33431,0,0,0,0,0 +33432,0,0,0,0,0 +33433,0,0,0,0,0 +33434,0,0,0,0,0 +33435,0,0,0,0,0 +33436,0,0,0,0,0 +33437,0,0,0,0,0 +33438,0,0,0,0,0 +33439,0,0,0,0,0 +33440,0,0,0,0,0 +33441,0,0,0,0,0 +33442,0,0,0,0,0 +33443,0,0,0,0,0 +33444,0,0,0,0,0 +33445,0,0,0,0,0 +33446,0,0,0,0,0 +33447,0,0,0,0,0 +33448,0,0,0,0,0 +33449,0,0,0,0,0 +33450,0,0,0,0,0 +33451,0,0,0,0,0 +33452,0,0,0,0,0 +33453,0,0,0,0,0 +33454,0,0,0,0,0 +33455,0,0,0,0,0 +33456,0,0,0,0,0 +33457,0,0,0,0,0 +33458,0,0,0,0,0 +33459,0,0,0,0,0 +33460,0,0,0,0,0 +33461,0,0,0,0,0 +33462,0,0,0,0,0 +33463,0,0,0,0,0 +33464,0,0,0,0,0 +33465,0,0,0,0,0 +33466,0,0,0,0,0 +33467,0,0,0,0,0 +33468,0,0,0,0,0 +33469,0,0,0,0,0 +33470,0,0,0,0,0 +33471,0,0,0,0,0 +33472,0,0,0,0,0 +33473,0,0,0,0,0 +33474,0,0,0,0,0 +33475,0,0,0,0,0 +33476,0,0,0,0,0 +33477,0,0,0,0,0 +33478,0,0,0,0,0 +33479,0,0,0,0,0 +33480,0,0,0,0,0 +33481,0,0,0,0,0 +33482,0,0,0,0,0 +33483,0,0,0,0,0 +33484,0,0,0,0,0 +33485,0,0,0,0,0 +33486,0,0,0,0,0 +33487,0,0,0,0,0 +33488,0,0,0,0,0 +33489,0,0,0,0,0 +33490,0,0,0,0,0 +33491,0,0,0,0,0 +33492,0,0,0,0,0 +33493,0,0,0,0,0 +33494,0,0,0,0,0 +33495,0,0,0,0,0 +33496,0,0,0,0,0 +33497,0,0,0,0,0 +33498,0,0,0,0,0 +33499,0,0,0,0,0 +33500,0,0,0,0,0 +33501,0,0,0,0,0 +33502,0,0,0,0,0 +33503,0,0,0,0,0 +33504,0,0,0,0,0 +33505,0,0,0,0,0 +33506,0,0,0,0,0 +33507,0,0,0,0,0 +33508,0,0,0,0,0 +33509,0,0,0,0,0 +33510,0,0,0,0,0 +33511,0,0,0,0,0 +33512,0,0,0,0,0 +33513,0,0,0,0,0 +33514,0,0,0,0,0 +33515,0,0,0,0,0 +33516,0,0,0,0,0 +33517,0,0,0,0,0 +33518,0,0,0,0,0 +33519,0,0,0,0,0 +33520,0,0,0,0,0 +33521,0,0,0,0,0 +33522,0,0,0,0,0 +33523,0,0,0,0,0 +33524,0,0,0,0,0 +33525,0,0,0,0,0 +33526,0,0,0,0,0 +33527,0,0,0,0,0 +33528,0,0,0,0,0 +33529,0,0,0,0,0 +33530,0,0,0,0,0 +33531,0,0,0,0,0 +33532,0,0,0,0,0 +33533,0,0,0,0,0 +33534,0,0,0,0,0 +33535,0,0,0,0,0 +33536,0,0,0,0,0 +33537,0,0,0,0,0 +33538,0,0,0,0,0 +33539,0,0,0,0,0 +33540,0,0,0,0,0 +33541,-1326.567369,-538.7129348,-1292.994892,-538.5500317,242.3370473 +33542,-1074.96465,-429.2136895,-1044.794066,-429.0527407,490.7027411 +33543,-1019.751934,-406.0274842,-990.7350034,-405.8713769,503.1837236 +33544,-725.458086,-271.6531345,-695.6400114,-271.5031447,1060.198962 +33545,-908.3733348,-353.1897317,-876.8781437,-353.0556392,801.3475224 +33546,-1262.344159,-515.692995,-1231.414485,-515.5685975,104.3631173 +33547,-964.2737245,-380.7854871,-933.3458455,-380.6650042,627.0631899 +33548,-1267.356195,-519.366459,-1236.567878,-519.2478314,50.1335415 +33549,-1188.811898,-485.5438987,-1158.946443,-485.4265334,122.6517197 +33550,-1143.861472,-466.3353343,-1114.460529,-466.2198208,161.4423405 +33551,-1108.889464,-451.4815441,-1079.808703,-451.3684305,191.579059 +33552,-865.5242404,-339.9639519,-835.4248847,-339.853926,679.5425898 +33553,-1206.005461,-494.970055,-1175.653377,-494.8633309,63.79313174 +33554,-946.3815888,-376.7437685,-915.5911725,-376.6401686,551.3237604 +33555,-1067.594905,-430.480098,-1035.593945,-430.3798884,392.4531868 +33556,-1153.922746,-469.1763906,-1121.326195,-469.0793515,262.4985278 +33557,-1210.193295,-494.6092659,-1177.334274,-494.5151554,168.487419 +33558,-1242.63635,-509.4035462,-1209.678953,-509.3121661,108.4456058 +33559,-1258.704669,-516.8484128,-1225.716123,-516.7596316,74.27035428 +33560,-1265.694956,-520.2129941,-1232.694115,-520.126731,55.50882672 +33561,-1268.033495,-521.4785984,-1235.020311,-521.3947978,45.34850574 +33562,-1268.287029,-521.79758,-1235.256041,-521.7161937,39.54254463 +33563,-1267.569957,-521.7659057,-1234.731662,-521.6868837,35.7318424 +33564,-1266.512951,-521.6641596,-1233.909049,-521.5874477,32.70597753 +33565,-1265.454279,-521.6111085,-1233.051558,-521.5366484,29.88430582 +33566,-1264.551712,-521.6478963,-1232.305126,-521.5756269,27.0100436 +33567,-1263.86046,-521.7806562,-1231.734815,-521.7105147,23.98537214 +33568,-1263.385151,-521.9434971,-1231.356232,-521.8756008,20.78621999 +33569,-1263.109165,-522.1303884,-1231.159821,-522.0647508,17.42108525 +33570,-1263.009078,-522.3483955,-1231.126138,-522.2849375,13.91139692 +33571,-1360.112975,-567.6310074,-1328.917019,-567.5695351,-202.7493172 +33572,-1171.508486,-482.2236209,-1140.46552,-482.1640344,130.2827927 +33573,-1205.149609,-497.091104,-1173.708594,-497.0334494,90.93191648 +33574,-1231.261275,-508.8646755,-1199.649775,-508.8088738,52.18661557 +33575,-1248.207446,-515.7699281,-1216.352211,-516.5348341,23.52905947 +33576,-1258.013912,-518.8137985,-1225.820989,-521.0480661,4.624792439 +33577,-1263.269067,-519.4516646,-1230.690647,-523.5000137,-7.453070708 +33578,-1265.98375,-518.7617979,-1232.999194,-524.7973204,-15.47558279 +33579,-1267.408541,-517.3712454,-1234.010479,-525.5077545,-21.32769224 +33580,-1268.231541,-515.6065461,-1234.413097,-525.9417354,-26.09801698 +33581,-1268.792403,-513.6203483,-1234.550237,-526.2535828,-30.3545931 +33582,-1269.255542,-511.4841255,-1234.58572,-526.5162201,-34.37723096 +33583,-1365.020979,-553.4640833,-1330.544324,-570.993983,-247.5581732 +33584,-1179.985553,-466.923527,-1145.186085,-487.0474399,79.4733854 +33585,-1213.269037,-478.816383,-1177.623247,-501.6228977,40.59322631 +33586,-1239.060934,-487.5538279,-1202.807648,-513.1323286,2.367495066 +33587,-1255.83813,-492.240427,-1219.097396,-520.6794881,-25.83563882 +33588,-1265.59314,-493.697675,-1228.429079,-525.0834729,-44.37804987 +33589,-1270.859119,-493.0508675,-1233.303887,-527.4667558,-56.17189689 +33590,-1273.610422,-491.1899801,-1235.684501,-528.7167761,-63.96303734 +33591,-1275.076734,-488.6738549,-1236.793363,-529.3903568,-69.61329969 +33592,-1275.934313,-485.8081239,-1237.30753,-529.7889564,-74.19461742 +33593,-1276.519092,-482.7459829,-1237.561412,-530.0676593,-78.26698363 +33594,-1276.994842,-479.560499,-1237.721325,-530.2992245,-82.10676397 +33595,-1277.378237,-476.4188684,-1237.821859,-530.487508,-85.84600098 +33596,-1277.728416,-473.2812271,-1237.914697,-530.6601392,-89.5463124 +33597,-1278.085451,-470.0916302,-1238.033021,-530.8359154,-93.23507554 +33598,-1278.464318,-466.8247331,-1238.1854,-531.0190294,-96.92345504 +33599,-1278.865666,-463.4769733,-1238.373878,-531.2128018,-100.6145877 +33600,-1279.280758,-460.0522821,-1238.593362,-531.416064,-104.3081777 +33601,-1284.029942,-458.5181534,-1243.161544,-533.5868357,-115.8558883 +33602,-1264.651263,-446.2076078,-1223.697665,-524.7496565,-87.64910067 +33603,-1226.090395,308.1407141,-1185.07117,-507.3256329,-27.58324986 +33604,-1182.015265,73.82684261,-1140.896086,-487.6106314,42.3936486 +33605,-1148.863964,99.65030151,-1107.607153,-473.0472297,96.39997943 +33606,-1126.924336,159.1592205,-1085.509864,-463.6879522,133.8110767 +33607,-1111.462634,184.9023394,-1069.887556,-457.3092463,160.5324536 +33608,-1099.65236,209.3143047,-1057.923885,-452.5810034,181.0082185 +33609,-809.3641821,233.5911397,-654.9173645,-406.2462968,368.0954446 +33610,-479.8422356,257.4587673,-483.784917,-460.1583972,70.55076928 +33611,-679.9111217,281.4578346,-611.0706127,-258.1337839,856.5431388 +33612,-570.7447876,304.7908864,-518.8378675,-297.6854946,753.5990939 +33613,-543.6896904,328.303127,-490.0967728,-288.8764435,738.4019997 +33614,-517.9800349,351.4151879,-465.6333893,-236.1823245,742.1081315 +33615,-491.5132476,314.8952471,-440.2188048,-239.9205435,175.9958556 +33616,-465.6272647,486.839503,-417.6528427,-188.4618194,1108.19063 +33617,-443.2274856,337.8618824,-390.0036917,-260.3309958,341.6617096 +33618,-416.63836,377.4982591,-369.5685889,-174.1884722,620.6486528 +33619,-241.618892,597.203154,-213.0201713,-74.37725512,1447.693656 +33620,-596.3622782,362.6759375,-519.4015829,-307.7318489,562.6505074 +33621,-243.7193415,395.7837753,-207.6746169,-137.0624051,1163.731363 +33622,-125.703695,619.138618,-98.7213613,-28.96871031,1561.017234 +33623,-632.5313995,374.6014459,-551.2642121,-280.0296054,566.8515689 +33624,-129.3991204,596.5613533,-95.09946364,-72.54219074,1428.482378 +33625,-297.690096,556.8672926,-245.3517109,-155.4503508,1194.96353 +33626,-241.84959,340.7995479,-195.4422322,-95.05925881,474.6399017 +33627,-221.8274975,394.5049937,-170.1470922,-104.1209746,1515.030404 +33628,-202.0029582,433.8511507,-154.167572,-89.91992112,1083.832576 +33629,29.80966864,659.9265945,54.30397678,31.6190727,1690.800676 +33630,-253.7991983,608.8573103,-225.4648422,-87.35066549,1382.694872 +33631,-313.1799819,566.1548745,-200.9780117,-176.7015057,1139.903806 +33632,-6.017326665,347.0252999,8.796955222,5.932746236,416.1421996 +33633,-137.3719354,602.2542921,-81.58086566,-53.05229471,1801.360523 +33634,94.95421997,426.2778155,140.7253717,43.55163377,1354.472285 +33635,-340.5914446,434.7244792,-289.036599,-143.5328607,974.5689559 +33636,76.27561946,466.5690471,122.3055988,37.98266504,1476.116051 +33637,101.4073488,690.1014529,124.2822555,57.19379165,1722.919834 +33638,-262.8826806,438.7120177,-179.3589248,-116.482328,725.569751 +33639,287.9508352,515.9956697,317.2331473,137.4254497,1804.036273 +33640,93.87215556,691.3064295,116.5459535,54.02558824,1697.497692 +33641,-376.2499539,440.7400009,-287.9654706,-161.2520629,668.4637164 +33642,388.1618473,499.877739,411.6400886,181.4675211,1699.511196 +33643,53.03571503,688.9211243,75.96742439,36.04821639,1640.820195 +33644,-157.1780757,649.6694043,-72.39223923,-63.40761359,1375.911023 +33645,309.2346554,425.886715,334.1294127,147.9877922,1326.251858 +33646,-42.1763058,452.2861117,5.886315788,-9.271602649,1454.807795 +33647,319.4699235,520.4264855,360.9940434,151.8945665,1700.942382 +33648,-72.74831983,510.9973033,-30.01109623,-21.95591993,1274.283379 +33649,403.1096866,568.6871311,444.466763,188.7550148,1790.191538 +33650,232.7881796,735.4745806,252.7895057,108.2074157,1780.640211 +33651,-51.82776441,692.1355943,-27.94656683,-16.11549958,1489.851294 +33652,333.3905771,466.387141,420.6574163,174.4417696,1138.107958 +33653,253.9675965,524.4423443,269.3405838,114.2820444,1639.073298 +33654,63.34550163,710.2189528,94.91546056,37.11928471,1719.318884 +33655,391.6987975,483.0715705,440.306219,190.1562257,1441.440307 +33656,283.1668025,536.7593103,313.3498552,132.1764173,1638.301686 +33657,109.0665282,719.7307747,145.8756719,61.16378733,1686.931786 +33658,434.6751953,490.5980969,463.9919321,201.4927397,1422.540896 +33659,317.3382752,539.8547354,350.2343644,150.33224,1604.607386 +33660,320.2238335,568.90694,350.9485722,151.6648827,1701.679742 +33661,640.9585344,562.5286391,669.4195887,290.3483006,1656.43273 +33662,787.7147169,567.8058867,812.3954583,351.3630806,1658.960686 +33663,774.2301537,577.9686564,793.3931321,347.2009871,1682.923052 +33664,780.169497,585.3237975,795.3843787,348.9020833,1697.567555 +33665,796.0922604,590.5949742,812.229272,356.1610413,1705.414379 +33666,799.4626693,581.5236936,815.1139388,356.88721,1656.987518 +33667,829.7152548,583.2380615,843.7026356,370.612383,1651.930343 +33668,834.3288717,583.4784743,834.3171586,371.7290263,1641.122296 +33669,819.9227628,812.2614698,820.1382197,372.7098642,1629.594661 +33670,806.888346,797.2486929,807.4220773,366.6600485,1619.004913 +33671,795.5793488,795.9451808,796.3972704,361.3252278,1609.669571 +33672,785.8613434,832.2875443,786.88228,356.7058911,1601.452716 +33673,777.4773033,851.6490709,778.6201471,352.7072685,1594.148695 +33674,770.1862535,870.4276667,771.3841771,349.2182591,1587.574149 +33675,763.9881387,888.678498,765.1876815,346.2309603,1581.932156 +33676,758.6387505,907.1934014,759.7957232,343.6278527,1576.935619 +33677,753.9464891,924.974861,755.0229164,341.3181209,1572.361377 +33678,749.8030138,942.6951734,750.7654858,339.2507902,1568.116075 +33679,746.1125644,960.0319981,746.9313798,337.3816406,1564.113365 +33680,742.7955657,977.5773942,743.4441808,335.6742928,1560.283269 +33681,739.7865197,1000.083649,740.2410947,334.0990142,1556.570454 +33682,737.0315895,1022.086876,737.2705824,332.6315286,1552.931302 +33683,734.4866253,1043.455751,734.4904371,331.2520707,1549.331915 +33684,732.1154224,1064.498235,731.8660942,329.9445552,1545.746046 +33685,729.8883473,1086.179176,729.3693084,328.6959199,1542.153828 +33686,727.7811187,1106.337586,726.976978,327.4955452,1538.540292 +33687,725.7738799,1127.096603,724.6702505,326.3348141,1534.894573 +33688,723.8503596,1137.762228,722.4337181,325.2067213,1531.208857 +33689,722.0383501,1155.966246,720.3672747,324.1547719,1527.478132 +33690,720.3126167,1175.329108,718.4227095,323.1574589,1523.699113 +33691,718.6435592,1192.364628,716.5356366,322.1862887,1519.86983 +33692,716.9993908,1209.252431,714.6586126,321.2202879,1515.9758 +33693,715.3807892,1225.782413,712.7895292,320.2588735,1512.041718 +33694,713.7766436,1242.023469,710.9189966,319.2980233,1508.057784 +33695,712.1848964,1257.987202,709.0470748,318.3379445,1504.025569 +33696,710.6041832,1273.684465,707.1738612,317.3788199,1499.946652 +33697,709.0332393,1289.123778,705.2990114,316.4205995,1495.822799 +33698,707.47088,1304.267956,703.4219979,315.4631233,1491.655813 +33699,705.9160949,1319.276681,701.5423687,314.5062438,1487.44766 +33700,704.3680617,1333.958605,699.6597887,313.5498475,1483.200233 +33701,702.8261078,1348.397719,697.7740608,312.5938689,1478.915496 +33702,701.2896488,1362.720085,695.885056,311.6382609,1474.595274 +33703,699.7582092,1376.72845,693.9927183,310.6830002,1470.241421 +33704,698.2313722,1390.505743,692.0970098,309.7280647,1465.855616 +33705,696.7088021,1404.194161,690.1979341,308.7734456,1461.439551 +33706,695.1901929,1417.044371,688.2954938,307.8191302,1456.994731 +33707,693.6752927,1431.005051,686.3897189,306.8651152,1452.522667 +33708,692.1638665,1443.602519,684.4806287,305.9113911,1448.024685 +33709,690.6557188,1456.577059,682.5682628,304.9579562,1443.502122 +33710,689.1506531,1469.163635,680.6526443,304.0048008,1438.956134 +33711,687.6683967,1481.560949,678.7537076,303.0609653,1434.424066 +33712,686.21905,1493.952206,676.8817455,302.1311013,1429.925619 +33713,684.7805288,1505.853967,675.0148514,301.2052205,1425.421968 +33714,683.353133,1517.883294,673.1534959,300.2835172,1420.914824 +33715,681.9350655,1529.557105,671.2960459,299.3652366,1416.402051 +33716,680.5247094,1541.120096,669.4410368,298.4497032,1411.881693 +33717,679.1207531,1552.445732,667.5873061,297.5363784,1407.352351 +33718,677.7221039,1563.800383,665.7339059,296.6248202,1402.812912 +33719,676.327875,1574.669099,663.8800899,295.7146771,1398.262657 +33720,674.9373211,1585.692583,662.0252463,294.8056575,1393.701015 +33721,673.5243231,1598.332461,660.1433858,293.8859336,1389.081304 +33722,672.1979844,1608.604263,658.3487783,293.0082085,1384.790918 +33723,670.9090493,1618.441741,656.5956159,292.1525066,1380.65563 +33724,669.6026002,1628.2616,654.8296321,291.2943795,1376.498586 +33725,668.2540449,1637.579482,653.0254313,290.4222337,1372.244193 +33726,666.8603295,1646.851609,651.1788659,289.5341171,1367.88186 +33727,665.426669,1656.044106,649.2942374,288.6319462,1363.423832 +33728,663.959288,1664.948664,647.3771065,287.7182076,1358.884305 +33729,662.4632808,1673.754458,645.4320764,286.7949299,1354.274292 +33730,660.9425397,1682.397787,643.4626673,285.8636248,1349.601928 +33731,659.4001789,1690.895335,641.4716942,284.9254659,1344.873804 +33732,657.8387922,1699.179583,639.4615172,283.9814104,1340.095571 +33733,656.2606171,1707.485833,637.4341826,283.0322683,1335.272315 +33734,654.6675559,1715.571877,635.3914547,282.0787202,1330.408509 +33735,653.0612499,1723.335433,633.3348658,281.1213429,1325.508169 +33736,651.4430794,1731.274504,631.2657172,280.160611,1320.574759 +33737,649.814223,1738.861274,629.1851352,279.1969242,1315.611386 +33738,648.1756624,1746.382906,627.0940705,278.2306073,1310.620711 +33739,646.5282345,1753.685647,624.9933486,277.2619343,1305.605133 +33740,644.8726423,1761.102228,622.883665,276.2911258,1300.566701 +33741,643.209466,1772.787737,620.7656122,275.3183618,1295.507253 +33742,641.5391867,1775.141748,618.6396949,274.343788,1290.428362 +33743,639.8622332,1788.859813,616.506367,273.3675329,1285.331494 +33744,638.1789493,1787.355842,614.3660088,272.3896969,1280.217887 +33745,636.4896302,1806.14773,612.2189574,271.4103654,1275.08869 +33746,634.7945172,1796.708228,610.0654991,270.4296058,1269.944878 +33747,633.0938268,1792.566343,607.9058894,269.4474756,1264.787371 +33748,631.3877206,1824.445659,605.7403431,268.464018,1259.616939 +33749,629.6763455,1817.076956,603.5690586,267.4792724,1254.434333 +33750,627.9598154,1825.90739,601.3922052,266.4932683,1249.240196 +33751,626.23823,1831.899004,599.2099415,265.5060336,1244.035157 +33752,624.5101049,1837.49503,597.0179852,264.5163056,1238.819702 +33753,622.7744936,1843.145266,594.816642,263.52327,1233.594296 +33754,621.0312093,1848.524923,592.6042652,262.526759,1228.359324 +33755,619.2804737,1854.062802,590.3829991,261.5269437,1223.115188 +33756,617.5225974,1859.113864,588.1518207,260.5240715,1217.862218 +33757,615.7578609,1864.279301,585.9128872,259.5183659,1212.60076 +33758,613.9864809,1869.241501,583.6649986,258.5100011,1207.331092 +33759,612.2086396,1874.171272,581.4101588,257.4991183,1202.053504 +33760,610.4136922,1878.697406,579.1362613,256.4809294,1196.748618 +33761,608.6320977,1883.47648,576.8755748,255.4693284,1191.471828 +33762,606.8249682,1887.88653,574.5877178,254.4466713,1186.152455 +33763,605.0205148,1892.3386,572.3026975,253.4258213,1180.841835 +33764,603.2103824,1896.448413,570.0106501,252.4030155,1175.524834 +33765,601.3947073,1900.618491,567.7134975,251.3783437,1170.201772 +33766,599.5735277,1904.593935,565.4097546,250.351857,1164.872812 +33767,597.7467978,1908.459634,563.101177,249.3235692,1159.537989 +33768,595.9144817,1912.206233,560.7861749,248.2934902,1154.197317 +33769,594.0765466,1915.823948,558.4665046,247.261633,1148.850846 +33770,592.2329545,1919.328046,556.1405721,246.2280107,1143.49862 +33771,590.3836644,1922.708516,553.8101366,245.1926364,1138.140697 +33772,588.5286372,1925.968863,551.4735938,244.1555236,1132.777135 +33773,586.6678365,1929.109308,549.1327081,243.1166861,1127.408003 +33774,584.8012129,1932.218125,546.7858496,242.0761307,1122.03334 +33775,582.9287337,1934.990119,544.4347962,241.0338757,1116.653237 +33776,581.0503595,1937.834505,542.0779223,239.9899348,1111.267764 +33777,579.1660413,1940.396863,539.7170005,238.9443219,1105.876996 +33778,577.2757389,1943.070208,537.3520099,237.8970503,1100.481006 +33779,575.3794048,1945.437174,534.9808924,236.8481333,1095.079868 +33780,573.4769946,1947.76131,532.6055932,235.7975839,1089.673651 +33781,574.2205059,1896.676604,532.8783716,235.9508943,1089.084345 +33782,572.7682762,1897.854246,530.9248634,235.0493366,1084.395103 +33783,570.1600373,1899.394964,527.79266,233.6066025,1077.562507 +33784,567.4676705,1900.897961,524.5671932,232.1451189,1070.552316 +33785,565.1479664,1902.362298,521.7133512,230.8820906,1064.189047 +33786,563.2530173,1903.7533,519.2881805,229.836892,1058.573557 +33787,561.7032948,1905.056591,517.210181,228.9637898,1053.569724 +33788,560.4120146,1906.26324,515.3923212,228.2166872,1049.034994 +33789,559.3170366,1907.455628,513.774836,227.5643997,1044.872984 +33790,558.3825737,1908.332058,512.3198817,226.9873664,1041.022624 +33791,557.5803673,1909.288214,511.0010592,226.4721176,1037.440222 +33792,556.8911977,1910.064839,509.7972884,226.0080784,1034.089823 +33793,556.2949935,1910.746441,508.6905007,225.5863514,1030.939791 +33794,555.7778534,1911.320413,507.6650866,225.1993951,1027.962277 +33795,555.324518,1911.786403,506.7077141,224.8408942,1025.133003 +33796,554.9253795,1912.056056,505.8071394,224.5056299,1022.431094 +33797,554.5691867,1912.432858,504.9539211,224.1893102,1019.838609 +33798,554.2477317,1912.514599,504.1401501,223.8884131,1134.72945 +33799,553.9567594,1912.562495,503.3591821,223.6000398,1112.242325 +33800,669.957773,1912.490104,504.1134756,224.0072767,1119.126524 +33801,636.42554,1912.307053,506.1484643,224.9940918,1133.107594 +33802,650.698541,1912.014042,508.180735,225.97685,1141.821947 +33803,664.1163613,1911.613403,510.1573443,226.9319369,1150.032321 +33804,673.3854492,1911.104589,512.0779772,227.8600037,1158.141088 +33805,682.527311,1910.489251,513.9498458,228.7650747,1166.332657 +33806,691.6132351,1909.76781,516.0015904,229.7516214,1174.171011 +33807,700.4191584,1908.94092,517.8066203,230.6260185,1182.28592 +33808,709.3714325,1908.00959,519.57855,231.4856413,1189.807075 +33809,718.1605869,1906.974082,521.322596,232.3330371,1197.742171 +33810,726.7543577,1905.923499,523.0426061,233.1700366,1205.280631 +33811,734.9165958,1904.03342,524.7412388,233.9978698,1212.760443 +33812,743.1804357,1902.124137,526.4167646,234.8157599,1220.390904 +33813,751.1490794,1899.982481,528.0682098,235.6232832,1227.691015 +33814,758.9635288,1897.708393,529.6962688,236.420764,1235.045797 +33815,766.996221,1895.29843,531.302489,237.2088919,1242.283962 +33816,774.6636178,1892.756783,532.8885793,237.9884101,1249.341022 +33817,782.2484404,1889.998108,534.4560489,238.7599578,1256.754651 +33818,790.1849941,1887.330371,536.0061785,239.5240641,1263.478105 +33819,797.2853604,1884.353889,537.5400128,240.2811492,1270.435828 +33820,805.0945591,1881.330272,539.0584617,241.0315726,1277.512391 +33821,812.3702463,1878.176665,540.5622878,241.7756289,1284.233734 +33822,819.7305641,1874.906556,542.0521694,242.5135769,1291.010865 +33823,827.0113399,1871.52258,543.5286784,243.2456301,1297.559941 +33824,834.0001383,1868.015558,544.9923311,243.9719801,1304.305613 +33825,841.4694384,1864.416353,546.4421343,244.6920949,1310.749859 +33826,848.5283711,1860.690608,547.880372,245.4070352,1317.144282 +33827,855.2829496,1856.787553,549.3062215,246.1163635,1323.795933 +33828,862.5850748,1852.969491,550.7215385,246.8209373,1329.75772 +33829,869.3729144,1848.960452,552.1251612,247.5201588,1336.324035 +33830,876.2999529,1844.708515,553.5173227,248.2141077,1342.438043 +33831,883.1656393,1840.524115,554.8986444,248.9030604,1348.656908 +33832,889.9508128,1836.166888,556.2696102,249.587228,1354.785557 +33833,896.7304174,1831.721657,605.0352763,250.2667212,1360.861155 +33834,903.4513203,1827.177535,603.1907145,250.941004,1366.876836 +33835,909.9492633,1822.449511,606.7988226,251.6084866,1372.651907 +33836,916.8869998,1817.828721,594.2720091,252.2737538,1378.849575 +33837,923.3465391,1812.934693,628.8473421,252.9350638,1384.547435 +33838,929.9459464,1808.01405,620.6428771,270.6460425,1390.366367 +33839,936.6731348,1802.987578,628.6567779,282.7163464,1396.09992 +33840,942.642654,1797.951203,633.8874756,266.5478513,1401.774763 +33841,708.2718228,1682.292062,559.1304249,254.0527861,1016.787275 +33842,708.7488828,1698.494205,556.2700632,252.6029198,1015.222773 +33843,711.5804332,1631.756393,551.5962163,250.1871656,1012.146241 +33844,715.0296077,1702.888496,547.3637106,247.9927344,1009.788198 +33845,718.8413127,1611.230031,543.7344804,246.1587201,1007.674799 +33846,722.8748324,1681.206683,540.7836628,244.7178723,1005.886852 +33847,727.1739263,1609.919354,538.3949199,243.5945924,1004.391459 +33848,731.0682904,1647.219673,536.4437261,242.7112859,1003.141953 +33849,735.6802611,1617.150886,534.8422288,242.0140153,1002.103357 +33850,739.8356964,1620.115392,533.5320961,241.467628,1001.250923 +33851,744.1852915,1610.105328,532.4706798,241.0470777,1000.564868 +33852,748.6728279,1603.471193,531.6229488,240.7323286,1000.02754 +33853,752.9100657,1596.273087,530.9585334,240.5064138,999.622591 +33854,757.6783762,1589.013724,530.4510337,240.3548994,999.3351362 +33855,761.716586,1581.769598,530.0777334,240.2656355,999.1517398 +33856,766.5379249,1574.297692,529.8193143,240.2285187,999.0605385 +33857,770.9669773,1566.846815,529.6593931,240.2351749,999.0510136 +33858,775.2876623,1559.45258,529.5841098,240.2786785,999.1139644 +33859,781.4622905,1551.865488,529.5817148,240.3532889,999.2412659 +33860,787.9525782,1544.35056,529.6422496,240.4542462,999.4258411 +33861,795.015446,1536.603598,529.7572654,240.577599,999.661493 +33862,801.6752698,1528.946099,529.9195866,240.7200628,999.9428278 +33863,809.0231721,1521.17794,530.1231062,240.8789012,1000.265059 +33864,816.240433,1513.365753,530.3626151,241.0518293,1000.623993 +33865,823.5321152,1505.431351,530.6336643,241.2369367,1001.015902 +33866,831.1041902,1497.56366,530.9324569,241.4326285,1001.437554 +33867,838.4581005,1489.605028,531.2557336,241.6375646,1001.886063 +33868,846.6355044,1481.520585,531.6007054,241.8506238,1002.358944 +33869,854.0730307,1473.566506,531.9649658,242.070859,1002.853963 +33870,861.8714151,1465.298367,532.3464484,242.2974749,1003.369207 +33871,870.2292532,1457.141021,532.7433583,242.5297945,1003.902939 +33872,878.17423,1448.92685,533.157575,242.7687865,1004.453683 +33873,886.5488612,1440.720891,533.590168,243.01502,1005.020114 +33874,894.7726443,1432.250197,534.0406661,243.2683553,1005.601098 +33875,903.3074273,1423.914252,534.5077483,243.5282729,1006.195573 +33876,911.5332771,1415.48776,534.9899234,243.7941824,1006.802634 +33877,920.5232469,1407.029908,535.485815,244.0655478,1007.421423 +33878,929.0581582,1398.532512,535.9942419,244.3419204,1008.051224 +33879,937.939287,1389.996864,536.5141763,244.622917,1008.691346 +33880,946.3344752,1381.485602,537.0447241,244.9082102,1009.341221 +33881,955.7311659,1372.789756,537.5850813,245.1975085,1010.000283 +33882,964.5105109,1364.124468,538.1345354,245.4905569,1010.668076 +33883,973.5929678,1355.583063,538.6924374,245.7871243,1011.344135 +33884,982.7084201,1346.746885,539.2582096,246.0870072,1012.028085 +33885,991.6833614,1338.052558,539.8313203,246.3900184,1012.719534 +33886,1001.267607,1329.329236,540.4112943,246.6959922,1013.418173 +33887,1010.646805,1320.38439,540.997689,247.0047734,1014.123664 +33888,1019.665667,1311.676175,541.5901072,247.3162239,1014.835746 +33889,1029.296761,1302.827546,542.1881751,247.6302123,1015.554125 +33890,1038.504264,1293.872284,542.7915555,247.9466209,1016.278576 +33891,1048.451693,1284.945175,543.3999269,248.2653358,1017.008837 +33892,1057.87271,1276.14161,544.0129988,248.5862546,1017.744711 +33893,1067.584688,1267.070884,544.6304916,248.9092772,1018.485962 +33894,1077.312342,1258.196313,545.252152,249.234313,1019.232417 +33895,1086.980505,1249.063724,545.8777335,249.5612725,1032.845234 +33896,1096.603651,1240.162277,546.5069916,249.8900649,1060.802487 +33897,1106.81498,1231.142276,547.139687,250.2205997,1020.473338 +33898,1116.458076,1222.027295,547.7756123,250.5528001,1057.95595 +33899,1126.45381,1213.000249,548.4145211,250.8865691,1067.944296 +33900,1136.44424,1203.920374,549.0562397,251.2218422,1027.630222 +33901,1382.704353,1302.459506,549.70862,251.5622018,1529.187134 +33902,1397.039147,1295.837952,554.6725861,353.7291195,1527.788602 +33903,1410.896666,1288.466607,945.3542686,382.5905512,1536.587049 +33904,1423.87201,1280.977595,722.1734433,351.2555409,1544.34394 +33905,1436.777967,1273.005454,784.1304909,365.6858408,1551.128067 +33906,1449.369332,1265.196127,791.4459211,368.7371221,1557.574482 +33907,1462.03807,1257.205868,796.6533895,371.2353112,1563.662155 +33908,1474.488099,1249.094355,801.6217138,373.9660849,1569.630549 +33909,1487.077525,1241.076661,806.7767488,376.4494563,1575.469515 +33910,1499.48106,1233.037592,811.5545977,378.9614113,1581.121407 +33911,1512.053189,1224.77993,816.5015983,381.4205118,1586.748037 +33912,1524.438651,1216.719551,820.8391342,383.7791624,1592.285766 +33913,1536.947925,1208.48155,825.8049551,386.3420547,1597.679568 +33914,1549.461158,1200.35345,830.2325402,388.546741,1603.062389 +33915,1561.852475,1192.607169,834.7515046,390.8691521,1608.384539 +33916,1574.417751,1183.624007,839.1816207,393.268593,1613.565551 +33917,1586.801183,1175.815231,843.5504762,395.4888788,1616.976178 +33918,1599.323617,1167.487313,847.8594652,397.7442946,1621.054735 +33919,1611.853606,1159.21668,851.9643262,399.9690514,1624.628899 +33920,1624.263789,1151.055423,856.3922978,402.1627001,1628.286164 +33921,1636.865892,1142.796832,860.4208542,404.3339419,1631.948021 +33922,1649.276981,1134.579593,864.5366396,406.4806992,1635.544929 +33923,1661.840573,1126.313045,868.7375189,408.5257243,1639.113975 +33924,1673.821374,1118.169245,872.4681191,410.8316075,1642.681348 +33925,1687.195742,1109.936891,876.5359693,412.7220647,1646.134552 +33926,1699.281863,1105.865097,880.403619,414.8557971,1649.629909 +33927,1712.090796,1100.214991,884.0805321,416.7911107,1653.065884 +33928,1724.470312,1094.556133,888.1566236,418.9418731,1656.475722 +33929,1737.216124,1088.849196,891.7894138,420.8735072,1659.89128 +33930,1749.767698,1083.177869,895.5411493,422.8660015,1663.190075 +33931,1761.922375,1077.301126,899.0224464,424.7382144,1666.539986 +33932,1773.941117,1071.519404,902.42194,426.5743484,1669.829512 +33933,1786.10171,1065.64462,905.7629889,428.3805966,1673.097948 +33934,1798.150107,1059.813193,909.0521331,430.1685992,1676.338869 +33935,1810.025021,1053.942054,912.2939586,431.9297379,1679.55461 +33936,1822.190016,1048.189065,915.4898559,433.6708445,1682.778031 +33937,1834.133013,1042.359185,918.6425692,435.3912247,1685.889349 +33938,1846.145913,1036.582229,921.7526492,437.0913835,1689.053783 +33939,1858.141769,1030.776195,924.8223645,438.7723155,1692.163374 +33940,1870.065792,1025.094749,927.6543551,440.4341528,1695.252909 +33941,1882.23984,1019.346852,930.95254,441.9799238,1698.319444 +33942,1894.066156,1013.659253,933.7565679,443.7543437,1701.361302 +33943,1913.672458,1007.466464,929.6335811,442.2973178,1704.414092 +33944,1926.957175,1001.752375,931.2024631,443.3081641,1707.346461 +33945,1939.594702,996.0144286,933.3785619,444.5687022,1710.344658 +33946,1952.188042,990.309042,935.7356795,445.9061874,1713.2882 +33947,1964.720357,984.7309205,938.1440989,447.2660458,1716.215397 +33948,1977.156101,979.1046978,940.5676967,448.7350122,1719.119605 +33949,1989.850716,973.5494154,942.991382,449.9460736,1722.002465 +33950,2002.174667,967.9878843,945.4070454,451.3835876,1724.862707 +33951,2014.673125,962.5643155,947.8118852,452.7245759,1727.7388 +33952,2027.287489,957.0989239,950.203238,454.0752275,1730.500032 +33953,2039.75571,951.6730792,952.5808716,455.4194912,1733.325224 +33954,2052.300708,946.3805083,954.9434286,456.6507395,1736.096708 +33955,2064.826653,941.0550471,957.2913347,458.1406498,1738.854885 +33956,2077.343769,935.7743663,959.6236146,459.3856561,1741.593373 +33957,2089.768595,930.6290494,961.9409019,460.71825,1744.313937 +33958,2102.395307,925.4589351,964.2423799,462.0258464,1747.015551 +33959,2114.901277,920.3746206,966.5287935,463.3261151,1749.738589 +33960,2127.265491,915.3045784,968.7993763,464.618486,1752.345522 +33961,2186.064564,933.18992,1017.797374,488.7608605,1835.401112 +33962,2200.594507,929.1669244,1022.51111,491.0165326,1841.513658 +33963,2214.000698,925.0112545,1025.493478,492.8109855,1846.044796 +33964,2227.030742,920.6948554,1028.727451,494.7124584,1850.375305 +33965,2245.872646,916.3187626,1031.53945,496.2459221,1854.372046 +33966,2252.654705,912.0335935,1034.185495,497.8251059,1858.192787 +33967,2274.247386,907.6967627,1036.792709,499.3382909,1861.714692 +33968,2274.780391,903.3979692,1039.302916,500.8168829,1865.340188 +33969,2305.624113,899.2301603,1041.758419,502.2676773,1868.743366 +33970,2292.24015,895.0442951,1044.187119,503.6936719,1872.121629 +33971,2296.758933,890.9487653,1046.504474,505.0975966,1875.431871 +33972,2340.657528,886.9725868,1048.83516,506.4803256,1878.684157 +33973,2335.805468,883.3149544,1051.102364,507.979876,1881.84059 +33974,2351.846592,878.976082,1053.333447,509.1176824,1885.062208 +33975,2364.252882,875.4043808,1055.553366,510.5422077,1888.180134 +33976,2376.271813,871.5673474,1057.669822,511.8283848,1891.177585 +33977,2388.474593,867.929605,1059.810136,513.1180532,1894.23181 +33978,2400.547811,864.2959208,1061.892205,514.2518125,1897.20291 +33979,2412.599141,860.7684213,1063.945169,515.7181636,1900.143502 +33980,2424.611531,857.2832131,1065.992496,516.857421,1902.999556 +33981,2436.689696,853.9611423,1067.939841,518.1048497,1905.93933 +33982,2448.464174,850.6943914,1069.648981,519.3147473,1908.737945 +33983,2460.338782,847.4645184,1071.984299,520.5094666,1911.545542 +33984,2472.336551,844.3397051,1073.681413,521.688912,1914.312062 +33985,2484.181003,841.3591104,1075.596856,522.8542531,1917.049226 +33986,2495.825695,837.9909144,1077.438397,524.0230556,1919.754791 +33987,2507.642155,835.2246725,1079.280946,525.2316171,1922.479181 +33988,2519.326227,832.5376585,1081.026549,526.5645705,1925.053478 +33989,2530.988058,829.9874897,1082.808983,528.1185987,1927.663464 +33990,2542.615316,827.4161422,1084.540632,529.7620404,1930.323145 +33991,2554.352576,824.8872033,1086.196535,531.4531431,1932.856826 +33992,2566.173747,822.3845463,1087.815812,533.2041694,1935.407605 +33993,2577.706435,819.8824228,1089.405546,535.1298073,1937.927224 +33994,2589.34868,817.4850996,1090.995981,536.9197969,1940.422307 +33995,2601.140595,815.0506888,1092.488174,538.9438726,1942.895187 +33996,2612.77375,812.6696803,1094.019012,540.9422686,1945.345061 +33997,2624.207957,810.3107965,1095.49975,542.8356001,1947.774155 +33998,2635.842013,807.6776969,1096.960603,545.1605419,1950.132545 +33999,2647.345539,805.8066857,1098.398399,547.1961267,1952.596097 +34000,2658.944574,803.3092228,1099.812909,549.4199118,1954.92686 +34001,2670.120732,801.0952822,1101.205485,551.6687846,1957.283873 +34002,2681.807395,798.8558796,1102.575813,553.9677347,1959.613604 +34003,2693.103291,796.639928,1103.92523,556.3160811,1961.974746 +34004,2704.484097,794.4452964,1105.282555,558.8659243,1964.193241 +34005,2715.931827,792.2723487,1106.546638,561.0751133,1966.507254 +34006,2727.054733,790.1203665,1107.855651,563.6825082,1968.759323 +34007,2738.406129,787.9895199,1109.119575,566.1996581,1971.003681 +34008,2749.50917,786.163725,1110.368511,568.7883914,1973.231338 +34009,2761.005662,783.6612981,1111.599134,571.4257406,1975.394135 +34010,2771.901042,781.7909459,1112.810917,574.110486,1977.668561 +34011,2783.143767,779.6990662,1114.005089,576.67603,1979.81407 +34012,2794.226844,777.67009,1115.181102,579.7111114,1981.989763 +34013,2809.435198,775.6688603,1116.357333,582.4223442,1984.17655 +34014,2820.000211,773.6853223,1117.510994,585.3297932,1986.336441 +34015,2831.990229,771.7192607,1118.672817,588.2545976,1988.473481 +34016,2842.684358,769.7717074,1119.739951,591.2250036,1990.592766 +34017,2855.268372,767.8434566,1120.857404,594.2417023,1992.697931 +34018,2829.316427,765.9342207,1121.931026,597.3044702,1994.788003 +34019,2888.691175,764.0445305,1122.99373,600.4137481,1996.865739 +34020,2891.705655,758.7780754,1115.98767,601.3567618,1998.927163 +34021,2836.170796,723.2597077,1039.487799,571.430479,1858.519627 +34022,2852.673169,721.149909,1039.548653,574.285153,1860.414009 +34023,2869.044095,718.9812792,1040.10852,577.4349302,1862.529072 +34024,2885.139577,717.0270576,1040.810557,581.0037857,1864.785385 +34025,2901.588507,715.3604058,1041.587616,584.2942189,1866.973829 +34026,2917.451762,713.1265565,1042.404554,587.8061611,1869.240725 +34027,2933.90647,711.4666657,1043.245869,591.3550464,1871.592188 +34028,2950.045207,709.6271996,1044.102012,594.9641008,1873.853135 +34029,2965.971054,707.8555154,1044.96898,598.6314773,1876.156142 +34030,2982.120458,706.1122819,1045.842866,602.3554039,1878.450064 +34031,2998.245076,704.3967995,1046.722644,606.1351531,1880.74255 +34032,3013.900368,702.707671,1047.632076,609.9694153,1883.031095 +34033,3042.354166,701.0445903,1048.479628,613.8577879,1885.317225 +34034,3038.389572,699.4065355,1049.386875,617.6050739,1887.598753 +34035,3055.725722,697.7933844,1050.273033,621.9005013,1889.832052 +34036,3082.911118,696.2042205,1051.163443,625.7992186,1892.175733 +34037,3091.867274,694.6391269,1052.054815,629.9307299,1894.412897 +34038,3109.30456,693.0971943,1052.94559,634.0786732,1896.731931 +34039,3124.7169,691.5784485,1053.836325,638.2772366,1898.924731 +34040,3152.704547,690.0821127,1054.725653,642.5246319,1901.216981 +34041,3148.592581,688.6082519,1055.614245,646.8209189,1903.464693 +34042,3166.233858,687.1560945,1056.500735,651.1650262,1905.714373 +34043,3192.460134,685.7257477,1057.385997,655.5567609,1907.961049 +34044,3206.986029,684.316567,1058.268948,659.9951728,1910.202815 +34045,3234.28068,682.9286976,1059.177052,664.480069,1912.395382 +34046,3214.960534,681.5613689,1060.015592,669.0103375,1914.700214 +34047,3269.468837,680.2147312,1060.911397,673.3615582,1916.895758 +34048,3240.583588,678.888101,1061.780958,678.331616,1919.12816 +34049,3308.626366,677.5816142,1062.652072,682.7938994,1921.349356 +34050,3273.764524,676.294379,1063.519717,687.5191544,1923.56436 +34051,3338.718431,674.9303013,1064.159252,692.0965393,1925.776247 +34052,3306.931159,673.565199,1064.747476,696.690252,1927.981935 +34053,3355.929806,672.2089771,1065.310419,701.3091856,1930.2315 +34054,3350.439409,670.8636007,1065.85389,706.1947333,1932.353926 +34055,3371.138482,669.5307587,1066.381516,710.5028397,1934.534288 +34056,3384.093377,668.2101905,1066.89386,715.4072101,1936.78616 +34057,3398.301613,666.902686,1067.392777,720.0613515,1938.932434 +34058,3412.196797,665.6077846,1067.87797,724.8626017,1941.115381 +34059,3425.935509,664.542156,1068.350882,729.6054566,1943.285868 +34060,3440.054751,662.957803,1068.810993,734.4366323,1945.449109 +34061,3453.665178,661.85253,1069.259608,739.2964245,1947.606778 +34062,3467.176342,660.5768425,1069.696137,744.1230083,1949.756757 +34063,3490.356465,659.3454176,1070.121787,749.0571257,1951.900684 +34064,3490.615198,658.126863,1070.535964,753.6643115,1954.03648 +34065,3509.446842,656.9209171,1070.939696,759.0636889,1956.165671 +34066,3522.375447,655.7270597,1071.359844,763.7778022,1958.237533 +34067,3535.196576,654.5455907,1071.701707,768.8295761,1960.426763 +34068,3548.326472,653.3760132,1072.093694,773.8591893,1962.495523 +34069,3561.640812,652.218578,1072.452418,778.8471461,1964.601581 +34070,3574.65625,651.0727851,1072.805077,783.9443203,1966.690958 +34071,3587.576484,649.9388603,1073.148713,788.9655106,1968.821918 +34072,3600.281493,648.8163156,1073.48255,794.0740952,1970.819105 +34073,3613.341447,647.7053606,1073.807537,799.203647,1972.921075 +34074,3626.034865,646.6055118,1074.123023,804.2834972,1974.969382 +34075,3647.139063,645.5169678,1074.429898,809.4744095,1977.017811 +34076,3648.204844,644.4392347,1074.45277,814.579248,1979.057063 +34077,3664.659699,643.3724851,1075.155241,819.771904,1981.088455 +34078,3677.145997,642.3162353,1075.234455,824.9819877,1983.060282 +34079,3688.763256,641.2706959,1075.551303,830.1329622,1985.151845 +34080,3701.259897,640.235386,1075.814241,835.3654961,1987.119248 +34081,3561.622523,572.7246861,921.9224097,773.6142038,1702.408914 +34082,3565.396466,570.7089211,919.9718738,778.0182399,1700.793198 +34083,3576.518048,568.875792,918.5722547,782.3972992,1700.939333 +34084,3585.625128,567.5165891,917.3554973,786.8783901,1700.800651 +34085,3594.477728,565.848423,916.208066,791.428405,1700.864847 +34086,3603.978257,564.3564414,915.1008931,795.9618798,1700.993413 +34087,3612.923413,562.8625439,914.018345,800.4627226,1701.166425 +34088,3622.015548,561.3890284,912.9512712,805.1396176,1701.369022 +34089,3630.919141,560.0950164,911.8955848,809.6891211,1701.594257 +34090,3648.180567,558.41933,910.8479611,814.2204156,1701.83578 +34091,3645.567566,557.1084755,909.8074029,818.8350576,1702.091618 +34092,3658.162524,555.673785,908.7721573,823.4284473,1702.35807 +34093,3666.699885,554.2777424,907.7420721,828.0585442,1702.634976 +34094,3674.744214,552.8951371,906.716013,832.6138734,1702.954714 +34095,3682.756099,551.5259051,905.694095,837.2347077,1703.194011 +34096,3691.244854,550.1692487,904.6751993,841.8566933,1703.518432 +34097,3699.218832,548.8250726,903.6595261,846.4007238,1703.818202 +34098,3707.235942,547.4927154,902.6459933,851.0079073,1704.12749 +34099,3715.010558,546.1720665,901.634802,855.611968,1704.441905 +34100,3730.563799,544.8624535,900.6248528,860.1290074,1704.759293 +34101,3728.087846,543.5637629,899.6163433,864.707428,1705.080407 +34102,3738.026934,542.274302,898.5901106,869.1985143,1705.343922 +34103,3745.954491,540.9965289,897.5962339,873.7911209,1705.720065 +34104,3754.523663,539.7747964,896.8767414,878.8093571,1706.050731 +34105,3762.134907,538.5258601,895.6176432,883.3354198,1706.323801 +34106,3777.142671,537.2828611,894.7618188,887.8925542,1706.703376 +34107,3774.644292,536.1952928,893.7226555,892.392458,1706.97939 +34108,3782.781612,534.7484952,892.7158107,896.8119887,1707.29799 +34109,3790.291657,533.6314826,891.7098163,901.2834027,1707.622351 +34110,3796.292818,532.3957273,890.7012814,905.696326,1707.946662 +34111,3797.418083,530.6550355,888.438811,908.7377103,1708.270499 +34112,3796.252745,528.6574014,885.8921745,911.3533798,1708.585765 +34113,3794.444007,526.9625835,883.2155283,913.8608945,1708.89492 +34114,3792.092735,524.9225315,880.2702542,916.189741,1709.197616 +34115,3789.086213,522.9770351,877.6800803,918.391463,1709.493373 +34116,3785.67246,520.9841587,874.6491901,920.4685596,1709.780058 +34117,3781.595302,518.9686181,871.7053271,922.4251115,1710.056179 +34118,3777.01603,516.9312149,868.6771823,924.2636649,1710.318938 +34119,3763.449227,515.0132483,865.5947578,925.986101,1710.566582 +34120,3776.053714,512.733196,862.6229154,927.6300606,1710.796197 +34121,3749.556535,510.7331367,859.203312,929.0696064,1711.00643 +34122,3754.578121,508.5961723,856.0825806,930.4759679,1711.194195 +34123,3746.127604,506.4615459,852.7782577,931.7388141,1711.358707 +34124,3737.76852,504.3089414,849.4522168,932.8948826,1711.497334 +34125,3730.163343,502.13877,846.0821663,933.9397491,1711.609255 +34126,3713.531791,499.9512071,842.669048,934.8733885,1711.692387 +34127,3715.02521,497.7458068,839.2141851,935.6961856,1711.746125 +34128,3701.784056,495.5236718,835.8663516,936.3122178,1711.768798 +34129,3691.324151,493.2861144,831.9715174,936.9804559,1711.759784 +34130,3681.243205,491.0315868,828.7063202,937.3967019,1711.71764 +34131,3669.907511,488.7612827,824.9713849,937.8486884,1711.642213 +34132,3658.527807,486.4751125,821.3420953,938.0422964,1711.53213 +34133,3637.984204,484.1734009,817.6546207,938.2760842,1711.387462 +34134,3636.990345,481.977135,814.0653576,938.2462972,1711.206865 +34135,3619.871003,479.4717911,810.1175149,938.2615783,1710.990763 +34136,3607.024639,477.2079581,806.4163629,938.0081812,1710.737807 +34137,3594.090788,474.8284914,802.5713753,937.714205,1710.448428 +34138,3579.904683,472.3318987,798.5838892,937.3164129,1710.121366 +34139,3565.763522,470.1111503,794.992914,936.8082701,1709.757185 +34140,3551.154882,467.7370444,790.806735,936.1889639,1709.354877 +34141,2047.398136,465.1190191,786.3471927,934.8905037,1708.792401 +34142,2091.75447,594.0352749,957.1923577,1066.048222,2278.910084 +34143,2199.047227,593.7699085,972.165662,1067.540274,2305.721795 +34144,2287.691985,590.6490368,979.8301313,1065.909724,2291.653171 +34145,2353.233852,587.9205128,984.214196,1064.745275,2284.673163 +34146,2398.613423,585.1720124,986.887491,1063.386699,2296.465629 +34147,2430.706244,582.48388,988.5934944,1062.029223,2285.957894 +34148,2454.685975,579.6901379,989.7213302,1060.237867,2295.821716 +34149,2473.390642,576.9090194,990.4798065,1058.450352,2284.86141 +34150,2488.138807,574.1047109,990.9606407,1056.469214,2295.525362 +34151,2499.681728,571.2863875,991.2289329,1054.304405,2284.432414 +34152,2508.559947,568.4188243,991.3333153,1052.201526,2295.296357 +34153,2515.20176,565.6313318,991.2889935,1049.814653,2283.602552 +34154,2519.989666,562.7518747,991.114308,1047.371674,2294.814866 +34155,2523.249503,559.8959599,990.8273381,1044.793149,2282.932907 +34156,2525.246685,557.0241627,990.4435031,1042.087733,2294.280605 +34157,2526.193965,554.1074388,989.9758746,1039.25203,2282.156244 +34158,2526.259764,551.2686804,989.4350715,1036.281018,2293.688211 +34159,2525.578114,549.4969161,988.8301826,1028.385131,2281.322181 +34160,2523.56659,546.6673194,988.2126418,1024.225842,2286.984273 +34161,2520.551344,543.7726018,987.5690559,1019.595247,2287.012228 +34162,2516.868918,540.8409345,986.8823922,1014.644735,2285.778322 +34163,2512.70486,537.846895,986.1467227,1009.644845,2285.091953 +34164,2508.134698,534.9139205,985.3636457,1004.299271,2284.705518 +34165,2503.185854,531.8792106,984.5374844,998.910953,2284.170519 +34166,2497.872129,528.8515266,983.672659,993.1330054,2283.514619 +34167,2492.20442,526.5383022,982.7727439,984.0681025,2282.802331 +34168,2485.774614,523.5451029,981.8853546,976.9401757,2282.058367 +34169,2478.711272,520.4478419,980.9846093,970.1313063,2281.249947 +34170,2471.217851,517.6675047,980.046253,962.9267697,2280.367752 +34171,2463.438652,514.7518521,979.0719753,957.9449395,2279.429464 +34172,2455.666381,512.5644742,952.2167989,953.3756277,2278.429048 +34173,2448.123018,510.1760621,930.5985745,948.7757671,2277.344819 +34174,2440.805152,507.7815935,942.3130963,944.0771365,2276.255158 +34175,2433.666656,505.4291382,931.6909522,939.4984379,2275.053241 +34176,2426.652765,503.0798404,928.1842114,934.7649677,2273.786358 +34177,2419.688733,500.7066643,923.3495434,930.1703639,2266.52868 +34178,2412.701428,498.4176414,917.3204352,925.3874027,2277.60404 +34179,2405.697881,496.0637411,915.5116994,920.6174429,2262.939509 +34180,2398.690842,493.7419907,910.3378396,915.7852859,2274.151336 +34181,2391.661738,491.4193895,906.1854686,910.9035976,2259.443163 +34182,2384.600261,489.0995274,902.0568754,905.9669208,2265.338546 +34183,2377.498519,486.7519956,895.7127554,900.9761787,2263.227514 +34184,2370.3512,484.4858091,894.5456331,895.8659406,2260.586025 +34185,2363.15553,482.1542199,889.1514424,890.8598878,2258.818509 +34186,2355.883083,479.8558042,885.066726,885.7249399,2257.078348 +34187,2348.561413,473.548773,872.2284663,804.7630917,2254.874466 +34188,2332.839573,470.8750333,866.4372177,791.0713236,2252.694695 +34189,2312.172063,468.3934027,862.5221833,781.1716425,2250.517889 +34190,2291.00151,465.9962613,858.2725065,772.8846223,2248.324247 +34191,2271.515827,463.7125529,847.665604,765.002299,2246.069575 +34192,2254.131722,461.3886025,859.8542912,757.7339398,2237.642083 +34193,2238.542392,459.1075,831.7776874,750.7712122,2248.861273 +34194,2224.340086,456.8298633,858.1703373,743.786788,2230.825548 +34195,2210.943171,454.5295963,821.4741932,737.2488201,2237.352688 +34196,2198.690831,452.3051179,847.3917831,730.9621793,2233.3428 +34197,2187.169799,450.0196941,826.0328515,724.575443,2229.756226 +34198,2176.295313,447.7630818,821.3219878,718.4795015,2227.000279 +34199,2165.950367,445.5202661,826.7021369,712.5268408,2224.127407 +34200,2156.042035,443.2403265,820.3586589,706.5026808,2221.055014 +34201,0,0,0,0,0 +34202,0,0,0,0,0 +34203,0,0,0,0,0 +34204,0,0,0,0,0 +34205,0,0,0,0,0 +34206,0,0,0,0,0 +34207,0,0,0,0,0 +34208,0,0,0,0,0 +34209,0,0,0,0,0 +34210,0,0,0,0,0 +34211,0,0,0,0,0 +34212,0,0,0,0,0 +34213,0,0,0,0,0 +34214,0,0,0,0,0 +34215,0,0,0,0,0 +34216,0,0,0,0,0 +34217,0,0,0,0,0 +34218,0,0,0,0,0 +34219,0,0,0,0,0 +34220,0,0,0,0,0 +34221,0,0,0,0,0 +34222,0,0,0,0,0 +34223,0,0,0,0,0 +34224,0,0,0,0,0 +34225,0,0,0,0,0 +34226,0,0,0,0,0 +34227,0,0,0,0,0 +34228,0,0,0,0,0 +34229,0,0,0,0,0 +34230,0,0,0,0,0 +34231,0,0,0,0,0 +34232,0,0,0,0,0 +34233,0,0,0,0,0 +34234,0,0,0,0,0 +34235,0,0,0,0,0 +34236,0,0,0,0,0 +34237,0,0,0,0,0 +34238,0,0,0,0,0 +34239,0,0,0,0,0 +34240,0,0,0,0,0 +34241,0,0,0,0,0 +34242,0,0,0,0,0 +34243,0,0,0,0,0 +34244,0,0,0,0,0 +34245,0,0,0,0,0 +34246,0,0,0,0,0 +34247,0,0,0,0,0 +34248,0,0,0,0,0 +34249,0,0,0,0,0 +34250,0,0,0,0,0 +34251,0,0,0,0,0 +34252,0,0,0,0,0 +34253,0,0,0,0,0 +34254,0,0,0,0,0 +34255,0,0,0,0,0 +34256,0,0,0,0,0 +34257,0,0,0,0,0 +34258,0,0,0,0,0 +34259,0,0,0,0,0 +34260,0,0,0,0,0 +34261,0,0,0,0,0 +34262,0,0,0,0,0 +34263,0,0,0,0,0 +34264,0,0,0,0,0 +34265,0,0,0,0,0 +34266,0,0,0,0,0 +34267,0,0,0,0,0 +34268,0,0,0,0,0 +34269,0,0,0,0,0 +34270,0,0,0,0,0 +34271,0,0,0,0,0 +34272,0,0,0,0,0 +34273,0,0,0,0,0 +34274,0,0,0,0,0 +34275,0,0,0,0,0 +34276,0,0,0,0,0 +34277,0,0,0,0,0 +34278,0,0,0,0,0 +34279,0,0,0,0,0 +34280,0,0,0,0,0 +34281,0,0,0,0,0 +34282,0,0,0,0,0 +34283,0,0,0,0,0 +34284,0,0,0,0,0 +34285,0,0,0,0,0 +34286,0,0,0,0,0 +34287,0,0,0,0,0 +34288,0,0,0,0,0 +34289,0,0,0,0,0 +34290,0,0,0,0,0 +34291,0,0,0,0,0 +34292,0,0,0,0,0 +34293,0,0,0,0,0 +34294,0,0,0,0,0 +34295,0,0,0,0,0 +34296,0,0,0,0,0 +34297,0,0,0,0,0 +34298,0,0,0,0,0 +34299,0,0,0,0,0 +34300,0,0,0,0,0 +34301,0,0,0,0,0 +34302,0,0,0,0,0 +34303,0,0,0,0,0 +34304,0,0,0,0,0 +34305,0,0,0,0,0 +34306,0,0,0,0,0 +34307,0,0,0,0,0 +34308,0,0,0,0,0 +34309,0,0,0,0,0 +34310,0,0,0,0,0 +34311,0,0,0,0,0 +34312,0,0,0,0,0 +34313,0,0,0,0,0 +34314,0,0,0,0,0 +34315,0,0,0,0,0 +34316,0,0,0,0,0 +34317,0,0,0,0,0 +34318,0,0,0,0,0 +34319,0,0,0,0,0 +34320,0,0,0,0,0 +34321,0,0,0,0,0 +34322,0,0,0,0,0 +34323,0,0,0,0,0 +34324,0,0,0,0,0 +34325,0,0,0,0,0 +34326,0,0,0,0,0 +34327,0,0,0,0,0 +34328,0,0,0,0,0 +34329,0,0,0,0,0 +34330,0,0,0,0,0 +34331,0,0,0,0,0 +34332,0,0,0,0,0 +34333,0,0,0,0,0 +34334,0,0,0,0,0 +34335,0,0,0,0,0 +34336,0,0,0,0,0 +34337,0,0,0,0,0 +34338,0,0,0,0,0 +34339,0,0,0,0,0 +34340,0,0,0,0,0 +34341,0,0,0,0,0 +34342,0,0,0,0,0 +34343,0,0,0,0,0 +34344,0,0,0,0,0 +34345,0,0,0,0,0 +34346,0,0,0,0,0 +34347,0,0,0,0,0 +34348,0,0,0,0,0 +34349,0,0,0,0,0 +34350,0,0,0,0,0 +34351,0,0,0,0,0 +34352,0,0,0,0,0 +34353,0,0,0,0,0 +34354,0,0,0,0,0 +34355,0,0,0,0,0 +34356,0,0,0,0,0 +34357,0,0,0,0,0 +34358,0,0,0,0,0 +34359,0,0,0,0,0 +34360,0,0,0,0,0 +34361,0,0,0,0,0 +34362,0,0,0,0,0 +34363,0,0,0,0,0 +34364,0,0,0,0,0 +34365,0,0,0,0,0 +34366,0,0,0,0,0 +34367,0,0,0,0,0 +34368,0,0,0,0,0 +34369,0,0,0,0,0 +34370,0,0,0,0,0 +34371,0,0,0,0,0 +34372,0,0,0,0,0 +34373,0,0,0,0,0 +34374,0,0,0,0,0 +34375,0,0,0,0,0 +34376,0,0,0,0,0 +34377,0,0,0,0,0 +34378,0,0,0,0,0 +34379,0,0,0,0,0 +34380,0,0,0,0,0 +34381,0,0,0,0,0 +34382,0,0,0,0,0 +34383,0,0,0,0,0 +34384,0,0,0,0,0 +34385,0,0,0,0,0 +34386,0,0,0,0,0 +34387,0,0,0,0,0 +34388,0,0,0,0,0 +34389,0,0,0,0,0 +34390,0,0,0,0,0 +34391,0,0,0,0,0 +34392,0,0,0,0,0 +34393,0,0,0,0,0 +34394,0,0,0,0,0 +34395,0,0,0,0,0 +34396,0,0,0,0,0 +34397,0,0,0,0,0 +34398,0,0,0,0,0 +34399,0,0,0,0,0 +34400,0,0,0,0,0 +34401,0,0,0,0,0 +34402,0,0,0,0,0 +34403,0,0,0,0,0 +34404,0,0,0,0,0 +34405,0,0,0,0,0 +34406,0,0,0,0,0 +34407,0,0,0,0,0 +34408,0,0,0,0,0 +34409,0,0,0,0,0 +34410,0,0,0,0,0 +34411,0,0,0,0,0 +34412,0,0,0,0,0 +34413,0,0,0,0,0 +34414,0,0,0,0,0 +34415,0,0,0,0,0 +34416,0,0,0,0,0 +34417,0,0,0,0,0 +34418,0,0,0,0,0 +34419,0,0,0,0,0 +34420,0,0,0,0,0 +34421,0,0,0,0,0 +34422,0,0,0,0,0 +34423,0,0,0,0,0 +34424,0,0,0,0,0 +34425,0,0,0,0,0 +34426,0,0,0,0,0 +34427,0,0,0,0,0 +34428,0,0,0,0,0 +34429,0,0,0,0,0 +34430,0,0,0,0,0 +34431,0,0,0,0,0 +34432,0,0,0,0,0 +34433,0,0,0,0,0 +34434,0,0,0,0,0 +34435,0,0,0,0,0 +34436,0,0,0,0,0 +34437,0,0,0,0,0 +34438,0,0,0,0,0 +34439,0,0,0,0,0 +34440,0,0,0,0,0 +34441,0,0,0,0,0 +34442,0,0,0,0,0 +34443,0,0,0,0,0 +34444,0,0,0,0,0 +34445,0,0,0,0,0 +34446,0,0,0,0,0 +34447,0,0,0,0,0 +34448,0,0,0,0,0 +34449,0,0,0,0,0 +34450,0,0,0,0,0 +34451,0,0,0,0,0 +34452,0,0,0,0,0 +34453,0,0,0,0,0 +34454,0,0,0,0,0 +34455,0,0,0,0,0 +34456,0,0,0,0,0 +34457,0,0,0,0,0 +34458,0,0,0,0,0 +34459,0,0,0,0,0 +34460,0,0,0,0,0 +34461,0,0,0,0,0 +34462,0,0,0,0,0 +34463,0,0,0,0,0 +34464,0,0,0,0,0 +34465,0,0,0,0,0 +34466,0,0,0,0,0 +34467,0,0,0,0,0 +34468,0,0,0,0,0 +34469,0,0,0,0,0 +34470,0,0,0,0,0 +34471,0,0,0,0,0 +34472,0,0,0,0,0 +34473,0,0,0,0,0 +34474,0,0,0,0,0 +34475,0,0,0,0,0 +34476,0,0,0,0,0 +34477,0,0,0,0,0 +34478,0,0,0,0,0 +34479,0,0,0,0,0 +34480,0,0,0,0,0 +34481,0,0,0,0,0 +34482,0,0,0,0,0 +34483,0,0,0,0,0 +34484,0,0,0,0,0 +34485,0,0,0,0,0 +34486,0,0,0,0,0 +34487,0,0,0,0,0 +34488,0,0,0,0,0 +34489,0,0,0,0,0 +34490,0,0,0,0,0 +34491,0,0,0,0,0 +34492,0,0,0,0,0 +34493,0,0,0,0,0 +34494,0,0,0,0,0 +34495,0,0,0,0,0 +34496,0,0,0,0,0 +34497,0,0,0,0,0 +34498,0,0,0,0,0 +34499,0,0,0,0,0 +34500,0,0,0,0,0 +34501,0,0,0,0,0 +34502,0,0,0,0,0 +34503,0,0,0,0,0 +34504,0,0,0,0,0 +34505,0,0,0,0,0 +34506,0,0,0,0,0 +34507,0,0,0,0,0 +34508,0,0,0,0,0 +34509,0,0,0,0,0 +34510,0,0,0,0,0 +34511,0,0,0,0,0 +34512,0,0,0,0,0 +34513,0,0,0,0,0 +34514,0,0,0,0,0 +34515,0,0,0,0,0 +34516,0,0,0,0,0 +34517,0,0,0,0,0 +34518,0,0,0,0,0 +34519,0,0,0,0,0 +34520,0,0,0,0,0 +34521,0,0,0,0,0 +34522,0,0,0,0,0 +34523,0,0,0,0,0 +34524,0,0,0,0,0 +34525,0,0,0,0,0 +34526,0,0,0,0,0 +34527,0,0,0,0,0 +34528,0,0,0,0,0 +34529,0,0,0,0,0 +34530,0,0,0,0,0 +34531,0,0,0,0,0 +34532,0,0,0,0,0 +34533,0,0,0,0,0 +34534,0,0,0,0,0 +34535,0,0,0,0,0 +34536,0,0,0,0,0 +34537,0,0,0,0,0 +34538,0,0,0,0,0 +34539,0,0,0,0,0 +34540,0,0,0,0,0 +34541,0,0,0,0,0 +34542,0,0,0,0,0 +34543,0,0,0,0,0 +34544,0,0,0,0,0 +34545,0,0,0,0,0 +34546,0,0,0,0,0 +34547,0,0,0,0,0 +34548,0,0,0,0,0 +34549,0,0,0,0,0 +34550,0,0,0,0,0 +34551,0,0,0,0,0 +34552,0,0,0,0,0 +34553,0,0,0,0,0 +34554,0,0,0,0,0 +34555,0,0,0,0,0 +34556,0,0,0,0,0 +34557,0,0,0,0,0 +34558,0,0,0,0,0 +34559,0,0,0,0,0 +34560,0,0,0,0,0 +34561,0,0,0,0,0 +34562,0,0,0,0,0 +34563,0,0,0,0,0 +34564,0,0,0,0,0 +34565,0,0,0,0,0 +34566,0,0,0,0,0 +34567,0,0,0,0,0 +34568,0,0,0,0,0 +34569,0,0,0,0,0 +34570,0,0,0,0,0 +34571,0,0,0,0,0 +34572,0,0,0,0,0 +34573,0,0,0,0,0 +34574,0,0,0,0,0 +34575,0,0,0,0,0 +34576,0,0,0,0,0 +34577,0,0,0,0,0 +34578,0,0,0,0,0 +34579,0,0,0,0,0 +34580,0,0,0,0,0 +34581,0,0,0,0,0 +34582,0,0,0,0,0 +34583,0,0,0,0,0 +34584,0,0,0,0,0 +34585,0,0,0,0,0 +34586,0,0,0,0,0 +34587,0,0,0,0,0 +34588,0,0,0,0,0 +34589,0,0,0,0,0 +34590,0,0,0,0,0 +34591,0,0,0,0,0 +34592,0,0,0,0,0 +34593,0,0,0,0,0 +34594,0,0,0,0,0 +34595,0,0,0,0,0 +34596,0,0,0,0,0 +34597,0,0,0,0,0 +34598,0,0,0,0,0 +34599,0,0,0,0,0 +34600,0,0,0,0,0 +34601,0,0,0,0,0 +34602,0,0,0,0,0 +34603,0,0,0,0,0 +34604,0,0,0,0,0 +34605,0,0,0,0,0 +34606,0,0,0,0,0 +34607,0,0,0,0,0 +34608,0,0,0,0,0 +34609,0,0,0,0,0 +34610,0,0,0,0,0 +34611,0,0,0,0,0 +34612,0,0,0,0,0 +34613,0,0,0,0,0 +34614,0,0,0,0,0 +34615,0,0,0,0,0 +34616,0,0,0,0,0 +34617,0,0,0,0,0 +34618,0,0,0,0,0 +34619,0,0,0,0,0 +34620,0,0,0,0,0 +34621,0,0,0,0,0 +34622,0,0,0,0,0 +34623,0,0,0,0,0 +34624,0,0,0,0,0 +34625,0,0,0,0,0 +34626,0,0,0,0,0 +34627,0,0,0,0,0 +34628,0,0,0,0,0 +34629,0,0,0,0,0 +34630,0,0,0,0,0 +34631,0,0,0,0,0 +34632,0,0,0,0,0 +34633,0,0,0,0,0 +34634,0,0,0,0,0 +34635,0,0,0,0,0 +34636,0,0,0,0,0 +34637,0,0,0,0,0 +34638,0,0,0,0,0 +34639,0,0,0,0,0 +34640,0,0,0,0,0 +34641,0,0,0,0,0 +34642,0,0,0,0,0 +34643,0,0,0,0,0 +34644,0,0,0,0,0 +34645,0,0,0,0,0 +34646,0,0,0,0,0 +34647,0,0,0,0,0 +34648,0,0,0,0,0 +34649,0,0,0,0,0 +34650,0,0,0,0,0 +34651,0,0,0,0,0 +34652,0,0,0,0,0 +34653,0,0,0,0,0 +34654,0,0,0,0,0 +34655,0,0,0,0,0 +34656,0,0,0,0,0 +34657,0,0,0,0,0 +34658,0,0,0,0,0 +34659,0,0,0,0,0 +34660,0,0,0,0,0 +34661,0,0,0,0,0 +34662,0,0,0,0,0 +34663,0,0,0,0,0 +34664,0,0,0,0,0 +34665,0,0,0,0,0 +34666,0,0,0,0,0 +34667,0,0,0,0,0 +34668,0,0,0,0,0 +34669,0,0,0,0,0 +34670,0,0,0,0,0 +34671,0,0,0,0,0 +34672,0,0,0,0,0 +34673,0,0,0,0,0 +34674,0,0,0,0,0 +34675,0,0,0,0,0 +34676,0,0,0,0,0 +34677,0,0,0,0,0 +34678,0,0,0,0,0 +34679,0,0,0,0,0 +34680,0,0,0,0,0 +34681,0,0,0,0,0 +34682,0,0,0,0,0 +34683,0,0,0,0,0 +34684,0,0,0,0,0 +34685,0,0,0,0,0 +34686,0,0,0,0,0 +34687,0,0,0,0,0 +34688,0,0,0,0,0 +34689,0,0,0,0,0 +34690,0,0,0,0,0 +34691,0,0,0,0,0 +34692,0,0,0,0,0 +34693,0,0,0,0,0 +34694,0,0,0,0,0 +34695,0,0,0,0,0 +34696,0,0,0,0,0 +34697,0,0,0,0,0 +34698,0,0,0,0,0 +34699,0,0,0,0,0 +34700,0,0,0,0,0 +34701,0,0,0,0,0 +34702,0,0,0,0,0 +34703,0,0,0,0,0 +34704,0,0,0,0,0 +34705,0,0,0,0,0 +34706,0,0,0,0,0 +34707,0,0,0,0,0 +34708,0,0,0,0,0 +34709,0,0,0,0,0 +34710,0,0,0,0,0 +34711,0,0,0,0,0 +34712,0,0,0,0,0 +34713,0,0,0,0,0 +34714,0,0,0,0,0 +34715,0,0,0,0,0 +34716,0,0,0,0,0 +34717,0,0,0,0,0 +34718,0,0,0,0,0 +34719,0,0,0,0,0 +34720,0,0,0,0,0 +34721,0,0,0,0,0 +34722,0,0,0,0,0 +34723,0,0,0,0,0 +34724,0,0,0,0,0 +34725,0,0,0,0,0 +34726,0,0,0,0,0 +34727,0,0,0,0,0 +34728,0,0,0,0,0 +34729,0,0,0,0,0 +34730,0,0,0,0,0 +34731,0,0,0,0,0 +34732,0,0,0,0,0 +34733,0,0,0,0,0 +34734,0,0,0,0,0 +34735,0,0,0,0,0 +34736,0,0,0,0,0 +34737,0,0,0,0,0 +34738,0,0,0,0,0 +34739,0,0,0,0,0 +34740,0,0,0,0,0 +34741,0,0,0,0,0 +34742,0,0,0,0,0 +34743,0,0,0,0,0 +34744,0,0,0,0,0 +34745,0,0,0,0,0 +34746,0,0,0,0,0 +34747,0,0,0,0,0 +34748,0,0,0,0,0 +34749,0,0,0,0,0 +34750,0,0,0,0,0 +34751,0,0,0,0,0 +34752,0,0,0,0,0 +34753,0,0,0,0,0 +34754,0,0,0,0,0 +34755,0,0,0,0,0 +34756,0,0,0,0,0 +34757,0,0,0,0,0 +34758,0,0,0,0,0 +34759,0,0,0,0,0 +34760,0,0,0,0,0 +34761,0,0,0,0,0 +34762,0,0,0,0,0 +34763,0,0,0,0,0 +34764,0,0,0,0,0 +34765,0,0,0,0,0 +34766,0,0,0,0,0 +34767,0,0,0,0,0 +34768,0,0,0,0,0 +34769,0,0,0,0,0 +34770,0,0,0,0,0 +34771,0,0,0,0,0 +34772,0,0,0,0,0 +34773,0,0,0,0,0 +34774,0,0,0,0,0 +34775,0,0,0,0,0 +34776,0,0,0,0,0 +34777,0,0,0,0,0 +34778,0,0,0,0,0 +34779,0,0,0,0,0 +34780,0,0,0,0,0 +34781,0,0,0,0,0 +34782,0,0,0,0,0 +34783,0,0,0,0,0 +34784,0,0,0,0,0 +34785,0,0,0,0,0 +34786,0,0,0,0,0 +34787,0,0,0,0,0 +34788,0,0,0,0,0 +34789,0,0,0,0,0 +34790,0,0,0,0,0 +34791,0,0,0,0,0 +34792,0,0,0,0,0 +34793,0,0,0,0,0 +34794,0,0,0,0,0 +34795,0,0,0,0,0 +34796,0,0,0,0,0 +34797,0,0,0,0,0 +34798,0,0,0,0,0 +34799,0,0,0,0,0 +34800,0,0,0,0,0 +34801,0,0,0,0,0 +34802,0,0,0,0,0 +34803,0,0,0,0,0 +34804,0,0,0,0,0 +34805,0,0,0,0,0 +34806,0,0,0,0,0 +34807,0,0,0,0,0 +34808,0,0,0,0,0 +34809,0,0,0,0,0 +34810,0,0,0,0,0 +34811,0,0,0,0,0 +34812,0,0,0,0,0 +34813,0,0,0,0,0 +34814,0,0,0,0,0 +34815,0,0,0,0,0 +34816,0,0,0,0,0 +34817,0,0,0,0,0 +34818,0,0,0,0,0 +34819,0,0,0,0,0 +34820,0,0,0,0,0 +34821,0,0,0,0,0 +34822,0,0,0,0,0 +34823,0,0,0,0,0 +34824,0,0,0,0,0 +34825,0,0,0,0,0 +34826,0,0,0,0,0 +34827,0,0,0,0,0 +34828,0,0,0,0,0 +34829,0,0,0,0,0 +34830,0,0,0,0,0 +34831,0,0,0,0,0 +34832,0,0,0,0,0 +34833,0,0,0,0,0 +34834,0,0,0,0,0 +34835,0,0,0,0,0 +34836,0,0,0,0,0 +34837,0,0,0,0,0 +34838,0,0,0,0,0 +34839,0,0,0,0,0 +34840,0,0,0,0,0 +34841,0,0,0,0,0 +34842,0,0,0,0,0 +34843,0,0,0,0,0 +34844,0,0,0,0,0 +34845,0,0,0,0,0 +34846,0,0,0,0,0 +34847,0,0,0,0,0 +34848,0,0,0,0,0 +34849,0,0,0,0,0 +34850,0,0,0,0,0 +34851,0,0,0,0,0 +34852,0,0,0,0,0 +34853,0,0,0,0,0 +34854,0,0,0,0,0 +34855,0,0,0,0,0 +34856,0,0,0,0,0 +34857,0,0,0,0,0 +34858,0,0,0,0,0 +34859,0,0,0,0,0 +34860,0,0,0,0,0 +34861,0,0,0,0,0 +34862,0,0,0,0,0 +34863,0,0,0,0,0 +34864,0,0,0,0,0 +34865,0,0,0,0,0 +34866,0,0,0,0,0 +34867,0,0,0,0,0 +34868,0,0,0,0,0 +34869,0,0,0,0,0 +34870,0,0,0,0,0 +34871,0,0,0,0,0 +34872,0,0,0,0,0 +34873,0,0,0,0,0 +34874,0,0,0,0,0 +34875,0,0,0,0,0 +34876,0,0,0,0,0 +34877,0,0,0,0,0 +34878,0,0,0,0,0 +34879,0,0,0,0,0 +34880,0,0,0,0,0 +34881,0,0,0,0,0 +34882,0,0,0,0,0 +34883,0,0,0,0,0 +34884,0,0,0,0,0 +34885,0,0,0,0,0 +34886,0,0,0,0,0 +34887,0,0,0,0,0 +34888,0,0,0,0,0 +34889,0,0,0,0,0 +34890,0,0,0,0,0 +34891,0,0,0,0,0 +34892,0,0,0,0,0 +34893,0,0,0,0,0 +34894,0,0,0,0,0 +34895,0,0,0,0,0 +34896,0,0,0,0,0 +34897,0,0,0,0,0 +34898,0,0,0,0,0 +34899,0,0,0,0,0 +34900,0,0,0,0,0 +34901,0,0,0,0,0 +34902,0,0,0,0,0 +34903,0,0,0,0,0 +34904,0,0,0,0,0 +34905,0,0,0,0,0 +34906,0,0,0,0,0 +34907,0,0,0,0,0 +34908,0,0,0,0,0 +34909,0,0,0,0,0 +34910,0,0,0,0,0 +34911,0,0,0,0,0 +34912,0,0,0,0,0 +34913,0,0,0,0,0 +34914,0,0,0,0,0 +34915,0,0,0,0,0 +34916,0,0,0,0,0 +34917,0,0,0,0,0 +34918,0,0,0,0,0 +34919,0,0,0,0,0 +34920,0,0,0,0,0 +34921,0,0,0,0,0 +34922,0,0,0,0,0 +34923,0,0,0,0,0 +34924,0,0,0,0,0 +34925,0,0,0,0,0 +34926,0,0,0,0,0 +34927,0,0,0,0,0 +34928,0,0,0,0,0 +34929,0,0,0,0,0 +34930,0,0,0,0,0 +34931,0,0,0,0,0 +34932,0,0,0,0,0 +34933,0,0,0,0,0 +34934,0,0,0,0,0 +34935,0,0,0,0,0 +34936,0,0,0,0,0 +34937,0,0,0,0,0 +34938,0,0,0,0,0 +34939,0,0,0,0,0 +34940,0,0,0,0,0 +34941,0,0,0,0,0 +34942,0,0,0,0,0 +34943,0,0,0,0,0 +34944,0,0,0,0,0 +34945,0,0,0,0,0 +34946,0,0,0,0,0 +34947,0,0,0,0,0 +34948,0,0,0,0,0 +34949,0,0,0,0,0 +34950,0,0,0,0,0 +34951,0,0,0,0,0 +34952,0,0,0,0,0 +34953,0,0,0,0,0 +34954,0,0,0,0,0 +34955,0,0,0,0,0 +34956,0,0,0,0,0 +34957,0,0,0,0,0 +34958,0,0,0,0,0 +34959,0,0,0,0,0 +34960,0,0,0,0,0 +34961,0,0,0,0,0 +34962,0,0,0,0,0 +34963,0,0,0,0,0 +34964,0,0,0,0,0 +34965,0,0,0,0,0 +34966,0,0,0,0,0 +34967,0,0,0,0,0 +34968,0,0,0,0,0 +34969,0,0,0,0,0 +34970,0,0,0,0,0 +34971,0,0,0,0,0 +34972,0,0,0,0,0 +34973,0,0,0,0,0 +34974,0,0,0,0,0 +34975,0,0,0,0,0 +34976,0,0,0,0,0 +34977,0,0,0,0,0 +34978,0,0,0,0,0 +34979,0,0,0,0,0 +34980,0,0,0,0,0 +34981,-1289.553417,-566.1918349,-1263.230366,-565.961798,236.0240234 +34982,-1428.740784,-605.4444084,-1400.941489,-605.2186268,28.41120095 +34983,-1832.646734,-771.5942496,-1801.828432,-771.3733796,-843.8653574 +34984,-1604.474722,-672.4055059,-1576.579645,-672.1894825,-626.4978071 +34985,-1324.981506,-545.4599004,-1296.498443,-545.250364,-111.3169123 +34986,-1665.926786,-701.5104827,-1637.273389,-701.3077062,-746.3495518 +34987,-1593.457055,-670.8582625,-1565.54158,-670.6612859,-680.4928119 +34988,-1362.899371,-565.9376182,-1334.226615,-565.7470215,-230.9590741 +34989,-1491.394201,-623.5429453,-1461.526136,-623.3593023,-403.3016152 +34990,-1582.769787,-665.2032903,-1552.407031,-665.0261735,-547.1132795 +34991,-1640.747657,-692.1002866,-1610.250519,-691.9291241,-651.5415257 +34992,-1671.579352,-706.8239271,-1641.112742,-706.6582198,-717.2632129 +34993,-1683.532623,-713.0194343,-1653.152956,-712.858837,-752.9365798 +34994,-1684.3117,-714.1319528,-1654.0218,-713.9762486,-769.1978838 +34995,-1679.792299,-712.8098342,-1649.574613,-712.6588794,-775.2195406 +34996,-1673.160966,-710.4819024,-1642.992566,-710.3355825,-776.224456 +34997,-1666.060481,-707.8916912,-1635.920334,-707.7498976,-774.7102701 +34998,-1659.250521,-705.379842,-1629.121297,-705.2424629,-772.1384052 +34999,-1653.028482,-703.0805449,-1622.896682,-702.9474636,-769.3169225 +35000,-1647.463971,-701.0271806,-1617.31959,-700.8982765,-766.6326655 +35001,-1642.529439,-699.2102576,-1612.365307,-699.0854079,-764.2389223 +35002,-1638.161595,-697.6045465,-1607.972714,-697.4836275,-762.174782 +35003,-1634.288368,-696.1809962,-1604.071396,-696.0638845,-760.4299745 +35004,-1630.840325,-694.9117598,-1600.593167,-694.7983328,-758.9759843 +35005,-1627.755105,-693.772114,-1597.476601,-693.6622514,-757.779531 +35006,-1624.978652,-692.7409496,-1594.668338,-692.634533,-756.8079228 +35007,-1622.464944,-691.8005969,-1592.122863,-691.6975108,-756.0309262 +35008,-1620.175258,-690.9364617,-1589.801814,-690.8365936,-755.4215238 +35009,-1618.077138,-690.1365447,-1587.672989,-690.0397851,-754.9558955 +35010,-1616.143427,-689.3910004,-1585.7094,-689.2972431,-754.6132316 +35011,-1614.35146,-688.6917788,-1583.888491,-688.6009209,-754.3755541 +35012,-1612.682275,-688.0322793,-1582.191362,-687.9442211,-754.227323 +35013,-1611.119982,-687.4070831,-1580.602155,-687.3217284,-754.1551369 +35014,-1609.651274,-686.8117453,-1579.107566,-686.7290008,-754.1475044 +35015,-1608.17892,-683.8250943,-1577.165412,-686.1145119,-754.2072837 +35016,-1606.720637,-679.3418346,-1574.973345,-685.4913199,-754.3421391 +35017,-1605.297975,-674.469955,-1572.768503,-684.8738138,-754.5389005 +35018,-1603.918311,-669.7372864,-1570.650801,-684.2677014,-754.7813401 +35019,-1602.576043,-665.2418502,-1568.636544,-683.6714777,-755.0531041 +35020,-1601.263739,-660.9267967,-1566.708541,-683.0824225,-755.3434549 +35021,-1599.975968,-656.7225908,-1564.847907,-682.4987227,-755.6463172 +35022,-1598.709378,-652.5840019,-1563.042569,-681.9195451,-755.958263 +35023,-1597.461625,-648.4856546,-1561.287615,-681.344497,-756.2767632 +35024,-1596.230871,-644.4118441,-1559.576062,-680.7733609,-756.5998129 +35025,-1580.00236,-486.2877354,-1542.893108,-673.3817948,-729.6290864 +35026,-1563.941051,-481.6572604,-1526.399641,-666.0675383,-702.8771494 +35027,-1556.890302,-473.1621361,-1518.939932,-662.8505382,-692.412907 +35028,-1553.476934,-440.1146149,-1515.141055,-661.283414,-688.5308837 +35029,-1551.370794,-415.9277368,-1512.672052,-660.3032823,-687.0513294 +35030,-1550.140642,-394.280776,-1511.100492,-659.713655,-687.2109103 +35031,-1549.407762,-371.4050906,-1510.046586,-659.3438204,-688.3177748 +35032,-1648.732935,-347.5882909,-1609.771396,-705.4679517,-912.0003526 +35033,-1450.727926,-325.5343947,-1411.606608,-615.566333,-561.8499153 +35034,-1485.965559,-302.9185509,-1446.097256,-630.8724637,-600.5415783 +35035,-1512.844281,-279.2588228,-1472.502008,-642.7579032,-638.5367591 +35036,-1530.304306,-256.8569414,-1489.635222,-650.5189003,-666.7579866 +35037,-1540.402995,-234.1299093,-1499.488147,-654.9964608,-685.2816256 +35038,-1545.587213,-219.4144641,-1504.471663,-657.2684508,-696.5593993 +35039,-1547.949051,-200.3874754,-1506.659952,-658.2746757,-703.3737159 +35040,-1548.838255,-183.0472595,-1507.394944,-658.6242385,-707.7092879 +35041,-1554.89197,160.0018731,-1513.315215,-661.3320665,-721.4498932 +35042,152.8692083,194.620518,298.4431892,-472.6406265,-550.7531988 +35043,-440.0209682,122.3339418,-444.7771346,84.30345384,-745.8536571 +35044,-342.9895901,319.0386648,-276.0578722,-256.3293195,99.22565477 +35045,-116.280695,211.2430906,-70.61545833,-71.2613473,122.2938986 +35046,-507.6297782,228.2334487,-452.6501417,-244.4158608,834.2658468 +35047,8.76296517,302.4118983,53.14573549,-11.49672751,1128.601153 +35048,-346.0030811,494.217224,-321.3317244,-139.6967548,1327.274298 +35049,-68.08660797,295.7655492,17.23650457,-84.75303187,969.4727129 +35050,-350.5315336,491.9490252,-325.9389581,-143.5403937,1016.690537 +35051,27.45426017,275.8824127,85.88761552,-6.255373377,1002.011263 +35052,-292.6595642,289.7993882,-247.2092453,-137.6961775,1049.083279 +35053,95.04339532,352.0217779,138.8455957,32.45174859,1281.082474 +35054,-156.8051397,529.2048074,-134.9690137,-62.99029187,1234.314577 +35055,-43.54880451,328.160512,36.90926625,-43.04757506,1161.358536 +35056,-193.2096678,517.8625578,-165.3651892,-80.8483354,1206.488115 +35057,127.3408085,298.3890765,173.1754014,51.26471369,1026.581773 +35058,7.025667228,356.5539664,51.11347592,-1.862717567,1245.645022 +35059,-179.1391569,532.5952955,-135.1473992,-74.4605596,1665.843868 +35060,185.9846809,310.4517979,224.8913111,76.13953072,1025.799463 +35061,55.04148814,362.1337486,98.74837859,25.74156136,1214.263474 +35062,-100.4547962,541.0823412,-58.44699734,-41.80506408,1672.036907 +35063,213.5984563,319.4184769,253.9189336,96.08773392,1008.954384 +35064,103.6680361,368.1387685,145.3660624,48.14168394,1186.829047 +35065,107.8493147,395.39766,151.1859481,52.30525438,1277.152019 +35066,138.6586698,416.4922122,179.3898476,65.7694034,1342.74895 +35067,157.1607854,434.8597095,201.0190382,75.13544881,1398.113104 +35068,20.9101717,590.5865223,58.76066371,15.08681073,2003.632331 +35069,294.974841,366.6074312,339.9516557,138.2196083,1091.611145 +35070,194.8277434,403.427073,236.2749776,92.25915595,1221.888212 +35071,198.6003033,421.072871,241.0967702,96.31621734,1275.051536 +35072,227.2757537,434.0880671,269.28284,108.9199774,1310.122426 +35073,243.7875642,445.3173421,286.6641743,116.7637785,1338.845199 +35074,256.6067643,454.4490948,298.8714481,122.5443367,1359.944428 +35075,268.7396573,461.5697424,310.9028125,128.9628794,1373.59107 +35076,282.1908679,466.8839473,325.7045036,135.0331544,1380.435941 +35077,297.2616719,470.7638777,338.7707048,141.8515943,1381.852226 +35078,309.4566674,473.5947692,352.3559967,148.0083653,1379.312154 +35079,323.0273966,475.431904,365.2634817,154.0172867,1372.997906 +35080,336.6892853,476.4327589,378.4175,160.3628614,1363.515321 +35081,349.8912534,476.7939312,391.1227777,166.1831005,1351.634528 +35082,363.001458,476.5327226,404.6877443,172.377712,1337.413855 +35083,376.3792854,475.7890256,417.4410675,178.1468791,1321.405183 +35084,389.3519184,474.6010499,430.1012547,184.2294976,1303.756279 +35085,402.6838679,473.0106914,442.8947978,189.847702,1284.631233 +35086,415.4379919,471.0615502,455.4022649,195.9912389,1264.20178 +35087,430.4248513,468.7164251,467.4320428,202.3801155,1242.316922 +35088,441.5977326,466.3221818,474.2669371,207.0454262,1220.361736 +35089,454.7034083,463.5089714,485.2243701,213.2101923,1196.856335 +35090,468.1977992,460.4941208,495.5653945,217.739359,1172.667702 +35091,478.6308698,457.3378765,505.8993488,221.8498847,1148.034469 +35092,480.1491892,444.9209773,507.7526115,223.2060446,1086.477678 +35093,507.5258472,441.6153659,517.6146727,235.2938092,1061.429032 +35094,497.9778389,652.0437106,498.2227939,226.3428441,1035.268206 +35095,479.9006984,614.9799217,480.7489596,218.2048786,1011.973117 +35096,464.4353091,627.9738954,465.9615148,211.3008664,992.3824301 +35097,451.3768882,656.8277927,453.5047653,205.4909652,975.8213537 +35098,440.3811613,674.6519751,442.9938919,200.5943195,961.7671809 +35099,431.0693769,692.0904832,434.061479,196.4318026,949.7457005 +35100,423.1178944,709.1065583,426.4058034,192.8570245,939.3601321 +35101,412.6437378,894.1515624,416.1613245,188.1077104,923.6931344 +35102,410.0549357,913.2009144,413.7494275,186.8815166,922.2577929 +35103,411.7994394,930.5608686,415.6313788,187.5357729,928.4260103 +35104,414.2951077,948.5410713,418.2329402,188.4401254,935.6333322 +35105,415.9848517,964.9689576,420.0003723,188.9056092,941.0887564 +35106,416.6260825,981.943514,420.692592,188.7328456,944.3821459 +35107,416.1000832,1007.29569,420.5154834,188.07311,945.8872784 +35108,414.7502788,1028.644282,419.4303386,187.0963082,946.0090253 +35109,412.87403,1049.296849,417.679548,185.9067735,945.0122304 +35110,410.6294095,1069.793132,415.4703577,184.5579973,943.0563768 +35111,408.0963057,1090.081475,412.9230565,183.0800767,940.2530726 +35112,405.317934,1110.099382,410.1029158,181.4948787,936.6958918 +35113,402.3330158,1129.89218,407.0523765,179.8211996,932.4702523 +35114,399.1723184,1149.463253,403.805779,178.0753638,927.653866 +35115,395.8676564,1168.818691,400.3935622,176.2711585,922.3164899 +35116,392.4420731,1187.965392,396.8423127,174.4198382,916.5196232 +35117,388.9189212,1206.908353,393.1746574,172.5304909,910.3172744 +35118,385.3134693,1225.653274,389.4095634,170.6104684,903.7569173 +35119,381.6425153,1244.204309,385.5628415,168.6657416,896.8803219 +35120,377.9158559,1262.065068,381.6476042,166.701141,889.7241056 +35121,374.1458304,1280.912508,377.6748415,164.720622,882.3205503 +35122,370.3385453,1298.631108,373.6536907,162.7273848,874.6979314 +35123,366.5032765,1316.482848,369.5918447,160.7240589,866.8811878 +35124,362.6435674,1334.129229,365.4956969,158.7127664,858.8921423 +35125,358.7665647,1351.537455,361.3706512,156.6952603,850.750069 +35126,354.8739993,1368.907512,357.2211615,154.6729371,842.4717689 +35127,350.9715684,1385.938668,353.0510649,152.6469832,834.0722104 +35128,347.0597921,1402.983919,348.8635157,150.6183382,825.5644333 +35129,343.1433157,1419.746234,344.6612194,148.5877956,816.9600238 +35130,339.2218028,1436.383935,340.4464079,146.5559852,808.2691012 +35131,335.299185,1451.823853,336.2210162,144.5234481,799.5006932 +35132,338.7959529,1467.151007,339.4087897,145.864438,804.1695433 +35133,344.9292745,1481.85334,345.2272091,148.4026278,813.5921517 +35134,350.5510484,1496.676058,350.5273379,150.7056011,822.0410869 +35135,355.883185,1510.998939,355.5303556,152.8752508,829.90704 +35136,360.9880938,1525.401941,360.2983361,154.9417947,837.2913821 +35137,365.9085328,1539.276923,364.8739895,156.9261497,844.2645962 +35138,370.6789255,1553.080045,369.2918301,158.8447842,850.886682 +35139,375.3247318,1566.782823,373.5774608,160.7095822,857.2044548 +35140,379.8652125,1580.217598,377.7502703,162.5292998,863.2551363 +35141,384.3157782,1593.284771,381.8258431,164.310811,869.0699448 +35142,388.6890861,1606.470851,385.8170439,166.0596753,874.6756518 +35143,392.9958115,1619.262224,389.734766,167.780515,880.0957245 +35144,397.2448993,1631.944721,393.5881687,169.4771435,885.3506059 +35145,401.4438607,1647.469042,397.384969,171.1527134,890.4581336 +35146,405.5989635,1660.923797,401.1316336,172.8098152,895.4337954 +35147,409.7154677,1671.750168,404.8336145,174.4505929,900.2910947 +35148,413.7977616,1686.957233,408.4954796,176.0768078,905.0417401 +35149,417.8333516,1695.650242,412.1049085,177.6825681,909.6665249 +35150,421.8532814,1682.743917,415.6931142,179.2817977,914.2251657 +35151,425.8544638,1728.486558,419.2571755,180.8729209,918.7151085 +35152,429.8346722,1723.614685,422.7950229,182.4547696,923.1351175 +35153,433.7943751,1738.116689,426.307273,184.0274223,927.4886106 +35154,437.7345737,1749.073311,429.7950747,185.5912215,931.7797551 +35155,441.6563547,1759.877162,433.2596605,187.1465674,936.0126774 +35156,445.5607144,1770.731746,436.7021638,188.6938309,940.191144 +35157,449.4485522,1781.07628,440.1236224,190.2333539,944.318586 +35158,453.3206392,1791.508814,443.5249431,191.7654313,948.3980443 +35159,457.1776665,1801.788838,446.9069515,193.2903324,952.4322754 +35160,460.7225479,1811.651167,449.9726902,194.6729811,955.8824851 +35161,464.4617917,1824.291315,453.2288002,196.1436742,959.6708226 +35162,468.3395015,1834.256261,456.6197577,197.6746856,963.7687186 +35163,472.2712238,1843.779663,460.0626087,199.2301114,968.0246109 +35164,476.1680231,1853.262055,463.4690441,200.7712494,972.2679138 +35165,479.9938611,1862.481488,466.8029208,202.2822692,976.4222896 +35166,483.747126,1871.52745,470.0623141,203.7624354,980.4750237 +35167,487.4377388,1880.415679,473.2568888,205.2161072,984.4363911 +35168,491.0758139,1889.141685,476.3966194,206.6477243,988.3189827 +35169,494.6689261,1897.801875,479.4890145,208.0605797,992.1322623 +35170,498.222535,1906.092326,482.5395209,209.4570154,995.8829231 +35171,501.7408148,1914.339983,485.5523227,210.8387908,999.576076 +35172,505.2271878,1922.580909,488.5308789,212.2073323,1003.216062 +35173,508.6845377,1930.500239,491.4781166,213.5638252,1006.806694 +35174,512.1152913,1938.439249,494.3965308,214.9092615,1010.351352 +35175,515.5215115,1946.00555,497.288253,216.2444733,1013.85304 +35176,518.9049287,1953.623684,500.1511824,217.5701522,1017.314393 +35177,522.2669945,1961.026514,502.9923541,218.8868738,1020.737727 +35178,525.6089351,1968.304354,505.813615,220.1951216,1024.125087 +35179,528.9317917,1975.447081,508.6110715,221.4953054,1027.478296 +35180,532.2364611,1982.449228,511.3903315,222.7855293,1030.798971 +35181,535.5236936,1989.322347,514.152454,224.0692774,1075.619629 +35182,538.7941439,1996.059433,516.8931538,225.3470979,1165.746849 +35183,542.0483743,2002.663872,519.6177416,226.6162974,1139.87297 +35184,545.2868046,2009.135129,522.326993,227.8797229,1159.492053 +35185,548.5097381,2015.473805,525.0163169,229.137601,1174.475908 +35186,551.7174094,2021.771274,527.6906924,230.3871087,1186.340038 +35187,554.9100416,2027.715161,530.3467558,231.6310396,1197.929794 +35188,558.0878639,2033.726641,532.9892466,232.8696324,1209.395878 +35189,561.2511143,2039.439295,535.6143237,234.1001043,1220.598445 +35190,564.4000285,2045.266651,538.2264339,235.3252694,1231.88629 +35191,567.5348318,2050.121993,540.8216568,236.5400585,1242.74119 +35192,670.8993841,2054.796526,543.4118255,237.7457059,1253.793478 +35193,681.8288369,2059.250279,546.0009685,238.942163,1264.487422 +35194,677.3559444,2063.608433,548.5750158,240.12946,1275.012851 +35195,699.3121168,2067.554821,551.1251273,241.3080454,1285.837062 +35196,712.1510194,2071.530146,553.64836,242.478544,1295.760295 +35197,724.0827906,2075.257589,556.1457023,243.64155,1306.380156 +35198,736.3601326,2078.834037,558.6194331,244.7975592,1316.380976 +35199,748.1655023,2082.250565,561.0717304,245.9469615,1326.299034 +35200,760.0323919,2085.509509,563.5043322,247.0900711,1336.588352 +35201,771.4815047,2088.61389,565.9149165,248.2271387,1346.062096 +35202,782.9967879,2091.565959,568.3095973,249.3583712,1355.92459 +35203,794.3088459,2094.368254,570.6898675,250.4839336,1365.377784 +35204,805.6047308,2097.022692,658.5453414,251.6039635,1375.141191 +35205,816.3458498,2099.531507,651.8893993,252.7185688,1384.452387 +35206,827.6728247,2101.895583,656.2815245,253.8257259,1393.809018 +35207,838.1918135,2104.018525,671.3862394,254.9284335,1402.86234 +35208,849.067295,2106.238573,681.3918485,256.0270704,1412.296099 +35209,859.332985,2108.209056,690.507437,257.1189633,1421.191547 +35210,870.2908774,2109.883248,700.223338,258.2066016,1430.175958 +35211,879.634019,2119.950811,702.0023735,259.290158,1439.025878 +35212,890.107239,2122.889764,709.8422055,260.3107898,1447.785667 +35213,900.287659,2125.106508,718.1987804,301.6795853,1456.254429 +35214,910.1507472,2127.024908,726.7958889,308.0976148,1465.222293 +35215,920.2678329,2128.718667,735.1909655,276.1637552,1473.559757 +35216,929.7573785,2130.222945,743.5255821,307.4282452,1482.255295 +35217,939.9597361,2131.556841,751.8733138,309.1642533,1490.263699 +35218,949.2994745,2132.730831,760.0934744,311.2917837,1498.660086 +35219,959.0269192,2133.752098,768.0887589,316.7818539,1506.841672 +35220,968.2671358,2134.625082,776.4642332,321.0916561,1514.920506 +35221,860.0452064,2081.8559,666.735347,278.9241638,1291.819695 +35222,867.676424,2081.325032,672.5340525,267.9203187,1297.267123 +35223,875.4848935,2081.131682,679.4563306,292.7119302,1302.796095 +35224,883.9087438,2080.904608,686.0099305,268.0349422,1309.11262 +35225,892.0828937,2080.632471,693.1774332,310.7021775,1315.288923 +35226,900.130365,2080.281607,699.8827153,261.8539283,1321.702446 +35227,908.8726764,2079.835755,706.902906,307.4931491,1328.142597 +35228,916.6052148,2079.286265,713.7237053,316.3329974,1334.453531 +35229,924.9903085,2078.629155,720.7114128,275.0144632,1341.261207 +35230,932.8037897,2077.862578,727.3677697,312.8025715,1347.335009 +35231,941.2072181,2076.986695,734.3422086,309.2313563,1353.872986 +35232,948.9669711,2076.001576,740.8145026,311.6494525,1360.213243 +35233,956.9769325,2074.908004,747.8476518,315.967606,1366.387361 +35234,964.5230936,2073.706371,754.2818387,319.6055161,1372.947138 +35235,972.6334087,2072.397803,761.0993146,323.0619728,1379.085949 +35236,980.1351604,2070.982871,767.4436706,326.5922493,1385.340908 +35237,988.0729395,2069.463036,774.4180562,329.9780411,1391.532951 +35238,995.5429442,2067.8383,780.439291,333.5376879,1397.68382 +35239,1002.843513,2066.110739,787.2679114,336.8317023,1403.799572 +35240,1010.963066,2064.280476,793.4155625,340.3157914,1409.691452 +35241,1018.047708,2062.238273,800.2508477,343.5021201,1415.769239 +35242,1025.824423,2060.354062,806.1615115,346.9752465,1421.86235 +35243,1032.995304,2058.144503,812.6674256,350.1979428,1427.605598 +35244,1040.512396,2055.938533,819.0781858,353.6355684,1433.764583 +35245,1047.715678,2053.599143,825.2609002,356.6545662,1439.401067 +35246,1055.092695,2051.184484,831.510621,360.1356808,1445.481495 +35247,1062.572129,2048.65258,837.8103192,363.1278395,1451.043861 +35248,1069.703395,2046.034203,843.7467318,366.5640472,1456.794465 +35249,1077.13995,2043.323076,849.9020056,369.46374,1462.516877 +35250,1084.189478,2040.518773,856.2369613,372.7892605,1467.993949 +35251,1091.078263,2037.790387,861.2717353,375.5828523,1473.971501 +35252,1097.723345,2035.097091,866.1246159,378.064593,1479.409272 +35253,1104.491733,2032.10038,871.3046494,380.8447569,1485.010767 +35254,1111.041562,2029.229052,876.0638884,383.3780291,1490.755273 +35255,1117.435396,2026.200232,880.8975905,385.9457749,1495.892342 +35256,1124.352631,2023.104227,885.7858859,388.4617429,1501.52751 +35257,1130.734591,2019.83287,890.2183738,390.8763405,1506.863438 +35258,1137.172701,2016.706206,894.9492359,393.4961106,1512.269049 +35259,1143.706234,2013.300421,899.3065593,395.7524928,1517.559201 +35260,1150.022361,2009.887785,904.0671742,398.1263725,1522.886933 +35261,1156.490022,2006.378397,908.3755705,400.5753688,1528.096711 +35262,1162.73953,2002.784392,912.7882731,402.8415588,1533.345651 +35263,1169.144685,1999.106185,917.1194872,405.1408802,1538.473926 +35264,1175.332254,1995.343319,921.3982963,407.4062985,1543.643916 +35265,1181.680028,1991.496023,925.6270341,409.6382777,1548.438335 +35266,1187.913989,1987.563948,929.8060128,411.844573,1553.931545 +35267,1194.009668,1983.547458,933.9374127,414.0239636,1558.699893 +35268,1200.274511,1979.354106,938.0212365,416.0988566,1563.730564 +35269,1206.110218,1975.389868,941.8637564,418.4294785,1568.682371 +35270,1212.735671,1970.927858,946.1635953,420.3450475,1573.527564 +35271,1218.58724,1966.648774,949.9625699,422.4984524,1578.397839 +35272,1224.720012,1962.197842,953.9029067,424.4517441,1583.227984 +35273,1230.772911,1957.675665,957.7667548,426.614991,1587.957632 +35274,1236.80422,1953.070152,961.5889511,428.5575738,1592.707305 +35275,1242.814815,1948.381493,965.3705409,430.5571481,1597.424865 +35276,1248.804361,1943.609644,969.1114318,432.5196994,1602.034397 +35277,1255.134779,1938.663396,972.8143459,434.5541884,1606.673544 +35278,1260.316663,1928.087403,984.2215655,439.5272033,1611.508617 +35279,1266.10295,1922.059015,988.7856788,442.0801444,1615.820846 +35280,1272.013341,1916.55007,993.0043897,444.1738807,1620.341145 +35281,1037.050473,1800.870132,756.4284108,337.2016276,1141.347308 +35282,1038.107002,1792.850467,755.012133,336.7424054,1138.374913 +35283,1040.857508,1785.509757,755.9344891,337.2266232,1137.413262 +35284,1045.303265,1778.553652,757.9410575,338.2017805,1137.255228 +35285,1049.053697,1771.75669,759.2327395,339.1276312,1137.903449 +35286,1053.643076,1765.041904,761.5525013,340.1351513,1138.945552 +35287,1057.945394,1758.359018,763.8554098,341.3280227,1140.375588 +35288,1062.72499,1751.678074,765.9064429,342.4485267,1141.880509 +35289,1066.911199,1744.899122,767.9117889,343.5376038,1143.470107 +35290,1072.281354,1738.295927,770.6896845,344.8330701,1145.374329 +35291,1076.62945,1731.571546,772.7191371,345.9151702,1147.07433 +35292,1081.685305,1724.685707,774.9303893,346.9890225,1149.131222 +35293,1086.34647,1717.920833,777.554131,348.389932,1150.938676 +35294,1091.427245,1711.051123,779.7330426,349.4302361,1153.276636 +35295,1096.161682,1704.152182,781.7964691,350.5225558,1154.927505 +35296,1101.309863,1697.130828,784.674469,351.99955,1157.363533 +35297,1105.801401,1690.260733,786.8927956,352.8658358,1159.398576 +35298,1111.514452,1683.179518,788.8949378,354.1884259,1161.529751 +35299,1117.642695,1676.11913,791.52447,355.4255037,1163.604076 +35300,1124.8109,1669.002875,793.9526882,356.533702,1166.107241 +35301,1132.487775,1661.841109,796.0537351,357.6031528,1168.220751 +35302,1139.486947,1654.633822,798.7465267,359.1118663,1170.341952 +35303,1147.390889,1647.378935,800.6740701,359.9263704,1172.966643 +35304,1155.142799,1640.079738,803.3870377,361.2886228,1175.117058 +35305,1163.079024,1632.733687,805.7354773,362.5083614,1177.49009 +35306,1170.740966,1625.341461,808.05085,363.6065026,1179.618645 +35307,1179.598598,1617.90326,810.2798178,364.7538708,1182.366987 +35308,1187.587259,1637.528316,812.936706,366.0494218,1184.770797 +35309,1196.09566,1563.852335,815.0539272,367.0334886,1186.870826 +35310,1204.644742,1614.09889,817.2120321,368.3286833,1189.462853 +35311,1213.276005,1597.564427,820.3244842,369.7186578,1191.812157 +35312,1222.135132,1559.884419,822.5381041,370.7459491,1194.016511 +35313,1230.998273,1597.888833,825.3263269,372.0834129,1196.893345 +35314,1239.960861,1538.425127,827.968943,373.399129,1199.13362 +35315,1249.14145,1578.942886,830.367995,374.6903239,1201.653155 +35316,1258.313652,1529.910786,832.955177,375.8876295,1204.131468 +35317,1267.578435,1549.622864,835.6526292,377.2655346,1206.621401 +35318,1277.057114,1528.546277,838.1133054,378.4411347,1209.119627 +35319,1286.361258,1525.489252,840.5946379,379.8229756,1211.621908 +35320,1296.123158,1516.189974,843.4570567,381.0098677,1214.133864 +35321,1305.62476,1508.217038,845.9783287,382.263205,1216.651841 +35322,1315.291741,1500.129176,848.4907069,383.6507834,1219.13624 +35323,1325.201787,1491.943183,851.0061521,384.9360397,1221.721181 +35324,1335.017339,1483.733344,853.7914039,386.1509261,1224.242188 +35325,1345.111738,1475.490658,856.2611218,387.6677023,1226.800996 +35326,1355.095309,1467.215762,858.7724917,388.65045,1229.32223 +35327,1365.359331,1458.981976,861.5483321,389.8781886,1231.945713 +35328,1375.503677,1450.543711,864.0146269,391.4727892,1234.455899 +35329,1385.330574,1442.155987,866.400159,392.570511,1237.096393 +35330,1396.586567,1433.850831,869.3179365,393.8517695,1239.277363 +35331,1406.597972,1425.38154,871.6790478,395.2620582,1242.401986 +35332,1417.344056,1416.943561,874.1603843,396.4607532,1244.787802 +35333,1427.949654,1408.470202,876.9899024,397.5654388,1247.419588 +35334,1438.6769,1400.043343,879.3596685,399.2132953,1250.031599 +35335,1449.46871,1391.421969,881.7936918,400.2929087,1252.598194 +35336,1460.340735,1382.926193,884.6508476,401.5766496,1255.276453 +35337,1471.211052,1374.351132,886.9835659,403.1341284,1257.864243 +35338,1482.332079,1365.765824,889.4386502,404.0845357,1260.492505 +35339,1493.364339,1357.093128,892.1888651,405.4556126,1263.066788 +35340,1504.531864,1348.635677,894.6165026,406.8290116,1265.768602 +35341,1749.767337,1446.831262,1131.289947,514.2440109,1730.12754 +35342,1764.04809,1440.056705,1137.573731,517.5348182,1712.063486 +35343,1776.731357,1432.344165,1141.418358,519.5077193,1717.089176 +35344,1789.201215,1424.417818,1145.127344,521.4964551,1721.457229 +35345,1801.2434,1416.402029,1148.431932,523.3083376,1725.313795 +35346,1813.223209,1408.095029,1151.672606,525.0323441,1729.021162 +35347,1825.121072,1399.787069,1154.669112,526.697488,1732.353324 +35348,1836.989487,1391.538278,1157.668634,528.3201659,1735.726217 +35349,1848.846859,1383.104417,1160.452348,529.910173,1738.941944 +35350,1862.276065,1374.765011,1163.237587,531.7162436,1742.09348 +35351,1879.672342,1366.212928,1166.051839,532.8856368,1745.183129 +35352,1883.194102,1357.781249,1168.701051,534.5762888,1748.21352 +35353,1908.293322,1349.267759,1171.347747,536.0297858,1751.197167 +35354,1902.273695,1340.741567,1173.937803,537.5003871,1754.131608 +35355,1903.18984,1332.200323,1176.48195,538.976352,1757.023245 +35356,1943.927799,1323.641477,1178.927509,540.3715249,1759.87294 +35357,1940.780545,1315.069414,1181.522524,541.8029205,1762.758291 +35358,1956.007686,1306.486214,1183.813337,543.1948215,1765.416804 +35359,1968.34221,1297.893086,1186.237145,544.5967703,1768.138382 +35360,1980.181402,1289.35936,1188.562752,545.9198638,1770.95047 +35361,1992.362509,1280.659179,1190.804031,547.2811312,1773.642578 +35362,2004.457044,1272.095093,1193.144639,548.6283961,1776.177076 +35363,2016.593282,1263.474368,1195.381255,549.9008546,1778.850396 +35364,2028.767343,1254.799111,1197.428338,551.2388798,1781.427133 +35365,2041.05172,1246.283351,1199.70669,552.4734935,1783.975406 +35366,2053.014918,1237.635555,1201.767226,553.4992698,1786.512877 +35367,2065.593763,1229.047999,1203.854228,555.1685014,1798.08717 +35368,2077.7315,1220.458811,1205.90075,556.1666202,1784.010014 +35369,2089.843094,1211.880326,1207.906251,557.4753287,1790.89806 +35370,2102.517249,1206.358921,1209.886073,558.6339405,1799.70678 +35371,2114.271675,1200.458995,1212.123424,560.0220975,1797.740421 +35372,2126.388111,1194.441391,1214.550925,561.3317029,1801.171793 +35373,2138.355349,1188.564272,1218.18526,562.7402872,1803.565406 +35374,2150.347197,1182.5388,1223.148668,564.0488726,1805.997622 +35375,2162.343067,1176.675348,1221.550497,565.4237159,1808.1996 +35376,2174.446153,1170.778928,1230.349347,566.7954047,1810.581861 +35377,2186.134118,1164.853185,1223.926707,568.0969004,1812.865 +35378,2198.515093,1159.109861,1216.008831,569.4841671,1815.238432 +35379,2211.194876,1153.254789,1238.711947,570.7690186,1829.796668 +35380,2250.688134,1147.483584,1230.735863,572.1460706,1807.119494 +35381,2198.445257,1141.730592,1235.196639,573.4186162,1821.228207 +35382,2255.609684,1136.011357,1237.323916,574.7849254,1826.871354 +35383,2259.389806,1130.324428,1239.763945,576.0429799,1825.377771 +35384,2269.076005,1124.607971,1241.809571,577.3995813,1839.613066 +35385,2282.03325,1119.152115,1244.066352,578.6440203,1821.209145 +35386,2294.520633,1113.43646,1246.258199,579.9998982,1829.566741 +35387,2309.259898,1107.955365,1248.506696,581.2354495,1838.861497 +35388,2313.939193,1102.44318,1250.492277,582.574012,1836.086687 +35389,2332.606858,1096.91497,1252.865823,583.7936857,1840.462019 +35390,2342.043672,1091.592628,1254.821955,585.1191721,1848.245006 +35391,2371.102739,1086.167623,1257.004679,586.3230006,1845.53073 +35392,2365.103947,1080.847424,1259.0845,587.600972,1844.372601 +35393,2355.51368,1075.562955,1261.171461,588.8755017,1849.313861 +35394,2404.855246,1070.327444,1263.240668,590.1006014,1850.468473 +35395,2421.840241,1065.143472,1265.371597,591.3038779,1852.483323 +35396,2408.216127,1060.011485,1267.221333,592.2347637,1860.131118 +35397,2424.526581,1054.867831,1269.498405,593.9131639,1853.535121 +35398,2443.029736,1050.017389,1271.246857,594.9454527,1858.87159 +35399,2451.467356,1044.888261,1273.519431,596.1748649,1861.178572 +35400,2464.100047,1040.043339,1275.319122,597.3851898,1862.783105 +35401,2529.488556,1058.172063,1324.991001,621.6780944,1946.596722 +35402,2536.517262,1055.10593,1330.060937,624.3037955,1952.468636 +35403,2554.37854,1051.135296,1334.12984,626.4674767,1957.321452 +35404,2567.810161,1047.617042,1337.93765,628.5458513,1960.904594 +35405,2581.350587,1043.767861,1341.546742,630.429178,1965.68756 +35406,2594.897117,1039.971977,1345.024206,632.3391891,1969.366486 +35407,2608.487828,1036.286104,1348.40741,634.1702044,1973.183776 +35408,2621.68148,1032.49516,1351.718264,635.9733075,1976.770191 +35409,2634.829304,1028.898008,1357.74237,637.7492331,1980.417363 +35410,2648.398069,1025.365244,1355.203003,639.501047,1983.73246 +35411,2661.401565,1021.718851,1371.270736,641.2314677,1987.419092 +35412,2674.623119,1018.266036,1350.458815,642.9414343,1990.652381 +35413,2687.356538,1014.756254,1374.209693,644.6324925,1993.933863 +35414,2710.10188,1009.137629,1369.965351,643.3089963,1997.869231 +35415,2732.413111,1005.32032,1353.18665,644.3649725,2000.026071 +35416,2736.236385,1001.896956,1373.254215,645.7106655,2009.724751 +35417,2752.979524,998.524994,1381.298412,647.1286956,1999.248318 +35418,2766.686094,995.2589202,1353.673549,648.5704401,2017.704612 +35419,2779.440259,992.0777327,1384.229616,650.0205748,2011.325949 +35420,2792.955401,988.9906781,1375.756796,651.4719916,2016.182241 +35421,2806.128667,985.9898856,1380.228467,652.9207192,2020.052268 +35422,2826.220231,983.1408607,1382.852045,654.324563,2021.947188 +35423,2830.04531,980.2302845,1385.403534,655.8246415,2025.869311 +35424,2845.191181,977.5446448,1387.949818,657.2300222,2028.145188 +35425,2858.679303,974.8391931,1390.483963,658.7054445,2031.022625 +35426,2871.284691,972.1146804,1393.004429,660.0860642,2033.968118 +35427,2884.77083,969.62123,1395.512079,661.6057099,2036.895225 +35428,2903.432433,967.4138645,1398.006647,663.2795937,2039.615971 +35429,2907.739404,965.2062827,1400.488369,665.2571354,2042.406499 +35430,2921.816232,963.1117331,1402.956425,667.1297171,2044.970682 +35431,2941.769549,960.8712048,1405.310113,669.2225013,2053.171863 +35432,2938.372801,958.7254377,1407.628388,671.2934075,2043.281412 +35433,2964.352468,956.7037321,1409.923757,673.4205706,2060.295323 +35434,2969.84664,954.5948983,1412.200626,675.6086381,2055.100531 +35435,2986.897591,952.6222999,1414.459033,677.8585994,2058.086113 +35436,2992.208024,950.5283295,1416.699863,680.167947,2061.465568 +35437,3009.367623,948.5843892,1418.925535,682.5357769,2063.773238 +35438,3015.12173,946.6182941,1421.134694,684.9605115,2066.416719 +35439,3030.089164,944.6860704,1423.328681,687.3931224,2068.876942 +35440,3035.839734,942.7782575,1425.506866,689.9060956,2071.385734 +35441,3043.429186,940.8951879,1427.579445,692.475953,2079.14328 +35442,3049.630291,939.0357103,1429.780313,695.0981972,2069.890877 +35443,3053.141661,937.1998534,1431.758548,697.7725875,2083.754194 +35444,3056.865555,935.3876213,1433.919095,700.4980522,2080.899985 +35445,3060.785179,933.5988961,1435.992739,703.2316768,2082.604496 +35446,3064.461955,931.8332893,1438.067604,706.1220465,2089.997071 +35447,3068.623105,930.0903165,1440.133932,708.9669865,2087.473229 +35448,3072.937806,928.4255644,1442.188946,711.9412316,2094.095267 +35449,3077.353284,926.6472852,1444.234882,714.8501833,2091.870431 +35450,3081.857887,925.0111257,1446.270882,717.9019359,2097.415247 +35451,3086.40286,923.3505197,1448.20988,720.9198445,2095.307408 +35452,3090.732032,921.7204233,1450.448222,724.1005934,2094.653658 +35453,3094.952466,916.685933,1444.342118,724.724806,2093.833018 +35454,3099.547895,914.5509101,1445.029002,727.6308728,2090.276517 +35455,3104.137809,912.5989319,1446.265085,730.7196547,2086.569141 +35456,3108.411687,910.7982504,1447.559307,733.9450501,2082.729634 +35457,3112.318792,909.0506989,1449.119666,737.0862442,2078.82689 +35458,3115.920598,907.3480564,1450.644537,740.5022207,2074.910258 +35459,3119.576673,905.6832815,1452.207322,743.8390472,2071.009314 +35460,3122.777988,904.0522929,1453.786964,747.2776467,2067.145177 +35461,3131.191798,869.1082189,1378.049007,717.1432532,2072.414091 +35462,3135.276914,866.8658369,1378.027643,720.1615026,2072.727267 +35463,3133.362446,864.8023249,1378.31244,723.1819979,1983.636242 +35464,3126.040226,862.7697745,1378.605541,726.3363695,1961.588365 +35465,3120.254149,860.7764323,1378.937994,729.3865673,1995.872263 +35466,3120.247627,858.816471,1379.285935,732.7000216,1989.397829 +35467,3123.220722,856.8892497,1379.64395,735.9273631,1987.227455 +35468,3127.261719,854.9911177,1380.011052,739.2483371,1988.894385 +35469,3132.013068,853.1211228,1380.385605,742.5642483,1991.209055 +35470,3137.493256,851.2781623,1380.764285,746.0371231,1992.67097 +35471,3142.869171,849.4616166,1381.146614,749.499595,1994.255354 +35472,3148.321255,847.6703885,1381.530837,752.9289882,1995.911791 +35473,3153.807367,845.9556301,1381.916975,756.4947249,1997.560165 +35474,3159.296525,844.1385771,1382.303697,759.9283617,1999.193258 +35475,3164.765906,842.4572006,1382.691383,763.6856309,2000.823098 +35476,3170.201136,840.755375,1383.078938,767.2250488,2002.450558 +35477,3175.595242,839.0851825,1383.466874,770.9947133,2004.075744 +35478,3180.945594,837.437648,1383.854172,774.6443273,2005.697184 +35479,3186.25171,835.8132278,1384.241411,778.4754602,2007.316156 +35480,3191.513086,834.1600776,1384.627596,782.1966887,2008.882015 +35481,3196.731895,832.6549146,1385.01335,786.0926288,2010.550131 +35482,3201.910395,831.0608756,1385.397687,789.8819823,2012.149709 +35483,3207.046464,829.5820772,1385.781245,793.7532163,2013.749587 +35484,3212.136697,827.9934472,1386.163027,797.7527052,2015.531061 +35485,3217.172635,826.5342552,1386.54371,801.6374236,2016.918592 +35486,3222.155954,825.0526955,1386.92227,805.5474689,2018.510039 +35487,3227.101934,823.5990074,1387.299421,809.6171049,2020.166045 +35488,3231.774845,822.165256,1387.673876,813.6070477,2016.044725 +35489,3236.638399,820.7510662,1388.047192,817.7135197,2030.031667 +35490,3241.552202,819.3561998,1388.417435,821.7132263,2018.098912 +35491,3246.414019,817.7233363,1388.187658,825.6840388,2032.768263 +35492,3251.203987,816.0552326,1387.739783,829.5561857,2021.323812 +35493,3256.068743,814.8633732,1387.442124,833.5687676,2035.948469 +35494,3260.923254,812.4710046,1386.906308,837.482186,2024.364938 +35495,3265.861754,811.0780922,1386.403729,841.4524756,2039.126592 +35496,3270.772746,809.397546,1385.850944,845.4285304,2027.376393 +35497,3275.741432,807.6820324,1385.26334,849.4183886,2042.30638 +35498,3280.657711,806.0119255,1384.641846,853.4216538,2030.290522 +35499,3285.371892,804.3376996,1383.988581,857.4388521,2039.907813 +35500,3290.270922,802.6664551,1383.304206,861.4689569,2040.337296 +35501,3295.213228,800.9983642,1402.267167,865.5122919,2041.221454 +35502,3300.153555,799.333507,1352.464033,869.567892,2042.874865 +35503,3305.115696,797.6722082,1395.139972,873.6356033,2044.391997 +35504,3309.94588,796.0141815,1385.670105,877.6615564,2045.917617 +35505,3315.050753,794.3602778,1366.81354,881.8321547,2047.534965 +35506,3319.803463,792.7096739,1399.063958,885.8946779,2048.756164 +35507,3324.537632,791.0630962,1354.789399,890.0143953,2050.259865 +35508,3329.252055,789.4198759,1401.687856,894.1878645,2051.707508 +35509,3333.966613,787.7332587,1351.770893,898.2380497,2053.136929 +35510,3338.669465,786.1666287,1394.762963,902.4139909,2054.525991 +35511,3343.340766,784.501852,1357.585208,906.497259,2055.930469 +35512,3348.004562,782.8802727,1379.528562,910.7308427,2057.322836 +35513,3352.61403,781.2558608,1370.410134,914.8510327,2058.672475 +35514,3357.187694,779.6345754,1370.730456,919.0243963,2060.071952 +35515,3361.742703,778.0169907,1369.688573,923.194764,2061.385628 +35516,3366.266317,776.4025196,1368.582862,927.3691919,2062.721761 +35517,3370.760991,774.7915853,1367.45581,931.547538,2064.081127 +35518,3375.226406,773.1845886,1366.288385,935.6842423,2065.353766 +35519,3379.6537,771.5789552,1365.043274,939.9020713,2066.654433 +35520,3384.053259,769.9783624,1363.95539,944.047293,2068.013094 +35521,3376.581491,702.3235699,1210.00432,882.1896287,1778.433086 +35522,3349.634852,700.4044664,1207.946821,886.2416567,1785.59581 +35523,3319.931336,698.6823917,1206.650959,890.1957289,1782.455122 +35524,3299.40587,697.1163802,1205.444707,894.5050017,1789.909436 +35525,3287.947817,695.4837813,1204.320758,898.5876721,1781.152724 +35526,3282.849027,693.9693224,1203.226603,902.913167,1786.263344 +35527,3281.668938,692.4381851,1202.149673,907.084581,1786.085786 +35528,3282.632459,690.9282658,1201.080873,911.3700674,1787.004957 +35529,3284.67367,689.4312887,1200.015648,915.6409302,1787.706143 +35530,3287.285144,687.94529,1198.9504,920.0073482,1788.557796 +35531,3290.216131,686.4691233,1197.882947,924.1197306,1789.432936 +35532,3293.325722,685.0017982,1196.811287,928.5103778,1790.186625 +35533,3296.527506,683.5427888,1195.734438,932.633747,1790.920963 +35534,3299.772964,682.0915177,1194.651221,937.0612791,1791.946674 +35535,3303.023662,680.6477236,1193.637286,941.20268,1792.727141 +35536,3306.249533,679.2109909,1192.426047,945.5409971,1793.536342 +35537,3309.439622,677.7811821,1191.375067,949.7126596,1794.398382 +35538,3312.593857,676.3579438,1190.249918,954.0253805,1795.274175 +35539,3315.711733,674.9411782,1189.127461,958.181781,1796.073316 +35540,3318.791854,673.5305634,1187.996427,962.4711092,1796.926515 +35541,3321.836646,672.1260259,1186.856511,966.6064823,1797.63229 +35542,3324.852083,670.7272551,1185.70724,970.8716405,1798.64911 +35543,3327.834866,669.2921012,1184.548714,974.9801864,1799.407112 +35544,3331.052275,667.9660858,1183.380462,982.2435485,1800.280604 +35545,3333.904056,666.5991484,1182.321868,983.0326495,1801.10904 +35546,3336.879484,665.2439542,1181.160089,992.6555635,1801.923136 +35547,3339.916895,663.8796342,1179.978335,989.7055569,1802.775233 +35548,3342.914446,662.5183829,1178.783961,1004.312156,1803.562209 +35549,3345.852698,661.1612183,1177.578255,993.9407506,1804.217292 +35550,3348.767766,659.8081661,1176.361411,999.4090198,1805.268079 +35551,3351.606396,658.0114889,1174.089647,1011.771805,1805.978375 +35552,3354.0046,656.120964,1171.500793,1008.441129,1806.765357 +35553,3355.808441,654.1860624,1168.984126,1012.075786,1807.597142 +35554,3357.021988,652.2192666,1166.21444,1014.258533,1808.337059 +35555,3357.731697,650.2264388,1163.438465,1016.210027,1809.108913 +35556,3358.042118,648.2105024,1160.586657,1018.272949,1809.909634 +35557,3358.02553,646.173441,1157.674869,1019.915968,1810.597115 +35558,3357.726487,644.075538,1154.706414,1021.647747,1811.353908 +35559,3357.458959,642.0589147,1151.684289,1023.204659,1811.890947 +35560,3356.638364,639.9358935,1148.610383,1024.663117,1812.818292 +35561,3355.600417,637.8294723,1145.486996,1026.015549,1813.374874 +35562,3354.35039,635.6997742,1142.315529,1027.26243,1814.019542 +35563,3353.120101,633.5531359,1139.097997,1028.40483,1820.326085 +35564,3351.450563,631.3895668,1135.835231,1029.44294,1807.015547 +35565,3349.582252,629.2100031,1132.603667,1030.377897,1824.515214 +35566,3347.764947,627.014466,1129.069733,1031.209896,1813.909177 +35567,3345.56209,624.8030458,1125.84356,1031.939211,1816.997865 +35568,3343.087847,622.5362244,1122.349844,1032.56639,1817.765917 +35569,3340.483232,620.3526602,1118.891909,1033.091664,1817.905177 +35570,3337.674815,618.0677081,1115.385207,1033.515055,1818.10802 +35571,3334.67109,615.8018077,1111.840708,1033.836946,1818.690643 +35572,3331.485283,613.515434,1108.242615,1034.057249,1818.931619 +35573,3328.112476,611.2144762,1104.609474,1034.176152,1819.176543 +35574,3324.559225,608.8993381,1100.94264,1034.1938,1819.466342 +35575,3320.832518,606.5702395,1097.241688,1034.110286,1819.584819 +35576,3316.642062,604.1883412,1093.4317,1033.925426,1819.755629 +35577,3312.597659,601.8879972,1089.773365,1033.639298,1819.863384 +35578,3308.398915,599.467701,1085.871252,1033.244272,1819.920793 +35579,3304.028419,597.0839408,1082.110847,1032.752407,1819.964685 +35580,3299.48697,594.6829298,1078.132955,1032.159122,1819.910551 +35581,2081.309569,591.7998929,881.2708433,1030.925435,1821.813164 +35582,2186.020127,719.318542,915.4068618,1160.656719,2174.126079 +35583,2323.009849,720.1962436,958.2123974,1162.96211,2257.833266 +35584,2426.628211,716.9472198,988.4434319,1161.200488,2309.131103 +35585,2489.58364,713.5090203,1004.968767,1160.246386,2329.295751 +35586,2529.17983,711.0832117,1014.895289,1158.944811,2337.81882 +35587,2555.527439,708.1249299,1021.453216,1157.514613,2341.257557 +35588,2574.295864,705.2473701,1026.203866,1155.954952,2342.836455 +35589,2588.38701,702.3398101,1029.902756,1154.078302,2343.790538 +35590,2599.110534,699.3679355,1032.860489,1152.153777,2344.480421 +35591,2607.198415,696.4924736,1035.24351,1150.183562,2345.244487 +35592,2613.161965,693.503175,1037.16632,1147.901052,2345.75895 +35593,2617.366688,690.5426082,1038.69602,1145.685502,2346.224929 +35594,2620.121548,687.564428,1039.890017,1143.285672,2346.647592 +35595,2621.68266,684.576917,1040.797851,1140.785807,2347.032075 +35596,2622.257256,681.5805589,1041.461797,1152.543838,2347.383179 +35597,2622.009505,678.5323974,1041.916951,1113.699571,2347.703868 +35598,2621.070207,675.58344,1042.193043,1143.469204,2347.997412 +35599,2619.543328,672.5078121,1042.315224,1127.400392,2348.267154 +35600,2617.506478,669.4778327,1042.303669,1125.841223,2348.51552 +35601,2615.024718,666.4346382,1042.175878,1122.994268,2348.74388 +35602,2612.091812,664.4894506,1041.946835,1113.913945,2348.953558 +35603,2608.023121,661.4611398,1041.671706,1108.615642,2349.145311 +35604,2603.069625,658.3586073,1041.340543,1103.646512,2349.319841 +35605,2597.629074,655.3315865,1040.955225,1098.154419,2349.511435 +35606,2591.877368,652.18357,1040.4996,1092.702058,2349.689159 +35607,2585.856189,649.0484517,1039.966741,1086.941838,2349.827187 +35608,2579.582539,645.8814922,1039.369896,1080.866807,2349.941081 +35609,2573.047175,643.3798569,1038.717735,1071.219741,2350.036801 +35610,2565.742907,640.2698735,1038.042783,1063.930103,2350.116104 +35611,2557.841504,637.670245,1037.340004,1059.15229,2350.179703 +35612,2549.850283,635.2519757,1036.623689,1054.390602,2350.227822 +35613,2542.068356,632.7726663,1035.906123,1050.04239,2350.260498 +35614,2534.566427,630.3496734,1035.192336,1045.484332,2350.277626 +35615,2527.304162,627.9354731,1034.482669,1040.995559,2350.278853 +35616,2520.186477,625.5324082,1033.775829,1036.472866,2350.263778 +35617,2513.138333,623.1395347,1033.070366,1031.919545,2350.231889 +35618,2506.117791,620.7150996,1032.365152,1027.255917,2350.182776 +35619,2499.103841,618.3958924,1031.659329,1022.729348,2350.116063 +35620,2492.084652,615.9952326,1030.952254,1018.07061,2350.031554 +35621,2485.051533,613.6361459,1030.243378,1013.249529,2349.929082 +35622,2477.9972,611.2753365,1029.53227,1008.525533,2349.80865 +35623,2470.949197,608.9200068,1028.834046,1003.615904,2349.705819 +35624,2463.870021,606.5690848,1028.133759,998.8364444,2349.586926 +35625,2456.729313,604.2239983,1027.419068,993.8534471,2349.424176 +35626,2449.540614,601.8449972,1026.696953,988.8802144,2349.234128 +35627,2442.304275,599.5694238,1025.970107,983.9177387,2349.023346 +35628,2435.02037,593.0408926,1025.238721,903.7744147,2348.792393 +35629,2419.222792,590.2075403,1024.342059,890.1030919,2348.533475 +35630,2398.483611,587.8293373,1023.344007,880.7912087,2348.25103 +35631,2377.304577,585.3057269,1022.329761,872.5655609,2347.949507 +35632,2357.878336,583.1142103,1021.345615,865.0578827,2347.630967 +35633,2340.643064,580.6794682,1020.413939,857.9071392,2347.333995 +35634,2325.242223,578.4866495,1019.517914,864.5689652,2347.021884 +35635,2311.225066,576.1115102,1018.63445,824.4824057,2346.662744 +35636,2298.290537,573.9334699,1017.769765,859.6449317,2346.273627 +35637,2286.234987,571.5749727,1016.921296,812.8235706,2345.860164 +35638,2274.916687,569.3876209,1016.089093,836.0522941,2345.423463 +35639,2264.231007,567.0995864,1015.268805,816.3353699,2344.964793 +35640,2254.087051,564.9205235,1014.463141,815.5688509,2344.288355 +35641,0,0,0,0,0 +35642,0,0,0,0,0 +35643,0,0,0,0,0 +35644,0,0,0,0,0 +35645,0,0,0,0,0 +35646,0,0,0,0,0 +35647,0,0,0,0,0 +35648,0,0,0,0,0 +35649,0,0,0,0,0 +35650,0,0,0,0,0 +35651,0,0,0,0,0 +35652,0,0,0,0,0 +35653,0,0,0,0,0 +35654,0,0,0,0,0 +35655,0,0,0,0,0 +35656,0,0,0,0,0 +35657,0,0,0,0,0 +35658,0,0,0,0,0 +35659,0,0,0,0,0 +35660,0,0,0,0,0 +35661,0,0,0,0,0 +35662,0,0,0,0,0 +35663,0,0,0,0,0 +35664,0,0,0,0,0 +35665,0,0,0,0,0 +35666,0,0,0,0,0 +35667,0,0,0,0,0 +35668,0,0,0,0,0 +35669,0,0,0,0,0 +35670,0,0,0,0,0 +35671,0,0,0,0,0 +35672,0,0,0,0,0 +35673,0,0,0,0,0 +35674,0,0,0,0,0 +35675,0,0,0,0,0 +35676,0,0,0,0,0 +35677,0,0,0,0,0 +35678,0,0,0,0,0 +35679,0,0,0,0,0 +35680,0,0,0,0,0 +35681,0,0,0,0,0 +35682,0,0,0,0,0 +35683,0,0,0,0,0 +35684,0,0,0,0,0 +35685,0,0,0,0,0 +35686,0,0,0,0,0 +35687,0,0,0,0,0 +35688,0,0,0,0,0 +35689,0,0,0,0,0 +35690,0,0,0,0,0 +35691,0,0,0,0,0 +35692,0,0,0,0,0 +35693,0,0,0,0,0 +35694,0,0,0,0,0 +35695,0,0,0,0,0 +35696,0,0,0,0,0 +35697,0,0,0,0,0 +35698,0,0,0,0,0 +35699,0,0,0,0,0 +35700,0,0,0,0,0 +35701,0,0,0,0,0 +35702,0,0,0,0,0 +35703,0,0,0,0,0 +35704,0,0,0,0,0 +35705,0,0,0,0,0 +35706,0,0,0,0,0 +35707,0,0,0,0,0 +35708,0,0,0,0,0 +35709,0,0,0,0,0 +35710,0,0,0,0,0 +35711,0,0,0,0,0 +35712,0,0,0,0,0 +35713,0,0,0,0,0 +35714,0,0,0,0,0 +35715,0,0,0,0,0 +35716,0,0,0,0,0 +35717,0,0,0,0,0 +35718,0,0,0,0,0 +35719,0,0,0,0,0 +35720,0,0,0,0,0 +35721,0,0,0,0,0 +35722,0,0,0,0,0 +35723,0,0,0,0,0 +35724,0,0,0,0,0 +35725,0,0,0,0,0 +35726,0,0,0,0,0 +35727,0,0,0,0,0 +35728,0,0,0,0,0 +35729,0,0,0,0,0 +35730,0,0,0,0,0 +35731,0,0,0,0,0 +35732,0,0,0,0,0 +35733,0,0,0,0,0 +35734,0,0,0,0,0 +35735,0,0,0,0,0 +35736,0,0,0,0,0 +35737,0,0,0,0,0 +35738,0,0,0,0,0 +35739,0,0,0,0,0 +35740,0,0,0,0,0 +35741,0,0,0,0,0 +35742,0,0,0,0,0 +35743,0,0,0,0,0 +35744,0,0,0,0,0 +35745,0,0,0,0,0 +35746,0,0,0,0,0 +35747,0,0,0,0,0 +35748,0,0,0,0,0 +35749,0,0,0,0,0 +35750,0,0,0,0,0 +35751,0,0,0,0,0 +35752,0,0,0,0,0 +35753,0,0,0,0,0 +35754,0,0,0,0,0 +35755,0,0,0,0,0 +35756,0,0,0,0,0 +35757,0,0,0,0,0 +35758,0,0,0,0,0 +35759,0,0,0,0,0 +35760,0,0,0,0,0 +35761,0,0,0,0,0 +35762,0,0,0,0,0 +35763,0,0,0,0,0 +35764,0,0,0,0,0 +35765,0,0,0,0,0 +35766,0,0,0,0,0 +35767,0,0,0,0,0 +35768,0,0,0,0,0 +35769,0,0,0,0,0 +35770,0,0,0,0,0 +35771,0,0,0,0,0 +35772,0,0,0,0,0 +35773,0,0,0,0,0 +35774,0,0,0,0,0 +35775,0,0,0,0,0 +35776,0,0,0,0,0 +35777,0,0,0,0,0 +35778,0,0,0,0,0 +35779,0,0,0,0,0 +35780,0,0,0,0,0 +35781,0,0,0,0,0 +35782,0,0,0,0,0 +35783,0,0,0,0,0 +35784,0,0,0,0,0 +35785,0,0,0,0,0 +35786,0,0,0,0,0 +35787,0,0,0,0,0 +35788,0,0,0,0,0 +35789,0,0,0,0,0 +35790,0,0,0,0,0 +35791,0,0,0,0,0 +35792,0,0,0,0,0 +35793,0,0,0,0,0 +35794,0,0,0,0,0 +35795,0,0,0,0,0 +35796,0,0,0,0,0 +35797,0,0,0,0,0 +35798,0,0,0,0,0 +35799,0,0,0,0,0 +35800,0,0,0,0,0 +35801,0,0,0,0,0 +35802,0,0,0,0,0 +35803,0,0,0,0,0 +35804,0,0,0,0,0 +35805,0,0,0,0,0 +35806,0,0,0,0,0 +35807,0,0,0,0,0 +35808,0,0,0,0,0 +35809,0,0,0,0,0 +35810,0,0,0,0,0 +35811,0,0,0,0,0 +35812,0,0,0,0,0 +35813,0,0,0,0,0 +35814,0,0,0,0,0 +35815,0,0,0,0,0 +35816,0,0,0,0,0 +35817,0,0,0,0,0 +35818,0,0,0,0,0 +35819,0,0,0,0,0 +35820,0,0,0,0,0 +35821,0,0,0,0,0 +35822,0,0,0,0,0 +35823,0,0,0,0,0 +35824,0,0,0,0,0 +35825,0,0,0,0,0 +35826,0,0,0,0,0 +35827,0,0,0,0,0 +35828,0,0,0,0,0 +35829,0,0,0,0,0 +35830,0,0,0,0,0 +35831,0,0,0,0,0 +35832,0,0,0,0,0 +35833,0,0,0,0,0 +35834,0,0,0,0,0 +35835,0,0,0,0,0 +35836,0,0,0,0,0 +35837,0,0,0,0,0 +35838,0,0,0,0,0 +35839,0,0,0,0,0 +35840,0,0,0,0,0 +35841,0,0,0,0,0 +35842,0,0,0,0,0 +35843,0,0,0,0,0 +35844,0,0,0,0,0 +35845,0,0,0,0,0 +35846,0,0,0,0,0 +35847,0,0,0,0,0 +35848,0,0,0,0,0 +35849,0,0,0,0,0 +35850,0,0,0,0,0 +35851,0,0,0,0,0 +35852,0,0,0,0,0 +35853,0,0,0,0,0 +35854,0,0,0,0,0 +35855,0,0,0,0,0 +35856,0,0,0,0,0 +35857,0,0,0,0,0 +35858,0,0,0,0,0 +35859,0,0,0,0,0 +35860,0,0,0,0,0 +35861,0,0,0,0,0 +35862,0,0,0,0,0 +35863,0,0,0,0,0 +35864,0,0,0,0,0 +35865,0,0,0,0,0 +35866,0,0,0,0,0 +35867,0,0,0,0,0 +35868,0,0,0,0,0 +35869,0,0,0,0,0 +35870,0,0,0,0,0 +35871,0,0,0,0,0 +35872,0,0,0,0,0 +35873,0,0,0,0,0 +35874,0,0,0,0,0 +35875,0,0,0,0,0 +35876,0,0,0,0,0 +35877,0,0,0,0,0 +35878,0,0,0,0,0 +35879,0,0,0,0,0 +35880,0,0,0,0,0 +35881,0,0,0,0,0 +35882,0,0,0,0,0 +35883,0,0,0,0,0 +35884,0,0,0,0,0 +35885,0,0,0,0,0 +35886,0,0,0,0,0 +35887,0,0,0,0,0 +35888,0,0,0,0,0 +35889,0,0,0,0,0 +35890,0,0,0,0,0 +35891,0,0,0,0,0 +35892,0,0,0,0,0 +35893,0,0,0,0,0 +35894,0,0,0,0,0 +35895,0,0,0,0,0 +35896,0,0,0,0,0 +35897,0,0,0,0,0 +35898,0,0,0,0,0 +35899,0,0,0,0,0 +35900,0,0,0,0,0 +35901,0,0,0,0,0 +35902,0,0,0,0,0 +35903,0,0,0,0,0 +35904,0,0,0,0,0 +35905,0,0,0,0,0 +35906,0,0,0,0,0 +35907,0,0,0,0,0 +35908,0,0,0,0,0 +35909,0,0,0,0,0 +35910,0,0,0,0,0 +35911,0,0,0,0,0 +35912,0,0,0,0,0 +35913,0,0,0,0,0 +35914,0,0,0,0,0 +35915,0,0,0,0,0 +35916,0,0,0,0,0 +35917,0,0,0,0,0 +35918,0,0,0,0,0 +35919,0,0,0,0,0 +35920,0,0,0,0,0 +35921,0,0,0,0,0 +35922,0,0,0,0,0 +35923,0,0,0,0,0 +35924,0,0,0,0,0 +35925,0,0,0,0,0 +35926,0,0,0,0,0 +35927,0,0,0,0,0 +35928,0,0,0,0,0 +35929,0,0,0,0,0 +35930,0,0,0,0,0 +35931,0,0,0,0,0 +35932,0,0,0,0,0 +35933,0,0,0,0,0 +35934,0,0,0,0,0 +35935,0,0,0,0,0 +35936,0,0,0,0,0 +35937,0,0,0,0,0 +35938,0,0,0,0,0 +35939,0,0,0,0,0 +35940,0,0,0,0,0 +35941,0,0,0,0,0 +35942,0,0,0,0,0 +35943,0,0,0,0,0 +35944,0,0,0,0,0 +35945,0,0,0,0,0 +35946,0,0,0,0,0 +35947,0,0,0,0,0 +35948,0,0,0,0,0 +35949,0,0,0,0,0 +35950,0,0,0,0,0 +35951,0,0,0,0,0 +35952,0,0,0,0,0 +35953,0,0,0,0,0 +35954,0,0,0,0,0 +35955,0,0,0,0,0 +35956,0,0,0,0,0 +35957,0,0,0,0,0 +35958,0,0,0,0,0 +35959,0,0,0,0,0 +35960,0,0,0,0,0 +35961,0,0,0,0,0 +35962,0,0,0,0,0 +35963,0,0,0,0,0 +35964,0,0,0,0,0 +35965,0,0,0,0,0 +35966,0,0,0,0,0 +35967,0,0,0,0,0 +35968,0,0,0,0,0 +35969,0,0,0,0,0 +35970,0,0,0,0,0 +35971,0,0,0,0,0 +35972,0,0,0,0,0 +35973,0,0,0,0,0 +35974,0,0,0,0,0 +35975,0,0,0,0,0 +35976,0,0,0,0,0 +35977,0,0,0,0,0 +35978,0,0,0,0,0 +35979,0,0,0,0,0 +35980,0,0,0,0,0 +35981,0,0,0,0,0 +35982,0,0,0,0,0 +35983,0,0,0,0,0 +35984,0,0,0,0,0 +35985,0,0,0,0,0 +35986,0,0,0,0,0 +35987,0,0,0,0,0 +35988,0,0,0,0,0 +35989,0,0,0,0,0 +35990,0,0,0,0,0 +35991,0,0,0,0,0 +35992,0,0,0,0,0 +35993,0,0,0,0,0 +35994,0,0,0,0,0 +35995,0,0,0,0,0 +35996,0,0,0,0,0 +35997,0,0,0,0,0 +35998,0,0,0,0,0 +35999,0,0,0,0,0 +36000,0,0,0,0,0 +36001,0,0,0,0,0 +36002,0,0,0,0,0 +36003,0,0,0,0,0 +36004,0,0,0,0,0 +36005,0,0,0,0,0 +36006,0,0,0,0,0 +36007,0,0,0,0,0 +36008,0,0,0,0,0 +36009,0,0,0,0,0 +36010,0,0,0,0,0 +36011,0,0,0,0,0 +36012,0,0,0,0,0 +36013,0,0,0,0,0 +36014,0,0,0,0,0 +36015,0,0,0,0,0 +36016,0,0,0,0,0 +36017,0,0,0,0,0 +36018,0,0,0,0,0 +36019,0,0,0,0,0 +36020,0,0,0,0,0 +36021,0,0,0,0,0 +36022,0,0,0,0,0 +36023,0,0,0,0,0 +36024,0,0,0,0,0 +36025,0,0,0,0,0 +36026,0,0,0,0,0 +36027,0,0,0,0,0 +36028,0,0,0,0,0 +36029,0,0,0,0,0 +36030,0,0,0,0,0 +36031,0,0,0,0,0 +36032,0,0,0,0,0 +36033,0,0,0,0,0 +36034,0,0,0,0,0 +36035,0,0,0,0,0 +36036,0,0,0,0,0 +36037,0,0,0,0,0 +36038,0,0,0,0,0 +36039,0,0,0,0,0 +36040,0,0,0,0,0 +36041,0,0,0,0,0 +36042,0,0,0,0,0 +36043,0,0,0,0,0 +36044,0,0,0,0,0 +36045,0,0,0,0,0 +36046,0,0,0,0,0 +36047,0,0,0,0,0 +36048,0,0,0,0,0 +36049,0,0,0,0,0 +36050,0,0,0,0,0 +36051,0,0,0,0,0 +36052,0,0,0,0,0 +36053,0,0,0,0,0 +36054,0,0,0,0,0 +36055,0,0,0,0,0 +36056,0,0,0,0,0 +36057,0,0,0,0,0 +36058,0,0,0,0,0 +36059,0,0,0,0,0 +36060,0,0,0,0,0 +36061,0,0,0,0,0 +36062,0,0,0,0,0 +36063,0,0,0,0,0 +36064,0,0,0,0,0 +36065,0,0,0,0,0 +36066,0,0,0,0,0 +36067,0,0,0,0,0 +36068,0,0,0,0,0 +36069,0,0,0,0,0 +36070,0,0,0,0,0 +36071,0,0,0,0,0 +36072,0,0,0,0,0 +36073,0,0,0,0,0 +36074,0,0,0,0,0 +36075,0,0,0,0,0 +36076,0,0,0,0,0 +36077,0,0,0,0,0 +36078,0,0,0,0,0 +36079,0,0,0,0,0 +36080,0,0,0,0,0 +36081,0,0,0,0,0 +36082,0,0,0,0,0 +36083,0,0,0,0,0 +36084,0,0,0,0,0 +36085,0,0,0,0,0 +36086,0,0,0,0,0 +36087,0,0,0,0,0 +36088,0,0,0,0,0 +36089,0,0,0,0,0 +36090,0,0,0,0,0 +36091,0,0,0,0,0 +36092,0,0,0,0,0 +36093,0,0,0,0,0 +36094,0,0,0,0,0 +36095,0,0,0,0,0 +36096,0,0,0,0,0 +36097,0,0,0,0,0 +36098,0,0,0,0,0 +36099,0,0,0,0,0 +36100,0,0,0,0,0 +36101,0,0,0,0,0 +36102,0,0,0,0,0 +36103,0,0,0,0,0 +36104,0,0,0,0,0 +36105,0,0,0,0,0 +36106,0,0,0,0,0 +36107,0,0,0,0,0 +36108,0,0,0,0,0 +36109,0,0,0,0,0 +36110,0,0,0,0,0 +36111,0,0,0,0,0 +36112,0,0,0,0,0 +36113,0,0,0,0,0 +36114,0,0,0,0,0 +36115,0,0,0,0,0 +36116,0,0,0,0,0 +36117,0,0,0,0,0 +36118,0,0,0,0,0 +36119,0,0,0,0,0 +36120,0,0,0,0,0 +36121,0,0,0,0,0 +36122,0,0,0,0,0 +36123,0,0,0,0,0 +36124,0,0,0,0,0 +36125,0,0,0,0,0 +36126,0,0,0,0,0 +36127,0,0,0,0,0 +36128,0,0,0,0,0 +36129,0,0,0,0,0 +36130,0,0,0,0,0 +36131,0,0,0,0,0 +36132,0,0,0,0,0 +36133,0,0,0,0,0 +36134,0,0,0,0,0 +36135,0,0,0,0,0 +36136,0,0,0,0,0 +36137,0,0,0,0,0 +36138,0,0,0,0,0 +36139,0,0,0,0,0 +36140,0,0,0,0,0 +36141,0,0,0,0,0 +36142,0,0,0,0,0 +36143,0,0,0,0,0 +36144,0,0,0,0,0 +36145,0,0,0,0,0 +36146,0,0,0,0,0 +36147,0,0,0,0,0 +36148,0,0,0,0,0 +36149,0,0,0,0,0 +36150,0,0,0,0,0 +36151,0,0,0,0,0 +36152,0,0,0,0,0 +36153,0,0,0,0,0 +36154,0,0,0,0,0 +36155,0,0,0,0,0 +36156,0,0,0,0,0 +36157,0,0,0,0,0 +36158,0,0,0,0,0 +36159,0,0,0,0,0 +36160,0,0,0,0,0 +36161,0,0,0,0,0 +36162,0,0,0,0,0 +36163,0,0,0,0,0 +36164,0,0,0,0,0 +36165,0,0,0,0,0 +36166,0,0,0,0,0 +36167,0,0,0,0,0 +36168,0,0,0,0,0 +36169,0,0,0,0,0 +36170,0,0,0,0,0 +36171,0,0,0,0,0 +36172,0,0,0,0,0 +36173,0,0,0,0,0 +36174,0,0,0,0,0 +36175,0,0,0,0,0 +36176,0,0,0,0,0 +36177,0,0,0,0,0 +36178,0,0,0,0,0 +36179,0,0,0,0,0 +36180,0,0,0,0,0 +36181,0,0,0,0,0 +36182,0,0,0,0,0 +36183,0,0,0,0,0 +36184,0,0,0,0,0 +36185,0,0,0,0,0 +36186,0,0,0,0,0 +36187,0,0,0,0,0 +36188,0,0,0,0,0 +36189,0,0,0,0,0 +36190,0,0,0,0,0 +36191,0,0,0,0,0 +36192,0,0,0,0,0 +36193,0,0,0,0,0 +36194,0,0,0,0,0 +36195,0,0,0,0,0 +36196,0,0,0,0,0 +36197,0,0,0,0,0 +36198,0,0,0,0,0 +36199,0,0,0,0,0 +36200,0,0,0,0,0 +36201,0,0,0,0,0 +36202,0,0,0,0,0 +36203,0,0,0,0,0 +36204,0,0,0,0,0 +36205,0,0,0,0,0 +36206,0,0,0,0,0 +36207,0,0,0,0,0 +36208,0,0,0,0,0 +36209,0,0,0,0,0 +36210,0,0,0,0,0 +36211,0,0,0,0,0 +36212,0,0,0,0,0 +36213,0,0,0,0,0 +36214,0,0,0,0,0 +36215,0,0,0,0,0 +36216,0,0,0,0,0 +36217,0,0,0,0,0 +36218,0,0,0,0,0 +36219,0,0,0,0,0 +36220,0,0,0,0,0 +36221,0,0,0,0,0 +36222,0,0,0,0,0 +36223,0,0,0,0,0 +36224,0,0,0,0,0 +36225,0,0,0,0,0 +36226,0,0,0,0,0 +36227,0,0,0,0,0 +36228,0,0,0,0,0 +36229,0,0,0,0,0 +36230,0,0,0,0,0 +36231,0,0,0,0,0 +36232,0,0,0,0,0 +36233,0,0,0,0,0 +36234,0,0,0,0,0 +36235,0,0,0,0,0 +36236,0,0,0,0,0 +36237,0,0,0,0,0 +36238,0,0,0,0,0 +36239,0,0,0,0,0 +36240,0,0,0,0,0 +36241,0,0,0,0,0 +36242,0,0,0,0,0 +36243,0,0,0,0,0 +36244,0,0,0,0,0 +36245,0,0,0,0,0 +36246,0,0,0,0,0 +36247,0,0,0,0,0 +36248,0,0,0,0,0 +36249,0,0,0,0,0 +36250,0,0,0,0,0 +36251,0,0,0,0,0 +36252,0,0,0,0,0 +36253,0,0,0,0,0 +36254,0,0,0,0,0 +36255,0,0,0,0,0 +36256,0,0,0,0,0 +36257,0,0,0,0,0 +36258,0,0,0,0,0 +36259,0,0,0,0,0 +36260,0,0,0,0,0 +36261,0,0,0,0,0 +36262,0,0,0,0,0 +36263,0,0,0,0,0 +36264,0,0,0,0,0 +36265,0,0,0,0,0 +36266,0,0,0,0,0 +36267,0,0,0,0,0 +36268,0,0,0,0,0 +36269,0,0,0,0,0 +36270,0,0,0,0,0 +36271,0,0,0,0,0 +36272,0,0,0,0,0 +36273,0,0,0,0,0 +36274,0,0,0,0,0 +36275,0,0,0,0,0 +36276,0,0,0,0,0 +36277,0,0,0,0,0 +36278,0,0,0,0,0 +36279,0,0,0,0,0 +36280,0,0,0,0,0 +36281,0,0,0,0,0 +36282,0,0,0,0,0 +36283,0,0,0,0,0 +36284,0,0,0,0,0 +36285,0,0,0,0,0 +36286,0,0,0,0,0 +36287,0,0,0,0,0 +36288,0,0,0,0,0 +36289,0,0,0,0,0 +36290,0,0,0,0,0 +36291,0,0,0,0,0 +36292,0,0,0,0,0 +36293,0,0,0,0,0 +36294,0,0,0,0,0 +36295,0,0,0,0,0 +36296,0,0,0,0,0 +36297,0,0,0,0,0 +36298,0,0,0,0,0 +36299,0,0,0,0,0 +36300,0,0,0,0,0 +36301,0,0,0,0,0 +36302,0,0,0,0,0 +36303,0,0,0,0,0 +36304,0,0,0,0,0 +36305,0,0,0,0,0 +36306,0,0,0,0,0 +36307,0,0,0,0,0 +36308,0,0,0,0,0 +36309,0,0,0,0,0 +36310,0,0,0,0,0 +36311,0,0,0,0,0 +36312,0,0,0,0,0 +36313,0,0,0,0,0 +36314,0,0,0,0,0 +36315,0,0,0,0,0 +36316,0,0,0,0,0 +36317,0,0,0,0,0 +36318,0,0,0,0,0 +36319,0,0,0,0,0 +36320,0,0,0,0,0 +36321,0,0,0,0,0 +36322,0,0,0,0,0 +36323,0,0,0,0,0 +36324,0,0,0,0,0 +36325,0,0,0,0,0 +36326,0,0,0,0,0 +36327,0,0,0,0,0 +36328,0,0,0,0,0 +36329,0,0,0,0,0 +36330,0,0,0,0,0 +36331,0,0,0,0,0 +36332,0,0,0,0,0 +36333,0,0,0,0,0 +36334,0,0,0,0,0 +36335,0,0,0,0,0 +36336,0,0,0,0,0 +36337,0,0,0,0,0 +36338,0,0,0,0,0 +36339,0,0,0,0,0 +36340,0,0,0,0,0 +36341,0,0,0,0,0 +36342,0,0,0,0,0 +36343,0,0,0,0,0 +36344,0,0,0,0,0 +36345,0,0,0,0,0 +36346,0,0,0,0,0 +36347,0,0,0,0,0 +36348,0,0,0,0,0 +36349,0,0,0,0,0 +36350,0,0,0,0,0 +36351,0,0,0,0,0 +36352,0,0,0,0,0 +36353,0,0,0,0,0 +36354,0,0,0,0,0 +36355,0,0,0,0,0 +36356,0,0,0,0,0 +36357,0,0,0,0,0 +36358,0,0,0,0,0 +36359,0,0,0,0,0 +36360,0,0,0,0,0 +36361,0,0,0,0,0 +36362,0,0,0,0,0 +36363,0,0,0,0,0 +36364,0,0,0,0,0 +36365,0,0,0,0,0 +36366,0,0,0,0,0 +36367,0,0,0,0,0 +36368,0,0,0,0,0 +36369,0,0,0,0,0 +36370,0,0,0,0,0 +36371,0,0,0,0,0 +36372,0,0,0,0,0 +36373,0,0,0,0,0 +36374,0,0,0,0,0 +36375,0,0,0,0,0 +36376,0,0,0,0,0 +36377,0,0,0,0,0 +36378,0,0,0,0,0 +36379,0,0,0,0,0 +36380,0,0,0,0,0 +36381,0,0,0,0,0 +36382,0,0,0,0,0 +36383,0,0,0,0,0 +36384,0,0,0,0,0 +36385,0,0,0,0,0 +36386,0,0,0,0,0 +36387,0,0,0,0,0 +36388,0,0,0,0,0 +36389,0,0,0,0,0 +36390,0,0,0,0,0 +36391,0,0,0,0,0 +36392,0,0,0,0,0 +36393,0,0,0,0,0 +36394,0,0,0,0,0 +36395,0,0,0,0,0 +36396,0,0,0,0,0 +36397,0,0,0,0,0 +36398,0,0,0,0,0 +36399,0,0,0,0,0 +36400,0,0,0,0,0 +36401,0,0,0,0,0 +36402,0,0,0,0,0 +36403,0,0,0,0,0 +36404,0,0,0,0,0 +36405,0,0,0,0,0 +36406,0,0,0,0,0 +36407,0,0,0,0,0 +36408,0,0,0,0,0 +36409,0,0,0,0,0 +36410,0,0,0,0,0 +36411,0,0,0,0,0 +36412,0,0,0,0,0 +36413,0,0,0,0,0 +36414,0,0,0,0,0 +36415,0,0,0,0,0 +36416,0,0,0,0,0 +36417,0,0,0,0,0 +36418,0,0,0,0,0 +36419,0,0,0,0,0 +36420,0,0,0,0,0 +36421,-1484.532335,-658.1700228,-1460.390997,-657.9315803,-172.6231932 +36422,-1967.999127,-837.0017378,-1939.558346,-836.7650509,-1126.25355 +36423,-1427.182642,-593.6805549,-1400.707008,-593.4481645,-284.1298589 +36424,-1588.574247,-665.5706912,-1560.646549,-665.3459153,-524.3001547 +36425,-1715.235023,-723.0349099,-1686.437549,-722.8176225,-735.6551172 +36426,-1963.804521,-838.6545466,-1936.680368,-838.4435075,-1256.765707 +36427,-1863.370461,-795.8486958,-1837.918042,-795.642924,-1161.514618 +36428,-1809.938145,-773.3404874,-1785.123004,-773.1400455,-1114.230369 +36429,-1768.685553,-756.1062752,-1744.141486,-755.911306,-1077.492439 +36430,-1570.589913,-665.9685742,-1545.145552,-665.7796502,-688.7306948 +36431,-1681.196261,-715.6329483,-1654.470476,-715.4505784,-836.6842453 +36432,-1758.280981,-750.8611726,-1730.91381,-750.6849964,-957.7873005 +36433,-1805.127875,-772.678298,-1777.461817,-772.5078355,-1041.868449 +36434,-1828.796276,-784.0786343,-1800.99861,-783.9134727,-1092.256861 +36435,-1836.965954,-788.4599442,-1809.103282,-788.2997992,-1117.467472 +36436,-1836.912968,-789.0902756,-1809.002608,-788.9349637,-1128.018233 +36437,-1833.093823,-787.9768468,-1805.133692,-787.826238,-1130.913471 +36438,-1827.940615,-786.2140054,-1799.923096,-786.0679885,-1130.273101 +36439,-1822.642874,-784.3384418,-1794.561097,-784.1969073,-1128.297844 +36440,-1817.718507,-782.5826681,-1789.567081,-782.4455026,-1126.063641 +36441,-1813.350628,-781.031791,-1785.122211,-780.8988767,-1124.053122 +36442,-1809.563255,-779.6971139,-1781.261785,-779.5683304,-1122.455647 +36443,-1806.32722,-778.568469,-1777.948428,-778.443694,-1121.326849 +36444,-1803.575792,-777.621145,-1775.124265,-777.5002561,-1120.652781 +36445,-1801.246712,-776.8253845,-1772.719391,-776.7082601,-1120.393929 +36446,-1799.279483,-776.159646,-1770.677529,-776.0461661,-1120.504028 +36447,-1638.756712,-765.5613469,-1746.853071,-765.4513932,-1080.767867 +36448,-1639.036841,-755.4818136,-1724.217884,-755.3752918,-1042.905462 +36449,-1647.196352,-752.6712869,-1717.617921,-752.5681124,-1033.929029 +36450,-1622.081989,-739.9366411,-1578.673262,-739.8367142,-985.2212708 +36451,-1607.422743,-733.8918211,-1636.064016,-733.7950524,-963.2130368 +36452,-1598.867071,-732.5473141,-1601.56242,-732.4536083,-960.0239718 +36453,-1584.035133,-728.5524914,-1572.807047,-728.461741,-946.3581103 +36454,-1572.736319,-744.9785253,-1553.034336,-746.8473062,-1077.832293 +36455,-1547.451588,-594.0512526,-1509.741768,-655.1586157,-726.4143191 +36456,-1567.891417,-566.2155856,-1571.958763,-730.4546925,-1055.533181 +36457,-1528.195614,-577.201988,-1491.210368,-702.8556906,-1017.199529 +36458,-1528.833757,-542.7509683,-1504.19911,-675.8004189,-959.3857113 +36459,-1328.901355,-523.0561358,-1293.22031,-558.1664411,-444.2488065 +36460,-1499.916579,-502.9879717,-1462.776729,-634.4479215,-663.434004 +36461,-1616.412237,-482.6292245,-1578.599906,-687.2850473,-829.3347657 +36462,-1554.302876,-462.8942352,-1555.030716,-702.3101632,-869.9893657 +36463,-1406.088841,-443.200359,-1349.995044,-696.0510687,-839.7905458 +36464,-1490.224359,-422.9515928,-1462.401991,-691.69614,-823.4347619 +36465,-1456.761445,-402.5254641,-1416.160665,-692.1115201,-828.4875943 +36466,-1445.420231,-382.7792094,-1410.276574,-690.3412091,-825.6348555 +36467,-1436.644387,-362.9531217,-1395.863734,-688.7916755,-823.9176282 +36468,-1426.871244,-342.2331254,-1386.043504,-684.3208842,-810.504629 +36469,-1419.448206,-321.9842899,-1378.608388,-647.2471382,-796.3661465 +36470,-1407.85991,-301.3016158,-1364.432001,-645.5242329,-785.9024815 +36471,-1400.360169,-281.1850325,-1357.722465,-644.2740495,-780.9490777 +36472,-1389.097957,-260.6338489,-1345.522933,-636.3838301,-1064.99708 +36473,-1365.161154,-239.7689864,-1328.490835,-567.0008665,-482.5547647 +36474,-1399.596615,-219.4201397,-1342.370142,-628.3218081,-663.0666174 +36475,-1352.518251,-198.6439082,-1310.475925,-656.6500973,-742.6163318 +36476,-1357.07406,-185.928672,-1313.166267,-643.2053026,-1057.547119 +36477,-1348.078476,-168.9393542,-1298.556781,-588.7124103,-983.1155181 +36478,-1214.961874,-151.9314863,-1180.053081,-501.3185289,-310.6480578 +36479,-1409.519389,-136.0172449,-1372.466272,-588.2552215,-554.1464861 +36480,-1386.313798,-119.1950449,-1310.991435,-698.8845576,-1035.336097 +36481,-102.3100174,34.45876307,-71.75597173,-99.91190297,-980.6791349 +36482,-129.4787466,52.77220085,-81.45267254,-31.61256825,-847.7970564 +36483,-56.3735874,92.0848422,-12.79891608,-48.24184306,266.8439392 +36484,-63.73252168,126.9163703,-19.142116,-39.60958904,413.9653421 +36485,-32.91581584,157.9250975,11.33680963,-23.2859768,533.5528807 +36486,-9.728540244,184.5201667,34.81328684,-11.77158499,631.2215635 +36487,10.02118223,207.0192848,52.38936167,-2.76988817,712.0728638 +36488,27.27103979,226.0058362,71.15865715,6.790801856,779.2452843 +36489,46.254168,242.0195153,89.56407479,16.13546921,834.6158458 +36490,64.57656732,255.588185,106.8474925,24.66176366,879.932901 +36491,81.8624011,267.0373891,123.37223,33.68811797,916.3113368 +36492,98.0833467,276.6704757,140.2895152,42.16692691,944.9177417 +36493,115.4491585,284.6985844,156.8945005,50.10277617,966.6130339 +36494,131.5891581,291.4070666,171.9581196,58.65772916,982.5736956 +36495,147.8311731,296.9261695,187.9850107,66.58301141,993.3584277 +36496,163.7088943,301.4530667,203.8595336,74.20017144,999.7931706 +36497,179.3215717,305.1516982,218.1683912,82.07280989,1002.570145 +36498,194.5186509,308.0959275,233.6295954,89.72065947,1002.020755 +36499,209.9488134,310.4093534,248.4919788,97.20356453,998.6734047 +36500,224.945379,312.1819369,263.209115,104.5118025,992.9197945 +36501,240.1926884,313.472244,277.1900291,112.0846052,985.0232385 +36502,254.7451042,314.326823,292.6145029,119.1349097,975.1960411 +36503,269.5817372,314.818478,306.6229059,126.33879,963.7523478 +36504,283.8584763,314.9673327,321.2900499,133.4755968,950.7928616 +36505,298.3923083,314.8037357,336.1602373,140.3094958,936.4563914 +36506,312.6851981,314.3669589,350.605372,147.4903873,920.9149403 +36507,326.9062898,313.6935913,364.9935722,154.2124704,904.3275961 +36508,334.0376633,305.8514118,373.227581,157.958512,858.976369 +36509,362.4638096,305.312301,378.5255955,170.9372594,842.718244 +36510,364.8872902,304.5999285,365.1510235,165.7899011,825.6893602 +36511,352.234116,304.438068,353.3466166,160.1595465,810.8198231 +36512,341.5746752,304.9424297,343.6634463,155.5034615,798.7756407 +36513,332.9251682,306.0041775,335.8967863,151.7679355,789.2459097 +36514,325.9963035,307.5045512,329.7019889,148.7923346,781.779689 +36515,320.4598936,309.3502388,324.7712084,146.4208418,775.976352 +36516,316.0361974,311.4681994,320.8533399,144.5305467,771.5031754 +36517,312.5055019,313.799646,317.7497854,143.0222802,768.0875407 +36518,309.6963295,316.2968611,315.3105804,141.8201491,765.5073123 +36519,307.4723876,318.9212817,313.403639,140.8670378,763.5823205 +36520,305.727278,321.6419522,311.9306077,140.1123873,762.1666906 +36521,304.3665353,324.4341756,310.802183,139.5166002,761.1428254 +36522,303.30591,327.2738561,309.9455705,139.0463412,760.3982379 +36523,302.5047798,330.1536242,309.3183634,138.6819715,759.8899223 +36524,301.9119775,440.0509436,308.8732727,138.3988317,759.5431916 +36525,301.4843842,518.6303274,308.5690633,138.1831936,759.3103088 +36526,301.1893,483.4733606,308.3817332,138.0194285,759.1533663 +36527,301.0057456,522.7859533,308.2823512,137.8962455,759.0424266 +36528,300.9090265,541.9744903,308.2567996,137.807663,758.9537972 +36529,300.8815863,560.5821187,308.2843941,137.7444093,758.8693765 +36530,300.914624,578.9769014,308.3578263,137.7003358,758.7752377 +36531,300.9934998,596.9762996,308.4619149,137.673732,758.661046 +36532,301.1086844,614.621221,308.5938689,137.658749,758.5192241 +36533,301.2579703,632.4360713,308.7421315,137.6520364,758.3444038 +36534,301.431953,649.4434966,308.9029782,137.6540889,758.1328621 +36535,301.6253134,666.8425583,309.0757815,137.6608366,757.8821996 +36536,301.8322877,683.6113185,309.2521444,137.6690598,757.5909712 +36537,302.0561582,700.3018019,309.4281436,137.6809353,757.2585251 +36538,302.2918405,716.8682485,309.6096699,137.6939625,756.8847599 +36539,302.5369844,733.0353729,309.7901123,137.7072167,756.4700389 +36540,302.7947993,749.4887023,309.9690166,137.7229171,756.0149963 +36541,297.7500669,934.7512463,304.8382925,135.3246373,745.8658413 +36542,299.8469395,952.7055739,306.8433346,136.1210959,749.0345853 +36543,305.4570171,971.0968822,312.3624425,138.4399819,759.0881127 +36544,311.045028,988.2323348,317.8606139,140.678529,769.5774698 +36545,315.22107,1005.414729,321.9436828,142.2258633,777.8224234 +36546,317.9162921,1022.344038,324.5383431,143.0739696,783.5202145 +36547,319.4631161,1047.205801,325.974177,143.3914287,787.1385037 +36548,320.1725388,1068.620978,326.5608363,143.3300105,789.1581017 +36549,320.2484942,1090.089449,326.5017284,142.9877366,789.9029894 +36550,319.8177871,1111.23834,325.9234742,142.4247412,789.5783795 +36551,318.9689345,1132.203547,324.9145134,141.6823353,788.3312301 +36552,317.7615801,1152.976556,323.5343051,140.7878694,786.2624797 +36553,316.2753502,1173.5632,321.8624536,139.7773387,783.5145298 +36554,314.5521294,1193.920155,319.9409865,138.6692724,780.165246 +36555,312.6344262,1213.76211,317.8126401,137.4822583,776.296652 +36556,310.5570345,1234.460866,315.5124691,136.2312331,771.9788004 +36557,316.2004705,1254.038826,320.9212529,138.4972987,781.5479699 +36558,322.6544225,1273.773863,327.1287217,141.1359034,792.448975 +36559,328.5181436,1293.421832,332.7340323,143.5088811,802.1357896 +36560,334.0699494,1312.732431,338.0154437,145.74338,811.1106739 +36561,339.378521,1332.076852,343.0416962,147.8716648,819.496401 +36562,344.4902494,1351.136632,347.8593389,149.9154047,827.3791294 +36563,349.4413804,1370.098425,352.5048307,151.8911023,834.829878 +36564,354.2590823,1388.832191,357.0055722,153.8107733,841.9050768 +36565,358.964458,1407.581826,361.3829006,155.6835072,848.6509631 +36566,363.5746142,1426.046792,365.6541523,157.5165192,855.1067302 +36567,368.103779,1444.425723,369.8337769,159.3157084,861.3062596 +36568,372.5638209,1462.595575,373.9338608,161.0859179,867.2789164 +36569,376.9647,1480.768181,377.9645732,162.8311492,873.0502653 +36570,381.3147157,1498.686684,381.9344141,164.5546826,878.6424504 +36571,385.6208123,1514.702054,385.8505213,166.2592218,884.0747102 +36572,389.8766983,1530.504134,389.7114703,167.943766,889.3636763 +36573,394.0822053,1545.682806,393.5180654,169.6083456,894.5237806 +36574,398.2416917,1560.711284,397.2740145,171.2542989,899.5675664 +36575,402.3514396,1575.642041,400.9748599,172.8792557,904.4892677 +36576,406.4253372,1589.945968,404.6340484,174.4890044,909.3147977 +36577,410.4770574,1604.396343,408.2650458,176.0893652,914.0701782 +36578,414.502458,1618.390359,411.8636138,177.678134,918.749398 +36579,418.5025319,1632.236053,415.4306979,179.2554928,923.3558828 +36580,422.4788637,1648.880583,418.9678266,180.8219171,927.8940253 +36581,426.4330472,1664.207546,422.4765972,182.3779392,932.3682192 +36582,430.3665052,1675.006722,425.958483,183.9240561,936.7825054 +36583,434.2804966,1692.84808,429.4148169,185.4607198,941.1405529 +36584,438.1760991,1700.452153,432.8467594,186.9883202,945.4456053 +36585,442.0542682,1688.370754,436.2553519,188.5072078,949.7005866 +36586,445.6190097,1736.80901,439.3446908,189.8827711,953.3684219 +36587,449.5526549,1731.723842,442.7972094,191.4252011,957.6907119 +36588,453.4480538,1747.513331,446.2058516,192.9492678,961.9284387 +36589,457.3101166,1759.225586,449.5756185,194.4571113,966.091426 +36590,461.1438618,1771.183639,452.9116222,195.9510002,970.1894113 +36591,464.9538349,1782.525942,456.2185081,197.4330189,974.231197 +36592,468.7435756,1793.951225,459.4999174,198.9047914,978.2237711 +36593,472.5156616,1805.205492,462.7585285,200.3674943,982.1723947 +36594,476.2718856,1816.031174,465.9962397,201.8219438,986.0809075 +36595,480.0135603,1827.064201,469.2144727,203.2687388,989.9522601 +36596,483.7416371,1837.773635,472.4142828,204.7083134,993.7887017 +36597,487.4568662,1848.205904,475.5965288,206.1410158,997.5920911 +36598,491.1598085,1858.560974,478.7618811,207.5671111,1001.363911 +36599,494.8509331,1868.98465,481.9109194,208.9868263,1005.10545 +36600,498.5306112,1878.874846,485.0441226,210.4003447,1008.817788 +36601,502.0712793,1891.301659,488.0340344,211.7496995,1012.269372 +36602,505.7725775,1901.22298,491.181929,213.1694149,1016.073113 +36603,509.5446055,1910.61734,494.4001594,214.6215743,1020.064128 +36604,513.2945912,1919.907803,497.5966516,216.0658306,1024.063887 +36605,516.9833062,1929.141199,500.7318252,217.4848097,1027.990428 +36606,520.6067658,1938.111978,503.8010909,218.8765702,1031.827139 +36607,524.1732208,1946.770167,506.812204,220.2446123,1035.581593 +36608,527.6916399,1955.454087,509.7738149,221.5927876,1175.51063 +36609,531.1688003,1963.907556,512.6924972,222.9239808,1157.983267 +36610,534.6095474,1972.22369,515.5729743,224.2402209,1164.547064 +36611,538.0175324,1980.391591,518.4188175,225.5430034,1185.35212 +36612,541.3957082,1988.410631,521.2292402,226.8335216,1197.892981 +36613,544.7465886,1996.288834,524.0120089,228.1106487,1210.068736 +36614,548.072356,2004.023143,526.7697485,229.3783197,1221.97689 +36615,551.3749025,2011.617284,529.4996034,230.6375121,1233.949913 +36616,554.6558683,2019.165132,532.2076982,231.8861041,1245.442832 +36617,557.9166404,2026.344617,534.8956086,233.1272253,1257.12051 +36618,561.158398,2033.590608,537.5598124,234.3614046,1268.414646 +36619,564.382129,2040.527317,540.2058399,235.5862719,1279.53207 +36620,567.5886845,2047.571982,542.831078,236.8047634,1290.926754 +36621,570.7787718,2054.282545,545.4405176,238.0151162,1301.448243 +36622,727.0082234,2061.03575,548.0308488,239.2200134,1312.621412 +36623,672.9879961,2067.403621,550.6066056,240.4173424,1323.186882 +36624,700.9189701,2073.848752,553.1642251,241.6095503,1333.807584 +36625,716.5098112,2080.078872,555.7079959,242.7943947,1344.202056 +36626,728.939158,2086.191186,558.2342339,243.9742627,1354.566057 +36627,741.2147051,2092.173567,560.7471556,245.1469102,1364.62385 +36628,753.6449584,2098.02632,563.2430563,246.3147156,1374.991797 +36629,765.3730726,2103.652052,565.7261442,247.4754509,1384.866742 +36630,777.6117906,2109.488312,568.192744,248.631497,1394.795283 +36631,789.2693672,2114.451553,570.6470557,249.780634,1404.410563 +36632,801.2265149,2119.520357,573.0987506,250.9294502,1414.422977 +36633,812.7388573,2124.325336,676.3090075,252.0732365,1423.878869 +36634,824.3062431,2128.986944,654.4073596,253.2092362,1433.428866 +36635,835.7743902,2133.495812,665.0698572,254.3364105,1442.84828 +36636,847.1496024,2137.853982,679.0024582,255.45505,1452.168319 +36637,858.0728811,2142.064141,688.987369,256.5659043,1461.179502 +36638,869.6962277,2146.128615,698.2681193,257.6697002,1470.666038 +36639,880.019573,2150.049683,707.9569727,258.7670022,1479.534136 +36640,891.4550768,2153.829065,716.9561528,259.8582356,1488.746783 +36641,901.9366984,2157.57013,726.4342974,260.9437264,1497.295041 +36642,912.7846174,2160.923244,735.3008148,307.6054341,1506.238067 +36643,923.2243333,2164.357505,744.3505733,283.6895303,1514.911293 +36644,933.7041394,2170.400473,753.2081786,297.8212056,1523.50723 +36645,944.226889,2168.506358,762.0734694,309.152927,1532.085309 +36646,954.7604658,2181.768851,770.5310448,309.8158661,1540.262116 +36647,964.3141122,2164.568096,779.4077962,315.5649432,1549.082975 +36648,975.1050511,2207.951492,787.7079654,320.3960505,1557.141343 +36649,984.7941219,2147.384083,796.1809123,324.872085,1565.457771 +36650,994.9575984,2199.9123,804.6436828,329.5282583,1573.586954 +36651,1004.454519,2203.516141,812.7973199,333.8527732,1581.637752 +36652,1014.782876,2159.221757,820.8099887,338.382315,1589.683381 +36653,1024.163216,2204.579195,829.2329025,342.6908674,1597.562985 +36654,1034.221671,2217.701599,836.9887477,347.0264737,1605.469558 +36655,1043.270269,2153.998157,845.1404167,351.2772106,1613.207779 +36656,1052.836256,2215.396826,852.8521529,355.5527799,1620.974543 +36657,1062.466446,2193.305711,860.8231505,359.5902524,1628.573822 +36658,1071.760781,2198.946959,868.2625653,363.879892,1636.207553 +36659,1080.913544,2200.288369,876.3324176,367.8412328,1643.67188 +36660,1090.265814,2201.491265,883.8258405,371.9760552,1651.175696 +36661,981.6427727,2148.93527,773.4800577,322.5554364,1426.768953 +36662,988.5832592,2148.806995,779.2201938,325.6191835,1431.784369 +36663,996.6270081,2148.901234,785.6181575,328.9977382,1436.243944 +36664,1004.384119,2149.03914,791.9728548,332.354478,1441.478351 +36665,1012.805258,2149.141704,798.4038837,335.8579105,1446.858611 +36666,1020.696272,2149.183371,805.2506856,339.243539,1452.363595 +36667,1029.04992,2149.147001,811.551724,342.7559057,1457.936113 +36668,1036.690926,2149.022684,818.0941251,346.1607178,1463.537071 +36669,1044.901009,2148.805413,824.8139318,349.5851324,1468.929527 +36670,1052.834709,2148.492753,831.2339866,352.9307825,1474.883411 +36671,1060.531489,2148.083603,837.8794869,356.3842511,1480.312206 +36672,1068.810694,2147.577327,844.009455,359.6552129,1485.937066 +36673,1076.480737,2146.973778,850.7646682,363.1325466,1491.738497 +36674,1084.244663,2146.272809,857.0584631,366.2845856,1496.92783 +36675,1091.891521,2145.474651,863.4735125,369.7094869,1502.658687 +36676,1099.72087,2144.57935,869.6937821,372.945547,1508.093925 +36677,1107.502213,2143.587339,876.270364,376.2210986,1513.625292 +36678,1114.859087,2142.498725,882.4680458,379.3967836,1519.050434 +36679,1122.4464,2141.314014,888.9301747,382.7241652,1524.537368 +36680,1130.417428,2140.033361,894.9468471,385.8817688,1529.915418 +36681,1137.729993,2146.14139,893.6291835,385.8364697,1535.096134 +36682,1145.570979,2145.953457,898.3508413,388.3796375,1540.638996 +36683,1153.069373,2145.107931,904.0368835,391.2767121,1546.033301 +36684,1160.498881,2144.016868,910.0549579,394.3945446,1551.052884 +36685,1168.142264,2142.748865,915.7073481,397.1789143,1556.783616 +36686,1175.772368,2141.334378,921.5329369,400.1245852,1561.874116 +36687,1182.916548,2139.774572,927.2587589,403.1345728,1566.875107 +36688,1190.758642,2138.1188,933.1258383,406.1288892,1572.374813 +36689,1198.201853,2136.322104,938.8562731,408.8548755,1577.27438 +36690,1205.125053,2134.437442,944.5204194,411.9850902,1582.693839 +36691,1213.328822,2132.426484,950.5329176,414.7190322,1587.625004 +36692,1220.609577,2130.341429,955.9775335,417.8630158,1592.999064 +36693,1227.835147,2128.127355,961.8620006,420.4551932,1597.821816 +36694,1235.873969,2125.832153,967.667402,423.4571172,1603.152548 +36695,1242.712586,2123.413317,973.0924416,426.3162387,1607.960594 +36696,1250.161839,2120.90277,978.939093,429.2017653,1612.969079 +36697,1257.768758,2118.306954,984.6924086,431.8772588,1618.212545 +36698,1265.068772,2115.590939,990.5975149,435.043622,1622.917851 +36699,1271.907343,2112.786557,995.6690528,437.6447936,1627.907819 +36700,1280.080314,2109.887262,1001.664803,440.3544834,1632.803611 +36701,1286.941347,2106.893346,1007.268964,443.4038188,1637.706621 +36702,1294.51708,2103.805589,1012.421545,446.0264026,1642.540647 +36703,1301.743159,2100.625124,1018.627834,449.011738,1647.445988 +36704,1309.245101,2097.352633,1024.012273,451.6386628,1651.876759 +36705,1316.354505,2093.98924,1029.423359,454.528578,1657.202909 +36706,1323.93837,2090.535556,1035.156341,457.0451785,1661.772183 +36707,1331.043836,2086.992642,1040.711114,460.0908616,1666.560515 +36708,1338.50461,2083.361112,1045.995268,462.7569057,1671.25186 +36709,1345.701187,2079.641977,1051.72816,465.523075,1676.028493 +36710,1353.108632,2075.835785,1057.215147,468.0292023,1680.681782 +36711,1360.300733,2071.943571,1062.490753,471.0623289,1685.353599 +36712,1367.695939,2067.965829,1068.095663,473.5385211,1689.944657 +36713,1374.87831,2063.903577,1073.609688,476.3655114,1694.633894 +36714,1382.260093,2059.757325,1078.81094,479.0705214,1699.194595 +36715,1389.43341,2055.528006,1084.372226,481.5017005,1703.778528 +36716,1396.802359,2051.216164,1089.843841,484.5048719,1708.272932 +36717,1403.968341,2046.822754,1094.960569,487.2329937,1712.884383 +36718,1411.32392,2042.348249,1100.566647,489.5450646,1717.349875 +36719,1418.483725,2037.793635,1105.915328,492.4242566,1721.845974 +36720,1425.824887,2033.159391,1111.011607,495.0506646,1726.312677 +36721,1191.067419,1918.146443,874.6076089,388.1005609,1290.902424 +36722,1192.663091,1910.414973,874.0426218,388.0248233,1242.859534 +36723,1195.969169,1903.515659,875.2714588,388.7569648,1241.229125 +36724,1200.067054,1896.880386,877.5214121,389.8884996,1240.796604 +36725,1204.634677,1890.378795,879.6392557,391.1696144,1240.932514 +36726,1209.275348,1883.845829,882.8497537,392.5674306,1241.493791 +36727,1214.176455,1877.64234,885.4036104,394.0245662,1242.347451 +36728,1219.18335,1871.012364,888.4254545,395.5258867,1243.476421 +36729,1224.162095,1864.623486,891.4018236,396.9374233,1244.644624 +36730,1229.355288,1858.112992,894.477405,398.6822957,1246.03093 +36731,1234.443597,1851.576913,897.5596604,400.1677134,1247.438557 +36732,1239.745925,1845.000756,900.7535511,401.7840707,1248.917384 +36733,1244.927912,1838.382501,903.8372571,403.525869,1250.549191 +36734,1250.273106,1831.721064,907.171013,404.9467791,1252.134176 +36735,1255.664,1824.925282,910.2935074,406.5561522,1253.89241 +36736,1260.976796,1818.302192,913.6940323,408.3920297,1255.586666 +36737,1266.491529,1811.447622,916.8736775,409.9590405,1257.447038 +36738,1271.863924,1804.621328,920.3296205,411.6595263,1259.233252 +36739,1278.930923,1797.738219,923.5596814,413.3495724,1261.182793 +36740,1286.593457,1790.899743,927.0667713,415.0505103,1263.052712 +36741,1294.340892,1783.802205,930.3427008,416.7619866,1265.086458 +36742,1302.430887,1776.846663,933.8965072,418.3391034,1267.028486 +36743,1310.360441,1769.685702,937.211023,420.2943479,1268.749941 +36744,1318.783686,1762.706272,940.7684037,421.923813,1271.30362 +36745,1327.080456,1755.501188,944.2099718,423.857461,1273.243835 +36746,1335.473524,1748.3246,947.7200822,425.3575106,1275.279336 +36747,1344.188646,1741.094878,951.228785,427.2451833,1277.533348 +36748,1352.825367,1733.823981,954.7641907,428.9901139,1279.676827 +36749,1361.711543,1726.512355,958.2686938,430.7690809,1281.847376 +36750,1370.129046,1719.073744,961.9260648,432.3901687,1284.192029 +36751,1379.558219,1711.301143,965.9111605,434.666727,1286.306712 +36752,1387.865869,1703.053871,969.7103626,436.3856535,1288.696947 +36753,1396.643854,1694.982792,973.5054277,438.3309341,1290.966638 +36754,1405.661624,1686.765276,977.6697783,440.3992133,1293.296829 +36755,1414.42255,1678.501714,981.1218633,442.2837784,1295.606192 +36756,1422.183006,1671.696404,977.0157932,440.6480084,1298.07685 +36757,1431.142898,1663.748021,979.020463,441.8695413,1300.27002 +36758,1440.483664,1655.459777,982.2551625,443.4588095,1302.775413 +36759,1449.411716,1647.17154,985.681335,445.161664,1305.152608 +36760,1458.697068,1638.902482,989.332874,447.0363767,1307.585024 +36761,1467.98268,1630.302637,992.7826337,448.5505252,1309.989215 +36762,1477.323961,1622.036767,996.3838801,450.6384926,1312.523578 +36763,1486.625504,1613.497151,1000.159823,452.4325598,1312.879709 +36764,1496.038404,1605.00314,1003.718666,454.2299602,1314.521319 +36765,1505.586642,1596.469827,1007.369611,456.0653173,1315.694993 +36766,1514.910289,1587.827142,1011.330868,458.0492035,1317.024671 +36767,1524.526637,1579.35782,1014.868886,459.8518918,1318.52296 +36768,1534.156915,1570.780625,1018.66094,461.7228675,1319.78113 +36769,1543.482483,1562.052662,1022.57356,463.7397476,1321.176369 +36770,1553.326078,1553.467488,1026.298674,465.5736104,1322.661673 +36771,1562.737237,1544.718225,1029.952057,467.4739611,1324.049901 +36772,1572.668792,1536.16561,1034.12793,469.5181861,1325.499509 +36773,1582.083902,1527.43364,1037.766206,471.3784635,1326.957087 +36774,1591.845049,1518.759218,1041.538021,473.3032006,1328.3693 +36775,1601.573466,1510.066988,1045.643082,475.1522664,1329.94462 +36776,1611.308634,1501.369875,1049.355758,477.3745539,1331.453741 +36777,1620.976107,1492.671687,1053.263522,479.1544237,1332.881426 +36778,1630.788456,1483.972224,1057.319861,481.2809527,1335.213532 +36779,1640.373956,1500.419896,1061.004528,483.1817064,1341.65943 +36780,1650.328348,1430.36458,1065.019012,485.1464827,1335.501156 +36781,1895.145354,1582.571982,1304.585412,594.3539142,1758.157769 +36782,1908.687443,1554.916351,1312.434764,597.8156293,1776.493611 +36783,1921.051073,1551.383128,1318.904941,601.2178425,1775.773477 +36784,1932.8381,1543.829668,1324.915794,604.1506747,1781.756353 +36785,1944.199931,1536.235938,1330.537042,607.1022074,1786.021901 +36786,1955.537315,1528.488746,1336.452714,609.9879109,1791.331827 +36787,1966.770408,1520.794654,1341.716726,612.7112346,1806.054502 +36788,1977.616424,1512.846319,1347.225481,615.0552787,1790.65575 +36789,1988.771791,1505.069674,1352.356189,618.3055347,1808.772535 +36790,1999.388997,1497.210293,1357.818118,620.7762093,1801.110347 +36791,2010.368031,1489.377355,1362.998574,623.4363485,1808.835269 +36792,2021.229757,1481.526722,1368.195535,626.2061865,1811.814697 +36793,2031.731477,1473.685412,1373.34712,628.7161593,1820.073236 +36794,2042.601067,1465.850199,1378.546675,631.443613,1815.961246 +36795,2068.688755,1458.092884,1386.112324,634.0211819,1821.827968 +36796,2040.16831,1450.226786,1394.343697,636.6829409,1825.242479 +36797,2085.29857,1442.485498,1389.518456,639.1700388,1827.855342 +36798,2082.06336,1434.640742,1393.398685,641.8435952,1835.944604 +36799,2094.691364,1426.9289,1407.81374,644.3714303,1832.441001 +36800,2105.039886,1419.016884,1407.712649,646.9302879,1837.108745 +36801,2115.238121,1411.475372,1413.525858,649.4701806,1840.478068 +36802,2125.527304,1403.737777,1418.622413,651.9977881,1843.159314 +36803,2143.21817,1395.994522,1423.418822,654.5139405,1850.406303 +36804,2139.18844,1388.24316,1432.075761,657.0181993,1847.531243 +36805,2153.083537,1380.791638,1432.928539,659.4668211,1851.203571 +36806,2158.015245,1368.908618,1430.235403,659.1370778,1858.911155 +36807,2162.654698,1360.635382,1447.66796,660.9332738,1856.512128 +36808,2172.718581,1352.806458,1415.136199,663.0378418,1858.882879 +36809,2182.029653,1345.054144,1453.953726,665.1978689,1865.892346 +36810,2200.444277,1337.283129,1443.777126,667.2927934,1868.897782 +36811,2190.811498,1329.464891,1449.2828,668.98808,1866.389444 +36812,2214.04877,1321.532167,1455.493634,670.5376987,1870.793074 +36813,2226.401594,1317.542871,1451.512649,672.0348217,1869.125119 +36814,2240.058188,1311.877777,1456.717619,673.4847151,1867.533239 +36815,2240.116754,1306.166862,1460.353133,674.8930367,1863.052606 +36816,2278.633975,1303.963286,1478.712529,679.3529889,1858.129294 +36817,2261.77539,1298.932955,1457.585656,681.0773056,1852.924914 +36818,2300.870856,1293.510479,1482.017719,682.6911405,1848.062507 +36819,2296.673345,1287.976494,1491.923176,684.11326,1843.681941 +36820,2312.769888,1282.470726,1469.021484,685.514186,1839.796766 +36821,2323.262515,1276.623779,1478.171712,686.857197,1836.638592 +36822,2334.894415,1271.154062,1501.351645,688.2041707,1834.232786 +36823,2346.167509,1265.403759,1475.817257,689.3917641,1832.271261 +36824,2357.38168,1259.722246,1496.41859,690.6482178,1830.569508 +36825,2369.140101,1253.931847,1488.989101,691.8277118,1829.059582 +36826,2380.436535,1248.258495,1493.753007,692.9804491,1827.730033 +36827,2391.752778,1242.619016,1495.037025,694.1007884,1826.681859 +36828,2403.544204,1236.791965,1496.633393,695.1892584,1825.883809 +36829,2415.000279,1230.960344,1498.455504,696.2471506,1825.233098 +36830,2434.277492,1225.392156,1499.984258,697.2256724,1824.865148 +36831,2434.743752,1219.540809,1501.557977,698.296779,1824.511272 +36832,2451.028446,1213.967429,1502.999145,699.2317783,1823.943684 +36833,2462.295653,1207.978883,1504.454627,700.1811051,1823.393979 +36834,2473.448734,1202.502673,1505.807148,701.0954882,1822.907705 +36835,2485.571876,1196.666091,1507.122177,701.9832045,1822.426138 +36836,2497.203668,1190.967558,1508.417428,702.8444895,1821.955972 +36837,2509.125432,1185.420973,1509.597503,703.6798237,1821.492335 +36838,2520.644358,1203.10517,1510.757412,704.4899096,1820.980472 +36839,2532.81853,1139.212216,1511.861256,705.2750629,1820.559066 +36840,2544.652135,1185.249427,1512.80714,706.0353162,1820.203803 +36841,2606.679279,1204.057911,1560.036831,729.7156941,1824.513669 +36842,2617.844582,1148.64526,1565.23822,731.6486956,1834.512688 +36843,2633.075976,1216.046299,1567.27019,733.2048274,1845.703139 +36844,2646.720228,1133.604783,1569.743962,734.5765127,1855.065176 +36845,2667.425388,1196.913777,1571.867844,735.8290321,1862.556913 +36846,2663.460028,1139.073281,1573.724724,736.9913468,1868.333653 +36847,2696.275705,1166.486742,1575.50904,738.0839726,1872.736907 +36848,2698.356479,1150.349025,1577.134293,739.1203999,1876.66105 +36849,2712.961556,1147.469087,1578.66966,740.1093688,1879.933195 +36850,2733.699721,1142.647422,1580.102412,741.0544121,1882.997617 +36851,2738.246915,1137.823043,1581.481203,741.9595415,1885.907068 +36852,2753.342665,1133.098904,1582.749518,742.8262774,1888.341754 +36853,2773.801567,1128.230224,1583.960366,743.6563306,1890.764401 +36854,2778.318811,1123.556836,1585.090731,744.4509297,1893.147992 +36855,2791.610213,1118.793264,1586.135317,745.2115965,1895.116154 +36856,2811.696027,1114.260493,1587.130958,745.9381749,1897.117286 +36857,2818.190138,1109.698074,1588.062579,746.6324486,1899.200673 +36858,2835.739014,1105.071329,1588.915848,747.3455547,1901.396617 +36859,2848.708803,1100.645048,1589.655247,747.9013622,1903.125449 +36860,2854.42868,1096.217361,1590.443484,748.5368201,1904.819621 +36861,2862.697011,1091.863639,1591.065566,749.0986609,1905.919552 +36862,2866.056383,1087.646911,1591.658569,749.6378365,1906.370223 +36863,2869.10553,1083.257195,1592.185135,750.1480804,1906.11891 +36864,2872.212074,1079.262567,1592.688934,750.629366,1905.237884 +36865,2875.490866,1075.1369,1593.041832,751.0827343,1903.896322 +36866,2878.98176,1070.802014,1593.418364,751.5256003,1902.240513 +36867,2882.683835,1067.06025,1593.720187,751.99359,1900.573693 +36868,2886.721396,1063.430842,1599.390154,752.7540794,1898.668199 +36869,2890.789551,1059.857909,1586.294838,753.5880508,1896.559319 +36870,2895.020224,1056.393597,1602.945042,754.6156833,1894.399972 +36871,2899.555502,1052.975915,1592.139708,755.8971019,1892.337456 +36872,2904.082112,1049.774902,1595.891375,757.1050444,1890.187282 +36873,2908.650718,1046.565059,1596.421397,758.5738235,1888.028545 +36874,2913.329449,1043.407646,1596.67203,760.018382,1885.931455 +36875,2918.260564,1043.884057,1605.137048,764.7351964,1884.01386 +36876,2923.41611,1041.36342,1607.587864,766.8572659,1882.359358 +36877,2928.159499,1038.632251,1608.458918,768.5794605,1880.803668 +36878,2932.824873,1035.864104,1609.404002,770.5375803,1879.207164 +36879,2937.51122,1033.091911,1610.223147,772.3562,1877.551991 +36880,2942.263857,1030.327453,1611.010491,774.2615024,1875.851497 +36881,2947.086765,1027.576908,1611.753078,776.1980273,1874.11978 +36882,2951.972087,1024.842948,1612.248445,778.1763198,1872.367736 +36883,2956.916184,1022.127311,1613.061707,780.1984796,1870.606039 +36884,2961.912095,1019.430461,1613.585042,782.2653314,1868.838522 +36885,2966.949878,1016.753007,1614.131302,784.32416,1867.063621 +36886,2972.028025,1014.028418,1614.679723,786.5631397,1865.284233 +36887,2977.142458,1011.487512,1615.120357,788.7298027,1863.690838 +36888,2982.563513,1008.821693,1615.591001,791.0454242,1861.880339 +36889,2987.85693,1006.232436,1620.987056,793.2629929,1860.190341 +36890,2993.015837,1003.718933,1609.443605,795.650424,1858.377946 +36891,2998.189668,1001.062156,1623.925369,798.0379162,1856.552948 +36892,3003.581963,998.5682456,1615.472415,800.4824778,1854.870882 +36893,3008.880308,996.037912,1617.360304,802.922002,1853.091379 +36894,3014.37406,993.5369217,1618.10228,805.5472222,1851.256595 +36895,3019.630083,991.0559171,1618.181162,808.1014187,1849.648389 +36896,3025.161225,988.5946562,1618.215033,810.7537234,1847.80935 +36897,3030.564677,986.1532297,1618.323189,813.4483355,1845.965067 +36898,3035.314621,983.7314358,1618.641296,816.193654,1844.138886 +36899,3040.809093,981.3294306,1618.733897,819.0472177,1842.470707 +36900,3046.450042,978.9470044,1618.78222,821.7533097,1840.715283 +36901,3052.801512,943.2730909,1544.072474,791.3974572,1842.736793 +36902,3051.141459,940.4399267,1539.847672,793.7877726,1836.770977 +36903,3046.661062,937.6712209,1539.936438,796.3426411,1827.529793 +36904,3044.32679,934.9670473,1538.97665,798.9885241,1819.223833 +36905,3044.658385,932.2902301,1537.930779,801.6944059,1812.845283 +36906,3047.14665,929.6379985,1536.972792,804.4577193,1808.225321 +36907,3051.040317,927.0084516,1535.984544,807.2761876,1804.890407 +36908,3056.045489,924.40022,1535.023294,810.1502123,1802.219201 +36909,3061.285149,921.8127795,1533.916317,813.0776699,1800.357044 +36910,3066.793745,919.2452005,1532.946461,816.0588418,1798.936832 +36911,3072.478556,916.6970933,1531.868088,819.0932152,1797.852418 +36912,3078.283002,914.1677449,1530.788934,822.1802758,1797.028877 +36913,3084.476811,911.7191353,1529.692345,825.3199263,1796.407302 +36914,3090.425943,909.1349955,1528.573949,828.5117536,1795.944624 +36915,3096.400616,906.7037063,1527.435763,831.6979294,1795.612209 +36916,3102.401588,904.2366133,1526.277439,835.0803572,1795.386193 +36917,3108.424719,901.7959697,1525.099131,838.3862231,1795.245481 +36918,3114.464801,899.3722569,1523.90066,841.8537741,1795.173391 +36919,3120.517912,896.9652519,1522.682368,845.2145916,1795.156994 +36920,3126.581687,894.574531,1521.444021,848.7588448,1795.185961 +36921,3132.654085,892.1999882,1520.185949,852.3015118,1795.251712 +36922,3139.025433,889.8412204,1518.907846,855.8436393,1795.34533 +36923,3145.10316,887.4981204,1517.610167,859.5867642,1795.460457 +36924,3151.177619,885.170282,1516.292846,863.2461303,1795.595259 +36925,3157.260682,882.8575946,1514.956096,867.0081657,1795.74783 +36926,3163.355467,880.5596526,1513.599645,870.8102468,1795.914907 +36927,3169.459969,878.2763478,1512.223828,874.9881949,1796.092609 +36928,3175.565533,875.9462557,1510.828209,881.1158109,1796.273108 +36929,3181.862037,873.7808263,1509.413822,881.7924204,1796.461206 +36930,3188.371479,871.5570499,1507.979475,890.9376088,1796.649127 +36931,3195.054268,869.2796449,1506.591758,887.8253942,1796.84132 +36932,3201.69674,867.1449212,1505.213259,901.991668,1797.028914 +36933,3208.213361,864.9759304,1503.808273,891.7420252,1797.228779 +36934,3214.553698,862.8323664,1502.405032,916.1385173,1797.423066 +36935,3220.783733,860.704976,1500.961955,891.4650933,1797.642427 +36936,3226.956086,858.5929691,1499.571567,908.7351415,1797.91064 +36937,3232.994184,856.4963011,1498.114132,917.6068312,1798.154093 +36938,3238.912163,854.4144277,1496.662158,916.7442754,1798.372064 +36939,3244.770501,852.3471182,1495.200744,922.2049335,1798.603269 +36940,3250.572163,850.2938187,1493.724971,926.3559874,1798.844968 +36941,3256.313869,848.2543454,1492.237621,930.493449,1799.091849 +36942,3261.997807,846.2281867,1490.738661,934.7205373,1799.343964 +36943,3267.62514,844.2152343,1489.228161,938.8086464,1799.600498 +36944,3273.198052,842.214988,1487.705882,942.9160942,1799.861367 +36945,3279.005182,840.2273525,1486.172049,947.3051152,1800.122697 +36946,3284.44967,838.2518385,1484.626486,951.5002913,1800.382149 +36947,3289.833046,836.2883555,1483.069807,955.7489542,1800.642688 +36948,3295.168266,834.3364213,1481.486398,960.0135266,1800.905686 +36949,3300.458604,832.3959709,1479.923286,964.3784501,1801.170494 +36950,3305.703233,830.5251667,1478.329858,968.6297417,1801.436188 +36951,3310.900432,828.5204773,1476.725683,973.0358504,1801.702326 +36952,3316.047723,826.653823,1475.245029,977.3187196,1801.967772 +36953,3321.137827,824.7474298,1473.435527,981.7531084,1802.227421 +36954,3326.173077,822.8597403,1471.870726,986.0659987,1802.482638 +36955,3331.161269,820.9821669,1470.219316,990.5230132,1802.73928 +36956,3336.102739,819.1141286,1468.554846,994.9298715,1802.997606 +36957,3340.995771,817.2556213,1466.885402,999.2217633,1803.256312 +36958,3345.839793,815.4061711,1465.204556,1003.689434,1803.51495 +36959,3350.63425,813.5658109,1463.512559,1008.03913,1803.773362 +36960,3355.378455,811.6756908,1461.789641,1012.58102,1804.030754 +36961,3357.57691,743.7742472,1296.540608,950.771628,1802.409454 +36962,3346.88931,741.2351599,1307.671038,954.474735,1787.493866 +36963,3332.56159,739.094477,1291.068565,958.6224703,1766.979036 +36964,3321.910563,736.9879958,1304.984782,962.6949729,1748.19269 +36965,3316.400332,734.9224606,1291.882576,966.8426983,1733.079437 +36966,3314.96218,732.8802372,1300.108203,971.0106293,1721.453684 +36967,3316.033955,730.8558978,1296.2232,975.2591063,1712.457258 +36968,3318.551239,728.846763,1266.85188,979.3436176,1705.399313 +36969,3321.776404,726.8513649,1303.1012,983.5178666,1699.708727 +36970,3325.302109,724.8146821,1281.428498,987.8093751,1695.002821 +36971,3329.060408,722.9218346,1279.656366,991.9589174,1691.138597 +36972,3332.957124,720.9226683,1282.712616,996.2411172,1687.956539 +36973,3336.935477,718.979069,1265.27075,1000.331718,1685.33617 +36974,3340.92816,717.0364097,1280.493372,1004.579811,1683.15984 +36975,3344.850805,715.1023568,1277.158777,1008.761649,1681.3051 +36976,3348.763263,713.2292226,1259.16159,1012.94931,1679.766061 +36977,3352.623334,711.2337179,1284.46021,1017.131748,1678.466987 +36978,3356.428152,709.3603192,1253.496727,1021.308485,1677.368943 +36979,3360.237865,707.4490402,1259.449036,1025.473788,1676.486585 +36980,3363.977089,705.5526795,1264.019769,1029.634974,1675.737191 +36981,3367.622232,703.6634092,1256.731919,1033.785068,1675.080651 +36982,3371.213523,701.7808388,1255.419344,1037.925414,1674.528518 +36983,3374.75364,699.904846,1253.171062,1042.054832,1674.066698 +36984,3378.238478,698.0351397,1250.785122,1046.172386,1673.679012 +36985,3381.626673,696.1716598,1264.041465,1050.350874,1673.32343 +36986,3385.015484,694.3350394,1222.698634,1054.510526,1673.064676 +36987,3388.442941,692.4883868,1254.922272,1058.685747,1672.884819 +36988,3391.793162,690.6968601,1238.832652,1062.68808,1672.704006 +36989,3395.082406,688.7313589,1238.907499,1066.869489,1672.551315 +36990,3398.31718,687.0114091,1236.492232,1070.867201,1672.437944 +36991,3401.487299,684.9460852,1233.640146,1073.796271,1672.354254 +36992,3404.245064,682.8971894,1230.664919,1076.516135,1672.307684 +36993,3406.379413,680.8256138,1227.63416,1078.886709,1672.305244 +36994,3407.896887,678.7444821,1224.566129,1081.301163,1672.352948 +36995,3408.900488,676.656256,1221.468041,1083.533975,1672.454168 +36996,3409.497077,674.5619972,1218.342579,1085.668822,1672.60903 +36997,3409.763075,672.4624834,1215.091337,1087.697663,1672.81504 +36998,3409.744547,670.3579667,1212.064042,1089.62166,1673.067515 +36999,3409.421085,668.2996116,1226.127609,1091.441958,1673.324284 +37000,3408.918388,666.1114119,1179.811403,1093.159141,1673.661701 +37001,3408.237916,664.0286485,1214.608269,1094.773535,1674.067084 +37002,3407.283454,661.898124,1196.481663,1096.285461,1674.45606 +37003,3406.111732,659.7707415,1195.749907,1097.695263,1674.861539 +37004,3404.753574,657.5885149,1192.507694,1099.002753,1675.297546 +37005,3403.199557,655.5259491,1189.199738,1100.207991,1675.749966 +37006,3401.456562,653.3497619,1185.872611,1101.310722,1676.21831 +37007,3399.528114,651.261521,1182.528188,1102.213105,1676.700537 +37008,3397.402179,649.0392946,1179.263752,1103.178621,1677.193868 +37009,3395.054765,646.9194635,1175.646435,1103.895876,1677.697587 +37010,3392.480257,644.7527011,1172.464975,1104.65982,1678.211789 +37011,3389.6878,642.5886202,1168.975978,1105.16744,1678.735938 +37012,3386.686421,640.4197899,1165.567886,1105.72645,1679.26954 +37013,3383.496059,638.2462452,1162.132788,1106.022239,1679.811694 +37014,3380.11443,636.549467,1158.68281,1106.374524,1680.356505 +37015,3376.553991,633.6164333,1155.219734,1106.456663,1680.903131 +37016,3372.820171,631.8322348,1151.645575,1106.506303,1681.45591 +37017,3368.868599,629.5365329,1167.494719,1106.456501,1681.972796 +37018,3364.812763,628.7308685,1119.408148,1102.759062,1682.541925 +37019,3359.48917,626.7959245,1158.860037,1101.814609,1683.159157 +37020,3353.302296,624.7059888,1140.894636,1101.050153,1683.745198 +37021,2246.461671,622.1147535,882.056383,1099.939,2213.759157 +37022,2347.42175,749.6495684,916.7857426,1229.198667,2275.534399 +37023,2479.311751,751.130434,960.6807662,1231.89561,2347.569553 +37024,2578.65105,747.9633441,992.582131,1234.36231,2390.94968 +37025,2637.774845,746.1516193,1010.562321,1223.421732,2405.636128 +37026,2674.424257,743.0784775,1021.719019,1231.369135,2409.118044 +37027,2698.056215,741.1234326,1029.333163,1226.204737,2408.346436 +37028,2714.460558,738.6006729,1035.004983,1225.355006,2406.175951 +37029,2726.41208,736.1813052,1039.494679,1223.563459,2403.734022 +37030,2735.254526,733.7391662,1043.171109,1221.710489,2401.430767 +37031,2741.679464,731.2816692,1046.212228,1219.721755,2399.370349 +37032,2746.129604,728.8112703,1048.729822,1217.609334,2397.552769 +37033,2748.949074,726.3302813,1050.801231,1215.374091,2395.951545 +37034,2750.423621,723.7936214,1052.496751,1213.016513,2394.538328 +37035,2750.788867,721.3641941,1053.869859,1210.535925,2393.288245 +37036,2750.234804,718.8246866,1054.968748,1207.931384,2392.179959 +37037,2748.912658,716.3113069,1055.834702,1205.104056,2391.194955 +37038,2746.938765,713.7890912,1056.502164,1202.363533,2390.318137 +37039,2744.408725,711.2618724,1056.999332,1199.395151,2389.534886 +37040,2741.399601,708.7277529,1057.349666,1196.159663,2388.832373 +37041,2737.972534,706.187806,1057.572858,1192.962524,2388.199536 +37042,2734.175669,703.6402683,1057.685561,1189.370113,2387.62697 +37043,2730.023303,701.041097,1057.701809,1185.25145,2387.106427 +37044,2725.482826,698.5436889,1057.633466,1180.840086,2386.630723 +37045,2720.54797,695.9393063,1057.490507,1176.46018,2386.193413 +37046,2715.241134,693.3649144,1057.281397,1171.737375,2385.788873 +37047,2709.595639,690.7742071,1057.01328,1166.927441,2385.412053 +37048,2703.64367,688.1720713,1056.692248,1161.946697,2385.058548 +37049,2697.411853,685.5591657,1056.323445,1156.727804,2384.724341 +37050,2690.951579,682.9332251,1055.924939,1151.633518,2384.437277 +37051,2684.250688,680.7644137,1055.487554,1147.457445,2384.164385 +37052,2677.465632,678.4114215,1055.021007,1143.639082,2383.878224 +37053,2670.722196,676.3771023,1054.539843,1156.083794,2383.591065 +37054,2664.056737,674.0755662,1054.05358,1111.006232,2383.305428 +37055,2657.451147,672.0123054,1053.560647,1144.293898,2383.021645 +37056,2650.847492,669.7664614,1053.064439,1124.805514,2382.739547 +37057,2643.918011,667.7151685,1052.561116,1123.742944,2382.457072 +37058,2637.202756,665.4867045,1052.05348,1119.497616,2382.172533 +37059,2630.415586,663.4501843,1051.538309,1115.300762,2381.88472 +37060,2623.555252,661.2359201,1051.018708,1110.946587,2381.592463 +37061,2616.617855,659.1699186,1050.491509,1106.718484,2381.294716 +37062,2609.607755,657.0295031,1049.959878,1102.329098,2380.990638 +37063,2602.523064,654.9848754,1049.420707,1097.748474,2380.679455 +37064,2595.368504,652.7997973,1048.877193,1093.257822,2380.36055 +37065,2588.142177,650.7951276,1048.326283,1088.629009,2379.836252 +37066,2580.848873,648.6131707,1047.77121,1083.942786,2379.505388 +37067,2573.486947,646.616693,1047.208997,1079.109891,2379.16755 +37068,2566.088716,644.4438128,1046.657403,1074.399518,2378.853634 +37069,2558.619339,639.5601604,1046.098788,988.5213643,2378.528564 +37070,2541.719959,637.1951104,1045.415305,974.3114268,2378.156937 +37071,2519.357207,635.0829677,1044.656256,964.726667,2377.756764 +37072,2496.505688,632.8895149,1043.885885,956.3152477,2377.338373 +37073,2475.583662,630.8888354,1043.129416,948.8264144,2376.906311 +37074,2457.030839,628.7356183,1042.397633,941.481818,2376.462122 +37075,2440.487225,626.7588723,1041.683907,934.5939715,2376.005351 +37076,2425.516867,624.6172184,1041.003192,928.0498604,2375.569255 +37077,2411.734109,622.6439026,1040.333464,921.5775985,2375.118349 +37078,2398.880237,620.4629757,1039.664484,915.4371852,2374.62346 +37079,2386.812422,618.5461471,1038.997523,909.2528045,2374.099203 +37080,2375.417251,616.3735381,1038.337888,903.3904792,2373.550679 +37081,0,0,0,0,0 +37082,0,0,0,0,0 +37083,0,0,0,0,0 +37084,0,0,0,0,0 +37085,0,0,0,0,0 +37086,0,0,0,0,0 +37087,0,0,0,0,0 +37088,0,0,0,0,0 +37089,0,0,0,0,0 +37090,0,0,0,0,0 +37091,0,0,0,0,0 +37092,0,0,0,0,0 +37093,0,0,0,0,0 +37094,0,0,0,0,0 +37095,0,0,0,0,0 +37096,0,0,0,0,0 +37097,0,0,0,0,0 +37098,0,0,0,0,0 +37099,0,0,0,0,0 +37100,0,0,0,0,0 +37101,0,0,0,0,0 +37102,0,0,0,0,0 +37103,0,0,0,0,0 +37104,0,0,0,0,0 +37105,0,0,0,0,0 +37106,0,0,0,0,0 +37107,0,0,0,0,0 +37108,0,0,0,0,0 +37109,0,0,0,0,0 +37110,0,0,0,0,0 +37111,0,0,0,0,0 +37112,0,0,0,0,0 +37113,0,0,0,0,0 +37114,0,0,0,0,0 +37115,0,0,0,0,0 +37116,0,0,0,0,0 +37117,0,0,0,0,0 +37118,0,0,0,0,0 +37119,0,0,0,0,0 +37120,0,0,0,0,0 +37121,0,0,0,0,0 +37122,0,0,0,0,0 +37123,0,0,0,0,0 +37124,0,0,0,0,0 +37125,0,0,0,0,0 +37126,0,0,0,0,0 +37127,0,0,0,0,0 +37128,0,0,0,0,0 +37129,0,0,0,0,0 +37130,0,0,0,0,0 +37131,0,0,0,0,0 +37132,0,0,0,0,0 +37133,0,0,0,0,0 +37134,0,0,0,0,0 +37135,0,0,0,0,0 +37136,0,0,0,0,0 +37137,0,0,0,0,0 +37138,0,0,0,0,0 +37139,0,0,0,0,0 +37140,0,0,0,0,0 +37141,0,0,0,0,0 +37142,0,0,0,0,0 +37143,0,0,0,0,0 +37144,0,0,0,0,0 +37145,0,0,0,0,0 +37146,0,0,0,0,0 +37147,0,0,0,0,0 +37148,0,0,0,0,0 +37149,0,0,0,0,0 +37150,0,0,0,0,0 +37151,0,0,0,0,0 +37152,0,0,0,0,0 +37153,0,0,0,0,0 +37154,0,0,0,0,0 +37155,0,0,0,0,0 +37156,0,0,0,0,0 +37157,0,0,0,0,0 +37158,0,0,0,0,0 +37159,0,0,0,0,0 +37160,0,0,0,0,0 +37161,0,0,0,0,0 +37162,0,0,0,0,0 +37163,0,0,0,0,0 +37164,0,0,0,0,0 +37165,0,0,0,0,0 +37166,0,0,0,0,0 +37167,0,0,0,0,0 +37168,0,0,0,0,0 +37169,0,0,0,0,0 +37170,0,0,0,0,0 +37171,0,0,0,0,0 +37172,0,0,0,0,0 +37173,0,0,0,0,0 +37174,0,0,0,0,0 +37175,0,0,0,0,0 +37176,0,0,0,0,0 +37177,0,0,0,0,0 +37178,0,0,0,0,0 +37179,0,0,0,0,0 +37180,0,0,0,0,0 +37181,0,0,0,0,0 +37182,0,0,0,0,0 +37183,0,0,0,0,0 +37184,0,0,0,0,0 +37185,0,0,0,0,0 +37186,0,0,0,0,0 +37187,0,0,0,0,0 +37188,0,0,0,0,0 +37189,0,0,0,0,0 +37190,0,0,0,0,0 +37191,0,0,0,0,0 +37192,0,0,0,0,0 +37193,0,0,0,0,0 +37194,0,0,0,0,0 +37195,0,0,0,0,0 +37196,0,0,0,0,0 +37197,0,0,0,0,0 +37198,0,0,0,0,0 +37199,0,0,0,0,0 +37200,0,0,0,0,0 +37201,0,0,0,0,0 +37202,0,0,0,0,0 +37203,0,0,0,0,0 +37204,0,0,0,0,0 +37205,0,0,0,0,0 +37206,0,0,0,0,0 +37207,0,0,0,0,0 +37208,0,0,0,0,0 +37209,0,0,0,0,0 +37210,0,0,0,0,0 +37211,0,0,0,0,0 +37212,0,0,0,0,0 +37213,0,0,0,0,0 +37214,0,0,0,0,0 +37215,0,0,0,0,0 +37216,0,0,0,0,0 +37217,0,0,0,0,0 +37218,0,0,0,0,0 +37219,0,0,0,0,0 +37220,0,0,0,0,0 +37221,0,0,0,0,0 +37222,0,0,0,0,0 +37223,0,0,0,0,0 +37224,0,0,0,0,0 +37225,0,0,0,0,0 +37226,0,0,0,0,0 +37227,0,0,0,0,0 +37228,0,0,0,0,0 +37229,0,0,0,0,0 +37230,0,0,0,0,0 +37231,0,0,0,0,0 +37232,0,0,0,0,0 +37233,0,0,0,0,0 +37234,0,0,0,0,0 +37235,0,0,0,0,0 +37236,0,0,0,0,0 +37237,0,0,0,0,0 +37238,0,0,0,0,0 +37239,0,0,0,0,0 +37240,0,0,0,0,0 +37241,0,0,0,0,0 +37242,0,0,0,0,0 +37243,0,0,0,0,0 +37244,0,0,0,0,0 +37245,0,0,0,0,0 +37246,0,0,0,0,0 +37247,0,0,0,0,0 +37248,0,0,0,0,0 +37249,0,0,0,0,0 +37250,0,0,0,0,0 +37251,0,0,0,0,0 +37252,0,0,0,0,0 +37253,0,0,0,0,0 +37254,0,0,0,0,0 +37255,0,0,0,0,0 +37256,0,0,0,0,0 +37257,0,0,0,0,0 +37258,0,0,0,0,0 +37259,0,0,0,0,0 +37260,0,0,0,0,0 +37261,0,0,0,0,0 +37262,0,0,0,0,0 +37263,0,0,0,0,0 +37264,0,0,0,0,0 +37265,0,0,0,0,0 +37266,0,0,0,0,0 +37267,0,0,0,0,0 +37268,0,0,0,0,0 +37269,0,0,0,0,0 +37270,0,0,0,0,0 +37271,0,0,0,0,0 +37272,0,0,0,0,0 +37273,0,0,0,0,0 +37274,0,0,0,0,0 +37275,0,0,0,0,0 +37276,0,0,0,0,0 +37277,0,0,0,0,0 +37278,0,0,0,0,0 +37279,0,0,0,0,0 +37280,0,0,0,0,0 +37281,0,0,0,0,0 +37282,0,0,0,0,0 +37283,0,0,0,0,0 +37284,0,0,0,0,0 +37285,0,0,0,0,0 +37286,0,0,0,0,0 +37287,0,0,0,0,0 +37288,0,0,0,0,0 +37289,0,0,0,0,0 +37290,0,0,0,0,0 +37291,0,0,0,0,0 +37292,0,0,0,0,0 +37293,0,0,0,0,0 +37294,0,0,0,0,0 +37295,0,0,0,0,0 +37296,0,0,0,0,0 +37297,0,0,0,0,0 +37298,0,0,0,0,0 +37299,0,0,0,0,0 +37300,0,0,0,0,0 +37301,0,0,0,0,0 +37302,0,0,0,0,0 +37303,0,0,0,0,0 +37304,0,0,0,0,0 +37305,0,0,0,0,0 +37306,0,0,0,0,0 +37307,0,0,0,0,0 +37308,0,0,0,0,0 +37309,0,0,0,0,0 +37310,0,0,0,0,0 +37311,0,0,0,0,0 +37312,0,0,0,0,0 +37313,0,0,0,0,0 +37314,0,0,0,0,0 +37315,0,0,0,0,0 +37316,0,0,0,0,0 +37317,0,0,0,0,0 +37318,0,0,0,0,0 +37319,0,0,0,0,0 +37320,0,0,0,0,0 +37321,0,0,0,0,0 +37322,0,0,0,0,0 +37323,0,0,0,0,0 +37324,0,0,0,0,0 +37325,0,0,0,0,0 +37326,0,0,0,0,0 +37327,0,0,0,0,0 +37328,0,0,0,0,0 +37329,0,0,0,0,0 +37330,0,0,0,0,0 +37331,0,0,0,0,0 +37332,0,0,0,0,0 +37333,0,0,0,0,0 +37334,0,0,0,0,0 +37335,0,0,0,0,0 +37336,0,0,0,0,0 +37337,0,0,0,0,0 +37338,0,0,0,0,0 +37339,0,0,0,0,0 +37340,0,0,0,0,0 +37341,0,0,0,0,0 +37342,0,0,0,0,0 +37343,0,0,0,0,0 +37344,0,0,0,0,0 +37345,0,0,0,0,0 +37346,0,0,0,0,0 +37347,0,0,0,0,0 +37348,0,0,0,0,0 +37349,0,0,0,0,0 +37350,0,0,0,0,0 +37351,0,0,0,0,0 +37352,0,0,0,0,0 +37353,0,0,0,0,0 +37354,0,0,0,0,0 +37355,0,0,0,0,0 +37356,0,0,0,0,0 +37357,0,0,0,0,0 +37358,0,0,0,0,0 +37359,0,0,0,0,0 +37360,0,0,0,0,0 +37361,0,0,0,0,0 +37362,0,0,0,0,0 +37363,0,0,0,0,0 +37364,0,0,0,0,0 +37365,0,0,0,0,0 +37366,0,0,0,0,0 +37367,0,0,0,0,0 +37368,0,0,0,0,0 +37369,0,0,0,0,0 +37370,0,0,0,0,0 +37371,0,0,0,0,0 +37372,0,0,0,0,0 +37373,0,0,0,0,0 +37374,0,0,0,0,0 +37375,0,0,0,0,0 +37376,0,0,0,0,0 +37377,0,0,0,0,0 +37378,0,0,0,0,0 +37379,0,0,0,0,0 +37380,0,0,0,0,0 +37381,0,0,0,0,0 +37382,0,0,0,0,0 +37383,0,0,0,0,0 +37384,0,0,0,0,0 +37385,0,0,0,0,0 +37386,0,0,0,0,0 +37387,0,0,0,0,0 +37388,0,0,0,0,0 +37389,0,0,0,0,0 +37390,0,0,0,0,0 +37391,0,0,0,0,0 +37392,0,0,0,0,0 +37393,0,0,0,0,0 +37394,0,0,0,0,0 +37395,0,0,0,0,0 +37396,0,0,0,0,0 +37397,0,0,0,0,0 +37398,0,0,0,0,0 +37399,0,0,0,0,0 +37400,0,0,0,0,0 +37401,0,0,0,0,0 +37402,0,0,0,0,0 +37403,0,0,0,0,0 +37404,0,0,0,0,0 +37405,0,0,0,0,0 +37406,0,0,0,0,0 +37407,0,0,0,0,0 +37408,0,0,0,0,0 +37409,0,0,0,0,0 +37410,0,0,0,0,0 +37411,0,0,0,0,0 +37412,0,0,0,0,0 +37413,0,0,0,0,0 +37414,0,0,0,0,0 +37415,0,0,0,0,0 +37416,0,0,0,0,0 +37417,0,0,0,0,0 +37418,0,0,0,0,0 +37419,0,0,0,0,0 +37420,0,0,0,0,0 +37421,0,0,0,0,0 +37422,0,0,0,0,0 +37423,0,0,0,0,0 +37424,0,0,0,0,0 +37425,0,0,0,0,0 +37426,0,0,0,0,0 +37427,0,0,0,0,0 +37428,0,0,0,0,0 +37429,0,0,0,0,0 +37430,0,0,0,0,0 +37431,0,0,0,0,0 +37432,0,0,0,0,0 +37433,0,0,0,0,0 +37434,0,0,0,0,0 +37435,0,0,0,0,0 +37436,0,0,0,0,0 +37437,0,0,0,0,0 +37438,0,0,0,0,0 +37439,0,0,0,0,0 +37440,0,0,0,0,0 +37441,0,0,0,0,0 +37442,0,0,0,0,0 +37443,0,0,0,0,0 +37444,0,0,0,0,0 +37445,0,0,0,0,0 +37446,0,0,0,0,0 +37447,0,0,0,0,0 +37448,0,0,0,0,0 +37449,0,0,0,0,0 +37450,0,0,0,0,0 +37451,0,0,0,0,0 +37452,0,0,0,0,0 +37453,0,0,0,0,0 +37454,0,0,0,0,0 +37455,0,0,0,0,0 +37456,0,0,0,0,0 +37457,0,0,0,0,0 +37458,0,0,0,0,0 +37459,0,0,0,0,0 +37460,0,0,0,0,0 +37461,0,0,0,0,0 +37462,0,0,0,0,0 +37463,0,0,0,0,0 +37464,0,0,0,0,0 +37465,0,0,0,0,0 +37466,0,0,0,0,0 +37467,0,0,0,0,0 +37468,0,0,0,0,0 +37469,0,0,0,0,0 +37470,0,0,0,0,0 +37471,0,0,0,0,0 +37472,0,0,0,0,0 +37473,0,0,0,0,0 +37474,0,0,0,0,0 +37475,0,0,0,0,0 +37476,0,0,0,0,0 +37477,0,0,0,0,0 +37478,0,0,0,0,0 +37479,0,0,0,0,0 +37480,0,0,0,0,0 +37481,0,0,0,0,0 +37482,0,0,0,0,0 +37483,0,0,0,0,0 +37484,0,0,0,0,0 +37485,0,0,0,0,0 +37486,0,0,0,0,0 +37487,0,0,0,0,0 +37488,0,0,0,0,0 +37489,0,0,0,0,0 +37490,0,0,0,0,0 +37491,0,0,0,0,0 +37492,0,0,0,0,0 +37493,0,0,0,0,0 +37494,0,0,0,0,0 +37495,0,0,0,0,0 +37496,0,0,0,0,0 +37497,0,0,0,0,0 +37498,0,0,0,0,0 +37499,0,0,0,0,0 +37500,0,0,0,0,0 +37501,0,0,0,0,0 +37502,0,0,0,0,0 +37503,0,0,0,0,0 +37504,0,0,0,0,0 +37505,0,0,0,0,0 +37506,0,0,0,0,0 +37507,0,0,0,0,0 +37508,0,0,0,0,0 +37509,0,0,0,0,0 +37510,0,0,0,0,0 +37511,0,0,0,0,0 +37512,0,0,0,0,0 +37513,0,0,0,0,0 +37514,0,0,0,0,0 +37515,0,0,0,0,0 +37516,0,0,0,0,0 +37517,0,0,0,0,0 +37518,0,0,0,0,0 +37519,0,0,0,0,0 +37520,0,0,0,0,0 +37521,0,0,0,0,0 +37522,0,0,0,0,0 +37523,0,0,0,0,0 +37524,0,0,0,0,0 +37525,0,0,0,0,0 +37526,0,0,0,0,0 +37527,0,0,0,0,0 +37528,0,0,0,0,0 +37529,0,0,0,0,0 +37530,0,0,0,0,0 +37531,0,0,0,0,0 +37532,0,0,0,0,0 +37533,0,0,0,0,0 +37534,0,0,0,0,0 +37535,0,0,0,0,0 +37536,0,0,0,0,0 +37537,0,0,0,0,0 +37538,0,0,0,0,0 +37539,0,0,0,0,0 +37540,0,0,0,0,0 +37541,0,0,0,0,0 +37542,0,0,0,0,0 +37543,0,0,0,0,0 +37544,0,0,0,0,0 +37545,0,0,0,0,0 +37546,0,0,0,0,0 +37547,0,0,0,0,0 +37548,0,0,0,0,0 +37549,0,0,0,0,0 +37550,0,0,0,0,0 +37551,0,0,0,0,0 +37552,0,0,0,0,0 +37553,0,0,0,0,0 +37554,0,0,0,0,0 +37555,0,0,0,0,0 +37556,0,0,0,0,0 +37557,0,0,0,0,0 +37558,0,0,0,0,0 +37559,0,0,0,0,0 +37560,0,0,0,0,0 +37561,0,0,0,0,0 +37562,0,0,0,0,0 +37563,0,0,0,0,0 +37564,0,0,0,0,0 +37565,0,0,0,0,0 +37566,0,0,0,0,0 +37567,0,0,0,0,0 +37568,0,0,0,0,0 +37569,0,0,0,0,0 +37570,0,0,0,0,0 +37571,0,0,0,0,0 +37572,0,0,0,0,0 +37573,0,0,0,0,0 +37574,0,0,0,0,0 +37575,0,0,0,0,0 +37576,0,0,0,0,0 +37577,0,0,0,0,0 +37578,0,0,0,0,0 +37579,0,0,0,0,0 +37580,0,0,0,0,0 +37581,0,0,0,0,0 +37582,0,0,0,0,0 +37583,0,0,0,0,0 +37584,0,0,0,0,0 +37585,0,0,0,0,0 +37586,0,0,0,0,0 +37587,0,0,0,0,0 +37588,0,0,0,0,0 +37589,0,0,0,0,0 +37590,0,0,0,0,0 +37591,0,0,0,0,0 +37592,0,0,0,0,0 +37593,0,0,0,0,0 +37594,0,0,0,0,0 +37595,0,0,0,0,0 +37596,0,0,0,0,0 +37597,0,0,0,0,0 +37598,0,0,0,0,0 +37599,0,0,0,0,0 +37600,0,0,0,0,0 +37601,0,0,0,0,0 +37602,0,0,0,0,0 +37603,0,0,0,0,0 +37604,0,0,0,0,0 +37605,0,0,0,0,0 +37606,0,0,0,0,0 +37607,0,0,0,0,0 +37608,0,0,0,0,0 +37609,0,0,0,0,0 +37610,0,0,0,0,0 +37611,0,0,0,0,0 +37612,0,0,0,0,0 +37613,0,0,0,0,0 +37614,0,0,0,0,0 +37615,0,0,0,0,0 +37616,0,0,0,0,0 +37617,0,0,0,0,0 +37618,0,0,0,0,0 +37619,0,0,0,0,0 +37620,0,0,0,0,0 +37621,0,0,0,0,0 +37622,0,0,0,0,0 +37623,0,0,0,0,0 +37624,0,0,0,0,0 +37625,0,0,0,0,0 +37626,0,0,0,0,0 +37627,0,0,0,0,0 +37628,0,0,0,0,0 +37629,0,0,0,0,0 +37630,0,0,0,0,0 +37631,0,0,0,0,0 +37632,0,0,0,0,0 +37633,0,0,0,0,0 +37634,0,0,0,0,0 +37635,0,0,0,0,0 +37636,0,0,0,0,0 +37637,0,0,0,0,0 +37638,0,0,0,0,0 +37639,0,0,0,0,0 +37640,0,0,0,0,0 +37641,0,0,0,0,0 +37642,0,0,0,0,0 +37643,0,0,0,0,0 +37644,0,0,0,0,0 +37645,0,0,0,0,0 +37646,0,0,0,0,0 +37647,0,0,0,0,0 +37648,0,0,0,0,0 +37649,0,0,0,0,0 +37650,0,0,0,0,0 +37651,0,0,0,0,0 +37652,0,0,0,0,0 +37653,0,0,0,0,0 +37654,0,0,0,0,0 +37655,0,0,0,0,0 +37656,0,0,0,0,0 +37657,0,0,0,0,0 +37658,0,0,0,0,0 +37659,0,0,0,0,0 +37660,0,0,0,0,0 +37661,0,0,0,0,0 +37662,0,0,0,0,0 +37663,0,0,0,0,0 +37664,0,0,0,0,0 +37665,0,0,0,0,0 +37666,0,0,0,0,0 +37667,0,0,0,0,0 +37668,0,0,0,0,0 +37669,0,0,0,0,0 +37670,0,0,0,0,0 +37671,0,0,0,0,0 +37672,0,0,0,0,0 +37673,0,0,0,0,0 +37674,0,0,0,0,0 +37675,0,0,0,0,0 +37676,0,0,0,0,0 +37677,0,0,0,0,0 +37678,0,0,0,0,0 +37679,0,0,0,0,0 +37680,0,0,0,0,0 +37681,0,0,0,0,0 +37682,0,0,0,0,0 +37683,0,0,0,0,0 +37684,0,0,0,0,0 +37685,0,0,0,0,0 +37686,0,0,0,0,0 +37687,0,0,0,0,0 +37688,0,0,0,0,0 +37689,0,0,0,0,0 +37690,0,0,0,0,0 +37691,0,0,0,0,0 +37692,0,0,0,0,0 +37693,0,0,0,0,0 +37694,0,0,0,0,0 +37695,0,0,0,0,0 +37696,0,0,0,0,0 +37697,0,0,0,0,0 +37698,0,0,0,0,0 +37699,0,0,0,0,0 +37700,0,0,0,0,0 +37701,0,0,0,0,0 +37702,0,0,0,0,0 +37703,0,0,0,0,0 +37704,0,0,0,0,0 +37705,0,0,0,0,0 +37706,0,0,0,0,0 +37707,0,0,0,0,0 +37708,0,0,0,0,0 +37709,0,0,0,0,0 +37710,0,0,0,0,0 +37711,0,0,0,0,0 +37712,0,0,0,0,0 +37713,0,0,0,0,0 +37714,0,0,0,0,0 +37715,0,0,0,0,0 +37716,0,0,0,0,0 +37717,0,0,0,0,0 +37718,0,0,0,0,0 +37719,0,0,0,0,0 +37720,0,0,0,0,0 +37721,0,0,0,0,0 +37722,0,0,0,0,0 +37723,0,0,0,0,0 +37724,0,0,0,0,0 +37725,0,0,0,0,0 +37726,0,0,0,0,0 +37727,0,0,0,0,0 +37728,0,0,0,0,0 +37729,0,0,0,0,0 +37730,0,0,0,0,0 +37731,0,0,0,0,0 +37732,0,0,0,0,0 +37733,0,0,0,0,0 +37734,0,0,0,0,0 +37735,0,0,0,0,0 +37736,0,0,0,0,0 +37737,0,0,0,0,0 +37738,0,0,0,0,0 +37739,0,0,0,0,0 +37740,0,0,0,0,0 +37741,0,0,0,0,0 +37742,0,0,0,0,0 +37743,0,0,0,0,0 +37744,0,0,0,0,0 +37745,0,0,0,0,0 +37746,0,0,0,0,0 +37747,0,0,0,0,0 +37748,0,0,0,0,0 +37749,0,0,0,0,0 +37750,0,0,0,0,0 +37751,0,0,0,0,0 +37752,0,0,0,0,0 +37753,0,0,0,0,0 +37754,0,0,0,0,0 +37755,0,0,0,0,0 +37756,0,0,0,0,0 +37757,0,0,0,0,0 +37758,0,0,0,0,0 +37759,0,0,0,0,0 +37760,0,0,0,0,0 +37761,0,0,0,0,0 +37762,0,0,0,0,0 +37763,0,0,0,0,0 +37764,0,0,0,0,0 +37765,0,0,0,0,0 +37766,0,0,0,0,0 +37767,0,0,0,0,0 +37768,0,0,0,0,0 +37769,0,0,0,0,0 +37770,0,0,0,0,0 +37771,0,0,0,0,0 +37772,0,0,0,0,0 +37773,0,0,0,0,0 +37774,0,0,0,0,0 +37775,0,0,0,0,0 +37776,0,0,0,0,0 +37777,0,0,0,0,0 +37778,0,0,0,0,0 +37779,0,0,0,0,0 +37780,0,0,0,0,0 +37781,0,0,0,0,0 +37782,0,0,0,0,0 +37783,0,0,0,0,0 +37784,0,0,0,0,0 +37785,0,0,0,0,0 +37786,0,0,0,0,0 +37787,0,0,0,0,0 +37788,0,0,0,0,0 +37789,0,0,0,0,0 +37790,0,0,0,0,0 +37791,0,0,0,0,0 +37792,0,0,0,0,0 +37793,0,0,0,0,0 +37794,0,0,0,0,0 +37795,0,0,0,0,0 +37796,0,0,0,0,0 +37797,0,0,0,0,0 +37798,0,0,0,0,0 +37799,0,0,0,0,0 +37800,0,0,0,0,0 +37801,0,0,0,0,0 +37802,0,0,0,0,0 +37803,0,0,0,0,0 +37804,0,0,0,0,0 +37805,0,0,0,0,0 +37806,0,0,0,0,0 +37807,0,0,0,0,0 +37808,0,0,0,0,0 +37809,0,0,0,0,0 +37810,0,0,0,0,0 +37811,0,0,0,0,0 +37812,0,0,0,0,0 +37813,0,0,0,0,0 +37814,0,0,0,0,0 +37815,0,0,0,0,0 +37816,0,0,0,0,0 +37817,0,0,0,0,0 +37818,0,0,0,0,0 +37819,0,0,0,0,0 +37820,0,0,0,0,0 +37821,0,0,0,0,0 +37822,0,0,0,0,0 +37823,0,0,0,0,0 +37824,0,0,0,0,0 +37825,0,0,0,0,0 +37826,0,0,0,0,0 +37827,0,0,0,0,0 +37828,0,0,0,0,0 +37829,0,0,0,0,0 +37830,0,0,0,0,0 +37831,0,0,0,0,0 +37832,0,0,0,0,0 +37833,0,0,0,0,0 +37834,0,0,0,0,0 +37835,0,0,0,0,0 +37836,0,0,0,0,0 +37837,0,0,0,0,0 +37838,0,0,0,0,0 +37839,0,0,0,0,0 +37840,0,0,0,0,0 +37841,0,0,0,0,0 +37842,0,0,0,0,0 +37843,0,0,0,0,0 +37844,0,0,0,0,0 +37845,0,0,0,0,0 +37846,0,0,0,0,0 +37847,0,0,0,0,0 +37848,0,0,0,0,0 +37849,0,0,0,0,0 +37850,0,0,0,0,0 +37851,0,0,0,0,0 +37852,0,0,0,0,0 +37853,0,0,0,0,0 +37854,0,0,0,0,0 +37855,0,0,0,0,0 +37856,0,0,0,0,0 +37857,0,0,0,0,0 +37858,0,0,0,0,0 +37859,0,0,0,0,0 +37860,0,0,0,0,0 +37861,-1534.949387,-678.5641017,-1510.381929,-678.282119,-298.0374129 +37862,-2002.994036,-852.2845659,-1974.213225,-852.0047281,-1225.989058 +37863,-1715.684838,-726.5457633,-1690.500753,-726.2699798,-936.7910029 +37864,-1655.28866,-700.6427762,-1630.800013,-700.3738952,-896.8419384 +37865,-1628.336578,-689.2213994,-1603.978822,-688.9602433,-885.9635471 +37866,-1380.455817,-575.5663214,-1354.795184,-575.3139033,-380.6845897 +37867,-1761.14927,-749.2034852,-1735.104646,-748.9598694,-1064.738737 +37868,-1696.398369,-721.9235498,-1671.120351,-721.6873129,-1003.035807 +37869,-1471.557226,-619.366991,-1445.349057,-619.1384663,-552.9330307 +37870,-1609.491513,-680.9978504,-1581.813568,-680.7775417,-731.8564622 +37871,-1707.595769,-725.5230785,-1679.184549,-725.310443,-880.7281061 +37872,-1769.227936,-753.9497298,-1740.499022,-753.7441104,-987.038603 +37873,-1801.003351,-769.0172006,-1772.167238,-768.8180374,-1051.121497 +37874,-1811.761111,-774.6080938,-1782.901474,-774.4150076,-1081.808197 +37875,-1809.693131,-774.3794822,-1780.827042,-774.192242,-1090.101124 +37876,-1801.582151,-771.3807044,-1772.698762,-771.1991632,-1086.606235 +37877,-1791.075128,-767.250906,-1762.155891,-767.0749485,-1077.396653 +37878,-1780.069687,-762.8422637,-1751.096861,-762.6717774,-1065.889532 +37879,-1769.432571,-758.5437465,-1740.391869,-758.378611,-1053.816831 +37880,-1759.498551,-754.5062147,-1730.379317,-754.3462998,-1041.983694 +37881,-1750.34215,-750.7648135,-1721.13701,-750.6099813,-1030.7145 +37882,-1637.329654,-737.4449939,-1690.937432,-737.2951011,-980.6624298 +37883,-1538.858463,-723.8413019,-1660.208493,-723.6962316,-929.0113791 +37884,-1600.774967,-709.7131272,-1628.413701,-709.5727735,-874.8691977 +37885,-1561.546901,-702.8607793,-1534.611649,-702.7250343,-849.553893 +37886,-1554.463594,-694.7279794,-1566.946504,-694.5967088,-819.045712 +37887,-1544.58364,-692.5630965,-1545.555168,-692.4361553,-812.4332005 +37888,-1534.606012,-689.0485717,-1533.904365,-688.9258002,-800.540937 +37889,-1528.50772,-685.8447683,-1527.748838,-685.7260081,-790.0065828 +37890,-1520.403071,-683.2034344,-1515.284329,-683.0885337,-781.8037915 +37891,-1508.317516,-680.311677,-1509.851948,-680.2004898,-772.6504644 +37892,-1508.0367,-739.5399125,-1502.377131,-739.4320834,-1066.00079 +37893,-1488.859244,-684.4963686,-1466.289487,-684.3915609,-921.6261367 +37894,-1479.111653,-601.4888949,-1458.353138,-648.3638656,-825.1657846 +37895,-1471.931752,-550.5649495,-1443.658044,-626.4426706,-764.7880273 +37896,-1262.587674,-521.0911681,-1226.772822,-525.1030231,-308.7463589 +37897,-1584.697921,-613.8134245,-1548.671451,-672.3694651,-879.8250214 +37898,-1354.689109,-495.6351524,-1318.321185,-568.2551687,-440.1198431 +37899,-1622.118053,-522.5522617,-1585.742354,-690.6199378,-928.4539104 +37900,-1354.72047,-508.0892894,-1328.012274,-650.6479921,-825.5325877 +37901,-1438.493434,-494.826373,-1393.49027,-616.4328358,-736.1708218 +37902,-1202.886524,-481.1209106,-1167.15376,-500.3398889,-229.5701698 +37903,-1361.38751,-469.220879,-1323.930008,-570.4026914,-427.2624168 +37904,-1470.190017,-454.8923777,-1431.665522,-619.2432924,-580.1178113 +37905,-1529.235987,-442.5984262,-1490.031456,-646.0001737,-669.3745152 +37906,-1408.595174,-427.9353112,-1321.290609,-635.9718526,-625.3517575 +37907,-1347.657944,-415.040307,-1314.566524,-703.9094484,-975.7695566 +37908,-1396.574758,-402.502767,-1339.471291,-629.2441853,-782.677237 +37909,-1182.764218,-387.6113228,-1146.635737,-486.8978706,-194.1408702 +37910,-1529.908269,-376.0947848,-1493.243442,-644.623189,-819.7447624 +37911,-1247.026443,-360.7362907,-1209.335385,-516.4027294,-287.3403994 +37912,-1525.42988,-348.5813049,-1378.108716,-654.9068699,-846.2971709 +37913,-1264.717988,-362.9278048,-1251.941419,-607.0529703,-722.3167882 +37914,-1362.848192,-352.5507015,-1299.251339,-572.5408329,-631.3599298 +37915,-1323.293683,-342.0340484,-1280.404962,-554.7532264,-582.7328675 +37916,-1306.165829,-330.1799075,-1271.690547,-547.5326517,-561.2591749 +37917,-1295.169267,-318.6039263,-1260.021654,-543.2273939,-547.6560381 +37918,-1286.429229,-307.4330488,-1250.507883,-539.8349227,-536.8831945 +37919,-1049.018385,-296.8853376,-1010.935068,-430.2481949,-26.52974163 +37920,-1440.219669,-289.3009864,-1401.001629,-607.6912796,-712.3658541 +37921,-491.1492138,231.4828095,-233.4109249,-425.1107765,-86.20028756 +37922,118.4326587,218.3819152,74.84803205,186.53518,-134.7082318 +37923,-147.4462339,110.1358495,-51.16976433,-90.16215111,-681.4783061 +37924,22.81981074,181.5989003,87.60314011,21.55746127,292.7322248 +37925,-62.03435427,220.4881955,9.61408353,-14.78865621,860.4184631 +37926,2.027557365,254.6370907,69.22863647,15.76252221,1012.304687 +37927,24.25835017,284.7329464,95.65912539,27.0978976,1138.051501 +37928,41.5771492,310.604644,110.1442287,35.27243022,1243.739067 +37929,57.38703541,332.7049677,130.2465223,44.68251356,1333.610188 +37930,-79.52630903,492.4322252,-22.12181215,-20.39363518,1973.541592 +37931,200.2729571,258.4672424,286.2790628,116.7464387,1060.986169 +37932,104.363907,303.0465074,170.9494878,65.29109906,1215.780994 +37933,105.5870404,322.7402199,178.9759584,70.97574474,1292.082427 +37934,135.4328018,336.9593671,207.5658792,85.02809286,1346.117986 +37935,13.71438194,494.0720171,87.60264347,32.41023441,1889.65821 +37936,272.4638112,267.6668213,341.7827225,146.0284715,1064.677249 +37937,172.3100715,302.3021699,248.7571102,105.3112738,1199.790423 +37938,179.5329887,316.8224684,252.3678295,108.4685024,1253.118321 +37939,206.9228878,326.8711478,279.9681864,121.6167277,1288.317429 +37940,222.2217201,335.2771727,297.2538239,129.9812627,1317.126513 +37941,234.1149019,341.8015619,308.7717654,136.0669904,1338.576623 +37942,246.5925004,346.418944,321.2824169,142.5459518,1352.432292 +37943,259.8011207,349.4297387,334.9938344,149.5594151,1359.792328 +37944,273.1633688,351.1577482,349.1084304,156.1878131,1361.908616 +37945,285.6050469,351.8845147,362.1681997,162.9595809,1359.90515 +37946,298.534164,351.7104739,375.638969,169.1013409,1354.200837 +37947,310.6597997,350.8008371,389.1612503,175.8005608,1345.479546 +37948,322.9010512,349.3011035,401.6934741,182.1321991,1334.347096 +37949,337.0909377,347.3382224,409.7572453,188.6130706,1321.334341 +37950,348.6414393,344.9428774,421.663977,194.0508568,1306.585632 +37951,361.2460603,342.1964638,432.8366346,198.0119893,1290.445847 +37952,374.5153837,339.0396637,443.6793692,204.0066722,1272.729237 +37953,386.2986685,335.6089602,454.7142695,209.183552,1254.019053 +37954,400.5649731,331.7321771,467.5441136,215.2960281,1233.645327 +37955,410.8148335,327.8023572,476.3101622,219.4250557,1213.18748 +37956,423.3724938,323.4844189,487.8082178,224.8153058,1191.309544 +37957,435.6192439,318.9417311,498.8403328,230.3718378,1168.666818 +37958,444.5023503,314.2783133,509.6748032,235.2283733,1145.676587 +37959,442.7639139,299.8345056,511.474596,236.575032,1083.470915 +37960,467.8634376,294.9439786,519.0877772,235.946351,1059.364791 +37961,466.7474932,289.5299091,500.442099,227.5532348,1034.442661 +37962,478.4415321,284.5515891,483.6139099,220.0366715,1012.167672 +37963,466.3715459,280.2101887,469.0014722,213.53824,992.7145306 +37964,452.0692131,276.5620393,456.5608709,208.015326,975.9738197 +37965,439.8195956,273.5808668,446.0871474,203.366285,961.753314 +37966,429.4249203,271.1589014,437.2429491,199.43625,949.6383305 +37967,420.5754607,269.1871342,429.7211335,196.0865362,939.2265881 +37968,412.9761267,267.5743863,423.2710509,193.2047831,930.1763994 +37969,406.3861171,266.2485855,417.693003,190.7019746,922.2131211 +37970,400.6119779,265.1506084,412.8217446,188.5047661,915.1021004 +37971,395.5027283,264.2342353,408.5254193,186.5550808,908.6638215 +37972,390.9354351,263.4615885,404.6951256,184.8052335,902.7484721 +37973,386.8095434,262.8018962,401.2417,183.2164192,897.2347451 +37974,383.0429072,262.2303821,398.0926884,181.7573044,892.0256738 +37975,379.5685909,261.7271869,395.1894363,180.4026784,887.0443148 +37976,376.3299541,261.2858483,392.4799818,179.1302734,882.2296067 +37977,373.283514,260.8901661,389.9275186,177.9244764,877.5334155 +37978,370.3944333,260.5250797,387.5033087,176.7731726,872.9178502 +37979,367.6341471,260.1799785,385.1835325,175.6663461,868.3534361 +37980,364.9791627,259.8478247,382.948321,174.5956541,863.8173016 +37981,360.952432,258.8610353,379.3235033,172.8915971,856.6413329 +37982,364.0560326,261.0612059,382.8190826,174.3846715,862.8088947 +37983,370.816297,264.8330083,389.9661894,177.4645828,875.7644508 +37984,377.7202249,268.5714238,397.2531621,180.5306258,889.0083194 +37985,383.299613,271.6270754,403.21091,182.9338728,899.8598941 +37986,387.1266246,273.9586147,407.6880511,184.6311082,908.0338422 +37987,389.5769584,275.7193198,410.9701716,185.7733484,914.0160049 +37988,391.0697504,277.0586366,413.3517915,186.5082754,918.3016391 +37989,391.8740146,278.0770937,415.0343193,186.9353032,921.2258861 +37990,392.1403606,278.8378857,416.1459556,187.1169486,923.0030946 +37991,391.9625129,279.3846757,416.7768086,187.0279372,923.7882605 +37992,391.4119162,279.7517623,416.9990917,186.7299895,923.7095852 +37993,390.5496658,279.9679478,416.7431183,186.2846112,922.8800052 +37994,389.4284409,280.0575896,416.1099338,185.7316566,921.3990304 +37995,388.0928481,280.0410449,415.2060251,185.0947597,919.3535748 +37996,386.5797709,279.9351115,414.1006007,184.3893897,916.8184872 +37997,384.9195407,279.7535838,412.8342838,183.627454,913.8581632 +37998,383.1369927,279.5077754,411.4335796,182.8188674,910.5278409 +37999,381.2525905,279.2069901,409.9191644,181.9719849,906.8751308 +38000,379.2721315,278.8538747,408.2976036,181.0886775,902.9209314 +38001,377.2405094,278.4688366,406.6150351,180.1886439,898.7569422 +38002,375.1294963,278.0390466,404.8445395,179.258362,894.3414871 +38003,372.9772727,277.5818654,403.0254461,178.3145437,889.7530857 +38004,370.5630518,276.7765784,401.0734055,177.3193977,884.9976651 +38005,367.9917292,329.5332781,399.0328397,176.2919211,880.0945745 +38006,365.3783709,359.3829695,396.952525,175.2528873,875.0611262 +38007,362.7755845,345.880364,394.8565774,174.2121481,869.9123088 +38008,360.193413,362.9617163,392.7517906,173.1719717,864.6608551 +38009,357.6268741,371.3134849,390.6384565,172.1318756,859.317666 +38010,355.0696977,379.358777,388.5158543,171.0910539,853.8920002 +38011,352.517931,388.1847588,386.3838621,170.0490681,848.3919317 +38012,349.9714483,396.707372,384.2416137,169.0052329,842.8244713 +38013,354.0139043,405.4496825,388.6726018,170.9518014,849.1659423 +38014,358.9460085,413.9652055,393.978387,173.2963059,857.0606617 +38015,363.4531131,422.3740602,398.8456339,175.4412552,864.1178059 +38016,367.760074,430.9536955,403.5005558,177.4907326,870.7411372 +38017,371.9112545,439.1554307,407.9887402,179.4669996,877.0070686 +38018,375.9366737,447.6283229,412.3412635,181.385244,882.9688825 +38019,379.8595501,455.805216,416.5822482,183.256942,888.6701377 +38020,383.696689,463.9028876,420.7292601,185.0902166,894.1443097 +38021,387.4607713,472.2880326,424.7956457,186.8910729,899.4181706 +38022,391.1619369,480.0075285,428.7921301,188.6642259,904.5141926 +38023,394.80863,488.2830473,432.7276662,190.4135356,909.4518499 +38024,398.4079078,496.1248962,436.6097516,192.1421734,914.2480592 +38025,401.9656867,504.0397215,440.4446824,193.8527517,918.917554 +38026,405.48692,511.7504495,444.2377415,195.5474199,923.4731547 +38027,408.975758,519.7410895,447.9933652,197.2279479,927.9260198 +38028,412.4356751,527.4941646,451.7152751,198.8957922,932.2858467 +38029,415.8696051,534.8597052,455.4066211,200.552164,936.5611111 +38030,419.2800149,542.8048274,459.0700593,202.1980664,940.7591957 +38031,422.6690054,567.8315638,462.7078581,203.8343433,944.886582 +38032,426.3001804,578.0553187,466.3938231,205.4929921,948.9498003 +38033,430.0462072,586.9699892,470.0866638,207.1553861,952.9345302 +38034,433.7933938,595.897996,473.7671463,208.813207,956.8740758 +38035,437.4863463,604.2361727,477.4210735,210.4602599,960.7737103 +38036,441.1139662,612.5859677,481.0427329,212.0940354,964.6285114 +38037,444.685532,620.6080811,484.6345587,213.71563,968.439333 +38038,448.2117521,629.1700744,488.1998966,215.3265086,972.2080671 +38039,451.7003084,636.7726282,491.741415,216.9297875,975.9369069 +38040,455.1563442,644.8824798,495.2656754,218.5204964,979.6280627 +38041,458.4615496,655.2254328,498.6390983,220.0397475,983.0616508 +38042,461.9191233,663.1832933,502.0798225,221.5902729,986.8418805 +38043,465.4519251,671.397506,505.5511441,223.1575398,990.8169935 +38044,468.7112907,678.9909135,508.7429257,224.6009786,994.3399086 +38045,472.2501966,686.6717184,512.2227795,226.1784223,998.405408 +38046,475.7081477,694.2279971,515.6307774,227.7258782,1002.349721 +38047,479.0964423,701.7084101,518.9747454,229.2466766,1006.186518 +38048,482.4276644,709.1212539,522.2642254,230.7450559,1009.933135 +38049,485.7120046,716.2394376,525.5075571,232.2247395,1013.603779 +38050,488.9570379,723.8999538,528.7112628,233.6886071,1017.208922 +38051,492.1683948,730.9553891,531.8802975,235.138802,1020.756285 +38052,495.3504445,738.1805351,535.0185265,236.5769576,1024.251897 +38053,498.5066934,745.3118424,538.1290469,238.0043537,1027.700669 +38054,501.6399851,752.3938307,541.2143847,239.4220122,1079.786334 +38055,504.7526739,759.4269543,544.2766451,240.8307685,1181.658216 +38056,507.8466783,766.4123701,547.3175745,242.2313007,1132.59389 +38057,510.9235174,773.3501348,550.3386065,243.6241518,1164.40281 +38058,513.9843906,780.2411521,553.3409367,245.0097632,1176.93034 +38059,517.0302393,786.8163032,556.3255375,246.3884827,1189.033843 +38060,520.0619018,794.0445543,559.2932666,247.7606137,1200.82408 +38061,523.0801047,800.594087,562.2448628,249.1264136,1212.392671 +38062,526.0855167,807.6549857,565.1809884,250.4861127,1224.061816 +38063,529.0787189,813.8773457,642.1488518,251.8399075,1235.237019 +38064,532.0602373,820.763467,682.4479496,253.1879769,1246.767839 +38065,535.0305007,827.2637596,664.6324086,254.5304678,1257.465931 +38066,537.9898503,833.8697129,688.8133413,255.8675059,1268.697981 +38067,540.938515,840.3314946,701.246102,257.199186,1279.431526 +38068,543.8766667,846.8586497,713.108644,307.3782611,1290.073917 +38069,546.8044647,853.2406905,724.9792453,297.1372342,1300.553903 +38070,549.7220971,859.6914522,736.7215654,314.8582273,1311.181134 +38071,552.6297215,864.4657567,747.294716,306.9833093,1321.261258 +38072,555.507057,869.0976628,757.8964694,303.7739836,1331.859142 +38073,558.3368091,873.5847274,768.3476861,333.9768021,1341.586583 +38074,561.1095772,877.8645208,778.3434894,326.4821693,1351.708416 +38075,563.8325103,882.1014781,788.3476396,334.5325047,1361.407712 +38076,566.5111779,885.8690758,798.5637227,339.9802523,1371.409679 +38077,572.7556941,890.4165853,807.7547977,344.9880749,1380.950247 +38078,698.67096,894.0236432,817.8115688,350.0912519,1390.532893 +38079,640.3007717,897.9193563,827.1056162,354.9999014,1399.810296 +38080,669.3262254,901.6158051,836.169766,359.9934828,1409.202949 +38081,680.3633497,905.3069864,845.5832571,364.735466,1418.53224 +38082,690.0982156,908.7891453,854.6013439,369.4945961,1427.457678 +38083,700.062018,912.2842922,863.2582173,374.1725796,1436.476495 +38084,709.6258321,915.6728016,872.4593458,378.8453062,1445.39897 +38085,719.2543506,918.9922947,881.0339839,383.313245,1454.011971 +38086,728.4733803,922.274164,889.5730398,387.8320465,1463.094994 +38087,737.6762712,925.3975315,897.8806888,392.3463088,1471.555291 +38088,746.8801834,928.5303922,906.6464793,396.5842558,1480.354573 +38089,755.8800003,931.5650962,914.6592066,401.0620936,1488.47348 +38090,764.4865594,934.5399201,923.0336736,405.1511625,1496.983387 +38091,773.4295551,937.4510078,930.9792007,409.457911,1505.186958 +38092,781.8892596,940.3354851,938.9593663,413.5534709,1513.392929 +38093,790.4871427,943.0696207,947.0156784,417.7796315,1521.457689 +38094,798.7319427,945.8236385,954.8532042,421.6536128,1529.453019 +38095,807.239082,948.4878302,962.4780918,425.7803645,1537.085583 +38096,815.0122438,951.1004321,970.292036,429.7435037,1545.348019 +38097,823.3556274,953.6571938,977.720765,433.5807442,1552.837587 +38098,831.3329305,956.1590731,985.1770258,437.5349201,1560.575852 +38099,839.1705118,958.6439515,992.5716541,441.2709973,1568.12526 +38100,846.8384577,960.9844444,1000.131523,445.0359978,1575.584648 +38101,736.7220877,909.8000402,889.6641997,395.4838064,1351.50456 +38102,741.7546209,911.207803,893.8536849,397.8918775,1355.19705 +38103,748.1020218,912.5156552,900.1395873,400.9740497,1359.462763 +38104,753.9493857,914.0840083,905.5846915,403.8871593,1364.003876 +38105,760.4109168,915.6509958,911.6684486,407.0425338,1369.148628 +38106,766.2793658,917.2211581,917.398733,410.0003493,1374.034959 +38107,773.0041724,918.7780927,923.4838095,413.073092,1379.128167 +38108,778.574466,920.3129647,929.2001809,416.2181447,1384.213754 +38109,785.2362678,921.8211563,935.2470926,419.1492267,1389.297094 +38110,790.978251,923.3359307,940.731642,422.0429076,1394.368763 +38111,797.3044539,924.7333066,947.0126126,425.2436658,1399.421825 +38112,802.9455646,926.1786784,952.4753967,428.0410453,1404.261976 +38113,809.4852191,927.56312,958.4395987,431.0963332,1409.572 +38114,814.8624119,928.923153,963.9838268,433.9150327,1414.403584 +38115,820.9897496,930.2534479,969.8539878,436.9188841,1419.390014 +38116,826.7595473,931.5542165,975.3377737,439.7001506,1424.312843 +38117,832.7059942,932.8257222,981.1468881,442.6610119,1429.207366 +38118,838.2368512,934.0682118,986.5711423,445.3054434,1434.071342 +38119,844.2024162,935.2819777,992.3207079,448.3826673,1438.905852 +38120,849.6458336,936.4672482,997.4735507,451.0137192,1443.709518 +38121,855.3999796,937.6243683,1003.505121,454.0154279,1448.483635 +38122,861.0108581,938.7535389,1008.645531,456.5327896,1453.226758 +38123,866.8905785,939.8550928,1014.321466,459.4567497,1457.940444 +38124,871.9937079,940.9654237,1019.573173,461.9741168,1462.402153 +38125,866.6571994,926.8536337,1025.36945,465.0383814,1467.564342 +38126,870.2902219,925.5840148,1030.793467,467.5532797,1471.760248 +38127,874.8936179,925.205982,1035.962305,470.363595,1476.357374 +38128,879.8789735,925.1699865,1041.347793,472.9445755,1480.887859 +38129,884.7260198,925.2585271,1046.771174,475.7079211,1485.3939 +38130,889.5604907,925.4186053,1051.93881,478.2624363,1490.090728 +38131,907.138724,942.5989003,1057.095714,480.9139932,1494.44438 +38132,914.6830718,947.2261188,1062.233946,483.4152524,1498.916734 +38133,921.6605331,951.1310855,1067.6087,486.1204588,1503.251943 +38134,928.4848636,954.8439887,1072.677637,488.6201998,1507.668785 +38135,934.8919448,958.5242621,1077.817927,491.3055945,1511.970756 +38136,942.1233603,962.236967,1083.207254,493.7806599,1516.301344 +38137,948.7682301,965.8706643,1088.395614,496.316322,1520.610409 +38138,955.3690253,969.6034418,1093.367433,498.9592618,1524.837735 +38139,962.5091815,973.3233742,1098.728979,501.50401,1529.101016 +38140,968.8185294,977.066876,1103.617412,503.9527027,1533.346478 +38141,976.0700511,980.8636329,1108.917058,506.5686061,1537.516199 +38142,982.4865019,984.5794627,1113.844593,508.9740807,1541.748609 +38143,989.5136866,988.3889209,1119.04522,511.5680352,1545.876589 +38144,996.354699,992.1726701,1123.938091,514.0815153,1549.800445 +38145,1003.191325,995.9668301,1129.174926,516.4533831,1554.354872 +38146,1009.817716,999.8018539,1133.970008,518.7743984,1558.244007 +38147,1017.021248,1003.539381,1139.172647,521.5159883,1562.414129 +38148,1036.21314,1021.548545,1143.98807,523.7504585,1566.750549 +38149,1044.308606,1027.399163,1148.980786,526.2556293,1570.723485 +38150,1052.244203,1032.356455,1153.709795,528.5478571,1574.766419 +38151,1059.516048,1037.021623,1158.782907,531.0281385,1578.859534 +38152,1067.395643,1041.58465,1163.415176,533.3014005,1582.938951 +38153,1074.651349,1045.942753,1168.454251,535.7614452,1586.940918 +38154,1082.118243,1050.315363,1173.131068,538.0151333,1590.994462 +38155,1089.530594,1054.58688,1178.070397,540.4564563,1595.016542 +38156,1096.936465,1058.806284,1182.716995,542.6919459,1599.061889 +38157,1104.3408,1062.971407,1187.707329,545.1155383,1603.030361 +38158,1111.746261,1067.125751,1192.252832,547.1820634,1607.053305 +38159,1119.15634,1071.124141,1197.213244,549.8206329,1611.074656 +38160,1126.29852,1075.165695,1201.780358,551.9075846,1615.015299 +38161,892.238327,969.5537779,964.1947953,444.8387418,1135.328896 +38162,892.9298698,970.8069362,963.3607317,444.0754407,1131.903248 +38163,896.6541087,972.802909,963.6420485,444.5549549,1130.292523 +38164,900.7349897,975.0930843,964.9912173,445.2191616,1129.705506 +38165,905.2521373,977.5287577,966.6324832,446.069957,1129.822875 +38166,909.9774,979.9384746,968.4912146,446.9228354,1130.328357 +38167,914.9048928,982.460845,970.4858495,448.0827531,1131.359907 +38168,919.9406402,984.9515095,972.5717132,449.063117,1132.415358 +38169,924.890563,987.4355947,974.722486,450.2645081,1133.692474 +38170,930.4142933,989.9000341,976.9252977,451.2065802,1135.024379 +38171,935.5720428,992.3399392,979.1713354,452.4043714,1136.580453 +38172,940.9850137,994.7908075,981.4558129,453.5236811,1138.117183 +38173,959.5859513,1008.958554,984.8551665,455.0907177,1139.924177 +38174,966.8161273,1013.214457,987.7075822,456.5068046,1141.639828 +38175,973.4140526,1016.471818,990.0136799,457.6543477,1143.343812 +38176,979.8904954,1019.486773,992.5393763,458.8984726,1145.368761 +38177,986.1060078,1022.492527,995.03953,460.1294785,1147.083993 +38178,992.9285218,1025.224701,997.5589136,461.3676477,1149.198508 +38179,1000.160466,1028.031038,1000.097787,462.6138116,1151.16307 +38180,1008.662023,1030.634795,1002.657341,463.8686162,1153.252321 +38181,1016.570394,1033.219384,1005.237111,465.1319952,1155.286771 +38182,1025.228953,1035.666704,1008.080641,466.2896092,1157.585741 +38183,1033.577747,1038.062436,1010.320873,467.8560501,1159.738304 +38184,1042.756319,1040.410956,1013.163399,468.8862178,1162.010629 +38185,1051.520656,1042.695339,1015.735525,470.2836254,1164.228851 +38186,1060.672696,1044.91262,1018.420966,471.5675517,1166.784855 +38187,1069.943923,1047.062127,1021.124307,472.8766633,1168.864502 +38188,1079.374068,1049.185787,1023.780915,474.1926959,1171.505596 +38189,1088.691364,1051.13673,1026.509248,475.5153685,1173.864427 +38190,1098.870269,1053.112669,1029.252781,476.8444667,1176.363656 +38191,1105.91524,1052.657146,1031.835341,478.132124,1178.862373 +38192,1113.089202,1051.750526,1034.487768,479.2918091,1181.292225 +38193,1120.131231,1050.641416,1036.778192,480.7602195,1184.017649 +38194,1127.128274,1049.375395,1039.818347,481.951963,1186.514955 +38195,1134.086119,1047.974999,1042.238853,483.2559314,1189.240561 +38196,1141.00543,1046.45504,1044.843831,484.5405624,1191.598544 +38197,1147.897764,1044.826611,1047.465714,485.826455,1194.497672 +38198,1154.42949,1043.09878,1050.0902,487.1132153,1197.06896 +38199,1161.787801,1041.279247,1052.645237,488.4007879,1199.656025 +38200,1168.333584,1039.374915,1055.263996,489.8206747,1202.557241 +38201,1175.172779,1037.348809,1057.884033,490.9077232,1205.304273 +38202,1181.821209,1035.355755,1060.430532,492.2929308,1207.856978 +38203,1188.624051,1033.201208,1063.041269,493.4231366,1210.564105 +38204,1195.552664,1031.020477,1065.622653,494.9201666,1213.514941 +38205,1201.613221,1028.774674,1068.232858,496.1073707,1216.168074 +38206,1208.523235,1026.474823,1070.766168,497.4182477,1218.966886 +38207,1199.482328,1015.332024,1072.356804,498.2783558,1221.731253 +38208,1203.957772,1011.653686,1074.706068,499.4743351,1224.300614 +38209,1209.188721,1008.565127,1077.203292,500.7163907,1227.315071 +38210,1214.725637,1005.701787,1079.650171,501.9702778,1230.107897 +38211,1220.416122,1002.803536,1082.17292,503.2285915,1232.695696 +38212,1226.030015,999.9671523,1084.70219,504.4888405,1235.59164 +38213,1231.746705,997.1359584,1087.152216,505.7484061,1238.344979 +38214,1237.384756,994.3098152,1089.672414,507.0080371,1240.956572 +38215,1243.133845,991.4853213,1092.160209,508.266713,1244.003778 +38216,1248.33981,988.6612522,1094.681383,509.5243706,1246.646223 +38217,1254.672808,985.8370754,1097.115805,510.6270775,1249.444896 +38218,1259.907983,983.0130068,1099.619277,512.1157574,1252.211101 +38219,1265.584388,980.1481144,1102.088684,513.2557765,1254.972216 +38220,1271.157008,977.3855068,1104.591863,514.5338666,1257.730497 +38221,1512.21807,1081.227543,1342.187638,622.6189132,1722.415963 +38222,1521.342013,1080.359711,1349.151906,625.7148326,1723.12974 +38223,1529.689266,1078.840533,1354.202962,628.3378873,1728.61749 +38224,1537.048172,1077.0806,1358.903121,630.657308,1732.773595 +38225,1544.255368,1075.19733,1363.356477,632.6197724,1736.917039 +38226,1551.221627,1073.228999,1367.513052,635.0600623,1740.528857 +38227,1557.858682,1071.207477,1371.636261,636.9332909,1744.061681 +38228,1564.477709,1069.152279,1375.495079,638.9721197,1747.529642 +38229,1570.909496,1067.074683,1379.512039,640.9401578,1750.80331 +38230,1576.683352,1064.980813,1383.318237,642.8821089,1754.041875 +38231,1565.207219,1055.859672,1387.045429,644.7882441,1757.19589 +38232,1567.177447,1052.671373,1390.830339,646.6464166,1760.218185 +38233,1571.466454,1050.064382,1394.327095,648.4816082,1763.365626 +38234,1576.757025,1047.477337,1397.930529,650.2940561,1766.17957 +38235,1580.958112,1045.085631,1401.385226,652.320552,1769.227229 +38236,1585.559913,1042.687821,1404.929642,653.7330868,1772.054807 +38237,1590.239094,1040.309858,1408.368724,655.6533882,1774.886498 +38238,1594.550059,1037.953685,1411.623544,657.3676618,1777.661962 +38239,1598.91293,1035.617803,1414.985474,659.0370441,1780.386543 +38240,1603.282218,1033.300741,1418.314294,660.7411214,1783.064273 +38241,1607.429526,1031.002831,1421.481425,662.4298427,1785.64844 +38242,1611.537999,1028.722907,1424.793273,664.0399403,1788.37193 +38243,1615.540444,1026.461368,1427.866571,665.6879814,1790.800796 +38244,1619.442697,1024.217438,1431.111514,667.2954077,1793.30774 +38245,1623.243816,1021.991442,1434.100811,668.9142769,1795.856863 +38246,1626.940188,1019.782989,1437.287863,670.4521535,1798.253048 +38247,1630.465833,1017.592306,1440.138983,672.0293256,1800.664099 +38248,1634.048896,1015.418527,1443.201274,673.5928383,1803.027879 +38249,1617.474468,1008.45451,1447.380172,675.5863168,1805.357253 +38250,1617.701606,1005.725798,1450.568351,676.9103193,1807.632655 +38251,1620.299601,1003.187879,1452.911103,678.6577568,1809.890099 +38252,1623.4726,1000.768791,1455.156371,679.6669809,1812.061392 +38253,1626.750105,998.3822718,1457.400334,680.8908308,1814.345189 +38254,1630.000133,996.0135058,1459.450041,682.0077624,1816.523895 +38255,1633.36322,993.6533218,1461.48633,683.1539242,1818.575908 +38256,1636.854507,991.2968947,1463.453176,684.186017,1820.660277 +38257,1640.207324,988.9417321,1465.362691,685.303568,1826.591167 +38258,1643.6193,986.5862669,1467.157813,686.2355863,1824.022258 +38259,1647.01114,984.2296268,1469.109769,687.2897482,1832.660158 +38260,1650.389463,981.8711533,1470.724943,688.2048476,1825.690576 +38261,1653.75246,979.5105282,1472.479205,689.1864008,1840.821238 +38262,1657.094046,977.147463,1474.121967,690.0839076,1824.039564 +38263,1660.413972,974.7818791,1475.727148,690.9729212,1825.096182 +38264,1663.710228,972.4136489,1478.939203,691.8150321,1843.69088 +38265,1666.911826,970.0430556,1479.43381,692.6955114,1835.94076 +38266,1670.263746,967.6698481,1482.476465,693.4722091,1839.913238 +38267,1673.50037,965.294326,1481.971447,694.3122402,1841.749587 +38268,1676.589421,962.9163821,1486.509743,695.0756841,1843.560852 +38269,1679.801666,960.5364547,1483.564471,695.8287149,1845.192784 +38270,1682.847521,958.154562,1491.447153,696.543528,1846.87945 +38271,1686.059152,955.7283001,1483.341049,697.2943997,1848.716855 +38272,1688.998917,953.40257,1498.492533,697.9260272,1850.070981 +38273,1692.117513,950.9899954,1479.55589,698.6593139,1851.899472 +38274,1695.063142,948.6068712,1482.763331,699.2568602,1853.361385 +38275,1698.183795,946.2237788,1498.167547,699.981718,1855.149766 +38276,1700.875253,943.8350039,1490.556306,700.500063,1856.416317 +38277,1704.019056,941.4527452,1493.70124,701.1789977,1858.251345 +38278,1706.765834,939.0660225,1494.72385,701.7036902,1859.654593 +38279,1709.683054,936.6860105,1495.814789,702.3242581,1861.196841 +38280,1712.429517,934.3028617,1496.617064,702.8210545,1862.607862 +38281,1762.404003,954.7556194,1544.6495,726.349924,1945.425388 +38282,1767.745962,953.6789823,1548.313406,728.0138131,1950.247025 +38283,1772.092597,952.1790356,1551.021172,729.4332307,1954.27563 +38284,1776.119913,950.5006019,1553.230004,730.5762606,1957.85164 +38285,1779.888174,948.7239507,1555.17466,731.6116053,1961.103197 +38286,1783.482222,946.8842575,1557.026524,732.604388,1964.141709 +38287,1786.953639,945.0062978,1558.595474,733.4622564,1967.029123 +38288,1790.331584,943.1039268,1560.225389,734.3489014,1969.802897 +38289,1793.636242,941.1859226,1561.722084,735.1721234,1972.490901 +38290,1796.795039,939.2495046,1563.085493,735.9328371,1975.023166 +38291,1800.030989,937.3154398,1564.452298,736.7258447,1977.58112 +38292,1803.080987,935.3645647,1565.811797,737.4338941,1979.980544 +38293,1806.20544,933.3742582,1567.08229,738.1711963,1982.448059 +38294,1809.24087,931.4888551,1568.401311,738.8690552,1984.989003 +38295,1812.135127,929.4954592,1569.394191,739.5013129,1987.125171 +38296,1814.944165,927.5350389,1570.537689,740.1292712,1989.392 +38297,1817.918311,925.5657953,1571.579757,740.7376309,1991.692224 +38298,1820.659677,923.5939132,1572.584168,741.355621,1993.745816 +38299,1823.431358,921.620903,1573.541175,741.8676977,1995.93698 +38300,1826.145404,919.6476433,1574.451205,742.429546,1998.01301 +38301,1828.903322,917.6750774,1575.315607,742.940308,2000.06028 +38302,1831.408171,915.7038427,1576.135045,743.4337233,2002.067414 +38303,1834.063419,913.734652,1576.857296,743.9054832,2004.035512 +38304,1836.604875,911.7675938,1577.624684,744.3551619,2005.882544 +38305,1839.124594,909.8046767,1578.319865,744.784933,2007.981276 +38306,1841.521345,907.6111754,1578.82745,745.1954059,2009.650564 +38307,1844.099654,905.8753324,1579.466236,745.6220542,2011.545124 +38308,1846.4532,904.2201591,1579.931449,746.3148105,2013.319993 +38309,1848.850993,902.5954639,1580.550817,747.0080866,2018.873475 +38310,1851.205282,900.9889385,1580.971121,747.7317378,2013.682187 +38311,1850.409504,898.7763193,1579.957398,747.8279227,2030.733645 +38312,1848.935203,896.3947562,1578.571195,747.8110974,2000.830505 +38313,1847.12335,894.0548094,1576.993153,747.6273489,2031.394171 +38314,1845.048358,891.5800524,1575.267076,747.4525408,2021.197512 +38315,1842.738484,889.1030599,1573.411426,747.1885508,2024.878602 +38316,1840.212045,886.5852392,1571.43604,746.8716898,2026.369204 +38317,1837.482598,884.0355517,1569.347141,746.4991535,2027.988136 +38318,1834.556303,881.4544253,1567.149948,746.0713755,2029.47067 +38319,1831.440483,878.8433799,1564.847771,745.5883275,2030.778854 +38320,1828.140953,876.2027126,1562.443902,745.0502659,2032.23273 +38321,1824.663639,873.5336426,1559.941926,744.4576509,2033.573106 +38322,1821.013531,870.8357417,1557.343307,743.8097162,2034.888038 +38323,1817.191824,868.1104283,1554.651658,743.1072487,2036.165328 +38324,1813.204691,865.357702,1551.868033,742.3497403,2037.402861 +38325,1809.055951,862.5371897,1548.99521,741.5371636,2038.684218 +38326,1804.746052,859.7896848,1546.034591,740.6696495,2039.711167 +38327,1800.28097,856.9286565,1542.988251,739.747169,2040.890824 +38328,1795.749404,854.0760217,1539.930514,738.7697225,2041.953373 +38329,1790.850145,851.1918742,1536.609125,737.7372794,2042.987399 +38330,1785.993751,848.2821516,1533.365663,736.6495638,2043.980002 +38331,1780.914267,845.3478623,1529.907121,735.5071451,2044.844993 +38332,1775.704496,842.3883258,1526.560035,734.309173,2045.887517 +38333,1770.265963,839.4049058,1522.977859,733.0565874,2046.691644 +38334,1764.897199,836.356638,1519.379788,731.7480913,2047.616422 +38335,1759.20319,833.3828925,1515.696235,730.3847306,2048.267907 +38336,1753.444658,830.2993939,1511.937492,728.9317629,2049.074979 +38337,1747.537131,827.2261082,1508.105039,727.5088443,2049.763361 +38338,1741.578375,824.1236726,1504.199432,725.9558691,2050.423317 +38339,1735.278163,820.9980713,1500.221749,724.3770468,2051.043027 +38340,1729.030065,817.8494563,1496.172408,722.7380466,2051.621849 +38341,1645.219438,781.1990825,1414.623475,687.7277444,1909.202766 +38342,1637.206303,777.6545979,1409.30663,685.4032164,1908.870923 +38343,1629.595964,773.9077814,1404.044141,683.2081955,1908.711605 +38344,1621.813552,770.3308151,1398.563194,680.9715794,1908.83539 +38345,1613.816128,766.6154934,1393.167768,678.5480481,1908.877865 +38346,1605.871055,762.9908737,1387.81449,676.3180441,1908.78203 +38347,1597.747217,759.2903471,1382.311132,673.8210072,1908.842761 +38348,1589.519126,755.6404486,1376.764684,671.4495239,1908.809068 +38349,1581.176396,751.8528034,1391.050706,668.8671683,1908.762312 +38350,1572.717793,748.151613,1335.695628,666.3541121,1908.687438 +38351,1564.219548,744.3681881,1393.685128,663.7070046,1908.583358 +38352,1555.423176,740.6363458,1321.363151,661.0990511,1908.448854 +38353,1546.599597,736.7289893,1371.072669,658.2949676,1908.284003 +38354,1537.860564,733.3860728,1325.724039,655.562907,1908.087828 +38355,1528.682616,728.9419673,1342.482795,652.6849295,1907.860777 +38356,1519.616522,725.3622669,1328.458111,649.7619419,1907.520769 +38357,1510.371814,721.4007437,1324.006378,646.8162455,1907.352608 +38358,1501.018415,717.5460106,1317.558942,643.7816972,1906.972153 +38359,1491.548656,713.515336,1311.49251,640.7670578,1906.630555 +38360,1482.044822,709.6904747,1305.03043,637.633343,1906.245089 +38361,1455.407695,705.2074019,1297.710062,632.0260435,1905.862156 +38362,1443.844057,701.2152616,1291.131911,628.4949875,1905.426402 +38363,1433.254816,697.1247151,1284.511349,624.9872876,1904.815106 +38364,1422.878582,693.1054286,1277.992246,621.5689697,1904.351598 +38365,1412.634617,688.9073874,1271.061593,618.0599435,1903.786718 +38366,1402.185849,684.9120939,1264.464713,614.5123118,1903.120677 +38367,1392.088051,680.6376186,1257.482771,611.2599264,1902.614309 +38368,1381.628992,676.6002734,1250.733833,607.2609475,1901.899057 +38369,1371.898839,672.3148803,1243.644177,603.7738405,1901.216125 +38370,1360.726575,667.8847733,1236.776935,600.0918408,1900.485855 +38371,1355.924792,665.4932866,1233.122635,598.1956063,1899.720978 +38372,1351.520483,662.7116517,1229.845531,596.5847944,1898.936908 +38373,1347.60988,660.3226715,1227.075267,595.1781008,1898.128399 +38374,1343.954186,657.974959,1224.312539,593.8205297,1897.293132 +38375,1340.708785,655.7021216,1221.740162,592.5737431,1896.357135 +38376,1337.569638,653.7760683,1219.329691,591.4020548,1895.663955 +38377,1334.698739,651.220771,1216.893819,590.2774775,1894.592921 +38378,1332.024087,649.3225807,1214.668283,589.2845557,1893.741695 +38379,1329.544179,647.2391941,1212.486565,588.3018571,1892.801154 +38380,1341.915365,645.706707,1211.493358,590.0040465,1891.882099 +38381,1342.157488,643.8719626,1209.724699,589.6501668,1890.95432 +38382,1341.509062,642.0295522,1207.852645,589.1781953,1890.019683 +38383,1340.958896,640.2162396,1206.19766,588.7157683,1889.012979 +38384,1340.324671,638.4394635,1204.35215,588.2888795,1888.194542 +38385,1339.936098,636.7006744,1202.71894,587.9068103,1887.223748 +38386,1339.525031,634.9996309,1201.087267,587.5484409,1886.32831 +38387,1339.392745,633.3358315,1199.515487,587.3022856,1885.437845 +38388,1339.247411,631.7082527,1197.993642,587.0532529,1884.636787 +38389,1339.393185,630.1160266,1196.519774,586.8771946,1883.670645 +38390,1339.553012,628.5580046,1195.141711,586.7490721,1882.886567 +38391,1339.992249,627.0333049,1193.682797,586.6726854,1881.986577 +38392,1340.391877,625.569509,1192.340748,586.6343431,1881.302448 +38393,1341.086006,624.0882507,1191.092763,586.6721748,1880.470938 +38394,1341.818492,622.6828272,1189.806359,586.7375992,1879.735759 +38395,1342.732328,621.2901939,1188.589347,586.8631171,1879.004015 +38396,1343.806708,619.9231115,1187.399049,587.0438081,1878.295885 +38397,1345.033819,618.5822025,1186.28874,587.277156,1877.606751 +38398,1346.416272,617.2684098,1185.090342,587.5641296,1876.941073 +38399,1347.954915,615.9802851,1184.027459,587.9041519,1876.223357 +38400,1349.653522,614.7181659,1182.952715,588.0534097,1875.777242 +38401,1197.947356,547.4015161,1028.758537,522.5591271,1588.429959 +38402,1198.754324,545.1723008,1025.759209,522.2936509,1586.110661 +38403,1200.069153,543.7708404,1024.185519,522.4774105,1584.061386 +38404,1201.694844,542.2859992,1022.51896,522.7646029,1582.374265 +38405,1203.711083,540.8411342,1020.952592,523.1755195,1580.711851 +38406,1205.894842,539.4616285,1019.441484,523.6541297,1579.131413 +38407,1208.262006,538.1216077,1018.084011,524.2045914,1577.761593 +38408,1210.830392,536.8135358,1016.684964,524.8247376,1576.325147 +38409,1213.604847,535.5345608,1015.357567,525.514048,1574.986311 +38410,1216.585301,534.2825731,1014.058767,526.2723081,1573.682362 +38411,1219.824343,533.0562347,1012.791364,527.1000478,1572.41879 +38412,1223.155024,531.854367,1011.553194,527.997987,1571.192815 +38413,1226.812405,530.6761503,1010.34271,528.967272,1570.003358 +38414,1230.649971,529.5207018,1009.158157,530.0090624,1568.848627 +38415,1234.724597,528.3873614,1007.998328,531.1248349,1567.781202 +38416,1239.033274,527.2753487,1006.861686,532.3160435,1566.612744 +38417,1243.633562,526.1840453,1005.747106,533.5816359,1565.596624 +38418,1248.355088,525.112694,1004.653099,534.9229992,1564.564576 +38419,1253.607293,524.0607429,1003.578687,536.3444715,1563.572144 +38420,1258.798363,523.027491,1002.522504,537.8483845,1562.610323 +38421,1264.518684,522.0123454,1001.483469,539.4370556,1561.678914 +38422,1270.310466,521.0146064,1000.460218,541.1128084,1560.77711 +38423,1276.528361,520.0336901,999.4516793,542.8782489,1559.904906 +38424,1283.041197,519.0689123,998.4185887,544.7360563,1559.061653 +38425,1289.808261,518.1196922,997.4919089,546.6892122,1558.247421 +38426,1296.957718,517.1853491,996.4931767,548.7408031,1557.461659 +38427,1304.305638,516.2652982,995.5367349,550.8942404,1556.70449 +38428,1310.253055,515.4640167,994.8295396,552.8404715,1555.975502 +38429,1318.086673,514.5983496,993.9489249,555.1192467,1555.27311 +38430,1326.394184,513.7345602,993.0475124,557.3118592,1554.599143 +38431,1327.344157,512.1942432,990.5401147,558.0542823,1553.95348 +38432,1327.13396,510.3110985,987.6786073,557.901385,1553.322306 +38433,1358.000237,509.9664576,987.2502463,565.3365129,1552.682121 +38434,1361.669886,508.2950762,984.7364449,566.3066051,1552.170075 +38435,1362.810398,506.6396971,981.8076441,566.6949621,1551.62875 +38436,1363.169172,505.0852508,978.6870724,566.8042456,1551.100494 +38437,1363.035336,503.0072199,975.5579398,566.7611604,1550.59038 +38438,1362.528568,501.3261768,972.2713048,566.5988247,1550.098276 +38439,1361.712979,499.4514084,968.948401,566.3367023,1549.624186 +38440,1360.626004,497.5844002,965.5592868,565.9857299,1549.166135 +38441,1359.293319,495.6967824,962.1135301,565.5528165,1548.721984 +38442,1357.728923,493.7897598,958.5782226,565.0424786,1548.288234 +38443,1355.891268,491.8640019,955.0812265,564.4580709,1547.861856 +38444,1353.988011,489.9200401,951.4577091,563.8020829,1547.439154 +38445,1351.76068,487.9583764,947.818108,563.0766181,1547.017211 +38446,1349.390354,485.9793461,944.1284952,562.2833373,1546.592705 +38447,1346.778704,483.9833239,940.3601764,561.4237316,1546.163145 +38448,1343.909638,481.970552,936.6366042,560.4989757,1545.725679 +38449,1340.855008,479.9413274,932.7964381,559.5101411,1545.27825 +38450,1337.627762,477.8958544,928.9464133,558.4580572,1544.81855 +38451,1334.233368,475.8343336,925.0191267,557.325258,1544.3448 +38452,1330.673189,473.7567577,921.1366704,556.3644187,1543.854243 +38453,1326.953858,471.840869,917.1453012,554.7780845,1543.347265 +38454,1323.018303,469.4770748,913.1467906,553.627856,1542.82195 +38455,1319.067348,467.4760247,909.0758158,552.2195481,1542.277291 +38456,1314.83846,465.3116969,905.0511951,550.7848919,1541.763623 +38457,1310.502921,463.1580262,900.9225199,549.2890071,1541.098307 +38458,1306.006358,460.9899065,896.7885805,547.7318689,1540.527291 +38459,1301.356036,458.8071666,892.5852649,546.1131712,1539.887434 +38460,1296.498858,456.6098502,888.4294016,544.4326053,1539.18005 +38461,1291.392516,454.5085394,893.4436201,542.7797725,1538.951289 +38462,1591.13628,583.5463489,937.2385326,672.0740928,2128.146697 +38463,1592.180028,583.9295032,950.5246957,673.2222832,2106.47558 +38464,1585.554499,581.2791203,972.5288187,670.6957759,2123.843385 +38465,1580.271969,579.039037,987.2159999,668.728135,2118.083951 +38466,1590.6557,576.8642597,994.8657907,666.8920751,2109.860248 +38467,1544.092104,574.6138326,999.2421572,664.7313644,2120.061476 +38468,1588.06476,572.3711599,1002.039781,662.6533099,2115.387048 +38469,1534.293064,570.0691647,1004.015081,660.4525018,2115.284727 +38470,1560.071769,567.8400321,1005.492393,658.0846766,2115.078377 +38471,1541.642671,565.5143284,1006.619917,655.8608505,2114.541986 +38472,1537.182893,563.2056339,1007.470051,653.3539025,2113.995476 +38473,1530.191219,560.8755663,1008.088177,650.8674467,2113.432389 +38474,1523.027519,558.4959894,1008.509365,648.294585,2112.768698 +38475,1515.747304,556.1279103,1008.761858,645.5640799,2112.166536 +38476,1508.137562,553.712859,1008.870498,642.9123743,2111.498582 +38477,1500.559267,551.3726242,1008.856295,640.0152029,2110.819488 +38478,1492.449981,548.9385971,1008.736632,637.2463959,2110.112784 +38479,1484.260098,546.5227419,1008.525839,634.1106875,2109.37997 +38480,1476.038756,544.0859046,1008.235837,631.1592926,2108.619811 +38481,1467.333232,541.6345369,1007.876594,627.8571211,2107.833947 +38482,1458.494203,539.1330696,1007.456501,624.6568625,2107.161541 +38483,1448.801069,536.7026204,1006.982613,621.184745,2106.112524 +38484,1437.989895,534.1784929,1006.460854,617.2205634,2105.330706 +38485,1432.605976,531.6696153,1005.8962,613.2398498,2104.421186 +38486,1406.166695,529.1376942,1005.292793,609.1548151,2103.484574 +38487,1408.456015,526.5555772,1004.652889,605.0290542,2102.525735 +38488,1417.658152,524.2760103,1003.981266,608.1114663,2101.535257 +38489,1409.742924,521.7002806,1003.289762,604.8659529,2100.582472 +38490,1398.566781,519.4295192,1002.576951,600.6997347,2099.500048 +38491,1392.13989,516.9131022,1001.837644,598.326461,2098.556402 +38492,1386.225574,515.2003286,1001.094287,596.0499769,2097.456884 +38493,1380.190555,513.2042039,1000.363072,593.8100153,2096.37213 +38494,1374.363573,511.3706049,999.6493326,591.6334886,2095.244618 +38495,1368.095922,509.4884331,998.9523051,589.3712438,2094.100032 +38496,1362.240815,507.6555738,998.2693994,587.2133366,2092.934406 +38497,1356.096041,505.8354665,997.5981319,585.028649,2091.7494 +38498,1349.954463,504.0318599,996.9365634,582.8194059,2090.54647 +38499,1343.897211,502.2437062,996.2832022,580.7184516,2089.282839 +38500,1337.918283,500.4381581,995.6368423,578.5347208,2088.113947 +38501,1331.819206,498.7255063,994.9964661,576.4345631,2086.837073 +38502,1325.788345,496.9549403,994.3612008,574.2331314,2085.57907 +38503,1319.889597,495.2255226,993.7302884,572.1273186,2084.307653 +38504,1313.925437,493.5027065,993.10308,569.9896185,2083.023374 +38505,1307.922939,491.7913497,992.4790218,567.8627696,2081.72939 +38506,1302.070414,490.0911106,991.8576477,565.7388122,2080.426042 +38507,1295.981006,488.3391695,991.2385723,563.6191957,2079.034514 +38508,1290.319247,486.7300116,990.6203528,561.4243626,2077.772006 +38509,1283.977475,485.0132749,990.0041257,559.3521894,2076.378891 +38510,1215.787446,479.0248361,989.3884133,535.8463647,2074.861737 +38511,1203.032137,476.8009526,988.6089821,530.9191746,2073.50188 +38512,1194.344826,474.9608571,987.7296665,527.5177043,2072.102119 +38513,1186.562857,473.1578186,986.8348553,524.78428,2070.870238 +38514,1179.312505,471.4414527,985.9677746,521.4379138,2069.245975 +38515,1172.434636,469.7604359,985.1388156,518.9677247,2067.906301 +38516,1165.827518,468.1096511,984.3445075,516.3026877,2066.442654 +38517,1159.534857,466.51448,983.5787913,513.8084218,2065.044552 +38518,1153.170645,464.8565217,982.8379529,511.3164586,2063.434958 +38519,1147.355007,463.3437762,982.117193,508.9452421,2062.040265 +38520,1141.328548,461.7309476,981.4149485,506.5310067,2060.397669 +38521,0,0,0,0,0 +38522,0,0,0,0,0 +38523,0,0,0,0,0 +38524,0,0,0,0,0 +38525,0,0,0,0,0 +38526,0,0,0,0,0 +38527,0,0,0,0,0 +38528,0,0,0,0,0 +38529,0,0,0,0,0 +38530,0,0,0,0,0 +38531,0,0,0,0,0 +38532,0,0,0,0,0 +38533,0,0,0,0,0 +38534,0,0,0,0,0 +38535,0,0,0,0,0 +38536,0,0,0,0,0 +38537,0,0,0,0,0 +38538,0,0,0,0,0 +38539,0,0,0,0,0 +38540,0,0,0,0,0 +38541,0,0,0,0,0 +38542,0,0,0,0,0 +38543,0,0,0,0,0 +38544,0,0,0,0,0 +38545,0,0,0,0,0 +38546,0,0,0,0,0 +38547,0,0,0,0,0 +38548,0,0,0,0,0 +38549,0,0,0,0,0 +38550,0,0,0,0,0 +38551,0,0,0,0,0 +38552,0,0,0,0,0 +38553,0,0,0,0,0 +38554,0,0,0,0,0 +38555,0,0,0,0,0 +38556,0,0,0,0,0 +38557,0,0,0,0,0 +38558,0,0,0,0,0 +38559,0,0,0,0,0 +38560,0,0,0,0,0 +38561,0,0,0,0,0 +38562,0,0,0,0,0 +38563,0,0,0,0,0 +38564,0,0,0,0,0 +38565,0,0,0,0,0 +38566,0,0,0,0,0 +38567,0,0,0,0,0 +38568,0,0,0,0,0 +38569,0,0,0,0,0 +38570,0,0,0,0,0 +38571,0,0,0,0,0 +38572,0,0,0,0,0 +38573,0,0,0,0,0 +38574,0,0,0,0,0 +38575,0,0,0,0,0 +38576,0,0,0,0,0 +38577,0,0,0,0,0 +38578,0,0,0,0,0 +38579,0,0,0,0,0 +38580,0,0,0,0,0 +38581,0,0,0,0,0 +38582,0,0,0,0,0 +38583,0,0,0,0,0 +38584,0,0,0,0,0 +38585,0,0,0,0,0 +38586,0,0,0,0,0 +38587,0,0,0,0,0 +38588,0,0,0,0,0 +38589,0,0,0,0,0 +38590,0,0,0,0,0 +38591,0,0,0,0,0 +38592,0,0,0,0,0 +38593,0,0,0,0,0 +38594,0,0,0,0,0 +38595,0,0,0,0,0 +38596,0,0,0,0,0 +38597,0,0,0,0,0 +38598,0,0,0,0,0 +38599,0,0,0,0,0 +38600,0,0,0,0,0 +38601,0,0,0,0,0 +38602,0,0,0,0,0 +38603,0,0,0,0,0 +38604,0,0,0,0,0 +38605,0,0,0,0,0 +38606,0,0,0,0,0 +38607,0,0,0,0,0 +38608,0,0,0,0,0 +38609,0,0,0,0,0 +38610,0,0,0,0,0 +38611,0,0,0,0,0 +38612,0,0,0,0,0 +38613,0,0,0,0,0 +38614,0,0,0,0,0 +38615,0,0,0,0,0 +38616,0,0,0,0,0 +38617,0,0,0,0,0 +38618,0,0,0,0,0 +38619,0,0,0,0,0 +38620,0,0,0,0,0 +38621,0,0,0,0,0 +38622,0,0,0,0,0 +38623,0,0,0,0,0 +38624,0,0,0,0,0 +38625,0,0,0,0,0 +38626,0,0,0,0,0 +38627,0,0,0,0,0 +38628,0,0,0,0,0 +38629,0,0,0,0,0 +38630,0,0,0,0,0 +38631,0,0,0,0,0 +38632,0,0,0,0,0 +38633,0,0,0,0,0 +38634,0,0,0,0,0 +38635,0,0,0,0,0 +38636,0,0,0,0,0 +38637,0,0,0,0,0 +38638,0,0,0,0,0 +38639,0,0,0,0,0 +38640,0,0,0,0,0 +38641,0,0,0,0,0 +38642,0,0,0,0,0 +38643,0,0,0,0,0 +38644,0,0,0,0,0 +38645,0,0,0,0,0 +38646,0,0,0,0,0 +38647,0,0,0,0,0 +38648,0,0,0,0,0 +38649,0,0,0,0,0 +38650,0,0,0,0,0 +38651,0,0,0,0,0 +38652,0,0,0,0,0 +38653,0,0,0,0,0 +38654,0,0,0,0,0 +38655,0,0,0,0,0 +38656,0,0,0,0,0 +38657,0,0,0,0,0 +38658,0,0,0,0,0 +38659,0,0,0,0,0 +38660,0,0,0,0,0 +38661,0,0,0,0,0 +38662,0,0,0,0,0 +38663,0,0,0,0,0 +38664,0,0,0,0,0 +38665,0,0,0,0,0 +38666,0,0,0,0,0 +38667,0,0,0,0,0 +38668,0,0,0,0,0 +38669,0,0,0,0,0 +38670,0,0,0,0,0 +38671,0,0,0,0,0 +38672,0,0,0,0,0 +38673,0,0,0,0,0 +38674,0,0,0,0,0 +38675,0,0,0,0,0 +38676,0,0,0,0,0 +38677,0,0,0,0,0 +38678,0,0,0,0,0 +38679,0,0,0,0,0 +38680,0,0,0,0,0 +38681,0,0,0,0,0 +38682,0,0,0,0,0 +38683,0,0,0,0,0 +38684,0,0,0,0,0 +38685,0,0,0,0,0 +38686,0,0,0,0,0 +38687,0,0,0,0,0 +38688,0,0,0,0,0 +38689,0,0,0,0,0 +38690,0,0,0,0,0 +38691,0,0,0,0,0 +38692,0,0,0,0,0 +38693,0,0,0,0,0 +38694,0,0,0,0,0 +38695,0,0,0,0,0 +38696,0,0,0,0,0 +38697,0,0,0,0,0 +38698,0,0,0,0,0 +38699,0,0,0,0,0 +38700,0,0,0,0,0 +38701,0,0,0,0,0 +38702,0,0,0,0,0 +38703,0,0,0,0,0 +38704,0,0,0,0,0 +38705,0,0,0,0,0 +38706,0,0,0,0,0 +38707,0,0,0,0,0 +38708,0,0,0,0,0 +38709,0,0,0,0,0 +38710,0,0,0,0,0 +38711,0,0,0,0,0 +38712,0,0,0,0,0 +38713,0,0,0,0,0 +38714,0,0,0,0,0 +38715,0,0,0,0,0 +38716,0,0,0,0,0 +38717,0,0,0,0,0 +38718,0,0,0,0,0 +38719,0,0,0,0,0 +38720,0,0,0,0,0 +38721,0,0,0,0,0 +38722,0,0,0,0,0 +38723,0,0,0,0,0 +38724,0,0,0,0,0 +38725,0,0,0,0,0 +38726,0,0,0,0,0 +38727,0,0,0,0,0 +38728,0,0,0,0,0 +38729,0,0,0,0,0 +38730,0,0,0,0,0 +38731,0,0,0,0,0 +38732,0,0,0,0,0 +38733,0,0,0,0,0 +38734,0,0,0,0,0 +38735,0,0,0,0,0 +38736,0,0,0,0,0 +38737,0,0,0,0,0 +38738,0,0,0,0,0 +38739,0,0,0,0,0 +38740,0,0,0,0,0 +38741,0,0,0,0,0 +38742,0,0,0,0,0 +38743,0,0,0,0,0 +38744,0,0,0,0,0 +38745,0,0,0,0,0 +38746,0,0,0,0,0 +38747,0,0,0,0,0 +38748,0,0,0,0,0 +38749,0,0,0,0,0 +38750,0,0,0,0,0 +38751,0,0,0,0,0 +38752,0,0,0,0,0 +38753,0,0,0,0,0 +38754,0,0,0,0,0 +38755,0,0,0,0,0 +38756,0,0,0,0,0 +38757,0,0,0,0,0 +38758,0,0,0,0,0 +38759,0,0,0,0,0 +38760,0,0,0,0,0 +38761,0,0,0,0,0 +38762,0,0,0,0,0 +38763,0,0,0,0,0 +38764,0,0,0,0,0 +38765,0,0,0,0,0 +38766,0,0,0,0,0 +38767,0,0,0,0,0 +38768,0,0,0,0,0 +38769,0,0,0,0,0 +38770,0,0,0,0,0 +38771,0,0,0,0,0 +38772,0,0,0,0,0 +38773,0,0,0,0,0 +38774,0,0,0,0,0 +38775,0,0,0,0,0 +38776,0,0,0,0,0 +38777,0,0,0,0,0 +38778,0,0,0,0,0 +38779,0,0,0,0,0 +38780,0,0,0,0,0 +38781,0,0,0,0,0 +38782,0,0,0,0,0 +38783,0,0,0,0,0 +38784,0,0,0,0,0 +38785,0,0,0,0,0 +38786,0,0,0,0,0 +38787,0,0,0,0,0 +38788,0,0,0,0,0 +38789,0,0,0,0,0 +38790,0,0,0,0,0 +38791,0,0,0,0,0 +38792,0,0,0,0,0 +38793,0,0,0,0,0 +38794,0,0,0,0,0 +38795,0,0,0,0,0 +38796,0,0,0,0,0 +38797,0,0,0,0,0 +38798,0,0,0,0,0 +38799,0,0,0,0,0 +38800,0,0,0,0,0 +38801,0,0,0,0,0 +38802,0,0,0,0,0 +38803,0,0,0,0,0 +38804,0,0,0,0,0 +38805,0,0,0,0,0 +38806,0,0,0,0,0 +38807,0,0,0,0,0 +38808,0,0,0,0,0 +38809,0,0,0,0,0 +38810,0,0,0,0,0 +38811,0,0,0,0,0 +38812,0,0,0,0,0 +38813,0,0,0,0,0 +38814,0,0,0,0,0 +38815,0,0,0,0,0 +38816,0,0,0,0,0 +38817,0,0,0,0,0 +38818,0,0,0,0,0 +38819,0,0,0,0,0 +38820,0,0,0,0,0 +38821,0,0,0,0,0 +38822,0,0,0,0,0 +38823,0,0,0,0,0 +38824,0,0,0,0,0 +38825,0,0,0,0,0 +38826,0,0,0,0,0 +38827,0,0,0,0,0 +38828,0,0,0,0,0 +38829,0,0,0,0,0 +38830,0,0,0,0,0 +38831,0,0,0,0,0 +38832,0,0,0,0,0 +38833,0,0,0,0,0 +38834,0,0,0,0,0 +38835,0,0,0,0,0 +38836,0,0,0,0,0 +38837,0,0,0,0,0 +38838,0,0,0,0,0 +38839,0,0,0,0,0 +38840,0,0,0,0,0 +38841,0,0,0,0,0 +38842,0,0,0,0,0 +38843,0,0,0,0,0 +38844,0,0,0,0,0 +38845,0,0,0,0,0 +38846,0,0,0,0,0 +38847,0,0,0,0,0 +38848,0,0,0,0,0 +38849,0,0,0,0,0 +38850,0,0,0,0,0 +38851,0,0,0,0,0 +38852,0,0,0,0,0 +38853,0,0,0,0,0 +38854,0,0,0,0,0 +38855,0,0,0,0,0 +38856,0,0,0,0,0 +38857,0,0,0,0,0 +38858,0,0,0,0,0 +38859,0,0,0,0,0 +38860,0,0,0,0,0 +38861,0,0,0,0,0 +38862,0,0,0,0,0 +38863,0,0,0,0,0 +38864,0,0,0,0,0 +38865,0,0,0,0,0 +38866,0,0,0,0,0 +38867,0,0,0,0,0 +38868,0,0,0,0,0 +38869,0,0,0,0,0 +38870,0,0,0,0,0 +38871,0,0,0,0,0 +38872,0,0,0,0,0 +38873,0,0,0,0,0 +38874,0,0,0,0,0 +38875,0,0,0,0,0 +38876,0,0,0,0,0 +38877,0,0,0,0,0 +38878,0,0,0,0,0 +38879,0,0,0,0,0 +38880,0,0,0,0,0 +38881,0,0,0,0,0 +38882,0,0,0,0,0 +38883,0,0,0,0,0 +38884,0,0,0,0,0 +38885,0,0,0,0,0 +38886,0,0,0,0,0 +38887,0,0,0,0,0 +38888,0,0,0,0,0 +38889,0,0,0,0,0 +38890,0,0,0,0,0 +38891,0,0,0,0,0 +38892,0,0,0,0,0 +38893,0,0,0,0,0 +38894,0,0,0,0,0 +38895,0,0,0,0,0 +38896,0,0,0,0,0 +38897,0,0,0,0,0 +38898,0,0,0,0,0 +38899,0,0,0,0,0 +38900,0,0,0,0,0 +38901,0,0,0,0,0 +38902,0,0,0,0,0 +38903,0,0,0,0,0 +38904,0,0,0,0,0 +38905,0,0,0,0,0 +38906,0,0,0,0,0 +38907,0,0,0,0,0 +38908,0,0,0,0,0 +38909,0,0,0,0,0 +38910,0,0,0,0,0 +38911,0,0,0,0,0 +38912,0,0,0,0,0 +38913,0,0,0,0,0 +38914,0,0,0,0,0 +38915,0,0,0,0,0 +38916,0,0,0,0,0 +38917,0,0,0,0,0 +38918,0,0,0,0,0 +38919,0,0,0,0,0 +38920,0,0,0,0,0 +38921,0,0,0,0,0 +38922,0,0,0,0,0 +38923,0,0,0,0,0 +38924,0,0,0,0,0 +38925,0,0,0,0,0 +38926,0,0,0,0,0 +38927,0,0,0,0,0 +38928,0,0,0,0,0 +38929,0,0,0,0,0 +38930,0,0,0,0,0 +38931,0,0,0,0,0 +38932,0,0,0,0,0 +38933,0,0,0,0,0 +38934,0,0,0,0,0 +38935,0,0,0,0,0 +38936,0,0,0,0,0 +38937,0,0,0,0,0 +38938,0,0,0,0,0 +38939,0,0,0,0,0 +38940,0,0,0,0,0 +38941,0,0,0,0,0 +38942,0,0,0,0,0 +38943,0,0,0,0,0 +38944,0,0,0,0,0 +38945,0,0,0,0,0 +38946,0,0,0,0,0 +38947,0,0,0,0,0 +38948,0,0,0,0,0 +38949,0,0,0,0,0 +38950,0,0,0,0,0 +38951,0,0,0,0,0 +38952,0,0,0,0,0 +38953,0,0,0,0,0 +38954,0,0,0,0,0 +38955,0,0,0,0,0 +38956,0,0,0,0,0 +38957,0,0,0,0,0 +38958,0,0,0,0,0 +38959,0,0,0,0,0 +38960,0,0,0,0,0 +38961,0,0,0,0,0 +38962,0,0,0,0,0 +38963,0,0,0,0,0 +38964,0,0,0,0,0 +38965,0,0,0,0,0 +38966,0,0,0,0,0 +38967,0,0,0,0,0 +38968,0,0,0,0,0 +38969,0,0,0,0,0 +38970,0,0,0,0,0 +38971,0,0,0,0,0 +38972,0,0,0,0,0 +38973,0,0,0,0,0 +38974,0,0,0,0,0 +38975,0,0,0,0,0 +38976,0,0,0,0,0 +38977,0,0,0,0,0 +38978,0,0,0,0,0 +38979,0,0,0,0,0 +38980,0,0,0,0,0 +38981,0,0,0,0,0 +38982,0,0,0,0,0 +38983,0,0,0,0,0 +38984,0,0,0,0,0 +38985,0,0,0,0,0 +38986,0,0,0,0,0 +38987,0,0,0,0,0 +38988,0,0,0,0,0 +38989,0,0,0,0,0 +38990,0,0,0,0,0 +38991,0,0,0,0,0 +38992,0,0,0,0,0 +38993,0,0,0,0,0 +38994,0,0,0,0,0 +38995,0,0,0,0,0 +38996,0,0,0,0,0 +38997,0,0,0,0,0 +38998,0,0,0,0,0 +38999,0,0,0,0,0 +39000,0,0,0,0,0 +39001,0,0,0,0,0 +39002,0,0,0,0,0 +39003,0,0,0,0,0 +39004,0,0,0,0,0 +39005,0,0,0,0,0 +39006,0,0,0,0,0 +39007,0,0,0,0,0 +39008,0,0,0,0,0 +39009,0,0,0,0,0 +39010,0,0,0,0,0 +39011,0,0,0,0,0 +39012,0,0,0,0,0 +39013,0,0,0,0,0 +39014,0,0,0,0,0 +39015,0,0,0,0,0 +39016,0,0,0,0,0 +39017,0,0,0,0,0 +39018,0,0,0,0,0 +39019,0,0,0,0,0 +39020,0,0,0,0,0 +39021,0,0,0,0,0 +39022,0,0,0,0,0 +39023,0,0,0,0,0 +39024,0,0,0,0,0 +39025,0,0,0,0,0 +39026,0,0,0,0,0 +39027,0,0,0,0,0 +39028,0,0,0,0,0 +39029,0,0,0,0,0 +39030,0,0,0,0,0 +39031,0,0,0,0,0 +39032,0,0,0,0,0 +39033,0,0,0,0,0 +39034,0,0,0,0,0 +39035,0,0,0,0,0 +39036,0,0,0,0,0 +39037,0,0,0,0,0 +39038,0,0,0,0,0 +39039,0,0,0,0,0 +39040,0,0,0,0,0 +39041,0,0,0,0,0 +39042,0,0,0,0,0 +39043,0,0,0,0,0 +39044,0,0,0,0,0 +39045,0,0,0,0,0 +39046,0,0,0,0,0 +39047,0,0,0,0,0 +39048,0,0,0,0,0 +39049,0,0,0,0,0 +39050,0,0,0,0,0 +39051,0,0,0,0,0 +39052,0,0,0,0,0 +39053,0,0,0,0,0 +39054,0,0,0,0,0 +39055,0,0,0,0,0 +39056,0,0,0,0,0 +39057,0,0,0,0,0 +39058,0,0,0,0,0 +39059,0,0,0,0,0 +39060,0,0,0,0,0 +39061,0,0,0,0,0 +39062,0,0,0,0,0 +39063,0,0,0,0,0 +39064,0,0,0,0,0 +39065,0,0,0,0,0 +39066,0,0,0,0,0 +39067,0,0,0,0,0 +39068,0,0,0,0,0 +39069,0,0,0,0,0 +39070,0,0,0,0,0 +39071,0,0,0,0,0 +39072,0,0,0,0,0 +39073,0,0,0,0,0 +39074,0,0,0,0,0 +39075,0,0,0,0,0 +39076,0,0,0,0,0 +39077,0,0,0,0,0 +39078,0,0,0,0,0 +39079,0,0,0,0,0 +39080,0,0,0,0,0 +39081,0,0,0,0,0 +39082,0,0,0,0,0 +39083,0,0,0,0,0 +39084,0,0,0,0,0 +39085,0,0,0,0,0 +39086,0,0,0,0,0 +39087,0,0,0,0,0 +39088,0,0,0,0,0 +39089,0,0,0,0,0 +39090,0,0,0,0,0 +39091,0,0,0,0,0 +39092,0,0,0,0,0 +39093,0,0,0,0,0 +39094,0,0,0,0,0 +39095,0,0,0,0,0 +39096,0,0,0,0,0 +39097,0,0,0,0,0 +39098,0,0,0,0,0 +39099,0,0,0,0,0 +39100,0,0,0,0,0 +39101,0,0,0,0,0 +39102,0,0,0,0,0 +39103,0,0,0,0,0 +39104,0,0,0,0,0 +39105,0,0,0,0,0 +39106,0,0,0,0,0 +39107,0,0,0,0,0 +39108,0,0,0,0,0 +39109,0,0,0,0,0 +39110,0,0,0,0,0 +39111,0,0,0,0,0 +39112,0,0,0,0,0 +39113,0,0,0,0,0 +39114,0,0,0,0,0 +39115,0,0,0,0,0 +39116,0,0,0,0,0 +39117,0,0,0,0,0 +39118,0,0,0,0,0 +39119,0,0,0,0,0 +39120,0,0,0,0,0 +39121,0,0,0,0,0 +39122,0,0,0,0,0 +39123,0,0,0,0,0 +39124,0,0,0,0,0 +39125,0,0,0,0,0 +39126,0,0,0,0,0 +39127,0,0,0,0,0 +39128,0,0,0,0,0 +39129,0,0,0,0,0 +39130,0,0,0,0,0 +39131,0,0,0,0,0 +39132,0,0,0,0,0 +39133,0,0,0,0,0 +39134,0,0,0,0,0 +39135,0,0,0,0,0 +39136,0,0,0,0,0 +39137,0,0,0,0,0 +39138,0,0,0,0,0 +39139,0,0,0,0,0 +39140,0,0,0,0,0 +39141,0,0,0,0,0 +39142,0,0,0,0,0 +39143,0,0,0,0,0 +39144,0,0,0,0,0 +39145,0,0,0,0,0 +39146,0,0,0,0,0 +39147,0,0,0,0,0 +39148,0,0,0,0,0 +39149,0,0,0,0,0 +39150,0,0,0,0,0 +39151,0,0,0,0,0 +39152,0,0,0,0,0 +39153,0,0,0,0,0 +39154,0,0,0,0,0 +39155,0,0,0,0,0 +39156,0,0,0,0,0 +39157,0,0,0,0,0 +39158,0,0,0,0,0 +39159,0,0,0,0,0 +39160,0,0,0,0,0 +39161,0,0,0,0,0 +39162,0,0,0,0,0 +39163,0,0,0,0,0 +39164,0,0,0,0,0 +39165,0,0,0,0,0 +39166,0,0,0,0,0 +39167,0,0,0,0,0 +39168,0,0,0,0,0 +39169,0,0,0,0,0 +39170,0,0,0,0,0 +39171,0,0,0,0,0 +39172,0,0,0,0,0 +39173,0,0,0,0,0 +39174,0,0,0,0,0 +39175,0,0,0,0,0 +39176,0,0,0,0,0 +39177,0,0,0,0,0 +39178,0,0,0,0,0 +39179,0,0,0,0,0 +39180,0,0,0,0,0 +39181,0,0,0,0,0 +39182,0,0,0,0,0 +39183,0,0,0,0,0 +39184,0,0,0,0,0 +39185,0,0,0,0,0 +39186,0,0,0,0,0 +39187,0,0,0,0,0 +39188,0,0,0,0,0 +39189,0,0,0,0,0 +39190,0,0,0,0,0 +39191,0,0,0,0,0 +39192,0,0,0,0,0 +39193,0,0,0,0,0 +39194,0,0,0,0,0 +39195,0,0,0,0,0 +39196,0,0,0,0,0 +39197,0,0,0,0,0 +39198,0,0,0,0,0 +39199,0,0,0,0,0 +39200,0,0,0,0,0 +39201,0,0,0,0,0 +39202,0,0,0,0,0 +39203,0,0,0,0,0 +39204,0,0,0,0,0 +39205,0,0,0,0,0 +39206,0,0,0,0,0 +39207,0,0,0,0,0 +39208,0,0,0,0,0 +39209,0,0,0,0,0 +39210,0,0,0,0,0 +39211,0,0,0,0,0 +39212,0,0,0,0,0 +39213,0,0,0,0,0 +39214,0,0,0,0,0 +39215,0,0,0,0,0 +39216,0,0,0,0,0 +39217,0,0,0,0,0 +39218,0,0,0,0,0 +39219,0,0,0,0,0 +39220,0,0,0,0,0 +39221,0,0,0,0,0 +39222,0,0,0,0,0 +39223,0,0,0,0,0 +39224,0,0,0,0,0 +39225,0,0,0,0,0 +39226,0,0,0,0,0 +39227,0,0,0,0,0 +39228,0,0,0,0,0 +39229,0,0,0,0,0 +39230,0,0,0,0,0 +39231,0,0,0,0,0 +39232,0,0,0,0,0 +39233,0,0,0,0,0 +39234,0,0,0,0,0 +39235,0,0,0,0,0 +39236,0,0,0,0,0 +39237,0,0,0,0,0 +39238,0,0,0,0,0 +39239,0,0,0,0,0 +39240,0,0,0,0,0 +39241,0,0,0,0,0 +39242,0,0,0,0,0 +39243,0,0,0,0,0 +39244,0,0,0,0,0 +39245,0,0,0,0,0 +39246,0,0,0,0,0 +39247,0,0,0,0,0 +39248,0,0,0,0,0 +39249,0,0,0,0,0 +39250,0,0,0,0,0 +39251,0,0,0,0,0 +39252,0,0,0,0,0 +39253,0,0,0,0,0 +39254,0,0,0,0,0 +39255,0,0,0,0,0 +39256,0,0,0,0,0 +39257,0,0,0,0,0 +39258,0,0,0,0,0 +39259,0,0,0,0,0 +39260,0,0,0,0,0 +39261,0,0,0,0,0 +39262,0,0,0,0,0 +39263,0,0,0,0,0 +39264,0,0,0,0,0 +39265,0,0,0,0,0 +39266,0,0,0,0,0 +39267,0,0,0,0,0 +39268,0,0,0,0,0 +39269,0,0,0,0,0 +39270,0,0,0,0,0 +39271,0,0,0,0,0 +39272,0,0,0,0,0 +39273,0,0,0,0,0 +39274,0,0,0,0,0 +39275,0,0,0,0,0 +39276,0,0,0,0,0 +39277,0,0,0,0,0 +39278,0,0,0,0,0 +39279,0,0,0,0,0 +39280,0,0,0,0,0 +39281,0,0,0,0,0 +39282,0,0,0,0,0 +39283,0,0,0,0,0 +39284,0,0,0,0,0 +39285,0,0,0,0,0 +39286,0,0,0,0,0 +39287,0,0,0,0,0 +39288,0,0,0,0,0 +39289,0,0,0,0,0 +39290,0,0,0,0,0 +39291,0,0,0,0,0 +39292,0,0,0,0,0 +39293,0,0,0,0,0 +39294,0,0,0,0,0 +39295,0,0,0,0,0 +39296,0,0,0,0,0 +39297,0,0,0,0,0 +39298,0,0,0,0,0 +39299,0,0,0,0,0 +39300,0,0,0,0,0 +39301,-1844.251846,-819.3122185,-1811.541585,-819.3153857,-1125.974997 +39302,-1901.968669,-816.8178314,-1867.017493,-816.8209896,-1124.808545 +39303,-1920.193207,-813.237894,-1880.027786,-813.2410352,-1123.016684 +39304,-1911.467692,-809.7114202,-1871.621919,-809.7145432,-1121.160252 +39305,-1903.778277,-806.6887759,-1864.217264,-806.6918828,-1119.475618 +39306,-1897.285776,-804.1924044,-1857.959241,-804.1954977,-1117.996299 +39307,-1891.78553,-802.1129064,-1852.648371,-802.1159884,-1116.689194 +39308,-1887.052046,-800.3466313,-1848.068925,-800.3497037,-1115.518633 +39309,-1421.88054,-798.8242291,-1713.442084,-798.8272934,-1114.460844 +39310,-1131.138402,-555.4466269,-940.0223833,-555.4478589,-1113.500966 +39311,-1386.957543,-593.2912551,-1426.126554,-593.2928703,-1112.628271 +39312,-1267.346682,-607.7844611,-1261.27082,-607.7862481,-1110.693341 +39313,-1258.760325,-582.7906919,-1247.105434,-582.7922252,-1105.203509 +39314,-1244.942532,-575.954336,-1236.505897,-575.9558353,-1095.20169 +39315,-1234.827543,-570.7886586,-1226.271873,-570.7901493,-1083.053356 +39316,-1228.779252,-566.1032126,-1214.769933,-566.1046589,-1019.382006 +39317,-1216.230371,-560.6332929,-1208.016954,-560.6346594,-707.0837696 +39318,-1208.342808,-556.7861916,-1197.722276,-556.7875092,-904.1696862 +39319,-1198.292577,-550.6767537,-1188.447611,-550.6780077,-832.9294066 +39320,-1193.737984,-548.3530828,-1180.820108,-547.1455326,-826.6562106 +39321,-1182.601899,-541.8164987,-1173.895965,-543.0802605,-819.3905225 +39322,-1176.312491,-538.589666,-1164.395042,-538.5919392,-815.2139836 +39323,-1167.535551,-535.0897092,-1157.964639,-534.4239722,-805.1910287 +39324,-1162.283864,-529.9952657,-1149.235937,-531.3671053,-802.8977538 +39325,-1154.73052,-527.4524782,-1143.987208,-526.0470585,-794.6646584 +39326,-1148.959801,-523.3698409,-1136.563732,-523.3710646,-790.4782276 +39327,-1140.913849,-519.1333544,-1128.903616,-520.6013373,-784.5808837 +39328,-1134.780195,-517.0039633,-1125.086862,-515.5068516,-778.4421324 +39329,-1130.660692,-513.3046417,-1117.0903,-513.3058382,-773.7065133 +39330,-1124.292643,-508.7272686,-1110.99769,-510.2850047,-768.8289267 +39331,-1117.808274,-507.9838259,-1106.900391,-505.6151227,-762.0944435 +39332,-1108.978393,-496.6923819,-1096.344307,-502.4391812,-759.5342467 +39333,-1104.520785,-493.3525033,-1085.531074,-497.5463395,-753.3683703 +39334,-1097.719144,-489.946993,-1081.156439,-494.2148274,-747.9387586 +39335,-1090.816435,-487.3541821,-1074.49328,-490.821187,-745.1803121 +39336,-1086.16699,-482.9437269,-1067.731822,-487.3645032,-738.5801265 +39337,-1081.469482,-480.2523409,-1062.024924,-483.8440916,-736.6660229 +39338,-1073.127328,-475.679329,-1053.914943,-481.1628643,-729.8097829 +39339,-1069.517835,-472.8884861,-1049.226267,-476.6083437,-726.8128815 +39340,-1064.660269,-470.058996,-1042.104946,-474.7605341,-722.7544965 +39341,-1057.283247,-465.2529455,-1034.884718,-470.0607721,-718.6260288 +39342,-1054.806197,-461.3302741,-1030.018631,-468.1534107,-714.4264469 +39343,-1049.808673,-460.3400677,-1025.105851,-465.2573358,-711.2299303 +39344,-1044.764357,-458.343728,-1020.146733,-461.827914,-706.9025534 +39345,-1039.674231,-453.7816742,-1012.619827,-459.3457313,-703.6083171 +39346,-1037.113369,-452.2416767,-1008.819966,-456.3292684,-699.1489554 +39347,-1029.351897,-448.0799385,-1002.425187,-453.2714569,-696.8909338 +39348,-1029.354773,-444.9091416,-997.2565822,-451.2101629,-692.3144781 +39349,-1021.484431,-442.7716797,-992.0400539,-448.0814707,-689.9966859 +39350,-1018.83806,-438.4352175,-986.7749068,-444.9098684,-686.4813996 +39351,-1013.50801,-436.2377869,-981.4608422,-442.7721923,-682.9197324 +39352,-1010.826043,-432.3425949,-977.4431804,-440.6145396,-679.3113045 +39353,-1005.421798,-429.5225403,-970.6832561,-436.7894755,-678.0982187 +39354,-1004.0642,-427.2433221,-966.5910977,-435.1324206,-673.1906019 +39355,-997.2207666,-423.7832633,-962.4704448,-432.9045072,-670.7044039 +39356,-995.8440223,-420.2751683,-955.5371205,-429.5229422,-668.1963752 +39357,-991.6909753,-417.9103608,-952.7430919,-427.8153581,-664.392306 +39358,-986.1083498,-415.5232937,-947.1133726,-424.9423828,-663.1132469 +39359,-986.11028,-411.8997818,-942.8569636,-423.2029954,-659.240888 +39360,-979.0587789,-409.4567202,-938.57077,-420.2762067,-656.6305641 +39361,-977.6402028,-406.9913613,-932.8089958,-417.9108052,-653.9971067 +39362,-970.4908815,-403.2492994,-926.9938704,-415.5233631,-651.3398573 +39363,-966.1625121,-400.7260638,-919.6492366,-411.8999034,-647.3089001 +39364,-961.804695,-396.8964776,-916.6892353,-409.4567377,-645.9533167 +39365,-957.4155893,-394.9624091,-907.7205057,-406.9910692,-641.8493103 +39366,-951.514843,-391.052061,-904.7050715,-403.2490626,-639.0825405 +39367,-947.0542193,-388.4154351,-897.100849,-401.991044,-637.6899544 +39368,-942.5631542,-385.7543327,-892.4969302,-398.178822,-633.4734429 +39369,-938.0404102,-382.392846,-886.308146,-396.253258,-632.0552187 +39370,-933.4857714,-379.675899,-881.6289702,-393.0134482,-627.7618391 +39371,-927.3633639,-376.9339794,-875.3385754,-390.3950014,-627.0408745 +39372,-924.2828504,-374.1664261,-868.9907053,-388.4156802,-623.4099377 +39373,-919.6333748,-370.6709855,-865.7960122,-385.084846,-621.9458821 +39374,-914.9508045,-368.5551222,-857.7408277,-383.0682234,-617.5136497 +39375,-910.2356155,-365.7107145,-854.4941991,-379.6757563,-617.5139098 +39376,-907.0744135,-362.8397886,-847.9535156,-378.3084254,-613.020725 +39377,-900.7065385,-360.6695662,-843.0091154,-374.8606115,-612.266034 +39378,-897.5018647,-357.0186373,-836.3637965,-372.7732297,-609.2292565 +39379,-892.6664329,-354.8089178,-833.0198591,-369.9673879,-606.9333647 +39380,-889.424361,-352.583932,-826.2827789,-367.8462848,-605.393981 +39381,-884.5315508,-348.8411908,-822.0416786,-364.9951474,-602.2938494 +39382,-879.6049607,-347.333019,-816.0623153,-362.8396886,-599.950153 +39383,-876.3024198,-343.9130157,-810.8997079,-360.6691911,-598.378902 +39384,-871.3197227,-341.9984116,-805.7027416,-357.0184342,-596.0082534 +39385,-866.3030402,-338.1364293,-800.4702801,-355.5473883,-593.6211306 +39386,-864.6246047,-336.9702475,-796.96234,-353.3274514,-592.0206028 +39387,-857.8652023,-333.4459816,-788.1212898,-350.3433349,-589.6058602 +39388,-854.4634517,-331.0772925,-786.3430924,-348.0876711,-587.9867099 +39389,-851.0464059,-329.0913906,-779.1837153,-345.816923,-585.5438632 +39390,-845.8900666,-326.2921122,-775.580902,-343.5308747,-583.0842448 +39391,-842.433684,-322.6617272,-768.325471,-340.4585542,-583.0844322 +39392,-837.2185264,-320.6300857,-764.6746872,-338.524903,-578.1134989 +39393,-833.7224436,-316.9444269,-757.3225418,-335.7989818,-578.9469392 +39394,-828.4478287,-314.0533206,-753.6232525,-333.0518597,-574.7614391 +39395,-824.9121931,-311.5582828,-746.1741654,-331.0768154,-574.7615914 +39396,-821.3600596,-308.2060195,-742.4265389,-327.8936133,-571.3782019 +39397,-814.206504,-305.2497055,-735.8271592,-325.4882452,-571.3781862 +39398,-812.4100842,-302.2717396,-731.0832763,-323.8762592,-567.104558 +39399,-807.8975203,-299.7020436,-725.3563242,-319.8136508,-567.1047125 +39400,-803.3585641,-296.2503624,-719.5927201,-318.996673,-564.5169346 +39401,-797.8785735,-293.6432949,-713.7926096,-315.294755,-562.7817238 +39402,-795.1262402,-290.1422061,-709.9061628,-313.2231042,-561.0385276 +39403,-790.5168911,-287.498342,-702.0815058,-310.7224487,-559.2872495 +39404,-784.9514717,-284.838446,-699.1316616,-308.2058248,-557.5278283 +39405,-783.0893523,-281.2668645,-692.2097261,-305.6731405,-555.760235 +39406,-776.5347583,-278.5700913,-686.2371856,-303.1246124,-553.9844529 +39407,-773.7110138,-275.8577075,-682.235945,-300.9886693,-552.2004654 +39408,-768.0346915,-272.216428,-675.1928459,-297.9793966,-550.4082524 +39409,-766.1352416,-269.9271098,-671.1464295,-295.8168766,-549.5090224 +39410,-758.4912584,-266.7034384,-664.0248093,-293.2071914,-546.7985841 +39411,-756.5716705,-263.9236745,-660.9582911,-291.0202366,-544.981299 +39412,-752.7175173,-260.6611508,-652.7332214,-287.9397176,-544.0697134 +39413,-746.9032482,-257.8485843,-649.63315,-285.7264883,-542.2398079 +39414,-743.0070842,-254.0750938,-642.3622617,-283.502339,-539.4790068 +39415,-739.0947994,-251.2277152,-638.1860952,-280.8184617,-539.4792238 +39416,-735.1654101,-248.3656252,-632.9427254,-278.5699661,-536.699237 +39417,-730.229373,-245.0078884,-625.559177,-275.8571563,-535.7682535 +39418,-726.2620983,-242.1145805,-622.3812218,-273.1289422,-532.96251 +39419,-721.2795376,-239.6927008,-614.9285438,-271.3017757,-532.9626538 +39420,-718.2781982,-235.7968878,-610.6490805,-268.0869953,-530.1373647 +39421,-713.2533927,-233.8401315,-605.276941,-266.2408095,-529.1912038 +39422,-711.2366454,-230.4007347,-600.9617196,-263.9233147,-527.2925554 +39423,-705.1592458,-228.4274552,-595.5454045,-261.1282549,-527.2926757 +39424,-703.1262917,-224.959447,-590.1052434,-259.7254769,-524.428107 +39425,-699.0462639,-222.4717156,-585.736449,-256.9075901,-524.4281526 +39426,-694.9491947,-219.9751139,-580.2537332,-254.5479821,-522.5074274 +39427,-691.8657719,-216.4649279,-575.8508612,-252.1782989,-520.577911 +39428,-687.7393846,-214.4519875,-571.4326027,-250.2753733,-520.5780897 +39429,-684.633717,-211.4220568,-564.7765669,-247.8871459,-518.6396515 +39430,-679.4363556,-208.3802915,-561.4368917,-245.4887064,-516.6922984 +39431,-677.3511265,-206.3462661,-554.7318207,-243.0803758,-516.6924333 +39432,-672.1177514,-202.7741228,-551.3679532,-240.66234,-514.7361071 +39433,-670.0178359,-200.2137376,-545.7422711,-238.7210622,-512.7708179 +39434,-664.7478769,-197.6460458,-540.0943798,-236.28538,-512.7709636 +39435,-661.5741794,-194.8130573,-536.6956713,-233.8400392,-510.7966618 +39436,-658.3912634,-191.9715238,-529.8733649,-231.8770658,-508.8133397 +39437,-654.1320717,-189.381219,-526.4513237,-229.4146715,-508.8135256 +39438,-650.926931,-186.2640842,-520.730052,-226.9430306,-506.8211389 +39439,-645.5643857,-183.6596662,-514.9880039,-224.7109326,-505.8214543 +39440,-643.4133953,-181.0491133,-511.5336145,-222.4715797,-503.8153642 +39441,-639.0973939,-177.9084878,-504.6013756,-219.9748951,-503.8154332 +39442,-635.8495623,-175.5478098,-501.125179,-217.9713606,-500.7890904 +39443,-631.5044948,-172.3931867,-495.3147616,-215.4589799,-500.7892404 +39444,-627.1437007,-170.0224109,-490.6526159,-212.9381953,-498.7603175 +39445,-624.9580937,-166.8549265,-485.9781487,-210.9158077,-498.7603179 +39446,-619.4742172,-164.2102745,-480.1178226,-208.6342217,-495.6992365 +39447,-617.274279,-161.5611423,-475.4167364,-206.0913744,-495.699246 +39448,-611.7555618,-158.3764571,-470.7041553,-203.7962257,-493.6470508 +39449,-609.5419389,-155.9843185,-464.7971449,-201.7509407,-492.6174832 +39450,-605.1014312,-153.0562701,-460.6523572,-198.9305973,-490.5514141 +39451,-599.528844,-149.3234647,-454.1217779,-196.6166874,-490.551621 +39452,-597.2941018,-145.3169554,-448.7638627,-194.0387985,-488.476061 +39453,-591.6873827,-141.8394583,-442.1974225,-190.9360003,-487.4346872 +39454,-587.1846751,-137.82121,-436.8110827,-188.3431481,-485.3450506 +39455,-582.6671227,-133.7976733,-430.2108856,-185.7438395,-485.3451586 +39456,-578.1345471,-129.7695194,-424.7977303,-183.1381125,-482.1930241 +39457,-573.5870098,-126.006363,-418.1657748,-180.0030475,-482.1932363 +39458,-570.1665329,-121.9709173,-412.7274781,-177.3842443,-481.1378608 +39459,-563.2992577,-117.6631834,-406.0658919,-174.7598601,-478.4887268 +39460,-561.0038024,-113.8917106,-399.9967609,-171.8666853,-477.9572107 +39461,-555.247083,-109.714071,-394.5243011,-168.9672858,-476.8923073 +39462,-550.6255279,-105.5346726,-387.8224306,-166.3264019,-474.7551552 +39463,-545.9900461,-101.4888738,-381.1072783,-163.1511221,-473.683051 +39464,-541.3404873,-97.44207213,-376.2159123,-160.7656522,-471.5317928 +39465,-536.6769735,-93.12467149,-368.8660486,-157.845255,-471.5320273 +39466,-531.9995125,-89.07659057,-363.3448553,-154.653851,-469.3710194 +39467,-527.3083701,-84.75825501,-356.5866779,-152.2569739,-467.7439099 +39468,-522.6036221,-80.5746224,-350.4341064,-149.0565784,-466.6562711 +39469,-517.8855526,-76.39086287,-344.2736524,-146.3860933,-465.0202564 +39470,-512.5619494,-72.07201434,-338.1056321,-143.4450389,-463.9265563 +39471,-508.4105055,-67.7531446,-331.3126861,-140.5006188,-461.7318269 +39472,-503.0581514,-63.70418678,-325.749188,-137.8212232,-461.1817254 +39473,-498.8844557,-59.11532012,-318.3233911,-134.6027575,-458.9748772 +39474,-492.9051126,-55.06634312,-312.7492022,-131.9184607,-457.8678497 +39475,-489.3090338,-50.74741677,-306.5507174,-128.9634581,-456.2027341 +39476,-483.2996667,-47.77812558,-299.7268014,-126.0063308,-455.0896002 +39477,-479.6856829,-44.80889362,-293.5190167,-123.0473408,-452.8559573 +39478,-473.6470526,-41.02980634,-286.686147,-120.3559276,-451.7355798 +39479,-468.8038985,-38.0605653,-281.0928181,-117.1245191,-450.0504138 +39480,-464.5573472,-34.28147615,-273.6309217,-114.295858,-448.3597502 +39481,-459.0848024,-31.04228907,-267.7211959,-111.196653,-446.6636396 +39482,-452.9883515,-27.26322237,-260.5643269,-108.2312326,-443.2545769 +39483,-448.7118742,-23.88906901,-254.3389125,-104.9952853,-441.5419005 +39484,-443.2017383,-20.24497176,-246.8660355,-102.1632432,-439.2496202 +39485,-437.6791553,-16.60087428,-240.6373252,-99.0608617,-435.7926336 +39486,-432.1447198,-12.95678143,-234.0958323,-95.82307276,-434.6355714 +39487,-427.8324329,-9.582623853,-226.9299782,-92.85480745,-431.1490736 +39488,-421.0413432,-5.668591947,-220.6980319,-89.88627632,-428.8125398 +39489,-417.3307965,-2.159464068,-213.2187672,-86.6475964,-427.0537698 +39490,-411.1350838,0,-207.2973408,-83.67867942,-424.1098107 +39491,-405.54827,0,-199.8169616,-80.70963961,-421.7435252 +39492,-400.5742364,0,-193.5830933,-77.33559094,-418.7718325 +39493,-394.9694028,0,-186.4138032,-74.50139966,-416.98156 +39494,-389.9796612,0,-179.8677979,-71.26224857,-413.9852115 +39495,-383.7325554,0,-172.6982118,-68.29301715,-411.5770736 +39496,-378.7277845,0,-166.1520551,-64.91885246,-409.1590976 +39497,-373.7166462,0,-159.2940675,-62.08458832,-406.1226983 +39498,-367.4438332,0,-152.436024,-58.84538923,-404.2936183 +39499,-362.4194215,0,-145.2662275,-55.60618525,-401.2326142 +39500,-356.7603488,0,-139.0316717,-52.63694258,-398.772794 +39501,-351.0948206,0,-131.5500916,-49.53271471,-396.3031987 +39502,-346.0537205,0,-125.0037659,-46.29350318,-393.2024321 +39503,-340.3768005,0,-117.8339722,-43.18927369,-391.3347903 +39504,-334.6943563,0,-111.2876672,-40.08504909,-388.2096536 +39505,-329.006963,0,-104.1178629,-36.98081925,-385.6986694 +39506,-323.3149446,0,-99.90950669,-34.68638037,-383.1780302 +39507,-318.2518327,0,-94.45423291,-32.39196264,-380.6477003 +39508,-312.5516544,0,-89.31069437,-29.82759794,-378.1076808 +39509,-306.2136451,0,-83.69953853,-27.26323258,-374.9191173 +39510,-301.7747929,0,-78.40012587,-24.96880876,-372.9989261 +39511,-296.6989931,0,-74.19177386,-22.6743681,-369.7865223 +39512,-292.8907812,0,-69.82754481,-20.78484103,-367.2060268 +39513,-289.0814191,0,-65.93092878,-18.89531475,-364.6161589 +39514,-284.6356159,0,-61.87843617,-17.00578259,-362.0168833 +39515,-281.1416356,0,-57.82593819,-14.98127985,-359.4082121 +39516,-277.0111891,0,-53.92931188,-13.22671729,-356.7901925 +39517,-273.1975425,0,-49.87682041,-11.3371857,-354.1628846 +39518,-269.3830538,0,-46.29193541,-9.447654009,-350.8658183 +39519,-265.5677684,0,-42.23943685,-7.693090889,-348.8808795 +39520,-261.7517548,0,-38.49867411,-5.938526376,-345.5611371 +39521,-257.9350906,0,-34.60204678,-4.048993957,-343.5626203 +39522,-254.1178507,0,-31.17302066,-2.159463303,-340.2203888 +39523,-250.6182703,0,-27.12051952,0,-338.208462 +39524,-246.4817701,0,-23.37975738,0,-334.8441018 +39525,-243.2995962,0,-19.95073174,0,-332.1428923 +39526,-239.1621905,0,-16.20996849,0,-330.1113997 +39527,-235.6610525,0,-12.46920444,0,-326.7146166 +39528,-231.8413179,0,-8.884308361,0,-323.9877225 +39529,-228.3396856,0,-5.29941249,0,-321.937136 +39530,-224.8377984,0,-1.870381013,0,-319.1955336 +39531,-220.6988759,0,0,0,-315.7568711 +39532,-217.5150715,0,0,0,-313.6877185 +39533,-214.0126699,0,0,0,-310.9217335 +39534,-209.8731993,0,0,0,-308.1477541 +39535,-207.0074519,0,0,0,-305.3659374 +39536,-202.5492991,0,0,0,-302.9255343 +39537,-200.0018894,0,0,0,-300.1292823 +39538,-195.5435245,0,0,0,-297.6763739 +39539,-192.3590492,0,0,0,-294.514223 +39540,-189.1745302,0,0,0,-292.4010656 +39541,-184.3975166,0,0,0,-290.6369234 +39542,-181.2129422,0,0,0,-289.9305357 +39543,-176.4358459,0,0,0,-287.8085111 +39544,-172.9327166,0,0,0,-287.1003905 +39545,-168.4740749,0,0,0,-285.6826943 +39546,-164.6524159,0,0,0,-284.2632234 +39547,-160.5122377,0,0,0,-282.8420433 +39548,-156.0535624,0,0,0,-281.4191913 +39549,-152.5504009,0,0,0,-280.3509745 +39550,-147.7732182,0,0,0,-278.5684307 +39551,-144.2700294,0,0,0,-277.1405819 +39552,-139.6520767,0,0,0,-276.426094 +39553,-135.671127,0,0,0,-273.9218892 +39554,-131.5309369,0,0,0,-273.2055893 +39555,-127.3907303,0,0,0,-271.4129584 +39556,-122.9320304,0,0,0,-269.9771021 +39557,-119.1103355,0,0,0,-268.5397014 +39558,-114.4923983,0,0,0,-267.1007512 +39559,-110.5114617,0,0,0,-264.9394698 +39560,-106.3712704,0,0,0,-264.2184061 +39561,-101.7533304,0,0,0,-262.0526951 +39562,-97.77239458,0,0,0,-260.6071112 +39563,-93.47296351,0,0,0,-259.1601088 +39564,-89.17351884,0,0,0,-257.7116505 +39565,-84.71483383,0,0,0,-255.536295 +39566,-80.73388818,0,0,0,-254.0844175 +39567,-76.11595508,0,0,0,-252.6312101 +39568,-71.816518,0,0,0,-250.4488405 +39569,-67.51709024,0,0,0,-248.9923645 +39570,-63.21765769,0,0,0,-247.5345994 +39571,-56.68887666,0,0,0,-244.9803854 +39572,-50.47858434,0,0,0,-243.8846318 +39573,-43.7905633,0,0,0,-241.325093 +39574,-22.45261432,0,0,0,-239.8609518 +39575,-14.80917363,0,0,0,-238.0291029 +39576,-7.324967709,0,0,0,-235.8285136 +39577,-2.866291724,0,0,0,-233.9928333 +39578,0,0,0,0,-232.1554774 +39579,0,0,0,0,-229.9484462 +39580,0,0,0,0,-228.1075159 +39581,0,0,0,0,-225.8963249 +39582,0,0,0,0,-223.6829752 +39583,0,0,0,0,-221.836941 +39584,0,0,0,0,-219.6197732 +39585,0,0,0,0,-217.0305572 +39586,0,0,0,0,-215.1795902 +39587,0,0,0,0,-212.9566939 +39588,0,0,0,0,-210.3610214 +39589,0,0,0,0,-208.1343403 +39590,0,0,0,0,-205.9060231 +39591,0,0,0,0,-202.9324579 +39592,0,0,0,0,-201.0726979 +39593,0,0,0,0,-198.4672809 +39594,0,0,0,0,-195.4873662 +39595,0,0,0,0,-193.2509916 +39596,0,0,0,0,-190.6403266 +39597,0,0,0,0,-187.6547688 +39598,0,0,0,0,-185.4143628 +39599,0,0,0,0,-182.0517983 +39600,0,0,0,0,-179.4350592 +39601,0,0,0,0,-176.8171389 +39602,0,0,0,0,-173.4495685 +39603,0,0,0,0,-170.8292278 +39604,0,0,0,0,-167.4588415 +39605,0,0,0,0,-164.836509 +39606,0,0,0,0,-161.8385834 +39607,0,0,0,0,-158.2773485 +39608,0,0,0,0,-155.465102 +39609,0,0,0,0,-152.4646752 +39610,0,0,0,0,-149.088406 +39611,0,0,0,0,-145.7114529 +39612,0,0,0,0,-142.8968985 +39613,0,0,0,0,-139.3312332 +39614,0,0,0,0,-135.9527936 +39615,0,0,0,0,-132.9494492 +39616,0,0,0,0,-129.3826292 +39617,0,0,0,0,-126.0032838 +39618,0,0,0,0,-122.8115016 +39619,0,0,0,0,-119.0562581 +39620,0,0,0,0,-115.8642011 +39621,0,0,0,0,-112.2964929 +39622,0,0,0,0,-108.7287033 +39623,0,0,0,0,-105.3486454 +39624,0,0,0,0,-101.5929707 +39625,0,0,0,0,-98.21284825 +39626,0,0,0,0,-94.45712566 +39627,0,0,0,0,-90.88918296 +39628,0,0,0,0,-87.32123278 +39629,0,0,0,0,-83.56548315 +39630,0,0,0,0,-79.99752146 +39631,0,0,0,0,-76.05397709 +39632,0,0,0,0,-72.673808 +39633,0,0,0,0,-68.73026112 +39634,0,0,0,0,-64.97450723 +39635,0,0,0,0,-61.40654807 +39636,0,0,0,0,-57.65079476 +39637,0,0,0,0,-53.70725081 +39638,0,0,0,0,-50.13929159 +39639,0,0,0,0,-46.3835411 +39640,0,0,0,0,-42.62778758 +39641,0,0,0,0,-38.87203335 +39642,0,0,0,0,-34.92849205 +39643,0,0,0,0,-31.54831997 +39644,0,0,0,0,-27.41698967 +39645,0,0,0,0,-24.03681543 +39646,0,0,0,0,-20.09327397 +39647,0,0,0,0,-16.71309716 +39648,0,0,0,0,-12.7695576 +39649,0,0,0,0,-9.38938075 +39650,0,0,0,0,-5.445840691 +39651,0,0,0,0,-2.065663676 +39652,0,0,0,0,0 +39653,0,0,0,0,0 +39654,0,0,0,0,0 +39655,0,0,0,0,0 +39656,0,0,0,0,0 +39657,0,0,0,0,0 +39658,0,0,0,0,0 +39659,0,0,0,0,0 +39660,0,0,0,0,0 +39661,0,0,0,0,0 +39662,0,0,0,0,0 +39663,0,0,0,0,0 +39664,0,0,0,0,0 +39665,0,0,0,0,0 +39666,0,0,0,0,0 +39667,0,0,0,0,0 +39668,0,0,0,0,0 +39669,0,0,0,0,0 +39670,0,0,0,0,0 +39671,0,0,0,0,0 +39672,0,0,0,0,0 +39673,0,0,0,0,0 +39674,0,0,0,0,0 +39675,0,0,0,0,0 +39676,0,0,0,0,0 +39677,0,0,0,0,0 +39678,0,0,0,0,0 +39679,0,0,0,0,0 +39680,0,0,0,0,0 +39681,0,0,0,0,0 +39682,0,0,0,0,0 +39683,0,0,0,0,0 +39684,0,0,0,0,0 +39685,0,0,0,0,0 +39686,0,0,0,0,0 +39687,0,0,0,0,0 +39688,0,0,0,0,0 +39689,0,0,0,0,0 +39690,0,0,0,0,0 +39691,0,0,0,0,0 +39692,0,0,0,0,0 +39693,0,0,0,0,0 +39694,0,0,0,0,0 +39695,0,0,0,0,0 +39696,0,0,0,0,0 +39697,0,0,0,0,0 +39698,0,0,0,0,0 +39699,0,0,0,0,0 +39700,0,0,0,0,0 +39701,0,0,0,0,0 +39702,0,0,0,0,0 +39703,0,0,0,0,0 +39704,0,0,0,0,0 +39705,0,0,0,0,0 +39706,0,0,0,0,0 +39707,0,0,0,0,0 +39708,0,0,0,0,0 +39709,0,0,0,0,0 +39710,0,0,0,0,0 +39711,0,0,0,0,0 +39712,0,0,0,0,0 +39713,0,0,0,0,0 +39714,0,0,0,0,0 +39715,0,0,0,0,0 +39716,0,0,0,0,0 +39717,0,0,0,0,0 +39718,0,0,0,0,0 +39719,0,0,0,0,0 +39720,0,0,0,0,0 +39721,0,0,0,0,0 +39722,0,0,0,0,0 +39723,0,0,0,0,0 +39724,0,0,0,0,0 +39725,0,0,0,0,0 +39726,0,0,0,0,0 +39727,0,0,0,0,0 +39728,0,0,0,0,0 +39729,0,0,0,0,0 +39730,0,0,0,0,0 +39731,0,0,0,0,0 +39732,0,0,0,0,0 +39733,0,0,0,0,0 +39734,0,0,0,0,0 +39735,0,0,0,0,0 +39736,0,0,0,0,0 +39737,0,0,0,0,0 +39738,0,0,0,0,0 +39739,0,0,0,0,0 +39740,0,0,0,0,0 +39741,0,0,0,0,0 +39742,0,0,0,0,0 +39743,0,0,0,0,0 +39744,0,0,0,0,0 +39745,0,0,0,0,0 +39746,0,0,0,0,0 +39747,0,0,0,0,0 +39748,0,0,0,0,0 +39749,0,0,0,0,0 +39750,0,0,0,0,0 +39751,0,0,0,0,0 +39752,0,0,0,0,0 +39753,0,0,0,0,0 +39754,0,0,0,0,0 +39755,0,0,0,0,0 +39756,0,0,0,0,0 +39757,0,0,0,0,0 +39758,0,0,0,0,0 +39759,0,0,0,0,0 +39760,0,0,0,0,0 +39761,0,0,0,0,0 +39762,0,0,0,0,0 +39763,0,0,0,0,0 +39764,0,0,0,0,0 +39765,0,0,0,0,0 +39766,0,0,0,0,0 +39767,0,0,0,0,0 +39768,0,0,0,0,0 +39769,0,0,0,0,0 +39770,0,0,0,0,0 +39771,0,0,0,0,0 +39772,0,0,0,0,0 +39773,0,0,0,0,0 +39774,0,0,0,0,0 +39775,0,0,0,0,0 +39776,0,0,0,0,0 +39777,0,0,0,0,0 +39778,0,0,0,0,0 +39779,0,0,0,0,0 +39780,0,0,0,0,0 +39781,0,0,0,0,0 +39782,0,0,0,0,0 +39783,0,0,0,0,0 +39784,0,0,0,0,0 +39785,0,0,0,0,0 +39786,0,0,0,0,0 +39787,0,0,0,0,0 +39788,0,0,0,0,0 +39789,0,0,0,0,0 +39790,0,0,0,0,0 +39791,0,0,0,0,0 +39792,0,0,0,0,0 +39793,0,0,0,0,0 +39794,0,0,0,0,0 +39795,0,0,0,0,0 +39796,0,0,0,0,0 +39797,0,0,0,0,0 +39798,0,0,0,0,0 +39799,0,0,0,0,0 +39800,0,0,0,0,0 +39801,0,0,0,0,0 +39802,0,0,0,0,0 +39803,0,0,0,0,0 +39804,0,0,0,0,0 +39805,0,0,0,0,0 +39806,0,0,0,0,0 +39807,0,0,0,0,0 +39808,0,0,0,0,0 +39809,0,0,0,0,0 +39810,0,0,0,0,0 +39811,0,0,0,0,0 +39812,0,0,0,0,0 +39813,0,0,0,0,0 +39814,0,0,0,0,0 +39815,0,0,0,0,0 +39816,0,0,0,0,0 +39817,0,0,0,0,0 +39818,0,0,0,0,0 +39819,0,0,0,0,0 +39820,0,0,0,0,0 +39821,0,0,0,0,0 +39822,0,0,0,0,0 +39823,0,0,0,0,0 +39824,0,0,0,0,0 +39825,0,0,0,0,0 +39826,0,0,0,0,0 +39827,0,0,0,0,0 +39828,0,0,0,0,0 +39829,0,0,0,0,0 +39830,0,0,0,0,0 +39831,0,0,0,0,0 +39832,0,0,0,0,0 +39833,0,0,0,0,0 +39834,0,0,0,0,0 +39835,0,0,0,0,0 +39836,0,0,0,0,0 +39837,0,0,0,0,0 +39838,0,0,0,0,0 +39839,0,0,0,0,0 +39840,0,0,0,0,0 +39841,0,0,0,0,0 +39842,0,0,0,0,0 +39843,0,0,0,0,0 +39844,0,0,0,0,0 +39845,0,0,0,0,0 +39846,0,0,0,0,0 +39847,0,0,0,0,0 +39848,0,0,0,0,0 +39849,0,0,0,0,0 +39850,0,0,0,0,0 +39851,0,0,0,0,0 +39852,0,0,0,0,0 +39853,0,0,0,0,0 +39854,0,0,0,0,0 +39855,0,0,0,0,0 +39856,0,0,0,0,0 +39857,0,0,0,0,0 +39858,0,0,0,0,0 +39859,0,0,0,0,0 +39860,0,0,0,0,0 +39861,0,0,0,0,0 +39862,0,0,0,0,0 +39863,0,0,0,0,0 +39864,0,0,0,0,0 +39865,0,0,0,0,0 +39866,0,0,0,0,0 +39867,0,0,0,0,0 +39868,0,0,0,0,0 +39869,0,0,0,0,0 +39870,0,0,0,0,0 +39871,0,0,0,0,0 +39872,0,0,0,0,0 +39873,0,0,0,0,0 +39874,0,0,0,0,0 +39875,0,0,0,0,0 +39876,0,0,0,0,0 +39877,0,0,0,0,0 +39878,0,0,0,0,0 +39879,0,0,0,0,0 +39880,0,0,0,0,0 +39881,0,0,0,0,0 +39882,0,0,0,0,0 +39883,0,0,0,0,0 +39884,0,0,0,0,0 +39885,0,0,0,0,0 +39886,0,0,0,0,0 +39887,0,0,0,0,0 +39888,0,0,0,0,0 +39889,0,0,0,0,0 +39890,0,0,0,0,0 +39891,0,0,0,0,0 +39892,0,0,0,0,0 +39893,0,0,0,0,0 +39894,0,0,0,0,0 +39895,0,0,0,0,0 +39896,0,0,0,0,0 +39897,0,0,0,0,0 +39898,0,0,0,0,0 +39899,0,0,0,0,0 +39900,0,0,0,0,0 +39901,0,0,0,0,0 +39902,0,0,0,0,0 +39903,0,0,0,0,0 +39904,0,0,0,0,0 +39905,0,0,0,0,0 +39906,0,0,0,0,0 +39907,0,0,0,0,0 +39908,0,0,0,0,0 +39909,0,0,0,0,0 +39910,0,0,0,0,0 +39911,0,0,0,0,0 +39912,0,0,0,0,0 +39913,0,0,0,0,0 +39914,0,0,0,0,0 +39915,0,0,0,0,0 +39916,0,0,0,0,0 +39917,0,0,0,0,0 +39918,0,0,0,0,0 +39919,0,0,0,0,0 +39920,0,0,0,0,0 +39921,0,0,0,0,0 +39922,0,0,0,0,0 +39923,0,0,0,0,0 +39924,0,0,0,0,0 +39925,0,0,0,0,0 +39926,0,0,0,0,0 +39927,0,0,0,0,0 +39928,0,0,0,0,0 +39929,0,0,0,0,0 +39930,0,0,0,0,0 +39931,0,0,0,0,0 +39932,0,0,0,0,0 +39933,0,0,0,0,0 +39934,0,0,0,0,0 +39935,0,0,0,0,0 +39936,0,0,0,0,0 +39937,0,0,0,0,0 +39938,0,0,0,0,0 +39939,0,0,0,0,0 +39940,0,0,0,0,0 +39941,0,0,0,0,0 +39942,0,0,0,0,0 +39943,0,0,0,0,0 +39944,0,0,0,0,0 +39945,0,0,0,0,0 +39946,0,0,0,0,0 +39947,0,0,0,0,0 +39948,0,0,0,0,0 +39949,0,0,0,0,0 +39950,0,0,0,0,0 +39951,0,0,0,0,0 +39952,0,0,0,0,0 +39953,0,0,0,0,0 +39954,0,0,0,0,0 +39955,0,0,0,0,0 +39956,0,0,0,0,0 +39957,0,0,0,0,0 +39958,0,0,0,0,0 +39959,0,0,0,0,0 +39960,0,0,0,0,0 +39961,0,0,0,0,0 +39962,0,0,0,0,0 +39963,0,0,0,0,0 +39964,0,0,0,0,0 +39965,0,0,0,0,0 +39966,0,0,0,0,0 +39967,0,0,0,0,0 +39968,0,0,0,0,0 +39969,0,0,0,0,0 +39970,0,0,0,0,0 +39971,0,0,0,0,0 +39972,0,0,0,0,0 +39973,0,0,0,0,0 +39974,0,0,0,0,0 +39975,0,0,0,0,0 +39976,0,0,0,0,0 +39977,0,0,0,0,0 +39978,0,0,0,0,0 +39979,0,0,0,0,0 +39980,0,0,0,0,0 +39981,0,0,0,0,0 +39982,0,0,0,0,0 +39983,0,0,0,0,0 +39984,0,0,0,0,0 +39985,0,0,0,0,0 +39986,0,0,0,0,0 +39987,0,0,0,0,0 +39988,0,0,0,0,0 +39989,0,0,0,0,0 +39990,0,0,0,0,0 +39991,0,0,0,0,0 +39992,0,0,0,0,0 +39993,0,0,0,0,0 +39994,0,0,0,0,0 +39995,0,0,0,0,0 +39996,0,0,0,0,0 +39997,0,0,0,0,0 +39998,0,0,0,0,0 +39999,0,0,0,0,0 +40000,0,0,0,0,0 +40001,0,0,0,0,0 +40002,0,0,0,0,0 +40003,0,0,0,0,0 +40004,0,0,0,0,0 +40005,0,0,0,0,0 +40006,0,0,0,0,0 +40007,0,0,0,0,0 +40008,0,0,0,0,0 +40009,0,0,0,0,0 +40010,0,0,0,0,0 +40011,0,0,0,0,0 +40012,0,0,0,0,0 +40013,0,0,0,0,0 +40014,0,0,0,0,0 +40015,0,0,0,0,0 +40016,0,0,0,0,0 +40017,0,0,0,0,0 +40018,0,0,0,0,0 +40019,0,0,0,0,0 +40020,0,0,0,0,0 +40021,0,0,0,0,0 +40022,0,0,0,0,0 +40023,0,0,0,0,0 +40024,0,0,0,0,0 +40025,0,0,0,0,0 +40026,0,0,0,0,0 +40027,0,0,0,0,0 +40028,0,0,0,0,0 +40029,0,0,0,0,0 +40030,0,0,0,0,0 +40031,0,0,0,0,0 +40032,0,0,0,0,0 +40033,0,0,0,0,0 +40034,0,0,0,0,0 +40035,0,0,0,0,0 +40036,0,0,0,0,0 +40037,0,0,0,0,0 +40038,0,0,0,0,0 +40039,0,0,0,0,0 +40040,0,0,0,0,0 +40041,0,0,0,0,0 +40042,0,0,0,0,0 +40043,0,0,0,0,0 +40044,0,0,0,0,0 +40045,0,0,0,0,0 +40046,0,0,0,0,0 +40047,0,0,0,0,0 +40048,0,0,0,0,0 +40049,0,0,0,0,0 +40050,0,0,0,0,0 +40051,0,0,0,0,0 +40052,0,0,0,0,0 +40053,0,0,0,0,0 +40054,0,0,0,0,0 +40055,0,0,0,0,0 +40056,0,0,0,0,0 +40057,0,0,0,0,0 +40058,0,0,0,0,0 +40059,0,0,0,0,0 +40060,0,0,0,0,0 +40061,0,0,0,0,0 +40062,0,0,0,0,0 +40063,0,0,0,0,0 +40064,0,0,0,0,0 +40065,0,0,0,0,0 +40066,0,0,0,0,0 +40067,0,0,0,0,0 +40068,0,0,0,0,0 +40069,0,0,0,0,0 +40070,0,0,0,0,0 +40071,0,0,0,0,0 +40072,0,0,0,0,0 +40073,0,0,0,0,0 +40074,0,0,0,0,0 +40075,0,0,0,0,0 +40076,0,0,0,0,0 +40077,0,0,0,0,0 +40078,0,0,0,0,0 +40079,0,0,0,0,0 +40080,0,0,0,0,0 +40081,0,0,0,0,0 +40082,0,0,0,0,0 +40083,0,0,0,0,0 +40084,0,0,0,0,0 +40085,0,0,0,0,0 +40086,0,0,0,0,0 +40087,0,0,0,0,0 +40088,0,0,0,0,0 +40089,0,0,0,0,0 +40090,0,0,0,0,0 +40091,0,0,0,0,0 +40092,0,0,0,0,0 +40093,0,0,0,0,0 +40094,0,0,0,0,0 +40095,0,0,0,0,0 +40096,0,0,0,0,0 +40097,0,0,0,0,0 +40098,0,0,0,0,0 +40099,0,0,0,0,0 +40100,0,0,0,0,0 +40101,0,0,0,0,0 +40102,0,0,0,0,0 +40103,0,0,0,0,0 +40104,0,0,0,0,0 +40105,0,0,0,0,0 +40106,0,0,0,0,0 +40107,0,0,0,0,0 +40108,0,0,0,0,0 +40109,0,0,0,0,0 +40110,0,0,0,0,0 +40111,0,0,0,0,0 +40112,0,0,0,0,0 +40113,0,0,0,0,0 +40114,0,0,0,0,0 +40115,0,0,0,0,0 +40116,0,0,0,0,0 +40117,0,0,0,0,0 +40118,0,0,0,0,0 +40119,0,0,0,0,0 +40120,0,0,0,0,0 +40121,0,0,0,0,0 +40122,0,0,0,0,0 +40123,0,0,0,0,0 +40124,0,0,0,0,0 +40125,0,0,0,0,0 +40126,0,0,0,0,0 +40127,0,0,0,0,0 +40128,0,0,0,0,0 +40129,0,0,0,0,0 +40130,0,0,0,0,0 +40131,0,0,0,0,0 +40132,0,0,0,0,0 +40133,0,0,0,0,0 +40134,0,0,0,0,0 +40135,0,0,0,0,0 +40136,0,0,0,0,0 +40137,0,0,0,0,0 +40138,0,0,0,0,0 +40139,0,0,0,0,0 +40140,0,0,0,0,0 +40141,0,0,0,0,0 +40142,0,0,0,0,0 +40143,0,0,0,0,0 +40144,0,0,0,0,0 +40145,0,0,0,0,0 +40146,0,0,0,0,0 +40147,0,0,0,0,0 +40148,0,0,0,0,0 +40149,0,0,0,0,0 +40150,0,0,0,0,0 +40151,0,0,0,0,0 +40152,0,0,0,0,0 +40153,0,0,0,0,0 +40154,0,0,0,0,0 +40155,0,0,0,0,0 +40156,0,0,0,0,0 +40157,0,0,0,0,0 +40158,0,0,0,0,0 +40159,0,0,0,0,0 +40160,0,0,0,0,0 +40161,0,0,0,0,0 +40162,0,0,0,0,0 +40163,0,0,0,0,0 +40164,0,0,0,0,0 +40165,0,0,0,0,0 +40166,0,0,0,0,0 +40167,0,0,0,0,0 +40168,0,0,0,0,0 +40169,0,0,0,0,0 +40170,0,0,0,0,0 +40171,0,0,0,0,0 +40172,0,0,0,0,0 +40173,0,0,0,0,0 +40174,0,0,0,0,0 +40175,0,0,0,0,0 +40176,0,0,0,0,0 +40177,0,0,0,0,0 +40178,0,0,0,0,0 +40179,0,0,0,0,0 +40180,0,0,0,0,0 +40181,0,0,0,0,0 +40182,0,0,0,0,0 +40183,0,0,0,0,0 +40184,0,0,0,0,0 +40185,0,0,0,0,0 +40186,0,0,0,0,0 +40187,0,0,0,0,0 +40188,0,0,0,0,0 +40189,0,0,0,0,0 +40190,0,0,0,0,0 +40191,0,0,0,0,0 +40192,0,0,0,0,0 +40193,0,0,0,0,0 +40194,0,0,0,0,0 +40195,0,0,0,0,0 +40196,0,0,0,0,0 +40197,0,0,0,0,0 +40198,0,0,0,0,0 +40199,0,0,0,0,0 +40200,0,0,0,0,0 +40201,0,0,0,0,0 +40202,0,0,0,0,0 +40203,0,0,0,0,0 +40204,0,0,0,0,0 +40205,0,0,0,0,0 +40206,0,0,0,0,0 +40207,0,0,0,0,0 +40208,0,0,0,0,0 +40209,0,0,0,0,0 +40210,0,0,0,0,0 +40211,0,0,0,0,0 +40212,0,0,0,0,0 +40213,0,0,0,0,0 +40214,0,0,0,0,0 +40215,0,0,0,0,0 +40216,0,0,0,0,0 +40217,0,0,0,0,0 +40218,0,0,0,0,0 +40219,0,0,0,0,0 +40220,0,0,0,0,0 +40221,0,0,0,0,0 +40222,0,0,0,0,0 +40223,0,0,0,0,0 +40224,0,0,0,0,0 +40225,0,0,0,0,0 +40226,0,0,0,0,0 +40227,0,0,0,0,0 +40228,0,0,0,0,0 +40229,0,0,0,0,0 +40230,0,0,0,0,0 +40231,0,0,0,0,0 +40232,0,0,0,0,0 +40233,0,0,0,0,0 +40234,0,0,0,0,0 +40235,0,0,0,0,0 +40236,0,0,0,0,0 +40237,0,0,0,0,0 +40238,0,0,0,0,0 +40239,0,0,0,0,0 +40240,0,0,0,0,0 +40241,0,0,0,0,0 +40242,0,0,0,0,0 +40243,0,0,0,0,0 +40244,0,0,0,0,0 +40245,0,0,0,0,0 +40246,0,0,0,0,0 +40247,0,0,0,0,0 +40248,0,0,0,0,0 +40249,0,0,0,0,0 +40250,0,0,0,0,0 +40251,0,0,0,0,0 +40252,0,0,0,0,0 +40253,0,0,0,0,0 +40254,0,0,0,0,0 +40255,0,0,0,0,0 +40256,0,0,0,0,0 +40257,0,0,0,0,0 +40258,0,0,0,0,0 +40259,0,0,0,0,0 +40260,0,0,0,0,0 +40261,0,0,0,0,0 +40262,0,0,0,0,0 +40263,0,0,0,0,0 +40264,0,0,0,0,0 +40265,0,0,0,0,0 +40266,0,0,0,0,0 +40267,0,0,0,0,0 +40268,0,0,0,0,0 +40269,0,0,0,0,0 +40270,0,0,0,0,0 +40271,0,0,0,0,0 +40272,0,0,0,0,0 +40273,0,0,0,0,0 +40274,0,0,0,0,0 +40275,0,0,0,0,0 +40276,0,0,0,0,0 +40277,0,0,0,0,0 +40278,0,0,0,0,0 +40279,0,0,0,0,0 +40280,0,0,0,0,0 +40281,0,0,0,0,0 +40282,0,0,0,0,0 +40283,0,0,0,0,0 +40284,0,0,0,0,0 +40285,0,0,0,0,0 +40286,0,0,0,0,0 +40287,0,0,0,0,0 +40288,0,0,0,0,0 +40289,0,0,0,0,0 +40290,0,0,0,0,0 +40291,0,0,0,0,0 +40292,0,0,0,0,0 +40293,0,0,0,0,0 +40294,0,0,0,0,0 +40295,0,0,0,0,0 +40296,0,0,0,0,0 +40297,0,0,0,0,0 +40298,0,0,0,0,0 +40299,0,0,0,0,0 +40300,0,0,0,0,0 +40301,0,0,0,0,0 +40302,0,0,0,0,0 +40303,0,0,0,0,0 +40304,0,0,0,0,0 +40305,0,0,0,0,0 +40306,0,0,0,0,0 +40307,0,0,0,0,0 +40308,0,0,0,0,0 +40309,0,0,0,0,0 +40310,0,0,0,0,0 +40311,0,0,0,0,0 +40312,0,0,0,0,0 +40313,0,0,0,0,0 +40314,0,0,0,0,0 +40315,0,0,0,0,0 +40316,0,0,0,0,0 +40317,0,0,0,0,0 +40318,0,0,0,0,0 +40319,0,0,0,0,0 +40320,0,0,0,0,0 +40321,0,0,0,0,0 +40322,0,0,0,0,0 +40323,0,0,0,0,0 +40324,0,0,0,0,0 +40325,0,0,0,0,0 +40326,0,0,0,0,0 +40327,0,0,0,0,0 +40328,0,0,0,0,0 +40329,0,0,0,0,0 +40330,0,0,0,0,0 +40331,0,0,0,0,0 +40332,0,0,0,0,0 +40333,0,0,0,0,0 +40334,0,0,0,0,0 +40335,0,0,0,0,0 +40336,0,0,0,0,0 +40337,0,0,0,0,0 +40338,0,0,0,0,0 +40339,0,0,0,0,0 +40340,0,0,0,0,0 +40341,0,0,0,0,0 +40342,0,0,0,0,0 +40343,0,0,0,0,0 +40344,0,0,0,0,0 +40345,0,0,0,0,0 +40346,0,0,0,0,0 +40347,0,0,0,0,0 +40348,0,0,0,0,0 +40349,0,0,0,0,0 +40350,0,0,0,0,0 +40351,0,0,0,0,0 +40352,0,0,0,0,0 +40353,0,0,0,0,0 +40354,0,0,0,0,0 +40355,0,0,0,0,0 +40356,0,0,0,0,0 +40357,0,0,0,0,0 +40358,0,0,0,0,0 +40359,0,0,0,0,0 +40360,0,0,0,0,0 +40361,0,0,0,0,0 +40362,0,0,0,0,0 +40363,0,0,0,0,0 +40364,0,0,0,0,0 +40365,0,0,0,0,0 +40366,0,0,0,0,0 +40367,0,0,0,0,0 +40368,0,0,0,0,0 +40369,0,0,0,0,0 +40370,0,0,0,0,0 +40371,0,0,0,0,0 +40372,0,0,0,0,0 +40373,0,0,0,0,0 +40374,0,0,0,0,0 +40375,0,0,0,0,0 +40376,0,0,0,0,0 +40377,0,0,0,0,0 +40378,0,0,0,0,0 +40379,0,0,0,0,0 +40380,0,0,0,0,0 +40381,0,0,0,0,0 +40382,0,0,0,0,0 +40383,0,0,0,0,0 +40384,0,0,0,0,0 +40385,0,0,0,0,0 +40386,0,0,0,0,0 +40387,0,0,0,0,0 +40388,0,0,0,0,0 +40389,0,0,0,0,0 +40390,0,0,0,0,0 +40391,0,0,0,0,0 +40392,0,0,0,0,0 +40393,0,0,0,0,0 +40394,0,0,0,0,0 +40395,0,0,0,0,0 +40396,0,0,0,0,0 +40397,0,0,0,0,0 +40398,0,0,0,0,0 +40399,0,0,0,0,0 +40400,0,0,0,0,0 +40401,0,0,0,0,0 +40402,0,0,0,0,0 +40403,0,0,0,0,0 +40404,0,0,0,0,0 +40405,0,0,0,0,0 +40406,0,0,0,0,0 +40407,0,0,0,0,0 +40408,0,0,0,0,0 +40409,0,0,0,0,0 +40410,0,0,0,0,0 +40411,0,0,0,0,0 +40412,0,0,0,0,0 +40413,0,0,0,0,0 +40414,0,0,0,0,0 +40415,0,0,0,0,0 +40416,0,0,0,0,0 +40417,0,0,0,0,0 +40418,0,0,0,0,0 +40419,0,0,0,0,0 +40420,0,0,0,0,0 +40421,0,0,0,0,0 +40422,0,0,0,0,0 +40423,0,0,0,0,0 +40424,0,0,0,0,0 +40425,0,0,0,0,0 +40426,0,0,0,0,0 +40427,0,0,0,0,0 +40428,0,0,0,0,0 +40429,0,0,0,0,0 +40430,0,0,0,0,0 +40431,0,0,0,0,0 +40432,0,0,0,0,0 +40433,0,0,0,0,0 +40434,0,0,0,0,0 +40435,0,0,0,0,0 +40436,0,0,0,0,0 +40437,0,0,0,0,0 +40438,0,0,0,0,0 +40439,0,0,0,0,0 +40440,0,0,0,0,0 +40441,0,0,0,0,0 +40442,0,0,0,0,0 +40443,0,0,0,0,0 +40444,0,0,0,0,0 +40445,0,0,0,0,0 +40446,0,0,0,0,0 +40447,0,0,0,0,0 +40448,0,0,0,0,0 +40449,0,0,0,0,0 +40450,0,0,0,0,0 +40451,0,0,0,0,0 +40452,0,0,0,0,0 +40453,0,0,0,0,0 +40454,0,0,0,0,0 +40455,0,0,0,0,0 +40456,0,0,0,0,0 +40457,0,0,0,0,0 +40458,0,0,0,0,0 +40459,0,0,0,0,0 +40460,0,0,0,0,0 +40461,0,0,0,0,0 +40462,0,0,0,0,0 +40463,0,0,0,0,0 +40464,0,0,0,0,0 +40465,0,0,0,0,0 +40466,0,0,0,0,0 +40467,0,0,0,0,0 +40468,0,0,0,0,0 +40469,0,0,0,0,0 +40470,0,0,0,0,0 +40471,0,0,0,0,0 +40472,0,0,0,0,0 +40473,0,0,0,0,0 +40474,0,0,0,0,0 +40475,0,0,0,0,0 +40476,0,0,0,0,0 +40477,0,0,0,0,0 +40478,0,0,0,0,0 +40479,0,0,0,0,0 +40480,0,0,0,0,0 +40481,0,0,0,0,0 +40482,0,0,0,0,0 +40483,0,0,0,0,0 +40484,0,0,0,0,0 +40485,0,0,0,0,0 +40486,0,0,0,0,0 +40487,0,0,0,0,0 +40488,0,0,0,0,0 +40489,0,0,0,0,0 +40490,0,0,0,0,0 +40491,0,0,0,0,0 +40492,0,0,0,0,0 +40493,0,0,0,0,0 +40494,0,0,0,0,0 +40495,0,0,0,0,0 +40496,0,0,0,0,0 +40497,0,0,0,0,0 +40498,0,0,0,0,0 +40499,0,0,0,0,0 +40500,0,0,0,0,0 +40501,0,0,0,0,0 +40502,0,0,0,0,0 +40503,0,0,0,0,0 +40504,0,0,0,0,0 +40505,0,0,0,0,0 +40506,0,0,0,0,0 +40507,0,0,0,0,0 +40508,0,0,0,0,0 +40509,0,0,0,0,0 +40510,0,0,0,0,0 +40511,0,0,0,0,0 +40512,0,0,0,0,0 +40513,0,0,0,0,0 +40514,0,0,0,0,0 +40515,0,0,0,0,0 +40516,0,0,0,0,0 +40517,0,0,0,0,0 +40518,0,0,0,0,0 +40519,0,0,0,0,0 +40520,0,0,0,0,0 +40521,0,0,0,0,0 +40522,0,0,0,0,0 +40523,0,0,0,0,0 +40524,0,0,0,0,0 +40525,0,0,0,0,0 +40526,0,0,0,0,0 +40527,0,0,0,0,0 +40528,0,0,0,0,0 +40529,0,0,0,0,0 +40530,0,0,0,0,0 +40531,0,0,0,0,0 +40532,0,0,0,0,0 +40533,0,0,0,0,0 +40534,0,0,0,0,0 +40535,0,0,0,0,0 +40536,0,0,0,0,0 +40537,0,0,0,0,0 +40538,0,0,0,0,0 +40539,0,0,0,0,0 +40540,0,0,0,0,0 +40541,0,0,0,0,0 +40542,0,0,0,0,0 +40543,0,0,0,0,0 +40544,0,0,0,0,0 +40545,0,0,0,0,0 +40546,0,0,0,0,0 +40547,0,0,0,0,0 +40548,0,0,0,0,0 +40549,0,0,0,0,0 +40550,0,0,0,0,0 +40551,0,0,0,0,0 +40552,0,0,0,0,0 +40553,0,0,0,0,0 +40554,0,0,0,0,0 +40555,0,0,0,0,0 +40556,0,0,0,0,0 +40557,0,0,0,0,0 +40558,0,0,0,0,0 +40559,0,0,0,0,0 +40560,0,0,0,0,0 +40561,0,0,0,0,0 +40562,0,0,0,0,0 +40563,0,0,0,0,0 +40564,0,0,0,0,0 +40565,0,0,0,0,0 +40566,0,0,0,0,0 +40567,0,0,0,0,0 +40568,0,0,0,0,0 +40569,0,0,0,0,0 +40570,0,0,0,0,0 +40571,0,0,0,0,0 +40572,0,0,0,0,0 +40573,0,0,0,0,0 +40574,0,0,0,0,0 +40575,0,0,0,0,0 +40576,0,0,0,0,0 +40577,0,0,0,0,0 +40578,0,0,0,0,0 +40579,0,0,0,0,0 +40580,0,0,0,0,0 +40581,0,0,0,0,0 +40582,0,0,0,0,0 +40583,0,0,0,0,0 +40584,0,0,0,0,0 +40585,0,0,0,0,0 +40586,0,0,0,0,0 +40587,0,0,0,0,0 +40588,0,0,0,0,0 +40589,0,0,0,0,0 +40590,0,0,0,0,0 +40591,0,0,0,0,0 +40592,0,0,0,0,0 +40593,0,0,0,0,0 +40594,0,0,0,0,0 +40595,0,0,0,0,0 +40596,0,0,0,0,0 +40597,0,0,0,0,0 +40598,0,0,0,0,0 +40599,0,0,0,0,0 +40600,0,0,0,0,0 +40601,0,0,0,0,0 +40602,0,0,0,0,0 +40603,0,0,0,0,0 +40604,0,0,0,0,0 +40605,0,0,0,0,0 +40606,0,0,0,0,0 +40607,0,0,0,0,0 +40608,0,0,0,0,0 +40609,0,0,0,0,0 +40610,0,0,0,0,0 +40611,0,0,0,0,0 +40612,0,0,0,0,0 +40613,0,0,0,0,0 +40614,0,0,0,0,0 +40615,0,0,0,0,0 +40616,0,0,0,0,0 +40617,0,0,0,0,0 +40618,0,0,0,0,0 +40619,0,0,0,0,0 +40620,0,0,0,0,0 +40621,0,0,0,0,0 +40622,0,0,0,0,0 +40623,0,0,0,0,0 +40624,0,0,0,0,0 +40625,0,0,0,0,0 +40626,0,0,0,0,0 +40627,0,0,0,0,0 +40628,0,0,0,0,0 +40629,0,0,0,0,0 +40630,0,0,0,0,0 +40631,0,0,0,0,0 +40632,0,0,0,0,0 +40633,0,0,0,0,0 +40634,0,0,0,0,0 +40635,0,0,0,0,0 +40636,0,0,0,0,0 +40637,0,0,0,0,0 +40638,0,0,0,0,0 +40639,0,0,0,0,0 +40640,0,0,0,0,0 +40641,0,0,0,0,0 +40642,0,0,0,0,0 +40643,0,0,0,0,0 +40644,0,0,0,0,0 +40645,0,0,0,0,0 +40646,0,0,0,0,0 +40647,0,0,0,0,0 +40648,0,0,0,0,0 +40649,0,0,0,0,0 +40650,0,0,0,0,0 +40651,0,0,0,0,0 +40652,0,0,0,0,0 +40653,0,0,0,0,0 +40654,0,0,0,0,0 +40655,0,0,0,0,0 +40656,0,0,0,0,0 +40657,0,0,0,0,0 +40658,0,0,0,0,0 +40659,0,0,0,0,0 +40660,0,0,0,0,0 +40661,0,0,0,0,0 +40662,0,0,0,0,0 +40663,0,0,0,0,0 +40664,0,0,0,0,0 +40665,0,0,0,0,0 +40666,0,0,0,0,0 +40667,0,0,0,0,0 +40668,0,0,0,0,0 +40669,0,0,0,0,0 +40670,0,0,0,0,0 +40671,0,0,0,0,0 +40672,0,0,0,0,0 +40673,0,0,0,0,0 +40674,0,0,0,0,0 +40675,0,0,0,0,0 +40676,0,0,0,0,0 +40677,0,0,0,0,0 +40678,0,0,0,0,0 +40679,0,0,0,0,0 +40680,0,0,0,0,0 +40681,0,0,0,0,0 +40682,0,0,0,0,0 +40683,0,0,0,0,0 +40684,0,0,0,0,0 +40685,0,0,0,0,0 +40686,0,0,0,0,0 +40687,0,0,0,0,0 +40688,0,0,0,0,0 +40689,0,0,0,0,0 +40690,0,0,0,0,0 +40691,0,0,0,0,0 +40692,0,0,0,0,0 +40693,0,0,0,0,0 +40694,0,0,0,0,0 +40695,0,0,0,0,0 +40696,0,0,0,0,0 +40697,0,0,0,0,0 +40698,0,0,0,0,0 +40699,0,0,0,0,0 +40700,0,0,0,0,0 +40701,0,0,0,0,0 +40702,0,0,0,0,0 +40703,0,0,0,0,0 +40704,0,0,0,0,0 +40705,0,0,0,0,0 +40706,0,0,0,0,0 +40707,0,0,0,0,0 +40708,0,0,0,0,0 +40709,0,0,0,0,0 +40710,0,0,0,0,0 +40711,0,0,0,0,0 +40712,0,0,0,0,0 +40713,0,0,0,0,0 +40714,0,0,0,0,0 +40715,0,0,0,0,0 +40716,0,0,0,0,0 +40717,0,0,0,0,0 +40718,0,0,0,0,0 +40719,0,0,0,0,0 +40720,0,0,0,0,0 +40721,0,0,0,0,0 +40722,0,0,0,0,0 +40723,0,0,0,0,0 +40724,0,0,0,0,0 +40725,0,0,0,0,0 +40726,0,0,0,0,0 +40727,0,0,0,0,0 +40728,0,0,0,0,0 +40729,0,0,0,0,0 +40730,0,0,0,0,0 +40731,0,0,0,0,0 +40732,0,0,0,0,0 +40733,0,0,0,0,0 +40734,0,0,0,0,0 +40735,0,0,0,0,0 +40736,0,0,0,0,0 +40737,0,0,0,0,0 +40738,0,0,0,0,0 +40739,0,0,0,0,0 +40740,0,0,0,0,0 +40741,-1702.534916,-821.7026369,-1672.351205,-821.7002078,-1087.461348 +40742,-1633.335233,-691.4084499,-1599.221295,-691.4057638,-949.4109023 +40743,-1474.144064,-637.9958249,-1447.594144,-637.9930682,-877.9910435 +40744,-1567.713999,-663.7176947,-1535.183962,-663.7150539,-916.0125829 +40745,-1579.736186,-669.0306211,-1547.027765,-669.028048,-925.1389595 +40746,-1677.703799,-710.7916812,-1642.993447,-710.7892605,-984.6454775 +40747,-1786.130152,-756.9821428,-1749.192154,-756.9798824,-1050.198368 +40748,-1845.177349,-782.2378946,-1807.054051,-782.2357423,-1086.625421 +40749,-1873.327244,-794.3924626,-1834.667077,-794.3903852,-1104.794903 +40750,-1883.244815,-798.8132109,-1844.4252,-798.8111883,-1112.104425 +40751,-1884.736424,-799.6542354,-1845.925718,-799.6522579,-1114.287675 +40752,-1883.267989,-799.2300531,-1844.51921,-799.2281165,-1114.555329 +40753,-1713.889057,-798.4277569,-1842.259379,-798.4258594,-1114.155741 +40754,-1218.110057,-797.5604113,-1302.973252,-797.5585518,-1113.54773 +40755,-1538.41635,-663.4615755,-1441.220081,-662.5867673,-1112.898368 +40756,-1417.161174,-642.173673,-1442.367771,-642.1743634,-1106.102978 +40757,-1404.252943,-669.1116202,-1394.655654,-670.3177335,-1085.548139 +40758,-1389.1948,-647.4429924,-1383.622469,-644.7993274,-1058.018434 +40759,-1380.875333,-638.3011094,-1369.837409,-640.4789463,-1031.143223 +40760,-1368.09299,-634.1134536,-1357.114791,-633.275005,-1004.16112 +40761,-1356.485887,-627.9251613,-1350.261704,-627.9251974,-977.6933378 +40762,-1347.969661,-622.7103865,-1336.629186,-622.710591,-952.7754018 +40763,-1336.691114,-617.3151003,-1326.629898,-616.5378701,-930.5025019 +40764,-1326.051095,-611.1138496,-1317.380074,-611.7866569,-910.3194965 +40765,-1317.888542,-606.499138,-1308.18527,-606.5004031,-894.0490322 +40766,-1308.044722,-601.9705175,-1298.413489,-601.970557,-887.3234924 +40767,-1301.707738,-597.6171087,-1287.41242,-596.5571564,-933.1511804 +40768,-1287.29205,-591.5862638,-1282.839548,-592.6077812,-954.4515282 +40769,-1285.425785,-588.4106797,-1271.606878,-588.4117815,-947.5473501 +40770,-1272.778075,-583.2699021,-1262.581107,-582.3518498,-933.0204111 +40771,-1266.665719,-578.9901585,-1257.241834,-578.9917892,-920.5221198 +40772,-1257.575008,-573.6684601,-1242.191225,-574.4489523,-909.3944944 +40773,-1248.648755,-570.0954332,-1239.920004,-569.3558229,-900.0384381 +40774,-1241.489025,-565.1123458,-1225.723565,-565.113538,-892.0877295 +40775,-1233.104581,-560.569365,-1220.775637,-560.5710601,-885.9926543 +40776,-1226.114815,-555.9011481,-1210.54781,-555.9028271,-880.9048108 +40777,-1217.812956,-552.271281,-1202.634351,-552.2726715,-877.5359699 +40778,-1208.879519,-548.3753019,-1196.00485,-547.5315339,-875.1462898 +40779,-1204.669451,-543.7074059,-1185.115559,-544.6915032,-849.8242704 +40780,-1197.013718,-539.8559957,-1181.148297,-538.5296452,-813.2923629 +40781,-1187.805851,-535.1547478,-1168.491188,-536.875286,-829.0263072 +40782,-1184.098904,-533.2633452,-1165.794937,-531.1175444,-814.3529583 +40783,-1175.093047,-527.3134638,-1156.255328,-528.6508058,-810.0699651 +40784,-1167.974409,-525.13419,-1147.969131,-524.3267455,-800.9394143 +40785,-1164.864467,-519.9952083,-1141.549019,-520.9689362,-796.2861816 +40786,-1156.359267,-517.9570062,-1134.987966,-517.3905006,-789.7699492 +40787,-1148.785202,-513.0821484,-1127.887893,-513.082181,-784.7544557 +40788,-1146.302177,-510.6648027,-1120.200102,-509.983263,-777.3111565 +40789,-1136.778198,-506.4870416,-1114.604964,-507.2086083,-772.4522452 +40790,-1133.627397,-503.5994809,-1107.644322,-502.8482921,-766.4727063 +40791,-1126.287036,-499.6470581,-1100.398153,-500.4267599,-761.8422994 +40792,-1121.506497,-497.288187,-1095.676382,-496.4875316,-754.278948 +40793,-1115.624056,-493.5984214,-1087.751098,-493.5994822,-750.8787649 +40794,-1111.092184,-490.3145992,-1081.084584,-490.3161315,-745.0855258 +40795,-1103.745145,-486.7148541,-1075.978679,-487.5758959,-740.5792541 +40796,-1100.391014,-484.6103298,-1068.180711,-483.7342856,-733.769133 +40797,-1094.441699,-481.4605409,-1064.504577,-481.4607559,-730.4617474 +40798,-1088.191718,-477.2465576,-1057.139737,-478.1557015,-724.9518723 +40799,-1084.03811,-475.6385975,-1051.831059,-474.7169079,-719.1850441 +40800,-1079.724996,-472.0988189,-1045.160867,-472.098842,-716.332536 +40801,-1075.277816,-469.4029633,-1040.699484,-470.3501144,-711.2576081 +40802,-1068.306248,-467.5982331,-1033.712692,-465.6740918,-708.1921881 +40803,-1066.065361,-462.8339477,-1029.025079,-464.7852459,-705.0507145 +40804,-1061.326701,-461.9147401,-1024.253628,-460.9284155,-700.729721 +40805,-1056.510797,-458.9907648,-1019.405242,-458.9906466,-698.5667044 +40806,-1051.625857,-456.01477,-1011.969212,-456.0150995,-694.0934484 +40807,-1046.677855,-452.9897866,-1008.237403,-452.990269,-691.8434814 +40808,-1044.207687,-450.9543169,-1001.901031,-450.9547465,-688.3988983 +40809,-1039.163701,-448.8946865,-999.3667482,-448.3725515,-684.9010737 +40810,-1034.063709,-444.6946728,-991.5971246,-445.7563075,-682.5469887 +40811,-1031.507085,-444.1751353,-986.3626014,-443.6414421,-680.1672179 +40812,-1026.323853,-440.4244739,-983.7366666,-440.4240495,-675.3229214 +40813,-1023.721043,-438.8023159,-977.0780731,-438.2564822,-674.1064339 +40814,-1018.456993,-436.0666393,-973.0491784,-436.0675354,-670.3992159 +40815,-1014.478598,-433.2983861,-967.6265741,-433.8567796,-669.1567233 +40816,-1010.471383,-431.6236047,-963.5273082,-431.0617628,-664.1075629 +40817,-1007.786522,-428.8023418,-958.0122673,-429.3703359,-664.1123995 +40818,-1003.728659,-427.0947567,-953.8434295,-425.9480635,-658.9709002 +40819,-999.6408719,-423.6403238,-948.2365862,-424.7988935,-658.9741663 +40820,-995.5244124,-422.4801704,-945.4160153,-422.4803968,-653.7388797 +40821,-992.7656875,-420.140042,-939.7280597,-418.9605989,-653.7412269 +40822,-988.6002641,-417.1831552,-933.9869751,-418.3711022,-649.7527045 +40823,-985.8075072,-415.3935109,-931.0990694,-414.793837,-648.4120642 +40824,-980.1801597,-413.5912063,-926.738641,-413.5913632,-645.0316188 +40825,-978.7678282,-410.5577717,-920.8751689,-410.5581996,-642.985522 +40826,-974.5037406,-408.7214123,-916.4432209,-409.3358491,-641.6140228 +40827,-970.2095626,-406.25263,-913.4728127,-406.2528152,-638.1561041 +40828,-967.3316792,-404.3861293,-907.4862524,-404.3865279,-636.0629186 +40829,-964.4402286,-401.2455289,-904.4732252,-403.135456,-634.6598858 +40830,-960.0758246,-399.980063,-899.9256829,-399.3443434,-631.8335643 +40831,-957.1502298,-396.7884013,-893.8125386,-398.7086123,-630.4109465 +40832,-952.7347103,-392.9088258,-889.1913831,-394.8556901,-627.5455885 +40833,-948.2884388,-390.2933098,-882.9793873,-392.9096468,-625.3795883 +40834,-945.3080414,-387.6533287,-878.2836889,-390.2936781,-623.1989962 +40835,-940.8100907,-383.646004,-873.5550289,-387.6533986,-621.737224 +40836,-936.2810298,-380.2645484,-867.197559,-385.6573759,-620.2684708 +40837,-933.2454307,-378.2177707,-862.3917378,-382.973625,-617.3101338 +40838,-930.1949308,-374.0791455,-857.5526363,-380.264915,-615.8209659 +40839,-924.0488775,-371.2884717,-851.0474251,-377.5315452,-612.8221995 +40840,-922.5049703,-367.7637747,-847.7734472,-375.4655613,-612.8227705 +40841,-917.8475697,-364.1987593,-839.5192394,-373.3848561,-609.7962208 +40842,-913.1575283,-362.040772,-837.8589532,-369.8838573,-608.2725168 +40843,-910.0139163,-357.6781944,-829.4904792,-368.4728721,-605.2042109 +40844,-905.2706944,-354.7371419,-826.1174313,-364.915506,-605.2047982 +40845,-902.0912656,-351.7694535,-819.323705,-363.4818449,-602.1082258 +40846,-898.8965501,-348.0213232,-814.1888821,-360.5933589,-602.1083641 +40847,-894.074922,-344.9926013,-810.7470108,-357.6783994,-597.4093259 +40848,-890.8423964,-341.9364627,-802.9416343,-355.8436867,-598.9832167 +40849,-885.9654709,-338.077177,-798.5724231,-353.2568593,-594.2408686 +40850,-882.6966277,-335.7413281,-794.1788058,-350.2750468,-594.2412104 +40851,-879.4125525,-331.0215999,-787.9843445,-348.398253,-591.8456727 +40852,-874.4564674,-329.0374636,-782.6363721,-345.7523272,-591.0435461 +40853,-872.7975682,-324.6321691,-777.2530575,-343.0854043,-587.815795 +40854,-866.1196012,-320.58111,-773.6447737,-341.1679397,-587.8160461 +40855,-864.4419017,-318.5399427,-766.3772322,-338.0769834,-584.5584578 +40856,-859.3826132,-314.4227008,-760.8854279,-335.7410658,-583.7396164 +40857,-855.9909355,-311.0972204,-757.2054478,-333.3897213,-582.0959358 +40858,-852.5836199,-308.1644393,-751.6526958,-331.0225526,-579.6159325 +40859,-847.4425437,-304.3613349,-745.127546,-328.6394104,-579.6162139 +40860,-843.9968722,-301.378776,-740.4373595,-326.2402947,-576.2824268 +40861,-842.2688825,-297.943281,-736.6670569,-323.0168683,-576.2825213 +40862,-837.0567317,-295.3482464,-730.028057,-322.2075492,-575.4444005 +40863,-835.3124498,-291.8629177,-727.1687146,-318.9490604,-574.6042567 +40864,-831.8107134,-288.7902209,-721.4205081,-317.309606,-572.9181522 +40865,-828.2929888,-285.6960792,-717.5683634,-314.8367953,-574.6046824 +40866,-826.5287178,-283.0268744,-712.7295342,-313.1795062,-571.2241279 +40867,-821.2093798,-279.4428187,-707.8649799,-310.2615509,-571.2242636 +40868,-820.3206211,-276.7366551,-702.9751285,-308.1644325,-571.224587 +40869,-815.8555689,-273.1038812,-699.0453057,-306.4790398,-569.5227263 +40870,-813.1648254,-270.3615382,-694.1091553,-303.9368538,-569.5228227 +40871,-810.4650214,-267.6035733,-689.1472853,-301.3787335,-568.6688827 +40872,-806.8504487,-263.9017586,-685.1597529,-299.6649288,-567.8128631 +40873,-803.2200085,-261.1078822,-680.1517052,-297.5122807,-566.0951341 +40874,-801.3995329,-258.2988142,-675.1181526,-294.9141243,-566.9552998 +40875,-795.9110225,-254.5295983,-671.0734568,-292.7370987,-565.2335981 +40876,-795.9126746,-251.6857257,-665.9941059,-290.9877131,-564.3697775 +40877,-790.3868783,-248.8271628,-661.9124239,-288.3497557,-564.3699366 +40878,-788.5372511,-245.4733811,-655.7588104,-286.139473,-562.6362721 +40879,-783.8945667,-242.5831448,-653.7006127,-283.9183653,-562.6364563 +40880,-782.9640653,-239.1930902,-646.4603682,-282.1336525,-562.6364692 +40881,-777.3522087,-236.2722968,-643.3431151,-279.4428505,-560.0205523 +40882,-775.4745032,-233.3376059,-638.126731,-277.1887034,-560.8945554 +40883,-771.7055529,-229.8963501,-632.8852748,-274.9239269,-559.1447492 +40884,-769.8153136,-226.9323564,-628.6747929,-273.1044561,-559.1448013 +40885,-765.0690547,-223.4577597,-624.4481814,-270.8198619,-557.3868751 +40886,-762.2096928,-220.96543,-619.1416955,-268.0639654,-557.3870936 +40887,-760.2988234,-217.4608865,-614.8789099,-266.6806169,-556.5052253 +40888,-756.4621908,-214.4436213,-609.5280831,-263.4369815,-555.621228 +40889,-752.6087938,-210.9082362,-606.3062789,-262.040959,-555.6212571 +40890,-748.739857,-208.3734518,-599.834744,-259.2367616,-553.8468201 +40891,-747.7715558,-205.0658774,-596.5865283,-257.3591111,-553.8468322 +40892,-742.9059513,-202.0010367,-591.1528965,-255.4746943,-552.0643665 +40893,-740.9528273,-199.1820866,-586.7891786,-252.6352611,-552.9568465 +40894,-737.0332297,-195.5813605,-583.5066542,-251.2103695,-550.2736997 +40895,-734.0830117,-193.2595466,-576.9143645,-248.348964,-551.1702937 +40896,-731.1236109,-189.6363006,-574.7103521,-246.9131384,-549.375366 +40897,-728.1546163,-186.780496,-568.0731785,-244.5114551,-549.3753893 +40898,-725.1758746,-183.916968,-565.8541593,-242.0997722,-548.474704 +40899,-721.1893094,-180.5230319,-559.1724359,-240.1636051,-546.6671863 +40900,-719.1904988,-177.9056606,-555.8200861,-238.2211525,-547.5721348 +40901,-715.1789727,-174.2316477,-551.3372438,-235.7840711,-544.8515573 +40902,-713.1672653,-171.8644598,-546.8396974,-233.8276232,-546.6675186 +40903,-709.1301141,-168.4374925,-542.3277826,-231.8650541,-543.027263 +40904,-705.0767466,-165.2668765,-537.8017932,-229.4031933,-544.8516045 +40905,-704.0621936,-162.6197697,-533.2619359,-227.4271868,-542.1119694 +40906,-698.9664727,-159.1718007,-528.7083727,-224.9489483,-542.1120462 +40907,-697.9448443,-156.248996,-524.1412551,-223.4579288,-541.1948011 +40908,-692.8171306,-153.3215653,-520.1340681,-220.7153947,-541.1948372 +40909,-690.7593662,-150.1229634,-514.9664731,-218.9647879,-539.3534653 +40910,-686.6308201,-147.1867281,-511.5124558,-216.4563937,-538.4297096 +40911,-684.560985,-143.9792781,-505.7386769,-214.9474402,-538.4299658 +40912,-680.4073021,-141.0355848,-502.2653315,-211.9198962,-537.5041094 +40913,-678.324651,-137.8206711,-497.6226129,-210.4020377,-536.5759546 +40914,-674.1456896,-134.8707302,-492.9671872,-208.373397,-535.6456842 +40915,-672.0503381,-131.918162,-488.2995557,-205.8301067,-534.7133784 +40916,-667.846307,-128.6944208,-483.6200535,-203.7900096,-534.7134577 +40917,-664.6829137,-125.7371756,-480.1028918,-201.7450814,-532.8421853 +40918,-661.5106812,-122.6435076,-474.2252814,-199.6952576,-532.8422163 +40919,-659.3909317,-119.5480501,-471.2802558,-197.1262087,-531.9033385 +40920,-655.1372086,-116.5857319,-465.9669453,-195.581556,-530.0191289 +40921,-650.8675211,-113.0831801,-460.0469292,-192.4841625,-530.0194222 +40922,-646.5817865,-109.3095762,-455.2990818,-190.4139245,-526.2248786 +40923,-642.2797224,-106.074013,-448.1568504,-187.5601158,-524.3146513 +40924,-636.8788121,-102.4329522,-443.9804353,-184.6985329,-523.3565241 +40925,-633.6268634,-98.79102246,-437.4009653,-182.6128594,-520.4678678 +40926,-628.1853025,-95.4183529,-432.0040635,-179.7384225,-519.5005677 +40927,-623.8142656,-91.7753335,-425.3915714,-176.856956,-515.6087894 +40928,-619.4272831,-88.26692471,-421.175082,-174.7573049,-515.6090826 +40929,-615.0242318,-84.75825206,-413.929938,-171.8643618,-512.666768 +40930,-610.6049461,-80.97949937,-409.0895104,-169.2290091,-509.7041817 +40931,-605.058483,-77.87547494,-403.0271253,-166.5887901,-509.7045241 +40932,-601.719516,-73.96152712,-397.5602984,-164.2086066,-505.7226012 +40933,-596.1340934,-70.58741907,-390.8653807,-161.2943934,-504.7216334 +40934,-591.6486615,-66.9433643,-385.988108,-158.9062831,-502.7125766 +40935,-588.2748254,-63.70419447,-379.8813244,-155.9829643,-500.6941698 +40936,-582.6310414,-59.65516864,-374.3761988,-153.587843,-497.6492708 +40937,-578.0991943,-56.68594497,-368.2497984,-150.9231011,-497.6495006 +40938,-573.5525671,-52.63692571,-362.7280353,-148.2549352,-493.5570495 +40939,-568.9911,-50.47748464,-356.5841771,-145.8508834,-492.5282747 +40940,-563.8415629,-47.50821401,-351.0475654,-142.9092189,-490.4636049 +40941,-559.8239889,-44.67390183,-345.5044131,-140.5000202,-487.3489246 +40942,-555.2183223,-41.83960905,-339.3379223,-137.8206617,-486.8280646 +40943,-550.0194229,-39.14028085,-333.7821467,-135.1389291,-484.2133398 +40944,-545.9636473,-36.03604288,-327.6027101,-132.4550578,-481.0561332 +40945,-541.314956,-33.47169318,-322.0361369,-130.03792,-481.0564317 +40946,-535.484164,-30.50243006,-316.4648549,-127.0815497,-476.8135776 +40947,-531.9762424,-27.6681295,-310.2693341,-124.6613271,-476.8137858 +40948,-527.2862539,-24.83383735,-304.6892706,-121.970748,-472.5327753 +40949,-522.5823532,-22.13450636,-299.1055666,-119.5480844,-472.5330625 +40950,-517.2743862,-18.8953015,-292.5868772,-116.5856553,-469.297157 +40951,-497.6734406,0,-288.5496766,-114.4304482,-467.1279136 +40952,-490.4932655,0,-281.09232,-111.6008889,-464.9491356 +40953,-483.2857187,0,-274.8746871,-108.2311456,-463.308782 +40954,-476.051559,0,-266.7874536,-105.2649288,-460.5624727 +40955,-468.1855715,0,-261.1866488,-102.0282872,-458.3545979 +40956,-461.5073813,0,-252.4706568,-98.79103605,-457.247128 +40957,-453.5886615,0,-246.8660885,-95.82309912,-453.9094575 +40958,-446.2550966,0,-238.7682204,-92.31503811,-451.6722855 +40959,-439.5130809,0,-231.291727,-89.2115332,-450.550228 +40960,-430.9055787,0,-225.0604693,-85.9728312,-447.1686581 +40961,-423.5058297,0,-216.9584159,-82.59899979,-444.9021808 +40962,-416.7056317,0,-209.7905546,-79.49500557,-443.7654675 +40963,-408.0272951,0,-202.6221114,-75.98597735,-440.3397439 +40964,-401.1918211,0,-194.8298046,-72.88182958,-438.0437711 +40965,-392.4711818,0,-187.6606177,-69.37273653,-436.8922774 +40966,-366.1857813,0,-177.6857524,-65.05382596,-433.4221904 +40967,-356.7581948,0,-170.2044396,-61.54469985,-431.0965446 +40968,-347.9426632,0,-162.4113134,-58.57547898,-428.7611679 +40969,-339.1127829,0,-155.2415882,-54.52644876,-426.4159152 +40970,-330.2700117,0,-146.8248432,-51.55721811,-424.060702 +40971,-322.0485494,0,-139.9668476,-48.04808939,-421.1026898 +40972,-313.1843943,0,-134.3556822,-45.88862097,-419.3205661 +40973,-304.9450772,0,-128.9004208,-43.05429874,-415.7394094 +40974,-295.4292806,0,-122.8216744,-40.48994309,-413.9406784 +40975,-287.4935599,0,-116.8987824,-37.65564053,-410.9302552 +40976,-278.281893,0,-110.8200551,-35.09129199,-408.5108382 +40977,-269.3827472,0,-105.0530662,-32.25698853,-405.4726494 +40978,-261.1155668,0,-98.81846594,-29.5576626,-403.0311068 +40979,-251.5725684,0,-92.89559435,-26.72336286,-399.9652961 +40980,-243.29953,0,-86.81686052,-24.02404152,-397.5016776 +40981,-235.0244381,0,-81.67329306,-21.59464374,-396.2661541 +40982,-227.384622,0,-76.52973928,-19.30021307,-393.1663871 +40983,-219.7438085,0,-71.69793685,-16.73584415,-392.544756 +40984,-211.7837498,0,-66.24264802,-14.57638333,-390.0516183 +40985,-203.8230999,0,-61.25497565,-11.87704681,-388.1754056 +40986,-196.1805243,0,-56.1114324,-9.44765197,-386.2937875 +40987,-188.5376134,0,-50.81201384,-7.288192791,-384.4067204 +40988,-179.9389929,0,-45.51259936,-4.588859774,-382.514175 +40989,-172.6142667,0,-40.36905775,-2.159463,-379.9822745 +40990,-164.3339611,0,-35.06964524,0,-378.7128516 +40991,-156.3720969,0,-29.77023018,0,-376.1665006 +40992,-148.4102166,0,-24.31494983,0,-374.2504761 +40993,-119.7473146,0,-18.08034936,0,-372.3290687 +40994,-114.8109058,0,-12.62507219,0,-369.1147171 +40995,-107.9636424,0,-7.013928126,0,-368.4702485 +40996,-100.9571379,0,-1.714515906,0,-364.5899018 +40997,-94.58762548,0,0,0,-363.291929 +40998,-87.58111949,0,0,0,-360.6887266 +40999,-81.05235043,0,0,0,-358.7301851 +41000,-74.20509518,0,0,0,-355.4542151 +41001,-67.51708661,0,0,0,-354.1399537 +41002,-60.82907566,0,0,0,-350.8438459 +41003,-53.82257703,0,0,0,-348.8594129 +41004,-47.13456989,0,0,0,-346.2054828 +41005,-40.28731969,0,0,0,-343.5425181 +41006,-33.28082651,0,0,0,-341.539448 +41007,-26.43357674,0,0,0,-338.1896965 +41008,-19.42708686,0,0,0,-336.1733071 +41009,-12.42059708,0,0,0,-332.8016136 +41010,-5.573345314,0,0,0,-330.7721951 +41011,0,0,0,0,-327.3789127 +41012,0,0,0,0,-325.3366404 +41013,0,0,0,0,-321.9221215 +41014,0,0,0,0,-319.8672173 +41015,0,0,0,0,-316.4318837 +41016,0,0,0,0,-313.6745049 +41017,0,0,0,0,-310.9091215 +41018,0,0,0,0,-308.8298601 +41019,0,0,0,0,-304.6577669 +41020,0,0,0,0,-302.5653309 +41021,0,0,0,0,-299.7686598 +41022,0,0,0,0,-296.2621296 +41023,0,0,0,0,-294.1527445 +41024,0,0,0,0,-290.2747155 +41025,0,0,0,0,-287.7999296 +41026,0,0,0,0,-284.9649843 +41027,0,0,0,0,-281.411514 +41028,0,0,0,0,-279.2744436 +41029,0,0,0,0,-275.70418 +41030,0,0,0,0,-272.4823169 +41031,0,0,0,0,-269.9709797 +41032,0,0,0,0,-266.7350568 +41033,0,0,0,0,-263.4914785 +41034,0,0,0,0,-260.9635998 +41035,0,0,0,0,-257.7069069 +41036,0,0,0,0,-254.4431393 +41037,0,0,0,0,-251.5363127 +41038,0,0,0,0,-248.6242268 +41039,0,52.76707457,0,0,-245.3419853 +41040,0,80.37880265,0,0,-242.419214 +41041,0,63.66057029,0,0,-238.7590434 +41042,0,79.78512792,0,0,-234.3573937 +41043,0,86.25558835,0,0,-231.4176104 +41044,0,92.54656106,0,0,-227.0000058 +41045,0,98.45962574,0,0,-223.3119299 +41046,0,104.3535708,0,0,-219.9876936 +41047,0,109.8882619,0,0,-215.9185536 +41048,0,115.2035161,0,0,-211.8431162 +41049,0,120.4763576,0,0,-208.5043378 +41050,0,125.4905409,0,0,-204.4185214 +41051,0,135.0495846,0,0,-201.0717467 +41052,0,140.9994844,0,0,-196.9767979 +41053,0,145.6995448,0,0,-192.8774072 +41054,0,150.7871519,0,0,-189.8935148 +41055,0,154.9921794,0,0,-185.413799 +41056,0,159.5495978,0,0,-181.6776091 +41057,0,163.4831712,0,0,-178.3128663 +41058,0,167.6880194,0,0,-174.1977624 +41059,0,171.1825413,0,0,-170.6417723 +41060,0,174.7379934,0,0,-166.7094785 +41061,0,178.2588155,0,0,-163.3374849 +41062,0,181.3721358,0,0,-159.214482 +41063,0,184.4122952,0,0,-155.4649636 +41064,0,187.2627278,0,0,-151.7143496 +41065,0,189.9275706,0,0,-148.3379787 +41066,0,192.4362914,0,0,-144.2103381 +41067,0,194.770347,0,0,-140.4572285 +41068,0,196.9392898,0,0,-136.8912616 +41069,0,198.9433673,0,0,-133.1371314 +41070,0,200.6581834,0,0,-129.1948677 +41071,0,202.0395081,0,0,-125.8155323 +41072,0,202.8875192,0,0,-121.6849328 +41073,0,203.5825719,0,0,-118.3052041 +41074,0,204.2419892,0,0,-114.3620172 +41075,0,204.6114912,0,0,-110.7942765 +41076,0,204.9730972,0,0,-106.8508931 +41077,0,205.0483382,0,0,-103.2830324 +41078,0,205.1276455,0,0,-99.52734636 +41079,0,204.9237709,0,0,-95.77163193 +41080,0,204.7348006,0,0,-92.01590338 +41081,0,204.264894,0,0,-88.44795604 +41082,0,203.735464,0,0,-84.50441726 +41083,0,203.0865244,0,0,-80.93646089 +41084,0,202.3166492,0,0,-77.18071075 +41085,0,201.4271845,0,0,-73.42495786 +41086,0,200.5476347,0,0,-69.85699421 +41087,0,199.237091,0,0,-65.91344614 +41088,0,198.097867,0,0,-62.34548242 +41089,0,196.7322384,0,0,-58.40194024 +41090,0,195.2801169,0,0,-54.83398196 +41091,0,193.7212646,0,0,-51.078232 +41092,0,192.0582747,0,0,-47.32247966 +41093,0,190.2928014,0,0,-43.75451512 +41094,0,188.4269141,0,0,-39.6231817 +41095,0,186.3412122,0,0,-36.24301031 +41096,0,184.5767812,0,0,-32.48725757 +41097,0,182.1540364,0,0,-28.5437136 +41098,0,180.0127841,0,0,-24.78796192 +41099,0,177.1198359,0,0,-21.22000017 +41100,0,174.6816956,0,0,-17.27645978 +41101,0,0,0,0,0 +41102,0,0,0,0,0 +41103,0,0,0,0,0 +41104,0,0,0,0,0 +41105,0,0,0,0,0 +41106,0,0,0,0,0 +41107,0,0,0,0,0 +41108,0,0,0,0,0 +41109,0,0,0,0,0 +41110,0,0,0,0,0 +41111,0,0,0,0,0 +41112,0,0,0,0,0 +41113,0,0,0,0,0 +41114,0,0,0,0,0 +41115,0,0,0,0,0 +41116,0,0,0,0,0 +41117,0,0,0,0,0 +41118,0,0,0,0,0 +41119,0,0,0,0,0 +41120,0,0,0,0,0 +41121,0,0,0,0,0 +41122,0,0,0,0,0 +41123,0,0,0,0,0 +41124,0,0,0,0,0 +41125,0,0,0,0,0 +41126,0,0,0,0,0 +41127,0,0,0,0,0 +41128,0,0,0,0,0 +41129,0,0,0,0,0 +41130,0,0,0,0,0 +41131,0,0,0,0,0 +41132,0,0,0,0,0 +41133,0,0,0,0,0 +41134,0,0,0,0,0 +41135,0,0,0,0,0 +41136,0,0,0,0,0 +41137,0,0,0,0,0 +41138,0,0,0,0,0 +41139,0,0,0,0,0 +41140,0,0,0,0,0 +41141,0,0,0,0,0 +41142,0,0,0,0,0 +41143,0,0,0,0,0 +41144,0,0,0,0,0 +41145,0,0,0,0,0 +41146,0,0,0,0,0 +41147,0,0,0,0,0 +41148,0,0,0,0,0 +41149,0,0,0,0,0 +41150,0,0,0,0,0 +41151,0,0,0,0,0 +41152,0,0,0,0,0 +41153,0,0,0,0,0 +41154,0,0,0,0,0 +41155,0,0,0,0,0 +41156,0,0,0,0,0 +41157,0,0,0,0,0 +41158,0,0,0,0,0 +41159,0,0,0,0,0 +41160,0,0,0,0,0 +41161,0,0,0,0,0 +41162,0,0,0,0,0 +41163,0,0,0,0,0 +41164,0,0,0,0,0 +41165,0,0,0,0,0 +41166,0,0,0,0,0 +41167,0,0,0,0,0 +41168,0,0,0,0,0 +41169,0,0,0,0,0 +41170,0,0,0,0,0 +41171,0,0,0,0,0 +41172,0,0,0,0,0 +41173,0,0,0,0,0 +41174,0,0,0,0,0 +41175,0,0,0,0,0 +41176,0,0,0,0,0 +41177,0,0,0,0,0 +41178,0,0,0,0,0 +41179,0,0,0,0,0 +41180,0,0,0,0,0 +41181,0,0,0,0,0 +41182,0,0,0,0,0 +41183,0,0,0,0,0 +41184,0,0,0,0,0 +41185,0,0,0,0,0 +41186,0,0,0,0,0 +41187,0,0,0,0,0 +41188,0,0,0,0,0 +41189,0,0,0,0,0 +41190,0,0,0,0,0 +41191,0,0,0,0,0 +41192,0,0,0,0,0 +41193,0,0,0,0,0 +41194,0,0,0,0,0 +41195,0,0,0,0,0 +41196,0,0,0,0,0 +41197,0,0,0,0,0 +41198,0,0,0,0,0 +41199,0,0,0,0,0 +41200,0,0,0,0,0 +41201,0,0,0,0,0 +41202,0,0,0,0,0 +41203,0,0,0,0,0 +41204,0,0,0,0,0 +41205,0,0,0,0,0 +41206,0,0,0,0,0 +41207,0,0,0,0,0 +41208,0,0,0,0,0 +41209,0,0,0,0,0 +41210,0,0,0,0,0 +41211,0,0,0,0,0 +41212,0,0,0,0,0 +41213,0,0,0,0,0 +41214,0,0,0,0,0 +41215,0,0,0,0,0 +41216,0,0,0,0,0 +41217,0,0,0,0,0 +41218,0,0,0,0,0 +41219,0,0,0,0,0 +41220,0,0,0,0,0 +41221,0,0,0,0,0 +41222,0,0,0,0,0 +41223,0,0,0,0,0 +41224,0,0,0,0,0 +41225,0,0,0,0,0 +41226,0,0,0,0,0 +41227,0,0,0,0,0 +41228,0,0,0,0,0 +41229,0,0,0,0,0 +41230,0,0,0,0,0 +41231,0,0,0,0,0 +41232,0,0,0,0,0 +41233,0,0,0,0,0 +41234,0,0,0,0,0 +41235,0,0,0,0,0 +41236,0,0,0,0,0 +41237,0,0,0,0,0 +41238,0,0,0,0,0 +41239,0,0,0,0,0 +41240,0,0,0,0,0 +41241,0,0,0,0,0 +41242,0,0,0,0,0 +41243,0,0,0,0,0 +41244,0,0,0,0,0 +41245,0,0,0,0,0 +41246,0,0,0,0,0 +41247,0,0,0,0,0 +41248,0,0,0,0,0 +41249,0,0,0,0,0 +41250,0,0,0,0,0 +41251,0,0,0,0,0 +41252,0,0,0,0,0 +41253,0,0,0,0,0 +41254,0,0,0,0,0 +41255,0,0,0,0,0 +41256,0,0,0,0,0 +41257,0,0,0,0,0 +41258,0,0,0,0,0 +41259,0,0,0,0,0 +41260,0,0,0,0,0 +41261,0,0,0,0,0 +41262,0,0,0,0,0 +41263,0,0,0,0,0 +41264,0,0,0,0,0 +41265,0,0,0,0,0 +41266,0,0,0,0,0 +41267,0,0,0,0,0 +41268,0,0,0,0,0 +41269,0,0,0,0,0 +41270,0,0,0,0,0 +41271,0,0,0,0,0 +41272,0,0,0,0,0 +41273,0,0,0,0,0 +41274,0,0,0,0,0 +41275,0,0,0,0,0 +41276,0,0,0,0,0 +41277,0,0,0,0,0 +41278,0,0,0,0,0 +41279,0,0,0,0,0 +41280,0,0,0,0,0 +41281,0,0,0,0,0 +41282,0,0,0,0,0 +41283,0,0,0,0,0 +41284,0,0,0,0,0 +41285,0,0,0,0,0 +41286,0,0,0,0,0 +41287,0,0,0,0,0 +41288,0,0,0,0,0 +41289,0,0,0,0,0 +41290,0,0,0,0,0 +41291,0,0,0,0,0 +41292,0,0,0,0,0 +41293,0,0,0,0,0 +41294,0,0,0,0,0 +41295,0,0,0,0,0 +41296,0,0,0,0,0 +41297,0,0,0,0,0 +41298,0,0,0,0,0 +41299,0,0,0,0,0 +41300,0,0,0,0,0 +41301,0,0,0,0,0 +41302,0,0,0,0,0 +41303,0,0,0,0,0 +41304,0,0,0,0,0 +41305,0,0,0,0,0 +41306,0,0,0,0,0 +41307,0,0,0,0,0 +41308,0,0,0,0,0 +41309,0,0,0,0,0 +41310,0,0,0,0,0 +41311,0,0,0,0,0 +41312,0,0,0,0,0 +41313,0,0,0,0,0 +41314,0,0,0,0,0 +41315,0,0,0,0,0 +41316,0,0,0,0,0 +41317,0,0,0,0,0 +41318,0,0,0,0,0 +41319,0,0,0,0,0 +41320,0,0,0,0,0 +41321,0,0,0,0,0 +41322,0,0,0,0,0 +41323,0,0,0,0,0 +41324,0,0,0,0,0 +41325,0,0,0,0,0 +41326,0,0,0,0,0 +41327,0,0,0,0,0 +41328,0,0,0,0,0 +41329,0,0,0,0,0 +41330,0,0,0,0,0 +41331,0,0,0,0,0 +41332,0,0,0,0,0 +41333,0,0,0,0,0 +41334,0,0,0,0,0 +41335,0,0,0,0,0 +41336,0,0,0,0,0 +41337,0,0,0,0,0 +41338,0,0,0,0,0 +41339,0,0,0,0,0 +41340,0,0,0,0,0 +41341,0,0,0,0,0 +41342,0,0,0,0,0 +41343,0,0,0,0,0 +41344,0,0,0,0,0 +41345,0,0,0,0,0 +41346,0,0,0,0,0 +41347,0,0,0,0,0 +41348,0,0,0,0,0 +41349,0,0,0,0,0 +41350,0,0,0,0,0 +41351,0,0,0,0,0 +41352,0,0,0,0,0 +41353,0,0,0,0,0 +41354,0,0,0,0,0 +41355,0,0,0,0,0 +41356,0,0,0,0,0 +41357,0,0,0,0,0 +41358,0,0,0,0,0 +41359,0,0,0,0,0 +41360,0,0,0,0,0 +41361,0,0,0,0,0 +41362,0,0,0,0,0 +41363,0,0,0,0,0 +41364,0,0,0,0,0 +41365,0,0,0,0,0 +41366,0,0,0,0,0 +41367,0,0,0,0,0 +41368,0,0,0,0,0 +41369,0,0,0,0,0 +41370,0,0,0,0,0 +41371,0,0,0,0,0 +41372,0,0,0,0,0 +41373,0,0,0,0,0 +41374,0,0,0,0,0 +41375,0,0,0,0,0 +41376,0,0,0,0,0 +41377,0,0,0,0,0 +41378,0,0,0,0,0 +41379,0,0,0,0,0 +41380,0,0,0,0,0 +41381,0,0,0,0,0 +41382,0,0,0,0,0 +41383,0,0,0,0,0 +41384,0,0,0,0,0 +41385,0,0,0,0,0 +41386,0,0,0,0,0 +41387,0,0,0,0,0 +41388,0,0,0,0,0 +41389,0,0,0,0,0 +41390,0,0,0,0,0 +41391,0,0,0,0,0 +41392,0,0,0,0,0 +41393,0,0,0,0,0 +41394,0,0,0,0,0 +41395,0,0,0,0,0 +41396,0,0,0,0,0 +41397,0,0,0,0,0 +41398,0,0,0,0,0 +41399,0,0,0,0,0 +41400,0,0,0,0,0 +41401,0,0,0,0,0 +41402,0,0,0,0,0 +41403,0,0,0,0,0 +41404,0,0,0,0,0 +41405,0,0,0,0,0 +41406,0,0,0,0,0 +41407,0,0,0,0,0 +41408,0,0,0,0,0 +41409,0,0,0,0,0 +41410,0,0,0,0,0 +41411,0,0,0,0,0 +41412,0,0,0,0,0 +41413,0,0,0,0,0 +41414,0,0,0,0,0 +41415,0,0,0,0,0 +41416,0,0,0,0,0 +41417,0,0,0,0,0 +41418,0,0,0,0,0 +41419,0,0,0,0,0 +41420,0,0,0,0,0 +41421,0,0,0,0,0 +41422,0,0,0,0,0 +41423,0,0,0,0,0 +41424,0,0,0,0,0 +41425,0,0,0,0,0 +41426,0,0,0,0,0 +41427,0,0,0,0,0 +41428,0,0,0,0,0 +41429,0,0,0,0,0 +41430,0,0,0,0,0 +41431,0,0,0,0,0 +41432,0,0,0,0,0 +41433,0,0,0,0,0 +41434,0,0,0,0,0 +41435,0,0,0,0,0 +41436,0,0,0,0,0 +41437,0,0,0,0,0 +41438,0,0,0,0,0 +41439,0,0,0,0,0 +41440,0,0,0,0,0 +41441,0,0,0,0,0 +41442,0,0,0,0,0 +41443,0,0,0,0,0 +41444,0,0,0,0,0 +41445,0,0,0,0,0 +41446,0,0,0,0,0 +41447,0,0,0,0,0 +41448,0,0,0,0,0 +41449,0,0,0,0,0 +41450,0,0,0,0,0 +41451,0,0,0,0,0 +41452,0,0,0,0,0 +41453,0,0,0,0,0 +41454,0,0,0,0,0 +41455,0,0,0,0,0 +41456,0,0,0,0,0 +41457,0,0,0,0,0 +41458,0,0,0,0,0 +41459,0,0,0,0,0 +41460,0,0,0,0,0 +41461,0,0,0,0,0 +41462,0,0,0,0,0 +41463,0,0,0,0,0 +41464,0,0,0,0,0 +41465,0,0,0,0,0 +41466,0,0,0,0,0 +41467,0,0,0,0,0 +41468,0,0,0,0,0 +41469,0,0,0,0,0 +41470,0,0,0,0,0 +41471,0,0,0,0,0 +41472,0,0,0,0,0 +41473,0,0,0,0,0 +41474,0,0,0,0,0 +41475,0,0,0,0,0 +41476,0,0,0,0,0 +41477,0,0,0,0,0 +41478,0,0,0,0,0 +41479,0,0,0,0,0 +41480,0,0,0,0,0 +41481,0,0,0,0,0 +41482,0,0,0,0,0 +41483,0,0,0,0,0 +41484,0,0,0,0,0 +41485,0,0,0,0,0 +41486,0,0,0,0,0 +41487,0,0,0,0,0 +41488,0,0,0,0,0 +41489,0,0,0,0,0 +41490,0,0,0,0,0 +41491,0,0,0,0,0 +41492,0,0,0,0,0 +41493,0,0,0,0,0 +41494,0,0,0,0,0 +41495,0,0,0,0,0 +41496,0,0,0,0,0 +41497,0,0,0,0,0 +41498,0,0,0,0,0 +41499,0,0,0,0,0 +41500,0,0,0,0,0 +41501,0,0,0,0,0 +41502,0,0,0,0,0 +41503,0,0,0,0,0 +41504,0,0,0,0,0 +41505,0,0,0,0,0 +41506,0,0,0,0,0 +41507,0,0,0,0,0 +41508,0,0,0,0,0 +41509,0,0,0,0,0 +41510,0,0,0,0,0 +41511,0,0,0,0,0 +41512,0,0,0,0,0 +41513,0,0,0,0,0 +41514,0,0,0,0,0 +41515,0,0,0,0,0 +41516,0,0,0,0,0 +41517,0,0,0,0,0 +41518,0,0,0,0,0 +41519,0,0,0,0,0 +41520,0,0,0,0,0 +41521,0,0,0,0,0 +41522,0,0,0,0,0 +41523,0,0,0,0,0 +41524,0,0,0,0,0 +41525,0,0,0,0,0 +41526,0,0,0,0,0 +41527,0,0,0,0,0 +41528,0,0,0,0,0 +41529,0,0,0,0,0 +41530,0,0,0,0,0 +41531,0,0,0,0,0 +41532,0,0,0,0,0 +41533,0,0,0,0,0 +41534,0,0,0,0,0 +41535,0,0,0,0,0 +41536,0,0,0,0,0 +41537,0,0,0,0,0 +41538,0,0,0,0,0 +41539,0,0,0,0,0 +41540,0,0,0,0,0 +41541,0,0,0,0,0 +41542,0,0,0,0,0 +41543,0,0,0,0,0 +41544,0,0,0,0,0 +41545,0,0,0,0,0 +41546,0,0,0,0,0 +41547,0,0,0,0,0 +41548,0,0,0,0,0 +41549,0,0,0,0,0 +41550,0,0,0,0,0 +41551,0,0,0,0,0 +41552,0,0,0,0,0 +41553,0,0,0,0,0 +41554,0,0,0,0,0 +41555,0,0,0,0,0 +41556,0,0,0,0,0 +41557,0,0,0,0,0 +41558,0,0,0,0,0 +41559,0,0,0,0,0 +41560,0,0,0,0,0 +41561,0,0,0,0,0 +41562,0,0,0,0,0 +41563,0,0,0,0,0 +41564,0,0,0,0,0 +41565,0,0,0,0,0 +41566,0,0,0,0,0 +41567,0,0,0,0,0 +41568,0,0,0,0,0 +41569,0,0,0,0,0 +41570,0,0,0,0,0 +41571,0,0,0,0,0 +41572,0,0,0,0,0 +41573,0,0,0,0,0 +41574,0,0,0,0,0 +41575,0,0,0,0,0 +41576,0,0,0,0,0 +41577,0,0,0,0,0 +41578,0,0,0,0,0 +41579,0,0,0,0,0 +41580,0,0,0,0,0 +41581,0,0,0,0,0 +41582,0,0,0,0,0 +41583,0,0,0,0,0 +41584,0,0,0,0,0 +41585,0,0,0,0,0 +41586,0,0,0,0,0 +41587,0,0,0,0,0 +41588,0,0,0,0,0 +41589,0,0,0,0,0 +41590,0,0,0,0,0 +41591,0,0,0,0,0 +41592,0,0,0,0,0 +41593,0,0,0,0,0 +41594,0,0,0,0,0 +41595,0,0,0,0,0 +41596,0,0,0,0,0 +41597,0,0,0,0,0 +41598,0,0,0,0,0 +41599,0,0,0,0,0 +41600,0,0,0,0,0 +41601,0,0,0,0,0 +41602,0,0,0,0,0 +41603,0,0,0,0,0 +41604,0,0,0,0,0 +41605,0,0,0,0,0 +41606,0,0,0,0,0 +41607,0,0,0,0,0 +41608,0,0,0,0,0 +41609,0,0,0,0,0 +41610,0,0,0,0,0 +41611,0,0,0,0,0 +41612,0,0,0,0,0 +41613,0,0,0,0,0 +41614,0,0,0,0,0 +41615,0,0,0,0,0 +41616,0,0,0,0,0 +41617,0,0,0,0,0 +41618,0,0,0,0,0 +41619,0,0,0,0,0 +41620,0,0,0,0,0 +41621,0,0,0,0,0 +41622,0,0,0,0,0 +41623,0,0,0,0,0 +41624,0,0,0,0,0 +41625,0,0,0,0,0 +41626,0,0,0,0,0 +41627,0,0,0,0,0 +41628,0,0,0,0,0 +41629,0,0,0,0,0 +41630,0,0,0,0,0 +41631,0,0,0,0,0 +41632,0,0,0,0,0 +41633,0,0,0,0,0 +41634,0,0,0,0,0 +41635,0,0,0,0,0 +41636,0,0,0,0,0 +41637,0,0,0,0,0 +41638,0,0,0,0,0 +41639,0,0,0,0,0 +41640,0,0,0,0,0 +41641,0,0,0,0,0 +41642,0,0,0,0,0 +41643,0,0,0,0,0 +41644,0,0,0,0,0 +41645,0,0,0,0,0 +41646,0,0,0,0,0 +41647,0,0,0,0,0 +41648,0,0,0,0,0 +41649,0,0,0,0,0 +41650,0,0,0,0,0 +41651,0,0,0,0,0 +41652,0,0,0,0,0 +41653,0,0,0,0,0 +41654,0,0,0,0,0 +41655,0,0,0,0,0 +41656,0,0,0,0,0 +41657,0,0,0,0,0 +41658,0,0,0,0,0 +41659,0,0,0,0,0 +41660,0,0,0,0,0 +41661,0,0,0,0,0 +41662,0,0,0,0,0 +41663,0,0,0,0,0 +41664,0,0,0,0,0 +41665,0,0,0,0,0 +41666,0,0,0,0,0 +41667,0,0,0,0,0 +41668,0,0,0,0,0 +41669,0,0,0,0,0 +41670,0,0,0,0,0 +41671,0,0,0,0,0 +41672,0,0,0,0,0 +41673,0,0,0,0,0 +41674,0,0,0,0,0 +41675,0,0,0,0,0 +41676,0,0,0,0,0 +41677,0,0,0,0,0 +41678,0,0,0,0,0 +41679,0,0,0,0,0 +41680,0,0,0,0,0 +41681,0,0,0,0,0 +41682,0,0,0,0,0 +41683,0,0,0,0,0 +41684,0,0,0,0,0 +41685,0,0,0,0,0 +41686,0,0,0,0,0 +41687,0,0,0,0,0 +41688,0,0,0,0,0 +41689,0,0,0,0,0 +41690,0,0,0,0,0 +41691,0,0,0,0,0 +41692,0,0,0,0,0 +41693,0,0,0,0,0 +41694,0,0,0,0,0 +41695,0,0,0,0,0 +41696,0,0,0,0,0 +41697,0,0,0,0,0 +41698,0,0,0,0,0 +41699,0,0,0,0,0 +41700,0,0,0,0,0 +41701,0,0,0,0,0 +41702,0,0,0,0,0 +41703,0,0,0,0,0 +41704,0,0,0,0,0 +41705,0,0,0,0,0 +41706,0,0,0,0,0 +41707,0,0,0,0,0 +41708,0,0,0,0,0 +41709,0,0,0,0,0 +41710,0,0,0,0,0 +41711,0,0,0,0,0 +41712,0,0,0,0,0 +41713,0,0,0,0,0 +41714,0,0,0,0,0 +41715,0,0,0,0,0 +41716,0,0,0,0,0 +41717,0,0,0,0,0 +41718,0,0,0,0,0 +41719,0,0,0,0,0 +41720,0,0,0,0,0 +41721,0,0,0,0,0 +41722,0,0,0,0,0 +41723,0,0,0,0,0 +41724,0,0,0,0,0 +41725,0,0,0,0,0 +41726,0,0,0,0,0 +41727,0,0,0,0,0 +41728,0,0,0,0,0 +41729,0,0,0,0,0 +41730,0,0,0,0,0 +41731,0,0,0,0,0 +41732,0,0,0,0,0 +41733,0,0,0,0,0 +41734,0,0,0,0,0 +41735,0,0,0,0,0 +41736,0,0,0,0,0 +41737,0,0,0,0,0 +41738,0,0,0,0,0 +41739,0,0,0,0,0 +41740,0,0,0,0,0 +41741,0,0,0,0,0 +41742,0,0,0,0,0 +41743,0,0,0,0,0 +41744,0,0,0,0,0 +41745,0,0,0,0,0 +41746,0,0,0,0,0 +41747,0,0,0,0,0 +41748,0,0,0,0,0 +41749,0,0,0,0,0 +41750,0,0,0,0,0 +41751,0,0,0,0,0 +41752,0,0,0,0,0 +41753,0,0,0,0,0 +41754,0,0,0,0,0 +41755,0,0,0,0,0 +41756,0,0,0,0,0 +41757,0,0,0,0,0 +41758,0,0,0,0,0 +41759,0,0,0,0,0 +41760,0,0,0,0,0 +41761,0,0,0,0,0 +41762,0,0,0,0,0 +41763,0,0,0,0,0 +41764,0,0,0,0,0 +41765,0,0,0,0,0 +41766,0,0,0,0,0 +41767,0,0,0,0,0 +41768,0,0,0,0,0 +41769,0,0,0,0,0 +41770,0,0,0,0,0 +41771,0,0,0,0,0 +41772,0,0,0,0,0 +41773,0,0,0,0,0 +41774,0,0,0,0,0 +41775,0,0,0,0,0 +41776,0,0,0,0,0 +41777,0,0,0,0,0 +41778,0,0,0,0,0 +41779,0,0,0,0,0 +41780,0,0,0,0,0 +41781,0,0,0,0,0 +41782,0,0,0,0,0 +41783,0,0,0,0,0 +41784,0,0,0,0,0 +41785,0,0,0,0,0 +41786,0,0,0,0,0 +41787,0,0,0,0,0 +41788,0,0,0,0,0 +41789,0,0,0,0,0 +41790,0,0,0,0,0 +41791,0,0,0,0,0 +41792,0,0,0,0,0 +41793,0,0,0,0,0 +41794,0,0,0,0,0 +41795,0,0,0,0,0 +41796,0,0,0,0,0 +41797,0,0,0,0,0 +41798,0,0,0,0,0 +41799,0,0,0,0,0 +41800,0,0,0,0,0 +41801,0,0,0,0,0 +41802,0,0,0,0,0 +41803,0,0,0,0,0 +41804,0,0,0,0,0 +41805,0,0,0,0,0 +41806,0,0,0,0,0 +41807,0,0,0,0,0 +41808,0,0,0,0,0 +41809,0,0,0,0,0 +41810,0,0,0,0,0 +41811,0,0,0,0,0 +41812,0,0,0,0,0 +41813,0,0,0,0,0 +41814,0,0,0,0,0 +41815,0,0,0,0,0 +41816,0,0,0,0,0 +41817,0,0,0,0,0 +41818,0,0,0,0,0 +41819,0,0,0,0,0 +41820,0,0,0,0,0 +41821,0,0,0,0,0 +41822,0,0,0,0,0 +41823,0,0,0,0,0 +41824,0,0,0,0,0 +41825,0,0,0,0,0 +41826,0,0,0,0,0 +41827,0,0,0,0,0 +41828,0,0,0,0,0 +41829,0,0,0,0,0 +41830,0,0,0,0,0 +41831,0,0,0,0,0 +41832,0,0,0,0,0 +41833,0,0,0,0,0 +41834,0,0,0,0,0 +41835,0,0,0,0,0 +41836,0,0,0,0,0 +41837,0,0,0,0,0 +41838,0,0,0,0,0 +41839,0,0,0,0,0 +41840,0,0,0,0,0 +41841,0,0,0,0,0 +41842,0,0,0,0,0 +41843,0,0,0,0,0 +41844,0,0,0,0,0 +41845,0,0,0,0,0 +41846,0,0,0,0,0 +41847,0,0,0,0,0 +41848,0,0,0,0,0 +41849,0,0,0,0,0 +41850,0,0,0,0,0 +41851,0,0,0,0,0 +41852,0,0,0,0,0 +41853,0,0,0,0,0 +41854,0,0,0,0,0 +41855,0,0,0,0,0 +41856,0,0,0,0,0 +41857,0,0,0,0,0 +41858,0,0,0,0,0 +41859,0,0,0,0,0 +41860,0,0,0,0,0 +41861,0,0,0,0,0 +41862,0,0,0,0,0 +41863,0,0,0,0,0 +41864,0,0,0,0,0 +41865,0,0,0,0,0 +41866,0,0,0,0,0 +41867,0,0,0,0,0 +41868,0,0,0,0,0 +41869,0,0,0,0,0 +41870,0,0,0,0,0 +41871,0,0,0,0,0 +41872,0,0,0,0,0 +41873,0,0,0,0,0 +41874,0,0,0,0,0 +41875,0,0,0,0,0 +41876,0,0,0,0,0 +41877,0,0,0,0,0 +41878,0,0,0,0,0 +41879,0,0,0,0,0 +41880,0,0,0,0,0 +41881,0,0,0,0,0 +41882,0,0,0,0,0 +41883,0,0,0,0,0 +41884,0,0,0,0,0 +41885,0,0,0,0,0 +41886,0,0,0,0,0 +41887,0,0,0,0,0 +41888,0,0,0,0,0 +41889,0,0,0,0,0 +41890,0,0,0,0,0 +41891,0,0,0,0,0 +41892,0,0,0,0,0 +41893,0,0,0,0,0 +41894,0,0,0,0,0 +41895,0,0,0,0,0 +41896,0,0,0,0,0 +41897,0,0,0,0,0 +41898,0,0,0,0,0 +41899,0,0,0,0,0 +41900,0,0,0,0,0 +41901,0,0,0,0,0 +41902,0,0,0,0,0 +41903,0,0,0,0,0 +41904,0,0,0,0,0 +41905,0,0,0,0,0 +41906,0,0,0,0,0 +41907,0,0,0,0,0 +41908,0,0,0,0,0 +41909,0,0,0,0,0 +41910,0,0,0,0,0 +41911,0,0,0,0,0 +41912,0,0,0,0,0 +41913,0,0,0,0,0 +41914,0,0,0,0,0 +41915,0,0,0,0,0 +41916,0,0,0,0,0 +41917,0,0,0,0,0 +41918,0,0,0,0,0 +41919,0,0,0,0,0 +41920,0,0,0,0,0 +41921,0,0,0,0,0 +41922,0,0,0,0,0 +41923,0,0,0,0,0 +41924,0,0,0,0,0 +41925,0,0,0,0,0 +41926,0,0,0,0,0 +41927,0,0,0,0,0 +41928,0,0,0,0,0 +41929,0,0,0,0,0 +41930,0,0,0,0,0 +41931,0,0,0,0,0 +41932,0,0,0,0,0 +41933,0,0,0,0,0 +41934,0,0,0,0,0 +41935,0,0,0,0,0 +41936,0,0,0,0,0 +41937,0,0,0,0,0 +41938,0,0,0,0,0 +41939,0,0,0,0,0 +41940,0,0,0,0,0 +41941,0,0,0,0,0 +41942,0,0,0,0,0 +41943,0,0,0,0,0 +41944,0,0,0,0,0 +41945,0,0,0,0,0 +41946,0,0,0,0,0 +41947,0,0,0,0,0 +41948,0,0,0,0,0 +41949,0,0,0,0,0 +41950,0,0,0,0,0 +41951,0,0,0,0,0 +41952,0,0,0,0,0 +41953,0,0,0,0,0 +41954,0,0,0,0,0 +41955,0,0,0,0,0 +41956,0,0,0,0,0 +41957,0,0,0,0,0 +41958,0,0,0,0,0 +41959,0,0,0,0,0 +41960,0,0,0,0,0 +41961,0,0,0,0,0 +41962,0,0,0,0,0 +41963,0,0,0,0,0 +41964,0,0,0,0,0 +41965,0,0,0,0,0 +41966,0,0,0,0,0 +41967,0,0,0,0,0 +41968,0,0,0,0,0 +41969,0,0,0,0,0 +41970,0,0,0,0,0 +41971,0,0,0,0,0 +41972,0,0,0,0,0 +41973,0,0,0,0,0 +41974,0,0,0,0,0 +41975,0,0,0,0,0 +41976,0,0,0,0,0 +41977,0,0,0,0,0 +41978,0,0,0,0,0 +41979,0,0,0,0,0 +41980,0,0,0,0,0 +41981,0,0,0,0,0 +41982,0,0,0,0,0 +41983,0,0,0,0,0 +41984,0,0,0,0,0 +41985,0,0,0,0,0 +41986,0,0,0,0,0 +41987,0,0,0,0,0 +41988,0,0,0,0,0 +41989,0,0,0,0,0 +41990,0,0,0,0,0 +41991,0,0,0,0,0 +41992,0,0,0,0,0 +41993,0,0,0,0,0 +41994,0,0,0,0,0 +41995,0,0,0,0,0 +41996,0,0,0,0,0 +41997,0,0,0,0,0 +41998,0,0,0,0,0 +41999,0,0,0,0,0 +42000,0,0,0,0,0 +42001,0,0,0,0,0 +42002,0,0,0,0,0 +42003,0,0,0,0,0 +42004,0,0,0,0,0 +42005,0,0,0,0,0 +42006,0,0,0,0,0 +42007,0,0,0,0,0 +42008,0,0,0,0,0 +42009,0,0,0,0,0 +42010,0,0,0,0,0 +42011,0,0,0,0,0 +42012,0,0,0,0,0 +42013,0,0,0,0,0 +42014,0,0,0,0,0 +42015,0,0,0,0,0 +42016,0,0,0,0,0 +42017,0,0,0,0,0 +42018,0,0,0,0,0 +42019,0,0,0,0,0 +42020,0,0,0,0,0 +42021,0,0,0,0,0 +42022,0,0,0,0,0 +42023,0,0,0,0,0 +42024,0,0,0,0,0 +42025,0,0,0,0,0 +42026,0,0,0,0,0 +42027,0,0,0,0,0 +42028,0,0,0,0,0 +42029,0,0,0,0,0 +42030,0,0,0,0,0 +42031,0,0,0,0,0 +42032,0,0,0,0,0 +42033,0,0,0,0,0 +42034,0,0,0,0,0 +42035,0,0,0,0,0 +42036,0,0,0,0,0 +42037,0,0,0,0,0 +42038,0,0,0,0,0 +42039,0,0,0,0,0 +42040,0,0,0,0,0 +42041,0,0,0,0,0 +42042,0,0,0,0,0 +42043,0,0,0,0,0 +42044,0,0,0,0,0 +42045,0,0,0,0,0 +42046,0,0,0,0,0 +42047,0,0,0,0,0 +42048,0,0,0,0,0 +42049,0,0,0,0,0 +42050,0,0,0,0,0 +42051,0,0,0,0,0 +42052,0,0,0,0,0 +42053,0,0,0,0,0 +42054,0,0,0,0,0 +42055,0,0,0,0,0 +42056,0,0,0,0,0 +42057,0,0,0,0,0 +42058,0,0,0,0,0 +42059,0,0,0,0,0 +42060,0,0,0,0,0 +42061,0,0,0,0,0 +42062,0,0,0,0,0 +42063,0,0,0,0,0 +42064,0,0,0,0,0 +42065,0,0,0,0,0 +42066,0,0,0,0,0 +42067,0,0,0,0,0 +42068,0,0,0,0,0 +42069,0,0,0,0,0 +42070,0,0,0,0,0 +42071,0,0,0,0,0 +42072,0,0,0,0,0 +42073,0,0,0,0,0 +42074,0,0,0,0,0 +42075,0,0,0,0,0 +42076,0,0,0,0,0 +42077,0,0,0,0,0 +42078,0,0,0,0,0 +42079,0,0,0,0,0 +42080,0,0,0,0,0 +42081,0,0,0,0,0 +42082,0,0,0,0,0 +42083,0,0,0,0,0 +42084,0,0,0,0,0 +42085,0,0,0,0,0 +42086,0,0,0,0,0 +42087,0,0,0,0,0 +42088,0,0,0,0,0 +42089,0,0,0,0,0 +42090,0,0,0,0,0 +42091,0,0,0,0,0 +42092,0,0,0,0,0 +42093,0,0,0,0,0 +42094,0,0,0,0,0 +42095,0,0,0,0,0 +42096,0,0,0,0,0 +42097,0,0,0,0,0 +42098,0,0,0,0,0 +42099,0,0,0,0,0 +42100,0,0,0,0,0 +42101,0,0,0,0,0 +42102,0,0,0,0,0 +42103,0,0,0,0,0 +42104,0,0,0,0,0 +42105,0,0,0,0,0 +42106,0,0,0,0,0 +42107,0,0,0,0,0 +42108,0,0,0,0,0 +42109,0,0,0,0,0 +42110,0,0,0,0,0 +42111,0,0,0,0,0 +42112,0,0,0,0,0 +42113,0,0,0,0,0 +42114,0,0,0,0,0 +42115,0,0,0,0,0 +42116,0,0,0,0,0 +42117,0,0,0,0,0 +42118,0,0,0,0,0 +42119,0,0,0,0,0 +42120,0,0,0,0,0 +42121,0,0,0,0,0 +42122,0,0,0,0,0 +42123,0,0,0,0,0 +42124,0,0,0,0,0 +42125,0,0,0,0,0 +42126,0,0,0,0,0 +42127,0,0,0,0,0 +42128,0,0,0,0,0 +42129,0,0,0,0,0 +42130,0,0,0,0,0 +42131,0,0,0,0,0 +42132,0,0,0,0,0 +42133,0,0,0,0,0 +42134,0,0,0,0,0 +42135,0,0,0,0,0 +42136,0,0,0,0,0 +42137,0,0,0,0,0 +42138,0,0,0,0,0 +42139,0,0,0,0,0 +42140,0,0,0,0,0 +42141,0,0,0,0,0 +42142,0,0,0,0,0 +42143,0,0,0,0,0 +42144,0,0,0,0,0 +42145,0,0,0,0,0 +42146,0,0,0,0,0 +42147,0,0,0,0,0 +42148,0,0,0,0,0 +42149,0,0,0,0,0 +42150,0,0,0,0,0 +42151,0,0,0,0,0 +42152,0,0,0,0,0 +42153,0,0,0,0,0 +42154,0,0,0,0,0 +42155,0,0,0,0,0 +42156,0,0,0,0,0 +42157,0,0,0,0,0 +42158,0,0,0,0,0 +42159,0,0,0,0,0 +42160,0,0,0,0,0 +42161,0,0,0,0,0 +42162,0,0,0,0,0 +42163,0,0,0,0,0 +42164,0,0,0,0,0 +42165,0,0,0,0,0 +42166,0,0,0,0,0 +42167,0,0,0,0,0 +42168,0,0,0,0,0 +42169,0,0,0,0,0 +42170,0,0,0,0,0 +42171,0,0,0,0,0 +42172,0,0,0,0,0 +42173,0,0,0,0,0 +42174,0,0,0,0,0 +42175,0,0,0,0,0 +42176,0,0,0,0,0 +42177,0,0,0,0,0 +42178,0,0,0,0,0 +42179,0,0,0,0,0 +42180,0,0,0,0,0 +42181,-775.9549622,-392.6741929,-743.0908803,-392.6161635,953.2931203 +42182,-878.5505357,-416.1477952,-847.479726,-416.0914761,787.1735413 +42183,-998.3769839,-442.5633677,-965.9524505,-442.5092378,594.32497 +42184,-1533.675193,-631.917086,-1496.669935,-631.8649393,-448.3838473 +42185,-922.9241853,-360.6889883,-892.2171383,-360.6385142,510.0660648 +42186,-1386.880795,-570.3939781,-1352.00748,-570.3449126,-335.8261076 +42187,-1056.957327,-421.2875686,-1021.58738,-421.2396808,279.4262821 +42188,-1227.57518,-497.694366,-1190.443693,-497.6475344,60.49718277 +42189,-1355.254027,-555.5054812,-1317.189704,-555.4595949,-127.2845473 +42190,-1443.301641,-595.7783513,-1404.802013,-595.7333195,-271.8582859 +42191,-1496.367025,-620.3925536,-1457.701735,-620.3483043,-368.966698 +42192,-1521.764808,-632.8084926,-1483.147342,-632.7649708,-424.2779893 +42193,-1528.316139,-636.6832695,-1489.837025,-636.6406817,-448.8740945 +42194,-1524.112186,-635.6039462,-1485.779439,-635.5623716,-454.6563395 +42195,-1515.005817,-632.2289169,-1476.793741,-632.1883141,-450.9210218 +42196,-1504.103005,-627.9786936,-1465.979999,-627.9389788,-442.8030312 +42197,-1492.980768,-623.5723318,-1454.919751,-623.5334252,-433.0710216 +42198,-1482.343089,-619.3282828,-1444.323143,-619.2901213,-423.0746985 +42199,-1472.446377,-615.362056,-1434.451736,-615.3245905,-413.3909353 +42200,-1463.336154,-611.6953327,-1425.354937,-611.658524,-404.2511785 +42201,-1454.967095,-608.3102559,-1416.990369,-608.2740705,-395.6904771 +42202,-1447.260216,-605.1746818,-1409.281341,-605.1390911,-387.6727245 +42203,-1440.129869,-602.2538522,-1402.143994,-602.218831,-380.1342949 +42204,-1433.49529,-599.5152943,-1395.498941,-599.4808206,-373.0055202 +42205,-1427.284829,-596.9305634,-1389.275574,-596.8966177,-366.2208839 +42206,-1508.41952,-634.8426853,-1470.967105,-634.8092472,-551.0126232 +42207,-1437.713967,-603.918078,-1400.984407,-603.8851282,-469.4439124 +42208,-1262.697165,-524.1099322,-1225.680433,-524.0774621,-139.6937596 +42209,-1314.91824,-547.118332,-1277.25102,-547.0863366,-201.3544139 +42210,-1351.440169,-563.4470851,-1313.46326,-563.4155516,-253.4006122 +42211,-1472.791373,-619.474307,-1435.342979,-619.4432185,-507.7366619 +42212,-1287.029856,-533.6542604,-1249.328513,-535.0903539,-176.830691 +42213,-1324.014098,-547.4511027,-1285.319704,-551.2321017,-219.5942809 +42214,-1349.597205,-556.1387771,-1310.077282,-562.565153,-256.371899 +42215,-1363.871363,-559.8769226,-1323.635713,-568.9099457,-279.7121938 +42216,-1369.779526,-560.0402628,-1328.906049,-571.5076409,-291.2331462 +42217,-1370.484854,-558.0389613,-1329.025054,-571.7598457,-294.7714265 +42218,-1368.347661,-554.9051739,-1326.334472,-570.7274542,-293.684906 +42219,-1364.81649,-551.2586864,-1322.27222,-569.0642752,-290.1918074 +42220,-1360.72055,-547.6069023,-1317.702622,-567.141706,-285.5516334 +42221,-1356.426124,-544.0255937,-1312.971476,-565.124667,-280.4049686 +42222,-1352.092192,-540.4908973,-1308.214819,-563.0852417,-275.0650989 +42223,-1347.788185,-536.9857175,-1303.490769,-561.0549194,-269.6785305 +42224,-1343.543524,-533.5080214,-1298.825874,-559.0469308,-264.3097094 +42225,-1339.368337,-530.0597811,-1294.230692,-557.0657687,-258.9837627 +42226,-1335.26308,-526.6407224,-1289.706639,-555.1116316,-253.707405 +42227,-1331.278827,-523.7674183,-1285.412058,-553.1987831,-248.4782357 +42228,-1327.388199,-521.2242677,-1281.276745,-551.3179095,-243.2879278 +42229,-1323.554911,-518.7516041,-1277.210864,-549.4568916,-238.1279585 +42230,-1319.763047,-516.2310184,-1273.173523,-547.6111463,-232.9975753 +42231,-1316.007848,-513.6419263,-1269.155561,-545.7794836,-227.8962682 +42232,-1400.535165,-551.9473003,-1353.982251,-584.9103632,-416.687824 +42233,-1224.775875,-471.1530435,-1178.027894,-504.9938449,-104.4737472 +42234,-1251.880865,-481.8731378,-1204.437428,-516.62992,-132.3291929 +42235,-1271.922141,-489.6708615,-1223.995336,-525.3765528,-159.5770034 +42236,-1283.431871,-493.6878462,-1235.12548,-530.3714738,-177.2594979 +42237,-1288.396031,-495.3048707,-1239.850589,-532.4262372,-185.8166324 +42238,-1289.22169,-495.373145,-1240.508383,-532.6112723,-188.0709815 +42239,-1287.746962,-494.4765029,-1238.881964,-531.7590289,-186.63393 +42240,-1285.111108,-493.0206217,-1236.087635,-530.3868741,-183.2538036 +42241,-1284.737493,-492.5419446,-1235.544616,-530.049249,-184.021411 +42242,-1259.840873,-480.9919223,-1210.569851,-518.5400532,-144.1170222 +42243,-1207.683753,-276.0855034,-1158.332435,-494.7819018,-57.73076292 +42244,-1160.750539,123.8729943,-1111.254997,-473.62111,21.45936391 +42245,-1098.294994,-145.4897148,-1027.518853,-445.5904003,132.6853973 +42246,-564.1982181,-44.88497563,-46.87628282,-394.1766688,341.0630575 +42247,-460.8264726,-30.76550831,-611.9656723,-155.4097778,571.2327983 +42248,-579.9574149,-18.62635256,-410.541365,-238.5301756,115.8404327 +42249,-479.8953321,-7.409292481,-382.8467823,-209.3184816,444.8679164 +42250,-461.566283,3.784810007,-359.3580022,-187.7173967,658.3635397 +42251,-436.4320639,14.56399252,-338.6404709,-177.1710945,789.4193287 +42252,-420.3196712,24.713112,-314.7207251,-165.3377774,860.5376565 +42253,-399.5980874,9.607950665,-303.1264117,-156.8164304,897.8344936 +42254,-90.9261584,17.66189054,-63.39165656,-5.599681091,1603.535161 +42255,-359.0997633,26.20595088,-326.8847025,-117.9414497,1312.446266 +42256,-779.5511473,33.11479666,-465.8843937,-325.4287938,464.8061284 +42257,-72.69554554,42.55591021,-81.98213755,-22.84925716,1317.495463 +42258,-378.5487953,48.67335831,-247.7869594,-124.2557966,531.2093691 +42259,-230.2634834,58.00261277,-188.048783,-67.33514621,1474.317751 +42260,-380.362081,65.06196119,-176.0179883,-140.7963657,1262.844759 +42261,-216.6044506,72.37519622,-155.6853787,-58.04257986,1116.427655 +42262,-258.1234304,79.78378934,-140.1902111,-77.57707137,405.3749042 +42263,-233.9276202,87.40480649,-123.9287277,-64.55440228,1411.783621 +42264,-217.2620436,93.34550584,-107.9946302,-55.64984538,1247.917812 +42265,-206.0524846,101.2419545,-93.80122865,-49.12797785,482.3346908 +42266,-187.7354734,107.2491797,-75.95863458,-39.37838444,1427.035509 +42267,-174.342962,113.8290397,-62.55444034,-32.63556517,1192.089501 +42268,128.8127402,120.6541291,153.7913482,79.01453624,1897.107419 +42269,-506.6742921,126.3164266,-331.2069572,-168.4698653,865.4703658 +42270,-33.17457086,133.2221908,123.0717702,60.24902932,1708.017134 +42271,-119.661739,135.7904482,-39.18038249,-18.90314111,1474.292892 +42272,-124.0355452,141.8498373,4.255319458,1.800743812,607.1110592 +42273,-100.0170344,145.3365584,17.15915586,8.282436106,1621.376492 +42274,-90.4807398,148.1214057,25.8869406,14.40177575,842.6998945 +42275,-33.32023976,153.2809817,40.55423455,20.50022991,1733.338168 +42276,-136.1485366,155.0114331,49.73543226,24.79035682,1522.089262 +42277,-26.24238331,160.4347355,58.06994847,31.40712057,1363.307482 +42278,201.6025051,265.7401573,323.5519831,149.4410013,1131.377208 +42279,-94.21883533,21.91432529,-66.44539763,-15.69295907,1666.25835 +42280,-276.8703344,238.883875,-62.44792053,-29.78483791,1476.371566 +42281,320.545504,249.6090106,431.6381769,203.6941229,1137.405168 +42282,-94.02756164,46.37704919,-66.18708468,-15.18934643,1665.566708 +42283,-236.2560437,240.2875504,11.42945467,5.925132532,1050.39106 +42284,153.4739053,169.4539536,214.7303938,109.4256492,1787.457345 +42285,-27.46485165,182.9302774,107.5598942,56.77989304,1595.661212 +42286,265.4123028,286.682269,382.3276764,182.1372144,1274.38506 +42287,9.505767475,48.09518129,36.00196875,26.47651342,1778.093125 +42288,-285.6997341,260.4722087,-20.04831327,7.601765716,888.688777 +42289,436.6747562,265.657945,487.5788012,226.8249321,2027.938154 +42290,-189.0437531,75.55309348,-142.2071381,-46.61906869,1227.490448 +42291,54.41587408,246.0686397,312.3197648,151.5731411,1479.839114 +42292,322.1597348,177.4983144,344.7699123,156.8638698,2104.021604 +42293,32.83356455,191.9937615,59.73753718,35.58553382,1800.812847 +42294,-217.7835107,192.4622815,123.5920846,99.15598338,820.9043478 +42295,492.2815549,296.6916401,504.9461891,225.1139632,1694.262275 +42296,-175.9722557,51.65639591,-139.8254346,-38.98936094,1346.942638 +42297,82.04776005,267.9725521,376.6073225,183.5617501,1685.302381 +42298,148.3394381,186.3244102,194.1277122,104.5081423,1519.083274 +42299,413.6654948,202.0163944,435.1083709,195.7971051,2196.761287 +42300,116.2347647,203.9908743,143.8108889,70.35773644,1889.748584 +42301,47.06492421,380.8418003,491.9536066,277.516612,1635.805374 +42302,835.0239502,387.493432,789.0535642,341.4498904,1657.149348 +42303,540.9904489,405.2194334,700.2031165,331.3337012,1953.278297 +42304,551.4587149,392.9106017,685.1861922,321.6841319,2130.525699 +42305,584.3639286,399.3718281,710.6247189,332.3297638,2277.107888 +42306,464.4213786,327.1816909,544.4036168,259.2956744,3026.594738 +42307,666.9098167,454.0971813,851.03579,394.7677907,2083.151794 +42308,625.3817561,410.3087704,732.3710496,343.73742,2293.524728 +42309,502.7177805,321.5740805,543.1517514,259.6969249,3029.561218 +42310,632.4111446,464.0918507,877.5107309,408.2525205,2091.461422 +42311,663.2084174,412.6627504,744.2353476,350.0882446,2288.814797 +42312,438.1828227,331.3815275,573.6002601,275.6493404,2225.57808 +42313,804.4165531,485.2555117,929.6219666,432.0921898,2398.638265 +42314,647.6638355,332.4801451,665.9119033,290.761439,3107.529061 +42315,519.1311796,484.2978475,800.889008,414.2507081,2228.736295 +42316,723.8293572,403.4927257,769.2488073,348.6845559,2383.695919 +42317,614.1084849,339.1767025,632.5669281,289.3302709,2408.529851 +42318,595.6589348,485.1962064,882.1957214,436.6199709,2165.778107 +42319,728.2899548,417.4155242,777.6329765,360.7192532,2340.117691 +42320,485.1905848,347.2737042,614.8118497,297.2692109,2267.812727 +42321,839.4621964,494.955949,958.8401221,449.0726327,2423.902003 +42322,485.7165584,348.1431676,605.7337986,293.7320662,2350.708361 +42323,851.7207285,496.0067214,966.9460844,452.9070456,2497.066002 +42324,738.5571188,342.2558153,755.3569218,328.8759892,3152.394441 +42325,376.9079589,455.285203,633.4386069,354.0461934,2150.886821 +42326,917.867717,449.7666336,965.9832767,431.5689289,2330.195211 +42327,525.8864509,373.2195442,656.7216057,321.2045621,2291.52727 +42328,848.7623875,492.496563,958.2267405,451.3765609,2440.601542 +42329,705.2667703,356.8414084,722.4475458,314.4541733,3122.129063 +42330,606.9397001,493.9811817,855.3228929,450.7009011,2234.670502 +42331,784.7852225,424.9897749,833.5753051,380.2323579,2362.797655 +42332,629.6897137,375.637598,688.5635581,334.3483891,3016.099284 +42333,755.0799529,488.3581433,951.3806976,449.3830125,2125.229871 +42334,766.8448659,444.7164816,842.6266047,402.2789719,2288.10546 +42335,734.6952817,446.0974073,848.7074759,404.6451519,2381.282039 +42336,637.3416542,388.5116986,715.4952403,346.0265477,3070.619803 +42337,822.974819,495.6328256,971.6413909,457.9835063,2121.627037 +42338,777.2555724,457.4412238,872.5570583,416.0688228,2280.508935 +42339,754.3768058,456.6821285,870.2608609,415.4106354,2364.430328 +42340,770.6095682,463.8037648,886.4286323,422.4567269,2428.941977 +42341,681.4425331,409.0798817,756.7548074,365.4537736,3099.970098 +42342,828.1710161,509.8359675,998.3278792,470.9222959,2154.194849 +42343,804.2051848,473.082865,901.8246939,430.400535,2299.587167 +42344,777.8760828,474.0174745,902.5597105,430.5288208,2371.63562 +42345,794.9199101,480.6782153,916.7679397,437.0521075,2425.215556 +42346,803.2532836,486.6586717,928.6992057,442.5941397,2473.11728 +42347,724.9915707,433.651982,800.8547107,386.1250488,3124.336975 +42348,839.2414606,529.1251696,1031.142664,487.3394091,2181.141 +42349,837.6676049,494.1465509,938.962152,447.8727238,2311.609049 +42350,807.4964595,496.270179,941.6523869,449.0978551,2370.733009 +42351,822.5853498,502.8803498,954.960243,455.4895859,2412.979152 +42352,831.5488637,508.5841526,965.3841875,460.099297,2449.973878 +42353,835.8593944,512.42398,971.0538615,463.2367695,2482.261558 +42354,840.0769125,516.2855352,977.8522935,465.9710357,2508.846285 +42355,845.4667067,520.2597101,983.7181958,469.0104598,2530.368533 +42356,850.2548431,524.6296905,990.3663382,472.7672049,2547.297018 +42357,801.316157,478.4370933,875.5547816,420.9217531,3159.886198 +42358,858.367947,548.6953408,1091.283851,516.5638084,2224.794283 +42359,891.6907896,555.4808926,998.1848311,476.2883941,2328.599052 +42360,860.3605306,529.6504727,1010.781266,481.9711658,2368.440931 +42361,874.1849547,545.4487601,1024.676694,488.2942911,2390.468354 +42362,887.9096418,553.09471,1036.346196,493.7746545,2408.487642 +42363,893.6569232,556.8762887,1044.151469,497.2918849,2423.543291 +42364,897.7515977,561.2837163,1050.775164,500.5544865,2434.859355 +42365,903.7317486,565.9808511,1057.968419,504.1290715,2442.444012 +42366,909.7863651,570.8002865,1065.245436,507.3241615,2447.169819 +42367,915.2860401,575.6790372,1072.763168,511.1310706,2449.340232 +42368,921.2810965,580.34161,1080.236071,514.4865386,2449.272238 +42369,927.2748874,585.2292458,1087.372677,517.9468152,2447.237652 +42370,932.0526707,590.2247004,1094.521059,521.5430827,2443.64151 +42371,938.7783389,591.3089898,1102.398231,524.9875587,2438.664701 +42372,949.9449307,589.223052,1109.412214,528.4057244,2432.296903 +42373,958.0902882,587.3747311,1116.990088,531.9351761,2425.300449 +42374,963.5086233,585.7482448,1124.456703,535.6406938,2417.876673 +42375,970.2002991,584.1345929,1131.614229,538.9519586,2409.766339 +42376,976.4130384,582.477607,1139.157654,542.6714956,2401.116834 +42377,982.7538636,580.7660004,1146.61104,545.9708779,2392.043222 +42378,988.7253854,578.9949479,1154.003306,549.6277409,2382.580305 +42379,994.8802988,577.163674,1161.512268,553.151483,2372.746413 +42380,1001.541748,575.2739616,1168.875031,556.555421,2362.565949 +42381,1007.608267,573.3420185,1176.316135,560.2641577,2352.121896 +42382,1014.05141,571.4971219,1184.177346,558.5773675,2341.952592 +42383,1020.763921,569.7177522,1191.476932,555.1591669,2331.987589 +42384,1026.70838,567.9878422,1199.104746,551.9230582,2322.173614 +42385,1035.213603,566.2610817,1205.547812,548.8428602,2312.333267 +42386,1039.94549,565.0278184,1198.762131,546.3904424,2304.433436 +42387,1035.355033,552.1512301,1166.57777,532.4017635,2249.932346 +42388,1059.890257,549.5289085,1157.283248,528.7510887,2236.38594 +42389,1057.667585,546.6726156,1147.821818,524.9331729,2221.898603 +42390,1065.90994,544.264787,1139.652162,521.6179539,2209.239634 +42391,1070.23364,542.2933564,1132.696656,518.785707,2198.370079 +42392,1073.950202,540.6367655,1126.730555,516.3458591,2189.049882 +42393,1077.240413,539.2061136,1121.576254,514.2275386,2181.072136 +42394,1080.873008,537.9497001,1117.100625,512.3784699,2174.250293 +42395,1083.970178,536.8324862,1113.189883,510.753712,2168.399068 +42396,1087.164467,535.8328687,1109.758567,509.3200254,2163.371825 +42397,1082.673977,534.9308783,1106.729988,508.0472328,2159.034475 +42398,1077.7059,534.1544927,1104.138808,506.9550312,2155.454578 +42399,1073.433736,533.5003717,1101.955625,506.0333481,2152.582601 +42400,1069.791616,532.9471258,1100.114971,505.2551786,2150.30258 +42401,1066.67655,532.472615,1098.552521,504.5936052,2148.499713 +42402,1063.990873,532.0581976,1097.213908,504.0258828,2147.0766 +42403,1061.654074,531.6887167,1096.054369,503.5333211,2145.952856 +42404,1059.602013,531.3519103,1095.037177,503.1006109,2145.062513 +42405,1057.783163,531.0378686,1094.132227,502.7152098,2144.35159 +42406,1056.155419,530.7394112,1093.314852,502.3668388,2143.776051 +42407,1054.683977,530.4489837,1092.56485,502.0470685,2143.300064 +42408,1053.339962,530.1615308,1091.865684,501.7489836,2142.894576 +42409,1052.099466,529.8727835,1091.203874,501.4669328,2142.536211 +42410,1050.942714,529.5793135,1090.568442,501.1962955,2142.206243 +42411,1049.731305,529.0432082,1089.96604,500.9403273,2141.891017 +42412,1048.49544,528.3524294,1089.38337,500.6930531,2141.576555 +42413,1047.285342,527.6252158,1088.806634,500.4483545,2141.253609 +42414,1046.123936,526.9209646,1088.22698,500.2023992,2140.915574 +42415,1045.011802,526.2525751,1087.639572,499.9531444,2140.557396 +42416,1043.940659,525.6139888,1087.041646,499.6994345,2140.175166 +42417,1042.901381,524.9961834,1086.431315,499.440468,2139.76595 +42418,1041.886565,524.3922664,1085.807097,499.1755953,2139.327659 +42419,1040.890572,523.7976433,1085.167791,498.9042739,2138.858914 +42420,1039.908991,523.2090965,1084.512449,498.6260633,2138.358907 +42421,1039.190502,522.7387905,1084.092636,498.4552912,2138.285979 +42422,1036.001022,521.1327982,1081.203543,497.123639,2133.862761 +42423,1031.542125,518.9595213,1077.033658,495.2091421,2127.060579 +42424,1027.042477,516.7900856,1072.799364,493.2925208,2119.950918 +42425,1023.018462,514.8572887,1069.013557,491.6111218,2113.450494 +42426,1019.523634,513.1770018,1065.731548,490.1820347,2107.711297 +42427,1016.457093,511.6950168,1062.855551,488.9510718,2102.616988 +42428,1013.714103,510.3579245,1060.28356,487.8646984,2098.029372 +42429,1011.222447,509.1294712,1057.945389,486.8866559,2093.851966 +42430,1008.935645,507.9866141,1055.796087,485.9939863,2090.023172 +42431,1006.82078,506.9133004,1053.803953,485.1707423,2086.499139 +42432,1004.851381,505.8968783,1051.943555,484.4043612,2083.243582 +42433,1003.00478,504.9267334,1050.193119,483.6842935,2080.224146 +42434,1001.261414,503.9938988,1048.533864,483.001616,2077.411712 +42435,999.6045937,503.0908944,1046.949783,482.3488772,2074.780385 +42436,998.0202292,502.2115534,1045.427379,481.7199259,2072.307383 +42437,996.4964839,501.3508227,1043.955336,481.109715,2069.972765 +42438,995.0234183,500.5045663,1042.524172,480.5141057,2067.759095 +42439,993.5926774,499.6693987,1041.125937,479.9297022,2065.651118 +42440,992.1972306,498.8425464,1039.753959,479.3537142,2063.635474 +42441,990.8311605,498.0217393,1038.402638,478.7838491,2061.70046 +42442,989.4894787,497.2051203,1037.06727,478.2182224,2059.835821 +42443,988.1679761,496.3911721,1035.743904,477.655285,2058.032566 +42444,986.8630981,495.5786574,1034.429226,477.0937644,2056.282815 +42445,985.5718393,494.7665696,1033.12045,476.5326153,2054.579656 +42446,984.2916556,493.9540912,1031.815237,475.9709791,2052.917027 +42447,983.0203931,493.1405615,1030.511627,475.4081518,2051.289609 +42448,981.7562245,492.3254485,1029.207972,474.8435557,2049.692734 +42449,980.4975976,491.5083257,1027.90289,474.2767175,2048.122302 +42450,979.2431927,490.688854,1026.595223,473.7072499,2046.574714 +42451,977.9918851,489.8667662,1025.283999,473.1348363,2045.046804 +42452,976.7912718,489.0917597,1024.039244,472.5910915,2043.53783 +42453,975.6777727,488.4006983,1022.912124,472.0975074,2042.04502 +42454,974.6599223,487.801555,1021.915638,471.6594538,2040.56558 +42455,973.731488,487.2874452,1021.042035,471.2734235,2039.097315 +42456,972.8825652,486.8481039,1020.277969,470.9334672,2037.638569 +42457,972.1042112,486.4745275,1019.61109,470.6340829,2036.188054 +42458,971.3892763,486.1596881,1019.03138,470.3708417,2034.744751 +42459,970.7320014,485.8980286,1018.530708,470.1402017,2033.307867 +42460,970.1275492,485.6849383,1018.105818,469.9392312,2031.876804 +42461,969.5717312,485.516457,1017.746502,469.7675099,2030.451149 +42462,969.1678556,485.5312615,1017.433253,469.6154587,2029.031883 +42463,968.8717967,485.6785835,1017.165783,469.4810988,2027.617647 +42464,968.6296481,485.8854224,1016.946189,469.3654144,2026.208192 +42465,968.4138823,486.1125698,1016.774227,469.2689644,2024.803728 +42466,968.2167014,486.3486983,1016.651319,469.191335,2023.404553 +42467,968.0381854,486.5943454,1016.570437,469.1315892,2022.010974 +42468,967.8797516,486.8523436,1016.527568,469.0886902,2020.623309 +42469,967.7421829,487.1246627,1016.520908,469.0637567,2019.241895 +42470,967.6256004,487.41221,1016.552774,469.0535099,2017.867089 +42471,967.5298227,487.7153163,1016.617594,469.056502,2016.499251 +42472,967.4545995,488.0340925,1016.712589,469.0724694,2015.138735 +42473,967.3996911,488.3685693,1016.836856,469.1013425,2013.785882 +42474,967.364877,488.7187273,1016.993402,469.1449525,2012.441018 +42475,967.3499428,489.0844938,1017.177209,469.2004615,2011.104449 +42476,967.3546754,489.4657426,1017.385986,469.2667065,2009.776458 +42477,967.37886,489.8622992,1017.619268,469.3436348,2008.457303 +42478,967.4222844,490.2739514,1017.880441,469.4334062,2007.147225 +42479,967.4847395,490.7004564,1018.164827,469.5335023,2005.846441 +42480,967.5660055,491.1404898,1018.470424,469.6429549,2004.555119 +42481,968.8975806,492.1536649,1020.028732,470.3216894,2005.51289 +42482,965.1820101,490.8619286,1016.607983,468.6625709,1997.652703 +42483,958.8514207,488.4122483,1010.601678,465.8280533,1984.968187 +42484,952.4099791,485.9659477,1004.477988,462.9945229,1971.664043 +42485,946.9184045,484.0022562,999.2861623,460.6470317,1959.607201 +42486,942.4972423,482.5629476,995.1483894,458.8252732,1949.11607 +42487,938.9515771,481.5416644,991.8743279,457.4236307,1939.964553 +42488,936.0763131,480.8355907,989.2624133,456.3364325,1931.880107 +42489,879.96891,480.3716522,987.1734677,455.4918509,1924.672375 +42490,881.5464984,480.4316828,986.2348519,455.1692899,1919.520024 +42491,896.5886713,480.7020057,985.7613283,455.0548572,1915.209218 +42492,893.1307108,480.9733887,985.3014873,454.9415955,1910.940403 +42493,896.2413805,481.3175872,985.0118122,454.8986511,1907.006032 +42494,899.8450854,481.7174943,984.8538137,454.9087042,1903.349745 +42495,903.3413416,482.1546722,984.7899217,454.9538647,1899.909034 +42496,907.1338877,482.6221538,984.80412,455.0275768,1896.662775 +42497,911.0347414,483.1145622,984.8860323,455.124636,1893.592083 +42498,914.8565045,483.6281681,985.0254288,455.2409953,1890.68194 +42499,919.0044295,484.161299,985.2180611,455.374873,1887.923928 +42500,923.8776817,484.710569,985.4540421,455.5229805,1885.301798 +42501,928.2935573,485.2699686,985.7211951,455.6794908,1882.788215 +42502,933.2488721,485.840603,986.0199946,455.8457071,1880.383912 +42503,934.0461342,486.4196623,986.3452509,456.0190107,1878.073784 +42504,933.7534053,487.0316009,986.7487105,456.22404,1875.951722 +42505,933.6379755,487.6881545,987.2572279,456.4727124,1874.060882 +42506,933.7150839,488.3871366,987.8640871,456.7630228,1872.38883 +42507,933.9663573,489.1232065,988.5586904,457.0898121,1870.910522 +42508,934.3673113,489.8913749,989.3282087,457.4482729,1869.602298 +42509,934.8968841,490.6856267,990.1646034,457.8343966,1868.443755 +42510,935.5387075,491.5050235,991.0583923,458.2448726,1867.417441 +42511,936.2800429,492.3469028,992.0044004,458.6769604,1866.508425 +42512,937.0984221,493.2002852,992.9590304,459.111954,1865.702898 +42513,938.217473,494.2469853,993.8723091,459.5280846,1864.991755 +42514,939.5418751,495.4126276,994.7405046,459.9242423,1864.364959 +42515,940.9520554,496.6000992,995.5747239,460.305738,1863.813821 +42516,942.3868714,497.7603499,996.384588,460.677052,1863.330998 +42517,943.8299556,498.8816427,997.1753725,461.0406432,1862.91025 +42518,945.2832855,499.9673726,997.9496092,461.3977114,1862.546195 +42519,946.7521441,501.0234051,998.708778,461.7489677,1862.234168 +42520,948.240462,502.0540917,999.4541,462.0949901,1861.970079 +42521,949.7505882,503.0621516,1000.186753,462.4363203,1861.750339 +42522,951.2840986,504.0493696,1000.907846,462.7734535,1861.571748 +42523,952.8422759,505.0170959,1001.61839,463.1068293,1861.431469 +42524,954.4263424,505.96644,1002.319273,463.4368233,1861.326943 +42525,956.3095145,507.0717016,1002.991447,463.754866,1861.256854 +42526,958.3955481,508.2685985,1003.640553,464.0636214,1861.21848 +42527,960.5488095,509.4681255,1004.276741,464.3676708,1861.209747 +42528,962.7025543,510.6289809,1004.906224,464.669729,1861.228969 +42529,964.8459577,511.7398752,1005.531347,464.9707487,1861.274684 +42530,966.9811796,512.8046935,1006.152563,465.2708501,1861.345564 +42531,969.1196814,513.8321269,1006.769811,465.5699497,1861.440437 +42532,971.2648366,514.8249405,1007.383034,465.8679819,1861.558227 +42533,973.4244436,515.7856824,1007.992267,466.1649359,1861.697976 +42534,975.5986089,516.7168372,1008.597589,466.4608232,1861.858778 +42535,977.7935752,517.6204889,1009.199081,466.7556627,1862.0398 +42536,980.0116774,518.4982441,1009.796806,467.0494663,1862.240243 +42537,982.2528426,519.3513291,1010.390804,467.3422391,1862.459338 +42538,984.5183934,520.1806948,1010.981078,467.6339718,1862.696303 +42539,986.8102669,520.9871173,1011.567649,467.924665,1862.950459 +42540,989.1304091,521.7712358,1012.150539,468.2143231,1863.221167 +42541,985.9916129,520.0386134,1007.24085,466.0079888,1853.527985 +42542,988.1601298,520.6753765,1007.269465,466.1211075,1852.689325 +42543,993.1639928,522.5254741,1009.895121,467.4157063,1856.74398 +42544,998.4151315,524.3977786,1012.696474,468.7367325,1861.504983 +42545,1002.804467,525.7928553,1014.640957,469.6060423,1865.107799 +42546,1006.191726,526.6631954,1015.605513,469.9828477,1867.232892 +42547,1008.772762,527.1116723,1015.773137,469.9697518,1868.106555 +42548,1010.753782,527.2433098,1015.345549,469.6712686,1868.002049 +42549,1012.278651,527.1296642,1014.451531,469.1550771,1867.109836 +42550,1013.441239,526.8157621,1013.175488,468.4632619,1865.549982 +42551,1014.303281,526.3305524,1011.580127,467.6288404,1863.407252 +42552,1014.915917,525.7015113,1009.71095,466.6734945,1860.751285 +42553,1015.325562,524.9474978,1007.61105,465.6194833,1857.644078 +42554,1015.567803,524.0881979,1005.313522,464.4815665,1854.141323 +42555,1015.676911,523.1361549,1002.850789,463.2761484,1850.2925 +42556,1015.678105,522.1031155,1000.246121,462.0127982,1846.14102 +42557,1015.59656,520.9996738,997.5230949,460.7033476,1841.724827 +42558,1015.449582,519.8346121,994.6974185,459.3535622,1837.076991 +42559,1015.255674,518.6149494,991.7862832,457.9721147,1832.226411 +42560,1015.026492,517.3462872,988.8000998,456.562216,1827.198306 +42561,1014.775822,516.0331776,985.7516148,455.1304268,1822.01475 +42562,1014.511433,514.6793679,982.6475394,453.6782453,1816.695019 +42563,1014.243792,513.28798,979.497503,452.2108086,1811.256004 +42564,1013.977798,511.861615,976.3056133,450.7284571,1805.712453 +42565,1013.721562,510.4024566,973.0793044,449.2353641,1800.077309 +42566,1013.477994,508.9123325,969.8208541,447.7310883,1794.361873 +42567,1013.54132,507.5178387,966.7892033,446.3319253,1788.798477 +42568,1013.783243,506.1598916,963.8645088,444.9834083,1783.255787 +42569,1014.110644,504.7983169,960.9619429,443.6474297,1777.713477 +42570,1014.479613,503.4147495,958.051229,442.3101365,1772.17056 +42571,1014.876355,502.0035603,955.116327,440.9645001,1766.623413 +42572,1015.238638,500.549198,952.1410335,439.6032763,1761.067258 +42573,1015.531722,499.0431299,949.1195447,438.2239905,1755.500923 +42574,1015.749673,497.4848241,946.0527871,436.827209,1749.924187 +42575,1015.899792,495.8777639,942.9440156,435.4144823,1744.336955 +42576,1015.992205,494.2263365,939.7965779,433.987327,1738.73915 +42577,1016.035662,492.5345311,936.6133482,432.5469913,1733.130861 +42578,1016.037038,490.8056809,933.3967283,431.0944762,1727.512299 +42579,1016.002059,489.0425919,930.148823,429.63063,1721.883836 +42580,1015.935539,487.2476799,926.8714975,428.1561808,1716.245892 +42581,1015.84172,485.4230785,923.5664517,426.6717758,1710.598959 +42582,1015.724341,483.570684,920.2352058,425.1779774,1704.943511 +42583,1015.58663,481.6921999,916.8791443,423.675286,1699.280045 +42584,1015.431434,479.7891568,913.4995018,422.1641358,1693.609016 +42585,1015.261312,477.862944,910.0974024,420.6449144,1687.930877 +42586,1015.078546,475.9148252,906.6738504,419.1179592,1682.246033 +42587,1014.885143,473.945963,903.2297636,417.5835742,1676.554879 +42588,1014.675225,471.9539942,899.7584068,416.0385904,1670.844019 +42589,1014.471573,469.9495818,896.2817893,414.492913,1665.152426 +42590,1014.248548,467.9213652,892.7735511,412.9344604,1659.431234 +42591,1014.026797,465.8790424,889.253708,411.3722438,1653.715966 +42592,1013.801614,463.8207877,885.7169745,409.8037761,1647.996219 +42593,1013.574015,461.7474276,882.1639418,408.2292471,1642.272341 +42594,1013.344982,459.6597254,878.5950875,406.6488002,1636.544522 +42595,1013.115224,457.5583969,875.0108107,405.0625489,1630.812862 +42596,1012.884995,455.4441321,871.4114676,403.470592,1625.077424 +42597,1012.654262,453.3176083,867.7974041,401.8730276,1619.338294 +42598,1012.422873,451.1794864,864.1689348,400.269944,1613.595534 +42599,1012.190639,449.0304177,860.5263646,398.6614284,1607.849227 +42600,1011.95729,446.8710406,856.8699694,397.0475582,1602.099429 +42601,1011.456218,444.5808677,852.9335531,395.3072906,1595.861731 +42602,1011.891538,442.7638416,850.0394535,394.0826077,1591.406148 +42603,1012.859645,441.2001547,847.7187716,393.1323622,1587.981747 +42604,1013.907498,439.6544106,845.4591804,392.1990726,1584.755047 +42605,1014.828249,438.0223144,843.0316066,391.1711492,1581.338727 +42606,1367.178646,436.28958,840.3998336,390.0347615,1577.652545 +42607,1193.686886,434.4739827,837.596401,388.809821,1573.729943 +42608,1269.086099,432.6020176,834.6734197,387.5241413,1569.643785 +42609,1292.709998,430.6973141,831.6785658,386.2020872,1565.466266 +42610,1313.823691,428.7565796,828.6015485,384.8406315,1561.169087 +42611,1335.492007,426.7868342,825.4554386,383.4467875,1556.769244 +42612,1356.46624,424.7925237,822.248036,382.0248555,1552.275828 +42613,1376.605713,422.7774116,818.9859197,380.5783755,1547.696882 +42614,1397.372684,420.7448176,815.6749171,379.1103844,1542.886191 +42615,1418.014967,418.6976402,812.3201097,377.6234458,1537.889329 +42616,1437.249449,416.6384066,808.9258951,376.119705,1532.770674 +42617,1457.787169,414.5693086,805.4960262,374.6009314,1527.568152 +42618,1477.178409,412.4922568,802.0336942,373.068578,1522.298387 +42619,1496.485592,410.4089335,798.5416173,371.5238397,1516.968802 +42620,1516.184695,408.3208386,795.0221215,369.9677039,1511.584482 +42621,1535.110444,406.2293229,791.4771989,368.4009868,1506.150281 +42622,1553.828838,404.1356189,787.908565,366.8243675,1500.67096 +42623,1568.160594,402.04086,784.3176934,365.2384095,1495.150883 +42624,1586.215839,400.0128957,780.864846,363.713945,1489.599287 +42625,1604.020721,398.028214,777.4894574,362.2236548,1484.012832 +42626,1622.453573,396.0546003,774.1139879,360.7326504,1478.393785 +42627,1640.238429,394.0767954,770.7002069,359.2252746,1472.745619 +42628,1658.834401,392.0948394,767.2398766,357.7059471,1467.071283 +42629,1676.453378,390.11178,763.7367468,356.1778039,1461.373013 +42630,1694.329344,388.1292362,760.1964226,354.647159,1455.652574 +42631,1711.369564,386.147278,756.6232194,353.1162943,1449.911428 +42632,1728.091311,384.1834922,753.0617079,351.6025964,1444.155842 +42633,1744.612666,382.2445858,749.5358333,350.116983,1438.385087 +42634,1760.950507,380.3340182,746.0463385,348.6622658,1432.598 +42635,1777.098693,378.4470618,742.5948784,347.2371963,1426.794556 +42636,1798.711748,376.5827683,739.177129,345.8395097,1420.97544 +42637,1815.703448,374.6716609,735.6370062,344.4064003,1415.136555 +42638,1832.10813,372.7316456,732.0165046,342.9598891,1409.28508 +42639,1848.21721,370.7965404,728.3944424,341.5293757,1403.422237 +42640,1864.275925,368.8806351,724.8056277,340.1289906,1397.547753 +42641,1880.041396,366.9895474,721.2627509,338.7611347,1391.661541 +42642,1895.62474,413.7714501,717.7579192,337.4235711,1385.763921 +42643,1910.607977,362.3481133,714.2890963,336.1134348,1379.855382 +42644,1926.684527,406.9896452,710.8474329,334.8284752,1373.936467 +42645,1941.527859,416.0731698,707.4335533,333.5670571,1368.007624 +42646,1956.577007,366.760887,704.0447673,332.3279239,1362.069299 +42647,1971.432426,409.0370098,700.6738882,331.1100186,1356.121867 +42648,1986.069609,401.4391807,697.3235014,329.9124147,1350.165715 +42649,2000.704088,401.9717677,693.9924091,328.7342908,1344.201219 +42650,2015.056622,405.1292822,690.6744207,327.574925,1338.228798 +42651,2029.301694,406.8378173,687.3728191,326.4336752,1332.248819 +42652,2043.322738,408.7277493,684.0869476,325.3099734,1326.261668 +42653,2057.443639,410.5914982,680.8110485,324.203307,1320.267663 +42654,2070.990392,412.4048234,677.5488169,323.1132173,1314.267151 +42655,2084.799042,414.2703627,674.2999299,322.0392817,1308.260416 +42656,2098.213525,416.0306929,671.0589299,320.9811149,1302.247772 +42657,2111.552202,417.9931248,667.8297642,319.938355,1296.229469 +42658,2124.649164,419.6457173,664.6015003,318.9057407,1531.340683 +42659,2137.852695,421.6467482,661.3993498,317.8968152,1423.245232 +42660,2150.462988,423.3329962,658.1882478,387.263468,1460.028052 +42661,2085.124534,391.5246767,661.9878797,349.0111752,1323.686879 +42662,2095.160277,392.5165733,664.2815963,329.7006348,1331.204941 +42663,2105.393921,393.5370886,665.7024177,353.7435574,1338.822532 +42664,2115.678854,394.6029326,666.938932,358.4531979,1346.390295 +42665,2125.742017,395.6754141,668.3021653,361.59594,1353.876141 +42666,2135.529471,396.7510942,669.8451361,368.0520672,1361.264321 +42667,2145.249164,397.8292702,671.5296083,373.2933495,1368.649088 +42668,2154.93499,398.8669815,673.3109535,378.7117463,1375.659407 +42669,2164.292441,400.0067843,675.1600434,384.0743454,1382.94208 +42670,2173.550031,401.0974621,677.0604846,389.3687734,1389.871819 +42671,2182.624994,402.1176521,679.0021917,394.7316404,1396.804076 +42672,2191.521694,403.2249062,680.977604,399.9939568,1403.562559 +42673,2200.237284,404.2511764,682.9802796,405.4624718,1410.384559 +42674,2198.162488,401.6357058,685.0046535,406.6518791,1416.960886 +42675,2205.497718,401.9265172,686.8849049,411.2078466,1423.442903 +42676,2213.564436,402.5848279,688.6699142,416.1064743,1429.811465 +42677,2221.762085,403.2853796,690.4344802,421.1707262,1436.284112 +42678,2229.959571,404.0227565,692.2177773,426.1489088,1442.515739 +42679,2238.109889,404.7770623,694.0289962,431.1360702,1448.741002 +42680,2246.098102,405.5403971,695.8645392,436.3766697,1454.797257 +42681,2254.203358,406.30927,697.718439,441.3553225,1461.022976 +42682,2262.024603,407.0808776,699.5859082,446.3606107,1466.751709 +42683,2269.905035,407.8544989,701.4635821,451.5391053,1472.827882 +42684,2277.447691,408.6287336,703.3490136,456.5777835,1478.570383 +42685,2285.068289,409.4036012,705.2402291,461.6815216,1484.325063 +42686,2292.500268,410.1780826,707.1355696,466.755675,1489.993271 +42687,2299.746066,410.9524233,709.0335909,471.7823292,1495.595798 +42688,2307.090172,411.725745,710.9330771,476.9628022,1501.042049 +42689,2314.119326,412.4571805,712.8329784,481.9942549,1506.645307 +42690,2321.097584,413.2893564,714.7324277,486.9983793,1512.07079 +42691,2330.900548,413.5512584,716.6306761,492.1841071,1517.288081 +42692,2341.37223,413.6396701,718.5053754,496.7772003,1522.537064 +42693,2351.787638,413.7506114,720.3406071,501.703279,1527.881442 +42694,2362.601566,413.780056,722.1314669,506.5761566,1532.966836 +42695,2373.267426,413.7761566,723.8793681,511.4291457,1538.08466 +42696,2384.292648,413.7390689,725.5877035,516.2044536,1543.126612 +42697,2395.139891,413.6667855,727.2597563,521.1235314,1548.020318 +42698,2406.332543,413.6028448,728.8982318,525.7907645,1553.205084 +42699,2419.670311,413.371776,730.5053005,530.8725364,1557.862576 +42700,2432.200647,413.3318922,732.0827958,535.6664418,1562.782492 +42701,2441.516173,413.0511302,733.6322879,540.3671136,1567.548409 +42702,2456.497739,412.8269678,735.1551706,545.4014456,1572.275562 +42703,2463.602289,412.6669575,736.6526527,550.2618929,1574.385419 +42704,2481.862056,412.3136163,738.125816,555.1791707,1578.473045 +42705,2484.34644,412.0491659,739.5756101,559.8795765,1581.392806 +42706,2474.016867,411.754183,741.0028875,565.1584308,1584.736439 +42707,2528.873693,411.3579303,742.4083842,569.83274,1587.973822 +42708,2526.645313,411.0098422,743.7927698,574.8762979,1591.182087 +42709,2547.180864,410.6125977,745.1566348,579.8107116,1594.364068 +42710,2564.265878,410.194608,746.5005235,584.6582296,1597.411194 +42711,2580.822352,409.7879116,747.8249104,589.8269601,1600.701663 +42712,2597.752328,409.2773396,749.130236,594.7325305,1603.720436 +42713,2614.642457,408.8187403,750.4168872,599.902751,1606.811533 +42714,2631.607694,408.3067998,751.6852316,604.7145594,1609.85679 +42715,2648.724561,407.7819852,752.9355945,609.7334785,1612.877693 +42716,2665.554668,407.2625933,754.1682891,614.980013,1615.871141 +42717,2683.018123,406.9173984,755.3835928,619.9590103,1618.840611 +42718,2699.956716,405.9444808,756.5817761,625.0795295,1621.783345 +42719,2717.298027,405.5502138,757.7630783,630.1960472,1624.702665 +42720,2732.779173,409.1458388,758.9277369,637.3297623,1627.67801 +42721,2595.52747,358.0190651,761.4047558,576.6681741,1432.193803 +42722,2610.69049,358.9391467,761.1825554,580.8893967,1435.426553 +42723,2627.172116,359.6853742,759.5439543,585.7571961,1437.764299 +42724,2643.107765,360.3850061,757.8322282,590.5531747,1439.94971 +42725,2659.820644,361.0971687,756.6117969,595.2903864,1442.319845 +42726,2676.057827,361.8328946,755.9426117,600.3777695,1444.936839 +42727,2692.765149,362.5857781,755.7120878,605.2851802,1447.7638 +42728,2709.589993,363.3479983,755.8071987,610.1914899,1450.754162 +42729,2726.260601,364.1145503,756.1483221,615.1446581,1453.875439 +42730,2743.095008,364.8827903,756.6876043,620.3338791,1457.107385 +42731,2760.118981,365.6512138,757.3892561,624.9531928,1460.43591 +42732,2777.006819,366.4187511,758.2275435,630.2781309,1463.849519 +42733,2794.186506,367.1844902,759.1778124,635.2842399,1467.337916 +42734,2811.30625,367.9476499,760.22166,640.3211317,1470.891836 +42735,2828.455359,368.7075674,761.3407297,645.4018744,1474.502993 +42736,2845.559299,369.4637109,762.52236,650.5952455,1478.164118 +42737,2863.244784,370.2156488,763.7532599,655.6710022,1481.868812 +42738,2880.250477,370.963047,765.0250832,660.7414236,1485.61151 +42739,2897.890874,371.7056363,766.3281285,666.0907622,1489.387308 +42740,2915.23677,372.4432113,767.6570321,671.2377797,1493.191935 +42741,2932.876648,373.175606,769.0045542,676.4181833,1497.02161 +42742,2950.480138,373.9026983,770.367396,681.8715606,1500.873046 +42743,2968.115418,374.624389,771.7400215,686.8228552,1504.743321 +42744,2985.905919,375.3406094,773.1205717,692.279417,1508.629894 +42745,3003.457923,376.0513035,774.5046947,697.4852381,1512.530503 +42746,3021.314346,376.7564361,775.8915374,702.6894183,1516.443178 +42747,3039.0032,377.4559784,777.2775691,708.2251758,1520.36616 +42748,3057.142696,378.1499158,778.6626416,713.5105361,1524.297918 +42749,3074.789417,378.8382363,780.0437941,718.8446728,1528.237079 +42750,3092.82498,379.5209389,781.4213772,724.2965561,1532.182451 +42751,3109.444971,380.1980205,782.7928226,728.217203,1536.132955 +42752,3098.30442,380.8674402,784.1526621,731.4662181,1540.086213 +42753,3136.719181,381.5269481,785.495482,734.4672155,1544.041723 +42754,3088.757209,382.1756582,786.8188928,737.2963993,1547.99929 +42755,3163.269607,382.8137433,788.1227803,739.9796397,1551.958488 +42756,3075.535687,383.441797,789.404404,742.5289661,1555.918717 +42757,3144.709974,384.0604478,790.6689207,744.8366558,1559.879317 +42758,3124.544343,384.6702276,791.9185032,747.2096238,1563.83963 +42759,3118.387817,385.2695128,793.1532628,749.4123407,1567.79901 +42760,3134.395433,385.8610946,794.3693964,751.3614417,1571.756821 +42761,3113.238431,386.4460125,795.5711205,753.3832162,1575.712406 +42762,3126.818916,387.0241406,796.7600558,755.1180039,1579.665105 +42763,3119.137225,387.5931282,797.9360144,756.9136421,1583.614249 +42764,3117.52983,388.1552986,799.0949797,758.4163281,1587.559173 +42765,3114.456558,388.7114539,800.2410305,759.9867663,1591.499218 +42766,3110.842047,389.2613512,801.3756452,761.2590289,1595.433742 +42767,3106.397006,389.8025588,802.4985004,762.4991006,1599.362118 +42768,3101.04736,390.3373553,803.6054468,763.6354634,1603.283742 +42769,3095.457375,390.8664932,804.7004773,764.6606669,1607.198024 +42770,3089.239902,391.389682,805.7849822,765.5736213,1611.104403 +42771,3082.351965,391.9044414,806.8550077,766.3743608,1615.00234 +42772,3075.219525,392.4130326,807.9141059,767.0627753,1618.891328 +42773,3067.534702,392.9161869,808.9632922,767.6389119,1622.770882 +42774,3059.283377,393.4115525,809.9984349,768.1025557,1626.640552 +42775,3050.885473,393.9011412,811.0230413,768.4536741,1630.499906 +42776,3041.796779,394.3854806,812.0381207,768.6919879,1634.348544 +42777,3032.369925,394.8621238,813.0395217,768.8173722,1638.186086 +42778,3022.503807,395.3330736,814.0307529,768.8294871,1642.01218 +42779,3012.202717,395.7988651,815.0128104,768.728163,1645.826493 +42780,3001.49684,396.2570515,815.9815189,768.5129761,1649.628719 +42781,2087.511057,0,0,767.9224012,0 +42782,2117.467723,0,0,900.3301235,153.806223 +42783,2169.818113,0,0,900.8309729,2326.165776 +42784,2223.612273,530.5901306,0,899.3419316,2349.389255 +42785,2266.749539,303.4386345,0,897.9851757,2344.142559 +42786,2297.81832,315.3976423,236.4346349,896.7471612,1681.514623 +42787,2319.321617,338.8876884,818.3136516,895.2894218,2043.181963 +42788,2334.26154,337.4440085,382.0557981,893.7998181,1989.050417 +42789,2344.781277,335.5236155,527.0370912,892.205733,1976.904433 +42790,2352.179804,333.6649119,524.8188132,890.5150545,1974.553942 +42791,2357.251269,331.7198418,522.7641043,888.7266346,1974.154385 +42792,2360.511494,329.7283013,520.2062279,886.8386912,1973.794525 +42793,2362.574334,327.6964926,517.6013717,884.9106358,1973.448492 +42794,2363.708731,327.0402478,518.1473073,877.8795351,1973.06852 +42795,2363.347654,325.3865881,515.7553489,875.0976503,1972.66808 +42796,2361.875983,323.0455782,512.7877656,872.4449317,1972.243239 +42797,2359.76382,321.0809591,517.7785066,869.8459851,1971.79132 +42798,2357.284977,318.8784013,493.7458087,867.1832443,1971.307071 +42799,2354.548745,316.6656262,516.4373148,864.4425379,1970.788727 +42800,2351.587534,314.4120281,486.1810356,861.5480643,1970.229302 +42801,2348.411673,312.1203783,502.2197054,858.7003602,1969.627857 +42802,2345.029391,309.7913291,485.2334422,872.3306486,1968.979203 +42803,2341.449439,307.4267458,483.8015181,827.2301043,1968.285348 +42804,2337.6803,305.0261242,476.9071434,861.7199978,1967.539411 +42805,2333.728459,302.5908225,471.4325357,850.0128178,1966.736369 +42806,2329.596653,300.1204608,465.3493215,831.0170519,1966.011355 +42807,2325.26826,298.2074564,462.7360325,842.989118,1964.901498 +42808,2320.10671,296.1084273,456.8677609,819.6018056,1964.013329 +42809,2314.219447,293.4679767,450.750982,824.4918752,1962.961396 +42810,2307.854723,290.9333111,444.4479846,814.3932447,1961.856416 +42811,2301.172065,289.0287091,440.205491,810.6233623,1960.694742 +42812,2294.4124,286.7311385,436.2300094,806.1429904,1959.47399 +42813,2287.707178,284.8707233,432.0553059,801.7641271,1958.178145 +42814,2281.082479,282.8482971,427.9733669,797.1925574,1956.845694 +42815,2274.515487,280.8603017,423.9555069,792.6861892,1955.380994 +42816,2267.935695,278.8700813,419.7798275,788.0606041,1953.9288 +42817,2261.290174,276.8775877,415.7891383,783.370286,1952.370107 +42818,2254.555588,274.8807278,411.5590071,778.6553781,1950.731739 +42819,2247.726338,272.8796625,407.4077486,773.6712676,1949.038219 +42820,2240.803312,270.872968,403.3398856,768.8590791,1947.264046 +42821,2233.788382,268.8611074,399.0186147,763.792078,1945.449435 +42822,2226.703589,266.8428035,394.9097851,758.6962173,1943.548279 +42823,2219.530267,264.0099296,390.6490025,753.5562937,1941.593523 +42824,2211.982136,261.5559661,386.4085467,748.1961734,1939.549156 +42825,2204.618446,259.2770097,382.1470624,742.8112157,1937.508715 +42826,2197.171455,256.5674893,377.8200334,737.4144429,1935.345043 +42827,2189.639439,254.2227497,373.6219753,731.8742456,1933.159569 +42828,2182.022655,251.7237625,369.1757873,726.1626246,1931.009463 +42829,2174.346342,249.2493562,364.9416171,720.4670156,1928.530864 +42830,2166.615521,246.6098882,360.5671495,714.6394698,1926.241256 +42831,2158.826484,244.3619861,356.2375794,708.7398391,1923.802172 +42832,2150.973937,233.8666961,332.3218664,616.0835543,1920.97139 +42833,2132.401816,230.8772967,327.8684117,599.8601718,1918.372457 +42834,2069.889252,228.4009921,323.2514617,589.0937156,1915.577102 +42835,1470.360235,225.92945,319.0874847,579.5138512,1912.836229 +42836,1854.744627,223.5386195,315.1120845,570.9592591,1909.929228 +42837,1659.029437,221.2130836,311.1800071,562.764612,1907.054906 +42838,1673.487173,218.8824585,307.3307009,554.9095429,1903.964217 +42839,1630.48371,216.7010187,303.5276005,547.5203374,1900.832498 +42840,1607.140916,214.1827384,299.6761103,540.1164699,1897.633177 +42841,0,0,0,0,0 +42842,0,0,0,0,0 +42843,0,0,0,0,0 +42844,0,0,0,0,0 +42845,0,0,0,0,0 +42846,0,0,0,0,0 +42847,0,0,0,0,0 +42848,0,0,0,0,0 +42849,0,0,0,0,0 +42850,0,0,0,0,0 +42851,0,0,0,0,0 +42852,0,0,0,0,0 +42853,0,0,0,0,0 +42854,0,0,0,0,0 +42855,0,0,0,0,0 +42856,0,0,0,0,0 +42857,0,0,0,0,0 +42858,0,0,0,0,0 +42859,0,0,0,0,0 +42860,0,0,0,0,0 +42861,0,0,0,0,0 +42862,0,0,0,0,0 +42863,0,0,0,0,0 +42864,0,0,0,0,0 +42865,0,0,0,0,0 +42866,0,0,0,0,0 +42867,0,0,0,0,0 +42868,0,0,0,0,0 +42869,0,0,0,0,0 +42870,0,0,0,0,0 +42871,0,0,0,0,0 +42872,0,0,0,0,0 +42873,0,0,0,0,0 +42874,0,0,0,0,0 +42875,0,0,0,0,0 +42876,0,0,0,0,0 +42877,0,0,0,0,0 +42878,0,0,0,0,0 +42879,0,0,0,0,0 +42880,0,0,0,0,0 +42881,0,0,0,0,0 +42882,0,0,0,0,0 +42883,0,0,0,0,0 +42884,0,0,0,0,0 +42885,0,0,0,0,0 +42886,0,0,0,0,0 +42887,0,0,0,0,0 +42888,0,0,0,0,0 +42889,0,0,0,0,0 +42890,0,0,0,0,0 +42891,0,0,0,0,0 +42892,0,0,0,0,0 +42893,0,0,0,0,0 +42894,0,0,0,0,0 +42895,0,0,0,0,0 +42896,0,0,0,0,0 +42897,0,0,0,0,0 +42898,0,0,0,0,0 +42899,0,0,0,0,0 +42900,0,0,0,0,0 +42901,0,0,0,0,0 +42902,0,0,0,0,0 +42903,0,0,0,0,0 +42904,0,0,0,0,0 +42905,0,0,0,0,0 +42906,0,0,0,0,0 +42907,0,0,0,0,0 +42908,0,0,0,0,0 +42909,0,0,0,0,0 +42910,0,0,0,0,0 +42911,0,0,0,0,0 +42912,0,0,0,0,0 +42913,0,0,0,0,0 +42914,0,0,0,0,0 +42915,0,0,0,0,0 +42916,0,0,0,0,0 +42917,0,0,0,0,0 +42918,0,0,0,0,0 +42919,0,0,0,0,0 +42920,0,0,0,0,0 +42921,0,0,0,0,0 +42922,0,0,0,0,0 +42923,0,0,0,0,0 +42924,0,0,0,0,0 +42925,0,0,0,0,0 +42926,0,0,0,0,0 +42927,0,0,0,0,0 +42928,0,0,0,0,0 +42929,0,0,0,0,0 +42930,0,0,0,0,0 +42931,0,0,0,0,0 +42932,0,0,0,0,0 +42933,0,0,0,0,0 +42934,0,0,0,0,0 +42935,0,0,0,0,0 +42936,0,0,0,0,0 +42937,0,0,0,0,0 +42938,0,0,0,0,0 +42939,0,0,0,0,0 +42940,0,0,0,0,0 +42941,0,0,0,0,0 +42942,0,0,0,0,0 +42943,0,0,0,0,0 +42944,0,0,0,0,0 +42945,0,0,0,0,0 +42946,0,0,0,0,0 +42947,0,0,0,0,0 +42948,0,0,0,0,0 +42949,0,0,0,0,0 +42950,0,0,0,0,0 +42951,0,0,0,0,0 +42952,0,0,0,0,0 +42953,0,0,0,0,0 +42954,0,0,0,0,0 +42955,0,0,0,0,0 +42956,0,0,0,0,0 +42957,0,0,0,0,0 +42958,0,0,0,0,0 +42959,0,0,0,0,0 +42960,0,0,0,0,0 +42961,0,0,0,0,0 +42962,0,0,0,0,0 +42963,0,0,0,0,0 +42964,0,0,0,0,0 +42965,0,0,0,0,0 +42966,0,0,0,0,0 +42967,0,0,0,0,0 +42968,0,0,0,0,0 +42969,0,0,0,0,0 +42970,0,0,0,0,0 +42971,0,0,0,0,0 +42972,0,0,0,0,0 +42973,0,0,0,0,0 +42974,0,0,0,0,0 +42975,0,0,0,0,0 +42976,0,0,0,0,0 +42977,0,0,0,0,0 +42978,0,0,0,0,0 +42979,0,0,0,0,0 +42980,0,0,0,0,0 +42981,0,0,0,0,0 +42982,0,0,0,0,0 +42983,0,0,0,0,0 +42984,0,0,0,0,0 +42985,0,0,0,0,0 +42986,0,0,0,0,0 +42987,0,0,0,0,0 +42988,0,0,0,0,0 +42989,0,0,0,0,0 +42990,0,0,0,0,0 +42991,0,0,0,0,0 +42992,0,0,0,0,0 +42993,0,0,0,0,0 +42994,0,0,0,0,0 +42995,0,0,0,0,0 +42996,0,0,0,0,0 +42997,0,0,0,0,0 +42998,0,0,0,0,0 +42999,0,0,0,0,0 +43000,0,0,0,0,0 +43001,0,0,0,0,0 +43002,0,0,0,0,0 +43003,0,0,0,0,0 +43004,0,0,0,0,0 +43005,0,0,0,0,0 +43006,0,0,0,0,0 +43007,0,0,0,0,0 +43008,0,0,0,0,0 +43009,0,0,0,0,0 +43010,0,0,0,0,0 +43011,0,0,0,0,0 +43012,0,0,0,0,0 +43013,0,0,0,0,0 +43014,0,0,0,0,0 +43015,0,0,0,0,0 +43016,0,0,0,0,0 +43017,0,0,0,0,0 +43018,0,0,0,0,0 +43019,0,0,0,0,0 +43020,0,0,0,0,0 +43021,0,0,0,0,0 +43022,0,0,0,0,0 +43023,0,0,0,0,0 +43024,0,0,0,0,0 +43025,0,0,0,0,0 +43026,0,0,0,0,0 +43027,0,0,0,0,0 +43028,0,0,0,0,0 +43029,0,0,0,0,0 +43030,0,0,0,0,0 +43031,0,0,0,0,0 +43032,0,0,0,0,0 +43033,0,0,0,0,0 +43034,0,0,0,0,0 +43035,0,0,0,0,0 +43036,0,0,0,0,0 +43037,0,0,0,0,0 +43038,0,0,0,0,0 +43039,0,0,0,0,0 +43040,0,0,0,0,0 +43041,0,0,0,0,0 +43042,0,0,0,0,0 +43043,0,0,0,0,0 +43044,0,0,0,0,0 +43045,0,0,0,0,0 +43046,0,0,0,0,0 +43047,0,0,0,0,0 +43048,0,0,0,0,0 +43049,0,0,0,0,0 +43050,0,0,0,0,0 +43051,0,0,0,0,0 +43052,0,0,0,0,0 +43053,0,0,0,0,0 +43054,0,0,0,0,0 +43055,0,0,0,0,0 +43056,0,0,0,0,0 +43057,0,0,0,0,0 +43058,0,0,0,0,0 +43059,0,0,0,0,0 +43060,0,0,0,0,0 +43061,0,0,0,0,0 +43062,0,0,0,0,0 +43063,0,0,0,0,0 +43064,0,0,0,0,0 +43065,0,0,0,0,0 +43066,0,0,0,0,0 +43067,0,0,0,0,0 +43068,0,0,0,0,0 +43069,0,0,0,0,0 +43070,0,0,0,0,0 +43071,0,0,0,0,0 +43072,0,0,0,0,0 +43073,0,0,0,0,0 +43074,0,0,0,0,0 +43075,0,0,0,0,0 +43076,0,0,0,0,0 +43077,0,0,0,0,0 +43078,0,0,0,0,0 +43079,0,0,0,0,0 +43080,0,0,0,0,0 +43081,0,0,0,0,0 +43082,0,0,0,0,0 +43083,0,0,0,0,0 +43084,0,0,0,0,0 +43085,0,0,0,0,0 +43086,0,0,0,0,0 +43087,0,0,0,0,0 +43088,0,0,0,0,0 +43089,0,0,0,0,0 +43090,0,0,0,0,0 +43091,0,0,0,0,0 +43092,0,0,0,0,0 +43093,0,0,0,0,0 +43094,0,0,0,0,0 +43095,0,0,0,0,0 +43096,0,0,0,0,0 +43097,0,0,0,0,0 +43098,0,0,0,0,0 +43099,0,0,0,0,0 +43100,0,0,0,0,0 +43101,0,0,0,0,0 +43102,0,0,0,0,0 +43103,0,0,0,0,0 +43104,0,0,0,0,0 +43105,0,0,0,0,0 +43106,0,0,0,0,0 +43107,0,0,0,0,0 +43108,0,0,0,0,0 +43109,0,0,0,0,0 +43110,0,0,0,0,0 +43111,0,0,0,0,0 +43112,0,0,0,0,0 +43113,0,0,0,0,0 +43114,0,0,0,0,0 +43115,0,0,0,0,0 +43116,0,0,0,0,0 +43117,0,0,0,0,0 +43118,0,0,0,0,0 +43119,0,0,0,0,0 +43120,0,0,0,0,0 +43121,0,0,0,0,0 +43122,0,0,0,0,0 +43123,0,0,0,0,0 +43124,0,0,0,0,0 +43125,0,0,0,0,0 +43126,0,0,0,0,0 +43127,0,0,0,0,0 +43128,0,0,0,0,0 +43129,0,0,0,0,0 +43130,0,0,0,0,0 +43131,0,0,0,0,0 +43132,0,0,0,0,0 +43133,0,0,0,0,0 +43134,0,0,0,0,0 +43135,0,0,0,0,0 +43136,0,0,0,0,0 +43137,0,0,0,0,0 +43138,0,0,0,0,0 +43139,0,0,0,0,0 +43140,0,0,0,0,0 +43141,0,0,0,0,0 +43142,0,0,0,0,0 +43143,0,0,0,0,0 +43144,0,0,0,0,0 +43145,0,0,0,0,0 +43146,0,0,0,0,0 +43147,0,0,0,0,0 +43148,0,0,0,0,0 +43149,0,0,0,0,0 +43150,0,0,0,0,0 +43151,0,0,0,0,0 +43152,0,0,0,0,0 +43153,0,0,0,0,0 +43154,0,0,0,0,0 +43155,0,0,0,0,0 +43156,0,0,0,0,0 +43157,0,0,0,0,0 +43158,0,0,0,0,0 +43159,0,0,0,0,0 +43160,0,0,0,0,0 +43161,0,0,0,0,0 +43162,0,0,0,0,0 +43163,0,0,0,0,0 +43164,0,0,0,0,0 +43165,0,0,0,0,0 +43166,0,0,0,0,0 +43167,0,0,0,0,0 +43168,0,0,0,0,0 +43169,0,0,0,0,0 +43170,0,0,0,0,0 +43171,0,0,0,0,0 +43172,0,0,0,0,0 +43173,0,0,0,0,0 +43174,0,0,0,0,0 +43175,0,0,0,0,0 +43176,0,0,0,0,0 +43177,0,0,0,0,0 +43178,0,0,0,0,0 +43179,0,0,0,0,0 +43180,0,0,0,0,0 +43181,0,0,0,0,0 +43182,0,0,0,0,0 +43183,0,0,0,0,0 +43184,0,0,0,0,0 +43185,0,0,0,0,0 +43186,0,0,0,0,0 +43187,0,0,0,0,0 +43188,0,0,0,0,0 +43189,0,0,0,0,0 +43190,0,0,0,0,0 +43191,0,0,0,0,0 +43192,0,0,0,0,0 +43193,0,0,0,0,0 +43194,0,0,0,0,0 +43195,0,0,0,0,0 +43196,0,0,0,0,0 +43197,0,0,0,0,0 +43198,0,0,0,0,0 +43199,0,0,0,0,0 +43200,0,0,0,0,0 +43201,0,0,0,0,0 +43202,0,0,0,0,0 +43203,0,0,0,0,0 +43204,0,0,0,0,0 +43205,0,0,0,0,0 +43206,0,0,0,0,0 +43207,0,0,0,0,0 +43208,0,0,0,0,0 +43209,0,0,0,0,0 +43210,0,0,0,0,0 +43211,0,0,0,0,0 +43212,0,0,0,0,0 +43213,0,0,0,0,0 +43214,0,0,0,0,0 +43215,0,0,0,0,0 +43216,0,0,0,0,0 +43217,0,0,0,0,0 +43218,0,0,0,0,0 +43219,0,0,0,0,0 +43220,0,0,0,0,0 +43221,0,0,0,0,0 +43222,0,0,0,0,0 +43223,0,0,0,0,0 +43224,0,0,0,0,0 +43225,0,0,0,0,0 +43226,0,0,0,0,0 +43227,0,0,0,0,0 +43228,0,0,0,0,0 +43229,0,0,0,0,0 +43230,0,0,0,0,0 +43231,0,0,0,0,0 +43232,0,0,0,0,0 +43233,0,0,0,0,0 +43234,0,0,0,0,0 +43235,0,0,0,0,0 +43236,0,0,0,0,0 +43237,0,0,0,0,0 +43238,0,0,0,0,0 +43239,0,0,0,0,0 +43240,0,0,0,0,0 +43241,0,0,0,0,0 +43242,0,0,0,0,0 +43243,0,0,0,0,0 +43244,0,0,0,0,0 +43245,0,0,0,0,0 +43246,0,0,0,0,0 +43247,0,0,0,0,0 +43248,0,0,0,0,0 +43249,0,0,0,0,0 +43250,0,0,0,0,0 +43251,0,0,0,0,0 +43252,0,0,0,0,0 +43253,0,0,0,0,0 +43254,0,0,0,0,0 +43255,0,0,0,0,0 +43256,0,0,0,0,0 +43257,0,0,0,0,0 +43258,0,0,0,0,0 +43259,0,0,0,0,0 +43260,0,0,0,0,0 +43261,0,0,0,0,0 +43262,0,0,0,0,0 +43263,0,0,0,0,0 +43264,0,0,0,0,0 +43265,0,0,0,0,0 +43266,0,0,0,0,0 +43267,0,0,0,0,0 +43268,0,0,0,0,0 +43269,0,0,0,0,0 +43270,0,0,0,0,0 +43271,0,0,0,0,0 +43272,0,0,0,0,0 +43273,0,0,0,0,0 +43274,0,0,0,0,0 +43275,0,0,0,0,0 +43276,0,0,0,0,0 +43277,0,0,0,0,0 +43278,0,0,0,0,0 +43279,0,0,0,0,0 +43280,0,0,0,0,0 +43281,0,0,0,0,0 +43282,0,0,0,0,0 +43283,0,0,0,0,0 +43284,0,0,0,0,0 +43285,0,0,0,0,0 +43286,0,0,0,0,0 +43287,0,0,0,0,0 +43288,0,0,0,0,0 +43289,0,0,0,0,0 +43290,0,0,0,0,0 +43291,0,0,0,0,0 +43292,0,0,0,0,0 +43293,0,0,0,0,0 +43294,0,0,0,0,0 +43295,0,0,0,0,0 +43296,0,0,0,0,0 +43297,0,0,0,0,0 +43298,0,0,0,0,0 +43299,0,0,0,0,0 +43300,0,0,0,0,0 +43301,0,0,0,0,0 +43302,0,0,0,0,0 +43303,0,0,0,0,0 +43304,0,0,0,0,0 +43305,0,0,0,0,0 +43306,0,0,0,0,0 +43307,0,0,0,0,0 +43308,0,0,0,0,0 +43309,0,0,0,0,0 +43310,0,0,0,0,0 +43311,0,0,0,0,0 +43312,0,0,0,0,0 +43313,0,0,0,0,0 +43314,0,0,0,0,0 +43315,0,0,0,0,0 +43316,0,0,0,0,0 +43317,0,0,0,0,0 +43318,0,0,0,0,0 +43319,0,0,0,0,0 +43320,0,0,0,0,0 +43321,0,0,0,0,0 +43322,0,0,0,0,0 +43323,0,0,0,0,0 +43324,0,0,0,0,0 +43325,0,0,0,0,0 +43326,0,0,0,0,0 +43327,0,0,0,0,0 +43328,0,0,0,0,0 +43329,0,0,0,0,0 +43330,0,0,0,0,0 +43331,0,0,0,0,0 +43332,0,0,0,0,0 +43333,0,0,0,0,0 +43334,0,0,0,0,0 +43335,0,0,0,0,0 +43336,0,0,0,0,0 +43337,0,0,0,0,0 +43338,0,0,0,0,0 +43339,0,0,0,0,0 +43340,0,0,0,0,0 +43341,0,0,0,0,0 +43342,0,0,0,0,0 +43343,0,0,0,0,0 +43344,0,0,0,0,0 +43345,0,0,0,0,0 +43346,0,0,0,0,0 +43347,0,0,0,0,0 +43348,0,0,0,0,0 +43349,0,0,0,0,0 +43350,0,0,0,0,0 +43351,0,0,0,0,0 +43352,0,0,0,0,0 +43353,0,0,0,0,0 +43354,0,0,0,0,0 +43355,0,0,0,0,0 +43356,0,0,0,0,0 +43357,0,0,0,0,0 +43358,0,0,0,0,0 +43359,0,0,0,0,0 +43360,0,0,0,0,0 +43361,0,0,0,0,0 +43362,0,0,0,0,0 +43363,0,0,0,0,0 +43364,0,0,0,0,0 +43365,0,0,0,0,0 +43366,0,0,0,0,0 +43367,0,0,0,0,0 +43368,0,0,0,0,0 +43369,0,0,0,0,0 +43370,0,0,0,0,0 +43371,0,0,0,0,0 +43372,0,0,0,0,0 +43373,0,0,0,0,0 +43374,0,0,0,0,0 +43375,0,0,0,0,0 +43376,0,0,0,0,0 +43377,0,0,0,0,0 +43378,0,0,0,0,0 +43379,0,0,0,0,0 +43380,0,0,0,0,0 +43381,0,0,0,0,0 +43382,0,0,0,0,0 +43383,0,0,0,0,0 +43384,0,0,0,0,0 +43385,0,0,0,0,0 +43386,0,0,0,0,0 +43387,0,0,0,0,0 +43388,0,0,0,0,0 +43389,0,0,0,0,0 +43390,0,0,0,0,0 +43391,0,0,0,0,0 +43392,0,0,0,0,0 +43393,0,0,0,0,0 +43394,0,0,0,0,0 +43395,0,0,0,0,0 +43396,0,0,0,0,0 +43397,0,0,0,0,0 +43398,0,0,0,0,0 +43399,0,0,0,0,0 +43400,0,0,0,0,0 +43401,0,0,0,0,0 +43402,0,0,0,0,0 +43403,0,0,0,0,0 +43404,0,0,0,0,0 +43405,0,0,0,0,0 +43406,0,0,0,0,0 +43407,0,0,0,0,0 +43408,0,0,0,0,0 +43409,0,0,0,0,0 +43410,0,0,0,0,0 +43411,0,0,0,0,0 +43412,0,0,0,0,0 +43413,0,0,0,0,0 +43414,0,0,0,0,0 +43415,0,0,0,0,0 +43416,0,0,0,0,0 +43417,0,0,0,0,0 +43418,0,0,0,0,0 +43419,0,0,0,0,0 +43420,0,0,0,0,0 +43421,0,0,0,0,0 +43422,0,0,0,0,0 +43423,0,0,0,0,0 +43424,0,0,0,0,0 +43425,0,0,0,0,0 +43426,0,0,0,0,0 +43427,0,0,0,0,0 +43428,0,0,0,0,0 +43429,0,0,0,0,0 +43430,0,0,0,0,0 +43431,0,0,0,0,0 +43432,0,0,0,0,0 +43433,0,0,0,0,0 +43434,0,0,0,0,0 +43435,0,0,0,0,0 +43436,0,0,0,0,0 +43437,0,0,0,0,0 +43438,0,0,0,0,0 +43439,0,0,0,0,0 +43440,0,0,0,0,0 +43441,0,0,0,0,0 +43442,0,0,0,0,0 +43443,0,0,0,0,0 +43444,0,0,0,0,0 +43445,0,0,0,0,0 +43446,0,0,0,0,0 +43447,0,0,0,0,0 +43448,0,0,0,0,0 +43449,0,0,0,0,0 +43450,0,0,0,0,0 +43451,0,0,0,0,0 +43452,0,0,0,0,0 +43453,0,0,0,0,0 +43454,0,0,0,0,0 +43455,0,0,0,0,0 +43456,0,0,0,0,0 +43457,0,0,0,0,0 +43458,0,0,0,0,0 +43459,0,0,0,0,0 +43460,0,0,0,0,0 +43461,0,0,0,0,0 +43462,0,0,0,0,0 +43463,0,0,0,0,0 +43464,0,0,0,0,0 +43465,0,0,0,0,0 +43466,0,0,0,0,0 +43467,0,0,0,0,0 +43468,0,0,0,0,0 +43469,0,0,0,0,0 +43470,0,0,0,0,0 +43471,0,0,0,0,0 +43472,0,0,0,0,0 +43473,0,0,0,0,0 +43474,0,0,0,0,0 +43475,0,0,0,0,0 +43476,0,0,0,0,0 +43477,0,0,0,0,0 +43478,0,0,0,0,0 +43479,0,0,0,0,0 +43480,0,0,0,0,0 +43481,0,0,0,0,0 +43482,0,0,0,0,0 +43483,0,0,0,0,0 +43484,0,0,0,0,0 +43485,0,0,0,0,0 +43486,0,0,0,0,0 +43487,0,0,0,0,0 +43488,0,0,0,0,0 +43489,0,0,0,0,0 +43490,0,0,0,0,0 +43491,0,0,0,0,0 +43492,0,0,0,0,0 +43493,0,0,0,0,0 +43494,0,0,0,0,0 +43495,0,0,0,0,0 +43496,0,0,0,0,0 +43497,0,0,0,0,0 +43498,0,0,0,0,0 +43499,0,0,0,0,0 +43500,0,0,0,0,0 +43501,0,0,0,0,0 +43502,0,0,0,0,0 +43503,0,0,0,0,0 +43504,0,0,0,0,0 +43505,0,0,0,0,0 +43506,0,0,0,0,0 +43507,0,0,0,0,0 +43508,0,0,0,0,0 +43509,0,0,0,0,0 +43510,0,0,0,0,0 +43511,0,0,0,0,0 +43512,0,0,0,0,0 +43513,0,0,0,0,0 +43514,0,0,0,0,0 +43515,0,0,0,0,0 +43516,0,0,0,0,0 +43517,0,0,0,0,0 +43518,0,0,0,0,0 +43519,0,0,0,0,0 +43520,0,0,0,0,0 +43521,0,0,0,0,0 +43522,0,0,0,0,0 +43523,0,0,0,0,0 +43524,0,0,0,0,0 +43525,0,0,0,0,0 +43526,0,0,0,0,0 +43527,0,0,0,0,0 +43528,0,0,0,0,0 +43529,0,0,0,0,0 +43530,0,0,0,0,0 +43531,0,0,0,0,0 +43532,0,0,0,0,0 +43533,0,0,0,0,0 +43534,0,0,0,0,0 +43535,0,0,0,0,0 +43536,0,0,0,0,0 +43537,0,0,0,0,0 +43538,0,0,0,0,0 +43539,0,0,0,0,0 +43540,0,0,0,0,0 +43541,0,0,0,0,0 +43542,0,0,0,0,0 +43543,0,0,0,0,0 +43544,0,0,0,0,0 +43545,0,0,0,0,0 +43546,0,0,0,0,0 +43547,0,0,0,0,0 +43548,0,0,0,0,0 +43549,0,0,0,0,0 +43550,0,0,0,0,0 +43551,0,0,0,0,0 +43552,0,0,0,0,0 +43553,0,0,0,0,0 +43554,0,0,0,0,0 +43555,0,0,0,0,0 +43556,0,0,0,0,0 +43557,0,0,0,0,0 +43558,0,0,0,0,0 +43559,0,0,0,0,0 +43560,0,0,0,0,0 +43561,0,0,0,0,0 +43562,0,0,0,0,0 +43563,0,0,0,0,0 +43564,0,0,0,0,0 +43565,0,0,0,0,0 +43566,0,0,0,0,0 +43567,0,0,0,0,0 +43568,0,0,0,0,0 +43569,0,0,0,0,0 +43570,0,0,0,0,0 +43571,0,0,0,0,0 +43572,0,0,0,0,0 +43573,0,0,0,0,0 +43574,0,0,0,0,0 +43575,0,0,0,0,0 +43576,0,0,0,0,0 +43577,0,0,0,0,0 +43578,0,0,0,0,0 +43579,0,0,0,0,0 +43580,0,0,0,0,0 +43581,0,0,0,0,0 +43582,0,0,0,0,0 +43583,0,0,0,0,0 +43584,0,0,0,0,0 +43585,0,0,0,0,0 +43586,0,0,0,0,0 +43587,0,0,0,0,0 +43588,0,0,0,0,0 +43589,0,0,0,0,0 +43590,0,0,0,0,0 +43591,0,0,0,0,0 +43592,0,0,0,0,0 +43593,0,0,0,0,0 +43594,0,0,0,0,0 +43595,0,0,0,0,0 +43596,0,0,0,0,0 +43597,0,0,0,0,0 +43598,0,0,0,0,0 +43599,0,0,0,0,0 +43600,0,0,0,0,0 +43601,0,0,0,0,0 +43602,0,0,0,0,0 +43603,0,0,0,0,0 +43604,0,0,0,0,0 +43605,0,0,0,0,0 +43606,0,0,0,0,0 +43607,0,0,0,0,0 +43608,0,0,0,0,0 +43609,0,0,0,0,0 +43610,0,0,0,0,0 +43611,0,0,0,0,0 +43612,0,0,0,0,0 +43613,0,0,0,0,0 +43614,0,0,0,0,0 +43615,0,0,0,0,0 +43616,0,0,0,0,0 +43617,0,0,0,0,0 +43618,0,0,0,0,0 +43619,0,0,0,0,0 +43620,0,0,0,0,0 +43621,141.0415227,87.45431395,161.4301604,87.78046628,2331.10761 +43622,-154.649713,-39.73154764,-130.9716012,-39.41874529,1991.939407 +43623,-407.9365191,-144.6258518,-381.7689109,-144.3295055,1664.683355 +43624,-968.6435134,-381.7529218,-937.99727,-381.469805,632.0908882 +43625,-839.6494722,-326.1007311,-810.9907149,-325.8269957,734.2698965 +43626,-808.8203598,-313.3877896,-780.7883209,-313.1227066,738.8190041 +43627,-501.1408903,-172.1988556,-471.771532,-171.9432008,1360.506354 +43628,-706.4462626,-263.1183098,-674.8732338,-262.8733878,1100.152128 +43629,-1105.589177,-445.7894487,-1074.39118,-445.553331,339.5408123 +43630,-779.1177551,-297.6139036,-747.7612569,-297.3853431,929.2397107 +43631,-912.3056059,-356.7182609,-879.6101472,-356.4978907,751.5829509 +43632,-1008.56055,-399.9805396,-975.1769954,-399.7677576,604.041597 +43633,-1072.233494,-428.9207208,-1038.530025,-428.7148912,495.0019212 +43634,-1108.929,-445.8356986,-1075.095158,-445.6362841,424.3793659 +43635,-1125.827525,-453.8577288,-1091.942879,-453.6643649,385.3616962 +43636,-1131.029119,-456.6017436,-1097.115413,-456.4142121,366.6204168 +43637,-1130.247871,-456.6299472,-1096.302911,-456.4481124,359.2976338 +43638,-1237.416316,-506.7502871,-1204.149704,-506.5737177,115.2257492 +43639,-1018.568714,-407.7626943,-985.3823599,-407.5913167,498.8499738 +43640,-1051.502404,-422.363013,-1017.769548,-422.1972633,461.7079361 +43641,-1076.362663,-433.6465959,-1042.343998,-433.4863595,425.2197599 +43642,-1091.50976,-440.6409123,-1057.3412,-440.4859573,399.455304 +43643,-1212.297891,-496.7514242,-1178.782875,-496.6012203,135.7739589 +43644,-995.5405057,-398.5204353,-962.1054449,-398.3747887,519.0975404 +43645,-1033.651496,-415.2815084,-999.6693677,-415.140706,475.7221844 +43646,-1186.009778,-485.5250126,-1152.558016,-485.3886424,162.956566 +43647,-1105.746354,-450.4269025,-1073.161619,-450.294494,253.8723469 +43648,-1051.791756,-426.7981895,-1019.743693,-426.6696732,316.1174988 +43649,-827.1897437,-323.9291183,-794.5089345,-323.8047879,756.5586759 +43650,-928.0171322,-368.3950331,-894.2534121,-368.2752184,632.3785297 +43651,-999.745166,-397.8427949,-964.9752917,-400.2447104,530.0592315 +43652,-1045.951445,-414.5137437,-1010.206611,-420.9384861,457.128745 +43653,-1194.084918,-478.5184505,-1158.277506,-489.2762801,143.6720737 +43654,-969.2413292,-372.3036054,-932.8377083,-387.169499,541.9375721 +43655,-1014.848289,-388.4375542,-977.2409025,-407.107829,487.756557 +43656,-1047.953814,-399.5662222,-1009.490761,-421.8192082,439.6737089 +43657,-1068.355107,-405.2485065,-1029.22842,-430.9514883,406.2926454 +43658,-1079.102766,-406.6986196,-1039.417739,-435.7756001,386.3666992 +43659,-1083.72265,-405.4429082,-1043.536144,-437.8491496,375.8295895 +43660,-1193.809138,-453.1900816,-1153.856533,-488.8994171,132.2598998 +43661,-982.4317064,-353.963082,-942.1554149,-392.9647387,506.3406541 +43662,-1017.918723,-366.1465908,-976.7300929,-408.4382147,467.0078943 +43663,-1044.832584,-374.806733,-1003.007165,-420.3969084,428.8450721 +43664,-1061.653675,-379.0162289,-1019.340833,-427.9229625,401.7524744 +43665,-1070.581812,-379.6725716,-1027.862329,-431.9203315,385.4230598 +43666,-1074.459573,-378.0292284,-1031.376203,-433.6466546,376.6997279 +43667,-1183.557901,-425.2053509,-1140.830835,-484.2237677,135.7732552 +43668,-973.9546702,-326.6213642,-931.025256,-389.0768246,507.1461415 +43669,-1009.390608,-338.5904949,-965.6721181,-404.5158461,468.01937 +43670,-1036.313535,-347.0331467,-992.0761678,-416.4652068,429.999371 +43671,-1053.183672,-351.020619,-1008.5727,-423.9999849,402.9891901 +43672,-1062.187315,-351.4503603,-1017.280428,-428.0190702,386.6880536 +43673,-1066.151168,-349.5733183,-1020.988786,-429.7733412,377.9584291 +43674,-1067.297434,-346.3889229,-1021.901843,-430.2618011,373.7680788 +43675,-1067.020067,-342.5261016,-1021.406317,-430.1131976,372.0256845 +43676,-1172.477118,-387.6817609,-1127.341791,-479.024255,138.4432918 +43677,-1092.933701,-348.9816045,-1048.490535,-444.1029989,229.4186034 +43678,-886.5159988,-250.940686,-841.5980615,-349.8176521,619.823141 +43679,-952.1186318,-276.113753,-906.3127992,-378.6294388,541.7250929 +43680,-1131.300701,-354.814917,-1085.885994,-460.8618152,185.1696194 +43681,-910.7122989,-250.9862169,-865.2287095,-360.5689983,583.2920514 +43682,-949.159342,-264.8381514,-903.0497215,-377.0835011,545.1380151 +43683,-959.7736216,-266.7926614,-913.3670577,-381.5781476,535.8655609 +43684,-1070.607801,-283.8384576,-1024.813255,-433.3996432,286.9006663 +43685,-813.116088,463.2899893,-767.3229054,-317.1816924,740.0329444 +43686,-825.9673062,48.4376165,-779.4926624,-323.0630857,740.7332318 +43687,-835.8583296,200.1640328,-788.9922045,-328.0450966,730.7804184 +43688,-840.6955415,227.784481,-793.592407,-330.8757205,723.1031795 +43689,-840.284749,254.9375459,-793.0280329,-331.3399893,722.3125452 +43690,-836.4679682,279.2746908,-789.1016718,-330.2288976,727.0562161 +43691,-830.99145,305.0995593,-783.5397296,-328.3215583,734.2623269 +43692,-825.1908174,338.6563155,-777.6691083,-326.2205476,741.9300225 +43693,-938.6943372,370.4677884,-891.9034263,-379.445688,487.1137397 +43694,-703.0041049,401.0777171,-656.3114008,-272.9249791,904.3959793 +43695,-737.4687692,432.2997978,-690.1992522,-288.2410413,870.6213341 +43696,-764.0988695,462.6156723,-716.542294,-300.3712374,835.3045563 +43697,-904.2952229,456.9322219,-857.4263137,-365.448648,537.7265444 +43698,-672.7238278,555.4024353,-625.9566457,-260.5652343,950.1595411 +43699,-716.5797636,543.5459176,-669.2364716,-279.9159751,901.6145386 +43700,-748.17502,531.8061458,-700.5640855,-294.1163153,858.014456 +43701,-767.2870402,523.6105788,-719.5681203,-302.8120135,828.1649597 +43702,-893.7434605,449.4428576,-846.765928,-361.477308,553.9756848 +43703,-670.3050554,547.7032731,-623.4749416,-260.1650547,950.0029912 +43704,-709.5100073,541.0619623,-662.1709022,-277.3475208,906.6500999 +43705,-712.6101795,545.2535328,-647.8944412,-278.5326716,912.8689319 +43706,-699.6438213,554.15434,-404.726585,-272.5894981,940.2317549 +43707,-554.7333416,467.8832569,-509.8626395,-333.3709018,625.509638 +43708,-501.6416294,504.7795644,-446.369136,-258.4365564,819.8784337 +43709,-308.6767977,677.790487,-272.0937518,-94.0296858,1493.656748 +43710,-479.5172598,634.9130767,-440.3439891,-169.0608574,1271.579521 +43711,-758.2278214,489.8685603,-546.0646875,-304.8757782,697.4326383 +43712,-251.5477387,521.3623184,-248.9506826,-241.8224913,858.9071607 +43713,-252.988976,707.5187886,-216.8506517,-67.2259386,1578.907255 +43714,-435.5245942,662.6695146,-396.6427153,-146.8538789,1343.674734 +43715,-528.7662204,641.904593,-393.4551293,-188.5307078,1223.817061 +43716,-313.1233661,497.8612735,-201.259006,-309.2637598,671.5101922 +43717,-316.6757059,704.1796475,-276.3844234,-98.01450551,1494.145796 +43718,-322.0683551,679.2154346,-236.0053143,-147.8140042,1351.267409 +43719,-293.9144268,515.0123199,-215.8381748,-147.8411991,724.9860177 +43720,-242.3102942,738.2965826,-197.7014369,-57.75207711,1617.635606 +43721,-294.3626971,703.9823949,-181.4422175,-124.0181299,1429.784473 +43722,-216.4841371,690.0603038,-159.8044193,-156.9516463,1339.454089 +43723,-219.5957919,686.5576438,-142.8369847,-59.24073938,1301.259013 +43724,-198.5579647,692.134503,-126.4758661,-90.17802151,1305.536811 +43725,-181.6078063,695.0333656,-106.8555589,-74.50919995,1302.571032 +43726,-162.0535199,698.8493319,-91.69657057,-64.92725463,1305.206778 +43727,-144.3013647,702.6129479,-73.87355978,-57.8155473,1308.73938 +43728,-129.8982763,525.2931279,-60.12940921,-48.58381757,668.564228 +43729,-109.4151955,775.4963969,-39.89215351,-38.50409677,1686.383096 +43730,-94.49242378,566.3926747,-25.17704515,-34.86192474,866.8394005 +43731,-79.11996265,803.8535538,-8.447302023,3.476905189,1806.945746 +43732,-59.52053161,582.5353707,3.146439021,-56.66854476,927.3280317 +43733,-37.55090848,818.1404174,23.2480509,21.1974858,1853.80418 +43734,-41.47888729,591.9063922,35.99575133,-22.02256209,951.5944565 +43735,-7.649156415,828.2633515,53.73767085,31.48642716,1879.204486 +43736,3.707323211,789.739334,64.24315156,-15.00316254,1652.554766 +43737,15.2620115,768.0609473,81.73328105,32.32357904,1515.699968 +43738,35.07375098,758.0050603,95.39112673,24.41511698,1441.123023 +43739,49.30939042,752.2436628,109.7082498,35.30942013,1394.039507 +43740,64.56109212,750.1166388,124.1564011,40.55130336,1367.996815 +43741,573.898135,583.7291455,629.1440149,262.5633536,1499.030307 +43742,512.6081414,672.0535561,572.5507464,234.9355106,2117.379458 +43743,557.0273948,736.3137287,611.9256022,254.6624798,2342.268971 +43744,367.5616582,734.4687132,422.5135914,172.7247377,2302.491416 +43745,794.1608143,801.8146864,841.9715778,356.6444839,2543.173759 +43746,330.888664,784.4554591,378.3273833,154.7434519,2277.617534 +43747,682.7447335,796.1145306,727.6428496,306.4728637,2277.768175 +43748,713.590048,1009.986394,732.9055286,323.7701725,2611.849501 +43749,423.7242901,965.9281395,490.7878941,197.2635359,2317.456468 +43750,791.7136552,725.9953726,827.613633,349.7478649,2075.659765 +43751,674.497271,791.193635,710.7477732,304.6793184,2422.603652 +43752,539.9510532,985.2870389,561.1509373,249.1912857,2421.317493 +43753,772.170925,752.0405792,829.1102677,341.6331416,2235.174496 +43754,728.6923486,804.7659838,752.4668242,327.4853102,2430.396974 +43755,571.8525507,997.107191,592.418433,261.889191,2531.909318 +43756,835.6658548,760.5634072,873.6823271,368.6635696,2224.587045 +43757,764.2194212,851.812618,775.2600151,342.0748303,2413.567919 +43758,597.1505123,1020.12027,611.5221128,268.2465963,2652.043566 +43759,893.2479156,988.8288918,914.0681521,399.6019074,2197.086721 +43760,788.1823462,1015.71561,802.8319894,350.0135836,2381.880883 +43761,786.6111527,1034.910296,800.1428501,351.6326202,2486.300176 +43762,658.8034368,1019.203263,677.7189735,296.9318203,2774.244917 +43763,931.7839307,1102.176341,934.2460043,411.1076646,2221.411476 +43764,830.0637509,1094.533473,842.0530779,369.1652717,2383.827841 +43765,829.428804,1112.459986,836.2483678,368.5026368,2468.626521 +43766,854.0028294,1133.413104,859.1521738,378.016932,2529.567401 +43767,731.316511,1113.401165,748.9041967,326.7834502,2844.856812 +43768,969.915971,1199.170059,952.8759879,426.2086573,2237.543625 +43769,881.7495909,1182.12157,889.7189402,389.7483173,2374.819299 +43770,884.4862882,1202.977952,881.1026714,389.581123,2437.627622 +43771,904.170083,1220.992734,900.4470577,398.845631,2480.566517 +43772,918.2269773,1238.22454,913.0961948,403.4082406,2516.065017 +43773,927.5833896,1253.879346,919.0827351,407.2016606,2544.630932 +43774,936.2066401,1269.676659,926.9000381,410.4733128,2565.290838 +43775,946.5673159,1284.90644,933.9565718,414.2233755,2578.673163 +43776,955.9406903,1289.697575,947.7183664,420.35745,2583.388312 +43777,967.5731568,1303.229786,956.9526211,424.7770287,2583.577121 +43778,977.4837086,1316.567973,965.2338779,428.449226,2579.933438 +43779,989.4042527,1330.829273,974.7731558,433.6454016,2571.303901 +43780,996.2124844,1343.839938,980.6162085,435.8989113,2562.467328 +43781,1004.634608,1356.333024,986.9763707,438.9249886,2550.74078 +43782,1016.381354,1369.941808,996.4679297,443.4043513,2535.65589 +43783,1025.603567,1383.189082,1004.842943,447.5999324,2519.84017 +43784,1035.717103,1396.032725,1011.900187,450.6379238,2503.143812 +43785,1045.22837,1408.203649,1019.677326,454.3182751,2485.363629 +43786,1054.427273,1420.86177,1027.57296,458.381468,2466.762526 +43787,1064.865873,1433.102694,1035.409398,461.2925633,2447.486442 +43788,1074.30298,1444.825625,1042.792048,465.3999741,2427.590264 +43789,1084.12441,1457.270207,1050.16577,468.9951147,2407.140494 +43790,1093.515104,1468.748352,1058.028575,472.1496273,2386.197255 +43791,1103.569202,1480.326437,1065.681274,476.0056148,2364.601344 +43792,1112.995524,1491.767675,1073.2072,479.3117712,2342.630776 +43793,1122.960445,1502.941819,1080.308875,483.0525322,2320.111024 +43794,1132.44003,1514.00001,1088.353507,486.4638361,2297.104725 +43795,1142.374045,1524.889852,1095.56747,489.8524205,2273.688677 +43796,1153.47616,1536.246414,1104.602009,494.2105318,2249.411179 +43797,1151.89334,1542.652846,1101.838564,492.8202014,2183.796443 +43798,1132.639624,1559.575526,1126.021149,504.2695853,2157.554 +43799,1113.094782,1566.860571,1112.225449,503.8073599,2130.423164 +43800,1095.544527,1577.849677,1093.279171,496.8369395,2105.90741 +43801,1083.391109,1590.829161,1079.618494,490.4513084,2090.088445 +43802,1073.460972,1601.325567,1068.29438,485.1220235,2077.350024 +43803,1065.34501,1611.552586,1058.941722,480.7164772,2067.13775 +43804,1058.680572,1621.532314,1051.170817,477.0587579,2058.934299 +43805,1053.188215,1630.819148,1044.670757,473.9994043,2052.338644 +43806,1048.661822,1641.066126,1039.209946,471.4241079,2047.039958 +43807,1044.933055,1650.249085,1034.606716,469.2457941,2042.790484 +43808,1041.868947,1659.547369,1030.716179,467.3952624,2039.385761 +43809,1039.352423,1668.738272,1027.414984,465.8158124,2036.65555 +43810,1037.291438,1677.661935,1024.602609,464.4603886,2034.458392 +43811,1035.603526,1686.515576,1022.192434,463.2899285,2032.677506 +43812,1034.226131,1695.166784,1020.115227,462.2720955,2031.217017 +43813,1033.101694,1703.86889,1018.310912,461.3802089,2029.998682 +43814,1032.188436,1712.126886,1016.732526,460.5922732,2028.958913 +43815,1031.44607,1720.553722,1015.338536,459.8901732,2028.046343 +43816,1030.847121,1728.668024,1014.097356,459.2589793,2027.219686 +43817,1030.363162,1736.705341,1012.980203,458.686395,2026.446025 +43818,1029.976517,1744.606816,1011.966046,458.1622838,2025.699302 +43819,1029.666886,1752.375372,1011.034848,457.6782973,2024.959129 +43820,1029.423301,1759.959789,1010.172808,457.2275514,2024.209717 +43821,1029.231023,1767.615341,1009.365879,456.8043772,2023.439067 +43822,1029.083635,1774.876367,1008.605193,456.4040964,2022.638211 +43823,1028.970184,1782.130501,1007.880787,456.0228555,2021.800667 +43824,1028.883906,1789.346269,1007.18715,455.6574707,2020.921908 +43825,1028.824126,1796.319608,1006.517089,455.3053177,2019.999001 +43826,1028.783085,1803.221333,1005.867372,454.9642247,2019.03024 +43827,1028.756373,1809.993313,1005.232683,454.6323991,2018.014906 +43828,1028.745351,1816.644594,1004.611323,454.3083535,2016.953015 +43829,1028.744129,1823.176081,1003.999247,453.9908583,2015.845171 +43830,1028.749874,1829.526592,1003.395787,453.6788895,2014.69239 +43831,1028.765264,1835.331346,1002.797751,453.3715983,2013.496008 +43832,1028.783171,1840.82864,1002.205861,453.0685765,2012.177508 +43833,1028.80011,1846.034907,1001.617913,452.7694236,2010.768181 +43834,1028.819056,1851.135531,1001.034512,452.4736793,2009.304816 +43835,1028.836054,1856.180709,1000.453293,452.1808788,2007.806304 +43836,1028.849998,1860.938632,999.8749078,451.8905945,2006.278849 +43837,1028.864921,1865.601533,999.2971966,451.6024607,2004.723955 +43838,1028.877195,1870.106852,998.7210428,451.3161646,2003.142391 +43839,1028.885795,1874.467043,998.1445016,451.0314432,2001.535333 +43840,1028.894781,1878.686087,997.5686405,450.7480759,1999.90425 +43841,1028.900665,1882.761891,996.9917247,450.4658992,1998.250784 +43842,1028.902442,1886.702893,996.4148769,450.1847255,1996.576257 +43843,1028.904182,1890.506662,995.8363738,449.9043998,1994.881931 +43844,1028.902361,1894.176647,995.2574317,449.6247839,1993.168922 +43845,1028.89604,1897.714174,994.6764001,449.3457583,1991.438275 +43846,1028.889283,1901.121006,994.0945469,449.0672142,1989.69092 +43847,1028.878594,1904.330297,993.5102716,448.7890564,1987.927737 +43848,1028.863048,1907.579158,992.9248756,448.5111964,1986.149505 +43849,1028.846714,1910.554629,992.3367933,448.2335557,1984.356962 +43850,1028.826121,1913.463029,991.7473508,447.9560617,1982.550767 +43851,1028.800339,1916.237071,991.1550097,447.6786485,1980.731542 +43852,1028.77341,1918.958023,990.5611094,447.4012533,1978.899835 +43853,1028.741883,1921.385412,989.9641353,447.1238209,1977.056181 +43854,1028.704835,1923.842523,989.3654365,446.8462965,1975.201037 +43855,1028.662859,1926.120255,988.7635136,446.5686312,1973.334855 +43856,1028.620092,1928.21928,988.1597251,446.2907775,1971.458026 +43857,1028.572655,1930.372633,987.5525853,446.0126922,1969.570936 +43858,1028.51931,1932.258265,986.9434572,445.7343325,1967.673915 +43859,1028.460525,1934.087243,986.3308677,445.4556598,1965.767292 +43860,1028.400398,1935.79046,985.7161821,445.1766351,1963.85135 +43861,1027.072665,1883.422926,983.8355186,444.3233963,1959.631065 +43862,1023.405247,1883.498503,979.5924249,442.3552638,1951.06021 +43863,1018.537305,1883.770953,974.1376547,439.8345564,1940.261904 +43864,1013.629555,1884.085355,968.6440908,437.3235244,1929.347271 +43865,1009.169871,1884.356599,963.6051734,435.0513002,1919.191613 +43866,1005.210169,1884.562891,959.0740457,433.0342246,1909.894228 +43867,1001.656891,1884.69072,954.9567944,431.2199291,1901.303266 +43868,998.4125973,1884.731897,951.1554149,429.5566842,1893.261904 +43869,995.4100757,1884.682423,947.6022768,428.0093489,1885.663652 +43870,992.6060327,1884.539722,944.2538179,426.5555468,1878.440054 +43871,989.9697279,1884.372888,941.0806089,425.1796246,1871.52666 +43872,987.50896,1883.938322,938.0848837,423.8823782,1864.929606 +43873,985.2503479,1883.557447,935.2968158,422.6791546,1858.710768 +43874,983.1101211,1883.020408,932.635599,421.5294661,1852.727908 +43875,981.0798642,1882.396573,930.0906598,420.4265687,1846.964507 +43876,979.1390209,1881.675728,927.6401222,419.3650475,1841.393634 +43877,977.2720454,1880.857662,925.2697345,418.3362972,1835.991002 +43878,975.4709791,1879.942529,922.9662287,417.334399,1830.735467 +43879,973.7220673,1878.930343,920.7233548,416.3574247,1825.608692 +43880,972.0159914,1877.821334,918.5305022,415.399671,1820.594778 +43881,970.3503503,1876.615602,916.377672,414.4575784,1815.67994 +43882,968.716185,1875.313412,914.2625848,413.5311739,1810.852222 +43883,967.1081134,1873.91488,912.1785559,412.6163464,1806.101241 +43884,965.5267702,1872.349123,910.1188594,411.7108544,1801.417969 +43885,963.9655368,1870.860822,908.083841,410.8158219,1796.794551 +43886,962.4208868,1869.125727,906.0689011,409.9280248,1792.224144 +43887,960.8874535,1867.354844,904.0614665,409.0425202,1787.687045 +43888,959.3811365,1865.478401,902.0845643,408.1706998,1783.216663 +43889,957.8722403,1863.506851,900.1075512,407.2974453,1778.758925 +43890,956.3909819,1861.440627,898.1535408,406.4339889,1774.359173 +43891,954.9061612,1858.99477,896.1985682,405.5703107,1769.965548 +43892,953.4289445,1856.470023,894.2497035,404.709177,1765.608939 +43893,951.9498181,1853.6479,892.2948213,403.844998,1761.276723 +43894,950.4677889,1850.860846,890.3324998,402.9773278,1756.966475 +43895,948.9832472,1847.902399,888.3635262,402.1067476,1752.676107 +43896,947.4967825,1844.844755,886.3889124,401.2338654,1748.403682 +43897,946.008877,1841.679539,884.409374,400.3590838,1744.147472 +43898,944.5198725,1838.407919,882.4253558,399.4826426,1739.905947 +43899,943.0300302,1835.031094,880.437156,398.6046979,1735.677735 +43900,941.5395778,1831.550044,878.4450148,397.7253716,1731.461609 +43901,940.0487013,1827.965787,876.449141,396.8447669,1727.256462 +43902,938.557578,1824.279154,874.4497219,395.9629732,1723.0613 +43903,937.0663524,1820.419768,872.4469183,395.0800646,1718.875219 +43904,935.5751464,1816.632423,870.4408706,394.1961026,1714.697406 +43905,934.0840719,1812.595056,868.4316925,393.3111349,1710.527113 +43906,932.5932216,1808.517525,866.4194811,392.4251995,1706.302232 +43907,931.1026548,1804.331483,864.4043049,391.5383207,1702.045027 +43908,929.6124419,1800.047633,862.3862354,390.6505233,1697.78135 +43909,928.1226428,1795.666903,860.365329,389.7618251,1693.522995 +43910,926.6333028,1791.189906,858.3416314,388.8722386,1689.272165 +43911,925.144455,1786.617467,856.3151721,387.9817692,1685.027641 +43912,923.6561219,1781.950153,854.2859761,387.0904198,1680.787932 +43913,922.1683239,1777.258956,852.2540561,386.1981883,1676.552014 +43914,920.6810771,1772.304456,850.2194241,385.3050725,1672.319289 +43915,919.1943753,1767.404711,848.1820805,384.4110649,1668.089315 +43916,917.7082227,1762.354804,846.1420279,383.5161595,1663.861745 +43917,916.2226138,1757.223644,844.0992587,382.6203457,1659.636223 +43918,914.7393786,1752.001825,842.0537677,381.7236146,1655.412448 +43919,913.2563211,1746.690054,840.0055414,380.8259536,1651.190108 +43920,911.7727762,1741.288831,837.9545695,379.9273518,1646.968948 +43921,912.7724121,1625.921544,838.3823257,380.1557459,1647.260508 +43922,909.1737206,1617.956096,834.1017374,378.162814,1638.67644 +43923,903.1696642,1610.868725,827.3501271,375.0393625,1625.468964 +43924,897.0290413,1603.991306,820.4421754,371.893696,1611.918295 +43925,891.7165019,1597.273383,814.3666565,369.1855759,1599.819029 +43926,887.3490553,1590.437621,809.2438077,366.9556151,1589.392993 +43927,883.7539039,1583.665466,804.8995619,365.1067596,1580.347679 +43928,880.7467634,1576.957918,801.1479784,363.5410689,1572.375535 +43929,878.20039,1570.152318,797.860624,362.1918928,1565.162749 +43930,876.0333144,1563.203407,794.9552035,361.0169432,1558.570594 +43931,874.1880748,1556.316393,792.3735876,359.9867525,1552.532092 +43932,872.618387,1549.323169,790.0689188,359.0779825,1546.99673 +43933,871.2844203,1542.336719,788.0008309,358.2709075,1541.914676 +43934,870.1516741,1535.091556,786.1342986,357.5487412,1537.236891 +43935,869.1905729,1528.045282,784.4392807,356.8973731,1532.917803 +43936,868.376075,1520.767974,782.8903032,356.305084,1528.91672 +43937,867.6870687,1513.540558,781.4658616,355.7621874,1525.197855 +43938,867.105776,1506.106698,780.1478245,355.2606871,1521.729826 +43939,866.6172067,1498.728012,778.9208794,354.7939696,1518.485034 +43940,866.2353669,1491.184953,777.7720865,354.3565617,1515.439168 +43941,865.9742867,1483.781474,776.6905037,353.9439299,1512.570783 +43942,865.8340311,1476.066277,775.6668729,353.5523177,1509.860958 +43943,865.8057963,1468.454049,774.6933396,353.1786028,1507.292959 +43944,865.8783738,1460.784151,773.7632428,352.820192,1504.852004 +43945,866.0415649,1452.881251,772.8709206,352.4749271,1502.525015 +43946,866.2867992,1445.163789,772.0115644,352.1410151,1500.30044 +43947,866.6077349,1437.235986,771.1818996,351.817335,1498.169546 +43948,867.0057182,1429.360449,770.3857138,351.5059505,1496.136522 +43949,867.4726393,1421.294065,769.6169691,351.2044304,1494.1878 +43950,868.0018141,1413.235827,768.8708917,350.9108945,1492.312233 +43951,868.5888614,1405.190048,768.1447698,350.6243775,1490.502551 +43952,869.2321071,1396.979257,767.4425339,350.3468568,1488.752342 +43953,869.9296602,1389.282808,766.7666246,350.0795752,1487.055957 +43954,870.678884,1380.335221,766.1166384,349.8224753,1485.408434 +43955,871.4744807,1372.409569,765.4905795,349.5747886,1483.805344 +43956,872.3190122,1364.047998,764.8872442,349.3361459,1482.244675 +43957,873.2048924,1355.647464,764.3031036,349.1050522,1480.720577 +43958,874.129901,1347.267253,763.7361226,348.8807191,1479.229754 +43959,875.0936759,1338.860814,763.1850581,348.6627296,1477.769994 +43960,876.0957556,1330.432939,762.6488692,348.450748,1476.339334 +43961,877.1351404,1321.902251,762.1265494,348.2444389,1474.935871 +43962,878.2107268,1313.400097,761.6186063,348.0434823,1473.557834 +43963,879.3213411,1304.872605,761.1224195,347.847583,1472.2036 +43964,880.4659996,1296.271755,760.6367116,347.6564839,1470.871729 +43965,881.6438162,1287.705755,760.161072,347.4699577,1469.560928 +43966,882.8539873,1279.100985,759.6966883,347.2878074,1468.270052 +43967,884.0957431,1270.432847,759.2414558,347.1098557,1466.998064 +43968,885.3683867,1261.740651,758.7944399,346.935948,1465.744044 +43969,886.6712484,1253.128856,758.3554677,346.7659421,1464.507151 +43970,888.0038136,1244.409965,757.9259123,346.5997121,1463.286634 +43971,889.3654809,1235.667,757.5038369,346.4371412,1462.081802 +43972,890.7557692,1227.0051,757.088457,346.2781249,1460.892039 +43973,892.1742086,1218.242869,756.6797322,346.1225647,1459.71677 +43974,893.6203171,1209.460252,756.2791445,345.9703716,1458.55548 +43975,895.0937119,1200.761083,755.884859,345.8214603,1457.407686 +43976,896.5939008,1191.967151,755.4961844,345.6757538,1456.272955 +43977,898.1204916,1183.156654,755.1145771,345.533177,1455.150874 +43978,899.6732124,1174.432896,754.7384326,345.3936621,1454.041074 +43979,901.2516364,1165.619097,754.3672284,345.2571412,1452.943199 +43980,902.8553955,1156.792356,754.0025112,345.1235527,1451.856926 +43981,904.4628765,1255.088839,753.6214366,344.9831643,1450.743263 +43982,910.4221606,1247.631173,757.7983124,346.9911501,1457.743677 +43983,918.6017905,1239.868054,764.301168,350.0625667,1469.131396 +43984,926.8393557,1231.669552,770.8637243,353.1145525,1481.014323 +43985,991.1543735,1223.340727,776.5351798,355.7062085,1491.675141 +43986,1302.221772,1215.025219,781.2156959,357.8065852,1500.831183 +43987,1124.981613,1206.565434,785.089139,359.5171061,1508.702581 +43988,1198.732758,1198.058331,788.3467207,360.9378925,1515.55042 +43989,1215.166781,1189.617632,791.1204414,362.1369712,1521.557894 +43990,1230.34603,1181.069898,793.4954055,363.1576491,1526.843007 +43991,1245.086944,1172.498599,795.5320977,364.0301995,1531.490672 +43992,1259.947261,1164.014412,797.2779027,364.7778894,1535.569235 +43993,1274.503955,1155.40123,798.7752151,365.4211212,1539.143011 +43994,1288.987722,1146.913714,800.0610827,365.9773734,1542.270509 +43995,1303.849595,1138.342159,801.1669758,366.4611755,1545.003504 +43996,1317.636127,1129.765604,802.1193096,366.8844443,1547.387362 +43997,1332.393879,1121.283777,802.9402158,367.2569321,1549.461774 +43998,1346.288204,1112.690704,803.6482997,367.5866476,1551.261558 +43999,1360.809756,1104.228023,804.2592322,367.8801832,1552.817298 +44000,1375.016787,1095.693495,804.786244,368.1429794,1554.079021 +44001,1388.673278,1087.162744,805.2404904,368.3795191,1555.096641 +44002,1402.732293,1078.732245,805.6314274,368.5935182,1555.925052 +44003,1416.935505,1070.200588,805.9670457,368.7880463,1556.600735 +44004,1430.739917,1061.804888,806.2541062,368.9656418,1557.145965 +44005,1444.564272,1057.820454,806.4983246,369.1284015,1557.576106 +44006,1458.21171,1052.078571,806.7045434,369.2780619,1557.903765 +44007,1472.330156,1046.125684,806.876871,369.4160636,1558.140102 +44008,1485.941287,1040.229799,807.0188042,369.5436063,1558.295122 +44009,1499.603435,1034.757775,807.133312,369.6616856,1558.377598 +44010,1513.351578,1028.384153,807.2229317,369.7711353,1558.395199 +44011,1526.343303,1022.56038,807.2898217,369.8726487,1558.354538 +44012,1540.299374,1016.510448,807.3290828,369.9638071,1558.261369 +44013,1553.228149,1010.430991,807.3375194,370.043028,1558.120598 +44014,1566.982142,1004.345765,807.3151299,370.1101866,1557.936549 +44015,1579.596064,998.3389707,807.2636702,370.1659434,1557.712967 +44016,1593.083593,992.2341679,807.1853396,370.2111505,1557.453185 +44017,1606.121862,986.2404202,807.0821455,370.2465725,1557.160076 +44018,1619.221472,980.1830566,806.9557927,370.2728428,1556.836199 +44019,1631.889606,974.1299305,806.8077086,370.2904778,1556.483758 +44020,1645.579097,968.1615132,806.6391263,370.2999155,1556.104725 +44021,1658.259382,962.1081582,806.4511196,370.3015314,1555.700796 +44022,1671.267327,956.1708472,806.2446399,370.2956543,1555.273506 +44023,1684.282274,949.8842883,806.0205224,370.2825686,1554.824164 +44024,1697.182703,944.3622672,805.779517,370.2625282,1554.353976 +44025,1710.100758,938.2248452,805.5222827,370.2357527,1553.863967 +44026,1722.944927,932.360344,805.2494168,370.2024411,1553.355098 +44027,1735.885793,926.4730205,804.9614472,370.1627669,1552.828176 +44028,1748.710651,920.9071611,804.6588574,370.1168893,1552.283977 +44029,1761.511904,914.6564989,804.3420796,370.0649495,1551.723153 +44030,1774.421876,909.0522298,804.011513,370.0070787,1551.146336 +44031,1787.164486,903.2358734,803.6675159,369.9433937,1550.554056 +44032,1800.065556,897.4946775,803.3104242,369.8740053,1549.946841 +44033,1812.801459,891.7876938,802.9405417,369.7990131,1549.325127 +44034,1834.755404,884.8831194,802.5581565,369.718513,1548.689366 +44035,1848.831105,878.9820478,802.0311128,369.5747509,1548.043449 +44036,1862.28549,873.2026801,801.40428,369.387386,1547.382315 +44037,1875.72336,867.4851795,800.7435962,369.1856331,1546.706219 +44038,1888.890663,861.8177922,800.0845474,368.9851462,1546.016619 +44039,1902.17329,856.19935,799.4368833,368.7900555,1545.314468 +44040,1915.215543,850.6297542,798.7991628,368.5994997,1544.600269 +44041,1975.874422,868.4659442,795.7864208,367.3292606,1539.544751 +44042,1993.754927,864.6105286,793.7346943,366.5358783,1536.399661 +44043,2009.119976,860.4118832,792.2833613,366.0285589,1534.121516 +44044,2024.877019,856.1173386,790.9381048,365.5583426,1691.946629 +44045,2040.157332,851.8041973,789.5242787,365.0378966,1695.138913 +44046,2055.332619,847.575089,787.9603906,364.4320565,1670.802556 +44047,2070.294172,843.1963212,786.3049282,363.7719241,1693.398897 +44048,2085.347205,839.0064123,784.5469446,363.05634,1699.572807 +44049,2100.164833,834.7063718,782.7428822,362.3134972,1705.207737 +44050,2114.975803,830.6002888,780.8662739,361.5329745,1710.944282 +44051,2129.719636,826.4921416,778.9615661,360.7360903,1716.229642 +44052,2144.316041,822.6775811,776.9974651,359.9094571,1721.926527 +44053,2159.060485,818.3079252,775.0049785,359.0678393,1726.711546 +44054,2173.576113,814.5342709,772.9808627,358.2102876,1732.227839 +44055,2188.110519,810.6143666,770.928804,357.3388827,1736.992093 +44056,2202.513634,806.8538332,768.8519696,356.4553714,1742.368515 +44057,2217.133035,803.0633757,766.7529485,355.5611607,1746.880381 +44058,2231.256463,799.4125917,764.6339102,354.6574068,1751.685337 +44059,2245.787358,795.8067469,762.4966421,353.7450459,1756.655438 +44060,2260.003649,792.2731681,760.3426848,352.8248678,1761.173702 +44061,2274.267058,788.8190491,758.1733214,358.2644249,1765.791846 +44062,2288.468277,785.4466227,755.989649,392.0009671,1770.154949 +44063,2302.554339,782.1590663,753.7925838,394.8912694,1774.881058 +44064,2316.877746,778.9580433,751.5829173,363.4421586,1779.132765 +44065,2330.688624,775.8465427,749.3613033,389.7342044,1783.494818 +44066,2344.931082,772.9443253,747.128309,390.9072428,1787.554204 +44067,2358.853004,770.1871428,744.8844116,390.5854827,1792.134703 +44068,2372.825299,767.4847857,742.6300519,394.3110198,1796.330953 +44069,2386.74595,764.8221842,740.365606,396.9885351,1800.134662 +44070,2400.64319,762.1926751,754.4354022,399.7374618,1804.359912 +44071,2427.557248,759.5588576,816.4891012,402.4813262,1808.331847 +44072,2422.349141,756.9452311,787.8426997,405.2521689,1812.290078 +44073,2466.0773,754.3541784,799.4019416,407.997913,1815.958553 +44074,2438.695411,751.7844354,804.1501413,410.7564341,1820.24661 +44075,2458.420003,749.2361587,807.6255976,413.6446517,1823.850272 +44076,2496.778147,746.7079383,810.9734508,416.4197764,1827.671808 +44077,2495.91608,744.2000821,814.2805366,419.331026,1831.403101 +44078,2513.561983,741.7110106,817.3503905,422.2858572,1835.091142 +44079,2527.578094,739.2407982,820.5243737,425.2063775,1838.708179 +44080,2541.688521,736.7882239,823.4716399,428.1949325,1842.360501 +44081,2555.825051,734.3534668,826.3947545,431.1349987,1845.906901 +44082,2569.688192,731.9354764,829.1400473,434.2772819,1849.406731 +44083,2583.684139,729.5345394,832.0171698,437.3049093,1852.945596 +44084,2597.913793,727.1497728,834.5533357,440.4298066,1856.37551 +44085,2611.679165,724.7816372,837.3987668,443.4924718,1859.762166 +44086,2625.735772,722.4292995,839.6527321,446.8665684,1863.192742 +44087,2639.685963,720.0932617,842.3490216,449.8274893,1866.479085 +44088,2653.750094,717.7729039,844.6779372,453.1842027,1869.844176 +44089,2667.514059,715.4686909,847.041921,456.6125275,1873.061352 +44090,2668.954659,716.3185909,856.8365459,461.391301,1876.360502 +44091,2680.608844,714.5167296,859.9475895,465.2147111,1879.513474 +44092,2693.757199,712.5373326,862.8725204,468.6273494,1882.746523 +44093,2706.584205,710.5114963,865.366575,472.1434819,1885.828502 +44094,2719.84494,708.4727385,867.8087016,475.5615466,1889.000834 +44095,2733.034793,706.4315532,870.1809979,479.3694121,1892.01866 +44096,2746.294581,704.3927584,872.3401729,482.6969855,1894.759535 +44097,2759.566812,702.3600194,874.7463358,486.3096207,1898.274759 +44098,2780.819231,700.3344271,876.7976776,490.097949,1901.106205 +44099,2798.949483,698.3178923,878.8906233,493.7026121,1903.990999 +44100,2818.379557,696.3106077,880.9379162,497.44563,1907.028309 +44101,2759.236211,661.1984663,805.7100692,467.7625267,1767.239959 +44102,2776.716996,658.3689995,806.2878955,471.1922785,1768.543397 +44103,2794.325693,656.0559845,806.9959968,474.3547815,1771.042235 +44104,2812.351632,653.6315336,807.7469298,477.7920571,1773.29958 +44105,2829.883911,651.2594754,808.4744447,481.452938,1775.562833 +44106,2852.847333,648.9086353,809.1724203,484.9356613,1777.920927 +44107,2876.43531,646.576137,809.9437411,488.5679729,1780.253516 +44108,2882.876965,644.058065,810.406857,492.2300211,1782.587151 +44109,2881.204561,642.0449922,811.0738391,495.944111,1784.915766 +44110,2931.862625,639.8136432,811.6062858,499.6919287,1787.234405 +44111,2933.712214,637.292195,812.1185875,503.5021203,1789.581114 +44112,2954.982152,635.1712366,812.5935003,507.3537407,1791.823999 +44113,2972.649715,632.9011781,813.0326645,511.2548636,1794.139997 +44114,2990.936692,630.6748398,813.4354386,515.0855025,1796.410675 +44115,3008.548194,628.4636213,813.8038251,519.2686692,1798.676504 +44116,3026.567994,626.2670969,814.1372275,523.2241386,1800.929495 +44117,3044.572984,624.0857,814.437613,527.3399374,1803.171972 +44118,3062.567331,621.9187044,814.5942945,531.6055443,1805.401412 +44119,3108.246324,619.7667548,814.9947424,535.4681533,1807.620366 +44120,3057.31511,617.6291174,815.1168051,540.0149648,1809.863514 +44121,3135.903291,615.5062045,815.3060171,544.1807043,1812.00078 +44122,3129.742733,613.3974802,815.4461467,548.5418482,1814.210836 +44123,3151.953342,611.3034202,815.5567511,552.92928,1816.377209 +44124,3169.629728,609.2233141,815.6367753,557.3650078,1818.536467 +44125,3215.007196,607.1574714,815.6878662,561.6986367,1820.6857 +44126,3166.343973,605.2814777,815.7092086,566.4673178,1822.82221 +44127,3252.884135,602.9886798,815.7021785,570.9322473,1824.948096 +44128,3222.402588,601.0859667,815.6662834,575.7483335,1827.062007 +44129,3266.549289,599.0492047,815.6030097,580.1644332,1829.165974 +44130,3275.539013,597.0510367,815.5115747,585.0137578,1831.257934 +44131,3325.441549,595.1761656,815.6502363,589.6420774,1833.378093 +44132,3260.184564,593.3377291,815.8162321,594.1562774,1835.38948 +44133,3370.764537,591.5302099,815.9965072,599.1443793,1837.498874 +44134,3294.508345,589.7436862,816.1679715,603.7689003,1839.556121 +44135,3394.719292,587.9766668,816.3282502,608.5818208,1841.602362 +44136,3366.379416,583.325134,810.1013322,614.047398,1843.635514 +44137,3403.526159,581.4237925,809.1521572,619.0580141,1845.660006 +44138,3415.277999,579.3719796,808.8973949,624.0508253,1847.671269 +44139,3429.828207,577.5492423,808.6820706,629.0614959,1849.671971 +44140,3443.975935,575.9111323,808.5384695,634.0944264,1851.660062 +44141,3457.807631,573.9114531,808.4261614,638.9696447,1853.244083 +44142,3471.809808,572.2934093,808.3315886,644.3345342,1855.859391 +44143,3485.220073,570.5653432,808.2497411,649.2974134,1857.461069 +44144,3498.363876,568.8879327,808.0676858,654.4539125,1859.500826 +44145,3511.709319,567.2356271,808.2709485,659.5989621,1861.432751 +44146,3533.779584,565.6069711,807.8602001,664.7635568,1863.358724 +44147,3533.35738,564.0014522,808.0602822,669.9463034,1865.275373 +44148,3551.224856,562.4177593,807.908721,675.1456806,1867.179967 +44149,3563.105249,560.8556214,807.8738757,680.3607964,1869.034461 +44150,3574.7888,559.3139973,807.8223498,685.5900317,1870.979316 +44151,3586.512906,557.7926683,807.7728803,690.6084374,1872.82166 +44152,3598.539913,556.2905957,807.7233883,696.2149114,1874.688028 +44153,3609.965697,554.8077423,807.6747631,701.3063087,1876.537554 +44154,3621.311503,553.3427757,807.6247806,706.4983601,1878.372901 +44155,3632.274603,552.0451065,807.5744601,711.8305232,1880.237787 +44156,3643.506596,550.3987362,807.522973,717.0204286,1881.985627 +44157,3654.246447,549.090358,807.471056,722.6061867,1883.816664 +44158,3664.879739,547.6725791,807.4171757,727.4351568,1885.555757 +44159,3683.699343,546.2929549,807.3623055,732.9854395,1887.395141 +44160,3682.565628,544.785369,807.304926,738.1126427,1889.126345 +44161,3542.60395,477.2338811,653.4895483,676.6189007,1604.547507 +44162,3549.877797,474.8182386,672.1183698,681.3679282,1603.674122 +44163,3557.260547,473.0079894,618.5398311,685.7665877,1603.934373 +44164,3565.151949,470.858232,662.2584065,690.4477716,1604.182157 +44165,3572.793355,469.2446214,658.4258629,694.8972215,1604.569588 +44166,3580.391253,467.3536464,624.0053033,699.9142873,1605.015649 +44167,3587.679485,465.5926025,672.5495262,704.4276016,1605.471336 +44168,3594.652702,463.9381054,624.7869506,709.1418626,1606.012209 +44169,3601.945634,462.0572645,643.1478979,713.8098553,1606.508195 +44170,3608.617934,460.4083828,641.5310489,718.4676249,1607.033357 +44171,3615.31508,458.5958997,636.416633,723.1125385,1607.560127 +44172,3621.702249,457.1397748,639.7307954,727.7421718,1608.087471 +44173,3642.967113,452.2628421,631.3274778,734.162192,1608.591582 +44174,3652.92341,450.235689,632.5335293,738.7722132,1609.160577 +44175,3660.687415,448.400971,633.6694964,743.8382504,1609.672959 +44176,3667.908386,446.3427948,634.7261023,748.5962942,1610.204174 +44177,3675.113072,444.7399175,635.7123703,753.4439996,1610.729396 +44178,3681.841153,442.9850669,636.6419524,758.1859182,1611.249534 +44179,3688.523511,441.1398242,637.5264853,762.9924035,1611.742183 +44180,3694.743743,439.4828554,638.3744666,767.6893293,1612.292093 +44181,3709.449494,437.7726485,639.1920322,772.4261829,1612.78307 +44182,3695.331354,436.101063,639.9838994,777.141747,1613.289768 +44183,3724.986815,434.4424864,640.7538846,781.7697605,1613.788489 +44184,3715.198126,432.8783722,641.5051842,786.1758421,1614.25558 +44185,3723.799116,431.1513971,642.2404689,791.1592868,1614.730317 +44186,3729.316165,429.513629,642.9618678,795.5408584,1615.231111 +44187,3733.696626,428.0979312,643.6713872,800.1116585,1615.662704 +44188,3738.171962,426.3631923,644.3705276,804.6369784,1616.117485 +44189,3742.553229,424.8610264,645.0605776,809.0646505,1616.332841 +44190,3746.536947,423.2975811,645.742653,813.514679,1617.130912 +44191,3746.016578,421.1756181,646.4176791,816.6978188,1617.389881 +44192,3745.400304,419.0351095,647.0602968,819.865599,1617.843312 +44193,3743.241791,416.5854898,647.6553567,822.6394562,1618.244861 +44194,3740.24075,414.4662143,648.1986935,825.2064819,1618.63106 +44195,3736.592868,411.9625701,648.6926611,827.5224169,1619.00088 +44196,3732.40218,409.6342245,649.1417281,829.8995443,1619.352735 +44197,3727.779848,407.2838907,649.5502654,831.9908481,1619.685634 +44198,3713.918504,404.7673932,649.9219553,834.161542,1619.996661 +44199,3719.883036,402.3719284,650.2598355,835.970758,1620.28459 +44200,3709.27239,399.8933704,650.5664774,837.9033789,1620.546218 +44201,3702.975551,397.4160844,650.8441039,839.5184325,1621.008266 +44202,3696.29718,394.9619006,651.0946645,841.2043371,1620.872102 +44203,3688.887834,392.3708673,651.3198687,842.5938251,1621.21004 +44204,3681.139067,389.8729382,651.5212201,844.056714,1621.313984 +44205,3672.580507,387.3564193,651.7000393,845.2181971,1621.419158 +44206,3664.001655,384.7626813,651.8574968,846.3509765,1621.487628 +44207,3654.484409,382.1480441,651.9946241,847.3809281,1621.519293 +44208,3644.396548,379.5706064,652.1123413,848.3003807,1621.51189 +44209,3633.961278,376.9859394,652.2114673,849.1085594,1621.465294 +44210,3622.644138,374.3327601,652.2927367,849.8052377,1621.377733 +44211,3611.353682,371.6259239,652.3568067,850.390547,1621.249434 +44212,3599.689242,369.0696438,652.4042758,850.8642799,1621.078756 +44213,3577.707826,366.3749624,652.4356829,851.2265046,1620.866064 +44214,3578.441459,363.6194873,652.4515232,851.4769482,1620.609905 +44215,3559.651137,361.2144632,652.4522477,851.6156208,1620.310623 +44216,3546.953995,358.0765783,652.438274,851.6422281,1619.967187 +44217,3533.383033,355.4783625,652.4099852,851.5532768,1619.57486 +44218,3519.381492,381.1365015,652.3666264,851.3525894,1619.137142 +44219,3504.574648,312.7546312,652.3088122,851.0395027,1618.657547 +44220,3489.782982,360.4437528,652.2373984,850.6126109,1618.130085 +44221,2031.44434,343.6413864,0,850.6584816,1619.510224 +44222,2058.007006,473.734847,0,982.3646054,2212.277371 +44223,2173.329443,474.3565487,953.8071384,985.1105093,2188.455996 +44224,2275.029199,471.882081,927.6053191,984.4756724,2209.589122 +44225,2344.49327,469.6588512,611.4951276,984.4628643,2205.637223 +44226,2390.39408,467.5130214,783.4132198,984.162352,2205.37929 +44227,2420.919813,465.2663764,751.4259742,983.8620877,2206.82663 +44228,2441.992525,464.6744754,758.9343438,979.265311,2208.105305 +44229,2456.489417,462.7300208,755.2414824,978.1177621,2209.045746 +44230,2466.552443,460.6315702,753.1335022,977.0623964,2210.032773 +44231,2474.118201,458.4703483,750.6448166,975.8967165,2211.073334 +44232,2479.973083,456.2789895,754.7048671,974.7940245,2212.037016 +44233,2484.426141,454.0385538,734.9450596,973.4599777,2212.859909 +44234,2487.642284,451.8565996,753.163592,972.1834645,2214.04239 +44235,2489.785265,449.5980872,729.531903,970.657276,2214.925287 +44236,2491.018389,447.35621,740.7966361,969.0983077,2215.848854 +44237,2491.487871,445.0717273,732.313115,967.4421819,2216.781806 +44238,2491.314873,442.8186239,730.1838897,965.6526428,2217.677138 +44239,2490.592113,440.516065,727.0444118,963.7702359,2218.56008 +44240,2489.396055,438.232316,723.6897246,961.7738002,2219.426837 +44241,2487.788147,435.9354525,720.4564258,959.6572576,2220.274452 +44242,2485.816613,433.346583,717.0202696,957.3462046,2221.097022 +44243,2483.54203,431.4504191,713.8271664,955.0696316,2221.899382 +44244,2480.9718,429.190388,710.2083466,952.5019592,2222.668386 +44245,2478.110095,427.3821345,708.894663,945.4896015,2223.38113 +44246,2474.391298,425.4168287,705.7583325,941.5423293,2224.083157 +44247,2470.019767,423.0886998,702.4330436,937.7564599,2224.750154 +44248,2465.288246,420.7617019,698.7851848,933.2601978,2225.372828 +44249,2460.274127,418.4030716,695.2241081,928.3838902,2225.953757 +44250,2454.975066,416.0166228,691.5182776,923.3642869,2226.521085 +44251,2449.383626,414.0893445,688.8953572,919.6916004,2226.96621 +44252,2443.663903,412.2450326,686.4580046,916.1259126,2227.425093 +44253,2437.92882,410.4377037,684.0981952,912.5385646,2227.828213 +44254,2432.211697,408.6521547,681.8500715,908.8999189,2228.207592 +44255,2426.502193,406.8835934,686.2572251,905.1996454,2228.458374 +44256,2420.739621,405.1276597,666.9845882,901.4293339,2228.71158 +44257,2414.877611,403.3834263,687.552804,897.5226269,2228.901987 +44258,2408.89784,401.6485927,660.1531229,893.6937789,2229.032406 +44259,2402.798768,399.9231113,678.5045121,889.6487583,2229.112527 +44260,2396.584566,398.2051875,663.5697773,885.6394348,2229.139406 +44261,2390.260087,396.4950675,667.9097586,881.3866682,2229.115846 +44262,2383.853504,394.7910928,663.4221998,877.1223447,2229.043579 +44263,2377.344632,393.0937444,661.8111448,872.875026,2228.917691 +44264,2370.717074,391.4014731,659.5754904,868.4136509,2228.739156 +44265,2363.984792,389.7147838,657.4364688,863.9221632,2228.516022 +44266,2357.155064,388.0323552,655.3619034,859.271349,2228.24291 +44267,2350.232635,386.3548871,653.1206161,870.7155894,2227.889445 +44268,2343.21985,384.681277,651.0453845,825.6788339,2227.566008 +44269,2336.119571,383.0125471,648.9156964,857.1275284,2227.140056 +44270,2328.93532,381.3481284,646.8071426,840.5264787,2226.676628 +44271,2321.669176,379.6896531,644.7116155,830.2015737,2226.154643 +44272,2314.324002,378.0374243,642.5615067,832.4030737,2225.614585 +44273,2306.901746,371.9029238,629.9938606,736.8348512,2224.722206 +44274,2289.993516,369.9995136,626.6781658,722.4366697,2223.871307 +44275,2267.604225,367.8047649,624.3992276,712.5630076,2223.029701 +44276,2244.723194,366.2713959,622.1587432,703.9713283,2222.150189 +44277,2223.774005,364.5797667,620.1537583,696.3475439,2221.209063 +44278,2204.951398,362.9620718,618.3386393,689.133279,2220.186447 +44279,2188.454551,361.3650387,616.4476205,682.2175047,2219.065453 +44280,2173.545168,359.7814357,614.6658688,675.6356381,2217.835785 +44281,0,0,0,0,0 +44282,0,0,0,0,0 +44283,0,0,0,0,0 +44284,0,0,0,0,0 +44285,0,0,0,0,0 +44286,0,0,0,0,0 +44287,0,0,0,0,0 +44288,0,0,0,0,0 +44289,0,0,0,0,0 +44290,0,0,0,0,0 +44291,0,0,0,0,0 +44292,0,0,0,0,0 +44293,0,0,0,0,0 +44294,0,0,0,0,0 +44295,0,0,0,0,0 +44296,0,0,0,0,0 +44297,0,0,0,0,0 +44298,0,0,0,0,0 +44299,0,0,0,0,0 +44300,0,0,0,0,0 +44301,0,0,0,0,0 +44302,0,0,0,0,0 +44303,0,0,0,0,0 +44304,0,0,0,0,0 +44305,0,0,0,0,0 +44306,0,0,0,0,0 +44307,0,0,0,0,0 +44308,0,0,0,0,0 +44309,0,0,0,0,0 +44310,0,0,0,0,0 +44311,0,0,0,0,0 +44312,0,0,0,0,0 +44313,0,0,0,0,0 +44314,0,0,0,0,0 +44315,0,0,0,0,0 +44316,0,0,0,0,0 +44317,0,0,0,0,0 +44318,0,0,0,0,0 +44319,0,0,0,0,0 +44320,0,0,0,0,0 +44321,0,0,0,0,0 +44322,0,0,0,0,0 +44323,0,0,0,0,0 +44324,0,0,0,0,0 +44325,0,0,0,0,0 +44326,0,0,0,0,0 +44327,0,0,0,0,0 +44328,0,0,0,0,0 +44329,0,0,0,0,0 +44330,0,0,0,0,0 +44331,0,0,0,0,0 +44332,0,0,0,0,0 +44333,0,0,0,0,0 +44334,0,0,0,0,0 +44335,0,0,0,0,0 +44336,0,0,0,0,0 +44337,0,0,0,0,0 +44338,0,0,0,0,0 +44339,0,0,0,0,0 +44340,0,0,0,0,0 +44341,0,0,0,0,0 +44342,0,0,0,0,0 +44343,0,0,0,0,0 +44344,0,0,0,0,0 +44345,0,0,0,0,0 +44346,0,0,0,0,0 +44347,0,0,0,0,0 +44348,0,0,0,0,0 +44349,0,0,0,0,0 +44350,0,0,0,0,0 +44351,0,0,0,0,0 +44352,0,0,0,0,0 +44353,0,0,0,0,0 +44354,0,0,0,0,0 +44355,0,0,0,0,0 +44356,0,0,0,0,0 +44357,0,0,0,0,0 +44358,0,0,0,0,0 +44359,0,0,0,0,0 +44360,0,0,0,0,0 +44361,0,0,0,0,0 +44362,0,0,0,0,0 +44363,0,0,0,0,0 +44364,0,0,0,0,0 +44365,0,0,0,0,0 +44366,0,0,0,0,0 +44367,0,0,0,0,0 +44368,0,0,0,0,0 +44369,0,0,0,0,0 +44370,0,0,0,0,0 +44371,0,0,0,0,0 +44372,0,0,0,0,0 +44373,0,0,0,0,0 +44374,0,0,0,0,0 +44375,0,0,0,0,0 +44376,0,0,0,0,0 +44377,0,0,0,0,0 +44378,0,0,0,0,0 +44379,0,0,0,0,0 +44380,0,0,0,0,0 +44381,0,0,0,0,0 +44382,0,0,0,0,0 +44383,0,0,0,0,0 +44384,0,0,0,0,0 +44385,0,0,0,0,0 +44386,0,0,0,0,0 +44387,0,0,0,0,0 +44388,0,0,0,0,0 +44389,0,0,0,0,0 +44390,0,0,0,0,0 +44391,0,0,0,0,0 +44392,0,0,0,0,0 +44393,0,0,0,0,0 +44394,0,0,0,0,0 +44395,0,0,0,0,0 +44396,0,0,0,0,0 +44397,0,0,0,0,0 +44398,0,0,0,0,0 +44399,0,0,0,0,0 +44400,0,0,0,0,0 +44401,0,0,0,0,0 +44402,0,0,0,0,0 +44403,0,0,0,0,0 +44404,0,0,0,0,0 +44405,0,0,0,0,0 +44406,0,0,0,0,0 +44407,0,0,0,0,0 +44408,0,0,0,0,0 +44409,0,0,0,0,0 +44410,0,0,0,0,0 +44411,0,0,0,0,0 +44412,0,0,0,0,0 +44413,0,0,0,0,0 +44414,0,0,0,0,0 +44415,0,0,0,0,0 +44416,0,0,0,0,0 +44417,0,0,0,0,0 +44418,0,0,0,0,0 +44419,0,0,0,0,0 +44420,0,0,0,0,0 +44421,0,0,0,0,0 +44422,0,0,0,0,0 +44423,0,0,0,0,0 +44424,0,0,0,0,0 +44425,0,0,0,0,0 +44426,0,0,0,0,0 +44427,0,0,0,0,0 +44428,0,0,0,0,0 +44429,0,0,0,0,0 +44430,0,0,0,0,0 +44431,0,0,0,0,0 +44432,0,0,0,0,0 +44433,0,0,0,0,0 +44434,0,0,0,0,0 +44435,0,0,0,0,0 +44436,0,0,0,0,0 +44437,0,0,0,0,0 +44438,0,0,0,0,0 +44439,0,0,0,0,0 +44440,0,0,0,0,0 +44441,0,0,0,0,0 +44442,0,0,0,0,0 +44443,0,0,0,0,0 +44444,0,0,0,0,0 +44445,0,0,0,0,0 +44446,0,0,0,0,0 +44447,0,0,0,0,0 +44448,0,0,0,0,0 +44449,0,0,0,0,0 +44450,0,0,0,0,0 +44451,0,0,0,0,0 +44452,0,0,0,0,0 +44453,0,0,0,0,0 +44454,0,0,0,0,0 +44455,0,0,0,0,0 +44456,0,0,0,0,0 +44457,0,0,0,0,0 +44458,0,0,0,0,0 +44459,0,0,0,0,0 +44460,0,0,0,0,0 +44461,0,0,0,0,0 +44462,0,0,0,0,0 +44463,0,0,0,0,0 +44464,0,0,0,0,0 +44465,0,0,0,0,0 +44466,0,0,0,0,0 +44467,0,0,0,0,0 +44468,0,0,0,0,0 +44469,0,0,0,0,0 +44470,0,0,0,0,0 +44471,0,0,0,0,0 +44472,0,0,0,0,0 +44473,0,0,0,0,0 +44474,0,0,0,0,0 +44475,0,0,0,0,0 +44476,0,0,0,0,0 +44477,0,0,0,0,0 +44478,0,0,0,0,0 +44479,0,0,0,0,0 +44480,0,0,0,0,0 +44481,0,0,0,0,0 +44482,0,0,0,0,0 +44483,0,0,0,0,0 +44484,0,0,0,0,0 +44485,0,0,0,0,0 +44486,0,0,0,0,0 +44487,0,0,0,0,0 +44488,0,0,0,0,0 +44489,0,0,0,0,0 +44490,0,0,0,0,0 +44491,0,0,0,0,0 +44492,0,0,0,0,0 +44493,0,0,0,0,0 +44494,0,0,0,0,0 +44495,0,0,0,0,0 +44496,0,0,0,0,0 +44497,0,0,0,0,0 +44498,0,0,0,0,0 +44499,0,0,0,0,0 +44500,0,0,0,0,0 +44501,0,0,0,0,0 +44502,0,0,0,0,0 +44503,0,0,0,0,0 +44504,0,0,0,0,0 +44505,0,0,0,0,0 +44506,0,0,0,0,0 +44507,0,0,0,0,0 +44508,0,0,0,0,0 +44509,0,0,0,0,0 +44510,0,0,0,0,0 +44511,0,0,0,0,0 +44512,0,0,0,0,0 +44513,0,0,0,0,0 +44514,0,0,0,0,0 +44515,0,0,0,0,0 +44516,0,0,0,0,0 +44517,0,0,0,0,0 +44518,0,0,0,0,0 +44519,0,0,0,0,0 +44520,0,0,0,0,0 +44521,0,0,0,0,0 +44522,0,0,0,0,0 +44523,0,0,0,0,0 +44524,0,0,0,0,0 +44525,0,0,0,0,0 +44526,0,0,0,0,0 +44527,0,0,0,0,0 +44528,0,0,0,0,0 +44529,0,0,0,0,0 +44530,0,0,0,0,0 +44531,0,0,0,0,0 +44532,0,0,0,0,0 +44533,0,0,0,0,0 +44534,0,0,0,0,0 +44535,0,0,0,0,0 +44536,0,0,0,0,0 +44537,0,0,0,0,0 +44538,0,0,0,0,0 +44539,0,0,0,0,0 +44540,0,0,0,0,0 +44541,0,0,0,0,0 +44542,0,0,0,0,0 +44543,0,0,0,0,0 +44544,0,0,0,0,0 +44545,0,0,0,0,0 +44546,0,0,0,0,0 +44547,0,0,0,0,0 +44548,0,0,0,0,0 +44549,0,0,0,0,0 +44550,0,0,0,0,0 +44551,0,0,0,0,0 +44552,0,0,0,0,0 +44553,0,0,0,0,0 +44554,0,0,0,0,0 +44555,0,0,0,0,0 +44556,0,0,0,0,0 +44557,0,0,0,0,0 +44558,0,0,0,0,0 +44559,0,0,0,0,0 +44560,0,0,0,0,0 +44561,0,0,0,0,0 +44562,0,0,0,0,0 +44563,0,0,0,0,0 +44564,0,0,0,0,0 +44565,0,0,0,0,0 +44566,0,0,0,0,0 +44567,0,0,0,0,0 +44568,0,0,0,0,0 +44569,0,0,0,0,0 +44570,0,0,0,0,0 +44571,0,0,0,0,0 +44572,0,0,0,0,0 +44573,0,0,0,0,0 +44574,0,0,0,0,0 +44575,0,0,0,0,0 +44576,0,0,0,0,0 +44577,0,0,0,0,0 +44578,0,0,0,0,0 +44579,0,0,0,0,0 +44580,0,0,0,0,0 +44581,0,0,0,0,0 +44582,0,0,0,0,0 +44583,0,0,0,0,0 +44584,0,0,0,0,0 +44585,0,0,0,0,0 +44586,0,0,0,0,0 +44587,0,0,0,0,0 +44588,0,0,0,0,0 +44589,0,0,0,0,0 +44590,0,0,0,0,0 +44591,0,0,0,0,0 +44592,0,0,0,0,0 +44593,0,0,0,0,0 +44594,0,0,0,0,0 +44595,0,0,0,0,0 +44596,0,0,0,0,0 +44597,0,0,0,0,0 +44598,0,0,0,0,0 +44599,0,0,0,0,0 +44600,0,0,0,0,0 +44601,0,0,0,0,0 +44602,0,0,0,0,0 +44603,0,0,0,0,0 +44604,0,0,0,0,0 +44605,0,0,0,0,0 +44606,0,0,0,0,0 +44607,0,0,0,0,0 +44608,0,0,0,0,0 +44609,0,0,0,0,0 +44610,0,0,0,0,0 +44611,0,0,0,0,0 +44612,0,0,0,0,0 +44613,0,0,0,0,0 +44614,0,0,0,0,0 +44615,0,0,0,0,0 +44616,0,0,0,0,0 +44617,0,0,0,0,0 +44618,0,0,0,0,0 +44619,0,0,0,0,0 +44620,0,0,0,0,0 +44621,0,0,0,0,0 +44622,0,0,0,0,0 +44623,0,0,0,0,0 +44624,0,0,0,0,0 +44625,0,0,0,0,0 +44626,0,0,0,0,0 +44627,0,0,0,0,0 +44628,0,0,0,0,0 +44629,0,0,0,0,0 +44630,0,0,0,0,0 +44631,0,0,0,0,0 +44632,0,0,0,0,0 +44633,0,0,0,0,0 +44634,0,0,0,0,0 +44635,0,0,0,0,0 +44636,0,0,0,0,0 +44637,0,0,0,0,0 +44638,0,0,0,0,0 +44639,0,0,0,0,0 +44640,0,0,0,0,0 +44641,0,0,0,0,0 +44642,0,0,0,0,0 +44643,0,0,0,0,0 +44644,0,0,0,0,0 +44645,0,0,0,0,0 +44646,0,0,0,0,0 +44647,0,0,0,0,0 +44648,0,0,0,0,0 +44649,0,0,0,0,0 +44650,0,0,0,0,0 +44651,0,0,0,0,0 +44652,0,0,0,0,0 +44653,0,0,0,0,0 +44654,0,0,0,0,0 +44655,0,0,0,0,0 +44656,0,0,0,0,0 +44657,0,0,0,0,0 +44658,0,0,0,0,0 +44659,0,0,0,0,0 +44660,0,0,0,0,0 +44661,0,0,0,0,0 +44662,0,0,0,0,0 +44663,0,0,0,0,0 +44664,0,0,0,0,0 +44665,0,0,0,0,0 +44666,0,0,0,0,0 +44667,0,0,0,0,0 +44668,0,0,0,0,0 +44669,0,0,0,0,0 +44670,0,0,0,0,0 +44671,0,0,0,0,0 +44672,0,0,0,0,0 +44673,0,0,0,0,0 +44674,0,0,0,0,0 +44675,0,0,0,0,0 +44676,0,0,0,0,0 +44677,0,0,0,0,0 +44678,0,0,0,0,0 +44679,0,0,0,0,0 +44680,0,0,0,0,0 +44681,0,0,0,0,0 +44682,0,0,0,0,0 +44683,0,0,0,0,0 +44684,0,0,0,0,0 +44685,0,0,0,0,0 +44686,0,0,0,0,0 +44687,0,0,0,0,0 +44688,0,0,0,0,0 +44689,0,0,0,0,0 +44690,0,0,0,0,0 +44691,0,0,0,0,0 +44692,0,0,0,0,0 +44693,0,0,0,0,0 +44694,0,0,0,0,0 +44695,0,0,0,0,0 +44696,0,0,0,0,0 +44697,0,0,0,0,0 +44698,0,0,0,0,0 +44699,0,0,0,0,0 +44700,0,0,0,0,0 +44701,0,0,0,0,0 +44702,0,0,0,0,0 +44703,0,0,0,0,0 +44704,0,0,0,0,0 +44705,0,0,0,0,0 +44706,0,0,0,0,0 +44707,0,0,0,0,0 +44708,0,0,0,0,0 +44709,0,0,0,0,0 +44710,0,0,0,0,0 +44711,0,0,0,0,0 +44712,0,0,0,0,0 +44713,0,0,0,0,0 +44714,0,0,0,0,0 +44715,0,0,0,0,0 +44716,0,0,0,0,0 +44717,0,0,0,0,0 +44718,0,0,0,0,0 +44719,0,0,0,0,0 +44720,0,0,0,0,0 +44721,0,0,0,0,0 +44722,0,0,0,0,0 +44723,0,0,0,0,0 +44724,0,0,0,0,0 +44725,0,0,0,0,0 +44726,0,0,0,0,0 +44727,0,0,0,0,0 +44728,0,0,0,0,0 +44729,0,0,0,0,0 +44730,0,0,0,0,0 +44731,0,0,0,0,0 +44732,0,0,0,0,0 +44733,0,0,0,0,0 +44734,0,0,0,0,0 +44735,0,0,0,0,0 +44736,0,0,0,0,0 +44737,0,0,0,0,0 +44738,0,0,0,0,0 +44739,0,0,0,0,0 +44740,0,0,0,0,0 +44741,0,0,0,0,0 +44742,0,0,0,0,0 +44743,0,0,0,0,0 +44744,0,0,0,0,0 +44745,0,0,0,0,0 +44746,0,0,0,0,0 +44747,0,0,0,0,0 +44748,0,0,0,0,0 +44749,0,0,0,0,0 +44750,0,0,0,0,0 +44751,0,0,0,0,0 +44752,0,0,0,0,0 +44753,0,0,0,0,0 +44754,0,0,0,0,0 +44755,0,0,0,0,0 +44756,0,0,0,0,0 +44757,0,0,0,0,0 +44758,0,0,0,0,0 +44759,0,0,0,0,0 +44760,0,0,0,0,0 +44761,0,0,0,0,0 +44762,0,0,0,0,0 +44763,0,0,0,0,0 +44764,0,0,0,0,0 +44765,0,0,0,0,0 +44766,0,0,0,0,0 +44767,0,0,0,0,0 +44768,0,0,0,0,0 +44769,0,0,0,0,0 +44770,0,0,0,0,0 +44771,0,0,0,0,0 +44772,0,0,0,0,0 +44773,0,0,0,0,0 +44774,0,0,0,0,0 +44775,0,0,0,0,0 +44776,0,0,0,0,0 +44777,0,0,0,0,0 +44778,0,0,0,0,0 +44779,0,0,0,0,0 +44780,0,0,0,0,0 +44781,0,0,0,0,0 +44782,0,0,0,0,0 +44783,0,0,0,0,0 +44784,0,0,0,0,0 +44785,0,0,0,0,0 +44786,0,0,0,0,0 +44787,0,0,0,0,0 +44788,0,0,0,0,0 +44789,0,0,0,0,0 +44790,0,0,0,0,0 +44791,0,0,0,0,0 +44792,0,0,0,0,0 +44793,0,0,0,0,0 +44794,0,0,0,0,0 +44795,0,0,0,0,0 +44796,0,0,0,0,0 +44797,0,0,0,0,0 +44798,0,0,0,0,0 +44799,0,0,0,0,0 +44800,0,0,0,0,0 +44801,0,0,0,0,0 +44802,0,0,0,0,0 +44803,0,0,0,0,0 +44804,0,0,0,0,0 +44805,0,0,0,0,0 +44806,0,0,0,0,0 +44807,0,0,0,0,0 +44808,0,0,0,0,0 +44809,0,0,0,0,0 +44810,0,0,0,0,0 +44811,0,0,0,0,0 +44812,0,0,0,0,0 +44813,0,0,0,0,0 +44814,0,0,0,0,0 +44815,0,0,0,0,0 +44816,0,0,0,0,0 +44817,0,0,0,0,0 +44818,0,0,0,0,0 +44819,0,0,0,0,0 +44820,0,0,0,0,0 +44821,0,0,0,0,0 +44822,0,0,0,0,0 +44823,0,0,0,0,0 +44824,0,0,0,0,0 +44825,0,0,0,0,0 +44826,0,0,0,0,0 +44827,0,0,0,0,0 +44828,0,0,0,0,0 +44829,0,0,0,0,0 +44830,0,0,0,0,0 +44831,0,0,0,0,0 +44832,0,0,0,0,0 +44833,0,0,0,0,0 +44834,0,0,0,0,0 +44835,0,0,0,0,0 +44836,0,0,0,0,0 +44837,0,0,0,0,0 +44838,0,0,0,0,0 +44839,0,0,0,0,0 +44840,0,0,0,0,0 +44841,0,0,0,0,0 +44842,0,0,0,0,0 +44843,0,0,0,0,0 +44844,0,0,0,0,0 +44845,0,0,0,0,0 +44846,0,0,0,0,0 +44847,0,0,0,0,0 +44848,0,0,0,0,0 +44849,0,0,0,0,0 +44850,0,0,0,0,0 +44851,0,0,0,0,0 +44852,0,0,0,0,0 +44853,0,0,0,0,0 +44854,0,0,0,0,0 +44855,0,0,0,0,0 +44856,0,0,0,0,0 +44857,0,0,0,0,0 +44858,0,0,0,0,0 +44859,0,0,0,0,0 +44860,0,0,0,0,0 +44861,0,0,0,0,0 +44862,0,0,0,0,0 +44863,0,0,0,0,0 +44864,0,0,0,0,0 +44865,0,0,0,0,0 +44866,0,0,0,0,0 +44867,0,0,0,0,0 +44868,0,0,0,0,0 +44869,0,0,0,0,0 +44870,0,0,0,0,0 +44871,0,0,0,0,0 +44872,0,0,0,0,0 +44873,0,0,0,0,0 +44874,0,0,0,0,0 +44875,0,0,0,0,0 +44876,0,0,0,0,0 +44877,0,0,0,0,0 +44878,0,0,0,0,0 +44879,0,0,0,0,0 +44880,0,0,0,0,0 +44881,0,0,0,0,0 +44882,0,0,0,0,0 +44883,0,0,0,0,0 +44884,0,0,0,0,0 +44885,0,0,0,0,0 +44886,0,0,0,0,0 +44887,0,0,0,0,0 +44888,0,0,0,0,0 +44889,0,0,0,0,0 +44890,0,0,0,0,0 +44891,0,0,0,0,0 +44892,0,0,0,0,0 +44893,0,0,0,0,0 +44894,0,0,0,0,0 +44895,0,0,0,0,0 +44896,0,0,0,0,0 +44897,0,0,0,0,0 +44898,0,0,0,0,0 +44899,0,0,0,0,0 +44900,0,0,0,0,0 +44901,0,0,0,0,0 +44902,0,0,0,0,0 +44903,0,0,0,0,0 +44904,0,0,0,0,0 +44905,0,0,0,0,0 +44906,0,0,0,0,0 +44907,0,0,0,0,0 +44908,0,0,0,0,0 +44909,0,0,0,0,0 +44910,0,0,0,0,0 +44911,0,0,0,0,0 +44912,0,0,0,0,0 +44913,0,0,0,0,0 +44914,0,0,0,0,0 +44915,0,0,0,0,0 +44916,0,0,0,0,0 +44917,0,0,0,0,0 +44918,0,0,0,0,0 +44919,0,0,0,0,0 +44920,0,0,0,0,0 +44921,0,0,0,0,0 +44922,0,0,0,0,0 +44923,0,0,0,0,0 +44924,0,0,0,0,0 +44925,0,0,0,0,0 +44926,0,0,0,0,0 +44927,0,0,0,0,0 +44928,0,0,0,0,0 +44929,0,0,0,0,0 +44930,0,0,0,0,0 +44931,0,0,0,0,0 +44932,0,0,0,0,0 +44933,0,0,0,0,0 +44934,0,0,0,0,0 +44935,0,0,0,0,0 +44936,0,0,0,0,0 +44937,0,0,0,0,0 +44938,0,0,0,0,0 +44939,0,0,0,0,0 +44940,0,0,0,0,0 +44941,0,0,0,0,0 +44942,0,0,0,0,0 +44943,0,0,0,0,0 +44944,0,0,0,0,0 +44945,0,0,0,0,0 +44946,0,0,0,0,0 +44947,0,0,0,0,0 +44948,0,0,0,0,0 +44949,0,0,0,0,0 +44950,0,0,0,0,0 +44951,0,0,0,0,0 +44952,0,0,0,0,0 +44953,0,0,0,0,0 +44954,0,0,0,0,0 +44955,0,0,0,0,0 +44956,0,0,0,0,0 +44957,0,0,0,0,0 +44958,0,0,0,0,0 +44959,0,0,0,0,0 +44960,0,0,0,0,0 +44961,0,0,0,0,0 +44962,0,0,0,0,0 +44963,0,0,0,0,0 +44964,0,0,0,0,0 +44965,0,0,0,0,0 +44966,0,0,0,0,0 +44967,0,0,0,0,0 +44968,0,0,0,0,0 +44969,0,0,0,0,0 +44970,0,0,0,0,0 +44971,0,0,0,0,0 +44972,0,0,0,0,0 +44973,0,0,0,0,0 +44974,0,0,0,0,0 +44975,0,0,0,0,0 +44976,0,0,0,0,0 +44977,0,0,0,0,0 +44978,0,0,0,0,0 +44979,0,0,0,0,0 +44980,0,0,0,0,0 +44981,0,0,0,0,0 +44982,0,0,0,0,0 +44983,0,0,0,0,0 +44984,0,0,0,0,0 +44985,0,0,0,0,0 +44986,0,0,0,0,0 +44987,0,0,0,0,0 +44988,0,0,0,0,0 +44989,0,0,0,0,0 +44990,0,0,0,0,0 +44991,0,0,0,0,0 +44992,0,0,0,0,0 +44993,0,0,0,0,0 +44994,0,0,0,0,0 +44995,0,0,0,0,0 +44996,0,0,0,0,0 +44997,0,0,0,0,0 +44998,0,0,0,0,0 +44999,0,0,0,0,0 +45000,0,0,0,0,0 +45001,0,0,0,0,0 +45002,0,0,0,0,0 +45003,0,0,0,0,0 +45004,0,0,0,0,0 +45005,0,0,0,0,0 +45006,0,0,0,0,0 +45007,0,0,0,0,0 +45008,0,0,0,0,0 +45009,0,0,0,0,0 +45010,0,0,0,0,0 +45011,0,0,0,0,0 +45012,0,0,0,0,0 +45013,0,0,0,0,0 +45014,0,0,0,0,0 +45015,0,0,0,0,0 +45016,0,0,0,0,0 +45017,0,0,0,0,0 +45018,0,0,0,0,0 +45019,0,0,0,0,0 +45020,0,0,0,0,0 +45021,0,0,0,0,0 +45022,0,0,0,0,0 +45023,0,0,0,0,0 +45024,0,0,0,0,0 +45025,0,0,0,0,0 +45026,0,0,0,0,0 +45027,0,0,0,0,0 +45028,0,0,0,0,0 +45029,0,0,0,0,0 +45030,0,0,0,0,0 +45031,0,0,0,0,0 +45032,0,0,0,0,0 +45033,0,0,0,0,0 +45034,0,0,0,0,0 +45035,0,0,0,0,0 +45036,0,0,0,0,0 +45037,0,0,0,0,0 +45038,0,0,0,0,0 +45039,0,0,0,0,0 +45040,0,0,0,0,0 +45041,0,0,0,0,0 +45042,0,0,0,0,0 +45043,0,0,0,0,0 +45044,0,0,0,0,0 +45045,0,0,0,0,0 +45046,0,0,0,0,0 +45047,0,0,0,0,0 +45048,0,0,0,0,0 +45049,0,0,0,0,0 +45050,0,0,0,0,0 +45051,0,0,0,0,0 +45052,0,0,0,0,0 +45053,0,0,0,0,0 +45054,0,0,0,0,0 +45055,0,0,0,0,0 +45056,0,0,0,0,0 +45057,0,0,0,0,0 +45058,0,0,0,0,0 +45059,0,0,0,0,0 +45060,0,0,0,0,0 +45061,-1217.114807,-534.3604024,-1197.362877,-534.0687573,-431.3599782 +45062,-1487.310372,-648.4966318,-1464.269483,-648.2123923,-721.805708 +45063,-1704.023596,-735.318733,-1678.433757,-735.0433362,-978.6599189 +45064,-1822.58366,-775.511897,-1792.682425,-775.2436999,-1208.771902 +45065,-1799.021007,-765.2735044,-1769.204021,-765.0127163,-1187.318546 +45066,-1795.531406,-764.2817963,-1765.639838,-764.0283058,-1187.769722 +45067,-1797.794758,-765.7768367,-1767.588165,-765.5307032,-1183.31889 +45068,-1846.360951,-786.9862836,-1814.849519,-786.7479399,-1206.305582 +45069,-1861.414895,-794.0043972,-1829.306658,-793.7733129,-1209.749526 +45070,-1857.929361,-793.1589658,-1825.616724,-792.9347978,-1202.516838 +45071,-1845.357112,-788.4555526,-1813.033678,-788.2380839,-1190.131748 +45072,-1829.506132,-782.3510337,-1797.244443,-782.1401163,-1175.988608 +45073,-1803.155951,-776.1363198,-1781.257327,-775.931829,-1161.901737 +45074,-1155.143833,-751.4368052,-1405.545632,-751.2382237,-1122.193917 +45075,-1520.87943,-741.8730343,-1360.441614,-741.6805741,-1104.009302 +45076,-1396.176604,-660.0921036,-1429.225606,-658.2280391,-1059.199621 +45077,-1374.718135,-634.2819893,-1369.180731,-635.3238382,-990.4302362 +45078,-1368.781841,-640.9250196,-1355.773404,-640.7755273,-946.7349744 +45079,-1347.728908,-626.4432753,-1342.60017,-626.2859187,-922.3153648 +45080,-1341.404818,-617.5087119,-1331.016348,-617.3496093,-906.5155967 +45081,-1324.157118,-627.7495643,-1316.724608,-627.5939981,-868.7827904 +45082,-1318.01713,-630.7785551,-1306.447469,-628.7392731,-1007.891707 +45083,-1303.23728,-595.2243638,-1294.950315,-596.1737926,-970.0987718 +45084,-1290.783332,-605.4028721,-1283.419005,-604.5819172,-899.0429177 +45085,-1284.504945,-595.5556933,-1271.352844,-595.4550403,-938.3805481 +45086,-1270.078055,-590.3341482,-1261.953354,-590.2371716,-879.4517599 +45087,-1263.986142,-586.4928278,-1252.366293,-584.9655612,-754.4054994 +45088,-1249.829518,-578.688896,-1243.514094,-580.5753281,-941.6148794 +45089,-1234.81731,-568.9213467,-1214.367562,-567.9474853,-938.3772471 +45090,-1224.077554,-557.2348492,-1206.088199,-562.2236433,-790.0358884 +45091,-1213.01188,-540.5001916,-1188.363548,-557.4427534,-907.1881019 +45092,-1201.929058,-529.5911349,-1175.488352,-550.5474279,-841.61484 +45093,-1192.164577,-517.6319319,-1165.529039,-546.1050852,-620.486429 +45094,-1181.640394,-497.2557264,-1144.382604,-538.2447869,-826.9352534 +45095,-1170.20506,-482.7317522,-1135.374753,-534.8330717,-947.5471195 +45096,-1162.060891,-470.2550199,-1121.159799,-528.7614638,-1024.127126 +45097,-1151.798497,-457.7789281,-1111.113164,-523.1104358,-941.6225898 +45098,-1142.034804,-443.9997098,-1097.808574,-518.4290467,-834.1317394 +45099,-1133.415253,-430.9052172,-1085.514259,-511.843619,-781.4385508 +45100,-1124.553822,-417.4290912,-1075.632704,-499.9800153,-474.7994457 +45101,-1115.939943,-403.8950879,-1063.291617,-515.9786528,-830.3530326 +45102,-1107.736941,-391.1827494,-1053.09912,-490.9119262,-540.9661281 +45103,-1097.364326,-377.4250764,-1041.994496,-495.5062731,-845.8110788 +45104,-1089.368691,-364.2948603,-1030.205243,-487.8136354,-548.3380081 +45105,-1080.484967,-350.3597488,-1021.328254,-484.4516283,-846.8682526 +45106,-1071.052926,-319.1279529,-1002.794279,-477.623632,-781.3196779 +45107,-1061.749569,-303.0121274,-991.4191399,-473.6562995,-430.4448616 +45108,-1051.566839,-287.5329264,-981.375277,-468.9953041,-666.3658477 +45109,-1045.42044,-271.63501,-971.6467289,-463.612652,-824.3899388 +45110,-1036.855671,-256.7391729,-958.7943172,-460.4491634,-902.3003032 +45111,-1028.09073,-240.7492404,-951.7616408,-454.3100871,-799.8137836 +45112,-1021.308721,-224.3726128,-939.8200338,-451.9705414,-459.5176489 +45113,-1012.178072,-209.6547736,-931.7278181,-445.8732434,-816.0550857 +45114,-1005.599107,-193.1650367,-920.2752284,-441.633779,-753.3187025 +45115,-996.9482297,-181.3207213,-912.2178804,-438.2726978,-374.7041399 +45116,-988.6219943,-171.9621281,-901.4884367,-434.0034243,-616.5901638 +45117,-983.6899089,-161.477043,-896.5565626,-428.9679401,-851.7805293 +45118,-972.2594596,-151.8342575,-886.7104956,-425.5888515,-527.9692905 +45119,-967.7460893,-141.8288243,-876.4234538,-420.6006382,-827.8085479 +45120,-960.8837754,-132.0467793,-872.7544008,-417.7081922,-753.4194899 +45121,102.8588323,46.71334664,102.5507263,46.74965536,-687.6967574 +45122,309.5509902,145.4757193,310.8014709,140.8185027,-328.7242954 +45123,89.14003184,52.44336376,92.68512708,40.75843047,147.5114092 +45124,92.05958149,61.05989878,97.86377649,42.29508791,192.5019359 +45125,96.99994818,69.76857976,104.733337,44.78006384,227.1056379 +45126,102.5851755,77.83038122,111.9089471,47.54224695,255.3133188 +45127,108.0213106,85.06262298,118.669409,50.20226683,279.9225703 +45128,113.110299,91.57107056,124.8869768,52.67692125,302.1848789 +45129,117.8923147,97.51269578,130.6468243,54.9920216,322.5153325 +45130,122.4457752,103.0133458,136.0549242,57.19053483,341.0804375 +45131,126.8189146,108.1578747,141.1788822,59.29955965,358.0188166 +45132,131.0524618,113.0136329,146.0751834,61.34077124,373.5206724 +45133,135.1634309,117.6287396,150.7743849,63.32381884,387.7578524 +45134,139.1640089,122.0425172,155.3002621,65.25549902,400.8865712 +45135,143.0660229,126.2884449,159.6743973,67.14207765,413.0445157 +45136,146.8805061,130.3946568,163.9159475,68.98920641,424.350309 +45137,150.6172042,134.3845411,168.0414126,70.80175184,434.9059008 +45138,154.2845741,138.2774324,172.0648779,72.58383405,444.7994914 +45139,157.8897562,142.0892663,175.9981973,74.33885289,454.1074632 +45140,161.105206,145.6815389,179.5177907,75.91799039,462.2896164 +45141,164.7159921,149.419822,183.4120884,77.67821013,470.8216446 +45142,168.246548,153.0947771,187.2083709,79.40317292,478.881453 +45143,171.7086093,156.7173214,190.9208003,81.09808818,486.5272778 +45144,175.1125207,160.2967939,194.5618078,82.76759953,493.8099526 +45145,178.4669266,163.8409831,198.1418492,84.415593,500.7731877 +45146,181.7784654,167.3560853,201.6691493,86.04502864,507.4536528 +45147,185.05204,170.8469332,205.150013,87.65806078,513.8819204 +45148,188.2912474,174.3172801,208.5892879,89.25624169,520.0836014 +45149,191.4987952,177.770081,211.9908089,90.84071896,526.0804107 +45150,194.6767741,181.2076855,215.3368837,92.4123609,531.8909288 +45151,197.8269991,184.6319884,218.6503042,93.97185451,537.5312395 +45152,200.941437,188.0516841,221.9319448,95.51176151,543.0153186 +45153,204.018247,191.4730163,225.1783069,97.02803338,548.3553907 +45154,207.059441,194.8987705,228.3879942,98.52065882,553.562178 +45155,210.2360351,198.6900922,231.6739503,100.0400504,558.6489535 +45156,213.4750174,202.7190862,234.9836146,101.5643292,563.6205212 +45157,216.6951433,206.808323,238.2641399,103.0713129,568.4840342 +45158,219.8650628,210.8669052,241.4943197,104.5525692,573.2466805 +45159,222.9799073,214.8728515,244.6730516,106.0083613,577.9148402 +45160,226.0488991,218.8325453,247.8056861,107.4416345,582.4940904 +45161,229.0793425,222.7571471,250.8975585,108.8551818,586.9894138 +45162,232.0759728,226.6550588,253.9525219,110.2510284,591.4053278 +45163,235.0421415,230.5316366,256.9733071,111.6306235,595.7459775 +45164,237.9805767,234.3904962,259.9620304,112.9950884,600.0151302 +45165,240.8936989,238.2344541,262.9205088,114.3453711,604.2162441 +45166,243.7836682,242.0659083,265.8503502,115.6822954,608.3524687 +45167,246.6524039,245.8869348,268.7529913,117.0065853,612.4266903 +45168,249.5015978,249.6993112,271.6297089,118.3188744,616.4415539 +45169,252.3327466,253.5045345,274.481642,119.6197205,620.3994967 +45170,255.1471785,383.4170209,277.3098072,120.9096158,624.302763 +45171,257.9409169,393.2380813,280.1113377,122.1873382,628.1534146 +45172,260.7173764,394.4824409,282.8887237,123.4540381,631.9533495 +45173,263.4801573,423.4223511,285.6446349,124.7109151,635.7042344 +45174,266.2312099,441.7672601,288.380541,125.958619,639.4074704 +45175,268.971348,459.9179641,291.097067,127.1974228,643.0643015 +45176,271.7010033,477.7256467,293.7945561,128.4274801,646.6759567 +45177,274.4205767,495.3589163,296.4733305,129.648942,650.2436557 +45178,277.1305476,512.9682804,299.1337815,130.8619956,653.7686429 +45179,279.8314219,530.7140509,301.7763215,132.0668411,657.2521108 +45180,282.523717,547.6114521,304.4013763,133.2636876,660.6952191 +45181,285.3785971,733.9416294,307.1800233,134.5303149,664.4093671 +45182,295.3899383,754.0321012,317.114444,138.9974444,681.5051218 +45183,308.8264294,772.8509722,330.4780062,144.9445682,705.366175 +45184,322.1033457,798.7325478,343.6833896,150.7466735,729.446618 +45185,334.0693991,819.1770593,355.5541639,155.888589,751.0548689 +45186,344.5686746,837.8176149,365.9380112,160.3297969,769.9136308 +45187,353.8357343,856.9985188,375.0754069,164.2009061,786.5202836 +45188,362.1456964,875.8122409,383.2439407,167.6403267,801.3798396 +45189,369.7073209,894.125787,390.6524429,170.7490272,814.834666 +45190,376.6649523,913.2017819,397.4446038,173.5950458,827.1046359 +45191,383.1236374,931.3618189,403.7248862,176.2269536,838.3490347 +45192,389.1664992,949.7459307,409.5759072,178.682508,848.6996175 +45193,394.8624864,967.9732375,415.066419,180.9925896,858.2721502 +45194,400.2693046,986.1097057,420.2541587,183.1826602,867.1685125 +45195,405.4350554,1004.159041,425.1873637,185.2735841,875.4773486 +45196,410.3995514,1022.125102,429.9060195,187.2823111,883.2749919 +45197,415.1956626,1040.010789,434.4431758,189.2225684,890.6269648 +45198,419.8505136,1057.77542,438.826137,191.1054699,897.5894879 +45199,424.3865285,1075.568505,443.0775036,192.9400348,904.2108812 +45200,428.8222637,1093.198384,447.2160023,194.7335914,910.5327014 +45201,433.1731136,1110.79161,451.2571908,196.4921138,916.5907534 +45202,437.4518551,1128.259684,455.2140001,198.2204743,922.4158828 +45203,441.669121,1145.776476,459.0972102,199.9226618,928.034712 +45204,445.8337619,1163.076998,462.9158094,201.6019425,933.4702099 +45205,449.9531725,1180.465367,466.6773224,203.2610048,938.7422413 +45206,454.0335355,1197.684801,470.3880539,204.9020639,943.8679856 +45207,458.0800391,1214.353486,474.0533051,206.5269539,948.8623279 +45208,462.0970419,1232.241454,477.6775452,208.1371984,953.7381786 +45209,466.0882236,1248.877602,481.264558,209.7340708,958.5067589 +45210,470.0566951,1266.086588,484.8175531,211.3186379,963.177826 +45211,474.0051068,1279.9869,488.339278,212.8918048,967.759905 +45212,477.9209299,1293.598296,491.8267473,214.4520197,972.2603536 +45213,481.7973287,1314.775462,495.27878,215.9985688,976.6855704 +45214,485.6345681,1331.826735,498.6964933,217.5317767,981.0411544 +45215,489.4361108,1349.046704,502.0819922,219.0524188,985.3320676 +45216,493.2057844,1365.656041,505.437396,220.5612884,989.5626744 +45217,496.9468014,1382.016205,508.7645312,222.0590623,993.7368544 +45218,500.6616824,1397.994051,512.0649042,223.546289,997.8580246 +45219,504.3524508,1413.841148,515.3397875,225.0234283,1001.929217 +45220,508.0208215,1429.271575,518.5902755,226.4908742,1005.953108 +45221,511.6682247,1444.48906,521.8173336,227.9489764,1009.932087 +45222,515.2958556,1459.377028,525.0218111,229.3980435,1013.86827 +45223,518.9047401,1474.235482,528.2044706,230.8383554,1017.763561 +45224,522.495759,1488.48812,531.365987,232.2701609,1021.61965 +45225,526.0696942,1502.86781,534.5069824,233.6936925,1025.438088 +45226,529.6272135,1516.8085,537.628005,235.1091553,1029.220244 +45227,533.1689231,1530.595652,540.7295756,236.5167477,1032.967398 +45228,536.6953477,1544.154331,543.8121556,237.9166453,1036.680684 +45229,540.2069741,1557.435716,546.8761936,239.3090218,1040.361178 +45230,543.7042181,1570.681259,549.9220887,240.6940316,1044.009835 +45231,547.1874715,1583.642027,552.9502361,242.0718299,1047.627575 +45232,550.6570772,1596.222579,555.9609937,243.442557,1051.215225 +45233,554.1133636,1608.926784,558.9547135,244.8063526,1054.773579 +45234,557.5566201,1621.224415,561.9317229,246.1633464,1178.057492 +45235,560.9871187,1633.333805,564.8923429,247.5136667,1173.175262 +45236,564.4050726,1645.500664,567.836839,248.8574171,1175.415822 +45237,567.8106053,1662.172899,570.7653999,250.1946674,1196.640886 +45238,571.2037862,1669.727012,573.6781662,251.5216669,1209.264557 +45239,574.5846948,1687.415928,576.5752947,252.8359068,1221.442144 +45240,577.953404,1691.450992,579.456935,254.136524,1233.676402 +45241,643.6976611,1718.519495,639.2695687,255.4057541,1267.289592 +45242,712.9637863,1711.397301,706.4862008,256.7137731,1280.849942 +45243,704.7263024,1707.839149,675.6672468,258.044878,1293.705698 +45244,719.6856335,1752.112356,701.4076855,259.374717,1306.206939 +45245,737.2886289,1745.343451,712.6778779,260.690257,1318.137183 +45246,750.425488,1759.482672,723.8647392,261.9881477,1330.256706 +45247,763.7339671,1769.717972,734.422475,263.2693267,1341.764039 +45248,776.2738437,1779.954209,745.1830413,264.5356626,1353.255076 +45249,789.3036125,1789.662854,755.3577894,310.467718,1364.472419 +45250,801.6058295,1799.443128,765.9231598,305.1707164,1375.618895 +45251,814.0475355,1809.059315,775.7408331,308.8228245,1386.429334 +45252,826.3012326,1818.242017,786.0418556,316.9827654,1397.491757 +45253,838.5027327,1827.642447,795.6964507,322.2338846,1408.041922 +45254,850.3086019,1836.637175,805.6059363,327.4597947,1418.604188 +45255,862.1670497,1845.635302,815.0394462,332.6111952,1428.839211 +45256,874.1241289,1854.268785,824.5861333,337.6019751,1439.393504 +45257,885.3335582,1862.922385,834.0079313,342.6681427,1449.4003 +45258,897.070983,1871.356155,843.3173396,347.534112,1459.455741 +45259,908.261238,1879.642724,852.3639604,352.450623,1469.359505 +45260,919.8229206,1887.787479,861.5707368,357.1038687,1478.925607 +45261,930.7265667,1895.780174,870.3742657,361.9332452,1488.961517 +45262,941.5911178,1903.625472,879.252996,366.5503497,1498.337478 +45263,952.956292,1911.409313,888.0842921,371.213432,1508.043073 +45264,963.694492,1918.83704,896.9311792,375.6191083,1517.057423 +45265,974.0881253,1926.21986,904.9723826,380.3488471,1526.447245 +45266,985.0789489,1933.599748,914.0230115,384.5057949,1535.543487 +45267,995.5985658,1940.663313,922.1071906,389.1209197,1544.5724 +45268,1005.946787,1947.747547,930.5368235,393.3186527,1553.474812 +45269,1016.272043,1954.462785,938.6981565,397.705445,1562.094415 +45270,1026.769018,1961.23007,947.020183,401.7774634,1571.229704 +45271,1037.038163,1967.661724,954.451145,405.9580411,1579.670607 +45272,1046.448315,1973.945355,962.4721881,409.9092753,1588.235941 +45273,1056.445771,1980.081457,969.8634541,413.8896065,1596.736156 +45274,1066.100661,1986.074563,977.4869869,417.7204916,1605.055104 +45275,1076.019577,1991.923389,984.8651189,421.8018471,1613.383164 +45276,1085.367985,1997.636593,992.297425,425.4261304,1621.558929 +45277,1095.114918,2003.210391,999.5212044,429.1993895,1629.643601 +45278,1104.399643,2008.648057,1006.576786,433.0511348,1637.718421 +45279,1113.712707,2013.950607,1014.018812,436.6789487,1645.612981 +45280,1123.188178,2019.119119,1020.977198,440.3417757,1653.532235 +45281,1131.977697,2024.154879,1027.958424,443.9578958,1661.267344 +45282,1141.514073,2029.150262,1034.962199,447.5306363,1669.000444 +45283,1150.561048,2033.789799,1042.020279,451.067595,1676.660686 +45284,1159.467166,2038.497389,1048.503443,454.474906,1684.173343 +45285,1168.360898,2042.998671,1055.402228,458.1890845,1691.714756 +45286,1177.423723,2047.291935,1062.074282,461.3841956,1699.074531 +45287,1186.084775,2051.688255,1068.681612,464.8766441,1706.476437 +45288,1194.785795,2055.758735,1075.301645,468.1207373,1713.692029 +45289,1203.658703,2059.783346,1081.730937,471.6107638,1720.923578 +45290,1211.79586,2063.670632,1088.025659,474.8340058,1728.090166 +45291,1220.851404,2067.434788,1094.762549,478.1217045,1735.109857 +45292,1229.277988,2071.172147,1101.014629,481.3621736,1742.141956 +45293,1237.636865,2074.55461,1107.25837,484.578257,1749.116115 +45294,1245.979453,2078.021139,1113.626487,487.7517137,1755.941169 +45295,1254.498658,2081.28827,1119.721717,490.912025,1762.787158 +45296,1262.991235,2084.45001,1125.994124,494.0389809,1769.576153 +45297,1270.595659,2087.494471,1131.993275,497.1407806,1776.218372 +45298,1279.258464,2090.421583,1138.174769,500.2168032,1782.883956 +45299,1287.020361,2093.211618,1144.005793,503.1102748,1789.215027 +45300,1295.161104,2095.923354,1150.130259,506.3529512,1796.009518 +45301,1184.579946,2044.707049,1037.726049,455.7998538,1570.997657 +45302,1190.474801,2045.974235,1041.420049,457.5831135,1574.98174 +45303,1196.128769,2047.376611,1045.357058,459.7901618,1578.854459 +45304,1202.407567,2048.845451,1049.21631,461.8379065,1583.364356 +45305,1208.709179,2050.272789,1053.716183,464.1654384,1588.129494 +45306,1214.722046,2051.639915,1057.974653,466.3129936,1592.933182 +45307,1221.578886,2052.928932,1062.375335,468.7524847,1597.902644 +45308,1227.652556,2054.129085,1066.686298,470.9446013,1602.809515 +45309,1234.016714,2055.235883,1071.078695,473.2274767,1607.822918 +45310,1240.293821,2056.246722,1075.367044,475.4829245,1612.740902 +45311,1246.541472,2057.1604,1079.730952,477.7279601,1617.749122 +45312,1253.121759,2057.976283,1083.73537,479.9665543,1622.649738 +45313,1258.734073,2058.694144,1088.466713,482.1793056,1627.635076 +45314,1265.192625,2059.313831,1092.487091,484.3953291,1632.505418 +45315,1271.184582,2059.835489,1096.827427,486.5937214,1637.459185 +45316,1277.324578,2060.25918,1101.005725,488.7818169,1642.292049 +45317,1283.296911,2060.585213,1105.236003,490.9586466,1647.209686 +45318,1289.366678,2060.813743,1109.448382,492.9974211,1652.000692 +45319,1295.27589,2061.041361,1113.575573,495.3470326,1656.87978 +45320,1301.266373,2060.937834,1117.777293,497.3953722,1661.62601 +45321,1307.245949,2060.94167,1121.859964,499.5495634,1666.431174 +45322,1312.741994,2060.76938,1126.026576,501.6711997,1671.215621 +45323,1319.339056,2060.514841,1130.068919,503.7823423,1675.902818 +45324,1324.889588,2060.165077,1134.168274,506.0155319,1680.673956 +45325,1330.892685,2059.720208,1138.252189,507.898562,1685.307548 +45326,1336.822727,2059.180459,1142.242921,509.9376364,1690.000848 +45327,1342.648985,2058.546291,1146.28698,512.1978825,1694.676619 +45328,1348.601914,2057.817935,1150.315751,514.1521261,1699.244718 +45329,1354.40153,2056.995884,1154.250695,516.2232278,1703.871447 +45330,1360.299431,2056.080331,1158.239794,518.2613773,1708.478061 +45331,1366.368132,2054.666009,1162.86131,520.5666163,1712.979098 +45332,1372.347187,2053.076466,1167.520338,522.9177457,1717.543193 +45333,1378.429151,2051.345356,1172.296917,525.2872137,1722.092386 +45334,1384.516796,2049.387446,1177.100414,527.6667094,1726.529492 +45335,1390.499646,2047.543098,1181.841176,530.0530105,1731.032179 +45336,1396.581267,2045.375773,1186.668356,532.2963867,1735.131823 +45337,1402.665552,2043.174111,1191.508089,534.9188641,1740.102982 +45338,1408.640638,2040.846926,1196.274003,537.2055609,1744.217142 +45339,1414.71574,2038.410336,1201.122125,539.6309809,1748.729547 +45340,1420.792487,2035.866872,1205.978023,542.0325053,1750.867706 +45341,1426.757438,2033.219032,1210.75466,544.584779,1754.327047 +45342,1432.823851,2030.468658,1215.61233,546.7546874,1756.736494 +45343,1438.892907,2027.543763,1220.47592,549.2713799,1759.501811 +45344,1444.844268,2024.646047,1225.253202,551.6506985,1762.178958 +45345,1450.900856,2021.613228,1230.112434,554.0536893,1764.99395 +45346,1456.959781,2018.399675,1234.975496,556.4568071,1767.596992 +45347,1462.895102,2015.313297,1239.746104,558.6960976,1770.331458 +45348,1468.939994,2011.789235,1244.600561,561.3484072,1772.97143 +45349,1474.935344,2008.490558,1249.418222,563.6277557,1775.720769 +45350,1480.983891,2004.907285,1254.275963,566.0543441,1778.40939 +45351,1486.899579,2001.366475,1259.033447,568.452768,1780.973086 +45352,1492.924939,1997.62036,1263.873274,570.8493612,1783.739471 +45353,1498.953632,1993.813087,1268.315431,573.2441552,1786.355739 +45354,1504.847201,1990.029084,1273.669709,575.6368964,1789.012696 +45355,1510.857974,1986.086051,1278.158392,578.0276792,1791.61119 +45356,1516.814279,1982.015123,1283.073128,580.4161956,1794.362809 +45357,1522.828352,1977.973991,1287.871587,582.8025479,1796.886252 +45358,1528.695609,1973.727834,1292.550897,585.186435,1799.549648 +45359,1534.682176,1969.528782,1297.421941,587.5679728,1802.110658 +45360,1540.612012,1965.125505,1302.15088,589.7540347,1804.78888 +45361,1305.082105,1850.523686,1066.03658,483.4778427,1370.028947 +45362,1305.839045,1843.108919,1064.83775,482.6033403,1354.480852 +45363,1308.242195,1836.707718,1066.460675,483.4828013,1351.390346 +45364,1311.515824,1830.517062,1068.757246,484.8421258,1350.194384 +45365,1315.142345,1824.375527,1071.177016,485.9406363,1349.404704 +45366,1319.044463,1818.598629,1073.976958,487.3280538,1349.128784 +45367,1323.015804,1812.456786,1076.977343,488.8976081,1349.207793 +45368,1327.248846,1806.563844,1080.007436,490.3312272,1349.510052 +45369,1331.411926,1800.572806,1083.046134,491.9707826,1349.71313 +45370,1335.806379,1794.570363,1086.427021,493.3243847,1350.744665 +45371,1340.096122,1788.54124,1089.557188,495.2587882,1351.23953 +45372,1344.558413,1782.482866,1093.09864,496.7023655,1352.095193 +45373,1349.075186,1776.393695,1096.186797,498.4800711,1352.988629 +45374,1353.5217,1770.186762,1099.657694,500.2351042,1353.930268 +45375,1358.121851,1764.154352,1103.351335,501.6792728,1355.019331 +45376,1362.76628,1757.911147,1106.585685,503.6320625,1356.109804 +45377,1367.331913,1751.70492,1110.419966,505.2745407,1354.894055 +45378,1372.096914,1745.454573,1113.804295,506.9548335,1355.760531 +45379,1378.095108,1739.171585,1117.33842,508.9249569,1355.640459 +45380,1384.82884,1732.940661,1121.293995,510.574157,1356.051357 +45381,1391.593517,1726.475264,1124.796477,512.5317495,1356.340825 +45382,1390.389097,1715.423458,1122.032388,511.5783031,1356.779245 +45383,1396.212962,1708.395326,1124.451154,512.8187401,1357.131949 +45384,1402.860381,1701.61963,1127.569851,514.3553117,1357.653549 +45385,1409.736257,1694.948998,1131.034254,516.0994813,1358.106329 +45386,1416.750927,1688.28784,1134.00584,517.7014258,1358.711853 +45387,1424.06817,1681.633107,1137.854336,519.3880401,1359.238265 +45388,1431.228487,1674.892637,1141.423658,521.2273028,1359.915294 +45389,1438.778741,1668.346587,1144.82319,522.8994615,1360.504027 +45390,1446.286151,1661.699366,1148.331329,524.4582101,1361.245147 +45391,1453.524434,1654.66189,1151.039852,526.1739372,1361.886942 +45392,1460.827919,1647.715081,1153.708667,527.4074591,1362.682835 +45393,1467.565423,1640.65949,1156.209872,528.7938829,1363.373834 +45394,1475.772806,1633.495281,1158.82005,530.134856,1364.186833 +45395,1483.046351,1626.492349,1161.331055,531.4675797,1364.655301 +45396,1490.455387,1619.287167,1163.968406,532.7922687,1365.988548 +45397,1498.142031,1612.114934,1166.264134,534.11091,1366.692559 +45398,1505.810054,1604.899106,1168.972682,535.4235079,1367.495312 +45399,1513.573289,1597.651632,1171.298839,536.7309628,1368.506134 +45400,1521.284429,1590.371138,1173.896637,538.0331235,1369.396238 +45401,1529.143369,1583.061965,1176.228161,539.3306099,1370.348154 +45402,1537.114044,1575.721036,1178.605958,540.6223395,1371.271089 +45403,1544.926662,1568.350989,1181.10713,541.9102794,1372.364474 +45404,1553.091511,1588.766754,1183.48843,543.1937035,1373.22241 +45405,1561.075989,1513.494197,1185.950144,544.2470973,1374.349763 +45406,1569.176689,1565.317018,1188.226464,545.8711953,1375.345989 +45407,1577.332089,1548.146477,1190.738934,546.9836481,1376.450609 +45408,1585.447171,1511.276911,1193.076653,548.2539193,1377.503626 +45409,1593.841866,1548.723032,1195.443318,549.5581911,1378.668643 +45410,1601.85503,1491.031201,1197.780315,550.7622998,1379.733936 +45411,1610.318071,1529.010123,1200.106553,551.9998826,1380.853805 +45412,1618.574157,1484.373562,1202.367029,553.2366694,1381.925675 +45413,1626.942484,1499.67989,1204.745921,554.4695016,1383.184039 +45414,1635.33865,1483.869399,1207.049305,555.9418501,1384.210649 +45415,1643.764252,1477.782766,1209.252703,556.7943311,1385.362067 +45416,1652.152379,1469.946388,1211.506562,558.1917759,1386.592307 +45417,1660.841946,1462.289745,1213.83211,559.3919625,1387.726629 +45418,1669.115105,1454.540997,1216.037336,560.563318,1388.916298 +45419,1677.866877,1446.785493,1218.224014,561.7868873,1390.10662 +45420,1686.385399,1439.013751,1220.584657,563.0094242,1391.253728 +45421,1930.120374,1538.637339,1457.882822,670.9079908,1819.070132 +45422,1942.302765,1532.807406,1463.670014,673.7856971,1825.207931 +45423,1953.575735,1526.326433,1468.369233,676.2292922,1830.393327 +45424,1964.08925,1519.551944,1472.423262,678.3540882,1851.673003 +45425,1974.429427,1512.868721,1476.249446,680.3402922,1832.257157 +45426,1984.595996,1505.696202,1479.674625,682.2248526,1826.899317 +45427,1994.571515,1498.686458,1483.099339,684.001301,1857.707471 +45428,2004.714011,1491.535549,1486.352059,685.8142627,1847.229004 +45429,2014.495188,1484.340354,1489.522158,687.5112883,1853.533817 +45430,2024.448183,1477.117348,1492.703582,688.8223954,1857.015609 +45431,2034.19691,1469.929449,1495.517634,690.998618,1860.138339 +45432,2044.222207,1462.425091,1501.935977,692.4516734,1863.501707 +45433,2053.833932,1455.285939,1513.334981,693.9834144,1885.26504 +45434,2063.825764,1447.942415,1495.606718,695.6484168,1846.231859 +45435,2073.307754,1440.459596,1498.012067,697.1231695,1878.473896 +45436,2101.451022,1433.038849,1517.129163,698.7123416,1893.41279 +45437,2083.90329,1425.826717,1510.523497,700.1454141,1853.450102 +45438,2088.79638,1418.208977,1515.075705,701.7354993,1904.754271 +45439,2122.428823,1410.841243,1517.804985,703.0600361,1875.624352 +45440,2119.238853,1403.377466,1520.427986,704.5959649,1889.38942 +45441,2131.857827,1395.904881,1522.744098,705.934385,1890.260906 +45442,2141.444862,1388.437004,1525.42586,707.448041,1898.35116 +45443,2151.306516,1380.962929,1527.669593,708.6778165,1892.721497 +45444,2160.778615,1373.479092,1530.123274,710.1431396,1899.320781 +45445,2170.441014,1368.641484,1532.541068,711.4425216,1901.000516 +45446,2180.197768,1363.290601,1534.693163,712.7703024,1903.789335 +45447,2189.818513,1357.732569,1536.925487,714.1198013,1906.175399 +45448,2199.460055,1352.243542,1543.092822,715.3367601,1908.7512 +45449,2209.100756,1346.640082,1535.711009,716.5923876,1911.040874 +45450,2234.768827,1341.261367,1546.318468,717.9055998,1913.73524 +45451,2203.686631,1335.589445,1544.872109,719.0196754,1916.004581 +45452,2248.238205,1329.747801,1547.280984,720.1392638,1918.456486 +45453,2242.937612,1323.988987,1549.070979,721.2269289,1920.717081 +45454,2254.347775,1318.365452,1550.795438,722.2919175,1923.010884 +45455,2263.111806,1312.567833,1552.479062,723.336107,1925.446701 +45456,2289.468299,1306.844306,1554.119375,724.3600214,1927.661855 +45457,2254.674302,1301.113065,1555.719488,725.3646983,1929.930029 +45458,2313.138905,1295.385044,1557.279243,726.3501922,1932.163307 +45459,2278.84989,1289.666881,1558.80127,727.3176062,1934.195771 +45460,2314.601951,1283.95807,1560.384482,728.2668714,1936.537765 +45461,2313.791804,1278.260564,1561.683411,729.1989304,1938.690545 +45462,2334.55652,1272.489006,1563.167213,730.1137292,1940.780581 +45463,2316.976332,1266.942559,1564.531068,731.0119696,1942.778789 +45464,2370.828763,1261.314581,1568.434349,731.8934863,1944.934519 +45465,2315.224203,1255.568761,1563.375305,732.7592266,1947.009298 +45466,2396.041861,1249.92563,1582.100334,733.6084409,1954.1376 +45467,2350.68905,1244.43762,1551.625053,734.4433082,1943.968029 +45468,2383.459898,1238.805619,1579.436143,735.2625295,1960.983906 +45469,2383.920136,1233.267361,1582.742812,736.0667169,1952.352281 +45470,2393.908207,1227.739821,1554.580819,736.8564865,1957.950783 +45471,2402.311836,1222.242682,1583.359956,737.6319373,1959.182153 +45472,2410.575335,1216.771237,1573.590051,738.3933234,1961.062795 +45473,2419.234446,1234.640529,1576.504512,739.1413108,1962.941019 +45474,2427.655952,1171.282248,1577.613552,739.8755902,1964.936124 +45475,2435.927252,1217.203954,1578.626446,740.5966697,1966.724832 +45476,2444.171115,1198.351529,1579.62139,741.3046991,1968.565379 +45477,2452.750313,1179.626243,1580.591052,742.0001563,1970.389275 +45478,2461.016374,1193.260793,1581.535059,742.6828751,1972.187561 +45479,2469.172712,1172.667762,1582.454968,743.3534756,1973.967751 +45480,2477.612637,1176.767436,1583.350432,744.0117034,1975.731312 +45481,2531.676587,1191.875618,1646.84139,767.4321399,2056.967027 +45482,2544.506429,1187.005168,1611.195571,769.4542592,2065.28419 +45483,2553.45647,1184.04235,1664.569137,770.8494189,2068.897212 +45484,2562.55604,1179.356693,1613.364528,772.2020189,2071.744109 +45485,2572.055057,1174.89054,1668.973904,773.3953945,2069.821623 +45486,2580.948021,1170.53594,1617.004709,774.5174366,2084.074228 +45487,2589.908594,1166.109676,1672.590632,775.5831238,2080.190487 +45488,2606.396627,1161.800397,1620.327936,776.6066314,2083.328895 +45489,2596.315047,1157.346343,1675.803617,777.5961207,2086.865284 +45490,2628.466791,1153.08381,1623.301465,778.5554244,2089.639551 +45491,2620.779897,1148.699338,1678.797619,779.4883113,2092.267698 +45492,2634.240452,1144.503407,1626.053136,780.3965362,2094.832116 +45493,2642.406875,1140.292874,1681.581781,781.3303563,2097.42971 +45494,2650.524606,1136.183314,1628.610628,782.1208868,2099.996186 +45495,2658.702752,1131.935164,1684.185116,782.9969166,2102.481018 +45496,2667.246222,1127.816658,1630.995903,783.810324,2104.923753 +45497,2675.418697,1123.855734,1686.634037,784.6112619,2107.328663 +45498,2683.539902,1119.803778,1633.201714,785.3927534,2114.708229 +45499,2691.601489,1115.932485,1688.923466,786.1557126,2106.053346 +45500,2699.8184,1111.928156,1635.643036,786.8999473,2119.731868 +45501,2707.674293,1108.128478,1690.507889,787.6263077,2111.699866 +45502,2715.45539,1104.323002,1638.821807,788.3349031,2123.744786 +45503,2723.64444,1100.583045,1690.987906,789.0263398,2121.028507 +45504,2731.390389,1096.900974,1642.694091,789.7008091,2122.654799 +45505,2739.10792,1093.288898,1690.622666,790.3095316,2125.290718 +45506,2746.909181,1090.11615,1647.924674,791.4548403,2127.511866 +45507,2754.593366,1087.045035,1682.579208,792.5815038,2129.468043 +45508,2762.162606,1084.032438,1654.455899,793.8155765,2131.42572 +45509,2769.538025,1081.065265,1693.462276,795.0980737,2133.4081 +45510,2777.364364,1078.204322,1646.727171,796.4308917,2140.441513 +45511,2791.721084,1075.077963,1695.979888,797.6382178,2131.973232 +45512,2780.334705,1072.09442,1647.597633,798.877992,2143.758966 +45513,2808.780012,1069.069321,1696.893744,800.145589,2136.591009 +45514,2801.539219,1066.005602,1645.62422,801.4411873,2147.191905 +45515,2811.016922,1063.187732,1700.126444,802.7648994,2145.314387 +45516,2817.860975,1060.088978,1644.409761,804.1157827,2146.015442 +45517,2823.864393,1057.201749,1700.563855,805.5423066,2148.00293 +45518,2829.843618,1054.268347,1644.380788,806.8720211,2149.980999 +45519,2836.375051,1051.361278,1700.67617,808.334428,2151.689975 +45520,2842.389355,1048.470778,1644.03206,809.7781794,2158.257028 +45521,2848.295909,1045.596734,1698.949463,811.3607397,2150.596937 +45522,2854.244633,1042.80221,1646.158384,812.7838855,2160.267141 +45523,2860.241432,1039.803406,1691.589552,814.3863088,2159.540883 +45524,2865.873649,1037.110808,1660.612635,815.8473143,2159.899855 +45525,2871.618777,1034.244757,1669.853879,817.4932381,2161.178747 +45526,2877.010166,1031.455334,1678.136786,818.9930064,2162.781754 +45527,2882.948149,1028.671307,1676.183847,820.680684,2169.123199 +45528,2895.776762,1025.963595,1650.968402,822.2184169,2162.905872 +45529,2883.98376,1023.118179,1679.811874,823.946066,2170.391412 +45530,2908.581869,1020.419782,1666.704114,825.5207739,2170.255124 +45531,2903.317351,1017.683211,1668.682847,827.2863704,2170.729001 +45532,2909.134493,1014.969986,1668.274058,828.897775,2171.407005 +45533,2915.32887,1012.210143,1667.795395,830.6999492,2172.292369 +45534,2919.980827,1009.672182,1667.293697,832.3467822,2173.454369 +45535,2925.161351,1006.871145,1666.764492,834.1339453,2174.712393 +45536,2929.955192,1004.26408,1666.209934,835.8901985,2175.961198 +45537,2934.70127,1001.611305,1684.693623,837.7258278,2176.654851 +45538,2939.523146,998.9809234,1646.212497,839.4497919,2176.621915 +45539,2944.176498,996.3643387,1678.687083,841.3536785,2176.558991 +45540,2948.545212,993.7614395,1645.36207,843.1034123,2176.467445 +45541,2880.004543,958.0660486,1602.780721,811.8191826,2085.916107 +45542,2877.487335,955.1148168,1571.665273,813.2679919,2018.521963 +45543,2889.826475,952.2851988,1588.683483,815.0559206,2050.298358 +45544,2885.801148,949.6168281,1581.341403,816.6008053,2044.530974 +45545,2891.969263,946.8630608,1581.187394,818.458408,2045.40286 +45546,2896.78909,944.1808997,1580.06164,820.179217,2046.485353 +45547,2901.30767,941.5092988,1578.878313,821.9721745,2047.711696 +45548,2911.122352,938.9117869,1593.775771,823.7757105,2048.60477 +45549,2898.208098,936.1907753,1552.441438,825.5962317,2049.584911 +45550,2921.551591,933.6071916,1586.765289,827.4319774,2050.531506 +45551,2915.051376,930.9903116,1571.50907,829.2828389,2051.76517 +45552,2918.660211,928.3967217,1573.29672,831.1484837,2052.415035 +45553,2923.051202,925.8174426,1570.56381,833.0279191,2053.411477 +45554,2926.796211,923.1964061,1570.592778,834.9206734,2054.353441 +45555,2929.99173,920.7826055,1568.772082,836.8266154,2055.320938 +45556,2933.281307,918.1247674,1567.533982,838.7450942,2056.173392 +45557,2936.663339,915.6490201,1566.197017,840.6757797,2057.120002 +45558,2939.828374,913.1311164,1564.840402,842.6181295,2057.997966 +45559,2943.005353,910.6350545,1563.468189,844.5721711,2058.853076 +45560,2946.11875,908.1525044,1562.176184,846.5360311,2059.745706 +45561,2949.161204,905.737608,1560.630459,848.5112595,2060.591208 +45562,2952.142045,903.2027385,1559.182876,850.4959983,2061.394001 +45563,2962.069283,900.7979413,1557.874211,852.49035,2062.227493 +45564,2949.875777,898.3600497,1556.357781,854.4935273,2063.095747 +45565,2968.417151,895.8888019,1554.905856,856.5056575,2063.846231 +45566,2956.753029,893.5641923,1553.426681,858.5254394,2064.652025 +45567,2973.297766,891.1347466,1551.932027,860.5530155,2065.620324 +45568,2969.213317,888.8173509,1550.423171,862.5875953,2066.193422 +45569,2970.969089,886.3736095,1548.899197,864.6290672,2066.929012 +45570,2974.18893,884.0568733,1547.361053,866.6764812,2067.714648 +45571,2976.001421,881.5233986,1545.381616,868.4194699,2068.443529 +45572,2976.780485,878.9698213,1543.291948,870.0953559,2069.146931 +45573,2977.332364,876.4078074,1541.049927,871.7362971,2069.835157 +45574,2977.848511,873.8424052,1538.992905,873.3504629,2070.5157 +45575,2978.248192,871.2761888,1536.694063,874.9410384,2071.186733 +45576,2978.485392,868.7092984,1534.436738,876.5091642,2071.843984 +45577,2978.555528,866.1440198,1550.827941,878.0025201,2072.480455 +45578,2978.532703,863.5795047,1501.946572,879.6055645,2073.119886 +45579,2978.371822,861.0165261,1540.682646,881.070256,2073.736606 +45580,2978.032083,858.4553216,1523.988874,882.5588714,2074.32131 +45581,2977.527735,855.8960663,1519.795195,884.0171152,2074.938911 +45582,2976.981023,853.3899074,1521.735955,885.4525065,2075.460769 +45583,2969.066315,850.760327,1516.833103,886.8650383,2075.80078 +45584,2982.788901,848.2429772,1515.327409,888.2535863,2076.611318 +45585,2967.002754,845.6847542,1512.590102,889.618578,2077.069063 +45586,2980.146893,843.0860968,1509.930406,891.0131004,2077.536334 +45587,2964.310965,840.6134417,1507.397844,892.2487325,2078.036811 +45588,2978.089365,838.0345677,1504.759636,893.57755,2078.50932 +45589,2961.316127,835.5506657,1502.109043,894.8339512,2078.916991 +45590,2968.068895,832.9393854,1499.341656,896.0721712,2079.263853 +45591,2966.09391,830.4377058,1496.777164,897.2836674,2079.652308 +45592,2963.411872,827.8962618,1493.989586,898.4679711,2080.137926 +45593,2961.440552,825.3647318,1491.255686,899.6246002,2080.494314 +45594,2959.52823,822.8355356,1488.485808,900.7528017,2080.755709 +45595,2919.021887,818.557171,1481.550589,893.8571642,2080.794743 +45596,2911.759859,815.788055,1478.182292,893.5416752,2080.822962 +45597,2905.975002,813.1037624,1475.012012,893.7545478,2087.164385 +45598,2901.249092,810.9357521,1471.878483,894.10054,2074.012368 +45599,2896.586498,807.5466361,1468.761749,894.4410681,2088.917204 +45600,2892.09283,805.3336959,1465.647913,894.9313238,2081.518187 +45601,2731.684454,736.3486321,1309.104907,829.0573555,1789.578939 +45602,2726.000104,733.1426422,1304.518382,828.8382565,1804.442272 +45603,2727.840423,730.1105853,1300.743773,828.7728057,1789.143018 +45604,2712.324023,727.2306145,1296.630188,828.9341455,1793.642782 +45605,2711.045357,724.3927929,1293.049561,828.820196,1792.438749 +45606,2705.958081,721.4763577,1289.230094,828.9930256,1791.524839 +45607,2700.189952,718.6746948,1285.513443,828.9854065,1790.948399 +45608,2694.741541,715.8007112,1281.791633,829.0151387,1790.20152 +45609,2689.159368,713.0563892,1278.072045,829.0168323,1789.557818 +45610,2683.784475,710.2223131,1274.351858,828.9959621,1788.84709 +45611,2677.852984,707.435002,1270.629589,828.9509696,1788.155996 +45612,2672.081695,704.6489192,1266.986091,828.8803464,1787.316797 +45613,2666.306808,701.870077,1263.13467,828.7830262,1786.797378 +45614,2653.171104,699.0979641,1259.375631,828.6580277,1785.984212 +45615,2664.230725,696.3336735,1255.745292,828.5039562,1785.265633 +45616,2637.379137,693.5753749,1251.942071,828.3206369,1784.524737 +45617,2645.151219,690.8235903,1248.203573,828.106979,1783.766461 +45618,2635.15418,688.0789942,1244.447423,827.861728,1783.006172 +45619,2628.826291,685.3401712,1240.684819,827.5849091,1782.270177 +45620,2622.647468,682.5635522,1236.915718,827.2211286,1781.43337 +45621,2616.219357,679.9010646,1233.140293,826.958858,1780.66918 +45622,2609.645581,677.149799,1229.358001,826.5434363,1779.866627 +45623,2603.201366,674.4411743,1225.569028,826.1406463,1779.04993 +45624,2596.170221,671.7319243,1221.77297,825.6944405,1778.242332 +45625,2589.407799,669.028025,1217.970008,825.2670788,1777.400962 +45626,2582.502422,666.3294495,1214.159764,824.6679591,1776.56715 +45627,2575.502929,663.6361635,1210.342426,824.1518789,1775.787189 +45628,2568.395752,660.9479265,1206.436254,823.5513128,1774.827504 +45629,2561.175465,658.2647399,1202.723631,822.9213209,1774.016969 +45630,2554.155082,655.586373,1198.826811,822.2532329,1773.111743 +45631,2546.581605,652.9346165,1195.042874,821.5865601,1772.237296 +45632,2539.342444,650.2923539,1191.25055,820.8900562,1771.328604 +45633,2531.832342,647.6147226,1187.456282,820.1593365,1770.302748 +45634,2524.284542,645.1053067,1183.792652,819.3751969,1769.56708 +45635,2516.573009,642.4659795,1180.021137,818.5668078,1768.570214 +45636,2508.865635,639.8617336,1176.307833,817.7226839,1767.62738 +45637,2501.348057,637.2554189,1172.391045,816.8412524,1766.717188 +45638,2493.17624,634.6534343,1168.639074,815.9217455,1765.712888 +45639,2477.59826,632.0560242,1164.813797,814.9639424,1764.760777 +45640,2488.374398,629.4639807,1160.994429,813.9669009,1763.77956 +45641,2456.766708,626.8761339,1157.090308,812.9311127,1762.787305 +45642,2464.903195,624.2927957,1153.375238,811.855782,1761.808698 +45643,2451.657764,621.7146456,1149.483366,810.7404959,1760.77093 +45644,2443.464785,619.1403957,1145.65236,809.5854124,1759.787529 +45645,2435.331577,616.5705507,1141.804302,808.3901327,1758.706048 +45646,2426.767897,613.9642661,1137.949955,807.1542619,1757.677281 +45647,2418.026179,611.4623744,1134.089776,805.8778265,1756.61094 +45648,2409.141024,608.8764686,1130.22349,804.5604792,1755.388241 +45649,2400.275947,606.3289219,1126.351332,803.2021526,1754.555684 +45650,2390.911001,603.7793205,1122.473024,801.8025965,1753.385674 +45651,2381.803506,601.2336517,1118.58913,800.3616061,1752.307828 +45652,2372.541841,598.6915964,1114.623876,798.8791293,1751.203668 +45653,2363.230888,596.1538609,1110.838021,797.3547666,1750.107144 +45654,2353.878758,593.6196294,1106.883837,795.7886951,1749.065665 +45655,2343.95994,591.0198243,1103.011176,794.1591213,1748.104163 +45656,2334.823598,588.5709403,1099.027252,792.470169,1746.689503 +45657,2324.735025,585.9934847,1095.035629,790.8920491,1745.700148 +45658,2312.009954,583.4322579,1091.199542,789.0365737,1744.613136 +45659,2286.973573,580.9654247,1087.211385,787.30479,1743.223427 +45660,2311.699672,578.4201079,1083.274993,785.5301939,1742.258231 +45661,1739.180611,575.3893791,813.2408589,783.324536,1738.660451 +45662,1836.400282,703.5613574,854.8406652,911.6146603,2030.024818 +45663,1976.437217,704.3996979,915.1320453,913.2291305,2152.328957 +45664,2097.687964,701.6915905,968.1445271,910.9939713,2254.437222 +45665,2169.921217,698.6260164,1000.874528,909.2056457,2311.078413 +45666,2202.053147,696.4490521,1016.607433,907.3164576,2330.546408 +45667,2216.00688,693.8130299,1025.017193,905.1752441,2336.166914 +45668,2222.356105,691.3603867,1030.191301,903.0215883,2336.676254 +45669,2225.544354,688.7904801,1033.85582,900.8019137,2335.584723 +45670,2227.256686,686.253852,1036.695784,898.4676883,2334.133493 +45671,2228.053387,683.7056078,1038.974562,896.2393346,2332.68454 +45672,2228.161519,681.1543808,1040.821944,893.8272745,2331.346446 +45673,2227.700217,678.5583998,1042.315434,891.4265954,2329.935391 +45674,2226.762657,676.0696817,1043.510515,888.9732506,2328.860751 +45675,2225.425568,673.4844977,1044.454441,886.4778992,2327.888574 +45676,2223.753206,670.9390524,1045.184216,884.0041749,2327.004808 +45677,2221.801222,668.3618677,1045.733729,881.3102209,2310.581348 +45678,2219.611366,665.8045653,1046.128494,878.6716778,2298.642324 +45679,2216.945564,663.2517718,1046.389438,876.0970227,2309.877197 +45680,2214.377812,660.7001109,1046.532601,873.3574906,2300.468318 +45681,2211.66023,658.1080003,1046.575207,870.6370697,2308.322939 +45682,2208.809116,655.6204237,1046.529909,867.8701872,2296.801889 +45683,2205.83908,653.0405864,1046.409393,865.0681244,2300.088075 +45684,2202.761593,650.4980891,1046.221075,862.170473,2300.2686 +45685,2199.587836,647.9491769,1045.973988,859.388864,2298.886122 +45686,2196.328475,645.3993892,1045.673961,856.5004039,2297.548888 +45687,2192.992293,642.8494258,1045.328176,868.50776,2296.511669 +45688,2189.585305,640.2981503,1044.939695,827.7960081,2295.525259 +45689,2186.108319,637.7047343,1044.513973,857.7652137,2294.66197 +45690,2182.443445,635.2095867,1044.054156,844.2371934,2287.397828 +45691,2178.513066,632.8273821,1043.563407,831.5966701,2297.603625 +45692,2174.436773,630.5230126,1043.052237,844.0247545,2285.768171 +45693,2170.322838,628.2309886,1042.528321,824.6202206,2295.090799 +45694,2166.218558,625.9508285,1041.995002,832.953861,2282.485588 +45695,2162.131424,623.6802837,1041.453345,825.3845635,2287.229701 +45696,2158.036744,621.4166024,1040.902693,823.0886991,2286.45571 +45697,2153.915136,619.1195547,1040.342955,819.8670379,2284.409847 +45698,2149.759943,616.9261585,1039.774506,816.6708773,2282.995473 +45699,2145.571243,614.648928,1039.197378,813.3943278,2281.807142 +45700,2141.351829,612.410773,1038.611612,810.2422594,2280.513608 +45701,2137.104874,610.16942,1038.017301,806.9481086,2279.129896 +45702,2132.83322,607.9299938,1037.41457,803.6897093,2277.684709 +45703,2128.539288,605.6927139,1036.803513,800.4640948,2276.300453 +45704,2124.225344,603.4563078,1036.184234,797.0840791,2274.850481 +45705,2119.89353,601.1822855,1035.556823,793.8170025,2273.369468 +45706,2115.546713,599.0046812,1034.921738,790.4860722,2265.839551 +45707,2111.185514,596.741267,1034.278415,787.1529438,2277.02025 +45708,2106.812188,594.5124441,1033.627115,783.8075529,2262.065038 +45709,2102.428833,592.2774642,1032.968113,780.4501582,2273.395273 +45710,2098.037194,590.0422294,1032.301653,777.0790291,2258.504515 +45711,2093.638663,587.8079777,1031.628018,773.6901176,2264.539862 +45712,2011.458869,585.537678,1030.959154,770.280595,2262.482352 +45713,1876.105981,583.2897165,1030.282921,729.9915265,2259.702612 +45714,1859.998602,573.7604309,1029.585666,714.5572732,2257.907014 +45715,1828.817357,570.6697669,1028.598971,707.7463495,2256.273098 +45716,1812.621168,568.0484535,1027.432279,702.2000247,2254.428115 +45717,1795.559947,565.6850463,1026.241588,697.1050713,2252.587568 +45718,1766.126552,563.3251613,1025.103008,692.3473648,2250.666198 +45719,1786.548508,561.0535033,1024.025953,687.6782483,2248.694639 +45720,1731.365307,558.8139077,1022.989424,683.2743473,2246.659164 +45721,0,0,0,0,0 +45722,0,0,0,0,0 +45723,0,0,0,0,0 +45724,0,0,0,0,0 +45725,0,0,0,0,0 +45726,0,0,0,0,0 +45727,0,0,0,0,0 +45728,0,0,0,0,0 +45729,0,0,0,0,0 +45730,0,0,0,0,0 +45731,0,0,0,0,0 +45732,0,0,0,0,0 +45733,0,0,0,0,0 +45734,0,0,0,0,0 +45735,0,0,0,0,0 +45736,0,0,0,0,0 +45737,0,0,0,0,0 +45738,0,0,0,0,0 +45739,0,0,0,0,0 +45740,0,0,0,0,0 +45741,0,0,0,0,0 +45742,0,0,0,0,0 +45743,0,0,0,0,0 +45744,0,0,0,0,0 +45745,0,0,0,0,0 +45746,0,0,0,0,0 +45747,0,0,0,0,0 +45748,0,0,0,0,0 +45749,0,0,0,0,0 +45750,0,0,0,0,0 +45751,0,0,0,0,0 +45752,0,0,0,0,0 +45753,0,0,0,0,0 +45754,0,0,0,0,0 +45755,0,0,0,0,0 +45756,0,0,0,0,0 +45757,0,0,0,0,0 +45758,0,0,0,0,0 +45759,0,0,0,0,0 +45760,0,0,0,0,0 +45761,0,0,0,0,0 +45762,0,0,0,0,0 +45763,0,0,0,0,0 +45764,0,0,0,0,0 +45765,0,0,0,0,0 +45766,0,0,0,0,0 +45767,0,0,0,0,0 +45768,0,0,0,0,0 +45769,0,0,0,0,0 +45770,0,0,0,0,0 +45771,0,0,0,0,0 +45772,0,0,0,0,0 +45773,0,0,0,0,0 +45774,0,0,0,0,0 +45775,0,0,0,0,0 +45776,0,0,0,0,0 +45777,0,0,0,0,0 +45778,0,0,0,0,0 +45779,0,0,0,0,0 +45780,0,0,0,0,0 +45781,0,0,0,0,0 +45782,0,0,0,0,0 +45783,0,0,0,0,0 +45784,0,0,0,0,0 +45785,0,0,0,0,0 +45786,0,0,0,0,0 +45787,0,0,0,0,0 +45788,0,0,0,0,0 +45789,0,0,0,0,0 +45790,0,0,0,0,0 +45791,0,0,0,0,0 +45792,0,0,0,0,0 +45793,0,0,0,0,0 +45794,0,0,0,0,0 +45795,0,0,0,0,0 +45796,0,0,0,0,0 +45797,0,0,0,0,0 +45798,0,0,0,0,0 +45799,0,0,0,0,0 +45800,0,0,0,0,0 +45801,0,0,0,0,0 +45802,0,0,0,0,0 +45803,0,0,0,0,0 +45804,0,0,0,0,0 +45805,0,0,0,0,0 +45806,0,0,0,0,0 +45807,0,0,0,0,0 +45808,0,0,0,0,0 +45809,0,0,0,0,0 +45810,0,0,0,0,0 +45811,0,0,0,0,0 +45812,0,0,0,0,0 +45813,0,0,0,0,0 +45814,0,0,0,0,0 +45815,0,0,0,0,0 +45816,0,0,0,0,0 +45817,0,0,0,0,0 +45818,0,0,0,0,0 +45819,0,0,0,0,0 +45820,0,0,0,0,0 +45821,0,0,0,0,0 +45822,0,0,0,0,0 +45823,0,0,0,0,0 +45824,0,0,0,0,0 +45825,0,0,0,0,0 +45826,0,0,0,0,0 +45827,0,0,0,0,0 +45828,0,0,0,0,0 +45829,0,0,0,0,0 +45830,0,0,0,0,0 +45831,0,0,0,0,0 +45832,0,0,0,0,0 +45833,0,0,0,0,0 +45834,0,0,0,0,0 +45835,0,0,0,0,0 +45836,0,0,0,0,0 +45837,0,0,0,0,0 +45838,0,0,0,0,0 +45839,0,0,0,0,0 +45840,0,0,0,0,0 +45841,0,0,0,0,0 +45842,0,0,0,0,0 +45843,0,0,0,0,0 +45844,0,0,0,0,0 +45845,0,0,0,0,0 +45846,0,0,0,0,0 +45847,0,0,0,0,0 +45848,0,0,0,0,0 +45849,0,0,0,0,0 +45850,0,0,0,0,0 +45851,0,0,0,0,0 +45852,0,0,0,0,0 +45853,0,0,0,0,0 +45854,0,0,0,0,0 +45855,0,0,0,0,0 +45856,0,0,0,0,0 +45857,0,0,0,0,0 +45858,0,0,0,0,0 +45859,0,0,0,0,0 +45860,0,0,0,0,0 +45861,0,0,0,0,0 +45862,0,0,0,0,0 +45863,0,0,0,0,0 +45864,0,0,0,0,0 +45865,0,0,0,0,0 +45866,0,0,0,0,0 +45867,0,0,0,0,0 +45868,0,0,0,0,0 +45869,0,0,0,0,0 +45870,0,0,0,0,0 +45871,0,0,0,0,0 +45872,0,0,0,0,0 +45873,0,0,0,0,0 +45874,0,0,0,0,0 +45875,0,0,0,0,0 +45876,0,0,0,0,0 +45877,0,0,0,0,0 +45878,0,0,0,0,0 +45879,0,0,0,0,0 +45880,0,0,0,0,0 +45881,0,0,0,0,0 +45882,0,0,0,0,0 +45883,0,0,0,0,0 +45884,0,0,0,0,0 +45885,0,0,0,0,0 +45886,0,0,0,0,0 +45887,0,0,0,0,0 +45888,0,0,0,0,0 +45889,0,0,0,0,0 +45890,0,0,0,0,0 +45891,0,0,0,0,0 +45892,0,0,0,0,0 +45893,0,0,0,0,0 +45894,0,0,0,0,0 +45895,0,0,0,0,0 +45896,0,0,0,0,0 +45897,0,0,0,0,0 +45898,0,0,0,0,0 +45899,0,0,0,0,0 +45900,0,0,0,0,0 +45901,0,0,0,0,0 +45902,0,0,0,0,0 +45903,0,0,0,0,0 +45904,0,0,0,0,0 +45905,0,0,0,0,0 +45906,0,0,0,0,0 +45907,0,0,0,0,0 +45908,0,0,0,0,0 +45909,0,0,0,0,0 +45910,0,0,0,0,0 +45911,0,0,0,0,0 +45912,0,0,0,0,0 +45913,0,0,0,0,0 +45914,0,0,0,0,0 +45915,0,0,0,0,0 +45916,0,0,0,0,0 +45917,0,0,0,0,0 +45918,0,0,0,0,0 +45919,0,0,0,0,0 +45920,0,0,0,0,0 +45921,0,0,0,0,0 +45922,0,0,0,0,0 +45923,0,0,0,0,0 +45924,0,0,0,0,0 +45925,0,0,0,0,0 +45926,0,0,0,0,0 +45927,0,0,0,0,0 +45928,0,0,0,0,0 +45929,0,0,0,0,0 +45930,0,0,0,0,0 +45931,0,0,0,0,0 +45932,0,0,0,0,0 +45933,0,0,0,0,0 +45934,0,0,0,0,0 +45935,0,0,0,0,0 +45936,0,0,0,0,0 +45937,0,0,0,0,0 +45938,0,0,0,0,0 +45939,0,0,0,0,0 +45940,0,0,0,0,0 +45941,0,0,0,0,0 +45942,0,0,0,0,0 +45943,0,0,0,0,0 +45944,0,0,0,0,0 +45945,0,0,0,0,0 +45946,0,0,0,0,0 +45947,0,0,0,0,0 +45948,0,0,0,0,0 +45949,0,0,0,0,0 +45950,0,0,0,0,0 +45951,0,0,0,0,0 +45952,0,0,0,0,0 +45953,0,0,0,0,0 +45954,0,0,0,0,0 +45955,0,0,0,0,0 +45956,0,0,0,0,0 +45957,0,0,0,0,0 +45958,0,0,0,0,0 +45959,0,0,0,0,0 +45960,0,0,0,0,0 +45961,0,0,0,0,0 +45962,0,0,0,0,0 +45963,0,0,0,0,0 +45964,0,0,0,0,0 +45965,0,0,0,0,0 +45966,0,0,0,0,0 +45967,0,0,0,0,0 +45968,0,0,0,0,0 +45969,0,0,0,0,0 +45970,0,0,0,0,0 +45971,0,0,0,0,0 +45972,0,0,0,0,0 +45973,0,0,0,0,0 +45974,0,0,0,0,0 +45975,0,0,0,0,0 +45976,0,0,0,0,0 +45977,0,0,0,0,0 +45978,0,0,0,0,0 +45979,0,0,0,0,0 +45980,0,0,0,0,0 +45981,0,0,0,0,0 +45982,0,0,0,0,0 +45983,0,0,0,0,0 +45984,0,0,0,0,0 +45985,0,0,0,0,0 +45986,0,0,0,0,0 +45987,0,0,0,0,0 +45988,0,0,0,0,0 +45989,0,0,0,0,0 +45990,0,0,0,0,0 +45991,0,0,0,0,0 +45992,0,0,0,0,0 +45993,0,0,0,0,0 +45994,0,0,0,0,0 +45995,0,0,0,0,0 +45996,0,0,0,0,0 +45997,0,0,0,0,0 +45998,0,0,0,0,0 +45999,0,0,0,0,0 +46000,0,0,0,0,0 +46001,0,0,0,0,0 +46002,0,0,0,0,0 +46003,0,0,0,0,0 +46004,0,0,0,0,0 +46005,0,0,0,0,0 +46006,0,0,0,0,0 +46007,0,0,0,0,0 +46008,0,0,0,0,0 +46009,0,0,0,0,0 +46010,0,0,0,0,0 +46011,0,0,0,0,0 +46012,0,0,0,0,0 +46013,0,0,0,0,0 +46014,0,0,0,0,0 +46015,0,0,0,0,0 +46016,0,0,0,0,0 +46017,0,0,0,0,0 +46018,0,0,0,0,0 +46019,0,0,0,0,0 +46020,0,0,0,0,0 +46021,0,0,0,0,0 +46022,0,0,0,0,0 +46023,0,0,0,0,0 +46024,0,0,0,0,0 +46025,0,0,0,0,0 +46026,0,0,0,0,0 +46027,0,0,0,0,0 +46028,0,0,0,0,0 +46029,0,0,0,0,0 +46030,0,0,0,0,0 +46031,0,0,0,0,0 +46032,0,0,0,0,0 +46033,0,0,0,0,0 +46034,0,0,0,0,0 +46035,0,0,0,0,0 +46036,0,0,0,0,0 +46037,0,0,0,0,0 +46038,0,0,0,0,0 +46039,0,0,0,0,0 +46040,0,0,0,0,0 +46041,0,0,0,0,0 +46042,0,0,0,0,0 +46043,0,0,0,0,0 +46044,0,0,0,0,0 +46045,0,0,0,0,0 +46046,0,0,0,0,0 +46047,0,0,0,0,0 +46048,0,0,0,0,0 +46049,0,0,0,0,0 +46050,0,0,0,0,0 +46051,0,0,0,0,0 +46052,0,0,0,0,0 +46053,0,0,0,0,0 +46054,0,0,0,0,0 +46055,0,0,0,0,0 +46056,0,0,0,0,0 +46057,0,0,0,0,0 +46058,0,0,0,0,0 +46059,0,0,0,0,0 +46060,0,0,0,0,0 +46061,0,0,0,0,0 +46062,0,0,0,0,0 +46063,0,0,0,0,0 +46064,0,0,0,0,0 +46065,0,0,0,0,0 +46066,0,0,0,0,0 +46067,0,0,0,0,0 +46068,0,0,0,0,0 +46069,0,0,0,0,0 +46070,0,0,0,0,0 +46071,0,0,0,0,0 +46072,0,0,0,0,0 +46073,0,0,0,0,0 +46074,0,0,0,0,0 +46075,0,0,0,0,0 +46076,0,0,0,0,0 +46077,0,0,0,0,0 +46078,0,0,0,0,0 +46079,0,0,0,0,0 +46080,0,0,0,0,0 +46081,0,0,0,0,0 +46082,0,0,0,0,0 +46083,0,0,0,0,0 +46084,0,0,0,0,0 +46085,0,0,0,0,0 +46086,0,0,0,0,0 +46087,0,0,0,0,0 +46088,0,0,0,0,0 +46089,0,0,0,0,0 +46090,0,0,0,0,0 +46091,0,0,0,0,0 +46092,0,0,0,0,0 +46093,0,0,0,0,0 +46094,0,0,0,0,0 +46095,0,0,0,0,0 +46096,0,0,0,0,0 +46097,0,0,0,0,0 +46098,0,0,0,0,0 +46099,0,0,0,0,0 +46100,0,0,0,0,0 +46101,0,0,0,0,0 +46102,0,0,0,0,0 +46103,0,0,0,0,0 +46104,0,0,0,0,0 +46105,0,0,0,0,0 +46106,0,0,0,0,0 +46107,0,0,0,0,0 +46108,0,0,0,0,0 +46109,0,0,0,0,0 +46110,0,0,0,0,0 +46111,0,0,0,0,0 +46112,0,0,0,0,0 +46113,0,0,0,0,0 +46114,0,0,0,0,0 +46115,0,0,0,0,0 +46116,0,0,0,0,0 +46117,0,0,0,0,0 +46118,0,0,0,0,0 +46119,0,0,0,0,0 +46120,0,0,0,0,0 +46121,0,0,0,0,0 +46122,0,0,0,0,0 +46123,0,0,0,0,0 +46124,0,0,0,0,0 +46125,0,0,0,0,0 +46126,0,0,0,0,0 +46127,0,0,0,0,0 +46128,0,0,0,0,0 +46129,0,0,0,0,0 +46130,0,0,0,0,0 +46131,0,0,0,0,0 +46132,0,0,0,0,0 +46133,0,0,0,0,0 +46134,0,0,0,0,0 +46135,0,0,0,0,0 +46136,0,0,0,0,0 +46137,0,0,0,0,0 +46138,0,0,0,0,0 +46139,0,0,0,0,0 +46140,0,0,0,0,0 +46141,0,0,0,0,0 +46142,0,0,0,0,0 +46143,0,0,0,0,0 +46144,0,0,0,0,0 +46145,0,0,0,0,0 +46146,0,0,0,0,0 +46147,0,0,0,0,0 +46148,0,0,0,0,0 +46149,0,0,0,0,0 +46150,0,0,0,0,0 +46151,0,0,0,0,0 +46152,0,0,0,0,0 +46153,0,0,0,0,0 +46154,0,0,0,0,0 +46155,0,0,0,0,0 +46156,0,0,0,0,0 +46157,0,0,0,0,0 +46158,0,0,0,0,0 +46159,0,0,0,0,0 +46160,0,0,0,0,0 +46161,0,0,0,0,0 +46162,0,0,0,0,0 +46163,0,0,0,0,0 +46164,0,0,0,0,0 +46165,0,0,0,0,0 +46166,0,0,0,0,0 +46167,0,0,0,0,0 +46168,0,0,0,0,0 +46169,0,0,0,0,0 +46170,0,0,0,0,0 +46171,0,0,0,0,0 +46172,0,0,0,0,0 +46173,0,0,0,0,0 +46174,0,0,0,0,0 +46175,0,0,0,0,0 +46176,0,0,0,0,0 +46177,0,0,0,0,0 +46178,0,0,0,0,0 +46179,0,0,0,0,0 +46180,0,0,0,0,0 +46181,0,0,0,0,0 +46182,0,0,0,0,0 +46183,0,0,0,0,0 +46184,0,0,0,0,0 +46185,0,0,0,0,0 +46186,0,0,0,0,0 +46187,0,0,0,0,0 +46188,0,0,0,0,0 +46189,0,0,0,0,0 +46190,0,0,0,0,0 +46191,0,0,0,0,0 +46192,0,0,0,0,0 +46193,0,0,0,0,0 +46194,0,0,0,0,0 +46195,0,0,0,0,0 +46196,0,0,0,0,0 +46197,0,0,0,0,0 +46198,0,0,0,0,0 +46199,0,0,0,0,0 +46200,0,0,0,0,0 +46201,0,0,0,0,0 +46202,0,0,0,0,0 +46203,0,0,0,0,0 +46204,0,0,0,0,0 +46205,0,0,0,0,0 +46206,0,0,0,0,0 +46207,0,0,0,0,0 +46208,0,0,0,0,0 +46209,0,0,0,0,0 +46210,0,0,0,0,0 +46211,0,0,0,0,0 +46212,0,0,0,0,0 +46213,0,0,0,0,0 +46214,0,0,0,0,0 +46215,0,0,0,0,0 +46216,0,0,0,0,0 +46217,0,0,0,0,0 +46218,0,0,0,0,0 +46219,0,0,0,0,0 +46220,0,0,0,0,0 +46221,0,0,0,0,0 +46222,0,0,0,0,0 +46223,0,0,0,0,0 +46224,0,0,0,0,0 +46225,0,0,0,0,0 +46226,0,0,0,0,0 +46227,0,0,0,0,0 +46228,0,0,0,0,0 +46229,0,0,0,0,0 +46230,0,0,0,0,0 +46231,0,0,0,0,0 +46232,0,0,0,0,0 +46233,0,0,0,0,0 +46234,0,0,0,0,0 +46235,0,0,0,0,0 +46236,0,0,0,0,0 +46237,0,0,0,0,0 +46238,0,0,0,0,0 +46239,0,0,0,0,0 +46240,0,0,0,0,0 +46241,0,0,0,0,0 +46242,0,0,0,0,0 +46243,0,0,0,0,0 +46244,0,0,0,0,0 +46245,0,0,0,0,0 +46246,0,0,0,0,0 +46247,0,0,0,0,0 +46248,0,0,0,0,0 +46249,0,0,0,0,0 +46250,0,0,0,0,0 +46251,0,0,0,0,0 +46252,0,0,0,0,0 +46253,0,0,0,0,0 +46254,0,0,0,0,0 +46255,0,0,0,0,0 +46256,0,0,0,0,0 +46257,0,0,0,0,0 +46258,0,0,0,0,0 +46259,0,0,0,0,0 +46260,0,0,0,0,0 +46261,0,0,0,0,0 +46262,0,0,0,0,0 +46263,0,0,0,0,0 +46264,0,0,0,0,0 +46265,0,0,0,0,0 +46266,0,0,0,0,0 +46267,0,0,0,0,0 +46268,0,0,0,0,0 +46269,0,0,0,0,0 +46270,0,0,0,0,0 +46271,0,0,0,0,0 +46272,0,0,0,0,0 +46273,0,0,0,0,0 +46274,0,0,0,0,0 +46275,0,0,0,0,0 +46276,0,0,0,0,0 +46277,0,0,0,0,0 +46278,0,0,0,0,0 +46279,0,0,0,0,0 +46280,0,0,0,0,0 +46281,0,0,0,0,0 +46282,0,0,0,0,0 +46283,0,0,0,0,0 +46284,0,0,0,0,0 +46285,0,0,0,0,0 +46286,0,0,0,0,0 +46287,0,0,0,0,0 +46288,0,0,0,0,0 +46289,0,0,0,0,0 +46290,0,0,0,0,0 +46291,0,0,0,0,0 +46292,0,0,0,0,0 +46293,0,0,0,0,0 +46294,0,0,0,0,0 +46295,0,0,0,0,0 +46296,0,0,0,0,0 +46297,0,0,0,0,0 +46298,0,0,0,0,0 +46299,0,0,0,0,0 +46300,0,0,0,0,0 +46301,0,0,0,0,0 +46302,0,0,0,0,0 +46303,0,0,0,0,0 +46304,0,0,0,0,0 +46305,0,0,0,0,0 +46306,0,0,0,0,0 +46307,0,0,0,0,0 +46308,0,0,0,0,0 +46309,0,0,0,0,0 +46310,0,0,0,0,0 +46311,0,0,0,0,0 +46312,0,0,0,0,0 +46313,0,0,0,0,0 +46314,0,0,0,0,0 +46315,0,0,0,0,0 +46316,0,0,0,0,0 +46317,0,0,0,0,0 +46318,0,0,0,0,0 +46319,0,0,0,0,0 +46320,0,0,0,0,0 +46321,0,0,0,0,0 +46322,0,0,0,0,0 +46323,0,0,0,0,0 +46324,0,0,0,0,0 +46325,0,0,0,0,0 +46326,0,0,0,0,0 +46327,0,0,0,0,0 +46328,0,0,0,0,0 +46329,0,0,0,0,0 +46330,0,0,0,0,0 +46331,0,0,0,0,0 +46332,0,0,0,0,0 +46333,0,0,0,0,0 +46334,0,0,0,0,0 +46335,0,0,0,0,0 +46336,0,0,0,0,0 +46337,0,0,0,0,0 +46338,0,0,0,0,0 +46339,0,0,0,0,0 +46340,0,0,0,0,0 +46341,0,0,0,0,0 +46342,0,0,0,0,0 +46343,0,0,0,0,0 +46344,0,0,0,0,0 +46345,0,0,0,0,0 +46346,0,0,0,0,0 +46347,0,0,0,0,0 +46348,0,0,0,0,0 +46349,0,0,0,0,0 +46350,0,0,0,0,0 +46351,0,0,0,0,0 +46352,0,0,0,0,0 +46353,0,0,0,0,0 +46354,0,0,0,0,0 +46355,0,0,0,0,0 +46356,0,0,0,0,0 +46357,0,0,0,0,0 +46358,0,0,0,0,0 +46359,0,0,0,0,0 +46360,0,0,0,0,0 +46361,0,0,0,0,0 +46362,0,0,0,0,0 +46363,0,0,0,0,0 +46364,0,0,0,0,0 +46365,0,0,0,0,0 +46366,0,0,0,0,0 +46367,0,0,0,0,0 +46368,0,0,0,0,0 +46369,0,0,0,0,0 +46370,0,0,0,0,0 +46371,0,0,0,0,0 +46372,0,0,0,0,0 +46373,0,0,0,0,0 +46374,0,0,0,0,0 +46375,0,0,0,0,0 +46376,0,0,0,0,0 +46377,0,0,0,0,0 +46378,0,0,0,0,0 +46379,0,0,0,0,0 +46380,0,0,0,0,0 +46381,0,0,0,0,0 +46382,0,0,0,0,0 +46383,0,0,0,0,0 +46384,0,0,0,0,0 +46385,0,0,0,0,0 +46386,0,0,0,0,0 +46387,0,0,0,0,0 +46388,0,0,0,0,0 +46389,0,0,0,0,0 +46390,0,0,0,0,0 +46391,0,0,0,0,0 +46392,0,0,0,0,0 +46393,0,0,0,0,0 +46394,0,0,0,0,0 +46395,0,0,0,0,0 +46396,0,0,0,0,0 +46397,0,0,0,0,0 +46398,0,0,0,0,0 +46399,0,0,0,0,0 +46400,0,0,0,0,0 +46401,0,0,0,0,0 +46402,0,0,0,0,0 +46403,0,0,0,0,0 +46404,0,0,0,0,0 +46405,0,0,0,0,0 +46406,0,0,0,0,0 +46407,0,0,0,0,0 +46408,0,0,0,0,0 +46409,0,0,0,0,0 +46410,0,0,0,0,0 +46411,0,0,0,0,0 +46412,0,0,0,0,0 +46413,0,0,0,0,0 +46414,0,0,0,0,0 +46415,0,0,0,0,0 +46416,0,0,0,0,0 +46417,0,0,0,0,0 +46418,0,0,0,0,0 +46419,0,0,0,0,0 +46420,0,0,0,0,0 +46421,0,0,0,0,0 +46422,0,0,0,0,0 +46423,0,0,0,0,0 +46424,0,0,0,0,0 +46425,0,0,0,0,0 +46426,0,0,0,0,0 +46427,0,0,0,0,0 +46428,0,0,0,0,0 +46429,0,0,0,0,0 +46430,0,0,0,0,0 +46431,0,0,0,0,0 +46432,0,0,0,0,0 +46433,0,0,0,0,0 +46434,0,0,0,0,0 +46435,0,0,0,0,0 +46436,0,0,0,0,0 +46437,0,0,0,0,0 +46438,0,0,0,0,0 +46439,0,0,0,0,0 +46440,0,0,0,0,0 +46441,0,0,0,0,0 +46442,0,0,0,0,0 +46443,0,0,0,0,0 +46444,0,0,0,0,0 +46445,0,0,0,0,0 +46446,0,0,0,0,0 +46447,0,0,0,0,0 +46448,0,0,0,0,0 +46449,0,0,0,0,0 +46450,0,0,0,0,0 +46451,0,0,0,0,0 +46452,0,0,0,0,0 +46453,0,0,0,0,0 +46454,0,0,0,0,0 +46455,0,0,0,0,0 +46456,0,0,0,0,0 +46457,0,0,0,0,0 +46458,0,0,0,0,0 +46459,0,0,0,0,0 +46460,0,0,0,0,0 +46461,0,0,0,0,0 +46462,0,0,0,0,0 +46463,0,0,0,0,0 +46464,0,0,0,0,0 +46465,0,0,0,0,0 +46466,0,0,0,0,0 +46467,0,0,0,0,0 +46468,0,0,0,0,0 +46469,0,0,0,0,0 +46470,0,0,0,0,0 +46471,0,0,0,0,0 +46472,0,0,0,0,0 +46473,0,0,0,0,0 +46474,0,0,0,0,0 +46475,0,0,0,0,0 +46476,0,0,0,0,0 +46477,0,0,0,0,0 +46478,0,0,0,0,0 +46479,0,0,0,0,0 +46480,0,0,0,0,0 +46481,0,0,0,0,0 +46482,0,0,0,0,0 +46483,0,0,0,0,0 +46484,0,0,0,0,0 +46485,0,0,0,0,0 +46486,0,0,0,0,0 +46487,0,0,0,0,0 +46488,0,0,0,0,0 +46489,0,0,0,0,0 +46490,0,0,0,0,0 +46491,0,0,0,0,0 +46492,0,0,0,0,0 +46493,0,0,0,0,0 +46494,0,0,0,0,0 +46495,0,0,0,0,0 +46496,0,0,0,0,0 +46497,0,0,0,0,0 +46498,0,0,0,0,0 +46499,0,0,0,0,0 +46500,0,0,0,0,0 +46501,-1757.161347,-780.5676892,-1729.148494,-780.4542327,-747.9446133 +46502,-1883.164613,-813.3372186,-1853.695411,-813.2253112,-929.9882158 +46503,-1997.785018,-844.7954357,-1963.160049,-844.6859392,-1127.51339 +46504,-2046.21867,-868.063265,-2011.962054,-867.9564883,-1286.317095 +46505,-1943.167128,-824.6996622,-1910.802954,-824.5953647,-1225.162564 +46506,-1890.786128,-803.1244377,-1859.294338,-803.0228996,-1191.0308 +46507,-1891.383192,-804.1449001,-1859.644005,-804.0464003,-1186.973773 +46508,-1879.226589,-799.7998425,-1847.504037,-799.7043103,-1175.350217 +46509,-1862.118569,-793.3481191,-1830.513945,-793.2555017,-1160.994866 +46510,-1844.059372,-786.4661705,-1812.594708,-786.3764205,-1146.295235 +46511,-1826.987031,-779.9636589,-1795.647471,-779.8767276,-1132.384829 +46512,-1811.635018,-774.1456152,-1780.395621,-774.0614484,-1119.702308 +46513,-1752.643416,-769.0536356,-1766.958106,-768.9721722,-1108.32911 +46514,-1291.880024,-747.5304551,-1601.174457,-747.4514862,-1074.38767 +46515,-1551.066714,-739.8825591,-1362.132432,-739.8061421,-1059.982285 +46516,-1456.255528,-747.6098885,-1511.259869,-747.5360727,-1067.298425 +46517,-1441.298767,-643.3897889,-1441.734781,-642.1379013,-1067.965362 +46518,-1431.147705,-672.7171384,-1427.646972,-672.6720334,-1009.643665 +46519,-1417.583485,-659.4795455,-1417.926825,-659.4490898,-818.8032346 +46520,-1408.483362,-657.2068357,-1404.269539,-657.1762113,-925.7440237 +46521,-1396.409681,-645.084683,-1396.719633,-645.8732823,-983.6772647 +46522,-1385.838712,-641.3102824,-1381.362336,-641.2547855,-922.2063052 +46523,-1377.129455,-635.2558427,-1377.066864,-635.1900882,-891.6329204 +46524,-1363.115991,-568.9834043,-1328.272778,-568.9174716,-563.5138407 +46525,-1362.701405,-654.1257738,-1407.445218,-654.0638441,-793.5934639 +46526,-1346.646163,-670.7248753,-1320.666811,-670.6667879,-902.3345577 +46527,-1338.918892,-581.9806913,-1341.878034,-580.5389662,-982.4831831 +46528,-1332.677002,-606.7303987,-1328.559211,-606.7079135,-648.2124318 +46529,-1304.645894,-617.6414267,-1293.051075,-618.4745778,-949.7749238 +46530,-1292.774701,-474.1148696,-1250.427357,-578.8854196,-890.8852409 +46531,-1248.13592,-463.9039994,-1218.072509,-522.3794691,-412.6091135 +46532,-1331.04064,-440.6888398,-1257.983924,-648.6254377,-917.576644 +46533,-1240.597587,-421.4377061,-1198.044466,-540.0012212,-463.2011118 +46534,-1263.061889,-401.8413406,-1206.913366,-600.7902096,-653.3641027 +46535,-1250.822094,-383.7283525,-1193.507849,-551.1245225,-752.5246652 +46536,-1239.039496,-364.2098939,-1178.183021,-563.6359876,-978.2378205 +46537,-1235.039256,-345.0679116,-1170.577461,-556.4962322,-889.899919 +46538,-1222.146931,-326.4846896,-1159.512842,-550.8714882,-839.8426281 +46539,-1218.707838,-307.5247157,-1149.463388,-547.6485539,-810.2744955 +46540,-1031.622932,-288.4384861,-1004.170306,-434.3536256,-178.0242575 +46541,-1458.152311,-278.7771993,-1328.852035,-619.8228928,-883.1001949 +46542,-1065.512906,-257.4043742,-1023.04339,-501.8898208,-367.8310944 +46543,-1208.225875,-238.350162,-1129.824114,-580.1191856,-564.5343548 +46544,-1176.901113,-217.3494517,-1098.623855,-501.734399,-690.5046415 +46545,-1165.00987,-205.3562653,-1092.7905,-525.6654064,-750.0192534 +46546,-1160.740781,-188.2543804,-1078.314556,-517.8305742,-785.7780628 +46547,-1152.081294,-172.3719569,-1071.948554,-512.2965359,-990.3119846 +46548,-1145.738329,-155.8680968,-1063.536668,-508.3291457,-884.4990842 +46549,-1136.597815,-139.0343225,-1052.763362,-505.6627552,-826.3542326 +46550,-1130.945213,-123.037777,-1045.840943,-500.7484198,-782.667999 +46551,-1125.349611,-105.8465053,-1037.219865,-497.7371278,-719.9294138 +46552,-1114.860162,-89.08919681,-1031.617392,-493.7166276,-686.0553666 +46553,-1112.020332,-72.52565314,-1019.102783,-490.7252588,-668.9079058 +46554,-897.4766385,-54.96964874,-871.6644802,-379.9567495,-29.72372477 +46555,-1172.236701,-40.31659929,-1141.822967,-495.7662895,-325.4224845 +46556,-1282.49037,-25.60455286,-1014.122079,-614.3941572,-918.6910318 +46557,-956.1146477,-10.93169798,-964.8856073,-394.874579,-346.0684982 +46558,-1113.626489,2.841475284,-999.7785143,-494.9785173,-914.0284952 +46559,-1070.841107,17.8126721,-983.1050854,-470.1523091,-845.5611445 +46560,-1006.473169,31.83438371,-979.3043679,-426.866696,-156.7849292 +46561,14.94338366,36.88685804,81.40284524,-10.32248851,-883.5877973 +46562,180.561163,189.2363296,380.9908179,94.2227566,-290.9222862 +46563,81.96661321,57.21920118,81.96710329,37.15822058,121.4498482 +46564,83.63977287,70.33481757,83.93059991,37.98073042,169.0294435 +46565,86.46434907,83.35815777,88.64766606,39.39865028,205.998632 +46566,89.77201431,95.20548599,94.21770726,41.05890594,235.9029548 +46567,93.28223707,105.7466134,99.71658584,42.79976737,261.8892136 +46568,96.83399657,115.1730044,104.8556347,44.5377489,285.313759 +46569,100.3900396,123.7318397,109.6597513,46.25777323,306.655537 +46570,115.8475227,137.0248538,126.1207878,53.37222905,347.746248 +46571,132.9771069,150.5296918,144.0697599,61.23121892,390.1549922 +46572,145.220736,161.3584746,156.9862504,66.8552442,422.1372613 +46573,154.8835706,170.6388996,167.2008196,71.2972734,448.0601181 +46574,162.4920414,178.6799052,175.2593469,74.80146274,469.0466634 +46575,168.4753974,185.7354951,181.6072422,77.56586857,486.0296231 +46576,173.1725692,192.007925,186.5971748,79.7457347,499.7620555 +46577,176.8468532,197.6556984,190.5040827,81.46086625,510.8437271 +46578,179.7050266,202.8039396,193.5445389,82.80488895,519.7565923 +46579,181.9168869,207.5549177,195.8965676,83.85444898,526.9016123 +46580,183.5889053,211.977303,197.6735623,84.65737864,532.552339 +46581,184.8649848,216.1529736,199.0252797,85.27856643,537.0395435 +46582,185.8027341,220.1214627,200.0181685,85.74372749,540.5276091 +46583,186.4764424,223.9273828,200.727685,86.08624049,543.2029111 +46584,186.9395777,227.6038392,201.2076471,86.33010467,545.2067093 +46585,187.2348563,231.1773957,201.5099353,86.4945153,546.654415 +46586,187.3963846,234.6693595,201.6656724,86.5948312,547.6403381 +46587,187.4513391,238.0967955,201.7094462,86.64332974,548.2414958 +46588,187.4213368,241.4733609,201.6609125,86.6498199,548.5207673 +46589,187.3235768,244.8099804,201.5428006,86.62215057,548.5295482 +46590,187.2780906,248.0007102,201.4689867,86.62639098,548.3098839 +46591,187.249932,251.0942765,201.4193544,86.64111478,547.8961599 +46592,187.1880467,254.1159463,201.3514105,86.63682689,547.3163496 +46593,187.0719742,323.011061,201.2452623,86.60151065,546.5934003 +46594,186.9056344,465.9146206,201.0997057,86.53577833,545.7461424 +46595,186.7002693,400.6828939,200.9205727,86.44452259,544.7901205 +46596,187.8128054,447.2645893,202.0613611,86.94494738,546.1878567 +46597,191.5018734,467.1643874,205.7787444,88.60932159,552.2266191 +46598,195.1957382,486.3737841,209.4996366,90.2683378,558.2300729 +46599,198.7981007,505.3245417,213.1266143,91.87882395,564.0198295 +46600,202.5735453,523.8475453,216.9232783,93.56217056,570.0726731 +46601,206.0225889,541.9706083,220.3892896,95.09232376,575.4772388 +46602,209.4029829,560.1119367,223.78169,96.58729787,580.7003685 +46603,212.7278513,578.1475846,227.113023,98.05361807,585.7657137 +46604,216.0063119,595.2448661,230.3919252,99.49575237,590.6907358 +46605,219.2448988,612.9640639,233.6245242,100.9168544,595.4887873 +46606,222.4486939,629.9235578,236.8155542,102.3193426,600.1708581 +46607,225.6219281,646.8244601,239.9689476,103.7052058,604.7465201 +46608,228.768189,663.3452568,243.0880349,105.0761111,609.224231 +46609,231.8905283,679.7607456,246.1756462,106.4334605,613.6114851 +46610,234.9879243,695.84426,249.2325301,107.7777124,617.9148753 +46611,238.0641994,711.9920171,252.2614508,109.1101797,622.1402252 +46612,241.1230386,727.7371279,255.2649417,110.4320478,626.2926583 +46613,244.1668401,743.8378648,258.2448344,111.744175,630.3767544 +46614,247.1970552,759.2758152,261.2024178,113.0471675,634.396562 +46615,250.2147154,774.7580585,264.1387098,114.3415042,638.3557113 +46616,253.2206763,789.7880999,267.0545726,115.6275888,642.2574317 +46617,256.2157276,805.3512334,269.9507877,116.9057848,646.1046475 +46618,259.2005774,820.4013841,272.8280458,118.1764111,649.8999692 +46619,262.1758881,834.8555794,275.6869894,119.4397621,653.6457969 +46620,265.1422439,849.7565254,278.528187,120.6960963,657.3442852 +46621,268.0320713,1032.954992,281.2840531,121.9146909,660.8735757 +46622,278.0071353,1049.349041,291.1244451,126.3042461,677.6813776 +46623,291.3684513,1065.215776,304.357294,132.1609718,701.2194896 +46624,304.5476368,1080.614669,317.4129649,137.867883,724.9689798 +46625,316.1711254,1095.756686,328.9124165,142.8222988,746.2619362 +46626,326.1975061,1110.83156,338.8091156,147.0291227,764.8298936 +46627,334.9761468,1125.594304,347.4492744,150.6647593,781.1601743 +46628,342.8329326,1140.361183,355.1572732,153.8876434,795.753324 +46629,349.9831806,1163.770938,362.147795,156.8007425,808.9492018 +46630,356.5627372,1182.505499,368.5564094,159.4680091,820.9662043 +46631,362.6675737,1200.852311,374.4789272,161.9338232,831.9626157 +46632,368.3746495,1220.007227,379.9920461,164.2330759,842.0693703 +46633,373.7490789,1238.165065,385.1607984,166.3948376,851.4015751 +46634,378.591309,1256.285933,389.785728,168.3275837,859.5976378 +46635,383.5401369,1274.446968,394.5058332,170.3207333,867.8235766 +46636,388.2709736,1292.242708,398.9967589,172.2254905,875.4963846 +46637,392.8207501,1310.117344,403.2956736,174.0573904,882.6915378 +46638,397.2203755,1327.537453,407.433723,175.8293005,889.4741606 +46639,401.4954603,1345.101158,411.4367506,177.5517443,895.9000542 +46640,405.6667713,1362.353666,415.3257506,179.2331057,902.0162757 +46641,409.7510371,1379.519851,419.1176712,180.8800031,907.8623787 +46642,413.7617438,1396.469568,422.826208,182.4976602,913.4716745 +46643,417.7098384,1413.439216,426.4625085,184.0902325,918.8723954 +46644,421.6042488,1430.135299,430.0356903,185.6610426,924.0885648 +46645,425.4523286,1446.751618,433.5532882,187.2127802,929.1407803 +46646,429.2601301,1463.165192,437.0215255,188.7476194,934.0466996 +46647,433.0326799,1479.657712,440.4455905,190.2673383,938.821554 +46648,436.7741296,1495.672487,443.8297923,191.7733819,943.4784497 +46649,440.4879679,1511.902131,447.1777692,193.2669513,948.0287781 +46650,444.1770895,1527.803472,450.4925598,194.7490286,952.4823714 +46651,447.8439427,1542.521235,453.7767522,196.2204391,956.8478126 +46652,451.4828421,1556.845191,457.026052,197.6790507,961.1325254 +46653,455.0910989,1571.093901,460.2386563,199.1238737,965.3429816 +46654,458.6696822,1585.040154,463.4157443,200.5552557,969.484839 +46655,462.2211384,1598.604151,466.5597522,201.9741095,973.5630905 +46656,465.7480993,1612.278414,469.6731467,203.3813682,977.5821191 +46657,469.2527864,1625.551965,472.7580284,204.7778115,981.5458048 +46658,472.7369783,1638.713464,475.8161073,206.1640571,985.4575543 +46659,476.2021485,1656.375493,478.8488315,207.5406186,989.3204196 +46660,479.6495552,1666.77092,481.857427,208.9079228,993.1370731 +46661,483.08026,1683.191036,484.8429825,210.2663473,996.9099231 +46662,486.4951406,1691.987761,487.8064458,211.6162168,1000.641092 +46663,489.894962,1710.690692,490.7486705,212.9578239,1004.332506 +46664,493.2803755,1685.871262,493.6704002,214.2914206,1007.985859 +46665,496.65198,1741.675891,496.5723256,215.617243,1011.602726 +46666,500.0102888,1733.527281,499.4550537,216.9354967,1015.184498 +46667,503.3557908,1749.320252,502.3191685,218.2463837,1018.732502 +46668,506.6889185,1760.67391,505.1651927,219.550084,1022.247924 +46669,510.0100679,1772.288855,507.9936151,220.8467668,1025.731869 +46670,513.3195724,1783.3103,510.8048644,222.1365786,1029.185303 +46671,516.617748,1794.441478,513.5993558,223.4196634,1032.609152 +46672,519.9048754,1805.426293,516.3774667,224.6961517,1036.004248 +46673,523.1812343,1816.001371,519.1395703,225.9661748,1039.371401 +46674,526.4470631,1826.811683,521.8860029,227.2298504,1111.284534 +46675,529.7026052,1837.31895,524.6171083,228.4873016,1179.533754 +46676,532.9480518,1847.566401,527.3331735,229.7386283,1146.86825 +46677,536.1835292,1857.844667,530.0344265,230.9839051,1174.766411 +46678,539.4090777,1867.916263,532.7210117,232.2231704,1187.186408 +46679,542.6247257,1877.858504,535.3930628,233.4564605,1199.157091 +46680,545.8305277,1887.675996,538.0507349,234.6838239,1210.742944 +46681,549.1177405,1900.197616,540.785384,235.9467672,1244.194969 +46682,552.5953394,1910.494754,543.7055024,237.2908579,1257.764531 +46683,556.1698299,1920.111988,546.7186887,238.6752558,1270.105507 +46684,559.7477206,1929.929539,549.7321156,240.0591564,1282.5974 +46685,563.2856724,1939.396965,552.7025444,241.4237124,1294.807791 +46686,566.7754986,1948.568417,555.6216785,242.7655561,1306.12983 +46687,570.2221719,1957.777592,558.494386,244.0847887,1318.021194 +46688,573.6322485,1966.76802,561.327189,245.3818312,1329.241928 +46689,722.937947,1975.446625,564.1250032,246.6576149,1340.485916 +46690,676.4906726,1984.491513,566.891257,247.9138932,1351.484673 +46691,697.8239209,1992.811294,569.6285607,249.1527041,1362.425122 +46692,714.9874559,2001.44997,572.3344714,250.375937,1373.03904 +46693,728.1343778,2009.692305,575.0037797,251.5851685,1383.914023 +46694,740.7498325,2017.995463,647.0954751,252.7816756,1394.288912 +46695,753.3081105,2026.087442,671.5455144,253.9665111,1404.691532 +46696,765.6704545,2034.003801,660.2906412,255.1405594,1414.771248 +46697,778.0146771,2041.725479,679.4703799,256.3045614,1425.187777 +46698,789.8503588,2049.646491,689.527711,257.4591398,1435.054789 +46699,802.1479407,2057.084087,699.1320539,258.6048131,1444.984811 +46700,813.763852,2064.744622,708.7058615,259.7420243,1454.769719 +46701,825.5160689,2071.862394,718.0484326,260.8711537,1464.449649 +46702,837.1773175,2079.236193,727.4214108,261.9925307,1473.831448 +46703,848.7249468,2086.239989,736.3303185,276.4027434,1483.624235 +46704,859.8312409,2093.30322,745.6229418,304.6666535,1493.058411 +46705,871.6591179,2100.082445,754.3296144,319.8773111,1502.033622 +46706,882.1552282,2106.807691,763.2797122,277.935287,1511.36495 +46707,893.8038349,2113.58839,771.731907,318.0941433,1520.403819 +46708,904.2990579,2119.961719,780.6058176,315.9042612,1529.353715 +46709,915.8162448,2126.350686,788.8900273,319.1233801,1538.275222 +46710,926.0616703,2132.580131,797.3282217,324.517743,1547.048208 +46711,936.749276,2138.273023,805.6966611,329.0245379,1555.526573 +46712,947.2826765,2143.763337,813.6851012,333.3599208,1564.484479 +46713,957.8423416,2149.087135,821.5492645,337.8085448,1572.862553 +46714,967.4090657,2154.255929,829.8046174,341.9771454,1581.320911 +46715,978.2311277,2159.276265,837.5326556,346.2428456,1589.645964 +46716,987.9414892,2164.250848,845.110289,350.3843467,1597.955852 +46717,998.1276278,2170.184844,852.9587957,354.4964889,1606.08994 +46718,1007.648936,2176.153938,860.3816393,358.5487042,1614.24037 +46719,1018.010479,2177.866339,867.9613134,362.6088219,1622.212834 +46720,1027.421355,2188.65004,875.4347389,366.4324937,1630.20506 +46721,1037.520887,2180.472983,882.7089722,370.5124794,1638.019938 +46722,1046.600643,2210.476625,890.3824382,374.1953516,1645.859166 +46723,1056.472909,2164.395924,897.1407136,378.1525005,1653.521092 +46724,1065.50619,2213.095266,904.288291,381.8421502,1661.212567 +46725,1075.433155,2198.37526,911.8263038,385.6444421,1668.726254 +46726,1084.418903,2205.40685,918.5057184,389.2644395,1676.277665 +46727,1093.879699,2208.956526,925.5355908,392.9711633,1683.64678 +46728,1102.920482,2212.12282,932.6428059,396.6833266,1691.026897 +46729,1112.210252,2215.380679,939.2751738,400.0132644,1698.342487 +46730,1120.828774,2218.428963,945.9013219,403.8436758,1705.511377 +46731,1130.466909,2221.3714,953.0722846,407.2822475,1712.691216 +46732,1139.024955,2224.195449,959.5257744,410.5601437,1719.80914 +46733,1148.12434,2226.900774,966.0780127,414.2800974,1726.784209 +46734,1156.797035,2229.488821,972.9139949,417.4652685,1733.772892 +46735,1165.725131,2231.960335,979.2243371,421.0422438,1740.705296 +46736,1174.283057,2234.316021,985.7286924,424.3067909,1747.493827 +46737,1183.095909,2236.556777,992.2717484,427.5405527,1754.303048 +46738,1191.457022,2238.663021,998.5000142,430.891456,1760.810928 +46739,1200.226983,2240.691827,1004.560173,434.2230672,1767.656601 +46740,1208.153223,2242.574053,1011.388715,437.3590638,1774.054001 +46741,1099.502105,2215.588453,899.8501651,387.1752889,1549.482353 +46742,1104.664708,2155.285242,902.9958255,389.1728473,1552.623402 +46743,1111.611278,2208.93951,907.6124052,391.561584,1556.350444 +46744,1118.451923,2211.111265,912.5104154,393.9873054,1560.325356 +46745,1125.147496,2160.835592,917.3004035,396.7016049,1565.16498 +46746,1132.62577,2209.096468,922.1771753,399.1037556,1569.492138 +46747,1139.43771,2215.964035,927.1755051,401.6646257,1574.196627 +46748,1146.518117,2158.570685,932.0553107,404.3283073,1578.902362 +46749,1153.530327,2212.387793,937.0578938,406.912595,1583.562353 +46750,1160.435534,2217.376321,941.9283675,409.2797919,1588.294442 +46751,1167.482954,2158.312311,946.9144424,411.9986288,1593.031184 +46752,1174.345502,2213.458439,951.5808686,414.4622147,1597.700147 +46753,1181.337001,2217.664148,956.8344511,416.9163097,1602.427032 +46754,1188.148054,2158.131137,961.5168952,419.5575883,1607.149671 +46755,1195.076139,2213.25868,966.4871882,422.0797202,1611.795393 +46756,1201.832072,2216.293491,971.2858285,424.4620729,1616.494838 +46757,1208.273864,2158.417591,976.1967991,426.9198792,1621.186361 +46758,1215.563384,2211.598437,980.9683917,429.5147612,1625.795287 +46759,1222.0473,2213.343332,985.8512486,431.9133649,1630.457652 +46760,1228.844798,2159.112819,990.5955433,434.382737,1635.109711 +46761,1235.573275,2208.402524,995.4501727,436.9213151,1639.675526 +46762,1242.386016,2209.157039,1000.166618,439.1208488,1644.294673 +46763,1249.040286,2159.86435,1004.766904,441.7564332,1648.903869 +46764,1255.738561,2204.029622,1009.812832,444.0896925,1653.421013 +46765,1262.888753,2203.020886,1014.435623,446.5119612,1657.994931 +46766,1268.980899,2161.479844,1019.136903,448.9101669,1662.524312 +46767,1276.058156,2197.93743,1023.907181,451.20117,1667.07362 +46768,1282.574059,2195.437075,1028.539838,453.7322172,1671.526006 +46769,1289.409834,2163.349855,1033.282215,456.0299733,1676.03455 +46770,1295.970056,2214.676879,1037.886372,458.5092452,1680.496757 +46771,1302.417534,2142.852569,1042.470667,460.5825265,1684.979632 +46772,1308.824968,2221.597063,1046.372371,462.8507309,1689.357702 +46773,1315.11913,2131.596421,1050.816628,464.8982449,1693.79333 +46774,1321.523529,2217.028498,1054.940707,467.2150087,1698.179705 +46775,1327.777095,2129.88248,1059.131541,469.2719069,1702.588922 +46776,1333.73637,2202.105119,1063.296109,471.4107658,1706.892019 +46777,1340.753318,2136.728819,1067.372725,473.5168856,1711.255447 +46778,1346.622611,2178.177227,1071.50692,475.6089165,1715.567547 +46779,1352.981631,2150.790608,1075.525375,477.6860493,1719.870967 +46780,1359.371467,2159.283021,1079.581404,479.7496614,1724.184014 +46781,1365.502696,2152.747517,1083.616234,481.6843443,1728.393651 +46782,1371.858699,2150.193575,1087.2936,484.0109207,1732.659198 +46783,1378.074406,2146.949192,1091.701905,485.7751977,1736.870553 +46784,1384.327591,2143.59262,1095.468343,487.8931623,1741.10564 +46785,1390.050804,2133.377855,1107.37309,493.2116323,1742.067417 +46786,1395.850698,2128.723851,1112.280658,495.5219851,1745.12151 +46787,1402.132486,2124.467518,1116.705089,497.9734092,1747.373128 +46788,1408.16235,2120.257101,1120.990484,500.0763811,1750.044702 +46789,1414.502736,2116.029545,1125.283771,502.254725,1752.533161 +46790,1420.536795,2111.757216,1129.453297,504.5059671,1754.768178 +46791,1426.878579,2107.426958,1133.566311,506.2763759,1757.797999 +46792,1432.903588,2103.031691,1137.715846,508.6682417,1760.165931 +46793,1439.244171,2098.567598,1141.720379,510.6077126,1762.60769 +46794,1445.257571,2094.032232,1145.801128,512.6778235,1765.178879 +46795,1451.545221,2089.424246,1149.735229,514.7087073,1767.75093 +46796,1457.676689,2084.641847,1153.750924,516.7237342,1770.110101 +46797,1463.847539,2080.027883,1157.620021,518.7235348,1772.743965 +46798,1470.019968,2075.228488,1161.576354,520.5632536,1775.063274 +46799,1476.174399,2070.194837,1165.384185,522.7608067,1777.636496 +46800,1482.378987,2065.280755,1169.285833,524.60698,1780.050338 +46801,1246.934742,1949.964741,930.9905957,417.2127874,1345.250015 +46802,1247.173011,1941.966645,929.9072912,416.4147484,1323.853161 +46803,1250.325201,1934.895404,929.522727,416.6064545,1321.06043 +46804,1253.391531,1928.053145,930.3782476,417.1910559,1320.254424 +46805,1257.066649,1921.339235,931.4955496,417.6886156,1320.271138 +46806,1261.039794,1914.683671,932.8263015,418.5165384,1320.331373 +46807,1265.018444,1908.041077,934.2859779,419.2035806,1320.908845 +46808,1269.205426,1901.384478,935.8303872,420.2200441,1321.877499 +46809,1273.475431,1894.607877,937.6738387,421.0161409,1322.44124 +46810,1277.711955,1888.011917,938.9489664,421.9312887,1323.581721 +46811,1282.102081,1881.18736,940.8397148,422.8445821,1324.688071 +46812,1286.548416,1874.391476,942.479776,423.7720134,1325.85826 +46813,1290.94304,1867.625665,944.2694632,424.7116653,1327.095219 +46814,1295.525386,1860.598205,945.9982505,425.5460773,1328.457458 +46815,1299.997537,1853.70686,947.8396073,426.8002987,1329.822912 +46816,1304.621915,1846.604826,949.6127669,427.5072025,1330.986808 +46817,1309.291062,1839.679186,951.498173,428.5918674,1332.920685 +46818,1313.888977,1832.520121,953.0469932,429.560888,1334.20563 +46819,1320.094503,1825.382721,955.3607408,430.556572,1335.870312 +46820,1326.963892,1818.183646,957.072601,431.5600498,1337.468692 +46821,1333.944765,1810.93425,958.9876173,432.5709298,1339.099901 +46822,1341.133672,1803.548039,960.9602439,433.4626811,1340.827617 +46823,1348.528458,1796.406433,962.8503692,434.6785564,1340.788186 +46824,1355.991055,1788.82931,964.8235554,435.6151317,1341.914731 +46825,1363.517203,1781.452411,966.8092844,436.6714629,1342.380073 +46826,1371.313724,1773.94604,968.7405756,437.7128417,1343.188681 +46827,1379.247853,1766.403824,970.7778811,438.7600373,1343.989361 +46828,1387.187068,1758.727824,972.7231536,439.8123025,1344.749118 +46829,1395.413793,1751.213209,974.7513681,440.9982273,1345.63699 +46830,1403.575318,1743.47421,976.7909913,441.8612274,1346.445845 +46831,1411.941841,1735.566936,978.9775024,442.9761392,1347.358792 +46832,1420.417105,1727.725626,981.2837379,444.3446999,1348.299262 +46833,1428.860658,1719.548407,983.6199444,445.435266,1349.191897 +46834,1437.531445,1711.705208,985.9028608,446.6611852,1350.212253 +46835,1446.305585,1703.573956,988.2728525,447.8741704,1351.144512 +46836,1455.038017,1695.479782,990.6607165,449.0955121,1352.180453 +46837,1464.051784,1687.252224,992.9879976,450.3247808,1353.241477 +46838,1472.951183,1679.178672,995.4320886,451.5613994,1354.244507 +46839,1482.085188,1670.983237,997.7741092,452.8051405,1355.346078 +46840,1490.701623,1662.619413,1000.207965,454.0554487,1356.470455 +46841,1500.807949,1654.37945,1002.621346,455.159476,1357.534553 +46842,1509.672787,1645.956675,1005.08131,456.656825,1358.696089 +46843,1519.34025,1637.710545,1007.466177,457.8111823,1359.880132 +46844,1528.633311,1629.264623,1009.933205,459.1112926,1360.999233 +46845,1538.362808,1620.855008,1012.411672,460.3904497,1362.217167 +46846,1551.691792,1615.696158,1007.620897,458.6534332,1363.45368 +46847,1562.104085,1607.861945,1008.752744,459.3462872,1364.615514 +46848,1572.252412,1599.601919,1010.62441,460.5086119,1365.934529 +46849,1582.642697,1591.276623,1012.679012,461.3572595,1367.247365 +46850,1592.678731,1608.362485,1014.852437,462.609364,1368.47677 +46851,1603.154103,1537.73762,1016.984655,463.7423385,1369.805522 +46852,1613.52564,1611.629672,1019.229564,464.9171976,1370.761336 +46853,1623.78109,1513.255623,1021.468325,466.1067968,1372.632278 +46854,1634.418989,1587.359483,1023.769245,467.3081934,1373.657247 +46855,1644.824087,1508.42573,1025.997879,468.350212,1375.123151 +46856,1655.608959,1549.908982,1028.324925,469.8328984,1376.488314 +46857,1666.036201,1512.787692,1030.673988,470.9384798,1377.759573 +46858,1676.924866,1517.728421,1032.943893,472.2067743,1379.232119 +46859,1687.630276,1505.005388,1035.315204,473.4554034,1380.543636 +46860,1698.469167,1496.912749,1037.663608,474.7115238,1382.058541 +46861,1944.091294,1595.661138,1275.296965,582.7635579,1809.155519 +46862,1958.76461,1588.853395,1282.378684,586.3522653,1814.96322 +46863,1972.867741,1581.471607,1287.027172,588.4357126,1819.59918 +46864,1995.748677,1573.793389,1291.556452,590.9720625,1823.935963 +46865,1993.36656,1565.975634,1295.861256,593.1189855,1827.482267 +46866,1997.563535,1558.050175,1299.999648,595.3132537,1830.993845 +46867,2030.066279,1577.956198,1303.979841,597.3742017,1834.246956 +46868,2032.031556,1502.312523,1308.029669,599.4887064,1837.454653 +46869,2046.445118,1552.627628,1311.889448,601.4926837,1840.323277 +46870,2058.525679,1546.085306,1315.766239,603.5625835,1843.519667 +46871,2070.990813,1487.003985,1319.526907,605.3255309,1846.261547 +46872,2083.040398,1520.083348,1323.46185,607.7071352,1849.171587 +46873,2095.373174,1500.634801,1327.027912,609.4795495,1851.966065 +46874,2107.500601,1492.515989,1335.643399,611.5355636,1854.810281 +46875,2119.720089,1484.897112,1337.756452,613.4785358,1857.327371 +46876,2132.013534,1476.778927,1344.238032,615.4337462,1860.273682 +46877,2144.167142,1468.57898,1321.635048,617.3431337,1862.732994 +46878,2156.614907,1460.388742,1356.70794,619.3147212,1865.5272 +46879,2168.690205,1452.195469,1346.059806,621.2117184,1867.902824 +46880,2181.031576,1444.008112,1352.338888,623.0780481,1870.554189 +46881,2193.276069,1435.901945,1355.964061,625.0139105,1873.057548 +46882,2205.671178,1427.531374,1359.269811,626.7993966,1875.655662 +46883,2220.242629,1419.530882,1362.875186,628.7010148,1877.994157 +46884,2226.557716,1411.379061,1366.328104,630.5274072,1880.67716 +46885,2244.048977,1403.050531,1369.646593,632.3771236,1882.845871 +46886,2254.298279,1395.166376,1373.166277,634.1721879,1896.524157 +46887,2267.061815,1386.85328,1376.423905,636.0487271,1870.91031 +46888,2279.142682,1378.737132,1379.742011,637.8410995,1906.614387 +46889,2291.761396,1370.833183,1383.271735,639.2959338,1878.10183 +46890,2303.630445,1362.586131,1386.408837,641.5924055,1914.498208 +46891,2336.117922,1354.669661,1389.937849,643.2157332,1888.648777 +46892,2299.199936,1346.703624,1393.087149,645.0694305,1901.943263 +46893,2364.615401,1338.770565,1396.700256,646.8569015,1907.329237 +46894,2351.498109,1330.887041,1399.949172,648.6799639,1901.530084 +46895,2373.186696,1325.80107,1403.229017,650.5602633,1907.469874 +46896,2376.600815,1320.415763,1406.691994,652.2329317,1909.274971 +46897,2393.939514,1314.818307,1409.764011,654.1256145,1911.299453 +46898,2405.034828,1309.319564,1413.261359,655.876192,1913.764208 +46899,2417.74708,1303.907681,1416.465493,657.6647858,1915.756752 +46900,2430.095935,1298.205336,1419.748252,659.4408873,1918.181871 +46901,2442.680174,1292.926293,1423.005418,661.2111617,1920.292169 +46902,2454.968449,1287.402513,1426.24882,662.975408,1922.363081 +46903,2467.756866,1281.894694,1429.569422,664.7337927,1929.880446 +46904,2480.059139,1276.69781,1432.650813,666.4865278,1919.523282 +46905,2492.699081,1271.126818,1435.921655,668.2332782,1936.452211 +46906,2504.898202,1265.746848,1439.101056,669.9740534,1929.23064 +46907,2517.781373,1260.519882,1442.281204,671.7095686,1933.166658 +46908,2537.627717,1255.234011,1445.450018,673.4388434,1935.961194 +46909,2539.255793,1249.757732,1448.606897,675.1628882,1937.595113 +46910,2556.044096,1244.68299,1451.751188,676.8811942,1940.465227 +46911,2568.423193,1239.471322,1457.715691,678.5938766,1941.643059 +46912,2580.555338,1234.221272,1456.066336,680.3009378,1944.041324 +46913,2592.976003,1229.143744,1472.630592,682.002769,1946.257272 +46914,2605.353006,1245.913751,1446.166492,683.6989549,1948.072503 +46915,2622.028251,1183.908046,1467.810363,681.8417756,1950.423455 +46916,2635.519246,1248.314435,1470.985508,682.790733,1957.585266 +46917,2648.032693,1170.641186,1443.758413,684.0802396,1947.484919 +46918,2661.309842,1226.960787,1473.953404,685.4627781,1963.269362 +46919,2673.949391,1175.82664,1465.703135,686.8846357,1957.493238 +46920,2693.996656,1198.186378,1470.063028,688.3260899,1960.404418 +46921,2739.357366,1206.512822,1522.800415,712.6193835,2043.111732 +46922,2764.441585,1204.27493,1519.676315,715.1542626,2053.646728 +46923,2776.655001,1199.985582,1530.566238,717.2385472,2053.206726 +46924,2789.327561,1195.723431,1531.445471,719.205826,2054.397091 +46925,2803.07613,1191.348012,1535.286387,721.1519883,2067.796659 +46926,2816.473051,1186.973474,1538.539271,722.9354314,2061.404895 +46927,2836.783182,1182.608373,1541.671576,724.7106592,2073.88675 +46928,2840.599047,1178.343222,1544.728807,726.4444277,2067.956231 +46929,2855.552349,1174.023956,1547.727514,728.1514376,2080.280636 +46930,2869.099436,1169.730794,1550.676176,729.8350365,2079.744884 +46931,2881.989843,1165.505485,1553.580922,731.4990417,2081.886488 +46932,2894.018697,1161.533704,1557.302558,733.1441477,2085.211581 +46933,2915.019213,1157.26691,1558.706475,734.7719317,2088.596428 +46934,2918.268603,1153.262344,1565.951584,736.383093,2091.610335 +46935,2931.714689,1149.243496,1558.72252,737.9787469,2094.360881 +46936,2952.86148,1145.292716,1585.963205,739.6037183,2097.320848 +46937,2949.612154,1141.475045,1546.668415,741.101815,2105.434816 +46938,2976.608992,1137.476708,1583.744807,742.6838002,2098.37545 +46939,2989.756633,1133.868727,1584.695427,744.2128583,2110.322738 +46940,2986.351179,1130.119053,1561.031628,745.7345701,2104.584434 +46941,3017.877464,1126.576549,1588.755239,747.2425943,2115.505935 +46942,3021.070068,1122.930852,1599.925024,748.7366807,2115.793628 +46943,3028.818112,1119.504747,1558.250292,750.2183568,2111.568509 +46944,3044.704979,1116.097658,1601.355669,751.6860615,2123.055795 +46945,3051.90033,1112.873686,1587.926646,753.1412638,2123.36368 +46946,3060.22891,1110.151899,1593.029868,755.1005817,2124.509112 +46947,3064.353345,1107.209515,1595.540724,757.039811,2126.390862 +46948,3068.499273,1104.518733,1597.921853,759.0454368,2133.590011 +46949,3072.854185,1101.807513,1600.290988,761.121774,2132.901499 +46950,3077.145892,1099.145423,1602.635172,763.220459,2132.89609 +46951,3081.346421,1096.053137,1603.875515,765.0212051,2133.696902 +46952,3085.525365,1092.898913,1604.86381,766.6823921,2135.070302 +46953,3089.691049,1089.791635,1605.721215,768.3900886,2135.722629 +46954,3093.71109,1086.520721,1606.477137,770.1079844,2134.258837 +46955,3097.453711,1083.387531,1607.244976,772.0159039,2132.634044 +46956,3100.928454,1080.201163,1607.690779,773.6290869,2130.903637 +46957,3104.209604,1076.962998,1608.281309,775.5489251,2129.129554 +46958,3107.358483,1073.886362,1608.71825,777.2621115,2127.34715 +46959,3110.408508,1070.675224,1611.546849,779.2024059,2125.569979 +46960,3113.405818,1067.522884,1605.792286,781.0339853,2123.82584 +46961,3116.313204,1064.366235,1626.324563,782.9967049,2122.081404 +46962,3119.236667,1061.214262,1587.250096,784.8780606,2120.41539 +46963,3122.176547,1058.068051,1620.845897,786.8238927,2118.826249 +46964,3124.958841,1054.92755,1627.346048,788.7857687,2117.177795 +46965,3127.785754,1051.855976,1580.849321,790.7712092,2115.623083 +46966,3130.625513,1048.636556,1635.870213,792.8278175,2114.13488 +46967,3133.402275,1045.560042,1589.786719,794.7398406,2112.653227 +46968,3136.151591,1042.437156,1625.940231,796.9010859,2111.203211 +46969,3139.092139,1039.331674,1615.709962,798.9380488,2109.729927 +46970,3141.772074,1036.233978,1590.515942,801.0471411,2108.34152 +46971,3144.416161,1033.144989,1633.5921,803.1726328,2106.976345 +46972,3147.018832,1030.064511,1587.777766,805.3211175,2105.621131 +46973,3149.656398,1026.993399,1613.286644,807.4438198,2104.330428 +46974,3152.171443,1023.931577,1625.933495,809.7130773,2102.981092 +46975,3154.638436,1020.879863,1599.789106,811.8964008,2101.629355 +46976,3157.216784,1017.837745,1593.338313,814.195661,2100.397866 +46977,3159.711776,1014.806326,1630.401634,816.3862278,2099.136737 +46978,3162.145733,1011.785279,1583.907664,818.7103484,2097.863127 +46979,3164.52804,1008.723072,1635.26735,820.9829103,2096.582798 +46980,3166.911869,1005.806211,1573.666103,823.2908532,2095.336176 +46981,3171.518784,969.7224248,1542.128615,792.4518655,2097.61967 +46982,3171.761345,966.1679117,1523.41318,794.4473238,2094.942802 +46983,3169.855658,963.0671331,1527.110193,796.5199767,2089.561082 +46984,3168.224456,959.799642,1520.404724,798.7396399,2083.999766 +46985,3167.867381,956.6189111,1523.902732,800.9517801,2079.395045 +46986,3169.154661,953.5048323,1520.651674,803.2535861,2075.852862 +46987,3171.618919,950.2627808,1519.575973,805.4567406,2073.132072 +46988,3174.71999,947.1600228,1518.17418,807.8439239,2070.983357 +46989,3178.105965,944.0217025,1516.730527,810.1404046,2069.240584 +46990,3181.609623,940.9051107,1515.162922,812.4982345,2067.811664 +46991,3185.162112,937.8016746,1513.806521,814.8281763,2066.641043 +46992,3188.733449,934.7108869,1512.211254,817.2956067,2065.688638 +46993,3192.305707,931.6325378,1510.669157,819.6344318,2064.921778 +46994,3195.864734,928.5667555,1509.085021,822.1495322,2064.312457 +46995,3199.401041,925.5133381,1507.47211,824.4809137,2063.837743 +46996,3202.907983,922.4721606,1505.830904,827.0102887,2063.478058 +46997,3206.379635,919.4433685,1504.161982,829.5652559,2063.215677 +46998,3209.812813,916.4268008,1502.46528,832.0173922,2063.036278 +46999,3213.2067,913.4226183,1500.741494,834.5296976,2062.928343 +47000,3216.561077,910.4306809,1498.990601,837.0739691,2062.881751 +47001,3219.87487,907.5066763,1497.213345,839.6404107,2062.887161 +47002,3223.147903,904.4583887,1495.409737,842.2251598,2062.937202 +47003,3226.380964,901.5424841,1493.58054,844.8790076,2063.025991 +47004,3229.850923,898.5917524,1491.725776,847.3667666,2063.146105 +47005,3232.972752,895.6070483,1489.846213,850.1143061,2063.292382 +47006,3236.050063,892.769061,1487.848071,852.7167316,2063.463694 +47007,3239.09472,889.8257092,1486.057408,855.386521,2063.657889 +47008,3242.109889,886.9410928,1484.039339,858.0621675,2063.871624 +47009,3245.094035,884.1150994,1482.077266,860.7509278,2064.101415 +47010,3248.044788,881.1678528,1480.078749,863.4521806,2064.344592 +47011,3250.960148,878.3625173,1478.085599,866.2758728,2064.598975 +47012,3253.907197,875.5255201,1476.075418,869.0852933,2064.86216 +47013,3256.934269,872.7097252,1474.044798,872.0556787,2065.13074 +47014,3260.035031,869.9066197,1471.993541,874.9307146,2065.400906 +47015,3263.196344,867.1160184,1469.921005,877.8743579,2065.669915 +47016,3266.390616,864.3376025,1467.920176,880.8843906,2065.935053 +47017,3269.548406,861.5720733,1483.622328,883.7789829,2066.148769 +47018,3272.791479,858.8166107,1436.675753,886.8127217,2066.416506 +47019,3276.102716,856.0747159,1474.341724,889.8175819,2066.7264 +47020,3279.599699,853.3440003,1460.845163,892.7934999,2066.960942 +47021,3282.773718,850.6251819,1450.498772,895.9252242,2067.192635 +47022,3285.950442,847.9179418,1465.235455,898.951404,2067.425182 +47023,3289.138808,845.2222618,1440.921876,902.0425066,2067.664035 +47024,3292.335116,842.5378469,1459.972397,905.140888,2067.906751 +47025,3295.522243,839.9165413,1440.350966,908.2545634,2068.141031 +47026,3298.714723,837.1788891,1448.930842,911.3829067,2068.379515 +47027,3302.175442,834.5642882,1442.724358,914.5255597,2068.604049 +47028,3305.267984,831.9164804,1441.08339,917.7387373,2068.819931 +47029,3308.354513,829.2871202,1438.648135,920.7667536,2069.038366 +47030,3311.442928,826.6173217,1436.408199,924.0733206,2069.257762 +47031,3314.75246,824.0836773,1433.951923,927.2180466,2069.474668 +47032,3317.97684,821.4499316,1431.554302,930.4317872,2069.68606 +47033,3320.899273,818.9204746,1429.124902,933.647997,2069.894571 +47034,3323.399532,816.2687592,1426.676266,936.8742785,2070.109089 +47035,3326.591915,813.7363869,1424.209211,940.1102698,2070.329817 +47036,3329.882273,811.1705296,1421.723714,943.3552938,2070.546107 +47037,3332.939431,808.6217661,1419.219658,946.550894,2070.754599 +47038,3335.966676,806.0824118,1416.697578,949.8991746,2070.958584 +47039,3338.973773,803.5523323,1414.157374,953.1263078,2071.159606 +47040,3342.275263,801.5200363,1411.599016,956.4109577,2071.350065 +47041,3347.943317,731.9121482,1255.215196,893.3762942,2075.37303 +47042,3345.444081,729.046765,1251.07957,895.8641462,2069.66818 +47043,3335.076392,725.9377778,1247.226444,898.6158354,1966.098856 +47044,3312.564319,722.9755627,1243.522823,901.4261466,1716.458337 +47045,3288.063599,720.0593059,1239.85403,904.2640444,1891.54396 +47046,3275.410869,717.1730474,1236.206265,907.1197629,1847.496988 +47047,3270.043597,714.3016895,1232.568552,909.9953995,1837.799517 +47048,3267.833007,711.4503138,1228.939094,912.8822392,1839.475873 +47049,3267.382195,708.6161067,1225.312573,915.721294,1839.253348 +47050,3268.680637,705.795796,1221.684996,918.7104267,1838.73337 +47051,3270.759399,702.9878728,1218.053411,921.5771931,1838.376786 +47052,3273.244326,700.1913544,1214.415641,924.4977086,1838.092745 +47053,3275.931281,697.4054215,1210.770409,927.4690083,1837.804786 +47054,3278.486839,694.5847321,1207.037467,930.2969646,1831.665848 +47055,3281.30912,691.8830609,1203.489028,933.2528264,1845.499869 +47056,3284.135238,689.0947911,1199.761464,936.1573384,1828.12131 +47057,3286.906663,686.3526764,1196.168958,939.0102082,1845.113805 +47058,3289.557507,685.9961822,1197.902774,941.2942214,1827.727434 +47059,3291.372296,683.7636491,1195.42081,943.9922922,1838.978293 +47060,3293.009219,681.2721036,1192.205328,946.8097673,1835.6418 +47061,3294.707775,678.7176057,1188.814134,949.6337356,1835.232209 +47062,3296.494445,676.0944552,1185.333964,952.460972,1835.28576 +47063,3298.452567,673.5627325,1181.721397,955.2870549,1835.127825 +47064,3300.530806,670.9341752,1178.262803,958.1095984,1834.880676 +47065,3302.668389,668.3377557,1174.603768,960.9271484,1834.678988 +47066,3304.831649,665.7336466,1170.982221,963.7384886,1834.447248 +47067,3307.005732,663.1285454,1167.32367,966.5427607,1834.287583 +47068,3309.183578,660.5230422,1163.640057,969.3398831,1834.051834 +47069,3311.357973,657.8766164,1159.932561,972.1258657,1833.853369 +47070,3313.525162,655.3305046,1156.200814,974.9044748,1833.672978 +47071,3315.684567,652.7703364,1152.619207,976.8290173,1833.458538 +47072,3317.501038,650.2630602,1149.057148,978.5469257,1833.398323 +47073,3318.759045,647.7614106,1145.498756,980.144369,1832.960883 +47074,3319.465072,645.2690996,1141.938902,981.6454294,1832.863079 +47075,3319.722757,642.8074638,1138.3518,983.265676,1832.581922 +47076,3319.686722,640.2976641,1134.9079,984.7485956,1832.413759 +47077,3319.399511,637.8913126,1131.293741,986.3853263,1832.159529 +47078,3318.869248,635.4064209,1127.81067,986.9934999,1831.922183 +47079,3318.103438,632.9621236,1124.133429,988.9414789,1831.6445 +47080,3317.121039,630.5190574,1120.537992,988.8232493,1831.425086 +47081,3315.937216,628.0826718,1117.055377,991.1873425,1831.133976 +47082,3314.565575,625.6527853,1113.42541,990.1329897,1830.824004 +47083,3313.010927,623.189762,1109.853536,993.6679491,1830.681162 +47084,3311.281588,620.8295173,1106.269186,990.3758184,1830.171465 +47085,3309.377775,618.3905073,1102.610644,996.6365887,1829.89137 +47086,3307.322442,615.9902372,1099.19419,989.1890495,1829.51977 +47087,3305.106974,613.5897367,1095.451143,1000.878873,1829.187644 +47088,3302.753737,609.0948708,1087.038283,989.0597042,1828.735514 +47089,3300.894103,606.5190701,1082.849209,1006.578954,1828.358879 +47090,3299.231246,603.9610269,1079.063244,987.1583057,1827.906303 +47091,3297.36192,601.4700364,1075.182361,1009.364715,1827.492775 +47092,3295.137904,598.9963242,1071.464935,986.4761626,1826.999304 +47093,3292.552153,596.5024892,1067.526698,1010.087668,1826.633394 +47094,3289.672236,594.0857568,1063.871281,986.8795571,1825.852406 +47095,3286.548585,591.6221013,1060.063058,1009.006633,1825.423217 +47096,3283.237748,589.2021365,1056.336554,988.1876988,1824.749888 +47097,3279.763203,586.7869497,1052.543721,1006.681701,1824.25607 +47098,3276.08914,584.3447556,1065.622611,990.0242456,1823.590678 +47099,3272.337531,581.9990159,1020.104231,1003.145094,1822.928432 +47100,3268.438024,579.583911,1071.491485,992.4188259,1822.297531 +47101,2003.062031,577.3580553,866.5467658,998.244332,1820.277432 +47102,2113.957362,704.7327923,902.7060199,1125.878328,2146.375406 +47103,2262.949197,706.6819534,949.9413069,1129.497627,2242.133736 +47104,2376.698637,703.9899886,983.8292029,1128.673562,2303.8855 +47105,2441.784454,701.3019548,1001.508521,1138.274206,2328.424795 +47106,2481.151842,699.4328895,1011.582613,1113.267996,2338.340853 +47107,2507.049976,697.2845308,1017.995082,1146.404537,2342.157155 +47108,2525.55523,695.0891503,1022.549737,1107.72939,2343.715327 +47109,2539.517413,692.9301001,1026.069469,1144.684813,2344.468821 +47110,2550.268878,690.7636076,1028.923131,1107.50618,2345.154274 +47111,2558.505124,688.5989827,1031.2773,1137.444525,2345.536442 +47112,2564.689844,686.4383134,1033.223051,1111.683624,2345.859252 +47113,2569.190558,684.2835487,1034.824547,1125.901312,2346.137586 +47114,2572.312429,682.1357476,1036.134456,1118.916768,2346.378985 +47115,2574.305301,679.9530137,1037.197312,1118.56384,2346.588612 +47116,2575.370119,677.8854131,1038.05068,1117.081907,2346.770553 +47117,2575.667344,675.7311792,1038.726043,1115.526757,2346.928171 +47118,2575.324838,673.6241527,1039.24966,1113.899497,2347.064122 +47119,2574.444774,671.5189361,1039.643493,1112.121117,2347.180599 +47120,2573.109265,669.421929,1039.925971,1110.461708,2347.279482 +47121,2571.384653,667.3330306,1040.112593,1108.557285,2347.362364 +47122,2569.324496,665.2304916,1040.216415,1106.628947,2347.430609 +47123,2566.968656,663.1511422,1040.248017,1104.706687,2347.48515 +47124,2564.353367,661.0801531,1040.216785,1102.522588,2347.526934 +47125,2561.509165,658.9745886,1040.130753,1100.437264,2347.556752 +47126,2558.460797,656.9782269,1039.996707,1098.210198,2347.575285 +47127,2555.227975,654.8949917,1039.820333,1095.923292,2347.583017 +47128,2551.826713,652.8536813,1039.606449,1093.563388,2347.580343 +47129,2548.27022,650.8105001,1039.359136,1091.131068,2347.567512 +47130,2544.569606,648.7703735,1039.081879,1087.232427,2347.544694 +47131,2540.56508,646.7339973,1038.777619,1083.422262,2347.511889 +47132,2536.213405,644.6990038,1038.448912,1079.380203,2347.468974 +47133,2531.535943,642.6656365,1038.097909,1075.365339,2347.415785 +47134,2526.568781,640.6322455,1037.726452,1071.019313,2347.3522 +47135,2521.342091,638.5585008,1037.336096,1066.58347,2347.278028 +47136,2515.841921,636.5845538,1036.928213,1062.049854,2347.193105 +47137,2510.059566,634.519063,1036.50396,1057.176053,2347.097126 +47138,2504.003411,632.4876528,1036.064362,1052.229166,2346.989791 +47139,2497.691078,630.4474678,1035.610303,1047.240665,2346.870707 +47140,2491.141391,628.4034413,1035.14258,1041.937052,2346.739509 +47141,2484.370567,626.3560763,1034.661879,1036.534823,2346.595746 +47142,2477.391623,624.3037538,1034.168823,1030.953043,2346.438995 +47143,2470.214846,622.246991,1033.663949,1025.12757,2346.268773 +47144,2462.84853,620.144764,1033.147757,1019.381957,2346.084632 +47145,2455.332693,618.1352532,1032.635997,1013.124459,2345.921191 +47146,2447.640685,616.0310171,1032.114534,1006.911452,2345.744545 +47147,2439.750786,613.9378247,1031.571702,1000.337846,2345.526562 +47148,2431.669921,611.842766,1031.01423,993.7977756,2345.281873 +47149,2423.409372,609.7439264,1030.445229,986.9316349,2345.01652 +47150,2414.980475,607.6377388,1029.866325,979.9588737,2344.536124 +47151,2406.392062,605.525535,1029.27834,972.8130873,2344.241616 +47152,2397.651895,603.4058423,1028.681765,965.5338106,2343.932095 +47153,2388.767463,601.1777227,1028.076279,901.8678477,2343.603907 +47154,2373.491337,599.0890332,1027.459583,889.5318196,2343.249996 +47155,2354.657847,589.4567254,1026.832975,873.4464276,2342.872197 +47156,2335.311853,586.3928741,1025.912285,864.4886467,2342.472344 +47157,2317.295927,583.8286217,1024.82395,856.8931732,2342.087714 +47158,2301.068547,581.5168752,1023.704801,861.8905231,2341.684359 +47159,2286.43737,579.1985381,1022.618821,824.5419087,2341.23281 +47160,2273.097529,576.9593004,1021.591238,854.8157249,2340.749888 +47161,0,0,0,0,0 +47162,0,0,0,0,0 +47163,0,0,0,0,0 +47164,0,0,0,0,0 +47165,0,0,0,0,0 +47166,0,0,0,0,0 +47167,0,0,0,0,0 +47168,0,0,0,0,0 +47169,0,0,0,0,0 +47170,0,0,0,0,0 +47171,0,0,0,0,0 +47172,0,0,0,0,0 +47173,0,0,0,0,0 +47174,0,0,0,0,0 +47175,0,0,0,0,0 +47176,0,0,0,0,0 +47177,0,0,0,0,0 +47178,0,0,0,0,0 +47179,0,0,0,0,0 +47180,0,0,0,0,0 +47181,0,0,0,0,0 +47182,0,0,0,0,0 +47183,0,0,0,0,0 +47184,0,0,0,0,0 +47185,0,0,0,0,0 +47186,0,0,0,0,0 +47187,0,0,0,0,0 +47188,0,0,0,0,0 +47189,0,0,0,0,0 +47190,0,0,0,0,0 +47191,0,0,0,0,0 +47192,0,0,0,0,0 +47193,0,0,0,0,0 +47194,0,0,0,0,0 +47195,0,0,0,0,0 +47196,0,0,0,0,0 +47197,0,0,0,0,0 +47198,0,0,0,0,0 +47199,0,0,0,0,0 +47200,0,0,0,0,0 +47201,0,0,0,0,0 +47202,0,0,0,0,0 +47203,0,0,0,0,0 +47204,0,0,0,0,0 +47205,0,0,0,0,0 +47206,0,0,0,0,0 +47207,0,0,0,0,0 +47208,0,0,0,0,0 +47209,0,0,0,0,0 +47210,0,0,0,0,0 +47211,0,0,0,0,0 +47212,0,0,0,0,0 +47213,0,0,0,0,0 +47214,0,0,0,0,0 +47215,0,0,0,0,0 +47216,0,0,0,0,0 +47217,0,0,0,0,0 +47218,0,0,0,0,0 +47219,0,0,0,0,0 +47220,0,0,0,0,0 +47221,0,0,0,0,0 +47222,0,0,0,0,0 +47223,0,0,0,0,0 +47224,0,0,0,0,0 +47225,0,0,0,0,0 +47226,0,0,0,0,0 +47227,0,0,0,0,0 +47228,0,0,0,0,0 +47229,0,0,0,0,0 +47230,0,0,0,0,0 +47231,0,0,0,0,0 +47232,0,0,0,0,0 +47233,0,0,0,0,0 +47234,0,0,0,0,0 +47235,0,0,0,0,0 +47236,0,0,0,0,0 +47237,0,0,0,0,0 +47238,0,0,0,0,0 +47239,0,0,0,0,0 +47240,0,0,0,0,0 +47241,0,0,0,0,0 +47242,0,0,0,0,0 +47243,0,0,0,0,0 +47244,0,0,0,0,0 +47245,0,0,0,0,0 +47246,0,0,0,0,0 +47247,0,0,0,0,0 +47248,0,0,0,0,0 +47249,0,0,0,0,0 +47250,0,0,0,0,0 +47251,0,0,0,0,0 +47252,0,0,0,0,0 +47253,0,0,0,0,0 +47254,0,0,0,0,0 +47255,0,0,0,0,0 +47256,0,0,0,0,0 +47257,0,0,0,0,0 +47258,0,0,0,0,0 +47259,0,0,0,0,0 +47260,0,0,0,0,0 +47261,0,0,0,0,0 +47262,0,0,0,0,0 +47263,0,0,0,0,0 +47264,0,0,0,0,0 +47265,0,0,0,0,0 +47266,0,0,0,0,0 +47267,0,0,0,0,0 +47268,0,0,0,0,0 +47269,0,0,0,0,0 +47270,0,0,0,0,0 +47271,0,0,0,0,0 +47272,0,0,0,0,0 +47273,0,0,0,0,0 +47274,0,0,0,0,0 +47275,0,0,0,0,0 +47276,0,0,0,0,0 +47277,0,0,0,0,0 +47278,0,0,0,0,0 +47279,0,0,0,0,0 +47280,0,0,0,0,0 +47281,0,0,0,0,0 +47282,0,0,0,0,0 +47283,0,0,0,0,0 +47284,0,0,0,0,0 +47285,0,0,0,0,0 +47286,0,0,0,0,0 +47287,0,0,0,0,0 +47288,0,0,0,0,0 +47289,0,0,0,0,0 +47290,0,0,0,0,0 +47291,0,0,0,0,0 +47292,0,0,0,0,0 +47293,0,0,0,0,0 +47294,0,0,0,0,0 +47295,0,0,0,0,0 +47296,0,0,0,0,0 +47297,0,0,0,0,0 +47298,0,0,0,0,0 +47299,0,0,0,0,0 +47300,0,0,0,0,0 +47301,0,0,0,0,0 +47302,0,0,0,0,0 +47303,0,0,0,0,0 +47304,0,0,0,0,0 +47305,0,0,0,0,0 +47306,0,0,0,0,0 +47307,0,0,0,0,0 +47308,0,0,0,0,0 +47309,0,0,0,0,0 +47310,0,0,0,0,0 +47311,0,0,0,0,0 +47312,0,0,0,0,0 +47313,0,0,0,0,0 +47314,0,0,0,0,0 +47315,0,0,0,0,0 +47316,0,0,0,0,0 +47317,0,0,0,0,0 +47318,0,0,0,0,0 +47319,0,0,0,0,0 +47320,0,0,0,0,0 +47321,0,0,0,0,0 +47322,0,0,0,0,0 +47323,0,0,0,0,0 +47324,0,0,0,0,0 +47325,0,0,0,0,0 +47326,0,0,0,0,0 +47327,0,0,0,0,0 +47328,0,0,0,0,0 +47329,0,0,0,0,0 +47330,0,0,0,0,0 +47331,0,0,0,0,0 +47332,0,0,0,0,0 +47333,0,0,0,0,0 +47334,0,0,0,0,0 +47335,0,0,0,0,0 +47336,0,0,0,0,0 +47337,0,0,0,0,0 +47338,0,0,0,0,0 +47339,0,0,0,0,0 +47340,0,0,0,0,0 +47341,0,0,0,0,0 +47342,0,0,0,0,0 +47343,0,0,0,0,0 +47344,0,0,0,0,0 +47345,0,0,0,0,0 +47346,0,0,0,0,0 +47347,0,0,0,0,0 +47348,0,0,0,0,0 +47349,0,0,0,0,0 +47350,0,0,0,0,0 +47351,0,0,0,0,0 +47352,0,0,0,0,0 +47353,0,0,0,0,0 +47354,0,0,0,0,0 +47355,0,0,0,0,0 +47356,0,0,0,0,0 +47357,0,0,0,0,0 +47358,0,0,0,0,0 +47359,0,0,0,0,0 +47360,0,0,0,0,0 +47361,0,0,0,0,0 +47362,0,0,0,0,0 +47363,0,0,0,0,0 +47364,0,0,0,0,0 +47365,0,0,0,0,0 +47366,0,0,0,0,0 +47367,0,0,0,0,0 +47368,0,0,0,0,0 +47369,0,0,0,0,0 +47370,0,0,0,0,0 +47371,0,0,0,0,0 +47372,0,0,0,0,0 +47373,0,0,0,0,0 +47374,0,0,0,0,0 +47375,0,0,0,0,0 +47376,0,0,0,0,0 +47377,0,0,0,0,0 +47378,0,0,0,0,0 +47379,0,0,0,0,0 +47380,0,0,0,0,0 +47381,0,0,0,0,0 +47382,0,0,0,0,0 +47383,0,0,0,0,0 +47384,0,0,0,0,0 +47385,0,0,0,0,0 +47386,0,0,0,0,0 +47387,0,0,0,0,0 +47388,0,0,0,0,0 +47389,0,0,0,0,0 +47390,0,0,0,0,0 +47391,0,0,0,0,0 +47392,0,0,0,0,0 +47393,0,0,0,0,0 +47394,0,0,0,0,0 +47395,0,0,0,0,0 +47396,0,0,0,0,0 +47397,0,0,0,0,0 +47398,0,0,0,0,0 +47399,0,0,0,0,0 +47400,0,0,0,0,0 +47401,0,0,0,0,0 +47402,0,0,0,0,0 +47403,0,0,0,0,0 +47404,0,0,0,0,0 +47405,0,0,0,0,0 +47406,0,0,0,0,0 +47407,0,0,0,0,0 +47408,0,0,0,0,0 +47409,0,0,0,0,0 +47410,0,0,0,0,0 +47411,0,0,0,0,0 +47412,0,0,0,0,0 +47413,0,0,0,0,0 +47414,0,0,0,0,0 +47415,0,0,0,0,0 +47416,0,0,0,0,0 +47417,0,0,0,0,0 +47418,0,0,0,0,0 +47419,0,0,0,0,0 +47420,0,0,0,0,0 +47421,0,0,0,0,0 +47422,0,0,0,0,0 +47423,0,0,0,0,0 +47424,0,0,0,0,0 +47425,0,0,0,0,0 +47426,0,0,0,0,0 +47427,0,0,0,0,0 +47428,0,0,0,0,0 +47429,0,0,0,0,0 +47430,0,0,0,0,0 +47431,0,0,0,0,0 +47432,0,0,0,0,0 +47433,0,0,0,0,0 +47434,0,0,0,0,0 +47435,0,0,0,0,0 +47436,0,0,0,0,0 +47437,0,0,0,0,0 +47438,0,0,0,0,0 +47439,0,0,0,0,0 +47440,0,0,0,0,0 +47441,0,0,0,0,0 +47442,0,0,0,0,0 +47443,0,0,0,0,0 +47444,0,0,0,0,0 +47445,0,0,0,0,0 +47446,0,0,0,0,0 +47447,0,0,0,0,0 +47448,0,0,0,0,0 +47449,0,0,0,0,0 +47450,0,0,0,0,0 +47451,0,0,0,0,0 +47452,0,0,0,0,0 +47453,0,0,0,0,0 +47454,0,0,0,0,0 +47455,0,0,0,0,0 +47456,0,0,0,0,0 +47457,0,0,0,0,0 +47458,0,0,0,0,0 +47459,0,0,0,0,0 +47460,0,0,0,0,0 +47461,0,0,0,0,0 +47462,0,0,0,0,0 +47463,0,0,0,0,0 +47464,0,0,0,0,0 +47465,0,0,0,0,0 +47466,0,0,0,0,0 +47467,0,0,0,0,0 +47468,0,0,0,0,0 +47469,0,0,0,0,0 +47470,0,0,0,0,0 +47471,0,0,0,0,0 +47472,0,0,0,0,0 +47473,0,0,0,0,0 +47474,0,0,0,0,0 +47475,0,0,0,0,0 +47476,0,0,0,0,0 +47477,0,0,0,0,0 +47478,0,0,0,0,0 +47479,0,0,0,0,0 +47480,0,0,0,0,0 +47481,0,0,0,0,0 +47482,0,0,0,0,0 +47483,0,0,0,0,0 +47484,0,0,0,0,0 +47485,0,0,0,0,0 +47486,0,0,0,0,0 +47487,0,0,0,0,0 +47488,0,0,0,0,0 +47489,0,0,0,0,0 +47490,0,0,0,0,0 +47491,0,0,0,0,0 +47492,0,0,0,0,0 +47493,0,0,0,0,0 +47494,0,0,0,0,0 +47495,0,0,0,0,0 +47496,0,0,0,0,0 +47497,0,0,0,0,0 +47498,0,0,0,0,0 +47499,0,0,0,0,0 +47500,0,0,0,0,0 +47501,0,0,0,0,0 +47502,0,0,0,0,0 +47503,0,0,0,0,0 +47504,0,0,0,0,0 +47505,0,0,0,0,0 +47506,0,0,0,0,0 +47507,0,0,0,0,0 +47508,0,0,0,0,0 +47509,0,0,0,0,0 +47510,0,0,0,0,0 +47511,0,0,0,0,0 +47512,0,0,0,0,0 +47513,0,0,0,0,0 +47514,0,0,0,0,0 +47515,0,0,0,0,0 +47516,0,0,0,0,0 +47517,0,0,0,0,0 +47518,0,0,0,0,0 +47519,0,0,0,0,0 +47520,0,0,0,0,0 +47521,0,0,0,0,0 +47522,0,0,0,0,0 +47523,0,0,0,0,0 +47524,0,0,0,0,0 +47525,0,0,0,0,0 +47526,0,0,0,0,0 +47527,0,0,0,0,0 +47528,0,0,0,0,0 +47529,0,0,0,0,0 +47530,0,0,0,0,0 +47531,0,0,0,0,0 +47532,0,0,0,0,0 +47533,0,0,0,0,0 +47534,0,0,0,0,0 +47535,0,0,0,0,0 +47536,0,0,0,0,0 +47537,0,0,0,0,0 +47538,0,0,0,0,0 +47539,0,0,0,0,0 +47540,0,0,0,0,0 +47541,0,0,0,0,0 +47542,0,0,0,0,0 +47543,0,0,0,0,0 +47544,0,0,0,0,0 +47545,0,0,0,0,0 +47546,0,0,0,0,0 +47547,0,0,0,0,0 +47548,0,0,0,0,0 +47549,0,0,0,0,0 +47550,0,0,0,0,0 +47551,0,0,0,0,0 +47552,0,0,0,0,0 +47553,0,0,0,0,0 +47554,0,0,0,0,0 +47555,0,0,0,0,0 +47556,0,0,0,0,0 +47557,0,0,0,0,0 +47558,0,0,0,0,0 +47559,0,0,0,0,0 +47560,0,0,0,0,0 +47561,0,0,0,0,0 +47562,0,0,0,0,0 +47563,0,0,0,0,0 +47564,0,0,0,0,0 +47565,0,0,0,0,0 +47566,0,0,0,0,0 +47567,0,0,0,0,0 +47568,0,0,0,0,0 +47569,0,0,0,0,0 +47570,0,0,0,0,0 +47571,0,0,0,0,0 +47572,0,0,0,0,0 +47573,0,0,0,0,0 +47574,0,0,0,0,0 +47575,0,0,0,0,0 +47576,0,0,0,0,0 +47577,0,0,0,0,0 +47578,0,0,0,0,0 +47579,0,0,0,0,0 +47580,0,0,0,0,0 +47581,0,0,0,0,0 +47582,0,0,0,0,0 +47583,0,0,0,0,0 +47584,0,0,0,0,0 +47585,0,0,0,0,0 +47586,0,0,0,0,0 +47587,0,0,0,0,0 +47588,0,0,0,0,0 +47589,0,0,0,0,0 +47590,0,0,0,0,0 +47591,0,0,0,0,0 +47592,0,0,0,0,0 +47593,0,0,0,0,0 +47594,0,0,0,0,0 +47595,0,0,0,0,0 +47596,0,0,0,0,0 +47597,0,0,0,0,0 +47598,0,0,0,0,0 +47599,0,0,0,0,0 +47600,0,0,0,0,0 +47601,0,0,0,0,0 +47602,0,0,0,0,0 +47603,0,0,0,0,0 +47604,0,0,0,0,0 +47605,0,0,0,0,0 +47606,0,0,0,0,0 +47607,0,0,0,0,0 +47608,0,0,0,0,0 +47609,0,0,0,0,0 +47610,0,0,0,0,0 +47611,0,0,0,0,0 +47612,0,0,0,0,0 +47613,0,0,0,0,0 +47614,0,0,0,0,0 +47615,0,0,0,0,0 +47616,0,0,0,0,0 +47617,0,0,0,0,0 +47618,0,0,0,0,0 +47619,0,0,0,0,0 +47620,0,0,0,0,0 +47621,0,0,0,0,0 +47622,0,0,0,0,0 +47623,0,0,0,0,0 +47624,0,0,0,0,0 +47625,0,0,0,0,0 +47626,0,0,0,0,0 +47627,0,0,0,0,0 +47628,0,0,0,0,0 +47629,0,0,0,0,0 +47630,0,0,0,0,0 +47631,0,0,0,0,0 +47632,0,0,0,0,0 +47633,0,0,0,0,0 +47634,0,0,0,0,0 +47635,0,0,0,0,0 +47636,0,0,0,0,0 +47637,0,0,0,0,0 +47638,0,0,0,0,0 +47639,0,0,0,0,0 +47640,0,0,0,0,0 +47641,0,0,0,0,0 +47642,0,0,0,0,0 +47643,0,0,0,0,0 +47644,0,0,0,0,0 +47645,0,0,0,0,0 +47646,0,0,0,0,0 +47647,0,0,0,0,0 +47648,0,0,0,0,0 +47649,0,0,0,0,0 +47650,0,0,0,0,0 +47651,0,0,0,0,0 +47652,0,0,0,0,0 +47653,0,0,0,0,0 +47654,0,0,0,0,0 +47655,0,0,0,0,0 +47656,0,0,0,0,0 +47657,0,0,0,0,0 +47658,0,0,0,0,0 +47659,0,0,0,0,0 +47660,0,0,0,0,0 +47661,0,0,0,0,0 +47662,0,0,0,0,0 +47663,0,0,0,0,0 +47664,0,0,0,0,0 +47665,0,0,0,0,0 +47666,0,0,0,0,0 +47667,0,0,0,0,0 +47668,0,0,0,0,0 +47669,0,0,0,0,0 +47670,0,0,0,0,0 +47671,0,0,0,0,0 +47672,0,0,0,0,0 +47673,0,0,0,0,0 +47674,0,0,0,0,0 +47675,0,0,0,0,0 +47676,0,0,0,0,0 +47677,0,0,0,0,0 +47678,0,0,0,0,0 +47679,0,0,0,0,0 +47680,0,0,0,0,0 +47681,0,0,0,0,0 +47682,0,0,0,0,0 +47683,0,0,0,0,0 +47684,0,0,0,0,0 +47685,0,0,0,0,0 +47686,0,0,0,0,0 +47687,0,0,0,0,0 +47688,0,0,0,0,0 +47689,0,0,0,0,0 +47690,0,0,0,0,0 +47691,0,0,0,0,0 +47692,0,0,0,0,0 +47693,0,0,0,0,0 +47694,0,0,0,0,0 +47695,0,0,0,0,0 +47696,0,0,0,0,0 +47697,0,0,0,0,0 +47698,0,0,0,0,0 +47699,0,0,0,0,0 +47700,0,0,0,0,0 +47701,0,0,0,0,0 +47702,0,0,0,0,0 +47703,0,0,0,0,0 +47704,0,0,0,0,0 +47705,0,0,0,0,0 +47706,0,0,0,0,0 +47707,0,0,0,0,0 +47708,0,0,0,0,0 +47709,0,0,0,0,0 +47710,0,0,0,0,0 +47711,0,0,0,0,0 +47712,0,0,0,0,0 +47713,0,0,0,0,0 +47714,0,0,0,0,0 +47715,0,0,0,0,0 +47716,0,0,0,0,0 +47717,0,0,0,0,0 +47718,0,0,0,0,0 +47719,0,0,0,0,0 +47720,0,0,0,0,0 +47721,0,0,0,0,0 +47722,0,0,0,0,0 +47723,0,0,0,0,0 +47724,0,0,0,0,0 +47725,0,0,0,0,0 +47726,0,0,0,0,0 +47727,0,0,0,0,0 +47728,0,0,0,0,0 +47729,0,0,0,0,0 +47730,0,0,0,0,0 +47731,0,0,0,0,0 +47732,0,0,0,0,0 +47733,0,0,0,0,0 +47734,0,0,0,0,0 +47735,0,0,0,0,0 +47736,0,0,0,0,0 +47737,0,0,0,0,0 +47738,0,0,0,0,0 +47739,0,0,0,0,0 +47740,0,0,0,0,0 +47741,0,0,0,0,0 +47742,0,0,0,0,0 +47743,0,0,0,0,0 +47744,0,0,0,0,0 +47745,0,0,0,0,0 +47746,0,0,0,0,0 +47747,0,0,0,0,0 +47748,0,0,0,0,0 +47749,0,0,0,0,0 +47750,0,0,0,0,0 +47751,0,0,0,0,0 +47752,0,0,0,0,0 +47753,0,0,0,0,0 +47754,0,0,0,0,0 +47755,0,0,0,0,0 +47756,0,0,0,0,0 +47757,0,0,0,0,0 +47758,0,0,0,0,0 +47759,0,0,0,0,0 +47760,0,0,0,0,0 +47761,0,0,0,0,0 +47762,0,0,0,0,0 +47763,0,0,0,0,0 +47764,0,0,0,0,0 +47765,0,0,0,0,0 +47766,0,0,0,0,0 +47767,0,0,0,0,0 +47768,0,0,0,0,0 +47769,0,0,0,0,0 +47770,0,0,0,0,0 +47771,0,0,0,0,0 +47772,0,0,0,0,0 +47773,0,0,0,0,0 +47774,0,0,0,0,0 +47775,0,0,0,0,0 +47776,0,0,0,0,0 +47777,0,0,0,0,0 +47778,0,0,0,0,0 +47779,0,0,0,0,0 +47780,0,0,0,0,0 +47781,0,0,0,0,0 +47782,0,0,0,0,0 +47783,0,0,0,0,0 +47784,0,0,0,0,0 +47785,0,0,0,0,0 +47786,0,0,0,0,0 +47787,0,0,0,0,0 +47788,0,0,0,0,0 +47789,0,0,0,0,0 +47790,0,0,0,0,0 +47791,0,0,0,0,0 +47792,0,0,0,0,0 +47793,0,0,0,0,0 +47794,0,0,0,0,0 +47795,0,0,0,0,0 +47796,0,0,0,0,0 +47797,0,0,0,0,0 +47798,0,0,0,0,0 +47799,0,0,0,0,0 +47800,0,0,0,0,0 +47801,0,0,0,0,0 +47802,0,0,0,0,0 +47803,0,0,0,0,0 +47804,0,0,0,0,0 +47805,0,0,0,0,0 +47806,0,0,0,0,0 +47807,0,0,0,0,0 +47808,0,0,0,0,0 +47809,0,0,0,0,0 +47810,0,0,0,0,0 +47811,0,0,0,0,0 +47812,0,0,0,0,0 +47813,0,0,0,0,0 +47814,0,0,0,0,0 +47815,0,0,0,0,0 +47816,0,0,0,0,0 +47817,0,0,0,0,0 +47818,0,0,0,0,0 +47819,0,0,0,0,0 +47820,0,0,0,0,0 +47821,0,0,0,0,0 +47822,0,0,0,0,0 +47823,0,0,0,0,0 +47824,0,0,0,0,0 +47825,0,0,0,0,0 +47826,0,0,0,0,0 +47827,0,0,0,0,0 +47828,0,0,0,0,0 +47829,0,0,0,0,0 +47830,0,0,0,0,0 +47831,0,0,0,0,0 +47832,0,0,0,0,0 +47833,0,0,0,0,0 +47834,0,0,0,0,0 +47835,0,0,0,0,0 +47836,0,0,0,0,0 +47837,0,0,0,0,0 +47838,0,0,0,0,0 +47839,0,0,0,0,0 +47840,0,0,0,0,0 +47841,0,0,0,0,0 +47842,0,0,0,0,0 +47843,0,0,0,0,0 +47844,0,0,0,0,0 +47845,0,0,0,0,0 +47846,0,0,0,0,0 +47847,0,0,0,0,0 +47848,0,0,0,0,0 +47849,0,0,0,0,0 +47850,0,0,0,0,0 +47851,0,0,0,0,0 +47852,0,0,0,0,0 +47853,0,0,0,0,0 +47854,0,0,0,0,0 +47855,0,0,0,0,0 +47856,0,0,0,0,0 +47857,0,0,0,0,0 +47858,0,0,0,0,0 +47859,0,0,0,0,0 +47860,0,0,0,0,0 +47861,0,0,0,0,0 +47862,0,0,0,0,0 +47863,0,0,0,0,0 +47864,0,0,0,0,0 +47865,0,0,0,0,0 +47866,0,0,0,0,0 +47867,0,0,0,0,0 +47868,0,0,0,0,0 +47869,0,0,0,0,0 +47870,0,0,0,0,0 +47871,0,0,0,0,0 +47872,0,0,0,0,0 +47873,0,0,0,0,0 +47874,0,0,0,0,0 +47875,0,0,0,0,0 +47876,0,0,0,0,0 +47877,0,0,0,0,0 +47878,0,0,0,0,0 +47879,0,0,0,0,0 +47880,0,0,0,0,0 +47881,0,0,0,0,0 +47882,0,0,0,0,0 +47883,0,0,0,0,0 +47884,0,0,0,0,0 +47885,0,0,0,0,0 +47886,0,0,0,0,0 +47887,0,0,0,0,0 +47888,0,0,0,0,0 +47889,0,0,0,0,0 +47890,0,0,0,0,0 +47891,0,0,0,0,0 +47892,0,0,0,0,0 +47893,0,0,0,0,0 +47894,0,0,0,0,0 +47895,0,0,0,0,0 +47896,0,0,0,0,0 +47897,0,0,0,0,0 +47898,0,0,0,0,0 +47899,0,0,0,0,0 +47900,0,0,0,0,0 +47901,0,0,0,0,0 +47902,0,0,0,0,0 +47903,0,0,0,0,0 +47904,0,0,0,0,0 +47905,0,0,0,0,0 +47906,0,0,0,0,0 +47907,0,0,0,0,0 +47908,0,0,0,0,0 +47909,0,0,0,0,0 +47910,0,0,0,0,0 +47911,0,0,0,0,0 +47912,0,0,0,0,0 +47913,0,0,0,0,0 +47914,0,0,0,0,0 +47915,0,0,0,0,0 +47916,0,0,0,0,0 +47917,0,0,0,0,0 +47918,0,0,0,0,0 +47919,0,0,0,0,0 +47920,0,0,0,0,0 +47921,0,0,0,0,0 +47922,0,0,0,0,0 +47923,0,0,0,0,0 +47924,0,0,0,0,0 +47925,0,0,0,0,0 +47926,0,0,0,0,0 +47927,0,0,0,0,0 +47928,0,0,0,0,0 +47929,0,0,0,0,0 +47930,0,0,0,0,0 +47931,0,0,0,0,0 +47932,0,0,0,0,0 +47933,0,0,0,0,0 +47934,0,0,0,0,0 +47935,0,0,0,0,0 +47936,0,0,0,0,0 +47937,0,0,0,0,0 +47938,0,0,0,0,0 +47939,0,0,0,0,0 +47940,0,0,0,0,0 +47941,-1516.426037,-671.2238657,-1489.818256,-670.99012,-267.8017059 +47942,-1649.105057,-707.039763,-1620.995979,-706.8097839,-461.6091901 +47943,-1771.507459,-742.1514308,-1739.498274,-741.9271938,-673.5822485 +47944,-1851.659897,-779.2436918,-1818.625939,-779.0257162,-888.0801496 +47945,-1910.165785,-807.6130334,-1877.685561,-807.401128,-1053.345841 +47946,-1937.787532,-821.9494705,-1905.853968,-821.7433743,-1152.606977 +47947,-1939.601197,-824.4474916,-1908.156155,-824.2470187,-1196.535957 +47948,-1926.469113,-820.0362064,-1895.407124,-819.8412794,-1206.2421 +47949,-1907.647839,-812.9364067,-1876.857643,-812.747016,-1199.719947 +47950,-1877.139017,-801.1466109,-1847.025044,-800.9625605,-1195.782848 +47951,-1799.077639,-767.0242637,-1769.141368,-766.8457112,-1076.760493 +47952,-1811.216613,-773.2096985,-1780.986886,-773.0368486,-1094.24605 +47953,-1819.925543,-778.7892951,-1790.107741,-778.6218033,-1145.699742 +47954,-1740.188743,-743.4941489,-1710.383311,-743.3319768,-1012.784267 +47955,-1766.427343,-755.6661536,-1736.189849,-755.5093794,-1046.339757 +47956,-1782.69588,-763.5295983,-1752.241002,-763.3780009,-1073.584172 +47957,-1789.697105,-767.2289254,-1759.123138,-767.0822782,-1089.155189 +47958,-1790.401172,-768.0464525,-1759.749755,-767.9045496,-1095.276097 +47959,-1571.993828,-754.9204796,-1729.805609,-754.7831449,-1046.265909 +47960,-1558.854588,-732.5374296,-1623.023058,-732.404544,-960.0864591 +47961,-1584.940326,-718.6132238,-1512.518145,-718.4847158,-907.2570891 +47962,-1554.826732,-712.9341353,-1577.555641,-712.8099195,-887.0491272 +47963,-1540.585792,-710.1894985,-1537.7924,-710.0694488,-878.5008861 +47964,-1531.519142,-706.2333766,-1523.943611,-706.1173409,-865.1996214 +47965,-1521.498237,-742.024319,-1518.744691,-741.9118879,-1070.331049 +47966,-1509.01287,-710.3067925,-1502.612417,-710.1976468,-1024.616735 +47967,-1502.002471,-675.3872891,-1494.166057,-675.2814186,-934.1954015 +47968,-1473.32148,-652.9453836,-1459.748442,-652.8428081,-873.6194911 +47969,-1308.51278,-544.3889647,-1272.818866,-544.2899266,-387.7618154 +47970,-1658.166367,-704.035783,-1622.455646,-703.9402749,-1005.48064 +47971,-1364.758679,-578.6264089,-1330.031981,-671.1683304,-922.6749511 +47972,-1286.571946,-459.5221178,-1250.588321,-535.8589759,-348.0252571 +47973,-1643.454701,-512.6366794,-1559.267553,-698.0951873,-996.4498761 +47974,-1323.34,-474.6350402,-1265.28214,-653.7351546,-884.2471194 +47975,-1233.789671,-453.9391466,-1198.22644,-512.2856558,-283.8586325 +47976,-1616.344813,-436.0180527,-1574.096262,-685.951235,-971.5022654 +47977,-1306.072271,-415.9481355,-1206.695444,-545.025676,-387.9034582 +47978,-1422.122683,-396.9900055,-1332.415653,-692.7618215,-995.4398406 +47979,-1274.821205,-377.8153694,-1238.646821,-530.8070353,-341.3094864 +47980,-1418.595818,-358.5731656,-1380.639072,-593.9479542,-524.6413229 +47981,-1400.601268,-338.9534767,-1234.487954,-716.4757138,-1064.383188 +47982,-1306.824026,-326.2893171,-1270.134349,-543.3087154,-383.3107988 +47983,-1347.377522,-305.1191142,-1264.108541,-595.9266762,-535.5100789 +47984,-1328.43053,-284.863814,-1244.566775,-620.1221047,-601.8817484 +47985,-1319.884322,-264.6050938,-1233.879932,-646.6634297,-1076.484228 +47986,-1263.929116,-243.0691432,-1227.418893,-521.1611955,-319.1986308 +47987,-1376.290191,-231.0827839,-1218.327279,-629.7271076,-987.9479609 +47988,-1261.703785,-214.271299,-1208.671164,-559.888041,-802.4649396 +47989,-1298.732062,-197.7515863,-1199.048296,-566.2805362,-688.3640131 +47990,-1050.460072,-181.2195147,-1016.381833,-427.9761283,-68.90754963 +47991,-1266.327671,-165.4140167,-1228.752851,-523.6924157,-330.8580537 +47992,-1417.924109,-147.2794895,-1360.653521,-591.7079123,-533.5399831 +47993,-1356.165788,-130.5381776,-1047.665097,-714.7932702,-1083.412146 +47994,-1163.813687,-115.0398706,-1187.747561,-482.9597739,-875.215635 +47995,-1281.782395,-100.5382617,-1155.275725,-559.612978,-719.1251662 +47996,-1242.849524,-86.03167334,-1145.899425,-543.3483203,-631.4670087 +47997,-1235.250783,-72.15232058,-1138.446128,-529.3009586,-592.9998451 +47998,-987.2792013,-57.4032667,-955.523308,-401.3414298,2.376666864 +47999,-1462.11379,-43.56450593,-1390.101006,-616.1435755,-820.742665 +48000,-1221.388023,-29.1098698,-995.6083812,-582.0522566,-736.8284318 +48001,-2.207806964,265.8917832,16.24633141,-21.17904349,-71.04506569 +48002,-31.16040859,252.44842,80.85058597,17.89334109,-160.3324237 +48003,15.40580255,69.27763023,107.2728296,5.483332477,-825.71907 +48004,59.05752994,124.7770862,148.3399723,34.52616754,401.8080746 +48005,62.46023052,162.293397,153.0750096,36.98663781,550.9548707 +48006,87.3008534,194.5738431,176.6822298,49.14252534,666.4419486 +48007,107.6014849,221.8214333,196.3803131,58.96246587,758.8987037 +48008,125.8160397,244.5419097,213.5484183,67.70066078,834.4230134 +48009,143.1885098,263.4925324,230.7607349,76.39816579,896.5359493 +48010,160.6039286,279.3530438,246.7013481,84.9182896,947.33618 +48011,175.6596814,292.7221541,261.3074687,92.12596559,988.6257914 +48012,193.8424304,303.6755666,278.9552141,101.1120959,1020.380458 +48013,209.9739337,312.8468304,293.2160279,108.8150392,1044.991684 +48014,225.744007,320.3378984,308.6997168,116.5504267,1062.810394 +48015,242.6696701,326.3458232,324.5327835,124.7063216,1074.597442 +48016,256.1909882,331.3162042,337.190517,131.3542241,1082.11916 +48017,271.7149423,335.1416346,351.9335886,138.5441005,1084.938582 +48018,286.9217147,338.0830374,365.5535932,146.1347087,1084.09795 +48019,300.9536181,340.2545902,380.1023809,152.9167916,1080.05775 +48020,316.168786,341.7294131,393.1989514,160.1780702,1073.118208 +48021,330.3781621,342.6203394,406.9600038,166.8347527,1063.740294 +48022,344.9848969,343.0188747,418.3814292,173.9253621,1052.300731 +48023,358.9962012,343.0225399,428.4644094,180.594165,1039.200455 +48024,373.1276921,342.604621,440.0369674,187.3035982,1024.343286 +48025,378.1282734,333.1236239,442.8940549,190.0980984,973.1725323 +48026,408.76487,332.2076813,448.2540334,203.7384303,956.1587997 +48027,414.371441,330.9458698,434.5038655,197.3180221,937.7050388 +48028,420.857408,330.1482957,422.0162991,191.378065,921.0927727 +48029,408.6923739,329.8921613,411.2027334,186.2108549,906.6505004 +48030,398.2498692,330.2166328,402.1216819,181.9010191,894.53913 +48031,389.5105108,331.0549958,394.5719126,178.3444528,884.4892305 +48032,382.2303589,332.2774102,388.2871874,175.3950823,876.1309714 +48033,376.1438337,333.7780524,383.0305879,172.9279096,869.1344996 +48034,371.0183934,335.4847595,378.6072996,170.8457252,863.2259307 +48035,366.6682611,337.3480258,374.8594581,169.0730049,858.1815357 +48036,362.9486766,339.3312174,371.6589975,167.5497849,853.8194358 +48037,359.7438393,341.4054404,368.9017077,166.2276667,849.9923327 +48038,356.9592211,343.5473427,366.502615,165.0673322,846.5809981 +48039,354.5172383,345.7381127,364.3924918,164.0368795,843.4893506 +48040,352.3543026,347.9627495,362.5149867,163.1104852,840.6400368 +48041,350.4185312,350.2094194,360.8243419,162.2673186,837.9711961 +48042,348.667672,352.4688376,359.283421,161.4905891,835.4333943 +48043,347.1370127,512.1841351,357.9554391,160.8078172,832.9878064 +48044,345.7749451,500.9608037,356.7847259,160.19409,830.6036368 +48045,344.5238196,508.6721,355.70506,159.6200062,828.2563084 +48046,343.3364588,537.0694821,354.6655589,159.0629996,825.9074978 +48047,342.2120192,555.0275551,353.6657511,158.5232822,823.5762884 +48048,341.1317217,572.2205372,352.6888145,157.9935439,821.2370359 +48049,340.0857769,589.3776161,351.7282568,157.4711301,818.8813947 +48050,339.068811,606.2980806,350.7799504,156.9544009,816.503117 +48051,338.0766963,623.2719948,349.8404506,156.4419881,814.0977009 +48052,337.105637,639.6736499,348.906689,155.9326659,811.6620094 +48053,336.1522377,656.4497477,347.9760683,155.4253984,809.1940432 +48054,335.2136304,672.1734698,347.0464893,154.9193534,806.6925757 +48055,334.2875146,688.5869348,346.1163299,154.4138966,804.1570631 +48056,333.3720665,704.2681103,345.1843419,153.9085462,801.5873819 +48057,332.4658648,719.9342207,344.2495895,153.402948,798.9838232 +48058,331.5677833,735.2544765,343.3113589,152.8968362,796.3468823 +48059,330.6769479,750.9023049,342.3691293,152.3900219,793.6773021 +48060,329.7926636,765.8995351,341.4225108,151.8823672,790.9758954 +48061,327.7048906,949.5958366,339.2617283,150.8240059,786.0445151 +48062,332.7001271,966.7127133,344.1766543,152.9445352,794.4600539 +48063,341.2999384,982.9411653,352.6953853,156.6323636,809.6529958 +48064,349.9909163,998.8389249,361.3050878,160.2863001,825.1133596 +48065,357.3096946,1014.485159,368.5397507,163.2586593,838.1589392 +48066,362.7802507,1029.934954,374.253316,165.3873931,848.5080599 +48067,366.8215026,1045.209046,378.4769022,166.8720804,856.6512185 +48068,369.8879109,1060.322517,381.6017554,167.9196945,863.0877394 +48069,372.2625471,1075.282516,383.9515854,168.659892,868.1557824 +48070,374.0982052,1090.054036,385.7192875,169.1640137,872.0717883 +48071,375.4874013,1112.757225,387.0164086,169.4757815,874.9921328 +48072,376.5006268,1131.640771,387.9187177,169.6280699,877.0459365 +48073,377.1987647,1150.554631,388.4877449,169.6486771,878.3467268 +48074,377.6347008,1169.218548,388.7766228,169.5612628,878.994362 +48075,377.8533162,1187.724488,388.8310042,169.3855238,879.0758299 +48076,377.8917809,1206.013967,388.689146,169.137465,878.6659596 +48077,377.7807007,1223.778065,388.3827485,168.8300171,877.8290697 +48078,377.5451686,1242.474204,387.9378711,168.473581,876.6202684 +48079,377.2058844,1259.956337,387.3760309,168.0765797,875.0869806 +48080,376.779902,1277.827727,386.7149755,167.6458246,873.2699448 +48081,376.2813517,1295.363894,385.969433,167.1868612,871.2043037 +48082,375.7218957,1312.799775,385.1515864,166.7041833,868.9202814 +48083,375.1112261,1330.027519,384.2715863,166.2014646,866.4440119 +48084,374.4573394,1347.250083,383.3378349,165.6816819,863.7979813 +48085,373.7669104,1364.15803,382.3573668,165.1472833,861.0016929 +48086,373.9598095,1381.178496,382.250374,165.015873,859.7344195 +48087,378.792067,1397.720735,386.7731465,166.9939826,866.8315578 +48088,383.6429933,1414.452018,391.3050836,168.9793528,873.8967593 +48089,388.6698666,1430.861076,396.0034734,171.0431411,881.2148119 +48090,393.2416476,1447.201037,400.2373067,172.8991727,887.634758 +48091,397.6770585,1462.280614,404.325408,174.6933146,893.733267 +48092,401.9955093,1477.254355,408.2884455,176.4356601,899.5587279 +48093,406.2128165,1491.642025,412.1430948,178.1340466,905.1494151 +48094,410.34285,1506.152953,415.9034975,179.7948474,910.534492 +48095,414.3976846,1520.257804,419.5817127,181.4233316,915.7373091 +48096,418.3875486,1534.22629,423.1878988,183.0238378,920.7775593 +48097,422.3209971,1547.99757,426.7305759,184.5999362,925.672372 +48098,426.205119,1561.516731,430.2168414,186.1545434,930.4366715 +48099,430.045817,1575.087641,433.6526419,187.6900565,935.0834874 +48100,433.8480103,1588.093196,437.0429279,189.2084299,939.6240784 +48101,437.6158158,1601.313876,440.3919003,190.7112929,944.0682951 +48102,441.3526393,1614.137724,443.7030867,192.1999866,948.424669 +48103,445.061359,1626.795021,446.9794998,193.6756388,952.7006802 +48104,448.7443931,1639.530696,450.2236921,195.1391877,956.9028395 +48105,452.4038099,1658.127961,453.4378607,196.5914307,961.0368769 +48106,456.0413592,1663.735699,456.6238831,198.0330384,965.1077998 +48107,459.6585572,1685.72811,459.7834013,199.4645923,969.120052 +48108,463.2566934,1685.613711,462.9178228,200.8865838,973.0775165 +48109,466.8359737,1685.182903,466.0274708,202.2990264,976.9819807 +48110,470.3878919,1720.961206,469.1039569,203.6979873,980.8192715 +48111,473.9326446,1720.269623,472.1675968,205.0925966,984.6272977 +48112,477.4648133,1734.155272,475.2130869,206.4803437,988.3972979 +48113,480.9832488,1745.491215,478.2393875,207.8606659,992.1281677 +48114,484.487838,1756.424662,481.2464987,209.2334835,995.8205973 +48115,487.9788273,1767.391062,484.2347804,210.5988895,999.4758516 +48116,491.4565474,1778.138346,487.2046718,211.9570201,1003.095267 +48117,494.9213659,1788.771366,490.1566517,213.3080352,1006.680194 +48118,498.3736189,1799.344417,493.0911678,214.6520853,1010.231872 +48119,501.8136358,1809.496062,496.0086613,215.9893224,1013.751479 +48120,504.9752101,1819.897493,498.643034,217.1987477,1016.755536 +48121,508.4428783,1832.810782,501.5789361,218.5461536,1020.307307 +48122,512.0695691,1843.258965,504.6684392,219.9609443,1024.194963 +48123,515.7644616,1853.40114,507.8218334,221.4033145,1028.25089 +48124,519.4433129,1863.365849,510.9497171,222.8349028,1032.302392 +48125,523.0645753,1873.278228,514.0216759,224.2422622,1120.005023 +48126,526.6279918,1882.819304,517.0284995,225.6217125,1190.905345 +48127,530.1377929,1892.28796,519.9790124,226.9764234,1155.088804 +48128,533.6060973,1901.786058,522.8844873,228.3129356,1186.039397 +48129,537.0354453,1910.771683,525.7490998,229.6318613,1199.265118 +48130,540.4337643,1919.893689,528.574553,230.9340172,1211.904177 +48131,543.8006606,1928.852237,531.366723,232.2197663,1224.453554 +48132,547.1423856,1937.760328,534.1312212,233.4861095,1236.941332 +48133,550.4556607,1946.225063,536.8679499,234.7334476,1248.807354 +48134,553.7361316,1954.909264,539.5743066,235.9639513,1261.00019 +48135,556.9763142,1963.224013,542.2493624,237.1818727,1272.750843 +48136,560.1804199,1971.587512,544.8847208,238.3864462,1284.452041 +48137,563.3484855,1979.664387,547.4820823,239.5781591,1295.912174 +48138,566.4873708,1987.773881,550.0435249,240.7582947,1307.214064 +48139,569.5968743,1995.603804,552.5745657,241.928074,1318.63829 +48140,695.9107479,2003.467304,555.0767148,243.0883818,1329.521399 +48141,670.7229804,2011.051204,557.5538076,244.239826,1340.869791 +48142,684.3203663,2018.65906,560.0060051,245.3828486,1351.40233 +48143,702.7887769,2026.037578,562.4362809,246.517802,1362.110096 +48144,715.5483818,2033.324286,564.8442518,247.6449734,1372.953218 +48145,728.1034627,2040.367242,567.2325006,248.764615,1383.312225 +48146,740.4634521,2047.550384,569.6003835,249.8769533,1393.717017 +48147,752.7785752,2054.525837,571.95026,250.9821927,1403.805477 +48148,764.7152109,2061.382812,682.1696376,252.080521,1414.264522 +48149,776.8419986,2067.919273,639.7938752,253.1721041,1424.170847 +48150,788.599377,2074.563776,661.1732571,254.2570918,1434.152256 +48151,800.0166326,2080.397426,672.2250997,255.3356059,1443.990954 +48152,811.2741808,2086.004273,681.3881693,256.4060834,1453.722402 +48153,822.2255424,2091.425106,690.2559699,257.4674711,1463.157617 +48154,833.402483,2096.676098,699.1665559,258.5195622,1473.01509 +48155,844.1377627,2101.766545,707.7921219,259.5626118,1482.512355 +48156,854.7441343,2106.604703,716.2631625,260.5970052,1491.552065 +48157,865.7301162,2111.626281,724.7900802,311.9519023,1500.960973 +48158,875.7044408,2116.055134,733.0398622,305.3877605,1510.07953 +48159,886.4935967,2120.628484,741.1237625,284.3424289,1519.11365 +48160,896.4403661,2124.962584,749.3383129,304.1323372,1528.115941 +48161,907.0918041,2129.16971,757.2139848,313.5307138,1536.709499 +48162,916.757605,2133.238658,764.9934539,312.6925541,1545.934506 +48163,926.7123488,2137.171152,772.9908266,318.2846396,1554.388753 +48164,936.8726639,2140.968813,780.3026779,322.6068234,1563.08719 +48165,946.5108813,2144.63347,788.1199432,326.6857495,1571.591959 +48166,956.4344968,2148.166546,795.4950096,330.8351591,1580.00394 +48167,965.5375433,2151.569692,802.861216,334.7971342,1588.401286 +48168,975.5327743,2154.844184,810.1602383,338.834217,1596.622008 +48169,984.784741,2158.092598,817.2444582,342.678346,1604.858832 +48170,994.1775648,2160.967261,824.5488359,346.5647842,1612.947553 +48171,1003.231817,2163.933812,831.6293148,350.4132464,1620.948881 +48172,1012.790474,2168.736944,838.2542726,354.1499716,1628.947021 +48173,1021.733147,2168.262159,845.4620409,357.8165565,1636.765686 +48174,1031.0357,2177.238242,852.1424116,361.5569324,1644.584342 +48175,1039.640276,2167.248994,858.9036706,365.1450969,1652.330796 +48176,1048.713776,2194.84666,865.4260379,368.7222326,1659.93017 +48177,1057.25787,2155.604616,872.2606422,372.1997446,1667.55946 +48178,1066.389026,2191.664876,878.6764052,375.8340232,1675.007316 +48179,1074.88304,2198.024929,885.3122185,379.0926399,1682.498105 +48180,1083.53644,2159.164795,891.476964,382.64416,1689.803935 +48181,974.7273726,2144.668968,780.4954259,332.6988479,1465.270854 +48182,980.9568655,2130.505384,784.8191445,335.0038418,1469.528766 +48183,988.5182418,2133.722762,790.0839943,337.8066293,1473.510275 +48184,996.0216209,2134.574838,795.1411843,340.586253,1478.318372 +48185,1003.373438,2135.33126,801.0442879,343.5146669,1483.255068 +48186,1011.343694,2136.035387,806.0645407,346.2828602,1488.547343 +48187,1018.780587,2136.667716,811.8431442,349.2559254,1493.344175 +48188,1026.665981,2137.218484,817.0111356,351.9611536,1498.710054 +48189,1033.84979,2137.682378,822.8588255,354.9816766,1503.851733 +48190,1041.59826,2138.05684,828.045745,357.6249956,1509.021777 +48191,1049.080648,2138.34043,833.8262111,360.6838293,1514.247693 +48192,1056.330227,2138.532419,838.726997,363.2122339,1519.382928 +48193,1064.176968,2138.632328,844.6325368,366.229125,1524.567495 +48194,1071.417082,2138.639909,849.7142576,368.8504436,1529.739604 +48195,1078.853459,2138.555031,855.2887213,371.6584085,1534.838429 +48196,1086.010763,2138.377635,860.4577332,374.4480561,1540.000655 +48197,1093.515106,2138.107736,865.8234465,377.0767953,1544.814515 +48198,1100.821753,2137.745374,871.1864763,379.8391722,1550.333698 +48199,1107.888935,2137.290622,876.5448974,382.5778178,1555.162339 +48200,1115.034223,2136.743533,881.8222186,385.172894,1560.269338 +48201,1122.758455,2136.104258,886.9904002,387.9422623,1565.315359 +48202,1129.568791,2135.372828,892.1729478,390.4301707,1570.278333 +48203,1137.030811,2134.549395,897.3659488,393.3443535,1575.308511 +48204,1144.268419,2133.634045,902.6514203,395.7164238,1580.222553 +48205,1151.283588,2132.626934,907.8744707,398.4264248,1585.183976 +48206,1158.671727,2131.528127,912.8809319,401.0250732,1590.12611 +48207,1165.45448,2122.849104,925.9019055,406.9074519,1595.230045 +48208,1172.345769,2120.252919,932.1807599,410.0207968,1599.922864 +48209,1179.353168,2118.156206,937.6798788,412.7648731,1604.797713 +48210,1186.685208,2116.136227,943.2174768,415.5653836,1609.585136 +48211,1193.505457,2113.915644,948.6734393,418.3523803,1614.419344 +48212,1200.328594,2111.619702,953.9688365,420.9126019,1619.234316 +48213,1207.637924,2109.151798,959.0317773,423.4196971,1623.958751 +48214,1214.511893,2106.847535,964.3675131,426.2302495,1628.729745 +48215,1221.331471,2104.356837,969.3091139,428.6376508,1633.45498 +48216,1228.445536,2101.628622,974.5631179,431.3001128,1638.192833 +48217,1235.188227,2099.013663,979.4293968,433.8254043,1642.835554 +48218,1242.285966,2096.236023,984.6109821,436.2023614,1647.524128 +48219,1249.385106,2093.390742,989.4092746,438.8063588,1652.198205 +48220,1255.893997,2090.463796,994.5243663,441.29827,1656.773483 +48221,1262.888562,2087.454705,999.0398973,443.6767336,1661.401287 +48222,1269.932305,2084.363137,1004.441441,446.2178964,1665.977697 +48223,1276.581084,2081.189104,1008.94531,448.4536259,1670.571576 +48224,1283.703175,2077.932332,1013.982394,451.1125521,1675.05962 +48225,1290.336179,2074.592943,1018.601405,453.3422586,1679.601448 +48226,1297.45069,2071.170958,1023.544133,455.9379842,1684.090916 +48227,1304.07331,2067.665968,1028.111247,458.0608305,1688.599017 +48228,1311.141943,2063.981759,1033.250893,460.5868239,1692.9979 +48229,1317.857499,2060.447934,1037.381997,462.7137543,1697.453352 +48230,1324.440843,2056.630644,1042.407172,465.2999019,1701.855372 +48231,1331.802582,2052.809929,1046.861303,467.4436032,1706.242422 +48232,1338.461833,2048.893848,1051.612261,469.8622541,1710.640681 +48233,1345.233265,2044.8959,1056.080535,472.0592789,1714.93194 +48234,1352.294026,2040.8165,1060.780407,474.4360162,1719.277732 +48235,1358.89868,2036.752288,1065.206184,476.6093656,1723.573342 +48236,1365.952518,2032.375143,1069.859438,478.8474272,1727.851088 +48237,1372.65479,2028.118491,1074.216316,481.2866639,1732.144831 +48238,1379.609046,2023.703317,1078.894145,483.3572366,1736.326051 +48239,1386.306274,2019.125682,1082.889663,485.5892821,1738.382243 +48240,1393.361156,2014.69966,1087.932144,487.8786651,1741.4126 +48241,1157.620752,1899.604391,850.1488277,380.4580348,1306.068714 +48242,1159.018762,1891.812708,848.4449743,379.8809168,1260.644438 +48243,1161.584631,1884.954994,848.8107955,380.1748512,1258.656259 +48244,1165.237941,1878.315103,849.899853,380.8265085,1257.735175 +48245,1169.190836,1871.804284,851.3602493,381.6437539,1257.55724 +48246,1173.378471,1865.262799,853.0400839,382.5621334,1257.773295 +48247,1177.71831,1859.03398,854.8565218,383.5429712,1258.306253 +48248,1182.166701,1852.398331,856.7640644,384.6306611,1259.042194 +48249,1186.698286,1845.987021,858.7362823,385.5155147,1259.918404 +48250,1191.300895,1839.457179,860.7603263,386.7366464,1260.80411 +48251,1195.96383,1832.812061,862.8273739,387.7695081,1262.052095 +48252,1200.68323,1826.330951,864.9326139,388.8885994,1263.142729 +48253,1205.11979,1819.628172,867.0718638,390.0115029,1264.400829 +48254,1210.46497,1813.031343,869.0861419,391.1480224,1265.706842 +48255,1215.078045,1806.176835,871.5266439,392.2276743,1267.071617 +48256,1220.052385,1799.360418,873.6357435,393.4933517,1268.49041 +48257,1225.01001,1792.634275,875.9143817,394.684953,1269.959285 +48258,1230.010831,1785.695415,878.1899034,395.7703312,1271.474273 +48259,1236.578717,1778.776907,880.4896288,397.0147134,1273.035842 +48260,1243.751558,1771.716705,882.8081852,398.2043544,1274.74864 +48261,1251.147699,1764.803646,885.1493298,399.3415539,1276.221826 +48262,1259.074885,1757.757123,887.6760792,400.6715321,1277.984789 +48263,1266.285501,1750.526409,889.7877657,401.8518672,1279.587079 +48264,1274.37111,1743.412585,892.3141616,403.1747945,1281.515119 +48265,1282.390493,1736.101633,894.5418394,404.227812,1283.251916 +48266,1290.505485,1728.948615,897.229704,405.6507964,1285.02953 +48267,1298.664743,1721.580691,899.5436763,406.7606999,1286.791796 +48268,1306.803831,1714.230271,902.026812,408.2438881,1288.853122 +48269,1315.708523,1706.822368,904.4938473,409.3234849,1290.510994 +48270,1324.054136,1699.367119,906.9695778,410.5924595,1292.813819 +48271,1332.659624,1691.743623,909.171449,411.9449462,1294.416618 +48272,1341.278705,1684.052517,911.827581,413.1126246,1296.374524 +48273,1350.091396,1676.304115,914.0505729,414.3557475,1298.624451 +48274,1358.905416,1668.502913,916.4499246,415.5925885,1300.513401 +48275,1367.802296,1686.593941,918.8179195,416.8268563,1302.593721 +48276,1376.893055,1615.337337,921.1874678,418.0642261,1304.485639 +48277,1385.976131,1662.761712,923.5579523,419.2088556,1306.878499 +48278,1395.127321,1643.829472,925.7005287,420.597072,1308.838955 +48279,1404.485717,1612.785986,928.4435668,421.8629902,1311.005955 +48280,1413.759267,1639.25159,930.6323306,422.9720931,1313.154693 +48281,1423.28555,1594.884823,933.0476999,424.1881232,1315.114093 +48282,1432.715259,1614.842089,935.4188251,425.5782231,1317.65239 +48283,1442.395127,1590.147322,938.0375284,426.7476696,1317.548325 +48284,1451.977791,1589.833568,940.017365,428.0140397,1318.575661 +48285,1461.80678,1579.086429,942.5994715,429.2638194,1319.703814 +48286,1471.530394,1571.132622,944.911701,430.5179244,1320.803068 +48287,1481.501247,1562.769271,947.2533884,431.760351,1321.905153 +48288,1491.358281,1554.400533,949.65545,433.0160949,1323.089423 +48289,1501.470423,1545.908542,951.9975739,434.2666138,1323.986938 +48290,1511.455457,1537.480569,954.0836514,435.5182933,1325.59873 +48291,1521.700093,1528.99222,956.8817703,436.6466108,1326.581986 +48292,1531.810705,1520.397901,958.9865753,438.0903676,1327.843315 +48293,1541.57335,1511.749899,961.4255157,439.2485688,1329.041235 +48294,1552.758009,1503.286695,963.7498099,440.5212817,1330.326344 +48295,1562.667895,1494.553482,966.0623645,441.7723791,1331.56113 +48296,1573.362743,1485.955061,968.4428734,443.1496642,1332.8032 +48297,1583.675,1477.285465,970.719533,444.1999317,1334.129773 +48298,1594.385336,1468.526611,973.0956823,445.4141028,1335.401881 +48299,1604.946762,1459.783074,975.361027,446.84362,1336.679201 +48300,1615.562441,1451.007904,977.7278954,447.9917746,1338.043568 +48301,1861.492922,1549.483091,1215.270092,555.9768691,1765.207027 +48302,1876.553929,1543.195044,1222.541154,559.4235481,1772.539296 +48303,1890.115278,1535.664247,1227.076147,561.8962682,1777.696401 +48304,1903.22553,1528.120936,1231.757077,564.2640278,1782.522648 +48305,1915.998684,1520.333904,1235.97664,566.4757682,1787.052244 +48306,1928.897452,1512.436455,1240.055265,568.5989037,1790.958372 +48307,1941.236845,1504.455399,1243.955138,570.6624877,1800.544284 +48308,1954.003898,1496.412322,1247.8797,572.682377,1798.243378 +48309,1966.459548,1488.393776,1251.667094,574.6684561,1810.661894 +48310,1978.99178,1480.157678,1255.260412,576.4082547,1802.344282 +48311,1991.505204,1471.965514,1259.021593,578.6757895,1795.173172 +48312,2004.010542,1463.855206,1262.571985,580.4174629,1822.29906 +48313,2023.195779,1455.585244,1266.150483,582.3515043,1813.708747 +48314,2030.965471,1447.34458,1269.661153,584.2226249,1819.633599 +48315,2050.647636,1439.13691,1273.12121,586.0703047,1822.820909 +48316,2054.219917,1430.733798,1276.479039,587.8955426,1826.25642 +48317,2042.219876,1422.457712,1279.918777,589.7001523,1829.273141 +48318,2093.928429,1414.105814,1283.24943,591.7202757,1832.523112 +48319,2087.47268,1405.749396,1286.399632,593.1267686,1835.427485 +48320,2103.952312,1397.379376,1289.751239,595.0710733,1838.688635 +48321,2116.392814,1389.002736,1292.896058,596.7240759,1841.518761 +48322,2128.971536,1380.615914,1296.002227,598.452231,1844.544938 +48323,2141.462995,1372.225216,1299.255485,600.1667289,1847.458025 +48324,2154.084518,1363.831677,1302.208801,601.805267,1850.346181 +48325,2166.342108,1355.437888,1305.24358,603.509799,1853.272355 +48326,2179.213813,1347.044106,1308.327507,605.1100729,1855.916496 +48327,2191.496152,1338.654835,1311.311516,606.7835146,1858.943405 +48328,2204.138921,1330.270743,1314.115939,608.0951702,1861.456665 +48329,2216.787353,1321.894714,1317.147821,610.1525039,1864.445068 +48330,2229.075526,1313.52827,1319.970684,611.5178913,1867.048514 +48331,2241.700285,1305.059397,1322.677033,613.052994,1869.601075 +48332,2253.679648,1296.58811,1325.265003,614.5810325,1872.495178 +48333,2265.990226,1288.126437,1334.448234,616.0284618,1874.861253 +48334,2278.175819,1283.516108,1330.311886,617.4507867,1877.729013 +48335,2290.505462,1277.683658,1343.382827,618.924063,1888.03556 +48336,2302.391287,1271.555823,1331.739369,620.3174988,1891.280267 +48337,2314.96341,1265.482697,1320.429919,621.7189739,1859.680944 +48338,2326.887618,1259.565173,1351.490207,623.066833,1901.631161 +48339,2339.215142,1253.505553,1339.377517,624.4323338,1886.953558 +48340,2351.227047,1247.514147,1344.774517,625.7416875,1892.77571 +48341,2363.618105,1241.534594,1347.043769,627.0661209,1898.739026 +48342,2375.577175,1235.564,1349.339266,628.3366585,1892.227719 +48343,2395.914682,1229.545764,1351.634528,629.6791761,1902.551236 +48344,2388.084963,1223.786287,1353.714287,630.9322355,1917.199905 +48345,2418.141726,1217.650261,1355.935776,632.168151,1881.439831 +48346,2423.010116,1211.936188,1358.058757,633.4680149,1936.157675 +48347,2439.077989,1206.012174,1360.249579,634.682179,1880.020835 +48348,2451.297153,1200.189972,1362.218395,635.5545556,1938.417305 +48349,2462.65522,1194.386917,1364.322793,637.2642613,1904.072241 +48350,2486.262676,1188.546681,1366.347405,638.263339,1918.765251 +48351,2479.300985,1182.913068,1368.345449,639.4446327,1924.134236 +48352,2500.922216,1177.146043,1370.33945,640.7129358,1918.679888 +48353,2511.39701,1171.488607,1373.626288,641.7484912,1924.297177 +48354,2523.637997,1165.934052,1376.638744,642.9938733,1926.263457 +48355,2535.843758,1160.235962,1374.82182,644.097526,1928.094018 +48356,2555.335786,1154.662987,1385.083854,645.2310923,1930.542184 +48357,2557.127406,1149.261877,1368.531125,646.3478146,1932.625926 +48358,2573.79076,1143.828231,1385.690413,647.4532095,1934.763043 +48359,2585.467269,1138.326341,1383.283114,648.5477037,1936.984666 +48360,2597.195455,1133.021629,1384.98408,649.631397,1939.021837 +48361,2653.765721,1150.449306,1433.657952,673.4832102,2021.748877 +48362,2671.612035,1146.087272,1437.493113,675.4687354,2028.178339 +48363,2683.010011,1141.484919,1440.299132,677.1406618,2031.353595 +48364,2695.865327,1136.7807,1442.791034,678.6166854,2035.668924 +48365,2708.208524,1132.108882,1445.121448,679.9857197,2038.646402 +48366,2720.729703,1127.259913,1447.059759,681.2766766,2042.234651 +48367,2732.712806,1122.509276,1449.075083,682.5119039,2045.293761 +48368,2745.155008,1117.906867,1450.923228,683.7048082,2048.249408 +48369,2764.057169,1113.279404,1452.712676,684.9058214,2051.252508 +48370,2766.52887,1108.589654,1454.438548,685.9737253,2054.187288 +48371,2781.624557,1104.095258,1456.019309,687.1064938,2057.019877 +48372,2802.890677,1097.252141,1450.395019,685.0620459,2059.840927 +48373,2817.566234,1092.185692,1450.705358,685.5344234,2062.601929 +48374,2829.791791,1087.685978,1451.623146,686.3314113,2065.32778 +48375,2841.913893,1083.185346,1452.633387,687.0873827,2068.049569 +48376,2861.783417,1078.738141,1453.675417,687.8928148,2070.790975 +48377,2864.368525,1074.354368,1454.719232,688.6928166,2073.141649 +48378,2878.99987,1070.138236,1455.750461,689.4874105,2075.702074 +48379,2891.654358,1065.86572,1456.764784,690.2734503,2078.288533 +48380,2904.342036,1061.910791,1457.757365,691.0913021,2080.773625 +48381,2914.905187,1057.736151,1458.727701,691.795421,2083.205427 +48382,2934.349907,1053.842601,1459.674459,692.5787921,2085.568311 +48383,2937.560848,1049.972834,1460.59743,693.3152011,2088.055355 +48384,2950.379639,1046.266331,1461.495209,694.0458413,2090.369678 +48385,2963.198173,1042.637037,1462.281944,694.7646589,2092.692221 +48386,2981.70972,1039.429747,1463.349571,695.9167705,2095.086907 +48387,2985.274386,1036.093661,1463.98386,696.9936569,2097.303019 +48388,2996.807547,1032.92644,1464.859779,698.1248976,2099.492299 +48389,3016.340919,1029.63474,1465.625774,699.3202604,2101.811077 +48390,3020.860836,1026.509724,1466.378943,700.5798102,2103.948702 +48391,3030.46855,1023.30386,1466.96827,701.8405275,2106.156088 +48392,3048.164922,1020.121275,1467.504397,703.1485707,2108.294368 +48393,3053.623359,1016.965552,1468.003421,704.5093169,2110.439709 +48394,3068.269206,1013.827592,1468.468291,706.0362537,2112.54616 +48395,3073.646951,1010.712907,1468.902679,707.4247878,2114.632003 +48396,3080.636373,1007.618719,1469.305927,709.0383012,2116.66356 +48397,3088.639259,1004.604908,1469.680813,710.515075,2118.691682 +48398,3092.512025,1001.463678,1470.026941,712.235279,2120.683415 +48399,3096.249179,998.4109168,1470.345908,713.9179555,2122.668928 +48400,3099.937543,995.4716347,1470.637606,715.6387064,2124.613295 +48401,3103.939401,992.432171,1470.904203,717.4052759,2132.202878 +48402,3107.84302,989.5183666,1471.144289,719.2179091,2120.695589 +48403,3111.849,986.4723806,1471.360584,721.0764694,2138.274692 +48404,3116.260124,983.5674137,1471.552177,722.9802961,2130.688101 +48405,3120.612374,980.6316109,1471.720013,724.9298159,2134.037863 +48406,3124.971599,977.7210718,1471.864114,726.8819143,2136.429533 +48407,3129.77029,974.8280563,1471.985801,728.983828,2137.967689 +48408,3134.923837,971.9520021,1472.084085,731.037409,2139.904356 +48409,3140.300341,969.0373348,1472.160812,733.2154372,2141.658942 +48410,3145.814143,966.3341394,1472.215113,735.3243876,2143.497813 +48411,3151.395662,963.3880566,1472.248509,737.5728401,2145.15868 +48412,3157.019313,960.6291603,1472.260048,739.8279746,2146.819001 +48413,3162.928306,957.8313032,1472.25144,742.0907432,2154.308581 +48414,3168.628306,955.0591844,1472.220973,744.5063074,2143.456824 +48415,3174.241073,952.3046985,1472.170877,746.8701502,2158.417567 +48416,3180.153418,949.5674395,1472.100113,749.3159169,2153.516684 +48417,3185.922155,946.9030934,1472.009489,751.7997485,2155.032873 +48418,3191.529844,944.1217146,1471.898666,754.3272759,2157.359117 +48419,3197.20963,941.4760756,1471.769114,756.8991535,2159.792322 +48420,3202.896349,938.8020493,1471.619557,759.5144334,2160.421771 +48421,3204.737162,903.0498524,1394.764208,729.0329408,2020.198051 +48422,3195.260448,900.1463467,1394.106593,731.5641008,2020.995712 +48423,3184.372864,897.3128714,1393.295799,734.0349102,2028.083045 +48424,3178.181064,894.5561737,1392.793262,736.8054145,2021.640954 +48425,3176.628691,891.8294803,1392.220231,739.501736,2026.245758 +48426,3178.518199,889.129338,1391.660979,742.297447,2027.922372 +48427,3182.488388,886.4536097,1391.098038,745.1396199,2029.238997 +48428,3187.485338,883.7999348,1390.526283,748.0317287,2030.732952 +48429,3193.000862,881.1677412,1389.945106,750.9732886,2032.667083 +48430,3198.768857,878.5560369,1389.351754,753.9627165,2034.21878 +48431,3204.663191,875.9635377,1388.746677,756.954704,2035.889365 +48432,3210.610382,873.3912608,1388.127975,760.1059332,2037.57026 +48433,3216.586063,870.8382,1387.496679,763.2035795,2039.172788 +48434,3222.555438,868.3040819,1386.851285,766.431809,2040.795673 +48435,3228.52092,865.7893269,1386.193119,769.5851782,2042.49325 +48436,3234.751884,863.293262,1385.520842,772.8841951,2044.131167 +48437,3240.656538,860.816431,1384.835901,776.1422239,2045.79494 +48438,3246.530107,858.409362,1384.137025,779.5662974,2047.343628 +48439,3252.395065,855.8954746,1383.425719,782.9325838,2049.002878 +48440,3258.249757,853.5107033,1382.700758,786.3825768,2050.639076 +48441,3264.106033,851.1014637,1381.96368,789.8689769,2052.074772 +48442,3269.958346,848.7181729,1381.213289,793.3977789,2053.924495 +48443,3275.812688,846.302965,1380.451129,796.9690672,2055.457598 +48444,3281.644421,844.031387,1379.676013,800.5822689,2057.058184 +48445,3287.463331,841.7181238,1378.889479,804.2372415,2058.71823 +48446,3293.261027,839.3444354,1378.090352,807.9330103,2060.243336 +48447,3299.276977,837.0888938,1377.280259,811.6696476,2067.470091 +48448,3305.023143,834.8093768,1376.457659,815.3973512,2055.667479 +48449,3310.727228,832.5554316,1375.624452,819.287461,2072.891953 +48450,3316.459215,830.3194906,1374.779363,823.1075952,2059.534366 +48451,3322.234279,828.0205755,1373.704321,826.7935519,2075.328674 +48452,3328.060091,825.7149674,1372.501466,830.3742561,2068.300488 +48453,3333.520382,823.9047697,1371.47413,834.0830995,2071.097299 +48454,3338.714567,820.8587835,1370.241237,837.6272928,2073.1076 +48455,3343.881408,818.9920718,1369.057599,841.4879011,2074.662518 +48456,3349.256514,816.625278,1367.841056,845.0973405,2076.077972 +48457,3354.23183,814.3797239,1366.60539,848.9255456,2077.589966 +48458,3359.123017,812.1424615,1365.350966,852.6078168,2079.081113 +48459,3363.954436,809.917652,1364.078844,856.4591677,2080.673324 +48460,3368.739647,807.7055949,1362.789313,860.1755178,2082.215564 +48461,3373.474677,805.5063433,1361.483191,864.0550881,2083.64164 +48462,3378.152738,803.3197465,1360.160697,867.8031467,2085.129661 +48463,3382.776152,801.1458694,1358.822573,871.7092826,2086.623906 +48464,3387.348962,798.9845345,1357.468986,875.4860096,2088.119598 +48465,3391.87361,796.8357759,1356.100612,879.415774,2089.410661 +48466,3396.356786,794.6520478,1354.717574,883.2185771,2091.053949 +48467,3401.056754,792.596986,1353.320493,887.0298907,2092.448626 +48468,3405.383389,790.4524039,1351.990575,891.0850985,2093.927819 +48469,3409.646065,788.3596409,1350.44587,894.8850955,2095.268431 +48470,3413.857292,786.27226,1349.065601,898.8410469,2096.621604 +48471,3418.029443,784.1966432,1347.602977,902.6743594,2098.1444 +48472,3422.422054,782.1328105,1346.13934,906.6382907,2099.453972 +48473,3426.662804,780.0809508,1344.663949,910.5624018,2106.235083 +48474,3430.912099,778.0401227,1343.175989,914.4471848,2095.302223 +48475,3434.608271,776.0111407,1341.676423,918.471345,2110.226338 +48476,3438.35465,773.9934137,1340.084294,922.380353,2098.857496 +48477,3442.035926,771.9413724,1338.680775,926.3399304,2112.959089 +48478,3445.900284,770.0123615,1337.089786,930.2937192,2106.415203 +48479,3449.992675,767.9961433,1335.556827,934.249335,2108.539467 +48480,3453.627988,766.0290478,1334.001223,938.2057156,2110.592964 +48481,3449.378268,697.6847065,1178.819288,875.7571856,1826.591937 +48482,3424.416023,694.9465081,1175.281481,878.7115331,1823.533242 +48483,3395.034516,692.462444,1172.485536,882.1255899,1823.805478 +48484,3374.237505,689.9884541,1169.631382,885.2894524,1823.657639 +48485,3362.116772,687.6430418,1167.011584,888.7851363,1823.467562 +48486,3356.784689,685.2948198,1164.365552,892.1200486,1823.468418 +48487,3355.287275,682.9779526,1161.755066,895.5204387,1823.437333 +48488,3355.796336,680.6827131,1159.161818,898.9137779,1823.476142 +48489,3357.292622,678.4065887,1156.581115,902.3107127,1823.519675 +48490,3359.284775,676.1478213,1153.938661,905.7051918,1823.577382 +48491,3361.526919,673.9052338,1151.478437,909.0967758,1823.642424 +48492,3363.896472,671.6778436,1148.869911,912.4836699,1823.713645 +48493,3366.311886,669.4238088,1146.325995,915.8078583,1823.78939 +48494,3368.729095,667.284946,1143.775472,919.2668247,1823.867894 +48495,3371.110579,665.071075,1141.227715,922.5916593,1823.948669 +48496,3373.439187,662.9049774,1138.682319,925.9571359,1823.979425 +48497,3375.710817,660.745872,1136.139162,929.3036974,1824.137416 +48498,3377.924584,658.5990457,1133.526771,932.6964106,1824.167087 +48499,3380.079683,656.464394,1131.088667,935.9331212,1824.282208 +48500,3382.176822,654.3415024,1128.499852,939.2842224,1824.351239 +48501,3384.216948,652.1901184,1126.040453,942.5117471,1824.432167 +48502,3386.200532,650.1479518,1123.398749,945.879805,1824.509081 +48503,3388.12893,648.030724,1120.908363,949.1013646,1824.583131 +48504,3390.002072,645.9575469,1118.358234,952.3571583,1824.605126 +48505,3391.648637,643.8887799,1115.7473,955.5857384,1818.545348 +48506,3393.452634,641.8298288,1113.307193,958.7946283,1834.13404 +48507,3395.201019,639.7803313,1110.715446,961.98343,1814.21405 +48508,3396.894084,637.7015543,1108.180423,965.1507468,1835.197584 +48509,3398.493511,635.726084,1105.633669,968.2958135,1814.30434 +48510,3399.907616,633.6764209,1103.084068,971.4174986,1829.125388 +48511,3401.422335,631.5499007,1100.256133,973.6533002,1823.778703 +48512,3402.65294,629.4008948,1097.369288,975.8314627,1824.714952 +48513,3403.371679,627.2476867,1094.451829,977.8112375,1824.764647 +48514,3403.641738,625.0935204,1091.514529,979.5889749,1824.771759 +48515,3403.528016,622.9021703,1088.560175,981.3959524,1824.768135 +48516,3403.054636,620.8270971,1102.696583,983.2792404,1824.736503 +48517,3402.445778,618.6550098,1057.094982,984.9161687,1824.743811 +48518,3401.693576,616.5132731,1092.066001,986.4428434,1824.692293 +48519,3400.656229,614.3667662,1079.859913,987.8760487,1824.627176 +48520,3399.421511,612.2210891,1064.708187,989.2191796,1824.573152 +48521,3398.003094,610.0398713,1079.83904,990.4735661,1824.473976 +48522,3396.389618,607.9489099,1059.190726,991.5321994,1824.465529 +48523,3394.602301,605.7803682,1068.139964,992.6831219,1824.185994 +48524,3392.646114,601.4759488,1055.423436,995.2378164,1824.069526 +48525,3391.222847,599.0548783,1052.66135,996.5025644,1823.93496 +48526,3390.027064,596.712453,1049.261866,997.437012,1823.71423 +48527,3388.650119,594.4973378,1045.834597,998.4233647,1823.506991 +48528,3386.908248,592.226061,1042.567454,999.1492046,1823.234236 +48529,3384.772693,589.9990533,1039.265027,999.9460477,1822.996681 +48530,3382.30689,587.7766498,1035.982518,1000.484551,1822.69002 +48531,3379.569648,585.5272289,1032.706766,1001.102441,1822.352711 +48532,3376.624952,583.369596,1029.495439,1001.459085,1821.404498 +48533,3373.585283,581.1426035,1026.075679,1001.900657,1817.83615 +48534,3370.540437,578.9292958,1022.905898,1002.074524,1828.029104 +48535,3367.507348,576.7514678,1019.61321,1002.341615,1811.606017 +48536,3364.460856,574.5089099,1016.323954,1002.333731,1822.465154 +48537,3361.288573,572.3685942,1013.050763,1002.319254,1827.98277 +48538,3358.032859,570.1589418,1009.838354,1002.223535,1811.925012 +48539,3354.748161,567.9819725,1006.480485,1002.039798,1808.640255 +48540,3351.276763,565.7690293,1003.249489,1001.766813,1842.848186 +48541,1998.154465,563.9976114,854.0570074,1001.458928,1804.778468 +48542,2115.664795,692.1323917,891.714776,1132.532658,2120.356738 +48543,2272.76122,693.8996784,940.1034658,1134.914463,2220.897458 +48544,2398.857526,691.4703495,977.2182615,1134.826834,2292.338325 +48545,2474.069786,688.8957532,997.7615049,1134.539942,2325.741048 +48546,2517.340004,687.2898553,1008.482232,1147.868204,2338.727586 +48547,2544.525273,685.1912557,1014.756458,1113.544869,2343.526619 +48548,2563.345676,683.1824524,1018.952921,1143.31524,2345.520614 +48549,2577.288237,681.1611658,1022.08353,1134.093565,2346.262649 +48550,2587.896774,679.091178,1024.570802,1125.05926,2346.650316 +48551,2595.95191,677.1266815,1026.603754,1142.135871,2346.930233 +48552,2601.938722,675.0661806,1028.274844,1115.457069,2347.169709 +48553,2606.230547,673.0465769,1029.643821,1144.394011,2347.385634 +48554,2609.102656,671.0231917,1030.74291,1110.262077,2347.549592 +48555,2610.837599,669.0040773,1031.624939,1140.647669,2347.695895 +48556,2611.663452,666.989637,1032.334321,1110.330902,2347.853186 +48557,2611.726508,664.9803313,1032.891994,1130.273847,2348.008016 +48558,2611.148792,662.9760811,1033.318339,1116.285475,2348.155664 +48559,2610.029708,660.9770001,1033.631385,1120.47503,2348.294386 +48560,2608.450181,658.9409781,1033.846746,1116.840301,2348.423858 +48561,2606.475978,657.0133465,1033.977727,1115.296526,2348.544216 +48562,2604.192334,654.9807198,1034.050159,1113.329154,2348.689079 +48563,2601.608114,653.0018025,1034.059634,1111.210164,2348.827451 +48564,2598.73389,651.0206326,1034.002842,1109.205227,2348.933139 +48565,2595.614874,649.0434564,1033.893236,1106.946656,2349.021138 +48566,2592.281811,647.068549,1033.739223,1104.753058,2349.097408 +48567,2588.756692,645.0966012,1033.546692,1102.275898,2349.164191 +48568,2585.056235,643.1260219,1033.320173,1099.887239,2349.222289 +48569,2581.193721,641.1575604,1033.063313,1097.34922,2349.271829 +48570,2577.180198,639.1491656,1032.779184,1094.741386,2349.312752 +48571,2573.024839,637.2454015,1032.470365,1091.172601,2349.344835 +48572,2568.631321,635.2496768,1032.139176,1087.279214,2349.36782 +48573,2563.934535,633.2896427,1031.787496,1083.114482,2349.381264 +48574,2558.923495,631.3205329,1031.41691,1078.95645,2349.384812 +48575,2553.616691,629.3496584,1031.028733,1074.465936,2349.378067 +48576,2548.00348,627.3751255,1030.624128,1069.875297,2349.360704 +48577,2542.082034,625.3977737,1030.204082,1065.109224,2349.332319 +48578,2535.866736,623.4158224,1029.769488,1060.252706,2349.292552 +48579,2529.379527,621.4300008,1029.321105,1054.97586,2349.240955 +48580,2522.642335,619.3987721,1028.859632,1049.87532,2349.177115 +48581,2515.673767,617.4613555,1028.385664,1044.383927,2349.100552 +48582,2508.488808,615.4288176,1027.899756,1038.798482,2349.010818 +48583,2501.0994,613.4261567,1027.402374,1033.031408,2348.907384 +48584,2493.515258,611.4092961,1026.893964,1027.017519,2348.789781 +48585,2485.744311,609.3855422,1026.3749,1021.077115,2348.65747 +48586,2477.793151,607.3532541,1025.845543,1014.626027,2348.509985 +48587,2469.700695,605.2968468,1025.321562,1008.181774,2348.382067 +48588,2461.428216,603.2037661,1024.788103,1001.434177,2348.238695 +48589,2452.953427,601.1997778,1024.233453,994.6970351,2348.051705 +48590,2444.299817,599.101829,1023.66519,987.6302206,2347.837356 +48591,2435.480848,597.0307995,1023.08645,980.4578003,2347.601856 +48592,2426.505475,594.944076,1022.498607,973.1118082,2347.347475 +48593,2417.380118,592.7844067,1021.901612,907.7246941,2347.073231 +48594,2401.597042,590.6653986,1021.293151,895.151077,2346.772953 +48595,2382.112924,588.5419219,1020.674673,886.255945,2346.449099 +48596,2362.511329,578.8154293,1020.04772,870.7721048,2346.104089 +48597,2344.099254,575.8212564,1019.121201,862.2452414,2345.73811 +48598,2327.362993,573.2817545,1018.024536,871.2650517,2345.388324 +48599,2312.203018,570.9361057,1016.897253,823.43739,2345.018011 +48600,2298.344075,568.6230392,1015.805416,868.7175874,2344.402466 +48601,0,0,0,0,0 +48602,0,0,0,0,0 +48603,0,0,0,0,0 +48604,0,0,0,0,0 +48605,0,0,0,0,0 +48606,0,0,0,0,0 +48607,0,0,0,0,0 +48608,0,0,0,0,0 +48609,0,0,0,0,0 +48610,0,0,0,0,0 +48611,0,0,0,0,0 +48612,0,0,0,0,0 +48613,0,0,0,0,0 +48614,0,0,0,0,0 +48615,0,0,0,0,0 +48616,0,0,0,0,0 +48617,0,0,0,0,0 +48618,0,0,0,0,0 +48619,0,0,0,0,0 +48620,0,0,0,0,0 +48621,0,0,0,0,0 +48622,0,0,0,0,0 +48623,0,0,0,0,0 +48624,0,0,0,0,0 +48625,0,0,0,0,0 +48626,0,0,0,0,0 +48627,0,0,0,0,0 +48628,0,0,0,0,0 +48629,0,0,0,0,0 +48630,0,0,0,0,0 +48631,0,0,0,0,0 +48632,0,0,0,0,0 +48633,0,0,0,0,0 +48634,0,0,0,0,0 +48635,0,0,0,0,0 +48636,0,0,0,0,0 +48637,0,0,0,0,0 +48638,0,0,0,0,0 +48639,0,0,0,0,0 +48640,0,0,0,0,0 +48641,0,0,0,0,0 +48642,0,0,0,0,0 +48643,0,0,0,0,0 +48644,0,0,0,0,0 +48645,0,0,0,0,0 +48646,0,0,0,0,0 +48647,0,0,0,0,0 +48648,0,0,0,0,0 +48649,0,0,0,0,0 +48650,0,0,0,0,0 +48651,0,0,0,0,0 +48652,0,0,0,0,0 +48653,0,0,0,0,0 +48654,0,0,0,0,0 +48655,0,0,0,0,0 +48656,0,0,0,0,0 +48657,0,0,0,0,0 +48658,0,0,0,0,0 +48659,0,0,0,0,0 +48660,0,0,0,0,0 +48661,0,0,0,0,0 +48662,0,0,0,0,0 +48663,0,0,0,0,0 +48664,0,0,0,0,0 +48665,0,0,0,0,0 +48666,0,0,0,0,0 +48667,0,0,0,0,0 +48668,0,0,0,0,0 +48669,0,0,0,0,0 +48670,0,0,0,0,0 +48671,0,0,0,0,0 +48672,0,0,0,0,0 +48673,0,0,0,0,0 +48674,0,0,0,0,0 +48675,0,0,0,0,0 +48676,0,0,0,0,0 +48677,0,0,0,0,0 +48678,0,0,0,0,0 +48679,0,0,0,0,0 +48680,0,0,0,0,0 +48681,0,0,0,0,0 +48682,0,0,0,0,0 +48683,0,0,0,0,0 +48684,0,0,0,0,0 +48685,0,0,0,0,0 +48686,0,0,0,0,0 +48687,0,0,0,0,0 +48688,0,0,0,0,0 +48689,0,0,0,0,0 +48690,0,0,0,0,0 +48691,0,0,0,0,0 +48692,0,0,0,0,0 +48693,0,0,0,0,0 +48694,0,0,0,0,0 +48695,0,0,0,0,0 +48696,0,0,0,0,0 +48697,0,0,0,0,0 +48698,0,0,0,0,0 +48699,0,0,0,0,0 +48700,0,0,0,0,0 +48701,0,0,0,0,0 +48702,0,0,0,0,0 +48703,0,0,0,0,0 +48704,0,0,0,0,0 +48705,0,0,0,0,0 +48706,0,0,0,0,0 +48707,0,0,0,0,0 +48708,0,0,0,0,0 +48709,0,0,0,0,0 +48710,0,0,0,0,0 +48711,0,0,0,0,0 +48712,0,0,0,0,0 +48713,0,0,0,0,0 +48714,0,0,0,0,0 +48715,0,0,0,0,0 +48716,0,0,0,0,0 +48717,0,0,0,0,0 +48718,0,0,0,0,0 +48719,0,0,0,0,0 +48720,0,0,0,0,0 +48721,0,0,0,0,0 +48722,0,0,0,0,0 +48723,0,0,0,0,0 +48724,0,0,0,0,0 +48725,0,0,0,0,0 +48726,0,0,0,0,0 +48727,0,0,0,0,0 +48728,0,0,0,0,0 +48729,0,0,0,0,0 +48730,0,0,0,0,0 +48731,0,0,0,0,0 +48732,0,0,0,0,0 +48733,0,0,0,0,0 +48734,0,0,0,0,0 +48735,0,0,0,0,0 +48736,0,0,0,0,0 +48737,0,0,0,0,0 +48738,0,0,0,0,0 +48739,0,0,0,0,0 +48740,0,0,0,0,0 +48741,0,0,0,0,0 +48742,0,0,0,0,0 +48743,0,0,0,0,0 +48744,0,0,0,0,0 +48745,0,0,0,0,0 +48746,0,0,0,0,0 +48747,0,0,0,0,0 +48748,0,0,0,0,0 +48749,0,0,0,0,0 +48750,0,0,0,0,0 +48751,0,0,0,0,0 +48752,0,0,0,0,0 +48753,0,0,0,0,0 +48754,0,0,0,0,0 +48755,0,0,0,0,0 +48756,0,0,0,0,0 +48757,0,0,0,0,0 +48758,0,0,0,0,0 +48759,0,0,0,0,0 +48760,0,0,0,0,0 +48761,0,0,0,0,0 +48762,0,0,0,0,0 +48763,0,0,0,0,0 +48764,0,0,0,0,0 +48765,0,0,0,0,0 +48766,0,0,0,0,0 +48767,0,0,0,0,0 +48768,0,0,0,0,0 +48769,0,0,0,0,0 +48770,0,0,0,0,0 +48771,0,0,0,0,0 +48772,0,0,0,0,0 +48773,0,0,0,0,0 +48774,0,0,0,0,0 +48775,0,0,0,0,0 +48776,0,0,0,0,0 +48777,0,0,0,0,0 +48778,0,0,0,0,0 +48779,0,0,0,0,0 +48780,0,0,0,0,0 +48781,0,0,0,0,0 +48782,0,0,0,0,0 +48783,0,0,0,0,0 +48784,0,0,0,0,0 +48785,0,0,0,0,0 +48786,0,0,0,0,0 +48787,0,0,0,0,0 +48788,0,0,0,0,0 +48789,0,0,0,0,0 +48790,0,0,0,0,0 +48791,0,0,0,0,0 +48792,0,0,0,0,0 +48793,0,0,0,0,0 +48794,0,0,0,0,0 +48795,0,0,0,0,0 +48796,0,0,0,0,0 +48797,0,0,0,0,0 +48798,0,0,0,0,0 +48799,0,0,0,0,0 +48800,0,0,0,0,0 +48801,0,0,0,0,0 +48802,0,0,0,0,0 +48803,0,0,0,0,0 +48804,0,0,0,0,0 +48805,0,0,0,0,0 +48806,0,0,0,0,0 +48807,0,0,0,0,0 +48808,0,0,0,0,0 +48809,0,0,0,0,0 +48810,0,0,0,0,0 +48811,0,0,0,0,0 +48812,0,0,0,0,0 +48813,0,0,0,0,0 +48814,0,0,0,0,0 +48815,0,0,0,0,0 +48816,0,0,0,0,0 +48817,0,0,0,0,0 +48818,0,0,0,0,0 +48819,0,0,0,0,0 +48820,0,0,0,0,0 +48821,0,0,0,0,0 +48822,0,0,0,0,0 +48823,0,0,0,0,0 +48824,0,0,0,0,0 +48825,0,0,0,0,0 +48826,0,0,0,0,0 +48827,0,0,0,0,0 +48828,0,0,0,0,0 +48829,0,0,0,0,0 +48830,0,0,0,0,0 +48831,0,0,0,0,0 +48832,0,0,0,0,0 +48833,0,0,0,0,0 +48834,0,0,0,0,0 +48835,0,0,0,0,0 +48836,0,0,0,0,0 +48837,0,0,0,0,0 +48838,0,0,0,0,0 +48839,0,0,0,0,0 +48840,0,0,0,0,0 +48841,0,0,0,0,0 +48842,0,0,0,0,0 +48843,0,0,0,0,0 +48844,0,0,0,0,0 +48845,0,0,0,0,0 +48846,0,0,0,0,0 +48847,0,0,0,0,0 +48848,0,0,0,0,0 +48849,0,0,0,0,0 +48850,0,0,0,0,0 +48851,0,0,0,0,0 +48852,0,0,0,0,0 +48853,0,0,0,0,0 +48854,0,0,0,0,0 +48855,0,0,0,0,0 +48856,0,0,0,0,0 +48857,0,0,0,0,0 +48858,0,0,0,0,0 +48859,0,0,0,0,0 +48860,0,0,0,0,0 +48861,0,0,0,0,0 +48862,0,0,0,0,0 +48863,0,0,0,0,0 +48864,0,0,0,0,0 +48865,0,0,0,0,0 +48866,0,0,0,0,0 +48867,0,0,0,0,0 +48868,0,0,0,0,0 +48869,0,0,0,0,0 +48870,0,0,0,0,0 +48871,0,0,0,0,0 +48872,0,0,0,0,0 +48873,0,0,0,0,0 +48874,0,0,0,0,0 +48875,0,0,0,0,0 +48876,0,0,0,0,0 +48877,0,0,0,0,0 +48878,0,0,0,0,0 +48879,0,0,0,0,0 +48880,0,0,0,0,0 +48881,0,0,0,0,0 +48882,0,0,0,0,0 +48883,0,0,0,0,0 +48884,0,0,0,0,0 +48885,0,0,0,0,0 +48886,0,0,0,0,0 +48887,0,0,0,0,0 +48888,0,0,0,0,0 +48889,0,0,0,0,0 +48890,0,0,0,0,0 +48891,0,0,0,0,0 +48892,0,0,0,0,0 +48893,0,0,0,0,0 +48894,0,0,0,0,0 +48895,0,0,0,0,0 +48896,0,0,0,0,0 +48897,0,0,0,0,0 +48898,0,0,0,0,0 +48899,0,0,0,0,0 +48900,0,0,0,0,0 +48901,0,0,0,0,0 +48902,0,0,0,0,0 +48903,0,0,0,0,0 +48904,0,0,0,0,0 +48905,0,0,0,0,0 +48906,0,0,0,0,0 +48907,0,0,0,0,0 +48908,0,0,0,0,0 +48909,0,0,0,0,0 +48910,0,0,0,0,0 +48911,0,0,0,0,0 +48912,0,0,0,0,0 +48913,0,0,0,0,0 +48914,0,0,0,0,0 +48915,0,0,0,0,0 +48916,0,0,0,0,0 +48917,0,0,0,0,0 +48918,0,0,0,0,0 +48919,0,0,0,0,0 +48920,0,0,0,0,0 +48921,0,0,0,0,0 +48922,0,0,0,0,0 +48923,0,0,0,0,0 +48924,0,0,0,0,0 +48925,0,0,0,0,0 +48926,0,0,0,0,0 +48927,0,0,0,0,0 +48928,0,0,0,0,0 +48929,0,0,0,0,0 +48930,0,0,0,0,0 +48931,0,0,0,0,0 +48932,0,0,0,0,0 +48933,0,0,0,0,0 +48934,0,0,0,0,0 +48935,0,0,0,0,0 +48936,0,0,0,0,0 +48937,0,0,0,0,0 +48938,0,0,0,0,0 +48939,0,0,0,0,0 +48940,0,0,0,0,0 +48941,0,0,0,0,0 +48942,0,0,0,0,0 +48943,0,0,0,0,0 +48944,0,0,0,0,0 +48945,0,0,0,0,0 +48946,0,0,0,0,0 +48947,0,0,0,0,0 +48948,0,0,0,0,0 +48949,0,0,0,0,0 +48950,0,0,0,0,0 +48951,0,0,0,0,0 +48952,0,0,0,0,0 +48953,0,0,0,0,0 +48954,0,0,0,0,0 +48955,0,0,0,0,0 +48956,0,0,0,0,0 +48957,0,0,0,0,0 +48958,0,0,0,0,0 +48959,0,0,0,0,0 +48960,0,0,0,0,0 +48961,0,0,0,0,0 +48962,0,0,0,0,0 +48963,0,0,0,0,0 +48964,0,0,0,0,0 +48965,0,0,0,0,0 +48966,0,0,0,0,0 +48967,0,0,0,0,0 +48968,0,0,0,0,0 +48969,0,0,0,0,0 +48970,0,0,0,0,0 +48971,0,0,0,0,0 +48972,0,0,0,0,0 +48973,0,0,0,0,0 +48974,0,0,0,0,0 +48975,0,0,0,0,0 +48976,0,0,0,0,0 +48977,0,0,0,0,0 +48978,0,0,0,0,0 +48979,0,0,0,0,0 +48980,0,0,0,0,0 +48981,0,0,0,0,0 +48982,0,0,0,0,0 +48983,0,0,0,0,0 +48984,0,0,0,0,0 +48985,0,0,0,0,0 +48986,0,0,0,0,0 +48987,0,0,0,0,0 +48988,0,0,0,0,0 +48989,0,0,0,0,0 +48990,0,0,0,0,0 +48991,0,0,0,0,0 +48992,0,0,0,0,0 +48993,0,0,0,0,0 +48994,0,0,0,0,0 +48995,0,0,0,0,0 +48996,0,0,0,0,0 +48997,0,0,0,0,0 +48998,0,0,0,0,0 +48999,0,0,0,0,0 +49000,0,0,0,0,0 +49001,0,0,0,0,0 +49002,0,0,0,0,0 +49003,0,0,0,0,0 +49004,0,0,0,0,0 +49005,0,0,0,0,0 +49006,0,0,0,0,0 +49007,0,0,0,0,0 +49008,0,0,0,0,0 +49009,0,0,0,0,0 +49010,0,0,0,0,0 +49011,0,0,0,0,0 +49012,0,0,0,0,0 +49013,0,0,0,0,0 +49014,0,0,0,0,0 +49015,0,0,0,0,0 +49016,0,0,0,0,0 +49017,0,0,0,0,0 +49018,0,0,0,0,0 +49019,0,0,0,0,0 +49020,0,0,0,0,0 +49021,0,0,0,0,0 +49022,0,0,0,0,0 +49023,0,0,0,0,0 +49024,0,0,0,0,0 +49025,0,0,0,0,0 +49026,0,0,0,0,0 +49027,0,0,0,0,0 +49028,0,0,0,0,0 +49029,0,0,0,0,0 +49030,0,0,0,0,0 +49031,0,0,0,0,0 +49032,0,0,0,0,0 +49033,0,0,0,0,0 +49034,0,0,0,0,0 +49035,0,0,0,0,0 +49036,0,0,0,0,0 +49037,0,0,0,0,0 +49038,0,0,0,0,0 +49039,0,0,0,0,0 +49040,0,0,0,0,0 +49041,0,0,0,0,0 +49042,0,0,0,0,0 +49043,0,0,0,0,0 +49044,0,0,0,0,0 +49045,0,0,0,0,0 +49046,0,0,0,0,0 +49047,0,0,0,0,0 +49048,0,0,0,0,0 +49049,0,0,0,0,0 +49050,0,0,0,0,0 +49051,0,0,0,0,0 +49052,0,0,0,0,0 +49053,0,0,0,0,0 +49054,0,0,0,0,0 +49055,0,0,0,0,0 +49056,0,0,0,0,0 +49057,0,0,0,0,0 +49058,0,0,0,0,0 +49059,0,0,0,0,0 +49060,0,0,0,0,0 +49061,0,0,0,0,0 +49062,0,0,0,0,0 +49063,0,0,0,0,0 +49064,0,0,0,0,0 +49065,0,0,0,0,0 +49066,0,0,0,0,0 +49067,0,0,0,0,0 +49068,0,0,0,0,0 +49069,0,0,0,0,0 +49070,0,0,0,0,0 +49071,0,0,0,0,0 +49072,0,0,0,0,0 +49073,0,0,0,0,0 +49074,0,0,0,0,0 +49075,0,0,0,0,0 +49076,0,0,0,0,0 +49077,0,0,0,0,0 +49078,0,0,0,0,0 +49079,0,0,0,0,0 +49080,0,0,0,0,0 +49081,0,0,0,0,0 +49082,0,0,0,0,0 +49083,0,0,0,0,0 +49084,0,0,0,0,0 +49085,0,0,0,0,0 +49086,0,0,0,0,0 +49087,0,0,0,0,0 +49088,0,0,0,0,0 +49089,0,0,0,0,0 +49090,0,0,0,0,0 +49091,0,0,0,0,0 +49092,0,0,0,0,0 +49093,0,0,0,0,0 +49094,0,0,0,0,0 +49095,0,0,0,0,0 +49096,0,0,0,0,0 +49097,0,0,0,0,0 +49098,0,0,0,0,0 +49099,0,0,0,0,0 +49100,0,0,0,0,0 +49101,0,0,0,0,0 +49102,0,0,0,0,0 +49103,0,0,0,0,0 +49104,0,0,0,0,0 +49105,0,0,0,0,0 +49106,0,0,0,0,0 +49107,0,0,0,0,0 +49108,0,0,0,0,0 +49109,0,0,0,0,0 +49110,0,0,0,0,0 +49111,0,0,0,0,0 +49112,0,0,0,0,0 +49113,0,0,0,0,0 +49114,0,0,0,0,0 +49115,0,0,0,0,0 +49116,0,0,0,0,0 +49117,0,0,0,0,0 +49118,0,0,0,0,0 +49119,0,0,0,0,0 +49120,0,0,0,0,0 +49121,0,0,0,0,0 +49122,0,0,0,0,0 +49123,0,0,0,0,0 +49124,0,0,0,0,0 +49125,0,0,0,0,0 +49126,0,0,0,0,0 +49127,0,0,0,0,0 +49128,0,0,0,0,0 +49129,0,0,0,0,0 +49130,0,0,0,0,0 +49131,0,0,0,0,0 +49132,0,0,0,0,0 +49133,0,0,0,0,0 +49134,0,0,0,0,0 +49135,0,0,0,0,0 +49136,0,0,0,0,0 +49137,0,0,0,0,0 +49138,0,0,0,0,0 +49139,0,0,0,0,0 +49140,0,0,0,0,0 +49141,0,0,0,0,0 +49142,0,0,0,0,0 +49143,0,0,0,0,0 +49144,0,0,0,0,0 +49145,0,0,0,0,0 +49146,0,0,0,0,0 +49147,0,0,0,0,0 +49148,0,0,0,0,0 +49149,0,0,0,0,0 +49150,0,0,0,0,0 +49151,0,0,0,0,0 +49152,0,0,0,0,0 +49153,0,0,0,0,0 +49154,0,0,0,0,0 +49155,0,0,0,0,0 +49156,0,0,0,0,0 +49157,0,0,0,0,0 +49158,0,0,0,0,0 +49159,0,0,0,0,0 +49160,0,0,0,0,0 +49161,0,0,0,0,0 +49162,0,0,0,0,0 +49163,0,0,0,0,0 +49164,0,0,0,0,0 +49165,0,0,0,0,0 +49166,0,0,0,0,0 +49167,0,0,0,0,0 +49168,0,0,0,0,0 +49169,0,0,0,0,0 +49170,0,0,0,0,0 +49171,0,0,0,0,0 +49172,0,0,0,0,0 +49173,0,0,0,0,0 +49174,0,0,0,0,0 +49175,0,0,0,0,0 +49176,0,0,0,0,0 +49177,0,0,0,0,0 +49178,0,0,0,0,0 +49179,0,0,0,0,0 +49180,0,0,0,0,0 +49181,0,0,0,0,0 +49182,0,0,0,0,0 +49183,0,0,0,0,0 +49184,0,0,0,0,0 +49185,0,0,0,0,0 +49186,0,0,0,0,0 +49187,0,0,0,0,0 +49188,0,0,0,0,0 +49189,0,0,0,0,0 +49190,0,0,0,0,0 +49191,0,0,0,0,0 +49192,0,0,0,0,0 +49193,0,0,0,0,0 +49194,0,0,0,0,0 +49195,0,0,0,0,0 +49196,0,0,0,0,0 +49197,0,0,0,0,0 +49198,0,0,0,0,0 +49199,0,0,0,0,0 +49200,0,0,0,0,0 +49201,0,0,0,0,0 +49202,0,0,0,0,0 +49203,0,0,0,0,0 +49204,0,0,0,0,0 +49205,0,0,0,0,0 +49206,0,0,0,0,0 +49207,0,0,0,0,0 +49208,0,0,0,0,0 +49209,0,0,0,0,0 +49210,0,0,0,0,0 +49211,0,0,0,0,0 +49212,0,0,0,0,0 +49213,0,0,0,0,0 +49214,0,0,0,0,0 +49215,0,0,0,0,0 +49216,0,0,0,0,0 +49217,0,0,0,0,0 +49218,0,0,0,0,0 +49219,0,0,0,0,0 +49220,0,0,0,0,0 +49221,0,0,0,0,0 +49222,0,0,0,0,0 +49223,0,0,0,0,0 +49224,0,0,0,0,0 +49225,0,0,0,0,0 +49226,0,0,0,0,0 +49227,0,0,0,0,0 +49228,0,0,0,0,0 +49229,0,0,0,0,0 +49230,0,0,0,0,0 +49231,0,0,0,0,0 +49232,0,0,0,0,0 +49233,0,0,0,0,0 +49234,0,0,0,0,0 +49235,0,0,0,0,0 +49236,0,0,0,0,0 +49237,0,0,0,0,0 +49238,0,0,0,0,0 +49239,0,0,0,0,0 +49240,0,0,0,0,0 +49241,0,0,0,0,0 +49242,0,0,0,0,0 +49243,0,0,0,0,0 +49244,0,0,0,0,0 +49245,0,0,0,0,0 +49246,0,0,0,0,0 +49247,0,0,0,0,0 +49248,0,0,0,0,0 +49249,0,0,0,0,0 +49250,0,0,0,0,0 +49251,0,0,0,0,0 +49252,0,0,0,0,0 +49253,0,0,0,0,0 +49254,0,0,0,0,0 +49255,0,0,0,0,0 +49256,0,0,0,0,0 +49257,0,0,0,0,0 +49258,0,0,0,0,0 +49259,0,0,0,0,0 +49260,0,0,0,0,0 +49261,0,0,0,0,0 +49262,0,0,0,0,0 +49263,0,0,0,0,0 +49264,0,0,0,0,0 +49265,0,0,0,0,0 +49266,0,0,0,0,0 +49267,0,0,0,0,0 +49268,0,0,0,0,0 +49269,0,0,0,0,0 +49270,0,0,0,0,0 +49271,0,0,0,0,0 +49272,0,0,0,0,0 +49273,0,0,0,0,0 +49274,0,0,0,0,0 +49275,0,0,0,0,0 +49276,0,0,0,0,0 +49277,0,0,0,0,0 +49278,0,0,0,0,0 +49279,0,0,0,0,0 +49280,0,0,0,0,0 +49281,0,0,0,0,0 +49282,0,0,0,0,0 +49283,0,0,0,0,0 +49284,0,0,0,0,0 +49285,0,0,0,0,0 +49286,0,0,0,0,0 +49287,0,0,0,0,0 +49288,0,0,0,0,0 +49289,0,0,0,0,0 +49290,0,0,0,0,0 +49291,0,0,0,0,0 +49292,0,0,0,0,0 +49293,0,0,0,0,0 +49294,0,0,0,0,0 +49295,0,0,0,0,0 +49296,0,0,0,0,0 +49297,0,0,0,0,0 +49298,0,0,0,0,0 +49299,0,0,0,0,0 +49300,0,0,0,0,0 +49301,0,0,0,0,0 +49302,0,0,0,0,0 +49303,0,0,0,0,0 +49304,0,0,0,0,0 +49305,0,0,0,0,0 +49306,0,0,0,0,0 +49307,0,0,0,0,0 +49308,0,0,0,0,0 +49309,0,0,0,0,0 +49310,0,0,0,0,0 +49311,0,0,0,0,0 +49312,0,0,0,0,0 +49313,0,0,0,0,0 +49314,0,0,0,0,0 +49315,0,0,0,0,0 +49316,0,0,0,0,0 +49317,0,0,0,0,0 +49318,0,0,0,0,0 +49319,0,0,0,0,0 +49320,0,0,0,0,0 +49321,0,0,0,0,0 +49322,0,0,0,0,0 +49323,0,0,0,0,0 +49324,0,0,0,0,0 +49325,0,0,0,0,0 +49326,0,0,0,0,0 +49327,0,0,0,0,0 +49328,0,0,0,0,0 +49329,0,0,0,0,0 +49330,0,0,0,0,0 +49331,0,0,0,0,0 +49332,0,0,0,0,0 +49333,0,0,0,0,0 +49334,0,0,0,0,0 +49335,0,0,0,0,0 +49336,0,0,0,0,0 +49337,0,0,0,0,0 +49338,0,0,0,0,0 +49339,0,0,0,0,0 +49340,0,0,0,0,0 +49341,0,0,0,0,0 +49342,0,0,0,0,0 +49343,0,0,0,0,0 +49344,0,0,0,0,0 +49345,0,0,0,0,0 +49346,0,0,0,0,0 +49347,0,0,0,0,0 +49348,0,0,0,0,0 +49349,0,0,0,0,0 +49350,0,0,0,0,0 +49351,0,0,0,0,0 +49352,0,0,0,0,0 +49353,0,0,0,0,0 +49354,0,0,0,0,0 +49355,0,0,0,0,0 +49356,0,0,0,0,0 +49357,0,0,0,0,0 +49358,0,0,0,0,0 +49359,0,0,0,0,0 +49360,0,0,0,0,0 +49361,0,0,0,0,0 +49362,0,0,0,0,0 +49363,0,0,0,0,0 +49364,0,0,0,0,0 +49365,0,0,0,0,0 +49366,0,0,0,0,0 +49367,0,0,0,0,0 +49368,0,0,0,0,0 +49369,0,0,0,0,0 +49370,0,0,0,0,0 +49371,0,0,0,0,0 +49372,0,0,0,0,0 +49373,0,0,0,0,0 +49374,0,0,0,0,0 +49375,0,0,0,0,0 +49376,0,0,0,0,0 +49377,0,0,0,0,0 +49378,0,0,0,0,0 +49379,0,0,0,0,0 +49380,0,0,0,0,0 +49381,-1843.475789,-819.5499099,-1810.16473,-819.5683453,-1125.793714 +49382,-1901.509531,-817.0749891,-1865.90127,-817.0933677,-1124.652529 +49383,-1922.158204,-813.5096905,-1881.218353,-813.5279645,-1122.881818 +49384,-1913.529825,-810.012661,-1872.899457,-810.0308262,-1121.04466 +49385,-1905.963002,-807.0281408,-1865.602189,-807.0462101,-1119.378483 +49386,-1899.594017,-804.5708312,-1859.452488,-804.5888196,-1117.916952 +49387,-1894.207068,-802.527642,-1854.241819,-802.5455624,-1116.62684 +49388,-1889.574707,-800.7941585,-1849.752701,-800.8120212,-1115.472351 +49389,-1885.539822,-799.3013669,-1845.835681,-799.3191805,-1114.429661 +49390,-1172.847639,-712.0133669,-1309.496267,-710.7608924,-1113.4839 +49391,-1389.377768,-527.4440068,-1268.347657,-527.4522574,-1112.624356 +49392,-1376.183711,-649.3847559,-1381.142684,-649.4033614,-1103.070763 +49393,-1325.608469,-601.0277881,-1302.078927,-600.2985305,-1089.40302 +49394,-1315.394036,-594.2456439,-1291.959359,-594.2615028,-1076.53501 +49395,-1303.605118,-588.6657473,-1280.256235,-588.6818359,-1060.766382 +49396,-1292.417679,-583.7150118,-1269.111295,-583.7306531,-1044.075897 +49397,-1283.562439,-578.8455042,-1260.655793,-578.8598815,-763.3734624 +49398,-1274.804035,-573.8957661,-1250.18488,-573.9085294,-870.2007849 +49399,-1263.8799,-569.5893464,-1242.480919,-568.6581716,-847.4136233 +49400,-1256.298761,-564.2505313,-1232.48065,-565.2795795,-830.9899769 +49401,-1248.985803,-560.8695994,-1223.930017,-559.8032178,-822.8020896 +49402,-1238.990046,-556.2192127,-1215.797094,-556.2307801,-817.1905688 +49403,-1232.089305,-551.8004919,-1209.133734,-551.8122686,-810.2156442 +49404,-1224.015524,-547.9529707,-1199.651692,-547.9642767,-803.5302679 +49405,-1218.562355,-544.9197409,-1194.34682,-544.3058958,-798.9147515 +49406,-1208.984938,-539.6725677,-1185.021936,-540.3290871,-790.8969287 +49407,-1187.635912,-527.2229387,-1156.800888,-527.2321894,-786.8760827 +49408,-1180.540762,-523.2061612,-1145.927322,-521.7736304,-779.4731183 +49409,-1173.167416,-517.5376418,-1138.542169,-519.0255589,-774.9281817 +49410,-1165.550172,-472.5683518,-1114.704765,-513.159955,-768.5349496 +49411,-1157.717808,-460.1005325,-1102.357662,-510.1792948,-764.4510139 +49412,-1149.691346,-447.9028678,-1093.954554,-505.5392632,-757.6233209 +49413,-1143.576779,-437.208397,-1080.946839,-500.7589773,-753.2537992 +49414,-1135.226411,-425.998193,-1072.087545,-496.6753682,-747.8566622 +49415,-1126.705082,-415.4515072,-1060.743768,-492.4924813,-742.3107737 +49416,-1122.40617,-403.8238704,-1052.653554,-488.2099366,-737.5801301 +49417,-1113.62508,-394.2761994,-1042.033851,-484.7148363,-732.7426144 +49418,-1106.936153,-383.040873,-1032.405424,-480.2491032,-727.7973078 +49419,-1100.15067,-372.7536019,-1023.832993,-476.6044193,-722.7430184 +49420,-1093.268297,-362.1039231,-1015.116571,-471.9516162,-718.6221124 +49421,-1086.288846,-351.829291,-1004.97514,-469.1120941,-713.3664346 +49422,-1081.585587,-341.2232954,-995.947543,-465.2614969,-709.0808335 +49423,-1073.237805,-330.280003,-988.0938141,-460.3471694,-704.7200116 +49424,-1067.19558,-321.0359052,-978.7889403,-458.3529199,-700.2825858 +49425,-1059.852211,-295.3820887,-965.2297492,-452.2509017,-694.6254618 +49426,-1052.404064,-282.6087812,-954.1525941,-449.1385937,-692.3300289 +49427,-1044.852851,-271.3020506,-947.1270752,-445.983127,-686.497718 +49428,-1041.041408,-258.7880736,-938.5861351,-441.7061592,-682.9375472 +49429,-1032.03713,-246.9293895,-928.4691033,-438.4471824,-679.330041 +49430,-1029.441071,-235.3087726,-922.6163728,-434.0313542,-673.2096737 +49431,-1021.56998,-222.4718005,-912.2383077,-431.7943335,-671.9705248 +49432,-1013.59031,-211.4223139,-906.2338519,-427.254995,-665.6858589 +49433,-1012.253722,-200.2138833,-897.1197224,-424.9545526,-661.8482596 +49434,-1002.781177,-193.0059273,-892.5162184,-420.2875511,-659.2618206 +49435,-998.6760634,-185.223359,-883.2098493,-417.9225746,-654.0177831 +49436,-991.7698023,-178.1707791,-878.5104247,-414.3327828,-651.3607641 +49437,-987.589022,-170.2860412,-872.192499,-410.6926859,-647.3297833 +49438,-980.5536989,-163.1512148,-865.8151498,-407.6209781,-642.5577561 +49439,-977.7177114,-155.7183086,-859.3786525,-404.5135402,-640.4899334 +49440,-969.1255315,-148.522747,-852.8832051,-400.7365112,-634.9057598 +49441,-964.7862545,-141.0361748,-847.9731432,-398.1898115,-633.4943361 +49442,-960.4174301,-135.9441916,-841.3723803,-394.3245877,-629.2202443 +49443,-953.0659672,-129.7695756,-834.7112702,-391.718468,-627.0614752 +49444,-948.6159257,-123.8545154,-829.6767982,-389.0877607,-623.4303487 +49445,-944.1349761,-117.3938312,-824.6074101,-385.0947556,-620.4956918 +49446,-938.1097357,-111.73575,-817.7925783,-382.4024972,-617.534299 +49447,-933.5543225,-105.5346657,-812.6413607,-379.0022243,-615.2955169 +49448,-927.4306297,-99.33060042,-805.7185899,-376.2541246,-611.5295397 +49449,-922.8015995,-93.39449931,-802.2352469,-373.4803782,-610.0111764 +49450,-918.1402961,-87.32230972,-795.2179005,-369.9765508,-605.4136818 +49451,-911.8737091,-81.2494253,-789.9138693,-367.1448418,-603.8674565 +49452,-908.7196698,-75.04121976,-784.5745507,-364.2872286,-600.7532567 +49453,-902.3650127,-69.23778296,-779.19932,-361.4032062,-599.1853811 +49454,-897.5608292,-62.89436492,-773.7879161,-358.4925509,-594.4377668 +49455,-892.7238475,-56.95585957,-768.3403349,-354.8167869,-593.6404465 +49456,-886.2224321,-50.88237268,-762.8566498,-352.5921295,-589.6248665 +49457,-884.5896948,-44.80887329,-757.3369211,-349.601712,-588.0059351 +49458,-876.3579919,-38.60040236,-752.7097178,-346.5839015,-586.3793003 +49459,-873.040136,-32.52691551,-746.1882101,-343.9210303,-581.4535205 +49460,-868.0341424,-26.45343129,-742.4402669,-340.4663522,-581.4538075 +49461,-862.9931939,-20.24497453,-736.7862446,-338.5325783,-577.2968266 +49462,-857.917633,-14.30645349,-731.0952391,-335.023423,-575.6207253 +49463,-852.8076574,-8.097990308,-725.368186,-331.8749533,-573.0919479 +49464,-849.3821852,-1.889530439,-721.5307542,-329.8936472,-571.3962912 +49465,-842.4817603,0,-715.7422112,-326.2985698,-567.9811013 +49466,-839.0093551,0,-709.9167302,-323.8824662,-566.2618061 +49467,-833.7701481,0,-706.0134366,-320.6361936,-563.6679129 +49468,-830.2575324,0,-700.1264979,-318.5933111,-561.0560499 +49469,-823.182681,0,-699.1415689,-314.8873185,-560.1816153 +49470,-819.6228353,0,-694.2030084,-312.8134271,-556.6623131 +49471,-816.0467875,0,-688.2426834,-309.8908792,-554.8905161 +49472,-810.650529,0,-685.2497234,-307.3687189,-552.2175255 +49473,-805.2184591,0,-678.2273657,-305.2549679,-551.3225864 +49474,-803.4012579,0,-675.2034219,-302.703483,-547.7210315 +49475,-796.085148,0,-669.1261191,-300.1359822,-546.815538 +49476,-794.2472948,0,-665.0544843,-297.9843949,-543.172236 +49477,-786.8498509,0,-658.9160548,-295.3876844,-542.2564478 +49478,-776.5739588,0,-649.6413163,-290.5859047,-539.4956336 +49479,-768.0712603,0,-643.411948,-288.3857468,-537.6444972 +49480,-766.1717418,0,-639.2392511,-285.7306612,-535.7847311 +49481,-758.5265929,0,-632.9494195,-283.0597735,-532.9787771 +49482,-754.6799818,0,-628.7369485,-280.8222846,-532.0392306 +49483,-748.8786088,0,-623.4485346,-278.5738283,-528.2588754 +49484,-744.9906707,0,-618.1352625,-275.8610171,-527.3086055 +49485,-739.1261262,0,-613.8671926,-273.5886,-525.401138 +49486,-733.2242185,0,-608.509273,-271.3054039,-522.5231448 +49487,-730.2602618,0,-603.1268833,-269.0113108,-520.5935815 +49488,-723.3049566,0,-598.8042044,-266.7064766,-518.6552493 +49489,-719.3082249,0,-594.46577,-264.390936,-516.7079336 +49490,-713.2809547,0,-587.9282045,-262.0647322,-514.7515272 +49491,-708.2299014,0,-583.5515537,-259.2593613,-511.8000027 +49492,-703.1528289,0,-579.1598177,-257.3811339,-510.8118041 +49493,-698.0493401,0,-572.5430177,-255.0236714,-506.835862 +49494,-692.9193003,0,-569.2228996,-252.1808722,-506.8362394 +49495,-686.7284777,0,-563.6694145,-250.7542763,-503.8303299 +49496,-680.5009981,0,-558.0927413,-247.4103209,-500.8037583 +49497,-677.3746736,0,-552.4939082,-245.4910158,-499.7906143 +49498,-670.0394898,0,-549.1246104,-243.0828485,-497.756927 +49499,-665.8255691,0,-542.3598774,-241.1491627,-494.6887535 +49500,-658.4106694,0,-537.8329528,-238.2363961,-492.6318787 +49501,-653.0847608,0,-532.1547158,-235.7987072,-490.5658396 +49502,-633.6977418,0,-518.4393503,-230.4024098,-487.4489176 +49503,-624.9752185,0,-513.8412526,-227.4397715,-485.3592067 +49504,-618.3918346,0,-505.7615057,-224.4639641,-481.1513118 +49505,-610.6653172,0,-499.966792,-221.974419,-480.0937333 +49506,-604.0041931,0,-494.1527065,-218.9751295,-475.8385065 +49507,-595.0675413,0,-487.1499611,-216.4662611,-474.7689538 +49508,-589.4515454,0,-481.8804582,-213.4442418,-470.4658222 +49509,-580.4149534,0,-474.8305564,-210.9168495,-468.3000599 +49510,-573.5986074,0,-469.5263393,-207.8731263,-466.1246843 +49511,-565.6034358,0,-461.8390014,-205.3280887,-461.7445735 +49512,-558.7148433,0,-456.5007391,-202.5194872,-460.6438012 +49513,-550.6363479,0,-450.5532195,-199.7016869,-456.7709644 +49514,-543.6769809,0,-443.3942279,-197.132342,-453.9864827 +49515,-534.3482938,0,-437.4114665,-194.03953,-451.7480219 +49516,-527.9037384,0,-431.4135386,-191.4546969,-448.3717418 +49517,-519.0740773,0,-424.196298,-188.8630864,-444.9734853 +49518,-511.9772236,0,-418.166753,-185.744338,-442.6959549 +49519,-503.6605304,0,-412.123575,-183.138586,-439.8350534 +49520,-495.3052726,0,-405.4605406,-180.5267388,-436.3815154 +49521,-487.5137382,0,-398.782245,-177.3846323,-433.4867482 +49522,-479.69069,0,-392.698613,-174.7601775,-431.1599063 +49523,-470.6260634,0,-385.9931731,-171.8670561,-427.0638946 +49524,-462.7388331,0,-379.2745188,-169.2315703,-424.7099353 +49525,-454.8233863,0,-373.1559134,-166.3267519,-421.7535119 +49526,-445.6557844,0,-366.4138796,-163.4162829,-418.1853139 +49527,-438.2970455,0,-360.2749779,-160.7658235,-415.1949684 +49528,-428.4515594,0,-352.2811378,-157.8453999,-412.18927 +49529,-421.0443759,0,-347.3554692,-154.9201993,-409.168135 +49530,-412.3777235,0,-339.3400717,-152.2570914,-406.13154 +49531,-403.0642298,0,-333.1666003,-148.7897806,-402.4672729 +49532,-396.2176775,0,-325.7494607,-146.1190428,-400.0123016 +49533,-386.2340984,0,-318.3237203,-143.1776887,-396.3112731 +49534,-379.3552022,0,-311.5100102,-139.6971371,-393.831748 +49535,-369.9551455,0,-304.3801486,-137.0169972,-389.4689088 +49536,-362.42044,99.63142662,-296.6235926,-133.5293254,-386.962713 +49537,-352.9847147,141.8448058,-290.4140222,-130.8442854,-383.8162434 +49538,-345.4238928,115.8038563,-282.3359572,-127.6195981,-380.6545508 +49539,-336.5898363,144.0469441,-274.8748871,-124.392532,-376.8405908 +49540,-328.3754676,156.1142276,-268.6545596,-121.4326479,-373.6459734 +49541,-319.5182877,167.722782,-260.5642656,-118.2018464,-371.0796407 +49542,-311.918455,179.014898,-253.0935215,-115.2389196,-367.2120514 +49543,-302.4090784,190.351218,-246.5548068,-112.0052947,-363.9728739 +49544,-294.1605601,200.9432132,-238.7684068,-109.0400916,-360.7190939 +49545,-285.9063251,211.9661022,-231.2918962,-105.8043497,-357.4507519 +49546,-277.0113142,222.22168,-224.4373443,-102.7027107,-353.5096338 +49547,-268.747357,232.6374295,-216.9585529,-99.60043167,-351.5314971 +49548,-260.4797095,242.4753041,-209.4789763,-96.49766404,-346.8953448 +49549,-251.2545124,252.8203563,-202.3104813,-93.25958499,-344.233809 +49550,-243.299535,261.9100728,-195.1415734,-90.15611557,-340.2246556 +49551,-234.0695105,271.9429367,-187.3489081,-87.18738194,-337.5409369 +49552,-226.1112568,281.0358373,-180.1794984,-83.67863447,-334.1737721 +49553,-217.1966853,290.1509325,-173.3217052,-80.97954466,-330.1151474 +49554,-208.9180015,299.5699227,-165.2168009,-77.47054179,-328.078722 +49555,-200.001803,308.0403894,-158.3588315,-74.50139213,-323.3080514 +49556,-191.4036329,316.860208,-150.8773513,-71.26223695,-320.5705729 +49557,-183.4421872,325.455056,-143.7076039,-68.1580398,-317.1370627 +49558,-173.8880795,333.5992565,-138.408147,-64.91886972,-313.6907592 +49559,-166.244816,342.2383451,-133.4205264,-61.81464782,-310.9246608 +49560,-157.0089901,350.1307854,-126.8741533,-59.79015346,-306.7604504 +49561,-149.0471324,357.9144986,-121.8864991,-57.36076544,-303.9746318 +49562,-140.6074885,365.5344023,-115.9636225,-54.79638921,-301.8803203 +49563,-132.4863622,372.7995639,-110.6642178,-52.63694963,-298.3800792 +49564,-124.2059588,380.5306791,-104.8972091,-49.93758454,-295.9230228 +49565,-115.9255766,387.5839785,-99.44192705,-47.50818749,-293.108031 +49566,-107.9636593,394.747928,-93.83078674,-45.07879307,-289.9324797 +49567,-99.36476292,401.7456669,-88.21962518,-42.51443823,-287.8105117 +49568,-93.63218189,408.6278445,-82.45261664,-40.22001683,-284.2649675 +49569,-86.94416569,415.3945362,-77.15321345,-37.52067968,-281.7767698 +49570,-80.57463346,422.0486921,-71.07446802,-35.09128512,-278.9267755 +49571,-74.20511423,428.5918153,-66.0868037,-32.6619009,-275.7126024 +49572,-67.67632785,434.7682475,-59.85217971,-30.2324976,-273.5653377 +49573,-61.14755195,441.7663486,-54.55277074,-27.39818741,-269.9784564 +49574,-54.77801188,447.3994335,-48.78576747,-25.10376773,-267.4619412 +49575,-48.0899972,453.729519,-43.17462262,-22.67437974,-264.5802237 +49576,-41.72046394,459.7466234,-37.40761972,-19.97503748,-261.3311952 +49577,-35.35093383,465.6143833,-32.10821148,-17.41067464,-259.1611826 +49578,-28.66291093,471.4803526,-26.02946707,-15.1162481,-255.5373033 +49579,-22.13413801,477.1498385,-20.73005577,-12.14698052,-252.6321174 +49580,-15.92384198,482.8222622,-14.80718168,-9.987523551,-250.0857913 +49581,-8.917350008,488.2989461,-9.351904088,-7.28819318,-246.8060514 +49582,-3.025530369,493.783074,-3.429031423,-4.858794227,-244.2507888 +49583,0,499.0711587,0,-2.024496684,-240.9599284 +49584,0,504.3720111,0,0,-238.0297728 +49585,0,509.4752686,0,0,-235.4621958 +49586,0,514.5975791,0,0,-231.7883412 +49587,0,519.5194727,0,0,-229.2128221 +49588,0,524.1267432,0,0,-226.2655621 +49589,0,529.4403005,0,0,-223.3143788 +49590,0,533.8619308,0,0,-219.9898279 +49591,0,536.520079,0,0,-217.401 +49592,0,538.6248671,0,0,-214.439146 +49593,0,540.3688526,0,0,-211.1031683 +49594,0,542.03905,0,0,-208.5058735 +49595,0,543.3014533,0,0,-205.1631503 +49596,0,544.5682545,0,0,-202.1889264 +49597,0,545.5033366,0,0,-199.5843488 +49598,0,546.3904128,0,0,-195.8601687 +49599,0,547.0117536,0,0,-192.8783019 +49600,0,547.5576763,0,0,-190.2674048 +49601,0,547.859278,0,0,-186.5348153 +49602,0,548.101794,0,0,-184.2938897 +49603,0,548.1062431,0,0,-180.1829114 +49604,0,548.0642422,0,0,-177.9393522 +49605,0,529.7614387,0,0,-174.5723976 +49606,0,526.6846258,0,0,-171.5780704 +49607,0,524.5607623,0,0,-168.9570487 +49608,0,522.8521096,0,0,-165.5858567 +49609,0,520.9792197,0,0,-162.9629488 +49610,0,519.5796015,0,0,-159.5895555 +49611,0,517.1970724,0,0,-156.9650999 +49612,0,515.6098237,0,0,-153.5899203 +49613,0,513.5132701,0,0,-150.9642242 +49614,0,511.6045705,0,0,-147.5876341 +49615,0,509.4350055,0,0,-144.9609739 +49616,0,507.3492809,0,0,-141.5833025 +49617,0,505.0623018,0,0,-138.9558808 +49618,0,502.82971,0,0,-135.577384 +49619,0,500.3716024,0,0,-132.9494276 +49620,0,498.0456038,0,0,-129.758089 +49621,0,495.4127479,0,0,-126.9420081 +49622,0,492.778654,0,0,-123.562507 +49623,0,490.0719063,0,0,-120.9339121 +49624,0,487.2639282,0,0,-117.3663531 +49625,0,484.4646412,0,0,-114.5497958 +49626,0,481.5263367,0,0,-111.1698368 +49627,0,478.5514898,0,0,-108.1653662 +49628,0,475.4707245,0,0,-105.1608707 +49629,0,472.4048851,0,0,-101.9685372 +49630,0,469.2016417,0,0,-98.77620048 +49631,0,465.9385388,0,0,-96.14720737 +49632,0,462.6753255,0,0,-92.39146729 +49633,0,459.2924258,0,0,-90.13804146 +49634,0,455.8690297,0,0,-86.38228616 +49635,0,452.3602135,0,0,-83.94105588 +49636,0,448.8595748,0,0,-80.37308582 +49637,0,445.2177677,0,0,-77.74406321 +49638,0,441.608446,0,0,-74.36388712 +49639,0,437.8885174,0,0,-71.73486438 +49640,0,433.8510466,0,0,-68.35468435 +49641,0,430.7372235,0,0,-65.53786979 +49642,0,426.2669628,0,0,-62.53327423 +49643,0,422.6163412,0,0,-59.52866641 +49644,0,418.6133914,0,0,-56.33627895 +49645,0,414.625761,0,0,-53.70725698 +49646,0,410.5794844,0,0,-50.51486748 +49647,0,406.5053357,0,0,-47.51026092 +49648,0,386.7541785,0,0,-44.69345354 +49649,0,380.2985785,0,0,-41.68884475 +49650,0,374.7723513,0,0,-39.05982094 +49651,0,369.777119,0,0,-36.05522006 +49652,0,364.3068175,0,0,-33.42619638 +49653,0,359.4080984,0,0,-30.23380361 +49654,0,354.3359091,0,0,-27.79256737 +49655,0,349.3220528,0,0,-24.60017399 +49656,0,344.3194498,0,0,-21.78336033 +49657,0,339.3243866,0,0,-19.15433671 +49658,0,334.333872,0,0,-16.33752258 +49659,0,329.3460911,0,0,-13.52070738 +49660,0,324.6467831,0,0,-10.70389278 +49661,0,319.2918494,0,0,-8.0748667 +49662,0,314.5274644,0,0,-5.258052516 +49663,0,309.4386351,0,0,-2.441238645 +49664,0,304.5239239,0,0,0 +49665,0,299.4661199,0,0,0 +49666,0,294.3404267,0,0,0 +49667,0,289.7556108,0,0,0 +49668,0,284.4232358,0,0,0 +49669,0,279.524507,0,0,0 +49670,0,274.5692734,0,0,0 +49671,0,269.5066209,0,0,0 +49672,0,264.5799839,0,0,0 +49673,0,259.6735485,0,0,0 +49674,0,254.518926,0,0,0 +49675,0,249.56758,0,0,0 +49676,0,244.4488458,0,0,0 +49677,0,239.7158107,0,0,0 +49678,0,234.6928603,0,0,0 +49679,0,229.5779688,0,0,0 +49680,0,224.729584,0,0,0 +49681,0,219.5299714,0,0,0 +49682,0,214.5688964,0,0,0 +49683,0,196.6729539,0,0,0 +49684,0,189.9108784,0,0,0 +49685,0,183.7358278,0,0,0 +49686,0,177.9209129,0,0,0 +49687,0,172.3770822,0,0,0 +49688,0,166.4294398,0,0,0 +49689,0,161.2504091,0,0,0 +49690,0,155.4494375,0,0,0 +49691,0,150.1354374,0,0,0 +49692,0,144.6361966,0,0,0 +49693,0,139.4148306,0,0,0 +49694,0,133.8745654,0,0,0 +49695,0,128.7073028,0,0,0 +49696,0,123.368029,0,0,0 +49697,0,118.286569,0,0,0 +49698,0,112.9985432,0,0,0 +49699,0,107.8838011,0,0,0 +49700,0,102.7035685,0,0,0 +49701,0,97.68818439,0,0,0 +49702,0,92.62294128,0,0,0 +49703,0,87.65515548,0,0,0 +49704,0,73.30991509,0,0,0 +49705,0,67.0954558,0,0,0 +49706,0,61.47572422,0,0,0 +49707,0,56.13757871,0,0,0 +49708,0,50.81204946,0,0,0 +49709,0,45.64554071,0,0,0 +49710,0,40.43928485,0,0,0 +49711,0,36.98776999,0,0,0 +49712,0,33.10098929,0,0,0 +49713,0,52.12840056,0,0,0 +49714,0,0,0,0,0 +49715,0,53.55882821,0,0,0 +49716,0,0,0,0,0 +49717,0,27.1470239,0,0,0 +49718,0,5.629406934,0,0,0 +49719,0,27.45508341,0,0,0 +49720,0,0,0,0,0 +49721,0,7.269744045,0,0,0 +49722,0,7.497045753,0,0,0 +49723,0,0,0,0,0 +49724,0,0,0,0,0 +49725,0,0,0,0,0 +49726,0,0,0,0,0 +49727,0,0,0,0,0 +49728,0,0,0,0,0 +49729,0,0,0,0,0 +49730,0,0,0,0,0 +49731,0,0,0,0,0 +49732,0,0,0,0,0 +49733,0,0,0,0,0 +49734,0,0,0,0,0 +49735,0,0,0,0,0 +49736,0,0,0,0,0 +49737,0,0,0,0,0 +49738,0,0,0,0,0 +49739,0,0,0,0,0 +49740,0,0,0,0,0 +49741,0,0,0,0,0 +49742,0,0,0,0,0 +49743,0,0,0,0,0 +49744,0,0,0,0,0 +49745,0,0,0,0,0 +49746,0,0,0,0,0 +49747,0,0,0,0,0 +49748,0,0,0,0,0 +49749,0,0,0,0,0 +49750,0,0,0,0,0 +49751,0,0,0,0,0 +49752,0,0,0,0,0 +49753,0,0,0,0,0 +49754,0,0,0,0,0 +49755,0,0,0,0,0 +49756,0,0,0,0,0 +49757,0,0,0,0,0 +49758,0,0,0,0,0 +49759,0,0,0,0,0 +49760,0,0,0,0,0 +49761,0,0,0,0,0 +49762,0,0,0,0,0 +49763,0,0,0,0,0 +49764,0,0,0,0,0 +49765,0,0,0,0,0 +49766,0,0,0,0,0 +49767,0,0,0,0,0 +49768,0,0,0,0,0 +49769,0,0,0,0,0 +49770,0,0,0,0,0 +49771,0,0,0,0,0 +49772,0,0,0,0,0 +49773,0,0,0,0,0 +49774,0,0,0,0,0 +49775,0,0,0,0,0 +49776,0,0,0,0,0 +49777,0,0,0,0,0 +49778,0,0,0,0,0 +49779,0,0,0,0,0 +49780,0,0,0,0,0 +49781,0,0,0,0,0 +49782,0,0,0,0,0 +49783,0,0,0,0,0 +49784,0,0,0,0,0 +49785,0,0,0,0,0 +49786,0,0,0,0,0 +49787,0,0,0,0,0 +49788,0,0,0,0,0 +49789,0,0,0,0,0 +49790,0,0,0,0,0 +49791,0,0,0,0,0 +49792,0,0,0,0,0 +49793,0,0,0,0,0 +49794,0,0,0,0,0 +49795,0,0,0,0,0 +49796,0,0,0,0,0 +49797,0,0,0,0,0 +49798,0,0,0,0,0 +49799,0,0,0,0,0 +49800,0,0,0,0,0 +49801,0,0,0,0,0 +49802,0,0,0,0,0 +49803,0,0,0,0,0 +49804,0,0,0,0,0 +49805,0,0,0,0,0 +49806,0,0,0,0,0 +49807,0,0,0,0,0 +49808,0,0,0,0,0 +49809,0,0,0,0,0 +49810,0,0,0,0,0 +49811,0,0,0,0,0 +49812,0,0,0,0,0 +49813,0,0,0,0,0 +49814,0,0,0,0,0 +49815,0,0,0,0,0 +49816,0,0,0,0,0 +49817,0,0,0,0,0 +49818,0,0,0,0,0 +49819,0,0,0,0,0 +49820,0,0,0,0,0 +49821,0,0,0,0,0 +49822,0,0,0,0,0 +49823,0,0,0,0,0 +49824,0,0,0,0,0 +49825,0,0,0,0,0 +49826,0,0,0,0,0 +49827,0,0,0,0,0 +49828,0,0,0,0,0 +49829,0,0,0,0,0 +49830,0,0,0,0,0 +49831,0,0,0,0,0 +49832,0,0,0,0,0 +49833,0,0,0,0,0 +49834,0,0,0,0,0 +49835,0,0,0,0,0 +49836,0,0,0,0,0 +49837,0,0,0,0,0 +49838,0,0,0,0,0 +49839,0,0,0,0,0 +49840,0,0,0,0,0 +49841,0,0,0,0,0 +49842,0,0,0,0,0 +49843,0,0,0,0,0 +49844,0,0,0,0,0 +49845,0,0,0,0,0 +49846,0,0,0,0,0 +49847,0,0,0,0,0 +49848,0,0,0,0,0 +49849,0,0,0,0,0 +49850,0,0,0,0,0 +49851,0,0,0,0,0 +49852,0,0,0,0,0 +49853,0,0,0,0,0 +49854,0,0,0,0,0 +49855,0,0,0,0,0 +49856,0,0,0,0,0 +49857,0,0,0,0,0 +49858,0,0,0,0,0 +49859,0,0,0,0,0 +49860,0,0,0,0,0 +49861,0,0,0,0,0 +49862,0,0,0,0,0 +49863,0,0,0,0,0 +49864,0,0,0,0,0 +49865,0,0,0,0,0 +49866,0,0,0,0,0 +49867,0,0,0,0,0 +49868,0,0,0,0,0 +49869,0,0,0,0,0 +49870,0,0,0,0,0 +49871,0,0,0,0,0 +49872,0,0,0,0,0 +49873,0,0,0,0,0 +49874,0,0,0,0,0 +49875,0,0,0,0,0 +49876,0,0,0,0,0 +49877,0,0,0,0,0 +49878,0,0,0,0,0 +49879,0,0,0,0,0 +49880,0,0,0,0,0 +49881,0,0,0,0,0 +49882,0,0,0,0,0 +49883,0,0,0,0,0 +49884,0,0,0,0,0 +49885,0,0,0,0,0 +49886,0,0,0,0,0 +49887,0,0,0,0,0 +49888,0,0,0,0,0 +49889,0,0,0,0,0 +49890,0,0,0,0,0 +49891,0,0,0,0,0 +49892,0,0,0,0,0 +49893,0,0,0,0,0 +49894,0,0,0,0,0 +49895,0,0,0,0,0 +49896,0,0,0,0,0 +49897,0,0,0,0,0 +49898,0,0,0,0,0 +49899,0,0,0,0,0 +49900,0,0,0,0,0 +49901,0,0,0,0,0 +49902,0,0,0,0,0 +49903,0,0,0,0,0 +49904,0,0,0,0,0 +49905,0,0,0,0,0 +49906,0,0,0,0,0 +49907,0,0,0,0,0 +49908,0,0,0,0,0 +49909,0,0,0,0,0 +49910,0,0,0,0,0 +49911,0,0,0,0,0 +49912,0,0,0,0,0 +49913,0,0,0,0,0 +49914,0,0,0,0,0 +49915,0,0,0,0,0 +49916,0,0,0,0,0 +49917,0,0,0,0,0 +49918,0,0,0,0,0 +49919,0,0,0,0,0 +49920,0,0,0,0,0 +49921,0,0,0,0,0 +49922,0,0,0,0,0 +49923,0,0,0,0,0 +49924,0,0,0,0,0 +49925,0,0,0,0,0 +49926,0,0,0,0,0 +49927,0,0,0,0,0 +49928,0,0,0,0,0 +49929,0,0,0,0,0 +49930,0,0,0,0,0 +49931,0,0,0,0,0 +49932,0,0,0,0,0 +49933,0,0,0,0,0 +49934,0,0,0,0,0 +49935,0,0,0,0,0 +49936,0,0,0,0,0 +49937,0,0,0,0,0 +49938,0,0,0,0,0 +49939,0,0,0,0,0 +49940,0,0,0,0,0 +49941,0,0,0,0,0 +49942,0,0,0,0,0 +49943,0,0,0,0,0 +49944,0,0,0,0,0 +49945,0,0,0,0,0 +49946,0,0,0,0,0 +49947,0,0,0,0,0 +49948,0,0,0,0,0 +49949,0,0,0,0,0 +49950,0,0,0,0,0 +49951,0,0,0,0,0 +49952,0,0,0,0,0 +49953,0,0,0,0,0 +49954,0,0,0,0,0 +49955,0,0,0,0,0 +49956,0,0,0,0,0 +49957,0,0,0,0,0 +49958,0,0,0,0,0 +49959,0,0,0,0,0 +49960,0,0,0,0,0 +49961,0,0,0,0,0 +49962,0,0,0,0,0 +49963,0,0,0,0,0 +49964,0,0,0,0,0 +49965,0,0,0,0,0 +49966,0,0,0,0,0 +49967,0,0,0,0,0 +49968,0,0,0,0,0 +49969,0,0,0,0,0 +49970,0,0,0,0,0 +49971,0,0,0,0,0 +49972,0,0,0,0,0 +49973,0,0,0,0,0 +49974,0,0,0,0,0 +49975,0,0,0,0,0 +49976,0,0,0,0,0 +49977,0,0,0,0,0 +49978,0,0,0,0,0 +49979,0,0,0,0,0 +49980,0,0,0,0,0 +49981,0,0,0,0,0 +49982,0,0,0,0,0 +49983,0,0,0,0,0 +49984,0,0,0,0,0 +49985,0,0,0,0,0 +49986,0,0,0,0,0 +49987,0,0,0,0,0 +49988,0,0,0,0,0 +49989,0,0,0,0,0 +49990,0,0,0,0,0 +49991,0,0,0,0,0 +49992,0,0,0,0,0 +49993,0,0,0,0,0 +49994,0,0,0,0,0 +49995,0,0,0,0,0 +49996,0,0,0,0,0 +49997,0,0,0,0,0 +49998,0,0,0,0,0 +49999,0,0,0,0,0 +50000,0,0,0,0,0 +50001,0,0,0,0,0 +50002,0,0,0,0,0 +50003,0,0,0,0,0 +50004,0,0,0,0,0 +50005,0,0,0,0,0 +50006,0,0,0,0,0 +50007,0,0,0,0,0 +50008,0,0,0,0,0 +50009,0,0,0,0,0 +50010,0,0,0,0,0 +50011,0,0,0,0,0 +50012,0,0,0,0,0 +50013,0,0,0,0,0 +50014,0,0,0,0,0 +50015,0,0,0,0,0 +50016,0,0,0,0,0 +50017,0,0,0,0,0 +50018,0,0,0,0,0 +50019,0,0,0,0,0 +50020,0,0,0,0,0 +50021,0,0,0,0,0 +50022,0,0,0,0,0 +50023,0,0,0,0,0 +50024,0,0,0,0,0 +50025,0,0,0,0,0 +50026,0,0,0,0,0 +50027,0,0,0,0,0 +50028,0,0,0,0,0 +50029,0,0,0,0,0 +50030,0,0,0,0,0 +50031,0,0,0,0,0 +50032,0,0,0,0,0 +50033,0,0,0,0,0 +50034,0,0,0,0,0 +50035,0,0,0,0,0 +50036,0,0,0,0,0 +50037,0,0,0,0,0 +50038,0,0,0,0,0 +50039,0,0,0,0,0 +50040,0,0,0,0,0 +50041,0,0,0,0,0 +50042,0,0,0,0,0 +50043,0,0,0,0,0 +50044,0,0,0,0,0 +50045,0,0,0,0,0 +50046,0,0,0,0,0 +50047,0,0,0,0,0 +50048,0,0,0,0,0 +50049,0,0,0,0,0 +50050,0,0,0,0,0 +50051,0,0,0,0,0 +50052,0,0,0,0,0 +50053,0,0,0,0,0 +50054,0,0,0,0,0 +50055,0,0,0,0,0 +50056,0,0,0,0,0 +50057,0,0,0,0,0 +50058,0,0,0,0,0 +50059,0,0,0,0,0 +50060,0,0,0,0,0 +50061,0,0,0,0,0 +50062,0,0,0,0,0 +50063,0,0,0,0,0 +50064,0,0,0,0,0 +50065,0,0,0,0,0 +50066,0,0,0,0,0 +50067,0,0,0,0,0 +50068,0,0,0,0,0 +50069,0,0,0,0,0 +50070,0,0,0,0,0 +50071,0,0,0,0,0 +50072,0,0,0,0,0 +50073,0,0,0,0,0 +50074,0,0,0,0,0 +50075,0,0,0,0,0 +50076,0,0,0,0,0 +50077,0,0,0,0,0 +50078,0,0,0,0,0 +50079,0,0,0,0,0 +50080,0,0,0,0,0 +50081,0,0,0,0,0 +50082,0,0,0,0,0 +50083,0,0,0,0,0 +50084,0,0,0,0,0 +50085,0,0,0,0,0 +50086,0,0,0,0,0 +50087,0,0,0,0,0 +50088,0,0,0,0,0 +50089,0,0,0,0,0 +50090,0,0,0,0,0 +50091,0,0,0,0,0 +50092,0,0,0,0,0 +50093,0,0,0,0,0 +50094,0,0,0,0,0 +50095,0,0,0,0,0 +50096,0,0,0,0,0 +50097,0,0,0,0,0 +50098,0,0,0,0,0 +50099,0,0,0,0,0 +50100,0,0,0,0,0 +50101,0,0,0,0,0 +50102,0,0,0,0,0 +50103,0,0,0,0,0 +50104,0,0,0,0,0 +50105,0,0,0,0,0 +50106,0,0,0,0,0 +50107,0,0,0,0,0 +50108,0,0,0,0,0 +50109,0,0,0,0,0 +50110,0,0,0,0,0 +50111,0,0,0,0,0 +50112,0,0,0,0,0 +50113,0,0,0,0,0 +50114,0,0,0,0,0 +50115,0,0,0,0,0 +50116,0,0,0,0,0 +50117,0,0,0,0,0 +50118,0,0,0,0,0 +50119,0,0,0,0,0 +50120,0,0,0,0,0 +50121,0,0,0,0,0 +50122,0,0,0,0,0 +50123,0,0,0,0,0 +50124,0,0,0,0,0 +50125,0,0,0,0,0 +50126,0,0,0,0,0 +50127,0,0,0,0,0 +50128,0,0,0,0,0 +50129,0,0,0,0,0 +50130,0,0,0,0,0 +50131,0,0,0,0,0 +50132,0,0,0,0,0 +50133,0,0,0,0,0 +50134,0,0,0,0,0 +50135,0,0,0,0,0 +50136,0,0,0,0,0 +50137,0,0,0,0,0 +50138,0,0,0,0,0 +50139,0,0,0,0,0 +50140,0,0,0,0,0 +50141,0,0,0,0,0 +50142,0,0,0,0,0 +50143,0,0,0,0,0 +50144,0,0,0,0,0 +50145,0,0,0,0,0 +50146,0,0,0,0,0 +50147,0,0,0,0,0 +50148,0,0,0,0,0 +50149,0,0,0,0,0 +50150,0,0,0,0,0 +50151,0,0,0,0,0 +50152,0,0,0,0,0 +50153,0,0,0,0,0 +50154,0,0,0,0,0 +50155,0,0,0,0,0 +50156,0,0,0,0,0 +50157,0,0,0,0,0 +50158,0,0,0,0,0 +50159,0,0,0,0,0 +50160,0,0,0,0,0 +50161,0,0,0,0,0 +50162,0,0,0,0,0 +50163,0,0,0,0,0 +50164,0,0,0,0,0 +50165,0,0,0,0,0 +50166,0,0,0,0,0 +50167,0,0,0,0,0 +50168,0,0,0,0,0 +50169,0,0,0,0,0 +50170,0,0,0,0,0 +50171,0,0,0,0,0 +50172,0,0,0,0,0 +50173,0,0,0,0,0 +50174,0,0,0,0,0 +50175,0,0,0,0,0 +50176,0,0,0,0,0 +50177,0,0,0,0,0 +50178,0,0,0,0,0 +50179,0,0,0,0,0 +50180,0,0,0,0,0 +50181,0,0,0,0,0 +50182,0,0,0,0,0 +50183,0,0,0,0,0 +50184,0,0,0,0,0 +50185,0,0,0,0,0 +50186,0,0,0,0,0 +50187,0,0,0,0,0 +50188,0,0,0,0,0 +50189,0,0,0,0,0 +50190,0,0,0,0,0 +50191,0,0,0,0,0 +50192,0,0,0,0,0 +50193,0,0,0,0,0 +50194,0,0,0,0,0 +50195,0,0,0,0,0 +50196,0,0,0,0,0 +50197,0,0,0,0,0 +50198,0,0,0,0,0 +50199,0,0,0,0,0 +50200,0,0,0,0,0 +50201,0,0,0,0,0 +50202,0,0,0,0,0 +50203,0,0,0,0,0 +50204,0,0,0,0,0 +50205,0,0,0,0,0 +50206,0,0,0,0,0 +50207,0,0,0,0,0 +50208,0,0,0,0,0 +50209,0,0,0,0,0 +50210,0,0,0,0,0 +50211,0,0,0,0,0 +50212,0,0,0,0,0 +50213,0,0,0,0,0 +50214,0,0,0,0,0 +50215,0,0,0,0,0 +50216,0,0,0,0,0 +50217,0,0,0,0,0 +50218,0,0,0,0,0 +50219,0,0,0,0,0 +50220,0,0,0,0,0 +50221,0,0,0,0,0 +50222,0,0,0,0,0 +50223,0,0,0,0,0 +50224,0,0,0,0,0 +50225,0,0,0,0,0 +50226,0,0,0,0,0 +50227,0,0,0,0,0 +50228,0,0,0,0,0 +50229,0,0,0,0,0 +50230,0,0,0,0,0 +50231,0,0,0,0,0 +50232,0,0,0,0,0 +50233,0,0,0,0,0 +50234,0,0,0,0,0 +50235,0,0,0,0,0 +50236,0,0,0,0,0 +50237,0,0,0,0,0 +50238,0,0,0,0,0 +50239,0,0,0,0,0 +50240,0,0,0,0,0 +50241,0,0,0,0,0 +50242,0,0,0,0,0 +50243,0,0,0,0,0 +50244,0,0,0,0,0 +50245,0,0,0,0,0 +50246,0,0,0,0,0 +50247,0,0,0,0,0 +50248,0,0,0,0,0 +50249,0,0,0,0,0 +50250,0,0,0,0,0 +50251,0,0,0,0,0 +50252,0,0,0,0,0 +50253,0,0,0,0,0 +50254,0,0,0,0,0 +50255,0,0,0,0,0 +50256,0,0,0,0,0 +50257,0,0,0,0,0 +50258,0,0,0,0,0 +50259,0,0,0,0,0 +50260,0,0,0,0,0 +50261,0,0,0,0,0 +50262,0,0,0,0,0 +50263,0,0,0,0,0 +50264,0,0,0,0,0 +50265,0,0,0,0,0 +50266,0,0,0,0,0 +50267,0,0,0,0,0 +50268,0,0,0,0,0 +50269,0,0,0,0,0 +50270,0,0,0,0,0 +50271,0,0,0,0,0 +50272,0,0,0,0,0 +50273,0,0,0,0,0 +50274,0,0,0,0,0 +50275,0,0,0,0,0 +50276,0,0,0,0,0 +50277,0,0,0,0,0 +50278,0,0,0,0,0 +50279,0,0,0,0,0 +50280,0,0,0,0,0 +50281,0,0,0,0,0 +50282,0,0,0,0,0 +50283,0,0,0,0,0 +50284,0,0,0,0,0 +50285,0,0,0,0,0 +50286,0,0,0,0,0 +50287,0,0,0,0,0 +50288,0,0,0,0,0 +50289,0,0,0,0,0 +50290,0,0,0,0,0 +50291,0,0,0,0,0 +50292,0,0,0,0,0 +50293,0,0,0,0,0 +50294,0,0,0,0,0 +50295,0,0,0,0,0 +50296,0,0,0,0,0 +50297,0,0,0,0,0 +50298,0,0,0,0,0 +50299,0,0,0,0,0 +50300,0,0,0,0,0 +50301,0,0,0,0,0 +50302,0,0,0,0,0 +50303,0,0,0,0,0 +50304,0,0,0,0,0 +50305,0,0,0,0,0 +50306,0,0,0,0,0 +50307,0,0,0,0,0 +50308,0,0,0,0,0 +50309,0,0,0,0,0 +50310,0,0,0,0,0 +50311,0,0,0,0,0 +50312,0,0,0,0,0 +50313,0,0,0,0,0 +50314,0,0,0,0,0 +50315,0,0,0,0,0 +50316,0,0,0,0,0 +50317,0,0,0,0,0 +50318,0,0,0,0,0 +50319,0,0,0,0,0 +50320,0,0,0,0,0 +50321,0,0,0,0,0 +50322,0,0,0,0,0 +50323,0,0,0,0,0 +50324,0,0,0,0,0 +50325,0,0,0,0,0 +50326,0,0,0,0,0 +50327,0,0,0,0,0 +50328,0,0,0,0,0 +50329,0,0,0,0,0 +50330,0,0,0,0,0 +50331,0,0,0,0,0 +50332,0,0,0,0,0 +50333,0,0,0,0,0 +50334,0,0,0,0,0 +50335,0,0,0,0,0 +50336,0,0,0,0,0 +50337,0,0,0,0,0 +50338,0,0,0,0,0 +50339,0,0,0,0,0 +50340,0,0,0,0,0 +50341,0,0,0,0,0 +50342,0,0,0,0,0 +50343,0,0,0,0,0 +50344,0,0,0,0,0 +50345,0,0,0,0,0 +50346,0,0,0,0,0 +50347,0,0,0,0,0 +50348,0,0,0,0,0 +50349,0,0,0,0,0 +50350,0,0,0,0,0 +50351,0,0,0,0,0 +50352,0,0,0,0,0 +50353,0,0,0,0,0 +50354,0,0,0,0,0 +50355,0,0,0,0,0 +50356,0,0,0,0,0 +50357,0,0,0,0,0 +50358,0,0,0,0,0 +50359,0,0,0,0,0 +50360,0,0,0,0,0 +50361,0,0,0,0,0 +50362,0,0,0,0,0 +50363,0,0,0,0,0 +50364,0,0,0,0,0 +50365,0,0,0,0,0 +50366,0,0,0,0,0 +50367,0,0,0,0,0 +50368,0,0,0,0,0 +50369,0,0,0,0,0 +50370,0,0,0,0,0 +50371,0,0,0,0,0 +50372,0,0,0,0,0 +50373,0,0,0,0,0 +50374,0,0,0,0,0 +50375,0,0,0,0,0 +50376,0,0,0,0,0 +50377,0,0,0,0,0 +50378,0,0,0,0,0 +50379,0,0,0,0,0 +50380,0,0,0,0,0 +50381,0,0,0,0,0 +50382,0,0,0,0,0 +50383,0,0,0,0,0 +50384,0,0,0,0,0 +50385,0,0,0,0,0 +50386,0,0,0,0,0 +50387,0,0,0,0,0 +50388,0,0,0,0,0 +50389,0,0,0,0,0 +50390,0,0,0,0,0 +50391,0,0,0,0,0 +50392,0,0,0,0,0 +50393,0,0,0,0,0 +50394,0,0,0,0,0 +50395,0,0,0,0,0 +50396,0,0,0,0,0 +50397,0,0,0,0,0 +50398,0,0,0,0,0 +50399,0,0,0,0,0 +50400,0,0,0,0,0 +50401,0,0,0,0,0 +50402,0,0,0,0,0 +50403,0,0,0,0,0 +50404,0,0,0,0,0 +50405,0,0,0,0,0 +50406,0,0,0,0,0 +50407,0,0,0,0,0 +50408,0,0,0,0,0 +50409,0,0,0,0,0 +50410,0,0,0,0,0 +50411,0,0,0,0,0 +50412,0,0,0,0,0 +50413,0,0,0,0,0 +50414,0,0,0,0,0 +50415,0,0,0,0,0 +50416,0,0,0,0,0 +50417,0,0,0,0,0 +50418,0,0,0,0,0 +50419,0,0,0,0,0 +50420,0,0,0,0,0 +50421,0,0,0,0,0 +50422,0,0,0,0,0 +50423,0,0,0,0,0 +50424,0,0,0,0,0 +50425,0,0,0,0,0 +50426,0,0,0,0,0 +50427,0,0,0,0,0 +50428,0,0,0,0,0 +50429,0,0,0,0,0 +50430,0,0,0,0,0 +50431,0,0,0,0,0 +50432,0,0,0,0,0 +50433,0,0,0,0,0 +50434,0,0,0,0,0 +50435,0,0,0,0,0 +50436,0,0,0,0,0 +50437,0,0,0,0,0 +50438,0,0,0,0,0 +50439,0,0,0,0,0 +50440,0,0,0,0,0 +50441,0,0,0,0,0 +50442,0,0,0,0,0 +50443,0,0,0,0,0 +50444,0,0,0,0,0 +50445,0,0,0,0,0 +50446,0,0,0,0,0 +50447,0,0,0,0,0 +50448,0,0,0,0,0 +50449,0,0,0,0,0 +50450,0,0,0,0,0 +50451,0,0,0,0,0 +50452,0,0,0,0,0 +50453,0,0,0,0,0 +50454,0,0,0,0,0 +50455,0,0,0,0,0 +50456,0,0,0,0,0 +50457,0,0,0,0,0 +50458,0,0,0,0,0 +50459,0,0,0,0,0 +50460,0,0,0,0,0 +50461,0,0,0,0,0 +50462,0,0,0,0,0 +50463,0,0,0,0,0 +50464,0,0,0,0,0 +50465,0,0,0,0,0 +50466,0,0,0,0,0 +50467,0,0,0,0,0 +50468,0,0,0,0,0 +50469,0,0,0,0,0 +50470,0,0,0,0,0 +50471,0,0,0,0,0 +50472,0,0,0,0,0 +50473,0,0,0,0,0 +50474,0,0,0,0,0 +50475,0,0,0,0,0 +50476,0,0,0,0,0 +50477,0,0,0,0,0 +50478,0,0,0,0,0 +50479,0,0,0,0,0 +50480,0,0,0,0,0 +50481,0,0,0,0,0 +50482,0,0,0,0,0 +50483,0,0,0,0,0 +50484,0,0,0,0,0 +50485,0,0,0,0,0 +50486,0,0,0,0,0 +50487,0,0,0,0,0 +50488,0,0,0,0,0 +50489,0,0,0,0,0 +50490,0,0,0,0,0 +50491,0,0,0,0,0 +50492,0,0,0,0,0 +50493,0,0,0,0,0 +50494,0,0,0,0,0 +50495,0,0,0,0,0 +50496,0,0,0,0,0 +50497,0,0,0,0,0 +50498,0,0,0,0,0 +50499,0,0,0,0,0 +50500,0,0,0,0,0 +50501,0,0,0,0,0 +50502,0,0,0,0,0 +50503,0,0,0,0,0 +50504,0,0,0,0,0 +50505,0,0,0,0,0 +50506,0,0,0,0,0 +50507,0,0,0,0,0 +50508,0,0,0,0,0 +50509,0,0,0,0,0 +50510,0,0,0,0,0 +50511,0,0,0,0,0 +50512,0,0,0,0,0 +50513,0,0,0,0,0 +50514,0,0,0,0,0 +50515,0,0,0,0,0 +50516,0,0,0,0,0 +50517,0,0,0,0,0 +50518,0,0,0,0,0 +50519,0,0,0,0,0 +50520,0,0,0,0,0 +50521,0,0,0,0,0 +50522,0,0,0,0,0 +50523,0,0,0,0,0 +50524,0,0,0,0,0 +50525,0,0,0,0,0 +50526,0,0,0,0,0 +50527,0,0,0,0,0 +50528,0,0,0,0,0 +50529,0,0,0,0,0 +50530,0,0,0,0,0 +50531,0,0,0,0,0 +50532,0,0,0,0,0 +50533,0,0,0,0,0 +50534,0,0,0,0,0 +50535,0,0,0,0,0 +50536,0,0,0,0,0 +50537,0,0,0,0,0 +50538,0,0,0,0,0 +50539,0,0,0,0,0 +50540,0,0,0,0,0 +50541,0,0,0,0,0 +50542,0,0,0,0,0 +50543,0,0,0,0,0 +50544,0,0,0,0,0 +50545,0,0,0,0,0 +50546,0,0,0,0,0 +50547,0,0,0,0,0 +50548,0,0,0,0,0 +50549,0,0,0,0,0 +50550,0,0,0,0,0 +50551,0,0,0,0,0 +50552,0,0,0,0,0 +50553,0,0,0,0,0 +50554,0,0,0,0,0 +50555,0,0,0,0,0 +50556,0,0,0,0,0 +50557,0,0,0,0,0 +50558,0,0,0,0,0 +50559,0,0,0,0,0 +50560,0,0,0,0,0 +50561,0,0,0,0,0 +50562,0,0,0,0,0 +50563,0,0,0,0,0 +50564,0,0,0,0,0 +50565,0,0,0,0,0 +50566,0,0,0,0,0 +50567,0,0,0,0,0 +50568,0,0,0,0,0 +50569,0,0,0,0,0 +50570,0,0,0,0,0 +50571,0,0,0,0,0 +50572,0,0,0,0,0 +50573,0,0,0,0,0 +50574,0,0,0,0,0 +50575,0,0,0,0,0 +50576,0,0,0,0,0 +50577,0,0,0,0,0 +50578,0,0,0,0,0 +50579,0,0,0,0,0 +50580,0,0,0,0,0 +50581,0,0,0,0,0 +50582,0,0,0,0,0 +50583,0,0,0,0,0 +50584,0,0,0,0,0 +50585,0,0,0,0,0 +50586,0,0,0,0,0 +50587,0,0,0,0,0 +50588,0,0,0,0,0 +50589,0,0,0,0,0 +50590,0,0,0,0,0 +50591,0,0,0,0,0 +50592,0,0,0,0,0 +50593,0,0,0,0,0 +50594,0,0,0,0,0 +50595,0,0,0,0,0 +50596,0,0,0,0,0 +50597,0,0,0,0,0 +50598,0,0,0,0,0 +50599,0,0,0,0,0 +50600,0,0,0,0,0 +50601,0,0,0,0,0 +50602,0,0,0,0,0 +50603,0,0,0,0,0 +50604,0,0,0,0,0 +50605,0,0,0,0,0 +50606,0,0,0,0,0 +50607,0,0,0,0,0 +50608,0,0,0,0,0 +50609,0,0,0,0,0 +50610,0,0,0,0,0 +50611,0,0,0,0,0 +50612,0,0,0,0,0 +50613,0,0,0,0,0 +50614,0,0,0,0,0 +50615,0,0,0,0,0 +50616,0,0,0,0,0 +50617,0,0,0,0,0 +50618,0,0,0,0,0 +50619,0,0,0,0,0 +50620,0,0,0,0,0 +50621,0,0,0,0,0 +50622,0,0,0,0,0 +50623,0,0,0,0,0 +50624,0,0,0,0,0 +50625,0,0,0,0,0 +50626,0,0,0,0,0 +50627,0,0,0,0,0 +50628,0,0,0,0,0 +50629,0,0,0,0,0 +50630,0,0,0,0,0 +50631,0,0,0,0,0 +50632,0,0,0,0,0 +50633,0,0,0,0,0 +50634,0,0,0,0,0 +50635,0,0,0,0,0 +50636,0,0,0,0,0 +50637,0,0,0,0,0 +50638,0,0,0,0,0 +50639,0,0,0,0,0 +50640,0,0,0,0,0 +50641,0,0,0,0,0 +50642,0,0,0,0,0 +50643,0,0,0,0,0 +50644,0,0,0,0,0 +50645,0,0,0,0,0 +50646,0,0,0,0,0 +50647,0,0,0,0,0 +50648,0,0,0,0,0 +50649,0,0,0,0,0 +50650,0,0,0,0,0 +50651,0,0,0,0,0 +50652,0,0,0,0,0 +50653,0,0,0,0,0 +50654,0,0,0,0,0 +50655,0,0,0,0,0 +50656,0,0,0,0,0 +50657,0,0,0,0,0 +50658,0,0,0,0,0 +50659,0,0,0,0,0 +50660,0,0,0,0,0 +50661,0,0,0,0,0 +50662,0,0,0,0,0 +50663,0,0,0,0,0 +50664,0,0,0,0,0 +50665,0,0,0,0,0 +50666,0,0,0,0,0 +50667,0,0,0,0,0 +50668,0,0,0,0,0 +50669,0,0,0,0,0 +50670,0,0,0,0,0 +50671,0,0,0,0,0 +50672,0,0,0,0,0 +50673,0,0,0,0,0 +50674,0,0,0,0,0 +50675,0,0,0,0,0 +50676,0,0,0,0,0 +50677,0,0,0,0,0 +50678,0,0,0,0,0 +50679,0,0,0,0,0 +50680,0,0,0,0,0 +50681,0,0,0,0,0 +50682,0,0,0,0,0 +50683,0,0,0,0,0 +50684,0,0,0,0,0 +50685,0,0,0,0,0 +50686,0,0,0,0,0 +50687,0,0,0,0,0 +50688,0,0,0,0,0 +50689,0,0,0,0,0 +50690,0,0,0,0,0 +50691,0,0,0,0,0 +50692,0,0,0,0,0 +50693,0,0,0,0,0 +50694,0,0,0,0,0 +50695,0,0,0,0,0 +50696,0,0,0,0,0 +50697,0,0,0,0,0 +50698,0,0,0,0,0 +50699,0,0,0,0,0 +50700,0,0,0,0,0 +50701,0,0,0,0,0 +50702,0,0,0,0,0 +50703,0,0,0,0,0 +50704,0,0,0,0,0 +50705,0,0,0,0,0 +50706,0,0,0,0,0 +50707,0,0,0,0,0 +50708,0,0,0,0,0 +50709,0,0,0,0,0 +50710,0,0,0,0,0 +50711,0,0,0,0,0 +50712,0,0,0,0,0 +50713,0,0,0,0,0 +50714,0,0,0,0,0 +50715,0,0,0,0,0 +50716,0,0,0,0,0 +50717,0,0,0,0,0 +50718,0,0,0,0,0 +50719,0,0,0,0,0 +50720,0,0,0,0,0 +50721,0,0,0,0,0 +50722,0,0,0,0,0 +50723,0,0,0,0,0 +50724,0,0,0,0,0 +50725,0,0,0,0,0 +50726,0,0,0,0,0 +50727,0,0,0,0,0 +50728,0,0,0,0,0 +50729,0,0,0,0,0 +50730,0,0,0,0,0 +50731,0,0,0,0,0 +50732,0,0,0,0,0 +50733,0,0,0,0,0 +50734,0,0,0,0,0 +50735,0,0,0,0,0 +50736,0,0,0,0,0 +50737,0,0,0,0,0 +50738,0,0,0,0,0 +50739,0,0,0,0,0 +50740,0,0,0,0,0 +50741,0,0,0,0,0 +50742,0,0,0,0,0 +50743,0,0,0,0,0 +50744,0,0,0,0,0 +50745,0,0,0,0,0 +50746,0,0,0,0,0 +50747,0,0,0,0,0 +50748,0,0,0,0,0 +50749,0,0,0,0,0 +50750,0,0,0,0,0 +50751,0,0,0,0,0 +50752,0,0,0,0,0 +50753,0,0,0,0,0 +50754,0,0,0,0,0 +50755,0,0,0,0,0 +50756,0,0,0,0,0 +50757,0,0,0,0,0 +50758,0,0,0,0,0 +50759,0,0,0,0,0 +50760,0,0,0,0,0 +50761,0,0,0,0,0 +50762,0,0,0,0,0 +50763,0,0,0,0,0 +50764,0,0,0,0,0 +50765,0,0,0,0,0 +50766,0,0,0,0,0 +50767,0,0,0,0,0 +50768,0,0,0,0,0 +50769,0,0,0,0,0 +50770,0,0,0,0,0 +50771,0,0,0,0,0 +50772,0,0,0,0,0 +50773,0,0,0,0,0 +50774,0,0,0,0,0 +50775,0,0,0,0,0 +50776,0,0,0,0,0 +50777,0,0,0,0,0 +50778,0,0,0,0,0 +50779,0,0,0,0,0 +50780,0,0,0,0,0 +50781,0,0,0,0,0 +50782,0,0,0,0,0 +50783,0,0,0,0,0 +50784,0,0,0,0,0 +50785,0,0,0,0,0 +50786,0,0,0,0,0 +50787,0,0,0,0,0 +50788,0,0,0,0,0 +50789,0,0,0,0,0 +50790,0,0,0,0,0 +50791,0,0,0,0,0 +50792,0,0,0,0,0 +50793,0,0,0,0,0 +50794,0,0,0,0,0 +50795,0,0,0,0,0 +50796,0,0,0,0,0 +50797,0,0,0,0,0 +50798,0,0,0,0,0 +50799,0,0,0,0,0 +50800,0,0,0,0,0 +50801,0,0,0,0,0 +50802,0,0,0,0,0 +50803,0,0,0,0,0 +50804,0,0,0,0,0 +50805,0,0,0,0,0 +50806,0,0,0,0,0 +50807,0,0,0,0,0 +50808,0,0,0,0,0 +50809,0,0,0,0,0 +50810,0,0,0,0,0 +50811,0,0,0,0,0 +50812,0,0,0,0,0 +50813,0,0,0,0,0 +50814,0,0,0,0,0 +50815,0,0,0,0,0 +50816,0,0,0,0,0 +50817,0,0,0,0,0 +50818,0,0,0,0,0 +50819,0,0,0,0,0 +50820,0,0,0,0,0 +50821,-1716.304165,-827.8831569,-1685.641483,-827.8894392,-1091.050905 +50822,-1765.585213,-825.3807536,-1736.057926,-825.3870369,-1115.836281 +50823,-1825.624315,-821.7839494,-1793.809267,-821.7902154,-1129.309159 +50824,-1883.140682,-818.3854923,-1849.059233,-818.3917395,-1127.579165 +50825,-1927.84099,-815.6413515,-1887.477492,-815.6475854,-1125.994617 +50826,-1921.81162,-813.3832692,-1881.650485,-813.3894962,-1124.5962 +50827,-1916.514698,-811.4731332,-1876.543952,-811.4793581,-1123.358498 +50828,-1911.883155,-809.8284983,-1872.078127,-809.8347243,-1122.249915 +50829,-1907.836144,-808.4011329,-1868.169373,-808.4073625,-1121.24829 +50830,-1904.291102,-807.1576163,-1864.738187,-807.1638517,-1120.339427 +50831,-1901.172697,-806.0704487,-1861.713874,-806.0766918,-1119.513071 +50832,-1898.417646,-805.1159155,-1859.037059,-805.122168,-1118.760593 +50833,-1895.973398,-804.2731164,-1856.658199,-804.2793799,-1118.074167 +50834,-1893.795057,-803.5242669,-1854.534711,-803.5305426,-1117.446659 +50835,-1891.844516,-802.8545365,-1852.630321,-802.8608255,-1116.871626 +50836,-1890.089541,-802.251623,-1850.914285,-802.2579263,-1116.343318 +50837,-1888.502817,-801.7052909,-1849.360516,-801.7116094,-1115.856621 +50838,-1887.061141,-801.2069946,-1847.946833,-801.2133289,-1115.40699 +50839,-1885.74476,-800.7495787,-1846.654324,-800.7559293,-1114.99039 +50840,-1884.537685,-800.3273809,-1845.467665,-800.3337482,-1114.603477 +50841,-1883.425192,-799.9352275,-1844.372723,-799.9416119,-1114.242971 +50842,-1882.394605,-799.5687297,-1843.35731,-799.5751315,-1113.905925 +50843,-1881.435271,-799.2242695,-1842.411168,-799.2306888,-1113.589775 +50844,-1809.316614,-798.8988607,-1841.525653,-798.9052978,-1113.292278 +50845,-1671.755648,-798.590014,-1815.692826,-798.5964688,-1113.011462 +50846,-1751.003504,-798.2956382,-1620.48573,-798.3021109,-1112.74558 +50847,-1691.869314,-798.0139719,-1701.489543,-798.0204625,-1112.493087 +50848,-1679.806417,-792.0342584,-1649.430715,-792.0406969,-1104.356491 +50849,-1666.814151,-790.9154054,-1639.740327,-790.9218516,-1102.99098 +50850,-1654.221942,-675.6163381,-1586.22011,-794.4024479,-1108.017663 +50851,-1644.683025,-467.9505874,-1563.226858,-766.6552847,-1091.818748 +50852,-1631.197212,-549.4806102,-1558.711067,-720.3373961,-1057.145179 +50853,-1619.686702,-498.9012192,-1543.985004,-743.5771933,-1059.004936 +50854,-1610.741268,-473.6998205,-1526.646852,-726.2809305,-1049.846604 +50855,-1599.994029,-449.6666748,-1519.731946,-722.5727749,-1050.975513 +50856,-1590.005144,-425.7869161,-1500.867208,-715.6629081,-1044.345917 +50857,-1581.076968,-400.4774903,-1492.258436,-711.4140505,-1008.202778 +50858,-1569.289963,-377.8048178,-1478.954125,-704.078376,-1027.351166 +50859,-1562.079555,-353.4507338,-1469.511846,-700.5303156,-1027.552744 +50860,-1551.141942,-330.1948264,-1455.410984,-695.410351,-1001.940034 +50861,-1544.033108,-307.4861244,-1447.372666,-689.8535487,-1015.601086 +50862,-1535.677502,-282.9321509,-1434.37078,-684.7001837,-1020.444192 +50863,-1526.24868,-261.1244168,-1426.04997,-680.9812241,-1000.55432 +50864,-1516.288639,-237.4650305,-1414.771327,-675.92471,-976.5763504 +50865,-1510.916358,-214.4592577,-1406.955134,-670.9269827,-998.7167617 +50866,-1501.661134,-192.1219675,-1396.926361,-666.5052048,-1010.066701 +50867,-1492.166553,-168.6921852,-1386.015647,-663.0425296,-998.3817024 +50868,-1485.335116,-151.9919505,-1380.205135,-658.1207776,-981.6705478 +50869,-1478.144626,-133.6109869,-1368.414082,-653.3333219,-967.2319758 +50870,-1471.490321,-115.206611,-1362.253717,-650.5244,-955.5430586 +50871,-1461.123639,-97.12002879,-1353.550746,-645.2619906,-946.0679233 +50872,-1455.928417,-78.83275027,-1345.381218,-642.5618461,-938.7534414 +50873,-1449.400891,-62.74159414,-1339.776876,-637.6773018,-933.2837253 +50874,-1439.599327,-46.24514635,-1332.140493,-633.9645843,-929.5416205 +50875,-1434.22908,-30.15752908,-1324.410542,-631.3183603,-927.3801828 +50876,-1426.954067,-13.942912,-1321.034473,-625.9133242,-926.6793138 +50877,-1419.706349,0,-1312.259729,-622.5389873,-927.5736008 +50878,-1413.569039,0,-1306.865767,-620.3105466,-929.500663 +50879,-1405.441929,0,-1303.348643,-615.1404742,-932.1097985 +50880,-1401.70459,0,-1293.83953,-613.1317682,-935.384023 +50881,-1386.144748,0,-1290.434983,-606.1195159,-940.3254176 +50882,-1379.322654,0,-1280.266992,-602.7259966,-946.7276843 +50883,-1370.460399,0,-1272.670233,-597.6851772,-953.6795111 +50884,-1363.718285,0,-1265.954085,-593.437804,-960.9608315 +50885,-1352.491872,0,-1257.459265,-591.049795,-968.266198 +50886,-1344.624483,0,-1253.215206,-584.8029311,-975.8240698 +50887,-1338.919409,0,-1242.708308,-582.1714157,-983.2051947 +50888,-1326.136944,0,-1237.06559,-577.6837128,-990.5916561 +50889,-1322.420991,0,-1230.464132,-574.1556545,-998.1939111 +50890,-1311.080254,0,-1222.464084,-569.6183236,-1005.756238 +50891,-1304.7428,0,-1215.551182,-566.7508571,-1013.647283 +50892,-1295.020074,0,-1209.639576,-561.7194772,-1021.539785 +50893,-1288.286226,0,-1200.130212,-559.7817697,-870.5968291 +50894,-1278.55282,0,-1195.7423,-553.9335874,-933.3037194 +50895,-1272.788904,0,-1188.254089,-551.4863811,-916.2235356 +50896,-1261.085752,0,-1180.720111,-547.4210945,-908.2388741 +50897,-1256.338384,0,-1173.96371,-543.537099,-902.4627136 +50898,-1248.920801,0,-1166.370104,-539.5620245,-896.6283904 +50899,-1236.322877,0,-1162.44907,-536.6232244,-893.3744932 +50900,-1233.827257,0,-1150.04295,-532.4544414,-887.554355 +50901,-1222.058605,0,-1147.940428,-528.4919118,-882.3963441 +50902,-1214.641407,0,-1137.650984,-526.2832117,-878.2758476 +50903,-1208.483657,0,-1132.669149,-521.0125877,-873.7046702 +50904,-1198.287826,0,-1123.363764,-518.400812,-868.7417345 +50905,-1191.384891,0,-1117.76647,-514.1604385,-864.3905398 +50906,-1184.220082,0,-1109.888773,-511.2872009,-859.7831273 +50907,-1174.881571,0,-1103.881654,-507.5369302,-855.9618695 +50908,-1169.221067,0,-1093.431225,-503.6710705,-849.8629946 +50909,-1157.393935,0,-1091.426886,-500.5125586,-846.7559405 +50910,-1153.453866,0,-1082.809621,-497.2802759,-842.4387949 +50911,-1143.222191,0,-1074.005352,-493.1316767,-836.8211474 +50912,-1136.989484,0,-1069.568317,-490.6057238,-834.5428642 +50913,-1128.506334,0,-1060.482028,-486.2916828,-828.6072581 +50914,-1119.858365,0,-1051.217461,-483.6622979,-824.9487718 +50915,-1115.490253,0,-1047.718845,-480.9930903,-821.2024456 +50916,-1104.330591,0,-1036.998445,-476.4499475,-816.0636657 +50917,-1099.807808,0,-1032.17237,-474.6093795,-813.4424223 +50918,-1089.447421,0,-1022.360929,-469.9182681,-806.6905447 +50919,-1083.605287,0,-1017.393615,-468.0160522,-805.3171164 +50920,-1074.107505,0,-1009.845574,-464.1514249,-799.6871086 +50921,-1066.8721,0,-999.6127187,-461.2073507,-796.8097719 +50922,-1059.535894,0,-997.0319674,-458.2224596,-790.9151645 +50923,-1050.845783,0,-986.5581841,-455.1959172,-789.4159763 +50924,-1043.28616,0,-978.5766905,-451.0946897,-783.2892696 +50925,-1034.333142,0,-974.5481506,-449.0176829,-780.1551918 +50926,-1029.154442,0,-965.0274833,-445.8642356,-775.3601284 +50927,-1018.645365,0,-958.1332535,-442.6665611,-773.7377458 +50928,-1010.637406,0,-951.1594823,-439.4246688,-767.1121264 +50929,-1003.880728,0,-944.1041975,-436.1382785,-763.7206398 +50930,-994.2867295,0,-936.966126,-433.3654228,-761.141835 +50931,-987.3395942,75.9802592,-929.7444911,-429.9951733,-756.7726498 +50932,-977.4760755,187.1179655,-922.4386746,-427.1511325,-751.4119229 +50933,-971.7696409,128.2783203,-915.0480326,-424.2738862,-749.5967151 +50934,-961.650938,169.3121326,-909.0741727,-420.7765809,-744.0593608 +50935,-954.3231722,184.6388239,-900.007132,-417.8254467,-741.2398122 +50936,-945.4168275,200.0506513,-895.4278555,-415.4401243,-736.4621509 +50937,-936.3865558,214.9704313,-886.1697973,-411.8192369,-734.523724 +50938,-930.2978149,229.5563659,-879.9272666,-408.1481574,-728.6092504 +50939,-919.5018799,244.1720764,-872.0426637,-406.9142969,-726.6050603 +50940,-911.6843461,258.7187581,-865.6701955,-401.9158259,-720.4900985 +50941,-903.7765683,272.3389087,-859.2381763,-400.6525641,-718.4180771 +50942,-897.3844953,286.5824067,-852.7463208,-396.8252253,-714.2199228 +50943,-886.0525618,300.1180256,-846.1943418,-394.2445489,-708.8707089 +50944,-881.1427164,320.6014034,-837.9198478,-391.6400749,-705.6065571 +50945,-872.8803667,338.0154642,-834.5857196,-389.0110204,-701.1886374 +50946,-862.8382414,355.6217225,-826.1773841,-385.6898283,-697.8251471 +50947,-856.0685112,372.3316457,-819.3818153,-383.0056115,-693.2719189 +50948,-847.5184804,389.6207777,-814.2457331,-380.2967271,-689.8049625 +50949,-840.6081416,406.0686489,-805.606005,-377.5626113,-685.111437 +50950,-830.1223462,422.556743,-802.1245103,-374.8029792,-680.3357108 +50951,-824.8276141,438.8093212,-793.3468485,-371.3174539,-677.9169699 +50952,-814.126465,454.8428706,-788.0337244,-369.9128113,-673.0141111 +50953,-806.9131351,470.7004114,-780.8935844,-365.6571408,-670.5301519 +50954,-798.7205415,486.3054488,-774.5942329,-363.5080803,-664.2227082 +50955,-790.4450044,501.8139722,-768.2459559,-361.3441924,-661.660936 +50956,-781.152479,517.0363603,-762.7654151,-356.9703518,-657.7750703 +50957,-773.6455481,531.8776044,-755.4000345,-356.2365632,-653.83663 +50958,-766.0720715,547.249695,-748.9027871,-351.7925247,-649.8449297 +50959,-755.5485991,561.7604905,-743.294788,-349.5484168,-645.799271 +50960,-748.7879371,576.3945153,-736.7051465,-346.9111555,-641.6988827 +50961,-740.0195494,590.8047506,-729.1127495,-344.252736,-638.9345562 +50962,-731.1661689,605.0524541,-725.2934533,-341.1885358,-633.329738 +50963,-723.2257334,619.0993975,-715.6695021,-338.0971077,-631.2020952 +50964,-713.2055651,633.0838469,-712.7641664,-335.7610131,-626.180027 +50965,-707.1445994,646.8296345,-703.9873891,-333.4089984,-623.2744084 +50966,-696.9563263,660.4564118,-698.0910331,-329.4531954,-618.8657745 +50967,-687.6979707,673.8817042,-693.1497683,-327.859432,-615.145673 +50968,-680.4399722,687.2656022,-685.1885028,-324.6495834,-611.3829337 +50969,-672.0815935,700.3665899,-680.1801344,-321.4115937,-608.341606 +50970,-661.5392022,713.466146,-673.1247419,-319.3741418,-602.951319 +50971,-655.165562,725.6081783,-667.0376846,-316.5024551,-600.6149966 +50972,-645.5341753,737.4658735,-661.9374579,-313.1938481,-595.893162 +50973,-636.9038769,749.1764465,-653.7230376,-311.529548,-592.7090592 +50974,-629.2997704,760.2241829,-649.5930542,-308.1784081,-588.6873018 +50975,-620.5482066,772.1719412,-643.3661281,-305.6466298,-584.6189634 +50976,-612.8380276,782.8581035,-637.102349,-303.0990121,-582.1555593 +50977,-602.8530187,793.9047199,-630.80253,-300.1064752,-577.1764671 +50978,-596.15328,804.7041925,-625.5257364,-297.9559482,-573.8187288 +50979,-586.0371152,815.2205508,-619.1601862,-294.9260528,-570.4298918 +50980,-578.1162833,825.6848794,-612.7591693,-292.7486873,-566.1493407 +50981,-570.1493634,835.9933741,-607.3984885,-289.2414986,-562.6892394 +50982,-560.9878903,846.0205175,-602.0131013,-287.4779143,-559.1969765 +50983,-552.9238954,856.0083679,-594.4318279,-284.373811,-554.7858012 +50984,-544.8157413,865.7999509,-590.0795277,-282.1434903,-552.1147539 +50985,-535.4959393,875.4916119,-583.5212653,-279.0023324,-547.6211328 +50986,-526.7089948,884.9188893,-578.0300062,-276.7458643,-544.9000259 +50987,-519.0558663,894.299305,-571.4091831,-274.0235786,-539.4005301 +50988,-509.5881846,903.5663727,-565.8668035,-271.2856608,-537.5508655 +50989,-502.4540575,912.5900376,-560.3013541,-268.5323546,-532.8880878 +50990,-492.2981843,921.4309772,-554.7127252,-266.2263588,-530.0645718 +50991,-484.4956246,930.37754,-547.9760718,-263.4447821,-525.3148112 +50992,-476.0580914,938.9649948,-542.3382889,-261.1151385,-522.4388696 +50993,-467.5854359,947.4274992,-536.6786971,-257.8357054,-518.5731147 +50994,-457.8611052,955.8617547,-530.9972438,-255.9529943,-514.6716493 +50995,-450.5409254,964.1412822,-525.2940173,-253.1159246,-511.7220838 +50996,-441.3580468,972.1346967,-519.5694499,-250.263968,-506.7605874 +50997,-433.3719916,980.2509564,-512.6723629,-247.8763735,-504.7604056 +50998,-423.5091713,988.0814517,-508.0587718,-244.9978689,-499.7189507 +50999,-416.0896354,995.7382952,-502.2729369,-243.071062,-496.6666445 +51000,-407.4093422,1003.408985,-495.8852211,-239.6832155,-493.5934442 +51001,-398.7046197,1010.596586,-490.6416808,-237.7389869,-489.4628427 +51002,-389.9774482,1017.700677,-485.3828098,-234.8108297,-487.3836954 +51003,-383.1058879,1024.665721,-480.1086054,-232.8513064,-483.1968769 +51004,-373.7148579,1031.508129,-473.6418263,-229.9003011,-481.0895998 +51005,-365.5589299,1038.229698,-469.5158701,-227.4310892,-477.9105625 +51006,-357.3883655,1044.831935,-462.4218608,-225.4492783,-474.7099777 +51007,-349.8341315,1051.250285,-458.866217,-222.4652075,-472.5643338 +51008,-340.3757815,1057.71505,-451.7353024,-219.96887,-468.2438987 +51009,-332.7985184,1063.916777,-447.5652231,-217.9656881,-465.5243126 +51010,-324.5797686,1070.129079,-441.5937195,-214.9501559,-462.7897616 +51011,-315.7182417,1076.051115,-436.2060923,-212.6807226,-459.488153 +51012,-308.1152152,1081.93974,-430.2056032,-210.4045826,-456.7201309 +51013,-299.2368915,1087.822956,-425.9969068,-207.3592675,-453.3783098 +51014,-291.6210984,1093.454634,-419.368252,-205.3230014,-450.5767389 +51015,-282.7297612,1099.036032,-414.5373014,-202.7704671,-447.1946157 +51016,-275.1043239,1104.495173,-409.6976567,-200.2102384,-444.9276968 +51017,-266.2034092,1109.84372,-403.0291074,-197.8997183,-440.3640634 +51018,-257.934905,1115.01314,-398.7781197,-195.0676872,-439.21731 +51019,-250.3000661,1120.314271,-392.6945575,-193.0028576,-434.6044293 +51020,-241.3900258,1127.351825,-387.2096319,-190.4154159,-432.2833599 +51021,-233.7512755,1130.486797,-382.3268355,-187.8212435,-428.7831693 +51022,-224.8377187,1138.081995,-376.2134125,-185.2206951,-425.8494544 +51023,-217.1966704,1139.296762,-371.928232,-183.1358827,-422.9003005 +51024,-208.5995358,1149.31031,-365.1841564,-180.2626431,-419.340852 +51025,-200.3202526,1146.47076,-360.8870294,-177.9066489,-416.9556739 +51026,-192.3590658,1161.856166,-354.740411,-175.5460909,-413.3591354 +51027,-184.0790816,1150.508365,-349.8173246,-172.9179609,-410.9491464 +51028,-175.4804184,1177.838883,-344.8890077,-170.5482014,-406.7077406 +51029,-167.837165,1148.381447,-338.721521,-167.9103188,-404.8809663 +51030,-159.2383226,1168.182168,-333.1650699,-165.7966136,-400.5965403 +51031,-151.5949064,1176.985718,-329.4580841,-163.1501126,-398.751298 +51032,-143.9515109,1174.048872,-323.2740364,-161.0298304,-394.423994 +51033,-136.3080882,1178.80615,-318.9419687,-158.6412477,-392.560515 +51034,-128.346146,1181.720881,-313.9876282,-156.2494046,-388.8166415 +51035,-120.7027154,1184.221978,-308.4099547,-154.1207639,-385.6800554 +51036,-113.2185321,1186.93418,-304.0693386,-151.4565953,-383.1599466 +51037,-105.4158318,1189.283096,-298.4851654,-149.5897665,-379.3614582 +51038,-97.77237607,1191.577862,-294.1398105,-146.9198891,-376.1796205 +51039,-90.12892998,1193.731365,-289.171218,-144.7818632,-373.6234944 +51040,-82.48549099,1195.756955,-283.8895446,-142.6419738,-370.4147287 +51041,-75.00129687,1197.656458,-279.2274783,-139.9645542,-366.5445542 +51042,-67.35785262,1199.431379,-274.2527939,-138.0889879,-364.6016777 +51043,-59.87364925,1201.083072,-269.2764278,-135.6756946,-360.6996923 +51044,-52.38944223,1202.688604,-264.9209006,-133.2605993,-357.4320464 +51045,-44.74599228,1203.986211,-259.319163,-131.1125423,-354.8076182 +51046,-39.33188966,1205.367613,-254.6500499,-128.6945195,-350.8535709 +51047,-33.44006878,1206.534423,-249.9799602,-126.543999,-348.206182 +51048,-27.70748704,1207.592456,-244.3745978,-124.1233933,-344.2179868 +51049,-21.81566342,1208.533281,-240.6373145,-121.9708021,-342.2164589 +51050,-16.08308015,1209.358049,-235.0302147,-119.682731,-337.5263377 +51051,-10.19125792,1210.067539,-230.0455406,-117.3937966,-336.1815507 +51052,-4.458675575,1210.662935,-225.9952557,-115.2388156,-331.4567867 +51053,0,1211.14483,-220.6979766,-112.8136946,-328.7451783 +51054,0,1211.514271,-216.023559,-110.6575087,-326.0250647 +51055,0,1211.771752,-211.3488574,-108.5008356,-322.6128407 +51056,0,1211.918247,-206.3621978,-106.2088521,-319.1875289 +51057,0,1211.954205,-201.687045,-103.9164471,-316.4380658 +51058,0,1211.880543,-197.0117271,-101.7585881,-312.2985295 +51059,0,1211.697673,-192.0245333,-99.60043841,-310.2221816 +51060,0,1211.406464,-187.6606964,-97.17219754,-306.7513987 +51061,0,1211.34149,-182.0498367,-95.01360652,-302.570318 +51062,0,1211.214081,-177.0623522,-92.31506724,-299.0729991 +51063,0,1210.994781,-171.4513297,-90.15613496,-294.8607011 +51064,0,1210.675174,-166.463759,-87.45725168,-291.3378772 +51065,0,1210.252267,-161.1644055,-85.29809722,-287.09563 +51066,0,1209.725688,-155.8649953,-82.59900009,-283.5484283 +51067,0,1209.09529,-150.4097294,-80.43971467,-279.2776545 +51068,0,1208.361633,-145.5779634,-77.87546011,-275.7073059 +51069,0,1207.524904,-139.96681,-75.58110536,-271.7682101 +51070,0,1206.585786,-134.9791487,-73.01677955,-267.8172181 +51071,0,1205.54454,-129.6797491,-70.72239787,-264.2154227 +51072,0,1204.401887,-124.6920723,-68.29302893,-259.8810439 +51073,0,1203.158156,-120.9512879,-65.99861456,-256.621905 +51074,0,1201.737963,-117.0546575,-63.43423722,-252.2654423 +51075,0,1200.404734,-113.1580454,-61.27478699,-248.9902935 +51076,0,1198.807434,-109.1055478,-58.57543508,-244.2480409 +51077,0,1197.178073,-105.3648003,-57.22579761,-240.9574951 +51078,0,1195.439106,-101.1564182,-55.3362656,-237.2943375 +51079,0,1193.602721,-97.25980323,-53.31175204,-232.8892162 +51080,0,1191.669925,-93.51905704,-51.692172,-229.2110185 +51081,0,1189.641162,-89.46655539,-49.6676632,-225.5265071 +51082,0,1187.517308,-85.41404707,-47.7781347,-221.4665611 +51083,0,1185.298855,-81.67329903,-46.15855697,-217.7697467 +51084,0,1183.061323,-77.62079949,-43.99907542,-213.6970512 +51085,0,1180.547913,-73.7241772,-42.37949212,-209.989345 +51086,0,1178.027942,-69.82755141,-40.489957,-205.9054211 +51087,0,1175.535174,-65.93092849,-38.60041327,-202.1881799 +51088,0,1172.800841,-62.03429722,-36.71087432,-198.4668413 +51089,0,1170.041357,-57.98180357,-34.82134486,-194.368957 +51090,0,1167.180764,-54.24105033,-33.06679047,-190.639962 +51091,0,1164.141121,-50.50029329,-31.17725843,-186.5343715 +51092,0,1160.995367,-46.44778995,-29.42269422,-182.7989841 +51093,0,1157.678798,-43.01876662,-27.53315867,-179.0609393 +51094,0,1177.604145,-38.96626334,-25.64362939,-174.759197 +51095,0,1117.009605,-35.22550301,-24.02404443,-171.2034906 +51096,0,1164.423162,-31.64061053,-22.13451209,-167.4587531 +51097,0,1152.385423,-27.74398217,-20.37994525,-162.9627896 +51098,0,1121.967208,-24.00322014,-18.49040987,-159.96435 +51099,0,1161.681097,-20.41832723,-16.7358471,-155.2775175 +51100,0,1106.356274,-16.52169824,-15.11625085,-151.7143998 +51101,0,1153.411625,-13.09266865,-12.95677807,-147.9628147 +51102,0,1102.672893,-9.040173562,-11.47215238,-143.8351007 +51103,0,1135.08645,-5.611143416,-9.447654185,-140.0819344 +51104,0,1106.022541,-1.870381082,-7.963026044,-136.3282008 +51105,0,1115.568525,0,-5.938524958,-132.1985404 +51106,0,1106.551516,0,-4.183960419,-128.4439335 +51107,0,1102.820856,0,-2.42939685,-124.5012804 +51108,0,1098.330288,0,0,-120.7461417 +51109,0,1093.691314,0,0,-116.6152757 +51110,0,1088.981731,0,0,-113.0476014 +51111,0,1084.191998,0,0,-108.916481 +51112,0,1079.391324,0,0,-104.973074 +51113,0,1074.345164,0,0,-101.4052003 +51114,0,1069.368108,0,0,-97.27391644 +51115,0,1064.185637,0,0,-93.33040287 +51116,0,1059.1031,0,0,-89.57467566 +51117,0,1053.797989,0,0,-85.81893498 +51118,0,1048.543036,0,0,-81.68759949 +51119,0,1043.040285,0,0,-77.74406083 +51120,0,1037.606015,0,0,-74.17610827 +51121,0,1031.885265,0,0,-70.42034926 +51122,0,1026.095676,0,0,-66.85238395 +51123,0,1020.232231,0,0,-63.66000361 +51124,0,1014.297018,0,0,-59.90424573 +51125,0,1008.292473,0,0,-56.52406799 +51126,0,1002.218201,0,0,-52.76831264 +51127,0,996.0753901,0,0,-49.57592947 +51128,0,989.9280704,0,0,-45.63238522 +51129,0,983.5595031,0,0,-42.44000193 +51130,0,977.2599675,0,0,-38.68424824 +51131,0,970.775066,0,0,-35.30407197 +51132,0,964.4520552,0,0,-31.54831682 +51133,0,957.7781879,0,0,-28.16814058 +51134,0,951.2268291,0,0,-24.41238647 +51135,0,944.5484833,0,0,-20.84442243 +51136,0,937.8771285,0,0,-17.27645918 +51137,0,930.9352279,0,0,-13.70849529 +51138,0,924.2094861,0,0,-9.952742953 +51139,0,917.2387959,0,0,-6.572566664 +51140,0,910.3300173,0,0,-2.816814068 +51141,0,903.2063378,0,0,0 +51142,0,896.0936812,0,0,0 +51143,0,889.070036,0,0,0 +51144,0,881.7319633,0,0,0 +51145,0,874.5120367,0,0,0 +51146,0,867.2328734,0,0,0 +51147,0,859.7130964,0,0,0 +51148,0,852.3956271,0,0,0 +51149,0,844.9086574,0,0,0 +51150,0,837.2912942,0,0,0 +51151,0,829.6109971,0,0,0 +51152,0,821.8173691,0,0,0 +51153,0,813.9709005,0,0,0 +51154,0,806.1261817,0,0,0 +51155,0,798.0518026,0,0,0 +51156,0,790.2217138,0,0,0 +51157,0,782.0678373,0,0,0 +51158,0,774.0324863,0,0,0 +51159,0,765.9065486,0,0,0 +51160,0,758.2285446,0,0,0 +51161,0,749.3156823,0,0,0 +51162,0,741.4886865,0,0,0 +51163,0,733.1274477,0,0,0 +51164,0,724.8000706,0,0,0 +51165,0,716.5475384,0,0,0 +51166,0,708.1716106,0,0,0 +51167,0,699.763029,0,0,0 +51168,0,691.4313638,0,0,0 +51169,0,682.98304,0,0,0 +51170,0,674.50636,0,0,0 +51171,0,666.1106971,0,0,0 +51172,0,657.5614943,0,0,0 +51173,0,649.1338125,0,0,0 +51174,0,640.5969815,0,0,0 +51175,0,632.0387226,0,0,0 +51176,0,623.5650501,0,0,0 +51177,0,614.9502776,0,0,0 +51178,0,606.4609481,0,0,0 +51179,0,597.8322051,0,0,0 +51180,0,589.3272683,0,0,0 +51181,0,0,0,0,0 +51182,0,0,0,0,0 +51183,0,0,0,0,0 +51184,0,0,0,0,0 +51185,0,0,0,0,0 +51186,0,0,0,0,0 +51187,0,0,0,0,0 +51188,0,0,0,0,0 +51189,0,0,0,0,0 +51190,0,0,0,0,0 +51191,0,0,0,0,0 +51192,0,0,0,0,0 +51193,0,0,0,0,0 +51194,0,0,0,0,0 +51195,0,0,0,0,0 +51196,0,0,0,0,0 +51197,0,0,0,0,0 +51198,0,0,0,0,0 +51199,0,0,0,0,0 +51200,0,0,0,0,0 +51201,0,0,0,0,0 +51202,0,0,0,0,0 +51203,0,0,0,0,0 +51204,0,0,0,0,0 +51205,0,0,0,0,0 +51206,0,0,0,0,0 +51207,0,0,0,0,0 +51208,0,0,0,0,0 +51209,0,0,0,0,0 +51210,0,0,0,0,0 +51211,0,0,0,0,0 +51212,0,0,0,0,0 +51213,0,0,0,0,0 +51214,0,0,0,0,0 +51215,0,0,0,0,0 +51216,0,0,0,0,0 +51217,0,0,0,0,0 +51218,0,0,0,0,0 +51219,0,0,0,0,0 +51220,0,0,0,0,0 +51221,0,0,0,0,0 +51222,0,0,0,0,0 +51223,0,0,0,0,0 +51224,0,0,0,0,0 +51225,0,0,0,0,0 +51226,0,0,0,0,0 +51227,0,0,0,0,0 +51228,0,0,0,0,0 +51229,0,0,0,0,0 +51230,0,0,0,0,0 +51231,0,0,0,0,0 +51232,0,0,0,0,0 +51233,0,0,0,0,0 +51234,0,0,0,0,0 +51235,0,0,0,0,0 +51236,0,0,0,0,0 +51237,0,0,0,0,0 +51238,0,0,0,0,0 +51239,0,0,0,0,0 +51240,0,0,0,0,0 +51241,0,0,0,0,0 +51242,0,0,0,0,0 +51243,0,0,0,0,0 +51244,0,0,0,0,0 +51245,0,0,0,0,0 +51246,0,0,0,0,0 +51247,0,0,0,0,0 +51248,0,0,0,0,0 +51249,0,0,0,0,0 +51250,0,0,0,0,0 +51251,0,0,0,0,0 +51252,0,0,0,0,0 +51253,0,0,0,0,0 +51254,0,0,0,0,0 +51255,0,0,0,0,0 +51256,0,0,0,0,0 +51257,0,0,0,0,0 +51258,0,0,0,0,0 +51259,0,0,0,0,0 +51260,0,0,0,0,0 +51261,0,0,0,0,0 +51262,0,0,0,0,0 +51263,0,0,0,0,0 +51264,0,0,0,0,0 +51265,0,0,0,0,0 +51266,0,0,0,0,0 +51267,0,0,0,0,0 +51268,0,0,0,0,0 +51269,0,0,0,0,0 +51270,0,0,0,0,0 +51271,0,0,0,0,0 +51272,0,0,0,0,0 +51273,0,0,0,0,0 +51274,0,0,0,0,0 +51275,0,0,0,0,0 +51276,0,0,0,0,0 +51277,0,0,0,0,0 +51278,0,0,0,0,0 +51279,0,0,0,0,0 +51280,0,0,0,0,0 +51281,0,0,0,0,0 +51282,0,0,0,0,0 +51283,0,0,0,0,0 +51284,0,0,0,0,0 +51285,0,0,0,0,0 +51286,0,0,0,0,0 +51287,0,0,0,0,0 +51288,0,0,0,0,0 +51289,0,0,0,0,0 +51290,0,0,0,0,0 +51291,0,0,0,0,0 +51292,0,0,0,0,0 +51293,0,0,0,0,0 +51294,0,0,0,0,0 +51295,0,0,0,0,0 +51296,0,0,0,0,0 +51297,0,0,0,0,0 +51298,0,0,0,0,0 +51299,0,0,0,0,0 +51300,0,0,0,0,0 +51301,0,0,0,0,0 +51302,0,0,0,0,0 +51303,0,0,0,0,0 +51304,0,0,0,0,0 +51305,0,0,0,0,0 +51306,0,0,0,0,0 +51307,0,0,0,0,0 +51308,0,0,0,0,0 +51309,0,0,0,0,0 +51310,0,0,0,0,0 +51311,0,0,0,0,0 +51312,0,0,0,0,0 +51313,0,0,0,0,0 +51314,0,0,0,0,0 +51315,0,0,0,0,0 +51316,0,0,0,0,0 +51317,0,0,0,0,0 +51318,0,0,0,0,0 +51319,0,0,0,0,0 +51320,0,0,0,0,0 +51321,0,0,0,0,0 +51322,0,0,0,0,0 +51323,0,0,0,0,0 +51324,0,0,0,0,0 +51325,0,0,0,0,0 +51326,0,0,0,0,0 +51327,0,0,0,0,0 +51328,0,0,0,0,0 +51329,0,0,0,0,0 +51330,0,0,0,0,0 +51331,0,0,0,0,0 +51332,0,0,0,0,0 +51333,0,0,0,0,0 +51334,0,0,0,0,0 +51335,0,0,0,0,0 +51336,0,0,0,0,0 +51337,0,0,0,0,0 +51338,0,0,0,0,0 +51339,0,0,0,0,0 +51340,0,0,0,0,0 +51341,0,0,0,0,0 +51342,0,0,0,0,0 +51343,0,0,0,0,0 +51344,0,0,0,0,0 +51345,0,0,0,0,0 +51346,0,0,0,0,0 +51347,0,0,0,0,0 +51348,0,0,0,0,0 +51349,0,0,0,0,0 +51350,0,0,0,0,0 +51351,0,0,0,0,0 +51352,0,0,0,0,0 +51353,0,0,0,0,0 +51354,0,0,0,0,0 +51355,0,0,0,0,0 +51356,0,0,0,0,0 +51357,0,0,0,0,0 +51358,0,0,0,0,0 +51359,0,0,0,0,0 +51360,0,0,0,0,0 +51361,0,0,0,0,0 +51362,0,0,0,0,0 +51363,0,0,0,0,0 +51364,0,0,0,0,0 +51365,0,0,0,0,0 +51366,0,0,0,0,0 +51367,0,0,0,0,0 +51368,0,0,0,0,0 +51369,0,0,0,0,0 +51370,0,0,0,0,0 +51371,0,0,0,0,0 +51372,0,0,0,0,0 +51373,0,0,0,0,0 +51374,0,0,0,0,0 +51375,0,0,0,0,0 +51376,0,0,0,0,0 +51377,0,0,0,0,0 +51378,0,0,0,0,0 +51379,0,0,0,0,0 +51380,0,0,0,0,0 +51381,0,0,0,0,0 +51382,0,0,0,0,0 +51383,0,0,0,0,0 +51384,0,0,0,0,0 +51385,0,0,0,0,0 +51386,0,0,0,0,0 +51387,0,0,0,0,0 +51388,0,0,0,0,0 +51389,0,0,0,0,0 +51390,0,0,0,0,0 +51391,0,0,0,0,0 +51392,0,0,0,0,0 +51393,0,0,0,0,0 +51394,0,0,0,0,0 +51395,0,0,0,0,0 +51396,0,0,0,0,0 +51397,0,0,0,0,0 +51398,0,0,0,0,0 +51399,0,0,0,0,0 +51400,0,0,0,0,0 +51401,0,0,0,0,0 +51402,0,0,0,0,0 +51403,0,0,0,0,0 +51404,0,0,0,0,0 +51405,0,0,0,0,0 +51406,0,0,0,0,0 +51407,0,0,0,0,0 +51408,0,0,0,0,0 +51409,0,0,0,0,0 +51410,0,0,0,0,0 +51411,0,0,0,0,0 +51412,0,0,0,0,0 +51413,0,0,0,0,0 +51414,0,0,0,0,0 +51415,0,0,0,0,0 +51416,0,0,0,0,0 +51417,0,0,0,0,0 +51418,0,0,0,0,0 +51419,0,0,0,0,0 +51420,0,0,0,0,0 +51421,0,0,0,0,0 +51422,0,0,0,0,0 +51423,0,0,0,0,0 +51424,0,0,0,0,0 +51425,0,0,0,0,0 +51426,0,0,0,0,0 +51427,0,0,0,0,0 +51428,0,0,0,0,0 +51429,0,0,0,0,0 +51430,0,0,0,0,0 +51431,0,0,0,0,0 +51432,0,0,0,0,0 +51433,0,0,0,0,0 +51434,0,0,0,0,0 +51435,0,0,0,0,0 +51436,0,0,0,0,0 +51437,0,0,0,0,0 +51438,0,0,0,0,0 +51439,0,0,0,0,0 +51440,0,0,0,0,0 +51441,0,0,0,0,0 +51442,0,0,0,0,0 +51443,0,0,0,0,0 +51444,0,0,0,0,0 +51445,0,0,0,0,0 +51446,0,0,0,0,0 +51447,0,0,0,0,0 +51448,0,0,0,0,0 +51449,0,0,0,0,0 +51450,0,0,0,0,0 +51451,0,0,0,0,0 +51452,0,0,0,0,0 +51453,0,0,0,0,0 +51454,0,0,0,0,0 +51455,0,0,0,0,0 +51456,0,0,0,0,0 +51457,0,0,0,0,0 +51458,0,0,0,0,0 +51459,0,0,0,0,0 +51460,0,0,0,0,0 +51461,0,0,0,0,0 +51462,0,0,0,0,0 +51463,0,0,0,0,0 +51464,0,0,0,0,0 +51465,0,0,0,0,0 +51466,0,0,0,0,0 +51467,0,0,0,0,0 +51468,0,0,0,0,0 +51469,0,0,0,0,0 +51470,0,0,0,0,0 +51471,0,0,0,0,0 +51472,0,0,0,0,0 +51473,0,0,0,0,0 +51474,0,0,0,0,0 +51475,0,0,0,0,0 +51476,0,0,0,0,0 +51477,0,0,0,0,0 +51478,0,0,0,0,0 +51479,0,0,0,0,0 +51480,0,0,0,0,0 +51481,0,0,0,0,0 +51482,0,0,0,0,0 +51483,0,0,0,0,0 +51484,0,0,0,0,0 +51485,0,0,0,0,0 +51486,0,0,0,0,0 +51487,0,0,0,0,0 +51488,0,0,0,0,0 +51489,0,0,0,0,0 +51490,0,0,0,0,0 +51491,0,0,0,0,0 +51492,0,0,0,0,0 +51493,0,0,0,0,0 +51494,0,0,0,0,0 +51495,0,0,0,0,0 +51496,0,0,0,0,0 +51497,0,0,0,0,0 +51498,0,0,0,0,0 +51499,0,0,0,0,0 +51500,0,0,0,0,0 +51501,0,0,0,0,0 +51502,0,0,0,0,0 +51503,0,0,0,0,0 +51504,0,0,0,0,0 +51505,0,0,0,0,0 +51506,0,0,0,0,0 +51507,0,0,0,0,0 +51508,0,0,0,0,0 +51509,0,0,0,0,0 +51510,0,0,0,0,0 +51511,0,0,0,0,0 +51512,0,0,0,0,0 +51513,0,0,0,0,0 +51514,0,0,0,0,0 +51515,0,0,0,0,0 +51516,0,0,0,0,0 +51517,0,0,0,0,0 +51518,0,0,0,0,0 +51519,0,0,0,0,0 +51520,0,0,0,0,0 +51521,0,0,0,0,0 +51522,0,0,0,0,0 +51523,0,0,0,0,0 +51524,0,0,0,0,0 +51525,0,0,0,0,0 +51526,0,0,0,0,0 +51527,0,0,0,0,0 +51528,0,0,0,0,0 +51529,0,0,0,0,0 +51530,0,0,0,0,0 +51531,0,0,0,0,0 +51532,0,0,0,0,0 +51533,0,0,0,0,0 +51534,0,0,0,0,0 +51535,0,0,0,0,0 +51536,0,0,0,0,0 +51537,0,0,0,0,0 +51538,0,0,0,0,0 +51539,0,0,0,0,0 +51540,0,0,0,0,0 +51541,0,0,0,0,0 +51542,0,0,0,0,0 +51543,0,0,0,0,0 +51544,0,0,0,0,0 +51545,0,0,0,0,0 +51546,0,0,0,0,0 +51547,0,0,0,0,0 +51548,0,0,0,0,0 +51549,0,0,0,0,0 +51550,0,0,0,0,0 +51551,0,0,0,0,0 +51552,0,0,0,0,0 +51553,0,0,0,0,0 +51554,0,0,0,0,0 +51555,0,0,0,0,0 +51556,0,0,0,0,0 +51557,0,0,0,0,0 +51558,0,0,0,0,0 +51559,0,0,0,0,0 +51560,0,0,0,0,0 +51561,0,0,0,0,0 +51562,0,0,0,0,0 +51563,0,0,0,0,0 +51564,0,0,0,0,0 +51565,0,0,0,0,0 +51566,0,0,0,0,0 +51567,0,0,0,0,0 +51568,0,0,0,0,0 +51569,0,0,0,0,0 +51570,0,0,0,0,0 +51571,0,0,0,0,0 +51572,0,0,0,0,0 +51573,0,0,0,0,0 +51574,0,0,0,0,0 +51575,0,0,0,0,0 +51576,0,0,0,0,0 +51577,0,0,0,0,0 +51578,0,0,0,0,0 +51579,0,0,0,0,0 +51580,0,0,0,0,0 +51581,0,0,0,0,0 +51582,0,0,0,0,0 +51583,0,0,0,0,0 +51584,0,0,0,0,0 +51585,0,0,0,0,0 +51586,0,0,0,0,0 +51587,0,0,0,0,0 +51588,0,0,0,0,0 +51589,0,0,0,0,0 +51590,0,0,0,0,0 +51591,0,0,0,0,0 +51592,0,0,0,0,0 +51593,0,0,0,0,0 +51594,0,0,0,0,0 +51595,0,0,0,0,0 +51596,0,0,0,0,0 +51597,0,0,0,0,0 +51598,0,0,0,0,0 +51599,0,0,0,0,0 +51600,0,0,0,0,0 +51601,0,0,0,0,0 +51602,0,0,0,0,0 +51603,0,0,0,0,0 +51604,0,0,0,0,0 +51605,0,0,0,0,0 +51606,0,0,0,0,0 +51607,0,0,0,0,0 +51608,0,0,0,0,0 +51609,0,0,0,0,0 +51610,0,0,0,0,0 +51611,0,0,0,0,0 +51612,0,0,0,0,0 +51613,0,0,0,0,0 +51614,0,0,0,0,0 +51615,0,0,0,0,0 +51616,0,0,0,0,0 +51617,0,0,0,0,0 +51618,0,0,0,0,0 +51619,0,0,0,0,0 +51620,0,0,0,0,0 +51621,0,0,0,0,0 +51622,0,0,0,0,0 +51623,0,0,0,0,0 +51624,0,0,0,0,0 +51625,0,0,0,0,0 +51626,0,0,0,0,0 +51627,0,0,0,0,0 +51628,0,0,0,0,0 +51629,0,0,0,0,0 +51630,0,0,0,0,0 +51631,0,0,0,0,0 +51632,0,0,0,0,0 +51633,0,0,0,0,0 +51634,0,0,0,0,0 +51635,0,0,0,0,0 +51636,0,0,0,0,0 +51637,0,0,0,0,0 +51638,0,0,0,0,0 +51639,0,0,0,0,0 +51640,0,0,0,0,0 +51641,0,0,0,0,0 +51642,0,0,0,0,0 +51643,0,0,0,0,0 +51644,0,0,0,0,0 +51645,0,0,0,0,0 +51646,0,0,0,0,0 +51647,0,0,0,0,0 +51648,0,0,0,0,0 +51649,0,0,0,0,0 +51650,0,0,0,0,0 +51651,0,0,0,0,0 +51652,0,0,0,0,0 +51653,0,0,0,0,0 +51654,0,0,0,0,0 +51655,0,0,0,0,0 +51656,0,0,0,0,0 +51657,0,0,0,0,0 +51658,0,0,0,0,0 +51659,0,0,0,0,0 +51660,0,0,0,0,0 +51661,0,0,0,0,0 +51662,0,0,0,0,0 +51663,0,0,0,0,0 +51664,0,0,0,0,0 +51665,0,0,0,0,0 +51666,0,0,0,0,0 +51667,0,0,0,0,0 +51668,0,0,0,0,0 +51669,0,0,0,0,0 +51670,0,0,0,0,0 +51671,0,0,0,0,0 +51672,0,0,0,0,0 +51673,0,0,0,0,0 +51674,0,0,0,0,0 +51675,0,0,0,0,0 +51676,0,0,0,0,0 +51677,0,0,0,0,0 +51678,0,0,0,0,0 +51679,0,0,0,0,0 +51680,0,0,0,0,0 +51681,0,0,0,0,0 +51682,0,0,0,0,0 +51683,0,0,0,0,0 +51684,0,0,0,0,0 +51685,0,0,0,0,0 +51686,0,0,0,0,0 +51687,0,0,0,0,0 +51688,0,0,0,0,0 +51689,0,0,0,0,0 +51690,0,0,0,0,0 +51691,0,0,0,0,0 +51692,0,0,0,0,0 +51693,0,0,0,0,0 +51694,0,0,0,0,0 +51695,0,0,0,0,0 +51696,0,0,0,0,0 +51697,0,0,0,0,0 +51698,0,0,0,0,0 +51699,0,0,0,0,0 +51700,0,0,0,0,0 +51701,0,0,0,0,0 +51702,0,0,0,0,0 +51703,0,0,0,0,0 +51704,0,0,0,0,0 +51705,0,0,0,0,0 +51706,0,0,0,0,0 +51707,0,0,0,0,0 +51708,0,0,0,0,0 +51709,0,0,0,0,0 +51710,0,0,0,0,0 +51711,0,0,0,0,0 +51712,0,0,0,0,0 +51713,0,0,0,0,0 +51714,0,0,0,0,0 +51715,0,0,0,0,0 +51716,0,0,0,0,0 +51717,0,0,0,0,0 +51718,0,0,0,0,0 +51719,0,0,0,0,0 +51720,0,0,0,0,0 +51721,0,0,0,0,0 +51722,0,0,0,0,0 +51723,0,0,0,0,0 +51724,0,0,0,0,0 +51725,0,0,0,0,0 +51726,0,0,0,0,0 +51727,0,0,0,0,0 +51728,0,0,0,0,0 +51729,0,0,0,0,0 +51730,0,0,0,0,0 +51731,0,0,0,0,0 +51732,0,0,0,0,0 +51733,0,0,0,0,0 +51734,0,0,0,0,0 +51735,0,0,0,0,0 +51736,0,0,0,0,0 +51737,0,0,0,0,0 +51738,0,0,0,0,0 +51739,0,0,0,0,0 +51740,0,0,0,0,0 +51741,0,0,0,0,0 +51742,0,0,0,0,0 +51743,0,0,0,0,0 +51744,0,0,0,0,0 +51745,0,0,0,0,0 +51746,0,0,0,0,0 +51747,0,0,0,0,0 +51748,0,0,0,0,0 +51749,0,0,0,0,0 +51750,0,0,0,0,0 +51751,0,0,0,0,0 +51752,0,0,0,0,0 +51753,0,0,0,0,0 +51754,0,0,0,0,0 +51755,0,0,0,0,0 +51756,0,0,0,0,0 +51757,0,0,0,0,0 +51758,0,0,0,0,0 +51759,0,0,0,0,0 +51760,0,0,0,0,0 +51761,0,0,0,0,0 +51762,0,0,0,0,0 +51763,0,0,0,0,0 +51764,0,0,0,0,0 +51765,0,0,0,0,0 +51766,0,0,0,0,0 +51767,0,0,0,0,0 +51768,0,0,0,0,0 +51769,0,0,0,0,0 +51770,0,0,0,0,0 +51771,0,0,0,0,0 +51772,0,0,0,0,0 +51773,0,0,0,0,0 +51774,0,0,0,0,0 +51775,0,0,0,0,0 +51776,0,0,0,0,0 +51777,0,0,0,0,0 +51778,0,0,0,0,0 +51779,0,0,0,0,0 +51780,0,0,0,0,0 +51781,0,0,0,0,0 +51782,0,0,0,0,0 +51783,0,0,0,0,0 +51784,0,0,0,0,0 +51785,0,0,0,0,0 +51786,0,0,0,0,0 +51787,0,0,0,0,0 +51788,0,0,0,0,0 +51789,0,0,0,0,0 +51790,0,0,0,0,0 +51791,0,0,0,0,0 +51792,0,0,0,0,0 +51793,0,0,0,0,0 +51794,0,0,0,0,0 +51795,0,0,0,0,0 +51796,0,0,0,0,0 +51797,0,0,0,0,0 +51798,0,0,0,0,0 +51799,0,0,0,0,0 +51800,0,0,0,0,0 +51801,0,0,0,0,0 +51802,0,0,0,0,0 +51803,0,0,0,0,0 +51804,0,0,0,0,0 +51805,0,0,0,0,0 +51806,0,0,0,0,0 +51807,0,0,0,0,0 +51808,0,0,0,0,0 +51809,0,0,0,0,0 +51810,0,0,0,0,0 +51811,0,0,0,0,0 +51812,0,0,0,0,0 +51813,0,0,0,0,0 +51814,0,0,0,0,0 +51815,0,0,0,0,0 +51816,0,0,0,0,0 +51817,0,0,0,0,0 +51818,0,0,0,0,0 +51819,0,0,0,0,0 +51820,0,0,0,0,0 +51821,0,0,0,0,0 +51822,0,0,0,0,0 +51823,0,0,0,0,0 +51824,0,0,0,0,0 +51825,0,0,0,0,0 +51826,0,0,0,0,0 +51827,0,0,0,0,0 +51828,0,0,0,0,0 +51829,0,0,0,0,0 +51830,0,0,0,0,0 +51831,0,0,0,0,0 +51832,0,0,0,0,0 +51833,0,0,0,0,0 +51834,0,0,0,0,0 +51835,0,0,0,0,0 +51836,0,0,0,0,0 +51837,0,0,0,0,0 +51838,0,0,0,0,0 +51839,0,0,0,0,0 +51840,0,0,0,0,0 +51841,0,0,0,0,0 +51842,0,0,0,0,0 +51843,0,0,0,0,0 +51844,0,0,0,0,0 +51845,0,0,0,0,0 +51846,0,0,0,0,0 +51847,0,0,0,0,0 +51848,0,0,0,0,0 +51849,0,0,0,0,0 +51850,0,0,0,0,0 +51851,0,0,0,0,0 +51852,0,0,0,0,0 +51853,0,0,0,0,0 +51854,0,0,0,0,0 +51855,0,0,0,0,0 +51856,0,0,0,0,0 +51857,0,0,0,0,0 +51858,0,0,0,0,0 +51859,0,0,0,0,0 +51860,0,0,0,0,0 +51861,0,0,0,0,0 +51862,0,0,0,0,0 +51863,0,0,0,0,0 +51864,0,0,0,0,0 +51865,0,0,0,0,0 +51866,0,0,0,0,0 +51867,0,0,0,0,0 +51868,0,0,0,0,0 +51869,0,0,0,0,0 +51870,0,0,0,0,0 +51871,0,0,0,0,0 +51872,0,0,0,0,0 +51873,0,0,0,0,0 +51874,0,0,0,0,0 +51875,0,0,0,0,0 +51876,0,0,0,0,0 +51877,0,0,0,0,0 +51878,0,0,0,0,0 +51879,0,0,0,0,0 +51880,0,0,0,0,0 +51881,0,0,0,0,0 +51882,0,0,0,0,0 +51883,0,0,0,0,0 +51884,0,0,0,0,0 +51885,0,0,0,0,0 +51886,0,0,0,0,0 +51887,0,0,0,0,0 +51888,0,0,0,0,0 +51889,0,0,0,0,0 +51890,0,0,0,0,0 +51891,0,0,0,0,0 +51892,0,0,0,0,0 +51893,0,0,0,0,0 +51894,0,0,0,0,0 +51895,0,0,0,0,0 +51896,0,0,0,0,0 +51897,0,0,0,0,0 +51898,0,0,0,0,0 +51899,0,0,0,0,0 +51900,0,0,0,0,0 +51901,0,0,0,0,0 +51902,0,0,0,0,0 +51903,0,0,0,0,0 +51904,0,0,0,0,0 +51905,0,0,0,0,0 +51906,0,0,0,0,0 +51907,0,0,0,0,0 +51908,0,0,0,0,0 +51909,0,0,0,0,0 +51910,0,0,0,0,0 +51911,0,0,0,0,0 +51912,0,0,0,0,0 +51913,0,0,0,0,0 +51914,0,0,0,0,0 +51915,0,0,0,0,0 +51916,0,0,0,0,0 +51917,0,0,0,0,0 +51918,0,0,0,0,0 +51919,0,0,0,0,0 +51920,0,0,0,0,0 +51921,0,0,0,0,0 +51922,0,0,0,0,0 +51923,0,0,0,0,0 +51924,0,0,0,0,0 +51925,0,0,0,0,0 +51926,0,0,0,0,0 +51927,0,0,0,0,0 +51928,0,0,0,0,0 +51929,0,0,0,0,0 +51930,0,0,0,0,0 +51931,0,0,0,0,0 +51932,0,0,0,0,0 +51933,0,0,0,0,0 +51934,0,0,0,0,0 +51935,0,0,0,0,0 +51936,0,0,0,0,0 +51937,0,0,0,0,0 +51938,0,0,0,0,0 +51939,0,0,0,0,0 +51940,0,0,0,0,0 +51941,0,0,0,0,0 +51942,0,0,0,0,0 +51943,0,0,0,0,0 +51944,0,0,0,0,0 +51945,0,0,0,0,0 +51946,0,0,0,0,0 +51947,0,0,0,0,0 +51948,0,0,0,0,0 +51949,0,0,0,0,0 +51950,0,0,0,0,0 +51951,0,0,0,0,0 +51952,0,0,0,0,0 +51953,0,0,0,0,0 +51954,0,0,0,0,0 +51955,0,0,0,0,0 +51956,0,0,0,0,0 +51957,0,0,0,0,0 +51958,0,0,0,0,0 +51959,0,0,0,0,0 +51960,0,0,0,0,0 +51961,0,0,0,0,0 +51962,0,0,0,0,0 +51963,0,0,0,0,0 +51964,0,0,0,0,0 +51965,0,0,0,0,0 +51966,0,0,0,0,0 +51967,0,0,0,0,0 +51968,0,0,0,0,0 +51969,0,0,0,0,0 +51970,0,0,0,0,0 +51971,0,0,0,0,0 +51972,0,0,0,0,0 +51973,0,0,0,0,0 +51974,0,0,0,0,0 +51975,0,0,0,0,0 +51976,0,0,0,0,0 +51977,0,0,0,0,0 +51978,0,0,0,0,0 +51979,0,0,0,0,0 +51980,0,0,0,0,0 +51981,0,0,0,0,0 +51982,0,0,0,0,0 +51983,0,0,0,0,0 +51984,0,0,0,0,0 +51985,0,0,0,0,0 +51986,0,0,0,0,0 +51987,0,0,0,0,0 +51988,0,0,0,0,0 +51989,0,0,0,0,0 +51990,0,0,0,0,0 +51991,0,0,0,0,0 +51992,0,0,0,0,0 +51993,0,0,0,0,0 +51994,0,0,0,0,0 +51995,0,0,0,0,0 +51996,0,0,0,0,0 +51997,0,0,0,0,0 +51998,0,0,0,0,0 +51999,0,0,0,0,0 +52000,0,0,0,0,0 +52001,0,0,0,0,0 +52002,0,0,0,0,0 +52003,0,0,0,0,0 +52004,0,0,0,0,0 +52005,0,0,0,0,0 +52006,0,0,0,0,0 +52007,0,0,0,0,0 +52008,0,0,0,0,0 +52009,0,0,0,0,0 +52010,0,0,0,0,0 +52011,0,0,0,0,0 +52012,0,0,0,0,0 +52013,0,0,0,0,0 +52014,0,0,0,0,0 +52015,0,0,0,0,0 +52016,0,0,0,0,0 +52017,0,0,0,0,0 +52018,0,0,0,0,0 +52019,0,0,0,0,0 +52020,0,0,0,0,0 +52021,0,0,0,0,0 +52022,0,0,0,0,0 +52023,0,0,0,0,0 +52024,0,0,0,0,0 +52025,0,0,0,0,0 +52026,0,0,0,0,0 +52027,0,0,0,0,0 +52028,0,0,0,0,0 +52029,0,0,0,0,0 +52030,0,0,0,0,0 +52031,0,0,0,0,0 +52032,0,0,0,0,0 +52033,0,0,0,0,0 +52034,0,0,0,0,0 +52035,0,0,0,0,0 +52036,0,0,0,0,0 +52037,0,0,0,0,0 +52038,0,0,0,0,0 +52039,0,0,0,0,0 +52040,0,0,0,0,0 +52041,0,0,0,0,0 +52042,0,0,0,0,0 +52043,0,0,0,0,0 +52044,0,0,0,0,0 +52045,0,0,0,0,0 +52046,0,0,0,0,0 +52047,0,0,0,0,0 +52048,0,0,0,0,0 +52049,0,0,0,0,0 +52050,0,0,0,0,0 +52051,0,0,0,0,0 +52052,0,0,0,0,0 +52053,0,0,0,0,0 +52054,0,0,0,0,0 +52055,0,0,0,0,0 +52056,0,0,0,0,0 +52057,0,0,0,0,0 +52058,0,0,0,0,0 +52059,0,0,0,0,0 +52060,0,0,0,0,0 +52061,0,0,0,0,0 +52062,0,0,0,0,0 +52063,0,0,0,0,0 +52064,0,0,0,0,0 +52065,0,0,0,0,0 +52066,0,0,0,0,0 +52067,0,0,0,0,0 +52068,0,0,0,0,0 +52069,0,0,0,0,0 +52070,0,0,0,0,0 +52071,0,0,0,0,0 +52072,0,0,0,0,0 +52073,0,0,0,0,0 +52074,0,0,0,0,0 +52075,0,0,0,0,0 +52076,0,0,0,0,0 +52077,0,0,0,0,0 +52078,0,0,0,0,0 +52079,0,0,0,0,0 +52080,0,0,0,0,0 +52081,0,0,0,0,0 +52082,0,0,0,0,0 +52083,0,0,0,0,0 +52084,0,0,0,0,0 +52085,0,0,0,0,0 +52086,0,0,0,0,0 +52087,0,0,0,0,0 +52088,0,0,0,0,0 +52089,0,0,0,0,0 +52090,0,0,0,0,0 +52091,0,0,0,0,0 +52092,0,0,0,0,0 +52093,0,0,0,0,0 +52094,0,0,0,0,0 +52095,0,0,0,0,0 +52096,0,0,0,0,0 +52097,0,0,0,0,0 +52098,0,0,0,0,0 +52099,0,0,0,0,0 +52100,0,0,0,0,0 +52101,0,0,0,0,0 +52102,0,0,0,0,0 +52103,0,0,0,0,0 +52104,0,0,0,0,0 +52105,0,0,0,0,0 +52106,0,0,0,0,0 +52107,0,0,0,0,0 +52108,0,0,0,0,0 +52109,0,0,0,0,0 +52110,0,0,0,0,0 +52111,0,0,0,0,0 +52112,0,0,0,0,0 +52113,0,0,0,0,0 +52114,0,0,0,0,0 +52115,0,0,0,0,0 +52116,0,0,0,0,0 +52117,0,0,0,0,0 +52118,0,0,0,0,0 +52119,0,0,0,0,0 +52120,0,0,0,0,0 +52121,0,0,0,0,0 +52122,0,0,0,0,0 +52123,0,0,0,0,0 +52124,0,0,0,0,0 +52125,0,0,0,0,0 +52126,0,0,0,0,0 +52127,0,0,0,0,0 +52128,0,0,0,0,0 +52129,0,0,0,0,0 +52130,0,0,0,0,0 +52131,0,0,0,0,0 +52132,0,0,0,0,0 +52133,0,0,0,0,0 +52134,0,0,0,0,0 +52135,0,0,0,0,0 +52136,0,0,0,0,0 +52137,0,0,0,0,0 +52138,0,0,0,0,0 +52139,0,0,0,0,0 +52140,0,0,0,0,0 +52141,0,0,0,0,0 +52142,0,0,0,0,0 +52143,0,0,0,0,0 +52144,0,0,0,0,0 +52145,0,0,0,0,0 +52146,0,0,0,0,0 +52147,0,0,0,0,0 +52148,0,0,0,0,0 +52149,0,0,0,0,0 +52150,0,0,0,0,0 +52151,0,0,0,0,0 +52152,0,0,0,0,0 +52153,0,0,0,0,0 +52154,0,0,0,0,0 +52155,0,0,0,0,0 +52156,0,0,0,0,0 +52157,0,0,0,0,0 +52158,0,0,0,0,0 +52159,0,0,0,0,0 +52160,0,0,0,0,0 +52161,0,0,0,0,0 +52162,0,0,0,0,0 +52163,0,0,0,0,0 +52164,0,0,0,0,0 +52165,0,0,0,0,0 +52166,0,0,0,0,0 +52167,0,0,0,0,0 +52168,0,0,0,0,0 +52169,0,0,0,0,0 +52170,0,0,0,0,0 +52171,0,0,0,0,0 +52172,0,0,0,0,0 +52173,0,0,0,0,0 +52174,0,0,0,0,0 +52175,0,0,0,0,0 +52176,0,0,0,0,0 +52177,0,0,0,0,0 +52178,0,0,0,0,0 +52179,0,0,0,0,0 +52180,0,0,0,0,0 +52181,0,0,0,0,0 +52182,0,0,0,0,0 +52183,0,0,0,0,0 +52184,0,0,0,0,0 +52185,0,0,0,0,0 +52186,0,0,0,0,0 +52187,0,0,0,0,0 +52188,0,0,0,0,0 +52189,0,0,0,0,0 +52190,0,0,0,0,0 +52191,0,0,0,0,0 +52192,0,0,0,0,0 +52193,0,0,0,0,0 +52194,0,0,0,0,0 +52195,0,0,0,0,0 +52196,0,0,0,0,0 +52197,0,0,0,0,0 +52198,0,0,0,0,0 +52199,0,0,0,0,0 +52200,0,0,0,0,0 +52201,0,0,0,0,0 +52202,0,0,0,0,0 +52203,0,0,0,0,0 +52204,0,0,0,0,0 +52205,0,0,0,0,0 +52206,0,0,0,0,0 +52207,0,0,0,0,0 +52208,0,0,0,0,0 +52209,0,0,0,0,0 +52210,0,0,0,0,0 +52211,0,0,0,0,0 +52212,0,0,0,0,0 +52213,0,0,0,0,0 +52214,0,0,0,0,0 +52215,0,0,0,0,0 +52216,0,0,0,0,0 +52217,0,0,0,0,0 +52218,0,0,0,0,0 +52219,0,0,0,0,0 +52220,0,0,0,0,0 +52221,0,0,0,0,0 +52222,0,0,0,0,0 +52223,0,0,0,0,0 +52224,0,0,0,0,0 +52225,0,0,0,0,0 +52226,0,0,0,0,0 +52227,0,0,0,0,0 +52228,0,0,0,0,0 +52229,0,0,0,0,0 +52230,0,0,0,0,0 +52231,0,0,0,0,0 +52232,0,0,0,0,0 +52233,0,0,0,0,0 +52234,0,0,0,0,0 +52235,0,0,0,0,0 +52236,0,0,0,0,0 +52237,0,0,0,0,0 +52238,0,0,0,0,0 +52239,0,0,0,0,0 +52240,0,0,0,0,0 +52241,0,0,0,0,0 +52242,0,0,0,0,0 +52243,0,0,0,0,0 +52244,0,0,0,0,0 +52245,0,0,0,0,0 +52246,0,0,0,0,0 +52247,0,0,0,0,0 +52248,0,0,0,0,0 +52249,0,0,0,0,0 +52250,0,0,0,0,0 +52251,0,0,0,0,0 +52252,0,0,0,0,0 +52253,0,0,0,0,0 +52254,0,0,0,0,0 +52255,0,0,0,0,0 +52256,0,0,0,0,0 +52257,0,0,0,0,0 +52258,0,0,0,0,0 +52259,0,0,0,0,0 +52260,0,0,0,0,0 +52261,-1146.51554,-564.8726633,-1116.754913,-564.7865783,215.0441448 +52262,-1241.586282,-585.0452178,-1213.608659,-584.9613012,60.51781172 +52263,-1351.92646,-606.6732829,-1322.510681,-606.5922833,-115.0782294 +52264,-1473.609394,-636.1665986,-1442.749734,-636.0884473,-298.3363803 +52265,-1918.123459,-809.2011734,-1883.489725,-809.1252895,-1203.967553 +52266,-1433.002041,-592.0511854,-1399.771943,-591.9772595,-421.8982468 +52267,-1590.183045,-663.1102527,-1555.542951,-663.0385752,-635.7971557 +52268,-1885.293831,-799.6587899,-1851.259392,-799.5891981,-1213.522634 +52269,-1628.617968,-684.3597271,-1594.681598,-684.29205,-759.4818787 +52270,-1721.451685,-726.5269002,-1686.681743,-726.461097,-888.5423553 +52271,-1783.226985,-755.2434528,-1748.125385,-755.1793774,-990.9371488 +52272,-1817.885697,-771.915828,-1782.702365,-771.8533479,-1058.734852 +52273,-1831.879319,-779.2760165,-1796.724684,-779.2150238,-1095.270217 +52274,-1832.363196,-780.4854149,-1797.270094,-780.4258274,-1108.921881 +52275,-1825.891596,-778.479498,-1790.852177,-778.4212541,-1109.408418 +52276,-1816.535584,-775.096894,-1781.537712,-775.0399437,-1103.331088 +52277,-1806.464073,-771.3154274,-1771.489634,-771.2597275,-1094.487158 +52278,-1796.705208,-767.5999547,-1761.736864,-767.5454654,-1084.87324 +52279,-1787.666943,-764.1371432,-1752.690989,-764.083827,-1075.436233 +52280,-1779.456264,-760.9790857,-1744.462782,-760.9269065,-1066.574091 +52281,-1772.047568,-758.1188236,-1737.029657,-758.0677469,-1058.417066 +52282,-1765.368148,-755.5284887,-1730.32103,-755.4784811,-1050.977243 +52283,-1759.325703,-753.1715607,-1724.246254,-753.1225902,-1044.206771 +52284,-1753.830196,-751.0124764,-1718.716514,-750.9645123,-1038.038603 +52285,-1748.801578,-749.019976,-1713.652629,-748.9729889,-1032.40368 +52286,-1744.171091,-747.1676107,-1708.98645,-747.1215724,-1027.237145 +52287,-1739.583368,-745.2234868,-1704.171826,-745.1783692,-1022.482935 +52288,-1804.024094,-775.2541035,-1768.739153,-775.2098646,-1170.237211 +52289,-1664.028191,-711.7259688,-1628.45493,-711.6825846,-923.3844884 +52290,-1685.121836,-720.8836576,-1648.890262,-720.8411305,-946.3385318 +52291,-1700.500299,-726.9776478,-1663.541182,-727.6611799,-969.0097143 +52292,-1708.901842,-760.8440632,-1718.139745,-762.7658901,-1139.777672 +52293,-1546.693908,-660.7869912,-1444.758579,-664.1568521,-753.6094835 +52294,-1596.676142,-674.7906175,-1557.346527,-679.6626477,-797.2277781 +52295,-1610.486982,-685.495212,-1528.527839,-691.8817159,-838.6680813 +52296,-1555.274691,-680.8720137,-1491.262791,-688.7882461,-824.9100829 +52297,-1561.334016,-610.4885863,-1482.557672,-678.8074796,-786.6849727 +52298,-1544.771805,-591.2438036,-1466.889934,-673.7566232,-769.4710781 +52299,-1537.143545,-588.7922767,-1453.118736,-669.7495636,-756.9519552 +52300,-1521.295952,-568.9212775,-1435.507734,-735.9223048,-1089.040609 +52301,-1512.858323,-553.5661804,-1424.123894,-672.1263995,-924.7137923 +52302,-1303.115194,-538.316207,-1265.937813,-543.7036599,-393.9100692 +52303,-1451.491909,-525.2104911,-1411.876783,-609.3034274,-589.7651744 +52304,-1533.495687,-508.6138087,-1491.463082,-646.2057724,-703.2654004 +52305,-1706.445871,-495.0525576,-1361.243097,-729.5032354,-1080.28412 +52306,-1307.423943,-480.8012002,-1335.363903,-669.5475987,-926.8153291 +52307,-1475.118907,-465.7010229,-1349.748366,-623.3324221,-807.0055674 +52308,-1203.482503,-451.6652989,-1166.745742,-497.7017343,-265.4569213 +52309,-1373.647056,-436.243694,-1333.494541,-572.9479049,-480.5629489 +52310,-1648.223279,-422.569445,-1520.77541,-699.0059242,-1006.799787 +52311,-1502.978982,-408.9190126,-1160.020698,-651.1926857,-885.6144033 +52312,-1231.16732,-398.3328273,-1194.22602,-510.9108951,-299.3258123 +52313,-1385.963727,-389.8367896,-1348.721465,-579.3952563,-503.5646227 +52314,-1464.341918,-380.0421578,-1329.360756,-614.1283921,-606.0774625 +52315,-1440.219083,-371.7251893,-1196.704939,-707.9849603,-1045.052438 +52316,-1320.648784,-362.4127113,-1258.657459,-634.2268744,-856.4848159 +52317,-1168.440239,-353.3282171,-1132.099393,-478.742127,-216.2426633 +52318,-1540.615687,-345.6292145,-1371.75595,-647.2549809,-891.2053845 +52319,-1221.460136,-336.5768332,-1143.413851,-502.1211638,-292.7719102 +52320,-1528.484882,-327.9459047,-1221.498637,-655.9648863,-917.0821041 +52321,-75.01968829,102.0095006,-36.50879679,-73.08949711,-776.9947845 +52322,-157.5099694,283.8630248,3.9487281,-14.17210744,-27.58413007 +52323,-103.526546,178.3373891,32.43425384,-33.05545132,-58.54351995 +52324,-78.96630867,90.48508265,60.68730028,-10.33149971,-687.839798 +52325,-10.43569989,149.4190403,122.2925818,20.97867489,582.4335119 +52326,-34.83809931,186.7062706,106.808218,13.0010493,751.7227834 +52327,-2.90457749,217.8804921,137.1392998,28.5829247,882.9157529 +52328,19.50148143,244.6289177,161.6640851,40.49245291,991.681369 +52329,38.30449347,267.2190345,180.8673442,50.24244727,1082.989167 +52330,54.98332235,286.2559621,199.8023889,59.8471403,1160.014046 +52331,74.29337353,302.1169406,218.5516961,69.4932181,1224.006464 +52332,90.9990857,315.3980738,237.4624352,78.77013082,1277.067663 +52333,107.2436161,326.3557725,255.0160035,87.88733796,1320.128349 +52334,124.5829286,335.0977895,272.0341034,96.74010406,1353.653158 +52335,13.63607036,475.6769456,157.5179831,47.64886147,1955.296403 +52336,254.6817127,260.2862794,401.3913429,156.9825346,1049.830273 +52337,162.7693442,291.4516628,314.2374231,118.202116,1170.835395 +52338,172.4156171,302.8254717,322.0414742,123.6223071,1212.186847 +52339,199.8737181,310.6323587,349.8836328,137.4537936,1239.258869 +52340,215.504951,317.2522415,367.7209062,145.6418682,1261.726957 +52341,228.2974184,322.356851,380.3909574,153.1519302,1278.240759 +52342,242.803204,326.0075501,393.5490453,160.2725926,1288.968742 +52343,256.2064252,328.656522,403.5318463,168.0442848,1295.65651 +52344,270.0789591,330.3080334,416.0785775,175.6117058,1298.284919 +52345,284.6387176,331.1904627,427.7164002,182.7438712,1297.758012 +52346,297.1697068,331.4552646,439.5893384,190.2159617,1294.685297 +52347,310.8506038,331.1719561,450.9389842,196.1199336,1289.353496 +52348,323.5989961,330.4605434,462.8533569,200.6870871,1282.254013 +52349,337.3720546,329.4032395,469.539709,207.1523957,1273.722903 +52350,349.6368559,327.9668609,480.2883658,212.9508257,1263.637258 +52351,361.7764565,326.2279735,491.3879113,218.3035593,1252.313651 +52352,373.9694635,324.195727,501.7525572,224.0468295,1239.867955 +52353,387.803622,321.7687599,514.3074196,229.9570698,1225.947967 +52354,397.3856178,319.2982373,522.8236647,234.5697684,1211.971166 +52355,409.3458644,316.4766326,534.1201224,239.9773875,1196.700901 +52356,420.8116115,313.4883,544.2756954,245.4758922,1180.861533 +52357,432.5827767,310.3013098,555.0374487,250.4650631,1164.313523 +52358,432.7945005,296.949622,556.2072614,251.8296942,1107.18315 +52359,464.0042099,293.2380483,543.8207948,247.2292069,1088.626446 +52360,462.6100381,289.4036523,529.572997,240.7490373,1069.626911 +52361,474.0465689,286.1784588,517.1964474,235.1290172,1053.145746 +52362,483.6461736,283.5112591,506.6573476,230.3578199,1038.989574 +52363,491.2808755,281.3451825,497.7640423,226.3453921,1026.928321 +52364,480.9413695,279.5949274,490.2271375,222.952433,1016.607073 +52365,472.053473,278.2950386,484.0410144,220.1717247,1008.149048 +52366,464.6677849,277.4201642,479.0287506,217.9204124,1001.354096 +52367,458.5983962,276.8879336,474.986494,216.1040549,995.914074 +52368,453.6094016,276.6208808,471.7300783,214.6380238,991.5533821 +52369,449.4894983,276.5591808,469.1126505,213.4563295,988.0451407 +52370,446.0688346,276.6580058,467.007418,212.5015013,985.205279 +52371,443.2139776,276.882977,465.3170853,211.7304248,982.8852795 +52372,440.8188279,277.2069406,463.9565085,211.1046685,980.9655048 +52373,438.7976248,277.6081231,462.8628324,210.5967928,979.3499499 +52374,437.0803875,278.0690242,461.979106,210.1811518,977.9617383 +52375,435.7103317,278.8758015,461.3173557,209.8635048,976.7405414 +52376,434.6040101,279.9092977,460.8214332,209.6185381,975.6384542 +52377,433.6746114,281.0107587,460.4409038,209.4245411,974.6169589 +52378,432.8704542,282.0966016,460.1361362,209.2636768,973.6457447 +52379,432.1564218,283.1432263,459.8888419,209.1285079,972.7014129 +52380,431.5024744,284.1476372,459.6717158,209.006542,971.7474252 +52381,428.4935376,284.024514,457.0758692,207.803519,966.4024806 +52382,432.6331635,287.0741957,461.6101499,209.8034065,974.4505719 +52383,440.4508368,291.6877271,469.8087162,213.3965776,989.3360214 +52384,448.4180446,296.257225,478.1455794,216.9753292,1004.532616 +52385,455.0582228,300.1325479,485.144499,219.8872564,1017.346525 +52386,460.2194416,303.2737003,490.6530535,222.0885859,1027.489269 +52387,464.1889846,305.8360766,494.9582004,223.7309107,1035.44715 +52388,467.2627617,307.9710946,498.3559511,224.962539,1041.716007 +52389,469.4253087,309.7808759,501.0487353,225.8832895,1046.631015 +52390,470.8867662,311.3298708,503.1653654,226.5559012,1050.406189 +52391,471.8378984,312.6627569,504.796331,227.0237363,1053.196026 +52392,472.4013983,313.8146718,506.0140959,227.3208528,1055.128109 +52393,472.6528032,314.81512,506.880732,227.4758485,1056.314689 +52394,472.6445554,315.6890532,507.4497818,227.5128979,1056.854589 +52395,472.4186671,316.4573248,507.7669149,227.452193,1056.833937 +52396,472.0107855,317.1371543,507.8706216,227.310384,1056.326898 +52397,471.4512382,317.7426958,507.7932017,227.1011375,1055.397228 +52398,470.7653557,318.2855709,507.5617143,226.8356514,1054.099615 +52399,469.9741011,318.7753429,507.1988711,226.523122,1052.481123 +52400,469.094701,319.2198916,506.7237419,226.1711056,1050.582216 +52401,468.1413562,319.6257215,506.1523649,225.7858233,1048.437792 +52402,467.1257572,319.9982057,505.4982257,225.3723959,1046.077898 +52403,466.0575814,320.3417898,504.7726805,224.9350459,1043.528488 +52404,464.9448144,320.6601547,503.9852882,224.4772535,1040.811936 +52405,463.783218,320.951413,503.1332409,223.9969533,1037.927841 +52406,462.6088347,321.2320004,502.2539056,223.5104189,1034.948488 +52407,461.3869431,321.4861623,501.3137358,223.0017519,1031.816961 +52408,460.1605987,409.8562616,500.356867,222.4904406,1028.61721 +52409,458.8942547,421.7632628,499.3486985,221.9602381,1025.289776 +52410,457.6179489,416.2205844,498.32014,221.4247406,1021.893954 +52411,456.3255825,436.4488953,497.2658855,220.8811293,1018.422906 +52412,455.0210803,447.9980374,496.186603,220.3293762,1014.883754 +52413,453.7073227,459.672428,495.0832019,219.7696005,1011.282576 +52414,452.3858962,470.8746342,493.9571896,219.2022217,1007.624551 +52415,451.0577483,482.3298909,492.8103376,218.6278075,1003.914282 +52416,449.7235844,493.495897,491.6443387,218.0469169,1000.155846 +52417,448.3840376,504.5426564,490.4606661,217.4600348,996.3528608 +52418,447.0396956,515.7876146,489.260588,216.8675758,992.5085268 +52419,445.6911058,526.6070548,488.0451988,216.2698958,988.6257064 +52420,444.3387519,537.7244713,486.8154395,215.6672987,984.7068999 +52421,442.9830647,548.4001631,485.5721447,215.0600559,980.7543674 +52422,441.6243919,559.5599492,484.3160408,214.4484026,976.7700833 +52423,440.2630638,569.8734908,483.047784,213.8325543,972.7558568 +52424,438.899357,580.7487034,481.7679481,213.2126984,968.7132679 +52425,437.5335506,591.6689754,480.4770598,212.58901,964.6437837 +52426,436.1658825,601.88724,479.1755866,211.9616444,960.548693 +52427,434.7965931,612.4376488,477.8639591,211.3307467,956.4291999 +52428,433.4258936,623.1302999,476.5425671,210.6964489,952.2863703 +52429,432.0540014,633.258969,475.2117746,210.0588758,948.1212131 +52430,430.6811041,644.1141144,473.8719135,209.4181417,943.9346218 +52431,429.3073995,654.042341,472.5232995,208.7743568,939.7274571 +52432,427.9330591,683.3667248,471.1662223,208.1276227,935.5004807 +52433,426.8498726,696.868151,469.8518281,207.5003369,931.2554462 +52434,425.9261923,708.6225426,468.5621355,206.8844658,926.9936859 +52435,425.9226592,719.9657651,468.1780222,206.6806965,924.3641733 +52436,430.5179548,731.6099688,472.428218,208.5837905,930.1717917 +52437,435.0957009,742.5849505,476.6978512,210.4946295,936.0375703 +52438,439.8206839,753.6547121,481.1374276,212.4817584,942.2352537 +52439,444.0722314,764.58703,485.1130486,214.2581736,947.606981 +52440,448.1747134,775.432894,488.9411788,215.9691667,952.7210435 +52441,452.1559651,788.0541386,492.6457105,217.6266403,957.6148647 +52442,456.1972952,799.1028631,496.3314586,219.2793032,962.6527182 +52443,460.2397535,809.5649896,499.9820355,220.9205934,967.7045413 +52444,464.2032584,819.4481734,503.5541007,222.5309994,972.6086841 +52445,468.0590922,829.7867414,507.0307518,224.1027381,977.3039011 +52446,471.8119824,839.7659874,510.4150886,225.6370745,981.7932128 +52447,475.4774338,849.7908173,513.7177718,227.1387053,986.1011112 +52448,479.0703963,859.6826166,516.9498444,228.6124705,990.2524474 +52449,482.6026084,869.5072696,520.1205906,230.0623704,994.2673069 +52450,486.0830919,879.3498965,523.2375157,231.491565,998.161658 +52451,489.5190468,888.7682182,526.3067992,232.9025954,1001.948731 +52452,492.9164628,898.9158982,529.3336763,234.29757,1005.639965 +52453,496.2804005,908.3628941,532.3226384,235.6782645,1009.245374 +52454,499.6151429,917.9836964,535.2775528,237.0461803,1012.773752 +52455,502.9243161,927.4910796,538.201752,238.4025893,1016.232789 +52456,506.2109816,937.0377882,541.0981009,239.7485659,1019.629202 +52457,509.464176,946.419031,543.9555191,241.0788614,1022.944219 +52458,512.7097206,955.877966,546.799777,242.4049986,1071.368292 +52459,515.9434595,965.1658733,549.6267094,243.7249019,1162.501891 +52460,519.157606,974.5343812,552.4351198,245.0378592,1118.444696 +52461,522.3415845,983.7275896,555.2253972,246.343897,1147.016562 +52462,525.4907782,993.0037805,557.9982767,247.6432147,1158.280832 +52463,528.6064575,1002.10083,560.7545489,248.9360509,1169.115539 +52464,531.692341,1011.246118,563.4949825,250.2226472,1179.582769 +52465,534.7523061,1020.34802,657.3891152,251.5032321,1190.144553 +52466,537.7896079,1029.313927,656.1631087,252.7780191,1200.39708 +52467,540.4792987,1038.359065,658.3542509,253.8983163,1210.463726 +52468,543.5792664,1047.221166,676.220994,255.2079487,1220.62991 +52469,546.6358973,1056.131202,687.270488,256.4999522,1230.336501 +52470,549.65598,1064.997576,698.0949452,293.7605399,1240.304164 +52471,552.6460792,1073.803489,708.1290994,299.9925288,1249.844156 +52472,555.606786,1082.705418,717.8261812,298.6849466,1259.413666 +52473,558.5392335,1091.421239,727.3996753,306.8294267,1268.703285 +52474,561.4459647,1100.201255,736.6987376,312.4695216,1278.338959 +52475,564.3299586,1126.529297,748.848378,318.4118512,1287.292655 +52476,645.8512021,1138.127145,758.2190264,323.6131202,1296.494185 +52477,660.8696479,1148.374769,767.6594282,328.4921175,1305.719614 +52478,685.7083645,1158.353099,776.3144476,333.2729244,1314.565692 +52479,688.8132574,1168.127481,785.2925211,338.0151145,1323.297135 +52480,706.1935116,1177.637467,794.2072187,342.6955181,1332.394077 +52481,718.4526651,1187.130505,802.5289629,347.1988284,1340.718975 +52482,730.3518076,1196.524402,810.9975612,351.7791481,1349.424516 +52483,742.3352528,1205.218068,819.5256452,356.1853534,1357.738029 +52484,753.895154,1215.163212,827.8121964,360.5079601,1366.400137 +52485,765.5284995,1223.823152,835.6472369,364.9057479,1374.610192 +52486,777.0661002,1233.020119,844.0136481,369.0605477,1382.893136 +52487,788.362527,1241.817724,851.8523069,373.4147283,1391.073784 +52488,799.4797895,1250.638031,859.600208,377.3652262,1398.993363 +52489,810.920308,1259.504488,867.6262091,381.5954881,1407.321659 +52490,821.5332741,1267.996003,875.3726488,385.5808862,1415.12648 +52491,832.7643738,1276.707387,882.739629,389.5829392,1423.041154 +52492,843.4710668,1285.163725,890.2427635,393.5097976,1430.845931 +52493,854.0936373,1293.543298,897.9616388,397.3405393,1438.580944 +52494,865.1138817,1302.024381,905.2111118,401.3659375,1446.242035 +52495,875.1688278,1310.171475,912.5621451,404.9224775,1453.834599 +52496,886.0464664,1318.3544,919.8122093,408.864765,1461.15727 +52497,896.1230266,1326.541171,926.9953426,412.4336937,1468.933931 +52498,906.915617,1334.535111,933.9134615,416.3267424,1476.159683 +52499,916.7649983,1342.498883,941.2899676,419.7750273,1483.735666 +52500,926.9196039,1350.379764,948.124388,423.3673996,1490.664901 +52501,818.8027252,1304.630045,836.8305788,373.4537725,1267.238076 +52502,825.7443843,1311.237509,840.4690373,375.442639,1272.229061 +52503,833.5507302,1317.983183,845.0734033,378.0826906,1277.515608 +52504,841.4652144,1324.885181,849.7753325,380.6704304,1283.181221 +52505,849.4524423,1335.617961,854.5715127,383.1204203,1289.45587 +52506,857.3060709,1344.744985,859.3853437,385.8732118,1295.2141 +52507,865.6439042,1354.421495,864.0440823,388.3389283,1301.452692 +52508,873.063232,1363.5865,869.0475873,391.0983922,1307.429626 +52509,881.3539506,1372.809749,873.6756142,393.4877047,1313.735587 +52510,897.7671923,1388.22765,885.7254603,399.0740237,1320.022143 +52511,907.1998598,1398.226728,891.0837629,402.172252,1325.940602 +52512,915.2701644,1407.997143,896.1561758,404.6447312,1331.846503 +52513,923.6873768,1417.270362,901.3197845,407.4508817,1338.236903 +52514,931.6153427,1426.581713,906.0062819,409.9463606,1343.862839 +52515,939.9312478,1435.5926,910.7660589,412.3976019,1349.952353 +52516,947.745407,1444.602678,915.4282322,415.0882675,1355.837351 +52517,955.7361521,1453.2762,920.0297161,417.3425177,1361.548126 +52518,963.1318497,1462.021064,924.5749643,419.8362728,1367.665323 +52519,971.2571029,1470.57452,929.0678785,422.1223997,1373.348117 +52520,978.874236,1478.897676,933.5103635,424.6117644,1379.158197 +52521,986.4788619,1487.159018,937.713051,426.8773105,1384.905013 +52522,994.2073686,1495.394715,942.3616594,429.1958372,1390.617428 +52523,1001.478104,1503.369783,946.5170171,431.5671709,1396.296084 +52524,1009.499574,1511.270438,950.8098621,433.5851133,1401.938049 +52525,1016.863968,1518.963625,955.0264529,436.0225147,1407.367275 +52526,1024.54289,1526.757097,959.201755,438.1444413,1413.224368 +52527,1031.715633,1534.111503,963.3365907,440.3411636,1418.620198 +52528,1039.36902,1541.534901,967.4317979,442.5004492,1424.150932 +52529,1046.751544,1548.759627,971.4887323,444.537424,1429.614278 +52530,1053.907869,1555.793127,975.5078072,446.8071698,1435.04029 +52531,1060.673236,1559.675289,979.947418,449.0259496,1440.430951 +52532,1066.654157,1562.686941,984.4380372,451.4572621,1445.780761 +52533,1072.749063,1565.30687,988.9339051,453.6050195,1451.094233 +52534,1078.715001,1567.539663,993.1960972,455.9838771,1456.368341 +52535,1084.605786,1569.43322,998.0203917,458.2581064,1461.396153 +52536,1090.427657,1571.013061,1002.300199,460.434638,1466.93183 +52537,1096.184289,1572.298643,1006.773161,462.8619907,1471.928821 +52538,1101.879148,1573.305536,1011.186775,465.0424484,1477.094798 +52539,1107.515461,1574.047822,1015.577761,467.3050541,1482.413155 +52540,1112.801501,1574.536552,1019.946141,469.5381177,1487.104459 +52541,1118.7804,1574.782533,1024.291307,471.7588864,1492.315479 +52542,1124.025426,1574.795088,1028.858354,473.9668683,1497.215804 +52543,1129.492317,1574.583057,1032.775427,476.0483805,1502.196018 +52544,1134.856304,1574.154281,1037.256176,478.5166675,1507.054782 +52545,1140.17055,1573.516323,1041.423165,480.4303778,1511.961411 +52546,1145.434167,1572.675913,1045.662422,482.6895077,1516.744443 +52547,1150.649383,1571.639632,1049.879249,484.8156231,1521.577892 +52548,1155.816229,1570.413348,1054.009488,486.946948,1526.285278 +52549,1160.935667,1569.002873,1058.199116,489.0657185,1531.019866 +52550,1166.007934,1567.413387,1062.271514,491.1717125,1535.71842 +52551,1171.033665,1565.650116,1066.383142,493.2651493,1540.072278 +52552,1176.013234,1563.717654,1070.471517,495.2227532,1545.1195 +52553,1180.946358,1561.62062,1074.20493,497.4781407,1549.450099 +52554,1185.834032,1559.3632,1078.65322,499.4430532,1554.048138 +52555,1190.676474,1556.950223,1082.46201,501.5070499,1558.569604 +52556,1195.131223,1554.385019,1086.427427,503.5381425,1562.990504 +52557,1193.319293,1547.089371,1084.281063,502.9661403,1567.418372 +52558,1195.68863,1543.402051,1086.994134,504.4237777,1571.753449 +52559,1200.572541,1540.122613,1090.223778,506.1105708,1576.042505 +52560,1204.469065,1536.756607,1093.62477,507.8607974,1580.362035 +52561,968.1920339,1423.26197,856.0119361,400.4566635,1100.760718 +52562,966.7409683,1417.045507,854.2735019,399.6644845,1096.946383 +52563,968.1483931,1411.677481,854.5057798,399.9253913,1094.974897 +52564,970.0954276,1406.531133,855.6344429,400.5315784,1094.355685 +52565,972.4076551,1401.510218,857.0838797,401.2965727,1094.297139 +52566,974.9358955,1396.530147,858.7611813,402.242956,1094.642899 +52567,977.5993421,1391.605725,860.4305863,402.9878363,1095.219789 +52568,980.3504456,1386.501961,862.5958306,404.1440544,1096.106145 +52569,983.1618974,1381.4801,864.4782617,405.0921528,1097.014468 +52570,986.0195622,1376.296203,866.562742,406.1480105,1098.151229 +52571,988.9125901,1371.210546,868.6701983,407.2135417,1099.209733 +52572,991.8351653,1365.944011,870.8216921,408.2987349,1100.494989 +52573,994.7832107,1360.730525,873.0121593,409.4014483,1101.753491 +52574,997.7516978,1355.305919,875.2381718,410.5201884,1103.063248 +52575,1000.510363,1349.951427,877.4971222,411.5717584,1104.497469 +52576,1003.862646,1344.492102,879.9435074,412.8434876,1105.874743 +52577,1006.706383,1339.044978,882.015416,413.943738,1107.401334 +52578,1009.770264,1333.347522,884.4768698,415.2145927,1108.890286 +52579,1013.790683,1327.858314,886.8199105,416.2708302,1110.442863 +52580,1018.629021,1322.150823,889.2111376,417.5280939,1112.027459 +52581,1023.505639,1316.45002,891.6258131,418.7204958,1113.60599 +52582,1028.192224,1310.750704,893.8885918,419.9360272,1115.343681 +52583,1033.192723,1304.867757,896.609031,421.0734132,1116.898151 +52584,1038.380194,1299.05883,898.9535189,422.4401269,1118.686343 +52585,1043.328717,1293.103512,901.4727044,423.6184687,1120.334732 +52586,1048.411841,1287.306644,903.9792549,424.8835683,1122.149343 +52587,1053.878423,1281.219066,906.5012002,426.1421592,1123.887351 +52588,1059.129532,1275.254645,909.0365918,427.4080672,1125.68308 +52589,1064.324653,1269.200616,911.5856103,428.6811778,1127.495383 +52590,1069.85268,1263.174064,914.1463623,429.9608306,1129.275051 +52591,1074.828057,1256.620735,916.5753816,431.278397,1131.192323 +52592,1080.095893,1250.233207,918.9843497,432.2601611,1133.016309 +52593,1085.035757,1243.686819,921.3886089,433.6853078,1134.90392 +52594,1090.085142,1237.020238,923.7908404,434.8188308,1136.795356 +52595,1095.392574,1230.414191,926.1933856,436.0516536,1138.697238 +52596,1100.230436,1223.675353,928.5941351,437.2700601,1140.561292 +52597,1105.374137,1217.089728,930.9958661,438.4902147,1142.616811 +52598,1110.534652,1210.238572,933.3971411,439.7114236,1144.382707 +52599,1115.156274,1203.511936,935.5980269,440.9332452,1146.451441 +52600,1120.600405,1197.229858,938.3044851,442.1564236,1148.305495 +52601,1125.413021,1189.642452,940.5551071,443.3809074,1150.41745 +52602,1130.485801,1183.222997,942.9879456,444.6060341,1152.265518 +52603,1135.500575,1176.268879,945.3859504,445.7343751,1154.244562 +52604,1127.12013,1160.655238,947.8604285,447.1424985,1156.28879 +52605,1129.967446,1152.376276,950.270812,448.3044609,1158.177466 +52606,1133.738792,1146.869858,952.6780357,449.5544571,1160.152877 +52607,1137.821337,1141.514769,955.0828533,450.7883587,1162.125904 +52608,1142.014966,1135.940596,957.4845203,452.124638,1164.040657 +52609,1146.268072,1130.707315,959.883829,453.2028271,1166.179777 +52610,1150.544776,1125.276736,962.2789276,454.5097094,1168.01082 +52611,1154.835306,1120.042327,964.6704459,455.7246896,1169.978919 +52612,1159.127145,1114.702901,967.0568581,456.9540499,1172.035363 +52613,1163.414458,1109.466333,969.4391467,458.1823938,1173.950144 +52614,1167.694884,1104.242215,971.8159534,459.3015849,1175.983319 +52615,1171.960009,1099.065597,974.1884001,460.6886799,1177.76088 +52616,1176.210885,1093.905758,976.5551555,461.8336705,1179.857587 +52617,1180.446334,1088.752126,978.9174124,463.0730589,1181.735175 +52618,1184.656957,1083.573114,981.2738125,464.292913,1183.675543 +52619,1188.845507,1078.524527,983.6255875,465.5112787,1185.532656 +52620,1193.00759,1073.404513,985.9713675,466.7273318,1187.633735 +52621,1431.754308,1174.553494,1222.86167,574.4404306,1651.436469 +52622,1438.207004,1171.054401,1227.807263,576.8831195,1644.003998 +52623,1444.204988,1166.935483,1232.314264,579.3696494,1649.092293 +52624,1449.212114,1162.559068,1235.739243,581.0859296,1652.574932 +52625,1453.68336,1158.179427,1238.789775,582.8155384,1655.974182 +52626,1458.198252,1153.623873,1241.718479,584.423774,1659.029134 +52627,1462.441111,1149.071218,1244.4793,585.9696516,1661.936442 +52628,1466.419259,1144.492889,1247.144308,587.4691895,1664.625373 +52629,1470.464815,1139.907065,1249.731088,588.9330438,1667.292576 +52630,1474.290184,1135.272031,1252.24852,590.3654408,1669.845166 +52631,1478.060471,1130.75529,1254.742938,591.7704255,1672.333404 +52632,1481.676353,1126.142555,1257.085676,593.1491104,1674.755429 +52633,1485.320999,1121.576332,1259.45918,594.5037609,1677.120168 +52634,1470.58237,1111.033613,1262.502865,596.1636323,1679.422141 +52635,1471.180003,1105.445696,1264.700812,597.4653096,1681.545695 +52636,1473.06179,1100.489504,1266.987371,598.777809,1683.80237 +52637,1474.777712,1095.598115,1268.970949,599.9924756,1685.842361 +52638,1476.949452,1090.796514,1271.135518,601.2425276,1688.050992 +52639,1478.794066,1086.073373,1272.996709,602.4042577,1689.975766 +52640,1480.90818,1081.321711,1275.103982,603.6031583,1692.093806 +52641,1482.696821,1076.746603,1276.799973,604.7166873,1693.927019 +52642,1484.65195,1072.098641,1278.631938,605.8288702,1695.809155 +52643,1486.385146,1067.520892,1280.407811,606.9232183,1697.66244 +52644,1488.236856,1062.969398,1282.147151,607.9959718,1699.508597 +52645,1489.853104,1058.406255,1283.843685,609.0469884,1701.226371 +52646,1491.583818,1053.980752,1285.497399,610.0543823,1702.982313 +52647,1493.13548,1049.479038,1287.167117,611.1164115,1704.799281 +52648,1494.693887,1045.071606,1288.694162,612.0540851,1706.34733 +52649,1496.045213,1040.678211,1290.216531,613.0345851,1707.951524 +52650,1497.566185,1036.272513,1291.705333,613.9574721,1709.532802 +52651,1497.480655,1031.004946,1291.411199,614.1422645,1711.079055 +52652,1497.271755,1025.478853,1290.587827,614.0996274,1712.588041 +52653,1496.8364,1019.915538,1289.692729,613.9817907,1714.059378 +52654,1496.246471,1014.256503,1288.479305,613.7673243,1715.497571 +52655,1495.459935,1008.659274,1287.260765,613.4730695,1716.937286 +52656,1494.657852,1002.945162,1285.80631,613.1091001,1718.251655 +52657,1493.606958,997.2398811,1284.280695,612.6802219,1719.615639 +52658,1492.466613,991.4657086,1282.532558,612.187567,1720.907398 +52659,1491.188648,985.7718751,1280.79219,611.6351495,1722.172129 +52660,1489.782089,979.9761445,1278.774793,611.0236764,1723.398539 +52661,1488.249003,974.1612934,1276.792015,610.3549768,1724.587232 +52662,1486.589182,968.4228922,1274.546209,609.6303274,1725.73672 +52663,1484.805663,962.592669,1272.304267,608.8511278,1726.84705 +52664,1482.90038,956.786332,1269.900272,608.018453,1727.916973 +52665,1480.875322,950.9289116,1267.460989,607.1335348,1728.946833 +52666,1478.731243,945.1618377,1264.799869,606.1973227,1729.935523 +52667,1476.468412,939.3086428,1262.188424,605.2109189,1730.883528 +52668,1474.089617,933.4479276,1259.325065,604.1751083,1731.789966 +52669,1471.596634,927.6737521,1256.52204,603.0908955,1732.655433 +52670,1468.94052,921.8195629,1253.469934,601.9589809,1733.479161 +52671,1466.296202,915.9617462,1250.444807,600.7802678,1734.261891 +52672,1463.431492,910.1921994,1247.266387,599.5553774,1735.002963 +52673,1460.501876,904.3126966,1244.075248,598.2851367,1735.740278 +52674,1457.454772,898.5545907,1240.671063,596.9700963,1736.342343 +52675,1454.293716,892.7229555,1237.334918,595.6110206,1736.987879 +52676,1451.018638,886.892947,1233.755228,594.2083987,1737.55955 +52677,1447.6303,881.5131077,1230.215755,592.7629433,1738.096688 +52678,1444.08011,875.2012743,1226.52486,591.2750933,1738.593526 +52679,1440.536287,869.6390571,1222.835223,589.7455137,1739.050875 +52680,1436.800412,863.8776089,1218.935771,588.174662,1739.468581 +52681,1479.989513,880.9335996,1261.886631,609.3899761,1820.572362 +52682,1478.341087,876.3328456,1260.395439,608.9049201,1824.665272 +52683,1475.862563,871.3439152,1257.597362,607.8614341,1827.095982 +52684,1472.859908,866.2876707,1254.751157,606.7890335,1829.383637 +52685,1469.334595,861.0769749,1251.323846,605.4161806,1831.386623 +52686,1465.885799,855.8069149,1247.986424,604.1288831,1833.096571 +52687,1462.279436,850.5838949,1244.26153,602.5825712,1834.56552 +52688,1458.140229,845.242011,1240.649897,601.1538499,1835.990173 +52689,1454.24594,839.9982687,1236.624912,599.4831709,1837.267923 +52690,1450.103599,834.6793883,1232.816026,597.9421781,1838.456264 +52691,1445.56045,829.3544624,1228.536014,596.1645644,1839.558007 +52692,1441.191682,824.1045438,1224.579353,594.5218237,1840.577896 +52693,1436.495017,818.7587014,1220.113935,592.6444794,1841.521214 +52694,1431.884466,813.5182852,1215.918899,590.9053701,1842.390524 +52695,1426.863064,807.9149187,1211.256758,588.9326698,1843.189566 +52696,1422.033944,803.0657751,1206.926246,587.1008783,1843.919883 +52697,1416.70156,797.5856496,1202.094975,585.0360671,1844.584469 +52698,1411.693284,792.3637866,1197.543044,583.114513,1845.141102 +52699,1406.12618,787.0956157,1192.52774,580.9602335,1845.744952 +52700,1400.8108,782.1225706,1187.851203,578.9513596,1846.188947 +52701,1394.985157,776.4382568,1182.677706,576.7100482,1846.612883 +52702,1389.49225,771.3819912,1177.791556,574.6162672,1846.971605 +52703,1383.439574,766.1816725,1172.443581,572.4681999,1847.273896 +52704,1377.606581,761.1554131,1167.442692,570.0366321,1847.520284 +52705,1371.415338,756.1582768,1161.945964,567.7505083,1847.712867 +52706,1365.358555,751.2873676,1156.710695,566.1024696,1847.851821 +52707,1358.876259,746.2139047,1151.131543,564.058093,1847.939955 +52708,1352.579293,741.2278999,1145.75058,561.7952828,1847.976365 +52709,1345.926772,736.2533689,1139.942733,559.683086,1847.962937 +52710,1339.421465,731.28124,1134.484821,557.4798205,1847.899978 +52711,1336.366732,727.5569864,1131.492931,556.3950201,1847.789302 +52712,1333.973709,724.0078322,1128.904111,555.3812704,1847.643861 +52713,1331.751554,720.5681667,1126.569951,554.8809609,1847.459528 +52714,1329.745585,717.2150132,1124.291809,554.1042388,1847.23478 +52715,1327.874306,714.1865578,1122.137964,553.5319665,1846.971518 +52716,1326.125445,710.6266624,1120.061784,552.9896371,1846.67151 +52717,1324.488366,707.657313,1118.058313,552.4983858,1846.33822 +52718,1322.953478,704.5433885,1116.120395,552.0543626,1845.974245 +52719,1321.514694,701.5249459,1114.212513,551.655457,1845.583495 +52720,1320.166707,698.5632077,1112.43573,551.2996403,1845.168584 +52721,1318.864957,695.6561432,1110.644739,550.9854153,1844.733168 +52722,1317.751081,692.8015752,1108.928661,550.7113044,1844.279485 +52723,1289.864497,689.4056245,1105.945141,548.291831,1843.813044 +52724,1284.030848,686.5424648,1104.018443,547.6821108,1843.273883 +52725,1281.146737,683.7653818,1102.265303,547.2223867,1842.760449 +52726,1278.343603,681.0488975,1100.562059,546.8356846,1842.240784 +52727,1275.908522,678.383276,1098.985493,546.496699,1841.711476 +52728,1273.670942,675.763859,1097.387184,546.1984969,1841.170499 +52729,1271.592364,673.1877429,1095.852256,545.9368256,1840.617565 +52730,1269.650831,670.6527756,1094.346711,545.7090118,1840.095483 +52731,1267.792717,668.1575265,1092.872764,545.5135507,1839.452642 +52732,1266.145895,665.7007128,1091.428158,545.3493425,1838.897144 +52733,1264.521276,663.2814315,1090.011448,545.2158068,1838.294186 +52734,1263.033139,661.1149181,1088.620902,545.1123836,1837.690128 +52735,1261.638803,658.456971,1087.255388,545.0388114,1837.080287 +52736,1260.34177,656.2941735,1085.884254,544.9947347,1836.465391 +52737,1259.139025,653.9857693,1084.608133,544.9800263,1835.847221 +52738,1258.028113,651.7418673,1083.289175,544.9944333,1835.226399 +52739,1257.008569,649.5316238,1082.016195,545.037903,1834.604489 +52740,1256.077973,647.3537907,1080.757953,545.1102508,1833.981927 +52741,1178.610533,612.1865748,1002.993778,512.4530378,1691.234316 +52742,1178.066839,609.9636422,1001.7739,512.0941192,1689.627395 +52743,1177.160002,607.8082959,1000.38321,512.3650606,1689.192986 +52744,1176.740161,605.7631923,999.3018038,512.5244145,1688.546481 +52745,1176.400507,603.7614697,998.2454615,512.6245295,1688.019862 +52746,1176.175328,601.8008312,997.2314811,513.1137005,1687.537808 +52747,1176.05655,599.8766846,996.2494042,513.3328049,1687.087018 +52748,1176.038732,597.986361,995.2941293,513.7089023,1686.66058 +52749,1176.120684,596.1282111,994.3625789,514.097277,1686.255106 +52750,1176.300293,594.3009562,993.4524501,514.5190063,1685.868072 +52751,1176.577999,592.5037537,992.5624217,514.9738353,1685.498533 +52752,1176.952927,590.7357796,991.6911567,515.4616981,1685.145314 +52753,1177.425421,588.9964165,990.837818,515.9826482,1684.808228 +52754,1177.996829,587.2849899,990.0013906,516.536703,1684.48654 +52755,1178.667979,585.6009669,989.1812185,517.1240344,1684.180283 +52756,1179.438727,584.1191117,988.3764272,517.7447518,1683.888893 +52757,1180.310022,582.2341717,987.5864433,518.3990958,1683.612472 +52758,1181.283606,580.7507466,986.810467,519.0872413,1683.35053 +52759,1182.361372,579.145081,986.0479679,519.8094832,1683.103186 +52760,1183.543113,577.5896034,985.2982054,520.5660584,1682.870011 +52761,1184.83029,576.0587389,984.5606716,521.3573106,1682.651119 +52762,1186.225184,574.5516248,983.8346671,522.183535,1682.446126 +52763,1187.392255,573.0677704,983.1197003,523.0451257,1682.25514 +52764,1189.520252,571.6066609,982.6470417,523.9424355,1682.077815 +52765,1190.996971,570.1678535,981.6080911,524.8759125,1681.914261 +52766,1192.897114,568.7508445,981.0888355,525.8459671,1681.764157 +52767,1194.856223,567.3551984,980.3759,526.8531022,1681.627612 +52768,1196.936252,565.9804266,979.7071599,527.8977934,1681.50435 +52769,1199.136245,564.626098,979.0461329,528.9806013,1681.394471 +52770,1201.458839,563.1221818,978.3923263,530.1020687,1681.297742 +52771,1200.9369,561.3746459,976.1859758,530.1827046,1681.214251 +52772,1199.835827,559.1340108,973.5422911,530.0488073,1681.133812 +52773,1198.469858,556.980122,970.8922981,529.8119849,1681.06095 +52774,1196.944271,554.9230666,967.9925043,529.5042576,1680.996768 +52775,1195.296914,552.4479362,965.1484804,529.1389665,1680.941081 +52776,1193.545151,550.2911218,962.0821145,528.723216,1680.892416 +52777,1191.701498,547.9790406,959.0889915,528.261326,1680.849302 +52778,1189.771775,545.6722581,955.8839022,527.7561179,1680.809551 +52779,1187.763819,543.3482342,952.7608739,527.2097038,1680.771295 +52780,1185.680102,541.0080592,949.4316811,526.6237008,1680.732301 +52781,1183.869905,538.6524984,946.1906728,525.9995114,1680.690821 +52782,1181.136489,536.2822581,942.747623,525.3383021,1680.644882 +52783,1179.092452,533.8980014,939.3976985,524.6411569,1680.593013 +52784,1176.686472,531.500279,935.8489728,523.909008,1680.533588 +52785,1174.273202,529.2398059,932.3976065,523.1427447,1680.465444 +52786,1171.800218,526.6017076,928.7500703,522.3431371,1680.387274 +52787,1169.270507,524.2697789,925.2035971,521.5109253,1680.29818 +52788,1166.684542,521.655912,921.6729023,520.6467505,1680.197126 +52789,1164.045606,519.4048717,917.7365492,519.751236,1680.083455 +52790,1161.353365,516.8357426,914.0539056,518.8249191,1679.956365 +52791,1158.609507,514.3776614,910.3024127,517.8683243,1679.815386 +52792,1155.814369,511.8871889,906.392471,516.8819012,1679.659903 +52793,1152.860387,509.5224844,902.5906944,515.8660942,1679.489605 +52794,1150.040681,506.8180474,898.601498,514.8212763,1679.304014 +52795,1147.123781,504.3916406,894.7224947,513.747831,1679.102973 +52796,1144.143794,501.842529,890.6570987,512.646075,1678.886141 +52797,1140.999466,499.3040738,886.7039369,511.5163266,1678.653422 +52798,1137.99313,496.7565607,882.5652714,510.3588478,1678.404558 +52799,1134.891332,494.2001822,878.7250701,509.3169837,1678.139574 +52800,1131.614584,491.6349962,874.2552745,507.8975119,1677.858313 +52801,975.0595403,422.680566,716.4501926,440.2328922,1390.984496 +52802,970.617846,419.6652338,711.6489534,438.8509755,1390.21565 +52803,966.9076033,416.8839283,706.5147823,437.0045309,1388.594038 +52804,962.9793023,413.8358892,701.9312867,435.5547149,1387.678105 +52805,959.2881936,411.2223303,697.2254152,433.9988808,1386.768367 +52806,955.5445774,408.4408131,692.4258816,432.451607,1385.917398 +52807,951.6590105,405.5432383,687.8951434,430.8915226,1385.098833 +52808,947.9304767,402.812866,683.0998153,429.3152455,1384.299781 +52809,944.3410537,400.0165547,678.3729285,427.7207566,1383.512398 +52810,940.0642152,397.2270828,673.7114089,426.2011996,1382.731863 +52811,936.1830605,394.5148114,668.947703,424.3350553,1381.955337 +52812,932.5627974,391.5342169,664.1652333,422.8844068,1381.180806 +52813,928.3505314,388.9729693,659.3553939,421.128687,1380.40708 +52814,924.4722674,386.0079526,654.618464,419.4474252,1379.633021 +52815,920.3640888,383.2654857,649.8222499,417.7306134,1379.050887 +52816,916.3897307,380.4505068,644.9063833,415.9929524,1377.981387 +52817,912.2121203,377.7083704,640.0475801,414.3240269,1377.344298 +52818,940.6668893,375.8488277,637.7072117,420.0896909,1376.486666 +52819,941.0601007,373.2731441,633.3712702,419.8886366,1375.811925 +52820,939.7740235,370.7386615,628.6848176,418.810987,1375.05711 +52821,937.3891885,367.864726,624.0739014,417.5988418,1374.291741 +52822,934.6490001,365.1700867,619.0898469,416.2635876,1373.525083 +52823,932.0466545,362.4587491,614.4105252,414.942993,1372.761884 +52824,928.9847648,359.5983829,609.433105,413.3519891,1372.004762 +52825,925.7972046,356.8709623,604.6191623,411.9020789,1371.255378 +52826,922.6385635,354.0758095,599.7913035,410.3366075,1370.513836 +52827,919.19299,351.3442943,615.2477552,408.7452288,1369.779803 +52828,915.8286217,348.4732116,561.6576184,407.0271562,1369.052148 +52829,912.1851059,345.7190052,617.015806,405.4902459,1368.329486 +52830,908.8327258,342.9049552,561.4592279,403.8133115,1367.610928 +52831,904.9170224,340.3283998,571.5963698,402.2123762,1366.895025 +52832,901.4646493,337.8362397,579.3609437,400.80064,1366.183354 +52833,897.7960213,335.2569706,561.4488374,399.3149029,1365.473859 +52834,894.0954217,332.794405,561.3923198,397.8325442,1364.764782 +52835,890.335556,330.3420615,561.3471721,396.3382821,1364.055316 +52836,886.5162601,327.8069245,561.2123826,394.9111166,1363.344732 +52837,882.4486919,325.3733449,560.9500011,393.1923425,1362.632687 +52838,878.9696201,322.9479711,560.5659627,391.8290078,1361.91862 +52839,874.5839145,320.4446467,560.3321543,390.208961,1361.201354 +52840,870.0502436,318.1368888,559.5092003,388.5261118,1360.483354 +52841,865.7803672,315.6929851,558.8751307,386.9863732,1359.761275 +52842,861.5474943,313.2202507,558.1890276,385.2599075,1359.036308 +52843,857.2804806,310.9055969,557.4562193,383.681611,1358.308701 +52844,853.1403176,308.4516099,556.6818564,381.9506251,1357.577889 +52845,848.5355767,306.306594,555.871166,380.4657358,1356.843862 +52846,844.081039,303.4921749,555.0290491,378.6365096,1356.106245 +52847,839.8024567,301.3254518,554.1597756,377.0023154,1355.365035 +52848,835.0956753,298.8489422,553.2669373,375.2811319,1354.619847 +52849,830.6339803,296.4787904,552.3535274,373.6207816,1353.87067 +52850,825.705498,322.2697553,551.422059,371.7106439,1353.117184 +52851,821.0746768,253.9598241,550.474629,370.0933493,1352.359435 +52852,816.2620463,303.9978146,549.511368,368.2560337,1351.596544 +52853,811.4262548,307.0882259,548.535732,366.5351557,1350.829347 +52854,806.5509292,253.9473491,547.5496477,364.6262313,1350.057531 +52855,801.6311445,322.9297072,546.5539423,362.7733325,1349.280533 +52856,796.8077536,253.7379191,545.5491628,361.0682761,1348.498552 +52857,791.6084849,283.740686,544.534241,359.0653736,1347.71105 +52858,786.5157317,272.7784429,543.5117597,357.2889544,1346.91814 +52859,750.5466355,274.9342881,542.482973,346.4674675,1345.979335 +52860,741.0229637,264.3488597,541.4007457,343.2375482,1345.145445 +52861,734.1352093,265.540665,0,340.8884326,1344.654994 +52862,1031.52619,397.5479109,548.3659126,469.3489637,1935.040871 +52863,1047.176118,395.5269676,938.6218251,469.5854175,1909.217561 +52864,998.5859188,393.0559965,683.534096,466.4626005,1924.03843 +52865,1028.881714,390.6898328,711.5247772,463.9671972,1920.304527 +52866,1007.454743,388.3809581,730.2716705,461.5284374,1916.886437 +52867,1003.932339,386.0364494,722.38213,459.1145652,1916.642778 +52868,997.6153541,383.7245094,718.3046226,456.6504726,1915.149814 +52869,991.5496525,381.4165551,714.6296618,454.2860212,1914.071054 +52870,985.1294861,379.1197881,710.5381632,451.8501132,1912.880886 +52871,979.0213602,376.8308571,706.6958575,449.4426508,1911.763741 +52872,972.8600586,374.5484195,702.8461033,446.9966807,1910.613545 +52873,966.7327346,372.2715354,698.8165863,444.6232463,1909.479545 +52874,960.5687122,370.2361026,694.9535496,442.1760193,1908.343111 +52875,954.3898657,367.6225763,691.020771,439.7501953,1907.205429 +52876,948.1938289,365.5352991,687.0975886,437.3122138,1906.067162 +52877,942.1158287,363.2397782,683.1701255,434.866175,1904.927219 +52878,935.8526449,360.9884929,685.9462769,432.3805803,1903.761423 +52879,929.7735682,358.7407865,665.2462281,429.9617925,1902.655022 +52880,923.4953969,356.49731,678.9025157,427.4648487,1901.484283 +52881,917.3971712,354.2578132,662.5482826,424.984956,1900.350199 +52882,911.0946692,352.0221157,665.4180094,422.4888232,1899.186304 +52883,904.9707961,349.7901923,659.143405,419.9511845,1898.048239 +52884,898.6391609,347.5618653,655.7114676,417.4754688,1896.992254 +52885,892.5566612,345.3371845,651.6577105,414.9210089,1895.674813 +52886,886.0814224,343.1159221,647.764903,412.3802535,1894.594701 +52887,879.870517,340.8981781,643.8059013,409.7924874,1893.417046 +52888,873.5586984,338.6837605,639.8557609,407.2613831,1892.252181 +52889,867.2689642,336.4728058,635.908471,404.6524758,1891.086178 +52890,860.8971032,334.2650321,631.9540399,402.0539806,1889.917532 +52891,856.9653832,332.2267597,628.3861586,400.2811202,1888.748328 +52892,853.7812866,330.2263657,624.9656939,398.6909682,1887.582639 +52893,850.9408908,328.24717,621.4162503,397.3105866,1886.383158 +52894,847.2140659,326.2837455,617.9746082,395.5940285,1885.270592 +52895,843.0641025,324.5424859,614.660084,393.8322656,1884.07723 +52896,838.8209962,322.2960282,611.2884521,392.0768388,1882.914809 +52897,834.8676645,320.5227941,607.8303698,390.3469111,1881.748852 +52898,830.6718265,318.5731148,604.521515,388.6205144,1880.584251 +52899,826.778505,316.6682555,599.6814765,386.9946189,1878.812417 +52900,822.9087402,314.7735925,595.2222552,385.3444748,1878.168424 +52901,819.152689,312.8888649,590.7752279,383.7565143,1875.274629 +52902,815.5037868,311.0135206,586.4163573,382.2033123,1879.917275 +52903,811.9676577,309.1473413,581.9233626,380.6915842,1858.631142 +52904,808.61392,307.289843,577.5187493,379.2231286,1896.048285 +52905,805.2215992,305.4408316,573.2942321,377.7737546,1860.516707 +52906,802.1038815,303.5998421,568.8041562,376.4378605,1867.625887 +52907,798.9968229,301.7667029,564.5178177,375.0926875,1881.983147 +52908,796.2000629,299.9410325,560.1827944,373.8237221,1840.316521 +52909,793.4019164,297.9315555,555.8640183,372.6041727,1904.954997 +52910,790.8078054,296.4006717,551.6203954,371.4398909,1826.619805 +52911,788.3486706,294.4546424,547.2405297,370.331714,1905.29513 +52912,786.1045145,292.0032714,543.1118345,369.3110122,1824.601694 +52913,711.2248483,289.6680488,538.5437264,344.3739718,1902.962399 +52914,698.0289824,287.1081474,534.1524164,338.8848763,1822.206051 +52915,686.9667544,284.9248374,529.9623076,335.5171983,1900.811215 +52916,677.7685335,282.596968,525.5291099,332.2606317,1820.046737 +52917,669.284149,280.3140693,521.4520845,329.3186105,1898.647233 +52918,661.0361065,278.0472216,517.0910917,326.4298478,1817.884278 +52919,637.4981772,265.1616325,487.6829126,317.4451512,1896.477269 +52920,629.4063875,262.4445356,482.2902889,309.8797641,1815.43389 +52921,0,0,0,0,0 +52922,0,0,0,0,0 +52923,0,0,0,0,0 +52924,0,0,0,0,0 +52925,0,0,0,0,0 +52926,0,0,0,0,0 +52927,0,0,0,0,0 +52928,0,0,0,0,0 +52929,0,0,0,0,0 +52930,0,0,0,0,0 +52931,0,0,0,0,0 +52932,0,0,0,0,0 +52933,0,0,0,0,0 +52934,0,0,0,0,0 +52935,0,0,0,0,0 +52936,0,0,0,0,0 +52937,0,0,0,0,0 +52938,0,0,0,0,0 +52939,0,0,0,0,0 +52940,0,0,0,0,0 +52941,0,0,0,0,0 +52942,0,0,0,0,0 +52943,0,0,0,0,0 +52944,0,0,0,0,0 +52945,0,0,0,0,0 +52946,0,0,0,0,0 +52947,0,0,0,0,0 +52948,0,0,0,0,0 +52949,0,0,0,0,0 +52950,0,0,0,0,0 +52951,0,0,0,0,0 +52952,0,0,0,0,0 +52953,0,0,0,0,0 +52954,0,0,0,0,0 +52955,0,0,0,0,0 +52956,0,0,0,0,0 +52957,0,0,0,0,0 +52958,0,0,0,0,0 +52959,0,0,0,0,0 +52960,0,0,0,0,0 +52961,0,0,0,0,0 +52962,0,0,0,0,0 +52963,0,0,0,0,0 +52964,0,0,0,0,0 +52965,0,0,0,0,0 +52966,0,0,0,0,0 +52967,0,0,0,0,0 +52968,0,0,0,0,0 +52969,0,0,0,0,0 +52970,0,0,0,0,0 +52971,0,0,0,0,0 +52972,0,0,0,0,0 +52973,0,0,0,0,0 +52974,0,0,0,0,0 +52975,0,0,0,0,0 +52976,0,0,0,0,0 +52977,0,0,0,0,0 +52978,0,0,0,0,0 +52979,0,0,0,0,0 +52980,0,0,0,0,0 +52981,0,0,0,0,0 +52982,0,0,0,0,0 +52983,0,0,0,0,0 +52984,0,0,0,0,0 +52985,0,0,0,0,0 +52986,0,0,0,0,0 +52987,0,0,0,0,0 +52988,0,0,0,0,0 +52989,0,0,0,0,0 +52990,0,0,0,0,0 +52991,0,0,0,0,0 +52992,0,0,0,0,0 +52993,0,0,0,0,0 +52994,0,0,0,0,0 +52995,0,0,0,0,0 +52996,0,0,0,0,0 +52997,0,0,0,0,0 +52998,0,0,0,0,0 +52999,0,0,0,0,0 +53000,0,0,0,0,0 +53001,0,0,0,0,0 +53002,0,0,0,0,0 +53003,0,0,0,0,0 +53004,0,0,0,0,0 +53005,0,0,0,0,0 +53006,0,0,0,0,0 +53007,0,0,0,0,0 +53008,0,0,0,0,0 +53009,0,0,0,0,0 +53010,0,0,0,0,0 +53011,0,0,0,0,0 +53012,0,0,0,0,0 +53013,0,0,0,0,0 +53014,0,0,0,0,0 +53015,0,0,0,0,0 +53016,0,0,0,0,0 +53017,0,0,0,0,0 +53018,0,0,0,0,0 +53019,0,0,0,0,0 +53020,0,0,0,0,0 +53021,0,0,0,0,0 +53022,0,0,0,0,0 +53023,0,0,0,0,0 +53024,0,0,0,0,0 +53025,0,0,0,0,0 +53026,0,0,0,0,0 +53027,0,0,0,0,0 +53028,0,0,0,0,0 +53029,0,0,0,0,0 +53030,0,0,0,0,0 +53031,0,0,0,0,0 +53032,0,0,0,0,0 +53033,0,0,0,0,0 +53034,0,0,0,0,0 +53035,0,0,0,0,0 +53036,0,0,0,0,0 +53037,0,0,0,0,0 +53038,0,0,0,0,0 +53039,0,0,0,0,0 +53040,0,0,0,0,0 +53041,0,0,0,0,0 +53042,0,0,0,0,0 +53043,0,0,0,0,0 +53044,0,0,0,0,0 +53045,0,0,0,0,0 +53046,0,0,0,0,0 +53047,0,0,0,0,0 +53048,0,0,0,0,0 +53049,0,0,0,0,0 +53050,0,0,0,0,0 +53051,0,0,0,0,0 +53052,0,0,0,0,0 +53053,0,0,0,0,0 +53054,0,0,0,0,0 +53055,0,0,0,0,0 +53056,0,0,0,0,0 +53057,0,0,0,0,0 +53058,0,0,0,0,0 +53059,0,0,0,0,0 +53060,0,0,0,0,0 +53061,0,0,0,0,0 +53062,0,0,0,0,0 +53063,0,0,0,0,0 +53064,0,0,0,0,0 +53065,0,0,0,0,0 +53066,0,0,0,0,0 +53067,0,0,0,0,0 +53068,0,0,0,0,0 +53069,0,0,0,0,0 +53070,0,0,0,0,0 +53071,0,0,0,0,0 +53072,0,0,0,0,0 +53073,0,0,0,0,0 +53074,0,0,0,0,0 +53075,0,0,0,0,0 +53076,0,0,0,0,0 +53077,0,0,0,0,0 +53078,0,0,0,0,0 +53079,0,0,0,0,0 +53080,0,0,0,0,0 +53081,0,0,0,0,0 +53082,0,0,0,0,0 +53083,0,0,0,0,0 +53084,0,0,0,0,0 +53085,0,0,0,0,0 +53086,0,0,0,0,0 +53087,0,0,0,0,0 +53088,0,0,0,0,0 +53089,0,0,0,0,0 +53090,0,0,0,0,0 +53091,0,0,0,0,0 +53092,0,0,0,0,0 +53093,0,0,0,0,0 +53094,0,0,0,0,0 +53095,0,0,0,0,0 +53096,0,0,0,0,0 +53097,0,0,0,0,0 +53098,0,0,0,0,0 +53099,0,0,0,0,0 +53100,0,0,0,0,0 +53101,0,0,0,0,0 +53102,0,0,0,0,0 +53103,0,0,0,0,0 +53104,0,0,0,0,0 +53105,0,0,0,0,0 +53106,0,0,0,0,0 +53107,0,0,0,0,0 +53108,0,0,0,0,0 +53109,0,0,0,0,0 +53110,0,0,0,0,0 +53111,0,0,0,0,0 +53112,0,0,0,0,0 +53113,0,0,0,0,0 +53114,0,0,0,0,0 +53115,0,0,0,0,0 +53116,0,0,0,0,0 +53117,0,0,0,0,0 +53118,0,0,0,0,0 +53119,0,0,0,0,0 +53120,0,0,0,0,0 +53121,0,0,0,0,0 +53122,0,0,0,0,0 +53123,0,0,0,0,0 +53124,0,0,0,0,0 +53125,0,0,0,0,0 +53126,0,0,0,0,0 +53127,0,0,0,0,0 +53128,0,0,0,0,0 +53129,0,0,0,0,0 +53130,0,0,0,0,0 +53131,0,0,0,0,0 +53132,0,0,0,0,0 +53133,0,0,0,0,0 +53134,0,0,0,0,0 +53135,0,0,0,0,0 +53136,0,0,0,0,0 +53137,0,0,0,0,0 +53138,0,0,0,0,0 +53139,0,0,0,0,0 +53140,0,0,0,0,0 +53141,0,0,0,0,0 +53142,0,0,0,0,0 +53143,0,0,0,0,0 +53144,0,0,0,0,0 +53145,0,0,0,0,0 +53146,0,0,0,0,0 +53147,0,0,0,0,0 +53148,0,0,0,0,0 +53149,0,0,0,0,0 +53150,0,0,0,0,0 +53151,0,0,0,0,0 +53152,0,0,0,0,0 +53153,0,0,0,0,0 +53154,0,0,0,0,0 +53155,0,0,0,0,0 +53156,0,0,0,0,0 +53157,0,0,0,0,0 +53158,0,0,0,0,0 +53159,0,0,0,0,0 +53160,0,0,0,0,0 +53161,0,0,0,0,0 +53162,0,0,0,0,0 +53163,0,0,0,0,0 +53164,0,0,0,0,0 +53165,0,0,0,0,0 +53166,0,0,0,0,0 +53167,0,0,0,0,0 +53168,0,0,0,0,0 +53169,0,0,0,0,0 +53170,0,0,0,0,0 +53171,0,0,0,0,0 +53172,0,0,0,0,0 +53173,0,0,0,0,0 +53174,0,0,0,0,0 +53175,0,0,0,0,0 +53176,0,0,0,0,0 +53177,0,0,0,0,0 +53178,0,0,0,0,0 +53179,0,0,0,0,0 +53180,0,0,0,0,0 +53181,0,0,0,0,0 +53182,0,0,0,0,0 +53183,0,0,0,0,0 +53184,0,0,0,0,0 +53185,0,0,0,0,0 +53186,0,0,0,0,0 +53187,0,0,0,0,0 +53188,0,0,0,0,0 +53189,0,0,0,0,0 +53190,0,0,0,0,0 +53191,0,0,0,0,0 +53192,0,0,0,0,0 +53193,0,0,0,0,0 +53194,0,0,0,0,0 +53195,0,0,0,0,0 +53196,0,0,0,0,0 +53197,0,0,0,0,0 +53198,0,0,0,0,0 +53199,0,0,0,0,0 +53200,0,0,0,0,0 +53201,0,0,0,0,0 +53202,0,0,0,0,0 +53203,0,0,0,0,0 +53204,0,0,0,0,0 +53205,0,0,0,0,0 +53206,0,0,0,0,0 +53207,0,0,0,0,0 +53208,0,0,0,0,0 +53209,0,0,0,0,0 +53210,0,0,0,0,0 +53211,0,0,0,0,0 +53212,0,0,0,0,0 +53213,0,0,0,0,0 +53214,0,0,0,0,0 +53215,0,0,0,0,0 +53216,0,0,0,0,0 +53217,0,0,0,0,0 +53218,0,0,0,0,0 +53219,0,0,0,0,0 +53220,0,0,0,0,0 +53221,0,0,0,0,0 +53222,0,0,0,0,0 +53223,0,0,0,0,0 +53224,0,0,0,0,0 +53225,0,0,0,0,0 +53226,0,0,0,0,0 +53227,0,0,0,0,0 +53228,0,0,0,0,0 +53229,0,0,0,0,0 +53230,0,0,0,0,0 +53231,0,0,0,0,0 +53232,0,0,0,0,0 +53233,0,0,0,0,0 +53234,0,0,0,0,0 +53235,0,0,0,0,0 +53236,0,0,0,0,0 +53237,0,0,0,0,0 +53238,0,0,0,0,0 +53239,0,0,0,0,0 +53240,0,0,0,0,0 +53241,0,0,0,0,0 +53242,0,0,0,0,0 +53243,0,0,0,0,0 +53244,0,0,0,0,0 +53245,0,0,0,0,0 +53246,0,0,0,0,0 +53247,0,0,0,0,0 +53248,0,0,0,0,0 +53249,0,0,0,0,0 +53250,0,0,0,0,0 +53251,0,0,0,0,0 +53252,0,0,0,0,0 +53253,0,0,0,0,0 +53254,0,0,0,0,0 +53255,0,0,0,0,0 +53256,0,0,0,0,0 +53257,0,0,0,0,0 +53258,0,0,0,0,0 +53259,0,0,0,0,0 +53260,0,0,0,0,0 +53261,0,0,0,0,0 +53262,0,0,0,0,0 +53263,0,0,0,0,0 +53264,0,0,0,0,0 +53265,0,0,0,0,0 +53266,0,0,0,0,0 +53267,0,0,0,0,0 +53268,0,0,0,0,0 +53269,0,0,0,0,0 +53270,0,0,0,0,0 +53271,0,0,0,0,0 +53272,0,0,0,0,0 +53273,0,0,0,0,0 +53274,0,0,0,0,0 +53275,0,0,0,0,0 +53276,0,0,0,0,0 +53277,0,0,0,0,0 +53278,0,0,0,0,0 +53279,0,0,0,0,0 +53280,0,0,0,0,0 +53281,0,0,0,0,0 +53282,0,0,0,0,0 +53283,0,0,0,0,0 +53284,0,0,0,0,0 +53285,0,0,0,0,0 +53286,0,0,0,0,0 +53287,0,0,0,0,0 +53288,0,0,0,0,0 +53289,0,0,0,0,0 +53290,0,0,0,0,0 +53291,0,0,0,0,0 +53292,0,0,0,0,0 +53293,0,0,0,0,0 +53294,0,0,0,0,0 +53295,0,0,0,0,0 +53296,0,0,0,0,0 +53297,0,0,0,0,0 +53298,0,0,0,0,0 +53299,0,0,0,0,0 +53300,0,0,0,0,0 +53301,0,0,0,0,0 +53302,0,0,0,0,0 +53303,0,0,0,0,0 +53304,0,0,0,0,0 +53305,0,0,0,0,0 +53306,0,0,0,0,0 +53307,0,0,0,0,0 +53308,0,0,0,0,0 +53309,0,0,0,0,0 +53310,0,0,0,0,0 +53311,0,0,0,0,0 +53312,0,0,0,0,0 +53313,0,0,0,0,0 +53314,0,0,0,0,0 +53315,0,0,0,0,0 +53316,0,0,0,0,0 +53317,0,0,0,0,0 +53318,0,0,0,0,0 +53319,0,0,0,0,0 +53320,0,0,0,0,0 +53321,0,0,0,0,0 +53322,0,0,0,0,0 +53323,0,0,0,0,0 +53324,0,0,0,0,0 +53325,0,0,0,0,0 +53326,0,0,0,0,0 +53327,0,0,0,0,0 +53328,0,0,0,0,0 +53329,0,0,0,0,0 +53330,0,0,0,0,0 +53331,0,0,0,0,0 +53332,0,0,0,0,0 +53333,0,0,0,0,0 +53334,0,0,0,0,0 +53335,0,0,0,0,0 +53336,0,0,0,0,0 +53337,0,0,0,0,0 +53338,0,0,0,0,0 +53339,0,0,0,0,0 +53340,0,0,0,0,0 +53341,0,0,0,0,0 +53342,0,0,0,0,0 +53343,0,0,0,0,0 +53344,0,0,0,0,0 +53345,0,0,0,0,0 +53346,0,0,0,0,0 +53347,0,0,0,0,0 +53348,0,0,0,0,0 +53349,0,0,0,0,0 +53350,0,0,0,0,0 +53351,0,0,0,0,0 +53352,0,0,0,0,0 +53353,0,0,0,0,0 +53354,0,0,0,0,0 +53355,0,0,0,0,0 +53356,0,0,0,0,0 +53357,0,0,0,0,0 +53358,0,0,0,0,0 +53359,0,0,0,0,0 +53360,0,0,0,0,0 +53361,0,0,0,0,0 +53362,0,0,0,0,0 +53363,0,0,0,0,0 +53364,0,0,0,0,0 +53365,0,0,0,0,0 +53366,0,0,0,0,0 +53367,0,0,0,0,0 +53368,0,0,0,0,0 +53369,0,0,0,0,0 +53370,0,0,0,0,0 +53371,0,0,0,0,0 +53372,0,0,0,0,0 +53373,0,0,0,0,0 +53374,0,0,0,0,0 +53375,0,0,0,0,0 +53376,0,0,0,0,0 +53377,0,0,0,0,0 +53378,0,0,0,0,0 +53379,0,0,0,0,0 +53380,0,0,0,0,0 +53381,0,0,0,0,0 +53382,0,0,0,0,0 +53383,0,0,0,0,0 +53384,0,0,0,0,0 +53385,0,0,0,0,0 +53386,0,0,0,0,0 +53387,0,0,0,0,0 +53388,0,0,0,0,0 +53389,0,0,0,0,0 +53390,0,0,0,0,0 +53391,0,0,0,0,0 +53392,0,0,0,0,0 +53393,0,0,0,0,0 +53394,0,0,0,0,0 +53395,0,0,0,0,0 +53396,0,0,0,0,0 +53397,0,0,0,0,0 +53398,0,0,0,0,0 +53399,0,0,0,0,0 +53400,0,0,0,0,0 +53401,0,0,0,0,0 +53402,0,0,0,0,0 +53403,0,0,0,0,0 +53404,0,0,0,0,0 +53405,0,0,0,0,0 +53406,0,0,0,0,0 +53407,0,0,0,0,0 +53408,0,0,0,0,0 +53409,0,0,0,0,0 +53410,0,0,0,0,0 +53411,0,0,0,0,0 +53412,0,0,0,0,0 +53413,0,0,0,0,0 +53414,0,0,0,0,0 +53415,0,0,0,0,0 +53416,0,0,0,0,0 +53417,0,0,0,0,0 +53418,0,0,0,0,0 +53419,0,0,0,0,0 +53420,0,0,0,0,0 +53421,0,0,0,0,0 +53422,0,0,0,0,0 +53423,0,0,0,0,0 +53424,0,0,0,0,0 +53425,0,0,0,0,0 +53426,0,0,0,0,0 +53427,0,0,0,0,0 +53428,0,0,0,0,0 +53429,0,0,0,0,0 +53430,0,0,0,0,0 +53431,0,0,0,0,0 +53432,0,0,0,0,0 +53433,0,0,0,0,0 +53434,0,0,0,0,0 +53435,0,0,0,0,0 +53436,0,0,0,0,0 +53437,0,0,0,0,0 +53438,0,0,0,0,0 +53439,0,0,0,0,0 +53440,0,0,0,0,0 +53441,0,0,0,0,0 +53442,0,0,0,0,0 +53443,0,0,0,0,0 +53444,0,0,0,0,0 +53445,0,0,0,0,0 +53446,0,0,0,0,0 +53447,0,0,0,0,0 +53448,0,0,0,0,0 +53449,0,0,0,0,0 +53450,0,0,0,0,0 +53451,0,0,0,0,0 +53452,0,0,0,0,0 +53453,0,0,0,0,0 +53454,0,0,0,0,0 +53455,0,0,0,0,0 +53456,0,0,0,0,0 +53457,0,0,0,0,0 +53458,0,0,0,0,0 +53459,0,0,0,0,0 +53460,0,0,0,0,0 +53461,0,0,0,0,0 +53462,0,0,0,0,0 +53463,0,0,0,0,0 +53464,0,0,0,0,0 +53465,0,0,0,0,0 +53466,0,0,0,0,0 +53467,0,0,0,0,0 +53468,0,0,0,0,0 +53469,0,0,0,0,0 +53470,0,0,0,0,0 +53471,0,0,0,0,0 +53472,0,0,0,0,0 +53473,0,0,0,0,0 +53474,0,0,0,0,0 +53475,0,0,0,0,0 +53476,0,0,0,0,0 +53477,0,0,0,0,0 +53478,0,0,0,0,0 +53479,0,0,0,0,0 +53480,0,0,0,0,0 +53481,0,0,0,0,0 +53482,0,0,0,0,0 +53483,0,0,0,0,0 +53484,0,0,0,0,0 +53485,0,0,0,0,0 +53486,0,0,0,0,0 +53487,0,0,0,0,0 +53488,0,0,0,0,0 +53489,0,0,0,0,0 +53490,0,0,0,0,0 +53491,0,0,0,0,0 +53492,0,0,0,0,0 +53493,0,0,0,0,0 +53494,0,0,0,0,0 +53495,0,0,0,0,0 +53496,0,0,0,0,0 +53497,0,0,0,0,0 +53498,0,0,0,0,0 +53499,0,0,0,0,0 +53500,0,0,0,0,0 +53501,0,0,0,0,0 +53502,0,0,0,0,0 +53503,0,0,0,0,0 +53504,0,0,0,0,0 +53505,0,0,0,0,0 +53506,0,0,0,0,0 +53507,0,0,0,0,0 +53508,0,0,0,0,0 +53509,0,0,0,0,0 +53510,0,0,0,0,0 +53511,0,0,0,0,0 +53512,0,0,0,0,0 +53513,0,0,0,0,0 +53514,0,0,0,0,0 +53515,0,0,0,0,0 +53516,0,0,0,0,0 +53517,0,0,0,0,0 +53518,0,0,0,0,0 +53519,0,0,0,0,0 +53520,0,0,0,0,0 +53521,0,0,0,0,0 +53522,0,0,0,0,0 +53523,0,0,0,0,0 +53524,0,0,0,0,0 +53525,0,0,0,0,0 +53526,0,0,0,0,0 +53527,0,0,0,0,0 +53528,0,0,0,0,0 +53529,0,0,0,0,0 +53530,0,0,0,0,0 +53531,0,0,0,0,0 +53532,0,0,0,0,0 +53533,0,0,0,0,0 +53534,0,0,0,0,0 +53535,0,0,0,0,0 +53536,0,0,0,0,0 +53537,0,0,0,0,0 +53538,0,0,0,0,0 +53539,0,0,0,0,0 +53540,0,0,0,0,0 +53541,0,0,0,0,0 +53542,0,0,0,0,0 +53543,0,0,0,0,0 +53544,0,0,0,0,0 +53545,0,0,0,0,0 +53546,0,0,0,0,0 +53547,0,0,0,0,0 +53548,0,0,0,0,0 +53549,0,0,0,0,0 +53550,0,0,0,0,0 +53551,0,0,0,0,0 +53552,0,0,0,0,0 +53553,0,0,0,0,0 +53554,0,0,0,0,0 +53555,0,0,0,0,0 +53556,0,0,0,0,0 +53557,0,0,0,0,0 +53558,0,0,0,0,0 +53559,0,0,0,0,0 +53560,0,0,0,0,0 +53561,0,0,0,0,0 +53562,0,0,0,0,0 +53563,0,0,0,0,0 +53564,0,0,0,0,0 +53565,0,0,0,0,0 +53566,0,0,0,0,0 +53567,0,0,0,0,0 +53568,0,0,0,0,0 +53569,0,0,0,0,0 +53570,0,0,0,0,0 +53571,0,0,0,0,0 +53572,0,0,0,0,0 +53573,0,0,0,0,0 +53574,0,0,0,0,0 +53575,0,0,0,0,0 +53576,0,0,0,0,0 +53577,0,0,0,0,0 +53578,0,0,0,0,0 +53579,0,0,0,0,0 +53580,0,0,0,0,0 +53581,0,0,0,0,0 +53582,0,0,0,0,0 +53583,0,0,0,0,0 +53584,0,0,0,0,0 +53585,0,0,0,0,0 +53586,0,0,0,0,0 +53587,0,0,0,0,0 +53588,0,0,0,0,0 +53589,0,0,0,0,0 +53590,0,0,0,0,0 +53591,0,0,0,0,0 +53592,0,0,0,0,0 +53593,0,0,0,0,0 +53594,0,0,0,0,0 +53595,0,0,0,0,0 +53596,0,0,0,0,0 +53597,0,0,0,0,0 +53598,0,0,0,0,0 +53599,0,0,0,0,0 +53600,0,0,0,0,0 +53601,0,0,0,0,0 +53602,0,0,0,0,0 +53603,0,0,0,0,0 +53604,0,0,0,0,0 +53605,0,0,0,0,0 +53606,0,0,0,0,0 +53607,0,0,0,0,0 +53608,0,0,0,0,0 +53609,0,0,0,0,0 +53610,0,0,0,0,0 +53611,0,0,0,0,0 +53612,0,0,0,0,0 +53613,0,0,0,0,0 +53614,0,0,0,0,0 +53615,0,0,0,0,0 +53616,0,0,0,0,0 +53617,0,0,0,0,0 +53618,0,0,0,0,0 +53619,0,0,0,0,0 +53620,0,0,0,0,0 +53621,0,0,0,0,0 +53622,0,0,0,0,0 +53623,0,0,0,0,0 +53624,0,0,0,0,0 +53625,0,0,0,0,0 +53626,0,0,0,0,0 +53627,0,0,0,0,0 +53628,0,0,0,0,0 +53629,0,0,0,0,0 +53630,0,0,0,0,0 +53631,0,0,0,0,0 +53632,0,0,0,0,0 +53633,0,0,0,0,0 +53634,0,0,0,0,0 +53635,0,0,0,0,0 +53636,0,0,0,0,0 +53637,0,0,0,0,0 +53638,0,0,0,0,0 +53639,0,0,0,0,0 +53640,0,0,0,0,0 +53641,0,0,0,0,0 +53642,0,0,0,0,0 +53643,0,0,0,0,0 +53644,0,0,0,0,0 +53645,0,0,0,0,0 +53646,0,0,0,0,0 +53647,0,0,0,0,0 +53648,0,0,0,0,0 +53649,0,0,0,0,0 +53650,0,0,0,0,0 +53651,0,0,0,0,0 +53652,0,0,0,0,0 +53653,0,0,0,0,0 +53654,0,0,0,0,0 +53655,0,0,0,0,0 +53656,0,0,0,0,0 +53657,0,0,0,0,0 +53658,0,0,0,0,0 +53659,0,0,0,0,0 +53660,0,0,0,0,0 +53661,0,0,0,0,0 +53662,0,0,0,0,0 +53663,0,0,0,0,0 +53664,0,0,0,0,0 +53665,0,0,0,0,0 +53666,0,0,0,0,0 +53667,0,0,0,0,0 +53668,0,0,0,0,0 +53669,0,0,0,0,0 +53670,0,0,0,0,0 +53671,0,0,0,0,0 +53672,0,0,0,0,0 +53673,0,0,0,0,0 +53674,0,0,0,0,0 +53675,0,0,0,0,0 +53676,0,0,0,0,0 +53677,0,0,0,0,0 +53678,0,0,0,0,0 +53679,0,0,0,0,0 +53680,0,0,0,0,0 +53681,0,0,0,0,0 +53682,0,0,0,0,0 +53683,0,0,0,0,0 +53684,0,0,0,0,0 +53685,0,0,0,0,0 +53686,0,0,0,0,0 +53687,0,0,0,0,0 +53688,0,0,0,0,0 +53689,0,0,0,0,0 +53690,0,0,0,0,0 +53691,0,0,0,0,0 +53692,0,0,0,0,0 +53693,0,0,0,0,0 +53694,0,0,0,0,0 +53695,0,0,0,0,0 +53696,0,0,0,0,0 +53697,0,0,0,0,0 +53698,0,0,0,0,0 +53699,0,0,0,0,0 +53700,0,0,0,0,0 +53701,-639.7520369,-236.4437917,-608.8787971,-236.419572,1426.582321 +53702,-840.3681247,-316.4867723,-803.475907,-316.463271,1150.856683 +53703,-1234.276119,-498.1195404,-1199.059824,-498.0968807,322.0753956 +53704,-1100.320494,-440.563989,-1067.270574,-440.5420703,422.8945826 +53705,-806.5619025,-306.9385427,-773.162651,-306.9174133,958.9888846 +53706,-1163.318353,-470.0124846,-1130.082436,-469.9921219,283.2518526 +53707,-867.9442887,-336.0969047,-834.5153182,-336.0772378,814.6115412 +53708,-990.6188584,-390.8657402,-956.0444178,-390.8468108,642.6410266 +53709,-1078.150016,-430.4827378,-1043.039917,-430.4644875,500.8150431 +53710,-1134.676901,-456.3907156,-1099.36389,-456.3730818,397.2260232 +53711,-1166.144359,-471.0721096,-1130.788281,-471.0550405,330.640155 +53712,-1298.930392,-533.0061772,-1264.375397,-532.9896055,31.40198709 +53713,-1070.533711,-429.8038215,-1036.145566,-429.7877278,425.7706595 +53714,-1108.772033,-446.8713102,-1073.857776,-446.8557332,376.3754451 +53715,-1136.320783,-459.4701199,-1101.152886,-459.4550487,331.8333107 +53716,-1152.516299,-467.0468014,-1117.233353,-467.0322149,301.0038866 +53717,-1271.641834,-522.4950931,-1237.036342,-522.4809441,37.89679926 +53718,-1057.280344,-425.448073,-1022.780578,-425.4343438,414.5025084 +53719,-1094.198648,-441.7638014,-1059.183286,-441.7505172,370.9368776 +53720,-1121.521934,-454.0908124,-1086.258156,-454.0779604,330.2093456 +53721,-1138.200441,-461.7200781,-1102.824956,-461.7076385,301.6331125 +53722,-1146.694413,-465.6720503,-1111.273601,-465.6600022,284.5373748 +53723,-1150.025884,-467.2860208,-1114.58751,-467.2743463,275.4723687 +53724,-1150.544078,-467.6196845,-1115.097229,-467.6083691,271.1732246 +53725,-1149.711013,-467.3341575,-1114.257419,-467.3231886,269.4028945 +53726,-1147.922734,-466.5354009,-1112.271557,-466.5247659,268.8551107 +53727,-1145.745688,-465.5157335,-1109.797355,-465.5054209,268.8426501 +53728,-1143.543418,-464.4785114,-1107.296836,-464.4685105,269.0368078 +53729,-1141.464349,-463.5067393,-1104.960044,-463.4970399,269.2896602 +53730,-1243.778003,-510.9726573,-1207.732537,-510.9632359,41.00476101 +53731,-1039.818385,-414.4081145,-1002.817444,-418.3777799,401.7810511 +53732,-1073.609101,-422.8661316,-1034.607943,-433.0905874,364.2388698 +53733,-1099.413265,-427.7113644,-1058.637092,-444.5397513,327.2936011 +53734,-1115.57073,-428.8102327,-1073.307822,-451.7516498,300.8857292 +53735,-1124.16183,-427.1168065,-1080.650794,-455.5805505,284.8012226 +53736,-1127.910574,-423.6881824,-1083.315858,-457.2324592,276.0254179 +53737,-1128.95824,-419.3357559,-1083.390162,-457.6704276,271.6375774 +53738,-1128.645509,-414.5679026,-1082.184369,-457.4993867,269.6252261 +53739,-1127.702376,-409.6581843,-1080.41326,-457.0478281,268.8146789 +53740,-1126.491898,-404.7344044,-1078.431253,-456.4780998,268.5852031 +53741,-1125.184686,-399.8463282,-1076.402782,-455.8659024,268.6264975 +53742,-1123.857811,-395.0065283,-1074.399813,-455.2451868,268.7880752 +53743,-1122.542331,-390.2256108,-1072.448863,-454.6295251,269.0000334 +53744,-1121.251123,-385.5220737,-1070.559364,-454.024559,269.2295716 +53745,-1119.987444,-380.8959537,-1068.731779,-453.4317215,269.4628603 +53746,-1118.749833,-376.3327061,-1066.962314,-452.8503812,269.6953921 +53747,-1117.47497,-372.0044038,-1065.277688,-452.2451724,269.9262944 +53748,-1116.182243,-367.8163682,-1063.652074,-451.6286001,270.1678226 +53749,-1114.900406,-363.6558823,-1062.036075,-451.0174532,270.4078281 +53750,-1113.642014,-359.465901,-1060.411542,-450.4188538,270.652663 +53751,-1112.407178,-355.2321808,-1058.779851,-449.8328379,270.9016774 +53752,-1111.191313,-350.9994187,-1057.167628,-449.256912,271.1544543 +53753,-1109.989559,-346.7974616,-1055.591186,-448.6885378,271.412123 +53754,-1108.798353,-342.6149159,-1054.054291,-448.1259245,271.6761311 +53755,-1107.615273,-338.443118,-1052.554541,-447.5679047,271.947649 +53756,-1106.438553,-334.2773145,-1051.088075,-447.013655,272.227516 +53757,-1105.24015,-330.1147567,-1049.651614,-446.4626169,272.5159608 +53758,-1104.016957,-325.953236,-1048.242476,-445.9143131,272.8131377 +53759,-1102.77415,-321.7906476,-1046.858408,-445.3683338,273.119134 +53760,-1101.516921,-317.6249587,-1045.497377,-444.8243168,273.4340328 +53761,-1108.927737,-317.3993632,-1052.836652,-448.2270141,257.9776169 +53762,-1077.022352,41.39595234,-1021.013167,-433.9803607,309.6114464 +53763,-1153.860849,439.2171978,-1098.742891,-470.4175173,115.1999096 +53764,-896.657247,199.3011252,-841.7729992,-354.2281126,563.3322547 +53765,-908.4261711,288.5262785,-853.066956,-359.5411655,562.0476451 +53766,-1053.000588,326.0403417,-998.3003143,-426.9908983,253.3657406 +53767,-801.6949472,358.4706152,-747.0665825,-313.5959069,700.1820966 +53768,-846.0003186,389.9951241,-790.7287862,-333.5650003,653.481875 +53769,-878.62305,421.1587662,-823.0551626,-348.6775165,610.0391516 +53770,-898.3786853,451.5162719,-842.6991098,-358.1105315,580.028638 +53771,-908.6329206,481.0196196,-852.9383994,-363.2689703,562.2125723 +53772,-912.884911,473.0759491,-857.2239099,-365.6949413,553.1101829 +53773,-913.232229,467.5264175,-857.6291743,-366.3249144,550.3667822 +53774,-911.8749544,463.8970984,-856.3436644,-366.152699,550.5945794 +53775,-909.9989371,461.6495242,-854.5490475,-365.7143725,551.8310589 +53776,-879.6563978,473.2848347,-768.0279558,-352.3050165,604.9134863 +53777,-851.4308942,484.7277964,-390.0140632,-339.8340583,654.3237442 +53778,-695.6871278,407.5648166,-589.1340136,-389.0932288,385.1824367 +53779,-534.270444,583.5386526,-492.8249206,-205.7008445,1098.562134 +53780,-611.3612378,561.0223818,-466.516986,-246.1540401,982.3458392 +53781,-547.8956494,419.7911003,-444.7061591,-363.7564383,447.8916062 +53782,-521.8262316,457.137879,-416.6098046,-284.9696834,650.5937341 +53783,-493.5026497,483.6954413,-392.7107699,-231.7363297,788.9169958 +53784,-472.3108947,501.3545561,-370.6715398,-198.598624,876.0430723 +53785,-440.4763608,512.7238813,-342.3587567,-179.1231436,927.6340469 +53786,-415.6592676,520.4672328,-319.8711035,-166.8427167,959.6792958 +53787,-136.095472,702.99838,-106.6472832,-19.63949099,1634.980484 +53788,-389.5715596,649.9304618,-352.1141804,-127.954434,1339.960429 +53789,-695.838649,452.2215395,-415.3715787,-319.6045498,550.0494339 +53790,-112.3234828,485.3091782,-124.7156767,-214.8574688,724.6584059 +53791,-211.3442326,697.8028462,-181.3877684,-53.62500783,1542.064123 +53792,-501.6601755,479.3946934,-285.8220554,-155.8260058,663.272443 +53793,-155.772876,700.6762188,-128.4286253,-59.97447823,1527.171851 +53794,-265.2378163,663.9402555,-161.3648959,-141.2500041,1311.345718 +53795,-221.4062639,459.0125444,-134.0334099,-113.5608968,518.0199126 +53796,-199.9251325,693.9875239,-111.0494531,-64.05539193,1453.726979 +53797,-180.8611873,478.1615921,-94.77208465,-80.79771477,601.5641876 +53798,-161.7615471,720.521708,-74.42302616,-52.23593785,1559.109603 +53799,-141.1065354,675.8700938,-57.27612229,-72.72867362,1310.731848 +53800,-124.6176183,467.4757663,-36.68622691,-37.78770962,509.2792416 +53801,-103.229625,717.0352691,-17.93527265,-38.69776259,1578.50353 +53802,138.7865536,553.2117975,220.1382737,70.13820012,1483.683847 +53803,-106.5115472,745.9013922,-79.01632827,-20.28455377,1629.481716 +53804,-318.2412103,704.761367,-153.4881175,-113.7614286,1378.699353 +53805,137.1962957,475.8853091,178.5068106,27.45274676,484.3399401 +53806,-55.91023206,720.5918981,33.52392816,9.323777145,1624.360493 +53807,179.0396455,546.8674897,254.9684591,84.97964588,1554.423709 +53808,-86.22383583,759.5742069,-59.44309593,-15.79247887,1622.919911 +53809,-59.73377586,514.750035,96.84222804,-27.01503731,638.9276778 +53810,302.2538452,599.575722,338.1623867,151.2326038,1853.574358 +53811,-194.275001,588.4011068,-109.7859378,-73.04079747,1234.549537 +53812,205.9276957,811.8444868,280.3841406,102.155311,1853.558337 +53813,79.63718472,765.0422312,151.5655124,49.04167994,1560.702097 +53814,123.3119301,522.1365314,194.2028424,66.00772099,697.1546917 +53815,304.2822818,613.3097758,372.8399357,147.2227344,1841.48555 +53816,104.7814092,805.17304,128.2848615,59.9903623,1773.019235 +53817,9.337824023,557.8913417,142.3912043,17.51136793,1033.822216 +53818,428.8178142,632.3800198,462.2492426,201.3171466,1867.481431 +53819,-20.6912474,624.0251882,52.02439723,4.940108193,1291.02066 +53820,312.5950232,838.3393164,374.6250992,148.915157,1903.009933 +53821,660.3214986,600.9611404,718.461259,299.9332184,1693.24386 +53822,657.1672303,639.6433167,717.9791932,298.2959588,1830.751268 +53823,680.2175187,665.9802823,738.1233363,308.0465903,1913.664231 +53824,699.9592781,688.6637769,753.205655,317.0912776,1982.704977 +53825,713.9764306,755.1244665,760.606779,323.0771466,2041.223014 +53826,727.705612,936.4524278,771.8366748,329.5185841,2089.220104 +53827,743.0583672,867.7079382,781.7114535,335.4814894,2128.174757 +53828,755.3830255,918.4619307,792.503754,340.8856211,2159.578145 +53829,764.4045947,944.0498534,803.3385962,344.1694409,2185.035541 +53830,775.9939586,966.2740277,811.7500122,349.8827167,2204.272621 +53831,786.8948733,987.8636057,822.4194187,354.4121122,2218.3629 +53832,798.2052781,1009.224783,831.2537052,359.1716235,2228.10416 +53833,808.529578,1030.296648,841.0027251,363.6290995,2234.022065 +53834,819.685942,1050.812903,850.5504651,368.4966718,2236.421625 +53835,830.8136476,1071.216861,859.7492732,372.8589293,2236.07576 +53836,840.7624074,1091.06955,868.6513644,377.6046347,2233.447826 +53837,852.2963995,1111.032723,878.3044297,381.5031577,2228.573943 +53838,862.2427492,1130.421039,887.1909228,386.6202582,2222.079699 +53839,873.1393196,1149.627701,896.0250318,390.6477426,2214.136669 +53840,883.901573,1168.431161,905.0729534,394.9540778,2204.883352 +53841,894.3423724,1187.414122,914.1733414,399.3402362,2194.55519 +53842,904.6854476,1205.541542,922.7868405,403.7268471,2183.342461 +53843,915.5340267,1224.126966,931.7523462,407.6999652,2171.253842 +53844,925.4313909,1241.958619,940.46637,412.2388168,2158.49356 +53845,936.5993084,1259.485002,948.8955395,416.1910408,2145.034261 +53846,946.5247173,1277.732687,958.0022482,420.406779,2131.004429 +53847,957.2507139,1294.429928,966.3415199,424.5198723,2116.435554 +53848,967.4608034,1311.774575,974.8378041,428.6565606,2101.408687 +53849,977.9015603,1328.57589,983.3488292,432.7921541,2085.916037 +53850,988.3269989,1345.065425,991.9449934,436.7988132,2070.027048 +53851,989.7263372,1357.30354,991.4657127,436.7011894,2007.487041 +53852,1015.776028,1378.207712,1015.653173,448.0629393,1987.60499 +53853,1001.237385,1389.986357,1001.238548,448.4091711,1965.640946 +53854,985.9592622,1405.201076,985.9243374,448.0152299,1945.995016 +53855,972.8666586,1419.43747,972.7446163,441.7349168,1929.403152 +53856,961.9602677,1433.409346,961.7013159,436.3805339,1915.676403 +53857,952.9462035,1447.129941,952.5079048,431.9032992,1904.404022 +53858,945.4950551,1460.564055,944.8423601,428.1766077,1894.927632 +53859,939.3265661,1473.868224,938.4301192,425.066424,1886.944271 +53860,934.2152433,1486.85497,933.0514577,422.457885,1880.241639 +53861,929.9791701,1499.604979,928.5257387,420.2591481,1874.620188 +53862,926.4690535,1512.242963,924.7056701,418.3971445,1869.891223 +53863,923.5609646,1524.524846,921.4714199,416.8127801,1865.887975 +53864,921.1516193,1536.74672,918.7200244,415.4575277,1862.4699 +53865,919.1550564,1548.613777,916.3667007,414.2912883,1859.521366 +53866,917.4998602,1559.941042,914.3433436,413.2808942,1856.947624 +53867,916.1268432,1572.149388,912.5903485,412.3989699,1854.671183 +53868,914.9869849,1583.17739,911.0592395,411.6229414,1852.628474 +53869,914.0397428,1594.357857,909.7122611,410.9342239,1850.76758 +53870,913.2515768,1605.414765,908.5150344,410.3175082,1849.046082 +53871,912.594775,1616.167752,907.4400511,409.7601945,1847.429583 +53872,912.046436,1626.792227,906.4669045,409.2519028,1845.890195 +53873,911.587851,1637.173177,905.5758155,408.784175,1844.405872 +53874,911.2033805,1647.564809,904.7511511,408.3499564,1842.95857 +53875,910.8800796,1657.48225,903.9806731,407.9434183,1841.533898 +53876,910.6072839,1667.52757,903.2560606,407.559763,1840.120463 +53877,910.3762075,1677.228553,902.5670959,407.1950423,1838.709398 +53878,910.1795932,1686.823377,901.9062369,406.8459966,1837.293779 +53879,910.0114611,1696.243586,901.2680305,406.5099405,1835.868354 +53880,909.8668678,1705.44686,900.6497596,406.1846525,1834.429127 +53881,908.4982951,1718.011091,898.8024067,405.3030987,1830.712398 +53882,907.2840652,1727.722788,897.1039562,404.4907515,1827.383915 +53883,906.2015637,1737.562491,895.5312153,403.7363753,1824.304307 +53884,905.1946098,1746.814442,894.0242071,403.0116399,1821.29794 +53885,904.2253054,1756.095856,892.5502568,402.3019803,1818.275458 +53886,903.276619,1765.019167,891.093277,401.6000846,1815.211466 +53887,902.3427215,1773.878106,889.6432311,400.9009212,1812.106616 +53888,901.4215803,1782.565252,888.202619,400.2063053,1808.966561 +53889,900.5118548,1791.185904,886.7706529,399.5160447,1805.79563 +53890,899.6121462,1799.328171,885.3415882,398.8270809,1802.596427 +53891,898.7210743,1807.658626,883.9185102,398.1414617,1799.370763 +53892,897.8373895,1815.77875,882.5006941,397.4589799,1796.120188 +53893,897.0622127,1823.568988,881.1848806,396.823122,1793.031989 +53894,896.3122823,1831.486456,879.8922386,396.1986338,1789.957964 +53895,895.5885499,1838.971814,878.6242003,395.5862479,1786.902655 +53896,894.8868311,1846.634217,877.3721761,394.9815558,1783.860874 +53897,894.2029571,1853.837757,876.136382,394.3852614,1780.827176 +53898,893.5334891,1861.129895,874.9138335,393.7960954,1777.797178 +53899,892.875608,1868.153436,873.6972971,393.2102496,1774.767453 +53900,892.2269989,1875.17299,872.4888045,392.6292284,1771.735279 +53901,891.5857563,1881.811996,871.2868847,392.0524234,1768.698583 +53902,890.9503081,1888.639413,870.0855427,391.4765649,1765.655747 +53903,890.3193713,1895.123371,868.8878202,390.9035944,1762.605585 +53904,889.6918829,1901.547543,867.6930715,390.3332597,1759.547201 +53905,889.0669691,1907.831396,866.4959954,389.7625891,1756.479984 +53906,888.4439029,1913.915108,865.3001701,389.1937535,1753.403488 +53907,887.8220982,1920.118924,864.1054024,388.6246006,1750.317463 +53908,887.1936008,1928.911514,862.8993101,388.0538998,1747.208202 +53909,886.5789464,1932.824432,861.706712,387.4888329,1744.113749 +53910,885.9509189,1941.405433,860.4971661,386.9192451,1740.985286 +53911,885.3284359,1943.060399,859.2937002,386.3515341,1737.85783 +53912,884.7020962,1953.526796,858.0841886,385.784071,1734.721336 +53913,884.0693052,1951.354725,856.8703045,385.2138229,1731.57586 +53914,883.4293281,1966.054034,855.647771,384.6426657,1728.421545 +53915,882.7823455,1957.205171,854.4203669,384.0685062,1725.258481 +53916,882.1287904,1949.558968,853.1847488,383.4936199,1722.086759 +53917,881.469053,1980.097683,851.9448985,382.9160052,1718.906507 +53918,880.8034213,1970.522331,850.6974067,382.3378944,1715.717849 +53919,880.1321222,1977.358493,849.4461384,381.7572357,1712.520953 +53920,879.4553274,1981.191483,848.1876146,381.1762196,1709.315959 +53921,878.7731745,1984.806375,846.9256352,380.5927693,1706.10301 +53922,878.0857765,1988.293228,845.6566856,380.0090505,1702.882215 +53923,877.3932246,1991.72587,844.3845253,379.4229741,1699.653696 +53924,876.6955818,1994.839797,843.10562,378.8366895,1696.417555 +53925,875.9929078,1997.993326,841.8236984,378.2481003,1693.173913 +53926,875.2852287,2000.955518,840.535213,377.6593436,1689.922868 +53927,874.5725583,2003.725704,839.2438692,377.06832,1686.664538 +53928,873.854912,2006.566209,837.9461084,376.4771555,1683.399013 +53929,873.1322943,2009.19476,836.6456136,375.8837481,1680.1264 +53930,872.40469,2011.575291,835.3388221,375.2902162,1676.846781 +53931,871.6684929,2013.994673,834.0293969,374.6944564,1673.560252 +53932,870.9286258,2016.228353,832.713774,374.098581,1670.266892 +53933,870.1856044,2018.355649,831.395601,373.5004869,1666.966789 +53934,869.4348402,2020.367017,830.0713129,372.9022801,1663.660014 +53935,868.6804611,2022.262281,828.7445435,372.3018588,1660.346647 +53936,867.9226598,2024.124521,827.4117299,371.7013242,1657.026756 +53937,867.1567967,2025.672082,826.0764943,371.0985765,1653.700416 +53938,866.3870199,2027.19908,824.7352756,370.4957117,1650.367687 +53939,865.6135473,2028.747297,823.3916857,369.8906326,1647.02864 +53940,864.8317785,2030.01881,822.0421672,369.2854311,1643.683332 +53941,862.3520351,1977.537852,818.9965188,367.9081018,1637.252184 +53942,857.5916394,1977.509375,813.6411454,365.4388894,1626.558203 +53943,851.6862164,1977.783768,807.1205636,362.4396838,1613.714533 +53944,845.7781651,1977.899524,800.596689,359.4626921,1600.807378 +53945,840.3405713,1978.151335,794.5463071,356.7334402,1588.694139 +53946,835.4172636,1978.274831,789.0191467,354.2627719,1577.464477 +53947,830.9107767,1978.335151,783.9173541,351.9991033,1566.961372 +53948,826.7459431,1978.312739,779.1639344,349.900833,1557.069018 +53949,822.8575332,1978.203058,774.6924583,347.933062,1547.684647 +53950,819.1818204,1978.003361,770.438736,346.0637642,1538.702716 +53951,815.6869721,1977.711984,766.3708132,344.2767794,1530.071578 +53952,812.3455271,1977.328315,762.461203,342.5586579,1521.74507 +53953,809.1338825,1976.850985,758.6862814,340.8980998,1513.682555 +53954,806.0317641,1976.280076,755.0257124,339.2855646,1505.84838 +53955,803.0218957,1975.69714,751.4621755,337.7130788,1498.211622 +53956,800.0897006,1974.819903,747.9810547,336.1740462,1490.745663 +53957,797.2229424,1974.023358,744.5700785,334.6630406,1483.427699 +53958,794.4113219,1973.064535,741.2189425,333.175599,1476.238163 +53959,791.6461937,1972.02354,737.9189898,331.7080485,1469.160273 +53960,788.9205245,1970.806926,734.662934,330.2573594,1462.179599 +53961,786.2287442,1969.69802,731.4446391,328.8210315,1455.283741 +53962,783.5663253,1968.321175,728.2589285,327.3969963,1448.462015 +53963,780.9295416,1966.920161,725.1014352,325.9835431,1441.705231 +53964,778.3152683,1965.415088,721.968468,324.5792533,1435.005454 +53965,775.7208777,1963.817518,718.8569065,323.1829505,1428.355852 +53966,773.144146,1962.128157,715.7641067,321.7936558,1421.750515 +53967,770.5832144,1960.347233,712.6878266,320.4105542,1415.184343 +53968,768.0365216,1958.475123,709.6261606,319.032965,1408.652915 +53969,765.5027433,1956.512079,706.5774868,317.660318,1402.152409 +53970,762.9807614,1954.458471,703.5404207,316.2921344,1395.679503 +53971,760.4696515,1952.116486,700.5137796,314.9280109,1389.231319 +53972,757.9661634,1949.645295,697.4946131,313.5667544,1382.805333 +53973,755.4680179,1947.062974,694.4807709,312.2075182,1376.399337 +53974,752.9742578,1944.375329,691.4711682,310.8499178,1370.011358 +53975,750.484698,1941.585489,688.4653631,309.4938435,1363.639734 +53976,747.9993637,1938.695519,685.4631228,308.1392661,1357.282998 +53977,745.5183027,1935.70692,682.4642596,306.7861659,1350.939869 +53978,743.0415237,1932.620959,679.4685878,305.4345141,1344.609219 +53979,740.5690228,1929.43871,676.4759256,304.0842757,1338.290053 +53980,738.1007983,1926.161175,673.4861019,302.7354136,1331.981483 +53981,735.6368326,1922.789262,670.4989623,301.3878927,1325.682723 +53982,733.1771238,1919.323839,667.5143641,300.0416777,1319.393067 +53983,730.7216586,1915.765725,664.5321765,298.6967351,1313.111885 +53984,728.2704182,1912.115706,661.5522793,297.3530319,1306.838612 +53985,725.8233996,1908.374538,658.5745594,296.0105358,1300.57274 +53986,723.3805892,1904.542949,655.5989097,294.6692143,1294.313808 +53987,720.9419653,1900.621653,652.62523,293.3290359,1288.0614 +53988,718.507512,1896.611331,649.6534232,291.9899686,1281.815137 +53989,716.077216,1892.512671,646.6833986,290.6519817,1275.574676 +53990,713.6510577,1888.409697,643.7150695,289.3150449,1269.339705 +53991,711.2290182,1884.017741,640.7483514,287.9791276,1263.109934 +53992,708.8110722,1879.714475,637.7831652,286.6442008,1256.885105 +53993,706.3972028,1875.257072,634.819432,285.3102345,1250.664971 +53994,703.9873884,1870.72605,631.8570774,283.9772002,1244.449313 +53995,701.5815933,1866.027113,628.8960293,282.6450696,1238.237922 +53996,699.1797925,1861.446505,625.9362178,281.3138147,1232.03061 +53997,696.7819604,1856.6076,622.9775746,279.9834081,1225.827198 +53998,694.3772785,1851.754446,620.0092375,278.6489155,1219.607895 +53999,691.9960961,1846.807877,617.061517,277.3241202,1213.427757 +54000,689.599375,1841.779138,614.0953409,275.9912584,1207.215735 +54001,692.7866187,1743.885326,616.7101862,277.1955526,1211.152659 +54002,691.448819,1692.495239,614.6849766,276.2094206,1206.325792 +54003,687.6753414,1738.105866,610.1583581,274.0796379,1196.842213 +54004,683.6638262,1678.351765,605.3798674,271.8858337,1186.884203 +54005,680.3653472,1711.423288,601.3237361,270.0819095,1178.222094 +54006,677.9061986,1679.881491,598.1204665,268.7136474,1171.089549 +54007,676.1302542,1685.05186,595.6114507,267.6913051,1165.213781 +54008,674.8629498,1674.19131,593.6190402,266.920836,1160.29532 +54009,673.9994981,1667.589759,592.0363156,266.3453859,1156.159217 +54010,673.4546634,1660.473374,590.7766878,265.9206567,1152.660129 +54011,673.1897154,1653.227665,589.8004442,265.625447,1149.731959 +54012,673.1529224,1645.938038,589.0550454,265.4336961,1147.281777 +54013,673.3147802,1638.666014,588.5102583,265.3301253,1145.255198 +54014,673.6510141,1631.162436,588.1411219,265.3023509,1143.606245 +54015,674.1251238,1623.678728,587.9105306,265.3328702,1142.265978 +54016,674.7204969,1616.251534,587.8013283,265.4135654,1141.201098 +54017,675.4186222,1608.625492,587.7945221,265.5357149,1140.374475 +54018,676.2097851,1601.070023,587.8799739,265.6947837,1139.764805 +54019,677.071151,1593.275568,588.0344743,265.8804023,1139.326842 +54020,678.0199234,1585.568833,588.2515579,266.0898852,1139.04576 +54021,679.0777828,1577.746446,588.5215591,266.3191333,1138.900954 +54022,680.2453345,1569.874584,588.8365866,266.5648744,1138.875154 +54023,681.5158718,1561.948376,589.1900069,266.8244138,1138.953465 +54024,682.8767772,1553.963302,589.5762128,267.0955192,1139.123018 +54025,684.3255626,1545.923077,589.9960045,267.378861,1139.382741 +54026,685.8424581,1537.827444,590.4353124,267.6683345,1139.704732 +54027,687.4272314,1529.745485,590.8953499,267.9647692,1140.089031 +54028,707.6320817,1521.382086,591.3729061,268.266965,1140.527835 +54029,773.0354869,1513.261854,591.8666323,268.5745871,1141.018635 +54030,752.7431764,1504.901102,592.3730088,268.886205,1141.550643 +54031,768.820775,1496.197766,592.8900353,269.2011034,1142.118902 +54032,779.7553721,1487.21337,593.4140153,269.5178192,1142.720273 +54033,789.1048249,1478.284628,593.9421167,269.8352788,1143.35168 +54034,798.6966378,1469.230187,594.4727875,270.1529653,1144.010123 +54035,808.1007301,1460.118842,595.0108309,270.4732196,1144.702913 +54036,817.661908,1450.946567,595.54571,270.7913816,1145.409252 +54037,827.1590536,1441.77777,596.0817279,271.1095189,1146.135412 +54038,836.825572,1432.406459,596.6182669,271.4274453,1146.878969 +54039,846.1878271,1423.047516,597.1550322,271.7451067,1147.638224 +54040,855.988928,1413.796896,597.6918106,272.0624736,1148.411799 +54041,865.5461695,1404.236965,598.2284024,272.3795123,1149.198409 +54042,875.3171018,1394.80499,598.7646369,272.6961931,1149.996947 +54043,884.8767052,1385.274182,599.3003519,273.0124827,1150.806363 +54044,894.4861458,1375.706801,599.8354078,273.3283517,1151.625758 +54045,904.4577582,1366.099645,600.3696408,273.6437543,1152.454108 +54046,914.0485235,1356.52042,600.9095304,273.961696,1153.304503 +54047,923.6652752,1346.705965,601.4435565,274.2769084,1154.152653 +54048,933.4392352,1337.169154,601.9759892,274.5913414,1155.006003 +54049,943.3188669,1327.305672,602.5066589,274.9049463,1155.864433 +54050,953.1907544,1317.6345,603.0357016,275.2178087,1156.728181 +54051,962.9220175,1307.699861,603.5631719,275.5299684,1157.597101 +54052,972.8242418,1297.987666,604.0890551,275.8414276,1158.470888 +54053,982.9304069,1288.151318,604.6132965,276.1521677,1159.349137 +54054,992.5276613,1278.213242,605.1358441,276.4621698,1160.231511 +54055,1002.703336,1268.356746,605.6566376,276.7714112,1161.117652 +54056,1012.512226,1258.441877,606.175631,277.0798746,1162.007283 +54057,1022.812496,1249.031128,606.6927675,277.3875377,1162.90009 +54058,1032.587903,1238.326443,607.213731,277.6969868,1163.806247 +54059,1042.44832,1228.781211,607.7280973,278.0034843,1164.706627 +54060,1052.923042,1218.711933,608.2405971,278.3091839,1165.609694 +54061,1298.760615,1315.778497,603.4057279,276.1843147,1156.79619 +54062,1313.559997,1309.080466,603.0979803,276.1912195,1156.41491 +54063,1327.544186,1300.348505,605.2038606,277.2987745,1160.475557 +54064,1340.733033,1291.969666,607.5207357,278.4528914,1164.945581 +54065,1353.064183,1283.323942,609.1026513,279.2141677,1168.126966 +54066,1366.001548,1274.586388,609.8305112,279.5421045,1169.805702 +54067,1378.528296,1265.765005,609.8663817,279.5276519,1170.25507 +54068,1390.677608,1256.855067,609.3839558,279.2626834,1378.401005 +54069,1403.734749,1248.164642,608.5019888,278.8091282,1517.18622 +54070,1415.851443,1239.115689,607.2936802,278.2048916,1409.208694 +54071,1428.342636,1230.314928,605.811123,277.4765785,1460.695656 +54072,1440.730492,1221.847222,604.0961057,276.6451597,1469.696608 +54073,1453.096954,1212.224726,602.1841297,275.7281115,1477.07732 +54074,1465.449339,1203.652555,600.1056563,274.7401307,1484.310172 +54075,1477.739029,1194.687429,597.8865728,273.6934514,1491.735284 +54076,1490.137179,1185.717083,595.5486998,291.6608468,1498.59086 +54077,1502.420873,1176.866654,593.1103108,323.9873953,1505.288939 +54078,1514.737187,1167.855966,713.4140744,313.1163379,1512.551783 +54079,1526.97943,1159.093395,681.3673482,319.0088251,1518.641456 +54080,1539.338479,1150.119586,688.0426016,323.6283336,1525.269696 +54081,1551.574121,1141.252071,699.4463834,326.6873321,1531.614419 +54082,1563.776411,1132.415495,705.6174066,329.8617288,1537.593322 +54083,1576.099139,1123.582875,711.1416521,332.8200473,1544.097833 +54084,1588.226011,1114.727002,716.8940416,335.8005628,1549.953328 +54085,1600.536656,1106.005116,721.9963787,338.6696621,1555.845459 +54086,1612.624274,1097.117204,727.6954475,341.5211866,1561.734626 +54087,1624.89609,1088.420856,732.6018558,344.2967199,1567.417591 +54088,1636.957388,1082.492387,737.9597812,347.0902809,1573.09076 +54089,1649.144116,1076.48628,742.6371695,349.6454688,1578.690617 +54090,1661.327351,1070.331935,747.9562382,352.5076285,1584.137623 +54091,1673.581693,1064.819654,753.3830807,355.2731015,1589.584205 +54092,1687.514136,1059.236592,758.9403004,358.3287638,1594.965129 +54093,1700.333009,1053.73046,764.8145414,361.2008917,1600.207465 +54094,1713.357675,1048.210975,770.0651458,364.0502577,1605.450895 +54095,1726.690441,1042.834645,775.6724241,367.0714724,1610.605042 +54096,1739.831059,1037.399505,781.4641614,369.7350307,1615.729058 +54097,1753.061901,1032.035607,786.4151819,372.5969428,1620.717252 +54098,1766.310666,1026.657498,792.0958243,375.4508959,1625.71391 +54099,1779.515959,1021.418567,797.318638,378.2640999,1628.192984 +54100,1792.967856,1016.12502,802.6076404,380.8454911,1632.113983 +54101,1806.069655,1010.903345,807.9555814,383.8727233,1635.133638 +54102,1819.558366,1005.671288,813.2149752,386.446204,1638.506886 +54103,1832.847976,1000.578188,818.1713761,389.0314122,1641.769495 +54104,1846.229493,995.4358147,823.5128635,391.9179955,1645.005434 +54105,1859.551336,990.367642,828.6230453,394.5409208,1648.214655 +54106,1881.742352,984.3750817,826.2747073,394.0675517,1651.427442 +54107,1896.338219,979.3236079,829.9016423,396.1585666,1654.523269 +54108,1910.813508,974.2521799,834.6285748,398.4242906,1657.676289 +54109,1924.94378,969.2301613,839.2784526,401.0311317,1660.775831 +54110,1939.116576,964.3472127,843.7353012,403.2909764,1663.855298 +54111,1953.271967,959.4338428,848.4478269,405.7749753,1666.912288 +54112,1967.350002,954.6035245,853.389167,408.3639081,1669.945368 +54113,1981.717192,949.7821352,857.7435798,410.8347286,1672.992325 +54114,1995.719017,945.1055744,862.6298313,413.0536761,1675.927507 +54115,2009.89015,940.4030597,867.4733966,415.5723421,1678.923432 +54116,2024.165427,935.7873914,871.668685,418.1437652,1681.866763 +54117,2038.271437,931.1859526,876.624656,420.3960935,1684.797279 +54118,2052.438539,926.733521,881.0828396,422.9437857,1687.707431 +54119,2066.583474,922.2610799,885.7795351,425.3788137,1690.605102 +54120,2080.722796,917.8806981,890.4490139,427.6792976,1693.478887 +54121,2141.334813,936.3110148,941.6908326,452.9990593,1777.321427 +54122,2157.69299,932.9295717,948.3473871,456.2093886,1784.250926 +54123,2172.930133,929.4606375,953.908195,459.3881333,1789.523622 +54124,2187.878385,925.7598439,959.2230697,462.1228859,1794.556419 +54125,2202.581633,922.0655135,964.3144728,464.8632544,1799.411227 +54126,2217.127065,918.3661936,969.2676132,467.521286,1803.917604 +54127,2235.279831,914.7534183,974.1247372,470.0180918,1808.3222 +54128,2250.320454,911.0880423,978.9082935,472.8888287,1812.567573 +54129,2263.54165,907.5645568,983.414352,475.1775594,1816.879931 +54130,2280.538522,903.9610244,988.4347034,477.8094619,1820.911224 +54131,2291.929378,900.5354664,992.89221,480.2962403,1825.016971 +54132,2275.649587,897.2000722,997.5162093,482.7808891,1829.016024 +54133,2333.013647,893.8396629,1002.060347,485.2466994,1832.926 +54134,2326.735285,890.5711849,1006.566077,487.6939175,1836.893148 +54135,2344.652408,887.3657496,1011.035302,489.9992371,1840.714541 +54136,2359.029946,884.197002,1015.468137,492.6023616,1844.527458 +54137,2372.708834,881.5301176,1020.108689,494.9057999,1848.333921 +54138,2386.569746,878.030758,1024.100847,497.3067001,1851.94095 +54139,2406.578657,871.7602412,1019.927654,495.9818287,1855.717573 +54140,2421.248945,868.2151205,1022.638309,497.6485003,1859.298877 +54141,2435.914621,865.1178732,1026.072791,499.5878421,1862.901756 +54142,2450.011186,862.0930836,1029.708533,501.608524,1866.460398 +54143,2464.547568,859.5364639,1033.343321,503.6549699,1869.98382 +54144,2478.801424,857.1176851,1037.056604,505.8463054,1873.425406 +54145,2492.867059,854.9159404,1040.77835,507.6968581,1876.94742 +54146,2507.101759,852.753905,1044.43626,511.3089882,1880.375591 +54147,2521.19979,850.6870057,1048.14589,513.8173965,1883.698581 +54148,2535.283124,848.6703253,1051.848247,516.7314102,1887.083768 +54149,2549.321499,846.7032654,1055.478826,519.5245285,1890.397089 +54150,2563.431252,844.7822687,1059.156499,522.3311256,1893.639775 +54151,2573.737949,842.6257515,1062.24577,525.0941307,1896.97221 +54152,2583.630525,840.5386443,1064.871759,527.6999908,1900.164418 +54153,2593.365047,838.3975891,1068.167433,530.5218159,1903.371401 +54154,2602.682458,836.3034733,1070.776697,533.3073858,1906.541882 +54155,2611.541201,834.2269025,1073.622401,536.1278366,1909.686513 +54156,2620.373455,832.1726357,1076.314011,538.8344189,1912.850555 +54157,2628.863252,830.109939,1079.034212,541.9716364,1915.820223 +54158,2637.128149,828.1457523,1081.695086,544.7953375,1918.992615 +54159,2645.15686,826.1364659,1084.329633,547.7979483,1921.985912 +54160,2653.06399,824.1748534,1086.96159,550.8090242,1925.001353 +54161,2660.35259,822.2298974,1089.49446,554.01606,1927.982459 +54162,2667.955693,820.3054705,1092.062842,556.839538,1930.933865 +54163,2674.980347,818.3714342,1094.580138,560.0685281,1933.857806 +54164,2681.901668,816.5739219,1097.076815,563.1780526,1936.752815 +54165,2688.593093,814.6543151,1099.578532,566.3411258,1939.570152 +54166,2695.059403,812.8444536,1101.98327,569.5310516,1942.481364 +54167,2701.431383,810.9923386,1104.431972,572.5763878,1945.252525 +54168,2707.296354,809.2102315,1106.83247,576.0769979,1948.03708 +54169,2713.20526,807.4267054,1109.218348,579.212762,1950.835519 +54170,2718.799213,805.3605097,1111.614126,582.5248862,1953.478429 +54171,2724.195408,804.0503119,1113.915593,585.829468,1956.205292 +54172,2729.379789,802.1092569,1116.266375,589.1526843,1958.857073 +54173,2734.251054,800.4482312,1118.573382,592.4937515,1961.488449 +54174,2738.952293,798.7587496,1120.867865,595.8510471,1964.089473 +54175,2743.584104,797.0903324,1123.146996,599.2238271,1966.613116 +54176,2747.893285,795.44119,1125.410168,602.6103128,1969.232475 +54177,2751.927218,793.8124038,1127.689646,606.0097685,1971.710808 +54178,2756.004997,792.2042834,1129.877895,609.420582,1974.204622 +54179,2745.858849,787.2403738,1124.155289,608.9034843,1976.654839 +54180,2747.928698,785.0341293,1124.920604,611.4867763,1979.041296 +54181,2673.277408,749.9715405,1049.017179,581.0951934,1838.326975 +54182,2674.561669,747.2763885,1049.187194,583.7777522,1839.86343 +54183,2676.150157,745.1504655,1049.603615,586.4742674,1841.618958 +54184,2677.653108,742.9363121,1050.135116,589.2912361,1843.481056 +54185,2679.063709,740.7927951,1050.72618,592.1347923,1845.352658 +54186,2680.344903,738.6817198,1051.26803,595.00344,1847.2218 +54187,2681.488986,736.5996273,1051.87876,597.8916383,1849.081838 +54188,2682.481784,734.5427299,1052.468692,600.7944299,1850.966976 +54189,2683.32358,732.5101352,1053.063548,603.709583,1852.722016 +54190,2684.005778,730.5003208,1053.656456,606.6343053,1854.510782 +54191,2684.528591,728.5132841,1054.247662,609.5673266,1856.352129 +54192,2684.885359,726.5479615,1054.835098,612.5063322,1858.076111 +54193,2685.074085,724.6046249,1055.419684,615.2618678,1859.820338 +54194,2685.095384,722.6823397,1055.999637,618.4979975,1861.534951 +54195,2684.947797,720.7814695,1056.576098,621.3059239,1863.230133 +54196,2684.625166,718.9011036,1057.14736,624.2870507,1864.903331 +54197,2684.126089,717.041636,1057.714657,627.2347068,1866.557856 +54198,2683.450495,715.2021491,1058.276295,630.1794745,1868.190981 +54199,2682.41394,713.3830568,1058.833578,633.1197604,1869.806025 +54200,2681.507853,711.831197,1059.384786,636.0536012,1871.400103 +54201,2680.329901,709.6913769,1059.958713,638.9801355,1872.931483 +54202,2678.750306,708.1039908,1060.457782,641.8971192,1874.557032 +54203,2677.285009,706.3209284,1060.965274,644.7306396,1875.968717 +54204,2675.363625,704.5957095,1061.476246,647.592422,1877.476295 +54205,2673.54462,702.8905739,1061.992987,650.4482024,1879.014218 +54206,2671.247463,701.2041166,1062.231973,653.2899537,1880.420564 +54207,2635.945737,697.8781599,1059.551989,650.0487986,1882.02339 +54208,2629.195491,695.9747089,1058.814945,651.8429772,1883.30778 +54209,2624.711576,694.1736172,1059.255617,654.054075,1884.693694 +54210,2620.267253,692.4175671,1059.344004,656.3926844,1886.071412 +54211,2620.939413,690.111831,1058.204668,658.6313337,1887.429092 +54212,2622.500339,687.6978155,1056.718592,660.8814276,1888.759775 +54213,2624.498713,685.2338589,1055.168668,663.1398744,1890.062804 +54214,2626.820917,682.735568,1053.405421,665.4017154,1891.289835 +54215,2663.204532,681.8086338,1055.442748,674.1829388,1892.753076 +54216,2671.122413,679.5949924,1054.348512,677.88801,1893.874341 +54217,2676.992,677.2009497,1052.771102,680.7621098,1895.083767 +54218,2682.668607,674.7380353,1050.911933,683.7001347,1896.267989 +54219,2688.285816,672.2350165,1049.071466,686.5491742,1897.431292 +54220,2693.913555,669.7020056,1046.995792,689.3699696,1898.577077 +54221,2699.700172,667.1445578,1044.932999,692.1749218,1899.710288 +54222,2705.260956,664.5656476,1042.7159,694.9715953,1900.833018 +54223,2711.153732,661.967337,1040.490413,697.7643955,1901.947827 +54224,2717.016966,659.3507422,1038.070943,700.7934559,1903.054765 +54225,2722.97204,656.9379574,1035.704495,703.2264723,1904.154936 +54226,2728.995562,653.969769,1033.095666,706.1926593,1905.24753 +54227,2739.884593,651.4553035,1030.61454,708.9757194,1906.380764 +54228,2748.959787,648.7411734,1027.860511,711.7373098,1907.385085 +54229,2758.59473,646.0430852,1025.194563,714.5590294,1908.490444 +54230,2767.929549,643.330263,1022.284038,717.3639063,1909.496553 +54231,2777.651264,640.6024973,1019.506885,720.2031071,1910.622799 +54232,2787.379598,637.859802,1016.458324,722.9859188,1911.631336 +54233,2805.40055,635.102425,1013.250198,725.8308361,1912.674113 +54234,2801.950655,632.3303337,1010.447816,728.6866764,1913.699584 +54235,2842.051253,629.5437009,1007.169287,731.4881835,1914.71561 +54236,2790.149148,626.7424444,1003.893466,734.3552092,1915.721323 +54237,2855.542835,623.9266628,1000.575492,737.2068897,1916.717083 +54238,2844.221226,621.0963328,997.2743548,740.0968825,1917.702457 +54239,2858.242498,618.0409278,993.7531074,742.9287367,1918.678077 +54240,2868.986461,615.6728976,990.2303391,745.5576898,1919.642829 +54241,2727.015373,546.3915759,834.2835162,682.7952174,1635.333468 +54242,2737.415343,543.4021271,829.9343388,685.5863597,1634.561693 +54243,2748.924418,540.473524,826.552148,688.472475,1635.107575 +54244,2760.137457,537.6351505,823.1089315,691.5217178,1635.543409 +54245,2787.16497,538.1799542,827.7076858,699.5751236,1636.210081 +54246,2816.307823,535.9221147,825.4956175,703.2039474,1636.826214 +54247,2802.38176,533.3804272,822.5987623,707.0835162,1637.561711 +54248,2829.60936,530.7432503,819.5985904,710.6998895,1638.29232 +54249,2846.757249,528.2088292,815.9721361,714.2745734,1639.047383 +54250,2856.667029,525.2766119,812.884235,717.9222738,1639.818788 +54251,2871.816382,522.6351645,809.2937082,721.4838245,1640.605876 +54252,2886.011279,519.6967662,805.7582609,725.1085461,1641.40698 +54253,2899.914483,517.1198179,802.1247638,728.7400504,1642.221729 +54254,2914.023202,514.2085551,798.4161995,732.3132602,1643.048183 +54255,2928.503111,511.4020406,794.7721214,735.9475965,1643.885711 +54256,2942.420589,508.690023,790.7222204,739.5872582,1644.732271 +54257,2956.768538,505.6286732,786.8903248,743.1643584,1645.587187 +54258,2971.003404,502.8360959,782.8739792,746.5338437,1646.448466 +54259,2985.384518,499.9113664,778.6709502,750.556154,1647.315523 +54260,2999.459582,496.9875519,774.8511041,753.9923614,1648.186485 +54261,3019.624783,494.0448915,770.3693623,757.6026167,1649.060845 +54262,3035.099754,491.0832245,766.1997005,761.2189993,1649.936878 +54263,3046.875174,488.0999458,761.9465598,764.8290693,1650.814085 +54264,3033.057554,485.10069,757.3757953,768.3612199,1651.690702 +54265,3084.182631,482.0806561,752.8451552,771.940114,1652.566409 +54266,3081.126713,479.0413747,748.4438571,775.4765669,1653.44017 +54267,3088.390431,478.3766612,749.4578123,777.8855569,1654.311562 +54268,3101.483242,475.7525491,745.8924878,781.3231342,1655.179521 +54269,3114.957887,472.9610003,741.3614787,784.850848,1656.076185 +54270,3142.94489,469.7632081,736.6889857,788.3498678,1656.880526 +54271,3109.743804,467.4302278,733.6690528,790.1397012,1657.75605 +54272,3166.02317,464.9908259,730.4696165,791.5635918,1658.59208 +54273,3081.421056,462.9055381,727.6571708,792.8693732,1659.423684 +54274,3140.347869,460.7161868,724.8878171,794.0004047,1660.243986 +54275,3111.015817,458.3800071,721.9519226,794.9069764,1661.053171 +54276,3109.203069,456.2891412,719.1459804,795.8394415,1661.848983 +54277,3102.343192,454.1263964,716.5155874,796.5013941,1662.630525 +54278,3094.435139,452.0011094,713.8195198,797.1854218,1663.395251 +54279,3095.75022,447.7128186,705.5575888,798.9427977,1664.140021 +54280,3088.193495,445.0198964,702.1803945,799.5419281,1664.866607 +54281,3080.20129,442.9876194,699.1950629,800.2369416,1665.574715 +54282,3070.384691,440.697364,696.1565452,800.5021519,1666.260248 +54283,3059.954097,438.550935,693.2622557,800.6898328,1666.921291 +54284,3048.788259,436.5194152,690.6236707,800.7552889,1667.556288 +54285,3036.797621,434.2657975,687.6898837,800.6977764,1668.165065 +54286,3045.110973,432.2265341,684.9733637,800.5122096,1668.73572 +54287,2981.043658,430.0459958,682.2488047,800.2085622,1669.285764 +54288,3010.825323,428.2244378,679.6314303,799.7836226,1669.805827 +54289,2978.981808,425.9952757,676.82359,799.2375975,1670.297621 +54290,2965.971339,424.0605096,674.3958124,798.5698138,1670.75763 +54291,2950.303336,422.0502807,671.6591198,797.7802376,1671.18788 +54292,2933.547094,420.0700668,669.1374617,796.8679404,1671.584885 +54293,2916.230778,418.1955847,666.584974,795.8327741,1671.950777 +54294,2898.809952,416.0287222,664.1209485,794.6737381,1672.282281 +54295,2880.125757,414.2809506,661.4828869,793.3906183,1672.581633 +54296,2861.597388,412.2855411,659.1897273,791.98233,1672.845692 +54297,2842.034819,410.4762442,656.6080284,790.4485863,1673.076802 +54298,2822.366102,408.4600619,654.2304583,788.758559,1673.271929 +54299,2813.205905,406.63785,651.8176905,787.0144971,1673.433483 +54300,2764.664304,404.756729,649.4794645,785.0781135,1673.558495 +54301,2022.514898,402.4756677,646.1940553,782.3313984,1672.285055 +54302,2029.572117,532.1583798,938.7031512,911.7441345,2235.750111 +54303,2118.203941,532.0628252,959.6318734,911.4824146,2279.541855 +54304,2187.219687,529.5606683,955.0536088,907.984153,2240.974243 +54305,2230.381095,525.4200665,930.1448278,898.9720789,2250.746844 +54306,2257.259281,522.921338,938.4644034,894.6979713,2250.860911 +54307,2274.59942,520.6266194,929.6431033,891.1637432,2248.545496 +54308,2286.211716,518.6040008,928.0483768,887.3697669,2247.211634 +54309,2294.154903,515.8265824,923.967918,883.6713018,2246.268495 +54310,2299.462467,513.7940396,920.4991908,879.674921,2245.195435 +54311,2302.67552,511.4498553,915.0138129,875.8816286,2238.006566 +54312,2304.15946,509.2551161,914.1840379,871.8078143,2250.305864 +54313,2304.209974,507.0016591,909.7047204,867.7048154,2233.905835 +54314,2303.047043,504.7911304,906.3763971,863.4974808,2247.442767 +54315,2300.904937,502.5889757,902.9633992,859.132808,2231.346895 +54316,2297.974118,500.3674845,899.4369969,870.9696796,2245.167276 +54317,2294.375505,498.2381022,894.190567,825.935568,2228.435808 +54318,2290.211066,495.1083273,891.349804,853.6791823,2236.426967 +54319,2284.052612,492.7684529,886.2919743,810.1091428,2233.517952 +54320,2276.555195,490.5240085,882.7616816,826.9504998,2231.277534 +54321,2268.565571,488.2835939,879.4992941,812.9918221,2229.988841 +54322,2260.502902,486.140576,875.939171,808.9741417,2228.518013 +54323,2252.518234,483.9433114,872.4942556,803.3409131,2226.849782 +54324,2244.62005,481.7848025,868.9853907,797.6302224,2225.191384 +54325,2236.755349,479.6306468,865.7233798,792.0144351,2223.513134 +54326,2228.890655,476.8045893,860.7388097,776.066332,2221.679778 +54327,2219.84532,474.5692992,850.4551277,768.8406403,2219.83357 +54328,2209.792577,472.3268266,863.0561473,762.2964999,2217.94077 +54329,2199.889768,470.1176485,839.6768059,755.9764468,2215.95513 +54330,2190.171183,467.2680396,848.4356479,740.4691203,2213.864361 +54331,2179.678429,464.855495,840.6439779,735.3607457,2211.96499 +54332,2169.068452,462.553399,831.4604542,731.0222889,2209.599456 +54333,2159.011652,460.1928518,839.3616312,727.0171185,2207.499409 +54334,2149.766663,457.8596375,822.4072373,723.4149062,2205.248763 +54335,2141.31635,455.4898904,829.623809,719.4061949,2202.880578 +54336,2133.465392,453.1862832,820.1739606,715.3210436,2194.163294 +54337,2126.059782,450.8132818,815.7565636,711.336588,2206.793353 +54338,2118.966074,448.4608533,814.9682847,707.2447196,2186.286967 +54339,2112.106561,446.0987447,809.4792119,703.4578192,2195.426984 +54340,2105.458754,443.7027605,814.4986986,699.5820941,2190.194639 +54341,2099.00454,441.3739847,789.7534316,695.827814,2187.116749 +54342,2065.999347,438.9766612,808.8325116,692.1793347,2184.762407 +54343,1924.347653,436.6020037,786.9988695,688.4777789,2182.07051 +54344,1990.585507,433.9382179,793.8958991,684.9484776,2179.34239 +54345,1952.49246,431.9688803,786.3235838,681.395234,2176.729451 +54346,1937.301461,429.6461926,787.7559969,678.0334459,2173.724725 +54347,1921.72725,426.8931467,772.1041626,674.6351877,2170.999451 +54348,1907.44626,424.7021145,778.9702164,671.3955844,2168.132748 +54349,1888.313359,422.258958,770.6269877,668.1010856,2165.331875 +54350,1881.476786,419.8606429,767.6880034,664.9832253,2162.474778 +54351,1865.047755,417.4601147,763.6303067,661.8950199,2159.605878 +54352,1852.088263,415.0599861,759.785736,658.8871578,2156.559543 +54353,1730.608536,412.5837184,755.6848414,621.7943842,2153.420744 +54354,1699.650977,410.1840348,751.8386477,613.3945475,2150.300243 +54355,1693.415876,407.7674747,747.7395342,607.0419577,2147.39804 +54356,1665.6034,405.3487429,743.8158858,601.294651,2144.578451 +54357,1649.481401,402.930944,746.2747091,595.7928135,2141.738988 +54358,1641.229967,400.5135973,726.020938,590.4855195,2138.880421 +54359,1599.451818,398.0987618,736.6955097,585.3132496,2136.032197 +54360,1594.089885,388.7632048,710.2750638,573.3406349,2133.062791 +54361,0,0,0,0,0 +54362,0,0,0,0,0 +54363,0,0,0,0,0 +54364,0,0,0,0,0 +54365,0,0,0,0,0 +54366,0,0,0,0,0 +54367,0,0,0,0,0 +54368,0,0,0,0,0 +54369,0,0,0,0,0 +54370,0,0,0,0,0 +54371,0,0,0,0,0 +54372,0,0,0,0,0 +54373,0,0,0,0,0 +54374,0,0,0,0,0 +54375,0,0,0,0,0 +54376,0,0,0,0,0 +54377,0,0,0,0,0 +54378,0,0,0,0,0 +54379,0,0,0,0,0 +54380,0,0,0,0,0 +54381,0,0,0,0,0 +54382,0,0,0,0,0 +54383,0,0,0,0,0 +54384,0,0,0,0,0 +54385,0,0,0,0,0 +54386,0,0,0,0,0 +54387,0,0,0,0,0 +54388,0,0,0,0,0 +54389,0,0,0,0,0 +54390,0,0,0,0,0 +54391,0,0,0,0,0 +54392,0,0,0,0,0 +54393,0,0,0,0,0 +54394,0,0,0,0,0 +54395,0,0,0,0,0 +54396,0,0,0,0,0 +54397,0,0,0,0,0 +54398,0,0,0,0,0 +54399,0,0,0,0,0 +54400,0,0,0,0,0 +54401,0,0,0,0,0 +54402,0,0,0,0,0 +54403,0,0,0,0,0 +54404,0,0,0,0,0 +54405,0,0,0,0,0 +54406,0,0,0,0,0 +54407,0,0,0,0,0 +54408,0,0,0,0,0 +54409,0,0,0,0,0 +54410,0,0,0,0,0 +54411,0,0,0,0,0 +54412,0,0,0,0,0 +54413,0,0,0,0,0 +54414,0,0,0,0,0 +54415,0,0,0,0,0 +54416,0,0,0,0,0 +54417,0,0,0,0,0 +54418,0,0,0,0,0 +54419,0,0,0,0,0 +54420,0,0,0,0,0 +54421,0,0,0,0,0 +54422,0,0,0,0,0 +54423,0,0,0,0,0 +54424,0,0,0,0,0 +54425,0,0,0,0,0 +54426,0,0,0,0,0 +54427,0,0,0,0,0 +54428,0,0,0,0,0 +54429,0,0,0,0,0 +54430,0,0,0,0,0 +54431,0,0,0,0,0 +54432,0,0,0,0,0 +54433,0,0,0,0,0 +54434,0,0,0,0,0 +54435,0,0,0,0,0 +54436,0,0,0,0,0 +54437,0,0,0,0,0 +54438,0,0,0,0,0 +54439,0,0,0,0,0 +54440,0,0,0,0,0 +54441,0,0,0,0,0 +54442,0,0,0,0,0 +54443,0,0,0,0,0 +54444,0,0,0,0,0 +54445,0,0,0,0,0 +54446,0,0,0,0,0 +54447,0,0,0,0,0 +54448,0,0,0,0,0 +54449,0,0,0,0,0 +54450,0,0,0,0,0 +54451,0,0,0,0,0 +54452,0,0,0,0,0 +54453,0,0,0,0,0 +54454,0,0,0,0,0 +54455,0,0,0,0,0 +54456,0,0,0,0,0 +54457,0,0,0,0,0 +54458,0,0,0,0,0 +54459,0,0,0,0,0 +54460,0,0,0,0,0 +54461,0,0,0,0,0 +54462,0,0,0,0,0 +54463,0,0,0,0,0 +54464,0,0,0,0,0 +54465,0,0,0,0,0 +54466,0,0,0,0,0 +54467,0,0,0,0,0 +54468,0,0,0,0,0 +54469,0,0,0,0,0 +54470,0,0,0,0,0 +54471,0,0,0,0,0 +54472,0,0,0,0,0 +54473,0,0,0,0,0 +54474,0,0,0,0,0 +54475,0,0,0,0,0 +54476,0,0,0,0,0 +54477,0,0,0,0,0 +54478,0,0,0,0,0 +54479,0,0,0,0,0 +54480,0,0,0,0,0 +54481,0,0,0,0,0 +54482,0,0,0,0,0 +54483,0,0,0,0,0 +54484,0,0,0,0,0 +54485,0,0,0,0,0 +54486,0,0,0,0,0 +54487,0,0,0,0,0 +54488,0,0,0,0,0 +54489,0,0,0,0,0 +54490,0,0,0,0,0 +54491,0,0,0,0,0 +54492,0,0,0,0,0 +54493,0,0,0,0,0 +54494,0,0,0,0,0 +54495,0,0,0,0,0 +54496,0,0,0,0,0 +54497,0,0,0,0,0 +54498,0,0,0,0,0 +54499,0,0,0,0,0 +54500,0,0,0,0,0 +54501,0,0,0,0,0 +54502,0,0,0,0,0 +54503,0,0,0,0,0 +54504,0,0,0,0,0 +54505,0,0,0,0,0 +54506,0,0,0,0,0 +54507,0,0,0,0,0 +54508,0,0,0,0,0 +54509,0,0,0,0,0 +54510,0,0,0,0,0 +54511,0,0,0,0,0 +54512,0,0,0,0,0 +54513,0,0,0,0,0 +54514,0,0,0,0,0 +54515,0,0,0,0,0 +54516,0,0,0,0,0 +54517,0,0,0,0,0 +54518,0,0,0,0,0 +54519,0,0,0,0,0 +54520,0,0,0,0,0 +54521,0,0,0,0,0 +54522,0,0,0,0,0 +54523,0,0,0,0,0 +54524,0,0,0,0,0 +54525,0,0,0,0,0 +54526,0,0,0,0,0 +54527,0,0,0,0,0 +54528,0,0,0,0,0 +54529,0,0,0,0,0 +54530,0,0,0,0,0 +54531,0,0,0,0,0 +54532,0,0,0,0,0 +54533,0,0,0,0,0 +54534,0,0,0,0,0 +54535,0,0,0,0,0 +54536,0,0,0,0,0 +54537,0,0,0,0,0 +54538,0,0,0,0,0 +54539,0,0,0,0,0 +54540,0,0,0,0,0 +54541,0,0,0,0,0 +54542,0,0,0,0,0 +54543,0,0,0,0,0 +54544,0,0,0,0,0 +54545,0,0,0,0,0 +54546,0,0,0,0,0 +54547,0,0,0,0,0 +54548,0,0,0,0,0 +54549,0,0,0,0,0 +54550,0,0,0,0,0 +54551,0,0,0,0,0 +54552,0,0,0,0,0 +54553,0,0,0,0,0 +54554,0,0,0,0,0 +54555,0,0,0,0,0 +54556,0,0,0,0,0 +54557,0,0,0,0,0 +54558,0,0,0,0,0 +54559,0,0,0,0,0 +54560,0,0,0,0,0 +54561,0,0,0,0,0 +54562,0,0,0,0,0 +54563,0,0,0,0,0 +54564,0,0,0,0,0 +54565,0,0,0,0,0 +54566,0,0,0,0,0 +54567,0,0,0,0,0 +54568,0,0,0,0,0 +54569,0,0,0,0,0 +54570,0,0,0,0,0 +54571,0,0,0,0,0 +54572,0,0,0,0,0 +54573,0,0,0,0,0 +54574,0,0,0,0,0 +54575,0,0,0,0,0 +54576,0,0,0,0,0 +54577,0,0,0,0,0 +54578,0,0,0,0,0 +54579,0,0,0,0,0 +54580,0,0,0,0,0 +54581,0,0,0,0,0 +54582,0,0,0,0,0 +54583,0,0,0,0,0 +54584,0,0,0,0,0 +54585,0,0,0,0,0 +54586,0,0,0,0,0 +54587,0,0,0,0,0 +54588,0,0,0,0,0 +54589,0,0,0,0,0 +54590,0,0,0,0,0 +54591,0,0,0,0,0 +54592,0,0,0,0,0 +54593,0,0,0,0,0 +54594,0,0,0,0,0 +54595,0,0,0,0,0 +54596,0,0,0,0,0 +54597,0,0,0,0,0 +54598,0,0,0,0,0 +54599,0,0,0,0,0 +54600,0,0,0,0,0 +54601,0,0,0,0,0 +54602,0,0,0,0,0 +54603,0,0,0,0,0 +54604,0,0,0,0,0 +54605,0,0,0,0,0 +54606,0,0,0,0,0 +54607,0,0,0,0,0 +54608,0,0,0,0,0 +54609,0,0,0,0,0 +54610,0,0,0,0,0 +54611,0,0,0,0,0 +54612,0,0,0,0,0 +54613,0,0,0,0,0 +54614,0,0,0,0,0 +54615,0,0,0,0,0 +54616,0,0,0,0,0 +54617,0,0,0,0,0 +54618,0,0,0,0,0 +54619,0,0,0,0,0 +54620,0,0,0,0,0 +54621,0,0,0,0,0 +54622,0,0,0,0,0 +54623,0,0,0,0,0 +54624,0,0,0,0,0 +54625,0,0,0,0,0 +54626,0,0,0,0,0 +54627,0,0,0,0,0 +54628,0,0,0,0,0 +54629,0,0,0,0,0 +54630,0,0,0,0,0 +54631,0,0,0,0,0 +54632,0,0,0,0,0 +54633,0,0,0,0,0 +54634,0,0,0,0,0 +54635,0,0,0,0,0 +54636,0,0,0,0,0 +54637,0,0,0,0,0 +54638,0,0,0,0,0 +54639,0,0,0,0,0 +54640,0,0,0,0,0 +54641,0,0,0,0,0 +54642,0,0,0,0,0 +54643,0,0,0,0,0 +54644,0,0,0,0,0 +54645,0,0,0,0,0 +54646,0,0,0,0,0 +54647,0,0,0,0,0 +54648,0,0,0,0,0 +54649,0,0,0,0,0 +54650,0,0,0,0,0 +54651,0,0,0,0,0 +54652,0,0,0,0,0 +54653,0,0,0,0,0 +54654,0,0,0,0,0 +54655,0,0,0,0,0 +54656,0,0,0,0,0 +54657,0,0,0,0,0 +54658,0,0,0,0,0 +54659,0,0,0,0,0 +54660,0,0,0,0,0 +54661,0,0,0,0,0 +54662,0,0,0,0,0 +54663,0,0,0,0,0 +54664,0,0,0,0,0 +54665,0,0,0,0,0 +54666,0,0,0,0,0 +54667,0,0,0,0,0 +54668,0,0,0,0,0 +54669,0,0,0,0,0 +54670,0,0,0,0,0 +54671,0,0,0,0,0 +54672,0,0,0,0,0 +54673,0,0,0,0,0 +54674,0,0,0,0,0 +54675,0,0,0,0,0 +54676,0,0,0,0,0 +54677,0,0,0,0,0 +54678,0,0,0,0,0 +54679,0,0,0,0,0 +54680,0,0,0,0,0 +54681,0,0,0,0,0 +54682,0,0,0,0,0 +54683,0,0,0,0,0 +54684,0,0,0,0,0 +54685,0,0,0,0,0 +54686,0,0,0,0,0 +54687,0,0,0,0,0 +54688,0,0,0,0,0 +54689,0,0,0,0,0 +54690,0,0,0,0,0 +54691,0,0,0,0,0 +54692,0,0,0,0,0 +54693,0,0,0,0,0 +54694,0,0,0,0,0 +54695,0,0,0,0,0 +54696,0,0,0,0,0 +54697,0,0,0,0,0 +54698,0,0,0,0,0 +54699,0,0,0,0,0 +54700,0,0,0,0,0 +54701,0,0,0,0,0 +54702,0,0,0,0,0 +54703,0,0,0,0,0 +54704,0,0,0,0,0 +54705,0,0,0,0,0 +54706,0,0,0,0,0 +54707,0,0,0,0,0 +54708,0,0,0,0,0 +54709,0,0,0,0,0 +54710,0,0,0,0,0 +54711,0,0,0,0,0 +54712,0,0,0,0,0 +54713,0,0,0,0,0 +54714,0,0,0,0,0 +54715,0,0,0,0,0 +54716,0,0,0,0,0 +54717,0,0,0,0,0 +54718,0,0,0,0,0 +54719,0,0,0,0,0 +54720,0,0,0,0,0 +54721,0,0,0,0,0 +54722,0,0,0,0,0 +54723,0,0,0,0,0 +54724,0,0,0,0,0 +54725,0,0,0,0,0 +54726,0,0,0,0,0 +54727,0,0,0,0,0 +54728,0,0,0,0,0 +54729,0,0,0,0,0 +54730,0,0,0,0,0 +54731,0,0,0,0,0 +54732,0,0,0,0,0 +54733,0,0,0,0,0 +54734,0,0,0,0,0 +54735,0,0,0,0,0 +54736,0,0,0,0,0 +54737,0,0,0,0,0 +54738,0,0,0,0,0 +54739,0,0,0,0,0 +54740,0,0,0,0,0 +54741,0,0,0,0,0 +54742,0,0,0,0,0 +54743,0,0,0,0,0 +54744,0,0,0,0,0 +54745,0,0,0,0,0 +54746,0,0,0,0,0 +54747,0,0,0,0,0 +54748,0,0,0,0,0 +54749,0,0,0,0,0 +54750,0,0,0,0,0 +54751,0,0,0,0,0 +54752,0,0,0,0,0 +54753,0,0,0,0,0 +54754,0,0,0,0,0 +54755,0,0,0,0,0 +54756,0,0,0,0,0 +54757,0,0,0,0,0 +54758,0,0,0,0,0 +54759,0,0,0,0,0 +54760,0,0,0,0,0 +54761,0,0,0,0,0 +54762,0,0,0,0,0 +54763,0,0,0,0,0 +54764,0,0,0,0,0 +54765,0,0,0,0,0 +54766,0,0,0,0,0 +54767,0,0,0,0,0 +54768,0,0,0,0,0 +54769,0,0,0,0,0 +54770,0,0,0,0,0 +54771,0,0,0,0,0 +54772,0,0,0,0,0 +54773,0,0,0,0,0 +54774,0,0,0,0,0 +54775,0,0,0,0,0 +54776,0,0,0,0,0 +54777,0,0,0,0,0 +54778,0,0,0,0,0 +54779,0,0,0,0,0 +54780,0,0,0,0,0 +54781,0,0,0,0,0 +54782,0,0,0,0,0 +54783,0,0,0,0,0 +54784,0,0,0,0,0 +54785,0,0,0,0,0 +54786,0,0,0,0,0 +54787,0,0,0,0,0 +54788,0,0,0,0,0 +54789,0,0,0,0,0 +54790,0,0,0,0,0 +54791,0,0,0,0,0 +54792,0,0,0,0,0 +54793,0,0,0,0,0 +54794,0,0,0,0,0 +54795,0,0,0,0,0 +54796,0,0,0,0,0 +54797,0,0,0,0,0 +54798,0,0,0,0,0 +54799,0,0,0,0,0 +54800,0,0,0,0,0 +54801,0,0,0,0,0 +54802,0,0,0,0,0 +54803,0,0,0,0,0 +54804,0,0,0,0,0 +54805,0,0,0,0,0 +54806,0,0,0,0,0 +54807,0,0,0,0,0 +54808,0,0,0,0,0 +54809,0,0,0,0,0 +54810,0,0,0,0,0 +54811,0,0,0,0,0 +54812,0,0,0,0,0 +54813,0,0,0,0,0 +54814,0,0,0,0,0 +54815,0,0,0,0,0 +54816,0,0,0,0,0 +54817,0,0,0,0,0 +54818,0,0,0,0,0 +54819,0,0,0,0,0 +54820,0,0,0,0,0 +54821,0,0,0,0,0 +54822,0,0,0,0,0 +54823,0,0,0,0,0 +54824,0,0,0,0,0 +54825,0,0,0,0,0 +54826,0,0,0,0,0 +54827,0,0,0,0,0 +54828,0,0,0,0,0 +54829,0,0,0,0,0 +54830,0,0,0,0,0 +54831,0,0,0,0,0 +54832,0,0,0,0,0 +54833,0,0,0,0,0 +54834,0,0,0,0,0 +54835,0,0,0,0,0 +54836,0,0,0,0,0 +54837,0,0,0,0,0 +54838,0,0,0,0,0 +54839,0,0,0,0,0 +54840,0,0,0,0,0 +54841,0,0,0,0,0 +54842,0,0,0,0,0 +54843,0,0,0,0,0 +54844,0,0,0,0,0 +54845,0,0,0,0,0 +54846,0,0,0,0,0 +54847,0,0,0,0,0 +54848,0,0,0,0,0 +54849,0,0,0,0,0 +54850,0,0,0,0,0 +54851,0,0,0,0,0 +54852,0,0,0,0,0 +54853,0,0,0,0,0 +54854,0,0,0,0,0 +54855,0,0,0,0,0 +54856,0,0,0,0,0 +54857,0,0,0,0,0 +54858,0,0,0,0,0 +54859,0,0,0,0,0 +54860,0,0,0,0,0 +54861,0,0,0,0,0 +54862,0,0,0,0,0 +54863,0,0,0,0,0 +54864,0,0,0,0,0 +54865,0,0,0,0,0 +54866,0,0,0,0,0 +54867,0,0,0,0,0 +54868,0,0,0,0,0 +54869,0,0,0,0,0 +54870,0,0,0,0,0 +54871,0,0,0,0,0 +54872,0,0,0,0,0 +54873,0,0,0,0,0 +54874,0,0,0,0,0 +54875,0,0,0,0,0 +54876,0,0,0,0,0 +54877,0,0,0,0,0 +54878,0,0,0,0,0 +54879,0,0,0,0,0 +54880,0,0,0,0,0 +54881,0,0,0,0,0 +54882,0,0,0,0,0 +54883,0,0,0,0,0 +54884,0,0,0,0,0 +54885,0,0,0,0,0 +54886,0,0,0,0,0 +54887,0,0,0,0,0 +54888,0,0,0,0,0 +54889,0,0,0,0,0 +54890,0,0,0,0,0 +54891,0,0,0,0,0 +54892,0,0,0,0,0 +54893,0,0,0,0,0 +54894,0,0,0,0,0 +54895,0,0,0,0,0 +54896,0,0,0,0,0 +54897,0,0,0,0,0 +54898,0,0,0,0,0 +54899,0,0,0,0,0 +54900,0,0,0,0,0 +54901,0,0,0,0,0 +54902,0,0,0,0,0 +54903,0,0,0,0,0 +54904,0,0,0,0,0 +54905,0,0,0,0,0 +54906,0,0,0,0,0 +54907,0,0,0,0,0 +54908,0,0,0,0,0 +54909,0,0,0,0,0 +54910,0,0,0,0,0 +54911,0,0,0,0,0 +54912,0,0,0,0,0 +54913,0,0,0,0,0 +54914,0,0,0,0,0 +54915,0,0,0,0,0 +54916,0,0,0,0,0 +54917,0,0,0,0,0 +54918,0,0,0,0,0 +54919,0,0,0,0,0 +54920,0,0,0,0,0 +54921,0,0,0,0,0 +54922,0,0,0,0,0 +54923,0,0,0,0,0 +54924,0,0,0,0,0 +54925,0,0,0,0,0 +54926,0,0,0,0,0 +54927,0,0,0,0,0 +54928,0,0,0,0,0 +54929,0,0,0,0,0 +54930,0,0,0,0,0 +54931,0,0,0,0,0 +54932,0,0,0,0,0 +54933,0,0,0,0,0 +54934,0,0,0,0,0 +54935,0,0,0,0,0 +54936,0,0,0,0,0 +54937,0,0,0,0,0 +54938,0,0,0,0,0 +54939,0,0,0,0,0 +54940,0,0,0,0,0 +54941,0,0,0,0,0 +54942,0,0,0,0,0 +54943,0,0,0,0,0 +54944,0,0,0,0,0 +54945,0,0,0,0,0 +54946,0,0,0,0,0 +54947,0,0,0,0,0 +54948,0,0,0,0,0 +54949,0,0,0,0,0 +54950,0,0,0,0,0 +54951,0,0,0,0,0 +54952,0,0,0,0,0 +54953,0,0,0,0,0 +54954,0,0,0,0,0 +54955,0,0,0,0,0 +54956,0,0,0,0,0 +54957,0,0,0,0,0 +54958,0,0,0,0,0 +54959,0,0,0,0,0 +54960,0,0,0,0,0 +54961,0,0,0,0,0 +54962,0,0,0,0,0 +54963,0,0,0,0,0 +54964,0,0,0,0,0 +54965,0,0,0,0,0 +54966,0,0,0,0,0 +54967,0,0,0,0,0 +54968,0,0,0,0,0 +54969,0,0,0,0,0 +54970,0,0,0,0,0 +54971,0,0,0,0,0 +54972,0,0,0,0,0 +54973,0,0,0,0,0 +54974,0,0,0,0,0 +54975,0,0,0,0,0 +54976,0,0,0,0,0 +54977,0,0,0,0,0 +54978,0,0,0,0,0 +54979,0,0,0,0,0 +54980,0,0,0,0,0 +54981,0,0,0,0,0 +54982,0,0,0,0,0 +54983,0,0,0,0,0 +54984,0,0,0,0,0 +54985,0,0,0,0,0 +54986,0,0,0,0,0 +54987,0,0,0,0,0 +54988,0,0,0,0,0 +54989,0,0,0,0,0 +54990,0,0,0,0,0 +54991,0,0,0,0,0 +54992,0,0,0,0,0 +54993,0,0,0,0,0 +54994,0,0,0,0,0 +54995,0,0,0,0,0 +54996,0,0,0,0,0 +54997,0,0,0,0,0 +54998,0,0,0,0,0 +54999,0,0,0,0,0 +55000,0,0,0,0,0 +55001,0,0,0,0,0 +55002,0,0,0,0,0 +55003,0,0,0,0,0 +55004,0,0,0,0,0 +55005,0,0,0,0,0 +55006,0,0,0,0,0 +55007,0,0,0,0,0 +55008,0,0,0,0,0 +55009,0,0,0,0,0 +55010,0,0,0,0,0 +55011,0,0,0,0,0 +55012,0,0,0,0,0 +55013,0,0,0,0,0 +55014,0,0,0,0,0 +55015,0,0,0,0,0 +55016,0,0,0,0,0 +55017,0,0,0,0,0 +55018,0,0,0,0,0 +55019,0,0,0,0,0 +55020,0,0,0,0,0 +55021,0,0,0,0,0 +55022,0,0,0,0,0 +55023,0,0,0,0,0 +55024,0,0,0,0,0 +55025,0,0,0,0,0 +55026,0,0,0,0,0 +55027,0,0,0,0,0 +55028,0,0,0,0,0 +55029,0,0,0,0,0 +55030,0,0,0,0,0 +55031,0,0,0,0,0 +55032,0,0,0,0,0 +55033,0,0,0,0,0 +55034,0,0,0,0,0 +55035,0,0,0,0,0 +55036,0,0,0,0,0 +55037,0,0,0,0,0 +55038,0,0,0,0,0 +55039,0,0,0,0,0 +55040,0,0,0,0,0 +55041,0,0,0,0,0 +55042,0,0,0,0,0 +55043,0,0,0,0,0 +55044,0,0,0,0,0 +55045,0,0,0,0,0 +55046,0,0,0,0,0 +55047,0,0,0,0,0 +55048,0,0,0,0,0 +55049,0,0,0,0,0 +55050,0,0,0,0,0 +55051,0,0,0,0,0 +55052,0,0,0,0,0 +55053,0,0,0,0,0 +55054,0,0,0,0,0 +55055,0,0,0,0,0 +55056,0,0,0,0,0 +55057,0,0,0,0,0 +55058,0,0,0,0,0 +55059,0,0,0,0,0 +55060,0,0,0,0,0 +55061,0,0,0,0,0 +55062,0,0,0,0,0 +55063,0,0,0,0,0 +55064,0,0,0,0,0 +55065,0,0,0,0,0 +55066,0,0,0,0,0 +55067,0,0,0,0,0 +55068,0,0,0,0,0 +55069,0,0,0,0,0 +55070,0,0,0,0,0 +55071,0,0,0,0,0 +55072,0,0,0,0,0 +55073,0,0,0,0,0 +55074,0,0,0,0,0 +55075,0,0,0,0,0 +55076,0,0,0,0,0 +55077,0,0,0,0,0 +55078,0,0,0,0,0 +55079,0,0,0,0,0 +55080,0,0,0,0,0 +55081,0,0,0,0,0 +55082,0,0,0,0,0 +55083,0,0,0,0,0 +55084,0,0,0,0,0 +55085,0,0,0,0,0 +55086,0,0,0,0,0 +55087,0,0,0,0,0 +55088,0,0,0,0,0 +55089,0,0,0,0,0 +55090,0,0,0,0,0 +55091,0,0,0,0,0 +55092,0,0,0,0,0 +55093,0,0,0,0,0 +55094,0,0,0,0,0 +55095,0,0,0,0,0 +55096,0,0,0,0,0 +55097,0,0,0,0,0 +55098,0,0,0,0,0 +55099,0,0,0,0,0 +55100,0,0,0,0,0 +55101,0,0,0,0,0 +55102,0,0,0,0,0 +55103,0,0,0,0,0 +55104,0,0,0,0,0 +55105,0,0,0,0,0 +55106,0,0,0,0,0 +55107,0,0,0,0,0 +55108,0,0,0,0,0 +55109,0,0,0,0,0 +55110,0,0,0,0,0 +55111,0,0,0,0,0 +55112,0,0,0,0,0 +55113,0,0,0,0,0 +55114,0,0,0,0,0 +55115,0,0,0,0,0 +55116,0,0,0,0,0 +55117,0,0,0,0,0 +55118,0,0,0,0,0 +55119,0,0,0,0,0 +55120,0,0,0,0,0 +55121,0,0,0,0,0 +55122,0,0,0,0,0 +55123,0,0,0,0,0 +55124,0,0,0,0,0 +55125,0,0,0,0,0 +55126,0,0,0,0,0 +55127,0,0,0,0,0 +55128,0,0,0,0,0 +55129,0,0,0,0,0 +55130,0,0,0,0,0 +55131,0,0,0,0,0 +55132,0,0,0,0,0 +55133,0,0,0,0,0 +55134,0,0,0,0,0 +55135,0,0,0,0,0 +55136,0,0,0,0,0 +55137,0,0,0,0,0 +55138,0,0,0,0,0 +55139,0,0,0,0,0 +55140,0,0,0,0,0 +55141,-1900.065915,-801.3809918,-1862.515254,-801.2230202,-903.5077886 +55142,-1655.164189,-694.4012505,-1620.895615,-694.2442842,-654.0009462 +55143,-1587.935638,-665.4526775,-1554.869845,-665.2991373,-615.4312037 +55144,-1315.873653,-541.2324547,-1282.159393,-541.0837224,-102.8324944 +55145,-1471.388746,-610.6323541,-1436.195557,-610.4892335,-321.1165506 +55146,-1766.745946,-746.5386741,-1732.035069,-746.4003457,-906.3506156 +55147,-1675.644024,-707.5408901,-1642.081393,-707.4065531,-821.6150328 +55148,-1452.832562,-606.2995002,-1418.806088,-606.1693784,-401.3393085 +55149,-1557.921804,-653.4907406,-1522.926528,-653.3651634,-547.0110801 +55150,-1630.537843,-686.7553109,-1595.14791,-686.6340526,-666.678182 +55151,-1674.112548,-707.1750264,-1638.622099,-707.0577758,-750.6930932 +55152,-1694.751432,-717.2965275,-1659.293614,-717.1830039,-800.6968422 +55153,-1699.890765,-720.3988446,-1664.508425,-720.2888474,-824.7810585 +55154,-1696.630241,-719.6661534,-1661.322806,-719.5595509,-833.2317134 +55155,-1689.584144,-717.1757994,-1654.334952,-717.0724984,-833.4021132 +55156,-1681.257659,-714.0555376,-1646.047162,-713.9554587,-829.6286973 +55157,-1672.887906,-710.8617006,-1637.698735,-710.764766,-824.2698974 +55158,-1665.006783,-707.8337269,-1629.825026,-707.7398561,-818.4983192 +55159,-1657.798219,-705.0555305,-1622.613175,-704.9646397,-812.8568971 +55160,-1651.278528,-702.5367325,-1616.08233,-702.4487355,-807.5646246 +55161,-1645.396515,-700.2573092,-1610.183564,-700.1721187,-802.6889458 +55162,-1640.07906,-698.1877694,-1604.845497,-698.105298,-798.2292119 +55163,-1635.250814,-696.2977796,-1599.994084,-696.2179401,-794.1562181 +55164,-1630.842018,-694.5595274,-1595.560541,-694.4822338,-790.4305023 +55165,-1626.313222,-692.6370791,-1590.757413,-692.5622376,-787.0174344 +55166,-1621.82435,-690.6441263,-1585.83699,-690.5716497,-783.8901303 +55167,-1617.55842,-688.7128779,-1581.103308,-688.6426858,-781.0085258 +55168,-1613.575897,-686.8949887,-1576.672769,-686.8270047,-778.3320557 +55169,-1609.858272,-685.1881847,-1572.537206,-685.122335,-775.8269763 +55170,-1606.36406,-683.5731097,-1568.649426,-683.509322,-773.4668536 +55171,-1603.063581,-678.9306672,-1563.636528,-681.9733273,-771.2483525 +55172,-1599.933064,-672.6430102,-1558.068533,-680.5019065,-769.1787706 +55173,-1596.959783,-666.8085958,-1552.817741,-679.0777654,-767.2253024 +55174,-1594.102479,-661.8341017,-1548.043878,-677.6869202,-765.3499683 +55175,-1591.329377,-657.5104754,-1543.643482,-676.321306,-763.5289548 +55176,-1662.736298,-687.9960757,-1614.106065,-709.380993,-925.1157719 +55177,-1514.551677,-618.2674908,-1464.68413,-641.9830379,-663.2108159 +55178,-1526.77219,-565.2122436,-1475.347481,-646.9331862,-668.510728 +55179,-1533.912331,-534.3750602,-1481.204647,-649.8537982,-675.3143815 +55180,-1538.132892,-542.5375662,-1484.306413,-651.551967,-681.8719051 +55181,-1540.071857,-520.6787712,-1485.233685,-652.2453716,-686.6970845 +55182,-1538.655241,-508.0937243,-1482.87965,-651.4203177,-686.5023404 +55183,-1536.374685,-497.2665362,-1479.716651,-650.2027277,-685.1533798 +55184,-1533.836837,-486.4213833,-1476.339903,-648.8668471,-683.4539582 +55185,-1531.272194,-473.9215092,-1472.972695,-647.5167861,-681.7052643 +55186,-1521.874747,-463.761061,-1462.803958,-643.0584066,-667.4924761 +55187,-1502.838379,-453.6073604,-1409.919268,-634.2178659,-635.6731233 +55188,-1489.111794,-441.7738232,-1357.020444,-627.7926592,-613.3782469 +55189,-1603.174038,-431.4367247,-1376.394372,-680.7943847,-876.9220219 +55190,-1343.233541,-426.0254786,-1289.084894,-562.6799995,-418.1426102 +55191,-1548.690865,-421.101701,-1441.63199,-656.4517319,-815.7242659 +55192,-1458.80121,-416.3228948,-1285.363591,-616.8475018,-713.4107227 +55193,-1397.321919,-411.6007872,-1337.99602,-589.636898,-642.2390105 +55194,-1169.315252,-406.1582923,-1118.107054,-484.6512614,-184.2475644 +55195,-1301.105904,-402.7823212,-1246.996563,-542.4604607,-346.8915557 +55196,-1392.166111,-398.0136422,-1335.508142,-582.6578232,-473.8434484 +55197,-1450.859448,-393.8138694,-1392.220795,-608.5889569,-564.0612942 +55198,-1459.524445,-388.7765834,-1355.405821,-612.0101985,-575.2556407 +55199,-1455.556784,-384.3415011,-1198.210583,-609.8243669,-568.9799775 +55200,-1445.300914,-381.0951479,-1291.842488,-604.8645423,-553.3169674 +55201,-817.659233,121.4595271,-91.46131481,-561.4288683,-841.1373432 +55202,120.6837717,158.559148,-55.93189234,158.1236464,-585.1669344 +55203,-290.6158234,145.2214052,-24.00973321,-83.2941671,-340.6800546 +55204,-166.7681978,165.003071,0.027435912,-78.68307347,511.070135 +55205,-140.2554776,173.6131545,24.59247746,-30.89566644,-211.5441834 +55206,-11.47964168,216.1030694,146.821181,22.99583456,1050.736212 +55207,-84.02346881,206.5954495,90.88750805,-6.515239887,1267.650086 +55208,-255.90158,131.2506076,-94.72022197,-81.21584283,1302.461802 +55209,128.7642484,273.0266667,289.8049243,90.97190046,1026.199646 +55210,-197.4532697,171.4282425,-18.82835041,-49.83117124,1065.112424 +55211,168.1726147,287.2971921,327.0511178,110.7329224,1400.08721 +55212,-27.63976339,164.3027451,-6.408860731,-7.395492277,1387.15277 +55213,-2.882865885,319.2284363,374.4109562,93.3196339,939.2598587 +55214,-101.9320218,172.9696807,-29.10964688,-30.80986127,1310.308741 +55215,187.2425071,298.2533702,375.759233,137.966469,1191.058591 +55216,81.0241489,290.9457646,260.0396891,82.80204573,1404.404994 +55217,-91.79083136,207.3247901,76.08167262,7.947764382,1202.501298 +55218,286.8804313,342.9836787,454.6332513,176.6547375,1491.562652 +55219,89.87549117,230.2757288,109.5179505,41.40119103,1496.668303 +55220,76.63781429,342.3331229,464.7340351,160.8141077,1121.077967 +55221,196.8893219,305.8118059,284.4299582,110.6906595,1512.971694 +55222,63.15266279,248.0836558,178.4504915,59.54214774,1467.175812 +55223,212.699659,323.3340631,483.3746309,196.1423212,1250.855232 +55224,211.8227002,363.1031008,353.6808499,137.0314463,1449.283482 +55225,195.446153,326.8728209,379.2428811,153.0356928,1541.336463 +55226,97.29005769,281.0764613,248.2600358,93.62615803,1497.41447 +55227,306.7518135,323.2274938,514.6804957,215.8428523,1290.636497 +55228,245.4538447,361.2106724,412.9765967,170.4980904,1442.169481 +55229,241.9782738,378.9669025,410.9049259,175.9259349,1516.232324 +55230,266.4015946,370.5100229,433.5048081,188.496078,1571.554273 +55231,281.4469263,359.0782009,449.258893,196.7825136,1621.236204 +55232,190.2552829,334.1522125,319.4318177,141.1050166,1583.765237 +55233,359.6324572,335.8544123,564.7811343,249.0052579,1342.163518 +55234,319.8418263,368.8330855,466.8884043,206.3880998,1472.151133 +55235,311.6904007,382.3710327,473.6953568,210.6760722,1526.947667 +55236,334.0458396,391.3028886,493.7419068,220.3232088,1564.000534 +55237,347.4397019,398.9094788,506.9882469,226.6247629,1595.326902 +55238,358.0355902,405.3042457,514.6627674,231.2498058,1621.058596 +55239,366.7745398,410.4418935,525.0773033,236.4040231,1641.057817 +55240,378.6009567,414.4452544,533.4203158,240.8696266,1655.944161 +55241,388.6187216,417.4486754,544.4439014,246.430458,1666.367169 +55242,399.6474381,419.6762257,553.1788047,250.9079201,1673.30369 +55243,408.6622926,421.2436481,562.8767297,255.8451465,1677.281652 +55244,420.0804228,422.1474899,571.3437715,260.5233458,1678.256496 +55245,429.3014862,422.6092723,581.1913078,265.3785986,1677.201051 +55246,439.9762812,422.6180529,590.0010093,269.7630112,1674.156529 +55247,449.2882688,422.2936428,599.2388616,274.6974664,1669.672901 +55248,459.8719028,421.6116886,608.5595733,279.1075193,1663.694096 +55249,463.3383885,420.9577722,618.1066296,284.2514439,1657.788627 +55250,472.3737067,419.9431832,626.0620549,288.3390882,1650.423452 +55251,480.4015852,418.721951,636.021984,292.8909084,1642.231893 +55252,487.1182523,417.425912,644.5814849,297.5331886,1633.755647 +55253,495.2926435,415.9471286,652.8775891,302.1138388,1624.575243 +55254,502.897947,414.347108,662.2569967,306.2692212,1614.946036 +55255,510.0037453,412.6512588,671.227947,310.7389937,1604.976637 +55256,517.5163388,410.8568737,679.4635095,315.2893423,1594.66129 +55257,524.5630714,408.9744505,688.4150677,319.5493208,1584.045352 +55258,532.1089947,407.0013671,696.9201896,323.8774755,1573.120286 +55259,539.201802,404.9579808,705.6114143,328.1682504,1561.968307 +55260,546.8192526,402.8279394,714.1356304,332.5272236,1550.523956 +55261,788.8515642,383.3472612,788.9703291,358.6512521,1469.730501 +55262,774.2357949,380.7709984,777.4016892,353.487918,1456.977903 +55263,759.905179,379.2745526,767.652895,349.1691099,1449.458139 +55264,748.221484,378.7310799,760.5769806,346.0189832,1446.830875 +55265,738.8731887,378.554189,755.2413186,343.5972839,1446.588623 +55266,731.7181935,378.6910923,751.4481804,341.8248469,1448.228848 +55267,726.2666105,379.0660969,748.8360178,340.5539675,1451.179866 +55268,722.1471649,379.6451813,747.1629072,339.6880817,1454.383538 +55269,719.1360065,380.4188562,746.2897756,339.1725686,1457.853486 +55270,717.027118,381.354404,746.070782,338.9475832,1461.653975 +55271,715.6454782,382.4162692,746.367493,338.9540799,1465.748112 +55272,714.8470656,383.5741391,747.0706369,339.146007,1470.038675 +55273,714.5149004,384.8042605,748.0853128,339.4830464,1474.423465 +55274,714.5533733,386.08788,749.3442361,339.9358689,1478.81816 +55275,714.9845867,387.8998303,750.7629658,340.4678939,1483.166207 +55276,715.7029094,390.0478924,752.295569,341.0585633,1487.409456 +55277,716.6226366,392.2838333,753.9289033,341.7031559,1491.541358 +55278,717.6738453,394.4733604,755.6378372,342.3897639,1495.532948 +55279,718.8188393,396.58186,757.4009764,343.1093642,1499.372853 +55280,720.0337192,398.6151097,759.2023868,343.8538263,1503.054794 +55281,721.3009886,400.586345,761.0263326,344.6163896,1506.576654 +55282,722.6066543,402.5056401,762.8633808,345.3916883,1509.939517 +55283,723.9393683,404.379367,764.7037729,346.1755448,1513.146898 +55284,725.2900811,406.2118883,766.5428725,346.9647116,1516.203957 +55285,726.6517423,408.0067635,768.3746516,347.7566687,1519.116998 +55286,728.0189349,409.7671999,770.1972994,348.5494587,1521.892979 +55287,729.3875502,411.4961329,772.0069832,349.3415726,1524.539241 +55288,730.754494,413.1962053,773.8035643,350.1318536,1527.063223 +55289,732.1174638,414.8697629,775.5845149,350.9194248,1529.47232 +55290,733.4747683,416.5188739,777.3506712,351.7036278,1531.773724 +55291,734.8251935,418.1453631,779.1002594,352.4839779,1533.974366 +55292,736.1473028,419.700293,780.8113824,353.2504572,1536.080633 +55293,737.427516,421.1532084,782.4693442,353.9961794,1538.098398 +55294,738.6625663,422.4991593,784.0703532,354.7192346,1540.033251 +55295,739.8544645,423.7462902,785.6166585,355.4204849,1541.890461 +55296,741.0065721,424.9057824,787.1122795,356.1015977,1543.674963 +55297,742.1219704,425.9876346,788.5610589,356.7641481,1545.391304 +55298,743.2031689,426.9999227,789.9662165,357.4094199,1547.043663 +55299,744.252227,427.9492054,791.3304335,358.0384515,1548.635828 +55300,745.2709212,428.841001,792.6560195,358.6521187,1550.171256 +55301,746.2608049,429.6800718,793.9450037,359.2511792,1551.653056 +55302,747.2232562,430.470575,795.1991936,359.8363009,1553.084056 +55303,748.1594958,431.2161487,796.4201978,360.408073,1554.4668 +55304,749.0706088,431.91998,797.6094504,360.9670165,1555.803596 +55305,749.9575564,432.5848653,798.768227,361.5135918,1557.096522 +55306,750.8211971,433.2132688,799.8976703,362.0482094,1558.347468 +55307,751.6622948,433.8073687,800.9988032,362.5712351,1559.558137 +55308,752.4815373,434.3691004,802.0725485,363.0829989,1560.730089 +55309,753.27954,434.9001891,803.1197378,363.5837974,1561.864729 +55310,753.9343556,434.9676479,804.1798269,364.0904138,1562.962534 +55311,754.4853373,434.7340741,805.2384512,364.596923,1564.019227 +55312,754.995863,434.4228835,806.2788637,365.0960557,1565.043059 +55313,755.4984042,434.1466136,807.2901745,365.5828283,1566.030852 +55314,756.0026049,433.9314431,808.2703338,366.0562531,1566.984514 +55315,756.5077423,433.7683319,809.2208363,366.5170029,1567.906412 +55316,757.0106227,433.6425318,810.1435991,366.9659671,1568.798033 +55317,757.5085121,433.5429465,811.0400582,367.4038172,1569.660154 +55318,757.999558,433.4624373,811.9112172,367.831019,1570.493275 +55319,758.4824809,433.3961423,812.7578443,368.2479214,1571.297812 +55320,758.9563057,433.3402873,813.5806144,368.654822,1572.074205 +55321,759.1813721,433.18312,814.1413012,368.9434198,1572.388622 +55322,759.5216764,433.0866109,814.8052375,369.2790897,1573.081107 +55323,759.9488755,433.0360119,815.5453989,369.6489855,1573.997605 +55324,760.4083663,433.0050569,816.3082351,370.0282851,1574.956247 +55325,760.8665762,432.9771094,817.0609951,370.4019753,1575.869034 +55326,761.3107049,432.9450895,817.7915563,370.7646878,1576.714326 +55327,761.7367717,432.9063968,818.4964976,371.1150664,1577.491188 +55328,762.1472428,432.8610003,819.1788457,371.454765,1578.214708 +55329,762.5416691,432.8083072,819.8386017,371.7839298,1578.886303 +55330,762.9205375,432.7480619,820.4766749,372.1031053,1579.510693 +55331,763.2844543,432.6800973,821.0940546,372.4128525,1580.092217 +55332,763.6338233,432.6042505,821.6914857,372.7135911,1580.634128 +55333,763.9688818,432.5203702,822.2695089,373.0056221,1581.138868 +55334,764.2898095,432.4283394,822.8285762,373.289188,1581.608512 +55335,764.596771,432.328077,823.3690974,373.5644992,1582.044876 +55336,764.8899425,432.2195381,823.8914709,373.8317515,1582.449645 +55337,765.169499,432.1027039,824.3960743,374.0911237,1582.824316 +55338,765.4356181,431.9775793,824.88327,374.3427818,1583.170268 +55339,765.6884917,431.8456592,825.3534193,374.5868866,1583.488821 +55340,765.9282906,431.70499,825.8068481,374.8235796,1583.781054 +55341,766.1551618,431.5565097,826.2438476,375.052983,1584.047905 +55342,766.3692701,431.3991012,826.6647153,375.2752207,1584.290293 +55343,766.5707611,431.2337962,827.0697204,375.4904016,1584.508995 +55344,766.759808,431.0606878,827.45915,375.698643,1584.70485 +55345,766.9365657,430.8795666,827.8332658,375.9000492,1584.878543 +55346,767.1011862,430.6903518,828.1923197,376.09472,1585.030718 +55347,767.2538102,430.4931115,828.5365457,376.282747,1585.161921 +55348,767.3961781,430.2887163,828.867772,376.4649463,1585.275595 +55349,767.5354346,430.0805093,829.1932263,376.6445883,1585.384951 +55350,767.667326,429.8666453,829.5087327,376.8197579,1585.482485 +55351,767.7904702,429.6465779,829.8129829,376.9898452,1585.565859 +55352,767.8995076,429.4158996,830.097039,377.1508489,1585.634562 +55353,767.9906006,429.1716873,830.3545174,377.2999813,1585.688042 +55354,768.0625276,428.9133172,830.5834609,377.4364518,1585.725926 +55355,768.1155848,428.6414159,830.7844746,377.5605911,1585.747941 +55356,768.1505697,428.356953,830.9589857,377.6730645,1585.75397 +55357,768.1682772,428.060828,831.1083998,377.7745029,1585.743915 +55358,768.1693943,427.7537922,831.233912,377.8654278,1585.717782 +55359,768.1544957,427.4364683,831.3365161,377.9462626,1585.675563 +55360,768.1240964,427.1093975,831.4170849,378.0173718,1585.617328 +55361,768.0786521,426.7730545,831.4763888,378.0790717,1585.54311 +55362,768.018592,426.4278699,831.515137,378.13165,1585.453013 +55363,767.9443029,426.0742288,831.5339673,378.1753612,1585.347103 +55364,767.856148,425.7124823,831.5334679,378.2104383,1585.225501 +55365,767.7544554,425.3429464,831.5141685,378.237088,1585.088284 +55366,767.6395356,424.9659127,831.476562,378.2555022,1584.935586 +55367,767.511669,424.5816455,831.4210941,378.2658524,1584.767492 +55368,767.3711263,424.1903926,831.3481851,378.2683004,1584.584144 +55369,767.218151,423.7923796,831.2582156,378.2629916,1584.385628 +55370,767.0529824,423.3878214,831.1515503,378.2500659,1584.172093 +55371,766.8758341,422.9769141,831.0285192,378.229649,1583.943627 +55372,766.6869199,422.5598474,830.8894433,378.2018644,1583.700381 +55373,766.4864302,422.1367943,830.7346129,378.1668229,1583.442444 +55374,766.2745588,421.7079245,830.5643145,378.1246353,1583.169967 +55375,766.0514771,421.2733929,830.3788069,378.0754008,1582.883041 +55376,765.8173617,420.8333527,830.1783483,378.0192201,1582.581817 +55377,765.5723696,420.3879449,829.9631734,377.956184,1582.266385 +55378,765.3166635,419.9373089,829.7335176,377.8863851,1581.936898 +55379,765.0503878,419.4815735,829.4895949,377.8099069,1581.593445 +55380,764.7736942,419.0208674,829.2316223,377.7268358,1581.236179 +55381,765.9412708,419.2164698,830.4143514,378.2984106,1583.509831 +55382,764.7597775,418.3559232,829.2878089,377.7819503,1581.49988 +55383,762.3247659,416.948136,826.9243584,376.7020947,1577.222833 +55384,759.7791439,415.5147112,824.4445928,375.5958411,1572.732123 +55385,757.6216704,414.2770259,822.3387054,374.6906964,1568.90896 +55386,755.9038783,413.2508216,820.6581813,374.0027033,1565.845464 +55387,754.547379,412.3939794,819.3271585,373.4882,1563.414306 +55388,753.4528042,411.6570585,818.2486038,373.0962462,1561.453175 +55389,752.560934,411.0106877,817.3648685,372.796436,1559.868448 +55390,751.832152,410.4355221,816.6373504,372.5687424,1558.596841 +55391,751.2434237,409.92036,816.0437388,372.4014691,1557.601369 +55392,750.7652783,409.4514171,815.5551445,372.2804308,1556.831179 +55393,750.3826859,409.0217049,815.1570306,372.1982961,1556.260395 +55394,750.0793375,408.6238238,814.8335082,372.1473711,1555.860027 +55395,749.841535,408.2516887,814.5712333,372.1213207,1555.605203 +55396,749.6577773,407.9003021,814.3590016,372.1149365,1555.47459 +55397,749.5184368,407.5655739,814.1874332,372.1239517,1555.449879 +55398,749.4197023,407.2460885,814.0529253,372.1468021,1555.52311 +55399,749.3471608,406.9356209,813.9412399,372.1771378,1555.666868 +55400,749.2987119,406.6335409,813.8504192,372.2142233,1555.876041 +55401,749.2693917,406.3379028,813.7756124,372.2560243,1556.140236 +55402,749.2552436,406.0472009,813.7129553,372.3009604,1556.450914 +55403,749.2529809,405.7602147,813.6592393,372.3477478,1556.800762 +55404,749.2598505,405.4759462,813.6117798,372.3953354,1557.183513 +55405,749.2735418,405.1935779,813.5683264,372.4428608,1557.59375 +55406,749.2921152,404.9124405,813.5269945,372.4896168,1558.026825 +55407,749.3139453,404.631988,813.4862082,372.5350255,1558.478715 +55408,749.3376674,404.3517737,813.4446478,372.5786132,1558.945971 +55409,749.3621361,404.0714332,813.4012101,372.619993,1559.425598 +55410,749.386389,403.7906689,813.3549719,372.6588482,1559.915031 +55411,749.4138054,403.5111419,813.3093489,372.6968241,1560.419642 +55412,749.4468926,403.239424,813.2729458,372.7377783,1560.923756 +55413,749.4964225,402.9840584,813.2608736,372.7884136,1561.432218 +55414,749.5640336,402.7466501,813.2760765,372.8499217,1561.943333 +55415,749.6484094,402.5259552,813.3168081,372.9214392,1562.45593 +55416,749.7473037,402.3199184,813.3798628,373.0015091,1562.969053 +55417,749.8585692,402.1266318,813.4621651,373.0887764,1563.481847 +55418,749.980429,401.9445544,813.5611754,373.182152,1563.993608 +55419,750.111433,401.7724521,813.6748232,373.2807689,1564.503727 +55420,750.250369,401.6093055,813.8013733,373.3839158,1565.011723 +55421,750.3961951,401.4542461,813.9393293,373.4909903,1565.517183 +55422,750.5480092,401.3065261,814.0873891,373.6014775,1566.019793 +55423,750.7050244,401.1654976,814.2444127,373.7149341,1566.519281 +55424,750.8665588,401.0306009,814.4094072,373.8309806,1567.015456 +55425,751.0320174,400.9013501,814.5815027,373.9492902,1567.508147 +55426,751.2008833,400.7773229,814.7599395,374.0695819,1567.997246 +55427,751.3768245,400.660023,814.9481696,374.1934852,1568.490144 +55428,751.5519892,400.545736,815.1381493,374.3173984,1568.973236 +55429,751.7294688,400.4357401,815.3327978,374.4427015,1569.45272 +55430,751.9087205,400.3296755,815.5314183,374.5691264,1569.928144 +55431,752.0894682,400.2273143,815.7335955,374.6965291,1570.399471 +55432,752.2715017,400.1284682,815.9389935,374.8247975,1570.866758 +55433,752.4546305,400.0329655,816.1473076,374.9538304,1571.330039 +55434,752.6386867,399.9406521,816.3582656,375.0835382,1571.78937 +55435,752.8235188,399.8513874,816.5716209,375.2138403,1572.244785 +55436,753.0089916,399.7650432,816.7871508,375.3446643,1572.696341 +55437,753.1949833,399.681502,817.0046528,375.4759447,1573.144069 +55438,753.3813843,399.6006555,817.2239427,375.607622,1573.58802 +55439,753.5680949,399.5224036,817.4448513,375.739642,1574.028223 +55440,753.7550264,399.4466541,817.6672257,375.8719558,1574.464726 +55441,759.266504,401.7935055,823.2153308,378.424703,1584.578292 +55442,759.9409269,401.9460348,824.0147843,378.747131,1585.724063 +55443,758.0202161,400.955395,822.2609184,377.9077503,1582.117294 +55444,755.8487429,399.9021807,820.2532562,377.0043488,1578.026831 +55445,754.4383044,399.2404667,818.9863248,376.4979708,1575.256583 +55446,753.9210496,399.0157181,818.5920166,376.4345714,1574.041511 +55447,754.1292259,399.1379353,818.9074385,376.7225706,1574.101658 +55448,754.8816034,399.5152124,819.7558345,377.2685097,1575.140418 +55449,756.0543576,400.0855401,821.0163396,378.0093286,1576.958747 +55450,757.5929262,400.8207888,822.6362527,378.9184151,1579.473843 +55451,759.4457933,401.6955192,824.5691474,379.9668377,1582.601171 +55452,761.553079,402.6812368,826.7509643,381.1275672,1586.236776 +55453,763.877463,403.7602157,829.1484076,382.3801412,1590.315256 +55454,766.3853074,404.9167957,831.7243305,383.7109272,1594.776371 +55455,769.0516346,406.1399951,834.4544199,385.1043299,1599.467675 +55456,771.84679,407.4158468,837.3109657,386.5515446,1604.327408 +55457,774.7497159,408.7350164,840.2779314,388.0412483,1609.33579 +55458,777.7482011,410.0929255,843.3347065,389.5682035,1614.482415 +55459,780.8234939,411.4809631,846.4711013,391.1240253,1619.755799 +55460,783.9676698,412.8961612,849.6714049,392.7058524,1625.142934 +55461,787.1669821,414.3319224,852.9294981,394.307262,1630.630914 +55462,790.417117,415.787118,856.2331167,395.9269976,1636.207995 +55463,793.7069372,417.2566162,859.5790238,397.5599695,1641.863865 +55464,797.0343029,418.740408,862.9573935,399.206014,1647.58954 +55465,800.3900454,420.2342469,866.3670241,400.8609455,1653.377163 +55466,803.773751,421.738838,869.7998079,402.5253427,1659.219826 +55467,807.1777383,423.250526,873.2559779,404.1956322,1665.111441 +55468,810.6028458,424.7705044,876.7286365,405.8728974,1671.046634 +55469,814.0424467,426.2955223,880.2190284,407.553979,1677.020652 +55470,817.4982575,427.827108,883.7211101,409.2403048,1683.029301 +55471,820.9643889,429.3622861,887.2368433,410.928997,1689.068863 +55472,824.4393056,430.8973468,890.7545871,412.6191005,1695.136046 +55473,827.9147853,432.4303856,894.2688845,414.3059347,1701.227905 +55474,831.3890502,433.9609522,897.7825774,415.9887321,1707.341824 +55475,834.8666423,435.4892095,901.2907623,417.6704294,1713.475473 +55476,838.3428875,437.0154377,904.7931957,419.3486452,1719.626787 +55477,841.8172209,438.5398659,908.2949947,421.0233462,1725.793916 +55478,845.2943829,440.0626564,911.7917532,422.6974954,1731.975202 +55479,848.7696438,441.5839311,915.2831342,424.3685554,1738.169155 +55480,852.2424227,443.1037864,918.77411,426.0363717,1744.37443 +55481,855.7175064,444.6223028,922.2601759,427.7038487,1750.589811 +55482,859.1902148,446.1395473,925.7409534,429.3684028,1756.814196 +55483,862.6600155,447.6555742,929.2175029,431.02985,1763.046583 +55484,866.1317509,449.170428,932.6945205,432.6910779,1769.286064 +55485,869.6007674,450.6841431,936.1669813,434.3494744,1775.531809 +55486,873.0665615,452.1967464,939.6342112,436.0048348,1781.783065 +55487,876.5340027,453.7082567,943.0971719,437.6600358,1788.039134 +55488,879.9984513,455.2186892,946.556649,439.3124459,1794.299389 +55489,883.4594151,456.7280528,950.0129377,440.9618466,1800.563246 +55490,886.9217924,458.2363528,953.4660506,442.6111129,1806.830174 +55491,890.380946,459.7435917,956.9159133,444.2575985,1813.099683 +55492,893.8363961,461.2497686,960.3624511,445.9010772,1819.371321 +55493,897.3370054,462.7748562,963.8495547,447.5644015,1825.724575 +55494,900.9308495,464.3427935,967.429891,449.2688583,1832.254899 +55495,904.547123,465.9215691,971.033087,450.9822126,1838.834012 +55496,908.1915963,467.5115521,974.6599427,452.7054575,1845.462923 +55497,911.855237,469.1107537,978.3060241,454.4393289,1852.133065 +55498,915.5332395,470.7172196,981.9669581,456.1789218,1858.835987 +55499,919.2269815,472.3293428,985.6391396,457.9222427,1865.564672 +55500,922.9288877,473.9458017,989.3196016,459.6685514,1872.313319 +55501,922.6302332,473.744669,989.0000556,459.5963912,1871.793773 +55502,927.243499,475.7870738,993.5075892,461.7866834,1879.8675 +55503,934.4448702,478.9763189,1000.563223,465.1322623,1892.698479 +55504,941.8317198,482.1977259,1007.807326,468.5087299,1906.227475 +55505,948.3782279,484.9888393,1014.2307,471.4496975,1918.642009 +55506,953.9616936,487.3094928,1019.710892,473.9147612,1929.627627 +55507,958.7650116,489.2581549,1024.426074,476.0033206,1939.399996 +55508,962.982224,490.9337196,1028.565921,477.8151764,1948.221138 +55509,966.74619,492.4029459,1032.260385,479.4177067,1956.273233 +55510,970.1398356,493.7075508,1035.590718,480.8527034,1963.668586 +55511,973.2219313,494.8763317,1038.614371,482.1493135,1970.488485 +55512,976.0398355,495.931941,1041.377599,483.3305941,1976.80066 +55513,978.6339466,496.8933841,1043.919898,484.4158652,1982.665132 +55514,981.0389144,497.7767201,1046.275188,485.4214016,1988.135495 +55515,983.2841585,498.5953551,1048.472302,486.3607611,1993.259186 +55516,985.3944199,499.3603502,1050.535509,487.2451221,1998.077836 +55517,987.3904357,500.08079,1052.485162,488.0836661,2002.627874 +55518,989.2895667,500.7641254,1054.338314,488.8839274,2006.941129 +55519,991.1063776,501.4164818,1056.109276,489.6521021,2011.045456 +55520,992.8530855,502.0428964,1057.810063,490.3932882,2014.965225 +55521,994.5399629,502.6475228,1059.450783,491.1116906,2018.7218 +55522,996.1756403,503.2337828,1061.039932,491.8107752,2022.333885 +55523,997.7673831,503.8045035,1062.58467,492.4934066,2025.817893 +55524,999.3213002,504.3620167,1064.091019,493.1619492,2029.188203 +55525,1000.842543,504.9082536,1065.564063,493.8183621,2032.457443 +55526,1002.33545,505.4448095,1067.008086,494.4642651,2035.636685 +55527,1003.803687,505.9730101,1068.42671,495.1010052,2038.735666 +55528,1005.250348,506.4939528,1069.822995,495.7296989,2041.762929 +55529,1006.678056,507.0085536,1071.199536,496.351279,2044.726 +55530,1008.089028,507.517573,1072.558527,496.9665209,2047.631485 +55531,1009.485152,508.0216493,1073.901839,497.5760767,2050.485217 +55532,1010.868704,508.5218223,1075.232115,498.1809639,2053.29232 +55533,1012.241577,509.0189161,1076.551515,498.7819936,2056.057329 +55534,1013.605109,509.5134186,1077.861459,499.3796577,2058.784235 +55535,1014.960261,510.0056056,1079.162872,499.9742463,2061.47658 +55536,1016.307772,510.4956519,1080.456423,500.565951,2064.137483 +55537,1017.648269,510.9836987,1081.742665,501.1549293,2066.769719 +55538,1018.982288,511.4698673,1083.022078,501.7413171,2069.375736 +55539,1020.310312,511.9542701,1084.295091,502.32524,2071.95772 +55540,1021.632755,512.4370036,1085.562077,502.9068068,2074.517604 +55541,1022.949991,512.9181564,1086.823369,503.4861179,2077.057123 +55542,1024.262344,513.3978037,1088.079257,504.063259,2079.577811 +55543,1025.570103,513.8760152,1089.330001,504.6383104,2082.081052 +55544,1026.873526,514.352851,1090.575829,505.2113424,2084.568072 +55545,1028.17285,514.8283686,1091.816952,505.7824221,2087.039983 +55546,1029.468284,515.3026173,1093.053552,506.3516081,2089.497773 +55547,1030.760027,515.7756456,1094.285804,506.9189583,2091.942343 +55548,1032.048251,516.2474952,1095.51386,507.484523,2094.37449 +55549,1033.333125,516.7182082,1096.737867,508.0483533,2096.794952 +55550,1034.614799,517.1878206,1097.957954,508.6104939,2099.204381 +55551,1035.893422,517.6563696,1099.174247,509.1709904,2101.603382 +55552,1037.169128,518.1238868,1100.386857,509.729883,2103.992493 +55553,1038.442047,518.5904056,1101.595897,510.2872133,2106.372217 +55554,1039.712301,519.0559545,1102.801465,510.8430184,2108.743002 +55555,1040.98001,519.5205634,1104.003661,511.3973363,2111.105267 +55556,1042.245276,519.9842584,1105.202573,511.9502015,2113.45939 +55557,1043.50823,520.4470839,1106.39833,512.5016666,2115.805794 +55558,1044.768953,520.9090614,1107.591007,513.0517615,2118.14479 +55559,1046.027521,521.3702118,1108.780678,513.6005151,2120.476665 +55560,1047.284005,521.830554,1109.967411,514.1479548,2122.801679 +55561,1048.289032,522.1767223,1110.901826,514.5807232,2124.666541 +55562,1050.429583,523.0556787,1112.928446,515.5516565,2128.356361 +55563,1053.178281,524.2130643,1115.542583,516.8031059,2133.063289 +55564,1055.971066,525.3807344,1118.201863,518.0640219,2137.916379 +55565,1058.560232,526.4438258,1120.666983,519.2185057,2142.519615 +55566,1060.911342,527.3897003,1122.903715,520.2539527,2146.798455 +55567,1063.06463,528.2405829,1124.950006,521.1929151,2150.794498 +55568,1065.065141,529.0199168,1126.848756,522.059122,2154.561806 +55569,1066.944634,529.7439529,1128.630281,522.8690118,2158.138997 +55570,1068.723771,530.423118,1130.314313,523.6331309,2161.551128 +55571,1070.417285,531.0647163,1131.91492,524.3588706,2164.816361 +55572,1072.037067,531.6745263,1133.443462,525.0520812,2167.949922 +55573,1073.593352,532.2574214,1134.909721,525.7176982,2170.965544 +55574,1075.094997,532.8175343,1136.322166,526.3599091,2173.87567 +55575,1076.549596,533.3583344,1137.688064,526.9822306,2176.691464 +55576,1077.962401,533.8835196,1139.013418,527.5874236,2179.419907 +55577,1079.338894,534.3954127,1140.303451,528.1779143,2182.070013 +55578,1080.684268,534.895615,1141.562701,528.7558003,2184.650897 +55579,1082.002917,535.3854571,1142.795002,529.3228154,2187.17047 +55580,1083.298382,535.8661368,1144.003553,529.8803636,2189.635271 +55581,1084.573503,536.3387147,1145.191014,530.4295787,2192.050735 +55582,1085.83062,536.8041038,1146.359619,530.9713882,2194.421515 +55583,1087.071685,537.2634476,1147.511249,531.5065566,2196.751665 +55584,1088.298364,537.7179978,1148.64751,532.0357222,2199.044771 +55585,1089.512074,538.1686647,1149.769765,532.5594179,2201.304003 +55586,1090.714035,538.6159954,1150.879182,533.0780923,2203.532175 +55587,1091.905291,539.0603072,1151.976763,533.5952531,2205.731784 +55588,1093.086744,539.501805,1153.063371,534.1113951,2207.905049 +55589,1094.259176,539.9406439,1154.139747,534.6258204,2210.053943 +55590,1095.423266,540.3769551,1155.206537,535.1379137,2212.180227 +55591,1096.579611,540.8108522,1156.264302,535.6474296,2214.285473 +55592,1097.735715,541.2460012,1157.321509,536.1580326,2216.371091 +55593,1098.900088,541.6849527,1158.386029,536.6735811,2218.439634 +55594,1100.075629,542.1291683,1159.461181,537.1954154,2220.49179 +55595,1101.261931,542.5789036,1160.547007,537.7232789,2222.527938 +55596,1102.457657,543.0337282,1161.642243,538.2564165,2224.548653 +55597,1103.661596,543.4930127,1162.745465,538.79411,2226.554689 +55598,1104.872871,543.9561637,1163.855464,539.3358039,2228.546841 +55599,1106.090852,544.4226875,1164.97127,539.8810795,2230.52588 +55600,1107.315055,544.8921795,1166.092082,540.4296066,2232.492516 +55601,1108.54509,545.3643045,1167.217221,540.9811155,2234.447412 +55602,1109.780639,545.8387772,1168.346098,541.5353801,2236.39118 +55603,1111.021449,546.3153556,1169.478202,542.0922137,2238.3244 +55604,1112.267315,546.7938311,1170.613086,542.6514616,2240.247609 +55605,1113.518087,547.2740259,1171.750366,543.2129985,2242.16132 +55606,1114.773656,547.7557864,1172.889706,543.7767225,2244.066008 +55607,1116.033949,548.2389812,1174.030813,544.3425532,2245.962127 +55608,1117.298929,548.7234964,1175.173435,544.9104273,2247.850101 +55609,1118.568588,549.209233,1176.317348,545.4802962,2249.730331 +55610,1119.842939,549.6961045,1177.462356,546.0521236,2251.603192 +55611,1121.122019,550.1840359,1178.608291,546.625885,2253.469042 +55612,1122.405883,550.6729603,1179.754998,547.2015642,2255.328215 +55613,1123.694608,551.1628195,1180.902347,547.7791542,2257.181032 +55614,1124.988281,551.6535607,1182.050217,548.3586541,2259.02779 +55615,1126.287004,552.1451375,1183.198504,548.9400699,2260.868775 +55616,1127.590888,552.6375076,1184.347113,549.5234127,2262.704253 +55617,1128.900063,553.1306331,1185.495959,550.1086988,2264.53448 +55618,1130.214666,553.6244791,1186.644965,550.6959483,2266.359696 +55619,1131.53484,554.1190141,1187.794062,551.2851861,2268.18013 +55620,1132.860743,554.6142085,1188.943188,551.87644,2269.995999 +55621,1132.937231,554.5394395,1188.836973,551.8991458,2269.525126 +55622,1131.64801,553.8473091,1187.355588,551.3063975,2266.483894 +55623,1129.697662,552.8652986,1185.204273,550.4252533,2262.098497 +55624,1127.782502,551.910971,1183.080058,549.5731739,2257.624298 +55625,1126.185601,551.109005,1181.266364,548.8749567,2253.603657 +55626,1124.927685,550.4634466,1179.784032,548.3348024,2250.114839 +55627,1123.944806,549.9408399,1178.569099,547.9193783,2247.076835 +55628,1123.173387,549.5094713,1177.557879,547.5970634,2244.398486 +55629,1122.569862,549.1479639,1176.706638,547.3465583,2242.01591 +55630,1122.106084,548.8426863,1175.987017,547.1543055,2239.887435 +55631,1121.762051,548.5841022,1175.37878,547.0108439,2237.982787 +55632,1121.52171,548.3646841,1174.865613,546.9087232,2236.276691 +55633,1121.37139,548.1781274,1174.433572,546.8417181,2234.746613 +55634,1121.299372,548.0191133,1174.070648,546.8045915,2233.372288 +55635,1121.295734,547.8832086,1173.766615,546.7929938,2232.135693 +55636,1121.352171,547.7667562,1173.512843,546.8033535,2231.020948 +55637,1121.461764,547.6667524,1173.302081,546.8327555,2230.014121 +55638,1121.618756,547.5807308,1173.128239,546.878824,2229.102997 +55639,1121.818371,547.5066617,1172.986192,546.9396229,2228.276861 +55640,1122.056655,547.4428712,1172.871618,547.0135749,2227.526308 +55641,1122.330328,547.3879764,1172.78087,547.0993963,2226.843071 +55642,1122.638287,547.3407914,1172.710958,547.1965628,2226.219089 +55643,1122.977968,547.3003912,1172.659278,547.3041233,2225.648283 +55644,1123.346818,547.2660178,1172.623589,547.4211556,2225.125453 +55645,1123.74291,547.2370283,1172.601988,547.5469661,2224.645875 +55646,1124.164898,547.2128755,1172.59286,547.6810711,2224.205263 +55647,1124.611842,547.1930968,1172.594836,547.8231284,2223.799786 +55648,1125.083051,547.1773021,1172.606746,547.972886,2223.426056 +55649,1125.578018,547.1651621,1172.627589,548.130155,2223.081094 +55650,1126.096369,547.1563974,1172.656501,548.2947964,2222.762274 +55651,1126.637847,547.1507703,1172.692739,548.4667147,2222.467288 +55652,1127.148101,547.1334553,1172.702918,548.6240554,2222.194523 +55653,1127.586982,547.0935472,1172.661896,548.7511047,2221.941986 +55654,1127.941237,547.0277083,1172.56128,548.8431061,2221.70769 +55655,1128.212704,546.936202,1172.401045,548.9010505,2221.489361 +55656,1128.409831,546.8218665,1172.18703,548.9286268,2221.28567 +55657,1128.541351,546.6877069,1171.925646,548.9295445,2221.095627 +55658,1128.614376,546.5360744,1171.622044,548.906731,2220.918248 +55659,1128.6345,546.3687114,1171.280154,548.862413,2220.752512 +55660,1128.606301,546.1869696,1170.90312,548.7983561,2220.597392 +55661,1128.533676,545.9919655,1170.493601,548.7160297,2220.451887 +55662,1128.420001,545.7846524,1170.053922,548.6166866,2220.31503 +55663,1128.268227,545.5658513,1169.586127,548.5013998,2220.185893 +55664,1128.080933,545.3362687,1169.092012,548.371088,2220.063586 +55665,1127.860363,545.0965114,1168.573154,548.2265361,2219.947257 +55666,1127.608475,544.8471007,1168.030936,548.0684153,2219.836086 +55667,1127.326971,544.5884866,1167.466577,547.8973016,2219.729297 +55668,1127.017341,544.3210592,1166.881153,547.7136913,2219.626147 +55669,1126.680888,544.0451581,1166.275618,547.5180133,2219.525934 +55670,1126.318767,543.7610805,1165.650819,547.3106399,2219.427992 +55671,1125.931992,543.4690875,1165.007512,547.0918953,2219.331691 +55672,1125.521458,543.1694098,1164.346375,546.8620631,2219.236441 +55673,1125.087952,542.8622519,1163.668014,546.6213922,2219.141681 +55674,1124.632185,542.5477965,1162.972977,546.3701023,2219.04689 +55675,1124.15478,542.2262069,1162.261757,546.1083873,2218.951575 +55676,1123.656297,541.8976303,1161.534803,545.8364199,2218.855279 +55677,1123.137237,541.5622,1160.792521,545.5543544,2218.75757 +55678,1122.598049,541.2200369,1160.035284,545.2623288,2218.658048 +55679,1122.039134,540.8712518,1159.263431,544.9604676,2218.55634 +55680,1121.46086,540.5159462,1158.477275,544.6488836,2218.452099 +55681,1119.607941,539.5834788,1156.421486,543.7569445,2216.062062 +55682,1114.971864,537.4014861,1151.585455,541.6121051,2208.515188 +55683,1108.954965,534.6198665,1145.368657,538.8644289,2198.243705 +55684,1102.948546,531.8728331,1139.162484,536.1482627,2187.751125 +55685,1097.520719,529.411415,1133.536623,533.7146719,2178.123863 +55686,1092.716089,527.246002,1128.537237,531.5740245,2169.522858 +55687,1088.409741,525.3116294,1124.040427,529.6613206,2161.790098 +55688,1084.47696,523.5463295,1119.922003,527.9145637,2154.746376 +55689,1080.832472,521.9084112,1116.096938,526.2920444,2148.266294 +55690,1077.421436,520.3714435,1112.510509,524.7673211,2142.268526 +55691,1074.204973,518.9170269,1109.123908,523.3219882,2136.694282 +55692,1071.151868,517.5306761,1105.905957,521.9415572,2131.494631 +55693,1068.235478,516.200264,1102.830025,520.6138999,2126.625964 +55694,1065.432896,514.9155677,1099.873198,519.3287936,2122.049085 +55695,1062.724658,513.6680739,1097.015984,518.0777275,2117.72914 +55696,1060.094395,512.4507726,1094.24197,516.8536952,2113.635436 +55697,1057.528408,511.2579216,1091.537402,515.65096,2109.741066 +55698,1055.015238,510.0848196,1088.890756,514.4648275,2106.022455 +55699,1052.545297,508.9276119,1086.29237,513.2914517,2102.458931 +55700,1050.110549,507.7831337,1083.734129,512.1276779,2099.032352 +55701,1047.704262,506.648784,1081.209213,510.9709171,2095.726786 +55702,1045.32079,505.5224233,1078.711887,509.8190439,2092.528234 +55703,1042.955406,504.4022908,1076.237321,508.6703136,2089.424392 +55704,1040.604151,503.2869365,1073.781451,507.5232943,2086.404442 +55705,1038.263711,502.175166,1071.34085,506.3768123,2083.458865 +55706,1035.931317,501.065994,1068.91263,505.2299058,2080.579286 +55707,1033.604662,499.9586067,1066.49435,504.0817871,2077.758327 +55708,1031.281824,498.8523313,1064.083947,502.9318127,2074.989487 +55709,1028.961208,497.7466116,1061.679677,501.7794591,2072.267035 +55710,1026.641496,496.6409855,1059.280058,500.6243006,2069.585914 +55711,1024.319937,495.534269,1056.882162,499.4651047,2066.940548 +55712,1022.022825,494.4350551,1054.504661,498.3147048,2064.328369 +55713,1019.768126,493.3488828,1052.15992,497.1815909,2061.746253 +55714,1017.560376,492.2769146,1049.850747,496.067754,2059.190993 +55715,1015.396639,491.2180435,1047.574805,494.9717292,2056.659708 +55716,1013.27186,490.1706122,1045.328376,493.8911642,2054.149925 +55717,1011.181285,489.1331377,1043.108018,492.823929,2051.659522 +55718,1009.121022,488.1044443,1040.910911,491.7683346,2049.18666 +55719,1007.08791,487.0836011,1038.73476,490.7230476,2046.729744 +55720,1005.079299,486.0698416,1036.577624,489.6869734,2044.287385 +55721,1003.092906,485.0625175,1034.43783,488.6591876,2041.858377 +55722,1001.126745,484.0610735,1032.313913,487.6388985,2039.44168 +55723,999.1689609,483.0656611,1030.205994,486.6229549,2037.03639 +55724,997.2205556,482.0756866,1028.112565,485.6114262,2034.641713 +55725,995.2851522,481.0904798,1026.031939,484.6050195,2032.256972 +55726,993.3645555,480.1095572,1023.962837,483.6040049,2029.881589 +55727,991.4587062,479.1326037,1021.904368,482.6082215,2027.515062 +55728,989.5666487,478.159397,1019.85586,481.6173278,2025.156953 +55729,987.6872235,477.1897564,1017.81675,480.6309684,2022.806876 +55730,985.8194294,476.2235217,1015.786537,479.6488335,2020.464495 +55731,983.9624682,475.2605478,1013.764764,478.6706635,2018.129514 +55732,982.1156865,474.3007032,1011.751016,477.6962366,2015.801672 +55733,980.2785199,473.3438695,1009.744915,476.7253593,2013.480739 +55734,978.4504683,472.3899401,1007.746121,475.7578603,2011.166511 +55735,976.6310795,471.4388183,1005.754322,474.7935862,2008.858805 +55736,974.8199473,470.4904161,1003.769234,473.8323996,2006.557457 +55737,973.0167044,469.5446529,1001.790596,472.8741772,2004.262318 +55738,971.2210177,468.6014544,999.8181693,471.9188073,2001.973252 +55739,969.4325853,467.6607517,997.8517302,470.9661886,1999.690135 +55740,967.6511325,466.7224809,995.8910738,470.016229,1997.412849 +55741,0,0,0,0,0 +55742,0,0,0,0,0 +55743,0,0,0,0,0 +55744,0,0,0,0,0 +55745,0,0,0,0,0 +55746,0,0,0,0,0 +55747,0,0,0,0,0 +55748,0,0,0,0,0 +55749,0,0,0,0,0 +55750,0,0,0,0,0 +55751,0,0,0,0,1235.662869 +55752,0,0,0,0,950.4410527 +55753,0,0,0,0,889.705846 +55754,0,0,0,0,990.5239196 +55755,0,0,0,0,1001.097989 +55756,0,0,0,0,1011.093515 +55757,0,0,0,0,1020.724809 +55758,0,0,0,0,1029.843103 +55759,0,0,0,0,1038.672334 +55760,0,0,0,0,1047.189893 +55761,0,0,0,0,1055.433523 +55762,0,0,0,0,1063.424497 +55763,0,0,0,0,1071.124147 +55764,0,0,0,0,1078.748344 +55765,0,0,0,0,1086.091475 +55766,0,0,0,0,1093.143542 +55767,0,0,0,0,1100.076115 +55768,0,0,0,0,1106.926639 +55769,0,0,0,0,1117.677997 +55770,0,0,0,0,1117.751506 +55771,0,0,0,0,1133.471737 +55772,0,0,0,0,1126.479153 +55773,0,0,0,0,1151.751054 +55774,0,0,0,0,1129.886959 +55775,0,0,0,0,1148.325749 +55776,0,0,0,0,1159.181296 +55777,0,0,0,0,1159.389496 +55778,0,0,0,0,1166.211722 +55779,0,0,0,0,1171.434805 +55780,0,0,0,0,1176.535751 +55781,0,0,0,0,1181.523907 +55782,0,0,0,0,1186.404789 +55783,0,0,0,0,1191.243862 +55784,0,0,0,0,1195.818494 +55785,0,0,0,0,1200.442468 +55786,0,0,0,0,1204.910419 +55787,0,0,0,0,1209.231389 +55788,0,0,0,0,1213.626403 +55789,0,0,0,0,1217.847303 +55790,0,0,0,0,1221.881193 +55791,0,0,0,0,1225.968195 +55792,0,0,0,0,1229.914753 +55793,0,0,0,0,1233.710972 +55794,0,0,0,0,1237.515459 +55795,0,0,0,0,1241.253794 +55796,0,0,0,0,1244.745751 +55797,0,0,0,0,1248.251769 +55798,0,0,0,0,1251.794156 +55799,0,0,0,0,1255.117224 +55800,0,0,0,0,1258.426396 +55801,0,0,0,0,0 +55802,0,0,0,0,0 +55803,0,0,0,0,0 +55804,0,0,0,0,0 +55805,0,0,0,0,0 +55806,0,0,0,0,0 +55807,0,0,0,0,0 +55808,0,0,0,0,0 +55809,0,0,0,0,0 +55810,0,0,0,0,0 +55811,0,0,0,0,0 +55812,0,0,0,0,0 +55813,0,0,0,0,0 +55814,0,0,0,0,0 +55815,0,0,0,0,0 +55816,0,0,0,0,0 +55817,0,0,0,0,0 +55818,0,0,0,0,0 +55819,0,0,0,0,0 +55820,0,0,0,0,0 +55821,0,0,0,0,0 +55822,0,0,0,0,0 +55823,0,0,0,0,0 +55824,0,0,0,0,0 +55825,0,0,0,0,0 +55826,0,0,0,0,0 +55827,0,0,0,0,0 +55828,0,0,0,0,0 +55829,0,0,0,0,0 +55830,0,0,0,0,0 +55831,0,0,0,0,0 +55832,0,0,0,0,0 +55833,0,0,0,0,0 +55834,0,0,0,0,0 +55835,0,0,0,0,0 +55836,0,0,0,0,0 +55837,0,0,0,0,0 +55838,0,0,0,0,0 +55839,0,0,0,0,0 +55840,0,0,0,0,0 +55841,0,0,0,0,0 +55842,0,0,0,0,0 +55843,0,0,0,0,0 +55844,0,0,0,0,0 +55845,0,0,0,0,0 +55846,0,0,0,0,0 +55847,0,0,0,0,0 +55848,0,0,0,0,0 +55849,0,0,0,0,0 +55850,0,0,0,0,0 +55851,0,0,0,0,0 +55852,0,0,0,0,0 +55853,0,0,0,0,0 +55854,0,0,0,0,0 +55855,0,0,0,0,0 +55856,0,0,0,0,0 +55857,0,0,0,0,0 +55858,0,0,0,0,0 +55859,0,0,0,0,0 +55860,0,0,0,0,0 +55861,0,0,0,0,0 +55862,0,0,0,0,0 +55863,0,0,0,0,0 +55864,0,0,0,0,0 +55865,0,0,0,0,0 +55866,0,0,0,0,0 +55867,0,0,0,0,0 +55868,0,0,0,0,0 +55869,0,0,0,0,0 +55870,0,0,0,0,0 +55871,0,0,0,0,0 +55872,0,0,0,0,0 +55873,0,0,0,0,0 +55874,0,0,0,0,0 +55875,0,0,0,0,0 +55876,0,0,0,0,0 +55877,0,0,0,0,0 +55878,0,0,0,0,0 +55879,0,0,0,0,0 +55880,0,0,0,0,0 +55881,0,0,0,0,0 +55882,0,0,0,0,0 +55883,0,0,0,0,0 +55884,0,0,0,0,0 +55885,0,0,0,0,0 +55886,0,0,0,0,0 +55887,0,0,0,0,0 +55888,0,0,0,0,0 +55889,0,0,0,0,0 +55890,0,0,0,0,0 +55891,0,0,0,0,0 +55892,0,0,0,0,0 +55893,0,0,0,0,0 +55894,0,0,0,0,0 +55895,0,0,0,0,0 +55896,0,0,0,0,0 +55897,0,0,0,0,0 +55898,0,0,0,0,0 +55899,0,0,0,0,0 +55900,0,0,0,0,0 +55901,0,0,0,0,0 +55902,0,0,0,0,0 +55903,0,0,0,0,0 +55904,0,0,0,0,0 +55905,0,0,0,0,0 +55906,0,0,0,0,0 +55907,0,0,0,0,0 +55908,0,0,0,0,0 +55909,0,0,0,0,0 +55910,0,0,0,0,0 +55911,0,0,0,0,0 +55912,0,0,0,0,0 +55913,0,0,0,0,0 +55914,0,0,0,0,0 +55915,0,0,0,0,0 +55916,0,0,0,0,0 +55917,0,0,0,0,0 +55918,0,0,0,0,0 +55919,0,0,0,0,0 +55920,0,0,0,0,0 +55921,0,0,0,0,0 +55922,0,0,0,0,0 +55923,0,0,0,0,0 +55924,0,0,0,0,0 +55925,0,0,0,0,0 +55926,0,0,0,0,0 +55927,0,0,0,0,0 +55928,0,0,0,0,0 +55929,0,0,0,0,0 +55930,0,0,0,0,0 +55931,0,0,0,0,0 +55932,0,0,0,0,0 +55933,0,0,0,0,0 +55934,0,0,0,0,0 +55935,0,0,0,0,0 +55936,0,0,0,0,0 +55937,0,0,0,0,0 +55938,0,0,0,0,0 +55939,0,0,0,0,0 +55940,0,0,0,0,0 +55941,0,0,0,0,0 +55942,0,0,0,0,0 +55943,0,0,0,0,0 +55944,0,0,0,0,0 +55945,0,0,0,0,0 +55946,0,0,0,0,0 +55947,0,0,0,0,0 +55948,0,0,0,0,0 +55949,0,0,0,0,0 +55950,0,0,0,0,0 +55951,0,0,0,0,0 +55952,0,0,0,0,0 +55953,0,0,0,0,0 +55954,0,0,0,0,0 +55955,0,0,0,0,0 +55956,0,0,0,0,0 +55957,0,0,0,0,0 +55958,0,0,0,0,0 +55959,0,0,0,0,0 +55960,0,0,0,0,0 +55961,0,0,0,0,0 +55962,0,0,0,0,0 +55963,0,0,0,0,0 +55964,0,0,0,0,0 +55965,0,0,0,0,0 +55966,0,0,0,0,0 +55967,0,0,0,0,0 +55968,0,0,0,0,0 +55969,0,0,0,0,0 +55970,0,0,0,0,0 +55971,0,0,0,0,0 +55972,0,0,0,0,0 +55973,0,0,0,0,0 +55974,0,0,0,0,0 +55975,0,0,0,0,0 +55976,0,0,0,0,0 +55977,0,0,0,0,0 +55978,0,0,0,0,0 +55979,0,0,0,0,0 +55980,0,0,0,0,0 +55981,0,0,0,0,0 +55982,0,0,0,0,0 +55983,0,0,0,0,0 +55984,0,0,0,0,0 +55985,0,0,0,0,0 +55986,0,0,0,0,0 +55987,0,0,0,0,0 +55988,0,0,0,0,0 +55989,0,0,0,0,0 +55990,0,0,0,0,0 +55991,0,0,0,0,0 +55992,0,0,0,0,0 +55993,0,0,0,0,0 +55994,0,0,0,0,0 +55995,0,0,0,0,0 +55996,0,0,0,0,0 +55997,0,0,0,0,0 +55998,0,0,0,0,0 +55999,0,0,0,0,0 +56000,0,0,0,0,0 +56001,0,0,0,0,0 +56002,0,0,0,0,0 +56003,0,0,0,0,0 +56004,0,0,0,0,0 +56005,0,0,0,0,0 +56006,0,0,0,0,0 +56007,0,0,0,0,0 +56008,0,0,0,0,0 +56009,0,0,0,0,0 +56010,0,0,0,0,0 +56011,0,0,0,0,0 +56012,0,0,0,0,0 +56013,0,0,0,0,0 +56014,0,0,0,0,0 +56015,0,0,0,0,0 +56016,0,0,0,0,0 +56017,0,0,0,0,0 +56018,0,0,0,0,0 +56019,0,0,0,0,0 +56020,0,0,0,0,0 +56021,0,0,0,0,0 +56022,0,0,0,0,0 +56023,0,0,0,0,0 +56024,0,0,0,0,0 +56025,0,0,0,0,0 +56026,0,0,0,0,0 +56027,0,0,0,0,0 +56028,0,0,0,0,0 +56029,0,0,0,0,0 +56030,0,0,0,0,0 +56031,0,0,0,0,0 +56032,0,0,0,0,0 +56033,0,0,0,0,0 +56034,0,0,0,0,0 +56035,0,0,0,0,0 +56036,0,0,0,0,0 +56037,0,0,0,0,0 +56038,0,0,0,0,0 +56039,0,0,0,0,0 +56040,0,0,0,0,0 +56041,0,0,0,0,0 +56042,0,0,0,0,0 +56043,0,0,0,0,0 +56044,0,0,0,0,0 +56045,0,0,0,0,0 +56046,0,0,0,0,0 +56047,0,0,0,0,0 +56048,0,0,0,0,0 +56049,0,0,0,0,0 +56050,0,0,0,0,0 +56051,0,0,0,0,0 +56052,0,0,0,0,0 +56053,0,0,0,0,0 +56054,0,0,0,0,0 +56055,0,0,0,0,0 +56056,0,0,0,0,0 +56057,0,0,0,0,0 +56058,0,0,0,0,0 +56059,0,0,0,0,0 +56060,0,0,0,0,0 +56061,0,0,0,0,0 +56062,0,0,0,0,0 +56063,0,0,0,0,0 +56064,0,0,0,0,0 +56065,0,0,0,0,0 +56066,0,0,0,0,0 +56067,0,0,0,0,0 +56068,0,0,0,0,0 +56069,0,0,0,0,0 +56070,0,0,0,0,0 +56071,0,0,0,0,0 +56072,0,0,0,0,0 +56073,0,0,0,0,0 +56074,0,0,0,0,0 +56075,0,0,0,0,0 +56076,0,0,0,0,0 +56077,0,0,0,0,0 +56078,0,0,0,0,0 +56079,0,0,0,0,0 +56080,0,0,0,0,0 +56081,0,0,0,0,0 +56082,0,0,0,0,0 +56083,0,0,0,0,0 +56084,0,0,0,0,0 +56085,0,0,0,0,0 +56086,0,0,0,0,0 +56087,0,0,0,0,0 +56088,0,0,0,0,0 +56089,0,0,0,0,0 +56090,0,0,0,0,0 +56091,0,0,0,0,0 +56092,0,0,0,0,0 +56093,0,0,0,0,0 +56094,0,0,0,0,0 +56095,0,0,0,0,0 +56096,0,0,0,0,0 +56097,0,0,0,0,0 +56098,0,0,0,0,0 +56099,0,0,0,0,0 +56100,0,0,0,0,0 +56101,0,0,0,0,0 +56102,0,0,0,0,0 +56103,0,0,0,0,0 +56104,0,0,0,0,0 +56105,0,0,0,0,0 +56106,0,0,0,0,0 +56107,0,0,0,0,0 +56108,0,0,0,0,0 +56109,0,0,0,0,0 +56110,0,0,0,0,0 +56111,0,0,0,0,0 +56112,0,0,0,0,0 +56113,0,0,0,0,0 +56114,0,0,0,0,0 +56115,0,0,0,0,0 +56116,0,0,0,0,0 +56117,0,0,0,0,0 +56118,0,0,0,0,0 +56119,0,0,0,0,0 +56120,0,0,0,0,0 +56121,0,0,0,0,0 +56122,0,0,0,0,0 +56123,0,0,0,0,0 +56124,0,0,0,0,0 +56125,0,0,0,0,0 +56126,0,0,0,0,0 +56127,0,0,0,0,0 +56128,0,0,0,0,0 +56129,0,0,0,0,0 +56130,0,0,0,0,0 +56131,0,0,0,0,0 +56132,0,0,0,0,0 +56133,0,0,0,0,0 +56134,0,0,0,0,0 +56135,0,0,0,0,0 +56136,0,0,0,0,0 +56137,0,0,0,0,0 +56138,0,0,0,0,0 +56139,0,0,0,0,0 +56140,0,0,0,0,0 +56141,0,0,0,0,0 +56142,0,0,0,0,0 +56143,0,0,0,0,0 +56144,0,0,0,0,0 +56145,0,0,0,0,0 +56146,0,0,0,0,0 +56147,0,0,0,0,0 +56148,0,0,0,0,0 +56149,0,0,0,0,0 +56150,0,0,0,0,0 +56151,0,0,0,0,0 +56152,0,0,0,0,0 +56153,0,0,0,0,0 +56154,0,0,0,0,0 +56155,0,0,0,0,0 +56156,0,0,0,0,0 +56157,0,0,0,0,0 +56158,0,0,0,0,0 +56159,0,0,0,0,0 +56160,0,0,0,0,0 +56161,0,0,0,0,0 +56162,0,0,0,0,0 +56163,0,0,0,0,0 +56164,0,0,0,0,0 +56165,0,0,0,0,0 +56166,0,0,0,0,0 +56167,0,0,0,0,0 +56168,0,0,0,0,0 +56169,0,0,0,0,0 +56170,0,0,0,0,0 +56171,0,0,0,0,0 +56172,0,0,0,0,0 +56173,0,0,0,0,0 +56174,0,0,0,0,0 +56175,0,0,0,0,0 +56176,0,0,0,0,0 +56177,0,0,0,0,0 +56178,0,0,0,0,0 +56179,0,0,0,0,0 +56180,0,0,0,0,0 +56181,0,0,0,0,0 +56182,0,0,0,0,0 +56183,0,0,0,0,0 +56184,0,0,0,0,0 +56185,0,0,0,0,0 +56186,0,0,0,0,0 +56187,0,0,0,0,0 +56188,0,0,0,0,0 +56189,0,0,0,0,0 +56190,0,0,0,0,0 +56191,0,0,0,0,0 +56192,0,0,0,0,0 +56193,0,0,0,0,0 +56194,0,0,0,0,0 +56195,0,0,0,0,0 +56196,0,0,0,0,0 +56197,0,0,0,0,0 +56198,0,0,0,0,0 +56199,0,0,0,0,0 +56200,0,0,0,0,0 +56201,0,0,0,0,0 +56202,0,0,0,0,0 +56203,0,0,0,0,0 +56204,0,0,0,0,0 +56205,0,0,0,0,0 +56206,0,0,0,0,0 +56207,0,0,0,0,0 +56208,0,0,0,0,0 +56209,0,0,0,0,0 +56210,0,0,0,0,0 +56211,0,0,0,0,0 +56212,0,0,0,0,0 +56213,0,0,0,0,0 +56214,0,0,0,0,0 +56215,0,0,0,0,0 +56216,0,0,0,0,0 +56217,0,0,0,0,0 +56218,0,0,0,0,0 +56219,0,0,0,0,0 +56220,0,0,0,0,0 +56221,0,0,0,0,0 +56222,0,0,0,0,0 +56223,0,0,0,0,0 +56224,0,0,0,0,0 +56225,0,0,0,0,0 +56226,0,0,0,0,0 +56227,0,0,0,0,0 +56228,0,0,0,0,0 +56229,0,0,0,0,0 +56230,0,0,0,0,0 +56231,0,0,0,0,0 +56232,0,0,0,0,0 +56233,0,0,0,0,0 +56234,0,0,0,0,0 +56235,0,0,0,0,0 +56236,0,0,0,0,0 +56237,0,0,0,0,0 +56238,0,0,0,0,0 +56239,0,0,0,0,0 +56240,0,0,0,0,0 +56241,0,0,0,0,0 +56242,0,0,0,0,0 +56243,0,0,0,0,0 +56244,0,0,0,0,0 +56245,0,0,0,0,0 +56246,0,0,0,0,0 +56247,0,0,0,0,0 +56248,0,0,0,0,0 +56249,0,0,0,0,0 +56250,0,0,0,0,0 +56251,0,0,0,0,0 +56252,0,0,0,0,0 +56253,0,0,0,0,0 +56254,0,0,0,0,0 +56255,0,0,0,0,0 +56256,0,0,0,0,0 +56257,0,0,0,0,0 +56258,0,0,0,0,0 +56259,0,0,0,0,0 +56260,0,0,0,0,0 +56261,0,0,0,0,0 +56262,0,0,0,0,0 +56263,0,0,0,0,0 +56264,0,0,0,0,0 +56265,0,0,0,0,0 +56266,0,0,0,0,0 +56267,0,0,0,0,0 +56268,0,0,0,0,0 +56269,0,0,0,0,0 +56270,0,0,0,0,0 +56271,0,0,0,0,0 +56272,0,0,0,0,0 +56273,0,0,0,0,0 +56274,0,0,0,0,0 +56275,0,0,0,0,0 +56276,0,0,0,0,0 +56277,0,0,0,0,0 +56278,0,0,0,0,0 +56279,0,0,0,0,0 +56280,0,0,0,0,0 +56281,0,0,0,0,0 +56282,0,0,0,0,0 +56283,0,0,0,0,0 +56284,0,0,0,0,0 +56285,0,0,0,0,0 +56286,0,0,0,0,0 +56287,0,0,0,0,0 +56288,0,0,0,0,0 +56289,0,0,0,0,0 +56290,0,0,0,0,0 +56291,0,0,0,0,0 +56292,0,0,0,0,0 +56293,0,0,0,0,0 +56294,0,0,0,0,0 +56295,0,0,0,0,0 +56296,0,0,0,0,0 +56297,0,0,0,0,0 +56298,0,0,0,0,0 +56299,0,0,0,0,0 +56300,0,0,0,0,0 +56301,0,0,0,0,0 +56302,0,0,0,0,0 +56303,0,0,0,0,0 +56304,0,0,0,0,0 +56305,0,0,0,0,0 +56306,0,0,0,0,0 +56307,0,0,0,0,0 +56308,0,0,0,0,0 +56309,0,0,0,0,0 +56310,0,0,0,0,0 +56311,0,0,0,0,0 +56312,0,0,0,0,0 +56313,0,0,0,0,0 +56314,0,0,0,0,0 +56315,0,0,0,0,0 +56316,0,0,0,0,0 +56317,0,0,0,0,0 +56318,0,0,0,0,0 +56319,0,0,0,0,0 +56320,0,0,0,0,0 +56321,0,0,0,0,0 +56322,0,0,0,0,0 +56323,0,0,0,0,0 +56324,0,0,0,0,0 +56325,0,0,0,0,0 +56326,0,0,0,0,0 +56327,0,0,0,0,0 +56328,0,0,0,0,0 +56329,0,0,0,0,0 +56330,0,0,0,0,0 +56331,0,0,0,0,0 +56332,0,0,0,0,0 +56333,0,0,0,0,0 +56334,0,0,0,0,0 +56335,0,0,0,0,0 +56336,0,0,0,0,0 +56337,0,0,0,0,0 +56338,0,0,0,0,0 +56339,0,0,0,0,0 +56340,0,0,0,0,0 +56341,0,0,0,0,0 +56342,0,0,0,0,0 +56343,0,0,0,0,0 +56344,0,0,0,0,0 +56345,0,0,0,0,0 +56346,0,0,0,0,0 +56347,0,0,0,0,0 +56348,0,0,0,0,0 +56349,0,0,0,0,0 +56350,0,0,0,0,0 +56351,0,0,0,0,0 +56352,0,0,0,0,0 +56353,0,0,0,0,0 +56354,0,0,0,0,0 +56355,0,0,0,0,0 +56356,0,0,0,0,0 +56357,0,0,0,0,0 +56358,0,0,0,0,0 +56359,0,0,0,0,0 +56360,0,0,0,0,0 +56361,0,0,0,0,0 +56362,0,0,0,0,0 +56363,0,0,0,0,0 +56364,0,0,0,0,0 +56365,0,0,0,0,0 +56366,0,0,0,0,0 +56367,0,0,0,0,0 +56368,0,0,0,0,0 +56369,0,0,0,0,0 +56370,0,0,0,0,0 +56371,0,0,0,0,0 +56372,0,0,0,0,0 +56373,0,0,0,0,0 +56374,0,0,0,0,0 +56375,0,0,0,0,0 +56376,0,0,0,0,0 +56377,0,0,0,0,0 +56378,0,0,0,0,0 +56379,0,0,0,0,0 +56380,0,0,0,0,0 +56381,0,0,0,0,0 +56382,0,0,0,0,0 +56383,0,0,0,0,0 +56384,0,0,0,0,0 +56385,0,0,0,0,0 +56386,0,0,0,0,0 +56387,0,0,0,0,0 +56388,0,0,0,0,0 +56389,0,0,0,0,0 +56390,0,0,0,0,0 +56391,0,0,0,0,0 +56392,0,0,0,0,0 +56393,0,0,0,0,0 +56394,0,0,0,0,0 +56395,0,0,0,0,0 +56396,0,0,0,0,0 +56397,0,0,0,0,0 +56398,0,0,0,0,0 +56399,0,0,0,0,0 +56400,0,0,0,0,0 +56401,0,0,0,0,0 +56402,0,0,0,0,0 +56403,0,0,0,0,0 +56404,0,0,0,0,0 +56405,0,0,0,0,0 +56406,0,0,0,0,0 +56407,0,0,0,0,0 +56408,0,0,0,0,0 +56409,0,0,0,0,0 +56410,0,0,0,0,0 +56411,0,0,0,0,0 +56412,0,0,0,0,0 +56413,0,0,0,0,0 +56414,0,0,0,0,0 +56415,0,0,0,0,0 +56416,0,0,0,0,0 +56417,0,0,0,0,0 +56418,0,0,0,0,0 +56419,0,0,0,0,0 +56420,0,0,0,0,0 +56421,0,0,0,0,0 +56422,0,0,0,0,0 +56423,0,0,0,0,0 +56424,0,0,0,0,0 +56425,0,0,0,0,0 +56426,0,0,0,0,0 +56427,0,0,0,0,0 +56428,0,0,0,0,0 +56429,0,0,0,0,0 +56430,0,0,0,0,0 +56431,0,0,0,0,0 +56432,0,0,0,0,0 +56433,0,0,0,0,0 +56434,0,0,0,0,0 +56435,0,0,0,0,0 +56436,0,0,0,0,0 +56437,0,0,0,0,0 +56438,0,0,0,0,0 +56439,0,0,0,0,0 +56440,0,0,0,0,0 +56441,0,0,0,0,0 +56442,0,0,0,0,0 +56443,0,0,0,0,0 +56444,0,0,0,0,0 +56445,0,0,0,0,0 +56446,0,0,0,0,0 +56447,0,0,0,0,0 +56448,0,0,0,0,0 +56449,0,0,0,0,0 +56450,0,0,0,0,0 +56451,0,0,0,0,0 +56452,0,0,0,0,0 +56453,0,0,0,0,0 +56454,0,0,0,0,0 +56455,0,0,0,0,0 +56456,0,0,0,0,0 +56457,0,0,0,0,0 +56458,0,0,0,0,0 +56459,0,0,0,0,0 +56460,0,0,0,0,0 +56461,0,0,0,0,0 +56462,0,0,0,0,0 +56463,0,0,0,0,0 +56464,0,0,0,0,0 +56465,0,0,0,0,0 +56466,0,0,0,0,0 +56467,0,0,0,0,0 +56468,0,0,0,0,0 +56469,0,0,0,0,0 +56470,0,0,0,0,0 +56471,0,0,0,0,0 +56472,0,0,0,0,0 +56473,0,0,0,0,0 +56474,0,0,0,0,0 +56475,0,0,0,0,0 +56476,0,0,0,0,0 +56477,0,0,0,0,0 +56478,0,0,0,0,0 +56479,0,0,0,0,0 +56480,0,0,0,0,0 +56481,0,0,0,0,0 +56482,0,0,0,0,0 +56483,0,0,0,0,0 +56484,0,0,0,0,0 +56485,0,0,0,0,0 +56486,0,0,0,0,0 +56487,0,0,0,0,0 +56488,0,0,0,0,0 +56489,0,0,0,0,0 +56490,0,0,0,0,0 +56491,0,0,0,0,0 +56492,0,0,0,0,0 +56493,0,0,0,0,0 +56494,0,0,0,0,0 +56495,0,0,0,0,0 +56496,0,0,0,0,0 +56497,0,0,0,0,0 +56498,0,0,0,0,0 +56499,0,0,0,0,0 +56500,0,0,0,0,0 +56501,0,0,0,0,0 +56502,0,0,0,0,0 +56503,0,0,0,0,0 +56504,0,0,0,0,0 +56505,0,0,0,0,0 +56506,0,0,0,0,0 +56507,0,0,0,0,0 +56508,0,0,0,0,0 +56509,0,0,0,0,0 +56510,0,0,0,0,0 +56511,0,0,0,0,0 +56512,0,0,0,0,0 +56513,0,0,0,0,0 +56514,0,0,0,0,0 +56515,0,0,0,0,0 +56516,0,0,0,0,0 +56517,0,0,0,0,0 +56518,0,0,0,0,0 +56519,0,0,0,0,0 +56520,0,0,0,0,0 +56521,0,0,0,0,0 +56522,0,0,0,0,0 +56523,0,0,0,0,0 +56524,0,0,0,0,0 +56525,0,0,0,0,0 +56526,0,0,0,0,0 +56527,0,0,0,0,0 +56528,0,0,0,0,0 +56529,0,0,0,0,0 +56530,0,0,0,0,0 +56531,0,0,0,0,0 +56532,0,0,0,0,0 +56533,0,0,0,0,0 +56534,0,0,0,0,0 +56535,0,0,0,0,0 +56536,0,0,0,0,0 +56537,0,0,0,0,0 +56538,0,0,0,0,0 +56539,0,0,0,0,0 +56540,0,0,0,0,0 +56541,0,0,0,0,0 +56542,0,0,0,0,0 +56543,0,0,0,0,0 +56544,0,0,0,0,0 +56545,0,0,0,0,0 +56546,0,0,0,0,0 +56547,0,0,0,0,0 +56548,0,0,0,0,0 +56549,0,0,0,0,0 +56550,0,0,0,0,0 +56551,0,0,0,0,0 +56552,0,0,0,0,0 +56553,0,0,0,0,0 +56554,0,0,0,0,0 +56555,0,0,0,0,0 +56556,0,0,0,0,0 +56557,0,0,0,0,0 +56558,0,0,0,0,0 +56559,0,0,0,0,0 +56560,0,0,0,0,0 +56561,0,0,0,0,0 +56562,0,0,0,0,0 +56563,0,0,0,0,0 +56564,0,0,0,0,0 +56565,0,0,0,0,0 +56566,0,0,0,0,0 +56567,0,0,0,0,0 +56568,0,0,0,0,0 +56569,0,0,0,0,0 +56570,0,0,0,0,0 +56571,0,0,0,0,0 +56572,0,0,0,0,0 +56573,0,0,0,0,0 +56574,0,0,0,0,0 +56575,0,0,0,0,0 +56576,0,0,0,0,0 +56577,0,0,0,0,0 +56578,0,0,0,0,0 +56579,0,0,0,0,0 +56580,0,0,0,0,0 +56581,-310.7066077,-122.5613264,-285.3982112,-122.5215273,1331.014904 +56582,-997.076866,-401.7804873,-965.0735872,-401.7418526,255.5076105 +56583,-590.8800435,-233.9767936,-563.0766316,-233.9396097,962.5838737 +56584,-852.9348441,-345.3463857,-822.4221482,-345.3110135,650.3628353 +56585,-1075.755174,-436.043269,-1042.990577,-436.0095095,368.4235735 +56586,-1259.00195,-511.4612302,-1220.44386,-511.4288303,111.5371878 +56587,-1394.727778,-572.8208607,-1355.617334,-572.7896053,-114.8477762 +56588,-1493.726559,-618.0849535,-1454.434268,-618.0546929,-294.3010801 +56589,-1557.294893,-647.5674246,-1518.005803,-647.5380691,-420.8450224 +56590,-1590.879028,-663.5706442,-1551.657078,-663.5421485,-497.9093522 +56591,-1603.216508,-669.9629504,-1564.06087,-669.9352974,-537.153622 +56592,-1601.930413,-670.4169935,-1563.395746,-670.3901808,-551.3073874 +56593,-1594.03483,-667.8704924,-1555.898524,-667.8445316,-552.6038808 +56594,-1583.546979,-664.062359,-1545.5535,-664.0372515,-548.0070182 +56595,-1572.595605,-659.9512625,-1534.619634,-659.9269995,-541.2336501 +56596,-1562.180386,-656.0014209,-1524.18691,-655.9779879,-534.1084146 +56597,-1552.679116,-652.3926326,-1514.666542,-652.3700125,-527.4234352 +56598,-1630.77289,-689.3627205,-1593.318098,-689.3408598,-712.2047592 +56599,-1453.559974,-609.4874109,-1416.18124,-609.4662928,-404.2162478 +56600,-1477.339271,-620.2565384,-1439.544738,-620.2361997,-432.2422113 +56601,-1494.758111,-628.3988606,-1456.763411,-628.3792806,-460.2695324 +56602,-1504.300178,-633.0351051,-1466.21182,-633.0162519,-479.3433079 +56603,-1507.802945,-634.9251544,-1469.672156,-634.9069939,-489.8173413 +56604,-1507.355027,-634.9275219,-1469.031869,-634.9100222,-494.4129111 +56605,-1504.847579,-633.9279656,-1466.241511,-633.9110999,-495.6594916 +56606,-1501.480606,-632.5068636,-1462.578011,-632.4906089,-495.2293401 +56607,-1497.873084,-630.9619724,-1458.695626,-630.9463077,-494.055154 +56608,-1494.298108,-629.4206583,-1454.873019,-629.4055633,-492.6034704 +56609,-1490.859312,-627.9288719,-1451.208873,-627.9143269,-491.0896694 +56610,-1487.587159,-626.499333,-1447.728019,-626.4853185,-489.6055588 +56611,-1484.480557,-624.9448147,-1444.342858,-625.1179245,-488.1830385 +56612,-1481.526824,-623.3439989,-1441.070678,-623.8050129,-486.8359164 +56613,-1478.707158,-621.7826492,-1437.930594,-622.5378026,-485.5599228 +56614,-1476.004265,-620.2953224,-1434.92285,-621.3092595,-484.344689 +56615,-1473.403859,-618.8822354,-1432.035766,-620.1141438,-483.1795259 +56616,-1470.894074,-617.5321545,-1429.254539,-618.9483342,-482.0550948 +56617,-1468.464869,-616.2338839,-1426.565669,-617.8084128,-480.9636448 +56618,-1466.107593,-614.9790538,-1423.95792,-616.6914564,-479.8986999 +56619,-1463.814912,-613.7616717,-1421.422167,-615.5950284,-478.8550822 +56620,-1461.580478,-612.5770927,-1418.950719,-614.5170482,-477.8284225 +56621,-1459.398941,-611.4215156,-1416.537114,-613.4558066,-476.8152877 +56622,-1457.265693,-610.2916917,-1414.175791,-612.4098601,-475.8128582 +56623,-1455.176824,-609.1848625,-1411.86201,-611.378014,-474.8189408 +56624,-1453.128944,-608.0986707,-1409.591674,-610.3592506,-473.8317569 +56625,-1451.119173,-607.0311356,-1407.361297,-609.3527272,-472.8499845 +56626,-1449.14495,-605.9805471,-1405.167809,-608.3576996,-471.8724965 +56627,-1447.204103,-604.9454723,-1403.008608,-607.3735568,-470.8985295 +56628,-1445.294699,-603.9246666,-1400.881397,-606.3997572,-469.9274588 +56629,-1443.415041,-602.9170588,-1398.78417,-605.4358335,-468.9588339 +56630,-1441.563615,-601.9265166,-1396.716766,-604.4813718,-467.9923172 +56631,-1439.739053,-600.955286,-1394.678599,-603.5359979,-467.027638 +56632,-1437.940121,-600.002654,-1392.668205,-602.599375,-466.0645998 +56633,-1436.165756,-599.06651,-1390.68381,-601.6712233,-465.1031642 +56634,-1434.414989,-598.144614,-1388.723698,-600.751288,-464.1433354 +56635,-1432.686954,-597.2351121,-1386.78639,-599.8393444,-463.1851801 +56636,-1430.980838,-596.3365614,-1384.870613,-598.9351769,-462.2287637 +56637,-1429.295911,-595.4478469,-1382.975296,-598.0385953,-461.2742002 +56638,-1427.631485,-594.5680726,-1381.099495,-597.1494173,-460.321602 +56639,-1425.986916,-593.6965021,-1379.242371,-596.2674691,-459.3710755 +56640,-1424.361612,-592.8325313,-1377.403186,-595.3925919,-458.4227566 +56641,-1422.745781,-591.9714609,-1375.572044,-594.5204377,-457.4599909 +56642,-1396.88127,-580.0634711,-1349.584092,-582.5934956,-416.2193333 +56643,-1442.42651,-601.5465018,-1395.549623,-604.054091,-535.8434116 +56644,-1184.909972,-484.815303,-787.5911296,-487.3011712,-75.37537066 +56645,-113.4182718,-195.7244684,-179.4844556,-310.2270308,-284.873715 +56646,-753.4834933,-229.3323094,-634.6002338,-180.7917959,-2.190049141 +56647,-532.4019906,-218.3773626,-435.7865175,-218.3904775,881.6862272 +56648,-501.6067995,-239.2703743,-414.5659275,-283.4405022,730.1969251 +56649,-477.5531944,-173.0474815,-384.9387244,-179.2516268,648.7678601 +56650,-454.2313119,-183.7902876,-364.3795948,-191.6232349,14.73403878 +56651,-435.5017219,-167.907633,-343.2319133,-180.575752,999.4781472 +56652,-411.5839622,-156.5838868,-321.1286227,-168.52177,848.8742554 +56653,-395.5161896,-146.8864698,-299.5089626,-157.0982389,776.2287111 +56654,-373.7207742,-135.9554748,-280.9764699,-147.2024633,88.64316659 +56655,-356.5815833,-126.103203,-260.2364296,-136.5003517,1136.681976 +56656,-336.0807313,-115.1164801,-240.2984765,-127.9891365,991.4914907 +56657,-318.2018651,-107.8252587,-223.2855601,-116.9919624,910.1682392 +56658,-65.48868281,8.333409283,31.36394669,-2.644364413,1107.242261 +56659,-633.1342896,-239.9578395,-531.7076132,-250.6754585,687.9685309 +56660,-101.1528503,-6.015796943,-2.914175568,-17.64491751,1435.491721 +56661,-287.4553431,-86.77756551,-189.2342926,-96.64510954,1222.70489 +56662,-237.2980675,-61.93426329,-133.1912068,-72.57446961,442.6376711 +56663,-220.1958816,-52.61594494,-118.8806243,-62.89461778,1452.331303 +56664,-203.7687878,-45.10778897,-101.0951621,-56.1382825,1182.505478 +56665,32.01713906,62.12958114,134.2957047,51.70353265,1214.432091 +56666,-232.267445,-79.54044482,-204.9117122,-79.54366972,1391.82806 +56667,-402.1778537,-86.68276286,-179.6499211,-113.173998,1177.151349 +56668,218.1243845,126.4960468,264.2128316,124.0396165,867.155654 +56669,-481.2945338,-152.0796842,-356.1670672,-165.1069041,1185.541109 +56670,23.82651846,63.45827178,129.5660585,53.30004015,1560.572287 +56671,-138.0622761,-5.020452845,-27.85957156,-16.03929696,866.979247 +56672,-94.02711661,16.67885803,15.49327219,5.852361865,1434.461556 +56673,-79.08006143,23.648724,32.26774907,11.53207281,1252.602286 +56674,-69.7787608,31.37117661,44.47633156,20.11486562,1303.333265 +56675,243.1463281,119.0683549,264.5752895,119.0733892,1885.439757 +56676,-58.00510879,-8.302767614,-30.98174058,-8.555724955,1575.847905 +56677,-297.7015251,15.5247564,-64.64456081,-31.50893339,1319.06458 +56678,18.45671792,90.73116923,206.3488447,96.44267362,401.5914516 +56679,221.0695872,141.8111108,272.6829375,124.3767647,1717.700389 +56680,-33.53385761,2.495051362,-8.639458099,2.496883828,1609.006491 +56681,-244.9180933,59.30822642,48.54094193,26.01155765,1128.364742 +56682,369.358495,193.1375035,409.0740607,187.2656616,1731.172221 +56683,-256.6320336,-35.47825086,-134.5765894,-51.56386368,1089.677462 +56684,178.4237138,154.8336684,301.0010887,139.4324365,1820.454269 +56685,-6.388492593,92.29441574,154.1568945,76.07575078,1557.149823 +56686,282.2929571,194.3064349,383.6650284,179.9697984,1180.016709 +56687,-7.867152978,10.94570925,16.79438719,10.92928152,1632.951506 +56688,106.688822,234.8688083,400.4040973,196.0076321,1486.310207 +56689,17.40054286,20.96069872,41.74805271,20.89764286,1660.435514 +56690,262.8623588,245.5989792,447.3535897,217.3395776,1305.638299 +56691,24.24606579,30.98881993,48.58494968,24.02841839,1666.918247 +56692,192.8008813,255.453402,463.9836292,227.9122656,1475.411532 +56693,27.63718224,49.11822021,55.27404505,33.51340596,1670.895572 +56694,290.8924426,255.4251555,503.651833,237.8373378,1407.033358 +56695,25.05325705,71.260608,82.86930245,51.06194256,1667.880593 +56696,285.7085879,256.0367165,505.4362622,238.1259962,1505.542272 +56697,23.9332195,90.74352677,120.8297733,69.41181194,1666.961891 +56698,347.2656292,258.3011893,508.7152469,240.4150461,1498.591471 +56699,22.54995044,108.6079004,157.580189,86.59481468,1665.356376 +56700,362.2061478,261.1407902,510.131985,242.6170555,1551.967825 +56701,524.6916827,330.335662,668.8651511,308.6530098,1769.386903 +56702,639.2984315,377.7930428,784.7607657,360.9684316,1862.319853 +56703,654.412304,383.0833769,796.1337577,368.2617802,1958.495367 +56704,653.9800834,384.5319349,795.7518556,369.1755736,2044.723319 +56705,664.2601742,388.9018108,804.1056316,371.7744961,2118.164235 +56706,674.1519889,394.6306246,815.0424108,377.6995066,2181.431423 +56707,684.826731,399.4073458,824.5364966,382.0724748,2236.508594 +56708,695.1416211,404.1009955,831.8866395,386.5849655,2284.535734 +56709,702.4457943,408.6137412,841.8448429,390.7553579,2326.484807 +56710,627.8370452,352.1808456,712.3445152,333.9529579,2953.736072 +56711,745.81381,457.2101492,950.7617443,439.3444428,2023.723458 +56712,748.4474578,417.3706525,856.6521114,398.8247939,2150.377799 +56713,721.5128247,419.7529537,859.7478789,400.4855558,2206.013354 +56714,739.3003954,426.7744615,874.4070029,407.7280956,2245.617694 +56715,751.4083102,432.2767702,884.9862349,412.7044847,2280.601647 +56716,758.081142,436.1906653,891.5222514,416.2437236,2311.218176 +56717,765.3919906,439.3264509,897.7514317,419.2159094,2336.813493 +56718,772.5173572,443.2588058,905.0813551,422.8212178,2357.716205 +56719,780.2206172,447.3185454,912.0962336,426.5908309,2374.545205 +56720,787.6332544,450.756518,918.4093657,429.6880769,2388.225534 +56721,794.2621992,454.5003301,925.7514006,433.234164,2398.662673 +56722,803.7144404,457.7689839,931.756035,436.1871254,2405.938522 +56723,803.8443731,462.3883867,939.2977152,440.4551007,2412.576093 +56724,811.4073731,464.761353,944.7591943,442.5470203,2416.262666 +56725,816.1843029,468.7256007,951.3295285,446.4124521,2418.215165 +56726,822.091446,472.0740025,957.8101274,448.9904163,2418.646361 +56727,826.7184187,475.5098179,963.8908251,452.6989401,2417.970384 +56728,831.9950663,478.8480256,970.2849677,455.5960664,2416.119455 +56729,836.4525143,482.2818467,976.7295539,458.5262243,2413.52643 +56730,842.9715751,485.327947,982.2208742,461.5686272,2409.858234 +56731,846.813758,489.9419947,989.5709323,465.1266413,2405.548059 +56732,853.9237473,494.144396,997.5044536,468.7855919,2399.802968 +56733,859.9094267,499.1768877,1004.595935,472.4504848,2393.67401 +56734,865.6187646,504.012189,1013.156087,476.2048149,2386.820396 +56735,871.4083759,508.6398474,1020.903691,480.1920608,2379.529956 +56736,878.5377452,513.7416602,1028.518093,483.7121772,2371.548597 +56737,883.3186919,518.7246467,1036.960407,487.6918087,2363.385217 +56738,890.4517207,523.7696739,1044.403534,491.4373475,2354.583098 +56739,896.1807894,528.7738663,1052.642854,495.40795,2345.506615 +56740,902.3083173,533.9308579,1061.070039,499.0885787,2336.003645 +56741,908.5769123,539.2993612,1068.424001,503.0971094,2326.202339 +56742,914.0482511,544.2931157,1077.125611,506.8405553,2316.113226 +56743,920.9660863,549.6153932,1084.58985,510.8775127,2305.604046 +56744,926.8116147,551.6847334,1093.53352,514.8714784,2295.160675 +56745,933.3450751,548.2568015,1101.786804,518.8074694,2285.213496 +56746,939.6658445,545.0206711,1109.781135,522.7023609,2275.434278 +56747,945.6545314,542.0295582,1118.091721,526.8080355,2265.807846 +56748,952.3547659,539.2580329,1126.384264,530.5877212,2256.280149 +56749,958.0407296,536.7070289,1134.735753,534.197803,2246.992077 +56750,965.4294976,534.4639368,1143.093651,530.8888819,2238.42419 +56751,972.7935667,532.3632437,1152.979976,527.7396992,2230.013752 +56752,977.2369319,530.734574,1154.207049,525.163111,2223.150248 +56753,984.7402335,529.457272,1148.448895,523.048473,2217.404889 +56754,979.2836485,516.6114737,1117.431019,509.4564477,2165.139868 +56755,1004.072046,514.1385876,1109.502375,506.3060982,2154.116618 +56756,1001.514794,511.4897374,1101.456407,503.0317553,2142.222536 +56757,1009.881957,509.3404727,1094.745151,500.2974842,2132.220832 +56758,1016.161265,507.6690292,1089.277345,498.0733337,2124.051679 +56759,1022.792569,506.3997975,1084.852625,496.2773472,2117.419509 +56760,1029.029786,505.4718383,1081.307192,494.8433856,2112.079447 +56761,1042.278387,503.567343,1075.720989,492.449317,2102.757196 +56762,1050.694108,501.9198535,1070.792196,490.3267587,2094.3651 +56763,1043.022304,500.5048662,1066.450303,488.4476238,2086.792605 +56764,1036.195262,499.3760966,1062.7999,486.8623675,2080.266411 +56765,1030.333754,498.5092916,1059.776949,485.5443795,2074.703072 +56766,1025.350201,497.8602231,1057.275286,484.4477895,2069.932902 +56767,1021.10111,497.3905453,1055.202823,483.5330404,2065.80422 +56768,1017.452678,497.0696129,1053.485324,482.7685306,2062.193401 +56769,1014.296813,496.8724989,1052.062011,482.1285527,2058.998942 +56770,1011.548613,496.7786604,1050.882602,481.5919252,2056.137051 +56771,1009.14386,496.7695657,1049.905409,481.1411376,2053.538603 +56772,1007.022639,496.833307,1049.095982,480.7617535,2051.146896 +56773,1005.137487,496.9564007,1048.425847,480.441861,2048.915498 +56774,1003.454264,497.1293944,1047.871523,480.1716504,2046.80661 +56775,1001.937547,497.3450448,1047.413684,479.9430529,2044.789637 +56776,1000.559977,497.5972527,1047.036402,479.749418,2042.839882 +56777,999.3040106,497.8807846,1046.72656,479.5852646,2040.937547 +56778,998.1478606,498.1912032,1046.473342,479.4460665,2039.066831 +56779,997.0755015,498.5248063,1046.26785,479.3280906,2037.215255 +56780,996.0787974,498.8785218,1046.102741,479.2282488,2035.373026 +56781,995.1437457,499.2498079,1045.971979,479.1439918,2033.532579 +56782,994.2607659,499.6365521,1045.87058,479.0732065,2031.68813 +56783,993.4270924,500.0369968,1045.794445,479.0141453,2029.835366 +56784,992.6331332,500.4496705,1045.740184,478.9653545,2027.971131 +56785,991.8729816,500.8733419,1045.705003,478.9256293,2026.093225 +56786,991.1469083,501.3069731,1045.686587,478.893963,2024.200182 +56787,990.447838,501.749689,1045.683023,478.8695181,2022.29114 +56788,989.7719334,502.2007445,1045.692715,478.8515893,2020.365679 +56789,989.1212024,502.6595069,1045.71434,478.8395882,2018.423759 +56790,988.4899806,503.1254302,1045.746787,478.8330147,2016.465589 +56791,987.8756199,503.5980455,1045.789128,478.8314488,2014.4916 +56792,987.2338594,504.0161315,1045.781052,478.8083337,2012.50011 +56793,986.5367998,504.3415197,1045.686603,478.7479935,2010.492222 +56794,985.7776186,504.5666629,1045.49854,478.6475445,2008.469457 +56795,984.9602736,504.6995573,1045.223393,478.5101668,2006.43297 +56796,984.0914438,504.7518144,1044.870657,478.3402506,2004.383574 +56797,983.1771849,504.7337459,1044.448636,478.1415534,2002.3219 +56798,982.2223126,504.653532,1043.963868,477.9169718,2000.248483 +56799,981.2306771,504.5177075,1043.421601,477.6687797,1998.16378 +56800,980.2054897,504.3317078,1042.826252,477.398853,1996.068167 +56801,979.1495473,504.1002057,1042.181692,477.108807,1993.962001 +56802,978.0652967,503.8272589,1041.491329,476.8000404,1991.845579 +56803,976.954803,503.516364,1040.758086,476.4737312,1989.718996 +56804,975.8198685,503.1705641,1039.984533,476.1308983,1987.582312 +56805,974.6620626,502.7925098,1039.172925,475.7724225,1985.435546 +56806,973.482748,502.3845157,1038.325241,475.3990657,1983.278678 +56807,972.2831106,501.9486113,1037.443224,475.01149,1981.111652 +56808,971.0641881,501.4865843,1036.528412,474.6102734,1978.87299 +56809,969.8268734,501.0000108,1035.582157,474.1959164,1976.582603 +56810,968.571969,500.4902964,1034.605679,473.7688685,1974.265751 +56811,967.3001853,499.9586963,1033.600072,473.3295301,1971.934946 +56812,966.012143,499.406333,1032.566311,472.8782544,1969.593454 +56813,964.7083902,498.8342156,1031.505271,472.4153567,1967.241064 +56814,963.3894097,498.2432539,1030.41774,471.9411186,1964.877075 +56815,962.0556324,497.634273,1029.304432,471.4557951,1962.501136 +56816,960.7074425,497.0080235,1028.165998,470.9596171,1960.113186 +56817,959.3452011,496.3663644,1027.003048,470.452803,1957.713364 +56818,957.9692208,495.708339,1025.816131,469.9355471,1955.301705 +56819,956.5797645,495.0350179,1024.605733,469.4080194,1952.878184 +56820,955.1770979,494.3467877,1023.37233,468.8703896,1950.442868 +56821,956.5399807,494.906822,1024.894883,469.5857785,1953.047634 +56822,955.4430693,494.3387168,1023.991907,469.1596787,1951.18257 +56823,953.0417882,493.1862771,1021.796023,468.1446397,1946.96927 +56824,950.5374495,492.0048279,1019.486392,467.1049093,1942.564355 +56825,948.4410736,491.0245007,1017.565537,466.2736625,1938.86391 +56826,946.8133281,490.2654234,1016.094092,465.6709628,1935.976036 +56827,945.562566,489.6787749,1014.982942,465.2469715,1933.750832 +56828,944.5930205,489.2159539,1014.13863,464.9523386,1932.03701 +56829,943.8362782,488.8433291,1013.494399,464.7523738,1930.654408 +56830,943.2512146,488.5405791,1013.010133,464.6263852,1929.538218 +56831,942.8083382,488.2935458,1012.657112,464.5597459,1928.659629 +56832,942.483798,488.0910587,1012.412134,464.5408261,1927.995547 +56833,942.2572943,487.9237908,1012.255457,464.5599096,1927.52183 +56834,942.1114768,487.7839199,1012.170209,464.6088502,1927.214427 +56835,942.0316519,487.6649622,1012.142109,464.6808876,1927.051167 +56836,942.0054932,487.5616082,1012.159185,464.7704676,1927.01252 +56837,942.0226927,487.4695317,1012.211435,464.8730434,1927.081536 +56838,942.0746465,487.3852194,1012.290524,464.984901,1927.243539 +56839,942.1541601,487.3058148,1012.38949,465.1030007,1927.485751 +56840,942.2552313,487.229002,1012.50253,465.2248586,1927.797042 +56841,942.3728462,487.1529012,1012.624797,465.3484402,1928.167678 +56842,942.5028233,487.0759949,1012.752255,465.4720854,1928.589169 +56843,942.6416637,486.9970578,1012.881534,465.5944363,1929.054083 +56844,942.7864486,486.9151087,1013.009836,465.714388,1929.555943 +56845,942.9347308,486.8293603,1013.134828,465.8310381,1930.089073 +56846,943.0844737,486.7391913,1013.254582,465.9436567,1930.648529 +56847,943.2339677,486.6441083,1013.367489,466.0516487,1931.229974 +56848,943.3817946,486.5437303,1013.47223,466.1545369,1931.829632 +56849,943.5267618,486.4377603,1013.567706,466.2519332,1932.444183 +56850,943.6678842,486.3259777,1013.653024,466.3435309,1933.070742 +56851,943.8030962,486.2078824,1013.726371,466.428541,1933.703974 +56852,943.9699414,486.1196427,1013.844948,466.5327194,1934.34546 +56853,944.1943673,486.0858031,1014.048454,466.673426,1934.993911 +56854,944.4833021,486.1124312,1014.347774,466.8549461,1935.647239 +56855,944.8329455,486.1954462,1014.737542,467.0744411,1936.303604 +56856,945.2363544,486.3280023,1015.207602,467.3271523,1936.961615 +56857,945.686938,486.5037892,1015.748278,467.6087077,1937.620226 +56858,946.1792953,486.7177428,1016.351628,467.9156126,1938.278647 +56859,946.7090345,486.9658176,1017.011182,468.2450836,1938.936261 +56860,947.272488,487.2446732,1017.721508,468.5948302,1939.592631 +56861,947.866494,487.5514611,1018.477906,468.962904,1940.247448 +56862,948.4883096,487.8837268,1019.276271,469.3476321,1940.90054 +56863,949.1355344,488.2393418,1020.112994,469.7475676,1941.551826 +56864,949.8060864,488.6164674,1020.984925,470.1614671,1942.201334 +56865,950.4981437,489.0135048,1021.88929,470.5882528,1942.849144 +56866,951.2101226,489.4290653,1022.823658,471.0269937,1943.495407 +56867,951.94063,489.8619316,1023.78588,471.4768768,1944.140302 +56868,952.6884528,490.311038,1024.774062,471.9371949,1944.784058 +56869,953.4525169,490.7754401,1025.786516,472.4073236,1945.426911 +56870,954.2318825,491.2543033,1026.821746,472.8867152,1946.069127 +56871,955.0257123,491.7468804,1027.878409,473.3748808,1946.710966 +56872,955.833271,492.2525048,1028.955306,473.871388,1947.352709 +56873,956.6538884,492.7696386,1030.051342,474.3758419,1947.994598 +56874,957.4869811,493.2989795,1031.16554,474.8878931,1948.636905 +56875,958.3320245,493.8388808,1032.297013,475.4072247,1949.279883 +56876,959.1885416,494.3889183,1033.444947,475.9335452,1949.923765 +56877,960.0561157,494.949066,1034.608607,476.4665937,1950.568796 +56878,960.934383,495.5192067,1035.787334,477.0061362,1951.215229 +56879,961.8230066,496.0990831,1036.98051,477.5519529,1951.863285 +56880,962.7216852,496.6883791,1038.187572,478.103842,1952.513179 +56881,962.3803005,496.7186666,1038.158149,478.0935047,1950.892667 +56882,957.1015712,494.5101646,1033.292382,475.8131276,1940.602802 +56883,949.2832187,491.1848442,1025.933882,472.3991824,1925.597387 +56884,941.3799244,487.8730445,1018.486949,468.997157,1910.024817 +56885,934.4276777,485.038512,1011.968582,466.0770781,1895.721764 +56886,928.5406117,482.7172272,1006.492891,463.675224,1882.997739 +56887,923.5244124,480.8062721,1001.871089,461.6870184,1871.626786 +56888,919.1755221,479.2031552,997.904607,460.0083881,1861.338064 +56889,915.3534793,477.8381226,994.4562348,458.5685507,1851.942042 +56890,911.9677984,476.6666873,991.4367487,457.3219396,1843.317038 +56891,908.9541432,475.6576714,988.7824792,456.2366691,1835.375516 +56892,906.2605575,474.7863372,986.4424043,455.2877036,1828.044347 +56893,903.8423599,474.0317884,984.37294,454.4540576,1821.257821 +56894,901.6608455,473.3762436,982.5364041,453.7179289,1814.956396 +56895,899.6828573,472.8047466,980.900476,453.0643543,1809.086738 +56896,897.8802866,472.3048533,979.437689,452.4808863,1803.601574 +56897,896.2294124,471.8662578,978.1248055,451.9572221,1798.459204 +56898,894.7102234,471.4804236,976.9421749,451.4848372,1793.622872 +56899,893.305819,471.1402665,975.8731627,451.0566688,1789.060161 +56900,892.0040996,470.8398922,974.9036616,450.6668517,1784.742454 +56901,890.7954833,470.5743865,974.0216931,450.3105074,1780.644475 +56902,889.6709607,470.3396425,973.2170708,449.9835705,1776.743882 +56903,888.622054,470.1322221,972.4811238,449.6826485,1773.020929 +56904,887.6411465,469.9492367,971.8064541,449.4049019,1769.458138 +56905,886.721663,469.7882547,971.1867452,449.1479519,1766.040046 +56906,885.8599292,469.6472204,970.6165881,448.9097977,1762.752955 +56907,885.048924,469.5243911,970.0913466,448.6887542,1759.584733 +56908,884.2838832,469.4182805,969.607031,448.4833942,1756.524614 +56909,883.5636343,469.3276182,969.1602065,448.2925084,1753.563054 +56910,882.8834153,469.2513087,968.7478987,448.1150636,1750.691569 +56911,882.2402305,469.1884055,968.3675319,447.9501767,1747.902625 +56912,881.6120567,469.1205104,967.9817993,447.7813648,1745.189509 +56913,880.9828869,469.0346456,967.5636418,447.5970228,1742.546134 +56914,880.3469829,468.926814,967.1039205,447.3936439,1739.967033 +56915,879.7046413,468.7980744,966.603976,447.1723005,1737.447333 +56916,879.0581317,468.6509731,966.0685196,446.9354196,1734.982681 +56917,878.4097582,468.4879208,965.5022622,446.6853044,1732.569167 +56918,877.7613917,468.3108195,964.9090487,446.4237894,1730.203248 +56919,877.114499,468.121147,964.2919583,446.1523166,1727.881696 +56920,876.4702958,467.9200965,963.6535508,445.8720623,1725.601559 +56921,875.8298108,467.7086624,962.9960235,445.584017,1723.360123 +56922,875.2199043,467.4994823,962.3472465,445.3008249,1721.202083 +56923,874.626263,467.2863957,961.6937973,445.0163408,1719.097699 +56924,874.2968605,467.2437889,960.8755899,444.6600808,1717.040603 +56925,874.1367944,467.3049924,959.9479827,444.2565556,1715.023677 +56926,874.0245129,467.3809608,958.9894324,443.8407331,1713.042372 +56927,873.8989555,467.4263458,958.0414853,443.4309899,1711.093555 +56928,873.7453671,467.4304811,957.1151951,443.0319637,1709.174564 +56929,873.5676579,467.3970349,956.2085328,442.642434,1707.282939 +56930,873.3728711,467.3321458,955.3168852,442.260084,1705.416442 +56931,873.1662946,467.2405855,954.436588,441.8830926,1703.573082 +56932,872.9513637,467.1255755,953.5652167,441.5102484,1701.751112 +56933,872.7304826,466.9894209,952.7010793,441.1407053,1699.948993 +56934,872.5056022,466.833975,951.8428328,440.7737979,1698.165361 +56935,872.2784685,466.6608329,950.9893165,440.4089608,1696.399004 +56936,872.0506258,466.4713858,950.1395091,440.0457056,1694.648832 +56937,871.8234618,466.2668356,949.2925174,439.6836128,1692.913861 +56938,871.5982189,466.048211,948.4475685,439.3223257,1691.1932 +56939,871.3759561,465.8163898,947.6039983,438.961543,1689.486039 +56940,871.1576089,465.5721208,946.7612343,438.6010093,1687.791637 +56941,869.4608594,464.6418889,944.4356381,437.5663511,1683.412693 +56942,872.6554437,465.9053057,946.8902946,438.7746712,1687.711955 +56943,878.3852804,468.2638628,951.8206911,441.1074707,1696.757034 +56944,884.2383373,470.6146028,956.8711347,443.442123,1706.418398 +56945,889.19731,472.5061751,961.0471019,445.3190273,1714.866094 +56946,893.1514527,473.9049848,964.238491,446.7035776,1721.792956 +56947,896.2932747,474.9127459,966.6312073,447.6988296,1727.426964 +56948,898.8203096,475.6300826,968.4196186,448.4067779,1732.040417 +56949,900.8751597,476.1250063,969.7370122,448.8963026,1735.823276 +56950,902.5431349,476.4404152,970.6682758,449.2107926,1738.896497 +56951,904.2123571,476.7225773,971.2428564,449.3655067,1741.348291 +56952,905.8180051,476.9503907,971.5147902,449.3897731,1743.247683 +56953,907.2423771,477.0844209,971.5428222,449.3106165,1744.657888 +56954,908.4364939,477.111443,971.3720114,449.1484976,1745.636599 +56955,909.4161211,477.0385419,971.0351765,448.9183975,1746.235241 +56956,910.2102352,476.8798338,970.5574307,448.6317221,1746.499052 +56957,910.8546146,476.6489523,969.9592046,448.297596,1746.467661 +56958,911.3718016,476.3568863,969.257679,447.923525,1746.175773 +56959,911.7857271,476.0121949,968.4674247,447.5157327,1745.653823 +56960,912.109316,475.6216951,967.6007636,447.0793688,1744.928519 +56961,912.3597963,475.1909805,966.6680788,446.6186815,1744.023303 +56962,912.5453266,474.7247168,965.6781025,446.1371693,1742.958754 +56963,912.6793383,474.226812,964.6381777,445.6377134,1741.752932 +56964,912.7667631,473.7005393,963.5544857,445.1226892,1740.421695 +56965,912.8182841,473.1486383,962.4322365,444.5940578,1738.97897 +56966,912.8364765,472.5734043,961.2758244,444.0534396,1737.43699 +56967,912.8300611,471.9767662,960.0889612,443.5021763,1735.806505 +56968,912.7999238,471.3603504,958.8747854,442.9413796,1734.096966 +56969,912.7534204,470.7255342,957.6359538,442.3719728,1732.316686 +56970,912.6902224,470.0734899,956.374721,441.7947247,1730.472985 +56971,912.6166879,469.4052198,955.0930017,441.2102767,1728.572309 +56972,912.5311903,468.7245131,953.7995727,440.6223731,1726.620342 +56973,912.4389478,468.0341608,952.5009018,440.0336805,1724.622126 +56974,912.338095,467.3354315,951.1996724,439.4451677,1722.582107 +56975,912.2335955,466.6287258,949.8963395,438.8568405,1720.504211 +56976,912.123286,465.9141504,948.5905848,438.2684013,1718.391906 +56977,912.0118241,465.1917789,947.2820116,437.679554,1716.248269 +56978,911.89665,464.4617138,945.9703249,437.0900736,1714.076026 +56979,911.7821821,463.724083,944.6553267,436.4997974,1711.877615 +56980,911.6656514,462.9790216,943.3368698,435.9085991,1709.655206 +56981,911.5512905,462.2266654,942.0148333,435.3163754,1707.410739 +56982,911.4361717,461.4671503,940.6891185,434.7230419,1705.145954 +56983,911.3243841,460.7006106,939.3596404,434.1285279,1702.86241 +56984,911.2128508,459.9271823,938.0263322,433.532777,1700.561511 +56985,911.1056102,459.1470016,936.6891417,432.9357442,1698.244518 +56986,910.9995221,458.3602059,935.3480305,432.3373948,1695.912573 +56987,910.8985808,457.5669326,934.0029704,431.7377018,1693.566702 +56988,910.7995319,456.7673209,932.6539455,431.1366462,1691.20784 +56989,910.706318,455.9615099,931.300947,430.5342144,1688.836832 +56990,910.6156634,455.1496403,929.9439757,429.9303986,1686.454447 +56991,910.5315178,454.3318524,928.5830363,429.3251943,1684.061385 +56992,910.454034,453.5082876,927.2181408,428.7186011,1681.658283 +56993,910.3789531,452.6790894,925.8493078,428.1106225,1679.24573 +56994,910.3105839,451.8444003,924.4765565,427.5012632,1676.824257 +56995,910.2495135,451.0043657,923.0999143,426.8905317,1674.394362 +56996,910.191532,450.1591296,921.7194061,426.2784363,1671.956493 +56997,910.1407376,449.308839,920.3350639,425.6649885,1669.511069 +56998,910.097423,448.4536413,918.9469197,425.0502004,1667.058478 +56999,910.0606465,447.5936848,917.5550075,424.434085,1664.599076 +57000,910.0296992,446.7291199,916.1593639,423.8166569,1662.133197 +57001,911.2237032,446.4143412,915.9793619,423.7521744,1661.878127 +57002,913.4139135,446.565174,916.7860324,424.1766935,1663.325626 +57003,916.1358814,446.9561339,918.1147119,424.8519377,1665.712175 +57004,918.8942834,447.3510607,919.4718642,425.5299736,1668.218317 +57005,921.4698449,447.6464372,920.6398026,426.1048388,1670.46855 +57006,923.8296233,447.8300695,921.5887261,426.5657397,1672.392758 +57007,926.0147966,447.9217757,922.3546165,426.9341285,1674.031363 +57008,928.0634863,447.9430019,922.9776476,427.2323716,1675.436747 +57009,930.0082906,447.9089246,923.4862736,427.4760039,1676.646695 +57010,931.8648182,447.8294783,923.8991558,427.6750606,1677.686146 +57011,933.6500154,447.7117045,924.229674,427.8366022,1678.5734 +57012,935.3714185,447.5612006,924.4886619,427.9662229,1679.323921 +57013,937.0418376,447.3826927,924.6854372,428.0686308,1679.951666 +57014,938.6660415,447.1802111,924.8280756,428.1478184,1680.469325 +57015,940.2544436,446.9571605,924.9234986,428.207132,1680.888295 +57016,941.8095804,446.7163945,924.97758,428.2493463,1681.218713 +57017,943.339919,446.4602979,924.9952809,428.276751,1681.469546 +57018,944.8462671,446.1908697,924.9807902,428.2912353,1681.648721 +57019,946.335616,445.9097926,924.9376498,428.2943603,1681.763245 +57020,947.8076106,445.6184926,924.868861,428.2874202,1681.819321 +57021,949.2682563,445.3181848,924.7769708,428.2714896,1681.822443 +57022,950.7196125,445.0108697,924.6641453,428.2474632,1681.777479 +57023,952.1592399,444.703673,924.5322314,428.2160885,1681.688751 +57024,953.5925684,444.4013773,924.382809,428.1779926,1681.560099 +57025,955.0212868,444.1055713,924.2172305,428.1337019,1681.394938 +57026,956.4425225,443.8161217,924.0366548,428.0836597,1681.196298 +57027,957.8612023,443.5323177,923.8420846,428.0644236,1680.966889 +57028,959.2785274,443.2532729,923.6344057,428.0698052,1680.709163 +57029,960.6944248,442.9781104,923.4143687,428.0870373,1680.425273 +57030,962.1120393,442.7074567,923.1857119,428.1102844,1680.122755 +57031,963.5376313,442.4432919,922.9548173,428.1400263,1679.8139 +57032,964.9165543,442.1756242,922.7012247,428.1665027,1679.489825 +57033,966.2180513,441.8990091,922.4139917,428.1848993,1679.150645 +57034,967.4353888,441.6116477,922.0900074,428.1939593,1678.796657 +57035,968.5736502,441.3137604,921.7305849,428.1942788,1678.428142 +57036,969.6405517,441.0061923,921.3384228,428.1869584,1678.04544 +57037,970.6428758,440.6897604,920.9161445,428.1729968,1677.648897 +57038,971.5860132,440.3651081,920.4659514,428.1531718,1677.238871 +57039,972.4742659,440.0327285,919.9896625,428.1280745,1676.815688 +57040,973.3112391,439.6930255,919.488846,428.0981756,1676.379662 +57041,974.1000429,439.3463377,918.9648754,428.0638543,1675.931062 +57042,974.8434653,438.9929626,918.4189863,428.0254262,1675.470148 +57043,975.543944,438.6331552,917.8522759,427.9831459,1674.997132 +57044,976.2035944,438.2671418,917.265737,427.9372247,1674.51222 +57045,976.8242539,437.8951165,916.6602526,427.8878298,1674.015576 +57046,977.4075864,437.5172538,916.0366252,427.8350984,1673.507362 +57047,977.954983,437.1337044,915.3955707,427.7791364,1672.949371 +57048,1056.466716,436.7446028,914.7377382,427.7200273,1672.355824 +57049,1039.999847,436.3500732,914.0637232,427.6578383,1671.743427 +57050,1027.490035,435.9502317,913.3740766,427.5926245,1671.120152 +57051,1070.558029,435.5451731,912.6692774,427.5244163,1670.487761 +57052,1060.679238,435.1349804,911.9497561,427.4532287,1669.845783 +57053,1070.348045,434.7197249,911.2158969,427.3790632,1669.193469 +57054,1076.45948,434.299479,910.4680679,427.3019197,1668.530416 +57055,1082.067621,433.8743092,909.7066101,427.2217907,1667.856431 +57056,1087.71803,433.4442852,908.9318583,427.1386703,1667.17149 +57057,1092.974813,433.0094701,908.1441232,427.0525446,1666.475559 +57058,1098.287445,432.5699284,907.3437095,426.9633999,1665.768653 +57059,1103.276072,432.1257169,906.5308971,426.8712137,1665.050739 +57060,1108.165803,431.6768939,905.705961,426.7759641,1664.321829 +57061,1036.057843,430.0136039,902.2073588,425.4677147,1658.742262 +57062,1040.193011,427.7306263,897.3269777,423.540917,1650.580421 +57063,1044.228604,425.165343,891.7917271,421.3331646,1641.179944 +57064,1048.386271,422.637408,886.3036818,419.1636485,1631.819123 +57065,1052.302231,420.2704467,881.1447456,417.155905,1623.011545 +57066,1056.238759,418.0664173,876.3319378,415.3119365,1614.750349 +57067,1060.08726,415.9898573,871.7974493,413.5962962,1606.93863 +57068,1063.751352,414.0078823,867.4754386,411.9764104,1599.492754 +57069,1067.250526,412.0974116,863.3185502,410.4286778,1592.350765 +57070,1070.735403,410.2441825,859.2971858,408.9390176,1585.474249 +57071,1074.054795,408.4374954,855.3885147,407.4962707,1578.829017 +57072,1077.19611,406.6696174,851.5758181,406.0929558,1572.390354 +57073,1080.223556,404.933374,847.8431402,404.7214727,1566.131362 +57074,1083.269223,403.2234665,844.1785213,403.3767809,1560.032803 +57075,1086.096447,401.5347641,840.5700784,402.0533214,1554.072832 +57076,1088.791776,399.8637627,837.0095151,400.747844,1548.237002 +57077,1091.338489,398.2068783,833.4881832,399.4563348,1542.507871 +57078,1093.967811,396.5619013,830.0005586,398.1768357,1536.874949 +57079,1096.33032,394.9262956,826.5402919,396.9063813,1531.324206 +57080,1098.585254,393.2987067,823.1037801,395.6438667,1525.84815 +57081,1100.705115,391.6772968,819.6862791,394.3870259,1520.435369 +57082,1103.029611,390.0612782,816.2855205,393.1353189,1515.022237 +57083,1104.647714,388.4492787,812.8978806,437.2596117,1509.607512 +57084,1106.785069,386.8408952,809.522037,389.7806456,1504.211575 +57085,1108.419373,385.2350773,806.1551722,426.8203708,1498.83477 +57086,1110.103621,383.6312483,802.795619,436.4900831,1493.476983 +57087,1111.671229,382.0290793,799.4423084,395.6436871,1488.136888 +57088,1113.141868,380.4282899,796.094316,429.2533387,1482.812329 +57089,1114.369705,378.8286034,792.7507588,423.8263192,1477.50097 +57090,1115.875157,377.2297661,789.4108342,424.274227,1472.200738 +57091,1118.66141,375.6315609,786.0738472,426.7610314,1466.909864 +57092,1121.344466,378.4977414,782.7421496,428.4625597,1461.626855 +57093,1124.988686,399.5484775,779.4067307,430.2189091,1456.331209 +57094,1127.975582,370.2080353,776.0976006,431.8747862,1451.07616 +57095,1131.154589,400.0636738,772.7756396,433.5890178,1445.790861 +57096,1134.782266,366.2247329,769.4785775,435.3389428,1440.544663 +57097,1137.727931,413.5127597,766.1673623,436.894516,1435.267304 +57098,1141.092994,362.1389934,762.8790221,438.6440645,1430.026704 +57099,1144.246856,401.6383036,759.5755859,440.2110881,1424.754326 +57100,1147.756912,365.9408638,756.2829733,441.9180604,1419.497712 +57101,1150.98563,414.1315005,752.9930377,443.5127085,1414.242425 +57102,1154.234351,354.1717208,749.7054068,445.1359176,1408.988151 +57103,1157.793472,419.8467055,746.419764,446.6849027,1403.734641 +57104,1160.5217,350.1457905,743.1357623,448.3600773,1398.481566 +57105,1164.350272,392.0980735,739.8530897,449.8521292,1466.991387 +57106,1167.38012,410.7767574,736.5714721,451.5190937,1498.29457 +57107,1170.784646,344.2522731,733.2906706,453.0489415,1472.564521 +57108,1173.988183,400.0389624,730.0104561,454.6211975,1487.697986 +57109,1177.130248,407.6369938,726.7305826,456.1052783,1491.250866 +57110,1180.673159,343.6744837,723.4508194,457.8124248,1494.702279 +57111,1183.851703,398.9316002,720.1709575,459.1355353,1497.828486 +57112,1187.304077,379.8119432,716.890816,460.8219967,1501.034655 +57113,1190.265442,381.6369781,713.6102362,462.2909154,1504.204467 +57114,1193.623683,381.8514469,710.3290844,463.8061103,1507.091882 +57115,1196.652646,381.6138005,707.0472321,465.2536312,1510.300891 +57116,1200.437721,381.052298,703.764555,466.9377999,1512.891133 +57117,1203.417086,381.217655,700.4809329,468.1873616,1515.954923 +57118,1206.566129,380.7268755,697.1962464,469.8649111,1518.661284 +57119,1209.859639,380.4863595,693.9103822,471.200091,1521.287247 +57120,1212.99641,380.1871767,690.6232306,472.9041203,1524.263961 +57121,1062.575669,319.6733098,692.9180047,407.8194521,1278.596497 +57122,1063.860038,320.1339183,692.3312617,408.6003798,1280.074028 +57123,1065.62046,320.5232542,690.2114175,409.4076324,1281.184562 +57124,1067.539042,320.886177,687.948077,410.3310472,1282.330461 +57125,1069.515982,321.2471279,686.1335952,411.2714788,1283.675782 +57126,1071.523305,321.6129242,684.837934,412.2240142,1285.232236 +57127,1073.551392,321.9827275,683.955385,413.1823203,1286.961736 +57128,1075.590483,322.3542145,683.3750306,414.1431809,1288.825732 +57129,1077.640639,322.7256643,683.0221533,415.1549678,1290.796674 +57130,1079.696789,323.0960987,682.8506266,415.991916,1292.855721 +57131,1081.759704,323.4649577,682.8290729,417.0632089,1294.988744 +57132,1083.830438,323.8318548,682.9327874,417.9788071,1297.184124 +57133,1085.906061,324.196475,683.1407492,418.9454025,1299.43184 +57134,1087.987998,324.5585526,683.4348942,419.9025781,1301.723271 +57135,1090.078617,324.9178699,683.799912,420.8587117,1304.05102 +57136,1092.174825,325.2742549,684.2229948,421.8136419,1306.40883 +57137,1094.278623,325.6275787,684.6934992,422.7676163,1308.79139 +57138,1096.392279,325.9777448,685.2025857,423.7207321,1311.19422 +57139,1098.513158,326.3246868,685.7429122,424.6732316,1313.613517 +57140,1100.644793,326.6683585,686.3083672,425.6252597,1316.046073 +57141,1102.784815,327.0087321,686.8938627,426.5770947,1318.489153 +57142,1104.936821,327.3457935,687.4951612,427.5289135,1320.940459 +57143,1107.100512,327.6795382,688.1087288,428.4810226,1323.398017 +57144,1109.274286,328.0099721,688.7316252,429.38152,1325.860182 +57145,1111.462419,328.3371069,689.3613976,430.4127081,1328.308924 +57146,1113.664429,328.6609599,689.9960034,431.3295004,1330.740076 +57147,1116.089851,328.9815531,690.6337415,432.2941731,1333.155219 +57148,1118.010472,329.298912,691.2731952,433.25184,1335.556822 +57149,1120.409095,329.6130612,691.9131778,434.2117272,1337.946716 +57150,1122.642251,329.9240278,692.5527008,435.2271269,1340.326084 +57151,1121.515872,330.2318383,693.1909371,435.1635218,1342.695743 +57152,1120.197281,330.5319614,693.8169961,435.1434177,1345.056354 +57153,1118.09872,330.8212219,694.4229356,434.8951104,1347.408391 +57154,1115.921927,331.0987917,695.006105,434.4840144,1349.752267 +57155,1113.495104,331.3651743,695.5669755,434.1009413,1352.088365 +57156,1110.86599,331.6212597,696.1070426,433.6502504,1354.417047 +57157,1108.045337,331.867877,696.6277982,432.9636465,1356.738615 +57158,1105.238566,332.1056975,697.1304789,432.4441739,1359.053315 +57159,1101.778138,332.3352532,697.6160819,431.7532914,1361.361319 +57160,1098.559955,332.5569838,698.085452,430.9313353,1363.662746 +57161,1095.011551,332.7712573,698.5393162,430.0893633,1365.957645 +57162,1091.324207,332.978391,698.9783222,429.3141574,1368.246033 +57163,1087.29001,333.1786552,699.4030384,428.2588292,1370.527874 +57164,1082.421851,333.3722841,699.8139718,426.9472949,1372.803111 +57165,1077.767123,333.5616485,700.2164328,425.9223771,1375.071654 +57166,1073.506519,333.746272,700.6094572,424.6614434,1377.333376 +57167,1068.853462,333.9251937,700.9909349,423.5772863,1379.588151 +57168,1064.15731,334.0979191,701.3597502,422.1907474,1381.835861 +57169,1058.531973,334.264386,701.7157466,420.9204754,1384.076381 +57170,1053.816045,334.4247229,702.059207,419.4442074,1386.30957 +57171,1048.54746,334.5790941,702.3905079,418.0041244,1388.535287 +57172,1042.694852,334.7276411,702.7099843,416.3614282,1390.753389 +57173,1037.311268,334.8704788,703.0179151,414.8718787,1392.963737 +57174,1031.37094,335.0077036,703.314539,413.1857101,1395.166201 +57175,1025.600135,335.1393991,703.600066,411.425307,1397.36065 +57176,1019.542477,335.2656414,703.8746877,409.6677518,1399.546966 +57177,1013.143243,335.3864992,704.1385785,407.7651455,1401.725035 +57178,1007.07594,335.5020359,704.3918994,405.9599788,1403.894751 +57179,1000.434696,335.6123095,704.6347976,403.8671002,1406.056015 +57180,993.7546428,335.7173735,704.8674085,401.98228,1408.208736 +57181,986.5732611,0,0,399.7496111,0 +57182,1283.377614,0,0,528.2573617,2319.639068 +57183,1280.771115,323.4709827,0,528.5606881,2023.775883 +57184,1270.377433,448.5162353,112.2069624,524.9411972,1704.200709 +57185,1261.582152,283.8436754,964.0685173,521.9330966,1933.701669 +57186,1252.619303,341.6567539,662.2870508,519.0442121,1859.140489 +57187,1243.9674,339.618551,513.3342629,516.3522442,1876.318349 +57188,1234.860721,338.0539381,641.3624252,512.9980791,1868.035611 +57189,1226.147923,336.2531661,629.5013164,510.1426542,1871.492794 +57190,1216.895257,334.4350215,619.5204906,507.1259912,1856.163006 +57191,1207.729611,332.5791881,618.030348,503.9112654,1887.175667 +57192,1198.599292,330.6927263,615.0689586,500.8978555,1840.994683 +57193,1189.134201,328.7771992,612.0798154,497.5837504,1887.453906 +57194,1179.62571,326.8343664,608.8241269,494.4106786,1832.632821 +57195,1169.965309,325.0721045,603.914601,490.9669556,1893.059454 +57196,1160.162288,322.7711764,599.0132611,487.7151747,1822.214743 +57197,1150.120533,320.9024637,594.0423855,484.1489888,1896.362301 +57198,1140.156688,318.82277,588.9937287,480.6223758,1816.852059 +57199,1129.924143,316.7519663,583.9344742,477.0280719,1894.038913 +57200,1119.296225,314.6564512,578.5773339,473.3292024,1813.844565 +57201,1108.920482,312.5366181,573.4992789,469.6398125,1891.234387 +57202,1098.095314,310.3926839,568.0043687,465.8013937,1831.345554 +57203,1087.100704,308.2249753,562.6953107,461.9154887,1846.009897 +57204,1094.437938,306.0336196,557.0417742,457.9125044,1862.433505 +57205,1036.8402,302.5808165,551.6687046,453.9104137,1815.674153 +57206,1079.06649,299.6167972,545.8959897,449.7539932,1881.137017 +57207,1020.696665,296.4345689,540.2470257,445.5117708,1808.561801 +57208,1038.813111,293.7047085,534.468353,441.2567173,1853.293326 +57209,1015.861931,290.5353288,528.6927172,436.8464792,1836.378421 +57210,1005.678063,287.7050739,522.7028805,432.3455126,1835.80371 +57211,998.5880387,285.2160223,518.8019048,429.6814731,1834.0708 +57212,991.858414,283.1704423,514.9235572,427.1626676,1832.754571 +57213,985.6636424,280.9922213,520.7970577,424.8006487,1829.013796 +57214,979.6091467,278.8661238,493.1125634,422.539815,1832.98396 +57215,973.8133474,276.755347,519.5559219,420.3454332,1822.117068 +57216,968.0357719,274.6572893,484.9855193,418.3182587,1827.667702 +57217,961.314932,272.570145,505.259434,415.8827715,1822.802596 +57218,953.7979916,270.4913409,487.1010009,413.3248,1821.37763 +57219,946.5656547,268.4204043,490.56169,410.7422092,1819.403416 +57220,939.1150026,266.3566129,484.5456581,408.1325,1817.393459 +57221,931.7989764,264.2999189,481.1855553,405.6037385,1815.368862 +57222,924.6290748,262.2495885,477.5466816,403.0220726,1813.227103 +57223,917.3101857,260.374236,473.8419406,400.4797448,1832.356574 +57224,910.2259313,258.0928954,470.0564365,397.9184375,1777.105482 +57225,902.9945349,256.1794007,466.3212753,395.4412857,1823.017306 +57226,896.0739584,254.1251159,462.6653715,392.9171638,1804.1059 +57227,888.9822005,252.1022979,458.9055302,390.4341948,1798.79613 +57228,882.0250582,250.0833734,455.1865732,387.9357374,1808.247531 +57229,875.2379399,248.0686725,451.4582095,385.5216152,1789.994234 +57230,868.3668495,245.8936131,447.7251737,383.0649348,1801.888263 +57231,861.6962658,244.1204649,443.989764,380.6510881,1791.544709 +57232,854.9056934,241.9989314,440.2016286,378.2249929,1793.233522 +57233,780.9416129,239.8910183,436.2861052,353.7816942,1789.448707 +57234,758.8460332,237.9452234,432.5494618,345.7545169,1787.646196 +57235,746.7979934,236.0878227,428.7583974,341.1489191,1785.322277 +57236,735.4439106,233.8489012,425.0173876,336.7490419,1783.202014 +57237,724.9514764,231.9488138,421.1871144,332.5708046,1781.012204 +57238,714.8609744,229.9208846,417.4098085,328.6328305,1778.709187 +57239,705.1922046,227.9219314,413.6311306,324.7378176,1776.361016 +57240,695.6037116,225.9277381,409.860907,321.0146202,1773.994677 +57241,0,0,0,0,0 +57242,0,0,0,0,0 +57243,0,0,0,0,0 +57244,0,0,0,0,0 +57245,0,0,0,0,0 +57246,0,0,0,0,0 +57247,0,0,0,0,0 +57248,0,0,0,0,0 +57249,0,0,0,0,0 +57250,0,0,0,0,0 +57251,0,0,0,0,0 +57252,0,0,0,0,0 +57253,0,0,0,0,0 +57254,0,0,0,0,0 +57255,0,0,0,0,0 +57256,0,0,0,0,0 +57257,0,0,0,0,0 +57258,0,0,0,0,0 +57259,0,0,0,0,0 +57260,0,0,0,0,0 +57261,0,0,0,0,0 +57262,0,0,0,0,0 +57263,0,0,0,0,0 +57264,0,0,0,0,0 +57265,0,0,0,0,0 +57266,0,0,0,0,0 +57267,0,0,0,0,0 +57268,0,0,0,0,0 +57269,0,0,0,0,0 +57270,0,0,0,0,0 +57271,0,0,0,0,0 +57272,0,0,0,0,0 +57273,0,0,0,0,0 +57274,0,0,0,0,0 +57275,0,0,0,0,0 +57276,0,0,0,0,0 +57277,0,0,0,0,0 +57278,0,0,0,0,0 +57279,0,0,0,0,0 +57280,0,0,0,0,0 +57281,0,0,0,0,0 +57282,0,0,0,0,0 +57283,0,0,0,0,0 +57284,0,0,0,0,0 +57285,0,0,0,0,0 +57286,0,0,0,0,0 +57287,0,0,0,0,0 +57288,0,0,0,0,0 +57289,0,0,0,0,0 +57290,0,0,0,0,0 +57291,0,0,0,0,0 +57292,0,0,0,0,0 +57293,0,0,0,0,0 +57294,0,0,0,0,0 +57295,0,0,0,0,0 +57296,0,0,0,0,0 +57297,0,0,0,0,0 +57298,0,0,0,0,0 +57299,0,0,0,0,0 +57300,0,0,0,0,0 +57301,0,0,0,0,0 +57302,0,0,0,0,0 +57303,0,0,0,0,0 +57304,0,0,0,0,0 +57305,0,0,0,0,0 +57306,0,0,0,0,0 +57307,0,0,0,0,0 +57308,0,0,0,0,0 +57309,0,0,0,0,0 +57310,0,0,0,0,0 +57311,0,0,0,0,0 +57312,0,0,0,0,0 +57313,0,0,0,0,0 +57314,0,0,0,0,0 +57315,0,0,0,0,0 +57316,0,0,0,0,0 +57317,0,0,0,0,0 +57318,0,0,0,0,0 +57319,0,0,0,0,0 +57320,0,0,0,0,0 +57321,0,0,0,0,0 +57322,0,0,0,0,0 +57323,0,0,0,0,0 +57324,0,0,0,0,0 +57325,0,0,0,0,0 +57326,0,0,0,0,0 +57327,0,0,0,0,0 +57328,0,0,0,0,0 +57329,0,0,0,0,0 +57330,0,0,0,0,0 +57331,0,0,0,0,0 +57332,0,0,0,0,0 +57333,0,0,0,0,0 +57334,0,0,0,0,0 +57335,0,0,0,0,0 +57336,0,0,0,0,0 +57337,0,0,0,0,0 +57338,0,0,0,0,0 +57339,0,0,0,0,0 +57340,0,0,0,0,0 +57341,0,0,0,0,0 +57342,0,0,0,0,0 +57343,0,0,0,0,0 +57344,0,0,0,0,0 +57345,0,0,0,0,0 +57346,0,0,0,0,0 +57347,0,0,0,0,0 +57348,0,0,0,0,0 +57349,0,0,0,0,0 +57350,0,0,0,0,0 +57351,0,0,0,0,0 +57352,0,0,0,0,0 +57353,0,0,0,0,0 +57354,0,0,0,0,0 +57355,0,0,0,0,0 +57356,0,0,0,0,0 +57357,0,0,0,0,0 +57358,0,0,0,0,0 +57359,0,0,0,0,0 +57360,0,0,0,0,0 +57361,0,0,0,0,0 +57362,0,0,0,0,0 +57363,0,0,0,0,0 +57364,0,0,0,0,0 +57365,0,0,0,0,0 +57366,0,0,0,0,0 +57367,0,0,0,0,0 +57368,0,0,0,0,0 +57369,0,0,0,0,0 +57370,0,0,0,0,0 +57371,0,0,0,0,0 +57372,0,0,0,0,0 +57373,0,0,0,0,0 +57374,0,0,0,0,0 +57375,0,0,0,0,0 +57376,0,0,0,0,0 +57377,0,0,0,0,0 +57378,0,0,0,0,0 +57379,0,0,0,0,0 +57380,0,0,0,0,0 +57381,0,0,0,0,0 +57382,0,0,0,0,0 +57383,0,0,0,0,0 +57384,0,0,0,0,0 +57385,0,0,0,0,0 +57386,0,0,0,0,0 +57387,0,0,0,0,0 +57388,0,0,0,0,0 +57389,0,0,0,0,0 +57390,0,0,0,0,0 +57391,0,0,0,0,0 +57392,0,0,0,0,0 +57393,0,0,0,0,0 +57394,0,0,0,0,0 +57395,0,0,0,0,0 +57396,0,0,0,0,0 +57397,0,0,0,0,0 +57398,0,0,0,0,0 +57399,0,0,0,0,0 +57400,0,0,0,0,0 +57401,0,0,0,0,0 +57402,0,0,0,0,0 +57403,0,0,0,0,0 +57404,0,0,0,0,0 +57405,0,0,0,0,0 +57406,0,0,0,0,0 +57407,0,0,0,0,0 +57408,0,0,0,0,0 +57409,0,0,0,0,0 +57410,0,0,0,0,0 +57411,0,0,0,0,0 +57412,0,0,0,0,0 +57413,0,0,0,0,0 +57414,0,0,0,0,0 +57415,0,0,0,0,0 +57416,0,0,0,0,0 +57417,0,0,0,0,0 +57418,0,0,0,0,0 +57419,0,0,0,0,0 +57420,0,0,0,0,0 +57421,0,0,0,0,0 +57422,0,0,0,0,0 +57423,0,0,0,0,0 +57424,0,0,0,0,0 +57425,0,0,0,0,0 +57426,0,0,0,0,0 +57427,0,0,0,0,0 +57428,0,0,0,0,0 +57429,0,0,0,0,0 +57430,0,0,0,0,0 +57431,0,0,0,0,0 +57432,0,0,0,0,0 +57433,0,0,0,0,0 +57434,0,0,0,0,0 +57435,0,0,0,0,0 +57436,0,0,0,0,0 +57437,0,0,0,0,0 +57438,0,0,0,0,0 +57439,0,0,0,0,0 +57440,0,0,0,0,0 +57441,0,0,0,0,0 +57442,0,0,0,0,0 +57443,0,0,0,0,0 +57444,0,0,0,0,0 +57445,0,0,0,0,0 +57446,0,0,0,0,0 +57447,0,0,0,0,0 +57448,0,0,0,0,0 +57449,0,0,0,0,0 +57450,0,0,0,0,0 +57451,0,0,0,0,0 +57452,0,0,0,0,0 +57453,0,0,0,0,0 +57454,0,0,0,0,0 +57455,0,0,0,0,0 +57456,0,0,0,0,0 +57457,0,0,0,0,0 +57458,0,0,0,0,0 +57459,0,0,0,0,0 +57460,0,0,0,0,0 +57461,0,0,0,0,0 +57462,0,0,0,0,0 +57463,0,0,0,0,0 +57464,0,0,0,0,0 +57465,0,0,0,0,0 +57466,0,0,0,0,0 +57467,0,0,0,0,0 +57468,0,0,0,0,0 +57469,0,0,0,0,0 +57470,0,0,0,0,0 +57471,0,0,0,0,0 +57472,0,0,0,0,0 +57473,0,0,0,0,0 +57474,0,0,0,0,0 +57475,0,0,0,0,0 +57476,0,0,0,0,0 +57477,0,0,0,0,0 +57478,0,0,0,0,0 +57479,0,0,0,0,0 +57480,0,0,0,0,0 +57481,0,0,0,0,0 +57482,0,0,0,0,0 +57483,0,0,0,0,0 +57484,0,0,0,0,0 +57485,0,0,0,0,0 +57486,0,0,0,0,0 +57487,0,0,0,0,0 +57488,0,0,0,0,0 +57489,0,0,0,0,0 +57490,0,0,0,0,0 +57491,0,0,0,0,0 +57492,0,0,0,0,0 +57493,0,0,0,0,0 +57494,0,0,0,0,0 +57495,0,0,0,0,0 +57496,0,0,0,0,0 +57497,0,0,0,0,0 +57498,0,0,0,0,0 +57499,0,0,0,0,0 +57500,0,0,0,0,0 +57501,0,0,0,0,0 +57502,0,0,0,0,0 +57503,0,0,0,0,0 +57504,0,0,0,0,0 +57505,0,0,0,0,0 +57506,0,0,0,0,0 +57507,0,0,0,0,0 +57508,0,0,0,0,0 +57509,0,0,0,0,0 +57510,0,0,0,0,0 +57511,0,0,0,0,0 +57512,0,0,0,0,0 +57513,0,0,0,0,0 +57514,0,0,0,0,0 +57515,0,0,0,0,0 +57516,0,0,0,0,0 +57517,0,0,0,0,0 +57518,0,0,0,0,0 +57519,0,0,0,0,0 +57520,0,0,0,0,0 +57521,0,0,0,0,0 +57522,0,0,0,0,0 +57523,0,0,0,0,0 +57524,0,0,0,0,0 +57525,0,0,0,0,0 +57526,0,0,0,0,0 +57527,0,0,0,0,0 +57528,0,0,0,0,0 +57529,0,0,0,0,0 +57530,0,0,0,0,0 +57531,0,0,0,0,0 +57532,0,0,0,0,0 +57533,0,0,0,0,0 +57534,0,0,0,0,0 +57535,0,0,0,0,0 +57536,0,0,0,0,0 +57537,0,0,0,0,0 +57538,0,0,0,0,0 +57539,0,0,0,0,0 +57540,0,0,0,0,0 +57541,0,0,0,0,0 +57542,0,0,0,0,0 +57543,0,0,0,0,0 +57544,0,0,0,0,0 +57545,0,0,0,0,0 +57546,0,0,0,0,0 +57547,0,0,0,0,0 +57548,0,0,0,0,0 +57549,0,0,0,0,0 +57550,0,0,0,0,0 +57551,0,0,0,0,0 +57552,0,0,0,0,0 +57553,0,0,0,0,0 +57554,0,0,0,0,0 +57555,0,0,0,0,0 +57556,0,0,0,0,0 +57557,0,0,0,0,0 +57558,0,0,0,0,0 +57559,0,0,0,0,0 +57560,0,0,0,0,0 +57561,0,0,0,0,0 +57562,0,0,0,0,0 +57563,0,0,0,0,0 +57564,0,0,0,0,0 +57565,0,0,0,0,0 +57566,0,0,0,0,0 +57567,0,0,0,0,0 +57568,0,0,0,0,0 +57569,0,0,0,0,0 +57570,0,0,0,0,0 +57571,0,0,0,0,0 +57572,0,0,0,0,0 +57573,0,0,0,0,0 +57574,0,0,0,0,0 +57575,0,0,0,0,0 +57576,0,0,0,0,0 +57577,0,0,0,0,0 +57578,0,0,0,0,0 +57579,0,0,0,0,0 +57580,0,0,0,0,0 +57581,0,0,0,0,0 +57582,0,0,0,0,0 +57583,0,0,0,0,0 +57584,0,0,0,0,0 +57585,0,0,0,0,0 +57586,0,0,0,0,0 +57587,0,0,0,0,0 +57588,0,0,0,0,0 +57589,0,0,0,0,0 +57590,0,0,0,0,0 +57591,0,0,0,0,0 +57592,0,0,0,0,0 +57593,0,0,0,0,0 +57594,0,0,0,0,0 +57595,0,0,0,0,0 +57596,0,0,0,0,0 +57597,0,0,0,0,0 +57598,0,0,0,0,0 +57599,0,0,0,0,0 +57600,0,0,0,0,0 +57601,0,0,0,0,0 +57602,0,0,0,0,0 +57603,0,0,0,0,0 +57604,0,0,0,0,0 +57605,0,0,0,0,0 +57606,0,0,0,0,0 +57607,0,0,0,0,0 +57608,0,0,0,0,0 +57609,0,0,0,0,0 +57610,0,0,0,0,0 +57611,0,0,0,0,0 +57612,0,0,0,0,0 +57613,0,0,0,0,0 +57614,0,0,0,0,0 +57615,0,0,0,0,0 +57616,0,0,0,0,0 +57617,0,0,0,0,0 +57618,0,0,0,0,0 +57619,0,0,0,0,0 +57620,0,0,0,0,0 +57621,0,0,0,0,0 +57622,0,0,0,0,0 +57623,0,0,0,0,0 +57624,0,0,0,0,0 +57625,0,0,0,0,0 +57626,0,0,0,0,0 +57627,0,0,0,0,0 +57628,0,0,0,0,0 +57629,0,0,0,0,0 +57630,0,0,0,0,0 +57631,0,0,0,0,0 +57632,0,0,0,0,0 +57633,0,0,0,0,0 +57634,0,0,0,0,0 +57635,0,0,0,0,0 +57636,0,0,0,0,0 +57637,0,0,0,0,0 +57638,0,0,0,0,0 +57639,0,0,0,0,0 +57640,0,0,0,0,0 +57641,0,0,0,0,0 +57642,0,0,0,0,0 +57643,0,0,0,0,0 +57644,0,0,0,0,0 +57645,0,0,0,0,0 +57646,0,0,0,0,0 +57647,0,0,0,0,0 +57648,0,0,0,0,0 +57649,0,0,0,0,0 +57650,0,0,0,0,0 +57651,0,0,0,0,0 +57652,0,0,0,0,0 +57653,0,0,0,0,0 +57654,0,0,0,0,0 +57655,0,0,0,0,0 +57656,0,0,0,0,0 +57657,0,0,0,0,0 +57658,0,0,0,0,0 +57659,0,0,0,0,0 +57660,0,0,0,0,0 +57661,0,0,0,0,0 +57662,0,0,0,0,0 +57663,0,0,0,0,0 +57664,0,0,0,0,0 +57665,0,0,0,0,0 +57666,0,0,0,0,0 +57667,0,0,0,0,0 +57668,0,0,0,0,0 +57669,0,0,0,0,0 +57670,0,0,0,0,0 +57671,0,0,0,0,0 +57672,0,0,0,0,0 +57673,0,0,0,0,0 +57674,0,0,0,0,0 +57675,0,0,0,0,0 +57676,0,0,0,0,0 +57677,0,0,0,0,0 +57678,0,0,0,0,0 +57679,0,0,0,0,0 +57680,0,0,0,0,0 +57681,0,0,0,0,0 +57682,0,0,0,0,0 +57683,0,0,0,0,0 +57684,0,0,0,0,0 +57685,0,0,0,0,0 +57686,0,0,0,0,0 +57687,0,0,0,0,0 +57688,0,0,0,0,0 +57689,0,0,0,0,0 +57690,0,0,0,0,0 +57691,0,0,0,0,0 +57692,0,0,0,0,0 +57693,0,0,0,0,0 +57694,0,0,0,0,0 +57695,0,0,0,0,0 +57696,0,0,0,0,0 +57697,0,0,0,0,0 +57698,0,0,0,0,0 +57699,0,0,0,0,0 +57700,0,0,0,0,0 +57701,0,0,0,0,0 +57702,0,0,0,0,0 +57703,0,0,0,0,0 +57704,0,0,0,0,0 +57705,0,0,0,0,0 +57706,0,0,0,0,0 +57707,0,0,0,0,0 +57708,0,0,0,0,0 +57709,0,0,0,0,0 +57710,0,0,0,0,0 +57711,0,0,0,0,0 +57712,0,0,0,0,0 +57713,0,0,0,0,0 +57714,0,0,0,0,0 +57715,0,0,0,0,0 +57716,0,0,0,0,0 +57717,0,0,0,0,0 +57718,0,0,0,0,0 +57719,0,0,0,0,0 +57720,0,0,0,0,0 +57721,0,0,0,0,0 +57722,0,0,0,0,0 +57723,0,0,0,0,0 +57724,0,0,0,0,0 +57725,0,0,0,0,0 +57726,0,0,0,0,0 +57727,0,0,0,0,0 +57728,0,0,0,0,0 +57729,0,0,0,0,0 +57730,0,0,0,0,0 +57731,0,0,0,0,0 +57732,0,0,0,0,0 +57733,0,0,0,0,0 +57734,0,0,0,0,0 +57735,0,0,0,0,0 +57736,0,0,0,0,0 +57737,0,0,0,0,0 +57738,0,0,0,0,0 +57739,0,0,0,0,0 +57740,0,0,0,0,0 +57741,0,0,0,0,0 +57742,0,0,0,0,0 +57743,0,0,0,0,0 +57744,0,0,0,0,0 +57745,0,0,0,0,0 +57746,0,0,0,0,0 +57747,0,0,0,0,0 +57748,0,0,0,0,0 +57749,0,0,0,0,0 +57750,0,0,0,0,0 +57751,0,0,0,0,0 +57752,0,0,0,0,0 +57753,0,0,0,0,0 +57754,0,0,0,0,0 +57755,0,0,0,0,0 +57756,0,0,0,0,0 +57757,0,0,0,0,0 +57758,0,0,0,0,0 +57759,0,0,0,0,0 +57760,0,0,0,0,0 +57761,0,0,0,0,0 +57762,0,0,0,0,0 +57763,0,0,0,0,0 +57764,0,0,0,0,0 +57765,0,0,0,0,0 +57766,0,0,0,0,0 +57767,0,0,0,0,0 +57768,0,0,0,0,0 +57769,0,0,0,0,0 +57770,0,0,0,0,0 +57771,0,0,0,0,0 +57772,0,0,0,0,0 +57773,0,0,0,0,0 +57774,0,0,0,0,0 +57775,0,0,0,0,0 +57776,0,0,0,0,0 +57777,0,0,0,0,0 +57778,0,0,0,0,0 +57779,0,0,0,0,0 +57780,0,0,0,0,0 +57781,0,0,0,0,0 +57782,0,0,0,0,0 +57783,0,0,0,0,0 +57784,0,0,0,0,0 +57785,0,0,0,0,0 +57786,0,0,0,0,0 +57787,0,0,0,0,0 +57788,0,0,0,0,0 +57789,0,0,0,0,0 +57790,0,0,0,0,0 +57791,0,0,0,0,0 +57792,0,0,0,0,0 +57793,0,0,0,0,0 +57794,0,0,0,0,0 +57795,0,0,0,0,0 +57796,0,0,0,0,0 +57797,0,0,0,0,0 +57798,0,0,0,0,0 +57799,0,0,0,0,0 +57800,0,0,0,0,0 +57801,0,0,0,0,0 +57802,0,0,0,0,0 +57803,0,0,0,0,0 +57804,0,0,0,0,0 +57805,0,0,0,0,0 +57806,0,0,0,0,0 +57807,0,0,0,0,0 +57808,0,0,0,0,0 +57809,0,0,0,0,0 +57810,0,0,0,0,0 +57811,0,0,0,0,0 +57812,0,0,0,0,0 +57813,0,0,0,0,0 +57814,0,0,0,0,0 +57815,0,0,0,0,0 +57816,0,0,0,0,0 +57817,0,0,0,0,0 +57818,0,0,0,0,0 +57819,0,0,0,0,0 +57820,0,0,0,0,0 +57821,0,0,0,0,0 +57822,0,0,0,0,0 +57823,0,0,0,0,0 +57824,0,0,0,0,0 +57825,0,0,0,0,0 +57826,0,0,0,0,0 +57827,0,0,0,0,0 +57828,0,0,0,0,0 +57829,0,0,0,0,0 +57830,0,0,0,0,0 +57831,0,0,0,0,0 +57832,0,0,0,0,0 +57833,0,0,0,0,0 +57834,0,0,0,0,0 +57835,0,0,0,0,0 +57836,0,0,0,0,0 +57837,0,0,0,0,0 +57838,0,0,0,0,0 +57839,0,0,0,0,0 +57840,0,0,0,0,0 +57841,0,0,0,0,0 +57842,0,0,0,0,0 +57843,0,0,0,0,0 +57844,0,0,0,0,0 +57845,0,0,0,0,0 +57846,0,0,0,0,0 +57847,0,0,0,0,0 +57848,0,0,0,0,0 +57849,0,0,0,0,0 +57850,0,0,0,0,0 +57851,0,0,0,0,0 +57852,0,0,0,0,0 +57853,0,0,0,0,0 +57854,0,0,0,0,0 +57855,0,0,0,0,0 +57856,0,0,0,0,0 +57857,0,0,0,0,0 +57858,0,0,0,0,0 +57859,0,0,0,0,0 +57860,0,0,0,0,0 +57861,0,0,0,0,0 +57862,0,0,0,0,0 +57863,0,0,0,0,0 +57864,0,0,0,0,0 +57865,0,0,0,0,0 +57866,0,0,0,0,0 +57867,0,0,0,0,0 +57868,0,0,0,0,0 +57869,0,0,0,0,0 +57870,0,0,0,0,0 +57871,0,0,0,0,0 +57872,0,0,0,0,0 +57873,0,0,0,0,0 +57874,0,0,0,0,0 +57875,0,0,0,0,0 +57876,0,0,0,0,0 +57877,0,0,0,0,0 +57878,0,0,0,0,0 +57879,0,0,0,0,0 +57880,0,0,0,0,0 +57881,0,0,0,0,0 +57882,0,0,0,0,0 +57883,0,0,0,0,0 +57884,0,0,0,0,0 +57885,0,0,0,0,0 +57886,0,0,0,0,0 +57887,0,0,0,0,0 +57888,0,0,0,0,0 +57889,0,0,0,0,0 +57890,0,0,0,0,0 +57891,0,0,0,0,0 +57892,0,0,0,0,0 +57893,0,0,0,0,0 +57894,0,0,0,0,0 +57895,0,0,0,0,0 +57896,0,0,0,0,0 +57897,0,0,0,0,0 +57898,0,0,0,0,0 +57899,0,0,0,0,0 +57900,0,0,0,0,0 +57901,0,0,0,0,0 +57902,0,0,0,0,0 +57903,0,0,0,0,0 +57904,0,0,0,0,0 +57905,0,0,0,0,0 +57906,0,0,0,0,0 +57907,0,0,0,0,0 +57908,0,0,0,0,0 +57909,0,0,0,0,0 +57910,0,0,0,0,0 +57911,0,0,0,0,0 +57912,0,0,0,0,0 +57913,0,0,0,0,0 +57914,0,0,0,0,0 +57915,0,0,0,0,0 +57916,0,0,0,0,0 +57917,0,0,0,0,0 +57918,0,0,0,0,0 +57919,0,0,0,0,0 +57920,0,0,0,0,0 +57921,0,0,0,0,0 +57922,0,0,0,0,0 +57923,0,0,0,0,0 +57924,0,0,0,0,0 +57925,0,0,0,0,0 +57926,0,0,0,0,0 +57927,0,0,0,0,0 +57928,0,0,0,0,0 +57929,0,0,0,0,0 +57930,0,0,0,0,0 +57931,0,0,0,0,0 +57932,0,0,0,0,0 +57933,0,0,0,0,0 +57934,0,0,0,0,0 +57935,0,0,0,0,0 +57936,0,0,0,0,0 +57937,0,0,0,0,0 +57938,0,0,0,0,0 +57939,0,0,0,0,0 +57940,0,0,0,0,0 +57941,0,0,0,0,0 +57942,0,0,0,0,0 +57943,0,0,0,0,0 +57944,0,0,0,0,0 +57945,0,0,0,0,0 +57946,0,0,0,0,0 +57947,0,0,0,0,0 +57948,0,0,0,0,0 +57949,0,0,0,0,0 +57950,0,0,0,0,0 +57951,0,0,0,0,0 +57952,0,0,0,0,0 +57953,0,0,0,0,0 +57954,0,0,0,0,0 +57955,0,0,0,0,0 +57956,0,0,0,0,0 +57957,0,0,0,0,0 +57958,0,0,0,0,0 +57959,0,0,0,0,0 +57960,0,0,0,0,0 +57961,0,0,0,0,0 +57962,0,0,0,0,0 +57963,0,0,0,0,0 +57964,0,0,0,0,0 +57965,0,0,0,0,0 +57966,0,0,0,0,0 +57967,0,0,0,0,0 +57968,0,0,0,0,0 +57969,0,0,0,0,0 +57970,0,0,0,0,0 +57971,0,0,0,0,0 +57972,0,0,0,0,0 +57973,0,0,0,0,0 +57974,0,0,0,0,0 +57975,0,0,0,0,0 +57976,0,0,0,0,0 +57977,0,0,0,0,0 +57978,0,0,0,0,0 +57979,0,0,0,0,0 +57980,0,0,0,0,0 +57981,0,0,0,0,0 +57982,0,0,0,0,0 +57983,0,0,0,0,0 +57984,0,0,0,0,0 +57985,0,0,0,0,0 +57986,0,0,0,0,0 +57987,0,0,0,0,0 +57988,0,0,0,0,0 +57989,0,0,0,0,0 +57990,0,0,0,0,0 +57991,0,0,0,0,0 +57992,0,0,0,0,0 +57993,0,0,0,0,0 +57994,0,0,0,0,0 +57995,0,0,0,0,0 +57996,0,0,0,0,0 +57997,0,0,0,0,0 +57998,0,0,0,0,0 +57999,0,0,0,0,0 +58000,0,0,0,0,0 +58001,0,0,0,0,0 +58002,0,0,0,0,0 +58003,0,0,0,0,0 +58004,0,0,0,0,0 +58005,0,0,0,0,0 +58006,0,0,0,0,0 +58007,0,0,0,0,0 +58008,0,0,0,0,0 +58009,0,0,0,0,0 +58010,0,0,0,0,0 +58011,0,0,0,0,0 +58012,0,0,0,0,0 +58013,0,0,0,0,0 +58014,0,0,0,0,0 +58015,0,0,0,0,0 +58016,0,0,0,0,0 +58017,0,0,0,0,0 +58018,0,0,0,0,0 +58019,0,0,0,0,0 +58020,0,0,0,0,0 +58021,-288.3394649,-81.68034086,-262.5236484,-81.58701717,1545.867536 +58022,-337.1588094,-103.8645582,-311.2097742,-103.7738493,1456.754108 +58023,4.962323076,33.76099436,27.73598664,33.84740427,2098.104989 +58024,-664.345129,-249.1233284,-635.6871083,-249.0413837,987.7694936 +58025,-268.6378309,-78.42483111,-243.6860075,-78.34665217,1702.192685 +58026,-849.678295,-331.709209,-819.6498673,-331.6344354,698.7397105 +58027,-484.4995505,-165.22767,-454.5156465,-165.1557042,1388.653798 +58028,-695.5655682,-258.120177,-662.7135512,-258.0512458,1118.122769 +58029,-1106.301575,-445.9391283,-1073.953319,-445.8725957,332.1886947 +58030,-770.9644337,-293.6470577,-738.5351737,-293.5825797,936.4451561 +58031,-909.1625978,-354.9160698,-875.4019008,-354.8538793,751.9264359 +58032,-1010.218497,-400.3050372,-975.7833729,-400.2449834,596.9846046 +58033,-1078.000173,-431.0940923,-1043.265947,-431.0360011,480.9776354 +58034,-1117.845572,-449.4457886,-1083.006874,-449.3895088,404.5632131 +58035,-1137.047444,-458.5344866,-1102.185901,-458.4799162,361.0058671 +58036,-1143.658233,-461.9492324,-1108.795449,-461.8963125,339.2594383 +58037,-1143.874403,-462.4648706,-1109.006915,-462.4135666,329.7087744 +58038,-1141.235776,-461.667551,-1106.353684,-461.6178366,326.4651298 +58039,-1137.656445,-460.4150156,-1102.751033,-460.366864,326.0870987 +58040,-1134.055498,-459.1190353,-1099.121234,-459.0724154,326.7584417 +58041,-1130.81545,-457.9514975,-1095.849808,-457.9063741,327.5995128 +58042,-1128.05466,-456.9667376,-1093.057363,-456.9230723,328.2252778 +58043,-1232.189961,-502.7230666,-1196.399291,-505.4096192,94.26053547 +58044,-1022.577239,-403.3925717,-984.6434944,-410.3444816,463.4290846 +58045,-1056.667029,-413.7526385,-1015.914655,-425.2372151,424.4383561 +58046,-1082.882467,-421.1865103,-1039.779681,-436.9247267,385.7890134 +58047,-1099.512915,-424.7660756,-1054.435219,-444.4103909,357.6115314 +58048,-1108.606688,-425.237424,-1061.812768,-448.5287265,339.769035 +58049,-1112.886465,-423.7135136,-1064.539196,-450.481172,329.2492186 +58050,-1114.504078,-421.1070389,-1064.719478,-451.2337789,323.108224 +58051,-1114.80882,-417.9983094,-1063.673296,-451.3949042,319.3126309 +58052,-1114.531217,-414.634234,-1062.093108,-451.292893,316.6773312 +58053,-1114.030944,-411.1236452,-1060.318055,-451.0885308,314.5784896 +58054,-1113.473597,-407.5299531,-1058.507994,-450.855466,312.7082012 +58055,-1112.930697,-403.8845702,-1056.734976,-450.6254537,310.9212946 +58056,-1112.429812,-400.2081849,-1055.028214,-450.4108169,309.1526618 +58057,-1111.978239,-396.5078601,-1053.396115,-450.2149578,307.3759366 +58058,-1111.574253,-392.7842254,-1051.837473,-450.0373183,305.5831719 +58059,-1111.212528,-389.0358045,-1050.347187,-449.8757687,303.7748454 +58060,-1110.886792,-385.2607488,-1048.919117,-449.7277778,301.9548254 +58061,-1110.590991,-381.4573184,-1047.551491,-449.5909197,300.1280129 +58062,-1110.319803,-377.6239989,-1046.233012,-449.4630955,298.2991326 +58063,-1110.066541,-373.7770364,-1044.960269,-449.3415708,296.4740939 +58064,-1109.828272,-369.9441111,-1043.726118,-449.2253089,294.6560304 +58065,-1109.602842,-366.1334927,-1042.53803,-449.1135978,292.847335 +58066,-1109.387966,-362.3380123,-1041.386709,-449.005638,291.0500993 +58067,-1109.181632,-358.5458928,-1040.27655,-448.9007249,289.2658835 +58068,-1108.981783,-354.7467048,-1039.194559,-448.798119,287.5046725 +58069,-1108.786972,-350.9764304,-1038.172056,-448.6973338,285.7546689 +58070,-1108.59575,-347.2659055,-1037.154582,-448.5978695,284.0217802 +58071,-1108.407119,-343.6200354,-1036.149598,-448.4994135,282.3047051 +58072,-1108.220228,-339.9865563,-1035.159676,-448.4017083,280.6018858 +58073,-1108.034552,-336.3540728,-1034.198115,-448.3046269,278.9125597 +58074,-1107.84943,-332.7237386,-1033.259949,-448.2079715,277.2370209 +58075,-1107.664394,-329.0967978,-1032.351848,-448.1116151,275.5754926 +58076,-1107.478868,-325.4722153,-1031.466314,-448.0153727,273.9283544 +58077,-1107.292522,-321.8476756,-1030.609334,-447.9191586,272.295492 +58078,-1107.10491,-318.2206227,-1029.773782,-447.8228264,270.6769435 +58079,-1106.915789,-314.5887953,-1028.965631,-447.7263129,269.0723816 +58080,-1106.676746,-310.9503737,-1028.178281,-447.6295843,267.481331 +58081,-1109.374779,-308.8561471,-1030.466872,-448.8799131,260.3051759 +58082,-1076.304804,268.3833065,-997.2594018,-434.0982596,313.6890777 +58083,-1030.863465,338.8888403,-951.8122567,-413.8547774,385.7532191 +58084,-991.3760632,234.9745243,-912.2695583,-396.4767781,446.5833713 +58085,-961.1845644,310.2104961,-881.947105,-383.4454931,491.6750249 +58086,-939.0370814,336.7956445,-859.623054,-374.13034,523.4339345 +58087,-921.8721672,369.3067057,-842.2666247,-367.0850633,548.5126932 +58088,-1023.492898,398.9121034,-944.4632072,-415.1135236,315.494257 +58089,-788.3431974,428.7226555,-709.2731672,-309.069699,731.5874448 +58090,-816.4406023,457.5749265,-736.684633,-321.7444627,708.1905878 +58091,-837.5144404,486.7401885,-757.3646825,-331.5791749,682.4239626 +58092,-849.831096,503.4701381,-769.4495604,-337.5469932,664.8968518 +58093,-854.8467134,497.252701,-774.3230546,-340.2089601,656.7929851 +58094,-854.7844515,493.5392718,-774.1722388,-340.5409908,656.1550163 +58095,-822.9178321,505.0364309,-680.8232879,-326.3863604,712.6274477 +58096,-792.0440571,516.9552056,-335.7077065,-312.6597928,767.1725692 +58097,-758.9922356,530.6468642,-519.8578702,-297.9192992,825.7444339 +58098,-752.7857012,532.7866679,-429.1947647,-295.3527446,835.569248 +58099,-906.2280187,436.6218739,-406.088715,-367.0893278,484.0795401 +58100,-568.014676,584.3058073,-384.1499609,-213.8901908,1080.138307 +58101,-749.4474301,458.4193381,-357.844866,-326.796579,592.0277967 +58102,-426.8730127,635.1396316,-338.693331,-150.4426596,1294.713454 +58103,-633.1517119,472.8036141,-315.9725467,-303.4324139,654.5398992 +58104,-365.6376127,657.4960899,-293.9474368,-121.9830372,1383.629329 +58105,-508.6760555,623.4932746,-278.476696,-184.7043065,1202.273009 +58106,-610.019294,470.2660243,-252.6566872,-319.4435776,608.7523659 +58107,-352.0458616,508.7094317,-236.7476684,-241.0039925,810.3303505 +58108,-228.0315068,705.8897235,-192.4288959,-56.40567473,1573.610995 +58109,-674.8334902,506.1931932,-233.7988437,-258.6779093,764.3040292 +58110,-289.2998736,534.0088531,-164.5293791,-203.6483067,905.5596283 +58111,-157.6037604,732.5240077,-126.670718,-25.5254463,1662.994636 +58112,-375.4233994,683.317152,-203.0492899,-119.4982883,1396.389387 +58113,-569.7160625,501.3470825,-101.5402082,-288.3376105,678.7382296 +58114,-143.0631307,713.6417242,-117.672319,-77.07907693,1517.0338 +58115,-320.8622881,519.3816421,-96.55838505,-173.1494459,750.6026187 +58116,-177.5172532,745.3972429,-80.19779908,-35.04539481,1643.031183 +58117,-361.4523724,708.6603216,-64.61081196,-111.1888355,1434.393232 +58118,-171.6595644,514.0061921,-50.99655058,-149.7478788,680.1771544 +58119,-207.6789679,746.4778309,-31.83377857,-43.46327677,1605.763752 +58120,-202.9925601,536.3917872,-23.63606586,-80.40753171,776.925793 +58121,-166.3708119,580.2690693,-0.904250685,-62.53274544,1008.688621 +58122,20.59422211,804.215878,48.91299245,44.34443966,1870.12412 +58123,-225.6977413,755.8501314,-37.27004118,-57.88714427,1594.826894 +58124,-252.0365367,543.5359459,65.10293368,-157.5321121,761.2503008 +58125,-11.43454384,588.5866552,46.0298132,45.84663576,1001.490435 +58126,35.06767803,816.6968707,66.10005883,48.67429129,1880.077359 +58127,-298.1447013,581.49696,77.60910065,-141.7650137,929.818724 +58128,48.29218264,616.6527695,95.27775893,55.79204438,1114.772165 +58129,115.7818328,840.7227544,142.6307568,80.99367274,1967.629188 +58130,-295.099083,598.6236633,67.71139733,-123.00307,983.8952514 +58131,112.7750978,827.8187091,161.6003738,81.107167,1871.314261 +58132,-28.10853416,791.1057529,141.8879911,11.61203721,1642.367728 +58133,16.88053725,567.3523786,160.8147487,31.24005597,773.9686335 +58134,30.535052,812.8890785,176.2142083,40.0471223,1750.901812 +58135,43.6973783,782.3636178,187.7069188,46.17963433,1557.182172 +58136,57.69940811,763.964012,200.325416,53.23203626,1434.699543 +58137,73.59567775,553.2773812,215.9713092,60.16139311,649.2199902 +58138,85.25367102,617.6963425,229.747803,67.32943712,1522.218757 +58139,125.9288951,870.7604929,239.4063501,78.21128125,1975.643449 +58140,81.33452526,620.4498293,255.1629243,73.80137364,968.8372964 +58141,644.7002359,686.305158,761.2863113,306.1744927,2098.432327 +58142,563.9838269,737.1307471,709.7511355,276.0847359,2278.1266 +58143,418.7300443,733.8439161,553.7134561,211.7641731,2235.588488 +58144,789.3814429,789.7270791,913.4212746,374.8173866,2430.587557 +58145,607.4484543,982.1394052,627.2902164,276.8732034,2459.040563 +58146,555.7181473,764.2525107,829.4950423,301.9371126,2271.972741 +58147,714.0673806,807.7107362,760.650936,328.7525203,2365.96644 +58148,473.2348892,787.7950738,599.3169376,242.0848842,2137.470984 +58149,870.5152329,833.1332364,983.3863833,409.2089224,2522.898883 +58150,727.112279,1011.645091,745.1054988,326.5437896,2555.501472 +58151,435.000415,969.8558705,657.2928162,239.2597647,2262.726537 +58152,876.3889816,720.3248756,932.9324795,405.7237901,2050.097484 +58153,732.1927644,977.5302642,843.8309115,349.0309535,2266.319731 +58154,726.6159787,1039.735092,835.1497751,347.9639303,2377.308679 +58155,754.646127,989.9651556,859.1443263,359.6207536,2459.464246 +58156,659.3576402,1000.861642,724.8243148,301.9531478,2839.542665 +58157,840.8538617,1079.397999,990.0642872,419.819439,2197.425405 +58158,800.1732421,1073.283291,882.9817181,370.3751571,2351.216461 +58159,786.0686204,1092.898157,889.2763938,375.2691287,2429.424004 +58160,809.3068511,1113.864114,908.744999,384.8834305,2486.150204 +58161,824.4025827,1134.355835,923.5524621,390.8474515,2535.055807 +58162,759.2227926,1113.151636,785.1420186,337.9805314,2580.600136 +58163,857.7401204,1199.978173,1047.886278,439.1797261,2234.094745 +58164,877.3903107,1180.760263,933.0351834,399.3195424,2358.309989 +58165,851.1320522,1204.743889,947.944583,404.3526133,2414.195957 +58166,870.350497,1222.592251,964.689251,411.6008772,2451.295846 +58167,885.6582387,1240.431498,976.1157644,417.5724559,2480.851695 +58168,896.2313906,1257.755379,983.7631651,421.3102065,2504.293754 +58169,903.7170112,1274.315573,993.4330049,425.8222569,2521.306818 +58170,915.8722301,1290.899937,1000.582206,429.6580905,2532.244634 +58171,924.6705301,1306.254716,1010.091888,434.4891587,2538.326927 +58172,935.2069274,1321.744269,1017.950521,438.0138734,2540.324006 +58173,944.9529066,1336.353084,1025.889903,442.3510419,2538.692017 +58174,954.189551,1350.998886,1033.987373,446.1711867,2534.24935 +58175,963.9914434,1365.23608,1041.860643,450.1669857,2527.223181 +58176,973.3620116,1379.093728,1050.275513,453.9339446,2518.212681 +58177,983.5740889,1393.54908,1057.372046,458.0114246,2507.531925 +58178,993.1453308,1406.581541,1065.625736,461.7855847,2495.483849 +58179,1001.767442,1420.172772,1073.91004,465.7891203,2482.411585 +58180,1012.774195,1433.270943,1080.970835,469.0920958,2468.298633 +58181,1021.237611,1445.895357,1089.398886,473.5989627,2453.388157 +58182,1031.160443,1459.213317,1096.599432,476.8790832,2437.883051 +58183,1040.734545,1471.460255,1104.419438,480.7572856,2421.653787 +58184,1050.526111,1483.817865,1112.249412,484.5186308,2404.835128 +58185,1059.580095,1495.998429,1119.913702,488.1830852,2387.596024 +58186,1069.042466,1507.906111,1127.293321,491.9073331,2369.85411 +58187,1078.837441,1519.591057,1135.170973,495.6405687,2351.564282 +58188,1088.167699,1531.238842,1142.55155,499.1693985,2332.952151 +58189,1097.69607,1542.541612,1150.04856,503.0266689,2313.872058 +58190,1107.156765,1553.755934,1157.639978,506.4620866,2294.459555 +58191,1106.61371,1560.9824,1156.08964,505.8013507,2227.565713 +58192,1134.848405,1578.516845,1162.955928,517.543218,2204.619331 +58193,1134.856957,1586.055864,1144.726692,517.2832767,2179.941857 +58194,1126.795392,1597.379183,1127.883985,512.1648656,2157.389243 +58195,1110.992431,1607.937488,1113.140829,504.9953275,2137.742156 +58196,1097.358439,1618.215841,1100.532064,498.8157364,2121.008479 +58197,1085.772615,1628.318115,1089.777687,493.5508152,2106.826987 +58198,1075.93393,1638.381181,1080.56644,489.0587196,2094.783261 +58199,1067.544138,1647.660072,1072.62888,485.1974449,2084.508769 +58200,1060.345159,1658.088027,1065.742789,481.8525571,2075.686483 +58201,1054.363955,1669.90402,1059.963065,479.0385293,2068.479446 +58202,1049.302677,1679.759992,1055.011958,476.6217438,2062.429998 +58203,1044.984271,1689.23685,1050.727195,474.5239653,2057.280122 +58204,1041.239632,1698.383488,1046.947605,472.6684286,2052.784901 +58205,1037.945195,1707.324443,1043.563566,471.0036352,2048.770429 +58206,1035.01454,1716.401352,1040.493449,469.4905118,2045.118567 +58207,1032.383709,1724.843995,1037.683744,468.1040081,2041.743921 +58208,1030.001774,1733.484421,1035.085463,466.8205095,2038.579725 +58209,1027.826582,1741.817367,1032.664747,465.6243477,2035.571727 +58210,1025.822918,1750.07251,1030.386702,464.4986484,2032.675595 +58211,1023.961496,1758.178564,1028.229008,463.4332427,2029.855504 +58212,1022.218064,1766.091548,1026.166665,462.4159392,2027.08283 +58213,1020.572622,1774.067762,1024.185703,461.4405045,2024.334995 +58214,1019.008669,1781.641619,1022.268108,460.4980214,2021.594352 +58215,1017.512601,1789.202306,1020.40564,459.5849352,2018.847296 +58216,1016.073184,1796.715861,1018.585014,458.6945331,2016.083476 +58217,1014.681149,1803.981676,1016.801857,457.8250594,2013.295195 +58218,1013.32883,1811.169454,1015.046073,456.9712856,2010.476864 +58219,1012.009901,1818.221204,1013.315895,456.1326694,2007.624616 +58220,1010.719121,1825.146263,1011.603385,455.3049862,2004.735915 +58221,1009.452145,1831.883761,1009.908528,454.4885131,2001.809316 +58222,1008.205373,1829.255094,1008.224841,453.6797057,1998.844187 +58223,1006.997815,1834.092943,1006.688308,452.9385302,1995.84065 +58224,1005.819059,1839.633613,1005.25089,452.2433346,1992.799273 +58225,1004.655885,1845.105266,1003.838904,451.5607267,1989.720869 +58226,1003.500753,1850.639869,1002.419644,450.8767848,1986.606516 +58227,1002.347239,1856.225886,1000.979893,450.1853242,1983.457551 +58228,1001.199313,1861.608922,999.5246673,449.4892105,1980.275438 +58229,1000.057111,1866.964399,998.0538266,448.7879786,1977.061747 +58230,998.9193121,1872.221175,996.5735369,448.0848946,1973.818079 +58231,997.7813648,1876.84249,995.0819093,447.3786315,1970.448197 +58232,996.6420245,1881.257973,993.5767479,446.6693663,1966.986608 +58233,995.494465,1885.517623,992.0540733,445.9539521,1963.475677 +58234,994.3413238,1889.631875,990.5157824,445.2342356,1959.937093 +58235,993.1792661,1893.608141,988.9613584,444.5087573,1956.377768 +58236,992.0124289,1897.381499,987.3940237,443.7800654,1952.798919 +58237,990.8377404,1901.191497,985.8133129,443.0467595,1949.20094 +58238,989.6591352,1904.723171,984.2220636,442.3112026,1945.584598 +58239,988.4733194,1908.184636,982.6194209,441.5718029,1941.951051 +58240,987.2840452,1911.578454,981.0079112,440.8307683,1938.301474 +58241,986.0879074,1914.672835,979.3864551,440.0864023,1934.636991 +58242,984.8885683,1917.793488,977.7573892,439.3408246,1930.958543 +58243,983.6825561,1920.659074,976.119478,438.5922729,1927.266992 +58244,982.4734609,1923.5844,974.4749178,437.8428057,1923.563061 +58245,981.2577552,1926.235534,972.8223536,437.0906139,1919.847425 +58246,980.0389801,1928.824766,971.1638732,436.3377107,1916.120654 +58247,978.8135619,1931.282206,969.4980342,435.5822553,1912.383293 +58248,977.5849872,1933.619164,967.8268398,434.8262273,1908.635793 +58249,976.3496637,1935.836288,966.1487827,434.0677644,1904.878595 +58250,975.1110462,1937.934491,964.4658039,433.3088221,1901.11206 +58251,973.8655263,1939.914259,962.7763461,432.5475231,1897.336548 +58252,972.6165234,1941.704083,961.0823024,431.785805,1893.552348 +58253,971.3604193,1943.553994,959.3820792,431.0217809,1889.759757 +58254,970.1642077,1945.204929,957.7411347,430.2862851,1886.074649 +58255,969.0193786,1946.623357,956.1529473,429.575176,1882.488432 +58256,967.8855866,1948.400774,954.5756345,428.8704788,1878.92192 +58257,966.7637857,1951.093807,953.012135,428.1723854,1875.383666 +58258,965.6533298,1950.292151,951.4602451,427.480999,1871.866498 +58259,964.5473831,1954.286556,949.9150999,426.7929861,1868.364686 +58260,963.4467302,1951.569977,948.3759283,426.1091028,1864.873635 +58261,960.6250139,1895.857227,945.1183267,424.6444064,1858.261172 +58262,955.4865748,1902.083903,939.5358346,422.0799222,1847.348268 +58263,949.1941709,1898.692803,932.7880203,418.9841113,1834.276256 +58264,942.9106136,1899.417815,926.0473485,415.9147887,1821.154431 +58265,937.1118366,1899.389275,919.7938236,413.0992771,1808.848304 +58266,931.8460233,1899.288228,914.0760478,410.5482444,1797.446921 +58267,927.013522,1899.109084,908.7904909,408.2091161,1786.790144 +58268,922.511274,1898.844371,903.8391749,406.0283339,1776.714823 +58269,918.2679345,1898.416469,899.1514413,403.9687751,1767.109528 +58270,914.2373039,1898.074822,894.6802089,402.0066337,1757.901769 +58271,910.3864605,1897.48217,890.3918586,400.1253356,1749.038491 +58272,906.6888473,1896.855685,886.2595905,398.3118611,1740.475533 +58273,903.1217026,1896.195035,882.26063,396.555289,1732.174045 +58274,899.6653519,1895.258426,878.3753596,394.8463634,1724.099749 +58275,896.3029898,1894.380769,874.5870103,393.1773256,1716.222774 +58276,893.0203859,1893.3441,870.8813716,391.5417394,1708.517297 +58277,889.8055505,1892.220735,867.2464588,389.934295,1700.9611 +58278,886.6408861,1891.465025,863.6646719,388.347204,1693.521401 +58279,883.5313479,1890.021143,860.1409599,386.7829749,1686.206198 +58280,880.4639815,1888.773911,856.6623666,385.2359959,1678.99078 +58281,877.4328162,1887.140842,853.2229177,383.703837,1671.86307 +58282,874.4326962,1885.78366,849.8174512,382.1844362,1664.812424 +58283,871.4591831,1883.809074,846.441537,380.6760556,1657.829544 +58284,868.5084986,1882.422128,843.0914098,379.177246,1650.906356 +58285,865.5774544,1880.01072,839.7638753,377.6868011,1644.03589 +58286,862.6633339,1878.740556,836.4562132,376.2037118,1637.212084 +58287,859.7638282,1875.704626,833.166109,374.7271347,1630.429693 +58288,856.8769736,1874.809278,829.8915842,373.2563604,1623.684148 +58289,854.0010794,1870.805748,826.6309487,371.7907928,1616.971486 +58290,851.1346912,1870.751206,823.3827523,370.3299277,1610.288243 +58291,848.2765839,1864.87153,820.1457481,368.873337,1603.631407 +58292,845.4233184,1866.434128,816.9192936,367.4208461,1596.998337 +58293,842.5758152,1857.685987,813.7027385,365.9722641,1590.386728 +58294,839.7317812,1862.539357,810.4953326,364.5273451,1583.794548 +58295,836.8924458,1848.851617,807.2963177,363.0858303,1577.220021 +58296,834.0556355,1859.844444,804.1049955,361.647479,1570.661578 +58297,831.2625903,1837.554468,800.9607364,360.2302551,1564.190541 +58298,828.4863692,1859.322504,797.8380959,358.8226408,1557.760445 +58299,825.7228306,1826.216588,794.7311731,357.4220021,1551.360373 +58300,822.9687926,1853.98179,791.6382635,356.0276168,1544.987027 +58301,820.2221674,1818.670849,788.5573071,354.6386007,1538.636459 +58302,817.4836486,1845.193174,785.4865551,353.2542069,1532.3053 +58303,814.7501862,1813.057315,782.4245662,351.8738229,1525.990756 +58304,812.0202545,1834.14041,779.3701529,350.496946,1519.690519 +58305,809.2933311,1808.613563,776.3223295,349.1231605,1513.402665 +58306,806.5690787,1821.417193,773.2802825,347.752124,1507.125607 +58307,803.8470831,1804.916818,770.2433352,346.3835528,1500.85802 +58308,801.1268986,1807.863182,767.2109263,345.0172114,1494.59881 +58309,798.4080917,1800.987696,764.1825844,343.6529027,1488.347056 +58310,795.6902958,1796.957433,761.1579143,342.2904607,1482.101993 +58311,792.9731984,1792.409583,758.1365795,340.9297443,1475.86297 +58312,790.2565467,1787.69551,755.1182951,339.5706332,1469.629445 +58313,787.5401285,1783.074978,752.1028146,338.2130232,1463.400949 +58314,784.8237751,1778.213602,749.0899243,336.8568233,1457.177085 +58315,782.1073319,1773.329664,746.079439,335.501954,1450.957511 +58316,779.3906721,1768.425641,743.0711938,334.1483443,1444.741932 +58317,776.6736857,1763.259588,740.065041,332.7959299,1438.530085 +58318,773.9562635,1758.167263,737.0608492,331.4446531,1432.321746 +58319,771.2383241,1752.932395,734.0584978,330.0944608,1426.116707 +58320,768.5197814,1747.62759,731.0578778,328.7453043,1419.914792 +58321,768.691555,1631.966602,730.9498888,328.7112295,1418.9722 +58322,764.2693463,1623.570174,726.1921376,326.4812298,1409.229882 +58323,757.4157929,1616.10823,718.9695922,323.1236739,1394.870715 +58324,750.3865082,1608.908809,711.5636174,319.7327923,1380.132263 +58325,744.1482561,1601.655932,704.9536589,316.7645336,1366.796336 +58326,738.8209414,1594.58024,699.2630146,314.2609589,1355.087703 +58327,734.2368107,1587.387658,694.3236814,312.1276978,1344.720928 +58328,730.2161141,1580.34202,689.9549927,310.2691138,1335.394816 +58329,726.6350301,1573.127077,686.0324411,308.620255,1326.905388 +58330,723.4146551,1565.990182,682.4766939,307.1400992,1319.122741 +58331,720.4995332,1558.642608,679.231983,305.8001717,1311.953343 +58332,717.845104,1551.381601,676.2534638,304.5779681,1305.319616 +58333,715.4169801,1544.017081,673.5025381,303.4544849,1299.153042 +58334,713.1877203,1536.609658,670.9457193,302.4135551,1293.392979 +58335,711.1322541,1529.149466,668.5543032,301.4415981,1287.986405 +58336,709.2291158,1521.635224,666.3039598,300.5273393,1282.887454 +58337,707.4553108,1514.067932,664.1741641,299.6614662,1278.056578 +58338,705.7940868,1506.446567,662.1476177,298.8362938,1273.4597 +58339,704.2284498,1498.771775,660.209722,298.0454701,1269.067412 +58340,702.7473201,1491.106296,658.3481385,297.2837365,1264.854314 +58341,701.3382529,1483.238148,656.5524255,296.5467325,1260.798427 +58342,699.9939501,1475.386612,654.8137435,295.8308418,1256.880751 +58343,698.7049943,1467.578569,653.1245962,295.1330586,1253.084813 +58344,697.4667035,1459.60009,651.4786261,294.4508846,1249.396352 +58345,696.2717507,1451.58672,649.8704313,293.7822389,1245.802986 +58346,695.1173529,1443.603988,648.2954181,293.1253863,1242.293977 +58347,693.9994353,1435.452238,646.7496727,292.4788767,1238.859978 +58348,692.9140656,1427.374465,645.229859,291.8414972,1235.492877 +58349,691.8580393,1419.143897,643.7331212,291.212228,1232.185585 +58350,690.8288269,1410.977161,642.2570195,290.590214,1228.931944 +58351,689.8243614,1402.606402,640.7994523,289.9747299,1225.726549 +58352,688.841179,1394.089459,639.3570332,289.3644597,1222.564694 +58353,687.8766349,1385.642255,637.9270781,288.7583943,1219.442217 +58354,686.9291252,1377.045127,636.507913,288.155961,1216.355493 +58355,685.997694,1368.6047,635.098491,287.5568462,1213.301312 +58356,685.0816885,1359.867845,633.6980627,286.960849,1210.276879 +58357,684.1805477,1351.252668,632.3059915,286.3678011,1207.279701 +58358,683.2937692,1342.598845,630.9217074,285.7775493,1204.307594 +58359,682.420887,1333.727579,629.5446917,285.1899511,1201.3586 +58360,681.5615002,1325.065604,628.1744795,284.6048775,1198.430997 +58361,680.7152388,1316.263693,626.8106496,284.0222095,1195.523227 +58362,679.8818058,1307.351795,625.452828,283.4418414,1192.63392 +58363,679.0609008,1298.458399,624.1006725,282.8636745,1189.761827 +58364,678.2522836,1289.668381,622.7538752,282.2876192,1186.905845 +58365,677.4557266,1280.622609,621.4121474,281.713589,1184.064953 +58366,676.6710186,1271.700049,620.075231,281.1415065,1181.23826 +58367,675.8979653,1263.177192,618.7428809,280.5712958,1178.424929 +58368,675.136397,1253.500534,617.4148727,280.0028868,1175.624223 +58369,674.3861683,1244.775763,616.090993,279.4362111,1172.835449 +58370,673.6471366,1235.650889,614.7710466,278.8712055,1170.057995 +58371,672.9191496,1226.519541,613.4548444,278.3078072,1167.291279 +58372,672.2020631,1217.487309,612.1422106,277.7459573,1164.534786 +58373,671.4957825,1208.338149,610.8329773,277.1855984,1161.788025 +58374,670.8001813,1199.211375,609.526985,276.6266753,1159.050556 +58375,670.1151649,1190.015331,608.2240802,276.0691339,1156.321958 +58376,669.4406245,1180.920897,606.9241188,275.512923,1153.601858 +58377,668.7764678,1171.71679,605.626959,274.9579911,1150.889887 +58378,668.1226154,1162.494865,604.3324694,274.4042908,1148.185725 +58379,667.4789733,1153.367102,603.0405173,273.8517725,1145.489047 +58380,666.8454528,1144.139246,601.7509815,273.3003913,1142.799576 +58381,667.6756437,1242.091722,601.9174042,273.4108577,1142.760052 +58382,672.8413787,1234.847262,606.5108991,275.6099747,1151.025105 +58383,828.4722083,1226.799395,613.3463013,278.8337658,1163.503379 +58384,1032.030668,1218.552892,620.2112752,282.02383,1176.1375 +58385,885.5023254,1210.108551,626.1818614,284.7515746,1187.252255 +58386,945.0854326,1201.689877,631.1653736,286.9894036,1196.665934 +58387,954.7676902,1193.108737,635.3450648,288.8385038,1204.678819 +58388,963.580557,1184.525154,638.9102325,290.3981183,1211.599234 +58389,972.4967619,1175.857099,641.9916466,291.7356789,1217.63738 +58390,980.6154369,1167.286063,644.67391,292.8942161,1222.929457 +58391,989.4180518,1158.601574,647.0173124,293.9038588,1436.178179 +58392,997.4206326,1149.899758,649.0705286,294.7884451,1452.012335 +58393,1006.115834,1141.29622,650.8752974,295.5680043,1418.553217 +58394,1013.782634,1132.590195,652.4676292,296.2594633,1450.045302 +58395,1021.894824,1123.877448,653.8767622,296.8762373,1459.3267 +58396,1030.10299,1115.265054,655.1305585,297.4309314,1467.756673 +58397,1037.876179,1106.567109,656.2496995,297.9325905,1475.53396 +58398,1045.979434,1097.868889,657.252695,298.3891794,1483.855224 +58399,1053.271273,1094.325959,658.1554764,298.80743,1491.538717 +58400,1061.518259,1088.307845,658.9713957,299.1928591,1499.230379 +58401,1069.036361,1082.191827,659.7115607,299.5499467,1506.665907 +58402,1076.735707,1076.080776,660.3852744,299.8823593,1514.038952 +58403,1084.354427,1070.065346,696.4658979,304.3026995,1521.080293 +58404,1091.718777,1063.964823,737.6755359,340.172749,1528.416727 +58405,1099.587057,1057.904174,715.2834892,339.7608822,1535.231669 +58406,1107.191438,1051.802417,730.1616474,315.3672563,1542.07559 +58407,1116.892613,1045.807935,735.6619703,337.4726212,1549.007228 +58408,1127.295658,1039.734984,740.7344483,340.3773707,1555.19911 +58409,1137.539205,1033.708238,745.8316409,340.4336737,1562.18083 +58410,1148.408987,1027.647471,750.5655256,344.0832773,1568.187796 +58411,1159.036886,1021.760868,755.6361438,346.8533268,1574.714688 +58412,1169.939948,1015.819399,760.3971669,349.6915796,1580.891372 +58413,1180.891838,1009.938982,765.2626212,352.3174606,1586.978077 +58414,1191.675848,1004.04095,769.8942985,355.0167244,1592.758585 +58415,1203.257511,998.2692041,774.4800775,357.5565579,1599.012637 +58416,1214.268924,992.4434481,778.9857632,360.1632487,1604.661048 +58417,1225.639497,986.6454792,783.3112474,362.6429502,1610.662871 +58418,1237.047249,980.9679262,787.7555736,365.0702717,1615.997335 +58419,1248.53622,975.2460382,791.941472,367.5024864,1618.627846 +58420,1259.776731,969.5935824,796.0481078,369.9128548,1622.878986 +58421,1272.007874,963.9377717,800.3405791,372.2275052,1626.348599 +58422,1283.485901,958.4154822,804.0909395,374.483508,1630.048728 +58423,1295.39437,952.8565041,808.2451176,376.8598584,1633.719785 +58424,1307.692966,947.3382779,812.0445241,378.9336486,1637.260437 +58425,1319.184466,941.9505208,815.8652985,381.231637,1640.849966 +58426,1331.516743,936.5348138,819.5127344,383.2922703,1644.056871 +58427,1343.689858,931.1665045,823.3524071,385.5499594,1647.979108 +58428,1355.880481,925.9311084,826.9907357,387.4665821,1651.153574 +58429,1368.150504,920.677242,830.2983294,389.7073426,1654.636824 +58430,1380.117767,915.5103333,834.0468835,391.5415828,1657.939913 +58431,1392.770105,910.6971689,837.3267323,393.6438485,1661.172364 +58432,1405.119735,905.2243562,840.778076,395.5853824,1664.56808 +58433,1417.298218,900.4374035,844.0654953,397.4981632,1667.671053 +58434,1429.676352,895.4415302,847.3061624,399.3460006,1670.917262 +58435,1442.057668,890.6380132,850.5374387,401.3167427,1674.044968 +58436,1454.587297,885.8351304,853.7055931,403.1233094,1677.214652 +58437,1467.003978,881.100983,856.7060324,404.9665623,1680.358929 +58438,1479.593784,876.516169,859.9765734,406.7700253,1683.40601 +58439,1492.115419,871.9400427,862.9108647,408.4853712,1686.524037 +58440,1504.640994,867.4703019,865.9170065,410.4122793,1689.50949 +58441,1563.714815,885.8108455,915.3600763,434.6815469,1772.968893 +58442,1578.175592,882.516609,920.7707574,437.5685369,1778.347359 +58443,1591.943939,878.9505614,924.5440667,439.7928958,1783.132169 +58444,1605.163806,875.2694146,928.157689,442.058171,1787.2895 +58445,1618.376772,871.7547125,931.8235241,444.0181981,1791.223462 +58446,1631.278757,868.0269927,934.9403009,446.0693331,1794.902795 +58447,1644.281857,864.5300994,938.1025929,447.7219647,1798.469483 +58448,1657.041158,861.0098709,941.1390181,449.7698678,1801.828095 +58449,1669.908318,857.6304574,944.095915,451.4884614,1805.179359 +58450,1682.746185,854.2630719,946.9793852,453.2686958,1808.454921 +58451,1695.423258,851.0099903,949.7966279,455.001564,1811.569595 +58452,1707.671036,847.8441428,952.5495486,456.6063756,1814.706507 +58453,1721.215982,844.7740412,955.2427605,458.4263733,1817.749921 +58454,1733.451096,840.6813909,957.6855603,460.0109259,1820.39128 +58455,1746.373135,837.7256395,960.5637039,461.8164122,1823.877337 +58456,1758.830005,834.8669958,962.9397684,463.4022678,1826.497005 +58457,1771.617783,832.1035444,965.4447797,465.2628141,1829.353833 +58458,1784.177815,829.3797529,967.8636504,466.9795784,1832.206545 +58459,1796.713131,826.6607965,970.2334695,469.0239014,1834.962695 +58460,1809.454142,824.0473891,972.5532096,470.8803731,1837.566055 +58461,1828.25809,818.3945782,967.6423974,470.1449542,1840.317514 +58462,1841.982699,815.3081907,968.7862963,471.8701871,1842.885785 +58463,1855.031236,812.1670507,970.4010769,474.0905564,1845.426667 +58464,1868.043399,809.854084,972.1475682,476.3713553,1848.071646 +58465,1880.919862,806.955904,973.9478176,478.752359,1850.519948 +58466,1893.982258,804.3542727,975.7442839,481.1941665,1853.053614 +58467,1906.580197,801.7347191,977.5232237,483.719408,1855.452079 +58468,1919.544825,799.1427774,979.2808194,486.3040043,1857.924053 +58469,1932.216177,796.5759148,981.0163873,488.9538564,1860.261921 +58470,1944.931301,794.0328767,982.727523,491.665562,1862.600189 +58471,1956.850694,791.2113425,983.7072233,493.9910982,1864.903602 +58472,1968.643577,788.351267,984.5131096,496.6217223,1867.166939 +58473,1980.404033,785.4797677,984.9974688,499.0024975,1869.401967 +58474,1992.227838,782.8879056,985.9734413,501.5261175,1871.559412 +58475,2003.660014,779.6044094,986.3700228,504.0639246,1873.805814 +58476,2015.345489,776.9298246,986.9115134,506.7635605,1875.961092 +58477,2026.817063,774.0187247,987.3554773,509.1752685,1878.017782 +58478,2038.188466,771.1536744,987.7426125,511.7862087,1880.141241 +58479,2049.607303,768.2922352,988.0715698,514.6514985,1882.151176 +58480,2060.834023,765.4340629,988.3436465,517.2725433,1884.2511 +58481,2072.118295,762.5815887,988.5685475,520.053089,1886.217746 +58482,2083.14411,759.7339718,988.7389001,522.8500062,1888.200235 +58483,2094.430803,756.8922956,988.8613967,525.6858641,1890.149593 +58484,2105.433939,754.0562252,988.9342617,528.5601004,1892.070454 +58485,2116.36348,751.2266413,988.9605563,531.4738543,1893.966816 +58486,2127.229691,748.4032252,988.9393516,534.4265127,1895.83504 +58487,2138.309276,745.5866055,988.8728066,537.2698512,1897.679025 +58488,2149.067282,742.7770098,988.7619171,540.5313877,1899.494844 +58489,2159.964741,739.9748057,988.6073958,543.4919008,1901.335232 +58490,2170.708897,737.179819,988.409243,546.6296896,1903.028118 +58491,2181.509673,734.3928597,988.1699215,549.782461,1904.758499 +58492,2192.175928,731.6134443,987.8881274,553.1258969,1906.539763 +58493,2202.991786,728.8424178,987.5666754,556.1222138,1908.197811 +58494,2213.485914,726.0793632,987.2042248,559.5092091,1909.872553 +58495,2225.54324,723.3250682,986.8035068,562.7977333,1911.517964 +58496,2239.820354,720.5790457,986.3630638,566.1503247,1913.137504 +58497,2244.74473,717.8420925,985.8856402,569.3742067,1914.735763 +58498,2263.971978,715.1136344,985.3696338,573.0705972,1916.308643 +58499,2262.64135,712.3944703,984.8178099,576.418497,1917.860805 +58500,2290.540328,709.9297975,984.228513,579.9618574,1919.388062 +58501,2177.638754,673.972846,907.7771331,550.8099113,1779.097854 +58502,2251.345595,671.4711449,906.7429798,554.1589845,1780.955964 +58503,2210.088048,668.7525579,906.3995137,557.9792421,1783.123809 +58504,2272.670325,666.178457,905.9308862,561.7497942,1785.264163 +58505,2212.073937,666.6798671,912.7831271,566.2038146,1787.497806 +58506,2269.151464,664.6697766,913.5306357,570.0068403,1789.8194 +58507,2288.559153,662.4528692,913.7184509,574.2265909,1792.05753 +58508,2241.652096,660.1761019,913.7181252,578.0894013,1794.330587 +58509,2291.833282,657.8804801,913.6222095,582.1424498,1796.595222 +58510,2296.499961,655.7968881,913.45787,586.2037218,1798.851541 +58511,2303.681967,653.1767197,913.2412702,590.3025898,1801.103045 +58512,2315.149062,651.0262118,912.9769479,594.4382474,1803.343854 +58513,2325.229421,648.6963628,912.6711466,598.6113629,1805.536107 +58514,2335.444765,646.402082,912.3238943,602.8209311,1807.865539 +58515,2345.602293,644.1139427,911.9392718,607.0673952,1809.982618 +58516,2355.640678,641.8311631,911.5161764,611.1580608,1812.222908 +58517,2365.674791,639.5548602,911.0581001,615.7751911,1814.409417 +58518,2375.612479,637.2846237,910.5635854,619.9832024,1816.589252 +58519,2385.706966,635.0214773,910.0358903,624.4063715,1818.760416 +58520,2395.501296,632.7649241,909.4733807,628.8301655,1820.917728 +58521,2405.539091,630.5159447,908.8792468,633.2890066,1823.023021 +58522,2415.26098,628.2739818,908.2517374,637.7809259,1825.223286 +58523,2425.324105,626.0399634,907.5939477,642.3064797,1827.315772 +58524,2434.819538,623.8132915,906.9040615,646.86441,1829.432783 +58525,2444.682197,621.594847,906.1850921,651.4549707,1831.533249 +58526,2454.395385,619.185877,905.4351628,656.0768952,1833.61893 +58527,2464.236626,617.2658138,904.6572136,660.7304001,1835.738892 +58528,2473.589322,614.9335226,903.8493248,665.1880225,1837.731423 +58529,2483.405194,612.9756496,903.0143587,670.2560404,1839.815252 +58530,2492.810411,610.5089336,902.1503788,674.8262756,1841.800075 +58531,2500.090353,608.7854511,901.9824976,679.3262482,1843.89359 +58532,2506.919673,606.9648155,901.9393493,683.8321289,1845.872384 +58533,2524.728654,602.2289554,894.8395334,689.1782495,1847.880518 +58534,2532.768254,600.0599753,893.8403537,693.8284403,1849.866391 +58535,2539.851574,598.1387842,893.3975902,698.7157271,1851.844205 +58536,2546.636993,596.3210912,893.1423489,702.9893613,1853.807517 +58537,2552.838088,594.5666564,892.9830864,707.8173498,1855.760457 +58538,2559.020639,592.8615519,892.8864266,712.3551805,1857.698567 +58539,2564.861077,591.1995092,892.8394899,716.9974452,1859.626547 +58540,2570.485701,589.57589,892.8319748,721.5373228,1861.49507 +58541,2575.772008,587.988898,892.8613409,726.1204099,1863.467727 +58542,2581.114911,586.4360838,892.9222334,730.6850215,1865.323074 +58543,2585.989081,584.9167935,893.0145964,735.1682124,1867.254394 +58544,2590.742566,583.4291697,893.1344366,739.7089209,1869.048432 +58545,2595.374447,581.972902,893.2824415,744.1346082,1870.935859 +58546,2599.505475,580.5464442,893.45519,748.3439038,1872.767182 +58547,2603.618931,579.3293552,893.624618,753.1209913,1874.527818 +58548,2607.510677,577.700069,893.8685944,757.300195,1876.398222 +58549,2616.619966,573.4029552,886.7645308,761.6119872,1878.20249 +58550,2621.35393,571.5241605,885.7912047,765.8830198,1879.872217 +58551,2625.458664,569.918128,885.3727604,770.2464116,1881.70443 +58552,2629.259964,568.4051645,885.1428825,774.5922671,1883.423935 +58553,2632.814843,566.9494332,885.0029601,778.8398739,1885.173052 +58554,2636.143372,565.536862,884.923058,783.1169653,1886.89906 +58555,2639.168261,564.161766,884.8886297,787.3596716,1888.612035 +58556,2642.261781,562.8196786,884.8916643,791.4922837,1890.308751 +58557,2644.709057,561.5086988,884.9282339,795.6478012,1891.990558 +58558,2647.35939,560.0585597,884.9952354,799.7314446,1893.656385 +58559,2649.422363,559.0502289,885.0911131,803.8011011,1895.307026 +58560,2651.65195,557.7057336,885.2140591,807.747166,1896.941618 +58561,2499.722115,490.3299098,731.7536693,745.0892589,1612.470896 +58562,2499.485733,488.250469,730.3760764,748.6310878,1611.336581 +58563,2499.650799,486.708642,729.3272308,751.766724,1611.579021 +58564,2499.722316,485.1651722,728.7123187,755.1011981,1611.7314 +58565,2499.651561,483.7018901,728.1162167,758.4251969,1612.037854 +58566,2499.40613,482.2842243,727.6045951,761.7110091,1612.403205 +58567,2498.958747,480.9040982,727.1447367,764.8784281,1612.834853 +58568,2498.297315,479.5633652,726.7270163,768.0495841,1613.204516 +58569,2497.422704,478.2408584,726.3463145,771.1322501,1613.659083 +58570,2496.318939,476.9549646,725.9984921,774.180508,1614.090285 +58571,2494.990118,475.6887634,725.6821729,777.0864505,1614.530149 +58572,2493.422287,474.4539358,725.3949543,779.9826199,1614.969922 +58573,2491.614423,473.3604091,725.1363091,782.7767797,1615.409332 +58574,2489.561584,472.0004902,724.9046363,785.4958645,1615.84577 +58575,2487.254545,470.918909,724.6993886,788.161588,1616.278961 +58576,2471.43868,466.4603149,716.7968695,785.8650873,1616.721617 +58577,2467.574417,464.7225066,715.0371634,787.8107351,1617.0924 +58578,2464.462154,463.1172646,714.2485437,789.8928755,1617.489262 +58579,2461.421719,461.892211,713.374069,792.1176565,1617.882288 +58580,2458.231217,460.4640485,712.6791472,794.3001705,1618.265378 +58581,2455.213894,459.284443,712.0261305,796.453295,1618.63617 +58582,2451.842246,457.8426119,711.4141446,798.5604455,1618.991478 +58583,2448.430286,456.6657978,710.9197152,800.6144986,1619.330465 +58584,2444.855327,455.4165952,710.2425467,802.6401107,1619.651617 +58585,2441.131153,454.2055374,709.7767084,804.5305359,1619.955479 +58586,2437.35176,453.0143398,709.2592841,806.4221749,1620.241421 +58587,2433.152781,451.8423719,708.7759577,808.2212884,1620.510507 +58588,2429.013458,450.6886468,708.3116567,809.95593,1620.762343 +58589,2424.617264,449.552599,707.865386,811.6196199,1620.998085 +58590,2419.956962,448.4334412,707.4354633,813.2100893,1621.217331 +58591,2416.462391,446.8670294,705.6948165,814.7283477,1621.421191 +58592,2412.807754,444.9357171,703.6724779,816.2157112,1621.605204 +58593,2409.20029,443.0702896,701.5184583,817.5651007,1621.772421 +58594,2405.514798,441.3478505,699.2820774,818.9186039,1621.922702 +58595,2401.753693,439.3870409,696.9746532,820.1821726,1622.056956 +58596,2397.906631,437.4963253,694.6821394,821.3870689,1622.174111 +58597,2393.976001,435.6695419,692.1523905,822.5290365,1622.274606 +58598,2389.959511,433.5848854,689.6513414,823.6078721,1622.357053 +58599,2385.848476,431.6949217,687.2970164,824.623663,1622.421722 +58600,2381.544844,429.7067744,684.5700819,825.5762071,1622.467227 +58601,2377.498929,427.6233777,682.0130639,826.4655541,1622.493846 +58602,2372.8841,425.8516077,679.3383883,827.2915001,1622.500251 +58603,2368.480939,423.6373187,676.6361534,828.0541203,1622.486813 +58604,2363.878098,421.6894599,673.9560172,828.753242,1622.4523 +58605,2360.114476,419.7065604,671.1731031,829.6551795,1622.397175 +58606,2355.428613,417.6727398,668.5890922,830.3234149,1622.32196 +58607,2350.631301,415.710933,665.6026836,830.8225757,1622.224983 +58608,2345.621984,413.4273518,662.7678716,831.3210988,1622.105577 +58609,2340.75219,411.5393516,659.8947629,831.7263892,1621.964683 +58610,2335.560822,409.3776731,656.7970153,832.0719039,1621.801426 +58611,2330.352816,407.3802921,653.9797652,832.3539542,1621.616571 +58612,2325.026545,405.1498098,650.8217735,832.5727585,1621.409261 +58613,2319.698277,403.0934452,647.8599785,832.7287557,1621.180239 +58614,2314.024516,400.9518549,644.6801312,832.8220639,1620.928639 +58615,2308.363962,398.8216971,641.5947667,832.8530301,1620.6552 +58616,2302.76425,396.6769745,638.4726971,832.8217366,1620.359076 +58617,2296.863667,394.6011765,635.2172463,832.7285199,1620.041025 +58618,2290.945987,392.3342395,632.0336307,832.5734625,1619.700227 +58619,2284.915929,390.1394332,628.7784273,832.3569045,1619.337459 +58620,2278.688126,388.1353725,625.5388961,832.0789479,1618.951946 +58621,2022.472812,385.4593106,621.6279943,831.1289337,1618.088775 +58622,2012.978982,515.1632429,931.3243702,962.7722872,2209.415946 +58623,2080.08881,514.8393353,920.84304,964.5719434,2189.979901 +58624,2131.591182,512.3165352,920.7561221,963.4935626,2204.647068 +58625,2163.143486,509.4782596,915.2947265,962.8609814,2200.450042 +58626,2182.999877,507.1839287,912.5408912,962.126916,2192.506165 +58627,2195.9762,504.7394397,907.6465428,961.2942519,2207.793684 +58628,2204.956961,502.157391,903.4994275,960.3734232,2189.763539 +58629,2211.50213,499.7085552,899.2440846,959.3709194,2206.943878 +58630,2216.37837,497.1365331,892.9060557,958.2243807,2189.156826 +58631,2220.246647,494.6678376,891.4317759,957.170423,2206.229145 +58632,2222.774066,492.0277438,885.6298243,955.8922784,2188.186336 +58633,2224.440772,489.5593621,881.5398185,954.5816843,2205.341159 +58634,2225.422413,486.8606945,876.9278753,953.1906936,2187.120159 +58635,2225.831614,484.4190357,872.5280553,951.7367309,2204.356431 +58636,2225.76473,481.7097121,867.7124809,950.2215803,2185.938313 +58637,2225.296556,479.2086393,863.3734413,948.7121661,2203.23922 +58638,2224.459161,476.4743778,858.5110541,946.9788094,2184.718948 +58639,2223.325376,473.9961185,846.6495639,945.3337534,2195.720851 +58640,2221.953982,471.2526958,859.8902797,943.5708415,2192.320262 +58641,2220.370388,468.7176396,835.8598227,941.760686,2191.214193 +58642,2218.602824,465.9500069,840.6005758,939.8932105,2190.839966 +58643,2216.403829,463.4368663,839.1543329,937.9040747,2190.150345 +58644,2214.339302,460.6597703,820.4419433,936.0193615,2189.378162 +58645,2212.152185,458.0906855,826.8624682,933.93522,2188.606949 +58646,2209.850843,455.2889513,826.2688527,931.8537617,2187.813723 +58647,2207.444651,452.7028827,807.4086528,929.6743957,2186.940844 +58648,2204.939494,449.8803729,809.5155699,927.4649307,2186.075167 +58649,2202.344159,447.2721302,813.7640694,925.2066018,2185.197633 +58650,2199.66761,444.4294027,787.1502136,922.8962204,2184.291272 +58651,2196.916785,442.041445,800.9315959,920.5664967,2183.359878 +58652,2194.092737,439.442204,789.1453841,918.2118358,2182.378486 +58653,2191.199004,437.0561167,786.1080562,915.8286673,2181.42991 +58654,2188.241352,434.2184311,783.3463365,913.421725,2180.407414 +58655,2185.226512,432.2551438,774.6056607,910.9911712,2179.371514 +58656,2182.161158,429.7722781,774.0118859,908.5426707,2178.309069 +58657,2179.051546,427.0403617,768.0738735,906.0814122,2177.379194 +58658,2175.90376,424.6994152,763.8153486,902.260844,2176.03927 +58659,2172.588438,422.2831126,759.3709679,897.6914742,2174.970867 +58660,2168.985128,419.7399399,755.1061046,893.0247171,2173.791429 +58661,2165.053839,417.3694838,750.3076519,888.0283518,2172.573297 +58662,2160.83477,414.8247507,749.0777918,882.9734469,2171.334635 +58663,2156.336931,412.4528128,737.0504625,877.527051,2170.021014 +58664,2151.572398,409.905347,739.2241772,872.2117101,2168.776809 +58665,2146.578434,407.5295108,732.0617098,866.5503435,2167.419781 +58666,2141.379512,404.9769069,728.2276966,860.7386254,2166.034486 +58667,2135.993303,402.5734072,723.3458817,871.0555354,2164.592489 +58668,2130.42193,400.0064301,718.9470516,824.3623984,2163.116669 +58669,2124.677564,397.6125765,714.6393778,870.829969,2161.624177 +58670,2118.77293,395.0392423,709.7215382,809.113574,2160.088994 +58671,2112.717758,392.6358239,705.3875716,848.379936,2158.482377 +58672,2106.519535,390.0514214,700.9314949,810.344404,2156.889406 +58673,2100.183275,387.6360445,696.0384227,821.1974291,2155.235924 +58674,2083.042022,385.0385684,691.6556469,808.0407486,2153.517967 +58675,1889.621443,382.6096728,687.0867154,802.2566596,2151.767235 +58676,1981.025407,379.9982284,682.2692147,794.8916651,2149.964997 +58677,1922.098218,377.5555231,682.5155424,787.5830566,2148.11898 +58678,1900.400099,374.9302508,665.9519471,780.0846215,2146.223054 +58679,1870.882529,372.47473,672.1137862,772.4793748,2144.279723 +58680,1853.956138,369.8437067,663.0180731,764.7746434,2142.049608 +58681,0,0,0,0,0 +58682,0,0,0,0,0 +58683,0,0,0,0,0 +58684,0,0,0,0,0 +58685,0,0,0,0,0 +58686,0,0,0,0,0 +58687,0,0,0,0,0 +58688,0,0,0,0,0 +58689,0,0,0,0,0 +58690,0,0,0,0,0 +58691,0,0,0,0,0 +58692,0,0,0,0,0 +58693,0,0,0,0,0 +58694,0,0,0,0,0 +58695,0,0,0,0,0 +58696,0,0,0,0,0 +58697,0,0,0,0,0 +58698,0,0,0,0,0 +58699,0,0,0,0,0 +58700,0,0,0,0,0 +58701,0,0,0,0,0 +58702,0,0,0,0,0 +58703,0,0,0,0,0 +58704,0,0,0,0,0 +58705,0,0,0,0,0 +58706,0,0,0,0,0 +58707,0,0,0,0,0 +58708,0,0,0,0,0 +58709,0,0,0,0,0 +58710,0,0,0,0,0 +58711,0,0,0,0,0 +58712,0,0,0,0,0 +58713,0,0,0,0,0 +58714,0,0,0,0,0 +58715,0,0,0,0,0 +58716,0,0,0,0,0 +58717,0,0,0,0,0 +58718,0,0,0,0,0 +58719,0,0,0,0,0 +58720,0,0,0,0,0 +58721,0,0,0,0,0 +58722,0,0,0,0,0 +58723,0,0,0,0,0 +58724,0,0,0,0,0 +58725,0,0,0,0,0 +58726,0,0,0,0,0 +58727,0,0,0,0,0 +58728,0,0,0,0,0 +58729,0,0,0,0,0 +58730,0,0,0,0,0 +58731,0,0,0,0,0 +58732,0,0,0,0,0 +58733,0,0,0,0,0 +58734,0,0,0,0,0 +58735,0,0,0,0,0 +58736,0,0,0,0,0 +58737,0,0,0,0,0 +58738,0,0,0,0,0 +58739,0,0,0,0,0 +58740,0,0,0,0,0 +58741,0,0,0,0,0 +58742,0,0,0,0,0 +58743,0,0,0,0,0 +58744,0,0,0,0,0 +58745,0,0,0,0,0 +58746,0,0,0,0,0 +58747,0,0,0,0,0 +58748,0,0,0,0,0 +58749,0,0,0,0,0 +58750,0,0,0,0,0 +58751,0,0,0,0,0 +58752,0,0,0,0,0 +58753,0,0,0,0,0 +58754,0,0,0,0,0 +58755,0,0,0,0,0 +58756,0,0,0,0,0 +58757,0,0,0,0,0 +58758,0,0,0,0,0 +58759,0,0,0,0,0 +58760,0,0,0,0,0 +58761,0,0,0,0,0 +58762,0,0,0,0,0 +58763,0,0,0,0,0 +58764,0,0,0,0,0 +58765,0,0,0,0,0 +58766,0,0,0,0,0 +58767,0,0,0,0,0 +58768,0,0,0,0,0 +58769,0,0,0,0,0 +58770,0,0,0,0,0 +58771,0,0,0,0,0 +58772,0,0,0,0,0 +58773,0,0,0,0,0 +58774,0,0,0,0,0 +58775,0,0,0,0,0 +58776,0,0,0,0,0 +58777,0,0,0,0,0 +58778,0,0,0,0,0 +58779,0,0,0,0,0 +58780,0,0,0,0,0 +58781,0,0,0,0,0 +58782,0,0,0,0,0 +58783,0,0,0,0,0 +58784,0,0,0,0,0 +58785,0,0,0,0,0 +58786,0,0,0,0,0 +58787,0,0,0,0,0 +58788,0,0,0,0,0 +58789,0,0,0,0,0 +58790,0,0,0,0,0 +58791,0,0,0,0,0 +58792,0,0,0,0,0 +58793,0,0,0,0,0 +58794,0,0,0,0,0 +58795,0,0,0,0,0 +58796,0,0,0,0,0 +58797,0,0,0,0,0 +58798,0,0,0,0,0 +58799,0,0,0,0,0 +58800,0,0,0,0,0 +58801,0,0,0,0,0 +58802,0,0,0,0,0 +58803,0,0,0,0,0 +58804,0,0,0,0,0 +58805,0,0,0,0,0 +58806,0,0,0,0,0 +58807,0,0,0,0,0 +58808,0,0,0,0,0 +58809,0,0,0,0,0 +58810,0,0,0,0,0 +58811,0,0,0,0,0 +58812,0,0,0,0,0 +58813,0,0,0,0,0 +58814,0,0,0,0,0 +58815,0,0,0,0,0 +58816,0,0,0,0,0 +58817,0,0,0,0,0 +58818,0,0,0,0,0 +58819,0,0,0,0,0 +58820,0,0,0,0,0 +58821,0,0,0,0,0 +58822,0,0,0,0,0 +58823,0,0,0,0,0 +58824,0,0,0,0,0 +58825,0,0,0,0,0 +58826,0,0,0,0,0 +58827,0,0,0,0,0 +58828,0,0,0,0,0 +58829,0,0,0,0,0 +58830,0,0,0,0,0 +58831,0,0,0,0,0 +58832,0,0,0,0,0 +58833,0,0,0,0,0 +58834,0,0,0,0,0 +58835,0,0,0,0,0 +58836,0,0,0,0,0 +58837,0,0,0,0,0 +58838,0,0,0,0,0 +58839,0,0,0,0,0 +58840,0,0,0,0,0 +58841,0,0,0,0,0 +58842,0,0,0,0,0 +58843,0,0,0,0,0 +58844,0,0,0,0,0 +58845,0,0,0,0,0 +58846,0,0,0,0,0 +58847,0,0,0,0,0 +58848,0,0,0,0,0 +58849,0,0,0,0,0 +58850,0,0,0,0,0 +58851,0,0,0,0,0 +58852,0,0,0,0,0 +58853,0,0,0,0,0 +58854,0,0,0,0,0 +58855,0,0,0,0,0 +58856,0,0,0,0,0 +58857,0,0,0,0,0 +58858,0,0,0,0,0 +58859,0,0,0,0,0 +58860,0,0,0,0,0 +58861,0,0,0,0,0 +58862,0,0,0,0,0 +58863,0,0,0,0,0 +58864,0,0,0,0,0 +58865,0,0,0,0,0 +58866,0,0,0,0,0 +58867,0,0,0,0,0 +58868,0,0,0,0,0 +58869,0,0,0,0,0 +58870,0,0,0,0,0 +58871,0,0,0,0,0 +58872,0,0,0,0,0 +58873,0,0,0,0,0 +58874,0,0,0,0,0 +58875,0,0,0,0,0 +58876,0,0,0,0,0 +58877,0,0,0,0,0 +58878,0,0,0,0,0 +58879,0,0,0,0,0 +58880,0,0,0,0,0 +58881,0,0,0,0,0 +58882,0,0,0,0,0 +58883,0,0,0,0,0 +58884,0,0,0,0,0 +58885,0,0,0,0,0 +58886,0,0,0,0,0 +58887,0,0,0,0,0 +58888,0,0,0,0,0 +58889,0,0,0,0,0 +58890,0,0,0,0,0 +58891,0,0,0,0,0 +58892,0,0,0,0,0 +58893,0,0,0,0,0 +58894,0,0,0,0,0 +58895,0,0,0,0,0 +58896,0,0,0,0,0 +58897,0,0,0,0,0 +58898,0,0,0,0,0 +58899,0,0,0,0,0 +58900,0,0,0,0,0 +58901,0,0,0,0,0 +58902,0,0,0,0,0 +58903,0,0,0,0,0 +58904,0,0,0,0,0 +58905,0,0,0,0,0 +58906,0,0,0,0,0 +58907,0,0,0,0,0 +58908,0,0,0,0,0 +58909,0,0,0,0,0 +58910,0,0,0,0,0 +58911,0,0,0,0,0 +58912,0,0,0,0,0 +58913,0,0,0,0,0 +58914,0,0,0,0,0 +58915,0,0,0,0,0 +58916,0,0,0,0,0 +58917,0,0,0,0,0 +58918,0,0,0,0,0 +58919,0,0,0,0,0 +58920,0,0,0,0,0 +58921,0,0,0,0,0 +58922,0,0,0,0,0 +58923,0,0,0,0,0 +58924,0,0,0,0,0 +58925,0,0,0,0,0 +58926,0,0,0,0,0 +58927,0,0,0,0,0 +58928,0,0,0,0,0 +58929,0,0,0,0,0 +58930,0,0,0,0,0 +58931,0,0,0,0,0 +58932,0,0,0,0,0 +58933,0,0,0,0,0 +58934,0,0,0,0,0 +58935,0,0,0,0,0 +58936,0,0,0,0,0 +58937,0,0,0,0,0 +58938,0,0,0,0,0 +58939,0,0,0,0,0 +58940,0,0,0,0,0 +58941,0,0,0,0,0 +58942,0,0,0,0,0 +58943,0,0,0,0,0 +58944,0,0,0,0,0 +58945,0,0,0,0,0 +58946,0,0,0,0,0 +58947,0,0,0,0,0 +58948,0,0,0,0,0 +58949,0,0,0,0,0 +58950,0,0,0,0,0 +58951,0,0,0,0,0 +58952,0,0,0,0,0 +58953,0,0,0,0,0 +58954,0,0,0,0,0 +58955,0,0,0,0,0 +58956,0,0,0,0,0 +58957,0,0,0,0,0 +58958,0,0,0,0,0 +58959,0,0,0,0,0 +58960,0,0,0,0,0 +58961,0,0,0,0,0 +58962,0,0,0,0,0 +58963,0,0,0,0,0 +58964,0,0,0,0,0 +58965,0,0,0,0,0 +58966,0,0,0,0,0 +58967,0,0,0,0,0 +58968,0,0,0,0,0 +58969,0,0,0,0,0 +58970,0,0,0,0,0 +58971,0,0,0,0,0 +58972,0,0,0,0,0 +58973,0,0,0,0,0 +58974,0,0,0,0,0 +58975,0,0,0,0,0 +58976,0,0,0,0,0 +58977,0,0,0,0,0 +58978,0,0,0,0,0 +58979,0,0,0,0,0 +58980,0,0,0,0,0 +58981,0,0,0,0,0 +58982,0,0,0,0,0 +58983,0,0,0,0,0 +58984,0,0,0,0,0 +58985,0,0,0,0,0 +58986,0,0,0,0,0 +58987,0,0,0,0,0 +58988,0,0,0,0,0 +58989,0,0,0,0,0 +58990,0,0,0,0,0 +58991,0,0,0,0,0 +58992,0,0,0,0,0 +58993,0,0,0,0,0 +58994,0,0,0,0,0 +58995,0,0,0,0,0 +58996,0,0,0,0,0 +58997,0,0,0,0,0 +58998,0,0,0,0,0 +58999,0,0,0,0,0 +59000,0,0,0,0,0 +59001,0,0,0,0,0 +59002,0,0,0,0,0 +59003,0,0,0,0,0 +59004,0,0,0,0,0 +59005,0,0,0,0,0 +59006,0,0,0,0,0 +59007,0,0,0,0,0 +59008,0,0,0,0,0 +59009,0,0,0,0,0 +59010,0,0,0,0,0 +59011,0,0,0,0,0 +59012,0,0,0,0,0 +59013,0,0,0,0,0 +59014,0,0,0,0,0 +59015,0,0,0,0,0 +59016,0,0,0,0,0 +59017,0,0,0,0,0 +59018,0,0,0,0,0 +59019,0,0,0,0,0 +59020,0,0,0,0,0 +59021,0,0,0,0,0 +59022,0,0,0,0,0 +59023,0,0,0,0,0 +59024,0,0,0,0,0 +59025,0,0,0,0,0 +59026,0,0,0,0,0 +59027,0,0,0,0,0 +59028,0,0,0,0,0 +59029,0,0,0,0,0 +59030,0,0,0,0,0 +59031,0,0,0,0,0 +59032,0,0,0,0,0 +59033,0,0,0,0,0 +59034,0,0,0,0,0 +59035,0,0,0,0,0 +59036,0,0,0,0,0 +59037,0,0,0,0,0 +59038,0,0,0,0,0 +59039,0,0,0,0,0 +59040,0,0,0,0,0 +59041,0,0,0,0,0 +59042,0,0,0,0,0 +59043,0,0,0,0,0 +59044,0,0,0,0,0 +59045,0,0,0,0,0 +59046,0,0,0,0,0 +59047,0,0,0,0,0 +59048,0,0,0,0,0 +59049,0,0,0,0,0 +59050,0,0,0,0,0 +59051,0,0,0,0,0 +59052,0,0,0,0,0 +59053,0,0,0,0,0 +59054,0,0,0,0,0 +59055,0,0,0,0,0 +59056,0,0,0,0,0 +59057,0,0,0,0,0 +59058,0,0,0,0,0 +59059,0,0,0,0,0 +59060,0,0,0,0,0 +59061,0,0,0,0,0 +59062,0,0,0,0,0 +59063,0,0,0,0,0 +59064,0,0,0,0,0 +59065,0,0,0,0,0 +59066,0,0,0,0,0 +59067,0,0,0,0,0 +59068,0,0,0,0,0 +59069,0,0,0,0,0 +59070,0,0,0,0,0 +59071,0,0,0,0,0 +59072,0,0,0,0,0 +59073,0,0,0,0,0 +59074,0,0,0,0,0 +59075,0,0,0,0,0 +59076,0,0,0,0,0 +59077,0,0,0,0,0 +59078,0,0,0,0,0 +59079,0,0,0,0,0 +59080,0,0,0,0,0 +59081,0,0,0,0,0 +59082,0,0,0,0,0 +59083,0,0,0,0,0 +59084,0,0,0,0,0 +59085,0,0,0,0,0 +59086,0,0,0,0,0 +59087,0,0,0,0,0 +59088,0,0,0,0,0 +59089,0,0,0,0,0 +59090,0,0,0,0,0 +59091,0,0,0,0,0 +59092,0,0,0,0,0 +59093,0,0,0,0,0 +59094,0,0,0,0,0 +59095,0,0,0,0,0 +59096,0,0,0,0,0 +59097,0,0,0,0,0 +59098,0,0,0,0,0 +59099,0,0,0,0,0 +59100,0,0,0,0,0 +59101,0,0,0,0,0 +59102,0,0,0,0,0 +59103,0,0,0,0,0 +59104,0,0,0,0,0 +59105,0,0,0,0,0 +59106,0,0,0,0,0 +59107,0,0,0,0,0 +59108,0,0,0,0,0 +59109,0,0,0,0,0 +59110,0,0,0,0,0 +59111,0,0,0,0,0 +59112,0,0,0,0,0 +59113,0,0,0,0,0 +59114,0,0,0,0,0 +59115,0,0,0,0,0 +59116,0,0,0,0,0 +59117,0,0,0,0,0 +59118,0,0,0,0,0 +59119,0,0,0,0,0 +59120,0,0,0,0,0 +59121,0,0,0,0,0 +59122,0,0,0,0,0 +59123,0,0,0,0,0 +59124,0,0,0,0,0 +59125,0,0,0,0,0 +59126,0,0,0,0,0 +59127,0,0,0,0,0 +59128,0,0,0,0,0 +59129,0,0,0,0,0 +59130,0,0,0,0,0 +59131,0,0,0,0,0 +59132,0,0,0,0,0 +59133,0,0,0,0,0 +59134,0,0,0,0,0 +59135,0,0,0,0,0 +59136,0,0,0,0,0 +59137,0,0,0,0,0 +59138,0,0,0,0,0 +59139,0,0,0,0,0 +59140,0,0,0,0,0 +59141,0,0,0,0,0 +59142,0,0,0,0,0 +59143,0,0,0,0,0 +59144,0,0,0,0,0 +59145,0,0,0,0,0 +59146,0,0,0,0,0 +59147,0,0,0,0,0 +59148,0,0,0,0,0 +59149,0,0,0,0,0 +59150,0,0,0,0,0 +59151,0,0,0,0,0 +59152,0,0,0,0,0 +59153,0,0,0,0,0 +59154,0,0,0,0,0 +59155,0,0,0,0,0 +59156,0,0,0,0,0 +59157,0,0,0,0,0 +59158,0,0,0,0,0 +59159,0,0,0,0,0 +59160,0,0,0,0,0 +59161,0,0,0,0,0 +59162,0,0,0,0,0 +59163,0,0,0,0,0 +59164,0,0,0,0,0 +59165,0,0,0,0,0 +59166,0,0,0,0,0 +59167,0,0,0,0,0 +59168,0,0,0,0,0 +59169,0,0,0,0,0 +59170,0,0,0,0,0 +59171,0,0,0,0,0 +59172,0,0,0,0,0 +59173,0,0,0,0,0 +59174,0,0,0,0,0 +59175,0,0,0,0,0 +59176,0,0,0,0,0 +59177,0,0,0,0,0 +59178,0,0,0,0,0 +59179,0,0,0,0,0 +59180,0,0,0,0,0 +59181,0,0,0,0,0 +59182,0,0,0,0,0 +59183,0,0,0,0,0 +59184,0,0,0,0,0 +59185,0,0,0,0,0 +59186,0,0,0,0,0 +59187,0,0,0,0,0 +59188,0,0,0,0,0 +59189,0,0,0,0,0 +59190,0,0,0,0,0 +59191,0,0,0,0,0 +59192,0,0,0,0,0 +59193,0,0,0,0,0 +59194,0,0,0,0,0 +59195,0,0,0,0,0 +59196,0,0,0,0,0 +59197,0,0,0,0,0 +59198,0,0,0,0,0 +59199,0,0,0,0,0 +59200,0,0,0,0,0 +59201,0,0,0,0,0 +59202,0,0,0,0,0 +59203,0,0,0,0,0 +59204,0,0,0,0,0 +59205,0,0,0,0,0 +59206,0,0,0,0,0 +59207,0,0,0,0,0 +59208,0,0,0,0,0 +59209,0,0,0,0,0 +59210,0,0,0,0,0 +59211,0,0,0,0,0 +59212,0,0,0,0,0 +59213,0,0,0,0,0 +59214,0,0,0,0,0 +59215,0,0,0,0,0 +59216,0,0,0,0,0 +59217,0,0,0,0,0 +59218,0,0,0,0,0 +59219,0,0,0,0,0 +59220,0,0,0,0,0 +59221,0,0,0,0,0 +59222,0,0,0,0,0 +59223,0,0,0,0,0 +59224,0,0,0,0,0 +59225,0,0,0,0,0 +59226,0,0,0,0,0 +59227,0,0,0,0,0 +59228,0,0,0,0,0 +59229,0,0,0,0,0 +59230,0,0,0,0,0 +59231,0,0,0,0,0 +59232,0,0,0,0,0 +59233,0,0,0,0,0 +59234,0,0,0,0,0 +59235,0,0,0,0,0 +59236,0,0,0,0,0 +59237,0,0,0,0,0 +59238,0,0,0,0,0 +59239,0,0,0,0,0 +59240,0,0,0,0,0 +59241,0,0,0,0,0 +59242,0,0,0,0,0 +59243,0,0,0,0,0 +59244,0,0,0,0,0 +59245,0,0,0,0,0 +59246,0,0,0,0,0 +59247,0,0,0,0,0 +59248,0,0,0,0,0 +59249,0,0,0,0,0 +59250,0,0,0,0,0 +59251,0,0,0,0,0 +59252,0,0,0,0,0 +59253,0,0,0,0,0 +59254,0,0,0,0,0 +59255,0,0,0,0,0 +59256,0,0,0,0,0 +59257,0,0,0,0,0 +59258,0,0,0,0,0 +59259,0,0,0,0,0 +59260,0,0,0,0,0 +59261,0,0,0,0,0 +59262,0,0,0,0,0 +59263,0,0,0,0,0 +59264,0,0,0,0,0 +59265,0,0,0,0,0 +59266,0,0,0,0,0 +59267,0,0,0,0,0 +59268,0,0,0,0,0 +59269,0,0,0,0,0 +59270,0,0,0,0,0 +59271,0,0,0,0,0 +59272,0,0,0,0,0 +59273,0,0,0,0,0 +59274,0,0,0,0,0 +59275,0,0,0,0,0 +59276,0,0,0,0,0 +59277,0,0,0,0,0 +59278,0,0,0,0,0 +59279,0,0,0,0,0 +59280,0,0,0,0,0 +59281,0,0,0,0,0 +59282,0,0,0,0,0 +59283,0,0,0,0,0 +59284,0,0,0,0,0 +59285,0,0,0,0,0 +59286,0,0,0,0,0 +59287,0,0,0,0,0 +59288,0,0,0,0,0 +59289,0,0,0,0,0 +59290,0,0,0,0,0 +59291,0,0,0,0,0 +59292,0,0,0,0,0 +59293,0,0,0,0,0 +59294,0,0,0,0,0 +59295,0,0,0,0,0 +59296,0,0,0,0,0 +59297,0,0,0,0,0 +59298,0,0,0,0,0 +59299,0,0,0,0,0 +59300,0,0,0,0,0 +59301,0,0,0,0,0 +59302,0,0,0,0,0 +59303,0,0,0,0,0 +59304,0,0,0,0,0 +59305,0,0,0,0,0 +59306,0,0,0,0,0 +59307,0,0,0,0,0 +59308,0,0,0,0,0 +59309,0,0,0,0,0 +59310,0,0,0,0,0 +59311,0,0,0,0,0 +59312,0,0,0,0,0 +59313,0,0,0,0,0 +59314,0,0,0,0,0 +59315,0,0,0,0,0 +59316,0,0,0,0,0 +59317,0,0,0,0,0 +59318,0,0,0,0,0 +59319,0,0,0,0,0 +59320,0,0,0,0,0 +59321,0,0,0,0,0 +59322,0,0,0,0,0 +59323,0,0,0,0,0 +59324,0,0,0,0,0 +59325,0,0,0,0,0 +59326,0,0,0,0,0 +59327,0,0,0,0,0 +59328,0,0,0,0,0 +59329,0,0,0,0,0 +59330,0,0,0,0,0 +59331,0,0,0,0,0 +59332,0,0,0,0,0 +59333,0,0,0,0,0 +59334,0,0,0,0,0 +59335,0,0,0,0,0 +59336,0,0,0,0,0 +59337,0,0,0,0,0 +59338,0,0,0,0,0 +59339,0,0,0,0,0 +59340,0,0,0,0,0 +59341,0,0,0,0,0 +59342,0,0,0,0,0 +59343,0,0,0,0,0 +59344,0,0,0,0,0 +59345,0,0,0,0,0 +59346,0,0,0,0,0 +59347,0,0,0,0,0 +59348,0,0,0,0,0 +59349,0,0,0,0,0 +59350,0,0,0,0,0 +59351,0,0,0,0,0 +59352,0,0,0,0,0 +59353,0,0,0,0,0 +59354,0,0,0,0,0 +59355,0,0,0,0,0 +59356,0,0,0,0,0 +59357,0,0,0,0,0 +59358,0,0,0,0,0 +59359,0,0,0,0,0 +59360,0,0,0,0,0 +59361,0,0,0,0,0 +59362,0,0,0,0,0 +59363,0,0,0,0,0 +59364,0,0,0,0,0 +59365,0,0,0,0,0 +59366,0,0,0,0,0 +59367,0,0,0,0,0 +59368,0,0,0,0,0 +59369,0,0,0,0,0 +59370,0,0,0,0,0 +59371,0,0,0,0,0 +59372,0,0,0,0,0 +59373,0,0,0,0,0 +59374,0,0,0,0,0 +59375,0,0,0,0,0 +59376,0,0,0,0,0 +59377,0,0,0,0,0 +59378,0,0,0,0,0 +59379,0,0,0,0,0 +59380,0,0,0,0,0 +59381,0,0,0,0,0 +59382,0,0,0,0,0 +59383,0,0,0,0,0 +59384,0,0,0,0,0 +59385,0,0,0,0,0 +59386,0,0,0,0,0 +59387,0,0,0,0,0 +59388,0,0,0,0,0 +59389,0,0,0,0,0 +59390,0,0,0,0,0 +59391,0,0,0,0,0 +59392,0,0,0,0,0 +59393,0,0,0,0,0 +59394,0,0,0,0,0 +59395,0,0,0,0,0 +59396,0,0,0,0,0 +59397,0,0,0,0,0 +59398,0,0,0,0,0 +59399,0,0,0,0,0 +59400,0,0,0,0,0 +59401,0,0,0,0,0 +59402,0,0,0,0,0 +59403,0,0,0,0,0 +59404,0,0,0,0,0 +59405,0,0,0,0,0 +59406,0,0,0,0,0 +59407,0,0,0,0,0 +59408,0,0,0,0,0 +59409,0,0,0,0,0 +59410,0,0,0,0,0 +59411,0,0,0,0,0 +59412,0,0,0,0,0 +59413,0,0,0,0,0 +59414,0,0,0,0,0 +59415,0,0,0,0,0 +59416,0,0,0,0,0 +59417,0,0,0,0,0 +59418,0,0,0,0,0 +59419,0,0,0,0,0 +59420,0,0,0,0,0 +59421,0,0,0,0,0 +59422,0,0,0,0,0 +59423,0,0,0,0,0 +59424,0,0,0,0,0 +59425,0,0,0,0,0 +59426,0,0,0,0,0 +59427,0,0,0,0,0 +59428,0,0,0,0,0 +59429,0,0,0,0,0 +59430,0,0,0,0,0 +59431,0,0,0,0,0 +59432,0,0,0,0,0 +59433,0,0,0,0,0 +59434,0,0,0,0,0 +59435,0,0,0,0,0 +59436,0,0,0,0,0 +59437,0,0,0,0,0 +59438,0,0,0,0,0 +59439,0,0,0,0,0 +59440,0,0,0,0,0 +59441,0,0,0,0,0 +59442,0,0,0,0,0 +59443,0,0,0,0,0 +59444,0,0,0,0,0 +59445,0,0,0,0,0 +59446,0,0,0,0,0 +59447,0,0,0,0,0 +59448,0,0,0,0,0 +59449,0,0,0,0,0 +59450,0,0,0,0,0 +59451,0,0,0,0,0 +59452,0,0,0,0,0 +59453,0,0,0,0,0 +59454,0,0,0,0,0 +59455,0,0,0,0,0 +59456,0,0,0,0,0 +59457,0,0,0,0,0 +59458,0,0,0,0,0 +59459,0,0,0,0,0 +59460,0,0,0,0,0 +59461,-1972.111013,-834.5593132,-1930.331323,-834.5835479,-1136.054513 +59462,-1966.012194,-832.049892,-1924.474792,-832.074069,-1134.926441 +59463,-1957.149451,-828.4375491,-1915.948065,-828.4616072,-1133.24283 +59464,-1948.648917,-825.0194724,-1907.748023,-825.0434071,-1131.572451 +59465,-1941.653341,-822.2545326,-1900.977184,-822.2783642,-1130.138559 +59466,-1936.132134,-820.1123653,-1895.613927,-820.1361176,-1128.876722 +59467,-1931.521716,-818.356441,-1891.141211,-818.3801257,-1127.743244 +59468,-1927.508908,-816.8503162,-1887.252721,-816.8739428,-1126.715449 +59469,-1923.958996,-815.5329688,-1883.811475,-815.5565472,-1125.780915 +59470,-1920.809109,-814.3752537,-1880.753753,-814.3987933,-1124.930506 +59471,-1918.013344,-813.3564518,-1878.035143,-813.3799613,-1124.155842 +59472,-1915.527568,-812.4573425,-1875.613932,-812.4808296,-1123.44896 +59473,-1913.309891,-811.6599355,-1873.450503,-811.6834068,-1122.802488 +59474,-1911.321855,-810.9486541,-1871.508402,-810.9721153,-1122.209783 +59475,-1909.531661,-810.3099192,-1869.757261,-810.3333753,-1121.66493 +59476,-1907.910742,-809.7323298,-1868.16974,-809.755785,-1121.162682 +59477,-1906.436042,-809.2064574,-1866.723755,-809.2299155,-1120.698377 +59478,-1905.087566,-808.7244987,-1865.400125,-808.7479629,-1120.267872 +59479,-1903.848973,-808.2802842,-1864.183152,-808.3037572,-1119.867714 +59480,-1902.705294,-807.8682232,-1863.058433,-807.8917073,-1119.494536 +59481,-1901.643707,-807.483573,-1862.013614,-807.5070702,-1119.14532 +59482,-1900.593235,-806.5841895,-1860.697451,-807.1107033,-1118.81698 +59483,-1899.568157,-805.3696376,-1859.238309,-806.7132869,-1118.507305 +59484,-1898.588636,-804.0850477,-1857.787202,-806.329001,-1118.21427 +59485,-1897.660311,-802.8457832,-1856.411194,-805.9632388,-1117.936061 +59486,-1896.780288,-801.6747417,-1855.11951,-805.6154199,-1117.671095 +59487,-1895.942594,-800.5609446,-1853.901054,-805.2830361,-1117.417958 +59488,-1895.141467,-799.4899523,-1852.743345,-804.9636612,-1117.17538 +59489,-1894.372237,-798.4519945,-1851.637363,-804.655424,-1116.942205 +59490,-1893.631185,-658.6417282,-1850.576959,-804.3569106,-1116.717394 +59491,-1892.915233,-567.532338,-1849.557516,-804.0669903,-1116.500013 +59492,-1892.213852,-618.0668254,-1848.586513,-803.780495,-1116.289237 +59493,-1891.528213,-564.2390333,-1847.650407,-803.4983975,-1116.084344 +59494,-1890.859663,-538.2261038,-1846.738353,-803.2218644,-1115.884696 +59495,-1890.20778,-514.1991255,-1845.845268,-802.9510857,-1115.68972 +59496,-1889.571179,-488.2028392,-1844.969339,-802.685653,-1115.498906 +59497,-1888.948315,-464.2347839,-1844.109815,-802.425008,-1115.311804 +59498,-1888.337835,-439.4854122,-1843.266083,-802.1686502,-1115.128019 +59499,-1887.738606,-414.2861693,-1842.437464,-801.9161729,-1114.947201 +59500,-1887.149675,-389.7094566,-1841.62327,-801.6672451,-1114.769049 +59501,-1886.570213,-365.6896644,-1722.302441,-801.4215856,-1114.593294 +59502,-1885.999491,-341.214386,-1656.240214,-801.1789506,-1114.419703 +59503,-1885.43686,-317.344769,-1693.086776,-800.9391246,-1114.248074 +59504,-1884.88175,-291.8882982,-1653.517369,-800.7019211,-1114.078233 +59505,-1884.333659,-269.0027442,-1642.273382,-800.4671776,-1113.910034 +59506,-1883.792141,-244.0417048,-1625.083752,-800.2347513,-1113.743353 +59507,-1879.948297,-222.5726191,-1613.731547,-798.602348,-1111.627396 +59508,-1879.161621,-201.8739798,-1596.913498,-798.2650795,-1111.307549 +59509,-1880.872568,-181.4388641,-1585.407251,-798.9858379,-1112.455931 +59510,-1881.205158,-160.9859226,-1577.38049,-799.1221167,-1112.792574 +59511,-1881.012929,-145.0342449,-1558.370202,-799.035759,-1112.821409 +59512,-1825.494453,-128.1519306,-1555.010109,-798.8647089,-1112.732926 +59513,-1751.422558,-111.0536366,-1534.75985,-790.0738741,-1100.651832 +59514,-1789.254711,-94.08228762,-1532.10092,-788.5132293,-1098.602785 +59515,-1764.591046,-77.31916806,-1516.120845,-794.0234944,-1106.373843 +59516,-1747.242239,-60.32254821,-1507.710293,-796.2587984,-1109.603594 +59517,-1743.358216,-43.41425969,-1498.064131,-797.0955992,-1110.907434 +59518,-1727.138703,-26.5563784,-1486.9399,-784.8915964,-1094.08016 +59519,-1721.286241,-1.320312667,-1476.363003,-780.3079906,-1087.820718 +59520,-1710.595755,0,-1470.536208,-773.6340727,-1078.621703 +59521,-1696.65509,0,-1456.167525,-774.1869629,-1079.450288 +59522,-1690.006752,0,-1449.357103,-769.2309526,-1072.616706 +59523,-1671.604917,0,-1442.100005,-754.0690466,-1051.584771 +59524,-1665.330419,0,-1425.696272,-738.0571277,-1061.857879 +59525,-1653.549949,0,-1424.044328,-736.2799324,-1062.330413 +59526,-1641.740657,0,-1410.692512,-728.7350675,-1045.44935 +59527,-1634.139579,0,-1402.89291,-725.5470287,-1025.664282 +59528,-1619.530585,0,-1394.72763,-717.8465341,-1040.352446 +59529,-1615.056363,0,-1385.032258,-714.5631712,-1046.003638 +59530,-1604.011285,0,-1377.886226,-706.9816714,-1033.045177 +59531,-1591.86807,0,-1370.653604,-705.195613,-1017.221787 +59532,-1583.394454,0,-1360.529401,-697.6066605,-1003.349445 +59533,-1575.829173,0,-1353.680195,-693.6480425,-990.9194264 +59534,-1561.279055,0,-1345.910631,-688.4119512,-979.7556737 +59535,-1558.606511,0,-1338.457244,-685.0875364,-970.4613894 +59536,-1542.117325,0,-1330.261239,-678.5862248,-965.8221817 +59537,-1539.64799,0,-1322.924567,-674.8474825,-960.5262487 +59538,-1524.578002,0,-1316.035007,-670.5623325,-956.82702 +59539,-1520.577439,0,-1309.912797,-663.9362456,-952.3990114 +59540,-1505.246479,0,-1299.451923,-662.2590008,-948.7154927 +59541,-1502.507406,0,-1295.693756,-655.7027088,-945.9805103 +59542,-1488.032381,0,-1287.703394,-652.485635,-944.1913826 +59543,-1483.448883,0,-1279.066495,-646.7242632,-943.4908814 +59544,-1472.609657,0,-1275.206774,-643.3584686,-943.5665441 +59545,-1462.017574,0,-1267.984105,-638.9703644,-944.3209606 +59546,-1456.052863,0,-1259.125143,-634.6568855,-945.8464292 +59547,-1446.003075,0,-1255.133548,-630.2478836,-948.0014142 +59548,-1435.705675,0,-1246.676816,-625.636255,-950.7567945 +59549,-1429.880511,0,-1241.125126,-621.8140396,-954.3585529 +59550,-1417.856218,0,-1236.387623,-618.0857128,-959.0764999 +59551,-1410.125556,0,-1227.432616,-612.5998351,-964.5946776 +59552,-1403.124047,0,-1224.095326,-609.9731529,-970.5233946 +59553,-1394.381525,0,-1217.210289,-606.4272669,-976.9023141 +59554,-1386.540462,0,-1212.888414,-601.4268718,-983.3306233 +59555,-1376.633724,0,-1206.051691,-597.5983324,-989.9531144 +59556,-1370.93096,0,-1202.273401,-594.9386896,-996.6022719 +59557,-1361.101942,0,-1195.554857,-590.522569,-1003.204772 +59558,-1354.624215,0,-1190.240468,-585.97409,-1009.891236 +59559,-1343.936422,0,-1184.35502,-583.7564641,-1016.78406 +59560,-1337.756909,0,-1180.301158,-579.2237159,-1023.809598 +59561,-1330.360062,0,-1172.998456,-575.7241115,-1030.91928 +59562,-1321.684661,0,-1167.692533,-572.2763633,-1038.172209 +59563,-1312.400924,0,-1163.186817,-568.4001996,-1000.536782 +59564,-1307.756902,0,-1156.079982,-565.0010196,-899.4305601 +59565,-1298.060801,0,-1152.025745,-560.7470173,-961.7840435 +59566,-1287.847712,0,-1145.314235,-558.1674273,-936.5876039 +59567,-1284.936827,0,-1139.059199,-553.917012,-931.1318651 +59568,-1271.158512,0,-1132.852022,-550.9286506,-925.4839229 +59569,-1267.729055,0,-1127.372023,-547.2869807,-922.8972127 +59570,-1260.300909,0,-1121.053792,-543.1484257,-915.8570307 +59571,-1248.865169,0,-1112.056172,-541.1858297,-913.0012661 +59572,-1243.274421,0,-1108.767877,-535.7410767,-908.3883687 +59573,-1235.629955,0,-1098.876294,-534.0377769,-903.3215557 +59574,-1227.618895,176.0571287,-1095.05501,-528.7953369,-897.839752 +59575,-1219.291348,133.2510056,-1086.726811,-527.5616549,-895.0744095 +59576,-1210.681313,150.974863,-1078.154268,-521.98585,-890.5762402 +59577,-1205.463538,174.2499182,-1073.868176,-519.8888092,-885.8448081 +59578,-1196.421363,189.5608021,-1064.944731,-516.2510416,-882.5965917 +59579,-1187.142023,204.286004,-1058.143508,-512.5173738,-875.6984925 +59580,-1179.567177,219.1837133,-1051.223178,-509.4701858,-873.9579806 +59581,-1171.838353,233.5875607,-1044.187826,-506.3608355,-868.4534658 +59582,-1163.957909,247.901121,-1037.041112,-502.3840303,-864.6632309 +59583,-1157.956744,261.7303539,-1029.785159,-500.7770787,-858.7564505 +59584,-1147.74146,282.557019,-1022.42181,-495.8332032,-854.6858174 +59585,-1141.509859,300.3001888,-1014.95141,-492.4671393,-850.4974866 +59586,-1133.059113,317.936927,-1009.916907,-490.7660055,-846.1880118 +59587,-1126.622488,335.2009468,-1000.976109,-486.4303746,-841.7538814 +59588,-1115.689109,352.6562472,-994.5030467,-483.7841286,-836.0290229 +59589,-1111.253792,369.4353156,-989.2707987,-480.1982544,-832.4975137 +59590,-1102.248455,385.9994403,-978.6495325,-476.5482665,-828.8883037 +59591,-1093.078108,402.8010014,-975.9687583,-474.7005156,-823.95023 +59592,-1086.093833,418.9149785,-965.0983036,-470.0018619,-818.8663604 +59593,-1079.013233,435.0419911,-962.3527853,-468.0943069,-814.9554686 +59594,-1069.418123,450.9099147,-951.2266907,-464.2245191,-812.3001779 +59595,-1062.108057,466.5951059,-948.4160027,-461.2764362,-805.4833227 +59596,-1054.697554,482.0236539,-938.4644171,-458.288252,-802.6854961 +59597,-1044.655707,497.3219926,-932.706785,-454.7498657,-798.408318 +59598,-1038.288397,512.4064875,-925.4343638,-452.1884339,-794.0325867 +59599,-1029.248257,527.0525537,-921.031108,-448.0280933,-789.5556539 +59600,-1021.383793,542.2159208,-910.6315013,-445.9205853,-784.9747362 +59601,-1013.409863,556.540521,-907.6313351,-442.721448,-781.8617451 +59602,-1005.324776,570.9707682,-898.5407758,-438.3866909,-777.0998154 +59603,-997.1265479,585.1375127,-892.4107606,-437.2918507,-773.8625948 +59604,-988.8141334,599.2265925,-886.2244812,-432.2962561,-768.0731736 +59605,-980.3857915,613.0707107,-878.4099712,-430.608775,-765.5430201 +59606,-971.8404279,626.7840029,-872.0945554,-426.049866,-760.390561 +59607,-963.1761949,640.3309029,-867.3200286,-424.3195803,-756.8864573 +59608,-954.3918987,653.6767074,-857.6679272,-420.2331605,-753.3254022 +59609,-948.4686658,666.9694444,-852.7937377,-417.8686865,-747.8743314 +59610,-936.4512765,680.0197603,-846.2417888,-414.2801713,-745.0989389 +59611,-931.8894026,692.0560612,-839.6286134,-411.251737,-740.396637 +59612,-921.116082,703.8045553,-834.6292127,-408.8041193,-736.5647463 +59613,-914.882632,715.345879,-826.2190813,-405.711914,-732.6691074 +59614,-905.421846,726.656965,-821.1284781,-401.9534733,-728.7082518 +59615,-897.4380804,737.770105,-816.0030368,-400.055667,-724.6807957 +59616,-889.3624926,748.6308117,-808.2473453,-396.8619066,-720.5853898 +59617,-881.1931352,758.9884422,-802.1611484,-393.6305587,-716.42066 +59618,-872.9293311,770.089756,-796.907171,-391.0188898,-713.2507756 +59619,-864.5704349,780.1853292,-791.6168536,-387.7201333,-708.9606515 +59620,-857.8141259,790.343172,-782.7185019,-385.0538486,-704.5968261 +59621,-847.5613587,800.3629075,-779.1332135,-382.3627638,-701.2748683 +59622,-840.6494176,810.2192328,-771.9123731,-379.6463743,-696.7784059 +59623,-830.1623693,819.7833629,-766.4546029,-375.5241162,-693.354978 +59624,-824.8675691,829.3024437,-760.960357,-374.1384952,-688.7206513 +59625,-814.165338,838.5472165,-753.5774543,-370.6440012,-686.3733442 +59626,-808.7607663,847.8043339,-747.9987152,-367.1090444,-680.4139815 +59627,-797.8390969,856.6727384,-742.3838305,-365.6845986,-677.9939437 +59628,-790.4779516,865.5641353,-735.7864602,-361.3691919,-674.3234734 +59629,-781.1844548,874.3020045,-731.0436522,-359.1898857,-669.3531767 +59630,-774.6190133,882.7715741,-723.4008252,-356.9955537,-665.5677954 +59631,-764.1973222,891.1269418,-718.5919804,-352.5605341,-663.0164017 +59632,-758.4610065,899.2968619,-711.8157684,-351.0696364,-657.844251 +59633,-746.873117,907.5156474,-707.921655,-347.6889185,-655.2235186 +59634,-741.0250507,915.3315911,-699.0973606,-345.03576,-649.9111131 +59635,-732.180112,923.1226527,-695.1501018,-341.9777642,-647.2193427 +59636,-723.2499311,930.8519333,-689.1975183,-338.892614,-643.1358375 +59637,-715.2415077,938.3837629,-682.2055845,-336.5612086,-638.9967487 +59638,-707.1658703,945.622839,-678.1886106,-333.8210296,-634.8014688 +59639,-698.0003558,952.9923909,-670.1032463,-330.2660149,-631.9731275 +59640,-689.7829351,960.0418487,-666.0371898,-328.6752063,-627.6817663 +59641,-681.4987773,967.0552922,-657.8548469,-324.2628474,-624.0606626 +59642,-672.098842,973.9011487,-653.7404551,-322.2404124,-620.3983072 +59643,-663.673224,980.7248679,-646.4990381,-318.9809679,-617.4384032 +59644,-655.1814762,987.1426639,-640.2528274,-316.5178512,-614.4511361 +59645,-645.5492608,993.6772908,-633.9708622,-312.3767921,-609.1569846 +59646,-638.0010296,1000.004387,-628.7086939,-310.7088866,-606.8624423 +59647,-628.2221243,1006.256464,-621.2987574,-307.3502698,-603.7782099 +59648,-620.5603304,1012.261817,-615.9768591,-304.3880461,-599.097989 +59649,-609.5293638,1018.310764,-609.55767,-301.4042008,-597.5236819 +59650,-603.9783411,1024.05928,-603.1031678,-298.3987791,-591.1527753 +59651,-591.6765551,1029.862306,-597.6979633,-295.8055644,-590.348602 +59652,-586.0476815,1035.368493,-591.1791838,-292.7596239,-585.4818208 +59653,-574.7158887,1040.929011,-584.6258947,-289.2519798,-582.19972 +59654,-567.8726896,1046.195714,-579.1391273,-287.0459487,-578.8872795 +59655,-557.5443971,1051.451379,-571.4176883,-283.938384,-574.7034358 +59656,-549.461095,1056.579058,-566.9860314,-280.8091441,-572.170054 +59657,-540.1694783,1061.500677,-560.3093882,-278.1100652,-567.9081164 +59658,-531.9937611,1066.571062,-553.5996155,-274.941207,-564.4630183 +59659,-522.5984023,1071.153503,-547.9838265,-272.2082839,-561.8582747 +59660,-514.3339295,1075.825717,-542.3455691,-269.459718,-557.4762309 +59661,-505.4346729,1080.389676,-534.4143952,-265.7706782,-553.9340234 +59662,-496.4908422,1084.829279,-529.8642477,-263.9164546,-550.3590989 +59663,-486.9033636,1089.057536,-523.0124015,-260.1865845,-546.7510604 +59664,-479.6822189,1093.252219,-517.2794037,-257.3717873,-544.023106 +59665,-469.406826,1097.328039,-510.9489411,-254.5421782,-539.4338398 +59666,-461.5158376,1101.293325,-504.5938796,-251.6976331,-536.654886 +59667,-452.3755742,1105.146852,-498.7957839,-248.8381984,-532.9194312 +59668,-443.1993801,1108.889025,-491.8120394,-245.4836407,-528.201425 +59669,-435.219186,1112.519801,-486.5565919,-243.0758393,-526.2993684 +59670,-425.9801603,1115.970873,-480.1120707,-240.1730966,-522.4680795 +59671,-416.7099978,1119.368587,-473.0562376,-236.2807126,-517.6289632 +59672,-408.0314799,1122.425052,-467.1569671,-233.8359944,-515.6780042 +59673,-398.7060493,1127.221518,-458.8682172,-230.8894723,-510.7607017 +59674,-389.9788352,1127.261092,-454.1176682,-226.9394352,-507.7833729 +59675,-380.6045522,1134.159136,-445.7774359,-224.2105956,-503.7816802 +59676,-371.8349216,1130.954069,-439.8014227,-220.9715522,-500.7564511 +59677,-362.4186329,1141.862468,-432.6097121,-217.9684182,-496.6903242 +59678,-353.6129657,1132.214009,-426.600392,-214.448929,-493.6164265 +59679,-344.161401,1151.706698,-418.7663618,-211.4192978,-489.485122 +59680,-335.9574144,1129.19496,-412.7247643,-208.1238901,-485.3164385 +59681,-326.4775549,1166.60853,-405.4572075,-205.0700556,-483.2182354 +59682,-317.6182118,1119.149588,-398.7794392,-201.7490244,-477.9304435 +59683,-308.1152114,1161.012294,-392.6960896,-198.6721916,-475.7988651 +59684,-299.8715671,1163.435079,-384.7700235,-195.5847782,-470.4276268 +59685,-290.9863399,1128.990398,-378.660891,-191.969831,-468.2626321 +59686,-281.4591417,1160.381125,-371.3161897,-189.1203752,-463.9032249 +59687,-273.1974021,1174.965833,-365.1850655,-185.7424787,-460.6082761 +59688,-263.6596252,1122.537917,-357.8152678,-182.6149815,-456.1809877 +59689,-255.3902593,1171.161615,-351.0488713,-179.4787468,-453.3943435 +59690,-246.4817224,1175.802463,-344.2728617,-175.8092318,-448.9037184 +59691,-237.2524215,1127.128084,-337.4878079,-173.1817996,-446.0772987 +59692,-228.6579804,1171.099923,-330.6943285,-169.7579987,-441.5229002 +59693,-220.3806181,1156.868242,-323.893072,-166.3257643,-438.0814318 +59694,-210.8284712,1159.087523,-317.0846863,-163.4155263,-434.6178442 +59695,-202.8678563,1159.720106,-309.6499719,-159.9691427,-429.9650996 +59696,-193.6328727,1160.069905,-304.0696333,-157.0475493,-427.6241611 +59697,-185.3529927,1160.240698,-296.0022823,-153.5885666,-422.9121052 +59698,-176.7543916,1160.316159,-289.792361,-150.3903099,-419.3522104 +59699,-167.8371418,1160.285334,-282.9573333,-147.1872944,-415.7701559 +59700,-159.5568443,1160.148972,-275.49658,-144.2472991,-412.165836 +59701,-151.2764795,1160.012849,-269.8986829,-140.7681689,-407.325483 +59702,-142.9960941,1159.751553,-263.0538946,-137.8210121,-403.6694959 +59703,-134.7157141,1159.376993,-256.2065754,-134.8710322,-398.7603251 +59704,-126.4352949,1158.894125,-249.980033,-131.6498181,-395.0528211 +59705,-118.4733839,1158.304488,-243.1289345,-128.4257755,-390.0751586 +59706,-110.0337447,1157.535987,-236.899418,-125.4683217,-386.3164962 +59707,-102.0718234,1156.841917,-230.6688114,-122.2399179,-382.5359339 +59708,-94.10990636,1155.884378,-223.1907963,-119.2789112,-376.8241369 +59709,-85.98874119,1178.374898,-217.5818113,-116.0470134,-373.6301963 +59710,-81.21158966,1119.334259,-210.7256045,-113.0832125,-369.1334732 +59711,-75.31978115,1169.76333,-204.4922652,-109.9835795,-364.6076771 +59712,-69.1094779,1165.122889,-197.6351601,-106.7481589,-360.7055682 +59713,-62.73993631,1125.21258,-191.4011826,-103.916462,-356.1265126 +59714,-56.84812358,1159.101362,-185.1670102,-100.6795014,-352.1791126 +59715,-50.79705933,1160.699782,-178.6209496,-97.71181557,-347.5477239 +59716,-44.26827779,1121.24019,-172.074779,-94.60881199,-343.5559429 +59717,-38.53569879,1178.225026,-165.8402982,-91.50547696,-338.8733787 +59718,-32.48463861,1104.129788,-159.2940366,-88.26691026,-334.8382859 +59719,-26.11509581,1156.272878,-153.059475,-85.56801615,-330.7835397 +59720,-20.06403722,1140.770113,-149.6304148,-82.32911813,-326.0284386 +59721,-14.49069792,1124.693513,-144.6427439,-79.36004453,-321.9320659 +59722,-8.121158953,1146.467817,-139.9668001,-76.39089974,-317.8169483 +59723,-2.070099389,1114.725145,-135.2908539,-73.15175556,-312.992617 +59724,0,1143.865356,-130.3031791,-71.53220378,-309.5316857 +59725,0,1109.995507,-125.6272645,-69.10282964,-304.6654731 +59726,0,1133.588204,-120.63956,-66.67342011,-300.4756314 +59727,0,1111.009721,-116.2753686,-64.5139763,-296.268814 +59728,0,1120.040692,-111.1317936,-62.08458332,-292.0453593 +59729,0,1112.75284,-106.6117115,-59.92513357,-287.8056503 +59730,0,1110.652969,-101.6240253,-57.22578418,-282.8393502 +59731,0,1107.104552,-97.41567687,-55.33627197,-279.6358367 +59732,0,1103.640608,-92.89558007,-53.17680348,-274.6356613 +59733,0,1099.986565,-88.53135325,-51.0173245,-270.6931626 +59734,0,1096.23689,-84.47887837,-48.85785156,-266.3788118 +59735,0,1092.383586,-79.80290738,-46.69839149,-262.0509134 +59736,0,1088.429444,-76.06217049,-44.80887821,-257.709983 +59737,0,1084.376229,-71.38619305,-42.37946456,-253.3565358 +59738,0,1080.225672,-67.3337081,-40.62492044,-249.3553257 +59739,0,1076.04856,-63.12535382,-38.33047882,-244.9792524 +59740,0,1071.607072,-58.91700006,-36.30598175,-240.9581399 +59741,0,1067.221942,-54.86450731,-34.28148743,-236.1944781 +59742,0,1062.614765,-50.50027753,-32.12202005,-232.1546069 +59743,0,1058.095074,-46.44778808,-30.23249428,-228.1067883 +59744,0,1053.337062,-42.39530214,-27.93805422,-223.6823428 +59745,0,1048.616202,-38.18694101,-26.04853258,-219.6191847 +59746,0,1043.634132,-34.13445052,-24.02403879,-215.179032 +59747,0,1038.707734,-29.92609235,-21.86457151,-210.7315046 +59748,0,1033.636961,-26.1853368,-19.97504548,-207.0200195 +59749,0,1028.491232,-21.82110711,-17.9505464,-202.5602784 +59750,0,1023.260856,-17.76861582,-15.79107743,-198.0946092 +59751,0,1017.946376,-14.02785716,-13.90154985,-193.996358 +59752,0,1012.549191,-9.663633234,-11.87705285,-189.893937 +59753,0,1007.069886,-5.922872569,-9.852554499,-185.787678 +59754,0,1001.509237,-1.714515677,-7.828056917,-181.3041571 +59755,0,995.8680532,0,-5.938526895,-177.1910551 +59756,0,990.2104667,0,-3.779061909,-172.7009027 +59757,0,984.3200368,0,-2.024498103,-168.9569281 +59758,0,978.4872085,0,0,-164.461753 +59759,0,972.4583335,0,0,-160.339219 +59760,0,966.517318,0,0,-156.2150654 +59761,0,960.4594288,0,0,-151.7143994 +59762,0,954.2370035,0,0,-147.5875983 +59763,0,948.0671381,0,0,-143.4598269 +59764,0,941.7706402,0,0,-139.3312321 +59765,0,935.4128631,0,0,-134.8265431 +59766,0,928.9808735,0,0,-130.6967251 +59767,0,922.4807665,0,0,-126.3787603 +59768,0,915.9675585,0,0,-122.4359813 +59769,0,909.2447167,0,0,-117.9296544 +59770,0,902.5773752,0,0,-113.7986873 +59771,0,895.7334488,0,0,-109.4798202 +59772,0,889.032007,0,0,-105.5364337 +59773,0,881.999547,0,0,-101.0296171 +59774,0,875.0760296,0,0,-96.89834253 +59775,0,868.0852021,0,0,-92.76704775 +59776,0,860.8476461,0,0,-88.44794375 +59777,0,853.8042708,0,0,-84.12883506 +59778,0,846.5855159,0,0,-80.18530768 +59779,0,839.2308358,0,0,-75.6783996 +59780,0,831.8707095,0,0,-71.547076 +59781,0,824.5880617,0,0,-67.41575311 +59782,0,817.0117369,0,0,-63.09663527 +59783,0,809.5912928,0,0,-58.77751916 +59784,0,801.8833435,0,0,-54.83398479 +59785,0,794.3632777,0,0,-50.32707596 +59786,0,786.6875995,0,0,-46.19574886 +59787,0,778.8859721,0,0,-41.8766344 +59788,0,771.1334454,0,0,-37.7453097 +59789,0,763.2872857,0,0,-33.42619434 +59790,0,755.8839478,0,0,-29.2948672 +59791,0,747.2711956,0,0,-24.78796261 +59792,0,739.7635983,0,0,-20.8444255 +59793,0,731.707886,0,0,-16.33752172 +59794,0,723.6807436,0,0,-12.20619492 +59795,0,715.7217554,0,0,-7.88707981 +59796,0,707.6298692,0,0,-3.755752319 +59797,0,699.4967519,0,0,0 +59798,0,691.4314702,0,0,0 +59799,0,683.2410978,0,0,0 +59800,0,675.013791,0,0,0 +59801,0,666.8553167,0,0,0 +59802,0,658.5364936,0,0,0 +59803,0,650.3283063,0,0,0 +59804,0,642.0010042,0,0,0 +59805,0,633.6413849,0,0,0 +59806,0,625.353568,0,0,0 +59807,0,616.9148252,0,0,0 +59808,0,608.5240116,0,0,0 +59809,0,600.0966452,0,0,0 +59810,0,595.1855795,0,0,0 +59811,0,587.400481,0,0,0 +59812,0,579.2575947,0,0,0 +59813,0,571.0259556,0,0,0 +59814,0,562.7317489,0,0,0 +59815,0,554.3801359,0,0,0 +59816,0,546.1133049,0,0,0 +59817,0,537.6328999,0,0,0 +59818,0,529.3602365,0,0,0 +59819,0,520.8393562,0,0,0 +59820,0,512.8016888,0,0,0 +59821,0,0,0,0,0 +59822,0,0,0,0,0 +59823,0,0,0,0,0 +59824,0,0,0,0,0 +59825,0,0,0,0,0 +59826,0,0,0,0,0 +59827,0,0,0,0,0 +59828,0,0,0,0,0 +59829,0,0,0,0,0 +59830,0,0,0,0,0 +59831,0,0,0,0,0 +59832,0,0,0,0,0 +59833,0,0,0,0,0 +59834,0,0,0,0,0 +59835,0,0,0,0,0 +59836,0,0,0,0,0 +59837,0,0,0,0,0 +59838,0,0,0,0,0 +59839,0,0,0,0,0 +59840,0,0,0,0,0 +59841,0,0,0,0,0 +59842,0,0,0,0,0 +59843,0,0,0,0,0 +59844,0,0,0,0,0 +59845,0,0,0,0,0 +59846,0,0,0,0,0 +59847,0,0,0,0,0 +59848,0,0,0,0,0 +59849,0,0,0,0,0 +59850,0,0,0,0,0 +59851,0,0,0,0,0 +59852,0,0,0,0,0 +59853,0,0,0,0,0 +59854,0,0,0,0,0 +59855,0,0,0,0,0 +59856,0,0,0,0,0 +59857,0,0,0,0,0 +59858,0,0,0,0,0 +59859,0,0,0,0,0 +59860,0,0,0,0,0 +59861,0,0,0,0,0 +59862,0,0,0,0,0 +59863,0,0,0,0,0 +59864,0,0,0,0,0 +59865,0,0,0,0,0 +59866,0,0,0,0,0 +59867,0,0,0,0,0 +59868,0,0,0,0,0 +59869,0,0,0,0,0 +59870,0,0,0,0,0 +59871,0,0,0,0,0 +59872,0,0,0,0,0 +59873,0,0,0,0,0 +59874,0,0,0,0,0 +59875,0,0,0,0,0 +59876,0,0,0,0,0 +59877,0,0,0,0,0 +59878,0,0,0,0,0 +59879,0,0,0,0,0 +59880,0,0,0,0,0 +59881,0,0,0,0,0 +59882,0,0,0,0,0 +59883,0,0,0,0,0 +59884,0,0,0,0,0 +59885,0,0,0,0,0 +59886,0,0,0,0,0 +59887,0,0,0,0,0 +59888,0,0,0,0,0 +59889,0,0,0,0,0 +59890,0,0,0,0,0 +59891,0,0,0,0,0 +59892,0,0,0,0,0 +59893,0,0,0,0,0 +59894,0,0,0,0,0 +59895,0,0,0,0,0 +59896,0,0,0,0,0 +59897,0,0,0,0,0 +59898,0,0,0,0,0 +59899,0,0,0,0,0 +59900,0,0,0,0,0 +59901,0,0,0,0,0 +59902,0,0,0,0,0 +59903,0,0,0,0,0 +59904,0,0,0,0,0 +59905,0,0,0,0,0 +59906,0,0,0,0,0 +59907,0,0,0,0,0 +59908,0,0,0,0,0 +59909,0,0,0,0,0 +59910,0,0,0,0,0 +59911,0,0,0,0,0 +59912,0,0,0,0,0 +59913,0,0,0,0,0 +59914,0,0,0,0,0 +59915,0,0,0,0,0 +59916,0,0,0,0,0 +59917,0,0,0,0,0 +59918,0,0,0,0,0 +59919,0,0,0,0,0 +59920,0,0,0,0,0 +59921,0,0,0,0,0 +59922,0,0,0,0,0 +59923,0,0,0,0,0 +59924,0,0,0,0,0 +59925,0,0,0,0,0 +59926,0,0,0,0,0 +59927,0,0,0,0,0 +59928,0,0,0,0,0 +59929,0,0,0,0,0 +59930,0,0,0,0,0 +59931,0,0,0,0,0 +59932,0,0,0,0,0 +59933,0,0,0,0,0 +59934,0,0,0,0,0 +59935,0,0,0,0,0 +59936,0,0,0,0,0 +59937,0,0,0,0,0 +59938,0,0,0,0,0 +59939,0,0,0,0,0 +59940,0,0,0,0,0 +59941,0,0,0,0,0 +59942,0,0,0,0,0 +59943,0,0,0,0,0 +59944,0,0,0,0,0 +59945,0,0,0,0,0 +59946,0,0,0,0,0 +59947,0,0,0,0,0 +59948,0,0,0,0,0 +59949,0,0,0,0,0 +59950,0,0,0,0,0 +59951,0,0,0,0,0 +59952,0,0,0,0,0 +59953,0,0,0,0,0 +59954,0,0,0,0,0 +59955,0,0,0,0,0 +59956,0,0,0,0,0 +59957,0,0,0,0,0 +59958,0,0,0,0,0 +59959,0,0,0,0,0 +59960,0,0,0,0,0 +59961,0,0,0,0,0 +59962,0,0,0,0,0 +59963,0,0,0,0,0 +59964,0,0,0,0,0 +59965,0,0,0,0,0 +59966,0,0,0,0,0 +59967,0,0,0,0,0 +59968,0,0,0,0,0 +59969,0,0,0,0,0 +59970,0,0,0,0,0 +59971,0,0,0,0,0 +59972,0,0,0,0,0 +59973,0,0,0,0,0 +59974,0,0,0,0,0 +59975,0,0,0,0,0 +59976,0,0,0,0,0 +59977,0,0,0,0,0 +59978,0,0,0,0,0 +59979,0,0,0,0,0 +59980,0,0,0,0,0 +59981,0,0,0,0,0 +59982,0,0,0,0,0 +59983,0,0,0,0,0 +59984,0,0,0,0,0 +59985,0,0,0,0,0 +59986,0,0,0,0,0 +59987,0,0,0,0,0 +59988,0,0,0,0,0 +59989,0,0,0,0,0 +59990,0,0,0,0,0 +59991,0,0,0,0,0 +59992,0,0,0,0,0 +59993,0,0,0,0,0 +59994,0,0,0,0,0 +59995,0,0,0,0,0 +59996,0,0,0,0,0 +59997,0,0,0,0,0 +59998,0,0,0,0,0 +59999,0,0,0,0,0 +60000,0,0,0,0,0 +60001,0,0,0,0,0 +60002,0,0,0,0,0 +60003,0,0,0,0,0 +60004,0,0,0,0,0 +60005,0,0,0,0,0 +60006,0,0,0,0,0 +60007,0,0,0,0,0 +60008,0,0,0,0,0 +60009,0,0,0,0,0 +60010,0,0,0,0,0 +60011,0,0,0,0,0 +60012,0,0,0,0,0 +60013,0,0,0,0,0 +60014,0,0,0,0,0 +60015,0,0,0,0,0 +60016,0,0,0,0,0 +60017,0,0,0,0,0 +60018,0,0,0,0,0 +60019,0,0,0,0,0 +60020,0,0,0,0,0 +60021,0,0,0,0,0 +60022,0,0,0,0,0 +60023,0,0,0,0,0 +60024,0,0,0,0,0 +60025,0,0,0,0,0 +60026,0,0,0,0,0 +60027,0,0,0,0,0 +60028,0,0,0,0,0 +60029,0,0,0,0,0 +60030,0,0,0,0,0 +60031,0,0,0,0,0 +60032,0,0,0,0,0 +60033,0,0,0,0,0 +60034,0,0,0,0,0 +60035,0,0,0,0,0 +60036,0,0,0,0,0 +60037,0,0,0,0,0 +60038,0,0,0,0,0 +60039,0,0,0,0,0 +60040,0,0,0,0,0 +60041,0,0,0,0,0 +60042,0,0,0,0,0 +60043,0,0,0,0,0 +60044,0,0,0,0,0 +60045,0,0,0,0,0 +60046,0,0,0,0,0 +60047,0,0,0,0,0 +60048,0,0,0,0,0 +60049,0,0,0,0,0 +60050,0,0,0,0,0 +60051,0,0,0,0,0 +60052,0,0,0,0,0 +60053,0,0,0,0,0 +60054,0,0,0,0,0 +60055,0,0,0,0,0 +60056,0,0,0,0,0 +60057,0,0,0,0,0 +60058,0,0,0,0,0 +60059,0,0,0,0,0 +60060,0,0,0,0,0 +60061,0,0,0,0,0 +60062,0,0,0,0,0 +60063,0,0,0,0,0 +60064,0,0,0,0,0 +60065,0,0,0,0,0 +60066,0,0,0,0,0 +60067,0,0,0,0,0 +60068,0,0,0,0,0 +60069,0,0,0,0,0 +60070,0,0,0,0,0 +60071,0,0,0,0,0 +60072,0,0,0,0,0 +60073,0,0,0,0,0 +60074,0,0,0,0,0 +60075,0,0,0,0,0 +60076,0,0,0,0,0 +60077,0,0,0,0,0 +60078,0,0,0,0,0 +60079,0,0,0,0,0 +60080,0,0,0,0,0 +60081,0,0,0,0,0 +60082,0,0,0,0,0 +60083,0,0,0,0,0 +60084,0,0,0,0,0 +60085,0,0,0,0,0 +60086,0,0,0,0,0 +60087,0,0,0,0,0 +60088,0,0,0,0,0 +60089,0,0,0,0,0 +60090,0,0,0,0,0 +60091,0,0,0,0,0 +60092,0,0,0,0,0 +60093,0,0,0,0,0 +60094,0,0,0,0,0 +60095,0,0,0,0,0 +60096,0,0,0,0,0 +60097,0,0,0,0,0 +60098,0,0,0,0,0 +60099,0,0,0,0,0 +60100,0,0,0,0,0 +60101,0,0,0,0,0 +60102,0,0,0,0,0 +60103,0,0,0,0,0 +60104,0,0,0,0,0 +60105,0,0,0,0,0 +60106,0,0,0,0,0 +60107,0,0,0,0,0 +60108,0,0,0,0,0 +60109,0,0,0,0,0 +60110,0,0,0,0,0 +60111,0,0,0,0,0 +60112,0,0,0,0,0 +60113,0,0,0,0,0 +60114,0,0,0,0,0 +60115,0,0,0,0,0 +60116,0,0,0,0,0 +60117,0,0,0,0,0 +60118,0,0,0,0,0 +60119,0,0,0,0,0 +60120,0,0,0,0,0 +60121,0,0,0,0,0 +60122,0,0,0,0,0 +60123,0,0,0,0,0 +60124,0,0,0,0,0 +60125,0,0,0,0,0 +60126,0,0,0,0,0 +60127,0,0,0,0,0 +60128,0,0,0,0,0 +60129,0,0,0,0,0 +60130,0,0,0,0,0 +60131,0,0,0,0,0 +60132,0,0,0,0,0 +60133,0,0,0,0,0 +60134,0,0,0,0,0 +60135,0,0,0,0,0 +60136,0,0,0,0,0 +60137,0,0,0,0,0 +60138,0,0,0,0,0 +60139,0,0,0,0,0 +60140,0,0,0,0,0 +60141,0,0,0,0,0 +60142,0,0,0,0,0 +60143,0,0,0,0,0 +60144,0,0,0,0,0 +60145,0,0,0,0,0 +60146,0,0,0,0,0 +60147,0,0,0,0,0 +60148,0,0,0,0,0 +60149,0,0,0,0,0 +60150,0,0,0,0,0 +60151,0,0,0,0,0 +60152,0,0,0,0,0 +60153,0,0,0,0,0 +60154,0,0,0,0,0 +60155,0,0,0,0,0 +60156,0,0,0,0,0 +60157,0,0,0,0,0 +60158,0,0,0,0,0 +60159,0,0,0,0,0 +60160,0,0,0,0,0 +60161,0,0,0,0,0 +60162,0,0,0,0,0 +60163,0,0,0,0,0 +60164,0,0,0,0,0 +60165,0,0,0,0,0 +60166,0,0,0,0,0 +60167,0,0,0,0,0 +60168,0,0,0,0,0 +60169,0,0,0,0,0 +60170,0,0,0,0,0 +60171,0,0,0,0,0 +60172,0,0,0,0,0 +60173,0,0,0,0,0 +60174,0,0,0,0,0 +60175,0,0,0,0,0 +60176,0,0,0,0,0 +60177,0,0,0,0,0 +60178,0,0,0,0,0 +60179,0,0,0,0,0 +60180,0,0,0,0,0 +60181,0,0,0,0,0 +60182,0,0,0,0,0 +60183,0,0,0,0,0 +60184,0,0,0,0,0 +60185,0,0,0,0,0 +60186,0,0,0,0,0 +60187,0,0,0,0,0 +60188,0,0,0,0,0 +60189,0,0,0,0,0 +60190,0,0,0,0,0 +60191,0,0,0,0,0 +60192,0,0,0,0,0 +60193,0,0,0,0,0 +60194,0,0,0,0,0 +60195,0,0,0,0,0 +60196,0,0,0,0,0 +60197,0,0,0,0,0 +60198,0,0,0,0,0 +60199,0,0,0,0,0 +60200,0,0,0,0,0 +60201,0,0,0,0,0 +60202,0,0,0,0,0 +60203,0,0,0,0,0 +60204,0,0,0,0,0 +60205,0,0,0,0,0 +60206,0,0,0,0,0 +60207,0,0,0,0,0 +60208,0,0,0,0,0 +60209,0,0,0,0,0 +60210,0,0,0,0,0 +60211,0,0,0,0,0 +60212,0,0,0,0,0 +60213,0,0,0,0,0 +60214,0,0,0,0,0 +60215,0,0,0,0,0 +60216,0,0,0,0,0 +60217,0,0,0,0,0 +60218,0,0,0,0,0 +60219,0,0,0,0,0 +60220,0,0,0,0,0 +60221,0,0,0,0,0 +60222,0,0,0,0,0 +60223,0,0,0,0,0 +60224,0,0,0,0,0 +60225,0,0,0,0,0 +60226,0,0,0,0,0 +60227,0,0,0,0,0 +60228,0,0,0,0,0 +60229,0,0,0,0,0 +60230,0,0,0,0,0 +60231,0,0,0,0,0 +60232,0,0,0,0,0 +60233,0,0,0,0,0 +60234,0,0,0,0,0 +60235,0,0,0,0,0 +60236,0,0,0,0,0 +60237,0,0,0,0,0 +60238,0,0,0,0,0 +60239,0,0,0,0,0 +60240,0,0,0,0,0 +60241,0,0,0,0,0 +60242,0,0,0,0,0 +60243,0,0,0,0,0 +60244,0,0,0,0,0 +60245,0,0,0,0,0 +60246,0,0,0,0,0 +60247,0,0,0,0,0 +60248,0,0,0,0,0 +60249,0,0,0,0,0 +60250,0,0,0,0,0 +60251,0,0,0,0,0 +60252,0,0,0,0,0 +60253,0,0,0,0,0 +60254,0,0,0,0,0 +60255,0,0,0,0,0 +60256,0,0,0,0,0 +60257,0,0,0,0,0 +60258,0,0,0,0,0 +60259,0,0,0,0,0 +60260,0,0,0,0,0 +60261,0,0,0,0,0 +60262,0,0,0,0,0 +60263,0,0,0,0,0 +60264,0,0,0,0,0 +60265,0,0,0,0,0 +60266,0,0,0,0,0 +60267,0,0,0,0,0 +60268,0,0,0,0,0 +60269,0,0,0,0,0 +60270,0,0,0,0,0 +60271,0,0,0,0,0 +60272,0,0,0,0,0 +60273,0,0,0,0,0 +60274,0,0,0,0,0 +60275,0,0,0,0,0 +60276,0,0,0,0,0 +60277,0,0,0,0,0 +60278,0,0,0,0,0 +60279,0,0,0,0,0 +60280,0,0,0,0,0 +60281,0,0,0,0,0 +60282,0,0,0,0,0 +60283,0,0,0,0,0 +60284,0,0,0,0,0 +60285,0,0,0,0,0 +60286,0,0,0,0,0 +60287,0,0,0,0,0 +60288,0,0,0,0,0 +60289,0,0,0,0,0 +60290,0,0,0,0,0 +60291,0,0,0,0,0 +60292,0,0,0,0,0 +60293,0,0,0,0,0 +60294,0,0,0,0,0 +60295,0,0,0,0,0 +60296,0,0,0,0,0 +60297,0,0,0,0,0 +60298,0,0,0,0,0 +60299,0,0,0,0,0 +60300,0,0,0,0,0 +60301,0,0,0,0,0 +60302,0,0,0,0,0 +60303,0,0,0,0,0 +60304,0,0,0,0,0 +60305,0,0,0,0,0 +60306,0,0,0,0,0 +60307,0,0,0,0,0 +60308,0,0,0,0,0 +60309,0,0,0,0,0 +60310,0,0,0,0,0 +60311,0,0,0,0,0 +60312,0,0,0,0,0 +60313,0,0,0,0,0 +60314,0,0,0,0,0 +60315,0,0,0,0,0 +60316,0,0,0,0,0 +60317,0,0,0,0,0 +60318,0,0,0,0,0 +60319,0,0,0,0,0 +60320,0,0,0,0,0 +60321,0,0,0,0,0 +60322,0,0,0,0,0 +60323,0,0,0,0,0 +60324,0,0,0,0,0 +60325,0,0,0,0,0 +60326,0,0,0,0,0 +60327,0,0,0,0,0 +60328,0,0,0,0,0 +60329,0,0,0,0,0 +60330,0,0,0,0,0 +60331,0,0,0,0,0 +60332,0,0,0,0,0 +60333,0,0,0,0,0 +60334,0,0,0,0,0 +60335,0,0,0,0,0 +60336,0,0,0,0,0 +60337,0,0,0,0,0 +60338,0,0,0,0,0 +60339,0,0,0,0,0 +60340,0,0,0,0,0 +60341,0,0,0,0,0 +60342,0,0,0,0,0 +60343,0,0,0,0,0 +60344,0,0,0,0,0 +60345,0,0,0,0,0 +60346,0,0,0,0,0 +60347,0,0,0,0,0 +60348,0,0,0,0,0 +60349,0,0,0,0,0 +60350,0,0,0,0,0 +60351,0,0,0,0,0 +60352,0,0,0,0,0 +60353,0,0,0,0,0 +60354,0,0,0,0,0 +60355,0,0,0,0,0 +60356,0,0,0,0,0 +60357,0,0,0,0,0 +60358,0,0,0,0,0 +60359,0,0,0,0,0 +60360,0,0,0,0,0 +60361,0,0,0,0,0 +60362,0,0,0,0,0 +60363,0,0,0,0,0 +60364,0,0,0,0,0 +60365,0,0,0,0,0 +60366,0,0,0,0,0 +60367,0,0,0,0,0 +60368,0,0,0,0,0 +60369,0,0,0,0,0 +60370,0,0,0,0,0 +60371,0,0,0,0,0 +60372,0,0,0,0,0 +60373,0,0,0,0,0 +60374,0,0,0,0,0 +60375,0,0,0,0,0 +60376,0,0,0,0,0 +60377,0,0,0,0,0 +60378,0,0,0,0,0 +60379,0,0,0,0,0 +60380,0,0,0,0,0 +60381,0,0,0,0,0 +60382,0,0,0,0,0 +60383,0,0,0,0,0 +60384,0,0,0,0,0 +60385,0,0,0,0,0 +60386,0,0,0,0,0 +60387,0,0,0,0,0 +60388,0,0,0,0,0 +60389,0,0,0,0,0 +60390,0,0,0,0,0 +60391,0,0,0,0,0 +60392,0,0,0,0,0 +60393,0,0,0,0,0 +60394,0,0,0,0,0 +60395,0,0,0,0,0 +60396,0,0,0,0,0 +60397,0,0,0,0,0 +60398,0,0,0,0,0 +60399,0,0,0,0,0 +60400,0,0,0,0,0 +60401,0,0,0,0,0 +60402,0,0,0,0,0 +60403,0,0,0,0,0 +60404,0,0,0,0,0 +60405,0,0,0,0,0 +60406,0,0,0,0,0 +60407,0,0,0,0,0 +60408,0,0,0,0,0 +60409,0,0,0,0,0 +60410,0,0,0,0,0 +60411,0,0,0,0,0 +60412,0,0,0,0,0 +60413,0,0,0,0,0 +60414,0,0,0,0,0 +60415,0,0,0,0,0 +60416,0,0,0,0,0 +60417,0,0,0,0,0 +60418,0,0,0,0,0 +60419,0,0,0,0,0 +60420,0,0,0,0,0 +60421,0,0,0,0,0 +60422,0,0,0,0,0 +60423,0,0,0,0,0 +60424,0,0,0,0,0 +60425,0,0,0,0,0 +60426,0,0,0,0,0 +60427,0,0,0,0,0 +60428,0,0,0,0,0 +60429,0,0,0,0,0 +60430,0,0,0,0,0 +60431,0,0,0,0,0 +60432,0,0,0,0,0 +60433,0,0,0,0,0 +60434,0,0,0,0,0 +60435,0,0,0,0,0 +60436,0,0,0,0,0 +60437,0,0,0,0,0 +60438,0,0,0,0,0 +60439,0,0,0,0,0 +60440,0,0,0,0,0 +60441,0,0,0,0,0 +60442,0,0,0,0,0 +60443,0,0,0,0,0 +60444,0,0,0,0,0 +60445,0,0,0,0,0 +60446,0,0,0,0,0 +60447,0,0,0,0,0 +60448,0,0,0,0,0 +60449,0,0,0,0,0 +60450,0,0,0,0,0 +60451,0,0,0,0,0 +60452,0,0,0,0,0 +60453,0,0,0,0,0 +60454,0,0,0,0,0 +60455,0,0,0,0,0 +60456,0,0,0,0,0 +60457,0,0,0,0,0 +60458,0,0,0,0,0 +60459,0,0,0,0,0 +60460,0,0,0,0,0 +60461,0,0,0,0,0 +60462,0,0,0,0,0 +60463,0,0,0,0,0 +60464,0,0,0,0,0 +60465,0,0,0,0,0 +60466,0,0,0,0,0 +60467,0,0,0,0,0 +60468,0,0,0,0,0 +60469,0,0,0,0,0 +60470,0,0,0,0,0 +60471,0,0,0,0,0 +60472,0,0,0,0,0 +60473,0,0,0,0,0 +60474,0,0,0,0,0 +60475,0,0,0,0,0 +60476,0,0,0,0,0 +60477,0,0,0,0,0 +60478,0,0,0,0,0 +60479,0,0,0,0,0 +60480,0,0,0,0,0 +60481,0,0,0,0,0 +60482,0,0,0,0,0 +60483,0,0,0,0,0 +60484,0,0,0,0,0 +60485,0,0,0,0,0 +60486,0,0,0,0,0 +60487,0,0,0,0,0 +60488,0,0,0,0,0 +60489,0,0,0,0,0 +60490,0,0,0,0,0 +60491,0,0,0,0,0 +60492,0,0,0,0,0 +60493,0,0,0,0,0 +60494,0,0,0,0,0 +60495,0,0,0,0,0 +60496,0,0,0,0,0 +60497,0,0,0,0,0 +60498,0,0,0,0,0 +60499,0,0,0,0,0 +60500,0,0,0,0,0 +60501,0,0,0,0,0 +60502,0,0,0,0,0 +60503,0,0,0,0,0 +60504,0,0,0,0,0 +60505,0,0,0,0,0 +60506,0,0,0,0,0 +60507,0,0,0,0,0 +60508,0,0,0,0,0 +60509,0,0,0,0,0 +60510,0,0,0,0,0 +60511,0,0,0,0,0 +60512,0,0,0,0,0 +60513,0,0,0,0,0 +60514,0,0,0,0,0 +60515,0,0,0,0,0 +60516,0,0,0,0,0 +60517,0,0,0,0,0 +60518,0,0,0,0,0 +60519,0,0,0,0,0 +60520,0,0,0,0,0 +60521,0,0,0,0,0 +60522,0,0,0,0,0 +60523,0,0,0,0,0 +60524,0,0,0,0,0 +60525,0,0,0,0,0 +60526,0,0,0,0,0 +60527,0,0,0,0,0 +60528,0,0,0,0,0 +60529,0,0,0,0,0 +60530,0,0,0,0,0 +60531,0,0,0,0,0 +60532,0,0,0,0,0 +60533,0,0,0,0,0 +60534,0,0,0,0,0 +60535,0,0,0,0,0 +60536,0,0,0,0,0 +60537,0,0,0,0,0 +60538,0,0,0,0,0 +60539,0,0,0,0,0 +60540,0,0,0,0,0 +60541,0,0,0,0,0 +60542,0,0,0,0,0 +60543,0,0,0,0,0 +60544,0,0,0,0,0 +60545,0,0,0,0,0 +60546,0,0,0,0,0 +60547,0,0,0,0,0 +60548,0,0,0,0,0 +60549,0,0,0,0,0 +60550,0,0,0,0,0 +60551,0,0,0,0,0 +60552,0,0,0,0,0 +60553,0,0,0,0,0 +60554,0,0,0,0,0 +60555,0,0,0,0,0 +60556,0,0,0,0,0 +60557,0,0,0,0,0 +60558,0,0,0,0,0 +60559,0,0,0,0,0 +60560,0,0,0,0,0 +60561,0,0,0,0,0 +60562,0,0,0,0,0 +60563,0,0,0,0,0 +60564,0,0,0,0,0 +60565,0,0,0,0,0 +60566,0,0,0,0,0 +60567,0,0,0,0,0 +60568,0,0,0,0,0 +60569,0,0,0,0,0 +60570,0,0,0,0,0 +60571,0,0,0,0,0 +60572,0,0,0,0,0 +60573,0,0,0,0,0 +60574,0,0,0,0,0 +60575,0,0,0,0,0 +60576,0,0,0,0,0 +60577,0,0,0,0,0 +60578,0,0,0,0,0 +60579,0,0,0,0,0 +60580,0,0,0,0,0 +60581,0,0,0,0,0 +60582,0,0,0,0,0 +60583,0,0,0,0,0 +60584,0,0,0,0,0 +60585,0,0,0,0,0 +60586,0,0,0,0,0 +60587,0,0,0,0,0 +60588,0,0,0,0,0 +60589,0,0,0,0,0 +60590,0,0,0,0,0 +60591,0,0,0,0,0 +60592,0,0,0,0,0 +60593,0,0,0,0,0 +60594,0,0,0,0,0 +60595,0,0,0,0,0 +60596,0,0,0,0,0 +60597,0,0,0,0,0 +60598,0,0,0,0,0 +60599,0,0,0,0,0 +60600,0,0,0,0,0 +60601,0,0,0,0,0 +60602,0,0,0,0,0 +60603,0,0,0,0,0 +60604,0,0,0,0,0 +60605,0,0,0,0,0 +60606,0,0,0,0,0 +60607,0,0,0,0,0 +60608,0,0,0,0,0 +60609,0,0,0,0,0 +60610,0,0,0,0,0 +60611,0,0,0,0,0 +60612,0,0,0,0,0 +60613,0,0,0,0,0 +60614,0,0,0,0,0 +60615,0,0,0,0,0 +60616,0,0,0,0,0 +60617,0,0,0,0,0 +60618,0,0,0,0,0 +60619,0,0,0,0,0 +60620,0,0,0,0,0 +60621,0,0,0,0,0 +60622,0,0,0,0,0 +60623,0,0,0,0,0 +60624,0,0,0,0,0 +60625,0,0,0,0,0 +60626,0,0,0,0,0 +60627,0,0,0,0,0 +60628,0,0,0,0,0 +60629,0,0,0,0,0 +60630,0,0,0,0,0 +60631,0,0,0,0,0 +60632,0,0,0,0,0 +60633,0,0,0,0,0 +60634,0,0,0,0,0 +60635,0,0,0,0,0 +60636,0,0,0,0,0 +60637,0,0,0,0,0 +60638,0,0,0,0,0 +60639,0,0,0,0,0 +60640,0,0,0,0,0 +60641,0,0,0,0,0 +60642,0,0,0,0,0 +60643,0,0,0,0,0 +60644,0,0,0,0,0 +60645,0,0,0,0,0 +60646,0,0,0,0,0 +60647,0,0,0,0,0 +60648,0,0,0,0,0 +60649,0,0,0,0,0 +60650,0,0,0,0,0 +60651,0,0,0,0,0 +60652,0,0,0,0,0 +60653,0,0,0,0,0 +60654,0,0,0,0,0 +60655,0,0,0,0,0 +60656,0,0,0,0,0 +60657,0,0,0,0,0 +60658,0,0,0,0,0 +60659,0,0,0,0,0 +60660,0,0,0,0,0 +60661,0,0,0,0,0 +60662,0,0,0,0,0 +60663,0,0,0,0,0 +60664,0,0,0,0,0 +60665,0,0,0,0,0 +60666,0,0,0,0,0 +60667,0,0,0,0,0 +60668,0,0,0,0,0 +60669,0,0,0,0,0 +60670,0,0,0,0,0 +60671,0,0,0,0,0 +60672,0,0,0,0,0 +60673,0,0,0,0,0 +60674,0,0,0,0,0 +60675,0,0,0,0,0 +60676,0,0,0,0,0 +60677,0,0,0,0,0 +60678,0,0,0,0,0 +60679,0,0,0,0,0 +60680,0,0,0,0,0 +60681,0,0,0,0,0 +60682,0,0,0,0,0 +60683,0,0,0,0,0 +60684,0,0,0,0,0 +60685,0,0,0,0,0 +60686,0,0,0,0,0 +60687,0,0,0,0,0 +60688,0,0,0,0,0 +60689,0,0,0,0,0 +60690,0,0,0,0,0 +60691,0,0,0,0,0 +60692,0,0,0,0,0 +60693,0,0,0,0,0 +60694,0,0,0,0,0 +60695,0,0,0,0,0 +60696,0,0,0,0,0 +60697,0,0,0,0,0 +60698,0,0,0,0,0 +60699,0,0,0,0,0 +60700,0,0,0,0,0 +60701,0,0,0,0,0 +60702,0,0,0,0,0 +60703,0,0,0,0,0 +60704,0,0,0,0,0 +60705,0,0,0,0,0 +60706,0,0,0,0,0 +60707,0,0,0,0,0 +60708,0,0,0,0,0 +60709,0,0,0,0,0 +60710,0,0,0,0,0 +60711,0,0,0,0,0 +60712,0,0,0,0,0 +60713,0,0,0,0,0 +60714,0,0,0,0,0 +60715,0,0,0,0,0 +60716,0,0,0,0,0 +60717,0,0,0,0,0 +60718,0,0,0,0,0 +60719,0,0,0,0,0 +60720,0,0,0,0,0 +60721,0,0,0,0,0 +60722,0,0,0,0,0 +60723,0,0,0,0,0 +60724,0,0,0,0,0 +60725,0,0,0,0,0 +60726,0,0,0,0,0 +60727,0,0,0,0,0 +60728,0,0,0,0,0 +60729,0,0,0,0,0 +60730,0,0,0,0,0 +60731,0,0,0,0,0 +60732,0,0,0,0,0 +60733,0,0,0,0,0 +60734,0,0,0,0,0 +60735,0,0,0,0,0 +60736,0,0,0,0,0 +60737,0,0,0,0,0 +60738,0,0,0,0,0 +60739,0,0,0,0,0 +60740,0,0,0,0,0 +60741,0,0,0,0,0 +60742,0,0,0,0,0 +60743,0,0,0,0,0 +60744,0,0,0,0,0 +60745,0,0,0,0,0 +60746,0,0,0,0,0 +60747,0,0,0,0,0 +60748,0,0,0,0,0 +60749,0,0,0,0,0 +60750,0,0,0,0,0 +60751,0,0,0,0,0 +60752,0,0,0,0,0 +60753,0,0,0,0,0 +60754,0,0,0,0,0 +60755,0,0,0,0,0 +60756,0,0,0,0,0 +60757,0,0,0,0,0 +60758,0,0,0,0,0 +60759,0,0,0,0,0 +60760,0,0,0,0,0 +60761,0,0,0,0,0 +60762,0,0,0,0,0 +60763,0,0,0,0,0 +60764,0,0,0,0,0 +60765,0,0,0,0,0 +60766,0,0,0,0,0 +60767,0,0,0,0,0 +60768,0,0,0,0,0 +60769,0,0,0,0,0 +60770,0,0,0,0,0 +60771,0,0,0,0,0 +60772,0,0,0,0,0 +60773,0,0,0,0,0 +60774,0,0,0,0,0 +60775,0,0,0,0,0 +60776,0,0,0,0,0 +60777,0,0,0,0,0 +60778,0,0,0,0,0 +60779,0,0,0,0,0 +60780,0,0,0,0,0 +60781,0,0,0,0,0 +60782,0,0,0,0,0 +60783,0,0,0,0,0 +60784,0,0,0,0,0 +60785,0,0,0,0,0 +60786,0,0,0,0,0 +60787,0,0,0,0,0 +60788,0,0,0,0,0 +60789,0,0,0,0,0 +60790,0,0,0,0,0 +60791,0,0,0,0,0 +60792,0,0,0,0,0 +60793,0,0,0,0,0 +60794,0,0,0,0,0 +60795,0,0,0,0,0 +60796,0,0,0,0,0 +60797,0,0,0,0,0 +60798,0,0,0,0,0 +60799,0,0,0,0,0 +60800,0,0,0,0,0 +60801,0,0,0,0,0 +60802,0,0,0,0,0 +60803,0,0,0,0,0 +60804,0,0,0,0,0 +60805,0,0,0,0,0 +60806,0,0,0,0,0 +60807,0,0,0,0,0 +60808,0,0,0,0,0 +60809,0,0,0,0,0 +60810,0,0,0,0,0 +60811,0,0,0,0,0 +60812,0,0,0,0,0 +60813,0,0,0,0,0 +60814,0,0,0,0,0 +60815,0,0,0,0,0 +60816,0,0,0,0,0 +60817,0,0,0,0,0 +60818,0,0,0,0,0 +60819,0,0,0,0,0 +60820,0,0,0,0,0 +60821,0,0,0,0,0 +60822,0,0,0,0,0 +60823,0,0,0,0,0 +60824,0,0,0,0,0 +60825,0,0,0,0,0 +60826,0,0,0,0,0 +60827,0,0,0,0,0 +60828,0,0,0,0,0 +60829,0,0,0,0,0 +60830,0,0,0,0,0 +60831,0,0,0,0,0 +60832,0,0,0,0,0 +60833,0,0,0,0,0 +60834,0,0,0,0,0 +60835,0,0,0,0,0 +60836,0,0,0,0,0 +60837,0,0,0,0,0 +60838,0,0,0,0,0 +60839,0,0,0,0,0 +60840,0,0,0,0,0 +60841,0,0,0,0,0 +60842,0,0,0,0,0 +60843,0,0,0,0,0 +60844,0,0,0,0,0 +60845,0,0,0,0,0 +60846,0,0,0,0,0 +60847,0,0,0,0,0 +60848,0,0,0,0,0 +60849,0,0,0,0,0 +60850,0,0,0,0,0 +60851,0,0,0,0,0 +60852,0,0,0,0,0 +60853,0,0,0,0,0 +60854,0,0,0,0,0 +60855,0,0,0,0,0 +60856,0,0,0,0,0 +60857,0,0,0,0,0 +60858,0,0,0,0,0 +60859,0,0,0,0,0 +60860,0,0,0,0,0 +60861,0,0,0,0,0 +60862,0,0,0,0,0 +60863,0,0,0,0,0 +60864,0,0,0,0,0 +60865,0,0,0,0,0 +60866,0,0,0,0,0 +60867,0,0,0,0,0 +60868,0,0,0,0,0 +60869,0,0,0,0,0 +60870,0,0,0,0,0 +60871,0,0,0,0,0 +60872,0,0,0,0,0 +60873,0,0,0,0,0 +60874,0,0,0,0,0 +60875,0,0,0,0,0 +60876,0,0,0,0,0 +60877,0,0,0,0,0 +60878,0,0,0,0,0 +60879,0,0,0,0,0 +60880,0,0,0,0,0 +60881,0,0,0,0,0 +60882,0,0,0,0,0 +60883,0,0,0,0,0 +60884,0,0,0,0,0 +60885,0,0,0,0,0 +60886,0,0,0,0,0 +60887,0,0,0,0,0 +60888,0,0,0,0,0 +60889,0,0,0,0,0 +60890,0,0,0,0,0 +60891,0,0,0,0,0 +60892,0,0,0,0,0 +60893,0,0,0,0,0 +60894,0,0,0,0,0 +60895,0,0,0,0,0 +60896,0,0,0,0,0 +60897,0,0,0,0,0 +60898,0,0,0,0,0 +60899,0,0,0,0,0 +60900,0,0,0,0,0 +60901,-1714.809571,-826.5876244,-1684.241183,-826.6004272,-1089.758175 +60902,-1647.659484,-697.1418356,-1613.131121,-697.1513948,-952.0807796 +60903,-1436.80921,-607.7775403,-1406.875673,-607.7848813,-830.713981 +60904,-1534.308606,-653.1353529,-1506.136255,-653.1439281,-896.0286371 +60905,-1625.972023,-688.343653,-1592.158898,-688.3531981,-946.5474382 +60906,-1698.868165,-719.465681,-1663.56228,-719.4760867,-991.1216221 +60907,-1803.754232,-764.1352286,-1766.285715,-764.1468386,-1054.475231 +60908,-1860.881236,-788.5582767,-1822.266192,-788.5705677,-1089.679269 +60909,-1888.051241,-800.2817706,-1848.920604,-800.2944136,-1107.191747 +60910,-1897.622034,-804.5422858,-1858.3401,-804.5550876,-1114.227279 +60911,-1899.080113,-805.3577207,-1859.808482,-805.3705924,-1116.331681 +60912,-1897.68478,-804.9543435,-1858.474026,-804.9672538,-1116.593536 +60913,-1895.457132,-804.1866585,-1856.316359,-804.1995985,-1116.215601 +60914,-1893.114923,-803.3580121,-1854.039673,-803.3709807,-1115.641776 +60915,-1890.895681,-802.5689479,-1851.877838,-802.5819466,-1115.032808 +60916,-1888.863995,-801.8462653,-1849.895247,-801.8592963,-1114.444437 +60917,-1887.023501,-801.1922893,-1848.095755,-801.2053548,-1113.893798 +60918,-1885.358588,-800.6011403,-1846.46561,-800.6142423,-1113.384069 +60919,-1883.849154,-800.0649594,-1844.98588,-800.0780994,-1112.913559 +60920,-1882.476425,-799.5764386,-1843.638505,-799.5896181,-1112.479311 +60921,-1881.155664,-798.6774686,-1842.095597,-799.1011223,-1112.077265 +60922,-1686.38565,-755.4740938,-1656.499384,-798.6227925,-1111.704119 +60923,-1636.527781,-447.4018536,-1459.366117,-793.5551869,-1104.937693 +60924,-1682.357255,-610.3099714,-1590.269489,-790.9327304,-1101.54176 +60925,-1644.243562,-534.368549,-1516.694502,-776.4398916,-1081.601158 +60926,-1627.889951,-510.0847672,-1498.644853,-749.5429711,-1044.345771 +60927,-1618.881602,-489.4911066,-1482.403025,-756.8058264,-1054.511006 +60928,-1606.014454,-468.4907404,-1467.432453,-750.6529978,-1045.996864 +60929,-1593.699448,-445.9004596,-1446.085064,-753.1180985,-1049.476053 +60930,-1584.766399,-427.0804734,-1435.54257,-699.362439,-1048.844347 +60931,-1571.363323,-403.3495817,-1415.494729,-720.0685289,-1023.064207 +60932,-1564.122697,-380.7164535,-1399.034554,-706.3801755,-1027.942431 +60933,-1549.130322,-357.7604445,-1388.655981,-701.4877996,-1029.779413 +60934,-1543.133786,-335.0321671,-1367.258739,-695.8251562,-1007.492727 +60935,-1530.536178,-312.4839869,-1355.833714,-688.9815148,-982.1813564 +60936,-1523.007555,-289.5566807,-1341.606211,-685.9105629,-958.8874643 +60937,-1510.479372,-266.8765034,-1326.214277,-678.8248089,-948.9884806 +60938,-1506.858687,-244.7493711,-1314.529218,-673.1518774,-942.8547255 +60939,-1492.937296,-221.4791478,-1300.064828,-669.5522104,-980.952567 +60940,-1484.748687,-199.4876913,-1287.628151,-664.1344188,-997.919823 +60941,-1477.27969,-176.7218657,-1275.223999,-659.9805381,-992.8236965 +60942,-1469.669164,-159.9586844,-1261.992265,-653.9416366,-982.4547032 +60943,-1457.882512,-142.2560399,-1251.85961,-650.262023,-974.497811 +60944,-1452.958798,-123.9827662,-1238.611495,-646.4676173,-968.7444575 +60945,-1443.600441,-105.9864188,-1227.592796,-639.9451315,-964.822396 +60946,-1433.771526,-89.68596773,-1216.238598,-637.295005,-963.2419233 +60947,-1429.849605,-74.00527062,-1209.811058,-633.0499784,-963.2362646 +60948,-1419.163799,-58.8809886,-1199.972202,-627.626766,-964.7640996 +60949,-1414.265884,-43.30987133,-1191.520284,-624.7297488,-967.9335911 +60950,-1403.081879,-28.25724652,-1181.826521,-619.7146619,-972.2694254 +60951,-1394.921704,-21.18033628,-1177.343145,-613.8895204,-978.3729551 +60952,-1385.788055,-7.073072808,-1166.879675,-610.4425915,-985.5435733 +60953,-1378.908955,0,-1160.29705,-605.8161977,-993.3868292 +60954,-1371.496504,0,-1152.979331,-601.3351449,-917.1490595 +60955,-1364.481015,0,-1143.755107,-598.573966,-917.6444272 +60956,-1358.694676,0,-1137.456376,-594.6375552,-924.9170239 +60957,-1347.45645,0,-1129.548178,-590.1683632,-912.9364118 +60958,-1345.017268,0,-1123.824235,-587.4315888,-908.8095274 +60959,-1336.70448,0,-1115.1318,-582.9690321,-905.4176222 +60960,-1330.855913,0,-1110.499069,-579.1492316,-898.789394 +60961,-1320.827644,0,-1100.51916,-576.5069934,-894.9639206 +60962,-1314.854453,0,-1095.879282,-571.328123,-888.7189138 +60963,-1305.340185,0,-1086.349926,-567.7537975,-883.2436337 +60964,-1297.923761,0,-1078.447527,-563.8720299,-878.8837975 +60965,-1290.01771,0,-1072.392549,-559.7293781,-874.1314286 +60966,-1281.696329,0,-1063.799611,-556.5213144,-867.1602961 +60967,-1273.012153,0,-1058.39314,-551.9731825,-863.6106518 +60968,-1267.128164,0,-1050.493277,-548.4603128,-857.886742 +60969,-1259.477533,0,-1043.589362,-544.8263153,-852.9110444 +60970,-1249.979375,0,-1037.746089,-541.0768938,-847.7195683 +60971,-1243.528185,0,-1030.581809,-537.2154883,-844.5320447 +60972,-1235.248595,0,-1024.526838,-534.592096,-838.9891054 +60973,-1228.493785,0,-1017.133756,-529.1615388,-833.2300914 +60974,-1221.605648,0,-1013.414632,-526.387221,-829.6823143 +60975,-1211.011893,0,-1004.562797,-523.5606341,-826.0480943 +60976,-1207.440087,0,-1000.737616,-518.4792078,-819.7868994 +60977,-1196.463139,0,-994.2784847,-516.2607493,-815.9227025 +60978,-1190.876704,0,-986.4201107,-511.7242306,-811.9686875 +60979,-1183.303206,0,-983.7855429,-509.4149483,-806.5507589 +60980,-1175.593813,0,-977.1192522,-504.6974251,-803.7834172 +60981,-1167.747712,0,-970.372952,-502.2947866,-798.1124639 +60982,-1159.762856,0,-966.2904568,-497.3897556,-795.2137223 +60983,-1153.684011,0,-959.4168924,-495.7289594,-789.2762763 +60984,-1145.448359,0,-956.6480536,-491.5054672,-786.2400533 +60985,-1139.175819,0,-948.2512352,-487.1883721,-781.5946717 +60986,-1130.678952,0,-945.4291682,-485.4371396,-778.4373818 +60987,-1122.03077,0,-939.7405415,-480.9849504,-772.7898607 +60988,-1117.65244,0,-933.9980803,-478.2666467,-770.3223931 +60989,-1108.768723,0,-928.2029734,-474.5845414,-765.2968994 +60990,-1099.724726,0,-925.2871897,-470.8365982,-760.1501776 +60991,-1095.144758,0,-917.9320591,-467.9822198,-758.4081146 +60992,-1085.85425,0,-914.9677887,-465.0887669,-753.0933929 +60993,-1081.147224,0,-908.994909,-460.1770934,-749.4781034 +60994,-1071.59925,0,-904.4793882,-458.1829425,-745.8035724 +60995,-1064.325471,0,-899.9324369,-454.6473476,-742.0683378 +60996,-1058.189798,0,-895.3532524,-451.0547596,-736.3491182 +60997,-1049.479285,0,-889.1973819,-447.9298292,-734.411924 +60998,-1044.440644,0,-886.0993805,-444.7620224,-730.4876485 +60999,-1036.79262,0,-879.8578934,-441.0107254,-725.4890275 +61000,-1027.735214,0,-876.7161936,-438.2949582,-722.4397222 +61001,-1022.496511,0,-870.3868959,-434.439426,-718.3136499 +61002,-1014.54571,0,-865.6021608,-431.6479607,-715.1731534 +61003,-1007.835416,0,-860.7849478,-428.2549945,-709.8491346 +61004,-999.6800398,0,-855.934356,-424.8148931,-707.6881857 +61005,-994.1815338,0,-849.4143149,-422.4951983,-703.3096127 +61006,-985.8353103,0,-846.1336016,-417.7896324,-699.9760095 +61007,-977.3735622,0,-841.1818382,-416.0035656,-695.4636829 +61008,-973.101452,219.9454174,-834.5249536,-411.7855728,-692.0282599 +61009,-964.4613468,107.5073657,-827.8082506,-409.344915,-688.5479889 +61010,-957.1692921,159.0402122,-824.4288947,-405.6407117,-685.0219013 +61011,-951.2757037,174.0901858,-815.9074568,-402.514606,-680.2479559 +61012,-942.3303528,188.7494604,-811.6114922,-399.3524397,-677.8299156 +61013,-937.8124836,202.829502,-803.8155161,-396.7962114,-674.1622576 +61014,-927.1440568,217.2295211,-798.5750435,-392.9162162,-669.1958123 +61015,-924.0665921,230.5782838,-791.531728,-389.6419188,-666.6799683 +61016,-914.7404522,244.3477736,-785.3170762,-386.9958368,-662.8638215 +61017,-906.8701241,257.9195821,-779.0533582,-383.6528855,-658.9963504 +61018,-902.1060622,270.5962546,-770.019774,-380.9505743,-656.3892361 +61019,-892.4745347,283.9176662,-766.3803538,-376.8494197,-651.1042293 +61020,-884.3454955,296.3299094,-757.2056032,-374.7783519,-648.4264649 +61021,-876.1235052,309.4628176,-749.7938417,-370.5917091,-645.7245102 +61022,-869.4789025,321.5580088,-743.2562492,-367.7688766,-640.2463783 +61023,-861.0854301,333.8764527,-734.7765411,-364.2035382,-637.4704534 +61024,-852.5953157,346.3000674,-729.0782723,-361.3219492,-633.9651102 +61025,-845.7341331,358.1238572,-720.4599289,-357.3161099,-630.4197002 +61026,-837.0681712,369.976869,-713.6998409,-354.7413443,-626.1116835 +61027,-830.0645335,387.1526758,-705.91244,-351.0267717,-623.2071737 +61028,-821.2193508,402.4518725,-698.0597872,-348.0248834,-620.275931 +61029,-813.1735336,417.1000327,-692.1280189,-344.2340859,-615.0809698 +61030,-805.0465733,431.4587274,-683.1594846,-341.5555941,-612.8293827 +61031,-797.7539025,446.5661383,-676.1275427,-338.0802748,-608.279178 +61032,-788.5451368,460.1178914,-670.0607657,-334.1776903,-605.9807507 +61033,-781.1050271,474.3800884,-661.912854,-331.8160449,-601.3355125 +61034,-771.7118885,488.1437553,-653.6999358,-327.8439445,-598.9889204 +61035,-764.1241354,501.8030082,-648.5350512,-325.4399434,-594.2465254 +61036,-756.4698115,515.204451,-639.1722311,-320.990605,-591.048626 +61037,-747.7778596,528.2068014,-632.8859767,-318.5419326,-587.8212489 +61038,-739.0013464,541.7745976,-625.5062548,-314.838568,-584.5638057 +61039,-731.1296192,554.4231438,-618.0775964,-311.5167381,-580.4492502 +61040,-723.1907146,567.2911691,-611.6717192,-309.0069473,-577.1234047 +61041,-713.1720464,579.8599691,-603.0747482,-304.7874095,-573.7667611 +61042,-707.1118644,592.2980603,-596.5869412,-301.8077867,-570.3788683 +61043,-695.9010367,604.5704177,-590.0642689,-298.8065447,-566.9593843 +61044,-689.7342378,616.645271,-581.3127913,-294.9154421,-562.6402503 +61045,-680.411724,628.6617261,-575.8131583,-291.8646489,-560.8988586 +61046,-671.0047592,640.4419022,-566.9638621,-289.2324951,-555.6249568 +61047,-663.6311776,652.0613277,-561.4037023,-284.8092477,-552.9607092 +61048,-654.0755612,663.6308246,-552.4587777,-282.1348116,-549.3794482 +61049,-646.5862842,674.9194994,-546.8397637,-278.994525,-546.6716417 +61050,-636.8826296,686.2049614,-538.9348317,-275.3790225,-542.1162576 +61051,-628.1886895,696.8257398,-532.1251209,-272.1927994,-539.3578388 +61052,-620.5291643,707.3820123,-524.1412045,-268.9854514,-534.7177279 +61053,-611.7145156,717.6119575,-518.4136676,-265.7569709,-532.8470481 +61054,-601.7220299,727.8206742,-510.3591652,-262.0416038,-528.1313449 +61055,-595.017438,737.7101234,-503.4237512,-259.2376703,-526.2299541 +61056,-584.8937055,747.5490423,-496.4597897,-255.4752898,-521.4372949 +61057,-575.8304364,757.2331414,-488.8837672,-252.6363103,-518.5352823 +61058,-567.8515502,766.2035853,-482.4484969,-249.3051698,-514.6347472 +61059,-559.8268581,776.2692891,-474.8138389,-245.4736625,-511.6859181 +61060,-549.4426995,785.1083274,-468.3300657,-242.5836321,-507.7223171 +61061,-541.3169679,794.1856515,-460.0469493,-239.6792469,-504.7258446 +61062,-533.1484567,803.162858,-454.1106712,-235.295784,-500.6983526 +61063,-523.1723697,811.8826356,-446.9647805,-233.3381444,-498.6709475 +61064,-515.5033465,820.5148739,-439.7955352,-228.9101704,-493.561179 +61065,-504.8272452,828.9939511,-432.00381,-225.9418951,-490.4676514 +61066,-497.6751891,837.3399754,-425.9936171,-222.9606309,-487.8737962 +61067,-488.094972,845.546436,-418.1584551,-219.4659105,-483.1672638 +61068,-479.6730289,853.5706499,-411.5107837,-215.9540979,-481.0603348 +61069,-470.0044205,861.593311,-404.2405564,-212.9309133,-476.8174653 +61070,-461.5083238,869.4205405,-397.5603665,-209.3886362,-473.6103142 +61071,-452.3689899,876.9793002,-389.6467686,-206.3398868,-469.3006235 +61072,-443.8064585,884.6566208,-383.5467656,-203.0241552,-467.1316558 +61073,-434.5987167,892.0374508,-376.2121656,-199.6954496,-462.7641355 +61074,-432.7530522,905.055287,-382.9359437,-201.7451829,-459.4631563 +61075,-424.741154,913.2242445,-376.8236516,-199.6955172,-456.1403278 +61076,-416.0868181,920.8060368,-371.3142895,-196.3544054,-452.7955362 +61077,-406.7858086,928.2960885,-363.9557593,-193.5178848,-449.4286859 +61078,-398.7028281,935.3762719,-357.8138162,-189.895584,-444.9052265 +61079,-389.3516897,942.5542226,-351.6632182,-187.5603621,-443.1991143 +61080,-380.6021199,949.388955,-344.271525,-183.9169677,-438.0466048 +61081,-371.8328788,956.1163408,-338.103778,-181.0459164,-436.3182015 +61082,-362.4169695,962.62991,-331.3111495,-177.9056555,-432.8444546 +61083,-354.2411719,968.8397723,-324.5106946,-174.4944746,-429.9327391 +61084,-344.1601666,975.2768114,-317.7031098,-171.6011273,-427.005655 +61085,-335.9563734,981.3235469,-310.8890269,-168.4375691,-424.0631547 +61086,-326.4768558,987.351302,-304.0690282,-165.0024029,-421.6980415 +61087,-318.250953,993.1276198,-297.8643711,-162.0897969,-418.1315887 +61088,-308.1146877,999.0825085,-290.1025849,-158.6407965,-414.5430172 +61089,-299.2365297,1004.598326,-283.8894012,-155.7171522,-413.3421713 +61090,-290.3510608,1010.251577,-276.7402259,-152.2559239,-408.5128402 +61091,-281.4590905,1015.587628,-269.8984855,-149.3226256,-406.6918652 +61092,-271.9257963,1021.005889,-263.3650232,-145.8508249,-403.0330423 +61093,-262.7054997,1026.120279,-256.2065241,-142.6416793,-400.5816042 +61094,-253.7995483,1031.318667,-249.0457112,-139.6965505,-396.8858903 +61095,-244.5723676,1036.216231,-242.5059972,-135.9436959,-394.409954 +61096,-235.0243863,1041.198119,-235.3417832,-133.26055,-391.3011726 +61097,-226.4296118,1045.882103,-228.4878103,-129.5005514,-387.5504726 +61098,-216.8782605,1050.585241,-221.6328227,-126.5439186,-385.0380503 +61099,-207.6442791,1055.156223,-214.4653444,-123.3162526,-382.515867 +61100,-198.7280851,1059.66637,-207.60891,-119.8172861,-378.0784888 +61101,-189.1744461,1063.94269,-200.4403042,-116.855105,-376.1679333 +61102,-179.9390136,1068.360098,-193.5830623,-113.3526374,-372.330375 +61103,-171.0219141,1072.320486,-186.4138259,-110.1183134,-369.1160943 +61104,-161.4676859,1076.514522,-179.8678549,-106.8829499,-366.5341025 +61105,-152.5503929,1080.290508,-172.0747473,-103.5118314,-363.2931636 +61106,-142.9960722,1084.331936,-165.8403237,-100.2748532,-359.3846272 +61107,-134.0787416,1087.934577,-158.0470869,-96.90238826,-356.7674714 +61108,-124.5244119,1091.684155,-151.5008399,-93.79931316,-353.4829376 +61109,-115.4478376,1095.136136,-144.3310582,-90.29104568,-350.1839955 +61110,-106.2120173,1098.673194,-137.1612457,-87.0524148,-346.8708117 +61111,-97.13542573,1102.306588,-130.6149103,-83.94855678,-344.2101202 +61112,-88.53657151,1105.876729,-124.3803407,-81.11450722,-340.2020791 +61113,-82.16702276,1109.377465,-118.1457505,-77.87544692,-337.5190347 +61114,-75.00128123,1112.687476,-113.6256326,-75.04125288,-333.4778981 +61115,-68.15404177,1116.0732,-108.7938222,-71.93707404,-330.7730684 +61116,-61.14755619,1119.530853,-103.8061474,-68.96784706,-327.3798149 +61117,-54.14106296,1122.706468,-98.9743361,-65.99860642,-323.9731996 +61118,-46.97532882,1127.68737,-93.83077049,-62.89438244,-320.5534484 +61119,-40.12808319,1127.873691,-88.84308727,-60.19507467,-317.8083307 +61120,-33.1215921,1135.319088,-84.01128347,-57.76564082,-313.3298776 +61121,-25.9558587,1131.945061,-78.86773201,-55.47121609,-310.9097308 +61122,-18.94936997,1144.066841,-74.0359217,-53.17680366,-306.7465714 +61123,-12.10212058,1133.4807,-68.89236878,-50.74740567,-303.9614416 +61124,-1.5923841,1146.075686,-55.3321109,-44.67391041,-300.4690903 +61125,0,1129.001118,-48.78576782,-41.70464969,-296.2626295 +61126,0,1157.578946,-43.17462604,-38.87034833,-294.1532857 +61127,0,1121.445772,-37.7193504,-36.44096003,-289.2151714 +61128,0,1178.496106,-32.10820368,-33.47168144,-286.3837479 +61129,0,1109.443334,-26.80879244,-31.31223544,-283.1900451 +61130,0,1165.655033,-21.19764819,-28.34295526,-279.2747683 +61131,0,1163.053758,-16.0541045,-25.9135641,-275.704538 +61132,0,1130.940973,-10.59882579,-23.48417244,-272.124235 +61133,0,1160.159883,-5.143547385,-20.51489889,-269.252917 +61134,0,1178.617203,0,-18.35544969,-264.5737344 +61135,0,1121.439814,0,-15.65611736,-261.6865428 +61136,0,1175.118188,0,-13.0917504,-258.0693674 +61137,0,1155.38144,0,-10.52738581,-254.0803185 +61138,0,1160.719367,0,-7.963022867,-250.8090061 +61139,0,1161.693326,0,-5.398660346,-246.8017341 +61140,0,1162.967491,0,-2.969263879,-243.5160412 +61141,0,1164.192495,0,0,-238.7592314 +61142,0,1165.400096,0,0,-234.357593 +61143,0,1166.543106,0,0,-229.2100324 +61144,0,1167.60734,0,0,-225.5256449 +61145,0,1168.587644,0,0,-219.9877108 +61146,0,1169.48225,0,0,-215.9186518 +61147,0,1170.290688,0,0,-211.4724712 +61148,0,1171.011897,0,0,-206.2764208 +61149,0,1171.645844,0,0,-202.1877728 +61150,0,1172.192311,0,0,-197.3493359 +61151,0,1172.650872,0,0,-192.8775102 +61152,0,1173.021607,0,0,-188.4008114 +61153,0,1173.304197,0,0,-183.5460864 +61154,0,1173.498812,0,0,-178.6868154 +61155,0,1173.60526,0,0,-174.5720161 +61156,0,1173.623835,0,0,-169.7057159 +61157,0,1173.554435,0,0,-165.0236455 +61158,0,1173.397469,0,0,-160.339123 +61159,0,1173.152915,0,0,-155.8400186 +61160,0,1172.82125,0,0,-151.3392633 +61161,0,1172.402536,0,0,-146.274263 +61162,0,1171.89729,0,0,-141.9585659 +61163,0,1171.305611,0,0,-137.0789531 +61164,0,1170.628057,0,0,-132.5739753 +61165,0,1169.864743,0,0,-127.6929621 +61166,0,1169.016409,0,0,-123.1870028 +61167,0,1168.082579,0,0,-118.4929665 +61168,0,1167.064619,0,0,-113.6109163 +61169,0,1165.962119,0,0,-109.1042727 +61170,0,1164.77581,0,0,-104.4097385 +61171,0,1162.914916,0,0,-99.52734282 +61172,0,1160.852496,0,0,-95.02048944 +61173,0,1158.642908,0,0,-90.13803006 +61174,0,1156.229427,0,0,-85.44335126 +61175,0,1176.610485,0,0,-80.74866854 +61176,0,1117.906331,0,0,-76.05398027 +61177,0,1165.240076,0,0,-71.17149862 +61178,0,1155.858221,0,0,-66.47681168 +61179,0,1123.033517,0,0,-61.78212524 +61180,0,1168.486342,0,0,-57.08743452 +61181,0,1106.536972,0,0,-52.01716331 +61182,0,1165.693714,0,0,-47.69805532 +61183,0,1100.45035,0,0,-42.43999636 +61184,0,1152.798192,0,0,-38.12088677 +61185,0,1101.719154,0,0,-33.05061744 +61186,0,1133.955977,0,0,-28.35592698 +61187,0,1106.8366,0,0,-23.47344922 +61188,0,1115.876762,0,0,-18.77876055 +61189,0,1107.834969,0,0,-13.89628284 +61190,0,1104.583304,0,0,-9.201592972 +61191,0,1100.647001,0,0,-4.319114845 +61192,0,1096.560981,0,0,0 +61193,0,1092.403677,0,0,0 +61194,0,1088.16634,0,0,0 +61195,0,1083.849849,0,0,0 +61196,0,1079.52389,0,0,0 +61197,0,1074.954166,0,0,0 +61198,0,1070.456036,0,0,0 +61199,0,1065.755606,0,0,0 +61200,0,1061.158563,0,0,0 +61201,0,1056.05803,0,0,0 +61202,0,1050.921006,0,0,0 +61203,0,1045.76651,0,0,0 +61204,0,1040.378113,0,0,0 +61205,0,1035.067026,0,0,0 +61206,0,1029.630978,0,0,0 +61207,0,1024.140238,0,0,0 +61208,0,1018.585181,0,0,0 +61209,0,1012.966889,0,0,0 +61210,0,1007.286825,0,0,0 +61211,0,1001.545282,0,0,0 +61212,0,995.7436456,0,0,0 +61213,0,989.9458283,0,0,0 +61214,0,983.9355945,0,0,0 +61215,0,978.0032435,0,0,0 +61216,0,971.8951111,0,0,0 +61217,0,965.8954304,0,0,0 +61218,0,959.7667877,0,0,0 +61219,0,953.4853812,0,0,0 +61220,0,947.2743091,0,0,0 +61221,0,940.9548187,0,0,0 +61222,0,934.5931499,0,0,0 +61223,0,928.1761278,0,0,0 +61224,0,921.709832,0,0,0 +61225,0,915.2491218,0,0,0 +61226,0,908.5967856,0,0,0 +61227,0,902.0184863,0,0,0 +61228,0,895.281423,0,0,0 +61229,0,888.7051477,0,0,0 +61230,0,881.8149264,0,0,0 +61231,0,874.4962499,0,0,0 +61232,0,867.0803526,0,0,0 +61233,0,859.3933722,0,0,0 +61234,0,851.8876348,0,0,0 +61235,0,844.1962417,0,0,0 +61236,0,836.3615511,0,0,0 +61237,0,828.5707306,0,0,0 +61238,0,820.676205,0,0,0 +61239,0,812.729344,0,0,0 +61240,0,804.7819002,0,0,0 +61241,0,796.5992657,0,0,0 +61242,0,788.6594112,0,0,0 +61243,0,780.3886641,0,0,0 +61244,0,772.2335077,0,0,0 +61245,0,763.9832369,0,0,0 +61246,0,756.1826866,0,0,0 +61247,0,747.1275627,0,0,0 +61248,0,739.1692117,0,0,0 +61249,0,730.6660414,0,0,0 +61250,0,722.1936493,0,0,0 +61251,0,713.7948682,0,0,0 +61252,0,705.2674998,0,0,0 +61253,0,696.7041878,0,0,0 +61254,0,688.2175798,0,0,0 +61255,0,679.5665169,0,0,0 +61256,0,671.0334983,0,0,0 +61257,0,662.3827359,0,0,0 +61258,0,653.7045848,0,0,0 +61259,0,645.1063061,0,0,0 +61260,0,636.3601124,0,0,0 +61261,0,0,0,0,0 +61262,0,0,0,0,0 +61263,0,0,0,0,0 +61264,0,0,0,0,0 +61265,0,0,0,0,0 +61266,0,0,0,0,0 +61267,0,0,0,0,0 +61268,0,0,0,0,0 +61269,0,0,0,0,0 +61270,0,0,0,0,0 +61271,0,0,0,0,0 +61272,0,0,0,0,0 +61273,0,0,0,0,0 +61274,0,0,0,0,0 +61275,0,0,0,0,0 +61276,0,0,0,0,0 +61277,0,0,0,0,0 +61278,0,0,0,0,0 +61279,0,0,0,0,0 +61280,0,0,0,0,0 +61281,0,0,0,0,0 +61282,0,0,0,0,0 +61283,0,0,0,0,0 +61284,0,0,0,0,0 +61285,0,0,0,0,0 +61286,0,0,0,0,0 +61287,0,0,0,0,0 +61288,0,0,0,0,0 +61289,0,0,0,0,0 +61290,0,0,0,0,0 +61291,0,0,0,0,0 +61292,0,0,0,0,0 +61293,0,0,0,0,0 +61294,0,0,0,0,0 +61295,0,0,0,0,0 +61296,0,0,0,0,0 +61297,0,0,0,0,0 +61298,0,0,0,0,0 +61299,0,0,0,0,0 +61300,0,0,0,0,0 +61301,0,0,0,0,0 +61302,0,0,0,0,0 +61303,0,0,0,0,0 +61304,0,0,0,0,0 +61305,0,0,0,0,0 +61306,0,0,0,0,0 +61307,0,0,0,0,0 +61308,0,0,0,0,0 +61309,0,0,0,0,0 +61310,0,0,0,0,0 +61311,0,0,0,0,0 +61312,0,0,0,0,0 +61313,0,0,0,0,0 +61314,0,0,0,0,0 +61315,0,0,0,0,0 +61316,0,0,0,0,0 +61317,0,0,0,0,0 +61318,0,0,0,0,0 +61319,0,0,0,0,0 +61320,0,0,0,0,0 +61321,0,0,0,0,0 +61322,0,0,0,0,0 +61323,0,0,0,0,0 +61324,0,0,0,0,0 +61325,0,0,0,0,0 +61326,0,0,0,0,0 +61327,0,0,0,0,0 +61328,0,0,0,0,0 +61329,0,0,0,0,0 +61330,0,0,0,0,0 +61331,0,0,0,0,0 +61332,0,0,0,0,0 +61333,0,0,0,0,0 +61334,0,0,0,0,0 +61335,0,0,0,0,0 +61336,0,0,0,0,0 +61337,0,0,0,0,0 +61338,0,0,0,0,0 +61339,0,0,0,0,0 +61340,0,0,0,0,0 +61341,0,0,0,0,0 +61342,0,0,0,0,0 +61343,0,0,0,0,0 +61344,0,0,0,0,0 +61345,0,0,0,0,0 +61346,0,0,0,0,0 +61347,0,0,0,0,0 +61348,0,0,0,0,0 +61349,0,0,0,0,0 +61350,0,0,0,0,0 +61351,0,0,0,0,0 +61352,0,0,0,0,0 +61353,0,0,0,0,0 +61354,0,0,0,0,0 +61355,0,0,0,0,0 +61356,0,0,0,0,0 +61357,0,0,0,0,0 +61358,0,0,0,0,0 +61359,0,0,0,0,0 +61360,0,0,0,0,0 +61361,0,0,0,0,0 +61362,0,0,0,0,0 +61363,0,0,0,0,0 +61364,0,0,0,0,0 +61365,0,0,0,0,0 +61366,0,0,0,0,0 +61367,0,0,0,0,0 +61368,0,0,0,0,0 +61369,0,0,0,0,0 +61370,0,0,0,0,0 +61371,0,0,0,0,0 +61372,0,0,0,0,0 +61373,0,0,0,0,0 +61374,0,0,0,0,0 +61375,0,0,0,0,0 +61376,0,0,0,0,0 +61377,0,0,0,0,0 +61378,0,0,0,0,0 +61379,0,0,0,0,0 +61380,0,0,0,0,0 +61381,0,0,0,0,0 +61382,0,0,0,0,0 +61383,0,0,0,0,0 +61384,0,0,0,0,0 +61385,0,0,0,0,0 +61386,0,0,0,0,0 +61387,0,0,0,0,0 +61388,0,0,0,0,0 +61389,0,0,0,0,0 +61390,0,0,0,0,0 +61391,0,0,0,0,0 +61392,0,0,0,0,0 +61393,0,0,0,0,0 +61394,0,0,0,0,0 +61395,0,0,0,0,0 +61396,0,0,0,0,0 +61397,0,0,0,0,0 +61398,0,0,0,0,0 +61399,0,0,0,0,0 +61400,0,0,0,0,0 +61401,0,0,0,0,0 +61402,0,0,0,0,0 +61403,0,0,0,0,0 +61404,0,0,0,0,0 +61405,0,0,0,0,0 +61406,0,0,0,0,0 +61407,0,0,0,0,0 +61408,0,0,0,0,0 +61409,0,0,0,0,0 +61410,0,0,0,0,0 +61411,0,0,0,0,0 +61412,0,0,0,0,0 +61413,0,0,0,0,0 +61414,0,0,0,0,0 +61415,0,0,0,0,0 +61416,0,0,0,0,0 +61417,0,0,0,0,0 +61418,0,0,0,0,0 +61419,0,0,0,0,0 +61420,0,0,0,0,0 +61421,0,0,0,0,0 +61422,0,0,0,0,0 +61423,0,0,0,0,0 +61424,0,0,0,0,0 +61425,0,0,0,0,0 +61426,0,0,0,0,0 +61427,0,0,0,0,0 +61428,0,0,0,0,0 +61429,0,0,0,0,0 +61430,0,0,0,0,0 +61431,0,0,0,0,0 +61432,0,0,0,0,0 +61433,0,0,0,0,0 +61434,0,0,0,0,0 +61435,0,0,0,0,0 +61436,0,0,0,0,0 +61437,0,0,0,0,0 +61438,0,0,0,0,0 +61439,0,0,0,0,0 +61440,0,0,0,0,0 +61441,0,0,0,0,0 +61442,0,0,0,0,0 +61443,0,0,0,0,0 +61444,0,0,0,0,0 +61445,0,0,0,0,0 +61446,0,0,0,0,0 +61447,0,0,0,0,0 +61448,0,0,0,0,0 +61449,0,0,0,0,0 +61450,0,0,0,0,0 +61451,0,0,0,0,0 +61452,0,0,0,0,0 +61453,0,0,0,0,0 +61454,0,0,0,0,0 +61455,0,0,0,0,0 +61456,0,0,0,0,0 +61457,0,0,0,0,0 +61458,0,0,0,0,0 +61459,0,0,0,0,0 +61460,0,0,0,0,0 +61461,0,0,0,0,0 +61462,0,0,0,0,0 +61463,0,0,0,0,0 +61464,0,0,0,0,0 +61465,0,0,0,0,0 +61466,0,0,0,0,0 +61467,0,0,0,0,0 +61468,0,0,0,0,0 +61469,0,0,0,0,0 +61470,0,0,0,0,0 +61471,0,0,0,0,0 +61472,0,0,0,0,0 +61473,0,0,0,0,0 +61474,0,0,0,0,0 +61475,0,0,0,0,0 +61476,0,0,0,0,0 +61477,0,0,0,0,0 +61478,0,0,0,0,0 +61479,0,0,0,0,0 +61480,0,0,0,0,0 +61481,0,0,0,0,0 +61482,0,0,0,0,0 +61483,0,0,0,0,0 +61484,0,0,0,0,0 +61485,0,0,0,0,0 +61486,0,0,0,0,0 +61487,0,0,0,0,0 +61488,0,0,0,0,0 +61489,0,0,0,0,0 +61490,0,0,0,0,0 +61491,0,0,0,0,0 +61492,0,0,0,0,0 +61493,0,0,0,0,0 +61494,0,0,0,0,0 +61495,0,0,0,0,0 +61496,0,0,0,0,0 +61497,0,0,0,0,0 +61498,0,0,0,0,0 +61499,0,0,0,0,0 +61500,0,0,0,0,0 +61501,0,0,0,0,0 +61502,0,0,0,0,0 +61503,0,0,0,0,0 +61504,0,0,0,0,0 +61505,0,0,0,0,0 +61506,0,0,0,0,0 +61507,0,0,0,0,0 +61508,0,0,0,0,0 +61509,0,0,0,0,0 +61510,0,0,0,0,0 +61511,0,0,0,0,0 +61512,0,0,0,0,0 +61513,0,0,0,0,0 +61514,0,0,0,0,0 +61515,0,0,0,0,0 +61516,0,0,0,0,0 +61517,0,0,0,0,0 +61518,0,0,0,0,0 +61519,0,0,0,0,0 +61520,0,0,0,0,0 +61521,0,0,0,0,0 +61522,0,0,0,0,0 +61523,0,0,0,0,0 +61524,0,0,0,0,0 +61525,0,0,0,0,0 +61526,0,0,0,0,0 +61527,0,0,0,0,0 +61528,0,0,0,0,0 +61529,0,0,0,0,0 +61530,0,0,0,0,0 +61531,0,0,0,0,0 +61532,0,0,0,0,0 +61533,0,0,0,0,0 +61534,0,0,0,0,0 +61535,0,0,0,0,0 +61536,0,0,0,0,0 +61537,0,0,0,0,0 +61538,0,0,0,0,0 +61539,0,0,0,0,0 +61540,0,0,0,0,0 +61541,0,0,0,0,0 +61542,0,0,0,0,0 +61543,0,0,0,0,0 +61544,0,0,0,0,0 +61545,0,0,0,0,0 +61546,0,0,0,0,0 +61547,0,0,0,0,0 +61548,0,0,0,0,0 +61549,0,0,0,0,0 +61550,0,0,0,0,0 +61551,0,0,0,0,0 +61552,0,0,0,0,0 +61553,0,0,0,0,0 +61554,0,0,0,0,0 +61555,0,0,0,0,0 +61556,0,0,0,0,0 +61557,0,0,0,0,0 +61558,0,0,0,0,0 +61559,0,0,0,0,0 +61560,0,0,0,0,0 +61561,0,0,0,0,0 +61562,0,0,0,0,0 +61563,0,0,0,0,0 +61564,0,0,0,0,0 +61565,0,0,0,0,0 +61566,0,0,0,0,0 +61567,0,0,0,0,0 +61568,0,0,0,0,0 +61569,0,0,0,0,0 +61570,0,0,0,0,0 +61571,0,0,0,0,0 +61572,0,0,0,0,0 +61573,0,0,0,0,0 +61574,0,0,0,0,0 +61575,0,0,0,0,0 +61576,0,0,0,0,0 +61577,0,0,0,0,0 +61578,0,0,0,0,0 +61579,0,0,0,0,0 +61580,0,0,0,0,0 +61581,0,0,0,0,0 +61582,0,0,0,0,0 +61583,0,0,0,0,0 +61584,0,0,0,0,0 +61585,0,0,0,0,0 +61586,0,0,0,0,0 +61587,0,0,0,0,0 +61588,0,0,0,0,0 +61589,0,0,0,0,0 +61590,0,0,0,0,0 +61591,0,0,0,0,0 +61592,0,0,0,0,0 +61593,0,0,0,0,0 +61594,0,0,0,0,0 +61595,0,0,0,0,0 +61596,0,0,0,0,0 +61597,0,0,0,0,0 +61598,0,0,0,0,0 +61599,0,0,0,0,0 +61600,0,0,0,0,0 +61601,0,0,0,0,0 +61602,0,0,0,0,0 +61603,0,0,0,0,0 +61604,0,0,0,0,0 +61605,0,0,0,0,0 +61606,0,0,0,0,0 +61607,0,0,0,0,0 +61608,0,0,0,0,0 +61609,0,0,0,0,0 +61610,0,0,0,0,0 +61611,0,0,0,0,0 +61612,0,0,0,0,0 +61613,0,0,0,0,0 +61614,0,0,0,0,0 +61615,0,0,0,0,0 +61616,0,0,0,0,0 +61617,0,0,0,0,0 +61618,0,0,0,0,0 +61619,0,0,0,0,0 +61620,0,0,0,0,0 +61621,0,0,0,0,0 +61622,0,0,0,0,0 +61623,0,0,0,0,0 +61624,0,0,0,0,0 +61625,0,0,0,0,0 +61626,0,0,0,0,0 +61627,0,0,0,0,0 +61628,0,0,0,0,0 +61629,0,0,0,0,0 +61630,0,0,0,0,0 +61631,0,0,0,0,0 +61632,0,0,0,0,0 +61633,0,0,0,0,0 +61634,0,0,0,0,0 +61635,0,0,0,0,0 +61636,0,0,0,0,0 +61637,0,0,0,0,0 +61638,0,0,0,0,0 +61639,0,0,0,0,0 +61640,0,0,0,0,0 +61641,0,0,0,0,0 +61642,0,0,0,0,0 +61643,0,0,0,0,0 +61644,0,0,0,0,0 +61645,0,0,0,0,0 +61646,0,0,0,0,0 +61647,0,0,0,0,0 +61648,0,0,0,0,0 +61649,0,0,0,0,0 +61650,0,0,0,0,0 +61651,0,0,0,0,0 +61652,0,0,0,0,0 +61653,0,0,0,0,0 +61654,0,0,0,0,0 +61655,0,0,0,0,0 +61656,0,0,0,0,0 +61657,0,0,0,0,0 +61658,0,0,0,0,0 +61659,0,0,0,0,0 +61660,0,0,0,0,0 +61661,0,0,0,0,0 +61662,0,0,0,0,0 +61663,0,0,0,0,0 +61664,0,0,0,0,0 +61665,0,0,0,0,0 +61666,0,0,0,0,0 +61667,0,0,0,0,0 +61668,0,0,0,0,0 +61669,0,0,0,0,0 +61670,0,0,0,0,0 +61671,0,0,0,0,0 +61672,0,0,0,0,0 +61673,0,0,0,0,0 +61674,0,0,0,0,0 +61675,0,0,0,0,0 +61676,0,0,0,0,0 +61677,0,0,0,0,0 +61678,0,0,0,0,0 +61679,0,0,0,0,0 +61680,0,0,0,0,0 +61681,0,0,0,0,0 +61682,0,0,0,0,0 +61683,0,0,0,0,0 +61684,0,0,0,0,0 +61685,0,0,0,0,0 +61686,0,0,0,0,0 +61687,0,0,0,0,0 +61688,0,0,0,0,0 +61689,0,0,0,0,0 +61690,0,0,0,0,0 +61691,0,0,0,0,0 +61692,0,0,0,0,0 +61693,0,0,0,0,0 +61694,0,0,0,0,0 +61695,0,0,0,0,0 +61696,0,0,0,0,0 +61697,0,0,0,0,0 +61698,0,0,0,0,0 +61699,0,0,0,0,0 +61700,0,0,0,0,0 +61701,0,0,0,0,0 +61702,0,0,0,0,0 +61703,0,0,0,0,0 +61704,0,0,0,0,0 +61705,0,0,0,0,0 +61706,0,0,0,0,0 +61707,0,0,0,0,0 +61708,0,0,0,0,0 +61709,0,0,0,0,0 +61710,0,0,0,0,0 +61711,0,0,0,0,0 +61712,0,0,0,0,0 +61713,0,0,0,0,0 +61714,0,0,0,0,0 +61715,0,0,0,0,0 +61716,0,0,0,0,0 +61717,0,0,0,0,0 +61718,0,0,0,0,0 +61719,0,0,0,0,0 +61720,0,0,0,0,0 +61721,0,0,0,0,0 +61722,0,0,0,0,0 +61723,0,0,0,0,0 +61724,0,0,0,0,0 +61725,0,0,0,0,0 +61726,0,0,0,0,0 +61727,0,0,0,0,0 +61728,0,0,0,0,0 +61729,0,0,0,0,0 +61730,0,0,0,0,0 +61731,0,0,0,0,0 +61732,0,0,0,0,0 +61733,0,0,0,0,0 +61734,0,0,0,0,0 +61735,0,0,0,0,0 +61736,0,0,0,0,0 +61737,0,0,0,0,0 +61738,0,0,0,0,0 +61739,0,0,0,0,0 +61740,0,0,0,0,0 +61741,0,0,0,0,0 +61742,0,0,0,0,0 +61743,0,0,0,0,0 +61744,0,0,0,0,0 +61745,0,0,0,0,0 +61746,0,0,0,0,0 +61747,0,0,0,0,0 +61748,0,0,0,0,0 +61749,0,0,0,0,0 +61750,0,0,0,0,0 +61751,0,0,0,0,0 +61752,0,0,0,0,0 +61753,0,0,0,0,0 +61754,0,0,0,0,0 +61755,0,0,0,0,0 +61756,0,0,0,0,0 +61757,0,0,0,0,0 +61758,0,0,0,0,0 +61759,0,0,0,0,0 +61760,0,0,0,0,0 +61761,0,0,0,0,0 +61762,0,0,0,0,0 +61763,0,0,0,0,0 +61764,0,0,0,0,0 +61765,0,0,0,0,0 +61766,0,0,0,0,0 +61767,0,0,0,0,0 +61768,0,0,0,0,0 +61769,0,0,0,0,0 +61770,0,0,0,0,0 +61771,0,0,0,0,0 +61772,0,0,0,0,0 +61773,0,0,0,0,0 +61774,0,0,0,0,0 +61775,0,0,0,0,0 +61776,0,0,0,0,0 +61777,0,0,0,0,0 +61778,0,0,0,0,0 +61779,0,0,0,0,0 +61780,0,0,0,0,0 +61781,0,0,0,0,0 +61782,0,0,0,0,0 +61783,0,0,0,0,0 +61784,0,0,0,0,0 +61785,0,0,0,0,0 +61786,0,0,0,0,0 +61787,0,0,0,0,0 +61788,0,0,0,0,0 +61789,0,0,0,0,0 +61790,0,0,0,0,0 +61791,0,0,0,0,0 +61792,0,0,0,0,0 +61793,0,0,0,0,0 +61794,0,0,0,0,0 +61795,0,0,0,0,0 +61796,0,0,0,0,0 +61797,0,0,0,0,0 +61798,0,0,0,0,0 +61799,0,0,0,0,0 +61800,0,0,0,0,0 +61801,0,0,0,0,0 +61802,0,0,0,0,0 +61803,0,0,0,0,0 +61804,0,0,0,0,0 +61805,0,0,0,0,0 +61806,0,0,0,0,0 +61807,0,0,0,0,0 +61808,0,0,0,0,0 +61809,0,0,0,0,0 +61810,0,0,0,0,0 +61811,0,0,0,0,0 +61812,0,0,0,0,0 +61813,0,0,0,0,0 +61814,0,0,0,0,0 +61815,0,0,0,0,0 +61816,0,0,0,0,0 +61817,0,0,0,0,0 +61818,0,0,0,0,0 +61819,0,0,0,0,0 +61820,0,0,0,0,0 +61821,0,0,0,0,0 +61822,0,0,0,0,0 +61823,0,0,0,0,0 +61824,0,0,0,0,0 +61825,0,0,0,0,0 +61826,0,0,0,0,0 +61827,0,0,0,0,0 +61828,0,0,0,0,0 +61829,0,0,0,0,0 +61830,0,0,0,0,0 +61831,0,0,0,0,0 +61832,0,0,0,0,0 +61833,0,0,0,0,0 +61834,0,0,0,0,0 +61835,0,0,0,0,0 +61836,0,0,0,0,0 +61837,0,0,0,0,0 +61838,0,0,0,0,0 +61839,0,0,0,0,0 +61840,0,0,0,0,0 +61841,0,0,0,0,0 +61842,0,0,0,0,0 +61843,0,0,0,0,0 +61844,0,0,0,0,0 +61845,0,0,0,0,0 +61846,0,0,0,0,0 +61847,0,0,0,0,0 +61848,0,0,0,0,0 +61849,0,0,0,0,0 +61850,0,0,0,0,0 +61851,0,0,0,0,0 +61852,0,0,0,0,0 +61853,0,0,0,0,0 +61854,0,0,0,0,0 +61855,0,0,0,0,0 +61856,0,0,0,0,0 +61857,0,0,0,0,0 +61858,0,0,0,0,0 +61859,0,0,0,0,0 +61860,0,0,0,0,0 +61861,0,0,0,0,0 +61862,0,0,0,0,0 +61863,0,0,0,0,0 +61864,0,0,0,0,0 +61865,0,0,0,0,0 +61866,0,0,0,0,0 +61867,0,0,0,0,0 +61868,0,0,0,0,0 +61869,0,0,0,0,0 +61870,0,0,0,0,0 +61871,0,0,0,0,0 +61872,0,0,0,0,0 +61873,0,0,0,0,0 +61874,0,0,0,0,0 +61875,0,0,0,0,0 +61876,0,0,0,0,0 +61877,0,0,0,0,0 +61878,0,0,0,0,0 +61879,0,0,0,0,0 +61880,0,0,0,0,0 +61881,0,0,0,0,0 +61882,0,0,0,0,0 +61883,0,0,0,0,0 +61884,0,0,0,0,0 +61885,0,0,0,0,0 +61886,0,0,0,0,0 +61887,0,0,0,0,0 +61888,0,0,0,0,0 +61889,0,0,0,0,0 +61890,0,0,0,0,0 +61891,0,0,0,0,0 +61892,0,0,0,0,0 +61893,0,0,0,0,0 +61894,0,0,0,0,0 +61895,0,0,0,0,0 +61896,0,0,0,0,0 +61897,0,0,0,0,0 +61898,0,0,0,0,0 +61899,0,0,0,0,0 +61900,0,0,0,0,0 +61901,0,0,0,0,0 +61902,0,0,0,0,0 +61903,0,0,0,0,0 +61904,0,0,0,0,0 +61905,0,0,0,0,0 +61906,0,0,0,0,0 +61907,0,0,0,0,0 +61908,0,0,0,0,0 +61909,0,0,0,0,0 +61910,0,0,0,0,0 +61911,0,0,0,0,0 +61912,0,0,0,0,0 +61913,0,0,0,0,0 +61914,0,0,0,0,0 +61915,0,0,0,0,0 +61916,0,0,0,0,0 +61917,0,0,0,0,0 +61918,0,0,0,0,0 +61919,0,0,0,0,0 +61920,0,0,0,0,0 +61921,0,0,0,0,0 +61922,0,0,0,0,0 +61923,0,0,0,0,0 +61924,0,0,0,0,0 +61925,0,0,0,0,0 +61926,0,0,0,0,0 +61927,0,0,0,0,0 +61928,0,0,0,0,0 +61929,0,0,0,0,0 +61930,0,0,0,0,0 +61931,0,0,0,0,0 +61932,0,0,0,0,0 +61933,0,0,0,0,0 +61934,0,0,0,0,0 +61935,0,0,0,0,0 +61936,0,0,0,0,0 +61937,0,0,0,0,0 +61938,0,0,0,0,0 +61939,0,0,0,0,0 +61940,0,0,0,0,0 +61941,0,0,0,0,0 +61942,0,0,0,0,0 +61943,0,0,0,0,0 +61944,0,0,0,0,0 +61945,0,0,0,0,0 +61946,0,0,0,0,0 +61947,0,0,0,0,0 +61948,0,0,0,0,0 +61949,0,0,0,0,0 +61950,0,0,0,0,0 +61951,0,0,0,0,0 +61952,0,0,0,0,0 +61953,0,0,0,0,0 +61954,0,0,0,0,0 +61955,0,0,0,0,0 +61956,0,0,0,0,0 +61957,0,0,0,0,0 +61958,0,0,0,0,0 +61959,0,0,0,0,0 +61960,0,0,0,0,0 +61961,0,0,0,0,0 +61962,0,0,0,0,0 +61963,0,0,0,0,0 +61964,0,0,0,0,0 +61965,0,0,0,0,0 +61966,0,0,0,0,0 +61967,0,0,0,0,0 +61968,0,0,0,0,0 +61969,0,0,0,0,0 +61970,0,0,0,0,0 +61971,0,0,0,0,0 +61972,0,0,0,0,0 +61973,0,0,0,0,0 +61974,0,0,0,0,0 +61975,0,0,0,0,0 +61976,0,0,0,0,0 +61977,0,0,0,0,0 +61978,0,0,0,0,0 +61979,0,0,0,0,0 +61980,0,0,0,0,0 +61981,0,0,0,0,0 +61982,0,0,0,0,0 +61983,0,0,0,0,0 +61984,0,0,0,0,0 +61985,0,0,0,0,0 +61986,0,0,0,0,0 +61987,0,0,0,0,0 +61988,0,0,0,0,0 +61989,0,0,0,0,0 +61990,0,0,0,0,0 +61991,0,0,0,0,0 +61992,0,0,0,0,0 +61993,0,0,0,0,0 +61994,0,0,0,0,0 +61995,0,0,0,0,0 +61996,0,0,0,0,0 +61997,0,0,0,0,0 +61998,0,0,0,0,0 +61999,0,0,0,0,0 +62000,0,0,0,0,0 +62001,0,0,0,0,0 +62002,0,0,0,0,0 +62003,0,0,0,0,0 +62004,0,0,0,0,0 +62005,0,0,0,0,0 +62006,0,0,0,0,0 +62007,0,0,0,0,0 +62008,0,0,0,0,0 +62009,0,0,0,0,0 +62010,0,0,0,0,0 +62011,0,0,0,0,0 +62012,0,0,0,0,0 +62013,0,0,0,0,0 +62014,0,0,0,0,0 +62015,0,0,0,0,0 +62016,0,0,0,0,0 +62017,0,0,0,0,0 +62018,0,0,0,0,0 +62019,0,0,0,0,0 +62020,0,0,0,0,0 +62021,0,0,0,0,0 +62022,0,0,0,0,0 +62023,0,0,0,0,0 +62024,0,0,0,0,0 +62025,0,0,0,0,0 +62026,0,0,0,0,0 +62027,0,0,0,0,0 +62028,0,0,0,0,0 +62029,0,0,0,0,0 +62030,0,0,0,0,0 +62031,0,0,0,0,0 +62032,0,0,0,0,0 +62033,0,0,0,0,0 +62034,0,0,0,0,0 +62035,0,0,0,0,0 +62036,0,0,0,0,0 +62037,0,0,0,0,0 +62038,0,0,0,0,0 +62039,0,0,0,0,0 +62040,0,0,0,0,0 +62041,0,0,0,0,0 +62042,0,0,0,0,0 +62043,0,0,0,0,0 +62044,0,0,0,0,0 +62045,0,0,0,0,0 +62046,0,0,0,0,0 +62047,0,0,0,0,0 +62048,0,0,0,0,0 +62049,0,0,0,0,0 +62050,0,0,0,0,0 +62051,0,0,0,0,0 +62052,0,0,0,0,0 +62053,0,0,0,0,0 +62054,0,0,0,0,0 +62055,0,0,0,0,0 +62056,0,0,0,0,0 +62057,0,0,0,0,0 +62058,0,0,0,0,0 +62059,0,0,0,0,0 +62060,0,0,0,0,0 +62061,0,0,0,0,0 +62062,0,0,0,0,0 +62063,0,0,0,0,0 +62064,0,0,0,0,0 +62065,0,0,0,0,0 +62066,0,0,0,0,0 +62067,0,0,0,0,0 +62068,0,0,0,0,0 +62069,0,0,0,0,0 +62070,0,0,0,0,0 +62071,0,0,0,0,0 +62072,0,0,0,0,0 +62073,0,0,0,0,0 +62074,0,0,0,0,0 +62075,0,0,0,0,0 +62076,0,0,0,0,0 +62077,0,0,0,0,0 +62078,0,0,0,0,0 +62079,0,0,0,0,0 +62080,0,0,0,0,0 +62081,0,0,0,0,0 +62082,0,0,0,0,0 +62083,0,0,0,0,0 +62084,0,0,0,0,0 +62085,0,0,0,0,0 +62086,0,0,0,0,0 +62087,0,0,0,0,0 +62088,0,0,0,0,0 +62089,0,0,0,0,0 +62090,0,0,0,0,0 +62091,0,0,0,0,0 +62092,0,0,0,0,0 +62093,0,0,0,0,0 +62094,0,0,0,0,0 +62095,0,0,0,0,0 +62096,0,0,0,0,0 +62097,0,0,0,0,0 +62098,0,0,0,0,0 +62099,0,0,0,0,0 +62100,0,0,0,0,0 +62101,0,0,0,0,0 +62102,0,0,0,0,0 +62103,0,0,0,0,0 +62104,0,0,0,0,0 +62105,0,0,0,0,0 +62106,0,0,0,0,0 +62107,0,0,0,0,0 +62108,0,0,0,0,0 +62109,0,0,0,0,0 +62110,0,0,0,0,0 +62111,0,0,0,0,0 +62112,0,0,0,0,0 +62113,0,0,0,0,0 +62114,0,0,0,0,0 +62115,0,0,0,0,0 +62116,0,0,0,0,0 +62117,0,0,0,0,0 +62118,0,0,0,0,0 +62119,0,0,0,0,0 +62120,0,0,0,0,0 +62121,0,0,0,0,0 +62122,0,0,0,0,0 +62123,0,0,0,0,0 +62124,0,0,0,0,0 +62125,0,0,0,0,0 +62126,0,0,0,0,0 +62127,0,0,0,0,0 +62128,0,0,0,0,0 +62129,0,0,0,0,0 +62130,0,0,0,0,0 +62131,0,0,0,0,0 +62132,0,0,0,0,0 +62133,0,0,0,0,0 +62134,0,0,0,0,0 +62135,0,0,0,0,0 +62136,0,0,0,0,0 +62137,0,0,0,0,0 +62138,0,0,0,0,0 +62139,0,0,0,0,0 +62140,0,0,0,0,0 +62141,0,0,0,0,0 +62142,0,0,0,0,0 +62143,0,0,0,0,0 +62144,0,0,0,0,0 +62145,0,0,0,0,0 +62146,0,0,0,0,0 +62147,0,0,0,0,0 +62148,0,0,0,0,0 +62149,0,0,0,0,0 +62150,0,0,0,0,0 +62151,0,0,0,0,0 +62152,0,0,0,0,0 +62153,0,0,0,0,0 +62154,0,0,0,0,0 +62155,0,0,0,0,0 +62156,0,0,0,0,0 +62157,0,0,0,0,0 +62158,0,0,0,0,0 +62159,0,0,0,0,0 +62160,0,0,0,0,0 +62161,0,0,0,0,0 +62162,0,0,0,0,0 +62163,0,0,0,0,0 +62164,0,0,0,0,0 +62165,0,0,0,0,0 +62166,0,0,0,0,0 +62167,0,0,0,0,0 +62168,0,0,0,0,0 +62169,0,0,0,0,0 +62170,0,0,0,0,0 +62171,0,0,0,0,0 +62172,0,0,0,0,0 +62173,0,0,0,0,0 +62174,0,0,0,0,0 +62175,0,0,0,0,0 +62176,0,0,0,0,0 +62177,0,0,0,0,0 +62178,0,0,0,0,0 +62179,0,0,0,0,0 +62180,0,0,0,0,0 +62181,0,0,0,0,0 +62182,0,0,0,0,0 +62183,0,0,0,0,0 +62184,0,0,0,0,0 +62185,0,0,0,0,0 +62186,0,0,0,0,0 +62187,0,0,0,0,0 +62188,0,0,0,0,0 +62189,0,0,0,0,0 +62190,0,0,0,0,0 +62191,0,0,0,0,0 +62192,0,0,0,0,0 +62193,0,0,0,0,0 +62194,0,0,0,0,0 +62195,0,0,0,0,0 +62196,0,0,0,0,0 +62197,0,0,0,0,0 +62198,0,0,0,0,0 +62199,0,0,0,0,0 +62200,0,0,0,0,0 +62201,0,0,0,0,0 +62202,0,0,0,0,0 +62203,0,0,0,0,0 +62204,0,0,0,0,0 +62205,0,0,0,0,0 +62206,0,0,0,0,0 +62207,0,0,0,0,0 +62208,0,0,0,0,0 +62209,0,0,0,0,0 +62210,0,0,0,0,0 +62211,0,0,0,0,0 +62212,0,0,0,0,0 +62213,0,0,0,0,0 +62214,0,0,0,0,0 +62215,0,0,0,0,0 +62216,0,0,0,0,0 +62217,0,0,0,0,0 +62218,0,0,0,0,0 +62219,0,0,0,0,0 +62220,0,0,0,0,0 +62221,0,0,0,0,0 +62222,0,0,0,0,0 +62223,0,0,0,0,0 +62224,0,0,0,0,0 +62225,0,0,0,0,0 +62226,0,0,0,0,0 +62227,0,0,0,0,0 +62228,0,0,0,0,0 +62229,0,0,0,0,0 +62230,0,0,0,0,0 +62231,0,0,0,0,0 +62232,0,0,0,0,0 +62233,0,0,0,0,0 +62234,0,0,0,0,0 +62235,0,0,0,0,0 +62236,0,0,0,0,0 +62237,0,0,0,0,0 +62238,0,0,0,0,0 +62239,0,0,0,0,0 +62240,0,0,0,0,0 +62241,0,0,0,0,0 +62242,0,0,0,0,0 +62243,0,0,0,0,0 +62244,0,0,0,0,0 +62245,0,0,0,0,0 +62246,0,0,0,0,0 +62247,0,0,0,0,0 +62248,0,0,0,0,0 +62249,0,0,0,0,0 +62250,0,0,0,0,0 +62251,0,0,0,0,0 +62252,0,0,0,0,0 +62253,0,0,0,0,0 +62254,0,0,0,0,0 +62255,0,0,0,0,0 +62256,0,0,0,0,0 +62257,0,0,0,0,0 +62258,0,0,0,0,0 +62259,0,0,0,0,0 +62260,0,0,0,0,0 +62261,0,0,0,0,0 +62262,0,0,0,0,0 +62263,0,0,0,0,0 +62264,0,0,0,0,0 +62265,0,0,0,0,0 +62266,0,0,0,0,0 +62267,0,0,0,0,0 +62268,0,0,0,0,0 +62269,0,0,0,0,0 +62270,0,0,0,0,0 +62271,0,0,0,0,0 +62272,0,0,0,0,0 +62273,0,0,0,0,0 +62274,0,0,0,0,0 +62275,0,0,0,0,0 +62276,0,0,0,0,0 +62277,0,0,0,0,0 +62278,0,0,0,0,0 +62279,0,0,0,0,0 +62280,0,0,0,0,0 +62281,0,0,0,0,0 +62282,0,0,0,0,0 +62283,0,0,0,0,0 +62284,0,0,0,0,0 +62285,0,0,0,0,0 +62286,0,0,0,0,0 +62287,0,0,0,0,0 +62288,0,0,0,0,0 +62289,0,0,0,0,0 +62290,0,0,0,0,0 +62291,0,0,0,0,0 +62292,0,0,0,0,0 +62293,0,0,0,0,0 +62294,0,0,0,0,0 +62295,0,0,0,0,0 +62296,0,0,0,0,0 +62297,0,0,0,0,0 +62298,0,0,0,0,0 +62299,0,0,0,0,0 +62300,0,0,0,0,0 +62301,0,0,0,0,0 +62302,0,0,0,0,0 +62303,0,0,0,0,0 +62304,0,0,0,0,0 +62305,0,0,0,0,0 +62306,0,0,0,0,0 +62307,0,0,0,0,0 +62308,0,0,0,0,0 +62309,0,0,0,0,0 +62310,0,0,0,0,0 +62311,0,0,0,0,0 +62312,0,0,0,0,0 +62313,0,0,0,0,0 +62314,0,0,0,0,0 +62315,0,0,0,0,0 +62316,0,0,0,0,0 +62317,0,0,0,0,0 +62318,0,0,0,0,0 +62319,0,0,0,0,0 +62320,0,0,0,0,0 +62321,0,0,0,0,0 +62322,0,0,0,0,0 +62323,0,0,0,0,0 +62324,0,0,0,0,0 +62325,0,0,0,0,0 +62326,0,0,0,0,0 +62327,0,0,0,0,0 +62328,0,0,0,0,0 +62329,0,0,0,0,0 +62330,0,0,0,0,0 +62331,0,0,0,0,0 +62332,0,0,0,0,0 +62333,0,0,0,0,0 +62334,0,0,0,0,0 +62335,0,0,0,0,0 +62336,0,0,0,0,0 +62337,0,0,0,0,0 +62338,0,0,0,0,0 +62339,0,0,0,0,0 +62340,0,0,0,0,0 +62341,-1310.524028,-639.9073974,-1282.834943,-639.7495233,-114.89527 +62342,-1404.155583,-659.0529433,-1378.179393,-658.898247,-265.3268543 +62343,-1511.114891,-679.0531922,-1483.625855,-678.9030428,-433.4632839 +62344,-1629.353755,-706.9967729,-1600.34902,-706.8513432,-610.0279464 +62345,-1966.764682,-832.3375345,-1933.979638,-832.1957339,-1321.776201 +62346,-1586.008114,-662.5561673,-1555.791781,-662.418045,-729.3782421 +62347,-1868.522161,-792.7303686,-1838.951909,-792.5963136,-1259.065148 +62348,-1675.57028,-706.2328842,-1645.757027,-706.1026829,-904.5084059 +62349,-1857.60572,-790.4047164,-1827.531714,-790.2782782,-1243.180771 +62350,-1738.245588,-737.1046992,-1707.685803,-736.981831,-1021.580573 +62351,-1838.258446,-782.3927581,-1806.537243,-782.2735285,-1156.51089 +62352,-1897.068003,-809.6484209,-1864.78652,-809.5325692,-1248.296686 +62353,-1890.657468,-807.5613326,-1858.129152,-807.4486332,-1237.672214 +62354,-1878.30181,-802.886364,-1845.670801,-802.7766778,-1223.304169 +62355,-1864.478401,-797.5569497,-1831.799,-797.4501913,-1208.40462 +62356,-1851.213698,-792.4373739,-1818.497623,-792.3334765,-1194.402027 +62357,-1839.164909,-787.8002362,-1806.414709,-787.6991333,-1181.693971 +62358,-1828.416061,-783.6727443,-1795.622071,-783.5743656,-1170.266888 +62359,-1818.84699,-780.0013283,-1786.010595,-779.9055998,-1159.992984 +62360,-1747.056446,-772.9307825,-1764.732114,-776.3230678,-1150.714912 +62361,-1460.396469,-491.4546198,-1237.845214,-769.9673372,-1130.628476 +62362,-1619.130572,-543.5892359,-1527.166238,-744.7848354,-1035.000157 +62363,-1545.170674,-552.1006737,-1422.697129,-735.7600106,-1085.738626 +62364,-1528.394561,-528.190861,-1413.817582,-643.8308286,-743.6081305 +62365,-1531.258561,-521.3100586,-1393.680474,-711.9465157,-1051.73563 +62366,-1497.373892,-513.2919501,-1385.289862,-678.3355442,-1004.264431 +62367,-1354.219697,-509.0126126,-1318.328375,-566.970333,-524.8569129 +62368,-1532.763452,-501.8632386,-1435.117277,-646.3519877,-752.4404938 +62369,-1589.537875,-497.2588367,-1309.449984,-713.359837,-1057.985762 +62370,-1372.110762,-490.4379973,-1341.782404,-606.9558986,-636.9181006 +62371,-1461.512874,-482.3235282,-1322.592868,-656.1486244,-771.5955034 +62372,-1432.831573,-474.9663822,-1306.276847,-680.9198765,-838.5622658 +62373,-1417.074409,-464.677263,-1296.099104,-716.4892379,-1070.742082 +62374,-1404.920591,-457.9456603,-1283.071436,-628.105143,-999.7666155 +62375,-1274.168346,-447.643828,-1238.8381,-527.6982311,-418.3186466 +62376,-1563.892043,-441.657153,-1305.615259,-676.5559078,-1011.447224 +62377,-1288.376383,-430.7657814,-1224.702225,-647.1678498,-970.3265693 +62378,-1221.567895,-423.420711,-1187.916767,-505.738791,-358.7133594 +62379,-1430.69964,-415.9630268,-1301.754387,-597.3263027,-617.3662489 +62380,-1463.26743,-406.24426,-1177.051609,-692.9472082,-1040.698963 +62381,-1249.658951,-399.6354947,-1209.207708,-557.5100516,-504.6445677 +62382,-1346.353909,-389.4103391,-1192.829943,-609.0616898,-653.1422223 +62383,-1314.343723,-382.8936826,-1178.886922,-571.1280276,-1044.604909 +62384,-1294.047184,-373.3438981,-1171.709587,-537.8853766,-445.3101515 +62385,-1312.719371,-368.8799478,-1160.75283,-603.5319801,-623.801072 +62386,-1280.796117,-363.4318988,-1153.315979,-578.1996652,-708.3740001 +62387,-1277.609556,-358.7091959,-1142.175661,-546.5847689,-742.4154706 +62388,-1266.333104,-330.9382693,-1126.07643,-558.1468826,-1056.930267 +62389,-1256.534552,-323.6200278,-1111.784296,-533.1319566,-426.721469 +62390,-1248.354757,-317.4571019,-1106.981792,-568.2619172,-589.5758908 +62391,-1240.042412,-310.2233449,-1096.920372,-527.5065613,-674.6039421 +62392,-1229.986969,-304.8111109,-1088.250088,-537.1898281,-1043.561002 +62393,-1223.592651,-297.6603856,-1080.498302,-521.1152385,-394.4149878 +62394,-1214.05488,-291.8174498,-1071.400551,-537.8545282,-996.0910546 +62395,-1208.590253,-285.5185581,-1065.091818,-514.7700908,-924.3052271 +62396,-1046.260739,-278.7096189,-1017.568868,-437.5615625,-170.1836857 +62397,-1413.464525,-271.9019424,-1100.957983,-628.4430781,-954.3991672 +62398,-1079.144407,-266.6157645,-1015.216036,-452.2149943,-874.5852353 +62399,-1199.25778,-259.3753345,-1037.498333,-515.0123373,-767.4548249 +62400,-1168.601189,-252.9797579,-1024.412249,-499.3029165,-698.3760306 +62401,-2.114433397,250.4287434,142.3354797,17.43596209,-26.86119489 +62402,35.50450627,39.8232394,87.09039793,35.282451,-847.1988207 +62403,105.3266146,87.01692875,183.5060459,67.32702651,-283.6710766 +62404,34.75381226,96.70427641,194.2237842,39.2111856,345.6540353 +62405,119.7751634,108.1328381,208.98531,76.95505609,407.8151762 +62406,128.0733472,121.2231974,228.9228852,82.34961217,466.4062759 +62407,143.0439028,131.447609,244.1133837,90.18093682,510.0288989 +62408,162.6373316,139.8222793,256.437644,100.2743232,545.6513871 +62409,179.8560011,146.7348276,266.4143183,109.302788,575.3769503 +62410,196.6198681,152.4808139,274.4700579,117.6455106,600.1898374 +62411,213.0635869,157.2859618,280.9604255,123.8816514,620.7763599 +62412,228.6725506,161.333099,286.1906336,125.7592283,637.7887975 +62413,244.6154395,164.7897324,290.4538277,127.2516611,651.9111359 +62414,259.6572676,167.7687806,293.9364393,128.48096,663.6430745 +62415,274.8221923,170.361505,296.7876861,129.511201,673.400723 +62416,282.8676441,172.6374476,299.1183162,130.3748157,681.5079766 +62417,282.9441173,174.7010632,301.1237438,131.1434185,688.4226345 +62418,283.0410666,176.6449155,302.9799973,131.8843314,694.5511451 +62419,283.3064722,178.511391,304.7582121,132.6209847,700.0961605 +62420,283.7495509,180.3190763,306.4816101,133.3574313,705.1621791 +62421,284.3503018,182.0847697,308.172858,134.0989688,709.8432056 +62422,285.056219,183.8079435,309.8192094,134.8358415,714.1607716 +62423,285.8491006,185.4980717,311.431998,135.5700625,718.1733392 +62424,286.7115311,187.1604749,313.0151395,136.3009393,721.9201453 +62425,287.6302468,188.799428,314.5716327,137.0278998,725.4339447 +62426,288.5944463,190.4183773,316.1038102,137.7504975,728.7422349 +62427,289.5949598,192.0200725,317.6134082,138.4683518,731.8680166 +62428,290.6239834,193.6067078,319.1017167,139.1811425,734.8306 +62429,291.6749105,195.1800341,320.5696816,139.8885986,737.6462387 +62430,292.7421864,196.7414525,322.018,140.5904958,740.3286784 +62431,293.82115,198.2920845,323.4471823,141.2866482,742.8895866 +62432,294.9145283,199.812931,324.8710529,141.9851224,745.338939 +62433,296.0227955,201.2928835,326.2973681,142.6863817,747.6852925 +62434,297.1434833,202.7300661,327.7270106,143.3919729,749.9360112 +62435,298.269894,204.1247046,329.1546501,144.0969586,752.0921491 +62436,299.402884,205.4830566,330.5820057,144.801886,754.1669104 +62437,300.5365773,206.8056544,332.0038566,145.5071306,756.160123 +62438,301.6688537,208.1044741,333.4219726,146.209026,758.0823975 +62439,302.7986305,209.3764899,334.826194,146.9072064,759.936766 +62440,303.9248687,210.6194687,336.2094458,147.6045192,761.7249069 +62441,305.0464228,211.8333156,337.5699116,148.2985565,763.4490047 +62442,306.1621329,213.0190314,338.9085169,148.9884879,765.1116279 +62443,307.270954,214.1778546,340.2268239,149.6766561,766.7153835 +62444,308.3719942,215.3109052,341.526165,150.3605208,768.2627038 +62445,309.4645394,216.4191305,342.8075235,151.0399226,769.7558575 +62446,310.5480037,217.5033383,344.0716221,151.7128221,771.1969226 +62447,311.6218881,218.5642366,345.3190187,152.374176,772.5877869 +62448,312.6857721,219.6024578,346.5501643,153.0230683,773.9301904 +62449,313.7393197,220.6185758,347.7654405,153.6628419,775.2257777 +62450,314.7822567,221.6131111,348.9653395,154.2926069,776.4760897 +62451,315.8143772,222.5865413,350.1575906,154.9128269,777.6826018 +62452,316.8355237,223.5393046,351.3446655,155.5266667,778.8467119 +62453,317.6972219,224.1540113,352.4811194,156.1119196,779.968939 +62454,318.4598025,224.5468128,353.5807333,156.675033,781.0500709 +62455,319.1977782,224.8741345,354.6680261,157.2272927,782.0914483 +62456,319.9467958,225.2193359,355.7539575,157.7753099,783.0946026 +62457,320.7134331,225.6007485,356.8431473,158.3212136,784.0606364 +62458,321.4933453,226.0145867,357.9332207,158.865033,784.9907075 +62459,322.2807614,226.4487423,359.0238837,159.4062513,785.8855704 +62460,323.0927626,226.8954832,360.1121341,159.9444296,786.7460117 +62461,322.6915761,226.7929174,359.9720487,159.9219044,785.3432522 +62462,329.3836586,229.8670858,366.8775137,163.0620229,797.2156484 +62463,339.4771453,234.5077512,377.3738925,167.7615439,815.8359526 +62464,349.425399,239.1136927,387.9642651,172.4266353,834.7319359 +62465,357.8515296,243.0397423,397.1883722,176.4122094,851.2353363 +62466,364.7045679,246.2453347,404.8998195,179.6770459,865.0645573 +62467,370.3313596,248.8787621,411.3873214,182.2727166,876.7053395 +62468,375.0534917,251.0904133,416.7517283,184.3910831,886.6525228 +62469,379.0827368,252.9801906,421.2725384,186.1820125,895.2409852 +62470,382.5520931,254.6103875,425.1732188,187.7323273,902.6849724 +62471,385.5551163,256.0241123,428.5929651,189.0912611,909.1391331 +62472,388.1628547,257.2554095,431.6187476,190.2918484,914.7311586 +62473,390.4437301,258.3329626,434.3133784,191.3606277,919.5732614 +62474,392.4481472,259.2810527,436.72829,192.3202298,923.7642396 +62475,394.2249355,260.1199557,438.9074542,193.1897564,927.3901097 +62476,395.8072564,260.8663941,440.8881741,193.9849197,930.5249662 +62477,397.2292279,261.5340894,442.7016106,194.7184509,933.2324209 +62478,398.5121435,262.1342984,444.3735343,195.400616,935.5670741 +62479,399.5440938,262.3460446,445.9231432,196.0387988,937.5749702 +62480,400.3956835,262.2939755,447.3697372,196.6404805,939.2959626 +62481,401.1551038,262.1484299,448.7296455,197.2119101,940.7652647 +62482,401.8613264,261.9997749,450.0155833,197.7578196,942.0132297 +62483,402.5277448,261.8732826,451.2374707,198.2817913,943.0658297 +62484,403.1625116,261.7665285,452.4032959,198.7866412,943.9453362 +62485,403.7629478,261.671652,453.5196431,199.2746486,944.6708927 +62486,404.3299518,261.5827465,454.5920121,199.7476891,945.2590256 +62487,404.8706204,261.4963625,455.6250019,200.2073064,945.7240176 +62488,405.3832313,261.4104065,456.6224732,200.6547757,946.0782573 +62489,405.8687773,261.3233237,457.5876598,201.0911458,946.332486 +62490,406.3336588,261.2337785,458.5196397,201.5172864,946.4960553 +62491,406.7752988,261.1405896,459.4258869,201.9339175,946.5771033 +62492,407.1840637,261.047687,460.2875649,202.332673,946.582701 +62493,407.5599857,260.9578779,461.1034402,202.7129398,946.5189997 +62494,407.9028313,260.8716989,461.8690473,203.0732352,946.3914238 +62495,408.2174094,260.7883647,462.593791,203.4174309,946.2047299 +62496,408.5042189,260.7067244,463.2767316,203.7452875,945.9631222 +62497,408.7672344,260.625717,463.9268132,204.0603078,945.6702926 +62498,409.0060161,260.5444801,464.5416709,204.3615713,945.3295126 +62499,409.2238554,260.4623232,465.1289337,204.6520089,944.9436628 +62500,409.4198867,260.3786833,465.6853649,204.9303337,944.5153174 +62501,409.5970801,260.2930877,466.2179235,205.1992037,944.04674 +62502,409.7543305,260.2051419,466.7229059,205.4571427,943.5399742 +62503,409.894392,260.1145141,467.2030611,205.7066372,942.9968283 +62504,410.0159848,260.0209305,467.6629168,205.9460824,942.418947 +62505,410.1216989,299.4655793,468.1013916,206.1778407,941.8077885 +62506,410.210129,302.8968251,468.5167242,206.4002202,941.1646932 +62507,410.283744,297.3941246,468.916192,206.6154953,940.4908515 +62508,410.3410266,318.1838865,469.2948742,206.8219063,939.7873292 +62509,410.3843131,300.868207,469.6541842,207.0194845,939.0550305 +62510,411.3976604,302.5373173,470.9833634,207.6593777,940.0869103 +62511,414.1889883,328.2964858,474.0863729,209.1053953,944.3485712 +62512,416.9661077,320.2146172,477.1703827,210.5426468,948.5842174 +62513,419.6614172,326.9962277,480.1722537,211.9423036,952.6645723 +62514,422.2793887,330.892707,483.0930046,213.3057196,956.5967712 +62515,424.8291405,334.788983,485.9406983,214.6361354,960.3913037 +62516,427.5384616,338.6272887,488.9443095,216.0410579,964.4641676 +62517,429.9903713,342.311306,491.6914748,217.3280446,968.0530491 +62518,432.3963423,346.0891449,494.3897774,218.5937228,971.5456908 +62519,434.7647888,349.6563511,497.0462634,219.8416048,974.954347 +62520,437.0985369,353.3415094,499.6647747,221.0765283,978.2883638 +62521,439.4787295,359.9155432,502.3271813,222.3319909,981.6928115 +62522,442.0393201,364.2746586,505.1672586,223.6637877,985.433587 +62523,444.7051071,368.453529,508.1080698,225.0358494,989.3538576 +62524,447.3779447,372.3663429,511.0518439,226.4066216,993.2761028 +62525,450.0174066,376.3894422,513.9492847,227.7557618,997.1176719 +62526,452.6100037,380.0831194,516.7893806,229.0791834,1000.861657 +62527,455.1639225,384.0856446,519.576832,230.3793218,1004.515812 +62528,457.6808462,387.6990103,522.3189631,231.6595815,1008.091299 +62529,460.1692354,391.4513137,525.021567,232.9226145,1011.596709 +62530,462.6279425,395.2098682,527.6887283,234.1702831,1015.038264 +62531,465.0632475,398.7045988,530.3234851,235.4039624,1018.420781 +62532,467.4728922,402.3879887,532.9283581,236.6247777,1021.748498 +62533,469.8625601,405.9782542,535.5055381,237.8336905,1182.441975 +62534,472.2296029,409.4239207,538.0569711,239.0315395,1111.20527 +62535,474.5792825,412.9337299,540.5843405,240.219037,1144.061082 +62536,476.9085059,416.5114651,543.0890945,241.3967843,1156.71325 +62537,479.2221045,419.7519,545.5724577,242.5652797,1167.946922 +62538,481.5167349,423.2728556,548.0355113,243.7249575,1178.755631 +62539,483.7970677,426.6533268,550.4792001,244.8761931,1189.540299 +62540,486.0596852,429.8284139,552.9043833,246.0193262,1200.193674 +62541,488.3025875,433.4573331,555.3052409,247.1516648,1210.585395 +62542,490.5310089,436.4485579,557.6911993,248.2774536,1220.865669 +62543,492.7511384,439.7853844,560.0645898,249.3977134,1230.905204 +62544,494.9565624,443.0603291,562.4231377,250.5113734,1241.166443 +62545,497.1509358,446.2565725,630.8168347,251.6182973,1250.437642 +62546,499.3276449,449.4886744,650.56657,252.7178044,1260.664351 +62547,501.4947137,452.4611684,642.2027936,253.810945,1269.836755 +62548,503.6458287,455.7267641,659.7463665,254.897253,1279.596308 +62549,505.7854907,458.836795,669.4324976,255.9768746,1288.552435 +62550,507.9107378,461.8514937,678.5691265,302.1065706,1298.105611 +62551,509.7885387,464.9522454,688.0191742,278.6211877,1307.101811 +62552,511.9702028,468.2360826,696.8660415,292.3150173,1315.993015 +62553,514.1218266,471.1600171,706.1518691,303.7568177,1325.250658 +62554,516.2449253,474.238786,714.8331133,304.3110495,1333.701348 +62555,518.348106,477.2450287,723.8108689,310.0698115,1342.530313 +62556,520.4312551,480.3661161,732.2238749,314.7936519,1350.938294 +62557,522.5011427,483.3863066,741.1345764,319.2328861,1359.681633 +62558,524.5557678,486.3139731,749.3781512,323.8321896,1367.948499 +62559,526.6003515,489.3884642,757.8789681,328.0923219,1376.276991 +62560,528.6318297,492.2640547,766.263774,332.6072634,1384.482154 +62561,530.6547146,495.304319,774.3298102,336.7479694,1392.420576 +62562,532.66551,498.149391,782.556748,341.1617223,1400.741002 +62563,534.6684468,501.1602464,790.6966001,345.240966,1408.538043 +62564,536.6598536,503.97461,798.5101023,349.4460589,1416.426282 +62565,538.6438252,506.9557267,806.4723712,353.4771956,1424.199825 +62566,540.6166291,509.7413785,814.3343029,357.6737378,1431.889641 +62567,542.5822896,512.5612066,822.3013435,361.629905,1439.501621 +62568,544.5370473,515.5225375,829.4801112,365.55778,1446.815144 +62569,546.4849021,518.3492483,837.6022334,369.5320311,1454.625836 +62570,548.4220896,521.1030451,844.8612584,373.3956434,1461.829607 +62571,550.352589,524.0028487,852.5433527,377.2697409,1469.409606 +62572,552.2726443,526.8446013,859.6713488,381.1253915,1476.272796 +62573,554.186222,529.5096729,867.4355331,384.8287997,1483.636583 +62574,556.0895689,532.292929,874.6259135,388.669349,1490.675842 +62575,557.986647,534.9793653,881.8082105,392.2779785,1497.678898 +62576,559.8737095,537.8525726,888.8058157,395.9853623,1504.671462 +62577,561.7547066,540.5750742,896.363944,399.7190167,1511.546455 +62578,563.625902,543.2348051,903.1593264,403.1777177,1518.348303 +62579,565.4912353,546.0397999,910.3975902,406.8544773,1525.151566 +62580,567.3469781,548.6551147,917.2303927,410.3491019,1531.561564 +62581,569.0886292,497.7385561,805.7074199,360.3569547,1307.177328 +62582,568.5733038,498.9486561,809.3562836,362.2680104,1309.591509 +62583,566.9440018,500.5667837,813.7391405,364.713765,1313.119917 +62584,565.3180578,502.290242,818.3964372,367.2168724,1316.949036 +62585,564.1383519,504.0725348,823.14691,369.7709588,1320.845177 +62586,563.4300156,505.88615,827.9261666,372.3278489,1325.24781 +62587,563.0899514,507.7174456,832.7581557,374.8408403,1329.515813 +62588,563.0204634,509.5582186,837.5609801,377.4963381,1333.580014 +62589,563.1569539,511.4042439,842.3671372,380.0019036,1337.979994 +62590,563.4588307,513.1196219,847.159386,382.558435,1342.243375 +62591,563.8687049,515.1725278,851.9384822,385.0884703,1346.531394 +62592,564.3650224,516.9251492,856.5504663,387.5417195,1350.808388 +62593,564.9370913,518.7984627,861.5393851,390.2156462,1354.912598 +62594,565.575749,520.6487906,866.1527858,392.5556134,1359.416471 +62595,566.2717317,522.498612,870.895876,395.0289008,1363.526035 +62596,567.0162753,524.347044,875.7490386,397.5918856,1367.76745 +62597,567.8016836,526.3332142,880.1816279,400.0710087,1371.963189 +62598,568.6214678,527.9672052,884.9708125,402.3333821,1376.137679 +62599,569.4702197,529.912843,889.4240791,404.9362665,1380.293085 +62600,577.3464245,531.7325956,894.3286086,407.2868186,1384.426368 +62601,641.3029595,533.4269911,898.8166353,409.6251408,1388.540212 +62602,570.6909146,535.4847588,903.4501367,412.1470958,1392.630897 +62603,638.3068284,537.2141055,908.0383997,414.5500813,1396.514841 +62604,584.1295767,539.0710684,912.6103173,416.8121197,1400.845624 +62605,628.4146968,540.9019371,917.1664201,419.1470619,1404.724397 +62606,622.672422,542.7301182,921.7067823,421.6186779,1408.752598 +62607,626.9293378,544.5555622,926.2320856,423.8929428,1412.727763 +62608,632.0167949,546.3779683,930.5434669,426.2368262,1416.679291 +62609,635.9694978,548.1974155,935.3512067,428.5554537,1420.609672 +62610,640.7766237,550.0135275,939.67728,430.8602604,1424.515811 +62611,645.1248845,552.3526493,944.3923518,433.2532029,1428.402155 +62612,649.7021462,554.7942983,949.101712,435.6500828,1432.268205 +62613,654.3675459,557.12488,953.8198762,438.0488916,1436.114808 +62614,658.8702138,559.8892198,958.5387066,440.4447642,1439.938921 +62615,663.4708332,562.3161267,963.2564736,442.7378308,1443.743583 +62616,668.0709004,564.9084686,967.9713834,445.2789184,1447.526045 +62617,672.5863984,567.6506838,972.6831605,447.5883576,1451.073656 +62618,677.0692872,570.0018988,977.3908576,450.0858986,1455.155088 +62619,681.6717979,572.7306838,982.0945691,452.3036687,1458.713549 +62620,686.0694038,575.32592,986.793534,454.7493263,1462.455385 +62621,690.6614779,577.9567453,991.2749962,456.9907128,1466.140991 +62622,695.0943445,580.5965521,996.3011172,459.513857,1469.807633 +62623,707.083569,597.0609983,995.2013438,459.4309377,1473.877684 +62624,712.3923602,601.9910318,998.8053261,461.2884735,1477.033141 +62625,717.2874726,605.5823527,1002.866569,463.3532392,1480.820695 +62626,722.0136518,609.1272435,1007.090893,465.4821544,1484.409825 +62627,726.8958057,612.5308867,1011.369173,467.6334593,1487.962259 +62628,731.5302977,615.8558383,1015.674905,469.7947761,1491.551395 +62629,736.1234647,619.1227062,1019.996477,471.9607285,1495.130943 +62630,740.9873372,622.1573716,1024.572452,474.014693,1498.639779 +62631,745.2967435,625.8162329,1028.532033,476.4679605,1502.190879 +62632,750.11274,628.5257206,1033.082512,478.3793076,1505.730666 +62633,754.5880365,631.8154714,1037.348517,480.6475404,1509.201851 +62634,759.1494104,634.8687587,1041.713933,482.7938206,1512.7134 +62635,763.5709895,637.9241079,1046.083493,484.9563614,1516.216704 +62636,768.3402963,640.9526421,1050.392969,487.1166754,1519.646499 +62637,772.5822761,643.9549739,1054.786732,489.274705,1523.120791 +62638,777.0483166,646.9318239,1059.088954,491.4299818,1526.584026 +62639,781.6440693,649.8840845,1063.454306,493.4597875,1529.711001 +62640,785.9983894,652.8122815,1067.82007,495.7967554,1533.557137 +62641,572.6918859,546.7203859,831.1473938,388.8578183,1060.920455 +62642,572.4202623,547.1901124,830.8282606,388.3510831,1041.448618 +62643,571.8900556,548.7045837,832.5256517,389.4699563,1044.038807 +62644,571.3799144,550.4605191,834.9498631,390.398381,1046.957073 +62645,571.0214274,552.3738764,837.6851972,391.7303222,1042.074874 +62646,570.8381093,554.3934471,840.6594367,393.0985684,1042.250031 +62647,570.8113564,556.5115393,843.8840916,394.5198562,1042.446801 +62648,570.9179969,558.4500391,847.0718355,396.1055023,1042.655511 +62649,571.1360786,560.8685478,850.4948603,397.6336603,1042.866561 +62650,571.4519756,562.922247,853.9327168,399.2325818,1043.086237 +62651,571.8538994,565.1285645,857.2701677,400.9205727,1043.318212 +62652,572.3315315,567.481317,861.0694988,402.3631684,1043.564623 +62653,572.8770151,569.4244473,864.5572629,404.1964666,1043.826975 +62654,573.4841551,571.7455364,868.2447695,405.8096969,1045.690817 +62655,606.8798241,573.9226741,871.953487,407.5257206,1046.27751 +62656,581.6348209,576.1285837,875.709216,409.2494663,1047.17057 +62657,622.6077154,578.3364547,879.6602374,410.9104896,1048.147759 +62658,577.5486576,580.5450388,883.2586329,412.7977361,1049.150849 +62659,649.6022078,582.7532964,887.2579196,414.6008987,1050.228638 +62660,574.6055385,584.9606759,891.1527821,416.2814011,1051.344459 +62661,627.0097193,587.1662133,894.943272,418.157837,1052.462858 +62662,652.6699174,589.2002744,899.1982558,419.9736826,1053.779105 +62663,582.1781368,591.6574374,903.1006166,421.7331397,1054.861002 +62664,648.0457203,593.7295626,907.1914899,423.7249565,1056.432254 +62665,632.3596444,595.9496951,911.2870037,425.5367459,1057.343937 +62666,638.4157912,598.1370037,915.4137107,427.4410132,1059.396536 +62667,643.9390591,600.3186821,919.5704953,429.3447792,1059.763165 +62668,648.3719714,602.4937007,923.7563083,431.3559155,1062.858438 +62669,652.9216458,604.661608,927.9701846,433.0497812,1061.951672 +62670,657.6235925,606.8217702,932.2110925,435.2023713,1066.856756 +62671,662.0469634,608.8012887,936.105108,437.0004163,1063.677413 +62672,666.5809809,610.7460618,940.5068456,438.8958233,1072.030234 +62673,671.149798,612.6687785,944.4545266,440.7811035,1063.90971 +62674,675.6194962,614.5724562,948.6031205,442.6724125,1079.671692 +62675,680.2864525,616.4582636,952.73034,444.5700371,1060.912516 +62676,684.8492778,618.326681,956.8718167,446.3764017,1092.191826 +62677,689.4865941,620.1780875,961.0268217,448.4362248,1051.271521 +62678,703.6183956,631.1138659,962.0967556,448.9680763,1088.920443 +62679,709.6300896,634.1856011,965.9130653,450.7457459,1093.075072 +62680,714.9136697,636.5680901,969.860162,452.6605565,1057.871107 +62681,720.2876819,638.9541087,973.8676613,454.3415141,1091.480276 +62682,725.4542034,641.0324605,977.9090972,456.2734328,1103.883304 +62683,730.5665347,643.2383098,981.9770696,458.1247637,1056.076507 +62684,735.8841402,645.1809657,986.0668781,460.0029677,1101.364607 +62685,741.0043331,647.2745583,990.1764475,461.786729,1110.604908 +62686,746.1258323,649.1218818,994.3037363,463.841717,1059.163755 +62687,751.5420886,651.1266089,998.2276683,465.6690873,1107.558053 +62688,756.4631059,652.8928319,1002.731678,467.5981597,1093.838269 +62689,761.899159,654.8188514,1006.736346,469.517078,1097.237408 +62690,767.0468271,656.5112872,1010.963316,471.4427311,1099.984681 +62691,772.2029783,658.3640701,1015.163531,473.374562,1101.829442 +62692,777.7265337,659.9873326,1019.376802,475.3123927,1103.869861 +62693,782.6404538,661.7709406,1023.601107,477.138911,1105.951489 +62694,788.2016951,663.3287086,1027.836299,479.3830025,1107.99375 +62695,793.5167387,665.0464427,1032.08163,481.0714973,1110.042777 +62696,798.5537965,666.5414221,1036.49754,483.1358542,1112.138388 +62697,804.1537478,667.9845598,1040.45414,485.0800591,1114.259121 +62698,809.2765201,669.736559,1044.837888,487.0476267,1116.351943 +62699,814.9846235,671.1768522,1049.011696,489.0188413,1118.439456 +62700,820.0681785,672.5876517,1053.298571,490.9946821,1120.621393 +62701,1059.873708,780.5600058,1292.105444,599.1941649,1585.099806 +62702,1068.787164,783.5149786,1299.391703,602.9622088,1593.030769 +62703,1075.628058,785.9885323,1305.744428,605.9285804,1600.03037 +62704,1082.338785,788.0956656,1311.465325,608.6676628,1606.10845 +62705,1088.585894,789.7590038,1316.702701,611.2433032,1611.624052 +62706,1094.809916,791.9963728,1321.52809,613.7301826,1616.848447 +62707,1100.773638,793.5113183,1327.074783,616.1587359,1621.726887 +62708,1106.80782,795.2063781,1331.594144,618.3531236,1626.534608 +62709,1112.34801,796.7907424,1336.466363,621.0002886,1631.118391 +62710,1118.737508,798.3193039,1341.279168,623.1834139,1635.675909 +62711,1124.25568,799.7941514,1345.94752,625.5182052,1640.150798 +62712,1130.169571,801.2178701,1350.605808,627.7588088,1644.470541 +62713,1135.844621,802.5924217,1355.205025,630.0490901,1648.826893 +62714,1141.648996,803.9192374,1359.716356,632.2438591,1653.005052 +62715,1147.268049,805.1993296,1364.33792,634.4508628,1657.20232 +62716,1153.022921,806.7261159,1368.707826,636.6428328,1661.34784 +62717,1158.594353,807.4788431,1373.175831,638.817142,1665.3608 +62718,1164.306774,808.8358579,1377.514733,640.9738063,1669.399453 +62719,1169.836868,809.892768,1381.93264,643.1132526,1673.394261 +62720,1175.512901,810.9531882,1386.259185,645.235841,1677.260483 +62721,1180.674747,811.9724075,1390.430061,647.3419595,1681.161027 +62722,1186.843898,812.9510289,1394.775317,649.4319507,1685.023639 +62723,1192.048156,813.9196651,1398.942584,651.5061861,1688.759506 +62724,1197.729152,814.7739254,1403.124036,653.5649415,1692.537558 +62725,1203.163694,815.6559246,1407.266773,655.6085323,1696.245406 +62726,1208.78181,816.4735313,1411.373178,657.637279,1699.957372 +62727,1215.279599,817.2583711,1415.451722,659.6514969,1703.543993 +62728,1222.327422,818.0067109,1419.498281,661.4290618,1707.181113 +62729,1228.559601,818.719051,1423.468254,663.7559793,1708.90101 +62730,1235.739833,819.3961971,1427.527402,665.5626051,1711.918697 +62731,1241.876323,819.4630842,1430.405985,667.1112544,1714.056689 +62732,1248.314358,819.3784199,1433.127366,668.5173571,1716.556032 +62733,1254.465729,819.1971598,1435.533847,669.860975,1718.950451 +62734,1260.938655,818.9355966,1438.066744,671.1548264,1720.93669 +62735,1267.229348,818.6019607,1440.353125,672.4049627,1723.945644 +62736,1273.678122,818.2323055,1442.605797,673.6147251,1725.926167 +62737,1279.634307,817.723285,1444.770275,674.7863168,1728.297504 +62738,1286.776328,817.2218208,1446.857462,675.9213539,1730.653189 +62739,1292.886522,816.6366176,1448.870213,677.0211714,1732.900301 +62740,1299.514796,816.0013461,1450.760739,678.0868679,1735.204291 +62741,1306.117308,815.3138089,1452.75793,679.1194577,1737.337706 +62742,1312.668043,814.5761783,1454.446851,680.119825,1739.647975 +62743,1319.39792,813.7598024,1456.22792,681.0888192,1741.806077 +62744,1326.032657,812.9740429,1457.891234,682.2709546,1743.987533 +62745,1332.867542,812.0772235,1459.499054,682.8145771,1746.100643 +62746,1339.597102,811.16538,1461.045048,683.869013,1748.33984 +62747,1346.476151,810.2093651,1462.5305,684.6812562,1750.357474 +62748,1353.39442,809.2157794,1463.905169,685.5029442,1752.488395 +62749,1360.242425,808.1867174,1465.350814,686.2976671,1754.512393 +62750,1367.231036,807.1241859,1466.624162,687.065544,1756.631016 +62751,1389.876904,808.1998419,1466.989374,687.4488039,1758.713194 +62752,1399.113212,807.4137794,1467.98644,688.0399787,1760.736074 +62753,1407.427998,806.3785155,1469.036299,688.704634,1762.625266 +62754,1415.61968,805.2484644,1470.06088,689.3339814,1764.708894 +62755,1423.655586,804.0612301,1471.096504,689.9475787,1766.635197 +62756,1431.829416,802.8318822,1471.954748,690.540253,1768.593017 +62757,1439.827762,801.5687195,1472.883655,691.1116922,1770.484952 +62758,1447.863195,800.2767024,1473.665188,691.6615901,1772.477051 +62759,1456.083444,798.9599479,1474.541638,692.1902465,1774.396913 +62760,1463.996359,797.6219314,1475.252756,692.7232821,1776.231248 +62761,1520.014638,819.3079568,1523.437776,716.2801853,1859.445696 +62762,1531.566447,819.3434928,1527.354358,717.8922286,1864.796229 +62763,1542.288465,819.0925029,1530.357677,719.8542891,1869.300391 +62764,1552.472141,818.6044801,1532.86098,721.017717,1873.334034 +62765,1562.755079,818.0179191,1535.17595,722.2446225,1877.230935 +62766,1572.567791,817.3942693,1537.400689,723.4134363,1880.607992 +62767,1582.014584,816.6472424,1539.374296,724.4786329,1884.150411 +62768,1592.776112,815.9443529,1541.29779,725.4964655,1887.402454 +62769,1602.242912,815.1976007,1543.068222,726.475903,1890.633422 +62770,1612.352529,814.4453457,1544.971866,727.4513647,1893.784886 +62771,1622.256646,813.6886266,1546.517419,728.4031262,1896.820168 +62772,1632.216019,812.9309823,1548.184173,729.2493576,1899.945934 +62773,1642.183804,812.1763737,1549.721571,730.1274268,1902.940775 +62774,1652.104047,809.5772609,1554.330408,730.9562013,1905.737117 +62775,1662.275406,808.8624653,1552.179699,731.8139027,1914.374392 +62776,1672.077909,808.3986098,1558.931183,732.6010174,1910.560296 +62777,1682.289673,808.0361736,1552.87391,733.4576339,1923.065314 +62778,1692.298151,807.6211605,1565.503159,734.295073,1912.568799 +62779,1702.402292,807.2918388,1550.301332,735.4242672,1906.991924 +62780,1712.451291,806.9396074,1551.860837,736.7784584,1931.247135 +62781,1722.780767,806.5942859,1565.595981,738.2342707,1922.734422 +62782,1732.716521,806.2479745,1559.204942,739.6002456,1927.778218 +62783,1743.097541,805.8992287,1561.817457,741.1449292,1930.325019 +62784,1753.264999,805.2158585,1562.839205,742.5701869,1932.924723 +62785,1763.53981,805.3894748,1563.696249,744.1341712,1935.431246 +62786,1773.83125,804.7322342,1564.459932,745.7071513,1937.991383 +62787,1784.084594,804.4402403,1565.204508,747.2367081,1940.279048 +62788,1794.638868,804.0558108,1565.995524,748.8879814,1942.873015 +62789,1804.851588,803.6692899,1566.66719,750.4241283,1945.284078 +62790,1837.004279,803.9267498,1568.731366,753.8325215,1947.660603 +62791,1850.456698,803.701285,1569.760963,755.8867582,1950.03165 +62792,1862.298408,803.4252727,1570.569914,757.830227,1952.360517 +62793,1873.800774,803.1277685,1571.385024,759.8600592,1954.690088 +62794,1885.42954,802.851525,1571.911622,761.8796671,1957.065037 +62795,1896.560451,802.4797719,1572.711531,763.9607849,1959.171299 +62796,1907.824099,802.1756236,1573.261411,765.984296,1961.614645 +62797,1919.166841,801.8336083,1573.840745,768.109932,1963.880589 +62798,1930.303,801.4896635,1574.439101,770.2345339,1966.030275 +62799,1941.499127,801.1384884,1574.830115,772.4273881,1968.325953 +62800,1952.659604,800.779997,1575.337012,774.5629542,1970.54183 +62801,1963.811145,800.4141775,1575.678683,776.8048335,1972.758286 +62802,1978.924755,800.0408412,1576.170351,779.0458671,1974.966455 +62803,1991.230734,799.6951236,1576.540017,781.3217657,1977.236745 +62804,2000.662367,799.2540612,1576.762477,783.6617738,1979.300042 +62805,2015.430512,798.883091,1577.097041,785.9457339,1981.458196 +62806,2022.7869,798.5154282,1577.336524,788.3365816,1983.725429 +62807,2000.566197,798.0682295,1577.553349,790.7277525,1985.890844 +62808,2059.741016,797.6796903,1577.806963,793.1873065,1987.92308 +62809,2048.243231,797.2239505,1577.778285,795.5909427,1990.030858 +62810,2064.177076,796.8456115,1578.060594,798.1049389,1992.330806 +62811,2075.392489,796.3499279,1578.157909,800.6539627,2008.431337 +62812,2086.819378,795.9211165,1578.113001,803.1508034,1985.038329 +62813,2097.833004,795.4878852,1578.12506,805.7970787,1993.297328 +62814,2109.469196,794.9617885,1578.287927,808.348077,2005.891983 +62815,2120.550321,794.5449305,1578.09156,810.6722357,2000.857246 +62816,2132.094103,793.9945818,1578.090356,813.8574628,2004.752332 +62817,2143.169516,793.5633528,1577.986514,816.4057844,2006.623301 +62818,2154.90807,792.9947697,1577.855512,819.0832518,2013.854559 +62819,2166.061118,792.5483284,1577.712297,821.9600921,2003.060887 +62820,2177.570997,791.9632822,1577.597558,824.741869,2016.373697 +62821,2111.448849,758.1783696,1500.202535,794.1215901,1870.794642 +62822,2121.804854,757.1124013,1498.779695,796.6188394,1872.430621 +62823,2132.316799,756.2087583,1497.538428,799.1246392,1873.685785 +62824,2142.643271,755.2698078,1496.352098,801.7046472,1874.996881 +62825,2153.267688,754.367506,1495.173042,804.3320834,1876.360168 +62826,2163.822647,753.4616879,1493.987074,807.0020828,1877.839434 +62827,2174.422563,752.5544983,1492.787251,809.7127946,1879.113174 +62828,2185.056185,751.6817602,1491.569261,812.4200228,1880.6031 +62829,2195.707519,750.7102791,1490.331369,815.3127542,1881.931678 +62830,2206.484507,749.8174101,1489.072078,818.0407712,1883.591009 +62831,2216.889717,748.8863731,1487.791155,820.8976117,1884.826191 +62832,2227.980461,747.9552358,1486.48782,823.8515309,1886.349799 +62833,2238.420894,747.0277155,1485.180785,826.759648,1887.902287 +62834,2258.108971,746.1295506,1483.846372,829.7385253,1896.537997 +62835,2265.865697,745.1268438,1482.482954,832.6985073,1888.005603 +62836,2248.739017,744.2022898,1481.093791,835.8481351,1884.684735 +62837,2293.825315,743.23799,1479.760316,838.7733089,1898.755848 +62838,2289.374762,742.3100398,1478.118698,841.9917693,1893.716153 +62839,2303.161963,741.2797921,1476.842265,845.0929467,1896.50051 +62840,2313.708996,740.3290801,1475.286014,848.2781332,1908.451884 +62841,2324.957755,739.3378657,1473.872873,851.4454392,1889.640433 +62842,2335.470459,738.3845956,1472.214788,854.8121101,1899.200982 +62843,2365.36898,737.3260956,1470.640831,857.9406597,1921.790665 +62844,2342.830162,736.3493529,1469.176131,861.3741558,1877.388244 +62845,2361.20759,735.3712565,1467.59544,864.684137,1928.428583 +62846,2385.827381,734.288137,1467.731295,868.0259075,1895.694864 +62847,2409.464099,733.2912211,1469.244391,871.5290571,1916.912518 +62848,2382.188344,732.2933662,1459.667219,874.9403788,1906.713655 +62849,2418.911631,731.1853112,1455.182984,878.4447756,1912.330995 +62850,2410.549345,730.1670024,1463.281636,881.9664585,1913.023913 +62851,2438.588549,729.2596046,1456.496259,884.9760236,1914.185666 +62852,2456.449199,728.2725945,1456.210116,887.9363377,1915.715736 +62853,2434.912148,727.415524,1454.765285,890.9710149,1922.351493 +62854,2456.469488,726.4241829,1453.408508,893.9120831,1915.211886 +62855,2460.360068,725.5543805,1451.769455,896.8280311,1920.442979 +62856,2467.129958,724.201304,1450.548525,899.9219902,1921.601177 +62857,2473.278394,723.9614804,1449.039745,902.7381071,1922.794668 +62858,2479.910044,723.2013026,1447.626594,905.7165106,1924.151556 +62859,2485.897703,721.7046258,1446.197577,908.6207485,1925.58112 +62860,2491.928943,721.1296397,1444.765717,911.5180981,1926.954157 +62861,2497.672145,720.1694163,1443.422932,914.3989583,1928.32111 +62862,2503.34411,719.274484,1441.850812,917.2622351,1929.560514 +62863,2508.825029,718.3825132,1440.47534,920.1070407,1931.09569 +62864,2514.205765,717.4908688,1439.018684,922.9323882,1932.376476 +62865,2519.337304,716.5995724,1437.572191,925.7373839,1933.732097 +62866,2524.166393,715.7083821,1436.12217,928.5210009,1935.027292 +62867,2529.331309,714.8171994,1434.669084,931.222053,1936.362072 +62868,2533.943956,713.8814097,1433.212135,934.0495379,1937.667133 +62869,2538.531847,713.0544116,1431.660268,936.7203032,1938.98391 +62870,2542.943492,712.1313716,1430.329785,939.4180458,1940.23894 +62871,2547.268021,711.2450328,1428.797575,942.0803725,1941.527625 +62872,2551.349616,710.3517446,1427.338478,944.7152451,1942.822604 +62873,2555.337127,709.4574914,1425.862545,947.3218247,1944.026525 +62874,2566.785825,708.5626211,1424.382275,949.8988874,1945.315985 +62875,2551.779551,707.6660665,1422.897316,952.4461569,1946.497598 +62876,2578.516976,706.7691098,1421.408654,954.9616079,1947.731686 +62877,2558.562556,705.8708372,1419.915676,957.4450189,1948.794355 +62878,2584.623127,704.9713906,1418.418516,959.8951107,1950.198469 +62879,2572.650562,704.0709032,1416.917018,962.3110192,1951.328637 +62880,2579.884505,703.1684998,1415.410802,964.6920731,1952.478384 +62881,2410.944056,635.7232907,1259.881804,900.6657038,1652.983784 +62882,2427.49256,634.0667496,1256.420596,901.9949374,1674.742658 +62883,2437.528272,632.4649047,1253.210373,903.6637202,1670.853576 +62884,2439.407943,630.9258828,1250.258378,905.2782689,1656.148813 +62885,2399.456951,629.5191938,1247.57957,906.9057735,1671.864595 +62886,2445.17193,628.0069731,1244.424679,908.5059742,1666.220557 +62887,2426.663604,626.622483,1241.816171,910.079333,1667.626818 +62888,2430.198871,625.1606231,1238.954514,911.6132528,1668.081304 +62889,2430.728506,623.6941711,1236.069786,913.1099992,1668.413866 +62890,2456.601427,622.3132346,1233.245574,914.5658358,1668.970131 +62891,2391.856229,620.8188447,1230.615034,916.0349913,1669.341949 +62892,2462.516108,619.4424538,1227.512799,917.3258668,1669.771921 +62893,2405.258902,617.9481047,1224.907985,918.6334267,1670.116717 +62894,2439.124383,616.5693799,1222.054918,919.9865724,1689.700708 +62895,2426.51375,615.0761306,1219.170411,921.2385995,1641.788185 +62896,2427.57214,614.0489153,1216.405621,922.3555209,1691.477112 +62897,2454.859342,612.0672275,1229.246626,923.5345398,1659.590564 +62898,2383.38424,610.8860949,1187.167795,924.6176082,1676.535141 +62899,2455.363238,609.4241289,1227.171899,925.6619051,1671.697485 +62900,2368.565606,606.1067859,1186.384245,916.6874153,1672.856727 +62901,2390.765116,604.4366109,1203.026907,915.9359206,1673.36401 +62902,2377.600814,602.8284299,1192.930438,916.2066512,1673.39365 +62903,2375.404661,601.2770487,1190.933741,916.2728666,1673.89022 +62904,2372.014588,599.6646406,1188.057696,916.5298739,1674.104569 +62905,2368.755612,597.8498264,1184.775172,916.633871,1674.315378 +62906,2378.763036,596.6979557,1181.816559,916.9727049,1674.742987 +62907,2341.229829,595.222244,1178.813912,917.0704328,1674.730165 +62908,2368.077707,593.3227474,1175.607407,917.2904903,1675.16754 +62909,2352.472458,591.9532074,1172.641464,917.4045489,1675.09327 +62910,2350.882405,590.3566299,1169.598236,917.4758719,1675.33766 +62911,2346.106692,588.575666,1165.93359,917.0144039,1675.567908 +62912,2340.382195,586.7499757,1162.275624,916.4825505,1675.441752 +62913,2335.158582,584.8911455,1158.445741,915.742179,1675.670352 +62914,2329.37417,583.014077,1154.686476,915.0191509,1675.723001 +62915,2323.651415,581.1198666,1150.850635,914.132562,1675.651154 +62916,2317.336038,579.2100557,1146.996002,913.2848842,1675.626043 +62917,2311.395208,577.2857949,1143.110004,912.308548,1675.695957 +62918,2304.94249,575.3475923,1139.248723,911.1845954,1675.599053 +62919,2298.437645,573.3961561,1135.188274,910.0738115,1675.540587 +62920,2291.755666,571.6762189,1131.332853,908.8492759,1675.379829 +62921,2284.794099,569.3501549,1127.352954,907.5554782,1675.435351 +62922,2277.954005,567.5293665,1123.278295,906.1859229,1675.148987 +62923,2270.82316,565.4930552,1119.278571,904.7407564,1674.983037 +62924,2263.345748,563.4807035,1115.212591,903.2637378,1674.884749 +62925,2255.828962,561.4570305,1111.136054,901.5601296,1674.633192 +62926,2248.32912,559.4220985,1107.033948,899.9819828,1674.412461 +62927,2240.453082,557.376104,1102.959854,898.1981012,1674.160032 +62928,2232.299871,555.3949172,1098.953115,896.3415978,1673.880084 +62929,2224.145276,553.344938,1094.911009,894.4767686,1673.58076 +62930,2215.849215,551.276389,1090.635495,892.4355385,1673.255237 +62931,2207.41066,549.1952689,1086.517397,890.4115677,1693.917669 +62932,2198.818011,547.1029081,1082.340791,888.2770952,1640.236268 +62933,2189.964509,545.0000271,1078.007775,886.0316854,1710.884692 +62934,2181.337226,542.8867904,1073.916099,883.8584786,1632.885982 +62935,2172.071242,540.9810406,1069.462891,881.4169367,1703.275996 +62936,2162.865124,538.5392208,1065.305535,879.0276865,1644.16463 +62937,2153.673225,536.5449967,1060.977538,876.523363,1683.186338 +62938,2144.1247,534.3628293,1056.988903,874.3629656,1664.483905 +62939,2134.51861,532.2018834,1052.104238,871.0847171,1670.546151 +62940,2124.762162,530.0321856,1048.074036,868.7096562,1668.272268 +62941,2029.813015,528.0497288,950.1668409,865.697622,1668.400153 +62942,2025.147669,656.3964982,948.0977168,993.7345582,2249.249122 +62943,2079.487428,657.3624113,973.9671085,994.365747,2246.071345 +62944,2113.632317,654.892948,990.8892733,991.0264157,2242.327441 +62945,2134.85215,651.5100402,1002.346071,978.4860525,2248.177017 +62946,2147.036183,649.4349995,1010.413631,974.1008419,2246.250793 +62947,2153.644694,647.3007893,1016.322381,970.4386174,2245.286761 +62948,2157.197178,645.2047093,1020.872378,966.748338,2245.299993 +62949,2159.076986,643.0971927,1024.519706,963.0505508,2245.185582 +62950,2159.91276,640.9841713,1027.50634,959.3362607,2244.888034 +62951,2159.970499,638.8250092,1029.965233,955.5247248,2238.583798 +62952,2159.383629,636.7609661,1031.981377,951.8458293,2251.642313 +62953,2158.251844,634.6012428,1033.621331,948.043499,2236.326063 +62954,2156.663702,632.4730048,1034.941445,944.0961735,2250.326551 +62955,2154.693878,630.3330981,1035.990053,940.2420618,2235.627337 +62956,2152.40455,628.1888211,1036.807958,936.2206232,2249.620682 +62957,2149.846313,626.0407119,1037.429715,932.3300609,2234.596143 +62958,2147.093032,623.8886959,1037.900454,928.2537297,2248.70763 +62959,2144.145081,621.7185656,1038.22905,924.1621523,2233.492017 +62960,2140.998999,619.5148337,1038.422356,920.0428682,2247.738838 +62961,2137.695678,617.4080746,1038.504949,915.8857933,2232.266726 +62962,2134.262643,615.2088861,1038.493951,911.6917624,2246.668416 +62963,2130.719825,613.0422992,1038.402729,907.4595864,2230.94946 +62964,2127.08126,610.8646529,1038.241714,903.1902912,2245.517008 +62965,2123.35844,608.6834863,1038.019771,898.8241459,2229.535926 +62966,2119.5607,605.5392955,1037.7443,885.4980008,2238.24234 +62967,2114.791923,603.2700322,1037.383682,879.5175539,2235.958813 +62968,2109.406341,600.9823967,1036.959536,874.5067572,2234.530232 +62969,2103.880919,598.7946744,1036.494788,869.4258277,2233.976067 +62970,2098.460457,596.521288,1036.001474,864.4721451,2233.265165 +62971,2093.201967,594.4106252,1035.484374,861.2866268,2232.417773 +62972,1975.507544,592.2992582,1034.951654,858.541758,2231.551139 +62973,2015.108681,590.1920192,1034.403814,855.930345,2230.66092 +62974,2004.88843,588.086825,1033.845656,868.3856826,2229.737236 +62975,1987.58304,585.945138,1033.282308,828.5688093,2228.781764 +62976,1986.31011,583.895666,1032.696516,860.4549,2227.755417 +62977,1979.244571,581.7628003,1032.098245,853.290096,2226.785205 +62978,1973.709115,579.6628791,1031.498174,832.6994969,2225.701447 +62979,1969.294839,577.5560984,1030.89083,863.5368229,2224.679982 +62980,1965.403161,575.4487314,1030.273936,822.0576599,2223.587743 +62981,1959.255463,573.3409848,1029.647332,863.6588266,2222.489342 +62982,1947.27789,571.2314482,1028.998659,816.6768634,2221.373236 +62983,1946.047127,569.0838636,1028.339898,855.0178551,2220.246153 +62984,1936.228246,567.0258789,1027.681001,817.0689893,2219.109688 +62985,1928.883736,564.8856733,1027.016837,841.4601645,2217.963324 +62986,1921.873762,562.777685,1026.345401,821.3214794,2216.811535 +62987,1914.804398,560.6625549,1025.66559,828.6024869,2215.655839 +62988,1907.874219,558.5462112,1024.964109,822.8825573,2214.492114 +62989,1901.129717,556.4284452,1024.252703,821.1505617,2213.330775 +62990,1889.648448,554.2734988,1023.542231,818.8629621,2212.16847 +62991,1890.416206,552.2047093,1022.826627,816.6408722,2211.169096 +62992,1881.2459,550.054603,1022.103294,814.4292888,2209.751612 +62993,1875.723853,547.9343667,1021.372257,812.4313734,2208.677119 +62994,1870.430125,545.8053044,1020.621221,810.3848749,2207.504046 +62995,1864.740635,543.6734417,1019.861021,808.4719064,2206.319678 +62996,1859.650296,541.5384232,1019.101264,806.6350521,2205.146601 +62997,1854.343181,539.3656839,1018.336864,804.886103,2203.971612 +62998,1848.814684,537.2758049,1017.565973,803.2801115,2202.749459 +62999,1844.03279,535.1057361,1016.788324,801.61969,2195.280914 +63000,1838.907964,532.9650133,1016.002726,800.1587597,2209.04022 +63001,0,0,0,0,0 +63002,0,0,0,0,0 +63003,0,0,0,0,0 +63004,0,0,0,0,0 +63005,0,0,0,0,0 +63006,0,0,0,0,0 +63007,0,0,0,0,0 +63008,0,0,0,0,0 +63009,0,0,0,0,0 +63010,0,0,0,0,0 +63011,0,0,0,0,0 +63012,0,0,0,0,0 +63013,0,0,0,0,0 +63014,0,0,0,0,0 +63015,0,0,0,0,0 +63016,0,0,0,0,0 +63017,0,0,0,0,0 +63018,0,0,0,0,0 +63019,0,0,0,0,0 +63020,0,0,0,0,0 +63021,0,0,0,0,0 +63022,0,0,0,0,0 +63023,0,0,0,0,0 +63024,0,0,0,0,0 +63025,0,0,0,0,0 +63026,0,0,0,0,0 +63027,0,0,0,0,0 +63028,0,0,0,0,0 +63029,0,0,0,0,0 +63030,0,0,0,0,0 +63031,0,0,0,0,0 +63032,0,0,0,0,0 +63033,0,0,0,0,0 +63034,0,0,0,0,0 +63035,0,0,0,0,0 +63036,0,0,0,0,0 +63037,0,0,0,0,0 +63038,0,0,0,0,0 +63039,0,0,0,0,0 +63040,0,0,0,0,0 +63041,0,0,0,0,0 +63042,0,0,0,0,0 +63043,0,0,0,0,0 +63044,0,0,0,0,0 +63045,0,0,0,0,0 +63046,0,0,0,0,0 +63047,0,0,0,0,0 +63048,0,0,0,0,0 +63049,0,0,0,0,0 +63050,0,0,0,0,0 +63051,0,0,0,0,0 +63052,0,0,0,0,0 +63053,0,0,0,0,0 +63054,0,0,0,0,0 +63055,0,0,0,0,0 +63056,0,0,0,0,0 +63057,0,0,0,0,0 +63058,0,0,0,0,0 +63059,0,0,0,0,0 +63060,0,0,0,0,0 +63061,0,0,0,0,0 +63062,0,0,0,0,0 +63063,0,0,0,0,0 +63064,0,0,0,0,0 +63065,0,0,0,0,0 +63066,0,0,0,0,0 +63067,0,0,0,0,0 +63068,0,0,0,0,0 +63069,0,0,0,0,0 +63070,0,0,0,0,0 +63071,0,0,0,0,0 +63072,0,0,0,0,0 +63073,0,0,0,0,0 +63074,0,0,0,0,0 +63075,0,0,0,0,0 +63076,0,0,0,0,0 +63077,0,0,0,0,0 +63078,0,0,0,0,0 +63079,0,0,0,0,0 +63080,0,0,0,0,0 +63081,0,0,0,0,0 +63082,0,0,0,0,0 +63083,0,0,0,0,0 +63084,0,0,0,0,0 +63085,0,0,0,0,0 +63086,0,0,0,0,0 +63087,0,0,0,0,0 +63088,0,0,0,0,0 +63089,0,0,0,0,0 +63090,0,0,0,0,0 +63091,0,0,0,0,0 +63092,0,0,0,0,0 +63093,0,0,0,0,0 +63094,0,0,0,0,0 +63095,0,0,0,0,0 +63096,0,0,0,0,0 +63097,0,0,0,0,0 +63098,0,0,0,0,0 +63099,0,0,0,0,0 +63100,0,0,0,0,0 +63101,0,0,0,0,0 +63102,0,0,0,0,0 +63103,0,0,0,0,0 +63104,0,0,0,0,0 +63105,0,0,0,0,0 +63106,0,0,0,0,0 +63107,0,0,0,0,0 +63108,0,0,0,0,0 +63109,0,0,0,0,0 +63110,0,0,0,0,0 +63111,0,0,0,0,0 +63112,0,0,0,0,0 +63113,0,0,0,0,0 +63114,0,0,0,0,0 +63115,0,0,0,0,0 +63116,0,0,0,0,0 +63117,0,0,0,0,0 +63118,0,0,0,0,0 +63119,0,0,0,0,0 +63120,0,0,0,0,0 +63121,0,0,0,0,0 +63122,0,0,0,0,0 +63123,0,0,0,0,0 +63124,0,0,0,0,0 +63125,0,0,0,0,0 +63126,0,0,0,0,0 +63127,0,0,0,0,0 +63128,0,0,0,0,0 +63129,0,0,0,0,0 +63130,0,0,0,0,0 +63131,0,0,0,0,0 +63132,0,0,0,0,0 +63133,0,0,0,0,0 +63134,0,0,0,0,0 +63135,0,0,0,0,0 +63136,0,0,0,0,0 +63137,0,0,0,0,0 +63138,0,0,0,0,0 +63139,0,0,0,0,0 +63140,0,0,0,0,0 +63141,0,0,0,0,0 +63142,0,0,0,0,0 +63143,0,0,0,0,0 +63144,0,0,0,0,0 +63145,0,0,0,0,0 +63146,0,0,0,0,0 +63147,0,0,0,0,0 +63148,0,0,0,0,0 +63149,0,0,0,0,0 +63150,0,0,0,0,0 +63151,0,0,0,0,0 +63152,0,0,0,0,0 +63153,0,0,0,0,0 +63154,0,0,0,0,0 +63155,0,0,0,0,0 +63156,0,0,0,0,0 +63157,0,0,0,0,0 +63158,0,0,0,0,0 +63159,0,0,0,0,0 +63160,0,0,0,0,0 +63161,0,0,0,0,0 +63162,0,0,0,0,0 +63163,0,0,0,0,0 +63164,0,0,0,0,0 +63165,0,0,0,0,0 +63166,0,0,0,0,0 +63167,0,0,0,0,0 +63168,0,0,0,0,0 +63169,0,0,0,0,0 +63170,0,0,0,0,0 +63171,0,0,0,0,0 +63172,0,0,0,0,0 +63173,0,0,0,0,0 +63174,0,0,0,0,0 +63175,0,0,0,0,0 +63176,0,0,0,0,0 +63177,0,0,0,0,0 +63178,0,0,0,0,0 +63179,0,0,0,0,0 +63180,0,0,0,0,0 +63181,0,0,0,0,0 +63182,0,0,0,0,0 +63183,0,0,0,0,0 +63184,0,0,0,0,0 +63185,0,0,0,0,0 +63186,0,0,0,0,0 +63187,0,0,0,0,0 +63188,0,0,0,0,0 +63189,0,0,0,0,0 +63190,0,0,0,0,0 +63191,0,0,0,0,0 +63192,0,0,0,0,0 +63193,0,0,0,0,0 +63194,0,0,0,0,0 +63195,0,0,0,0,0 +63196,0,0,0,0,0 +63197,0,0,0,0,0 +63198,0,0,0,0,0 +63199,0,0,0,0,0 +63200,0,0,0,0,0 +63201,0,0,0,0,0 +63202,0,0,0,0,0 +63203,0,0,0,0,0 +63204,0,0,0,0,0 +63205,0,0,0,0,0 +63206,0,0,0,0,0 +63207,0,0,0,0,0 +63208,0,0,0,0,0 +63209,0,0,0,0,0 +63210,0,0,0,0,0 +63211,0,0,0,0,0 +63212,0,0,0,0,0 +63213,0,0,0,0,0 +63214,0,0,0,0,0 +63215,0,0,0,0,0 +63216,0,0,0,0,0 +63217,0,0,0,0,0 +63218,0,0,0,0,0 +63219,0,0,0,0,0 +63220,0,0,0,0,0 +63221,0,0,0,0,0 +63222,0,0,0,0,0 +63223,0,0,0,0,0 +63224,0,0,0,0,0 +63225,0,0,0,0,0 +63226,0,0,0,0,0 +63227,0,0,0,0,0 +63228,0,0,0,0,0 +63229,0,0,0,0,0 +63230,0,0,0,0,0 +63231,0,0,0,0,0 +63232,0,0,0,0,0 +63233,0,0,0,0,0 +63234,0,0,0,0,0 +63235,0,0,0,0,0 +63236,0,0,0,0,0 +63237,0,0,0,0,0 +63238,0,0,0,0,0 +63239,0,0,0,0,0 +63240,0,0,0,0,0 +63241,0,0,0,0,0 +63242,0,0,0,0,0 +63243,0,0,0,0,0 +63244,0,0,0,0,0 +63245,0,0,0,0,0 +63246,0,0,0,0,0 +63247,0,0,0,0,0 +63248,0,0,0,0,0 +63249,0,0,0,0,0 +63250,0,0,0,0,0 +63251,0,0,0,0,0 +63252,0,0,0,0,0 +63253,0,0,0,0,0 +63254,0,0,0,0,0 +63255,0,0,0,0,0 +63256,0,0,0,0,0 +63257,0,0,0,0,0 +63258,0,0,0,0,0 +63259,0,0,0,0,0 +63260,0,0,0,0,0 +63261,0,0,0,0,0 +63262,0,0,0,0,0 +63263,0,0,0,0,0 +63264,0,0,0,0,0 +63265,0,0,0,0,0 +63266,0,0,0,0,0 +63267,0,0,0,0,0 +63268,0,0,0,0,0 +63269,0,0,0,0,0 +63270,0,0,0,0,0 +63271,0,0,0,0,0 +63272,0,0,0,0,0 +63273,0,0,0,0,0 +63274,0,0,0,0,0 +63275,0,0,0,0,0 +63276,0,0,0,0,0 +63277,0,0,0,0,0 +63278,0,0,0,0,0 +63279,0,0,0,0,0 +63280,0,0,0,0,0 +63281,0,0,0,0,0 +63282,0,0,0,0,0 +63283,0,0,0,0,0 +63284,0,0,0,0,0 +63285,0,0,0,0,0 +63286,0,0,0,0,0 +63287,0,0,0,0,0 +63288,0,0,0,0,0 +63289,0,0,0,0,0 +63290,0,0,0,0,0 +63291,0,0,0,0,0 +63292,0,0,0,0,0 +63293,0,0,0,0,0 +63294,0,0,0,0,0 +63295,0,0,0,0,0 +63296,0,0,0,0,0 +63297,0,0,0,0,0 +63298,0,0,0,0,0 +63299,0,0,0,0,0 +63300,0,0,0,0,0 +63301,0,0,0,0,0 +63302,0,0,0,0,0 +63303,0,0,0,0,0 +63304,0,0,0,0,0 +63305,0,0,0,0,0 +63306,0,0,0,0,0 +63307,0,0,0,0,0 +63308,0,0,0,0,0 +63309,0,0,0,0,0 +63310,0,0,0,0,0 +63311,0,0,0,0,0 +63312,0,0,0,0,0 +63313,0,0,0,0,0 +63314,0,0,0,0,0 +63315,0,0,0,0,0 +63316,0,0,0,0,0 +63317,0,0,0,0,0 +63318,0,0,0,0,0 +63319,0,0,0,0,0 +63320,0,0,0,0,0 +63321,0,0,0,0,0 +63322,0,0,0,0,0 +63323,0,0,0,0,0 +63324,0,0,0,0,0 +63325,0,0,0,0,0 +63326,0,0,0,0,0 +63327,0,0,0,0,0 +63328,0,0,0,0,0 +63329,0,0,0,0,0 +63330,0,0,0,0,0 +63331,0,0,0,0,0 +63332,0,0,0,0,0 +63333,0,0,0,0,0 +63334,0,0,0,0,0 +63335,0,0,0,0,0 +63336,0,0,0,0,0 +63337,0,0,0,0,0 +63338,0,0,0,0,0 +63339,0,0,0,0,0 +63340,0,0,0,0,0 +63341,0,0,0,0,0 +63342,0,0,0,0,0 +63343,0,0,0,0,0 +63344,0,0,0,0,0 +63345,0,0,0,0,0 +63346,0,0,0,0,0 +63347,0,0,0,0,0 +63348,0,0,0,0,0 +63349,0,0,0,0,0 +63350,0,0,0,0,0 +63351,0,0,0,0,0 +63352,0,0,0,0,0 +63353,0,0,0,0,0 +63354,0,0,0,0,0 +63355,0,0,0,0,0 +63356,0,0,0,0,0 +63357,0,0,0,0,0 +63358,0,0,0,0,0 +63359,0,0,0,0,0 +63360,0,0,0,0,0 +63361,0,0,0,0,0 +63362,0,0,0,0,0 +63363,0,0,0,0,0 +63364,0,0,0,0,0 +63365,0,0,0,0,0 +63366,0,0,0,0,0 +63367,0,0,0,0,0 +63368,0,0,0,0,0 +63369,0,0,0,0,0 +63370,0,0,0,0,0 +63371,0,0,0,0,0 +63372,0,0,0,0,0 +63373,0,0,0,0,0 +63374,0,0,0,0,0 +63375,0,0,0,0,0 +63376,0,0,0,0,0 +63377,0,0,0,0,0 +63378,0,0,0,0,0 +63379,0,0,0,0,0 +63380,0,0,0,0,0 +63381,0,0,0,0,0 +63382,0,0,0,0,0 +63383,0,0,0,0,0 +63384,0,0,0,0,0 +63385,0,0,0,0,0 +63386,0,0,0,0,0 +63387,0,0,0,0,0 +63388,0,0,0,0,0 +63389,0,0,0,0,0 +63390,0,0,0,0,0 +63391,0,0,0,0,0 +63392,0,0,0,0,0 +63393,0,0,0,0,0 +63394,0,0,0,0,0 +63395,0,0,0,0,0 +63396,0,0,0,0,0 +63397,0,0,0,0,0 +63398,0,0,0,0,0 +63399,0,0,0,0,0 +63400,0,0,0,0,0 +63401,0,0,0,0,0 +63402,0,0,0,0,0 +63403,0,0,0,0,0 +63404,0,0,0,0,0 +63405,0,0,0,0,0 +63406,0,0,0,0,0 +63407,0,0,0,0,0 +63408,0,0,0,0,0 +63409,0,0,0,0,0 +63410,0,0,0,0,0 +63411,0,0,0,0,0 +63412,0,0,0,0,0 +63413,0,0,0,0,0 +63414,0,0,0,0,0 +63415,0,0,0,0,0 +63416,0,0,0,0,0 +63417,0,0,0,0,0 +63418,0,0,0,0,0 +63419,0,0,0,0,0 +63420,0,0,0,0,0 +63421,0,0,0,0,0 +63422,0,0,0,0,0 +63423,0,0,0,0,0 +63424,0,0,0,0,0 +63425,0,0,0,0,0 +63426,0,0,0,0,0 +63427,0,0,0,0,0 +63428,0,0,0,0,0 +63429,0,0,0,0,0 +63430,0,0,0,0,0 +63431,0,0,0,0,0 +63432,0,0,0,0,0 +63433,0,0,0,0,0 +63434,0,0,0,0,0 +63435,0,0,0,0,0 +63436,0,0,0,0,0 +63437,0,0,0,0,0 +63438,0,0,0,0,0 +63439,0,0,0,0,0 +63440,0,0,0,0,0 +63441,0,0,0,0,0 +63442,0,0,0,0,0 +63443,0,0,0,0,0 +63444,0,0,0,0,0 +63445,0,0,0,0,0 +63446,0,0,0,0,0 +63447,0,0,0,0,0 +63448,0,0,0,0,0 +63449,0,0,0,0,0 +63450,0,0,0,0,0 +63451,0,0,0,0,0 +63452,0,0,0,0,0 +63453,0,0,0,0,0 +63454,0,0,0,0,0 +63455,0,0,0,0,0 +63456,0,0,0,0,0 +63457,0,0,0,0,0 +63458,0,0,0,0,0 +63459,0,0,0,0,0 +63460,0,0,0,0,0 +63461,0,0,0,0,0 +63462,0,0,0,0,0 +63463,0,0,0,0,0 +63464,0,0,0,0,0 +63465,0,0,0,0,0 +63466,0,0,0,0,0 +63467,0,0,0,0,0 +63468,0,0,0,0,0 +63469,0,0,0,0,0 +63470,0,0,0,0,0 +63471,0,0,0,0,0 +63472,0,0,0,0,0 +63473,0,0,0,0,0 +63474,0,0,0,0,0 +63475,0,0,0,0,0 +63476,0,0,0,0,0 +63477,0,0,0,0,0 +63478,0,0,0,0,0 +63479,0,0,0,0,0 +63480,0,0,0,0,0 +63481,0,0,0,0,0 +63482,0,0,0,0,0 +63483,0,0,0,0,0 +63484,0,0,0,0,0 +63485,0,0,0,0,0 +63486,0,0,0,0,0 +63487,0,0,0,0,0 +63488,0,0,0,0,0 +63489,0,0,0,0,0 +63490,0,0,0,0,0 +63491,0,0,0,0,0 +63492,0,0,0,0,0 +63493,0,0,0,0,0 +63494,0,0,0,0,0 +63495,0,0,0,0,0 +63496,0,0,0,0,0 +63497,0,0,0,0,0 +63498,0,0,0,0,0 +63499,0,0,0,0,0 +63500,0,0,0,0,0 +63501,0,0,0,0,0 +63502,0,0,0,0,0 +63503,0,0,0,0,0 +63504,0,0,0,0,0 +63505,0,0,0,0,0 +63506,0,0,0,0,0 +63507,0,0,0,0,0 +63508,0,0,0,0,0 +63509,0,0,0,0,0 +63510,0,0,0,0,0 +63511,0,0,0,0,0 +63512,0,0,0,0,0 +63513,0,0,0,0,0 +63514,0,0,0,0,0 +63515,0,0,0,0,0 +63516,0,0,0,0,0 +63517,0,0,0,0,0 +63518,0,0,0,0,0 +63519,0,0,0,0,0 +63520,0,0,0,0,0 +63521,0,0,0,0,0 +63522,0,0,0,0,0 +63523,0,0,0,0,0 +63524,0,0,0,0,0 +63525,0,0,0,0,0 +63526,0,0,0,0,0 +63527,0,0,0,0,0 +63528,0,0,0,0,0 +63529,0,0,0,0,0 +63530,0,0,0,0,0 +63531,0,0,0,0,0 +63532,0,0,0,0,0 +63533,0,0,0,0,0 +63534,0,0,0,0,0 +63535,0,0,0,0,0 +63536,0,0,0,0,0 +63537,0,0,0,0,0 +63538,0,0,0,0,0 +63539,0,0,0,0,0 +63540,0,0,0,0,0 +63541,0,0,0,0,0 +63542,0,0,0,0,0 +63543,0,0,0,0,0 +63544,0,0,0,0,0 +63545,0,0,0,0,0 +63546,0,0,0,0,0 +63547,0,0,0,0,0 +63548,0,0,0,0,0 +63549,0,0,0,0,0 +63550,0,0,0,0,0 +63551,0,0,0,0,0 +63552,0,0,0,0,0 +63553,0,0,0,0,0 +63554,0,0,0,0,0 +63555,0,0,0,0,0 +63556,0,0,0,0,0 +63557,0,0,0,0,0 +63558,0,0,0,0,0 +63559,0,0,0,0,0 +63560,0,0,0,0,0 +63561,0,0,0,0,0 +63562,0,0,0,0,0 +63563,0,0,0,0,0 +63564,0,0,0,0,0 +63565,0,0,0,0,0 +63566,0,0,0,0,0 +63567,0,0,0,0,0 +63568,0,0,0,0,0 +63569,0,0,0,0,0 +63570,0,0,0,0,0 +63571,0,0,0,0,0 +63572,0,0,0,0,0 +63573,0,0,0,0,0 +63574,0,0,0,0,0 +63575,0,0,0,0,0 +63576,0,0,0,0,0 +63577,0,0,0,0,0 +63578,0,0,0,0,0 +63579,0,0,0,0,0 +63580,0,0,0,0,0 +63581,0,0,0,0,0 +63582,0,0,0,0,0 +63583,0,0,0,0,0 +63584,0,0,0,0,0 +63585,0,0,0,0,0 +63586,0,0,0,0,0 +63587,0,0,0,0,0 +63588,0,0,0,0,0 +63589,0,0,0,0,0 +63590,0,0,0,0,0 +63591,0,0,0,0,0 +63592,0,0,0,0,0 +63593,0,0,0,0,0 +63594,0,0,0,0,0 +63595,0,0,0,0,0 +63596,0,0,0,0,0 +63597,0,0,0,0,0 +63598,0,0,0,0,0 +63599,0,0,0,0,0 +63600,0,0,0,0,0 +63601,0,0,0,0,0 +63602,0,0,0,0,0 +63603,0,0,0,0,0 +63604,0,0,0,0,0 +63605,0,0,0,0,0 +63606,0,0,0,0,0 +63607,0,0,0,0,0 +63608,0,0,0,0,0 +63609,0,0,0,0,0 +63610,0,0,0,0,0 +63611,0,0,0,0,0 +63612,0,0,0,0,0 +63613,0,0,0,0,0 +63614,0,0,0,0,0 +63615,0,0,0,0,0 +63616,0,0,0,0,0 +63617,0,0,0,0,0 +63618,0,0,0,0,0 +63619,0,0,0,0,0 +63620,0,0,0,0,0 +63621,0,0,0,0,0 +63622,0,0,0,0,0 +63623,0,0,0,0,0 +63624,0,0,0,0,0 +63625,0,0,0,0,0 +63626,0,0,0,0,0 +63627,0,0,0,0,0 +63628,0,0,0,0,0 +63629,0,0,0,0,0 +63630,0,0,0,0,0 +63631,0,0,0,0,0 +63632,0,0,0,0,0 +63633,0,0,0,0,0 +63634,0,0,0,0,0 +63635,0,0,0,0,0 +63636,0,0,0,0,0 +63637,0,0,0,0,0 +63638,0,0,0,0,0 +63639,0,0,0,0,0 +63640,0,0,0,0,0 +63641,0,0,0,0,0 +63642,0,0,0,0,0 +63643,0,0,0,0,0 +63644,0,0,0,0,0 +63645,0,0,0,0,0 +63646,0,0,0,0,0 +63647,0,0,0,0,0 +63648,0,0,0,0,0 +63649,0,0,0,0,0 +63650,0,0,0,0,0 +63651,0,0,0,0,0 +63652,0,0,0,0,0 +63653,0,0,0,0,0 +63654,0,0,0,0,0 +63655,0,0,0,0,0 +63656,0,0,0,0,0 +63657,0,0,0,0,0 +63658,0,0,0,0,0 +63659,0,0,0,0,0 +63660,0,0,0,0,0 +63661,0,0,0,0,0 +63662,0,0,0,0,0 +63663,0,0,0,0,0 +63664,0,0,0,0,0 +63665,0,0,0,0,0 +63666,0,0,0,0,0 +63667,0,0,0,0,0 +63668,0,0,0,0,0 +63669,0,0,0,0,0 +63670,0,0,0,0,0 +63671,0,0,0,0,0 +63672,0,0,0,0,0 +63673,0,0,0,0,0 +63674,0,0,0,0,0 +63675,0,0,0,0,0 +63676,0,0,0,0,0 +63677,0,0,0,0,0 +63678,0,0,0,0,0 +63679,0,0,0,0,0 +63680,0,0,0,0,0 +63681,0,0,0,0,0 +63682,0,0,0,0,0 +63683,0,0,0,0,0 +63684,0,0,0,0,0 +63685,0,0,0,0,0 +63686,0,0,0,0,0 +63687,0,0,0,0,0 +63688,0,0,0,0,0 +63689,0,0,0,0,0 +63690,0,0,0,0,0 +63691,0,0,0,0,0 +63692,0,0,0,0,0 +63693,0,0,0,0,0 +63694,0,0,0,0,0 +63695,0,0,0,0,0 +63696,0,0,0,0,0 +63697,0,0,0,0,0 +63698,0,0,0,0,0 +63699,0,0,0,0,0 +63700,0,0,0,0,0 +63701,0,0,0,0,0 +63702,0,0,0,0,0 +63703,0,0,0,0,0 +63704,0,0,0,0,0 +63705,0,0,0,0,0 +63706,0,0,0,0,0 +63707,0,0,0,0,0 +63708,0,0,0,0,0 +63709,0,0,0,0,0 +63710,0,0,0,0,0 +63711,0,0,0,0,0 +63712,0,0,0,0,0 +63713,0,0,0,0,0 +63714,0,0,0,0,0 +63715,0,0,0,0,0 +63716,0,0,0,0,0 +63717,0,0,0,0,0 +63718,0,0,0,0,0 +63719,0,0,0,0,0 +63720,0,0,0,0,0 +63721,0,0,0,0,0 +63722,0,0,0,0,0 +63723,0,0,0,0,0 +63724,0,0,0,0,0 +63725,0,0,0,0,0 +63726,0,0,0,0,0 +63727,0,0,0,0,0 +63728,0,0,0,0,0 +63729,0,0,0,0,0 +63730,0,0,0,0,0 +63731,0,0,0,0,0 +63732,0,0,0,0,0 +63733,0,0,0,0,0 +63734,0,0,0,0,0 +63735,0,0,0,0,0 +63736,0,0,0,0,0 +63737,0,0,0,0,0 +63738,0,0,0,0,0 +63739,0,0,0,0,0 +63740,0,0,0,0,0 +63741,0,0,0,0,0 +63742,0,0,0,0,0 +63743,0,0,0,0,0 +63744,0,0,0,0,0 +63745,0,0,0,0,0 +63746,0,0,0,0,0 +63747,0,0,0,0,0 +63748,0,0,0,0,0 +63749,0,0,0,0,0 +63750,0,0,0,0,0 +63751,0,0,0,0,0 +63752,0,0,0,0,0 +63753,0,0,0,0,0 +63754,0,0,0,0,0 +63755,0,0,0,0,0 +63756,0,0,0,0,0 +63757,0,0,0,0,0 +63758,0,0,0,0,0 +63759,0,0,0,0,0 +63760,0,0,0,0,0 +63761,0,0,0,0,0 +63762,0,0,0,0,0 +63763,0,0,0,0,0 +63764,0,0,0,0,0 +63765,0,0,0,0,0 +63766,0,0,0,0,0 +63767,0,0,0,0,0 +63768,0,0,0,0,0 +63769,0,0,0,0,0 +63770,0,0,0,0,0 +63771,0,0,0,0,0 +63772,0,0,0,0,0 +63773,0,0,0,0,0 +63774,0,0,0,0,0 +63775,0,0,0,0,0 +63776,0,0,0,0,0 +63777,0,0,0,0,0 +63778,0,0,0,0,0 +63779,0,0,0,0,0 +63780,0,0,0,0,0 +63781,-1564.070098,-687.9705586,-1534.828351,-687.7879852,-340.3777675 +63782,-1701.615227,-726.6774937,-1670.965267,-726.4976943,-545.461037 +63783,-2041.920318,-867.750204,-2008.490373,-867.5736505,-1306.835609 +63784,-1855.045825,-787.0463583,-1824.379699,-786.873202,-1152.93071 +63785,-1597.676339,-669.602187,-1566.479329,-669.4337714,-678.7619349 +63786,-1729.202805,-728.4975695,-1696.817676,-728.3346673,-863.858952 +63787,-1823.782946,-771.9461873,-1790.970043,-771.7885549,-1020.175715 +63788,-1883.916264,-800.3281534,-1851.07218,-800.1753838,-1135.499185 +63789,-1915.042865,-815.7243295,-1882.338911,-815.576061,-1208.572919 +63790,-1914.533412,-816.7695498,-1882.014369,-816.6255477,-1227.483696 +63791,-1893.290368,-808.3568804,-1860.941572,-808.2170326,-1208.239219 +63792,-1873.760796,-800.6649854,-1841.547089,-800.5292553,-1190.048928 +63793,-1833.469498,-784.1666104,-1801.841744,-784.0348313,-1159.961761 +63794,-1815.482024,-777.1157278,-1783.990501,-776.9879921,-1143.959498 +63795,-1818.534464,-778.941373,-1786.747572,-778.8177281,-1140.709852 +63796,-1788.919196,-766.8660655,-1757.544928,-766.7462255,-1118.595542 +63797,-1778.253058,-762.7786713,-1746.909806,-762.6626409,-1108.356392 +63798,-1717.338919,-767.2970585,-1756.287667,-767.1848349,-1110.402292 +63799,-1448.40112,-762.8133729,-1609.591296,-762.704783,-1087.744411 +63800,-1579.443191,-737.0253999,-1343.414228,-742.0433056,-1069.032356 +63801,-1518.057199,-443.1960531,-1473.832732,-661.39214,-765.5447371 +63802,-1504.626387,-586.044534,-1410.414258,-717.8651336,-1034.012459 +63803,-1489.302589,-524.6318595,-1388.025098,-683.1584308,-985.4841768 +63804,-1349.953672,-504.5093788,-1313.677082,-564.8385273,-484.7453446 +63805,-1527.12923,-488.1692518,-1438.913404,-643.7774801,-716.576793 +63806,-1539.14723,-469.8084435,-1294.43842,-712.5934951,-1033.255714 +63807,-1373.00369,-452.3806672,-1328.642068,-674.7831631,-981.4664182 +63808,-1439.934967,-435.9467171,-1303.032823,-647.9818831,-942.2518157 +63809,-1416.812642,-418.6125265,-1287.160179,-626.1253435,-897.7378875 +63810,-1185.940571,-403.4706253,-1151.554228,-492.2519334,-294.092485 +63811,-1571.584463,-385.5458762,-1434.194255,-667.854158,-969.7622824 +63812,-1311.650307,-368.8564907,-1153.247048,-549.8807933,-463.2803325 +63813,-1465.730373,-351.7493816,-1240.455701,-619.7809365,-650.997071 +63814,-1298.337092,-341.6421074,-1210.591897,-660.7672019,-766.2607338 +63815,-1359.594951,-322.8711104,-1191.215605,-677.4851819,-811.2842303 +63816,-1332.903351,-306.2119441,-1178.038492,-647.963257,-1044.513136 +63817,-1316.478572,-287.5601614,-1157.88152,-552.3878283,-958.7295093 +63818,-1308.880027,-269.4613872,-1142.696412,-605.7919187,-905.0056679 +63819,-1297.822551,-251.5967267,-1126.811465,-581.5773503,-830.7070989 +63820,-1065.592399,-241.3510132,-1036.776966,-443.1514304,-184.0673021 +63821,-1314.549161,-228.7867605,-1202.642058,-547.5607346,-462.7193575 +63822,-1483.677379,-213.5151534,-1028.1112,-622.0704904,-676.9074639 +63823,-1152.80738,-199.8962741,-1074.232189,-657.0001488,-773.1437752 +63824,-1256.36416,-188.777974,-1049.347797,-479.6344368,-1030.519657 +63825,-1238.754153,-177.5827101,-1037.768957,-548.1692688,-477.4137522 +63826,-1222.640087,-169.3668806,-1027.88238,-564.1165236,-626.6776305 +63827,-1219.35825,-165.4675729,-1021.691792,-524.3217874,-1002.505488 +63828,-1206.231502,-157.7437355,-1011.283544,-524.9940604,-416.9523555 +63829,-1200.302624,-149.3103197,-1003.391994,-532.1489438,-590.2099089 +63830,-1190.235992,-140.1455556,-987.55362,-515.0383523,-993.0777108 +63831,-1178.057913,-131.7454459,-982.0951762,-512.3218814,-403.682191 +63832,-1170.310056,-123.0203861,-966.6765292,-507.6881443,-579.8334801 +63833,-1163.22345,-114.9449462,-958.0446251,-502.0981387,-682.24513 +63834,-1150.999688,-106.3595084,-948.2197375,-495.580484,-744.4991387 +63835,-1142.618725,-98.38774081,-936.4993855,-490.7335102,-784.3021044 +63836,-1133.239636,-90.26776598,-927.5154303,-486.1171598,-810.5535039 +63837,-1126.842585,-82.33069121,-915.613423,-480.1863002,-828.2608856 +63838,-1114.866233,-74.48248404,-908.2531199,-475.3841714,-1009.603527 +63839,-1107.706552,-66.6157411,-895.3484482,-469.7418296,-477.4303856 +63840,-1098.252197,-59.21423879,-887.4565805,-464.6334921,-935.5179187 +63841,69.53561581,36.9130351,81.40644644,36.92566728,-863.6231892 +63842,110.2903325,191.5644589,409.4650565,93.98003647,-259.5443245 +63843,81.40426969,52.18529919,85.01504485,36.93306665,120.3971357 +63844,82.67787371,62.2164988,89.19627621,37.77068777,164.1909414 +63845,84.82822095,72.41998831,96.08958805,39.38360178,198.0627983 +63846,87.43998189,81.73044065,103.6107233,41.28914785,225.684568 +63847,90.38258478,89.94400098,110.8319962,43.27964212,249.9449462 +63848,93.51466593,97.17910927,117.496897,45.26199929,271.9679415 +63849,107.4385606,108.4861978,134.3444008,52.07280905,311.5113875 +63850,128.1267727,122.2103945,157.5007511,61.90003565,361.4647867 +63851,142.7884171,132.657713,174.282389,68.94222562,398.748511 +63852,154.6157755,141.3739855,187.9535829,74.66465695,429.3522561 +63853,164.2042269,148.7045659,199.1515036,79.34566801,454.5294666 +63854,172.0199461,154.9274995,208.3826618,83.20566241,475.3060714 +63855,178.3316341,160.0661911,215.8989046,86.38140844,492.5131697 +63856,183.4709723,164.3618157,222.0761541,89.02388071,506.8114736 +63857,187.7189782,168.0536317,227.2445936,91.25462287,518.7303509 +63858,191.2722871,171.303032,231.631631,93.1629591,528.6984372 +63859,194.2797787,174.2098003,235.4031487,94.81489257,537.0647929 +63860,196.8577039,176.8448536,238.6858274,96.26586189,544.1331761 +63861,199.0735113,179.2472864,241.5551172,97.54547274,550.0937112 +63862,200.9949827,181.4582319,244.0899174,98.68692513,555.1398199 +63863,202.7134842,183.5249852,246.3728768,99.73035056,559.4831702 +63864,204.2428533,185.4622221,248.4208251,100.68421,563.2010488 +63865,205.630329,187.2950246,250.2814204,101.5684542,566.410201 +63866,206.90013,189.0406744,251.9895412,102.3962384,569.1946741 +63867,208.0788165,190.7129936,253.5739583,103.1780889,571.6232686 +63868,209.1839666,192.3230504,255.0576457,103.9224263,573.7523057 +63869,210.2247693,193.8797054,256.4587072,104.635979,575.6278735 +63870,211.2169377,195.3900516,257.7913786,105.3241058,577.2876357 +63871,212.1695564,196.8597781,259.0668914,105.9910903,578.7624668 +63872,213.0709704,198.2711592,260.2727685,106.6305408,580.0775064 +63873,213.9229836,199.6146041,261.4077055,107.2397742,581.2533152 +63874,214.7258844,200.8919726,262.4793227,107.8205475,582.3067881 +63875,215.4894884,202.1105834,263.492604,108.3763887,583.2518976 +63876,216.2156324,203.2784875,264.4521628,108.9107426,584.1001494 +63877,216.9049418,204.4303389,265.359823,109.4207425,584.8611208 +63878,217.5625116,205.5608266,266.2279322,109.9112364,585.5427163 +63879,218.1978681,206.6597296,267.0569409,110.3868664,586.151528 +63880,218.8100847,207.7234314,267.851141,110.8502348,586.6930006 +63881,219.404351,208.7535627,268.6161796,111.3025694,587.1717319 +63882,219.9779569,209.7536531,269.3519917,111.7445152,587.5915676 +63883,220.5355232,210.727208,270.0579874,112.1765655,587.955808 +63884,221.0741284,211.6771308,270.7415093,112.5991634,588.2672437 +63885,221.5981926,212.6057615,271.3988529,113.0127271,588.5283246 +63886,222.1045889,213.5150314,272.0352565,113.417617,588.7411401 +63887,222.5975469,214.4065941,272.6468073,113.8208602,588.9076048 +63888,223.0738045,215.2818868,273.2390159,114.2189706,589.029386 +63889,223.5374269,216.1421674,273.8080344,114.6077849,589.1079731 +63890,224.2149931,217.3138152,274.4915698,115.043695,589.2871495 +63891,227.8511783,219.9718664,278.0760577,116.7960363,594.6771648 +63892,231.3018443,222.5778702,281.474972,118.4587686,599.7047305 +63893,234.6464927,225.1067536,284.785244,120.0747028,604.5638848 +63894,237.8813446,227.5431663,288.0142182,121.6446706,609.2585219 +63895,241.0254135,229.8979678,291.1724978,123.1743682,613.8038223 +63896,244.3061911,232.2839581,294.4815802,124.7678214,618.6082286 +63897,247.3208233,234.5223534,297.5351336,126.2395681,622.9251676 +63898,250.2764867,236.7131679,300.5418505,127.6852482,627.1336942 +63899,253.1850813,238.8631121,303.507516,129.1085335,631.2463681 +63900,256.086211,240.9773383,306.4366056,130.512169,635.2730528 +63901,259.107693,243.119743,309.464114,131.957981,639.4605782 +63902,269.1747918,256.8275732,319.4899729,136.5436326,656.848014 +63903,282.5751681,591.1075668,333.0407886,142.6581551,680.8749558 +63904,295.7581635,407.0057083,346.6137709,148.7060916,705.0581672 +63905,307.3547984,466.9025579,358.7543107,154.045567,726.7377577 +63906,317.3241468,478.4902106,369.3247821,158.5331284,745.6453542 +63907,326.0217887,488.5974462,378.3744686,162.3689761,762.2792862 +63908,333.7759068,498.2099022,386.3079887,165.757287,777.1444325 +63909,340.8034193,507.7705459,393.4529902,168.8262411,790.5838988 +63910,347.2415336,517.0385305,400.0021609,171.6471875,802.818934 +63911,353.1873799,526.5988361,406.0660971,174.2644645,814.0103379 +63912,358.718755,535.2731256,411.7200858,176.7116495,824.2913111 +63913,363.9015492,544.6099825,417.0255682,179.0171031,833.7789115 +63914,368.7915829,553.35741,422.0358515,181.2049476,842.576187 +63915,373.4355561,562.0128132,426.796778,183.2952389,850.7728432 +63916,377.8721148,571.0398295,431.3468514,185.304315,858.4461973 +63917,382.1331211,579.2678315,435.7179529,187.245377,865.6626561 +63918,386.2425708,587.7181975,439.9340807,189.1280496,872.4750977 +63919,390.216189,596.332999,444.0109335,190.9582477,878.9216627 +63920,394.0892992,604.4987421,447.9838035,192.7508747,885.0760952 +63921,397.8700159,612.7367767,451.8607839,194.5085525,890.9624213 +63922,401.5693126,620.6812338,455.6528378,196.2352988,896.6094484 +63923,405.1969588,629.184149,459.3697346,197.9346812,902.0432801 +63924,408.7613363,636.7357508,463.0198625,199.6097289,907.2869328 +63925,412.2695312,644.7997084,466.6103177,201.2629684,912.3604804 +63926,415.7275164,652.5923637,470.1470855,202.8964985,917.2813874 +63927,419.1403119,660.1303042,473.6351999,204.5120568,922.0648107 +63928,422.5121581,668.1533248,477.0789155,206.111091,926.7239386 +63929,425.608361,675.6034922,480.2435542,207.5865009,930.8370124 +63930,428.9839784,683.1922364,483.6842004,209.1902947,935.4176862 +63931,432.3066853,692.6837196,487.0685424,210.7709953,939.8660177 +63932,435.5796894,702.4480658,490.3870917,212.3242694,944.1979259 +63933,438.8075717,712.356987,493.6370547,213.8488539,948.4278227 +63934,441.9960154,722.159782,496.823043,215.346772,952.5682285 +63935,445.1503556,752.026198,499.9521985,216.8211276,956.6293202 +63936,448.5248093,765.0158723,503.1087189,218.3085326,960.6200194 +63937,452.0089871,777.1135227,506.2603505,219.7945109,964.5473728 +63938,455.479309,788.5773467,509.3698221,221.2625742,968.4160963 +63939,458.8826587,800.6273586,512.4225339,222.7063328,972.2299856 +63940,462.2136489,812.2503134,515.4192226,224.1261666,975.9923506 +63941,465.483217,823.4124497,518.3656975,225.5246432,979.706182 +63942,468.7029054,835.1299283,521.2676959,226.9042406,983.3741896 +63943,471.8809639,846.5979589,524.1296186,228.2668074,986.9987964 +63944,475.0230129,858.0752639,526.9548027,229.6137049,990.5822187 +63945,478.1332104,869.6334486,529.7458972,230.9459862,994.1263854 +63946,481.2150119,881.1253643,532.5051791,232.2645434,997.6330611 +63947,484.2713909,892.3480814,535.2346191,233.5701386,1001.103785 +63948,487.3049698,904.3657568,537.935979,234.8659542,1004.539988 +63949,490.3180189,915.6096845,540.610808,236.149008,1007.942955 +63950,493.3124797,948.3069896,543.2604541,237.4167957,1011.313815 +63951,496.6113628,963.1064364,545.9916673,238.6967503,1014.657508 +63952,500.0710794,976.682716,548.7271982,239.9792512,1017.971683 +63953,503.5334295,989.7909595,551.4267404,241.2512592,1021.256825 +63954,506.9296125,1002.809331,554.0786039,242.5066131,1024.514004 +63955,510.2511926,1015.618249,556.6847514,243.7444901,1027.744165 +63956,513.5104701,1028.325729,559.2504618,244.9661801,1030.948114 +63957,516.7206826,1041.06243,561.7803635,246.1732422,1034.126598 +63958,519.8911234,1053.60569,564.2778625,247.3669374,1037.280395 +63959,523.0278856,1066.236931,566.7455246,248.5482152,1040.410253 +63960,526.1353917,1078.679189,569.1854682,249.7178323,1194.343976 +63961,529.2268647,1094.120452,571.6091664,250.880805,1144.60803 +63962,532.494508,1107.314766,693.0502064,252.0880349,1181.648548 +63963,535.8658094,1120.391106,646.6728112,253.3248423,1195.433514 +63964,539.2500456,1133.214884,670.113635,254.5665182,1208.329811 +63965,542.6034452,1146.099833,681.9509714,255.7988703,1220.918742 +63966,545.9135826,1158.767455,692.1944655,257.0173619,1233.120931 +63967,549.1776223,1171.532231,701.9506612,258.221978,1245.01401 +63968,552.3973172,1184.090241,711.7107408,259.4138603,1257.121426 +63969,555.5769992,1196.765642,721.2055573,260.5940503,1268.36652 +63970,558.721583,1208.745645,730.6433605,312.657952,1280.003047 +63971,561.8355111,1222.037342,739.8719828,313.6240038,1291.55288 +63972,564.9225397,1243.533452,755.9976115,286.3424381,1302.470906 +63973,568.1604917,1257.605614,765.9117947,313.0839647,1313.597956 +63974,571.4886259,1271.098057,775.2916296,321.7759869,1324.68262 +63975,656.9118127,1284.280091,784.0968836,321.4847771,1335.243167 +63976,669.6487441,1297.321863,793.0213685,327.7071036,1346.277795 +63977,696.746424,1310.444608,802.131027,332.5939314,1356.484178 +63978,700.1548945,1323.176804,810.2264295,337.1403607,1366.876092 +63979,718.2985158,1336.136543,818.9456035,341.771044,1377.424121 +63980,731.1720169,1348.843625,827.3161799,346.2398122,1387.475432 +63981,743.8284351,1361.543379,835.5449251,350.6883338,1397.58713 +63982,756.4215531,1374.107009,843.6444561,355.036159,1407.560802 +63983,768.646889,1386.807053,851.8596662,359.3980946,1417.274308 +63984,781.0761504,1407.453948,859.5695651,363.4920227,1427.314995 +63985,793.1471111,1424.306662,867.5290657,367.850129,1436.856232 +63986,805.059246,1441.13513,875.3806886,371.7787854,1446.462998 +63987,817.307434,1457.754744,883.1957372,376.0991605,1455.944451 +63988,828.7121389,1474.503155,890.4680271,379.8244272,1465.109705 +63989,840.7475083,1490.785348,898.1286687,384.0248172,1474.768784 +63990,852.2563276,1507.328686,905.5831766,387.7916103,1483.788122 +63991,862.7426344,1520.379843,912.6981987,391.6283272,1493.157653 +63992,873.8868327,1533.11189,919.9879012,395.4487992,1501.83929 +63993,883.6638196,1545.008195,926.9453918,398.884524,1510.920702 +63994,894.5668063,1556.883088,933.7784516,402.8070593,1519.719299 +63995,904.2712949,1568.357883,940.7329737,406.2387748,1528.439884 +63996,915.0107655,1579.6552,947.6249215,409.7680463,1537.137063 +63997,924.4165268,1590.373855,954.2159035,413.3735381,1545.695065 +63998,934.4558322,1601.089115,961.0349976,416.6607736,1553.959329 +63999,944.2244413,1611.444124,967.4606994,420.2042741,1562.471254 +64000,954.0062183,1621.656615,973.9129823,423.5247533,1570.886127 +64001,963.5325682,1631.459586,980.5632755,426.7239324,1578.878324 +64002,972.769693,1641.260803,986.7798327,430.1217815,1587.323 +64003,982.3513194,1651.286099,993.0504606,433.384699,1595.143523 +64004,991.7139011,1665.179502,999.2667725,436.5450481,1603.357044 +64005,1000.690174,1667.955854,1005.672894,439.6605128,1611.086651 +64006,1009.837615,1686.105626,1011.565957,442.9321882,1619.118741 +64007,1018.965197,1682.994689,1017.885104,445.9168837,1626.702272 +64008,1027.988752,1708.336007,1023.737113,448.8836387,1634.581663 +64009,1036.853049,1694.108795,1029.65367,452.1486479,1642.019575 +64010,1045.433589,1699.149885,1035.92038,455.0868169,1649.500831 +64011,1054.126801,1727.87382,1041.296824,457.8788485,1656.997036 +64012,1062.641237,1723.814372,1047.183278,461.001941,1664.426953 +64013,1071.386905,1733.995151,1053.11147,463.7009698,1671.716654 +64014,1083.180188,1736.704518,1067.602442,470.5136181,1679.32039 +64015,1092.08842,1743.019422,1074.481616,473.8703587,1686.269392 +64016,1100.471537,1749.681212,1080.543937,476.934445,1693.432481 +64017,1109.100842,1756.105732,1086.311882,479.8290407,1700.542336 +64018,1117.272492,1762.594667,1092.820988,483.2043451,1707.51305 +64019,1125.436194,1768.811676,1098.337573,485.7930856,1714.498183 +64020,1133.884828,1775.178206,1104.080287,488.759921,1721.429809 +64021,1023.919074,1727.264542,991.8894532,438.2015571,1496.473904 +64022,1029.264167,1731.926157,995.2843477,439.9070415,1500.509712 +64023,1036.082659,1736.729148,999.4928273,442.0747445,1503.696844 +64024,1041.968248,1741.54488,1003.309682,444.1472755,1508.20507 +64025,1048.880663,1746.376724,1008.265999,446.4495687,1512.680489 +64026,1055.234784,1750.92337,1012.238589,448.5740139,1517.276617 +64027,1061.736868,1755.533727,1016.943041,450.8004058,1522.027819 +64028,1068.518028,1759.958924,1021.104651,453.0741174,1526.742346 +64029,1075.046787,1764.272051,1025.761735,455.3151891,1531.557885 +64030,1081.424349,1768.380067,1029.904192,457.5401913,1536.30116 +64031,1088.093353,1772.554309,1034.535074,459.6797597,1541.105311 +64032,1094.370067,1776.510588,1038.897858,461.8432703,1545.911889 +64033,1100.979414,1780.206572,1043.113461,463.9925187,1550.653792 +64034,1107.195706,1783.934542,1047.384336,466.2241123,1555.471181 +64035,1113.744215,1787.464137,1051.935432,468.3975527,1559.937329 +64036,1119.899586,1790.875107,1055.951682,470.462649,1565.142887 +64037,1126.102774,1794.156817,1060.532763,472.6960828,1569.641766 +64038,1132.575061,1797.304491,1064.538145,474.7313945,1574.495482 +64039,1138.871155,1800.417655,1069.067124,476.9532611,1579.199475 +64040,1144.879079,1803.189894,1072.808867,478.9561275,1583.958388 +64041,1151.343958,1805.930876,1077.738536,481.1619315,1588.620502 +64042,1157.240519,1808.671955,1081.496197,483.1549754,1593.33384 +64043,1163.641289,1811.11903,1086.009458,485.2179191,1598.005617 +64044,1169.161946,1813.50553,1089.957193,487.3815098,1602.667444 +64045,1176.021822,1815.83408,1094.36037,489.4536833,1607.278439 +64046,1181.541652,1817.82527,1098.324998,491.5616749,1611.958166 +64047,1187.882074,1819.868472,1102.709255,493.3619164,1616.547888 +64048,1193.956052,1821.710451,1106.606357,495.6221848,1621.150468 +64049,1199.649017,1823.435032,1110.948729,497.6223682,1625.731211 +64050,1205.531312,1825.030555,1114.864019,499.569855,1630.25614 +64051,1211.49663,1825.791566,1119.363247,501.7707048,1634.859588 +64052,1217.027352,1826.200429,1123.569967,503.7769195,1638.985359 +64053,1222.916239,1826.698058,1128.059618,505.8417929,1644.035334 +64054,1227.992513,1826.620915,1132.170829,508.0729204,1648.318338 +64055,1234.480454,1826.626457,1136.73015,510.1654449,1652.786389 +64056,1239.574977,1826.382192,1140.800256,512.3333555,1657.314436 +64057,1245.363322,1825.989668,1145.353082,514.2891165,1661.777367 +64058,1250.789753,1825.441317,1149.408541,516.3926059,1666.095254 +64059,1256.411074,1824.740873,1153.947999,518.5519001,1670.605967 +64060,1261.784344,1823.890897,1157.985786,520.3699041,1674.907797 +64061,1267.390495,1822.894785,1162.511027,522.79419,1679.41012 +64062,1272.592422,1821.755083,1166.528729,524.6397633,1683.609795 +64063,1278.240103,1820.474379,1170.63972,526.8334124,1688.015734 +64064,1283.345001,1819.055059,1175.261289,528.7899068,1692.414347 +64065,1288.943714,1817.499362,1179.371814,530.9460342,1696.569569 +64066,1293.99056,1815.809454,1183.53729,532.8916886,1700.970904 +64067,1299.535928,1813.98738,1187.914878,535.0368481,1705.196013 +64068,1304.525359,1812.035093,1191.946729,536.7819467,1709.403325 +64069,1310.018706,1809.954505,1196.32775,539.213859,1713.765495 +64070,1314.950377,1807.747389,1200.2903,540.9914965,1717.81124 +64071,1320.339767,1805.415565,1204.762459,543.1494663,1722.136318 +64072,1325.346684,1802.960694,1208.599518,545.0614494,1726.267402 +64073,1330.566966,1800.384512,1213.047805,547.1749582,1727.805583 +64074,1335.570825,1797.688848,1216.969584,549.0763279,1730.839747 +64075,1340.726263,1794.875197,1221.292837,551.1785352,1733.245685 +64076,1345.627778,1791.945075,1225.187289,553.0688276,1735.638519 +64077,1350.866232,1788.900061,1229.601891,555.1596832,1745.949569 +64078,1355.593772,1785.741618,1233.361815,557.0388133,1738.20378 +64079,1360.77596,1782.471215,1237.752935,559.1183064,1755.928117 +64080,1365.580319,1779.090337,1241.604623,560.7753507,1737.24027 +64081,1129.120984,1665.491362,1004.822199,454.0822225,1298.058722 +64082,1128.944352,1659.118401,1002.642695,452.8057064,1285.906694 +64083,1130.325077,1653.613873,1003.589816,453.1693567,1271.379081 +64084,1132.785452,1648.322425,1005.005623,454.1304887,1273.330792 +64085,1135.261672,1643.14332,1006.539949,454.7119832,1274.069554 +64086,1138.307986,1637.998254,1008.637605,455.7397295,1274.189071 +64087,1141.005115,1632.75943,1010.436646,456.610435,1275.165445 +64088,1144.298664,1627.679731,1012.358835,457.7186137,1276.115672 +64089,1147.118439,1622.376726,1015.041734,458.6637469,1277.388451 +64090,1150.460919,1617.08144,1017.05852,459.8281,1278.525496 +64091,1153.473966,1611.792775,1019.382943,460.8194081,1279.988673 +64092,1156.963105,1606.244391,1021.750203,462.0233641,1281.393828 +64093,1160.566349,1600.799641,1024.05505,463.0504388,1282.911028 +64094,1164.369365,1595.22312,1026.601235,464.1045772,1284.430834 +64095,1167.976913,1589.592046,1028.873056,465.4457096,1286.130367 +64096,1172.000926,1583.895791,1031.475343,466.5727844,1287.765596 +64097,1175.585559,1578.134609,1033.86876,467.6885128,1289.494698 +64098,1179.747063,1572.229452,1036.532476,468.9796584,1291.256113 +64099,1183.402009,1566.452583,1038.920563,470.0883441,1293.000171 +64100,1187.59148,1560.447207,1041.620027,471.4024712,1294.914878 +64101,1191.461189,1554.444803,1044.162753,472.5332426,1296.743683 +64102,1195.600433,1548.370539,1046.848191,473.8681745,1298.649658 +64103,1199.537563,1542.236287,1049.31017,475.0194199,1300.526461 +64104,1203.879437,1536.043193,1052.254675,476.3734751,1302.611918 +64105,1207.75776,1529.792598,1054.598864,477.5435028,1304.418046 +64106,1212.160774,1523.48533,1057.585763,478.9151399,1306.551333 +64107,1216.241201,1517.122829,1060.079595,479.886315,1308.52835 +64108,1220.574321,1510.705215,1062.987915,481.6115589,1310.580036 +64109,1224.711086,1504.235724,1065.554541,482.649272,1312.588992 +64110,1229.186267,1497.713993,1068.43224,484.0917366,1314.760499 +64111,1232.712509,1490.33729,1072.270863,485.827484,1316.873638 +64112,1238.025831,1482.825591,1076.191479,487.6299485,1320.114715 +64113,1241.71323,1503.713753,1080.057107,489.4721221,1328.752642 +64114,1246.484569,1426.527284,1084.226039,491.5796371,1318.894638 +64115,1248.050343,1480.813033,1079.917392,489.587402,1336.368977 +64116,1251.92776,1465.638938,1082.341119,490.9055826,1314.276258 +64117,1256.463785,1422.858685,1086.066026,492.5629457,1312.328087 +64118,1260.542467,1468.607734,1089.584458,494.2099071,1336.159463 +64119,1265.086252,1399.334355,1093.311756,495.9810574,1324.580848 +64120,1269.26575,1452.181327,1097.19811,497.7058136,1328.500499 +64121,1273.772156,1388.939085,1101.084691,499.5476136,1329.886855 +64122,1278.142514,1424.610512,1104.876967,501.3290674,1330.909622 +64123,1282.516564,1386.578199,1108.980087,503.1968288,1332.146398 +64124,1286.903779,1395.773088,1112.946105,505.0889445,1333.339652 +64125,1291.442472,1381.996867,1117.015309,506.6868185,1334.604706 +64126,1295.685239,1375.282109,1121.106762,509.0444466,1335.722108 +64127,1300.185503,1367.21813,1125.838271,510.7336509,1336.996472 +64128,1304.50335,1359.358848,1135.94957,512.772649,1338.220996 +64129,1308.920323,1351.42856,1131.065649,514.6895087,1339.537651 +64130,1313.43345,1343.514238,1149.410712,516.6898075,1340.613198 +64131,1317.727907,1335.609381,1133.906806,518.7075568,1342.120913 +64132,1321.908168,1327.715853,1136.141885,520.6725351,1343.209621 +64133,1326.560793,1319.837983,1158.432647,522.7151656,1344.566704 +64134,1330.69263,1312.051178,1152.610189,524.7736454,1345.849432 +64135,1335.259435,1304.118911,1159.207897,526.790752,1347.207005 +64136,1339.429804,1296.356876,1163.812379,528.9098248,1348.63361 +64137,1343.931544,1288.484418,1167.972668,530.9347929,1349.767231 +64138,1347.975474,1280.880009,1172.528256,533.0717847,1351.296979 +64139,1344.968563,1268.417233,1173.207888,533.5454703,1352.631445 +64140,1347.620373,1259.990358,1176.814968,535.4330187,1353.778456 +64141,1586.859518,1359.483771,1416.095234,643.9229649,1802.223742 +64142,1593.940385,1353.517888,1424.107581,647.3169321,1773.465086 +64143,1600.394057,1347.227007,1430.479554,651.104006,1799.075923 +64144,1606.104515,1340.679177,1437.092264,653.9166119,1798.556501 +64145,1611.509592,1334.189682,1442.752358,656.6585986,1800.024867 +64146,1616.893599,1329.601866,1448.703123,659.602745,1795.539268 +64147,1622.061622,1325.280468,1454.530205,662.1926295,1787.109802 +64148,1627.138963,1320.694425,1475.483034,664.9380734,1778.350662 +64149,1632.24557,1316.201669,1441.269315,667.4987677,1770.853415 +64150,1636.998225,1311.714297,1498.072918,670.2474572,1764.988942 +64151,1641.824475,1307.247478,1466.319922,672.7217138,1760.154556 +64152,1646.783082,1302.805119,1484.425817,675.468621,1755.55612 +64153,1651.438926,1298.30274,1487.865514,677.881719,1751.661786 +64154,1656.255923,1294.045485,1493.160539,680.533083,1748.518964 +64155,1660.707831,1289.63014,1498.221208,683.0562414,1745.826058 +64156,1665.365248,1285.320784,1503.457441,685.6613413,1743.46198 +64157,1669.863508,1281.03265,1508.677844,688.1041733,1741.339335 +64158,1674.32345,1276.778593,1513.949245,690.7207652,1739.391953 +64159,1666.838332,1266.834964,1519.099676,693.2779189,1737.610294 +64160,1669.253105,1261.608809,1524.69555,695.9053542,1735.988666 +64161,1672.622369,1257.283517,1529.551854,698.3106045,1734.45226 +64162,1676.204908,1252.859501,1539.702937,700.8981614,1733.092606 +64163,1679.864774,1248.633345,1537.568852,703.2811323,1731.727359 +64164,1683.667209,1244.481139,1545.614153,705.8455655,1730.19627 +64165,1687.163611,1240.403217,1550.091385,708.2074839,1728.675524 +64166,1690.816371,1236.307048,1555.207301,710.7505634,1727.213682 +64167,1696.029305,1232.570063,1559.99419,713.0396985,1725.759666 +64168,1700.960015,1228.504232,1564.918143,715.6401773,1724.308915 +64169,1706.0198,1224.753165,1569.962322,717.9241989,1722.872245 +64170,1711.07579,1220.978911,1574.930869,720.4353744,1721.453464 +64171,1716.188276,1216.824078,1578.267812,722.2011525,1720.001043 +64172,1721.075081,1212.536916,1586.48768,723.9127574,1718.621528 +64173,1726.480126,1208.437157,1583.101631,725.5796136,1717.119685 +64174,1731.431487,1204.155431,1588.193787,727.2547264,1715.318888 +64175,1736.456947,1199.941273,1591.47161,728.7575451,1713.447963 +64176,1748.794912,1195.798744,1594.231623,730.337662,1711.581884 +64177,1740.217825,1191.459651,1596.88061,731.8359307,1709.700187 +64178,1776.278295,1187.301557,1599.934024,733.3074038,1707.777286 +64179,1721.791625,1182.999423,1606.999542,734.6927159,1706.087024 +64180,1779.510661,1178.919761,1603.812808,736.1794317,1704.42511 +64181,1763.932274,1174.673108,1607.868096,737.5183426,1702.460736 +64182,1772.559426,1170.5061,1610.604831,738.8741322,1700.44474 +64183,1778.194004,1166.339569,1613.559297,740.1938224,1698.497385 +64184,1783.232471,1162.185326,1619.841928,741.4856868,1696.715935 +64185,1788.363312,1157.963946,1616.697392,742.7513359,1694.920558 +64186,1793.757426,1154.035644,1619.710271,743.9909017,1693.087305 +64187,1799.007617,1149.75343,1622.654426,745.2055105,1690.998784 +64188,1804.028123,1145.728301,1629.134628,746.395346,1689.175748 +64189,1809.545122,1141.642642,1626.194066,747.5618805,1687.40468 +64190,1814.468571,1137.598567,1628.135818,748.6771842,1685.366422 +64191,1819.61702,1157.222886,1634.879802,749.8191914,1683.345504 +64192,1824.859987,1094.407545,1632.780994,750.8929276,1681.538814 +64193,1830.101704,1142.519451,1638.407938,751.9912192,1679.776733 +64194,1834.965387,1131.652964,1636.48893,752.9670823,1677.82928 +64195,1840.201192,1097.79539,1641.234935,754.1628682,1675.85043 +64196,1845.58461,1140.657205,1639.456102,755.0308483,1673.80375 +64197,1850.165482,1081.248221,1638.790493,756.068611,1671.49067 +64198,1855.523957,1135.539865,1638.895078,757.0321872,1668.897589 +64199,1860.582117,1074.454722,1636.137736,757.9856508,1666.054784 +64200,1865.426235,1122.599009,1633.297526,758.9206485,1662.854234 +64201,1917.10553,1099.157894,1634.752963,782.3940219,1667.293644 +64202,1923.705092,1136.822504,1637.966815,784.3908963,1673.840403 +64203,1929.629,1084.312042,1642.008894,785.79253,1681.361131 +64204,1935.581221,1140.317696,1645.793932,787.0468773,1688.522334 +64205,1940.653498,1072.231285,1648.914449,788.1707112,1694.809668 +64206,1946.01074,1131.755857,1651.378375,789.2053877,1700.206591 +64207,1951.098917,1069.928822,1653.352918,790.2328598,1704.894104 +64208,1956.11732,1116.893497,1655.178296,791.0610935,1709.042464 +64209,1961.066197,1072.182324,1656.560641,791.9748883,1712.766811 +64210,1965.949873,1098.84241,1657.767955,792.7976648,1716.160406 +64211,1970.690657,1076.666033,1658.831558,793.5688037,1719.26399 +64212,1982.647432,1083.361572,1659.774611,794.3486738,1722.110573 +64213,1969.72085,1076.7349,1660.644642,795.0568373,1724.772486 +64214,1989.9122,1072.639505,1661.455409,795.7532004,1727.274466 +64215,1988.393762,1069.576741,1662.193765,796.439776,1729.610015 +64216,1994.027024,1066.410524,1662.876047,797.1190749,1731.809024 +64217,1998.603601,1063.655172,1663.514128,797.7924941,1733.894627 +64218,2003.103543,1060.716676,1664.109039,798.5820819,1735.875393 +64219,2007.571046,1057.886538,1664.665759,799.554982,1737.763981 +64220,2012.001752,1055.074128,1665.187092,800.7290967,1739.569654 +64221,2016.39831,1052.287321,1665.674941,801.7990556,1741.299941 +64222,2020.612466,1049.524053,1666.132739,802.9385277,1742.963736 +64223,2025.302756,1046.782968,1666.562181,804.0834158,1744.567258 +64224,2037.285823,1044.062746,1666.949441,805.2403092,1746.096842 +64225,2021.581057,1041.362452,1667.329158,806.4079802,1747.598927 +64226,2043.769552,1038.68108,1667.697441,807.5852667,1749.071653 +64227,2040.77381,1036.018071,1668.021845,808.7715679,1750.477158 +64228,2046.206478,1033.372567,1668.319035,809.9660675,1751.838389 +64229,2050.37116,1030.744085,1668.597144,811.1683317,1753.167303 +64230,2054.478551,1028.204667,1668.851757,812.377749,1754.460079 +64231,2058.519944,1025.749024,1669.083486,813.8438881,1755.719021 +64232,2067.755169,1023.52105,1669.309824,815.3702948,1756.933597 +64233,2057.495289,1021.274647,1669.572689,816.9304928,1758.134233 +64234,2073.542199,1019.074938,1669.87295,818.5167383,1759.318197 +64235,2101.822211,1016.908136,1670.130732,820.125577,1760.391818 +64236,2057.233973,1014.771882,1670.427339,821.7545254,1761.465125 +64237,2082.318794,1012.664745,1670.815918,823.4019233,1762.61254 +64238,2100.288873,1010.585811,1671.174019,825.0666153,1763.687861 +64239,2051.721789,1008.534378,1671.565641,826.6866134,1764.776084 +64240,2132.886873,1006.5097,1671.955987,828.5349293,1765.837435 +64241,2053.668702,1004.440147,1672.341793,830.1115163,1766.87075 +64242,2137.883374,1002.571818,1672.792596,831.8894887,1767.965499 +64243,2072.248599,1000.57417,1673.249168,833.6182693,1769.050177 +64244,2122.758121,998.6619915,1673.605427,835.3683809,1769.993895 +64245,2091.1076,996.763357,1673.89795,837.1303016,1770.842779 +64246,2133.121053,994.8882662,1674.21776,839.2405936,1771.710898 +64247,2083.79282,993.0367086,1674.591737,841.4811069,1772.633218 +64248,2119.438347,991.3805428,1674.964061,838.4583607,1773.541997 +64249,2087.560268,989.6468484,1675.349028,844.4562585,1774.434395 +64250,2070.883428,987.7363663,1675.831682,839.1177505,1775.427575 +64251,2130.876868,985.9931204,1676.283664,850.1384413,1776.377906 +64252,2059.520663,984.2063639,1676.712295,838.4530428,1777.303396 +64253,2132.381108,982.447629,1677.136503,858.5103253,1778.229094 +64254,2076.308046,980.7065907,1677.537189,835.6696353,1779.129343 +64255,2094.110511,978.9826597,1677.909325,868.6616446,1779.995471 +64256,2131.879507,977.2756836,1678.229354,831.7858037,1780.795909 +64257,2088.401701,975.5855912,1678.512202,879.2914591,1781.547613 +64258,2106.438402,973.912047,1678.822103,827.5942625,1782.329915 +64259,2115.110917,972.2550097,1679.117289,868.5708823,1783.090415 +64260,2084.904427,970.6145082,1679.377228,867.3364782,1783.803447 +64261,2039.486782,935.9082065,1679.908902,808.4236593,1784.840923 +64262,2060.026956,934.0717158,1677.176166,836.3491582,1780.866957 +64263,1993.079174,932.3369245,1672.911756,827.2904001,1774.309113 +64264,2054.579089,930.674164,1668.883813,830.5956141,1767.737933 +64265,2052.172851,929.0406157,1665.681767,832.1162785,1762.118762 +64266,2007.890165,927.498782,1663.421451,833.6219139,1757.715905 +64267,2052.836211,925.814327,1661.870579,835.1308959,1754.298267 +64268,2060.966062,924.295492,1660.660365,836.6443781,1751.432309 +64269,2004.913526,922.7395957,1659.784306,838.1612441,1749.11901 +64270,2059.056154,921.2126675,1659.164242,839.6805236,1747.260379 +64271,2064.836404,919.7047531,1658.591271,841.2184711,1745.590167 +64272,2006.039892,918.2149218,1658.182645,843.6069608,1744.246558 +64273,2063.161472,916.7427439,1657.923558,843.86312,1743.202013 +64274,2069.943786,915.2880149,1657.62181,847.3286756,1742.207202 +64275,2005.166959,913.8502238,1657.430559,846.2546386,1741.443585 +64276,2073.695485,912.4289203,1657.332409,851.5153108,1740.880224 +64277,2049.191743,910.9587813,1657.001638,847.9586475,1740.33979 +64278,2042.873445,909.6658537,1656.908113,856.6956389,1739.913803 +64279,2044.692054,908.2467343,1656.891382,848.1946913,1739.63796 +64280,2055.905531,906.8990788,1656.863163,863.836955,1739.401417 +64281,2022.952897,904.984977,1656.892175,838.5949008,1739.286351 +64282,2021.514603,903.5978132,1656.947226,867.3888768,1739.327354 +64283,2019.773091,902.1145009,1657.184317,835.7303678,1739.44967 +64284,2018.845333,900.8009928,1657.18208,872.7347728,1739.568372 +64285,2017.99557,899.452753,1657.168402,834.4462103,1739.696936 +64286,2017.284807,898.1312301,1657.139138,878.8628192,1739.813718 +64287,2016.651395,896.8249209,1657.120709,832.6302724,1739.946987 +64288,2016.068357,895.5322483,1657.091901,885.6018206,1740.070143 +64289,2015.526391,894.2525264,1656.887545,830.3823723,1740.215344 +64290,2015.015138,892.9850683,1657.099041,872.25212,1740.397087 +64291,2014.932643,891.4015927,1657.063174,868.183023,1740.517341 +64292,2014.992231,889.7580745,1656.806456,848.994451,1740.653379 +64293,2015.122851,888.0893202,1656.696681,881.8380371,1740.804351 +64294,2015.300538,886.4046626,1656.545979,839.9026058,1740.983298 +64295,2015.517339,884.708108,1656.35713,875.0496515,1741.191664 +64296,2015.766587,883.0019634,1656.059014,875.7380051,1741.332112 +64297,2016.045782,881.2874972,1655.738363,848.3125535,1741.503034 +64298,2016.351363,879.5655137,1655.418842,872.5418298,1741.725832 +64299,2016.68051,877.8369299,1655.008238,883.3422258,1741.879265 +64300,2017.032312,876.165291,1654.595319,843.8953663,1742.069158 +64301,2017.402771,874.3319286,1654.193315,879.7538739,1742.308202 +64302,2017.791993,872.6305047,1653.698301,884.1374811,1742.463616 +64303,2018.197355,870.8701465,1653.2086,847.4464809,1742.655248 +64304,2018.617765,869.0515704,1652.741852,880.0957197,1742.902903 +64305,2019.052548,867.3835377,1652.182794,889.5872089,1743.060964 +64306,2019.498916,865.5751594,1651.635925,845.1824888,1743.258109 +64307,2019.958736,863.816329,1651.11615,885.1994867,1743.511617 +64308,2020.429089,862.0444466,1650.498269,891.5649606,1743.664168 +64309,2020.910308,860.2687231,1649.896166,846.9885712,1743.856686 +64310,2021.402833,858.4893088,1649.327624,886.8115264,1744.110523 +64311,2021.903531,856.7066091,1648.698204,874.2358205,1744.307331 +64312,2022.415864,854.9205155,1648.040038,876.447347,1744.486452 +64313,2022.93711,853.1312289,1647.375432,877.4795088,1744.674796 +64314,2023.466817,851.3386967,1646.695357,878.0796354,1744.860462 +64315,2053.639711,850.5383311,1645.930186,886.5408288,1744.955829 +64316,2058.211904,848.8676658,1645.15111,888.5011929,1744.922046 +64317,2061.009546,847.2307933,1644.402993,889.9320429,1744.852528 +64318,2063.387728,845.512155,1643.686973,891.2195868,1744.815632 +64319,2065.524266,843.7881112,1642.977383,892.4263605,1744.81847 +64320,2067.668543,842.0550879,1642.260071,893.5837317,1744.855092 +64321,1915.714024,773.9472136,1643.50643,828.2459488,1748.193887 +64322,1915.983076,771.4703281,1474.736103,828.7618121,1735.13022 +64323,1916.520929,769.1347155,1469.292718,829.2177932,1708.433279 +64324,1917.190175,766.9920132,1500.42819,829.8127344,1682.561501 +64325,1917.90302,764.7502841,1478.127918,830.6256581,1663.879462 +64326,1918.597597,762.5727981,1484.966875,832.372585,1650.562221 +64327,1919.287487,760.3934408,1468.714721,830.908428,1640.655796 +64328,1919.965316,758.2180678,1478.999204,834.2335015,1633.275466 +64329,1920.777194,756.045585,1462.021111,831.043685,1627.619201 +64330,1921.212914,753.8744803,1467.674258,836.9127987,1623.071482 +64331,1921.96147,751.703638,1461.944584,830.0063421,1619.58401 +64332,1922.570999,749.5326841,1458.5115,841.0529928,1616.638099 +64333,1923.191618,747.3609876,1455.381637,826.9816463,1614.408962 +64334,1923.803597,745.1879913,1451.973,847.9689893,1612.598229 +64335,1924.405799,743.0135596,1448.628917,821.555608,1611.134275 +64336,1925.001707,740.8932384,1445.364413,856.6500915,1609.919316 +64337,1925.591508,738.6330613,1441.703499,815.9124885,1608.918955 +64338,1926.173734,736.4920636,1438.398771,863.3045881,1608.077515 +64339,1926.752335,734.3010665,1434.948295,812.1970638,1607.40044 +64340,1927.325064,732.1159016,1431.430581,868.5859794,1606.838541 +64341,1927.895779,729.9284337,1428.002017,809.4277174,1606.39488 +64342,1928.461356,727.7382731,1424.620295,852.8113872,1606.066722 +64343,1929.025793,725.5456038,1420.897235,846.4691023,1605.748123 +64344,1929.586941,723.3501455,1417.399335,829.458358,1605.497717 +64345,1930.778269,721.151854,1413.92578,858.3623132,1605.318292 +64346,1929.968098,718.9506047,1410.289211,820.7167924,1605.215402 +64347,1935.021268,716.6911668,1401.678247,852.0426834,1605.012796 +64348,1926.483758,714.6189415,1410.284877,851.8730065,1604.965659 +64349,1945.383787,712.2902162,1391.292076,827.7682949,1604.966362 +64350,1916.77946,710.1232362,1398.504072,866.9338471,1604.861654 +64351,1956.011476,707.8265692,1391.183704,816.0681495,1604.921946 +64352,1900.510683,705.5201286,1387.613987,855.1503257,1605.09538 +64353,1956.385041,703.2039018,1383.850757,850.3465402,1605.188399 +64354,1893.179011,700.8798907,1380.015544,826.3147968,1605.332947 +64355,1940.167115,698.5490645,1375.85103,862.5786006,1605.507014 +64356,1902.279299,696.212007,1371.99008,814.9102022,1605.691381 +64357,1918.394027,693.8689156,1367.921681,850.2475899,1605.88788 +64358,1908.509493,691.5200855,1363.903078,843.6684379,1606.103451 +64359,1905.694915,689.2188516,1359.990563,825.5536679,1606.309734 +64360,1901.893158,686.7808351,1355.720409,851.915583,1606.537861 +64361,1898.146061,684.4524541,1351.686601,816.4598947,1606.786779 +64362,1893.981962,682.0205145,1347.605718,854.7369578,1607.045018 +64363,1889.819063,679.7202299,1343.427967,811.0984801,1607.325577 +64364,1885.515565,677.3007996,1339.402755,851.9185608,1607.614381 +64365,1881.09306,674.9207103,1335.089839,809.9654947,1607.912819 +64366,1876.555418,672.5272178,1330.902368,845.6180908,1608.216097 +64367,1871.903427,670.128235,1326.763405,811.1033661,1608.532263 +64368,1867.138815,667.7754282,1322.465992,837.4784261,1608.859631 +64369,1861.025409,665.4007285,1318.633903,813.090641,1609.200891 +64370,1856.179739,663.0465009,1314.243385,827.3354731,1609.560821 +64371,1850.917315,660.6312276,1310.023399,816.5065031,1609.921735 +64372,1865.225653,658.2150452,1300.56691,819.2323193,1610.317966 +64373,1810.819788,655.7922112,1309.236238,815.962614,1610.955068 +64374,1871.523722,653.3631882,1278.967085,814.4226384,1611.889763 +64375,1792.153488,650.8774325,1315.127974,812.4277393,1613.145515 +64376,1843.866421,648.5621413,1262.044507,810.6025676,1614.629816 +64377,1807.7751,646.0064278,1300.988967,808.4074949,1616.09248 +64378,1814.368832,643.5983931,1266.064501,806.4591688,1617.545149 +64379,1805.124137,641.134134,1279.058884,804.2391222,1619.051121 +64380,1799.316436,638.6719355,1268.727787,802.143038,1620.578641 +64381,1783.663877,636.1530639,834.0696768,799.8382915,2051.341781 +64382,1872.436313,763.7166592,882.3939436,927.4029451,2140.20133 +64383,1978.234243,765.0329975,943.1977626,929.0308692,2244.59308 +64384,2053.653849,761.8428673,991.0991122,926.1604405,2317.643404 +64385,2088.200917,759.5895767,1019.507843,923.9781835,2349.451417 +64386,2098.723068,757.0923629,1035.503075,921.8915435,2358.256715 +64387,2099.721528,754.0073475,1045.630476,909.928633,2358.291419 +64388,2096.481507,750.7293046,1052.815795,905.9169132,2355.396288 +64389,2080.754591,748.4934314,1058.36898,902.5042207,2351.801869 +64390,1951.856128,745.9433091,1062.873593,899.185381,2348.286735 +64391,2029.331838,743.3584561,1066.597021,895.8320165,2345.062572 +64392,1988.778103,740.8129695,1069.692541,892.6332855,2341.992602 +64393,1986.129568,738.2545732,1072.270937,889.2739708,2339.449269 +64394,1976.167019,735.6903757,1074.407337,886.0037344,2337.185159 +64395,1967.086047,733.1205913,1076.167309,882.5378513,2335.15619 +64396,1958.302383,730.5451441,1077.591159,879.1086606,2333.295985 +64397,1944.768525,727.9644737,1078.741722,875.7388937,2331.609597 +64398,1942.282056,725.3328154,1079.668994,872.2026764,2329.903482 +64399,1930.705771,722.8099978,1080.400533,868.6796593,2328.564345 +64400,1921.616268,720.1809598,1080.961336,865.1042238,2327.344533 +64401,1912.607433,717.5883423,1081.363426,861.4239748,2295.768537 +64402,1903.299033,714.9840524,1081.638287,857.8489569,2293.53386 +64403,1888.898977,712.3754452,1081.798922,869.6815237,2295.989421 +64404,1886.496564,709.76265,1081.860753,826.8321614,2295.323382 +64405,1873.871163,707.1457852,1081.845715,858.2873351,2286.501297 +64406,1864.686796,704.5247757,1081.757493,845.1354444,2296.07321 +64407,1854.876772,701.8553854,1081.60356,830.9696051,2283.460399 +64408,1845.230287,699.2624897,1081.376863,842.9374592,2287.269819 +64409,1835.031154,696.6183688,1081.094437,823.5018162,2286.334984 +64410,1824.594623,693.9624899,1080.770831,829.8067587,2284.215736 +64411,1819.659935,691.577345,1080.405956,823.7297008,2282.671289 +64412,1814.83843,689.2230124,1080.010982,822.2381493,2281.357722 +64413,1810.205188,686.8864281,1079.583162,820.3794796,2279.97296 +64414,1806.382603,684.5632072,1079.137248,818.6150503,2278.540961 +64415,1802.690486,682.2506976,1078.683703,817.0093777,2277.082054 +64416,1799.62088,679.9043039,1078.218108,815.5561109,2275.707838 +64417,1796.64156,677.6729606,1077.738926,814.2054591,2274.296892 +64418,1794.335526,675.35387,1077.246321,813.1652882,2267.009838 +64419,1792.658187,673.0806112,1076.739575,812.1801618,2277.994478 +64420,1791.063775,670.8074147,1076.219289,811.4445422,2263.522837 +64421,1790.383447,668.5409112,1075.686076,810.9161981,2274.764572 +64422,1787.773342,666.2809249,1075.140647,809.6731362,2260.431562 +64423,1779.73405,664.0260844,1074.583795,808.104149,2266.528143 +64424,1786.501371,661.7760581,1074.014854,806.4959138,2264.78436 +64425,1766.39796,659.5311207,1073.433967,804.9013152,2262.578415 +64426,1780.579296,657.248665,1072.841969,803.394511,2261.297691 +64427,1752.159139,655.0759864,1072.239086,801.7920177,2260.116305 +64428,1790.949297,652.8134537,1071.625233,800.3638411,2258.805446 +64429,1731.29174,650.592782,1071.000951,798.9413963,2257.480276 +64430,1791.723794,648.3685636,1070.366752,797.5903442,2256.184444 +64431,1740.215472,646.1472622,1069.722995,796.3073552,2254.869568 +64432,1758.140913,643.9283236,1069.070104,795.0983228,2253.641322 +64433,1736.215701,641.7114023,1068.407899,793.969535,2252.372119 +64434,1777.22663,639.4555355,1067.735161,792.9272186,2251.115977 +64435,1714.363585,637.3012596,1067.053344,791.9778318,2249.875949 +64436,1759.828866,635.057761,1066.36303,791.127413,2248.6449 +64437,1747.31185,632.8509792,1065.66316,790.3817532,2247.422499 +64438,1730.077385,630.637493,1064.954869,789.7452992,2246.208732 +64439,1745.960735,628.4237673,1064.238496,789.2210196,2245.004145 +64440,1740.387373,626.2098086,1063.51324,788.8087486,2237.726688 +64441,0,0,0,0,0 +64442,0,0,0,0,0 +64443,0,0,0,0,0 +64444,0,0,0,0,0 +64445,0,0,0,0,0 +64446,0,0,0,0,0 +64447,0,0,0,0,0 +64448,0,0,0,0,0 +64449,0,0,0,0,0 +64450,0,0,0,0,0 +64451,0,0,0,0,0 +64452,0,0,0,0,0 +64453,0,0,0,0,0 +64454,0,0,0,0,0 +64455,0,0,0,0,0 +64456,0,0,0,0,0 +64457,0,0,0,0,0 +64458,0,0,0,0,0 +64459,0,0,0,0,0 +64460,0,0,0,0,0 +64461,0,0,0,0,0 +64462,0,0,0,0,0 +64463,0,0,0,0,0 +64464,0,0,0,0,0 +64465,0,0,0,0,0 +64466,0,0,0,0,0 +64467,0,0,0,0,0 +64468,0,0,0,0,0 +64469,0,0,0,0,0 +64470,0,0,0,0,0 +64471,0,0,0,0,0 +64472,0,0,0,0,0 +64473,0,0,0,0,0 +64474,0,0,0,0,0 +64475,0,0,0,0,0 +64476,0,0,0,0,0 +64477,0,0,0,0,0 +64478,0,0,0,0,0 +64479,0,0,0,0,0 +64480,0,0,0,0,0 +64481,0,0,0,0,0 +64482,0,0,0,0,0 +64483,0,0,0,0,0 +64484,0,0,0,0,0 +64485,0,0,0,0,0 +64486,0,0,0,0,0 +64487,0,0,0,0,0 +64488,0,0,0,0,0 +64489,0,0,0,0,0 +64490,0,0,0,0,0 +64491,0,0,0,0,0 +64492,0,0,0,0,0 +64493,0,0,0,0,0 +64494,0,0,0,0,0 +64495,0,0,0,0,0 +64496,0,0,0,0,0 +64497,0,0,0,0,0 +64498,0,0,0,0,0 +64499,0,0,0,0,0 +64500,0,0,0,0,0 +64501,0,0,0,0,0 +64502,0,0,0,0,0 +64503,0,0,0,0,0 +64504,0,0,0,0,0 +64505,0,0,0,0,0 +64506,0,0,0,0,0 +64507,0,0,0,0,0 +64508,0,0,0,0,0 +64509,0,0,0,0,0 +64510,0,0,0,0,0 +64511,0,0,0,0,0 +64512,0,0,0,0,0 +64513,0,0,0,0,0 +64514,0,0,0,0,0 +64515,0,0,0,0,0 +64516,0,0,0,0,0 +64517,0,0,0,0,0 +64518,0,0,0,0,0 +64519,0,0,0,0,0 +64520,0,0,0,0,0 +64521,0,0,0,0,0 +64522,0,0,0,0,0 +64523,0,0,0,0,0 +64524,0,0,0,0,0 +64525,0,0,0,0,0 +64526,0,0,0,0,0 +64527,0,0,0,0,0 +64528,0,0,0,0,0 +64529,0,0,0,0,0 +64530,0,0,0,0,0 +64531,0,0,0,0,0 +64532,0,0,0,0,0 +64533,0,0,0,0,0 +64534,0,0,0,0,0 +64535,0,0,0,0,0 +64536,0,0,0,0,0 +64537,0,0,0,0,0 +64538,0,0,0,0,0 +64539,0,0,0,0,0 +64540,0,0,0,0,0 +64541,0,0,0,0,0 +64542,0,0,0,0,0 +64543,0,0,0,0,0 +64544,0,0,0,0,0 +64545,0,0,0,0,0 +64546,0,0,0,0,0 +64547,0,0,0,0,0 +64548,0,0,0,0,0 +64549,0,0,0,0,0 +64550,0,0,0,0,0 +64551,0,0,0,0,0 +64552,0,0,0,0,0 +64553,0,0,0,0,0 +64554,0,0,0,0,0 +64555,0,0,0,0,0 +64556,0,0,0,0,0 +64557,0,0,0,0,0 +64558,0,0,0,0,0 +64559,0,0,0,0,0 +64560,0,0,0,0,0 +64561,0,0,0,0,0 +64562,0,0,0,0,0 +64563,0,0,0,0,0 +64564,0,0,0,0,0 +64565,0,0,0,0,0 +64566,0,0,0,0,0 +64567,0,0,0,0,0 +64568,0,0,0,0,0 +64569,0,0,0,0,0 +64570,0,0,0,0,0 +64571,0,0,0,0,0 +64572,0,0,0,0,0 +64573,0,0,0,0,0 +64574,0,0,0,0,0 +64575,0,0,0,0,0 +64576,0,0,0,0,0 +64577,0,0,0,0,0 +64578,0,0,0,0,0 +64579,0,0,0,0,0 +64580,0,0,0,0,0 +64581,0,0,0,0,0 +64582,0,0,0,0,0 +64583,0,0,0,0,0 +64584,0,0,0,0,0 +64585,0,0,0,0,0 +64586,0,0,0,0,0 +64587,0,0,0,0,0 +64588,0,0,0,0,0 +64589,0,0,0,0,0 +64590,0,0,0,0,0 +64591,0,0,0,0,0 +64592,0,0,0,0,0 +64593,0,0,0,0,0 +64594,0,0,0,0,0 +64595,0,0,0,0,0 +64596,0,0,0,0,0 +64597,0,0,0,0,0 +64598,0,0,0,0,0 +64599,0,0,0,0,0 +64600,0,0,0,0,0 +64601,0,0,0,0,0 +64602,0,0,0,0,0 +64603,0,0,0,0,0 +64604,0,0,0,0,0 +64605,0,0,0,0,0 +64606,0,0,0,0,0 +64607,0,0,0,0,0 +64608,0,0,0,0,0 +64609,0,0,0,0,0 +64610,0,0,0,0,0 +64611,0,0,0,0,0 +64612,0,0,0,0,0 +64613,0,0,0,0,0 +64614,0,0,0,0,0 +64615,0,0,0,0,0 +64616,0,0,0,0,0 +64617,0,0,0,0,0 +64618,0,0,0,0,0 +64619,0,0,0,0,0 +64620,0,0,0,0,0 +64621,0,0,0,0,0 +64622,0,0,0,0,0 +64623,0,0,0,0,0 +64624,0,0,0,0,0 +64625,0,0,0,0,0 +64626,0,0,0,0,0 +64627,0,0,0,0,0 +64628,0,0,0,0,0 +64629,0,0,0,0,0 +64630,0,0,0,0,0 +64631,0,0,0,0,0 +64632,0,0,0,0,0 +64633,0,0,0,0,0 +64634,0,0,0,0,0 +64635,0,0,0,0,0 +64636,0,0,0,0,0 +64637,0,0,0,0,0 +64638,0,0,0,0,0 +64639,0,0,0,0,0 +64640,0,0,0,0,0 +64641,0,0,0,0,0 +64642,0,0,0,0,0 +64643,0,0,0,0,0 +64644,0,0,0,0,0 +64645,0,0,0,0,0 +64646,0,0,0,0,0 +64647,0,0,0,0,0 +64648,0,0,0,0,0 +64649,0,0,0,0,0 +64650,0,0,0,0,0 +64651,0,0,0,0,0 +64652,0,0,0,0,0 +64653,0,0,0,0,0 +64654,0,0,0,0,0 +64655,0,0,0,0,0 +64656,0,0,0,0,0 +64657,0,0,0,0,0 +64658,0,0,0,0,0 +64659,0,0,0,0,0 +64660,0,0,0,0,0 +64661,0,0,0,0,0 +64662,0,0,0,0,0 +64663,0,0,0,0,0 +64664,0,0,0,0,0 +64665,0,0,0,0,0 +64666,0,0,0,0,0 +64667,0,0,0,0,0 +64668,0,0,0,0,0 +64669,0,0,0,0,0 +64670,0,0,0,0,0 +64671,0,0,0,0,0 +64672,0,0,0,0,0 +64673,0,0,0,0,0 +64674,0,0,0,0,0 +64675,0,0,0,0,0 +64676,0,0,0,0,0 +64677,0,0,0,0,0 +64678,0,0,0,0,0 +64679,0,0,0,0,0 +64680,0,0,0,0,0 +64681,0,0,0,0,0 +64682,0,0,0,0,0 +64683,0,0,0,0,0 +64684,0,0,0,0,0 +64685,0,0,0,0,0 +64686,0,0,0,0,0 +64687,0,0,0,0,0 +64688,0,0,0,0,0 +64689,0,0,0,0,0 +64690,0,0,0,0,0 +64691,0,0,0,0,0 +64692,0,0,0,0,0 +64693,0,0,0,0,0 +64694,0,0,0,0,0 +64695,0,0,0,0,0 +64696,0,0,0,0,0 +64697,0,0,0,0,0 +64698,0,0,0,0,0 +64699,0,0,0,0,0 +64700,0,0,0,0,0 +64701,0,0,0,0,0 +64702,0,0,0,0,0 +64703,0,0,0,0,0 +64704,0,0,0,0,0 +64705,0,0,0,0,0 +64706,0,0,0,0,0 +64707,0,0,0,0,0 +64708,0,0,0,0,0 +64709,0,0,0,0,0 +64710,0,0,0,0,0 +64711,0,0,0,0,0 +64712,0,0,0,0,0 +64713,0,0,0,0,0 +64714,0,0,0,0,0 +64715,0,0,0,0,0 +64716,0,0,0,0,0 +64717,0,0,0,0,0 +64718,0,0,0,0,0 +64719,0,0,0,0,0 +64720,0,0,0,0,0 +64721,0,0,0,0,0 +64722,0,0,0,0,0 +64723,0,0,0,0,0 +64724,0,0,0,0,0 +64725,0,0,0,0,0 +64726,0,0,0,0,0 +64727,0,0,0,0,0 +64728,0,0,0,0,0 +64729,0,0,0,0,0 +64730,0,0,0,0,0 +64731,0,0,0,0,0 +64732,0,0,0,0,0 +64733,0,0,0,0,0 +64734,0,0,0,0,0 +64735,0,0,0,0,0 +64736,0,0,0,0,0 +64737,0,0,0,0,0 +64738,0,0,0,0,0 +64739,0,0,0,0,0 +64740,0,0,0,0,0 +64741,0,0,0,0,0 +64742,0,0,0,0,0 +64743,0,0,0,0,0 +64744,0,0,0,0,0 +64745,0,0,0,0,0 +64746,0,0,0,0,0 +64747,0,0,0,0,0 +64748,0,0,0,0,0 +64749,0,0,0,0,0 +64750,0,0,0,0,0 +64751,0,0,0,0,0 +64752,0,0,0,0,0 +64753,0,0,0,0,0 +64754,0,0,0,0,0 +64755,0,0,0,0,0 +64756,0,0,0,0,0 +64757,0,0,0,0,0 +64758,0,0,0,0,0 +64759,0,0,0,0,0 +64760,0,0,0,0,0 +64761,0,0,0,0,0 +64762,0,0,0,0,0 +64763,0,0,0,0,0 +64764,0,0,0,0,0 +64765,0,0,0,0,0 +64766,0,0,0,0,0 +64767,0,0,0,0,0 +64768,0,0,0,0,0 +64769,0,0,0,0,0 +64770,0,0,0,0,0 +64771,0,0,0,0,0 +64772,0,0,0,0,0 +64773,0,0,0,0,0 +64774,0,0,0,0,0 +64775,0,0,0,0,0 +64776,0,0,0,0,0 +64777,0,0,0,0,0 +64778,0,0,0,0,0 +64779,0,0,0,0,0 +64780,0,0,0,0,0 +64781,0,0,0,0,0 +64782,0,0,0,0,0 +64783,0,0,0,0,0 +64784,0,0,0,0,0 +64785,0,0,0,0,0 +64786,0,0,0,0,0 +64787,0,0,0,0,0 +64788,0,0,0,0,0 +64789,0,0,0,0,0 +64790,0,0,0,0,0 +64791,0,0,0,0,0 +64792,0,0,0,0,0 +64793,0,0,0,0,0 +64794,0,0,0,0,0 +64795,0,0,0,0,0 +64796,0,0,0,0,0 +64797,0,0,0,0,0 +64798,0,0,0,0,0 +64799,0,0,0,0,0 +64800,0,0,0,0,0 +64801,0,0,0,0,0 +64802,0,0,0,0,0 +64803,0,0,0,0,0 +64804,0,0,0,0,0 +64805,0,0,0,0,0 +64806,0,0,0,0,0 +64807,0,0,0,0,0 +64808,0,0,0,0,0 +64809,0,0,0,0,0 +64810,0,0,0,0,0 +64811,0,0,0,0,0 +64812,0,0,0,0,0 +64813,0,0,0,0,0 +64814,0,0,0,0,0 +64815,0,0,0,0,0 +64816,0,0,0,0,0 +64817,0,0,0,0,0 +64818,0,0,0,0,0 +64819,0,0,0,0,0 +64820,0,0,0,0,0 +64821,0,0,0,0,0 +64822,0,0,0,0,0 +64823,0,0,0,0,0 +64824,0,0,0,0,0 +64825,0,0,0,0,0 +64826,0,0,0,0,0 +64827,0,0,0,0,0 +64828,0,0,0,0,0 +64829,0,0,0,0,0 +64830,0,0,0,0,0 +64831,0,0,0,0,0 +64832,0,0,0,0,0 +64833,0,0,0,0,0 +64834,0,0,0,0,0 +64835,0,0,0,0,0 +64836,0,0,0,0,0 +64837,0,0,0,0,0 +64838,0,0,0,0,0 +64839,0,0,0,0,0 +64840,0,0,0,0,0 +64841,0,0,0,0,0 +64842,0,0,0,0,0 +64843,0,0,0,0,0 +64844,0,0,0,0,0 +64845,0,0,0,0,0 +64846,0,0,0,0,0 +64847,0,0,0,0,0 +64848,0,0,0,0,0 +64849,0,0,0,0,0 +64850,0,0,0,0,0 +64851,0,0,0,0,0 +64852,0,0,0,0,0 +64853,0,0,0,0,0 +64854,0,0,0,0,0 +64855,0,0,0,0,0 +64856,0,0,0,0,0 +64857,0,0,0,0,0 +64858,0,0,0,0,0 +64859,0,0,0,0,0 +64860,0,0,0,0,0 +64861,0,0,0,0,0 +64862,0,0,0,0,0 +64863,0,0,0,0,0 +64864,0,0,0,0,0 +64865,0,0,0,0,0 +64866,0,0,0,0,0 +64867,0,0,0,0,0 +64868,0,0,0,0,0 +64869,0,0,0,0,0 +64870,0,0,0,0,0 +64871,0,0,0,0,0 +64872,0,0,0,0,0 +64873,0,0,0,0,0 +64874,0,0,0,0,0 +64875,0,0,0,0,0 +64876,0,0,0,0,0 +64877,0,0,0,0,0 +64878,0,0,0,0,0 +64879,0,0,0,0,0 +64880,0,0,0,0,0 +64881,0,0,0,0,0 +64882,0,0,0,0,0 +64883,0,0,0,0,0 +64884,0,0,0,0,0 +64885,0,0,0,0,0 +64886,0,0,0,0,0 +64887,0,0,0,0,0 +64888,0,0,0,0,0 +64889,0,0,0,0,0 +64890,0,0,0,0,0 +64891,0,0,0,0,0 +64892,0,0,0,0,0 +64893,0,0,0,0,0 +64894,0,0,0,0,0 +64895,0,0,0,0,0 +64896,0,0,0,0,0 +64897,0,0,0,0,0 +64898,0,0,0,0,0 +64899,0,0,0,0,0 +64900,0,0,0,0,0 +64901,0,0,0,0,0 +64902,0,0,0,0,0 +64903,0,0,0,0,0 +64904,0,0,0,0,0 +64905,0,0,0,0,0 +64906,0,0,0,0,0 +64907,0,0,0,0,0 +64908,0,0,0,0,0 +64909,0,0,0,0,0 +64910,0,0,0,0,0 +64911,0,0,0,0,0 +64912,0,0,0,0,0 +64913,0,0,0,0,0 +64914,0,0,0,0,0 +64915,0,0,0,0,0 +64916,0,0,0,0,0 +64917,0,0,0,0,0 +64918,0,0,0,0,0 +64919,0,0,0,0,0 +64920,0,0,0,0,0 +64921,0,0,0,0,0 +64922,0,0,0,0,0 +64923,0,0,0,0,0 +64924,0,0,0,0,0 +64925,0,0,0,0,0 +64926,0,0,0,0,0 +64927,0,0,0,0,0 +64928,0,0,0,0,0 +64929,0,0,0,0,0 +64930,0,0,0,0,0 +64931,0,0,0,0,0 +64932,0,0,0,0,0 +64933,0,0,0,0,0 +64934,0,0,0,0,0 +64935,0,0,0,0,0 +64936,0,0,0,0,0 +64937,0,0,0,0,0 +64938,0,0,0,0,0 +64939,0,0,0,0,0 +64940,0,0,0,0,0 +64941,0,0,0,0,0 +64942,0,0,0,0,0 +64943,0,0,0,0,0 +64944,0,0,0,0,0 +64945,0,0,0,0,0 +64946,0,0,0,0,0 +64947,0,0,0,0,0 +64948,0,0,0,0,0 +64949,0,0,0,0,0 +64950,0,0,0,0,0 +64951,0,0,0,0,0 +64952,0,0,0,0,0 +64953,0,0,0,0,0 +64954,0,0,0,0,0 +64955,0,0,0,0,0 +64956,0,0,0,0,0 +64957,0,0,0,0,0 +64958,0,0,0,0,0 +64959,0,0,0,0,0 +64960,0,0,0,0,0 +64961,0,0,0,0,0 +64962,0,0,0,0,0 +64963,0,0,0,0,0 +64964,0,0,0,0,0 +64965,0,0,0,0,0 +64966,0,0,0,0,0 +64967,0,0,0,0,0 +64968,0,0,0,0,0 +64969,0,0,0,0,0 +64970,0,0,0,0,0 +64971,0,0,0,0,0 +64972,0,0,0,0,0 +64973,0,0,0,0,0 +64974,0,0,0,0,0 +64975,0,0,0,0,0 +64976,0,0,0,0,0 +64977,0,0,0,0,0 +64978,0,0,0,0,0 +64979,0,0,0,0,0 +64980,0,0,0,0,0 +64981,0,0,0,0,0 +64982,0,0,0,0,0 +64983,0,0,0,0,0 +64984,0,0,0,0,0 +64985,0,0,0,0,0 +64986,0,0,0,0,0 +64987,0,0,0,0,0 +64988,0,0,0,0,0 +64989,0,0,0,0,0 +64990,0,0,0,0,0 +64991,0,0,0,0,0 +64992,0,0,0,0,0 +64993,0,0,0,0,0 +64994,0,0,0,0,0 +64995,0,0,0,0,0 +64996,0,0,0,0,0 +64997,0,0,0,0,0 +64998,0,0,0,0,0 +64999,0,0,0,0,0 +65000,0,0,0,0,0 +65001,0,0,0,0,0 +65002,0,0,0,0,0 +65003,0,0,0,0,0 +65004,0,0,0,0,0 +65005,0,0,0,0,0 +65006,0,0,0,0,0 +65007,0,0,0,0,0 +65008,0,0,0,0,0 +65009,0,0,0,0,0 +65010,0,0,0,0,0 +65011,0,0,0,0,0 +65012,0,0,0,0,0 +65013,0,0,0,0,0 +65014,0,0,0,0,0 +65015,0,0,0,0,0 +65016,0,0,0,0,0 +65017,0,0,0,0,0 +65018,0,0,0,0,0 +65019,0,0,0,0,0 +65020,0,0,0,0,0 +65021,0,0,0,0,0 +65022,0,0,0,0,0 +65023,0,0,0,0,0 +65024,0,0,0,0,0 +65025,0,0,0,0,0 +65026,0,0,0,0,0 +65027,0,0,0,0,0 +65028,0,0,0,0,0 +65029,0,0,0,0,0 +65030,0,0,0,0,0 +65031,0,0,0,0,0 +65032,0,0,0,0,0 +65033,0,0,0,0,0 +65034,0,0,0,0,0 +65035,0,0,0,0,0 +65036,0,0,0,0,0 +65037,0,0,0,0,0 +65038,0,0,0,0,0 +65039,0,0,0,0,0 +65040,0,0,0,0,0 +65041,0,0,0,0,0 +65042,0,0,0,0,0 +65043,0,0,0,0,0 +65044,0,0,0,0,0 +65045,0,0,0,0,0 +65046,0,0,0,0,0 +65047,0,0,0,0,0 +65048,0,0,0,0,0 +65049,0,0,0,0,0 +65050,0,0,0,0,0 +65051,0,0,0,0,0 +65052,0,0,0,0,0 +65053,0,0,0,0,0 +65054,0,0,0,0,0 +65055,0,0,0,0,0 +65056,0,0,0,0,0 +65057,0,0,0,0,0 +65058,0,0,0,0,0 +65059,0,0,0,0,0 +65060,0,0,0,0,0 +65061,0,0,0,0,0 +65062,0,0,0,0,0 +65063,0,0,0,0,0 +65064,0,0,0,0,0 +65065,0,0,0,0,0 +65066,0,0,0,0,0 +65067,0,0,0,0,0 +65068,0,0,0,0,0 +65069,0,0,0,0,0 +65070,0,0,0,0,0 +65071,0,0,0,0,0 +65072,0,0,0,0,0 +65073,0,0,0,0,0 +65074,0,0,0,0,0 +65075,0,0,0,0,0 +65076,0,0,0,0,0 +65077,0,0,0,0,0 +65078,0,0,0,0,0 +65079,0,0,0,0,0 +65080,0,0,0,0,0 +65081,0,0,0,0,0 +65082,0,0,0,0,0 +65083,0,0,0,0,0 +65084,0,0,0,0,0 +65085,0,0,0,0,0 +65086,0,0,0,0,0 +65087,0,0,0,0,0 +65088,0,0,0,0,0 +65089,0,0,0,0,0 +65090,0,0,0,0,0 +65091,0,0,0,0,0 +65092,0,0,0,0,0 +65093,0,0,0,0,0 +65094,0,0,0,0,0 +65095,0,0,0,0,0 +65096,0,0,0,0,0 +65097,0,0,0,0,0 +65098,0,0,0,0,0 +65099,0,0,0,0,0 +65100,0,0,0,0,0 +65101,0,0,0,0,0 +65102,0,0,0,0,0 +65103,0,0,0,0,0 +65104,0,0,0,0,0 +65105,0,0,0,0,0 +65106,0,0,0,0,0 +65107,0,0,0,0,0 +65108,0,0,0,0,0 +65109,0,0,0,0,0 +65110,0,0,0,0,0 +65111,0,0,0,0,0 +65112,0,0,0,0,0 +65113,0,0,0,0,0 +65114,0,0,0,0,0 +65115,0,0,0,0,0 +65116,0,0,0,0,0 +65117,0,0,0,0,0 +65118,0,0,0,0,0 +65119,0,0,0,0,0 +65120,0,0,0,0,0 +65121,0,0,0,0,0 +65122,0,0,0,0,0 +65123,0,0,0,0,0 +65124,0,0,0,0,0 +65125,0,0,0,0,0 +65126,0,0,0,0,0 +65127,0,0,0,0,0 +65128,0,0,0,0,0 +65129,0,0,0,0,0 +65130,0,0,0,0,0 +65131,0,0,0,0,0 +65132,0,0,0,0,0 +65133,0,0,0,0,0 +65134,0,0,0,0,0 +65135,0,0,0,0,0 +65136,0,0,0,0,0 +65137,0,0,0,0,0 +65138,0,0,0,0,0 +65139,0,0,0,0,0 +65140,0,0,0,0,0 +65141,0,0,0,0,0 +65142,0,0,0,0,0 +65143,0,0,0,0,0 +65144,0,0,0,0,0 +65145,0,0,0,0,0 +65146,0,0,0,0,0 +65147,0,0,0,0,0 +65148,0,0,0,0,0 +65149,0,0,0,0,0 +65150,0,0,0,0,0 +65151,0,0,0,0,0 +65152,0,0,0,0,0 +65153,0,0,0,0,0 +65154,0,0,0,0,0 +65155,0,0,0,0,0 +65156,0,0,0,0,0 +65157,0,0,0,0,0 +65158,0,0,0,0,0 +65159,0,0,0,0,0 +65160,0,0,0,0,0 +65161,0,0,0,0,0 +65162,0,0,0,0,0 +65163,0,0,0,0,0 +65164,0,0,0,0,0 +65165,0,0,0,0,0 +65166,0,0,0,0,0 +65167,0,0,0,0,0 +65168,0,0,0,0,0 +65169,0,0,0,0,0 +65170,0,0,0,0,0 +65171,0,0,0,0,0 +65172,0,0,0,0,0 +65173,0,0,0,0,0 +65174,0,0,0,0,0 +65175,0,0,0,0,0 +65176,0,0,0,0,0 +65177,0,0,0,0,0 +65178,0,0,0,0,0 +65179,0,0,0,0,0 +65180,0,0,0,0,0 +65181,0,0,0,0,0 +65182,0,0,0,0,0 +65183,0,0,0,0,0 +65184,0,0,0,0,0 +65185,0,0,0,0,0 +65186,0,0,0,0,0 +65187,0,0,0,0,0 +65188,0,0,0,0,0 +65189,0,0,0,0,0 +65190,0,0,0,0,0 +65191,0,0,0,0,0 +65192,0,0,0,0,0 +65193,0,0,0,0,0 +65194,0,0,0,0,0 +65195,0,0,0,0,0 +65196,0,0,0,0,0 +65197,0,0,0,0,0 +65198,0,0,0,0,0 +65199,0,0,0,0,0 +65200,0,0,0,0,0 +65201,0,0,0,0,0 +65202,0,0,0,0,0 +65203,0,0,0,0,0 +65204,0,0,0,0,0 +65205,0,0,0,0,0 +65206,0,0,0,0,0 +65207,0,0,0,0,0 +65208,0,0,0,0,0 +65209,0,0,0,0,0 +65210,0,0,0,0,0 +65211,0,0,0,0,0 +65212,0,0,0,0,0 +65213,0,0,0,0,0 +65214,0,0,0,0,0 +65215,0,0,0,0,0 +65216,0,0,0,0,0 +65217,0,0,0,0,0 +65218,0,0,0,0,0 +65219,0,0,0,0,0 +65220,0,0,0,0,0 +65221,-2212.450234,-986.0428616,-2179.902159,-985.9410819,-1671.487985 +65222,-1997.893895,-863.1250974,-1963.90912,-863.024188,-1231.555699 +65223,-1977.577114,-836.6380482,-1938.526285,-836.5389577,-1194.190429 +65224,-1920.111182,-812.0810189,-1882.074849,-811.9843307,-1160.281822 +65225,-1871.506273,-792.0257608,-1834.371771,-791.9317317,-1132.006519 +65226,-1831.939674,-776.1374595,-1795.516596,-776.0461723,-1108.397637 +65227,-1799.520135,-763.368961,-1763.632448,-763.2804289,-1088.148513 +65228,-835.7571859,-656.6124024,-1038.230952,-654.866283,-1060.543768 +65229,-1249.131646,-438.1149265,-1111.194586,-440.2748198,-1008.816843 +65230,-1150.023667,-575.6274704,-1174.57848,-573.7606223,-926.9235285 +65231,-1109.570407,-520.8803259,-1098.780499,-520.8199948,-895.3297795 +65232,-1100.117097,-513.204381,-1085.583808,-514.7407626,-866.4317925 +65233,-1084.614559,-508.4862749,-1078.535358,-507.6117915,-852.740186 +65234,-1077.975449,-503.5026144,-1061.438049,-502.7316093,-827.3253783 +65235,-1065.999048,-497.2215288,-1056.226175,-497.1660668,-742.9600635 +65236,-1056.406251,-493.1869895,-1045.580616,-493.144706,-772.4126267 +65237,-1046.948036,-487.1662261,-1034.768055,-487.1251203,-852.3760664 +65238,-1021.913914,-429.6640144,-976.2486462,-473.5719441,-829.5304729 +65239,-1013.8536,-420.1635951,-963.7294525,-467.0096152,-755.7600117 +65240,-1002.110855,-415.9993146,-952.0696389,-460.9893109,-760.7658952 +65241,-993.2483427,-410.7579442,-945.5939666,-457.520217,-755.1020778 +65242,-985.005346,-405.0783591,-934.0039444,-452.0401283,-694.8187202 +65243,-973.1586641,-402.5950621,-926.7074501,-445.9173394,-644.3218653 +65244,-968.6070455,-396.8618257,-918.236345,-443.7914699,-696.4729946 +65245,-958.5702784,-394.2122234,-908.8396433,-437.0698897,-702.7584871 +65246,-949.1589231,-389.4986395,-901.2928454,-433.5785497,-647.44107 +65247,-944.0130645,-386.1342125,-893.7796997,-428.909346,-693.237344 +65248,-933.6583065,-382.0634385,-886.0415864,-425.179206,-700.6989768 +65249,-928.5944664,-378.5178235,-879.329972,-420.4626759,-653.1547869 +65250,-919.0604663,-375.5385059,-870.9539267,-417.0588241,-613.7438314 +65251,-912.2846919,-368.7699967,-862.4019569,-411.8339838,-671.0050735 +65252,-905.209156,-363.9552066,-851.9274696,-408.7780518,-684.193808 +65253,-896.2093163,-357.2011934,-844.763743,-403.2746912,-643.2104922 +65254,-890.6182052,-351.493591,-833.7263261,-399.7382347,-676.1790482 +65255,-881.4654501,-345.3365172,-826.5583637,-395.9910804,-689.8230944 +65256,-875.5680575,-339.4040231,-817.2555604,-390.821667,-650.8816775 +65257,-867.1103932,-334.4684776,-807.2272746,-387.9856077,-612.0780987 +65258,-860.6256902,-327.3463158,-800.2372865,-382.6884367,-656.2619402 +65259,-855.5039223,-322.7949219,-790.6026415,-380.3812474,-675.0786398 +65260,-845.4136413,-316.2084099,-783.6408883,-375.3069909,-642.1797471 +65261,-841.9539761,-311.2276376,-774.4997078,-371.9722715,-609.2480717 +65262,-833.0863468,-304.3564171,-766.5731374,-368.3478948,-583.1108479 +65263,-827.9298942,-301.1543703,-760.0693966,-364.1566715,-634.8047509 +65264,-820.0738889,-295.7156262,-750.1716568,-360.5633945,-659.3405237 +65265,-816.2411942,-292.2810479,-745.9259009,-357.1098577,-633.0504817 +65266,-808.8679873,-301.3698989,-742.3080051,-354.8185561,-605.8303616 +65267,-806.9769116,-298.8222188,-739.1927688,-350.0968772,-584.7198437 +65268,-796.7169423,-296.6552327,-731.1491924,-347.716631,-567.026445 +65269,-794.0499868,-292.318083,-725.1885221,-343.5539207,-552.0512691 +65270,-787.6919981,-289.0728506,-717.5859117,-340.5747796,-539.0507868 +65271,-781.5563812,-286.0299877,-712.4014736,-336.7393359,-530.4226558 +65272,-775.5885281,-282.3034646,-704.6056583,-333.942277,-525.7622008 +65273,-769.6960088,-279.5764241,-697.3549511,-330.5469094,-523.3130183 +65274,-764.8189461,-276.1074289,-692.9056614,-327.5721773,-521.3202578 +65275,-760.2164509,-272.1165963,-684.910477,-323.7968746,-518.8359942 +65276,-752.6747259,-269.5501056,-679.479941,-320.7573981,-517.0549004 +65277,-749.0333062,-266.4619326,-672.2767715,-317.772753,-515.2785194 +65278,-742.7001444,-262.5272142,-667.9746826,-314.1986692,-514.140742 +65279,-738.008319,-259.9139096,-658.9382952,-311.7469239,-513.1923168 +65280,-732.2981261,-256.6160469,-655.4713843,-308.3120262,-513.3926739 +65281,105.3482294,47.79283305,105.4296992,47.81065272,-556.4970698 +65282,110.9466403,51.57986686,112.4097511,50.65547418,-167.4371454 +65283,119.8862699,57.4269241,123.3939565,55.14417541,190.5310166 +65284,129.3528713,63.47813318,134.8993113,59.84190011,237.3404958 +65285,138.0600629,68.9189376,145.3775274,64.10763495,274.2472194 +65286,145.7847748,73.63667916,154.5857954,67.85014201,304.2078978 +65287,152.6866549,77.673085,162.7460242,71.16540755,330.0278904 +65288,158.9577888,81.21296972,170.1109647,74.16179589,353.1297003 +65289,164.7326396,84.40277319,176.8551557,76.91429416,374.062781 +65290,170.097243,87.32874503,183.0893264,79.47026201,393.0632811 +65291,175.1124359,90.04094843,188.8912278,81.86244148,410.3143906 +65292,179.8276171,92.57392773,194.3236139,84.11672888,426.0076402 +65293,184.2853189,94.95579683,199.4403272,86.25491552,440.3337002 +65294,188.5223769,97.21075227,204.2878358,88.29547772,453.4673796 +65295,192.5700666,99.35929346,208.9055058,90.25378217,465.5611365 +65296,196.1421085,101.2763316,213.013767,92.00039368,476.1775436 +65297,199.8800571,103.2574713,217.259722,93.82738064,486.5553821 +65298,203.5433194,105.1961985,221.4073497,95.62539891,496.3209362 +65299,207.1007425,107.0804794,225.4292686,97.38014887,505.473452 +65300,210.5572728,108.9142072,229.3335427,99.09369908,514.070875 +65301,213.9232408,110.7033459,233.1330863,100.7705366,522.1749575 +65302,217.2086776,112.4534111,236.8400747,102.4149781,529.8417497 +65303,220.4221821,114.1690154,240.4648878,104.0306614,537.1201963 +65304,223.5709352,115.853932,244.0161862,105.620565,544.0527031 +65305,226.660897,117.5112327,247.5011604,107.1871125,550.6759589 +65306,229.6970619,119.1434421,250.925829,108.7322973,557.0218156 +65307,232.6805253,120.7511233,254.2920585,110.2562744,563.1124062 +65308,235.6193704,122.3382421,257.6087573,111.7626099,568.9799343 +65309,238.5137023,123.9048092,260.8765515,113.2510419,574.6402389 +65310,241.3665725,125.4522747,264.0990024,114.7227689,580.1126414 +65311,243.912716,126.8601224,267.0112861,116.0570598,584.9269031 +65312,246.9271239,128.4884054,270.3924509,117.6073828,590.4946683 +65313,249.4807301,129.9186644,273.31561,118.951611,595.1322506 +65314,252.4254438,131.5384867,276.6330577,120.4769296,600.3963255 +65315,254.9708155,132.9870231,279.5538404,121.8236166,604.8584282 +65316,257.8236649,134.5977812,282.7837999,123.3118986,609.8137982 +65317,260.3531634,136.0760725,285.6914517,124.6549201,614.1221897 +65318,262.8854542,137.5619459,288.6026258,126.0012117,618.3815781 +65319,265.7064635,139.18137,291.8030172,127.4808031,623.116649 +65320,268.2045872,140.6543878,294.6808815,128.8155472,627.2199 +65321,270.7041703,142.1234265,297.5603059,130.1527051,631.2853853 +65322,273.1913371,143.5794724,300.4271766,131.4857849,635.2920065 +65323,275.6650046,145.0220041,303.280224,132.8141336,639.2414571 +65324,278.1240681,146.4516985,306.1181985,134.1371208,643.1348918 +65325,280.8735019,148.0085034,309.2459557,135.5932697,647.5295471 +65326,283.2823345,149.4065051,312.0324123,136.8955912,651.2806192 +65327,285.6854794,150.7988156,314.8123925,138.1963462,654.998825 +65328,288.071907,152.1811281,317.5747948,139.4905214,658.6658864 +65329,290.4422773,153.5542744,320.3202173,140.7783674,662.2847898 +65330,292.7963989,154.9185632,323.0484144,142.0597283,665.8568656 +65331,295.1339003,156.2741291,325.7589659,143.3343698,669.3829394 +65332,297.4545097,157.621087,328.4515556,144.6021133,672.8638363 +65333,299.7580938,158.9595696,331.1260324,145.8628526,676.3004806 +65334,302.0446183,160.2897155,333.785535,147.1165325,679.6938516 +65335,304.3141151,161.6116637,336.4320044,148.3631318,683.0449454 +65336,306.5666567,162.9255452,339.0658407,149.6026502,686.3547432 +65337,308.8023444,164.231484,341.6867122,150.8351028,689.6241993 +65338,311.0213088,165.5295993,344.2941696,152.0605196,692.8542517 +65339,313.2237024,166.8200077,346.887874,153.2789425,696.0458158 +65340,315.4153816,168.1028221,349.4676239,154.4904242,699.1997901 +65341,317.9585997,169.5433265,352.3966874,155.860197,702.9777367 +65342,327.5062828,174.1099095,362.2802954,160.3560183,719.8855067 +65343,340.431811,180.2263328,375.7209781,166.3975146,743.5087526 +65344,353.1557669,186.2822229,389.1845811,172.3719942,767.3135898 +65345,364.2961415,191.6294771,400.8949978,177.4819447,788.6186924 +65346,373.8103142,196.2306842,410.8307293,181.75506,807.1532324 +65347,382.0558021,200.2431392,419.4418159,185.4246436,823.4189427 +65348,389.3623338,203.8195561,427.1116599,188.6794866,837.9235075 +65349,395.9471911,207.0630493,434.0726174,191.6305402,851.0110246 +65350,401.9472253,210.0389104,440.45978,194.3405192,862.9026296 +65351,407.4554935,212.7925407,446.3648805,196.851099,873.7585848 +65352,412.5541149,215.3596923,451.8618231,199.1954061,883.711474 +65353,417.3053979,217.7703701,457.0143457,201.4016569,892.8777544 +65354,421.7684548,220.0499371,461.8770744,203.4936561,901.3599279 +65355,425.9858608,222.2195657,466.4958591,205.4910075,909.2471426 +65356,429.9992515,224.2967404,470.908648,207.4096023,916.6162107 +65357,433.8365291,226.2958158,475.1431613,209.2602388,923.533035 +65358,437.5233226,228.2285807,479.2301845,211.0561623,930.0541989 +65359,441.0860306,230.1047332,483.1878763,212.8039466,936.2283364 +65360,444.5385632,231.9322608,487.0378703,214.5127005,942.0972978 +65361,447.8947203,233.7177593,490.7909632,216.1857458,947.6971346 +65362,451.167507,235.4666776,494.4629862,217.8297232,953.0589348 +65363,454.3716946,237.183527,498.0602383,219.4461174,958.2095172 +65364,457.5095053,238.8720462,501.5948432,221.0400908,963.1720561 +65365,460.5895708,240.5353418,505.0701058,222.6119634,967.9665766 +65366,463.6186957,242.1759976,508.495608,224.1659198,972.6104202 +65367,466.6001693,243.7961689,511.8725963,225.7015069,977.1185983 +65368,469.5409317,245.3976626,515.2089102,227.2222619,981.5041649 +65369,472.4446332,246.9819948,518.5043998,228.7272286,985.7784475 +65370,475.311722,248.5504426,521.765699,230.2195107,989.951318 +65371,478.1470217,250.1040871,524.9917026,231.6978216,994.0313738 +65372,480.9460452,251.6377894,528.1788972,233.1616079,998.0261247 +65373,483.7098518,253.1520145,531.323641,234.607621,1001.9421 +65374,486.4377703,254.6453782,534.4291158,236.0382222,1005.785076 +65375,489.1339067,256.1209952,537.4964348,237.4524951,1009.560102 +65376,491.798529,257.5783553,540.5264199,238.8535342,1013.27167 +65377,494.4354532,259.0204551,543.5280929,240.2403054,1016.923721 +65378,497.0443374,260.446412,546.4979228,241.6134222,1020.519773 +65379,499.6284396,261.8588653,549.4383577,242.9763652,1024.062925 +65380,502.1870109,263.2566824,552.3537153,244.3274665,1027.555961 +65381,504.7229916,264.6423029,555.2430968,245.6666824,1031.001345 +65382,507.2353974,335.7623426,558.105058,246.9970858,1034.401316 +65383,509.7269557,275.5113975,560.9468578,248.3168075,1037.757857 +65384,512.1965094,327.0929624,563.763917,249.625686,1041.07278 +65385,514.646588,320.9173069,566.5578153,250.9266555,1044.347629 +65386,517.0758721,327.9475496,569.3321326,252.2177646,1047.58382 +65387,519.4867753,334.3531966,572.0853995,253.4987557,1050.782615 +65388,521.877905,340.1926205,574.8156831,254.7724956,1053.94521 +65389,524.2516113,345.8668043,577.5260115,256.0369983,1057.072692 +65390,526.6064654,351.3382101,580.219851,257.291988,1060.166115 +65391,528.9447835,356.9711041,582.8951262,258.5412214,1063.226466 +65392,531.2651176,362.3256037,626.0997483,259.778216,1104.261085 +65393,533.569717,367.6249522,687.5184156,260.9996196,1187.444306 +65394,535.8570796,372.9144119,674.3110192,262.2076245,1163.457452 +65395,538.1293611,378.1516673,688.4877598,263.4013389,1181.472366 +65396,540.3848133,383.2461,701.57974,264.5815731,1195.124136 +65397,542.6253299,388.3136488,711.595568,265.749818,1205.828036 +65398,544.8491462,393.2345587,721.6654652,317.660789,1216.419064 +65399,547.0582572,398.2272122,731.3673186,288.2398734,1226.486034 +65400,549.2483857,402.9674877,741.0057236,307.2441814,1236.657424 +65401,551.0537442,410.6463705,756.9726231,319.6760044,1268.516102 +65402,553.1929471,415.6568404,766.919121,321.398626,1280.006653 +65403,555.4463516,420.5470521,776.4662338,327.6577518,1290.334463 +65404,557.7031758,425.1908912,785.9838162,332.6394975,1300.710493 +65405,559.9154226,429.9591581,794.7846039,337.6194851,1310.494027 +65406,562.076823,434.496701,803.9034593,342.3347525,1320.535466 +65407,564.1945509,438.9358051,812.9426993,347.1245053,1329.702628 +65408,566.2763633,443.6311944,821.397996,351.6937265,1339.389388 +65409,568.3275982,447.8301003,829.9930302,356.3419163,1348.490863 +65410,570.3518115,452.1804362,838.6334767,360.818204,1357.612898 +65411,572.3515839,456.6131214,846.8952844,365.272247,1366.499262 +65412,574.329085,460.7926373,855.2032444,369.6012608,1375.33639 +65413,576.2861578,465.0294373,863.3599472,374.0050674,1383.849059 +65414,578.2244222,469.1895295,871.2723438,378.2407106,1392.682167 +65415,580.1452242,473.20341,879.503398,382.3935021,1400.992432 +65416,582.0497323,477.5608322,887.2558315,386.651802,1409.351297 +65417,583.9389023,481.3357727,895.216948,390.7139743,1417.571073 +65418,606.8914906,485.4344928,902.6803681,394.716812,1425.494797 +65419,672.921949,489.2585185,910.2640026,398.895416,1433.806556 +65420,652.8615184,493.3433764,918.0318101,402.6363334,1441.554492 +65421,669.1337298,497.1346555,925.3619778,406.8011431,1449.383426 +65422,679.8935265,500.9903421,932.7682405,410.4099411,1457.069812 +65423,688.9752695,504.7874301,940.0697672,414.4253995,1464.658462 +65424,697.9839277,508.5518492,947.0988698,418.0603992,1472.146187 +65425,706.6870609,512.2795174,954.572291,422.0215678,1479.323044 +65426,715.3866531,515.9723919,961.497644,425.5349062,1486.981025 +65427,721.7200134,519.6315685,968.5496237,429.1935148,1494.018443 +65428,728.7733342,523.1304593,975.4985138,432.9327862,1501.418369 +65429,735.2237811,526.9207073,982.3835747,436.5516072,1508.091843 +65430,741.717638,530.3864591,989.2048559,439.8811813,1515.248559 +65431,748.0260676,533.7284107,995.5828933,443.4425979,1522.070599 +65432,753.9271182,536.5927293,1001.821,446.6423187,1528.833891 +65433,760.0011307,539.7111704,1007.750358,449.7883373,1535.576813 +65434,765.7922155,542.5059598,1014.143971,453.1286118,1542.183118 +65435,771.5470519,545.6306659,1019.954367,456.29893,1548.706916 +65436,777.215043,548.3883236,1025.896049,459.2518421,1555.213353 +65437,782.8067619,551.2301312,1031.727248,462.3916226,1561.316527 +65438,788.1758673,554.0057748,1037.489487,465.2906431,1568.072748 +65439,793.7856512,556.7404475,1043.420439,468.4348522,1574.076506 +65440,799.1610639,559.4349827,1048.707677,471.3028339,1580.333961 +65441,804.1565403,562.0910801,1054.412153,474.2315811,1586.385202 +65442,809.6247068,564.5501126,1059.921807,477.1076828,1592.456142 +65443,814.531636,567.3755893,1065.320469,479.9500507,1598.364335 +65444,819.9373334,569.8039143,1070.750752,482.7631359,1604.297172 +65445,824.6392261,572.3438384,1076.033365,485.5312478,1610.065805 +65446,829.5698507,574.9834372,1081.351891,488.2807203,1615.835274 +65447,834.6262679,577.184351,1086.262172,490.9939807,1621.543132 +65448,839.3420886,579.7178469,1091.861521,493.6780458,1627.115547 +65449,844.2641268,582.0756972,1096.793436,496.3328771,1632.721856 +65450,848.605414,584.4286898,1101.860388,498.831228,1638.15946 +65451,853.5670918,586.7528419,1106.92198,501.6250516,1643.611438 +65452,858.0307058,589.0481825,1111.838448,504.1002451,1649.003478 +65453,862.5897563,591.3156682,1116.776968,506.6658271,1654.263758 +65454,866.9315704,593.3815818,1121.671108,509.1833143,1659.533472 +65455,871.5896592,595.8587589,1126.452941,511.675461,1664.751538 +65456,876.0190761,597.9180709,1131.285174,514.142104,1669.833491 +65457,880.1373248,600.1087717,1135.971589,516.7152472,1674.934786 +65458,884.3814701,602.2456936,1140.688873,518.9309324,1679.949762 +65459,888.8538169,604.3584817,1145.368379,521.2825744,1684.949702 +65460,892.927178,606.4469791,1149.932825,523.8452598,1689.812707 +65461,780.0056219,555.4278602,1037.096739,472.9630955,1463.936201 +65462,782.6169491,556.5692353,1040.713702,474.4633553,1466.679423 +65463,785.5532587,558.1680103,1043.699891,476.3181852,1469.307702 +65464,789.3341558,559.8440012,1047.868599,478.2877199,1472.482917 +65465,792.8549777,561.4210553,1051.837493,480.292135,1476.348373 +65466,796.5585912,563.4142943,1055.891129,482.335763,1480.074607 +65467,800.1438462,565.059487,1060.031707,484.379985,1483.505088 +65468,804.1599177,567.0043198,1064.122595,486.4251722,1487.434818 +65469,807.4465912,568.5155801,1067.963653,488.4657305,1491.178341 +65470,811.4630598,570.3816144,1072.498559,490.3801639,1494.930624 +65471,815.0207586,572.0949079,1076.376399,492.5909428,1498.742441 +65472,818.707478,573.8243886,1080.474028,494.5178068,1502.232618 +65473,822.3625862,575.5449418,1084.586774,496.5466825,1506.417377 +65474,825.8504203,577.0845379,1088.589717,498.6795902,1509.943621 +65475,829.7139212,579.0482287,1092.681451,500.4596074,1513.686478 +65476,833.3529071,580.6128892,1096.656874,502.4053279,1517.43214 +65477,836.7297446,582.3242293,1100.722577,504.5648977,1521.100992 +65478,840.2776863,583.9974505,1104.669732,506.4244737,1524.743069 +65479,844.0502979,585.6616017,1108.709566,508.4006513,1528.437189 +65480,847.4805809,587.3161929,1112.627917,510.3452384,1532.046869 +65481,850.8663966,588.9618062,1116.64243,512.2810713,1535.631185 +65482,854.8221913,590.5982688,1120.531633,514.2079375,1539.268066 +65483,857.9247076,592.2260127,1124.487636,516.1263339,1542.786852 +65484,861.5731307,593.8448763,1128.432045,517.8851195,1546.388338 +65485,865.0177346,595.2641407,1132.287573,520.0199755,1549.866858 +65486,868.2997123,597.1584332,1136.236534,521.7994108,1553.428718 +65487,872.025544,598.796495,1140.057887,523.7108695,1556.866176 +65488,875.3189716,600.1242694,1143.948385,525.5880375,1560.388961 +65489,878.7680968,601.841629,1147.829489,527.6063986,1563.784734 +65490,882.355819,603.3802513,1151.616925,529.2332863,1567.269194 +65491,885.8799285,605.4951163,1156.363651,531.529573,1570.625161 +65492,890.2874597,607.7170989,1160.985537,533.7499002,1574.083617 +65493,894.247631,609.9885872,1165.897999,536.0215905,1577.408286 +65494,898.2887887,612.2936432,1170.710696,538.1477214,1580.835934 +65495,902.4727784,614.6253788,1175.61241,540.7073527,1584.12249 +65496,906.2802045,616.9796457,1180.519507,542.9011441,1587.481173 +65497,910.8561303,619.3541163,1185.462181,545.2568769,1590.828205 +65498,914.7361497,621.5412815,1190.37846,547.5948288,1594.070626 +65499,919.0075886,624.2667357,1195.462039,549.9416498,1597.035092 +65500,923.3061411,626.5387919,1200.3273,552.2964717,1600.846037 +65501,927.1912634,629.013518,1205.443384,554.6591044,1603.804473 +65502,931.4619899,631.4673354,1210.044094,557.0288434,1607.20994 +65503,935.4275863,633.9340256,1215.710971,559.405475,1610.313815 +65504,939.9370242,636.4122282,1220.396046,561.7884007,1613.636572 +65505,944.0122479,638.9015895,1225.706145,563.9891285,1616.815616 +65506,948.1760946,641.4012096,1230.587847,566.6757132,1620.022056 +65507,952.4590264,643.9106036,1235.863011,568.9337445,1623.175864 +65508,956.5893588,646.4289601,1240.867448,571.3720359,1626.424326 +65509,960.8810343,648.9559395,1246.066642,573.7825617,1629.566911 +65510,965.0202333,651.4907893,1251.085722,576.1979958,1632.742258 +65511,969.3197766,653.7911447,1256.368489,578.6176004,1635.854944 +65512,973.1874399,656.7131283,1261.459962,581.0412188,1639.119215 +65513,977.9370642,659.0875265,1266.587278,583.4688243,1642.158628 +65514,981.8737663,661.6919871,1271.785943,585.9000626,1645.288759 +65515,986.2371885,664.2198181,1276.994487,588.3346776,1648.475579 +65516,990.3971212,666.826816,1282.111353,590.7725631,1651.558424 +65517,994.716418,669.3529147,1287.373904,593.2137274,1654.677515 +65518,998.8817048,671.91921,1292.453034,595.657531,1657.776432 +65519,1003.205246,674.4939707,1297.846309,597.8795256,1660.82637 +65520,1007.376484,677.0731583,1302.825712,600.6782813,1664.036348 +65521,769.5565801,570.3840963,1066.645938,493.729647,1183.015297 +65522,767.0215499,569.6127447,1064.368306,492.6596416,1177.000944 +65523,766.7542934,570.1854071,1065.468398,493.2571802,1173.254884 +65524,767.1369359,570.9411158,1066.709212,493.9127792,1170.953343 +65525,767.9104472,571.9195865,1068.512494,494.7936283,1168.891598 +65526,768.9292461,573.0298166,1070.531742,495.7928482,1167.551064 +65527,770.1109691,574.2261957,1072.722935,496.8700553,1166.515287 +65528,771.4097569,575.4822489,1075.034991,498.0034474,1165.720532 +65529,772.7986602,576.7831103,1077.440489,499.0109685,1165.100201 +65530,774.2630886,578.1209113,1079.924599,500.4789114,1164.623518 +65531,775.7942683,579.4910341,1082.515813,501.6015711,1164.268758 +65532,777.4054795,580.8903919,1085.076253,502.9037123,1164.023072 +65533,779.0918836,582.3166797,1087.779895,504.2063616,1163.875133 +65534,781.0424447,583.7680611,1090.506291,505.5348033,1163.817253 +65535,782.5339866,585.2430204,1093.290993,506.8876826,1163.842204 +65536,784.5381535,586.5276568,1096.077048,508.2639144,1163.943511 +65537,786.4879974,588.3973839,1099.085752,509.7012939,1164.328599 +65538,788.1781766,589.7578969,1101.919344,511.0933032,1164.387675 +65539,790.4806748,591.3459731,1104.788692,512.5280234,1164.67064 +65540,792.3712211,592.9209908,1107.808154,513.9874528,1165.03553 +65541,794.4929184,594.5140437,1110.836553,515.4443275,1165.460854 +65542,796.7030002,596.1553562,1113.97839,517.0004443,1166.393375 +65543,798.8169142,597.7568575,1117.038837,518.4563514,1166.386763 +65544,801.0171234,599.3927976,1120.177043,519.9703471,1167.123171 +65545,803.2650609,601.0457513,1123.396461,521.5099291,1167.721132 +65546,805.5520723,602.712546,1126.549625,523.0666568,1168.405215 +65547,807.8757548,604.3920319,1129.824138,524.638926,1169.135744 +65548,810.2348096,606.0834058,1133.094243,526.2259728,1169.91074 +65549,812.6280643,607.7858958,1136.399406,527.8271368,1170.72829 +65550,815.0544369,609.4987613,1139.732654,529.4418061,1171.58659 +65551,816.4318532,610.2092062,1141.545734,530.4042699,1172.484063 +65552,817.5922271,610.7183285,1142.63183,531.2356607,1173.404575 +65553,818.6663551,611.1308978,1144.6101,532.0054362,1174.377364 +65554,819.6912576,611.4779465,1145.624973,532.7332059,1175.318866 +65555,820.6805885,611.772327,1146.828539,533.4271683,1176.341436 +65556,821.6407113,612.0211413,1147.99983,534.0917035,1177.369104 +65557,822.5753235,612.2288766,1149.079503,534.7294815,1178.425114 +65558,823.4866087,612.3986582,1150.114534,535.3422682,1179.502999 +65559,824.3762848,612.5329072,1151.10165,535.9313807,1180.600978 +65560,825.0138472,612.6335944,1152.043017,536.4978443,1181.716192 +65561,826.2139927,612.702434,1152.940561,537.0425368,1182.871296 +65562,826.8746815,612.7409249,1153.795921,537.5662032,1183.978224 +65563,827.7264421,612.7504309,1154.610595,537.8748624,1185.151101 +65564,828.5220701,612.7321708,1155.385881,538.6492198,1186.311959 +65565,829.3014421,612.6872776,1156.123002,538.9725072,1187.484709 +65566,830.0640442,612.6167688,1156.823021,539.4501351,1188.663738 +65567,830.8105878,612.5215957,1157.486948,539.8774042,1189.848084 +65568,831.5413734,612.4026152,1158.073798,540.2873622,1191.036057 +65569,832.2566016,612.260635,1158.730989,540.6795711,1192.251935 +65570,832.9564202,612.0963816,1159.261505,541.0546432,1193.406534 +65571,833.6410254,611.9105447,1159.795874,541.4128828,1194.617853 +65572,834.3106881,611.7037434,1160.291495,541.7545747,1195.807016 +65573,834.9652913,611.4765721,1160.755356,542.0800007,1196.999312 +65574,835.6050839,611.2295634,1161.188029,542.3894013,1198.189857 +65575,836.2299861,610.9632347,1161.590058,542.6830211,1199.378412 +65576,836.8401111,610.6780482,1161.961883,542.9610668,1200.563889 +65577,837.4354863,610.3744597,1162.30397,543.2237546,1201.746255 +65578,838.0160283,610.0528742,1162.616698,543.4712641,1202.949918 +65579,838.5817773,609.7136985,1162.900482,543.7037897,1204.085641 +65580,839.1327362,609.357291,1163.155651,543.9214898,1205.273041 +65581,1075.713965,715.5752295,1398.790799,651.2798122,1668.655267 +65582,1080.659943,717.7195553,1403.949297,653.1851729,1672.540274 +65583,1084.75496,718.7665216,1407.500293,655.2226493,1677.211572 +65584,1087.928832,719.6992167,1410.493276,656.6666681,1681.303459 +65585,1090.850526,720.4173769,1413.076904,657.93973,1685.044749 +65586,1093.63704,721.0414672,1415.417783,659.1505801,1688.450474 +65587,1096.204571,721.5889922,1417.742413,660.2840143,1691.727008 +65588,1098.754774,722.0770081,1419.819919,661.3554054,1694.797424 +65589,1101.185591,722.5161899,1421.847006,662.4053946,1697.889454 +65590,1103.547752,722.9122688,1423.777403,663.3480965,1700.763281 +65591,1105.880933,723.2687854,1425.626958,664.3103204,1703.653468 +65592,1108.052869,723.588106,1427.457652,665.2135587,1706.322888 +65593,1110.251538,724.1670649,1429.072874,665.8189427,1709.042475 +65594,1112.357986,723.9786286,1430.746855,667.0608984,1711.592456 +65595,1114.414709,724.4070729,1432.245742,667.672897,1714.224204 +65596,1116.457472,724.5465145,1433.834479,668.4929435,1716.671183 +65597,1118.347988,724.7010095,1435.231203,669.2656679,1719.109179 +65598,1119.876137,724.8259381,1436.618334,669.9414891,1721.482429 +65599,1122.33585,724.9220933,1437.937294,670.6480246,1723.801786 +65600,1123.838926,724.990073,1439.19838,671.3022269,1726.069108 +65601,1125.704072,725.0306417,1440.403186,671.9330555,1728.285883 +65602,1127.351622,725.0444812,1441.553022,672.536719,1730.454684 +65603,1129.04874,725.0323053,1442.649271,673.1139096,1732.576338 +65604,1130.664553,724.9947459,1443.693114,673.6651398,1734.652449 +65605,1132.244738,724.9324804,1444.685852,674.1910166,1736.684596 +65606,1133.7872,724.846207,1445.684337,674.6921932,1738.674512 +65607,1135.518187,724.736931,1446.538538,675.197467,1740.567971 +65608,1137.137477,724.6040643,1447.364637,675.6086188,1742.56294 +65609,1138.833817,724.449583,1448.216336,676.0589821,1744.391109 +65610,1140.464011,724.2726561,1448.961925,676.4611877,1746.229503 +65611,1141.489908,723.6583669,1448.894658,676.4967171,1748.083998 +65612,1142.346505,722.9354444,1448.499308,676.4316588,1749.746503 +65613,1143.107544,722.1503152,1448.086094,676.3055985,1751.510788 +65614,1143.79189,721.3156304,1447.506654,676.1289267,1753.185075 +65615,1144.450555,720.4374825,1446.841965,675.9067478,1754.775591 +65616,1144.935051,719.5193745,1446.090088,675.6418868,1756.481665 +65617,1145.454687,718.5638217,1445.255393,675.3363476,1759.735 +65618,1145.875182,717.5727022,1444.340973,674.9915661,1759.595079 +65619,1146.243259,716.5476538,1443.349634,674.6088288,1763.520181 +65620,1146.554109,715.4900349,1442.283571,674.1891603,1761.796251 +65621,1146.80864,714.4011477,1441.145023,673.7335875,1768.0236 +65622,1147.007887,713.2821237,1439.935803,673.2429586,1762.781 +65623,1147.152696,712.1340781,1438.657843,672.7181632,1773.828724 +65624,1147.244631,710.9748637,1437.312842,672.1599921,1761.56369 +65625,1147.284802,709.7595508,1435.90279,671.5693682,1782.566592 +65626,1147.271993,708.529848,1434.427935,670.9464271,1755.669005 +65627,1147.207362,707.2690101,1432.89103,670.2924367,1770.677393 +65628,1147.134836,705.9810075,1431.292886,669.6077723,1776.819607 +65629,1146.899092,704.6687026,1429.635075,668.8931828,1772.967345 +65630,1146.711477,703.3329884,1427.918568,668.1491249,1775.541756 +65631,1146.433456,701.9746329,1426.144596,667.3761692,1776.709758 +65632,1146.11185,700.2973566,1424.314131,666.5747883,1777.81006 +65633,1145.74073,699.3336229,1422.428388,665.7455407,1778.880336 +65634,1145.320271,697.6985285,1420.488267,664.8888645,1779.924788 +65635,1144.850951,696.3035604,1418.494901,664.005284,1780.936933 +65636,1144.333102,694.8407938,1416.449083,663.0951888,1781.921214 +65637,1143.767584,693.359808,1414.351859,662.1590636,1782.877083 +65638,1143.154116,691.8597648,1412.203943,661.1972626,1783.80474 +65639,1142.494069,690.3416157,1409.945694,660.2102374,1784.768662 +65640,1141.786942,688.8057202,1407.789228,659.1983164,1785.542001 +65641,1187.332949,710.2020466,1463.336892,680.8026113,1867.369692 +65642,1187.316154,708.6952242,1433.068614,680.2953455,1870.002375 +65643,1186.74508,707.5917378,1465.388512,679.4332544,1872.590278 +65644,1185.580975,706.0935536,1430.663902,678.4942037,1874.505715 +65645,1184.314694,704.0863144,1449.201858,677.2749424,1876.250475 +65646,1182.777515,702.8226225,1438.689677,676.1314069,1877.61099 +65647,1181.157472,700.9791891,1436.765528,674.8172232,1878.911999 +65648,1179.383564,699.1529988,1433.953645,673.5775668,1880.227909 +65649,1177.642311,697.3326659,1430.425855,672.1369868,1881.323032 +65650,1175.515737,695.5976245,1427.337576,670.8122471,1882.346918 +65651,1173.657893,693.9205102,1423.783507,669.3375668,1883.531907 +65652,1171.74048,691.7216572,1420.565383,667.9546928,1884.357893 +65653,1169.628017,689.9042437,1416.742756,666.3494129,1885.335153 +65654,1167.228177,687.740252,1413.463634,664.9644514,1886.133421 +65655,1165.213826,685.9106343,1409.611424,663.5885922,1887.061522 +65656,1162.943222,683.8871506,1406.15301,661.6768087,1887.802931 +65657,1160.369313,682.0366168,1402.146222,660.2106211,1888.560357 +65658,1158.174119,679.9767333,1398.545568,658.6615465,1889.265323 +65659,1155.725381,678.086949,1394.497614,656.9437588,1889.935781 +65660,1152.973526,675.9857895,1390.747453,655.4432609,1890.503092 +65661,1151.030246,674.0547496,1386.597811,653.6768374,1909.431595 +65662,1147.771309,671.9112577,1382.790173,652.0621185,1863.77512 +65663,1145.239621,669.9384343,1378.401832,650.2942411,1922.884785 +65664,1142.515405,667.7523628,1374.548676,648.6284885,1863.472806 +65665,1139.826907,665.7378819,1370.194674,646.7452052,1912.136225 +65666,1136.75279,663.5095315,1366.055414,645.0783791,1881.185567 +65667,1133.960358,661.4536185,1361.627569,643.1429843,1898.630398 +65668,1131.109445,659.1831638,1357.446102,641.1323985,1893.223406 +65669,1127.835539,657.3409529,1352.884053,639.5244509,1894.665185 +65670,1124.986451,654.6679159,1348.612875,637.533493,1894.979958 +65671,1122.484512,653.1943668,1345.475631,636.1731597,1895.167927 +65672,1121.0044,651.533079,1342.178121,634.8404786,1895.448036 +65673,1118.598924,649.92514,1339.304128,633.5357773,1895.650847 +65674,1116.697944,648.3315886,1336.23233,632.2463232,1895.834288 +65675,1114.689906,646.7507788,1333.238828,630.967643,1895.991697 +65676,1112.572671,645.180493,1330.233851,629.9239891,1896.123083 +65677,1110.614037,643.6191528,1327.331742,628.3362594,1896.229851 +65678,1108.948973,642.06546,1324.316267,627.2318504,1896.369538 +65679,1106.324256,640.5184701,1321.48597,625.9428041,1896.34691 +65680,1104.588976,638.9772323,1318.371235,624.6897553,1896.370031 +65681,1102.507243,637.4411294,1315.606729,623.4388949,1896.519503 +65682,1100.35697,635.9094555,1312.624125,622.1896867,1896.400361 +65683,1098.359737,634.601423,1309.70461,620.9415228,1896.43069 +65684,1096.307305,632.7839271,1306.783559,619.7055852,1896.350161 +65685,1094.127857,631.3997545,1303.900725,618.4506138,1896.246554 +65686,1092.108583,629.868351,1300.99042,617.2144791,1896.21963 +65687,1090.024644,628.3581257,1298.037069,615.9698985,1896.123734 +65688,1087.82263,626.8489919,1295.152872,614.7242583,1895.958654 +65689,1085.767858,625.3404121,1292.305939,613.4766971,1895.833345 +65690,1083.65398,623.8330375,1289.266563,612.227779,1895.829133 +65691,1081.728858,622.3261805,1286.815724,610.9767814,1895.584853 +65692,1079.202146,620.8202889,1283.275156,609.7241682,1895.482633 +65693,1077.267089,619.3145498,1280.666952,608.6686637,1895.318159 +65694,1074.955593,617.5934847,1277.575809,607.1290318,1895.147885 +65695,1072.83531,616.588172,1274.758435,606.0057965,1895.015032 +65696,1070.656919,614.6528305,1271.724715,604.7161204,1894.755809 +65697,1068.35529,613.3141238,1268.803791,603.4521666,1894.539564 +65698,1066.202695,611.778164,1265.846554,602.1860507,1894.437038 +65699,1063.993155,610.2729901,1262.919399,600.9181808,1894.113463 +65700,1061.665213,608.7694253,1259.855937,599.6493222,1893.927436 +65701,982.67665,574.1360581,1179.996162,565.2895667,1751.335477 +65702,980.2916652,572.2799772,1177.079227,563.7871109,1750.703461 +65703,977.9578435,571.0437126,1173.898553,562.5599562,1750.785501 +65704,975.7574662,569.3902863,1170.943197,561.0797031,1750.709515 +65705,973.4326002,567.9045731,1167.940437,560.0338596,1750.722071 +65706,971.2614907,566.3963211,1165.007519,558.6325549,1750.745733 +65707,968.9318151,564.8897609,1161.963702,557.3720602,1750.76802 +65708,966.9651891,563.544191,1159.048173,556.0832329,1750.78241 +65709,964.2992662,561.8009138,1155.955436,554.7913083,1750.786015 +65710,962.2450039,560.4036637,1153.073262,553.4952473,1750.776508 +65711,959.6269727,558.8668539,1149.974266,552.1950816,1750.75344 +65712,957.711801,557.3521836,1147.032651,550.8906241,1750.715904 +65713,955.1660964,555.8352813,1143.908416,549.5819253,1750.6642 +65714,952.9479817,554.3161502,1140.99032,548.2689266,1750.597833 +65715,950.5312506,552.7947745,1137.85804,547.1082413,1750.517374 +65716,948.2581984,551.2711081,1134.882284,545.5597302,1750.422459 +65717,945.8199521,549.7452669,1131.754997,544.3436512,1750.313742 +65718,943.5258361,548.2172146,1128.727343,542.9908228,1750.190929 +65719,941.0669477,546.6870684,1125.628523,541.6574482,1750.054671 +65720,938.7529006,545.1548066,1122.593973,540.3202887,1749.904739 +65721,936.2743798,543.6205429,1119.438817,538.9794507,1749.741769 +65722,934.1403625,542.0842517,1116.380711,537.6348538,1749.565522 +65723,931.352937,540.5460533,1113.248901,536.2866509,1749.376664 +65724,929.1413715,539.1562006,1110.184513,534.9348402,1749.174946 +65725,926.5978444,537.3966006,1106.99874,533.5795625,1748.961007 +65726,924.2290994,535.9571072,1103.911911,532.2208262,1748.734637 +65727,921.698854,534.3896968,1100.74939,530.8587654,1748.49645 +65728,919.3142641,532.8422278,1097.656979,529.4933837,1748.246223 +65729,916.7684041,531.1457285,1094.442562,528.1248204,1747.984587 +65730,914.3686248,529.8084705,1091.328727,526.7530747,1747.711306 +65731,911.6560753,527.961142,1087.749844,525.1747449,1747.426978 +65732,908.8767438,526.4232925,1084.494391,523.7729643,1747.130633 +65733,906.5508154,524.7976837,1081.507888,522.3042495,1746.823249 +65734,903.5251076,523.0284651,1077.389455,520.6893254,1746.504744 +65735,900.865883,521.446725,1074.331267,519.4012224,1746.175504 +65736,898.1754859,519.8023025,1070.953721,517.6974967,1745.835336 +65737,895.3307655,518.1545365,1067.198054,516.1565215,1745.484713 +65738,892.6389345,516.3548831,1063.903916,514.6790318,1745.123161 +65739,889.7659975,514.7920792,1060.526056,513.0176195,1744.751175 +65740,887.0473861,512.969663,1056.731977,511.5583329,1744.368442 +65741,884.1479152,511.3566275,1053.39872,509.9817149,1743.975219 +65742,881.5698841,509.6830961,1049.984062,508.4618052,1743.571271 +65743,878.4045356,507.8679035,1046.153994,506.7766452,1743.157084 +65744,875.7514823,506.2417883,1042.784876,505.2781279,1742.732148 +65745,872.7795274,504.5554751,1039.336276,503.7164675,1742.296989 +65746,869.8203907,502.7276558,1035.243707,502.0113615,1741.851418 +65747,867.0899339,501.0893728,1032.175429,500.4934766,1741.395656 +65748,864.1594776,499.3897784,1028.532495,498.9126955,1740.929577 +65749,861.1909334,497.550502,1024.696478,497.3179535,1740.453653 +65750,858.5124484,495.9007819,1021.22791,495.5950071,1739.96748 +65751,855.2695553,494.1909444,1017.733774,494.086167,1739.471588 +65752,852.5232132,492.3401128,1013.828419,492.3255836,1738.965808 +65753,849.4647088,490.6798361,1010.331742,490.7714273,1738.450388 +65754,846.5884703,488.9594124,1006.808806,489.1560286,1737.925236 +65755,843.5339003,487.0981878,1002.875261,487.3975329,1737.390828 +65756,840.6379716,485.4277977,999.5846156,485.8269226,1736.846798 +65757,837.5628748,483.8173896,995.6185834,484.1951265,1736.293671 +65758,834.649606,481.7732814,991.9762066,482.4202167,1735.731295 +65759,831.5566183,480.1761354,988.3245627,480.8336707,1735.159936 +65760,828.6246511,478.4189908,984.6641912,479.06457,1734.579501 +65761,672.9171604,410.5668744,828.0944788,411.6515384,1447.696535 +65762,669.2424636,408.5384548,823.9029221,409.3763189,1446.516579 +65763,666.32608,406.6675411,820.2591176,407.7293687,1444.77389 +65764,663.559598,404.9889126,816.8675679,406.1111275,1443.657873 +65765,660.8248027,403.1573879,813.233804,404.2770036,1442.575461 +65766,658.1264246,401.4330252,809.9286227,402.8258295,1441.562921 +65767,655.5179608,399.8464158,806.5425621,401.1508189,1440.595229 +65768,652.9358401,398.1906867,803.1966708,399.563083,1439.659017 +65769,650.2798672,396.4293041,799.7346267,398.0435634,1438.746493 +65770,647.7590229,394.8185542,796.7295314,396.3468504,1437.852639 +65771,645.0890671,393.0819767,793.1553014,394.8124686,1436.974708 +65772,642.93556,391.6017205,789.9653193,393.1456603,1436.11046 +65773,639.8447446,389.8045206,786.6609377,391.6695227,1435.258729 +65774,637.5077312,388.222679,783.3837895,390.1135587,1434.418207 +65775,667.9029246,386.6409026,780.2300454,388.445558,1433.588274 +65776,583.0782123,384.8454264,776.8049967,386.9222128,1432.767983 +65777,653.6281697,383.354823,773.5122016,385.3401373,1431.956371 +65778,647.3520451,381.7369165,770.4139428,383.8388903,1431.153586 +65779,589.9731065,380.0321092,767.1976092,382.1036529,1430.359286 +65780,636.5349357,378.4569407,763.8333414,380.6850658,1429.572138 +65781,639.992556,376.8300659,760.6767387,379.0623824,1428.792532 +65782,582.896485,375.2184073,757.4405806,377.5758243,1428.019802 +65783,663.3444842,373.6083784,754.2208315,375.9211787,1427.25327 +65784,582.6080971,372.0619761,751.0145597,374.3434595,1426.492964 +65785,612.6738188,370.313394,747.8080797,372.9265259,1425.738125 +65786,611.2789031,368.8949591,744.608673,371.2392047,1424.98863 +65787,600.1382637,367.1670175,741.5089739,369.7352989,1424.244701 +65788,608.5499475,365.6205502,738.0955743,368.2294547,1423.505738 +65789,591.2601621,364.0189836,735.1014548,366.5351791,1422.771653 +65790,609.0679839,362.431256,731.93505,365.1081987,1422.041844 +65791,582.5769765,360.8642656,728.5707484,363.5202457,1421.316399 +65792,604.7454781,359.1116486,725.365283,361.8492709,1420.5944 +65793,582.4903485,357.6490093,722.0800052,360.225862,1419.876186 +65794,586.3418376,355.906391,718.8114144,358.7409866,1419.161272 +65795,587.0422692,354.3236076,715.6158225,357.0160699,1418.44973 +65796,582.4453013,352.691644,712.1590854,355.4483482,1417.741271 +65797,582.3725199,351.1152139,709.1167691,353.8252495,1417.035772 +65798,582.2622014,349.3745038,705.6819529,352.2087496,1416.332803 +65799,582.091489,347.9005555,702.4682925,350.6405713,1415.632262 +65800,581.8565524,346.1694861,699.1866482,348.9003858,1414.933701 +65801,581.5643829,344.5882568,695.9809494,347.430312,1414.237009 +65802,581.2244161,343.0029799,692.550446,345.6982354,1413.734042 +65803,580.8448517,341.2756935,689.4810329,344.1126888,1412.747936 +65804,580.4320322,339.7926202,686.0638809,342.479376,1412.196445 +65805,579.9908692,338.0724683,682.8472526,340.8956757,1411.473989 +65806,579.525319,336.5310472,679.5703094,339.1568632,1410.782578 +65807,579.0386709,334.8088128,676.3481989,337.6637645,1410.091882 +65808,578.5337045,333.3156727,673.0028057,335.9293855,1409.40155 +65809,578.0127697,331.6062922,669.7706022,334.3324176,1408.711459 +65810,577.4778522,330.0616352,666.4932982,332.6896394,1408.021286 +65811,576.9306233,328.4077199,663.2843791,330.9748315,1407.331021 +65812,576.3656989,326.8260969,660.0700658,329.2524495,1406.639743 +65813,575.785998,325.2407655,656.7420766,327.6207088,1405.948289 +65814,575.1958784,323.5770886,653.5526923,325.9567369,1405.256219 +65815,574.5981811,321.9900119,650.218438,324.3323714,1404.563404 +65816,573.994264,320.371871,646.9841757,322.6207295,1403.869531 +65817,573.3847204,318.7896398,643.7489436,320.9848741,1403.174597 +65818,572.7698879,317.1317795,640.4627062,319.3454633,1402.478337 +65819,572.1500464,315.8137962,637.2055724,317.6327437,1401.780776 +65820,571.5254666,313.7857243,633.9102447,315.9876218,1401.081677 +65821,0,312.1048859,630.5646849,314.2712064,1400.349558 +65822,1127.419302,441.145801,938.0894029,443.0855383,1986.438441 +65823,731.3077228,442.205253,914.0948772,443.9871536,1962.778373 +65824,811.0563913,439.4924308,929.3103993,441.3859978,1980.479422 +65825,809.2180568,437.6414311,943.5729943,439.3918124,1973.427992 +65826,806.1278135,435.7388723,906.9453897,437.4446244,1972.121883 +65827,802.8850045,433.9441984,919.9827575,435.5398802,1970.072957 +65828,799.8291664,431.7658789,910.490775,433.5802409,1969.450821 +65829,796.4723712,430.6148889,908.8609343,431.6230022,1968.130927 +65830,793.5075382,428.1930513,904.3970008,429.7751486,1967.044286 +65831,790.1883068,426.5644241,900.4367541,427.787333,1965.823769 +65832,787.065837,424.7073965,894.6066259,425.8922656,1964.904975 +65833,783.7894778,422.834389,893.6566388,423.9244125,1963.523566 +65834,780.7067643,421.0256869,888.6882749,421.9924379,1962.582747 +65835,777.5497052,419.1857181,884.8281453,420.1524805,1961.484239 +65836,774.5522501,417.3402955,881.2141764,418.2517471,1960.39032 +65837,771.5053979,415.4939189,877.2908934,416.3806641,1959.289763 +65838,768.4741061,413.6472158,873.4302849,414.5070116,1958.224007 +65839,765.4462489,411.8003638,869.4704014,412.6351044,1957.131325 +65840,762.3599788,409.9533126,865.7484894,410.7645497,1956.050928 +65841,759.4286605,408.1060072,861.825663,408.8661867,1954.934301 +65842,756.4222382,406.2584072,857.9500541,407.0405903,1953.892724 +65843,753.320566,404.4104695,847.0884058,405.1513862,1952.814342 +65844,750.3475207,402.5621328,860.4732282,403.2889742,1951.727844 +65845,747.3193928,400.7133245,831.4858006,401.4222186,1950.653235 +65846,744.3025589,398.8641596,858.2229389,399.5558567,1949.573368 +65847,741.2860981,397.0142534,821.4419668,397.6615648,1948.487872 +65848,738.2705908,395.164105,846.7929352,395.837463,1947.420091 +65849,735.2552089,393.3130989,827.7861751,393.9506988,1946.335808 +65850,732.2996408,391.4616908,822.3035242,392.0895699,1945.255767 +65851,729.4148962,389.7725386,822.0087043,390.3861291,1944.17495 +65852,726.6560974,388.1184519,830.0646842,388.7188916,1943.094465 +65853,724.0134924,386.4821545,801.0733634,387.0422656,1942.014052 +65854,721.2640573,384.8582406,825.6461675,385.4467297,1940.932472 +65855,718.5813816,383.2444794,798.3655531,383.8006298,1939.827392 +65856,715.900253,381.6399667,810.4032089,382.1891131,1938.782752 +65857,713.2294145,380.0436408,801.6404527,380.5815838,1937.683954 +65858,710.6257242,378.4552489,799.2057044,378.9823354,1936.605651 +65859,706.6976247,376.8741783,796.0067845,377.3642032,1935.520148 +65860,703.3531819,375.3003254,792.7355711,375.8197267,1934.448623 +65861,699.9797608,373.7332254,789.5768582,374.2229343,1933.366968 +65862,696.5700495,372.1726806,786.2168014,372.6573002,1932.290602 +65863,693.3133794,370.8522137,787.7456357,371.0936089,1931.325093 +65864,690.0029878,368.9567281,772.7154877,369.5362645,1930.083142 +65865,686.7842333,367.5856856,780.1569897,367.9933156,1929.091919 +65866,684.1970408,365.9996973,772.7064974,366.884361,1928.00669 +65867,681.6691822,364.4571401,770.1825388,365.1159314,1926.937785 +65868,679.2237255,362.9179415,767.1139136,363.9665895,1925.873423 +65869,676.8432285,361.3829852,763.793209,362.6047952,1924.811163 +65870,674.5248722,359.8520097,760.6701025,361.3059904,1923.751607 +65871,672.2683039,358.324952,757.4786039,360.0285541,1922.694974 +65872,670.1272342,356.8016982,754.3932108,358.7469876,1921.64134 +65873,667.9149385,355.2821638,751.1046707,357.5491241,1920.555618 +65874,665.8304524,353.7662437,754.8851805,356.3164348,1919.56278 +65875,663.8943908,352.2538346,734.4119146,355.127791,1918.493725 +65876,661.902465,350.7449173,751.6206891,353.9563537,1917.458912 +65877,659.9900117,349.2393705,730.2226146,352.8062053,1916.411891 +65878,658.1179384,347.7371924,739.043273,351.6770094,1915.381065 +65879,656.2932487,346.2382601,731.4528289,350.5438621,1914.371056 +65880,654.5105987,344.7426664,729.2684748,349.4906219,1913.336642 +65881,0,0,0,0,0 +65882,0,0,0,0,0 +65883,0,0,0,0,0 +65884,0,0,0,0,0 +65885,0,0,0,0,0 +65886,0,0,0,0,0 +65887,0,0,0,0,0 +65888,0,0,0,0,0 +65889,0,0,0,0,0 +65890,0,0,0,0,0 +65891,0,0,0,0,0 +65892,0,0,0,0,0 +65893,0,0,0,0,0 +65894,0,0,0,0,0 +65895,0,0,0,0,0 +65896,0,0,0,0,0 +65897,0,0,0,0,0 +65898,0,0,0,0,0 +65899,0,0,0,0,0 +65900,0,0,0,0,0 +65901,0,0,0,0,0 +65902,0,0,0,0,0 +65903,0,0,0,0,0 +65904,0,0,0,0,0 +65905,0,0,0,0,0 +65906,0,0,0,0,0 +65907,0,0,0,0,0 +65908,0,0,0,0,0 +65909,0,0,0,0,0 +65910,0,0,0,0,0 +65911,0,0,0,0,0 +65912,0,0,0,0,0 +65913,0,0,0,0,0 +65914,0,0,0,0,0 +65915,0,0,0,0,0 +65916,0,0,0,0,0 +65917,0,0,0,0,0 +65918,0,0,0,0,0 +65919,0,0,0,0,0 +65920,0,0,0,0,0 +65921,0,0,0,0,0 +65922,0,0,0,0,0 +65923,0,0,0,0,0 +65924,0,0,0,0,0 +65925,0,0,0,0,0 +65926,0,0,0,0,0 +65927,0,0,0,0,0 +65928,0,0,0,0,0 +65929,0,0,0,0,0 +65930,0,0,0,0,0 +65931,0,0,0,0,0 +65932,0,0,0,0,0 +65933,0,0,0,0,0 +65934,0,0,0,0,0 +65935,0,0,0,0,0 +65936,0,0,0,0,0 +65937,0,0,0,0,0 +65938,0,0,0,0,0 +65939,0,0,0,0,0 +65940,0,0,0,0,0 +65941,0,0,0,0,0 +65942,0,0,0,0,0 +65943,0,0,0,0,0 +65944,0,0,0,0,0 +65945,0,0,0,0,0 +65946,0,0,0,0,0 +65947,0,0,0,0,0 +65948,0,0,0,0,0 +65949,0,0,0,0,0 +65950,0,0,0,0,0 +65951,0,0,0,0,0 +65952,0,0,0,0,0 +65953,0,0,0,0,0 +65954,0,0,0,0,0 +65955,0,0,0,0,0 +65956,0,0,0,0,0 +65957,0,0,0,0,0 +65958,0,0,0,0,0 +65959,0,0,0,0,0 +65960,0,0,0,0,0 +65961,0,0,0,0,0 +65962,0,0,0,0,0 +65963,0,0,0,0,0 +65964,0,0,0,0,0 +65965,0,0,0,0,0 +65966,0,0,0,0,0 +65967,0,0,0,0,0 +65968,0,0,0,0,0 +65969,0,0,0,0,0 +65970,0,0,0,0,0 +65971,0,0,0,0,0 +65972,0,0,0,0,0 +65973,0,0,0,0,0 +65974,0,0,0,0,0 +65975,0,0,0,0,0 +65976,0,0,0,0,0 +65977,0,0,0,0,0 +65978,0,0,0,0,0 +65979,0,0,0,0,0 +65980,0,0,0,0,0 +65981,0,0,0,0,0 +65982,0,0,0,0,0 +65983,0,0,0,0,0 +65984,0,0,0,0,0 +65985,0,0,0,0,0 +65986,0,0,0,0,0 +65987,0,0,0,0,0 +65988,0,0,0,0,0 +65989,0,0,0,0,0 +65990,0,0,0,0,0 +65991,0,0,0,0,0 +65992,0,0,0,0,0 +65993,0,0,0,0,0 +65994,0,0,0,0,0 +65995,0,0,0,0,0 +65996,0,0,0,0,0 +65997,0,0,0,0,0 +65998,0,0,0,0,0 +65999,0,0,0,0,0 +66000,0,0,0,0,0 +66001,0,0,0,0,0 +66002,0,0,0,0,0 +66003,0,0,0,0,0 +66004,0,0,0,0,0 +66005,0,0,0,0,0 +66006,0,0,0,0,0 +66007,0,0,0,0,0 +66008,0,0,0,0,0 +66009,0,0,0,0,0 +66010,0,0,0,0,0 +66011,0,0,0,0,0 +66012,0,0,0,0,0 +66013,0,0,0,0,0 +66014,0,0,0,0,0 +66015,0,0,0,0,0 +66016,0,0,0,0,0 +66017,0,0,0,0,0 +66018,0,0,0,0,0 +66019,0,0,0,0,0 +66020,0,0,0,0,0 +66021,0,0,0,0,0 +66022,0,0,0,0,0 +66023,0,0,0,0,0 +66024,0,0,0,0,0 +66025,0,0,0,0,0 +66026,0,0,0,0,0 +66027,0,0,0,0,0 +66028,0,0,0,0,0 +66029,0,0,0,0,0 +66030,0,0,0,0,0 +66031,0,0,0,0,0 +66032,0,0,0,0,0 +66033,0,0,0,0,0 +66034,0,0,0,0,0 +66035,0,0,0,0,0 +66036,0,0,0,0,0 +66037,0,0,0,0,0 +66038,0,0,0,0,0 +66039,0,0,0,0,0 +66040,0,0,0,0,0 +66041,0,0,0,0,0 +66042,0,0,0,0,0 +66043,0,0,0,0,0 +66044,0,0,0,0,0 +66045,0,0,0,0,0 +66046,0,0,0,0,0 +66047,0,0,0,0,0 +66048,0,0,0,0,0 +66049,0,0,0,0,0 +66050,0,0,0,0,0 +66051,0,0,0,0,0 +66052,0,0,0,0,0 +66053,0,0,0,0,0 +66054,0,0,0,0,0 +66055,0,0,0,0,0 +66056,0,0,0,0,0 +66057,0,0,0,0,0 +66058,0,0,0,0,0 +66059,0,0,0,0,0 +66060,0,0,0,0,0 +66061,0,0,0,0,0 +66062,0,0,0,0,0 +66063,0,0,0,0,0 +66064,0,0,0,0,0 +66065,0,0,0,0,0 +66066,0,0,0,0,0 +66067,0,0,0,0,0 +66068,0,0,0,0,0 +66069,0,0,0,0,0 +66070,0,0,0,0,0 +66071,0,0,0,0,0 +66072,0,0,0,0,0 +66073,0,0,0,0,0 +66074,0,0,0,0,0 +66075,0,0,0,0,0 +66076,0,0,0,0,0 +66077,0,0,0,0,0 +66078,0,0,0,0,0 +66079,0,0,0,0,0 +66080,0,0,0,0,0 +66081,0,0,0,0,0 +66082,0,0,0,0,0 +66083,0,0,0,0,0 +66084,0,0,0,0,0 +66085,0,0,0,0,0 +66086,0,0,0,0,0 +66087,0,0,0,0,0 +66088,0,0,0,0,0 +66089,0,0,0,0,0 +66090,0,0,0,0,0 +66091,0,0,0,0,0 +66092,0,0,0,0,0 +66093,0,0,0,0,0 +66094,0,0,0,0,0 +66095,0,0,0,0,0 +66096,0,0,0,0,0 +66097,0,0,0,0,0 +66098,0,0,0,0,0 +66099,0,0,0,0,0 +66100,0,0,0,0,0 +66101,0,0,0,0,0 +66102,0,0,0,0,0 +66103,0,0,0,0,0 +66104,0,0,0,0,0 +66105,0,0,0,0,0 +66106,0,0,0,0,0 +66107,0,0,0,0,0 +66108,0,0,0,0,0 +66109,0,0,0,0,0 +66110,0,0,0,0,0 +66111,0,0,0,0,0 +66112,0,0,0,0,0 +66113,0,0,0,0,0 +66114,0,0,0,0,0 +66115,0,0,0,0,0 +66116,0,0,0,0,0 +66117,0,0,0,0,0 +66118,0,0,0,0,0 +66119,0,0,0,0,0 +66120,0,0,0,0,0 +66121,0,0,0,0,0 +66122,0,0,0,0,0 +66123,0,0,0,0,0 +66124,0,0,0,0,0 +66125,0,0,0,0,0 +66126,0,0,0,0,0 +66127,0,0,0,0,0 +66128,0,0,0,0,0 +66129,0,0,0,0,0 +66130,0,0,0,0,0 +66131,0,0,0,0,0 +66132,0,0,0,0,0 +66133,0,0,0,0,0 +66134,0,0,0,0,0 +66135,0,0,0,0,0 +66136,0,0,0,0,0 +66137,0,0,0,0,0 +66138,0,0,0,0,0 +66139,0,0,0,0,0 +66140,0,0,0,0,0 +66141,0,0,0,0,0 +66142,0,0,0,0,0 +66143,0,0,0,0,0 +66144,0,0,0,0,0 +66145,0,0,0,0,0 +66146,0,0,0,0,0 +66147,0,0,0,0,0 +66148,0,0,0,0,0 +66149,0,0,0,0,0 +66150,0,0,0,0,0 +66151,0,0,0,0,0 +66152,0,0,0,0,0 +66153,0,0,0,0,0 +66154,0,0,0,0,0 +66155,0,0,0,0,0 +66156,0,0,0,0,0 +66157,0,0,0,0,0 +66158,0,0,0,0,0 +66159,0,0,0,0,0 +66160,0,0,0,0,0 +66161,0,0,0,0,0 +66162,0,0,0,0,0 +66163,0,0,0,0,0 +66164,0,0,0,0,0 +66165,0,0,0,0,0 +66166,0,0,0,0,0 +66167,0,0,0,0,0 +66168,0,0,0,0,0 +66169,0,0,0,0,0 +66170,0,0,0,0,0 +66171,0,0,0,0,0 +66172,0,0,0,0,0 +66173,0,0,0,0,0 +66174,0,0,0,0,0 +66175,0,0,0,0,0 +66176,0,0,0,0,0 +66177,0,0,0,0,0 +66178,0,0,0,0,0 +66179,0,0,0,0,0 +66180,0,0,0,0,0 +66181,0,0,0,0,0 +66182,0,0,0,0,0 +66183,0,0,0,0,0 +66184,0,0,0,0,0 +66185,0,0,0,0,0 +66186,0,0,0,0,0 +66187,0,0,0,0,0 +66188,0,0,0,0,0 +66189,0,0,0,0,0 +66190,0,0,0,0,0 +66191,0,0,0,0,0 +66192,0,0,0,0,0 +66193,0,0,0,0,0 +66194,0,0,0,0,0 +66195,0,0,0,0,0 +66196,0,0,0,0,0 +66197,0,0,0,0,0 +66198,0,0,0,0,0 +66199,0,0,0,0,0 +66200,0,0,0,0,0 +66201,0,0,0,0,0 +66202,0,0,0,0,0 +66203,0,0,0,0,0 +66204,0,0,0,0,0 +66205,0,0,0,0,0 +66206,0,0,0,0,0 +66207,0,0,0,0,0 +66208,0,0,0,0,0 +66209,0,0,0,0,0 +66210,0,0,0,0,0 +66211,0,0,0,0,0 +66212,0,0,0,0,0 +66213,0,0,0,0,0 +66214,0,0,0,0,0 +66215,0,0,0,0,0 +66216,0,0,0,0,0 +66217,0,0,0,0,0 +66218,0,0,0,0,0 +66219,0,0,0,0,0 +66220,0,0,0,0,0 +66221,0,0,0,0,0 +66222,0,0,0,0,0 +66223,0,0,0,0,0 +66224,0,0,0,0,0 +66225,0,0,0,0,0 +66226,0,0,0,0,0 +66227,0,0,0,0,0 +66228,0,0,0,0,0 +66229,0,0,0,0,0 +66230,0,0,0,0,0 +66231,0,0,0,0,0 +66232,0,0,0,0,0 +66233,0,0,0,0,0 +66234,0,0,0,0,0 +66235,0,0,0,0,0 +66236,0,0,0,0,0 +66237,0,0,0,0,0 +66238,0,0,0,0,0 +66239,0,0,0,0,0 +66240,0,0,0,0,0 +66241,0,0,0,0,0 +66242,0,0,0,0,0 +66243,0,0,0,0,0 +66244,0,0,0,0,0 +66245,0,0,0,0,0 +66246,0,0,0,0,0 +66247,0,0,0,0,0 +66248,0,0,0,0,0 +66249,0,0,0,0,0 +66250,0,0,0,0,0 +66251,0,0,0,0,0 +66252,0,0,0,0,0 +66253,0,0,0,0,0 +66254,0,0,0,0,0 +66255,0,0,0,0,0 +66256,0,0,0,0,0 +66257,0,0,0,0,0 +66258,0,0,0,0,0 +66259,0,0,0,0,0 +66260,0,0,0,0,0 +66261,0,0,0,0,0 +66262,0,0,0,0,0 +66263,0,0,0,0,0 +66264,0,0,0,0,0 +66265,0,0,0,0,0 +66266,0,0,0,0,0 +66267,0,0,0,0,0 +66268,0,0,0,0,0 +66269,0,0,0,0,0 +66270,0,0,0,0,0 +66271,0,0,0,0,0 +66272,0,0,0,0,0 +66273,0,0,0,0,0 +66274,0,0,0,0,0 +66275,0,0,0,0,0 +66276,0,0,0,0,0 +66277,0,0,0,0,0 +66278,0,0,0,0,0 +66279,0,0,0,0,0 +66280,0,0,0,0,0 +66281,0,0,0,0,0 +66282,0,0,0,0,0 +66283,0,0,0,0,0 +66284,0,0,0,0,0 +66285,0,0,0,0,0 +66286,0,0,0,0,0 +66287,0,0,0,0,0 +66288,0,0,0,0,0 +66289,0,0,0,0,0 +66290,0,0,0,0,0 +66291,0,0,0,0,0 +66292,0,0,0,0,0 +66293,0,0,0,0,0 +66294,0,0,0,0,0 +66295,0,0,0,0,0 +66296,0,0,0,0,0 +66297,0,0,0,0,0 +66298,0,0,0,0,0 +66299,0,0,0,0,0 +66300,0,0,0,0,0 +66301,0,0,0,0,0 +66302,0,0,0,0,0 +66303,0,0,0,0,0 +66304,0,0,0,0,0 +66305,0,0,0,0,0 +66306,0,0,0,0,0 +66307,0,0,0,0,0 +66308,0,0,0,0,0 +66309,0,0,0,0,0 +66310,0,0,0,0,0 +66311,0,0,0,0,0 +66312,0,0,0,0,0 +66313,0,0,0,0,0 +66314,0,0,0,0,0 +66315,0,0,0,0,0 +66316,0,0,0,0,0 +66317,0,0,0,0,0 +66318,0,0,0,0,0 +66319,0,0,0,0,0 +66320,0,0,0,0,0 +66321,0,0,0,0,0 +66322,0,0,0,0,0 +66323,0,0,0,0,0 +66324,0,0,0,0,0 +66325,0,0,0,0,0 +66326,0,0,0,0,0 +66327,0,0,0,0,0 +66328,0,0,0,0,0 +66329,0,0,0,0,0 +66330,0,0,0,0,0 +66331,0,0,0,0,0 +66332,0,0,0,0,0 +66333,0,0,0,0,0 +66334,0,0,0,0,0 +66335,0,0,0,0,0 +66336,0,0,0,0,0 +66337,0,0,0,0,0 +66338,0,0,0,0,0 +66339,0,0,0,0,0 +66340,0,0,0,0,0 +66341,0,0,0,0,0 +66342,0,0,0,0,0 +66343,0,0,0,0,0 +66344,0,0,0,0,0 +66345,0,0,0,0,0 +66346,0,0,0,0,0 +66347,0,0,0,0,0 +66348,0,0,0,0,0 +66349,0,0,0,0,0 +66350,0,0,0,0,0 +66351,0,0,0,0,0 +66352,0,0,0,0,0 +66353,0,0,0,0,0 +66354,0,0,0,0,0 +66355,0,0,0,0,0 +66356,0,0,0,0,0 +66357,0,0,0,0,0 +66358,0,0,0,0,0 +66359,0,0,0,0,0 +66360,0,0,0,0,0 +66361,0,0,0,0,0 +66362,0,0,0,0,0 +66363,0,0,0,0,0 +66364,0,0,0,0,0 +66365,0,0,0,0,0 +66366,0,0,0,0,0 +66367,0,0,0,0,0 +66368,0,0,0,0,0 +66369,0,0,0,0,0 +66370,0,0,0,0,0 +66371,0,0,0,0,0 +66372,0,0,0,0,0 +66373,0,0,0,0,0 +66374,0,0,0,0,0 +66375,0,0,0,0,0 +66376,0,0,0,0,0 +66377,0,0,0,0,0 +66378,0,0,0,0,0 +66379,0,0,0,0,0 +66380,0,0,0,0,0 +66381,0,0,0,0,0 +66382,0,0,0,0,0 +66383,0,0,0,0,0 +66384,0,0,0,0,0 +66385,0,0,0,0,0 +66386,0,0,0,0,0 +66387,0,0,0,0,0 +66388,0,0,0,0,0 +66389,0,0,0,0,0 +66390,0,0,0,0,0 +66391,0,0,0,0,0 +66392,0,0,0,0,0 +66393,0,0,0,0,0 +66394,0,0,0,0,0 +66395,0,0,0,0,0 +66396,0,0,0,0,0 +66397,0,0,0,0,0 +66398,0,0,0,0,0 +66399,0,0,0,0,0 +66400,0,0,0,0,0 +66401,0,0,0,0,0 +66402,0,0,0,0,0 +66403,0,0,0,0,0 +66404,0,0,0,0,0 +66405,0,0,0,0,0 +66406,0,0,0,0,0 +66407,0,0,0,0,0 +66408,0,0,0,0,0 +66409,0,0,0,0,0 +66410,0,0,0,0,0 +66411,0,0,0,0,0 +66412,0,0,0,0,0 +66413,0,0,0,0,0 +66414,0,0,0,0,0 +66415,0,0,0,0,0 +66416,0,0,0,0,0 +66417,0,0,0,0,0 +66418,0,0,0,0,0 +66419,0,0,0,0,0 +66420,0,0,0,0,0 +66421,0,0,0,0,0 +66422,0,0,0,0,0 +66423,0,0,0,0,0 +66424,0,0,0,0,0 +66425,0,0,0,0,0 +66426,0,0,0,0,0 +66427,0,0,0,0,0 +66428,0,0,0,0,0 +66429,0,0,0,0,0 +66430,0,0,0,0,0 +66431,0,0,0,0,0 +66432,0,0,0,0,0 +66433,0,0,0,0,0 +66434,0,0,0,0,0 +66435,0,0,0,0,0 +66436,0,0,0,0,0 +66437,0,0,0,0,0 +66438,0,0,0,0,0 +66439,0,0,0,0,0 +66440,0,0,0,0,0 +66441,0,0,0,0,0 +66442,0,0,0,0,0 +66443,0,0,0,0,0 +66444,0,0,0,0,0 +66445,0,0,0,0,0 +66446,0,0,0,0,0 +66447,0,0,0,0,0 +66448,0,0,0,0,0 +66449,0,0,0,0,0 +66450,0,0,0,0,0 +66451,0,0,0,0,0 +66452,0,0,0,0,0 +66453,0,0,0,0,0 +66454,0,0,0,0,0 +66455,0,0,0,0,0 +66456,0,0,0,0,0 +66457,0,0,0,0,0 +66458,0,0,0,0,0 +66459,0,0,0,0,0 +66460,0,0,0,0,0 +66461,0,0,0,0,0 +66462,0,0,0,0,0 +66463,0,0,0,0,0 +66464,0,0,0,0,0 +66465,0,0,0,0,0 +66466,0,0,0,0,0 +66467,0,0,0,0,0 +66468,0,0,0,0,0 +66469,0,0,0,0,0 +66470,0,0,0,0,0 +66471,0,0,0,0,0 +66472,0,0,0,0,0 +66473,0,0,0,0,0 +66474,0,0,0,0,0 +66475,0,0,0,0,0 +66476,0,0,0,0,0 +66477,0,0,0,0,0 +66478,0,0,0,0,0 +66479,0,0,0,0,0 +66480,0,0,0,0,0 +66481,0,0,0,0,0 +66482,0,0,0,0,0 +66483,0,0,0,0,0 +66484,0,0,0,0,0 +66485,0,0,0,0,0 +66486,0,0,0,0,0 +66487,0,0,0,0,0 +66488,0,0,0,0,0 +66489,0,0,0,0,0 +66490,0,0,0,0,0 +66491,0,0,0,0,0 +66492,0,0,0,0,0 +66493,0,0,0,0,0 +66494,0,0,0,0,0 +66495,0,0,0,0,0 +66496,0,0,0,0,0 +66497,0,0,0,0,0 +66498,0,0,0,0,0 +66499,0,0,0,0,0 +66500,0,0,0,0,0 +66501,0,0,0,0,0 +66502,0,0,0,0,0 +66503,0,0,0,0,0 +66504,0,0,0,0,0 +66505,0,0,0,0,0 +66506,0,0,0,0,0 +66507,0,0,0,0,0 +66508,0,0,0,0,0 +66509,0,0,0,0,0 +66510,0,0,0,0,0 +66511,0,0,0,0,0 +66512,0,0,0,0,0 +66513,0,0,0,0,0 +66514,0,0,0,0,0 +66515,0,0,0,0,0 +66516,0,0,0,0,0 +66517,0,0,0,0,0 +66518,0,0,0,0,0 +66519,0,0,0,0,0 +66520,0,0,0,0,0 +66521,0,0,0,0,0 +66522,0,0,0,0,0 +66523,0,0,0,0,0 +66524,0,0,0,0,0 +66525,0,0,0,0,0 +66526,0,0,0,0,0 +66527,0,0,0,0,0 +66528,0,0,0,0,0 +66529,0,0,0,0,0 +66530,0,0,0,0,0 +66531,0,0,0,0,0 +66532,0,0,0,0,0 +66533,0,0,0,0,0 +66534,0,0,0,0,0 +66535,0,0,0,0,0 +66536,0,0,0,0,0 +66537,0,0,0,0,0 +66538,0,0,0,0,0 +66539,0,0,0,0,0 +66540,0,0,0,0,0 +66541,0,0,0,0,0 +66542,0,0,0,0,0 +66543,0,0,0,0,0 +66544,0,0,0,0,0 +66545,0,0,0,0,0 +66546,0,0,0,0,0 +66547,0,0,0,0,0 +66548,0,0,0,0,0 +66549,0,0,0,0,0 +66550,0,0,0,0,0 +66551,0,0,0,0,0 +66552,0,0,0,0,0 +66553,0,0,0,0,0 +66554,0,0,0,0,0 +66555,0,0,0,0,0 +66556,0,0,0,0,0 +66557,0,0,0,0,0 +66558,0,0,0,0,0 +66559,0,0,0,0,0 +66560,0,0,0,0,0 +66561,0,0,0,0,0 +66562,0,0,0,0,0 +66563,0,0,0,0,0 +66564,0,0,0,0,0 +66565,0,0,0,0,0 +66566,0,0,0,0,0 +66567,0,0,0,0,0 +66568,0,0,0,0,0 +66569,0,0,0,0,0 +66570,0,0,0,0,0 +66571,0,0,0,0,0 +66572,0,0,0,0,0 +66573,0,0,0,0,0 +66574,0,0,0,0,0 +66575,0,0,0,0,0 +66576,0,0,0,0,0 +66577,0,0,0,0,0 +66578,0,0,0,0,0 +66579,0,0,0,0,0 +66580,0,0,0,0,0 +66581,0,0,0,0,0 +66582,0,0,0,0,0 +66583,0,0,0,0,0 +66584,0,0,0,0,0 +66585,0,0,0,0,0 +66586,0,0,0,0,0 +66587,0,0,0,0,0 +66588,0,0,0,0,0 +66589,0,0,0,0,0 +66590,0,0,0,0,0 +66591,0,0,0,0,0 +66592,0,0,0,0,0 +66593,0,0,0,0,0 +66594,0,0,0,0,0 +66595,0,0,0,0,0 +66596,0,0,0,0,0 +66597,0,0,0,0,0 +66598,0,0,0,0,0 +66599,0,0,0,0,0 +66600,0,0,0,0,0 +66601,0,0,0,0,0 +66602,0,0,0,0,0 +66603,0,0,0,0,0 +66604,0,0,0,0,0 +66605,0,0,0,0,0 +66606,0,0,0,0,0 +66607,0,0,0,0,0 +66608,0,0,0,0,0 +66609,0,0,0,0,0 +66610,0,0,0,0,0 +66611,0,0,0,0,0 +66612,0,0,0,0,0 +66613,0,0,0,0,0 +66614,0,0,0,0,0 +66615,0,0,0,0,0 +66616,0,0,0,0,0 +66617,0,0,0,0,0 +66618,0,0,0,0,0 +66619,0,0,0,0,0 +66620,0,0,0,0,0 +66621,0,0,0,0,0 +66622,0,0,0,0,0 +66623,0,0,0,0,0 +66624,0,0,0,0,0 +66625,0,0,0,0,0 +66626,0,0,0,0,0 +66627,0,0,0,0,0 +66628,0,0,0,0,0 +66629,0,0,0,0,0 +66630,0,0,0,0,0 +66631,0,0,0,0,0 +66632,0,0,0,0,0 +66633,0,0,0,0,0 +66634,0,0,0,0,0 +66635,0,0,0,0,0 +66636,0,0,0,0,0 +66637,0,0,0,0,0 +66638,0,0,0,0,0 +66639,0,0,0,0,0 +66640,0,0,0,0,0 +66641,0,0,0,0,0 +66642,0,0,0,0,0 +66643,0,0,0,0,0 +66644,0,0,0,0,0 +66645,0,0,0,0,0 +66646,0,0,0,0,0 +66647,0,0,0,0,0 +66648,0,0,0,0,0 +66649,0,0,0,0,0 +66650,0,0,0,0,0 +66651,0,0,0,0,0 +66652,0,0,0,0,0 +66653,0,0,0,0,0 +66654,0,0,0,0,0 +66655,0,0,0,0,0 +66656,0,0,0,0,0 +66657,0,0,0,0,0 +66658,0,0,0,0,0 +66659,0,0,0,0,0 +66660,0,0,0,0,0 +66661,-1897.1914,-822.9430956,-1862.584725,-822.940475,-932.8342442 +66662,-2026.315643,-860.3011431,-1990.594117,-860.2985499,-1133.409658 +66663,-2097.183832,-890.253909,-2057.669404,-890.2513615,-1325.138114 +66664,-2039.729823,-865.6901643,-2001.131745,-865.6876717,-1292.696374 +66665,-1989.200738,-844.5095355,-1951.417864,-844.5071025,-1261.043987 +66666,-1947.04736,-827.1800993,-1909.932668,-827.1777295,-1232.691181 +66667,-1912.221973,-813.1237328,-1875.624306,-813.1214285,-1208.101344 +66668,-1883.168443,-801.5863821,-1846.960559,-801.5841448,-1186.745628 +66669,-1858.630696,-791.9778001,-1822.714748,-791.9756306,-1168.110135 +66670,-1837.717348,-783.8862872,-1802.02023,-783.8841853,-1151.721323 +66671,-1819.783871,-777.0186195,-1784.250774,-777.0165848,-1137.249143 +66672,-1804.329209,-771.1504949,-1768.918599,-771.1485263,-1124.438344 +66673,-1287.476819,-766.0915349,-1473.366513,-766.0896311,-1113.026361 +66674,-1511.672453,-761.6978318,-1374.660661,-761.6959914,-1102.844516 +66675,-1448.86554,-697.3452731,-1464.663259,-697.3434691,-1050.056729 +66676,-1420.361421,-636.0050203,-1403.608098,-636.0032579,-959.6219318 +66677,-1393.272108,-596.3197761,-1319.945553,-659.6403803,-993.3357551 +66678,-1373.700159,-569.3220789,-1305.029017,-635.1532125,-928.7774085 +66679,-1363.703613,-563.4986811,-1291.197659,-623.7278116,-891.1305107 +66680,-1348.968678,-555.6073556,-1276.376059,-609.585339,-870.1926361 +66681,-1265.783726,-528.1793007,-1235.755994,-528.5683696,-471.004852 +66682,-1432.355596,-576.9682171,-1301.666984,-648.8277272,-928.4292369 +66683,-1265.595571,-525.0073784,-1220.228567,-572.5335877,-589.7338584 +66684,-1312.562879,-538.0203635,-1239.515334,-643.6663503,-774.4024201 +66685,-1294.548235,-531.1513803,-1221.165246,-610.200295,-976.2580166 +66686,-1281.747115,-525.1210305,-1211.779259,-561.6743347,-903.5970602 +66687,-1270.87847,-521.8135572,-1204.535906,-586.2257942,-861.1200409 +66688,-1261.853461,-516.7045416,-1189.672574,-572.1204072,-836.4773222 +66689,-1137.880234,-478.158483,-1109.471625,-478.151847,-335.6559834 +66690,-1412.566949,-560.5358849,-1284.714186,-628.5652846,-904.6978531 +66691,-1151.957582,-474.0427021,-1107.439993,-535.4047252,-492.1336124 +66692,-1240.17071,-491.2093976,-1159.537096,-592.4764237,-929.1297506 +66693,-1213.653313,-475.2163476,-1128.982812,-518.9218797,-872.6270684 +66694,-1202.253369,-463.2519412,-1119.611842,-545.5057904,-833.2506234 +66695,-1072.906586,-450.4066629,-1045.397601,-453.9358067,-270.7163594 +66696,-1357.597175,-419.202896,-1163.88463,-615.5081208,-890.9605412 +66697,-1089.463909,-403.2476884,-1022.78696,-502.7290155,-403.4072736 +66698,-1179.766928,-388.3637167,-1058.377443,-510.8080981,-912.3288556 +66699,-1150.961289,-374.8470927,-1033.988675,-514.0648781,-852.5368212 +66700,-1065.38449,-358.8311783,-1021.905551,-452.9252895,-270.1831732 +66701,-1253.20465,-344.9145344,-1005.094038,-552.3429245,-524.1152996 +66702,-1070.647182,-333.9338041,-995.5597719,-490.5094837,-937.8078067 +66703,-1129.065948,-322.6158496,-982.03734,-481.6474382,-861.3182043 +66704,-1061.842568,-311.8970202,-971.7713322,-452.614458,-270.9073765 +66705,-1169.743241,-303.2361387,-960.2723515,-529.6298574,-508.5783755 +66706,-1058.557209,-291.6776749,-951.0359562,-449.8395416,-664.168777 +66707,-1090.943716,-282.4188393,-937.5312007,-473.851808,-753.2070168 +66708,-1074.594267,-272.3901661,-927.5535938,-464.1264381,-812.6163864 +66709,-1067.009476,-261.9126398,-917.1249933,-459.4352653,-981.820559 +66710,-1058.467017,-252.9162977,-907.8903745,-454.0912234,-868.0056943 +66711,-1050.404833,-243.1494315,-895.335955,-449.9400592,-293.4577 +66712,-1043.840162,-233.5738894,-887.6640369,-444.5942765,-505.2595537 +66713,-1034.928652,-224.0757104,-876.2742583,-439.9287261,-642.7740417 +66714,-1027.206257,-214.6386186,-866.6549578,-436.0446942,-944.1805488 +66715,-1020.493883,-205.1027829,-857.8881997,-431.2413052,-843.5278099 +66716,-1011.103753,-195.915587,-846.6090873,-425.7869801,-246.3764628 +66717,-1004.302275,-189.4791977,-838.5306667,-422.2835145,-856.8074915 +66718,-997.7955606,-181.9166689,-828.5658848,-417.0548654,-795.6449265 +66719,-954.6410164,-174.3995123,-819.572595,-410.418561,-154.763814 +66720,-1031.906862,-167.8238143,-811.4665653,-412.5208598,-838.320237 +66721,83.91400807,38.10386323,83.9571499,38.10117922,-791.0326885 +66722,400.4149748,197.5147543,428.2107929,193.7099967,-175.1299539 +66723,83.71406267,48.14575365,90.24402779,38.67781463,126.5482053 +66724,85.20183256,55.11927323,95.96253047,39.98362973,171.9582549 +66725,89.63361025,62.82084028,104.2601245,42.72364173,207.9849839 +66726,95.03561149,70.14560959,112.9544861,45.85059913,237.6825758 +66727,100.4052843,76.74622444,121.096509,48.86086337,263.6780095 +66728,105.4210339,82.63349282,128.4746176,51.61849672,287.108908 +66729,110.1106829,87.9512216,135.2083799,54.16108615,308.4147267 +66730,114.5624639,92.82891107,141.4507288,56.54916314,327.799665 +66731,118.8413207,97.35815881,147.3120891,58.82542324,345.4477346 +66732,124.5406817,102.3107428,154.4201639,61.72239243,364.3871814 +66733,143.1828219,112.9619303,174.3248273,70.48263047,405.7231779 +66734,156.3736876,120.9744942,188.6545003,76.74522077,436.1583997 +66735,167.5220403,127.9225902,200.8367434,82.06472674,462.0017474 +66736,177.0452899,134.0184752,211.3048045,86.63715086,484.1040649 +66737,185.271897,139.4363894,220.4004564,90.61657215,503.1469151 +66738,192.4673359,144.3130123,228.4003001,94.12647935,519.6927963 +66739,198.8378128,148.7565884,235.5197908,97.26197817,534.1908737 +66740,204.5445278,152.8523018,241.9277944,100.0968897,547.0015426 +66741,209.7153603,156.6675143,247.7585449,102.6894688,558.4172073 +66742,214.4528758,160.255949,253.1198798,105.0862543,568.6771385 +66743,218.8395635,163.6606849,258.0986694,107.3245529,577.9776191 +66744,222.9417911,166.9163335,262.7649256,109.4342922,586.4798179 +66745,226.812835,170.0506959,267.1749616,111.4394344,594.3159376 +66746,230.4954598,173.0860915,271.3740759,113.3591733,601.5944877 +66747,234.023938,176.0404245,275.39866,115.2088687,608.4044875 +66748,237.4257556,178.9280559,279.2779765,117.0008289,614.8190578 +66749,240.7229316,181.7605017,283.0355383,118.7449135,620.8982623 +66750,243.9435385,184.5517353,286.7006793,120.4537692,626.7104581 +66751,247.0723917,187.29583,290.2592844,122.1204093,632.242998 +66752,250.147086,189.9869581,293.7405388,123.7604979,637.592781 +66753,253.1513372,192.6043794,297.1196013,125.3658893,642.7505925 +66754,256.0942977,195.1505394,300.4025824,126.94074,647.7440055 +66755,258.9790412,197.6577201,303.5959656,128.4841463,652.5929525 +66756,261.8142372,200.1232324,306.7109361,130.0016079,657.3135801 +66757,264.6077258,202.5411782,309.7581664,131.4983306,661.9192694 +66758,267.3649255,204.9109071,312.7460235,132.977582,666.4211403 +66759,270.0949158,207.2380821,315.6863017,134.4437185,670.8384447 +66760,272.7873916,209.5211531,318.5710262,135.8920729,675.15553 +66761,275.4582073,211.7703946,321.4179966,137.3271255,679.4040521 +66762,278.0956819,213.9830292,324.2171687,138.7398408,683.565225 +66763,280.7138177,216.1674787,326.9839552,140.1348745,687.6666212 +66764,283.3079541,218.3233327,329.7149104,141.5104586,691.7016257 +66765,285.8727609,220.449628,332.4057499,142.8653912,695.662196 +66766,288.4208495,222.5533719,335.0699999,144.2066857,699.5727344 +66767,290.9473545,224.6334616,337.7035908,145.533175,703.425725 +66768,293.6087098,226.9933918,340.3716438,146.87003,707.2248134 +66769,296.335425,229.5256624,343.0527853,148.2087963,710.9726392 +66770,299.0446218,232.0762695,345.7086402,149.5354705,714.6590345 +66771,301.7143098,234.5745445,348.3338771,150.8500121,718.306074 +66772,304.3348726,237.0012043,350.919328,152.1492263,721.9054139 +66773,306.9124336,239.3633931,353.4671093,153.4342365,725.4590518 +66774,309.4532985,241.671816,355.9801218,154.7062287,728.9683464 +66775,311.9618853,243.9345749,358.4660607,155.9661244,732.434559 +66776,314.4411216,246.1570472,360.9357493,157.2146044,735.8589152 +66777,316.8931543,248.3430502,363.3954202,158.4522027,739.2425881 +66778,319.319743,250.4956563,365.8469508,159.6793704,742.5866633 +66779,321.7164262,252.6148007,368.2841526,160.893781,745.8812642 +66780,324.1214762,254.7077558,370.7171853,162.1007262,749.1470898 +66781,321.1129326,254.3151505,367.7302251,160.8391183,742.5394446 +66782,325.3279759,257.1413521,371.9306136,162.8004031,749.4317605 +66783,333.3050181,261.5808904,379.8728246,166.3846777,763.2917114 +66784,341.1295569,266.0224863,388.0340214,169.9858734,777.6018935 +66785,347.3960086,269.8067599,394.9251754,172.9455781,789.6524848 +66786,352.1044579,498.0268063,400.3800097,175.2135117,799.136319 +66787,355.6348,406.3009553,404.674876,176.9364338,806.5248426 +66788,358.3150659,438.2577999,408.0982543,178.2594201,812.3028389 +66789,360.3508096,455.4794714,410.8468505,179.280008,816.7964043 +66790,361.8665078,466.8272538,413.0447515,179.9969256,820.2114734 +66791,362.9488209,477.698721,414.6358792,180.4767945,822.6951243 +66792,363.6675772,488.2996997,415.7425008,180.78277,824.3685042 +66793,364.8433579,498.9991284,417.2516503,181.3032085,826.721594 +66794,370.5640141,509.1401887,423.2852149,183.8998311,837.1884542 +66795,376.1242153,519.5894288,429.1478034,186.4316463,847.2178715 +66796,381.7058027,529.6508801,435.0219918,188.979974,857.1408249 +66797,386.707033,539.2651847,440.3054286,191.2712718,865.8628243 +66798,391.464983,549.3503353,445.3354123,193.4593415,873.9981878 +66799,396.023707,558.7258945,450.1568892,195.5645184,881.6316517 +66800,400.4175044,568.6593744,454.8052137,197.6022604,888.8327232 +66801,404.6724983,577.6936776,459.3074503,199.584002,895.6573956 +66802,408.8092377,586.9653576,463.6849115,201.5184993,902.1520063 +66803,412.8444847,596.375535,467.9549735,203.4127436,908.3559997 +66804,416.7921778,605.3069252,472.1320768,205.2724464,914.303435 +66805,420.6639615,614.294401,476.2282855,207.1023003,920.0238223 +66806,424.4695484,623.1659582,480.2536653,208.9061532,925.5427023 +66807,428.2170135,631.8789698,484.2165901,210.6871482,930.8821305 +66808,431.9131089,640.5610049,488.1240638,212.447869,936.0612205 +66809,435.563471,649.120869,491.9819368,214.190437,941.0965137 +66810,439.1728337,657.5953223,495.7951246,215.9166066,946.0023745 +66811,442.7451671,664.3885909,499.5677518,217.6278269,950.79126 +66812,446.2727815,671.4725309,503.2911574,219.3200443,955.4739779 +66813,449.7522015,677.9007883,506.9614498,220.9952902,960.0599058 +66814,453.185082,684.3532383,510.5804372,222.6493521,964.5572894 +66815,456.5751648,690.6149584,514.1522537,224.279661,968.9732683 +66816,459.9256538,696.7302628,517.6805128,225.886365,973.3129778 +66817,463.2296709,702.7062537,521.1623697,227.4667748,977.5635829 +66818,466.5094646,708.5485717,524.6118503,229.0319276,981.7656792 +66819,469.7611671,714.0195335,528.0184348,230.5809026,985.9126511 +66820,472.9846413,719.989548,531.3803644,232.1142548,990.004756 +66821,476.1806989,706.9023659,534.6997478,233.6328061,994.0439785 +66822,479.1101067,709.0101438,537.9429591,235.1219465,998.0318156 +66823,481.8794289,712.6719538,541.1273667,236.5879892,1001.969915 +66824,484.6105585,716.1902092,544.2736767,238.0395817,1005.860857 +66825,487.3581877,720.4224008,547.3929407,239.4814227,1009.707047 +66826,490.1306863,724.1233075,550.4889319,240.9150017,1013.510552 +66827,492.6503149,728.022898,553.2925691,242.2177842,1016.782463 +66828,495.5331322,731.8428429,556.4291159,243.6738508,1020.660516 +66829,498.3940674,735.6191779,559.5198176,245.1107331,1024.457132 +66830,501.2344756,739.3451259,562.5700411,246.5306486,1028.182661 +66831,504.0567377,743.0194405,565.5850315,247.9358528,1031.846808 +66832,506.8631407,746.6407978,568.5694257,249.3283665,1035.457998 +66833,509.6552337,750.2086887,679.4755241,250.7097482,1128.090293 +66834,512.4338421,753.7225611,665.2815426,252.0811002,1169.701371 +66835,515.1992565,757.1806396,673.290659,253.4431726,1149.498638 +66836,517.9513848,760.581234,691.2164514,254.7964668,1175.121764 +66837,520.6898954,763.9246445,702.8536079,256.1413173,1187.624019 +66838,523.4144272,767.2114973,714.3309434,257.4779637,1199.664424 +66839,526.1246623,770.4430742,725.4235666,258.8065937,1211.413941 +66840,528.8204233,773.6197441,736.612966,303.9812784,1222.909456 +66841,531.5354449,779.1335334,753.1238974,305.7401651,1255.410714 +66842,534.4170265,782.5094482,764.4148439,308.7572311,1267.239202 +66843,537.3761582,785.6170342,775.2873548,297.4158394,1278.823165 +66844,540.31929,788.3181839,785.6787511,331.6129655,1290.124447 +66845,543.2053059,791.6154773,795.9220976,323.9531834,1300.422214 +66846,546.0285375,794.2085187,805.9485932,332.0789699,1311.249577 +66847,548.7959541,796.9854731,815.7388353,337.6014463,1321.355327 +66848,551.515649,799.6527991,825.6732543,342.9180452,1331.291459 +66849,554.1937011,802.2639655,835.1716482,348.1181853,1341.541754 +66850,556.8344943,804.8192887,844.6995118,353.2140578,1350.912257 +66851,559.4413489,807.3213927,854.055295,358.3533453,1360.627783 +66852,562.0170599,809.7711697,863.1544728,363.2526255,1369.878498 +66853,564.5639812,812.460403,872.5354582,368.2694135,1379.410775 +66854,567.0841843,814.373661,881.5904447,373.0914546,1388.440154 +66855,569.5794022,816.8837486,890.2662734,377.8251052,1397.491729 +66856,572.0511474,819.0892625,899.0544743,382.6561154,1406.19662 +66857,574.5006751,821.293328,908.0057986,387.2810385,1415.287287 +66858,634.9066784,823.4812869,916.4915373,391.9111583,1423.787105 +66859,671.5688822,825.5486541,925.0454527,396.3838975,1432.364842 +66860,658.2509868,827.6371957,933.4765063,401.0082519,1440.785281 +66861,678.4235255,829.6540124,941.6305518,405.3931303,1449.09251 +66862,685.9183979,831.6306475,950.1873348,409.8055481,1457.284711 +66863,694.9453889,833.5437751,958.1222004,414.031143,1464.908272 +66864,703.0526126,835.4500376,966.3063907,418.5637025,1473.480628 +66865,711.608872,837.3109733,974.2366745,422.5859577,1480.940964 +66866,719.9242914,839.0683237,982.1461487,426.7765349,1488.976738 +66867,727.8231231,840.8546695,989.9873635,431.0392281,1496.289518 +66868,736.0290686,842.5745008,997.5323508,435.0809998,1504.069348 +66869,743.6592664,844.2598855,1005.590719,439.1614022,1511.510143 +66870,751.778072,845.9064727,1013.036404,443.1818522,1518.912183 +66871,758.8298751,847.360235,1020.26171,446.9053889,1526.196952 +66872,766.5719807,848.7491922,1027.318348,450.8176509,1533.452012 +66873,773.3727074,850.0892778,1034.524677,454.5445026,1540.540069 +66874,781.0159064,851.4160359,1041.016021,458.0528706,1547.363828 +66875,787.4345219,852.6231984,1048.019792,461.6291023,1554.733608 +66876,794.8608242,853.8587864,1054.680942,465.3373356,1561.377841 +66877,801.3283101,855.028507,1061.296863,468.7706772,1568.266027 +66878,808.204011,856.1649428,1067.902733,472.260876,1574.932411 +66879,814.9170551,857.2647738,1074.351946,475.6912324,1581.619271 +66880,821.4141433,858.3285202,1080.555711,478.9665206,1588.127639 +66881,827.6325354,859.3573368,1087.294689,482.6019457,1594.63208 +66882,834.4440443,860.3517466,1093.422187,485.656257,1601.059106 +66883,840.4012164,861.3128546,1099.651865,489.0318668,1607.349889 +66884,846.9005243,862.2411269,1105.864029,492.2496301,1613.655802 +66885,852.8050254,863.1376364,1111.921345,495.4497003,1619.794647 +66886,859.136353,864.0028097,1118.014323,498.4901586,1625.960216 +66887,864.7537045,864.837692,1123.951981,501.8126007,1631.955433 +66888,871.3252415,865.674899,1129.931872,504.8157493,1637.953374 +66889,876.5808443,866.4032478,1135.75504,507.9011259,1643.890366 +66890,882.6248225,867.1736645,1141.596364,510.9328073,1649.683848 +66891,888.339417,867.8888181,1147.387482,514.0699151,1655.486215 +66892,894.1435708,868.5815468,1153.055815,516.8265967,1661.224989 +66893,899.5340976,869.2481564,1158.773261,519.8681108,1666.828063 +66894,905.3412106,869.8888559,1164.333433,522.6215938,1672.438452 +66895,903.1565801,852.3894667,1175.122602,527.8879241,1678.180983 +66896,907.0196968,850.2241957,1181.360654,530.9843745,1683.358595 +66897,912.4008165,849.1960793,1187.268471,534.0313208,1688.761249 +66898,916.7910336,848.5729082,1193.055252,536.9897063,1694.081416 +66899,921.9601577,848.1094242,1198.679511,539.9030576,1699.38831 +66900,926.7170994,847.7410639,1204.308672,542.7783385,1704.551722 +66901,813.7194187,793.6801012,1091.662015,492.2079988,1479.178735 +66902,816.1632672,793.0095142,1095.004672,493.7900048,1482.772954 +66903,819.2341081,791.8991414,1098.372283,495.7749591,1485.85945 +66904,822.3357533,790.6792434,1102.323033,497.8418458,1489.832711 +66905,825.8162537,790.0837284,1106.315457,499.8255275,1493.923292 +66906,829.0917663,789.3040035,1110.274482,502.1348901,1498.137101 +66907,832.7322804,788.6075916,1114.302111,504.1605676,1502.645293 +66908,836.0712937,787.9397806,1118.320941,506.2895972,1506.592982 +66909,839.5184445,787.2940325,1122.250589,508.3843313,1511.098187 +66910,842.9261681,786.6657999,1126.222355,510.4636923,1515.326764 +66911,846.3133578,786.0524899,1130.142198,512.526811,1519.637942 +66912,849.680622,785.4517683,1134.068924,514.5731631,1523.933455 +66913,853.0266048,784.8622089,1137.895397,516.7326512,1528.157654 +66914,856.3493927,784.2821866,1141.761002,518.5468673,1532.437254 +66915,859.650123,783.7108465,1145.604835,520.6389627,1536.614545 +66916,862.7761912,783.1469812,1149.34884,522.4629275,1540.826144 +66917,866.2659856,782.5901026,1153.137246,524.6324477,1545.020102 +66918,869.383354,782.0392696,1156.87203,526.4813913,1549.128333 +66919,872.6193629,781.4942475,1160.618514,528.4367192,1553.297822 +66920,875.9590745,780.95428,1164.260375,530.3547564,1557.351011 +66921,878.8860179,780.4193171,1167.949725,532.2579849,1561.199026 +66922,882.1434536,779.8887451,1171.586496,534.1461416,1565.659547 +66923,885.0778955,779.3626621,1175.23777,536.0200387,1569.454852 +66924,888.4237144,778.8405618,1178.783214,537.8794299,1573.515303 +66925,891.3802118,778.3226388,1182.38009,539.725028,1577.513954 +66926,894.4627821,777.8084757,1185.924981,541.5565832,1581.418783 +66927,897.4979134,777.2983421,1189.453397,543.3747973,1585.364246 +66928,900.5117636,776.7918856,1192.992646,545.1794089,1589.255976 +66929,903.5054467,776.2894345,1196.42782,546.9711112,1593.1577 +66930,906.4783326,775.7906817,1199.915806,548.5973809,1596.961302 +66931,909.8055383,775.9693942,1204.033549,550.8855895,1600.807601 +66932,913.8508295,776.2855305,1208.314108,552.8771797,1604.637222 +66933,917.0823508,776.6732157,1212.555884,555.0263654,1608.379418 +66934,920.899975,777.1117146,1216.903879,557.1602981,1612.161589 +66935,924.5377386,777.5928675,1221.242081,559.3021013,1615.898693 +66936,928.2126288,778.1116246,1225.601471,561.4490028,1619.644606 +66937,931.8947606,778.6651069,1230.009675,563.7593556,1623.298197 +66938,935.5819157,779.2507176,1234.343007,565.6694905,1626.994431 +66939,939.0865494,779.8668718,1238.765383,567.9447992,1630.647666 +66940,943.0728368,780.5116954,1243.166722,570.0796879,1634.313401 +66941,946.6305371,781.1840758,1247.618499,572.2416693,1637.887733 +66942,950.3644387,781.8824607,1251.98791,574.4061982,1641.509506 +66943,954.0690114,782.6059822,1256.446208,576.5726982,1645.090471 +66944,957.7752876,783.3532946,1260.879225,578.7405354,1648.687969 +66945,961.4833154,784.1237021,1265.362019,580.9098948,1652.1934 +66946,965.392838,784.9160215,1269.755405,582.9138031,1655.75131 +66947,968.7894786,785.7296896,1274.239564,585.3381814,1659.26943 +66948,972.4434359,786.5636472,1278.694843,587.3881691,1662.774917 +66949,976.4417827,787.4174447,1283.160768,589.5885061,1666.301071 +66950,979.9966432,788.290129,1287.668908,591.7622729,1669.730047 +66951,983.7427844,789.1813369,1292.084435,593.9365525,1673.220247 +66952,987.4544157,790.0901972,1296.589645,596.1107748,1676.66623 +66953,991.1664257,791.0164243,1301.064539,598.2853608,1680.10691 +66954,994.8776512,791.9592187,1305.547709,600.4598249,1683.564977 +66955,998.5891806,792.9183684,1310.073736,602.6344962,1686.930382 +66956,1002.299981,793.6140669,1314.501933,604.808898,1690.354716 +66957,1006.010829,795.0226887,1319.022175,606.983351,1693.740705 +66958,1009.720983,795.8236615,1323.509055,609.157448,1697.117061 +66959,1013.201915,796.8901608,1328.004201,611.3314963,1700.484396 +66960,1017.265778,797.9231798,1332.140132,613.5050897,1703.870611 +66961,778.6071292,689.4956758,1094.914548,505.9344107,1221.980827 +66962,775.4918372,687.3190717,1092.393629,505.1494199,1216.887362 +66963,774.8979832,686.3892171,1092.5164,505.2569391,1212.949011 +66964,774.8259811,685.6562872,1093.171038,505.7077099,1210.430369 +66965,775.1690464,685.155247,1094.273261,506.3322899,1208.373956 +66966,775.7501637,684.7917714,1095.540413,507.068251,1206.914347 +66967,776.4875766,684.5214303,1097.028175,507.877039,1205.903577 +66968,777.3356583,684.3178891,1098.60307,508.7371861,1204.96124 +66969,778.2678684,684.16644,1100.267991,509.6361303,1204.318275 +66970,779.1657324,684.0591892,1101.949374,510.5669423,1203.608608 +66971,780.4645367,684.0133381,1103.876251,511.5640949,1203.404573 +66972,781.4720248,683.9664566,1105.623337,512.520197,1202.789477 +66973,782.6922116,683.9664478,1107.444063,513.5215309,1202.449244 +66974,784.147099,684.0244806,1109.466222,514.5890956,1202.45354 +66975,785.2483206,684.0740585,1111.39596,515.724405,1202.069703 +66976,786.7661452,684.1904411,1113.483697,516.6411835,1202.193649 +66977,788.1035642,684.2973321,1115.503167,517.7709011,1201.934787 +66978,789.5240642,684.4696266,1117.673483,518.9148673,1202.179658 +66979,791.1330446,684.6298031,1119.800175,519.9745948,1202.032471 +66980,792.583525,684.8296529,1121.933502,521.0957621,1202.132539 +66981,794.1838342,685.0563607,1124.174336,522.1065012,1202.302289 +66982,795.8064289,685.306904,1126.424351,523.4781915,1202.521401 +66983,797.4669408,685.5800342,1128.711808,524.5589415,1202.786514 +66984,799.1635704,685.8747227,1131.030415,525.7757324,1203.094765 +66985,800.8931429,686.1900162,1133.408275,526.9843749,1203.444811 +66986,802.6602012,686.5249605,1135.739558,528.2059105,1203.833992 +66987,804.4568057,686.8786751,1138.164404,529.4396849,1204.18922 +66988,806.2856059,687.2502695,1140.58824,530.6851782,1204.761928 +66989,808.1444284,687.638921,1143.040987,531.94184,1205.207301 +66990,810.032314,688.0437869,1145.547763,533.2091046,1205.750511 +66991,812.0481531,688.7110619,1147.708539,534.3626012,1206.313984 +66992,813.9972141,689.4349152,1149.898044,535.499499,1206.906749 +66993,816.3006174,690.1844615,1152.051155,536.6323928,1207.602457 +66994,818.3527537,690.9490698,1154.208267,537.7645694,1208.139293 +66995,820.678196,691.7241133,1156.367361,538.8971682,1208.86969 +66996,829.8706757,702.3478607,1148.591726,535.8497196,1209.929869 +66997,833.1414418,704.3956334,1149.141872,536.2526967,1210.342522 +66998,835.7724391,705.8964109,1150.453798,536.9791833,1211.066738 +66999,838.4778185,707.1978338,1151.986617,537.8074204,1211.835887 +67000,841.1384372,708.4010554,1153.620931,538.6811167,1212.552728 +67001,843.7937158,709.5373154,1155.315265,539.5822018,1213.482443 +67002,846.4509751,710.6233019,1157.050593,540.5017938,1214.260905 +67003,849.116751,711.6677116,1158.817025,541.4351675,1215.127189 +67004,851.7941082,712.6752214,1160.640439,542.3795415,1215.99869 +67005,854.4829033,713.6484967,1162.405682,543.3331613,1216.888 +67006,857.1850365,714.5891129,1164.260719,544.2947697,1217.793207 +67007,859.9011603,715.4981095,1166.104452,545.2634245,1218.714471 +67008,862.6320175,716.3761759,1167.967863,546.2383106,1219.650193 +67009,865.2297419,717.223849,1169.844631,547.2187422,1220.600518 +67010,868.2204133,718.0415199,1171.733167,548.204072,1221.563217 +67011,870.8869093,718.8295343,1173.63217,549.0418987,1222.540376 +67012,873.7076154,719.5881383,1175.540345,550.2637575,1223.528759 +67013,876.674419,720.31756,1177.488721,551.1497832,1224.529423 +67014,879.2653699,721.0179518,1179.363184,552.1745922,1225.540776 +67015,882.2295456,721.6894589,1181.315566,553.1766006,1226.563167 +67016,885.0711302,722.3321554,1183.244572,554.1809558,1227.595214 +67017,887.7996872,722.70263,1185.182574,555.1867024,1228.637337 +67018,890.9469758,723.6517568,1187.123937,556.1936663,1229.688169 +67019,893.7541378,724.0315467,1189.067844,557.2015257,1230.748194 +67020,896.7252367,724.5996859,1191.013526,558.2099497,1231.730151 +67021,1135.145302,832.2256959,1427.900685,665.9511001,1695.93642 +67022,1152.265201,840.2614106,1431.081087,667.4123559,1688.931633 +67023,1158.875951,843.2788131,1434.861268,669.479864,1694.058595 +67024,1164.905446,845.1377519,1438.750112,671.4244565,1697.566702 +67025,1170.467187,846.8146759,1442.538447,673.269769,1701.008002 +67026,1175.803052,848.2723509,1445.940499,675.0371349,1704.056713 +67027,1180.996535,849.599135,1449.380113,676.7525196,1707.005248 +67028,1186.094737,850.8219884,1452.690302,678.2124764,1709.797043 +67029,1191.125583,851.9898684,1455.899309,680.1959664,1712.538456 +67030,1196.102833,853.0025246,1459.175471,681.6596509,1715.116914 +67031,1200.700555,854.0131899,1462.297702,683.3023385,1717.712838 +67032,1206.127665,854.9291191,1465.46719,684.8870709,1720.220117 +67033,1210.733272,855.7854417,1468.465033,686.4539252,1722.717634 +67034,1215.631193,856.5795979,1471.48479,688.0021937,1725.076409 +67035,1220.443489,857.3136528,1474.545517,689.5330706,1727.473401 +67036,1225.332814,857.9890761,1477.467107,691.0467801,1729.795241 +67037,1230.03503,858.6075637,1480.396375,692.5439034,1732.120069 +67038,1234.770138,859.1703191,1483.282551,694.0245908,1734.310859 +67039,1239.97058,859.71077,1486.083901,695.4893553,1736.551385 +67040,1244.059574,860.1185732,1489.028845,696.9382726,1738.722137 +67041,1249.125822,860.5447228,1491.699258,698.371766,1740.864893 +67042,1253.733482,860.8924052,1494.496393,700.0315871,1743.012443 +67043,1258.454269,861.1951664,1497.208415,701.0720007,1745.031106 +67044,1263.135999,861.4493244,1499.896744,702.6348649,1747.1067 +67045,1267.841341,861.6559148,1502.502936,703.9707769,1749.118248 +67046,1272.495474,861.8158522,1505.208601,705.3297768,1751.10648 +67047,1278.305449,861.9302794,1507.768801,706.7001446,1752.717636 +67048,1284.079134,862.0002878,1510.346286,707.9954314,1755.199695 +67049,1290.273732,862.0268449,1512.940454,709.332322,1756.844868 +67050,1295.865068,862.0108286,1515.373123,710.6345488,1758.787298 +67051,1302.170565,861.7159358,1517.58438,711.8161906,1760.60969 +67052,1307.349098,861.3414153,1519.802728,712.9879452,1762.507295 +67053,1313.008425,860.9171198,1521.85701,714.0722927,1764.331751 +67054,1318.624615,860.4523208,1523.915062,715.1924524,1766.024499 +67055,1324.166392,859.9516865,1525.924882,716.2717238,1767.890635 +67056,1329.832957,859.4179635,1527.896772,717.3371382,1769.602762 +67057,1335.534534,858.8533445,1529.832637,718.3858259,1771.340236 +67058,1341.168391,858.2594884,1531.733556,719.4182527,1773.051756 +67059,1346.929715,857.6380264,1533.545956,720.4606618,1774.746413 +67060,1352.732348,856.9902931,1535.463363,721.4239058,1776.418721 +67061,1358.46888,856.3176926,1537.280554,722.4290229,1778.077462 +67062,1364.340614,855.621405,1538.977896,723.3975064,1779.717213 +67063,1370.253498,854.9026888,1540.759153,724.3558849,1781.298167 +67064,1376.104103,854.1625886,1542.46216,725.3007234,1782.971478 +67065,1382.143221,853.4022564,1544.144902,726.2589956,1784.530628 +67066,1388.060536,852.6226474,1545.799555,727.1379037,1786.157141 +67067,1394.12308,851.8248103,1547.426804,728.0629966,1787.604795 +67068,1400.168048,851.0096162,1548.970739,728.9526853,1789.252895 +67069,1406.290202,850.1780402,1550.630014,729.8343155,1790.743823 +67070,1412.320557,849.3308833,1552.137261,730.4404915,1792.268387 +67071,1418.475478,848.4690499,1553.669328,731.6972591,1793.772534 +67072,1424.657146,847.5932805,1555.167869,732.3516074,1795.217909 +67073,1430.747066,846.7044356,1556.642126,733.2588851,1796.766412 +67074,1436.966361,845.8032079,1558.092507,734.0440946,1798.242472 +67075,1443.211338,844.8903886,1559.576889,734.8794848,1799.632983 +67076,1449.188942,843.9582943,1560.845777,735.6573583,1801.000287 +67077,1455.599158,843.0300296,1562.305734,736.469181,1802.513568 +67078,1461.658707,842.0792944,1563.55442,737.233497,1803.785819 +67079,1467.915964,841.1238472,1564.967028,738.0023431,1805.240083 +67080,1474.086853,840.1619721,1566.234912,738.7645224,1806.592075 +67081,1527.814539,861.7838196,1614.610998,762.5037792,1889.414877 +67082,1536.617975,862.5538702,1618.74527,764.4382798,1894.13871 +67083,1544.741573,862.28649,1623.830699,766.1869468,1898.138775 +67084,1552.739561,862.0813593,1623.859298,767.5929752,1901.677341 +67085,1559.987374,861.7052004,1630.265235,768.9342823,1904.756979 +67086,1567.532653,861.2537426,1627.341005,770.2293652,1907.898981 +67087,1574.90036,860.8288968,1637.452624,771.4573108,1910.786608 +67088,1582.282754,860.2962553,1628.425817,772.6460608,1913.567564 +67089,1589.487412,859.7693964,1646.973414,773.8051366,1916.219114 +67090,1596.798769,859.217038,1625.305649,774.9382148,1918.937411 +67091,1604.036531,858.6477366,1661.974328,776.0478638,1921.479221 +67092,1611.2674,858.401412,1615.891663,777.1354264,1924.016022 +67093,1617.936898,857.3074754,1656.692967,778.2021968,1926.497582 +67094,1625.974491,855.8151928,1660.255907,779.2519969,1928.986784 +67095,1632.765799,855.3914922,1625.240596,780.3256217,1931.299139 +67096,1640.033595,855.2067229,1658.231525,781.3219887,1933.693651 +67097,1647.148951,855.0824561,1650.763135,782.7653242,1936.00348 +67098,1654.469126,854.9883085,1652.862243,784.384036,1938.285841 +67099,1661.486133,854.9121984,1654.979032,786.0763252,1940.534894 +67100,1668.629868,854.8478308,1656.639277,787.8156018,1942.696308 +67101,1675.862408,854.7919322,1658.256897,789.5941646,1944.964666 +67102,1682.955827,854.7421709,1659.775817,791.407951,1947.078106 +67103,1690.100064,854.6971769,1661.418615,793.2548306,1949.212306 +67104,1697.13546,854.6387554,1662.837916,795.1309921,1951.194348 +67105,1704.344594,854.6126101,1664.430401,797.0192941,1953.365347 +67106,1711.382248,854.560325,1665.740527,798.9496071,1955.302802 +67107,1718.592712,854.5373421,1667.242748,800.9382582,1957.424771 +67108,1725.569033,854.4869637,1668.577937,802.9039,1959.316688 +67109,1732.878086,854.4644388,1669.973466,804.953858,1961.392574 +67110,1739.942208,854.4136608,1671.259905,806.9747127,1963.242104 +67111,1747.727572,853.9825477,1671.652573,808.6186345,1965.27436 +67112,1755.553315,853.4499989,1671.775877,810.1963582,1967.191895 +67113,1763.547722,852.865601,1671.759466,811.662063,1969.084241 +67114,1771.458588,852.240624,1671.632816,813.1767318,1970.954896 +67115,1779.487116,851.5800626,1671.408748,814.6503871,1972.806351 +67116,1787.560964,850.8862427,1671.093319,816.1183113,1974.637323 +67117,1795.68926,850.1609118,1670.691096,817.5787105,1976.450139 +67118,1803.87275,849.4048625,1670.204413,819.0332459,1978.242897 +67119,1812.044925,848.6190667,1669.635965,820.4838418,1980.017289 +67120,1820.447896,847.8038984,1668.987045,821.9318166,1981.771673 +67121,1828.820057,846.9270087,1668.259724,823.3788514,1983.507523 +67122,1837.141586,846.1072374,1667.463726,824.8626357,1985.247597 +67123,1868.192269,846.2551977,1669.069093,829.5635024,1987.025866 +67124,1880.264204,845.5279071,1668.571252,831.5863553,1988.694516 +67125,1890.559681,844.6634791,1667.736631,833.4034488,1990.375748 +67126,1900.916242,843.7405396,1666.751955,835.1832487,1992.037334 +67127,1910.890875,842.7752299,1665.657194,836.9445614,1993.681804 +67128,1921.025461,841.7744232,1664.468889,838.6994415,1995.310393 +67129,1931.156885,840.7422006,1663.13183,840.4554674,1996.927256 +67130,1941.208142,839.6804607,1661.873558,842.2502252,1998.532161 +67131,1951.18592,838.5907522,1660.39793,843.9710868,2000.127573 +67132,1961.592213,837.4736103,1658.901706,845.7761064,2001.654227 +67133,1971.59745,836.3298312,1657.386865,847.5654873,2003.317644 +67134,1982.000781,835.1595349,1655.639532,849.4791745,2004.837918 +67135,1992.156123,833.9632742,1653.961455,851.2336489,2006.399972 +67136,2002.654037,832.7086816,1652.157346,853.0539584,2007.940447 +67137,2013.077242,831.5081996,1650.29279,855.0158592,2009.469614 +67138,2023.549616,830.2121218,1668.836962,856.8217089,2010.985603 +67139,2033.993304,828.9182432,1615.659,858.8413054,2012.489601 +67140,2044.707832,827.5941187,1659.055803,860.6349294,2013.979526 +67141,1979.180425,793.2100851,1562.632035,829.6999316,1872.848889 +67142,1989.955223,791.7809204,1563.421697,831.6338394,1873.878915 +67143,2001.075329,790.3574239,1561.208767,833.6279526,1875.215577 +67144,2012.312273,788.953855,1559.040315,835.712606,1876.623021 +67145,2023.584156,787.5591104,1556.835664,837.8727978,1878.080166 +67146,2056.050143,787.2211253,1557.084566,844.1898914,1879.619303 +67147,2070.850041,786.027265,1555.342875,847.2939383,1881.097554 +67148,2084.90542,784.719569,1553.30973,850.0901109,1882.608119 +67149,2098.459952,783.3630795,1551.150458,852.9010313,1884.12323 +67150,2112.049595,781.9725029,1548.90219,855.6341949,1885.586402 +67151,2125.632291,780.5534952,1546.578781,858.466353,1887.185895 +67152,2139.24611,779.1086366,1544.185886,861.299328,1888.66676 +67153,2153.395723,777.6395586,1541.726961,864.1728038,1890.252545 +67154,2176.686025,776.1467428,1539.203026,867.1197233,1891.698452 +67155,2176.030162,774.6306801,1536.615295,870.0182922,1893.270048 +67156,2212.017139,773.091204,1533.963559,873.0365161,1894.741603 +67157,2195.186503,771.528562,1531.307102,876.0663348,1896.361887 +67158,2208.455906,769.9424504,1528.441544,879.1443548,1897.858771 +67159,2246.868631,768.3331151,1525.641964,882.3031525,1899.406569 +67160,2246.950539,766.7005082,1522.72903,885.4153246,1900.945793 +67161,2264.280063,764.7479589,1519.762501,888.6542963,1902.485306 +67162,2278.700184,763.5055329,1516.733106,891.907263,1904.023401 +67163,2292.871799,761.5899144,1513.640994,895.2121329,1905.559943 +67164,2307.328101,759.9102603,1510.427875,898.5640421,1907.094689 +67165,2321.770538,758.158686,1507.295709,901.9996931,1908.627254 +67166,2336.394674,756.3838615,1503.973268,905.3919014,1910.156607 +67167,2350.732341,754.5845046,1500.638128,908.9133158,1911.683387 +67168,2365.73344,752.7607747,1497.230993,912.4513452,1913.206238 +67169,2380.209136,750.912733,1493.760788,916.043491,1914.66913 +67170,2395.104234,749.0400114,1490.227124,919.7222104,1916.272739 +67171,2405.469348,747.3480324,1487.105675,922.5813053,1917.741303 +67172,2414.866804,745.6821209,1484.038945,925.4817605,1919.176896 +67173,2424.543078,744.0195129,1480.973623,928.3641699,1920.719006 +67174,2433.639078,742.3574062,1477.901262,931.2439742,1922.116211 +67175,2442.727164,740.6937319,1474.817032,934.1131166,1923.640938 +67176,2451.313526,739.0274831,1471.718976,937.010289,1925.048303 +67177,2459.94779,737.3580591,1468.66289,939.4011669,1926.607699 +67178,2468.186705,735.6848905,1465.450597,942.8611624,1930.525239 +67179,2476.536475,734.0076286,1462.347284,945.3915498,1928.687458 +67180,2484.573122,732.3258207,1459.178864,948.2649945,1934.950352 +67181,2492.262869,730.6391959,1456.002901,951.0230177,1929.787046 +67182,2500.017678,728.9474942,1452.81078,953.9105161,1940.824531 +67183,2507.511596,727.2504612,1449.602432,956.5881805,1928.785765 +67184,2514.864769,725.5478939,1446.377668,959.3791646,1949.622516 +67185,2522.176925,724.1216655,1443.136625,962.1112095,1923.277129 +67186,2528.932956,721.9940192,1439.879085,964.7910218,1938.340482 +67187,2536.083513,720.4731277,1436.605309,967.5576372,1943.984797 +67188,2542.728415,718.7035149,1433.315396,970.2131909,1940.662039 +67189,2549.340595,716.9708922,1430.009312,972.8861428,1943.303649 +67190,2555.794218,715.2318968,1426.686889,975.5745898,1944.649432 +67191,2562.210848,713.4866197,1423.348204,978.0932104,1946.006991 +67192,2568.195676,711.7347428,1419.937514,980.7906038,1947.130367 +67193,2574.295155,709.9762547,1416.6489,983.3327244,1948.538537 +67194,2580.144846,708.2110642,1413.221837,985.8948681,1949.731796 +67195,2585.87321,706.4391935,1409.904204,988.4255564,1950.974622 +67196,2591.339403,704.6608704,1406.402835,990.9305103,1952.256612 +67197,2596.954121,702.8757318,1402.999702,993.3652343,1953.357211 +67198,2602.281874,701.0837556,1399.531308,995.924331,1954.588771 +67199,2607.26808,699.2849496,1396.054861,998.2481057,1955.745163 +67200,2612.364814,697.4792074,1392.56222,1000.678149,1956.828855 +67201,2463.600214,629.3266554,1235.452708,936.6695302,1671.772048 +67202,2466.381372,626.7523646,1230.085102,938.2777288,1670.820815 +67203,2469.633577,624.4115715,1225.475211,940.0446386,1670.503754 +67204,2472.877199,622.1313212,1220.868983,941.7882437,1670.381587 +67205,2476.053095,619.8809066,1216.421392,943.6179746,1670.359955 +67206,2479.134721,617.6456175,1211.885943,945.3982752,1670.399824 +67207,2482.097692,615.4180289,1207.467833,947.1632743,1670.477186 +67208,2484.932342,613.1940593,1202.973269,948.9017159,1670.577644 +67209,2487.64242,610.9715172,1198.645094,950.6103959,1670.693126 +67210,2490.215527,608.7490439,1194.109211,952.2449008,1670.818129 +67211,2492.772011,606.5259012,1189.708411,953.9506717,1670.949611 +67212,2494.904262,604.3015069,1185.260429,955.5284735,1671.084871 +67213,2497.057018,602.075555,1180.860276,957.1067507,1671.222521 +67214,2499.018821,599.8476938,1176.304654,958.6411705,1671.360788 +67215,2501.000062,597.6177625,1171.947701,960.1370885,1671.498934 +67216,2502.737482,595.3854846,1167.454625,961.5934769,1671.63555 +67217,2504.28438,593.1507472,1163.04366,963.0094201,1671.770174 +67218,2505.822919,590.9132978,1158.514569,964.3838676,1671.901565 +67219,2507.063854,588.6730433,1154.073704,965.7587579,1672.029423 +67220,2508.319474,586.6520091,1149.961742,966.9837038,1672.152603 +67221,2509.270297,584.0850019,1144.936432,968.2586271,1672.270925 +67222,2510.146162,581.9888743,1140.705214,969.4510795,1672.383292 +67223,2526.164978,582.6497381,1143.135195,976.0173005,1672.546908 +67224,2529.31529,580.9937138,1139.969553,978.1615023,1672.643378 +67225,2531.134628,579.0220224,1136.060708,979.77486,1672.751507 +67226,2532.684821,576.9578928,1131.950877,981.2608086,1672.853356 +67227,2533.79001,574.8493853,1127.701756,982.6364806,1672.950306 +67228,2534.745063,572.7137115,1123.494043,983.9303946,1673.043493 +67229,2535.512502,570.5587872,1119.156889,985.1533246,1673.135009 +67230,2536.095452,568.3884065,1114.820044,986.3104219,1673.225028 +67231,2536.860357,566.4468399,1111.01181,987.6028724,1673.314128 +67232,2537.527765,564.5484597,1107.268625,988.9976897,1673.40332 +67233,2538.064985,562.667097,1103.658752,990.2638221,1673.491413 +67234,2538.468526,560.7958408,1099.985765,991.5301898,1673.576596 +67235,2538.734884,558.9319692,1096.359979,992.7933528,1673.658473 +67236,2538.858199,557.0739225,1092.739901,993.9030158,1673.735653 +67237,2538.84486,555.2209312,1089.129224,995.0666751,1673.808062 +67238,2538.695825,553.3723044,1085.488627,996.1468787,1673.874543 +67239,2522.619605,548.4689288,1075.187212,991.4961402,1673.963256 +67240,2519.999016,546.483475,1070.604937,991.6454194,1673.950398 +67241,2518.322524,544.4465415,1066.470511,992.0606031,1673.974652 +67242,2516.791355,542.1579364,1062.544423,992.5898384,1673.995722 +67243,2515.275733,540.297329,1058.60793,993.1709455,1674.007154 +67244,2513.719064,538.287635,1054.744808,993.632679,1674.005523 +67245,2512.093996,536.321843,1050.907006,994.1703393,1673.989153 +67246,2510.388951,534.3665174,1047.056504,994.6415925,1673.955955 +67247,2508.592815,532.4199697,1043.313581,995.0875571,1673.905929 +67248,2506.701626,530.4806935,1039.510078,995.4990065,1673.838343 +67249,2504.713925,528.5479554,1035.751687,995.8741927,1673.754115 +67250,2502.625029,526.6210401,1032.001584,996.2116748,1673.653017 +67251,2500.436616,524.699574,1028.228586,996.5104864,1673.53624 +67252,2498.627923,522.8235397,1024.647438,996.9327208,1673.403621 +67253,2496.4565,520.9214233,1020.930211,997.1915961,1673.257301 +67254,2493.845005,519.0193777,1017.241071,997.3933778,1673.095821 +67255,2491.373605,517.1202019,1013.553243,997.5494955,1672.920528 +67256,2488.576588,515.2242863,1009.837599,997.6617999,1672.731252 +67257,2485.976253,513.3317377,1006.214709,997.7307825,1672.529123 +67258,2483.015281,511.6196181,1002.523703,997.7562726,1672.313774 +67259,2480.047403,509.4770172,998.8685987,997.73821,1672.086235 +67260,2476.954528,507.7164649,995.1810648,997.6762368,1671.846013 +67261,2029.619615,505.6525668,950.0759919,997.5214059,1671.492917 +67262,2036.326985,636.3962436,946.8994594,1129.540238,2251.569352 +67263,2109.033821,636.1710529,971.5862194,1131.745795,2266.912454 +67264,2162.101997,634.0525733,987.5646507,1143.565813,2244.774599 +67265,2199.184234,632.1460926,998.0806675,1112.397227,2256.088594 +67266,2225.446767,630.2251358,1005.383899,1140.089895,2255.269157 +67267,2244.119436,628.3273252,1010.695098,1130.419436,2253.693386 +67268,2258.119561,626.4182116,1014.753124,1127.027961,2253.626247 +67269,2269.04562,624.5056249,1017.987532,1135.978515,2253.675979 +67270,2277.763754,622.5914654,1020.624452,1120.954467,2253.520224 +67271,2284.76174,620.6383939,1022.787156,1139.444372,2253.325594 +67272,2290.360558,618.7846225,1024.554094,1116.274044,2253.15252 +67273,2294.808236,616.8460198,1025.985373,1139.71322,2252.984507 +67274,2298.309769,614.9461652,1027.131468,1114.345745,2252.813492 +67275,2301.035145,613.0437176,1028.035678,1136.839312,2252.643854 +67276,2303.122893,611.1451993,1028.734722,1115.113613,2252.477666 +67277,2304.680983,609.2507959,1029.259436,1130.344404,2252.315374 +67278,2305.792319,607.360274,1029.635692,1119.104459,2252.155991 +67279,2306.525495,605.4735852,1029.885046,1123.785462,2251.999221 +67280,2306.938803,603.5903224,1030.025625,1120.887581,2251.84367 +67281,2307.080815,601.6716566,1030.07263,1120.294688,2251.688505 +67282,2306.991298,599.8518428,1030.038841,1119.172848,2251.531833 +67283,2306.702573,597.9483685,1029.935041,1118.167709,2251.37259 +67284,2306.240852,596.0818062,1029.770316,1116.962564,2251.208751 +67285,2305.62758,594.2104842,1029.552333,1115.880593,2251.039181 +67286,2304.874051,592.3402567,1029.287578,1114.597765,2250.86187 +67287,2304.002241,590.4708424,1028.981542,1113.440831,2250.675769 +67288,2303.026551,588.6017233,1028.638885,1112.005895,2250.479007 +67289,2301.949723,586.7326476,1028.263569,1110.892624,2250.270616 +67290,2300.78618,584.8255434,1027.858972,1109.406814,2250.048889 +67291,2299.54461,583.0030675,1027.427968,1107.538794,2249.813065 +67292,2298.177291,581.0942639,1026.972715,1105.618688,2249.560615 +67293,2296.660563,579.2180489,1026.495122,1103.426202,2249.290686 +67294,2294.996188,577.3339908,1025.996981,1101.334528,2249.002237 +67295,2293.197317,575.4484726,1025.479941,1099.112114,2248.694964 +67296,2291.278629,573.5611405,1024.945481,1096.84433,2248.367437 +67297,2289.252779,571.6719447,1024.394896,1094.523484,2248.019066 +67298,2287.130127,569.7442734,1023.829322,1092.153416,2247.648452 +67299,2284.919239,567.9046323,1023.249751,1089.73855,2247.255126 +67300,2282.62779,565.9814164,1022.65706,1087.283281,2246.837824 +67301,2280.262792,564.088634,1022.052023,1084.792695,2246.396235 +67302,2277.830811,562.1868156,1021.43533,1082.196617,2245.929276 +67303,2275.338195,560.2821511,1020.807597,1079.763778,2245.436823 +67304,2272.791184,558.3518815,1020.169365,1075.601333,2244.900061 +67305,2270.051188,556.4336339,1019.520659,1070.8774,2238.340166 +67306,2267.001465,554.4769588,1018.861298,1065.88368,2251.194586 +67307,2263.60971,552.6045983,1018.192243,1060.759862,2235.53844 +67308,2259.895238,550.6481339,1017.514205,1055.194496,2249.421542 +67309,2255.893062,548.719527,1016.827619,1049.796932,2234.291283 +67310,2251.63558,546.7790152,1016.132592,1044.008246,2248.239791 +67311,2247.148981,544.8333872,1015.429518,1038.133427,2232.670934 +67312,2242.452899,542.8810714,1014.718498,1032.089051,2246.792292 +67313,2237.563485,540.9227368,1013.999883,1025.816769,2230.887678 +67314,2232.493555,538.9221824,1013.273738,1019.643393,2245.20966 +67315,2227.254504,537.0014209,1012.540379,1012.9859,2228.915913 +67316,2221.856247,534.9941411,1011.800181,1006.401584,2237.348842 +67317,2216.024711,533.0104097,1011.052695,999.524783,2234.877189 +67318,2210.287168,531.0121675,1010.298171,992.6946961,2233.040902 +67319,2204.366872,529.0065452,1009.537003,985.5703266,2232.143615 +67320,2198.267344,526.9922269,1008.76926,978.3731746,2231.060857 +67321,0,0,0,0,0 +67322,0,0,0,0,0 +67323,0,0,0,0,0 +67324,0,0,0,0,0 +67325,0,0,0,0,0 +67326,0,0,0,0,0 +67327,0,0,0,0,0 +67328,0,0,0,0,0 +67329,0,0,0,0,0 +67330,0,0,0,0,0 +67331,0,0,0,0,0 +67332,0,0,0,0,0 +67333,0,0,0,0,0 +67334,0,0,0,0,0 +67335,0,0,0,0,0 +67336,0,0,0,0,0 +67337,0,0,0,0,0 +67338,0,0,0,0,0 +67339,0,0,0,0,0 +67340,0,0,0,0,0 +67341,0,0,0,0,0 +67342,0,0,0,0,0 +67343,0,0,0,0,0 +67344,0,0,0,0,0 +67345,0,0,0,0,0 +67346,0,0,0,0,0 +67347,0,0,0,0,0 +67348,0,0,0,0,0 +67349,0,0,0,0,0 +67350,0,0,0,0,0 +67351,0,0,0,0,0 +67352,0,0,0,0,0 +67353,0,0,0,0,0 +67354,0,0,0,0,0 +67355,0,0,0,0,0 +67356,0,0,0,0,0 +67357,0,0,0,0,0 +67358,0,0,0,0,0 +67359,0,0,0,0,0 +67360,0,0,0,0,0 +67361,0,0,0,0,0 +67362,0,0,0,0,0 +67363,0,0,0,0,0 +67364,0,0,0,0,0 +67365,0,0,0,0,0 +67366,0,0,0,0,0 +67367,0,0,0,0,0 +67368,0,0,0,0,0 +67369,0,0,0,0,0 +67370,0,0,0,0,0 +67371,0,0,0,0,0 +67372,0,0,0,0,0 +67373,0,0,0,0,0 +67374,0,0,0,0,0 +67375,0,0,0,0,0 +67376,0,0,0,0,0 +67377,0,0,0,0,0 +67378,0,0,0,0,0 +67379,0,0,0,0,0 +67380,0,0,0,0,0 +67381,0,0,0,0,0 +67382,0,0,0,0,0 +67383,0,0,0,0,0 +67384,0,0,0,0,0 +67385,0,0,0,0,0 +67386,0,0,0,0,0 +67387,0,0,0,0,0 +67388,0,0,0,0,0 +67389,0,0,0,0,0 +67390,0,0,0,0,0 +67391,0,0,0,0,0 +67392,0,0,0,0,0 +67393,0,0,0,0,0 +67394,0,0,0,0,0 +67395,0,0,0,0,0 +67396,0,0,0,0,0 +67397,0,0,0,0,0 +67398,0,0,0,0,0 +67399,0,0,0,0,0 +67400,0,0,0,0,0 +67401,0,0,0,0,0 +67402,0,0,0,0,0 +67403,0,0,0,0,0 +67404,0,0,0,0,0 +67405,0,0,0,0,0 +67406,0,0,0,0,0 +67407,0,0,0,0,0 +67408,0,0,0,0,0 +67409,0,0,0,0,0 +67410,0,0,0,0,0 +67411,0,0,0,0,0 +67412,0,0,0,0,0 +67413,0,0,0,0,0 +67414,0,0,0,0,0 +67415,0,0,0,0,0 +67416,0,0,0,0,0 +67417,0,0,0,0,0 +67418,0,0,0,0,0 +67419,0,0,0,0,0 +67420,0,0,0,0,0 +67421,0,0,0,0,0 +67422,0,0,0,0,0 +67423,0,0,0,0,0 +67424,0,0,0,0,0 +67425,0,0,0,0,0 +67426,0,0,0,0,0 +67427,0,0,0,0,0 +67428,0,0,0,0,0 +67429,0,0,0,0,0 +67430,0,0,0,0,0 +67431,0,0,0,0,0 +67432,0,0,0,0,0 +67433,0,0,0,0,0 +67434,0,0,0,0,0 +67435,0,0,0,0,0 +67436,0,0,0,0,0 +67437,0,0,0,0,0 +67438,0,0,0,0,0 +67439,0,0,0,0,0 +67440,0,0,0,0,0 +67441,0,0,0,0,0 +67442,0,0,0,0,0 +67443,0,0,0,0,0 +67444,0,0,0,0,0 +67445,0,0,0,0,0 +67446,0,0,0,0,0 +67447,0,0,0,0,0 +67448,0,0,0,0,0 +67449,0,0,0,0,0 +67450,0,0,0,0,0 +67451,0,0,0,0,0 +67452,0,0,0,0,0 +67453,0,0,0,0,0 +67454,0,0,0,0,0 +67455,0,0,0,0,0 +67456,0,0,0,0,0 +67457,0,0,0,0,0 +67458,0,0,0,0,0 +67459,0,0,0,0,0 +67460,0,0,0,0,0 +67461,0,0,0,0,0 +67462,0,0,0,0,0 +67463,0,0,0,0,0 +67464,0,0,0,0,0 +67465,0,0,0,0,0 +67466,0,0,0,0,0 +67467,0,0,0,0,0 +67468,0,0,0,0,0 +67469,0,0,0,0,0 +67470,0,0,0,0,0 +67471,0,0,0,0,0 +67472,0,0,0,0,0 +67473,0,0,0,0,0 +67474,0,0,0,0,0 +67475,0,0,0,0,0 +67476,0,0,0,0,0 +67477,0,0,0,0,0 +67478,0,0,0,0,0 +67479,0,0,0,0,0 +67480,0,0,0,0,0 +67481,0,0,0,0,0 +67482,0,0,0,0,0 +67483,0,0,0,0,0 +67484,0,0,0,0,0 +67485,0,0,0,0,0 +67486,0,0,0,0,0 +67487,0,0,0,0,0 +67488,0,0,0,0,0 +67489,0,0,0,0,0 +67490,0,0,0,0,0 +67491,0,0,0,0,0 +67492,0,0,0,0,0 +67493,0,0,0,0,0 +67494,0,0,0,0,0 +67495,0,0,0,0,0 +67496,0,0,0,0,0 +67497,0,0,0,0,0 +67498,0,0,0,0,0 +67499,0,0,0,0,0 +67500,0,0,0,0,0 +67501,0,0,0,0,0 +67502,0,0,0,0,0 +67503,0,0,0,0,0 +67504,0,0,0,0,0 +67505,0,0,0,0,0 +67506,0,0,0,0,0 +67507,0,0,0,0,0 +67508,0,0,0,0,0 +67509,0,0,0,0,0 +67510,0,0,0,0,0 +67511,0,0,0,0,0 +67512,0,0,0,0,0 +67513,0,0,0,0,0 +67514,0,0,0,0,0 +67515,0,0,0,0,0 +67516,0,0,0,0,0 +67517,0,0,0,0,0 +67518,0,0,0,0,0 +67519,0,0,0,0,0 +67520,0,0,0,0,0 +67521,0,0,0,0,0 +67522,0,0,0,0,0 +67523,0,0,0,0,0 +67524,0,0,0,0,0 +67525,0,0,0,0,0 +67526,0,0,0,0,0 +67527,0,0,0,0,0 +67528,0,0,0,0,0 +67529,0,0,0,0,0 +67530,0,0,0,0,0 +67531,0,0,0,0,0 +67532,0,0,0,0,0 +67533,0,0,0,0,0 +67534,0,0,0,0,0 +67535,0,0,0,0,0 +67536,0,0,0,0,0 +67537,0,0,0,0,0 +67538,0,0,0,0,0 +67539,0,0,0,0,0 +67540,0,0,0,0,0 +67541,0,0,0,0,0 +67542,0,0,0,0,0 +67543,0,0,0,0,0 +67544,0,0,0,0,0 +67545,0,0,0,0,0 +67546,0,0,0,0,0 +67547,0,0,0,0,0 +67548,0,0,0,0,0 +67549,0,0,0,0,0 +67550,0,0,0,0,0 +67551,0,0,0,0,0 +67552,0,0,0,0,0 +67553,0,0,0,0,0 +67554,0,0,0,0,0 +67555,0,0,0,0,0 +67556,0,0,0,0,0 +67557,0,0,0,0,0 +67558,0,0,0,0,0 +67559,0,0,0,0,0 +67560,0,0,0,0,0 +67561,0,0,0,0,0 +67562,0,0,0,0,0 +67563,0,0,0,0,0 +67564,0,0,0,0,0 +67565,0,0,0,0,0 +67566,0,0,0,0,0 +67567,0,0,0,0,0 +67568,0,0,0,0,0 +67569,0,0,0,0,0 +67570,0,0,0,0,0 +67571,0,0,0,0,0 +67572,0,0,0,0,0 +67573,0,0,0,0,0 +67574,0,0,0,0,0 +67575,0,0,0,0,0 +67576,0,0,0,0,0 +67577,0,0,0,0,0 +67578,0,0,0,0,0 +67579,0,0,0,0,0 +67580,0,0,0,0,0 +67581,0,0,0,0,0 +67582,0,0,0,0,0 +67583,0,0,0,0,0 +67584,0,0,0,0,0 +67585,0,0,0,0,0 +67586,0,0,0,0,0 +67587,0,0,0,0,0 +67588,0,0,0,0,0 +67589,0,0,0,0,0 +67590,0,0,0,0,0 +67591,0,0,0,0,0 +67592,0,0,0,0,0 +67593,0,0,0,0,0 +67594,0,0,0,0,0 +67595,0,0,0,0,0 +67596,0,0,0,0,0 +67597,0,0,0,0,0 +67598,0,0,0,0,0 +67599,0,0,0,0,0 +67600,0,0,0,0,0 +67601,0,0,0,0,0 +67602,0,0,0,0,0 +67603,0,0,0,0,0 +67604,0,0,0,0,0 +67605,0,0,0,0,0 +67606,0,0,0,0,0 +67607,0,0,0,0,0 +67608,0,0,0,0,0 +67609,0,0,0,0,0 +67610,0,0,0,0,0 +67611,0,0,0,0,0 +67612,0,0,0,0,0 +67613,0,0,0,0,0 +67614,0,0,0,0,0 +67615,0,0,0,0,0 +67616,0,0,0,0,0 +67617,0,0,0,0,0 +67618,0,0,0,0,0 +67619,0,0,0,0,0 +67620,0,0,0,0,0 +67621,0,0,0,0,0 +67622,0,0,0,0,0 +67623,0,0,0,0,0 +67624,0,0,0,0,0 +67625,0,0,0,0,0 +67626,0,0,0,0,0 +67627,0,0,0,0,0 +67628,0,0,0,0,0 +67629,0,0,0,0,0 +67630,0,0,0,0,0 +67631,0,0,0,0,0 +67632,0,0,0,0,0 +67633,0,0,0,0,0 +67634,0,0,0,0,0 +67635,0,0,0,0,0 +67636,0,0,0,0,0 +67637,0,0,0,0,0 +67638,0,0,0,0,0 +67639,0,0,0,0,0 +67640,0,0,0,0,0 +67641,0,0,0,0,0 +67642,0,0,0,0,0 +67643,0,0,0,0,0 +67644,0,0,0,0,0 +67645,0,0,0,0,0 +67646,0,0,0,0,0 +67647,0,0,0,0,0 +67648,0,0,0,0,0 +67649,0,0,0,0,0 +67650,0,0,0,0,0 +67651,0,0,0,0,0 +67652,0,0,0,0,0 +67653,0,0,0,0,0 +67654,0,0,0,0,0 +67655,0,0,0,0,0 +67656,0,0,0,0,0 +67657,0,0,0,0,0 +67658,0,0,0,0,0 +67659,0,0,0,0,0 +67660,0,0,0,0,0 +67661,0,0,0,0,0 +67662,0,0,0,0,0 +67663,0,0,0,0,0 +67664,0,0,0,0,0 +67665,0,0,0,0,0 +67666,0,0,0,0,0 +67667,0,0,0,0,0 +67668,0,0,0,0,0 +67669,0,0,0,0,0 +67670,0,0,0,0,0 +67671,0,0,0,0,0 +67672,0,0,0,0,0 +67673,0,0,0,0,0 +67674,0,0,0,0,0 +67675,0,0,0,0,0 +67676,0,0,0,0,0 +67677,0,0,0,0,0 +67678,0,0,0,0,0 +67679,0,0,0,0,0 +67680,0,0,0,0,0 +67681,0,0,0,0,0 +67682,0,0,0,0,0 +67683,0,0,0,0,0 +67684,0,0,0,0,0 +67685,0,0,0,0,0 +67686,0,0,0,0,0 +67687,0,0,0,0,0 +67688,0,0,0,0,0 +67689,0,0,0,0,0 +67690,0,0,0,0,0 +67691,0,0,0,0,0 +67692,0,0,0,0,0 +67693,0,0,0,0,0 +67694,0,0,0,0,0 +67695,0,0,0,0,0 +67696,0,0,0,0,0 +67697,0,0,0,0,0 +67698,0,0,0,0,0 +67699,0,0,0,0,0 +67700,0,0,0,0,0 +67701,0,0,0,0,0 +67702,0,0,0,0,0 +67703,0,0,0,0,0 +67704,0,0,0,0,0 +67705,0,0,0,0,0 +67706,0,0,0,0,0 +67707,0,0,0,0,0 +67708,0,0,0,0,0 +67709,0,0,0,0,0 +67710,0,0,0,0,0 +67711,0,0,0,0,0 +67712,0,0,0,0,0 +67713,0,0,0,0,0 +67714,0,0,0,0,0 +67715,0,0,0,0,0 +67716,0,0,0,0,0 +67717,0,0,0,0,0 +67718,0,0,0,0,0 +67719,0,0,0,0,0 +67720,0,0,0,0,0 +67721,0,0,0,0,0 +67722,0,0,0,0,0 +67723,0,0,0,0,0 +67724,0,0,0,0,0 +67725,0,0,0,0,0 +67726,0,0,0,0,0 +67727,0,0,0,0,0 +67728,0,0,0,0,0 +67729,0,0,0,0,0 +67730,0,0,0,0,0 +67731,0,0,0,0,0 +67732,0,0,0,0,0 +67733,0,0,0,0,0 +67734,0,0,0,0,0 +67735,0,0,0,0,0 +67736,0,0,0,0,0 +67737,0,0,0,0,0 +67738,0,0,0,0,0 +67739,0,0,0,0,0 +67740,0,0,0,0,0 +67741,0,0,0,0,0 +67742,0,0,0,0,0 +67743,0,0,0,0,0 +67744,0,0,0,0,0 +67745,0,0,0,0,0 +67746,0,0,0,0,0 +67747,0,0,0,0,0 +67748,0,0,0,0,0 +67749,0,0,0,0,0 +67750,0,0,0,0,0 +67751,0,0,0,0,0 +67752,0,0,0,0,0 +67753,0,0,0,0,0 +67754,0,0,0,0,0 +67755,0,0,0,0,0 +67756,0,0,0,0,0 +67757,0,0,0,0,0 +67758,0,0,0,0,0 +67759,0,0,0,0,0 +67760,0,0,0,0,0 +67761,0,0,0,0,0 +67762,0,0,0,0,0 +67763,0,0,0,0,0 +67764,0,0,0,0,0 +67765,0,0,0,0,0 +67766,0,0,0,0,0 +67767,0,0,0,0,0 +67768,0,0,0,0,0 +67769,0,0,0,0,0 +67770,0,0,0,0,0 +67771,0,0,0,0,0 +67772,0,0,0,0,0 +67773,0,0,0,0,0 +67774,0,0,0,0,0 +67775,0,0,0,0,0 +67776,0,0,0,0,0 +67777,0,0,0,0,0 +67778,0,0,0,0,0 +67779,0,0,0,0,0 +67780,0,0,0,0,0 +67781,0,0,0,0,0 +67782,0,0,0,0,0 +67783,0,0,0,0,0 +67784,0,0,0,0,0 +67785,0,0,0,0,0 +67786,0,0,0,0,0 +67787,0,0,0,0,0 +67788,0,0,0,0,0 +67789,0,0,0,0,0 +67790,0,0,0,0,0 +67791,0,0,0,0,0 +67792,0,0,0,0,0 +67793,0,0,0,0,0 +67794,0,0,0,0,0 +67795,0,0,0,0,0 +67796,0,0,0,0,0 +67797,0,0,0,0,0 +67798,0,0,0,0,0 +67799,0,0,0,0,0 +67800,0,0,0,0,0 +67801,0,0,0,0,0 +67802,0,0,0,0,0 +67803,0,0,0,0,0 +67804,0,0,0,0,0 +67805,0,0,0,0,0 +67806,0,0,0,0,0 +67807,0,0,0,0,0 +67808,0,0,0,0,0 +67809,0,0,0,0,0 +67810,0,0,0,0,0 +67811,0,0,0,0,0 +67812,0,0,0,0,0 +67813,0,0,0,0,0 +67814,0,0,0,0,0 +67815,0,0,0,0,0 +67816,0,0,0,0,0 +67817,0,0,0,0,0 +67818,0,0,0,0,0 +67819,0,0,0,0,0 +67820,0,0,0,0,0 +67821,0,0,0,0,0 +67822,0,0,0,0,0 +67823,0,0,0,0,0 +67824,0,0,0,0,0 +67825,0,0,0,0,0 +67826,0,0,0,0,0 +67827,0,0,0,0,0 +67828,0,0,0,0,0 +67829,0,0,0,0,0 +67830,0,0,0,0,0 +67831,0,0,0,0,0 +67832,0,0,0,0,0 +67833,0,0,0,0,0 +67834,0,0,0,0,0 +67835,0,0,0,0,0 +67836,0,0,0,0,0 +67837,0,0,0,0,0 +67838,0,0,0,0,0 +67839,0,0,0,0,0 +67840,0,0,0,0,0 +67841,0,0,0,0,0 +67842,0,0,0,0,0 +67843,0,0,0,0,0 +67844,0,0,0,0,0 +67845,0,0,0,0,0 +67846,0,0,0,0,0 +67847,0,0,0,0,0 +67848,0,0,0,0,0 +67849,0,0,0,0,0 +67850,0,0,0,0,0 +67851,0,0,0,0,0 +67852,0,0,0,0,0 +67853,0,0,0,0,0 +67854,0,0,0,0,0 +67855,0,0,0,0,0 +67856,0,0,0,0,0 +67857,0,0,0,0,0 +67858,0,0,0,0,0 +67859,0,0,0,0,0 +67860,0,0,0,0,0 +67861,0,0,0,0,0 +67862,0,0,0,0,0 +67863,0,0,0,0,0 +67864,0,0,0,0,0 +67865,0,0,0,0,0 +67866,0,0,0,0,0 +67867,0,0,0,0,0 +67868,0,0,0,0,0 +67869,0,0,0,0,0 +67870,0,0,0,0,0 +67871,0,0,0,0,0 +67872,0,0,0,0,0 +67873,0,0,0,0,0 +67874,0,0,0,0,0 +67875,0,0,0,0,0 +67876,0,0,0,0,0 +67877,0,0,0,0,0 +67878,0,0,0,0,0 +67879,0,0,0,0,0 +67880,0,0,0,0,0 +67881,0,0,0,0,0 +67882,0,0,0,0,0 +67883,0,0,0,0,0 +67884,0,0,0,0,0 +67885,0,0,0,0,0 +67886,0,0,0,0,0 +67887,0,0,0,0,0 +67888,0,0,0,0,0 +67889,0,0,0,0,0 +67890,0,0,0,0,0 +67891,0,0,0,0,0 +67892,0,0,0,0,0 +67893,0,0,0,0,0 +67894,0,0,0,0,0 +67895,0,0,0,0,0 +67896,0,0,0,0,0 +67897,0,0,0,0,0 +67898,0,0,0,0,0 +67899,0,0,0,0,0 +67900,0,0,0,0,0 +67901,0,0,0,0,0 +67902,0,0,0,0,0 +67903,0,0,0,0,0 +67904,0,0,0,0,0 +67905,0,0,0,0,0 +67906,0,0,0,0,0 +67907,0,0,0,0,0 +67908,0,0,0,0,0 +67909,0,0,0,0,0 +67910,0,0,0,0,0 +67911,0,0,0,0,0 +67912,0,0,0,0,0 +67913,0,0,0,0,0 +67914,0,0,0,0,0 +67915,0,0,0,0,0 +67916,0,0,0,0,0 +67917,0,0,0,0,0 +67918,0,0,0,0,0 +67919,0,0,0,0,0 +67920,0,0,0,0,0 +67921,0,0,0,0,0 +67922,0,0,0,0,0 +67923,0,0,0,0,0 +67924,0,0,0,0,0 +67925,0,0,0,0,0 +67926,0,0,0,0,0 +67927,0,0,0,0,0 +67928,0,0,0,0,0 +67929,0,0,0,0,0 +67930,0,0,0,0,0 +67931,0,0,0,0,0 +67932,0,0,0,0,0 +67933,0,0,0,0,0 +67934,0,0,0,0,0 +67935,0,0,0,0,0 +67936,0,0,0,0,0 +67937,0,0,0,0,0 +67938,0,0,0,0,0 +67939,0,0,0,0,0 +67940,0,0,0,0,0 +67941,0,0,0,0,0 +67942,0,0,0,0,0 +67943,0,0,0,0,0 +67944,0,0,0,0,0 +67945,0,0,0,0,0 +67946,0,0,0,0,0 +67947,0,0,0,0,0 +67948,0,0,0,0,0 +67949,0,0,0,0,0 +67950,0,0,0,0,0 +67951,0,0,0,0,0 +67952,0,0,0,0,0 +67953,0,0,0,0,0 +67954,0,0,0,0,0 +67955,0,0,0,0,0 +67956,0,0,0,0,0 +67957,0,0,0,0,0 +67958,0,0,0,0,0 +67959,0,0,0,0,0 +67960,0,0,0,0,0 +67961,0,0,0,0,0 +67962,0,0,0,0,0 +67963,0,0,0,0,0 +67964,0,0,0,0,0 +67965,0,0,0,0,0 +67966,0,0,0,0,0 +67967,0,0,0,0,0 +67968,0,0,0,0,0 +67969,0,0,0,0,0 +67970,0,0,0,0,0 +67971,0,0,0,0,0 +67972,0,0,0,0,0 +67973,0,0,0,0,0 +67974,0,0,0,0,0 +67975,0,0,0,0,0 +67976,0,0,0,0,0 +67977,0,0,0,0,0 +67978,0,0,0,0,0 +67979,0,0,0,0,0 +67980,0,0,0,0,0 +67981,0,0,0,0,0 +67982,0,0,0,0,0 +67983,0,0,0,0,0 +67984,0,0,0,0,0 +67985,0,0,0,0,0 +67986,0,0,0,0,0 +67987,0,0,0,0,0 +67988,0,0,0,0,0 +67989,0,0,0,0,0 +67990,0,0,0,0,0 +67991,0,0,0,0,0 +67992,0,0,0,0,0 +67993,0,0,0,0,0 +67994,0,0,0,0,0 +67995,0,0,0,0,0 +67996,0,0,0,0,0 +67997,0,0,0,0,0 +67998,0,0,0,0,0 +67999,0,0,0,0,0 +68000,0,0,0,0,0 +68001,0,0,0,0,0 +68002,0,0,0,0,0 +68003,0,0,0,0,0 +68004,0,0,0,0,0 +68005,0,0,0,0,0 +68006,0,0,0,0,0 +68007,0,0,0,0,0 +68008,0,0,0,0,0 +68009,0,0,0,0,0 +68010,0,0,0,0,0 +68011,0,0,0,0,0 +68012,0,0,0,0,0 +68013,0,0,0,0,0 +68014,0,0,0,0,0 +68015,0,0,0,0,0 +68016,0,0,0,0,0 +68017,0,0,0,0,0 +68018,0,0,0,0,0 +68019,0,0,0,0,0 +68020,0,0,0,0,0 +68021,0,0,0,0,0 +68022,0,0,0,0,0 +68023,0,0,0,0,0 +68024,0,0,0,0,0 +68025,0,0,0,0,0 +68026,0,0,0,0,0 +68027,0,0,0,0,0 +68028,0,0,0,0,0 +68029,0,0,0,0,0 +68030,0,0,0,0,0 +68031,0,0,0,0,0 +68032,0,0,0,0,0 +68033,0,0,0,0,0 +68034,0,0,0,0,0 +68035,0,0,0,0,0 +68036,0,0,0,0,0 +68037,0,0,0,0,0 +68038,0,0,0,0,0 +68039,0,0,0,0,0 +68040,0,0,0,0,0 +68041,0,0,0,0,0 +68042,0,0,0,0,0 +68043,0,0,0,0,0 +68044,0,0,0,0,0 +68045,0,0,0,0,0 +68046,0,0,0,0,0 +68047,0,0,0,0,0 +68048,0,0,0,0,0 +68049,0,0,0,0,0 +68050,0,0,0,0,0 +68051,0,0,0,0,0 +68052,0,0,0,0,0 +68053,0,0,0,0,0 +68054,0,0,0,0,0 +68055,0,0,0,0,0 +68056,0,0,0,0,0 +68057,0,0,0,0,0 +68058,0,0,0,0,0 +68059,0,0,0,0,0 +68060,0,0,0,0,0 +68061,0,0,0,0,0 +68062,0,0,0,0,0 +68063,0,0,0,0,0 +68064,0,0,0,0,0 +68065,0,0,0,0,0 +68066,0,0,0,0,0 +68067,0,0,0,0,0 +68068,0,0,0,0,0 +68069,0,0,0,0,0 +68070,0,0,0,0,0 +68071,0,0,0,0,0 +68072,0,0,0,0,0 +68073,0,0,0,0,0 +68074,0,0,0,0,0 +68075,0,0,0,0,0 +68076,0,0,0,0,0 +68077,0,0,0,0,0 +68078,0,0,0,0,0 +68079,0,0,0,0,0 +68080,0,0,0,0,0 +68081,0,0,0,0,0 +68082,0,0,0,0,0 +68083,0,0,0,0,0 +68084,0,0,0,0,0 +68085,0,0,0,0,0 +68086,0,0,0,0,0 +68087,0,0,0,0,0 +68088,0,0,0,0,0 +68089,0,0,0,0,0 +68090,0,0,0,0,0 +68091,0,0,0,0,0 +68092,0,0,0,0,0 +68093,0,0,0,0,0 +68094,0,0,0,0,0 +68095,0,0,0,0,0 +68096,0,0,0,0,0 +68097,0,0,0,0,0 +68098,0,0,0,0,0 +68099,0,0,0,0,0 +68100,0,0,0,0,0 +68101,-1896.251187,-804.9871471,-1865.518747,-804.659968,-1072.753018 +68102,-1532.102841,-645.7992161,-1505.963502,-645.4729994,-687.5604566 +68103,-1492.179521,-628.6577323,-1466.707862,-628.3389854,-674.8195382 +68104,-1213.067376,-502.0304016,-1189.954547,-501.72223,-111.4692342 +68105,-1685.311286,-714.6269582,-1657.514372,-714.3298661,-947.215905 +68106,-1627.003301,-689.9651719,-1599.940533,-689.677165,-902.5084755 +68107,-1378.848809,-576.1567426,-1350.63758,-575.8782734,-396.1822322 +68108,-1764.929286,-751.9571306,-1736.401902,-751.6880396,-1088.409132 +68109,-1505.770109,-634.2159373,-1476.803574,-633.9554079,-600.5373264 +68110,-1643.909033,-695.8663605,-1613.6191,-695.6149135,-784.3575381 +68111,-1855.751744,-793.5349963,-1825.879248,-793.2913965,-1203.155005 +68112,-1666.951542,-708.3896269,-1637.075798,-708.1532843,-869.8055236 +68113,-1741.83031,-742.0750944,-1711.211569,-741.8463177,-973.0105556 +68114,-1790.003923,-764.2495913,-1759.073238,-764.0280122,-1052.296254 +68115,-1815.696544,-776.4707256,-1784.662164,-776.2559764,-1102.492752 +68116,-1824.254521,-778.3289717,-1791.46388,-780.6945795,-1127.254806 +68117,-1822.686534,-774.1147419,-1787.212012,-780.4907667,-1135.373756 +68118,-1816.183181,-767.4646257,-1777.924298,-778.0142187,-1134.224912 +68119,-1795.411378,-653.7029382,-1754.643597,-769.0339328,-1106.083722 +68120,-1738.33078,-473.7294372,-1493.901747,-743.5245438,-1010.693235 +68121,-1457.578081,-577.2252655,-1360.711719,-746.6074942,-1092.786192 +68122,-1454.267004,-521.8970894,-1416.4636,-614.7610227,-585.978141 +68123,-1557.349059,-507.8569709,-1457.111819,-659.6120391,-726.6516642 +68124,-1593.503544,-494.2448828,-1348.845506,-733.9649232,-1076.244944 +68125,-1401.611269,-480.0871722,-1364.106557,-590.4389622,-514.7861882 +68126,-1502.677833,-467.4587833,-1352.010002,-635.2141794,-646.6226877 +68127,-1474.306061,-454.3773541,-1332.003071,-728.1284801,-1074.081136 +68128,-1360.020998,-440.4965431,-1316.591708,-571.186589,-459.9937362 +68129,-1476.354539,-430.0014311,-1308.060442,-622.074301,-610.475652 +68130,-1493.055149,-415.3377094,-1290.247712,-724.3018674,-1075.154774 +68131,-1337.663031,-400.3275874,-1277.083219,-560.0687896,-431.7818164 +68132,-1462.62308,-366.7227196,-1252.688385,-702.7436065,-1034.294189 +68133,-1366.115845,-345.6726518,-1232.482053,-639.1115545,-870.4434456 +68134,-1179.31603,-326.6174538,-1143.78627,-487.572022,-230.6572218 +68135,-1573.555962,-306.0121881,-1316.181899,-666.8388542,-942.0526328 +68136,-1238.91151,-285.7583374,-1134.457231,-515.0182467,-312.6569966 +68137,-1500.717348,-266.7952757,-1186.479541,-677.7940431,-974.0161708 +68138,-1228.984718,-250.8929204,-1158.456759,-511.4155056,-297.4446638 +68139,-1407.779368,-235.7177878,-1148.828728,-675.6908269,-973.2592236 +68140,-1295.498633,-219.4448786,-1132.267306,-614.4362565,-816.7012158 +68141,-1115.308357,-205.6207997,-1080.269928,-458.684545,-154.1324265 +68142,-1309.538084,-192.9978523,-1171.957089,-544.0279669,-392.8186558 +68143,-1589.886466,-179.4809666,-1072.00874,-695.222982,-1031.484393 +68144,-1113.052752,-165.8265816,-1094.799006,-628.0999572,-860.7338556 +68145,-1323.390141,-152.9669932,-1082.280281,-554.7295094,-734.5992282 +68146,-1051.162852,-140.3767164,-1016.769872,-427.7477786,-74.02064029 +68147,-1258.981366,-126.5362905,-1140.969614,-519.7792311,-324.9488209 +68148,-1400.704484,-113.135069,-1012.870564,-583.578882,-511.7924213 +68149,-1324.486013,-100.6891472,-1052.869974,-609.9813632,-583.8174923 +68150,-1161.072598,-86.9487404,-1032.767905,-614.9074886,-590.9691916 +68151,-1260.736771,-73.58349367,-1024.509876,-495.1411379,-1094.924888 +68152,-1213.383993,-60.32098782,-1017.102591,-498.5078127,-264.1523392 +68153,-1234.550099,-47.08699561,-1007.25182,-556.4788227,-420.7120599 +68154,-1192.712459,-27.40808812,-992.2853065,-580.4892698,-495.8448223 +68155,-1195.249093,-12.91906421,-978.1082149,-489.0621281,-1069.394335 +68156,-1184.702001,1.810797435,-972.5951528,-485.8408003,-225.7546939 +68157,-1179.887799,15.45821,-963.9334275,-545.4770438,-386.4910881 +68158,-1171.80629,30.40385037,-954.0207728,-529.2654878,-1013.690896 +68159,-1146.494884,44.46776957,-948.9323215,-470.1546452,-180.3055806 +68160,-1177.311726,58.88313491,-938.828467,-532.9567069,-350.7594914 +68161,21.11383034,40.81463717,90.0692175,19.00253237,-1039.148259 +68162,50.70209586,226.7689781,466.6844163,32.78871548,-281.9616638 +68163,79.71293569,69.17821086,107.3737177,44.36087235,-873.5058656 +68164,106.0424099,109.2836658,168.2745689,57.82938674,297.1043155 +68165,128.2134951,142.0260824,216.1341689,68.97029007,422.14854 +68166,149.8567747,169.9616351,257.0710489,78.92131517,516.7635892 +68167,170.2925096,192.8242845,289.8199378,89.26943957,588.9698969 +68168,190.1154992,211.3721013,315.2835848,98.79865524,645.5241144 +68169,209.2332307,226.4846272,334.8341775,107.9709477,690.3192277 +68170,228.0722794,238.8726928,349.6624257,117.2284485,725.5448494 +68171,246.3513239,249.0645285,360.6722862,125.8517006,752.6988244 +68172,264.3752226,257.4804452,368.5484224,135.0145314,773.1058906 +68173,282.3778685,264.4421081,373.8299226,143.0814295,787.8788913 +68174,299.5153273,270.2165551,376.9834831,152.0790731,797.9981295 +68175,317.242186,275.0174291,378.3911256,159.838344,804.2635067 +68176,333.8070785,279.021861,378.3693838,162.1502022,807.344124 +68177,351.073192,282.408357,377.253654,160.9433056,807.9250405 +68178,349.9769081,285.3254542,375.3208775,159.464388,806.5810129 +68179,345.6184463,287.9735187,372.9737567,157.9265573,804.1018344 +68180,341.3316545,290.4651426,370.4263881,156.4120737,800.9325265 +68181,337.2464287,292.8508726,367.7651219,154.9322848,797.2738912 +68182,333.334802,295.1470021,365.0026747,153.4706391,793.1917443 +68183,329.5715904,297.3766226,362.1730385,152.0259278,788.7796943 +68184,325.9276379,299.5545882,359.2922276,150.5969344,784.0985563 +68185,322.3838941,301.693039,356.3717825,149.1795465,779.1982895 +68186,318.9272688,303.8017018,353.4259876,147.7709087,774.1190973 +68187,315.54747,305.8882962,350.4631304,146.3700943,768.8931538 +68188,312.2355471,307.95892,347.4863641,144.9770729,763.5460551 +68189,308.9835638,310.018377,344.5026433,143.591922,758.0982225 +68190,305.7844669,312.0704362,341.5111703,142.2145339,752.5658198 +68191,302.6321316,314.1180499,338.5182759,140.8446249,746.9617513 +68192,299.5229243,316.1146593,335.5232003,139.4836884,741.2961629 +68193,296.4495909,318.0213522,332.5292617,138.1320453,735.5771244 +68194,293.4092296,319.8356274,329.534844,136.7895317,729.8109544 +68195,290.399334,376.2978877,326.5453688,135.4555577,724.0027723 +68196,287.4168683,545.3401508,323.5581416,134.1293387,718.1565767 +68197,284.458716,464.9506451,320.577176,132.810095,712.2756406 +68198,281.5219037,514.0953117,317.5987344,131.4971045,706.3624284 +68199,278.6037606,533.2250998,314.6264229,130.1897153,700.418787 +68200,275.7018633,551.5521908,311.661351,128.8873284,694.4459703 +68201,272.8141552,569.1884506,308.6967135,127.589418,688.4450469 +68202,269.9388676,586.9000554,305.7375978,126.2955226,682.4169215 +68203,267.0745279,603.9049673,302.7826574,125.0052435,676.3624845 +68204,264.2087517,621.1909625,299.8211986,123.7131891,670.2623335 +68205,261.3717609,637.3790804,296.8823682,122.4333,664.1741605 +68206,258.5224748,653.9519293,293.9273982,121.1470818,658.0257174 +68207,255.6890668,670.3666448,290.9837978,119.8675021,651.8703953 +68208,252.8618959,685.66581,288.044503,118.5903326,645.6926212 +68209,250.0404764,701.851823,285.1097993,117.3154792,639.493281 +68210,247.2241986,717.0502311,282.1794097,116.0427928,633.2728703 +68211,244.412486,732.058876,279.2532139,114.7721161,627.0318073 +68212,241.6047829,747.4445105,276.3313315,113.5033057,620.7704273 +68213,238.8006422,762.0138787,273.4140443,112.2362452,614.4891624 +68214,235.9996258,776.63441,270.5016839,110.9708283,608.1883705 +68215,233.2013913,790.7447428,267.5946317,109.7069706,601.8685067 +68216,230.405593,805.3846016,264.6932827,108.4445936,595.5299491 +68217,229.1305676,819.4314651,263.3259229,107.8739048,591.9342578 +68218,233.4378526,832.872882,267.5601019,109.8402158,598.4670126 +68219,238.139906,846.7178757,272.2059784,111.9816738,605.6958538 +68220,242.3930808,860.1377201,276.3986677,113.9053307,612.0517528 +68221,246.4026497,1042.063887,280.3402973,115.7054784,617.9023754 +68222,257.3641644,1057.100384,291.1876622,120.5986296,636.7664403 +68223,271.5874012,1071.524841,305.4854285,126.9842397,662.116972 +68224,285.5356898,1085.566557,319.7442282,133.2745189,687.4924017 +68225,297.8493471,1099.228683,332.5186499,138.7061278,710.247638 +68226,308.4958766,1112.825407,343.3718208,143.2968417,730.1284349 +68227,317.8387343,1126.081034,352.7348716,147.2699486,747.6468876 +68228,326.2129951,1139.308139,361.0656284,150.8117997,763.3204155 +68229,333.8412642,1152.212062,368.6500144,154.0354163,777.5029566 +68230,340.8652968,1165.109827,375.6446598,157.0066513,790.4248804 +68231,347.3859387,1181.887604,382.1462397,159.769912,802.2548314 +68232,353.4839695,1197.412512,388.2289177,162.3603533,813.1326564 +68233,359.2277386,1214.011989,393.9567902,164.8077206,823.1811753 +68234,364.675052,1229.325844,399.3855707,167.1370036,832.5083531 +68235,369.8742508,1244.814252,404.5625612,169.368793,841.2081723 +68236,374.8652936,1260.226231,409.527047,171.5197815,849.361593 +68237,379.6811426,1275.155053,414.3114366,173.6034609,857.0382303 +68238,384.3489507,1290.140426,418.9424064,175.6307243,864.2978501 +68239,388.8911637,1304.967695,423.4420084,177.6104075,871.1918979 +68240,393.3147468,1319.371606,427.8168988,179.544412,877.7435741 +68241,397.6553713,1333.95221,432.102514,181.4478012,884.0279474 +68242,401.9202935,1347.99301,436.3059367,183.3228265,890.0679606 +68243,406.1180474,1362.128427,440.4355761,185.1724273,895.8883098 +68244,410.2566806,1376.128003,444.4993944,186.9994255,901.5121764 +68245,414.34325,1389.743521,448.5043945,188.8062891,906.960295 +68246,418.3837491,1403.320064,452.4565428,190.5950906,912.2508256 +68247,422.3832618,1416.819032,456.3609159,192.3675676,917.3996528 +68248,426.3460506,1430.045571,460.2217875,194.1251549,922.4205729 +68249,430.2757204,1443.170609,464.0427884,195.8690516,927.3256287 +68250,433.8961266,1456.072797,467.5478126,197.4733544,931.6177039 +68251,437.8564569,1468.818423,471.3861068,199.2329063,936.481605 +68252,441.7690816,1481.078128,475.1724186,200.9720772,941.2127014 +68253,445.6423679,1493.29932,478.9164956,202.6948972,945.8276572 +68254,449.482976,1505.441103,482.625222,204.4042296,950.341647 +68255,453.2961401,1517.225142,486.3035402,206.1021263,954.7678604 +68256,457.0857384,1529.133401,489.9549623,207.7900166,959.1169054 +68257,460.8545695,1540.567891,493.5820044,209.4688902,963.3970578 +68258,464.6046282,1551.977692,497.1864718,211.1394251,967.6147438 +68259,468.3374158,1563.339527,500.76974,212.8035452,971.7751619 +68260,472.0540437,1574.408568,504.3328385,214.4546406,975.8825277 +68261,475.7553649,1585.455427,507.8765679,216.0885433,979.9403514 +68262,479.4420398,1596.110555,511.401562,217.704962,983.9515889 +68263,483.1146588,1606.938148,514.9010137,219.3054851,987.9188865 +68264,486.7737177,1617.413109,518.3650571,220.8919977,991.8445619 +68265,490.4195932,1627.816409,521.7891824,222.4660516,995.7305697 +68266,494.0525789,1638.071959,525.1744008,224.0288168,999.578595 +68267,497.6729506,1650.312901,528.5240519,225.5811926,1003.390185 +68268,501.2809527,1662.012048,531.8416534,227.123906,1007.166727 +68269,504.876823,1669.635107,535.1301563,228.6575651,1010.909516 +68270,508.4607609,1683.537444,538.3919127,230.1826839,1014.619706 +68271,512.0329696,1688.465293,541.6288477,231.6997045,1018.298395 +68272,515.5936217,1705.286455,544.8425776,233.2090014,1021.946561 +68273,519.1428953,1705.367968,548.0345018,234.7108992,1025.565149 +68274,522.6809384,1693.754269,551.2058306,236.2056753,1029.155005 +68275,526.2079204,1737.575226,554.3576339,237.6935773,1032.716968 +68276,529.7102764,1729.415017,557.4908552,239.174826,1036.251884 +68277,533.1813192,1741.895998,560.6063521,240.64963,1039.760641 +68278,536.6194146,1750.560109,563.7048474,242.1181592,1081.732326 +68279,540.026546,1759.176549,566.7869736,243.5805623,1197.910946 +68280,543.4058822,1767.52702,569.8532876,245.0369702,1142.827983 +68281,546.6983849,1778.946671,593.5078992,246.4593,1198.377377 +68282,550.080508,1787.629722,719.6629399,247.9262779,1213.371863 +68283,553.5217646,1796.206397,670.1338072,249.4233172,1227.18563 +68284,556.9685031,1804.588851,699.0814114,250.9253561,1240.850533 +68285,560.3913501,1812.42277,713.6428205,252.4185009,1253.827546 +68286,563.7819695,1820.683848,726.4582201,253.8986108,1266.843837 +68287,567.1414635,1828.368327,738.8503374,255.3659677,1279.415233 +68288,570.473125,1836.277831,751.3314581,256.8219123,1291.882831 +68289,595.9586686,1843.653463,763.3290953,258.2676129,1303.9462 +68290,725.2259317,1851.275095,775.5169956,259.7039083,1316.301509 +68291,673.4960581,1858.513811,787.3227119,276.7211404,1328.109235 +68292,704.1285647,1865.746084,799.0663621,318.4714884,1339.929193 +68293,719.6888829,1872.958744,810.6341243,306.4788427,1351.496111 +68294,733.1061001,1879.851124,821.9996535,316.9331246,1362.995112 +68295,746.5959504,1886.69007,833.6305768,324.4214646,1374.176028 +68296,759.6237181,1893.510722,844.3979748,330.6707813,1385.600811 +68297,772.8114154,1900.043108,855.8179693,336.8855109,1396.539143 +68298,785.4935334,1906.726186,866.5173674,342.9086082,1407.30229 +68299,798.411925,1912.902391,877.6396014,348.9826984,1418.424488 +68300,810.933112,1919.241099,888.3946573,354.8322831,1428.942665 +68301,823.2489556,1925.429665,898.665189,360.7681378,1439.539751 +68302,826.8486177,1925.016245,901.5899747,363.0695358,1449.6595 +68303,837.2998481,1929.836909,910.4134084,368.2071011,1460.168193 +68304,848.8422888,1935.082581,920.2885307,373.589609,1470.155519 +68305,860.1722371,1940.589803,930.0540163,378.8784229,1480.55957 +68306,871.7491469,1945.648547,939.5848127,384.2878124,1490.581555 +68307,882.7686419,1951.016989,949.5849479,389.5087396,1500.140909 +68308,894.4404266,1956.059228,959.041122,394.7457702,1510.045216 +68309,905.2891859,1961.209866,968.633459,399.8439006,1519.645996 +68310,916.5655528,1966.102483,978.1228703,405.0812312,1529.170725 +68311,926.6858335,1971.140384,985.8929875,409.4176975,1538.556161 +68312,945.7415162,1982.322545,1001.35768,417.124587,1547.703509 +68313,957.4644631,1988.506445,1010.15884,421.7379506,1557.355351 +68314,967.1467298,1994.144443,1017.752602,426.029437,1566.274696 +68315,978.0725345,1999.597548,1025.330193,430.3775789,1575.311766 +68316,987.7800902,2004.914093,1032.932885,434.4262597,1584.27024 +68317,997.6760631,2010.113207,1039.740409,438.4653319,1593.076865 +68318,1007.426115,2015.203481,1047.003707,442.4042456,1601.78362 +68319,1017.277727,2020.189296,1053.865586,446.26621,1610.475796 +68320,1026.575251,2025.16339,1060.631531,449.9613533,1618.984648 +68321,1036.436489,2029.810518,1067.341463,453.9302436,1627.510471 +68322,1045.223917,2034.552806,1073.85051,457.3455735,1635.850508 +68323,1054.278262,2039.020095,1080.076665,461.0287209,1644.209117 +68324,1063.936934,2043.630917,1086.819238,464.4348211,1652.381614 +68325,1072.559054,2047.827633,1092.82223,468.0549084,1660.576083 +68326,1081.435206,2052.205065,1099.022381,471.3838672,1668.582503 +68327,1090.412434,2056.272339,1105.085048,474.7499661,1676.615485 +68328,1098.944888,2060.430246,1110.99033,477.9272645,1684.457749 +68329,1107.486332,2064.292891,1116.896793,481.4599784,1692.332589 +68330,1116.177338,2068.336335,1122.618658,484.3855016,1700.01241 +68331,1124.156549,2071.856706,1128.355563,487.6287719,1707.697751 +68332,1132.863617,2075.661913,1133.908534,490.699032,1715.306192 +68333,1141.06894,2079.10048,1139.454925,493.7404946,1722.760316 +68334,1149.109568,2082.6302,1144.926013,496.7355177,1730.249372 +68335,1157.032973,2085.854919,1150.177638,499.5305924,1737.284228 +68336,1165.056481,2089.192884,1155.556844,502.6502986,1744.832537 +68337,1173.072097,2092.214502,1160.74169,505.3918005,1751.781879 +68338,1180.7997,2095.22904,1165.911554,508.2620803,1759.192934 +68339,1188.401893,2098.240419,1170.957206,511.0125308,1765.953243 +68340,1196.098808,2100.99304,1176.065863,513.9174342,1773.213866 +68341,1085.951024,2049.980277,1063.321985,462.9360678,1548.866864 +68342,1091.324059,2051.46456,1066.0592,464.8406664,1552.518264 +68343,1097.61638,2053.141235,1069.41404,466.6616726,1556.556109 +68344,1103.750162,2054.895988,1073.029094,468.7320127,1561.664553 +68345,1110.292064,2056.622889,1076.782129,470.8144495,1566.331045 +68346,1116.516006,2058.299485,1080.575748,472.9069066,1571.413654 +68347,1122.788297,2059.907741,1084.052044,474.9948734,1576.519546 +68348,1129.440873,2061.436947,1088.247375,477.0707612,1581.588471 +68349,1135.731506,2062.881149,1091.820705,479.0133216,1586.750489 +68350,1141.919051,2064.23709,1095.549261,481.3506033,1591.810583 +68351,1148.362174,2065.502759,1099.270469,483.1075979,1596.927073 +68352,1154.427023,2066.773107,1102.968732,485.2172965,1602.029374 +68353,1160.79525,2067.715813,1106.570909,487.1826032,1607.044671 +68354,1166.784407,2068.769547,1110.211082,489.1474597,1612.102986 +68355,1173.075512,2069.648797,1113.797379,491.0933363,1617.141992 +68356,1178.988019,2070.446687,1117.389837,493.0203351,1622.08666 +68357,1185.201422,2071.149518,1120.880881,494.9287199,1627.073601 +68358,1193.895016,2066.991032,1133.688296,500.5916457,1632.308112 +68359,1200.058878,2066.632745,1138.266339,503.1510895,1636.982167 +68360,1206.077126,2066.946265,1142.314449,505.2184522,1641.892846 +68361,1212.546358,2066.752668,1146.238372,507.3151962,1646.78996 +68362,1218.497987,2067.144178,1150.002094,509.3397071,1651.584937 +68363,1224.381971,2066.84947,1153.763936,511.32497,1656.428412 +68364,1230.498062,2067.018238,1157.438215,513.2772384,1661.218643 +68365,1236.230887,2066.81317,1161.096329,515.3371205,1666.023509 +68366,1242.258806,2066.621217,1164.626858,517.0259894,1670.723602 +68367,1247.906689,2066.332437,1168.183879,518.9982545,1675.473698 +68368,1253.84986,2065.957436,1171.669958,520.8251847,1680.170681 +68369,1259.687455,2065.494713,1175.120365,522.5136508,1684.882527 +68370,1265.072508,2064.942358,1178.563051,524.5252497,1689.486528 +68371,1270.970456,2063.749022,1182.939255,526.6473069,1694.145325 +68372,1276.982799,2062.3603,1187.089155,528.7374018,1698.771512 +68373,1282.655186,2060.832101,1191.486481,530.9931758,1703.377725 +68374,1288.687644,2059.264825,1195.67648,533.0707411,1707.962679 +68375,1294.303873,2057.339475,1200.083848,535.3309063,1712.486736 +68376,1299.961586,2055.500291,1204.284948,537.2625281,1717.079163 +68377,1306.186532,2053.465527,1208.732727,539.7494876,1721.570438 +68378,1311.781683,2051.331882,1212.844417,541.7095878,1725.633345 +68379,1317.48754,2049.088473,1217.37064,544.1345811,1730.759577 +68380,1323.363078,2046.736926,1221.44682,545.9633761,1734.938885 +68381,1328.855407,2044.279141,1225.974449,548.3243733,1739.330313 +68382,1334.781088,2041.71665,1230.042743,550.187273,1743.830257 +68383,1340.194844,2039.051133,1234.564968,552.6946939,1744.855642 +68384,1346.086124,2036.284198,1238.623352,554.6165871,1748.105085 +68385,1351.5065,2033.416909,1242.688703,556.8772397,1750.559796 +68386,1357.240441,2030.450461,1247.480196,558.9234124,1753.316982 +68387,1362.72439,2027.386018,1251.501951,561.1463716,1755.963017 +68388,1368.376153,2024.224571,1255.810485,563.1842227,1758.725649 +68389,1373.829722,2020.967203,1260.092342,565.3983508,1761.366521 +68390,1379.439025,2017.614759,1264.243739,567.4277716,1763.999197 +68391,1384.856409,2014.168284,1268.725034,569.4474441,1766.787285 +68392,1390.422954,2010.628566,1272.670436,571.7592552,1769.277681 +68393,1395.752946,2006.996546,1277.218229,573.8137958,1772.048859 +68394,1401.409396,2003.272978,1281.129015,575.858212,1774.638332 +68395,1406.58558,1999.361708,1285.620592,578.0464132,1777.276673 +68396,1412.252774,1995.595642,1289.632013,580.0495463,1779.846143 +68397,1417.378654,1991.536323,1294.002264,582.2285181,1782.58748 +68398,1422.957342,1987.468643,1297.993458,584.222544,1785.01761 +68399,1428.1804,1983.299706,1302.463531,586.3920617,1787.741525 +68400,1433.599241,1979.043563,1306.325202,588.3771693,1790.275376 +68401,1196.818415,1864.401824,1069.314113,481.1237659,1355.764444 +68402,1196.492047,1856.72331,1066.791225,480.222469,1337.351367 +68403,1197.592341,1850.365679,1067.342036,480.5598184,1335.136008 +68404,1199.720514,1843.962619,1068.299702,481.1152869,1334.086072 +68405,1202.060865,1837.76588,1069.605824,481.8670114,1333.705033 +68406,1204.718295,1831.608896,1071.229689,482.7261242,1333.737749 +68407,1207.515155,1825.458674,1072.967251,483.65302,1334.204307 +68408,1210.296019,1819.379063,1074.84831,484.4611408,1334.766637 +68409,1213.240723,1813.048995,1076.710448,485.7220489,1335.59873 +68410,1216.240068,1806.865809,1078.717845,486.6334097,1336.430204 +68411,1219.173487,1800.475996,1080.782675,487.7185616,1337.449346 +68412,1222.510408,1794.26372,1082.802323,488.7975238,1338.559026 +68413,1225.922876,1787.819697,1084.953191,489.895481,1339.662405 +68414,1229.559784,1781.39725,1086.753115,491.0111753,1340.952965 +68415,1233.275262,1774.912163,1089.503913,492.1435628,1342.181134 +68416,1236.93452,1768.375852,1091.432599,493.2918393,1343.215151 +68417,1240.764238,1761.7886,1093.82431,494.4552357,1345.151666 +68418,1244.745871,1755.149726,1096.09421,495.6330855,1346.308355 +68419,1248.502902,1748.37387,1098.436662,496.8248657,1345.360238 +68420,1252.473684,1741.753814,1100.797826,497.8359606,1346.203375 +68421,1256.607325,1734.991905,1103.189652,499.3543371,1346.424087 +68422,1260.50703,1728.038598,1105.604214,500.4388094,1347.086037 +68423,1264.594623,1721.204585,1108.046367,501.7145129,1347.49151 +68424,1268.804142,1714.248744,1110.468217,502.9677438,1348.178988 +68425,1272.852202,1707.255657,1113.068616,504.2327134,1348.753383 +68426,1277.164753,1700.213528,1115.43204,505.5077505,1349.411916 +68427,1281.353069,1693.035497,1118.075573,506.7930413,1350.046394 +68428,1285.601158,1686.01748,1120.584956,508.0868551,1350.869443 +68429,1289.927213,1678.772028,1123.165364,509.3906947,1351.501592 +68430,1294.256306,1671.549422,1125.753165,510.7034383,1352.26602 +68431,1298.606879,1664.044986,1128.236807,511.9707852,1353.121568 +68432,1302.678273,1656.301701,1130.662448,513.2350925,1353.902827 +68433,1307.038316,1648.587545,1133.210469,514.501407,1354.753931 +68434,1311.228685,1640.951997,1135.705182,515.7708271,1355.568794 +68435,1315.654254,1633.098629,1138.080874,517.0438732,1356.580705 +68436,1319.81344,1625.261486,1140.686635,518.0950754,1357.372167 +68437,1324.275441,1617.363789,1143.146724,519.7236428,1358.297159 +68438,1328.559572,1609.335818,1145.665996,520.8370099,1359.310705 +68439,1332.498192,1601.458619,1148.179433,522.1637335,1360.236287 +68440,1337.653367,1593.450426,1150.703,523.4535559,1361.225264 +68441,1341.736112,1585.2777,1153.205978,524.7592684,1362.27318 +68442,1346.370113,1577.218034,1155.730316,526.0641044,1363.26746 +68443,1350.787987,1568.965988,1158.330476,527.3677822,1364.448079 +68444,1355.192433,1560.87671,1160.793956,528.6720255,1365.376284 +68445,1359.865993,1552.583024,1163.162414,530.2191019,1366.432305 +68446,1364.257508,1544.317835,1165.789433,531.1058187,1367.576214 +68447,1368.891091,1536.008081,1168.254521,532.6313254,1368.616305 +68448,1373.457394,1527.665102,1170.720961,533.8532857,1369.715201 +68449,1378.034396,1519.292567,1173.372884,535.0982874,1370.814674 +68450,1382.564047,1510.892305,1175.764491,536.4062196,1371.925199 +68451,1387.341979,1502.465183,1178.330584,537.7190056,1372.98983 +68452,1391.821977,1519.312156,1180.784093,538.9730884,1374.207875 +68453,1396.462169,1449.088475,1183.388457,540.2845175,1375.359038 +68454,1401.217636,1523.36111,1185.865981,541.5996901,1376.367688 +68455,1405.848069,1423.243177,1188.450535,542.8545026,1381.101547 +68456,1410.554571,1501.303726,1190.826485,544.1673097,1380.082125 +68457,1415.267717,1416.09013,1193.476182,545.4844043,1384.173007 +68458,1419.995048,1466.722481,1195.943852,546.7385032,1381.827865 +68459,1424.666414,1417.783331,1198.472163,547.7866375,1388.690538 +68460,1429.53319,1431.83878,1200.930998,549.4883904,1382.100834 +68461,1669.431582,1523.100842,1438.960053,657.6255837,1790.841862 +68462,1678.224389,1517.814616,1445.155928,660.3535573,1837.491577 +68463,1685.401325,1510.734457,1450.543237,663.2270788,1807.676716 +68464,1715.84895,1503.273589,1455.083701,665.4818169,1844.186963 +68465,1687.730044,1495.683667,1459.508787,667.7177444,1812.31157 +68466,1687.141551,1488.08017,1463.674396,669.4611365,1843.763649 +68467,1724.941699,1480.182066,1467.715117,672.0742403,1851.20588 +68468,1714.366159,1472.415507,1471.624812,673.7626252,1834.75371 +68469,1723.936954,1464.541812,1475.36564,675.8045514,1854.499996 +68470,1730.301567,1456.740235,1479.26909,677.7704679,1845.930845 +68471,1734.606169,1448.448199,1474.432401,676.1268593,1853.077091 +68472,1740.37274,1440.616448,1476.629455,677.2428694,1855.21151 +68473,1746.199392,1432.536453,1479.289126,678.7244143,1858.692403 +68474,1752.140635,1424.499976,1487.666151,680.3562385,1866.442087 +68475,1757.795833,1416.452364,1482.152417,681.8315941,1863.193617 +68476,1763.578111,1408.394016,1485.066165,683.4466338,1867.87584 +68477,1769.528505,1400.426994,1493.876763,685.0106424,1871.114095 +68478,1775.218439,1392.131236,1493.607506,686.5281942,1873.619221 +68479,1781.112009,1384.255664,1497.166014,688.1509381,1876.401778 +68480,1786.671076,1376.11579,1500.293953,689.6620479,1879.058621 +68481,1792.479664,1368.066711,1508.940105,691.2023322,1886.370338 +68482,1798.167088,1360.0097,1497.532488,692.7245936,1882.688353 +68483,1803.85836,1351.965753,1513.004806,694.2357554,1886.857766 +68484,1809.53689,1343.932439,1510.974165,695.7352587,1889.748835 +68485,1815.202433,1339.78391,1514.611807,697.2237754,1891.979753 +68486,1820.896876,1334.095271,1517.459126,698.7010003,1894.333678 +68487,1829.012088,1328.364625,1525.759173,700.1672791,1896.739616 +68488,1837.500515,1322.639462,1514.796178,701.6225849,1903.661642 +68489,1845.850044,1316.759928,1529.731435,703.0676323,1900.244428 +68490,1854.502535,1310.976297,1527.637436,704.5020926,1903.341386 +68491,1863.197851,1305.282523,1535.753587,705.9546739,1906.158724 +68492,1871.701365,1299.428624,1527.279009,707.450524,1913.211041 +68493,1880.387539,1293.671089,1545.498024,708.8217652,1904.519522 +68494,1890.057139,1287.926256,1539.970581,710.2900932,1917.160126 +68495,1906.891405,1282.210277,1547.239944,711.7099348,1914.669657 +68496,1897.377174,1276.525584,1536.527119,713.1296151,1920.596669 +68497,1915.421149,1270.872574,1560.648312,714.5423879,1918.476027 +68498,1926.87395,1265.168102,1545.595786,715.9481954,1919.903098 +68499,1933.125354,1259.70984,1555.661342,717.2990888,1926.088287 +68500,1943.044165,1254.194187,1556.391968,718.7630899,1929.48241 +68501,1952.153055,1248.583041,1559.304609,720.1154698,1922.191966 +68502,1961.755017,1243.097151,1561.791306,721.5031714,1928.010541 +68503,1970.80324,1237.792192,1564.291263,722.8775853,1928.054539 +68504,1980.320239,1232.366471,1567.024142,724.2462817,1926.879465 +68505,1989.766505,1227.05859,1569.524049,725.6097704,1924.620097 +68506,1999.414809,1221.787005,1572.03654,726.9677307,1922.152722 +68507,2008.751529,1216.568951,1574.586363,728.3208043,1919.577103 +68508,2018.416271,1211.403376,1577.144914,729.6688299,1916.986991 +68509,2027.974483,1206.292903,1579.489158,731.0124289,1914.437657 +68510,2037.568901,1201.23883,1582.150966,732.3514177,1911.962026 +68511,2047.1568,1219.457914,1584.59356,733.6864115,1909.527435 +68512,2056.767938,1156.775583,1587.033763,735.0170935,1907.252628 +68513,2071.187635,1203.238881,1589.556687,736.3439427,1905.107905 +68514,2080.825266,1189.436228,1591.842748,737.6167596,1902.947527 +68515,2090.204873,1159.85376,1594.481184,739.0114338,1900.899386 +68516,2102.584061,1194.645971,1596.854906,740.341646,1898.946484 +68517,2074.732267,1144.747418,1599.249828,741.5873296,1897.138431 +68518,2131.582747,1183.398368,1601.728712,742.9327994,1895.390128 +68519,2119.348589,1141.268692,1604.090462,744.2318411,1893.614787 +68520,2133.527206,1164.252158,1606.384847,745.5354585,1891.893279 +68521,2189.596865,1172.463527,1658.686815,769.5310189,1896.735372 +68522,2201.374274,1164.528967,1659.078005,771.9420299,1905.893403 +68523,2212.035327,1169.623134,1664.384994,773.8906285,1916.251202 +68524,2234.688283,1158.26556,1667.602229,775.691674,1925.510447 +68525,2214.311531,1160.273302,1670.602382,777.3840118,1933.238778 +68526,2251.519244,1154.52867,1673.565962,779.0071833,1939.578557 +68527,2250.766893,1151.254595,1676.381549,780.5835401,1944.829856 +68528,2271.931457,1147.7631,1679.281942,782.1262126,1949.310208 +68529,2258.01694,1144.255771,1681.911524,783.6963663,1953.28109 +68530,2302.262273,1140.819732,1684.638691,785.1136952,1956.834738 +68531,2291.2927,1137.448981,1687.137831,786.6290595,1960.042453 +68532,2278.727893,1134.145483,1689.946642,788.0817906,1963.081713 +68533,2347.107693,1130.912141,1692.466344,789.5275588,1966.146535 +68534,2281.742343,1127.117604,1695.018603,790.9691738,1969.100735 +68535,2368.91926,1124.259847,1697.60562,792.4396528,1972.23607 +68536,2328.810443,1121.570353,1700.043156,794.1494713,1975.188784 +68537,2345.068334,1118.961459,1702.515832,796.1522504,1977.423073 +68538,2361.890666,1116.409908,1704.971923,798.2050654,1979.69988 +68539,2366.661129,1113.907821,1707.431742,800.4682893,1982.457057 +68540,2376.211347,1111.449937,1709.840628,802.6809119,1985.420259 +68541,2375.182956,1106.487799,1706.721208,802.4015601,1988.103364 +68542,2382.179054,1103.67375,1707.365678,804.1858301,1990.296578 +68543,2390.073158,1100.921882,1709.18717,806.2656341,1992.382124 +68544,2398.252469,1098.413978,1710.973422,808.5722274,1994.660109 +68545,2406.353827,1095.903567,1712.793616,810.7799728,1997.127422 +68546,2414.385674,1093.4495,1714.63386,813.2176611,1999.709478 +68547,2422.819952,1091.035553,1716.477636,815.5389368,2002.348497 +68548,2430.803899,1088.585102,1718.314942,818.0912885,2004.998258 +68549,2438.880608,1086.345457,1720.144013,820.613724,2007.624182 +68550,2446.934096,1083.982335,1721.950785,823.1760749,2010.213505 +68551,2454.669475,1081.390677,1722.931356,825.2676731,2012.734278 +68552,2462.027267,1078.564147,1723.594865,827.4962056,2015.140844 +68553,2469.82826,1075.875383,1724.19351,829.5614816,2017.430106 +68554,2477.14564,1073.123269,1724.71171,831.8028504,2019.622921 +68555,2484.635611,1070.382559,1725.164382,833.8865243,2021.738974 +68556,2491.893208,1067.644776,1725.540391,836.1556558,2023.79635 +68557,2499.191092,1064.911759,1725.896449,838.2660427,2025.80905 +68558,2506.46256,1062.1838,1726.133921,840.5667371,2027.787755 +68559,2513.365231,1059.530769,1726.38225,842.7070192,2029.738362 +68560,2520.806827,1056.647334,1726.535231,845.0404075,2031.670366 +68561,2527.588299,1054.088904,1726.615237,847.1223966,2033.579639 +68562,2542.85459,1051.327764,1726.884232,849.65372,2035.640877 +68563,2529.677846,1048.647891,1726.641493,851.8023806,2037.451632 +68564,2561.387092,1045.963006,1726.718518,854.0581519,2039.238321 +68565,2551.309354,1043.28685,1726.630416,856.4582781,2041.211684 +68566,2562.855076,1040.6198,1726.490955,858.8069398,2042.977131 +68567,2569.273907,1038.028504,1726.383263,861.0699057,2044.664801 +68568,2575.925973,1035.282432,1726.169745,863.5292368,2046.411367 +68569,2582.490584,1032.690223,1725.950877,865.8326617,2048.149744 +68570,2589.043633,1030.051224,1725.678184,868.326832,2049.868897 +68571,2595.624822,1027.432161,1725.371326,870.6649229,2051.571562 +68572,2602.191945,1024.823424,1724.999627,873.1912716,2053.261809 +68573,2608.588487,1022.158956,1724.656638,875.5636109,2054.939499 +68574,2614.992181,1019.667441,1724.225482,878.1213707,2056.601937 +68575,2621.227482,1017.109199,1723.774713,880.5275568,2058.251546 +68576,2627.808843,1014.457883,1723.265165,883.1159326,2059.895775 +68577,2633.961075,1011.948043,1722.905913,885.5554215,2061.528048 +68578,2640.258117,1009.39384,1722.16701,888.1735387,2063.134564 +68579,2646.393735,1006.860274,1721.648376,890.5878165,2064.92014 +68580,2652.553712,1004.337857,1721.0014,893.3206811,2066.476148 +68581,2586.111828,968.8153996,1641.613506,862.9335903,2058.661539 +68582,2585.889196,966.1970648,1643.804479,865.3319792,2041.772372 +68583,2594.385115,963.6722977,1641.814218,867.9439464,2023.338819 +68584,2600.007185,961.2229318,1641.466701,870.5719708,2008.555803 +68585,2606.032469,958.8016813,1640.863837,873.1796695,1997.731931 +68586,2611.98969,956.4027603,1640.307473,875.9532745,1989.861269 +68587,2617.78293,954.0242406,1639.737238,878.6208136,1983.92291 +68588,2623.969517,951.66426,1639.074195,881.3576928,1979.203691 +68589,2629.605454,949.3218882,1638.467885,884.1034655,1975.261609 +68590,2635.452751,947.0574384,1637.820454,886.8656073,1971.841133 +68591,2641.150206,944.6583191,1637.158758,889.7012307,1968.803676 +68592,2646.989084,942.4071735,1636.481289,892.4071092,1966.068184 +68593,2659.93256,940.1190724,1635.788797,895.2549783,1963.792359 +68594,2655.503435,937.8549972,1635.08097,898.0656939,1961.695858 +68595,2664.458216,935.605734,1634.34241,900.8979456,1959.490909 +68596,2670.071662,933.3706117,1633.596195,903.6829247,1957.396091 +68597,2675.246512,931.1497884,1632.836674,906.6273898,1955.472645 +68598,2680.568907,928.8824634,1632.058304,909.4518446,1953.632544 +68599,2686.004328,926.7778206,1631.267871,912.338485,1952.064414 +68600,2691.069783,924.6164462,1630.442825,915.225867,1950.3483 +68601,2696.70536,922.3712996,1629.614411,918.1224276,1948.696926 +68602,2701.719716,920.2611776,1628.768847,921.0275861,1947.099233 +68603,2706.971677,918.112682,1627.90977,923.9408826,1945.535402 +68604,2712.121548,915.9860044,1627.029737,926.8616088,1944.00221 +68605,2724.437305,913.8721371,1626.13865,929.789171,1942.727858 +68606,2712.467568,911.7712179,1625.225979,932.7232762,1941.23776 +68607,2736.930149,909.6824592,1624.301475,935.5676079,1939.708922 +68608,2730.419541,907.6058375,1623.365979,938.5353247,1938.45455 +68609,2736.83141,905.5417355,1622.408165,942.7117037,1937.033992 +68610,2742.221468,903.5482691,1621.429544,945.042086,1935.497839 +68611,2747.67509,901.4088861,1620.426043,949.2895146,1934.064431 +68612,2753.685424,899.4054125,1619.394245,951.2173276,1932.738062 +68613,2766.771312,897.3607242,1618.345254,956.3835292,1931.730653 +68614,2755.92388,895.2757016,1617.262925,957.1709184,1930.53666 +68615,2779.356659,893.3435158,1616.172827,964.1073761,1929.266339 +68616,2776.333069,891.2936946,1615.07201,962.275575,1928.294771 +68617,2782.098606,889.3028812,1613.934881,973.0639989,1927.188086 +68618,2789.460742,887.311772,1612.786698,965.9216128,1925.935728 +68619,2801.640326,885.3288168,1611.631435,984.201382,1924.950088 +68620,2792.098361,883.4123809,1610.438326,966.506531,1923.781441 +68621,2812.960731,881.3614877,1609.23271,973.5650432,1922.533392 +68622,2811.975315,879.4435807,1608.028494,989.1524362,1921.534141 +68623,2824.164131,877.484803,1606.753676,984.7300813,1920.656826 +68624,2815.754184,875.5420268,1605.53797,989.9506606,1919.44649 +68625,2841.731833,873.6068828,1604.252571,993.3633133,1918.345853 +68626,2829.215057,871.6790335,1602.954915,996.7310517,1917.376777 +68627,2844.821495,869.7585309,1601.65368,1000.110966,1916.176567 +68628,2846.345385,867.8447014,1600.324228,1003.499492,1914.993104 +68629,2856.580486,865.9377687,1598.975256,1006.96266,1913.954651 +68630,2857.274858,864.0374246,1597.621203,1010.268963,1912.883864 +68631,2859.536295,862.1438492,1596.227774,1013.729123,1911.503302 +68632,2863.090938,860.2563871,1594.825094,1017.139404,1909.826153 +68633,2865.410606,858.3751224,1593.406196,1020.566445,1907.989169 +68634,2865.47415,856.4999722,1591.964793,1023.934432,1906.130499 +68635,2865.474536,854.6308696,1590.504237,1027.472953,1903.745324 +68636,2865.503591,852.7675468,1589.027448,1030.937716,1901.081289 +68637,2865.61687,850.9100273,1587.534297,1034.29953,1898.226405 +68638,2865.844488,849.0581301,1586.03217,1037.804087,1895.250987 +68639,2866.310901,847.2117898,1589.944706,1041.255243,1892.313442 +68640,2866.729451,845.3710513,1575.083735,1044.720424,1889.223243 +68641,2869.932031,777.069128,1419.523987,981.6551642,1893.252924 +68642,2860.850825,774.3330979,1425.32923,984.1631867,1884.365157 +68643,2733.512079,771.7875487,1436.123202,986.9239945,1865.303531 +68644,2782.733431,769.3094398,1409.196166,989.8066894,1844.063674 +68645,2791.881623,766.8564953,1397.217941,992.5545707,1829.026994 +68646,2788.296881,764.4219715,1420.615893,995.4654273,1820.264324 +68647,2789.570364,761.9999352,1403.758803,998.258209,1814.56544 +68648,2793.557612,759.585956,1403.464624,1001.231784,1810.746352 +68649,2804.819408,757.2307735,1400.338862,1004.063466,1808.616643 +68650,2796.130955,754.7537289,1397.043063,1006.953322,1807.392556 +68651,2811.033074,752.3930836,1404.099344,1009.833704,1806.706334 +68652,2811.759063,749.9407459,1375.525161,1012.71298,1806.814654 +68653,2806.363322,747.6246627,1396.950603,1015.657458,1807.024607 +68654,2821.88266,745.2520957,1379.308969,1018.432017,1807.404861 +68655,2822.94475,742.8004592,1382.458776,1021.351795,1808.429429 +68656,2824.907167,740.4528002,1377.274007,1024.209373,1809.660465 +68657,2827.99452,738.0639569,1394.52491,1027.072466,1810.779746 +68658,2831.697574,735.6838024,1340.696788,1029.931153,1812.019947 +68659,2835.411466,733.8025203,1382.142783,1032.784237,1813.42393 +68660,2838.892161,730.6538249,1361.035258,1035.631405,1814.866425 +68661,2854.068399,731.5533065,1367.548403,1044.297279,1816.779209 +68662,2860.749172,729.6743948,1365.406501,1048.115243,1819.351049 +68663,2867.165572,727.5956054,1362.709987,1051.511539,1822.125966 +68664,2872.516493,725.4325846,1359.617191,1054.789099,1824.766663 +68665,2876.999891,723.2311231,1356.494826,1057.999546,1827.192024 +68666,2881.025037,721.0080391,1353.290955,1061.235303,1829.402222 +68667,2884.948029,718.7237583,1349.936171,1064.268212,1831.446215 +68668,2888.234906,716.5446187,1346.775751,1067.425984,1833.363296 +68669,2891.390023,714.2565679,1343.463336,1070.501912,1835.168948 +68670,2894.390534,712.0004655,1359.111141,1073.497756,1836.836187 +68671,2897.422419,709.7281636,1307.810922,1075.616535,1838.511847 +68672,2900.269392,707.4504986,1346.991047,1077.327023,1840.20798 +68673,2902.65775,705.1691518,1326.596753,1078.950317,1841.832239 +68674,2901.669205,702.8845929,1326.020857,1080.446096,1843.342441 +68675,2900.224807,700.5505557,1322.571076,1081.835963,1844.624854 +68676,2898.729446,698.327647,1319.013166,1083.125979,1845.665954 +68677,2888.918191,696.0024776,1315.468136,1084.216478,1846.247551 +68678,2890.716532,693.7136659,1311.875829,1085.387707,1846.484213 +68679,2890.354266,691.4165193,1308.260281,1086.41642,1846.88332 +68680,2888.296779,689.1166728,1304.458442,1087.23273,1847.518433 +68681,2877.602577,686.8141637,1301.074233,1088.135025,1847.88896 +68682,2887.548646,684.5098892,1297.220836,1088.790094,1848.312419 +68683,2853.756702,679.3611502,1286.938634,1083.584431,1848.204809 +68684,2855.362645,676.7325606,1282.32363,1083.134033,1847.09152 +68685,2850.849946,674.1653574,1278.099164,1083.188514,1840.116675 +68686,2845.04492,671.6747224,1274.121915,1083.088385,1821.84685 +68687,2840.257717,669.202869,1269.986992,1083.134757,1837.495972 +68688,2835.765701,666.7458744,1265.943649,1082.960276,1828.452734 +68689,2822.471482,664.2974314,1261.897214,1082.804554,1828.904729 +68690,2834.612867,661.856137,1257.855638,1082.592358,1829.189824 +68691,2811.131848,659.4190361,1253.815286,1082.313001,1829.045352 +68692,2814.79264,656.9851166,1249.773143,1081.963582,1822.531525 +68693,2809.845739,654.5924299,1245.730947,1081.798923,1831.625312 +68694,2803.088555,652.1730299,1241.832852,1081.256619,1822.849027 +68695,2797.414151,649.7511657,1237.733288,1080.703789,1825.403704 +68696,2791.29294,647.287212,1233.700696,1080.082589,1825.624587 +68697,2777.605985,644.93042,1248.19921,1079.387139,1824.701465 +68698,2787.852184,642.4820288,1197.89284,1078.617429,1823.989929 +68699,2762.870353,640.070722,1234.796189,1077.772922,1823.391879 +68700,2766.21155,637.6541142,1214.621928,1076.853593,1822.607943 +68701,1915.895554,635.1967064,896.8576054,1075.896039,1822.45818 +68702,2007.824295,763.0999197,931.9591029,1205.524995,2208.108908 +68703,2118.272567,765.3931924,972.249211,1208.310525,2278.178733 +68704,2199.623772,762.487658,999.9420241,1207.356948,2315.464093 +68705,2252.517474,760.4298497,1017.312601,1206.694989,2330.459196 +68706,2287.957179,758.3869282,1029.100555,1206.018914,2336.983301 +68707,2312.832354,756.7481024,1037.706059,1205.158191,2339.987795 +68708,2331.296771,753.8967351,1044.401032,1204.081224,2341.604213 +68709,2345.611143,752.0986532,1049.84495,1203.189807,2342.674685 +68710,2356.923672,749.8084495,1054.364636,1201.807413,2343.489293 +68711,2365.901912,747.7101176,1058.156727,1200.47796,2344.183139 +68712,2373.007803,745.5061671,1061.35248,1198.844825,2345.016523 +68713,2378.555533,743.3441955,1064.037731,1197.318724,2345.590554 +68714,2382.817262,741.1757973,1066.287762,1195.641422,2346.104761 +68715,2386.021909,739.00985,1068.167858,1193.903336,2346.566762 +68716,2388.356117,736.8470937,1069.733646,1192.092859,2346.983486 +68717,2389.96645,734.6882528,1071.03197,1190.210467,2347.36067 +68718,2390.966766,732.5333832,1072.102119,1188.257544,2347.703145 +68719,2391.450589,730.3827732,1072.97704,1186.234459,2348.015049 +68720,2391.496053,728.2361512,1073.684413,1184.141829,2348.300017 +68721,2391.16774,726.0935156,1074.247517,1181.979771,2348.561198 +68722,2390.518411,723.9081013,1074.685965,1179.665371,2348.801324 +68723,2389.591044,721.8411973,1075.016292,1177.489876,2349.022725 +68724,2388.418623,719.6738896,1075.252462,1175.061339,2349.227384 +68725,2387.028282,717.55083,1075.406256,1172.639874,2349.416913 +68726,2385.443153,715.422595,1075.487665,1170.138055,2349.592702 +68727,2383.683012,713.2961607,1075.505167,1167.57003,2349.755895 +68728,2381.764515,711.1710397,1075.465968,1164.936353,2349.907443 +68729,2379.701559,709.0469505,1075.376203,1162.237105,2350.048094 +68730,2377.505789,706.9233332,1075.241105,1159.473909,2350.178445 +68731,2375.187044,704.8731815,1075.065153,1157.068553,2350.298951 +68732,2372.799134,702.8392625,1074.85499,1154.901149,2350.409971 +68733,2370.379342,700.7678491,1074.615952,1152.546135,2350.511794 +68734,2367.940364,698.812318,1074.351487,1150.328306,2350.60463 +68735,2365.48162,696.7606921,1074.063802,1147.882302,2350.688595 +68736,2362.998947,694.7517399,1073.75451,1145.597165,2350.763743 +68737,2360.489,692.7377356,1073.424963,1143.224017,2350.830082 +68738,2357.95017,690.7251765,1073.076378,1140.84947,2350.88761 +68739,2355.38236,688.7139649,1072.709986,1153.226787,2350.93661 +68740,2352.818726,686.7036793,1072.342035,1113.738473,2351.011736 +68741,2350.22883,684.6941174,1071.958847,1144.846906,2351.07973 +68742,2347.588889,682.6850114,1071.549404,1131.048163,2351.113615 +68743,2344.915981,680.6763095,1071.121165,1125.226607,2351.128742 +68744,2342.219183,678.6242214,1070.677469,1130.226573,2351.131311 +68745,2339.50445,676.6557608,1070.220021,1119.123479,2351.123912 +68746,2336.631544,674.6060046,1069.748936,1119.516849,2351.106724 +68747,2333.486907,672.5968999,1069.264924,1113.0364,2351.079944 +68748,2330.037695,670.5793987,1068.768721,1108.42848,2351.043657 +68749,2326.301174,668.5610489,1068.260883,1103.622345,2350.997839 +68750,2322.31012,666.5404445,1067.741862,1098.301935,2350.942512 +68751,2318.095023,664.5182573,1067.211995,1093.08579,2350.877578 +68752,2313.679842,662.4929889,1066.671605,1087.654261,2350.802968 +68753,2309.082826,660.4652873,1066.120971,1082.029616,2350.718508 +68754,2304.318448,658.3917435,1065.560377,1076.461861,2350.624056 +68755,2299.398559,656.4191751,1064.990064,1070.605702,2350.519359 +68756,2294.333188,654.34866,1064.410279,1064.691539,2350.404191 +68757,2289.124133,652.3117753,1063.821228,1058.71944,2350.278242 +68758,2283.756817,650.2625848,1063.22312,1052.367376,2350.141222 +68759,2278.227081,648.208702,1062.616125,1046.245701,2349.992769 +68760,2272.542103,646.1489197,1062.00043,1039.780156,2349.832574 +68761,0,0,0,0,0 +68762,0,0,0,0,0 +68763,0,0,0,0,0 +68764,0,0,0,0,0 +68765,0,0,0,0,0 +68766,0,0,0,0,0 +68767,0,0,0,0,0 +68768,0,0,0,0,0 +68769,0,0,0,0,0 +68770,0,0,0,0,0 +68771,0,0,0,0,0 +68772,0,0,0,0,0 +68773,0,0,0,0,0 +68774,0,0,0,0,0 +68775,0,0,0,0,0 +68776,0,0,0,0,0 +68777,0,0,0,0,0 +68778,0,0,0,0,0 +68779,0,0,0,0,0 +68780,0,0,0,0,0 +68781,0,0,0,0,0 +68782,0,0,0,0,0 +68783,0,0,0,0,0 +68784,0,0,0,0,0 +68785,0,0,0,0,0 +68786,0,0,0,0,0 +68787,0,0,0,0,0 +68788,0,0,0,0,0 +68789,0,0,0,0,0 +68790,0,0,0,0,0 +68791,0,0,0,0,0 +68792,0,0,0,0,0 +68793,0,0,0,0,0 +68794,0,0,0,0,0 +68795,0,0,0,0,0 +68796,0,0,0,0,0 +68797,0,0,0,0,0 +68798,0,0,0,0,0 +68799,0,0,0,0,0 +68800,0,0,0,0,0 +68801,0,0,0,0,0 +68802,0,0,0,0,0 +68803,0,0,0,0,0 +68804,0,0,0,0,0 +68805,0,0,0,0,0 +68806,0,0,0,0,0 +68807,0,0,0,0,0 +68808,0,0,0,0,0 +68809,0,0,0,0,0 +68810,0,0,0,0,0 +68811,0,0,0,0,0 +68812,0,0,0,0,0 +68813,0,0,0,0,0 +68814,0,0,0,0,0 +68815,0,0,0,0,0 +68816,0,0,0,0,0 +68817,0,0,0,0,0 +68818,0,0,0,0,0 +68819,0,0,0,0,0 +68820,0,0,0,0,0 +68821,0,0,0,0,0 +68822,0,0,0,0,0 +68823,0,0,0,0,0 +68824,0,0,0,0,0 +68825,0,0,0,0,0 +68826,0,0,0,0,0 +68827,0,0,0,0,0 +68828,0,0,0,0,0 +68829,0,0,0,0,0 +68830,0,0,0,0,0 +68831,0,0,0,0,0 +68832,0,0,0,0,0 +68833,0,0,0,0,0 +68834,0,0,0,0,0 +68835,0,0,0,0,0 +68836,0,0,0,0,0 +68837,0,0,0,0,0 +68838,0,0,0,0,0 +68839,0,0,0,0,0 +68840,0,0,0,0,0 +68841,0,0,0,0,0 +68842,0,0,0,0,0 +68843,0,0,0,0,0 +68844,0,0,0,0,0 +68845,0,0,0,0,0 +68846,0,0,0,0,0 +68847,0,0,0,0,0 +68848,0,0,0,0,0 +68849,0,0,0,0,0 +68850,0,0,0,0,0 +68851,0,0,0,0,0 +68852,0,0,0,0,0 +68853,0,0,0,0,0 +68854,0,0,0,0,0 +68855,0,0,0,0,0 +68856,0,0,0,0,0 +68857,0,0,0,0,0 +68858,0,0,0,0,0 +68859,0,0,0,0,0 +68860,0,0,0,0,0 +68861,0,0,0,0,0 +68862,0,0,0,0,0 +68863,0,0,0,0,0 +68864,0,0,0,0,0 +68865,0,0,0,0,0 +68866,0,0,0,0,0 +68867,0,0,0,0,0 +68868,0,0,0,0,0 +68869,0,0,0,0,0 +68870,0,0,0,0,0 +68871,0,0,0,0,0 +68872,0,0,0,0,0 +68873,0,0,0,0,0 +68874,0,0,0,0,0 +68875,0,0,0,0,0 +68876,0,0,0,0,0 +68877,0,0,0,0,0 +68878,0,0,0,0,0 +68879,0,0,0,0,0 +68880,0,0,0,0,0 +68881,0,0,0,0,0 +68882,0,0,0,0,0 +68883,0,0,0,0,0 +68884,0,0,0,0,0 +68885,0,0,0,0,0 +68886,0,0,0,0,0 +68887,0,0,0,0,0 +68888,0,0,0,0,0 +68889,0,0,0,0,0 +68890,0,0,0,0,0 +68891,0,0,0,0,0 +68892,0,0,0,0,0 +68893,0,0,0,0,0 +68894,0,0,0,0,0 +68895,0,0,0,0,0 +68896,0,0,0,0,0 +68897,0,0,0,0,0 +68898,0,0,0,0,0 +68899,0,0,0,0,0 +68900,0,0,0,0,0 +68901,0,0,0,0,0 +68902,0,0,0,0,0 +68903,0,0,0,0,0 +68904,0,0,0,0,0 +68905,0,0,0,0,0 +68906,0,0,0,0,0 +68907,0,0,0,0,0 +68908,0,0,0,0,0 +68909,0,0,0,0,0 +68910,0,0,0,0,0 +68911,0,0,0,0,0 +68912,0,0,0,0,0 +68913,0,0,0,0,0 +68914,0,0,0,0,0 +68915,0,0,0,0,0 +68916,0,0,0,0,0 +68917,0,0,0,0,0 +68918,0,0,0,0,0 +68919,0,0,0,0,0 +68920,0,0,0,0,0 +68921,0,0,0,0,0 +68922,0,0,0,0,0 +68923,0,0,0,0,0 +68924,0,0,0,0,0 +68925,0,0,0,0,0 +68926,0,0,0,0,0 +68927,0,0,0,0,0 +68928,0,0,0,0,0 +68929,0,0,0,0,0 +68930,0,0,0,0,0 +68931,0,0,0,0,0 +68932,0,0,0,0,0 +68933,0,0,0,0,0 +68934,0,0,0,0,0 +68935,0,0,0,0,0 +68936,0,0,0,0,0 +68937,0,0,0,0,0 +68938,0,0,0,0,0 +68939,0,0,0,0,0 +68940,0,0,0,0,0 +68941,0,0,0,0,0 +68942,0,0,0,0,0 +68943,0,0,0,0,0 +68944,0,0,0,0,0 +68945,0,0,0,0,0 +68946,0,0,0,0,0 +68947,0,0,0,0,0 +68948,0,0,0,0,0 +68949,0,0,0,0,0 +68950,0,0,0,0,0 +68951,0,0,0,0,0 +68952,0,0,0,0,0 +68953,0,0,0,0,0 +68954,0,0,0,0,0 +68955,0,0,0,0,0 +68956,0,0,0,0,0 +68957,0,0,0,0,0 +68958,0,0,0,0,0 +68959,0,0,0,0,0 +68960,0,0,0,0,0 +68961,0,0,0,0,0 +68962,0,0,0,0,0 +68963,0,0,0,0,0 +68964,0,0,0,0,0 +68965,0,0,0,0,0 +68966,0,0,0,0,0 +68967,0,0,0,0,0 +68968,0,0,0,0,0 +68969,0,0,0,0,0 +68970,0,0,0,0,0 +68971,0,0,0,0,0 +68972,0,0,0,0,0 +68973,0,0,0,0,0 +68974,0,0,0,0,0 +68975,0,0,0,0,0 +68976,0,0,0,0,0 +68977,0,0,0,0,0 +68978,0,0,0,0,0 +68979,0,0,0,0,0 +68980,0,0,0,0,0 +68981,0,0,0,0,0 +68982,0,0,0,0,0 +68983,0,0,0,0,0 +68984,0,0,0,0,0 +68985,0,0,0,0,0 +68986,0,0,0,0,0 +68987,0,0,0,0,0 +68988,0,0,0,0,0 +68989,0,0,0,0,0 +68990,0,0,0,0,0 +68991,0,0,0,0,0 +68992,0,0,0,0,0 +68993,0,0,0,0,0 +68994,0,0,0,0,0 +68995,0,0,0,0,0 +68996,0,0,0,0,0 +68997,0,0,0,0,0 +68998,0,0,0,0,0 +68999,0,0,0,0,0 +69000,0,0,0,0,0 +69001,0,0,0,0,0 +69002,0,0,0,0,0 +69003,0,0,0,0,0 +69004,0,0,0,0,0 +69005,0,0,0,0,0 +69006,0,0,0,0,0 +69007,0,0,0,0,0 +69008,0,0,0,0,0 +69009,0,0,0,0,0 +69010,0,0,0,0,0 +69011,0,0,0,0,0 +69012,0,0,0,0,0 +69013,0,0,0,0,0 +69014,0,0,0,0,0 +69015,0,0,0,0,0 +69016,0,0,0,0,0 +69017,0,0,0,0,0 +69018,0,0,0,0,0 +69019,0,0,0,0,0 +69020,0,0,0,0,0 +69021,0,0,0,0,0 +69022,0,0,0,0,0 +69023,0,0,0,0,0 +69024,0,0,0,0,0 +69025,0,0,0,0,0 +69026,0,0,0,0,0 +69027,0,0,0,0,0 +69028,0,0,0,0,0 +69029,0,0,0,0,0 +69030,0,0,0,0,0 +69031,0,0,0,0,0 +69032,0,0,0,0,0 +69033,0,0,0,0,0 +69034,0,0,0,0,0 +69035,0,0,0,0,0 +69036,0,0,0,0,0 +69037,0,0,0,0,0 +69038,0,0,0,0,0 +69039,0,0,0,0,0 +69040,0,0,0,0,0 +69041,0,0,0,0,0 +69042,0,0,0,0,0 +69043,0,0,0,0,0 +69044,0,0,0,0,0 +69045,0,0,0,0,0 +69046,0,0,0,0,0 +69047,0,0,0,0,0 +69048,0,0,0,0,0 +69049,0,0,0,0,0 +69050,0,0,0,0,0 +69051,0,0,0,0,0 +69052,0,0,0,0,0 +69053,0,0,0,0,0 +69054,0,0,0,0,0 +69055,0,0,0,0,0 +69056,0,0,0,0,0 +69057,0,0,0,0,0 +69058,0,0,0,0,0 +69059,0,0,0,0,0 +69060,0,0,0,0,0 +69061,0,0,0,0,0 +69062,0,0,0,0,0 +69063,0,0,0,0,0 +69064,0,0,0,0,0 +69065,0,0,0,0,0 +69066,0,0,0,0,0 +69067,0,0,0,0,0 +69068,0,0,0,0,0 +69069,0,0,0,0,0 +69070,0,0,0,0,0 +69071,0,0,0,0,0 +69072,0,0,0,0,0 +69073,0,0,0,0,0 +69074,0,0,0,0,0 +69075,0,0,0,0,0 +69076,0,0,0,0,0 +69077,0,0,0,0,0 +69078,0,0,0,0,0 +69079,0,0,0,0,0 +69080,0,0,0,0,0 +69081,0,0,0,0,0 +69082,0,0,0,0,0 +69083,0,0,0,0,0 +69084,0,0,0,0,0 +69085,0,0,0,0,0 +69086,0,0,0,0,0 +69087,0,0,0,0,0 +69088,0,0,0,0,0 +69089,0,0,0,0,0 +69090,0,0,0,0,0 +69091,0,0,0,0,0 +69092,0,0,0,0,0 +69093,0,0,0,0,0 +69094,0,0,0,0,0 +69095,0,0,0,0,0 +69096,0,0,0,0,0 +69097,0,0,0,0,0 +69098,0,0,0,0,0 +69099,0,0,0,0,0 +69100,0,0,0,0,0 +69101,0,0,0,0,0 +69102,0,0,0,0,0 +69103,0,0,0,0,0 +69104,0,0,0,0,0 +69105,0,0,0,0,0 +69106,0,0,0,0,0 +69107,0,0,0,0,0 +69108,0,0,0,0,0 +69109,0,0,0,0,0 +69110,0,0,0,0,0 +69111,0,0,0,0,0 +69112,0,0,0,0,0 +69113,0,0,0,0,0 +69114,0,0,0,0,0 +69115,0,0,0,0,0 +69116,0,0,0,0,0 +69117,0,0,0,0,0 +69118,0,0,0,0,0 +69119,0,0,0,0,0 +69120,0,0,0,0,0 +69121,0,0,0,0,0 +69122,0,0,0,0,0 +69123,0,0,0,0,0 +69124,0,0,0,0,0 +69125,0,0,0,0,0 +69126,0,0,0,0,0 +69127,0,0,0,0,0 +69128,0,0,0,0,0 +69129,0,0,0,0,0 +69130,0,0,0,0,0 +69131,0,0,0,0,0 +69132,0,0,0,0,0 +69133,0,0,0,0,0 +69134,0,0,0,0,0 +69135,0,0,0,0,0 +69136,0,0,0,0,0 +69137,0,0,0,0,0 +69138,0,0,0,0,0 +69139,0,0,0,0,0 +69140,0,0,0,0,0 +69141,0,0,0,0,0 +69142,0,0,0,0,0 +69143,0,0,0,0,0 +69144,0,0,0,0,0 +69145,0,0,0,0,0 +69146,0,0,0,0,0 +69147,0,0,0,0,0 +69148,0,0,0,0,0 +69149,0,0,0,0,0 +69150,0,0,0,0,0 +69151,0,0,0,0,0 +69152,0,0,0,0,0 +69153,0,0,0,0,0 +69154,0,0,0,0,0 +69155,0,0,0,0,0 +69156,0,0,0,0,0 +69157,0,0,0,0,0 +69158,0,0,0,0,0 +69159,0,0,0,0,0 +69160,0,0,0,0,0 +69161,0,0,0,0,0 +69162,0,0,0,0,0 +69163,0,0,0,0,0 +69164,0,0,0,0,0 +69165,0,0,0,0,0 +69166,0,0,0,0,0 +69167,0,0,0,0,0 +69168,0,0,0,0,0 +69169,0,0,0,0,0 +69170,0,0,0,0,0 +69171,0,0,0,0,0 +69172,0,0,0,0,0 +69173,0,0,0,0,0 +69174,0,0,0,0,0 +69175,0,0,0,0,0 +69176,0,0,0,0,0 +69177,0,0,0,0,0 +69178,0,0,0,0,0 +69179,0,0,0,0,0 +69180,0,0,0,0,0 +69181,0,0,0,0,0 +69182,0,0,0,0,0 +69183,0,0,0,0,0 +69184,0,0,0,0,0 +69185,0,0,0,0,0 +69186,0,0,0,0,0 +69187,0,0,0,0,0 +69188,0,0,0,0,0 +69189,0,0,0,0,0 +69190,0,0,0,0,0 +69191,0,0,0,0,0 +69192,0,0,0,0,0 +69193,0,0,0,0,0 +69194,0,0,0,0,0 +69195,0,0,0,0,0 +69196,0,0,0,0,0 +69197,0,0,0,0,0 +69198,0,0,0,0,0 +69199,0,0,0,0,0 +69200,0,0,0,0,0 +69201,0,0,0,0,0 +69202,0,0,0,0,0 +69203,0,0,0,0,0 +69204,0,0,0,0,0 +69205,0,0,0,0,0 +69206,0,0,0,0,0 +69207,0,0,0,0,0 +69208,0,0,0,0,0 +69209,0,0,0,0,0 +69210,0,0,0,0,0 +69211,0,0,0,0,0 +69212,0,0,0,0,0 +69213,0,0,0,0,0 +69214,0,0,0,0,0 +69215,0,0,0,0,0 +69216,0,0,0,0,0 +69217,0,0,0,0,0 +69218,0,0,0,0,0 +69219,0,0,0,0,0 +69220,0,0,0,0,0 +69221,0,0,0,0,0 +69222,0,0,0,0,0 +69223,0,0,0,0,0 +69224,0,0,0,0,0 +69225,0,0,0,0,0 +69226,0,0,0,0,0 +69227,0,0,0,0,0 +69228,0,0,0,0,0 +69229,0,0,0,0,0 +69230,0,0,0,0,0 +69231,0,0,0,0,0 +69232,0,0,0,0,0 +69233,0,0,0,0,0 +69234,0,0,0,0,0 +69235,0,0,0,0,0 +69236,0,0,0,0,0 +69237,0,0,0,0,0 +69238,0,0,0,0,0 +69239,0,0,0,0,0 +69240,0,0,0,0,0 +69241,0,0,0,0,0 +69242,0,0,0,0,0 +69243,0,0,0,0,0 +69244,0,0,0,0,0 +69245,0,0,0,0,0 +69246,0,0,0,0,0 +69247,0,0,0,0,0 +69248,0,0,0,0,0 +69249,0,0,0,0,0 +69250,0,0,0,0,0 +69251,0,0,0,0,0 +69252,0,0,0,0,0 +69253,0,0,0,0,0 +69254,0,0,0,0,0 +69255,0,0,0,0,0 +69256,0,0,0,0,0 +69257,0,0,0,0,0 +69258,0,0,0,0,0 +69259,0,0,0,0,0 +69260,0,0,0,0,0 +69261,0,0,0,0,0 +69262,0,0,0,0,0 +69263,0,0,0,0,0 +69264,0,0,0,0,0 +69265,0,0,0,0,0 +69266,0,0,0,0,0 +69267,0,0,0,0,0 +69268,0,0,0,0,0 +69269,0,0,0,0,0 +69270,0,0,0,0,0 +69271,0,0,0,0,0 +69272,0,0,0,0,0 +69273,0,0,0,0,0 +69274,0,0,0,0,0 +69275,0,0,0,0,0 +69276,0,0,0,0,0 +69277,0,0,0,0,0 +69278,0,0,0,0,0 +69279,0,0,0,0,0 +69280,0,0,0,0,0 +69281,0,0,0,0,0 +69282,0,0,0,0,0 +69283,0,0,0,0,0 +69284,0,0,0,0,0 +69285,0,0,0,0,0 +69286,0,0,0,0,0 +69287,0,0,0,0,0 +69288,0,0,0,0,0 +69289,0,0,0,0,0 +69290,0,0,0,0,0 +69291,0,0,0,0,0 +69292,0,0,0,0,0 +69293,0,0,0,0,0 +69294,0,0,0,0,0 +69295,0,0,0,0,0 +69296,0,0,0,0,0 +69297,0,0,0,0,0 +69298,0,0,0,0,0 +69299,0,0,0,0,0 +69300,0,0,0,0,0 +69301,0,0,0,0,0 +69302,0,0,0,0,0 +69303,0,0,0,0,0 +69304,0,0,0,0,0 +69305,0,0,0,0,0 +69306,0,0,0,0,0 +69307,0,0,0,0,0 +69308,0,0,0,0,0 +69309,0,0,0,0,0 +69310,0,0,0,0,0 +69311,0,0,0,0,0 +69312,0,0,0,0,0 +69313,0,0,0,0,0 +69314,0,0,0,0,0 +69315,0,0,0,0,0 +69316,0,0,0,0,0 +69317,0,0,0,0,0 +69318,0,0,0,0,0 +69319,0,0,0,0,0 +69320,0,0,0,0,0 +69321,0,0,0,0,0 +69322,0,0,0,0,0 +69323,0,0,0,0,0 +69324,0,0,0,0,0 +69325,0,0,0,0,0 +69326,0,0,0,0,0 +69327,0,0,0,0,0 +69328,0,0,0,0,0 +69329,0,0,0,0,0 +69330,0,0,0,0,0 +69331,0,0,0,0,0 +69332,0,0,0,0,0 +69333,0,0,0,0,0 +69334,0,0,0,0,0 +69335,0,0,0,0,0 +69336,0,0,0,0,0 +69337,0,0,0,0,0 +69338,0,0,0,0,0 +69339,0,0,0,0,0 +69340,0,0,0,0,0 +69341,0,0,0,0,0 +69342,0,0,0,0,0 +69343,0,0,0,0,0 +69344,0,0,0,0,0 +69345,0,0,0,0,0 +69346,0,0,0,0,0 +69347,0,0,0,0,0 +69348,0,0,0,0,0 +69349,0,0,0,0,0 +69350,0,0,0,0,0 +69351,0,0,0,0,0 +69352,0,0,0,0,0 +69353,0,0,0,0,0 +69354,0,0,0,0,0 +69355,0,0,0,0,0 +69356,0,0,0,0,0 +69357,0,0,0,0,0 +69358,0,0,0,0,0 +69359,0,0,0,0,0 +69360,0,0,0,0,0 +69361,0,0,0,0,0 +69362,0,0,0,0,0 +69363,0,0,0,0,0 +69364,0,0,0,0,0 +69365,0,0,0,0,0 +69366,0,0,0,0,0 +69367,0,0,0,0,0 +69368,0,0,0,0,0 +69369,0,0,0,0,0 +69370,0,0,0,0,0 +69371,0,0,0,0,0 +69372,0,0,0,0,0 +69373,0,0,0,0,0 +69374,0,0,0,0,0 +69375,0,0,0,0,0 +69376,0,0,0,0,0 +69377,0,0,0,0,0 +69378,0,0,0,0,0 +69379,0,0,0,0,0 +69380,0,0,0,0,0 +69381,0,0,0,0,0 +69382,0,0,0,0,0 +69383,0,0,0,0,0 +69384,0,0,0,0,0 +69385,0,0,0,0,0 +69386,0,0,0,0,0 +69387,0,0,0,0,0 +69388,0,0,0,0,0 +69389,0,0,0,0,0 +69390,0,0,0,0,0 +69391,0,0,0,0,0 +69392,0,0,0,0,0 +69393,0,0,0,0,0 +69394,0,0,0,0,0 +69395,0,0,0,0,0 +69396,0,0,0,0,0 +69397,0,0,0,0,0 +69398,0,0,0,0,0 +69399,0,0,0,0,0 +69400,0,0,0,0,0 +69401,0,0,0,0,0 +69402,0,0,0,0,0 +69403,0,0,0,0,0 +69404,0,0,0,0,0 +69405,0,0,0,0,0 +69406,0,0,0,0,0 +69407,0,0,0,0,0 +69408,0,0,0,0,0 +69409,0,0,0,0,0 +69410,0,0,0,0,0 +69411,0,0,0,0,0 +69412,0,0,0,0,0 +69413,0,0,0,0,0 +69414,0,0,0,0,0 +69415,0,0,0,0,0 +69416,0,0,0,0,0 +69417,0,0,0,0,0 +69418,0,0,0,0,0 +69419,0,0,0,0,0 +69420,0,0,0,0,0 +69421,0,0,0,0,0 +69422,0,0,0,0,0 +69423,0,0,0,0,0 +69424,0,0,0,0,0 +69425,0,0,0,0,0 +69426,0,0,0,0,0 +69427,0,0,0,0,0 +69428,0,0,0,0,0 +69429,0,0,0,0,0 +69430,0,0,0,0,0 +69431,0,0,0,0,0 +69432,0,0,0,0,0 +69433,0,0,0,0,0 +69434,0,0,0,0,0 +69435,0,0,0,0,0 +69436,0,0,0,0,0 +69437,0,0,0,0,0 +69438,0,0,0,0,0 +69439,0,0,0,0,0 +69440,0,0,0,0,0 +69441,0,0,0,0,0 +69442,0,0,0,0,0 +69443,0,0,0,0,0 +69444,0,0,0,0,0 +69445,0,0,0,0,0 +69446,0,0,0,0,0 +69447,0,0,0,0,0 +69448,0,0,0,0,0 +69449,0,0,0,0,0 +69450,0,0,0,0,0 +69451,0,0,0,0,0 +69452,0,0,0,0,0 +69453,0,0,0,0,0 +69454,0,0,0,0,0 +69455,0,0,0,0,0 +69456,0,0,0,0,0 +69457,0,0,0,0,0 +69458,0,0,0,0,0 +69459,0,0,0,0,0 +69460,0,0,0,0,0 +69461,0,0,0,0,0 +69462,0,0,0,0,0 +69463,0,0,0,0,0 +69464,0,0,0,0,0 +69465,0,0,0,0,0 +69466,0,0,0,0,0 +69467,0,0,0,0,0 +69468,0,0,0,0,0 +69469,0,0,0,0,0 +69470,0,0,0,0,0 +69471,0,0,0,0,0 +69472,0,0,0,0,0 +69473,0,0,0,0,0 +69474,0,0,0,0,0 +69475,0,0,0,0,0 +69476,0,0,0,0,0 +69477,0,0,0,0,0 +69478,0,0,0,0,0 +69479,0,0,0,0,0 +69480,0,0,0,0,0 +69481,0,0,0,0,0 +69482,0,0,0,0,0 +69483,0,0,0,0,0 +69484,0,0,0,0,0 +69485,0,0,0,0,0 +69486,0,0,0,0,0 +69487,0,0,0,0,0 +69488,0,0,0,0,0 +69489,0,0,0,0,0 +69490,0,0,0,0,0 +69491,0,0,0,0,0 +69492,0,0,0,0,0 +69493,0,0,0,0,0 +69494,0,0,0,0,0 +69495,0,0,0,0,0 +69496,0,0,0,0,0 +69497,0,0,0,0,0 +69498,0,0,0,0,0 +69499,0,0,0,0,0 +69500,0,0,0,0,0 +69501,0,0,0,0,0 +69502,0,0,0,0,0 +69503,0,0,0,0,0 +69504,0,0,0,0,0 +69505,0,0,0,0,0 +69506,0,0,0,0,0 +69507,0,0,0,0,0 +69508,0,0,0,0,0 +69509,0,0,0,0,0 +69510,0,0,0,0,0 +69511,0,0,0,0,0 +69512,0,0,0,0,0 +69513,0,0,0,0,0 +69514,0,0,0,0,0 +69515,0,0,0,0,0 +69516,0,0,0,0,0 +69517,0,0,0,0,0 +69518,0,0,0,0,0 +69519,0,0,0,0,0 +69520,0,0,0,0,0 +69521,0,0,0,0,0 +69522,0,0,0,0,0 +69523,0,0,0,0,0 +69524,0,0,0,0,0 +69525,0,0,0,0,0 +69526,0,0,0,0,0 +69527,0,0,0,0,0 +69528,0,0,0,0,0 +69529,0,0,0,0,0 +69530,0,0,0,0,0 +69531,0,0,0,0,0 +69532,0,0,0,0,0 +69533,0,0,0,0,0 +69534,0,0,0,0,0 +69535,0,0,0,0,0 +69536,0,0,0,0,0 +69537,0,0,0,0,0 +69538,0,0,0,0,0 +69539,0,0,0,0,0 +69540,0,0,0,0,0 +69541,-1840.758946,-817.9747026,-1807.994837,-817.9987661,-1125.086662 +69542,-1898.693868,-815.4963122,-1863.664279,-815.5203042,-1123.935934 +69543,-1836.179905,-777.5864339,-1797.632737,-777.6089499,-1074.374189 +69544,-1812.564197,-767.7446828,-1774.646165,-767.766816,-1063.675689 +69545,-1859.94145,-788.0493803,-1821.128192,-788.0723059,-1094.352397 +69546,-1878.868053,-796.3167872,-1839.742931,-796.3400321,-1107.822926 +69547,-1883.489079,-798.5204421,-1844.336658,-798.5437682,-1112.528209 +69548,-1010.706011,-675.9335602,-1277.590873,-674.444953,-1113.373932 +69549,-1143.659335,-414.1689514,-964.883631,-414.1732201,-1112.97934 +69550,-1219.145698,-592.6442307,-1257.128134,-592.6615839,-1112.374061 +69551,-1131.536169,-524.8153699,-1122.030477,-524.1091435,-1111.713958 +69552,-1122.986393,-519.0433691,-1113.923461,-519.7950505,-1111.032041 +69553,-1111.98129,-513.8067967,-1101.355583,-513.0525227,-701.9310231 +69554,-1082.059036,-381.1428901,-989.8058885,-495.3881484,-742.914156 +69555,-1070.084101,-361.4847302,-971.0659366,-487.666762,-790.330687 +69556,-1060.306074,-348.1701523,-954.5117104,-482.3493741,-746.6846902 +69557,-1047.822747,-335.0896872,-941.79364,-476.8875131,-739.1313438 +69558,-1041.479565,-323.1326628,-928.8065156,-471.2767389,-733.3015239 +69559,-1029.863954,-312.0337567,-917.0327571,-466.4850739,-727.3238775 +69560,-1021.988085,-301.0407823,-905.0373708,-461.5837717,-721.1937707 +69561,-1014.001585,-290.1879498,-894.3576649,-455.5535829,-717.0209253 +69562,-1003.176667,-279.0596012,-881.9373308,-452.4785581,-708.4564335 +69563,-997.6922098,-269.5019472,-870.8816712,-446.1972812,-706.2711614 +69564,-986.5640919,-258.3470662,-862.8769174,-442.9932271,-697.3331774 +69565,-982.3411181,-248.8681581,-849.8715961,-437.5525691,-695.0514798 +69566,-972.3646495,-238.0111557,-841.6235416,-434.2288634,-686.9040121 +69567,-965.1403851,-228.4438845,-831.5997772,-429.7242459,-683.3364941 +69568,-959.3017757,-218.4863179,-821.4380749,-425.1360335,-678.5058783 +69569,-950.4394793,-208.3908743,-812.8648618,-421.639925,-671.0986393 +69570,-945.963543,-199.1959911,-804.1940022,-417.4992392,-668.586446 +69571,-936.9143953,-184.1862898,-793.6586742,-413.2912934,-660.9135475 +69572,-930.8129179,-170.2893293,-781.1871835,-410.2442949,-658.3107848 +69573,-924.65523,-155.187903,-772.1613657,-405.917688,-651.700242 +69574,-916.8768026,-140.2335333,-761.1971167,-402.1533182,-647.662764 +69575,-912.167858,-129.2324612,-751.0188866,-398.9766469,-643.5705654 +69576,-905.8363089,-117.2593116,-740.7181236,-395.11535,-638.0273329 +69577,-897.8385758,-104.7255566,-731.2472106,-391.2003358,-633.0945612 +69578,-889.7510377,-76.93066194,-704.1858031,-387.2315613,-629.5234066 +69579,-881.568433,-60.86982047,-692.3430773,-382.5304327,-623.7243935 +69580,-874.9553603,-48.317968,-685.3677017,-379.8106689,-620.7853848 +69581,-871.6273725,-36.17100801,-675.3138948,-376.3750605,-614.8259771 +69582,-861.5452372,-24.15899732,-668.2162389,-372.8994346,-611.8054981 +69583,-858.1559498,-11.877045,-660.0432712,-369.3838586,-606.4525323 +69584,-853.0411593,0,-651.8054517,-366.5426926,-602.5763815 +69585,-844.4361135,0,-645.5852892,-362.9541908,-599.4433693 +69586,-840.9684578,0,-637.2341878,-360.0540709,-593.0899615 +69587,-833.9837494,0,-629.8747518,-357.1273281,-591.4836781 +69588,-830.4681952,0,-623.5283754,-353.4310684,-585.8018994 +69589,-821.6067635,0,-616.0786484,-350.4444485,-582.513968 +69590,-819.8241761,0,-609.6549553,-348.1871291,-578.3612457 +69591,-810.8429298,0,-602.116044,-344.3896959,-575.0044447 +69592,-807.2239255,0,-596.7027554,-341.7064762,-569.9107059 +69593,-801.7640741,0,-590.174264,-339.0023336,-568.1973045 +69594,-796.2670277,0,-582.5139695,-335.8857001,-562.136783 +69595,-791.6580606,0,-578.1169975,-332.7414924,-560.38738 +69596,-785.1618749,0,-571.49204,-330.3655277,-555.0899044 +69597,-781.4280214,0,-565.9455493,-327.1726877,-552.4137673 +69598,-773.9096814,0,-559.2592713,-324.7598585,-548.8164976 +69599,-772.0212834,0,-554.7841929,-321.5178304,-545.1857162 +69600,-764.4197161,0,-548.0437925,-319.0681652,-541.5212759 +69601,-758.6759478,0,-542.4029435,-316.1900336,-537.8230069 +69602,-752.8959405,0,-536.7402023,-312.8740207,-534.0905943 +69603,-747.0785256,0,-529.9157217,-309.9495335,-530.3237441 +69604,-741.2230389,0,-524.7774834,-307.0034154,-527.4758657 +69605,-735.3292055,0,-518.4737288,-304.0354861,-523.6477152 +69606,-718.4269467,0,-500.5760963,-297.1701936,-519.7842202 +69607,-712.3902532,0,-494.1798722,-293.6949696,-515.8853537 +69608,-706.3158762,0,-488.3450155,-290.6311685,-513.9227131 +69609,-699.1806439,0,-482.490775,-287.5457444,-508.9758863 +69610,-693.0242666,0,-475.4408393,-283.9930475,-505.9807227 +69611,-685.7942436,0,-469.5466598,-281.3105019,-501.9553452 +69612,-680.5994549,0,-464.8191242,-278.1607188,-499.9291153 +69613,-672.2326259,0,-458.2999002,-274.9895009,-495.8482663 +69614,-668.0255187,0,-452.9510573,-272.2545038,-491.7302911 +69615,-659.5593391,0,-447.5890216,-268.5834774,-489.6575699 +69616,-655.3023389,0,-442.2139675,-266.2755841,-485.483564 +69617,-646.7372483,0,-436.2268715,-262.5602889,-482.328379 +69618,-641.35183,0,-432.0273558,-260.2248231,-478.62048 +69619,-634.8556766,0,-426.6167787,-256.4658133,-475.9542984 +69620,-628.3228458,0,-420.5913125,-254.1033247,-471.6571485 +69621,-621.7539135,0,-416.9699222,-250.7781715,-469.4944118 +69622,-615.1491913,0,-410.9226678,-247.9122258,-465.6860768 +69623,-608.5091278,0,-406.0757487,-244.5503018,-462.3982493 +69624,-602.9489501,0,-401.8283094,-242.1373047,-458.5350153 +69625,-595.122813,0,-396.3580834,-238.742141,-456.3143239 +69626,-589.5044007,0,-392.7061357,-235.8170038,-452.9646616 +69627,-582.7304246,0,-386.6097705,-232.8782005,-448.4641775 +69628,-575.9222485,0,-382.9470891,-229.9258336,-446.1995522 +69629,-570.2233203,0,-378.0572651,-226.9600872,-442.784073 +69630,-562.2051618,0,-373.1608324,-223.9812054,-439.3464229 +69631,-557.6040424,0,-369.4845392,-220.9894549,-435.8867016 +69632,-550.6742904,0,-364.5773893,-218.4867655,-432.9867914 +69633,-543.7123773,0,-361.5077747,-214.9682427,-430.0714033 +69634,-537.8873333,0,-355.9761748,-212.4451809,-425.3745971 +69635,-532.0405356,0,-352.9004889,-209.4065483,-424.1944994 +69636,-524.4073217,0,-347.9746892,-206.3563559,-418.8523607 +69637,-519.1027554,0,-344.2772286,-203.8060421,-417.0607914 +69638,-512.003735,0,-339.9599887,-200.4789873,-413.4606706 +69639,-506.065992,0,-335.6392397,-197.9113619,-409.8383242 +69640,-500.1084037,0,-331.3152625,-195.0785241,-406.8029146 +69641,-492.933247,0,-326.9882547,-191.7195893,-403.7521691 +69642,-486.9335995,0,-323.2771134,-189.3877372,-400.0709562 +69643,-480.9154703,0,-318.3253768,-186.270073,-396.9865464 +69644,-473.6696223,191.8101136,-313.9899409,-183.1433243,-393.8868917 +69645,-467.6125448,123.1392075,-310.2720285,-180.7927243,-390.7719463 +69646,-461.5385257,153.3912181,-305.3117758,-177.6509154,-387.0139109 +69647,-455.4475467,173.4920882,-301.5898065,-174.7638395,-384.4965728 +69648,-448.1167309,188.5469436,-296.6245612,-171.8703434,-380.7022938 +69649,-441.9910142,203.0007412,-292.2780147,-169.2345606,-377.5239459 +69650,-436.4651667,217.7975626,-287.6190712,-166.0650231,-374.9705561 +69651,-429.078147,231.5765233,-282.9583078,-163.4187435,-371.1223623 +69652,-422.9071395,245.7997778,-278.9176464,-160.5026974,-367.8993021 +69653,-416.7226878,259.8428693,-273.6315935,-157.5816067,-364.6616071 +69654,-409.9046405,273.0439889,-269.2770868,-154.9219936,-362.060953 +69655,-404.3151489,286.8865704,-264.2990436,-151.7255003,-358.142269 +69656,-397.4699534,300.0570611,-259.3196832,-149.3250031,-355.5183206 +69657,-390.6109697,313.1552179,-254.3391979,-146.1200889,-351.5650853 +69658,-384.9897056,325.9544189,-248.1119509,-143.4461132,-348.9183472 +69659,-377.4813071,339.1054571,-241.8833229,-140.5015273,-346.2624927 +69660,-370.586387,351.5906531,-236.2766239,-137.5538908,-342.2616122 +69661,-363.052306,364.4302675,-228.1763477,-134.3351569,-338.9123657 +69662,-354.8764597,376.9063243,-221.3213504,-131.3819854,-336.223214 +69663,-347.317839,389.8264753,-214.1538842,-127.6199359,-333.5252268 +69664,-339.7486634,402.0694238,-206.36231,-124.6618979,-328.7826907 +69665,-330.9056433,414.416686,-199.5053494,-121.1637278,-327.42308 +69666,-323.3168917,426.5930598,-191.7128496,-118.202125,-322.6471137 +69667,-315.0869944,438.6703269,-184.5435512,-114.7002218,-320.592584 +69668,-306.8489877,450.6073247,-177.0623385,-111.4663301,-316.4693868 +69669,-299.2383422,462.4236823,-169.5810022,-108.2313261,-314.4010352 +69670,-290.352179,474.1337949,-162.4113354,-104.8605148,-310.250476 +69671,-282.0952394,485.7300425,-154.6181058,-101.6237744,-307.473634 +69672,-274.4694221,497.2177801,-147.4483675,-98.25150559,-304.6889915 +69673,-265.5680402,508.5988332,-139.9668558,-95.01365031,-300.4974889 +69674,-257.2991005,519.5489581,-132.4853213,-91.77540352,-298.395521 +69675,-249.0274782,531.265208,-125.0037878,-88.26694614,-294.8827283 +69676,-240.1170657,542.0633642,-117.5222636,-85.16315503,-291.3584993 +69677,-232.1597786,553.0701114,-110.0407471,-81.65431408,-288.5311543 +69678,-223.2459944,568.3459021,-102.7150993,-78.55026749,-285.3419638 +69679,-214.6494944,582.4881861,-95.07769631,-74.90625745,-282.1440257 +69680,-206.3706767,596.5307252,-89.46655373,-71.80211645,-278.5807567 +69681,-197.4543269,610.4265906,-83.54367735,-68.42799104,-276.4379423 +69682,-188.8560492,624.1895168,-77.62080089,-65.05383329,-272.1411386 +69683,-180.257517,637.7806384,-71.69792618,-61.54470423,-269.6282262 +69684,-171.0218395,651.3413641,-65.61918683,-58.57547725,-266.3903748 +69685,-162.7415957,664.6912947,-59.85219252,-54.79637958,-262.7838411 +69686,-153.5057919,677.9083459,-53.92931984,-52.36699666,-259.8921462 +69687,-144.9069542,691.1004943,-47.69470583,-49.66768094,-256.994771 +69688,-135.6711136,704.0841821,-41.92770552,-47.10332385,-253.0018021 +69689,-127.0722686,716.9365183,-35.84896845,-44.13403689,-250.4556858 +69690,-117.8364182,729.7806311,-29.9260965,-41.5696819,-247.1762223 +69691,-110.1929696,741.5363447,-25.09427691,-39.41022015,-243.5249225 +69692,-102.8680255,753.175649,-20.57418979,-37.11577789,-240.9646039 +69693,-95.54306492,763.9942913,-16.05410265,-35.22625593,-237.3007265 +69694,-87.89959949,775.8593112,-11.84574661,-33.06678687,-233.9972935 +69695,-80.57463684,786.6175646,-7.169792421,-31.04228941,-231.0564015 +69696,-73.40891944,797.3754457,-3.117301658,-29.15276303,-227.7429328 +69697,-67.51708357,808.2106367,0,-26.99329221,-224.4244606 +69698,-61.46602605,818.5497321,0,-25.10376741,-221.4707206 +69699,-55.41497403,829.023429,0,-23.21424228,-218.1434148 +69700,-49.36391692,839.1779216,0,-21.32470926,-214.8117665 +69701,-43.31285247,849.2328082,0,-19.16523649,-211.4760326 +69702,-36.94330628,859.0837872,0,-17.54564626,-208.5077023 +69703,-31.05149136,868.9696454,0,-15.38617866,-205.5364186 +69704,-25.00043306,878.4077413,0,-13.76658602,-201.8183671 +69705,-18.63089264,888.0080852,0,-11.74208498,-198.8410632 +69706,-12.73907413,897.2347741,0,-9.987519811,-195.4887045 +69707,-6.688014082,906.576118,0,-7.963020402,-192.5064353 +69708,0,915.5099703,0,-6.208458652,-189.1488173 +69709,0,924.4308483,0,-4.588862392,-185.7887174 +69710,0,933.2980811,0,-2.429396288,-183.1737452 +69711,0,941.9179394,0,0,-179.4357375 +69712,0,950.4634053,0,0,-176.4436184 +69713,0,958.8697802,0,0,-173.075798 +69714,0,967.0909978,0,0,-170.0808302 +69715,0,975.3390705,0,0,-166.7100677 +69716,0,983.3872448,0,0,-163.7127205 +69717,0,991.2203539,0,0,-160.5269724 +69718,0,993.8199023,0,0,-157.3402459 +69719,0,1000.764177,0,0,-153.9651284 +69720,0,1007.924676,0,0,-150.7767629 +69721,0,1015.084053,0,0,-147.775353 +69722,0,1022.174264,0,0,-144.5857743 +69723,0,1029.188349,0,0,-141.2080231 +69724,0,1036.118372,0,0,-138.3928916 +69725,0,1042.957843,0,0,-135.0143267 +69726,0,1049.638705,0,0,-132.0108734 +69727,0,1056.389715,0,0,-128.6317033 +69728,0,1062.897337,0,0,-125.6278113 +69729,0,1069.435051,0,0,-122.2482371 +69730,0,1075.699611,0,0,-119.2440508 +69731,0,1081.947834,0,0,-115.8642076 +69732,0,1088.206359,0,0,-112.6720512 +69733,0,1094.227425,0,0,-109.4798303 +69734,0,1100.212558,0,0,-106.0997719 +69735,0,1106.088137,0,0,-102.9074653 +69736,0,1111.866003,0,0,-99.5273453 +69737,0,1117.547177,0,0,-96.334997 +69738,0,1123.846752,0,0,-93.14263008 +69739,0,1131.432943,0,0,-89.57466638 +69740,0,1133.732723,0,0,-86.38228567 +69741,0,1144.028143,0,0,-83.00211292 +69742,0,1142.598356,0,0,-79.62193786 +69743,0,1157.713774,0,0,-76.24176318 +69744,0,1148.731236,0,0,-72.86158927 +69745,0,1174.447531,0,0,-69.481415 +69746,0,1149.284968,0,0,-66.10123886 +69747,0,1166.193264,0,0,-62.72105994 +69748,0,1168.929965,0,0,-59.15309012 +69749,0,1165.11246,0,0,-55.77291401 +69750,0,1170.591754,0,0,-52.20494977 +69751,0,1173.601709,0,0,-48.82477635 +69752,0,1176.555243,0,0,-45.25681198 +69753,0,1179.430538,0,0,-41.68884789 +69754,0,1182.276058,0,0,-38.30867345 +69755,0,1194.272379,0,0,-34.55291879 +69756,0,1198.446235,0,0,-30.98495205 +69757,0,1201.708207,0,0,-27.41698896 +69758,0,1204.864683,0,0,-23.84902658 +69759,0,1207.622627,0,0,-20.28106269 +69760,0,1210.376744,0,0,-16.52530928 +69761,0,1212.912952,0,0,-12.76955691 +69762,0,1215.32064,0,0,-9.38938098 +69763,0,1217.594195,0,0,-5.258052543 +69764,0,1219.738365,0,0,-1.877876055 +69765,0,1221.679191,0,0,0 +69766,0,1223.686699,0,0,0 +69767,0,1225.403773,0,0,0 +69768,0,1227.148626,0,0,0 +69769,0,1228.573965,0,0,0 +69770,0,1230.051635,0,0,0 +69771,0,1231.34902,0,0,0 +69772,0,1232.546793,0,0,0 +69773,0,1233.633665,0,0,0 +69774,0,1234.610755,0,0,0 +69775,0,1235.478847,0,0,0 +69776,0,1236.239566,0,0,0 +69777,0,1236.893704,0,0,0 +69778,0,1237.442758,0,0,0 +69779,0,1237.887385,0,0,0 +69780,0,1238.228962,0,0,0 +69781,0,1238.433157,0,0,0 +69782,0,1238.520981,0,0,0 +69783,0,1238.502577,0,0,0 +69784,0,1238.382128,0,0,0 +69785,0,1238.161037,0,0,0 +69786,0,1237.840797,0,0,0 +69787,0,1237.421962,0,0,0 +69788,0,1236.90572,0,0,0 +69789,0,1236.292508,0,0,0 +69790,0,1235.583447,0,0,0 +69791,0,1234.778945,0,0,0 +69792,0,1233.88009,0,0,0 +69793,0,1232.887274,0,0,0 +69794,0,1231.801568,0,0,0 +69795,0,1230.62336,0,0,0 +69796,0,1229.353704,0,0,0 +69797,0,1227.99299,0,0,0 +69798,0,1226.542262,0,0,0 +69799,0,1224.923659,0,0,0 +69800,0,1223.408059,0,0,0 +69801,0,1221.634697,0,0,0 +69802,0,1219.920359,0,0,0 +69803,0,1217.916689,0,0,0 +69804,0,1215.995357,0,0,0 +69805,0,1213.920911,0,0,0 +69806,0,1215.970271,0,0,0 +69807,0,1214.475579,0,0,0 +69808,0,1212.601888,0,0,0 +69809,0,1210.57286,0,0,0 +69810,0,1208.420381,0,0,0 +69811,0,1206.072539,0,0,0 +69812,0,1203.608232,0,0,0 +69813,0,1200.965761,0,0,0 +69814,0,1198.41446,0,0,0 +69815,0,1195.604928,0,0,0 +69816,0,1192.771103,0,0,0 +69817,0,1189.836182,0,0,0 +69818,0,1186.813536,0,0,0 +69819,0,1183.704354,0,0,0 +69820,0,1180.585518,0,0,0 +69821,0,1177.121801,0,0,0 +69822,0,1173.922758,0,0,0 +69823,0,1170.413391,0,0,0 +69824,0,1166.900168,0,0,0 +69825,0,1163.29481,0,0,0 +69826,0,1159.610526,0,0,0 +69827,0,1155.7733,0,0,0 +69828,0,1173.408481,0,0,0 +69829,0,1116.71337,0,0,0 +69830,0,1159.780265,0,0,0 +69831,0,1146.347604,0,0,0 +69832,0,1121.20128,0,0,0 +69833,0,1150.8353,0,0,0 +69834,0,1108.233046,0,0,0 +69835,0,1138.37795,0,0,0 +69836,0,1106.68677,0,0,0 +69837,0,1118.930258,0,0,0 +69838,0,1108.330661,0,0,0 +69839,0,1104.806537,0,0,0 +69840,0,1100.092755,0,0,0 +69841,0,1095.168398,0,0,0 +69842,0,1090.126632,0,0,0 +69843,0,1085.002054,0,0,0 +69844,0,1079.873506,0,0,0 +69845,0,1074.510231,0,0,0 +69846,0,1069.227018,0,0,0 +69847,0,1063.750341,0,0,0 +69848,0,1058.386175,0,0,0 +69849,0,1052.811675,0,0,0 +69850,0,1047.30058,0,0,0 +69851,0,1041.553661,0,0,0 +69852,0,1035.889217,0,0,0 +69853,0,1030.106079,0,0,0 +69854,0,1024.274075,0,0,0 +69855,0,1018.38296,0,0,0 +69856,0,1012.434001,0,0,0 +69857,0,1006.428062,0,0,0 +69858,0,1000.36571,0,0,0 +69859,0,994.2478609,0,0,0 +69860,0,988.1393833,0,0,0 +69861,0,981.8216687,0,0,0 +69862,0,975.5256197,0,0,0 +69863,0,969.2731289,0,0,0 +69864,0,962.9085472,0,0,0 +69865,0,956.3971931,0,0,0 +69866,0,949.9589507,0,0,0 +69867,0,943.418618,0,0,0 +69868,0,936.8415398,0,0,0 +69869,0,930.2146993,0,0,0 +69870,0,923.5450537,0,0,0 +69871,0,917.1337894,0,0,0 +69872,0,910.8024277,0,0,0 +69873,0,904.3183894,0,0,0 +69874,0,897.8898283,0,0,0 +69875,0,891.5903532,0,0,0 +69876,0,885.0214139,0,0,0 +69877,0,878.6065447,0,0,0 +69878,0,872.1160869,0,0,0 +69879,0,865.6198958,0,0,0 +69880,0,859.1027469,0,0,0 +69881,0,852.5750282,0,0,0 +69882,0,846.0861141,0,0,0 +69883,0,839.4505557,0,0,0 +69884,0,832.8667177,0,0,0 +69885,0,826.4059498,0,0,0 +69886,0,819.7002322,0,0,0 +69887,0,813.1449914,0,0,0 +69888,0,806.5790375,0,0,0 +69889,0,799.8341021,0,0,0 +69890,0,793.3316955,0,0,0 +69891,0,786.7137026,0,0,0 +69892,0,780.0180962,0,0,0 +69893,0,773.4205059,0,0,0 +69894,0,766.7766966,0,0,0 +69895,0,760.1385829,0,0,0 +69896,0,757.3639524,0,0,0 +69897,0,752.2580098,0,0,0 +69898,0,748.1126602,0,0,0 +69899,0,743.5792475,0,0,0 +69900,0,739.1315417,0,0,0 +69901,0,0,0,0,0 +69902,0,0,0,0,0 +69903,0,0,0,0,0 +69904,0,0,0,0,0 +69905,0,0,0,0,0 +69906,0,0,0,0,0 +69907,0,0,0,0,0 +69908,0,0,0,0,0 +69909,0,0,0,0,0 +69910,0,0,0,0,0 +69911,0,0,0,0,0 +69912,0,0,0,0,0 +69913,0,0,0,0,0 +69914,0,0,0,0,0 +69915,0,0,0,0,0 +69916,0,0,0,0,0 +69917,0,0,0,0,0 +69918,0,0,0,0,0 +69919,0,0,0,0,0 +69920,0,0,0,0,0 +69921,0,0,0,0,0 +69922,0,0,0,0,0 +69923,0,0,0,0,0 +69924,0,0,0,0,0 +69925,0,0,0,0,0 +69926,0,0,0,0,0 +69927,0,0,0,0,0 +69928,0,0,0,0,0 +69929,0,0,0,0,0 +69930,0,0,0,0,0 +69931,0,0,0,0,0 +69932,0,0,0,0,0 +69933,0,0,0,0,0 +69934,0,0,0,0,0 +69935,0,0,0,0,0 +69936,0,0,0,0,0 +69937,0,0,0,0,0 +69938,0,0,0,0,0 +69939,0,0,0,0,0 +69940,0,0,0,0,0 +69941,0,0,0,0,0 +69942,0,0,0,0,0 +69943,0,0,0,0,0 +69944,0,0,0,0,0 +69945,0,0,0,0,0 +69946,0,0,0,0,0 +69947,0,0,0,0,0 +69948,0,0,0,0,0 +69949,0,0,0,0,0 +69950,0,0,0,0,0 +69951,0,0,0,0,0 +69952,0,0,0,0,0 +69953,0,0,0,0,0 +69954,0,0,0,0,0 +69955,0,0,0,0,0 +69956,0,0,0,0,0 +69957,0,0,0,0,0 +69958,0,0,0,0,0 +69959,0,0,0,0,0 +69960,0,0,0,0,0 +69961,0,0,0,0,0 +69962,0,0,0,0,0 +69963,0,0,0,0,0 +69964,0,0,0,0,0 +69965,0,0,0,0,0 +69966,0,0,0,0,0 +69967,0,0,0,0,0 +69968,0,0,0,0,0 +69969,0,0,0,0,0 +69970,0,0,0,0,0 +69971,0,0,0,0,0 +69972,0,0,0,0,0 +69973,0,0,0,0,0 +69974,0,0,0,0,0 +69975,0,0,0,0,0 +69976,0,0,0,0,0 +69977,0,0,0,0,0 +69978,0,0,0,0,0 +69979,0,0,0,0,0 +69980,0,0,0,0,0 +69981,0,0,0,0,0 +69982,0,0,0,0,0 +69983,0,0,0,0,0 +69984,0,0,0,0,0 +69985,0,0,0,0,0 +69986,0,0,0,0,0 +69987,0,0,0,0,0 +69988,0,0,0,0,0 +69989,0,0,0,0,0 +69990,0,0,0,0,0 +69991,0,0,0,0,0 +69992,0,0,0,0,0 +69993,0,0,0,0,0 +69994,0,0,0,0,0 +69995,0,0,0,0,0 +69996,0,0,0,0,0 +69997,0,0,0,0,0 +69998,0,0,0,0,0 +69999,0,0,0,0,0 +70000,0,0,0,0,0 +70001,0,0,0,0,0 +70002,0,0,0,0,0 +70003,0,0,0,0,0 +70004,0,0,0,0,0 +70005,0,0,0,0,0 +70006,0,0,0,0,0 +70007,0,0,0,0,0 +70008,0,0,0,0,0 +70009,0,0,0,0,0 +70010,0,0,0,0,0 +70011,0,0,0,0,0 +70012,0,0,0,0,0 +70013,0,0,0,0,0 +70014,0,0,0,0,0 +70015,0,0,0,0,0 +70016,0,0,0,0,0 +70017,0,0,0,0,0 +70018,0,0,0,0,0 +70019,0,0,0,0,0 +70020,0,0,0,0,0 +70021,0,0,0,0,0 +70022,0,0,0,0,0 +70023,0,0,0,0,0 +70024,0,0,0,0,0 +70025,0,0,0,0,0 +70026,0,0,0,0,0 +70027,0,0,0,0,0 +70028,0,0,0,0,0 +70029,0,0,0,0,0 +70030,0,0,0,0,0 +70031,0,0,0,0,0 +70032,0,0,0,0,0 +70033,0,0,0,0,0 +70034,0,0,0,0,0 +70035,0,0,0,0,0 +70036,0,0,0,0,0 +70037,0,0,0,0,0 +70038,0,0,0,0,0 +70039,0,0,0,0,0 +70040,0,0,0,0,0 +70041,0,0,0,0,0 +70042,0,0,0,0,0 +70043,0,0,0,0,0 +70044,0,0,0,0,0 +70045,0,0,0,0,0 +70046,0,0,0,0,0 +70047,0,0,0,0,0 +70048,0,0,0,0,0 +70049,0,0,0,0,0 +70050,0,0,0,0,0 +70051,0,0,0,0,0 +70052,0,0,0,0,0 +70053,0,0,0,0,0 +70054,0,0,0,0,0 +70055,0,0,0,0,0 +70056,0,0,0,0,0 +70057,0,0,0,0,0 +70058,0,0,0,0,0 +70059,0,0,0,0,0 +70060,0,0,0,0,0 +70061,0,0,0,0,0 +70062,0,0,0,0,0 +70063,0,0,0,0,0 +70064,0,0,0,0,0 +70065,0,0,0,0,0 +70066,0,0,0,0,0 +70067,0,0,0,0,0 +70068,0,0,0,0,0 +70069,0,0,0,0,0 +70070,0,0,0,0,0 +70071,0,0,0,0,0 +70072,0,0,0,0,0 +70073,0,0,0,0,0 +70074,0,0,0,0,0 +70075,0,0,0,0,0 +70076,0,0,0,0,0 +70077,0,0,0,0,0 +70078,0,0,0,0,0 +70079,0,0,0,0,0 +70080,0,0,0,0,0 +70081,0,0,0,0,0 +70082,0,0,0,0,0 +70083,0,0,0,0,0 +70084,0,0,0,0,0 +70085,0,0,0,0,0 +70086,0,0,0,0,0 +70087,0,0,0,0,0 +70088,0,0,0,0,0 +70089,0,0,0,0,0 +70090,0,0,0,0,0 +70091,0,0,0,0,0 +70092,0,0,0,0,0 +70093,0,0,0,0,0 +70094,0,0,0,0,0 +70095,0,0,0,0,0 +70096,0,0,0,0,0 +70097,0,0,0,0,0 +70098,0,0,0,0,0 +70099,0,0,0,0,0 +70100,0,0,0,0,0 +70101,0,0,0,0,0 +70102,0,0,0,0,0 +70103,0,0,0,0,0 +70104,0,0,0,0,0 +70105,0,0,0,0,0 +70106,0,0,0,0,0 +70107,0,0,0,0,0 +70108,0,0,0,0,0 +70109,0,0,0,0,0 +70110,0,0,0,0,0 +70111,0,0,0,0,0 +70112,0,0,0,0,0 +70113,0,0,0,0,0 +70114,0,0,0,0,0 +70115,0,0,0,0,0 +70116,0,0,0,0,0 +70117,0,0,0,0,0 +70118,0,0,0,0,0 +70119,0,0,0,0,0 +70120,0,0,0,0,0 +70121,0,0,0,0,0 +70122,0,0,0,0,0 +70123,0,0,0,0,0 +70124,0,0,0,0,0 +70125,0,0,0,0,0 +70126,0,0,0,0,0 +70127,0,0,0,0,0 +70128,0,0,0,0,0 +70129,0,0,0,0,0 +70130,0,0,0,0,0 +70131,0,0,0,0,0 +70132,0,0,0,0,0 +70133,0,0,0,0,0 +70134,0,0,0,0,0 +70135,0,0,0,0,0 +70136,0,0,0,0,0 +70137,0,0,0,0,0 +70138,0,0,0,0,0 +70139,0,0,0,0,0 +70140,0,0,0,0,0 +70141,0,0,0,0,0 +70142,0,0,0,0,0 +70143,0,0,0,0,0 +70144,0,0,0,0,0 +70145,0,0,0,0,0 +70146,0,0,0,0,0 +70147,0,0,0,0,0 +70148,0,0,0,0,0 +70149,0,0,0,0,0 +70150,0,0,0,0,0 +70151,0,0,0,0,0 +70152,0,0,0,0,0 +70153,0,0,0,0,0 +70154,0,0,0,0,0 +70155,0,0,0,0,0 +70156,0,0,0,0,0 +70157,0,0,0,0,0 +70158,0,0,0,0,0 +70159,0,0,0,0,0 +70160,0,0,0,0,0 +70161,0,0,0,0,0 +70162,0,0,0,0,0 +70163,0,0,0,0,0 +70164,0,0,0,0,0 +70165,0,0,0,0,0 +70166,0,0,0,0,0 +70167,0,0,0,0,0 +70168,0,0,0,0,0 +70169,0,0,0,0,0 +70170,0,0,0,0,0 +70171,0,0,0,0,0 +70172,0,0,0,0,0 +70173,0,0,0,0,0 +70174,0,0,0,0,0 +70175,0,0,0,0,0 +70176,0,0,0,0,0 +70177,0,0,0,0,0 +70178,0,0,0,0,0 +70179,0,0,0,0,0 +70180,0,0,0,0,0 +70181,0,0,0,0,0 +70182,0,0,0,0,0 +70183,0,0,0,0,0 +70184,0,0,0,0,0 +70185,0,0,0,0,0 +70186,0,0,0,0,0 +70187,0,0,0,0,0 +70188,0,0,0,0,0 +70189,0,0,0,0,0 +70190,0,0,0,0,0 +70191,0,0,0,0,0 +70192,0,0,0,0,0 +70193,0,0,0,0,0 +70194,0,0,0,0,0 +70195,0,0,0,0,0 +70196,0,0,0,0,0 +70197,0,0,0,0,0 +70198,0,0,0,0,0 +70199,0,0,0,0,0 +70200,0,0,0,0,0 +70201,0,0,0,0,0 +70202,0,0,0,0,0 +70203,0,0,0,0,0 +70204,0,0,0,0,0 +70205,0,0,0,0,0 +70206,0,0,0,0,0 +70207,0,0,0,0,0 +70208,0,0,0,0,0 +70209,0,0,0,0,0 +70210,0,0,0,0,0 +70211,0,0,0,0,0 +70212,0,0,0,0,0 +70213,0,0,0,0,0 +70214,0,0,0,0,0 +70215,0,0,0,0,0 +70216,0,0,0,0,0 +70217,0,0,0,0,0 +70218,0,0,0,0,0 +70219,0,0,0,0,0 +70220,0,0,0,0,0 +70221,0,0,0,0,0 +70222,0,0,0,0,0 +70223,0,0,0,0,0 +70224,0,0,0,0,0 +70225,0,0,0,0,0 +70226,0,0,0,0,0 +70227,0,0,0,0,0 +70228,0,0,0,0,0 +70229,0,0,0,0,0 +70230,0,0,0,0,0 +70231,0,0,0,0,0 +70232,0,0,0,0,0 +70233,0,0,0,0,0 +70234,0,0,0,0,0 +70235,0,0,0,0,0 +70236,0,0,0,0,0 +70237,0,0,0,0,0 +70238,0,0,0,0,0 +70239,0,0,0,0,0 +70240,0,0,0,0,0 +70241,0,0,0,0,0 +70242,0,0,0,0,0 +70243,0,0,0,0,0 +70244,0,0,0,0,0 +70245,0,0,0,0,0 +70246,0,0,0,0,0 +70247,0,0,0,0,0 +70248,0,0,0,0,0 +70249,0,0,0,0,0 +70250,0,0,0,0,0 +70251,0,0,0,0,0 +70252,0,0,0,0,0 +70253,0,0,0,0,0 +70254,0,0,0,0,0 +70255,0,0,0,0,0 +70256,0,0,0,0,0 +70257,0,0,0,0,0 +70258,0,0,0,0,0 +70259,0,0,0,0,0 +70260,0,0,0,0,0 +70261,0,0,0,0,0 +70262,0,0,0,0,0 +70263,0,0,0,0,0 +70264,0,0,0,0,0 +70265,0,0,0,0,0 +70266,0,0,0,0,0 +70267,0,0,0,0,0 +70268,0,0,0,0,0 +70269,0,0,0,0,0 +70270,0,0,0,0,0 +70271,0,0,0,0,0 +70272,0,0,0,0,0 +70273,0,0,0,0,0 +70274,0,0,0,0,0 +70275,0,0,0,0,0 +70276,0,0,0,0,0 +70277,0,0,0,0,0 +70278,0,0,0,0,0 +70279,0,0,0,0,0 +70280,0,0,0,0,0 +70281,0,0,0,0,0 +70282,0,0,0,0,0 +70283,0,0,0,0,0 +70284,0,0,0,0,0 +70285,0,0,0,0,0 +70286,0,0,0,0,0 +70287,0,0,0,0,0 +70288,0,0,0,0,0 +70289,0,0,0,0,0 +70290,0,0,0,0,0 +70291,0,0,0,0,0 +70292,0,0,0,0,0 +70293,0,0,0,0,0 +70294,0,0,0,0,0 +70295,0,0,0,0,0 +70296,0,0,0,0,0 +70297,0,0,0,0,0 +70298,0,0,0,0,0 +70299,0,0,0,0,0 +70300,0,0,0,0,0 +70301,0,0,0,0,0 +70302,0,0,0,0,0 +70303,0,0,0,0,0 +70304,0,0,0,0,0 +70305,0,0,0,0,0 +70306,0,0,0,0,0 +70307,0,0,0,0,0 +70308,0,0,0,0,0 +70309,0,0,0,0,0 +70310,0,0,0,0,0 +70311,0,0,0,0,0 +70312,0,0,0,0,0 +70313,0,0,0,0,0 +70314,0,0,0,0,0 +70315,0,0,0,0,0 +70316,0,0,0,0,0 +70317,0,0,0,0,0 +70318,0,0,0,0,0 +70319,0,0,0,0,0 +70320,0,0,0,0,0 +70321,0,0,0,0,0 +70322,0,0,0,0,0 +70323,0,0,0,0,0 +70324,0,0,0,0,0 +70325,0,0,0,0,0 +70326,0,0,0,0,0 +70327,0,0,0,0,0 +70328,0,0,0,0,0 +70329,0,0,0,0,0 +70330,0,0,0,0,0 +70331,0,0,0,0,0 +70332,0,0,0,0,0 +70333,0,0,0,0,0 +70334,0,0,0,0,0 +70335,0,0,0,0,0 +70336,0,0,0,0,0 +70337,0,0,0,0,0 +70338,0,0,0,0,0 +70339,0,0,0,0,0 +70340,0,0,0,0,0 +70341,0,0,0,0,0 +70342,0,0,0,0,0 +70343,0,0,0,0,0 +70344,0,0,0,0,0 +70345,0,0,0,0,0 +70346,0,0,0,0,0 +70347,0,0,0,0,0 +70348,0,0,0,0,0 +70349,0,0,0,0,0 +70350,0,0,0,0,0 +70351,0,0,0,0,0 +70352,0,0,0,0,0 +70353,0,0,0,0,0 +70354,0,0,0,0,0 +70355,0,0,0,0,0 +70356,0,0,0,0,0 +70357,0,0,0,0,0 +70358,0,0,0,0,0 +70359,0,0,0,0,0 +70360,0,0,0,0,0 +70361,0,0,0,0,0 +70362,0,0,0,0,0 +70363,0,0,0,0,0 +70364,0,0,0,0,0 +70365,0,0,0,0,0 +70366,0,0,0,0,0 +70367,0,0,0,0,0 +70368,0,0,0,0,0 +70369,0,0,0,0,0 +70370,0,0,0,0,0 +70371,0,0,0,0,0 +70372,0,0,0,0,0 +70373,0,0,0,0,0 +70374,0,0,0,0,0 +70375,0,0,0,0,0 +70376,0,0,0,0,0 +70377,0,0,0,0,0 +70378,0,0,0,0,0 +70379,0,0,0,0,0 +70380,0,0,0,0,0 +70381,0,0,0,0,0 +70382,0,0,0,0,0 +70383,0,0,0,0,0 +70384,0,0,0,0,0 +70385,0,0,0,0,0 +70386,0,0,0,0,0 +70387,0,0,0,0,0 +70388,0,0,0,0,0 +70389,0,0,0,0,0 +70390,0,0,0,0,0 +70391,0,0,0,0,0 +70392,0,0,0,0,0 +70393,0,0,0,0,0 +70394,0,0,0,0,0 +70395,0,0,0,0,0 +70396,0,0,0,0,0 +70397,0,0,0,0,0 +70398,0,0,0,0,0 +70399,0,0,0,0,0 +70400,0,0,0,0,0 +70401,0,0,0,0,0 +70402,0,0,0,0,0 +70403,0,0,0,0,0 +70404,0,0,0,0,0 +70405,0,0,0,0,0 +70406,0,0,0,0,0 +70407,0,0,0,0,0 +70408,0,0,0,0,0 +70409,0,0,0,0,0 +70410,0,0,0,0,0 +70411,0,0,0,0,0 +70412,0,0,0,0,0 +70413,0,0,0,0,0 +70414,0,0,0,0,0 +70415,0,0,0,0,0 +70416,0,0,0,0,0 +70417,0,0,0,0,0 +70418,0,0,0,0,0 +70419,0,0,0,0,0 +70420,0,0,0,0,0 +70421,0,0,0,0,0 +70422,0,0,0,0,0 +70423,0,0,0,0,0 +70424,0,0,0,0,0 +70425,0,0,0,0,0 +70426,0,0,0,0,0 +70427,0,0,0,0,0 +70428,0,0,0,0,0 +70429,0,0,0,0,0 +70430,0,0,0,0,0 +70431,0,0,0,0,0 +70432,0,0,0,0,0 +70433,0,0,0,0,0 +70434,0,0,0,0,0 +70435,0,0,0,0,0 +70436,0,0,0,0,0 +70437,0,0,0,0,0 +70438,0,0,0,0,0 +70439,0,0,0,0,0 +70440,0,0,0,0,0 +70441,0,0,0,0,0 +70442,0,0,0,0,0 +70443,0,0,0,0,0 +70444,0,0,0,0,0 +70445,0,0,0,0,0 +70446,0,0,0,0,0 +70447,0,0,0,0,0 +70448,0,0,0,0,0 +70449,0,0,0,0,0 +70450,0,0,0,0,0 +70451,0,0,0,0,0 +70452,0,0,0,0,0 +70453,0,0,0,0,0 +70454,0,0,0,0,0 +70455,0,0,0,0,0 +70456,0,0,0,0,0 +70457,0,0,0,0,0 +70458,0,0,0,0,0 +70459,0,0,0,0,0 +70460,0,0,0,0,0 +70461,0,0,0,0,0 +70462,0,0,0,0,0 +70463,0,0,0,0,0 +70464,0,0,0,0,0 +70465,0,0,0,0,0 +70466,0,0,0,0,0 +70467,0,0,0,0,0 +70468,0,0,0,0,0 +70469,0,0,0,0,0 +70470,0,0,0,0,0 +70471,0,0,0,0,0 +70472,0,0,0,0,0 +70473,0,0,0,0,0 +70474,0,0,0,0,0 +70475,0,0,0,0,0 +70476,0,0,0,0,0 +70477,0,0,0,0,0 +70478,0,0,0,0,0 +70479,0,0,0,0,0 +70480,0,0,0,0,0 +70481,0,0,0,0,0 +70482,0,0,0,0,0 +70483,0,0,0,0,0 +70484,0,0,0,0,0 +70485,0,0,0,0,0 +70486,0,0,0,0,0 +70487,0,0,0,0,0 +70488,0,0,0,0,0 +70489,0,0,0,0,0 +70490,0,0,0,0,0 +70491,0,0,0,0,0 +70492,0,0,0,0,0 +70493,0,0,0,0,0 +70494,0,0,0,0,0 +70495,0,0,0,0,0 +70496,0,0,0,0,0 +70497,0,0,0,0,0 +70498,0,0,0,0,0 +70499,0,0,0,0,0 +70500,0,0,0,0,0 +70501,0,0,0,0,0 +70502,0,0,0,0,0 +70503,0,0,0,0,0 +70504,0,0,0,0,0 +70505,0,0,0,0,0 +70506,0,0,0,0,0 +70507,0,0,0,0,0 +70508,0,0,0,0,0 +70509,0,0,0,0,0 +70510,0,0,0,0,0 +70511,0,0,0,0,0 +70512,0,0,0,0,0 +70513,0,0,0,0,0 +70514,0,0,0,0,0 +70515,0,0,0,0,0 +70516,0,0,0,0,0 +70517,0,0,0,0,0 +70518,0,0,0,0,0 +70519,0,0,0,0,0 +70520,0,0,0,0,0 +70521,0,0,0,0,0 +70522,0,0,0,0,0 +70523,0,0,0,0,0 +70524,0,0,0,0,0 +70525,0,0,0,0,0 +70526,0,0,0,0,0 +70527,0,0,0,0,0 +70528,0,0,0,0,0 +70529,0,0,0,0,0 +70530,0,0,0,0,0 +70531,0,0,0,0,0 +70532,0,0,0,0,0 +70533,0,0,0,0,0 +70534,0,0,0,0,0 +70535,0,0,0,0,0 +70536,0,0,0,0,0 +70537,0,0,0,0,0 +70538,0,0,0,0,0 +70539,0,0,0,0,0 +70540,0,0,0,0,0 +70541,0,0,0,0,0 +70542,0,0,0,0,0 +70543,0,0,0,0,0 +70544,0,0,0,0,0 +70545,0,0,0,0,0 +70546,0,0,0,0,0 +70547,0,0,0,0,0 +70548,0,0,0,0,0 +70549,0,0,0,0,0 +70550,0,0,0,0,0 +70551,0,0,0,0,0 +70552,0,0,0,0,0 +70553,0,0,0,0,0 +70554,0,0,0,0,0 +70555,0,0,0,0,0 +70556,0,0,0,0,0 +70557,0,0,0,0,0 +70558,0,0,0,0,0 +70559,0,0,0,0,0 +70560,0,0,0,0,0 +70561,0,0,0,0,0 +70562,0,0,0,0,0 +70563,0,0,0,0,0 +70564,0,0,0,0,0 +70565,0,0,0,0,0 +70566,0,0,0,0,0 +70567,0,0,0,0,0 +70568,0,0,0,0,0 +70569,0,0,0,0,0 +70570,0,0,0,0,0 +70571,0,0,0,0,0 +70572,0,0,0,0,0 +70573,0,0,0,0,0 +70574,0,0,0,0,0 +70575,0,0,0,0,0 +70576,0,0,0,0,0 +70577,0,0,0,0,0 +70578,0,0,0,0,0 +70579,0,0,0,0,0 +70580,0,0,0,0,0 +70581,0,0,0,0,0 +70582,0,0,0,0,0 +70583,0,0,0,0,0 +70584,0,0,0,0,0 +70585,0,0,0,0,0 +70586,0,0,0,0,0 +70587,0,0,0,0,0 +70588,0,0,0,0,0 +70589,0,0,0,0,0 +70590,0,0,0,0,0 +70591,0,0,0,0,0 +70592,0,0,0,0,0 +70593,0,0,0,0,0 +70594,0,0,0,0,0 +70595,0,0,0,0,0 +70596,0,0,0,0,0 +70597,0,0,0,0,0 +70598,0,0,0,0,0 +70599,0,0,0,0,0 +70600,0,0,0,0,0 +70601,0,0,0,0,0 +70602,0,0,0,0,0 +70603,0,0,0,0,0 +70604,0,0,0,0,0 +70605,0,0,0,0,0 +70606,0,0,0,0,0 +70607,0,0,0,0,0 +70608,0,0,0,0,0 +70609,0,0,0,0,0 +70610,0,0,0,0,0 +70611,0,0,0,0,0 +70612,0,0,0,0,0 +70613,0,0,0,0,0 +70614,0,0,0,0,0 +70615,0,0,0,0,0 +70616,0,0,0,0,0 +70617,0,0,0,0,0 +70618,0,0,0,0,0 +70619,0,0,0,0,0 +70620,0,0,0,0,0 +70621,0,0,0,0,0 +70622,0,0,0,0,0 +70623,0,0,0,0,0 +70624,0,0,0,0,0 +70625,0,0,0,0,0 +70626,0,0,0,0,0 +70627,0,0,0,0,0 +70628,0,0,0,0,0 +70629,0,0,0,0,0 +70630,0,0,0,0,0 +70631,0,0,0,0,0 +70632,0,0,0,0,0 +70633,0,0,0,0,0 +70634,0,0,0,0,0 +70635,0,0,0,0,0 +70636,0,0,0,0,0 +70637,0,0,0,0,0 +70638,0,0,0,0,0 +70639,0,0,0,0,0 +70640,0,0,0,0,0 +70641,0,0,0,0,0 +70642,0,0,0,0,0 +70643,0,0,0,0,0 +70644,0,0,0,0,0 +70645,0,0,0,0,0 +70646,0,0,0,0,0 +70647,0,0,0,0,0 +70648,0,0,0,0,0 +70649,0,0,0,0,0 +70650,0,0,0,0,0 +70651,0,0,0,0,0 +70652,0,0,0,0,0 +70653,0,0,0,0,0 +70654,0,0,0,0,0 +70655,0,0,0,0,0 +70656,0,0,0,0,0 +70657,0,0,0,0,0 +70658,0,0,0,0,0 +70659,0,0,0,0,0 +70660,0,0,0,0,0 +70661,0,0,0,0,0 +70662,0,0,0,0,0 +70663,0,0,0,0,0 +70664,0,0,0,0,0 +70665,0,0,0,0,0 +70666,0,0,0,0,0 +70667,0,0,0,0,0 +70668,0,0,0,0,0 +70669,0,0,0,0,0 +70670,0,0,0,0,0 +70671,0,0,0,0,0 +70672,0,0,0,0,0 +70673,0,0,0,0,0 +70674,0,0,0,0,0 +70675,0,0,0,0,0 +70676,0,0,0,0,0 +70677,0,0,0,0,0 +70678,0,0,0,0,0 +70679,0,0,0,0,0 +70680,0,0,0,0,0 +70681,0,0,0,0,0 +70682,0,0,0,0,0 +70683,0,0,0,0,0 +70684,0,0,0,0,0 +70685,0,0,0,0,0 +70686,0,0,0,0,0 +70687,0,0,0,0,0 +70688,0,0,0,0,0 +70689,0,0,0,0,0 +70690,0,0,0,0,0 +70691,0,0,0,0,0 +70692,0,0,0,0,0 +70693,0,0,0,0,0 +70694,0,0,0,0,0 +70695,0,0,0,0,0 +70696,0,0,0,0,0 +70697,0,0,0,0,0 +70698,0,0,0,0,0 +70699,0,0,0,0,0 +70700,0,0,0,0,0 +70701,0,0,0,0,0 +70702,0,0,0,0,0 +70703,0,0,0,0,0 +70704,0,0,0,0,0 +70705,0,0,0,0,0 +70706,0,0,0,0,0 +70707,0,0,0,0,0 +70708,0,0,0,0,0 +70709,0,0,0,0,0 +70710,0,0,0,0,0 +70711,0,0,0,0,0 +70712,0,0,0,0,0 +70713,0,0,0,0,0 +70714,0,0,0,0,0 +70715,0,0,0,0,0 +70716,0,0,0,0,0 +70717,0,0,0,0,0 +70718,0,0,0,0,0 +70719,0,0,0,0,0 +70720,0,0,0,0,0 +70721,0,0,0,0,0 +70722,0,0,0,0,0 +70723,0,0,0,0,0 +70724,0,0,0,0,0 +70725,0,0,0,0,0 +70726,0,0,0,0,0 +70727,0,0,0,0,0 +70728,0,0,0,0,0 +70729,0,0,0,0,0 +70730,0,0,0,0,0 +70731,0,0,0,0,0 +70732,0,0,0,0,0 +70733,0,0,0,0,0 +70734,0,0,0,0,0 +70735,0,0,0,0,0 +70736,0,0,0,0,0 +70737,0,0,0,0,0 +70738,0,0,0,0,0 +70739,0,0,0,0,0 +70740,0,0,0,0,0 +70741,0,0,0,0,0 +70742,0,0,0,0,0 +70743,0,0,0,0,0 +70744,0,0,0,0,0 +70745,0,0,0,0,0 +70746,0,0,0,0,0 +70747,0,0,0,0,0 +70748,0,0,0,0,0 +70749,0,0,0,0,0 +70750,0,0,0,0,0 +70751,0,0,0,0,0 +70752,0,0,0,0,0 +70753,0,0,0,0,0 +70754,0,0,0,0,0 +70755,0,0,0,0,0 +70756,0,0,0,0,0 +70757,0,0,0,0,0 +70758,0,0,0,0,0 +70759,0,0,0,0,0 +70760,0,0,0,0,0 +70761,0,0,0,0,0 +70762,0,0,0,0,0 +70763,0,0,0,0,0 +70764,0,0,0,0,0 +70765,0,0,0,0,0 +70766,0,0,0,0,0 +70767,0,0,0,0,0 +70768,0,0,0,0,0 +70769,0,0,0,0,0 +70770,0,0,0,0,0 +70771,0,0,0,0,0 +70772,0,0,0,0,0 +70773,0,0,0,0,0 +70774,0,0,0,0,0 +70775,0,0,0,0,0 +70776,0,0,0,0,0 +70777,0,0,0,0,0 +70778,0,0,0,0,0 +70779,0,0,0,0,0 +70780,0,0,0,0,0 +70781,0,0,0,0,0 +70782,0,0,0,0,0 +70783,0,0,0,0,0 +70784,0,0,0,0,0 +70785,0,0,0,0,0 +70786,0,0,0,0,0 +70787,0,0,0,0,0 +70788,0,0,0,0,0 +70789,0,0,0,0,0 +70790,0,0,0,0,0 +70791,0,0,0,0,0 +70792,0,0,0,0,0 +70793,0,0,0,0,0 +70794,0,0,0,0,0 +70795,0,0,0,0,0 +70796,0,0,0,0,0 +70797,0,0,0,0,0 +70798,0,0,0,0,0 +70799,0,0,0,0,0 +70800,0,0,0,0,0 +70801,0,0,0,0,0 +70802,0,0,0,0,0 +70803,0,0,0,0,0 +70804,0,0,0,0,0 +70805,0,0,0,0,0 +70806,0,0,0,0,0 +70807,0,0,0,0,0 +70808,0,0,0,0,0 +70809,0,0,0,0,0 +70810,0,0,0,0,0 +70811,0,0,0,0,0 +70812,0,0,0,0,0 +70813,0,0,0,0,0 +70814,0,0,0,0,0 +70815,0,0,0,0,0 +70816,0,0,0,0,0 +70817,0,0,0,0,0 +70818,0,0,0,0,0 +70819,0,0,0,0,0 +70820,0,0,0,0,0 +70821,0,0,0,0,0 +70822,0,0,0,0,0 +70823,0,0,0,0,0 +70824,0,0,0,0,0 +70825,0,0,0,0,0 +70826,0,0,0,0,0 +70827,0,0,0,0,0 +70828,0,0,0,0,0 +70829,0,0,0,0,0 +70830,0,0,0,0,0 +70831,0,0,0,0,0 +70832,0,0,0,0,0 +70833,0,0,0,0,0 +70834,0,0,0,0,0 +70835,0,0,0,0,0 +70836,0,0,0,0,0 +70837,0,0,0,0,0 +70838,0,0,0,0,0 +70839,0,0,0,0,0 +70840,0,0,0,0,0 +70841,0,0,0,0,0 +70842,0,0,0,0,0 +70843,0,0,0,0,0 +70844,0,0,0,0,0 +70845,0,0,0,0,0 +70846,0,0,0,0,0 +70847,0,0,0,0,0 +70848,0,0,0,0,0 +70849,0,0,0,0,0 +70850,0,0,0,0,0 +70851,0,0,0,0,0 +70852,0,0,0,0,0 +70853,0,0,0,0,0 +70854,0,0,0,0,0 +70855,0,0,0,0,0 +70856,0,0,0,0,0 +70857,0,0,0,0,0 +70858,0,0,0,0,0 +70859,0,0,0,0,0 +70860,0,0,0,0,0 +70861,0,0,0,0,0 +70862,0,0,0,0,0 +70863,0,0,0,0,0 +70864,0,0,0,0,0 +70865,0,0,0,0,0 +70866,0,0,0,0,0 +70867,0,0,0,0,0 +70868,0,0,0,0,0 +70869,0,0,0,0,0 +70870,0,0,0,0,0 +70871,0,0,0,0,0 +70872,0,0,0,0,0 +70873,0,0,0,0,0 +70874,0,0,0,0,0 +70875,0,0,0,0,0 +70876,0,0,0,0,0 +70877,0,0,0,0,0 +70878,0,0,0,0,0 +70879,0,0,0,0,0 +70880,0,0,0,0,0 +70881,0,0,0,0,0 +70882,0,0,0,0,0 +70883,0,0,0,0,0 +70884,0,0,0,0,0 +70885,0,0,0,0,0 +70886,0,0,0,0,0 +70887,0,0,0,0,0 +70888,0,0,0,0,0 +70889,0,0,0,0,0 +70890,0,0,0,0,0 +70891,0,0,0,0,0 +70892,0,0,0,0,0 +70893,0,0,0,0,0 +70894,0,0,0,0,0 +70895,0,0,0,0,0 +70896,0,0,0,0,0 +70897,0,0,0,0,0 +70898,0,0,0,0,0 +70899,0,0,0,0,0 +70900,0,0,0,0,0 +70901,0,0,0,0,0 +70902,0,0,0,0,0 +70903,0,0,0,0,0 +70904,0,0,0,0,0 +70905,0,0,0,0,0 +70906,0,0,0,0,0 +70907,0,0,0,0,0 +70908,0,0,0,0,0 +70909,0,0,0,0,0 +70910,0,0,0,0,0 +70911,0,0,0,0,0 +70912,0,0,0,0,0 +70913,0,0,0,0,0 +70914,0,0,0,0,0 +70915,0,0,0,0,0 +70916,0,0,0,0,0 +70917,0,0,0,0,0 +70918,0,0,0,0,0 +70919,0,0,0,0,0 +70920,0,0,0,0,0 +70921,0,0,0,0,0 +70922,0,0,0,0,0 +70923,0,0,0,0,0 +70924,0,0,0,0,0 +70925,0,0,0,0,0 +70926,0,0,0,0,0 +70927,0,0,0,0,0 +70928,0,0,0,0,0 +70929,0,0,0,0,0 +70930,0,0,0,0,0 +70931,0,0,0,0,0 +70932,0,0,0,0,0 +70933,0,0,0,0,0 +70934,0,0,0,0,0 +70935,0,0,0,0,0 +70936,0,0,0,0,0 +70937,0,0,0,0,0 +70938,0,0,0,0,0 +70939,0,0,0,0,0 +70940,0,0,0,0,0 +70941,0,0,0,0,0 +70942,0,0,0,0,0 +70943,0,0,0,0,0 +70944,0,0,0,0,0 +70945,0,0,0,0,0 +70946,0,0,0,0,0 +70947,0,0,0,0,0 +70948,0,0,0,0,0 +70949,0,0,0,0,0 +70950,0,0,0,0,0 +70951,0,0,0,0,0 +70952,0,0,0,0,0 +70953,0,0,0,0,0 +70954,0,0,0,0,0 +70955,0,0,0,0,0 +70956,0,0,0,0,0 +70957,0,0,0,0,0 +70958,0,0,0,0,0 +70959,0,0,0,0,0 +70960,0,0,0,0,0 +70961,0,0,0,0,0 +70962,0,0,0,0,0 +70963,0,0,0,0,0 +70964,0,0,0,0,0 +70965,0,0,0,0,0 +70966,0,0,0,0,0 +70967,0,0,0,0,0 +70968,0,0,0,0,0 +70969,0,0,0,0,0 +70970,0,0,0,0,0 +70971,0,0,0,0,0 +70972,0,0,0,0,0 +70973,0,0,0,0,0 +70974,0,0,0,0,0 +70975,0,0,0,0,0 +70976,0,0,0,0,0 +70977,0,0,0,0,0 +70978,0,0,0,0,0 +70979,0,0,0,0,0 +70980,0,0,0,0,0 +70981,-1687.921482,-814.8487974,-1658.040077,-814.8580658,-1081.112047 +70982,-1616.399219,-684.4591291,-1582.668632,-684.4658634,-942.9425344 +70983,-1457.767691,-630.9892341,-1431.56813,-630.9949661,-871.5544201 +70984,-1551.305854,-656.9696088,-1519.193917,-656.9759129,-910.2496032 +70985,-1564.335248,-662.7133576,-1532.038174,-662.719829,-920.2607526 +70986,-1662.28867,-704.4801224,-1627.988888,-704.4874688,-979.9903857 +70987,-1769.823025,-750.3064236,-1733.307405,-750.3147196,-1045.199818 +70988,-479.3939953,-431.5372415,-801.7055216,-429.483337,-1074.958674 +70989,-1152.905954,-426.8736897,-955.1451894,-427.9554832,-1088.139504 +70990,-977.4992902,-486.2242053,-1033.381771,-485.3862893,-1096.518703 +70991,-950.4310271,-445.1759645,-948.4912435,-445.6978399,-823.6068488 +70992,-940.3606029,-441.2419632,-939.00711,-440.7147546,-475.6092195 +70993,-914.2995559,-334.6048033,-841.3741664,-423.6292082,-744.697827 +70994,-904.3205895,-323.9114859,-825.6703736,-418.8607925,-642.9157633 +70995,-893.9410258,-316.0729287,-816.2065458,-412.6810577,-637.9728207 +70996,-886.4843994,-311.3361722,-806.4701736,-407.494252,-632.8304173 +70997,-877.1787198,-306.4931612,-798.2347883,-402.7651087,-627.5062708 +70998,-867.644922,-301.9780425,-788.0483838,-398.5367641,-623.4683726 +70999,-861.2750365,-298.2429851,-782.1270391,-392.9061845,-617.8444038 +71000,-853.0829587,-294.0165502,-774.3012383,-389.7661496,-613.5730508 +71001,-846.4652246,-291.0432052,-765.4376604,-383.8941337,-609.2058257 +71002,-838.0074948,-287.1516024,-760.1188342,-380.6064108,-605.5177667 +71003,-831.17623,-283.6581065,-751.0280048,-376.576898,-600.2023583 +71004,-824.2552817,-280.5757541,-747.4259346,-372.4773488,-595.5734505 +71005,-819.0338906,-277.4640474,-737.2034274,-368.3097784,-592.4673925 +71006,-810.157052,-273.8695242,-732.5553263,-364.7924563,-587.6996345 +71007,-805.7133747,-270.7003686,-726.9130943,-360.502212,-583.6753207 +71008,-799.4047975,-267.5058976,-719.2961945,-357.6154965,-579.5946931 +71009,-792.1132816,-264.7507079,-713.54639,-353.215022,-576.2977084 +71010,-787.5361987,-261.5104552,-707.7521399,-351.0011182,-571.2673901 +71011,-781.0580443,-252.1077638,-697.9776818,-345.7430247,-567.8808879 +71012,-774.5227727,-243.0219318,-689.0909702,-343.4720889,-564.4582329 +71013,-768.8807297,-232.3192587,-679.1105283,-338.4773923,-560.9995727 +71014,-762.2416841,-222.9291301,-669.0236894,-335.7622573,-556.6221516 +71015,-754.5851847,-191.1625151,-646.4463921,-330.2549231,-553.0844241 +71016,-746.8574757,-177.8814598,-636.0289501,-327.8727859,-550.4110717 +71017,-741.020385,-165.2464275,-624.4493094,-323.0507137,-545.9031272 +71018,-735.1440334,-153.5704776,-615.9545464,-319.8025441,-543.1761372 +71019,-729.2282908,-143.4295337,-607.3945911,-316.5256128,-539.5060424 +71020,-724.2701029,-134.0532101,-598.77062,-313.2194182,-536.7320476 +71021,-717.2783759,-124.3819021,-591.1740743,-309.0448301,-532.999882 +71022,-713.2632478,-114.9607347,-583.5295422,-306.5202787,-530.1788347 +71023,-707.2032331,-105.2578349,-574.7341306,-302.2739954,-526.3844956 +71024,-701.104533,-97.97569021,-568.0994741,-299.7061103,-524.4760645 +71025,-694.9683343,-90.01629626,-560.3150327,-295.3883087,-520.6277023 +71026,-690.8588436,-82.05522346,-552.4851641,-293.2141989,-517.7185982 +71027,-685.6956781,-73.95835005,-544.6111639,-289.2701218,-514.7891225 +71028,-679.463316,-65.86109757,-538.9613921,-286.6213476,-512.8254869 +71029,-674.2418211,-57.76366769,-529.8730749,-282.6173055,-507.8726797 +71030,-664.7759683,-33.87553263,-508.6478185,-278.5783054,-506.8770583 +71031,-658.4188424,-23.21358586,-499.9641626,-274.9582226,-503.8717507 +71032,-653.0932439,-13.49630732,-492.9857157,-272.2251332,-499.8316496 +71033,-647.741833,-3.778974082,-485.9790507,-268.0954179,-498.8169638 +71034,-642.3645831,0,-477.7696552,-265.7869056,-494.7304137 +71035,-636.9617024,0,-470.7051953,-262.0701208,-492.6737269 +71036,-631.5334582,0,-464.7991332,-259.2650783,-489.5706009 +71037,-627.1730298,0,-457.0942867,-256.4447814,-487.4904246 +71038,-620.6007536,0,-450.5529368,-252.660614,-484.3518901 +71039,-616.2002435,0,-443.9919859,-249.8057283,-482.2479682 +71040,-611.7835914,0,-437.4119034,-246.9363249,-479.0738459 +71041,-604.0147357,0,-430.2125629,-243.5700991,-476.9461597 +71042,-599.5552424,0,-423.5947015,-240.669288,-473.1990524 +71043,-592.835547,0,-415.7513102,-236.7792236,-470.504815 +71044,-588.3368508,0,-409.7028375,-233.8458735,-468.3387113 +71045,-580.4254457,0,-402.4271691,-230.4063181,-463.9768383 +71046,-575.884841,0,-395.7421672,-227.443694,-462.8807963 +71047,-569.0449609,0,-389.0429292,-223.9703954,-458.4704983 +71048,-563.3200399,0,-382.3301436,-220.729543,-457.3621709 +71049,-557.5722392,0,-375.6044663,-217.4739564,-452.903108 +71050,-551.8016338,0,-369.4797604,-214.4559985,-450.6592392 +71051,-544.8470179,0,-362.1173363,-210.9196175,-448.4056471 +71052,-540.1938343,0,-357.2023172,-208.1299752,-445.0065077 +71053,-534.3568224,0,-349.2029602,-204.5653402,-442.7282592 +71054,-527.3235649,0,-344.2741177,-201.7540538,-439.2923259 +71055,-521.4400217,0,-337.488687,-198.1627227,-436.9896239 +71056,-516.7188462,0,-331.3128681,-195.0732883,-434.6770322 +71057,-509.6112187,0,-325.1307156,-191.9738052,-431.1893612 +71058,-504.2619689,0,-318.9426927,-188.8644844,-429.4373593 +71059,-497.7021834,0,-313.3688707,-185.4853357,-425.916362 +71060,-492.9172158,0,-307.170685,-182.3568181,-423.5568283 +71061,-485.7160958,0,-300.9678502,-179.4814409,-420.5935308 +71062,-480.9010581,0,-295.3818532,-175.8115666,-418.8082631 +71063,-473.6562028,0,-289.792665,-173.1838362,-415.2206268 +71064,-468.812808,0,-283.578936,-169.4959826,-412.8166684 +71065,-461.5264395,0,-277.9839899,-166.8560232,-410.4029103 +71066,-456.656126,0,-271.7647263,-163.1519611,-407.3717537 +71067,-450.5529405,0,-266.7877173,-160.5010767,-404.9358406 +71068,-443.8209306,0,-260.5641691,-156.7826465,-402.4900821 +71069,-438.299508,0,-255.2726882,-154.1221563,-400.0344075 +71070,-432.1504417,0,-249.6685089,-150.9245846,-396.3324395 +71071,-425.9870853,0,-244.3745777,-147.7221193,-395.0937897 +71072,-409.8989161,0,-226.3065166,-141.5719418,-391.362553 +71073,-402.4443511,0,-220.0745338,-138.6255653,-388.8629912 +71074,-396.2192253,0,-214.4652826,-134.8712495,-386.3537835 +71075,-389.3584096,0,-208.8555192,-131.9185891,-383.8348254 +71076,-382.4846236,0,-202.6219449,-128.4260073,-380.6724324 +71077,-376.2253246,0,-197.3232949,-125.3340615,-378.1317808 +71078,-369.9562669,0,-192.0244536,-121.9709488,-375.5815659 +71079,-362.4211577,0,-185.7902147,-118.7404504,-372.3802964 +71080,-357.3912875,0,-180.8028641,-115.5083252,-370.4525109 +71081,-349.2060603,0,-175.191933,-112.2747917,-367.2274327 +71082,-343.5323663,0,-169.5809073,-109.0400605,-363.9876581 +71083,-336.5900893,0,-164.2815906,-105.8043281,-362.0369474 +71084,-329.6400405,0,-158.6704836,-102.4329017,-359.4276179 +71085,-323.9485521,0,-153.0593687,-99.33060238,-355.4960444 +71086,-316.352542,0,-147.7600137,-95.8230405,-353.5226768 +71087,-310.017335,0,-142.1488901,-92.85479397,-350.8833934 +71088,-303.0434347,0,-136.8494936,-89.34644973,-346.9072358 +71089,-296.6994268,0,-130.9265895,-86.37767252,-345.57754 +71090,-289.7166605,0,-125.6272091,-82.73390366,-341.5743655 +71091,-282.7300698,0,-120.0160806,-79.62990776,-338.8945609 +71092,-276.3757699,0,-114.4049384,-76.39087085,-336.8789921 +71093,-269.383063,0,-108.7937911,-73.15175147,-332.8327391 +71094,-262.3877279,0,-103.026773,-69.64264171,-330.8024153 +71095,-255.7084094,0,-97.25976824,-66.67342516,-327.4076783 +71096,-249.0273195,0,-93.0514276,-63.16427961,-323.9997218 +71097,-241.3899447,0,-88.21960535,-59.79011387,-321.9488298 +71098,-235.3428023,0,-83.85539781,-56.68591256,-318.8634629 +71099,-227.7029537,0,-78.08837204,-53.17677815,-315.7675958 +71100,-220.3804874,0,-72.94483609,-49.93759572,-312.3157332 +71101,-212.42053,0,-66.55436598,-47.50820847,-309.5453904 +71102,-204.7783733,0,-60.63149521,-44.53892664,-305.7231716 +71103,-196.4988582,156.4869753,-54.55276533,-41.97458047,-302.5850157 +71104,-188.5374797,142.1938876,-48.31815319,-39.00530119,-298.7363406 +71105,-180.5759414,147.6022405,-42.08355492,-36.17100859,-295.5769685 +71106,-172.2957148,174.8287077,-36.00482024,-33.47168522,-292.0556226 +71107,-164.0154467,191.3297138,-29.61435515,-30.5024234,-288.5230129 +71108,-156.0536023,207.3681198,-23.37975311,-27.80309603,-284.9794067 +71109,-147.4547434,223.6325334,-16.98928977,-24.83383217,-281.4250619 +71110,-139.333589,239.3241455,-10.91055398,-22.1345019,-278.2171841 +71111,-130.5754707,255.5162432,-4.208355936,-19.03026834,-274.2850808 +71112,-122.6135687,270.6636515,0,-16.46590971,-271.0589579 +71113,-113.3777062,286.6221371,0,-13.22670983,-267.4650961 +71114,-105.415819,301.9152168,0,-10.66235133,-263.5009135 +71115,-96.33922357,317.2133515,0,-7.558121514,-260.6109831 +71116,-87.89959205,332.2824228,0,-4.723825698,-256.6278972 +71117,-78.98224487,347.7136771,0,-1.88953062,-252.9978846 +71118,-72.61270562,362.5279782,0,0,-249.7238028 +71119,-65.28773232,377.3193385,0,0,-245.7132821 +71120,-58.75897158,392.4841647,0,0,-242.4250436 +71121,-51.434003,407.0386215,0,0,-238.7643685 +71122,-44.58675019,421.7483305,0,0,-235.0965602 +71123,-37.10254181,436.3497379,0,0,-231.4219484 +71124,-30.25529619,450.856812,0,0,-227.7408532 +71125,-22.77109143,465.2761357,0,0,-224.4225835 +71126,-15.60536302,479.6609156,0,0,-220.3603797 +71127,-8.280397349,493.8955889,0,0,-216.6616567 +71128,0,508.1268617,0,0,-212.9577229 +71129,0,521.9455297,0,0,-209.2488613 +71130,0,536.555249,0,0,-205.9069141 +71131,0,546.8878065,0,0,-201.4454326 +71132,0,557.0275862,0,0,-198.4679492 +71133,0,566.6952096,0,0,-193.997136 +71134,0,576.1508554,0,0,-191.0138745 +71135,0,585.2151512,0,0,-186.5350609 +71136,0,594.1492234,0,0,-183.1732437 +71137,0,602.7222763,0,0,-179.0614197 +71138,0,611.1938065,0,0,-175.6950649 +71139,0,619.3242813,0,0,-171.578194 +71140,0,627.3757274,0,0,-167.8335656 +71141,0,635.0984406,0,0,-164.0872266 +71142,0,642.7630064,0,0,-160.3393593 +71143,0,650.1059084,0,0,-156.2151557 +71144,0,657.3692823,0,0,-152.4647087 +71145,0,664.4615947,0,0,-149.0884714 +71146,0,674.1346714,0,0,-144.5856875 +71147,0,683.2061788,0,0,-141.2079724 +71148,0,691.8797575,0,0,-137.0789835 +71149,0,700.4392021,0,0,-133.324864 +71150,0,708.7825492,0,0,-129.3826184 +71151,0,716.8152404,0,0,-125.6277867 +71152,0,724.7378945,0,0,-121.6849416 +71153,0,732.4640207,0,0,-117.9296607 +71154,0,739.8927678,0,0,-113.7986794 +71155,0,747.2282741,0,0,-110.0431538 +71156,0,754.3829874,0,0,-106.2875534 +71157,0,760.7771992,0,0,-102.1563152 +71158,0,768.2720827,0,0,-98.40062037 +71159,0,774.4909145,0,0,-94.45711279 +71160,0,780.9796741,0,0,-90.51358907 +71161,0,787.0697013,0,0,-86.75784607 +71162,0,792.9284681,0,0,-83.18989307 +71163,0,798.7424759,0,0,-79.43414339 +71164,0,804.334022,0,0,-75.67839172 +71165,0,809.6862545,0,0,-72.11043056 +71166,0,814.939764,0,0,-68.16688587 +71167,0,820.118991,0,0,-64.59892497 +71168,0,825.0458794,0,0,-60.65538432 +71169,0,829.8711759,0,0,-57.0874259 +71170,0,834.544957,0,0,-53.14388611 +71171,0,839.0719646,0,0,-49.57592571 +71172,0,843.4626025,0,0,-45.63238334 +71173,0,847.7130453,0,0,-41.87663136 +71174,0,851.7743783,0,0,-38.1208801 +71175,0,855.8333798,0,0,-34.17733945 +71176,0,859.6414646,0,0,-30.42158948 +71177,0,863.3668535,0,0,-26.66583888 +71178,0,867.0087146,0,0,-22.72229813 +71179,0,870.3873185,0,0,-18.96654613 +71180,0,873.7070278,0,0,-15.02300587 +71181,0,876.987209,0,0,-11.07946658 +71182,0,880.0334031,0,0,-7.32371579 +71183,0,883.0069113,0,0,-3.38017655 +71184,0,885.8513384,0,0,0 +71185,0,888.5780122,0,0,0 +71186,0,891.1875924,0,0,0 +71187,0,893.6237639,0,0,0 +71188,0,896.086626,0,0,0 +71189,0,898.311475,0,0,0 +71190,0,900.4752248,0,0,0 +71191,0,903.6606292,0,0,0 +71192,0,906.8201515,0,0,0 +71193,0,910.1254367,0,0,0 +71194,0,913.3720214,0,0,0 +71195,0,916.6050854,0,0,0 +71196,0,919.7503877,0,0,0 +71197,0,922.9994082,0,0,0 +71198,0,926.0817077,0,0,0 +71199,0,929.170588,0,0,0 +71200,0,932.2027159,0,0,0 +71201,0,935.1848882,0,0,0 +71202,0,938.1742856,0,0,0 +71203,0,940.9041911,0,0,0 +71204,0,943.8563128,0,0,0 +71205,0,946.5672361,0,0,0 +71206,0,949.2835779,0,0,0 +71207,0,951.9306643,0,0,0 +71208,0,954.5178321,0,0,0 +71209,0,957.0438211,0,0,0 +71210,0,959.5081437,0,0,0 +71211,0,961.9098124,0,0,0 +71212,0,964.2485143,0,0,0 +71213,0,966.4627036,0,0,0 +71214,0,968.7629984,0,0,0 +71215,0,970.8646127,0,0,0 +71216,0,972.9559871,0,0,0 +71217,0,974.9716801,0,0,0 +71218,0,976.921861,0,0,0 +71219,0,978.866929,0,0,0 +71220,0,980.5946871,0,0,0 +71221,0,982.6829133,0,0,0 +71222,0,984.4857472,0,0,0 +71223,0,986.4444257,0,0,0 +71224,0,988.1347926,0,0,0 +71225,0,989.9648767,0,0,0 +71226,0,991.5270809,0,0,0 +71227,0,993.1634241,0,0,0 +71228,0,994.6875248,0,0,0 +71229,0,996.2080467,0,0,0 +71230,0,997.5202686,0,0,0 +71231,0,998.9527273,0,0,0 +71232,0,1000.123225,0,0,0 +71233,0,1001.292613,0,0,0 +71234,0,1002.5509,0,0,0 +71235,0,1003.525323,0,0,0 +71236,0,1011.057891,0,0,0 +71237,0,1013.166024,0,0,0 +71238,0,1014.580579,0,0,0 +71239,0,1015.870099,0,0,0 +71240,0,1017.047223,0,0,0 +71241,0,1018.119909,0,0,0 +71242,0,1019.096194,0,0,0 +71243,0,1019.9815,0,0,0 +71244,0,1020.779739,0,0,0 +71245,0,1021.493014,0,0,0 +71246,0,1022.12347,0,0,0 +71247,0,1022.671937,0,0,0 +71248,0,1023.139655,0,0,0 +71249,0,1023.52721,0,0,0 +71250,0,1023.835461,0,0,0 +71251,0,1023.573374,0,0,0 +71252,0,1023.137204,0,0,0 +71253,0,1022.569859,0,0,0 +71254,0,1021.886921,0,0,0 +71255,0,1021.095999,0,0,0 +71256,0,1020.202287,0,0,0 +71257,0,1019.209139,0,0,0 +71258,0,1018.120194,0,0,0 +71259,0,1016.93732,0,0,0 +71260,0,1015.663271,0,0,0 +71261,0,1014.29981,0,0,0 +71262,0,1012.849002,0,0,0 +71263,0,1011.312373,0,0,0 +71264,0,1009.691701,0,0,0 +71265,0,1007.988274,0,0,0 +71266,0,1006.203664,0,0,0 +71267,0,1004.338981,0,0,0 +71268,0,1002.395639,0,0,0 +71269,0,1000.37461,0,0,0 +71270,0,998.2771839,0,0,0 +71271,0,996.1042267,0,0,0 +71272,0,993.8569331,0,0,0 +71273,0,991.5988929,0,0,0 +71274,0,989.1145945,0,0,0 +71275,0,986.6948345,0,0,0 +71276,0,984.1491211,0,0,0 +71277,0,976.8057604,0,0,0 +71278,0,973.4106439,0,0,0 +71279,0,970.1966579,0,0,0 +71280,0,967.0889824,0,0,0 +71281,0,963.8047619,0,0,0 +71282,0,960.2740579,0,0,0 +71283,0,956.8134134,0,0,0 +71284,0,953.2446221,0,0,0 +71285,0,949.6331371,0,0,0 +71286,0,945.9691721,0,0,0 +71287,0,942.2524221,0,0,0 +71288,0,938.5428673,0,0,0 +71289,0,934.5735192,0,0,0 +71290,0,930.8280194,0,0,0 +71291,0,926.8473104,0,0,0 +71292,0,922.8766111,0,0,0 +71293,0,918.843929,0,0,0 +71294,0,914.8179359,0,0,0 +71295,0,910.5980717,0,0,0 +71296,0,906.4529283,0,0,0 +71297,0,902.2060879,0,0,0 +71298,0,897.8604743,0,0,0 +71299,0,893.6061802,0,0,0 +71300,0,889.2360149,0,0,0 +71301,0,884.7269928,0,0,0 +71302,0,880.2849573,0,0,0 +71303,0,875.7450904,0,0,0 +71304,0,871.2228039,0,0,0 +71305,0,866.5201091,0,0,0 +71306,0,861.8338705,0,0,0 +71307,0,857.1920438,0,0,0 +71308,0,852.3939689,0,0,0 +71309,0,847.6560405,0,0,0 +71310,0,842.7336913,0,0,0 +71311,0,836.2360979,0,0,0 +71312,0,829.4391181,0,0,0 +71313,0,822.4966174,0,0,0 +71314,0,815.4240329,0,0,0 +71315,0,808.2965323,0,0,0 +71316,0,800.8956576,0,0,0 +71317,0,796.2706928,0,0,0 +71318,0,790.8350612,0,0,0 +71319,0,785.2609581,0,0,0 +71320,0,779.744505,0,0,0 +71321,0,774.1349868,0,0,0 +71322,0,768.4930483,0,0,0 +71323,0,762.8116934,0,0,0 +71324,0,757.5764258,0,0,0 +71325,0,751.1233374,0,0,0 +71326,0,745.6470707,0,0,0 +71327,0,739.8434767,0,0,0 +71328,0,733.9846667,0,0,0 +71329,0,728.1499964,0,0,0 +71330,0,722.2433241,0,0,0 +71331,0,716.4369889,0,0,0 +71332,0,710.5158097,0,0,0 +71333,0,704.6252769,0,0,0 +71334,0,698.6737758,0,0,0 +71335,0,692.8367978,0,0,0 +71336,0,686.8935764,0,0,0 +71337,0,680.9855695,0,0,0 +71338,0,675.0239882,0,0,0 +71339,0,669.1724447,0,0,0 +71340,0,663.2255313,0,0,0 +71341,0,0,0,0,0 +71342,0,0,0,0,0 +71343,0,0,0,0,0 +71344,0,0,0,0,0 +71345,0,0,0,0,0 +71346,0,0,0,0,0 +71347,0,0,0,0,0 +71348,0,0,0,0,0 +71349,0,0,0,0,0 +71350,0,0,0,0,0 +71351,0,0,0,0,0 +71352,0,0,0,0,0 +71353,0,0,0,0,0 +71354,0,0,0,0,0 +71355,0,0,0,0,0 +71356,0,0,0,0,0 +71357,0,0,0,0,0 +71358,0,0,0,0,0 +71359,0,0,0,0,0 +71360,0,0,0,0,0 +71361,0,0,0,0,0 +71362,0,0,0,0,0 +71363,0,0,0,0,0 +71364,0,0,0,0,0 +71365,0,0,0,0,0 +71366,0,0,0,0,0 +71367,0,0,0,0,0 +71368,0,0,0,0,0 +71369,0,0,0,0,0 +71370,0,0,0,0,0 +71371,0,0,0,0,0 +71372,0,0,0,0,0 +71373,0,0,0,0,0 +71374,0,0,0,0,0 +71375,0,0,0,0,0 +71376,0,0,0,0,0 +71377,0,0,0,0,0 +71378,0,0,0,0,0 +71379,0,0,0,0,0 +71380,0,0,0,0,0 +71381,0,0,0,0,0 +71382,0,0,0,0,0 +71383,0,0,0,0,0 +71384,0,0,0,0,0 +71385,0,0,0,0,0 +71386,0,0,0,0,0 +71387,0,0,0,0,0 +71388,0,0,0,0,0 +71389,0,0,0,0,0 +71390,0,0,0,0,0 +71391,0,0,0,0,0 +71392,0,0,0,0,0 +71393,0,0,0,0,0 +71394,0,0,0,0,0 +71395,0,0,0,0,0 +71396,0,0,0,0,0 +71397,0,0,0,0,0 +71398,0,0,0,0,0 +71399,0,0,0,0,0 +71400,0,0,0,0,0 +71401,0,0,0,0,0 +71402,0,0,0,0,0 +71403,0,0,0,0,0 +71404,0,0,0,0,0 +71405,0,0,0,0,0 +71406,0,0,0,0,0 +71407,0,0,0,0,0 +71408,0,0,0,0,0 +71409,0,0,0,0,0 +71410,0,0,0,0,0 +71411,0,0,0,0,0 +71412,0,0,0,0,0 +71413,0,0,0,0,0 +71414,0,0,0,0,0 +71415,0,0,0,0,0 +71416,0,0,0,0,0 +71417,0,0,0,0,0 +71418,0,0,0,0,0 +71419,0,0,0,0,0 +71420,0,0,0,0,0 +71421,0,0,0,0,0 +71422,0,0,0,0,0 +71423,0,0,0,0,0 +71424,0,0,0,0,0 +71425,0,0,0,0,0 +71426,0,0,0,0,0 +71427,0,0,0,0,0 +71428,0,0,0,0,0 +71429,0,0,0,0,0 +71430,0,0,0,0,0 +71431,0,0,0,0,0 +71432,0,0,0,0,0 +71433,0,0,0,0,0 +71434,0,0,0,0,0 +71435,0,0,0,0,0 +71436,0,0,0,0,0 +71437,0,0,0,0,0 +71438,0,0,0,0,0 +71439,0,0,0,0,0 +71440,0,0,0,0,0 +71441,0,0,0,0,0 +71442,0,0,0,0,0 +71443,0,0,0,0,0 +71444,0,0,0,0,0 +71445,0,0,0,0,0 +71446,0,0,0,0,0 +71447,0,0,0,0,0 +71448,0,0,0,0,0 +71449,0,0,0,0,0 +71450,0,0,0,0,0 +71451,0,0,0,0,0 +71452,0,0,0,0,0 +71453,0,0,0,0,0 +71454,0,0,0,0,0 +71455,0,0,0,0,0 +71456,0,0,0,0,0 +71457,0,0,0,0,0 +71458,0,0,0,0,0 +71459,0,0,0,0,0 +71460,0,0,0,0,0 +71461,0,0,0,0,0 +71462,0,0,0,0,0 +71463,0,0,0,0,0 +71464,0,0,0,0,0 +71465,0,0,0,0,0 +71466,0,0,0,0,0 +71467,0,0,0,0,0 +71468,0,0,0,0,0 +71469,0,0,0,0,0 +71470,0,0,0,0,0 +71471,0,0,0,0,0 +71472,0,0,0,0,0 +71473,0,0,0,0,0 +71474,0,0,0,0,0 +71475,0,0,0,0,0 +71476,0,0,0,0,0 +71477,0,0,0,0,0 +71478,0,0,0,0,0 +71479,0,0,0,0,0 +71480,0,0,0,0,0 +71481,0,0,0,0,0 +71482,0,0,0,0,0 +71483,0,0,0,0,0 +71484,0,0,0,0,0 +71485,0,0,0,0,0 +71486,0,0,0,0,0 +71487,0,0,0,0,0 +71488,0,0,0,0,0 +71489,0,0,0,0,0 +71490,0,0,0,0,0 +71491,0,0,0,0,0 +71492,0,0,0,0,0 +71493,0,0,0,0,0 +71494,0,0,0,0,0 +71495,0,0,0,0,0 +71496,0,0,0,0,0 +71497,0,0,0,0,0 +71498,0,0,0,0,0 +71499,0,0,0,0,0 +71500,0,0,0,0,0 +71501,0,0,0,0,0 +71502,0,0,0,0,0 +71503,0,0,0,0,0 +71504,0,0,0,0,0 +71505,0,0,0,0,0 +71506,0,0,0,0,0 +71507,0,0,0,0,0 +71508,0,0,0,0,0 +71509,0,0,0,0,0 +71510,0,0,0,0,0 +71511,0,0,0,0,0 +71512,0,0,0,0,0 +71513,0,0,0,0,0 +71514,0,0,0,0,0 +71515,0,0,0,0,0 +71516,0,0,0,0,0 +71517,0,0,0,0,0 +71518,0,0,0,0,0 +71519,0,0,0,0,0 +71520,0,0,0,0,0 +71521,0,0,0,0,0 +71522,0,0,0,0,0 +71523,0,0,0,0,0 +71524,0,0,0,0,0 +71525,0,0,0,0,0 +71526,0,0,0,0,0 +71527,0,0,0,0,0 +71528,0,0,0,0,0 +71529,0,0,0,0,0 +71530,0,0,0,0,0 +71531,0,0,0,0,0 +71532,0,0,0,0,0 +71533,0,0,0,0,0 +71534,0,0,0,0,0 +71535,0,0,0,0,0 +71536,0,0,0,0,0 +71537,0,0,0,0,0 +71538,0,0,0,0,0 +71539,0,0,0,0,0 +71540,0,0,0,0,0 +71541,0,0,0,0,0 +71542,0,0,0,0,0 +71543,0,0,0,0,0 +71544,0,0,0,0,0 +71545,0,0,0,0,0 +71546,0,0,0,0,0 +71547,0,0,0,0,0 +71548,0,0,0,0,0 +71549,0,0,0,0,0 +71550,0,0,0,0,0 +71551,0,0,0,0,0 +71552,0,0,0,0,0 +71553,0,0,0,0,0 +71554,0,0,0,0,0 +71555,0,0,0,0,0 +71556,0,0,0,0,0 +71557,0,0,0,0,0 +71558,0,0,0,0,0 +71559,0,0,0,0,0 +71560,0,0,0,0,0 +71561,0,0,0,0,0 +71562,0,0,0,0,0 +71563,0,0,0,0,0 +71564,0,0,0,0,0 +71565,0,0,0,0,0 +71566,0,0,0,0,0 +71567,0,0,0,0,0 +71568,0,0,0,0,0 +71569,0,0,0,0,0 +71570,0,0,0,0,0 +71571,0,0,0,0,0 +71572,0,0,0,0,0 +71573,0,0,0,0,0 +71574,0,0,0,0,0 +71575,0,0,0,0,0 +71576,0,0,0,0,0 +71577,0,0,0,0,0 +71578,0,0,0,0,0 +71579,0,0,0,0,0 +71580,0,0,0,0,0 +71581,0,0,0,0,0 +71582,0,0,0,0,0 +71583,0,0,0,0,0 +71584,0,0,0,0,0 +71585,0,0,0,0,0 +71586,0,0,0,0,0 +71587,0,0,0,0,0 +71588,0,0,0,0,0 +71589,0,0,0,0,0 +71590,0,0,0,0,0 +71591,0,0,0,0,0 +71592,0,0,0,0,0 +71593,0,0,0,0,0 +71594,0,0,0,0,0 +71595,0,0,0,0,0 +71596,0,0,0,0,0 +71597,0,0,0,0,0 +71598,0,0,0,0,0 +71599,0,0,0,0,0 +71600,0,0,0,0,0 +71601,0,0,0,0,0 +71602,0,0,0,0,0 +71603,0,0,0,0,0 +71604,0,0,0,0,0 +71605,0,0,0,0,0 +71606,0,0,0,0,0 +71607,0,0,0,0,0 +71608,0,0,0,0,0 +71609,0,0,0,0,0 +71610,0,0,0,0,0 +71611,0,0,0,0,0 +71612,0,0,0,0,0 +71613,0,0,0,0,0 +71614,0,0,0,0,0 +71615,0,0,0,0,0 +71616,0,0,0,0,0 +71617,0,0,0,0,0 +71618,0,0,0,0,0 +71619,0,0,0,0,0 +71620,0,0,0,0,0 +71621,0,0,0,0,0 +71622,0,0,0,0,0 +71623,0,0,0,0,0 +71624,0,0,0,0,0 +71625,0,0,0,0,0 +71626,0,0,0,0,0 +71627,0,0,0,0,0 +71628,0,0,0,0,0 +71629,0,0,0,0,0 +71630,0,0,0,0,0 +71631,0,0,0,0,0 +71632,0,0,0,0,0 +71633,0,0,0,0,0 +71634,0,0,0,0,0 +71635,0,0,0,0,0 +71636,0,0,0,0,0 +71637,0,0,0,0,0 +71638,0,0,0,0,0 +71639,0,0,0,0,0 +71640,0,0,0,0,0 +71641,0,0,0,0,0 +71642,0,0,0,0,0 +71643,0,0,0,0,0 +71644,0,0,0,0,0 +71645,0,0,0,0,0 +71646,0,0,0,0,0 +71647,0,0,0,0,0 +71648,0,0,0,0,0 +71649,0,0,0,0,0 +71650,0,0,0,0,0 +71651,0,0,0,0,0 +71652,0,0,0,0,0 +71653,0,0,0,0,0 +71654,0,0,0,0,0 +71655,0,0,0,0,0 +71656,0,0,0,0,0 +71657,0,0,0,0,0 +71658,0,0,0,0,0 +71659,0,0,0,0,0 +71660,0,0,0,0,0 +71661,0,0,0,0,0 +71662,0,0,0,0,0 +71663,0,0,0,0,0 +71664,0,0,0,0,0 +71665,0,0,0,0,0 +71666,0,0,0,0,0 +71667,0,0,0,0,0 +71668,0,0,0,0,0 +71669,0,0,0,0,0 +71670,0,0,0,0,0 +71671,0,0,0,0,0 +71672,0,0,0,0,0 +71673,0,0,0,0,0 +71674,0,0,0,0,0 +71675,0,0,0,0,0 +71676,0,0,0,0,0 +71677,0,0,0,0,0 +71678,0,0,0,0,0 +71679,0,0,0,0,0 +71680,0,0,0,0,0 +71681,0,0,0,0,0 +71682,0,0,0,0,0 +71683,0,0,0,0,0 +71684,0,0,0,0,0 +71685,0,0,0,0,0 +71686,0,0,0,0,0 +71687,0,0,0,0,0 +71688,0,0,0,0,0 +71689,0,0,0,0,0 +71690,0,0,0,0,0 +71691,0,0,0,0,0 +71692,0,0,0,0,0 +71693,0,0,0,0,0 +71694,0,0,0,0,0 +71695,0,0,0,0,0 +71696,0,0,0,0,0 +71697,0,0,0,0,0 +71698,0,0,0,0,0 +71699,0,0,0,0,0 +71700,0,0,0,0,0 +71701,0,0,0,0,0 +71702,0,0,0,0,0 +71703,0,0,0,0,0 +71704,0,0,0,0,0 +71705,0,0,0,0,0 +71706,0,0,0,0,0 +71707,0,0,0,0,0 +71708,0,0,0,0,0 +71709,0,0,0,0,0 +71710,0,0,0,0,0 +71711,0,0,0,0,0 +71712,0,0,0,0,0 +71713,0,0,0,0,0 +71714,0,0,0,0,0 +71715,0,0,0,0,0 +71716,0,0,0,0,0 +71717,0,0,0,0,0 +71718,0,0,0,0,0 +71719,0,0,0,0,0 +71720,0,0,0,0,0 +71721,0,0,0,0,0 +71722,0,0,0,0,0 +71723,0,0,0,0,0 +71724,0,0,0,0,0 +71725,0,0,0,0,0 +71726,0,0,0,0,0 +71727,0,0,0,0,0 +71728,0,0,0,0,0 +71729,0,0,0,0,0 +71730,0,0,0,0,0 +71731,0,0,0,0,0 +71732,0,0,0,0,0 +71733,0,0,0,0,0 +71734,0,0,0,0,0 +71735,0,0,0,0,0 +71736,0,0,0,0,0 +71737,0,0,0,0,0 +71738,0,0,0,0,0 +71739,0,0,0,0,0 +71740,0,0,0,0,0 +71741,0,0,0,0,0 +71742,0,0,0,0,0 +71743,0,0,0,0,0 +71744,0,0,0,0,0 +71745,0,0,0,0,0 +71746,0,0,0,0,0 +71747,0,0,0,0,0 +71748,0,0,0,0,0 +71749,0,0,0,0,0 +71750,0,0,0,0,0 +71751,0,0,0,0,0 +71752,0,0,0,0,0 +71753,0,0,0,0,0 +71754,0,0,0,0,0 +71755,0,0,0,0,0 +71756,0,0,0,0,0 +71757,0,0,0,0,0 +71758,0,0,0,0,0 +71759,0,0,0,0,0 +71760,0,0,0,0,0 +71761,0,0,0,0,0 +71762,0,0,0,0,0 +71763,0,0,0,0,0 +71764,0,0,0,0,0 +71765,0,0,0,0,0 +71766,0,0,0,0,0 +71767,0,0,0,0,0 +71768,0,0,0,0,0 +71769,0,0,0,0,0 +71770,0,0,0,0,0 +71771,0,0,0,0,0 +71772,0,0,0,0,0 +71773,0,0,0,0,0 +71774,0,0,0,0,0 +71775,0,0,0,0,0 +71776,0,0,0,0,0 +71777,0,0,0,0,0 +71778,0,0,0,0,0 +71779,0,0,0,0,0 +71780,0,0,0,0,0 +71781,0,0,0,0,0 +71782,0,0,0,0,0 +71783,0,0,0,0,0 +71784,0,0,0,0,0 +71785,0,0,0,0,0 +71786,0,0,0,0,0 +71787,0,0,0,0,0 +71788,0,0,0,0,0 +71789,0,0,0,0,0 +71790,0,0,0,0,0 +71791,0,0,0,0,0 +71792,0,0,0,0,0 +71793,0,0,0,0,0 +71794,0,0,0,0,0 +71795,0,0,0,0,0 +71796,0,0,0,0,0 +71797,0,0,0,0,0 +71798,0,0,0,0,0 +71799,0,0,0,0,0 +71800,0,0,0,0,0 +71801,0,0,0,0,0 +71802,0,0,0,0,0 +71803,0,0,0,0,0 +71804,0,0,0,0,0 +71805,0,0,0,0,0 +71806,0,0,0,0,0 +71807,0,0,0,0,0 +71808,0,0,0,0,0 +71809,0,0,0,0,0 +71810,0,0,0,0,0 +71811,0,0,0,0,0 +71812,0,0,0,0,0 +71813,0,0,0,0,0 +71814,0,0,0,0,0 +71815,0,0,0,0,0 +71816,0,0,0,0,0 +71817,0,0,0,0,0 +71818,0,0,0,0,0 +71819,0,0,0,0,0 +71820,0,0,0,0,0 +71821,0,0,0,0,0 +71822,0,0,0,0,0 +71823,0,0,0,0,0 +71824,0,0,0,0,0 +71825,0,0,0,0,0 +71826,0,0,0,0,0 +71827,0,0,0,0,0 +71828,0,0,0,0,0 +71829,0,0,0,0,0 +71830,0,0,0,0,0 +71831,0,0,0,0,0 +71832,0,0,0,0,0 +71833,0,0,0,0,0 +71834,0,0,0,0,0 +71835,0,0,0,0,0 +71836,0,0,0,0,0 +71837,0,0,0,0,0 +71838,0,0,0,0,0 +71839,0,0,0,0,0 +71840,0,0,0,0,0 +71841,0,0,0,0,0 +71842,0,0,0,0,0 +71843,0,0,0,0,0 +71844,0,0,0,0,0 +71845,0,0,0,0,0 +71846,0,0,0,0,0 +71847,0,0,0,0,0 +71848,0,0,0,0,0 +71849,0,0,0,0,0 +71850,0,0,0,0,0 +71851,0,0,0,0,0 +71852,0,0,0,0,0 +71853,0,0,0,0,0 +71854,0,0,0,0,0 +71855,0,0,0,0,0 +71856,0,0,0,0,0 +71857,0,0,0,0,0 +71858,0,0,0,0,0 +71859,0,0,0,0,0 +71860,0,0,0,0,0 +71861,0,0,0,0,0 +71862,0,0,0,0,0 +71863,0,0,0,0,0 +71864,0,0,0,0,0 +71865,0,0,0,0,0 +71866,0,0,0,0,0 +71867,0,0,0,0,0 +71868,0,0,0,0,0 +71869,0,0,0,0,0 +71870,0,0,0,0,0 +71871,0,0,0,0,0 +71872,0,0,0,0,0 +71873,0,0,0,0,0 +71874,0,0,0,0,0 +71875,0,0,0,0,0 +71876,0,0,0,0,0 +71877,0,0,0,0,0 +71878,0,0,0,0,0 +71879,0,0,0,0,0 +71880,0,0,0,0,0 +71881,0,0,0,0,0 +71882,0,0,0,0,0 +71883,0,0,0,0,0 +71884,0,0,0,0,0 +71885,0,0,0,0,0 +71886,0,0,0,0,0 +71887,0,0,0,0,0 +71888,0,0,0,0,0 +71889,0,0,0,0,0 +71890,0,0,0,0,0 +71891,0,0,0,0,0 +71892,0,0,0,0,0 +71893,0,0,0,0,0 +71894,0,0,0,0,0 +71895,0,0,0,0,0 +71896,0,0,0,0,0 +71897,0,0,0,0,0 +71898,0,0,0,0,0 +71899,0,0,0,0,0 +71900,0,0,0,0,0 +71901,0,0,0,0,0 +71902,0,0,0,0,0 +71903,0,0,0,0,0 +71904,0,0,0,0,0 +71905,0,0,0,0,0 +71906,0,0,0,0,0 +71907,0,0,0,0,0 +71908,0,0,0,0,0 +71909,0,0,0,0,0 +71910,0,0,0,0,0 +71911,0,0,0,0,0 +71912,0,0,0,0,0 +71913,0,0,0,0,0 +71914,0,0,0,0,0 +71915,0,0,0,0,0 +71916,0,0,0,0,0 +71917,0,0,0,0,0 +71918,0,0,0,0,0 +71919,0,0,0,0,0 +71920,0,0,0,0,0 +71921,0,0,0,0,0 +71922,0,0,0,0,0 +71923,0,0,0,0,0 +71924,0,0,0,0,0 +71925,0,0,0,0,0 +71926,0,0,0,0,0 +71927,0,0,0,0,0 +71928,0,0,0,0,0 +71929,0,0,0,0,0 +71930,0,0,0,0,0 +71931,0,0,0,0,0 +71932,0,0,0,0,0 +71933,0,0,0,0,0 +71934,0,0,0,0,0 +71935,0,0,0,0,0 +71936,0,0,0,0,0 +71937,0,0,0,0,0 +71938,0,0,0,0,0 +71939,0,0,0,0,0 +71940,0,0,0,0,0 +71941,0,0,0,0,0 +71942,0,0,0,0,0 +71943,0,0,0,0,0 +71944,0,0,0,0,0 +71945,0,0,0,0,0 +71946,0,0,0,0,0 +71947,0,0,0,0,0 +71948,0,0,0,0,0 +71949,0,0,0,0,0 +71950,0,0,0,0,0 +71951,0,0,0,0,0 +71952,0,0,0,0,0 +71953,0,0,0,0,0 +71954,0,0,0,0,0 +71955,0,0,0,0,0 +71956,0,0,0,0,0 +71957,0,0,0,0,0 +71958,0,0,0,0,0 +71959,0,0,0,0,0 +71960,0,0,0,0,0 +71961,0,0,0,0,0 +71962,0,0,0,0,0 +71963,0,0,0,0,0 +71964,0,0,0,0,0 +71965,0,0,0,0,0 +71966,0,0,0,0,0 +71967,0,0,0,0,0 +71968,0,0,0,0,0 +71969,0,0,0,0,0 +71970,0,0,0,0,0 +71971,0,0,0,0,0 +71972,0,0,0,0,0 +71973,0,0,0,0,0 +71974,0,0,0,0,0 +71975,0,0,0,0,0 +71976,0,0,0,0,0 +71977,0,0,0,0,0 +71978,0,0,0,0,0 +71979,0,0,0,0,0 +71980,0,0,0,0,0 +71981,0,0,0,0,0 +71982,0,0,0,0,0 +71983,0,0,0,0,0 +71984,0,0,0,0,0 +71985,0,0,0,0,0 +71986,0,0,0,0,0 +71987,0,0,0,0,0 +71988,0,0,0,0,0 +71989,0,0,0,0,0 +71990,0,0,0,0,0 +71991,0,0,0,0,0 +71992,0,0,0,0,0 +71993,0,0,0,0,0 +71994,0,0,0,0,0 +71995,0,0,0,0,0 +71996,0,0,0,0,0 +71997,0,0,0,0,0 +71998,0,0,0,0,0 +71999,0,0,0,0,0 +72000,0,0,0,0,0 +72001,0,0,0,0,0 +72002,0,0,0,0,0 +72003,0,0,0,0,0 +72004,0,0,0,0,0 +72005,0,0,0,0,0 +72006,0,0,0,0,0 +72007,0,0,0,0,0 +72008,0,0,0,0,0 +72009,0,0,0,0,0 +72010,0,0,0,0,0 +72011,0,0,0,0,0 +72012,0,0,0,0,0 +72013,0,0,0,0,0 +72014,0,0,0,0,0 +72015,0,0,0,0,0 +72016,0,0,0,0,0 +72017,0,0,0,0,0 +72018,0,0,0,0,0 +72019,0,0,0,0,0 +72020,0,0,0,0,0 +72021,0,0,0,0,0 +72022,0,0,0,0,0 +72023,0,0,0,0,0 +72024,0,0,0,0,0 +72025,0,0,0,0,0 +72026,0,0,0,0,0 +72027,0,0,0,0,0 +72028,0,0,0,0,0 +72029,0,0,0,0,0 +72030,0,0,0,0,0 +72031,0,0,0,0,0 +72032,0,0,0,0,0 +72033,0,0,0,0,0 +72034,0,0,0,0,0 +72035,0,0,0,0,0 +72036,0,0,0,0,0 +72037,0,0,0,0,0 +72038,0,0,0,0,0 +72039,0,0,0,0,0 +72040,0,0,0,0,0 +72041,0,0,0,0,0 +72042,0,0,0,0,0 +72043,0,0,0,0,0 +72044,0,0,0,0,0 +72045,0,0,0,0,0 +72046,0,0,0,0,0 +72047,0,0,0,0,0 +72048,0,0,0,0,0 +72049,0,0,0,0,0 +72050,0,0,0,0,0 +72051,0,0,0,0,0 +72052,0,0,0,0,0 +72053,0,0,0,0,0 +72054,0,0,0,0,0 +72055,0,0,0,0,0 +72056,0,0,0,0,0 +72057,0,0,0,0,0 +72058,0,0,0,0,0 +72059,0,0,0,0,0 +72060,0,0,0,0,0 +72061,0,0,0,0,0 +72062,0,0,0,0,0 +72063,0,0,0,0,0 +72064,0,0,0,0,0 +72065,0,0,0,0,0 +72066,0,0,0,0,0 +72067,0,0,0,0,0 +72068,0,0,0,0,0 +72069,0,0,0,0,0 +72070,0,0,0,0,0 +72071,0,0,0,0,0 +72072,0,0,0,0,0 +72073,0,0,0,0,0 +72074,0,0,0,0,0 +72075,0,0,0,0,0 +72076,0,0,0,0,0 +72077,0,0,0,0,0 +72078,0,0,0,0,0 +72079,0,0,0,0,0 +72080,0,0,0,0,0 +72081,0,0,0,0,0 +72082,0,0,0,0,0 +72083,0,0,0,0,0 +72084,0,0,0,0,0 +72085,0,0,0,0,0 +72086,0,0,0,0,0 +72087,0,0,0,0,0 +72088,0,0,0,0,0 +72089,0,0,0,0,0 +72090,0,0,0,0,0 +72091,0,0,0,0,0 +72092,0,0,0,0,0 +72093,0,0,0,0,0 +72094,0,0,0,0,0 +72095,0,0,0,0,0 +72096,0,0,0,0,0 +72097,0,0,0,0,0 +72098,0,0,0,0,0 +72099,0,0,0,0,0 +72100,0,0,0,0,0 +72101,0,0,0,0,0 +72102,0,0,0,0,0 +72103,0,0,0,0,0 +72104,0,0,0,0,0 +72105,0,0,0,0,0 +72106,0,0,0,0,0 +72107,0,0,0,0,0 +72108,0,0,0,0,0 +72109,0,0,0,0,0 +72110,0,0,0,0,0 +72111,0,0,0,0,0 +72112,0,0,0,0,0 +72113,0,0,0,0,0 +72114,0,0,0,0,0 +72115,0,0,0,0,0 +72116,0,0,0,0,0 +72117,0,0,0,0,0 +72118,0,0,0,0,0 +72119,0,0,0,0,0 +72120,0,0,0,0,0 +72121,0,0,0,0,0 +72122,0,0,0,0,0 +72123,0,0,0,0,0 +72124,0,0,0,0,0 +72125,0,0,0,0,0 +72126,0,0,0,0,0 +72127,0,0,0,0,0 +72128,0,0,0,0,0 +72129,0,0,0,0,0 +72130,0,0,0,0,0 +72131,0,0,0,0,0 +72132,0,0,0,0,0 +72133,0,0,0,0,0 +72134,0,0,0,0,0 +72135,0,0,0,0,0 +72136,0,0,0,0,0 +72137,0,0,0,0,0 +72138,0,0,0,0,0 +72139,0,0,0,0,0 +72140,0,0,0,0,0 +72141,0,0,0,0,0 +72142,0,0,0,0,0 +72143,0,0,0,0,0 +72144,0,0,0,0,0 +72145,0,0,0,0,0 +72146,0,0,0,0,0 +72147,0,0,0,0,0 +72148,0,0,0,0,0 +72149,0,0,0,0,0 +72150,0,0,0,0,0 +72151,0,0,0,0,0 +72152,0,0,0,0,0 +72153,0,0,0,0,0 +72154,0,0,0,0,0 +72155,0,0,0,0,0 +72156,0,0,0,0,0 +72157,0,0,0,0,0 +72158,0,0,0,0,0 +72159,0,0,0,0,0 +72160,0,0,0,0,0 +72161,0,0,0,0,0 +72162,0,0,0,0,0 +72163,0,0,0,0,0 +72164,0,0,0,0,0 +72165,0,0,0,0,0 +72166,0,0,0,0,0 +72167,0,0,0,0,0 +72168,0,0,0,0,0 +72169,0,0,0,0,0 +72170,0,0,0,0,0 +72171,0,0,0,0,0 +72172,0,0,0,0,0 +72173,0,0,0,0,0 +72174,0,0,0,0,0 +72175,0,0,0,0,0 +72176,0,0,0,0,0 +72177,0,0,0,0,0 +72178,0,0,0,0,0 +72179,0,0,0,0,0 +72180,0,0,0,0,0 +72181,0,0,0,0,0 +72182,0,0,0,0,0 +72183,0,0,0,0,0 +72184,0,0,0,0,0 +72185,0,0,0,0,0 +72186,0,0,0,0,0 +72187,0,0,0,0,0 +72188,0,0,0,0,0 +72189,0,0,0,0,0 +72190,0,0,0,0,0 +72191,0,0,0,0,0 +72192,0,0,0,0,0 +72193,0,0,0,0,0 +72194,0,0,0,0,0 +72195,0,0,0,0,0 +72196,0,0,0,0,0 +72197,0,0,0,0,0 +72198,0,0,0,0,0 +72199,0,0,0,0,0 +72200,0,0,0,0,0 +72201,0,0,0,0,0 +72202,0,0,0,0,0 +72203,0,0,0,0,0 +72204,0,0,0,0,0 +72205,0,0,0,0,0 +72206,0,0,0,0,0 +72207,0,0,0,0,0 +72208,0,0,0,0,0 +72209,0,0,0,0,0 +72210,0,0,0,0,0 +72211,0,0,0,0,0 +72212,0,0,0,0,0 +72213,0,0,0,0,0 +72214,0,0,0,0,0 +72215,0,0,0,0,0 +72216,0,0,0,0,0 +72217,0,0,0,0,0 +72218,0,0,0,0,0 +72219,0,0,0,0,0 +72220,0,0,0,0,0 +72221,0,0,0,0,0 +72222,0,0,0,0,0 +72223,0,0,0,0,0 +72224,0,0,0,0,0 +72225,0,0,0,0,0 +72226,0,0,0,0,0 +72227,0,0,0,0,0 +72228,0,0,0,0,0 +72229,0,0,0,0,0 +72230,0,0,0,0,0 +72231,0,0,0,0,0 +72232,0,0,0,0,0 +72233,0,0,0,0,0 +72234,0,0,0,0,0 +72235,0,0,0,0,0 +72236,0,0,0,0,0 +72237,0,0,0,0,0 +72238,0,0,0,0,0 +72239,0,0,0,0,0 +72240,0,0,0,0,0 +72241,0,0,0,0,0 +72242,0,0,0,0,0 +72243,0,0,0,0,0 +72244,0,0,0,0,0 +72245,0,0,0,0,0 +72246,0,0,0,0,0 +72247,0,0,0,0,0 +72248,0,0,0,0,0 +72249,0,0,0,0,0 +72250,0,0,0,0,0 +72251,0,0,0,0,0 +72252,0,0,0,0,0 +72253,0,0,0,0,0 +72254,0,0,0,0,0 +72255,0,0,0,0,0 +72256,0,0,0,0,0 +72257,0,0,0,0,0 +72258,0,0,0,0,0 +72259,0,0,0,0,0 +72260,0,0,0,0,0 +72261,0,0,0,0,0 +72262,0,0,0,0,0 +72263,0,0,0,0,0 +72264,0,0,0,0,0 +72265,0,0,0,0,0 +72266,0,0,0,0,0 +72267,0,0,0,0,0 +72268,0,0,0,0,0 +72269,0,0,0,0,0 +72270,0,0,0,0,0 +72271,0,0,0,0,0 +72272,0,0,0,0,0 +72273,0,0,0,0,0 +72274,0,0,0,0,0 +72275,0,0,0,0,0 +72276,0,0,0,0,0 +72277,0,0,0,0,0 +72278,0,0,0,0,0 +72279,0,0,0,0,0 +72280,0,0,0,0,0 +72281,0,0,0,0,0 +72282,0,0,0,0,0 +72283,0,0,0,0,0 +72284,0,0,0,0,0 +72285,0,0,0,0,0 +72286,0,0,0,0,0 +72287,0,0,0,0,0 +72288,0,0,0,0,0 +72289,0,0,0,0,0 +72290,0,0,0,0,0 +72291,0,0,0,0,0 +72292,0,0,0,0,0 +72293,0,0,0,0,0 +72294,0,0,0,0,0 +72295,0,0,0,0,0 +72296,0,0,0,0,0 +72297,0,0,0,0,0 +72298,0,0,0,0,0 +72299,0,0,0,0,0 +72300,0,0,0,0,0 +72301,0,0,0,0,0 +72302,0,0,0,0,0 +72303,0,0,0,0,0 +72304,0,0,0,0,0 +72305,0,0,0,0,0 +72306,0,0,0,0,0 +72307,0,0,0,0,0 +72308,0,0,0,0,0 +72309,0,0,0,0,0 +72310,0,0,0,0,0 +72311,0,0,0,0,0 +72312,0,0,0,0,0 +72313,0,0,0,0,0 +72314,0,0,0,0,0 +72315,0,0,0,0,0 +72316,0,0,0,0,0 +72317,0,0,0,0,0 +72318,0,0,0,0,0 +72319,0,0,0,0,0 +72320,0,0,0,0,0 +72321,0,0,0,0,0 +72322,0,0,0,0,0 +72323,0,0,0,0,0 +72324,0,0,0,0,0 +72325,0,0,0,0,0 +72326,0,0,0,0,0 +72327,0,0,0,0,0 +72328,0,0,0,0,0 +72329,0,0,0,0,0 +72330,0,0,0,0,0 +72331,0,0,0,0,0 +72332,0,0,0,0,0 +72333,0,0,0,0,0 +72334,0,0,0,0,0 +72335,0,0,0,0,0 +72336,0,0,0,0,0 +72337,0,0,0,0,0 +72338,0,0,0,0,0 +72339,0,0,0,0,0 +72340,0,0,0,0,0 +72341,0,0,0,0,0 +72342,0,0,0,0,0 +72343,0,0,0,0,0 +72344,0,0,0,0,0 +72345,0,0,0,0,0 +72346,0,0,0,0,0 +72347,0,0,0,0,0 +72348,0,0,0,0,0 +72349,0,0,0,0,0 +72350,0,0,0,0,0 +72351,0,0,0,0,0 +72352,0,0,0,0,0 +72353,0,0,0,0,0 +72354,0,0,0,0,0 +72355,0,0,0,0,0 +72356,0,0,0,0,0 +72357,0,0,0,0,0 +72358,0,0,0,0,0 +72359,0,0,0,0,0 +72360,0,0,0,0,0 +72361,0,0,0,0,0 +72362,0,0,0,0,0 +72363,0,0,0,0,0 +72364,0,0,0,0,0 +72365,0,0,0,0,0 +72366,0,0,0,0,0 +72367,0,0,0,0,0 +72368,0,0,0,0,0 +72369,0,0,0,0,0 +72370,0,0,0,0,0 +72371,0,0,0,0,0 +72372,0,0,0,0,0 +72373,0,0,0,0,0 +72374,0,0,0,0,0 +72375,0,0,0,0,0 +72376,0,0,0,0,0 +72377,0,0,0,0,0 +72378,0,0,0,0,0 +72379,0,0,0,0,0 +72380,0,0,0,0,0 +72381,0,0,0,0,0 +72382,0,0,0,0,0 +72383,0,0,0,0,0 +72384,0,0,0,0,0 +72385,0,0,0,0,0 +72386,0,0,0,0,0 +72387,0,0,0,0,0 +72388,0,0,0,0,0 +72389,0,0,0,0,0 +72390,0,0,0,0,0 +72391,0,0,0,0,0 +72392,0,0,0,0,0 +72393,0,0,0,0,0 +72394,0,0,0,0,0 +72395,0,0,0,0,0 +72396,0,0,0,0,0 +72397,0,0,0,0,0 +72398,0,0,0,0,0 +72399,0,0,0,0,0 +72400,0,0,0,0,0 +72401,0,0,0,0,0 +72402,0,0,0,0,0 +72403,0,0,0,0,0 +72404,0,0,0,0,0 +72405,0,0,0,0,0 +72406,0,0,0,0,0 +72407,0,0,0,0,0 +72408,0,0,0,0,0 +72409,0,0,0,0,0 +72410,0,0,0,0,0 +72411,0,0,0,0,0 +72412,0,0,0,0,0 +72413,0,0,0,0,0 +72414,0,0,0,0,0 +72415,0,0,0,0,0 +72416,0,0,0,0,0 +72417,0,0,0,0,0 +72418,0,0,0,0,0 +72419,0,0,0,0,0 +72420,0,0,0,0,0 +72421,-1848.389227,-885.8702286,-1823.165198,-885.7743021,-1234.535441 +72422,-1840.723272,-858.8217497,-1817.18923,-858.7269325,-1203.103657 +72423,-1849.079534,-833.2184989,-1823.937257,-833.125632,-1187.42631 +72424,-1733.750412,-728.8026156,-1704.071678,-728.7113401,-1042.629195 +72425,-1550.740893,-651.583444,-1524.726471,-651.494276,-933.8632536 +72426,-1594.514656,-671.6445851,-1567.448031,-671.5585339,-958.9744271 +72427,-1616.570034,-682.6999742,-1588.925643,-682.6168776,-971.0105875 +72428,-1352.121426,-668.6237561,-1552.820858,-668.5432867,-947.5171386 +72429,-826.1374936,-432.2523044,-871.5850423,-431.5858722,-934.9007606 +72430,-1164.193966,-507.1624463,-1113.369477,-507.9810465,-884.4103032 +72431,-1039.641401,-496.0679542,-1073.832453,-495.1564616,-794.2707961 +72432,-1007.337115,-351.2294176,-936.0075359,-467.026216,-743.3955197 +72433,-994.4641818,-328.0134125,-913.611786,-459.8727993,-766.6466653 +72434,-984.5408581,-309.027182,-895.7534083,-454.5527532,-761.2607508 +72435,-972.7309918,-291.5903532,-879.5837638,-448.858737,-699.8164216 +72436,-964.8627035,-273.685207,-862.0772793,-443.3977263,-723.7898686 +72437,-952.1279329,-257.6403505,-848.5371585,-438.3650655,-724.4387554 +72438,-900.8576862,-221.8119086,-788.2877077,-415.4936937,-625.7819105 +72439,-998.1586764,-253.2481956,-884.1738311,-453.9036603,-625.7543434 +72440,-896.8220949,-196.2953855,-774.5756134,-411.6672559,-681.9257126 +72441,-921.7863255,-201.7986191,-796.0824746,-422.1031371,-692.2696231 +72442,-908.8622072,-186.6144319,-779.3287113,-414.1014475,-647.4892492 +72443,-900.6126698,-174.8949178,-765.2260388,-410.4328619,-682.1705361 +72444,-892.3680114,-161.7726011,-751.8599756,-406.591012,-692.5982821 +72445,-882.5359138,-150.2786074,-741.1254209,-400.9605868,-649.391649 +72446,-878.1989061,-137.5870075,-727.4565405,-398.3563405,-681.7460891 +72447,-867.2646054,-126.0654609,-716.6995781,-392.6816933,-694.0049672 +72448,-861.2644029,-113.7694203,-705.6108648,-390.3045698,-653.8056885 +72449,-852.741475,-101.9493741,-693.5560697,-385.5846294,-616.1486112 +72450,-848.696435,-89.97947428,-684.0235844,-382.0615042,-586.2213528 +72451,-836.9708893,-76.05883025,-670.7197564,-378.0050873,-640.4824554 +72452,-832.4312425,-62.01656352,-658.8286984,-373.9403969,-661.3731434 +72453,-825.595914,-47.74757302,-647.3469034,-371.2621555,-630.5606032 +72454,-816.9503594,-33.38568475,-636.1321433,-366.8002,-601.2201457 +72455,-812.4479099,-18.66798978,-625.0869989,-363.4743466,-579.2079189 +72456,-804.1043891,-3.972356889,-612.9536189,-359.5054842,-560.9939803 +72457,-776.995984,16.02626632,-579.8024715,-348.5637689,-522.6083051 +72458,-821.7977387,12.73488022,-630.2096125,-364.9034485,-538.9870401 +72459,-764.3794146,42.48351184,-562.5601628,-341.719802,-535.9033913 +72460,-752.413062,50.88307965,-546.1664141,-334.6941717,-506.2752659 +72461,-798.5003419,54.45371645,-601.071427,-354.2789519,-564.3538262 +72462,-742.3019375,45.47172472,-532.670449,-330.1433367,-634.259017 +72463,-754.7596338,46.11526391,-549.9631982,-334.3787737,-616.6887895 +72464,-746.2081762,47.24874808,-535.7634338,-330.1876825,-598.8049845 +72465,-739.5441103,48.69276059,-527.9527459,-326.7686963,-587.3965516 +72466,-732.3572999,50.36227517,-520.6389997,-323.4388721,-578.8209362 +72467,-726.7083024,52.20588787,-513.7111942,-320.2567581,-571.9406326 +72468,-719.3514634,54.19638439,-504.6318213,-317.145881,-566.4285828 +72469,-714.6099079,56.40322855,-499.4952833,-313.9678225,-561.7373303 +72470,-706.5992866,58.59079403,-490.6082148,-310.8341379,-558.5162495 +72471,-701.6097705,60.72454423,-483.6695997,-307.781673,-556.9006331 +72472,-696.448432,63.42882923,-477.9475951,-304.6013054,-554.1195526 +72473,-688.5638888,65.67059727,-469.9317687,-301.7647904,-554.3573567 +72474,-683.077103,68.35546068,-464.1832029,-298.2340579,-553.8537741 +72475,-676.8193651,70.98023663,-457.4760856,-295.7006875,-554.5263818 +72476,-671.9378953,73.65935802,-451.1262368,-292.6791138,-555.7874987 +72477,-664.7068798,76.38839168,-445.1368868,-289.791163,-557.6612269 +72478,-659.6906004,79.16357723,-438.4960414,-286.9907,-560.0979149 +72479,-652.8549092,81.98160923,-433.9943816,-283.4230088,-563.0564027 +72480,-648.1949101,84.83960284,-425.6834277,-281.4649229,-566.4635894 +72481,99.93800719,87.78003941,99.88852116,45.39066622,-594.5890184 +72482,107.5221307,99.51022506,111.2961277,48.9479074,162.2211916 +72483,119.2680445,115.701926,127.9787282,54.38151164,210.0451343 +72484,131.6509556,131.9652913,144.9303338,60.03467509,253.3787599 +72485,143.0476821,146.4682056,160.1381798,65.16845564,290.4533149 +72486,152.9362186,159.0448831,173.390694,69.66985822,321.6262061 +72487,161.6086678,170.0841401,185.0550838,73.65082526,348.6161023 +72488,169.4214777,179.9814188,195.504752,77.163029,372.6528408 +72489,176.6030485,189.0079416,204.9916644,80.33147169,394.3723927 +72490,183.2793194,197.3370385,213.6762389,83.25188938,414.1037277 +72491,189.5281629,205.0898288,221.6715523,85.98140147,432.0733363 +72492,195.4100819,212.3619665,229.0732592,88.55456183,448.4829792 +72493,200.9780491,219.2338518,235.9616435,90.99604439,463.5220994 +72494,206.2788298,225.7735536,242.4043888,93.32617875,477.3631481 +72495,211.3525488,232.0379804,248.4672987,95.5623742,490.1578156 +72496,216.232951,238.0741636,254.1997983,97.71936916,502.0373854 +72497,220.9480912,243.9207442,259.6489814,99.80936264,513.1148783 +72498,225.5212966,249.6094412,264.8485487,101.8423467,523.4877753 +72499,229.9719774,255.1663158,269.8291919,103.8264708,533.240297 +72500,234.3163316,403.3865625,274.618124,105.7683977,542.4453479 +72501,238.5678987,463.3807973,279.2384191,107.6735914,551.1660977 +72502,242.7379923,439.9014379,283.7093114,109.5465372,559.457286 +72503,246.8360202,483.2509589,288.046866,111.3908992,567.3662773 +72504,250.8697403,507.1583212,292.2646018,113.2096433,574.9339569 +72505,254.5398957,530.1080138,296.0682898,114.8662367,581.6399093 +72506,258.5111969,552.7235075,300.1272102,116.6624674,588.7136227 +72507,262.4301793,575.5245774,304.0917534,118.4371626,595.5312969 +72508,266.298924,597.0820081,307.9672248,120.1908542,602.1131864 +72509,270.1179206,619.4642867,311.7575319,121.9242215,608.4798635 +72510,273.8924261,641.1782215,315.4699008,123.6390761,614.651053 +72511,277.6275862,660.9341578,319.1114845,125.3371737,620.6445782 +72512,281.3189377,680.0228119,322.6807222,127.0160059,626.4759398 +72513,284.9643872,699.2099718,326.1771993,128.6744117,632.1585605 +72514,288.5653006,717.628329,329.6036208,130.317874,637.7041525 +72515,292.1245874,735.7562705,332.9644175,131.9426357,643.1230409 +72516,295.6451905,754.1008681,336.2642752,133.5454982,648.4242525 +72517,299.1296305,771.6830162,339.5074848,135.1261458,653.6157895 +72518,302.5799598,789.2272651,342.6978033,136.6859117,658.7047173 +72519,305.997909,806.270316,345.8385412,138.2265064,663.6973429 +72520,309.3849465,823.9613194,348.9326518,139.7494393,668.5992484 +72521,312.7423757,840.207298,351.9828207,141.2559241,673.4154504 +72522,316.0713306,857.0139494,354.9915039,142.7469364,678.1504064 +72523,319.3728401,873.3965865,357.9609778,144.2232948,682.8081585 +72524,322.6478077,889.5982459,360.8933558,145.6857027,687.3923165 +72525,325.8970674,905.3469846,363.7906244,147.1347792,691.9061834 +72526,329.1213629,921.6422508,366.6546578,148.5710702,696.3527311 +72527,332.3213957,937.0624524,369.487243,149.9950623,700.7347064 +72528,335.4977934,952.595503,372.2900843,151.4071879,705.0545859 +72529,338.6511665,967.9055269,375.0648334,152.8078404,709.3146938 +72530,341.7820643,983.0512072,377.8130825,154.1973735,713.5171319 +72531,344.8910303,997.9968657,380.5363907,155.5761144,717.663894 +72532,347.9830075,1012.883121,383.2362873,156.944367,721.7568577 +72533,351.0486556,1027.534139,385.9142947,158.3024228,725.7978505 +72534,354.0809308,1042.027869,388.5718816,159.6505402,729.7884274 +72535,357.0784628,1056.470487,391.210503,160.9889626,733.7300852 +72536,360.0429976,1079.789076,393.8315918,162.3179161,737.6241946 +72537,362.9770605,1098.179879,396.4365903,163.6376235,741.472123 +72538,365.8829042,1111.286033,399.0321241,164.9482929,745.2751185 +72539,368.8507011,1128.56714,401.7364251,166.3027756,749.0348878 +72540,371.8515387,1146.028999,404.5053336,167.6830062,752.7528183 +72541,374.9542562,1331.918392,407.3985582,169.112869,756.6309857 +72542,385.1344493,1352.12145,417.3946096,173.7217819,773.8986051 +72543,398.8546536,1370.242177,430.9542313,179.8687457,797.8948928 +72544,412.5769847,1388.461616,444.5349753,185.9417246,822.0682656 +72545,424.8379305,1406.272491,456.6678196,191.293935,843.730048 +72546,435.5051211,1424.026938,467.2154316,195.8898708,862.6084847 +72547,444.623733,1441.450949,476.4790383,199.8884502,879.2066729 +72548,452.6121356,1458.751628,484.7659194,203.4436683,894.0341226 +72549,459.8091497,1475.811672,492.1441271,206.659694,907.4365876 +72550,466.4130089,1492.850416,498.8051838,209.6027041,919.6364719 +72551,472.5365553,1509.614093,504.9156704,212.3188694,930.7951409 +72552,478.2559804,1526.197842,510.5891633,214.7990354,941.045954 +72553,483.6333132,1542.858206,515.9023635,217.0977024,950.5060216 +72554,488.7223256,1559.065637,520.9121492,219.2653462,959.2783068 +72555,493.5692689,1575.264879,525.6647365,221.3339883,967.4524347 +72556,498.2129055,1591.486785,530.1989611,223.3225762,975.1055283 +72557,502.6852984,1607.196462,534.5475233,225.2437596,982.3038247 +72558,507.0128119,1623.150148,538.7376681,227.1074245,989.1041357 +72559,510.8985798,1638.67255,542.4733746,228.7770841,994.9760294 +72560,515.0192102,1654.552192,546.4319739,230.5592632,1001.159044 +72561,519.0904334,1679.672845,550.3297744,232.3237162,1007.145827 +72562,523.1517252,1681.592332,554.2067202,234.0874641,1013.017029 +72563,523.7939516,1717.75991,554.6540661,234.3000924,1012.582327 +72564,522.7142122,1706.258261,553.3693697,233.7361413,1008.934463 +72565,521.6962236,1713.228033,552.1368472,233.2031981,1005.326776 +72566,520.7583787,1756.623018,550.9753248,232.7062309,1001.805956 +72567,519.8914355,1755.715966,549.875884,232.2393672,998.3679063 +72568,519.0793022,1773.616123,548.8226629,231.7947668,994.993449 +72569,518.3082422,1788.058083,547.8020942,231.3660781,991.6648838 +72570,517.5683108,1802.296899,546.8043689,230.9487709,988.3692554 +72571,516.8523942,1815.496297,545.8224896,230.539587,985.0973121 +72572,516.1484835,1828.394998,604.1456647,230.134244,981.8418441 +72573,515.4484917,1841.037631,724.02619,229.7295722,978.5969514 +72574,514.7483567,1853.503877,660.5458253,229.3236581,1105.34434 +72575,514.0461745,1865.85369,696.1642352,228.9153652,1206.818394 +72576,513.3406746,1877.882704,708.1643348,228.5039042,1147.339594 +72577,512.6306474,1889.956522,720.1537482,228.0886274,1187.991793 +72578,511.914905,1901.412818,731.3302096,227.6689787,1202.86221 +72579,564.3143342,1913.324663,743.0599408,227.2445035,1216.46037 +72580,708.3650691,1924.43592,753.7478136,226.8148498,1230.403019 +72581,640.9772085,1935.812711,765.1297701,226.3797601,1243.242564 +72582,679.9592637,1946.783301,775.581935,259.2100635,1256.741094 +72583,693.8911573,1957.746325,786.305019,284.609125,1269.299689 +72584,707.0095876,1968.407003,796.8984147,284.773835,1282.266735 +72585,719.921667,1979.046967,806.8530589,290.2748537,1294.349328 +72586,732.6286552,1989.409841,817.2140505,298.2110548,1307.038738 +72587,745.264549,1999.571773,827.2604328,304.2819387,1319.113731 +72588,757.7836277,2009.770693,836.7288742,309.9248505,1330.697365 +72589,769.6971797,2019.736683,846.9886444,315.7319992,1342.298755 +72590,782.2765776,2029.405265,856.1752144,321.1857209,1354.289846 +72591,793.9553214,2039.116671,865.9014626,326.7622986,1365.377775 +72592,805.8028121,2048.499333,874.7918062,331.9220394,1376.683583 +72593,817.6720704,2058.084258,884.5894342,337.5230744,1387.684525 +72594,829.2309112,2067.075724,893.2671481,342.5656909,1398.598863 +72595,840.6108466,2076.214117,902.7617001,347.8205276,1409.373134 +72596,852.1049787,2085.110911,911.0313183,352.8108872,1419.923456 +72597,862.9760761,2093.9772,920.2051879,357.8022967,1430.405009 +72598,874.8317659,2110.703084,928.3630938,362.8717909,1440.718757 +72599,885.0954191,2106.995278,937.5892555,367.5184811,1450.865109 +72600,896.1827525,2141.643108,945.5729809,372.345418,1460.969778 +72601,913.8529834,2104.828034,960.6962837,380.1230514,1492.657178 +72602,925.7092069,2143.292486,970.1098673,384.9550433,1504.83623 +72603,936.8083903,2150.394471,979.3554866,390.3154112,1515.816977 +72604,948.7343161,2154.609682,987.9298572,395.0006568,1526.603146 +72605,959.4196485,2164.166476,996.8158918,399.8705523,1537.172362 +72606,970.6069103,2171.937821,1005.143131,404.480494,1547.3558 +72607,981.2777317,2179.832299,1013.669389,409.0765049,1557.495196 +72608,992.1811592,2187.432358,1021.858915,413.7334174,1567.370816 +72609,1002.353507,2194.85174,1030.233852,418.3609452,1577.136241 +72610,1013.556641,2202.177926,1038.068751,422.3885309,1586.761982 +72611,1023.592231,2209.32283,1046.386017,427.1890827,1596.204937 +72612,1034.527145,2216.365235,1054.118297,431.3081765,1605.654142 +72613,1044.121971,2223.493915,1062.121788,435.7088357,1614.871082 +72614,1054.737823,2229.936591,1069.80452,439.708087,1623.968081 +72615,1064.637537,2236.799245,1077.354504,444.2289421,1633.069792 +72616,1074.844299,2243.218998,1084.948333,448.165665,1641.960229 +72617,1084.302682,2249.622882,1092.793948,452.5173347,1650.781115 +72618,1094.938176,2258.395926,1100.158253,456.2584994,1659.494888 +72619,1104.261346,2268.376399,1107.643566,460.2989029,1668.057564 +72620,1114.308483,2265.331759,1115.0395,464.4313355,1676.713894 +72621,1123.792559,2266.395434,1122.18094,468.199972,1689.600865 +72622,1133.532233,2284.930262,1129.670016,472.2353217,1698.128671 +72623,1142.978924,2283.797567,1136.688351,476.0040341,1706.004688 +72624,1152.593562,2290.757004,1143.811551,479.7934287,1689.733413 +72625,1161.803234,2296.058838,1151.013134,483.6869135,1729.185442 +72626,1171.390865,2301.594839,1157.946393,487.1531263,1722.973218 +72627,1180.48674,2306.496309,1164.735935,491.1432004,1733.643043 +72628,1189.834973,2311.614617,1171.98494,494.7828772,1741.525113 +72629,1198.91931,2316.502281,1178.580236,498.3768269,1749.265475 +72630,1208.105135,2321.28685,1185.363278,501.9625927,1756.938081 +72631,1216.814825,2325.647011,1191.919642,505.5508455,1764.340783 +72632,1225.519456,2334.391129,1198.444723,508.9659272,1771.991184 +72633,1234.442189,2332.328434,1204.965249,512.3408902,1779.23547 +72634,1242.815887,2359.577779,1211.391363,515.7251198,1786.644861 +72635,1251.422171,2305.272101,1217.43973,519.2021984,1793.837411 +72636,1260.117359,2372.492334,1223.979215,522.2922835,1801.345119 +72637,1268.426812,2328.650017,1230.024653,525.8611674,1808.272128 +72638,1276.711022,2358.104311,1236.225431,528.9599045,1815.346001 +72639,1284.642036,2368.666616,1242.365698,532.4574307,1822.459394 +72640,1293.592939,2354.180681,1248.428678,535.3348418,1829.218325 +72641,1301.400629,2345.668823,1254.551525,538.7043545,1836.374528 +72642,1309.801833,2388.145335,1260.497086,541.7874067,1843.14037 +72643,1317.746508,2355.899404,1277.958559,544.6948655,1849.77375 +72644,1325.661515,2371.254307,1270.361334,548.2062768,1856.670782 +72645,1333.866512,2371.400784,1263.809237,551.1080681,1863.177189 +72646,1341.686274,2380.879905,1293.171368,554.1670505,1869.895496 +72647,1349.387728,2371.321255,1287.415936,557.2167523,1876.391846 +72648,1357.514463,2377.828918,1295.528013,560.2479829,1882.955617 +72649,1365.0622,2378.182449,1301.22349,563.1852578,1895.901736 +72650,1372.641671,2385.0047,1307.030364,566.1673928,1899.558153 +72651,1380.583957,2379.745678,1312.504518,569.1162397,1899.808215 +72652,1387.886234,2384.48023,1318.289346,572.0376281,1910.157171 +72653,1395.576466,2385.636693,1323.593208,574.9037454,1915.368106 +72654,1403.07426,2386.745385,1329.435604,577.8014771,1927.214555 +72655,1410.335766,2387.884179,1334.6756,580.6534848,1922.064301 +72656,1417.770656,2389.096106,1340.276732,583.5251968,1930.193392 +72657,1425.226982,2389.635677,1345.627375,586.2925435,1933.444825 +72658,1432.441352,2390.934659,1351.091085,589.1167824,1937.609915 +72659,1439.383809,2390.574689,1356.391012,591.8927018,1941.468932 +72660,1446.938755,2392.100144,1361.795331,594.6554532,1945.675805 +72661,1336.244892,2343.923619,1249.605842,544.1214709,1719.500991 +72662,1340.931262,2335.083016,1252.42628,545.7270475,1758.45545 +72663,1346.611067,2336.899663,1256.305842,547.7873005,1715.154164 +72664,1352.219508,2336.829615,1260.20997,549.8586289,1764.636056 +72665,1358.232497,2336.773861,1264.471751,552.0603504,1737.62064 +72666,1364.189455,2335.40785,1268.749127,554.2924958,1745.382118 +72667,1370.076744,2335.032446,1272.827702,556.4583813,1751.893861 +72668,1376.128945,2334.490116,1277.208169,558.7039781,1752.322102 +72669,1381.997464,2333.570281,1281.399196,560.9194402,1755.243324 +72670,1388.02027,2332.899075,1285.727995,563.1726325,1758.237907 +72671,1393.860251,2331.689165,1289.933198,565.3343469,1760.871102 +72672,1399.754938,2330.341084,1294.260713,567.5698494,1769.403375 +72673,1405.693487,2329.793252,1298.456933,569.7697046,1763.443642 +72674,1411.657164,2328.222837,1302.854842,571.9694688,1770.17709 +72675,1417.297423,2326.928522,1306.916673,573.8411031,1772.125103 +72676,1423.256808,2325.803336,1311.19884,576.5165939,1774.923228 +72677,1428.962395,2323.866512,1323.101643,578.4671445,1777.684281 +72678,1434.62196,2322.450896,1311.458493,580.6592445,1780.229153 +72679,1440.600704,2320.899629,1324.711132,582.8900106,1783.209708 +72680,1447.007645,2318.983145,1329.261157,585.0306983,1785.903334 +72681,1456.851183,2317.029104,1331.832489,587.2367199,1788.455376 +72682,1456.200818,2315.106965,1336.513819,589.2975161,1791.417244 +72683,1471.666497,2313.225987,1340.689332,591.5338449,1793.971005 +72684,1463.736826,2310.853766,1345.035467,593.6448869,1796.836693 +72685,1489.941143,2308.755,1348.937132,595.7901955,1799.526832 +72686,1465.909616,2306.270437,1353.282352,597.9237616,1801.974244 +72687,1476.858036,2304.011424,1357.447105,600.0522743,1810.375494 +72688,1499.020205,2301.586882,1361.635898,602.1730297,1805.146529 +72689,1494.002619,2292.000821,1365.630633,604.2903934,1810.472916 +72690,1502.101598,2304.811354,1369.910568,606.4006864,1813.172292 +72691,1507.358451,2283.272419,1374.021502,608.4898503,1815.582826 +72692,1512.980099,2292.379322,1378.360363,610.6803566,1818.139499 +72693,1518.270725,2285.795189,1383.589528,612.7764997,1821.406323 +72694,1523.736746,2282.599638,1394.744719,614.9462288,1828.198296 +72695,1528.906603,2279.121784,1379.332147,617.001019,1824.233614 +72696,1534.281921,2275.653365,1398.0575,619.1437129,1828.476498 +72697,1539.542494,2272.06527,1399.480816,621.2038715,1831.602661 +72698,1544.689631,2268.245153,1402.790003,623.3683085,1838.435487 +72699,1550.178761,2264.465225,1407.356677,625.4370218,1834.841897 +72700,1555.151848,2260.697829,1411.549457,627.5367675,1843.28484 +72701,1560.425621,2256.343643,1415.70777,629.625294,1840.19295 +72702,1565.569087,2252.445858,1421.128407,631.6656327,1847.715923 +72703,1570.705383,2248.218001,1432.455892,633.8510635,1844.965452 +72704,1575.925216,2243.809241,1413.275589,635.8292922,1850.747749 +72705,1580.855136,2239.505146,1439.012129,637.9349112,1852.761182 +72706,1586.002129,2235.163083,1434.731775,639.9914588,1849.239368 +72707,1591.033523,2230.268937,1440.231049,642.0495234,1846.398373 +72708,1595.95228,2225.778671,1456.585105,644.0584067,1840.052159 +72709,1601.228595,2220.946059,1429.819585,646.1726278,1833.505551 +72710,1605.965343,2216.103596,1479.304015,648.1836482,1826.865697 +72711,1611.026254,2211.127564,1434.727544,650.2724537,1820.291141 +72712,1615.951551,2206.159042,1472.041233,652.1934652,1813.896725 +72713,1620.986393,2201.037593,1452.749432,654.3223074,1807.690233 +72714,1625.600524,2195.865408,1490.375064,656.3055075,1801.813383 +72715,1630.740541,2190.605185,1455.261967,658.3312648,1796.184626 +72716,1635.503293,2185.275435,1491.251187,660.2984746,1790.962293 +72717,1640.364524,2180.033838,1476.340807,662.4236795,1786.092488 +72718,1645.299867,2174.287983,1486.223413,664.325204,1781.440694 +72719,1649.936324,2168.855797,1489.526157,666.3657431,1777.241901 +72720,1654.805848,2163.105688,1493.250574,668.3539532,1773.478431 +72721,1417.735929,2041.411634,1239.788848,560.9167131,1769.631082 +72722,1416.142809,2040.126685,1261.084847,559.9373606,1746.052037 +72723,1416.690914,2028.226264,1249.401673,560.0996298,1469.792503 +72724,1417.599988,2020.741194,1252.253502,560.3407897,1367.860237 +72725,1419.150517,2013.14993,1253.359603,561.0197348,1490.498112 +72726,1420.860592,2005.64397,1254.343728,561.6172811,1443.619959 +72727,1422.806045,1997.904197,1256.405277,562.472411,1448.336829 +72728,1424.587974,1990.195292,1267.84795,563.1209144,1439.032883 +72729,1426.558473,1982.57425,1241.061673,564.0456727,1440.681995 +72730,1428.759393,1974.805808,1268.253161,564.8559169,1440.659998 +72731,1430.890107,1967.015632,1259.419241,565.7365166,1439.090829 +72732,1433.084411,1959.216636,1262.760034,566.5858343,1438.552478 +72733,1435.752348,1951.522564,1264.40792,567.4788874,1438.025907 +72734,1438.430843,1943.385237,1270.135624,568.3492054,1437.771856 +72735,1441.202735,1935.604619,1263.072277,569.3502737,1437.288715 +72736,1444.039476,1927.568092,1270.14351,570.3139787,1441.951671 +72737,1446.935995,1919.568357,1271.616771,571.2205466,1434.994051 +72738,1449.88948,1911.657263,1272.725006,572.2359636,1436.384163 +72739,1453.008876,1903.332313,1280.728664,573.2263456,1436.864909 +72740,1455.783385,1895.303455,1267.751926,574.2378391,1436.479908 +72741,1459.146336,1887.13121,1286.211597,575.2630328,1436.35698 +72742,1462.205018,1879.01075,1274.403727,576.3011466,1441.15707 +72743,1465.427107,1870.519403,1284.790885,577.3058125,1435.221545 +72744,1468.67803,1862.389248,1284.359248,578.437395,1436.129439 +72745,1471.973657,1841.769568,1296.03609,579.4783309,1436.958411 +72746,1475.311828,1863.095548,1283.05105,580.5703228,1437.031366 +72747,1478.807803,1831.111525,1296.999039,581.6657942,1441.64365 +72748,1482.050568,1825.219853,1280.701875,582.7712827,1436.857066 +72749,1485.593376,1814.812329,1312.691609,583.8861391,1437.500402 +72750,1489.071226,1809.563678,1277.928733,585.0102399,1438.276859 +72751,1492.35036,1798.635556,1318.332803,585.9915708,1443.226033 +72752,1495.611823,1793.576878,1293.116413,586.9507314,1439.042584 +72753,1498.880616,1792.458237,1304.069986,587.949439,1438.434572 +72754,1502.165541,1760.076894,1304.591347,588.8243869,1444.052714 +72755,1505.467838,1771.777675,1305.970332,589.8013453,1435.972073 +72756,1508.788274,1754.897155,1307.675438,590.7347017,1447.401384 +72757,1512.127656,1746.868749,1309.327965,591.6734698,1438.649633 +72758,1515.484406,1744.362728,1311.004445,592.6106468,1443.283181 +72759,1518.859853,1719.087124,1312.6213,593.5461134,1441.565355 +72760,1522.251819,1723.87171,1314.270401,594.4798138,1440.584907 +72761,1525.541833,1709.079054,1315.804531,595.4119578,1440.115204 +72762,1529.267216,1700.545639,1317.598002,596.2936735,1437.358172 +72763,1532.443554,1691.49027,1319.15186,597.2945771,1434.466127 +72764,1536.006922,1681.829323,1320.818189,598.1868763,1431.468434 +72765,1539.463223,1672.478101,1322.410081,599.1194816,1428.448482 +72766,1542.95189,1678.994999,1324.054137,600.0427765,1425.430392 +72767,1546.456394,1630.312384,1325.709766,600.96413,1422.524654 +72768,1549.975197,1659.322444,1327.138293,601.8832855,1419.725039 +72769,1553.509047,1625.616195,1328.972987,602.8006344,1416.981988 +72770,1557.055571,1627.613911,1330.485985,603.7157739,1414.328674 +72771,1560.615673,1614.404269,1332.120655,604.6289485,1411.754401 +72772,1564.189843,1605.343608,1333.699228,605.5397678,1409.254887 +72773,1567.897575,1595.68444,1335.334751,606.4483991,1406.835614 +72774,1571.310873,1585.974767,1336.895931,607.3544955,1404.489676 +72775,1575.010314,1576.133129,1338.368309,608.2582559,1402.212284 +72776,1578.613654,1566.536333,1340.130837,609.1593249,1400.002076 +72777,1582.247364,1556.697551,1341.675827,610.0076942,1397.852595 +72778,1585.892143,1547.038358,1343.195189,610.9782708,1395.749417 +72779,1593.104874,1536.973276,1344.789392,611.886105,1393.680866 +72780,1592.010567,1527.388451,1346.384754,612.7088676,1391.656334 +72781,1828.317335,1624.806385,1550.854204,720.1103733,1401.459407 +72782,1841.505752,1616.858242,1565.256807,722.7903034,1435.135288 +72783,1844.439512,1608.451539,1580.709098,724.8488685,1477.102563 +72784,1850.808762,1599.909754,1592.645529,726.5513992,1514.845709 +72785,1856.152735,1590.687139,1601.013085,728.2276087,1545.264865 +72786,1861.057401,1581.945777,1606.642245,729.7585293,1568.944561 +72787,1866.122024,1572.667601,1610.393028,731.2296093,1587.646085 +72788,1870.976786,1563.828829,1612.918817,732.6497767,1602.360169 +72789,1875.781931,1571.184522,1614.629256,733.9728408,1614.254424 +72790,1880.531295,1521.189147,1613.869621,735.4007715,1624.006203 +72791,1885.233525,1553.003188,1613.833463,736.67492,1631.988498 +72792,1889.896257,1516.448249,1614.759266,738.0255684,1638.587223 +72793,1894.523846,1521.208279,1616.237259,739.202677,1644.260942 +72794,1899.118594,1507.511802,1617.942278,740.4783076,1649.282784 +72795,1903.648655,1498.861309,1619.348229,741.6825917,1653.805495 +72796,1908.328402,1489.654305,1619.985949,742.8729318,1657.881817 +72797,1912.722448,1480.237926,1620.598849,744.0422656,1661.524387 +72798,1917.337532,1471.07534,1621.207005,745.1906052,1664.786584 +72799,1921.874644,1461.710716,1621.826179,746.3190274,1667.73577 +72800,1926.201074,1452.52983,1622.46068,747.4275343,1670.429439 +72801,1930.6589,1443.104966,1623.110487,748.5170953,1672.914209 +72802,1935.143033,1433.79207,1623.774677,749.5876243,1675.22735 +72803,1939.467388,1424.655343,1624.451282,750.6400162,1677.397339 +72804,1943.949437,1415.340492,1625.138122,751.6741345,1679.446582 +72805,1948.247063,1406.125198,1625.833354,752.6908228,1681.393408 +72806,1952.750853,1396.819383,1626.53497,753.6899142,1683.252449 +72807,1959.359316,1387.865319,1627.235703,754.6722866,1685.028875 +72808,1973.196891,1378.507742,1627.915809,755.6381562,1686.70987 +72809,1966.360855,1369.457023,1628.595484,756.5882339,1688.330308 +72810,1982.649572,1360.252851,1629.281429,757.5223269,1689.906777 +72811,1989.320015,1351.235787,1629.947073,758.3913971,1691.413154 +72812,1996.062716,1344.767776,1630.585423,759.2349001,1692.853257 +72813,2003.95964,1338.252053,1631.196997,760.05849,1694.237011 +72814,2011.774086,1331.583767,1631.780608,760.8634575,1695.567954 +72815,2019.9151,1324.712242,1632.340159,761.6512696,1696.853447 +72816,2042.474198,1318.268366,1632.853562,762.422235,1698.06748 +72817,2013.806039,1311.580282,1633.382758,763.1773566,1699.288601 +72818,2055.034469,1305.007973,1633.921054,763.9166581,1700.510193 +72819,2049.921538,1298.454817,1634.410503,764.641258,1701.661714 +72820,2072.532023,1291.934718,1634.859901,765.2933877,1702.755244 +72821,2052.485551,1285.358525,1635.328481,766.0749057,1703.865475 +72822,2102.498881,1279.133854,1635.773925,766.7157767,1704.940786 +72823,2075.233088,1272.536286,1636.191741,767.3934966,1705.976622 +72824,2104.949409,1266.248778,1636.619475,768.0491431,1707.020696 +72825,2100.420643,1259.919649,1637.042358,768.6922238,1708.055545 +72826,2120.50437,1253.560295,1637.448517,769.3227232,1709.067285 +72827,2126.526272,1247.468508,1637.831701,769.9414412,1710.048735 +72828,2132.264277,1241.240562,1638.288515,770.5481738,1711.121095 +72829,2143.647902,1235.140482,1639.009672,771.1435244,1712.524251 +72830,2152.730566,1229.171403,1640.055855,771.7275145,1714.338078 +72831,2161.896819,1222.9611,1641.329773,772.3008548,1716.446027 +72832,2171.396633,1217.209839,1642.736645,772.8633578,1718.732785 +72833,2181.030835,1211.265379,1644.224136,773.4156028,1721.133079 +72834,2190.626202,1205.470065,1645.753465,773.9574252,1723.596493 +72835,2200.230583,1199.645168,1647.297951,774.4893654,1726.086774 +72836,2210.032615,1194.179926,1648.844246,775.0112334,1728.584284 +72837,2219.490117,1188.405057,1650.386041,775.5235648,1731.078558 +72838,2229.707619,1182.950327,1651.9251,776.0261714,1733.569834 +72839,2239.468444,1177.40749,1653.460304,776.5195821,1736.055355 +72840,2249.202287,1172.158684,1655.170275,777.0036254,1738.520107 +72841,2313.474122,1189.87316,1655.735152,800.4673702,1738.830565 +72842,2316.117454,1185.998206,1659.469456,802.2621525,1743.276616 +72843,2332.302346,1181.960042,1664.427995,803.8012493,1749.437484 +72844,2343.628616,1177.801076,1669.079854,805.1134601,1755.399351 +72845,2354.550428,1173.659614,1672.956339,806.332344,1760.736044 +72846,2366.328181,1169.522469,1676.078916,807.4794269,1765.007599 +72847,2377.551893,1165.426827,1678.662956,808.5759468,1768.641416 +72848,2388.846578,1161.402939,1680.892395,809.6349718,1771.832508 +72849,2400.21567,1157.453487,1682.8914,810.6645252,1774.715801 +72850,2411.19806,1153.587272,1684.735606,811.6687256,1777.375975 +72851,2422.843209,1149.729227,1686.474357,812.6507653,1779.870957 +72852,2433.979046,1146.158844,1688.135008,813.6122108,1782.234437 +72853,2445.284448,1166.862872,1689.680485,814.5548894,1784.420892 +72854,2456.342381,1103.266233,1691.242602,815.7022752,1786.596899 +72855,2475.905247,1153.318242,1692.973413,816.9935277,1789.155826 +72856,2467.954199,1142.048516,1694.413569,818.3695217,1791.093435 +72857,2501.687011,1111.130182,1695.82855,819.8208123,1792.973826 +72858,2499.198453,1151.677175,1697.404423,821.3431826,1795.03447 +72859,2512.761725,1098.687197,1698.834887,822.9344546,1796.899017 +72860,2525.057785,1144.130199,1700.186114,824.7076831,1798.816661 +72861,2535.901551,1098.309387,1701.575087,826.3529186,1800.531654 +72862,2547.085965,1128.014663,1702.962729,828.2403349,1802.505716 +72863,2565.87381,1104.39841,1704.489065,830.1094052,1803.995335 +72864,2567.267261,1112.803425,1706.019629,832.0298994,1805.957946 +72865,2580.999529,1106.381047,1707.340616,834.0086433,1807.573852 +72866,2592.545258,1104.317907,1708.620456,836.0452114,1809.381128 +72867,2603.758829,1101.642814,1709.951851,838.1393275,1811.064558 +72868,2614.822369,1099.062047,1711.282634,840.2900677,1812.737648 +72869,2632.962934,1096.323632,1712.7591,842.4970018,1814.588169 +72870,2635.528734,1093.770953,1714.241656,844.7594845,1816.660549 +72871,2647.113567,1091.325036,1715.490518,847.2076401,1818.249084 +72872,2657.862566,1088.944894,1716.647408,849.7304979,1819.696986 +72873,2674.604445,1086.605925,1717.983117,852.3156837,1821.333034 +72874,2676.294198,1084.229655,1719.519878,854.9592493,1822.950456 +72875,2686.370793,1082.069493,1720.620925,857.6589767,1824.241992 +72876,2704.518707,1079.85579,1721.793895,860.4125977,1825.600464 +72877,2706.311192,1077.559081,1723.049275,863.2191855,1827.037218 +72878,2714.39073,1075.439399,1724.084863,866.077132,1828.173002 +72879,2730.331968,1073.289155,1725.141611,868.9853053,1829.313525 +72880,2734.201714,1071.180069,1726.305536,871.8815799,1830.570223 +72881,2747.731274,1065.511503,1727.482695,872.6405976,1832.040821 +72882,2752.809313,1062.806232,1728.245137,875.1906737,1833.267787 +72883,2759.351882,1060.411246,1728.592882,878.5279929,1834.273951 +72884,2762.182413,1058.198909,1728.594048,882.6742613,1834.88407 +72885,2764.591145,1055.88065,1728.285676,884.3557478,1835.004079 +72886,2766.955839,1053.766924,1727.719624,889.9391779,1834.664247 +72887,2769.362498,1051.637143,1726.974155,890.2292045,1833.976433 +72888,2771.825359,1049.486709,1726.10057,898.0428295,1833.029483 +72889,2774.349301,1047.547672,1725.144375,895.4136368,1831.90207 +72890,2776.913991,1045.491517,1724.127302,907.6065964,1830.637802 +72891,2779.530982,1043.530452,1723.082328,898.9859042,1829.290819 +72892,2782.170404,1041.592772,1722.009539,919.9114089,1827.871233 +72893,2784.861702,1039.68805,1720.94162,899.1388421,1826.428715 +72894,2787.638433,1037.815581,1719.910678,910.9091824,1825.006805 +72895,2790.393032,1035.975852,1718.858805,922.9564969,1823.543694 +72896,2793.108003,1034.168096,1717.781949,920.3340397,1822.033707 +72897,2795.83758,1032.392023,1716.718629,925.6498995,1820.53476 +72898,2798.577145,1030.646347,1715.670073,929.4175991,1819.044385 +72899,2801.314861,1028.931998,1714.632326,933.2522479,1817.559922 +72900,2804.049382,1027.247918,1713.607716,936.8990157,1816.087667 +72901,2808.846235,992.4653618,1714.577694,907.5372314,1818.151466 +72902,2808.991702,990.4885936,1712.122401,911.2858583,1814.960833 +72903,2807.003592,988.6958164,1708.0339,914.8542954,1809.042665 +72904,2805.453514,986.930214,1704.154825,918.6985098,1803.071901 +72905,2805.348849,985.141985,1701.226098,922.4524513,1798.208855 +72906,2806.572162,983.5519461,1699.217048,926.3198689,1794.533204 +72907,2808.679069,981.9118688,1697.859666,930.1444035,1791.765945 +72908,2811.276599,980.1925758,1696.912164,934.1307767,1789.627146 +72909,2814.137201,978.6358006,1696.225841,937.8459981,1787.937657 +72910,2817.133191,977.048561,1695.715921,941.8703376,1786.588228 +72911,2820.206637,975.497607,1695.335519,945.8558493,1785.514067 +72912,2823.321254,973.9713006,1695.053632,949.721436,1784.667734 +72913,2826.720189,972.4711955,1694.84362,953.8289391,1784.006082 +72914,2829.804493,970.9942325,1694.688939,957.7897913,1783.499823 +72915,2832.859998,969.5429398,1694.577509,961.8272627,1783.124185 +72916,2835.895266,968.1138028,1694.502481,965.8013293,1782.862553 +72917,2838.900955,966.7100662,1694.454797,969.854125,1782.694843 +72918,2841.875919,965.3288954,1694.429811,974.0057854,1782.608343 +72919,2844.814837,963.9694601,1694.423565,977.965903,1782.591118 +72920,2847.70683,962.6347722,1694.431399,982.051598,1782.630585 +72921,2850.553942,961.3206538,1694.452288,986.0862414,1782.720558 +72922,2853.348689,960.0308624,1694.482969,990.2002885,1782.851454 +72923,2856.094628,958.7611943,1694.523807,994.2447564,1783.019902 +72924,2858.811228,954.3016836,1694.588709,994.0990179,1783.239151 +72925,2860.71772,952.4281717,1694.336565,997.2865948,1783.522478 +72926,2862.134005,950.8318992,1693.882876,1000.933398,1783.857809 +72927,2863.49713,949.3920247,1693.402363,1004.770871,1784.230827 +72928,2865.024787,947.8442168,1692.987795,1008.499601,1784.632075 +72929,2866.74389,946.4748432,1692.656107,1012.410638,1785.051314 +72930,2868.602937,945.0803892,1692.391621,1016.214011,1785.479299 +72931,2870.545847,943.276335,1692.176325,1019.68228,1785.91182 +72932,2872.484409,941.3995762,1691.950687,1022.891461,1786.34907 +72933,2874.634119,939.4953445,1691.673415,1026.176941,1786.789448 +72934,2876.39888,937.5755277,1691.333412,1029.232455,1787.233185 +72935,2878.082036,935.581328,1690.938493,1032.408292,1787.684111 +72936,2879.701863,933.7375128,1690.498978,1035.487201,1788.143526 +72937,2881.266568,931.7487096,1690.022624,1038.542777,1788.610542 +72938,2882.778169,929.8096303,1689.515116,1041.56499,1789.084224 +72939,2884.235772,927.8568568,1688.980263,1044.553645,1789.563314 +72940,2885.638006,925.9002278,1688.420873,1047.508395,1790.046599 +72941,2886.984048,923.9404601,1687.83924,1050.42908,1790.53304 +72942,2888.273097,921.9778105,1687.23714,1053.386865,1791.02154 +72943,2889.505954,920.0127735,1686.616853,1056.058731,1791.512113 +72944,2890.682405,918.045493,1685.97981,1059.032435,1792.004113 +72945,2891.800398,916.1393314,1685.326003,1061.750287,1792.49541 +72946,2892.859893,914.0761988,1684.656426,1064.504048,1792.985422 +72947,2893.861345,912.148232,1683.972493,1067.210745,1793.474325 +72948,2894.804819,910.1651723,1683.274985,1069.879548,1793.961704 +72949,2895.690219,908.1904103,1682.564553,1072.510384,1794.447136 +72950,2896.789469,906.2147453,1681.839981,1075.102518,1794.92798 +72951,2897.52355,904.2383426,1681.101352,1077.655542,1795.403327 +72952,2898.193269,902.2611423,1680.351428,1080.242915,1795.875771 +72953,2898.810662,900.2833984,1679.592146,1082.60459,1796.34696 +72954,2899.378891,898.305043,1678.823799,1085.089751,1796.816571 +72955,2899.89621,896.3263077,1678.046095,1087.468751,1797.283603 +72956,2900.36046,894.3471072,1677.258963,1089.816652,1797.747374 +72957,2900.769856,892.3676537,1676.462506,1092.122309,1798.207452 +72958,2901.123055,890.3878423,1675.656868,1094.384664,1798.663492 +72959,2901.419311,888.4078687,1674.842243,1096.603323,1799.115239 +72960,2901.658723,886.4268431,1674.019092,1098.702777,1799.562816 +72961,2903.782424,818.0866052,1674.972614,1034.721487,1803.093667 +72962,2896.586167,815.2174348,1668.939487,1035.789659,1796.22126 +72963,2878.477743,812.6283916,1457.593344,1037.318524,1778.456519 +72964,2855.557258,810.0772393,1542.912235,1038.780535,1756.102311 +72965,2838.348292,807.552019,1533.759162,1040.238035,1738.182182 +72966,2828.124183,805.0455586,1521.289548,1041.664478,1725.405535 +72967,2821.303339,802.5526484,1516.788545,1043.055907,1715.889489 +72968,2816.605074,800.0698461,1513.566938,1044.411952,1708.568233 +72969,2813.287251,797.5963177,1509.831061,1045.728039,1702.804136 +72970,2810.624549,795.1305071,1500.793384,1047.002851,1698.258275 +72971,2808.450496,792.6712939,1504.312083,1048.23494,1695.076688 +72972,2806.750625,790.2170987,1497.899401,1049.422728,1692.20968 +72973,2805.242305,787.7685175,1494.295144,1050.565125,1690.143035 +72974,2803.786889,785.3240087,1490.880116,1051.661145,1688.513066 +72975,2802.379513,782.8836217,1487.199287,1052.71015,1687.030423 +72976,2800.981273,780.4469517,1483.629914,1053.711317,1686.05669 +72977,2799.558049,778.0139428,1479.757733,1054.664259,1685.332678 +72978,2798.100747,775.5843163,1476.195053,1055.568358,1684.813589 +72979,2796.610879,773.1581279,1472.472942,1056.423213,1684.470042 +72980,2795.084536,770.7351755,1468.800118,1057.228746,1684.274228 +72981,2793.518377,768.3708732,1465.139799,1057.984175,1684.203259 +72982,2791.912541,765.8735454,1461.59698,1058.68944,1684.036275 +72983,2790.259703,763.4991872,1457.660163,1059.344277,1684.155231 +72984,2788.560875,761.0808883,1454.137737,1059.948304,1684.354944 +72985,2786.538427,758.6740282,1450.412876,1060.501433,1684.630178 +72986,2784.78294,756.215855,1446.692268,1061.003291,1684.970295 +72987,2782.995298,753.8951384,1443.039202,1061.453814,1685.363245 +72988,2781.02215,751.4597685,1433.778896,1061.926403,1685.69045 +72989,2779.011624,749.073941,1438.016308,1062.164594,1686.063184 +72990,2777.110605,746.737063,1430.854372,1062.511749,1686.590992 +72991,2775.16664,744.2083514,1427.522177,1062.581854,1687.152914 +72992,2773.119542,741.7857008,1423.761176,1062.572995,1687.720388 +72993,2770.987828,739.3132519,1419.954451,1062.492026,1688.317579 +72994,2768.760168,736.8466016,1415.842777,1062.342682,1688.934008 +72995,2766.446578,734.3787807,1412.030592,1062.127016,1689.57023 +72996,2764.062786,731.909996,1408.017024,1061.771599,1690.23065 +72997,2761.615442,729.4406243,1404.088859,1061.534463,1690.914326 +72998,2759.107137,727.0233404,1400.248296,1061.071475,1691.618672 +72999,2756.537126,724.4233455,1396.078267,1060.607172,1692.339457 +73000,2753.909036,722.066673,1392.155187,1060.067754,1693.076747 +73001,2751.230624,719.5510071,1388.159523,1059.463903,1693.834188 +73002,2748.504442,717.0877579,1384.151324,1058.795871,1694.611864 +73003,2745.693549,712.9145393,1376.252726,1046.115506,1695.379301 +73004,2740.514209,710.2277814,1371.531964,1043.377089,1696.134966 +73005,2733.999196,707.662671,1367.346863,1041.523925,1696.942321 +73006,2727.458146,704.9929017,1362.982499,1039.645287,1697.838767 +73007,2714.350633,702.4487643,1358.833349,1037.972236,1698.545308 +73008,2630.657282,699.8704796,1354.365875,1036.148178,1695.953612 +73009,2667.312838,697.33393,1350.232996,1034.491243,1691.516404 +73010,2640.903575,694.7481573,1345.889739,1032.611746,1688.274758 +73011,2626.506413,692.2170177,1341.745371,1030.897044,1685.587539 +73012,2632.437443,689.6376721,1337.419584,1028.945779,1683.39395 +73013,2605.504083,687.1108107,1326.258075,1027.158536,1681.720005 +73014,2604.880267,684.536056,1339.237724,1025.124599,1680.151793 +73015,2595.555449,681.9626977,1310.901032,1023.256391,1679.021262 +73016,2577.423923,679.5242148,1334.845458,1021.094269,1677.863251 +73017,2583.652901,676.9823906,1292.91542,1019.131321,1676.929696 +73018,2555.934648,674.4299528,1339.003844,1016.909949,1676.141219 +73019,2556.421803,671.8914426,1278.580651,1014.73706,1675.132427 +73020,2545.745726,669.3558512,1331.617708,1012.528171,1674.181577 +73021,1904.088219,666.7370069,890.942788,1009.936988,2219.149113 +73022,1994.201066,794.7733407,929.8884939,1138.515739,2284.968494 +73023,2097.506285,796.2199533,974.0763593,1139.559257,2348.394721 +73024,2169.182648,793.3948161,1004.799547,1136.983219,2379.348883 +73025,2213.19784,790.7244937,1024.32723,1150.133741,2389.643149 +73026,2240.719834,788.6270172,1037.689315,1109.923867,2391.525454 +73027,2258.879275,785.9861602,1047.475399,1142.033363,2390.246161 +73028,2271.659994,783.6736861,1055.116154,1125.350875,2387.964299 +73029,2281.099559,781.1173725,1061.339438,1125.575195,2385.516205 +73030,2288.182339,778.7315938,1066.507388,1122.782717,2383.178385 +73031,2293.449696,776.113117,1070.834286,1120.042256,2381.041855 +73032,2297.243145,773.8355232,1074.45765,1117.228907,2378.914448 +73033,2299.824485,771.1466621,1077.486477,1114.361613,2377.172616 +73034,2301.411258,768.786439,1080.009863,1111.365064,2375.590763 +73035,2302.178939,766.1958536,1082.106129,1108.511368,2374.146377 +73036,2302.270711,763.7899816,1083.838754,1105.514344,2372.821013 +73037,2301.801766,761.2089886,1085.262201,1102.351052,2371.599405 +73038,2300.86365,758.8054899,1086.422419,1099.298895,2370.468582 +73039,2299.531801,756.7105571,1087.357794,1096.133624,2369.417326 +73040,2297.868785,753.5911505,1088.100351,1092.936141,2368.435792 +73041,2295.925961,751.3704865,1088.676888,1089.695117,2367.515323 +73042,2293.745186,748.8204896,1089.109944,1086.378002,2366.648409 +73043,2291.356705,746.333891,1089.418028,1082.999943,2365.827844 +73044,2288.792809,743.8771753,1089.614133,1079.711067,2365.048559 +73045,2286.07316,741.3029617,1089.715482,1076.237782,2364.304912 +73046,2283.216558,738.8997609,1089.734928,1072.793361,2363.59244 +73047,2280.239498,736.3187864,1089.678131,1069.297932,2362.907266 +73048,2277.155546,733.9133897,1089.556694,1065.763347,2362.245948 +73049,2273.975682,731.4481652,1089.378532,1062.26484,2361.60532 +73050,2270.70902,728.8352832,1089.145239,1058.547254,2360.982555 +73051,2267.363286,726.4907448,1088.865221,1055.695083,2360.375076 +73052,2264.013513,724.0003531,1088.546185,1052.743309,2359.781511 +73053,2260.703193,721.5296439,1088.187773,1050.077305,2359.19873 +73054,2257.448774,719.1036268,1087.797388,1047.227501,2358.625706 +73055,2254.241858,716.7097814,1087.377732,1044.520917,2358.059744 +73056,2251.07677,714.1144327,1086.927373,1041.780135,2357.500329 +73057,2247.942207,710.7111222,1086.450447,1028.762178,2356.944781 +73058,2243.897403,708.1863532,1085.910541,1024.628046,2356.390454 +73059,2239.301879,705.6636675,1085.32484,1021.213883,2355.83688 +73060,2234.647416,703.0094097,1084.713052,1018.024744,2355.283955 +73061,2230.185972,700.5148512,1084.081146,1014.927211,2354.731232 +73062,2225.973544,698.0762762,1083.436015,1012.087843,2354.178072 +73063,2221.983471,695.3925957,1082.779057,1009.177866,2353.623658 +73064,2218.182797,692.9453714,1082.105563,1006.572305,2353.067177 +73065,2214.2627,690.4646275,1081.418759,1003.857056,2352.507778 +73066,2210.763149,687.7770442,1080.720772,1001.573885,2351.946018 +73067,2207.390308,685.3397864,1080.005992,999.2603242,2351.379604 +73068,2204.14428,682.7867541,1079.278918,995.3826349,2350.809115 +73069,2200.908439,680.0610014,1078.556207,991.3760289,2350.270276 +73070,2197.551392,677.6397981,1077.817825,987.2893089,2349.726849 +73071,2194.020593,675.0634087,1077.054688,983.2074057,2349.149128 +73072,2190.345456,672.373743,1076.272215,978.8332976,2348.554327 +73073,2186.555294,669.8740029,1075.477073,974.7374579,2347.949145 +73074,2182.672778,667.3124374,1074.667601,970.389759,2347.33616 +73075,2178.713917,664.5988045,1073.847516,966.0795693,2346.716218 +73076,2174.690378,662.0810774,1073.01399,961.7270912,2346.089547 +73077,2170.60618,659.5016346,1072.170359,957.2792834,2345.45611 +73078,2166.451821,656.7252181,1071.313666,952.9713126,2344.815808 +73079,2162.224915,654.2510172,1070.447217,948.559609,2343.97594 +73080,2157.931344,651.6194411,1069.568031,944.0227832,2343.3304 +73081,0,0,0,0,0 +73082,0,0,0,0,0 +73083,0,0,0,0,0 +73084,0,0,0,0,0 +73085,0,0,0,0,0 +73086,0,0,0,0,0 +73087,0,0,0,0,0 +73088,0,0,0,0,0 +73089,0,0,0,0,0 +73090,0,0,0,0,0 +73091,0,0,0,0,0 +73092,0,0,0,0,0 +73093,0,0,0,0,0 +73094,0,0,0,0,0 +73095,0,0,0,0,0 +73096,0,0,0,0,0 +73097,0,0,0,0,0 +73098,0,0,0,0,0 +73099,0,0,0,0,0 +73100,0,0,0,0,0 +73101,0,0,0,0,0 +73102,0,0,0,0,0 +73103,0,0,0,0,0 +73104,0,0,0,0,0 +73105,0,0,0,0,0 +73106,0,0,0,0,0 +73107,0,0,0,0,0 +73108,0,0,0,0,0 +73109,0,0,0,0,0 +73110,0,0,0,0,0 +73111,0,0,0,0,0 +73112,0,0,0,0,0 +73113,0,0,0,0,0 +73114,0,0,0,0,0 +73115,0,0,0,0,0 +73116,0,0,0,0,0 +73117,0,0,0,0,0 +73118,0,0,0,0,0 +73119,0,0,0,0,0 +73120,0,0,0,0,0 +73121,0,0,0,0,0 +73122,0,0,0,0,0 +73123,0,0,0,0,0 +73124,0,0,0,0,0 +73125,0,0,0,0,0 +73126,0,0,0,0,0 +73127,0,0,0,0,0 +73128,0,0,0,0,0 +73129,0,0,0,0,0 +73130,0,0,0,0,0 +73131,0,0,0,0,0 +73132,0,0,0,0,0 +73133,0,0,0,0,0 +73134,0,0,0,0,0 +73135,0,0,0,0,0 +73136,0,0,0,0,0 +73137,0,0,0,0,0 +73138,0,0,0,0,0 +73139,0,0,0,0,0 +73140,0,0,0,0,0 +73141,0,0,0,0,0 +73142,0,0,0,0,0 +73143,0,0,0,0,0 +73144,0,0,0,0,0 +73145,0,0,0,0,0 +73146,0,0,0,0,0 +73147,0,0,0,0,0 +73148,0,0,0,0,0 +73149,0,0,0,0,0 +73150,0,0,0,0,0 +73151,0,0,0,0,0 +73152,0,0,0,0,0 +73153,0,0,0,0,0 +73154,0,0,0,0,0 +73155,0,0,0,0,0 +73156,0,0,0,0,0 +73157,0,0,0,0,0 +73158,0,0,0,0,0 +73159,0,0,0,0,0 +73160,0,0,0,0,0 +73161,0,0,0,0,0 +73162,0,0,0,0,0 +73163,0,0,0,0,0 +73164,0,0,0,0,0 +73165,0,0,0,0,0 +73166,0,0,0,0,0 +73167,0,0,0,0,0 +73168,0,0,0,0,0 +73169,0,0,0,0,0 +73170,0,0,0,0,0 +73171,0,0,0,0,0 +73172,0,0,0,0,0 +73173,0,0,0,0,0 +73174,0,0,0,0,0 +73175,0,0,0,0,0 +73176,0,0,0,0,0 +73177,0,0,0,0,0 +73178,0,0,0,0,0 +73179,0,0,0,0,0 +73180,0,0,0,0,0 +73181,0,0,0,0,0 +73182,0,0,0,0,0 +73183,0,0,0,0,0 +73184,0,0,0,0,0 +73185,0,0,0,0,0 +73186,0,0,0,0,0 +73187,0,0,0,0,0 +73188,0,0,0,0,0 +73189,0,0,0,0,0 +73190,0,0,0,0,0 +73191,0,0,0,0,0 +73192,0,0,0,0,0 +73193,0,0,0,0,0 +73194,0,0,0,0,0 +73195,0,0,0,0,0 +73196,0,0,0,0,0 +73197,0,0,0,0,0 +73198,0,0,0,0,0 +73199,0,0,0,0,0 +73200,0,0,0,0,0 +73201,0,0,0,0,0 +73202,0,0,0,0,0 +73203,0,0,0,0,0 +73204,0,0,0,0,0 +73205,0,0,0,0,0 +73206,0,0,0,0,0 +73207,0,0,0,0,0 +73208,0,0,0,0,0 +73209,0,0,0,0,0 +73210,0,0,0,0,0 +73211,0,0,0,0,0 +73212,0,0,0,0,0 +73213,0,0,0,0,0 +73214,0,0,0,0,0 +73215,0,0,0,0,0 +73216,0,0,0,0,0 +73217,0,0,0,0,0 +73218,0,0,0,0,0 +73219,0,0,0,0,0 +73220,0,0,0,0,0 +73221,0,0,0,0,0 +73222,0,0,0,0,0 +73223,0,0,0,0,0 +73224,0,0,0,0,0 +73225,0,0,0,0,0 +73226,0,0,0,0,0 +73227,0,0,0,0,0 +73228,0,0,0,0,0 +73229,0,0,0,0,0 +73230,0,0,0,0,0 +73231,0,0,0,0,0 +73232,0,0,0,0,0 +73233,0,0,0,0,0 +73234,0,0,0,0,0 +73235,0,0,0,0,0 +73236,0,0,0,0,0 +73237,0,0,0,0,0 +73238,0,0,0,0,0 +73239,0,0,0,0,0 +73240,0,0,0,0,0 +73241,0,0,0,0,0 +73242,0,0,0,0,0 +73243,0,0,0,0,0 +73244,0,0,0,0,0 +73245,0,0,0,0,0 +73246,0,0,0,0,0 +73247,0,0,0,0,0 +73248,0,0,0,0,0 +73249,0,0,0,0,0 +73250,0,0,0,0,0 +73251,0,0,0,0,0 +73252,0,0,0,0,0 +73253,0,0,0,0,0 +73254,0,0,0,0,0 +73255,0,0,0,0,0 +73256,0,0,0,0,0 +73257,0,0,0,0,0 +73258,0,0,0,0,0 +73259,0,0,0,0,0 +73260,0,0,0,0,0 +73261,0,0,0,0,0 +73262,0,0,0,0,0 +73263,0,0,0,0,0 +73264,0,0,0,0,0 +73265,0,0,0,0,0 +73266,0,0,0,0,0 +73267,0,0,0,0,0 +73268,0,0,0,0,0 +73269,0,0,0,0,0 +73270,0,0,0,0,0 +73271,0,0,0,0,0 +73272,0,0,0,0,0 +73273,0,0,0,0,0 +73274,0,0,0,0,0 +73275,0,0,0,0,0 +73276,0,0,0,0,0 +73277,0,0,0,0,0 +73278,0,0,0,0,0 +73279,0,0,0,0,0 +73280,0,0,0,0,0 +73281,0,0,0,0,0 +73282,0,0,0,0,0 +73283,0,0,0,0,0 +73284,0,0,0,0,0 +73285,0,0,0,0,0 +73286,0,0,0,0,0 +73287,0,0,0,0,0 +73288,0,0,0,0,0 +73289,0,0,0,0,0 +73290,0,0,0,0,0 +73291,0,0,0,0,0 +73292,0,0,0,0,0 +73293,0,0,0,0,0 +73294,0,0,0,0,0 +73295,0,0,0,0,0 +73296,0,0,0,0,0 +73297,0,0,0,0,0 +73298,0,0,0,0,0 +73299,0,0,0,0,0 +73300,0,0,0,0,0 +73301,0,0,0,0,0 +73302,0,0,0,0,0 +73303,0,0,0,0,0 +73304,0,0,0,0,0 +73305,0,0,0,0,0 +73306,0,0,0,0,0 +73307,0,0,0,0,0 +73308,0,0,0,0,0 +73309,0,0,0,0,0 +73310,0,0,0,0,0 +73311,0,0,0,0,0 +73312,0,0,0,0,0 +73313,0,0,0,0,0 +73314,0,0,0,0,0 +73315,0,0,0,0,0 +73316,0,0,0,0,0 +73317,0,0,0,0,0 +73318,0,0,0,0,0 +73319,0,0,0,0,0 +73320,0,0,0,0,0 +73321,0,0,0,0,0 +73322,0,0,0,0,0 +73323,0,0,0,0,0 +73324,0,0,0,0,0 +73325,0,0,0,0,0 +73326,0,0,0,0,0 +73327,0,0,0,0,0 +73328,0,0,0,0,0 +73329,0,0,0,0,0 +73330,0,0,0,0,0 +73331,0,0,0,0,0 +73332,0,0,0,0,0 +73333,0,0,0,0,0 +73334,0,0,0,0,0 +73335,0,0,0,0,0 +73336,0,0,0,0,0 +73337,0,0,0,0,0 +73338,0,0,0,0,0 +73339,0,0,0,0,0 +73340,0,0,0,0,0 +73341,0,0,0,0,0 +73342,0,0,0,0,0 +73343,0,0,0,0,0 +73344,0,0,0,0,0 +73345,0,0,0,0,0 +73346,0,0,0,0,0 +73347,0,0,0,0,0 +73348,0,0,0,0,0 +73349,0,0,0,0,0 +73350,0,0,0,0,0 +73351,0,0,0,0,0 +73352,0,0,0,0,0 +73353,0,0,0,0,0 +73354,0,0,0,0,0 +73355,0,0,0,0,0 +73356,0,0,0,0,0 +73357,0,0,0,0,0 +73358,0,0,0,0,0 +73359,0,0,0,0,0 +73360,0,0,0,0,0 +73361,0,0,0,0,0 +73362,0,0,0,0,0 +73363,0,0,0,0,0 +73364,0,0,0,0,0 +73365,0,0,0,0,0 +73366,0,0,0,0,0 +73367,0,0,0,0,0 +73368,0,0,0,0,0 +73369,0,0,0,0,0 +73370,0,0,0,0,0 +73371,0,0,0,0,0 +73372,0,0,0,0,0 +73373,0,0,0,0,0 +73374,0,0,0,0,0 +73375,0,0,0,0,0 +73376,0,0,0,0,0 +73377,0,0,0,0,0 +73378,0,0,0,0,0 +73379,0,0,0,0,0 +73380,0,0,0,0,0 +73381,0,0,0,0,0 +73382,0,0,0,0,0 +73383,0,0,0,0,0 +73384,0,0,0,0,0 +73385,0,0,0,0,0 +73386,0,0,0,0,0 +73387,0,0,0,0,0 +73388,0,0,0,0,0 +73389,0,0,0,0,0 +73390,0,0,0,0,0 +73391,0,0,0,0,0 +73392,0,0,0,0,0 +73393,0,0,0,0,0 +73394,0,0,0,0,0 +73395,0,0,0,0,0 +73396,0,0,0,0,0 +73397,0,0,0,0,0 +73398,0,0,0,0,0 +73399,0,0,0,0,0 +73400,0,0,0,0,0 +73401,0,0,0,0,0 +73402,0,0,0,0,0 +73403,0,0,0,0,0 +73404,0,0,0,0,0 +73405,0,0,0,0,0 +73406,0,0,0,0,0 +73407,0,0,0,0,0 +73408,0,0,0,0,0 +73409,0,0,0,0,0 +73410,0,0,0,0,0 +73411,0,0,0,0,0 +73412,0,0,0,0,0 +73413,0,0,0,0,0 +73414,0,0,0,0,0 +73415,0,0,0,0,0 +73416,0,0,0,0,0 +73417,0,0,0,0,0 +73418,0,0,0,0,0 +73419,0,0,0,0,0 +73420,0,0,0,0,0 +73421,0,0,0,0,0 +73422,0,0,0,0,0 +73423,0,0,0,0,0 +73424,0,0,0,0,0 +73425,0,0,0,0,0 +73426,0,0,0,0,0 +73427,0,0,0,0,0 +73428,0,0,0,0,0 +73429,0,0,0,0,0 +73430,0,0,0,0,0 +73431,0,0,0,0,0 +73432,0,0,0,0,0 +73433,0,0,0,0,0 +73434,0,0,0,0,0 +73435,0,0,0,0,0 +73436,0,0,0,0,0 +73437,0,0,0,0,0 +73438,0,0,0,0,0 +73439,0,0,0,0,0 +73440,0,0,0,0,0 +73441,0,0,0,0,0 +73442,0,0,0,0,0 +73443,0,0,0,0,0 +73444,0,0,0,0,0 +73445,0,0,0,0,0 +73446,0,0,0,0,0 +73447,0,0,0,0,0 +73448,0,0,0,0,0 +73449,0,0,0,0,0 +73450,0,0,0,0,0 +73451,0,0,0,0,0 +73452,0,0,0,0,0 +73453,0,0,0,0,0 +73454,0,0,0,0,0 +73455,0,0,0,0,0 +73456,0,0,0,0,0 +73457,0,0,0,0,0 +73458,0,0,0,0,0 +73459,0,0,0,0,0 +73460,0,0,0,0,0 +73461,0,0,0,0,0 +73462,0,0,0,0,0 +73463,0,0,0,0,0 +73464,0,0,0,0,0 +73465,0,0,0,0,0 +73466,0,0,0,0,0 +73467,0,0,0,0,0 +73468,0,0,0,0,0 +73469,0,0,0,0,0 +73470,0,0,0,0,0 +73471,0,0,0,0,0 +73472,0,0,0,0,0 +73473,0,0,0,0,0 +73474,0,0,0,0,0 +73475,0,0,0,0,0 +73476,0,0,0,0,0 +73477,0,0,0,0,0 +73478,0,0,0,0,0 +73479,0,0,0,0,0 +73480,0,0,0,0,0 +73481,0,0,0,0,0 +73482,0,0,0,0,0 +73483,0,0,0,0,0 +73484,0,0,0,0,0 +73485,0,0,0,0,0 +73486,0,0,0,0,0 +73487,0,0,0,0,0 +73488,0,0,0,0,0 +73489,0,0,0,0,0 +73490,0,0,0,0,0 +73491,0,0,0,0,0 +73492,0,0,0,0,0 +73493,0,0,0,0,0 +73494,0,0,0,0,0 +73495,0,0,0,0,0 +73496,0,0,0,0,0 +73497,0,0,0,0,0 +73498,0,0,0,0,0 +73499,0,0,0,0,0 +73500,0,0,0,0,0 +73501,0,0,0,0,0 +73502,0,0,0,0,0 +73503,0,0,0,0,0 +73504,0,0,0,0,0 +73505,0,0,0,0,0 +73506,0,0,0,0,0 +73507,0,0,0,0,0 +73508,0,0,0,0,0 +73509,0,0,0,0,0 +73510,0,0,0,0,0 +73511,0,0,0,0,0 +73512,0,0,0,0,0 +73513,0,0,0,0,0 +73514,0,0,0,0,0 +73515,0,0,0,0,0 +73516,0,0,0,0,0 +73517,0,0,0,0,0 +73518,0,0,0,0,0 +73519,0,0,0,0,0 +73520,0,0,0,0,0 +73521,0,0,0,0,0 +73522,0,0,0,0,0 +73523,0,0,0,0,0 +73524,0,0,0,0,0 +73525,0,0,0,0,0 +73526,0,0,0,0,0 +73527,0,0,0,0,0 +73528,0,0,0,0,0 +73529,0,0,0,0,0 +73530,0,0,0,0,0 +73531,0,0,0,0,0 +73532,0,0,0,0,0 +73533,0,0,0,0,0 +73534,0,0,0,0,0 +73535,0,0,0,0,0 +73536,0,0,0,0,0 +73537,0,0,0,0,0 +73538,0,0,0,0,0 +73539,0,0,0,0,0 +73540,0,0,0,0,0 +73541,0,0,0,0,0 +73542,0,0,0,0,0 +73543,0,0,0,0,0 +73544,0,0,0,0,0 +73545,0,0,0,0,0 +73546,0,0,0,0,0 +73547,0,0,0,0,0 +73548,0,0,0,0,0 +73549,0,0,0,0,0 +73550,0,0,0,0,0 +73551,0,0,0,0,0 +73552,0,0,0,0,0 +73553,0,0,0,0,0 +73554,0,0,0,0,0 +73555,0,0,0,0,0 +73556,0,0,0,0,0 +73557,0,0,0,0,0 +73558,0,0,0,0,0 +73559,0,0,0,0,0 +73560,0,0,0,0,0 +73561,0,0,0,0,0 +73562,0,0,0,0,0 +73563,0,0,0,0,0 +73564,0,0,0,0,0 +73565,0,0,0,0,0 +73566,0,0,0,0,0 +73567,0,0,0,0,0 +73568,0,0,0,0,0 +73569,0,0,0,0,0 +73570,0,0,0,0,0 +73571,0,0,0,0,0 +73572,0,0,0,0,0 +73573,0,0,0,0,0 +73574,0,0,0,0,0 +73575,0,0,0,0,0 +73576,0,0,0,0,0 +73577,0,0,0,0,0 +73578,0,0,0,0,0 +73579,0,0,0,0,0 +73580,0,0,0,0,0 +73581,0,0,0,0,0 +73582,0,0,0,0,0 +73583,0,0,0,0,0 +73584,0,0,0,0,0 +73585,0,0,0,0,0 +73586,0,0,0,0,0 +73587,0,0,0,0,0 +73588,0,0,0,0,0 +73589,0,0,0,0,0 +73590,0,0,0,0,0 +73591,0,0,0,0,0 +73592,0,0,0,0,0 +73593,0,0,0,0,0 +73594,0,0,0,0,0 +73595,0,0,0,0,0 +73596,0,0,0,0,0 +73597,0,0,0,0,0 +73598,0,0,0,0,0 +73599,0,0,0,0,0 +73600,0,0,0,0,0 +73601,0,0,0,0,0 +73602,0,0,0,0,0 +73603,0,0,0,0,0 +73604,0,0,0,0,0 +73605,0,0,0,0,0 +73606,0,0,0,0,0 +73607,0,0,0,0,0 +73608,0,0,0,0,0 +73609,0,0,0,0,0 +73610,0,0,0,0,0 +73611,0,0,0,0,0 +73612,0,0,0,0,0 +73613,0,0,0,0,0 +73614,0,0,0,0,0 +73615,0,0,0,0,0 +73616,0,0,0,0,0 +73617,0,0,0,0,0 +73618,0,0,0,0,0 +73619,0,0,0,0,0 +73620,0,0,0,0,0 +73621,0,0,0,0,0 +73622,0,0,0,0,0 +73623,0,0,0,0,0 +73624,0,0,0,0,0 +73625,0,0,0,0,0 +73626,0,0,0,0,0 +73627,0,0,0,0,0 +73628,0,0,0,0,0 +73629,0,0,0,0,0 +73630,0,0,0,0,0 +73631,0,0,0,0,0 +73632,0,0,0,0,0 +73633,0,0,0,0,0 +73634,0,0,0,0,0 +73635,0,0,0,0,0 +73636,0,0,0,0,0 +73637,0,0,0,0,0 +73638,0,0,0,0,0 +73639,0,0,0,0,0 +73640,0,0,0,0,0 +73641,0,0,0,0,0 +73642,0,0,0,0,0 +73643,0,0,0,0,0 +73644,0,0,0,0,0 +73645,0,0,0,0,0 +73646,0,0,0,0,0 +73647,0,0,0,0,0 +73648,0,0,0,0,0 +73649,0,0,0,0,0 +73650,0,0,0,0,0 +73651,0,0,0,0,0 +73652,0,0,0,0,0 +73653,0,0,0,0,0 +73654,0,0,0,0,0 +73655,0,0,0,0,0 +73656,0,0,0,0,0 +73657,0,0,0,0,0 +73658,0,0,0,0,0 +73659,0,0,0,0,0 +73660,0,0,0,0,0 +73661,0,0,0,0,0 +73662,0,0,0,0,0 +73663,0,0,0,0,0 +73664,0,0,0,0,0 +73665,0,0,0,0,0 +73666,0,0,0,0,0 +73667,0,0,0,0,0 +73668,0,0,0,0,0 +73669,0,0,0,0,0 +73670,0,0,0,0,0 +73671,0,0,0,0,0 +73672,0,0,0,0,0 +73673,0,0,0,0,0 +73674,0,0,0,0,0 +73675,0,0,0,0,0 +73676,0,0,0,0,0 +73677,0,0,0,0,0 +73678,0,0,0,0,0 +73679,0,0,0,0,0 +73680,0,0,0,0,0 +73681,0,0,0,0,0 +73682,0,0,0,0,0 +73683,0,0,0,0,0 +73684,0,0,0,0,0 +73685,0,0,0,0,0 +73686,0,0,0,0,0 +73687,0,0,0,0,0 +73688,0,0,0,0,0 +73689,0,0,0,0,0 +73690,0,0,0,0,0 +73691,0,0,0,0,0 +73692,0,0,0,0,0 +73693,0,0,0,0,0 +73694,0,0,0,0,0 +73695,0,0,0,0,0 +73696,0,0,0,0,0 +73697,0,0,0,0,0 +73698,0,0,0,0,0 +73699,0,0,0,0,0 +73700,0,0,0,0,0 +73701,0,0,0,0,0 +73702,0,0,0,0,0 +73703,0,0,0,0,0 +73704,0,0,0,0,0 +73705,0,0,0,0,0 +73706,0,0,0,0,0 +73707,0,0,0,0,0 +73708,0,0,0,0,0 +73709,0,0,0,0,0 +73710,0,0,0,0,0 +73711,0,0,0,0,0 +73712,0,0,0,0,0 +73713,0,0,0,0,0 +73714,0,0,0,0,0 +73715,0,0,0,0,0 +73716,0,0,0,0,0 +73717,0,0,0,0,0 +73718,0,0,0,0,0 +73719,0,0,0,0,0 +73720,0,0,0,0,0 +73721,0,0,0,0,0 +73722,0,0,0,0,0 +73723,0,0,0,0,0 +73724,0,0,0,0,0 +73725,0,0,0,0,0 +73726,0,0,0,0,0 +73727,0,0,0,0,0 +73728,0,0,0,0,0 +73729,0,0,0,0,0 +73730,0,0,0,0,0 +73731,0,0,0,0,0 +73732,0,0,0,0,0 +73733,0,0,0,0,0 +73734,0,0,0,0,0 +73735,0,0,0,0,0 +73736,0,0,0,0,0 +73737,0,0,0,0,0 +73738,0,0,0,0,0 +73739,0,0,0,0,0 +73740,0,0,0,0,0 +73741,0,0,0,0,0 +73742,0,0,0,0,0 +73743,0,0,0,0,0 +73744,0,0,0,0,0 +73745,0,0,0,0,0 +73746,0,0,0,0,0 +73747,0,0,0,0,0 +73748,0,0,0,0,0 +73749,0,0,0,0,0 +73750,0,0,0,0,0 +73751,0,0,0,0,0 +73752,0,0,0,0,0 +73753,0,0,0,0,0 +73754,0,0,0,0,0 +73755,0,0,0,0,0 +73756,0,0,0,0,0 +73757,0,0,0,0,0 +73758,0,0,0,0,0 +73759,0,0,0,0,0 +73760,0,0,0,0,0 +73761,0,0,0,0,0 +73762,0,0,0,0,0 +73763,0,0,0,0,0 +73764,0,0,0,0,0 +73765,0,0,0,0,0 +73766,0,0,0,0,0 +73767,0,0,0,0,0 +73768,0,0,0,0,0 +73769,0,0,0,0,0 +73770,0,0,0,0,0 +73771,0,0,0,0,0 +73772,0,0,0,0,0 +73773,0,0,0,0,0 +73774,0,0,0,0,0 +73775,0,0,0,0,0 +73776,0,0,0,0,0 +73777,0,0,0,0,0 +73778,0,0,0,0,0 +73779,0,0,0,0,0 +73780,0,0,0,0,0 +73781,0,0,0,0,0 +73782,0,0,0,0,0 +73783,0,0,0,0,0 +73784,0,0,0,0,0 +73785,0,0,0,0,0 +73786,0,0,0,0,0 +73787,0,0,0,0,0 +73788,0,0,0,0,0 +73789,0,0,0,0,0 +73790,0,0,0,0,0 +73791,0,0,0,0,0 +73792,0,0,0,0,0 +73793,0,0,0,0,0 +73794,0,0,0,0,0 +73795,0,0,0,0,0 +73796,0,0,0,0,0 +73797,0,0,0,0,0 +73798,0,0,0,0,0 +73799,0,0,0,0,0 +73800,0,0,0,0,0 +73801,0,0,0,0,0 +73802,0,0,0,0,0 +73803,0,0,0,0,0 +73804,0,0,0,0,0 +73805,0,0,0,0,0 +73806,0,0,0,0,0 +73807,0,0,0,0,0 +73808,0,0,0,0,0 +73809,0,0,0,0,0 +73810,0,0,0,0,0 +73811,0,0,0,0,0 +73812,0,0,0,0,0 +73813,0,0,0,0,0 +73814,0,0,0,0,0 +73815,0,0,0,0,0 +73816,0,0,0,0,0 +73817,0,0,0,0,0 +73818,0,0,0,0,0 +73819,0,0,0,0,0 +73820,0,0,0,0,0 +73821,0,0,0,0,0 +73822,0,0,0,0,0 +73823,0,0,0,0,0 +73824,0,0,0,0,0 +73825,0,0,0,0,0 +73826,0,0,0,0,0 +73827,0,0,0,0,0 +73828,0,0,0,0,0 +73829,0,0,0,0,0 +73830,0,0,0,0,0 +73831,0,0,0,0,0 +73832,0,0,0,0,0 +73833,0,0,0,0,0 +73834,0,0,0,0,0 +73835,0,0,0,0,0 +73836,0,0,0,0,0 +73837,0,0,0,0,0 +73838,0,0,0,0,0 +73839,0,0,0,0,0 +73840,0,0,0,0,0 +73841,0,0,0,0,0 +73842,0,0,0,0,0 +73843,0,0,0,0,0 +73844,0,0,0,0,0 +73845,0,0,0,0,0 +73846,0,0,0,0,0 +73847,0,0,0,0,0 +73848,0,0,0,0,0 +73849,0,0,0,0,0 +73850,0,0,0,0,0 +73851,0,0,0,0,0 +73852,0,0,0,0,0 +73853,0,0,0,0,0 +73854,0,0,0,0,0 +73855,0,0,0,0,0 +73856,0,0,0,0,0 +73857,0,0,0,0,0 +73858,0,0,0,0,0 +73859,0,0,0,0,0 +73860,0,0,0,0,0 +73861,-1375.989324,-606.2296197,-1348.010453,-605.9995098,10.85654669 +73862,-1866.181268,-788.1794858,-1833.972291,-787.9512143,-954.017095 +73863,-1581.808004,-663.9508067,-1553.3206,-663.7260171,-674.4720184 +73864,-1529.280012,-641.6969926,-1501.595608,-641.4780728,-649.7969057 +73865,-1509.755046,-634.1724125,-1482.320647,-633.9599287,-653.3448346 +73866,-1260.423786,-520.0220433,-1231.750153,-519.8168587,-143.9558401 +73867,-1444.85951,-602.2246391,-1414.387706,-602.0275002,-384.7176005 +73868,-1768.635388,-750.8916044,-1738.604912,-750.7012388,-1006.424284 +73869,-1514.510609,-636.0608032,-1484.494672,-635.8763924,-553.2144785 +73870,-1621.236291,-683.9659448,-1590.309744,-683.787765,-703.0819911 +73871,-1694.474858,-717.4560255,-1663.181371,-717.2836768,-823.7600542 +73872,-1738.048916,-737.7580955,-1706.453587,-737.5911701,-907.397994 +73873,-1758.737486,-744.9776925,-1725.209559,-747.6037931,-957.1416694 +73874,-1764.314928,-743.7342598,-1727.939355,-750.7880396,-981.7399524 +73875,-1761.742325,-738.4851461,-1722.394207,-750.276104,-991.19401 +73876,-1755.625388,-731.9018215,-1713.523951,-748.1393532,-992.8607326 +73877,-1748.399288,-725.172522,-1703.811948,-745.4681316,-990.9585232 +73878,-1741.25127,-718.7467663,-1694.394821,-742.7912431,-987.7593608 +73879,-1720.353842,-589.8264599,-1671.391516,-733.8177775,-958.3288456 +73880,-1700.594695,-448.0237453,-1649.65489,-725.3169754,-929.8856028 +73881,-1687.787933,-519.4800834,-1634.979447,-719.9319067,-913.1754249 +73882,-1681.142156,-468.8735647,-1626.56153,-717.3002094,-906.9651245 +73883,-1641.27879,-447.0800639,-1403.812974,-699.5212106,-839.8343142 +73884,-1611.745756,-427.9689839,-1386.814098,-686.3994891,-790.9525449 +73885,-1600.482313,-409.840373,-1402.995995,-681.5472174,-774.8460175 +73886,-1732.61615,-390.9775783,-1366.269306,-743.4041937,-1081.958667 +73887,-1492.49198,-371.1432814,-1343.709644,-684.7249287,-931.4657363 +73888,-1305.827179,-354.3858304,-1268.494976,-550.4293367,-380.349243 +73889,-1433.343464,-336.2653153,-1392.137511,-606.3887474,-543.1075286 +73890,-1676.266576,-317.9500304,-1266.149914,-717.8991962,-1023.550902 +73891,-1378.413292,-295.6804047,-1277.507106,-582.7346697,-486.9708456 +73892,-1633.815996,-273.1065556,-1256.854053,-702.5305335,-990.2915351 +73893,-1312.614236,-258.7016604,-1235.542909,-553.563394,-393.4596391 +73894,-1423.232797,-240.2109379,-1220.824935,-602.3722295,-534.4722859 +73895,-1482.116445,-222.1937491,-1201.95814,-628.3997315,-611.2801807 +73896,-1427.813165,-205.4039818,-1189.738626,-723.0947046,-1061.449165 +73897,-1305.206804,-190.1204768,-1172.989738,-547.9056501,-382.4601038 +73898,-1499.829647,-174.2564593,-1159.306136,-687.1795038,-975.5064434 +73899,-1248.707182,-159.5612433,-1149.738129,-520.9695858,-311.7156575 +73900,-1381.900285,-144.0474875,-1131.105348,-579.7095174,-480.3991016 +73901,-1454.238267,-129.7173939,-1126.857121,-612.1518054,-574.7623851 +73902,-1293.432289,-113.6340273,-1106.768867,-628.6119408,-624.9166208 +73903,-1345.666204,-98.99362794,-1099.565822,-629.1301361,-622.4701776 +73904,-1327.779101,-84.06218695,-1087.723011,-722.7716809,-1096.148118 +73905,-1313.5422,-68.52056265,-1076.244362,-561.4225399,-861.4098823 +73906,-1131.999198,-54.12229975,-1062.564898,-462.7071058,-161.3673866 +73907,-1537.059321,-38.85236439,-1056.609799,-647.8379574,-899.2231601 +73908,-1182.238308,-23.67911998,-1041.952664,-487.4899359,-236.9591857 +73909,-1298.472765,-8.958675126,-1033.919538,-655.8189067,-924.7965486 +73910,-1268.359547,6.573660708,-1020.755425,-595.6734983,-772.3781369 +73911,-1257.018224,21.17985681,-1013.828887,-556.6813071,-672.6710882 +73912,-1251.94729,36.39938836,-1004.975229,-533.0457709,-611.4570342 +73913,-981.1790853,51.31691417,-949.956296,-398.507302,4.379100972 +73914,-1206.492842,66.59721398,-1047.108597,-497.3693517,-261.284619 +73915,-1365.605442,89.24566789,-946.9715325,-568.7606019,-470.280162 +73916,-1371.127872,109.1546494,-972.7543233,-602.4515274,-566.2454289 +73917,-1077.318524,129.0896506,-957.1118091,-616.1231927,-605.4573628 +73918,-1241.207486,148.8832517,-950.6027213,-494.4565752,-593.4622605 +73919,-1188.500573,168.8067858,-942.0863511,-532.7003708,-581.7684074 +73920,-1182.054252,32.5252437,-932.4647163,-526.6189235,-1099.594313 +73921,-11.17760867,230.7528337,235.0166098,-5.607512596,-283.4874414 +73922,27.9524443,227.8040691,271.7378225,14.06206534,-327.6411123 +73923,56.33943261,63.77713802,86.15616607,27.6173362,-929.8399084 +73924,83.06353118,113.348969,165.4129246,40.62456522,281.8530602 +73925,105.8366766,150.376888,218.4651484,51.5812154,415.283679 +73926,127.8304986,181.5177746,261.9101077,62.54072743,515.1946015 +73927,148.5797626,207.1040491,296.6147989,72.5117628,591.9699909 +73928,181.3391863,237.4137366,344.5957804,87.7840126,690.2630954 +73929,184.938537,256.8678539,370.9390517,90.543815,747.9818728 +73930,208.8797728,272.8780798,391.4346662,102.0157193,793.9231062 +73931,227.9301282,286.2645346,407.5073637,110.9006861,830.5887041 +73932,245.1107472,297.3516663,419.4898969,119.7354818,858.8050175 +73933,263.4321418,306.4980572,427.971932,128.1438432,879.7531231 +73934,280.7477577,314.050301,433.5864609,136.8809662,894.6735908 +73935,287.5398399,311.2077166,416.8668006,140.5454902,868.2643784 +73936,321.8932238,315.5562389,416.394356,156.1536033,870.7425148 +73937,330.6383927,318.8110731,413.8776673,161.0961318,868.9473826 +73938,349.6309036,321.6948197,410.8522522,169.6720102,865.7621326 +73939,366.0442395,324.2833786,407.4360634,175.6958598,861.4764742 +73940,380.4787337,326.6396234,403.7241573,172.9707908,856.3231226 +73941,374.0921978,328.876127,399.9274565,170.2997997,850.73404 +73942,368.1545624,331.1663273,396.3971402,167.922706,845.388487 +73943,362.9147723,333.5465264,393.188252,165.8487913,840.4217696 +73944,358.3364802,336.0064624,390.257655,164.0242719,835.785871 +73945,354.4269176,338.4281112,387.6190563,162.4391511,831.4144829 +73946,350.9960611,340.8356546,385.2043477,161.0389917,827.2503947 +73947,347.9028291,343.2714265,382.9480631,159.7726977,823.2469348 +73948,345.062076,345.7452882,380.8039717,158.6055106,819.3661655 +73949,342.4264786,348.2604961,378.7463071,157.5161596,815.5773414 +73950,339.9642096,350.8142687,376.7583694,156.4902882,811.8553939 +73951,337.6491042,437.351465,374.8268608,155.5167865,808.1801236 +73952,335.4522254,580.6305534,372.9315374,154.5836299,804.5349294 +73953,333.3495701,512.8672174,371.0565312,153.6811897,800.9064161 +73954,331.323038,561.6821425,369.1921924,152.8025115,797.2836218 +73955,329.358856,582.3141954,367.3330052,151.942516,793.6576526 +73956,327.4460282,601.9632495,365.475485,151.0972706,790.0212028 +73957,325.5755026,621.3906612,363.6171317,150.2636133,786.3685473 +73958,323.7397193,640.1438285,361.7560198,149.4389601,782.6952265 +73959,321.9323748,659.1826787,359.8906972,148.6212096,778.9979299 +73960,320.1482053,677.0513638,358.0201088,147.8086545,775.2741492 +73961,318.3828312,695.3247895,356.143555,146.9999197,771.5221011 +73962,316.6217382,713.3999212,354.249764,146.1889608,767.7207328 +73963,314.8923915,730.3608241,352.3690767,145.3887614,763.9246724 +73964,313.1530211,748.176555,350.4622914,144.5807741,760.0620718 +73965,311.4297521,765.0039571,348.5578441,143.7772764,756.1840648 +73966,309.7123051,781.6423317,346.6475511,142.9739522,752.2751397 +73967,307.9992534,798.6074695,344.7319011,142.1704719,748.3355797 +73968,306.2893213,814.7832736,342.8113843,141.3665415,744.3655838 +73969,304.5813791,830.9873175,340.8865116,140.5619043,740.3654056 +73970,302.8744595,846.707784,338.9614906,139.7563508,736.335312 +73971,301.1677633,863.1425381,337.032638,138.949724,732.2757342 +73972,299.4606086,878.1122595,335.1030189,138.1418987,728.187089 +73973,297.7524314,893.6977141,333.1711803,137.3327842,724.0699178 +73974,296.042741,908.873764,331.2395733,136.5223057,719.9247068 +73975,294.3311614,923.5661412,329.3066219,135.7104255,715.7520964 +73976,292.6173526,946.2368835,327.3753691,134.8971085,711.5526326 +73977,290.9010516,964.933114,325.4482705,134.0823423,707.3269731 +73978,289.1820242,984.1487016,323.5251168,133.2661168,703.0756891 +73979,287.4600949,1002.848135,321.6057554,132.4484387,698.7994471 +73980,285.735108,1021.438224,319.6767379,131.6293101,694.4987868 +73981,285.1899229,1209.030374,318.932411,131.3462858,692.3245132 +73982,291.642401,1228.889742,325.2090675,134.2074207,703.3781978 +73983,301.6172783,1249.04153,335.033841,138.6006805,721.0979351 +73984,311.6186406,1267.661674,344.9058138,142.9324105,739.0030495 +73985,319.813795,1286.517625,353.3702401,146.5620186,754.4338178 +73986,326.2115886,1304.884754,359.9856348,149.3124061,767.1200649 +73987,331.2915446,1323.190645,365.1571666,151.3979547,777.5578367 +73988,335.4495545,1341.169269,369.3257696,153.0376041,786.2498664 +73989,338.919991,1358.974777,372.7700468,154.3657916,793.5373839 +73990,341.8366223,1376.529427,375.6438723,155.4546716,799.6399792 +73991,344.2898906,1394.026738,378.0424067,156.3476741,804.7171312 +73992,346.3529997,1411.230946,380.0383804,157.0774497,808.9008385 +73993,348.0894536,1428.294814,381.6944452,157.6718267,812.3072221 +73994,349.5537216,1445.183519,383.0649447,158.1546323,815.0384517 +73995,353.3335104,1461.842464,386.7379504,159.7011834,821.8052721 +73996,358.6986844,1478.475047,391.9837348,161.9777823,831.2882547 +73997,363.8701862,1494.82742,397.0235271,164.1740461,840.2595212 +73998,368.8063043,1511.060892,401.8158476,166.2703305,848.6476054 +73999,373.8239852,1527.132068,406.6778737,168.4105019,857.0331549 +74000,378.3926392,1543.04508,411.0792504,170.3530416,864.4574251 +74001,382.8120233,1558.741149,415.3199809,172.2338165,871.4727127 +74002,387.1077903,1574.517658,419.4259599,174.0639061,878.1341283 +74003,391.299766,1589.754911,423.4172411,175.8516127,884.4867465 +74004,395.4032551,1605.231081,427.3093402,177.6031499,890.5674183 +74005,399.4306518,1620.333642,431.114845,179.3234329,896.4073785 +74006,403.3922319,1635.365878,434.8442126,181.0164632,902.0335407 +74007,407.2966278,1656.892089,438.5062444,182.6855503,907.4693068 +74008,411.1510564,1665.853902,442.1083177,184.3334154,912.7349607 +74009,414.961588,1689.387666,445.6566552,185.9623122,917.8481551 +74010,418.7332607,1693.30266,449.1564416,187.5740771,922.8241243 +74011,422.4703326,1688.461335,452.6120755,189.1702407,927.6761591 +74012,426.1710925,1732.854981,456.0218046,190.7496946,932.4157576 +74013,429.8355516,1730.732018,459.3857165,192.3121873,937.0529706 +74014,433.4658946,1746.859813,462.7061713,193.8584963,941.5965688 +74015,437.0651357,1759.477293,465.9863984,195.3898001,946.0542732 +74016,440.6361238,1772.263248,469.2294612,196.9072181,950.4328078 +74017,444.1812804,1784.443182,472.4379841,198.4116914,954.7381099 +74018,447.7025825,1796.781396,475.6141354,199.9039753,958.9753684 +74019,451.2017049,1808.58197,478.7597703,201.3847045,963.1491975 +74020,454.6800562,1820.611202,481.8764735,202.8544098,967.2636401 +74021,458.1388771,1832.306809,484.9656546,204.3135601,971.3223183 +74022,461.5713759,1843.718759,488.0206881,205.758988,975.3141387 +74023,464.9902975,1855.141308,491.0544785,207.1964201,979.263421 +74024,468.3961046,1866.334647,494.0676483,208.6260092,983.1720721 +74025,471.7870109,1877.380368,497.0585631,210.0468925,987.0378152 +74026,475.1629587,1888.279955,500.0273182,211.459005,990.8614339 +74027,478.5242579,1899.111247,502.9743745,212.8624583,994.6443027 +74028,481.8713039,1909.577688,505.900274,214.2574098,998.3878775 +74029,485.2045283,1920.003078,508.8055937,215.6440401,1002.093623 +74030,488.5243217,1930.417689,511.69087,217.0225173,1005.762876 +74031,491.8310666,1940.600492,514.5566304,218.3930112,1009.396917 +74032,494.8794386,1950.500196,517.1576919,219.64401,1012.550236 +74033,498.2413873,1960.436255,520.0661555,221.0355748,1016.263226 +74034,501.5679993,1970.063955,522.933252,222.4090193,1019.902251 +74035,504.8648498,1979.880207,525.7646902,223.7668423,1023.477908 +74036,508.1370711,1989.141825,528.565737,225.1114043,1026.999781 +74037,511.3890126,1998.441981,531.3408771,226.4447296,1164.249199 +74038,514.6239142,2007.69995,534.093491,227.7683347,1141.444508 +74039,517.8440241,2016.753215,536.8259686,229.0817775,1151.907947 +74040,521.0507682,2025.616954,539.5398767,230.3820044,1171.458259 +74041,524.3588182,2037.679612,542.3500287,231.7191353,1206.518695 +74042,527.8620321,2047.560607,545.3479327,233.0991176,1221.42526 +74043,531.4941266,2056.897613,548.4050799,234.5093797,1235.354699 +74044,535.1508868,2066.207839,551.4522766,235.9264244,1249.2376 +74045,538.7762311,2075.10092,554.4656183,237.3363763,1262.508068 +74046,542.3557263,2084.038222,557.4431222,238.7346521,1275.485426 +74047,545.8928491,2092.749647,560.3887943,240.1211038,1288.597656 +74048,549.3945261,2101.238346,563.306479,241.4967716,1300.860294 +74049,552.8662386,2109.930775,566.1987642,242.8626231,1313.623928 +74050,556.3116642,2118.041287,644.3368177,244.2193475,1325.82448 +74051,559.7333868,2126.316211,673.058344,245.5674443,1337.924484 +74052,563.1334574,2134.364339,660.4349228,246.9073233,1349.943307 +74053,566.5135953,2142.297904,681.9870374,248.2393312,1361.629787 +74054,662.2547194,2150.104194,693.4415616,249.5637739,1373.562333 +74055,693.3924542,2157.88359,704.4216361,250.8809114,1384.99486 +74056,680.2764963,2168.572417,715.2220097,252.1909765,1396.2486 +74057,706.1732427,2174.708002,725.966682,253.4941663,1407.846993 +74058,720.081111,2185.260379,736.6124268,254.7906466,1418.833007 +74059,733.578409,2187.200275,747.0203332,256.0805554,1429.890154 +74060,747.0259413,2206.392381,757.2317962,257.3640202,1440.785498 +74061,760.3637959,2189.600291,767.7122498,258.6411557,1451.565146 +74062,773.4301524,2200.456723,777.4192465,295.0427752,1462.038113 +74063,786.3173209,2221.738362,787.6624463,308.7392972,1472.907283 +74064,799.1994808,2218.901079,797.4184348,292.1432289,1483.400073 +74065,812.1685719,2227.663705,807.1669875,302.3574157,1493.438187 +74066,824.3682548,2234.055314,816.7143248,320.9615609,1503.808356 +74067,837.1596328,2240.380436,826.4416064,318.437952,1513.883356 +74068,849.4060714,2246.33142,835.7803252,325.6117881,1523.884335 +74069,861.7174203,2252.289607,845.1819465,330.9563442,1533.78369 +74070,873.6446917,2258.300538,854.4399933,336.0400941,1543.353426 +74071,885.7289718,2263.417216,863.2605845,341.0700466,1553.402968 +74072,897.0606867,2268.412172,872.3478548,345.9813425,1562.849116 +74073,909.0615093,2273.223094,881.1262917,350.879803,1572.370989 +74074,920.0723007,2277.75872,889.5396449,355.6416119,1581.746212 +74075,931.3660424,2282.468564,898.0735115,360.3750562,1591.095153 +74076,942.8319781,2286.562468,906.7871697,364.9838875,1600.287996 +74077,953.9888394,2290.951652,915.0487548,369.6670523,1609.382822 +74078,964.4857168,2294.902249,923.3917149,374.1822312,1618.458014 +74079,975.8847031,2298.939179,931.6270809,378.6160765,1627.347608 +74080,986.4968159,2302.634725,939.5948311,383.1523966,1636.25018 +74081,997.4592199,2296.907646,955.7767221,390.6583711,1644.976916 +74082,1007.890855,2298.721878,964.7444809,395.7137148,1653.720497 +74083,1018.778229,2301.308877,973.3397703,400.0802564,1662.264063 +74084,1029.282131,2303.773084,981.6843082,404.7166181,1670.829754 +74085,1039.278716,2306.411075,989.9045721,409.0549765,1679.208003 +74086,1049.738599,2308.793269,997.8014936,413.3197614,1687.616639 +74087,1059.636654,2311.295089,1006.184825,417.8134968,1695.835321 +74088,1070.114952,2313.517599,1013.949737,421.8462462,1704.09311 +74089,1079.939573,2315.843264,1021.856626,426.0260489,1712.156529 +74090,1089.914673,2317.884841,1029.647628,430.2761451,1720.231528 +74091,1099.768262,2320.022116,1037.602677,434.3018405,1728.237622 +74092,1109.543481,2321.984919,1044.910701,438.3669402,1736.086716 +74093,1118.953492,2323.771296,1052.664664,442.3749993,1743.947055 +74094,1129.039164,2325.508976,1060.126389,446.3436466,1751.741426 +74095,1138.358038,2327.123834,1067.629313,450.1805176,1759.381027 +74096,1147.885029,2328.797964,1074.987221,454.3235731,1767.03593 +74097,1157.286174,2330.172866,1082.121876,457.9441813,1774.629877 +74098,1166.615862,2331.512684,1089.810245,461.7545629,1782.067795 +74099,1175.87396,2332.773887,1096.817751,465.6926595,1789.528204 +74100,1185.061853,2333.942249,1104.092495,469.36492,1796.50067 +74101,1074.845071,2280.659675,991.9962028,419.2846479,1572.472987 +74102,1079.960987,2279.879254,995.629441,421.2886775,1574.886856 +74103,1085.905181,2279.128252,999.5552352,423.8156842,1578.896059 +74104,1092.089362,2278.507278,1004.457486,426.3095608,1583.057952 +74105,1098.447772,2277.866322,1008.986668,429.1058101,1587.668848 +74106,1104.690082,2277.150297,1013.644108,431.6613221,1591.987202 +74107,1111.08247,2276.399486,1018.414782,434.3587055,1596.885134 +74108,1117.401397,2275.564375,1023.131369,437.0064704,1601.516023 +74109,1123.41468,2274.64998,1027.836953,439.649789,1606.227279 +74110,1130.123143,2273.654933,1032.532034,442.275931,1610.951943 +74111,1136.148687,2272.577659,1037.45668,444.8917186,1615.607288 +74112,1142.413245,2271.417466,1041.751803,447.4948257,1620.329226 +74113,1148.599943,2270.17364,1046.614036,449.9897482,1625.049173 +74114,1154.759851,2268.845821,1051.177786,452.7152771,1629.690465 +74115,1160.890856,2267.433516,1055.849583,455.311527,1634.39192 +74116,1166.993678,2265.936417,1060.419271,457.7217002,1639.056967 +74117,1173.068044,2264.354064,1065.038157,460.3399765,1643.745731 +74118,1179.114188,2262.686081,1069.645233,462.745385,1648.346557 +74119,1185.131586,2260.932036,1074.176883,465.4259521,1653.00388 +74120,1191.120592,2259.091517,1078.780148,467.8515362,1657.653838 +74121,1197.081102,2257.163969,1083.01808,470.3631224,1662.213664 +74122,1203.01242,2255.14896,1087.976904,472.8452704,1666.833384 +74123,1208.593779,2253.15297,1092.313776,475.3159681,1671.410441 +74124,1214.970471,2250.809364,1096.818081,477.7751509,1676.011343 +74125,1220.485044,2248.587001,1101.247326,480.1925505,1680.254333 +74126,1226.426768,2246.212904,1105.805148,482.6476136,1685.062485 +74127,1232.137359,2243.633147,1110.148546,485.045469,1689.325515 +74128,1237.966123,2241.243491,1114.705061,487.4875771,1694.114563 +74129,1243.619832,2238.518082,1119.012224,489.8585201,1698.302783 +74130,1249.390687,2235.810783,1123.510898,492.2798145,1703.053361 +74131,1255.284405,2232.884034,1127.756336,494.5959912,1707.259002 +74132,1260.350459,2229.868691,1132.137868,496.9553101,1711.952696 +74133,1266.072677,2226.729801,1136.290216,499.1161231,1716.166838 +74134,1271.609303,2223.512331,1140.620594,501.6367662,1720.776548 +74135,1276.936549,2220.17492,1144.803078,503.802913,1724.950719 +74136,1282.376666,2216.747557,1148.948424,506.0942854,1729.312048 +74137,1287.79709,2213.222482,1153.150881,508.3560125,1733.708577 +74138,1293.099244,2209.600978,1157.340462,510.6052636,1738.001586 +74139,1298.455854,2205.774229,1161.434884,512.8429243,1742.356612 +74140,1303.788421,2202.104644,1165.5834,515.2008381,1742.633104 +74141,1309.000061,2198.118673,1169.685879,517.2111057,1745.621024 +74142,1314.26922,2194.120354,1173.806807,519.5107159,1747.800746 +74143,1319.511224,2217.64236,1177.825905,521.5486729,1750.317519 +74144,1324.283982,2146.177824,1181.947103,523.9359837,1752.724053 +74145,1330.099001,2200.475213,1185.928751,526.0062071,1755.228486 +74146,1334.917244,2187.637273,1190.009182,528.1869724,1757.598707 +74147,1340.051453,2151.607503,1193.95394,530.3343681,1759.668453 +74148,1345.196165,2203.345312,1197.999245,532.4700755,1762.754555 +74149,1350.169005,2124.735155,1201.905065,534.4454025,1764.768708 +74150,1355.220218,2203.814942,1205.879083,536.7911142,1767.337128 +74151,1360.245037,2109.863244,1209.837095,538.7790621,1769.710073 +74152,1365.141442,2190.69165,1213.69445,540.8959036,1772.114373 +74153,1370.151037,2106.477541,1217.64943,543.1203259,1774.502391 +74154,1374.9819,2165.620448,1221.461763,544.9562977,1776.844516 +74155,1379.938711,2113.139156,1225.384157,547.1261024,1779.327691 +74156,1384.711079,2135.694391,1229.155908,549.1471953,1781.549684 +74157,1389.615893,2120.466985,1233.005118,551.014818,1784.014867 +74158,1394.328968,2116.795232,1236.839644,553.2981792,1786.325051 +74159,1399.132302,2111.13015,1240.562644,555.1860158,1788.621519 +74160,1403.912045,2105.430994,1244.357503,557.2172608,1791.027834 +74161,1167.393257,1989.604669,1006.87352,450.1245199,1356.462869 +74162,1167.276939,1980.899784,1005.68221,449.421506,1348.442307 +74163,1168.655116,1973.182617,1006.10098,449.9056608,1345.98875 +74164,1171.277847,1965.857905,1007.539202,450.6412318,1345.211144 +74165,1173.791826,1958.46492,1009.154443,451.673105,1344.910844 +74166,1176.835364,1951.199912,1011.114234,452.7026106,1344.929291 +74167,1179.760514,1943.925292,1013.006866,453.7216347,1345.884256 +74168,1182.982829,1936.627016,1015.2642,455.0816715,1344.88773 +74169,1185.651079,1929.290873,1017.292346,455.9400976,1345.189906 +74170,1189.66777,1921.909354,1019.676397,457.1907795,1344.896804 +74171,1192.394766,1914.478217,1021.836877,458.4822177,1344.915856 +74172,1196.209594,1906.90125,1024.226303,459.6979965,1344.985536 +74173,1199.79364,1899.588326,1026.534721,460.8605879,1345.119816 +74174,1203.80785,1891.802168,1028.965096,462.2047032,1345.28343 +74175,1207.548707,1884.230374,1031.343023,463.3708865,1345.58623 +74176,1211.673108,1876.514215,1033.831759,464.5895105,1345.871372 +74177,1215.518057,1868.754771,1036.266515,466.0112577,1346.201047 +74178,1219.833198,1860.939799,1038.805914,467.2867916,1346.656335 +74179,1223.688041,1853.069371,1041.291752,468.5206221,1347.084298 +74180,1228.08786,1845.052445,1043.8755,470.0724318,1347.544814 +74181,1232.025991,1837.198808,1046.407792,471.0675968,1348.131847 +74182,1236.513195,1829.102825,1049.030437,472.6034493,1348.677868 +74183,1240.530381,1821.026269,1051.566045,473.8210119,1349.249657 +74184,1245.09984,1812.883778,1054.320454,475.0960692,1349.950522 +74185,1249.192522,1804.778793,1056.806178,476.606961,1350.555761 +74186,1253.790506,1796.403849,1059.630075,477.9371738,1350.94781 +74187,1258.081373,1788.07727,1062.137748,479.2339613,1352.187609 +74188,1262.639606,1779.838418,1064.547463,480.7009636,1352.782392 +74189,1267.07698,1771.388699,1067.845667,481.9942936,1353.548549 +74190,1271.584062,1762.956479,1070.273239,483.4820031,1354.501584 +74191,1275.983645,1754.293806,1072.974727,484.7197459,1355.279061 +74192,1280.450713,1745.547063,1075.508555,486.1366926,1356.232298 +74193,1284.579726,1736.734016,1078.083667,487.3630336,1357.084594 +74194,1289.256166,1727.858986,1080.717925,488.5943406,1358.003894 +74195,1293.427095,1718.937264,1083.194899,490.1026862,1358.933113 +74196,1298.093669,1709.958015,1085.825871,491.3779889,1359.829835 +74197,1302.447981,1700.931676,1088.41346,492.6349508,1360.868852 +74198,1307.02732,1691.857113,1090.835281,494.0483692,1361.808272 +74199,1311.417404,1682.651057,1093.508722,495.2737652,1362.813245 +74200,1316.175701,1673.605991,1095.933435,496.6872036,1363.823784 +74201,1320.475294,1664.342791,1098.472504,497.8633932,1364.837481 +74202,1325.270949,1655.108192,1100.995596,499.315246,1365.829501 +74203,1329.756349,1645.908371,1103.421226,500.4665253,1366.952795 +74204,1333.879786,1636.38423,1106.164351,501.8516652,1367.976834 +74205,1339.297633,1627.200678,1108.435371,503.0542905,1369.060234 +74206,1343.636204,1617.743706,1111.185657,504.4450927,1370.151059 +74207,1348.401163,1608.33282,1113.57036,505.4356898,1371.240908 +74208,1353.087072,1598.880727,1116.208723,507.1552621,1372.301442 +74209,1357.796578,1589.315839,1118.632536,508.1935826,1373.50099 +74210,1362.663396,1580.003362,1121.208296,509.6199036,1374.58682 +74211,1367.269778,1570.300738,1123.711048,510.8171196,1375.731536 +74212,1372.232974,1560.807284,1126.346848,512.203953,1376.818121 +74213,1376.802501,1551.134925,1128.639312,513.3989244,1378.061218 +74214,1381.967168,1541.643469,1131.377875,515.0192932,1379.228918 +74215,1386.420637,1531.969294,1133.742623,515.8489455,1381.033625 +74216,1391.620899,1522.341022,1136.308914,517.4272835,1389.182509 +74217,1396.26656,1512.686514,1138.851758,518.5401406,1379.481292 +74218,1401.348018,1503.015102,1141.334669,519.9324217,1397.098726 +74219,1406.088929,1493.333961,1143.726722,521.1378025,1375.217908 +74220,1411.19429,1483.640634,1146.402425,522.4710213,1373.774175 +74221,1650.734925,1581.017474,1383.708928,630.3443223,1823.167402 +74222,1659.351674,1573.375688,1389.638431,633.2468327,1817.388389 +74223,1666.327372,1564.996792,1394.353417,635.6685452,1824.503245 +74224,1683.810639,1556.191659,1398.604536,637.8475737,1845.553335 +74225,1686.617121,1547.39694,1402.495424,639.8632116,1809.072654 +74226,1658.542206,1538.430309,1406.181961,641.7839877,1868.17954 +74227,1706.79646,1529.390508,1409.804945,643.63673,1808.875046 +74228,1693.856553,1520.408336,1424.54568,645.0927835,1878.425731 +74229,1703.573599,1511.044431,1399.527161,647.3393434,1827.490748 +74230,1709.369559,1502.201275,1427.911978,648.8701151,1862.684642 +74231,1715.092213,1492.704206,1421.224627,650.5558216,1850.065901 +74232,1720.913626,1483.835958,1426.044482,652.2933195,1856.960282 +74233,1726.625177,1474.409306,1434.725901,653.8609571,1859.667217 +74234,1732.332871,1465.285325,1434.476506,655.589148,1867.910354 +74235,1737.996498,1456.0492,1441.487245,657.0453376,1863.449159 +74236,1743.749266,1446.827489,1432.854353,658.7207269,1868.714742 +74237,1749.196268,1437.605836,1430.064113,660.2326023,1871.770335 +74238,1754.872216,1428.287509,1451.799948,661.7684815,1874.093191 +74239,1760.310709,1419.205927,1444.336049,663.277639,1876.778301 +74240,1766.040516,1410.032766,1449.371248,664.7663765,1883.987465 +74241,1771.490593,1400.717302,1452.158106,666.2359715,1880.241532 +74242,1777.026422,1391.496887,1454.831889,667.6861813,1884.358276 +74243,1782.649296,1382.454708,1457.475661,669.1175979,1887.187561 +74244,1787.955569,1373.241325,1460.079435,670.5304428,1889.353484 +74245,1793.517748,1364.125371,1468.847077,671.9255648,1891.644033 +74246,1799.001729,1355.023018,1455.927984,673.2575327,1893.989683 +74247,1806.934782,1345.946816,1472.130143,674.6845721,1900.887895 +74248,1815.130232,1336.803936,1469.178329,675.9958267,1897.355592 +74249,1823.501898,1328.006664,1472.529489,677.3303308,1900.396668 +74250,1832.02767,1318.840633,1475.044945,678.6414665,1903.15105 +74251,1840.656521,1314.087022,1477.132236,679.9285963,1905.168837 +74252,1849.076409,1307.761901,1479.37978,681.0753683,1911.824697 +74253,1857.752008,1301.053233,1481.498985,682.3020171,1908.590078 +74254,1866.741473,1294.5231,1483.59142,683.4699175,1910.656024 +74255,1875.568397,1287.98745,1485.648721,684.6267047,1917.937537 +74256,1884.605874,1281.477088,1491.195072,685.7663517,1915.297444 +74257,1901.480202,1274.994812,1484.399178,686.8898452,1916.316595 +74258,1897.011223,1268.457093,1494.210459,687.9967567,1922.821079 +74259,1909.48004,1262.157792,1492.95061,689.0883824,1921.104496 +74260,1924.551058,1255.801111,1495.40429,690.1646779,1925.728748 +74261,1930.23041,1249.344448,1497.266919,691.2266012,1924.040667 +74262,1940.748736,1243.009886,1499.084983,692.2740066,1923.459086 +74263,1950.451301,1236.855448,1500.877503,693.3076245,1923.4473 +74264,1960.243112,1230.577839,1508.167245,694.3274386,1920.475738 +74265,1970.140907,1224.417627,1496.140396,695.3342982,1917.260119 +74266,1980.12984,1218.292938,1509.953082,696.3280049,1913.837575 +74267,1990.187904,1212.223186,1506.95967,697.3094418,1910.286805 +74268,2000.426933,1206.206286,1517.527798,698.2316458,1906.676873 +74269,2010.403722,1200.246694,1498.964319,699.2591192,1903.09338 +74270,2020.72818,1194.345931,1534.523587,700.171206,1899.561214 +74271,2030.974843,1210.719506,1505.600857,701.1132772,1896.037461 +74272,2041.299233,1149.687455,1502.255695,702.0367519,1892.672046 +74273,2056.123875,1193.037794,1542.764064,702.9973925,1889.827165 +74274,2070.869641,1178.236869,1503.774195,703.8276176,1887.061646 +74275,2069.598798,1150.192677,1530.521398,704.754318,1884.177173 +74276,2068.391965,1180.395325,1519.68843,705.5797679,1881.323494 +74277,2103.1024,1134.513587,1524.656498,706.5241837,1878.536863 +74278,2101.7392,1166.792193,1525.659326,707.3512424,1875.986034 +74279,2114.434646,1130.077927,1526.947754,708.2117153,1873.725636 +74280,2128.619259,1145.407941,1528.28322,709.055256,1871.663144 +74281,2178.615602,1162.162554,1575.674895,732.7134217,1873.714917 +74282,2199.054461,1142.682644,1581.135107,734.8054751,1880.095984 +74283,2208.882354,1159.196187,1583.507549,736.4814072,1888.075709 +74284,2228.336194,1136.109479,1586.206201,737.9711817,1895.33416 +74285,2235.399624,1144.376054,1588.852743,739.3520634,1901.294135 +74286,2234.050429,1135.799789,1591.071167,740.6553869,1906.078643 +74287,2283.22131,1132.574969,1593.274416,741.9033996,1909.898922 +74288,2242.837791,1128.453177,1595.371357,743.109428,1913.054974 +74289,2315.700215,1124.563272,1597.365704,744.2815394,1916.253622 +74290,2262.567902,1120.689152,1599.325254,745.4244493,1919.222391 +74291,2338.053383,1116.913595,1601.23082,746.5409228,1922.212844 +74292,2306.664193,1113.230065,1603.109473,747.6329017,1925.150828 +74293,2333.528817,1109.741853,1604.847397,748.7022748,1927.660686 +74294,2343.326619,1106.436619,1606.632243,749.9873084,1930.31654 +74295,2354.743963,1103.199279,1608.338438,751.3972176,1933.233453 +74296,2366.886591,1100.006511,1609.885154,752.753162,1936.316091 +74297,2378.658954,1096.851419,1616.832023,754.2196237,1939.248645 +74298,2390.326868,1093.729491,1605.878035,755.7429752,1942.080683 +74299,2402.464088,1090.639411,1622.856698,757.3307965,1944.820639 +74300,2414.218382,1087.57914,1608.714102,758.9816955,1947.48787 +74301,2426.030127,1084.547962,1625.621399,760.8103682,1950.095621 +74302,2437.805147,1081.617557,1611.650535,762.5068853,1952.589399 +74303,2449.824636,1078.535077,1628.457216,764.4454746,1955.054227 +74304,2461.654507,1075.635407,1614.426802,766.3613698,1957.429542 +74305,2481.453966,1072.629001,1631.157313,768.3282816,1959.970179 +74306,2481.759335,1069.830483,1617.075969,770.3523545,1962.392065 +74307,2498.176467,1066.9055,1633.725093,772.4342046,1964.573475 +74308,2509.850029,1064.133298,1619.578572,774.5730654,1966.705416 +74309,2521.231831,1061.202099,1636.191497,776.7692924,1968.896681 +74310,2533.200114,1058.444421,1621.947298,779.022356,1971.015742 +74311,2544.502186,1055.595437,1638.406703,781.2672636,1973.128163 +74312,2556.35873,1052.767621,1623.950304,783.5563217,1975.176186 +74313,2567.710983,1049.956396,1640.324598,785.8948568,1977.217368 +74314,2579.250627,1047.162741,1625.733308,788.2837016,1979.188817 +74315,2590.498857,1044.457079,1642.113831,790.723683,1981.363049 +74316,2602.251101,1041.529843,1627.338948,793.2148728,1983.277571 +74317,2613.582272,1038.941188,1643.839586,795.7578245,1985.208655 +74318,2625.034315,1036.163788,1628.823914,798.4062587,1987.092956 +74319,2643.768475,1033.474181,1645.520966,800.973193,1989.207055 +74320,2645.039795,1030.793973,1630.026981,803.7104353,1991.262367 +74321,2659.843266,1028.200491,1647.019359,806.453645,1993.077578 +74322,2671.357678,1025.461168,1631.288259,809.2572506,1994.845575 +74323,2682.026963,1022.886231,1648.330647,812.1139431,1996.703923 +74324,2693.780053,1020.274226,1632.461035,815.0234762,1998.533434 +74325,2712.620448,1014.519956,1637.102627,816.8892315,2000.35936 +74326,2733.5657,1011.590212,1632.725534,819.7722551,2002.664525 +74327,2735.845291,1008.61345,1632.833584,822.809925,2005.033108 +74328,2750.162391,1005.919523,1633.03846,825.9272246,2007.003745 +74329,2762.574199,1003.214681,1633.137112,829.0579104,2008.879087 +74330,2774.239882,1000.558874,1633.184532,832.3879583,2010.807403 +74331,2792.73136,997.937211,1633.288495,835.6590049,2012.941908 +74332,2796.004379,995.4100987,1633.386282,839.037659,2015.063565 +74333,2809.713195,992.7553151,1633.409517,842.4671635,2016.860954 +74334,2821.537502,990.2016572,1633.552394,845.9554223,2018.558277 +74335,2840.104348,987.7774076,1633.607857,849.5021786,2020.557575 +74336,2843.835271,985.2525194,1633.666885,853.1070116,2022.621542 +74337,2855.710173,982.8076175,1633.712538,856.7696382,2024.37301 +74338,2874.152345,980.4408365,1633.760581,860.4889533,2026.237367 +74339,2879.613253,977.94597,1633.898228,864.2653578,2028.252423 +74340,2895.982987,975.6101428,1633.765669,868.0980788,2030.215709 +74341,2830.278815,940.1661992,1558.729759,838.8845559,2025.427887 +74342,2843.169301,937.5987393,1555.777284,842.4956845,2011.115879 +74343,2845.209015,935.1512508,1556.739713,846.2950892,1994.763556 +74344,2870.264104,932.787588,1556.291476,850.2791721,1982.006085 +74345,2870.114791,930.4640467,1556.156903,854.2181072,1973.242469 +74346,2883.480947,928.176366,1556.026745,858.2678396,1967.035571 +74347,2888.156728,925.9202977,1555.905203,862.3687333,1962.317326 +74348,2894.564674,923.7540854,1555.786241,866.5269904,1958.333103 +74349,2896.590577,921.4703331,1555.66764,870.7413605,1954.537775 +74350,2898.656338,919.3428769,1555.549278,875.0113656,1950.637415 +74351,2900.817973,917.1922895,1555.43257,879.3355459,1946.582169 +74352,2903.148415,915.07703,1555.355049,883.7133132,1942.452904 +74353,2905.661085,912.9292921,1555.199518,888.1442051,1938.32131 +74354,2908.344021,910.9532246,1555.085683,892.6273701,1934.234763 +74355,2911.18595,908.8745611,1554.874011,897.1040395,1930.224681 +74356,2914.177663,906.8716444,1554.925403,901.7782523,1926.310961 +74357,2917.302583,904.8849547,1554.734216,906.3725456,1922.498956 +74358,2920.542113,902.9227019,1554.619528,911.126097,1918.786576 +74359,2923.884889,900.9848188,1554.53621,915.7739497,1915.173389 +74360,2927.321126,899.0708482,1554.383664,920.5395798,1911.657576 +74361,2930.8399,897.1806488,1554.281472,925.4535713,1908.234026 +74362,2934.431986,895.3137629,1554.192057,930.2878205,1904.897691 +74363,2938.0867,893.4700492,1554.041897,935.8429684,1901.641027 +74364,2941.786963,891.6490662,1553.804456,943.7755222,1898.450467 +74365,2945.546311,889.8506489,1553.867301,944.5124847,1895.335483 +74366,2949.354214,888.0743477,1553.667631,956.2257239,1892.286708 +74367,2953.490205,886.3200217,1553.564372,952.574843,1889.301331 +74368,2957.336661,884.5872202,1553.422206,970.7746432,1886.358356 +74369,2961.22387,882.8758116,1553.294795,957.8864096,1883.477712 +74370,2965.214308,881.1852992,1553.208244,961.955425,1880.699042 +74371,2969.202362,879.4314045,1552.826069,982.8492473,1877.937106 +74372,2973.099742,877.6807795,1552.379214,978.859233,1875.159188 +74373,2976.947352,875.9415639,1552.140302,985.981096,1872.418552 +74374,2980.745299,874.2156434,1551.660909,991.189088,1869.716789 +74375,2984.486893,872.5039197,1551.254806,996.1935066,1867.041085 +74376,2988.185829,870.8064765,1550.864015,1001.299333,1864.593879 +74377,2991.849752,869.1236114,1550.373923,1006.597035,1861.959928 +74378,2995.486074,867.4550762,1549.978659,1011.603419,1859.348782 +74379,2999.240113,865.8009094,1554.831669,1016.838227,1856.874262 +74380,3002.818582,864.1610432,1541.208085,1022.017833,1854.309112 +74381,3006.372193,862.5351162,1557.127696,1027.289494,1851.767235 +74382,3010.052382,860.9229569,1545.415993,1032.338119,1849.36327 +74383,3013.844282,859.3247861,1548.125431,1037.721045,1846.877976 +74384,3017.252565,857.739837,1547.548611,1042.905733,1844.372261 +74385,3020.675957,856.1683308,1546.819213,1048.238146,1841.915053 +74386,3024.079231,854.6098473,1546.288077,1053.400582,1839.4738 +74387,3027.473597,853.0643886,1545.800797,1058.724917,1837.050124 +74388,3030.853255,851.5314977,1545.177167,1063.927684,1834.644547 +74389,3034.219876,850.0112475,1544.519501,1069.390332,1832.255487 +74390,3037.840211,848.5031356,1544.140316,1074.531894,1829.884051 +74391,3041.097527,847.0072425,1543.516745,1079.894679,1827.527831 +74392,3044.326683,845.5230635,1542.936898,1085.190287,1825.183452 +74393,3047.533647,844.0506765,1542.319881,1090.569127,1822.850056 +74394,3050.937882,842.589569,1541.741332,1095.700131,1820.527006 +74395,3054.242757,841.1398354,1541.134787,1101.174586,1818.212696 +74396,3057.287023,839.7009582,1540.563003,1106.423663,1815.909171 +74397,3059.835163,838.2730377,1539.883029,1111.820106,1813.622474 +74398,3063.058063,836.8555498,1539.179281,1117.018264,1811.35375 +74399,3066.088835,835.4486212,1538.692327,1122.380151,1809.100548 +74400,3069.473901,834.0517261,1537.98063,1127.672327,1806.853805 +74401,3072.222022,766.3145623,1384.262027,1066.473722,1807.582039 +74402,3060.491676,764.1462417,1381.032024,1071.076239,1793.828022 +74403,3044.687645,762.2601112,1379.382394,1075.605754,1774.221787 +74404,3031.725375,760.3119811,1377.45905,1080.542681,1756.203612 +74405,3023.954789,758.5170201,1375.652627,1085.269572,1741.701644 +74406,3020.337729,756.6972258,1373.865305,1090.146445,1730.895008 +74407,3019.141267,754.902788,1372.085625,1094.830418,1722.68583 +74408,3019.834418,753.1225142,1370.310086,1099.66986,1716.275673 +74409,3021.708167,751.3552584,1368.536521,1104.361932,1711.129536 +74410,3023.771418,749.5512655,1366.760227,1109.199881,1706.921229 +74411,3026.12246,747.8797716,1364.98353,1114.011915,1703.444886 +74412,3028.663559,746.1103972,1363.200522,1118.612963,1700.55746 +74413,3031.318279,744.3853384,1361.391267,1123.432202,1698.144759 +74414,3034.038426,742.6707139,1359.630398,1128.093767,1696.118369 +74415,3036.780992,740.9530115,1357.815497,1132.82418,1694.405381 +74416,3039.524038,739.2530211,1356.010362,1137.462575,1692.95004 +74417,3042.245966,737.555404,1354.190778,1142.189198,1691.705491 +74418,3045.12705,735.9172218,1352.373565,1146.624537,1690.635117 +74419,3048.431807,734.1536216,1350.645709,1151.412609,1689.703983 +74420,3051.446224,732.5121295,1348.639466,1155.935158,1688.882855 +74421,3054.465395,730.8310364,1346.880775,1160.51605,1688.157656 +74422,3057.478329,729.1637165,1345.003502,1165.062708,1687.519037 +74423,3060.749378,727.5022779,1343.130511,1169.584886,1686.951733 +74424,3063.606159,725.8463424,1341.22379,1174.161329,1686.443918 +74425,3066.654846,724.1958661,1339.405354,1178.513371,1685.990172 +74426,3069.430403,722.5505715,1336.963098,1183.016815,1685.590022 +74427,3071.864725,720.9104336,1334.318357,1187.423479,1685.267734 +74428,3074.914025,719.2752011,1335.224961,1191.732392,1685.03676 +74429,3077.835279,717.644881,1322.039374,1196.218818,1684.907465 +74430,3081.250749,716.0191604,1344.307695,1200.494265,1684.95044 +74431,3084.413423,714.3013209,1310.434974,1204.196661,1685.08845 +74432,3087.300887,712.5675659,1342.317438,1210.225455,1685.210308 +74433,3089.860903,710.8283717,1298.815027,1209.240298,1685.337092 +74434,3092.527227,709.1383406,1347.911824,1221.701414,1685.553139 +74435,3094.646634,707.2663195,1302.276961,1205.536819,1685.809167 +74436,3096.359299,705.6351356,1308.421186,1225.212683,1685.944465 +74437,3097.690302,703.8454574,1336.457985,1222.242604,1685.939089 +74438,3098.928815,702.107713,1283.570199,1225.796797,1685.992693 +74439,3100.126372,700.3619816,1336.843605,1228.717647,1686.133099 +74440,3101.250248,698.6158362,1278.116226,1231.404921,1686.33111 +74441,3102.22104,696.8693878,1329.077969,1234.009713,1686.522249 +74442,3103.063762,695.1225779,1278.355055,1236.53204,1686.722011 +74443,3103.837442,693.3754472,1308.244539,1238.972039,1686.972032 +74444,3104.484478,691.6279689,1294.233587,1241.243692,1687.223581 +74445,3105.025813,689.8801794,1293.797446,1243.647216,1687.489711 +74446,3105.421,688.182535,1311.241042,1245.779705,1687.735753 +74447,3105.769111,686.3595504,1263.959982,1247.989132,1688.036257 +74448,3106.086443,684.6456861,1293.772038,1249.891241,1688.402827 +74449,3106.230516,682.8881422,1288.798055,1251.898503,1688.723545 +74450,3106.25734,681.1374767,1274.06442,1253.749898,1689.039884 +74451,3106.204566,679.3863676,1282.148124,1255.531065,1689.378751 +74452,3106.034171,677.6345383,1275.836746,1257.229814,1689.708697 +74453,3105.759363,675.831708,1273.935752,1258.84572,1690.038805 +74454,3105.387698,674.1520444,1271.430031,1260.378417,1690.373845 +74455,3104.915097,672.3625453,1268.88125,1261.827885,1690.709864 +74456,3104.293742,670.6151377,1283.443053,1263.193731,1691.008542 +74457,3103.632828,668.9324248,1238.110542,1264.747652,1691.354238 +74458,3102.970101,667.1084179,1273.671783,1266.015086,1691.735084 +74459,3102.192856,663.1628287,1250.631988,1269.318727,1692.078806 +74460,3101.840762,661.0791192,1250.074627,1270.873779,1692.426857 +74461,2125.040948,658.9896941,891.432279,1276.312547,2227.440861 +74462,2223.695098,786.6675213,927.6650087,1409.997942,2289.00897 +74463,2343.819925,789.1369956,970.6002689,1406.681814,2353.148659 +74464,2434.584249,786.6499019,1001.201208,1406.395711,2387.828119 +74465,2493.352972,785.0415842,1020.059116,1414.00133,2399.675173 +74466,2532.624784,783.2515209,1032.701869,1411.877707,2402.585171 +74467,2560.168289,781.5512343,1041.863178,1413.550973,2402.051748 +74468,2580.710539,779.7837151,1048.99654,1414.485076,2400.407343 +74469,2596.782624,778.008285,1054.824613,1415.157326,2398.562393 +74470,2609.632153,776.1730537,1059.684266,1415.987279,2396.78884 +74471,2620.00614,774.503782,1063.786203,1416.564789,2395.21244 +74472,2628.393628,772.5901364,1067.267284,1416.943531,2393.861504 +74473,2635.1366,770.8374489,1070.217128,1417.23047,2392.698808 +74474,2640.518379,769.0344387,1072.714912,1417.428163,2391.696114 +74475,2644.79067,767.2422458,1074.829417,1417.543555,2390.831731 +74476,2648.146488,765.4527827,1076.618961,1417.577197,2390.087859 +74477,2651.019426,763.6668502,1078.132372,1417.530599,2389.449201 +74478,2652.964449,761.884375,1079.410434,1417.404411,2388.902432 +74479,2654.357434,760.1056534,1080.487255,1417.199575,2388.43588 +74480,2655.287298,758.3303497,1081.391463,1416.916331,2388.039422 +74481,2655.825424,757.0410329,1082.14714,1416.555268,2387.704273 +74482,2656.02775,754.5530302,1082.774548,1416.116382,2387.422743 +74483,2655.938441,753.1424616,1083.290743,1415.5937,2387.188054 +74484,2655.593021,751.3008866,1083.710134,1415.108118,2386.994299 +74485,2655.020513,749.4901874,1084.044892,1414.281617,2386.836257 +74486,2654.244558,747.8005218,1084.305305,1413.611553,2386.709289 +74487,2653.284683,746.0058568,1084.500084,1412.757325,2386.609248 +74488,2652.157036,744.2544433,1084.636636,1411.870152,2386.532467 +74489,2650.874979,742.4957565,1084.721263,1410.873815,2386.475657 +74490,2649.176324,740.7366617,1084.759336,1409.786493,2386.435868 +74491,2647.625969,738.9122582,1084.755477,1407.961707,2386.410501 +74492,2645.880312,737.0726563,1084.709853,1404.424879,2386.397193 +74493,2643.896654,735.2255116,1084.625564,1403.720265,2386.393504 +74494,2641.671544,733.3723572,1084.505357,1394.470284,2386.397046 +74495,2639.221877,731.5140313,1084.350418,1410.357309,2386.405937 +74496,2636.568877,729.6505528,1084.164875,1390.428821,2386.418882 +74497,2633.730814,727.7648929,1083.951493,1381.621682,2386.434473 +74498,2630.718932,725.8863887,1083.710489,1409.209674,2386.45175 +74499,2627.544993,723.9588504,1083.444865,1365.855337,2386.468916 +74500,2624.220339,722.1409578,1083.156803,1398.687057,2386.484937 +74501,2620.754086,720.2155081,1082.846218,1368.566773,2386.49876 +74502,2617.153164,718.325626,1082.515563,1381.308493,2386.50904 +74503,2613.423852,716.4234675,1082.166361,1372.316135,2386.514975 +74504,2609.571525,714.5150085,1081.797982,1369.637727,2386.515678 +74505,2605.600829,712.6014763,1081.412592,1366.039788,2386.510231 +74506,2601.516269,710.6816079,1081.011453,1370.912284,2386.49812 +74507,2597.351414,708.7565483,1080.60732,1345.214292,2386.509761 +74508,2593.081163,706.8249958,1080.189288,1366.478114,2386.514942 +74509,2588.676266,704.8876857,1079.747565,1343.687508,2386.488405 +74510,2584.002054,702.9419309,1079.287171,1343.89156,2386.44347 +74511,2578.971421,700.9450907,1078.812245,1330.562547,2386.384986 +74512,2573.571904,699.0510001,1078.324598,1331.941426,2386.314793 +74513,2567.824893,697.0501189,1077.823335,1320.835274,2386.233057 +74514,2561.762948,695.0818603,1077.310131,1314.556336,2386.139264 +74515,2555.416284,693.099991,1076.785796,1317.703351,2386.033161 +74516,2548.807989,691.0964686,1076.250213,1283.150534,2385.91382 +74517,2541.94208,689.0961294,1075.701682,1299.355001,2385.780241 +74518,2534.800445,687.0875788,1075.142383,1281.269213,2385.632769 +74519,2527.379969,685.0715848,1074.573099,1274.774828,2385.470759 +74520,2519.693781,683.0457851,1073.993948,1266.036982,2385.293731 +74521,0,0,0,0,0 +74522,0,0,0,0,0 +74523,0,0,0,0,0 +74524,0,0,0,0,0 +74525,0,0,0,0,0 +74526,0,0,0,0,0 +74527,0,0,0,0,0 +74528,0,0,0,0,0 +74529,0,0,0,0,0 +74530,0,0,0,0,0 +74531,0,0,0,0,0 +74532,0,0,0,0,0 +74533,0,0,0,0,0 +74534,0,0,0,0,0 +74535,0,0,0,0,0 +74536,0,0,0,0,0 +74537,0,0,0,0,0 +74538,0,0,0,0,0 +74539,0,0,0,0,0 +74540,0,0,0,0,0 +74541,0,0,0,0,0 +74542,0,0,0,0,0 +74543,0,0,0,0,0 +74544,0,0,0,0,0 +74545,0,0,0,0,0 +74546,0,0,0,0,0 +74547,0,0,0,0,0 +74548,0,0,0,0,0 +74549,0,0,0,0,0 +74550,0,0,0,0,0 +74551,0,0,0,0,0 +74552,0,0,0,0,0 +74553,0,0,0,0,0 +74554,0,0,0,0,0 +74555,0,0,0,0,0 +74556,0,0,0,0,0 +74557,0,0,0,0,0 +74558,0,0,0,0,0 +74559,0,0,0,0,0 +74560,0,0,0,0,0 +74561,0,0,0,0,0 +74562,0,0,0,0,0 +74563,0,0,0,0,0 +74564,0,0,0,0,0 +74565,0,0,0,0,0 +74566,0,0,0,0,0 +74567,0,0,0,0,0 +74568,0,0,0,0,0 +74569,0,0,0,0,0 +74570,0,0,0,0,0 +74571,0,0,0,0,0 +74572,0,0,0,0,0 +74573,0,0,0,0,0 +74574,0,0,0,0,0 +74575,0,0,0,0,0 +74576,0,0,0,0,0 +74577,0,0,0,0,0 +74578,0,0,0,0,0 +74579,0,0,0,0,0 +74580,0,0,0,0,0 +74581,0,0,0,0,0 +74582,0,0,0,0,0 +74583,0,0,0,0,0 +74584,0,0,0,0,0 +74585,0,0,0,0,0 +74586,0,0,0,0,0 +74587,0,0,0,0,0 +74588,0,0,0,0,0 +74589,0,0,0,0,0 +74590,0,0,0,0,0 +74591,0,0,0,0,0 +74592,0,0,0,0,0 +74593,0,0,0,0,0 +74594,0,0,0,0,0 +74595,0,0,0,0,0 +74596,0,0,0,0,0 +74597,0,0,0,0,0 +74598,0,0,0,0,0 +74599,0,0,0,0,0 +74600,0,0,0,0,0 +74601,0,0,0,0,0 +74602,0,0,0,0,0 +74603,0,0,0,0,0 +74604,0,0,0,0,0 +74605,0,0,0,0,0 +74606,0,0,0,0,0 +74607,0,0,0,0,0 +74608,0,0,0,0,0 +74609,0,0,0,0,0 +74610,0,0,0,0,0 +74611,0,0,0,0,0 +74612,0,0,0,0,0 +74613,0,0,0,0,0 +74614,0,0,0,0,0 +74615,0,0,0,0,0 +74616,0,0,0,0,0 +74617,0,0,0,0,0 +74618,0,0,0,0,0 +74619,0,0,0,0,0 +74620,0,0,0,0,0 +74621,0,0,0,0,0 +74622,0,0,0,0,0 +74623,0,0,0,0,0 +74624,0,0,0,0,0 +74625,0,0,0,0,0 +74626,0,0,0,0,0 +74627,0,0,0,0,0 +74628,0,0,0,0,0 +74629,0,0,0,0,0 +74630,0,0,0,0,0 +74631,0,0,0,0,0 +74632,0,0,0,0,0 +74633,0,0,0,0,0 +74634,0,0,0,0,0 +74635,0,0,0,0,0 +74636,0,0,0,0,0 +74637,0,0,0,0,0 +74638,0,0,0,0,0 +74639,0,0,0,0,0 +74640,0,0,0,0,0 +74641,0,0,0,0,0 +74642,0,0,0,0,0 +74643,0,0,0,0,0 +74644,0,0,0,0,0 +74645,0,0,0,0,0 +74646,0,0,0,0,0 +74647,0,0,0,0,0 +74648,0,0,0,0,0 +74649,0,0,0,0,0 +74650,0,0,0,0,0 +74651,0,0,0,0,0 +74652,0,0,0,0,0 +74653,0,0,0,0,0 +74654,0,0,0,0,0 +74655,0,0,0,0,0 +74656,0,0,0,0,0 +74657,0,0,0,0,0 +74658,0,0,0,0,0 +74659,0,0,0,0,0 +74660,0,0,0,0,0 +74661,0,0,0,0,0 +74662,0,0,0,0,0 +74663,0,0,0,0,0 +74664,0,0,0,0,0 +74665,0,0,0,0,0 +74666,0,0,0,0,0 +74667,0,0,0,0,0 +74668,0,0,0,0,0 +74669,0,0,0,0,0 +74670,0,0,0,0,0 +74671,0,0,0,0,0 +74672,0,0,0,0,0 +74673,0,0,0,0,0 +74674,0,0,0,0,0 +74675,0,0,0,0,0 +74676,0,0,0,0,0 +74677,0,0,0,0,0 +74678,0,0,0,0,0 +74679,0,0,0,0,0 +74680,0,0,0,0,0 +74681,0,0,0,0,0 +74682,0,0,0,0,0 +74683,0,0,0,0,0 +74684,0,0,0,0,0 +74685,0,0,0,0,0 +74686,0,0,0,0,0 +74687,0,0,0,0,0 +74688,0,0,0,0,0 +74689,0,0,0,0,0 +74690,0,0,0,0,0 +74691,0,0,0,0,0 +74692,0,0,0,0,0 +74693,0,0,0,0,0 +74694,0,0,0,0,0 +74695,0,0,0,0,0 +74696,0,0,0,0,0 +74697,0,0,0,0,0 +74698,0,0,0,0,0 +74699,0,0,0,0,0 +74700,0,0,0,0,0 +74701,0,0,0,0,0 +74702,0,0,0,0,0 +74703,0,0,0,0,0 +74704,0,0,0,0,0 +74705,0,0,0,0,0 +74706,0,0,0,0,0 +74707,0,0,0,0,0 +74708,0,0,0,0,0 +74709,0,0,0,0,0 +74710,0,0,0,0,0 +74711,0,0,0,0,0 +74712,0,0,0,0,0 +74713,0,0,0,0,0 +74714,0,0,0,0,0 +74715,0,0,0,0,0 +74716,0,0,0,0,0 +74717,0,0,0,0,0 +74718,0,0,0,0,0 +74719,0,0,0,0,0 +74720,0,0,0,0,0 +74721,0,0,0,0,0 +74722,0,0,0,0,0 +74723,0,0,0,0,0 +74724,0,0,0,0,0 +74725,0,0,0,0,0 +74726,0,0,0,0,0 +74727,0,0,0,0,0 +74728,0,0,0,0,0 +74729,0,0,0,0,0 +74730,0,0,0,0,0 +74731,0,0,0,0,0 +74732,0,0,0,0,0 +74733,0,0,0,0,0 +74734,0,0,0,0,0 +74735,0,0,0,0,0 +74736,0,0,0,0,0 +74737,0,0,0,0,0 +74738,0,0,0,0,0 +74739,0,0,0,0,0 +74740,0,0,0,0,0 +74741,0,0,0,0,0 +74742,0,0,0,0,0 +74743,0,0,0,0,0 +74744,0,0,0,0,0 +74745,0,0,0,0,0 +74746,0,0,0,0,0 +74747,0,0,0,0,0 +74748,0,0,0,0,0 +74749,0,0,0,0,0 +74750,0,0,0,0,0 +74751,0,0,0,0,0 +74752,0,0,0,0,0 +74753,0,0,0,0,0 +74754,0,0,0,0,0 +74755,0,0,0,0,0 +74756,0,0,0,0,0 +74757,0,0,0,0,0 +74758,0,0,0,0,0 +74759,0,0,0,0,0 +74760,0,0,0,0,0 +74761,0,0,0,0,0 +74762,0,0,0,0,0 +74763,0,0,0,0,0 +74764,0,0,0,0,0 +74765,0,0,0,0,0 +74766,0,0,0,0,0 +74767,0,0,0,0,0 +74768,0,0,0,0,0 +74769,0,0,0,0,0 +74770,0,0,0,0,0 +74771,0,0,0,0,0 +74772,0,0,0,0,0 +74773,0,0,0,0,0 +74774,0,0,0,0,0 +74775,0,0,0,0,0 +74776,0,0,0,0,0 +74777,0,0,0,0,0 +74778,0,0,0,0,0 +74779,0,0,0,0,0 +74780,0,0,0,0,0 +74781,0,0,0,0,0 +74782,0,0,0,0,0 +74783,0,0,0,0,0 +74784,0,0,0,0,0 +74785,0,0,0,0,0 +74786,0,0,0,0,0 +74787,0,0,0,0,0 +74788,0,0,0,0,0 +74789,0,0,0,0,0 +74790,0,0,0,0,0 +74791,0,0,0,0,0 +74792,0,0,0,0,0 +74793,0,0,0,0,0 +74794,0,0,0,0,0 +74795,0,0,0,0,0 +74796,0,0,0,0,0 +74797,0,0,0,0,0 +74798,0,0,0,0,0 +74799,0,0,0,0,0 +74800,0,0,0,0,0 +74801,0,0,0,0,0 +74802,0,0,0,0,0 +74803,0,0,0,0,0 +74804,0,0,0,0,0 +74805,0,0,0,0,0 +74806,0,0,0,0,0 +74807,0,0,0,0,0 +74808,0,0,0,0,0 +74809,0,0,0,0,0 +74810,0,0,0,0,0 +74811,0,0,0,0,0 +74812,0,0,0,0,0 +74813,0,0,0,0,0 +74814,0,0,0,0,0 +74815,0,0,0,0,0 +74816,0,0,0,0,0 +74817,0,0,0,0,0 +74818,0,0,0,0,0 +74819,0,0,0,0,0 +74820,0,0,0,0,0 +74821,0,0,0,0,0 +74822,0,0,0,0,0 +74823,0,0,0,0,0 +74824,0,0,0,0,0 +74825,0,0,0,0,0 +74826,0,0,0,0,0 +74827,0,0,0,0,0 +74828,0,0,0,0,0 +74829,0,0,0,0,0 +74830,0,0,0,0,0 +74831,0,0,0,0,0 +74832,0,0,0,0,0 +74833,0,0,0,0,0 +74834,0,0,0,0,0 +74835,0,0,0,0,0 +74836,0,0,0,0,0 +74837,0,0,0,0,0 +74838,0,0,0,0,0 +74839,0,0,0,0,0 +74840,0,0,0,0,0 +74841,0,0,0,0,0 +74842,0,0,0,0,0 +74843,0,0,0,0,0 +74844,0,0,0,0,0 +74845,0,0,0,0,0 +74846,0,0,0,0,0 +74847,0,0,0,0,0 +74848,0,0,0,0,0 +74849,0,0,0,0,0 +74850,0,0,0,0,0 +74851,0,0,0,0,0 +74852,0,0,0,0,0 +74853,0,0,0,0,0 +74854,0,0,0,0,0 +74855,0,0,0,0,0 +74856,0,0,0,0,0 +74857,0,0,0,0,0 +74858,0,0,0,0,0 +74859,0,0,0,0,0 +74860,0,0,0,0,0 +74861,0,0,0,0,0 +74862,0,0,0,0,0 +74863,0,0,0,0,0 +74864,0,0,0,0,0 +74865,0,0,0,0,0 +74866,0,0,0,0,0 +74867,0,0,0,0,0 +74868,0,0,0,0,0 +74869,0,0,0,0,0 +74870,0,0,0,0,0 +74871,0,0,0,0,0 +74872,0,0,0,0,0 +74873,0,0,0,0,0 +74874,0,0,0,0,0 +74875,0,0,0,0,0 +74876,0,0,0,0,0 +74877,0,0,0,0,0 +74878,0,0,0,0,0 +74879,0,0,0,0,0 +74880,0,0,0,0,0 +74881,0,0,0,0,0 +74882,0,0,0,0,0 +74883,0,0,0,0,0 +74884,0,0,0,0,0 +74885,0,0,0,0,0 +74886,0,0,0,0,0 +74887,0,0,0,0,0 +74888,0,0,0,0,0 +74889,0,0,0,0,0 +74890,0,0,0,0,0 +74891,0,0,0,0,0 +74892,0,0,0,0,0 +74893,0,0,0,0,0 +74894,0,0,0,0,0 +74895,0,0,0,0,0 +74896,0,0,0,0,0 +74897,0,0,0,0,0 +74898,0,0,0,0,0 +74899,0,0,0,0,0 +74900,0,0,0,0,0 +74901,0,0,0,0,0 +74902,0,0,0,0,0 +74903,0,0,0,0,0 +74904,0,0,0,0,0 +74905,0,0,0,0,0 +74906,0,0,0,0,0 +74907,0,0,0,0,0 +74908,0,0,0,0,0 +74909,0,0,0,0,0 +74910,0,0,0,0,0 +74911,0,0,0,0,0 +74912,0,0,0,0,0 +74913,0,0,0,0,0 +74914,0,0,0,0,0 +74915,0,0,0,0,0 +74916,0,0,0,0,0 +74917,0,0,0,0,0 +74918,0,0,0,0,0 +74919,0,0,0,0,0 +74920,0,0,0,0,0 +74921,0,0,0,0,0 +74922,0,0,0,0,0 +74923,0,0,0,0,0 +74924,0,0,0,0,0 +74925,0,0,0,0,0 +74926,0,0,0,0,0 +74927,0,0,0,0,0 +74928,0,0,0,0,0 +74929,0,0,0,0,0 +74930,0,0,0,0,0 +74931,0,0,0,0,0 +74932,0,0,0,0,0 +74933,0,0,0,0,0 +74934,0,0,0,0,0 +74935,0,0,0,0,0 +74936,0,0,0,0,0 +74937,0,0,0,0,0 +74938,0,0,0,0,0 +74939,0,0,0,0,0 +74940,0,0,0,0,0 +74941,0,0,0,0,0 +74942,0,0,0,0,0 +74943,0,0,0,0,0 +74944,0,0,0,0,0 +74945,0,0,0,0,0 +74946,0,0,0,0,0 +74947,0,0,0,0,0 +74948,0,0,0,0,0 +74949,0,0,0,0,0 +74950,0,0,0,0,0 +74951,0,0,0,0,0 +74952,0,0,0,0,0 +74953,0,0,0,0,0 +74954,0,0,0,0,0 +74955,0,0,0,0,0 +74956,0,0,0,0,0 +74957,0,0,0,0,0 +74958,0,0,0,0,0 +74959,0,0,0,0,0 +74960,0,0,0,0,0 +74961,0,0,0,0,0 +74962,0,0,0,0,0 +74963,0,0,0,0,0 +74964,0,0,0,0,0 +74965,0,0,0,0,0 +74966,0,0,0,0,0 +74967,0,0,0,0,0 +74968,0,0,0,0,0 +74969,0,0,0,0,0 +74970,0,0,0,0,0 +74971,0,0,0,0,0 +74972,0,0,0,0,0 +74973,0,0,0,0,0 +74974,0,0,0,0,0 +74975,0,0,0,0,0 +74976,0,0,0,0,0 +74977,0,0,0,0,0 +74978,0,0,0,0,0 +74979,0,0,0,0,0 +74980,0,0,0,0,0 +74981,0,0,0,0,0 +74982,0,0,0,0,0 +74983,0,0,0,0,0 +74984,0,0,0,0,0 +74985,0,0,0,0,0 +74986,0,0,0,0,0 +74987,0,0,0,0,0 +74988,0,0,0,0,0 +74989,0,0,0,0,0 +74990,0,0,0,0,0 +74991,0,0,0,0,0 +74992,0,0,0,0,0 +74993,0,0,0,0,0 +74994,0,0,0,0,0 +74995,0,0,0,0,0 +74996,0,0,0,0,0 +74997,0,0,0,0,0 +74998,0,0,0,0,0 +74999,0,0,0,0,0 +75000,0,0,0,0,0 +75001,0,0,0,0,0 +75002,0,0,0,0,0 +75003,0,0,0,0,0 +75004,0,0,0,0,0 +75005,0,0,0,0,0 +75006,0,0,0,0,0 +75007,0,0,0,0,0 +75008,0,0,0,0,0 +75009,0,0,0,0,0 +75010,0,0,0,0,0 +75011,0,0,0,0,0 +75012,0,0,0,0,0 +75013,0,0,0,0,0 +75014,0,0,0,0,0 +75015,0,0,0,0,0 +75016,0,0,0,0,0 +75017,0,0,0,0,0 +75018,0,0,0,0,0 +75019,0,0,0,0,0 +75020,0,0,0,0,0 +75021,0,0,0,0,0 +75022,0,0,0,0,0 +75023,0,0,0,0,0 +75024,0,0,0,0,0 +75025,0,0,0,0,0 +75026,0,0,0,0,0 +75027,0,0,0,0,0 +75028,0,0,0,0,0 +75029,0,0,0,0,0 +75030,0,0,0,0,0 +75031,0,0,0,0,0 +75032,0,0,0,0,0 +75033,0,0,0,0,0 +75034,0,0,0,0,0 +75035,0,0,0,0,0 +75036,0,0,0,0,0 +75037,0,0,0,0,0 +75038,0,0,0,0,0 +75039,0,0,0,0,0 +75040,0,0,0,0,0 +75041,0,0,0,0,0 +75042,0,0,0,0,0 +75043,0,0,0,0,0 +75044,0,0,0,0,0 +75045,0,0,0,0,0 +75046,0,0,0,0,0 +75047,0,0,0,0,0 +75048,0,0,0,0,0 +75049,0,0,0,0,0 +75050,0,0,0,0,0 +75051,0,0,0,0,0 +75052,0,0,0,0,0 +75053,0,0,0,0,0 +75054,0,0,0,0,0 +75055,0,0,0,0,0 +75056,0,0,0,0,0 +75057,0,0,0,0,0 +75058,0,0,0,0,0 +75059,0,0,0,0,0 +75060,0,0,0,0,0 +75061,0,0,0,0,0 +75062,0,0,0,0,0 +75063,0,0,0,0,0 +75064,0,0,0,0,0 +75065,0,0,0,0,0 +75066,0,0,0,0,0 +75067,0,0,0,0,0 +75068,0,0,0,0,0 +75069,0,0,0,0,0 +75070,0,0,0,0,0 +75071,0,0,0,0,0 +75072,0,0,0,0,0 +75073,0,0,0,0,0 +75074,0,0,0,0,0 +75075,0,0,0,0,0 +75076,0,0,0,0,0 +75077,0,0,0,0,0 +75078,0,0,0,0,0 +75079,0,0,0,0,0 +75080,0,0,0,0,0 +75081,0,0,0,0,0 +75082,0,0,0,0,0 +75083,0,0,0,0,0 +75084,0,0,0,0,0 +75085,0,0,0,0,0 +75086,0,0,0,0,0 +75087,0,0,0,0,0 +75088,0,0,0,0,0 +75089,0,0,0,0,0 +75090,0,0,0,0,0 +75091,0,0,0,0,0 +75092,0,0,0,0,0 +75093,0,0,0,0,0 +75094,0,0,0,0,0 +75095,0,0,0,0,0 +75096,0,0,0,0,0 +75097,0,0,0,0,0 +75098,0,0,0,0,0 +75099,0,0,0,0,0 +75100,0,0,0,0,0 +75101,0,0,0,0,0 +75102,0,0,0,0,0 +75103,0,0,0,0,0 +75104,0,0,0,0,0 +75105,0,0,0,0,0 +75106,0,0,0,0,0 +75107,0,0,0,0,0 +75108,0,0,0,0,0 +75109,0,0,0,0,0 +75110,0,0,0,0,0 +75111,0,0,0,0,0 +75112,0,0,0,0,0 +75113,0,0,0,0,0 +75114,0,0,0,0,0 +75115,0,0,0,0,0 +75116,0,0,0,0,0 +75117,0,0,0,0,0 +75118,0,0,0,0,0 +75119,0,0,0,0,0 +75120,0,0,0,0,0 +75121,0,0,0,0,0 +75122,0,0,0,0,0 +75123,0,0,0,0,0 +75124,0,0,0,0,0 +75125,0,0,0,0,0 +75126,0,0,0,0,0 +75127,0,0,0,0,0 +75128,0,0,0,0,0 +75129,0,0,0,0,0 +75130,0,0,0,0,0 +75131,0,0,0,0,0 +75132,0,0,0,0,0 +75133,0,0,0,0,0 +75134,0,0,0,0,0 +75135,0,0,0,0,0 +75136,0,0,0,0,0 +75137,0,0,0,0,0 +75138,0,0,0,0,0 +75139,0,0,0,0,0 +75140,0,0,0,0,0 +75141,0,0,0,0,0 +75142,0,0,0,0,0 +75143,0,0,0,0,0 +75144,0,0,0,0,0 +75145,0,0,0,0,0 +75146,0,0,0,0,0 +75147,0,0,0,0,0 +75148,0,0,0,0,0 +75149,0,0,0,0,0 +75150,0,0,0,0,0 +75151,0,0,0,0,0 +75152,0,0,0,0,0 +75153,0,0,0,0,0 +75154,0,0,0,0,0 +75155,0,0,0,0,0 +75156,0,0,0,0,0 +75157,0,0,0,0,0 +75158,0,0,0,0,0 +75159,0,0,0,0,0 +75160,0,0,0,0,0 +75161,0,0,0,0,0 +75162,0,0,0,0,0 +75163,0,0,0,0,0 +75164,0,0,0,0,0 +75165,0,0,0,0,0 +75166,0,0,0,0,0 +75167,0,0,0,0,0 +75168,0,0,0,0,0 +75169,0,0,0,0,0 +75170,0,0,0,0,0 +75171,0,0,0,0,0 +75172,0,0,0,0,0 +75173,0,0,0,0,0 +75174,0,0,0,0,0 +75175,0,0,0,0,0 +75176,0,0,0,0,0 +75177,0,0,0,0,0 +75178,0,0,0,0,0 +75179,0,0,0,0,0 +75180,0,0,0,0,0 +75181,0,0,0,0,0 +75182,0,0,0,0,0 +75183,0,0,0,0,0 +75184,0,0,0,0,0 +75185,0,0,0,0,0 +75186,0,0,0,0,0 +75187,0,0,0,0,0 +75188,0,0,0,0,0 +75189,0,0,0,0,0 +75190,0,0,0,0,0 +75191,0,0,0,0,0 +75192,0,0,0,0,0 +75193,0,0,0,0,0 +75194,0,0,0,0,0 +75195,0,0,0,0,0 +75196,0,0,0,0,0 +75197,0,0,0,0,0 +75198,0,0,0,0,0 +75199,0,0,0,0,0 +75200,0,0,0,0,0 +75201,0,0,0,0,0 +75202,0,0,0,0,0 +75203,0,0,0,0,0 +75204,0,0,0,0,0 +75205,0,0,0,0,0 +75206,0,0,0,0,0 +75207,0,0,0,0,0 +75208,0,0,0,0,0 +75209,0,0,0,0,0 +75210,0,0,0,0,0 +75211,0,0,0,0,0 +75212,0,0,0,0,0 +75213,0,0,0,0,0 +75214,0,0,0,0,0 +75215,0,0,0,0,0 +75216,0,0,0,0,0 +75217,0,0,0,0,0 +75218,0,0,0,0,0 +75219,0,0,0,0,0 +75220,0,0,0,0,0 +75221,0,0,0,0,0 +75222,0,0,0,0,0 +75223,0,0,0,0,0 +75224,0,0,0,0,0 +75225,0,0,0,0,0 +75226,0,0,0,0,0 +75227,0,0,0,0,0 +75228,0,0,0,0,0 +75229,0,0,0,0,0 +75230,0,0,0,0,0 +75231,0,0,0,0,0 +75232,0,0,0,0,0 +75233,0,0,0,0,0 +75234,0,0,0,0,0 +75235,0,0,0,0,0 +75236,0,0,0,0,0 +75237,0,0,0,0,0 +75238,0,0,0,0,0 +75239,0,0,0,0,0 +75240,0,0,0,0,0 +75241,0,0,0,0,0 +75242,0,0,0,0,0 +75243,0,0,0,0,0 +75244,0,0,0,0,0 +75245,0,0,0,0,0 +75246,0,0,0,0,0 +75247,0,0,0,0,0 +75248,0,0,0,0,0 +75249,0,0,0,0,0 +75250,0,0,0,0,0 +75251,0,0,0,0,0 +75252,0,0,0,0,0 +75253,0,0,0,0,0 +75254,0,0,0,0,0 +75255,0,0,0,0,0 +75256,0,0,0,0,0 +75257,0,0,0,0,0 +75258,0,0,0,0,0 +75259,0,0,0,0,0 +75260,0,0,0,0,0 +75261,0,0,0,0,0 +75262,0,0,0,0,0 +75263,0,0,0,0,0 +75264,0,0,0,0,0 +75265,0,0,0,0,0 +75266,0,0,0,0,0 +75267,0,0,0,0,0 +75268,0,0,0,0,0 +75269,0,0,0,0,0 +75270,0,0,0,0,0 +75271,0,0,0,0,0 +75272,0,0,0,0,0 +75273,0,0,0,0,0 +75274,0,0,0,0,0 +75275,0,0,0,0,0 +75276,0,0,0,0,0 +75277,0,0,0,0,0 +75278,0,0,0,0,0 +75279,0,0,0,0,0 +75280,0,0,0,0,0 +75281,0,0,0,0,0 +75282,0,0,0,0,0 +75283,0,0,0,0,0 +75284,0,0,0,0,0 +75285,0,0,0,0,0 +75286,0,0,0,0,0 +75287,0,0,0,0,0 +75288,0,0,0,0,0 +75289,0,0,0,0,0 +75290,0,0,0,0,0 +75291,0,0,0,0,0 +75292,0,0,0,0,0 +75293,0,0,0,0,0 +75294,0,0,0,0,0 +75295,0,0,0,0,0 +75296,0,0,0,0,0 +75297,0,0,0,0,0 +75298,0,0,0,0,0 +75299,0,0,0,0,0 +75300,0,0,0,0,0 +75301,-1781.296809,-752.9556688,-1752.542922,-752.4854756,-818.6901917 +75302,-1139.434261,-471.4191719,-1117.478578,-470.9528301,170.4308786 +75303,-1349.912786,-557.5439027,-1321.645285,-557.0927877,-102.0183555 +75304,-1508.826096,-628.8055592,-1479.481556,-628.3707093,-357.7500715 +75305,-1632.644685,-685.0195802,-1602.730715,-684.5995721,-576.9746823 +75306,-1719.731702,-725.4825125,-1690.522379,-725.0754957,-747.1714103 +75307,-1771.578483,-750.0962213,-1742.930246,-749.7010211,-863.9866149 +75308,-1794.884423,-761.7441251,-1766.490372,-761.3600432,-933.7583343 +75309,-1799.151819,-764.7438225,-1770.845711,-764.3704811,-968.6175487 +75310,-1792.565601,-762.8149031,-1764.289589,-762.4521115,-981.1293906 +75311,-1781.1732,-758.5927598,-1752.663547,-758.2403657,-982.377769 +75312,-1768.480968,-753.6893211,-1739.586207,-753.3472093,-978.5697622 +75313,-1756.279167,-746.2195653,-1725.321291,-748.61375,-972.9720363 +75314,-1745.302358,-737.6412936,-1711.350217,-744.3825744,-967.1921267 +75315,-1735.718665,-729.3245669,-1698.637262,-740.7276909,-961.9162889 +75316,-1727.455718,-721.820931,-1687.460444,-737.6122308,-957.3849804 +75317,-1790.961784,-747.9394037,-1748.799517,-767.7469574,-1109.549967 +75318,-1631.425087,-467.8682484,-1586.915923,-695.8294475,-831.9698347 +75319,-1636.629725,-506.7791499,-1589.536845,-698.2023682,-829.4654446 +75320,-1640.227819,-499.1281357,-1590.867645,-700.0647055,-833.5727501 +75321,-1614.336986,-462.1102072,-1341.499001,-688.5786363,-788.4197081 +75322,-1589.262012,-442.9687268,-1379.522791,-677.459243,-746.5773347 +75323,-1582.048623,-423.1864617,-1366.023618,-674.4321259,-737.7896068 +75324,-1554.515844,-405.1202707,-1331.264167,-662.1311389,-692.2173606 +75325,-1479.785448,-384.6693069,-1313.906116,-655.7060412,-670.219777 +75326,-1471.543991,-368.1261558,-1298.572511,-649.1859641,-647.872949 +75327,-1464.648684,-348.0678927,-1276.867785,-725.6608361,-1034.851269 +75328,-1325.05821,-330.5442863,-1260.571064,-557.313472,-386.1633853 +75329,-1614.523571,-312.3994596,-1245.561556,-691.7169877,-951.9307906 +75330,-1288.066797,-295.228214,-1228.134151,-540.5651498,-345.457962 +75331,-1404.181016,-273.3604061,-1212.052724,-592.3746023,-494.4320591 +75332,-1505.37799,-258.6350421,-1194.08939,-704.9451596,-995.6201838 +75333,-1327.646805,-241.0780541,-1178.98349,-636.9873629,-822.7076342 +75334,-1387.801778,-224.6659606,-1160.534595,-592.4633209,-708.3716325 +75335,-1102.740962,-209.799949,-1068.050325,-456.8178323,-115.3002498 +75336,-1288.47836,-195.7859512,-1248.090536,-538.9670792,-341.6634032 +75337,-1423.23696,-181.2197377,-1074.56007,-599.415072,-526.1020882 +75338,-1649.503739,-168.1021047,-1117.706105,-713.5549437,-1036.546491 +75339,-1110.226339,-153.3094945,-1097.362506,-543.5368938,-371.542462 +75340,-1374.071414,-140.0358159,-1089.903077,-676.8847034,-950.2999536 +75341,-1299.96882,-120.7209679,-1061.139756,-607.2490389,-772.7361941 +75342,-1095.254888,-105.9771894,-1054.603344,-449.6535704,-107.7004942 +75343,-1287.861012,-90.96704225,-1041.326542,-534.6085233,-348.71496 +75344,-1525.306342,-76.60021941,-1027.30769,-680.7042172,-971.5974143 +75345,-1099.907171,-61.32651683,-1016.666333,-503.8933142,-268.896494 +75346,-1287.870151,-46.97128998,-1009.051305,-554.2791548,-402.0038349 +75347,-1237.528555,-32.79777205,-995.6660168,-588.9737742,-504.0071192 +75348,-1229.255225,-17.28077156,-984.6380958,-601.0169395,-535.3497544 +75349,-1217.790254,-3.020564371,-975.9745888,-563.4718863,-546.4929726 +75350,-1211.741511,11.50523783,-963.908527,-522.7440702,-1072.154489 +75351,-1199.794026,26.71193386,-955.7123406,-546.7947923,-796.1539679 +75352,-1190.305231,40.96392274,-945.651121,-533.2791284,-640.4469112 +75353,-1184.67218,55.6895925,-935.4482693,-515.2640749,-555.5955862 +75354,-919.5758563,70.44556184,-890.5877722,-374.2248122,86.13341467 +75355,-1412.327209,84.99115874,-969.2597391,-594.0345498,-763.3769124 +75356,-1168.283256,104.5473433,-885.3640673,-555.3058006,-668.8324726 +75357,-983.6808177,123.9481151,-904.7327712,-403.1219373,0.119099298 +75358,-1327.311452,79.56970664,-890.7548208,-609.2765607,-816.6801263 +75359,-1055.087285,253.5815148,-882.6835747,-432.9425318,-86.66325963 +75360,-1142.14518,138.3941615,-876.0197896,-510.6762091,-297.2574182 +75361,47.42348981,45.0819927,99.39617175,-48.72184461,-1012.090165 +75362,85.41717764,84.31753137,163.6552652,72.78029138,-801.2639754 +75363,164.8709769,139.0400006,252.1818627,75.58458679,-235.4434743 +75364,85.17008342,162.4004416,271.9558371,34.88757101,471.126324 +75365,177.6111849,183.786651,291.5835531,83.74410762,540.8137453 +75366,191.5259315,206.4532398,318.4056582,89.83659474,609.0845605 +75367,206.9819172,224.0996103,337.5869837,97.5292367,657.2128987 +75368,230.6226831,238.4276823,351.9416168,108.8012985,694.2532753 +75369,250.2687092,250.1249394,362.3485519,118.3225278,722.8824957 +75370,270.3554381,259.712724,369.5042823,128.0884493,744.5397956 +75371,289.8484467,267.5783707,373.9842733,137.4044302,760.2217044 +75372,308.5892367,274.0314651,376.2810679,146.4959955,770.8475827 +75373,327.6511996,279.3288,376.8021365,155.5637878,777.2593206 +75374,345.9239553,283.6722426,375.8567527,158.0773571,780.1465964 +75375,343.5719014,287.277564,373.8064943,156.183216,780.2875247 +75376,338.6850651,290.4417567,371.2117869,154.1637966,778.8053448 +75377,333.8358237,293.3217714,368.3424063,152.1812089,776.2791103 +75378,329.1327253,295.9783735,365.2705898,150.2503438,772.9160683 +75379,324.5819779,298.4603575,362.0532002,148.364145,768.8848422 +75380,320.154589,300.8024122,358.7247553,146.5101328,764.304296 +75381,315.8274964,303.0326363,355.3123248,144.6807088,759.2717365 +75382,311.5864761,305.173792,351.8370616,142.8717442,753.8667522 +75383,307.4222944,307.2442467,348.3152971,141.08066,748.1542093 +75384,303.3276555,309.258796,344.7595313,139.3054256,742.186848 +75385,299.2959368,311.2293059,341.1791709,137.5442398,736.007462 +75386,295.3209108,313.1652853,337.5812127,135.7954754,729.6506664 +75387,291.3938023,315.0659617,333.9679245,134.0571289,723.1445915 +75388,287.5108785,316.9406606,330.3441688,132.328265,716.5119694 +75389,283.6692087,318.798668,326.7141584,130.6081949,709.7713929 +75390,279.8654091,575.5105377,323.0805087,128.8961726,702.9378598 +75391,276.0960248,487.670444,319.4446697,127.1914928,696.0237088 +75392,272.3495119,529.9509219,315.7981126,125.4897077,689.0387939 +75393,268.6180894,557.100935,312.1364902,123.7880605,681.9909937 +75394,264.8982458,578.2547058,308.4598226,122.085694,674.8864337 +75395,261.1886973,598.5452292,304.7699302,120.3826959,667.7301883 +75396,257.4887553,618.9563388,301.0700612,118.6793478,660.5264399 +75397,253.7978257,638.524324,297.3601913,116.9759042,653.2788306 +75398,250.1152516,658.3665755,293.641146,115.2725316,645.9904481 +75399,246.4404151,677.4231665,289.9155842,113.5693658,638.6640129 +75400,242.7726809,696.2937822,286.1830055,111.8664936,631.3017686 +75401,239.1115026,715.3350173,282.4453125,110.1640066,623.9057161 +75402,235.4563253,733.4002827,278.7018558,108.461961,616.4774926 +75403,231.795434,752.0923953,274.8508921,106.7553119,608.9981548 +75404,228.1599838,769.8783102,270.9551986,105.0584785,601.5264595 +75405,224.5091838,787.7113785,267.0167202,103.3531438,593.9901618 +75406,220.8718917,805.0657472,263.0847877,101.6526384,586.4434541 +75407,217.238748,823.0893194,259.1553553,99.95289688,578.8709044 +75408,216.1754789,839.6233998,257.7941853,99.42032946,575.9389196 +75409,221.269222,856.8869453,262.5879164,101.6847748,584.171028 +75410,226.114658,873.5768447,267.1312164,103.8327871,591.920063 +75411,230.7238385,889.9138574,271.4366844,105.8703216,599.1988554 +75412,235.1280339,906.8447996,275.5364705,107.8134175,606.0531356 +75413,239.3619152,922.8538282,279.4662685,109.6796321,612.5376162 +75414,243.4575322,939.0096909,283.2592018,111.4847506,618.7062567 +75415,247.4392426,954.9456534,286.9407128,113.2404999,624.6022166 +75416,251.3250331,970.7250549,290.5298772,114.9553425,630.2590488 +75417,255.1288962,986.3108478,294.0417788,116.6357188,635.7041571 +75418,258.862227,1001.845502,297.4889107,118.2867762,640.9608463 +75419,262.5345443,1022.932188,300.8818956,119.9127428,646.0493802 +75420,266.1538226,1042.501517,304.1797677,121.5170979,650.987399 +75421,269.6481365,1230.46074,307.3465488,123.0667735,655.6465511 +75422,280.1516087,1252.278047,317.5593882,127.75882,673.4322933 +75423,293.9773285,1272.264746,331.1458137,133.8954145,697.8277521 +75424,307.5910539,1292.075616,344.5630785,139.8737619,722.3761554 +75425,319.629698,1311.689937,356.4323648,145.0937994,744.4237882 +75426,330.052066,1330.948209,366.7003332,149.5591872,763.6999674 +75427,339.2007536,1350.016873,375.702394,153.4426912,780.6794868 +75428,347.4184813,1363.344887,383.7772317,156.9102224,795.8942473 +75429,355.076571,1381.221342,391.3576903,160.1593198,809.6895361 +75430,362.2368565,1399.013163,398.4766893,163.2101857,822.2777836 +75431,368.9180822,1417.06289,405.1193652,166.0595261,833.8175405 +75432,375.1640149,1434.803878,411.3134132,168.7215457,844.4412264 +75433,381.0361602,1452.414427,417.1167417,171.223032,854.2658625 +75434,386.5960524,1470.100107,422.591942,173.5922212,863.3946789 +75435,391.8966284,1487.280902,427.7935711,175.8532801,871.9177656 +75436,396.9808254,1504.683353,432.765637,178.0253258,879.912795 +75437,401.8833196,1521.736572,437.5434092,180.1233656,887.4466408 +75438,406.3662227,1538.715563,441.8893761,182.0383573,894.0928309 +75439,411.0653306,1555.482898,446.4396519,184.05844,901.014383 +75440,415.6324815,1572.281157,450.8463618,186.0243304,907.5859845 +75441,420.0879293,1588.786174,455.1300234,187.9443046,913.8519879 +75442,424.4492886,1605.2303,459.3084943,189.8255575,919.8516476 +75443,428.7315307,1621.5168,463.3969671,191.6741633,925.6191645 +75444,432.946855,1637.676077,467.4078446,193.4949935,931.1834387 +75445,437.1050813,1660.039024,471.3511314,195.291889,936.5687191 +75446,441.21405,1671.64996,475.2348397,197.0678463,941.7952642 +75447,445.2801523,1694.254547,479.0655186,198.8252586,946.880265 +75448,449.308585,1702.336872,482.8485145,200.5660314,951.8382948 +75449,453.3036654,1694.481641,486.5882861,202.2917227,956.6818933 +75450,457.2689535,1745.189013,490.2885295,204.0035938,961.4218014 +75451,461.2074642,1742.485754,493.9523903,205.7027015,966.0673763 +75452,465.1148593,1759.908994,497.5752777,207.3867805,970.6266589 +75453,468.9893929,1773.991778,501.155409,209.0548403,975.1067018 +75454,472.8323823,1787.40232,504.6942734,210.707346,979.5135889 +75455,476.6464527,1800.949423,508.1947553,212.3453847,983.8527082 +75456,480.4342111,1813.9354,511.6597282,213.9700422,988.1287393 +75457,484.1978869,1827.13336,515.0916683,215.5822367,992.3458699 +75458,487.9392623,1839.979116,518.492585,217.1826889,996.5077402 +75459,491.659851,1852.530219,521.8642016,218.7720053,1000.617642 +75460,495.3609128,1864.990249,525.2079799,220.3506876,1004.678446 +75461,499.0435665,1877.494589,528.5252302,221.9191824,1008.692758 +75462,502.7087672,1889.461045,531.8170944,223.4778715,1012.662868 +75463,506.3573824,1901.598523,535.0846177,225.0271043,1016.590882 +75464,509.9901411,1913.268886,538.3287057,226.5671765,1020.478636 +75465,513.607731,1924.900365,541.5502132,228.0983702,1024.327862 +75466,517.2107237,1936.506154,544.7498795,229.6209229,1028.140063 +75467,520.7996655,1947.864808,547.9284153,231.1350668,1031.916674 +75468,524.3750183,1958.93075,551.0864417,232.6409999,1035.658948 +75469,527.9372366,1970.016894,554.2245702,234.1389221,1039.368107 +75470,531.4866946,1980.87572,557.3433321,235.6290019,1043.045205 +75471,535.0237678,1991.592052,560.4432586,237.1114132,1046.691286 +75472,538.548791,2002.164572,563.5248355,238.5840278,1165.413091 +75473,542.0621071,2012.585346,566.588558,240.0434313,1170.006861 +75474,545.5639391,2022.950062,569.6348047,241.487888,1167.483958 +75475,549.0544424,2032.936205,572.6638825,242.9176833,1190.116036 +75476,552.5336863,2042.886351,575.6760124,244.3339906,1202.651395 +75477,556.0017535,2052.840337,685.7853189,245.7380706,1215.124185 +75478,559.4587767,2062.462122,674.4429433,247.1309822,1227.412007 +75479,562.9049414,2072.110647,680.2593474,248.513569,1239.316094 +75480,566.3403342,2081.375782,698.268261,249.8864902,1251.432006 +75481,569.7404929,2093.672328,715.8501373,251.2391426,1285.156929 +75482,573.3231531,2103.530026,728.2538762,252.6361803,1299.176484 +75483,576.9548572,2113.026556,739.8539179,254.06027,1312.124863 +75484,733.6575515,2122.304615,751.1062136,255.486578,1325.217004 +75485,685.6885682,2131.399707,762.3421318,256.9014011,1337.576516 +75486,708.931216,2140.31822,773.0925837,258.3007457,1349.841596 +75487,727.729803,2149.075484,783.9695865,259.6849975,1361.795364 +75488,741.3224901,2157.678188,794.4959858,261.055564,1373.466983 +75489,754.935647,2166.228219,804.9370443,262.4136654,1385.386271 +75490,768.3751598,2182.568154,815.2089285,283.9575142,1396.72893 +75491,781.522632,2175.545249,825.271303,311.1357966,1408.098647 +75492,794.5902085,2215.77792,835.4825453,307.6570661,1419.109851 +75493,807.3502285,2162.748866,845.2782956,314.691464,1430.465875 +75494,820.3025269,2223.528233,855.1131091,321.7228928,1441.226453 +75495,832.6885561,2209.837865,864.7783163,327.4335686,1452.044463 +75496,845.3955406,2221.115166,874.2069786,332.9729969,1462.696947 +75497,857.6498074,2228.45103,883.8950946,338.4901477,1473.006733 +75498,869.7793063,2235.707384,893.2669995,343.822205,1483.78198 +75499,882.0716189,2242.661081,902.1352974,349.2120411,1493.886742 +75500,894.0100901,2249.754033,911.6967366,354.3826062,1504.311067 +75501,905.7199396,2256.180156,920.5877303,359.6344903,1514.049306 +75502,917.9430635,2263.126856,929.5877971,364.7105452,1524.147757 +75503,929.2047331,2269.453561,938.46678,369.7058701,1533.951914 +75504,940.7564307,2275.923057,947.0672338,374.7036031,1543.680217 +75505,952.4798427,2282.076257,956.0883555,379.7317933,1553.305419 +75506,963.8947767,2288.371003,964.5564562,384.4040882,1562.600797 +75507,974.6684197,2294.112001,973.1371596,389.3427482,1572.374057 +75508,986.3262685,2300.116227,981.6032433,393.9673249,1581.548702 +75509,997.2130767,2305.738515,989.9940492,398.832652,1590.798435 +75510,1008.240324,2311.412803,998.3104563,403.2451587,1599.902743 +75511,1018.796801,2316.38212,1006.26216,407.9614957,1608.981687 +75512,1029.790893,2321.197907,1014.697211,412.3941659,1617.904685 +75513,1040.404176,2325.967095,1022.531086,416.7654466,1626.731266 +75514,1050.53607,2330.313367,1030.508259,421.3712407,1635.54081 +75515,1060.84256,2334.741333,1038.625587,425.5183523,1644.166515 +75516,1071.512106,2338.817083,1046.027285,429.814993,1652.80911 +75517,1081.513118,2343.032385,1053.977318,434.1807575,1661.265661 +75518,1091.683886,2346.868198,1061.589691,438.3226327,1669.743846 +75519,1101.726386,2350.654718,1069.172126,442.5041532,1678.036533 +75520,1111.688169,2354.286171,1076.560101,446.6268855,1686.356796 +75521,1121.570614,2357.779128,1084.201437,450.6098353,1694.490473 +75522,1131.101551,2361.136151,1091.376545,454.809998,1702.659351 +75523,1141.269289,2364.358809,1098.991528,458.8369898,1710.638877 +75524,1150.703729,2367.560627,1106.237786,462.662725,1718.626316 +75525,1160.331809,2370.356005,1113.604617,466.5667281,1726.545914 +75526,1169.835597,2373.261709,1120.599896,470.6067307,1734.311409 +75527,1179.269216,2379.993687,1127.905245,474.38778,1742.123376 +75528,1188.644173,2376.657913,1135.078515,478.0134429,1749.73102 +75529,1197.612605,2394.408584,1141.936835,482.2000283,1757.460494 +75530,1207.403884,2362.086365,1149.1352,485.7155933,1765.006472 +75531,1216.28764,2396.117389,1156.124995,489.3241311,1772.162474 +75532,1225.447713,2385.163441,1162.859601,493.3092147,1780.170431 +75533,1234.804416,2389.45974,1169.879071,496.8939023,1787.248827 +75534,1243.264415,2391.364284,1176.783493,500.5752395,1794.696164 +75535,1252.396753,2393.074443,1183.361491,503.9637046,1801.935913 +75536,1261.170048,2394.67313,1190.253128,507.8643944,1809.100327 +75537,1269.537793,2396.152969,1196.835452,511.196701,1816.318382 +75538,1278.885576,2397.399037,1203.655063,514.8509827,1823.328519 +75539,1287.189527,2398.924933,1210.071007,518.2240991,1830.438778 +75540,1295.829106,2399.804925,1216.890917,521.8322786,1837.335886 +75541,1186.472567,2368.281528,1105.626034,471.8650531,1613.490297 +75542,1193.101491,2316.913675,1110.289837,474.5303494,1616.532988 +75543,1200.259611,2361.624351,1115.595051,477.0318494,1620.779738 +75544,1207.687022,2343.993126,1121.057618,480.2493328,1625.919968 +75545,1214.742608,2347.081592,1126.614758,483.0710053,1630.588605 +75546,1222.878133,2347.1355,1132.313371,486.0659607,1635.651395 +75547,1230.072766,2347.026531,1137.966002,488.8969932,1640.72278 +75548,1237.649273,2346.844912,1143.622943,492.1156254,1645.934295 +75549,1245.139533,2346.572373,1149.372022,495.1345005,1651.07405 +75550,1252.56386,2346.20694,1155.041092,497.8627656,1656.208627 +75551,1260.080017,2345.748268,1160.69525,500.9567112,1661.457566 +75552,1267.474018,2345.194711,1166.063747,503.7153736,1666.554271 +75553,1274.83374,2344.430725,1172.235548,506.9270262,1671.802972 +75554,1282.280365,2343.853346,1177.704079,509.7349652,1676.939022 +75555,1289.599094,2343.049276,1183.356144,512.6943905,1682.097715 +75556,1296.879076,2341.965876,1189.128214,515.6161457,1687.195237 +75557,1304.253196,2341.015768,1194.637991,518.5294586,1692.403782 +75558,1311.438799,2339.874045,1200.381057,521.4340977,1697.495264 +75559,1318.76682,2338.653278,1205.977454,524.154373,1702.609391 +75560,1325.952654,2337.337949,1211.607001,527.3236932,1707.648067 +75561,1333.094203,2335.927759,1217.172576,530.065308,1712.881577 +75562,1340.344399,2334.422649,1222.90153,532.9690011,1717.753067 +75563,1347.382945,2332.822923,1228.337597,535.8326893,1735.718244 +75564,1354.589806,2331.128548,1234.043468,538.6883831,1721.894804 +75565,1361.57136,2329.339745,1239.577831,541.5358679,1722.552341 +75566,1368.668341,2327.456625,1245.099307,544.3751908,1745.314078 +75567,1375.741297,2325.479125,1250.740422,546.9886326,1740.921731 +75568,1382.650928,2323.40465,1256.246761,550.1645222,1747.881075 +75569,1389.148485,2321.352338,1261.80092,552.8116297,1752.876483 +75570,1396.914599,2328.603965,1267.329331,555.6611427,1753.795447 +75571,1402.984052,2311.494161,1272.462524,558.5447415,1757.406869 +75572,1409.960913,2307.369641,1277.823669,560.9027855,1760.29003 +75573,1416.302315,2315.581996,1282.901257,563.6826451,1763.170215 +75574,1423.118866,2320.34726,1288.134211,566.3367696,1766.362774 +75575,1429.45844,2302.105796,1293.145051,568.6349251,1769.258743 +75576,1436.108154,2286.063413,1311.862491,571.7173526,1772.476856 +75577,1442.350827,2327.034002,1298.690841,574.0642669,1775.253038 +75578,1449.031661,2283.006064,1295.245568,576.7241051,1778.433406 +75579,1455.239349,2298.755558,1322.454879,579.2635693,1781.403581 +75580,1461.431141,2288.107767,1316.12496,581.8442414,1784.201114 +75581,1468.078313,2286.108009,1323.536559,584.3423757,1787.353435 +75582,1474.208047,2281.742287,1328.478416,586.8953531,1790.178736 +75583,1480.491729,2277.659696,1333.500699,589.4452039,1793.346861 +75584,1486.73749,2280.106943,1338.520438,591.9053827,1796.19265 +75585,1492.771474,2265.810585,1343.349662,594.4304611,1799.115792 +75586,1499.229901,2265.69403,1348.327796,596.91903,1815.614895 +75587,1505.257621,2261.693345,1353.311144,599.0832506,1797.749103 +75588,1516.199545,2257.010963,1357.99341,602.0015339,1810.665029 +75589,1520.733771,2252.667924,1372.35912,604.2827753,1811.508726 +75590,1528.150012,2248.156152,1361.47341,606.7620428,1814.131071 +75591,1532.935051,2243.616611,1368.224138,609.210813,1822.621222 +75592,1514.263603,2238.835162,1381.391503,611.6460385,1817.173161 +75593,1554.240993,2234.030374,1381.170574,614.0682288,1823.428721 +75594,1544.408598,2229.324335,1387.072106,616.4842512,1825.843376 +75595,1553.612103,2224.099933,1391.969341,618.8509966,1828.544773 +75596,1559.478195,2219.043324,1396.596081,621.3065695,1831.105416 +75597,1565.358783,2214.001335,1401.410822,623.7061278,1834.178875 +75598,1571.484157,2208.629245,1406.123789,625.9897249,1836.63675 +75599,1577.108479,2203.557513,1410.844714,628.4502392,1844.595218 +75600,1583.037619,2197.743251,1426.416358,630.7756873,1839.754063 +75601,1346.738012,2078.434436,1161.973168,523.8643634,1391.379982 +75602,1346.389726,2074.899465,1184.227867,522.8055396,1413.672498 +75603,1347.869697,2064.492809,1175.255123,523.4073648,1398.377452 +75604,1350.152059,2057.309313,1177.989449,524.0693456,1399.349055 +75605,1352.660669,2049.956952,1179.614161,524.9451437,1398.802832 +75606,1355.435529,2042.480262,1181.222922,525.9584174,1397.992116 +75607,1358.270078,2035.110262,1183.071989,526.9463355,1397.837101 +75608,1361.506142,2027.618533,1185.205935,528.0549256,1404.055947 +75609,1364.372235,2020.039421,1187.056961,529.1954612,1402.370904 +75610,1367.480334,2012.682652,1189.199589,530.2758129,1379.599522 +75611,1370.751145,2005.08386,1191.304418,531.136683,1407.637768 +75612,1383.505968,1997.410491,1193.543972,532.7566202,1395.552399 +75613,1374.616345,1989.851065,1195.52069,533.7977972,1398.160642 +75614,1397.966842,1981.90824,1199.957394,534.9255842,1399.164633 +75615,1374.688371,1974.398442,1212.805526,536.2286979,1397.900856 +75616,1373.371203,1966.464612,1190.301419,537.3744924,1401.406487 +75617,1404.793649,1958.477351,1200.852906,538.6756906,1410.604577 +75618,1393.528625,1950.725244,1211.650781,539.8867012,1394.398892 +75619,1401.007092,1942.709053,1207.827786,541.1064308,1403.329621 +75620,1405.086204,1934.82699,1211.804852,542.4748531,1402.218711 +75621,1409.26705,1926.716647,1214.120833,543.6639868,1402.698228 +75622,1413.336031,1918.688932,1216.61178,544.9417711,1403.547628 +75623,1417.580447,1910.469895,1218.998393,546.2860016,1404.088048 +75624,1421.710286,1902.289385,1221.158218,547.5507186,1410.44484 +75625,1426.024234,1894.188199,1226.983626,548.8583011,1402.883149 +75626,1430.220478,1885.616781,1227.845463,550.1647158,1407.254472 +75627,1434.71286,1877.376398,1234.663005,551.4196659,1407.661593 +75628,1438.813329,1868.952269,1225.792696,552.7121005,1408.110095 +75629,1443.350559,1860.617155,1226.205041,554.0145912,1409.273364 +75630,1447.555793,1851.862628,1241.619067,555.3222012,1409.865785 +75631,1452.178231,1843.288481,1236.774216,556.6231249,1410.980827 +75632,1456.525059,1834.659896,1240.892116,557.8824515,1411.705639 +75633,1460.875027,1822.089615,1243.504133,559.2534789,1412.862917 +75634,1465.326235,1810.98372,1247.316971,560.5747555,1413.541366 +75635,1469.868063,1807.762895,1254.533904,561.8264181,1414.894005 +75636,1474.380801,1802.473371,1241.451571,563.1722358,1415.495219 +75637,1478.91584,1791.441264,1256.092554,564.4816212,1416.684826 +75638,1483.590669,1764.634708,1256.063521,565.7998776,1418.385865 +75639,1488.004456,1788.705333,1258.045872,567.120247,1423.376104 +75640,1492.701198,1745.157433,1260.992212,568.4425735,1417.823987 +75641,1497.206874,1781.397167,1268.46813,569.7211711,1421.298146 +75642,1502.047099,1728.457251,1258.471179,571.113921,1422.465763 +75643,1506.653254,1720.96288,1271.914023,572.4078276,1423.322412 +75644,1511.385992,1734.879296,1270.327668,573.7422995,1424.34917 +75645,1516.125796,1728.316078,1273.579051,575.0710236,1425.313547 +75646,1520.889995,1682.82708,1285.944652,576.4003479,1431.547648 +75647,1525.79425,1711.271362,1263.680031,577.730164,1421.058281 +75648,1530.427295,1679.959777,1303.440716,579.0606169,1435.19882 +75649,1535.347453,1680.36835,1259.460394,580.3909507,1428.779945 +75650,1540.185097,1668.147216,1312.716374,581.7217239,1430.824911 +75651,1545.063051,1659.111735,1268.61462,583.0524739,1432.562849 +75652,1549.965169,1649.880829,1309.660131,584.4300937,1438.118353 +75653,1554.887336,1656.700849,1273.653456,585.6899794,1433.405713 +75654,1559.832138,1607.441606,1319.711768,587.0533718,1435.4384 +75655,1564.797297,1632.709311,1289.280994,588.3751517,1442.015173 +75656,1569.783585,1609.408585,1305.536136,589.7035536,1432.606423 +75657,1574.912763,1602.420747,1304.431572,591.0314606,1443.629798 +75658,1579.755635,1592.885711,1307.516337,592.3099267,1445.057628 +75659,1584.89166,1583.358574,1309.910017,593.7071428,1440.82531 +75660,1589.939943,1573.828834,1312.415975,594.9980303,1441.434342 +75661,1854.404563,1671.630243,1549.531225,703.0405723,1467.84857 +75662,1802.75484,1663.97732,1558.438182,706.1045466,1498.193624 +75663,1888.273985,1656.147014,1558.711792,708.6760908,1535.723665 +75664,1813.554536,1647.303136,1567.316003,710.9964808,1567.61045 +75665,1893.331736,1638.99381,1570.563003,713.1792676,1591.688363 +75666,1840.18531,1630.105214,1573.834068,715.2728442,1609.083214 +75667,1899.657998,1621.657982,1577.844556,717.3036113,1621.660151 +75668,1855.412926,1612.527696,1581.591587,719.2884879,1631.056311 +75669,1897.246509,1603.945736,1589.428182,721.2381122,1638.489686 +75670,1911.385833,1595.015567,1587.837329,723.1581742,1644.343902 +75671,1868.348617,1586.165426,1592.014432,725.0526508,1648.8951 +75672,1920.295563,1577.170315,1596.011613,726.9235644,1652.576325 +75673,1908.859168,1568.548458,1603.720873,728.7734784,1655.77116 +75674,1918.092748,1579.250326,1602.093892,730.6036769,1658.637638 +75675,1924.624466,1522.080056,1605.162547,732.4153902,1660.699486 +75676,1930.663442,1569.485062,1613.443804,734.2087671,1662.527172 +75677,1937.021131,1509.45415,1612.559728,735.9853743,1664.193691 +75678,1943.241207,1533.63363,1614.839469,737.7453736,1665.445667 +75679,1949.476152,1512.737155,1626.176283,739.4336046,1666.674489 +75680,1955.702856,1506.208705,1619.011055,741.300984,1667.756265 +75681,1961.923398,1497.169919,1625.519478,742.8913086,1668.35441 +75682,1968.278792,1488.411717,1626.016155,744.6382136,1668.712004 +75683,1985.610913,1479.472161,1627.188568,746.313647,1668.842571 +75684,1963.703075,1470.805723,1625.91854,747.9830747,1668.642499 +75685,1994.896376,1461.957912,1624.586887,749.6387471,1668.022617 +75686,1991.298353,1453.214172,1623.200422,751.2806946,1666.959125 +75687,2001.733311,1444.586351,1621.822554,752.9095436,1665.568946 +75688,2010.704424,1435.646551,1620.477094,754.5257021,1663.943616 +75689,2035.55016,1427.182326,1619.136381,756.1296861,1662.106691 +75690,2006.675153,1418.472246,1617.864358,757.7214368,1660.183705 +75691,2063.157816,1409.477769,1616.634642,759.0736751,1658.176895 +75692,2023.387039,1400.464769,1615.42758,760.5234801,1656.112027 +75693,2079.931816,1391.480746,1614.225692,761.8168137,1654.004147 +75694,2060.773194,1385.030111,1612.998339,763.1367528,1651.835151 +75695,2058.562175,1378.796303,1611.818142,764.4265414,1649.705359 +75696,2109.990264,1372.232701,1610.779318,765.6961763,1647.738404 +75697,2082.275968,1365.640932,1609.755343,767.0053033,1645.781903 +75698,2100.247249,1359.262201,1608.717841,768.1519375,1643.804257 +75699,2112.061961,1352.840423,1607.977455,769.4096997,1642.195749 +75700,2118.691784,1346.47369,1607.66523,770.6003372,1641.124879 +75701,2128.361802,1340.15162,1607.664917,771.7842518,1640.453322 +75702,2137.353726,1333.779996,1607.877701,772.8937576,1640.062657 +75703,2146.555753,1327.690945,1608.418453,774.1359559,1639.860927 +75704,2155.459025,1321.450529,1608.838091,775.2334242,1639.773374 +75705,2165.0437,1315.342407,1609.304915,776.3686356,1639.761121 +75706,2174.063745,1309.370858,1609.800582,777.4812443,1639.791678 +75707,2183.442855,1303.22705,1610.308834,778.5808009,1639.838983 +75708,2192.469436,1297.247663,1610.824213,779.6674419,1639.89332 +75709,2202.012573,1291.483881,1611.345686,780.7418576,1639.95185 +75710,2211.151859,1285.595167,1611.86786,781.8040515,1640.006889 +75711,2220.388366,1279.850433,1612.383807,782.8546758,1640.049078 +75712,2237.700681,1274.159448,1613.026623,783.8935873,1640.244868 +75713,2235.199358,1265.862493,1613.662534,781.3478596,1640.623387 +75714,2249.43207,1259.784362,1613.767967,781.7073967,1640.615456 +75715,2258.334156,1253.993129,1613.633661,782.3479717,1640.613301 +75716,2266.96505,1248.319457,1613.490872,783.0629948,1640.64892 +75717,2276.489494,1242.654474,1613.407855,783.8073984,1640.672447 +75718,2285.607295,1237.289811,1613.413083,784.5644207,1640.689103 +75719,2294.744966,1231.910871,1613.490499,785.3268126,1640.694302 +75720,2303.838172,1226.611272,1613.618639,786.0903022,1640.684951 +75721,2356.712794,1243.962925,1616.17522,809.5871214,1644.611361 +75722,2380.524531,1240.332342,1621.973433,811.760698,1652.680026 +75723,2370.480492,1235.999152,1628.6455,813.2299364,1662.134521 +75724,2403.107915,1231.642107,1634.560974,814.7133827,1670.539194 +75725,2399.362561,1227.301146,1639.511027,816.0316428,1678.025763 +75726,2411.569463,1223.103721,1643.367413,817.2876756,1683.874706 +75727,2422.115303,1218.770778,1646.480361,818.4935465,1688.939137 +75728,2431.224398,1214.562537,1649.197363,819.8745552,1692.975304 +75729,2440.578317,1210.405109,1651.618134,820.7988813,1697.044471 +75730,2449.717028,1206.312901,1653.815606,822.2389574,1700.816025 +75731,2458.888143,1202.29509,1655.853832,822.9151841,1704.162665 +75732,2475.941299,1198.481386,1657.94424,824.5295861,1707.492091 +75733,2466.833429,1195.001204,1659.776521,824.9166204,1710.427149 +75734,2495.832344,1191.650127,1661.478,828.37645,1713.133815 +75735,2493.516038,1188.283456,1663.294461,827.5412826,1716.147972 +75736,2502.94863,1185.167379,1664.924921,832.7913747,1718.671708 +75737,2512.878372,1181.917698,1666.604087,829.5962827,1720.972412 +75738,2521.30114,1178.8563,1668.091411,838.2688064,1723.23704 +75739,2536.666622,1175.619768,1669.71818,830.4574181,1725.644564 +75740,2536.188213,1172.591389,1671.314111,845.8334385,1727.9815 +75741,2545.89056,1169.445709,1672.678675,829.326524,1729.997168 +75742,2554.681421,1166.542563,1673.952135,857.0507871,1731.869558 +75743,2562.692671,1163.495798,1675.266968,825.280889,1733.767605 +75744,2577.585199,1160.545881,1676.716407,870.7219271,1735.813032 +75745,2577.599258,1157.61287,1678.182908,820.4132917,1737.862876 +75746,2585.398052,1154.706156,1679.424849,861.7695174,1739.818779 +75747,2594.640924,1151.825435,1680.483599,861.603127,1741.32802 +75748,2608.877442,1148.971835,1681.739709,838.6953178,1743.068486 +75749,2601.050527,1146.142757,1682.860018,880.6139332,1744.624345 +75750,2629.056813,1143.337724,1684.0432,829.1632268,1746.251048 +75751,2619.18103,1140.496578,1685.34475,874.7098097,1748.014661 +75752,2645.426131,1137.664515,1686.638963,878.1816578,1749.768278 +75753,2639.511107,1161.264694,1687.941559,842.0173068,1751.541924 +75754,2654.241591,1092.826729,1689.387783,875.9619052,1753.276144 +75755,2660.335625,1148.222762,1690.585234,869.9266985,1754.969635 +75756,2664.917818,1137.899959,1691.525806,872.3803275,1756.350316 +75757,2667.501525,1101.50209,1692.17258,875.478337,1757.360549 +75758,2670.12285,1151.610165,1692.45522,877.9838363,1757.903305 +75759,2672.888001,1085.54647,1692.433998,880.6523803,1758.051108 +75760,2675.795762,1150.745775,1692.164416,883.3092518,1757.873146 +75761,2679.142578,1079.253502,1691.725272,886.0195821,1757.470738 +75762,2682.306084,1141.674469,1691.151399,888.7745505,1756.891013 +75763,2685.585089,1079.198801,1690.485004,891.5754348,1756.191477 +75764,2688.974151,1129.239655,1689.746724,894.4220744,1755.40242 +75765,2692.471293,1081.291158,1688.955397,897.3792808,1754.551615 +75766,2696.071322,1115.843292,1688.124956,900.1594561,1753.660145 +75767,2699.760449,1084.025077,1687.26051,903.2917058,1752.737286 +75768,2703.540652,1102.460793,1686.373734,906.2731315,1751.800155 +75769,2707.393473,1086.604727,1685.461116,909.3699972,1750.845975 +75770,2711.324501,1091.300864,1684.532312,912.5071556,1749.888326 +75771,2715.321616,1086.383079,1683.584816,915.7586313,1748.924877 +75772,2719.383452,1084.308054,1682.621534,918.9000649,1747.959904 +75773,2723.5125,1081.8304,1681.647231,922.2367522,1746.9998 +75774,2727.70257,1079.364655,1680.660497,925.5685507,1746.04292 +75775,2731.951843,1076.915299,1679.662309,928.8964652,1745.09051 +75776,2736.256632,1074.557093,1678.652148,932.5103854,1744.141787 +75777,2740.614602,1072.031737,1677.629751,935.8639144,1743.19619 +75778,2745.024874,1069.685313,1676.595738,939.4776997,1742.254229 +75779,2749.485997,1067.292107,1675.549941,943.0781333,1741.315366 +75780,2754.263226,1064.926459,1674.490447,946.7429596,1740.376824 +75781,2758.666304,1029.427968,1673.223123,917.3506867,1739.012291 +75782,2758.604635,1026.772992,1668.60821,920.6470246,1732.513378 +75783,2756.651072,1024.218149,1662.475328,924.4443102,1723.469093 +75784,2755.362299,1021.726082,1656.652308,927.9777772,1714.556738 +75785,2755.694652,1019.261409,1651.847503,931.7923027,1706.900884 +75786,2757.502245,1016.820358,1648.007295,935.6029038,1700.550828 +75787,2760.314932,1014.401348,1644.847305,939.4860033,1695.201997 +75788,2763.734103,1012.002538,1642.11736,943.4994159,1690.560591 +75789,2767.517897,1009.62386,1639.659727,947.4020008,1686.432229 +75790,2771.54058,1007.263892,1637.38643,951.44958,1682.701573 +75791,2775.736049,1004.922597,1635.245726,955.6719857,1679.294671 +75792,2780.313627,1002.598782,1633.201263,959.8107018,1676.155181 +75793,2784.68359,1000.292526,1631.227321,964.1413165,1673.239593 +75794,2789.139708,998.0028511,1629.119999,968.3438419,1670.517154 +75795,2793.935839,995.7299321,1627.248066,972.7653537,1667.958147 +75796,2798.430517,993.4729305,1625.406971,977.1842189,1665.535751 +75797,2803.396879,991.2320544,1623.582556,981.6741473,1663.228387 +75798,2807.289279,989.0065452,1621.772063,986.2242611,1661.026135 +75799,2812.304376,986.7966295,1619.972983,990.8328707,1658.917902 +75800,2817.082513,984.6016144,1618.176612,995.5041292,1656.884798 +75801,2822.23995,985.9068444,1616.367825,1000.962673,1654.900481 +75802,2826.849477,984.3112626,1614.928134,1005.857918,1652.950806 +75803,2831.31285,982.4718425,1613.718248,1010.818511,1651.043197 +75804,2835.815833,980.571402,1612.540478,1015.643225,1649.182729 +75805,2840.766222,978.648075,1611.28837,1020.607092,1647.363571 +75806,2845.539162,976.7154157,1609.937763,1025.746763,1645.579139 +75807,2850.411614,974.7806722,1608.502723,1030.864342,1643.826811 +75808,2855.375368,972.8470159,1607.003413,1035.91118,1642.104868 +75809,2860.419714,970.916785,1605.454173,1041.176443,1640.410304 +75810,2865.535208,968.9907298,1603.86377,1046.430265,1638.739853 +75811,2870.715604,967.1616009,1602.238927,1051.1906,1637.092008 +75812,2875.744088,965.359516,1600.59666,1055.913729,1635.467969 +75813,2880.80414,963.5768551,1598.948684,1060.63224,1633.867348 +75814,2885.277724,961.8112261,1597.302065,1065.273873,1632.291438 +75815,2889.511046,960.0622421,1595.662649,1070.074303,1630.744605 +75816,2893.567626,958.329159,1594.033059,1074.731061,1629.228922 +75817,2897.489394,956.6121128,1592.413095,1079.539612,1627.743233 +75818,2901.300302,954.9105559,1590.801686,1084.282296,1626.285193 +75819,2905.0147,953.2246834,1589.197861,1088.978994,1624.852451 +75820,2908.643009,951.5539697,1587.601271,1093.629987,1623.443412 +75821,2912.191901,949.898596,1586.010699,1098.551027,1622.055387 +75822,2915.676698,944.9087141,1584.431423,1103.216637,1620.694 +75823,2919.479809,942.7096769,1582.493147,1108.180625,1619.360744 +75824,2923.440703,940.7765452,1580.328242,1112.79917,1618.044406 +75825,2927.355814,938.9319831,1578.127442,1117.650646,1616.73676 +75826,2931.130034,937.1370083,1575.991303,1122.529892,1615.435602 +75827,2934.746893,935.377572,1573.939503,1128.721492,1614.137421 +75828,2938.219919,933.6462482,1571.955327,1136.25877,1612.836132 +75829,2941.594919,931.9395236,1570.034325,1135.288649,1611.548602 +75830,2944.866613,930.2548208,1568.14892,1153.503771,1610.257111 +75831,2948.101192,928.5909892,1566.324324,1130.346814,1609.004934 +75832,2951.305592,926.9466455,1564.555346,1153.889859,1607.793077 +75833,2954.389742,925.3214869,1562.779514,1157.497802,1606.547689 +75834,2957.375345,923.7144699,1561.004384,1159.840324,1605.282274 +75835,2960.305236,922.1252682,1559.251395,1165.510873,1604.027025 +75836,2963.176859,920.5529716,1557.514888,1170.371253,1602.777347 +75837,2965.990664,918.9973567,1555.792298,1174.888527,1601.532235 +75838,2969.037542,917.4576257,1554.080843,1179.805822,1600.290008 +75839,2971.716995,915.933666,1552.377681,1184.437712,1599.048495 +75840,2974.330585,914.4247255,1550.683916,1189.141418,1597.810215 +75841,2982.055402,846.4800452,1554.006461,1127.41964,1605.540214 +75842,2980.193334,844.2489345,1550.36294,1131.141239,1602.599995 +75843,2973.566624,841.9915723,1543.336761,1135.147868,1594.038744 +75844,2968.050217,839.9846954,1536.638208,1139.159941,1585.257239 +75845,2965.383679,837.9508576,1531.761782,1143.177635,1578.590869 +75846,2965.357281,835.9493542,1528.668291,1147.267265,1574.221311 +75847,2967.080479,833.9662618,1526.837062,1151.126837,1571.603072 +75848,2969.786888,831.9992375,1525.61048,1155.151211,1570.194867 +75849,2973.010085,830.1114002,1525.075871,1159.078901,1569.639588 +75850,2976.509365,828.07919,1524.880158,1162.992625,1569.728251 +75851,2980.164871,826.1976393,1524.926199,1166.878857,1570.333769 +75852,2983.909423,824.2080148,1525.152389,1170.735099,1571.366548 +75853,2987.696736,822.3975743,1525.514236,1174.559851,1572.754774 +75854,2991.487004,820.4574224,1525.97794,1178.351463,1574.438929 +75855,2995.263071,818.581378,1526.517947,1182.108681,1576.370033 +75856,2999.003106,816.7673088,1527.114606,1185.830074,1578.507296 +75857,3002.701749,814.8070827,1527.753691,1189.514556,1580.817789 +75858,3006.634005,812.9901255,1528.423319,1193.160831,1583.272688 +75859,3010.201987,811.1276297,1529.115329,1196.767926,1585.849059 +75860,3013.701626,809.2816233,1529.827785,1200.334641,1588.331768 +75861,3017.149565,807.4429117,1530.558206,1203.860074,1591.120499 +75862,3020.539218,805.6110311,1531.301531,1207.342979,1593.991851 +75863,3023.866985,803.7847406,1532.053746,1210.782878,1596.928806 +75864,3027.132269,801.9674825,1532.81274,1214.178061,1599.919916 +75865,3030.334521,800.1545076,1533.577318,1217.61414,1602.957198 +75866,3033.473597,798.3484459,1534.346913,1220.790451,1606.034731 +75867,3036.548646,796.5483476,1535.120946,1224.108016,1609.147278 +75868,3039.558536,794.7540602,1535.898615,1227.303948,1612.28981 +75869,3042.502297,792.9655833,1536.679421,1230.463197,1615.458118 +75870,3045.379532,791.1826391,1537.46307,1233.572942,1618.648659 +75871,3048.191929,789.1798276,1538.250631,1236.0371,1621.859989 +75872,3050.851044,786.9718517,1539.010282,1238.317148,1625.093616 +75873,3053.089396,784.867146,1534.701936,1240.477212,1628.185013 +75874,3052.788932,782.6342238,1483.68076,1242.530739,1629.479765 +75875,3050.166201,780.5410646,1505.028084,1244.402555,1629.301863 +75876,3048.294296,778.3060652,1494.312544,1246.396404,1629.515461 +75877,3047.054123,776.1111924,1492.447457,1248.108859,1630.241433 +75878,3045.997648,773.8973702,1487.402086,1249.805557,1631.164236 +75879,3044.827755,771.6739341,1478.20256,1251.400848,1632.096729 +75880,3043.649184,769.4411342,1480.106216,1252.907285,1633.125301 +75881,3042.694992,767.2576723,1474.86116,1254.325891,1634.442027 +75882,3041.786792,764.9224725,1470.487091,1255.65664,1635.706164 +75883,3040.775353,762.7052087,1466.350918,1256.987998,1637.232088 +75884,3039.524967,760.4303393,1457.531298,1257.905959,1638.680604 +75885,3038.202448,758.1563949,1459.670806,1259.11107,1640.177249 +75886,3037.023949,755.8750532,1453.663833,1260.104198,1641.872999 +75887,3035.800387,753.5867242,1449.373911,1260.896834,1643.630589 +75888,3034.468764,751.2912987,1445.481154,1261.784385,1645.212959 +75889,3033.060594,748.9891153,1441.55955,1262.424455,1647.064674 +75890,3031.566673,746.6802285,1437.21607,1263.143933,1648.941774 +75891,3029.986903,744.3647513,1433.165107,1263.610557,1650.736931 +75892,3028.163844,742.0432208,1423.860233,1264.160526,1652.825072 +75893,3026.268041,739.71533,1426.67738,1264.453565,1654.543699 +75894,3024.493661,737.3813226,1419.986622,1264.834653,1656.346528 +75895,3022.398614,735.0414293,1415.805705,1264.953978,1658.326713 +75896,3020.504635,732.6959569,1411.953425,1265.16608,1660.302277 +75897,3018.55223,730.3444614,1407.851114,1265.112209,1662.069052 +75898,3016.518827,728.0156654,1403.534334,1265.558543,1664.045601 +75899,3014.487033,725.6600142,1399.517456,1265.438106,1666.036903 +75900,3012.419585,723.3507466,1395.183992,1265.264611,1668.041313 +75901,2135.420951,720.8042508,903.686067,1264.939071,2322.571082 +75902,2224.597326,849.552456,939.4900668,1410.225275,2374.902322 +75903,2331.836277,851.3559827,981.2130584,1389.205616,2424.578856 +75904,2411.946969,848.798265,1011.652671,1403.932095,2446.674363 +75905,2465.394647,846.867801,1032.224505,1392.351783,2451.956833 +75906,2501.667743,844.9212903,1046.950688,1411.169284,2450.926322 +75907,2527.241681,842.8020124,1058.078685,1383.322181,2447.641169 +75908,2546.236384,840.7706314,1066.927892,1417.67957,2443.786214 +75909,2560.960469,838.6640216,1074.22754,1395.054593,2440.048464 +75910,2572.613622,836.5457328,1080.362098,1383.852918,2436.654447 +75911,2581.852529,834.4042746,1085.550639,1417.320446,2433.639805 +75912,2589.12815,832.2051315,1089.942155,1385.187222,2430.9746 +75913,2594.784737,830.1856794,1093.657571,1393.229817,2428.618015 +75914,2599.113033,827.9094918,1096.799585,1407.05367,2426.530517 +75915,2602.353175,825.7950749,1099.45519,1381.569827,2424.676517 +75916,2604.699629,823.6201104,1101.698005,1393.893108,2423.026062 +75917,2606.30442,821.451505,1103.590175,1403.076546,2421.554367 +75918,2607.283037,819.2805415,1105.183107,1368.657485,2420.238603 +75919,2607.73079,817.1078703,1106.518777,1410.123662,2419.059378 +75920,2607.728057,814.9334141,1107.63522,1365.365337,2418.000283 +75921,2607.341571,812.7573734,1108.563654,1402.802986,2417.047203 +75922,2606.625091,810.6308252,1109.328109,1366.903112,2416.187115 +75923,2605.622125,808.3743453,1109.951426,1399.9138,2415.40865 +75924,2604.36781,806.2304415,1110.450781,1363.254185,2414.701796 +75925,2602.890784,803.9863532,1110.842785,1380.467682,2414.05777 +75926,2601.215141,801.8749488,1111.139646,1383.333907,2413.469718 +75927,2599.359892,799.6466125,1111.353486,1369.27547,2412.930667 +75928,2597.340677,797.4611612,1111.492381,1379.674338,2412.434426 +75929,2595.170395,795.2635018,1111.565399,1350.584511,2411.975455 +75930,2592.860516,793.0617429,1111.578387,1383.942356,2411.549595 +75931,2590.420277,790.947524,1111.538406,1349.593236,2411.1527 +75932,2587.836036,786.646544,1111.45074,1374.016732,2410.780743 +75933,2584.79195,784.2605092,1111.242071,1338.082669,2410.429857 +75934,2581.420537,781.9574224,1110.947125,1356.991801,2410.096462 +75935,2577.908785,779.6584245,1110.60754,1347.471206,2409.778518 +75936,2574.349513,777.3878974,1110.246522,1344.938362,2409.473501 +75937,2570.768468,775.128356,1109.869952,1354.685768,2409.179368 +75938,2567.161432,772.8755648,1109.4794,1320.024997,2408.893657 +75939,2563.518671,770.6254595,1109.072974,1345.33409,2408.614611 +75940,2559.833666,768.3771901,1108.651686,1330.545154,2408.341107 +75941,2556.102412,766.1303216,1108.214227,1329.400831,2408.071143 +75942,2552.323395,763.8831482,1107.762001,1326.042527,2407.803124 +75943,2548.49657,761.6363097,1107.295504,1322.840899,2407.535783 +75944,2544.652623,759.388254,1106.827268,1319.408792,2407.299648 +75945,2540.763895,757.6207188,1106.34582,1316.02088,2407.06373 +75946,2536.808303,754.6554684,1105.840925,1312.678114,2406.80221 +75947,2532.802314,752.7580952,1105.317693,1323.630731,2406.5289 +75948,2528.753666,750.3806887,1104.779875,1283.673868,2406.247925 +75949,2524.667975,748.1954329,1104.229148,1312.936433,2405.96101 +75950,2520.529702,745.9032391,1103.664875,1293.926697,2405.669174 +75951,2516.177709,743.6492728,1103.088527,1290.553495,2405.371528 +75952,2511.515618,741.3837831,1102.500583,1284.591672,2405.067256 +75953,2506.528795,739.1155178,1101.899656,1278.2651,2404.755851 +75954,2501.243409,736.8430815,1101.287319,1271.830124,2404.436854 +75955,2495.694177,734.567446,1100.664145,1265.112698,2404.109819 +75956,2489.91103,732.2869449,1100.028769,1258.445708,2403.774423 +75957,2483.908101,730.0023759,1099.382901,1266.73802,2403.430588 +75958,2477.672517,727.7119099,1098.72676,1221.218211,2403.077114 +75959,2471.204236,725.3556611,1098.05908,1258.846658,2402.713929 +75960,2464.51344,723.1180391,1097.380997,1211.321201,2402.340075 +75961,0,0,0,0,0 +75962,0,0,0,0,0 +75963,0,0,0,0,0 +75964,0,0,0,0,0 +75965,0,0,0,0,0 +75966,0,0,0,0,0 +75967,0,0,0,0,0 +75968,0,0,0,0,0 +75969,0,0,0,0,0 +75970,0,0,0,0,0 +75971,0,0,0,0,0 +75972,0,0,0,0,0 +75973,0,0,0,0,0 +75974,0,0,0,0,0 +75975,0,0,0,0,0 +75976,0,0,0,0,0 +75977,0,0,0,0,0 +75978,0,0,0,0,0 +75979,0,0,0,0,0 +75980,0,0,0,0,0 +75981,0,0,0,0,0 +75982,0,0,0,0,0 +75983,0,0,0,0,0 +75984,0,0,0,0,0 +75985,0,0,0,0,0 +75986,0,0,0,0,0 +75987,0,0,0,0,0 +75988,0,0,0,0,0 +75989,0,0,0,0,0 +75990,0,0,0,0,0 +75991,0,0,0,0,0 +75992,0,0,0,0,0 +75993,0,0,0,0,0 +75994,0,0,0,0,0 +75995,0,0,0,0,0 +75996,0,0,0,0,0 +75997,0,0,0,0,0 +75998,0,0,0,0,0 +75999,0,0,0,0,0 +76000,0,0,0,0,0 +76001,0,0,0,0,0 +76002,0,0,0,0,0 +76003,0,0,0,0,0 +76004,0,0,0,0,0 +76005,0,0,0,0,0 +76006,0,0,0,0,0 +76007,0,0,0,0,0 +76008,0,0,0,0,0 +76009,0,0,0,0,0 +76010,0,0,0,0,0 +76011,0,0,0,0,0 +76012,0,0,0,0,0 +76013,0,0,0,0,0 +76014,0,0,0,0,0 +76015,0,0,0,0,0 +76016,0,0,0,0,0 +76017,0,0,0,0,0 +76018,0,0,0,0,0 +76019,0,0,0,0,0 +76020,0,0,0,0,0 +76021,0,0,0,0,0 +76022,0,0,0,0,0 +76023,0,0,0,0,0 +76024,0,0,0,0,0 +76025,0,0,0,0,0 +76026,0,0,0,0,0 +76027,0,0,0,0,0 +76028,0,0,0,0,0 +76029,0,0,0,0,0 +76030,0,0,0,0,0 +76031,0,0,0,0,0 +76032,0,0,0,0,0 +76033,0,0,0,0,0 +76034,0,0,0,0,0 +76035,0,0,0,0,0 +76036,0,0,0,0,0 +76037,0,0,0,0,0 +76038,0,0,0,0,0 +76039,0,0,0,0,0 +76040,0,0,0,0,0 +76041,0,0,0,0,0 +76042,0,0,0,0,0 +76043,0,0,0,0,0 +76044,0,0,0,0,0 +76045,0,0,0,0,0 +76046,0,0,0,0,0 +76047,0,0,0,0,0 +76048,0,0,0,0,0 +76049,0,0,0,0,0 +76050,0,0,0,0,0 +76051,0,0,0,0,0 +76052,0,0,0,0,0 +76053,0,0,0,0,0 +76054,0,0,0,0,0 +76055,0,0,0,0,0 +76056,0,0,0,0,0 +76057,0,0,0,0,0 +76058,0,0,0,0,0 +76059,0,0,0,0,0 +76060,0,0,0,0,0 +76061,0,0,0,0,0 +76062,0,0,0,0,0 +76063,0,0,0,0,0 +76064,0,0,0,0,0 +76065,0,0,0,0,0 +76066,0,0,0,0,0 +76067,0,0,0,0,0 +76068,0,0,0,0,0 +76069,0,0,0,0,0 +76070,0,0,0,0,0 +76071,0,0,0,0,0 +76072,0,0,0,0,0 +76073,0,0,0,0,0 +76074,0,0,0,0,0 +76075,0,0,0,0,0 +76076,0,0,0,0,0 +76077,0,0,0,0,0 +76078,0,0,0,0,0 +76079,0,0,0,0,0 +76080,0,0,0,0,0 +76081,0,0,0,0,0 +76082,0,0,0,0,0 +76083,0,0,0,0,0 +76084,0,0,0,0,0 +76085,0,0,0,0,0 +76086,0,0,0,0,0 +76087,0,0,0,0,0 +76088,0,0,0,0,0 +76089,0,0,0,0,0 +76090,0,0,0,0,0 +76091,0,0,0,0,0 +76092,0,0,0,0,0 +76093,0,0,0,0,0 +76094,0,0,0,0,0 +76095,0,0,0,0,0 +76096,0,0,0,0,0 +76097,0,0,0,0,0 +76098,0,0,0,0,0 +76099,0,0,0,0,0 +76100,0,0,0,0,0 +76101,0,0,0,0,0 +76102,0,0,0,0,0 +76103,0,0,0,0,0 +76104,0,0,0,0,0 +76105,0,0,0,0,0 +76106,0,0,0,0,0 +76107,0,0,0,0,0 +76108,0,0,0,0,0 +76109,0,0,0,0,0 +76110,0,0,0,0,0 +76111,0,0,0,0,0 +76112,0,0,0,0,0 +76113,0,0,0,0,0 +76114,0,0,0,0,0 +76115,0,0,0,0,0 +76116,0,0,0,0,0 +76117,0,0,0,0,0 +76118,0,0,0,0,0 +76119,0,0,0,0,0 +76120,0,0,0,0,0 +76121,0,0,0,0,0 +76122,0,0,0,0,0 +76123,0,0,0,0,0 +76124,0,0,0,0,0 +76125,0,0,0,0,0 +76126,0,0,0,0,0 +76127,0,0,0,0,0 +76128,0,0,0,0,0 +76129,0,0,0,0,0 +76130,0,0,0,0,0 +76131,0,0,0,0,0 +76132,0,0,0,0,0 +76133,0,0,0,0,0 +76134,0,0,0,0,0 +76135,0,0,0,0,0 +76136,0,0,0,0,0 +76137,0,0,0,0,0 +76138,0,0,0,0,0 +76139,0,0,0,0,0 +76140,0,0,0,0,0 +76141,0,0,0,0,0 +76142,0,0,0,0,0 +76143,0,0,0,0,0 +76144,0,0,0,0,0 +76145,0,0,0,0,0 +76146,0,0,0,0,0 +76147,0,0,0,0,0 +76148,0,0,0,0,0 +76149,0,0,0,0,0 +76150,0,0,0,0,0 +76151,0,0,0,0,0 +76152,0,0,0,0,0 +76153,0,0,0,0,0 +76154,0,0,0,0,0 +76155,0,0,0,0,0 +76156,0,0,0,0,0 +76157,0,0,0,0,0 +76158,0,0,0,0,0 +76159,0,0,0,0,0 +76160,0,0,0,0,0 +76161,0,0,0,0,0 +76162,0,0,0,0,0 +76163,0,0,0,0,0 +76164,0,0,0,0,0 +76165,0,0,0,0,0 +76166,0,0,0,0,0 +76167,0,0,0,0,0 +76168,0,0,0,0,0 +76169,0,0,0,0,0 +76170,0,0,0,0,0 +76171,0,0,0,0,0 +76172,0,0,0,0,0 +76173,0,0,0,0,0 +76174,0,0,0,0,0 +76175,0,0,0,0,0 +76176,0,0,0,0,0 +76177,0,0,0,0,0 +76178,0,0,0,0,0 +76179,0,0,0,0,0 +76180,0,0,0,0,0 +76181,0,0,0,0,0 +76182,0,0,0,0,0 +76183,0,0,0,0,0 +76184,0,0,0,0,0 +76185,0,0,0,0,0 +76186,0,0,0,0,0 +76187,0,0,0,0,0 +76188,0,0,0,0,0 +76189,0,0,0,0,0 +76190,0,0,0,0,0 +76191,0,0,0,0,0 +76192,0,0,0,0,0 +76193,0,0,0,0,0 +76194,0,0,0,0,0 +76195,0,0,0,0,0 +76196,0,0,0,0,0 +76197,0,0,0,0,0 +76198,0,0,0,0,0 +76199,0,0,0,0,0 +76200,0,0,0,0,0 +76201,0,0,0,0,0 +76202,0,0,0,0,0 +76203,0,0,0,0,0 +76204,0,0,0,0,0 +76205,0,0,0,0,0 +76206,0,0,0,0,0 +76207,0,0,0,0,0 +76208,0,0,0,0,0 +76209,0,0,0,0,0 +76210,0,0,0,0,0 +76211,0,0,0,0,0 +76212,0,0,0,0,0 +76213,0,0,0,0,0 +76214,0,0,0,0,0 +76215,0,0,0,0,0 +76216,0,0,0,0,0 +76217,0,0,0,0,0 +76218,0,0,0,0,0 +76219,0,0,0,0,0 +76220,0,0,0,0,0 +76221,0,0,0,0,0 +76222,0,0,0,0,0 +76223,0,0,0,0,0 +76224,0,0,0,0,0 +76225,0,0,0,0,0 +76226,0,0,0,0,0 +76227,0,0,0,0,0 +76228,0,0,0,0,0 +76229,0,0,0,0,0 +76230,0,0,0,0,0 +76231,0,0,0,0,0 +76232,0,0,0,0,0 +76233,0,0,0,0,0 +76234,0,0,0,0,0 +76235,0,0,0,0,0 +76236,0,0,0,0,0 +76237,0,0,0,0,0 +76238,0,0,0,0,0 +76239,0,0,0,0,0 +76240,0,0,0,0,0 +76241,0,0,0,0,0 +76242,0,0,0,0,0 +76243,0,0,0,0,0 +76244,0,0,0,0,0 +76245,0,0,0,0,0 +76246,0,0,0,0,0 +76247,0,0,0,0,0 +76248,0,0,0,0,0 +76249,0,0,0,0,0 +76250,0,0,0,0,0 +76251,0,0,0,0,0 +76252,0,0,0,0,0 +76253,0,0,0,0,0 +76254,0,0,0,0,0 +76255,0,0,0,0,0 +76256,0,0,0,0,0 +76257,0,0,0,0,0 +76258,0,0,0,0,0 +76259,0,0,0,0,0 +76260,0,0,0,0,0 +76261,0,0,0,0,0 +76262,0,0,0,0,0 +76263,0,0,0,0,0 +76264,0,0,0,0,0 +76265,0,0,0,0,0 +76266,0,0,0,0,0 +76267,0,0,0,0,0 +76268,0,0,0,0,0 +76269,0,0,0,0,0 +76270,0,0,0,0,0 +76271,0,0,0,0,0 +76272,0,0,0,0,0 +76273,0,0,0,0,0 +76274,0,0,0,0,0 +76275,0,0,0,0,0 +76276,0,0,0,0,0 +76277,0,0,0,0,0 +76278,0,0,0,0,0 +76279,0,0,0,0,0 +76280,0,0,0,0,0 +76281,0,0,0,0,0 +76282,0,0,0,0,0 +76283,0,0,0,0,0 +76284,0,0,0,0,0 +76285,0,0,0,0,0 +76286,0,0,0,0,0 +76287,0,0,0,0,0 +76288,0,0,0,0,0 +76289,0,0,0,0,0 +76290,0,0,0,0,0 +76291,0,0,0,0,0 +76292,0,0,0,0,0 +76293,0,0,0,0,0 +76294,0,0,0,0,0 +76295,0,0,0,0,0 +76296,0,0,0,0,0 +76297,0,0,0,0,0 +76298,0,0,0,0,0 +76299,0,0,0,0,0 +76300,0,0,0,0,0 +76301,0,0,0,0,0 +76302,0,0,0,0,0 +76303,0,0,0,0,0 +76304,0,0,0,0,0 +76305,0,0,0,0,0 +76306,0,0,0,0,0 +76307,0,0,0,0,0 +76308,0,0,0,0,0 +76309,0,0,0,0,0 +76310,0,0,0,0,0 +76311,0,0,0,0,0 +76312,0,0,0,0,0 +76313,0,0,0,0,0 +76314,0,0,0,0,0 +76315,0,0,0,0,0 +76316,0,0,0,0,0 +76317,0,0,0,0,0 +76318,0,0,0,0,0 +76319,0,0,0,0,0 +76320,0,0,0,0,0 +76321,0,0,0,0,0 +76322,0,0,0,0,0 +76323,0,0,0,0,0 +76324,0,0,0,0,0 +76325,0,0,0,0,0 +76326,0,0,0,0,0 +76327,0,0,0,0,0 +76328,0,0,0,0,0 +76329,0,0,0,0,0 +76330,0,0,0,0,0 +76331,0,0,0,0,0 +76332,0,0,0,0,0 +76333,0,0,0,0,0 +76334,0,0,0,0,0 +76335,0,0,0,0,0 +76336,0,0,0,0,0 +76337,0,0,0,0,0 +76338,0,0,0,0,0 +76339,0,0,0,0,0 +76340,0,0,0,0,0 +76341,0,0,0,0,0 +76342,0,0,0,0,0 +76343,0,0,0,0,0 +76344,0,0,0,0,0 +76345,0,0,0,0,0 +76346,0,0,0,0,0 +76347,0,0,0,0,0 +76348,0,0,0,0,0 +76349,0,0,0,0,0 +76350,0,0,0,0,0 +76351,0,0,0,0,0 +76352,0,0,0,0,0 +76353,0,0,0,0,0 +76354,0,0,0,0,0 +76355,0,0,0,0,0 +76356,0,0,0,0,0 +76357,0,0,0,0,0 +76358,0,0,0,0,0 +76359,0,0,0,0,0 +76360,0,0,0,0,0 +76361,0,0,0,0,0 +76362,0,0,0,0,0 +76363,0,0,0,0,0 +76364,0,0,0,0,0 +76365,0,0,0,0,0 +76366,0,0,0,0,0 +76367,0,0,0,0,0 +76368,0,0,0,0,0 +76369,0,0,0,0,0 +76370,0,0,0,0,0 +76371,0,0,0,0,0 +76372,0,0,0,0,0 +76373,0,0,0,0,0 +76374,0,0,0,0,0 +76375,0,0,0,0,0 +76376,0,0,0,0,0 +76377,0,0,0,0,0 +76378,0,0,0,0,0 +76379,0,0,0,0,0 +76380,0,0,0,0,0 +76381,0,0,0,0,0 +76382,0,0,0,0,0 +76383,0,0,0,0,0 +76384,0,0,0,0,0 +76385,0,0,0,0,0 +76386,0,0,0,0,0 +76387,0,0,0,0,0 +76388,0,0,0,0,0 +76389,0,0,0,0,0 +76390,0,0,0,0,0 +76391,0,0,0,0,0 +76392,0,0,0,0,0 +76393,0,0,0,0,0 +76394,0,0,0,0,0 +76395,0,0,0,0,0 +76396,0,0,0,0,0 +76397,0,0,0,0,0 +76398,0,0,0,0,0 +76399,0,0,0,0,0 +76400,0,0,0,0,0 +76401,0,0,0,0,0 +76402,0,0,0,0,0 +76403,0,0,0,0,0 +76404,0,0,0,0,0 +76405,0,0,0,0,0 +76406,0,0,0,0,0 +76407,0,0,0,0,0 +76408,0,0,0,0,0 +76409,0,0,0,0,0 +76410,0,0,0,0,0 +76411,0,0,0,0,0 +76412,0,0,0,0,0 +76413,0,0,0,0,0 +76414,0,0,0,0,0 +76415,0,0,0,0,0 +76416,0,0,0,0,0 +76417,0,0,0,0,0 +76418,0,0,0,0,0 +76419,0,0,0,0,0 +76420,0,0,0,0,0 +76421,0,0,0,0,0 +76422,0,0,0,0,0 +76423,0,0,0,0,0 +76424,0,0,0,0,0 +76425,0,0,0,0,0 +76426,0,0,0,0,0 +76427,0,0,0,0,0 +76428,0,0,0,0,0 +76429,0,0,0,0,0 +76430,0,0,0,0,0 +76431,0,0,0,0,0 +76432,0,0,0,0,0 +76433,0,0,0,0,0 +76434,0,0,0,0,0 +76435,0,0,0,0,0 +76436,0,0,0,0,0 +76437,0,0,0,0,0 +76438,0,0,0,0,0 +76439,0,0,0,0,0 +76440,0,0,0,0,0 +76441,0,0,0,0,0 +76442,0,0,0,0,0 +76443,0,0,0,0,0 +76444,0,0,0,0,0 +76445,0,0,0,0,0 +76446,0,0,0,0,0 +76447,0,0,0,0,0 +76448,0,0,0,0,0 +76449,0,0,0,0,0 +76450,0,0,0,0,0 +76451,0,0,0,0,0 +76452,0,0,0,0,0 +76453,0,0,0,0,0 +76454,0,0,0,0,0 +76455,0,0,0,0,0 +76456,0,0,0,0,0 +76457,0,0,0,0,0 +76458,0,0,0,0,0 +76459,0,0,0,0,0 +76460,0,0,0,0,0 +76461,0,0,0,0,0 +76462,0,0,0,0,0 +76463,0,0,0,0,0 +76464,0,0,0,0,0 +76465,0,0,0,0,0 +76466,0,0,0,0,0 +76467,0,0,0,0,0 +76468,0,0,0,0,0 +76469,0,0,0,0,0 +76470,0,0,0,0,0 +76471,0,0,0,0,0 +76472,0,0,0,0,0 +76473,0,0,0,0,0 +76474,0,0,0,0,0 +76475,0,0,0,0,0 +76476,0,0,0,0,0 +76477,0,0,0,0,0 +76478,0,0,0,0,0 +76479,0,0,0,0,0 +76480,0,0,0,0,0 +76481,0,0,0,0,0 +76482,0,0,0,0,0 +76483,0,0,0,0,0 +76484,0,0,0,0,0 +76485,0,0,0,0,0 +76486,0,0,0,0,0 +76487,0,0,0,0,0 +76488,0,0,0,0,0 +76489,0,0,0,0,0 +76490,0,0,0,0,0 +76491,0,0,0,0,0 +76492,0,0,0,0,0 +76493,0,0,0,0,0 +76494,0,0,0,0,0 +76495,0,0,0,0,0 +76496,0,0,0,0,0 +76497,0,0,0,0,0 +76498,0,0,0,0,0 +76499,0,0,0,0,0 +76500,0,0,0,0,0 +76501,0,0,0,0,0 +76502,0,0,0,0,0 +76503,0,0,0,0,0 +76504,0,0,0,0,0 +76505,0,0,0,0,0 +76506,0,0,0,0,0 +76507,0,0,0,0,0 +76508,0,0,0,0,0 +76509,0,0,0,0,0 +76510,0,0,0,0,0 +76511,0,0,0,0,0 +76512,0,0,0,0,0 +76513,0,0,0,0,0 +76514,0,0,0,0,0 +76515,0,0,0,0,0 +76516,0,0,0,0,0 +76517,0,0,0,0,0 +76518,0,0,0,0,0 +76519,0,0,0,0,0 +76520,0,0,0,0,0 +76521,0,0,0,0,0 +76522,0,0,0,0,0 +76523,0,0,0,0,0 +76524,0,0,0,0,0 +76525,0,0,0,0,0 +76526,0,0,0,0,0 +76527,0,0,0,0,0 +76528,0,0,0,0,0 +76529,0,0,0,0,0 +76530,0,0,0,0,0 +76531,0,0,0,0,0 +76532,0,0,0,0,0 +76533,0,0,0,0,0 +76534,0,0,0,0,0 +76535,0,0,0,0,0 +76536,0,0,0,0,0 +76537,0,0,0,0,0 +76538,0,0,0,0,0 +76539,0,0,0,0,0 +76540,0,0,0,0,0 +76541,0,0,0,0,0 +76542,0,0,0,0,0 +76543,0,0,0,0,0 +76544,0,0,0,0,0 +76545,0,0,0,0,0 +76546,0,0,0,0,0 +76547,0,0,0,0,0 +76548,0,0,0,0,0 +76549,0,0,0,0,0 +76550,0,0,0,0,0 +76551,0,0,0,0,0 +76552,0,0,0,0,0 +76553,0,0,0,0,0 +76554,0,0,0,0,0 +76555,0,0,0,0,0 +76556,0,0,0,0,0 +76557,0,0,0,0,0 +76558,0,0,0,0,0 +76559,0,0,0,0,0 +76560,0,0,0,0,0 +76561,0,0,0,0,0 +76562,0,0,0,0,0 +76563,0,0,0,0,0 +76564,0,0,0,0,0 +76565,0,0,0,0,0 +76566,0,0,0,0,0 +76567,0,0,0,0,0 +76568,0,0,0,0,0 +76569,0,0,0,0,0 +76570,0,0,0,0,0 +76571,0,0,0,0,0 +76572,0,0,0,0,0 +76573,0,0,0,0,0 +76574,0,0,0,0,0 +76575,0,0,0,0,0 +76576,0,0,0,0,0 +76577,0,0,0,0,0 +76578,0,0,0,0,0 +76579,0,0,0,0,0 +76580,0,0,0,0,0 +76581,0,0,0,0,0 +76582,0,0,0,0,0 +76583,0,0,0,0,0 +76584,0,0,0,0,0 +76585,0,0,0,0,0 +76586,0,0,0,0,0 +76587,0,0,0,0,0 +76588,0,0,0,0,0 +76589,0,0,0,0,0 +76590,0,0,0,0,0 +76591,0,0,0,0,0 +76592,0,0,0,0,0 +76593,0,0,0,0,0 +76594,0,0,0,0,0 +76595,0,0,0,0,0 +76596,0,0,0,0,0 +76597,0,0,0,0,0 +76598,0,0,0,0,0 +76599,0,0,0,0,0 +76600,0,0,0,0,0 +76601,0,0,0,0,0 +76602,0,0,0,0,0 +76603,0,0,0,0,0 +76604,0,0,0,0,0 +76605,0,0,0,0,0 +76606,0,0,0,0,0 +76607,0,0,0,0,0 +76608,0,0,0,0,0 +76609,0,0,0,0,0 +76610,0,0,0,0,0 +76611,0,0,0,0,0 +76612,0,0,0,0,0 +76613,0,0,0,0,0 +76614,0,0,0,0,0 +76615,0,0,0,0,0 +76616,0,0,0,0,0 +76617,0,0,0,0,0 +76618,0,0,0,0,0 +76619,0,0,0,0,0 +76620,0,0,0,0,0 +76621,0,0,0,0,0 +76622,0,0,0,0,0 +76623,0,0,0,0,0 +76624,0,0,0,0,0 +76625,0,0,0,0,0 +76626,0,0,0,0,0 +76627,0,0,0,0,0 +76628,0,0,0,0,0 +76629,0,0,0,0,0 +76630,0,0,0,0,0 +76631,0,0,0,0,0 +76632,0,0,0,0,0 +76633,0,0,0,0,0 +76634,0,0,0,0,0 +76635,0,0,0,0,0 +76636,0,0,0,0,0 +76637,0,0,0,0,0 +76638,0,0,0,0,0 +76639,0,0,0,0,0 +76640,0,0,0,0,0 +76641,0,0,0,0,0 +76642,0,0,0,0,0 +76643,0,0,0,0,0 +76644,0,0,0,0,0 +76645,0,0,0,0,0 +76646,0,0,0,0,0 +76647,0,0,0,0,0 +76648,0,0,0,0,0 +76649,0,0,0,0,0 +76650,0,0,0,0,0 +76651,0,0,0,0,0 +76652,0,0,0,0,0 +76653,0,0,0,0,0 +76654,0,0,0,0,0 +76655,0,0,0,0,0 +76656,0,0,0,0,0 +76657,0,0,0,0,0 +76658,0,0,0,0,0 +76659,0,0,0,0,0 +76660,0,0,0,0,0 +76661,0,0,0,0,0 +76662,0,0,0,0,0 +76663,0,0,0,0,0 +76664,0,0,0,0,0 +76665,0,0,0,0,0 +76666,0,0,0,0,0 +76667,0,0,0,0,0 +76668,0,0,0,0,0 +76669,0,0,0,0,0 +76670,0,0,0,0,0 +76671,0,0,0,0,0 +76672,0,0,0,0,0 +76673,0,0,0,0,0 +76674,0,0,0,0,0 +76675,0,0,0,0,0 +76676,0,0,0,0,0 +76677,0,0,0,0,0 +76678,0,0,0,0,0 +76679,0,0,0,0,0 +76680,0,0,0,0,0 +76681,0,0,0,0,0 +76682,0,0,0,0,0 +76683,0,0,0,0,0 +76684,0,0,0,0,0 +76685,0,0,0,0,0 +76686,0,0,0,0,0 +76687,0,0,0,0,0 +76688,0,0,0,0,0 +76689,0,0,0,0,0 +76690,0,0,0,0,0 +76691,0,0,0,0,0 +76692,0,0,0,0,0 +76693,0,0,0,0,0 +76694,0,0,0,0,0 +76695,0,0,0,0,0 +76696,0,0,0,0,0 +76697,0,0,0,0,0 +76698,0,0,0,0,0 +76699,0,0,0,0,0 +76700,0,0,0,0,0 +76701,0,0,0,0,0 +76702,0,0,0,0,0 +76703,0,0,0,0,0 +76704,0,0,0,0,0 +76705,0,0,0,0,0 +76706,0,0,0,0,0 +76707,0,0,0,0,0 +76708,0,0,0,0,0 +76709,0,0,0,0,0 +76710,0,0,0,0,0 +76711,0,0,0,0,0 +76712,0,0,0,0,0 +76713,0,0,0,0,0 +76714,0,0,0,0,0 +76715,0,0,0,0,0 +76716,0,0,0,0,0 +76717,0,0,0,0,0 +76718,0,0,0,0,0 +76719,0,0,0,0,0 +76720,0,0,0,0,0 +76721,0,0,0,0,0 +76722,0,0,0,0,0 +76723,0,0,0,0,0 +76724,0,0,0,0,0 +76725,0,0,0,0,0 +76726,0,0,0,0,0 +76727,0,0,0,0,0 +76728,0,0,0,0,0 +76729,0,0,0,0,0 +76730,0,0,0,0,0 +76731,0,0,0,0,0 +76732,0,0,0,0,0 +76733,0,0,0,0,0 +76734,0,0,0,0,0 +76735,0,0,0,0,0 +76736,0,0,0,0,0 +76737,0,0,0,0,0 +76738,0,0,0,0,0 +76739,0,0,0,0,0 +76740,0,0,0,0,0 +76741,-1936.775208,-823.2459858,-1907.474181,-822.7875465,-1120.750457 +76742,-1604.012857,-677.8200083,-1578.947332,-677.3627118,-772.4101837 +76743,-1291.591359,-535.3304446,-1267.360344,-534.8847154,-177.0003151 +76744,-1494.705513,-624.3608886,-1466.488817,-623.9315905,-445.6096708 +76745,-1870.438173,-796.4791033,-1842.486428,-796.0640373,-1172.944411 +76746,-1779.217721,-757.3925226,-1752.434205,-756.9888209,-1092.847093 +76747,-1547.259805,-651.5714579,-1519.761131,-651.1798966,-642.6048442 +76748,-1682.625262,-712.0683069,-1653.837881,-711.6900488,-825.587442 +76749,-1779.309472,-756.0605846,-1749.941196,-755.6949218,-978.9795946 +76750,-1840.51163,-784.352599,-1810.695856,-783.9985153,-1091.18391 +76751,-1872.291246,-799.454722,-1842.075375,-799.1113398,-1161.496901 +76752,-1878.32453,-802.9395768,-1847.758586,-802.6063247,-1189.142237 +76753,-1859.547291,-792.4593971,-1827.037244,-794.8577527,-1171.857078 +76754,-1842.047309,-780.9546621,-1806.669534,-787.690947,-1155.36241 +76755,-1826.54541,-770.0181238,-1788.144501,-781.4046446,-1140.550569 +76756,-1813.005122,-450.7811834,-1771.773181,-775.960905,-1127.483855 +76757,-1659.944053,-520.1665031,-1244.533902,-749.1004777,-1027.452469 +76758,-1401.408664,-500.8608612,-1423.187628,-738.6313714,-1067.080113 +76759,-1549.885968,-464.2978863,-1374.413444,-695.8830823,-1004.077472 +76760,-1340.496714,-444.2544405,-1305.056039,-561.3634174,-449.2771864 +76761,-1500.315365,-423.9533414,-1354.797856,-632.2493578,-656.2271382 +76762,-1574.629473,-406.2448097,-1273.568324,-666.0808567,-750.2168131 +76763,-1389.880762,-385.7055639,-1280.062771,-677.1068632,-776.1499728 +76764,-1425.812941,-367.4907866,-1253.558332,-677.7938822,-773.4337307 +76765,-1417.199148,-349.6860141,-1238.695395,-722.6956616,-1053.742098 +76766,-1379.422976,-330.054594,-1221.609314,-575.4652308,-497.7046235 +76767,-1412.494457,-313.8247818,-1201.623409,-624.8939034,-637.4948634 +76768,-1362.011367,-293.8352598,-1186.953342,-706.5099242,-1034.733043 +76769,-1363.062107,-277.3088252,-1168.854058,-601.0337669,-968.0652762 +76770,-1196.229221,-263.2732676,-1156.029919,-492.9482034,-270.7818348 +76771,-1560.86051,-248.8242748,-1136.237647,-671.6523447,-981.2477921 +76772,-1222.692414,-230.9112551,-1119.184163,-632.4951874,-900.9110751 +76773,-1154.353397,-214.4674405,-1100.567982,-476.5678702,-229.4547595 +76774,-1571.574468,-200.0232543,-1092.34121,-665.0619743,-974.2104954 +76775,-1165.047629,-185.8743432,-1074.334773,-512.836442,-339.5091089 +76776,-1310.821611,-172.0313711,-1061.765436,-580.0612738,-515.7912704 +76777,-1271.945701,-157.7740315,-1050.340253,-622.1125759,-632.9037196 +76778,-1262.048282,-144.6837834,-1038.935907,-598.7110001,-668.3376559 +76779,-1250.678723,-130.2128365,-1022.386449,-530.6633611,-685.1259123 +76780,-1240.0434,-116.589399,-1015.352961,-566.0482923,-1040.896093 +76781,-1231.786307,-102.122814,-999.8227472,-523.104412,-360.0953242 +76782,-1218.223144,-89.40848063,-990.531393,-584.3161581,-986.0220317 +76783,-1213.085883,-74.33335548,-978.3229461,-520.0268934,-873.3682309 +76784,-1198.636401,-60.93515508,-966.7045311,-539.3541837,-743.6303638 +76785,-1192.145017,-47.12114692,-954.5768273,-528.4264144,-670.4386583 +76786,-1183.113668,-33.1320678,-946.8325807,-520.7429147,-634.5835902 +76787,-1171.234078,-19.03901453,-934.2842372,-513.5756037,-618.3223932 +76788,-914.6724872,-5.362731034,-887.6138441,-380.5258065,10.64455991 +76789,-1178.307036,8.464369048,-967.4622119,-491.5666437,-279.7438746 +76790,-1469.020302,28.18739779,-869.76897,-659.9285636,-977.6672974 +76791,-924.8618182,43.65445888,-885.439249,-465.8081788,-314.9458306 +76792,-1170.3333,57.72695498,-872.8340396,-477.7686983,-457.2686963 +76793,-1111.755251,35.55562448,-861.4191431,-498.5995654,-998.6352164 +76794,-1099.140775,142.8111147,-852.8984618,-482.2239528,-288.8203304 +76795,-1092.916017,75.70899269,-841.2141893,-479.6290858,-461.2122981 +76796,-1082.350149,129.180008,-832.3326521,-472.3191868,-561.3769599 +76797,-1071.944511,35.56597587,-824.6949155,-470.2019051,-1009.650291 +76798,-1066.48577,204.6973069,-813.2380674,-463.438298,-313.1936587 +76799,-1055.668506,178.4231829,-803.5652574,-461.0941927,-468.3642943 +76800,-1047.09232,37.18929182,-798.079479,-455.0005558,-984.3455537 +76801,78.90993456,39.80240632,78.58856183,35.63214225,-903.1012621 +76802,98.56657965,61.29747012,102.6201442,44.68989723,-789.1184719 +76803,116.8948247,86.04747687,127.3248804,53.21712317,186.6450159 +76804,140.5167803,112.7836454,157.1787957,64.1633737,276.8372037 +76805,163.2354911,136.9755385,185.1551678,74.68058558,349.1340803 +76806,181.6586809,157.0129018,207.8361886,83.2210743,404.6027069 +76807,196.0553418,173.4810537,225.7065273,89.9131033,448.4797275 +76808,207.1940735,187.180057,239.734662,95.11341408,484.0248714 +76809,215.7562977,198.7309026,250.7344443,99.13658909,512.9494533 +76810,222.2812912,208.5809133,259.3162428,102.2299638,536.348189 +76811,227.1910457,217.064208,265.955423,104.5859399,555.1180542 +76812,230.8178993,224.4432874,271.0303964,106.3554108,570.0515229 +76813,233.424718,230.9300086,274.850533,107.657416,581.8314315 +76814,235.2206932,236.6965819,277.6633559,108.5865322,591.0270091 +76815,236.3660713,241.8796614,279.6640682,109.2151115,598.0916327 +76816,237.0096882,246.5991368,281.0241737,109.6103857,603.4322267 +76817,237.2433914,250.9393374,281.8639946,109.8137644,607.330789 +76818,237.1563392,254.9754537,282.2866439,109.8655357,610.047087 +76819,236.8157077,258.7662892,282.3777725,109.7960956,611.7865028 +76820,236.2750108,262.3592431,282.1998574,109.6297231,612.7173299 +76821,235.5768287,265.7925276,281.809035,109.3858095,612.9774817 +76822,234.7549747,269.0969393,281.2437342,109.0798306,612.6799293 +76823,233.8362831,272.297295,280.5405806,108.7241466,611.9172654 +76824,232.8419821,275.4135871,279.7226177,108.3286126,610.7653389 +76825,231.7846439,278.4504001,278.8100054,107.9002731,609.2863649 +76826,230.679425,281.4251001,277.8176008,107.4457796,607.5313282 +76827,229.5389479,338.0614513,276.7639592,106.970582,605.5421921 +76828,228.3723229,533.6265998,275.6574126,106.4788523,603.3533664 +76829,227.1860854,444.9925081,274.5096509,105.9738049,600.9932241 +76830,225.9849772,502.2254112,273.3239139,105.4579092,598.4849685 +76831,224.7725342,524.2047496,272.1048112,104.9330835,595.847579 +76832,223.540807,544.5165341,270.8476936,104.3956962,593.0963922 +76833,222.285728,564.3119982,269.5499801,103.8440472,590.2440651 +76834,221.0080049,584.1055564,268.2130176,103.2787708,587.3011367 +76835,219.7104135,602.9427237,266.8402214,102.70149,584.276545 +76836,218.3957963,622.0956687,265.4353222,102.1138348,581.1777957 +76837,217.066444,640.428829,264.0016115,101.517141,578.0112665 +76838,215.7240273,658.6187388,262.5418001,100.9124248,574.7822813 +76839,214.3698208,676.3590737,261.0581402,100.3004947,571.4953927 +76840,213.0047685,694.2630141,259.5525306,99.68198787,568.1543945 +76841,211.6296454,711.2071684,258.0266369,99.05744759,564.7625909 +76842,215.2081971,728.7239364,261.4450947,100.6832976,570.3466978 +76843,219.3969039,745.3385839,265.4622511,102.5837555,577.0112239 +76844,223.4743154,761.9684229,269.353046,104.4306854,583.4407417 +76845,227.759959,778.3148403,273.4343401,106.370361,590.2094672 +76846,231.5929949,794.2076206,277.044324,108.1035971,596.1099663 +76847,235.3169252,810.7751606,280.5270901,109.7876425,601.7629827 +76848,238.9518649,825.8516412,283.9042585,111.4323309,607.2038306 +76849,242.512418,841.6168539,287.1957765,113.0446343,612.4596217 +76850,246.0088726,856.81337,290.4094349,114.6293541,617.5506224 +76851,249.4491818,871.9282739,293.5571695,116.1901271,622.4933468 +76852,252.8398728,886.5219811,296.6435807,117.7298895,627.3019579 +76853,256.186486,901.7667844,299.6806391,119.2510991,631.98895 +76854,259.4936866,916.0512806,302.6694664,120.7557958,636.5652769 +76855,262.7654098,930.4460518,305.6202429,122.2456302,641.0405633 +76856,266.0049544,944.7012423,308.5325554,123.7182433,645.4232229 +76857,269.2150934,958.7118176,311.4160486,125.1721976,649.7206275 +76858,272.3981362,972.5912817,314.2742736,126.6080728,653.9391928 +76859,275.5560712,986.2661083,317.1090306,128.0274594,658.0846254 +76860,278.6905219,999.8825379,319.8724196,129.4320464,662.1618105 +76861,281.7915154,1181.691524,322.5839243,130.8179149,666.1537037 +76862,291.9411509,1205.551465,332.3150184,135.3463144,683.3593348 +76863,305.6727067,1224.716766,345.6127575,141.4108039,707.2357036 +76864,319.0925219,1242.545892,358.9771011,147.4175983,731.3043026 +76865,330.820385,1260.585885,370.9392618,152.7201981,752.8855579 +76866,340.9003514,1278.0108,381.0689744,157.1608885,771.7307432 +76867,349.7332306,1295.492322,389.7827755,160.9508778,788.3359671 +76868,357.6558769,1312.526436,397.5203631,164.3016161,803.1962483 +76869,364.8818114,1329.550931,404.555985,167.3434449,816.6502955 +76870,371.5424634,1346.239626,411.0381701,170.1466396,828.9163516 +76871,377.7306633,1362.732342,417.0574951,172.7537641,840.1529589 +76872,383.5215109,1379.233839,422.6832199,175.1969393,850.4914205 +76873,388.9791698,1395.220451,427.9753576,177.5035416,860.0472506 +76874,394.1581269,1411.363046,432.9861934,179.6970032,868.9221316 +76875,398.8015248,1427.140549,437.457715,181.6593926,876.6547365 +76876,403.6475073,1442.813785,442.127323,183.7251246,884.5949772 +76877,408.3023271,1458.251574,446.6006534,185.7138543,892.0364685 +76878,412.7972751,1473.742652,450.9084596,187.6385002,899.045996 +76879,417.1589654,1488.719728,455.0769029,189.5099775,905.6818354 +76880,421.4095813,1503.891668,459.1278028,191.3372878,911.9940877 +76881,425.5671559,1518.70413,463.0789062,193.1276294,918.0250765 +76882,429.6461071,1533.426147,466.9444096,194.8866372,923.8101768 +76883,433.6580278,1547.991278,470.7357371,196.618746,929.3791365 +76884,437.6122621,1562.340052,474.4621065,198.3274532,934.7570416 +76885,441.5164549,1576.774261,478.13107,200.0155667,939.9652837 +76886,445.3768547,1590.673096,481.7488133,201.6853374,945.0221053 +76887,449.1986427,1604.815215,485.320478,203.3386019,949.9432137 +76888,452.9860973,1618.586777,488.8503233,204.9768504,954.7421041 +76889,456.742805,1632.217395,492.3419342,206.6013168,959.4304807 +76890,460.4717346,1647.454815,495.7982927,208.2130053,964.0184231 +76891,464.1754195,1665.15143,499.221958,209.8127678,968.5147589 +76892,467.8471201,1671.00889,502.6035946,211.3963149,972.9270754 +76893,471.4836772,1694.016904,505.9386603,212.9615155,977.2620286 +76894,475.0861053,1693.039232,509.2281388,214.5086836,981.5254 +76895,478.6572233,1691.066634,512.4754231,216.0391897,985.7223197 +76896,482.199937,1730.468023,515.6840808,217.5544715,989.8572741 +76897,485.7167046,1728.237309,518.8571387,219.0557235,993.9342578 +76898,489.2095067,1742.7558,521.997041,220.5438846,997.9568078 +76899,492.6799838,1754.066657,525.105817,222.0197159,1001.928079 +76900,496.1295027,1765.233406,528.1851773,223.4838451,1005.850831 +76901,499.5592651,1776.4471,531.2366332,224.9368204,1009.727555 +76902,502.9702925,1787.156462,534.2614902,226.3791066,1013.560429 +76903,506.3635062,1797.950853,537.2609281,227.811121,1017.351451 +76904,509.7396985,1808.510753,540.2359816,229.2332246,1021.102389 +76905,513.0995904,1818.945265,543.1875925,230.6457443,1024.814874 +76906,516.4438202,1829.225808,546.1166092,232.0511429,1028.490386 +76907,519.7729827,1839.443897,549.023825,233.44488,1032.130318 +76908,523.0875746,1849.320553,551.9099229,234.8236641,1035.735868 +76909,526.388057,1859.232067,554.775543,236.1869965,1039.308161 +76910,529.6748367,1868.935314,557.6212648,237.5358598,1172.659307 +76911,532.9483006,1878.50667,560.4476431,238.8715525,1155.14108 +76912,536.208758,1887.947084,563.2551477,240.1951896,1163.173635 +76913,539.4564221,1897.246867,566.0441527,241.5076235,1183.189048 +76914,542.6914626,1906.49574,568.80832,242.809514,1195.764776 +76915,545.9140622,1915.311248,571.5425178,244.1014057,1208.038512 +76916,549.1243704,1924.398279,655.7302144,245.3837576,1220.194047 +76917,552.3225595,1933.088228,668.0400766,246.6569704,1232.063012 +76918,555.5088198,1941.822659,662.7723863,247.9213992,1243.783146 +76919,558.6832987,1950.195659,681.4894424,249.1773493,1255.279698 +76920,561.8460914,1958.631309,691.9992484,250.4250788,1266.811197 +76921,565.0921464,1970.096956,709.2553692,251.7068311,1300.501878 +76922,568.4452094,1979.243269,721.17101,253.0368241,1313.77157 +76923,571.8691639,1988.038144,732.631263,254.4013915,1326.880199 +76924,642.9019604,1996.642417,743.8147036,255.7757883,1339.280571 +76925,712.8148435,2005.07164,754.6852981,257.1453505,1351.406196 +76926,680.7624816,2013.346328,765.3138753,258.5049784,1363.343159 +76927,710.6432881,2021.569509,776.140283,259.8541496,1374.884324 +76928,728.9140004,2024.251019,794.596619,261.1935824,1386.654815 +76929,742.9932055,2031.291877,806.6606881,304.2593625,1397.903299 +76930,756.7462257,2038.458054,816.9922779,311.4164006,1408.928698 +76931,770.0198295,2045.84197,827.8635875,309.3630299,1420.291073 +76932,783.4392078,2052.951155,838.0784965,319.3213657,1431.026592 +76933,796.4528006,2060.051506,848.3204453,325.1599733,1441.825691 +76934,809.2766333,2067.133832,858.3715208,330.8666758,1452.453422 +76935,822.2403299,2073.879406,868.1573244,336.3911378,1462.959055 +76936,834.8281799,2080.725922,878.2089628,341.8993034,1473.142228 +76937,847.3500266,2087.384311,887.9235412,347.3469686,1483.737833 +76938,859.6089112,2093.949316,897.2775984,352.6073538,1493.941821 +76939,872.2721837,2100.406948,906.7300677,357.9411696,1503.677385 +76940,883.9082893,2106.658089,916.3245846,363.0944105,1513.759095 +76941,896.3582831,2113.13978,925.4733011,368.1640339,1523.537093 +76942,908.1520339,2119.061232,934.6794486,373.2337657,1533.23965 +76943,919.9829533,2125.169906,943.5713396,378.3321885,1542.811986 +76944,931.7254878,2131.072735,952.8871729,383.0707549,1552.091477 +76945,943.1837382,2136.882037,961.6381245,388.075692,1561.886736 +76946,954.9859053,2142.584276,970.5010965,392.7635376,1570.973919 +76947,966.4661968,2148.179543,979.2463141,397.6917144,1580.186289 +76948,977.3511043,2153.668004,987.9131878,402.1647782,1589.322995 +76949,989.0582856,2159.050211,996.5040274,406.9740608,1598.304726 +76950,1000.042003,2164.425523,1004.807486,411.5040836,1607.183755 +76951,1011.13913,2169.819966,1014.059007,416.1678714,1616.046344 +76952,1022.741991,2178.191825,1022.784494,421.09631,1624.722852 +76953,1033.973426,2175.546671,1031.691366,425.5884011,1633.414268 +76954,1044.697211,2195.456059,1040.755659,430.2433095,1641.916421 +76955,1055.930959,2169.528523,1049.180868,434.9744173,1650.437607 +76956,1066.605057,2199.768587,1058.091128,439.4961216,1658.770986 +76957,1077.878695,2194.256179,1066.722157,444.068565,1667.129851 +76958,1088.509036,2199.604074,1075.412955,448.5895102,1675.302119 +76959,1099.304632,2203.657485,1083.73002,452.9875801,1683.506625 +76960,1109.991264,2207.419882,1092.751065,457.6958145,1691.522664 +76961,1120.335283,2211.164443,1101.070468,461.786691,1699.566318 +76962,1131.397175,2214.556858,1109.61786,466.4694096,1707.501318 +76963,1141.658935,2218.058736,1118.07935,470.7483514,1715.441519 +76964,1152.161025,2221.359268,1126.533229,475.1046247,1723.204927 +76965,1162.542914,2224.565248,1134.86927,479.4377249,1730.606304 +76966,1172.585901,2227.639558,1143.237572,483.626286,1738.888253 +76967,1183.319399,2230.481983,1151.541506,488.2062409,1746.18431 +76968,1193.622961,2233.475487,1159.813712,492.0049967,1753.826236 +76969,1203.27748,2236.272455,1168.050576,496.574442,1761.362669 +76970,1213.612839,2238.845037,1176.252304,500.6371206,1768.777192 +76971,1223.612401,2241.625621,1184.380043,504.6822294,1776.116958 +76972,1233.16962,2243.818544,1192.570361,509.0763383,1783.456689 +76973,1243.688208,2246.358573,1200.643798,513.2258938,1790.758744 +76974,1253.227041,2248.488045,1208.32337,517.102624,1797.94003 +76975,1263.079031,2250.746334,1216.911257,521.1416421,1805.095228 +76976,1272.805592,2252.689913,1224.689595,525.4440171,1812.195682 +76977,1282.427978,2254.855384,1232.696007,529.3473922,1819.182798 +76978,1292.107962,2256.437251,1240.597799,533.3952491,1826.254718 +76979,1301.630838,2258.369161,1248.57782,537.3929473,1833.099328 +76980,1308.098173,2265.040447,1247.496057,537.6074802,1839.862665 +76981,1198.891292,2213.947209,1136.258822,487.5058957,1615.432145 +76982,1206.368953,2214.439443,1140.246977,489.9305813,1618.89197 +76983,1213.816009,2215.422474,1146.776494,492.8019431,1623.13649 +76984,1221.748979,2216.307586,1152.528525,496.1035334,1627.72549 +76985,1229.779099,2217.176653,1158.819146,499.1645935,1632.64405 +76986,1237.831627,2218.057013,1164.995851,502.3498349,1637.477156 +76987,1245.951164,2218.621394,1171.476008,505.5921791,1642.636739 +76988,1254.057677,2219.324225,1177.838407,508.6333359,1647.809098 +76989,1262.092895,2219.73429,1184.259665,512.1705677,1652.859049 +76990,1270.251593,2220.340307,1190.645283,515.2586112,1657.977736 +76991,1278.230137,2220.621512,1197.167246,518.5334945,1663.012969 +76992,1286.370333,2220.905848,1203.597769,521.7749196,1683.021164 +76993,1294.376922,2221.084847,1210.079668,525.0171618,1665.920673 +76994,1302.351174,2221.174506,1216.508668,528.2590884,1666.772619 +76995,1310.445966,2221.287901,1223.084966,531.5005247,1691.728593 +76996,1318.339273,2221.036876,1229.539687,534.5390192,1686.222383 +76997,1326.408572,2224.418838,1236.058911,538.1050464,1693.534705 +76998,1334.260816,2222.158268,1242.569522,541.1856808,1698.643558 +76999,1341.726235,2233.906606,1249.028143,544.7039593,1703.690217 +77000,1350.45756,2209.664308,1255.631552,547.5760144,1708.807807 +77001,1357.89124,2210.598846,1262.114556,550.9810488,1713.802453 +77002,1365.954593,2226.179852,1268.646106,554.1723627,1718.762964 +77003,1373.706253,2215.78313,1279.638519,557.1376447,1723.813265 +77004,1381.656306,2244.247957,1293.248885,560.8375252,1728.88286 +77005,1389.345354,2186.850916,1264.163357,563.7579806,1733.506299 +77006,1397.147521,2220.628105,1307.047114,567.0759363,1738.801749 +77007,1404.888091,2238.489467,1298.369042,570.2835326,1743.493338 +77008,1412.77377,2198.507062,1307.738834,573.4809118,1748.696168 +77009,1420.395131,2221.325855,1314.147771,576.6785782,1753.410733 +77010,1428.116082,2210.785241,1320.783214,579.9382071,1758.49004 +77011,1435.306824,2210.688604,1326.5681,582.7554276,1760.078963 +77012,1442.267417,2208.191889,1332.106581,585.6422462,1783.133363 +77013,1449.160858,2212.166182,1337.76939,588.3932327,1750.604993 +77014,1456.105633,2199.804505,1359.110276,590.9043025,1776.18564 +77015,1467.49377,2202.522196,1337.257686,594.091215,1778.016626 +77016,1475.044369,2199.449633,1347.814821,596.6635857,1773.161497 +77017,1479.11979,2196.468817,1365.944636,599.4106766,1780.192335 +77018,1490.553383,2193.773152,1363.292461,602.0873397,1782.423609 +77019,1463.45223,2190.959126,1370.523223,604.8390358,1785.315114 +77020,1511.696459,2187.963748,1375.925904,607.5264291,1788.322168 +77021,1499.5327,2185.096499,1381.244419,610.0896272,1791.457332 +77022,1509.891626,2181.618758,1388.276867,612.825969,1798.991387 +77023,1516.302173,2178.461788,1405.397065,615.4193757,1794.953137 +77024,1523.056128,2175.07782,1376.733973,618.0409018,1800.690907 +77025,1529.56163,2171.611555,1409.881375,620.5999313,1802.986078 +77026,1535.797522,2168.243396,1406.795062,623.2915446,1810.429901 +77027,1542.381672,2164.237167,1412.210011,625.7719786,1806.768559 +77028,1548.687379,2160.731323,1427.658227,628.3692849,1815.574415 +77029,1555.233092,2156.766548,1411.287091,630.8666961,1812.589855 +77030,1561.232945,2153.058781,1430.600581,633.4666734,1824.229391 +77031,1567.853115,2148.772974,1435.100473,635.957656,1816.826385 +77032,1573.96524,2144.676471,1452.350639,638.5195837,1823.372314 +77033,1580.410046,2133.248857,1419.265323,640.9506651,1816.268805 +77034,1586.39855,2146.301335,1473.348736,643.4250671,1804.584147 +77035,1592.743144,2119.942852,1430.702345,645.961111,1792.137129 +77036,1598.82206,2138.139095,1483.944622,648.3925701,1779.55949 +77037,1605.032604,2110.976725,1452.207772,650.8064855,1766.998712 +77038,1611.081986,2121.74561,1472.7768,653.3651519,1754.616586 +77039,1617.354501,2111.67573,1473.468894,655.6940345,1743.1943 +77040,1623.175258,2107.601447,1478.824885,658.1569447,1732.738441 +77041,1386.601341,1993.277531,1225.622869,550.747577,1731.583012 +77042,1385.54256,1983.235254,1246.704942,549.9233426,1606.774189 +77043,1386.755131,1976.518883,1235.455527,550.249929,1211.459342 +77044,1388.231004,1968.790503,1238.552857,550.6336926,1482.192439 +77045,1390.294376,1961.730562,1239.519662,551.3522394,1397.618291 +77046,1392.49533,1954.85257,1240.797745,552.1501969,1404.377129 +77047,1394.95248,1947.536563,1247.013015,552.9533524,1402.42713 +77048,1397.233471,1940.726273,1241.461004,553.8323166,1401.593483 +77049,1399.706224,1933.686353,1241.006243,554.7282144,1406.517466 +77050,1402.392829,1926.283155,1249.475347,555.6463905,1399.131061 +77051,1404.888546,1919.277026,1247.465852,556.5810216,1401.496439 +77052,1407.82788,1911.962597,1249.814425,557.5299241,1401.971149 +77053,1410.699981,1904.738723,1251.397118,558.4469949,1401.13199 +77054,1413.911929,1897.505483,1261.201089,559.486722,1401.332131 +77055,1418.970058,1887.152411,1263.290102,564.2073742,1401.693139 +77056,1422.363219,1879.453326,1254.985522,565.672836,1401.79008 +77057,1425.769675,1871.691676,1275.776048,567.0262241,1401.95853 +77058,1429.325728,1864.214703,1269.300127,568.2835924,1402.303632 +77059,1432.510589,1856.319771,1274.706047,569.476025,1407.118479 +77060,1436.270159,1848.697166,1280.657661,570.7692197,1401.34903 +77061,1439.709362,1833.48411,1268.59136,571.9537819,1403.348256 +77062,1443.298985,1841.95776,1299.295137,573.1737239,1404.215952 +77063,1446.905082,1804.786018,1258.018929,574.3842818,1404.520417 +77064,1450.543382,1836.200231,1310.87139,575.5929278,1405.054956 +77065,1454.238165,1793.431212,1261.973679,576.8155267,1410.480391 +77066,1457.946494,1802.045888,1313.294967,577.9716761,1400.226458 +77067,1461.669155,1796.658503,1265.915835,579.2337725,1412.575916 +77068,1465.528267,1778.074896,1319.179115,580.4123155,1407.229074 +77069,1469.116762,1778.602003,1279.376365,581.5229413,1407.915594 +77070,1472.990315,1773.334712,1309.046348,582.742206,1409.160948 +77071,1476.634752,1751.24542,1295.974839,583.7989017,1414.650471 +77072,1480.288485,1755.628704,1302.548242,584.8365665,1405.1419 +77073,1483.950661,1742.54444,1303.561533,585.8597573,1416.124401 +77074,1487.625138,1734.867955,1305.276015,586.8717198,1412.327683 +77075,1491.313084,1735.632855,1306.920272,587.8262242,1412.51153 +77076,1495.015015,1705.020812,1308.634212,588.8910848,1418.200972 +77077,1498.730852,1715.91156,1310.221251,589.8421252,1414.838897 +77078,1502.459671,1699.828974,1312.017567,590.826883,1414.869895 +77079,1506.203139,1692.552251,1313.602449,591.7963105,1420.66387 +77080,1509.959222,1683.876963,1315.248255,592.7580018,1417.918915 +77081,1513.608913,1675.535376,1316.884959,593.7124016,1417.244343 +77082,1517.692677,1666.61258,1318.456587,594.6589288,1422.072477 +77083,1521.218257,1675.178353,1320.070735,595.5981656,1420.090362 +77084,1525.131563,1624.404613,1321.628446,596.530065,1418.989473 +77085,1528.932143,1657.318369,1323.22369,597.4544995,1418.657884 +77086,1532.762198,1621.767701,1324.737048,598.3715631,1417.678711 +77087,1536.604731,1626.096582,1326.26264,599.2815256,1414.996689 +77088,1540.45915,1613.078204,1327.672023,600.1842384,1412.180106 +77089,1544.325006,1604.845783,1329.363282,601.0798256,1409.286432 +77090,1548.201106,1595.915886,1330.741249,601.9681036,1406.396906 +77091,1552.088581,1586.925171,1332.266673,602.8493284,1403.550363 +77092,1555.987533,1577.795071,1333.698856,603.7232916,1400.773239 +77093,1559.985959,1568.899927,1335.186017,604.5902381,1398.07939 +77094,1563.96545,1559.75458,1336.590016,605.4499449,1395.473229 +77095,1567.68894,1550.669544,1337.894588,606.3026324,1392.955952 +77096,1571.808136,1541.547576,1339.477372,607.14805,1390.528493 +77097,1575.672449,1532.393419,1340.814314,607.9864389,1388.183284 +77098,1579.7058,1523.227715,1342.21161,608.8175256,1385.909009 +77099,1583.606149,1514.037562,1343.548534,609.5914086,1383.699227 +77100,1591.435407,1504.717532,1344.946229,610.4827835,1381.544639 +77101,1822.355316,1603.328892,1542.800248,718.3126298,1377.07237 +77102,1839.888406,1596.63784,1549.710264,721.4760288,1396.987639 +77103,1844.559208,1589.310173,1558.187048,724.0071639,1425.936466 +77104,1852.502621,1581.62172,1563.648758,726.2996965,1451.398041 +77105,1859.686328,1573.99905,1565.94972,728.3378884,1470.169469 +77106,1866.680062,1566.069364,1565.815437,730.5071186,1482.710629 +77107,1873.565849,1558.036397,1564.025907,732.516699,1490.679832 +77108,1880.52085,1550.190495,1561.182594,734.3516044,1494.999996 +77109,1899.687871,1542.195743,1557.671079,736.3699534,1496.799336 +77110,1878.643423,1533.992351,1553.795613,738.2614591,1496.763148 +77111,1904.2201,1525.972025,1549.730742,740.0555034,1495.336199 +77112,1907.674426,1542.839985,1545.488144,741.9010415,1492.717997 +77113,1922.746883,1473.788841,1541.237925,743.5793117,1489.277499 +77114,1919.305385,1518.827857,1537.04191,745.5482541,1485.22714 +77115,1914.488664,1495.133744,1532.848811,747.1586939,1480.618386 +77116,1941.582052,1477.157928,1528.702039,749.0170473,1475.601566 +77117,1947.479394,1486.460434,1524.761478,750.6324725,1470.220238 +77118,1951.415887,1459.996889,1520.662985,752.3839498,1464.57059 +77119,1936.607082,1464.490448,1516.677532,754.1151346,1458.800667 +77120,1988.560766,1451.693524,1513.18133,755.7581835,1453.421144 +77121,1955.44003,1444.323373,1509.964105,758.0743635,1448.209346 +77122,1976.926383,1436.190606,1506.849459,761.8462844,1442.979375 +77123,1981.20728,1427.942409,1504.214838,760.0620012,1438.22991 +77124,1987.415627,1419.957032,1502.032175,766.83622,1433.949771 +77125,1993.743904,1411.874498,1500.100038,761.4368572,1429.907398 +77126,2000.585624,1403.644578,1498.335309,773.3555723,1426.013137 +77127,2009.163757,1398.284849,1496.715535,760.3507508,1422.442935 +77128,2018.133692,1392.622254,1495.255818,762.7451947,1418.808622 +77129,2027.78609,1386.747794,1493.913158,774.9637681,1415.275192 +77130,2036.912708,1380.974019,1492.654237,769.9855095,1411.808632 +77131,2055.158316,1375.347793,1491.614799,773.2386729,1408.583417 +77132,2053.355323,1369.764972,1490.648148,774.9381051,1405.401254 +77133,2068.228612,1364.10865,1489.612592,776.6586354,1402.074776 +77134,2078.29933,1358.735,1488.661131,778.1504989,1398.995588 +77135,2088.393,1353.168989,1487.81517,779.9454669,1395.738079 +77136,2098.761793,1347.71909,1487.023066,781.5367725,1392.494682 +77137,2109.813556,1342.385163,1486.290619,783.1901474,1389.456494 +77138,2120.33748,1336.840904,1485.61948,784.8304124,1386.311803 +77139,2131.633876,1331.543628,1485.01073,786.4667349,1382.766658 +77140,2149.945866,1326.200013,1484.610061,788.0992327,1379.896737 +77141,2150.818283,1320.806864,1484.247025,789.7943785,1377.212427 +77142,2165.654933,1315.70034,1483.926624,791.3198143,1374.148026 +77143,2176.901274,1310.421431,1483.434199,792.9887512,1371.309957 +77144,2188.524023,1305.269476,1483.033473,794.5963684,1368.390353 +77145,2207.078539,1300.149266,1482.839865,796.2104434,1365.703595 +77146,2209.309579,1295.075943,1482.688497,797.82106,1363.047598 +77147,2223.288165,1290.149109,1482.382737,799.4282932,1360.178459 +77148,2243.302021,1284.937498,1482.261871,801.0322721,1357.525198 +77149,2245.525033,1280.226757,1482.246697,802.6328556,1355.202946 +77150,2259.660308,1275.281528,1482.206832,804.2298501,1352.431352 +77151,2277.748961,1270.489191,1482.061898,805.8240029,1349.764577 +77152,2289.338564,1265.742571,1482.175874,807.4147622,1347.417746 +77153,2293.436559,1261.057577,1482.317534,809.0703232,1344.910202 +77154,2316.013937,1256.341542,1482.374598,810.5532045,1342.362257 +77155,2317.059505,1251.920683,1482.315025,812.1827967,1339.8211 +77156,2322.009486,1247.463305,1481.463573,813.6808334,1336.737488 +77157,2320.693239,1242.921171,1480.471837,815.3578922,1332.802776 +77158,2319.404741,1238.641226,1478.651955,816.8804547,1327.831431 +77159,2318.29434,1234.357159,1476.444469,818.4604557,1321.950726 +77160,2317.446521,1230.163981,1473.585107,820.0278178,1315.4056 +77161,2324.617235,1248.460204,1478.19041,843.9719745,1322.608349 +77162,2334.290075,1245.221528,1484.077227,846.3175251,1332.26223 +77163,2344.778943,1241.599536,1490.211757,848.2586667,1342.138726 +77164,2354.566566,1237.94533,1495.838673,850.010202,1350.943257 +77165,2363.171682,1234.277304,1500.289229,851.5901696,1358.396199 +77166,2370.774685,1230.630159,1503.870196,853.3439815,1364.705633 +77167,2378.000992,1227.118867,1506.817925,854.7085226,1370.158833 +77168,2384.53911,1223.494108,1509.328279,856.2527387,1374.978245 +77169,2390.864497,1220.090923,1511.531818,857.6921803,1379.311842 +77170,2397.08073,1216.707681,1513.50847,859.1141386,1383.255306 +77171,2403.240524,1213.439288,1515.308836,860.5120828,1386.875222 +77172,2409.371383,1210.480329,1516.967973,861.8874248,1390.222458 +77173,2415.490212,1207.568138,1518.512069,863.2421865,1393.33807 +77174,2421.605919,1204.989079,1519.959708,865.4405159,1396.253822 +77175,2427.725027,1202.268045,1521.325325,867.2699947,1398.996067 +77176,2433.853408,1199.666177,1522.620925,869.1190591,1401.792771 +77177,2439.995586,1197.08711,1523.856512,871.0268568,1404.246275 +77178,2446.156852,1194.540464,1525.041014,873.071614,1406.583348 +77179,2452.340175,1192.024931,1526.1811,874.9998423,1408.82273 +77180,2458.545717,1189.538587,1527.281065,877.1542276,1410.977329 +77181,2464.773418,1187.080365,1528.344303,879.2354417,1413.056808 +77182,2471.02258,1184.648679,1529.37317,881.5757786,1415.068448 +77183,2477.291538,1182.242663,1530.369123,883.8154503,1417.017819 +77184,2483.578842,1179.860916,1531.333571,886.2886713,1418.910079 +77185,2490.156417,1177.502747,1532.266264,888.6293988,1420.74791 +77186,2496.437029,1175.166921,1533.1682,891.1987191,1422.535269 +77187,2502.728534,1172.852925,1534.042823,893.7507775,1424.278907 +77188,2509.042815,1170.559703,1534.892325,896.427588,1425.983747 +77189,2515.382821,1168.286907,1535.717529,898.9763069,1427.65273 +77190,2521.746555,1166.033654,1536.518847,901.7470547,1429.288077 +77191,2528.131856,1163.662864,1537.29691,904.3467159,1430.89206 +77192,2534.488748,1161.372106,1538.038791,906.9826752,1432.263298 +77193,2541.049408,1158.86368,1538.734645,909.6577419,1433.822105 +77194,2547.214281,1156.557123,1539.382716,912.3736737,1435.360288 +77195,2553.31763,1154.183427,1539.988929,915.0551246,1436.878982 +77196,2559.39451,1151.742253,1540.559106,917.970853,1438.379977 +77197,2565.696963,1149.532129,1541.094112,920.8366011,1439.860706 +77198,2571.626773,1147.138503,1541.596218,923.6209716,1441.3218 +77199,2577.708612,1144.831135,1542.069114,926.6077592,1442.766361 +77200,2582.989777,1142.521362,1542.51887,929.5709691,1444.200899 +77201,2589.15875,1140.222146,1542.946954,932.5896565,1445.626271 +77202,2595.321048,1137.9338,1543.347452,935.6525157,1447.034091 +77203,2601.224808,1135.656084,1543.719157,938.759674,1448.421992 +77204,2607.466605,1133.390087,1544.063272,941.9108774,1449.790743 +77205,2613.387719,1131.135036,1544.38069,945.1065527,1451.14078 +77206,2619.286854,1128.891334,1544.674297,948.4242314,1452.475212 +77207,2625.169558,1126.659266,1544.94635,951.590949,1453.79644 +77208,2631.361636,1124.438581,1545.195981,954.8963884,1455.102994 +77209,2637.245862,1122.229748,1545.422345,958.376147,1456.393445 +77210,2643.117331,1120.032473,1545.627276,961.7364177,1457.669819 +77211,2648.97818,1117.847209,1545.812407,965.2105701,1458.933885 +77212,2654.84143,1115.673634,1545.978056,968.7171146,1460.185804 +77213,2660.697504,1113.512195,1546.12426,972.267724,1461.425377 +77214,2666.55354,1111.362547,1546.251016,975.9442079,1462.652387 +77215,2672.399198,1109.225128,1546.358672,979.459584,1463.867043 +77216,2678.242054,1107.099562,1546.447623,983.2014108,1465.069643 +77217,2684.072376,1104.986283,1546.517962,986.9153686,1466.26009 +77218,2690.196763,1102.884884,1546.568018,990.6850052,1467.436062 +77219,2695.998072,1100.70853,1546.597673,994.4986613,1468.597187 +77220,2701.78431,1098.759056,1546.60998,998.2728091,1469.747164 +77221,2704.518581,1063.716395,1543.502347,969.4329083,1465.185838 +77222,2702.846936,1061.436365,1537.119749,973.2108183,1455.57358 +77223,2699.512154,1059.425618,1529.414023,977.1484878,1443.651071 +77224,2697.099908,1057.42473,1522.241184,981.2882839,1432.137063 +77225,2696.500832,1055.461376,1516.083651,985.4238482,1422.121076 +77226,2697.491943,1053.522216,1511.231838,989.5434025,1413.603443 +77227,2699.541177,1051.604988,1507.15949,993.9200948,1406.235906 +77228,2702.195177,1049.707928,1503.575279,1004.083547,1399.680597 +77229,2705.21918,1047.830866,1500.320763,996.7791717,1393.744033 +77230,2708.434907,1045.972409,1497.272235,1027.195461,1388.263034 +77231,2711.854956,1044.132554,1494.424246,982.3685044,1383.219449 +77232,2715.418024,1042.310006,1491.726959,1029.981389,1378.536422 +77233,2718.985079,1040.505064,1489.084189,1017.260529,1374.07719 +77234,2722.589979,1038.71693,1486.507716,1024.909319,1369.842871 +77235,2726.245429,1036.945675,1483.997173,1029.611668,1365.819403 +77236,2729.924835,1035.190539,1481.530048,1034.270509,1361.965375 +77237,2733.622168,1033.451804,1479.097929,1038.987705,1358.258382 +77238,2737.331586,1031.728826,1476.693303,1043.742211,1354.678139 +77239,2741.048896,1030.021949,1474.310378,1048.626624,1351.207485 +77240,2744.771474,1028.330584,1471.945133,1053.3261,1347.832496 +77241,2748.49768,1026.655106,1469.594463,1058.267856,1344.541301 +77242,2752.225421,1024.994942,1467.255702,1063.168987,1341.323481 +77243,2756.248197,1023.350492,1464.92554,1068.032504,1338.168541 +77244,2759.957722,1021.805772,1462.601622,1073.243122,1335.067938 +77245,2763.656724,1020.066804,1460.284806,1078.077949,1332.017852 +77246,2767.357486,1018.527664,1457.975689,1083.219958,1329.014753 +77247,2771.062387,1016.931629,1455.673003,1088.308975,1326.053232 +77248,2774.752144,1015.362552,1453.364595,1100.686903,1323.114387 +77249,2778.458389,1013.809137,1451.070701,1090.997079,1320.22114 +77250,2782.191092,1012.270278,1448.798054,1104.552078,1317.379636 +77251,2785.904449,1010.689387,1446.51936,1109.85608,1314.552777 +77252,2789.551748,1009.111304,1444.230106,1113.353316,1311.740786 +77253,2793.12084,1007.542321,1441.937128,1119.080024,1308.955793 +77254,2796.607603,1005.983312,1439.639015,1123.951316,1306.195337 +77255,2800.021296,1004.435406,1437.336548,1129.11333,1303.4576 +77256,2803.375272,1002.813204,1435.032073,1134.19345,1300.742394 +77257,2806.665998,1001.413694,1432.719022,1144.457852,1298.038411 +77258,2809.913964,999.8390915,1430.407034,1142.396347,1295.35562 +77259,2813.149711,998.3489304,1428.112977,1145.098217,1292.713725 +77260,2816.343326,996.8573565,1425.817468,1157.657374,1290.086412 +77261,2819.477781,995.3769293,1423.50913,1159.080745,1287.45768 +77262,2822.569837,993.9074197,1421.197338,1166.721318,1284.838132 +77263,2825.606836,992.4491935,1418.873413,1179.334433,1282.215302 +77264,2828.646576,991.0016563,1416.572258,1160.793221,1279.632879 +77265,2831.65515,989.5650844,1414.272995,1196.917569,1277.063351 +77266,2834.627546,988.1390427,1411.97249,1169.488263,1274.502084 +77267,2837.551042,986.7238335,1409.663082,1210.08306,1271.938507 +77268,2840.434499,985.3189535,1407.349792,1183.80017,1269.378285 +77269,2843.317686,983.92465,1405.056796,1203.598757,1266.851759 +77270,2846.147552,982.5403266,1402.751888,1219.102971,1264.317192 +77271,2848.933612,981.1664222,1400.440739,1209.616105,1261.781337 +77272,2851.759316,979.8021949,1398.174664,1214.84767,1259.309627 +77273,2854.837145,978.4480375,1396.084893,1225.81189,1257.070882 +77274,2858.239372,977.1900179,1394.219422,1228.045012,1255.128645 +77275,2861.822249,975.7270778,1392.689543,1233.621012,1253.379126 +77276,2865.499648,974.4624701,1391.055739,1238.997823,1251.764751 +77277,2869.242152,973.1333455,1389.491883,1244.120618,1250.256923 +77278,2873.002063,971.8254338,1387.975991,1249.199168,1248.819837 +77279,2876.764184,970.5270056,1386.49533,1254.547198,1247.432663 +77280,2880.494819,969.2369424,1385.037634,1259.662909,1246.287631 +77281,2886.355729,901.5233327,1386.12219,1198.590136,1249.867435 +77282,2880.797263,899.6149065,1379.1059,1203.068197,1241.073343 +77283,2870.715123,897.7286407,1368.482855,1207.224708,1226.774059 +77284,2862.416698,895.9882219,1358.951678,1212.14051,1212.980083 +77285,2857.85574,894.3471652,1351.750461,1216.702461,1201.982999 +77286,2856.555012,892.5200016,1346.686401,1221.269852,1193.791264 +77287,2857.392977,890.8848017,1343.113445,1226.04511,1187.708341 +77288,2859.444448,889.1963453,1340.477722,1230.599004,1183.080377 +77289,2862.147483,887.5221726,1338.241514,1235.233244,1179.477138 +77290,2865.223151,885.8661803,1336.610003,1239.824691,1176.648987 +77291,2868.522151,884.2108668,1335.268326,1244.48655,1174.437482 +77292,2871.966483,882.4881509,1334.13942,1249.004564,1172.732294 +77293,2875.496284,880.9673906,1333.169343,1253.486013,1171.444314 +77294,2879.07958,879.2829184,1332.320123,1258.165027,1170.506138 +77295,2882.681271,877.6699522,1331.561132,1262.621189,1169.856144 +77296,2886.277792,876.0501641,1330.868147,1267.143569,1169.4439 +77297,2889.857521,874.4348641,1330.224653,1271.586888,1169.230863 +77298,2893.414303,872.8240702,1329.619161,1276.064685,1169.186449 +77299,2896.944311,871.2176985,1329.043566,1280.527541,1169.285854 +77300,2900.444727,869.6154152,1328.491609,1284.787274,1169.508114 +77301,2903.914769,868.0171824,1327.959408,1289.345035,1169.836767 +77302,2907.349702,866.5033075,1327.441279,1293.631737,1170.254349 +77303,2910.74383,864.7137184,1326.931724,1297.987534,1170.744832 +77304,2914.097254,863.3004934,1326.428948,1302.314808,1171.298046 +77305,2917.409243,861.6488253,1325.931183,1306.554044,1171.904822 +77306,2920.797617,860.0798108,1325.508612,1316.466496,1172.650394 +77307,2924.02291,858.5028741,1325.016804,1306.87203,1173.342556 +77308,2927.207905,856.9287526,1324.52868,1328.379927,1174.071015 +77309,2930.467017,855.3577906,1324.112451,1320.463758,1174.920067 +77310,2933.57511,853.7896922,1323.632443,1328.354837,1175.710495 +77311,2936.589316,852.1216392,1323.122355,1331.502105,1176.482698 +77312,2939.45218,847.6638493,1322.619343,1336.025079,1177.296286 +77313,2942.518382,845.4615303,1321.794898,1339.538178,1178.133541 +77314,2945.572604,843.6433263,1320.752415,1342.774267,1178.967075 +77315,2948.300089,866.5813497,1319.601993,1345.759778,1179.724413 +77316,2950.763271,803.0327464,1318.521691,1348.805093,1180.525854 +77317,2952.95969,855.7985819,1317.525204,1351.559519,1181.364387 +77318,2954.746189,849.4144851,1316.49106,1354.531808,1182.093732 +77319,2956.341424,810.4881612,1315.509752,1357.159951,1182.848094 +77320,2957.741789,866.2749792,1314.548828,1359.810308,1183.597854 +77321,2958.988921,793.7866608,1313.613777,1362.348515,1184.358073 +77322,2960.051864,871.2071144,1312.673088,1364.838402,1185.300792 +77323,2960.978715,785.4873858,1311.746252,1367.179142,1186.03143 +77324,2961.751974,866.8468418,1310.815198,1369.490272,1186.740099 +77325,2962.400638,784.787734,1309.891266,1371.712244,1187.447542 +77326,2962.912122,857.4817616,1308.962052,1373.838054,1188.1409 +77327,2963.301708,787.7390924,1308.032753,1375.884834,1188.828259 +77328,2963.565346,845.7045559,1307.097797,1377.894896,1189.502858 +77329,2963.707967,792.4502118,1306.157627,1379.728581,1190.165459 +77330,2963.731071,832.9449791,1305.210998,1381.556442,1190.814556 +77331,2963.632857,797.7850264,1304.255104,1383.279434,1191.446552 +77332,2963.427065,819.8340076,1303.107121,1384.942218,1192.070222 +77333,2963.100894,803.4632726,1302.155612,1386.475341,1192.674024 +77334,2962.663214,809.220188,1301.200789,1387.96792,1193.263453 +77335,2962.110211,805.1649731,1300.234763,1389.230845,1193.834289 +77336,2961.448167,803.5743419,1299.25868,1390.739334,1194.390321 +77337,2960.680916,801.9772839,1298.274314,1391.898199,1194.933651 +77338,2959.800098,800.1339839,1297.276944,1393.059392,1195.456953 +77339,2958.81203,798.3832379,1296.270494,1394.375764,1195.964473 +77340,2957.76941,796.6082493,1295.259951,1395.44546,1196.459666 +77341,2387.246743,794.6572773,988.8319554,1391.654906,2593.269687 +77342,2463.819547,922.5671445,1019.690098,1528.890611,2626.817112 +77343,2565.89505,924.7368425,1060.76394,1530.218087,2662.509081 +77344,2643.527853,922.4774271,1091.753124,1534.251693,2672.598499 +77345,2688.821527,920.578042,1110.12491,1532.626051,2660.571728 +77346,2716.430477,919.0778267,1122.028812,1529.280057,2642.414221 +77347,2734.340218,917.2977183,1130.427332,1541.523145,2623.669028 +77348,2746.918932,915.6180753,1136.826146,1532.450084,2606.16912 +77349,2756.373107,913.7563405,1141.974787,1536.72395,2590.432128 +77350,2763.733819,912.0019053,1146.242546,1531.510072,2576.504857 +77351,2769.498726,910.1637692,1149.817093,1542.760787,2564.247283 +77352,2773.965113,908.3319797,1152.814421,1528.969827,2553.470531 +77353,2777.357796,906.4899065,1155.322295,1542.917852,2543.987228 +77354,2779.863658,904.6366409,1157.41708,1528.909775,2535.628407 +77355,2781.636913,902.7734656,1159.161201,1542.466463,2528.245955 +77356,2782.802315,900.9011552,1160.609058,1532.540122,2521.711743 +77357,2783.456663,898.9632012,1161.804611,1531.111418,2515.91712 +77358,2783.669046,897.1613183,1162.785269,1540.83438,2510.765049 +77359,2783.498935,895.2237398,1163.580661,1530.87615,2506.173124 +77360,2783.000297,893.3886552,1164.218935,1529.123231,2502.072479 +77361,2782.21493,891.3971025,1164.719701,1538.952684,2498.399447 +77362,2781.179354,889.526169,1165.102766,1524.123965,2495.101169 +77363,2779.923659,887.598239,1165.382705,1532.476947,2492.132237 +77364,2778.469583,885.6743064,1165.572946,1533.13396,2489.45042 +77365,2776.83825,883.7451634,1165.684032,1521.911419,2487.022546 +77366,2775.045244,881.8107526,1165.726519,1533.173696,2484.817973 +77367,2773.103296,879.8713648,1165.706896,1519.452968,2482.809778 +77368,2771.023136,877.9268212,1165.633165,1530.269769,2480.974639 +77369,2768.814055,875.9773881,1165.509916,1516.541312,2479.292542 +77370,2766.483881,874.0228616,1165.343517,1523.265483,2477.746 +77371,2764.038098,872.0034959,1165.136497,1518.64908,2476.318512 +77372,2761.424936,870.0216544,1164.891715,1516.114752,2474.996874 +77373,2758.61596,867.8905011,1164.609401,1514.059631,2473.769296 +77374,2755.610377,865.8193398,1164.293107,1511.061818,2472.624838 +77375,2752.421351,863.8264314,1163.944067,1508.325067,2471.554036 +77376,2749.064397,861.6969453,1163.5649,1505.587319,2470.548522 +77377,2745.549344,859.6213431,1163.159229,1502.264726,2469.403123 +77378,2741.887787,857.5298787,1162.727564,1499.300929,2468.511801 +77379,2738.089757,855.4321107,1162.271682,1496.061105,2467.667926 +77380,2734.163356,853.3266585,1161.79489,1492.463386,2466.864379 +77381,2730.114804,851.2141967,1161.296977,1489.144793,2466.095564 +77382,2725.94646,849.1478846,1160.780367,1485.529942,2465.357121 +77383,2721.661825,846.9407109,1160.244625,1481.73492,2464.645368 +77384,2717.265195,844.8473617,1159.692135,1477.942542,2463.957125 +77385,2712.760585,842.6985786,1159.122385,1474.064021,2463.289459 +77386,2708.151603,840.551562,1158.53764,1469.90614,2462.639776 +77387,2703.441271,838.3984006,1157.937225,1465.786486,2462.005622 +77388,2698.632215,836.2379732,1157.319812,1461.515538,2461.384803 +77389,2693.726586,834.0186461,1156.688629,1457.224423,2460.775289 +77390,2688.726422,831.9236379,1156.046991,1452.259971,2460.175351 +77391,2683.60206,829.7562884,1155.393498,1445.923339,2459.583467 +77392,2678.210313,827.4965204,1154.729266,1439.209007,2458.998225 +77393,2672.468355,825.3387026,1154.049305,1431.927778,2458.417931 +77394,2666.367568,823.1247924,1153.359379,1420.054824,2457.841457 +77395,2659.934533,820.9128301,1152.659389,1419.226409,2457.266766 +77396,2653.202982,818.6801018,1151.950328,1408.137025,2456.692217 +77397,2645.913204,816.4494676,1151.22984,1403.356338,2456.116016 +77398,2638.6105,814.2102615,1150.495368,1385.235046,2455.5362 +77399,2631.021652,811.9635836,1149.749819,1392.320673,2454.951846 +77400,2623.159169,809.7585757,1148.996498,1357.579329,2454.362593 +77401,0,0,0,0,0 +77402,0,0,0,0,0 +77403,0,0,0,0,0 +77404,0,0,0,0,0 +77405,0,0,0,0,0 +77406,0,0,0,0,0 +77407,0,0,0,0,0 +77408,0,0,0,0,0 +77409,0,0,0,0,0 +77410,0,0,0,0,0 +77411,0,0,0,0,0 +77412,0,0,0,0,0 +77413,0,0,0,0,0 +77414,0,0,0,0,0 +77415,0,0,0,0,0 +77416,0,0,0,0,0 +77417,0,0,0,0,0 +77418,0,0,0,0,0 +77419,0,0,0,0,0 +77420,0,0,0,0,0 +77421,0,0,0,0,0 +77422,0,0,0,0,0 +77423,0,0,0,0,0 +77424,0,0,0,0,0 +77425,0,0,0,0,0 +77426,0,0,0,0,0 +77427,0,0,0,0,0 +77428,0,0,0,0,0 +77429,0,0,0,0,0 +77430,0,0,0,0,0 +77431,0,0,0,0,0 +77432,0,0,0,0,0 +77433,0,0,0,0,0 +77434,0,0,0,0,0 +77435,0,0,0,0,0 +77436,0,0,0,0,0 +77437,0,0,0,0,0 +77438,0,0,0,0,0 +77439,0,0,0,0,0 +77440,0,0,0,0,0 +77441,0,0,0,0,0 +77442,0,0,0,0,0 +77443,0,0,0,0,0 +77444,0,0,0,0,0 +77445,0,0,0,0,0 +77446,0,0,0,0,0 +77447,0,0,0,0,0 +77448,0,0,0,0,0 +77449,0,0,0,0,0 +77450,0,0,0,0,0 +77451,0,0,0,0,0 +77452,0,0,0,0,0 +77453,0,0,0,0,0 +77454,0,0,0,0,0 +77455,0,0,0,0,0 +77456,0,0,0,0,0 +77457,0,0,0,0,0 +77458,0,0,0,0,0 +77459,0,0,0,0,0 +77460,0,0,0,0,0 +77461,0,0,0,0,0 +77462,0,0,0,0,0 +77463,0,0,0,0,0 +77464,0,0,0,0,0 +77465,0,0,0,0,0 +77466,0,0,0,0,0 +77467,0,0,0,0,0 +77468,0,0,0,0,0 +77469,0,0,0,0,0 +77470,0,0,0,0,0 +77471,0,0,0,0,0 +77472,0,0,0,0,0 +77473,0,0,0,0,0 +77474,0,0,0,0,0 +77475,0,0,0,0,0 +77476,0,0,0,0,0 +77477,0,0,0,0,0 +77478,0,0,0,0,0 +77479,0,0,0,0,0 +77480,0,0,0,0,0 +77481,0,0,0,0,0 +77482,0,0,0,0,0 +77483,0,0,0,0,0 +77484,0,0,0,0,0 +77485,0,0,0,0,0 +77486,0,0,0,0,0 +77487,0,0,0,0,0 +77488,0,0,0,0,0 +77489,0,0,0,0,0 +77490,0,0,0,0,0 +77491,0,0,0,0,0 +77492,0,0,0,0,0 +77493,0,0,0,0,0 +77494,0,0,0,0,0 +77495,0,0,0,0,0 +77496,0,0,0,0,0 +77497,0,0,0,0,0 +77498,0,0,0,0,0 +77499,0,0,0,0,0 +77500,0,0,0,0,0 +77501,0,0,0,0,0 +77502,0,0,0,0,0 +77503,0,0,0,0,0 +77504,0,0,0,0,0 +77505,0,0,0,0,0 +77506,0,0,0,0,0 +77507,0,0,0,0,0 +77508,0,0,0,0,0 +77509,0,0,0,0,0 +77510,0,0,0,0,0 +77511,0,0,0,0,0 +77512,0,0,0,0,0 +77513,0,0,0,0,0 +77514,0,0,0,0,0 +77515,0,0,0,0,0 +77516,0,0,0,0,0 +77517,0,0,0,0,0 +77518,0,0,0,0,0 +77519,0,0,0,0,0 +77520,0,0,0,0,0 +77521,0,0,0,0,0 +77522,0,0,0,0,0 +77523,0,0,0,0,0 +77524,0,0,0,0,0 +77525,0,0,0,0,0 +77526,0,0,0,0,0 +77527,0,0,0,0,0 +77528,0,0,0,0,0 +77529,0,0,0,0,0 +77530,0,0,0,0,0 +77531,0,0,0,0,0 +77532,0,0,0,0,0 +77533,0,0,0,0,0 +77534,0,0,0,0,0 +77535,0,0,0,0,0 +77536,0,0,0,0,0 +77537,0,0,0,0,0 +77538,0,0,0,0,0 +77539,0,0,0,0,0 +77540,0,0,0,0,0 +77541,0,0,0,0,0 +77542,0,0,0,0,0 +77543,0,0,0,0,0 +77544,0,0,0,0,0 +77545,0,0,0,0,0 +77546,0,0,0,0,0 +77547,0,0,0,0,0 +77548,0,0,0,0,0 +77549,0,0,0,0,0 +77550,0,0,0,0,0 +77551,0,0,0,0,0 +77552,0,0,0,0,0 +77553,0,0,0,0,0 +77554,0,0,0,0,0 +77555,0,0,0,0,0 +77556,0,0,0,0,0 +77557,0,0,0,0,0 +77558,0,0,0,0,0 +77559,0,0,0,0,0 +77560,0,0,0,0,0 +77561,0,0,0,0,0 +77562,0,0,0,0,0 +77563,0,0,0,0,0 +77564,0,0,0,0,0 +77565,0,0,0,0,0 +77566,0,0,0,0,0 +77567,0,0,0,0,0 +77568,0,0,0,0,0 +77569,0,0,0,0,0 +77570,0,0,0,0,0 +77571,0,0,0,0,0 +77572,0,0,0,0,0 +77573,0,0,0,0,0 +77574,0,0,0,0,0 +77575,0,0,0,0,0 +77576,0,0,0,0,0 +77577,0,0,0,0,0 +77578,0,0,0,0,0 +77579,0,0,0,0,0 +77580,0,0,0,0,0 +77581,0,0,0,0,0 +77582,0,0,0,0,0 +77583,0,0,0,0,0 +77584,0,0,0,0,0 +77585,0,0,0,0,0 +77586,0,0,0,0,0 +77587,0,0,0,0,0 +77588,0,0,0,0,0 +77589,0,0,0,0,0 +77590,0,0,0,0,0 +77591,0,0,0,0,0 +77592,0,0,0,0,0 +77593,0,0,0,0,0 +77594,0,0,0,0,0 +77595,0,0,0,0,0 +77596,0,0,0,0,0 +77597,0,0,0,0,0 +77598,0,0,0,0,0 +77599,0,0,0,0,0 +77600,0,0,0,0,0 +77601,0,0,0,0,0 +77602,0,0,0,0,0 +77603,0,0,0,0,0 +77604,0,0,0,0,0 +77605,0,0,0,0,0 +77606,0,0,0,0,0 +77607,0,0,0,0,0 +77608,0,0,0,0,0 +77609,0,0,0,0,0 +77610,0,0,0,0,0 +77611,0,0,0,0,0 +77612,0,0,0,0,0 +77613,0,0,0,0,0 +77614,0,0,0,0,0 +77615,0,0,0,0,0 +77616,0,0,0,0,0 +77617,0,0,0,0,0 +77618,0,0,0,0,0 +77619,0,0,0,0,0 +77620,0,0,0,0,0 +77621,0,0,0,0,0 +77622,0,0,0,0,0 +77623,0,0,0,0,0 +77624,0,0,0,0,0 +77625,0,0,0,0,0 +77626,0,0,0,0,0 +77627,0,0,0,0,0 +77628,0,0,0,0,0 +77629,0,0,0,0,0 +77630,0,0,0,0,0 +77631,0,0,0,0,0 +77632,0,0,0,0,0 +77633,0,0,0,0,0 +77634,0,0,0,0,0 +77635,0,0,0,0,0 +77636,0,0,0,0,0 +77637,0,0,0,0,0 +77638,0,0,0,0,0 +77639,0,0,0,0,0 +77640,0,0,0,0,0 +77641,0,0,0,0,0 +77642,0,0,0,0,0 +77643,0,0,0,0,0 +77644,0,0,0,0,0 +77645,0,0,0,0,0 +77646,0,0,0,0,0 +77647,0,0,0,0,0 +77648,0,0,0,0,0 +77649,0,0,0,0,0 +77650,0,0,0,0,0 +77651,0,0,0,0,0 +77652,0,0,0,0,0 +77653,0,0,0,0,0 +77654,0,0,0,0,0 +77655,0,0,0,0,0 +77656,0,0,0,0,0 +77657,0,0,0,0,0 +77658,0,0,0,0,0 +77659,0,0,0,0,0 +77660,0,0,0,0,0 +77661,0,0,0,0,0 +77662,0,0,0,0,0 +77663,0,0,0,0,0 +77664,0,0,0,0,0 +77665,0,0,0,0,0 +77666,0,0,0,0,0 +77667,0,0,0,0,0 +77668,0,0,0,0,0 +77669,0,0,0,0,0 +77670,0,0,0,0,0 +77671,0,0,0,0,0 +77672,0,0,0,0,0 +77673,0,0,0,0,0 +77674,0,0,0,0,0 +77675,0,0,0,0,0 +77676,0,0,0,0,0 +77677,0,0,0,0,0 +77678,0,0,0,0,0 +77679,0,0,0,0,0 +77680,0,0,0,0,0 +77681,0,0,0,0,0 +77682,0,0,0,0,0 +77683,0,0,0,0,0 +77684,0,0,0,0,0 +77685,0,0,0,0,0 +77686,0,0,0,0,0 +77687,0,0,0,0,0 +77688,0,0,0,0,0 +77689,0,0,0,0,0 +77690,0,0,0,0,0 +77691,0,0,0,0,0 +77692,0,0,0,0,0 +77693,0,0,0,0,0 +77694,0,0,0,0,0 +77695,0,0,0,0,0 +77696,0,0,0,0,0 +77697,0,0,0,0,0 +77698,0,0,0,0,0 +77699,0,0,0,0,0 +77700,0,0,0,0,0 +77701,0,0,0,0,0 +77702,0,0,0,0,0 +77703,0,0,0,0,0 +77704,0,0,0,0,0 +77705,0,0,0,0,0 +77706,0,0,0,0,0 +77707,0,0,0,0,0 +77708,0,0,0,0,0 +77709,0,0,0,0,0 +77710,0,0,0,0,0 +77711,0,0,0,0,0 +77712,0,0,0,0,0 +77713,0,0,0,0,0 +77714,0,0,0,0,0 +77715,0,0,0,0,0 +77716,0,0,0,0,0 +77717,0,0,0,0,0 +77718,0,0,0,0,0 +77719,0,0,0,0,0 +77720,0,0,0,0,0 +77721,0,0,0,0,0 +77722,0,0,0,0,0 +77723,0,0,0,0,0 +77724,0,0,0,0,0 +77725,0,0,0,0,0 +77726,0,0,0,0,0 +77727,0,0,0,0,0 +77728,0,0,0,0,0 +77729,0,0,0,0,0 +77730,0,0,0,0,0 +77731,0,0,0,0,0 +77732,0,0,0,0,0 +77733,0,0,0,0,0 +77734,0,0,0,0,0 +77735,0,0,0,0,0 +77736,0,0,0,0,0 +77737,0,0,0,0,0 +77738,0,0,0,0,0 +77739,0,0,0,0,0 +77740,0,0,0,0,0 +77741,0,0,0,0,0 +77742,0,0,0,0,0 +77743,0,0,0,0,0 +77744,0,0,0,0,0 +77745,0,0,0,0,0 +77746,0,0,0,0,0 +77747,0,0,0,0,0 +77748,0,0,0,0,0 +77749,0,0,0,0,0 +77750,0,0,0,0,0 +77751,0,0,0,0,0 +77752,0,0,0,0,0 +77753,0,0,0,0,0 +77754,0,0,0,0,0 +77755,0,0,0,0,0 +77756,0,0,0,0,0 +77757,0,0,0,0,0 +77758,0,0,0,0,0 +77759,0,0,0,0,0 +77760,0,0,0,0,0 +77761,0,0,0,0,0 +77762,0,0,0,0,0 +77763,0,0,0,0,0 +77764,0,0,0,0,0 +77765,0,0,0,0,0 +77766,0,0,0,0,0 +77767,0,0,0,0,0 +77768,0,0,0,0,0 +77769,0,0,0,0,0 +77770,0,0,0,0,0 +77771,0,0,0,0,0 +77772,0,0,0,0,0 +77773,0,0,0,0,0 +77774,0,0,0,0,0 +77775,0,0,0,0,0 +77776,0,0,0,0,0 +77777,0,0,0,0,0 +77778,0,0,0,0,0 +77779,0,0,0,0,0 +77780,0,0,0,0,0 +77781,0,0,0,0,0 +77782,0,0,0,0,0 +77783,0,0,0,0,0 +77784,0,0,0,0,0 +77785,0,0,0,0,0 +77786,0,0,0,0,0 +77787,0,0,0,0,0 +77788,0,0,0,0,0 +77789,0,0,0,0,0 +77790,0,0,0,0,0 +77791,0,0,0,0,0 +77792,0,0,0,0,0 +77793,0,0,0,0,0 +77794,0,0,0,0,0 +77795,0,0,0,0,0 +77796,0,0,0,0,0 +77797,0,0,0,0,0 +77798,0,0,0,0,0 +77799,0,0,0,0,0 +77800,0,0,0,0,0 +77801,0,0,0,0,0 +77802,0,0,0,0,0 +77803,0,0,0,0,0 +77804,0,0,0,0,0 +77805,0,0,0,0,0 +77806,0,0,0,0,0 +77807,0,0,0,0,0 +77808,0,0,0,0,0 +77809,0,0,0,0,0 +77810,0,0,0,0,0 +77811,0,0,0,0,0 +77812,0,0,0,0,0 +77813,0,0,0,0,0 +77814,0,0,0,0,0 +77815,0,0,0,0,0 +77816,0,0,0,0,0 +77817,0,0,0,0,0 +77818,0,0,0,0,0 +77819,0,0,0,0,0 +77820,0,0,0,0,0 +77821,0,0,0,0,0 +77822,0,0,0,0,0 +77823,0,0,0,0,0 +77824,0,0,0,0,0 +77825,0,0,0,0,0 +77826,0,0,0,0,0 +77827,0,0,0,0,0 +77828,0,0,0,0,0 +77829,0,0,0,0,0 +77830,0,0,0,0,0 +77831,0,0,0,0,0 +77832,0,0,0,0,0 +77833,0,0,0,0,0 +77834,0,0,0,0,0 +77835,0,0,0,0,0 +77836,0,0,0,0,0 +77837,0,0,0,0,0 +77838,0,0,0,0,0 +77839,0,0,0,0,0 +77840,0,0,0,0,0 +77841,0,0,0,0,0 +77842,0,0,0,0,0 +77843,0,0,0,0,0 +77844,0,0,0,0,0 +77845,0,0,0,0,0 +77846,0,0,0,0,0 +77847,0,0,0,0,0 +77848,0,0,0,0,0 +77849,0,0,0,0,0 +77850,0,0,0,0,0 +77851,0,0,0,0,0 +77852,0,0,0,0,0 +77853,0,0,0,0,0 +77854,0,0,0,0,0 +77855,0,0,0,0,0 +77856,0,0,0,0,0 +77857,0,0,0,0,0 +77858,0,0,0,0,0 +77859,0,0,0,0,0 +77860,0,0,0,0,0 +77861,0,0,0,0,0 +77862,0,0,0,0,0 +77863,0,0,0,0,0 +77864,0,0,0,0,0 +77865,0,0,0,0,0 +77866,0,0,0,0,0 +77867,0,0,0,0,0 +77868,0,0,0,0,0 +77869,0,0,0,0,0 +77870,0,0,0,0,0 +77871,0,0,0,0,0 +77872,0,0,0,0,0 +77873,0,0,0,0,0 +77874,0,0,0,0,0 +77875,0,0,0,0,0 +77876,0,0,0,0,0 +77877,0,0,0,0,0 +77878,0,0,0,0,0 +77879,0,0,0,0,0 +77880,0,0,0,0,0 +77881,0,0,0,0,0 +77882,0,0,0,0,0 +77883,0,0,0,0,0 +77884,0,0,0,0,0 +77885,0,0,0,0,0 +77886,0,0,0,0,0 +77887,0,0,0,0,0 +77888,0,0,0,0,0 +77889,0,0,0,0,0 +77890,0,0,0,0,0 +77891,0,0,0,0,0 +77892,0,0,0,0,0 +77893,0,0,0,0,0 +77894,0,0,0,0,0 +77895,0,0,0,0,0 +77896,0,0,0,0,0 +77897,0,0,0,0,0 +77898,0,0,0,0,0 +77899,0,0,0,0,0 +77900,0,0,0,0,0 +77901,0,0,0,0,0 +77902,0,0,0,0,0 +77903,0,0,0,0,0 +77904,0,0,0,0,0 +77905,0,0,0,0,0 +77906,0,0,0,0,0 +77907,0,0,0,0,0 +77908,0,0,0,0,0 +77909,0,0,0,0,0 +77910,0,0,0,0,0 +77911,0,0,0,0,0 +77912,0,0,0,0,0 +77913,0,0,0,0,0 +77914,0,0,0,0,0 +77915,0,0,0,0,0 +77916,0,0,0,0,0 +77917,0,0,0,0,0 +77918,0,0,0,0,0 +77919,0,0,0,0,0 +77920,0,0,0,0,0 +77921,0,0,0,0,0 +77922,0,0,0,0,0 +77923,0,0,0,0,0 +77924,0,0,0,0,0 +77925,0,0,0,0,0 +77926,0,0,0,0,0 +77927,0,0,0,0,0 +77928,0,0,0,0,0 +77929,0,0,0,0,0 +77930,0,0,0,0,0 +77931,0,0,0,0,0 +77932,0,0,0,0,0 +77933,0,0,0,0,0 +77934,0,0,0,0,0 +77935,0,0,0,0,0 +77936,0,0,0,0,0 +77937,0,0,0,0,0 +77938,0,0,0,0,0 +77939,0,0,0,0,0 +77940,0,0,0,0,0 +77941,0,0,0,0,0 +77942,0,0,0,0,0 +77943,0,0,0,0,0 +77944,0,0,0,0,0 +77945,0,0,0,0,0 +77946,0,0,0,0,0 +77947,0,0,0,0,0 +77948,0,0,0,0,0 +77949,0,0,0,0,0 +77950,0,0,0,0,0 +77951,0,0,0,0,0 +77952,0,0,0,0,0 +77953,0,0,0,0,0 +77954,0,0,0,0,0 +77955,0,0,0,0,0 +77956,0,0,0,0,0 +77957,0,0,0,0,0 +77958,0,0,0,0,0 +77959,0,0,0,0,0 +77960,0,0,0,0,0 +77961,0,0,0,0,0 +77962,0,0,0,0,0 +77963,0,0,0,0,0 +77964,0,0,0,0,0 +77965,0,0,0,0,0 +77966,0,0,0,0,0 +77967,0,0,0,0,0 +77968,0,0,0,0,0 +77969,0,0,0,0,0 +77970,0,0,0,0,0 +77971,0,0,0,0,0 +77972,0,0,0,0,0 +77973,0,0,0,0,0 +77974,0,0,0,0,0 +77975,0,0,0,0,0 +77976,0,0,0,0,0 +77977,0,0,0,0,0 +77978,0,0,0,0,0 +77979,0,0,0,0,0 +77980,0,0,0,0,0 +77981,0,0,0,0,0 +77982,0,0,0,0,0 +77983,0,0,0,0,0 +77984,0,0,0,0,0 +77985,0,0,0,0,0 +77986,0,0,0,0,0 +77987,0,0,0,0,0 +77988,0,0,0,0,0 +77989,0,0,0,0,0 +77990,0,0,0,0,0 +77991,0,0,0,0,0 +77992,0,0,0,0,0 +77993,0,0,0,0,0 +77994,0,0,0,0,0 +77995,0,0,0,0,0 +77996,0,0,0,0,0 +77997,0,0,0,0,0 +77998,0,0,0,0,0 +77999,0,0,0,0,0 +78000,0,0,0,0,0 +78001,0,0,0,0,0 +78002,0,0,0,0,0 +78003,0,0,0,0,0 +78004,0,0,0,0,0 +78005,0,0,0,0,0 +78006,0,0,0,0,0 +78007,0,0,0,0,0 +78008,0,0,0,0,0 +78009,0,0,0,0,0 +78010,0,0,0,0,0 +78011,0,0,0,0,0 +78012,0,0,0,0,0 +78013,0,0,0,0,0 +78014,0,0,0,0,0 +78015,0,0,0,0,0 +78016,0,0,0,0,0 +78017,0,0,0,0,0 +78018,0,0,0,0,0 +78019,0,0,0,0,0 +78020,0,0,0,0,0 +78021,0,0,0,0,0 +78022,0,0,0,0,0 +78023,0,0,0,0,0 +78024,0,0,0,0,0 +78025,0,0,0,0,0 +78026,0,0,0,0,0 +78027,0,0,0,0,0 +78028,0,0,0,0,0 +78029,0,0,0,0,0 +78030,0,0,0,0,0 +78031,0,0,0,0,0 +78032,0,0,0,0,0 +78033,0,0,0,0,0 +78034,0,0,0,0,0 +78035,0,0,0,0,0 +78036,0,0,0,0,0 +78037,0,0,0,0,0 +78038,0,0,0,0,0 +78039,0,0,0,0,0 +78040,0,0,0,0,0 +78041,0,0,0,0,0 +78042,0,0,0,0,0 +78043,0,0,0,0,0 +78044,0,0,0,0,0 +78045,0,0,0,0,0 +78046,0,0,0,0,0 +78047,0,0,0,0,0 +78048,0,0,0,0,0 +78049,0,0,0,0,0 +78050,0,0,0,0,0 +78051,0,0,0,0,0 +78052,0,0,0,0,0 +78053,0,0,0,0,0 +78054,0,0,0,0,0 +78055,0,0,0,0,0 +78056,0,0,0,0,0 +78057,0,0,0,0,0 +78058,0,0,0,0,0 +78059,0,0,0,0,0 +78060,0,0,0,0,0 +78061,0,0,0,0,0 +78062,0,0,0,0,0 +78063,0,0,0,0,0 +78064,0,0,0,0,0 +78065,0,0,0,0,0 +78066,0,0,0,0,0 +78067,0,0,0,0,0 +78068,0,0,0,0,0 +78069,0,0,0,0,0 +78070,0,0,0,0,0 +78071,0,0,0,0,0 +78072,0,0,0,0,0 +78073,0,0,0,0,0 +78074,0,0,0,0,0 +78075,0,0,0,0,0 +78076,0,0,0,0,0 +78077,0,0,0,0,0 +78078,0,0,0,0,0 +78079,0,0,0,0,0 +78080,0,0,0,0,0 +78081,0,0,0,0,0 +78082,0,0,0,0,0 +78083,0,0,0,0,0 +78084,0,0,0,0,0 +78085,0,0,0,0,0 +78086,0,0,0,0,0 +78087,0,0,0,0,0 +78088,0,0,0,0,0 +78089,0,0,0,0,0 +78090,0,0,0,0,0 +78091,0,0,0,0,0 +78092,0,0,0,0,0 +78093,0,0,0,0,0 +78094,0,0,0,0,0 +78095,0,0,0,0,0 +78096,0,0,0,0,0 +78097,0,0,0,0,0 +78098,0,0,0,0,0 +78099,0,0,0,0,0 +78100,0,0,0,0,0 +78101,0,0,0,0,0 +78102,0,0,0,0,0 +78103,0,0,0,0,0 +78104,0,0,0,0,0 +78105,0,0,0,0,0 +78106,0,0,0,0,0 +78107,0,0,0,0,0 +78108,0,0,0,0,0 +78109,0,0,0,0,0 +78110,0,0,0,0,0 +78111,0,0,0,0,0 +78112,0,0,0,0,0 +78113,0,0,0,0,0 +78114,0,0,0,0,0 +78115,0,0,0,0,0 +78116,0,0,0,0,0 +78117,0,0,0,0,0 +78118,0,0,0,0,0 +78119,0,0,0,0,0 +78120,0,0,0,0,0 +78121,0,0,0,0,0 +78122,0,0,0,0,0 +78123,0,0,0,0,0 +78124,0,0,0,0,0 +78125,0,0,0,0,0 +78126,0,0,0,0,0 +78127,0,0,0,0,0 +78128,0,0,0,0,0 +78129,0,0,0,0,0 +78130,0,0,0,0,0 +78131,0,0,0,0,0 +78132,0,0,0,0,0 +78133,0,0,0,0,0 +78134,0,0,0,0,0 +78135,0,0,0,0,0 +78136,0,0,0,0,0 +78137,0,0,0,0,0 +78138,0,0,0,0,0 +78139,0,0,0,0,0 +78140,0,0,0,0,0 +78141,0,0,0,0,0 +78142,0,0,0,0,0 +78143,0,0,0,0,0 +78144,0,0,0,0,0 +78145,0,0,0,0,0 +78146,0,0,0,0,0 +78147,0,0,0,0,0 +78148,0,0,0,0,0 +78149,0,0,0,0,0 +78150,0,0,0,0,0 +78151,0,0,0,0,0 +78152,0,0,0,0,0 +78153,0,0,0,0,0 +78154,0,0,0,0,0 +78155,0,0,0,0,0 +78156,0,0,0,0,0 +78157,0,0,0,0,0 +78158,0,0,0,0,0 +78159,0,0,0,0,0 +78160,0,0,0,0,0 +78161,0,0,0,0,0 +78162,0,0,0,0,0 +78163,0,0,0,0,0 +78164,0,0,0,0,0 +78165,0,0,0,0,0 +78166,0,0,0,0,0 +78167,0,0,0,0,0 +78168,0,0,0,0,0 +78169,0,0,0,0,0 +78170,0,0,0,0,0 +78171,0,0,0,0,0 +78172,0,0,0,0,0 +78173,0,0,0,0,0 +78174,0,0,0,0,0 +78175,0,0,0,0,0 +78176,0,0,0,0,0 +78177,0,0,0,0,0 +78178,0,0,0,0,0 +78179,0,0,0,0,0 +78180,0,0,0,0,0 +78181,-1815.894749,-804.2232283,-1792.716292,-803.687432,-874.022702 +78182,-1944.355717,-839.3815495,-1919.731642,-838.8525209,-1065.053808 +78183,-2027.953016,-862.1558025,-1998.172882,-861.6375672,-1225.996072 +78184,-1898.834417,-807.1000189,-1871.428594,-806.5922996,-1151.264168 +78185,-1834.281639,-779.9666368,-1807.950255,-779.4717868,-1111.878321 +78186,-1798.921118,-765.5575383,-1773.055182,-765.0765465,-1088.319988 +78187,-1780.589191,-758.505263,-1754.805426,-758.038574,-1073.771162 +78188,-1793.326848,-764.660175,-1766.958167,-764.2083358,-1077.768875 +78189,-1788.246813,-763.1301041,-1761.406355,-762.6923967,-1071.658318 +78190,-944.4412375,-758.081285,-1385.022531,-757.6572153,-1061.065343 +78191,-1340.006962,-469.3788751,-1080.894769,-466.4577624,-995.3212187 +78192,-1235.110855,-481.3246186,-1224.76903,-606.5608889,-886.9763408 +78193,-1201.801902,-421.8188305,-1113.418249,-563.5897869,-920.8368058 +78194,-1190.016042,-395.8258649,-1089.936485,-551.9829407,-915.8913505 +78195,-1178.874654,-376.3834352,-1071.833898,-544.9447677,-816.4681843 +78196,-1163.539501,-358.8909307,-1051.578231,-539.0944318,-762.8636727 +78197,-1156.817167,-339.5594749,-1034.801566,-531.9838549,-731.798433 +78198,-1140.21373,-323.551261,-1018.474525,-526.3239538,-714.3528635 +78199,-1036.095947,-305.2563535,-999.3681203,-444.1493508,-248.5958725 +78200,-1266.695049,-289.5249098,-987.9585609,-554.5704919,-527.0657755 +78201,-1043.80054,-271.8308815,-968.8998275,-563.2914445,-709.2341005 +78202,-1117.179689,-256.3387719,-952.8154547,-464.998792,-812.9370962 +78203,-1091.25927,-238.3217518,-940.8537503,-510.244781,-900.0659605 +78204,-1083.768783,-229.6817011,-923.6178302,-494.3736676,-794.9999109 +78205,-1071.269317,-216.701822,-909.5909152,-488.6166496,-738.9097141 +78206,-1064.446306,-203.25823,-897.4047145,-484.6265043,-705.194122 +78207,-1055.881771,-190.7319381,-881.0298685,-478.8897841,-684.372278 +78208,-952.0556108,-178.0100017,-869.6188825,-412.1911123,-178.6335844 +78209,-1177.282023,-165.0884729,-858.1161054,-525.7802167,-459.834519 +78210,-964.83982,-152.7596917,-842.7097701,-472.9203768,-828.3921816 +78211,-1034.635754,-137.4742337,-828.8900518,-446.4406111,-756.1512435 +78212,-1011.628604,-123.0047704,-816.3220474,-461.8081272,-713.9077832 +78213,-978.0733643,-109.9095911,-804.6017973,-424.5601505,-224.9505477 +78214,-1036.868167,-98.33576994,-794.5630243,-487.125529,-484.3759997 +78215,-969.8300727,-85.87470884,-784.266043,-425.1006711,-666.6389569 +78216,-986.1275984,-73.12350711,-775.5345594,-442.484749,-793.7674565 +78217,-973.3014952,-61.20549632,-763.8002495,-436.1740324,-887.7287408 +78218,-964.8455672,-48.77939454,-754.135086,-429.8834189,-777.3623516 +78219,-958.3425274,-36.31078363,-747.2705943,-427.1151392,-374.8210212 +78220,-951.3781425,-24.45803047,-734.9207737,-423.1544641,-784.1384487 +78221,-942.2106532,-11.36741376,-726.9801555,-418.6012603,-380.9638605 +78222,-935.377259,0.42675226,-718.8750523,-414.7387646,-589.749354 +78223,-930.0079902,13.20761252,-708.5061492,-412.0686398,-740.5200389 +78224,-866.8945554,36.56841652,-648.4788695,-382.8325805,-815.5978664 +78225,-994.4358147,22.03092033,-768.2181132,-437.8279322,-531.5458699 +78226,-869.7731563,58.4016668,-648.3833119,-384.5224116,-701.5988488 +78227,-857.251657,50.88111141,-633.569733,-376.5916765,-795.8753492 +78228,-969.0997918,92.11008993,-740.9282338,-425.5960191,-523.0094648 +78229,-850.6850703,80.99783186,-624.0869915,-373.2009889,-697.4491315 +78230,-888.4610613,40.63180102,-659.1297641,-389.1907321,-841.1442327 +78231,-871.6547864,41.80602544,-644.7699686,-381.6166781,-737.320186 +78232,-867.516234,43.75078444,-635.7044279,-377.8347411,-684.773926 +78233,-858.3880014,45.96681262,-628.964794,-375.1238799,-649.6893962 +78234,-845.979615,170.7948752,-608.4482619,-367.8821447,-207.3665837 +78235,-834.615215,133.3656004,-601.1446064,-364.3013004,-461.4787646 +78236,-832.5301058,48.51713848,-592.0786508,-360.2754112,-775.3711625 +78237,-820.8221493,50.63005338,-585.5184104,-357.4921184,-696.096964 +78238,-817.9640176,53.86267576,-577.1477357,-353.3064009,-655.6514971 +78239,-807.2384996,175.6217226,-570.8813754,-350.0032015,-228.3910167 +78240,-804.1967672,140.6396039,-563.2322791,-346.7117268,-475.5584369 +78241,90.10809945,59.88107166,89.7074814,40.66024541,-803.2952573 +78242,95.16720485,71.40005115,98.91314765,43.11580529,134.0904098 +78243,103.2521032,88.55244018,112.6646193,47.00954641,183.6139155 +78244,111.8905977,106.0131145,126.7639654,51.1279293,227.9681635 +78245,120.0569993,121.5742155,139.6022127,54.97350569,264.3028637 +78246,127.5325715,134.994266,150.9686211,58.45262069,294.6956383 +78247,134.3940231,146.6974136,161.1055753,61.61621677,321.2111726 +78248,140.7963034,157.1385121,170.3122509,64.54842903,345.0256436 +78249,146.8380188,166.6243531,178.7808199,67.30295862,366.6433574 +78250,152.577632,175.3466347,186.6290156,69.9117676,386.3145088 +78251,158.0581337,183.4381459,193.9424505,72.39786001,404.2409731 +78252,163.3149026,191.003157,200.7915791,74.77973864,420.6206538 +78253,168.3789059,198.1293993,207.2380337,77.0732266,435.6432356 +78254,173.2773267,204.8913749,213.3358479,79.29190261,449.4804996 +78255,178.0335304,211.3515265,219.1316325,81.44718462,462.2824213 +78256,182.6673422,217.5615333,224.6651024,83.54855009,474.1782939 +78257,187.1954214,223.5638897,229.9698889,85.60379331,485.2793933 +78258,191.3656999,229.2725588,234.8083947,87.49838853,495.1980474 +78259,195.8022806,234.9947424,239.8172483,89.51604086,505.1307513 +78260,200.1474144,240.5868407,244.649305,91.49389436,514.481448 +78261,204.4135546,246.0700805,249.3259881,93.43737594,523.3202043 +78262,208.6119192,251.4623864,253.8662168,95.351391,531.7087719 +78263,212.7522007,437.5974766,258.2849813,97.24016258,539.7009767 +78264,216.8384637,436.6215474,262.5939397,99.10632981,547.3428711 +78265,220.8786812,442.91554,266.8047385,100.9528761,554.673708 +78266,224.8796053,480.0017397,270.9301884,102.7821795,561.726777 +78267,228.8458354,503.686798,274.9776049,104.5959329,568.5304831 +78268,232.780447,526.8130594,278.9549833,106.3953453,575.1092084 +78269,236.6857621,549.5358605,282.866348,108.1813694,581.4841468 +78270,240.5637185,572.4528561,286.7175768,109.9548074,587.6738162 +78271,244.4160248,592.6644767,290.5113677,111.7163656,593.6944871 +78272,248.2355897,613.0166751,294.2398755,113.4625507,599.5603461 +78273,252.0187792,632.5110856,297.9058187,115.1915866,605.2838424 +78274,255.7660247,651.8231216,301.5086887,116.9036836,610.8759095 +78275,259.4795553,670.6716145,305.0559232,118.5999226,616.3462373 +78276,263.1617622,689.7204289,308.5482524,120.2814574,621.7033783 +78277,266.814676,708.0066196,311.9926151,121.9492614,626.954951 +78278,270.4399195,726.0312727,315.38877,123.60542,632.1077179 +78279,274.0388584,744.339307,318.7428697,125.2468642,637.1677612 +78280,277.6125975,761.8627149,322.0539872,126.8711444,642.1403999 +78281,281.1621259,779.3837156,325.3278308,128.4780251,647.0304413 +78282,284.6882909,796.3957442,328.5630253,130.0685091,651.8421525 +78283,288.1918825,814.1414264,331.765036,131.6438886,656.5794444 +78284,291.673577,830.332406,334.9321396,133.2053005,661.2457949 +78285,295.1340203,847.2306008,338.069669,134.753668,665.8444253 +78286,298.5737678,863.6617666,341.1756121,136.289732,670.3782081 +78287,301.9933624,879.873692,344.2567008,137.8141209,674.8498297 +78288,305.3932778,895.6792084,347.3124807,139.327374,679.2616997 +78289,308.773994,912.0855926,350.3442954,140.8299738,683.6161054 +78290,312.1359242,927.5634462,353.3513476,142.3223398,687.9150904 +78291,315.4794975,943.1891435,356.3363091,143.8048535,692.1606193 +78292,318.8050919,958.5942207,359.3005365,145.2778522,696.3544632 +78293,322.1131028,973.8022649,362.2450761,146.7416464,700.4983381 +78294,325.4038787,988.9514255,365.1710962,148.1965141,704.5937928 +78295,328.6807137,1003.868413,368.0799376,149.6427224,708.6424188 +78296,331.9342107,1018.671214,370.973001,151.080518,712.645674 +78297,335.1575718,1033.281809,373.8516794,152.5101256,716.6048958 +78298,338.3495808,1047.85606,376.717336,153.9317475,720.5212756 +78299,341.5120571,1062.20357,379.5713361,155.3455811,724.3960226 +78300,344.6475002,1083.254168,382.3522086,156.7517989,728.2301028 +78301,347.7362848,1270.409538,385.072542,158.1404771,731.9841852 +78302,357.8368242,1291.683472,394.8325828,162.6824971,748.9946954 +78303,371.4774324,1311.115264,408.174617,168.7676149,772.7090176 +78304,385.154022,1330.264175,421.5916862,174.7984487,796.6377078 +78305,397.4116704,1349.353103,433.6204385,180.1309756,818.1116976 +78306,407.8105409,1368.034918,444.1158095,184.7265907,836.8550158 +78307,416.7733997,1386.561896,453.3692189,188.7400826,853.3604709 +78308,424.7518654,1404.817461,461.4910119,192.3221823,868.1288001 +78309,432.0266593,1423.042319,468.7630785,195.5069452,881.4996251 +78310,438.7498436,1440.953792,475.4088553,198.3901666,893.69114 +78311,445.0140602,1458.685954,481.5673728,201.0517968,904.8614775 +78312,450.8899479,1476.465326,487.3257006,203.5435132,915.1413232 +78313,456.4386028,1493.717956,492.74696,205.898334,924.6455792 +78314,461.7131681,1511.176155,497.882866,208.1398246,933.4753246 +78315,466.7587913,1528.271482,502.7776587,210.2868179,941.7186388 +78316,471.6129112,1545.281554,507.4688115,212.3549768,949.4513518 +78317,476.3063845,1562.070642,511.9876598,214.3573397,956.7386797 +78318,480.8645507,1578.883797,516.3600791,216.3045816,963.6365568 +78319,485.3083495,1595.397439,520.6074544,218.2053957,970.193159 +78320,489.6550641,1611.845542,524.7474169,220.0668129,976.4499013 +78321,493.9190527,1628.132557,528.7946013,221.8945556,982.4425465 +78322,498.1122048,1644.289951,532.7611273,223.6932689,988.2018933 +78323,502.2444242,1666.628531,536.6570964,225.4667546,993.7545783 +78324,506.3239307,1678.292509,540.4909016,227.2181126,999.1235756 +78325,510.3575999,1700.815649,544.2695706,228.9498949,1004.328802 +78326,514.3511485,1709.012669,547.9989568,230.6641875,1009.387452 +78327,518.3093846,1701.045855,551.6839903,232.3627197,1014.314478 +78328,522.236318,1751.803519,555.3287933,234.0469108,1019.122807 +78329,526.1353682,1750.013132,558.9368888,235.7205994,1023.823765 +78330,530.009416,1768.523837,562.5112559,237.3790162,1028.4272 +78331,533.8609073,1782.809161,566.0544343,239.0187359,1032.94171 +78332,537.6845422,1796.337869,569.5608573,240.6375269,1037.374676 +78333,541.4778821,1809.970565,573.0280333,242.2355584,1041.732575 +78334,545.241859,1823.030872,576.4570404,243.8143258,1046.021002 +78335,548.9788853,1836.287756,579.8505197,245.3756041,1050.244941 +78336,552.6916188,1849.18723,583.211364,246.9210465,1054.409095 +78337,555.5834346,1861.790679,602.450554,248.0888708,1057.065131 +78338,551.1863711,1874.380852,738.0667691,245.9398313,1046.453414 +78339,546.9187529,1886.738357,679.9379963,243.8507514,1036.06251 +78340,542.840462,1899.024728,711.2921091,241.8519359,1184.801205 +78341,538.9441407,1910.835781,725.1930144,239.9405617,1206.545974 +78342,535.1978402,1922.89786,737.5347063,238.1011826,1189.566925 +78343,531.5699073,1934.608501,749.7579684,236.3181343,1218.22667 +78344,528.0359585,1946.040839,761.6471222,234.579262,1232.285438 +78345,695.418111,1957.491258,773.3032169,232.875665,1245.52963 +78346,692.407352,1968.707479,785.0747441,231.2006183,1258.388597 +78347,687.3524679,1979.791096,796.2867163,229.5487642,1271.661961 +78348,714.3809878,1990.809747,808.0087842,302.8422273,1284.022429 +78349,728.4030938,2001.355414,818.5418817,291.903875,1296.840769 +78350,742.5616102,2012.191319,830.0096395,295.402159,1308.816015 +78351,756.3660564,2022.68407,840.4855277,305.8985892,1321.523342 +78352,770.1984863,2032.891067,851.578533,312.2568604,1332.978845 +78353,783.6541486,2043.151376,861.9857501,318.2606579,1344.731299 +78354,797.0369742,2053.186355,872.2631197,324.2962157,1356.746779 +78355,814.6732141,2057.508049,891.5188004,333.8029102,1368.028191 +78356,828.6070229,2066.160452,902.9891495,340.188687,1379.436769 +78357,841.796822,2075.35726,913.4443662,346.0917515,1390.590581 +78358,854.6848116,2084.442797,923.9162766,352.2413625,1401.685389 +78359,868.2085585,2095.436283,934.6700511,357.93642,1412.533799 +78360,880.3756549,2112.848129,944.6043023,363.6483532,1423.330452 +78361,899.570682,2111.378087,961.2102996,372.0727761,1456.058629 +78362,913.707725,2110.979938,972.3952821,378.0465406,1468.004737 +78363,926.5437662,2140.930454,983.1014256,384.0863893,1480.453158 +78364,940.0707237,2139.23111,993.5091845,389.6972619,1491.583685 +78365,952.6474343,2150.253819,1003.73266,395.2982762,1502.868158 +78366,965.3641676,2158.616733,1013.803081,400.6887061,1513.757409 +78367,977.5666713,2167.279314,1023.742026,406.2961997,1524.491154 +78368,990.5200857,2175.601585,1033.56303,411.5181136,1534.9508 +78369,1002.526752,2183.631893,1043.275673,416.8494318,1545.511727 +78370,1015.132714,2191.760767,1052.885454,422.04367,1555.718431 +78371,1026.651915,2199.669344,1062.355367,427.0392581,1565.873883 +78372,1038.898812,2207.572712,1071.428223,432.3784108,1575.895025 +78373,1050.343714,2214.984758,1081.337372,437.4298304,1585.73453 +78374,1062.788272,2222.774894,1090.242725,442.1698709,1595.593423 +78375,1074.158325,2230.11507,1099.568693,447.0473434,1605.162384 +78376,1085.847726,2242.962994,1108.546572,452.1545374,1614.805765 +78377,1097.375793,2247.289595,1117.526955,456.830729,1635.141528 +78378,1108.82127,2262.565996,1126.505674,461.6230276,1633.332172 +78379,1120.186007,2251.718034,1135.261191,466.3364483,1626.501414 +78380,1131.471719,2252.935369,1144.106181,470.8119831,1661.700054 +78381,1142.681796,2281.350282,1152.768156,475.7416638,1658.464877 +78382,1153.765987,2276.054199,1161.401855,480.1647046,1669.886555 +78383,1164.901695,2285.13869,1169.907728,484.7333522,1678.622317 +78384,1175.858006,2291.588651,1178.536897,489.2242343,1687.58859 +78385,1186.785158,2297.948831,1186.794294,493.6754148,1696.09939 +78386,1197.57529,2319.284227,1195.241175,498.0878789,1704.728544 +78387,1208.437774,2300.479222,1203.636698,502.2602353,1713.289324 +78388,1219.11355,2308.493305,1211.783013,506.9302182,1721.582276 +78389,1229.769555,2328.184237,1219.962039,511.2983379,1729.957585 +78390,1239.799507,2345.17711,1228.183229,515.2307287,1738.272149 +78391,1250.924326,2303.91107,1239.022995,519.5714357,1746.322474 +78392,1260.815148,2371.600765,1259.317977,523.5833428,1754.559382 +78393,1270.939489,2330.064809,1223.869233,527.4795186,1762.36372 +78394,1281.048849,2351.317819,1273.099672,531.8299811,1770.471958 +78395,1291.111554,2352.601473,1263.70466,535.5971713,1778.244023 +78396,1300.929173,2363.492372,1274.340699,539.6180015,1801.10746 +78397,1310.914977,2356.422315,1281.788113,543.501733,1774.37852 +78398,1320.580012,2370.237934,1289.347169,547.3766961,1821.305914 +78399,1330.344668,2366.068454,1296.623223,551.2020412,1802.003204 +78400,1340.163722,2373.806757,1304.087618,554.9960987,1824.490044 +78401,1349.506681,2376.860042,1311.155175,558.8237276,1821.880555 +78402,1359.253666,2386.901148,1318.573862,562.5146926,1832.759062 +78403,1368.658021,2375.965691,1325.76895,566.2580234,1839.527985 +78404,1378.088131,2396.108339,1332.793031,569.9782512,1846.662807 +78405,1387.454457,2383.166592,1353.103686,573.5859751,1853.594749 +78406,1396.753234,2401.856339,1331.178729,577.2463768,1860.721696 +78407,1405.996535,2388.696805,1357.736798,580.8486698,1867.831739 +78408,1415.089573,2408.508012,1361.64648,584.1011782,1879.939828 +78409,1424.356346,2400.761646,1367.241587,588.1546104,1879.213795 +78410,1433.447571,2405.440334,1374.805637,591.4474664,1888.489535 +78411,1442.338334,2408.47045,1381.529053,594.9697739,1895.165901 +78412,1452.102703,2410.822584,1388.306935,598.5116463,1907.207723 +78413,1467.970199,2406.323786,1395.271541,601.9839718,1905.887173 +78414,1466.202647,2423.352562,1401.801129,605.3309068,1919.669802 +78415,1491.317974,2408.380893,1408.567386,608.8343015,1919.53757 +78416,1477.366393,2427.315116,1425.468212,612.1939541,1931.150325 +78417,1483.131664,2412.330086,1409.474739,615.5728956,1936.482096 +78418,1513.06176,2424.491938,1431.418617,618.9253121,1940.65923 +78419,1509.728425,2424.187795,1435.444722,622.2564643,1942.535689 +78420,1520.880925,2424.938754,1440.983699,625.5688763,1937.39425 +78421,1412.349543,2377.34455,1330.092035,575.3970909,1777.543154 +78422,1433.541591,2369.860461,1334.55073,577.769239,1711.835334 +78423,1418.650176,2372.273271,1339.810244,580.4846933,1743.353638 +78424,1416.301668,2373.423313,1361.947636,583.2240371,1743.795906 +78425,1450.043699,2373.755659,1326.957378,586.0444969,1741.599719 +78426,1443.85284,2380.553663,1366.616978,588.8903873,1752.59052 +78427,1454.208636,2366.035824,1360.329225,591.7439122,1756.049616 +78428,1461.372333,2383.922775,1367.41297,594.6434949,1759.210281 +78429,1469.068225,2366.694793,1385.791065,597.554327,1766.30623 +78430,1476.399516,2377.214778,1360.511143,600.337201,1757.980125 +78431,1483.718407,2374.733477,1393.958626,603.2231435,1750.177293 +78432,1491.093043,2373.99834,1390.605738,606.1155471,1738.185597 +78433,1498.605667,2373.98679,1392.546536,608.9779605,1725.850075 +78434,1505.623579,2373.59426,1421.556372,611.8149895,1713.513195 +78435,1513.365854,2373.100868,1380.266806,614.7021461,1701.464314 +78436,1520.353468,2372.499631,1442.823133,617.5271178,1690.022563 +78437,1527.827843,2371.831404,1405.424531,620.3658369,1678.985133 +78438,1535.11178,2377.75053,1431.981799,623.3315559,1668.630885 +78439,1542.39155,2361.831718,1429.729383,626.0795208,1658.882126 +78440,1549.659749,2378.631799,1437.234613,628.9210997,1649.890889 +78441,1557.016358,2360.510954,1442.709691,631.8243564,1641.623734 +78442,1563.972457,2376.168843,1448.392573,634.6321908,1633.952159 +78443,1571.451498,2358.389721,1453.898868,637.4772691,1626.624136 +78444,1578.66802,2373.81495,1459.770052,640.3126089,1619.626545 +78445,1585.705639,2355.947929,1465.151043,643.146061,1612.819584 +78446,1592.970801,2371.090746,1476.089771,645.9281061,1606.351332 +78447,1600.238421,2353.018252,1474.295779,648.8306765,1599.980569 +78448,1607.084497,2368.092854,1482.914299,651.6712508,1593.839495 +78449,1614.493077,2349.843017,1488.161654,654.4277813,1587.411273 +78450,1621.512583,2364.849831,1493.759303,657.2362928,1581.059748 +78451,1628.59119,2345.782492,1499.041166,660.0525307,1574.717869 +78452,1635.216584,2361.104235,1509.082823,662.7144794,1568.607027 +78453,1642.248901,2340.754206,1508.075288,665.4759341,1562.495461 +78454,1648.88105,2356.642915,1515.259281,668.1628813,1556.153232 +78455,1662.412493,2335.893342,1525.474643,670.9030428,1550.32016 +78456,1664.088204,2344.323735,1524.330502,673.5778006,1544.272184 +78457,1682.427779,2339.40349,1535.206733,676.3067822,1538.36542 +78458,1664.977695,2336.254409,1535.692543,678.9703915,1532.608717 +78459,1670.822729,2333.383696,1545.111681,681.6885315,1526.907355 +78460,1699.306564,2330.427235,1549.357616,684.2889684,1521.317731 +78461,1693.428459,2327.382739,1553.080733,687.0765281,1515.710798 +78462,1702.954049,2324.122222,1554.879079,689.6817897,1509.975505 +78463,1709.725526,2320.734173,1551.479594,692.4412904,1503.840116 +78464,1716.392769,2317.288463,1544.905843,694.9956422,1497.181202 +78465,1723.161298,2313.721913,1538.412262,697.6684902,1489.498239 +78466,1729.609205,2310.043047,1532.162062,700.367694,1481.20343 +78467,1736.319529,2306.298739,1526.221653,703.0080332,1472.51195 +78468,1743.033932,2302.4491,1520.593825,705.6332433,1463.60081 +78469,1749.289429,2298.523167,1515.251219,708.3052928,1454.56814 +78470,1778.459461,2294.48929,1510.128875,710.9139459,1445.44421 +78471,1729.357812,2290.411524,1505.283594,713.5785644,1436.370063 +78472,1785.334405,2286.195936,1500.677158,716.2144721,1427.364408 +78473,1772.269175,2281.90884,1496.191599,718.7864688,1418.325067 +78474,1782.36685,2277.578141,1491.846105,721.499637,1409.310655 +78475,1788.532162,2273.067571,1487.638645,724.1375773,1400.540338 +78476,1816.592871,2268.532649,1483.500798,726.6768494,1391.534018 +78477,1770.096804,2263.911354,1479.504687,729.2762815,1382.6207 +78478,1825.57463,2259.212214,1475.622103,731.9693286,1373.783994 +78479,1808.274255,2254.380581,1471.76353,734.5355144,1364.925628 +78480,1822.570843,2249.508059,1467.956388,737.1518368,1356.288652 +78481,1584.990657,2135.379942,1465.749264,630.0830809,1351.080079 +78482,1585.438326,2125.644853,1450.409168,629.6092995,1326.099941 +78483,1587.015003,2118.931125,1429.582548,630.1245942,1292.499705 +78484,1590.251998,2111.9118,1410.279712,631.0908503,1260.539924 +78485,1601.813464,2104.94045,1394.726171,632.0128219,1233.408033 +78486,1589.820031,2098.074828,1382.659623,633.220998,1210.930536 +78487,1595.416844,2091.206986,1373.134742,634.3043459,1191.952959 +78488,1606.642831,2084.320678,1365.242222,635.637759,1175.384698 +78489,1605.112383,2077.386717,1358.434655,636.7470218,1160.542641 +78490,1609.900274,2070.363593,1352.394426,638.2111121,1147.039939 +78491,1613.257435,2063.371836,1346.938113,639.3761178,1134.609361 +78492,1617.189681,2056.25802,1341.924225,640.8572412,1123.050845 +78493,1621.11408,2049.078115,1337.265132,642.007564,1112.207258 +78494,1636.149059,2041.923392,1332.859679,643.4340756,1101.93152 +78495,1617.03339,2034.640604,1328.697033,644.6056808,1092.167985 +78496,1636.082885,2027.517128,1324.730512,646.1402855,1082.84385 +78497,1638.746296,2019.914658,1320.890165,647.3667937,1073.835777 +78498,1641.747442,2012.566074,1317.148169,648.8458911,1065.099784 +78499,1662.010383,2005.11758,1313.493027,650.1380798,1056.589821 +78500,1627.875125,1997.525261,1309.954385,651.6291114,1048.338247 +78501,1682.409146,1990.013439,1306.494688,652.9418966,1040.271461 +78502,1633.672105,1982.356641,1303.09504,655.1029666,1032.365834 +78503,1696.836946,1974.677022,1299.73854,658.3133785,1024.576927 +78504,1638.990773,1966.947777,1296.437544,657.2371944,1016.922846 +78505,1706.552941,1959.170793,1293.26563,662.5384492,1009.474963 +78506,1645.860366,1951.30615,1290.164803,659.1210575,1002.167088 +78507,1717.33439,1943.495068,1287.414374,667.628429,995.331125 +78508,1674.431749,1935.53612,1284.726163,659.6304018,988.6177577 +78509,1697.459188,1927.581091,1281.945378,674.9618326,981.8181828 +78510,1698.180117,1919.727512,1279.515929,656.8926029,975.4943045 +78511,1703.225728,1911.343313,1277.484281,659.4468656,969.6903754 +78512,1707.829424,1903.037134,1275.607479,675.3921902,964.1257794 +78513,1712.282301,1887.121253,1273.712379,668.1340158,958.5777424 +78514,1717.290188,1897.042066,1271.992265,671.5380431,953.297559 +78515,1721.768558,1865.501813,1270.324015,673.140387,948.114481 +78516,1726.701396,1873.178503,1268.572144,674.4805492,942.8655883 +78517,1731.11491,1859.41059,1266.933862,675.8863424,937.7792059 +78518,1736.384861,1851.23997,1265.342265,677.5030589,932.7794447 +78519,1740.838631,1842.922239,1263.756033,678.7520067,927.7996516 +78520,1745.759069,1834.140983,1262.195891,680.2112756,923.0604688 +78521,1758.949233,1825.536284,1260.795924,681.7571702,918.3155913 +78522,1751.922802,1816.934678,1259.401135,683.044631,913.5944038 +78523,1761.746594,1807.948618,1257.889156,684.563012,908.7352296 +78524,1766.018695,1799.238582,1256.404868,686.1433253,903.9285795 +78525,1770.856172,1790.44384,1255.180781,687.412559,899.4047993 +78526,1775.845158,1781.525881,1253.777722,688.8837599,894.6730314 +78527,1780.826055,1772.694374,1252.406526,690.4388584,890.1676343 +78528,1785.763402,1763.911644,1251.069004,691.8040671,885.4670547 +78529,1790.949921,1754.746119,1249.780294,693.2304033,880.6571555 +78530,1796.088314,1745.959145,1248.529899,694.7991317,876.2700405 +78531,1800.834001,1736.900265,1247.320966,696.2360921,871.8199819 +78532,1806.429821,1727.941995,1246.14654,697.562848,867.6564179 +78533,1811.336459,1719.036958,1245.012897,699.1126396,863.3667088 +78534,1824.042571,1709.816521,1244.048618,700.5785442,859.2952663 +78535,1818.823585,1700.90324,1243.109686,701.9595223,855.255143 +78536,1827.625792,1681.795094,1242.087381,703.5422343,851.124401 +78537,1832.967587,1697.071989,1241.209853,704.9153696,847.4045397 +78538,1837.655356,1647.103374,1240.588157,706.4192094,843.8127254 +78539,1843.211272,1692.450013,1240.276621,707.8839842,840.3829832 +78540,1848.566646,1624.964957,1239.845892,709.308633,837.0849218 +78541,2000.091983,1783.373553,1243.21038,817.4214342,838.5887157 +78542,2015.59951,1734.313922,1261.533685,820.9403337,861.781385 +78543,2032.719893,1742.07941,1283.330726,823.6420934,891.588872 +78544,2044.813446,1731.700527,1301.900591,826.2053018,917.0833923 +78545,2051.607127,1723.650989,1315.117086,828.7428482,935.6303027 +78546,2054.537428,1703.362514,1323.571547,831.0169765,948.0786242 +78547,2055.283415,1725.027322,1328.890551,833.291292,956.1868512 +78548,2055.000214,1670.754479,1332.242305,835.6565296,961.3826606 +78549,2054.216021,1721.830199,1334.26998,837.8701566,964.4677666 +78550,2053.204375,1652.610793,1335.364978,839.9175752,965.966531 +78551,2052.12302,1681.298292,1335.78931,842.1694909,966.2294058 +78552,2050.957177,1663.839625,1335.656508,844.3349962,965.4507158 +78553,2049.822855,1655.477286,1335.335718,846.3761797,963.8769572 +78554,2048.774289,1647.959203,1334.542157,848.6003422,961.9092243 +78555,2047.773575,1657.817318,1333.511627,850.686336,959.199973 +78556,2046.927478,1605.297699,1332.366036,852.6089467,956.1512077 +78557,2046.158306,1662.564059,1331.099599,854.8304,952.7733953 +78558,2045.494494,1573.743222,1329.761231,856.7763634,949.1670135 +78559,2044.912688,1647.045788,1328.361386,858.7777349,945.355837 +78560,2044.385176,1562.998678,1326.90045,860.702374,941.3710095 +78561,2043.953623,1605.297643,1325.420235,866.1476823,937.2697221 +78562,2043.452575,1599.336358,1323.826785,864.5841504,932.9575854 +78563,2043.052106,1544.393344,1322.236573,874.15242,928.581845 +78564,2042.785532,1579.794576,1320.676836,860.6873936,924.1986049 +78565,2042.526022,1554.685087,1319.074673,868.5998444,919.7122563 +78566,2042.542075,1549.439611,1317.422759,875.481287,915.132341 +78567,2042.274717,1541.365127,1315.748112,873.4876084,910.4870769 +78568,2042.193324,1533.512169,1314.052523,876.3832107,905.7950121 +78569,2042.395749,1525.445221,1312.347632,878.3185815,901.063565 +78570,2042.881546,1517.635763,1310.619857,880.2068365,896.2907452 +78571,2043.612122,1509.456263,1308.876561,882.0322651,891.4774765 +78572,2044.534783,1501.559471,1307.098208,883.8311884,886.6260564 +78573,2045.609728,1493.599383,1305.293691,885.6146277,881.7388133 +78574,2046.812544,1485.696292,1303.451134,887.4699051,876.8180988 +78575,2048.130274,1477.838012,1301.585173,889.093415,871.8668062 +78576,2049.54677,1472.964904,1299.681512,890.9003147,866.8815078 +78577,2051.046915,1467.570936,1297.748853,892.6186118,861.8573691 +78578,2052.627773,1461.955899,1295.778127,894.338601,856.7979231 +78579,2054.2275,1482.222607,1293.745982,896.0488782,851.6578688 +78580,2056.000437,1412.820582,1291.741095,897.7436771,846.5653659 +78581,2057.922441,1463.784413,1289.763286,899.4350229,841.5056308 +78582,2059.79808,1449.783883,1287.68012,901.1135408,836.3258787 +78583,2062.055983,1414.844713,1285.59703,902.7836103,831.1452982 +78584,2064.117982,1438.985602,1283.52071,904.5366541,825.9875044 +78585,2066.169746,1433.665065,1281.381222,908.9754628,820.7485949 +78586,2068.333595,1401.966855,1279.238119,908.8180966,815.5195884 +78587,2070.621114,1421.987576,1277.10928,915.4439596,810.3085824 +78588,2072.953353,1414.898912,1274.935872,905.076232,805.0559862 +78589,2075.414332,1391.846709,1272.786991,907.961598,799.8353906 +78590,2078.185138,1423.03993,1270.595215,918.1648458,794.5759991 +78591,2080.678708,1364.703399,1268.397221,914.6939698,789.3099296 +78592,2083.271189,1402.274482,1266.206461,917.3122455,784.0692231 +78593,2086.139867,1382.494081,1263.972135,919.0278955,778.7745885 +78594,2088.655387,1379.824191,1261.709164,920.5972494,773.4596203 +78595,2091.469289,1372.650504,1259.455594,922.1771998,768.1580855 +78596,2093.709535,1376.168276,1257.182946,923.8433445,762.8483574 +78597,2096.686684,1356.960633,1254.913521,928.1669174,757.5446228 +78598,2099.833102,1377.486917,1252.612712,928.5407533,752.2174035 +78599,2102.813858,1337.428616,1250.315572,933.7493713,746.8970458 +78600,2105.824023,1382.10143,1247.99794,925.8452908,741.5671513 +78601,2111.992078,1337.908864,1248.496901,949.2495673,741.3757521 +78602,2120.230298,1382.899186,1250.491069,959.7640409,743.9135306 +78603,2129.352839,1361.611428,1253.060136,959.4444634,747.5910225 +78604,2138.086303,1361.581085,1255.388996,961.5072523,751.0028357 +78605,2145.941193,1358.342244,1257.153785,973.9187434,753.5904029 +78606,2153.017106,1355.124853,1258.397302,951.5191353,755.3833017 +78607,2159.825723,1351.9508,1259.235324,989.1467138,756.5395188 +78608,2166.004096,1348.84196,1259.80183,947.86539,757.242575 +78609,2172.000624,1345.809777,1260.195337,997.1434001,757.6281908 +78610,2177.862382,1342.865926,1260.440148,963.216513,757.7366067 +78611,2183.645013,1340.29288,1260.572187,967.6364741,757.623085 +78612,2189.531061,1337.871529,1260.710778,998.2919676,757.4499287 +78613,2195.411728,1335.576011,1260.79377,970.1287963,757.147731 +78614,2201.175476,1333.388191,1260.756464,987.6609069,756.642744 +78615,2206.973925,1331.382525,1260.697081,985.4874125,756.0676555 +78616,2212.904547,1329.113253,1260.679644,988.662619,755.5110015 +78617,2219.00257,1327.152812,1260.730585,991.2611549,755.0134969 +78618,2225.247323,1325.122248,1260.841472,993.7388324,754.571297 +78619,2231.583308,1323.142789,1260.98161,996.3407136,754.1511995 +78620,2237.977572,1321.195591,1261.13325,999.0741136,753.7351804 +78621,2244.41134,1319.278705,1261.286114,1001.670862,753.3133681 +78622,2250.875145,1317.390568,1261.434844,1004.653746,752.8812619 +78623,2257.361134,1315.529953,1261.57489,1007.47251,752.4347656 +78624,2263.86144,1313.695516,1261.701769,1010.392704,751.9695565 +78625,2270.671071,1311.886218,1261.813258,1013.436542,751.4839137 +78626,2277.185262,1310.100908,1261.910605,1016.363816,750.9804341 +78627,2283.70857,1308.338738,1261.998071,1019.626594,750.4654404 +78628,2290.252967,1306.598726,1262.076986,1022.787947,749.9415212 +78629,2296.817825,1304.880207,1262.144962,1025.959266,749.4064114 +78630,2303.402767,1303.182401,1262.202544,1029.316682,748.8615595 +78631,2310.00817,1301.42676,1262.251238,1032.41948,748.309505 +78632,2316.727707,1299.674535,1262.357733,1041.453903,747.847764 +78633,2323.296769,1297.932846,1262.362367,1031.092754,747.2801438 +78634,2329.845076,1296.204242,1262.346243,1051.414697,746.7120669 +78635,2336.498224,1294.489016,1262.386434,1043.298408,746.2404351 +78636,2343.022419,1292.786628,1262.534531,1050.003417,745.6755211 +78637,2349.503308,1291.098335,1262.438857,1053.604344,745.0820887 +78638,2356.018402,1289.423557,1262.348709,1056.854828,744.5189887 +78639,2362.529005,1287.762364,1262.245122,1060.547281,743.9543133 +78640,2369.03903,1286.114805,1262.132814,1064.127136,743.3908943 +78641,2375.553358,1284.480983,1262.015678,1067.728712,742.8330757 +78642,2382.078786,1282.860743,1261.897917,1071.674104,742.2865694 +78643,2388.613275,1281.254275,1261.778196,1075.361278,741.7499777 +78644,2395.151298,1279.661403,1261.653424,1079.273249,741.2195234 +78645,2401.693587,1278.082361,1261.524493,1082.955102,740.6962633 +78646,2408.244983,1276.516959,1261.394537,1087.070029,740.1841095 +78647,2414.807686,1274.965428,1261.264379,1091.04464,739.6839338 +78648,2421.378719,1273.427557,1261.131293,1095.048726,739.1921462 +78649,2427.959445,1271.903606,1260.995356,1098.976105,738.7086463 +78650,2434.557544,1270.393356,1260.860952,1103.279664,738.2389204 +78651,2441.315848,1268.897352,1260.81745,1112.470117,737.8977475 +78652,2448.080388,1267.414589,1260.770299,1109.671129,737.5645941 +78653,2454.690575,1265.945601,1260.620362,1116.223708,737.1121739 +78654,2461.308572,1264.490702,1260.467227,1120.716737,736.667028 +78655,2467.977023,1263.049577,1260.336686,1124.696715,736.2611099 +78656,2474.647319,1261.621998,1260.199116,1128.974991,735.8562081 +78657,2481.330025,1260.208428,1260.061756,1133.590429,735.4616062 +78658,2488.026096,1258.808534,1259.926088,1137.913234,735.079278 +78659,2494.890456,1257.422544,1259.889268,1147.284439,734.8342758 +78660,2501.629065,1255.925377,1259.770463,1145.470332,734.4949527 +78661,2507.761186,1221.785828,1259.376853,1117.816509,733.9623432 +78662,2507.529259,1220.258162,1254.486987,1123.98821,726.7514516 +78663,2505.328375,1218.933421,1248.050602,1128.043194,717.052441 +78664,2504.549972,1217.650728,1242.407231,1132.343883,708.2424007 +78665,2506.207275,1216.39318,1238.311059,1142.358467,701.4562536 +78666,2509.787784,1215.156757,1235.499929,1140.699184,696.4175352 +78667,2514.415913,1213.939864,1233.452627,1146.954037,692.4821153 +78668,2519.727002,1212.74141,1231.945285,1152.973311,689.3742606 +78669,2525.469235,1211.560913,1230.813279,1156.913936,686.8843401 +78670,2531.729864,1210.518426,1229.909858,1162.080154,684.8184091 +78671,2537.982462,1209.193686,1229.281198,1171.445536,683.2258822 +78672,2544.372373,1208.146669,1228.813385,1170.963306,681.9494316 +78673,2550.660078,1207.012786,1228.340813,1176.850767,680.7645599 +78674,2557.131345,1205.911097,1228.027521,1182.487835,679.8703894 +78675,2563.538499,1204.824109,1227.711843,1191.703525,679.0483505 +78676,2570.164194,1203.75189,1227.563288,1191.787515,678.5073641 +78677,2576.777104,1202.693087,1227.43577,1201.767873,678.0520492 +78678,2583.38163,1201.647986,1227.329144,1202.527102,677.6755813 +78679,2589.808795,1200.616051,1227.135222,1207.076196,677.2317688 +78680,2596.450322,1199.597864,1227.09244,1220.661642,677.0210406 +78681,2603.116183,1198.592028,1227.082008,1214.852153,676.8860852 +78682,2609.417093,1197.598078,1226.862578,1223.025049,676.5123094 +78683,2615.560276,1196.617404,1226.558242,1225.626444,676.0536261 +78684,2621.493071,1195.648153,1226.131914,1226.688116,675.4564516 +78685,2627.011508,1194.689937,1225.453457,1227.11621,674.5476825 +78686,2632.109816,1193.74268,1224.514367,1227.831725,673.289591 +78687,2636.874627,1192.807602,1223.363273,1228.848623,671.770077 +78688,2641.401673,1191.884095,1222.055882,1230.109562,670.0320631 +78689,2645.770481,1187.439226,1220.640659,1231.549228,668.16786 +78690,2650.372415,1186.195401,1218.769282,1233.087492,666.1878376 +78691,2655.103068,1184.624816,1216.595659,1234.704365,664.1198496 +78692,2659.739006,1183.486597,1214.32931,1236.378515,661.992982 +78693,2664.17822,1182.271408,1212.086096,1238.096366,659.8298949 +78694,2668.409843,1181.098595,1209.90005,1239.851602,657.6462145 +78695,2672.469502,1179.946788,1207.767657,1241.641656,655.4521946 +78696,2676.397678,1178.811034,1205.67668,1243.464874,653.2546449 +78697,2680.223245,1177.68998,1203.616916,1245.319412,651.0578034 +78698,2683.963498,1176.581753,1201.581695,1247.203202,648.8644719 +78699,2687.62851,1175.486052,1199.56654,1249.114118,646.6761626 +78700,2691.214854,1174.401565,1197.568133,1251.050264,644.4938719 +78701,2694.741275,1173.328345,1195.583655,1253.009929,642.3178972 +78702,2698.202422,1172.265239,1193.610677,1254.991604,640.1483497 +78703,2701.612993,1171.091726,1191.647711,1256.99459,637.9857295 +78704,2704.962287,1170.946994,1189.692061,1259.016608,635.8285586 +78705,2708.260473,1169.702166,1187.741498,1261.055698,633.6753208 +78706,2711.4987,1169.333502,1185.795348,1263.111415,631.5262806 +78707,2714.691173,1166.827761,1183.85492,1265.185285,629.3838247 +78708,2717.820633,1170.535175,1181.914851,1267.271364,627.2416714 +78709,2720.918364,1156.301641,1179.987218,1269.382543,625.1157386 +78710,2723.962017,1168.418471,1178.064201,1271.509673,622.996373 +78711,2726.899423,1181.324194,1176.10675,1273.609991,620.8332121 +78712,2729.825258,1133.830409,1174.178699,1275.753512,618.708611 +78713,2732.745186,1174.515667,1172.277041,1277.936011,616.6187704 +78714,2735.506614,1182.501903,1170.314263,1280.060754,614.4509525 +78715,2738.273218,1122.127214,1168.384353,1282.230651,612.3261306 +78716,2741.041421,1175.904848,1166.490935,1284.448867,610.2490891 +78717,2743.681016,1153.46197,1164.554951,1286.627241,608.1178754 +78718,2746.259307,1156.283789,1162.608523,1288.800782,605.9738291 +78719,2748.795,1155.392128,1160.669336,1290.989451,603.8392892 +78720,2751.27213,1154.470846,1158.729099,1293.183799,601.7034466 +78721,2756.905348,1087.020727,1159.940774,1296.864451,605.2582648 +78722,2752.436068,1084.9364,1153.849535,1294.557276,597.6110915 +78723,2743.570353,1083.211049,1144.393254,1289.91421,584.6937159 +78724,2735.929718,1081.487795,1135.495745,1286.446297,572.3178901 +78725,2731.536652,1079.797257,1128.64008,1285.29416,562.6960653 +78726,2730.053195,1078.119182,1123.714856,1286.060636,555.7599706 +78727,2730.463411,1076.451081,1120.131248,1287.952973,550.7669778 +78728,2731.919348,1074.790295,1117.377119,1290.358277,547.064404 +78729,2733.917766,1073.137005,1115.136309,1292.947684,544.2445527 +78730,2736.208121,1071.488783,1113.238009,1295.588474,542.0776827 +78731,2738.66897,1069.845627,1111.587266,1298.240087,540.424294 +78732,2741.23336,1068.087016,1110.122955,1300.892134,539.1857088 +78733,2743.854833,1066.622376,1108.79932,1303.539229,538.2828077 +78734,2746.498716,1064.905417,1107.580786,1306.176287,537.6512056 +78735,2749.140048,1063.289762,1106.440241,1308.799408,537.238923 +78736,2751.761144,1061.658398,1105.35732,1311.406285,537.0046123 +78737,2754.350456,1060.028437,1104.316881,1313.996064,536.9150327 +78738,2756.900765,1058.399009,1103.307876,1316.568998,536.9439686 +78739,2759.407095,1056.771024,1102.322077,1319.125717,537.0700458 +78740,2761.866557,1055.143401,1101.353401,1321.666967,537.2761966 +78741,2764.233355,1076.809855,1100.37031,1324.164181,537.5133889 +78742,2766.611933,1017.582896,1099.433717,1326.68887,537.8531512 +78743,2768.98544,1066.583383,1098.531612,1329.229946,538.2740453 +78744,2771.222419,1056.64154,1097.582107,1331.698747,538.6654898 +78745,2773.422622,1029.940553,1096.644565,1334.163191,539.0991938 +78746,2775.556447,1078.933276,1095.699145,1336.799412,539.545422 +78747,2777.671383,1004.49423,1094.773935,1339.227824,540.0368016 +78748,2779.778605,1060.031589,1093.875277,1341.664386,540.5789218 +78749,2781.772553,1037.361835,1092.93844,1344.047825,541.0857946 +78750,2783.696845,1040.675796,1091.989198,1346.410995,541.5884083 +78751,2785.595133,1033.226726,1091.053264,1348.782642,542.1176282 +78752,2787.294672,1040.802326,1090.102558,1351.074557,542.647967 +78753,2788.715033,1028.097413,1089.134314,1353.251016,543.1870758 +78754,2789.857041,1034.231929,1088.153191,1355.316417,543.7437065 +78755,2790.743457,1029.545153,1087.156031,1357.281729,544.3104379 +78756,2791.420467,1028.253747,1086.150595,1359.17117,544.892201 +78757,2791.923338,1026.481237,1085.14231,1361.001875,545.4911461 +78758,2792.271041,1024.688244,1084.131482,1362.780465,546.1038974 +78759,2792.477628,1022.892036,1083.118818,1364.510885,546.7282725 +78760,2792.552209,1021.091617,1082.104457,1366.194919,547.3620073 +78761,2792.500667,1019.403313,1081.087697,1367.8328,548.0019661 +78762,2792.328538,1017.425472,1080.068494,1369.425209,548.6462375 +78763,2792.041419,1015.694958,1079.047546,1370.973457,549.2939468 +78764,2791.643281,1013.863135,1078.024976,1372.478026,549.9437973 +78765,2791.136982,1012.044346,1077.000671,1373.938966,550.5942277 +78766,2790.524818,1010.222749,1075.974581,1375.35628,551.244028 +78767,2789.80882,1008.398026,1074.946636,1376.729884,551.8919579 +78768,2788.990636,1006.570042,1073.916827,1378.059706,552.537078 +78769,2788.07167,1004.739098,1072.885158,1379.345665,553.178442 +78770,2787.053531,1002.790449,1071.851803,1380.587828,553.8155224 +78771,2785.937041,1001.120342,1070.816624,1381.785896,554.4473395 +78772,2784.723171,999.2007545,1069.779553,1382.93963,555.0731932 +78773,2783.413137,997.3745199,1068.740836,1384.049129,555.6927219 +78774,2782.007958,995.5291741,1067.700606,1385.11435,556.3055914 +78775,2780.5083,993.6806282,1066.658899,1386.135129,556.9112736 +78776,2778.914901,991.8292073,1065.615811,1387.111354,557.5094747 +78777,2777.228344,989.9751512,1064.57141,1388.042884,558.0997889 +78778,2775.449252,988.1182638,1063.525786,1388.929599,558.6819876 +78779,2773.578071,986.2588076,1062.479013,1389.771364,559.2557371 +78780,2771.615379,984.3965827,1061.431186,1390.568062,559.8208734 +78781,2653.940953,988.8540032,1143.430153,1613.106808,2926.713364 +78782,2716.083844,1098.276984,1169.105553,1644.336877,2942.42321 +78783,2796.653373,1116.157578,1202.22013,1680.50367,2950.239957 +78784,2870.04803,1107.50217,1233.052359,1710.706859,2950.184328 +78785,2929.806084,1120.314107,1259.226386,1733.748247,2946.73506 +78786,2971.801161,1085.030269,1278.877169,1747.673864,2937.620857 +78787,2991.684933,1113.733956,1289.303938,1748.644468,2915.353599 +78788,2996.100922,1099.444428,1292.834959,1741.184959,2884.121503 +78789,2994.918705,1099.954818,1293.980871,1732.300743,2852.288443 +78790,2992.042867,1098.082732,1294.177542,1724.484116,2822.746023 +78791,2988.888923,1096.21184,1294.037582,1718.303926,2796.303646 +78792,2985.833253,1094.307609,1293.766388,1713.571863,2772.92914 +78793,2982.905903,1092.375511,1293.422524,1709.924409,2752.319133 +78794,2980.081519,1090.416123,1293.034353,1707.057303,2733.950183 +78795,2977.320362,1088.431215,1292.610541,1704.742079,2717.911961 +78796,2974.589031,1086.421676,1292.156891,1702.817587,2703.718167 +78797,2971.884049,1084.389104,1291.687446,1701.189873,2691.151652 +78798,2969.150427,1082.334414,1291.19326,1699.756808,2679.974509 +78799,2966.346703,1080.327523,1290.664624,1698.441935,2669.983348 +78800,2963.475807,1078.131563,1290.109627,1697.210645,2661.035214 +78801,2960.532227,1076.068936,1289.530316,1695.851335,2653.000602 +78802,2957.510056,1073.926913,1288.929667,1694.71894,2645.765102 +78803,2954.405928,1071.780528,1288.307678,1693.607432,2639.228792 +78804,2951.218581,1069.619082,1287.666553,1692.497783,2633.304873 +78805,2947.947906,1067.443828,1287.005986,1691.378071,2627.917992 +78806,2944.594147,1065.187497,1286.328045,1690.241414,2623.002778 +78807,2941.157844,1063.08825,1285.632347,1689.083564,2618.502438 +78808,2937.361594,1060.825673,1284.920893,1687.901509,2614.367592 +78809,2933.769391,1058.614444,1284.193241,1686.69288,2610.555262 +78810,2930.101953,1056.381754,1283.451352,1685.455779,2607.028018 +78811,2926.35494,1054.074351,1282.694736,1684.188659,2603.753189 +78812,2922.521095,1051.755945,1281.936185,1682.889646,2600.731699 +78813,2918.554798,1049.492415,1281.160973,1681.524404,2597.910127 +78814,2914.433362,1047.052175,1280.360312,1680.074574,2595.243196 +78815,2910.178382,1044.750756,1279.539985,1678.555108,2592.725532 +78816,2905.804524,1042.379165,1278.704709,1676.975945,2590.345755 +78817,2901.321527,1040.010758,1277.855045,1675.342998,2588.091065 +78818,2896.73608,1037.633621,1276.99345,1673.659532,2585.94914 +78819,2892.053629,1035.249613,1276.119857,1668.713407,2583.909428 +78820,2887.283587,1032.857841,1275.238861,1645.167524,2581.96756 +78821,2882.427063,1030.46001,1274.348912,1652.081318,2580.112375 +78822,2877.481799,1026.212886,1273.449629,1637.481389,2578.330733 +78823,2872.233764,1023.586918,1272.453087,1641.906376,2576.583524 +78824,2866.813812,1021.045112,1271.400453,1628.979653,2574.892662 +78825,2861.366403,1018.524674,1270.341517,1628.293301,2573.277367 +78826,2855.936932,1016.014457,1269.287845,1619.807494,2571.719245 +78827,2850.530911,1013.510765,1268.242612,1619.641672,2570.207775 +78828,2845.138901,1011.009986,1267.202334,1614.251575,2568.736478 +78829,2839.751804,1008.511771,1266.166184,1609.288571,2567.30171 +78830,2834.364789,1006.014109,1265.1318,1600.93612,2565.901079 +78831,2828.974324,1003.51762,1264.099002,1601.010463,2564.530399 +78832,2823.531914,1001.019923,1263.065663,1593.242267,2563.186236 +78833,2817.883797,998.521158,1262.033127,1586.062639,2561.86727 +78834,2811.946419,996.020879,1261.000209,1575.171393,2560.57217 +78835,2805.709513,993.5205986,1259.967143,1573.230079,2559.297313 +78836,2799.198778,991.0818065,1258.931916,1564.028451,2558.039671 +78837,2792.438219,988.485423,1257.895902,1556.20173,2556.798303 +78838,2785.423579,986.0276913,1256.857782,1548.843929,2555.571811 +78839,2778.160026,983.4979191,1255.818486,1540.76418,2554.358321 +78840,2770.662183,980.986129,1254.776125,1532.238705,2553.155573 +78841,0,0,0,0,0 +78842,0,0,0,0,0 +78843,0,0,0,0,0 +78844,0,0,0,0,0 +78845,0,0,0,0,0 +78846,0,0,0,0,0 +78847,0,0,0,0,0 +78848,0,0,0,0,0 +78849,0,0,0,0,0 +78850,0,0,0,0,0 +78851,0,0,0,0,0 +78852,0,0,0,0,0 +78853,0,0,0,0,0 +78854,0,0,0,0,0 +78855,0,0,0,0,0 +78856,0,0,0,0,0 +78857,0,0,0,0,0 +78858,0,0,0,0,0 +78859,0,0,0,0,0 +78860,0,0,0,0,0 +78861,0,0,0,0,0 +78862,0,0,0,0,0 +78863,0,0,0,0,0 +78864,0,0,0,0,0 +78865,0,0,0,0,0 +78866,0,0,0,0,0 +78867,0,0,0,0,0 +78868,0,0,0,0,0 +78869,0,0,0,0,0 +78870,0,0,0,0,0 +78871,0,0,0,0,0 +78872,0,0,0,0,0 +78873,0,0,0,0,0 +78874,0,0,0,0,0 +78875,0,0,0,0,0 +78876,0,0,0,0,0 +78877,0,0,0,0,0 +78878,0,0,0,0,0 +78879,0,0,0,0,0 +78880,0,0,0,0,0 +78881,0,0,0,0,0 +78882,0,0,0,0,0 +78883,0,0,0,0,0 +78884,0,0,0,0,0 +78885,0,0,0,0,0 +78886,0,0,0,0,0 +78887,0,0,0,0,0 +78888,0,0,0,0,0 +78889,0,0,0,0,0 +78890,0,0,0,0,0 +78891,0,0,0,0,0 +78892,0,0,0,0,0 +78893,0,0,0,0,0 +78894,0,0,0,0,0 +78895,0,0,0,0,0 +78896,0,0,0,0,0 +78897,0,0,0,0,0 +78898,0,0,0,0,0 +78899,0,0,0,0,0 +78900,0,0,0,0,0 +78901,0,0,0,0,0 +78902,0,0,0,0,0 +78903,0,0,0,0,0 +78904,0,0,0,0,0 +78905,0,0,0,0,0 +78906,0,0,0,0,0 +78907,0,0,0,0,0 +78908,0,0,0,0,0 +78909,0,0,0,0,0 +78910,0,0,0,0,0 +78911,0,0,0,0,0 +78912,0,0,0,0,0 +78913,0,0,0,0,0 +78914,0,0,0,0,0 +78915,0,0,0,0,0 +78916,0,0,0,0,0 +78917,0,0,0,0,0 +78918,0,0,0,0,0 +78919,0,0,0,0,0 +78920,0,0,0,0,0 +78921,0,0,0,0,0 +78922,0,0,0,0,0 +78923,0,0,0,0,0 +78924,0,0,0,0,0 +78925,0,0,0,0,0 +78926,0,0,0,0,0 +78927,0,0,0,0,0 +78928,0,0,0,0,0 +78929,0,0,0,0,0 +78930,0,0,0,0,0 +78931,0,0,0,0,0 +78932,0,0,0,0,0 +78933,0,0,0,0,0 +78934,0,0,0,0,0 +78935,0,0,0,0,0 +78936,0,0,0,0,0 +78937,0,0,0,0,0 +78938,0,0,0,0,0 +78939,0,0,0,0,0 +78940,0,0,0,0,0 +78941,0,0,0,0,0 +78942,0,0,0,0,0 +78943,0,0,0,0,0 +78944,0,0,0,0,0 +78945,0,0,0,0,0 +78946,0,0,0,0,0 +78947,0,0,0,0,0 +78948,0,0,0,0,0 +78949,0,0,0,0,0 +78950,0,0,0,0,0 +78951,0,0,0,0,0 +78952,0,0,0,0,0 +78953,0,0,0,0,0 +78954,0,0,0,0,0 +78955,0,0,0,0,0 +78956,0,0,0,0,0 +78957,0,0,0,0,0 +78958,0,0,0,0,0 +78959,0,0,0,0,0 +78960,0,0,0,0,0 +78961,0,0,0,0,0 +78962,0,0,0,0,0 +78963,0,0,0,0,0 +78964,0,0,0,0,0 +78965,0,0,0,0,0 +78966,0,0,0,0,0 +78967,0,0,0,0,0 +78968,0,0,0,0,0 +78969,0,0,0,0,0 +78970,0,0,0,0,0 +78971,0,0,0,0,0 +78972,0,0,0,0,0 +78973,0,0,0,0,0 +78974,0,0,0,0,0 +78975,0,0,0,0,0 +78976,0,0,0,0,0 +78977,0,0,0,0,0 +78978,0,0,0,0,0 +78979,0,0,0,0,0 +78980,0,0,0,0,0 +78981,0,0,0,0,0 +78982,0,0,0,0,0 +78983,0,0,0,0,0 +78984,0,0,0,0,0 +78985,0,0,0,0,0 +78986,0,0,0,0,0 +78987,0,0,0,0,0 +78988,0,0,0,0,0 +78989,0,0,0,0,0 +78990,0,0,0,0,0 +78991,0,0,0,0,0 +78992,0,0,0,0,0 +78993,0,0,0,0,0 +78994,0,0,0,0,0 +78995,0,0,0,0,0 +78996,0,0,0,0,0 +78997,0,0,0,0,0 +78998,0,0,0,0,0 +78999,0,0,0,0,0 +79000,0,0,0,0,0 +79001,0,0,0,0,0 +79002,0,0,0,0,0 +79003,0,0,0,0,0 +79004,0,0,0,0,0 +79005,0,0,0,0,0 +79006,0,0,0,0,0 +79007,0,0,0,0,0 +79008,0,0,0,0,0 +79009,0,0,0,0,0 +79010,0,0,0,0,0 +79011,0,0,0,0,0 +79012,0,0,0,0,0 +79013,0,0,0,0,0 +79014,0,0,0,0,0 +79015,0,0,0,0,0 +79016,0,0,0,0,0 +79017,0,0,0,0,0 +79018,0,0,0,0,0 +79019,0,0,0,0,0 +79020,0,0,0,0,0 +79021,0,0,0,0,0 +79022,0,0,0,0,0 +79023,0,0,0,0,0 +79024,0,0,0,0,0 +79025,0,0,0,0,0 +79026,0,0,0,0,0 +79027,0,0,0,0,0 +79028,0,0,0,0,0 +79029,0,0,0,0,0 +79030,0,0,0,0,0 +79031,0,0,0,0,0 +79032,0,0,0,0,0 +79033,0,0,0,0,0 +79034,0,0,0,0,0 +79035,0,0,0,0,0 +79036,0,0,0,0,0 +79037,0,0,0,0,0 +79038,0,0,0,0,0 +79039,0,0,0,0,0 +79040,0,0,0,0,0 +79041,0,0,0,0,0 +79042,0,0,0,0,0 +79043,0,0,0,0,0 +79044,0,0,0,0,0 +79045,0,0,0,0,0 +79046,0,0,0,0,0 +79047,0,0,0,0,0 +79048,0,0,0,0,0 +79049,0,0,0,0,0 +79050,0,0,0,0,0 +79051,0,0,0,0,0 +79052,0,0,0,0,0 +79053,0,0,0,0,0 +79054,0,0,0,0,0 +79055,0,0,0,0,0 +79056,0,0,0,0,0 +79057,0,0,0,0,0 +79058,0,0,0,0,0 +79059,0,0,0,0,0 +79060,0,0,0,0,0 +79061,0,0,0,0,0 +79062,0,0,0,0,0 +79063,0,0,0,0,0 +79064,0,0,0,0,0 +79065,0,0,0,0,0 +79066,0,0,0,0,0 +79067,0,0,0,0,0 +79068,0,0,0,0,0 +79069,0,0,0,0,0 +79070,0,0,0,0,0 +79071,0,0,0,0,0 +79072,0,0,0,0,0 +79073,0,0,0,0,0 +79074,0,0,0,0,0 +79075,0,0,0,0,0 +79076,0,0,0,0,0 +79077,0,0,0,0,0 +79078,0,0,0,0,0 +79079,0,0,0,0,0 +79080,0,0,0,0,0 +79081,0,0,0,0,0 +79082,0,0,0,0,0 +79083,0,0,0,0,0 +79084,0,0,0,0,0 +79085,0,0,0,0,0 +79086,0,0,0,0,0 +79087,0,0,0,0,0 +79088,0,0,0,0,0 +79089,0,0,0,0,0 +79090,0,0,0,0,0 +79091,0,0,0,0,0 +79092,0,0,0,0,0 +79093,0,0,0,0,0 +79094,0,0,0,0,0 +79095,0,0,0,0,0 +79096,0,0,0,0,0 +79097,0,0,0,0,0 +79098,0,0,0,0,0 +79099,0,0,0,0,0 +79100,0,0,0,0,0 +79101,0,0,0,0,0 +79102,0,0,0,0,0 +79103,0,0,0,0,0 +79104,0,0,0,0,0 +79105,0,0,0,0,0 +79106,0,0,0,0,0 +79107,0,0,0,0,0 +79108,0,0,0,0,0 +79109,0,0,0,0,0 +79110,0,0,0,0,0 +79111,0,0,0,0,0 +79112,0,0,0,0,0 +79113,0,0,0,0,0 +79114,0,0,0,0,0 +79115,0,0,0,0,0 +79116,0,0,0,0,0 +79117,0,0,0,0,0 +79118,0,0,0,0,0 +79119,0,0,0,0,0 +79120,0,0,0,0,0 +79121,0,0,0,0,0 +79122,0,0,0,0,0 +79123,0,0,0,0,0 +79124,0,0,0,0,0 +79125,0,0,0,0,0 +79126,0,0,0,0,0 +79127,0,0,0,0,0 +79128,0,0,0,0,0 +79129,0,0,0,0,0 +79130,0,0,0,0,0 +79131,0,0,0,0,0 +79132,0,0,0,0,0 +79133,0,0,0,0,0 +79134,0,0,0,0,0 +79135,0,0,0,0,0 +79136,0,0,0,0,0 +79137,0,0,0,0,0 +79138,0,0,0,0,0 +79139,0,0,0,0,0 +79140,0,0,0,0,0 +79141,0,0,0,0,0 +79142,0,0,0,0,0 +79143,0,0,0,0,0 +79144,0,0,0,0,0 +79145,0,0,0,0,0 +79146,0,0,0,0,0 +79147,0,0,0,0,0 +79148,0,0,0,0,0 +79149,0,0,0,0,0 +79150,0,0,0,0,0 +79151,0,0,0,0,0 +79152,0,0,0,0,0 +79153,0,0,0,0,0 +79154,0,0,0,0,0 +79155,0,0,0,0,0 +79156,0,0,0,0,0 +79157,0,0,0,0,0 +79158,0,0,0,0,0 +79159,0,0,0,0,0 +79160,0,0,0,0,0 +79161,0,0,0,0,0 +79162,0,0,0,0,0 +79163,0,0,0,0,0 +79164,0,0,0,0,0 +79165,0,0,0,0,0 +79166,0,0,0,0,0 +79167,0,0,0,0,0 +79168,0,0,0,0,0 +79169,0,0,0,0,0 +79170,0,0,0,0,0 +79171,0,0,0,0,0 +79172,0,0,0,0,0 +79173,0,0,0,0,0 +79174,0,0,0,0,0 +79175,0,0,0,0,0 +79176,0,0,0,0,0 +79177,0,0,0,0,0 +79178,0,0,0,0,0 +79179,0,0,0,0,0 +79180,0,0,0,0,0 +79181,0,0,0,0,0 +79182,0,0,0,0,0 +79183,0,0,0,0,0 +79184,0,0,0,0,0 +79185,0,0,0,0,0 +79186,0,0,0,0,0 +79187,0,0,0,0,0 +79188,0,0,0,0,0 +79189,0,0,0,0,0 +79190,0,0,0,0,0 +79191,0,0,0,0,0 +79192,0,0,0,0,0 +79193,0,0,0,0,0 +79194,0,0,0,0,0 +79195,0,0,0,0,0 +79196,0,0,0,0,0 +79197,0,0,0,0,0 +79198,0,0,0,0,0 +79199,0,0,0,0,0 +79200,0,0,0,0,0 +79201,0,0,0,0,0 +79202,0,0,0,0,0 +79203,0,0,0,0,0 +79204,0,0,0,0,0 +79205,0,0,0,0,0 +79206,0,0,0,0,0 +79207,0,0,0,0,0 +79208,0,0,0,0,0 +79209,0,0,0,0,0 +79210,0,0,0,0,0 +79211,0,0,0,0,0 +79212,0,0,0,0,0 +79213,0,0,0,0,0 +79214,0,0,0,0,0 +79215,0,0,0,0,0 +79216,0,0,0,0,0 +79217,0,0,0,0,0 +79218,0,0,0,0,0 +79219,0,0,0,0,0 +79220,0,0,0,0,0 +79221,0,0,0,0,0 +79222,0,0,0,0,0 +79223,0,0,0,0,0 +79224,0,0,0,0,0 +79225,0,0,0,0,0 +79226,0,0,0,0,0 +79227,0,0,0,0,0 +79228,0,0,0,0,0 +79229,0,0,0,0,0 +79230,0,0,0,0,0 +79231,0,0,0,0,0 +79232,0,0,0,0,0 +79233,0,0,0,0,0 +79234,0,0,0,0,0 +79235,0,0,0,0,0 +79236,0,0,0,0,0 +79237,0,0,0,0,0 +79238,0,0,0,0,0 +79239,0,0,0,0,0 +79240,0,0,0,0,0 +79241,0,0,0,0,0 +79242,0,0,0,0,0 +79243,0,0,0,0,0 +79244,0,0,0,0,0 +79245,0,0,0,0,0 +79246,0,0,0,0,0 +79247,0,0,0,0,0 +79248,0,0,0,0,0 +79249,0,0,0,0,0 +79250,0,0,0,0,0 +79251,0,0,0,0,0 +79252,0,0,0,0,0 +79253,0,0,0,0,0 +79254,0,0,0,0,0 +79255,0,0,0,0,0 +79256,0,0,0,0,0 +79257,0,0,0,0,0 +79258,0,0,0,0,0 +79259,0,0,0,0,0 +79260,0,0,0,0,0 +79261,0,0,0,0,0 +79262,0,0,0,0,0 +79263,0,0,0,0,0 +79264,0,0,0,0,0 +79265,0,0,0,0,0 +79266,0,0,0,0,0 +79267,0,0,0,0,0 +79268,0,0,0,0,0 +79269,0,0,0,0,0 +79270,0,0,0,0,0 +79271,0,0,0,0,0 +79272,0,0,0,0,0 +79273,0,0,0,0,0 +79274,0,0,0,0,0 +79275,0,0,0,0,0 +79276,0,0,0,0,0 +79277,0,0,0,0,0 +79278,0,0,0,0,0 +79279,0,0,0,0,0 +79280,0,0,0,0,0 +79281,0,0,0,0,0 +79282,0,0,0,0,0 +79283,0,0,0,0,0 +79284,0,0,0,0,0 +79285,0,0,0,0,0 +79286,0,0,0,0,0 +79287,0,0,0,0,0 +79288,0,0,0,0,0 +79289,0,0,0,0,0 +79290,0,0,0,0,0 +79291,0,0,0,0,0 +79292,0,0,0,0,0 +79293,0,0,0,0,0 +79294,0,0,0,0,0 +79295,0,0,0,0,0 +79296,0,0,0,0,0 +79297,0,0,0,0,0 +79298,0,0,0,0,0 +79299,0,0,0,0,0 +79300,0,0,0,0,0 +79301,0,0,0,0,0 +79302,0,0,0,0,0 +79303,0,0,0,0,0 +79304,0,0,0,0,0 +79305,0,0,0,0,0 +79306,0,0,0,0,0 +79307,0,0,0,0,0 +79308,0,0,0,0,0 +79309,0,0,0,0,0 +79310,0,0,0,0,0 +79311,0,0,0,0,0 +79312,0,0,0,0,0 +79313,0,0,0,0,0 +79314,0,0,0,0,0 +79315,0,0,0,0,0 +79316,0,0,0,0,0 +79317,0,0,0,0,0 +79318,0,0,0,0,0 +79319,0,0,0,0,0 +79320,0,0,0,0,0 +79321,0,0,0,0,0 +79322,0,0,0,0,0 +79323,0,0,0,0,0 +79324,0,0,0,0,0 +79325,0,0,0,0,0 +79326,0,0,0,0,0 +79327,0,0,0,0,0 +79328,0,0,0,0,0 +79329,0,0,0,0,0 +79330,0,0,0,0,0 +79331,0,0,0,0,0 +79332,0,0,0,0,0 +79333,0,0,0,0,0 +79334,0,0,0,0,0 +79335,0,0,0,0,0 +79336,0,0,0,0,0 +79337,0,0,0,0,0 +79338,0,0,0,0,0 +79339,0,0,0,0,0 +79340,0,0,0,0,0 +79341,0,0,0,0,0 +79342,0,0,0,0,0 +79343,0,0,0,0,0 +79344,0,0,0,0,0 +79345,0,0,0,0,0 +79346,0,0,0,0,0 +79347,0,0,0,0,0 +79348,0,0,0,0,0 +79349,0,0,0,0,0 +79350,0,0,0,0,0 +79351,0,0,0,0,0 +79352,0,0,0,0,0 +79353,0,0,0,0,0 +79354,0,0,0,0,0 +79355,0,0,0,0,0 +79356,0,0,0,0,0 +79357,0,0,0,0,0 +79358,0,0,0,0,0 +79359,0,0,0,0,0 +79360,0,0,0,0,0 +79361,0,0,0,0,0 +79362,0,0,0,0,0 +79363,0,0,0,0,0 +79364,0,0,0,0,0 +79365,0,0,0,0,0 +79366,0,0,0,0,0 +79367,0,0,0,0,0 +79368,0,0,0,0,0 +79369,0,0,0,0,0 +79370,0,0,0,0,0 +79371,0,0,0,0,0 +79372,0,0,0,0,0 +79373,0,0,0,0,0 +79374,0,0,0,0,0 +79375,0,0,0,0,0 +79376,0,0,0,0,0 +79377,0,0,0,0,0 +79378,0,0,0,0,0 +79379,0,0,0,0,0 +79380,0,0,0,0,0 +79381,0,0,0,0,0 +79382,0,0,0,0,0 +79383,0,0,0,0,0 +79384,0,0,0,0,0 +79385,0,0,0,0,0 +79386,0,0,0,0,0 +79387,0,0,0,0,0 +79388,0,0,0,0,0 +79389,0,0,0,0,0 +79390,0,0,0,0,0 +79391,0,0,0,0,0 +79392,0,0,0,0,0 +79393,0,0,0,0,0 +79394,0,0,0,0,0 +79395,0,0,0,0,0 +79396,0,0,0,0,0 +79397,0,0,0,0,0 +79398,0,0,0,0,0 +79399,0,0,0,0,0 +79400,0,0,0,0,0 +79401,0,0,0,0,0 +79402,0,0,0,0,0 +79403,0,0,0,0,0 +79404,0,0,0,0,0 +79405,0,0,0,0,0 +79406,0,0,0,0,0 +79407,0,0,0,0,0 +79408,0,0,0,0,0 +79409,0,0,0,0,0 +79410,0,0,0,0,0 +79411,0,0,0,0,0 +79412,0,0,0,0,0 +79413,0,0,0,0,0 +79414,0,0,0,0,0 +79415,0,0,0,0,0 +79416,0,0,0,0,0 +79417,0,0,0,0,0 +79418,0,0,0,0,0 +79419,0,0,0,0,0 +79420,0,0,0,0,0 +79421,0,0,0,0,0 +79422,0,0,0,0,0 +79423,0,0,0,0,0 +79424,0,0,0,0,0 +79425,0,0,0,0,0 +79426,0,0,0,0,0 +79427,0,0,0,0,0 +79428,0,0,0,0,0 +79429,0,0,0,0,0 +79430,0,0,0,0,0 +79431,0,0,0,0,0 +79432,0,0,0,0,0 +79433,0,0,0,0,0 +79434,0,0,0,0,0 +79435,0,0,0,0,0 +79436,0,0,0,0,0 +79437,0,0,0,0,0 +79438,0,0,0,0,0 +79439,0,0,0,0,0 +79440,0,0,0,0,0 +79441,0,0,0,0,0 +79442,0,0,0,0,0 +79443,0,0,0,0,0 +79444,0,0,0,0,0 +79445,0,0,0,0,0 +79446,0,0,0,0,0 +79447,0,0,0,0,0 +79448,0,0,0,0,0 +79449,0,0,0,0,0 +79450,0,0,0,0,0 +79451,0,0,0,0,0 +79452,0,0,0,0,0 +79453,0,0,0,0,0 +79454,0,0,0,0,0 +79455,0,0,0,0,0 +79456,0,0,0,0,0 +79457,0,0,0,0,0 +79458,0,0,0,0,0 +79459,0,0,0,0,0 +79460,0,0,0,0,0 +79461,0,0,0,0,0 +79462,0,0,0,0,0 +79463,0,0,0,0,0 +79464,0,0,0,0,0 +79465,0,0,0,0,0 +79466,0,0,0,0,0 +79467,0,0,0,0,0 +79468,0,0,0,0,0 +79469,0,0,0,0,0 +79470,0,0,0,0,0 +79471,0,0,0,0,0 +79472,0,0,0,0,0 +79473,0,0,0,0,0 +79474,0,0,0,0,0 +79475,0,0,0,0,0 +79476,0,0,0,0,0 +79477,0,0,0,0,0 +79478,0,0,0,0,0 +79479,0,0,0,0,0 +79480,0,0,0,0,0 +79481,0,0,0,0,0 +79482,0,0,0,0,0 +79483,0,0,0,0,0 +79484,0,0,0,0,0 +79485,0,0,0,0,0 +79486,0,0,0,0,0 +79487,0,0,0,0,0 +79488,0,0,0,0,0 +79489,0,0,0,0,0 +79490,0,0,0,0,0 +79491,0,0,0,0,0 +79492,0,0,0,0,0 +79493,0,0,0,0,0 +79494,0,0,0,0,0 +79495,0,0,0,0,0 +79496,0,0,0,0,0 +79497,0,0,0,0,0 +79498,0,0,0,0,0 +79499,0,0,0,0,0 +79500,0,0,0,0,0 +79501,0,0,0,0,0 +79502,0,0,0,0,0 +79503,0,0,0,0,0 +79504,0,0,0,0,0 +79505,0,0,0,0,0 +79506,0,0,0,0,0 +79507,0,0,0,0,0 +79508,0,0,0,0,0 +79509,0,0,0,0,0 +79510,0,0,0,0,0 +79511,0,0,0,0,0 +79512,0,0,0,0,0 +79513,0,0,0,0,0 +79514,0,0,0,0,0 +79515,0,0,0,0,0 +79516,0,0,0,0,0 +79517,0,0,0,0,0 +79518,0,0,0,0,0 +79519,0,0,0,0,0 +79520,0,0,0,0,0 +79521,0,0,0,0,0 +79522,0,0,0,0,0 +79523,0,0,0,0,0 +79524,0,0,0,0,0 +79525,0,0,0,0,0 +79526,0,0,0,0,0 +79527,0,0,0,0,0 +79528,0,0,0,0,0 +79529,0,0,0,0,0 +79530,0,0,0,0,0 +79531,0,0,0,0,0 +79532,0,0,0,0,0 +79533,0,0,0,0,0 +79534,0,0,0,0,0 +79535,0,0,0,0,0 +79536,0,0,0,0,0 +79537,0,0,0,0,0 +79538,0,0,0,0,0 +79539,0,0,0,0,0 +79540,0,0,0,0,0 +79541,0,0,0,0,0 +79542,0,0,0,0,0 +79543,0,0,0,0,0 +79544,0,0,0,0,0 +79545,0,0,0,0,0 +79546,0,0,0,0,0 +79547,0,0,0,0,0 +79548,0,0,0,0,0 +79549,0,0,0,0,0 +79550,0,0,0,0,0 +79551,0,0,0,0,0 +79552,0,0,0,0,0 +79553,0,0,0,0,0 +79554,0,0,0,0,0 +79555,0,0,0,0,0 +79556,0,0,0,0,0 +79557,0,0,0,0,0 +79558,0,0,0,0,0 +79559,0,0,0,0,0 +79560,0,0,0,0,0 +79561,0,0,0,0,0 +79562,0,0,0,0,0 +79563,0,0,0,0,0 +79564,0,0,0,0,0 +79565,0,0,0,0,0 +79566,0,0,0,0,0 +79567,0,0,0,0,0 +79568,0,0,0,0,0 +79569,0,0,0,0,0 +79570,0,0,0,0,0 +79571,0,0,0,0,0 +79572,0,0,0,0,0 +79573,0,0,0,0,0 +79574,0,0,0,0,0 +79575,0,0,0,0,0 +79576,0,0,0,0,0 +79577,0,0,0,0,0 +79578,0,0,0,0,0 +79579,0,0,0,0,0 +79580,0,0,0,0,0 +79581,0,0,0,0,0 +79582,0,0,0,0,0 +79583,0,0,0,0,0 +79584,0,0,0,0,0 +79585,0,0,0,0,0 +79586,0,0,0,0,0 +79587,0,0,0,0,0 +79588,0,0,0,0,0 +79589,0,0,0,0,0 +79590,0,0,0,0,0 +79591,0,0,0,0,0 +79592,0,0,0,0,0 +79593,0,0,0,0,0 +79594,0,0,0,0,0 +79595,0,0,0,0,0 +79596,0,0,0,0,0 +79597,0,0,0,0,0 +79598,0,0,0,0,0 +79599,0,0,0,0,0 +79600,0,0,0,0,0 +79601,0,0,0,0,0 +79602,0,0,0,0,0 +79603,0,0,0,0,0 +79604,0,0,0,0,0 +79605,0,0,0,0,0 +79606,0,0,0,0,0 +79607,0,0,0,0,0 +79608,0,0,0,0,0 +79609,0,0,0,0,0 +79610,0,0,0,0,0 +79611,0,0,0,0,0 +79612,0,0,0,0,0 +79613,0,0,0,0,0 +79614,0,0,0,0,0 +79615,0,0,0,0,0 +79616,0,0,0,0,0 +79617,0,0,0,0,0 +79618,0,0,0,0,0 +79619,0,0,0,0,0 +79620,0,0,0,0,0 +79621,-1717.313825,-727.1999779,-1681.553318,-727.2559894,-998.8154994 +79622,-1582.729514,-670.2546305,-1549.945589,-670.3054333,-921.7210135 +79623,-1666.283715,-705.7802189,-1631.8683,-705.8343145,-974.0928124 +79624,-1729.60255,-732.7765818,-1693.983694,-732.8331684,-1014.523144 +79625,-1472.855891,-751.602684,-1737.134864,-751.6609912,-689.0801795 +79626,-182.4056408,-76.39886152,-198.9381144,-73.03123249,-50.08398474 +79627,-1020.93644,-469.8140497,-968.4993334,-471.4851704,-524.2270926 +79628,-734.1772748,-343.5759122,-764.7944899,-342.8635425,-363.161977 +79629,-723.8904524,-336.9070547,-723.3089511,-336.1730088,-360.8635906 +79630,-713.8282483,-330.5291213,-714.6501464,-331.2949027,-359.5575851 +79631,-705.1396184,-326.8788549,-703.5417486,-326.1119947,-357.4181808 +79632,-696.9099704,-205.7339727,-614.6660659,-321.411975,-356.347153 +79633,-688.2443842,-187.7046778,-600.1186599,-317.2709276,-353.8287274 +79634,-679.2658135,-174.395111,-585.1448312,-312.9699548,-352.4885819 +79635,-672.0698227,-162.1595117,-575.2158924,-308.5251746,-350.4138742 +79636,-664.665022,-149.7580439,-560.674387,-304.3657155,-348.9123628 +79637,-657.0723022,-142.2613701,-551.3812347,-300.9390015,-346.6928973 +79638,-649.3097728,-132.8451222,-540.8038455,-296.150172,-345.7277672 +79639,-642.4573814,-123.6354909,-528.9273406,-293.4117542,-342.7402404 +79640,-635.4792561,-114.5137611,-519.1493742,-288.8788811,-341.6870397 +79641,-629.4652515,-105.6248278,-508.6715978,-285.5809312,-338.607553 +79642,-622.271704,-96.8435246,-499.2209025,-282.2286099,-338.1524882 +79643,-614.9791235,-88.04181147,-489.088565,-278.3782708,-335.001574 +79644,-609.7972305,-79.49252813,-480.0222334,-274.9236703,-333.1571372 +79645,-603.4477449,-70.52740406,-470.8753021,-271.8782924,-331.2889116 +79646,-597.029622,-62.22329933,-461.6531661,-268.339134,-329.3989786 +79647,-590.5477024,-53.50698761,-452.3616228,-265.2201855,-327.1509597 +79648,-585.1308704,-45.05180628,-443.6009176,-261.6046514,-324.8832548 +79649,-579.6682282,-36.5900128,-435.3830651,-259.3536038,-323.6183995 +79650,-573.0275429,-27.98793062,-426.5187243,-255.2046106,-320.2947693 +79651,-568.6155231,-17.49660505,-417.0050226,-252.9076325,-319.0034413 +79652,-560.7404745,-8.346326494,-408.6508756,-248.6911973,-317.0166194 +79653,-556.2595536,0,-400.2597422,-246.3527563,-315.0179118 +79654,-549.4441488,0,-392.4424553,-243.0370112,-312.3189898 +79655,-543.7464514,0,-384.5970685,-239.6968527,-310.9890226 +79656,-533.3542413,0,-354.0694796,-235.3586831,-308.9597982 +79657,-526.9901127,0,-343.6659749,-231.9665084,-306.2271281 +79658,-520.5929037,0,-335.0844937,-229.0454884,-304.8745433 +79659,-514.7550918,0,-327.1019644,-225.6129089,-302.1227046 +79660,-508.8909601,0,-318.4860198,-222.6577206,-300.7578539 +79661,-503.0015611,0,-311.0930571,-219.68731,-298.6886183 +79662,-497.08782,0,-302.4499662,-216.2002239,-296.6125053 +79663,-491.1504348,0,-295.0354967,-213.7029772,-294.1784287 +79664,-486.3912912,0,-287.6125453,-210.6898401,-292.7932181 +79665,-479.2079448,0,-279.5608282,-207.155192,-290.3463536 +79666,-474.4128553,0,-272.7447159,-204.878767,-288.952555 +79667,-467.786789,0,-265.3016326,-201.5719802,-286.4936846 +79668,-462.3528866,0,-257.8533287,-198.5080671,-284.737467 +79669,-457.5117777,0,-251.0229685,-195.947646,-282.6220433 +79670,-450.8264764,0,-243.5666278,-192.6043685,-281.2132281 +79671,-445.3445993,0,-237.3522785,-190.0260513,-278.3761468 +79672,-439.8484463,0,-229.8899628,-186.660942,-276.9602737 +79673,-434.3384404,0,-223.6709696,-184.5871218,-275.1844125 +79674,-428.1989245,0,-216.5157609,-180.9420046,-272.6888848 +79675,-422.0440683,0,-210.293435,-178.3325865,-271.2640707 +79676,-417.7310259,0,-203.758234,-175.4546034,-269.1187435 +79677,-410.9310402,0,-197.2218809,-172.5694392,-266.9692884 +79678,-405.3572015,0,-190.9961132,-169.6775342,-265.5364058 +79679,-399.772816,0,-185.0811006,-166.7791757,-263.3801406 +79680,-394.1781365,0,-178.5421587,-164.1394044,-261.2200506 +79681,-387.324758,0,-172.0026117,-160.6993188,-259.4180895 +79682,-381.0833815,0,-164.8391983,-157.783219,-257.2512403 +79683,-374.8312094,0,-158.6101493,-154.5959482,-255.443612 +79684,-367.3137888,0,-151.7573692,-151.6695883,-252.9070057 +79685,-362.297058,0,-145.5274458,-148.2049594,-251.4573137 +79686,-354.7575075,0,-138.9854979,-145.5366739,-248.9136743 +79687,-347.8363813,0,-132.4432153,-142.0624402,-247.0952257 +79688,-342.1678956,0,-126.2123102,-139.1193556,-245.2745413 +79689,-335.2303268,0,-119.9811344,-135.9049561,-242.3551417 +79690,-328.284635,0,-113.7496979,-132.9556095,-241.2609449 +79691,-321.9644441,0,-107.6738521,-129.7349898,-238.7009853 +79692,-315.005312,0,-101.2861366,-126.5116476,-236.5041336 +79693,-308.6737982,0,-95.52157311,-123.5549423,-234.6717883 +79694,-301.7033123,0,-89.60098869,-120.3272172,-232.4700684 +79695,-294.7278114,0,-83.36859305,-117.0976169,-230.2658043 +79696,-288.3828782,0,-79.78517801,-114.1358411,-228.4273596 +79697,-280.7639801,0,-74.33167088,-110.7685687,-225.8499827 +79698,-274.7300518,0,-69.9689054,-107.6696515,-224.0076065 +79699,-255.975286,0,-56.72349787,-100.1199359,-221.7943211 +79700,-248.3427938,0,-50.33461491,-96.6138339,-219.578831 +79701,-240.3899609,0,-45.34817476,-92.97218603,-217.3612468 +79702,-233.390208,0,-39.89414453,-89.59993609,-214.771339 +79703,-225.7526628,0,-35.06339752,-86.36232476,-212.9201778 +79704,-218.4324087,0,-29.60923498,-82.85457606,-210.3259002 +79705,-210.7929582,0,-24.77836756,-79.61651848,-208.4716607 +79706,-203.4712571,0,-19.47993136,-76.10841758,-205.5017886 +79707,-195.8306335,0,-14.49312569,-72.600229,-204.0162467 +79708,-188.5080444,0,-9.506281596,-69.49684108,-200.6700794 +79709,-180.548281,0,-4.51939526,-65.85355511,-199.1823018 +79710,-173.2252253,0,0,-62.61508299,-196.204012 +79711,-165.9019889,0,0,-59.3765549,-193.9689213 +79712,-158.8970846,0,0,-56.1379978,-191.7325479 +79713,-151.8920744,0,0,-53.16933122,-188.7486116 +79714,-144.5685183,0,0,-49.93071932,-186.8828743 +79715,-137.5633636,56.62440143,0,-46.82703603,-183.8957571 +79716,-130.558148,204.6882098,0,-43.7233323,-181.6543879 +79717,-123.2344107,126.9029639,0,-41.29434845,-179.0381661 +79718,-116.2290934,172.7184507,0,-39.00031896,-176.7947873 +79719,-108.9052888,188.3854234,0,-36.16644401,-173.8021569 +79720,-101.8999025,203.9398375,0,-33.73742209,-171.1825734 +79721,-94.57602359,219.3418781,0,-31.03848206,-168.9365299 +79722,-87.57055796,234.3353502,0,-28.60943923,-166.3152114 +79723,-80.24660027,249.2535286,0,-25.91047253,-163.3183449 +79724,-73.08183649,263.7157576,0,-23.21150001,-161.0701537 +79725,-65.75782435,278.5321544,0,-20.91738314,-158.0716662 +79726,-58.59301534,292.5360652,0,-18.08343416,-155.6348624 +79727,-51.42817793,307.1979679,0,-15.65433691,-152.8225109 +79728,-43.94486785,320.7703918,0,-12.95532533,-150.3846992 +79729,-36.93921153,334.6420829,0,-10.2563097,-147.5712912 +79730,-32.16261925,348.6293603,0,-7.827195399,-144.5698017 +79731,-26.43069598,362.0488185,0,-5.128167391,-142.3184542 +79732,-20.38031167,375.3114995,0,-2.429134013,-139.3162005 +79733,-14.32991736,388.9934092,0,0,-136.6889536 +79734,-8.597958258,401.9864052,0,0,-133.8737682 +79735,-2.229101518,415.0955613,0,0,-131.0583516 +79736,0,428.0377308,0,0,-128.4304631 +79737,0,440.8878004,0,0,-125.8024156 +79738,0,453.600494,0,0,-122.6110038 +79739,0,466.2314981,0,0,-120.1704572 +79740,0,478.6870811,0,0,-117.1665725 +79741,0,491.0639152,0,0,-114.5381146 +79742,0,503.3044001,0,0,-111.5340712 +79743,0,515.4485203,0,0,-108.9055045 +79744,0,527.2006361,0,0,-105.9013622 +79745,0,539.6086669,0,0,-103.0849578 +79746,0,551.2640648,0,0,-100.268531 +79747,0,563.0637586,0,0,-97.45208207 +79748,0,574.7435027,0,0,-94.44784183 +79749,0,586.3298676,0,0,-91.81913462 +79750,0,597.7897216,0,0,-88.6270949 +79751,0,609.2611265,0,0,-85.81060044 +79752,0,620.5244492,0,0,-82.9941016 +79753,0,631.8347481,0,0,-79.80204918 +79754,0,642.975036,0,0,-77.17331426 +79755,0,654.0259113,0,0,-73.98125096 +79756,0,669.1961928,0,0,-70.97695897 +79757,0,683.7093039,0,0,-67.97267008 +79758,0,698.074084,0,0,-65.15614934 +79759,0,712.4317766,0,0,-61.77630304 +79760,0,726.5829706,0,0,-58.95977681 +79761,0,740.6106778,0,0,-55.76770176 +79762,0,754.6435486,0,0,-52.76339509 +79763,0,767.9681048,0,0,-49.57131219 +79764,0,782.4466362,0,0,-46.37922878 +79765,0,795.6878078,0,0,-42.81160549 +79766,0,809.4412985,0,0,-40.18283286 +79767,0,822.7256564,0,0,-36.42742983 +79768,0,836.1971039,0,0,-33.42311289 +79769,0,849.3999232,0,0,-30.23102235 +79770,0,862.515204,0,0,-26.85115852 +79771,0,874.607207,0,0,-23.65906681 +79772,0,886.3120013,0,0,-20.46697431 +79773,0,897.8000016,0,0,-17.27487904 +79774,0,909.2906597,0,0,-13.70724022 +79775,0,920.2914291,0,0,-10.51514441 +79776,0,931.4476904,0,0,-7.323047774 +79777,0,942.2560459,0,0,-3.75540877 +79778,0,952.9784282,0,0,0 +79779,0,963.5412026,0,0,0 +79780,0,973.9029868,0,0,0 +79781,0,984.3296652,0,0,0 +79782,0,994.2758567,0,0,0 +79783,0,1004.431975,0,0,0 +79784,0,1014.250187,0,0,0 +79785,0,1024.006045,0,0,0 +79786,0,1033.623428,0,0,0 +79787,0,1043.115479,0,0,0 +79788,0,1052.418347,0,0,0 +79789,0,1061.762282,0,0,0 +79790,0,1070.904145,0,0,0 +79791,0,1079.822229,0,0,0 +79792,0,1088.695123,0,0,0 +79793,0,1097.554033,0,0,0 +79794,0,1106.16233,0,0,0 +79795,0,1114.647253,0,0,0 +79796,0,1124.056556,0,0,0 +79797,0,1136.019913,0,0,0 +79798,0,1138.858963,0,0,0 +79799,0,1155.54871,0,0,0 +79800,0,1152.106187,0,0,0 +79801,0,1177.632666,0,0,0 +79802,0,1160.518852,0,0,0 +79803,0,1170.372653,0,0,0 +79804,0,1194.841274,0,0,0 +79805,0,1191.791737,0,0,0 +79806,0,1201.812246,0,0,0 +79807,0,1209.237906,0,0,0 +79808,0,1216.353623,0,0,0 +79809,0,1223.45759,0,0,0 +79810,0,1230.657232,0,0,0 +79811,0,1237.409617,0,0,0 +79812,0,1244.299243,0,0,0 +79813,0,1251.007111,0,0,0 +79814,0,1257.702415,0,0,0 +79815,0,1264.031587,0,0,0 +79816,0,1270.627682,0,0,0 +79817,0,1276.880929,0,0,0 +79818,0,1283.196883,0,0,0 +79819,0,1289.210254,0,0,0 +79820,0,1295.299779,0,0,0 +79821,0,1301.222342,0,0,0 +79822,0,1307.061054,0,0,0 +79823,0,1312.804386,0,0,0 +79824,0,1318.453814,0,0,0 +79825,0,1324.007674,0,0,0 +79826,0,1329.467658,0,0,0 +79827,0,1334.916938,0,0,0 +79828,0,1340.064056,0,0,0 +79829,0,1345.304946,0,0,0 +79830,0,1350.377583,0,0,0 +79831,0,1354.738657,0,0,0 +79832,0,1359.205333,0,0,0 +79833,0,1363.369818,0,0,0 +79834,0,1367.571449,0,0,0 +79835,0,1371.42974,0,0,0 +79836,0,1375.356397,0,0,0 +79837,0,1379.090927,0,0,0 +79838,0,1382.725238,0,0,0 +79839,0,1386.247219,0,0,0 +79840,0,1389.658719,0,0,0 +79841,0,1392.9608,0,0,0 +79842,0,1396.155184,0,0,0 +79843,0,1399.328635,0,0,0 +79844,0,1402.095598,0,0,0 +79845,0,1405.164871,0,0,0 +79846,0,1407.860778,0,0,0 +79847,0,1410.546146,0,0,0 +79848,0,1413.11559,0,0,0 +79849,0,1415.583814,0,0,0 +79850,0,1417.951929,0,0,0 +79851,0,1420.220235,0,0,0 +79852,0,1422.389786,0,0,0 +79853,0,1424.460806,0,0,0 +79854,0,1426.434273,0,0,0 +79855,0,1428.310351,0,0,0 +79856,0,1430.180238,0,0,0 +79857,0,1431.730423,0,0,0 +79858,0,1433.383837,0,0,0 +79859,0,1434.86144,0,0,0 +79860,0,1436.258837,0,0,0 +79861,0,1437.531225,0,0,0 +79862,0,1438.700222,0,0,0 +79863,0,1439.772703,0,0,0 +79864,0,1440.75145,0,0,0 +79865,0,1441.637099,0,0,0 +79866,0,1442.430588,0,0,0 +79867,0,1443.131977,0,0,0 +79868,0,1443.742006,0,0,0 +79869,0,1444.260658,0,0,0 +79870,0,1444.688623,0,0,0 +79871,0,1445.02585,0,0,0 +79872,0,1445.272988,0,0,0 +79873,0,1445.429957,0,0,0 +79874,0,1445.497364,0,0,0 +79875,0,1445.475097,0,0,0 +79876,0,1445.363724,0,0,0 +79877,0,1445.163104,0,0,0 +79878,0,1444.873768,0,0,0 +79879,0,1444.495555,0,0,0 +79880,0,1444.028966,0,0,0 +79881,0,1443.473822,0,0,0 +79882,0,1442.830604,0,0,0 +79883,0,1442.099124,0,0,0 +79884,0,1441.279846,0,0,0 +79885,0,1440.372581,0,0,0 +79886,0,1439.377782,0,0,0 +79887,0,1438.295261,0,0,0 +79888,0,1437.125468,0,0,0 +79889,0,1435.868223,0,0,0 +79890,0,1434.523971,0,0,0 +79891,0,1432.780225,0,0,0 +79892,0,1430.887191,0,0,0 +79893,0,1428.782811,0,0,0 +79894,0,1426.790284,0,0,0 +79895,0,1424.493963,0,0,0 +79896,0,1422.173411,0,0,0 +79897,0,1415.092342,0,0,0 +79898,0,1411.764825,0,0,0 +79899,0,1408.710788,0,0,0 +79900,0,1405.664717,0,0,0 +79901,0,1402.579001,0,0,0 +79902,0,1399.521769,0,0,0 +79903,0,1396.091261,0,0,0 +79904,0,1392.993567,0,0,0 +79905,0,1389.554111,0,0,0 +79906,0,1386.128066,0,0,0 +79907,0,1382.611044,0,0,0 +79908,0,1379.016296,0,0,0 +79909,0,1375.343555,0,0,0 +79910,0,1371.59296,0,0,0 +79911,0,1367.764301,0,0,0 +79912,0,1363.771507,0,0,0 +79913,0,1359.910474,0,0,0 +79914,0,1355.787581,0,0,0 +79915,0,1351.661456,0,0,0 +79916,0,1347.531614,0,0,0 +79917,0,1343.113348,0,0,0 +79918,0,1338.805379,0,0,0 +79919,0,1334.345637,0,0,0 +79920,0,1329.736936,0,0,0 +79921,0,1325.33818,0,0,0 +79922,0,1320.707597,0,0,0 +79923,0,1316.085639,0,0,0 +79924,0,1311.379456,0,0,0 +79925,0,1306.600712,0,0,0 +79926,0,1301.748686,0,0,0 +79927,0,1296.825092,0,0,0 +79928,0,1291.83028,0,0,0 +79929,0,1286.763915,0,0,0 +79930,0,1281.627381,0,0,0 +79931,105.9008716,1276.339023,0,0,0 +79932,76.99104516,1271.178269,0,0,0 +79933,88.21189745,1265.776313,0,0,0 +79934,101.1670204,1260.455779,0,0,0 +79935,109.8740464,1254.870709,0,0,0 +79936,118.5714323,1249.307272,0,0,0 +79937,126.7385736,1243.799857,0,0,0 +79938,135.3445561,1238.068705,0,0,0 +79939,143.5825304,1232.340124,0,0,0 +79940,151.8538294,1226.534832,0,0,0 +79941,160.0408951,1220.661956,0,0,0 +79942,168.1912841,1214.733532,0,0,0 +79943,176.1574611,1208.738049,0,0,0 +79944,184.5418694,1202.683679,0,0,0 +79945,192.0665679,1196.489278,0,0,0 +79946,200.4062677,1190.428308,0,0,0 +79947,208.1794989,1184.141445,0,0,0 +79948,216.093983,1177.865999,0,0,0 +79949,223.7762366,1171.518786,0,0,0 +79950,232.031487,1165.121609,0,0,0 +79951,239.2588057,1158.50472,0,0,0 +79952,247.0047567,1172.854359,0,0,0 +79953,254.5126831,1113.986816,0,0,0 +79954,261.823621,1176.356656,0,0,0 +79955,269.6114439,1094.530231,0,0,0 +79956,276.9027336,1154.115169,0,0,0 +79957,284.3619898,1094.124251,0,0,0 +79958,291.7594666,1119.909115,0,0,0 +79959,299.1355943,1100.944768,103.3409641,0,0 +79960,306.490109,1095.989622,50.56868988,0,0 +79961,313.838425,1088.784386,73.35852141,0,0 +79962,321.1607825,1081.550118,79.9625598,0,0 +79963,328.4579862,1074.338782,86.28073072,0,0 +79964,335.8147804,1066.923549,92.31002062,0,0 +79965,343.0078467,1059.533998,98.33981026,0,0 +79966,350.3695104,1052.22713,104.3250334,0,0 +79967,357.5446956,1044.800412,110.2668885,0,0 +79968,364.8472432,1037.245965,115.9138517,0,0 +79969,371.9929688,1029.778903,121.6983113,0,0 +79970,379.3162206,1022.232368,127.3739463,38.95462121,0 +79971,386.1595046,1014.653138,132.9220784,27.3342448,0 +79972,393.8610093,1007.056174,138.6360642,32.41906327,0 +79973,400.8225547,999.4194526,143.8411428,36.9899188,0 +79974,408.1119365,991.8317821,149.5588708,40.30597848,0 +79975,415.2854258,984.060701,155.051201,43.51551203,0 +79976,422.5367804,976.3392457,160.2085996,46.59069905,0 +79977,429.6712347,968.6905347,165.4176074,49.6824804,0 +79978,436.9222008,960.9631422,170.7780692,52.74278383,0 +79979,444.0506567,953.1179904,175.9492593,55.71198153,0 +79980,451.2990397,945.3791507,180.9099299,58.66911813,0 +79981,0,0,0,0,0 +79982,0,0,0,0,0 +79983,0,0,0,0,0 +79984,0,0,0,0,0 +79985,0,0,0,0,0 +79986,0,0,0,0,0 +79987,0,0,0,0,0 +79988,0,0,0,0,0 +79989,0,0,0,0,0 +79990,0,0,0,0,0 +79991,0,0,0,0,0 +79992,0,0,0,0,0 +79993,0,0,0,0,0 +79994,0,0,0,0,0 +79995,0,0,0,0,0 +79996,0,0,0,0,0 +79997,0,0,0,0,0 +79998,0,0,0,0,0 +79999,0,0,0,0,0 +80000,0,0,0,0,0 +80001,0,0,0,0,0 +80002,0,0,0,0,0 +80003,0,0,0,0,0 +80004,0,0,0,0,0 +80005,0,0,0,0,0 +80006,0,0,0,0,0 +80007,0,0,0,0,0 +80008,0,0,0,0,0 +80009,0,0,0,0,0 +80010,0,0,0,0,0 +80011,0,0,0,0,0 +80012,0,0,0,0,0 +80013,0,0,0,0,0 +80014,0,0,0,0,0 +80015,0,0,0,0,0 +80016,0,0,0,0,0 +80017,0,0,0,0,0 +80018,0,0,0,0,0 +80019,0,0,0,0,0 +80020,0,0,0,0,0 +80021,0,0,0,0,0 +80022,0,0,0,0,0 +80023,0,0,0,0,0 +80024,0,0,0,0,0 +80025,0,0,0,0,0 +80026,0,0,0,0,0 +80027,0,0,0,0,0 +80028,0,0,0,0,0 +80029,0,0,0,0,0 +80030,0,0,0,0,0 +80031,0,0,0,0,0 +80032,0,0,0,0,0 +80033,0,0,0,0,0 +80034,0,0,0,0,0 +80035,0,0,0,0,0 +80036,0,0,0,0,0 +80037,0,0,0,0,0 +80038,0,0,0,0,0 +80039,0,0,0,0,0 +80040,0,0,0,0,0 +80041,0,0,0,0,0 +80042,0,0,0,0,0 +80043,0,0,0,0,0 +80044,0,0,0,0,0 +80045,0,0,0,0,0 +80046,0,0,0,0,0 +80047,0,0,0,0,0 +80048,0,0,0,0,0 +80049,0,0,0,0,0 +80050,0,0,0,0,0 +80051,0,0,0,0,0 +80052,0,0,0,0,0 +80053,0,0,0,0,0 +80054,0,0,0,0,0 +80055,0,0,0,0,0 +80056,0,0,0,0,0 +80057,0,0,0,0,0 +80058,0,0,0,0,0 +80059,0,0,0,0,0 +80060,0,0,0,0,0 +80061,0,0,0,0,0 +80062,0,0,0,0,0 +80063,0,0,0,0,0 +80064,0,0,0,0,0 +80065,0,0,0,0,0 +80066,0,0,0,0,0 +80067,0,0,0,0,0 +80068,0,0,0,0,0 +80069,0,0,0,0,0 +80070,0,0,0,0,0 +80071,0,0,0,0,0 +80072,0,0,0,0,0 +80073,0,0,0,0,0 +80074,0,0,0,0,0 +80075,0,0,0,0,0 +80076,0,0,0,0,0 +80077,0,0,0,0,0 +80078,0,0,0,0,0 +80079,0,0,0,0,0 +80080,0,0,0,0,0 +80081,0,0,0,0,0 +80082,0,0,0,0,0 +80083,0,0,0,0,0 +80084,0,0,0,0,0 +80085,0,0,0,0,0 +80086,0,0,0,0,0 +80087,0,0,0,0,0 +80088,0,0,0,0,0 +80089,0,0,0,0,0 +80090,0,0,0,0,0 +80091,0,0,0,0,0 +80092,0,0,0,0,0 +80093,0,0,0,0,0 +80094,0,0,0,0,0 +80095,0,0,0,0,0 +80096,0,0,0,0,0 +80097,0,0,0,0,0 +80098,0,0,0,0,0 +80099,0,0,0,0,0 +80100,0,0,0,0,0 +80101,0,0,0,0,0 +80102,0,0,0,0,0 +80103,0,0,0,0,0 +80104,0,0,0,0,0 +80105,0,0,0,0,0 +80106,0,0,0,0,0 +80107,0,0,0,0,0 +80108,0,0,0,0,0 +80109,0,0,0,0,0 +80110,0,0,0,0,0 +80111,0,0,0,0,0 +80112,0,0,0,0,0 +80113,0,0,0,0,0 +80114,0,0,0,0,0 +80115,0,0,0,0,0 +80116,0,0,0,0,0 +80117,0,0,0,0,0 +80118,0,0,0,0,0 +80119,0,0,0,0,0 +80120,0,0,0,0,0 +80121,0,0,0,0,0 +80122,0,0,0,0,0 +80123,0,0,0,0,0 +80124,0,0,0,0,0 +80125,0,0,0,0,0 +80126,0,0,0,0,0 +80127,0,0,0,0,0 +80128,0,0,0,0,0 +80129,0,0,0,0,0 +80130,0,0,0,0,0 +80131,0,0,0,0,0 +80132,0,0,0,0,0 +80133,0,0,0,0,0 +80134,0,0,0,0,0 +80135,0,0,0,0,0 +80136,0,0,0,0,0 +80137,0,0,0,0,0 +80138,0,0,0,0,0 +80139,0,0,0,0,0 +80140,0,0,0,0,0 +80141,0,0,0,0,0 +80142,0,0,0,0,0 +80143,0,0,0,0,0 +80144,0,0,0,0,0 +80145,0,0,0,0,0 +80146,0,0,0,0,0 +80147,0,0,0,0,0 +80148,0,0,0,0,0 +80149,0,0,0,0,0 +80150,0,0,0,0,0 +80151,0,0,0,0,0 +80152,0,0,0,0,0 +80153,0,0,0,0,0 +80154,0,0,0,0,0 +80155,0,0,0,0,0 +80156,0,0,0,0,0 +80157,0,0,0,0,0 +80158,0,0,0,0,0 +80159,0,0,0,0,0 +80160,0,0,0,0,0 +80161,0,0,0,0,0 +80162,0,0,0,0,0 +80163,0,0,0,0,0 +80164,0,0,0,0,0 +80165,0,0,0,0,0 +80166,0,0,0,0,0 +80167,0,0,0,0,0 +80168,0,0,0,0,0 +80169,0,0,0,0,0 +80170,0,0,0,0,0 +80171,0,0,0,0,0 +80172,0,0,0,0,0 +80173,0,0,0,0,0 +80174,0,0,0,0,0 +80175,0,0,0,0,0 +80176,0,0,0,0,0 +80177,0,0,0,0,0 +80178,0,0,0,0,0 +80179,0,0,0,0,0 +80180,0,0,0,0,0 +80181,0,0,0,0,0 +80182,0,0,0,0,0 +80183,0,0,0,0,0 +80184,0,0,0,0,0 +80185,0,0,0,0,0 +80186,0,0,0,0,0 +80187,0,0,0,0,0 +80188,0,0,0,0,0 +80189,0,0,0,0,0 +80190,0,0,0,0,0 +80191,0,0,0,0,0 +80192,0,0,0,0,0 +80193,0,0,0,0,0 +80194,0,0,0,0,0 +80195,0,0,0,0,0 +80196,0,0,0,0,0 +80197,0,0,0,0,0 +80198,0,0,0,0,0 +80199,0,0,0,0,0 +80200,0,0,0,0,0 +80201,0,0,0,0,0 +80202,0,0,0,0,0 +80203,0,0,0,0,0 +80204,0,0,0,0,0 +80205,0,0,0,0,0 +80206,0,0,0,0,0 +80207,0,0,0,0,0 +80208,0,0,0,0,0 +80209,0,0,0,0,0 +80210,0,0,0,0,0 +80211,0,0,0,0,0 +80212,0,0,0,0,0 +80213,0,0,0,0,0 +80214,0,0,0,0,0 +80215,0,0,0,0,0 +80216,0,0,0,0,0 +80217,0,0,0,0,0 +80218,0,0,0,0,0 +80219,0,0,0,0,0 +80220,0,0,0,0,0 +80221,0,0,0,0,0 +80222,0,0,0,0,0 +80223,0,0,0,0,0 +80224,0,0,0,0,0 +80225,0,0,0,0,0 +80226,0,0,0,0,0 +80227,0,0,0,0,0 +80228,0,0,0,0,0 +80229,0,0,0,0,0 +80230,0,0,0,0,0 +80231,0,0,0,0,0 +80232,0,0,0,0,0 +80233,0,0,0,0,0 +80234,0,0,0,0,0 +80235,0,0,0,0,0 +80236,0,0,0,0,0 +80237,0,0,0,0,0 +80238,0,0,0,0,0 +80239,0,0,0,0,0 +80240,0,0,0,0,0 +80241,0,0,0,0,0 +80242,0,0,0,0,0 +80243,0,0,0,0,0 +80244,0,0,0,0,0 +80245,0,0,0,0,0 +80246,0,0,0,0,0 +80247,0,0,0,0,0 +80248,0,0,0,0,0 +80249,0,0,0,0,0 +80250,0,0,0,0,0 +80251,0,0,0,0,0 +80252,0,0,0,0,0 +80253,0,0,0,0,0 +80254,0,0,0,0,0 +80255,0,0,0,0,0 +80256,0,0,0,0,0 +80257,0,0,0,0,0 +80258,0,0,0,0,0 +80259,0,0,0,0,0 +80260,0,0,0,0,0 +80261,0,0,0,0,0 +80262,0,0,0,0,0 +80263,0,0,0,0,0 +80264,0,0,0,0,0 +80265,0,0,0,0,0 +80266,0,0,0,0,0 +80267,0,0,0,0,0 +80268,0,0,0,0,0 +80269,0,0,0,0,0 +80270,0,0,0,0,0 +80271,0,0,0,0,0 +80272,0,0,0,0,0 +80273,0,0,0,0,0 +80274,0,0,0,0,0 +80275,0,0,0,0,0 +80276,0,0,0,0,0 +80277,0,0,0,0,0 +80278,0,0,0,0,0 +80279,0,0,0,0,0 +80280,0,0,0,0,0 +80281,0,0,0,0,0 +80282,0,0,0,0,0 +80283,0,0,0,0,0 +80284,0,0,0,0,0 +80285,0,0,0,0,0 +80286,0,0,0,0,0 +80287,0,0,0,0,0 +80288,0,0,0,0,0 +80289,0,0,0,0,0 +80290,0,0,0,0,0 +80291,0,0,0,0,0 +80292,0,0,0,0,0 +80293,0,0,0,0,0 +80294,0,0,0,0,0 +80295,0,0,0,0,0 +80296,0,0,0,0,0 +80297,0,0,0,0,0 +80298,0,0,0,0,0 +80299,0,0,0,0,0 +80300,0,0,0,0,0 +80301,0,0,0,0,0 +80302,0,0,0,0,0 +80303,0,0,0,0,0 +80304,0,0,0,0,0 +80305,0,0,0,0,0 +80306,0,0,0,0,0 +80307,0,0,0,0,0 +80308,0,0,0,0,0 +80309,0,0,0,0,0 +80310,0,0,0,0,0 +80311,0,0,0,0,0 +80312,0,0,0,0,0 +80313,0,0,0,0,0 +80314,0,0,0,0,0 +80315,0,0,0,0,0 +80316,0,0,0,0,0 +80317,0,0,0,0,0 +80318,0,0,0,0,0 +80319,0,0,0,0,0 +80320,0,0,0,0,0 +80321,0,0,0,0,0 +80322,0,0,0,0,0 +80323,0,0,0,0,0 +80324,0,0,0,0,0 +80325,0,0,0,0,0 +80326,0,0,0,0,0 +80327,0,0,0,0,0 +80328,0,0,0,0,0 +80329,0,0,0,0,0 +80330,0,0,0,0,0 +80331,0,0,0,0,0 +80332,0,0,0,0,0 +80333,0,0,0,0,0 +80334,0,0,0,0,0 +80335,0,0,0,0,0 +80336,0,0,0,0,0 +80337,0,0,0,0,0 +80338,0,0,0,0,0 +80339,0,0,0,0,0 +80340,0,0,0,0,0 +80341,0,0,0,0,0 +80342,0,0,0,0,0 +80343,0,0,0,0,0 +80344,0,0,0,0,0 +80345,0,0,0,0,0 +80346,0,0,0,0,0 +80347,0,0,0,0,0 +80348,0,0,0,0,0 +80349,0,0,0,0,0 +80350,0,0,0,0,0 +80351,0,0,0,0,0 +80352,0,0,0,0,0 +80353,0,0,0,0,0 +80354,0,0,0,0,0 +80355,0,0,0,0,0 +80356,0,0,0,0,0 +80357,0,0,0,0,0 +80358,0,0,0,0,0 +80359,0,0,0,0,0 +80360,0,0,0,0,0 +80361,0,0,0,0,0 +80362,0,0,0,0,0 +80363,0,0,0,0,0 +80364,0,0,0,0,0 +80365,0,0,0,0,0 +80366,0,0,0,0,0 +80367,0,0,0,0,0 +80368,0,0,0,0,0 +80369,0,0,0,0,0 +80370,0,0,0,0,0 +80371,0,0,0,0,0 +80372,0,0,0,0,0 +80373,0,0,0,0,0 +80374,0,0,0,0,0 +80375,0,0,0,0,0 +80376,0,0,0,0,0 +80377,0,0,0,0,0 +80378,0,0,0,0,0 +80379,0,0,0,0,0 +80380,0,0,0,0,0 +80381,0,0,0,0,0 +80382,0,0,0,0,0 +80383,0,0,0,0,0 +80384,0,0,0,0,0 +80385,0,0,0,0,0 +80386,0,0,0,0,0 +80387,0,0,0,0,0 +80388,0,0,0,0,0 +80389,0,0,0,0,0 +80390,0,0,0,0,0 +80391,0,0,0,0,0 +80392,0,0,0,0,0 +80393,0,0,0,0,0 +80394,0,0,0,0,0 +80395,0,0,0,0,0 +80396,0,0,0,0,0 +80397,0,0,0,0,0 +80398,0,0,0,0,0 +80399,0,0,0,0,0 +80400,0,0,0,0,0 +80401,0,0,0,0,0 +80402,0,0,0,0,0 +80403,0,0,0,0,0 +80404,0,0,0,0,0 +80405,0,0,0,0,0 +80406,0,0,0,0,0 +80407,0,0,0,0,0 +80408,0,0,0,0,0 +80409,0,0,0,0,0 +80410,0,0,0,0,0 +80411,0,0,0,0,0 +80412,0,0,0,0,0 +80413,0,0,0,0,0 +80414,0,0,0,0,0 +80415,0,0,0,0,0 +80416,0,0,0,0,0 +80417,0,0,0,0,0 +80418,0,0,0,0,0 +80419,0,0,0,0,0 +80420,0,0,0,0,0 +80421,0,0,0,0,0 +80422,0,0,0,0,0 +80423,0,0,0,0,0 +80424,0,0,0,0,0 +80425,0,0,0,0,0 +80426,0,0,0,0,0 +80427,0,0,0,0,0 +80428,0,0,0,0,0 +80429,0,0,0,0,0 +80430,0,0,0,0,0 +80431,0,0,0,0,0 +80432,0,0,0,0,0 +80433,0,0,0,0,0 +80434,0,0,0,0,0 +80435,0,0,0,0,0 +80436,0,0,0,0,0 +80437,0,0,0,0,0 +80438,0,0,0,0,0 +80439,0,0,0,0,0 +80440,0,0,0,0,0 +80441,0,0,0,0,0 +80442,0,0,0,0,0 +80443,0,0,0,0,0 +80444,0,0,0,0,0 +80445,0,0,0,0,0 +80446,0,0,0,0,0 +80447,0,0,0,0,0 +80448,0,0,0,0,0 +80449,0,0,0,0,0 +80450,0,0,0,0,0 +80451,0,0,0,0,0 +80452,0,0,0,0,0 +80453,0,0,0,0,0 +80454,0,0,0,0,0 +80455,0,0,0,0,0 +80456,0,0,0,0,0 +80457,0,0,0,0,0 +80458,0,0,0,0,0 +80459,0,0,0,0,0 +80460,0,0,0,0,0 +80461,0,0,0,0,0 +80462,0,0,0,0,0 +80463,0,0,0,0,0 +80464,0,0,0,0,0 +80465,0,0,0,0,0 +80466,0,0,0,0,0 +80467,0,0,0,0,0 +80468,0,0,0,0,0 +80469,0,0,0,0,0 +80470,0,0,0,0,0 +80471,0,0,0,0,0 +80472,0,0,0,0,0 +80473,0,0,0,0,0 +80474,0,0,0,0,0 +80475,0,0,0,0,0 +80476,0,0,0,0,0 +80477,0,0,0,0,0 +80478,0,0,0,0,0 +80479,0,0,0,0,0 +80480,0,0,0,0,0 +80481,0,0,0,0,0 +80482,0,0,0,0,0 +80483,0,0,0,0,0 +80484,0,0,0,0,0 +80485,0,0,0,0,0 +80486,0,0,0,0,0 +80487,0,0,0,0,0 +80488,0,0,0,0,0 +80489,0,0,0,0,0 +80490,0,0,0,0,0 +80491,0,0,0,0,0 +80492,0,0,0,0,0 +80493,0,0,0,0,0 +80494,0,0,0,0,0 +80495,0,0,0,0,0 +80496,0,0,0,0,0 +80497,0,0,0,0,0 +80498,0,0,0,0,0 +80499,0,0,0,0,0 +80500,0,0,0,0,0 +80501,0,0,0,0,0 +80502,0,0,0,0,0 +80503,0,0,0,0,0 +80504,0,0,0,0,0 +80505,0,0,0,0,0 +80506,0,0,0,0,0 +80507,0,0,0,0,0 +80508,0,0,0,0,0 +80509,0,0,0,0,0 +80510,0,0,0,0,0 +80511,0,0,0,0,0 +80512,0,0,0,0,0 +80513,0,0,0,0,0 +80514,0,0,0,0,0 +80515,0,0,0,0,0 +80516,0,0,0,0,0 +80517,0,0,0,0,0 +80518,0,0,0,0,0 +80519,0,0,0,0,0 +80520,0,0,0,0,0 +80521,0,0,0,0,0 +80522,0,0,0,0,0 +80523,0,0,0,0,0 +80524,0,0,0,0,0 +80525,0,0,0,0,0 +80526,0,0,0,0,0 +80527,0,0,0,0,0 +80528,0,0,0,0,0 +80529,0,0,0,0,0 +80530,0,0,0,0,0 +80531,0,0,0,0,0 +80532,0,0,0,0,0 +80533,0,0,0,0,0 +80534,0,0,0,0,0 +80535,0,0,0,0,0 +80536,0,0,0,0,0 +80537,0,0,0,0,0 +80538,0,0,0,0,0 +80539,0,0,0,0,0 +80540,0,0,0,0,0 +80541,0,0,0,0,0 +80542,0,0,0,0,0 +80543,0,0,0,0,0 +80544,0,0,0,0,0 +80545,0,0,0,0,0 +80546,0,0,0,0,0 +80547,0,0,0,0,0 +80548,0,0,0,0,0 +80549,0,0,0,0,0 +80550,0,0,0,0,0 +80551,0,0,0,0,0 +80552,0,0,0,0,0 +80553,0,0,0,0,0 +80554,0,0,0,0,0 +80555,0,0,0,0,0 +80556,0,0,0,0,0 +80557,0,0,0,0,0 +80558,0,0,0,0,0 +80559,0,0,0,0,0 +80560,0,0,0,0,0 +80561,0,0,0,0,0 +80562,0,0,0,0,0 +80563,0,0,0,0,0 +80564,0,0,0,0,0 +80565,0,0,0,0,0 +80566,0,0,0,0,0 +80567,0,0,0,0,0 +80568,0,0,0,0,0 +80569,0,0,0,0,0 +80570,0,0,0,0,0 +80571,0,0,0,0,0 +80572,0,0,0,0,0 +80573,0,0,0,0,0 +80574,0,0,0,0,0 +80575,0,0,0,0,0 +80576,0,0,0,0,0 +80577,0,0,0,0,0 +80578,0,0,0,0,0 +80579,0,0,0,0,0 +80580,0,0,0,0,0 +80581,0,0,0,0,0 +80582,0,0,0,0,0 +80583,0,0,0,0,0 +80584,0,0,0,0,0 +80585,0,0,0,0,0 +80586,0,0,0,0,0 +80587,0,0,0,0,0 +80588,0,0,0,0,0 +80589,0,0,0,0,0 +80590,0,0,0,0,0 +80591,0,0,0,0,0 +80592,0,0,0,0,0 +80593,0,0,0,0,0 +80594,0,0,0,0,0 +80595,0,0,0,0,0 +80596,0,0,0,0,0 +80597,0,0,0,0,0 +80598,0,0,0,0,0 +80599,0,0,0,0,0 +80600,0,0,0,0,0 +80601,0,0,0,0,0 +80602,0,0,0,0,0 +80603,0,0,0,0,0 +80604,0,0,0,0,0 +80605,0,0,0,0,0 +80606,0,0,0,0,0 +80607,0,0,0,0,0 +80608,0,0,0,0,0 +80609,0,0,0,0,0 +80610,0,0,0,0,0 +80611,0,0,0,0,0 +80612,0,0,0,0,0 +80613,0,0,0,0,0 +80614,0,0,0,0,0 +80615,0,0,0,0,0 +80616,0,0,0,0,0 +80617,0,0,0,0,0 +80618,0,0,0,0,0 +80619,0,0,0,0,0 +80620,0,0,0,0,0 +80621,0,0,0,0,0 +80622,0,0,0,0,0 +80623,0,0,0,0,0 +80624,0,0,0,0,0 +80625,0,0,0,0,0 +80626,0,0,0,0,0 +80627,0,0,0,0,0 +80628,0,0,0,0,0 +80629,0,0,0,0,0 +80630,0,0,0,0,0 +80631,0,0,0,0,0 +80632,0,0,0,0,0 +80633,0,0,0,0,0 +80634,0,0,0,0,0 +80635,0,0,0,0,0 +80636,0,0,0,0,0 +80637,0,0,0,0,0 +80638,0,0,0,0,0 +80639,0,0,0,0,0 +80640,0,0,0,0,0 +80641,0,0,0,0,0 +80642,0,0,0,0,0 +80643,0,0,0,0,0 +80644,0,0,0,0,0 +80645,0,0,0,0,0 +80646,0,0,0,0,0 +80647,0,0,0,0,0 +80648,0,0,0,0,0 +80649,0,0,0,0,0 +80650,0,0,0,0,0 +80651,0,0,0,0,0 +80652,0,0,0,0,0 +80653,0,0,0,0,0 +80654,0,0,0,0,0 +80655,0,0,0,0,0 +80656,0,0,0,0,0 +80657,0,0,0,0,0 +80658,0,0,0,0,0 +80659,0,0,0,0,0 +80660,0,0,0,0,0 +80661,0,0,0,0,0 +80662,0,0,0,0,0 +80663,0,0,0,0,0 +80664,0,0,0,0,0 +80665,0,0,0,0,0 +80666,0,0,0,0,0 +80667,0,0,0,0,0 +80668,0,0,0,0,0 +80669,0,0,0,0,0 +80670,0,0,0,0,0 +80671,0,0,0,0,0 +80672,0,0,0,0,0 +80673,0,0,0,0,0 +80674,0,0,0,0,0 +80675,0,0,0,0,0 +80676,0,0,0,0,0 +80677,0,0,0,0,0 +80678,0,0,0,0,0 +80679,0,0,0,0,0 +80680,0,0,0,0,0 +80681,0,0,0,0,0 +80682,0,0,0,0,0 +80683,0,0,0,0,0 +80684,0,0,0,0,0 +80685,0,0,0,0,0 +80686,0,0,0,0,0 +80687,0,0,0,0,0 +80688,0,0,0,0,0 +80689,0,0,0,0,0 +80690,0,0,0,0,0 +80691,0,0,0,0,0 +80692,0,0,0,0,0 +80693,0,0,0,0,0 +80694,0,0,0,0,0 +80695,0,0,0,0,0 +80696,0,0,0,0,0 +80697,0,0,0,0,0 +80698,0,0,0,0,0 +80699,0,0,0,0,0 +80700,0,0,0,0,0 +80701,0,0,0,0,0 +80702,0,0,0,0,0 +80703,0,0,0,0,0 +80704,0,0,0,0,0 +80705,0,0,0,0,0 +80706,0,0,0,0,0 +80707,0,0,0,0,0 +80708,0,0,0,0,0 +80709,0,0,0,0,0 +80710,0,0,0,0,0 +80711,0,0,0,0,0 +80712,0,0,0,0,0 +80713,0,0,0,0,0 +80714,0,0,0,0,0 +80715,0,0,0,0,0 +80716,0,0,0,0,0 +80717,0,0,0,0,0 +80718,0,0,0,0,0 +80719,0,0,0,0,0 +80720,0,0,0,0,0 +80721,0,0,0,0,0 +80722,0,0,0,0,0 +80723,0,0,0,0,0 +80724,0,0,0,0,0 +80725,0,0,0,0,0 +80726,0,0,0,0,0 +80727,0,0,0,0,0 +80728,0,0,0,0,0 +80729,0,0,0,0,0 +80730,0,0,0,0,0 +80731,0,0,0,0,0 +80732,0,0,0,0,0 +80733,0,0,0,0,0 +80734,0,0,0,0,0 +80735,0,0,0,0,0 +80736,0,0,0,0,0 +80737,0,0,0,0,0 +80738,0,0,0,0,0 +80739,0,0,0,0,0 +80740,0,0,0,0,0 +80741,0,0,0,0,0 +80742,0,0,0,0,0 +80743,0,0,0,0,0 +80744,0,0,0,0,0 +80745,0,0,0,0,0 +80746,0,0,0,0,0 +80747,0,0,0,0,0 +80748,0,0,0,0,0 +80749,0,0,0,0,0 +80750,0,0,0,0,0 +80751,0,0,0,0,0 +80752,0,0,0,0,0 +80753,0,0,0,0,0 +80754,0,0,0,0,0 +80755,0,0,0,0,0 +80756,0,0,0,0,0 +80757,0,0,0,0,0 +80758,0,0,0,0,0 +80759,0,0,0,0,0 +80760,0,0,0,0,0 +80761,0,0,0,0,0 +80762,0,0,0,0,0 +80763,0,0,0,0,0 +80764,0,0,0,0,0 +80765,0,0,0,0,0 +80766,0,0,0,0,0 +80767,0,0,0,0,0 +80768,0,0,0,0,0 +80769,0,0,0,0,0 +80770,0,0,0,0,0 +80771,0,0,0,0,0 +80772,0,0,0,0,0 +80773,0,0,0,0,0 +80774,0,0,0,0,0 +80775,0,0,0,0,0 +80776,0,0,0,0,0 +80777,0,0,0,0,0 +80778,0,0,0,0,0 +80779,0,0,0,0,0 +80780,0,0,0,0,0 +80781,0,0,0,0,0 +80782,0,0,0,0,0 +80783,0,0,0,0,0 +80784,0,0,0,0,0 +80785,0,0,0,0,0 +80786,0,0,0,0,0 +80787,0,0,0,0,0 +80788,0,0,0,0,0 +80789,0,0,0,0,0 +80790,0,0,0,0,0 +80791,0,0,0,0,0 +80792,0,0,0,0,0 +80793,0,0,0,0,0 +80794,0,0,0,0,0 +80795,0,0,0,0,0 +80796,0,0,0,0,0 +80797,0,0,0,0,0 +80798,0,0,0,0,0 +80799,0,0,0,0,0 +80800,0,0,0,0,0 +80801,0,0,0,0,0 +80802,0,0,0,0,0 +80803,0,0,0,0,0 +80804,0,0,0,0,0 +80805,0,0,0,0,0 +80806,0,0,0,0,0 +80807,0,0,0,0,0 +80808,0,0,0,0,0 +80809,0,0,0,0,0 +80810,0,0,0,0,0 +80811,0,0,0,0,0 +80812,0,0,0,0,0 +80813,0,0,0,0,0 +80814,0,0,0,0,0 +80815,0,0,0,0,0 +80816,0,0,0,0,0 +80817,0,0,0,0,0 +80818,0,0,0,0,0 +80819,0,0,0,0,0 +80820,0,0,0,0,0 +80821,0,0,0,0,0 +80822,0,0,0,0,0 +80823,0,0,0,0,0 +80824,0,0,0,0,0 +80825,0,0,0,0,0 +80826,0,0,0,0,0 +80827,0,0,0,0,0 +80828,0,0,0,0,0 +80829,0,0,0,0,0 +80830,0,0,0,0,0 +80831,0,0,0,0,0 +80832,0,0,0,0,0 +80833,0,0,0,0,0 +80834,0,0,0,0,0 +80835,0,0,0,0,0 +80836,0,0,0,0,0 +80837,0,0,0,0,0 +80838,0,0,0,0,0 +80839,0,0,0,0,0 +80840,0,0,0,0,0 +80841,0,0,0,0,0 +80842,0,0,0,0,0 +80843,0,0,0,0,0 +80844,0,0,0,0,0 +80845,0,0,0,0,0 +80846,0,0,0,0,0 +80847,0,0,0,0,0 +80848,0,0,0,0,0 +80849,0,0,0,0,0 +80850,0,0,0,0,0 +80851,0,0,0,0,0 +80852,0,0,0,0,0 +80853,0,0,0,0,0 +80854,0,0,0,0,0 +80855,0,0,0,0,0 +80856,0,0,0,0,0 +80857,0,0,0,0,0 +80858,0,0,0,0,0 +80859,0,0,0,0,0 +80860,0,0,0,0,0 +80861,0,0,0,0,0 +80862,0,0,0,0,0 +80863,0,0,0,0,0 +80864,0,0,0,0,0 +80865,0,0,0,0,0 +80866,0,0,0,0,0 +80867,0,0,0,0,0 +80868,0,0,0,0,0 +80869,0,0,0,0,0 +80870,0,0,0,0,0 +80871,0,0,0,0,0 +80872,0,0,0,0,0 +80873,0,0,0,0,0 +80874,0,0,0,0,0 +80875,0,0,0,0,0 +80876,0,0,0,0,0 +80877,0,0,0,0,0 +80878,0,0,0,0,0 +80879,0,0,0,0,0 +80880,0,0,0,0,0 +80881,0,0,0,0,0 +80882,0,0,0,0,0 +80883,0,0,0,0,0 +80884,0,0,0,0,0 +80885,0,0,0,0,0 +80886,0,0,0,0,0 +80887,0,0,0,0,0 +80888,0,0,0,0,0 +80889,0,0,0,0,0 +80890,0,0,0,0,0 +80891,0,0,0,0,0 +80892,0,0,0,0,0 +80893,0,0,0,0,0 +80894,0,0,0,0,0 +80895,0,0,0,0,0 +80896,0,0,0,0,0 +80897,0,0,0,0,0 +80898,0,0,0,0,0 +80899,0,0,0,0,0 +80900,0,0,0,0,0 +80901,0,0,0,0,0 +80902,0,0,0,0,0 +80903,0,0,0,0,0 +80904,0,0,0,0,0 +80905,0,0,0,0,0 +80906,0,0,0,0,0 +80907,0,0,0,0,0 +80908,0,0,0,0,0 +80909,0,0,0,0,0 +80910,0,0,0,0,0 +80911,0,0,0,0,0 +80912,0,0,0,0,0 +80913,0,0,0,0,0 +80914,0,0,0,0,0 +80915,0,0,0,0,0 +80916,0,0,0,0,0 +80917,0,0,0,0,0 +80918,0,0,0,0,0 +80919,0,0,0,0,0 +80920,0,0,0,0,0 +80921,0,0,0,0,0 +80922,0,0,0,0,0 +80923,0,0,0,0,0 +80924,0,0,0,0,0 +80925,0,0,0,0,0 +80926,0,0,0,0,0 +80927,0,0,0,0,0 +80928,0,0,0,0,0 +80929,0,0,0,0,0 +80930,0,0,0,0,0 +80931,0,0,0,0,0 +80932,0,0,0,0,0 +80933,0,0,0,0,0 +80934,0,0,0,0,0 +80935,0,0,0,0,0 +80936,0,0,0,0,0 +80937,0,0,0,0,0 +80938,0,0,0,0,0 +80939,0,0,0,0,0 +80940,0,0,0,0,0 +80941,0,0,0,0,0 +80942,0,0,0,0,0 +80943,0,0,0,0,0 +80944,0,0,0,0,0 +80945,0,0,0,0,0 +80946,0,0,0,0,0 +80947,0,0,0,0,0 +80948,0,0,0,0,0 +80949,0,0,0,0,0 +80950,0,0,0,0,0 +80951,0,0,0,0,0 +80952,0,0,0,0,0 +80953,0,0,0,0,0 +80954,0,0,0,0,0 +80955,0,0,0,0,0 +80956,0,0,0,0,0 +80957,0,0,0,0,0 +80958,0,0,0,0,0 +80959,0,0,0,0,0 +80960,0,0,0,0,0 +80961,0,0,0,0,0 +80962,0,0,0,0,0 +80963,0,0,0,0,0 +80964,0,0,0,0,0 +80965,0,0,0,0,0 +80966,0,0,0,0,0 +80967,0,0,0,0,0 +80968,0,0,0,0,0 +80969,0,0,0,0,0 +80970,0,0,0,0,0 +80971,0,0,0,0,0 +80972,0,0,0,0,0 +80973,0,0,0,0,0 +80974,0,0,0,0,0 +80975,0,0,0,0,0 +80976,0,0,0,0,0 +80977,0,0,0,0,0 +80978,0,0,0,0,0 +80979,0,0,0,0,0 +80980,0,0,0,0,0 +80981,0,0,0,0,0 +80982,0,0,0,0,0 +80983,0,0,0,0,0 +80984,0,0,0,0,0 +80985,0,0,0,0,0 +80986,0,0,0,0,0 +80987,0,0,0,0,0 +80988,0,0,0,0,0 +80989,0,0,0,0,0 +80990,0,0,0,0,0 +80991,0,0,0,0,0 +80992,0,0,0,0,0 +80993,0,0,0,0,0 +80994,0,0,0,0,0 +80995,0,0,0,0,0 +80996,0,0,0,0,0 +80997,0,0,0,0,0 +80998,0,0,0,0,0 +80999,0,0,0,0,0 +81000,0,0,0,0,0 +81001,0,0,0,0,0 +81002,0,0,0,0,0 +81003,0,0,0,0,0 +81004,0,0,0,0,0 +81005,0,0,0,0,0 +81006,0,0,0,0,0 +81007,0,0,0,0,0 +81008,0,0,0,0,0 +81009,0,0,0,0,0 +81010,0,0,0,0,0 +81011,0,0,0,0,0 +81012,0,0,0,0,0 +81013,0,0,0,0,0 +81014,0,0,0,0,0 +81015,0,0,0,0,0 +81016,0,0,0,0,0 +81017,0,0,0,0,0 +81018,0,0,0,0,0 +81019,0,0,0,0,0 +81020,0,0,0,0,0 +81021,0,0,0,0,0 +81022,0,0,0,0,0 +81023,0,0,0,0,0 +81024,0,0,0,0,0 +81025,0,0,0,0,0 +81026,0,0,0,0,0 +81027,0,0,0,0,0 +81028,0,0,0,0,0 +81029,0,0,0,0,0 +81030,0,0,0,0,0 +81031,0,0,0,0,0 +81032,0,0,0,0,0 +81033,0,0,0,0,0 +81034,0,0,0,0,0 +81035,0,0,0,0,0 +81036,0,0,0,0,0 +81037,0,0,0,0,0 +81038,0,0,0,0,0 +81039,0,0,0,0,0 +81040,0,0,0,0,0 +81041,0,0,0,0,0 +81042,0,0,0,0,0 +81043,0,0,0,0,0 +81044,0,0,0,0,0 +81045,0,0,0,0,0 +81046,0,0,0,0,0 +81047,0,0,0,0,0 +81048,0,0,0,0,0 +81049,0,0,0,0,0 +81050,0,0,0,0,0 +81051,0,0,0,0,0 +81052,0,0,0,0,0 +81053,0,0,0,0,0 +81054,0,0,0,0,0 +81055,0,0,0,0,0 +81056,0,0,0,0,0 +81057,0,0,0,0,0 +81058,0,0,0,0,0 +81059,0,0,0,0,0 +81060,0,0,0,0,0 +81061,-1675.402413,-808.9561679,-1646.361594,-808.9856106,-1073.752404 +81062,-1723.479886,-806.4461546,-1695.424092,-806.4755953,-1098.422823 +81063,-1782.463045,-802.7140204,-1752.107027,-802.7433678,-1111.664087 +81064,-1525.674171,-470.6973593,-1733.510804,-467.6106086,-563.5037563 +81065,0,-117.8985199,0,-119.0612393,-8.794362659 +81066,-822.8415071,-409.7675348,-870.1557815,-409.7779095,-493.7443539 +81067,-710.855189,-296.9643368,-690.8614247,-295.5284227,-317.9909388 +81068,-606.3203899,-291.4235283,-626.0091071,-292.1738647,-316.8897554 +81069,-616.8785897,-287.7495657,-621.7328522,-286.9801206,-315.4453618 +81070,-607.8301096,-283.3815392,-612.3556302,-283.3838375,-312.7775201 +81071,-602.6345833,-280.028546,-605.6265977,-279.6248877,-312.7629353 +81072,-594.244511,-115.2357714,-494.7043577,-276.1009935,-310.3153092 +81073,-589.0430398,-105.4709322,-477.5926451,-272.1091216,-309.3616324 +81074,-581.2161512,-88.95385912,-462.5455428,-268.6820473,-307.5292653 +81075,-577.1834177,-74.30260972,-449.7664829,-265.8902023,-306.1523152 +81076,-569.5640985,-60.0204391,-436.5569674,-262.0351478,-303.9456721 +81077,-563.7675407,-46.52804075,-424.1254338,-259.3305969,-302.9204439 +81078,-559.8899234,-32.93702789,-413.1296431,-255.5909276,-301.1053464 +81079,-552.4670541,-19.78632721,-400.121097,-253.0738865,-299.1781406 +81080,-548.1565408,-6.566720154,-389.825991,-249.9983854,-297.8311192 +81081,-542.5549933,0,-378.7588119,-246.8259582,-295.7250312 +81082,-536.7933298,0,-368.1277865,-244.4992942,-294.2286305 +81083,-533.164719,0,-357.3604554,-241.1698069,-291.9868069 +81084,-527.1426179,0,-347.0743083,-238.7139764,-290.3747914 +81085,-522.1506859,0,-337.8945747,-235.7285091,-288.0232378 +81086,-518.2161257,0,-327.4158419,-233.1668562,-287.0105539 +81087,-513.0413645,0,-318.0717813,-230.8002965,-283.8750894 +81088,-508.9483709,0,-308.6603756,-227.9095992,-282.7890927 +81089,-503.6189803,0,-299.8004623,-225.7076789,-280.9741115 +81090,-499.3932051,0,-291.5019102,-222.9846733,-278.4269613 +81091,-489.2105909,0,-276.4060752,-218.009359,-276.5512839 +81092,-484.259742,0,-268.6284076,-215.4559888,-274.6494866 +81093,-479.257523,0,-260.2032237,-212.6265386,-272.7248349 +81094,-474.804716,0,-253.5974452,-210.2701103,-270.0698711 +81095,-469.1137465,0,-246.0432677,-207.8920459,-268.81428 +81096,-465.7808312,0,-239.0841483,-204.9894704,-266.8313705 +81097,-460.6124636,0,-231.7970772,-202.8235017,-264.117803 +81098,-455.407964,0,-225.7290195,-200.1337564,-262.8168986 +81099,-451.9866338,0,-218.4095268,-198.1899316,-260.7877771 +81100,-447.3284566,0,-212.623047,-195.2112864,-258.3862082 +81101,-442.0347612,0,-206.2059121,-193.2401524,-256.6903627 +81102,-437.9329517,0,-199.7779035,-190.7438462,-254.6238752 +81103,-434.4210106,0,-193.9598176,-188.2343343,-252.5465774 +81104,-428.4424583,0,-187.8233056,-186.2293603,-250.4591299 +81105,-425.5057966,0,-182.2990053,-183.9560069,-249.0863991 +81106,-420.0976485,0,-176.7678281,-181.412938,-246.256342 +81107,-416.5158157,0,-170.9201316,-179.3800052,-244.8685696 +81108,-411.070079,0,-165.6872166,-176.8176307,-242.7475715 +81109,-408.077495,0,-160.1389082,-175.0301439,-240.9833072 +81110,-402.599298,0,-155.5171146,-172.4509208,-238.8483178 +81111,-398.9638966,0,-149.649284,-170.1256516,-237.0717972 +81112,-394.0764476,0,-145.3301188,-168.319244,-234.9243731 +81113,-389.797429,0,-140.075851,-165.7177703,-233.1370378 +81114,-386.1300485,0,-135.4395994,-163.9004956,-230.978544 +81115,-381.2069433,0,-130.8005044,-161.2862427,-229.5483817 +81116,-376.8966287,0,-126.0033953,-159.4593994,-227.0131218 +81117,-372.577186,0,-121.6700358,-157.098739,-225.5751051 +81118,-368.2490328,0,-117.179115,-154.9983434,-223.7660493 +81119,-363.9125546,0,-113.1524623,-152.893844,-221.2167815 +81120,-359.5682019,0,-108.5022105,-150.785443,-220.1372877 +81121,-353.3331172,0,-104.472087,-147.6082468,-217.5800488 +81122,-347.0865565,0,-99.04105406,-145.2251347,-215.387576 +81123,-340.1997442,0,-94.23033849,-142.0372354,-213.9307422 +81124,-333.9319769,0,-89.1071351,-139.3787216,-210.9919211 +81125,-327.6550602,0,-84.29359843,-136.4488892,-209.5296761 +81126,-320.7379894,0,-79.16774676,-133.5151233,-206.9538483 +81127,-314.4441695,0,-74.50738192,-130.8458622,-205.1161916 +81128,-307.5105344,0,-69.69042674,-127.6371417,-202.9051852 +81129,-301.2026203,0,-64.8724999,-124.9620904,-200.6915259 +81130,-294.2551473,0,-60.20927066,-122.0160461,-198.4753812 +81131,-287.9354966,0,-55.54524163,-119.0675731,-196.6287393 +81132,-280.3423012,0,-50.88047129,-116.1169522,-194.0361118 +81133,-274.6475843,0,-46.37063158,-113.2989535,-192.557839 +81134,-267.0446786,0,-41.86017629,-110.2101854,-189.588328 +81135,-260.7076441,0,-37.50477882,-107.5236905,-187.7343006 +81136,-253.4145205,0,-32.83761993,-104.2973622,-185.5059672 +81137,-246.7537327,0,-28.63687713,-101.6085263,-183.6489975 +81138,-239.7725829,0,-24.12442993,-98.37991198,-180.6709742 +81139,-232.7890819,0,-19.92286632,-95.68930232,-179.1845332 +81140,-225.8035601,0,-15.40964235,-92.45896218,-176.3897717 +81141,-219.1343135,0,-11.5187108,-89.76700731,-174.340696 +81142,-211.8275192,131.7634093,-6.84918155,-86.53537887,-172.1035898 +81143,-204.5193701,182.3093709,-2.802022696,-83.70760102,-169.6783073 +81144,-197.846268,155.4839631,0,-80.60980649,-167.4388867 +81145,-190.2179255,193.7239355,0,-77.51164192,-165.0113693 +81146,-183.224956,212.3052424,0,-74.54798712,-162.7700062 +81147,-175.91316,230.9425445,0,-71.44923819,-160.5277896 +81148,-168.6007058,249.2506093,0,-68.48504659,-157.9102595 +81149,-160.9695531,267.259319,0,-65.38578877,-155.6664388 +81150,-154.2923251,285.6634114,0,-62.28631422,-153.4219418 +81151,-146.660096,301.4666167,0,-59.45629268,-150.8020619 +81152,-140.3000891,316.967682,0,-56.62610271,-148.5562929 +81153,-133.303373,332.0546387,0,-53.66092617,-145.9351382 +81154,-126.624434,347.3590667,0,-51.10010995,-143.6883198 +81155,-119.3088118,361.9598081,0,-47.99979829,-141.0660936 +81156,-112.94742,376.3448283,0,-45.30387515,-138.8183837 +81157,-105.6311909,391.0749251,0,-42.6078301,-136.1952562 +81158,-98.9510546,405.0594262,0,-40.45099474,-133.946799 +81159,-92.11157114,419.1041541,0,-38.29411262,-131.135378 +81160,-84.95365057,432.665036,0,-35.86746166,-129.0738726 +81161,-78.27280092,447.049619,0,-33.71041187,-126.0742463 +81162,-70.95536163,459.9037041,0,-31.01389364,-124.1998405 +81163,-64.43322748,473.525761,0,-28.8567063,-121.1996746 +81164,-57.27451041,486.6856424,0,-26.56460554,-118.7620784 +81165,-50.11562925,499.7540005,0,-24.00273678,-116.5119173 +81166,-45.02489773,512.6854222,0,-21.57567028,-113.6987499 +81167,-38.97944348,525.182199,0,-19.41826209,-111.2606628 +81168,-33.41119306,538.3625439,0,-16.85624658,-108.8224499 +81169,-27.52464088,550.6490152,0,-14.56389218,-106.1964864 +81170,-17.18311668,558.1974772,0,-9.169909543,-103.5703945 +81171,-10.182639,569.6967612,0,-6.472914171,-101.1318172 +81172,-4.454927075,581.5338369,0,-3.77588446,-98.31788474 +81173,0,593.279834,0,0,-95.87913902 +81174,0,611.510578,0,0,-93.25270112 +81175,0,627.0735295,0,0,-90.62622083 +81176,0,642.4996963,0,0,-87.99970449 +81177,0,657.7537666,0,0,-85.3731568 +81178,0,672.976156,0,0,-82.55894219 +81179,0,687.9804454,0,0,-80.11997899 +81180,0,702.8906517,0,0,-77.49334348 +81181,0,717.8461954,0,0,-74.30376294 +81182,0,732.8070672,0,0,-71.48944329 +81183,0,747.4998302,0,0,-68.67508867 +81184,0,761.7566092,0,0,-65.48543643 +81185,0,776.9316708,0,0,-62.85868297 +81186,0,791.0094517,0,0,-59.85662261 +81187,0,805.3815613,0,0,-57.04217863 +81188,0,819.4989737,0,0,-54.04007499 +81189,0,833.5841631,0,0,-51.22559484 +81190,0,847.6158247,0,0,-48.22345622 +81191,0,861.2891367,0,0,-45.40894324 +81192,0,875.1279094,0,0,-42.40677156 +81193,0,888.6885116,0,0,-39.40458577 +81194,0,902.1942813,0,0,-36.59003002 +81195,0,915.5754578,0,0,-33.58781748 +81196,0,928.8021792,0,0,-30.5855917 +81197,0,942.0537623,0,0,-27.58335608 +81198,0,955.0788877,0,0,-24.58111169 +81199,0,967.9880856,0,0,-21.76650103 +81200,0,980.9972386,0,0,-18.38895206 +81201,0,993.5501393,0,0,-15.57432768 +81202,0,1006.35464,0,0,-12.38441183 +81203,0,1018.848011,0,0,-9.382134467 +81204,0,1031.310399,0,0,-6.192210588 +81205,0,1043.663824,0,0,-3.189927428 +81206,0,1055.85538,0,0,0 +81207,0,1068.177791,0,0,0 +81208,0,1080.08968,0,0,0 +81209,0,1092.054993,0,0,0 +81210,0,1104.013825,0,0,0 +81211,0,1114.855236,0,0,0 +81212,0,1128.341662,0,0,0 +81213,0,1139.741868,0,0,0 +81214,0,1148.951811,0,0,0 +81215,0,1162.148001,0,0,0 +81216,0,1169.069211,0,0,0 +81217,0,1158.265641,0,0,0 +81218,0,1198.125522,0,0,0 +81219,0,1193.086922,0,0,0 +81220,0,1205.825388,0,0,0 +81221,0,1215.156905,0,0,0 +81222,0,1224.42056,0,0,0 +81223,0,1233.760701,0,0,0 +81224,0,1242.637092,0,0,0 +81225,0,1251.708941,0,0,0 +81226,0,1260.384091,0,0,0 +81227,0,1269.058972,0,0,0 +81228,0,1277.820141,0,0,0 +81229,0,1286.106074,0,0,0 +81230,0,1294.536058,0,0,0 +81231,0,1302.768334,0,0,0 +81232,0,1310.904288,0,0,0 +81233,0,1318.935821,0,0,0 +81234,0,1326.860991,0,0,0 +81235,0,1334.76454,0,0,0 +81236,0,1342.353931,0,0,0 +81237,0,1350.030056,0,0,0 +81238,0,1357.444515,0,0,0 +81239,0,1365.063307,0,0,0 +81240,0,1372.182139,0,0,0 +81241,0,1379.337686,0,0,0 +81242,0,1386.290725,0,0,0 +81243,0,1393.158799,0,0,0 +81244,0,1400.015646,0,0,0 +81245,0,1406.475023,0,0,0 +81246,0,1413.246858,0,0,0 +81247,0,1419.65357,0,0,0 +81248,0,1426.058493,0,0,0 +81249,0,1432.444356,0,0,0 +81250,0,1438.515092,0,0,0 +81251,0,1444.693038,0,0,0 +81252,0,1450.698,0,0,0 +81253,0,1456.535885,0,0,0 +81254,0,1462.506621,0,0,0 +81255,0,1468.277446,0,0,0 +81256,0,1473.811234,0,0,0 +81257,0,1479.444533,0,0,0 +81258,0,1484.904206,0,0,0 +81259,0,1490.288779,0,0,0 +81260,0,1495.583754,0,0,0 +81261,0,1500.788511,0,0,0 +81262,0,1505.997117,0,0,0 +81263,0,1510.787845,0,0,0 +81264,0,1515.931665,0,0,0 +81265,0,1520.692181,0,0,0 +81266,0,1525.462761,0,0,0 +81267,0,1530.127943,0,0,0 +81268,0,1534.702997,0,0,0 +81269,0,1539.188049,0,0,0 +81270,0,1543.58273,0,0,0 +81271,0,1547.432066,0,0,0 +81272,0,1553.843934,0,0,0 +81273,0,1552.975481,0,0,0 +81274,0,1566.549446,0,0,0 +81275,0,1548.291013,0,0,0 +81276,0,1571.396348,0,0,0 +81277,0,1587.399798,0,0,0 +81278,0,1539.423657,0,0,0 +81279,0,1589.185966,0,0,0 +81280,0,1572.659147,0,0,0 +81281,0,1578.905886,0,0,0 +81282,0,1581.520507,0,0,0 +81283,0,1583.859771,0,0,0 +81284,0,1586.253402,0,0,0 +81285,0,1588.452407,0,0,0 +81286,0,1590.541365,0,0,0 +81287,0,1592.501137,0,0,0 +81288,0,1594.394621,0,0,0 +81289,0,1596.191398,0,0,0 +81290,0,1597.887021,0,0,0 +81291,0,1599.480825,0,0,0 +81292,0,1600.973193,0,0,0 +81293,0,1602.364069,0,0,0 +81294,0,1603.654316,0,0,0 +81295,0,1604.843923,0,0,0 +81296,0,1605.933741,0,0,0 +81297,0,1606.923743,0,0,0 +81298,0,1607.814744,0,0,0 +81299,0,1608.606704,0,0,0 +81300,0,1609.300405,0,0,0 +81301,0,1609.75191,0,0,0 +81302,0,1610.070229,0,0,0 +81303,0,1610.277332,0,0,0 +81304,0,1610.380512,0,0,0 +81305,0,1610.381854,0,0,0 +81306,0,1610.282779,0,0,0 +81307,0,1610.083495,0,0,0 +81308,0,1609.784807,0,0,0 +81309,0,1609.386728,0,0,0 +81310,0,1608.889976,0,0,0 +81311,0,1608.294552,0,0,0 +81312,0,1607.601162,0,0,0 +81313,0,1606.809831,0,0,0 +81314,0,1605.92128,0,0,0 +81315,0,1604.93557,0,0,0 +81316,0,1603.853441,0,0,0 +81317,0,1602.674997,0,0,0 +81318,0,1601.400997,0,0,0 +81319,0,1600.031579,0,0,0 +81320,0,1598.567518,0,0,0 +81321,0,1597.008984,0,0,0 +81322,0,1595.356756,0,0,0 +81323,0,1593.611195,0,0,0 +81324,0,1591.772508,0,0,0 +81325,0,1589.841666,0,0,0 +81326,0,1587.818948,0,0,0 +81327,0,1585.604573,0,0,0 +81328,0,1583.543576,0,0,0 +81329,0,1581.176934,0,0,0 +81330,0,1578.806994,0,0,0 +81331,0,1576.118912,0,0,0 +81332,0,1573.298971,0,0,0 +81333,0,1570.367727,0,0,0 +81334,0,1590.150168,0,0,0 +81335,0,1522.928898,0,0,0 +81336,0,1568.324914,0,0,0 +81337,0,1543.81468,0,0,0 +81338,0,1543.649601,0,0,0 +81339,0,1539.590168,0,0,0 +81340,0,1535.56178,0,0,0 +81341,0,1531.472254,0,0,0 +81342,0,1527.322648,0,0,0 +81343,0,1523.109652,0,0,0 +81344,0,1518.830505,0,0,0 +81345,0,1514.48365,0,0,0 +81346,0,1510.0683,0,0,0 +81347,0,1505.679674,0,0,0 +81348,0,1500.889529,0,0,0 +81349,0,1496.471901,0,0,0 +81350,0,1491.693584,0,0,0 +81351,0,1486.943009,0,0,0 +81352,0,1482.10724,0,0,0 +81353,0,1477.200749,0,0,0 +81354,28.06831433,1472.223925,0,0,0 +81355,108.563792,1467.176878,0,0,0 +81356,76.1052462,1461.963529,0,0,0 +81357,94.02293092,1456.911554,0,0,0 +81358,104.0829393,1451.678588,0,0,0 +81359,112.2482148,1446.23358,0,0,0 +81360,120.2796719,1440.90202,0,0,0 +81361,127.6078101,1435.33746,0,0,0 +81362,135.3033308,1429.592166,0,0,0 +81363,142.6175301,1423.996434,0,0,0 +81364,149.7940783,1418.133564,0,0,0 +81365,157.2814647,1412.275403,0,0,0 +81366,164.0978709,1406.333589,0,0,0 +81367,171.0869095,1400.322799,0,0,0 +81368,178.194923,1394.244109,0,0,0 +81369,185.0678402,1388.093807,0,0,0 +81370,191.4817057,1381.881623,0,0,0 +81371,198.5226713,1375.600929,0,0,0 +81372,205.2033153,1369.255331,0,0,0 +81373,212.1913474,1362.75781,0,0,0 +81374,219.1585535,1356.405907,0,0,0 +81375,226.1182597,1349.89308,0,0,0 +81376,233.0858377,1343.192688,0,0,0 +81377,240.0294725,1336.584238,0,0,0 +81378,246.8920395,1329.768374,0,0,0 +81379,253.6658739,1323.099693,0,0,0 +81380,260.4362024,1316.20317,0,0,0 +81381,267.4252411,1309.306244,0,0,0 +81382,274.1788564,1302.351608,0,0,0 +81383,280.8467532,1295.324542,0,0,0 +81384,287.7207018,1288.256502,13.50300447,0,0 +81385,294.3149544,1281.117905,93.32249602,0,0 +81386,301.1575737,1273.854324,50.43913163,0,0 +81387,307.4745772,1266.722548,71.31420829,0,0 +81388,314.9152365,1259.456907,77.55255844,0,0 +81389,320.9603143,1252.00741,83.39165839,0,0 +81390,327.9239056,1244.581602,89.32600782,0,0 +81391,334.3100678,1237.102785,95.12128562,0,0 +81392,340.9252446,1229.329657,100.6518655,0,0 +81393,347.3048086,1221.657242,105.9699256,0,0 +81394,353.817675,1213.835873,111.7343858,0,0 +81395,360.2302958,1206.045414,117.0790187,0,0 +81396,366.7199516,1198.035554,122.2446914,0,0 +81397,373.0372782,1190.253567,127.6392143,0,0 +81398,379.5702149,1182.242873,132.584609,0,0 +81399,385.66027,1174.081736,137.9815234,0,0 +81400,392.3969937,1166.117205,142.610391,36.43582822,0 +81401,398.6754438,1157.973725,147.6857195,26.63790933,0 +81402,405.0526461,1169.26492,152.9764712,30.77590132,0 +81403,411.4758322,1112.791754,157.4291278,35.32720632,0 +81404,417.780899,1165.908947,162.3731551,38.45560591,0 +81405,424.1916269,1095.034394,167.0761486,41.40223377,0 +81406,430.4816491,1135.433632,171.7555487,44.37701199,0 +81407,436.8821348,1097.240731,176.5655599,47.30787459,0 +81408,443.1599023,1103.846413,180.8578883,50.15369695,0 +81409,449.5527685,1090.511705,185.5370188,52.9388879,0 +81410,455.8181056,1082.955435,189.9960498,55.77133255,0 +81411,462.2040913,1074.528769,194.44021,58.48159606,0 +81412,468.4601984,1065.842692,198.8426584,61.18746614,0 +81413,474.8037652,1057.439859,203.2027244,63.80331435,0 +81414,481.1475534,1048.874907,207.5109794,66.49478652,0 +81415,487.3992938,1040.194214,211.7814385,69.00578404,0 +81416,493.7754766,1031.621619,216.0498387,71.68790829,0 +81417,500.3048635,1022.973462,220.2197232,74.05975587,0 +81418,506.3900799,1014.314245,224.3975942,76.66839503,0 +81419,512.9577563,1005.640272,228.5253128,79.08843794,0 +81420,518.9775378,996.9494815,232.6406192,81.5325383,0 +81421,0,0,0,0,0 +81422,0,0,0,0,0 +81423,0,0,0,0,0 +81424,0,0,0,0,0 +81425,0,0,0,0,0 +81426,0,0,0,0,0 +81427,0,0,0,0,0 +81428,0,0,0,0,0 +81429,0,0,0,0,0 +81430,0,0,0,0,0 +81431,0,0,0,0,0 +81432,0,0,0,0,0 +81433,0,0,0,0,0 +81434,0,0,0,0,0 +81435,0,0,0,0,0 +81436,0,0,0,0,0 +81437,0,0,0,0,0 +81438,0,0,0,0,0 +81439,0,0,0,0,0 +81440,0,0,0,0,0 +81441,0,0,0,0,0 +81442,0,0,0,0,0 +81443,0,0,0,0,0 +81444,0,0,0,0,0 +81445,0,0,0,0,0 +81446,0,0,0,0,0 +81447,0,0,0,0,0 +81448,0,0,0,0,0 +81449,0,0,0,0,0 +81450,0,0,0,0,0 +81451,0,0,0,0,0 +81452,0,0,0,0,0 +81453,0,0,0,0,0 +81454,0,0,0,0,0 +81455,0,0,0,0,0 +81456,0,0,0,0,0 +81457,0,0,0,0,0 +81458,0,0,0,0,0 +81459,0,0,0,0,0 +81460,0,0,0,0,0 +81461,0,0,0,0,0 +81462,0,0,0,0,0 +81463,0,0,0,0,0 +81464,0,0,0,0,0 +81465,0,0,0,0,0 +81466,0,0,0,0,0 +81467,0,0,0,0,0 +81468,0,0,0,0,0 +81469,0,0,0,0,0 +81470,0,0,0,0,0 +81471,0,0,0,0,0 +81472,0,0,0,0,0 +81473,0,0,0,0,0 +81474,0,0,0,0,0 +81475,0,0,0,0,0 +81476,0,0,0,0,0 +81477,0,0,0,0,0 +81478,0,0,0,0,0 +81479,0,0,0,0,0 +81480,0,0,0,0,0 +81481,0,0,0,0,0 +81482,0,0,0,0,0 +81483,0,0,0,0,0 +81484,0,0,0,0,0 +81485,0,0,0,0,0 +81486,0,0,0,0,0 +81487,0,0,0,0,0 +81488,0,0,0,0,0 +81489,0,0,0,0,0 +81490,0,0,0,0,0 +81491,0,0,0,0,0 +81492,0,0,0,0,0 +81493,0,0,0,0,0 +81494,0,0,0,0,0 +81495,0,0,0,0,0 +81496,0,0,0,0,0 +81497,0,0,0,0,0 +81498,0,0,0,0,0 +81499,0,0,0,0,0 +81500,0,0,0,0,0 +81501,0,0,0,0,0 +81502,0,0,0,0,0 +81503,0,0,0,0,0 +81504,0,0,0,0,0 +81505,0,0,0,0,0 +81506,0,0,0,0,0 +81507,0,0,0,0,0 +81508,0,0,0,0,0 +81509,0,0,0,0,0 +81510,0,0,0,0,0 +81511,0,0,0,0,0 +81512,0,0,0,0,0 +81513,0,0,0,0,0 +81514,0,0,0,0,0 +81515,0,0,0,0,0 +81516,0,0,0,0,0 +81517,0,0,0,0,0 +81518,0,0,0,0,0 +81519,0,0,0,0,0 +81520,0,0,0,0,0 +81521,0,0,0,0,0 +81522,0,0,0,0,0 +81523,0,0,0,0,0 +81524,0,0,0,0,0 +81525,0,0,0,0,0 +81526,0,0,0,0,0 +81527,0,0,0,0,0 +81528,0,0,0,0,0 +81529,0,0,0,0,0 +81530,0,0,0,0,0 +81531,0,0,0,0,0 +81532,0,0,0,0,0 +81533,0,0,0,0,0 +81534,0,0,0,0,0 +81535,0,0,0,0,0 +81536,0,0,0,0,0 +81537,0,0,0,0,0 +81538,0,0,0,0,0 +81539,0,0,0,0,0 +81540,0,0,0,0,0 +81541,0,0,0,0,0 +81542,0,0,0,0,0 +81543,0,0,0,0,0 +81544,0,0,0,0,0 +81545,0,0,0,0,0 +81546,0,0,0,0,0 +81547,0,0,0,0,0 +81548,0,0,0,0,0 +81549,0,0,0,0,0 +81550,0,0,0,0,0 +81551,0,0,0,0,0 +81552,0,0,0,0,0 +81553,0,0,0,0,0 +81554,0,0,0,0,0 +81555,0,0,0,0,0 +81556,0,0,0,0,0 +81557,0,0,0,0,0 +81558,0,0,0,0,0 +81559,0,0,0,0,0 +81560,0,0,0,0,0 +81561,0,0,0,0,0 +81562,0,0,0,0,0 +81563,0,0,0,0,0 +81564,0,0,0,0,0 +81565,0,0,0,0,0 +81566,0,0,0,0,0 +81567,0,0,0,0,0 +81568,0,0,0,0,0 +81569,0,0,0,0,0 +81570,0,0,0,0,0 +81571,0,0,0,0,0 +81572,0,0,0,0,0 +81573,0,0,0,0,0 +81574,0,0,0,0,0 +81575,0,0,0,0,0 +81576,0,0,0,0,0 +81577,0,0,0,0,0 +81578,0,0,0,0,0 +81579,0,0,0,0,0 +81580,0,0,0,0,0 +81581,0,0,0,0,0 +81582,0,0,0,0,0 +81583,0,0,0,0,0 +81584,0,0,0,0,0 +81585,0,0,0,0,0 +81586,0,0,0,0,0 +81587,0,0,0,0,0 +81588,0,0,0,0,0 +81589,0,0,0,0,0 +81590,0,0,0,0,0 +81591,0,0,0,0,0 +81592,0,0,0,0,0 +81593,0,0,0,0,0 +81594,0,0,0,0,0 +81595,0,0,0,0,0 +81596,0,0,0,0,0 +81597,0,0,0,0,0 +81598,0,0,0,0,0 +81599,0,0,0,0,0 +81600,0,0,0,0,0 +81601,0,0,0,0,0 +81602,0,0,0,0,0 +81603,0,0,0,0,0 +81604,0,0,0,0,0 +81605,0,0,0,0,0 +81606,0,0,0,0,0 +81607,0,0,0,0,0 +81608,0,0,0,0,0 +81609,0,0,0,0,0 +81610,0,0,0,0,0 +81611,0,0,0,0,0 +81612,0,0,0,0,0 +81613,0,0,0,0,0 +81614,0,0,0,0,0 +81615,0,0,0,0,0 +81616,0,0,0,0,0 +81617,0,0,0,0,0 +81618,0,0,0,0,0 +81619,0,0,0,0,0 +81620,0,0,0,0,0 +81621,0,0,0,0,0 +81622,0,0,0,0,0 +81623,0,0,0,0,0 +81624,0,0,0,0,0 +81625,0,0,0,0,0 +81626,0,0,0,0,0 +81627,0,0,0,0,0 +81628,0,0,0,0,0 +81629,0,0,0,0,0 +81630,0,0,0,0,0 +81631,0,0,0,0,0 +81632,0,0,0,0,0 +81633,0,0,0,0,0 +81634,0,0,0,0,0 +81635,0,0,0,0,0 +81636,0,0,0,0,0 +81637,0,0,0,0,0 +81638,0,0,0,0,0 +81639,0,0,0,0,0 +81640,0,0,0,0,0 +81641,0,0,0,0,0 +81642,0,0,0,0,0 +81643,0,0,0,0,0 +81644,0,0,0,0,0 +81645,0,0,0,0,0 +81646,0,0,0,0,0 +81647,0,0,0,0,0 +81648,0,0,0,0,0 +81649,0,0,0,0,0 +81650,0,0,0,0,0 +81651,0,0,0,0,0 +81652,0,0,0,0,0 +81653,0,0,0,0,0 +81654,0,0,0,0,0 +81655,0,0,0,0,0 +81656,0,0,0,0,0 +81657,0,0,0,0,0 +81658,0,0,0,0,0 +81659,0,0,0,0,0 +81660,0,0,0,0,0 +81661,0,0,0,0,0 +81662,0,0,0,0,0 +81663,0,0,0,0,0 +81664,0,0,0,0,0 +81665,0,0,0,0,0 +81666,0,0,0,0,0 +81667,0,0,0,0,0 +81668,0,0,0,0,0 +81669,0,0,0,0,0 +81670,0,0,0,0,0 +81671,0,0,0,0,0 +81672,0,0,0,0,0 +81673,0,0,0,0,0 +81674,0,0,0,0,0 +81675,0,0,0,0,0 +81676,0,0,0,0,0 +81677,0,0,0,0,0 +81678,0,0,0,0,0 +81679,0,0,0,0,0 +81680,0,0,0,0,0 +81681,0,0,0,0,0 +81682,0,0,0,0,0 +81683,0,0,0,0,0 +81684,0,0,0,0,0 +81685,0,0,0,0,0 +81686,0,0,0,0,0 +81687,0,0,0,0,0 +81688,0,0,0,0,0 +81689,0,0,0,0,0 +81690,0,0,0,0,0 +81691,0,0,0,0,0 +81692,0,0,0,0,0 +81693,0,0,0,0,0 +81694,0,0,0,0,0 +81695,0,0,0,0,0 +81696,0,0,0,0,0 +81697,0,0,0,0,0 +81698,0,0,0,0,0 +81699,0,0,0,0,0 +81700,0,0,0,0,0 +81701,0,0,0,0,0 +81702,0,0,0,0,0 +81703,0,0,0,0,0 +81704,0,0,0,0,0 +81705,0,0,0,0,0 +81706,0,0,0,0,0 +81707,0,0,0,0,0 +81708,0,0,0,0,0 +81709,0,0,0,0,0 +81710,0,0,0,0,0 +81711,0,0,0,0,0 +81712,0,0,0,0,0 +81713,0,0,0,0,0 +81714,0,0,0,0,0 +81715,0,0,0,0,0 +81716,0,0,0,0,0 +81717,0,0,0,0,0 +81718,0,0,0,0,0 +81719,0,0,0,0,0 +81720,0,0,0,0,0 +81721,0,0,0,0,0 +81722,0,0,0,0,0 +81723,0,0,0,0,0 +81724,0,0,0,0,0 +81725,0,0,0,0,0 +81726,0,0,0,0,0 +81727,0,0,0,0,0 +81728,0,0,0,0,0 +81729,0,0,0,0,0 +81730,0,0,0,0,0 +81731,0,0,0,0,0 +81732,0,0,0,0,0 +81733,0,0,0,0,0 +81734,0,0,0,0,0 +81735,0,0,0,0,0 +81736,0,0,0,0,0 +81737,0,0,0,0,0 +81738,0,0,0,0,0 +81739,0,0,0,0,0 +81740,0,0,0,0,0 +81741,0,0,0,0,0 +81742,0,0,0,0,0 +81743,0,0,0,0,0 +81744,0,0,0,0,0 +81745,0,0,0,0,0 +81746,0,0,0,0,0 +81747,0,0,0,0,0 +81748,0,0,0,0,0 +81749,0,0,0,0,0 +81750,0,0,0,0,0 +81751,0,0,0,0,0 +81752,0,0,0,0,0 +81753,0,0,0,0,0 +81754,0,0,0,0,0 +81755,0,0,0,0,0 +81756,0,0,0,0,0 +81757,0,0,0,0,0 +81758,0,0,0,0,0 +81759,0,0,0,0,0 +81760,0,0,0,0,0 +81761,0,0,0,0,0 +81762,0,0,0,0,0 +81763,0,0,0,0,0 +81764,0,0,0,0,0 +81765,0,0,0,0,0 +81766,0,0,0,0,0 +81767,0,0,0,0,0 +81768,0,0,0,0,0 +81769,0,0,0,0,0 +81770,0,0,0,0,0 +81771,0,0,0,0,0 +81772,0,0,0,0,0 +81773,0,0,0,0,0 +81774,0,0,0,0,0 +81775,0,0,0,0,0 +81776,0,0,0,0,0 +81777,0,0,0,0,0 +81778,0,0,0,0,0 +81779,0,0,0,0,0 +81780,0,0,0,0,0 +81781,0,0,0,0,0 +81782,0,0,0,0,0 +81783,0,0,0,0,0 +81784,0,0,0,0,0 +81785,0,0,0,0,0 +81786,0,0,0,0,0 +81787,0,0,0,0,0 +81788,0,0,0,0,0 +81789,0,0,0,0,0 +81790,0,0,0,0,0 +81791,0,0,0,0,0 +81792,0,0,0,0,0 +81793,0,0,0,0,0 +81794,0,0,0,0,0 +81795,0,0,0,0,0 +81796,0,0,0,0,0 +81797,0,0,0,0,0 +81798,0,0,0,0,0 +81799,0,0,0,0,0 +81800,0,0,0,0,0 +81801,0,0,0,0,0 +81802,0,0,0,0,0 +81803,0,0,0,0,0 +81804,0,0,0,0,0 +81805,0,0,0,0,0 +81806,0,0,0,0,0 +81807,0,0,0,0,0 +81808,0,0,0,0,0 +81809,0,0,0,0,0 +81810,0,0,0,0,0 +81811,0,0,0,0,0 +81812,0,0,0,0,0 +81813,0,0,0,0,0 +81814,0,0,0,0,0 +81815,0,0,0,0,0 +81816,0,0,0,0,0 +81817,0,0,0,0,0 +81818,0,0,0,0,0 +81819,0,0,0,0,0 +81820,0,0,0,0,0 +81821,0,0,0,0,0 +81822,0,0,0,0,0 +81823,0,0,0,0,0 +81824,0,0,0,0,0 +81825,0,0,0,0,0 +81826,0,0,0,0,0 +81827,0,0,0,0,0 +81828,0,0,0,0,0 +81829,0,0,0,0,0 +81830,0,0,0,0,0 +81831,0,0,0,0,0 +81832,0,0,0,0,0 +81833,0,0,0,0,0 +81834,0,0,0,0,0 +81835,0,0,0,0,0 +81836,0,0,0,0,0 +81837,0,0,0,0,0 +81838,0,0,0,0,0 +81839,0,0,0,0,0 +81840,0,0,0,0,0 +81841,0,0,0,0,0 +81842,0,0,0,0,0 +81843,0,0,0,0,0 +81844,0,0,0,0,0 +81845,0,0,0,0,0 +81846,0,0,0,0,0 +81847,0,0,0,0,0 +81848,0,0,0,0,0 +81849,0,0,0,0,0 +81850,0,0,0,0,0 +81851,0,0,0,0,0 +81852,0,0,0,0,0 +81853,0,0,0,0,0 +81854,0,0,0,0,0 +81855,0,0,0,0,0 +81856,0,0,0,0,0 +81857,0,0,0,0,0 +81858,0,0,0,0,0 +81859,0,0,0,0,0 +81860,0,0,0,0,0 +81861,0,0,0,0,0 +81862,0,0,0,0,0 +81863,0,0,0,0,0 +81864,0,0,0,0,0 +81865,0,0,0,0,0 +81866,0,0,0,0,0 +81867,0,0,0,0,0 +81868,0,0,0,0,0 +81869,0,0,0,0,0 +81870,0,0,0,0,0 +81871,0,0,0,0,0 +81872,0,0,0,0,0 +81873,0,0,0,0,0 +81874,0,0,0,0,0 +81875,0,0,0,0,0 +81876,0,0,0,0,0 +81877,0,0,0,0,0 +81878,0,0,0,0,0 +81879,0,0,0,0,0 +81880,0,0,0,0,0 +81881,0,0,0,0,0 +81882,0,0,0,0,0 +81883,0,0,0,0,0 +81884,0,0,0,0,0 +81885,0,0,0,0,0 +81886,0,0,0,0,0 +81887,0,0,0,0,0 +81888,0,0,0,0,0 +81889,0,0,0,0,0 +81890,0,0,0,0,0 +81891,0,0,0,0,0 +81892,0,0,0,0,0 +81893,0,0,0,0,0 +81894,0,0,0,0,0 +81895,0,0,0,0,0 +81896,0,0,0,0,0 +81897,0,0,0,0,0 +81898,0,0,0,0,0 +81899,0,0,0,0,0 +81900,0,0,0,0,0 +81901,0,0,0,0,0 +81902,0,0,0,0,0 +81903,0,0,0,0,0 +81904,0,0,0,0,0 +81905,0,0,0,0,0 +81906,0,0,0,0,0 +81907,0,0,0,0,0 +81908,0,0,0,0,0 +81909,0,0,0,0,0 +81910,0,0,0,0,0 +81911,0,0,0,0,0 +81912,0,0,0,0,0 +81913,0,0,0,0,0 +81914,0,0,0,0,0 +81915,0,0,0,0,0 +81916,0,0,0,0,0 +81917,0,0,0,0,0 +81918,0,0,0,0,0 +81919,0,0,0,0,0 +81920,0,0,0,0,0 +81921,0,0,0,0,0 +81922,0,0,0,0,0 +81923,0,0,0,0,0 +81924,0,0,0,0,0 +81925,0,0,0,0,0 +81926,0,0,0,0,0 +81927,0,0,0,0,0 +81928,0,0,0,0,0 +81929,0,0,0,0,0 +81930,0,0,0,0,0 +81931,0,0,0,0,0 +81932,0,0,0,0,0 +81933,0,0,0,0,0 +81934,0,0,0,0,0 +81935,0,0,0,0,0 +81936,0,0,0,0,0 +81937,0,0,0,0,0 +81938,0,0,0,0,0 +81939,0,0,0,0,0 +81940,0,0,0,0,0 +81941,0,0,0,0,0 +81942,0,0,0,0,0 +81943,0,0,0,0,0 +81944,0,0,0,0,0 +81945,0,0,0,0,0 +81946,0,0,0,0,0 +81947,0,0,0,0,0 +81948,0,0,0,0,0 +81949,0,0,0,0,0 +81950,0,0,0,0,0 +81951,0,0,0,0,0 +81952,0,0,0,0,0 +81953,0,0,0,0,0 +81954,0,0,0,0,0 +81955,0,0,0,0,0 +81956,0,0,0,0,0 +81957,0,0,0,0,0 +81958,0,0,0,0,0 +81959,0,0,0,0,0 +81960,0,0,0,0,0 +81961,0,0,0,0,0 +81962,0,0,0,0,0 +81963,0,0,0,0,0 +81964,0,0,0,0,0 +81965,0,0,0,0,0 +81966,0,0,0,0,0 +81967,0,0,0,0,0 +81968,0,0,0,0,0 +81969,0,0,0,0,0 +81970,0,0,0,0,0 +81971,0,0,0,0,0 +81972,0,0,0,0,0 +81973,0,0,0,0,0 +81974,0,0,0,0,0 +81975,0,0,0,0,0 +81976,0,0,0,0,0 +81977,0,0,0,0,0 +81978,0,0,0,0,0 +81979,0,0,0,0,0 +81980,0,0,0,0,0 +81981,0,0,0,0,0 +81982,0,0,0,0,0 +81983,0,0,0,0,0 +81984,0,0,0,0,0 +81985,0,0,0,0,0 +81986,0,0,0,0,0 +81987,0,0,0,0,0 +81988,0,0,0,0,0 +81989,0,0,0,0,0 +81990,0,0,0,0,0 +81991,0,0,0,0,0 +81992,0,0,0,0,0 +81993,0,0,0,0,0 +81994,0,0,0,0,0 +81995,0,0,0,0,0 +81996,0,0,0,0,0 +81997,0,0,0,0,0 +81998,0,0,0,0,0 +81999,0,0,0,0,0 +82000,0,0,0,0,0 +82001,0,0,0,0,0 +82002,0,0,0,0,0 +82003,0,0,0,0,0 +82004,0,0,0,0,0 +82005,0,0,0,0,0 +82006,0,0,0,0,0 +82007,0,0,0,0,0 +82008,0,0,0,0,0 +82009,0,0,0,0,0 +82010,0,0,0,0,0 +82011,0,0,0,0,0 +82012,0,0,0,0,0 +82013,0,0,0,0,0 +82014,0,0,0,0,0 +82015,0,0,0,0,0 +82016,0,0,0,0,0 +82017,0,0,0,0,0 +82018,0,0,0,0,0 +82019,0,0,0,0,0 +82020,0,0,0,0,0 +82021,0,0,0,0,0 +82022,0,0,0,0,0 +82023,0,0,0,0,0 +82024,0,0,0,0,0 +82025,0,0,0,0,0 +82026,0,0,0,0,0 +82027,0,0,0,0,0 +82028,0,0,0,0,0 +82029,0,0,0,0,0 +82030,0,0,0,0,0 +82031,0,0,0,0,0 +82032,0,0,0,0,0 +82033,0,0,0,0,0 +82034,0,0,0,0,0 +82035,0,0,0,0,0 +82036,0,0,0,0,0 +82037,0,0,0,0,0 +82038,0,0,0,0,0 +82039,0,0,0,0,0 +82040,0,0,0,0,0 +82041,0,0,0,0,0 +82042,0,0,0,0,0 +82043,0,0,0,0,0 +82044,0,0,0,0,0 +82045,0,0,0,0,0 +82046,0,0,0,0,0 +82047,0,0,0,0,0 +82048,0,0,0,0,0 +82049,0,0,0,0,0 +82050,0,0,0,0,0 +82051,0,0,0,0,0 +82052,0,0,0,0,0 +82053,0,0,0,0,0 +82054,0,0,0,0,0 +82055,0,0,0,0,0 +82056,0,0,0,0,0 +82057,0,0,0,0,0 +82058,0,0,0,0,0 +82059,0,0,0,0,0 +82060,0,0,0,0,0 +82061,0,0,0,0,0 +82062,0,0,0,0,0 +82063,0,0,0,0,0 +82064,0,0,0,0,0 +82065,0,0,0,0,0 +82066,0,0,0,0,0 +82067,0,0,0,0,0 +82068,0,0,0,0,0 +82069,0,0,0,0,0 +82070,0,0,0,0,0 +82071,0,0,0,0,0 +82072,0,0,0,0,0 +82073,0,0,0,0,0 +82074,0,0,0,0,0 +82075,0,0,0,0,0 +82076,0,0,0,0,0 +82077,0,0,0,0,0 +82078,0,0,0,0,0 +82079,0,0,0,0,0 +82080,0,0,0,0,0 +82081,0,0,0,0,0 +82082,0,0,0,0,0 +82083,0,0,0,0,0 +82084,0,0,0,0,0 +82085,0,0,0,0,0 +82086,0,0,0,0,0 +82087,0,0,0,0,0 +82088,0,0,0,0,0 +82089,0,0,0,0,0 +82090,0,0,0,0,0 +82091,0,0,0,0,0 +82092,0,0,0,0,0 +82093,0,0,0,0,0 +82094,0,0,0,0,0 +82095,0,0,0,0,0 +82096,0,0,0,0,0 +82097,0,0,0,0,0 +82098,0,0,0,0,0 +82099,0,0,0,0,0 +82100,0,0,0,0,0 +82101,0,0,0,0,0 +82102,0,0,0,0,0 +82103,0,0,0,0,0 +82104,0,0,0,0,0 +82105,0,0,0,0,0 +82106,0,0,0,0,0 +82107,0,0,0,0,0 +82108,0,0,0,0,0 +82109,0,0,0,0,0 +82110,0,0,0,0,0 +82111,0,0,0,0,0 +82112,0,0,0,0,0 +82113,0,0,0,0,0 +82114,0,0,0,0,0 +82115,0,0,0,0,0 +82116,0,0,0,0,0 +82117,0,0,0,0,0 +82118,0,0,0,0,0 +82119,0,0,0,0,0 +82120,0,0,0,0,0 +82121,0,0,0,0,0 +82122,0,0,0,0,0 +82123,0,0,0,0,0 +82124,0,0,0,0,0 +82125,0,0,0,0,0 +82126,0,0,0,0,0 +82127,0,0,0,0,0 +82128,0,0,0,0,0 +82129,0,0,0,0,0 +82130,0,0,0,0,0 +82131,0,0,0,0,0 +82132,0,0,0,0,0 +82133,0,0,0,0,0 +82134,0,0,0,0,0 +82135,0,0,0,0,0 +82136,0,0,0,0,0 +82137,0,0,0,0,0 +82138,0,0,0,0,0 +82139,0,0,0,0,0 +82140,0,0,0,0,0 +82141,0,0,0,0,0 +82142,0,0,0,0,0 +82143,0,0,0,0,0 +82144,0,0,0,0,0 +82145,0,0,0,0,0 +82146,0,0,0,0,0 +82147,0,0,0,0,0 +82148,0,0,0,0,0 +82149,0,0,0,0,0 +82150,0,0,0,0,0 +82151,0,0,0,0,0 +82152,0,0,0,0,0 +82153,0,0,0,0,0 +82154,0,0,0,0,0 +82155,0,0,0,0,0 +82156,0,0,0,0,0 +82157,0,0,0,0,0 +82158,0,0,0,0,0 +82159,0,0,0,0,0 +82160,0,0,0,0,0 +82161,0,0,0,0,0 +82162,0,0,0,0,0 +82163,0,0,0,0,0 +82164,0,0,0,0,0 +82165,0,0,0,0,0 +82166,0,0,0,0,0 +82167,0,0,0,0,0 +82168,0,0,0,0,0 +82169,0,0,0,0,0 +82170,0,0,0,0,0 +82171,0,0,0,0,0 +82172,0,0,0,0,0 +82173,0,0,0,0,0 +82174,0,0,0,0,0 +82175,0,0,0,0,0 +82176,0,0,0,0,0 +82177,0,0,0,0,0 +82178,0,0,0,0,0 +82179,0,0,0,0,0 +82180,0,0,0,0,0 +82181,0,0,0,0,0 +82182,0,0,0,0,0 +82183,0,0,0,0,0 +82184,0,0,0,0,0 +82185,0,0,0,0,0 +82186,0,0,0,0,0 +82187,0,0,0,0,0 +82188,0,0,0,0,0 +82189,0,0,0,0,0 +82190,0,0,0,0,0 +82191,0,0,0,0,0 +82192,0,0,0,0,0 +82193,0,0,0,0,0 +82194,0,0,0,0,0 +82195,0,0,0,0,0 +82196,0,0,0,0,0 +82197,0,0,0,0,0 +82198,0,0,0,0,0 +82199,0,0,0,0,0 +82200,0,0,0,0,0 +82201,0,0,0,0,0 +82202,0,0,0,0,0 +82203,0,0,0,0,0 +82204,0,0,0,0,0 +82205,0,0,0,0,0 +82206,0,0,0,0,0 +82207,0,0,0,0,0 +82208,0,0,0,0,0 +82209,0,0,0,0,0 +82210,0,0,0,0,0 +82211,0,0,0,0,0 +82212,0,0,0,0,0 +82213,0,0,0,0,0 +82214,0,0,0,0,0 +82215,0,0,0,0,0 +82216,0,0,0,0,0 +82217,0,0,0,0,0 +82218,0,0,0,0,0 +82219,0,0,0,0,0 +82220,0,0,0,0,0 +82221,0,0,0,0,0 +82222,0,0,0,0,0 +82223,0,0,0,0,0 +82224,0,0,0,0,0 +82225,0,0,0,0,0 +82226,0,0,0,0,0 +82227,0,0,0,0,0 +82228,0,0,0,0,0 +82229,0,0,0,0,0 +82230,0,0,0,0,0 +82231,0,0,0,0,0 +82232,0,0,0,0,0 +82233,0,0,0,0,0 +82234,0,0,0,0,0 +82235,0,0,0,0,0 +82236,0,0,0,0,0 +82237,0,0,0,0,0 +82238,0,0,0,0,0 +82239,0,0,0,0,0 +82240,0,0,0,0,0 +82241,0,0,0,0,0 +82242,0,0,0,0,0 +82243,0,0,0,0,0 +82244,0,0,0,0,0 +82245,0,0,0,0,0 +82246,0,0,0,0,0 +82247,0,0,0,0,0 +82248,0,0,0,0,0 +82249,0,0,0,0,0 +82250,0,0,0,0,0 +82251,0,0,0,0,0 +82252,0,0,0,0,0 +82253,0,0,0,0,0 +82254,0,0,0,0,0 +82255,0,0,0,0,0 +82256,0,0,0,0,0 +82257,0,0,0,0,0 +82258,0,0,0,0,0 +82259,0,0,0,0,0 +82260,0,0,0,0,0 +82261,0,0,0,0,0 +82262,0,0,0,0,0 +82263,0,0,0,0,0 +82264,0,0,0,0,0 +82265,0,0,0,0,0 +82266,0,0,0,0,0 +82267,0,0,0,0,0 +82268,0,0,0,0,0 +82269,0,0,0,0,0 +82270,0,0,0,0,0 +82271,0,0,0,0,0 +82272,0,0,0,0,0 +82273,0,0,0,0,0 +82274,0,0,0,0,0 +82275,0,0,0,0,0 +82276,0,0,0,0,0 +82277,0,0,0,0,0 +82278,0,0,0,0,0 +82279,0,0,0,0,0 +82280,0,0,0,0,0 +82281,0,0,0,0,0 +82282,0,0,0,0,0 +82283,0,0,0,0,0 +82284,0,0,0,0,0 +82285,0,0,0,0,0 +82286,0,0,0,0,0 +82287,0,0,0,0,0 +82288,0,0,0,0,0 +82289,0,0,0,0,0 +82290,0,0,0,0,0 +82291,0,0,0,0,0 +82292,0,0,0,0,0 +82293,0,0,0,0,0 +82294,0,0,0,0,0 +82295,0,0,0,0,0 +82296,0,0,0,0,0 +82297,0,0,0,0,0 +82298,0,0,0,0,0 +82299,0,0,0,0,0 +82300,0,0,0,0,0 +82301,0,0,0,0,0 +82302,0,0,0,0,0 +82303,0,0,0,0,0 +82304,0,0,0,0,0 +82305,0,0,0,0,0 +82306,0,0,0,0,0 +82307,0,0,0,0,0 +82308,0,0,0,0,0 +82309,0,0,0,0,0 +82310,0,0,0,0,0 +82311,0,0,0,0,0 +82312,0,0,0,0,0 +82313,0,0,0,0,0 +82314,0,0,0,0,0 +82315,0,0,0,0,0 +82316,0,0,0,0,0 +82317,0,0,0,0,0 +82318,0,0,0,0,0 +82319,0,0,0,0,0 +82320,0,0,0,0,0 +82321,0,0,0,0,0 +82322,0,0,0,0,0 +82323,0,0,0,0,0 +82324,0,0,0,0,0 +82325,0,0,0,0,0 +82326,0,0,0,0,0 +82327,0,0,0,0,0 +82328,0,0,0,0,0 +82329,0,0,0,0,0 +82330,0,0,0,0,0 +82331,0,0,0,0,0 +82332,0,0,0,0,0 +82333,0,0,0,0,0 +82334,0,0,0,0,0 +82335,0,0,0,0,0 +82336,0,0,0,0,0 +82337,0,0,0,0,0 +82338,0,0,0,0,0 +82339,0,0,0,0,0 +82340,0,0,0,0,0 +82341,0,0,0,0,0 +82342,0,0,0,0,0 +82343,0,0,0,0,0 +82344,0,0,0,0,0 +82345,0,0,0,0,0 +82346,0,0,0,0,0 +82347,0,0,0,0,0 +82348,0,0,0,0,0 +82349,0,0,0,0,0 +82350,0,0,0,0,0 +82351,0,0,0,0,0 +82352,0,0,0,0,0 +82353,0,0,0,0,0 +82354,0,0,0,0,0 +82355,0,0,0,0,0 +82356,0,0,0,0,0 +82357,0,0,0,0,0 +82358,0,0,0,0,0 +82359,0,0,0,0,0 +82360,0,0,0,0,0 +82361,0,0,0,0,0 +82362,0,0,0,0,0 +82363,0,0,0,0,0 +82364,0,0,0,0,0 +82365,0,0,0,0,0 +82366,0,0,0,0,0 +82367,0,0,0,0,0 +82368,0,0,0,0,0 +82369,0,0,0,0,0 +82370,0,0,0,0,0 +82371,0,0,0,0,0 +82372,0,0,0,0,0 +82373,0,0,0,0,0 +82374,0,0,0,0,0 +82375,0,0,0,0,0 +82376,0,0,0,0,0 +82377,0,0,0,0,0 +82378,0,0,0,0,0 +82379,0,0,0,0,0 +82380,0,0,0,0,0 +82381,0,0,0,0,0 +82382,0,0,0,0,0 +82383,0,0,0,0,0 +82384,0,0,0,0,0 +82385,0,0,0,0,0 +82386,0,0,0,0,0 +82387,0,0,0,0,0 +82388,0,0,0,0,0 +82389,0,0,0,0,0 +82390,0,0,0,0,0 +82391,0,0,0,0,0 +82392,0,0,0,0,0 +82393,0,0,0,0,0 +82394,0,0,0,0,0 +82395,0,0,0,0,0 +82396,0,0,0,0,0 +82397,0,0,0,0,0 +82398,0,0,0,0,0 +82399,0,0,0,0,0 +82400,0,0,0,0,0 +82401,0,0,0,0,0 +82402,0,0,0,0,0 +82403,0,0,0,0,0 +82404,0,0,0,0,0 +82405,0,0,0,0,0 +82406,0,0,0,0,0 +82407,0,0,0,0,0 +82408,0,0,0,0,0 +82409,0,0,0,0,0 +82410,0,0,0,0,0 +82411,0,0,0,0,0 +82412,0,0,0,0,0 +82413,0,0,0,0,0 +82414,0,0,0,0,0 +82415,0,0,0,0,0 +82416,0,0,0,0,0 +82417,0,0,0,0,0 +82418,0,0,0,0,0 +82419,0,0,0,0,0 +82420,0,0,0,0,0 +82421,0,0,0,0,0 +82422,0,0,0,0,0 +82423,0,0,0,0,0 +82424,0,0,0,0,0 +82425,0,0,0,0,0 +82426,0,0,0,0,0 +82427,0,0,0,0,0 +82428,0,0,0,0,0 +82429,0,0,0,0,0 +82430,0,0,0,0,0 +82431,0,0,0,0,0 +82432,0,0,0,0,0 +82433,0,0,0,0,0 +82434,0,0,0,0,0 +82435,0,0,0,0,0 +82436,0,0,0,0,0 +82437,0,0,0,0,0 +82438,0,0,0,0,0 +82439,0,0,0,0,0 +82440,0,0,0,0,0 +82441,0,0,0,0,0 +82442,0,0,0,0,0 +82443,0,0,0,0,0 +82444,0,0,0,0,0 +82445,0,0,0,0,0 +82446,0,0,0,0,0 +82447,0,0,0,0,0 +82448,0,0,0,0,0 +82449,0,0,0,0,0 +82450,0,0,0,0,0 +82451,0,0,0,0,0 +82452,0,0,0,0,0 +82453,0,0,0,0,0 +82454,0,0,0,0,0 +82455,0,0,0,0,0 +82456,0,0,0,0,0 +82457,0,0,0,0,0 +82458,0,0,0,0,0 +82459,0,0,0,0,0 +82460,0,0,0,0,0 +82461,0,0,0,0,0 +82462,0,0,0,0,0 +82463,0,0,0,0,0 +82464,0,0,0,0,0 +82465,0,0,0,0,0 +82466,0,0,0,0,0 +82467,0,0,0,0,0 +82468,0,0,0,0,0 +82469,0,0,0,0,0 +82470,0,0,0,0,0 +82471,0,0,0,0,0 +82472,0,0,0,0,0 +82473,0,0,0,0,0 +82474,0,0,0,0,0 +82475,0,0,0,0,0 +82476,0,0,0,0,0 +82477,0,0,0,0,0 +82478,0,0,0,0,0 +82479,0,0,0,0,0 +82480,0,0,0,0,0 +82481,0,0,0,0,0 +82482,0,0,0,0,0 +82483,0,0,0,0,0 +82484,0,0,0,0,0 +82485,0,0,0,0,0 +82486,0,0,0,0,0 +82487,0,0,0,0,0 +82488,0,0,0,0,0 +82489,0,0,0,0,0 +82490,0,0,0,0,0 +82491,0,0,0,0,0 +82492,0,0,0,0,0 +82493,0,0,0,0,0 +82494,0,0,0,0,0 +82495,0,0,0,0,0 +82496,0,0,0,0,0 +82497,0,0,0,0,0 +82498,0,0,0,0,0 +82499,0,0,0,0,0 +82500,0,0,0,0,0 +82501,-2074.775925,-991.2533133,-2053.070836,-990.9895898,-1672.922111 +82502,-1780.340817,-833.0968942,-1760.20873,-832.8367922,-1117.046024 +82503,-1788.236865,-805.9322985,-1766.491349,-805.6786054,-1097.904693 +82504,-1796.472606,-781.4193197,-1773.136879,-781.1732857,-1066.649445 +82505,-1805.966017,-701.4889493,-1780.697667,-697.463264,-1041.276206 +82506,-191.3786297,-186.9644398,-642.8784646,-188.7475997,-1020.713377 +82507,-1114.469649,-498.0740819,-868.1755681,-497.9192063,-992.3093109 +82508,-836.3083606,-393.4810802,-918.1970258,-391.7895824,-964.2752869 +82509,-815.1760586,-385.1643611,-827.6671921,-385.0141684,-942.7061977 +82510,-805.258375,-378.7476848,-813.8226192,-378.6097421,-922.9794678 +82511,-794.7817342,-375.1825838,-803.462467,-374.5335916,-904.1102433 +82512,-784.0936994,-157.2834538,-666.3688191,-368.8992383,-893.2213292 +82513,-777.2228664,-151.355489,-640.7141185,-364.0824777,-889.814718 +82514,-766.357215,-128.4872766,-623.2552362,-359.4299324,-887.8654293 +82515,-758.0881262,-108.2720925,-603.5754466,-355.2358119,-888.5299017 +82516,-750.5283524,-88.45435787,-586.6680263,-350.1091711,-891.0838264 +82517,-740.2873432,-69.66795353,-570.4001081,-346.8421018,-690.2568175 +82518,-734.4894015,-50.82545523,-554.032456,-341.2458748,-735.8458689 +82519,-725.5613072,-32.63775565,-538.1631731,-338.7683075,-737.2158654 +82520,-717.2944043,-14.37407367,-523.3014447,-333.1653987,-720.0522314 +82521,-711.8313459,3.608866601,-508.7420027,-330.5276227,-712.9804585 +82522,-702.3177986,21.53383389,-493.6320754,-325.6043372,-708.9312961 +82523,-696.0099001,39.37536012,-480.2518013,-322.5496367,-704.3077201 +82524,-687.6017932,48.77083021,-465.4352916,-318.646807,-697.6349856 +82525,-682.7554411,48.85747775,-452.6602452,-314.662858,-693.7627129 +82526,-672.9414079,49.41744601,-438.3955953,-310.8720106,-689.324556 +82527,-668.5934299,50.46400228,-426.7662223,-307.7336785,-682.8645044 +82528,-659.4075936,51.95740796,-412.6913281,-304.1563816,-677.8206618 +82529,-653.9196201,53.82207133,-403.6559824,-300.5114126,-674.4015136 +82530,-648.3506074,55.95891873,-393.3661339,-296.8093634,-668.9019054 +82531,-638.8098656,58.28182644,-384.745634,-293.8247703,-665.1373669 +82532,-635.0537918,60.73886735,-376.065541,-290.7979758,-659.1689453 +82533,-627.3115446,63.30183836,-367.3292858,-286.9456733,-655.084459 +82534,-617.5051635,65.95365605,-364.4473405,-281.8639273,-650.8678497 +82535,-611.5921644,68.53877549,-356.2282345,-278.3078643,-646.5092979 +82536,-603.5968217,71.1012302,-347.9689053,-275.1169261,-642.0049313 +82537,-597.5773663,73.70680377,-340.868869,-271.8924675,-637.3575374 +82538,-591.5191572,76.38550243,-331.9331804,-268.6352318,-632.5708225 +82539,-585.4118305,79.13926591,-325.3735512,-265.7619273,-628.9034333 +82540,-579.2543728,81.95924367,-316.9758832,-262.4426188,-623.8575514 +82541,-572.0097908,84.83566406,-310.3680848,-259.5152601,-621.2990406 +82542,-566.8253332,87.7608302,-303.1293563,-256.1393791,-614.6464865 +82543,-560.552211,90.729062,-295.8659553,-253.1667602,-613.3190866 +82544,-555.2936746,93.73600456,-289.1949018,-250.6034461,-607.7687603 +82545,-547.8622378,96.77812982,-282.5070952,-247.1486943,-603.4972169 +82546,-543.6104477,99.85247352,-275.8025954,-244.5424894,-600.6057422 +82547,-536.0957369,102.9565343,-269.6972393,-241.477956,-596.1622689 +82548,-530.7110945,106.088196,-263.5755724,-238.3918308,-591.6127136 +82549,-525.3015237,109.245673,-256.8233636,-236.1779164,-588.5302778 +82550,-518.7621093,112.4274494,-251.2970292,-232.599802,-585.391288 +82551,-513.2900833,115.6322367,-245.1438194,-230.3536277,-580.5718783 +82552,-507.7902767,118.858926,-241.4468652,-227.1851578,-577.2962186 +82553,-502.2565801,122.1065608,-235.88564,-224.453977,-572.2922581 +82554,-495.5753985,125.3743016,-231.5591649,-221.708151,-570.6076548 +82555,-489.9912864,128.6614126,-226.6092995,-218.9460481,-567.1677755 +82556,-484.3879722,131.9672322,-222.2763077,-216.631103,-561.8928123 +82557,-479.8853053,135.2911672,-217.9378599,-213.3653645,-559.2082074 +82558,-471.9438212,138.6326743,-213.5920715,-211.0222711,-556.4910214 +82559,-468.5383342,141.9912574,-209.2408871,-208.1957169,-550.9593231 +82560,-460.5349235,145.3664547,-204.8877514,-205.3543847,-549.0840972 +82561,107.6734135,148.918786,107.6073417,48.87162516,195.5856348 +82562,118.4194447,160.9599764,121.4199081,53.76274251,221.0417731 +82563,134.3020519,177.3515585,142.5813949,60.92740171,259.4190447 +82564,150.5273265,193.7871313,164.4233347,68.16248653,299.2962115 +82565,165.1322236,208.4776108,184.0119781,74.58720147,335.7929843 +82566,177.8912886,221.2667096,200.924722,80.12529571,368.1323241 +82567,189.144353,232.5370373,215.6189815,84.95580909,396.1076014 +82568,199.2482409,242.6776222,228.6124904,89.25809808,420.6447009 +82569,208.4467286,251.9555164,240.2685987,93.15339487,442.5640897 +82570,216.895386,444.6168694,250.8193339,96.71849593,462.3762882 +82571,224.7047227,559.802671,260.4311915,100.0072518,480.3927437 +82572,231.9645856,496.6080861,269.2350241,103.0626581,496.8380296 +82573,238.7527376,555.9405696,277.3457356,105.9212087,511.9025425 +82574,245.1367284,581.2098953,284.8603395,108.6139855,525.7568493 +82575,251.1744241,605.2054658,291.8629156,111.1670808,538.5528126 +82576,256.6149221,629.1761248,298.1219758,113.465817,549.878159 +82577,262.3146553,653.006216,304.5178494,115.8986745,561.329801 +82578,262.1070843,675.7206524,304.897261,115.6614499,561.7325257 +82579,260.9175801,698.910209,304.2027143,114.9936228,560.067962 +82580,259.7233942,721.1873433,303.4184829,114.3390316,558.141396 +82581,258.5540268,744.1105979,302.5836926,113.7087635,556.0337106 +82582,257.4073345,766.1689663,301.7097148,113.0991064,553.7680139 +82583,256.2730245,788.0327462,300.7901377,112.5030894,551.350855 +82584,255.142332,810.5838645,299.8213584,111.9150396,548.7885463 +82585,254.0095864,831.5814991,298.8035085,111.3311622,546.0898041 +82586,252.8711932,853.2582766,297.7381414,110.7489168,543.2642104 +82587,251.6404541,874.2418682,296.6269048,110.1664568,540.3209561 +82588,250.351557,895.8055175,295.4711729,109.5823175,537.2682098 +82589,249.0429888,916.5063936,294.2721777,108.9953258,534.1133423 +82590,247.7309604,937.2618758,293.0310845,108.4045323,530.8628253 +82591,246.4169851,955.9631887,291.7490749,107.8091889,527.5225116 +82592,245.0894688,974.155856,290.4201737,107.2064424,524.0975325 +82593,243.7404327,992.0204979,289.0407241,106.5943394,520.5925517 +82594,242.3671424,1016.991375,287.6108799,105.972162,517.0117347 +82595,240.9696636,1039.421855,286.1329718,105.3398823,513.3589645 +82596,239.5487793,1061.661781,284.609938,104.6976919,509.6377184 +82597,238.1052777,1083.502323,283.044623,104.045811,505.8512607 +82598,236.639725,1105.035679,281.4395737,103.3844286,502.0024902 +82599,235.1526356,1126.264781,279.7971134,102.7137263,498.0941541 +82600,233.6444289,1146.707942,278.119366,102.0338703,494.1286709 +82601,232.1155733,1168.085236,276.408351,101.3450387,490.1083677 +82602,230.566479,1188.065612,274.6659654,100.647402,486.0352955 +82603,228.9976024,1208.337994,272.8940374,99.94113902,481.9114461 +82604,227.409341,1228.170547,271.0943052,99.22642034,477.7385794 +82605,225.802129,1247.734941,269.2684543,98.50341999,473.5184176 +82606,224.1763454,1267.197417,267.4181051,97.77230472,469.2524874 +82607,222.5324125,1276.497388,265.5448492,97.03324636,464.9423135 +82608,220.9855079,1293.631254,263.7039689,96.33687476,460.5892975 +82609,219.4853245,1311.425237,261.8673237,95.66595342,456.1947603 +82610,217.9740827,1329.083258,260.0125094,94.99521293,451.759837 +82611,216.4262899,1346.666484,258.1254535,94.31157944,447.2857735 +82612,214.8386835,1364.041861,256.2123533,93.61198108,442.7737166 +82613,213.2158514,1381.48067,254.2713617,92.89755031,438.2248806 +82614,211.5627368,1398.393167,252.3123724,92.17014014,433.6402881 +82615,209.8829038,1415.497763,250.3385349,91.43121689,429.0210163 +82616,208.1786775,1432.229307,248.350958,90.68177948,424.3679735 +82617,206.4518231,1448.79179,246.3511897,89.9225669,419.6821323 +82618,204.7037614,1465.35741,244.3412798,89.15417999,414.9643282 +82619,202.9357937,1481.597947,242.3235115,88.37715352,410.2154601 +82620,201.1489994,1497.754724,240.2116442,87.59195344,405.4362193 +82621,195.9319542,1683.304963,234.6443506,85.24767796,394.4221126 +82622,197.9131833,1701.247875,236.3060097,86.09507619,396.8927816 +82623,203.3797487,1719.025695,241.5030079,88.55059485,406.2802081 +82624,208.7405765,1735.86231,246.6384632,90.83111496,416.0345264 +82625,212.5963586,1752.707518,250.2997016,92.3292068,423.445082 +82626,214.8915988,1769.350987,252.4198046,93.07951454,428.2167685 +82627,215.9755429,1785.50733,517.7533492,93.27905624,430.8341126 +82628,216.172185,1801.970531,623.7112935,93.09057296,431.7920962 +82629,215.6942221,1817.781456,548.0261582,92.61432758,1137.289335 +82630,214.674256,1833.69772,608.7847927,91.91023112,907.2125217 +82631,264.3266021,1849.353128,630.0071428,91.0192567,949.4958539 +82632,596.5761118,1864.940824,648.9810094,89.97363585,998.4634639 +82633,426.3991431,1880.052506,668.5040682,132.0050024,1018.606738 +82634,505.1305523,1895.519283,686.5629116,209.0362822,1037.529278 +82635,527.5036804,1910.316267,704.7770388,187.5028948,1056.002651 +82636,548.5890633,1925.264555,718.1744362,203.8948453,1073.555665 +82637,568.9070391,1939.953258,732.9655093,216.6377373,1091.756138 +82638,589.3427761,1954.521485,747.2494297,226.4902101,1108.612281 +82639,609.6490355,1970.098201,761.388486,235.8896199,1125.545718 +82640,628.618748,2002.777234,775.3831131,245.2644001,1142.098385 +82641,648.5913874,1979.596684,789.0561019,254.5131292,1158.22179 +82642,667.2462897,2008.864437,802.6086277,263.4775491,1174.198558 +82643,686.5933102,2030.125977,815.9366235,272.3245605,1189.76828 +82644,705.0056629,2036.891075,829.0803751,280.9081193,1205.040973 +82645,723.1877877,2052.381913,841.6728675,287.3605094,1220.179807 +82646,736.4132881,2065.848494,854.9877365,294.2434217,1234.942395 +82647,751.8956644,2078.985519,867.3879543,301.5487947,1261.624236 +82648,765.919677,2092.296544,879.8202634,308.2124126,1267.38242 +82649,780.8783171,2105.009197,892.1788923,315.3188419,1254.004886 +82650,794.8784575,2118.213709,904.2779907,322.0403843,1305.288459 +82651,809.629141,2146.551132,916.1018221,328.2396685,1302.031604 +82652,823.2941198,2125.645388,927.6898794,335.0917925,1318.578756 +82653,837.2289783,2154.173513,939.2522294,341.2844643,1331.885008 +82654,850.8392011,2167.420828,950.4984302,347.5821399,1344.851472 +82655,864.4134432,2174.860189,961.774304,353.5702834,1357.713253 +82656,877.8160421,2186.970127,972.7379296,359.9720346,1370.192453 +82657,891.0951052,2211.988043,983.8019617,365.8253232,1382.642611 +82658,904.2482011,2215.882633,994.4743789,371.7868018,1394.934904 +82659,917.2855205,2189.296159,1005.123514,377.6303393,1406.853899 +82660,930.2051381,2249.955574,1015.684949,383.2230554,1418.87255 +82661,943.0740368,2233.444032,1041.666677,389.4581902,1430.365656 +82662,955.1279242,2267.838781,1013.401651,394.5695175,1442.073463 +82663,968.6285284,2251.877544,1057.562003,400.3190881,1453.440345 +82664,980.7751579,2272.966202,1054.441985,405.5735747,1464.605856 +82665,993.1071796,2286.120691,1066.626624,411.3742498,1489.95302 +82666,1005.568174,2283.26291,1076.506018,416.4836552,1485.248904 +82667,1017.776578,2303.255192,1086.423665,421.8440912,1495.957783 +82668,1029.873603,2306.070108,1095.983177,427.0533891,1509.419101 +82669,1041.845762,2322.718848,1105.628252,432.2113049,1519.139659 +82670,1053.927594,2324.361621,1115.128936,437.3721784,1528.985175 +82671,1065.824098,2334.985603,1124.62224,442.3798713,1544.374609 +82672,1077.434185,2343.88851,1146.567239,447.4439125,1546.75006 +82673,1089.335474,2351.98153,1131.035823,452.3420557,1559.25837 +82674,1100.909977,2360.379171,1151.083046,457.2712171,1573.976894 +82675,1112.414324,2368.286768,1164.44916,462.1560204,1576.18308 +82676,1124.123427,2376.328597,1169.253672,466.9088872,1591.682126 +82677,1135.370729,2384.292719,1179.394802,471.6954476,1600.018328 +82678,1146.724032,2392.112365,1188.15026,476.4050551,1607.906245 +82679,1158.145403,2398.922038,1197.016893,481.1122288,1614.549372 +82680,1169.317555,2407.167997,1205.729057,485.6850881,1617.4941 +82681,1186.245513,2416.592205,1223.919571,492.7999269,1616.887238 +82682,1197.708529,2424.345032,1236.558428,497.6967279,1614.438669 +82683,1209.017225,2438.208191,1236.223907,501.9795135,1611.408492 +82684,1219.835086,2436.561293,1233.338654,507.0165475,1608.264266 +82685,1230.600162,2445.493532,1263.270637,511.2089573,1604.58393 +82686,1248.318342,2452.186955,1260.712829,515.6039576,1600.678434 +82687,1251.67481,2458.425732,1284.566058,520.0267423,1596.819593 +82688,1273.006042,2470.706056,1259.297025,524.1797145,1593.344567 +82689,1268.942432,2469.952106,1301.178281,528.5104326,1590.099741 +82690,1264.401185,2476.260691,1285.597223,532.6706523,1586.784041 +82691,1305.372977,2489.406415,1306.279601,536.8328734,1583.718883 +82692,1299.916867,2488.522292,1322.043581,540.9529504,1580.990197 +82693,1313.480557,2493.140404,1302.36365,544.9942179,1577.893888 +82694,1323.574158,2504.511193,1347.803117,549.1072044,1574.96526 +82695,1333.696826,2505.073027,1315.190045,553.1326082,1572.248008 +82696,1343.518849,2514.070521,1358.628111,557.0159884,1569.911058 +82697,1353.502208,2514.927438,1342.913582,561.0626532,1567.776643 +82698,1363.348263,2517.366153,1357.975405,564.9448668,1565.49458 +82699,1373.159761,2521.172317,1364.268276,568.8415017,1563.31751 +82700,1383.02135,2523.186065,1371.494231,572.703065,1561.301161 +82701,1392.574002,2524.603071,1378.61421,576.5361534,1559.232372 +82702,1402.209598,2526.217285,1385.978754,580.3418894,1557.033502 +82703,1412.077305,2528.278779,1392.937698,584.0760733,1554.724264 +82704,1421.408177,2530.191079,1400.234142,587.9431051,1552.35036 +82705,1431.030607,2532.303071,1412.589772,591.5676258,1550.064486 +82706,1440.603549,2534.446665,1411.8289,595.264666,1547.776591 +82707,1449.764098,2536.476343,1421.966181,599.0071371,1545.394738 +82708,1459.411508,2538.546685,1428.473829,602.6280937,1543.058531 +82709,1468.778375,2540.692275,1435.358839,606.267789,1540.806641 +82710,1477.931405,2542.864534,1441.993766,609.8773642,1538.611886 +82711,1487.107281,2545.051277,1448.674745,613.2825834,1536.474958 +82712,1496.108537,2547.350216,1460.338851,616.8700996,1534.707574 +82713,1505.071457,2549.567484,1459.741723,620.223217,1532.778867 +82714,1513.983119,2551.536371,1468.510947,623.7607586,1530.755945 +82715,1522.848276,2553.461429,1475.15435,627.0159408,1528.787909 +82716,1531.66277,2555.576474,1486.121157,630.5783518,1527.0531 +82717,1540.545668,2557.658112,1485.837429,633.8497644,1525.368532 +82718,1549.083063,2559.499803,1493.659443,637.2274568,1523.56216 +82719,1557.721349,2561.45603,1504.837386,640.4767233,1522.087247 +82720,1566.513172,2563.461105,1505.147566,643.8198895,1520.494333 +82721,1575.00252,2565.374707,1515.82453,647.0664301,1518.889866 +82722,1583.671986,2567.379131,1522.592428,650.3898763,1517.522207 +82723,1591.976874,2569.200598,1522.660488,653.5291927,1515.740117 +82724,1610.158238,2570.877421,1534.905763,656.8494237,1514.152732 +82725,1601.117503,2572.498377,1533.064785,659.9415343,1512.675183 +82726,1614.069574,2573.642028,1532.787496,663.2245316,1510.706293 +82727,1628.711393,2574.009866,1529.13671,666.2802305,1508.091192 +82728,1632.606802,2573.633739,1525.560564,669.5260731,1505.012186 +82729,1642.038148,2572.716426,1522.153256,672.5468309,1501.187642 +82730,1650.089698,2571.459647,1518.932135,675.7578975,1496.937926 +82731,1658.098531,2569.99238,1515.875546,678.6924873,1492.379445 +82732,1666.466869,2568.38496,1512.959536,682.0049866,1487.599541 +82733,1674.333497,2566.670824,1510.16567,684.8382065,1482.661115 +82734,1682.08453,2564.869737,1507.482735,688.0331917,1477.612981 +82735,1690.516363,2562.991558,1504.899942,690.8944337,1472.489525 +82736,1698.152732,2561.041869,1502.406479,694.0932205,1467.315046 +82737,1705.919786,2559.027561,1499.994018,696.9485096,1462.10955 +82738,1714.022557,2556.952989,1497.654109,700.0446701,1456.886883 +82739,1738.968765,2554.774561,1495.347635,702.9111028,1451.617323 +82740,1705.698217,2552.599687,1493.323893,705.9717973,1446.39401 +82741,1628.418831,2550.121791,1489.793887,655.5848516,1438.512834 +82742,1624.403914,2542.297973,1481.319885,657.609052,1423.032217 +82743,1631.524876,2532.657968,1470.5919,659.9326102,1403.957195 +82744,1638.676004,2524.519095,1460.156035,662.4655458,1385.291132 +82745,1645.650991,2518.807566,1451.477721,664.9322443,1368.622347 +82746,1652.32922,2514.883901,1444.297022,667.4767958,1353.937364 +82747,1683.150856,2511.735868,1438.148618,670.0288326,1340.683411 +82748,1630.759786,2508.873364,1432.949561,672.5910646,1328.541366 +82749,1690.162662,2506.000595,1428.075448,675.1570234,1317.216262 +82750,1676.460896,2502.910559,1423.495004,677.725655,1306.421729 +82751,1686.842706,2499.699769,1419.183866,680.2948032,1296.110972 +82752,1693.98141,2496.433592,1415.112943,682.8063163,1286.231429 +82753,1707.469553,2493.087307,1411.214831,685.4612096,1276.684192 +82754,1715.796165,2489.660282,1407.452791,688.0435291,1267.410247 +82755,1718.644526,2486.188586,1403.823216,690.5633696,1258.393164 +82756,1693.455648,2482.778452,1400.379342,693.0818447,1249.8993 +82757,1744.600412,2479.306571,1397.023321,695.75482,1241.376177 +82758,1730.627796,2475.669341,1393.675321,699.9618654,1232.9226 +82759,1747.271342,2471.953881,1390.373289,703.1494306,1224.574542 +82760,1763.034437,2468.176026,1387.116241,704.7765946,1216.330786 +82761,1738.284368,2464.418145,1383.947681,709.3827631,1208.233066 +82762,1774.117343,2460.668406,1380.860264,709.7412194,1200.273242 +82763,1771.677443,2456.825857,1377.786204,715.9654999,1192.359464 +82764,1776.981235,2453.116938,1374.872352,713.7890154,1184.671817 +82765,1782.627784,2449.913933,1372.3717,699.0719224,1177.528339 +82766,1790.627012,2447.215569,1370.480735,729.0439178,1170.959857 +82767,1796.74107,2444.81937,1368.716886,718.3504069,1164.834643 +82768,1803.084628,2442.594577,1367.202987,723.6329207,1159.061665 +82769,1809.901931,2440.446222,1365.876231,726.3149981,1153.555093 +82770,1816.191057,2438.310346,1364.680107,728.7527352,1148.238547 +82771,1822.987475,2436.1662,1363.729194,731.3358742,1143.065849 +82772,1829.479581,2433.995966,1362.652208,734.0372599,1138.00178 +82773,1835.867051,2431.791992,1361.741334,736.669008,1133.021752 +82774,1842.656054,2429.562428,1360.458204,739.1947644,1128.116042 +82775,1857.713865,2427.458873,1359.779755,741.8607373,1123.401235 +82776,1851.660312,2425.294229,1359.165999,744.4685982,1118.71696 +82777,1863.213259,2422.915621,1358.338579,747.0870878,1113.926377 +82778,1869.366618,2420.5204,1357.770702,749.7726133,1109.178858 +82779,1875.434195,2418.149098,1357.081944,752.222525,1104.498485 +82780,1881.502256,2415.746145,1356.40959,754.9929731,1099.838489 +82781,1888.416335,2413.323682,1355.76768,757.5529819,1095.211411 +82782,1894.478154,2410.881401,1355.365543,760.1821034,1090.618477 +82783,1900.84784,2408.411754,1354.801782,762.8694971,1086.053904 +82784,1907.337188,2405.9205,1354.264,765.3834533,1081.72996 +82785,1913.744724,2403.407862,1353.756157,768.0505486,1077.230413 +82786,1927.938138,2401.293689,1353.394481,770.6562935,1072.906789 +82787,1923.157303,2398.851824,1353.055471,773.2712515,1068.606772 +82788,1933.180513,2396.154614,1352.604401,775.8135825,1064.161104 +82789,1939.654463,2393.430513,1352.17163,778.6034813,1059.735435 +82790,1945.15529,2390.753891,1351.993183,781.0581469,1055.379558 +82791,1951.661982,2388.066823,1351.644842,783.7297388,1051.048417 +82792,1957.808838,2385.36212,1351.315642,786.32769,1046.744364 +82793,1971.444852,2382.818724,1351.135733,788.934242,1042.628299 +82794,1967.667281,2380.241851,1350.984372,791.5391772,1038.545613 +82795,1976.289192,2377.392833,1350.701973,794.2150339,1034.293247 +82796,1983.081087,2374.483273,1350.418377,796.7058208,1030.035782 +82797,1996.157683,2371.81136,1350.326679,799.3574229,1026.019206 +82798,1992.681216,2369.12521,1350.265856,801.9427648,1022.040045 +82799,2000.188232,2366.139376,1350.048769,804.536638,1017.860661 +82800,2014.517419,2363.268005,1349.945288,807.054848,1013.824686 +82801,1767.369993,2357.16047,1350.89941,700.1553176,1013.653356 +82802,1772.583452,2331.349254,1335.83444,699.3824533,989.9680864 +82803,1772.643123,2301.938432,1315.113481,699.878957,957.3808049 +82804,1774.642635,2272.37554,1297.053903,700.7306132,927.7354733 +82805,1776.905608,2235.386106,1283.082804,701.5993958,903.3763173 +82806,1779.772799,2253.097156,1273.086353,702.6937083,884.3362799 +82807,1782.302681,2228.252008,1266.201724,703.6720553,869.5916335 +82808,1784.843456,2226.273362,1260.989879,704.8473305,857.3549523 +82809,1795.541279,2219.043847,1257.00319,705.9996368,847.0715649 +82810,1787.410838,2202.808183,1253.694896,707.190247,838.0344221 +82811,1793.925007,2201.126276,1250.722822,708.4047027,829.7784963 +82812,1797.127907,2192.675228,1248.322317,709.6397021,822.5651208 +82813,1800.00718,2177.423089,1246.26668,710.758186,816.0700596 +82814,1803.433213,2176.228123,1244.437587,712.1726179,810.1104583 +82815,1806.707533,2166.907117,1242.955194,713.2725094,804.8096192 +82816,1810.58377,2158.272102,1241.705098,714.606393,799.9966887 +82817,1814.09457,2149.873409,1240.579803,715.8818783,795.5124144 +82818,1817.716167,2134.463251,1239.442444,717.1802892,791.161241 +82819,1828.973339,2134.623112,1238.526416,718.4910876,787.2195312 +82820,1822.800871,2124.202411,1237.837916,719.8130897,783.678867 +82821,1829.169144,2114.82237,1237.076494,721.1455611,780.1443049 +82822,1833.57872,2106.880715,1236.329255,722.4880853,776.7133826 +82823,1836.965525,2098.385003,1235.698318,723.9138518,773.5035795 +82824,1840.604109,2082.875516,1235.019016,725.1645574,770.2955696 +82825,1852.586176,2090.176635,1234.63986,726.5874891,767.5243646 +82826,1839.139651,2062.147831,1234.18646,727.9543609,764.708786 +82827,1861.174249,2065.793795,1233.600808,729.3401537,761.7690756 +82828,1856.174579,2054.648779,1233.311515,730.6603599,759.2435202 +82829,1859.98499,2045.159757,1233.02132,732.1714881,756.7506776 +82830,1872.055277,2036.80033,1232.79181,733.5270712,754.3662734 +82831,1868.301424,2027.951535,1232.660816,734.8256544,752.1357265 +82832,1872.821547,2018.833654,1232.371153,736.0933107,749.7470927 +82833,1883.912513,2009.947406,1232.132279,737.353508,747.4746638 +82834,1880.649873,1992.955432,1231.850089,738.6841855,745.197768 +82835,1883.304457,1993.95548,1231.390434,739.8250982,742.7398037 +82836,1893.723798,1980.729051,1231.087641,741.1297482,740.5187054 +82837,1899.717333,1971.780176,1231.063814,742.3676364,738.6860905 +82838,1896.786233,1962.97314,1230.995977,743.6145934,736.8308703 +82839,1896.377975,1953.286305,1230.609915,744.8601992,734.6016888 +82840,1897.982598,1944.054276,1229.986117,746.1042048,732.0939065 +82841,1897.45348,1934.628132,1229.247383,747.3466897,729.455737 +82842,1894.838658,1925.208141,1228.343634,748.5875819,726.617762 +82843,1892.334857,1915.876904,1227.219007,749.8271095,723.5049996 +82844,1890.00484,1906.132599,1225.90427,751.0652531,720.1533178 +82845,1887.895233,1896.747134,1224.464587,752.3020595,716.6430789 +82846,1885.999303,1887.175967,1222.953894,753.5365328,713.0418418 +82847,1884.297192,1877.559957,1221.404699,754.7715215,709.3914033 +82848,1882.757223,1867.982996,1219.837427,756.0044163,705.7192255 +82849,1881.364796,1858.558545,1218.265504,757.2362966,702.0442206 +82850,1880.092577,1848.688802,1216.694595,758.4668648,698.3754232 +82851,1878.932111,1839.056677,1215.129853,759.6961711,694.7209238 +82852,1877.876923,1829.476048,1213.578526,760.9240899,691.0912175 +82853,1876.915105,1819.732718,1212.042815,762.2294155,687.4900961 +82854,1876.032969,1810.018378,1210.521461,763.3350547,683.9167607 +82855,1875.222509,1800.34727,1209.014645,764.615682,680.3719796 +82856,1874.476556,1790.761529,1207.521647,765.745749,676.8551989 +82857,1873.651417,1772.685303,1205.95407,767.0853305,673.2538308 +82858,1873.011344,1782.484428,1204.480371,768.247198,669.781703 +82859,1872.425554,1748.040567,1203.019909,769.4768641,666.3364295 +82860,1871.76163,1755.920601,1201.490731,770.6929634,662.8140025 +82861,1871.338236,1851.760595,1199.497555,878.765451,657.8214775 +82862,1888.031042,1839.835998,1209.35935,882.2500427,670.6173442 +82863,1911.461695,1834.023921,1224.028431,884.8525794,690.9890101 +82864,1931.701734,1825.554476,1237.204028,887.4494895,709.8313809 +82865,1946.196688,1816.951883,1246.836652,889.8595845,724.067484 +82866,1955.645532,1808.445799,1253.203963,892.1775074,733.9138813 +82867,1961.707011,1799.849186,1257.284036,894.4568195,740.527745 +82868,1965.779419,1791.277631,1259.892545,896.6883158,744.9338042 +82869,1968.692926,1782.625661,1261.562401,898.8974949,747.7894608 +82870,1970.901931,1773.973762,1262.573834,901.0691641,749.4801243 +82871,1972.898621,1765.308087,1263.097684,903.2185473,750.2459389 +82872,1974.228908,1756.599917,1263.241669,914.1083175,750.2437315 +82873,1975.326174,1748.136078,1263.113799,894.5319787,749.6501253 +82874,1976.270411,1739.21329,1262.958443,915.8350419,748.5673968 +82875,1977.057711,1730.637145,1262.410832,910.242969,747.0473232 +82876,1977.764675,1721.933818,1261.719449,913.6432782,745.185032 +82877,1978.41652,1713.256459,1260.919025,915.6172636,743.0479616 +82878,1979.021475,1704.661842,1260.029251,917.8703355,740.6767465 +82879,1979.608024,1696.003446,1259.072687,919.67458,738.1089662 +82880,1980.170376,1687.392598,1258.057484,921.7558596,735.3742873 +82881,1980.711002,1678.797747,1256.99167,923.727635,732.497596 +82882,1981.111475,1662.32334,1255.797933,925.6997334,729.3864027 +82883,1981.899702,1672.644549,1254.645498,933.6771545,726.2711662 +82884,1982.371875,1640.425459,1253.465952,922.1164477,723.0746654 +82885,1982.72709,1648.517984,1252.184329,933.8689998,719.7034818 +82886,1983.18515,1634.693479,1250.941064,933.4694997,716.3477837 +82887,1983.689382,1626.645723,1249.690884,935.068109,712.9564725 +82888,1984.337987,1618.576348,1248.403404,937.31947,709.4949461 +82889,1985.49934,1610.151541,1247.108157,939.237614,705.9996263 +82890,1986.573257,1601.835815,1245.783622,949.6090127,702.4517034 +82891,1988.111288,1593.226172,1244.449729,930.1079174,698.8808609 +82892,1989.798961,1584.720353,1243.085616,950.6333113,695.278528 +82893,1990.430035,1576.154654,1241.663087,944.8959397,691.6205621 +82894,1992.404434,1567.693748,1240.191971,952.8145411,687.9226338 +82895,1994.065509,1559.409624,1238.690254,944.3075392,684.206079 +82896,1995.782485,1550.814035,1237.161295,951.6280083,680.472626 +82897,1997.884972,1542.631357,1235.585582,961.8414632,676.6951388 +82898,1999.7431,1534.309793,1233.994355,941.8201822,672.9119814 +82899,2001.67582,1526.197915,1232.40517,977.1115015,669.144642 +82900,2003.69189,1518.063959,1230.820056,933.8601718,665.3954505 +82901,2006.309512,1510.040597,1229.376277,984.951083,661.84028 +82902,2008.718195,1502.053307,1227.935122,950.1906229,658.3032745 +82903,2011.017312,1498.138233,1226.388758,967.3302045,654.6470005 +82904,2013.466364,1491.885155,1224.896432,964.1627282,651.0739149 +82905,2016.183624,1486.710082,1223.531418,966.6215626,647.6772339 +82906,2019.159594,1481.203035,1222.29027,967.8130419,644.4539504 +82907,2022.339277,1475.801932,1221.142776,969.4431455,641.367451 +82908,2025.644859,1470.477963,1220.044432,970.8666608,638.3622966 +82909,2028.958559,1463.703882,1218.924271,969.6186372,635.3477238 +82910,2032.827172,1458.158236,1217.435306,970.5565246,632.2732514 +82911,2036.594485,1452.966997,1215.723305,971.677137,629.1833671 +82912,2040.430529,1447.515299,1213.987219,972.8180283,626.1175958 +82913,2044.270051,1442.424584,1212.323252,974.2616698,623.0832307 +82914,2048.093874,1437.349874,1210.748345,975.4392538,620.0750131 +82915,2051.900577,1432.400341,1209.244107,976.7165073,617.082194 +82916,2055.695763,1427.36167,1207.789156,978.0435859,614.0977197 +82917,2059.485869,1422.634264,1206.368762,979.2823273,611.1185272 +82918,2063.276329,1417.845819,1204.974346,980.4528072,608.1440227 +82919,2067.071319,1413.161121,1203.601382,981.9003775,605.1751452 +82920,2070.870151,1408.541373,1202.244186,983.1080841,602.2095846 +82921,2077.256237,1426.614071,1203.161953,1012.243615,603.0667605 +82922,2086.939995,1423.709181,1206.192385,1007.492076,607.4127314 +82923,2097.469437,1420.215885,1209.820224,1012.789534,612.9137901 +82924,2107.033877,1416.445511,1212.920704,1014.190003,617.7809233 +82925,2115.242491,1412.921918,1215.230811,1015.754419,621.5334387 +82926,2122.317596,1409.357855,1216.854629,1017.712546,624.2738296 +82927,2128.946399,1405.81134,1217.99856,1019.361379,626.2711719 +82928,2134.801903,1402.457182,1218.826069,1020.992865,627.7449847 +82929,2140.381237,1399.419528,1219.448908,1022.656757,628.848389 +82930,2145.803484,1396.402901,1219.935022,1024.306808,629.6790756 +82931,2151.123059,1393.526036,1220.319967,1025.826096,630.2937266 +82932,2156.367502,1390.745177,1220.62643,1027.295424,630.7326723 +82933,2161.55816,1388.066437,1220.873613,1029.014082,631.0308627 +82934,2166.747343,1385.4785,1221.099648,1032.332138,631.2467581 +82935,2171.961598,1382.940771,1221.325858,1034.510634,631.4162823 +82936,2177.165009,1380.431645,1221.533952,1036.647132,631.5238846 +82937,2182.327905,1377.975708,1221.708992,1038.757018,631.5567289 +82938,2187.453182,1375.533061,1221.855052,1040.942382,631.5252194 +82939,2192.550088,1373.126791,1221.979651,1043.286751,631.4430233 +82940,2197.62155,1370.747289,1222.086246,1045.678924,631.3181748 +82941,2202.666025,1368.395029,1222.1753,1048.007957,631.1542203 +82942,2207.684557,1366.068591,1222.248697,1050.490026,630.9563092 +82943,2212.680171,1363.767567,1222.309583,1052.768472,630.7306426 +82944,2217.657832,1361.490617,1222.362414,1055.494005,630.4849785 +82945,2222.758086,1359.238429,1222.496369,1063.180982,630.3358197 +82946,2227.681184,1356.976395,1222.525759,1053.344884,630.0465911 +82947,2232.565079,1354.806809,1222.537382,1070.761592,629.7294952 +82948,2237.583414,1352.609159,1222.639844,1064.202359,629.5247782 +82949,2242.453277,1350.443045,1222.65764,1068.729197,629.2078896 +82950,2247.240159,1348.300001,1222.632288,1071.909858,628.8326949 +82951,2252.050932,1346.194368,1222.630214,1074.595412,628.4843695 +82952,2256.954991,1344.11048,1222.627924,1077.259009,628.1306626 +82953,2262.016683,1342.047285,1222.625317,1080.42613,627.7706575 +82954,2267.243284,1340.003226,1222.622778,1083.350736,627.4056617 +82955,2272.601763,1337.97838,1222.613753,1086.142717,627.0284171 +82956,2278.228653,1335.972921,1222.700685,1094.517712,626.7724388 +82957,2283.795993,1333.984182,1222.693157,1086.025108,626.3942722 +82958,2289.389352,1332.015106,1222.653502,1102.14697,625.9746948 +82959,2295.210774,1330.045676,1222.713439,1098.006676,625.6832882 +82960,2300.969085,1328.140422,1222.696102,1102.433661,625.293384 +82961,2306.681427,1326.346999,1222.61556,1106.027356,624.8232143 +82962,2312.467735,1324.257296,1222.548213,1109.127887,624.3708493 +82963,2318.316927,1322.462859,1222.488932,1112.708203,623.9297215 +82964,2324.382001,1320.600039,1222.535928,1120.548494,623.6275286 +82965,2330.516737,1318.750833,1222.601638,1118.53407,623.3532573 +82966,2336.500425,1316.928506,1222.550478,1122.944556,622.933367 +82967,2342.478022,1315.103971,1222.471428,1127.101724,622.4815992 +82968,2348.71732,1313.348621,1222.529735,1135.365765,622.2104449 +82969,2354.863928,1311.522838,1222.505089,1128.697133,621.8366906 +82970,2360.947572,1309.837955,1222.415785,1142.328743,621.3841823 +82971,2367.248324,1308.077969,1222.435535,1141.760855,621.0764002 +82972,2373.683937,1306.37076,1222.514088,1149.036808,620.8496023 +82973,2380.100637,1304.675637,1222.557648,1149.009539,620.5840828 +82974,2386.83723,1302.759305,1222.589289,1156.761156,620.3100216 +82975,2393.284902,1299.822573,1222.615602,1157.248893,620.0354136 +82976,2399.743968,1302.287737,1222.630896,1163.681825,619.7344071 +82977,2406.210984,1286.855329,1222.62579,1164.156807,619.4210732 +82978,2412.624091,1311.467466,1222.558846,1166.056509,619.0212061 +82979,2418.837685,1290.30848,1222.338187,1167.70888,618.4410076 +82980,2424.705864,1274.584945,1221.871142,1167.701188,617.5315789 +82981,2430.171873,1282.660709,1221.099393,1167.864718,616.2151038 +82982,2430.380735,1228.230754,1216.47137,1162.697283,609.0140922 +82983,2428.192486,1288.049794,1209.989324,1157.506841,598.9565934 +82984,2426.688319,1215.093044,1203.804007,1157.35724,589.1665163 +82985,2427.183467,1268.366041,1198.851492,1159.006025,581.0097836 +82986,2429.346631,1266.256125,1194.974927,1158.981951,574.3380659 +82987,2432.621892,1211.124039,1191.848487,1159.481478,568.7517986 +82988,2436.486635,1264.836473,1189.152519,1160.312184,563.8487726 +82989,2440.523686,1257.549596,1186.622969,1161.268413,559.2897629 +82990,2444.784476,1210.727286,1184.280495,1162.399215,555.0955606 +82991,2449.22009,1255.079211,1182.082661,1163.664539,551.2015522 +82992,2453.685836,1235.069086,1179.928986,1164.959321,547.4673036 +82993,2458.217389,1236.720026,1177.832084,1166.305799,543.898149 +82994,2462.82619,1235.269044,1175.791453,1167.714372,540.4833647 +82995,2467.487174,1234.692965,1173.785345,1169.171218,537.1858419 +82996,2472.19851,1230.850395,1171.808062,1170.677983,533.9903106 +82997,2476.941596,1237.395709,1169.844488,1172.224539,530.8700467 +82998,2481.735699,1220.349209,1167.90345,1173.825432,527.830093 +82999,2486.541734,1249.56854,1165.958226,1175.455637,524.8302286 +83000,2491.406901,1201.644528,1164.0361,1177.147918,521.9007113 +83001,2496.329689,1239.320946,1162.134648,1178.901593,519.0341371 +83002,2501.253145,1214.956389,1160.217875,1180.678881,516.180439 +83003,2506.148358,1250.659408,1158.266776,1182.461355,513.3115584 +83004,2511.133304,1182.711596,1156.353001,1184.329121,510.516878 +83005,2516.255237,1256.674734,1154.505461,1186.313177,507.8315421 +83006,2521.408372,1190.855751,1152.659532,1188.340769,505.1708446 +83007,2526.473931,1236.789057,1150.742086,1190.332156,502.4387453 +83008,2531.503302,1195.048422,1148.783366,1192.323835,499.6718891 +83009,2536.583569,1242.819032,1146.835732,1194.376594,496.9354642 +83010,2541.704936,1202.357959,1144.892426,1196.483929,494.219294 +83011,2546.86345,1206.115197,1142.951454,1198.6423,491.5200337 +83012,2551.91506,1212.849494,1140.981841,1200.790776,488.8142972 +83013,2556.78393,1207.990103,1138.971039,1202.901692,486.0962524 +83014,2561.484596,1213.729869,1136.930294,1204.989129,483.3814313 +83015,2566.090978,1191.075393,1134.892663,1207.096767,480.7085991 +83016,2570.767093,1231.303158,1132.945517,1209.32453,478.1863566 +83017,2575.444628,1172.624123,1131.037607,1211.616019,475.7455597 +83018,2580.151328,1234.574643,1129.180608,1213.981173,473.3994364 +83019,2584.766171,1171.718645,1127.296013,1216.33332,471.044564 +83020,2589.243518,1227.594962,1125.35163,1218.639918,468.6367617 +83021,2593.560745,1180.810103,1123.328776,1220.88642,466.1484368 +83022,2597.658083,1210.075537,1121.185868,1223.034651,463.5221787 +83023,2601.640435,1177.720692,1118.983016,1225.156548,460.8320839 +83024,2605.799773,1216.764334,1116.897806,1227.446524,458.3057463 +83025,2610.030768,1164.8085,1114.866647,1229.828034,455.8613374 +83026,2614.393404,1222.728085,1112.929091,1232.334061,453.55162 +83027,2618.718263,1158.501652,1110.983436,1234.846248,451.2462876 +83028,2623.017146,1221.160314,1109.037314,1237.370873,448.9552525 +83029,2627.187637,1159.001247,1107.026598,1239.840589,446.5943252 +83030,2631.26964,1213.937621,1104.973874,1242.285022,444.1907972 +83031,2635.206571,1169.62828,1102.841924,1244.668637,441.6943536 +83032,2638.942336,1194.862819,1100.594134,1246.95636,439.0554866 +83033,2642.671341,1179.940512,1098.347835,1249.279998,436.4239552 +83034,2646.411896,1183.109117,1096.114052,1251.650643,433.8133738 +83035,2650.216991,1181.091832,1093.926991,1254.100321,431.2685892 +83036,2654.097254,1179.837735,1091.795404,1256.828897,428.8023168 +83037,2657.999428,1178.63934,1089.688985,1259.378813,426.3767259 +83038,2661.907186,1177.380213,1087.599433,1261.950817,423.981955 +83039,2665.807612,1176.186729,1085.519523,1264.546521,421.6088107 +83040,2669.692349,1174.971816,1083.444078,1267.164141,419.2503829 +83041,2676.323311,1088.330732,1084.232639,1271.004646,422.1875148 +83042,2672.200684,1124.258313,1077.316652,1268.453093,413.3748742 +83043,2663.585911,1085.185033,1066.982383,1263.54378,399.1930064 +83044,2656.492406,1107.457974,1057.39356,1260.042672,385.7702601 +83045,2652.882119,1117.156578,1049.995103,1259.030711,375.2784673 +83046,2652.433654,1068.655791,1044.686151,1260.102606,367.6717477 +83047,2654.054173,1111.459115,1040.831349,1262.40797,362.1546605 +83048,2656.764333,1088.781995,1037.837522,1265.231853,357.9744365 +83049,2660.052257,1103.619109,1035.380929,1268.245036,354.7157335 +83050,2663.706222,1076.729574,1033.311412,1271.337626,352.1758509 +83051,2667.561606,1110.555844,1031.504807,1274.443143,350.1774838 +83052,2671.536932,1083.537324,1029.88879,1277.553241,348.6070023 +83053,2675.66137,1070.632598,1028.462178,1280.708112,347.4425273 +83054,2679.81671,1107.2079,1027.137162,1283.845721,346.5518573 +83055,2683.949589,1076.175513,1025.868185,1286.952179,345.8588065 +83056,2688.133965,1071.58003,1024.689864,1290.080986,345.3924287 +83057,2692.311559,1087.723305,1023.557842,1293.198925,345.0814914 +83058,2696.43492,1077.136782,1022.436089,1296.281301,344.867192 +83059,2700.53689,1077.490335,1021.339001,1299.356651,344.7570873 +83060,2704.622986,1076.06649,1020.265262,1302.432726,344.7399107 +83061,2708.685308,1074.574529,1019.206679,1305.506363,344.7968275 +83062,2712.722686,1073.090845,1018.159831,1308.577619,344.9164331 +83063,2716.732917,1071.609409,1017.121497,1311.645741,345.0884575 +83064,2720.714631,1070.130277,1016.089167,1314.71014,345.3044612 +83065,2724.666551,1068.653925,1015.060924,1317.770435,345.5574025 +83066,2728.588019,1067.17961,1014.035334,1320.826375,345.841571 +83067,2732.478201,1065.708002,1013.011275,1323.877722,346.1521186 +83068,2736.300139,1087.433723,1011.965429,1326.899844,346.4559747 +83069,2740.144097,1028.634892,1010.952565,1329.953735,346.8213174 +83070,2743.994718,1077.51705,1009.963294,1333.028324,347.2341759 +83071,2747.737776,1067.600288,1008.927974,1336.046144,347.6028532 +83072,2751.323971,1041.540461,1007.889746,1339.0031,347.9928721 +83073,2754.68053,1064.485458,1006.856241,1341.876281,348.4198272 +83074,2757.736405,1062.297062,1005.787316,1344.619997,348.8316747 +83075,2760.574463,1040.353626,1004.720875,1347.290286,349.2738793 +83076,2763.208069,1078.35541,1003.644144,1350.088812,349.7258926 +83077,2765.706097,1019.291485,1002.581683,1352.629177,350.2159426 +83078,2768.091566,1062.851493,1001.537836,1355.136063,350.742889 +83079,2770.306299,1044.241493,1000.468405,1357.576085,351.2493503 +83080,2772.392864,1045.370823,999.3925968,1359.978785,351.7603492 +83081,2774.381732,1044.088827,998.3239208,1362.361276,352.2924571 +83082,2776.268006,1042.415689,997.2560172,1364.715353,352.8361484 +83083,2778.054419,1040.980391,996.1882802,1367.038433,353.3892117 +83084,2779.743175,1039.214452,995.1201955,1369.328622,353.9497057 +83085,2781.337253,1037.71783,994.0520694,1371.585581,354.5168161 +83086,2782.838389,1036.113113,992.9837952,1373.808864,355.089391 +83087,2784.247817,1034.523883,991.9150549,1375.99791,355.6660455 +83088,2785.566484,1032.933242,990.8456408,1378.152298,356.2456931 +83089,2786.795135,1031.340097,989.775373,1380.271633,356.8272872 +83090,2787.934595,1029.744928,988.7041395,1382.355588,357.4100017 +83091,2788.985484,1028.147625,987.6318672,1384.403878,357.9930487 +83092,2789.948537,1026.547475,986.5585131,1386.41624,358.575803 +83093,2790.824241,1024.945421,985.4840524,1388.392428,359.1576396 +83094,2791.613137,1023.340711,984.4084852,1390.332211,359.738082 +83095,2792.315565,1021.733632,983.3318103,1392.235351,360.3166177 +83096,2792.931884,1020.123962,982.254041,1394.101619,360.8928616 +83097,2793.462349,1018.511808,981.1751939,1395.930788,361.4663907 +83098,2793.905492,1016.896968,980.0942166,1397.914504,362.0354966 +83099,2794.26117,1015.279562,979.0109476,1399.638213,362.5995646 +83100,2794.532177,1013.659392,977.9269312,1401.318576,363.1602828 +83101,2751.048977,1011.830336,1168.604598,1667.287002,2974.880879 +83102,2813.136978,1137.691209,1192.936381,1697.264414,2986.014587 +83103,2892.885666,1140.949337,1223.967568,1731.247997,2988.664224 +83104,2965.565062,1138.497085,1252.731536,1759.561486,2983.089924 +83105,3024.929086,1137.052583,1277.210887,1781.551083,2975.088318 +83106,3070.879174,1135.360746,1297.1796,1797.79005,2965.735124 +83107,3106.07672,1133.871873,1313.223305,1809.452919,2955.369828 +83108,3127.044117,1145.660383,1323.523159,1813.64119,2938.201391 +83109,3133.440675,1110.045453,1327.389807,1809.399891,2911.530189 +83110,3132.011243,1151.979805,1327.644322,1801.521548,2881.07201 +83111,3128.326049,1105.246252,1326.681623,1793.926046,2851.762375 +83112,3124.393017,1144.15917,1325.379004,1787.773457,2825.128521 +83113,3120.82407,1107.368818,1324.037192,1783.132116,2801.436011 +83114,3117.74676,1133.009617,1322.766136,1779.743396,2780.540081 +83115,3115.07313,1111.356306,1321.569278,1777.267095,2762.113094 +83116,3112.690335,1121.215935,1320.434842,1775.42659,2745.823407 +83117,3110.5212,1114.997912,1319.353224,1774.040577,2731.203499 +83118,3108.213337,1113.999293,1318.318159,1772.979129,2718.412819 +83119,3106.28053,1111.946963,1317.317167,1772.148756,2707.036259 +83120,3104.400948,1109.936954,1316.345203,1771.4812,2696.88855 +83121,3102.5403,1107.875949,1315.392069,1771.016834,2687.810347 +83122,3100.674399,1105.900853,1314.455124,1770.720741,2679.664688 +83123,3098.811751,1103.744363,1313.538286,1770.55241,2672.360037 +83124,3096.915139,1101.740381,1312.629711,1770.442188,2665.769262 +83125,3094.954895,1099.545387,1311.713849,1770.341225,2659.78326 +83126,3092.935847,1097.50528,1310.796818,1770.239231,2654.337684 +83127,3090.85769,1095.27612,1309.875601,1770.129025,2649.370998 +83128,3088.718537,1093.203986,1308.952679,1770.005169,2644.827501 +83129,3086.516282,1090.944583,1308.023995,1769.863191,2640.657836 +83130,3084.249162,1088.844102,1307.091953,1769.699438,2636.818691 +83131,3081.915904,1086.519598,1306.152743,1769.511053,2633.272174 +83132,3079.388501,1084.351442,1305.207588,1769.205346,2629.985199 +83133,3076.589585,1081.994102,1304.251912,1768.728065,2626.928748 +83134,3073.504371,1079.868566,1303.288597,1768.076555,2624.077423 +83135,3070.151882,1077.386779,1302.314568,1767.272825,2621.40892 +83136,3066.559697,1073.530145,1301.158124,1766.341396,2618.903673 +83137,3063.218383,1071.065693,1300.104836,1765.61232,2616.544462 +83138,3059.985428,1068.53857,1299.002213,1764.971817,2614.316875 +83139,3056.638847,1066.135945,1297.886525,1764.253742,2612.207641 +83140,3053.061572,1063.743771,1296.770813,1763.377735,2610.204556 +83141,3049.235361,1061.382616,1295.662663,1762.338938,2608.296958 +83142,3045.183387,1058.909213,1294.558128,1761.162318,2606.475575 +83143,3040.934535,1056.600801,1293.458724,1759.873629,2604.732137 +83144,3036.539066,1054.117039,1292.372626,1758.510719,2603.087778 +83145,3031.986444,1051.80812,1291.290255,1757.063451,2601.509003 +83146,3027.266603,1049.3898,1290.197924,1755.521157,2599.967604 +83147,3022.401797,1046.98045,1289.104255,1753.897507,2598.471162 +83148,3017.40545,1044.543812,1288.007999,1752.199767,2597.020028 +83149,3012.286576,1042.220266,1286.912992,1750.431983,2595.61181 +83150,3007.052116,1039.732713,1285.816146,1748.5966,2594.243328 +83151,3001.707555,1037.417999,1284.720612,1746.695211,2592.911202 +83152,2996.257627,1034.928492,1283.623104,1744.729086,2591.612257 +83153,2990.706476,1032.611438,1282.526734,1742.699291,2590.343489 +83154,2985.057904,1030.119565,1281.428252,1740.606852,2589.1022 +83155,2979.222491,1027.798173,1280.330787,1738.383821,2587.885826 +83156,2973.076389,1025.412519,1279.231053,1735.9407,2586.69193 +83157,2966.553547,1022.891342,1278.132096,1733.247193,2585.518101 +83158,2959.61692,1020.549366,1277.030651,1730.319996,2584.362251 +83159,2952.272593,1018.153885,1275.929408,1727.188974,2583.221848 +83160,2944.557163,1015.622127,1274.825284,1723.883189,2582.095353 +83161,0,0,0,0,0 +83162,0,0,0,0,0 +83163,0,0,0,0,0 +83164,0,0,0,0,0 +83165,0,0,0,0,0 +83166,0,0,0,0,0 +83167,0,0,0,0,0 +83168,0,0,0,0,0 +83169,0,0,0,0,0 +83170,0,0,0,0,0 +83171,0,0,0,0,0 +83172,0,0,0,0,0 +83173,0,0,0,0,0 +83174,0,0,0,0,0 +83175,0,0,0,0,0 +83176,0,0,0,0,0 +83177,0,0,0,0,0 +83178,0,0,0,0,0 +83179,0,0,0,0,0 +83180,0,0,0,0,0 +83181,0,0,0,0,0 +83182,0,0,0,0,0 +83183,0,0,0,0,0 +83184,0,0,0,0,0 +83185,0,0,0,0,0 +83186,0,0,0,0,0 +83187,0,0,0,0,0 +83188,0,0,0,0,0 +83189,0,0,0,0,0 +83190,0,0,0,0,0 +83191,0,0,0,0,0 +83192,0,0,0,0,0 +83193,0,0,0,0,0 +83194,0,0,0,0,0 +83195,0,0,0,0,0 +83196,0,0,0,0,0 +83197,0,0,0,0,0 +83198,0,0,0,0,0 +83199,0,0,0,0,0 +83200,0,0,0,0,0 +83201,0,0,0,0,0 +83202,0,0,0,0,0 +83203,0,0,0,0,0 +83204,0,0,0,0,0 +83205,0,0,0,0,0 +83206,0,0,0,0,0 +83207,0,0,0,0,0 +83208,0,0,0,0,0 +83209,0,0,0,0,0 +83210,0,0,0,0,0 +83211,0,0,0,0,0 +83212,0,0,0,0,0 +83213,0,0,0,0,0 +83214,0,0,0,0,0 +83215,0,0,0,0,0 +83216,0,0,0,0,0 +83217,0,0,0,0,0 +83218,0,0,0,0,0 +83219,0,0,0,0,0 +83220,0,0,0,0,0 +83221,0,0,0,0,0 +83222,0,0,0,0,0 +83223,0,0,0,0,0 +83224,0,0,0,0,0 +83225,0,0,0,0,0 +83226,0,0,0,0,0 +83227,0,0,0,0,0 +83228,0,0,0,0,0 +83229,0,0,0,0,0 +83230,0,0,0,0,0 +83231,0,0,0,0,0 +83232,0,0,0,0,0 +83233,0,0,0,0,0 +83234,0,0,0,0,0 +83235,0,0,0,0,0 +83236,0,0,0,0,0 +83237,0,0,0,0,0 +83238,0,0,0,0,0 +83239,0,0,0,0,0 +83240,0,0,0,0,0 +83241,0,0,0,0,0 +83242,0,0,0,0,0 +83243,0,0,0,0,0 +83244,0,0,0,0,0 +83245,0,0,0,0,0 +83246,0,0,0,0,0 +83247,0,0,0,0,0 +83248,0,0,0,0,0 +83249,0,0,0,0,0 +83250,0,0,0,0,0 +83251,0,0,0,0,0 +83252,0,0,0,0,0 +83253,0,0,0,0,0 +83254,0,0,0,0,0 +83255,0,0,0,0,0 +83256,0,0,0,0,0 +83257,0,0,0,0,0 +83258,0,0,0,0,0 +83259,0,0,0,0,0 +83260,0,0,0,0,0 +83261,0,0,0,0,0 +83262,0,0,0,0,0 +83263,0,0,0,0,0 +83264,0,0,0,0,0 +83265,0,0,0,0,0 +83266,0,0,0,0,0 +83267,0,0,0,0,0 +83268,0,0,0,0,0 +83269,0,0,0,0,0 +83270,0,0,0,0,0 +83271,0,0,0,0,0 +83272,0,0,0,0,0 +83273,0,0,0,0,0 +83274,0,0,0,0,0 +83275,0,0,0,0,0 +83276,0,0,0,0,0 +83277,0,0,0,0,0 +83278,0,0,0,0,0 +83279,0,0,0,0,0 +83280,0,0,0,0,0 +83281,0,0,0,0,0 +83282,0,0,0,0,0 +83283,0,0,0,0,0 +83284,0,0,0,0,0 +83285,0,0,0,0,0 +83286,0,0,0,0,0 +83287,0,0,0,0,0 +83288,0,0,0,0,0 +83289,0,0,0,0,0 +83290,0,0,0,0,0 +83291,0,0,0,0,0 +83292,0,0,0,0,0 +83293,0,0,0,0,0 +83294,0,0,0,0,0 +83295,0,0,0,0,0 +83296,0,0,0,0,0 +83297,0,0,0,0,0 +83298,0,0,0,0,0 +83299,0,0,0,0,0 +83300,0,0,0,0,0 +83301,0,0,0,0,0 +83302,0,0,0,0,0 +83303,0,0,0,0,0 +83304,0,0,0,0,0 +83305,0,0,0,0,0 +83306,0,0,0,0,0 +83307,0,0,0,0,0 +83308,0,0,0,0,0 +83309,0,0,0,0,0 +83310,0,0,0,0,0 +83311,0,0,0,0,0 +83312,0,0,0,0,0 +83313,0,0,0,0,0 +83314,0,0,0,0,0 +83315,0,0,0,0,0 +83316,0,0,0,0,0 +83317,0,0,0,0,0 +83318,0,0,0,0,0 +83319,0,0,0,0,0 +83320,0,0,0,0,0 +83321,0,0,0,0,0 +83322,0,0,0,0,0 +83323,0,0,0,0,0 +83324,0,0,0,0,0 +83325,0,0,0,0,0 +83326,0,0,0,0,0 +83327,0,0,0,0,0 +83328,0,0,0,0,0 +83329,0,0,0,0,0 +83330,0,0,0,0,0 +83331,0,0,0,0,0 +83332,0,0,0,0,0 +83333,0,0,0,0,0 +83334,0,0,0,0,0 +83335,0,0,0,0,0 +83336,0,0,0,0,0 +83337,0,0,0,0,0 +83338,0,0,0,0,0 +83339,0,0,0,0,0 +83340,0,0,0,0,0 +83341,0,0,0,0,0 +83342,0,0,0,0,0 +83343,0,0,0,0,0 +83344,0,0,0,0,0 +83345,0,0,0,0,0 +83346,0,0,0,0,0 +83347,0,0,0,0,0 +83348,0,0,0,0,0 +83349,0,0,0,0,0 +83350,0,0,0,0,0 +83351,0,0,0,0,0 +83352,0,0,0,0,0 +83353,0,0,0,0,0 +83354,0,0,0,0,0 +83355,0,0,0,0,0 +83356,0,0,0,0,0 +83357,0,0,0,0,0 +83358,0,0,0,0,0 +83359,0,0,0,0,0 +83360,0,0,0,0,0 +83361,0,0,0,0,0 +83362,0,0,0,0,0 +83363,0,0,0,0,0 +83364,0,0,0,0,0 +83365,0,0,0,0,0 +83366,0,0,0,0,0 +83367,0,0,0,0,0 +83368,0,0,0,0,0 +83369,0,0,0,0,0 +83370,0,0,0,0,0 +83371,0,0,0,0,0 +83372,0,0,0,0,0 +83373,0,0,0,0,0 +83374,0,0,0,0,0 +83375,0,0,0,0,0 +83376,0,0,0,0,0 +83377,0,0,0,0,0 +83378,0,0,0,0,0 +83379,0,0,0,0,0 +83380,0,0,0,0,0 +83381,0,0,0,0,0 +83382,0,0,0,0,0 +83383,0,0,0,0,0 +83384,0,0,0,0,0 +83385,0,0,0,0,0 +83386,0,0,0,0,0 +83387,0,0,0,0,0 +83388,0,0,0,0,0 +83389,0,0,0,0,0 +83390,0,0,0,0,0 +83391,0,0,0,0,0 +83392,0,0,0,0,0 +83393,0,0,0,0,0 +83394,0,0,0,0,0 +83395,0,0,0,0,0 +83396,0,0,0,0,0 +83397,0,0,0,0,0 +83398,0,0,0,0,0 +83399,0,0,0,0,0 +83400,0,0,0,0,0 +83401,0,0,0,0,0 +83402,0,0,0,0,0 +83403,0,0,0,0,0 +83404,0,0,0,0,0 +83405,0,0,0,0,0 +83406,0,0,0,0,0 +83407,0,0,0,0,0 +83408,0,0,0,0,0 +83409,0,0,0,0,0 +83410,0,0,0,0,0 +83411,0,0,0,0,0 +83412,0,0,0,0,0 +83413,0,0,0,0,0 +83414,0,0,0,0,0 +83415,0,0,0,0,0 +83416,0,0,0,0,0 +83417,0,0,0,0,0 +83418,0,0,0,0,0 +83419,0,0,0,0,0 +83420,0,0,0,0,0 +83421,0,0,0,0,0 +83422,0,0,0,0,0 +83423,0,0,0,0,0 +83424,0,0,0,0,0 +83425,0,0,0,0,0 +83426,0,0,0,0,0 +83427,0,0,0,0,0 +83428,0,0,0,0,0 +83429,0,0,0,0,0 +83430,0,0,0,0,0 +83431,0,0,0,0,0 +83432,0,0,0,0,0 +83433,0,0,0,0,0 +83434,0,0,0,0,0 +83435,0,0,0,0,0 +83436,0,0,0,0,0 +83437,0,0,0,0,0 +83438,0,0,0,0,0 +83439,0,0,0,0,0 +83440,0,0,0,0,0 +83441,0,0,0,0,0 +83442,0,0,0,0,0 +83443,0,0,0,0,0 +83444,0,0,0,0,0 +83445,0,0,0,0,0 +83446,0,0,0,0,0 +83447,0,0,0,0,0 +83448,0,0,0,0,0 +83449,0,0,0,0,0 +83450,0,0,0,0,0 +83451,0,0,0,0,0 +83452,0,0,0,0,0 +83453,0,0,0,0,0 +83454,0,0,0,0,0 +83455,0,0,0,0,0 +83456,0,0,0,0,0 +83457,0,0,0,0,0 +83458,0,0,0,0,0 +83459,0,0,0,0,0 +83460,0,0,0,0,0 +83461,0,0,0,0,0 +83462,0,0,0,0,0 +83463,0,0,0,0,0 +83464,0,0,0,0,0 +83465,0,0,0,0,0 +83466,0,0,0,0,0 +83467,0,0,0,0,0 +83468,0,0,0,0,0 +83469,0,0,0,0,0 +83470,0,0,0,0,0 +83471,0,0,0,0,0 +83472,0,0,0,0,0 +83473,0,0,0,0,0 +83474,0,0,0,0,0 +83475,0,0,0,0,0 +83476,0,0,0,0,0 +83477,0,0,0,0,0 +83478,0,0,0,0,0 +83479,0,0,0,0,0 +83480,0,0,0,0,0 +83481,0,0,0,0,0 +83482,0,0,0,0,0 +83483,0,0,0,0,0 +83484,0,0,0,0,0 +83485,0,0,0,0,0 +83486,0,0,0,0,0 +83487,0,0,0,0,0 +83488,0,0,0,0,0 +83489,0,0,0,0,0 +83490,0,0,0,0,0 +83491,0,0,0,0,0 +83492,0,0,0,0,0 +83493,0,0,0,0,0 +83494,0,0,0,0,0 +83495,0,0,0,0,0 +83496,0,0,0,0,0 +83497,0,0,0,0,0 +83498,0,0,0,0,0 +83499,0,0,0,0,0 +83500,0,0,0,0,0 +83501,0,0,0,0,0 +83502,0,0,0,0,0 +83503,0,0,0,0,0 +83504,0,0,0,0,0 +83505,0,0,0,0,0 +83506,0,0,0,0,0 +83507,0,0,0,0,0 +83508,0,0,0,0,0 +83509,0,0,0,0,0 +83510,0,0,0,0,0 +83511,0,0,0,0,0 +83512,0,0,0,0,0 +83513,0,0,0,0,0 +83514,0,0,0,0,0 +83515,0,0,0,0,0 +83516,0,0,0,0,0 +83517,0,0,0,0,0 +83518,0,0,0,0,0 +83519,0,0,0,0,0 +83520,0,0,0,0,0 +83521,0,0,0,0,0 +83522,0,0,0,0,0 +83523,0,0,0,0,0 +83524,0,0,0,0,0 +83525,0,0,0,0,0 +83526,0,0,0,0,0 +83527,0,0,0,0,0 +83528,0,0,0,0,0 +83529,0,0,0,0,0 +83530,0,0,0,0,0 +83531,0,0,0,0,0 +83532,0,0,0,0,0 +83533,0,0,0,0,0 +83534,0,0,0,0,0 +83535,0,0,0,0,0 +83536,0,0,0,0,0 +83537,0,0,0,0,0 +83538,0,0,0,0,0 +83539,0,0,0,0,0 +83540,0,0,0,0,0 +83541,0,0,0,0,0 +83542,0,0,0,0,0 +83543,0,0,0,0,0 +83544,0,0,0,0,0 +83545,0,0,0,0,0 +83546,0,0,0,0,0 +83547,0,0,0,0,0 +83548,0,0,0,0,0 +83549,0,0,0,0,0 +83550,0,0,0,0,0 +83551,0,0,0,0,0 +83552,0,0,0,0,0 +83553,0,0,0,0,0 +83554,0,0,0,0,0 +83555,0,0,0,0,0 +83556,0,0,0,0,0 +83557,0,0,0,0,0 +83558,0,0,0,0,0 +83559,0,0,0,0,0 +83560,0,0,0,0,0 +83561,0,0,0,0,0 +83562,0,0,0,0,0 +83563,0,0,0,0,0 +83564,0,0,0,0,0 +83565,0,0,0,0,0 +83566,0,0,0,0,0 +83567,0,0,0,0,0 +83568,0,0,0,0,0 +83569,0,0,0,0,0 +83570,0,0,0,0,0 +83571,0,0,0,0,0 +83572,0,0,0,0,0 +83573,0,0,0,0,0 +83574,0,0,0,0,0 +83575,0,0,0,0,0 +83576,0,0,0,0,0 +83577,0,0,0,0,0 +83578,0,0,0,0,0 +83579,0,0,0,0,0 +83580,0,0,0,0,0 +83581,0,0,0,0,0 +83582,0,0,0,0,0 +83583,0,0,0,0,0 +83584,0,0,0,0,0 +83585,0,0,0,0,0 +83586,0,0,0,0,0 +83587,0,0,0,0,0 +83588,0,0,0,0,0 +83589,0,0,0,0,0 +83590,0,0,0,0,0 +83591,0,0,0,0,0 +83592,0,0,0,0,0 +83593,0,0,0,0,0 +83594,0,0,0,0,0 +83595,0,0,0,0,0 +83596,0,0,0,0,0 +83597,0,0,0,0,0 +83598,0,0,0,0,0 +83599,0,0,0,0,0 +83600,0,0,0,0,0 +83601,0,0,0,0,0 +83602,0,0,0,0,0 +83603,0,0,0,0,0 +83604,0,0,0,0,0 +83605,0,0,0,0,0 +83606,0,0,0,0,0 +83607,0,0,0,0,0 +83608,0,0,0,0,0 +83609,0,0,0,0,0 +83610,0,0,0,0,0 +83611,0,0,0,0,0 +83612,0,0,0,0,0 +83613,0,0,0,0,0 +83614,0,0,0,0,0 +83615,0,0,0,0,0 +83616,0,0,0,0,0 +83617,0,0,0,0,0 +83618,0,0,0,0,0 +83619,0,0,0,0,0 +83620,0,0,0,0,0 +83621,0,0,0,0,0 +83622,0,0,0,0,0 +83623,0,0,0,0,0 +83624,0,0,0,0,0 +83625,0,0,0,0,0 +83626,0,0,0,0,0 +83627,0,0,0,0,0 +83628,0,0,0,0,0 +83629,0,0,0,0,0 +83630,0,0,0,0,0 +83631,0,0,0,0,0 +83632,0,0,0,0,0 +83633,0,0,0,0,0 +83634,0,0,0,0,0 +83635,0,0,0,0,0 +83636,0,0,0,0,0 +83637,0,0,0,0,0 +83638,0,0,0,0,0 +83639,0,0,0,0,0 +83640,0,0,0,0,0 +83641,0,0,0,0,0 +83642,0,0,0,0,0 +83643,0,0,0,0,0 +83644,0,0,0,0,0 +83645,0,0,0,0,0 +83646,0,0,0,0,0 +83647,0,0,0,0,0 +83648,0,0,0,0,0 +83649,0,0,0,0,0 +83650,0,0,0,0,0 +83651,0,0,0,0,0 +83652,0,0,0,0,0 +83653,0,0,0,0,0 +83654,0,0,0,0,0 +83655,0,0,0,0,0 +83656,0,0,0,0,0 +83657,0,0,0,0,0 +83658,0,0,0,0,0 +83659,0,0,0,0,0 +83660,0,0,0,0,0 +83661,0,0,0,0,0 +83662,0,0,0,0,0 +83663,0,0,0,0,0 +83664,0,0,0,0,0 +83665,0,0,0,0,0 +83666,0,0,0,0,0 +83667,0,0,0,0,0 +83668,0,0,0,0,0 +83669,0,0,0,0,0 +83670,0,0,0,0,0 +83671,0,0,0,0,0 +83672,0,0,0,0,0 +83673,0,0,0,0,0 +83674,0,0,0,0,0 +83675,0,0,0,0,0 +83676,0,0,0,0,0 +83677,0,0,0,0,0 +83678,0,0,0,0,0 +83679,0,0,0,0,0 +83680,0,0,0,0,0 +83681,0,0,0,0,0 +83682,0,0,0,0,0 +83683,0,0,0,0,0 +83684,0,0,0,0,0 +83685,0,0,0,0,0 +83686,0,0,0,0,0 +83687,0,0,0,0,0 +83688,0,0,0,0,0 +83689,0,0,0,0,0 +83690,0,0,0,0,0 +83691,0,0,0,0,0 +83692,0,0,0,0,0 +83693,0,0,0,0,0 +83694,0,0,0,0,0 +83695,0,0,0,0,0 +83696,0,0,0,0,0 +83697,0,0,0,0,0 +83698,0,0,0,0,0 +83699,0,0,0,0,0 +83700,0,0,0,0,0 +83701,0,0,0,0,0 +83702,0,0,0,0,0 +83703,0,0,0,0,0 +83704,0,0,0,0,0 +83705,0,0,0,0,0 +83706,0,0,0,0,0 +83707,0,0,0,0,0 +83708,0,0,0,0,0 +83709,0,0,0,0,0 +83710,0,0,0,0,0 +83711,0,0,0,0,0 +83712,0,0,0,0,0 +83713,0,0,0,0,0 +83714,0,0,0,0,0 +83715,0,0,0,0,0 +83716,0,0,0,0,0 +83717,0,0,0,0,0 +83718,0,0,0,0,0 +83719,0,0,0,0,0 +83720,0,0,0,0,0 +83721,0,0,0,0,0 +83722,0,0,0,0,0 +83723,0,0,0,0,0 +83724,0,0,0,0,0 +83725,0,0,0,0,0 +83726,0,0,0,0,0 +83727,0,0,0,0,0 +83728,0,0,0,0,0 +83729,0,0,0,0,0 +83730,0,0,0,0,0 +83731,0,0,0,0,0 +83732,0,0,0,0,0 +83733,0,0,0,0,0 +83734,0,0,0,0,0 +83735,0,0,0,0,0 +83736,0,0,0,0,0 +83737,0,0,0,0,0 +83738,0,0,0,0,0 +83739,0,0,0,0,0 +83740,0,0,0,0,0 +83741,0,0,0,0,0 +83742,0,0,0,0,0 +83743,0,0,0,0,0 +83744,0,0,0,0,0 +83745,0,0,0,0,0 +83746,0,0,0,0,0 +83747,0,0,0,0,0 +83748,0,0,0,0,0 +83749,0,0,0,0,0 +83750,0,0,0,0,0 +83751,0,0,0,0,0 +83752,0,0,0,0,0 +83753,0,0,0,0,0 +83754,0,0,0,0,0 +83755,0,0,0,0,0 +83756,0,0,0,0,0 +83757,0,0,0,0,0 +83758,0,0,0,0,0 +83759,0,0,0,0,0 +83760,0,0,0,0,0 +83761,0,0,0,0,0 +83762,0,0,0,0,0 +83763,0,0,0,0,0 +83764,0,0,0,0,0 +83765,0,0,0,0,0 +83766,0,0,0,0,0 +83767,0,0,0,0,0 +83768,0,0,0,0,0 +83769,0,0,0,0,0 +83770,0,0,0,0,0 +83771,0,0,0,0,0 +83772,0,0,0,0,0 +83773,0,0,0,0,0 +83774,0,0,0,0,0 +83775,0,0,0,0,0 +83776,0,0,0,0,0 +83777,0,0,0,0,0 +83778,0,0,0,0,0 +83779,0,0,0,0,0 +83780,0,0,0,0,0 +83781,0,0,0,0,0 +83782,0,0,0,0,0 +83783,0,0,0,0,0 +83784,0,0,0,0,0 +83785,0,0,0,0,0 +83786,0,0,0,0,0 +83787,0,0,0,0,0 +83788,0,0,0,0,0 +83789,0,0,0,0,0 +83790,0,0,0,0,0 +83791,0,0,0,0,0 +83792,0,0,0,0,0 +83793,0,0,0,0,0 +83794,0,0,0,0,0 +83795,0,0,0,0,0 +83796,0,0,0,0,0 +83797,0,0,0,0,0 +83798,0,0,0,0,0 +83799,0,0,0,0,0 +83800,0,0,0,0,0 +83801,0,0,0,0,0 +83802,0,0,0,0,0 +83803,0,0,0,0,0 +83804,0,0,0,0,0 +83805,0,0,0,0,0 +83806,0,0,0,0,0 +83807,0,0,0,0,0 +83808,0,0,0,0,0 +83809,0,0,0,0,0 +83810,0,0,0,0,0 +83811,0,0,0,0,0 +83812,0,0,0,0,0 +83813,0,0,0,0,0 +83814,0,0,0,0,0 +83815,0,0,0,0,0 +83816,0,0,0,0,0 +83817,0,0,0,0,0 +83818,0,0,0,0,0 +83819,0,0,0,0,0 +83820,0,0,0,0,0 +83821,0,0,0,0,0 +83822,0,0,0,0,0 +83823,0,0,0,0,0 +83824,0,0,0,0,0 +83825,0,0,0,0,0 +83826,0,0,0,0,0 +83827,0,0,0,0,0 +83828,0,0,0,0,0 +83829,0,0,0,0,0 +83830,0,0,0,0,0 +83831,0,0,0,0,0 +83832,0,0,0,0,0 +83833,0,0,0,0,0 +83834,0,0,0,0,0 +83835,0,0,0,0,0 +83836,0,0,0,0,0 +83837,0,0,0,0,0 +83838,0,0,0,0,0 +83839,0,0,0,0,0 +83840,0,0,0,0,0 +83841,0,0,0,0,0 +83842,0,0,0,0,0 +83843,0,0,0,0,0 +83844,0,0,0,0,0 +83845,0,0,0,0,0 +83846,0,0,0,0,0 +83847,0,0,0,0,0 +83848,0,0,0,0,0 +83849,0,0,0,0,0 +83850,0,0,0,0,0 +83851,0,0,0,0,0 +83852,0,0,0,0,0 +83853,0,0,0,0,0 +83854,0,0,0,0,0 +83855,0,0,0,0,0 +83856,0,0,0,0,0 +83857,0,0,0,0,0 +83858,0,0,0,0,0 +83859,0,0,0,0,0 +83860,0,0,0,0,0 +83861,0,0,0,0,0 +83862,0,0,0,0,0 +83863,0,0,0,0,0 +83864,0,0,0,0,0 +83865,0,0,0,0,0 +83866,0,0,0,0,0 +83867,0,0,0,0,0 +83868,0,0,0,0,0 +83869,0,0,0,0,0 +83870,0,0,0,0,0 +83871,0,0,0,0,0 +83872,0,0,0,0,0 +83873,0,0,0,0,0 +83874,0,0,0,0,0 +83875,0,0,0,0,0 +83876,0,0,0,0,0 +83877,0,0,0,0,0 +83878,0,0,0,0,0 +83879,0,0,0,0,0 +83880,0,0,0,0,0 +83881,0,0,0,0,0 +83882,0,0,0,0,0 +83883,0,0,0,0,0 +83884,0,0,0,0,0 +83885,0,0,0,0,0 +83886,0,0,0,0,0 +83887,0,0,0,0,0 +83888,0,0,0,0,0 +83889,0,0,0,0,0 +83890,0,0,0,0,0 +83891,0,0,0,0,0 +83892,0,0,0,0,0 +83893,0,0,0,0,0 +83894,0,0,0,0,0 +83895,0,0,0,0,0 +83896,0,0,0,0,0 +83897,0,0,0,0,0 +83898,0,0,0,0,0 +83899,0,0,0,0,0 +83900,0,0,0,0,0 +83901,0,0,0,0,0 +83902,0,0,0,0,0 +83903,0,0,0,0,0 +83904,0,0,0,0,0 +83905,0,0,0,0,0 +83906,0,0,0,0,0 +83907,0,0,0,0,0 +83908,0,0,0,0,0 +83909,0,0,0,0,0 +83910,0,0,0,0,0 +83911,0,0,0,0,0 +83912,0,0,0,0,0 +83913,0,0,0,0,0 +83914,0,0,0,0,0 +83915,0,0,0,0,0 +83916,0,0,0,0,0 +83917,0,0,0,0,0 +83918,0,0,0,0,0 +83919,0,0,0,0,0 +83920,0,0,0,0,0 +83921,0,0,0,0,0 +83922,0,0,0,0,0 +83923,0,0,0,0,0 +83924,0,0,0,0,0 +83925,0,0,0,0,0 +83926,0,0,0,0,0 +83927,0,0,0,0,0 +83928,0,0,0,0,0 +83929,0,0,0,0,0 +83930,0,0,0,0,0 +83931,0,0,0,0,0 +83932,0,0,0,0,0 +83933,0,0,0,0,0 +83934,0,0,0,0,0 +83935,0,0,0,0,0 +83936,0,0,0,0,0 +83937,0,0,0,0,0 +83938,0,0,0,0,0 +83939,0,0,0,0,0 +83940,0,0,0,0,0 +83941,-2243.279753,-1031.803029,-2226.478946,-1030.547856,-1856.197154 +83942,-1827.493668,-813.7320503,-1808.852709,-812.4831828,-1039.198608 +83943,-1711.904393,-725.6686665,-1689.304169,-724.4309524,-917.5686006 +83944,-1563.552238,-662.4046379,-1543.58927,-661.1920573,-833.7980229 +83945,-1295.047863,-653.8536157,-1521.685873,-652.678365,-826.706743 +83946,-357.8886459,-212.8808354,-548.129018,-207.766008,-842.0480458 +83947,-948.4723805,-428.3351627,-830.3917107,-428.618861,-862.3129613 +83948,-735.7960332,-363.7874534,-806.7826672,-362.2453856,-876.1879047 +83949,-722.0532168,-349.269354,-744.646337,-347.7038761,-880.665728 +83950,-710.625608,-343.6330698,-728.5898493,-343.2771519,-878.6871474 +83951,-699.2801715,-338.8072062,-718.3506037,-336.6320402,-874.690332 +83952,-690.4835769,-161.9980645,-594.371221,-331.80033,-868.7438707 +83953,-678.7311312,-156.2286928,-573.5424705,-327.0100104,-862.6889162 +83954,-669.5539858,-136.9652257,-554.3662534,-321.7219785,-627.9791411 +83955,-660.0854593,-121.4348475,-537.6571703,-316.915345,-626.9311206 +83956,-651.7547618,-105.0198062,-519.9506927,-312.1988212,-664.1795231 +83957,-641.6968325,-90.03351265,-504.0392137,-307.6052934,-637.2503051 +83958,-631.8772513,-74.84400414,-489.4427982,-302.5917195,-633.9792624 +83959,-623.4094369,-59.9518604,-471.8799736,-298.7195591,-628.6302575 +83960,-614.3697117,-45.28145763,-458.1146105,-293.7197117,-627.6711306 +83961,-605.8172036,-30.72062856,-442.6378297,-289.1778409,-622.3844675 +83962,-596.7517103,-16.13943185,-428.9664537,-285.164453,-620.5816279 +83963,-588.2845624,-1.54126465,-413.6614516,-280.0059641,-614.6374681 +83964,-579.3728852,9.56256156,-399.157619,-276.7578175,-614.41429 +83965,-571.1657435,3.743359596,-386.1587099,-271.9293665,-609.1298497 +83966,-562.5762602,-1.654117284,-371.6700662,-267.2996725,-605.6404025 +83967,-553.6225377,-6.479256447,-358.8105694,-263.8561129,-603.1699926 +83968,-545.5121537,-10.75363294,-347.6383861,-259.2643863,-598.6533038 +83969,-537.1051237,-14.60670862,-337.6010993,-255.4441067,-596.8082638 +83970,-529.0231182,-18.15500879,-328.110408,-250.9593504,-592.2618684 +83971,-520.69109,-21.47242964,-317.3112655,-247.3140975,-589.1299714 +83972,-511.5160509,-24.57710339,-306.4663909,-243.0206687,-585.6044253 +83973,-504.0018857,-27.48118191,-296.840139,-238.8486945,-582.433793 +83974,-495.6936008,-30.20302359,-285.6180063,-235.081212,-578.6047416 +83975,-486.6012314,-32.76403761,-275.9404262,-230.6885151,-575.5322453 +83976,-472.343624,-35.18444916,-254.5516579,-224.0910789,-572.1201428 +83977,-462.9933108,-37.37650317,-243.2731903,-219.7814908,-568.4982403 +83978,-454.1926787,-39.38734128,-234.9364,-215.6769787,-564.8162056 +83979,-445.33116,-41.27383912,-225.8033013,-211.5236386,-561.9577044 +83980,-437.0621845,-43.07397152,-216.652911,-207.333502,-557.8869601 +83981,-428.4347244,-44.80116306,-207.7997543,-203.3872707,-554.9417012 +83982,-419.7765255,-46.46440039,-206.7227216,-199.1506228,-551.3906774 +83983,-410.7782502,-48.06525262,-219.2047245,-195.441481,-547.6998686 +83984,-402.7247745,-49.60961293,-231.2183913,-191.0426919,-544.129854 +83985,-393.6939574,-51.09851503,-242.6440772,-187.1795276,-540.9034071 +83986,-385.2877828,-52.5374617,-253.5125199,-183.174601,-537.2734089 +83987,-376.7064814,-53.92679633,-263.9063136,-179.1625634,-533.8080337 +83988,-367.7905285,-55.27123423,-273.9060046,-175.1442121,-530.3200089 +83989,-359.3424331,-56.57038681,-283.5754702,-171.2553392,-536.0097157 +83990,-350.5612837,-57.82838425,-292.9639056,-167.0892782,-558.6041756 +83991,-341.9268057,-59.04436435,-302.1106124,-163.1900095,-580.6415649 +83992,-333.1198421,-60.2220898,-311.0483467,-159.1504052,-601.971512 +83993,-344.2036177,-61.36037811,-319.804956,-157.1303359,-622.6191316 +83994,-356.3641621,-62.46272893,-328.4042699,-162.7618413,-642.6712708 +83995,-367.9816751,-63.52771942,-336.8665962,-168.1974986,-662.2143879 +83996,-379.0552699,-64.55865412,-345.2092574,-173.3762903,-681.3181859 +83997,-389.6620966,-65.55393191,-353.546921,-178.3142485,-700.0372083 +83998,-399.8856203,-66.51671339,-361.8706444,-183.053156,-718.4161666 +83999,-409.7920439,-67.44526396,-370.1548047,-187.6322259,-736.4928968 +84000,-419.4307505,-68.34264805,-378.3880814,-192.0811,-754.300468 +84001,-419.7942302,-65.09552801,-377.5254984,-192.3098094,-755.4214327 +84002,-399.9323578,-53.52630482,-356.717678,-183.239165,-718.9656029 +84003,-370.1842065,-37.81897085,-326.7096639,-169.7628816,-662.281097 +84004,-340.3253773,-22.1925334,-296.8892671,-156.4300628,-605.0840534 +84005,-314.3575302,-8.37955351,-270.9712377,-145.0492026,-554.9929395 +84006,-293.4529234,400.3259074,-249.2349545,-136.0411422,-512.6316366 +84007,-276.5116872,372.8441329,-230.8767866,-128.8541173,-476.5274825 +84008,-262.349481,355.7121551,-215.6302918,-122.9236404,-445.2702071 +84009,-250.211318,415.109335,-202.7773527,-117.8918991,-417.921805 +84010,-239.6732198,441.1643396,-191.7283502,-113.5573281,-393.8835604 +84011,-230.4683918,465.5860149,-182.1019317,-109.7933214,-372.7189171 +84012,-222.3908333,490.3972679,-173.645442,-106.503427,-354.0621589 +84013,-215.2630873,514.2699831,-166.1749399,-103.6061112,-337.5891353 +84014,-208.931129,537.8876911,-159.5383614,-101.0319591,-323.0127716 +84015,-203.2643768,562.1006088,-153.6089392,-98.72324168,-310.0824295 +84016,-198.1542713,584.7735274,-148.272181,-96.63288961,-298.5815679 +84017,-193.5113434,608.092486,-143.4389863,-94.72286272,-288.3239085 +84018,-189.2619229,630.1545597,-139.0335027,-92.96244072,-279.1492605 +84019,-185.3484093,653.2972898,-134.9982777,-91.3273854,-270.9197664 +84020,-181.7190956,675.4185875,-131.2778294,-89.7972332,-263.5166687 +84021,-178.3307254,697.7656936,-127.8255554,-88.35525607,-256.8375455 +84022,-175.1481041,719.8892397,-124.6042328,-86.98797312,-250.7940846 +84023,-172.1425235,741.755187,-121.5839815,-85.68449475,-245.3100441 +84024,-169.2903703,763.545672,-118.7403493,-84.43599153,-240.3196425 +84025,-166.5720136,785.1470896,-116.0529378,-83.23524622,-235.7659906 +84026,-163.9711202,806.6040385,-113.5046415,-82.07636504,-231.5999592 +84027,-161.4740077,827.9154139,-111.0810026,-80.95449527,-227.7789564 +84028,-159.0692653,849.0381582,-108.7698403,-79.86566235,-224.2661483 +84029,-156.7472892,870.1385626,-106.560793,-78.80657177,-221.029512 +84030,-154.5000477,891.0070796,-104.4450803,-77.7745156,-218.0413091 +84031,-152.3207281,909.8573515,-102.4151478,-76.76722596,-215.277336 +84032,-150.2124078,927.7283872,-100.4765367,-75.78694289,-212.7166474 +84033,-148.1752387,946.5609192,-98.6306356,-74.83439532,-210.3409434 +84034,-146.2057443,963.9526738,-96.87328554,-73.90850716,-208.1342955 +84035,-144.2990154,981.665614,-95.19783205,-73.00746314,-206.082667 +84036,-142.4503726,998.9037756,-93.59759717,-72.12950644,-204.1738039 +84037,-140.6557962,1016.147633,-92.06669167,-71.27314899,-202.3968537 +84038,-138.9119892,1032.865154,-90.60015828,-70.43720134,-200.7423373 +84039,-137.2161277,1049.674298,-89.19369223,-69.62065878,-199.2018115 +84040,-135.5658198,1066.053551,81.17284994,-68.82268322,-197.7678897 +84041,-133.9589296,1082.500406,75.5958663,-68.04252604,-196.4339432 +84042,-132.393663,1098.409347,79.7517486,-67.27956876,-195.194247 +84043,-130.8685011,1114.470356,109.8242645,-66.53329604,-194.0438313 +84044,-129.3822039,1130.152867,127.7108489,-65.80329934,-192.9784692 +84045,-127.937213,1152.57543,145.0174224,-65.08920165,-191.9943439 +84046,-126.5273755,1172.676103,162.2366536,-64.39064622,146.5028101 +84047,-125.1512192,1192.473543,178.7333262,-63.70726946,-3.09588666 +84048,-123.8124418,1212.27945,195.5675359,-63.03876887,57.55057203 +84049,-122.5060591,1231.677263,211.1057317,-62.38493315,81.45030149 +84050,-102.7811835,1250.862792,227.4044703,-61.74560195,100.2361133 +84051,103.0212766,1270.05915,242.6325261,-61.12061228,118.7364466 +84052,15.10511614,1288.66779,258.33917,-60.50976567,136.8728041 +84053,62.73950306,1307.453486,273.2857314,-59.91286928,154.8277435 +84054,82.87044037,1325.822193,288.0004263,22.0764839,172.0559091 +84055,100.9493676,1357.472461,303.0819016,9.139396107,188.9745941 +84056,118.6709131,1357.08611,317.6292006,17.88057343,206.1881884 +84057,136.3011971,1369.004229,331.6198685,30.79530774,222.0620457 +84058,153.2675633,1405.229721,345.9858267,39.69868319,238.0786314 +84059,170.0154127,1413.010125,349.9961842,48.41463954,254.2893394 +84060,186.7087019,1432.317896,363.2398581,57.01304264,269.5232872 +84061,609.5431967,1618.903803,783.5889258,240.1353864,1048.159934 +84062,631.0269166,1638.293912,792.9619461,250.972,1069.785464 +84063,650.5811372,1656.827674,807.8944166,260.593543,1088.806093 +84064,669.3574848,1674.910849,821.5212145,269.9209404,1107.110554 +84065,687.6367621,1692.767429,835.1713515,278.7759955,1124.553229 +84066,705.5351754,1710.068718,848.1832294,287.8863253,1141.529735 +84067,723.1280712,1727.650119,861.2616299,296.3709076,1157.851583 +84068,740.4566738,1744.532181,873.9654488,304.8734446,1192.235027 +84069,757.5507907,1761.516526,886.5371087,310.5382167,1181.472388 +84070,774.4215581,1778.218121,901.770348,317.4547613,1189.505253 +84071,791.5762377,1790.659775,914.3896197,327.6668209,1231.037046 +84072,806.3774721,1802.876988,933.7566258,334.9610501,1232.209478 +84073,820.1080272,1821.198951,943.9836116,341.5676796,1249.626391 +84074,833.2796581,1835.915043,956.5866591,348.4553012,1268.31909 +84075,847.6843927,1851.433489,968.5735454,354.7761176,1273.566075 +84076,860.7928945,1878.204629,980.4630679,361.7200185,1302.179011 +84077,873.9358924,1866.157353,992.1318837,367.8877396,1306.083891 +84078,887.1469757,1904.98622,1003.737267,374.2382945,1324.065162 +84079,900.1170891,1910.623683,1014.996994,380.4438867,1328.792629 +84080,913.0624487,1946.182414,1042.074469,386.5563944,1348.545162 +84081,925.6752777,1933.257764,1013.894002,392.5890751,1357.86369 +84082,938.3551325,1960.99484,1059.682444,398.5746956,1370.753661 +84083,951.0372693,1972.671761,1056.736402,404.4574881,1387.409301 +84084,963.2866489,1986.977518,1069.8182,410.2306339,1394.552404 +84085,975.6026554,2001.071153,1080.46097,415.9850696,1402.451352 +84086,987.9491469,2015.019128,1091.003356,421.6417062,1404.229284 +84087,1000.023687,2028.93045,1113.493953,426.9104473,1401.916514 +84088,1012.085304,2049.70265,1096.491056,432.9281643,1399.218083 +84089,1024.043095,2053.305226,1125.57954,438.1175329,1396.225855 +84090,1035.929222,2071.099031,1132.118695,443.6663123,1392.96769 +84091,1047.484409,2082.649733,1140.906907,448.7732468,1389.777681 +84092,1058.925096,2094.834402,1164.886612,454.0228363,1386.733958 +84093,1070.181477,2106.582,1140.186144,459.0756667,1383.878227 +84094,1081.661361,2118.3486,1189.605619,464.1066579,1381.208226 +84095,1092.651925,2129.567694,1160.539383,469.0700765,1378.722397 +84096,1114.42876,2141.133885,1212.154842,473.9350839,1376.386095 +84097,1109.345058,2152.138615,1170.920078,478.8464352,1374.25428 +84098,1144.744148,2162.86626,1234.074509,483.6512338,1372.342601 +84099,1121.428958,2173.951636,1187.543399,488.2972665,1370.618386 +84100,1136.547525,2184.3899,1251.525538,493.0799029,1369.559784 +84101,1167.581059,2201.559296,1221.992633,497.6844295,1368.891335 +84102,1165.79222,2202.816096,1243.822887,502.2843975,1368.111435 +84103,1179.377823,2216.178749,1250.528121,506.8301325,1367.622464 +84104,1189.751404,2226.197334,1258.556547,511.3315781,1367.64194 +84105,1200.567013,2235.386352,1267.081155,515.7443782,1367.936891 +84106,1210.749497,2245.424778,1275.269616,520.2257869,1368.341922 +84107,1221.220149,2254.761801,1283.359422,524.611931,1368.786802 +84108,1231.52865,2264.12909,1291.71199,528.8835465,1369.230402 +84109,1241.898944,2273.365291,1299.503982,533.164499,1369.850345 +84110,1251.864398,2288.953783,1313.008615,537.4820598,1370.545061 +84111,1262.272347,2289.581867,1313.229642,541.6676046,1371.199496 +84112,1272.411763,2300.771512,1324.071061,545.85788,1371.448292 +84113,1282.346021,2309.789481,1331.806975,550.0057789,1371.638082 +84114,1292.462363,2317.696747,1339.115707,554.1196521,1371.878391 +84115,1302.439369,2326.406891,1347.034985,558.2001805,1372.078724 +84116,1312.384834,2334.357974,1354.488098,562.2488758,1372.239983 +84117,1322.299784,2349.255205,1367.387076,566.2657855,1372.697046 +84118,1332.167757,2342.662205,1367.684324,570.2524619,1372.93715 +84119,1341.998349,2366.61813,1377.342459,574.1599242,1372.903444 +84120,1351.899795,2365.096351,1385.210287,578.1611597,1373.039429 +84121,1368.079587,2376.531901,1402.313563,584.9370337,1370.416642 +84122,1379.503943,2385.466458,1405.752745,589.4759959,1369.036953 +84123,1390.292344,2399.870517,1420.40133,593.8829942,1368.869336 +84124,1400.920169,2393.376212,1422.679421,598.1032195,1368.473016 +84125,1411.444389,2414.950112,1436.159485,602.3944637,1367.845711 +84126,1421.882236,2415.832632,1438.586487,606.5274493,1367.217931 +84127,1432.257521,2422.41114,1453.489064,610.667152,1366.455125 +84128,1442.692953,2436.80307,1457.29351,614.7666781,1365.932968 +84129,1452.794148,2430.26518,1456.906321,618.8901674,1364.665672 +84130,1462.992949,2449.129157,1455.945396,622.8028643,1362.752734 +84131,1473.352061,2450.618745,1452.70534,626.9367534,1359.596632 +84132,1483.537255,2461.774426,1449.761389,630.8848154,1356.459539 +84133,1493.489714,2462.342608,1447.046996,634.8630959,1352.948791 +84134,1522.381235,2472.602026,1444.544,638.8109246,1348.826742 +84135,1490.903068,2473.25353,1442.297573,642.684233,1344.713371 +84136,1529.443328,2475.706085,1440.134272,646.7236309,1340.104736 +84137,1534.610348,2478.257161,1437.9083,650.4859842,1335.082355 +84138,1542.703592,2477.47978,1435.594361,654.3993325,1329.679751 +84139,1553.538476,2476.846344,1433.129567,658.1819703,1323.865405 +84140,1563.54238,2476.399813,1430.503898,662.0912004,1317.662455 +84141,1573.077339,2476.098279,1427.950262,665.860522,1311.16053 +84142,1583.328967,2475.856008,1425.130454,669.6601773,1304.441055 +84143,1592.804108,2475.607202,1422.276472,673.4357669,1297.568839 +84144,1602.694186,2475.321363,1419.418524,677.1942304,1290.593703 +84145,1614.791381,2474.983962,1416.570821,680.937013,1283.546532 +84146,1646.092818,2474.535752,1413.703032,684.6068609,1276.60959 +84147,1596.440549,2474.14255,1410.927744,688.4076919,1269.519402 +84148,1654.961421,2473.793342,1408.242926,692.1203866,1262.488372 +84149,1649.647545,2473.303136,1405.54015,695.7268474,1255.39152 +84150,1660.096232,2472.75303,1402.858254,699.3821391,1248.28558 +84151,1694.114781,2472.125809,1400.180059,705.9999376,1241.1532 +84152,1643.394615,2471.496081,1397.584605,707.9217507,1234.10805 +84153,1724.062281,2470.779207,1395.027263,713.8950309,1227.103316 +84154,1667.165312,2469.952275,1392.48628,714.8947123,1220.115209 +84155,1733.051294,2469.050608,1389.971779,722.6676657,1213.156776 +84156,1694.029623,2468.094657,1387.671762,720.7615018,1206.230447 +84157,1736.766851,2467.165269,1385.241474,706.5545343,1199.396754 +84158,1743.321512,2466.117267,1382.788426,738.2913838,1192.532424 +84159,1748.79853,2464.956888,1380.318247,727.9438171,1185.63778 +84160,1750.091979,2464.030191,1378.05838,734.3998491,1178.999863 +84161,1764.624848,2463.744226,1376.290715,737.6800036,1172.980692 +84162,1772.244517,2464.396754,1375.079408,741.243085,1167.670168 +84163,1780.743365,2465.144993,1374.425086,744.644919,1162.874728 +84164,1789.839368,2466.038284,1373.81363,747.9412632,1158.427264 +84165,1798.377848,2466.994739,1373.513813,751.3602832,1154.235627 +84166,1807.456262,2467.971736,1373.321568,754.7773966,1150.229622 +84167,1815.865277,2468.952391,1372.76796,757.9545692,1146.362552 +84168,1824.856624,2469.927337,1372.757624,761.4435694,1142.600425 +84169,1841.981266,2471.035367,1372.801105,764.7104651,1139.043084 +84170,1837.954475,2472.087778,1373.094929,768.1057609,1135.523977 +84171,1852.00325,2472.933159,1373.133823,771.3050996,1131.903868 +84172,1859.920844,2473.764666,1373.199353,774.6510914,1128.326349 +84173,1867.811594,2474.617002,1373.311629,777.9250264,1124.808957 +84174,1876.693024,2475.44508,1373.655545,781.1288667,1121.312618 +84175,1884.938644,2476.252192,1373.829873,784.5704359,1117.842145 +84176,1893.132262,2477.268014,1374.018712,787.6685625,1114.597234 +84177,1901.811433,2477.968964,1374.231208,790.9769985,1111.172256 +84178,1909.974856,2478.644971,1374.472292,794.2033305,1107.773199 +84179,1925.858063,2479.478447,1374.855095,797.4307993,1104.548263 +84180,1923.405841,2480.280548,1375.256655,800.7230915,1101.34398 +84181,1817.075373,2480.52464,1378.563675,750.02379,1104.380093 +84182,1821.428144,2471.515052,1374.105042,751.7341809,1096.204793 +84183,1826.727836,2460.390203,1366.660298,753.7432572,1083.49546 +84184,1832.316864,2452.247643,1360.245965,755.8837876,1071.878605 +84185,1838.273814,2448.289356,1355.920949,758.0061507,1062.919091 +84186,1843.895239,2447.01322,1353.433915,760.4051909,1056.37645 +84187,1850.069407,2446.974038,1352.213599,762.4865096,1051.564232 +84188,1855.878852,2447.259492,1351.789747,764.7943209,1047.910073 +84189,1861.689414,2447.729158,1351.865563,767.0330353,1045.047627 +84190,1867.62227,2447.778209,1352.279175,769.2824138,1042.768837 +84191,1881.154069,2447.889957,1353.253163,771.5309997,1041.099355 +84192,1876.313513,2447.926408,1354.214586,773.7770305,1039.7946 +84193,1885.703789,2447.701966,1355.173227,776.0198724,1038.608166 +84194,1891.564645,2447.414996,1356.224076,778.2588316,1037.6398 +84195,1896.917176,2447.129117,1357.383817,780.4939388,1036.894503 +84196,1902.385157,2446.787247,1358.598899,782.7976572,1036.292628 +84197,1908.352348,2446.392909,1359.860651,784.9131756,1035.814025 +84198,1913.905117,2445.946585,1361.15981,787.1862026,1035.438928 +84199,1919.542434,2445.43933,1362.482083,789.3903525,1035.141895 +84200,1925.104559,2444.871192,1363.820441,791.5998926,1034.90748 +84201,1938.280163,2444.436673,1365.301818,793.8045184,1034.892041 +84202,1933.896629,2443.949898,1366.803589,795.9285097,1034.935698 +84203,1941.966428,2443.169058,1368.160738,798.2328142,1034.824236 +84204,1947.948092,2442.297437,1369.497175,800.3672012,1034.710235 +84205,1953.056654,2441.438317,1370.872814,802.5602401,1034.665345 +84206,1958.351375,2440.536684,1372.250471,804.7362777,1034.639332 +84207,1963.470311,2439.582897,1373.626575,806.9061842,1034.625752 +84208,1976.896808,2439.028414,1375.14415,809.069973,1034.805912 +84209,1964.709715,2437.951236,1376.543251,811.302597,1034.847785 +84210,1988.356654,2436.732657,1377.889584,813.3419842,1034.833387 +84211,1984.472855,2435.692382,1379.384682,815.4799267,1035.017809 +84212,1988.93836,2434.457962,1380.783706,817.5329815,1035.096664 +84213,2002.64282,2433.210685,1382.21798,819.5848191,1035.242531 +84214,1991.692388,2431.76261,1383.55825,821.6252567,1035.290607 +84215,2012.207631,2430.149873,1384.821387,823.6553398,1035.259379 +84216,2009.926475,2428.669671,1386.204187,825.675251,1035.396784 +84217,2013.670092,2427.037388,1387.514001,827.6852147,1035.455091 +84218,2026.870075,2425.396045,1389.040785,829.6854191,1035.560468 +84219,2023.711129,2423.766301,1390.414865,831.6760963,1035.732034 +84220,2028.30201,2421.851719,1391.623767,833.656976,1035.709301 +84221,2040.287839,2419.945067,1392.86664,835.6286817,1035.738344 +84222,2039.049812,2418.10317,1394.182788,837.5908089,1035.865764 +84223,2041.045214,2415.998959,1395.350633,839.5436783,1035.808308 +84224,2051.08259,2413.82311,1396.497061,841.5648263,1035.727391 +84225,2051.34696,2411.690339,1397.697593,843.3835062,1035.718919 +84226,2052.908436,2409.34229,1398.775951,845.3638132,1035.557899 +84227,2055.62273,2406.73996,1399.701051,847.2682151,1035.203534 +84228,2055.284031,2403.920893,1400.488631,849.0973585,1034.673585 +84229,2054.571924,2400.567949,1401.088035,851.1106354,1033.90059 +84230,2053.949674,2397.202336,1401.493129,852.9448381,1032.874033 +84231,2053.448415,2393.637888,1401.742445,854.8375336,1031.640755 +84232,2053.060976,2389.919032,1401.875983,856.7098207,1030.250535 +84233,2052.766866,2386.08082,1401.925423,858.5735834,1028.743693 +84234,2052.547661,2382.148209,1401.914086,860.4287847,1027.15095 +84235,2052.390165,2378.137334,1401.858774,862.2758074,1025.495212 +84236,2052.28512,2374.058035,1401.771612,864.1144605,1023.793692 +84237,2052.225139,2369.916155,1401.661251,866.0233841,1022.059063 +84238,2052.204426,2365.715995,1401.534279,867.7278527,1020.301273 +84239,2052.220168,2361.197919,1401.396905,869.6133318,1018.52953 +84240,2052.270174,2356.906556,1401.254253,871.4183013,1016.755961 +84241,2054.060407,2353.499394,1402.709909,763.8071139,1017.793041 +84242,2041.000992,2338.184225,1393.757903,762.7121168,1002.505204 +84243,1850.804525,2314.521487,1376.934787,762.6150647,975.5760048 +84244,1873.804537,2288.188026,1357.563716,762.7384067,945.062466 +84245,1904.105634,2241.807153,1341.761654,763.0438608,919.2419745 +84246,1890.901195,2247.231766,1330.84467,763.4135275,899.9068671 +84247,1888.007326,2233.46386,1323.092255,764.0031999,884.9237234 +84248,1889.791497,2227.782535,1317.188984,764.4678638,872.6666434 +84249,1891.280492,2211.034337,1312.434343,764.9613137,862.2677309 +84250,1892.251599,2208.259186,1308.526998,765.4860041,853.330518 +84251,1893.845757,2199.742391,1305.193062,766.1112441,845.7236378 +84252,1902.626923,2183.354879,1302.739128,766.6034361,839.3149053 +84253,1896.326806,2181.642392,1300.401964,767.2515345,833.35619 +84254,1898.620367,2172.253383,1298.420771,767.8467336,828.1200658 +84255,1901.338988,2162.31011,1296.655719,768.4646635,823.39379 +84256,1903.566065,2153.742574,1295.100688,769.0938496,819.139057 +84257,1913.011658,2137.726282,1293.73052,769.7330792,815.2975989 +84258,1907.781809,2137.312255,1292.494078,770.3815243,811.7817699 +84259,1908.446174,2126.093416,1291.292644,771.0386697,808.4456749 +84260,1919.037924,2116.569667,1290.266701,771.7038586,805.4503714 +84261,1907.843711,2108.12377,1289.259662,772.377011,802.5808953 +84262,1927.420874,2098.868021,1288.377206,773.0572041,799.9586267 +84263,1914.561002,2082.273864,1287.501084,773.7444893,797.4213189 +84264,1923.31361,2082.578471,1286.530703,774.4383177,794.8300653 +84265,1922.317907,2070.294804,1285.702332,775.1388218,792.4758978 +84266,1922.427173,2061.11228,1284.87344,775.8453346,790.1695707 +84267,1923.308524,2051.913193,1283.948518,776.5563862,787.7828684 +84268,1920.938991,2042.802854,1282.945399,777.2762442,785.3316974 +84269,1918.641558,2033.413862,1281.801636,777.9993176,782.7295853 +84270,1916.479174,2024.067007,1280.516934,778.7289924,779.9696635 +84271,1914.493437,2014.805375,1279.137246,779.403491,777.1047866 +84272,1912.500026,1997.398619,1277.58643,780.0707278,774.0419374 +84273,1910.793698,2005.355598,1276.089536,780.7368292,771.0703365 +84274,1909.223804,1974.189127,1274.582069,781.4029638,768.1081426 +84275,1907.603773,1978.941814,1272.968227,782.0699677,765.0320431 +84276,1906.207655,1965.112253,1271.436468,782.7381,762.0799239 +84277,1904.951126,1955.622193,1269.945363,783.4075227,759.1976839 +84278,1903.73484,1945.832807,1268.44178,784.0781663,756.3171773 +84279,1902.598707,1936.176871,1266.958029,784.828088,753.4787504 +84280,1901.539044,1926.289313,1265.49692,785.3840454,750.6850869 +84281,1900.544257,1916.454061,1264.055118,786.1145295,747.931097 +84282,1899.606456,1906.578663,1262.63066,786.7782219,745.2135649 +84283,1898.719237,1896.837412,1261.221805,787.3742854,742.5295194 +84284,1897.874029,1886.718254,1259.824781,788.1725197,739.8734484 +84285,1897.068745,1876.807889,1258.439439,788.7943813,737.2443923 +84286,1896.307949,1866.908263,1257.069545,789.4869871,734.6464725 +84287,1895.59043,1856.86156,1255.715038,790.168794,732.0789778 +84288,1894.912102,1846.875773,1254.373903,790.8512101,729.5388587 +84289,1894.271024,1837.067966,1253.045318,791.5346428,727.0245616 +84290,1893.661483,1826.780256,1251.725961,792.2990892,724.5314261 +84291,1893.083717,1816.822104,1250.416178,792.8633235,722.0594014 +84292,1892.544223,1806.813445,1249.120237,793.6067175,719.613528 +84293,1892.042812,1796.712371,1247.838126,794.2807925,717.1934269 +84294,1891.57603,1786.625647,1246.567845,794.9673447,714.796321 +84295,1891.013917,1768.716342,1245.223058,795.6548393,712.3117704 +84296,1890.614837,1777.453787,1243.971463,796.3428716,709.952449 +84297,1890.247429,1743.420775,1242.731749,797.0313693,707.6148862 +84298,1889.787997,1750.462482,1241.421233,797.7201312,705.1940139 +84299,1889.463407,1734.345654,1240.186954,798.3271467,702.8764191 +84300,1889.201111,1725.150491,1238.980245,801.589387,700.6002416 +84301,1887.675478,1827.550026,1235.871028,903.1770825,694.2789351 +84302,1903.547233,1813.667027,1244.589118,911.4888138,705.7161609 +84303,1925.708974,1808.170013,1258.20976,911.8191456,724.8466821 +84304,1945.145458,1799.307824,1270.458492,914.3444293,742.5868496 +84305,1958.981683,1790.630072,1279.278214,916.4430536,755.8596258 +84306,1967.852929,1781.945356,1285.131315,918.5703944,764.8543368 +84307,1973.394899,1773.24792,1288.549676,929.5554174,770.6997483 +84308,1977.005102,1764.682207,1290.570715,908.6595286,774.4348461 +84309,1979.50916,1755.681405,1291.693302,930.8729299,776.6870065 +84310,1981.556158,1747.00115,1292.166601,924.6036237,777.7886471 +84311,1982.825562,1738.179228,1292.189992,927.8608284,777.9976281 +84312,1983.760545,1729.372685,1291.868023,929.6090717,777.4950547 +84313,1984.456583,1720.638716,1291.273277,931.6328996,776.4090579 +84314,1985.002789,1711.831577,1290.473567,933.2029973,774.8467454 +84315,1985.432899,1703.063777,1289.51262,935.0516808,772.8928104 +84316,1985.775799,1694.303921,1288.425071,936.7897941,770.615467 +84317,1985.932283,1677.661139,1287.15332,938.5288518,767.9562359 +84318,1986.17471,1687.791533,1285.883655,944.7035078,765.1767476 +84319,1986.385477,1655.39743,1284.550347,938.8164049,762.211761 +84320,1986.466271,1663.286268,1283.091367,941.9368158,758.9914673 +84321,1986.636837,1649.26438,1281.655551,947.0122747,755.7234783 +84322,1986.809821,1641.005886,1280.192986,946.5643434,752.3567217 +84323,1987.238754,1632.720571,1278.682552,948.616412,748.8683312 +84324,1987.350418,1624.058873,1277.154497,950.5407874,745.3101766 +84325,1987.44882,1615.50805,1275.602169,955.8206805,741.6819558 +84326,1987.571224,1607.012073,1274.034628,952.2288215,738.0002242 +84327,1987.689572,1598.539263,1272.444367,971.1450008,734.2545603 +84328,1988.03265,1590.085544,1270.872454,930.8207704,730.5075055 +84329,1988.657593,1581.702381,1269.299648,971.7248499,726.7403764 +84330,1989.704003,1573.467397,1267.666115,960.8864176,722.8793718 +84331,1990.625866,1564.903838,1266.001218,966.3447188,718.9583749 +84332,1991.952456,1556.628672,1264.329349,958.9548578,715.0232071 +84333,1993.400092,1548.255516,1262.648063,960.4862024,711.0791863 +84334,1993.962929,1540.053489,1260.932477,975.003521,707.0965639 +84335,1995.862095,1531.810597,1259.178731,972.5382782,703.069651 +84336,1997.484803,1523.625825,1257.422734,963.1919671,699.0433132 +84337,1999.249571,1515.567137,1255.687772,979.0450014,695.04707 +84338,2001.472419,1507.475615,1253.943106,966.550729,691.0422225 +84339,2003.603892,1499.536433,1252.275586,981.1637769,687.140635 +84340,2005.955661,1491.601847,1250.698528,973.4691496,683.3609133 +84341,2008.498025,1486.988577,1249.190311,978.1318098,679.6774142 +84342,2011.635046,1480.878695,1247.804907,979.1228078,676.1610423 +84343,2014.704692,1475.509486,1246.516406,980.4536004,672.7805108 +84344,2017.911799,1470.064211,1245.2761,981.8418032,669.4749654 +84345,2021.231575,1464.667154,1244.063466,983.2991007,666.218535 +84346,2024.640271,1459.253279,1242.860592,984.6336257,662.9878368 +84347,2028.122865,1454.016787,1241.657289,985.9072221,659.7688304 +84348,2031.67334,1448.739493,1240.450732,987.4774763,656.5568103 +84349,2035.282059,1443.546363,1239.236753,988.756585,653.3454001 +84350,2039.238199,1438.426618,1238.00916,990.0936422,650.1258591 +84351,2042.938243,1433.426138,1236.76905,991.5225334,646.8988598 +84352,2046.675572,1428.347055,1235.519702,992.8217665,643.6680864 +84353,2050.460803,1423.479567,1234.262968,994.0624788,640.435542 +84354,2054.30019,1418.505853,1233.001332,995.5572778,637.2042692 +84355,2058.19289,1413.806102,1231.73527,996.8686729,633.9748133 +84356,2062.132672,1409.062131,1230.462829,998.1279625,630.7447362 +84357,2066.116919,1404.416467,1229.184267,999.5193226,627.514377 +84358,2070.145476,1399.827803,1227.900832,1000.774093,624.2854006 +84359,2074.332726,1395.320183,1226.6863,1007.630368,621.1525172 +84360,2078.441641,1390.889521,1225.392826,995.3091382,617.9270256 +84361,2086.691434,1409.209387,1227.919528,1035.616872,621.403175 +84362,2098.211451,1406.096122,1232.474137,1027.46867,628.2961123 +84363,2110.36177,1402.514539,1237.433506,1032.415147,636.1216569 +84364,2121.325619,1398.986339,1241.677239,1034.131755,643.085513 +84365,2130.83254,1395.49334,1245.020618,1035.657598,648.8004598 +84366,2139.442773,1391.928447,1247.593533,1037.34557,653.397934 +84367,2146.962339,1388.563934,1249.624133,1038.833203,657.1725477 +84368,2154.0189,1385.418616,1251.300463,1040.290152,660.3741184 +84369,2160.827234,1382.399347,1252.745532,1041.9592,663.1699073 +84370,2167.493185,1379.457688,1254.025947,1043.36429,665.6560691 +84371,2174.064178,1376.794234,1255.177903,1044.859629,667.8905129 +84372,2180.566439,1373.860649,1256.225855,1046.244238,669.9162069 +84373,2187.02274,1371.361624,1257.191051,1047.675698,671.7711314 +84374,2193.50423,1368.819966,1258.124092,1051.157821,673.5301162 +84375,2200.049506,1366.358166,1259.054509,1053.225441,675.2401931 +84376,2206.615131,1363.913039,1259.960034,1055.100767,676.8813821 +84377,2213.168735,1361.5523,1260.824726,1057.283184,678.4402322 +84378,2219.707939,1359.136193,1261.649791,1059.380468,679.9239274 +84379,2226.23375,1356.871729,1262.437797,1061.47209,681.3401509 +84380,2232.755151,1354.540792,1263.196018,1063.814396,682.7020127 +84381,2239.292343,1350.852671,1263.938532,1066.038763,684.0307953 +84382,2245.863602,1352.032496,1264.678216,1068.425537,685.3461266 +84383,2252.503025,1337.849165,1265.438209,1070.694288,686.6805627 +84384,2259.29229,1359.218754,1266.272026,1073.346529,688.1058778 +84385,2266.270346,1337.947112,1267.206738,1080.943609,689.6601353 +84386,2273.018577,1324.289989,1267.982869,1071.154223,691.0128519 +84387,2279.862524,1364.804642,1268.803861,1088.507337,692.4256894 +84388,2286.938134,1305.530121,1269.754522,1081.91102,694.008231 +84389,2293.876692,1366.167216,1270.60598,1086.449674,695.4680248 +84390,2300.698283,1299.801152,1271.370925,1089.710391,696.8216175 +84391,2307.475303,1362.354194,1272.092714,1092.111752,698.1235142 +84392,2314.123651,1319.846016,1272.722866,1094.940513,699.3200353 +84393,2320.633722,1302.974858,1273.257388,1097.705302,700.4114115 +84394,2327.1598,1356.73251,1273.791752,1100.436142,701.5210378 +84395,2333.73706,1301.024522,1274.347483,1103.519691,702.6754869 +84396,2340.226583,1337.014362,1274.838203,1106.469137,703.7627576 +84397,2346.670352,1304.949833,1275.290087,1109.257263,704.8150286 +84398,2353.181788,1312.784212,1275.773971,1112.353911,705.9221788 +84399,2359.862894,1324.958775,1276.354782,1120.420143,707.1675076 +84400,2366.392071,1312.000929,1276.833623,1112.182117,708.2958705 +84401,2372.937292,1302.933053,1277.315812,1128.06601,709.4420499 +84402,2379.707292,1296.213633,1277.931756,1124.106939,710.7733042 +84403,2386.285785,1335.608873,1278.423232,1128.035805,711.957714 +84404,2392.795254,1266.755316,1278.866415,1132.517943,713.0923876 +84405,2399.363654,1321.15491,1279.339995,1135.180503,714.2769644 +84406,2405.831596,1308.55993,1279.744192,1138.367655,715.3822579 +84407,2412.35506,1271.919671,1280.175216,1142.126374,716.5313489 +84408,2419.079639,1322.905789,1280.723528,1150.069414,717.8409676 +84409,2425.65704,1268.683017,1281.173152,1143.245159,719.0340374 +84410,2432.1963,1304.335707,1281.591494,1157.881331,720.1970937 +84411,2438.880986,1292.033722,1282.092066,1155.787848,721.4753922 +84412,2445.496778,1277.594836,1282.541733,1159.470281,722.697593 +84413,2451.996184,1314.428325,1282.911018,1163.769811,723.8251859 +84414,2458.726617,1255.666323,1283.415493,1171.929882,725.1351158 +84415,2465.538509,1307.935661,1283.963795,1170.630009,726.5103964 +84416,2472.413439,1268.947426,1284.359965,1174.492194,727.6993389 +84417,2478.934446,1269.360414,1284.725957,1178.96738,728.8576524 +84418,2485.62449,1292.918793,1285.195157,1187.038424,730.1559999 +84419,2492.362687,1286.854323,1285.687013,1186.609054,731.4909989 +84420,2498.902197,1241.722577,1286.047263,1189.800888,732.6644321 +84421,2503.976832,1270.830705,1285.361548,1163.799266,732.3197975 +84422,2502.844136,1210.804526,1280.25833,1170.019208,725.3831269 +84423,2499.770433,1246.870094,1273.592413,1168.66445,715.9365958 +84424,2498.110928,1228.968031,1267.683425,1173.086073,707.3408823 +84425,2499.045024,1232.136265,1263.396689,1182.037949,700.876273 +84426,2502.135576,1229.314466,1260.524993,1181.831744,696.3366688 +84427,2506.33802,1227.699084,1258.449052,1185.119903,692.9513165 +84428,2511.303446,1225.940014,1256.958647,1193.422462,690.4622761 +84429,2516.960248,1224.064301,1256.00309,1199.062823,688.8065007 +84430,2522.639417,1222.511791,1255.156732,1194.13863,687.430232 +84431,2528.121935,1220.708073,1254.268181,1202.567231,686.1256225 +84432,2533.717867,1219.024201,1253.511528,1204.997326,685.1006344 +84433,2539.339782,1217.338257,1252.818249,1207.149726,684.2517842 +84434,2544.76339,1215.666205,1252.039077,1207.848245,683.3739146 +84435,2549.914478,1214.009268,1251.117959,1208.706821,682.3822873 +84436,2554.81945,1212.366266,1250.061599,1209.785547,681.273469 +84437,2559.544473,1210.738364,1248.902817,1211.065374,680.0788177 +84438,2564.145228,1209.123951,1247.670293,1212.494976,678.8267209 +84439,2568.661572,1207.524401,1246.385418,1214.029603,677.5382558 +84440,2573.120208,1205.93859,1245.063519,1215.641329,676.2286627 +84441,2577.53906,1204.367072,1243.715415,1217.315189,674.9084417 +84442,2581.929569,1202.809262,1242.348786,1219.043159,673.5850207 +84443,2586.299276,1201.265525,1240.969021,1220.820105,672.2632187 +84444,2590.653203,1199.735306,1239.579948,1222.642116,670.946358 +84445,2594.994629,1198.218966,1238.1842,1224.505919,669.6362917 +84446,2599.32556,1196.715947,1236.783627,1226.408852,668.3342173 +84447,2603.646742,1195.226606,1235.379451,1228.348746,667.0404935 +84448,2607.958742,1193.750389,1233.972512,1230.323896,665.7552668 +84449,2612.261289,1192.287644,1232.563327,1232.332895,664.4781874 +84450,2616.554579,1190.837815,1231.152241,1234.374593,663.208935 +84451,2620.838281,1189.310578,1229.739536,1236.448086,661.9470083 +84452,2625.053984,1187.777069,1228.315707,1238.532725,660.6925668 +84453,2629.186362,1186.247025,1226.875029,1240.616901,659.4460722 +84454,2633.225962,1184.722006,1225.417423,1242.700894,658.2084784 +84455,2637.194611,1183.20418,1223.9455,1244.790204,656.9802217 +84456,2641.094898,1181.692731,1222.462183,1246.890318,655.7614261 +84457,2644.939694,1180.188833,1220.96965,1249.004704,654.551509 +84458,2648.733645,1178.69244,1219.469344,1251.134971,653.3498142 +84459,2652.484814,1177.203513,1217.962117,1253.281507,652.1553014 +84460,2656.192484,1175.722023,1216.448545,1255.444161,650.9671169 +84461,2659.850875,1174.248309,1214.929049,1257.622573,649.7842826 +84462,2663.481853,1172.781937,1213.403956,1259.816286,648.6060495 +84463,2667.069247,1171.323316,1211.873459,1262.024724,647.4314892 +84464,2670.616699,1169.871966,1210.337788,1264.247355,646.2600132 +84465,2674.131963,1168.428299,1208.797107,1266.48359,645.0908925 +84466,2677.610535,1166.991795,1207.251549,1268.732808,643.9236208 +84467,2681.043657,1165.56284,1205.701259,1270.994415,642.7576239 +84468,2684.433919,1164.140837,1204.146448,1273.267882,641.592643 +84469,2687.792553,1162.726435,1202.587237,1275.552598,640.4282067 +84470,2691.1145,1161.318728,1201.023705,1277.847901,639.2640047 +84471,2694.398622,1159.918318,1199.455907,1280.153121,638.0995757 +84472,2697.64574,1158.524585,1197.883949,1282.467641,636.934726 +84473,2700.857054,1157.137895,1196.3079,1284.790817,635.7690858 +84474,2704.032806,1155.757699,1194.727835,1287.122022,634.6024899 +84475,2707.172474,1154.38434,1193.143806,1289.460604,633.4346008 +84476,2710.275909,1153.017269,1191.555893,1291.805948,632.2653125 +84477,2713.342694,1151.656825,1189.964158,1294.157425,631.0943459 +84478,2716.372279,1150.302452,1188.368685,1296.514438,629.9216384 +84479,2719.364273,1148.954485,1186.769534,1298.876368,628.7469466 +84480,2722.318642,1147.612366,1185.166796,1301.242631,627.5702506 +84481,2728.652444,1079.978058,1186.930857,1305.191771,632.4797231 +84482,2724.849995,1077.665887,1181.360989,1303.126429,626.1331007 +84483,2716.639692,1075.746058,1172.42581,1298.725097,614.4956807 +84484,2709.664297,1073.833759,1164.073267,1295.518544,603.4150969 +84485,2705.94758,1071.949261,1157.791394,1294.644528,595.115513 +84486,2705.154552,1070.089926,1153.461832,1295.703056,589.530027 +84487,2706.26172,1068.113421,1150.488119,1297.889712,585.9093795 +84488,2708.423382,1066.441794,1148.351345,1300.590988,583.5981612 +84489,2711.141972,1061.387085,1146.735553,1303.480326,582.1890917 +84490,2714.524565,1080.795864,1145.086028,1306.486402,581.417103 +84491,2718.38465,1025.0623,1143.507098,1309.597664,581.2106384 +84492,2722.418887,1070.174963,1142.113492,1312.739387,581.4529572 +84493,2726.368786,1050.764469,1140.889279,1315.810142,581.9768988 +84494,2730.234601,1049.388875,1139.847998,1318.837306,582.7580387 +84495,2734.039254,1049.796144,1138.96476,1321.842382,583.7661914 +84496,2737.775546,1046.971581,1138.191666,1324.820418,584.9491574 +84497,2741.454597,1045.325182,1137.502519,1327.778112,586.2779534 +84498,2745.081814,1043.256012,1136.878323,1330.719079,587.7279358 +84499,2748.659207,1041.448247,1136.305209,1333.645239,589.2783534 +84500,2752.18416,1039.539965,1135.773304,1336.553795,590.909936 +84501,2755.66304,1037.66842,1135.273696,1339.451117,592.6119836 +84502,2759.093811,1035.800178,1134.800308,1342.33454,594.3706899 +84503,2762.477513,1033.93884,1134.347954,1345.204772,596.1768071 +84504,2765.816674,1031.969015,1133.912609,1348.063595,598.0234581 +84505,2769.112298,1030.288111,1133.490812,1350.911736,599.9042263 +84506,2772.364973,1028.366822,1133.079874,1353.749196,601.8135829 +84507,2775.573314,1026.547567,1132.676887,1356.770207,603.7456858 +84508,2778.737275,1024.717755,1132.280077,1359.562703,605.6964012 +84509,2781.859173,1022.892828,1131.889634,1362.337121,607.6642773 +84510,2784.940571,1021.072902,1131.505348,1365.104454,609.6476492 +84511,2787.981472,1019.154226,1131.126319,1367.867797,611.6440853 +84512,2790.84989,1017.217901,1130.741018,1370.566813,613.6526147 +84513,2793.466913,1015.275364,1130.34338,1373.163897,615.67428 +84514,2795.827758,1013.329215,1129.934598,1375.657515,617.7114694 +84515,2797.964569,1011.381014,1129.518925,1378.064406,619.7660402 +84516,2799.914369,1009.43064,1129.100352,1380.403059,621.8386085 +84517,2801.705364,1007.478879,1128.681411,1382.68666,623.9283996 +84518,2803.356538,1005.525897,1128.263343,1384.922695,626.033909 +84519,2804.880681,1003.457165,1127.846701,1387.115005,628.1533271 +84520,2806.285688,1001.667116,1127.431358,1389.265165,630.284474 +84521,2807.577547,999.6313548,1127.017067,1391.373955,632.4252211 +84522,2808.761403,997.6895212,1126.603897,1393.442181,634.5741342 +84523,2809.841052,995.7304912,1126.191752,1395.470274,636.7296607 +84524,2810.819577,993.7695666,1125.780472,1397.458426,638.8903976 +84525,2811.699478,991.8073825,1125.369941,1399.406739,641.0550476 +84526,2812.481663,989.9548361,1124.959452,1401.314562,643.2217443 +84527,2813.167914,987.8275627,1124.548941,1403.1819,645.3894617 +84528,2813.760775,985.9381644,1124.139092,1405.009521,647.5583035 +84529,2814.261585,983.9541864,1123.730021,1406.797494,649.7276443 +84530,2814.67128,981.9840405,1123.321636,1408.545593,651.896739 +84531,2814.990812,979.9025478,1122.914019,1410.253758,654.0650549 +84532,2815.220674,978.0892551,1122.506934,1411.921566,656.2317732 +84533,2815.3612,976.0388724,1122.100202,1413.548666,658.3961131 +84534,2815.413323,974.0785453,1121.694002,1415.135101,660.5578664 +84535,2815.377573,972.100858,1121.288378,1416.680763,662.7166169 +84536,2815.254375,970.1212127,1120.883316,1418.185461,664.871977 +84537,2815.044106,968.1397522,1120.478836,1419.649041,667.023559 +84538,2814.747157,966.1564228,1120.074958,1421.071344,669.171076 +84539,2814.363783,964.1713376,1119.67171,1422.452217,671.314201 +84540,2813.894369,962.1843123,1119.269128,1423.791519,673.4527156 +84541,2628.94354,959.9220647,1132.338197,1607.992737,2899.757479 +84542,2693.173409,1088.253125,1158.698329,1641.235967,2917.279468 +84543,2776.963861,1089.958846,1193.039919,1680.420598,2928.210407 +84544,2853.441959,1098.623779,1225.066142,1713.359958,2931.268041 +84545,2915.67443,1069.142401,1252.180602,1738.392126,2930.436145 +84546,2954.373252,1092.704845,1269.938203,1749.788369,2917.903898 +84547,2970.502424,1080.575606,1278.392784,1747.840961,2891.734162 +84548,2974.984014,1080.734584,1281.829187,1740.402331,2860.56865 +84549,2975.208831,1078.974356,1283.283552,1732.588435,2830.159401 +84550,2974.104812,1077.044016,1283.952912,1726.07969,2802.414647 +84551,2972.650499,1075.23676,1284.270436,1721.077451,2777.708523 +84552,2971.111407,1073.34243,1284.392637,1717.313459,2755.889735 +84553,2969.542426,1071.435751,1284.384161,1714.465623,2736.467055 +84554,2967.93628,1069.5063,1284.275399,1712.266742,2719.524346 +84555,2966.306906,1067.555659,1284.096285,1710.544841,2704.583878 +84556,2964.61835,1065.516929,1283.845395,1709.14607,2691.354237 +84557,2962.837566,1063.628125,1283.52366,1707.959509,2679.585823 +84558,2960.963372,1061.569598,1283.144819,1706.92642,2669.096725 +84559,2958.992845,1059.556025,1282.715677,1706.000632,2659.724251 +84560,2956.925669,1057.515013,1282.243593,1705.200411,2651.325738 +84561,2954.763092,1055.459289,1281.73359,1704.507047,2643.777076 +84562,2952.506812,1053.389455,1281.187877,1703.883451,2636.970725 +84563,2950.158502,1051.306704,1280.61107,1703.294411,2630.813573 +84564,2947.719808,1049.277928,1280.006343,1702.714684,2625.225048 +84565,2945.192493,1047.072692,1279.37451,1702.128531,2620.135347 +84566,2942.578206,1045.005104,1278.719089,1701.526565,2615.483952 +84567,2939.602577,1042.867425,1278.042339,1700.902948,2611.218315 +84568,2936.827361,1040.731622,1277.344306,1700.253762,2607.292785 +84569,2933.975318,1038.587431,1276.627874,1699.576195,2603.667644 +84570,2931.042834,1036.435311,1275.894765,1698.868173,2600.3083 +84571,2928.058276,1034.218033,1275.158014,1698.149602,2597.214726 +84572,2924.930496,1031.966044,1274.405107,1697.349959,2594.331972 +84573,2921.591586,1029.713506,1273.623177,1696.421313,2591.612369 +84574,2918.049765,1027.45247,1272.820357,1695.189661,2589.049574 +84575,2914.324844,1025.184206,1271.999162,1694.049835,2586.631521 +84576,2910.436792,1022.908144,1271.163239,1692.827717,2584.344935 +84577,2906.401277,1020.625984,1270.312864,1691.527527,2582.176879 +84578,2902.229864,1018.33676,1269.450477,1690.153303,2580.115487 +84579,2897.93104,1016.042658,1268.575723,1688.709051,2578.150016 +84580,2893.508426,1013.742193,1267.690708,1687.198246,2576.270952 +84581,2888.972567,1011.437165,1266.794879,1685.623475,2574.469756 +84582,2884.328815,1009.126602,1265.890195,1683.986592,2572.738879 +84583,2879.577049,1006.8119,1264.975989,1682.288849,2571.071533 +84584,2874.725022,1004.492162,1264.054104,1680.531148,2569.461688 +84585,2869.77258,1002.168716,1263.123777,1678.714098,2567.90389 +84586,2864.726204,999.8406312,1262.186758,1676.838162,2566.393291 +84587,2859.584522,997.5091997,1261.242207,1674.90361,2564.925466 +84588,2854.353248,995.1734611,1260.291866,1672.296984,2563.496639 +84589,2849.035372,992.8346694,1259.337249,1647.371067,2562.108607 +84590,2843.637058,990.5550581,1258.380572,1644.389151,2560.759492 +84591,2838.149857,988.1151781,1257.418305,1636.981412,2559.4405 +84592,2832.575075,985.8128275,1256.450626,1633.3915,2558.14586 +84593,2826.910832,983.4503728,1255.47719,1621.786521,2556.874552 +84594,2821.161491,981.0948454,1254.499752,1618.449105,2555.624924 +84595,2815.32241,978.7364605,1253.516965,1610.038749,2554.394202 +84596,2809.258968,974.7202856,1252.517409,1598.013455,2553.151644 +84597,2803.060672,972.2710363,1251.449179,1597.237955,2551.922315 +84598,2796.653252,969.7498499,1250.348059,1588.15488,2550.726978 +84599,2789.957664,967.3035521,1249.239279,1576.151675,2549.552824 +84600,2782.960139,964.902913,1248.137611,1573.56877,2548.393111 +84601,0,0,0,0,0 +84602,0,0,0,0,0 +84603,0,0,0,0,0 +84604,0,0,0,0,0 +84605,0,0,0,0,0 +84606,0,0,0,0,0 +84607,0,0,0,0,0 +84608,0,0,0,0,0 +84609,0,0,0,0,0 +84610,0,0,0,0,0 +84611,0,0,0,0,0 +84612,0,0,0,0,0 +84613,0,0,0,0,0 +84614,0,0,0,0,0 +84615,0,0,0,0,0 +84616,0,0,0,0,0 +84617,0,0,0,0,0 +84618,0,0,0,0,0 +84619,0,0,0,0,0 +84620,0,0,0,0,0 +84621,0,0,0,0,0 +84622,0,0,0,0,0 +84623,0,0,0,0,0 +84624,0,0,0,0,0 +84625,0,0,0,0,0 +84626,0,0,0,0,0 +84627,0,0,0,0,0 +84628,0,0,0,0,0 +84629,0,0,0,0,0 +84630,0,0,0,0,0 +84631,0,0,0,0,0 +84632,0,0,0,0,0 +84633,0,0,0,0,0 +84634,0,0,0,0,0 +84635,0,0,0,0,0 +84636,0,0,0,0,0 +84637,0,0,0,0,0 +84638,0,0,0,0,0 +84639,0,0,0,0,0 +84640,0,0,0,0,0 +84641,0,0,0,0,0 +84642,0,0,0,0,0 +84643,0,0,0,0,0 +84644,0,0,0,0,0 +84645,0,0,0,0,0 +84646,0,0,0,0,0 +84647,0,0,0,0,0 +84648,0,0,0,0,0 +84649,0,0,0,0,0 +84650,0,0,0,0,0 +84651,0,0,0,0,0 +84652,0,0,0,0,0 +84653,0,0,0,0,0 +84654,0,0,0,0,0 +84655,0,0,0,0,0 +84656,0,0,0,0,0 +84657,0,0,0,0,0 +84658,0,0,0,0,0 +84659,0,0,0,0,0 +84660,0,0,0,0,0 +84661,0,0,0,0,0 +84662,0,0,0,0,0 +84663,0,0,0,0,0 +84664,0,0,0,0,0 +84665,0,0,0,0,0 +84666,0,0,0,0,0 +84667,0,0,0,0,0 +84668,0,0,0,0,0 +84669,0,0,0,0,0 +84670,0,0,0,0,0 +84671,0,0,0,0,0 +84672,0,0,0,0,0 +84673,0,0,0,0,0 +84674,0,0,0,0,0 +84675,0,0,0,0,0 +84676,0,0,0,0,0 +84677,0,0,0,0,0 +84678,0,0,0,0,0 +84679,0,0,0,0,0 +84680,0,0,0,0,0 +84681,0,0,0,0,0 +84682,0,0,0,0,0 +84683,0,0,0,0,0 +84684,0,0,0,0,0 +84685,0,0,0,0,0 +84686,0,0,0,0,0 +84687,0,0,0,0,0 +84688,0,0,0,0,0 +84689,0,0,0,0,0 +84690,0,0,0,0,0 +84691,0,0,0,0,0 +84692,0,0,0,0,0 +84693,0,0,0,0,0 +84694,0,0,0,0,0 +84695,0,0,0,0,0 +84696,0,0,0,0,0 +84697,0,0,0,0,0 +84698,0,0,0,0,0 +84699,0,0,0,0,0 +84700,0,0,0,0,0 +84701,0,0,0,0,0 +84702,0,0,0,0,0 +84703,0,0,0,0,0 +84704,0,0,0,0,0 +84705,0,0,0,0,0 +84706,0,0,0,0,0 +84707,0,0,0,0,0 +84708,0,0,0,0,0 +84709,0,0,0,0,0 +84710,0,0,0,0,0 +84711,0,0,0,0,0 +84712,0,0,0,0,0 +84713,0,0,0,0,0 +84714,0,0,0,0,0 +84715,0,0,0,0,0 +84716,0,0,0,0,0 +84717,0,0,0,0,0 +84718,0,0,0,0,0 +84719,0,0,0,0,0 +84720,0,0,0,0,0 +84721,0,0,0,0,0 +84722,0,0,0,0,0 +84723,0,0,0,0,0 +84724,0,0,0,0,0 +84725,0,0,0,0,0 +84726,0,0,0,0,0 +84727,0,0,0,0,0 +84728,0,0,0,0,0 +84729,0,0,0,0,0 +84730,0,0,0,0,0 +84731,0,0,0,0,0 +84732,0,0,0,0,0 +84733,0,0,0,0,0 +84734,0,0,0,0,0 +84735,0,0,0,0,0 +84736,0,0,0,0,0 +84737,0,0,0,0,0 +84738,0,0,0,0,0 +84739,0,0,0,0,0 +84740,0,0,0,0,0 +84741,0,0,0,0,0 +84742,0,0,0,0,0 +84743,0,0,0,0,0 +84744,0,0,0,0,0 +84745,0,0,0,0,0 +84746,0,0,0,0,0 +84747,0,0,0,0,0 +84748,0,0,0,0,0 +84749,0,0,0,0,0 +84750,0,0,0,0,0 +84751,0,0,0,0,0 +84752,0,0,0,0,0 +84753,0,0,0,0,0 +84754,0,0,0,0,0 +84755,0,0,0,0,0 +84756,0,0,0,0,0 +84757,0,0,0,0,0 +84758,0,0,0,0,0 +84759,0,0,0,0,0 +84760,0,0,0,0,0 +84761,0,0,0,0,0 +84762,0,0,0,0,0 +84763,0,0,0,0,0 +84764,0,0,0,0,0 +84765,0,0,0,0,0 +84766,0,0,0,0,0 +84767,0,0,0,0,0 +84768,0,0,0,0,0 +84769,0,0,0,0,0 +84770,0,0,0,0,0 +84771,0,0,0,0,0 +84772,0,0,0,0,0 +84773,0,0,0,0,0 +84774,0,0,0,0,0 +84775,0,0,0,0,0 +84776,0,0,0,0,0 +84777,0,0,0,0,0 +84778,0,0,0,0,0 +84779,0,0,0,0,0 +84780,0,0,0,0,0 +84781,0,0,0,0,0 +84782,0,0,0,0,0 +84783,0,0,0,0,0 +84784,0,0,0,0,0 +84785,0,0,0,0,0 +84786,0,0,0,0,0 +84787,0,0,0,0,0 +84788,0,0,0,0,0 +84789,0,0,0,0,0 +84790,0,0,0,0,0 +84791,0,0,0,0,0 +84792,0,0,0,0,0 +84793,0,0,0,0,0 +84794,0,0,0,0,0 +84795,0,0,0,0,0 +84796,0,0,0,0,0 +84797,0,0,0,0,0 +84798,0,0,0,0,0 +84799,0,0,0,0,0 +84800,0,0,0,0,0 +84801,0,0,0,0,0 +84802,0,0,0,0,0 +84803,0,0,0,0,0 +84804,0,0,0,0,0 +84805,0,0,0,0,0 +84806,0,0,0,0,0 +84807,0,0,0,0,0 +84808,0,0,0,0,0 +84809,0,0,0,0,0 +84810,0,0,0,0,0 +84811,0,0,0,0,0 +84812,0,0,0,0,0 +84813,0,0,0,0,0 +84814,0,0,0,0,0 +84815,0,0,0,0,0 +84816,0,0,0,0,0 +84817,0,0,0,0,0 +84818,0,0,0,0,0 +84819,0,0,0,0,0 +84820,0,0,0,0,0 +84821,0,0,0,0,0 +84822,0,0,0,0,0 +84823,0,0,0,0,0 +84824,0,0,0,0,0 +84825,0,0,0,0,0 +84826,0,0,0,0,0 +84827,0,0,0,0,0 +84828,0,0,0,0,0 +84829,0,0,0,0,0 +84830,0,0,0,0,0 +84831,0,0,0,0,0 +84832,0,0,0,0,0 +84833,0,0,0,0,0 +84834,0,0,0,0,0 +84835,0,0,0,0,0 +84836,0,0,0,0,0 +84837,0,0,0,0,0 +84838,0,0,0,0,0 +84839,0,0,0,0,0 +84840,0,0,0,0,0 +84841,0,0,0,0,0 +84842,0,0,0,0,0 +84843,0,0,0,0,0 +84844,0,0,0,0,0 +84845,0,0,0,0,0 +84846,0,0,0,0,0 +84847,0,0,0,0,0 +84848,0,0,0,0,0 +84849,0,0,0,0,0 +84850,0,0,0,0,0 +84851,0,0,0,0,0 +84852,0,0,0,0,0 +84853,0,0,0,0,0 +84854,0,0,0,0,0 +84855,0,0,0,0,0 +84856,0,0,0,0,0 +84857,0,0,0,0,0 +84858,0,0,0,0,0 +84859,0,0,0,0,0 +84860,0,0,0,0,0 +84861,0,0,0,0,0 +84862,0,0,0,0,0 +84863,0,0,0,0,0 +84864,0,0,0,0,0 +84865,0,0,0,0,0 +84866,0,0,0,0,0 +84867,0,0,0,0,0 +84868,0,0,0,0,0 +84869,0,0,0,0,0 +84870,0,0,0,0,0 +84871,0,0,0,0,0 +84872,0,0,0,0,0 +84873,0,0,0,0,0 +84874,0,0,0,0,0 +84875,0,0,0,0,0 +84876,0,0,0,0,0 +84877,0,0,0,0,0 +84878,0,0,0,0,0 +84879,0,0,0,0,0 +84880,0,0,0,0,0 +84881,0,0,0,0,0 +84882,0,0,0,0,0 +84883,0,0,0,0,0 +84884,0,0,0,0,0 +84885,0,0,0,0,0 +84886,0,0,0,0,0 +84887,0,0,0,0,0 +84888,0,0,0,0,0 +84889,0,0,0,0,0 +84890,0,0,0,0,0 +84891,0,0,0,0,0 +84892,0,0,0,0,0 +84893,0,0,0,0,0 +84894,0,0,0,0,0 +84895,0,0,0,0,0 +84896,0,0,0,0,0 +84897,0,0,0,0,0 +84898,0,0,0,0,0 +84899,0,0,0,0,0 +84900,0,0,0,0,0 +84901,0,0,0,0,0 +84902,0,0,0,0,0 +84903,0,0,0,0,0 +84904,0,0,0,0,0 +84905,0,0,0,0,0 +84906,0,0,0,0,0 +84907,0,0,0,0,0 +84908,0,0,0,0,0 +84909,0,0,0,0,0 +84910,0,0,0,0,0 +84911,0,0,0,0,0 +84912,0,0,0,0,0 +84913,0,0,0,0,0 +84914,0,0,0,0,0 +84915,0,0,0,0,0 +84916,0,0,0,0,0 +84917,0,0,0,0,0 +84918,0,0,0,0,0 +84919,0,0,0,0,0 +84920,0,0,0,0,0 +84921,0,0,0,0,0 +84922,0,0,0,0,0 +84923,0,0,0,0,0 +84924,0,0,0,0,0 +84925,0,0,0,0,0 +84926,0,0,0,0,0 +84927,0,0,0,0,0 +84928,0,0,0,0,0 +84929,0,0,0,0,0 +84930,0,0,0,0,0 +84931,0,0,0,0,0 +84932,0,0,0,0,0 +84933,0,0,0,0,0 +84934,0,0,0,0,0 +84935,0,0,0,0,0 +84936,0,0,0,0,0 +84937,0,0,0,0,0 +84938,0,0,0,0,0 +84939,0,0,0,0,0 +84940,0,0,0,0,0 +84941,0,0,0,0,0 +84942,0,0,0,0,0 +84943,0,0,0,0,0 +84944,0,0,0,0,0 +84945,0,0,0,0,0 +84946,0,0,0,0,0 +84947,0,0,0,0,0 +84948,0,0,0,0,0 +84949,0,0,0,0,0 +84950,0,0,0,0,0 +84951,0,0,0,0,0 +84952,0,0,0,0,0 +84953,0,0,0,0,0 +84954,0,0,0,0,0 +84955,0,0,0,0,0 +84956,0,0,0,0,0 +84957,0,0,0,0,0 +84958,0,0,0,0,0 +84959,0,0,0,0,0 +84960,0,0,0,0,0 +84961,0,0,0,0,0 +84962,0,0,0,0,0 +84963,0,0,0,0,0 +84964,0,0,0,0,0 +84965,0,0,0,0,0 +84966,0,0,0,0,0 +84967,0,0,0,0,0 +84968,0,0,0,0,0 +84969,0,0,0,0,0 +84970,0,0,0,0,0 +84971,0,0,0,0,0 +84972,0,0,0,0,0 +84973,0,0,0,0,0 +84974,0,0,0,0,0 +84975,0,0,0,0,0 +84976,0,0,0,0,0 +84977,0,0,0,0,0 +84978,0,0,0,0,0 +84979,0,0,0,0,0 +84980,0,0,0,0,0 +84981,0,0,0,0,0 +84982,0,0,0,0,0 +84983,0,0,0,0,0 +84984,0,0,0,0,0 +84985,0,0,0,0,0 +84986,0,0,0,0,0 +84987,0,0,0,0,0 +84988,0,0,0,0,0 +84989,0,0,0,0,0 +84990,0,0,0,0,0 +84991,0,0,0,0,0 +84992,0,0,0,0,0 +84993,0,0,0,0,0 +84994,0,0,0,0,0 +84995,0,0,0,0,0 +84996,0,0,0,0,0 +84997,0,0,0,0,0 +84998,0,0,0,0,0 +84999,0,0,0,0,0 +85000,0,0,0,0,0 +85001,0,0,0,0,0 +85002,0,0,0,0,0 +85003,0,0,0,0,0 +85004,0,0,0,0,0 +85005,0,0,0,0,0 +85006,0,0,0,0,0 +85007,0,0,0,0,0 +85008,0,0,0,0,0 +85009,0,0,0,0,0 +85010,0,0,0,0,0 +85011,0,0,0,0,0 +85012,0,0,0,0,0 +85013,0,0,0,0,0 +85014,0,0,0,0,0 +85015,0,0,0,0,0 +85016,0,0,0,0,0 +85017,0,0,0,0,0 +85018,0,0,0,0,0 +85019,0,0,0,0,0 +85020,0,0,0,0,0 +85021,0,0,0,0,0 +85022,0,0,0,0,0 +85023,0,0,0,0,0 +85024,0,0,0,0,0 +85025,0,0,0,0,0 +85026,0,0,0,0,0 +85027,0,0,0,0,0 +85028,0,0,0,0,0 +85029,0,0,0,0,0 +85030,0,0,0,0,0 +85031,0,0,0,0,0 +85032,0,0,0,0,0 +85033,0,0,0,0,0 +85034,0,0,0,0,0 +85035,0,0,0,0,0 +85036,0,0,0,0,0 +85037,0,0,0,0,0 +85038,0,0,0,0,0 +85039,0,0,0,0,0 +85040,0,0,0,0,0 +85041,0,0,0,0,0 +85042,0,0,0,0,0 +85043,0,0,0,0,0 +85044,0,0,0,0,0 +85045,0,0,0,0,0 +85046,0,0,0,0,0 +85047,0,0,0,0,0 +85048,0,0,0,0,0 +85049,0,0,0,0,0 +85050,0,0,0,0,0 +85051,0,0,0,0,0 +85052,0,0,0,0,0 +85053,0,0,0,0,0 +85054,0,0,0,0,0 +85055,0,0,0,0,0 +85056,0,0,0,0,0 +85057,0,0,0,0,0 +85058,0,0,0,0,0 +85059,0,0,0,0,0 +85060,0,0,0,0,0 +85061,0,0,0,0,0 +85062,0,0,0,0,0 +85063,0,0,0,0,0 +85064,0,0,0,0,0 +85065,0,0,0,0,0 +85066,0,0,0,0,0 +85067,0,0,0,0,0 +85068,0,0,0,0,0 +85069,0,0,0,0,0 +85070,0,0,0,0,0 +85071,0,0,0,0,0 +85072,0,0,0,0,0 +85073,0,0,0,0,0 +85074,0,0,0,0,0 +85075,0,0,0,0,0 +85076,0,0,0,0,0 +85077,0,0,0,0,0 +85078,0,0,0,0,0 +85079,0,0,0,0,0 +85080,0,0,0,0,0 +85081,0,0,0,0,0 +85082,0,0,0,0,0 +85083,0,0,0,0,0 +85084,0,0,0,0,0 +85085,0,0,0,0,0 +85086,0,0,0,0,0 +85087,0,0,0,0,0 +85088,0,0,0,0,0 +85089,0,0,0,0,0 +85090,0,0,0,0,0 +85091,0,0,0,0,0 +85092,0,0,0,0,0 +85093,0,0,0,0,0 +85094,0,0,0,0,0 +85095,0,0,0,0,0 +85096,0,0,0,0,0 +85097,0,0,0,0,0 +85098,0,0,0,0,0 +85099,0,0,0,0,0 +85100,0,0,0,0,0 +85101,0,0,0,0,0 +85102,0,0,0,0,0 +85103,0,0,0,0,0 +85104,0,0,0,0,0 +85105,0,0,0,0,0 +85106,0,0,0,0,0 +85107,0,0,0,0,0 +85108,0,0,0,0,0 +85109,0,0,0,0,0 +85110,0,0,0,0,0 +85111,0,0,0,0,0 +85112,0,0,0,0,0 +85113,0,0,0,0,0 +85114,0,0,0,0,0 +85115,0,0,0,0,0 +85116,0,0,0,0,0 +85117,0,0,0,0,0 +85118,0,0,0,0,0 +85119,0,0,0,0,0 +85120,0,0,0,0,0 +85121,0,0,0,0,0 +85122,0,0,0,0,0 +85123,0,0,0,0,0 +85124,0,0,0,0,0 +85125,0,0,0,0,0 +85126,0,0,0,0,0 +85127,0,0,0,0,0 +85128,0,0,0,0,0 +85129,0,0,0,0,0 +85130,0,0,0,0,0 +85131,0,0,0,0,0 +85132,0,0,0,0,0 +85133,0,0,0,0,0 +85134,0,0,0,0,0 +85135,0,0,0,0,0 +85136,0,0,0,0,0 +85137,0,0,0,0,0 +85138,0,0,0,0,0 +85139,0,0,0,0,0 +85140,0,0,0,0,0 +85141,0,0,0,0,0 +85142,0,0,0,0,0 +85143,0,0,0,0,0 +85144,0,0,0,0,0 +85145,0,0,0,0,0 +85146,0,0,0,0,0 +85147,0,0,0,0,0 +85148,0,0,0,0,0 +85149,0,0,0,0,0 +85150,0,0,0,0,0 +85151,0,0,0,0,0 +85152,0,0,0,0,0 +85153,0,0,0,0,0 +85154,0,0,0,0,0 +85155,0,0,0,0,0 +85156,0,0,0,0,0 +85157,0,0,0,0,0 +85158,0,0,0,0,0 +85159,0,0,0,0,0 +85160,0,0,0,0,0 +85161,0,0,0,0,0 +85162,0,0,0,0,0 +85163,0,0,0,0,0 +85164,0,0,0,0,0 +85165,0,0,0,0,0 +85166,0,0,0,0,0 +85167,0,0,0,0,0 +85168,0,0,0,0,0 +85169,0,0,0,0,0 +85170,0,0,0,0,0 +85171,0,0,0,0,0 +85172,0,0,0,0,0 +85173,0,0,0,0,0 +85174,0,0,0,0,0 +85175,0,0,0,0,0 +85176,0,0,0,0,0 +85177,0,0,0,0,0 +85178,0,0,0,0,0 +85179,0,0,0,0,0 +85180,0,0,0,0,0 +85181,0,0,0,0,0 +85182,0,0,0,0,0 +85183,0,0,0,0,0 +85184,0,0,0,0,0 +85185,0,0,0,0,0 +85186,0,0,0,0,0 +85187,0,0,0,0,0 +85188,0,0,0,0,0 +85189,0,0,0,0,0 +85190,0,0,0,0,0 +85191,0,0,0,0,0 +85192,0,0,0,0,0 +85193,0,0,0,0,0 +85194,0,0,0,0,0 +85195,0,0,0,0,0 +85196,0,0,0,0,0 +85197,0,0,0,0,0 +85198,0,0,0,0,0 +85199,0,0,0,0,0 +85200,0,0,0,0,0 +85201,0,0,0,0,0 +85202,0,0,0,0,0 +85203,0,0,0,0,0 +85204,0,0,0,0,0 +85205,0,0,0,0,0 +85206,0,0,0,0,0 +85207,0,0,0,0,0 +85208,0,0,0,0,0 +85209,0,0,0,0,0 +85210,0,0,0,0,0 +85211,0,0,0,0,0 +85212,0,0,0,0,0 +85213,0,0,0,0,0 +85214,0,0,0,0,0 +85215,0,0,0,0,0 +85216,0,0,0,0,0 +85217,0,0,0,0,0 +85218,0,0,0,0,0 +85219,0,0,0,0,0 +85220,0,0,0,0,0 +85221,0,0,0,0,0 +85222,0,0,0,0,0 +85223,0,0,0,0,0 +85224,0,0,0,0,0 +85225,0,0,0,0,0 +85226,0,0,0,0,0 +85227,0,0,0,0,0 +85228,0,0,0,0,0 +85229,0,0,0,0,0 +85230,0,0,0,0,0 +85231,0,0,0,0,0 +85232,0,0,0,0,0 +85233,0,0,0,0,0 +85234,0,0,0,0,0 +85235,0,0,0,0,0 +85236,0,0,0,0,0 +85237,0,0,0,0,0 +85238,0,0,0,0,0 +85239,0,0,0,0,0 +85240,0,0,0,0,0 +85241,0,0,0,0,0 +85242,0,0,0,0,0 +85243,0,0,0,0,0 +85244,0,0,0,0,0 +85245,0,0,0,0,0 +85246,0,0,0,0,0 +85247,0,0,0,0,0 +85248,0,0,0,0,0 +85249,0,0,0,0,0 +85250,0,0,0,0,0 +85251,0,0,0,0,0 +85252,0,0,0,0,0 +85253,0,0,0,0,0 +85254,0,0,0,0,0 +85255,0,0,0,0,0 +85256,0,0,0,0,0 +85257,0,0,0,0,0 +85258,0,0,0,0,0 +85259,0,0,0,0,0 +85260,0,0,0,0,0 +85261,0,0,0,0,0 +85262,0,0,0,0,0 +85263,0,0,0,0,0 +85264,0,0,0,0,0 +85265,0,0,0,0,0 +85266,0,0,0,0,0 +85267,0,0,0,0,0 +85268,0,0,0,0,0 +85269,0,0,0,0,0 +85270,0,0,0,0,0 +85271,0,0,0,0,0 +85272,0,0,0,0,0 +85273,0,0,0,0,0 +85274,0,0,0,0,0 +85275,0,0,0,0,0 +85276,0,0,0,0,0 +85277,0,0,0,0,0 +85278,0,0,0,0,0 +85279,0,0,0,0,0 +85280,0,0,0,0,0 +85281,0,0,0,0,0 +85282,0,0,0,0,0 +85283,0,0,0,0,0 +85284,0,0,0,0,0 +85285,0,0,0,0,0 +85286,0,0,0,0,0 +85287,0,0,0,0,0 +85288,0,0,0,0,0 +85289,0,0,0,0,0 +85290,0,0,0,0,0 +85291,0,0,0,0,0 +85292,0,0,0,0,0 +85293,0,0,0,0,0 +85294,0,0,0,0,0 +85295,0,0,0,0,0 +85296,0,0,0,0,0 +85297,0,0,0,0,0 +85298,0,0,0,0,0 +85299,0,0,0,0,0 +85300,0,0,0,0,0 +85301,0,0,0,0,0 +85302,0,0,0,0,0 +85303,0,0,0,0,0 +85304,0,0,0,0,0 +85305,0,0,0,0,0 +85306,0,0,0,0,0 +85307,0,0,0,0,0 +85308,0,0,0,0,0 +85309,0,0,0,0,0 +85310,0,0,0,0,0 +85311,0,0,0,0,0 +85312,0,0,0,0,0 +85313,0,0,0,0,0 +85314,0,0,0,0,0 +85315,0,0,0,0,0 +85316,0,0,0,0,0 +85317,0,0,0,0,0 +85318,0,0,0,0,0 +85319,0,0,0,0,0 +85320,0,0,0,0,0 +85321,0,0,0,0,0 +85322,0,0,0,0,0 +85323,0,0,0,0,0 +85324,0,0,0,0,0 +85325,0,0,0,0,0 +85326,0,0,0,0,0 +85327,0,0,0,0,0 +85328,0,0,0,0,0 +85329,0,0,0,0,0 +85330,0,0,0,0,0 +85331,0,0,0,0,0 +85332,0,0,0,0,0 +85333,0,0,0,0,0 +85334,0,0,0,0,0 +85335,0,0,0,0,0 +85336,0,0,0,0,0 +85337,0,0,0,0,0 +85338,0,0,0,0,0 +85339,0,0,0,0,0 +85340,0,0,0,0,0 +85341,0,0,0,0,0 +85342,0,0,0,0,0 +85343,0,0,0,0,0 +85344,0,0,0,0,0 +85345,0,0,0,0,0 +85346,0,0,0,0,0 +85347,0,0,0,0,0 +85348,0,0,0,0,0 +85349,0,0,0,0,0 +85350,0,0,0,0,0 +85351,0,0,0,0,0 +85352,0,0,0,0,0 +85353,0,0,0,0,0 +85354,0,0,0,0,0 +85355,0,0,0,0,0 +85356,0,0,0,0,0 +85357,0,0,0,0,0 +85358,0,0,0,0,0 +85359,0,0,0,0,0 +85360,0,0,0,0,0 +85361,0,0,0,0,0 +85362,0,0,0,0,0 +85363,0,0,0,0,0 +85364,0,0,0,0,0 +85365,0,0,0,0,0 +85366,0,0,0,0,0 +85367,0,0,0,0,0 +85368,0,0,0,0,0 +85369,0,0,0,0,0 +85370,0,0,0,0,0 +85371,0,0,0,0,0 +85372,0,0,0,0,0 +85373,0,0,0,0,0 +85374,0,0,0,0,0 +85375,0,0,0,0,0 +85376,0,0,0,0,0 +85377,0,0,0,0,0 +85378,0,0,0,0,0 +85379,0,0,0,0,0 +85380,0,0,0,0,0 +85381,-1931.749413,-825.9424839,-1902.418607,-825.3276958,-1345.916116 +85382,-1097.508798,-478.0300787,-1077.604504,-477.4167459,-164.4144055 +85383,-1563.78075,-663.1582647,-1537.947512,-662.5617523,-912.1119539 +85384,-1303.467631,-553.2226276,-1280.983168,-552.6456244,-448.8076914 +85385,-1543.833497,-653.6819842,-1518.324901,-653.1279149,-726.3575112 +85386,-1735.309869,-735.0176034,-1703.763625,-734.4839058,-979.6278801 +85387,-1734.20684,-736.220195,-1703.230044,-735.702207,-1030.278153 +85388,-1720.679881,-730.9438669,-1689.676304,-730.4413635,-1020.758958 +85389,-1759.928489,-748.075633,-1727.756441,-747.5895543,-1040.646799 +85390,-1770.266473,-752.9927749,-1737.537195,-752.5221515,-1043.347797 +85391,-1172.359954,-727.1560632,-1387.532027,-726.6990376,-1003.351989 +85392,-1165.526089,-470.8209834,-1019.568532,-467.8637902,-983.3821015 +85393,-1260.777102,-581.3526601,-1284.746294,-582.0557487,-924.0478566 +85394,-1188.550662,-552.2612953,-1175.740111,-550.8279006,-836.2210069 +85395,-1173.899558,-539.3795321,-1161.72614,-539.039945,-515.2762175 +85396,-1169.619079,-533.4746163,-1152.894884,-533.1510043,-697.942094 +85397,-1154.154818,-529.5748338,-1142.984868,-528.2529748,-798.0268755 +85398,-1148.570648,-522.7940874,-1130.197933,-523.8820647,-856.717616 +85399,-1138.772081,-519.7435811,-1123.648401,-517.7518866,-892.33048 +85400,-1129.006028,-514.1291728,-1114.728926,-513.8374651,-913.465352 +85401,-1121.528574,-509.6552841,-1104.97951,-510.4126051,-925.8874911 +85402,-1114.131732,-505.5079503,-1097.87941,-504.1142456,-932.6271141 +85403,-1104.514645,-501.7792416,-1087.230403,-501.5099926,-882.9220464 +85404,-1099.143076,-497.0251052,-1081.913435,-496.7777048,-557.6184782 +85405,-1091.774638,-493.9570854,-1074.436097,-492.5894523,-689.3707312 +85406,-1083.340716,-489.1878896,-1065.419703,-489.637765,-838.3402837 +85407,-1075.439514,-485.8590636,-1058.368252,-485.6427971,-746.5309344 +85408,-1072.467244,-481.7247716,-1050.968263,-481.5075545,-310.7795096 +85409,-1063.634385,-479.7799943,-1045.593408,-477.8439769,-771.9199147 +85410,-1056.615414,-474.3803966,-1037.289188,-475.1962364,-351.2495409 +85411,-1052.35699,-471.2540243,-1033.472495,-471.0729198,-786.1952222 +85412,-1042.657103,-469.051048,-1022.326584,-467.7220519,-362.178486 +85413,-1041.478505,-463.9003249,-1020.229097,-464.5447672,-572.2958602 +85414,-1032.052202,-461.5490953,-1008.85784,-460.650087,-834.2797577 +85415,-1025.697322,-457.6299857,-1005.167418,-457.4718845,-748.2598616 +85416,-1021.406271,-454.681642,-997.9033486,-454.532516,-280.1284254 +85417,-1016.19263,-451.79939,-992.7839472,-450.9649368,-515.9856935 +85418,-1009.452644,-447.611067,-986.6941505,-448.2351012,-824.3768959 +85419,-1004.61712,-445.0820272,-978.2288359,-444.9387767,-403.9012202 +85420,-999.8882559,-442.859992,-974.0727027,-441.5661648,-592.7670604 +85421,-993.3125114,-438.3249722,-970.2471841,-439.1386804,-717.8175644 +85422,-988.5964857,-436.7769487,-959.2886511,-436.0351248,-804.3209404 +85423,-984.8439464,-433.5703156,-958.9447129,-433.4441424,-864.0318363 +85424,-978.846466,-429.9653347,-950.3256725,-429.8441603,-904.802191 +85425,-973.707581,-428.0332681,-946.3610616,-427.9144145,-932.2609889 +85426,-968.6998726,-425.039418,-938.66649,-424.0035207,-950.2575348 +85427,-965.1352273,-422.2688436,-936.7785099,-423.1251069,-961.6728345 +85428,-960.486943,-419.4720954,-929.5020363,-418.3782833,-963.7637293 +85429,-953.5707676,-417.0940088,-924.6052267,-416.999082,-957.1857933 +85430,-875.1422334,-379.9705974,-840.5114041,-380.6746183,-789.7853889 +85431,-1059.696066,-461.7163622,-1028.675716,-460.6332924,-563.6360905 +85432,-889.183735,-386.2118402,-857.2092424,-386.1229629,-774.3014995 +85433,-950.117063,-411.9323861,-915.4994021,-411.855408,-402.7967441 +85434,-933.6546396,-404.6663359,-901.3701421,-404.5902677,-575.5638335 +85435,-930.7014257,-402.3511642,-893.8518416,-402.2739195,-699.2757472 +85436,-925.8496369,-399.7202792,-891.3620983,-399.6418477,-815.9660235 +85437,-922.6952836,-397.6601966,-886.3583314,-397.5832719,-448.212041 +85438,-916.9098729,-395.1985474,-881.2640968,-395.1212027,-607.5023414 +85439,-915.4173292,-393.4706249,-878.6577274,-393.3936484,-797.9291598 +85440,-910.3783293,-390.9618735,-870.9774474,-390.0830866,-700.9974388 +85441,87.57458859,39.40374155,87.32727116,39.46418489,138.0742642 +85442,90.37291382,40.90352295,90.77679207,40.9557789,162.5502237 +85443,95.21831245,43.43549454,96.61093716,43.48689698,199.4594885 +85444,100.6554479,46.22780088,103.0482031,46.28101677,237.9321159 +85445,105.9538989,48.90484472,109.2312656,48.95978089,272.1194856 +85446,110.9037008,51.37111622,114.9341225,51.42691673,301.4831568 +85447,115.5194595,53.64691509,120.1983166,53.70284259,327.0225168 +85448,119.8614192,55.77239208,125.1125646,55.82798341,349.6739149 +85449,123.9783575,57.77829936,129.7447759,57.83328118,370.0187794 +85450,127.9030531,59.68491404,134.1393555,59.73911027,388.4032236 +85451,131.6590183,61.50652668,138.3275606,61.55980983,405.0708927 +85452,135.2657665,63.25466303,142.3349079,63.30693641,420.2276256 +85453,138.7404862,64.93918279,146.1836541,64.99037477,434.0587486 +85454,142.0985432,66.56863344,149.893492,66.61869421,446.7304073 +85455,145.3503437,68.14885382,153.4784289,68.19775186,458.3822176 +85456,148.5087992,69.68657587,156.9544235,69.7342944,469.1434466 +85457,151.5854224,71.18763697,160.3355241,71.23417081,479.1261388 +85458,154.5891644,72.65648787,163.6327588,72.70184072,488.4256501 +85459,157.5270901,74.09656576,166.8549044,74.14074818,497.1233387 +85460,160.4050669,75.51065886,170.0092466,75.55368662,505.2892575 +85461,163.2280725,76.90108004,173.1019417,76.9429729,512.9839993 +85462,166.0003914,78.26977843,176.1382548,78.31055906,520.2601563 +85463,168.7256865,79.6183871,179.1226662,79.65808031,527.1633764 +85464,171.4071027,80.94828127,182.0590019,80.98691334,533.7333412 +85465,174.0463835,82.26018561,184.9495745,82.2977838,540.002836 +85466,176.6449516,83.55467183,187.7962827,83.591264,546.0002963 +85467,179.2088718,84.83441929,190.6055903,84.87003352,551.7593355 +85468,181.7381395,86.09934749,193.377828,86.13401188,557.2997056 +85469,184.2339574,87.34992714,196.1144803,87.38366962,562.6408971 +85470,186.6975252,88.58663204,198.8169851,88.6194802,567.8002626 +85471,189.1299566,89.80990187,201.4866577,89.84188285,572.7931463 +85472,191.6561626,91.23649094,204.2894491,91.11535747,577.6379593 +85473,193.9959836,92.80893114,206.9643546,92.31886329,581.8404812 +85474,196.775184,94.81134887,210.133568,93.73687578,586.6027494 +85475,199.6645087,97.37335169,213.4926301,95.19131555,591.1858033 +85476,202.6160969,100.2100797,216.9700551,96.6695777,595.6151442 +85477,205.5857054,103.1423945,220.4907106,98.16002393,599.911888 +85478,208.5491968,106.1120427,224.0195996,99.65759143,604.0931273 +85479,211.5070529,109.1131391,227.5483696,101.1611546,608.1723798 +85480,214.4586711,112.1588401,231.07776,102.6707025,612.1601542 +85481,217.4102262,115.2551596,234.609155,104.1861508,616.0648382 +85482,220.4611589,118.7039069,238.2664387,105.7141319,619.8964768 +85483,223.5658635,122.4027982,241.9922246,107.2509124,623.6580948 +85484,226.6813584,126.2053003,245.7229114,108.7929162,627.3540889 +85485,229.7833111,130.0355523,249.4299023,110.3384247,630.9890868 +85486,232.8720282,133.8745437,253.1084708,111.8868757,634.5672468 +85487,235.9469909,137.7267158,256.7623728,113.4381406,638.0923466 +85488,239.0151689,141.5982582,260.3647838,114.9921559,641.5678436 +85489,242.0754781,145.4983888,263.9111351,116.5488493,644.9969928 +85490,245.1328884,149.4285345,267.4054699,118.1080708,648.3825606 +85491,248.1849002,153.3932137,270.8547471,119.6696823,651.7271157 +85492,251.2358849,157.3913004,274.2657593,121.2177767,655.0330514 +85493,254.283008,161.4237713,277.6441891,122.7493525,658.3024695 +85494,257.3303628,165.4885372,280.9946716,124.2660865,661.5372387 +85495,260.3750308,169.5889571,284.3211442,125.7709483,664.7392902 +85496,263.4210845,173.7234468,287.6270303,127.2666257,667.9104359 +85497,266.4655202,177.8948531,290.9153764,128.7551903,671.0524383 +85498,269.5122845,182.1009876,294.1888948,130.2381978,674.1668465 +85499,272.5582447,186.34422,297.4500449,131.7168698,677.2551503 +85500,275.6071161,190.6220589,300.5959051,133.1921704,680.3183998 +85501,278.7491527,194.979078,303.7597045,134.7073435,683.5274875 +85502,288.9239498,202.5414198,313.9570092,139.3849368,700.0276625 +85503,302.6268895,211.6843965,327.7300746,145.6068829,723.2285107 +85504,316.3426911,220.8044397,341.5756188,151.7742629,746.6295231 +85505,328.3344151,229.256769,354.0330226,157.2437613,767.5623191 +85506,338.8326252,237.4216727,365.027991,162.0081723,785.7616228 +85507,348.1680099,245.301333,374.8302747,166.2128504,801.7212119 +85508,356.5966793,502.3449462,383.7079765,169.9946712,815.9453057 +85509,364.2962507,494.1437552,391.851044,173.4486295,828.7768098 +85510,371.3950661,496.0360307,399.3880241,176.6379428,840.4361041 +85511,377.9943036,541.7532053,406.4138067,179.6084264,851.0826728 +85512,384.1776976,568.5996724,413.005605,182.3966507,860.8479963 +85513,390.0156381,594.4708606,419.2293054,185.0332242,869.8475557 +85514,395.5684739,620.7238892,425.1413741,187.5438693,878.1830085 +85515,400.8893817,646.2439133,430.7898092,189.9500139,885.9430121 +85516,406.020783,671.7443291,436.2150448,192.2693404,893.2039744 +85517,410.9959987,697.4989306,441.4510248,194.5163913,900.0315793 +85518,415.8416603,722.4435043,446.5261945,196.7031087,906.4821196 +85519,420.5795983,748.0493331,451.4644279,198.8393208,912.6039999 +85520,425.2278606,772.9305884,456.2857548,200.9331157,918.4387585 +85521,429.8014816,797.7229522,461.0070135,202.991167,924.0221951 +85522,434.312916,823.2640259,465.6423445,205.0189761,929.3850559 +85523,438.7725442,847.4126904,470.2036506,207.0210919,934.5538955 +85524,443.1889531,872.3369356,474.7009349,209.0012696,939.5515285 +85525,447.5607204,896.5852566,479.142658,210.9626344,944.3978404 +85526,451.8765229,921.6329287,483.5359521,212.9077778,949.1099498 +85527,456.1325697,945.7415017,487.8868196,214.8388444,953.7025977 +85528,460.3333707,970.167918,492.2003015,216.7576044,958.1884179 +85529,464.4867689,994.4657146,496.4806816,218.6655429,962.5784702 +85530,468.6004844,1018.60141,500.731573,220.5638937,966.8822642 +85531,472.6810054,1034.968454,504.9560634,222.4537008,971.108181 +85532,476.6914722,1049.905385,509.1126584,224.3167019,975.2630522 +85533,480.6107328,1064.040738,513.1801467,226.1426961,979.3526006 +85534,484.4371937,1077.48825,517.1578,227.9325163,983.3818618 +85535,488.178399,1090.530482,521.0481862,229.6869,987.3554362 +85536,491.8434094,1102.926967,524.8606114,231.4089244,991.2773578 +85537,495.4399843,1114.994353,528.6014085,233.1020846,995.1512403 +85538,498.9742578,1126.472598,532.2766966,234.7692638,998.9801519 +85539,502.4511841,1137.676734,535.8918923,236.4126476,1002.766802 +85540,505.8748918,1148.325396,539.4514126,238.0339175,1006.513426 +85541,509.2489334,1158.697544,542.9588529,239.6344558,1010.222007 +85542,512.5763596,1168.704692,546.4171918,241.2154355,1013.894141 +85543,515.8598253,1178.24666,549.8290016,242.777884,1017.531274 +85544,519.101605,1187.54977,553.1965125,244.3226911,1021.134548 +85545,522.3036826,1196.528426,556.5217021,245.850641,1024.705023 +85546,525.4677651,1204.589139,559.806306,247.3624158,1073.123775 +85547,528.5953442,1213.669034,563.0518687,248.8586185,1191.929021 +85548,531.6877085,1221.261807,691.3738642,250.3397755,1135.183155 +85549,534.745977,1229.179243,670.4342598,251.8063505,1170.051891 +85550,537.7710732,1236.494084,681.227379,253.2587306,1183.567354 +85551,540.763777,1227.73686,697.7263086,254.6972488,1196.140986 +85552,543.5749321,1232.090233,710.1365788,256.1003506,1209.018143 +85553,546.2533981,1237.344841,722.0652592,296.4099556,1221.390089 +85554,548.8773203,1242.590477,734.1349086,307.3821811,1233.500045 +85555,551.4881056,1247.870576,745.825092,304.0898392,1245.805597 +85556,554.0967345,1252.888176,757.2795116,314.7179832,1257.281467 +85557,556.7012368,1257.833634,768.7693526,320.9111697,1269.092202 +85558,559.2971114,1262.454711,779.8680224,326.7763778,1280.777228 +85559,561.8790151,1266.954638,790.8461323,332.7303428,1291.667388 +85560,564.4472239,1271.35,801.6073439,338.3765281,1303.143182 +85561,624.6087459,1278.587679,819.6594142,347.2426529,1336.684686 +85562,684.5988322,1283.675312,832.7431011,353.8288961,1350.080363 +85563,660.4487819,1288.285245,844.909533,360.1525951,1363.295983 +85564,685.5308762,1292.776388,856.6906652,366.2374775,1375.648405 +85565,697.8861044,1296.969391,868.6139031,372.2352436,1387.828367 +85566,710.0190076,1300.861524,880.0770576,378.1165929,1399.530042 +85567,721.5660559,1304.66718,890.9757596,383.8196142,1411.449266 +85568,733.2078119,1308.233875,902.4713715,389.6141419,1422.73869 +85569,744.3601909,1311.56722,913.2378711,395.0839321,1434.020913 +85570,755.6212238,1314.859673,924.0437301,400.7234676,1445.095835 +85571,766.4855956,1317.848883,934.4797245,406.1028993,1455.807769 +85572,776.9072245,1320.711599,945.2637683,411.3915459,1466.892369 +85573,787.8456022,1323.39252,955.4369871,416.871907,1477.542655 +85574,798.0554882,1325.902765,965.6612915,421.8069663,1487.692944 +85575,808.4248992,1328.244969,975.7122249,427.1464391,1498.154413 +85576,818.2632875,1330.42166,985.6296663,432.1234275,1508.278377 +85577,828.5253476,1332.43548,995.212143,437.1319102,1518.298581 +85578,837.9521201,1334.288927,1005.209983,442.0542671,1528.183191 +85579,847.7776747,1336.041822,1014.366009,446.8191104,1537.672357 +85580,856.9155036,1337.49743,1024.002913,451.857479,1547.731284 +85581,866.7863509,1338.868605,1033.541242,456.2390263,1557.012883 +85582,875.2820144,1340.183296,1042.17804,461.0022267,1566.433511 +85583,884.9027285,1341.232919,1051.586769,465.7617611,1575.653875 +85584,893.3871322,1342.171939,1060.443957,470.0810719,1584.573909 +85585,902.360293,1342.988776,1069.152189,474.6049303,1593.777884 +85586,901.3092456,1325.198373,1077.843489,479.3581261,1602.671342 +85587,907.9456032,1322.783885,1086.89473,483.3415963,1611.128667 +85588,915.6277465,1321.610909,1095.033912,487.8820598,1619.719163 +85589,923.1779851,1320.614188,1103.706866,492.1633534,1628.289864 +85590,930.7165091,1319.664137,1111.939763,496.1694481,1636.654025 +85591,940.259939,1323.052418,1120.964692,500.8948369,1645.280042 +85592,949.388713,1327.127778,1129.747865,505.210938,1653.465376 +85593,958.8972398,1331.528906,1138.539475,509.6048061,1661.65611 +85594,977.7646938,1354.334968,1146.395773,513.7124312,1669.683689 +85595,988.9138115,1361.989198,1155.09531,517.72009,1677.702056 +85596,998.769605,1368.493711,1163.510458,522.2619501,1685.598412 +85597,1008.452835,1374.954442,1171.968137,526.3360006,1693.32174 +85598,1018.568411,1381.293215,1180.269993,530.5291281,1701.060908 +85599,1028.349484,1387.536394,1188.633118,534.6726066,1708.598374 +85600,1037.663628,1393.924251,1196.843214,538.7897191,1716.140323 +85601,1047.490706,1400.231481,1205.12189,542.8815219,1723.615468 +85602,1056.804543,1406.72832,1213.24748,546.8028025,1730.933481 +85603,1066.766962,1413.125052,1221.449198,551.0729435,1738.269283 +85604,1076.118355,1419.602757,1229.495668,554.9818716,1745.543134 +85605,1085.67992,1426.096881,1237.62662,559.1676646,1752.669577 +85606,1095.172139,1432.61384,1245.598237,562.8841172,1759.817628 +85607,1104.64031,1439.150277,1253.625309,566.9631068,1766.877276 +85608,1114.083669,1445.7032,1261.622111,570.8681536,1773.919323 +85609,1123.233923,1455.503112,1269.50083,574.7796822,1780.81644 +85610,1132.979577,1463.847548,1277.352873,578.4667691,1787.501858 +85611,1142.211755,1472.495571,1285.321172,582.6312316,1794.222266 +85612,1151.537385,1480.878004,1293.038461,586.3266462,1801.318193 +85613,1160.942013,1489.415792,1300.947113,590.2216629,1807.994001 +85614,1170.178548,1498.010041,1308.698756,594.0097025,1814.576937 +85615,1179.542084,1506.534321,1316.46767,597.8417282,1821.464313 +85616,1188.738265,1515.061328,1323.757595,601.5961507,1827.739823 +85617,1198.061977,1523.567509,1332.19665,605.3950871,1834.615141 +85618,1206.899212,1532.24409,1339.408914,609.1178343,1840.862267 +85619,1216.69684,1540.665854,1347.299976,612.8855867,1847.520305 +85620,1225.562804,1549.222973,1354.878771,616.5784394,1853.823753 +85621,1125.244753,1518.67511,1243.50155,566.3664944,1629.27758 +85622,1132.503698,1528.171201,1247.163405,568.3904926,1631.4994 +85623,1139.980637,1536.983837,1252.643661,571.1077537,1635.263594 +85624,1147.635149,1545.655094,1258.088032,573.8538499,1639.148083 +85625,1155.341117,1554.227263,1263.849522,576.6779822,1643.245963 +85626,1163.080361,1562.661735,1269.458396,579.3656283,1647.568248 +85627,1170.83684,1571.200642,1275.235586,582.500631,1651.959755 +85628,1178.600824,1579.53415,1281.142,585.2588956,1656.446121 +85629,1186.3679,1587.936136,1286.836121,588.1758434,1660.89071 +85630,1194.135106,1596.033827,1292.672229,591.0671441,1665.433733 +85631,1201.901375,1604.397063,1298.579979,593.9593556,1669.969018 +85632,1209.353918,1612.492341,1304.402776,596.8515688,1674.555837 +85633,1217.61485,1620.602123,1310.173689,599.7435496,1679.072823 +85634,1225.132608,1628.644175,1316.136689,602.6348992,1683.670873 +85635,1232.950598,1636.556073,1321.931013,605.5255191,1688.247278 +85636,1240.709245,1644.659131,1327.419141,608.4151449,1692.865266 +85637,1248.467419,1654.191563,1333.916088,611.3038142,1697.402819 +85638,1256.579598,1663.103357,1339.462336,614.1913317,1702.016627 +85639,1263.779292,1669.568604,1345.337223,617.0777216,1706.602033 +85640,1271.833558,1679.798923,1351.267562,619.9621176,1711.216508 +85641,1279.466146,1684.907344,1357.055211,622.6579913,1715.748505 +85642,1287.274873,1696.666222,1362.869876,625.8273913,1720.352886 +85643,1294.951682,1699.14363,1368.749481,628.5673011,1724.917489 +85644,1302.757424,1714.20171,1374.506074,631.4785566,1729.490443 +85645,1310.429878,1711.708637,1380.455862,634.3564489,1734.096065 +85646,1318.232464,1698.432913,1386.293713,637.1815779,1738.607154 +85647,1325.508759,1741.098114,1392.129952,640.0990827,1743.194926 +85648,1333.928823,1730.662682,1397.920214,642.9118652,1747.749008 +85649,1341.283078,1741.440624,1403.92542,645.8405607,1750.053076 +85650,1349.111215,1748.588625,1409.736039,648.6378981,1753.702815 +85651,1352.267475,1746.815562,1411.877882,649.918372,1756.27233 +85652,1354.517579,1743.610825,1413.309842,650.8819682,1759.293568 +85653,1356.458264,1739.662249,1414.432205,651.7276035,1762.228239 +85654,1358.068598,1734.845226,1415.177128,652.3265208,1765.145305 +85655,1359.429439,1729.47868,1415.728623,652.9037596,1768.069719 +85656,1360.563928,1723.544551,1416.060461,653.2961437,1770.970949 +85657,1361.481723,1717.182826,1416.196599,653.6608513,1773.871242 +85658,1362.199238,1710.078593,1416.145305,653.9050376,1776.779428 +85659,1362.722024,1702.893243,1415.917025,654.0553165,1779.580639 +85660,1363.059106,1695.064032,1415.514708,654.1200636,1782.433925 +85661,1363.217919,1712.210053,1415.066787,654.1028864,1785.227854 +85662,1363.202071,1642.027807,1414.234964,654.0050873,1787.990522 +85663,1363.017,1712.444797,1413.41582,653.8288604,1790.713393 +85664,1362.670434,1619.983694,1412.414375,653.5774218,1793.398631 +85665,1362.163937,1680.506968,1411.135439,653.2516453,1796.038285 +85666,1361.502438,1619.548915,1409.809589,652.8534617,1798.240371 +85667,1360.690483,1639.147541,1408.299706,652.3846914,1801.430886 +85668,1359.730334,1618.754478,1406.61003,651.8466341,1803.572438 +85669,1358.626273,1609.786613,1404.897174,651.2409907,1806.109353 +85670,1357.380247,1599.018708,1402.94877,650.5689021,1808.495055 +85671,1355.995805,1588.000355,1400.908461,649.8318447,1810.832895 +85672,1354.474978,1576.521225,1398.731816,649.0308796,1813.115817 +85673,1352.820935,1565.152786,1396.428505,648.1673071,1815.303909 +85674,1350.99195,1553.448783,1394.045734,647.2421082,1817.537874 +85675,1349.140285,1541.452997,1391.429195,646.2564949,1819.624462 +85676,1347.066692,1529.409044,1388.791081,645.2112513,1821.690739 +85677,1344.904623,1517.133129,1385.996311,644.107546,1823.694665 +85678,1342.612095,1504.704633,1383.091959,642.9460711,1825.64153 +85679,1340.196944,1492.116463,1380.073751,641.7279254,1827.573115 +85680,1337.660515,1479.448034,1376.897448,640.4536772,1829.344241 +85681,1093.153527,1356.134079,1132.260633,529.7830286,1393.863022 +85682,1084.746867,1340.282958,1122.619495,525.5198426,1388.710972 +85683,1078.044744,1324.984218,1115.779191,522.4122434,1385.19483 +85684,1059.684075,1296.362314,1110.647367,520.1216238,1382.592878 +85685,1052.470598,1279.439433,1104.635323,517.4214378,1380.423403 +85686,1045.438513,1263.426892,1098.52545,514.8634676,1378.623696 +85687,1039.225745,1247.585008,1092.415446,511.9528936,1377.029813 +85688,1032.900648,1232.115916,1086.361012,509.3435184,1375.565437 +85689,1026.650142,1216.418679,1080.21651,506.4527298,1374.184612 +85690,1020.407336,1200.919022,1074.031686,503.9131194,1372.862169 +85691,1013.885566,1185.873301,1067.871816,501.0444812,1371.582342 +85692,1008.066783,1169.686954,1061.866927,498.2719635,1370.334357 +85693,1001.718978,1157.744753,1055.207674,495.4522013,1369.112121 +85694,995.5655809,1145.427659,1049.041708,492.6061663,1367.908956 +85695,989.3365423,1132.93753,1042.587143,489.7335794,1366.722671 +85696,983.3075896,1120.493652,1036.185553,486.9630976,1365.547983 +85697,976.6462075,1108.15987,1029.648572,483.8517568,1364.384822 +85698,970.4506031,1095.681204,1023.149358,480.9871241,1363.228254 +85699,958.5693951,1076.088931,1022.41617,480.5202598,1362.137643 +85700,951.4936813,1062.674395,1016.915043,478.0059915,1360.936926 +85701,944.640073,1049.889051,1010.816289,475.226343,1359.791297 +85702,937.8240932,1037.24233,1004.181504,472.3464811,1358.647128 +85703,931.2175618,1024.599431,998.0537468,469.406898,1357.505926 +85704,923.8235815,1012.15522,991.2002507,466.420457,1356.361983 +85705,917.3744426,999.6364602,984.6294142,463.273084,1355.026979 +85706,901.8407695,980.1231571,978.8332313,460.9018192,1354.2209 +85707,894.0486839,966.8635323,972.1703053,457.6091915,1352.861832 +85708,886.1334047,954.0445467,965.2576175,454.6017783,1351.727321 +85709,874.8218855,937.4661998,960.848772,452.4814378,1350.555776 +85710,866.6082639,924.4435954,954.5314831,449.473522,1349.371491 +85711,864.485595,917.4406841,953.9471291,449.1460778,1348.189569 +85712,864.1379914,911.805784,955.0265154,449.4471295,1347.024191 +85713,863.4540593,906.5497235,956.6773002,449.8122229,1345.860311 +85714,868.0717231,905.7520805,955.3935373,449.216538,1344.694011 +85715,869.0413695,901.9524925,957.1964841,449.8036178,1343.531705 +85716,870.0381984,898.2238019,959.0804972,450.4442613,1342.367208 +85717,871.2040414,894.6101727,961.5955445,451.408757,1341.210193 +85718,872.5508616,891.2412228,964.0133487,452.3063934,1340.062635 +85719,874.0751156,888.0770894,966.9911801,453.3805578,1338.934095 +85720,875.7678305,885.1142363,969.8345086,454.7806411,1337.826235 +85721,877.4372553,882.3083508,973.2098694,455.9013536,1336.748422 +85722,879.7354564,879.7698527,976.6758356,457.2970059,1335.70088 +85723,881.75348,877.3272144,980.0211739,458.839014,1334.692153 +85724,884.083485,875.076361,983.7896062,460.2963217,1333.721063 +85725,896.2762806,879.3259332,985.8633451,461.2270321,1332.859149 +85726,899.6738796,878.3861412,989.7778939,462.8571826,1331.943139 +85727,903.0764415,877.1029198,993.6073898,464.4446933,1331.115491 +85728,906.7695119,875.8077135,997.8617921,466.2946509,1330.33599 +85729,910.0773179,874.5696753,1002.013527,467.9136247,1329.61102 +85730,913.6403499,873.4032048,1006.562289,470.0881637,1328.936945 +85731,917.2486297,872.3149702,1010.641669,471.8672669,1328.321137 +85732,920.9380821,871.3050873,1015.910934,473.999754,1327.758815 +85733,924.7128303,870.3730213,1020.250604,475.9877597,1327.256214 +85734,928.5712509,869.5154425,1025.376095,478.213186,1326.807547 +85735,932.2916073,868.7302387,1030.131283,480.4380984,1326.418318 +85736,936.6712815,868.0134635,1035.413571,482.5692311,1326.082307 +85737,940.6131669,867.3628347,1040.363058,484.7303646,1325.804603 +85738,944.8605459,866.7778771,1045.843555,487.3476539,1325.384672 +85739,949.3906581,866.2508468,1050.979092,489.5444483,1325.566942 +85740,953.371506,865.7785104,1056.626862,492.0871644,1325.28889 +85741,1193.842374,972.3232951,1297.217,601.1984125,1751.63421 +85742,1202.418204,973.4322736,1307.231462,605.8813999,1756.153271 +85743,1209.649684,974.6746003,1315.534806,609.61282,1760.040478 +85744,1216.465961,975.4637383,1323.136467,613.1713476,1763.248946 +85745,1223.024869,976.0963858,1331.069126,616.8015121,1765.985876 +85746,1230.133647,976.7642649,1338.408267,620.2007229,1768.522276 +85747,1236.323609,977.3754338,1346.069122,623.7636004,1770.903663 +85748,1243.237001,977.9877975,1353.329041,626.9133483,1773.143805 +85749,1249.631438,978.5007007,1360.981365,630.8256194,1775.49842 +85750,1256.29942,979.2140983,1368.084225,634.0363302,1777.566198 +85751,1262.882599,979.7539716,1375.80089,637.6524498,1779.71765 +85752,1269.865089,980.4831067,1383.041384,641.0182997,1781.915316 +85753,1276.40438,981.0428935,1390.661584,644.5950067,1783.986201 +85754,1283.192857,981.7830681,1397.914373,648.0022621,1786.136546 +85755,1290.058773,982.4012735,1405.628816,651.8338375,1788.085347 +85756,1296.878723,982.9787309,1412.963858,654.90063,1790.268208 +85757,1304.093976,983.7802714,1420.493291,658.7116253,1792.278916 +85758,1310.872623,984.3695398,1427.952907,662.0813374,1794.281844 +85759,1317.953586,985.0188228,1435.518653,665.7515114,1796.404346 +85760,1324.953624,985.6849448,1443.020395,669.1706187,1798.448844 +85761,1332.180686,986.3555255,1450.577109,672.8567148,1800.403936 +85762,1339.295732,987.0256332,1457.9411,676.2893338,1802.413223 +85763,1346.588363,987.6933237,1465.706103,679.9894887,1804.506476 +85764,1353.940748,988.3568559,1473.099583,683.4336926,1806.480672 +85765,1361.232983,989.0153191,1480.662729,686.8700234,1808.50191 +85766,1378.439145,992.0624952,1483.289001,688.7187564,1810.512977 +85767,1388.553401,992.9041029,1489.917236,691.6867663,1812.529323 +85768,1398.438669,993.6793754,1497.283135,695.2841208,1814.539736 +85769,1408.212357,994.369258,1504.659016,698.7318218,1816.550009 +85770,1418.291077,995.0337105,1512.128541,702.3239344,1818.519488 +85771,1425.879149,994.1274495,1518.839391,704.5049519,1820.552364 +85772,1433.876496,992.8760499,1520.924148,706.4363741,1822.63245 +85773,1441.335673,991.461965,1526.669054,708.2919593,1824.488855 +85774,1449.06036,989.9086074,1527.100215,710.0494335,1826.459966 +85775,1456.644767,988.2441831,1534.862642,711.769774,1831.003469 +85776,1464.602593,986.482176,1531.450259,713.3510667,1831.7023 +85777,1472.162094,984.6314987,1544.071333,714.9375577,1835.410082 +85778,1480.242305,982.6989029,1532.770384,716.4409363,1835.321504 +85779,1487.468865,980.6898824,1527.7463,717.8946038,1840.80931 +85780,1496.501728,978.6094466,1552.975759,719.3262154,1838.067611 +85781,1504.164789,976.4621742,1543.169687,720.6330064,1847.315514 +85782,1512.619841,974.2521742,1548.362801,721.9582582,1838.816428 +85783,1520.774798,971.983368,1550.478192,723.2103932,1825.381831 +85784,1529.172945,969.6595754,1552.577831,724.4218564,1858.345981 +85785,1537.765756,967.2846499,1554.683098,725.5895772,1844.501872 +85786,1546.332218,964.8621143,1556.6269,726.7449448,1849.910642 +85787,1555.052296,962.3954522,1558.37172,727.7829856,1851.707355 +85788,1563.788056,959.8880528,1560.169676,728.8476532,1853.546445 +85789,1572.852582,957.300118,1561.823536,729.8461199,1855.534687 +85790,1581.692163,954.7845501,1563.40483,730.8104735,1857.193915 +85791,1604.256627,952.5769757,1562.894705,730.8714131,1859.118407 +85792,1615.846828,949.9917432,1563.980345,731.6514849,1860.904968 +85793,1626.503298,947.3207893,1565.221826,732.4078549,1862.735297 +85794,1637.047969,944.6101574,1566.451564,733.2259646,1864.316104 +85795,1647.842076,941.8701956,1567.636706,733.9946219,1866.197563 +85796,1658.336729,939.1076402,1568.765404,734.7419671,1867.917872 +85797,1669.06189,936.327168,1569.832737,735.461442,1869.515701 +85798,1679.958956,933.533305,1570.905242,736.1526483,1871.25047 +85799,1690.796901,930.7297221,1571.74408,736.8151705,1872.905575 +85800,1701.781407,927.9204607,1572.672833,737.4815046,1874.559393 +85801,1759.526131,947.8520276,1620.172916,760.789495,1957.432246 +85802,1773.359608,946.3265234,1623.557613,762.6719248,1962.823689 +85803,1786.121273,944.2309048,1626.015163,764.0309891,1967.232452 +85804,1798.715292,942.1097502,1627.874974,765.1940381,1971.226822 +85805,1811.184279,939.8456416,1629.508244,766.2247227,1974.913234 +85806,1823.60696,937.7736071,1630.913954,767.1557381,1978.384069 +85807,1836.017497,935.995407,1632.151073,768.0094373,1981.6993 +85808,1848.37539,934.2576051,1633.251444,768.8003964,1984.899781 +85809,1861.069046,932.551936,1634.232186,769.5365526,1988.006914 +85810,1873.416111,930.8795692,1635.104117,770.2228587,1991.036127 +85811,1886.002535,929.2425093,1635.873242,770.8620172,1993.995083 +85812,1898.783186,927.6438953,1636.544644,771.4906445,1996.891653 +85813,1911.449928,926.0867626,1637.121301,771.990485,1999.729264 +85814,1924.269491,924.5657131,1637.606919,776.4849943,2002.514429 +85815,1937.152559,923.0521298,1638.004943,778.1159789,2005.328001 +85816,1950.10616,921.5366186,1638.315908,779.5182392,2007.897731 +85817,1963.143687,919.9737219,1638.541032,780.8836458,2010.596565 +85818,1986.107827,920.5676414,1643.557402,784.609812,2013.188336 +85819,2007.275411,919.4099675,1644.507779,786.3734423,2015.766026 +85820,2011.728529,918.068377,1644.973024,787.9917269,2018.220215 +85821,2041.868377,916.6527306,1645.039836,789.6242703,2020.834581 +85822,2034.780812,915.1981344,1645.132214,791.171697,2023.238048 +85823,2035.429914,913.7170405,1645.04608,792.808447,2025.680753 +85824,2084.291308,912.2527288,1644.869591,794.4307377,2028.160648 +85825,2080.904771,910.6679854,1644.601893,796.0811745,2030.415225 +85826,2099.332405,909.1547483,1644.246448,797.7919467,2032.828598 +85827,2113.919074,907.58731,1643.730689,799.4380998,2035.145779 +85828,2128.676703,906.0079797,1643.315245,801.3012185,2037.376035 +85829,2143.439054,904.4105681,1642.72694,802.9786711,2039.86351 +85830,2158.417342,902.7951822,1641.935049,804.8928042,2041.945564 +85831,2171.250531,901.2561048,1641.439257,806.6439719,2044.264537 +85832,2184.410748,899.7226252,1640.852827,808.6980363,2046.478072 +85833,2197.103301,898.1851099,1640.232015,810.6788967,2055.696092 +85834,2210.155554,896.683911,1639.562463,812.7287032,2043.969591 +85835,2222.506259,895.0713532,1638.842431,814.7195149,2052.398333 +85836,2235.728742,893.5459372,1638.068499,816.8301527,2056.947917 +85837,2248.019901,891.9747805,1637.24736,818.9798212,2056.658669 +85838,2260.943145,890.4043557,1636.37568,820.6982061,2059.427953 +85839,2273.432972,888.8260667,1635.454582,823.4905786,2061.528508 +85840,2286.330238,887.2408128,1634.485388,825.3948638,2063.603886 +85841,2298.51672,885.6908958,1633.544683,827.8162756,2065.669896 +85842,2311.525443,884.0269912,1632.285593,829.9897561,2067.802476 +85843,2323.98427,882.4504149,1631.348251,832.4231919,2069.691174 +85844,2336.431719,880.8294872,1630.123327,834.7620012,2071.774266 +85845,2349.243048,879.2079569,1628.932631,837.1814825,2073.761349 +85846,2361.672056,877.5793105,1627.686165,839.6323321,2075.730298 +85847,2391.344775,875.9433372,1626.473214,842.0815357,2077.702389 +85848,2373.706631,874.3448198,1625.017562,844.7113649,2079.652663 +85849,2393.496897,872.6299609,1623.617812,847.1445815,2081.670683 +85850,2418.229521,871.0036447,1622.305253,849.8515271,2083.364339 +85851,2422.777068,869.3338239,1620.783426,852.4598602,2096.403767 +85852,2437.494146,867.6639269,1619.291282,855.1517586,2070.61571 +85853,2449.725605,865.9867005,1617.827452,857.8330376,2097.30968 +85854,2462.934436,864.3026779,1616.113675,860.6675519,2089.285562 +85855,2475.13016,862.6571549,1614.547128,863.4830491,2092.859196 +85856,2498.51114,860.8936018,1612.866136,866.2275926,2094.731814 +85857,2505.877523,859.2213898,1611.077579,869.2138192,2096.547633 +85858,2489.644268,857.5057278,1609.453176,872.1021941,2098.365305 +85859,2539.358227,855.7875764,1607.607222,875.0770137,2109.669995 +85860,2535.309042,854.0641626,1605.876946,878.0401747,2087.974972 +85861,2473.864468,819.2136081,1527.116875,847.9546904,1966.506696 +85862,2486.051157,817.144519,1524.693587,850.7045649,1959.89671 +85863,2497.787965,815.2988075,1522.264939,853.6978809,1961.987859 +85864,2509.975525,813.3953399,1520.121195,856.6272018,1963.102243 +85865,2521.894746,811.4992588,1517.816759,859.7159407,1964.224407 +85866,2534.227631,809.7068957,1515.565351,862.7698755,1965.358264 +85867,2545.929406,807.8244205,1513.361504,865.9894762,1966.503029 +85868,2558.229169,805.976617,1510.940601,869.1525043,1967.653003 +85869,2570.256193,804.1208054,1508.66433,872.397508,1968.804281 +85870,2598.123443,802.2617553,1506.294198,875.6774176,1970.039016 +85871,2574.831689,800.4008536,1503.831997,878.9977052,1971.053219 +85872,2611.191738,798.5350682,1501.532971,882.3582207,1972.263083 +85873,2629.911828,796.6658616,1499.036094,885.7599472,1973.391122 +85874,2629.599792,794.7936023,1496.578048,889.154935,1974.526284 +85875,2625.31399,792.9175508,1494.080375,892.7525267,1975.662708 +85876,2671.836655,791.076661,1491.629471,896.1171856,1976.791994 +85877,2672.180285,792.7468435,1497.452254,900.1385869,1985.66752 +85878,2640.346055,791.505273,1496.294923,903.7470585,1973.604166 +85879,2720.247773,789.92539,1494.357937,907.4114413,1976.145914 +85880,2681.171091,788.3128801,1492.210622,911.0509896,1984.809132 +85881,2710.007834,786.5504204,1489.955607,914.8990522,1981.343131 +85882,2719.277294,784.8453474,1487.609089,918.4897911,1991.986657 +85883,2730.406304,783.1272375,1485.197566,922.3503762,1987.08445 +85884,2748.937629,781.2879644,1482.731232,926.2598525,1968.493164 +85885,2749.646004,779.5748618,1480.294259,929.9567095,2006.527106 +85886,2766.20249,777.7082361,1477.603285,934.0226273,1987.576421 +85887,2777.262545,775.9192805,1475.048652,937.7595672,1970.131887 +85888,2788.740794,774.0360374,1472.373513,941.8477219,2012.1607 +85889,2799.797067,772.2549121,1469.580833,945.784232,1971.560688 +85890,2818.506822,770.3648335,1466.953811,949.8095788,2009.38211 +85891,2819.687116,768.9513249,1465.148898,954.1123357,1977.7971 +85892,2833.364078,767.6165301,1463.600245,958.4971793,2009.125871 +85893,2844.142422,766.3225058,1462.115856,962.9370856,1981.6959 +85894,2854.151651,765.0570387,1460.677383,967.4243911,2011.631234 +85895,2865.464628,763.7709766,1459.273277,971.954642,1982.498987 +85896,2874.522893,762.6128079,1457.895861,976.5241412,2018.139404 +85897,2885.225702,761.3794354,1456.542926,981.1305468,1978.791005 +85898,2895.432511,760.1997614,1455.21067,985.7713173,2011.104183 +85899,2912.102323,759.030749,1453.896771,990.4447601,1998.384502 +85900,2906.331927,757.8761221,1452.603499,995.0900643,2009.363959 +85901,2934.017942,756.7370771,1451.325124,999.9116825,2013.387531 +85902,2933.587972,755.5698089,1450.062884,1004.606339,1981.257011 +85903,2950.209254,754.5196085,1448.814937,1009.385279,2031.609219 +85904,2973.614308,753.3924641,1447.581037,1014.163126,1984.397006 +85905,2979.184764,752.3129957,1446.360178,1019.060365,2022.387864 +85906,2993.786949,751.2389497,1445.150841,1023.840995,2017.015993 +85907,3008.321709,750.1772088,1443.953678,1028.786315,1987.561472 +85908,3028.023994,749.0852452,1442.686219,1033.605528,2029.13891 +85909,3034.314763,748.1050124,1441.626836,1038.583726,2008.763932 +85910,3047.435621,747.0467767,1440.483572,1043.436267,2019.78595 +85911,3067.084849,746.033826,1439.220714,1048.440843,1996.948997 +85912,3074.2604,745.0243397,1438.127257,1053.320066,2042.386982 +85913,3101.191293,740.6130888,1429.052834,1059.300298,2005.965615 +85914,3108.605844,739.0810669,1426.534373,1064.427208,2001.980829 +85915,3117.754858,737.7399853,1424.827083,1069.642938,2043.467317 +85916,3127.909038,736.5145251,1423.118934,1074.971351,1995.085763 +85917,3133.70255,735.3300328,1421.567159,1082.252439,2044.26175 +85918,3138.238288,734.1757989,1420.135333,1084.43062,1998.863899 +85919,3142.175651,733.0449292,1418.549343,1094.369852,2051.09696 +85920,3145.781783,731.8933547,1417.161596,1093.50315,1993.007422 +85921,3152.773527,664.5735228,1262.758356,1028.824292,1752.914904 +85922,3066.603795,663.0746891,1259.848114,1042.774218,1739.328843 +85923,3050.101047,661.5448927,1257.940418,1042.979644,1739.673436 +85924,3094.64032,660.2261986,1255.776295,1048.892292,1742.553399 +85925,3097.428202,658.9311707,1254.086002,1054.172099,1735.069114 +85926,3112.582153,657.6714556,1252.241812,1059.02725,1752.197941 +85927,3118.536677,656.4382104,1250.513453,1064.2278,1722.872322 +85928,3133.862574,655.2261457,1248.811862,1069.228359,1751.727055 +85929,3140.675659,653.9986372,1247.141493,1074.386825,1749.246466 +85930,3148.946225,652.8729999,1245.497646,1079.404283,1731.25488 +85931,3156.976548,651.6887919,1243.811243,1085.527478,1765.659587 +85932,3161.878899,650.5486236,1242.312893,1090.695052,1721.931726 +85933,3166.317743,649.4177638,1258.828884,1095.97309,1775.704906 +85934,3170.827253,648.3001211,1211.949211,1101.197638,1717.192427 +85935,3174.937312,647.1956438,1250.777666,1106.424418,1761.809064 +85936,3178.696434,646.0696818,1244.714236,1112.003157,1749.015326 +85937,3182.38824,645.0408895,1217.664164,1116.720005,1748.505964 +85938,3186.027374,643.9493099,1257.873728,1122.650813,1755.650974 +85939,3189.665437,642.8992743,1204.707508,1126.845058,1744.292272 +85940,3193.20134,641.8549573,1260.373971,1133.70265,1772.072612 +85941,3196.838493,640.8219507,1199.110052,1115.893267,1730.398358 +85942,3200.484956,639.7994287,1256.990867,1151.143514,1766.026875 +85943,3203.912788,638.788215,1198.107716,1142.036928,1765.455417 +85944,3207.342298,637.7868796,1250.803548,1149.892826,1739.166528 +85945,3210.829285,636.7960049,1199.149874,1154.932941,1766.69227 +85946,3214.168889,635.814835,1243.452875,1159.945163,1774.754658 +85947,3217.567603,634.8433957,1201.082516,1164.776859,1733.389473 +85948,3221.018085,633.8810323,1235.747106,1169.738954,1774.060617 +85949,3224.365238,632.9284001,1203.262978,1174.55568,1759.343307 +85950,3227.677536,631.9844396,1228.02314,1179.52934,1763.193398 +85951,3230.984411,630.9716765,1205.403301,1183.85565,1764.189238 +85952,3234.154261,630.0400971,1219.929315,1187.971048,1765.227734 +85953,3237.115243,629.040197,1207.632729,1192.142083,1766.268271 +85954,3239.87124,628.0747192,1212.471784,1196.181236,1767.394119 +85955,3242.442988,627.1100295,1208.9246,1200.161433,1768.307823 +85956,3244.865513,626.1514881,1207.897135,1204.142735,1769.413706 +85957,3247.167889,625.1991538,1206.501006,1207.816459,1770.444795 +85958,3249.356672,624.5805075,1205.107036,1211.749622,1771.486486 +85959,3251.439561,623.1609185,1203.718233,1215.401768,1772.527005 +85960,3253.426092,622.4555074,1202.397751,1219.056746,1773.563974 +85961,3255.321051,621.4788202,1200.927266,1222.633318,1774.597321 +85962,3257.12705,620.5547387,1199.600397,1226.210119,1775.625404 +85963,3258.845789,619.6374868,1198.224879,1229.540969,1776.648136 +85964,3260.477842,618.7255367,1196.864256,1232.956617,1777.663959 +85965,3262.022962,617.8188893,1195.509387,1236.238318,1778.672843 +85966,3263.480745,616.9172702,1194.159767,1239.456569,1779.673312 +85967,3264.852224,616.0206335,1192.815543,1242.52726,1780.665394 +85968,3266.136759,615.1287091,1191.476315,1245.702575,1781.647686 +85969,3267.332038,614.2092507,1190.142217,1248.712283,1782.620259 +85970,3268.437276,613.3736102,1188.812835,1251.522152,1783.581657 +85971,3269.451817,612.4725004,1187.488277,1254.402102,1784.532438 +85972,3270.368061,611.6028123,1186.16811,1257.134274,1785.557883 +85973,3271.19369,610.7324538,1184.852427,1259.791779,1786.350063 +85974,3271.923586,609.8657063,1183.540781,1262.361829,1787.32717 +85975,3272.564188,609.0026116,1182.233241,1264.841927,1788.126658 +85976,3273.107025,608.1428861,1180.929344,1267.229557,1789.144612 +85977,3273.549038,607.2864528,1179.629133,1269.52226,1789.952176 +85978,3273.890141,606.4330263,1178.332132,1271.717198,1790.821373 +85979,3274.129605,605.5825181,1177.038352,1273.811572,1791.662535 +85980,3274.265437,604.7346333,1175.747296,1275.875966,1792.486912 +85981,1918.429705,603.3914348,867.0076455,1291.91518,1811.484142 +85982,2036.228963,734.153251,906.3476254,1401.02069,2148.825351 +85983,2191.939142,731.9436809,957.0856097,1423.644439,2244.153299 +85984,2311.257862,730.1934023,993.5986006,1420.228431,2303.648877 +85985,2382.149624,728.358303,1013.617146,1422.506451,2326.648465 +85986,2427.453069,727.5074514,1025.754642,1421.029442,2335.607438 +85987,2459.102235,726.2783345,1033.939765,1435.297056,2338.791626 +85988,2483.136851,725.0658571,1040.063833,1424.738302,2339.942165 +85989,2502.372699,723.975747,1044.983663,1442.286653,2340.427042 +85990,2518.128606,722.7917764,1049.076593,1435.231881,2340.705667 +85991,2531.154217,721.6487964,1052.535129,1441.572056,2340.937376 +85992,2541.925195,720.5161536,1055.455379,1443.866987,2341.126552 +85993,2550.879199,719.3964396,1057.933553,1446.3387,2341.312689 +85994,2558.379372,718.2880818,1060.050138,1449.131625,2341.525269 +85995,2564.685607,717.190906,1061.856862,1451.511023,2341.751431 +85996,2570.011057,716.1044508,1063.399897,1453.92996,2341.98629 +85997,2574.522035,715.0282718,1064.718761,1456.290796,2342.227803 +85998,2578.346079,713.9614768,1065.846786,1458.468989,2342.475001 +85999,2581.5886,712.9033227,1066.811956,1460.511713,2342.727334 +86000,2584.338406,711.8527082,1067.63774,1462.720927,2342.984398 +86001,2586.669013,710.8086898,1068.343843,1464.566849,2343.245874 +86002,2588.640035,709.770034,1068.946813,1466.418116,2343.511463 +86003,2590.299172,708.7356992,1069.460527,1468.147489,2343.780804 +86004,2591.684444,707.7043961,1069.896642,1469.804876,2344.053498 +86005,2592.826271,706.6750468,1070.264958,1471.283965,2344.329118 +86006,2593.74876,705.6612617,1070.57373,1472.665287,2344.804711 +86007,2594.470921,704.6371812,1070.829573,1473.794231,2345.081078 +86008,2595.008307,703.6106914,1071.038401,1474.940572,2345.355164 +86009,2595.366674,702.5804897,1071.205384,1476.006873,2345.62942 +86010,2595.563055,701.5018316,1071.334838,1476.878389,2345.904839 +86011,2595.600721,699.9577438,1071.430448,1475.394077,2346.181531 +86012,2595.324869,698.2006114,1071.47307,1473.403925,2346.46105 +86013,2594.645213,696.4229159,1071.451794,1470.856998,2346.741805 +86014,2593.554081,694.5921721,1071.363203,1468.194306,2347.021666 +86015,2592.085023,692.7224685,1071.212712,1465.196959,2347.299039 +86016,2590.279572,690.817294,1071.004599,1461.892192,2347.572906 +86017,2588.173518,688.8604123,1070.745656,1458.412656,2347.842496 +86018,2585.791354,686.8847594,1070.438393,1454.454541,2348.107543 +86019,2583.155521,684.8804225,1070.0881,1450.507877,2348.36702 +86020,2580.285436,682.8457836,1069.696752,1446.15057,2348.619895 +86021,2577.197025,680.7821594,1069.268725,1441.772979,2348.865228 +86022,2573.903401,678.6457119,1068.805069,1436.817775,2349.102201 +86023,2570.41566,676.5891072,1068.309391,1431.921324,2349.329953 +86024,2566.743907,674.4075915,1067.78233,1422.119041,2349.548126 +86025,2562.89604,672.237881,1067.22679,1423.265584,2349.755351 +86026,2558.879189,670.0335899,1066.642637,1414.534259,2349.95043 +86027,2554.700684,667.8029145,1066.032915,1409.157021,2350.133123 +86028,2550.36629,665.5454317,1065.397173,1395.357098,2350.302222 +86029,2545.880952,663.2624331,1064.737656,1408.476072,2350.456304 +86030,2541.249642,660.9534072,1064.053717,1373.067257,2350.594281 +86031,2536.47798,658.5777859,1063.348001,1390.554738,2350.716153 +86032,2531.571563,656.2808149,1062.620254,1374.729885,2350.822173 +86033,2526.534887,653.8670426,1061.872621,1367.30633,2350.911596 +86034,2521.372825,651.466321,1061.104479,1371.789965,2350.984185 +86035,2516.089977,649.0357122,1060.317933,1350.792579,2351.039426 +86036,2510.690865,646.5809618,1059.512062,1347.643107,2351.076685 +86037,2505.008073,644.1017938,1058.688943,1332.464133,2351.095647 +86038,2498.899576,641.5977529,1057.862251,1333.883122,2351.129188 +86039,2492.279028,639.029729,1057.020076,1318.44881,2351.145196 +86040,2485.150831,636.5380818,1056.150038,1326.664872,2351.117219 +86041,0,0,0,0,0 +86042,0,0,0,0,0 +86043,0,0,0,0,0 +86044,0,0,0,0,0 +86045,0,0,0,0,0 +86046,0,0,0,0,0 +86047,0,0,0,0,0 +86048,0,0,0,0,0 +86049,0,0,0,0,0 +86050,0,0,0,0,0 +86051,0,0,0,0,0 +86052,0,0,0,0,0 +86053,0,0,0,0,0 +86054,0,0,0,0,0 +86055,0,0,0,0,0 +86056,0,0,0,0,0 +86057,0,0,0,0,0 +86058,0,0,0,0,0 +86059,0,0,0,0,0 +86060,0,0,0,0,0 +86061,0,0,0,0,0 +86062,0,0,0,0,0 +86063,0,0,0,0,0 +86064,0,0,0,0,0 +86065,0,0,0,0,0 +86066,0,0,0,0,0 +86067,0,0,0,0,0 +86068,0,0,0,0,0 +86069,0,0,0,0,0 +86070,0,0,0,0,0 +86071,0,0,0,0,0 +86072,0,0,0,0,0 +86073,0,0,0,0,0 +86074,0,0,0,0,0 +86075,0,0,0,0,0 +86076,0,0,0,0,0 +86077,0,0,0,0,0 +86078,0,0,0,0,0 +86079,0,0,0,0,0 +86080,0,0,0,0,0 +86081,0,0,0,0,0 +86082,0,0,0,0,0 +86083,0,0,0,0,0 +86084,0,0,0,0,0 +86085,0,0,0,0,0 +86086,0,0,0,0,0 +86087,0,0,0,0,0 +86088,0,0,0,0,0 +86089,0,0,0,0,0 +86090,0,0,0,0,0 +86091,0,0,0,0,0 +86092,0,0,0,0,0 +86093,0,0,0,0,0 +86094,0,0,0,0,0 +86095,0,0,0,0,0 +86096,0,0,0,0,0 +86097,0,0,0,0,0 +86098,0,0,0,0,0 +86099,0,0,0,0,0 +86100,0,0,0,0,0 +86101,0,0,0,0,0 +86102,0,0,0,0,0 +86103,0,0,0,0,0 +86104,0,0,0,0,0 +86105,0,0,0,0,0 +86106,0,0,0,0,0 +86107,0,0,0,0,0 +86108,0,0,0,0,0 +86109,0,0,0,0,0 +86110,0,0,0,0,0 +86111,0,0,0,0,0 +86112,0,0,0,0,0 +86113,0,0,0,0,0 +86114,0,0,0,0,0 +86115,0,0,0,0,0 +86116,0,0,0,0,0 +86117,0,0,0,0,0 +86118,0,0,0,0,0 +86119,0,0,0,0,0 +86120,0,0,0,0,0 +86121,0,0,0,0,0 +86122,0,0,0,0,0 +86123,0,0,0,0,0 +86124,0,0,0,0,0 +86125,0,0,0,0,0 +86126,0,0,0,0,0 +86127,0,0,0,0,0 +86128,0,0,0,0,0 +86129,0,0,0,0,0 +86130,0,0,0,0,0 +86131,0,0,0,0,0 +86132,0,0,0,0,0 +86133,0,0,0,0,0 +86134,0,0,0,0,0 +86135,0,0,0,0,0 +86136,0,0,0,0,0 +86137,0,0,0,0,0 +86138,0,0,0,0,0 +86139,0,0,0,0,0 +86140,0,0,0,0,0 +86141,0,0,0,0,0 +86142,0,0,0,0,0 +86143,0,0,0,0,0 +86144,0,0,0,0,0 +86145,0,0,0,0,0 +86146,0,0,0,0,0 +86147,0,0,0,0,0 +86148,0,0,0,0,0 +86149,0,0,0,0,0 +86150,0,0,0,0,0 +86151,0,0,0,0,0 +86152,0,0,0,0,0 +86153,0,0,0,0,0 +86154,0,0,0,0,0 +86155,0,0,0,0,0 +86156,0,0,0,0,0 +86157,0,0,0,0,0 +86158,0,0,0,0,0 +86159,0,0,0,0,0 +86160,0,0,0,0,0 +86161,0,0,0,0,0 +86162,0,0,0,0,0 +86163,0,0,0,0,0 +86164,0,0,0,0,0 +86165,0,0,0,0,0 +86166,0,0,0,0,0 +86167,0,0,0,0,0 +86168,0,0,0,0,0 +86169,0,0,0,0,0 +86170,0,0,0,0,0 +86171,0,0,0,0,0 +86172,0,0,0,0,0 +86173,0,0,0,0,0 +86174,0,0,0,0,0 +86175,0,0,0,0,0 +86176,0,0,0,0,0 +86177,0,0,0,0,0 +86178,0,0,0,0,0 +86179,0,0,0,0,0 +86180,0,0,0,0,0 +86181,0,0,0,0,0 +86182,0,0,0,0,0 +86183,0,0,0,0,0 +86184,0,0,0,0,0 +86185,0,0,0,0,0 +86186,0,0,0,0,0 +86187,0,0,0,0,0 +86188,0,0,0,0,0 +86189,0,0,0,0,0 +86190,0,0,0,0,0 +86191,0,0,0,0,0 +86192,0,0,0,0,0 +86193,0,0,0,0,0 +86194,0,0,0,0,0 +86195,0,0,0,0,0 +86196,0,0,0,0,0 +86197,0,0,0,0,0 +86198,0,0,0,0,0 +86199,0,0,0,0,0 +86200,0,0,0,0,0 +86201,0,0,0,0,0 +86202,0,0,0,0,0 +86203,0,0,0,0,0 +86204,0,0,0,0,0 +86205,0,0,0,0,0 +86206,0,0,0,0,0 +86207,0,0,0,0,0 +86208,0,0,0,0,0 +86209,0,0,0,0,0 +86210,0,0,0,0,0 +86211,0,0,0,0,0 +86212,0,0,0,0,0 +86213,0,0,0,0,0 +86214,0,0,0,0,0 +86215,0,0,0,0,0 +86216,0,0,0,0,0 +86217,0,0,0,0,0 +86218,0,0,0,0,0 +86219,0,0,0,0,0 +86220,0,0,0,0,0 +86221,0,0,0,0,0 +86222,0,0,0,0,0 +86223,0,0,0,0,0 +86224,0,0,0,0,0 +86225,0,0,0,0,0 +86226,0,0,0,0,0 +86227,0,0,0,0,0 +86228,0,0,0,0,0 +86229,0,0,0,0,0 +86230,0,0,0,0,0 +86231,0,0,0,0,0 +86232,0,0,0,0,0 +86233,0,0,0,0,0 +86234,0,0,0,0,0 +86235,0,0,0,0,0 +86236,0,0,0,0,0 +86237,0,0,0,0,0 +86238,0,0,0,0,0 +86239,0,0,0,0,0 +86240,0,0,0,0,0 +86241,0,0,0,0,0 +86242,0,0,0,0,0 +86243,0,0,0,0,0 +86244,0,0,0,0,0 +86245,0,0,0,0,0 +86246,0,0,0,0,0 +86247,0,0,0,0,0 +86248,0,0,0,0,0 +86249,0,0,0,0,0 +86250,0,0,0,0,0 +86251,0,0,0,0,0 +86252,0,0,0,0,0 +86253,0,0,0,0,0 +86254,0,0,0,0,0 +86255,0,0,0,0,0 +86256,0,0,0,0,0 +86257,0,0,0,0,0 +86258,0,0,0,0,0 +86259,0,0,0,0,0 +86260,0,0,0,0,0 +86261,0,0,0,0,0 +86262,0,0,0,0,0 +86263,0,0,0,0,0 +86264,0,0,0,0,0 +86265,0,0,0,0,0 +86266,0,0,0,0,0 +86267,0,0,0,0,0 +86268,0,0,0,0,0 +86269,0,0,0,0,0 +86270,0,0,0,0,0 +86271,0,0,0,0,0 +86272,0,0,0,0,0 +86273,0,0,0,0,0 +86274,0,0,0,0,0 +86275,0,0,0,0,0 +86276,0,0,0,0,0 +86277,0,0,0,0,0 +86278,0,0,0,0,0 +86279,0,0,0,0,0 +86280,0,0,0,0,0 +86281,0,0,0,0,0 +86282,0,0,0,0,0 +86283,0,0,0,0,0 +86284,0,0,0,0,0 +86285,0,0,0,0,0 +86286,0,0,0,0,0 +86287,0,0,0,0,0 +86288,0,0,0,0,0 +86289,0,0,0,0,0 +86290,0,0,0,0,0 +86291,0,0,0,0,0 +86292,0,0,0,0,0 +86293,0,0,0,0,0 +86294,0,0,0,0,0 +86295,0,0,0,0,0 +86296,0,0,0,0,0 +86297,0,0,0,0,0 +86298,0,0,0,0,0 +86299,0,0,0,0,0 +86300,0,0,0,0,0 +86301,0,0,0,0,0 +86302,0,0,0,0,0 +86303,0,0,0,0,0 +86304,0,0,0,0,0 +86305,0,0,0,0,0 +86306,0,0,0,0,0 +86307,0,0,0,0,0 +86308,0,0,0,0,0 +86309,0,0,0,0,0 +86310,0,0,0,0,0 +86311,0,0,0,0,0 +86312,0,0,0,0,0 +86313,0,0,0,0,0 +86314,0,0,0,0,0 +86315,0,0,0,0,0 +86316,0,0,0,0,0 +86317,0,0,0,0,0 +86318,0,0,0,0,0 +86319,0,0,0,0,0 +86320,0,0,0,0,0 +86321,0,0,0,0,0 +86322,0,0,0,0,0 +86323,0,0,0,0,0 +86324,0,0,0,0,0 +86325,0,0,0,0,0 +86326,0,0,0,0,0 +86327,0,0,0,0,0 +86328,0,0,0,0,0 +86329,0,0,0,0,0 +86330,0,0,0,0,0 +86331,0,0,0,0,0 +86332,0,0,0,0,0 +86333,0,0,0,0,0 +86334,0,0,0,0,0 +86335,0,0,0,0,0 +86336,0,0,0,0,0 +86337,0,0,0,0,0 +86338,0,0,0,0,0 +86339,0,0,0,0,0 +86340,0,0,0,0,0 +86341,0,0,0,0,0 +86342,0,0,0,0,0 +86343,0,0,0,0,0 +86344,0,0,0,0,0 +86345,0,0,0,0,0 +86346,0,0,0,0,0 +86347,0,0,0,0,0 +86348,0,0,0,0,0 +86349,0,0,0,0,0 +86350,0,0,0,0,0 +86351,0,0,0,0,0 +86352,0,0,0,0,0 +86353,0,0,0,0,0 +86354,0,0,0,0,0 +86355,0,0,0,0,0 +86356,0,0,0,0,0 +86357,0,0,0,0,0 +86358,0,0,0,0,0 +86359,0,0,0,0,0 +86360,0,0,0,0,0 +86361,0,0,0,0,0 +86362,0,0,0,0,0 +86363,0,0,0,0,0 +86364,0,0,0,0,0 +86365,0,0,0,0,0 +86366,0,0,0,0,0 +86367,0,0,0,0,0 +86368,0,0,0,0,0 +86369,0,0,0,0,0 +86370,0,0,0,0,0 +86371,0,0,0,0,0 +86372,0,0,0,0,0 +86373,0,0,0,0,0 +86374,0,0,0,0,0 +86375,0,0,0,0,0 +86376,0,0,0,0,0 +86377,0,0,0,0,0 +86378,0,0,0,0,0 +86379,0,0,0,0,0 +86380,0,0,0,0,0 +86381,0,0,0,0,0 +86382,0,0,0,0,0 +86383,0,0,0,0,0 +86384,0,0,0,0,0 +86385,0,0,0,0,0 +86386,0,0,0,0,0 +86387,0,0,0,0,0 +86388,0,0,0,0,0 +86389,0,0,0,0,0 +86390,0,0,0,0,0 +86391,0,0,0,0,0 +86392,0,0,0,0,0 +86393,0,0,0,0,0 +86394,0,0,0,0,0 +86395,0,0,0,0,0 +86396,0,0,0,0,0 +86397,0,0,0,0,0 +86398,0,0,0,0,0 +86399,0,0,0,0,0 +86400,0,0,0,0,0 +86401,0,0,0,0,0 +86402,0,0,0,0,0 +86403,0,0,0,0,0 +86404,0,0,0,0,0 +86405,0,0,0,0,0 +86406,0,0,0,0,0 +86407,0,0,0,0,0 +86408,0,0,0,0,0 +86409,0,0,0,0,0 +86410,0,0,0,0,0 +86411,0,0,0,0,0 +86412,0,0,0,0,0 +86413,0,0,0,0,0 +86414,0,0,0,0,0 +86415,0,0,0,0,0 +86416,0,0,0,0,0 +86417,0,0,0,0,0 +86418,0,0,0,0,0 +86419,0,0,0,0,0 +86420,0,0,0,0,0 +86421,0,0,0,0,0 +86422,0,0,0,0,0 +86423,0,0,0,0,0 +86424,0,0,0,0,0 +86425,0,0,0,0,0 +86426,0,0,0,0,0 +86427,0,0,0,0,0 +86428,0,0,0,0,0 +86429,0,0,0,0,0 +86430,0,0,0,0,0 +86431,0,0,0,0,0 +86432,0,0,0,0,0 +86433,0,0,0,0,0 +86434,0,0,0,0,0 +86435,0,0,0,0,0 +86436,0,0,0,0,0 +86437,0,0,0,0,0 +86438,0,0,0,0,0 +86439,0,0,0,0,0 +86440,0,0,0,0,0 +86441,0,0,0,0,0 +86442,0,0,0,0,0 +86443,0,0,0,0,0 +86444,0,0,0,0,0 +86445,0,0,0,0,0 +86446,0,0,0,0,0 +86447,0,0,0,0,0 +86448,0,0,0,0,0 +86449,0,0,0,0,0 +86450,0,0,0,0,0 +86451,0,0,0,0,0 +86452,0,0,0,0,0 +86453,0,0,0,0,0 +86454,0,0,0,0,0 +86455,0,0,0,0,0 +86456,0,0,0,0,0 +86457,0,0,0,0,0 +86458,0,0,0,0,0 +86459,0,0,0,0,0 +86460,0,0,0,0,0 +86461,0,0,0,0,0 +86462,0,0,0,0,0 +86463,0,0,0,0,0 +86464,0,0,0,0,0 +86465,0,0,0,0,0 +86466,0,0,0,0,0 +86467,0,0,0,0,0 +86468,0,0,0,0,0 +86469,0,0,0,0,0 +86470,0,0,0,0,0 +86471,0,0,0,0,0 +86472,0,0,0,0,0 +86473,0,0,0,0,0 +86474,0,0,0,0,0 +86475,0,0,0,0,0 +86476,0,0,0,0,0 +86477,0,0,0,0,0 +86478,0,0,0,0,0 +86479,0,0,0,0,0 +86480,0,0,0,0,0 +86481,0,0,0,0,0 +86482,0,0,0,0,0 +86483,0,0,0,0,0 +86484,0,0,0,0,0 +86485,0,0,0,0,0 +86486,0,0,0,0,0 +86487,0,0,0,0,0 +86488,0,0,0,0,0 +86489,0,0,0,0,0 +86490,0,0,0,0,0 +86491,0,0,0,0,0 +86492,0,0,0,0,0 +86493,0,0,0,0,0 +86494,0,0,0,0,0 +86495,0,0,0,0,0 +86496,0,0,0,0,0 +86497,0,0,0,0,0 +86498,0,0,0,0,0 +86499,0,0,0,0,0 +86500,0,0,0,0,0 +86501,0,0,0,0,0 +86502,0,0,0,0,0 +86503,0,0,0,0,0 +86504,0,0,0,0,0 +86505,0,0,0,0,0 +86506,0,0,0,0,0 +86507,0,0,0,0,0 +86508,0,0,0,0,0 +86509,0,0,0,0,0 +86510,0,0,0,0,0 +86511,0,0,0,0,0 +86512,0,0,0,0,0 +86513,0,0,0,0,0 +86514,0,0,0,0,0 +86515,0,0,0,0,0 +86516,0,0,0,0,0 +86517,0,0,0,0,0 +86518,0,0,0,0,0 +86519,0,0,0,0,0 +86520,0,0,0,0,0 +86521,0,0,0,0,0 +86522,0,0,0,0,0 +86523,0,0,0,0,0 +86524,0,0,0,0,0 +86525,0,0,0,0,0 +86526,0,0,0,0,0 +86527,0,0,0,0,0 +86528,0,0,0,0,0 +86529,0,0,0,0,0 +86530,0,0,0,0,0 +86531,0,0,0,0,0 +86532,0,0,0,0,0 +86533,0,0,0,0,0 +86534,0,0,0,0,0 +86535,0,0,0,0,0 +86536,0,0,0,0,0 +86537,0,0,0,0,0 +86538,0,0,0,0,0 +86539,0,0,0,0,0 +86540,0,0,0,0,0 +86541,0,0,0,0,0 +86542,0,0,0,0,0 +86543,0,0,0,0,0 +86544,0,0,0,0,0 +86545,0,0,0,0,0 +86546,0,0,0,0,0 +86547,0,0,0,0,0 +86548,0,0,0,0,0 +86549,0,0,0,0,0 +86550,0,0,0,0,0 +86551,0,0,0,0,0 +86552,0,0,0,0,0 +86553,0,0,0,0,0 +86554,0,0,0,0,0 +86555,0,0,0,0,0 +86556,0,0,0,0,0 +86557,0,0,0,0,0 +86558,0,0,0,0,0 +86559,0,0,0,0,0 +86560,0,0,0,0,0 +86561,0,0,0,0,0 +86562,0,0,0,0,0 +86563,0,0,0,0,0 +86564,0,0,0,0,0 +86565,0,0,0,0,0 +86566,0,0,0,0,0 +86567,0,0,0,0,0 +86568,0,0,0,0,0 +86569,0,0,0,0,0 +86570,0,0,0,0,0 +86571,0,0,0,0,0 +86572,0,0,0,0,0 +86573,0,0,0,0,0 +86574,0,0,0,0,0 +86575,0,0,0,0,0 +86576,0,0,0,0,0 +86577,0,0,0,0,0 +86578,0,0,0,0,0 +86579,0,0,0,0,0 +86580,0,0,0,0,0 +86581,0,0,0,0,0 +86582,0,0,0,0,0 +86583,0,0,0,0,0 +86584,0,0,0,0,0 +86585,0,0,0,0,0 +86586,0,0,0,0,0 +86587,0,0,0,0,0 +86588,0,0,0,0,0 +86589,0,0,0,0,0 +86590,0,0,0,0,0 +86591,0,0,0,0,0 +86592,0,0,0,0,0 +86593,0,0,0,0,0 +86594,0,0,0,0,0 +86595,0,0,0,0,0 +86596,0,0,0,0,0 +86597,0,0,0,0,0 +86598,0,0,0,0,0 +86599,0,0,0,0,0 +86600,0,0,0,0,0 +86601,0,0,0,0,0 +86602,0,0,0,0,0 +86603,0,0,0,0,0 +86604,0,0,0,0,0 +86605,0,0,0,0,0 +86606,0,0,0,0,0 +86607,0,0,0,0,0 +86608,0,0,0,0,0 +86609,0,0,0,0,0 +86610,0,0,0,0,0 +86611,0,0,0,0,0 +86612,0,0,0,0,0 +86613,0,0,0,0,0 +86614,0,0,0,0,0 +86615,0,0,0,0,0 +86616,0,0,0,0,0 +86617,0,0,0,0,0 +86618,0,0,0,0,0 +86619,0,0,0,0,0 +86620,0,0,0,0,0 +86621,0,0,0,0,0 +86622,0,0,0,0,0 +86623,0,0,0,0,0 +86624,0,0,0,0,0 +86625,0,0,0,0,0 +86626,0,0,0,0,0 +86627,0,0,0,0,0 +86628,0,0,0,0,0 +86629,0,0,0,0,0 +86630,0,0,0,0,0 +86631,0,0,0,0,0 +86632,0,0,0,0,0 +86633,0,0,0,0,0 +86634,0,0,0,0,0 +86635,0,0,0,0,0 +86636,0,0,0,0,0 +86637,0,0,0,0,0 +86638,0,0,0,0,0 +86639,0,0,0,0,0 +86640,0,0,0,0,0 +86641,0,0,0,0,0 +86642,0,0,0,0,0 +86643,0,0,0,0,0 +86644,0,0,0,0,0 +86645,0,0,0,0,0 +86646,0,0,0,0,0 +86647,0,0,0,0,0 +86648,0,0,0,0,0 +86649,0,0,0,0,0 +86650,0,0,0,0,0 +86651,0,0,0,0,0 +86652,0,0,0,0,0 +86653,0,0,0,0,0 +86654,0,0,0,0,0 +86655,0,0,0,0,0 +86656,0,0,0,0,0 +86657,0,0,0,0,0 +86658,0,0,0,0,0 +86659,0,0,0,0,0 +86660,0,0,0,0,0 +86661,0,0,0,0,0 +86662,0,0,0,0,0 +86663,0,0,0,0,0 +86664,0,0,0,0,0 +86665,0,0,0,0,0 +86666,0,0,0,0,0 +86667,0,0,0,0,0 +86668,0,0,0,0,0 +86669,0,0,0,0,0 +86670,0,0,0,0,0 +86671,0,0,0,0,0 +86672,0,0,0,0,0 +86673,0,0,0,0,0 +86674,0,0,0,0,0 +86675,0,0,0,0,0 +86676,0,0,0,0,0 +86677,0,0,0,0,0 +86678,0,0,0,0,0 +86679,0,0,0,0,0 +86680,0,0,0,0,0 +86681,0,0,0,0,0 +86682,0,0,0,0,0 +86683,0,0,0,0,0 +86684,0,0,0,0,0 +86685,0,0,0,0,0 +86686,0,0,0,0,0 +86687,0,0,0,0,0 +86688,0,0,0,0,0 +86689,0,0,0,0,0 +86690,0,0,0,0,0 +86691,0,0,0,0,0 +86692,0,0,0,0,0 +86693,0,0,0,0,0 +86694,0,0,0,0,0 +86695,0,0,0,0,0 +86696,0,0,0,0,0 +86697,0,0,0,0,0 +86698,0,0,0,0,0 +86699,0,0,0,0,0 +86700,0,0,0,0,0 +86701,0,0,0,0,0 +86702,0,0,0,0,0 +86703,0,0,0,0,0 +86704,0,0,0,0,0 +86705,0,0,0,0,0 +86706,0,0,0,0,0 +86707,0,0,0,0,0 +86708,0,0,0,0,0 +86709,0,0,0,0,0 +86710,0,0,0,0,0 +86711,0,0,0,0,0 +86712,0,0,0,0,0 +86713,0,0,0,0,0 +86714,0,0,0,0,0 +86715,0,0,0,0,0 +86716,0,0,0,0,0 +86717,0,0,0,0,0 +86718,0,0,0,0,0 +86719,0,0,0,0,0 +86720,0,0,0,0,0 +86721,0,0,0,0,0 +86722,0,0,0,0,0 +86723,0,0,0,0,0 +86724,0,0,0,0,0 +86725,0,0,0,0,0 +86726,0,0,0,0,0 +86727,0,0,0,0,0 +86728,0,0,0,0,0 +86729,0,0,0,0,0 +86730,0,0,0,0,0 +86731,0,0,0,0,0 +86732,0,0,0,0,0 +86733,0,0,0,0,0 +86734,0,0,0,0,0 +86735,0,0,0,0,0 +86736,0,0,0,0,0 +86737,0,0,0,0,0 +86738,0,0,0,0,0 +86739,0,0,0,0,0 +86740,0,0,0,0,0 +86741,0,0,0,0,0 +86742,0,0,0,0,0 +86743,0,0,0,0,0 +86744,0,0,0,0,0 +86745,0,0,0,0,0 +86746,0,0,0,0,0 +86747,0,0,0,0,0 +86748,0,0,0,0,0 +86749,0,0,0,0,0 +86750,0,0,0,0,0 +86751,0,0,0,0,0 +86752,0,0,0,0,0 +86753,0,0,0,0,0 +86754,0,0,0,0,0 +86755,0,0,0,0,0 +86756,0,0,0,0,0 +86757,0,0,0,0,0 +86758,0,0,0,0,0 +86759,0,0,0,0,0 +86760,0,0,0,0,0 +86761,0,0,0,0,0 +86762,0,0,0,0,0 +86763,0,0,0,0,0 +86764,0,0,0,0,0 +86765,0,0,0,0,0 +86766,0,0,0,0,0 +86767,0,0,0,0,0 +86768,0,0,0,0,0 +86769,0,0,0,0,0 +86770,0,0,0,0,0 +86771,0,0,0,0,0 +86772,0,0,0,0,0 +86773,0,0,0,0,0 +86774,0,0,0,0,0 +86775,0,0,0,0,0 +86776,0,0,0,0,0 +86777,0,0,0,0,0 +86778,0,0,0,0,0 +86779,0,0,0,0,0 +86780,0,0,0,0,0 +86781,0,0,0,0,0 +86782,0,0,0,0,0 +86783,0,0,0,0,0 +86784,0,0,0,0,0 +86785,0,0,0,0,0 +86786,0,0,0,0,0 +86787,0,0,0,0,0 +86788,0,0,0,0,0 +86789,0,0,0,0,0 +86790,0,0,0,0,0 +86791,0,0,0,0,0 +86792,0,0,0,0,0 +86793,0,0,0,0,0 +86794,0,0,0,0,0 +86795,0,0,0,0,0 +86796,0,0,0,0,0 +86797,0,0,0,0,0 +86798,0,0,0,0,0 +86799,0,0,0,0,0 +86800,0,0,0,0,0 +86801,0,0,0,0,0 +86802,0,0,0,0,0 +86803,0,0,0,0,0 +86804,0,0,0,0,0 +86805,0,0,0,0,0 +86806,0,0,0,0,0 +86807,0,0,0,0,0 +86808,0,0,0,0,0 +86809,0,0,0,0,0 +86810,0,0,0,0,0 +86811,0,0,0,0,0 +86812,0,0,0,0,0 +86813,0,0,0,0,0 +86814,0,0,0,0,0 +86815,0,0,0,0,0 +86816,0,0,0,0,0 +86817,0,0,0,0,0 +86818,0,0,0,0,0 +86819,0,0,0,0,0 +86820,0,0,0,0,0 +86821,-1424.121011,-632.2218669,-1398.564389,-631.679694,-91.56903783 +86822,-1560.750983,-666.8193962,-1531.05555,-669.0035352,-292.1205419 +86823,-1688.300813,-699.2583509,-1653.410279,-706.0056599,-512.9544256 +86824,-1779.524011,-733.7771504,-1736.215172,-745.6974401,-739.4853755 +86825,-1846.604358,-761.4815611,-1799.873719,-777.8772589,-921.6956206 +86826,-1882.874655,-775.9505918,-1833.082565,-796.0717916,-1036.907803 +86827,-1891.66306,-778.1801841,-1839.029223,-801.6610174,-1094.275994 +86828,-1884.048434,-772.9421655,-1828.616137,-799.674006,-1115.254371 +86829,-1869.247916,-764.3454941,-1811.043849,-794.3203507,-1117.503824 +86830,-1853.091234,-755.0381304,-1792.10786,-788.2598718,-1112.430303 +86831,-1837.862186,-746.0608638,-1774.129957,-782.5289655,-1105.028132 +86832,-1809.234577,-539.0218987,-1742.768264,-770.6107511,-1070.011586 +86833,-1782.929267,-409.7092339,-1713.768175,-759.6524907,-1036.536609 +86834,-1766.474603,-482.4359741,-1694.643288,-753.0767649,-1018.79258 +86835,-1729.591348,-421.6951949,-1554.667218,-737.1189213,-962.1956185 +86836,-1690.339815,-397.9389353,-1172.696917,-719.9969689,-899.8599052 +86837,-1660.159028,-374.1843141,-1377.305327,-706.9173923,-852.8271485 +86838,-1651.977438,-352.9840507,-1282.869689,-703.7576519,-844.8801351 +86839,-1642.382965,-329.6793501,-1254.862005,-699.8729314,-833.7616599 +86840,-1751.360703,-307.3578322,-1228.766832,-751.5849844,-1108.825296 +86841,-1648.785477,-285.4885801,-1208.522117,-707.5069012,-1018.331602 +86842,-1344.792966,-270.3804268,-1182.037163,-568.9906772,-447.337119 +86843,-1467.732479,-254.7100418,-1162.026813,-623.4080751,-603.4634735 +86844,-1536.376649,-235.5551154,-1141.57111,-653.894732,-693.2458308 +86845,-1568.837895,-219.3980359,-1119.923819,-668.3070698,-737.1646277 +86846,-1502.513868,-204.3156732,-1103.553385,-668.898415,-736.0647724 +86847,-1418.403299,-189.5378891,-1083.520358,-665.1295221,-722.4694497 +86848,-1459.386028,-175.9018565,-1071.183366,-733.6113939,-1092.99588 +86849,-1430.451766,-160.5210134,-1051.459703,-665.1873008,-941.446774 +86850,-1220.461907,-146.7733719,-1034.589789,-507.4076105,-288.5137003 +86851,-1381.207131,-132.5320526,-1023.85272,-578.1002981,-484.4763049 +86852,-1485.62504,-117.3321916,-999.9243106,-625.2293693,-623.9286331 +86853,-1539.253852,-102.5091301,-989.9503755,-722.8596195,-1082.942885 +86854,-1250.836512,-87.20181688,-970.9235055,-555.0835946,-431.6168556 +86855,-1398.906724,-73.33564211,-957.9248087,-597.2242815,-542.2716549 +86856,-1344.648481,-58.24094996,-942.721004,-711.5571306,-1069.798646 +86857,-1338.022976,-43.05077277,-924.5987476,-643.8481454,-914.4098322 +86858,-1324.163207,-28.64004765,-914.1054587,-578.5464332,-787.790935 +86859,-1087.679824,-14.28062006,-896.4398271,-444.5965346,-131.0373517 +86860,-1525.666744,0.406655692,-886.1216888,-644.3457007,-915.2017586 +86861,-1299.353368,15.44854922,-869.1590017,-600.5960715,-804.6609144 +86862,-1236.803558,35.73640432,-855.1706425,-570.3957579,-728.051882 +86863,-1291.346726,54.76432524,-844.3108088,-547.6525249,-669.9419459 +86864,-1002.317272,73.56602441,-831.6107012,-412.1653739,-48.34966032 +86865,-1227.459217,92.37025589,-817.1089993,-508.6012293,-300.8545637 +86866,-1386.199989,111.574667,-805.5068453,-579.4953784,-505.3469479 +86867,-1388.752624,130.4565734,-794.5092095,-619.4412396,-623.947886 +86868,-1094.728547,149.8524705,-779.393168,-636.9342243,-676.769978 +86869,-1255.71429,34.21140758,-770.4621356,-499.4801586,-1078.945095 +86870,-1205.710199,52.74975924,-757.0110433,-540.2283727,-923.177235 +86871,-1093.688002,247.8016755,-746.3991282,-451.531747,-157.628246 +86872,-1291.376356,207.4824702,-735.941514,-534.7723161,-379.7071997 +86873,-1166.665907,181.346562,-723.2269381,-586.2725633,-524.472994 +86874,-1153.167296,171.4732378,-713.9719388,-506.3465237,-590.327029 +86875,-1165.028766,41.03682522,-701.6208042,-499.9676185,-1057.267199 +86876,-1146.397894,63.49840192,-692.337657,-511.784918,-891.8262233 +86877,-1050.970163,263.9319681,-680.835728,-435.6917559,-115.7951939 +86878,-1250.587439,226.8822237,-674.5576039,-519.5930999,-335.2103683 +86879,-1077.103036,52.75099714,-659.5615806,-549.2568459,-1011.916107 +86880,-1120.029293,80.64076814,-653.6863933,-448.3752375,-843.4163414 +86881,57.7341198,273.9828397,514.7530115,20.62737448,-102.9891947 +86882,95.7649457,255.7697801,479.4741676,48.78614998,-244.559454 +86883,75.97862803,85.14246465,76.31436965,34.35759345,-585.5626333 +86884,121.5811685,121.2890519,129.6865904,55.22250507,217.8980888 +86885,167.7788898,157.5395862,186.9906999,76.41569092,344.0193293 +86886,192.1944837,182.1848072,222.2708186,87.70143137,416.8834902 +86887,210.112935,201.9133128,249.4011181,96.01314524,470.3329477 +86888,223.3652534,217.8589928,270.1433377,102.1895637,511.4276836 +86889,233.0390392,230.9035174,285.9380627,106.7328174,543.5963375 +86890,239.9276758,241.7035837,297.9204393,110.0071433,568.6948734 +86891,244.6290589,250.7364061,306.9221209,112.2846369,587.9715096 +86892,247.5995143,258.3553909,313.5508188,113.7716398,602.4304818 +86893,249.1999985,264.8364852,318.2751693,114.6308855,612.9380346 +86894,249.7179129,270.4009876,321.4683769,114.9918339,620.2280066 +86895,249.3804609,275.2271574,323.4300337,114.9568213,624.9026292 +86896,248.3661576,279.4521118,324.3990426,114.6069552,627.4519872 +86897,246.8213802,283.1952267,324.5731855,114.0079514,628.2747733 +86898,244.8616069,286.5534225,324.1107688,113.2116271,627.6917189 +86899,242.5778788,289.6033657,323.1379414,112.2590573,625.962859 +86900,240.0419435,292.4054974,321.7550507,111.1828321,623.2993677 +86901,237.310447,295.0078307,320.0420488,110.0088514,619.8728107 +86902,234.428151,297.4487968,318.0627297,108.7577193,615.822535 +86903,231.4419241,480.0734208,315.8794921,107.4510684,611.2826208 +86904,228.359101,500.3481386,313.5123635,106.0926088,606.307556 +86905,225.2108747,494.6071325,311.0028761,104.6969371,600.9886949 +86906,222.0137312,529.417116,308.3760335,103.2719871,595.3851814 +86907,218.9167018,552.2129625,305.7089071,101.9028177,589.5458966 +86908,215.8688219,575.0396176,302.9998452,100.5726679,583.5103783 +86909,212.8105462,597.5062171,300.2341547,99.24249771,577.3106235 +86910,209.7073594,619.6357834,297.3960257,97.88660414,570.9523533 +86911,206.5914077,639.9213393,294.5206165,96.51599552,564.5136486 +86912,203.4186724,659.1418961,291.5552267,95.11280888,557.9386859 +86913,200.2193112,678.0583074,288.5244281,93.69296297,551.2944577 +86914,196.9890976,697.0550906,285.4191643,92.25574371,544.5758894 +86915,193.7339733,714.9859071,282.2520453,90.80438538,537.7926225 +86916,190.4589421,733.4869088,279.0267704,89.30260725,530.9521359 +86917,190.9504277,751.0002129,279.5358401,89.4879323,530.9377707 +86918,196.2772149,768.5051329,284.8432317,91.86346539,539.6924203 +86919,201.2970311,785.4310816,289.8057475,94.09840615,547.8625668 +86920,206.0823724,803.0868771,294.4869906,96.22771339,555.5692311 +86921,210.669454,819.0834602,298.9245413,98.26862145,562.8665208 +86922,215.0923754,835.7803635,303.1488399,100.2371799,569.8079454 +86923,219.3814491,851.9232996,307.1955938,102.1475839,576.4441688 +86924,223.5593781,867.8858239,311.0860665,104.0103837,582.8151 +86925,227.6430388,883.3076474,314.8430845,105.8333026,588.9519628 +86926,231.6455644,899.4177406,318.4784255,107.622233,594.8802659 +86927,235.5777555,919.5601793,322.008604,109.3819283,600.6219183 +86928,239.4485649,939.0759853,325.4411306,111.1162601,606.1958607 +86929,243.2655677,958.4285823,328.7850787,112.8284544,611.6187662 +86930,247.0350905,977.4497789,332.0540841,114.521165,616.9051538 +86931,250.7624811,996.2330518,335.2515328,116.1970979,622.0677881 +86932,254.4522019,1014.773163,338.3824891,117.8543153,627.117774 +86933,258.1080021,1033.076561,341.4572606,119.4914986,632.0648207 +86934,261.7330103,1051.105665,344.4767192,121.1093394,636.9173751 +86935,265.328406,1069.013299,347.4423955,122.7089015,641.6801876 +86936,268.8842957,1086.613125,350.3507057,124.2865332,646.337709 +86937,272.4290113,1103.987102,353.2275276,125.8558475,650.9437256 +86938,275.955293,1121.251478,356.0657833,127.4140958,655.4871601 +86939,279.4618488,1138.220119,358.87028,128.9610887,659.9676177 +86940,282.9488597,1154.972202,361.6385732,130.4972276,664.3872128 +86941,286.3380617,1339.979866,364.2924037,131.9871922,668.605281 +86942,296.7777229,1358.953026,373.9528023,136.6244232,686.0737766 +86943,310.6912898,1375.943914,387.1199006,142.7891612,710.210732 +86944,324.5757382,1392.855675,400.2854699,148.8849945,734.528914 +86945,336.6406222,1409.548605,411.9956881,154.2703097,756.363763 +86946,346.8954147,1425.84682,421.8757017,158.8042983,775.4438391 +86947,355.5484637,1441.967376,430.046404,162.5669733,791.7850756 +86948,363.5988416,1457.800713,437.5333841,166.0381504,806.9942857 +86949,370.9180022,1473.640523,444.2453524,169.1810355,820.7542305 +86950,377.6441964,1488.926652,450.3416119,172.068565,833.2909808 +86951,383.8728061,1504.372753,455.925735,174.7469208,844.7706971 +86952,389.6814466,1519.42854,461.0782129,177.2513678,855.3314518 +86953,395.1369908,1534.365747,465.8677004,179.6115718,865.094019 +86954,400.2963064,1549.12082,470.3530209,181.8525306,874.163792 +86955,405.2068279,1563.636132,474.5837474,183.9948814,882.6318961 +86956,409.9075389,1578.213965,478.611818,186.055324,890.5763604 +86957,414.4304391,1592.23805,482.479077,188.0473099,898.0639799 +86958,418.801793,1606.483872,486.2153482,189.9816574,905.151887 +86959,423.0432621,1620.34189,489.8423334,191.8671136,911.8891145 +86960,427.1727272,1634.041629,493.3770007,193.7107597,918.3177548 +86961,431.2050171,1650.453743,496.8334454,195.5183613,924.474069 +86962,435.1524073,1666.568218,500.2236112,197.2946029,930.38925 +86963,439.0251229,1676.413397,503.5577031,199.0433191,936.0902504 +86964,442.8316481,1695.870948,506.8500713,200.767634,941.6002932 +86965,446.5790808,1701.69833,510.1011938,202.470119,946.9394961 +86966,450.2733399,1691.823741,513.3214894,204.1528815,952.1252457 +86967,453.9194007,1739.303686,516.5119431,205.8176671,957.1726414 +86968,457.5214413,1734.942132,519.6809253,207.4659195,962.0947839 +86969,461.1199198,1751.014651,522.8320363,209.0988609,966.9031531 +86970,464.7049051,1763.108164,525.9658491,210.7175076,971.6077249 +86971,468.2623839,1775.160635,529.0818734,212.3227126,976.2172037 +86972,471.7872222,1786.576814,532.1806809,213.9156816,980.739152 +86973,475.2804731,1798.067909,535.2625454,215.4972873,985.1802436 +86974,478.745155,1809.304916,538.3273131,217.0680501,989.546327 +86975,482.1841653,1820.401119,541.3746863,218.6283165,993.8425888 +86976,485.5997438,1831.41299,544.4043748,220.1783589,998.0735918 +86977,488.9936176,1842.05887,547.4161855,221.7184339,1002.243413 +86978,492.3671793,1852.737275,550.4100037,223.250766,1006.355681 +86979,495.7216307,1863.103549,553.3857976,224.7694121,1010.413679 +86980,499.0579685,1873.521337,556.3435336,226.2704161,1014.420259 +86981,502.3770744,1883.591001,559.2832298,227.7533353,1018.378011 +86982,505.6797035,1893.588012,562.2049205,229.2194919,1022.289236 +86983,508.9665349,1903.620527,565.108688,230.6705346,1026.156051 +86984,512.238153,1913.128388,567.9946241,232.1078577,1029.980346 +86985,515.495129,1922.775636,570.8559365,233.5325433,1033.763945 +86986,518.7379718,1932.242121,656.0631643,234.9454396,1037.508504 +86987,521.9671008,1941.657593,675.0984664,236.3472336,1041.215474 +86988,525.1828664,1950.615238,666.5099158,237.7385027,1183.169486 +86989,528.3855551,1959.787039,686.7067857,239.1197376,1164.047218 +86990,531.5753303,1968.570691,697.9833283,240.491345,1172.697876 +86991,534.7522436,1977.40062,708.4147613,241.8536565,1193.746749 +86992,537.9163155,1985.918542,719.00327,243.2069499,1207.122515 +86993,541.058626,1994.47631,729.1845733,244.5514756,1220.114448 +86994,544.1714914,2002.728986,739.6025148,245.8874731,1232.81321 +86995,547.2519183,2011.015751,749.4307708,247.2151494,1245.23934 +86996,550.3011623,2019.098377,759.4963527,248.5346946,1257.914402 +86997,553.3221339,2026.980608,769.019559,249.8462779,1269.704267 +86998,556.3177797,2034.774783,778.9523952,251.1500554,1281.904335 +86999,559.2905342,2042.318532,788.2594374,252.4461643,1293.994979 +87000,562.2423345,2050.106794,797.8442764,253.7347307,1305.268128 +87001,565.1157233,2060.51783,813.5381537,254.9890397,1339.577858 +87002,568.0832202,2068.69581,824.361324,256.2861608,1352.78553 +87003,571.1218351,2076.194929,834.088527,257.6150368,1365.691781 +87004,574.1780332,2083.890619,844.070174,258.9508858,1378.537526 +87005,717.6996797,2091.14388,853.4862219,260.2795196,1390.655426 +87006,667.1976216,2098.443149,862.9430573,285.3272698,1402.698112 +87007,692.8642934,2105.31172,872.3402773,306.8831711,1414.334082 +87008,708.4069052,2112.563837,881.7309416,307.3892054,1426.228319 +87009,721.1749129,2119.046082,890.3997348,313.1391926,1437.536536 +87010,733.6830686,2125.872302,899.5203956,320.4147139,1448.85871 +87011,745.7953823,2132.288255,908.4727888,326.2008288,1460.005798 +87012,757.9376598,2138.769735,917.2905998,331.7559857,1470.821022 +87013,769.7843905,2144.943987,925.8510228,337.3086785,1482.01692 +87014,781.7557593,2151.169773,934.622941,342.679083,1492.810802 +87015,793.4819925,2157.092234,942.7985267,348.1733314,1503.147296 +87016,804.7756858,2163.163514,951.701714,353.2950677,1513.798065 +87017,816.7173392,2172.209984,959.7475053,358.6385162,1524.145381 +87018,827.4566573,2173.901863,968.2279369,363.738017,1534.40657 +87019,839.1540531,2188.037569,976.2692835,368.8910313,1544.303671 +87020,849.9609472,2176.958668,984.5653031,373.8316308,1554.767894 +87021,861.0145458,2216.745361,992.4623881,378.8159531,1564.486691 +87022,872.0959159,2158.482694,1000.406973,383.723049,1574.327988 +87023,882.5554319,2218.865554,1008.508024,388.6106327,1584.086733 +87024,893.4587598,2201.427267,1016.359146,393.320271,1593.68141 +87025,904.0829843,2210.400845,1024.028618,398.0616568,1603.20173 +87026,914.4055173,2214.959827,1032.168797,402.7675146,1612.584808 +87027,924.9925667,2219.593442,1039.286855,407.4234351,1621.950742 +87028,934.9530223,2224.020229,1047.271868,411.9262039,1631.120137 +87029,945.6343983,2228.34392,1054.609987,416.4668299,1640.301705 +87030,955.6642521,2232.552455,1062.243575,421.0518976,1649.286459 +87031,964.6227121,2235.895928,1068.846886,424.9230019,1658.282503 +87032,974.6787516,2238.973001,1075.467753,429.1830869,1667.078578 +87033,983.5586893,2241.853252,1081.624508,433.0929202,1675.893954 +87034,992.6706991,2244.660617,1088.550617,437.0306727,1684.512967 +87035,1001.885377,2247.047028,1094.571099,440.9042596,1693.157823 +87036,1010.445185,2249.496779,1100.98438,444.7161743,1701.605762 +87037,1019.572101,2251.704828,1107.04842,448.3799659,1710.086403 +87038,1028.122177,2253.670202,1113.268508,452.240425,1718.366639 +87039,1037.223583,2255.74746,1119.187632,455.9226032,1726.688095 +87040,1045.290589,2257.454275,1125.26965,459.3953416,1734.803475 +87041,1053.892396,2259.106962,1131.05232,462.9304505,1742.930908 +87042,1061.995325,2260.604498,1136.973646,466.5931594,1750.981232 +87043,1070.681448,2261.963617,1142.706279,469.9875251,1758.868724 +87044,1078.938228,2263.186576,1148.434603,473.4355628,1766.761666 +87045,1086.995159,2264.275447,1154.04511,476.8240555,1774.585893 +87046,1095.034006,2265.231692,1159.727952,480.1759082,1782.242543 +87047,1103.029773,2266.057265,1165.155878,483.4739991,1789.914531 +87048,1110.962726,2266.753475,1170.757298,486.7475756,1797.130329 +87049,1118.53416,2267.322005,1176.06934,489.9772759,1805.168428 +87050,1126.799305,2267.764046,1181.53418,493.1710806,1812.297053 +87051,1134.299893,2268.081159,1186.827073,496.3290552,1819.775564 +87052,1142.016947,2268.274355,1192.115528,499.3308515,1827.07531 +87053,1149.616233,2268.345123,1197.307435,502.6061631,1834.204661 +87054,1157.151687,2268.294387,1202.546307,505.5700718,1841.450572 +87055,1164.624419,2268.12346,1207.653389,508.6133089,1848.464676 +87056,1172.03498,2267.833206,1212.754663,511.6037171,1855.600884 +87057,1179.38484,2267.424872,1217.764146,514.6949087,1862.470167 +87058,1186.67477,2266.899202,1222.858938,517.4184303,1869.36393 +87059,1193.906369,2266.257422,1227.704074,520.2783461,1876.261295 +87060,1201.079463,2265.500233,1232.710773,523.3371636,1883.049371 +87061,1090.236798,2210.996705,1119.592486,472.6804624,1658.596843 +87062,1094.811058,2208.561476,1122.210079,474.3587874,1661.300526 +87063,1099.340338,2197.39498,1132.494076,479.3358338,1665.74944 +87064,1104.684347,2193.992247,1136.856684,482.1640712,1669.790994 +87065,1110.402181,2217.797125,1140.941533,484.3634336,1674.319591 +87066,1116.013235,2149.974548,1145.029214,486.8973572,1679.020735 +87067,1121.520557,2203.98184,1149.032583,489.2898118,1683.713888 +87068,1127.606459,2191.094592,1153.0839,491.6815483,1688.517812 +87069,1133.1652,2162.666342,1157.085186,494.0546472,1693.308665 +87070,1138.814906,2205.536094,1161.098791,496.4095631,1698.140944 +87071,1144.553753,2143.970801,1165.012484,498.6215043,1702.887744 +87072,1150.108703,2204.60737,1168.973318,501.133219,1707.701028 +87073,1155.795908,2137.575013,1172.885267,503.3431859,1712.476353 +87074,1161.301883,2190.177713,1176.812049,505.6511137,1717.277039 +87075,1166.934247,2142.728611,1180.638906,507.9218073,1721.978993 +87076,1172.38932,2166.86755,1184.516615,510.1768489,1726.741737 +87077,1177.965505,2153.773304,1188.34668,512.416307,1731.459425 +87078,1183.369964,2152.243205,1192.194582,514.7757659,1736.198862 +87079,1188.798696,2148.740791,1195.942833,516.7777463,1740.835594 +87080,1194.214306,2145.215304,1199.744322,519.0719374,1745.528786 +87081,1199.606366,2141.59754,1203.499522,521.092563,1747.166879 +87082,1204.633966,2137.898971,1207.275571,523.469412,1750.577618 +87083,1210.532683,2134.120459,1210.948047,525.5255986,1753.131439 +87084,1215.579757,2130.267053,1214.732699,527.6917175,1755.972638 +87085,1220.936683,2126.329428,1218.371012,529.8227631,1758.852453 +87086,1226.200916,2122.31094,1222.081805,531.9405258,1761.599114 +87087,1231.804877,2118.21082,1225.778405,534.0454275,1764.097767 +87088,1236.43684,2114.028739,1229.376508,535.9895394,1767.38692 +87089,1241.932795,2109.764673,1233.074733,538.3009192,1770.014241 +87090,1247.004026,2105.418397,1236.632609,540.2552348,1772.716848 +87091,1252.267913,2101.042611,1240.688731,542.6281296,1775.589222 +87092,1257.633896,2096.596443,1244.516553,544.5683225,1778.310216 +87093,1262.860672,2092.073939,1248.578941,546.8949069,1781.029417 +87094,1267.800742,2087.474112,1252.520681,549.0659024,1783.834204 +87095,1273.682591,2082.696769,1256.498786,551.2601537,1786.536544 +87096,1278.563052,2078.082912,1260.029623,553.2904698,1789.219742 +87097,1283.917948,2073.282089,1264.733727,555.7264676,1792.044977 +87098,1289.038215,2068.24545,1268.228851,557.7859595,1794.598179 +87099,1294.283037,2063.326275,1272.421232,559.9891489,1797.402492 +87100,1299.356512,2058.248443,1276.280806,562.1597802,1800.039511 +87101,1304.555529,2053.108264,1280.313262,564.3247372,1802.720836 +87102,1309.580127,2047.892411,1284.158111,566.4836645,1805.334446 +87103,1314.733807,2042.601059,1288.278883,568.6367907,1808.107213 +87104,1319.707531,2037.234476,1292.01579,570.7837971,1810.589707 +87105,1324.814812,2031.793263,1296.123584,572.7332608,1813.343568 +87106,1329.735827,2026.277707,1299.993182,575.1665769,1815.918958 +87107,1334.747451,2020.688407,1303.875992,577.1495457,1818.540694 +87108,1339.736992,2015.025909,1307.829424,579.3057741,1821.089935 +87109,1344.591329,2009.290249,1311.763739,581.422138,1823.767788 +87110,1349.574229,2003.38443,1315.606734,583.5324607,1826.359327 +87111,1354.365386,1997.642665,1319.518219,585.6361655,1828.809028 +87112,1359.249719,1991.625965,1323.414973,587.7332423,1831.495351 +87113,1364.113047,1985.618365,1327.36865,589.8239444,1833.999853 +87114,1368.832562,1979.527113,1331.061955,591.9079402,1836.551396 +87115,1373.638719,1973.366254,1335.096958,593.9854946,1839.085795 +87116,1378.423496,1967.13655,1338.793214,596.056351,1841.552462 +87117,1383.063782,1960.935512,1342.836778,598.120737,1844.156986 +87118,1387.791226,1954.433669,1346.495324,599.9566954,1846.671839 +87119,1392.498587,1948.067106,1350.379591,602.3530837,1849.02804 +87120,1397.056422,1941.555629,1354.206759,604.2286451,1856.622525 +87121,1159.391873,1824.562499,1116.639181,496.8948002,1409.676148 +87122,1158.473438,1814.799685,1113.522052,496.076554,1415.87318 +87123,1158.634511,1806.099332,1113.490226,495.8446783,1409.268816 +87124,1159.823587,1797.50148,1113.75735,496.6323885,1408.248706 +87125,1161.279698,1789.123225,1114.449477,497.0717887,1407.134398 +87126,1162.981262,1780.717009,1115.367478,497.7909582,1406.362723 +87127,1164.698088,1772.635389,1116.466845,498.5473898,1405.836447 +87128,1166.587342,1764.164134,1117.564029,499.346546,1405.516454 +87129,1168.489999,1755.930063,1118.819013,500.1758489,1405.226812 +87130,1170.438185,1747.508051,1120.096379,501.0291675,1405.123201 +87131,1172.415172,1739.27309,1121.427551,501.9024962,1405.071642 +87132,1174.459599,1730.839503,1122.801756,502.7934724,1405.100937 +87133,1176.416089,1722.443849,1124.21481,503.7003444,1405.197887 +87134,1178.487344,1714.093107,1125.256073,504.6217843,1405.356159 +87135,1180.53465,1705.419411,1127.398218,505.5568501,1405.571276 +87136,1182.63203,1697.108613,1128.581037,506.5173402,1405.931203 +87137,1184.72897,1688.514836,1130.23713,507.4849753,1406.217225 +87138,1186.873239,1679.884693,1131.692924,508.4610165,1406.626092 +87139,1188.914307,1671.401786,1133.360095,509.4470102,1407.041396 +87140,1190.947035,1662.80358,1134.880218,510.441269,1407.494849 +87141,1193.144506,1654.040088,1136.43776,511.4435229,1407.980862 +87142,1195.094239,1645.325604,1138.066428,512.399582,1408.502178 +87143,1197.19883,1636.708698,1139.751617,513.3937393,1408.657683 +87144,1199.205293,1627.911692,1141.351292,514.4000696,1409.898478 +87145,1201.318396,1619.231152,1143.02416,515.4146745,1410.158955 +87146,1206.106876,1615.357215,1139.599376,514.2408029,1410.901672 +87147,1208.793822,1607.72901,1140.247605,514.8426075,1411.573915 +87148,1211.190542,1599.239421,1141.651134,515.6691667,1412.23821 +87149,1213.553959,1619.334395,1143.074971,516.5668124,1413.031468 +87150,1215.770219,1540.959351,1144.621179,517.4991311,1413.755689 +87151,1218.078633,1593.177947,1146.335268,518.5068184,1414.581237 +87152,1220.335396,1568.88017,1148.11257,519.35163,1415.316658 +87153,1222.592834,1543.034904,1149.890752,520.6939945,1416.128123 +87154,1224.844598,1557.456542,1151.856887,521.6238644,1417.025995 +87155,1227.138587,1529.716844,1153.648591,522.7395658,1417.855398 +87156,1229.308633,1532.098144,1155.60534,523.8357354,1418.740035 +87157,1231.58164,1519.245868,1157.543731,524.9440063,1419.636064 +87158,1233.808008,1510.842754,1159.468986,526.0626834,1420.506084 +87159,1236.038596,1501.887778,1161.530721,527.1914636,1421.542347 +87160,1238.265804,1492.848019,1163.513602,528.3295353,1422.387742 +87161,1240.539118,1483.875836,1165.557311,529.4765036,1423.384927 +87162,1242.685714,1474.720446,1167.658532,530.6316594,1424.349816 +87163,1244.940215,1465.631816,1169.664137,531.7946939,1425.292314 +87164,1247.149627,1456.651444,1171.74359,532.9649641,1426.357396 +87165,1249.363848,1447.527686,1173.913433,534.1422261,1427.335766 +87166,1251.577256,1438.531374,1176.003581,535.3258894,1428.364808 +87167,1253.789255,1429.353602,1178.149037,536.5157642,1429.442669 +87168,1256.050388,1420.324937,1180.301004,537.7113048,1430.418059 +87169,1258.183463,1411.242359,1182.419023,538.9123697,1431.462684 +87170,1260.429569,1402.173631,1184.715455,540.1184552,1432.586974 +87171,1262.631084,1393.116545,1186.797799,541.3294617,1433.628217 +87172,1264.839181,1384.066261,1189.040251,542.5449224,1434.717554 +87173,1267.04813,1375.028728,1191.243625,543.7647706,1435.809086 +87174,1269.25725,1366.071813,1193.464109,544.9885678,1436.863132 +87175,1271.519136,1356.96937,1195.646325,546.216281,1438.040301 +87176,1273.649576,1347.955385,1197.958498,547.4474952,1439.16525 +87177,1275.898933,1339.067578,1200.171233,548.6822052,1440.224404 +87178,1278.102991,1330.137654,1202.434774,549.9200174,1441.385934 +87179,1280.316693,1321.127139,1204.747795,551.1609652,1442.51327 +87180,1282.531916,1312.268286,1206.94415,552.4046425,1443.607583 +87181,1519.253779,1410.799218,1461.374925,660.4859634,1871.067098 +87182,1526.522459,1404.060235,1429.297082,663.4972901,1876.823871 +87183,1531.019311,1396.693402,1462.629289,666.141235,1881.81691 +87184,1535.612341,1389.106014,1460.451222,668.4892292,1886.059716 +87185,1539.637958,1381.399286,1464.160321,670.693756,1889.963814 +87186,1543.610421,1373.625714,1468.701755,672.8384866,1893.404024 +87187,1547.323094,1365.819442,1472.675833,674.8471522,1896.743188 +87188,1551.121327,1358.069385,1476.488306,676.8774107,1900.060182 +87189,1554.701484,1350.162657,1480.303009,678.8487016,1903.116873 +87190,1558.285609,1342.340185,1483.900943,680.7973499,1906.222956 +87191,1561.813238,1334.639775,1487.528165,682.7530176,1909.057728 +87192,1565.299983,1326.899959,1491.215664,684.61189,1911.993022 +87193,1568.752559,1319.087777,1494.793518,686.5188808,1914.801773 +87194,1572.172505,1311.429433,1498.225511,688.3810628,1917.564652 +87195,1575.565578,1303.753396,1501.760605,690.2310061,1920.276459 +87196,1578.932509,1300.134869,1505.203199,692.0645839,1922.937475 +87197,1582.277811,1294.860043,1508.624034,693.9132933,1925.552034 +87198,1585.760541,1289.420397,1512.012306,695.6701593,1928.123142 +87199,1589.973257,1284.075202,1515.374445,697.4806471,1930.652076 +87200,1594.505527,1278.741696,1518.706271,699.2501011,1933.140417 +87201,1599.010176,1273.433999,1522.011582,701.010703,1935.591252 +87202,1601.186493,1267.152294,1516.969887,699.2508901,1938.076503 +87203,1605.469037,1261.678439,1518.801802,700.3461002,1940.317757 +87204,1609.863469,1256.371652,1521.280506,701.7135635,1942.710062 +87205,1614.554749,1250.962681,1523.979152,703.1801408,1944.922945 +87206,1619.15737,1245.727418,1526.566273,704.5943199,1947.312118 +87207,1623.894648,1240.480626,1529.332399,706.0887054,1949.49257 +87208,1628.688321,1235.221441,1532.046268,707.5587418,1951.71036 +87209,1633.553014,1230.15479,1534.702509,709.0330976,1953.963552 +87210,1638.49209,1225.058264,1537.53036,710.5049543,1955.984348 +87211,1642.981053,1219.452585,1539.319841,711.568259,1958.158025 +87212,1647.460241,1213.92492,1540.786602,712.5418933,1960.22771 +87213,1651.943108,1208.346258,1542.295509,713.4987689,1962.282412 +87214,1656.416434,1202.787508,1543.662088,714.3368316,1964.308998 +87215,1660.804822,1197.247322,1544.971443,715.2122539,1966.310612 +87216,1665.378711,1191.788563,1546.218167,716.0287177,1968.287582 +87217,1669.773096,1186.156881,1547.406945,716.8209497,1970.234294 +87218,1674.304734,1180.825861,1548.537787,717.5852102,1972.16308 +87219,1678.624913,1175.35513,1549.684322,718.3216749,1976.233135 +87220,1683.034126,1169.98267,1550.530417,719.0647905,1979.564328 +87221,1689.687248,1166.896835,1560.203946,723.2990792,1978.631917 +87222,1694.461873,1162.026704,1562.448634,724.581541,1987.934463 +87223,1699.104391,1157.062607,1563.917803,725.5756091,1974.190115 +87224,1703.677536,1152.115617,1565.331182,726.3924802,1972.496386 +87225,1708.224988,1147.208679,1566.476826,727.2243695,1993.132161 +87226,1712.750107,1142.349962,1567.797783,727.9808092,1984.367574 +87227,1717.181699,1137.548068,1568.686185,728.7043063,1988.550472 +87228,1721.884427,1132.894894,1569.7416,729.4280296,1990.101505 +87229,1726.179101,1128.144276,1570.654902,730.0342259,1992.005659 +87230,1730.644012,1123.608007,1571.518908,730.6874489,1993.698328 +87231,1735.219149,1119.090879,1572.325259,731.2822452,1995.24406 +87232,1739.605443,1114.636112,1573.077205,731.8903718,1996.966176 +87233,1743.969174,1110.258014,1573.776042,732.3820488,1998.677266 +87234,1748.609598,1105.962591,1574.422506,732.9277567,2000.064047 +87235,1752.828459,1101.754785,1575.096247,733.4168784,2001.877713 +87236,1757.215252,1094.825435,1575.463894,733.8642211,2003.455441 +87237,1761.473148,1090.582159,1575.92324,734.3924052,2017.809735 +87238,1765.96443,1086.638791,1576.469258,734.8805974,1985.150548 +87239,1770.337957,1082.807178,1576.809311,735.5001383,2017.60208 +87240,1774.460053,1079.042583,1577.254209,736.140299,2006.774328 +87241,1827.055837,1098.276969,1625.108461,759.6567928,2091.817317 +87242,1834.245556,1096.187036,1628.59479,762.4917145,2113.64175 +87243,1841.333057,1093.625834,1631.373855,763.9854896,2076.225354 +87244,1847.614499,1090.967826,1633.412749,766.0056539,2138.136728 +87245,1853.932475,1088.227381,1635.716527,767.7875453,2089.309045 +87246,1860.122,1085.396434,1637.34509,769.9229525,2125.761368 +87247,1865.958843,1082.686164,1650.353944,772.016346,2112.046237 +87248,1871.828305,1079.841849,1640.553175,774.1377217,2119.614108 +87249,1877.840364,1077.045966,1625.528268,776.3688181,2121.815696 +87250,1883.476002,1074.17725,1653.682114,778.6258855,2124.237402 +87251,1889.231099,1071.481008,1642.463115,780.851915,2131.201439 +87252,1895.045015,1068.626738,1646.966093,783.2538352,2127.950097 +87253,1900.514829,1065.851658,1659.159777,785.6190121,2137.960303 +87254,1906.237045,1063.068215,1629.636202,788.069772,2134.051905 +87255,1911.810584,1060.291185,1664.399879,790.5656685,2138.062364 +87256,1917.252553,1057.520113,1657.934508,793.1117101,2141.229998 +87257,1922.958664,1054.754902,1629.359472,795.6595294,2148.198083 +87258,1928.491151,1051.996104,1664.230112,798.3805296,2144.610264 +87259,1933.795166,1049.243841,1650.679079,801.0944643,2147.871806 +87260,1939.321914,1046.497367,1661.831091,803.779074,2150.814875 +87261,1944.714591,1043.757172,1643.618961,806.6175475,2153.228625 +87262,1950.09946,1041.023977,1661.017003,809.4653262,2159.498793 +87263,1955.476919,1038.296861,1670.054681,812.3730932,2156.641866 +87264,1960.86866,1035.642078,1634.839966,815.3344749,2158.872729 +87265,1966.364324,1032.835225,1682.647085,818.3933114,2166.258687 +87266,1971.717335,1030.174761,1634.048514,821.4294018,2163.731126 +87267,1977.228294,1027.467278,1668.785053,824.5417659,2164.885628 +87268,1982.604129,1024.712388,1656.689047,827.7613004,2171.337896 +87269,1989.031854,1022.122537,1661.236509,830.9982846,2169.768261 +87270,1997.2951,1019.403393,1656.626177,834.3053265,2174.274856 +87271,2006.290233,1017.03346,1673.782696,837.8553264,2172.699362 +87272,2015.294638,1014.554275,1650.477756,841.5500805,2172.197974 +87273,2025.599579,1012.246807,1673.86423,845.1902186,2171.676006 +87274,2045.513114,1009.91432,1645.747837,848.9656178,2168.614406 +87275,2032.360239,1007.618021,1688.869517,852.8984831,2165.391259 +87276,2053.164245,1005.34729,1651.898816,856.7909754,2162.004493 +87277,2066.448361,1003.101816,1662.269102,860.7995221,2158.375023 +87278,2072.801569,1000.880825,1682.651709,864.8685042,2154.722889 +87279,2084.078267,998.6848018,1656.462357,868.9517684,2151.116242 +87280,2094.436375,996.5130558,1677.650769,873.2946897,2147.577183 +87281,2104.916466,994.3659506,1667.147202,877.447459,2144.058372 +87282,2115.510761,992.2429681,1671.675718,881.8385686,2140.60252 +87283,2126.339418,990.1443176,1671.866778,886.241066,2137.449582 +87284,2136.955235,988.0698204,1672.513905,890.664702,2134.614117 +87285,2147.963338,986.0197105,1673.480594,895.2948814,2131.998916 +87286,2158.942919,983.9935638,1674.214792,899.8690931,2129.549859 +87287,2170.060049,981.9916331,1674.959002,904.6157105,2127.218105 +87288,2193.472243,980.0135397,1675.778328,909.2216429,2124.950029 +87289,2180.745442,978.0594278,1676.504729,914.1664859,2122.766951 +87290,2203.294206,976.1903239,1677.155999,918.9974829,2120.672294 +87291,2217.97551,974.1931603,1678.04158,923.9553144,2118.600831 +87292,2225.951907,972.3533076,1678.733346,928.9701003,2116.541458 +87293,2238.64892,970.4844374,1679.438856,933.9911304,2114.509349 +87294,2250.016895,968.6479341,1680.166294,939.2854258,2112.501744 +87295,2282.252414,966.8349356,1680.915819,944.3631871,2110.47957 +87296,2243.80216,964.9833766,1681.576106,949.6904989,2108.526056 +87297,2300.257208,963.3068071,1682.15992,955.0199467,2106.623916 +87298,2294.614296,961.5191104,1683.04787,960.3610515,2104.689177 +87299,2336.018029,959.8070941,1683.639918,966.3470343,2102.714567 +87300,2282.617323,958.108234,1684.307559,975.4140807,2100.818112 +87301,2274.821357,923.133919,1601.857723,936.9482012,2103.003658 +87302,2262.388085,920.8608495,1617.149404,951.6100853,2097.603978 +87303,2277.309632,918.787215,1587.281773,952.9347689,2088.966172 +87304,2295.789887,916.7379224,1628.404071,958.7981273,2081.202977 +87305,2297.586979,914.6707322,1597.576798,967.654236,2075.157883 +87306,2299.875403,912.777848,1604.753141,968.48008,2070.213491 +87307,2326.790715,910.782274,1606.189025,980.6987045,2066.232464 +87308,2330.109201,908.8612345,1604.246119,977.0138447,2063.306854 +87309,2361.748342,906.9550819,1604.048439,996.1079423,2061.011774 +87310,2325.179276,905.0709941,1603.656084,982.721549,2059.309389 +87311,2401.35154,903.2666638,1603.240341,990.9366276,2058.50763 +87312,2353.6915,901.3405629,1602.817665,1008.030153,2058.106576 +87313,2403.848476,899.561777,1602.393749,1006.709175,2057.890732 +87314,2394.184459,897.7535635,1601.968588,1014.148968,2057.994091 +87315,2411.840514,895.9742127,1601.153003,1020.028996,2058.422278 +87316,2422.142249,894.2143181,1599.919574,1025.90673,2059.436624 +87317,2432.905054,892.4738864,1601.769406,1031.901534,2061.00371 +87318,2444.519847,890.7522957,1591.672644,1037.772614,2062.927996 +87319,2455.54143,889.049183,1612.858958,1043.839738,2065.194279 +87320,2466.937963,887.4212413,1581.471141,1049.891208,2067.631921 +87321,2477.849687,885.6708885,1617.379269,1055.927609,2070.114621 +87322,2489.519214,884.003116,1574.055506,1062.245037,2072.598073 +87323,2500.569293,882.4446321,1623.793239,1068.2786,2075.111027 +87324,2511.906302,880.7875112,1576.058331,1074.565636,2077.590013 +87325,2523.140694,879.1950968,1606.207995,1080.819859,2079.855843 +87326,2534.288284,877.6651183,1585.144239,1087.121114,2082.02042 +87327,2545.684392,876.0138091,1603.414279,1093.459054,2084.23274 +87328,2557.02184,874.4969041,1587.688442,1099.900512,2086.507681 +87329,2568.053509,872.9473838,1607.313686,1106.201211,2088.807414 +87330,2587.179362,871.4196999,1576.590293,1112.689633,2091.362493 +87331,2586.886985,869.9853889,1612.296779,1118.984551,2093.903471 +87332,2602.371157,868.5795623,1573.836946,1125.481645,2096.198326 +87333,2612.645283,867.1993386,1603.313423,1131.841113,2098.480189 +87334,2623.266761,865.8355123,1587.393681,1138.35017,2100.775068 +87335,2633.883554,864.4912979,1601.626114,1144.686383,2103.029038 +87336,2644.423263,863.1640528,1577.887259,1151.196088,2105.298947 +87337,2655.324447,861.8535779,1610.845232,1157.656678,2107.562077 +87338,2665.749707,860.5590566,1570.93651,1164.13942,2109.835709 +87339,2676.309629,859.3342084,1605.685306,1170.565138,2112.108096 +87340,2686.826018,857.9916294,1589.011048,1177.203051,2114.34062 +87341,2696.969974,856.7272397,1588.025478,1183.539733,2116.584787 +87342,2707.659383,855.561026,1596.157608,1190.09718,2118.839226 +87343,2717.847279,854.3026614,1575.352755,1196.657506,2121.113446 +87344,2728.044961,853.1024121,1597.00603,1203.189054,2123.374321 +87345,2738.369797,851.9602676,1593.707587,1209.668912,2125.575791 +87346,2748.332722,850.7010035,1578.82999,1216.255339,2127.785143 +87347,2765.801787,849.5675388,1604.120068,1222.800846,2130.213129 +87348,2757.827486,848.4013681,1570.854809,1229.268123,2132.401097 +87349,2789.379074,847.2542482,1603.743465,1235.788748,2134.562014 +87350,2785.400993,846.1182147,1573.811551,1242.279349,2136.959818 +87351,2798.138861,844.9934687,1592.957764,1248.784937,2139.15081 +87352,2808.03836,843.878836,1585.746315,1255.286143,2141.218908 +87353,2817.700214,842.7747713,1586.575484,1261.779513,2143.356294 +87354,2827.038115,841.6804612,1586.307925,1268.263621,2145.501065 +87355,2840.469537,837.0789886,1577.549976,1275.981443,2147.774879 +87356,2850.835192,835.4682449,1593.318195,1282.671938,2150.222929 +87357,2868.33302,833.9927554,1549.260218,1289.308502,2153.014808 +87358,2860.338239,832.7089219,1586.296012,1295.925174,2155.494 +87359,2889.693883,831.4267344,1570.663258,1302.523825,2157.743781 +87360,2888.063926,830.130602,1572.427588,1309.105407,2160.179698 +87361,2745.167629,763.4429731,1418.957316,1249.844517,2155.194823 +87362,2755.665886,761.0153467,1417.277892,1256.081282,1760.452749 +87363,2770.367349,760.0559079,1416.451275,1262.663986,1899.860063 +87364,2770.62477,758.6607001,1415.525457,1269.232882,1888.728159 +87365,2790.825971,757.4807401,1414.823902,1275.837729,1882.25361 +87366,2793.160604,756.2969772,1414.310925,1282.439931,1881.982872 +87367,2803.276726,755.1502922,1413.657272,1289.123867,1882.878133 +87368,2813.755684,754.0268222,1413.11113,1295.589163,1889.150485 +87369,2830.022492,752.9233283,1412.664602,1302.228742,1876.602031 +87370,2830.920917,751.8373496,1412.011731,1308.778837,1893.881861 +87371,2841.314045,750.7680358,1411.571812,1316.436817,1878.161568 +87372,2851.512462,749.7146986,1411.0686,1325.495225,1895.384044 +87373,2867.549137,748.6769253,1410.591566,1326.44637,1879.999915 +87374,2861.152835,747.6522712,1410.124503,1345.596175,1897.209798 +87375,2885.002626,746.642183,1409.668705,1325.99716,1881.833852 +87376,2887.518565,745.6456164,1409.221965,1352.012122,1899.080522 +87377,2901.955496,744.6147157,1408.784143,1354.461075,1883.821052 +87378,2904.983264,743.7114163,1408.354075,1360.017617,1901.138348 +87379,2912.449262,742.7196455,1407.931125,1366.827453,1885.534233 +87380,2927.747907,741.7792792,1407.515771,1373.240491,1903.156252 +87381,2931.453504,740.8440168,1407.107089,1379.534584,1887.590847 +87382,2937.324994,739.9190781,1406.703164,1385.812179,1905.114183 +87383,2950.288909,739.0061758,1406.216311,1392.060681,1895.339982 +87384,2954.472677,738.1034155,1405.956872,1398.277234,1899.065415 +87385,2959.694208,737.2114115,1405.506728,1408.679723,1900.277254 +87386,2965.1171,736.3296413,1405.137457,1416.807651,1901.020136 +87387,2967.604824,735.4583463,1404.760674,1425.355434,1902.018429 +87388,2969.968611,734.5516999,1404.387192,1433.574527,1903.068549 +87389,2972.305061,733.7664753,1404.018984,1442.068675,1904.012835 +87390,2974.712081,732.8935399,1403.654415,1450.108854,1905.04238 +87391,2977.239952,731.8879157,1402.859911,1456.906322,1905.880406 +87392,2979.758272,730.8458912,1401.984825,1463.369708,1907.101346 +87393,2982.174774,729.7949049,1401.074821,1469.733021,1908.000231 +87394,2984.448184,728.7400227,1400.141162,1481.730803,1909.090315 +87395,2986.631473,727.6837676,1399.189647,1475.82286,1910.05493 +87396,2988.76046,726.6270843,1398.222488,1487.564055,1911.087717 +87397,2990.804621,725.5708543,1397.241846,1493.955198,1912.138786 +87398,2992.766759,724.5154342,1396.248568,1497.858386,1913.030554 +87399,2994.666225,723.4612808,1395.243903,1503.65026,1913.898078 +87400,2996.511948,722.4084289,1394.228116,1508.789184,1915.134913 +87401,2998.296739,721.3572095,1393.202202,1513.603621,1916.025454 +87402,3000.002368,720.3075971,1392.166293,1518.457044,1916.95873 +87403,3001.83883,719.2600559,1391.121395,1523.074471,1923.556481 +87404,3003.357359,718.2139084,1390.067118,1527.550805,1911.077147 +87405,3004.746849,717.1701406,1389.004712,1531.874291,1927.36647 +87406,3006.314352,716.1284659,1387.93409,1536.043781,1919.484189 +87407,3007.606339,715.0884974,1386.855499,1542.913523,1921.113841 +87408,3008.816751,714.0508413,1385.769357,1542.895122,1922.911842 +87409,3010.109518,713.015443,1384.676141,1558.085075,1923.665858 +87410,3011.451687,711.9820962,1383.575737,1534.441444,1924.253231 +87411,3012.744897,710.950942,1382.468745,1562.998762,1925.147373 +87412,3013.904136,709.9219511,1381.354919,1555.876521,1925.799114 +87413,3014.98033,708.8953362,1380.235328,1560.818838,1926.821287 +87414,3015.978713,707.8707805,1379.109253,1563.784141,1927.401988 +87415,3017.099593,706.8485542,1377.977326,1566.528298,1933.572577 +87416,3017.903262,705.7838982,1376.838819,1569.115221,1922.060142 +87417,3018.517212,704.8299269,1375.694577,1571.535505,1936.742224 +87418,3019.2884,699.7652465,1365.043113,1574.466086,1928.995747 +87419,3019.976228,698.0501483,1362.196512,1577.058489,1930.782699 +87420,3020.578438,696.6261828,1360.221138,1583.587842,1932.26717 +87421,1955.014198,694.6490819,899.8252852,1539.293679,1930.650054 +87422,2063.578018,824.8077921,941.6991471,1600.30953,2225.58379 +87423,2182.580645,827.3142984,983.9784654,1653.990856,2294.37115 +87424,2267.25781,826.4204984,1011.388955,1678.293507,2325.331721 +87425,2327.748214,825.5207847,1030.55846,1688.231494,2341.003777 +87426,2371.189076,824.6095785,1044.617047,1691.53839,2349.953093 +87427,2403.399403,823.6927727,1055.435446,1692.324921,2355.583017 +87428,2428.451198,822.6689898,1064.172803,1692.570334,2359.773083 +87429,2448.677842,821.6370898,1071.471724,1692.928907,2363.247695 +87430,2465.344182,820.5937647,1077.678782,1693.485001,2366.296707 +87431,2479.189863,819.5439453,1082.996441,1694.159434,2369.033148 +87432,2490.729007,818.4911123,1087.565361,1694.87254,2371.508207 +87433,2500.371114,817.4395669,1091.498617,1695.579664,2373.754904 +87434,2508.457294,816.3903868,1094.892557,1696.445118,2375.801124 +87435,2515.26938,815.3465425,1097.829521,1697.084513,2377.671893 +87436,2521.036128,814.3076784,1100.3792,1697.684274,2379.389529 +87437,2525.941063,813.2601295,1102.60007,1698.247743,2381.174242 +87438,2530.127899,812.2306877,1104.539846,1698.772768,2382.639486 +87439,2533.714625,811.2617698,1106.239919,1699.257506,2383.998334 +87440,2536.79668,810.1712632,1107.735397,1699.700287,2385.266929 +87441,2539.450187,809.2013676,1109.05558,1700.099492,2386.458062 +87442,2541.73583,808.189207,1110.224876,1700.453641,2387.58179 +87443,2543.70188,807.1896421,1111.263688,1700.761402,2388.646332 +87444,2545.35078,806.1929138,1112.1723,1700.99382,2389.62044 +87445,2546.747859,805.1982729,1112.980776,1701.176649,2390.545779 +87446,2547.946816,804.1536118,1113.714494,1701.330943,2391.457631 +87447,2548.950928,803.2364135,1114.376278,1701.442098,2392.343503 +87448,2549.770531,802.2042559,1114.971914,1701.502845,2393.200544 +87449,2550.413828,801.2162592,1115.507653,1701.509427,2394.029455 +87450,2550.882135,800.2163422,1115.989308,1701.459635,2394.832038 +87451,2551.189015,798.6907735,1116.422006,1701.351747,2395.610283 +87452,2551.247915,797.0481363,1116.78881,1701.086008,2396.366058 +87453,2551.009597,795.3471177,1117.080479,1700.605609,2397.100837 +87454,2550.472898,793.6032904,1117.295246,1699.911387,2397.815843 +87455,2549.660184,791.8731265,1117.438217,1699.029209,2398.512109 +87456,2548.597956,789.9840959,1117.51734,1697.987491,2399.190494 +87457,2547.308896,788.1764143,1117.537145,1696.808199,2399.851682 +87458,2545.810657,786.2925443,1117.502524,1695.322581,2400.496204 +87459,2544.11715,784.3879427,1117.417925,1693.917393,2401.124423 +87460,2542.239897,782.4545891,1117.287105,1692.409719,2401.736576 +87461,2540.188525,780.4933319,1117.113217,1690.79818,2402.332759 +87462,2538.007377,778.5044414,1116.915757,1689.112005,2402.951059 +87463,2535.669102,776.4886382,1116.681337,1687.327676,2403.555468 +87464,2533.151481,774.4293363,1116.398905,1685.426825,2404.115853 +87465,2530.467187,772.3574349,1116.077488,1683.422911,2404.65 +87466,2527.631384,770.2592497,1115.721774,1681.325378,2405.164095 +87467,2524.650869,768.1370336,1115.334532,1679.140206,2405.660016 +87468,2521.536768,765.9891621,1114.917624,1676.870623,2406.138219 +87469,2518.292163,763.8171553,1114.472414,1674.518259,2406.598592 +87470,2514.927875,761.6201521,1114.001192,1662.335378,2407.043515 +87471,2511.416136,759.3996488,1113.491391,1630.750331,2407.441851 +87472,2507.794259,757.6354798,1112.957602,1636.956767,2407.824462 +87473,2504.08285,754.6528682,1112.409729,1629.884221,2408.211699 +87474,2500.274636,752.7151756,1111.841986,1615.000711,2408.588284 +87475,2496.365976,750.2774459,1111.253186,1611.234051,2408.949493 +87476,2492.3611,748.0102175,1110.642689,1598.150052,2409.291999 +87477,2488.26322,745.617189,1110.010742,1591.821792,2409.614634 +87478,2483.892619,742.0172672,1109.356677,1592.362112,2409.914286 +87479,2480.248906,739.5174504,1108.633298,1585.269309,2410.190087 +87480,2476.912576,737.0420235,1107.862954,1569.838471,2410.447366 +87481,0,0,0,0,0 +87482,0,0,0,0,0 +87483,0,0,0,0,0 +87484,0,0,0,0,0 +87485,0,0,0,0,0 +87486,0,0,0,0,0 +87487,0,0,0,0,0 +87488,0,0,0,0,0 +87489,0,0,0,0,0 +87490,0,0,0,0,0 +87491,0,0,0,0,0 +87492,0,0,0,0,0 +87493,0,0,0,0,0 +87494,0,0,0,0,0 +87495,0,0,0,0,0 +87496,0,0,0,0,0 +87497,0,0,0,0,0 +87498,0,0,0,0,0 +87499,0,0,0,0,0 +87500,0,0,0,0,0 +87501,0,0,0,0,0 +87502,0,0,0,0,0 +87503,0,0,0,0,0 +87504,0,0,0,0,0 +87505,0,0,0,0,0 +87506,0,0,0,0,0 +87507,0,0,0,0,0 +87508,0,0,0,0,0 +87509,0,0,0,0,0 +87510,0,0,0,0,0 +87511,0,0,0,0,0 +87512,0,0,0,0,0 +87513,0,0,0,0,0 +87514,0,0,0,0,0 +87515,0,0,0,0,0 +87516,0,0,0,0,0 +87517,0,0,0,0,0 +87518,0,0,0,0,0 +87519,0,0,0,0,0 +87520,0,0,0,0,0 +87521,0,0,0,0,0 +87522,0,0,0,0,0 +87523,0,0,0,0,0 +87524,0,0,0,0,0 +87525,0,0,0,0,0 +87526,0,0,0,0,0 +87527,0,0,0,0,0 +87528,0,0,0,0,0 +87529,0,0,0,0,0 +87530,0,0,0,0,0 +87531,0,0,0,0,0 +87532,0,0,0,0,0 +87533,0,0,0,0,0 +87534,0,0,0,0,0 +87535,0,0,0,0,0 +87536,0,0,0,0,0 +87537,0,0,0,0,0 +87538,0,0,0,0,0 +87539,0,0,0,0,0 +87540,0,0,0,0,0 +87541,0,0,0,0,0 +87542,0,0,0,0,0 +87543,0,0,0,0,0 +87544,0,0,0,0,0 +87545,0,0,0,0,0 +87546,0,0,0,0,0 +87547,0,0,0,0,0 +87548,0,0,0,0,0 +87549,0,0,0,0,0 +87550,0,0,0,0,0 +87551,0,0,0,0,0 +87552,0,0,0,0,0 +87553,0,0,0,0,0 +87554,0,0,0,0,0 +87555,0,0,0,0,0 +87556,0,0,0,0,0 +87557,0,0,0,0,0 +87558,0,0,0,0,0 +87559,0,0,0,0,0 +87560,0,0,0,0,0 +87561,0,0,0,0,0 +87562,0,0,0,0,0 +87563,0,0,0,0,0 +87564,0,0,0,0,0 +87565,0,0,0,0,0 +87566,0,0,0,0,0 +87567,0,0,0,0,0 +87568,0,0,0,0,0 +87569,0,0,0,0,0 +87570,0,0,0,0,0 +87571,0,0,0,0,0 +87572,0,0,0,0,0 +87573,0,0,0,0,0 +87574,0,0,0,0,0 +87575,0,0,0,0,0 +87576,0,0,0,0,0 +87577,0,0,0,0,0 +87578,0,0,0,0,0 +87579,0,0,0,0,0 +87580,0,0,0,0,0 +87581,0,0,0,0,0 +87582,0,0,0,0,0 +87583,0,0,0,0,0 +87584,0,0,0,0,0 +87585,0,0,0,0,0 +87586,0,0,0,0,0 +87587,0,0,0,0,0 +87588,0,0,0,0,0 +87589,0,0,0,0,0 +87590,0,0,0,0,0 +87591,0,0,0,0,0 +87592,0,0,0,0,0 +87593,0,0,0,0,0 +87594,0,0,0,0,0 +87595,0,0,0,0,0 +87596,0,0,0,0,0 +87597,0,0,0,0,0 +87598,0,0,0,0,0 +87599,0,0,0,0,0 +87600,0,0,0,0,0 +87601,0,0,0,0,0 +87602,0,0,0,0,0 +87603,0,0,0,0,0 +87604,0,0,0,0,0 +87605,0,0,0,0,0 +87606,0,0,0,0,0 +87607,0,0,0,0,0 +87608,0,0,0,0,0 +87609,0,0,0,0,0 +87610,0,0,0,0,0 +87611,0,0,0,0,0 +87612,0,0,0,0,0 +87613,0,0,0,0,0 +87614,0,0,0,0,0 +87615,0,0,0,0,0 +87616,0,0,0,0,0 +87617,0,0,0,0,0 +87618,0,0,0,0,0 +87619,0,0,0,0,0 +87620,0,0,0,0,0 +87621,0,0,0,0,0 +87622,0,0,0,0,0 +87623,0,0,0,0,0 +87624,0,0,0,0,0 +87625,0,0,0,0,0 +87626,0,0,0,0,0 +87627,0,0,0,0,0 +87628,0,0,0,0,0 +87629,0,0,0,0,0 +87630,0,0,0,0,0 +87631,0,0,0,0,0 +87632,0,0,0,0,0 +87633,0,0,0,0,0 +87634,0,0,0,0,0 +87635,0,0,0,0,0 +87636,0,0,0,0,0 +87637,0,0,0,0,0 +87638,0,0,0,0,0 +87639,0,0,0,0,0 +87640,0,0,0,0,0 +87641,0,0,0,0,0 +87642,0,0,0,0,0 +87643,0,0,0,0,0 +87644,0,0,0,0,0 +87645,0,0,0,0,0 +87646,0,0,0,0,0 +87647,0,0,0,0,0 +87648,0,0,0,0,0 +87649,0,0,0,0,0 +87650,0,0,0,0,0 +87651,0,0,0,0,0 +87652,0,0,0,0,0 +87653,0,0,0,0,0 +87654,0,0,0,0,0 +87655,0,0,0,0,0 +87656,0,0,0,0,0 +87657,0,0,0,0,0 +87658,0,0,0,0,0 +87659,0,0,0,0,0 +87660,0,0,0,0,0 +87661,0,0,0,0,0 +87662,0,0,0,0,0 +87663,0,0,0,0,0 +87664,0,0,0,0,0 +87665,0,0,0,0,0 +87666,0,0,0,0,0 +87667,0,0,0,0,0 +87668,0,0,0,0,0 +87669,0,0,0,0,0 +87670,0,0,0,0,0 +87671,0,0,0,0,0 +87672,0,0,0,0,0 +87673,0,0,0,0,0 +87674,0,0,0,0,0 +87675,0,0,0,0,0 +87676,0,0,0,0,0 +87677,0,0,0,0,0 +87678,0,0,0,0,0 +87679,0,0,0,0,0 +87680,0,0,0,0,0 +87681,0,0,0,0,0 +87682,0,0,0,0,0 +87683,0,0,0,0,0 +87684,0,0,0,0,0 +87685,0,0,0,0,0 +87686,0,0,0,0,0 +87687,0,0,0,0,0 +87688,0,0,0,0,0 +87689,0,0,0,0,0 +87690,0,0,0,0,0 +87691,0,0,0,0,0 +87692,0,0,0,0,0 +87693,0,0,0,0,0 +87694,0,0,0,0,0 +87695,0,0,0,0,0 +87696,0,0,0,0,0 +87697,0,0,0,0,0 +87698,0,0,0,0,0 +87699,0,0,0,0,0 +87700,0,0,0,0,0 +87701,0,0,0,0,0 +87702,0,0,0,0,0 +87703,0,0,0,0,0 +87704,0,0,0,0,0 +87705,0,0,0,0,0 +87706,0,0,0,0,0 +87707,0,0,0,0,0 +87708,0,0,0,0,0 +87709,0,0,0,0,0 +87710,0,0,0,0,0 +87711,0,0,0,0,0 +87712,0,0,0,0,0 +87713,0,0,0,0,0 +87714,0,0,0,0,0 +87715,0,0,0,0,0 +87716,0,0,0,0,0 +87717,0,0,0,0,0 +87718,0,0,0,0,0 +87719,0,0,0,0,0 +87720,0,0,0,0,0 +87721,0,0,0,0,0 +87722,0,0,0,0,0 +87723,0,0,0,0,0 +87724,0,0,0,0,0 +87725,0,0,0,0,0 +87726,0,0,0,0,0 +87727,0,0,0,0,0 +87728,0,0,0,0,0 +87729,0,0,0,0,0 +87730,0,0,0,0,0 +87731,0,0,0,0,0 +87732,0,0,0,0,0 +87733,0,0,0,0,0 +87734,0,0,0,0,0 +87735,0,0,0,0,0 +87736,0,0,0,0,0 +87737,0,0,0,0,0 +87738,0,0,0,0,0 +87739,0,0,0,0,0 +87740,0,0,0,0,0 +87741,0,0,0,0,0 +87742,0,0,0,0,0 +87743,0,0,0,0,0 +87744,0,0,0,0,0 +87745,0,0,0,0,0 +87746,0,0,0,0,0 +87747,0,0,0,0,0 +87748,0,0,0,0,0 +87749,0,0,0,0,0 +87750,0,0,0,0,0 +87751,0,0,0,0,0 +87752,0,0,0,0,0 +87753,0,0,0,0,0 +87754,0,0,0,0,0 +87755,0,0,0,0,0 +87756,0,0,0,0,0 +87757,0,0,0,0,0 +87758,0,0,0,0,0 +87759,0,0,0,0,0 +87760,0,0,0,0,0 +87761,0,0,0,0,0 +87762,0,0,0,0,0 +87763,0,0,0,0,0 +87764,0,0,0,0,0 +87765,0,0,0,0,0 +87766,0,0,0,0,0 +87767,0,0,0,0,0 +87768,0,0,0,0,0 +87769,0,0,0,0,0 +87770,0,0,0,0,0 +87771,0,0,0,0,0 +87772,0,0,0,0,0 +87773,0,0,0,0,0 +87774,0,0,0,0,0 +87775,0,0,0,0,0 +87776,0,0,0,0,0 +87777,0,0,0,0,0 +87778,0,0,0,0,0 +87779,0,0,0,0,0 +87780,0,0,0,0,0 +87781,0,0,0,0,0 +87782,0,0,0,0,0 +87783,0,0,0,0,0 +87784,0,0,0,0,0 +87785,0,0,0,0,0 +87786,0,0,0,0,0 +87787,0,0,0,0,0 +87788,0,0,0,0,0 +87789,0,0,0,0,0 +87790,0,0,0,0,0 +87791,0,0,0,0,0 +87792,0,0,0,0,0 +87793,0,0,0,0,0 +87794,0,0,0,0,0 +87795,0,0,0,0,0 +87796,0,0,0,0,0 +87797,0,0,0,0,0 +87798,0,0,0,0,0 +87799,0,0,0,0,0 +87800,0,0,0,0,0 +87801,0,0,0,0,0 +87802,0,0,0,0,0 +87803,0,0,0,0,0 +87804,0,0,0,0,0 +87805,0,0,0,0,0 +87806,0,0,0,0,0 +87807,0,0,0,0,0 +87808,0,0,0,0,0 +87809,0,0,0,0,0 +87810,0,0,0,0,0 +87811,0,0,0,0,0 +87812,0,0,0,0,0 +87813,0,0,0,0,0 +87814,0,0,0,0,0 +87815,0,0,0,0,0 +87816,0,0,0,0,0 +87817,0,0,0,0,0 +87818,0,0,0,0,0 +87819,0,0,0,0,0 +87820,0,0,0,0,0 +87821,0,0,0,0,0 +87822,0,0,0,0,0 +87823,0,0,0,0,0 +87824,0,0,0,0,0 +87825,0,0,0,0,0 +87826,0,0,0,0,0 +87827,0,0,0,0,0 +87828,0,0,0,0,0 +87829,0,0,0,0,0 +87830,0,0,0,0,0 +87831,0,0,0,0,0 +87832,0,0,0,0,0 +87833,0,0,0,0,0 +87834,0,0,0,0,0 +87835,0,0,0,0,0 +87836,0,0,0,0,0 +87837,0,0,0,0,0 +87838,0,0,0,0,0 +87839,0,0,0,0,0 +87840,0,0,0,0,0 +87841,0,0,0,0,0 +87842,0,0,0,0,0 +87843,0,0,0,0,0 +87844,0,0,0,0,0 +87845,0,0,0,0,0 +87846,0,0,0,0,0 +87847,0,0,0,0,0 +87848,0,0,0,0,0 +87849,0,0,0,0,0 +87850,0,0,0,0,0 +87851,0,0,0,0,0 +87852,0,0,0,0,0 +87853,0,0,0,0,0 +87854,0,0,0,0,0 +87855,0,0,0,0,0 +87856,0,0,0,0,0 +87857,0,0,0,0,0 +87858,0,0,0,0,0 +87859,0,0,0,0,0 +87860,0,0,0,0,0 +87861,0,0,0,0,0 +87862,0,0,0,0,0 +87863,0,0,0,0,0 +87864,0,0,0,0,0 +87865,0,0,0,0,0 +87866,0,0,0,0,0 +87867,0,0,0,0,0 +87868,0,0,0,0,0 +87869,0,0,0,0,0 +87870,0,0,0,0,0 +87871,0,0,0,0,0 +87872,0,0,0,0,0 +87873,0,0,0,0,0 +87874,0,0,0,0,0 +87875,0,0,0,0,0 +87876,0,0,0,0,0 +87877,0,0,0,0,0 +87878,0,0,0,0,0 +87879,0,0,0,0,0 +87880,0,0,0,0,0 +87881,0,0,0,0,0 +87882,0,0,0,0,0 +87883,0,0,0,0,0 +87884,0,0,0,0,0 +87885,0,0,0,0,0 +87886,0,0,0,0,0 +87887,0,0,0,0,0 +87888,0,0,0,0,0 +87889,0,0,0,0,0 +87890,0,0,0,0,0 +87891,0,0,0,0,0 +87892,0,0,0,0,0 +87893,0,0,0,0,0 +87894,0,0,0,0,0 +87895,0,0,0,0,0 +87896,0,0,0,0,0 +87897,0,0,0,0,0 +87898,0,0,0,0,0 +87899,0,0,0,0,0 +87900,0,0,0,0,0 +87901,0,0,0,0,0 +87902,0,0,0,0,0 +87903,0,0,0,0,0 +87904,0,0,0,0,0 +87905,0,0,0,0,0 +87906,0,0,0,0,0 +87907,0,0,0,0,0 +87908,0,0,0,0,0 +87909,0,0,0,0,0 +87910,0,0,0,0,0 +87911,0,0,0,0,0 +87912,0,0,0,0,0 +87913,0,0,0,0,0 +87914,0,0,0,0,0 +87915,0,0,0,0,0 +87916,0,0,0,0,0 +87917,0,0,0,0,0 +87918,0,0,0,0,0 +87919,0,0,0,0,0 +87920,0,0,0,0,0 +87921,0,0,0,0,0 +87922,0,0,0,0,0 +87923,0,0,0,0,0 +87924,0,0,0,0,0 +87925,0,0,0,0,0 +87926,0,0,0,0,0 +87927,0,0,0,0,0 +87928,0,0,0,0,0 +87929,0,0,0,0,0 +87930,0,0,0,0,0 +87931,0,0,0,0,0 +87932,0,0,0,0,0 +87933,0,0,0,0,0 +87934,0,0,0,0,0 +87935,0,0,0,0,0 +87936,0,0,0,0,0 +87937,0,0,0,0,0 +87938,0,0,0,0,0 +87939,0,0,0,0,0 +87940,0,0,0,0,0 +87941,0,0,0,0,0 +87942,0,0,0,0,0 +87943,0,0,0,0,0 +87944,0,0,0,0,0 +87945,0,0,0,0,0 +87946,0,0,0,0,0 +87947,0,0,0,0,0 +87948,0,0,0,0,0 +87949,0,0,0,0,0 +87950,0,0,0,0,0 +87951,0,0,0,0,0 +87952,0,0,0,0,0 +87953,0,0,0,0,0 +87954,0,0,0,0,0 +87955,0,0,0,0,0 +87956,0,0,0,0,0 +87957,0,0,0,0,0 +87958,0,0,0,0,0 +87959,0,0,0,0,0 +87960,0,0,0,0,0 +87961,0,0,0,0,0 +87962,0,0,0,0,0 +87963,0,0,0,0,0 +87964,0,0,0,0,0 +87965,0,0,0,0,0 +87966,0,0,0,0,0 +87967,0,0,0,0,0 +87968,0,0,0,0,0 +87969,0,0,0,0,0 +87970,0,0,0,0,0 +87971,0,0,0,0,0 +87972,0,0,0,0,0 +87973,0,0,0,0,0 +87974,0,0,0,0,0 +87975,0,0,0,0,0 +87976,0,0,0,0,0 +87977,0,0,0,0,0 +87978,0,0,0,0,0 +87979,0,0,0,0,0 +87980,0,0,0,0,0 +87981,0,0,0,0,0 +87982,0,0,0,0,0 +87983,0,0,0,0,0 +87984,0,0,0,0,0 +87985,0,0,0,0,0 +87986,0,0,0,0,0 +87987,0,0,0,0,0 +87988,0,0,0,0,0 +87989,0,0,0,0,0 +87990,0,0,0,0,0 +87991,0,0,0,0,0 +87992,0,0,0,0,0 +87993,0,0,0,0,0 +87994,0,0,0,0,0 +87995,0,0,0,0,0 +87996,0,0,0,0,0 +87997,0,0,0,0,0 +87998,0,0,0,0,0 +87999,0,0,0,0,0 +88000,0,0,0,0,0 +88001,0,0,0,0,0 +88002,0,0,0,0,0 +88003,0,0,0,0,0 +88004,0,0,0,0,0 +88005,0,0,0,0,0 +88006,0,0,0,0,0 +88007,0,0,0,0,0 +88008,0,0,0,0,0 +88009,0,0,0,0,0 +88010,0,0,0,0,0 +88011,0,0,0,0,0 +88012,0,0,0,0,0 +88013,0,0,0,0,0 +88014,0,0,0,0,0 +88015,0,0,0,0,0 +88016,0,0,0,0,0 +88017,0,0,0,0,0 +88018,0,0,0,0,0 +88019,0,0,0,0,0 +88020,0,0,0,0,0 +88021,0,0,0,0,0 +88022,0,0,0,0,0 +88023,0,0,0,0,0 +88024,0,0,0,0,0 +88025,0,0,0,0,0 +88026,0,0,0,0,0 +88027,0,0,0,0,0 +88028,0,0,0,0,0 +88029,0,0,0,0,0 +88030,0,0,0,0,0 +88031,0,0,0,0,0 +88032,0,0,0,0,0 +88033,0,0,0,0,0 +88034,0,0,0,0,0 +88035,0,0,0,0,0 +88036,0,0,0,0,0 +88037,0,0,0,0,0 +88038,0,0,0,0,0 +88039,0,0,0,0,0 +88040,0,0,0,0,0 +88041,0,0,0,0,0 +88042,0,0,0,0,0 +88043,0,0,0,0,0 +88044,0,0,0,0,0 +88045,0,0,0,0,0 +88046,0,0,0,0,0 +88047,0,0,0,0,0 +88048,0,0,0,0,0 +88049,0,0,0,0,0 +88050,0,0,0,0,0 +88051,0,0,0,0,0 +88052,0,0,0,0,0 +88053,0,0,0,0,0 +88054,0,0,0,0,0 +88055,0,0,0,0,0 +88056,0,0,0,0,0 +88057,0,0,0,0,0 +88058,0,0,0,0,0 +88059,0,0,0,0,0 +88060,0,0,0,0,0 +88061,0,0,0,0,0 +88062,0,0,0,0,0 +88063,0,0,0,0,0 +88064,0,0,0,0,0 +88065,0,0,0,0,0 +88066,0,0,0,0,0 +88067,0,0,0,0,0 +88068,0,0,0,0,0 +88069,0,0,0,0,0 +88070,0,0,0,0,0 +88071,0,0,0,0,0 +88072,0,0,0,0,0 +88073,0,0,0,0,0 +88074,0,0,0,0,0 +88075,0,0,0,0,0 +88076,0,0,0,0,0 +88077,0,0,0,0,0 +88078,0,0,0,0,0 +88079,0,0,0,0,0 +88080,0,0,0,0,0 +88081,0,0,0,0,0 +88082,0,0,0,0,0 +88083,0,0,0,0,0 +88084,0,0,0,0,0 +88085,0,0,0,0,0 +88086,0,0,0,0,0 +88087,0,0,0,0,0 +88088,0,0,0,0,0 +88089,0,0,0,0,0 +88090,0,0,0,0,0 +88091,0,0,0,0,0 +88092,0,0,0,0,0 +88093,0,0,0,0,0 +88094,0,0,0,0,0 +88095,0,0,0,0,0 +88096,0,0,0,0,0 +88097,0,0,0,0,0 +88098,0,0,0,0,0 +88099,0,0,0,0,0 +88100,0,0,0,0,0 +88101,0,0,0,0,0 +88102,0,0,0,0,0 +88103,0,0,0,0,0 +88104,0,0,0,0,0 +88105,0,0,0,0,0 +88106,0,0,0,0,0 +88107,0,0,0,0,0 +88108,0,0,0,0,0 +88109,0,0,0,0,0 +88110,0,0,0,0,0 +88111,0,0,0,0,0 +88112,0,0,0,0,0 +88113,0,0,0,0,0 +88114,0,0,0,0,0 +88115,0,0,0,0,0 +88116,0,0,0,0,0 +88117,0,0,0,0,0 +88118,0,0,0,0,0 +88119,0,0,0,0,0 +88120,0,0,0,0,0 +88121,0,0,0,0,0 +88122,0,0,0,0,0 +88123,0,0,0,0,0 +88124,0,0,0,0,0 +88125,0,0,0,0,0 +88126,0,0,0,0,0 +88127,0,0,0,0,0 +88128,0,0,0,0,0 +88129,0,0,0,0,0 +88130,0,0,0,0,0 +88131,0,0,0,0,0 +88132,0,0,0,0,0 +88133,0,0,0,0,0 +88134,0,0,0,0,0 +88135,0,0,0,0,0 +88136,0,0,0,0,0 +88137,0,0,0,0,0 +88138,0,0,0,0,0 +88139,0,0,0,0,0 +88140,0,0,0,0,0 +88141,0,0,0,0,0 +88142,0,0,0,0,0 +88143,0,0,0,0,0 +88144,0,0,0,0,0 +88145,0,0,0,0,0 +88146,0,0,0,0,0 +88147,0,0,0,0,0 +88148,0,0,0,0,0 +88149,0,0,0,0,0 +88150,0,0,0,0,0 +88151,0,0,0,0,0 +88152,0,0,0,0,0 +88153,0,0,0,0,0 +88154,0,0,0,0,0 +88155,0,0,0,0,0 +88156,0,0,0,0,0 +88157,0,0,0,0,0 +88158,0,0,0,0,0 +88159,0,0,0,0,0 +88160,0,0,0,0,0 +88161,0,0,0,0,0 +88162,0,0,0,0,0 +88163,0,0,0,0,0 +88164,0,0,0,0,0 +88165,0,0,0,0,0 +88166,0,0,0,0,0 +88167,0,0,0,0,0 +88168,0,0,0,0,0 +88169,0,0,0,0,0 +88170,0,0,0,0,0 +88171,0,0,0,0,0 +88172,0,0,0,0,0 +88173,0,0,0,0,0 +88174,0,0,0,0,0 +88175,0,0,0,0,0 +88176,0,0,0,0,0 +88177,0,0,0,0,0 +88178,0,0,0,0,0 +88179,0,0,0,0,0 +88180,0,0,0,0,0 +88181,0,0,0,0,0 +88182,0,0,0,0,0 +88183,0,0,0,0,0 +88184,0,0,0,0,0 +88185,0,0,0,0,0 +88186,0,0,0,0,0 +88187,0,0,0,0,0 +88188,0,0,0,0,0 +88189,0,0,0,0,0 +88190,0,0,0,0,0 +88191,0,0,0,0,0 +88192,0,0,0,0,0 +88193,0,0,0,0,0 +88194,0,0,0,0,0 +88195,0,0,0,0,0 +88196,0,0,0,0,0 +88197,0,0,0,0,0 +88198,0,0,0,0,0 +88199,0,0,0,0,0 +88200,0,0,0,0,0 +88201,0,0,0,0,0 +88202,0,0,0,0,0 +88203,0,0,0,0,0 +88204,0,0,0,0,0 +88205,0,0,0,0,0 +88206,0,0,0,0,0 +88207,0,0,0,0,0 +88208,0,0,0,0,0 +88209,0,0,0,0,0 +88210,0,0,0,0,0 +88211,0,0,0,0,0 +88212,0,0,0,0,0 +88213,0,0,0,0,0 +88214,0,0,0,0,0 +88215,0,0,0,0,0 +88216,0,0,0,0,0 +88217,0,0,0,0,0 +88218,0,0,0,0,0 +88219,0,0,0,0,0 +88220,0,0,0,0,0 +88221,0,0,0,0,0 +88222,0,0,0,0,0 +88223,0,0,0,0,0 +88224,0,0,0,0,0 +88225,0,0,0,0,0 +88226,0,0,0,0,0 +88227,0,0,0,0,0 +88228,0,0,0,0,0 +88229,0,0,0,0,0 +88230,0,0,0,0,0 +88231,0,0,0,0,0 +88232,0,0,0,0,0 +88233,0,0,0,0,0 +88234,0,0,0,0,0 +88235,0,0,0,0,0 +88236,0,0,0,0,0 +88237,0,0,0,0,0 +88238,0,0,0,0,0 +88239,0,0,0,0,0 +88240,0,0,0,0,0 +88241,0,0,0,0,0 +88242,0,0,0,0,0 +88243,0,0,0,0,0 +88244,0,0,0,0,0 +88245,0,0,0,0,0 +88246,0,0,0,0,0 +88247,0,0,0,0,0 +88248,0,0,0,0,0 +88249,0,0,0,0,0 +88250,0,0,0,0,0 +88251,0,0,0,0,0 +88252,0,0,0,0,0 +88253,0,0,0,0,0 +88254,0,0,0,0,0 +88255,0,0,0,0,0 +88256,0,0,0,0,0 +88257,0,0,0,0,0 +88258,0,0,0,0,0 +88259,0,0,0,0,0 +88260,0,0,0,0,0 +88261,-1499.693655,-656.8006388,-1467.117346,-663.6830399,-250.6049368 +88262,-1636.806146,-689.694466,-1597.387817,-701.4915031,-453.2525793 +88263,-1994.766554,-829.9613905,-1946.170497,-846.8327844,-1240.656811 +88264,-1588.21719,-642.2817754,-1536.378211,-664.319073,-613.6290033 +88265,-1879.157801,-771.8978674,-1825.210026,-797.8716408,-1183.975636 +88266,-1642.882054,-661.8201031,-1586.310872,-691.4146931,-770.3719955 +88267,-1748.305645,-705.8833076,-1687.712596,-739.1021805,-923.9414426 +88268,-1858.291244,-754.1034785,-1794.959858,-790.9815532,-1169.783021 +88269,-1741.922507,-698.7206604,-1675.416052,-739.2635539,-978.474789 +88270,-1791.196085,-338.6744492,-1720.955374,-761.8648621,-1048.812657 +88271,-1814.630863,-379.9382733,-1741.102722,-773.2077149,-1092.180106 +88272,-1812.907834,-380.7409571,-1661.1426,-773.2925166,-1098.412604 +88273,-1775.069107,-329.4417906,-875.9704985,-756.9973032,-1041.901939 +88274,-1743.935275,-305.1587654,-1314.975682,-743.7279471,-997.6021638 +88275,-1726.591266,-282.2695299,-1149.515307,-736.6725079,-977.3012167 +88276,-1322.111223,-257.7107207,-1122.720504,-709.5491522,-875.8241648 +88277,-1495.139753,-242.8568018,-1097.801662,-726.886204,-1044.780842 +88278,-1415.905779,-224.221286,-1071.86033,-594.1208514,-545.5988448 +88279,-1446.677773,-205.4737663,-1050.143831,-636.3453692,-660.6893867 +88280,-1383.830578,-187.4196429,-1028.511027,-657.7487625,-717.4998386 +88281,-1386.003677,-168.7295779,-1003.286988,-668.5471454,-747.7730942 +88282,-1372.19429,-149.7502556,-982.1384429,-713.8571429,-1033.176008 +88283,-1357.014223,-130.991342,-960.1614937,-565.3764736,-473.6722586 +88284,-1343.354559,-115.0970163,-941.8290071,-615.6721484,-612.0387665 +88285,-1333.22723,-97.49894787,-924.2946511,-641.6987281,-680.9758297 +88286,-1318.094442,-82.1546323,-906.2476758,-601.9254668,-713.6635072 +88287,-1308.093019,-65.75739767,-886.7130973,-592.4338974,-720.9761081 +88288,-1294.799317,-49.89963295,-873.8236157,-594.2927306,-725.3870477 +88289,-1280.713897,-33.85281786,-854.8933965,-584.3474078,-728.3577075 +88290,-1271.914215,-18.24595554,-839.6962064,-579.7477241,-1022.146207 +88291,-1260.601694,-2.611418493,-822.2167765,-540.1278334,-405.0472344 +88292,-1247.114668,11.91041351,-808.6303662,-597.5661425,-558.0187979 +88293,-1235.69619,33.96784487,-794.8392804,-561.2954533,-992.1720429 +88294,-1224.025596,53.87193967,-775.4261713,-522.5586332,-366.0903948 +88295,-1217.137235,37.76689053,-766.5985565,-588.7431547,-958.6408444 +88296,-1195.703616,142.5610485,-748.2596277,-498.4621293,-305.7808894 +88297,-1200.235706,37.64927863,-736.3920512,-580.6038661,-946.354969 +88298,-1171.848278,204.1220117,-721.3335878,-489.2990737,-286.4984203 +88299,-1181.344797,119.4842744,-709.412616,-565.1232951,-486.999291 +88300,-1155.587404,147.221874,-695.911589,-505.983516,-610.653115 +88301,-1152.850966,138.1408921,-682.1400421,-518.2961362,-672.0743019 +88302,-1139.208079,38.96553879,-670.3267778,-511.177421,-1004.359185 +88303,-1128.768504,42.36360988,-656.2887185,-504.3479035,-905.7184903 +88304,-1120.998869,51.00921325,-645.4756097,-500.1002573,-830.5077768 +88305,-994.8154596,244.3836503,-633.2901285,-418.4840832,-99.65946966 +88306,-1270.500718,51.82519146,-621.5664072,-601.3714932,-884.9273797 +88307,-1009.427505,228.3634758,-608.8773912,-432.0585077,-206.924923 +88308,-1100.690589,55.14173848,-599.7120334,-491.6618113,-902.6106446 +88309,-1070.57109,230.0265072,-586.1796218,-459.0547427,-223.992356 +88310,-1064.889369,59.75325713,-576.4184802,-494.7942333,-906.3827962 +88311,-1050.675962,231.2244827,-565.0854681,-454.29192,-241.0331672 +88312,-1046.208743,65.02622225,-554.8764637,-462.9993077,-905.4749219 +88313,-1032.228166,234.904988,-544.8523522,-455.9385582,-245.7526093 +88314,-1028.743952,70.71134394,-534.7292752,-453.0652244,-901.9799578 +88315,-1014.236821,74.58935181,-523.6527323,-445.9747009,-837.6971743 +88316,-985.2773119,263.2259806,-514.2501352,-417.9874052,-127.6638795 +88317,-1032.856739,81.36170727,-504.8195694,-473.6327573,-867.8355845 +88318,-974.7708486,255.4265695,-494.7473142,-416.858589,-199.5433023 +88319,-982.6893985,222.070473,-486.8316726,-433.0146041,-415.9468844 +88320,-974.7968725,199.5085629,-477.370758,-424.3470675,-563.3080159 +88321,110.0291028,102.3650425,109.7630436,49.80504088,-903.3441373 +88322,325.8674853,212.5403703,334.1679059,147.9837879,-459.2830506 +88323,83.23806292,118.6033221,103.3792804,37.7582873,128.6940318 +88324,86.05026125,135.4363673,117.5653229,39.18397551,180.0094431 +88325,91.30198398,151.2694375,132.4863019,41.75122953,218.4917565 +88326,97.31963787,165.3808594,146.508316,44.64645285,249.1586288 +88327,103.2509627,177.819337,159.1362791,47.46422789,275.7311683 +88328,108.8657152,188.8820412,170.4464933,50.10391642,299.7779571 +88329,114.2018753,198.8644697,180.6768672,52.5927883,321.7774182 +88330,119.340136,207.989803,190.0399012,54.97581974,341.890757 +88331,124.3476779,216.4241844,198.7012496,57.28878162,360.288662 +88332,129.2145838,224.2709405,206.7324599,59.53027329,377.0835348 +88333,133.9939337,231.6437319,214.2564647,61.72644408,392.5342041 +88334,138.6845976,238.6167171,221.3318548,63.87825026,406.7936663 +88335,143.2934176,245.2480357,228.0150308,65.99073029,420.0145582 +88336,147.8313648,499.0610766,234.3596856,68.06937843,432.3272001 +88337,152.3085721,437.987094,240.4123361,70.11903055,443.8431775 +88338,156.7329997,468.6627778,246.2114771,72.14357289,454.6585765 +88339,161.1106793,502.2983336,251.788762,74.14602674,464.8562485 +88340,165.4463234,526.0740964,257.1704705,76.12876384,474.507733 +88341,169.7438068,548.889454,262.3786606,78.09370534,483.6749617 +88342,174.0064622,571.8389789,267.4319874,80.04246662,492.4117485 +88343,178.2371866,593.9529151,272.346276,81.97642419,500.764929 +88344,182.4384941,616.1758804,277.1349636,83.89675605,508.7753128 +88345,186.6125465,638.3145801,281.8094699,85.80446641,516.4784722 +88346,190.7611813,659.3004541,286.3795063,87.70040505,523.9054145 +88347,194.8859716,681.1557246,290.8533541,89.58529835,531.0832215 +88348,198.9882508,702.0148608,295.2380911,91.45976288,538.0355484 +88349,203.0691766,722.7018031,299.5397935,93.32433555,544.7831337 +88350,207.1282778,743.6779073,303.7622355,95.17881382,551.3414953 +88351,211.1576217,762.2243703,307.8996867,97.0196049,557.7106199 +88352,215.163467,780.5132559,311.9549696,98.84836456,563.9391615 +88353,219.1330115,798.1774558,315.9205037,100.6586901,570.0288913 +88354,223.0641749,816.4091296,319.792925,102.4496954,575.9873934 +88355,226.9589671,833.0327239,323.5806442,104.2226138,581.8230021 +88356,230.8201772,850.2720303,327.2857592,105.9790383,587.5436661 +88357,234.650257,866.9312798,330.9129472,107.7203328,593.156715 +88358,238.4511351,883.0470507,334.4719767,109.4475517,598.6687305 +88359,242.2243948,899.8046577,337.9629009,111.1615448,604.0856666 +88360,245.6583512,915.4744156,341.074986,112.7207376,608.8437347 +88361,249.4804668,939.170227,344.5425943,114.4559775,614.268269 +88362,253.249635,958.9162032,347.9226075,116.166701,619.5600785 +88363,256.9733009,978.6563826,351.2228692,117.8562867,624.7350091 +88364,260.6582304,998.0013479,354.45233,119.5278701,629.807262 +88365,264.3101928,1017.091703,357.6190371,121.1855055,634.789049 +88366,267.9335469,1035.917043,360.7291774,122.8271614,639.6899493 +88367,271.5313775,1054.4414,363.7872498,124.4511514,644.5171715 +88368,275.105819,1072.817608,366.7965992,126.0578118,649.2761149 +88369,278.6584219,1090.862698,369.7598713,127.6485548,653.9710173 +88370,282.1903221,1108.704504,372.6792742,129.224924,658.6052559 +88371,285.7024275,1126.259923,375.5567427,130.7882122,663.1816933 +88372,289.1954397,1143.703228,378.3939996,132.339412,667.7027225 +88373,292.6699653,1160.780572,381.1926298,133.8793006,672.1704805 +88374,296.1264947,1177.791161,383.9540995,135.4085039,676.5868146 +88375,299.5654773,1194.48998,386.6797958,136.9275481,680.9534284 +88376,302.9872917,1210.490886,389.3710389,138.4368814,685.271832 +88377,306.3923119,1227.550825,392.0291121,139.9368954,689.5434695 +88378,309.7809801,1243.254575,394.6552678,141.4279344,693.7697068 +88379,313.1451881,1259.384225,397.2507498,142.9103106,697.9519028 +88380,316.4793789,1274.941355,399.8167467,144.3842867,702.0911623 +88381,319.72276,1459.598801,402.2943265,145.8227781,706.0792862 +88382,329.986106,1477.152548,411.8135561,150.4217438,723.3722181 +88383,343.7677571,1493.46672,424.8666556,156.5576033,747.3702863 +88384,357.5513285,1509.708603,437.9257203,162.6274328,771.5606579 +88385,369.5893828,1525.450848,449.5333478,167.9870194,793.269021 +88386,379.8518773,1541.009804,459.5522612,172.6000217,812.2236514 +88387,388.7813939,1556.269918,468.0439652,176.5334778,828.923378 +88388,396.7600601,1571.490581,475.4097154,179.9785502,843.873478 +88389,404.0222643,1586.426939,481.9752221,183.0834212,857.4165617 +88390,410.7055914,1600.998512,487.9346911,185.9351406,869.7726208 +88391,416.9037371,1615.692116,493.4017073,188.5843486,881.1009777 +88392,422.6918787,1629.925387,498.4544625,191.0656603,891.5332751 +88393,428.1346003,1644.307438,503.1568139,193.4069349,901.1851424 +88394,433.2870537,1666.571557,507.5639888,195.6317893,910.15825 +88395,438.1954864,1670.000747,511.7234597,197.760072,918.5410733 +88396,442.8980738,1699.335503,515.6751305,199.8080634,926.4097342 +88397,447.4262429,1693.053865,519.4575038,201.7889613,933.8296021 +88398,451.80584,1698.226789,523.10788,203.7134026,940.8567261 +88399,456.0582169,1735.964053,526.6574504,205.5899937,947.5393065 +88400,460.2010172,1736.006901,530.1200471,207.4257039,953.9187797 +88401,464.2488906,1751.814949,533.5138381,209.2262136,960.030891 +88402,468.2139769,1764.466443,536.84372,210.9961438,965.9064239 +88403,472.106372,1777.332265,540.1244013,212.7392706,971.5719559 +88404,475.934459,1789.621814,543.3636717,214.4586743,977.0504047 +88405,479.7052424,1802.099928,546.5669545,216.1568864,982.361611 +88406,483.4245628,1814.066436,549.7394007,217.8359828,987.5227249 +88407,487.0973319,1826.28771,552.8860882,219.4976844,992.5486468 +88408,490.7276639,1838.199034,556.0117188,221.1434107,997.4522863 +88409,494.351097,1849.849094,559.1202808,222.7743587,1002.244935 +88410,497.9596169,1861.531205,562.2135045,224.3915187,1006.936384 +88411,501.5416253,1872.577557,565.2914565,225.9957276,1011.535195 +88412,505.0956623,1883.420913,568.3586923,227.5899085,1016.048828 +88413,508.6243552,1894.088397,571.4174638,229.1758572,1020.483869 +88414,512.1306309,1904.665855,574.4675439,230.7541242,1024.846068 +88415,515.6166935,1914.859274,636.2894912,232.324704,1029.140529 +88416,519.084081,1924.995929,708.8015415,233.8850876,1033.371764 +88417,522.5339574,1935.107463,676.078386,235.4313503,1037.543791 +88418,525.9671947,1944.97397,703.1666932,236.961461,1041.660023 +88419,529.3845282,1954.541415,714.855242,238.4756375,1045.723468 +88420,532.7865526,1964.134648,726.4967442,239.9750933,1049.736725 +88421,536.1737964,1973.500191,737.7560663,241.4611461,1145.926052 +88422,539.5467454,1982.730477,748.8127317,242.9348945,1206.241949 +88423,542.9058375,1991.809347,759.9405499,244.3971976,1176.800958 +88424,546.2513949,2000.745728,770.6071299,245.8487233,1207.370781 +88425,549.5836373,2009.53399,781.4460314,247.2900064,1221.337023 +88426,552.9027554,2018.178739,791.9346992,248.7214931,1235.006706 +88427,556.2089449,2026.77184,802.3568661,250.1435666,1248.281026 +88428,559.5024438,2034.999766,812.6086546,251.5565635,1261.290307 +88429,562.7834978,2043.193802,822.6561434,252.9607795,1274.358521 +88430,566.0523641,2051.293903,832.8682367,254.3564757,1287.015441 +88431,569.3010254,2059.272866,842.6578153,255.743885,1299.471086 +88432,572.5220251,2067.097413,852.4893507,257.1232187,1312.120887 +88433,575.7121937,2074.733475,862.1558856,258.494648,1323.94274 +88434,578.8725406,2082.250569,871.5796488,259.8583238,1336.291729 +88435,661.5707849,2089.746043,881.2789255,261.2143808,1347.922674 +88436,700.9472569,2096.932305,890.6583024,262.5629437,1360.01714 +88437,683.7139256,2104.179189,899.6880718,263.9041268,1371.277094 +88438,708.7092252,2111.007707,908.8187803,315.2111042,1382.690807 +88439,721.695675,2118.228045,918.1015469,306.1792106,1394.204457 +88440,734.2564487,2124.687971,926.9419259,312.3000427,1405.216887 +88441,753.1064101,2134.299407,942.1877394,323.1880543,1437.732525 +88442,766.4888072,2141.36015,952.1182345,329.6497016,1450.248822 +88443,779.6059089,2147.981745,961.9525749,335.7538539,1461.94098 +88444,792.0708973,2154.592671,971.1261277,341.7103092,1473.378042 +88445,804.7166207,2160.851056,980.3171005,347.5916274,1484.29701 +88446,816.7993561,2167.23312,989.3491969,353.3141451,1495.487896 +88447,829.1167801,2177.764554,998.2770615,358.9314159,1506.223296 +88448,841.0559439,2176.664033,1006.900991,364.58199,1516.454214 +88449,852.9283225,2197.16558,1015.997753,370.0551275,1526.984343 +88450,864.5446297,2174.124376,1024.495922,375.376503,1537.18733 +88451,876.5775275,2201.191355,1033.131547,380.9181967,1547.297614 +88452,887.578985,2201.382556,1041.893333,386.2087818,1557.282814 +88453,899.4169098,2206.107638,1049.990173,391.298361,1566.934066 +88454,910.6076479,2211.995628,1058.545025,396.638785,1577.086207 +88455,921.8483334,2216.828135,1066.872293,401.6357471,1586.585979 +88456,932.8631823,2221.80117,1074.889426,406.8263129,1596.175935 +88457,944.1334332,2226.586412,1083.500232,411.7987053,1605.606862 +88458,955.0022081,2231.376593,1091.450393,416.6881633,1615.008857 +88459,965.6556834,2235.686008,1099.61813,421.7263421,1624.210816 +88460,976.8401849,2240.367588,1107.607521,426.4325434,1633.391514 +88461,987.5209057,2244.61317,1115.610562,431.5199755,1642.451649 +88462,997.5945282,2248.84705,1123.533442,435.9417786,1651.422729 +88463,1008.7216,2253.054078,1131.409824,440.9313213,1660.305834 +88464,1018.928894,2256.88508,1139.199826,445.510164,1668.718504 +88465,1029.355009,2260.83001,1147.029502,450.1523373,1678.020717 +88466,1039.4167,2264.56966,1154.734675,454.6277342,1686.358357 +88467,1050.057358,2268.210003,1162.424137,459.3809437,1694.920011 +88468,1060.004155,2271.846487,1170.063583,463.9221058,1703.400961 +88469,1070.135738,2275.096324,1177.617498,468.0661001,1711.818097 +88470,1079.825125,2278.362659,1185.229718,472.8253448,1720.098904 +88471,1090.085017,2281.089009,1192.1014,477.0034492,1728.284723 +88472,1099.419421,2283.359282,1199.884998,481.1303877,1736.504726 +88473,1109.360111,2285.543381,1206.826767,485.5944386,1744.552936 +88474,1118.280501,2287.547162,1213.971964,489.8017497,1752.560997 +88475,1127.914857,2289.507547,1221.042712,493.6954162,1760.501691 +88476,1137.165885,2291.041969,1228.014093,497.9242747,1768.308249 +88477,1146.02466,2299.688013,1235.048993,501.7992881,1776.191431 +88478,1155.837299,2284.355849,1241.943391,506.0727629,1783.880086 +88479,1164.620945,2328.27427,1248.830735,509.9394387,1791.561692 +88480,1173.734904,2254.72252,1255.621055,513.9232817,1801.089945 +88481,1182.711667,2317.103916,1262.489025,517.8468198,1818.597137 +88482,1191.625848,2294.103755,1269.213091,521.5477162,1811.051306 +88483,1200.431708,2298.943115,1275.938022,525.7140055,1805.424428 +88484,1209.292895,2299.666373,1282.613646,529.3925418,1839.215495 +88485,1217.99501,2300.13443,1289.208168,533.2278172,1833.473774 +88486,1226.678691,2300.491125,1295.885558,536.9986913,1843.431248 +88487,1235.245938,2300.722589,1302.42161,540.74167,1850.500632 +88488,1243.885646,2300.829745,1308.906987,544.4563939,1857.83142 +88489,1252.306728,2300.700509,1315.543325,548.1440857,1864.738799 +88490,1260.840445,2300.841361,1321.832226,551.6002405,1871.87283 +88491,1269.203743,2300.335253,1328.459381,555.573581,1878.638114 +88492,1277.554723,2300.057978,1334.663814,559.0191546,1885.762478 +88493,1285.79036,2299.661908,1341.176492,562.8720109,1892.44594 +88494,1294.114948,2322.665249,1347.396836,566.0852617,1899.296142 +88495,1302.266676,2268.053594,1364.465639,569.8125064,1906.029845 +88496,1309.867991,2326.740559,1359.952158,573.2493865,1912.80628 +88497,1318.752473,2269.138468,1350.439884,576.5264762,1919.433955 +88498,1326.479803,2313.281167,1382.142489,580.3847733,1925.882174 +88499,1334.526903,2300.28399,1376.251185,583.6580635,1932.516479 +88500,1342.424832,2292.382265,1384.787135,587.0837725,1935.663314 +88501,1232.322976,2229.42858,1273.07521,536.7583104,1727.720769 +88502,1237.707365,2249.13846,1276.485067,539.2523713,1718.08766 +88503,1244.17153,2213.259615,1281.229061,541.8554081,1721.517483 +88504,1250.425374,2240.06967,1285.784334,544.4421053,1726.258995 +88505,1257.151813,2236.580792,1290.60742,547.3428038,1730.835696 +88506,1263.536028,2210.017421,1295.488189,549.9564674,1743.765177 +88507,1270.241484,2248.525485,1300.412978,552.8842519,1748.604877 +88508,1276.729903,2208.068922,1305.18254,555.5326855,1721.359497 +88509,1283.366304,2213.012846,1310.271133,558.4126222,1763.434865 +88510,1289.904939,2237.003692,1315.062415,561.0684998,1748.972804 +88511,1296.394915,2204.057692,1320.057079,563.8969895,1755.783886 +88512,1302.866974,2213.667769,1324.818272,566.5818914,1773.217148 +88513,1309.478825,2208.272441,1329.97512,569.4005113,1739.484644 +88514,1315.661131,2205.107004,1334.487368,572.0267003,1794.900639 +88515,1322.394824,2201.68034,1339.725933,574.8476526,1739.634226 +88516,1328.543236,2198.289711,1344.436926,577.4509156,1780.496623 +88517,1335.030257,2194.759667,1349.385422,580.252174,1787.317026 +88518,1341.219337,2197.751158,1354.117321,582.835617,1769.568213 +88519,1347.790257,2184.380539,1359.308189,585.2706189,1783.124021 +88520,1353.815679,2185.715724,1363.727411,588.3653125,1789.909757 +88521,1360.282344,2181.415304,1368.86787,590.8753548,1784.445485 +88522,1366.228088,2177.547163,1373.493754,593.4785409,1791.190024 +88523,1372.839626,2173.515444,1378.58558,596.229165,1793.877862 +88524,1378.614,2169.629898,1383.079079,598.7559549,1796.522619 +88525,1385.027561,2165.617163,1388.044614,601.4871306,1799.854251 +88526,1390.84228,2161.512257,1392.868118,603.9585238,1802.589941 +88527,1397.256233,2157.277241,1397.63419,606.7294221,1805.898048 +88528,1402.954268,2153.221089,1402.307308,609.1938563,1808.664132 +88529,1409.273275,2148.605435,1416.355412,611.9332077,1811.692722 +88530,1414.98968,2144.210116,1399.9117,614.3085109,1819.752142 +88531,1425.737653,2139.891658,1420.497027,616.9158864,1815.488629 +88532,1426.206571,2135.30003,1420.186165,619.1604951,1820.645065 +88533,1440.188226,2124.023268,1424.671662,621.6195273,1824.443402 +88534,1434.228557,2135.692814,1429.005427,623.8151363,1826.281491 +88535,1457.781658,2110.304462,1433.312014,626.3348508,1834.243385 +88536,1437.645674,2120.258286,1441.201424,628.4447368,1830.368643 +88537,1443.737072,2110.407698,1444.889818,630.863623,1834.970206 +88538,1469.252845,2106.297927,1449.585289,633.0284142,1842.78343 +88539,1463.182826,2101.230765,1434.210037,635.3364509,1839.194272 +88540,1471.095525,2096.278999,1474.834532,637.5428941,1847.387751 +88541,1476.858324,2091.147863,1437.8671,639.8339925,1844.824746 +88542,1482.092888,2086.137725,1470.637318,641.9540934,1851.427059 +88543,1487.457171,2080.590838,1464.301174,644.2925129,1853.4842 +88544,1492.768223,2075.457411,1477.807301,646.3126905,1853.890509 +88545,1498.156424,2069.959813,1462.47185,648.5671117,1849.975962 +88546,1503.107902,2064.507919,1483.373491,650.6876428,1842.918469 +88547,1508.767567,2059.122267,1485.908939,652.8971655,1834.537618 +88548,1513.544954,2053.270318,1490.577288,654.9394685,1825.844011 +88549,1518.979245,2047.714393,1491.28416,657.1566599,1817.132606 +88550,1524.016153,2041.880883,1493.589245,659.16893,1808.776248 +88551,1529.129696,2036.145565,1499.095181,661.3603712,1801.133659 +88552,1533.988995,2030.231473,1502.418832,663.3496911,1794.251359 +88553,1539.349247,2024.254057,1506.060194,665.5202903,1787.946619 +88554,1544.199692,2018.294468,1509.971615,667.4405435,1782.072299 +88555,1549.20812,2012.17288,1513.778018,669.6596168,1776.539827 +88556,1554.050436,2006.192804,1517.333383,671.5715523,1771.27661 +88557,1559.129548,1999.775592,1521.328124,673.7542724,1766.234529 +88558,1563.831364,1993.573814,1524.765526,675.5601487,1761.382876 +88559,1568.868699,1987.275505,1528.798395,677.7758462,1756.702966 +88560,1573.515625,1980.844803,1532.279524,679.6389942,1752.169324 +88561,1336.702605,1844.913805,1280.6191,572.1681097,1751.282897 +88562,1334.944024,1862.596958,1298.535916,571.2350912,1731.062437 +88563,1335.510982,1841.00643,1288.199363,571.2652864,1701.704134 +88564,1336.751319,1835.210185,1290.592232,571.652196,1450.159325 +88565,1338.253297,1840.193118,1290.872701,572.097765,1417.918977 +88566,1339.733202,1805.855849,1291.841109,572.8048849,1492.36239 +88567,1341.900446,1811.274206,1292.578273,573.4587113,1460.53468 +88568,1343.59684,1804.488348,1293.663793,574.1595127,1454.167183 +88569,1345.558952,1793.375093,1302.318537,574.9891746,1455.190781 +88570,1347.811634,1785.879434,1284.537885,575.7042616,1459.457097 +88571,1349.604693,1791.284319,1310.573437,576.4750163,1452.723674 +88572,1351.740819,1750.178309,1292.491527,577.2540105,1454.065433 +88573,1353.787099,1771.048579,1293.90491,578.0577771,1454.267097 +88574,1355.86317,1749.984044,1311.340472,578.8279126,1453.878868 +88575,1357.951854,1744.902282,1293.05159,579.7249498,1453.71473 +88576,1360.051732,1736.038662,1320.103265,580.530252,1453.695524 +88577,1362.160688,1735.866776,1282.461226,581.3855162,1458.477256 +88578,1364.277242,1707.539885,1332.161344,582.2429339,1447.712572 +88579,1366.400536,1716.482453,1281.608722,583.1089879,1459.541287 +88580,1368.638513,1700.935516,1335.608105,583.9829898,1453.614404 +88581,1370.608785,1693.793322,1290.449482,584.8654697,1453.791937 +88582,1372.824482,1685.176604,1329.503925,585.7550406,1454.573202 +88583,1374.949057,1676.473682,1298.040072,586.6516498,1454.86459 +88584,1377.092465,1668.158837,1330.868524,587.5546169,1459.802595 +88585,1379.236754,1680.317415,1310.86711,588.4643736,1454.753059 +88586,1381.381722,1620.381396,1319.697488,589.3800458,1455.070377 +88587,1383.527438,1671.317005,1320.370772,590.3007191,1456.165652 +88588,1385.672787,1608.811826,1321.671155,591.2266209,1461.433125 +88589,1387.816576,1634.532682,1323.265777,592.1580458,1452.039689 +88590,1389.959599,1613.559413,1324.832696,593.0939669,1461.112583 +88591,1392.137541,1606.757681,1326.556941,594.0799681,1458.392401 +88592,1394.320514,1598.045412,1328.250107,595.0795582,1462.585475 +88593,1396.504822,1589.147644,1329.986283,596.1362607,1454.388734 +88594,1398.690338,1580.336672,1331.671479,597.0802271,1466.101294 +88595,1400.87554,1571.285756,1333.592279,598.1361255,1457.418341 +88596,1403.059975,1562.605689,1335.31292,599.156261,1462.224696 +88597,1405.133125,1553.568761,1337.138729,600.1888485,1460.532035 +88598,1407.483669,1544.653608,1338.983729,601.2264393,1459.553944 +88599,1409.698434,1535.71941,1340.781325,602.2686962,1459.150367 +88600,1411.729259,1526.776015,1342.641753,603.3151396,1456.973547 +88601,1413.990988,1517.712332,1344.532143,604.3657035,1454.241234 +88602,1416.15407,1530.032415,1346.350887,605.4199521,1451.358434 +88603,1418.332922,1469.567082,1348.112104,606.4292654,1448.504078 +88604,1420.511708,1522.011933,1350.190118,607.5622701,1445.691349 +88605,1422.689517,1454.949469,1351.990856,608.5919346,1442.925777 +88606,1424.867504,1484.206648,1353.922712,609.666441,1440.254453 +88607,1427.045398,1461.506866,1355.809595,610.7365707,1437.625579 +88608,1429.223151,1454.87422,1357.764596,611.80912,1435.071602 +88609,1431.400862,1445.855471,1359.659329,612.8841028,1432.616804 +88610,1433.579102,1437.029123,1361.47697,613.9611955,1430.247422 +88611,1435.757832,1428.095077,1363.600173,615.0403388,1427.963889 +88612,1438.051318,1419.009373,1365.484363,616.1212517,1425.75856 +88613,1440.056373,1410.125001,1367.400447,617.203917,1423.618286 +88614,1442.319892,1401.063085,1369.420355,618.2880455,1421.538459 +88615,1444.483122,1392.276608,1371.316751,619.3736363,1419.514745 +88616,1446.664412,1383.289683,1378.284323,620.4603404,1417.694534 +88617,1448.847889,1374.399963,1367.985474,621.498402,1415.757801 +88618,1451.032841,1365.511821,1385.299797,622.7123147,1413.866234 +88619,1453.220064,1356.639473,1376.737982,623.6909606,1412.168761 +88620,1455.408707,1347.789689,1381.773015,624.8254878,1410.357934 +88621,1693.233782,1446.339011,1559.147407,732.7282171,1411.075144 +88622,1699.890438,1440.151226,1569.154313,736.0045146,1435.262984 +88623,1705.027283,1432.643637,1580.962946,738.4632864,1468.088472 +88624,1710.046252,1425.55298,1589.751954,740.7965465,1497.398417 +88625,1714.542941,1418.030953,1595.187655,743.0681502,1520.007008 +88626,1718.98277,1410.241142,1597.969265,745.1158762,1536.564377 +88627,1723.286141,1402.858587,1598.932084,747.1742821,1548.123388 +88628,1727.505795,1395.176444,1598.736585,749.285062,1556.223654 +88629,1731.791735,1387.586674,1597.811919,751.2454488,1561.803713 +88630,1735.705026,1379.991534,1596.427414,753.2293991,1565.486102 +88631,1739.869219,1372.405906,1594.763663,755.182074,1567.69898 +88632,1743.886983,1364.847787,1592.943929,757.1735593,1568.757988 +88633,1747.897043,1357.307552,1591.038476,758.9993843,1568.908872 +88634,1751.885,1349.796754,1589.279982,760.9399478,1568.343938 +88635,1755.84804,1344.868019,1587.32335,762.8134141,1567.207332 +88636,1759.804083,1339.737458,1585.366044,764.623144,1565.610608 +88637,1763.742996,1334.43602,1583.426528,766.565348,1563.646547 +88638,1767.827945,1329.226141,1581.523704,768.3647573,1561.389734 +88639,1777.182879,1324.025528,1579.646074,770.2030238,1558.886642 +88640,1782.569714,1318.848372,1577.783788,772.0202564,1556.17759 +88641,1786.94946,1313.697462,1575.963305,773.8258012,1553.31296 +88642,1796.296673,1308.480777,1574.171441,775.5588954,1550.323931 +88643,1792.34888,1303.525876,1572.419398,777.4937312,1547.248762 +88644,1772.837367,1298.400938,1570.763251,779.1316186,1544.168183 +88645,1820.070818,1293.390161,1569.112874,781.07164,1540.995401 +88646,1805.07634,1288.403242,1567.402448,785.5723149,1537.670364 +88647,1814.767929,1283.455533,1565.718575,783.2858358,1534.292363 +88648,1825.450889,1278.625027,1564.049074,791.0016919,1530.872469 +88649,1831.908568,1273.695054,1562.383439,784.8584067,1527.404557 +88650,1835.113363,1268.946774,1560.738971,797.9242272,1523.906613 +88651,1817.450067,1264.038618,1559.167527,783.8563359,1520.457534 +88652,1860.801713,1259.310339,1557.579609,808.229035,1516.965755 +88653,1837.12947,1254.492423,1555.984349,777.7196055,1513.432119 +88654,1859.102487,1249.864003,1554.416108,796.837171,1510.123586 +88655,1859.617868,1245.160556,1552.808959,800.3034539,1506.53833 +88656,1871.894726,1240.643207,1551.172092,798.0364221,1502.890508 +88657,1878.042267,1236.140818,1549.533527,800.8225915,1499.22696 +88658,1882.93248,1231.690233,1547.897287,802.4263745,1495.562585 +88659,1861.074759,1227.393248,1546.327768,803.9897121,1491.959757 +88660,1926.694449,1222.93827,1544.914536,805.5441927,1488.548406 +88661,1858.501573,1218.751367,1543.55606,807.1563382,1485.202908 +88662,1940.097468,1214.560447,1542.526942,808.5915176,1482.257945 +88663,1888.34982,1210.457392,1541.511611,810.167595,1479.32985 +88664,1926.157599,1206.432234,1540.360601,811.6088007,1476.239609 +88665,1917.579515,1202.396063,1539.480195,813.2208066,1473.473454 +88666,1927.717458,1198.666712,1538.848582,814.6757739,1471.020993 +88667,1933.026987,1194.824607,1538.424542,816.24984,1468.832097 +88668,1938.977995,1191.146325,1538.175675,817.6350297,1466.870098 +88669,1944.729387,1187.544076,1538.034006,819.1646422,1465.03074 +88670,1950.966455,1184.032652,1537.948148,820.6271213,1463.266614 +88671,1956.809778,1180.614848,1537.889852,822.0925865,1461.540143 +88672,1962.881721,1177.292713,1537.836343,823.5511714,1460.013627 +88673,1968.635002,1174.068733,1537.795263,825.0028629,1458.259155 +88674,1974.937571,1170.944956,1537.754522,826.4475603,1456.498484 +88675,1980.824416,1167.923878,1537.711732,827.8855837,1454.731545 +88676,1986.842887,1162.644327,1537.662911,829.3918927,1452.956245 +88677,1992.662087,1159.590287,1537.614944,830.8873548,1451.333191 +88678,2007.135148,1156.874989,1537.712122,832.3959898,1449.638199 +88679,2001.182377,1154.195046,1537.789974,834.0308792,1448.112688 +88680,2012.201791,1151.819195,1537.886078,835.8285236,1445.865834 +88681,2061.703615,1171.976551,1541.558636,860.1666393,1450.535044 +88682,2073.202016,1170.607975,1548.021769,862.8832343,1458.924786 +88683,2078.97653,1168.934388,1555.235865,865.3618076,1468.283428 +88684,2085.947014,1167.086576,1561.554627,867.7754055,1476.671371 +88685,2092.625246,1165.095215,1566.644341,870.5397485,1483.849218 +88686,2099.123704,1163.293204,1570.708596,873.2526237,1489.574928 +88687,2105.545899,1161.377896,1574.046356,875.9926621,1494.353475 +88688,2111.583865,1159.3184,1576.899908,878.7755726,1498.454701 +88689,2118.134409,1157.447265,1579.431504,881.6066838,1502.066985 +88690,2124.236842,1155.511265,1581.734694,884.4879299,1505.304471 +88691,2130.369768,1153.600979,1583.860766,887.4208437,1508.234371 +88692,2136.438263,1151.704811,1586.028139,890.4057586,1510.908893 +88693,2150.045218,1149.822893,1588.040006,893.4420566,1513.570841 +88694,2138.107981,1147.955409,1589.805379,896.5321738,1515.860467 +88695,2165.510955,1146.103065,1591.482238,899.674407,1517.977621 +88696,2157.874376,1144.265577,1593.270914,902.8691823,1520.179749 +88697,2166.666922,1142.354537,1594.885044,906.1163733,1522.111054 +88698,2173.063646,1140.675017,1596.392213,909.4158793,1524.076511 +88699,2178.627339,1138.821191,1597.905249,912.7678642,1525.797269 +88700,2184.229551,1137.056125,1599.568976,916.1718287,1527.434163 +88701,2189.931662,1135.293778,1600.977026,919.6281497,1528.997852 +88702,2195.957344,1133.54596,1602.365909,923.1363637,1530.517858 +88703,2201.689673,1131.813413,1603.741219,926.7704104,1531.998701 +88704,2207.304324,1130.182023,1605.280408,930.2719117,1533.426912 +88705,2220.565075,1128.354019,1606.703345,933.9891559,1535.017567 +88706,2209.050947,1126.726568,1608.115678,937.693563,1536.368357 +88707,2234.591204,1125.042343,1609.283269,941.4611227,1537.636023 +88708,2228.817431,1123.385645,1610.22973,945.2807298,1539.109479 +88709,2234.957646,1118.010786,1611.745996,946.730895,1540.387908 +88710,2243.51856,1115.866865,1612.522865,950.266915,1541.569557 +88711,2251.397767,1113.724195,1613.380749,954.084984,1542.930793 +88712,2260.568817,1111.719715,1614.182762,957.807906,1544.483474 +88713,2276.176301,1109.745211,1615.298492,961.6641164,1546.385262 +88714,2276.478961,1107.798973,1616.560817,965.6450176,1548.390563 +88715,2286.65612,1105.874948,1617.901807,969.4928359,1550.172791 +88716,2297.61118,1103.970247,1619.074739,973.5627202,1551.906151 +88717,2312.836282,1101.999735,1620.493922,977.620995,1553.923146 +88718,2314.451777,1100.334874,1621.967635,981.7429039,1555.976862 +88719,2323.555313,1098.301206,1623.23105,985.9191984,1557.734446 +88720,2341.207409,1096.535557,1624.607192,990.1486968,1559.613188 +88721,2343.816102,1094.704012,1626.118783,994.4311727,1561.647538 +88722,2352.048438,1092.899617,1627.438737,998.7659637,1563.424734 +88723,2368.006305,1091.112105,1628.970072,1003.153489,1565.202549 +88724,2379.281563,1089.340337,1630.554802,1007.592995,1567.291456 +88725,2382.253279,1087.501752,1632.068401,1012.084441,1569.292209 +88726,2387.674335,1085.879354,1633.196109,1016.705536,1570.799793 +88727,2395.107279,1084.09726,1634.028682,1021.182233,1571.923648 +88728,2397.527146,1082.398582,1634.619192,1025.88367,1572.726911 +88729,2399.936383,1080.703786,1634.865586,1030.567976,1573.077889 +88730,2402.395658,1079.105412,1634.766949,1035.235232,1572.97469 +88731,2404.979528,1077.32144,1634.401742,1040.151792,1572.722718 +88732,2407.704314,1075.728977,1633.841121,1044.943324,1571.996968 +88733,2410.564739,1074.083263,1633.140754,1049.854228,1571.079074 +88734,2413.550329,1072.464276,1632.340392,1054.883037,1570.028197 +88735,2416.651224,1070.861172,1631.467818,1059.759415,1568.886301 +88736,2419.859253,1069.27318,1630.542629,1064.865355,1567.683131 +88737,2423.166053,1067.700611,1629.578432,1069.949305,1566.439659 +88738,2426.560803,1066.143076,1628.583082,1076.165248,1565.168798 +88739,2430.024368,1064.600842,1627.556179,1085.412869,1563.872301 +88740,2433.576807,1063.073548,1626.519663,1082.155575,1562.579853 +88741,2437.663217,1028.374982,1625.844651,1053.80548,1561.888697 +88742,2437.201782,1026.758766,1621.73167,1065.748111,1555.935453 +88743,2434.764243,1025.123198,1616.03792,1067.027401,1547.333598 +88744,2432.954296,1023.435625,1610.641941,1078.324414,1538.821613 +88745,2432.773877,1021.932307,1606.287672,1074.510989,1531.368869 +88746,2434.045373,1020.384803,1602.900791,1099.986673,1525.419532 +88747,2436.376817,1018.869821,1600.24321,1064.744922,1520.523744 +88748,2439.341831,1017.374665,1598.045566,1106.839869,1516.363201 +88749,2442.594587,1015.898917,1596.084706,1097.549685,1512.66091 +88750,2446.062614,1014.441521,1594.305723,1105.745545,1509.344227 +88751,2449.982698,1013.002094,1592.670443,1111.427654,1506.357039 +88752,2453.713634,1011.579656,1591.135059,1117.070709,1503.634174 +88753,2457.533289,1010.174116,1589.678446,1122.848463,1501.138541 +88754,2461.435003,1008.78472,1588.283254,1128.366896,1498.837648 +88755,2465.406647,1007.411469,1586.934172,1134.333353,1496.701736 +88756,2469.434528,1006.053739,1585.618559,1140.071655,1494.704824 +88757,2473.508147,1004.711578,1584.32739,1146.023692,1492.826077 +88758,2477.620444,1003.384415,1583.054588,1151.779738,1491.049077 +88759,2481.766722,1002.072322,1581.795611,1157.771306,1489.360107 +88760,2485.94301,1000.774761,1580.54681,1163.720727,1487.747355 +88761,2490.146121,999.4918199,1579.305391,1169.808852,1486.200827 +88762,2494.374337,998.2229766,1578.069668,1175.701384,1484.712645 +88763,2498.627076,996.9683294,1576.838857,1181.746026,1483.27672 +88764,2502.90222,995.7273582,1575.611498,1187.964538,1481.886701 +88765,2507.16873,994.5001487,1574.368291,1203.994922,1480.514002 +88766,2511.490063,993.2862515,1573.148904,1185.524784,1479.205519 +88767,2515.856509,992.0856053,1571.947778,1213.538102,1477.951264 +88768,2520.201836,990.89782,1570.723913,1211.068733,1476.696557 +88769,2524.554285,989.7230717,1569.495379,1218.835438,1475.461885 +88770,2529.208573,988.5607504,1568.269184,1225.14393,1474.253876 +88771,2533.552249,987.4074939,1567.040007,1231.397978,1473.063854 +88772,2537.897315,986.2655896,1565.811095,1237.682957,1471.89484 +88773,2542.250797,985.1355209,1564.582961,1243.986766,1470.746427 +88774,2546.591454,984.0168277,1563.340585,1258.563188,1469.598316 +88775,2550.966444,982.9097438,1562.113739,1245.93541,1468.487171 +88776,2555.375468,981.8136128,1560.903582,1266.82589,1467.413513 +88777,2559.762772,980.728675,1559.676253,1269.105987,1466.333456 +88778,2564.141646,979.6544489,1558.440731,1275.555144,1465.257497 +88779,2568.79506,978.5910181,1557.194624,1288.276799,1464.181605 +88780,2573.112049,977.5378244,1555.950342,1284.498931,1463.120745 +88781,2577.460074,976.4169095,1554.727548,1292.20027,1462.099409 +88782,2581.785945,975.499007,1553.486229,1312.859021,1461.066341 +88783,2586.130612,974.4209645,1552.250583,1294.201546,1460.051896 +88784,2590.684827,973.4187169,1550.999993,1337.351125,1459.029339 +88785,2594.942373,972.4152107,1549.76227,1296.799868,1458.033602 +88786,2599.746597,971.4199061,1548.614585,1352.248087,1457.16292 +88787,2603.539029,970.4339116,1547.49365,1313.620952,1456.337302 +88788,2608.106136,969.4564444,1546.477287,1360.803909,1455.656437 +88789,2613.02246,968.4876895,1545.462563,1340.190166,1454.989664 +88790,2617.894833,967.527023,1544.40886,1356.195038,1454.284714 +88791,2622.795044,966.5747615,1543.530242,1361.334968,1453.813286 +88792,2627.970035,965.6301422,1542.844216,1367.542673,1453.598422 +88793,2633.300326,964.6934129,1542.27139,1374.268823,1453.540756 +88794,2639.047313,963.7639694,1541.775968,1380.704955,1453.595533 +88795,2644.559721,962.8419836,1541.329227,1387.248537,1453.725542 +88796,2650.090725,961.9268001,1540.916159,1393.639186,1453.910091 +88797,2655.638974,961.0186208,1540.529053,1400.338348,1454.137461 +88798,2661.197181,960.1167858,1540.1598,1406.795267,1454.395562 +88799,2666.755644,959.2215252,1539.800856,1413.303328,1454.673266 +88800,2672.310293,958.3321823,1539.449447,1419.693189,1454.965808 +88801,2678.627555,891.051712,1539.927476,1361.080401,1457.289959 +88802,2673.237544,889.6454755,1532.388255,1365.211264,1447.16611 +88803,2663.911128,888.2224457,1521.364542,1372.288088,1431.724374 +88804,2656.56045,886.9663062,1511.59977,1378.083567,1416.978783 +88805,2653.040305,885.7238894,1504.274708,1384.357305,1405.179344 +88806,2652.843435,884.4988929,1499.164559,1390.295216,1396.299954 +88807,2654.842372,883.2878414,1495.60225,1396.678756,1389.621897 +88808,2658.110203,882.08787,1493.019288,1402.692273,1384.477337 +88809,2662.086343,880.9721567,1491.058289,1408.921553,1380.42527 +88810,2666.480871,879.6828654,1489.520199,1414.957812,1377.204489 +88811,2671.14201,878.561062,1488.291578,1421.188625,1374.652889 +88812,2676.293548,877.3825173,1487.296136,1427.085534,1372.65199 +88813,2681.377521,876.2206511,1486.547503,1439.399567,1371.197458 +88814,2686.428541,875.0636942,1485.865566,1430.715074,1370.03749 +88815,2691.539448,873.9113173,1485.291772,1455.221591,1369.203649 +88816,2696.802604,872.7627154,1484.865865,1448.35285,1368.726532 +88817,2701.983856,871.6181434,1484.438396,1458.462043,1368.396614 +88818,2707.153761,870.476645,1484.042525,1464.06676,1368.238952 +88819,2712.361169,869.3386346,1483.706402,1469.999423,1368.273689 +88820,2717.567874,868.130945,1483.398566,1475.92285,1368.446801 +88821,2722.763167,867.1048993,1483.112879,1481.85574,1368.738312 +88822,2727.995747,865.9243961,1482.873208,1489.866351,1369.168067 +88823,2733.334082,864.8085448,1482.723849,1498.621191,1369.783647 +88824,2738.788183,863.6841923,1482.671116,1506.857627,1370.58572 +88825,2744.314925,862.6342061,1482.683733,1514.929341,1371.527959 +88826,2749.869418,861.4094403,1482.737961,1523.181522,1372.574049 +88827,2755.43477,860.3426063,1482.823827,1531.153807,1373.705397 +88828,2761.003432,859.2164944,1482.934905,1539.418207,1374.908263 +88829,2766.567095,858.1033117,1483.064129,1547.440455,1376.168587 +88830,2772.403335,856.991965,1483.202546,1555.437467,1377.470472 +88831,2778.028285,855.9107885,1483.414307,1567.758475,1378.892352 +88832,2783.312469,854.8375523,1483.516908,1561.591215,1380.192051 +88833,2788.293972,853.7706637,1483.574995,1583.201434,1381.446207 +88834,2793.134273,852.7093696,1483.691667,1579.85199,1382.783292 +88835,2797.619957,851.6536679,1483.721281,1588.061115,1384.220994 +88836,2801.842562,850.6029506,1483.700906,1594.32026,1385.387501 +88837,2805.922842,849.5572699,1483.688686,1599.728071,1386.563849 +88838,2809.849918,848.5163342,1483.667065,1605.514965,1387.730799 +88839,2813.633672,847.4800699,1483.635199,1611.017663,1388.88864 +88840,2817.280103,846.518209,1483.592049,1616.361109,1390.035898 +88841,2820.79538,845.3880762,1483.537795,1621.644946,1391.172055 +88842,2824.179157,844.4136123,1483.473368,1626.697714,1392.297496 +88843,2827.590802,843.3834672,1483.490242,1636.908274,1393.529221 +88844,2830.74955,842.2979057,1483.41815,1629.84441,1394.648558 +88845,2833.76071,841.3870696,1483.316206,1648.205876,1395.730472 +88846,2836.804222,840.3291654,1483.297272,1644.765456,1396.918964 +88847,2839.621496,839.3338672,1483.202786,1650.330045,1398.010213 +88848,2842.246525,838.3311211,1483.052134,1655.180437,1399.028373 +88849,2844.782349,837.3311573,1482.906842,1659.086753,1400.051368 +88850,2847.197362,836.3338457,1482.747084,1662.861388,1401.053174 +88851,2849.489549,835.3391337,1482.572225,1666.913084,1402.03277 +88852,2851.661123,834.3467236,1482.384571,1670.582147,1402.992962 +88853,2853.859176,833.3565169,1482.27562,1679.422057,1404.051424 +88854,2855.790323,832.368479,1482.067386,1671.062176,1404.979725 +88855,2857.541824,831.3822053,1481.813687,1687.151866,1405.84632 +88856,2859.33413,830.3974925,1481.649852,1683.808016,1406.82441 +88857,2860.888594,829.4830604,1481.595939,1686.763303,1407.696659 +88858,2862.201763,828.4009168,1481.263913,1690.065159,1408.460902 +88859,2863.457621,823.401141,1480.960156,1694.082894,1409.261428 +88860,2864.904989,821.7087445,1480.250151,1697.461127,1410.121582 +88861,2271.219757,820.2120644,1005.994094,1603.267842,2578.171758 +88862,2334.407039,948.9681166,1032.748032,1641.908273,2600.112423 +88863,2402.286836,952.4793706,1061.209867,1677.550112,2603.594336 +88864,2455.934693,951.0135044,1083.924531,1700.429464,2592.394356 +88865,2497.009272,950.1989198,1101.985513,1714.377083,2578.556445 +88866,2527.706878,949.3529153,1116.160254,1722.521074,2565.191042 +88867,2550.94577,948.4418605,1127.434268,1727.388241,2552.974137 +88868,2569.163157,947.6157007,1136.652552,1730.682517,2542.029518 +88869,2583.962604,946.7038384,1144.377313,1733.309689,2532.33672 +88870,2596.245349,945.7686836,1150.942383,1735.614495,2523.815489 +88871,2606.538689,944.8206004,1156.555443,1737.696334,2516.351856 +88872,2615.205425,943.8628017,1161.366136,1739.586107,2509.820529 +88873,2622.533124,942.8991677,1165.496531,1741.309018,2504.101034 +88874,2628.761526,941.9303641,1169.051018,1742.893578,2499.085707 +88875,2634.088856,940.959227,1172.118792,1744.366224,2494.681306 +88876,2638.672515,940.0277029,1174.775212,1745.747384,2490.807998 +88877,2642.641939,938.9598802,1177.081955,1747.048445,2487.395494 +88878,2646.09792,938.0277836,1179.092093,1748.279513,2484.385463 +88879,2649.126982,936.9814263,1180.850346,1749.447994,2481.728035 +88880,2652.06337,936.0928534,1182.393908,1750.558489,2479.379837 +88881,2654.404198,935.0697267,1183.753653,1751.613571,2477.302969 +88882,2656.470061,934.0996498,1184.955326,1752.614603,2475.464414 +88883,2658.299294,933.11786,1186.020489,1753.562258,2473.835448 +88884,2659.920194,932.133792,1186.967256,1754.456766,2472.391112 +88885,2661.353437,931.1470439,1187.810857,1755.297997,2471.109651 +88886,2662.614748,930.1568451,1188.564111,1756.085504,2469.773924 +88887,2663.716274,929.1627779,1189.237819,1756.818561,2468.768957 +88888,2664.667592,928.163973,1189.841107,1757.496209,2467.878762 +88889,2665.47599,927.15993,1190.381678,1758.117229,2467.088556 +88890,2666.146902,926.1497054,1190.866047,1758.680165,2466.386223 +88891,2666.684055,924.5441105,1191.299724,1759.183299,2465.761705 +88892,2666.961774,922.8053517,1191.664241,1759.478637,2465.206362 +88893,2666.9035,920.9994588,1191.946977,1759.486287,2464.712398 +88894,2666.500653,919.1444424,1192.146697,1759.209364,2464.272837 +88895,2665.778427,917.2480286,1192.268741,1758.68849,2463.881468 +88896,2664.769771,915.3725395,1192.320258,1757.966399,2463.532794 +88897,2663.503876,913.3172593,1192.307902,1757.074353,2463.221899 +88898,2662.00371,911.3591607,1192.237283,1756.031102,2462.944364 +88899,2660.28727,909.3165252,1192.11308,1754.84847,2462.696152 +88900,2658.369252,907.2530588,1191.938061,1753.535102,2462.473588 +88901,2656.261806,905.1600649,1191.717203,1752.097935,2462.273279 +88902,2653.975267,903.0382133,1191.453978,1750.542668,2462.092108 +88903,2651.518526,900.888416,1191.149613,1748.873952,2461.927191 +88904,2648.625762,898.6361861,1190.807692,1747.095573,2461.77584 +88905,2645.852096,896.5139531,1190.430127,1745.207522,2461.636018 +88906,2642.925256,894.2376099,1190.017383,1743.213572,2461.50526 +88907,2639.847682,892.0460972,1189.572579,1741.117825,2461.381177 +88908,2636.624892,889.6776699,1189.096433,1738.923372,2461.261705 +88909,2633.263501,887.4126163,1188.591547,1736.632353,2461.144958 +88910,2629.769892,885.0711702,1188.058085,1734.246523,2461.029291 +88911,2626.149689,882.7162602,1187.498276,1731.767505,2460.913141 +88912,2622.408029,880.3376437,1186.912032,1729.196996,2460.79511 +88913,2618.549556,877.9369162,1186.301406,1726.536734,2460.673845 +88914,2614.578774,875.5134208,1185.666169,1723.788578,2460.548166 +88915,2610.499956,873.0686606,1185.008246,1720.954437,2460.416914 +88916,2606.317435,870.6573033,1184.32729,1718.036374,2460.279085 +88917,2602.035579,868.087759,1183.625129,1715.036566,2460.133704 +88918,2597.642884,865.5647677,1182.901315,1711.943394,2459.979912 +88919,2592.958458,863.1062661,1182.157557,1708.601604,2459.816782 +88920,2587.910236,860.5125151,1181.409143,1704.952958,2459.679181 +88921,0,0,0,0,0 +88922,0,0,0,0,0 +88923,0,0,0,0,0 +88924,0,0,0,0,0 +88925,0,0,0,0,0 +88926,0,0,0,0,0 +88927,0,0,0,0,0 +88928,0,0,0,0,0 +88929,0,0,0,0,0 +88930,0,0,0,0,0 +88931,0,0,0,0,0 +88932,0,0,0,0,0 +88933,0,0,0,0,0 +88934,0,0,0,0,0 +88935,0,0,0,0,0 +88936,0,0,0,0,0 +88937,0,0,0,0,0 +88938,0,0,0,0,0 +88939,0,0,0,0,0 +88940,0,0,0,0,0 +88941,0,0,0,0,0 +88942,0,0,0,0,0 +88943,0,0,0,0,0 +88944,0,0,0,0,0 +88945,0,0,0,0,0 +88946,0,0,0,0,0 +88947,0,0,0,0,0 +88948,0,0,0,0,0 +88949,0,0,0,0,0 +88950,0,0,0,0,0 +88951,0,0,0,0,0 +88952,0,0,0,0,0 +88953,0,0,0,0,0 +88954,0,0,0,0,0 +88955,0,0,0,0,0 +88956,0,0,0,0,0 +88957,0,0,0,0,0 +88958,0,0,0,0,0 +88959,0,0,0,0,0 +88960,0,0,0,0,0 +88961,0,0,0,0,0 +88962,0,0,0,0,0 +88963,0,0,0,0,0 +88964,0,0,0,0,0 +88965,0,0,0,0,0 +88966,0,0,0,0,0 +88967,0,0,0,0,0 +88968,0,0,0,0,0 +88969,0,0,0,0,0 +88970,0,0,0,0,0 +88971,0,0,0,0,0 +88972,0,0,0,0,0 +88973,0,0,0,0,0 +88974,0,0,0,0,0 +88975,0,0,0,0,0 +88976,0,0,0,0,0 +88977,0,0,0,0,0 +88978,0,0,0,0,0 +88979,0,0,0,0,0 +88980,0,0,0,0,0 +88981,0,0,0,0,0 +88982,0,0,0,0,0 +88983,0,0,0,0,0 +88984,0,0,0,0,0 +88985,0,0,0,0,0 +88986,0,0,0,0,0 +88987,0,0,0,0,0 +88988,0,0,0,0,0 +88989,0,0,0,0,0 +88990,0,0,0,0,0 +88991,0,0,0,0,0 +88992,0,0,0,0,0 +88993,0,0,0,0,0 +88994,0,0,0,0,0 +88995,0,0,0,0,0 +88996,0,0,0,0,0 +88997,0,0,0,0,0 +88998,0,0,0,0,0 +88999,0,0,0,0,0 +89000,0,0,0,0,0 +89001,0,0,0,0,0 +89002,0,0,0,0,0 +89003,0,0,0,0,0 +89004,0,0,0,0,0 +89005,0,0,0,0,0 +89006,0,0,0,0,0 +89007,0,0,0,0,0 +89008,0,0,0,0,0 +89009,0,0,0,0,0 +89010,0,0,0,0,0 +89011,0,0,0,0,0 +89012,0,0,0,0,0 +89013,0,0,0,0,0 +89014,0,0,0,0,0 +89015,0,0,0,0,0 +89016,0,0,0,0,0 +89017,0,0,0,0,0 +89018,0,0,0,0,0 +89019,0,0,0,0,0 +89020,0,0,0,0,0 +89021,0,0,0,0,0 +89022,0,0,0,0,0 +89023,0,0,0,0,0 +89024,0,0,0,0,0 +89025,0,0,0,0,0 +89026,0,0,0,0,0 +89027,0,0,0,0,0 +89028,0,0,0,0,0 +89029,0,0,0,0,0 +89030,0,0,0,0,0 +89031,0,0,0,0,0 +89032,0,0,0,0,0 +89033,0,0,0,0,0 +89034,0,0,0,0,0 +89035,0,0,0,0,0 +89036,0,0,0,0,0 +89037,0,0,0,0,0 +89038,0,0,0,0,0 +89039,0,0,0,0,0 +89040,0,0,0,0,0 +89041,0,0,0,0,0 +89042,0,0,0,0,0 +89043,0,0,0,0,0 +89044,0,0,0,0,0 +89045,0,0,0,0,0 +89046,0,0,0,0,0 +89047,0,0,0,0,0 +89048,0,0,0,0,0 +89049,0,0,0,0,0 +89050,0,0,0,0,0 +89051,0,0,0,0,0 +89052,0,0,0,0,0 +89053,0,0,0,0,0 +89054,0,0,0,0,0 +89055,0,0,0,0,0 +89056,0,0,0,0,0 +89057,0,0,0,0,0 +89058,0,0,0,0,0 +89059,0,0,0,0,0 +89060,0,0,0,0,0 +89061,0,0,0,0,0 +89062,0,0,0,0,0 +89063,0,0,0,0,0 +89064,0,0,0,0,0 +89065,0,0,0,0,0 +89066,0,0,0,0,0 +89067,0,0,0,0,0 +89068,0,0,0,0,0 +89069,0,0,0,0,0 +89070,0,0,0,0,0 +89071,0,0,0,0,0 +89072,0,0,0,0,0 +89073,0,0,0,0,0 +89074,0,0,0,0,0 +89075,0,0,0,0,0 +89076,0,0,0,0,0 +89077,0,0,0,0,0 +89078,0,0,0,0,0 +89079,0,0,0,0,0 +89080,0,0,0,0,0 +89081,0,0,0,0,0 +89082,0,0,0,0,0 +89083,0,0,0,0,0 +89084,0,0,0,0,0 +89085,0,0,0,0,0 +89086,0,0,0,0,0 +89087,0,0,0,0,0 +89088,0,0,0,0,0 +89089,0,0,0,0,0 +89090,0,0,0,0,0 +89091,0,0,0,0,0 +89092,0,0,0,0,0 +89093,0,0,0,0,0 +89094,0,0,0,0,0 +89095,0,0,0,0,0 +89096,0,0,0,0,0 +89097,0,0,0,0,0 +89098,0,0,0,0,0 +89099,0,0,0,0,0 +89100,0,0,0,0,0 +89101,0,0,0,0,0 +89102,0,0,0,0,0 +89103,0,0,0,0,0 +89104,0,0,0,0,0 +89105,0,0,0,0,0 +89106,0,0,0,0,0 +89107,0,0,0,0,0 +89108,0,0,0,0,0 +89109,0,0,0,0,0 +89110,0,0,0,0,0 +89111,0,0,0,0,0 +89112,0,0,0,0,0 +89113,0,0,0,0,0 +89114,0,0,0,0,0 +89115,0,0,0,0,0 +89116,0,0,0,0,0 +89117,0,0,0,0,0 +89118,0,0,0,0,0 +89119,0,0,0,0,0 +89120,0,0,0,0,0 +89121,0,0,0,0,0 +89122,0,0,0,0,0 +89123,0,0,0,0,0 +89124,0,0,0,0,0 +89125,0,0,0,0,0 +89126,0,0,0,0,0 +89127,0,0,0,0,0 +89128,0,0,0,0,0 +89129,0,0,0,0,0 +89130,0,0,0,0,0 +89131,0,0,0,0,0 +89132,0,0,0,0,0 +89133,0,0,0,0,0 +89134,0,0,0,0,0 +89135,0,0,0,0,0 +89136,0,0,0,0,0 +89137,0,0,0,0,0 +89138,0,0,0,0,0 +89139,0,0,0,0,0 +89140,0,0,0,0,0 +89141,0,0,0,0,0 +89142,0,0,0,0,0 +89143,0,0,0,0,0 +89144,0,0,0,0,0 +89145,0,0,0,0,0 +89146,0,0,0,0,0 +89147,0,0,0,0,0 +89148,0,0,0,0,0 +89149,0,0,0,0,0 +89150,0,0,0,0,0 +89151,0,0,0,0,0 +89152,0,0,0,0,0 +89153,0,0,0,0,0 +89154,0,0,0,0,0 +89155,0,0,0,0,0 +89156,0,0,0,0,0 +89157,0,0,0,0,0 +89158,0,0,0,0,0 +89159,0,0,0,0,0 +89160,0,0,0,0,0 +89161,0,0,0,0,0 +89162,0,0,0,0,0 +89163,0,0,0,0,0 +89164,0,0,0,0,0 +89165,0,0,0,0,0 +89166,0,0,0,0,0 +89167,0,0,0,0,0 +89168,0,0,0,0,0 +89169,0,0,0,0,0 +89170,0,0,0,0,0 +89171,0,0,0,0,0 +89172,0,0,0,0,0 +89173,0,0,0,0,0 +89174,0,0,0,0,0 +89175,0,0,0,0,0 +89176,0,0,0,0,0 +89177,0,0,0,0,0 +89178,0,0,0,0,0 +89179,0,0,0,0,0 +89180,0,0,0,0,0 +89181,0,0,0,0,0 +89182,0,0,0,0,0 +89183,0,0,0,0,0 +89184,0,0,0,0,0 +89185,0,0,0,0,0 +89186,0,0,0,0,0 +89187,0,0,0,0,0 +89188,0,0,0,0,0 +89189,0,0,0,0,0 +89190,0,0,0,0,0 +89191,0,0,0,0,0 +89192,0,0,0,0,0 +89193,0,0,0,0,0 +89194,0,0,0,0,0 +89195,0,0,0,0,0 +89196,0,0,0,0,0 +89197,0,0,0,0,0 +89198,0,0,0,0,0 +89199,0,0,0,0,0 +89200,0,0,0,0,0 +89201,0,0,0,0,0 +89202,0,0,0,0,0 +89203,0,0,0,0,0 +89204,0,0,0,0,0 +89205,0,0,0,0,0 +89206,0,0,0,0,0 +89207,0,0,0,0,0 +89208,0,0,0,0,0 +89209,0,0,0,0,0 +89210,0,0,0,0,0 +89211,0,0,0,0,0 +89212,0,0,0,0,0 +89213,0,0,0,0,0 +89214,0,0,0,0,0 +89215,0,0,0,0,0 +89216,0,0,0,0,0 +89217,0,0,0,0,0 +89218,0,0,0,0,0 +89219,0,0,0,0,0 +89220,0,0,0,0,0 +89221,0,0,0,0,0 +89222,0,0,0,0,0 +89223,0,0,0,0,0 +89224,0,0,0,0,0 +89225,0,0,0,0,0 +89226,0,0,0,0,0 +89227,0,0,0,0,0 +89228,0,0,0,0,0 +89229,0,0,0,0,0 +89230,0,0,0,0,0 +89231,0,0,0,0,0 +89232,0,0,0,0,0 +89233,0,0,0,0,0 +89234,0,0,0,0,0 +89235,0,0,0,0,0 +89236,0,0,0,0,0 +89237,0,0,0,0,0 +89238,0,0,0,0,0 +89239,0,0,0,0,0 +89240,0,0,0,0,0 +89241,0,0,0,0,0 +89242,0,0,0,0,0 +89243,0,0,0,0,0 +89244,0,0,0,0,0 +89245,0,0,0,0,0 +89246,0,0,0,0,0 +89247,0,0,0,0,0 +89248,0,0,0,0,0 +89249,0,0,0,0,0 +89250,0,0,0,0,0 +89251,0,0,0,0,0 +89252,0,0,0,0,0 +89253,0,0,0,0,0 +89254,0,0,0,0,0 +89255,0,0,0,0,0 +89256,0,0,0,0,0 +89257,0,0,0,0,0 +89258,0,0,0,0,0 +89259,0,0,0,0,0 +89260,0,0,0,0,0 +89261,0,0,0,0,0 +89262,0,0,0,0,0 +89263,0,0,0,0,0 +89264,0,0,0,0,0 +89265,0,0,0,0,0 +89266,0,0,0,0,0 +89267,0,0,0,0,0 +89268,0,0,0,0,0 +89269,0,0,0,0,0 +89270,0,0,0,0,0 +89271,0,0,0,0,0 +89272,0,0,0,0,0 +89273,0,0,0,0,0 +89274,0,0,0,0,0 +89275,0,0,0,0,0 +89276,0,0,0,0,0 +89277,0,0,0,0,0 +89278,0,0,0,0,0 +89279,0,0,0,0,0 +89280,0,0,0,0,0 +89281,0,0,0,0,0 +89282,0,0,0,0,0 +89283,0,0,0,0,0 +89284,0,0,0,0,0 +89285,0,0,0,0,0 +89286,0,0,0,0,0 +89287,0,0,0,0,0 +89288,0,0,0,0,0 +89289,0,0,0,0,0 +89290,0,0,0,0,0 +89291,0,0,0,0,0 +89292,0,0,0,0,0 +89293,0,0,0,0,0 +89294,0,0,0,0,0 +89295,0,0,0,0,0 +89296,0,0,0,0,0 +89297,0,0,0,0,0 +89298,0,0,0,0,0 +89299,0,0,0,0,0 +89300,0,0,0,0,0 +89301,0,0,0,0,0 +89302,0,0,0,0,0 +89303,0,0,0,0,0 +89304,0,0,0,0,0 +89305,0,0,0,0,0 +89306,0,0,0,0,0 +89307,0,0,0,0,0 +89308,0,0,0,0,0 +89309,0,0,0,0,0 +89310,0,0,0,0,0 +89311,0,0,0,0,0 +89312,0,0,0,0,0 +89313,0,0,0,0,0 +89314,0,0,0,0,0 +89315,0,0,0,0,0 +89316,0,0,0,0,0 +89317,0,0,0,0,0 +89318,0,0,0,0,0 +89319,0,0,0,0,0 +89320,0,0,0,0,0 +89321,0,0,0,0,0 +89322,0,0,0,0,0 +89323,0,0,0,0,0 +89324,0,0,0,0,0 +89325,0,0,0,0,0 +89326,0,0,0,0,0 +89327,0,0,0,0,0 +89328,0,0,0,0,0 +89329,0,0,0,0,0 +89330,0,0,0,0,0 +89331,0,0,0,0,0 +89332,0,0,0,0,0 +89333,0,0,0,0,0 +89334,0,0,0,0,0 +89335,0,0,0,0,0 +89336,0,0,0,0,0 +89337,0,0,0,0,0 +89338,0,0,0,0,0 +89339,0,0,0,0,0 +89340,0,0,0,0,0 +89341,0,0,0,0,0 +89342,0,0,0,0,0 +89343,0,0,0,0,0 +89344,0,0,0,0,0 +89345,0,0,0,0,0 +89346,0,0,0,0,0 +89347,0,0,0,0,0 +89348,0,0,0,0,0 +89349,0,0,0,0,0 +89350,0,0,0,0,0 +89351,0,0,0,0,0 +89352,0,0,0,0,0 +89353,0,0,0,0,0 +89354,0,0,0,0,0 +89355,0,0,0,0,0 +89356,0,0,0,0,0 +89357,0,0,0,0,0 +89358,0,0,0,0,0 +89359,0,0,0,0,0 +89360,0,0,0,0,0 +89361,0,0,0,0,0 +89362,0,0,0,0,0 +89363,0,0,0,0,0 +89364,0,0,0,0,0 +89365,0,0,0,0,0 +89366,0,0,0,0,0 +89367,0,0,0,0,0 +89368,0,0,0,0,0 +89369,0,0,0,0,0 +89370,0,0,0,0,0 +89371,0,0,0,0,0 +89372,0,0,0,0,0 +89373,0,0,0,0,0 +89374,0,0,0,0,0 +89375,0,0,0,0,0 +89376,0,0,0,0,0 +89377,0,0,0,0,0 +89378,0,0,0,0,0 +89379,0,0,0,0,0 +89380,0,0,0,0,0 +89381,0,0,0,0,0 +89382,0,0,0,0,0 +89383,0,0,0,0,0 +89384,0,0,0,0,0 +89385,0,0,0,0,0 +89386,0,0,0,0,0 +89387,0,0,0,0,0 +89388,0,0,0,0,0 +89389,0,0,0,0,0 +89390,0,0,0,0,0 +89391,0,0,0,0,0 +89392,0,0,0,0,0 +89393,0,0,0,0,0 +89394,0,0,0,0,0 +89395,0,0,0,0,0 +89396,0,0,0,0,0 +89397,0,0,0,0,0 +89398,0,0,0,0,0 +89399,0,0,0,0,0 +89400,0,0,0,0,0 +89401,0,0,0,0,0 +89402,0,0,0,0,0 +89403,0,0,0,0,0 +89404,0,0,0,0,0 +89405,0,0,0,0,0 +89406,0,0,0,0,0 +89407,0,0,0,0,0 +89408,0,0,0,0,0 +89409,0,0,0,0,0 +89410,0,0,0,0,0 +89411,0,0,0,0,0 +89412,0,0,0,0,0 +89413,0,0,0,0,0 +89414,0,0,0,0,0 +89415,0,0,0,0,0 +89416,0,0,0,0,0 +89417,0,0,0,0,0 +89418,0,0,0,0,0 +89419,0,0,0,0,0 +89420,0,0,0,0,0 +89421,0,0,0,0,0 +89422,0,0,0,0,0 +89423,0,0,0,0,0 +89424,0,0,0,0,0 +89425,0,0,0,0,0 +89426,0,0,0,0,0 +89427,0,0,0,0,0 +89428,0,0,0,0,0 +89429,0,0,0,0,0 +89430,0,0,0,0,0 +89431,0,0,0,0,0 +89432,0,0,0,0,0 +89433,0,0,0,0,0 +89434,0,0,0,0,0 +89435,0,0,0,0,0 +89436,0,0,0,0,0 +89437,0,0,0,0,0 +89438,0,0,0,0,0 +89439,0,0,0,0,0 +89440,0,0,0,0,0 +89441,0,0,0,0,0 +89442,0,0,0,0,0 +89443,0,0,0,0,0 +89444,0,0,0,0,0 +89445,0,0,0,0,0 +89446,0,0,0,0,0 +89447,0,0,0,0,0 +89448,0,0,0,0,0 +89449,0,0,0,0,0 +89450,0,0,0,0,0 +89451,0,0,0,0,0 +89452,0,0,0,0,0 +89453,0,0,0,0,0 +89454,0,0,0,0,0 +89455,0,0,0,0,0 +89456,0,0,0,0,0 +89457,0,0,0,0,0 +89458,0,0,0,0,0 +89459,0,0,0,0,0 +89460,0,0,0,0,0 +89461,0,0,0,0,0 +89462,0,0,0,0,0 +89463,0,0,0,0,0 +89464,0,0,0,0,0 +89465,0,0,0,0,0 +89466,0,0,0,0,0 +89467,0,0,0,0,0 +89468,0,0,0,0,0 +89469,0,0,0,0,0 +89470,0,0,0,0,0 +89471,0,0,0,0,0 +89472,0,0,0,0,0 +89473,0,0,0,0,0 +89474,0,0,0,0,0 +89475,0,0,0,0,0 +89476,0,0,0,0,0 +89477,0,0,0,0,0 +89478,0,0,0,0,0 +89479,0,0,0,0,0 +89480,0,0,0,0,0 +89481,0,0,0,0,0 +89482,0,0,0,0,0 +89483,0,0,0,0,0 +89484,0,0,0,0,0 +89485,0,0,0,0,0 +89486,0,0,0,0,0 +89487,0,0,0,0,0 +89488,0,0,0,0,0 +89489,0,0,0,0,0 +89490,0,0,0,0,0 +89491,0,0,0,0,0 +89492,0,0,0,0,0 +89493,0,0,0,0,0 +89494,0,0,0,0,0 +89495,0,0,0,0,0 +89496,0,0,0,0,0 +89497,0,0,0,0,0 +89498,0,0,0,0,0 +89499,0,0,0,0,0 +89500,0,0,0,0,0 +89501,0,0,0,0,0 +89502,0,0,0,0,0 +89503,0,0,0,0,0 +89504,0,0,0,0,0 +89505,0,0,0,0,0 +89506,0,0,0,0,0 +89507,0,0,0,0,0 +89508,0,0,0,0,0 +89509,0,0,0,0,0 +89510,0,0,0,0,0 +89511,0,0,0,0,0 +89512,0,0,0,0,0 +89513,0,0,0,0,0 +89514,0,0,0,0,0 +89515,0,0,0,0,0 +89516,0,0,0,0,0 +89517,0,0,0,0,0 +89518,0,0,0,0,0 +89519,0,0,0,0,0 +89520,0,0,0,0,0 +89521,0,0,0,0,0 +89522,0,0,0,0,0 +89523,0,0,0,0,0 +89524,0,0,0,0,0 +89525,0,0,0,0,0 +89526,0,0,0,0,0 +89527,0,0,0,0,0 +89528,0,0,0,0,0 +89529,0,0,0,0,0 +89530,0,0,0,0,0 +89531,0,0,0,0,0 +89532,0,0,0,0,0 +89533,0,0,0,0,0 +89534,0,0,0,0,0 +89535,0,0,0,0,0 +89536,0,0,0,0,0 +89537,0,0,0,0,0 +89538,0,0,0,0,0 +89539,0,0,0,0,0 +89540,0,0,0,0,0 +89541,0,0,0,0,0 +89542,0,0,0,0,0 +89543,0,0,0,0,0 +89544,0,0,0,0,0 +89545,0,0,0,0,0 +89546,0,0,0,0,0 +89547,0,0,0,0,0 +89548,0,0,0,0,0 +89549,0,0,0,0,0 +89550,0,0,0,0,0 +89551,0,0,0,0,0 +89552,0,0,0,0,0 +89553,0,0,0,0,0 +89554,0,0,0,0,0 +89555,0,0,0,0,0 +89556,0,0,0,0,0 +89557,0,0,0,0,0 +89558,0,0,0,0,0 +89559,0,0,0,0,0 +89560,0,0,0,0,0 +89561,0,0,0,0,0 +89562,0,0,0,0,0 +89563,0,0,0,0,0 +89564,0,0,0,0,0 +89565,0,0,0,0,0 +89566,0,0,0,0,0 +89567,0,0,0,0,0 +89568,0,0,0,0,0 +89569,0,0,0,0,0 +89570,0,0,0,0,0 +89571,0,0,0,0,0 +89572,0,0,0,0,0 +89573,0,0,0,0,0 +89574,0,0,0,0,0 +89575,0,0,0,0,0 +89576,0,0,0,0,0 +89577,0,0,0,0,0 +89578,0,0,0,0,0 +89579,0,0,0,0,0 +89580,0,0,0,0,0 +89581,0,0,0,0,0 +89582,0,0,0,0,0 +89583,0,0,0,0,0 +89584,0,0,0,0,0 +89585,0,0,0,0,0 +89586,0,0,0,0,0 +89587,0,0,0,0,0 +89588,0,0,0,0,0 +89589,0,0,0,0,0 +89590,0,0,0,0,0 +89591,0,0,0,0,0 +89592,0,0,0,0,0 +89593,0,0,0,0,0 +89594,0,0,0,0,0 +89595,0,0,0,0,0 +89596,0,0,0,0,0 +89597,0,0,0,0,0 +89598,0,0,0,0,0 +89599,0,0,0,0,0 +89600,0,0,0,0,0 +89601,0,0,0,0,0 +89602,0,0,0,0,0 +89603,0,0,0,0,0 +89604,0,0,0,0,0 +89605,0,0,0,0,0 +89606,0,0,0,0,0 +89607,0,0,0,0,0 +89608,0,0,0,0,0 +89609,0,0,0,0,0 +89610,0,0,0,0,0 +89611,0,0,0,0,0 +89612,0,0,0,0,0 +89613,0,0,0,0,0 +89614,0,0,0,0,0 +89615,0,0,0,0,0 +89616,0,0,0,0,0 +89617,0,0,0,0,0 +89618,0,0,0,0,0 +89619,0,0,0,0,0 +89620,0,0,0,0,0 +89621,0,0,0,0,0 +89622,0,0,0,0,0 +89623,0,0,0,0,0 +89624,0,0,0,0,0 +89625,0,0,0,0,0 +89626,0,0,0,0,0 +89627,0,0,0,0,0 +89628,0,0,0,0,0 +89629,0,0,0,0,0 +89630,0,0,0,0,0 +89631,0,0,0,0,0 +89632,0,0,0,0,0 +89633,0,0,0,0,0 +89634,0,0,0,0,0 +89635,0,0,0,0,0 +89636,0,0,0,0,0 +89637,0,0,0,0,0 +89638,0,0,0,0,0 +89639,0,0,0,0,0 +89640,0,0,0,0,0 +89641,0,0,0,0,0 +89642,0,0,0,0,0 +89643,0,0,0,0,0 +89644,0,0,0,0,0 +89645,0,0,0,0,0 +89646,0,0,0,0,0 +89647,0,0,0,0,0 +89648,0,0,0,0,0 +89649,0,0,0,0,0 +89650,0,0,0,0,0 +89651,0,0,0,0,0 +89652,0,0,0,0,0 +89653,0,0,0,0,0 +89654,0,0,0,0,0 +89655,0,0,0,0,0 +89656,0,0,0,0,0 +89657,0,0,0,0,0 +89658,0,0,0,0,0 +89659,0,0,0,0,0 +89660,0,0,0,0,0 +89661,0,0,0,0,0 +89662,0,0,0,0,0 +89663,0,0,0,0,0 +89664,0,0,0,0,0 +89665,0,0,0,0,0 +89666,0,0,0,0,0 +89667,0,0,0,0,0 +89668,0,0,0,0,0 +89669,0,0,0,0,0 +89670,0,0,0,0,0 +89671,0,0,0,0,0 +89672,0,0,0,0,0 +89673,0,0,0,0,0 +89674,0,0,0,0,0 +89675,0,0,0,0,0 +89676,0,0,0,0,0 +89677,0,0,0,0,0 +89678,0,0,0,0,0 +89679,0,0,0,0,0 +89680,0,0,0,0,0 +89681,0,0,0,0,0 +89682,0,0,0,0,0 +89683,0,0,0,0,0 +89684,0,0,0,0,0 +89685,0,0,0,0,0 +89686,0,0,0,0,0 +89687,0,0,0,0,0 +89688,0,0,0,0,0 +89689,0,0,0,0,0 +89690,0,0,0,0,0 +89691,0,0,0,0,0 +89692,0,0,0,0,0 +89693,0,0,0,0,0 +89694,0,0,0,0,0 +89695,0,0,0,0,0 +89696,0,0,0,0,0 +89697,0,0,0,0,0 +89698,0,0,0,0,0 +89699,0,0,0,0,0 +89700,0,0,0,0,0 +89701,-1837.312729,-813.2682263,-1803.141843,-815.1892395,-1119.239991 +89702,-1894.73327,-810.0002984,-1857.438509,-812.6552836,-1118.092064 +89703,-1910.417737,-805.5841321,-1866.975564,-809.0411808,-1116.318958 +89704,-1901.515391,-801.1401259,-1857.576693,-805.438377,-1114.48078 +89705,-1893.600917,0,-1849.302783,-802.3190186,-1112.81392 +89706,-1886.882118,-154.5675909,-369.1346949,-799.7263257,-1111.351564 +89707,-442.0270939,-307.3608661,-910.7318146,-365.9298508,-1110.060562 +89708,-1274.915115,-146.9205324,-833.0283454,-501.7161068,-186.9192822 +89709,-1021.538849,-154.6539098,-738.6684234,-491.7160781,-702.4796312 +89710,-1000.018174,-137.285041,-716.7045058,-461.3380869,-561.9089251 +89711,-987.5584965,-119.8174286,-694.1990716,-455.3179099,-545.8903719 +89712,-974.8364799,-102.5678182,-672.1651394,-449.6536009,-542.2394584 +89713,-963.3053811,-85.29808408,-650.6727048,-443.3101173,-537.6278459 +89714,-954.5175417,-68.29303413,-630.8436253,-438.4379568,-532.9625961 +89715,-942.6058225,-50.88236066,-610.65374,-431.7831831,-528.2433888 +89716,-930.4722525,-34.01155938,-590.1097989,-428.3879187,-524.4289421 +89717,-924.3238286,-16.46590608,-571.4362118,-421.4519018,-520.579098 +89718,-910.2732132,0,-552.4936484,-417.9124331,-514.7372923 +89719,-903.9367924,0,-533.2911682,-411.9017258,-511.7864527 +89720,-892.7029228,0,-514.9909802,-407.6115813,-506.8227847 +89721,-884.567889,0,-497.6434831,-403.2513101,-502.810845 +89722,-874.6809754,0,-478.9456863,-397.5397833,-497.7442183 +89723,-866.3380016,0,-464.7992444,-394.3160092,-493.6495352 +89724,-857.8988231,0,-450.5529554,-389.078317,-490.5541657 +89725,-847.6433835,0,-436.2128833,-384.4156185,-484.2994383 +89726,-840.7301312,0,-421.7859037,-381.0395042,-481.1406108 +89727,-831.9986656,0,-409.7023572,-375.5548666,-477.4282306 +89728,-824.9418347,0,-395.7417421,-372.7754443,-472.6118676 +89729,-814.2351748,0,-382.9406054,-367.8478647,-468.289983 +89730,-808.8297268,0,-370.092407,-363.561243,-463.9297683 +89731,-799.7371402,0,-358.4313708,-360.6714136,-460.6344055 +89732,-792.3896153,0,-345.5065766,-354.810272,-456.2062776 +89733,-783.1127823,0,-335.0193077,-352.5858425,-451.7391543 +89734,-775.6187869,0,-322.0373854,-347.3340983,-448.3633352 +89735,-769.0078062,0,-311.5098924,-343.532398,-443.8278012 +89736,-760.4316917,0,-300.3474992,-339.6883233,-440.400471 +89737,-752.7381487,0,-289.1714713,-336.5821164,-436.3738214 +89738,-744.9784255,0,-278.6059368,-331.4741305,-432.316966 +89739,-738.134464,0,-268.0321677,-328.6939535,-428.8156775 +89740,-730.2494681,0,-257.4517376,-324.2811048,-424.112696 +89741,-723.2952126,0,-247.4889865,-320.6314196,-421.7466111 +89742,-715.2844312,0,-237.834021,-317.3575071,-416.386277 +89743,-709.2328903,0,-227.5531119,-313.2247993,-413.9881044 +89744,-700.0838741,0,-218.2049939,-309.8870346,-409.7672332 +89745,-694.9657516,0,-208.2322193,-306.5207967,-406.125322 +89746,-686.7206499,0,-199.5053158,-302.2727215,-402.4613235 +89747,-679.4516473,0,-190.1543451,-299.7030782,-398.7752737 +89748,-673.1811536,0,-181.4264039,-294.9496934,-395.6867728 +89749,-665.8176434,0,-172.0747371,-292.7720546,-391.3370444 +89750,-658.403516,0,-163.9699629,-288.3822733,-388.8382406 +89751,-652.0088734,0,-155.2415843,-285.2835147,-384.4416682 +89752,-644.5015398,0,-147.1366272,-281.7157117,-381.9161433 +89753,-638.0271968,0,-138.4081492,-278.5709958,-377.4730641 +89754,-630.4274423,0,-130.9266916,-274.9506369,-374.9211194 +89755,-624.9693061,0,-122.8217033,-271.7601756,-371.0751268 +89756,-616.1827942,0,-115.1843074,-268.0880106,-367.8538347 +89757,-611.7666257,0,-107.5469009,-265.3161832,-364.6177835 +89758,-602.8847365,0,-100.0653659,-261.596122,-360.7151249 +89759,-596.1830412,0,-92.73970737,-258.3190822,-358.1018415 +89760,-590.5724691,0,-85.56992173,-255.4940381,-354.8220485 +89761,-582.6759651,0,-78.24427238,-251.2281038,-350.8672211 +89762,-574.7326819,0,-72.16553873,-248.3661298,-348.8822706 +89763,-567.8881461,0,-66.08678971,-244.5272187,-344.8967421 +89764,-559.8606844,0,-59.85218193,-241.1473924,-342.2285572 +89765,-552.9449306,0,-53.92930721,-237.7483909,-338.8807588 +89766,-545.9966965,0,-48.16230622,-234.3304141,-336.1926109 +89767,-537.8496669,0,-42.08357073,-230.8937678,-332.4820252 +89768,-530.8330624,0,-36.62829599,-227.6862051,-330.112315 +89769,-522.6083684,0,-31.01715034,-223.9657657,-326.0345394 +89770,-516.7092204,0,-25.40600543,-220.4753411,-323.9886728 +89771,-508.4148901,0,-20.26246118,-217.4700758,-320.568154 +89772,-500.6781095,0,-14.80717981,-213.9480366,-317.8223792 +89773,-494.1065253,0,-9.819499572,-210.4095835,-314.3785894 +89774,-485.7090008,0,-4.675952328,-207.1097546,-310.9222704 +89775,-479.6890368,81.46642929,0,-203.7965862,-308.8426738 +89776,-471.2298742,198.4301707,0,-200.2139926,-305.3665594 +89777,-463.344629,138.2691876,0,-197.1317208,-302.5769225 +89778,-456.6508685,182.4074855,0,-193.5225109,-299.0791234 +89779,-449.3257128,200.1791356,0,-189.8998343,-296.2725363 +89780,-440.7506805,217.5761645,0,-187.0445442,-293.4585777 +89781,-434.6080585,234.6908743,0,-183.3990341,-289.9308452 +89782,-425.9833104,252.019105,0,-180.0031918,-287.8089374 +89783,-418.5693386,268.638643,0,-176.597567,-283.5530859 +89784,-411.1365118,285.7369782,0,-173.1826256,-281.7754057 +89785,-403.6854613,302.2519084,0,-170.0225151,-277.8549675 +89786,-396.2169887,318.7298914,0,-166.3265109,-275.7113604 +89787,-388.1075704,334.960692,0,-163.1513075,-271.7718437 +89788,-380.6062109,351.5110103,0,-159.7043032,-269.2587861 +89789,-373.7173642,367.4769032,0,-156.2503381,-266.3809285 +89790,-364.9327871,383.3343873,0,-153.0563584,-262.7750939 +89791,-358.6479269,397.8151623,0,-149.5903453,-260.6072972 +89792,-351.0950956,411.4274244,0,-146.6533367,-256.9870163 +89793,-343.5314357,424.9906483,0,-143.4450902,-254.4477079 +89794,-337.2210142,438.301792,0,-140.232823,-251.1767673 +89795,-329.6396344,451.3811021,0,-137.2850666,-248.2637281 +89796,-322.6826116,464.2546828,0,-133.7976802,-245.345625 +89797,-315.7190814,476.9460997,0,-131.1128061,-242.4225898 +89798,-308.1157154,495.8192344,0,-127.6195149,-239.1284728 +89799,-301.7749783,512.1732322,0,-124.6615383,-236.5624183 +89800,-294.1606395,528.096126,0,-121.4326212,-233.6255677 +89801,-287.1765221,544.4554266,0,-118.4711861,-229.9484571 +89802,-280.5064548,559.9314701,0,-115.3736342,-227.7392258 +89803,-273.1975569,575.4721789,0,-112.1400087,-224.7900215 +89804,-265.5676372,590.7481419,0,-109.0400579,-221.4675594 +89805,-259.5255353,605.8213283,0,-106.0740641,-218.5104513 +89806,-251.5727127,620.657846,0,-102.8375896,-215.9201791 +89807,-245.209022,635.3960816,0,-99.8702504,-212.5860343 +89808,-237.8891635,649.8648955,0,-96.63259901,-209.9900814 +89809,-230.8863756,664.1839712,0,-93.66440499,-207.0204214 +89810,-223.5643005,678.2754132,0,-90.56096439,-204.0478864 +89811,-217.196734,692.2947913,0,-87.457273,-200.7005703 +89812,-209.5548126,706.0544341,0,-84.21845469,-198.4673109 +89813,-202.867796,719.6341939,0,-81.38442528,-195.11477 +89814,-195.5435461,733.1555194,0,-78.14537921,-192.5052663 +89815,-188.8560257,746.3703195,0,-75.04123927,-189.1477715 +89816,-181.5313476,759.1038765,0,-72.07204197,-186.5347 +89817,-174.5250631,772.732618,0,-68.83286369,-183.546576 +89818,-167.8372041,785.2221893,0,-65.86362641,-180.930543 +89819,-160.5122593,797.920073,0,-62.62443372,-177.5652154 +89820,-153.5057948,810.5642208,0,-59.65519426,-174.9464818 +89821,-146.1808654,823.1233605,0,-56.41600421,-171.203621 +89822,-138.8559203,835.8369139,0,-53.17680744,-168.2079713 +89823,-131.5309488,848.2411704,0,-50.0725824,-164.0870835 +89824,-123.8874785,860.5129176,0,-47.91310614,-161.0889597 +89825,-116.8810129,872.7606255,0,-45.34873875,-157.7149958 +89826,-109.2375486,884.7602111,0,-42.64940654,-153.9649627 +89827,-101.9125853,896.6117131,0,-40.2200254,-150.5890588 +89828,-94.74687107,908.5148985,0,-37.52069247,-147.5876451 +89829,-87.26265016,919.9639498,0,-35.09129652,-143.4598121 +89830,-79.77843494,931.600528,0,-32.25698289,-140.4572911 +89831,-72.61272112,942.9142477,0,-29.69262492,-137.0790036 +89832,-68.31328593,954.1643851,0,-27.26324159,-133.5125891 +89833,-62.42145807,965.2743803,0,-24.56390637,-130.1335593 +89834,-56.37039233,976.2010582,0,-21.86457148,-126.7542717 +89835,-50.79706194,987.2047218,0,-19.43518037,-123.3747686 +89836,-44.90523775,997.746409,0,-16.73584714,-119.8073262 +89837,-38.85416835,1008.504054,0,-14.03651539,-116.6152934 +89838,-33.12158817,1018.937764,0,-11.60712283,-113.0476036 +89839,-27.22976775,1029.317164,0,-8.907790842,-109.8553929 +89840,-21.33794637,1039.567954,0,-6.343426046,-106.0997691 +89841,-15.44612554,1049.634466,0,-3.644094987,-103.0952557 +89842,-9.554305083,1059.75053,0,-1.079731933,-99.33955524 +89843,-3.821722488,1069.667545,0,0,-96.14720481 +89844,0,1079.365743,0,0,-92.57926132 +89845,0,1089.024411,0,0,-89.38688919 +89846,0,1098.673457,0,0,-85.63113631 +89847,0,1108.07614,0,0,-82.62654836 +89848,0,1117.431587,0,0,-78.87078845 +89849,0,1129.885082,0,0,-75.4906138 +89850,0,1137.544653,0,0,-72.29823139 +89851,0,1147.606651,0,0,-68.54247017 +89852,0,1154.033515,0,0,-65.16229554 +89853,0,1164.992602,0,0,-61.7821247 +89854,0,1168.819919,0,0,-58.40194948 +89855,0,1157.069595,0,0,-54.8339794 +89856,0,1193.505717,0,0,-51.26601198 +89857,0,1186.261603,0,0,-47.88583898 +89858,0,1196.403728,0,0,-44.50566409 +89859,0,1203.406045,0,0,-40.74990744 +89860,0,1210.042711,0,0,-37.36973288 +89861,0,1216.720888,0,0,-33.80176999 +89862,0,1223.002903,0,0,-30.42159463 +89863,0,1229.651358,0,0,-26.66583976 +89864,0,1235.723171,0,0,-23.28566357 +89865,0,1241.782094,0,0,-19.52991045 +89866,0,1247.851898,0,0,-16.14973476 +89867,0,1253.683535,0,0,-12.39398193 +89868,0,1259.4098,0,0,-8.826017662 +89869,0,1264.907039,0,0,-5.258053328 +89870,0,1270.618006,0,0,-1.690088568 +89871,0,1275.848128,0,0,0 +89872,0,1281.317497,0,0,0 +89873,0,1286.26399,0,0,0 +89874,0,1291.476817,0,0,0 +89875,0,1296.308174,0,0,0 +89876,0,1301.243824,0,0,0 +89877,0,1305.873507,0,0,0 +89878,0,1310.594301,0,0,0 +89879,0,1315.01499,0,0,0 +89880,0,1319.526396,0,0,0 +89881,0,1323.61795,0,0,0 +89882,0,1327.652482,0,0,0 +89883,0,1331.600774,0,0,0 +89884,0,1335.536091,0,0,0 +89885,0,1339.166192,0,0,0 +89886,0,1342.882481,0,0,0 +89887,0,1346.427488,0,0,0 +89888,0,1349.889028,0,0,0 +89889,0,1353.168983,0,0,0 +89890,0,1356.5644,0,0,0 +89891,0,1359.678945,0,0,0 +89892,0,1362.775026,0,0,0 +89893,0,1365.848432,0,0,0 +89894,0,1368.617903,0,0,0 +89895,0,1371.48257,0,0,0 +89896,0,1374.179201,0,0,0 +89897,0,1376.797744,0,0,0 +89898,0,1379.32557,0,0,0 +89899,0,1381.762457,0,0,0 +89900,0,1384.109269,0,0,0 +89901,0,1386.365897,0,0,0 +89902,0,1388.533123,0,0,0 +89903,0,1390.610795,0,0,0 +89904,0,1392.599653,0,0,0 +89905,0,1394.499513,0,0,0 +89906,0,1396.399173,0,0,0 +89907,0,1397.992537,0,0,0 +89908,0,1399.691744,0,0,0 +89909,0,1401.136712,0,0,0 +89910,0,1402.724943,0,0,0 +89911,0,1403.974031,0,0,0 +89912,0,1405.201967,0,0,0 +89913,0,1406.32391,0,0,0 +89914,0,1407.356235,0,0,0 +89915,0,1408.298566,0,0,0 +89916,0,1409.152322,0,0,0 +89917,0,1409.917194,0,0,0 +89918,0,1410.593831,0,0,0 +89919,0,1411.182008,0,0,0 +89920,0,1411.682289,0,0,0 +89921,0,1412.094431,0,0,0 +89922,0,1412.418989,0,0,0 +89923,0,1412.655724,0,0,0 +89924,0,1412.80519,0,0,0 +89925,0,1412.867157,0,0,0 +89926,0,1412.842175,0,0,0 +89927,0,1412.730022,0,0,0 +89928,0,1412.531245,0,0,0 +89929,0,1412.245629,0,0,0 +89930,0,1411.873715,0,0,0 +89931,0,1411.415294,0,0,0 +89932,0,1410.870902,0,0,0 +89933,0,1410.240337,0,0,0 +89934,0,1409.524127,0,0,0 +89935,0,1408.722076,0,0,0 +89936,0,1407.834707,0,0,0 +89937,0,1406.861829,0,0,0 +89938,0,1405.803958,0,0,0 +89939,0,1404.661104,0,0,0 +89940,0,1403.433113,0,0,0 +89941,0,1402.056497,0,0,0 +89942,0,1400.574346,0,0,0 +89943,0,1399.089298,0,0,0 +89944,0,1397.299831,0,0,0 +89945,0,1395.52802,0,0,0 +89946,0,1393.810459,0,0,0 +89947,0,1391.830432,0,0,0 +89948,0,1389.843386,0,0,0 +89949,0,1387.758017,0,0,0 +89950,0,1385.58859,0,0,0 +89951,0,1383.33514,0,0,0 +89952,0,1380.998132,0,0,0 +89953,0,1378.577506,0,0,0 +89954,0,1376.073721,0,0,0 +89955,0,1373.486715,0,0,0 +89956,0,1370.81698,0,0,0 +89957,0,1368.064429,0,0,0 +89958,0,1365.229553,0,0,0 +89959,0,1362.224808,0,0,0 +89960,0,1359.351089,0,0,0 +89961,0,1356.207814,0,0,0 +89962,0,1353.058692,0,0,0 +89963,0,1349.900209,0,0,0 +89964,0,1346.451122,0,0,0 +89965,0,1343.105925,0,0,0 +89966,0,1339.605864,0,0,0 +89967,0,1336.038071,0,0,0 +89968,0,1332.305566,0,0,0 +89969,0,1328.699682,0,0,0 +89970,0,1324.832394,0,0,0 +89971,0,1321.1367,0,0,0 +89972,0,1317.383669,0,0,0 +89973,0,1313.56489,0,0,0 +89974,0,1309.67748,0,0,0 +89975,0,1305.719746,0,0,0 +89976,0,1301.690549,0,0,0 +89977,0,1297.591614,0,0,0 +89978,0,1293.422499,0,0,0 +89979,0,1289.183378,0,0,0 +89980,0,1284.875272,0,0,0 +89981,0,1280.498638,0,0,0 +89982,0,1275.972073,0,0,0 +89983,0,1271.575887,0,0,0 +89984,0,1266.9396,0,0,0 +89985,0,1262.306768,0,0,0 +89986,0,1257.677396,0,0,0 +89987,0,1252.785126,0,0,0 +89988,0,1247.921869,0,0,0 +89989,0,1243.121275,0,0,0 +89990,0,1238.098438,0,0,0 +89991,0,1233.08267,0,0,0 +89992,0,1227.993448,0,0,0 +89993,0,1222.763881,0,0,0 +89994,0,1217.745041,0,0,0 +89995,0,1212.308166,0,0,0 +89996,0,1207.04854,0,0,0 +89997,0,1201.575566,0,0,0 +89998,0,1196.242194,0,0,0 +89999,0,1194.808026,0,0,0 +90000,0,1190.078871,0,0,0 +90001,0,1184.594536,0,0,0 +90002,0,1178.960913,0,0,0 +90003,0,1173.22724,0,0,0 +90004,0,1167.446409,0,0,0 +90005,0,1161.564627,0,0,0 +90006,0,1155.553951,0,0,0 +90007,0,1169.272253,0,0,0 +90008,0,1114.729146,0,0,0 +90009,0,1173.167013,0,0,0 +90010,0,1096.785673,0,0,0 +90011,0,1153.649833,0,0,0 +90012,0,1096.107469,0,0,0 +90013,0,1121.953773,0,0,0 +90014,0,1103.91392,0,0,0 +90015,0,1099.66538,0,0,0 +90016,0,1093.204484,0,0,0 +90017,0,1086.715841,0,0,0 +90018,0,1080.249734,0,0,0 +90019,0,1073.577463,0,0,0 +90020,0,1067.011058,0,0,0 +90021,0,1060.277125,0,0,0 +90022,0,1053.685693,0,0,0 +90023,0,1046.97597,0,0,0 +90024,0,1040.128651,0,0,0 +90025,0,1033.379026,0,0,0 +90026,0,1026.538336,0,0,0 +90027,0,1019.675841,0,0,0 +90028,0,1012.781892,0,0,0 +90029,0,1005.858367,0,0,0 +90030,0,998.905567,0,0,0 +90031,0,990.2915076,0,0,0 +90032,0,981.2713465,0,0,0 +90033,0,972.1909338,0,0,0 +90034,0,963.1763804,0,0,0 +90035,0,953.8136405,0,0,0 +90036,0,944.5748367,0,0,0 +90037,0,935.2248184,0,0,0 +90038,0,925.8416054,0,0,0 +90039,0,916.4874541,0,0,0 +90040,0,906.9686461,0,0,0 +90041,0,897.4966558,0,0,0 +90042,0,888.1617324,0,0,0 +90043,0,876.2140268,0,0,0 +90044,0,866.5511037,0,0,0 +90045,0,856.8498913,0,0,0 +90046,0,847.5403796,0,0,0 +90047,0,837.9762536,0,0,0 +90048,0,828.6246636,0,0,0 +90049,0,819.2617374,0,0,0 +90050,0,809.9961225,0,0,0 +90051,0,800.5977171,0,0,0 +90052,0,791.5268644,0,0,0 +90053,0,786.3496008,0,0,0 +90054,0,779.848097,0,0,0 +90055,0,773.3149219,0,0,0 +90056,0,766.8284998,0,0,0 +90057,0,760.3592802,0,0,0 +90058,0,754.4208453,0,0,0 +90059,0,747.250737,0,0,0 +90060,0,741.313282,0,0,0 +90061,0,0,0,0,0 +90062,0,0,0,0,0 +90063,0,0,0,0,0 +90064,0,0,0,0,0 +90065,0,0,0,0,0 +90066,0,0,0,0,0 +90067,0,0,0,0,0 +90068,0,0,0,0,0 +90069,0,0,0,0,0 +90070,0,0,0,0,0 +90071,0,0,0,0,0 +90072,0,0,0,0,0 +90073,0,0,0,0,0 +90074,0,0,0,0,0 +90075,0,0,0,0,0 +90076,0,0,0,0,0 +90077,0,0,0,0,0 +90078,0,0,0,0,0 +90079,0,0,0,0,0 +90080,0,0,0,0,0 +90081,0,0,0,0,0 +90082,0,0,0,0,0 +90083,0,0,0,0,0 +90084,0,0,0,0,0 +90085,0,0,0,0,0 +90086,0,0,0,0,0 +90087,0,0,0,0,0 +90088,0,0,0,0,0 +90089,0,0,0,0,0 +90090,0,0,0,0,0 +90091,0,0,0,0,0 +90092,0,0,0,0,0 +90093,0,0,0,0,0 +90094,0,0,0,0,0 +90095,0,0,0,0,0 +90096,0,0,0,0,0 +90097,0,0,0,0,0 +90098,0,0,0,0,0 +90099,0,0,0,0,0 +90100,0,0,0,0,0 +90101,0,0,0,0,0 +90102,0,0,0,0,0 +90103,0,0,0,0,0 +90104,0,0,0,0,0 +90105,0,0,0,0,0 +90106,0,0,0,0,0 +90107,0,0,0,0,0 +90108,0,0,0,0,0 +90109,0,0,0,0,0 +90110,0,0,0,0,0 +90111,0,0,0,0,0 +90112,0,0,0,0,0 +90113,0,0,0,0,0 +90114,0,0,0,0,0 +90115,0,0,0,0,0 +90116,0,0,0,0,0 +90117,0,0,0,0,0 +90118,0,0,0,0,0 +90119,0,0,0,0,0 +90120,0,0,0,0,0 +90121,0,0,0,0,0 +90122,0,0,0,0,0 +90123,0,0,0,0,0 +90124,0,0,0,0,0 +90125,0,0,0,0,0 +90126,0,0,0,0,0 +90127,0,0,0,0,0 +90128,0,0,0,0,0 +90129,0,0,0,0,0 +90130,0,0,0,0,0 +90131,0,0,0,0,0 +90132,0,0,0,0,0 +90133,0,0,0,0,0 +90134,0,0,0,0,0 +90135,0,0,0,0,0 +90136,0,0,0,0,0 +90137,0,0,0,0,0 +90138,0,0,0,0,0 +90139,0,0,0,0,0 +90140,0,0,0,0,0 +90141,0,0,0,0,0 +90142,0,0,0,0,0 +90143,0,0,0,0,0 +90144,0,0,0,0,0 +90145,0,0,0,0,0 +90146,0,0,0,0,0 +90147,0,0,0,0,0 +90148,0,0,0,0,0 +90149,0,0,0,0,0 +90150,0,0,0,0,0 +90151,0,0,0,0,0 +90152,0,0,0,0,0 +90153,0,0,0,0,0 +90154,0,0,0,0,0 +90155,0,0,0,0,0 +90156,0,0,0,0,0 +90157,0,0,0,0,0 +90158,0,0,0,0,0 +90159,0,0,0,0,0 +90160,0,0,0,0,0 +90161,0,0,0,0,0 +90162,0,0,0,0,0 +90163,0,0,0,0,0 +90164,0,0,0,0,0 +90165,0,0,0,0,0 +90166,0,0,0,0,0 +90167,0,0,0,0,0 +90168,0,0,0,0,0 +90169,0,0,0,0,0 +90170,0,0,0,0,0 +90171,0,0,0,0,0 +90172,0,0,0,0,0 +90173,0,0,0,0,0 +90174,0,0,0,0,0 +90175,0,0,0,0,0 +90176,0,0,0,0,0 +90177,0,0,0,0,0 +90178,0,0,0,0,0 +90179,0,0,0,0,0 +90180,0,0,0,0,0 +90181,0,0,0,0,0 +90182,0,0,0,0,0 +90183,0,0,0,0,0 +90184,0,0,0,0,0 +90185,0,0,0,0,0 +90186,0,0,0,0,0 +90187,0,0,0,0,0 +90188,0,0,0,0,0 +90189,0,0,0,0,0 +90190,0,0,0,0,0 +90191,0,0,0,0,0 +90192,0,0,0,0,0 +90193,0,0,0,0,0 +90194,0,0,0,0,0 +90195,0,0,0,0,0 +90196,0,0,0,0,0 +90197,0,0,0,0,0 +90198,0,0,0,0,0 +90199,0,0,0,0,0 +90200,0,0,0,0,0 +90201,0,0,0,0,0 +90202,0,0,0,0,0 +90203,0,0,0,0,0 +90204,0,0,0,0,0 +90205,0,0,0,0,0 +90206,0,0,0,0,0 +90207,0,0,0,0,0 +90208,0,0,0,0,0 +90209,0,0,0,0,0 +90210,0,0,0,0,0 +90211,0,0,0,0,0 +90212,0,0,0,0,0 +90213,0,0,0,0,0 +90214,0,0,0,0,0 +90215,0,0,0,0,0 +90216,0,0,0,0,0 +90217,0,0,0,0,0 +90218,0,0,0,0,0 +90219,0,0,0,0,0 +90220,0,0,0,0,0 +90221,0,0,0,0,0 +90222,0,0,0,0,0 +90223,0,0,0,0,0 +90224,0,0,0,0,0 +90225,0,0,0,0,0 +90226,0,0,0,0,0 +90227,0,0,0,0,0 +90228,0,0,0,0,0 +90229,0,0,0,0,0 +90230,0,0,0,0,0 +90231,0,0,0,0,0 +90232,0,0,0,0,0 +90233,0,0,0,0,0 +90234,0,0,0,0,0 +90235,0,0,0,0,0 +90236,0,0,0,0,0 +90237,0,0,0,0,0 +90238,0,0,0,0,0 +90239,0,0,0,0,0 +90240,0,0,0,0,0 +90241,0,0,0,0,0 +90242,0,0,0,0,0 +90243,0,0,0,0,0 +90244,0,0,0,0,0 +90245,0,0,0,0,0 +90246,0,0,0,0,0 +90247,0,0,0,0,0 +90248,0,0,0,0,0 +90249,0,0,0,0,0 +90250,0,0,0,0,0 +90251,0,0,0,0,0 +90252,0,0,0,0,0 +90253,0,0,0,0,0 +90254,0,0,0,0,0 +90255,0,0,0,0,0 +90256,0,0,0,0,0 +90257,0,0,0,0,0 +90258,0,0,0,0,0 +90259,0,0,0,0,0 +90260,0,0,0,0,0 +90261,0,0,0,0,0 +90262,0,0,0,0,0 +90263,0,0,0,0,0 +90264,0,0,0,0,0 +90265,0,0,0,0,0 +90266,0,0,0,0,0 +90267,0,0,0,0,0 +90268,0,0,0,0,0 +90269,0,0,0,0,0 +90270,0,0,0,0,0 +90271,0,0,0,0,0 +90272,0,0,0,0,0 +90273,0,0,0,0,0 +90274,0,0,0,0,0 +90275,0,0,0,0,0 +90276,0,0,0,0,0 +90277,0,0,0,0,0 +90278,0,0,0,0,0 +90279,0,0,0,0,0 +90280,0,0,0,0,0 +90281,0,0,0,0,0 +90282,0,0,0,0,0 +90283,0,0,0,0,0 +90284,0,0,0,0,0 +90285,0,0,0,0,0 +90286,0,0,0,0,0 +90287,0,0,0,0,0 +90288,0,0,0,0,0 +90289,0,0,0,0,0 +90290,0,0,0,0,0 +90291,0,0,0,0,0 +90292,0,0,0,0,0 +90293,0,0,0,0,0 +90294,0,0,0,0,0 +90295,0,0,0,0,0 +90296,0,0,0,0,0 +90297,0,0,0,0,0 +90298,0,0,0,0,0 +90299,0,0,0,0,0 +90300,0,0,0,0,0 +90301,0,0,0,0,0 +90302,0,0,0,0,0 +90303,0,0,0,0,0 +90304,0,0,0,0,0 +90305,0,0,0,0,0 +90306,0,0,0,0,0 +90307,0,0,0,0,0 +90308,0,0,0,0,0 +90309,0,0,0,0,0 +90310,0,0,0,0,0 +90311,0,0,0,0,0 +90312,0,0,0,0,0 +90313,0,0,0,0,0 +90314,0,0,0,0,0 +90315,0,0,0,0,0 +90316,0,0,0,0,0 +90317,0,0,0,0,0 +90318,0,0,0,0,0 +90319,0,0,0,0,0 +90320,0,0,0,0,0 +90321,0,0,0,0,0 +90322,0,0,0,0,0 +90323,0,0,0,0,0 +90324,0,0,0,0,0 +90325,0,0,0,0,0 +90326,0,0,0,0,0 +90327,0,0,0,0,0 +90328,0,0,0,0,0 +90329,0,0,0,0,0 +90330,0,0,0,0,0 +90331,0,0,0,0,0 +90332,0,0,0,0,0 +90333,0,0,0,0,0 +90334,0,0,0,0,0 +90335,0,0,0,0,0 +90336,0,0,0,0,0 +90337,0,0,0,0,0 +90338,0,0,0,0,0 +90339,0,0,0,0,0 +90340,0,0,0,0,0 +90341,0,0,0,0,0 +90342,0,0,0,0,0 +90343,0,0,0,0,0 +90344,0,0,0,0,0 +90345,0,0,0,0,0 +90346,0,0,0,0,0 +90347,0,0,0,0,0 +90348,0,0,0,0,0 +90349,0,0,0,0,0 +90350,0,0,0,0,0 +90351,0,0,0,0,0 +90352,0,0,0,0,0 +90353,0,0,0,0,0 +90354,0,0,0,0,0 +90355,0,0,0,0,0 +90356,0,0,0,0,0 +90357,0,0,0,0,0 +90358,0,0,0,0,0 +90359,0,0,0,0,0 +90360,0,0,0,0,0 +90361,0,0,0,0,0 +90362,0,0,0,0,0 +90363,0,0,0,0,0 +90364,0,0,0,0,0 +90365,0,0,0,0,0 +90366,0,0,0,0,0 +90367,0,0,0,0,0 +90368,0,0,0,0,0 +90369,0,0,0,0,0 +90370,0,0,0,0,0 +90371,0,0,0,0,0 +90372,0,0,0,0,0 +90373,0,0,0,0,0 +90374,0,0,0,0,0 +90375,0,0,0,0,0 +90376,0,0,0,0,0 +90377,0,0,0,0,0 +90378,0,0,0,0,0 +90379,0,0,0,0,0 +90380,0,0,0,0,0 +90381,0,0,0,0,0 +90382,0,0,0,0,0 +90383,0,0,0,0,0 +90384,0,0,0,0,0 +90385,0,0,0,0,0 +90386,0,0,0,0,0 +90387,0,0,0,0,0 +90388,0,0,0,0,0 +90389,0,0,0,0,0 +90390,0,0,0,0,0 +90391,0,0,0,0,0 +90392,0,0,0,0,0 +90393,0,0,0,0,0 +90394,0,0,0,0,0 +90395,0,0,0,0,0 +90396,0,0,0,0,0 +90397,0,0,0,0,0 +90398,0,0,0,0,0 +90399,0,0,0,0,0 +90400,0,0,0,0,0 +90401,0,0,0,0,0 +90402,0,0,0,0,0 +90403,0,0,0,0,0 +90404,0,0,0,0,0 +90405,0,0,0,0,0 +90406,0,0,0,0,0 +90407,0,0,0,0,0 +90408,0,0,0,0,0 +90409,0,0,0,0,0 +90410,0,0,0,0,0 +90411,0,0,0,0,0 +90412,0,0,0,0,0 +90413,0,0,0,0,0 +90414,0,0,0,0,0 +90415,0,0,0,0,0 +90416,0,0,0,0,0 +90417,0,0,0,0,0 +90418,0,0,0,0,0 +90419,0,0,0,0,0 +90420,0,0,0,0,0 +90421,0,0,0,0,0 +90422,0,0,0,0,0 +90423,0,0,0,0,0 +90424,0,0,0,0,0 +90425,0,0,0,0,0 +90426,0,0,0,0,0 +90427,0,0,0,0,0 +90428,0,0,0,0,0 +90429,0,0,0,0,0 +90430,0,0,0,0,0 +90431,0,0,0,0,0 +90432,0,0,0,0,0 +90433,0,0,0,0,0 +90434,0,0,0,0,0 +90435,0,0,0,0,0 +90436,0,0,0,0,0 +90437,0,0,0,0,0 +90438,0,0,0,0,0 +90439,0,0,0,0,0 +90440,0,0,0,0,0 +90441,0,0,0,0,0 +90442,0,0,0,0,0 +90443,0,0,0,0,0 +90444,0,0,0,0,0 +90445,0,0,0,0,0 +90446,0,0,0,0,0 +90447,0,0,0,0,0 +90448,0,0,0,0,0 +90449,0,0,0,0,0 +90450,0,0,0,0,0 +90451,0,0,0,0,0 +90452,0,0,0,0,0 +90453,0,0,0,0,0 +90454,0,0,0,0,0 +90455,0,0,0,0,0 +90456,0,0,0,0,0 +90457,0,0,0,0,0 +90458,0,0,0,0,0 +90459,0,0,0,0,0 +90460,0,0,0,0,0 +90461,0,0,0,0,0 +90462,0,0,0,0,0 +90463,0,0,0,0,0 +90464,0,0,0,0,0 +90465,0,0,0,0,0 +90466,0,0,0,0,0 +90467,0,0,0,0,0 +90468,0,0,0,0,0 +90469,0,0,0,0,0 +90470,0,0,0,0,0 +90471,0,0,0,0,0 +90472,0,0,0,0,0 +90473,0,0,0,0,0 +90474,0,0,0,0,0 +90475,0,0,0,0,0 +90476,0,0,0,0,0 +90477,0,0,0,0,0 +90478,0,0,0,0,0 +90479,0,0,0,0,0 +90480,0,0,0,0,0 +90481,0,0,0,0,0 +90482,0,0,0,0,0 +90483,0,0,0,0,0 +90484,0,0,0,0,0 +90485,0,0,0,0,0 +90486,0,0,0,0,0 +90487,0,0,0,0,0 +90488,0,0,0,0,0 +90489,0,0,0,0,0 +90490,0,0,0,0,0 +90491,0,0,0,0,0 +90492,0,0,0,0,0 +90493,0,0,0,0,0 +90494,0,0,0,0,0 +90495,0,0,0,0,0 +90496,0,0,0,0,0 +90497,0,0,0,0,0 +90498,0,0,0,0,0 +90499,0,0,0,0,0 +90500,0,0,0,0,0 +90501,0,0,0,0,0 +90502,0,0,0,0,0 +90503,0,0,0,0,0 +90504,0,0,0,0,0 +90505,0,0,0,0,0 +90506,0,0,0,0,0 +90507,0,0,0,0,0 +90508,0,0,0,0,0 +90509,0,0,0,0,0 +90510,0,0,0,0,0 +90511,0,0,0,0,0 +90512,0,0,0,0,0 +90513,0,0,0,0,0 +90514,0,0,0,0,0 +90515,0,0,0,0,0 +90516,0,0,0,0,0 +90517,0,0,0,0,0 +90518,0,0,0,0,0 +90519,0,0,0,0,0 +90520,0,0,0,0,0 +90521,0,0,0,0,0 +90522,0,0,0,0,0 +90523,0,0,0,0,0 +90524,0,0,0,0,0 +90525,0,0,0,0,0 +90526,0,0,0,0,0 +90527,0,0,0,0,0 +90528,0,0,0,0,0 +90529,0,0,0,0,0 +90530,0,0,0,0,0 +90531,0,0,0,0,0 +90532,0,0,0,0,0 +90533,0,0,0,0,0 +90534,0,0,0,0,0 +90535,0,0,0,0,0 +90536,0,0,0,0,0 +90537,0,0,0,0,0 +90538,0,0,0,0,0 +90539,0,0,0,0,0 +90540,0,0,0,0,0 +90541,0,0,0,0,0 +90542,0,0,0,0,0 +90543,0,0,0,0,0 +90544,0,0,0,0,0 +90545,0,0,0,0,0 +90546,0,0,0,0,0 +90547,0,0,0,0,0 +90548,0,0,0,0,0 +90549,0,0,0,0,0 +90550,0,0,0,0,0 +90551,0,0,0,0,0 +90552,0,0,0,0,0 +90553,0,0,0,0,0 +90554,0,0,0,0,0 +90555,0,0,0,0,0 +90556,0,0,0,0,0 +90557,0,0,0,0,0 +90558,0,0,0,0,0 +90559,0,0,0,0,0 +90560,0,0,0,0,0 +90561,0,0,0,0,0 +90562,0,0,0,0,0 +90563,0,0,0,0,0 +90564,0,0,0,0,0 +90565,0,0,0,0,0 +90566,0,0,0,0,0 +90567,0,0,0,0,0 +90568,0,0,0,0,0 +90569,0,0,0,0,0 +90570,0,0,0,0,0 +90571,0,0,0,0,0 +90572,0,0,0,0,0 +90573,0,0,0,0,0 +90574,0,0,0,0,0 +90575,0,0,0,0,0 +90576,0,0,0,0,0 +90577,0,0,0,0,0 +90578,0,0,0,0,0 +90579,0,0,0,0,0 +90580,0,0,0,0,0 +90581,0,0,0,0,0 +90582,0,0,0,0,0 +90583,0,0,0,0,0 +90584,0,0,0,0,0 +90585,0,0,0,0,0 +90586,0,0,0,0,0 +90587,0,0,0,0,0 +90588,0,0,0,0,0 +90589,0,0,0,0,0 +90590,0,0,0,0,0 +90591,0,0,0,0,0 +90592,0,0,0,0,0 +90593,0,0,0,0,0 +90594,0,0,0,0,0 +90595,0,0,0,0,0 +90596,0,0,0,0,0 +90597,0,0,0,0,0 +90598,0,0,0,0,0 +90599,0,0,0,0,0 +90600,0,0,0,0,0 +90601,0,0,0,0,0 +90602,0,0,0,0,0 +90603,0,0,0,0,0 +90604,0,0,0,0,0 +90605,0,0,0,0,0 +90606,0,0,0,0,0 +90607,0,0,0,0,0 +90608,0,0,0,0,0 +90609,0,0,0,0,0 +90610,0,0,0,0,0 +90611,0,0,0,0,0 +90612,0,0,0,0,0 +90613,0,0,0,0,0 +90614,0,0,0,0,0 +90615,0,0,0,0,0 +90616,0,0,0,0,0 +90617,0,0,0,0,0 +90618,0,0,0,0,0 +90619,0,0,0,0,0 +90620,0,0,0,0,0 +90621,0,0,0,0,0 +90622,0,0,0,0,0 +90623,0,0,0,0,0 +90624,0,0,0,0,0 +90625,0,0,0,0,0 +90626,0,0,0,0,0 +90627,0,0,0,0,0 +90628,0,0,0,0,0 +90629,0,0,0,0,0 +90630,0,0,0,0,0 +90631,0,0,0,0,0 +90632,0,0,0,0,0 +90633,0,0,0,0,0 +90634,0,0,0,0,0 +90635,0,0,0,0,0 +90636,0,0,0,0,0 +90637,0,0,0,0,0 +90638,0,0,0,0,0 +90639,0,0,0,0,0 +90640,0,0,0,0,0 +90641,0,0,0,0,0 +90642,0,0,0,0,0 +90643,0,0,0,0,0 +90644,0,0,0,0,0 +90645,0,0,0,0,0 +90646,0,0,0,0,0 +90647,0,0,0,0,0 +90648,0,0,0,0,0 +90649,0,0,0,0,0 +90650,0,0,0,0,0 +90651,0,0,0,0,0 +90652,0,0,0,0,0 +90653,0,0,0,0,0 +90654,0,0,0,0,0 +90655,0,0,0,0,0 +90656,0,0,0,0,0 +90657,0,0,0,0,0 +90658,0,0,0,0,0 +90659,0,0,0,0,0 +90660,0,0,0,0,0 +90661,0,0,0,0,0 +90662,0,0,0,0,0 +90663,0,0,0,0,0 +90664,0,0,0,0,0 +90665,0,0,0,0,0 +90666,0,0,0,0,0 +90667,0,0,0,0,0 +90668,0,0,0,0,0 +90669,0,0,0,0,0 +90670,0,0,0,0,0 +90671,0,0,0,0,0 +90672,0,0,0,0,0 +90673,0,0,0,0,0 +90674,0,0,0,0,0 +90675,0,0,0,0,0 +90676,0,0,0,0,0 +90677,0,0,0,0,0 +90678,0,0,0,0,0 +90679,0,0,0,0,0 +90680,0,0,0,0,0 +90681,0,0,0,0,0 +90682,0,0,0,0,0 +90683,0,0,0,0,0 +90684,0,0,0,0,0 +90685,0,0,0,0,0 +90686,0,0,0,0,0 +90687,0,0,0,0,0 +90688,0,0,0,0,0 +90689,0,0,0,0,0 +90690,0,0,0,0,0 +90691,0,0,0,0,0 +90692,0,0,0,0,0 +90693,0,0,0,0,0 +90694,0,0,0,0,0 +90695,0,0,0,0,0 +90696,0,0,0,0,0 +90697,0,0,0,0,0 +90698,0,0,0,0,0 +90699,0,0,0,0,0 +90700,0,0,0,0,0 +90701,0,0,0,0,0 +90702,0,0,0,0,0 +90703,0,0,0,0,0 +90704,0,0,0,0,0 +90705,0,0,0,0,0 +90706,0,0,0,0,0 +90707,0,0,0,0,0 +90708,0,0,0,0,0 +90709,0,0,0,0,0 +90710,0,0,0,0,0 +90711,0,0,0,0,0 +90712,0,0,0,0,0 +90713,0,0,0,0,0 +90714,0,0,0,0,0 +90715,0,0,0,0,0 +90716,0,0,0,0,0 +90717,0,0,0,0,0 +90718,0,0,0,0,0 +90719,0,0,0,0,0 +90720,0,0,0,0,0 +90721,0,0,0,0,0 +90722,0,0,0,0,0 +90723,0,0,0,0,0 +90724,0,0,0,0,0 +90725,0,0,0,0,0 +90726,0,0,0,0,0 +90727,0,0,0,0,0 +90728,0,0,0,0,0 +90729,0,0,0,0,0 +90730,0,0,0,0,0 +90731,0,0,0,0,0 +90732,0,0,0,0,0 +90733,0,0,0,0,0 +90734,0,0,0,0,0 +90735,0,0,0,0,0 +90736,0,0,0,0,0 +90737,0,0,0,0,0 +90738,0,0,0,0,0 +90739,0,0,0,0,0 +90740,0,0,0,0,0 +90741,0,0,0,0,0 +90742,0,0,0,0,0 +90743,0,0,0,0,0 +90744,0,0,0,0,0 +90745,0,0,0,0,0 +90746,0,0,0,0,0 +90747,0,0,0,0,0 +90748,0,0,0,0,0 +90749,0,0,0,0,0 +90750,0,0,0,0,0 +90751,0,0,0,0,0 +90752,0,0,0,0,0 +90753,0,0,0,0,0 +90754,0,0,0,0,0 +90755,0,0,0,0,0 +90756,0,0,0,0,0 +90757,0,0,0,0,0 +90758,0,0,0,0,0 +90759,0,0,0,0,0 +90760,0,0,0,0,0 +90761,0,0,0,0,0 +90762,0,0,0,0,0 +90763,0,0,0,0,0 +90764,0,0,0,0,0 +90765,0,0,0,0,0 +90766,0,0,0,0,0 +90767,0,0,0,0,0 +90768,0,0,0,0,0 +90769,0,0,0,0,0 +90770,0,0,0,0,0 +90771,0,0,0,0,0 +90772,0,0,0,0,0 +90773,0,0,0,0,0 +90774,0,0,0,0,0 +90775,0,0,0,0,0 +90776,0,0,0,0,0 +90777,0,0,0,0,0 +90778,0,0,0,0,0 +90779,0,0,0,0,0 +90780,0,0,0,0,0 +90781,0,0,0,0,0 +90782,0,0,0,0,0 +90783,0,0,0,0,0 +90784,0,0,0,0,0 +90785,0,0,0,0,0 +90786,0,0,0,0,0 +90787,0,0,0,0,0 +90788,0,0,0,0,0 +90789,0,0,0,0,0 +90790,0,0,0,0,0 +90791,0,0,0,0,0 +90792,0,0,0,0,0 +90793,0,0,0,0,0 +90794,0,0,0,0,0 +90795,0,0,0,0,0 +90796,0,0,0,0,0 +90797,0,0,0,0,0 +90798,0,0,0,0,0 +90799,0,0,0,0,0 +90800,0,0,0,0,0 +90801,0,0,0,0,0 +90802,0,0,0,0,0 +90803,0,0,0,0,0 +90804,0,0,0,0,0 +90805,0,0,0,0,0 +90806,0,0,0,0,0 +90807,0,0,0,0,0 +90808,0,0,0,0,0 +90809,0,0,0,0,0 +90810,0,0,0,0,0 +90811,0,0,0,0,0 +90812,0,0,0,0,0 +90813,0,0,0,0,0 +90814,0,0,0,0,0 +90815,0,0,0,0,0 +90816,0,0,0,0,0 +90817,0,0,0,0,0 +90818,0,0,0,0,0 +90819,0,0,0,0,0 +90820,0,0,0,0,0 +90821,0,0,0,0,0 +90822,0,0,0,0,0 +90823,0,0,0,0,0 +90824,0,0,0,0,0 +90825,0,0,0,0,0 +90826,0,0,0,0,0 +90827,0,0,0,0,0 +90828,0,0,0,0,0 +90829,0,0,0,0,0 +90830,0,0,0,0,0 +90831,0,0,0,0,0 +90832,0,0,0,0,0 +90833,0,0,0,0,0 +90834,0,0,0,0,0 +90835,0,0,0,0,0 +90836,0,0,0,0,0 +90837,0,0,0,0,0 +90838,0,0,0,0,0 +90839,0,0,0,0,0 +90840,0,0,0,0,0 +90841,0,0,0,0,0 +90842,0,0,0,0,0 +90843,0,0,0,0,0 +90844,0,0,0,0,0 +90845,0,0,0,0,0 +90846,0,0,0,0,0 +90847,0,0,0,0,0 +90848,0,0,0,0,0 +90849,0,0,0,0,0 +90850,0,0,0,0,0 +90851,0,0,0,0,0 +90852,0,0,0,0,0 +90853,0,0,0,0,0 +90854,0,0,0,0,0 +90855,0,0,0,0,0 +90856,0,0,0,0,0 +90857,0,0,0,0,0 +90858,0,0,0,0,0 +90859,0,0,0,0,0 +90860,0,0,0,0,0 +90861,0,0,0,0,0 +90862,0,0,0,0,0 +90863,0,0,0,0,0 +90864,0,0,0,0,0 +90865,0,0,0,0,0 +90866,0,0,0,0,0 +90867,0,0,0,0,0 +90868,0,0,0,0,0 +90869,0,0,0,0,0 +90870,0,0,0,0,0 +90871,0,0,0,0,0 +90872,0,0,0,0,0 +90873,0,0,0,0,0 +90874,0,0,0,0,0 +90875,0,0,0,0,0 +90876,0,0,0,0,0 +90877,0,0,0,0,0 +90878,0,0,0,0,0 +90879,0,0,0,0,0 +90880,0,0,0,0,0 +90881,0,0,0,0,0 +90882,0,0,0,0,0 +90883,0,0,0,0,0 +90884,0,0,0,0,0 +90885,0,0,0,0,0 +90886,0,0,0,0,0 +90887,0,0,0,0,0 +90888,0,0,0,0,0 +90889,0,0,0,0,0 +90890,0,0,0,0,0 +90891,0,0,0,0,0 +90892,0,0,0,0,0 +90893,0,0,0,0,0 +90894,0,0,0,0,0 +90895,0,0,0,0,0 +90896,0,0,0,0,0 +90897,0,0,0,0,0 +90898,0,0,0,0,0 +90899,0,0,0,0,0 +90900,0,0,0,0,0 +90901,0,0,0,0,0 +90902,0,0,0,0,0 +90903,0,0,0,0,0 +90904,0,0,0,0,0 +90905,0,0,0,0,0 +90906,0,0,0,0,0 +90907,0,0,0,0,0 +90908,0,0,0,0,0 +90909,0,0,0,0,0 +90910,0,0,0,0,0 +90911,0,0,0,0,0 +90912,0,0,0,0,0 +90913,0,0,0,0,0 +90914,0,0,0,0,0 +90915,0,0,0,0,0 +90916,0,0,0,0,0 +90917,0,0,0,0,0 +90918,0,0,0,0,0 +90919,0,0,0,0,0 +90920,0,0,0,0,0 +90921,0,0,0,0,0 +90922,0,0,0,0,0 +90923,0,0,0,0,0 +90924,0,0,0,0,0 +90925,0,0,0,0,0 +90926,0,0,0,0,0 +90927,0,0,0,0,0 +90928,0,0,0,0,0 +90929,0,0,0,0,0 +90930,0,0,0,0,0 +90931,0,0,0,0,0 +90932,0,0,0,0,0 +90933,0,0,0,0,0 +90934,0,0,0,0,0 +90935,0,0,0,0,0 +90936,0,0,0,0,0 +90937,0,0,0,0,0 +90938,0,0,0,0,0 +90939,0,0,0,0,0 +90940,0,0,0,0,0 +90941,0,0,0,0,0 +90942,0,0,0,0,0 +90943,0,0,0,0,0 +90944,0,0,0,0,0 +90945,0,0,0,0,0 +90946,0,0,0,0,0 +90947,0,0,0,0,0 +90948,0,0,0,0,0 +90949,0,0,0,0,0 +90950,0,0,0,0,0 +90951,0,0,0,0,0 +90952,0,0,0,0,0 +90953,0,0,0,0,0 +90954,0,0,0,0,0 +90955,0,0,0,0,0 +90956,0,0,0,0,0 +90957,0,0,0,0,0 +90958,0,0,0,0,0 +90959,0,0,0,0,0 +90960,0,0,0,0,0 +90961,0,0,0,0,0 +90962,0,0,0,0,0 +90963,0,0,0,0,0 +90964,0,0,0,0,0 +90965,0,0,0,0,0 +90966,0,0,0,0,0 +90967,0,0,0,0,0 +90968,0,0,0,0,0 +90969,0,0,0,0,0 +90970,0,0,0,0,0 +90971,0,0,0,0,0 +90972,0,0,0,0,0 +90973,0,0,0,0,0 +90974,0,0,0,0,0 +90975,0,0,0,0,0 +90976,0,0,0,0,0 +90977,0,0,0,0,0 +90978,0,0,0,0,0 +90979,0,0,0,0,0 +90980,0,0,0,0,0 +90981,0,0,0,0,0 +90982,0,0,0,0,0 +90983,0,0,0,0,0 +90984,0,0,0,0,0 +90985,0,0,0,0,0 +90986,0,0,0,0,0 +90987,0,0,0,0,0 +90988,0,0,0,0,0 +90989,0,0,0,0,0 +90990,0,0,0,0,0 +90991,0,0,0,0,0 +90992,0,0,0,0,0 +90993,0,0,0,0,0 +90994,0,0,0,0,0 +90995,0,0,0,0,0 +90996,0,0,0,0,0 +90997,0,0,0,0,0 +90998,0,0,0,0,0 +90999,0,0,0,0,0 +91000,0,0,0,0,0 +91001,0,0,0,0,0 +91002,0,0,0,0,0 +91003,0,0,0,0,0 +91004,0,0,0,0,0 +91005,0,0,0,0,0 +91006,0,0,0,0,0 +91007,0,0,0,0,0 +91008,0,0,0,0,0 +91009,0,0,0,0,0 +91010,0,0,0,0,0 +91011,0,0,0,0,0 +91012,0,0,0,0,0 +91013,0,0,0,0,0 +91014,0,0,0,0,0 +91015,0,0,0,0,0 +91016,0,0,0,0,0 +91017,0,0,0,0,0 +91018,0,0,0,0,0 +91019,0,0,0,0,0 +91020,0,0,0,0,0 +91021,0,0,0,0,0 +91022,0,0,0,0,0 +91023,0,0,0,0,0 +91024,0,0,0,0,0 +91025,0,0,0,0,0 +91026,0,0,0,0,0 +91027,0,0,0,0,0 +91028,0,0,0,0,0 +91029,0,0,0,0,0 +91030,0,0,0,0,0 +91031,0,0,0,0,0 +91032,0,0,0,0,0 +91033,0,0,0,0,0 +91034,0,0,0,0,0 +91035,0,0,0,0,0 +91036,0,0,0,0,0 +91037,0,0,0,0,0 +91038,0,0,0,0,0 +91039,0,0,0,0,0 +91040,0,0,0,0,0 +91041,0,0,0,0,0 +91042,0,0,0,0,0 +91043,0,0,0,0,0 +91044,0,0,0,0,0 +91045,0,0,0,0,0 +91046,0,0,0,0,0 +91047,0,0,0,0,0 +91048,0,0,0,0,0 +91049,0,0,0,0,0 +91050,0,0,0,0,0 +91051,0,0,0,0,0 +91052,0,0,0,0,0 +91053,0,0,0,0,0 +91054,0,0,0,0,0 +91055,0,0,0,0,0 +91056,0,0,0,0,0 +91057,0,0,0,0,0 +91058,0,0,0,0,0 +91059,0,0,0,0,0 +91060,0,0,0,0,0 +91061,0,0,0,0,0 +91062,0,0,0,0,0 +91063,0,0,0,0,0 +91064,0,0,0,0,0 +91065,0,0,0,0,0 +91066,0,0,0,0,0 +91067,0,0,0,0,0 +91068,0,0,0,0,0 +91069,0,0,0,0,0 +91070,0,0,0,0,0 +91071,0,0,0,0,0 +91072,0,0,0,0,0 +91073,0,0,0,0,0 +91074,0,0,0,0,0 +91075,0,0,0,0,0 +91076,0,0,0,0,0 +91077,0,0,0,0,0 +91078,0,0,0,0,0 +91079,0,0,0,0,0 +91080,0,0,0,0,0 +91081,0,0,0,0,0 +91082,0,0,0,0,0 +91083,0,0,0,0,0 +91084,0,0,0,0,0 +91085,0,0,0,0,0 +91086,0,0,0,0,0 +91087,0,0,0,0,0 +91088,0,0,0,0,0 +91089,0,0,0,0,0 +91090,0,0,0,0,0 +91091,0,0,0,0,0 +91092,0,0,0,0,0 +91093,0,0,0,0,0 +91094,0,0,0,0,0 +91095,0,0,0,0,0 +91096,0,0,0,0,0 +91097,0,0,0,0,0 +91098,0,0,0,0,0 +91099,0,0,0,0,0 +91100,0,0,0,0,0 +91101,0,0,0,0,0 +91102,0,0,0,0,0 +91103,0,0,0,0,0 +91104,0,0,0,0,0 +91105,0,0,0,0,0 +91106,0,0,0,0,0 +91107,0,0,0,0,0 +91108,0,0,0,0,0 +91109,0,0,0,0,0 +91110,0,0,0,0,0 +91111,0,0,0,0,0 +91112,0,0,0,0,0 +91113,0,0,0,0,0 +91114,0,0,0,0,0 +91115,0,0,0,0,0 +91116,0,0,0,0,0 +91117,0,0,0,0,0 +91118,0,0,0,0,0 +91119,0,0,0,0,0 +91120,0,0,0,0,0 +91121,0,0,0,0,0 +91122,0,0,0,0,0 +91123,0,0,0,0,0 +91124,0,0,0,0,0 +91125,0,0,0,0,0 +91126,0,0,0,0,0 +91127,0,0,0,0,0 +91128,0,0,0,0,0 +91129,0,0,0,0,0 +91130,0,0,0,0,0 +91131,0,0,0,0,0 +91132,0,0,0,0,0 +91133,0,0,0,0,0 +91134,0,0,0,0,0 +91135,0,0,0,0,0 +91136,0,0,0,0,0 +91137,0,0,0,0,0 +91138,0,0,0,0,0 +91139,0,0,0,0,0 +91140,0,0,0,0,0 +91141,-1698.409157,-819.3359361,-1667.605857,-819.3706497,-1083.941723 +91142,-1628.58169,-688.9297676,-1593.772271,-688.9579895,-945.7658962 +91143,-1469.422972,-635.4777669,-1442.169704,-635.5027624,-874.2937678 +91144,-1637.788779,-698.4456286,-1607.001499,-698.4726086,-964.1466909 +91145,-1680.008452,-711.0248764,-1644.302024,-711.0519202,-983.5244487 +91146,-1725.113736,-730.3646144,-1688.488802,-730.3921724,-1012.061495 +91147,-1812.499042,-767.6276164,-1774.057023,-767.6565307,-1065.358952 +91148,-1856.932205,-786.6851749,-1817.581582,-786.7146844,-1093.241831 +91149,-1875.564914,-794.8022181,-1835.846927,-794.8318685,-1105.812752 +91150,-1880.728218,-797.2025492,-1840.920003,-797.232114,-1110.300009 +91151,-1759.472197,-797.2843561,-1756.372343,-797.3137566,-1111.407403 +91152,-1031.170987,-596.4840021,-975.3613831,-594.7516031,-1111.202979 +91153,-1493.501431,-591.5410148,-1458.974073,-593.3309377,-1108.375111 +91154,-1330.039208,-625.2674937,-1294.277037,-624.0032536,-1103.034491 +91155,-1317.906418,-594.9493002,-1279.839397,-594.968823,-1094.454956 +91156,-1307.961405,-588.2090983,-1267.861109,-588.2290236,-1081.511888 +91157,-1293.535542,-584.1522194,-1255.879771,-583.3469637,-949.4258314 +91158,-1285.06599,-576.235777,-1245.482896,-577.1759336,-746.869189 +91159,-1273.676763,-571.7416286,-1232.128484,-570.7698259,-887.6750354 +91160,-1263.574272,-565.7408897,-1224.675012,-566.8051293,-832.187235 +91161,-1254.31334,-561.7768602,-1211.978087,-560.6932996,-824.9142217 +91162,-1243.626377,-554.8498258,-1204.276708,-554.8653603,-818.9494153 +91163,-1235.197848,-551.9960895,-1192.280141,-552.0120277,-812.2164876 +91164,-1226.068303,-545.1639655,-1184.654033,-545.1792108,-806.2070053 +91165,-1216.369613,-541.7100763,-1174.756174,-541.7245907,-801.1518564 +91166,-1209.789567,-536.7531565,-1166.208892,-536.7667996,-794.3304057 +91167,-1201.107266,-532.9142022,-1157.31897,-532.2495127,-790.1452503 +91168,-1192.121906,-527.5344826,-1150.03278,-528.2457927,-784.2503022 +91169,-1184.770201,-524.8039026,-1140.597215,-523.3886689,-778.1141164 +91170,-1179.167159,-519.0842838,-1132.883588,-520.5624809,-775.0025914 +91171,-1167.543052,-514.6655823,-1122.973542,-514.6773071,-766.8277398 +91172,-1161.642631,-507.7826597,-1110.736678,-508.5755406,-765.1918917 +91173,-1149.499867,-502.2416416,-1100.280015,-505.4556115,-758.3392573 +91174,-1143.324263,-496.5235205,-1089.572536,-499.0143217,-753.0525749 +91175,-1134.933054,-490.6230562,-1076.382854,-494.0350235,-751.2741736 +91176,-1124.213984,-483.6484797,-1069.664673,-488.9207717,-743.9389519 +91177,-1119.87027,-479.1659174,-1055.914175,-484.5544383,-740.1847965 +91178,-1106.5533,-472.7135124,-1044.167119,-479.1812519,-736.3655574 +91179,-1102.044474,-467.019535,-1036.995445,-474.5928078,-730.5093483 +91180,-1090.567512,-452.086493,-1017.355023,-467.9916636,-728.5283727 +91181,-1083.557123,-443.6983174,-1004.710118,-464.1274677,-722.4703932 +91182,-1074.055801,-436.6543522,-994.3846085,-459.1960726,-720.4191409 +91183,-1066.817897,-428.2594325,-981.2046065,-454.1513051,-714.1520146 +91184,-1059.480183,-420.1583796,-971.7982374,-450.0328896,-712.0290569 +91185,-1052.040224,-413.0038826,-959.4751091,-444.7771687,-707.725335 +91186,-1043.229156,-404.400937,-948.3038122,-440.4861021,-703.3470794 +91187,-1036.850759,-397.4438369,-936.9242257,-436.1156098,-700.0141989 +91188,-1029.098024,-388.9889742,-926.7932323,-431.6636566,-696.6378628 +91189,-1022.555503,-380.956033,-915.0107431,-427.1287298,-692.0668536 +91190,-1014.603137,-373.3952044,-904.5210267,-422.5095269,-689.7520989 +91191,-1007.892512,-364.9258041,-893.8601795,-417.8047255,-685.0603848 +91192,-1001.104012,-357.6888556,-883.0250406,-414.2194574,-682.6841508 +91193,-994.2361304,-349.5351639,-873.5977737,-409.3596908,-679.0798921 +91194,-985.8889489,-341.9449619,-860.8217537,-405.6556105,-675.4277411 +91195,-980.2616197,-333.3970428,-852.7189248,-400.635395,-671.7272629 +91196,-973.1527095,-326.247566,-841.2152908,-396.8095075,-669.2333383 +91197,-965.9607674,-317.7262917,-831.2079505,-392.9300318,-665.4503156 +91198,-960.147727,-310.2677553,-821.0629487,-388.3346578,-662.9003466 +91199,-954.2795144,-302.2387778,-810.7790662,-384.336422,-659.0322798 +91200,-945.3728675,-294.4845969,-802.1021689,-379.6013898,-656.4249517 +91201,-939.368336,-286.5868386,-789.787725,-376.8620164,-652.4698823 +91202,-934.8297759,-278.54648,-782.6662205,-371.3047123,-651.1401739 +91203,-927.1908994,-271.2811273,-772.7676203,-368.4885407,-647.1133626 +91204,-921.0161464,-262.9753603,-762.7469352,-364.2145225,-644.3986074 +91205,-914.7846535,-255.9493157,-753.5318703,-359.881353,-641.6594231 +91206,-908.4956068,-247.3943986,-744.2159052,-356.2254435,-637.5040361 +91207,-903.7408902,-240.1658001,-734.79831,-352.5277648,-637.5046895 +91208,-895.7402758,-232.358163,-727.1911626,-348.7875958,-631.8753007 +91209,-890.8967243,-224.4540339,-715.655615,-344.2430366,-630.4523222 +91210,-884.3857263,-216.960305,-707.8850376,-341.1798107,-627.5866182 +91211,-877.8147079,-208.1204938,-699.0644614,-336.5326528,-624.6946284 +91212,-874.5076805,-200.2090586,-690.160015,-333.7937872,-621.7762557 +91213,-864.4893264,-192.4849537,-680.1683991,-329.4455854,-620.3072534 +91214,-862.808429,-184.959776,-673.1145956,-325.446911,-615.8588463 +91215,-852.6289726,-177.1197679,-662.9494205,-322.216856,-614.3628565 +91216,-850.9211513,-169.4931611,-655.774018,-318.1391289,-611.3498543 +91217,-842.3115692,-161.5597823,-645.4360493,-314.4314994,-609.0719812 +91218,-837.0995655,-154.120569,-639.1860081,-310.6881006,-606.7782625 +91219,-831.8525032,-146.3854489,-628.6868152,-307.3305347,-603.6951041 +91220,-824.7998199,-138.6248749,-622.3402583,-303.0931887,-600.5837328 +91221,-821.250627,-131.1125503,-611.6818266,-299.6717002,-599.0177731 +91222,-812.3036388,-123.5853416,-606.3170756,-295.7885419,-597.444293 +91223,-809.6019067,-115.5081571,-595.5115616,-292.3068469,-592.6790961 +91224,-801.4366384,-108.366004,-588.9829806,-288.3559183,-591.8788831 +91225,-797.7824586,-103.1072542,-580.2239871,-284.8141846,-589.4662771 +91226,-790.422518,-97.30712589,-572.5103454,-281.2442467,-585.4076347 +91227,-785.7900614,-91.23561582,-564.7508136,-277.6461014,-584.5907752 +91228,-779.2608029,-85.16311627,-555.8272903,-273.5647237,-581.3026997 +91229,-773.6247179,-79.09008867,-549.0973286,-270.3664576,-579.6473768 +91230,-768.8999854,-73.15177307,-541.2044159,-266.6852183,-577.1496621 +91231,-762.2404064,-68.56297331,-534.4043855,-263.4415649,-574.634471 +91232,-759.3718619,-63.70415614,-527.5734817,-260.1771201,-572.101894 +91233,-752.6392007,-59.11530107,-522.4308374,-256.8921501,-569.551886 +91234,-748.7697605,-55.06634943,-516.1215347,-253.5869196,-567.8422647 +91235,-742.9338025,-50.2075215,-509.2098933,-250.737985,-566.1244633 +91236,-739.0229834,-46.15854624,-504.5864998,-247.3953875,-562.6643852 +91237,-733.1244192,-41.83962005,-497.0453046,-244.5146097,-560.9224897 +91238,-729.1718567,-37.52068545,-492.3888432,-241.1353941,-558.2945456 +91239,-725.2019835,-33.47169599,-485.9655169,-238.2237397,-556.5325728 +91240,-718.2129144,-29.15276245,-480.1064733,-235.0536452,-553.8740149 +91241,-715.2031744,-25.37370944,-475.4061647,-231.86745,-552.0914479 +91242,-709.1539906,-21.0547671,-468.3331563,-229.4058607,-549.4019039 +91243,-705.1010581,-17.00577124,-463.6042237,-225.447525,-547.5986068 +91244,-701.0311044,-13.22671718,-457.6772844,-223.460049,-544.8778441 +91245,-694.8934823,-9.177721055,-451.7335533,-219.4671889,-543.0536857 +91246,-691.8114771,-5.263692395,-446.9670908,-216.9606754,-541.2210183 +91247,-686.6524455,-1.349664761,-440.9941556,-213.9414484,-538.4557833 +91248,-681.467187,0,-435.0057785,-210.9100639,-537.5298973 +91249,-677.3008963,0,-430.8054131,-208.3749114,-533.8041661 +91250,-672.069527,0,-424.1894195,-204.8119551,-532.8676052 +91251,-668.9188375,0,-419.3673612,-202.0020713,-530.044383 +91252,-662.5874722,0,-414.536431,-199.1831732,-528.1515023 +91253,-659.4086708,0,-408.4852446,-196.097777,-526.249905 +91254,-654.0890422,0,-403.635237,-193.5188259,-524.339426 +91255,-649.8150866,0,-397.5614885,-190.414718,-522.4199932 +91256,-645.5247191,0,-393.9119395,-187.3010186,-519.5241683 +91257,-640.1384552,0,-387.2091145,-184.6993763,-518.5546958 +91258,-636.8951765,0,-382.9370401,-181.5690768,-515.6322475 +91259,-631.4681679,0,-377.4364603,-178.9539962,-514.6537696 +91260,-627.1087088,0,-372.5401344,-175.8081782,-511.7042733 +91261,-622.7334034,0,-367.0241851,-173.1807138,-509.7268267 +91262,-617.241315,0,-361.500705,-170.0206541,-507.7404373 +91263,-612.8301433,0,-356.5849915,-166.8534179,-505.7449078 +91264,-608.4029219,0,-350.432446,-164.2089801,-503.740141 +91265,-602.8460459,0,-345.5049122,-161.0295601,-501.7261081 +91266,-598.3832402,0,-340.5724507,-157.8440664,-499.7028041 +91267,-592.7828314,0,-334.4000767,-155.185269,-496.6505582 +91268,-588.2857578,0,-329.4576051,-151.9896476,-495.6288406 +91269,-583.773328,0,-323.8925217,-149.3228338,-493.5779253 +91270,-579.245173,0,-318.9418757,-146.1182286,-490.4838252 +91271,-573.5630812,0,-313.3679873,-143.1769055,-489.4480103 +91272,-569.0010859,0,-308.410027,-140.232295,-486.8477538 +91273,-564.4243828,0,-302.8285755,-137.2846073,-485.2805622 +91274,-558.6826029,0,-297.8644497,-134.3341197,-482.1301137 +91275,-555.2272181,0,-292.2766521,-131.3810645,-481.0755329 +91276,-549.4490057,0,-287.9286843,-128.4257218,-478.9588088 +91277,-544.8105712,0,-281.7140124,-125.7372464,-476.8323843 +91278,-540.1582233,0,-277.3621931,-122.508948,-474.6964277 +91279,-534.3229862,0,-271.1427109,-119.5480345,-472.5509467 +91280,-530.8122899,0,-266.1654859,-116.8551219,-470.3959464 +91281,-526.1184217,0,-259.3191715,-113.8916284,-468.7734756 +91282,-520.2315201,0,-253.7160815,-110.9270148,-466.0570902 +91283,-515.5077204,0,-248.1116779,-107.9614954,-464.966477 +91284,-511.9567619,0,-241.2601055,-105.1300819,-462.2288628 +91285,-506.0210137,0,-236.276433,-102.2980551,-460.5790833 +91286,-501.2584185,0,-229.7340802,-99.19569961,-458.3708364 +91287,-496.4836874,0,-223.8140515,-96.49766316,-456.152889 +91288,-490.4980479,0,-217.8933885,-93.52944089,-453.9253008 +91289,-485.695714,0,-211.9721886,-90.69587309,-452.8080014 +91290,-479.6758375,0,-205.4271883,-87.72714599,-449.4407356 +91291,-478.4700071,0,-204.1805714,-86.64758077,-448.8775889 +91292,-476.0556087,0,-201.6870594,-85.56799022,-446.0517519 +91293,-473.638246,0,-200.7520644,-84.62331273,-444.9171554 +91294,-472.4289839,0,-199.5053336,-83.67864329,-441.4984122 +91295,-471.2187499,0,-198.2584881,-83.13885414,-440.9267048 +91296,-468.7956043,0,-197.0116805,-82.32910693,-438.0578759 +91297,-467.583182,0,-196.7000442,-81.65430047,-436.9060692 +91298,-466.3702865,0,-195.4532202,-81.24944525,-434.0155872 +91299,-465.1564932,0,-195.1415545,-80.43966376,-432.2740247 +91300,-463.9419215,0,-194.5181875,-80.43971778,-431.1100698 +91301,-462.1187188,0,-194.5182113,-79.6299067,-428.7741713 +91302,-461.5111213,0,-193.8947456,-79.49497188,-426.4284454 +91303,-461.5113846,0,-193.8947206,-79.22505594,-424.6627987 +91304,-459.0771435,0,-193.5830221,-78.82016709,-422.8917454 +91305,-459.0772125,0,-193.8947871,-78.82019322,-421.707915 +91306,-457.8594329,0,-194.2065276,-78.6852371,-418.7371679 +91307,-457.2504205,0,-193.894753,-78.41528636,-417.5446868 +91308,-456.6412166,0,-194.8299114,-78.55026078,-415.751219 +91309,-456.6412587,0,-194.8298613,-78.41528741,-413.351209 +91310,-454.8118832,0,-195.7649746,-78.55025839,-412.7498345 +91311,-455.4220411,0,-195.7649125,-78.55025842,-409.7327966 +91312,-454.8122658,0,-197.011794,-78.82019941,-409.7329512 +91313,-454.2021854,0,-197.6351935,-78.95514922,-406.0920788 +91314,-454.2022754,0,-198.881957,-79.09009336,-406.0922925 +91315,-454.2022878,0,-199.1935203,-79.49498744,-403.6528487 +91316,-453.5919313,0,-200.7520056,-79.62993295,-402.4294903 +91317,-453.591958,0,-201.3753565,-80.16978921,-401.2036409 +91318,-454.2022215,0,-203.2455472,-80.43968442,-398.7444428 +91319,-452.9814445,0,-203.8688346,-80.70958726,-398.128277 +91320,-454.2021994,0,-205.7389478,-81.519381,-396.2757138 +91321,-454.2020908,0,-207.6089431,-81.92421296,-395.0376307 +91322,-455.4220246,0,-210.1022482,-83.00387841,-394.417771 +91323,-457.2507039,0,-212.5954745,-83.81359383,-393.1759966 +91324,-457.8595549,0,-215.0886312,-84.75826463,-392.5541833 +91325,-459.0772699,0,-218.2050208,-85.83789191,-390.6849988 +91326,-467.5834146,0,-219.1398224,-86.37768999,-390.6851331 +91327,-470.0077426,0,-222.256026,-87.18734232,-388.8105227 +91328,-471.2186042,0,-225.0604382,-88.53682952,-388.8106741 +91329,-473.6386966,0,-228.1762787,-89.61635682,-387.5579459 +91330,-474.8474088,0,-231.2918849,-90.69584767,-387.557968 +91331,-477.2631526,0,-234.4072429,-92.04521785,-385.0449968 +91332,-478.4696112,0,-237.5223735,-93.25958909,-386.3028339 +91333,-479.6756453,0,-241.2602459,-94.60883388,-384.4153904 +91334,-483.2902615,0,-244.3746815,-95.82308211,-383.7850297 +91335,-483.8915417,0,-247.8002187,-97.30712489,-383.1541775 +91336,-486.2963989,0,-251.2253834,-98.65614911,-382.5227538 +91337,-488.0981285,0,-255.2727651,-100.1399738,-382.5228374 +91338,-490.4979479,0,-258.6967466,-101.4887847,-381.2578509 +91339,-492.2956325,0,-262.4313569,-103.107258,-380.6245036 +91340,-494.0917092,0,-266.1652638,-104.4558291,-380.6246246 +91341,-497.6790971,0,-269.8984219,-106.2088318,-379.9906899 +91342,-497.6784195,0,-274.252755,-107.6919042,-379.3561067 +91343,-502.4509133,0,-277.672964,-109.3095889,-378.7209831 +91344,-502.4502072,0,-282.3356941,-110.9270339,-378.7211051 +91345,-506.0212641,0,-286.0644705,-112.8137203,-378.7211318 +91346,-508.3978496,0,-289.7921192,-114.1610185,-377.4488846 +91347,-510.177854,0,-294.7606387,-116.1816814,-377.4489326 +91348,-513.1411032,0,-299.1058804,-117.7977597,-377.449033 +91349,-515.5079062,0,-302.82855,-119.5480857,-376.8120805 +91350,-517.8713752,0,-307.789975,-121.7016794,-376.8121107 +91351,-517.8714072,0,-307.1698766,-121.1632695,-376.8121005 +91352,-516.6899923,0,-307.1700055,-121.1633226,-376.1744482 +91353,-517.2812897,0,-305.9298004,-120.8941708,-376.1744274 +91354,-515.5079672,0,-305.3097218,-120.0864984,-375.536285 +91355,-515.5080181,0,-304.0692694,-119.8173302,-376.1745512 +91356,-513.1408537,0,-302.8286702,-119.2788741,-374.897619 +91357,-514.3254483,0,-302.2083902,-118.7403286,-376.1746569 +91358,-511.9564996,0,-300.3468107,-117.9323918,-374.8976444 +91359,-510.7709825,0,-298.4849777,-117.393769,-374.8976677 +91360,-510.7715223,0,-298.4852714,-116.585736,-375.5365323 +91361,-509.5851355,0,-295.3812413,-116.0470361,-374.2583713 +91362,-507.2097341,0,-294.7605341,-115.2388219,-375.5365788 +91363,-507.8043338,0,-292.8977161,-114.4305082,-374.2583642 +91364,-506.0213424,0,-291.0345241,-113.6221327,-374.8977289 +91365,-503.641254,0,-289.7923004,-112.8136957,-373.6184161 +91366,-504.8322348,0,-287.3071812,-112.0051811,-374.8979287 +91367,-501.2584649,0,-286.0645933,-111.0617991,-374.2585593 +91368,-501.2588165,0,-284.2002771,-110.1183445,-373.6185468 +91369,-500.0663176,0,-281.7139725,-109.444433,-374.2585946 +91370,-497.6785035,0,-280.4708193,-108.2311567,-373.6186442 +91371,-497.6789632,0,-277.9838497,-107.4222868,-373.6186749 +91372,-495.2881832,-6.478239294,-276.1184028,-106.6133511,-373.6187106 +91373,-494.690277,-8.502889705,-274.2527184,-105.2649117,-373.6186833 +91374,-492.8946596,-6.883291255,-271.7646577,-104.5907193,-372.3369251 +91375,-491.6967172,-8.232955032,-269.8984612,-103.3769908,-373.6188017 +91376,-490.4979725,-8.637854945,-267.4098096,-102.4329367,-372.3370938 +91377,-488.0980418,-8.907788826,-265.8543339,-101.3539369,-372.9782955 +91378,-488.0985155,-9.447657791,-263.0537939,-100.4097584,-372.3371009 +91379,-485.695521,-9.717584355,-261.1866235,-99.0608031,-372.3370631 +91380,-484.4929942,-10.66235675,-258.6967122,-98.2514556,-371.6952881 +91381,-483.2897822,-10.79731867,-256.5178304,-97.03729652,-371.6953566 +91382,-482.0858079,-11.33718561,-254.6500929,-96.09292405,-371.0530937 +91383,-480.8811445,-11.87705368,-252.4707792,-95.01358457,-371.6955342 +91384,-479.6758677,-12.01201533,-249.979881,-93.93421121,-370.4101685 +91385,-478.470004,-12.5518843,-248.4230976,-93.12467727,-370.4101863 +91386,-478.470344,-12.68684897,-245.9318262,-91.77531495,-369.7667421 +91387,-653.0219458,-54.52646692,-407.2736971,-135.6755796,-370.4103909 +91388,-657.2836314,-57.22579447,-409.6966462,-136.4803113,-369.12262 +91389,-658.3466302,-57.76563899,-410.907474,-135.6755838,-369.1226402 +91390,-659.4089073,-58.4404847,-409.6963533,-135.6756637,-369.7669004 +91391,-661.5299052,-58.8453891,-409.6964271,-135.1391272,-368.4780309 +91392,-659.4081389,-59.11532232,-409.6966319,-134.3341023,-369.1228018 +91393,-662.5884071,-59.65520618,-408.4852533,-133.7974025,-367.8327561 +91394,-661.5290478,-60.06007288,-407.8795188,-133.2606558,-368.4781703 +91395,-661.5287018,-60.73491978,-407.2736899,-132.723735,-367.1869297 +91396,-662.5879966,-61.00485316,-406.0614997,-131.6495877,-367.8329443 +91397,-662.5879745,-61.54473806,-406.0617163,-131.3810762,-367.1870257 +91398,-662.5878066,-61.94963503,-404.8487368,-130.306607,-367.1870185 +91399,-662.5878797,-62.08457393,-403.0284122,-129.9037056,-366.5405423 +91400,-663.6458376,-62.62444891,-403.6355725,-128.9632185,-366.5405882 +91401,-661.5287615,-62.6244302,-401.2072117,-128.4257563,-366.5406536 +91402,-664.7032207,-63.29929853,-401.207416,-127.8881947,-366.5406502 +91403,-662.5879176,-63.16430197,-399.9926021,-126.8127497,-365.8934857 +91404,-663.6455873,-63.70419482,-398.1694164,-126.2750144,-365.8934763 +91405,-662.5876648,-63.97412474,-398.7776261,-125.7372279,-365.2458455 +91406,-663.646177,-63.97408925,-396.3453402,-124.6613343,-365.8936362 +91407,-663.6464469,-64.37900453,-395.7371602,-124.3924296,-365.2459394 +91408,-663.6463172,-64.51397825,-395.1290005,-123.585333,-364.5976698 +91409,-663.6461803,-64.91889539,-393.9118327,-122.9126422,-365.2460606 +91410,-663.6462512,-65.05384032,-392.6942107,-122.2398928,-364.5978283 +91411,-665.7588664,-65.59368408,-393.9120308,-122.2399272,-364.5978523 +91412,-664.7022022,-66.26851425,-393.3029714,-122.2399273,-364.5978683 +91413,-666.8129587,-66.94335398,-394.5204165,-122.2398982,-364.5978209 +91414,-667.8668772,-67.75316955,-394.5203278,-122.2398803,-363.9488816 +91415,-668.9193803,-68.56296661,-395.7373945,-122.5090221,-363.948908 +91416,-669.9707286,-69.23777037,-396.3456109,-122.5090009,-363.948998 +91417,-671.0211571,-70.04755731,-396.3454609,-122.7781089,-363.9490594 +91418,-673.1191687,-70.99232091,-398.7777386,-123.0471818,-363.9490621 +91419,-673.1184762,-71.53215432,-397.5615694,-123.0471207,-363.2996106 +91420,-675.2123739,-72.61191042,-399.9929687,-123.3162185,-364.5979622 +91421,-676.2576309,-73.42170715,-400.6004248,-123.85439,-363.2995343 +91422,-677.3018618,-74.36645103,-401.2075965,-123.85434,-363.2995401 +91423,-679.3875993,-75.04123863,-403.0289071,-124.3923999,-363.9491318 +91424,-680.428482,-76.12096515,-403.6354491,-124.6613676,-363.9491654 +91425,-681.4683389,-76.93073714,-404.2419412,-124.9303153,-363.9490854 +91426,-683.5457208,-78.01043262,-406.0615319,-125.3337777,-363.2995897 +91427,-684.5826091,-78.55023037,-407.2737956,-125.7372187,-364.5979745 +91428,-686.6534838,-79.89988012,-407.8794829,-126.2750657,-363.9490618 +91429,-687.6869114,-80.57464576,-409.6965907,-126.5438991,-363.949033 +91430,-688.7195762,-81.51934401,-410.3018794,-126.8127555,-364.5979482 +91431,-691.8123589,-82.59901261,-412.1175071,-127.619385,-364.5979364 +91432,-691.8116624,-83.40871917,-413.3271138,-127.8881668,-364.5978969 +91433,-694.8945557,-84.21843615,-413.9315856,-128.4257146,-365.2461536 +91434,-694.8938026,-85.5680142,-415.7449993,-128.6944456,-364.5978493 +91435,-696.9441515,-86.10776083,-417.5571195,-129.5006974,-365.8938681 +91436,-700.011907,-87.18736471,-418.1605696,-129.7693588,-365.2461647 +91437,-700.0108852,-88.26696077,-420.5739988,-130.5753347,-366.5409384 +91438,-702.050239,-89.07659558,-420.5735583,-130.575241,-365.8937438 +91439,-704.0857978,-90.02117388,-422.9849645,-131.6497063,-366.5408226 +91440,-705.1017592,-91.10068934,-424.1896875,-131.9182006,-367.1873356 +91441,-706.1171771,-91.23560037,-423.5872743,-131.9181737,-365.2461135 +91442,-705.1017029,-91.64042575,-423.5874391,-131.6495951,-363.2996683 +91443,-704.0854238,-91.77534399,-422.3823728,-131.3810227,-363.2998835 +91444,-705.1020976,-91.77531104,-421.7798019,-131.112451,-360.0439071 +91445,-702.0498789,-92.04519176,-421.779951,-130.5752394,-360.0440753 +91446,-703.068942,-92.04517875,-419.3672022,-130.7096667,-358.0835511 +91447,-702.0509115,-92.04518149,-419.3675213,-130.038012,-356.7736151 +91448,-701.0314035,-92.31509795,-419.3677601,-130.0380315,-354.8044157 +91449,-701.0313437,-92.31510603,-416.9527178,-129.5006007,-354.8045867 +91450,-698.9891389,-92.58497263,-416.9528549,-129.2318846,-352.1708073 +91451,-698.98965,-92.31505065,-415.7448543,-128.9631808,-351.5110099 +91452,-698.9900336,-92.71987914,-415.1407521,-128.6944456,-349.5280748 +91453,-696.9435499,-92.5849257,-414.5363795,-128.1568855,-349.5282397 +91454,-696.9437315,-92.71985857,-412.7222141,-128.1569665,-346.8762057 +91455,-694.8939122,-92.71985972,-412.7225036,-127.6193476,-346.2119074 +91456,-696.9451362,-92.85480653,-411.5126072,-127.6193812,-345.547047 +91457,-692.8399182,-92.85480139,-410.9074728,-126.9472056,-343.5486869 +91458,-694.8950401,-92.85479911,-409.6966507,-126.8128182,-342.2137262 +91459,-692.8404424,-93.12467578,-409.091162,-126.5439858,-341.5455576 +91460,-691.8115877,-92.854761,-407.8796737,-126.2750963,-340.2073019 +91461,-691.81211,-92.98970285,-407.2739117,-126.0061511,-339.5373209 +91462,-690.7824613,-93.1246565,-406.6679342,-125.4682232,-337.5239057 +91463,-689.7516648,-92.85477535,-405.4552413,-125.4682673,-336.8517559 +91464,-689.7519095,-93.25961579,-404.8487236,-124.9303021,-335.5057672 +91465,-688.7197316,-92.85478751,-403.635312,-124.6613258,-334.831999 +91466,-686.6526063,-93.25961693,-402.4215856,-124.3923573,-333.4826426 +91467,-687.6875014,-92.85478739,-402.4219606,-124.1233556,-332.1311202 +91468,-686.6534997,-93.12468795,-401.207597,-123.5852624,-331.4546324 +91469,-684.58189,-93.12468729,-399.992645,-123.5853319,-330.0999145 +91470,-684.5824497,-92.85478248,-399.385143,-123.0471752,-329.4217817 +91471,-682.5080477,-92.04522898,-395.1289094,-121.4324834,-328.0637923 +91472,-678.3450429,-90.69586864,-390.2576232,-119.2788146,-326.7037149 +91473,-675.2123198,-89.07656241,-386.5996145,-117.3938061,-326.7038456 +91474,-672.0706489,-87.72715159,-380.4933079,-115.238809,-324.6596968 +91475,-668.919499,-86.10778238,-375.6009897,-112.8136747,-324.6598025 +91476,-664.7029194,-84.48835935,-370.7024525,-110.9270685,-322.610901 +91477,-661.5301582,-82.59897828,-365.7976179,-108.231145,-322.6109971 +91478,-658.3480467,-80.97953307,-359.6579293,-107.017837,-320.5573803 +91479,-654.0900642,-79.36004866,-354.7401783,-105.1301105,-320.5574653 +91480,-650.8860034,-77.20061768,-349.2012553,-103.3769992,-318.4991695 +91481,-646.5992818,-75.31114396,-343.6558726,-101.7585868,-318.4992401 +91482,-642.2965551,-73.55665816,-338.1044239,-99.73528785,-316.436298 +91483,-639.0595498,-71.53218499,-331.9294692,-97.98162868,-315.7477168 +91484,-630.3812793,-65.59367852,-333.1650843,-97.98162329,-315.0586381 +91485,-623.8291344,-63.16430701,-329.4577545,-96.36272429,-312.9881197 +91486,-621.6382498,-60.73491933,-325.7481004,-94.74375736,-312.9882545 +91487,-616.1409875,-58.30552625,-322.0364134,-92.98974739,-311.2593606 +91488,-612.8309346,-56.14608299,-317.7034897,-90.96573738,-310.2205353 +91489,-607.2936703,-53.71667287,-313.9876053,-89.34650044,-308.8337335 +91490,-603.9601509,-51.28726168,-310.2697599,-87.18735613,-308.1396662 +91491,-598.3840372,-48.9928383,-305.3095759,-85.29807555,-306.7498846 +91492,-595.0274698,-46.6984121,-300.9672638,-83.4087541,-305.3581392 +91493,-590.5377046,-44.13403401,-297.2438735,-81.24944122,-304.3131138 +91494,-344.7915307,0,-83.8554473,-19.43517931,-303.2669927 +91495,-334.0620576,0,-72.00965345,-14.98127684,-301.1714245 +91496,-324.5794935,0,-64.06055058,-11.74208377,-300.4720479 +91497,-316.3513498,0,-55.7996956,-8.637856146,-298.3708178 +91498,-308.7489316,0,-48.31817911,-5.263691561,-297.6695351 +91499,-301.1400927,0,-40.52492128,-2.294430298,-295.5626573 +91500,-293.5255021,0,-33.3551325,0,-294.1558228 +91501,0,0,0,0,0 +91502,0,0,0,0,0 +91503,0,0,0,0,0 +91504,0,0,0,0,0 +91505,0,0,0,0,0 +91506,0,0,0,0,0 +91507,0,0,0,0,0 +91508,0,0,0,0,0 +91509,0,0,0,0,0 +91510,0,0,0,0,0 +91511,0,0,0,0,0 +91512,0,0,0,0,0 +91513,0,0,0,0,0 +91514,0,0,0,0,0 +91515,0,0,0,0,0 +91516,0,0,0,0,0 +91517,0,0,0,0,0 +91518,0,0,0,0,0 +91519,0,0,0,0,0 +91520,0,0,0,0,0 +91521,0,0,0,0,0 +91522,0,0,0,0,0 +91523,0,0,0,0,0 +91524,0,0,0,0,0 +91525,0,0,0,0,0 +91526,0,0,0,0,0 +91527,0,0,0,0,0 +91528,0,0,0,0,0 +91529,0,0,0,0,0 +91530,0,0,0,0,0 +91531,0,0,0,0,0 +91532,0,0,0,0,0 +91533,0,0,0,0,0 +91534,0,0,0,0,0 +91535,0,0,0,0,0 +91536,0,0,0,0,0 +91537,0,0,0,0,0 +91538,0,0,0,0,0 +91539,0,0,0,0,0 +91540,0,0,0,0,0 +91541,0,0,0,0,0 +91542,0,0,0,0,0 +91543,0,0,0,0,0 +91544,0,0,0,0,0 +91545,0,0,0,0,0 +91546,0,0,0,0,0 +91547,0,0,0,0,0 +91548,0,0,0,0,0 +91549,0,0,0,0,0 +91550,0,0,0,0,0 +91551,0,0,0,0,0 +91552,0,0,0,0,0 +91553,0,0,0,0,0 +91554,0,0,0,0,0 +91555,0,0,0,0,0 +91556,0,0,0,0,0 +91557,0,0,0,0,0 +91558,0,0,0,0,0 +91559,0,0,0,0,0 +91560,0,0,0,0,0 +91561,0,0,0,0,0 +91562,0,0,0,0,0 +91563,0,0,0,0,0 +91564,0,0,0,0,0 +91565,0,0,0,0,0 +91566,0,0,0,0,0 +91567,0,0,0,0,0 +91568,0,0,0,0,0 +91569,0,0,0,0,0 +91570,0,0,0,0,0 +91571,0,0,0,0,0 +91572,0,0,0,0,0 +91573,0,0,0,0,0 +91574,0,0,0,0,0 +91575,0,0,0,0,0 +91576,0,0,0,0,0 +91577,0,0,0,0,0 +91578,0,0,0,0,0 +91579,0,0,0,0,0 +91580,0,0,0,0,0 +91581,0,0,0,0,0 +91582,0,0,0,0,0 +91583,0,0,0,0,0 +91584,0,0,0,0,0 +91585,0,0,0,0,0 +91586,0,0,0,0,0 +91587,0,0,0,0,0 +91588,0,0,0,0,0 +91589,0,0,0,0,0 +91590,0,0,0,0,0 +91591,0,0,0,0,0 +91592,0,0,0,0,0 +91593,0,0,0,0,0 +91594,0,0,0,0,0 +91595,0,0,0,0,0 +91596,0,0,0,0,0 +91597,0,0,0,0,0 +91598,0,0,0,0,0 +91599,0,0,0,0,0 +91600,0,0,0,0,0 +91601,0,0,0,0,0 +91602,0,0,0,0,0 +91603,0,0,0,0,0 +91604,0,0,0,0,0 +91605,0,0,0,0,0 +91606,0,0,0,0,0 +91607,0,0,0,0,0 +91608,0,0,0,0,0 +91609,0,0,0,0,0 +91610,0,0,0,0,0 +91611,0,0,0,0,0 +91612,0,0,0,0,0 +91613,0,0,0,0,0 +91614,0,0,0,0,0 +91615,0,0,0,0,0 +91616,0,0,0,0,0 +91617,0,0,0,0,0 +91618,0,0,0,0,0 +91619,0,0,0,0,0 +91620,0,0,0,0,0 +91621,0,0,0,0,0 +91622,0,0,0,0,0 +91623,0,0,0,0,0 +91624,0,0,0,0,0 +91625,0,0,0,0,0 +91626,0,0,0,0,0 +91627,0,0,0,0,0 +91628,0,0,0,0,0 +91629,0,0,0,0,0 +91630,0,0,0,0,0 +91631,0,0,0,0,0 +91632,0,0,0,0,0 +91633,0,0,0,0,0 +91634,0,0,0,0,0 +91635,0,0,0,0,0 +91636,0,0,0,0,0 +91637,0,0,0,0,0 +91638,0,0,0,0,0 +91639,0,0,0,0,0 +91640,0,0,0,0,0 +91641,0,0,0,0,0 +91642,0,0,0,0,0 +91643,0,0,0,0,0 +91644,0,0,0,0,0 +91645,0,0,0,0,0 +91646,0,0,0,0,0 +91647,0,0,0,0,0 +91648,0,0,0,0,0 +91649,0,0,0,0,0 +91650,0,0,0,0,0 +91651,0,0,0,0,0 +91652,0,0,0,0,0 +91653,0,0,0,0,0 +91654,0,0,0,0,0 +91655,0,0,0,0,0 +91656,0,0,0,0,0 +91657,0,0,0,0,0 +91658,0,0,0,0,0 +91659,0,0,0,0,0 +91660,0,0,0,0,0 +91661,0,0,0,0,0 +91662,0,0,0,0,0 +91663,0,0,0,0,0 +91664,0,0,0,0,0 +91665,0,0,0,0,0 +91666,0,0,0,0,0 +91667,0,0,0,0,0 +91668,0,0,0,0,0 +91669,0,0,0,0,0 +91670,0,0,0,0,0 +91671,0,0,0,0,0 +91672,0,0,0,0,0 +91673,0,0,0,0,0 +91674,0,0,0,0,0 +91675,0,0,0,0,0 +91676,0,0,0,0,0 +91677,0,0,0,0,0 +91678,0,0,0,0,0 +91679,0,0,0,0,0 +91680,0,0,0,0,0 +91681,0,0,0,0,0 +91682,0,0,0,0,0 +91683,0,0,0,0,0 +91684,0,0,0,0,0 +91685,0,0,0,0,0 +91686,0,0,0,0,0 +91687,0,0,0,0,0 +91688,0,0,0,0,0 +91689,0,0,0,0,0 +91690,0,0,0,0,0 +91691,0,0,0,0,0 +91692,0,0,0,0,0 +91693,0,0,0,0,0 +91694,0,0,0,0,0 +91695,0,0,0,0,0 +91696,0,0,0,0,0 +91697,0,0,0,0,0 +91698,0,0,0,0,0 +91699,0,0,0,0,0 +91700,0,0,0,0,0 +91701,0,0,0,0,0 +91702,0,0,0,0,0 +91703,0,0,0,0,0 +91704,0,0,0,0,0 +91705,0,0,0,0,0 +91706,0,0,0,0,0 +91707,0,0,0,0,0 +91708,0,0,0,0,0 +91709,0,0,0,0,0 +91710,0,0,0,0,0 +91711,0,0,0,0,0 +91712,0,0,0,0,0 +91713,0,0,0,0,0 +91714,0,0,0,0,0 +91715,0,0,0,0,0 +91716,0,0,0,0,0 +91717,0,0,0,0,0 +91718,0,0,0,0,0 +91719,0,0,0,0,0 +91720,0,0,0,0,0 +91721,0,0,0,0,0 +91722,0,0,0,0,0 +91723,0,0,0,0,0 +91724,0,0,0,0,0 +91725,0,0,0,0,0 +91726,0,0,0,0,0 +91727,0,0,0,0,0 +91728,0,0,0,0,0 +91729,0,0,0,0,0 +91730,0,0,0,0,0 +91731,0,0,0,0,0 +91732,0,0,0,0,0 +91733,0,0,0,0,0 +91734,0,0,0,0,0 +91735,0,0,0,0,0 +91736,0,0,0,0,0 +91737,0,0,0,0,0 +91738,0,0,0,0,0 +91739,0,0,0,0,0 +91740,0,0,0,0,0 +91741,0,0,0,0,0 +91742,0,0,0,0,0 +91743,0,0,0,0,0 +91744,0,0,0,0,0 +91745,0,0,0,0,0 +91746,0,0,0,0,0 +91747,0,0,0,0,0 +91748,0,0,0,0,0 +91749,0,0,0,0,0 +91750,0,0,0,0,0 +91751,0,0,0,0,0 +91752,0,0,0,0,0 +91753,0,0,0,0,0 +91754,0,0,0,0,0 +91755,0,0,0,0,0 +91756,0,0,0,0,0 +91757,0,0,0,0,0 +91758,0,0,0,0,0 +91759,0,0,0,0,0 +91760,0,0,0,0,0 +91761,0,0,0,0,0 +91762,0,0,0,0,0 +91763,0,0,0,0,0 +91764,0,0,0,0,0 +91765,0,0,0,0,0 +91766,0,0,0,0,0 +91767,0,0,0,0,0 +91768,0,0,0,0,0 +91769,0,0,0,0,0 +91770,0,0,0,0,0 +91771,0,0,0,0,0 +91772,0,0,0,0,0 +91773,0,0,0,0,0 +91774,0,0,0,0,0 +91775,0,0,0,0,0 +91776,0,0,0,0,0 +91777,0,0,0,0,0 +91778,0,0,0,0,0 +91779,0,0,0,0,0 +91780,0,0,0,0,0 +91781,0,0,0,0,0 +91782,0,0,0,0,0 +91783,0,0,0,0,0 +91784,0,0,0,0,0 +91785,0,0,0,0,0 +91786,0,0,0,0,0 +91787,0,0,0,0,0 +91788,0,0,0,0,0 +91789,0,0,0,0,0 +91790,0,0,0,0,0 +91791,0,0,0,0,0 +91792,0,0,0,0,0 +91793,0,0,0,0,0 +91794,0,0,0,0,0 +91795,0,0,0,0,0 +91796,0,0,0,0,0 +91797,0,0,0,0,0 +91798,0,0,0,0,0 +91799,0,0,0,0,0 +91800,0,0,0,0,0 +91801,0,0,0,0,0 +91802,0,0,0,0,0 +91803,0,0,0,0,0 +91804,0,0,0,0,0 +91805,0,0,0,0,0 +91806,0,0,0,0,0 +91807,0,0,0,0,0 +91808,0,0,0,0,0 +91809,0,0,0,0,0 +91810,0,0,0,0,0 +91811,0,0,0,0,0 +91812,0,0,0,0,0 +91813,0,0,0,0,0 +91814,0,0,0,0,0 +91815,0,0,0,0,0 +91816,0,0,0,0,0 +91817,0,0,0,0,0 +91818,0,0,0,0,0 +91819,0,0,0,0,0 +91820,0,0,0,0,0 +91821,0,0,0,0,0 +91822,0,0,0,0,0 +91823,0,0,0,0,0 +91824,0,0,0,0,0 +91825,0,0,0,0,0 +91826,0,0,0,0,0 +91827,0,0,0,0,0 +91828,0,0,0,0,0 +91829,0,0,0,0,0 +91830,0,0,0,0,0 +91831,0,0,0,0,0 +91832,0,0,0,0,0 +91833,0,0,0,0,0 +91834,0,0,0,0,0 +91835,0,0,0,0,0 +91836,0,0,0,0,0 +91837,0,0,0,0,0 +91838,0,0,0,0,0 +91839,0,0,0,0,0 +91840,0,0,0,0,0 +91841,0,0,0,0,0 +91842,0,0,0,0,0 +91843,0,0,0,0,0 +91844,0,0,0,0,0 +91845,0,0,0,0,0 +91846,0,0,0,0,0 +91847,0,0,0,0,0 +91848,0,0,0,0,0 +91849,0,0,0,0,0 +91850,0,0,0,0,0 +91851,0,0,0,0,0 +91852,0,0,0,0,0 +91853,0,0,0,0,0 +91854,0,0,0,0,0 +91855,0,0,0,0,0 +91856,0,0,0,0,0 +91857,0,0,0,0,0 +91858,0,0,0,0,0 +91859,0,0,0,0,0 +91860,0,0,0,0,0 +91861,0,0,0,0,0 +91862,0,0,0,0,0 +91863,0,0,0,0,0 +91864,0,0,0,0,0 +91865,0,0,0,0,0 +91866,0,0,0,0,0 +91867,0,0,0,0,0 +91868,0,0,0,0,0 +91869,0,0,0,0,0 +91870,0,0,0,0,0 +91871,0,0,0,0,0 +91872,0,0,0,0,0 +91873,0,0,0,0,0 +91874,0,0,0,0,0 +91875,0,0,0,0,0 +91876,0,0,0,0,0 +91877,0,0,0,0,0 +91878,0,0,0,0,0 +91879,0,0,0,0,0 +91880,0,0,0,0,0 +91881,0,0,0,0,0 +91882,0,0,0,0,0 +91883,0,0,0,0,0 +91884,0,0,0,0,0 +91885,0,0,0,0,0 +91886,0,0,0,0,0 +91887,0,0,0,0,0 +91888,0,0,0,0,0 +91889,0,0,0,0,0 +91890,0,0,0,0,0 +91891,0,0,0,0,0 +91892,0,0,0,0,0 +91893,0,0,0,0,0 +91894,0,0,0,0,0 +91895,0,0,0,0,0 +91896,0,0,0,0,0 +91897,0,0,0,0,0 +91898,0,0,0,0,0 +91899,0,0,0,0,0 +91900,0,0,0,0,0 +91901,0,0,0,0,0 +91902,0,0,0,0,0 +91903,0,0,0,0,0 +91904,0,0,0,0,0 +91905,0,0,0,0,0 +91906,0,0,0,0,0 +91907,0,0,0,0,0 +91908,0,0,0,0,0 +91909,0,0,0,0,0 +91910,0,0,0,0,0 +91911,0,0,0,0,0 +91912,0,0,0,0,0 +91913,0,0,0,0,0 +91914,0,0,0,0,0 +91915,0,0,0,0,0 +91916,0,0,0,0,0 +91917,0,0,0,0,0 +91918,0,0,0,0,0 +91919,0,0,0,0,0 +91920,0,0,0,0,0 +91921,0,0,0,0,0 +91922,0,0,0,0,0 +91923,0,0,0,0,0 +91924,0,0,0,0,0 +91925,0,0,0,0,0 +91926,0,0,0,0,0 +91927,0,0,0,0,0 +91928,0,0,0,0,0 +91929,0,0,0,0,0 +91930,0,0,0,0,0 +91931,0,0,0,0,0 +91932,0,0,0,0,0 +91933,0,0,0,0,0 +91934,0,0,0,0,0 +91935,0,0,0,0,0 +91936,0,0,0,0,0 +91937,0,0,0,0,0 +91938,0,0,0,0,0 +91939,0,0,0,0,0 +91940,0,0,0,0,0 +91941,0,0,0,0,0 +91942,0,0,0,0,0 +91943,0,0,0,0,0 +91944,0,0,0,0,0 +91945,0,0,0,0,0 +91946,0,0,0,0,0 +91947,0,0,0,0,0 +91948,0,0,0,0,0 +91949,0,0,0,0,0 +91950,0,0,0,0,0 +91951,0,0,0,0,0 +91952,0,0,0,0,0 +91953,0,0,0,0,0 +91954,0,0,0,0,0 +91955,0,0,0,0,0 +91956,0,0,0,0,0 +91957,0,0,0,0,0 +91958,0,0,0,0,0 +91959,0,0,0,0,0 +91960,0,0,0,0,0 +91961,0,0,0,0,0 +91962,0,0,0,0,0 +91963,0,0,0,0,0 +91964,0,0,0,0,0 +91965,0,0,0,0,0 +91966,0,0,0,0,0 +91967,0,0,0,0,0 +91968,0,0,0,0,0 +91969,0,0,0,0,0 +91970,0,0,0,0,0 +91971,0,0,0,0,0 +91972,0,0,0,0,0 +91973,0,0,0,0,0 +91974,0,0,0,0,0 +91975,0,0,0,0,0 +91976,0,0,0,0,0 +91977,0,0,0,0,0 +91978,0,0,0,0,0 +91979,0,0,0,0,0 +91980,0,0,0,0,0 +91981,0,0,0,0,0 +91982,0,0,0,0,0 +91983,0,0,0,0,0 +91984,0,0,0,0,0 +91985,0,0,0,0,0 +91986,0,0,0,0,0 +91987,0,0,0,0,0 +91988,0,0,0,0,0 +91989,0,0,0,0,0 +91990,0,0,0,0,0 +91991,0,0,0,0,0 +91992,0,0,0,0,0 +91993,0,0,0,0,0 +91994,0,0,0,0,0 +91995,0,0,0,0,0 +91996,0,0,0,0,0 +91997,0,0,0,0,0 +91998,0,0,0,0,0 +91999,0,0,0,0,0 +92000,0,0,0,0,0 +92001,0,0,0,0,0 +92002,0,0,0,0,0 +92003,0,0,0,0,0 +92004,0,0,0,0,0 +92005,0,0,0,0,0 +92006,0,0,0,0,0 +92007,0,0,0,0,0 +92008,0,0,0,0,0 +92009,0,0,0,0,0 +92010,0,0,0,0,0 +92011,0,0,0,0,0 +92012,0,0,0,0,0 +92013,0,0,0,0,0 +92014,0,0,0,0,0 +92015,0,0,0,0,0 +92016,0,0,0,0,0 +92017,0,0,0,0,0 +92018,0,0,0,0,0 +92019,0,0,0,0,0 +92020,0,0,0,0,0 +92021,0,0,0,0,0 +92022,0,0,0,0,0 +92023,0,0,0,0,0 +92024,0,0,0,0,0 +92025,0,0,0,0,0 +92026,0,0,0,0,0 +92027,0,0,0,0,0 +92028,0,0,0,0,0 +92029,0,0,0,0,0 +92030,0,0,0,0,0 +92031,0,0,0,0,0 +92032,0,0,0,0,0 +92033,0,0,0,0,0 +92034,0,0,0,0,0 +92035,0,0,0,0,0 +92036,0,0,0,0,0 +92037,0,0,0,0,0 +92038,0,0,0,0,0 +92039,0,0,0,0,0 +92040,0,0,0,0,0 +92041,0,0,0,0,0 +92042,0,0,0,0,0 +92043,0,0,0,0,0 +92044,0,0,0,0,0 +92045,0,0,0,0,0 +92046,0,0,0,0,0 +92047,0,0,0,0,0 +92048,0,0,0,0,0 +92049,0,0,0,0,0 +92050,0,0,0,0,0 +92051,0,0,0,0,0 +92052,0,0,0,0,0 +92053,0,0,0,0,0 +92054,0,0,0,0,0 +92055,0,0,0,0,0 +92056,0,0,0,0,0 +92057,0,0,0,0,0 +92058,0,0,0,0,0 +92059,0,0,0,0,0 +92060,0,0,0,0,0 +92061,0,0,0,0,0 +92062,0,0,0,0,0 +92063,0,0,0,0,0 +92064,0,0,0,0,0 +92065,0,0,0,0,0 +92066,0,0,0,0,0 +92067,0,0,0,0,0 +92068,0,0,0,0,0 +92069,0,0,0,0,0 +92070,0,0,0,0,0 +92071,0,0,0,0,0 +92072,0,0,0,0,0 +92073,0,0,0,0,0 +92074,0,0,0,0,0 +92075,0,0,0,0,0 +92076,0,0,0,0,0 +92077,0,0,0,0,0 +92078,0,0,0,0,0 +92079,0,0,0,0,0 +92080,0,0,0,0,0 +92081,0,0,0,0,0 +92082,0,0,0,0,0 +92083,0,0,0,0,0 +92084,0,0,0,0,0 +92085,0,0,0,0,0 +92086,0,0,0,0,0 +92087,0,0,0,0,0 +92088,0,0,0,0,0 +92089,0,0,0,0,0 +92090,0,0,0,0,0 +92091,0,0,0,0,0 +92092,0,0,0,0,0 +92093,0,0,0,0,0 +92094,0,0,0,0,0 +92095,0,0,0,0,0 +92096,0,0,0,0,0 +92097,0,0,0,0,0 +92098,0,0,0,0,0 +92099,0,0,0,0,0 +92100,0,0,0,0,0 +92101,0,0,0,0,0 +92102,0,0,0,0,0 +92103,0,0,0,0,0 +92104,0,0,0,0,0 +92105,0,0,0,0,0 +92106,0,0,0,0,0 +92107,0,0,0,0,0 +92108,0,0,0,0,0 +92109,0,0,0,0,0 +92110,0,0,0,0,0 +92111,0,0,0,0,0 +92112,0,0,0,0,0 +92113,0,0,0,0,0 +92114,0,0,0,0,0 +92115,0,0,0,0,0 +92116,0,0,0,0,0 +92117,0,0,0,0,0 +92118,0,0,0,0,0 +92119,0,0,0,0,0 +92120,0,0,0,0,0 +92121,0,0,0,0,0 +92122,0,0,0,0,0 +92123,0,0,0,0,0 +92124,0,0,0,0,0 +92125,0,0,0,0,0 +92126,0,0,0,0,0 +92127,0,0,0,0,0 +92128,0,0,0,0,0 +92129,0,0,0,0,0 +92130,0,0,0,0,0 +92131,0,0,0,0,0 +92132,0,0,0,0,0 +92133,0,0,0,0,0 +92134,0,0,0,0,0 +92135,0,0,0,0,0 +92136,0,0,0,0,0 +92137,0,0,0,0,0 +92138,0,0,0,0,0 +92139,0,0,0,0,0 +92140,0,0,0,0,0 +92141,0,0,0,0,0 +92142,0,0,0,0,0 +92143,0,0,0,0,0 +92144,0,0,0,0,0 +92145,0,0,0,0,0 +92146,0,0,0,0,0 +92147,0,0,0,0,0 +92148,0,0,0,0,0 +92149,0,0,0,0,0 +92150,0,0,0,0,0 +92151,0,0,0,0,0 +92152,0,0,0,0,0 +92153,0,0,0,0,0 +92154,0,0,0,0,0 +92155,0,0,0,0,0 +92156,0,0,0,0,0 +92157,0,0,0,0,0 +92158,0,0,0,0,0 +92159,0,0,0,0,0 +92160,0,0,0,0,0 +92161,0,0,0,0,0 +92162,0,0,0,0,0 +92163,0,0,0,0,0 +92164,0,0,0,0,0 +92165,0,0,0,0,0 +92166,0,0,0,0,0 +92167,0,0,0,0,0 +92168,0,0,0,0,0 +92169,0,0,0,0,0 +92170,0,0,0,0,0 +92171,0,0,0,0,0 +92172,0,0,0,0,0 +92173,0,0,0,0,0 +92174,0,0,0,0,0 +92175,0,0,0,0,0 +92176,0,0,0,0,0 +92177,0,0,0,0,0 +92178,0,0,0,0,0 +92179,0,0,0,0,0 +92180,0,0,0,0,0 +92181,0,0,0,0,0 +92182,0,0,0,0,0 +92183,0,0,0,0,0 +92184,0,0,0,0,0 +92185,0,0,0,0,0 +92186,0,0,0,0,0 +92187,0,0,0,0,0 +92188,0,0,0,0,0 +92189,0,0,0,0,0 +92190,0,0,0,0,0 +92191,0,0,0,0,0 +92192,0,0,0,0,0 +92193,0,0,0,0,0 +92194,0,0,0,0,0 +92195,0,0,0,0,0 +92196,0,0,0,0,0 +92197,0,0,0,0,0 +92198,0,0,0,0,0 +92199,0,0,0,0,0 +92200,0,0,0,0,0 +92201,0,0,0,0,0 +92202,0,0,0,0,0 +92203,0,0,0,0,0 +92204,0,0,0,0,0 +92205,0,0,0,0,0 +92206,0,0,0,0,0 +92207,0,0,0,0,0 +92208,0,0,0,0,0 +92209,0,0,0,0,0 +92210,0,0,0,0,0 +92211,0,0,0,0,0 +92212,0,0,0,0,0 +92213,0,0,0,0,0 +92214,0,0,0,0,0 +92215,0,0,0,0,0 +92216,0,0,0,0,0 +92217,0,0,0,0,0 +92218,0,0,0,0,0 +92219,0,0,0,0,0 +92220,0,0,0,0,0 +92221,0,0,0,0,0 +92222,0,0,0,0,0 +92223,0,0,0,0,0 +92224,0,0,0,0,0 +92225,0,0,0,0,0 +92226,0,0,0,0,0 +92227,0,0,0,0,0 +92228,0,0,0,0,0 +92229,0,0,0,0,0 +92230,0,0,0,0,0 +92231,0,0,0,0,0 +92232,0,0,0,0,0 +92233,0,0,0,0,0 +92234,0,0,0,0,0 +92235,0,0,0,0,0 +92236,0,0,0,0,0 +92237,0,0,0,0,0 +92238,0,0,0,0,0 +92239,0,0,0,0,0 +92240,0,0,0,0,0 +92241,0,0,0,0,0 +92242,0,0,0,0,0 +92243,0,0,0,0,0 +92244,0,0,0,0,0 +92245,0,0,0,0,0 +92246,0,0,0,0,0 +92247,0,0,0,0,0 +92248,0,0,0,0,0 +92249,0,0,0,0,0 +92250,0,0,0,0,0 +92251,0,0,0,0,0 +92252,0,0,0,0,0 +92253,0,0,0,0,0 +92254,0,0,0,0,0 +92255,0,0,0,0,0 +92256,0,0,0,0,0 +92257,0,0,0,0,0 +92258,0,0,0,0,0 +92259,0,0,0,0,0 +92260,0,0,0,0,0 +92261,0,0,0,0,0 +92262,0,0,0,0,0 +92263,0,0,0,0,0 +92264,0,0,0,0,0 +92265,0,0,0,0,0 +92266,0,0,0,0,0 +92267,0,0,0,0,0 +92268,0,0,0,0,0 +92269,0,0,0,0,0 +92270,0,0,0,0,0 +92271,0,0,0,0,0 +92272,0,0,0,0,0 +92273,0,0,0,0,0 +92274,0,0,0,0,0 +92275,0,0,0,0,0 +92276,0,0,0,0,0 +92277,0,0,0,0,0 +92278,0,0,0,0,0 +92279,0,0,0,0,0 +92280,0,0,0,0,0 +92281,0,0,0,0,0 +92282,0,0,0,0,0 +92283,0,0,0,0,0 +92284,0,0,0,0,0 +92285,0,0,0,0,0 +92286,0,0,0,0,0 +92287,0,0,0,0,0 +92288,0,0,0,0,0 +92289,0,0,0,0,0 +92290,0,0,0,0,0 +92291,0,0,0,0,0 +92292,0,0,0,0,0 +92293,0,0,0,0,0 +92294,0,0,0,0,0 +92295,0,0,0,0,0 +92296,0,0,0,0,0 +92297,0,0,0,0,0 +92298,0,0,0,0,0 +92299,0,0,0,0,0 +92300,0,0,0,0,0 +92301,0,0,0,0,0 +92302,0,0,0,0,0 +92303,0,0,0,0,0 +92304,0,0,0,0,0 +92305,0,0,0,0,0 +92306,0,0,0,0,0 +92307,0,0,0,0,0 +92308,0,0,0,0,0 +92309,0,0,0,0,0 +92310,0,0,0,0,0 +92311,0,0,0,0,0 +92312,0,0,0,0,0 +92313,0,0,0,0,0 +92314,0,0,0,0,0 +92315,0,0,0,0,0 +92316,0,0,0,0,0 +92317,0,0,0,0,0 +92318,0,0,0,0,0 +92319,0,0,0,0,0 +92320,0,0,0,0,0 +92321,0,0,0,0,0 +92322,0,0,0,0,0 +92323,0,0,0,0,0 +92324,0,0,0,0,0 +92325,0,0,0,0,0 +92326,0,0,0,0,0 +92327,0,0,0,0,0 +92328,0,0,0,0,0 +92329,0,0,0,0,0 +92330,0,0,0,0,0 +92331,0,0,0,0,0 +92332,0,0,0,0,0 +92333,0,0,0,0,0 +92334,0,0,0,0,0 +92335,0,0,0,0,0 +92336,0,0,0,0,0 +92337,0,0,0,0,0 +92338,0,0,0,0,0 +92339,0,0,0,0,0 +92340,0,0,0,0,0 +92341,0,0,0,0,0 +92342,0,0,0,0,0 +92343,0,0,0,0,0 +92344,0,0,0,0,0 +92345,0,0,0,0,0 +92346,0,0,0,0,0 +92347,0,0,0,0,0 +92348,0,0,0,0,0 +92349,0,0,0,0,0 +92350,0,0,0,0,0 +92351,0,0,0,0,0 +92352,0,0,0,0,0 +92353,0,0,0,0,0 +92354,0,0,0,0,0 +92355,0,0,0,0,0 +92356,0,0,0,0,0 +92357,0,0,0,0,0 +92358,0,0,0,0,0 +92359,0,0,0,0,0 +92360,0,0,0,0,0 +92361,0,0,0,0,0 +92362,0,0,0,0,0 +92363,0,0,0,0,0 +92364,0,0,0,0,0 +92365,0,0,0,0,0 +92366,0,0,0,0,0 +92367,0,0,0,0,0 +92368,0,0,0,0,0 +92369,0,0,0,0,0 +92370,0,0,0,0,0 +92371,0,0,0,0,0 +92372,0,0,0,0,0 +92373,0,0,0,0,0 +92374,0,0,0,0,0 +92375,0,0,0,0,0 +92376,0,0,0,0,0 +92377,0,0,0,0,0 +92378,0,0,0,0,0 +92379,0,0,0,0,0 +92380,0,0,0,0,0 +92381,0,0,0,0,0 +92382,0,0,0,0,0 +92383,0,0,0,0,0 +92384,0,0,0,0,0 +92385,0,0,0,0,0 +92386,0,0,0,0,0 +92387,0,0,0,0,0 +92388,0,0,0,0,0 +92389,0,0,0,0,0 +92390,0,0,0,0,0 +92391,0,0,0,0,0 +92392,0,0,0,0,0 +92393,0,0,0,0,0 +92394,0,0,0,0,0 +92395,0,0,0,0,0 +92396,0,0,0,0,0 +92397,0,0,0,0,0 +92398,0,0,0,0,0 +92399,0,0,0,0,0 +92400,0,0,0,0,0 +92401,0,0,0,0,0 +92402,0,0,0,0,0 +92403,0,0,0,0,0 +92404,0,0,0,0,0 +92405,0,0,0,0,0 +92406,0,0,0,0,0 +92407,0,0,0,0,0 +92408,0,0,0,0,0 +92409,0,0,0,0,0 +92410,0,0,0,0,0 +92411,0,0,0,0,0 +92412,0,0,0,0,0 +92413,0,0,0,0,0 +92414,0,0,0,0,0 +92415,0,0,0,0,0 +92416,0,0,0,0,0 +92417,0,0,0,0,0 +92418,0,0,0,0,0 +92419,0,0,0,0,0 +92420,0,0,0,0,0 +92421,0,0,0,0,0 +92422,0,0,0,0,0 +92423,0,0,0,0,0 +92424,0,0,0,0,0 +92425,0,0,0,0,0 +92426,0,0,0,0,0 +92427,0,0,0,0,0 +92428,0,0,0,0,0 +92429,0,0,0,0,0 +92430,0,0,0,0,0 +92431,0,0,0,0,0 +92432,0,0,0,0,0 +92433,0,0,0,0,0 +92434,0,0,0,0,0 +92435,0,0,0,0,0 +92436,0,0,0,0,0 +92437,0,0,0,0,0 +92438,0,0,0,0,0 +92439,0,0,0,0,0 +92440,0,0,0,0,0 +92441,0,0,0,0,0 +92442,0,0,0,0,0 +92443,0,0,0,0,0 +92444,0,0,0,0,0 +92445,0,0,0,0,0 +92446,0,0,0,0,0 +92447,0,0,0,0,0 +92448,0,0,0,0,0 +92449,0,0,0,0,0 +92450,0,0,0,0,0 +92451,0,0,0,0,0 +92452,0,0,0,0,0 +92453,0,0,0,0,0 +92454,0,0,0,0,0 +92455,0,0,0,0,0 +92456,0,0,0,0,0 +92457,0,0,0,0,0 +92458,0,0,0,0,0 +92459,0,0,0,0,0 +92460,0,0,0,0,0 +92461,0,0,0,0,0 +92462,0,0,0,0,0 +92463,0,0,0,0,0 +92464,0,0,0,0,0 +92465,0,0,0,0,0 +92466,0,0,0,0,0 +92467,0,0,0,0,0 +92468,0,0,0,0,0 +92469,0,0,0,0,0 +92470,0,0,0,0,0 +92471,0,0,0,0,0 +92472,0,0,0,0,0 +92473,0,0,0,0,0 +92474,0,0,0,0,0 +92475,0,0,0,0,0 +92476,0,0,0,0,0 +92477,0,0,0,0,0 +92478,0,0,0,0,0 +92479,0,0,0,0,0 +92480,0,0,0,0,0 +92481,0,0,0,0,0 +92482,0,0,0,0,0 +92483,0,0,0,0,0 +92484,0,0,0,0,0 +92485,0,0,0,0,0 +92486,0,0,0,0,0 +92487,0,0,0,0,0 +92488,0,0,0,0,0 +92489,0,0,0,0,0 +92490,0,0,0,0,0 +92491,0,0,0,0,0 +92492,0,0,0,0,0 +92493,0,0,0,0,0 +92494,0,0,0,0,0 +92495,0,0,0,0,0 +92496,0,0,0,0,0 +92497,0,0,0,0,0 +92498,0,0,0,0,0 +92499,0,0,0,0,0 +92500,0,0,0,0,0 +92501,0,0,0,0,0 +92502,0,0,0,0,0 +92503,0,0,0,0,0 +92504,0,0,0,0,0 +92505,0,0,0,0,0 +92506,0,0,0,0,0 +92507,0,0,0,0,0 +92508,0,0,0,0,0 +92509,0,0,0,0,0 +92510,0,0,0,0,0 +92511,0,0,0,0,0 +92512,0,0,0,0,0 +92513,0,0,0,0,0 +92514,0,0,0,0,0 +92515,0,0,0,0,0 +92516,0,0,0,0,0 +92517,0,0,0,0,0 +92518,0,0,0,0,0 +92519,0,0,0,0,0 +92520,0,0,0,0,0 +92521,0,0,0,0,0 +92522,0,0,0,0,0 +92523,0,0,0,0,0 +92524,0,0,0,0,0 +92525,0,0,0,0,0 +92526,0,0,0,0,0 +92527,0,0,0,0,0 +92528,0,0,0,0,0 +92529,0,0,0,0,0 +92530,0,0,0,0,0 +92531,0,0,0,0,0 +92532,0,0,0,0,0 +92533,0,0,0,0,0 +92534,0,0,0,0,0 +92535,0,0,0,0,0 +92536,0,0,0,0,0 +92537,0,0,0,0,0 +92538,0,0,0,0,0 +92539,0,0,0,0,0 +92540,0,0,0,0,0 +92541,0,0,0,0,0 +92542,0,0,0,0,0 +92543,0,0,0,0,0 +92544,0,0,0,0,0 +92545,0,0,0,0,0 +92546,0,0,0,0,0 +92547,0,0,0,0,0 +92548,0,0,0,0,0 +92549,0,0,0,0,0 +92550,0,0,0,0,0 +92551,0,0,0,0,0 +92552,0,0,0,0,0 +92553,0,0,0,0,0 +92554,0,0,0,0,0 +92555,0,0,0,0,0 +92556,0,0,0,0,0 +92557,0,0,0,0,0 +92558,0,0,0,0,0 +92559,0,0,0,0,0 +92560,0,0,0,0,0 +92561,0,0,0,0,0 +92562,0,0,0,0,0 +92563,0,0,0,0,0 +92564,0,0,0,0,0 +92565,0,0,0,0,0 +92566,0,0,0,0,0 +92567,0,0,0,0,0 +92568,0,0,0,0,0 +92569,0,0,0,0,0 +92570,0,0,0,0,0 +92571,0,0,0,0,0 +92572,0,0,0,0,0 +92573,0,0,0,0,0 +92574,0,0,0,0,0 +92575,0,0,0,0,0 +92576,0,0,0,0,0 +92577,0,0,0,0,0 +92578,0,0,0,0,0 +92579,0,0,0,0,0 +92580,0,0,0,0,0 +92581,-1395.424183,-567.2832672,-1352.624852,-567.1509403,-167.7268298 +92582,-465.8754663,-183.9309565,-433.6530449,-183.8003802,1131.544404 +92583,-725.8837166,-293.9797924,-690.9639702,-293.8547758,826.5076262 +92584,-959.5672187,-388.9679423,-922.2729986,-388.8485768,535.4313756 +92585,-1489.869876,-610.8774676,-1447.96794,-610.7624345,-427.1070093 +92586,-1086.772518,-428.1507111,-1044.980522,-428.0391981,286.9308074 +92587,-1279.515551,-513.7176033,-1235.805947,-513.6098259,36.48088211 +92588,-1428.743925,-580.8029614,-1383.944963,-580.6985647,-183.1747541 +92589,-1538.153849,-630.4847634,-1492.79098,-630.3833995,-362.0550079 +92590,-1610.205885,-663.561837,-1564.588136,-663.4632122,-492.2273977 +92591,-1650.594257,-682.440436,-1604.872881,-682.344348,-574.614752 +92592,-1668.005153,-690.9576946,-1622.231814,-690.8640247,-618.7638086 +92593,-1670.37211,-692.6760597,-1624.540809,-692.5849948,-636.668766 +92594,-1664.888283,-690.8346024,-1618.987419,-690.7462094,-640.1873785 +92595,-1656.058173,-687.4566853,-1610.07888,-687.3709091,-636.8545525 +92596,-1646.284999,-683.6171771,-1600.220064,-683.5339155,-630.7440536 +92597,-1636.74377,-679.8392075,-1590.586928,-679.7583569,-623.9288686 +92598,-1627.918867,-676.3373116,-1581.665064,-676.2587796,-617.3529151 +92599,-1619.94855,-673.1724658,-1573.594281,-673.0961692,-611.3822176 +92600,-1612.819371,-670.3390621,-1566.362625,-670.2649231,-606.111851 +92601,-1606.451273,-667.8027617,-1559.891387,-667.730706,-601.5121296 +92602,-1600.746999,-665.5222627,-1554.084317,-665.4522186,-597.4912951 +92603,-1595.612784,-663.4582856,-1548.848301,-663.3901839,-593.9885716 +92604,-1590.964822,-661.5762614,-1544.099919,-661.5100354,-590.9145973 +92605,-1586.730353,-659.8466505,-1539.766622,-659.7822361,-588.1996382 +92606,-1582.847569,-658.2447841,-1535.786682,-658.1821197,-585.7848704 +92607,-1579.26448,-656.7502766,-1532.108103,-656.6893028,-583.6191916 +92608,-1575.93752,-655.3463507,-1528.687258,-655.2870105,-581.6588863 +92609,-1572.830338,-654.019263,-1525.487692,-653.9615016,-579.8675205 +92610,-1569.912569,-652.7577444,-1522.478924,-652.7015089,-578.215115 +92611,-1567.158898,-651.552574,-1519.635505,-651.4978138,-576.6772298 +92612,-1564.542201,-650.39122,-1516.925317,-650.3378862,-575.2340032 +92613,-1562.041543,-649.2647615,-1514.324552,-649.212807,-573.8694007 +92614,-1559.641766,-648.1678701,-1511.817624,-648.1172495,-572.5701863 +92615,-1557.331459,-647.0972477,-1509.393807,-647.0479175,-571.3255856 +92616,-1555.101272,-646.0504211,-1507.044616,-646.0023392,-570.1266295 +92617,-1552.943301,-645.0253243,-1504.762862,-644.9784504,-568.9660198 +92618,-1550.850757,-644.0201595,-1502.542292,-643.9744546,-567.8377859 +92619,-1548.817802,-643.03337,-1500.377485,-642.9887965,-566.7370203 +92620,-1628.966887,-680.1844433,-1580.935464,-680.1409349,-746.5390771 +92621,-1466.115907,-606.1782774,-1418.030218,-606.135802,-458.123031 +92622,-1493.353188,-617.9517765,-1444.745835,-617.9103528,-488.1985895 +92623,-1513.837877,-626.9588533,-1464.913562,-626.9184505,-517.6469412 +92624,-1526.206456,-632.3931424,-1477.064132,-632.3537209,-537.9383215 +92625,-1532.349346,-635.0378916,-1483.034636,-634.9994109,-549.5789996 +92626,-1534.588825,-635.9229618,-1485.11957,-635.8853861,-555.2917416 +92627,-1534.690353,-635.8435468,-1485.071203,-635.8068448,-557.5578101 +92628,-1533.735571,-635.2887128,-1483.965814,-635.252857,-558.0220066 +92629,-1532.304774,-634.5203245,-1482.381984,-634.4852889,-557.6127545 +92630,-1530.683444,-633.6664656,-1480.604892,-633.6322257,-556.8056647 +92631,-1529.004693,-632.7863743,-1478.767772,-632.7529062,-555.8308542 +92632,-1527.328401,-631.9064603,-1476.930715,-631.873741,-554.7961752 +92633,-1525.680447,-631.0380227,-1475.119803,-631.0060299,-553.7084272 +92634,-1524.070754,-630.1853255,-1473.345138,-630.1540378,-552.5886924 +92635,-1522.501795,-629.3493726,-1471.609353,-629.3187691,-551.4563923 +92636,-1520.972623,-628.5296895,-1469.911639,-628.4997499,-550.3233487 +92637,-1519.480994,-627.7252613,-1468.249864,-627.6959662,-549.1952062 +92638,-1518.024233,-626.9349153,-1466.621455,-626.9062459,-548.0740846 +92639,-1516.599777,-626.1575515,-1465.023928,-626.1294896,-546.9607589 +92640,-1515.205265,-625.3921795,-1463.454993,-625.3647074,-545.855508 +92641,-1513.849099,-624.6427104,-1461.923113,-624.6158111,-544.7775556 +92642,-1488.33564,-612.8868578,-1436.330931,-612.8605183,-502.8656421 +92643,-1451.381113,-596.0627344,-1399.296125,-596.0369458,-439.6040093 +92644,-1415.103051,-579.75224,-1362.873751,-579.7269935,-374.3242498 +92645,-870.0166297,-113.6226438,-202.7214568,-113.2024495,-422.3123759 +92646,-543.3721059,-315.9961763,-763.879929,-315.9803936,-140.4466687 +92647,-807.2751205,-261.1026674,-604.1767568,-261.0910652,117.2204183 +92648,-525.4170743,-198.1822719,-495.6028833,-198.1707147,986.4453396 +92649,-723.2619822,-276.8487749,-618.9465435,-276.8356491,780.6741959 +92650,-705.9540687,-188.1814637,-469.5785175,-187.1874627,656.7222639 +92651,-536.2850874,-206.9587688,-498.1383622,-207.96355,840.3135201 +92652,-598.4050511,-191.8783396,-466.4646136,-191.0842288,981.9876112 +92653,-492.6126357,-181.6522662,-449.5125903,-181.650177,1053.137288 +92654,-643.6216919,-172.5667548,-430.6546596,-172.5679936,859.1369141 +92655,-477.2897455,-161.9273006,-409.323677,-161.9274169,970.5984109 +92656,-514.6669153,-153.8025862,-393.1590183,-153.7995834,1027.219996 +92657,-489.2521559,-143.7524266,-373.6136483,-143.7468357,1082.458516 +92658,-234.7456975,-82.23755648,-208.3146673,-82.2298912,1326.659925 +92659,-493.3462305,-187.7363726,-462.0058869,-187.7271642,1049.473304 +92660,-658.0488089,-106.9616906,-359.040316,-105.8258337,874.1541744 +92661,-136.7998401,-12.95853584,-55.65614794,-13.96490312,1270.544565 +92662,-716.7209338,-239.4482753,-609.5240589,-239.4499095,1030.209295 +92663,-257.2079186,-31.09257568,-132.3577093,-31.08276507,1285.342254 +92664,-411.8938601,-100.7709674,-291.9551773,-100.7564293,1083.47669 +92665,-365.6736556,-80.1529376,-245.5270348,-78.74217719,1251.995335 +92666,-141.4248197,21.85248491,-21.9658507,20.27974799,1317.420611 +92667,-338.9277321,-126.2958008,-311.2532126,-126.291459,1221.532091 +92668,-534.0354696,-100.2327639,-367.7235141,-98.90924033,1148.718992 +92669,-90.28804445,61.41595006,97.6423486,60.8071467,1303.961618 +92670,-352.3692416,-131.6610373,-324.429392,-131.663842,1350.445553 +92671,-450.8626099,-33.96786384,-241.9745161,-33.96564184,1216.381793 +92672,-170.8758656,-19.07545356,-81.35978398,-19.06974154,1408.708731 +92673,-87.85503253,-23.32908187,-63.24110054,-23.32146858,1485.884766 +92674,-547.3941985,-28.58594073,-264.3560617,-28.57773839,1121.897343 +92675,-98.8983453,-6.957260489,-46.70820949,-6.948501874,1488.35336 +92676,-258.4310092,-8.539359782,-117.7954725,-8.13068062,1337.149609 +92677,-218.2426445,0.077071812,-87.47708845,0.077988454,1445.017287 +92678,-205.0961149,5.223795024,-79.06779118,5.221172175,1397.671284 +92679,94.91134637,53.72763131,117.2213548,53.72544858,1672.470889 +92680,-193.8626399,-45.94746536,-165.8039567,-45.94741505,1379.908431 +92681,-586.2516954,51.41243652,-154.5447773,51.41470789,1186.75691 +92682,274.830465,105.3569711,240.9545212,105.3606901,1671.997356 +92683,-400.2580715,-90.14136497,-328.3387985,-90.1365346,1394.075868 +92684,26.65931055,95.22503623,116.9971473,95.88686133,1602.252379 +92685,-233.6503806,29.67510164,-34.30630161,28.90046989,1355.704758 +92686,-35.38096688,128.1765247,187.9800623,128.1793004,1479.260078 +92687,-152.7214729,-51.24269742,-127.2947634,-51.23136992,1654.455009 +92688,-248.2788863,92.52644358,-34.51354088,92.53991453,1456.005667 +92689,120.3585082,117.3274283,225.1429225,117.6613863,1372.166328 +92690,-185.2982718,-20.35351192,-159.4099918,-20.34812907,1822.399796 +92691,-24.69349892,177.8293109,283.7501264,177.8306821,1478.406772 +92692,-241.7350294,-30.66893635,-182.7669073,-30.6678932,1500.314418 +92693,22.08156921,125.3204596,176.4098177,125.32268,1612.476176 +92694,-85.34989034,73.72294342,53.60458647,73.72640512,1580.033321 +92695,197.8020744,95.62170916,218.8490985,95.62617015,1779.362438 +92696,-93.83860135,80.516547,-66.73010123,81.25323944,1487.332656 +92697,-316.0166171,101.6214627,142.1617331,101.0407753,1450.229328 +92698,238.0606253,148.2287176,228.7612508,148.2247508,1377.089966 +92699,-158.2847085,33.15049672,-54.12253001,33.15255065,2114.620581 +92700,91.99906355,195.8148963,329.8784045,196.1587094,1468.582865 +92701,342.2676857,247.5658678,445.4863188,247.2603316,1634.928708 +92702,423.4307312,302.1207612,573.3406088,302.4200741,1752.352757 +92703,443.004125,311.446109,590.9337487,311.4455359,1874.873154 +92704,444.4210192,313.4775965,592.9543269,313.260766,1990.404309 +92705,343.926574,245.8304307,440.7897334,246.4699929,2688.054942 +92706,510.988659,366.7820993,719.0186274,366.2915514,1773.177819 +92707,487.4371639,324.2551624,613.1869229,324.5013497,1951.095662 +92708,463.7588939,326.1935567,618.7786968,326.1918693,2055.762327 +92709,329.6421896,264.4315814,476.4216951,264.4298408,1971.787173 +92710,644.0491187,399.0586164,790.4644239,399.0576513,2107.945812 +92711,464.6007192,271.0733542,485.2271365,271.073284,2792.796327 +92712,431.1743538,388.6721917,765.7784426,388.6731481,1901.913171 +92713,567.508921,341.5528547,643.7434373,341.5545802,2037.327973 +92714,508.5008564,353.5890896,676.378375,353.5913997,2122.675969 +92715,380.2489221,289.2819882,532.1041943,289.6551727,2032.228042 +92716,675.372388,417.1628972,826.9158965,416.7983484,2152.172683 +92717,497.4918304,295.8698417,540.7403827,295.8692842,2827.860335 +92718,487.7601004,402.570718,799.7743233,402.722756,1930.447571 +92719,600.1062144,360.3512649,690.4011726,360.3533069,2058.132939 +92720,548.0668593,368.7466789,709.7148398,368.7475437,2132.472995 +92721,561.5758952,372.0747511,716.7241217,372.2733645,2189.966578 +92722,436.3648454,314.6299004,584.4628207,314.6270465,2091.787114 +92723,711.8614197,432.9781817,861.506969,432.8554747,2195.689859 +92724,433.0733034,320.4745319,589.2293078,320.4733118,2129.152317 +92725,714.0881413,430.9343571,857.2569152,431.1623053,2229.596685 +92726,551.8795288,325.4078809,599.4109814,325.4054584,2880.471381 +92727,550.5525624,424.7280647,841.9369631,424.5781652,1978.760176 +92728,649.5844307,385.5683775,738.8068066,385.6933727,2094.135275 +92729,601.1687849,391.3723351,755.3761344,391.3715561,2153.284982 +92730,612.6823379,395.0038734,761.7442203,395.0029798,2197.415262 +92731,622.4990038,398.1505114,769.2070893,398.1499553,2235.997874 +92732,628.2463117,401.2060514,773.7768999,401.2060767,2270.236231 +92733,507.6828798,348.2930515,651.3324737,348.2936674,2164.238623 +92734,762.3040013,454.8464887,904.6465264,454.9647082,2247.005964 +92735,569.7276606,356.3953496,661.4183174,355.9545275,2902.800478 +92736,643.6379719,436.8131343,863.2292007,437.4072676,1991.327136 +92737,677.7055893,409.6110065,789.0668895,409.3479317,2103.014273 +92738,647.4900427,411.4031011,794.5233296,411.5279352,2151.370121 +92739,658.8701342,415.2123937,802.8645052,415.0908648,2186.586453 +92740,667.5778335,418.3646323,808.2034448,418.3659105,2217.651497 +92741,670.4047976,420.3853107,813.5013472,420.5007643,2245.101358 +92742,675.8233981,422.3731397,816.3772352,422.374316,2268.348242 +92743,680.7450932,424.4725403,821.4175829,424.4726674,2287.878639 +92744,684.4494367,427.0574158,825.1828315,427.05748,2304.697041 +92745,689.6166193,428.6643576,829.5568307,428.6648237,2318.618901 +92746,694.0844283,430.8069746,833.8251774,431.0063596,2330.105203 +92747,697.9910299,433.1266999,838.1083906,432.9283824,2339.555548 +92748,703.1667417,434.8093528,840.8784442,434.8090069,2347.079967 +92749,708.1812805,436.6874659,846.0949334,436.8816087,2352.422161 +92750,709.0889789,439.2630163,849.6579499,439.0704132,2357.504487 +92751,712.097149,440.6169917,853.7887813,440.6181013,2360.918946 +92752,715.7158038,442.4672999,856.7687465,442.6613872,2363.149595 +92753,719.0628394,444.6493113,860.7944379,444.4572186,2364.285105 +92754,722.3500052,446.0911121,865.3774292,446.2857394,2364.566831 +92755,725.0980243,448.3281334,868.0667326,448.1335599,2364.465506 +92756,728.7134398,449.7900706,871.9863405,449.9878808,2363.425314 +92757,731.0301197,451.9315964,875.6424031,451.732972,2362.160354 +92758,734.5806701,453.4031358,879.3800969,453.4031748,2360.221474 +92759,737.811198,455.3539115,882.436619,455.3534081,2357.987782 +92760,740.7142614,457.1826905,886.354909,456.8733181,2355.44049 +92761,747.0239786,460.3102477,893.5852544,460.3094154,2350.767504 +92762,751.7703356,463.2239234,898.5485456,462.7989278,2346.608078 +92763,755.7492557,464.7517633,902.1493928,464.752579,2342.751969 +92764,756.6795349,466.6624796,905.803013,466.2280244,2339.362205 +92765,760.9361801,467.9826315,908.2348378,467.7633839,2335.457373 +92766,761.9200993,469.7769178,911.9643869,469.4443667,2331.865118 +92767,765.4151846,471.293071,914.2415984,470.8449781,2327.998383 +92768,767.8272436,472.7375134,917.5915996,472.2863801,2324.145402 +92769,769.1418738,474.4803425,920.7159268,474.0266283,2320.396647 +92770,772.6218839,475.7447425,922.8721417,475.2877019,2316.478141 +92771,774.182468,477.2854452,926.6574896,476.8238859,2312.589734 +92772,776.7233653,478.87824,928.649303,478.178379,2308.746622 +92773,779.3599111,480.2272601,931.6573911,479.6408809,2304.762348 +92774,780.7979768,481.6693788,934.4541916,481.0794474,2300.963244 +92775,783.8386136,483.0766657,937.194607,482.3623504,2296.932571 +92776,784.8594201,484.6023501,939.7598938,483.8827784,2293.168808 +92777,787.5986313,485.8699531,942.3093141,485.0245985,2289.231912 +92778,789.7118934,487.3014682,945.0033576,486.4515661,2285.315181 +92779,792.0161279,488.6465632,947.5432288,487.7921423,2281.391505 +92780,793.6425117,490.163376,950.2346149,489.1805464,2277.509609 +92781,795.4888243,491.3574692,952.7953193,490.3693247,2273.672175 +92782,798.351642,492.67295,955.075227,491.8036702,2269.695303 +92783,799.6118054,494.0691432,957.8663488,493.0666027,2265.870392 +92784,801.5309723,495.377741,960.192558,494.114281,2262.054111 +92785,803.5718389,496.7046259,962.5690031,495.6890456,2258.17418 +92786,805.8160083,497.947889,965.0675482,496.6699468,2254.324421 +92787,807.2184653,499.2373791,967.6907765,498.0808194,2250.514354 +92788,809.3371129,500.5728305,969.5401866,499.1499155,2246.744103 +92789,811.0215425,501.7965151,972.3302394,500.6267717,2242.909617 +92790,812.8930606,503.4576733,974.637694,501.4944149,2239.117325 +92791,815.2235205,501.9523657,976.9746145,501.9600092,2235.686012 +92792,816.914903,500.6011138,979.368602,500.5870199,2232.67627 +92793,818.4008264,499.4038134,981.4235074,499.3495852,2229.974438 +92794,820.1900498,498.3420536,983.3950604,498.2454268,2227.508272 +92795,821.6740626,497.3961245,985.8830996,497.2621197,2225.246737 +92796,823.9894423,496.5442844,987.6168396,496.378929,2223.153323 +92797,824.8236062,495.7964974,990.0485112,495.6046005,2221.307075 +92798,827.0054986,495.1024045,991.808572,494.8874397,2219.534994 +92799,828.7842512,494.4706043,993.873849,494.2351418,2217.892558 +92800,829.5922452,493.9153626,995.9759033,493.6614261,2216.453494 +92801,831.6926836,493.3777967,997.9652833,493.1070504,2214.996049 +92802,833.3670755,492.8926673,999.7783514,492.6065007,2213.670544 +92803,834.5622017,492.4469672,1001.863336,492.14654,2212.434435 +92804,836.465028,492.0201783,1003.691313,491.7064554,2211.213582 +92805,837.5865282,491.6359046,1005.643156,491.3096873,2210.108952 +92806,839.3966187,491.2612906,1007.47701,490.9232459,2208.994698 +92807,840.4022283,490.9245742,1009.424778,490.5752586,2207.988399 +92808,842.3993702,490.5895801,1011.07397,490.2294598,2206.949363 +92809,843.2595519,490.2922411,1012.999456,489.9217085,2206.024661 +92810,845.098529,489.9902015,1014.772649,489.6095885,2205.04786 +92811,846.3906819,489.7112387,1016.6224,489.3208274,2204.132555 +92812,847.7461883,489.4447962,1018.359051,489.0448277,2203.238769 +92813,849.1547424,489.1871041,1020.136533,488.7777859,2202.353421 +92814,850.6217251,488.9401345,1021.795834,488.5216464,2201.486157 +92815,851.826484,488.7072132,1023.508595,488.2797122,2200.651863 +92816,853.0770025,488.4814585,1025.257918,488.0450829,2199.824457 +92817,854.6887947,488.2575616,1026.865412,487.8124343,2198.983989 +92818,855.7029063,488.0486113,1028.690812,487.5948422,2198.183964 +92819,857.0869409,487.8447385,1030.213774,487.3824272,2197.386014 +92820,858.4947013,487.6416151,1031.921379,487.1708526,2196.573829 +92821,745.8385465,493.9301931,916.9251335,493.4510632,2221.712115 +92822,719.3313491,496.4285092,894.2324588,495.9407677,2232.05718 +92823,725.5780888,497.3647573,899.9717031,496.8683154,2236.129842 +92824,728.2928732,498.2119693,902.4419538,497.7068879,2239.509855 +92825,727.9142972,499.0566993,903.2362544,498.5430982,2242.481078 +92826,728.3287358,499.8548763,903.6236626,499.3328772,2244.94434 +92827,729.0053098,500.5835612,904.8549747,500.0532709,2246.911506 +92828,731.2160406,501.4311104,906.9952071,491.5567878,2249.21795 +92829,733.697754,485.665864,909.9268413,470.9671089,2254.783886 +92830,730.9701927,478.9174716,908.1510121,483.4190072,2257.937897 +92831,733.0050895,485.6936879,909.93173,481.1946059,2260.131952 +92832,734.1741085,484.5023926,911.7651786,480.9120869,2262.539066 +92833,735.2245251,484.2767113,912.8017402,481.2126247,2264.484989 +92834,735.006195,484.6972554,913.8003306,481.903127,2266.201272 +92835,736.8140671,485.2863923,915.0660207,481.994586,2267.351439 +92836,737.4055243,485.7725183,916.0622188,482.7465477,2268.33676 +92837,737.6479186,486.1454984,917.323061,483.2557737,2269.116269 +92838,739.0820861,486.8459771,918.660395,483.5844234,2269.459783 +92839,739.5006644,487.1223127,919.3199013,484.1195235,2269.826027 +92840,740.2658809,487.7399932,921.2163219,484.4923744,2269.798382 +92841,741.2601835,488.1689932,921.5429183,485.1774072,2269.716359 +92842,741.8990613,488.6152008,923.2509606,485.5010989,2269.413203 +92843,742.7375504,489.2412256,923.931147,486.0038299,2269.015001 +92844,743.3039568,489.6581795,925.222291,486.6719963,2268.468648 +92845,744.4645819,490.2432496,926.2923906,486.8826116,2267.773595 +92846,744.6339734,490.6636504,927.5357998,487.5537666,2267.069421 +92847,745.4427138,491.2652313,928.3113204,488.0307148,2266.244816 +92848,746.8499491,491.6609259,929.4247366,488.4251479,2265.246633 +92849,746.5093282,492.3020267,930.8133763,489.0652281,2264.341154 +92850,748.083575,492.6157131,931.4244001,489.3766731,2263.25893 +92851,748.6560728,493.2649476,932.7694426,489.8983077,2262.125528 +92852,748.8018042,493.6665047,933.5664557,490.4235069,2261.093734 +92853,749.664809,493.8928205,934.506027,490.7717532,2259.965186 +92854,750.4512482,494.5970256,935.0971486,491.0949918,2258.82252 +92855,750.3617287,494.8004685,936.2655916,491.6721946,2257.756659 +92856,751.8666597,495.1996608,936.7109971,491.941184,2256.550509 +92857,751.6475845,495.8680102,937.7785067,492.3535711,2255.465302 +92858,753.0238155,495.9717028,938.679212,492.8323266,2254.21537 +92859,752.7670102,496.3773092,939.4345475,493.1078757,2253.194138 +92860,753.2607736,496.9900441,940.0561793,493.7144789,2252.043669 +92861,754.6005712,497.1997548,940.9050165,493.79217,2250.849871 +92862,754.6134854,497.6754583,941.7953059,494.3910183,2249.741528 +92863,755.4591758,497.9990801,942.6121581,494.7105441,2248.570662 +92864,755.4735389,498.3486189,943.2136748,495.1819569,2247.525605 +92865,756.3379237,498.8009725,943.7453096,495.3731631,2246.412873 +92866,756.6993649,499.2402867,944.8264199,495.9350086,2245.276632 +92867,757.1191544,499.3118133,945.6618119,496.2570958,2244.220812 +92868,758.3736069,500.1183062,945.8153665,496.5448059,2243.056442 +92869,757.8702591,500.0683536,947.2605996,497.0029056,2242.06553 +92870,758.7218258,500.6367563,947.4639148,497.3088895,2240.998527 +92871,759.5446828,500.9376943,948.2221295,497.7316235,2239.899143 +92872,759.0675731,501.408213,949.1045775,497.9395413,2238.972317 +92873,760.3842067,501.5767225,949.5640257,498.362169,2237.88459 +92874,760.7763169,502.0169841,950.3568347,498.7979758,2236.853075 +92875,761.1799155,502.3322076,951.1608045,499.1068184,2235.841692 +92876,761.1712986,502.6693192,951.7293863,499.4373729,2234.921607 +92877,762.0724963,503.1110366,952.2244122,499.7431665,2233.905849 +92878,762.516298,503.3020119,953.0487286,500.1895076,2232.931019 +92879,762.9406347,504.1374059,953.5583581,500.4993277,2231.9349 +92880,763.4484546,503.6891811,954.4329306,500.8315226,2231.029655 +92881,443.4391062,366.2462863,642.7615203,362.6395672,2188.078814 +92882,606.2188614,423.225656,791.7150455,420.5321212,2299.874944 +92883,308.9000325,308.3325308,504.4708953,304.6261605,2184.912171 +92884,643.5011669,438.3716423,830.5868255,435.615871,2274.073409 +92885,531.0343823,311.4196592,547.6800704,307.4944701,2896.176461 +92886,319.1974384,430.7418559,768.7239782,428.2432805,2028.710764 +92887,565.2373949,361.9396559,642.8008471,358.550461,2115.730599 +92888,418.995087,321.8809945,551.1908225,318.7523873,2779.038405 +92889,471.7332056,415.9943392,774.4796142,412.5798179,1857.875404 +92890,514.5310169,373.1016006,664.2223145,370.3092818,1997.07865 +92891,469.1377601,374.3170923,670.7710974,370.9888064,2071.019139 +92892,342.7997024,317.9188038,535.3143002,314.4017571,1981.19187 +92893,618.1183532,426.1979706,805.1229971,423.682732,2089.441343 +92894,452.2152938,316.027804,523.2691616,312.1546103,2760.89049 +92895,401.5714493,409.9702974,771.1117246,407.4312952,1861.575567 +92896,530.4541863,367.8476434,649.713356,364.5059143,1982.35083 +92897,467.0096894,374.4527481,674.584893,371.4385551,2054.208803 +92898,336.7955037,314.6082533,529.7550314,311.2047691,1960.258782 +92899,615.5648716,425.0620007,803.6316343,422.3267717,2067.218344 +92900,317.8504103,313.6330616,519.7991588,310.1709128,1996.691109 +92901,609.3627012,420.3428728,795.3338811,417.87282,2102.1916 +92902,481.8642928,308.6925769,509.3309178,305.0878884,2745.630007 +92903,352.0891807,414.8044014,785.2020696,412.1977485,1861.83642 +92904,544.4292729,362.0302479,636.6257242,358.8172448,1970.10206 +92905,368.649682,320.8509505,549.7423132,317.7131337,2655.21211 +92906,518.684175,403.2069679,751.2624267,400.3476533,1729.044687 +92907,484.3729058,369.8713031,664.6574968,366.9529862,1876.321739 +92908,459.7664921,367.2027907,657.8818065,364.1551811,1949.278248 +92909,470.625469,369.5916683,665.3476264,366.7709261,2005.443131 +92910,389.8697157,317.2820301,540.0850523,313.8137048,2663.304094 +92911,506.572524,404.8996785,756.7083506,402.4010736,1740.609639 +92912,488.9785202,368.0982024,661.8116813,365.2330288,1882.338758 +92913,458.2638899,366.598672,657.6769158,363.6034033,1951.79224 +92914,469.2493089,368.8510278,664.1992816,365.8429244,2004.52716 +92915,343.6843168,316.1736577,538.058575,313.1382733,1913.268561 +92916,603.9847819,418.219445,792.430895,415.7373708,2013.854593 +92917,319.5654127,313.5396567,524.2069697,310.3455862,1945.163737 +92918,600.4673875,414.0416067,784.3754818,411.5414912,2043.638529 +92919,314.7979157,310.5452002,519.0963481,307.3542442,1961.595736 +92920,606.2297463,417.3522185,791.3986889,415.0129226,2056.159441 +92921,470.7543948,309.398132,516.6575413,306.5456834,2693.364068 +92922,362.5972514,408.1272948,772.8673871,405.3770278,1808.621853 +92923,535.7617376,360.1864113,638.6676219,357.4043192,1913.289199 +92924,460.4450479,369.6821002,671.8498358,367.1036378,1974.225922 +92925,384.2754491,316.2517709,538.6557411,313.3865045,2624.46573 +92926,507.3380371,402.2581123,755.6505084,399.6100291,1702.832434 +92927,487.892181,366.495969,661.3985032,363.8852831,1839.229867 +92928,458.1981751,364.5542237,657.3268658,362.129698,1902.500392 +92929,468.7570233,367.3361568,664.3085743,364.4427889,1949.729364 +92930,472.7741027,369.1939916,669.2313146,366.7092943,1992.74344 +92931,400.3982497,315.7292832,540.260197,313.0613229,2629.282819 +92932,492.8559896,403.0242014,758.1307358,400.5711774,1711.541627 +92933,494.3091957,365.5173496,660.2382735,363.2109509,1841.446747 +92934,459.2879765,364.9529591,659.8676016,362.2916923,1900.574676 +92935,469.2665706,367.1488866,665.4655745,364.7470469,1944.056708 +92936,474.5728263,369.0441876,669.9126521,366.5508121,1983.090647 +92937,351.3066024,318.0329016,546.3340654,315.4632195,1886.921694 +92938,599.9007261,414.3023006,787.8048327,412.0910124,1974.033153 +92939,334.3805268,317.7071437,539.4984334,315.0279059,1904.828869 +92940,593.1443382,409.1267553,777.4475338,407.2104954,1991.109357 +92941,657.6233809,456.0739522,854.3653461,453.3222651,1966.563697 +92942,747.6222971,464.7386597,944.0467392,464.7362124,1947.457855 +92943,752.5135945,461.8974134,946.0299114,461.8546297,1947.627372 +92944,743.9942201,459.4648269,939.0674181,459.3590267,1949.874235 +92945,746.7048124,456.9087981,941.9056374,456.7405882,1950.630396 +92946,749.6796673,454.6443042,944.8390111,454.4239512,1951.269974 +92947,751.224818,452.6698434,946.5134196,452.4082898,1951.947254 +92948,752.5126338,450.9224912,947.9535882,450.6284084,1952.628064 +92949,754.3042039,449.362305,949.3540424,449.0421126,1953.312588 +92950,755.2711235,447.9852436,951.1731966,447.6438289,1954.089043 +92951,756.8823481,446.755623,952.4976933,446.3969009,1954.88831 +92952,758.4287632,445.6606299,953.7692279,445.2878414,1955.718508 +92953,759.4965858,444.683406,955.4333434,444.2992636,1956.564201 +92954,761.0901217,443.8319864,955.6698903,443.4387607,1957.504013 +92955,762.3801059,443.1712746,952.7766397,442.7708628,1958.839007 +92956,763.4599298,442.6301587,950.2979302,442.2241466,1960.321584 +92957,764.9350012,442.1866049,948.2094341,441.776321,1961.895696 +92958,766.4264301,441.830515,946.4754607,441.4170767,1963.548858 +92959,767.2420154,441.5638146,945.0741762,441.1481657,1965.313305 +92960,768.6402256,441.3486963,943.8976648,440.9316375,1967.059633 +92961,769.9350185,441.1879323,942.9323072,440.7701468,1968.818336 +92962,771.0916451,441.073286,942.1447381,440.6553595,1970.573914 +92963,772.0885669,440.9994367,941.5111287,440.5818743,1972.320859 +92964,763.2377679,428.4086072,913.3943986,427.9918475,1923.842364 +92965,779.7648674,426.3567559,908.4890628,425.9411778,1917.337686 +92966,773.6157252,423.9322203,902.7979555,423.5181589,1909.232346 +92967,776.2569233,421.8542299,897.9102821,421.4419841,1902.458235 +92968,777.5073944,420.1314155,893.8448572,419.7212531,1897.073284 +92969,778.6960423,418.7033585,890.4645051,418.2955206,1892.840221 +92970,779.6925792,417.5247765,887.66433,417.1194816,1889.575335 +92971,780.7724745,416.5594433,885.3597701,416.1568904,1887.129961 +92972,781.6499332,415.7725603,883.4705174,415.3729896,1885.369326 +92973,782.6314477,415.1355708,881.9304345,414.7392439,1884.181505 +92974,783.6482796,414.6235486,880.6815953,414.2307189,1883.465324 +92975,784.4466259,414.2157865,879.6756272,413.8266844,1883.13453 +92976,785.3682112,413.8965875,878.8755227,413.5114177,1883.122657 +92977,786.1753788,413.6512613,878.2468541,413.2702055,1883.367839 +92978,787.0270688,413.4682326,877.7623893,413.0914529,1883.821447 +92979,787.8908052,413.3371492,877.3978899,412.9647909,1884.440481 +92980,788.5426726,413.2492089,877.1327898,412.8814029,1885.188785 +92981,789.5499414,413.1983437,876.9527613,412.8352078,1886.041698 +92982,790.1017934,413.1764854,876.8392694,412.8181255,1886.967046 +92983,791.1674604,413.1806111,876.7850391,412.827123,1887.953249 +92984,791.5454839,413.2038033,876.774365,412.8552731,1888.973511 +92985,792.4122107,413.245052,876.8049166,412.9015387,1890.024399 +92986,793.1611212,413.2999913,876.8664761,412.9615693,1891.090661 +92987,793.7793245,413.3653793,876.9518817,413.0321019,1892.160237 +92988,794.4589832,413.4404951,877.0591443,413.1124281,1893.232648 +92989,795.1911576,413.5226131,877.1824005,413.1997985,1894.298097 +92990,795.7706518,413.6101872,877.3179792,413.2926788,1895.352966 +92991,796.3908323,413.7020321,877.463469,413.3898603,1896.393697 +92992,797.0474841,413.7974649,877.6171586,413.4906725,1897.42015 +92993,797.5366667,413.8945901,877.7750987,413.5931974,1898.425896 +92994,798.2530536,413.9939678,877.9383492,413.698008,1899.415705 +92995,798.7928912,414.0931316,878.1017121,413.802616,1900.380765 +92996,799.1553929,414.192061,878.2652045,413.9069951,1901.322759 +92997,799.9362446,414.2910365,878.4308511,414.0120804,1902.247206 +92998,800.1367795,414.3877103,878.5927706,414.1152074,1903.145081 +92999,800.9504784,414.4850314,878.7565168,414.2188933,1904.027959 +93000,801.3762354,414.5799402,878.9149138,414.3198572,1904.884148 +93001,845.5273469,415.3610004,880.5827484,415.106618,1908.469064 +93002,846.7861151,416.4667088,882.8749818,416.2178944,1912.89272 +93003,848.2378652,417.8294455,885.7046706,417.5861353,1918.17817 +93004,849.8430816,419.236495,888.657666,418.9986515,1923.751526 +93005,851.5078205,420.5700231,891.4902413,420.337618,1929.232029 +93006,853.1896282,421.8099077,894.1512859,421.5829154,1934.514008 +93007,854.8788518,422.9737287,896.6673945,422.7521236,1939.611178 +93008,856.5739403,424.0813257,899.0725364,423.8650814,1944.554771 +93009,858.2729361,425.1457191,901.3892211,424.934808,1949.364737 +93010,859.9728058,426.1744765,903.6304222,425.9688698,1954.050941 +93011,861.6704352,427.1724757,905.8045446,426.9721429,1958.61921 +93012,863.3632631,428.1435042,907.9183301,427.9484131,1963.074831 +93013,865.0494,429.0908204,909.9778325,428.9009371,1967.423559 +93014,866.7275057,430.017257,911.988538,429.832546,1971.671498 +93015,868.3966403,430.9252312,913.9553152,430.7456552,1975.824798 +93016,870.0561496,431.8167699,915.8824088,431.6422899,1979.889434 +93017,871.7055888,432.693562,917.7734921,432.5241375,1983.871104 +93018,873.3446721,433.5570151,919.6317415,433.3926039,1987.775199 +93019,874.9732354,434.4083064,921.4599092,434.2488648,1991.606783 +93020,876.5912077,435.2484256,923.2603864,435.0939085,1995.370604 +93021,878.1985896,436.0782078,925.0352556,435.9285684,1999.071089 +93022,879.7954375,436.8983623,926.7863373,436.7535526,2002.712359 +93023,881.3809076,437.7089305,928.5141755,437.5688876,2006.295307 +93024,882.9563078,438.5111349,930.2214813,438.3758114,2009.827248 +93025,884.521143,439.3050439,931.9087805,439.1743815,2013.309183 +93026,886.0764907,440.0915875,933.578168,439.9655401,2016.747158 +93027,887.6217152,440.8706287,935.2297299,440.7491371,2020.141231 +93028,889.1577559,441.6429127,936.8651518,441.5259281,2023.496618 +93029,890.6840104,442.4082447,938.4843585,442.2957055,2026.812995 +93030,892.2005477,443.1667802,940.0878873,443.0586224,2030.092258 +93031,893.7078896,443.9188744,941.6766184,443.8150364,2033.337182 +93032,895.2064797,444.6648425,943.2513359,444.5652648,2036.55022 +93033,896.696589,445.4049125,944.8126455,445.309536,2039.733327 +93034,898.1783734,446.1392482,946.3610185,446.0480131,2042.888092 +93035,899.6519524,446.8679859,947.8968591,446.7808313,2046.01591 +93036,901.1174324,447.591247,949.4205273,447.5081109,2049.118047 +93037,902.5749302,448.3091495,950.9323644,448.229969,2052.195681 +93038,904.0245599,449.021804,952.4326852,448.9465154,2055.249898 +93039,905.4664427,449.7293192,953.9217907,449.6578578,2058.281711 +93040,906.9006925,450.431796,955.3999575,450.3640965,2061.292045 +93041,908.3274267,451.1293334,956.8674507,451.0653297,2064.281771 +93042,909.7467534,451.8220231,958.3245135,451.7616486,2067.251683 +93043,911.1587875,452.5099572,959.7713842,452.4531444,2070.202529 +93044,912.5636345,453.1932211,961.2082821,453.1399022,2073.134996 +93045,913.9614052,453.8719006,962.635423,453.8220072,2076.049733 +93046,915.3522039,454.5460767,964.0530088,454.4995399,2078.947336 +93047,916.7361398,455.2158308,965.4612398,455.1725813,2081.828373 +93048,916.3401678,455.8812392,966.860301,455.8412071,2084.693365 +93049,903.3874084,456.5531657,968.2741085,456.5162809,2087.585961 +93050,911.7843687,457.3100294,969.8752147,457.2762216,2090.820042 +93051,909.0990181,458.0360446,971.4090478,458.0052429,2093.932851 +93052,909.3893253,458.7633938,972.9463754,458.7355272,2097.052902 +93053,909.2946638,459.4892634,974.4809207,459.4642606,2100.168577 +93054,909.0115236,460.2127593,976.010641,460.1905489,2103.276007 +93055,909.3334475,460.9349109,977.5377496,460.9154213,2106.379123 +93056,909.0644017,461.6521979,979.0544738,461.6353572,2109.463756 +93057,909.0005703,462.3672283,980.5665299,462.3529647,2112.540294 +93058,908.9443426,463.0795834,982.0729863,463.067825,2115.607066 +93059,908.893329,463.7888662,983.5729654,463.7795411,2118.662514 +93060,908.6498222,464.4949246,985.0661312,464.4879607,2121.706078 +93061,832.6271644,464.499902,985.0171999,464.4952274,2121.946393 +93062,832.1806587,464.3321813,984.5740062,464.3297292,2121.393415 +93063,832.7069692,463.9466617,983.6241188,463.9463596,2119.780898 +93064,832.6726155,463.5135569,982.5411234,463.5153305,2117.774064 +93065,833.4230562,463.1471005,981.5849582,463.1508764,2115.871373 +93066,833.5986368,462.8597383,980.7940226,462.8654445,2114.182514 +93067,834.0114291,462.6329064,980.1363083,462.6404717,2112.685129 +93068,834.484952,462.4447983,979.5694039,462.4541519,2111.328219 +93069,835.0326385,462.2818541,979.0665021,462.2929258,2110.080678 +93070,835.2781644,462.1368074,978.6131289,462.1495269,2108.928239 +93071,835.8250662,462.0075992,978.2054598,462.0218966,2107.872563 +93072,836.2914996,461.8901476,977.8347684,461.9059536,2106.904092 +93073,950.991433,461.7822051,977.4960582,461.7994506,2106.018284 +93074,951.3267568,461.9109289,979.0265102,461.9299911,2102.472693 +93075,952.2304359,462.3953758,982.0766825,462.4164099,2098.548321 +93076,953.4141533,462.990265,985.4494353,463.0131975,2095.121558 +93077,954.5765253,463.5213289,988.4707983,463.5459911,2092.270659 +93078,955.6272075,463.9527044,991.0160059,463.9789205,2089.918847 +93079,956.5811446,464.3069357,993.1745818,464.3345513,2087.986723 +93080,957.4664924,464.6098965,995.0492544,464.6387784,2086.405828 +93081,958.301659,464.8777738,996.7083823,464.9078046,2085.120284 +93082,959.095153,465.1188831,998.191617,465.1499562,2084.084187 +93083,959.8506592,465.3377605,999.5241752,465.3697769,2083.259192 +93084,960.5705501,465.5376295,1000.725586,465.5704965,2082.612987 +93085,961.2571877,465.7212768,1001.812894,465.7549071,2082.11828 +93086,961.9130905,465.8911992,1002.801291,465.9255101,2081.752047 +93087,962.5407838,466.0495728,1003.704095,466.084486,2081.494885 +93088,963.1426753,466.1982452,1004.532803,466.2336858,2081.330447 +93089,963.7210048,466.3387673,1005.297265,466.3746641,2081.244961 +93090,964.2778427,466.472443,1006.005923,466.5087279,2081.226815 +93091,964.8151016,466.6003751,1006.666033,466.6369827,2081.266212 +93092,965.3364563,466.7247869,1007.28675,466.7617743,2081.35488 +93093,965.8449975,466.8474288,1007.875673,466.884948,2081.485834 +93094,966.3427106,466.9692713,1008.438185,467.0075102,2081.653169 +93095,966.8308474,467.0907858,1008.978121,467.1299317,2081.85189 +93096,967.3103374,467.2122343,1009.498473,467.2524623,2082.077762 +93097,967.7819955,467.3338133,1010.001764,467.375286,2082.327185 +93098,968.2465941,467.455702,1010.490203,467.4985732,2082.59711 +93099,968.7048559,467.5780611,1010.965728,467.6224789,2082.884933 +93100,969.1574561,467.7010329,1011.430036,467.7471416,2083.188442 +93101,969.6050097,467.8247362,1011.884602,467.8726778,2083.505744 +93102,970.0480801,467.9492704,1012.330708,467.999186,2083.835229 +93103,970.4871735,468.0747141,1012.769462,468.1267445,2084.175508 +93104,970.9227521,468.2011315,1013.201832,468.2554186,2084.525396 +93105,971.3552275,468.3285697,1013.628652,468.3852568,2084.883865 +93106,971.7849749,468.4570655,1014.050649,468.5162981,2085.250036 +93107,972.2123255,468.5866415,1014.468447,468.6485682,2085.62314 +93108,972.637581,468.7173128,1014.882593,468.7820858,2086.002517 +93109,973.0610042,468.8490827,1015.293552,468.9168579,2086.387581 +93110,973.4828366,468.9819501,1015.701731,469.0528882,2086.777835 +93111,973.9032844,469.1159033,1016.107474,469.1901699,2087.172827 +93112,974.322538,469.2509285,1016.511082,469.3286945,2087.572172 +93113,974.740759,469.3870036,1016.912807,469.4684458,2087.975519 +93114,975.1580969,469.5241053,1017.312869,469.6094066,2088.38257 +93115,975.5746762,469.6622035,1017.711449,469.7515535,2088.793044 +93116,975.9906145,469.8012688,1018.108707,469.8948639,2089.206706 +93117,976.4060072,469.9412654,1018.504769,470.0393096,2089.623331 +93118,976.820946,470.0821594,1018.89975,470.1848644,2090.042731 +93119,977.2355049,470.2239121,1019.293736,470.3314978,2090.464723 +93120,977.6497546,470.3664866,1019.686804,470.4791812,2090.889155 +93121,978.0821221,470.5181923,1020.097381,470.6362331,2091.349275 +93122,975.7246387,469.4158051,1017.713363,469.5394575,2086.6103 +93123,971.954772,467.6996548,1013.912148,467.8291662,2079.076407 +93124,968.1594609,466.0027661,1010.081772,466.1383886,2071.249417 +93125,964.9137305,464.5794032,1006.798484,464.721405,2064.225347 +93126,962.2708225,463.4437379,1004.11648,463.592404,2058.175168 +93127,960.1126287,462.533724,1001.918255,462.6893529,2052.948373 +93128,958.319204,461.7893979,1000.084189,461.9523006,2048.37117 +93129,956.8087503,461.1704861,998.5326461,461.3409858,2044.322514 +93130,955.5291283,460.6516199,997.2115623,460.8300522,2040.724863 +93131,954.4437049,460.2152452,996.0843374,460.4019589,2037.522892 +93132,953.523146,459.8475569,995.1216422,460.0429149,2034.670816 +93133,952.7423833,459.5369736,994.2983918,459.7413534,2032.127876 +93134,952.0798251,459.2737056,993.5929599,459.4874996,2029.857431 +93135,951.5170912,459.0495796,992.9869179,459.2731963,2027.826913 +93136,951.0387092,458.857852,992.4647348,459.0917162,2026.007673 +93137,950.6317149,458.6929855,992.0133802,458.9375393,2024.374624 +93138,950.2852598,458.5504386,991.6219346,458.806142,2022.905821 +93139,949.9902488,458.4264769,991.2812294,458.6938087,2021.582046 +93140,949.739057,458.3180289,990.9835636,458.5974872,2020.386462 +93141,949.525278,458.2225607,990.7224545,458.514664,2019.304294 +93142,949.3435369,458.1379839,990.4924495,458.4432718,2018.32259 +93143,949.1893136,458.0625719,990.2889511,458.3816062,2017.429972 +93144,949.0588158,457.9949001,990.1080892,458.3282655,2016.61646 +93145,948.9488527,457.9337876,989.9465949,458.2820927,2015.873279 +93146,948.8567476,457.8782579,989.8017134,458.2421367,2015.192727 +93147,948.7802465,457.8274992,989.6711125,458.2076114,2014.568024 +93148,948.7174599,457.7808385,989.5528239,458.1778714,2013.993216 +93149,948.6667957,457.7377135,989.4451763,458.1523827,2013.463053 +93150,948.6269212,457.6976569,989.3467566,458.1307077,2012.972921 +93151,948.5967134,457.6602757,989.2563603,458.1124846,2012.518745 +93152,948.579274,457.6273256,989.1776863,458.1001763,2012.096939 +93153,948.5769477,457.6000629,989.1134201,458.0956072,2011.704337 +93154,948.5901835,457.5787064,989.0639505,458.0992443,2011.338163 +93155,948.6182648,457.5628588,989.0282728,458.1107413,2010.995959 +93156,948.660141,457.5519498,989.0049778,458.1295152,2010.675558 +93157,948.7148324,457.5454461,988.9927306,458.155023,2010.375035 +93158,948.781548,457.5429066,988.9904041,458.1868358,2010.092695 +93159,948.8596606,457.5439674,988.9970511,458.2246217,2009.827032 +93160,948.9486755,457.5483241,989.0118656,458.2681236,2009.576724 +93161,949.0494287,457.556102,989.0350179,458.3177351,2009.341553 +93162,949.1602003,457.5666326,989.0649047,458.372609,2009.119392 +93163,949.2815398,457.5799428,989.1014978,458.43301,2008.909919 +93164,949.4120179,457.5954762,989.143459,458.4982363,2008.711371 +93165,949.5526419,457.6134096,989.1911022,458.568784,2008.523879 +93166,949.7021798,457.6332642,989.2432792,458.6440467,2008.345925 +93167,949.8618399,457.6552721,989.3004395,458.7246233,2008.177855 +93168,950.0304157,457.6789709,989.3614895,458.8099171,2008.018247 +93169,946.7413139,456.865326,986.264752,458.049929,2007.867708 +93170,735.0927324,471.1188351,1015.603669,472.3540365,2069.696494 +93171,791.9331448,472.5424445,1016.676676,473.8307246,2080.261883 +93172,805.9384096,475.1808093,1020.647911,476.5272366,2094.956363 +93173,792.8192866,477.8416643,1024.923085,479.2518221,2108.894376 +93174,790.0518716,479.9290338,1028.144618,481.4082842,2119.826977 +93175,790.4326097,481.644523,1030.707894,483.1979687,2128.716901 +93176,789.9449366,483.0847805,1032.793282,484.7174112,2136.066616 +93177,789.6426452,484.266728,1034.418131,485.9835455,2142.024179 +93178,789.5967044,485.2292837,1035.654395,487.0353737,2146.805704 +93179,789.2443569,486.0197546,1036.595209,487.9203266,2150.650787 +93180,792.0950303,487.4223559,1005.977191,489.42277,2156.74041 +93181,0,0,0,0,0 +93182,0,0,0,0,0 +93183,0,0,0,0,0 +93184,0,0,0,0,0 +93185,0,0,0,0,0 +93186,0,0,0,0,0 +93187,0,0,0,0,0 +93188,0,0,0,0,0 +93189,0,0,0,0,0 +93190,0,0,0,0,0 +93191,0,0,0,0,0 +93192,0,0,0,0,950.9025477 +93193,0,0,0,0,953.0325401 +93194,0,0,0,0,771.4558577 +93195,0,0,0,0,892.8770668 +93196,0,0,0,0,903.970048 +93197,0,0,0,0,914.4742913 +93198,0,0,0,0,924.6573638 +93199,0,0,0,0,934.1601222 +93200,0,0,0,0,943.5934785 +93201,0,0,0,0,952.5952203 +93202,0,0,0,0,961.1834285 +93203,0,0,0,0,969.7491314 +93204,0,0,0,0,977.9025817 +93205,0,0,0,0,985.8328703 +93206,0,0,0,0,993.7247894 +93207,0,0,0,0,1001.155785 +93208,0,0,0,0,1008.517541 +93209,0,0,0,0,1015.777861 +93210,0,0,0,0,1022.749562 +93211,0,0,0,0,1029.611738 +93212,0,0,0,0,1036.294868 +93213,0,0,0,0,1042.818197 +93214,0,0,0,0,1049.188296 +93215,0,0,0,0,1055.412631 +93216,0,0,0,0,1061.495879 +93217,0,0,0,0,1067.443368 +93218,0,0,0,0,1073.201978 +93219,0,0,0,0,1078.973839 +93220,0,0,0,0,1084.487905 +93221,0,0,0,0,1089.98669 +93222,0,0,0,0,1095.20718 +93223,0,0,0,0,1100.379783 +93224,0,0,0,0,1105.530259 +93225,0,0,0,0,1112.301374 +93226,0,0,0,0,1115.663392 +93227,0,0,0,0,1122.470862 +93228,0,0,0,0,1124.368428 +93229,0,0,0,0,1133.056133 +93230,0,0,0,0,1131.604278 +93231,0,0,0,0,1144.540488 +93232,0,0,0,0,1136.359924 +93233,0,0,0,0,1158.723798 +93234,0,0,0,0,1136.038407 +93235,0,0,0,0,1150.128247 +93236,0,0,0,0,1162.706896 +93237,0,0,0,0,1159.418238 +93238,0,0,0,0,1164.893021 +93239,0,0,0,0,1168.468267 +93240,0,0,0,0,1171.716696 +93241,0,0,0,0,0 +93242,0,0,0,0,0 +93243,0,0,0,0,0 +93244,0,0,0,0,0 +93245,0,0,0,0,0 +93246,0,0,0,0,0 +93247,0,0,0,0,0 +93248,0,0,0,0,0 +93249,0,0,0,0,0 +93250,0,0,0,0,0 +93251,0,0,0,0,0 +93252,0,0,0,0,0 +93253,0,0,0,0,0 +93254,0,0,0,0,0 +93255,0,0,0,0,0 +93256,0,0,0,0,0 +93257,0,0,0,0,0 +93258,0,0,0,0,0 +93259,0,0,0,0,0 +93260,0,0,0,0,0 +93261,0,0,0,0,0 +93262,0,0,0,0,0 +93263,0,0,0,0,0 +93264,0,0,0,0,0 +93265,0,0,0,0,0 +93266,0,0,0,0,0 +93267,0,0,0,0,0 +93268,0,0,0,0,0 +93269,0,0,0,0,0 +93270,0,0,0,0,0 +93271,0,0,0,0,0 +93272,0,0,0,0,0 +93273,0,0,0,0,0 +93274,0,0,0,0,0 +93275,0,0,0,0,0 +93276,0,0,0,0,0 +93277,0,0,0,0,0 +93278,0,0,0,0,0 +93279,0,0,0,0,0 +93280,0,0,0,0,0 +93281,0,0,0,0,0 +93282,0,0,0,0,0 +93283,0,0,0,0,0 +93284,0,0,0,0,0 +93285,0,0,0,0,0 +93286,0,0,0,0,0 +93287,0,0,0,0,0 +93288,0,0,0,0,0 +93289,0,0,0,0,0 +93290,0,0,0,0,0 +93291,0,0,0,0,0 +93292,0,0,0,0,0 +93293,0,0,0,0,0 +93294,0,0,0,0,0 +93295,0,0,0,0,0 +93296,0,0,0,0,0 +93297,0,0,0,0,0 +93298,0,0,0,0,0 +93299,0,0,0,0,0 +93300,0,0,0,0,0 +93301,0,0,0,0,0 +93302,0,0,0,0,0 +93303,0,0,0,0,0 +93304,0,0,0,0,0 +93305,0,0,0,0,0 +93306,0,0,0,0,0 +93307,0,0,0,0,0 +93308,0,0,0,0,0 +93309,0,0,0,0,0 +93310,0,0,0,0,0 +93311,0,0,0,0,0 +93312,0,0,0,0,0 +93313,0,0,0,0,0 +93314,0,0,0,0,0 +93315,0,0,0,0,0 +93316,0,0,0,0,0 +93317,0,0,0,0,0 +93318,0,0,0,0,0 +93319,0,0,0,0,0 +93320,0,0,0,0,0 +93321,0,0,0,0,0 +93322,0,0,0,0,0 +93323,0,0,0,0,0 +93324,0,0,0,0,0 +93325,0,0,0,0,0 +93326,0,0,0,0,0 +93327,0,0,0,0,0 +93328,0,0,0,0,0 +93329,0,0,0,0,0 +93330,0,0,0,0,0 +93331,0,0,0,0,0 +93332,0,0,0,0,0 +93333,0,0,0,0,0 +93334,0,0,0,0,0 +93335,0,0,0,0,0 +93336,0,0,0,0,0 +93337,0,0,0,0,0 +93338,0,0,0,0,0 +93339,0,0,0,0,0 +93340,0,0,0,0,0 +93341,0,0,0,0,0 +93342,0,0,0,0,0 +93343,0,0,0,0,0 +93344,0,0,0,0,0 +93345,0,0,0,0,0 +93346,0,0,0,0,0 +93347,0,0,0,0,0 +93348,0,0,0,0,0 +93349,0,0,0,0,0 +93350,0,0,0,0,0 +93351,0,0,0,0,0 +93352,0,0,0,0,0 +93353,0,0,0,0,0 +93354,0,0,0,0,0 +93355,0,0,0,0,0 +93356,0,0,0,0,0 +93357,0,0,0,0,0 +93358,0,0,0,0,0 +93359,0,0,0,0,0 +93360,0,0,0,0,0 +93361,0,0,0,0,0 +93362,0,0,0,0,0 +93363,0,0,0,0,0 +93364,0,0,0,0,0 +93365,0,0,0,0,0 +93366,0,0,0,0,0 +93367,0,0,0,0,0 +93368,0,0,0,0,0 +93369,0,0,0,0,0 +93370,0,0,0,0,0 +93371,0,0,0,0,0 +93372,0,0,0,0,0 +93373,0,0,0,0,0 +93374,0,0,0,0,0 +93375,0,0,0,0,0 +93376,0,0,0,0,0 +93377,0,0,0,0,0 +93378,0,0,0,0,0 +93379,0,0,0,0,0 +93380,0,0,0,0,0 +93381,0,0,0,0,0 +93382,0,0,0,0,0 +93383,0,0,0,0,0 +93384,0,0,0,0,0 +93385,0,0,0,0,0 +93386,0,0,0,0,0 +93387,0,0,0,0,0 +93388,0,0,0,0,0 +93389,0,0,0,0,0 +93390,0,0,0,0,0 +93391,0,0,0,0,0 +93392,0,0,0,0,0 +93393,0,0,0,0,0 +93394,0,0,0,0,0 +93395,0,0,0,0,0 +93396,0,0,0,0,0 +93397,0,0,0,0,0 +93398,0,0,0,0,0 +93399,0,0,0,0,0 +93400,0,0,0,0,0 +93401,0,0,0,0,0 +93402,0,0,0,0,0 +93403,0,0,0,0,0 +93404,0,0,0,0,0 +93405,0,0,0,0,0 +93406,0,0,0,0,0 +93407,0,0,0,0,0 +93408,0,0,0,0,0 +93409,0,0,0,0,0 +93410,0,0,0,0,0 +93411,0,0,0,0,0 +93412,0,0,0,0,0 +93413,0,0,0,0,0 +93414,0,0,0,0,0 +93415,0,0,0,0,0 +93416,0,0,0,0,0 +93417,0,0,0,0,0 +93418,0,0,0,0,0 +93419,0,0,0,0,0 +93420,0,0,0,0,0 +93421,0,0,0,0,0 +93422,0,0,0,0,0 +93423,0,0,0,0,0 +93424,0,0,0,0,0 +93425,0,0,0,0,0 +93426,0,0,0,0,0 +93427,0,0,0,0,0 +93428,0,0,0,0,0 +93429,0,0,0,0,0 +93430,0,0,0,0,0 +93431,0,0,0,0,0 +93432,0,0,0,0,0 +93433,0,0,0,0,0 +93434,0,0,0,0,0 +93435,0,0,0,0,0 +93436,0,0,0,0,0 +93437,0,0,0,0,0 +93438,0,0,0,0,0 +93439,0,0,0,0,0 +93440,0,0,0,0,0 +93441,0,0,0,0,0 +93442,0,0,0,0,0 +93443,0,0,0,0,0 +93444,0,0,0,0,0 +93445,0,0,0,0,0 +93446,0,0,0,0,0 +93447,0,0,0,0,0 +93448,0,0,0,0,0 +93449,0,0,0,0,0 +93450,0,0,0,0,0 +93451,0,0,0,0,0 +93452,0,0,0,0,0 +93453,0,0,0,0,0 +93454,0,0,0,0,0 +93455,0,0,0,0,0 +93456,0,0,0,0,0 +93457,0,0,0,0,0 +93458,0,0,0,0,0 +93459,0,0,0,0,0 +93460,0,0,0,0,0 +93461,0,0,0,0,0 +93462,0,0,0,0,0 +93463,0,0,0,0,0 +93464,0,0,0,0,0 +93465,0,0,0,0,0 +93466,0,0,0,0,0 +93467,0,0,0,0,0 +93468,0,0,0,0,0 +93469,0,0,0,0,0 +93470,0,0,0,0,0 +93471,0,0,0,0,0 +93472,0,0,0,0,0 +93473,0,0,0,0,0 +93474,0,0,0,0,0 +93475,0,0,0,0,0 +93476,0,0,0,0,0 +93477,0,0,0,0,0 +93478,0,0,0,0,0 +93479,0,0,0,0,0 +93480,0,0,0,0,0 +93481,0,0,0,0,0 +93482,0,0,0,0,0 +93483,0,0,0,0,0 +93484,0,0,0,0,0 +93485,0,0,0,0,0 +93486,0,0,0,0,0 +93487,0,0,0,0,0 +93488,0,0,0,0,0 +93489,0,0,0,0,0 +93490,0,0,0,0,0 +93491,0,0,0,0,0 +93492,0,0,0,0,0 +93493,0,0,0,0,0 +93494,0,0,0,0,0 +93495,0,0,0,0,0 +93496,0,0,0,0,0 +93497,0,0,0,0,0 +93498,0,0,0,0,0 +93499,0,0,0,0,0 +93500,0,0,0,0,0 +93501,0,0,0,0,0 +93502,0,0,0,0,0 +93503,0,0,0,0,0 +93504,0,0,0,0,0 +93505,0,0,0,0,0 +93506,0,0,0,0,0 +93507,0,0,0,0,0 +93508,0,0,0,0,0 +93509,0,0,0,0,0 +93510,0,0,0,0,0 +93511,0,0,0,0,0 +93512,0,0,0,0,0 +93513,0,0,0,0,0 +93514,0,0,0,0,0 +93515,0,0,0,0,0 +93516,0,0,0,0,0 +93517,0,0,0,0,0 +93518,0,0,0,0,0 +93519,0,0,0,0,0 +93520,0,0,0,0,0 +93521,0,0,0,0,0 +93522,0,0,0,0,0 +93523,0,0,0,0,0 +93524,0,0,0,0,0 +93525,0,0,0,0,0 +93526,0,0,0,0,0 +93527,0,0,0,0,0 +93528,0,0,0,0,0 +93529,0,0,0,0,0 +93530,0,0,0,0,0 +93531,0,0,0,0,0 +93532,0,0,0,0,0 +93533,0,0,0,0,0 +93534,0,0,0,0,0 +93535,0,0,0,0,0 +93536,0,0,0,0,0 +93537,0,0,0,0,0 +93538,0,0,0,0,0 +93539,0,0,0,0,0 +93540,0,0,0,0,0 +93541,0,0,0,0,0 +93542,0,0,0,0,0 +93543,0,0,0,0,0 +93544,0,0,0,0,0 +93545,0,0,0,0,0 +93546,0,0,0,0,0 +93547,0,0,0,0,0 +93548,0,0,0,0,0 +93549,0,0,0,0,0 +93550,0,0,0,0,0 +93551,0,0,0,0,0 +93552,0,0,0,0,0 +93553,0,0,0,0,0 +93554,0,0,0,0,0 +93555,0,0,0,0,0 +93556,0,0,0,0,0 +93557,0,0,0,0,0 +93558,0,0,0,0,0 +93559,0,0,0,0,0 +93560,0,0,0,0,0 +93561,0,0,0,0,0 +93562,0,0,0,0,0 +93563,0,0,0,0,0 +93564,0,0,0,0,0 +93565,0,0,0,0,0 +93566,0,0,0,0,0 +93567,0,0,0,0,0 +93568,0,0,0,0,0 +93569,0,0,0,0,0 +93570,0,0,0,0,0 +93571,0,0,0,0,0 +93572,0,0,0,0,0 +93573,0,0,0,0,0 +93574,0,0,0,0,0 +93575,0,0,0,0,0 +93576,0,0,0,0,0 +93577,0,0,0,0,0 +93578,0,0,0,0,0 +93579,0,0,0,0,0 +93580,0,0,0,0,0 +93581,0,0,0,0,0 +93582,0,0,0,0,0 +93583,0,0,0,0,0 +93584,0,0,0,0,0 +93585,0,0,0,0,0 +93586,0,0,0,0,0 +93587,0,0,0,0,0 +93588,0,0,0,0,0 +93589,0,0,0,0,0 +93590,0,0,0,0,0 +93591,0,0,0,0,0 +93592,0,0,0,0,0 +93593,0,0,0,0,0 +93594,0,0,0,0,0 +93595,0,0,0,0,0 +93596,0,0,0,0,0 +93597,0,0,0,0,0 +93598,0,0,0,0,0 +93599,0,0,0,0,0 +93600,0,0,0,0,0 +93601,0,0,0,0,0 +93602,0,0,0,0,0 +93603,0,0,0,0,0 +93604,0,0,0,0,0 +93605,0,0,0,0,0 +93606,0,0,0,0,0 +93607,0,0,0,0,0 +93608,0,0,0,0,0 +93609,0,0,0,0,0 +93610,0,0,0,0,0 +93611,0,0,0,0,0 +93612,0,0,0,0,0 +93613,0,0,0,0,0 +93614,0,0,0,0,0 +93615,0,0,0,0,0 +93616,0,0,0,0,0 +93617,0,0,0,0,0 +93618,0,0,0,0,0 +93619,0,0,0,0,0 +93620,0,0,0,0,0 +93621,0,0,0,0,0 +93622,0,0,0,0,0 +93623,0,0,0,0,0 +93624,0,0,0,0,0 +93625,0,0,0,0,0 +93626,0,0,0,0,0 +93627,0,0,0,0,0 +93628,0,0,0,0,0 +93629,0,0,0,0,0 +93630,0,0,0,0,0 +93631,0,0,0,0,0 +93632,0,0,0,0,0 +93633,0,0,0,0,0 +93634,0,0,0,0,0 +93635,0,0,0,0,0 +93636,0,0,0,0,0 +93637,0,0,0,0,0 +93638,0,0,0,0,0 +93639,0,0,0,0,0 +93640,0,0,0,0,0 +93641,0,0,0,0,0 +93642,0,0,0,0,0 +93643,0,0,0,0,0 +93644,0,0,0,0,0 +93645,0,0,0,0,0 +93646,0,0,0,0,0 +93647,0,0,0,0,0 +93648,0,0,0,0,0 +93649,0,0,0,0,0 +93650,0,0,0,0,0 +93651,0,0,0,0,0 +93652,0,0,0,0,0 +93653,0,0,0,0,0 +93654,0,0,0,0,0 +93655,0,0,0,0,0 +93656,0,0,0,0,0 +93657,0,0,0,0,0 +93658,0,0,0,0,0 +93659,0,0,0,0,0 +93660,0,0,0,0,0 +93661,0,0,0,0,0 +93662,0,0,0,0,0 +93663,0,0,0,0,0 +93664,0,0,0,0,0 +93665,0,0,0,0,0 +93666,0,0,0,0,0 +93667,0,0,0,0,0 +93668,0,0,0,0,0 +93669,0,0,0,0,0 +93670,0,0,0,0,0 +93671,0,0,0,0,0 +93672,0,0,0,0,0 +93673,0,0,0,0,0 +93674,0,0,0,0,0 +93675,0,0,0,0,0 +93676,0,0,0,0,0 +93677,0,0,0,0,0 +93678,0,0,0,0,0 +93679,0,0,0,0,0 +93680,0,0,0,0,0 +93681,0,0,0,0,0 +93682,0,0,0,0,0 +93683,0,0,0,0,0 +93684,0,0,0,0,0 +93685,0,0,0,0,0 +93686,0,0,0,0,0 +93687,0,0,0,0,0 +93688,0,0,0,0,0 +93689,0,0,0,0,0 +93690,0,0,0,0,0 +93691,0,0,0,0,0 +93692,0,0,0,0,0 +93693,0,0,0,0,0 +93694,0,0,0,0,0 +93695,0,0,0,0,0 +93696,0,0,0,0,0 +93697,0,0,0,0,0 +93698,0,0,0,0,0 +93699,0,0,0,0,0 +93700,0,0,0,0,0 +93701,0,0,0,0,0 +93702,0,0,0,0,0 +93703,0,0,0,0,0 +93704,0,0,0,0,0 +93705,0,0,0,0,0 +93706,0,0,0,0,0 +93707,0,0,0,0,0 +93708,0,0,0,0,0 +93709,0,0,0,0,0 +93710,0,0,0,0,0 +93711,0,0,0,0,0 +93712,0,0,0,0,0 +93713,0,0,0,0,0 +93714,0,0,0,0,0 +93715,0,0,0,0,0 +93716,0,0,0,0,0 +93717,0,0,0,0,0 +93718,0,0,0,0,0 +93719,0,0,0,0,0 +93720,0,0,0,0,0 +93721,0,0,0,0,0 +93722,0,0,0,0,0 +93723,0,0,0,0,0 +93724,0,0,0,0,0 +93725,0,0,0,0,0 +93726,0,0,0,0,0 +93727,0,0,0,0,0 +93728,0,0,0,0,0 +93729,0,0,0,0,0 +93730,0,0,0,0,0 +93731,0,0,0,0,0 +93732,0,0,0,0,0 +93733,0,0,0,0,0 +93734,0,0,0,0,0 +93735,0,0,0,0,0 +93736,0,0,0,0,0 +93737,0,0,0,0,0 +93738,0,0,0,0,0 +93739,0,0,0,0,0 +93740,0,0,0,0,0 +93741,0,0,0,0,0 +93742,0,0,0,0,0 +93743,0,0,0,0,0 +93744,0,0,0,0,0 +93745,0,0,0,0,0 +93746,0,0,0,0,0 +93747,0,0,0,0,0 +93748,0,0,0,0,0 +93749,0,0,0,0,0 +93750,0,0,0,0,0 +93751,0,0,0,0,0 +93752,0,0,0,0,0 +93753,0,0,0,0,0 +93754,0,0,0,0,0 +93755,0,0,0,0,0 +93756,0,0,0,0,0 +93757,0,0,0,0,0 +93758,0,0,0,0,0 +93759,0,0,0,0,0 +93760,0,0,0,0,0 +93761,0,0,0,0,0 +93762,0,0,0,0,0 +93763,0,0,0,0,0 +93764,0,0,0,0,0 +93765,0,0,0,0,0 +93766,0,0,0,0,0 +93767,0,0,0,0,0 +93768,0,0,0,0,0 +93769,0,0,0,0,0 +93770,0,0,0,0,0 +93771,0,0,0,0,0 +93772,0,0,0,0,0 +93773,0,0,0,0,0 +93774,0,0,0,0,0 +93775,0,0,0,0,0 +93776,0,0,0,0,0 +93777,0,0,0,0,0 +93778,0,0,0,0,0 +93779,0,0,0,0,0 +93780,0,0,0,0,0 +93781,0,0,0,0,0 +93782,0,0,0,0,0 +93783,0,0,0,0,0 +93784,0,0,0,0,0 +93785,0,0,0,0,0 +93786,0,0,0,0,0 +93787,0,0,0,0,0 +93788,0,0,0,0,0 +93789,0,0,0,0,0 +93790,0,0,0,0,0 +93791,0,0,0,0,0 +93792,0,0,0,0,0 +93793,0,0,0,0,0 +93794,0,0,0,0,0 +93795,0,0,0,0,0 +93796,0,0,0,0,0 +93797,0,0,0,0,0 +93798,0,0,0,0,0 +93799,0,0,0,0,0 +93800,0,0,0,0,0 +93801,0,0,0,0,0 +93802,0,0,0,0,0 +93803,0,0,0,0,0 +93804,0,0,0,0,0 +93805,0,0,0,0,0 +93806,0,0,0,0,0 +93807,0,0,0,0,0 +93808,0,0,0,0,0 +93809,0,0,0,0,0 +93810,0,0,0,0,0 +93811,0,0,0,0,0 +93812,0,0,0,0,0 +93813,0,0,0,0,0 +93814,0,0,0,0,0 +93815,0,0,0,0,0 +93816,0,0,0,0,0 +93817,0,0,0,0,0 +93818,0,0,0,0,0 +93819,0,0,0,0,0 +93820,0,0,0,0,0 +93821,0,0,0,0,0 +93822,0,0,0,0,0 +93823,0,0,0,0,0 +93824,0,0,0,0,0 +93825,0,0,0,0,0 +93826,0,0,0,0,0 +93827,0,0,0,0,0 +93828,0,0,0,0,0 +93829,0,0,0,0,0 +93830,0,0,0,0,0 +93831,0,0,0,0,0 +93832,0,0,0,0,0 +93833,0,0,0,0,0 +93834,0,0,0,0,0 +93835,0,0,0,0,0 +93836,0,0,0,0,0 +93837,0,0,0,0,0 +93838,0,0,0,0,0 +93839,0,0,0,0,0 +93840,0,0,0,0,0 +93841,0,0,0,0,0 +93842,0,0,0,0,0 +93843,0,0,0,0,0 +93844,0,0,0,0,0 +93845,0,0,0,0,0 +93846,0,0,0,0,0 +93847,0,0,0,0,0 +93848,0,0,0,0,0 +93849,0,0,0,0,0 +93850,0,0,0,0,0 +93851,0,0,0,0,0 +93852,0,0,0,0,0 +93853,0,0,0,0,0 +93854,0,0,0,0,0 +93855,0,0,0,0,0 +93856,0,0,0,0,0 +93857,0,0,0,0,0 +93858,0,0,0,0,0 +93859,0,0,0,0,0 +93860,0,0,0,0,0 +93861,0,0,0,0,0 +93862,0,0,0,0,0 +93863,0,0,0,0,0 +93864,0,0,0,0,0 +93865,0,0,0,0,0 +93866,0,0,0,0,0 +93867,0,0,0,0,0 +93868,0,0,0,0,0 +93869,0,0,0,0,0 +93870,0,0,0,0,0 +93871,0,0,0,0,0 +93872,0,0,0,0,0 +93873,0,0,0,0,0 +93874,0,0,0,0,0 +93875,0,0,0,0,0 +93876,0,0,0,0,0 +93877,0,0,0,0,0 +93878,0,0,0,0,0 +93879,0,0,0,0,0 +93880,0,0,0,0,0 +93881,0,0,0,0,0 +93882,0,0,0,0,0 +93883,0,0,0,0,0 +93884,0,0,0,0,0 +93885,0,0,0,0,0 +93886,0,0,0,0,0 +93887,0,0,0,0,0 +93888,0,0,0,0,0 +93889,0,0,0,0,0 +93890,0,0,0,0,0 +93891,0,0,0,0,0 +93892,0,0,0,0,0 +93893,0,0,0,0,0 +93894,0,0,0,0,0 +93895,0,0,0,0,0 +93896,0,0,0,0,0 +93897,0,0,0,0,0 +93898,0,0,0,0,0 +93899,0,0,0,0,0 +93900,0,0,0,0,0 +93901,0,0,0,0,0 +93902,0,0,0,0,0 +93903,0,0,0,0,0 +93904,0,0,0,0,0 +93905,0,0,0,0,0 +93906,0,0,0,0,0 +93907,0,0,0,0,0 +93908,0,0,0,0,0 +93909,0,0,0,0,0 +93910,0,0,0,0,0 +93911,0,0,0,0,0 +93912,0,0,0,0,0 +93913,0,0,0,0,0 +93914,0,0,0,0,0 +93915,0,0,0,0,0 +93916,0,0,0,0,0 +93917,0,0,0,0,0 +93918,0,0,0,0,0 +93919,0,0,0,0,0 +93920,0,0,0,0,0 +93921,0,0,0,0,0 +93922,0,0,0,0,0 +93923,0,0,0,0,0 +93924,0,0,0,0,0 +93925,0,0,0,0,0 +93926,0,0,0,0,0 +93927,0,0,0,0,0 +93928,0,0,0,0,0 +93929,0,0,0,0,0 +93930,0,0,0,0,0 +93931,0,0,0,0,0 +93932,0,0,0,0,0 +93933,0,0,0,0,0 +93934,0,0,0,0,0 +93935,0,0,0,0,0 +93936,0,0,0,0,0 +93937,0,0,0,0,0 +93938,0,0,0,0,0 +93939,0,0,0,0,0 +93940,0,0,0,0,0 +93941,0,0,0,0,0 +93942,0,0,0,0,0 +93943,0,0,0,0,0 +93944,0,0,0,0,0 +93945,0,0,0,0,0 +93946,0,0,0,0,0 +93947,0,0,0,0,0 +93948,0,0,0,0,0 +93949,0,0,0,0,0 +93950,0,0,0,0,0 +93951,0,0,0,0,0 +93952,0,0,0,0,0 +93953,0,0,0,0,0 +93954,0,0,0,0,0 +93955,0,0,0,0,0 +93956,0,0,0,0,0 +93957,0,0,0,0,0 +93958,0,0,0,0,0 +93959,0,0,0,0,0 +93960,0,0,0,0,0 +93961,0,0,0,0,0 +93962,0,0,0,0,0 +93963,0,0,0,0,0 +93964,0,0,0,0,0 +93965,0,0,0,0,0 +93966,0,0,0,0,0 +93967,0,0,0,0,0 +93968,0,0,0,0,0 +93969,0,0,0,0,0 +93970,0,0,0,0,0 +93971,0,0,0,0,0 +93972,0,0,0,0,0 +93973,0,0,0,0,0 +93974,0,0,0,0,0 +93975,0,0,0,0,0 +93976,0,0,0,0,0 +93977,0,0,0,0,0 +93978,0,0,0,0,0 +93979,0,0,0,0,0 +93980,0,0,0,0,0 +93981,0,0,0,0,0 +93982,0,0,0,0,0 +93983,0,0,0,0,0 +93984,0,0,0,0,0 +93985,0,0,0,0,0 +93986,0,0,0,0,0 +93987,0,0,0,0,0 +93988,0,0,0,0,0 +93989,0,0,0,0,0 +93990,0,0,0,0,0 +93991,0,0,0,0,0 +93992,0,0,0,0,0 +93993,0,0,0,0,0 +93994,0,0,0,0,0 +93995,0,0,0,0,0 +93996,0,0,0,0,0 +93997,0,0,0,0,0 +93998,0,0,0,0,0 +93999,0,0,0,0,0 +94000,0,0,0,0,0 +94001,0,0,0,0,0 +94002,0,0,0,0,0 +94003,0,0,0,0,0 +94004,0,0,0,0,0 +94005,0,0,0,0,0 +94006,0,0,0,0,0 +94007,0,0,0,0,0 +94008,0,0,0,0,0 +94009,0,0,0,0,0 +94010,0,0,0,0,0 +94011,0,0,0,0,0 +94012,0,0,0,0,0 +94013,0,0,0,0,0 +94014,0,0,0,0,0 +94015,0,0,0,0,0 +94016,0,0,0,0,0 +94017,0,0,0,0,0 +94018,0,0,0,0,0 +94019,0,0,0,0,0 +94020,0,0,0,0,0 +94021,-44.8458441,5.298411832,-5.135595574,-8.277837757,1709.762349 +94022,-348.2236503,-125.276042,-303.8697342,-139.9774627,1376.276824 +94023,-609.4487151,-233.2460231,-561.4978219,-248.8256089,1059.411022 +94024,-837.3960027,-323.7181743,-786.4438427,-340.0971944,765.8582581 +94025,-1038.63739,-400.9676254,-984.9195141,-418.117731,494.8820264 +94026,-1210.872987,-468.0285696,-1150.610884,-485.9644335,243.3532686 +94027,-1337.225787,-524.8580987,-1275.915439,-543.5816402,17.06342441 +94028,-1430.013814,-566.9087329,-1367.922214,-586.4255027,-161.2008908 +94029,-1488.616432,-593.6177047,-1425.865818,-613.9201461,-284.5858112 +94030,-1518.33109,-607.245432,-1454.950668,-628.3363503,-358.0247684 +94031,-1528.168255,-611.8183017,-1464.140806,-633.6933104,-394.8143579 +94032,-1526.21868,-610.7207804,-1461.511186,-633.63912,-408.1424578 +94033,-1518.672875,-607.0520925,-1453.00111,-631.3358183,-410.2690514 +94034,-1508.91042,-602.4012135,-1442.131714,-627.9569219,-407.4170051 +94035,-1498.842356,-597.6065929,-1430.945956,-624.2936111,-402.8937005 +94036,-1489.372128,-593.0443147,-1420.399297,-620.7780537,-398.2644762 +94037,-1480.827431,-588.8445571,-1410.823817,-617.5891322,-394.1778763 +94038,-1473.25471,-585.0222578,-1402.256217,-614.7647991,-390.8405901 +94039,-1466.587179,-581.5453579,-1394.61706,-612.2826324,-388.237201 +94040,-1460.714483,-578.4141159,-1387.838714,-610.0952207,-386.3346903 +94041,-1542.92901,-616.1807441,-1469.805425,-648.7232027,-577.3517533 +94042,-1367.415772,-536.0887941,-1293.64384,-569.4128714,-271.4755157 +94043,-1393.975043,-547.2132362,-1319.122809,-581.2474501,-303.8147171 +94044,-1413.855969,-555.6339062,-1338.206761,-590.3242112,-335.8753719 +94045,-1425.557938,-560.4632954,-1349.260379,-595.7702233,-358.6835785 +94046,-1430.964618,-562.468399,-1354.114807,-598.3655413,-372.6287284 +94047,-1432.443403,-562.6981564,-1355.08912,-599.1625747,-380.4679657 +94048,-1431.817702,-561.969603,-1353.998907,-598.9856445,-384.7683067 +94049,-1430.200101,-560.7874439,-1351.934032,-598.3406293,-387.2353165 +94050,-1428.190135,-559.4182896,-1349.500585,-597.5006321,-388.8404867 +94051,-1426.074741,-557.9902212,-1346.980146,-596.5965504,-390.0755857 +94052,-1423.961072,-556.4971127,-1344.421438,-595.6724691,-391.173973 +94053,-1421.893611,-554.9290473,-1341.839389,-594.7491544,-392.2415806 +94054,-1419.886626,-553.2936014,-1339.251634,-593.8330901,-393.3233779 +94055,-1417.947071,-551.6054338,-1336.674464,-592.9307559,-394.4353251 +94056,-1416.071175,-549.8775805,-1334.118245,-592.041078,-395.5800018 +94057,-1414.256458,-548.1190643,-1331.58763,-591.1658791,-396.7541992 +94058,-1412.494864,-546.3357237,-1329.083816,-590.3015945,-397.9526984 +94059,-1410.782728,-544.5315315,-1326.606461,-589.4490467,-399.1699875 +94060,-1409.112516,-542.7094873,-1324.15479,-588.6045778,-400.4010589 +94061,-1491.936598,-580.0668662,-1406.738091,-626.9639686,-587.3954677 +94062,-1325.280894,-503.2858422,-1239.363007,-551.2056238,-293.9230869 +94063,-1353.415368,-514.3906616,-1266.297215,-563.3500796,-326.9224949 +94064,-1470.358757,-567.0735136,-1382.880338,-617.0862954,-569.9200447 +94065,-1296.649614,-486.9449689,-1208.385619,-538.0286951,-260.0444117 +94066,-1336.171233,-503.0405812,-1246.623556,-555.2052741,-308.7828654 +94067,-1364.423717,-514.3677276,-1273.850359,-567.6255133,-351.5777845 +94068,-1381.419779,-520.7155764,-1289.944961,-575.0788476,-380.9769904 +94069,-1390.129266,-523.3431741,-1297.813604,-578.82272,-398.6817963 +94070,-1393.705789,-523.6533927,-1300.574988,-580.255698,-408.5353794 +94071,-1476.591338,-526.2316301,-1383.242751,-618.604935,-597.2408135 +94072,-1288.024165,-379.4845547,-1193.974518,-532.8357976,-264.5244058 +94073,-1312.37096,-446.0280318,-1217.1238,-543.1836104,-289.3993044 +94074,-1333.770086,-410.8482516,-1237.551712,-552.5158701,-321.0480024 +94075,-1344.158672,-399.6118213,-1247.08234,-556.9708849,-338.6427215 +94076,-1348.562538,-386.6602379,-1250.686977,-558.7506331,-348.2697203 +94077,-1349.54474,-374.4212016,-1250.897957,-558.9921657,-352.9854622 +94078,-1348.940554,-363.5325134,-1249.539462,-558.5199104,-355.3297927 +94079,-1347.695532,-351.5220532,-1247.550057,-557.7588639,-356.6717442 +94080,-1346.212497,-339.3070261,-1245.332799,-556.8919782,-357.5996912 +94081,-1350.319922,181.9672437,-1248.713806,-558.5685116,-368.6658987 +94082,-1304.056845,187.1016018,286.6374022,-537.329063,-291.8389514 +94083,-937.7673992,204.6531781,-23.31213041,-486.2500313,-428.4291461 +94084,177.9785613,220.6551901,-55.67275119,153.8861576,-137.8995182 +94085,-546.3359811,235.6225166,32.51754166,-228.939779,123.3440369 +94086,-294.0963271,249.6552605,61.60186597,-101.7066629,1014.327542 +94087,-264.2924945,263.7889753,86.80695882,-85.30543616,218.2865762 +94088,-238.5498441,277.5672215,111.6319096,-71.77735963,473.6301322 +94089,-215.5232543,291.0573175,135.8120006,-59.78669314,644.6856117 +94090,-193.5226021,303.8972673,158.5195082,-46.16420328,777.6273592 +94091,-171.0215823,316.618267,181.22591,-36.01791166,878.8017424 +94092,50.13684395,329.1720998,205.1803063,39.9458354,1666.552161 +94093,-214.9447972,341.4817651,222.5006685,-72.89821064,1391.76813 +94094,-271.4094884,343.4052806,246.6781675,-0.910017511,450.6740963 +94095,26.80760057,381.7039161,266.1863969,22.48920624,1385.935602 +94096,-99.406286,370.2111445,286.8551596,15.68636441,1203.512198 +94097,-50.82162309,322.8486585,305.1790482,32.08010949,346.4710287 +94098,122.3133288,414.2155063,470.1934208,110.0195562,1541.300623 +94099,-233.6029345,409.5794256,134.2785914,-45.62042555,986.6021574 +94100,111.8253417,435.533212,461.6980666,108.5735504,1301.049271 +94101,192.3615508,484.9625089,354.422521,95.44239927,1836.481792 +94102,-239.8418612,402.0956155,390.2074264,33.78014463,809.4044458 +94103,192.5891297,430.448162,405.1047969,113.7966737,1034.869588 +94104,163.0700369,545.9101859,417.7499781,95.678749,1806.161888 +94105,-79.13825655,441.7969936,432.0758421,109.1495651,1533.353039 +94106,187.5417279,500.4034461,447.1797622,118.7101623,1310.895827 +94107,282.6751606,384.3125113,598.7009844,200.8693646,849.5266305 +94108,-117.6137261,401.8667984,262.2450726,30.58004255,1510.534673 +94109,403.7543579,469.1512066,699.6584104,249.7930095,1596.277175 +94110,-42.70876755,460.623249,306.4865903,62.58609695,1138.988019 +94111,271.9874267,673.426729,588.1094912,197.8478012,1907.167216 +94112,173.8017419,420.4768597,497.7231487,158.6349339,884.282563 +94113,341.6193658,483.1236144,652.2305856,232.8777167,1868.690068 +94114,224.7917005,666.8095678,342.17071,109.005992,1869.897066 +94115,25.93352207,622.0712896,631.5056706,205.8233647,1586.256163 +94116,359.9462057,585.043188,527.570792,191.6991298,1369.09232 +94117,338.1015504,379.0761013,646.2549451,240.1630041,956.0909029 +94118,221.1359375,443.4658826,551.0887623,189.9531257,1754.785345 +94119,315.45543,487.1150252,602.0311784,222.1757998,1754.516554 +94120,127.7384905,473.8627486,421.9824177,141.5247565,1232.421061 +94121,504.5789508,524.8145568,790.9951979,310.0884207,1874.010578 +94122,383.0542819,699.421444,402.7625299,175.1201595,2029.851361 +94123,95.14319407,654.2311502,656.1419982,190.5124633,1737.744714 +94124,316.2549935,613.2168035,592.9288134,253.0175589,1497.279786 +94125,370.367822,585.4571857,602.4153442,224.3305851,1335.628395 +94126,364.5450604,354.8323528,648.7467538,254.0944693,1319.000787 +94127,356.3735741,426.1678208,633.479902,247.2607914,1671.7738 +94128,367.2227196,467.186146,638.1906214,250.7392868,1819.231342 +94129,397.8134671,506.0769413,666.3079758,264.8685429,1745.829451 +94130,291.2624732,690.8573677,482.7982224,183.6401561,1939.299618 +94131,348.0624397,437.4515996,719.4001293,291.8732906,961.8995569 +94132,505.1110867,491.1849755,704.8482932,288.2010804,1897.753125 +94133,239.7423166,487.1231421,517.9363295,201.3134097,1840.039281 +94134,587.3128154,537.4887026,827.4564542,347.9182325,1740.862701 +94135,200.1191729,518.5130822,464.2132119,179.5408243,1468.584981 +94136,614.1585567,558.9029042,853.8231659,361.6974928,1979.160538 +94137,211.6417119,532.8990815,468.3065089,187.0663234,1457.315015 +94138,617.9456684,567.643064,862.4182026,368.2046571,1995.125156 +94139,209.4433114,534.8735936,460.2875698,186.5344786,1474.402707 +94140,634.5928982,567.6378524,874.2636515,376.0161808,1981.393756 +94141,709.7364561,559.2277188,931.266455,395.9976354,2165.17054 +94142,844.4221656,555.7124763,1077.738501,461.0412209,2146.265078 +94143,855.5070934,559.8279814,1091.076003,468.9386836,2155.533214 +94144,849.5117222,564.0657522,1080.459733,465.1809147,2166.144656 +94145,854.4390802,566.604919,1086.57193,468.9247322,2171.837022 +94146,864.0091077,568.0860203,1094.745839,473.512221,2175.008448 +94147,870.8648204,568.9464284,1100.307005,476.980328,2176.955016 +94148,876.2125738,569.2530975,1105.59992,480.5197649,2177.574208 +94149,882.8065918,569.0864361,1110.761903,483.45778,2176.95608 +94150,888.5967275,568.550656,1116.089757,486.7943968,2175.376292 +94151,894.2439913,567.7103711,1120.894607,490.1733767,2172.997086 +94152,900.3490515,566.5901908,1126.1152,492.9196777,2169.842571 +94153,905.843102,565.253102,1130.76378,496.1695305,2166.103946 +94154,911.6227309,563.7149999,1135.469971,499.1093847,2161.795384 +94155,917.2274618,562.2460386,1131.717315,502.1458958,2157.957983 +94156,922.9263184,560.7652822,1126.48545,504.8913922,2154.237681 +94157,927.7231529,559.2862253,1121.634117,507.9044233,2150.664097 +94158,933.4025983,557.8769131,1117.311954,507.3063223,2147.489296 +94159,938.6204873,556.5454983,1113.487957,505.2165818,2144.723874 +94160,943.260028,555.2694196,1110.063847,503.3497873,2142.271124 +94161,938.7518967,541.8684165,1080.197107,489.5329777,2091.395587 +94162,958.6506616,538.8340275,1073.314292,486.2365648,2082.014642 +94163,953.1105633,535.4481714,1065.826271,482.7162307,2071.308527 +94164,958.8732056,532.2295368,1059.294307,479.6626414,2062.179615 +94165,962.9524646,529.2442931,1053.690217,477.0517068,2054.603278 +94166,967.515219,526.5292655,1048.858584,474.8068838,2048.309874 +94167,971.4749005,524.0847168,1044.675061,472.8683177,2043.083206 +94168,976.0076762,521.8856971,1041.047293,471.1917448,2038.764839 +94169,980.0618865,519.8913415,1037.883947,469.7338827,2035.197447 +94170,984.1090911,518.0675583,1035.115256,468.4616448,2032.261603 +94171,989.2094885,516.3849591,1032.67928,467.3458446,2029.850702 +94172,994.5319098,514.8486194,1030.536827,466.3676427,2027.846345 +94173,995.8115574,513.46058,1028.656893,465.5119789,2026.159297 +94174,991.9349934,512.2352664,1027.06309,464.7881282,2024.822423 +94175,988.6002867,511.1917625,1025.80045,464.2168868,2023.92849 +94176,985.8257628,510.3128584,1024.839648,463.7848204,2023.437036 +94177,983.544748,509.5725022,1024.133649,463.4694757,2023.136995 +94178,981.6748226,508.9479823,1023.63777,463.2511343,2023.005027 +94179,980.1400143,508.4193037,1023.312654,463.1119585,2023.031179 +94180,978.8818499,507.9712159,1023.130948,463.0386629,2023.201586 +94181,977.8515748,507.5900658,1023.06449,463.0190993,2023.48135 +94182,977.0109489,507.2650856,1023.09225,463.0438938,2023.841373 +94183,976.3288844,506.9875364,1023.19955,463.1055458,2024.258143 +94184,975.7794663,506.7501384,1023.371188,463.1978418,2024.712867 +94185,975.3409503,506.5467797,1023.595357,463.3155814,2025.190522 +94186,974.9951635,506.3723498,1023.864456,463.4544365,2025.679254 +94187,974.7269631,506.2225852,1024.169156,463.6108197,2026.169695 +94188,974.5237738,506.0939423,1024.502658,463.7817732,2026.654596 +94189,974.3751412,505.9834689,1024.861553,463.964854,2027.128336 +94190,974.2723876,505.8887112,1025.240026,464.1580509,2027.586716 +94191,974.2082876,505.8076193,1025.634157,464.3596988,2028.026576 +94192,974.1768377,505.7384871,1026.042911,464.5684259,2028.445701 +94193,974.1730309,505.6798857,1026.462417,464.7830942,2028.842521 +94194,974.1927041,505.6306252,1026.890365,465.0027666,2029.216088 +94195,974.2323755,505.5897054,1027.32702,465.2266626,2029.56583 +94196,974.2891496,505.556294,1027.769603,465.4541407,2029.891582 +94197,974.3605954,505.5296885,1028.216679,465.6846641,2030.193381 +94198,974.4446895,505.5093046,1028.669246,465.9177921,2030.471527 +94199,974.5397254,505.4946465,1029.125107,466.153154,2030.726408 +94200,974.6442812,505.4853028,1029.583328,466.3904464,2030.958584 +94201,974.5064689,505.3669762,1029.794608,466.5154658,2030.712844 +94202,974.4957569,505.3085631,1030.130896,466.6971463,2030.837403 +94203,974.5773385,505.2927399,1030.553769,466.9183078,2031.174463 +94204,974.694103,505.2930712,1031.007552,467.1525375,2031.538905 +94205,974.8160249,505.2962013,1031.461708,467.3866028,2031.852139 +94206,974.9311544,505.2971757,1031.906462,467.6155219,2032.090858 +94207,975.0385452,505.2959709,1032.33995,467.8393021,2032.261693 +94208,975.1401347,505.2937548,1032.765878,468.0591599,2032.37571 +94209,975.2375659,505.2914679,1033.184687,468.2760763,2032.440899 +94210,975.3317851,505.2896777,1033.598938,468.4906493,2032.462493 +94211,975.4233197,505.2887312,1034.00789,468.7032495,2032.444247 +94212,975.5125606,505.2888939,1034.413513,468.9141624,2032.389426 +94213,975.5998495,505.2903935,1034.814859,469.1236337,2032.300956 +94214,975.6855119,505.2934367,1035.213808,469.331887,2032.181574 +94215,975.7698326,505.2981999,1035.609334,469.5391146,2032.033702 +94216,975.8530638,505.3048344,1036.00322,469.7454825,2031.85955 +94217,975.9354113,505.3134624,1036.394346,469.9511273,2031.661035 +94218,976.0170524,505.3241864,1036.784403,470.156165,2031.439905 +94219,976.0981404,505.3370928,1037.172203,470.3606956,2031.197695 +94220,976.1788247,505.3522621,1037.559398,470.5648124,2030.935845 +94221,976.2591816,505.3697378,1037.944714,470.7685722,2030.655524 +94222,976.3392843,505.3895594,1038.329712,470.9720276,2030.357831 +94223,976.4191859,505.4117548,1038.713087,471.1752196,2030.043715 +94224,976.4989359,505.4363481,1039.096369,471.3781858,2029.714071 +94225,976.5785651,505.4633534,1039.478225,471.580954,2029.369666 +94226,976.6581031,505.4927826,1039.860154,471.7835503,2029.011231 +94227,976.7375664,505.52464,1040.240805,471.9859934,2028.639394 +94228,976.8169713,505.5589289,1040.621658,472.1883016,2028.254761 +94229,976.8963247,505.595647,1041.001346,472.390488,2027.857851 +94230,976.9756336,505.634791,1041.381334,472.592565,2027.449171 +94231,977.054898,505.6763532,1041.760247,472.7945416,2027.029157 +94232,977.1276494,505.7130644,1042.127822,472.991916,2026.598213 +94233,977.1892539,505.7399258,1042.477373,473.1815827,2026.156583 +94234,977.2383738,505.7556631,1042.807283,473.3627431,2025.70455 +94235,977.2755757,505.7610685,1043.118646,473.5358805,2025.24238 +94236,977.3020171,505.7575122,1043.413305,473.7018398,2024.770368 +94237,977.3188052,505.7462599,1043.692967,473.8614019,2024.288758 +94238,977.3268535,505.7283288,1043.959034,474.0151968,2023.7978 +94239,977.3268971,505.7045273,1044.212649,474.1637247,2023.297686 +94240,977.3195557,505.6755245,1044.454783,474.3074014,2022.788614 +94241,977.3053578,505.6418868,1044.686275,474.4465788,2022.270729 +94242,977.2847695,505.6041049,1044.907872,474.5815635,2021.744189 +94243,977.2581918,505.5625996,1045.120222,474.712618,2021.209103 +94244,977.2259829,505.517738,1045.323906,474.8399734,2020.6656 +94245,977.1884506,505.4698348,1045.519432,474.9638281,2020.113768 +94246,977.1458684,505.4191645,1045.707251,475.0843566,2019.553715 +94247,977.0984743,505.3659646,1045.887762,475.2017107,2018.985516 +94248,977.0464814,505.3104436,1046.061324,475.3160252,2018.409263 +94249,976.9900755,505.2527829,1046.228254,475.4274183,2017.825025 +94250,976.9294239,505.193143,1046.38884,475.5359959,2017.232884 +94251,976.8646747,505.1316648,1046.54334,475.6418525,2016.632907 +94252,976.7959622,505.0684739,1046.691988,475.7450735,2016.025173 +94253,976.7234039,505.0036801,1046.834996,475.8457348,2015.409743 +94254,976.6471101,504.9373832,1046.972559,475.943907,2014.786697 +94255,976.5671763,504.8696702,1047.10485,476.0396525,2014.156095 +94256,976.4836942,504.8006211,1047.232036,476.1330308,2013.518017 +94257,976.3967432,504.730306,1047.354264,476.2240945,2012.872524 +94258,976.3063987,504.658789,1047.471672,476.3128938,2012.219695 +94259,976.2127285,504.5861272,1047.584389,476.3994743,2011.559591 +94260,976.1157981,504.5123736,1047.692536,476.4838798,2010.892296 +94261,976.26576,504.5512543,1048.046317,476.6798296,2010.672589 +94262,973.9972646,503.4912417,1046.025553,475.7564934,2006.056601 +94263,970.4639132,501.8743544,1042.759586,474.266026,1999.152402 +94264,966.8556716,500.2496773,1039.414938,472.7672956,1992.083236 +94265,963.6779464,498.843678,1036.487974,471.4906532,1985.736908 +94266,960.9889532,497.674825,1034.036815,470.4547782,1980.219168 +94267,958.6963695,496.6937022,1031.971767,469.6093147,1975.380725 +94268,956.7029239,495.8509887,1030.198002,468.9040316,1971.066076 +94269,954.9418475,495.1133195,1028.650403,468.3049439,1967.096329 +94270,953.3706672,494.4596868,1027.287567,467.7906419,1963.410567 +94271,951.9595792,493.8755599,1026.080457,467.3463076,1959.984781 +94272,950.6846839,493.3494979,1025.005785,466.9602696,1956.798283 +94273,949.5254624,492.871867,1024.043552,466.6226983,1953.827371 +94274,948.4641698,492.4344973,1023.176456,466.3252577,1951.047549 +94275,947.485637,492.0305444,1022.389696,466.0609646,1948.435945 +94276,946.5770524,491.654347,1021.670769,465.8240425,1945.972305 +94277,945.7276445,491.3012448,1021.00916,465.6097368,1943.638969 +94278,944.9283705,490.9674066,1020.396039,465.4141396,1941.420548 +94279,944.1716231,490.6496749,1019.823975,465.2340313,1939.303558 +94280,943.4510025,490.3454466,1019.286716,465.0667585,1937.276158 +94281,942.7611119,490.0525697,1018.77899,464.9101295,1935.327923 +94282,942.0974003,489.769264,1018.29635,464.762333,1933.449679 +94283,941.4560266,489.4940556,1017.835044,464.6218706,1931.633349 +94284,940.8337483,489.2257229,1017.391902,464.487503,1929.871825 +94285,940.2278221,488.9632508,1016.964246,464.3582019,1928.158843 +94286,939.6359291,488.7057958,1016.54981,464.2331152,1926.488891 +94287,939.0561025,488.4526535,1016.146673,464.1115334,1924.857103 +94288,938.4866762,488.2032371,1015.753209,463.9928673,1923.259195 +94289,937.9262327,487.9570534,1015.368035,463.8766243,1921.691383 +94290,937.3735685,487.7136899,1014.989977,463.7623942,1920.150333 +94291,936.8276542,487.4727966,1014.618032,463.6498313,1918.633091 +94292,936.3074999,487.2574043,1014.279033,463.5509804,1917.137082 +94293,935.8266103,487.0853314,1013.991821,463.4740899,1915.660142 +94294,935.3884756,486.9596143,1013.761336,463.4211456,1914.200346 +94295,934.9907753,486.8744477,1013.584572,463.3906566,1912.755967 +94296,934.6294419,486.8270537,1013.456159,463.3801741,1911.325461 +94297,934.3005851,486.8122698,1013.370971,463.3874295,1909.907462 +94298,934.0009797,486.8254865,1013.324762,463.4105889,1908.500799 +94299,933.7279811,486.8649112,1013.314045,463.4481789,1907.104477 +94300,933.4793442,486.9283079,1013.335856,463.4989691,1905.717633 +94301,933.2531396,487.0117516,1013.387629,463.561913,1904.339574 +94302,933.1418107,487.3106797,1013.354982,463.5868561,1902.971231 +94303,933.1370246,487.7660936,1013.298167,463.6010419,1901.665716 +94304,933.1686099,488.2680859,1013.247173,463.6177398,1900.380409 +94305,933.2125518,488.7653505,1013.231342,463.6499933,1899.114325 +94306,933.2617203,489.2445978,1013.257741,463.7008163,1897.865285 +94307,933.3159401,489.7082916,1013.323471,463.7687765,1896.631031 +94308,933.37636,490.1616679,1013.423564,463.8515601,1895.409655 +94309,933.4436564,490.6085547,1013.553776,463.9472255,1894.199593 +94310,933.5179769,491.0494541,1013.710934,464.0543412,1892.999588 +94311,933.5992349,491.4881991,1013.892584,464.1718184,1891.80863 +94312,933.6873103,491.9242697,1014.096693,464.2987683,1890.625914 +94313,933.782106,492.3604646,1014.321492,464.4344286,1889.450792 +94314,933.8835527,492.7956152,1014.565423,464.5781372,1888.282754 +94315,933.9915872,493.2320842,1014.82711,464.729317,1887.121392 +94316,934.1061486,493.6684677,1015.105341,464.8874675,1885.966381 +94317,934.2271704,494.1068946,1015.399046,465.0521522,1884.817465 +94318,934.3545835,494.5458166,1015.707278,465.2229896,1883.674439 +94319,934.4883141,494.9871838,1016.029194,465.3996443,1882.537141 +94320,934.6282821,495.42935,1016.364038,465.5818186,1881.405441 +94321,933.2925596,495.2005624,1015.229289,465.0956815,1877.584973 +94322,927.1519285,492.8050765,1009.402966,462.401656,1865.308817 +94323,918.5663937,489.3379703,1001.186892,458.6169956,1848.710215 +94324,909.944614,485.9008244,992.9342665,454.8629518,1831.521722 +94325,902.2973416,482.9418437,985.6345125,451.5975734,1815.535045 +94326,895.7303771,480.4925111,979.3929109,448.8541072,1801.109958 +94327,890.0480718,478.4500947,974.0194893,446.5282029,1788.059859 +94328,885.0467408,476.7130757,969.3180082,444.5181148,1776.127856 +94329,880.5852238,475.2122246,965.1456293,442.7500962,1765.124123 +94330,876.57189,473.9031373,961.4153265,441.1800362,1754.922653 +94331,872.941178,472.7545052,958.0597028,439.773901,1745.431916 +94332,869.6399524,471.741387,955.0305311,438.5084291,1736.575793 +94333,866.6240443,470.8435332,952.2813272,437.3609898,1728.287425 +94334,863.8534054,470.0427597,949.7766958,436.3153904,1720.505155 +94335,861.2933157,469.3235497,947.4792855,435.3539978,1713.173574 +94336,858.9182324,468.6730825,945.3641272,434.4660558,1706.243663 +94337,856.6992689,468.0808455,943.4036203,433.6388845,1699.672297 +94338,854.6144226,467.5381715,941.5812073,432.8659148,1693.421476 +94339,852.6506658,467.0378735,939.87614,432.1398262,1687.457701 +94340,850.78974,466.5739573,938.2775989,431.4519619,1681.751366 +94341,849.0182553,466.1414124,936.7730723,430.7997134,1676.276311 +94342,847.3301595,465.7360384,935.3474483,430.1790902,1671.009385 +94343,845.7128308,465.3543096,933.9958659,429.5860836,1665.930117 +94344,844.1612758,464.9932557,932.7109957,429.0174052,1661.020369 +94345,842.6654041,464.6503702,931.4854112,428.4704946,1656.264089 +94346,841.222797,464.3235259,930.312873,427.9433121,1651.647034 +94347,839.8254148,464.0109144,929.1883713,427.4341764,1647.156584 +94348,838.4724538,463.7109864,928.107789,426.9416626,1642.781516 +94349,837.1571226,463.4224138,927.0676465,426.464558,1638.51188 +94350,835.8796743,463.1440453,926.0649289,426.0018206,1634.338806 +94351,834.6341885,462.8748832,925.0970167,425.5525598,1630.254417 +94352,833.4034351,462.6002358,924.1383514,425.1054104,1626.251658 +94353,832.1801571,462.314078,923.1741431,424.6542672,1622.324187 +94354,830.9598584,462.0123245,922.2010152,424.1981755,1618.466318 +94355,829.7446053,461.6977067,921.2206434,423.7382891,1614.67299 +94356,828.6531129,461.5038441,920.1110118,423.2219996,1610.940819 +94357,827.64028,461.3828464,918.9122042,422.66717,1607.264314 +94358,826.6465864,461.2657056,917.689461,422.1018571,1603.639591 +94359,825.6457963,461.1188241,916.4768291,421.5417979,1600.063512 +94360,824.6303645,460.9357429,915.2866982,420.9917299,1596.533193 +94361,823.604648,460.7205377,914.1186097,420.4514072,1593.04595 +94362,822.5708631,460.4786013,912.967705,419.9194411,1589.599259 +94363,821.5335193,460.213934,911.8333727,419.3946926,1586.190812 +94364,820.492874,459.929192,910.7142029,418.8764259,1582.818469 +94365,819.4518779,459.6262807,909.6073457,418.3641546,1579.480278 +94366,818.4100064,459.306735,908.5137992,417.8574982,1576.174423 +94367,817.3680347,458.9718782,907.4329614,417.3561285,1572.899243 +94368,816.3291015,458.6228576,906.3623205,416.8597494,1569.653188 +94369,815.2921896,458.260663,905.3030778,416.3681001,1566.434835 +94370,814.2574492,457.8861352,904.2547969,415.880949,1563.242848 +94371,813.2275065,457.4999892,903.2166081,415.3980946,1560.076003 +94372,812.2010599,457.1028306,902.1878084,414.919357,1556.933141 +94373,811.1780413,456.6951778,901.1679263,414.444579,1553.813206 +94374,810.1591097,456.2774709,900.1566126,413.9736164,1550.715188 +94375,809.1449083,455.8500903,899.1535787,413.5063422,1547.638168 +94376,808.1358172,455.4133594,898.158548,413.0426362,1544.581264 +94377,807.1320383,454.9675613,897.1712671,412.5823928,1541.543673 +94378,806.133673,454.5129371,896.1914862,412.1255098,1538.52462 +94379,805.1407964,454.0497003,895.2189788,411.6718963,1535.5234 +94380,804.1534568,453.5780339,894.2535236,411.2214637,1532.53933 +94381,802.9113444,452.9797586,893.0345635,410.6557888,1529.098418 +94382,806.368505,454.4580609,896.3885421,412.2405245,1534.038287 +94383,812.2446722,456.968606,902.1013561,414.8992907,1543.540152 +94384,818.2136146,459.4623071,907.9116552,417.5528527,1553.606069 +94385,823.2955317,461.5109406,912.8654653,419.7596636,1562.465942 +94386,827.3847374,463.0836469,916.8580828,421.4868391,1569.823683 +94387,830.6662575,464.2779798,920.0693154,422.834027,1575.90123 +94388,833.3357196,465.1897667,922.6862485,423.8994767,1580.961148 +94389,835.5265087,557.4510762,924.8358719,424.7486177,1585.189759 +94390,837.3241534,514.2233599,926.6063456,425.426752,1588.706991 +94391,838.7929553,528.761099,928.0541834,425.9620834,1591.598427 +94392,839.9807899,534.2485783,929.2301388,426.3799172,1593.934797 +94393,840.9316048,537.450418,930.1714934,426.6979669,1595.779236 +94394,841.6797337,540.8276237,930.9162703,426.934559,1597.188683 +94395,842.2578051,543.9844961,931.4911796,427.1017232,1598.213976 +94396,842.7047287,547.02821,931.940824,427.2200989,1598.737273 +94397,843.0432971,550.0906725,932.2787399,427.295236,1598.845348 +94398,843.2803986,552.9042332,932.5191521,427.3336217,1598.638438 +94399,843.4372594,555.8091661,932.6736469,427.3397138,1598.188905 +94400,843.5308698,558.5109617,932.756982,427.3182276,1597.537056 +94401,843.5793819,561.1192665,932.7760554,427.2757254,1596.708764 +94402,843.5891935,563.791015,932.7389335,427.2136025,1595.724668 +94403,843.5701066,566.2034458,932.6570722,427.1341444,1594.603299 +94404,843.5240367,568.7452939,932.5332082,427.0419905,1593.361344 +94405,843.4585961,572.5951883,932.3716315,426.9370914,1592.01363 +94406,843.4862518,575.0979492,932.0738477,426.7753693,1590.577277 +94407,843.5714549,577.3332496,931.675402,426.5729833,1589.05745 +94408,843.6602522,579.6186661,931.2345672,426.3548734,1587.463443 +94409,843.731996,581.685151,930.7871923,426.1370359,1585.804693 +94410,843.7797229,583.7318906,930.339653,425.921526,1584.089165 +94411,843.8004853,585.1992824,929.8809075,425.7029336,1582.304554 +94412,843.810153,586.5096924,929.4203456,425.486238,1580.509566 +94413,843.7643151,587.6471117,928.9077901,425.2486048,1578.64009 +94414,843.7021508,588.9130323,928.3785205,425.0057446,1576.769409 +94415,843.5898065,590.0095859,927.7965738,424.7410125,1574.832273 +94416,843.4688883,590.9017382,927.2024724,424.4726427,1572.899988 +94417,843.3054291,591.8374329,926.5615934,424.1847689,1570.907505 +94418,843.1390877,592.8529577,925.9130671,423.8950805,1568.924451 +94419,842.9353018,593.6438838,925.221855,425.7830463,1566.886097 +94420,842.7324443,594.4658779,924.5259104,476.2778996,1564.860556 +94421,842.495947,595.1431818,923.7902849,471.9031916,1562.783542 +94422,842.2632556,596.093868,951.1249021,443.1432771,1560.721803 +94423,841.9999239,596.5806723,1018.763461,467.525934,1558.61155 +94424,841.7321266,597.3171203,993.6235441,473.8408889,1556.499257 +94425,841.4539105,597.92561,1007.0425,472.2773873,1554.373118 +94426,841.1660209,598.4259113,1015.517516,476.9187548,1552.233541 +94427,840.8692232,599.1352006,1021.835775,480.1522902,1550.081091 +94428,840.564137,599.6086867,1028.069289,483.2185037,1547.916134 +94429,840.2513096,600.1457698,1034.001646,486.2935605,1545.739047 +94430,839.9312395,600.7478703,1040.020144,489.323422,1543.550179 +94431,839.6043894,600.9781292,1045.762527,492.1951316,1541.349906 +94432,839.2711737,601.679435,1051.453421,495.1551041,1539.138547 +94433,838.9319681,602.0459348,1056.909992,497.9565734,1536.916422 +94434,838.5870995,602.5115436,1062.516307,500.7483301,1534.683781 +94435,838.2368521,602.952106,1067.787744,503.4229035,1532.440883 +94436,837.8814854,600.9039747,1072.97321,506.1941049,1530.187923 +94437,837.5212328,601.4892667,1078.255858,508.7541147,1527.925081 +94438,837.1562585,602.3406406,1083.272204,511.5506451,1525.652414 +94439,836.7867553,603.1745728,1088.132001,513.9806246,1523.370145 +94440,836.4129106,604.3192485,1093.328743,516.7296642,1521.078479 +94441,836.3199352,628.0333354,1144.552225,542.610031,1519.295916 +94442,837.1268587,630.0951373,1151.546833,547.2159341,1519.423051 +94443,838.4098441,631.8316438,1157.918332,550.9949023,1520.550133 +94444,839.7148265,633.3704364,1163.289703,554.9419584,1521.744251 +94445,840.8421146,634.8190063,1168.382205,558.8606635,1522.604882 +94446,841.7636161,636.2050165,1173.36536,562.3967428,1523.074587 +94447,842.5118485,637.5486584,1178.461227,566.355521,1523.212222 +94448,843.1236062,638.7270391,1183.052688,569.8930243,1523.083517 +94449,897.3403981,640.2216315,1187.700626,573.8786407,1522.7347 +94450,981.9360047,641.3694712,1192.153209,577.3078571,1522.196393 +94451,936.2022725,642.6351202,1196.564094,581.0066249,1521.486493 +94452,963.43311,643.940991,1200.707222,584.8557638,1612.18975 +94453,973.0448585,645.2204291,1205.251362,588.4808561,1690.11355 +94454,981.8704179,646.2488427,1209.262281,592.0896243,1641.23407 +94455,990.8227698,647.4568992,1213.374948,596.0795575,1670.164444 +94456,999.3355907,648.6349714,1217.373751,599.5281953,1678.957378 +94457,1008.021339,649.5572912,1221.297038,603.2817388,1687.000325 +94458,1016.362621,650.9343132,1225.14593,606.8910432,1694.804357 +94459,1024.537707,651.8566259,1228.924586,610.7274901,1702.704783 +94460,1032.87825,653.0031375,1232.408803,614.4002517,1710.212482 +94461,1040.725292,653.9930008,1236.41132,618.1856154,1717.551294 +94462,1048.996629,655.0779583,1239.806033,621.6583988,1725.120879 +94463,1056.442218,656.0298895,1243.357373,625.3337574,1731.894795 +94464,1064.516468,657.0770612,1246.802089,629.2114625,1739.235484 +94465,1072.089146,657.9910916,1250.185081,632.8143841,1745.892422 +94466,1079.590459,659.0002815,1253.744589,636.5395779,1753.035796 +94467,1087.505004,659.7178936,1256.629705,640.2448935,1759.402705 +94468,1094.464009,660.9305302,1260.034262,643.8046798,1765.959216 +94469,1102.713247,661.651645,1263.122991,647.7459173,1772.644112 +94470,1111.482912,662.6130545,1266.182252,651.343646,1778.888821 +94471,1121.449728,663.2928824,1268.961584,655.2149496,1785.003138 +94472,1130.700032,664.1975305,1271.531136,658.6640544,1791.494765 +94473,1140.408105,664.5596879,1274.101686,662.4798959,1793.390843 +94474,1150.435895,665.3542764,1276.241349,666.157898,1798.354938 +94475,1160.110569,665.8742435,1279.062024,669.7117403,1802.154076 +94476,1170.082582,666.4919408,1281.101054,673.6859232,1806.316527 +94477,1180.016812,666.9837039,1283.38129,677.3014755,1810.131873 +94478,1189.79447,667.5440036,1285.543878,681.0797109,1814.463137 +94479,1200.227895,667.9849006,1287.568637,684.8461843,1818.198624 +94480,1210.372125,668.4890041,1289.585342,688.628472,1822.316061 +94481,1220.155757,668.880943,1291.534853,692.4283681,1825.800939 +94482,1230.304937,669.1564125,1293.347209,696.2464771,1829.720872 +94483,1240.913914,669.7630674,1295.186452,699.8994038,1833.401531 +94484,1250.996016,670.0319511,1296.854794,704.0494465,1837.067538 +94485,1261.374444,670.4001224,1298.531049,707.7880227,1840.665105 +94486,1271.750553,670.7104846,1300.113162,711.7253955,1844.035216 +94487,1281.899535,670.9963101,1301.664768,715.653966,1847.97363 +94488,1292.819979,671.2577882,1303.075768,719.6078645,1851.262664 +94489,1303.105664,671.4956317,1304.490787,723.5875388,1854.73695 +94490,1313.716183,671.7098627,1305.8462,727.5941471,1858.194643 +94491,1324.318003,671.9010192,1307.064781,731.6288558,1861.552601 +94492,1334.968139,672.0689876,1308.291692,735.6924269,1864.866233 +94493,1345.332922,672.2143105,1309.429212,739.5602378,1868.216583 +94494,1356.617232,672.3368256,1310.54193,744.0404862,1871.433353 +94495,1367.134148,672.4370787,1311.513875,748.0222819,1874.719093 +94496,1378.031046,672.5148077,1312.497533,752.2524792,1877.868469 +94497,1389.259488,672.5706455,1313.393382,756.4753162,1881.08912 +94498,1399.669698,672.6042303,1314.267722,760.7330884,1884.173963 +94499,1427.001833,672.886321,1315.633361,770.4794102,1887.451303 +94500,1440.284641,672.9444973,1316.544373,775.4567514,1890.407908 +94501,1374.967939,639.6486878,1239.74798,746.7766014,1749.324364 +94502,1385.905571,638.8602404,1239.144662,751.5248854,1750.480573 +94503,1396.655024,638.3895705,1238.44188,755.6459755,1751.786192 +94504,1407.627427,637.8550462,1237.931544,760.3679905,1752.942647 +94505,1418.571318,637.3338918,1237.309293,764.4803986,1754.859691 +94506,1429.267484,636.8057276,1236.725973,769.1948188,1756.107262 +94507,1440.955599,636.2671477,1236.082073,773.7032791,1757.70628 +94508,1451.753667,635.541294,1235.403911,778.28076,1759.173678 +94509,1462.935693,635.2370214,1234.68556,782.9631414,1760.737955 +94510,1474.198557,634.5314157,1233.955579,787.6045821,1762.208124 +94511,1485.410801,633.9655113,1233.10662,792.3774613,1763.772586 +94512,1496.700848,633.3561719,1232.283013,796.8497326,1765.238363 +94513,1507.986733,632.7317726,1231.389522,802.1206866,1766.798988 +94514,1519.435479,632.0913476,1230.457009,806.7387792,1768.256595 +94515,1530.781042,631.4352702,1229.481498,811.7397575,1769.811272 +94516,1542.332395,630.7628777,1228.461916,816.6487382,1771.258225 +94517,1553.821745,630.0745012,1227.430774,821.6975791,1772.805788 +94518,1565.349786,629.3694062,1226.275366,826.6982316,1774.240195 +94519,1577.045685,628.6479004,1225.147447,831.8413175,1775.747576 +94520,1588.625503,627.9093696,1223.946722,836.9344395,1777.250028 +94521,1600.426601,627.1540112,1222.706838,842.1731455,1778.673826 +94522,1612.104718,626.3812514,1221.421983,847.3590499,1780.19529 +94523,1624.003861,625.591279,1220.092744,852.6941524,1781.598803 +94524,1635.771025,624.7835183,1218.718059,857.9727787,1783.076958 +94525,1647.767026,623.9581972,1217.298595,863.404721,1784.552286 +94526,1659.625049,623.1146472,1215.833303,868.7756427,1785.940481 +94527,1671.716189,622.2531791,1214.322838,874.2712306,1787.400836 +94528,1683.659612,621.3731055,1212.798462,879.8163325,1788.856818 +94529,1695.840957,620.4747416,1211.147556,885.3342108,1790.225291 +94530,1707.863051,619.5574465,1209.521984,891.0030008,1791.665742 +94531,1719.200689,618.7082335,1208.024824,896.2565559,1793.104057 +94532,1729.638013,617.8600258,1206.533865,901.5815435,1794.449805 +94533,1741.593083,617.0050469,1205.023959,906.9232419,1795.871918 +94534,1752.351387,616.1405148,1203.488519,912.2017434,1797.290327 +94535,1763.25559,615.2658064,1201.926285,917.5733107,1798.613838 +94536,1774.403441,614.3799089,1200.335173,922.9663705,1800.01542 +94537,1785.31535,613.4828621,1198.71551,928.2968776,1801.376997 +94538,1796.271948,612.5739217,1197.065849,933.7216851,1802.772679 +94539,1807.134939,611.6533333,1195.386837,939.1684064,1804.067672 +94540,1818.2007,610.7202742,1193.677239,944.5496801,1805.440148 +94541,1828.865989,609.7751776,1191.971145,950.0264999,1806.424298 +94542,1839.888711,608.8173052,1190.150462,955.5244553,1808.301422 +94543,1850.663806,607.8469939,1188.373719,960.9530434,1809.317326 +94544,1861.485654,606.8636098,1186.536382,966.4783476,1810.752825 +94545,1872.278238,605.8674983,1184.673511,972.0242862,1812.070028 +94546,1882.973268,604.8580714,1182.779013,977.4950446,1813.269431 +94547,1893.889049,603.8356243,1180.853816,983.0650145,1814.655205 +94548,1904.378308,602.7996273,1178.896636,988.654301,1815.898037 +94549,1915.245933,601.7504604,1176.908568,993.7706702,1817.179638 +94550,1935.763593,604.5602705,1184.057062,1004.245232,1818.539113 +94551,1947.932444,604.084186,1183.332691,1010.304309,1819.751548 +94552,1959.437582,603.3406685,1181.960082,1016.416465,1820.999019 +94553,1970.691312,602.4973257,1180.430096,1022.364302,1822.24079 +94554,1982.110741,601.6005937,1178.709034,1028.388778,1823.47624 +94555,1993.092218,600.666056,1176.932715,1034.350526,1824.664889 +94556,2004.185302,599.7006146,1175.083113,1040.193291,1825.958843 +94557,2015.336326,598.7097072,1173.174186,1046.232373,1827.15361 +94558,2026.280361,597.6945189,1171.21198,1052.137515,1828.385429 +94559,2037.244302,596.6572543,1169.199156,1058.04481,1829.609697 +94560,2048.155441,595.598095,1167.136872,1064.100515,1830.83017 +94561,1905.547768,528.4532506,1011.151527,1003.623061,1546.806232 +94562,1915.247695,526.4731479,1008.24524,1009.068997,1546.749037 +94563,1925.322347,525.0453109,1004.794753,1014.738148,1547.677822 +94564,1935.538409,523.5351936,1001.837062,1020.350451,1548.632208 +94565,1945.781432,522.0610909,998.8319241,1026.087935,1549.727292 +94566,1956.019318,520.4398108,995.8212964,1031.81027,1550.88476 +94567,1966.164857,519.1674779,992.7905915,1037.630134,1552.082793 +94568,1976.477421,517.5694707,989.7312254,1043.21,1553.303891 +94569,1986.658829,516.0821329,986.6406361,1049.122068,1554.542448 +94570,1996.681114,514.5567911,983.5151812,1054.770624,1555.790002 +94571,2006.751809,513.0163903,980.3553284,1060.554863,1557.046127 +94572,2016.91176,511.4595309,977.3925295,1066.350722,1558.333836 +94573,2026.86649,509.8869258,973.8241941,1072.073356,1559.55264 +94574,2036.851274,508.4338416,970.7186722,1077.753207,1560.836646 +94575,2046.77808,506.6315924,967.3807308,1083.629152,1562.095957 +94576,2056.668029,505.1050172,964.0406284,1089.27825,1563.356827 +94577,2066.511757,503.4472315,960.6652029,1095.138332,1564.617166 +94578,2076.312246,501.7931566,957.2528755,1100.700541,1565.872582 +94579,2085.987525,500.1232524,953.8052529,1106.599748,1567.125781 +94580,2095.822435,498.4367702,950.3206291,1112.225747,1568.37249 +94581,2105.526696,496.7423589,946.8187707,1117.977824,1569.649507 +94582,2115.03301,495.0289456,943.274422,1123.752664,1570.905862 +94583,2124.576634,493.2970503,939.6891648,1129.416613,1572.176748 +94584,2134.215626,491.5473734,936.0645226,1135.095567,1573.359744 +94585,2143.619112,489.7806684,932.4035343,1140.790539,1574.60275 +94586,2153.049115,487.9966497,928.7046599,1146.481172,1575.807563 +94587,2162.415618,486.1975081,924.9702022,1152.176037,1577.009737 +94588,2171.730848,484.3807854,921.4002548,1157.831849,1578.200385 +94589,2180.994578,482.5481427,917.3046101,1163.340201,1579.383346 +94590,2190.206926,480.6985427,913.5994807,1169.159157,1580.554228 +94591,2197.063397,479.2077077,910.5638787,1173.662,1581.717263 +94592,2203.380971,477.7810428,907.7128923,1178.015805,1582.868199 +94593,2209.285405,476.3843299,904.9287307,1182.229149,1584.010272 +94594,2215.111769,475.0058705,902.183297,1186.279721,1585.13897 +94595,2220.472542,473.7626466,899.4683134,1190.354588,1586.258228 +94596,2227.641985,472.2357787,896.7764265,1194.268916,1587.393677 +94597,2231.842981,470.9692678,894.0845862,1197.959722,1588.343631 +94598,2237.763252,469.616346,891.4261365,1201.695783,1589.429331 +94599,2241.281241,468.2918393,888.789213,1205.298448,1590.485524 +94600,2247.766316,466.975666,886.1687728,1208.817039,1591.534731 +94601,2249.480129,465.5523925,883.5633865,1212.191894,1592.571716 +94602,2257.534635,464.4163468,880.9714483,1215.603655,1593.594766 +94603,2255.990248,463.0400862,878.5727444,1218.808356,1594.604235 +94604,2267.881468,461.7677584,875.7444553,1225.585721,1595.598671 +94605,2259.623407,460.5939179,873.3124814,1230.156193,1596.578567 +94606,2280.315348,459.1525008,870.740347,1234.885531,1597.542528 +94607,2258.48067,457.9551892,868.2029005,1239.198952,1598.491192 +94608,2297.843088,456.6671194,865.6746043,1243.635304,1599.423125 +94609,2247.887721,455.4000048,862.9782216,1247.775428,1600.339116 +94610,2284.070219,454.1363562,860.7166166,1251.831033,1601.23759 +94611,2284.480157,452.8762339,858.0889259,1255.741118,1602.150894 +94612,2282.371549,451.6192253,855.6153309,1259.512851,1602.967116 +94613,2286.23263,450.3651754,853.1213767,1263.145593,1603.837369 +94614,2287.875061,449.1136904,850.6331127,1266.583783,1604.660947 +94615,2289.564685,447.9697281,848.1499923,1270.014626,1605.471353 +94616,2290.955864,446.5705042,845.8315308,1273.242222,1606.262653 +94617,2292.154482,445.2938676,843.1256727,1276.23493,1607.035428 +94618,2293.140699,444.1873964,840.7673864,1279.195189,1607.788462 +94619,2293.914976,442.8724861,838.2776911,1281.96106,1608.522436 +94620,2294.473433,441.6487943,835.8148746,1284.586828,1609.236114 +94621,2022.357195,440.7027439,842.6605746,1287.287192,1610.108076 +94622,2013.33916,571.3071364,937.9935725,1435.569906,2205.078007 +94623,2081.891237,572.5847532,961.8438264,1422.408494,2182.984992 +94624,2135.338719,567.0872727,978.136231,1432.199202,2201.632117 +94625,2168.903671,565.3175451,986.4831305,1433.894315,2198.545785 +94626,2190.890697,563.8722942,991.1062874,1436.232727,2191.791283 +94627,2206.10575,562.4399592,993.9027453,1438.758319,2208.620073 +94628,2217.686746,561.073752,995.783235,1441.196775,2192.180981 +94629,2226.668663,559.7239123,997.1894038,1443.47644,2210.663351 +94630,2234.027491,558.3886105,998.2748016,1445.714847,2194.883287 +94631,2240.188502,557.1425971,999.1366493,1448.133268,2212.74523 +94632,2245.421857,555.8486588,999.8237717,1450.402053,2203.879119 +94633,2249.850957,554.5203593,1000.348776,1452.300913,2206.489589 +94634,2253.611575,553.286199,1000.739183,1454.187794,2208.422249 +94635,2256.816233,551.9798224,1001.016221,1455.994381,2209.294882 +94636,2259.55998,550.7126878,1001.197734,1457.603189,2210.304774 +94637,2261.920301,549.4461022,1001.29843,1459.193812,2211.459323 +94638,2263.958914,548.1842595,1001.330413,1460.533578,2212.365766 +94639,2265.724698,546.9276402,1001.303663,1462.055977,2213.681087 +94640,2267.256686,545.6765363,1001.226539,1463.191908,2214.695148 +94641,2268.586075,544.429343,1001.106093,1464.371166,2215.749699 +94642,2269.737855,543.1856345,1000.948196,1465.375303,2216.816229 +94643,2270.731919,541.9451134,1000.757758,1466.312663,2217.865024 +94644,2271.584351,540.7255014,1000.538926,1467.081747,2218.812125 +94645,2272.30642,539.4422385,1000.295658,1467.707973,2219.890584 +94646,2272.910485,538.2773951,1000.030321,1468.335482,2220.848436 +94647,2273.404083,537.0233609,999.745823,1468.855902,2221.806535 +94648,2273.793812,535.8003214,999.4442388,1469.078787,2222.783952 +94649,2274.085151,534.5694817,999.1271907,1469.393966,2223.749515 +94650,2274.282229,533.3377462,998.7960202,1469.438214,2224.698748 +94651,2274.388257,531.5485587,998.4520457,1466.981736,2225.706188 +94652,2274.269192,529.6589439,998.0760365,1463.904741,2226.671169 +94653,2273.838864,527.7127306,997.6533255,1460.401363,2227.507756 +94654,2273.08952,525.6916903,997.1823819,1456.771541,2228.410951 +94655,2272.042022,523.719947,996.6648911,1452.481556,2229.20196 +94656,2270.728598,521.6414299,996.1065739,1448.178654,2230.017607 +94657,2269.17776,519.5649583,995.5102823,1443.603701,2230.79531 +94658,2267.411255,517.791302,994.8806995,1438.50185,2231.536559 +94659,2265.445556,515.158668,994.219345,1433.368603,2232.244988 +94660,2263.294364,513.2103506,993.5300587,1423.34937,2232.916798 +94661,2260.968062,511.0181649,992.8133686,1424.190085,2233.549425 +94662,2258.475553,508.7595652,992.0721435,1415.111602,2234.145001 +94663,2255.822248,506.524781,991.3060679,1409.386801,2234.691939 +94664,2253.015503,504.2633593,990.5177999,1394.745465,2235.189556 +94665,2250.058865,501.9803139,989.707377,1408.605544,2235.641632 +94666,2246.956384,499.6430029,988.8771893,1371.272168,2236.044562 +94667,2243.714843,497.3641731,988.0275667,1405.299833,2236.398719 +94668,2240.340204,494.9921204,987.160691,1348.760597,2236.698898 +94669,2236.83842,492.6284356,986.2761953,1389.466957,2236.947463 +94670,2233.215053,490.238364,985.3762905,1346.483723,2237.140718 +94671,2229.473986,487.7973512,984.4600527,1348.457389,2237.280955 +94672,2225.620027,485.4135535,983.5296397,1346.086279,2237.364672 +94673,2221.657257,482.9414973,982.5844185,1333.159533,2237.394505 +94674,2217.319939,480.4779641,981.6259816,1325.782244,2237.366673 +94675,2213.157337,477.9911309,980.6535202,1317.255473,2237.284238 +94676,2208.901133,475.4545884,979.6689424,1321.796337,2237.143799 +94677,2204.54931,472.9769775,978.6710226,1279.755723,2236.94824 +94678,2200.100789,470.4128115,923.4018597,1299.950666,2236.693999 +94679,2195.586781,467.8597479,939.3167074,1278.624397,2236.389535 +94680,2190.967057,465.2543655,930.3271711,1271.413243,2236.018769 +94681,0,0,0,0,0 +94682,0,0,0,0,0 +94683,0,0,0,0,0 +94684,0,0,0,0,0 +94685,0,0,0,0,0 +94686,0,0,0,0,0 +94687,0,0,0,0,0 +94688,0,0,0,0,0 +94689,0,0,0,0,0 +94690,0,0,0,0,0 +94691,0,0,0,0,0 +94692,0,0,0,0,0 +94693,0,0,0,0,0 +94694,0,0,0,0,0 +94695,0,0,0,0,0 +94696,0,0,0,0,0 +94697,0,0,0,0,0 +94698,0,0,0,0,0 +94699,0,0,0,0,0 +94700,0,0,0,0,0 +94701,0,0,0,0,0 +94702,0,0,0,0,0 +94703,0,0,0,0,0 +94704,0,0,0,0,0 +94705,0,0,0,0,0 +94706,0,0,0,0,0 +94707,0,0,0,0,0 +94708,0,0,0,0,0 +94709,0,0,0,0,0 +94710,0,0,0,0,0 +94711,0,0,0,0,0 +94712,0,0,0,0,0 +94713,0,0,0,0,0 +94714,0,0,0,0,0 +94715,0,0,0,0,0 +94716,0,0,0,0,0 +94717,0,0,0,0,0 +94718,0,0,0,0,0 +94719,0,0,0,0,0 +94720,0,0,0,0,0 +94721,0,0,0,0,0 +94722,0,0,0,0,0 +94723,0,0,0,0,0 +94724,0,0,0,0,0 +94725,0,0,0,0,0 +94726,0,0,0,0,0 +94727,0,0,0,0,0 +94728,0,0,0,0,0 +94729,0,0,0,0,0 +94730,0,0,0,0,0 +94731,0,0,0,0,0 +94732,0,0,0,0,0 +94733,0,0,0,0,0 +94734,0,0,0,0,0 +94735,0,0,0,0,0 +94736,0,0,0,0,0 +94737,0,0,0,0,0 +94738,0,0,0,0,0 +94739,0,0,0,0,0 +94740,0,0,0,0,0 +94741,0,0,0,0,0 +94742,0,0,0,0,0 +94743,0,0,0,0,0 +94744,0,0,0,0,0 +94745,0,0,0,0,0 +94746,0,0,0,0,0 +94747,0,0,0,0,0 +94748,0,0,0,0,0 +94749,0,0,0,0,0 +94750,0,0,0,0,0 +94751,0,0,0,0,0 +94752,0,0,0,0,0 +94753,0,0,0,0,0 +94754,0,0,0,0,0 +94755,0,0,0,0,0 +94756,0,0,0,0,0 +94757,0,0,0,0,0 +94758,0,0,0,0,0 +94759,0,0,0,0,0 +94760,0,0,0,0,0 +94761,0,0,0,0,0 +94762,0,0,0,0,0 +94763,0,0,0,0,0 +94764,0,0,0,0,0 +94765,0,0,0,0,0 +94766,0,0,0,0,0 +94767,0,0,0,0,0 +94768,0,0,0,0,0 +94769,0,0,0,0,0 +94770,0,0,0,0,0 +94771,0,0,0,0,0 +94772,0,0,0,0,0 +94773,0,0,0,0,0 +94774,0,0,0,0,0 +94775,0,0,0,0,0 +94776,0,0,0,0,0 +94777,0,0,0,0,0 +94778,0,0,0,0,0 +94779,0,0,0,0,0 +94780,0,0,0,0,0 +94781,0,0,0,0,0 +94782,0,0,0,0,0 +94783,0,0,0,0,0 +94784,0,0,0,0,0 +94785,0,0,0,0,0 +94786,0,0,0,0,0 +94787,0,0,0,0,0 +94788,0,0,0,0,0 +94789,0,0,0,0,0 +94790,0,0,0,0,0 +94791,0,0,0,0,0 +94792,0,0,0,0,0 +94793,0,0,0,0,0 +94794,0,0,0,0,0 +94795,0,0,0,0,0 +94796,0,0,0,0,0 +94797,0,0,0,0,0 +94798,0,0,0,0,0 +94799,0,0,0,0,0 +94800,0,0,0,0,0 +94801,0,0,0,0,0 +94802,0,0,0,0,0 +94803,0,0,0,0,0 +94804,0,0,0,0,0 +94805,0,0,0,0,0 +94806,0,0,0,0,0 +94807,0,0,0,0,0 +94808,0,0,0,0,0 +94809,0,0,0,0,0 +94810,0,0,0,0,0 +94811,0,0,0,0,0 +94812,0,0,0,0,0 +94813,0,0,0,0,0 +94814,0,0,0,0,0 +94815,0,0,0,0,0 +94816,0,0,0,0,0 +94817,0,0,0,0,0 +94818,0,0,0,0,0 +94819,0,0,0,0,0 +94820,0,0,0,0,0 +94821,0,0,0,0,0 +94822,0,0,0,0,0 +94823,0,0,0,0,0 +94824,0,0,0,0,0 +94825,0,0,0,0,0 +94826,0,0,0,0,0 +94827,0,0,0,0,0 +94828,0,0,0,0,0 +94829,0,0,0,0,0 +94830,0,0,0,0,0 +94831,0,0,0,0,0 +94832,0,0,0,0,0 +94833,0,0,0,0,0 +94834,0,0,0,0,0 +94835,0,0,0,0,0 +94836,0,0,0,0,0 +94837,0,0,0,0,0 +94838,0,0,0,0,0 +94839,0,0,0,0,0 +94840,0,0,0,0,0 +94841,0,0,0,0,0 +94842,0,0,0,0,0 +94843,0,0,0,0,0 +94844,0,0,0,0,0 +94845,0,0,0,0,0 +94846,0,0,0,0,0 +94847,0,0,0,0,0 +94848,0,0,0,0,0 +94849,0,0,0,0,0 +94850,0,0,0,0,0 +94851,0,0,0,0,0 +94852,0,0,0,0,0 +94853,0,0,0,0,0 +94854,0,0,0,0,0 +94855,0,0,0,0,0 +94856,0,0,0,0,0 +94857,0,0,0,0,0 +94858,0,0,0,0,0 +94859,0,0,0,0,0 +94860,0,0,0,0,0 +94861,0,0,0,0,0 +94862,0,0,0,0,0 +94863,0,0,0,0,0 +94864,0,0,0,0,0 +94865,0,0,0,0,0 +94866,0,0,0,0,0 +94867,0,0,0,0,0 +94868,0,0,0,0,0 +94869,0,0,0,0,0 +94870,0,0,0,0,0 +94871,0,0,0,0,0 +94872,0,0,0,0,0 +94873,0,0,0,0,0 +94874,0,0,0,0,0 +94875,0,0,0,0,0 +94876,0,0,0,0,0 +94877,0,0,0,0,0 +94878,0,0,0,0,0 +94879,0,0,0,0,0 +94880,0,0,0,0,0 +94881,0,0,0,0,0 +94882,0,0,0,0,0 +94883,0,0,0,0,0 +94884,0,0,0,0,0 +94885,0,0,0,0,0 +94886,0,0,0,0,0 +94887,0,0,0,0,0 +94888,0,0,0,0,0 +94889,0,0,0,0,0 +94890,0,0,0,0,0 +94891,0,0,0,0,0 +94892,0,0,0,0,0 +94893,0,0,0,0,0 +94894,0,0,0,0,0 +94895,0,0,0,0,0 +94896,0,0,0,0,0 +94897,0,0,0,0,0 +94898,0,0,0,0,0 +94899,0,0,0,0,0 +94900,0,0,0,0,0 +94901,0,0,0,0,0 +94902,0,0,0,0,0 +94903,0,0,0,0,0 +94904,0,0,0,0,0 +94905,0,0,0,0,0 +94906,0,0,0,0,0 +94907,0,0,0,0,0 +94908,0,0,0,0,0 +94909,0,0,0,0,0 +94910,0,0,0,0,0 +94911,0,0,0,0,0 +94912,0,0,0,0,0 +94913,0,0,0,0,0 +94914,0,0,0,0,0 +94915,0,0,0,0,0 +94916,0,0,0,0,0 +94917,0,0,0,0,0 +94918,0,0,0,0,0 +94919,0,0,0,0,0 +94920,0,0,0,0,0 +94921,0,0,0,0,0 +94922,0,0,0,0,0 +94923,0,0,0,0,0 +94924,0,0,0,0,0 +94925,0,0,0,0,0 +94926,0,0,0,0,0 +94927,0,0,0,0,0 +94928,0,0,0,0,0 +94929,0,0,0,0,0 +94930,0,0,0,0,0 +94931,0,0,0,0,0 +94932,0,0,0,0,0 +94933,0,0,0,0,0 +94934,0,0,0,0,0 +94935,0,0,0,0,0 +94936,0,0,0,0,0 +94937,0,0,0,0,0 +94938,0,0,0,0,0 +94939,0,0,0,0,0 +94940,0,0,0,0,0 +94941,0,0,0,0,0 +94942,0,0,0,0,0 +94943,0,0,0,0,0 +94944,0,0,0,0,0 +94945,0,0,0,0,0 +94946,0,0,0,0,0 +94947,0,0,0,0,0 +94948,0,0,0,0,0 +94949,0,0,0,0,0 +94950,0,0,0,0,0 +94951,0,0,0,0,0 +94952,0,0,0,0,0 +94953,0,0,0,0,0 +94954,0,0,0,0,0 +94955,0,0,0,0,0 +94956,0,0,0,0,0 +94957,0,0,0,0,0 +94958,0,0,0,0,0 +94959,0,0,0,0,0 +94960,0,0,0,0,0 +94961,0,0,0,0,0 +94962,0,0,0,0,0 +94963,0,0,0,0,0 +94964,0,0,0,0,0 +94965,0,0,0,0,0 +94966,0,0,0,0,0 +94967,0,0,0,0,0 +94968,0,0,0,0,0 +94969,0,0,0,0,0 +94970,0,0,0,0,0 +94971,0,0,0,0,0 +94972,0,0,0,0,0 +94973,0,0,0,0,0 +94974,0,0,0,0,0 +94975,0,0,0,0,0 +94976,0,0,0,0,0 +94977,0,0,0,0,0 +94978,0,0,0,0,0 +94979,0,0,0,0,0 +94980,0,0,0,0,0 +94981,0,0,0,0,0 +94982,0,0,0,0,0 +94983,0,0,0,0,0 +94984,0,0,0,0,0 +94985,0,0,0,0,0 +94986,0,0,0,0,0 +94987,0,0,0,0,0 +94988,0,0,0,0,0 +94989,0,0,0,0,0 +94990,0,0,0,0,0 +94991,0,0,0,0,0 +94992,0,0,0,0,0 +94993,0,0,0,0,0 +94994,0,0,0,0,0 +94995,0,0,0,0,0 +94996,0,0,0,0,0 +94997,0,0,0,0,0 +94998,0,0,0,0,0 +94999,0,0,0,0,0 +95000,0,0,0,0,0 +95001,0,0,0,0,0 +95002,0,0,0,0,0 +95003,0,0,0,0,0 +95004,0,0,0,0,0 +95005,0,0,0,0,0 +95006,0,0,0,0,0 +95007,0,0,0,0,0 +95008,0,0,0,0,0 +95009,0,0,0,0,0 +95010,0,0,0,0,0 +95011,0,0,0,0,0 +95012,0,0,0,0,0 +95013,0,0,0,0,0 +95014,0,0,0,0,0 +95015,0,0,0,0,0 +95016,0,0,0,0,0 +95017,0,0,0,0,0 +95018,0,0,0,0,0 +95019,0,0,0,0,0 +95020,0,0,0,0,0 +95021,0,0,0,0,0 +95022,0,0,0,0,0 +95023,0,0,0,0,0 +95024,0,0,0,0,0 +95025,0,0,0,0,0 +95026,0,0,0,0,0 +95027,0,0,0,0,0 +95028,0,0,0,0,0 +95029,0,0,0,0,0 +95030,0,0,0,0,0 +95031,0,0,0,0,0 +95032,0,0,0,0,0 +95033,0,0,0,0,0 +95034,0,0,0,0,0 +95035,0,0,0,0,0 +95036,0,0,0,0,0 +95037,0,0,0,0,0 +95038,0,0,0,0,0 +95039,0,0,0,0,0 +95040,0,0,0,0,0 +95041,0,0,0,0,0 +95042,0,0,0,0,0 +95043,0,0,0,0,0 +95044,0,0,0,0,0 +95045,0,0,0,0,0 +95046,0,0,0,0,0 +95047,0,0,0,0,0 +95048,0,0,0,0,0 +95049,0,0,0,0,0 +95050,0,0,0,0,0 +95051,0,0,0,0,0 +95052,0,0,0,0,0 +95053,0,0,0,0,0 +95054,0,0,0,0,0 +95055,0,0,0,0,0 +95056,0,0,0,0,0 +95057,0,0,0,0,0 +95058,0,0,0,0,0 +95059,0,0,0,0,0 +95060,0,0,0,0,0 +95061,0,0,0,0,0 +95062,0,0,0,0,0 +95063,0,0,0,0,0 +95064,0,0,0,0,0 +95065,0,0,0,0,0 +95066,0,0,0,0,0 +95067,0,0,0,0,0 +95068,0,0,0,0,0 +95069,0,0,0,0,0 +95070,0,0,0,0,0 +95071,0,0,0,0,0 +95072,0,0,0,0,0 +95073,0,0,0,0,0 +95074,0,0,0,0,0 +95075,0,0,0,0,0 +95076,0,0,0,0,0 +95077,0,0,0,0,0 +95078,0,0,0,0,0 +95079,0,0,0,0,0 +95080,0,0,0,0,0 +95081,0,0,0,0,0 +95082,0,0,0,0,0 +95083,0,0,0,0,0 +95084,0,0,0,0,0 +95085,0,0,0,0,0 +95086,0,0,0,0,0 +95087,0,0,0,0,0 +95088,0,0,0,0,0 +95089,0,0,0,0,0 +95090,0,0,0,0,0 +95091,0,0,0,0,0 +95092,0,0,0,0,0 +95093,0,0,0,0,0 +95094,0,0,0,0,0 +95095,0,0,0,0,0 +95096,0,0,0,0,0 +95097,0,0,0,0,0 +95098,0,0,0,0,0 +95099,0,0,0,0,0 +95100,0,0,0,0,0 +95101,0,0,0,0,0 +95102,0,0,0,0,0 +95103,0,0,0,0,0 +95104,0,0,0,0,0 +95105,0,0,0,0,0 +95106,0,0,0,0,0 +95107,0,0,0,0,0 +95108,0,0,0,0,0 +95109,0,0,0,0,0 +95110,0,0,0,0,0 +95111,0,0,0,0,0 +95112,0,0,0,0,0 +95113,0,0,0,0,0 +95114,0,0,0,0,0 +95115,0,0,0,0,0 +95116,0,0,0,0,0 +95117,0,0,0,0,0 +95118,0,0,0,0,0 +95119,0,0,0,0,0 +95120,0,0,0,0,0 +95121,0,0,0,0,0 +95122,0,0,0,0,0 +95123,0,0,0,0,0 +95124,0,0,0,0,0 +95125,0,0,0,0,0 +95126,0,0,0,0,0 +95127,0,0,0,0,0 +95128,0,0,0,0,0 +95129,0,0,0,0,0 +95130,0,0,0,0,0 +95131,0,0,0,0,0 +95132,0,0,0,0,0 +95133,0,0,0,0,0 +95134,0,0,0,0,0 +95135,0,0,0,0,0 +95136,0,0,0,0,0 +95137,0,0,0,0,0 +95138,0,0,0,0,0 +95139,0,0,0,0,0 +95140,0,0,0,0,0 +95141,0,0,0,0,0 +95142,0,0,0,0,0 +95143,0,0,0,0,0 +95144,0,0,0,0,0 +95145,0,0,0,0,0 +95146,0,0,0,0,0 +95147,0,0,0,0,0 +95148,0,0,0,0,0 +95149,0,0,0,0,0 +95150,0,0,0,0,0 +95151,0,0,0,0,0 +95152,0,0,0,0,0 +95153,0,0,0,0,0 +95154,0,0,0,0,0 +95155,0,0,0,0,0 +95156,0,0,0,0,0 +95157,0,0,0,0,0 +95158,0,0,0,0,0 +95159,0,0,0,0,0 +95160,0,0,0,0,0 +95161,0,0,0,0,0 +95162,0,0,0,0,0 +95163,0,0,0,0,0 +95164,0,0,0,0,0 +95165,0,0,0,0,0 +95166,0,0,0,0,0 +95167,0,0,0,0,0 +95168,0,0,0,0,0 +95169,0,0,0,0,0 +95170,0,0,0,0,0 +95171,0,0,0,0,0 +95172,0,0,0,0,0 +95173,0,0,0,0,0 +95174,0,0,0,0,0 +95175,0,0,0,0,0 +95176,0,0,0,0,0 +95177,0,0,0,0,0 +95178,0,0,0,0,0 +95179,0,0,0,0,0 +95180,0,0,0,0,0 +95181,0,0,0,0,0 +95182,0,0,0,0,0 +95183,0,0,0,0,0 +95184,0,0,0,0,0 +95185,0,0,0,0,0 +95186,0,0,0,0,0 +95187,0,0,0,0,0 +95188,0,0,0,0,0 +95189,0,0,0,0,0 +95190,0,0,0,0,0 +95191,0,0,0,0,0 +95192,0,0,0,0,0 +95193,0,0,0,0,0 +95194,0,0,0,0,0 +95195,0,0,0,0,0 +95196,0,0,0,0,0 +95197,0,0,0,0,0 +95198,0,0,0,0,0 +95199,0,0,0,0,0 +95200,0,0,0,0,0 +95201,0,0,0,0,0 +95202,0,0,0,0,0 +95203,0,0,0,0,0 +95204,0,0,0,0,0 +95205,0,0,0,0,0 +95206,0,0,0,0,0 +95207,0,0,0,0,0 +95208,0,0,0,0,0 +95209,0,0,0,0,0 +95210,0,0,0,0,0 +95211,0,0,0,0,0 +95212,0,0,0,0,0 +95213,0,0,0,0,0 +95214,0,0,0,0,0 +95215,0,0,0,0,0 +95216,0,0,0,0,0 +95217,0,0,0,0,0 +95218,0,0,0,0,0 +95219,0,0,0,0,0 +95220,0,0,0,0,0 +95221,0,0,0,0,0 +95222,0,0,0,0,0 +95223,0,0,0,0,0 +95224,0,0,0,0,0 +95225,0,0,0,0,0 +95226,0,0,0,0,0 +95227,0,0,0,0,0 +95228,0,0,0,0,0 +95229,0,0,0,0,0 +95230,0,0,0,0,0 +95231,0,0,0,0,0 +95232,0,0,0,0,0 +95233,0,0,0,0,0 +95234,0,0,0,0,0 +95235,0,0,0,0,0 +95236,0,0,0,0,0 +95237,0,0,0,0,0 +95238,0,0,0,0,0 +95239,0,0,0,0,0 +95240,0,0,0,0,0 +95241,0,0,0,0,0 +95242,0,0,0,0,0 +95243,0,0,0,0,0 +95244,0,0,0,0,0 +95245,0,0,0,0,0 +95246,0,0,0,0,0 +95247,0,0,0,0,0 +95248,0,0,0,0,0 +95249,0,0,0,0,0 +95250,0,0,0,0,0 +95251,0,0,0,0,0 +95252,0,0,0,0,0 +95253,0,0,0,0,0 +95254,0,0,0,0,0 +95255,0,0,0,0,0 +95256,0,0,0,0,0 +95257,0,0,0,0,0 +95258,0,0,0,0,0 +95259,0,0,0,0,0 +95260,0,0,0,0,0 +95261,0,0,0,0,0 +95262,0,0,0,0,0 +95263,0,0,0,0,0 +95264,0,0,0,0,0 +95265,0,0,0,0,0 +95266,0,0,0,0,0 +95267,0,0,0,0,0 +95268,0,0,0,0,0 +95269,0,0,0,0,0 +95270,0,0,0,0,0 +95271,0,0,0,0,0 +95272,0,0,0,0,0 +95273,0,0,0,0,0 +95274,0,0,0,0,0 +95275,0,0,0,0,0 +95276,0,0,0,0,0 +95277,0,0,0,0,0 +95278,0,0,0,0,0 +95279,0,0,0,0,0 +95280,0,0,0,0,0 +95281,0,0,0,0,0 +95282,0,0,0,0,0 +95283,0,0,0,0,0 +95284,0,0,0,0,0 +95285,0,0,0,0,0 +95286,0,0,0,0,0 +95287,0,0,0,0,0 +95288,0,0,0,0,0 +95289,0,0,0,0,0 +95290,0,0,0,0,0 +95291,0,0,0,0,0 +95292,0,0,0,0,0 +95293,0,0,0,0,0 +95294,0,0,0,0,0 +95295,0,0,0,0,0 +95296,0,0,0,0,0 +95297,0,0,0,0,0 +95298,0,0,0,0,0 +95299,0,0,0,0,0 +95300,0,0,0,0,0 +95301,0,0,0,0,0 +95302,0,0,0,0,0 +95303,0,0,0,0,0 +95304,0,0,0,0,0 +95305,0,0,0,0,0 +95306,0,0,0,0,0 +95307,0,0,0,0,0 +95308,0,0,0,0,0 +95309,0,0,0,0,0 +95310,0,0,0,0,0 +95311,0,0,0,0,0 +95312,0,0,0,0,0 +95313,0,0,0,0,0 +95314,0,0,0,0,0 +95315,0,0,0,0,0 +95316,0,0,0,0,0 +95317,0,0,0,0,0 +95318,0,0,0,0,0 +95319,0,0,0,0,0 +95320,0,0,0,0,0 +95321,0,0,0,0,0 +95322,0,0,0,0,0 +95323,0,0,0,0,0 +95324,0,0,0,0,0 +95325,0,0,0,0,0 +95326,0,0,0,0,0 +95327,0,0,0,0,0 +95328,0,0,0,0,0 +95329,0,0,0,0,0 +95330,0,0,0,0,0 +95331,0,0,0,0,0 +95332,0,0,0,0,0 +95333,0,0,0,0,0 +95334,0,0,0,0,0 +95335,0,0,0,0,0 +95336,0,0,0,0,0 +95337,0,0,0,0,0 +95338,0,0,0,0,0 +95339,0,0,0,0,0 +95340,0,0,0,0,0 +95341,0,0,0,0,0 +95342,0,0,0,0,0 +95343,0,0,0,0,0 +95344,0,0,0,0,0 +95345,0,0,0,0,0 +95346,0,0,0,0,0 +95347,0,0,0,0,0 +95348,0,0,0,0,0 +95349,0,0,0,0,0 +95350,0,0,0,0,0 +95351,0,0,0,0,0 +95352,0,0,0,0,0 +95353,0,0,0,0,0 +95354,0,0,0,0,0 +95355,0,0,0,0,0 +95356,0,0,0,0,0 +95357,0,0,0,0,0 +95358,0,0,0,0,0 +95359,0,0,0,0,0 +95360,0,0,0,0,0 +95361,0,0,0,0,0 +95362,0,0,0,0,0 +95363,0,0,0,0,0 +95364,0,0,0,0,0 +95365,0,0,0,0,0 +95366,0,0,0,0,0 +95367,0,0,0,0,0 +95368,0,0,0,0,0 +95369,0,0,0,0,0 +95370,0,0,0,0,0 +95371,0,0,0,0,0 +95372,0,0,0,0,0 +95373,0,0,0,0,0 +95374,0,0,0,0,0 +95375,0,0,0,0,0 +95376,0,0,0,0,0 +95377,0,0,0,0,0 +95378,0,0,0,0,0 +95379,0,0,0,0,0 +95380,0,0,0,0,0 +95381,0,0,0,0,0 +95382,0,0,0,0,0 +95383,0,0,0,0,0 +95384,0,0,0,0,0 +95385,0,0,0,0,0 +95386,0,0,0,0,0 +95387,0,0,0,0,0 +95388,0,0,0,0,0 +95389,0,0,0,0,0 +95390,0,0,0,0,0 +95391,0,0,0,0,0 +95392,0,0,0,0,0 +95393,0,0,0,0,0 +95394,0,0,0,0,0 +95395,0,0,0,0,0 +95396,0,0,0,0,0 +95397,0,0,0,0,0 +95398,0,0,0,0,0 +95399,0,0,0,0,0 +95400,0,0,0,0,0 +95401,0,0,0,0,0 +95402,0,0,0,0,0 +95403,0,0,0,0,0 +95404,0,0,0,0,0 +95405,0,0,0,0,0 +95406,0,0,0,0,0 +95407,0,0,0,0,0 +95408,0,0,0,0,0 +95409,0,0,0,0,0 +95410,0,0,0,0,0 +95411,0,0,0,0,0 +95412,0,0,0,0,0 +95413,0,0,0,0,0 +95414,0,0,0,0,0 +95415,0,0,0,0,0 +95416,0,0,0,0,0 +95417,0,0,0,0,0 +95418,0,0,0,0,0 +95419,0,0,0,0,0 +95420,0,0,0,0,0 +95421,0,0,0,0,0 +95422,0,0,0,0,0 +95423,0,0,0,0,0 +95424,0,0,0,0,0 +95425,0,0,0,0,0 +95426,0,0,0,0,0 +95427,0,0,0,0,0 +95428,0,0,0,0,0 +95429,0,0,0,0,0 +95430,0,0,0,0,0 +95431,0,0,0,0,0 +95432,0,0,0,0,0 +95433,0,0,0,0,0 +95434,0,0,0,0,0 +95435,0,0,0,0,0 +95436,0,0,0,0,0 +95437,0,0,0,0,0 +95438,0,0,0,0,0 +95439,0,0,0,0,0 +95440,0,0,0,0,0 +95441,0,0,0,0,0 +95442,0,0,0,0,0 +95443,0,0,0,0,0 +95444,0,0,0,0,0 +95445,0,0,0,0,0 +95446,0,0,0,0,0 +95447,0,0,0,0,0 +95448,0,0,0,0,0 +95449,0,0,0,0,0 +95450,0,0,0,0,0 +95451,0,0,0,0,0 +95452,0,0,0,0,0 +95453,0,0,0,0,0 +95454,0,0,0,0,0 +95455,0,0,0,0,0 +95456,0,0,0,0,0 +95457,0,0,0,0,0 +95458,0,0,0,0,0 +95459,0,0,0,0,0 +95460,0,0,0,0,0 +95461,-1245.894078,-470.6592838,-1177.217696,-505.5529528,453.5345589 +95462,-1375.497297,-521.3033788,-1298.247059,-559.8706373,202.4745842 +95463,-1459.331213,-556.9513961,-1379.770663,-599.1470803,-15.9354185 +95464,-1507.858418,-576.6294,-1426.509688,-622.6378338,-171.8240982 +95465,-1528.770425,-583.5548977,-1445.527835,-633.5729259,-267.0103315 +95466,-1532.494126,-582.4688443,-1447.060784,-636.5769093,-319.06751 +95467,-1527.278733,-577.5315411,-1439.396852,-635.3861105,-345.269921 +95468,-1518.814868,-571.175646,-1428.037237,-632.8992734,-359.6318767 +95469,-1509.584886,-564.3940001,-1415.675204,-629.9659786,-368.6991185 +95470,-1500.829928,-558.0017062,-1403.996829,-627.0947145,-375.6882717 +95471,-1493.147011,-552.1208674,-1393.549029,-624.5832087,-382.048489 +95472,-1486.721758,-546.688358,-1384.395939,-622.5449996,-388.3603531 +95473,-1481.517425,-541.6286617,-1376.439094,-620.9788711,-394.8941131 +95474,-1477.402647,-536.8808088,-1369.533069,-619.831962,-401.7080354 +95475,-1474.22305,-532.3923898,-1363.534181,-619.03851,-408.800039 +95476,-1471.832603,-528.1153047,-1358.307802,-618.5368653,-416.1388204 +95477,-1455.143247,-248.3048748,-1338.774151,-611.4742399,-396.4818925 +95478,-1437.679423,-330.5471863,-1318.471346,-604.0080121,-374.4977852 +95479,-1430.956479,-288.4791497,-1308.976601,-601.3782454,-371.2033862 +95480,-1428.424871,-263.9398269,-1303.772725,-600.6071397,-374.8364406 +95481,-1428.133842,-242.9939342,-1300.912929,-600.8083754,-381.9991104 +95482,-1428.966991,-223.7264813,-1299.271049,-601.4778686,-390.7728379 +95483,-1430.377253,-203.5709811,-1298.28826,-602.3722135,-400.2408923 +95484,-1432.125871,-185.1868914,-1297.716183,-603.3884601,-410.0255889 +95485,-1434.0915,-165.6791682,-1297.42616,-604.4764338,-419.9499991 +95486,-1436.197003,-146.9062,-1297.335365,-605.6052188,-429.9094737 +95487,-1438.4173,-127.4644076,-1297.41406,-606.7668106,-439.8879985 +95488,-1440.713275,-108.9266958,-1297.619243,-607.946221,-449.8392761 +95489,-1443.071848,-89.50542153,-1297.934576,-609.1398267,-459.7603194 +95490,-1445.474295,-71.70506094,-1298.338638,-610.3410576,-469.6345744 +95491,-1440.893246,-53.25249346,-1291.801852,-608.357284,-466.5433381 +95492,-1412.99181,-32.00856442,-1066.9194,-595.7651519,-420.7595097 +95493,-1389.10971,-9.302512781,-1097.580533,-584.9989262,-381.9330457 +95494,-1383.756593,12.28187562,-1086.384902,-582.6520921,-376.4920809 +95495,-1381.624894,33.43814379,-1054.665489,-581.756335,-376.7648938 +95496,-1380.346519,55.02301188,-1036.232383,-581.2300662,-378.5499891 +95497,-1380.281276,76.18581735,-1018.802855,-581.2377544,-382.5313932 +95498,-1529.086043,97.32910655,-997.9387462,-650.5857232,-724.5136335 +95499,-1224.277676,118.4143714,-982.9816667,-512.3803768,-190.0580681 +95500,-1289.962271,138.8927799,-966.307795,-541.1815429,-269.1180168 +95501,-1497.829842,159.6657948,-949.4021226,-637.0214788,-702.3330807 +95502,-1187.598219,180.729275,-931.968967,-496.1443894,-149.5586835 +95503,-1450.107322,183.469573,-919.3775954,-616.135653,-656.3126089 +95504,-1340.992041,203.4909323,-899.4978814,-568.3460068,-535.7811112 +95505,-1269.716216,216.0413364,-888.6145677,-537.0735105,-456.6850906 +95506,-982.6471024,342.7674865,-868.8329876,-405.1938453,116.9878877 +95507,-1153.017786,236.4904526,-860.3965249,-480.1927775,-94.26092372 +95508,-1260.204637,297.2736149,-840.9274749,-527.5381687,-235.8622413 +95509,-1327.234382,278.1238532,-830.6960063,-557.216106,-332.9161737 +95510,-1540.279935,156.1706738,-816.8474698,-655.6318032,-793.1710394 +95511,-1210.70614,300.4117941,-799.6420556,-506.0012717,-214.3140901 +95512,-1473.554268,170.0780736,-792.1672618,-626.1638312,-726.6991642 +95513,-1153.331557,317.828524,-776.4548571,-480.4172588,-144.2407299 +95514,-1253.692634,297.8628841,-763.8719836,-524.3829831,-263.0131717 +95515,-1506.682543,164.9136472,-751.1263549,-640.6964681,-777.6509366 +95516,-1177.909098,313.3330467,-739.7351306,-491.3175814,-189.736542 +95517,-1270.474623,295.8011771,-727.8186385,-531.8147191,-298.6420718 +95518,-1517.290968,165.3485412,-716.8154916,-645.3480892,-803.8807477 +95519,-1388.661251,192.8080426,-703.1545077,-588.9908972,-661.5817509 +95520,-1093.20548,341.7907904,-693.6498862,-453.7282146,-92.30103165 +95521,-1227.216141,313.4581713,473.5324226,-512.6129941,-254.744133 +95522,-3.998240195,186.4174702,308.0002485,-448.2469314,-737.820855 +95523,7.301457477,381.2787077,703.6977887,241.2047147,49.15179382 +95524,-155.6360259,391.8121663,553.7632447,-150.8907791,65.42112383 +95525,-49.34071262,234.5675998,322.2228509,-32.72186919,-505.2491087 +95526,23.00956716,302.3214051,449.1610443,2.261936657,784.7491965 +95527,-1.088775482,347.5431752,529.4938299,-7.386667977,950.4616111 +95528,34.86715918,385.4753297,595.8843461,11.36179829,1077.340005 +95529,60.93638788,417.3283338,650.6017641,23.63345563,1178.745341 +95530,80.46353367,443.7102347,694.7080411,34.39243861,1260.540125 +95531,102.0786581,465.3277855,729.5075534,44.99374108,1325.808637 +95532,123.8336364,483.0148676,756.6108082,55.3823348,1377.174954 +95533,142.6527158,497.4603515,777.3472404,66.7584465,1416.73349 +95534,171.0494499,511.3138157,701.7381575,79.06360269,1454.6837 +95535,184.7478532,523.385475,733.302916,87.78330568,1426.369608 +95536,208.8444056,534.3602931,756.2479852,98.39562495,1370.574621 +95537,218.9440564,542.1726058,759.2476642,104.8612586,1426.143244 +95538,239.3584719,547.6910669,769.9499553,115.4443355,1441.824089 +95539,257.9716735,551.4745712,782.5636177,124.1509991,1454.644204 +95540,273.6264698,553.6614319,794.1906002,132.1268025,1472.081378 +95541,290.1419228,554.2279719,804.8025902,141.1327657,1489.163854 +95542,306.6887574,553.5146791,816.5678733,148.7350588,1507.195992 +95543,326.6364643,552.7883949,819.7474835,159.0957943,1490.640826 +95544,345.2780415,552.2578047,809.5457904,167.4271569,1472.385187 +95545,360.3558555,551.7593402,799.4866399,175.8645409,1454.474649 +95546,378.0544821,551.12506,789.3886166,184.3830275,1436.388625 +95547,395.2940969,550.5188943,779.6389981,190.9256695,1418.777544 +95548,411.4451583,549.9022886,770.1155956,196.9374191,1401.441321 +95549,427.3718236,549.2074307,760.6245343,203.953588,1384.06755 +95550,439.7648047,711.8941784,751.3966726,210.7714111,1367.109266 +95551,450.2939492,730.9992546,742.5125902,216.8585983,1350.73618 +95552,462.9849054,721.3670459,733.5730507,222.9296047,1334.268753 +95553,477.1728042,756.1276617,724.464913,229.8060948,1317.533327 +95554,486.4948286,773.8563161,715.6216765,234.7710995,1301.331127 +95555,498.8761192,792.1700649,706.5516753,240.7646701,1284.770841 +95556,510.2837914,809.6070408,697.494706,246.4873245,1268.286719 +95557,522.1685677,827.0745358,688.3474131,252.4198959,1251.688357 +95558,524.2242693,840.3885369,656.8792398,253.8719854,1194.55409 +95559,551.525578,871.929744,645.9609488,266.1450261,1174.802495 +95560,554.4113326,889.7942639,634.4448836,264.2101253,1153.99462 +95561,565.4988768,911.737882,623.8877547,257.1155301,1134.976174 +95562,550.7680739,931.8525768,614.3689178,250.7663813,1117.899211 +95563,537.7605284,952.4468123,606.0708082,245.3243695,1103.095806 +95564,526.5861947,972.12643,598.8855915,240.7098909,1090.366468 +95565,517.0527222,991.5254604,592.6379937,236.7824146,1079.387917 +95566,508.9562873,1011.451891,587.2297235,233.443241,1069.976442 +95567,501.9540971,1029.859626,582.4262598,230.5460404,1061.700647 +95568,495.8417838,1048.816077,578.1088525,228.0081635,1054.339392 +95569,490.4517709,1066.910265,574.1744673,225.7609174,1047.700159 +95570,485.6499853,1085.620913,570.5395104,223.7486615,1041.62587 +95571,481.3277547,1103.333513,567.1367785,221.9261953,1035.989676 +95572,477.3961305,1121.032758,563.91235,220.25676,1030.689245 +95573,473.7822061,1138.506275,560.8231261,218.710541,1025.642488 +95574,470.4263019,1155.713801,557.8347653,217.2634011,1020.783649 +95575,467.2797233,1172.695663,554.9200672,215.8958506,1016.060482 +95576,464.3027809,1189.45244,552.0575739,214.5921563,1011.43153 +95577,461.4631922,1205.988433,549.2304902,213.3396397,1006.864253 +95578,458.7346941,1222.263859,546.4257447,212.1280794,1002.333138 +95579,456.0959613,1238.432842,543.6332823,210.9492526,997.8184929 +95580,453.5296636,1254.304354,540.845434,209.7965373,993.3051329 +95581,452.7176974,1439.117524,539.7524081,209.4355005,991.8651639 +95582,458.9425731,1457.905112,545.6589949,212.2316701,1003.637964 +95583,468.7274343,1474.833939,555.0903892,216.5737092,1022.073418 +95584,478.5759068,1491.636478,564.5512522,220.8690226,1040.702347 +95585,487.0348464,1508.10775,572.5896707,224.4756221,1056.865191 +95586,493.9632508,1524.24397,579.0668498,227.3541517,1070.285807 +95587,499.6528366,1540.300892,584.2772881,229.6576766,1081.453601 +95588,504.4022282,1556.001766,588.5224321,231.5353247,1090.866252 +95589,508.4162754,1571.483347,592.0097458,233.0879018,1098.861851 +95590,511.8158344,1586.976779,594.8624775,234.3745451,1105.639123 +95591,514.7234992,1601.905764,597.2054491,235.4532676,1111.41037 +95592,517.1760152,1617.009633,599.0775169,236.3419438,1116.237968 +95593,519.2756011,1621.643521,600.5829202,237.0874772,1120.307078 +95594,521.1086843,1634.382587,601.860498,237.7570879,1123.651926 +95595,522.7254291,1647.878321,602.94469,238.3633597,1126.41005 +95596,524.1234354,1661.266624,603.8126193,238.890246,1128.644293 +95597,525.3181228,1674.750011,604.4699327,239.3364134,1130.420852 +95598,526.3331167,1688.047612,604.9388051,239.7097678,1131.796854 +95599,527.1931727,1701.05441,605.2459948,240.0210546,1132.82154 +95600,527.9203145,1714.242965,605.4161694,240.280199,1133.537378 +95601,528.532944,1727.020464,605.4701012,240.4952864,1133.981088 +95602,529.0462528,1740.415627,605.4250244,240.6727324,1134.184378 +95603,529.4729036,1761.729242,605.2954566,240.8177086,1134.174712 +95604,529.823549,1762.253346,605.0955031,240.934463,1133.975842 +95605,530.1072162,1792.73776,604.8452474,241.026531,1133.608391 +95606,530.3315616,1781.807976,604.5505647,241.0968606,1133.090223 +95607,530.5030906,1786.906683,604.2238916,241.1479135,1132.436872 +95608,530.6273238,1824.466397,603.871145,241.1817404,1131.661811 +95609,530.7149356,1822.417481,603.4960477,241.2000593,1130.776823 +95610,530.7695302,1837.204944,603.1006659,241.2043096,1129.79218 +95611,530.7931279,1847.954471,602.6859455,241.1957013,1128.716869 +95612,530.7906284,1858.40107,602.2572612,241.1774058,1127.558726 +95613,530.7663971,1868.659942,601.8181081,241.1516548,1126.324655 +95614,530.7234275,1878.788931,601.369443,241.1194312,1125.020673 +95615,530.6637351,1888.447741,600.9109277,241.0810419,1123.65211 +95616,530.5888048,1898.288964,600.4418905,241.0365702,1122.223641 +95617,530.4998535,1907.78136,599.9617378,240.9860773,1120.739432 +95618,530.3979177,1916.978847,599.4700176,240.9296416,1119.203156 +95619,530.2838964,1926.079419,598.966398,240.8673564,1117.618116 +95620,530.1585475,1935.227029,598.4506109,240.7993097,1115.987222 +95621,530.0225216,1943.833461,597.9224488,240.7255876,1114.313114 +95622,529.8763665,1952.525875,597.3817443,240.6462681,1112.598135 +95623,529.7205492,1961.055787,596.8283718,240.5614253,1110.84442 +95624,529.5554646,1969.138665,596.26224,240.4711286,1109.053872 +95625,529.3814548,1977.468785,595.6832967,240.3754466,1107.228241 +95626,529.1988109,1985.377815,595.091518,240.2744442,1105.369093 +95627,529.0077868,1993.306114,594.4869111,240.1681854,1103.47788 +95628,528.808595,2000.859655,593.869501,240.0567285,1101.555896 +95629,528.6014342,2008.450522,593.2393509,239.940137,1099.60437 +95630,528.3864762,2015.728223,592.5965416,239.8184712,1097.624409 +95631,528.1638733,2023.186504,591.9411735,239.6917903,1095.617054 +95632,527.9337602,2030.084393,591.2733635,239.5601521,1093.583251 +95633,527.6962618,2037.111525,590.5932471,239.4236145,1091.523899 +95634,527.4514883,2043.90792,589.9009698,239.2822334,1089.439815 +95635,527.1995409,2050.671752,589.1966919,239.1360648,1087.331784 +95636,526.9405105,2057.064219,588.4805813,238.985163,1085.200518 +95637,526.6744839,2063.527018,587.7528184,238.8295832,1083.046714 +95638,526.401536,2069.680404,587.0135861,238.6693776,1080.870998 +95639,526.1217424,2075.941765,586.2630797,238.5046008,1078.673992 +95640,525.835165,2081.871145,585.5014911,238.3353031,1076.456256 +95641,525.2841208,2090.603248,584.4712755,238.0443792,1073.749713 +95642,524.8404661,2096.718014,583.5447592,237.8007744,1071.406147 +95643,524.4697881,2102.686169,582.688164,237.5891737,1069.267052 +95644,524.1175391,2108.366444,581.8472779,237.3848106,1067.153995 +95645,523.753326,2113.882867,580.9917922,237.1738141,1064.983651 +95646,523.3677925,2119.243693,580.1123631,236.9519546,1062.737966 +95647,522.9611306,2124.451582,579.2092169,236.7194181,1060.423389 +95648,522.5358297,2129.529868,578.2849192,236.4774564,1058.04979 +95649,522.0940821,2134.47159,577.3417668,236.2271719,1055.624647 +95650,521.6374202,2139.283769,576.3814163,235.9693458,1053.153139 +95651,521.1669532,2143.967856,613.3844573,235.704548,1327.456209 +95652,520.6835799,2148.524934,734.2125047,235.4332405,1204.589404 +95653,520.1880598,2152.953653,671.3438841,235.1558108,1250.806978 +95654,519.6809742,2157.350681,704.1190042,234.8725613,1268.050871 +95655,519.4471618,2165.751891,714.5685276,234.7129968,1281.555922 +95656,523.439069,2161.4167,724.9050676,236.4736195,1294.566682 +95657,527.2275052,2205.159431,727.3379438,238.1397685,1307.228931 +95658,530.8729724,2149.016394,735.7018271,239.6882264,1320.169342 +95659,534.6667875,2207.005512,744.6997365,241.2663537,1332.261177 +95660,538.0912557,2190.158318,753.8524697,242.6684722,1344.480127 +95661,541.4247228,2198.19175,762.7838137,244.0364137,1356.759017 +95662,544.6838543,2202.003418,771.7782705,245.3814545,1368.518073 +95663,547.87965,2205.849938,780.2904869,246.7075408,1380.082848 +95664,551.0199679,2209.44389,789.4214813,248.0163711,1391.95864 +95665,554.1110249,2212.90153,797.4582752,249.3093305,1403.2121 +95666,557.158095,2216.213287,806.4279827,250.5878496,1414.509844 +95667,560.1656855,2219.383027,814.5378618,251.8532736,1425.631089 +95668,711.2046051,2222.413055,823.0086452,253.1067656,1436.397134 +95669,641.9476225,2225.305887,831.0850494,254.3492782,1447.607649 +95670,676.1243548,2228.061839,839.3601621,304.4086212,1458.365286 +95671,688.4257308,2230.590998,846.5702479,284.7339196,1468.625712 +95672,699.5551481,2232.968442,853.6029832,291.6088508,1479.222838 +95673,710.9536716,2235.313484,860.9131858,309.5939357,1489.488317 +95674,721.4440706,2227.343429,875.3872106,311.0784929,1499.668866 +95675,732.2657072,2227.827804,882.9106445,318.0934936,1509.704303 +95676,742.8617173,2228.634418,890.6118239,323.2226442,1519.42763 +95677,753.2791913,2229.623116,897.5903488,328.1136568,1529.638323 +95678,763.4293245,2230.585636,904.7092037,333.0015061,1539.138396 +95679,773.4241483,2231.493249,911.5340798,337.6555904,1548.777703 +95680,783.7579493,2232.325604,918.28597,342.3661036,1558.225377 +95681,793.2492437,2233.072489,924.7464363,346.8366403,1567.641798 +95682,803.2295266,2233.727557,931.7084003,351.3878319,1576.882842 +95683,812.3786429,2234.287695,937.9594106,355.7507662,1586.014796 +95684,822.1309496,2234.750189,944.3541127,360.0824322,1595.111335 +95685,831.3290417,2235.113826,950.6360806,364.2681355,1604.009516 +95686,840.5614412,2235.376997,956.9182838,368.5422802,1612.905514 +95687,849.5209976,2235.645431,962.9791484,372.5457328,1621.601311 +95688,858.8586645,2235.44764,969.0014689,376.7694784,1630.29864 +95689,867.241931,2235.735814,974.9588614,380.5446583,1638.796985 +95690,876.3980141,2235.244749,980.8442873,384.5607974,1647.302243 +95691,884.9178578,2235.235202,986.4455819,388.5434046,1655.60829 +95692,893.5240962,2234.795305,992.531494,392.1372623,1663.927383 +95693,901.9731135,2234.354577,998.0380821,396.0687631,1672.049145 +95694,910.3621917,2233.793991,1003.687976,399.7007186,1680.188237 +95695,918.458307,2233.129404,1009.233597,403.3680156,1688.125103 +95696,926.9527478,2232.36018,1014.717015,406.9660016,1696.056416 +95697,934.912729,2231.486792,1020.384825,410.4406172,1703.909428 +95698,943.1744214,2230.508832,1025.367108,414.140829,1711.589378 +95699,950.5651894,2229.426764,1030.882431,417.4154371,1719.27166 +95700,958.9224281,2228.240255,1036.052059,420.8187805,1726.872316 +95701,848.5555124,2187.805303,923.3239611,370.9478526,1503.006199 +95702,854.0101036,2149.858328,926.386413,372.9793957,1508.012634 +95703,860.028604,2199.135294,929.4388635,375.6307057,1512.725439 +95704,866.0320971,2134.188946,933.5314843,378.2228835,1518.501141 +95705,872.6221662,2198.25106,937.1850107,380.8886097,1523.870846 +95706,878.7558359,2129.314599,941.0546361,383.5400071,1530.107583 +95707,885.0672617,2186.79614,944.9000591,386.1150287,1535.684653 +95708,891.1520863,2133.432259,948.7388151,388.9074087,1541.586171 +95709,897.8090829,2166.32598,952.562533,391.3527592,1547.435053 +95710,903.5870073,2144.886944,956.3664709,393.9225872,1553.200427 +95711,909.8799574,2150.369789,960.1494396,396.570491,1559.030144 +95712,915.9379673,2145.10148,963.909272,399.1215531,1564.733996 +95713,921.7968198,2142.572128,967.6465084,401.4439115,1570.504608 +95714,928.0804391,2139.540324,971.3597399,404.0948116,1576.140075 +95715,933.8891971,2136.406268,975.0500768,406.4813495,1581.81423 +95716,939.8255225,2133.179647,978.716324,408.8435466,1587.451258 +95717,945.8870308,2129.860656,982.359921,411.3780766,1592.987369 +95718,951.2959828,2126.437009,985.6789603,413.7469801,1598.28262 +95719,957.0936728,2122.942664,989.6912214,416.0281797,1604.06585 +95720,963.0190794,2119.335874,993.023742,418.3105121,1609.227625 +95721,968.6189826,2115.657023,996.6794031,420.7810391,1614.964219 +95722,974.2171558,2111.866675,1000.141444,422.9822724,1620.046396 +95723,979.8823482,2108.003729,1003.712774,425.304286,1625.67756 +95724,985.3618077,2103.930484,1007.132069,427.5304409,1630.735646 +95725,990.8586389,2100.013031,1010.584307,429.7587998,1636.033487 +95726,996.0961748,2095.898505,1014.020156,431.975946,1641.221379 +95727,1001.867904,2091.531787,1017.436418,434.1701727,1646.445947 +95728,1007.075685,2087.270091,1021.082001,436.3467823,1651.636577 +95729,1012.454516,2082.83557,1024.072577,438.5047089,1656.71745 +95730,1017.99904,2078.324488,1027.611522,440.6439755,1661.833093 +95731,1022.894825,2073.548581,1031.06938,442.7267731,1666.887757 +95732,1028.33643,2068.649314,1034.509811,445.0530032,1671.942415 +95733,1033.508628,2063.642933,1038.002846,447.1435557,1676.882653 +95734,1038.682098,2058.437023,1041.461471,449.4136181,1681.859173 +95735,1043.559551,2053.36549,1044.937335,451.3933457,1686.810236 +95736,1049.061521,2047.996961,1048.335431,453.5933677,1691.640018 +95737,1053.925772,2042.611898,1051.777512,455.6865988,1696.518646 +95738,1058.991811,2037.119998,1055.208391,457.6779166,1701.329468 +95739,1063.977059,2031.631861,1058.563333,459.9202892,1706.115333 +95740,1068.923806,2025.821333,1061.96245,461.9118802,1710.900342 +95741,1073.832998,2020.12108,1065.351375,463.9853664,1711.811443 +95742,1078.705612,2014.158692,1068.393811,466.0285337,1715.283671 +95743,1083.541338,2008.35017,1072.168883,468.0588382,1717.875749 +95744,1088.339212,2002.259111,1075.283607,470.0758673,1720.784917 +95745,1093.100511,1996.158968,1078.665998,472.0802548,1723.626079 +95746,1097.824218,1989.894136,1081.91756,473.9579001,1726.449532 +95747,1102.511648,1983.659489,1085.217748,476.2227658,1729.258793 +95748,1107.162319,1977.306835,1088.477406,477.9326985,1732.088173 +95749,1111.49591,1970.793081,1091.755306,479.9891018,1734.809569 +95750,1116.509782,1964.316682,1094.947257,481.9126476,1737.598053 +95751,1120.838737,1957.653301,1098.188566,483.8424623,1740.33864 +95752,1125.393417,1951.01757,1101.389391,485.7602054,1743.067799 +95753,1129.86395,1944.196813,1104.609383,487.6664097,1745.782052 +95754,1134.298884,1937.406125,1107.741715,489.5607296,1748.479166 +95755,1138.69839,1930.335907,1110.925198,491.4437113,1751.161082 +95756,1143.062175,1923.523677,1114.067809,493.1910157,1753.864242 +95757,1147.391917,1916.333477,1117.230927,495.2399618,1756.454204 +95758,1151.685904,1909.346452,1120.303934,496.997286,1759.114978 +95759,1155.945693,1901.943599,1123.430593,498.8562241,1761.725955 +95760,1160.169996,1894.614296,1126.515732,500.6832796,1764.32548 +95761,923.6792373,1777.500881,888.7378424,393.4902221,1330.012926 +95762,922.853612,1767.368875,886.9508771,392.7395226,1320.143912 +95763,924.16268,1758.575807,886.9855314,393.1555571,1317.823594 +95764,926.1609394,1749.631197,887.9528773,393.7390841,1318.065993 +95765,928.524172,1741.061699,889.1389182,394.6948588,1318.524838 +95766,931.0936243,1732.403539,890.5041725,395.5884047,1319.539892 +95767,933.7861728,1723.979609,892.3244317,396.6107503,1320.863665 +95768,936.5541891,1715.384193,893.9775246,397.6622108,1322.3899 +95769,939.3725642,1706.837191,895.7274517,398.7426403,1323.904742 +95770,942.2277995,1698.255594,897.6383683,399.8453919,1325.91365 +95771,945.1101373,1689.647511,899.466161,401.0426738,1327.666603 +95772,948.0147888,1705.558491,901.4687376,401.9876293,1329.633794 +95773,951.1356468,1636.955736,903.3792552,403.3113593,1329.124862 +95774,953.7693011,1705.016127,905.4577277,404.4077621,1330.64686 +95775,956.6593932,1616.077027,907.4390775,405.597573,1331.557614 +95776,959.9123562,1674.834464,909.5830699,406.7861611,1332.44435 +95777,962.7297216,1616.386285,911.6267953,407.9858349,1333.672886 +95778,965.7461441,1636.608528,913.8296262,409.1954953,1334.799551 +95779,968.7360754,1617.754254,915.9296041,410.3324845,1335.988335 +95780,971.7320949,1610.622281,918.1857319,411.6863561,1337.211529 +95781,974.7335332,1601.723286,920.3369264,412.8631315,1338.467865 +95782,977.7389871,1592.77595,922.6415993,414.2074169,1339.753753 +95783,980.7484268,1583.870196,924.8396754,415.3327573,1341.068931 +95784,983.7610294,1574.690718,927.1888974,416.6564214,1342.41005 +95785,986.7755702,1565.804748,929.4301035,417.9116923,1343.777166 +95786,989.7919521,1556.688728,931.8203245,419.1873092,1345.167102 +95787,992.8102817,1547.686477,933.9047668,420.3824923,1346.580125 +95788,995.8290636,1538.481678,936.6361873,421.8039957,1348.013234 +95789,998.6206901,1529.400871,938.8056166,423.0351069,1349.466849 +95790,1001.992207,1520.241916,941.3031052,424.3507109,1350.938138 +95791,1004.92063,1511.053842,943.8712892,425.750379,1352.427806 +95792,1008.073065,1501.792707,946.6352683,427.1737824,1353.933764 +95793,1011.194154,1492.61793,949.293003,428.6116653,1355.456118 +95794,1014.320235,1483.403178,952.1188097,430.0607198,1356.99242 +95795,1017.449751,1474.120003,954.8289078,431.5171038,1358.54329 +95796,1020.607191,1464.805773,957.7258092,432.9990831,1359.986585 +95797,1023.998025,1455.687234,960.5710185,434.4814474,1361.848539 +95798,1026.77943,1446.395968,963.3542436,435.9717439,1363.33103 +95799,1030.109902,1437.041319,966.2958037,437.4683668,1364.975637 +95800,1033.224335,1427.811227,969.1893987,438.9708195,1366.59784 +95801,1036.377096,1418.526691,972.020819,440.4792298,1368.227486 +95802,1039.533134,1409.250964,975.0076211,441.9933769,1369.864082 +95803,1042.69178,1399.978909,977.9467261,443.5133371,1371.50894 +95804,1045.854364,1390.772254,980.8229942,444.9406954,1373.16128 +95805,1048.761817,1381.425284,983.7491894,446.6202596,1374.819464 +95806,1052.32351,1372.150099,986.6728247,448.0825277,1376.481479 +95807,1055.178226,1363.042004,989.5373629,449.6384405,1378.149819 +95808,1058.339261,1353.685156,992.3278659,451.2364035,1379.821664 +95809,1061.471913,1344.514932,995.64055,452.6031897,1381.502847 +95810,1064.612667,1335.363238,998.3721854,454.2105829,1383.192316 +95811,1067.760447,1326.036005,1001.464332,455.7304651,1384.889851 +95812,1070.914452,1316.994646,1004.465445,457.2708946,1386.594393 +95813,1074.075824,1307.860468,1007.403639,458.7083846,1388.305845 +95814,1077.244224,1298.667064,1010.488735,460.4194281,1390.023246 +95815,1080.419528,1289.550722,1013.521389,461.8926488,1391.746581 +95816,1083.601905,1280.609835,1016.488939,463.4655893,1393.475105 +95817,1086.792596,1271.447888,1019.601522,465.0240751,1395.208769 +95818,1089.991026,1262.535491,1022.66083,466.5855829,1396.947035 +95819,1093.198139,1253.412399,1025.725093,468.1497999,1398.689814 +95820,1096.413818,1244.576421,1029.041682,469.71667,1400.436646 +95821,1333.666384,1342.441226,1265.971965,577.4477981,1826.871673 +95822,1339.335406,1334.943133,1271.556005,580.5609927,1831.842739 +95823,1343.905283,1326.870811,1276.108527,582.8601135,1835.799025 +95824,1347.745881,1318.574794,1279.903634,585.0018575,1839.233482 +95825,1351.402978,1310.23151,1283.515247,586.9877101,1842.051404 +95826,1354.832208,1301.69573,1286.896661,588.8805444,1844.728514 +95827,1358.146896,1293.201228,1290.152156,590.711367,1847.173103 +95828,1361.381593,1284.85546,1293.316502,592.4990836,1849.491793 +95829,1364.604538,1276.281948,1296.412792,594.2545954,1851.711258 +95830,1367.676753,1267.896147,1299.493355,595.9838973,1853.806522 +95831,1370.81378,1259.490402,1302.427948,597.6908259,1855.943952 +95832,1373.885909,1251.12417,1305.409155,599.3776739,1857.921816 +95833,1376.944045,1242.856584,1308.318214,601.046263,1859.885234 +95834,1379.984186,1234.504225,1311.198217,602.6977471,1861.792011 +95835,1383.011093,1230.392982,1314.046004,604.3331568,1863.653233 +95836,1386.070051,1224.617249,1316.862955,605.9531477,1865.471563 +95837,1391.758131,1220.03014,1314.951151,605.5915184,1867.249354 +95838,1395.568343,1214.314558,1316.924395,606.8241063,1868.986683 +95839,1399.848675,1208.67672,1319.349986,608.244917,1870.73466 +95840,1404.41009,1203.501387,1321.469015,609.7135937,1872.337133 +95841,1408.990979,1197.124534,1324.686064,611.1973651,1874.008785 +95842,1413.503729,1191.79941,1326.902584,612.6855178,1875.609948 +95843,1418.167892,1186.217319,1329.572997,614.1732676,1877.144787 +95844,1422.845796,1180.631022,1332.141,615.6582888,1878.763968 +95845,1427.586023,1175.128549,1334.709096,617.1393681,1880.256081 +95846,1432.4308,1169.659826,1337.228304,618.6158193,1881.763105 +95847,1437.220343,1164.184463,1339.845124,619.8943686,1883.239625 +95848,1442.177218,1158.874136,1342.35952,621.6515386,1884.693739 +95849,1447.162151,1153.506074,1344.902335,622.9707342,1886.126945 +95850,1452.276528,1148.227142,1347.429374,624.4580472,1887.540248 +95851,1457.223225,1142.922483,1349.864079,625.8534891,1888.934954 +95852,1462.340607,1137.612814,1352.156521,627.2328038,1890.311407 +95853,1467.450468,1132.468757,1354.521958,628.6001403,1891.671286 +95854,1472.57968,1127.278025,1356.788451,629.9572407,1893.014935 +95855,1477.766681,1122.182238,1359.150779,631.3047735,1894.343845 +95856,1482.834831,1117.138173,1361.401548,632.6429417,1895.658003 +95857,1488.019633,1112.108849,1363.673841,633.9720742,1896.958948 +95858,1493.163795,1107.252668,1365.923454,635.2921563,1898.246331 +95859,1498.317239,1102.364496,1368.157499,636.6034586,1899.521777 +95860,1503.522376,1097.5801,1370.37583,637.9058886,1900.739371 +95861,1508.599132,1092.857909,1372.579101,639.199727,1902.060966 +95862,1513.786686,1088.20572,1374.723396,640.4848333,1903.26754 +95863,1518.925609,1083.580605,1377.00672,641.7615167,1904.505125 +95864,1524.067536,1079.228255,1379.066324,643.0295956,1905.72437 +95865,1529.204525,1074.689992,1381.249353,644.2894177,1906.93451 +95866,1534.384006,1070.413273,1383.37165,645.5407496,1908.179627 +95867,1539.427805,1066.15557,1385.486857,646.7839791,1909.300539 +95868,1544.575049,1061.920158,1387.587695,648.0188382,1910.515362 +95869,1549.667268,1057.869121,1389.675056,649.2457412,1911.681284 +95870,1554.755114,1053.809019,1391.74827,650.4643855,1912.844526 +95871,1559.884203,1049.871387,1393.763623,651.6752216,1914.000719 +95872,1564.864899,1046.01606,1395.877396,652.8779057,1915.147328 +95873,1569.950956,1042.251318,1397.878432,654.0729249,1916.28727 +95874,1574.972538,1038.536379,1399.905496,655.2598971,1917.417819 +95875,1579.986747,1035.019736,1401.913248,656.4393428,1918.542105 +95876,1584.982871,1030.507957,1403.907536,657.616097,1919.656869 +95877,1590.014018,1027.187351,1405.889315,658.8344182,1920.76489 +95878,1594.888045,1024.056115,1407.903764,660.1111413,1921.864674 +95879,1599.866655,1021.00984,1409.792717,661.4498564,1922.959039 +95880,1604.774216,1017.981743,1411.770685,663.2545873,1924.044523 +95881,1657.082009,1038.078209,1460.893458,687.9822209,2007.207104 +95882,1665.026602,1036.537904,1465.973823,691.5294644,2012.44788 +95883,1672.066864,1034.681265,1469.992325,694.3319383,2016.946312 +95884,1678.701251,1032.663861,1473.559354,697.3581036,2020.848453 +95885,1685.098834,1030.579853,1476.939141,700.1616755,2024.696054 +95886,1690.782033,1028.458021,1480.235342,703.1596401,2028.174511 +95887,1697.707668,1026.319857,1483.314493,706.0996728,2031.565972 +95888,1701.912915,1020.604018,1477.911994,705.9927069,2034.837333 +95889,1707.685823,1017.793226,1479.488995,708.7641281,2038.01344 +95890,1713.384293,1015.362671,1481.622569,711.2273507,2041.126639 +95891,1719.216024,1012.927011,1483.886645,714.3515564,2044.181993 +95892,1724.929482,1010.573025,1486.185906,717.3445817,2047.12658 +95893,1730.495051,1008.246377,1488.490663,720.4719689,2050.154084 +95894,1736.145419,1005.944963,1490.784871,723.6053983,2053.008518 +95895,1741.629494,1003.666192,1493.063956,726.8563771,2055.864768 +95896,1747.232858,1001.407328,1495.322932,730.1714474,2058.716631 +95897,1752.649948,999.1288088,1497.56239,733.4881777,2061.39099 +95898,1758.077527,996.9654705,1499.729069,736.9188785,2064.142255 +95899,1763.515706,994.7361235,1502.002853,740.4116982,2066.807062 +95900,1768.680934,992.5580085,1504.192149,743.9015425,2069.438403 +95901,1774.112088,990.3929004,1506.278256,747.506024,2072.035188 +95902,1779.300005,988.2455774,1508.448972,751.1704459,2074.539346 +95903,1784.532073,986.1170742,1510.55497,754.829875,2077.148465 +95904,1789.750884,984.006634,1512.647744,758.347496,2079.598199 +95905,1794.902232,981.9152615,1514.721859,762.5785559,2082.067429 +95906,1800.214463,979.842245,1516.775601,766.2108364,2084.494199 +95907,1805.443472,977.7496354,1518.811326,770.1970745,2086.893696 +95908,1810.554556,975.7716212,1520.827437,774.1974152,2089.26128 +95909,1816.540433,973.7292065,1522.826378,778.1879896,2091.603727 +95910,1824.391791,971.7391843,1524.755124,782.2947394,2093.917041 +95911,1832.373222,969.6945524,1526.636527,786.3281003,2096.208458 +95912,1840.153222,967.6552524,1528.35131,790.3227951,2098.326761 +95913,1848.415864,965.6297815,1530.081459,794.4198405,2100.695386 +95914,1856.630832,963.6195573,1531.776538,798.5599354,2102.71167 +95915,1864.751973,961.6262931,1533.448296,802.6705671,2104.858026 +95916,1873.252842,959.6132048,1535.098891,806.8877693,2106.99265 +95917,1881.529246,957.7123453,1536.730458,811.1192827,2109.111218 +95918,1890.096959,955.7483442,1538.341867,815.4240214,2111.210531 +95919,1898.669871,953.8365248,1539.935679,819.6952003,2113.294972 +95920,1907.249384,951.9385512,1541.563706,824.0705932,2115.36147 +95921,1915.732284,950.0611595,1543.042665,828.4891634,2117.414469 +95922,1924.662136,948.2039016,1544.622245,832.8734197,2119.450959 +95923,1933.182032,946.3678878,1546.140121,837.3637688,2121.475321 +95924,1942.089833,944.5525983,1547.6499,841.8951604,2123.484548 +95925,1950.724564,942.7224109,1549.145962,846.3879253,2125.482858 +95926,1959.667906,941.0036258,1550.573901,850.9870785,2127.467231 +95927,1968.352156,939.2276005,1552.122059,855.5931525,2129.441767 +95928,1977.333546,937.5044876,1553.538116,860.2693544,2131.403434 +95929,1985.970599,935.7982813,1554.989276,864.8992338,2133.298827 +95930,1995.092512,934.113867,1556.419433,869.6323153,2135.327962 +95931,2003.846781,932.4521059,1557.838843,874.4024326,2137.217917 +95932,2012.752342,930.8123403,1559.246385,879.123276,2139.148624 +95933,2021.55107,929.1953604,1560.644184,883.9492431,2141.062719 +95934,2030.465409,927.6005082,1562.031069,888.7738003,2142.966204 +95935,2039.316578,925.9928362,1563.409072,893.6650943,2144.862688 +95936,2048.076994,924.4952871,1564.777021,898.4975332,2146.749217 +95937,2057.097535,922.9431048,1566.13688,903.431619,2148.629181 +95938,2065.798136,921.4437851,1567.487507,908.3598502,2150.558047 +95939,2074.570244,919.9617581,1568.830755,913.3510733,2152.332322 +95940,2083.350756,918.5018332,1570.16551,918.2775599,2154.230901 +95941,2015.413112,884.1530296,1494.84578,890.0390642,2013.026995 +95942,2023.439726,882.1650955,1495.524742,894.9389148,2014.121044 +95943,2031.923412,880.7236377,1496.469083,899.7513072,2015.371208 +95944,2040.249065,879.1543618,1497.487667,904.6992476,2016.748712 +95945,2048.653964,877.7344511,1498.542946,909.6474955,2018.225483 +95946,2057.029836,876.2766154,1499.616721,914.6598181,2019.55084 +95947,2065.389296,874.8765427,1500.651498,919.6076993,2021.144474 +95948,2073.715299,873.4985044,1501.818713,924.6488634,2022.585296 +95949,2082.005429,872.146449,1502.878449,929.7116485,2024.090102 +95950,2090.260808,870.8191016,1503.985145,934.7002896,2025.591115 +95951,2089.3996,866.5760579,1498.143157,935.9407539,2027.034046 +95952,2095.932357,864.6657198,1497.868368,940.2213419,2028.567257 +95953,2103.370964,863.10003,1498.231292,945.0116913,2030.058717 +95954,2111.138456,861.5468238,1498.692571,949.7682373,2031.549012 +95955,2118.774489,860.072038,1499.22399,954.7647285,2033.041195 +95956,2126.589196,858.6298028,1499.788688,959.5579354,2034.530403 +95957,2134.173407,857.2187559,1500.323694,964.6048749,2036.016646 +95958,2141.939418,855.8348773,1500.99811,969.4962584,2037.495791 +95959,2149.522889,854.4766238,1501.570205,974.5905684,2038.969409 +95960,2157.309187,853.1421709,1502.193513,979.4637206,2040.434791 +95961,2164.876365,851.7995275,1502.815497,984.5724476,2041.89436 +95962,2172.39573,850.5569932,1503.44166,989.5218436,2043.345878 +95963,2180.045972,849.2681694,1504.072452,994.5346774,2044.791945 +95964,2187.486526,848.0274139,1504.757051,999.2930225,2046.177778 +95965,2195.060647,846.8032188,1505.317765,1004.822628,2047.692507 +95966,2202.424989,845.5992253,1505.993383,1009.590167,2049.079969 +95967,2209.912992,844.4155943,1506.626831,1014.653481,2050.510649 +95968,2217.192422,843.2514417,1507.269038,1019.809599,2051.926448 +95969,2224.582971,842.1068829,1507.913078,1024.770059,2053.338083 +95970,2231.767857,840.981058,1508.55739,1029.858198,2054.743499 +95971,2237.294996,839.5429496,1508.40658,1033.971776,2056.098201 +95972,2242.357611,838.0203705,1508.106185,1038.034935,2057.482824 +95973,2248.374612,836.5571531,1507.730365,1041.900779,2058.9169 +95974,2253.87741,835.0185449,1507.301137,1045.759289,2060.208217 +95975,2257.068391,833.502801,1506.828706,1049.383129,2061.614703 +95976,2263.641624,831.9807931,1506.31801,1053.134407,2062.965 +95977,2264.976149,830.4585195,1505.772651,1056.679087,2064.315708 +95978,2273.338982,828.936718,1505.194612,1060.195385,2065.656914 +95979,2271.213596,827.4161326,1504.586054,1063.632673,2066.988307 +95980,2283.718178,825.8667163,1503.896883,1066.997232,2068.308169 +95981,2274.791347,824.3941198,1503.307739,1070.245879,2069.616365 +95982,2296.322336,822.857946,1502.578637,1073.573313,2070.911211 +95983,2273.52281,821.3503635,1501.868925,1076.621281,2072.192766 +95984,2314.381305,819.840908,1501.126674,1079.731079,2073.405047 +95985,2262.731866,818.334474,1500.360984,1082.721109,2074.740443 +95986,2303.551359,816.8310825,1499.62323,1085.642703,2075.935646 +95987,2299.068297,815.3311294,1498.737176,1088.444454,2077.164273 +95988,2299.567064,813.5376107,1497.942489,1091.281086,2078.367734 +95989,2302.922375,812.4810006,1497.083322,1093.942484,2079.554263 +95990,2305.239237,810.7799438,1496.211926,1096.565234,2080.722621 +95991,2306.988225,809.3418565,1495.321546,1099.102962,2081.873056 +95992,2313.420999,806.5414441,1491.262795,1092.032825,2083.025591 +95993,2242.348543,804.7860425,1489.724742,1092.83395,2084.078922 +95994,2304.007866,803.1411902,1488.424537,1094.246429,2085.13689 +95995,2302.737493,801.5380673,1487.180788,1095.787219,2086.176874 +95996,2251.382308,799.9538555,1485.953465,1097.351318,2087.197389 +95997,2297.065184,798.3815477,1484.728107,1098.899529,2088.194863 +95998,2307.298,796.8175368,1483.497956,1100.412054,2089.166089 +95999,2245.928505,795.2601773,1482.259879,1101.924299,2090.109549 +96000,2301.46173,793.7080104,1481.011267,1103.268944,2091.022574 +96001,2126.113152,725.9456146,1326.330146,1038.344216,1805.870594 +96002,2127.889852,723.6645253,1323.991656,1039.019893,1804.801145 +96003,2126.451986,721.7304148,1321.132343,1039.772921,1804.33795 +96004,2125.025141,720.0869815,1319.356368,1040.582985,1804.03605 +96005,2123.462464,717.8847964,1317.296203,1041.358304,1803.830428 +96006,2122.040992,716.2428476,1315.332516,1042.090392,1803.675184 +96007,2120.343505,714.4094823,1313.392113,1042.770668,1803.547002 +96008,2118.623276,712.628039,1311.463499,1043.393894,1803.431464 +96009,2116.784518,710.8592104,1309.542186,1043.957022,1803.321335 +96010,2114.838056,709.1015096,1307.625064,1044.457848,1803.211376 +96011,2112.78147,707.3540787,1305.710777,1044.937935,1803.099524 +96012,2110.613567,705.6162462,1303.757562,1045.246807,1802.983367 +96013,2108.330737,703.8877459,1301.905422,1045.584023,1802.862436 +96014,2105.933956,702.168144,1299.965572,1045.817817,1802.735213 +96015,2103.419748,700.4573193,1298.060238,1045.99121,1802.601781 +96016,2100.877442,698.7549183,1296.148742,1046.097257,1802.460937 +96017,2098.006937,697.0608704,1294.236663,1046.135617,1802.312982 +96018,2095.206655,695.3748486,1292.323643,1046.105825,1802.156836 +96019,2066.308135,692.044016,1286.455395,1034.676158,1801.968099 +96020,2059.552915,690.0145676,1283.752658,1032.812891,1801.764251 +96021,2054.546196,688.1183811,1281.307125,1031.634176,1801.546241 +96022,2049.78931,686.2695814,1279.031113,1030.525756,1801.317294 +96023,2045.127841,684.444233,1276.704328,1029.491996,1801.079269 +96024,2040.497463,682.6336743,1274.426686,1028.410771,1800.827757 +96025,2035.858112,680.8335075,1272.150754,1027.422773,1800.559474 +96026,2031.190756,679.0411371,1269.876801,1026.268276,1800.271168 +96027,2026.484729,677.25531,1267.602659,1025.229178,1799.962398 +96028,2021.813296,675.4750936,1265.326428,1024.005403,1799.592303 +96029,2016.896489,673.7000963,1263.047442,1022.894248,1799.302952 +96030,2012.10259,671.929885,1260.726615,1021.592966,1798.902691 +96031,2007.516112,669.887838,1257.852316,1020.441512,1798.519394 +96032,2002.930994,668.006155,1254.746717,1019.199291,1798.108832 +96033,1998.221641,665.5698086,1251.6003,1017.857095,1798.076233 +96034,1993.65538,663.5755825,1248.394259,1016.566211,1797.022791 +96035,1988.857386,661.3854009,1245.142328,1015.134392,1796.845659 +96036,1984.141722,659.2125032,1241.811961,1013.729906,1796.300878 +96037,1979.159501,657.0277977,1238.532693,1012.166683,1795.797813 +96038,1974.27974,654.8314042,1235.136975,1010.642822,1795.279376 +96039,1969.265928,652.6240539,1231.736305,1009.032549,1794.744317 +96040,1964.195622,650.40609,1228.295535,1007.376991,1794.192014 +96041,1959.053963,648.1780806,1224.821032,1005.669888,1793.623253 +96042,1953.841832,645.9402426,1221.277376,1003.910748,1793.037232 +96043,1948.633379,643.6930647,1217.790685,1002.099548,1792.434684 +96044,1943.089751,641.4366973,1214.194645,1000.236004,1791.814792 +96045,1937.828965,639.1715569,1210.598618,998.7242254,1791.178365 +96046,1932.261511,636.8977508,1206.967407,996.1668202,1790.524566 +96047,1926.698217,634.615653,1203.27172,994.3865517,1789.854172 +96048,1921.051085,632.3253285,1199.633669,992.3144166,1789.166379 +96049,1915.332617,629.8252944,1195.891798,990.1601372,1788.461993 +96050,1909.61612,627.8064492,1192.151727,987.9896311,1787.74022 +96051,1903.641938,625.5481197,1188.37943,985.7615813,1787.000809 +96052,1897.760022,622.9753642,1184.546944,983.4829606,1786.248404 +96053,1891.666665,620.7816269,1180.771827,981.1521913,1785.474547 +96054,1885.698701,618.4162423,1176.896611,978.7710037,1784.685245 +96055,1879.570819,616.0729969,1173.025272,976.3393656,1783.879089 +96056,1873.259056,613.722702,1169.090086,973.8576012,1783.055663 +96057,1867.025783,611.3657823,1165.212893,971.2872726,1782.21577 +96058,1837.221185,607.8196359,1158.372376,958.0470009,1781.274121 +96059,1827.577495,605.245805,1153.96073,953.7337213,1780.42517 +96060,1819.585647,602.7415341,1149.756456,950.2373769,1779.508077 +96061,1827.72333,600.7356386,945.5114365,946.5613148,1795.522634 +96062,1998.235305,729.7509035,938.6684716,1075.993257,2228.022151 +96063,2047.209845,731.1838226,969.8269353,1075.559268,2280.373462 +96064,2079.015349,729.1815155,994.9179656,1072.690827,2313.875792 +96065,2091.388098,726.5238718,1010.719717,1069.797462,2326.857469 +96066,2095.307855,724.7536685,1021.449761,1067.14001,2332.221709 +96067,2095.686044,722.492895,1029.248088,1064.293829,2334.296531 +96068,2094.679583,720.3908544,1035.271194,1061.492415,2335.170127 +96069,2093.158087,718.161615,1040.134833,1058.326594,2335.607221 +96070,2091.439781,715.9544067,1044.163931,1055.374246,2335.90112 +96071,2087.436039,713.724379,1047.531592,1052.247348,2336.142025 +96072,2035.938948,711.6270911,1050.355443,1048.152401,2336.371398 +96073,2048.849355,709.4058141,1052.706493,1044.809297,2336.553413 +96074,2036.5459,707.1583095,1054.659267,1041.333821,2336.703338 +96075,2031.234982,704.8983165,1056.283426,1037.992076,2336.851263 +96076,2022.973962,702.6286732,1057.623088,1034.475184,2336.987469 +96077,2010.14386,700.3062221,1058.719138,1031.082409,2337.11051 +96078,2008.996401,698.0883055,1059.589352,1027.438545,2337.180989 +96079,2000.181248,695.7644519,1060.276859,1024.09822,2337.229572 +96080,1987.399378,693.4749504,1060.821074,1020.490591,2337.289327 +96081,1986.082744,691.1728983,1061.236218,1016.897181,2337.345333 +96082,1976.797784,688.8655451,1061.536456,1013.271541,2337.390048 +96083,1968.862377,686.5533459,1061.72177,1009.710621,2337.390202 +96084,1961.317199,684.2363779,1061.817926,1005.983562,2337.376117 +96085,1949.176977,681.9149153,1061.847342,1002.316213,2337.374903 +96086,1947.80946,679.5457854,1061.812271,998.6477466,2337.371672 +96087,1937.750009,677.2794375,1061.717421,994.9566196,2337.360094 +96088,1930.026251,674.913064,1061.569171,991.1539055,2337.340197 +96089,1922.513524,672.5811426,1061.359052,987.474944,2337.280648 +96090,1914.687802,670.2035888,1061.103917,983.6457862,2337.209206 +96091,1907.944412,667.8592716,1060.81755,980.2677449,2337.149381 +96092,1901.377631,665.4849093,1060.497847,977.2140967,2337.089204 +96093,1889.884139,663.0990114,1060.145726,973.9622342,2337.025228 +96094,1890.461026,660.7052354,1059.761898,970.7955834,2336.954125 +96095,1880.93033,658.2624857,1059.347607,967.6298243,2336.874026 +96096,1874.841565,655.9170431,1058.905491,964.4735465,2336.786551 +96097,1868.761141,653.4718245,1058.424182,961.3257853,2336.662125 +96098,1862.067521,651.0576277,1057.917145,958.1186874,2336.527828 +96099,1855.743042,648.5912115,1057.396163,955.0397814,2336.407354 +96100,1849.607641,646.1854993,1056.855513,951.8960725,2336.286522 +96101,1843.026808,643.7110081,1056.295627,948.8136612,2336.162114 +96102,1836.905125,641.2944054,1055.715705,945.6349679,2336.031208 +96103,1798.607495,638.4629517,1055.120361,926.9269957,2335.900783 +96104,1787.474895,635.9967056,1054.485644,921.4223803,2335.740533 +96105,1761.238162,633.4612718,1053.822961,917.0018156,2335.567474 +96106,1797.699504,630.9636102,1053.145321,912.8630838,2335.39725 +96107,1731.219627,628.4569611,1052.452443,908.8606704,2335.220716 +96108,1787.64938,625.9450924,1051.746509,904.9525927,2335.03928 +96109,1714.964269,623.4278273,1051.027433,901.1137635,2334.851572 +96110,1764.679765,620.8646119,1050.294933,897.265368,2334.656393 +96111,1713.698655,618.3927146,1049.549212,893.6186107,2334.453605 +96112,1733.533752,615.8268744,1048.79047,889.8738221,2334.242948 +96113,1716.83894,613.2903915,1048.019125,886.2223127,2334.024614 +96114,1711.672903,610.7409925,1047.235484,882.658141,2333.798566 +96115,1705.0171,608.1860284,1046.439798,878.9107788,2333.564702 +96116,1698.185788,605.6250076,1045.632367,875.4865383,2333.323088 +96117,1698.085988,603.0207214,1044.813478,871.9026161,2333.073814 +96118,1674.881131,600.5055925,1043.983308,868.4135136,2332.81677 +96119,1683.40229,597.9010505,1043.142127,864.9454448,2332.552088 +96120,1671.01729,595.325798,1042.290284,861.4457439,2332.280124 +96121,0,0,0,0,0 +96122,0,0,0,0,0 +96123,0,0,0,0,0 +96124,0,0,0,0,0 +96125,0,0,0,0,0 +96126,0,0,0,0,0 +96127,0,0,0,0,0 +96128,0,0,0,0,0 +96129,0,0,0,0,0 +96130,0,0,0,0,0 +96131,0,0,0,0,0 +96132,0,0,0,0,0 +96133,0,0,0,0,0 +96134,0,0,0,0,0 +96135,0,0,0,0,0 +96136,0,0,0,0,0 +96137,0,0,0,0,0 +96138,0,0,0,0,0 +96139,0,0,0,0,0 +96140,0,0,0,0,0 +96141,0,0,0,0,0 +96142,0,0,0,0,0 +96143,0,0,0,0,0 +96144,0,0,0,0,0 +96145,0,0,0,0,0 +96146,0,0,0,0,0 +96147,0,0,0,0,0 +96148,0,0,0,0,0 +96149,0,0,0,0,0 +96150,0,0,0,0,0 +96151,0,0,0,0,0 +96152,0,0,0,0,0 +96153,0,0,0,0,0 +96154,0,0,0,0,0 +96155,0,0,0,0,0 +96156,0,0,0,0,0 +96157,0,0,0,0,0 +96158,0,0,0,0,0 +96159,0,0,0,0,0 +96160,0,0,0,0,0 +96161,0,0,0,0,0 +96162,0,0,0,0,0 +96163,0,0,0,0,0 +96164,0,0,0,0,0 +96165,0,0,0,0,0 +96166,0,0,0,0,0 +96167,0,0,0,0,0 +96168,0,0,0,0,0 +96169,0,0,0,0,0 +96170,0,0,0,0,0 +96171,0,0,0,0,0 +96172,0,0,0,0,0 +96173,0,0,0,0,0 +96174,0,0,0,0,0 +96175,0,0,0,0,0 +96176,0,0,0,0,0 +96177,0,0,0,0,0 +96178,0,0,0,0,0 +96179,0,0,0,0,0 +96180,0,0,0,0,0 +96181,0,0,0,0,0 +96182,0,0,0,0,0 +96183,0,0,0,0,0 +96184,0,0,0,0,0 +96185,0,0,0,0,0 +96186,0,0,0,0,0 +96187,0,0,0,0,0 +96188,0,0,0,0,0 +96189,0,0,0,0,0 +96190,0,0,0,0,0 +96191,0,0,0,0,0 +96192,0,0,0,0,0 +96193,0,0,0,0,0 +96194,0,0,0,0,0 +96195,0,0,0,0,0 +96196,0,0,0,0,0 +96197,0,0,0,0,0 +96198,0,0,0,0,0 +96199,0,0,0,0,0 +96200,0,0,0,0,0 +96201,0,0,0,0,0 +96202,0,0,0,0,0 +96203,0,0,0,0,0 +96204,0,0,0,0,0 +96205,0,0,0,0,0 +96206,0,0,0,0,0 +96207,0,0,0,0,0 +96208,0,0,0,0,0 +96209,0,0,0,0,0 +96210,0,0,0,0,0 +96211,0,0,0,0,0 +96212,0,0,0,0,0 +96213,0,0,0,0,0 +96214,0,0,0,0,0 +96215,0,0,0,0,0 +96216,0,0,0,0,0 +96217,0,0,0,0,0 +96218,0,0,0,0,0 +96219,0,0,0,0,0 +96220,0,0,0,0,0 +96221,0,0,0,0,0 +96222,0,0,0,0,0 +96223,0,0,0,0,0 +96224,0,0,0,0,0 +96225,0,0,0,0,0 +96226,0,0,0,0,0 +96227,0,0,0,0,0 +96228,0,0,0,0,0 +96229,0,0,0,0,0 +96230,0,0,0,0,0 +96231,0,0,0,0,0 +96232,0,0,0,0,0 +96233,0,0,0,0,0 +96234,0,0,0,0,0 +96235,0,0,0,0,0 +96236,0,0,0,0,0 +96237,0,0,0,0,0 +96238,0,0,0,0,0 +96239,0,0,0,0,0 +96240,0,0,0,0,0 +96241,0,0,0,0,0 +96242,0,0,0,0,0 +96243,0,0,0,0,0 +96244,0,0,0,0,0 +96245,0,0,0,0,0 +96246,0,0,0,0,0 +96247,0,0,0,0,0 +96248,0,0,0,0,0 +96249,0,0,0,0,0 +96250,0,0,0,0,0 +96251,0,0,0,0,0 +96252,0,0,0,0,0 +96253,0,0,0,0,0 +96254,0,0,0,0,0 +96255,0,0,0,0,0 +96256,0,0,0,0,0 +96257,0,0,0,0,0 +96258,0,0,0,0,0 +96259,0,0,0,0,0 +96260,0,0,0,0,0 +96261,0,0,0,0,0 +96262,0,0,0,0,0 +96263,0,0,0,0,0 +96264,0,0,0,0,0 +96265,0,0,0,0,0 +96266,0,0,0,0,0 +96267,0,0,0,0,0 +96268,0,0,0,0,0 +96269,0,0,0,0,0 +96270,0,0,0,0,0 +96271,0,0,0,0,0 +96272,0,0,0,0,0 +96273,0,0,0,0,0 +96274,0,0,0,0,0 +96275,0,0,0,0,0 +96276,0,0,0,0,0 +96277,0,0,0,0,0 +96278,0,0,0,0,0 +96279,0,0,0,0,0 +96280,0,0,0,0,0 +96281,0,0,0,0,0 +96282,0,0,0,0,0 +96283,0,0,0,0,0 +96284,0,0,0,0,0 +96285,0,0,0,0,0 +96286,0,0,0,0,0 +96287,0,0,0,0,0 +96288,0,0,0,0,0 +96289,0,0,0,0,0 +96290,0,0,0,0,0 +96291,0,0,0,0,0 +96292,0,0,0,0,0 +96293,0,0,0,0,0 +96294,0,0,0,0,0 +96295,0,0,0,0,0 +96296,0,0,0,0,0 +96297,0,0,0,0,0 +96298,0,0,0,0,0 +96299,0,0,0,0,0 +96300,0,0,0,0,0 +96301,0,0,0,0,0 +96302,0,0,0,0,0 +96303,0,0,0,0,0 +96304,0,0,0,0,0 +96305,0,0,0,0,0 +96306,0,0,0,0,0 +96307,0,0,0,0,0 +96308,0,0,0,0,0 +96309,0,0,0,0,0 +96310,0,0,0,0,0 +96311,0,0,0,0,0 +96312,0,0,0,0,0 +96313,0,0,0,0,0 +96314,0,0,0,0,0 +96315,0,0,0,0,0 +96316,0,0,0,0,0 +96317,0,0,0,0,0 +96318,0,0,0,0,0 +96319,0,0,0,0,0 +96320,0,0,0,0,0 +96321,0,0,0,0,0 +96322,0,0,0,0,0 +96323,0,0,0,0,0 +96324,0,0,0,0,0 +96325,0,0,0,0,0 +96326,0,0,0,0,0 +96327,0,0,0,0,0 +96328,0,0,0,0,0 +96329,0,0,0,0,0 +96330,0,0,0,0,0 +96331,0,0,0,0,0 +96332,0,0,0,0,0 +96333,0,0,0,0,0 +96334,0,0,0,0,0 +96335,0,0,0,0,0 +96336,0,0,0,0,0 +96337,0,0,0,0,0 +96338,0,0,0,0,0 +96339,0,0,0,0,0 +96340,0,0,0,0,0 +96341,0,0,0,0,0 +96342,0,0,0,0,0 +96343,0,0,0,0,0 +96344,0,0,0,0,0 +96345,0,0,0,0,0 +96346,0,0,0,0,0 +96347,0,0,0,0,0 +96348,0,0,0,0,0 +96349,0,0,0,0,0 +96350,0,0,0,0,0 +96351,0,0,0,0,0 +96352,0,0,0,0,0 +96353,0,0,0,0,0 +96354,0,0,0,0,0 +96355,0,0,0,0,0 +96356,0,0,0,0,0 +96357,0,0,0,0,0 +96358,0,0,0,0,0 +96359,0,0,0,0,0 +96360,0,0,0,0,0 +96361,0,0,0,0,0 +96362,0,0,0,0,0 +96363,0,0,0,0,0 +96364,0,0,0,0,0 +96365,0,0,0,0,0 +96366,0,0,0,0,0 +96367,0,0,0,0,0 +96368,0,0,0,0,0 +96369,0,0,0,0,0 +96370,0,0,0,0,0 +96371,0,0,0,0,0 +96372,0,0,0,0,0 +96373,0,0,0,0,0 +96374,0,0,0,0,0 +96375,0,0,0,0,0 +96376,0,0,0,0,0 +96377,0,0,0,0,0 +96378,0,0,0,0,0 +96379,0,0,0,0,0 +96380,0,0,0,0,0 +96381,0,0,0,0,0 +96382,0,0,0,0,0 +96383,0,0,0,0,0 +96384,0,0,0,0,0 +96385,0,0,0,0,0 +96386,0,0,0,0,0 +96387,0,0,0,0,0 +96388,0,0,0,0,0 +96389,0,0,0,0,0 +96390,0,0,0,0,0 +96391,0,0,0,0,0 +96392,0,0,0,0,0 +96393,0,0,0,0,0 +96394,0,0,0,0,0 +96395,0,0,0,0,0 +96396,0,0,0,0,0 +96397,0,0,0,0,0 +96398,0,0,0,0,0 +96399,0,0,0,0,0 +96400,0,0,0,0,0 +96401,0,0,0,0,0 +96402,0,0,0,0,0 +96403,0,0,0,0,0 +96404,0,0,0,0,0 +96405,0,0,0,0,0 +96406,0,0,0,0,0 +96407,0,0,0,0,0 +96408,0,0,0,0,0 +96409,0,0,0,0,0 +96410,0,0,0,0,0 +96411,0,0,0,0,0 +96412,0,0,0,0,0 +96413,0,0,0,0,0 +96414,0,0,0,0,0 +96415,0,0,0,0,0 +96416,0,0,0,0,0 +96417,0,0,0,0,0 +96418,0,0,0,0,0 +96419,0,0,0,0,0 +96420,0,0,0,0,0 +96421,0,0,0,0,0 +96422,0,0,0,0,0 +96423,0,0,0,0,0 +96424,0,0,0,0,0 +96425,0,0,0,0,0 +96426,0,0,0,0,0 +96427,0,0,0,0,0 +96428,0,0,0,0,0 +96429,0,0,0,0,0 +96430,0,0,0,0,0 +96431,0,0,0,0,0 +96432,0,0,0,0,0 +96433,0,0,0,0,0 +96434,0,0,0,0,0 +96435,0,0,0,0,0 +96436,0,0,0,0,0 +96437,0,0,0,0,0 +96438,0,0,0,0,0 +96439,0,0,0,0,0 +96440,0,0,0,0,0 +96441,0,0,0,0,0 +96442,0,0,0,0,0 +96443,0,0,0,0,0 +96444,0,0,0,0,0 +96445,0,0,0,0,0 +96446,0,0,0,0,0 +96447,0,0,0,0,0 +96448,0,0,0,0,0 +96449,0,0,0,0,0 +96450,0,0,0,0,0 +96451,0,0,0,0,0 +96452,0,0,0,0,0 +96453,0,0,0,0,0 +96454,0,0,0,0,0 +96455,0,0,0,0,0 +96456,0,0,0,0,0 +96457,0,0,0,0,0 +96458,0,0,0,0,0 +96459,0,0,0,0,0 +96460,0,0,0,0,0 +96461,0,0,0,0,0 +96462,0,0,0,0,0 +96463,0,0,0,0,0 +96464,0,0,0,0,0 +96465,0,0,0,0,0 +96466,0,0,0,0,0 +96467,0,0,0,0,0 +96468,0,0,0,0,0 +96469,0,0,0,0,0 +96470,0,0,0,0,0 +96471,0,0,0,0,0 +96472,0,0,0,0,0 +96473,0,0,0,0,0 +96474,0,0,0,0,0 +96475,0,0,0,0,0 +96476,0,0,0,0,0 +96477,0,0,0,0,0 +96478,0,0,0,0,0 +96479,0,0,0,0,0 +96480,0,0,0,0,0 +96481,0,0,0,0,0 +96482,0,0,0,0,0 +96483,0,0,0,0,0 +96484,0,0,0,0,0 +96485,0,0,0,0,0 +96486,0,0,0,0,0 +96487,0,0,0,0,0 +96488,0,0,0,0,0 +96489,0,0,0,0,0 +96490,0,0,0,0,0 +96491,0,0,0,0,0 +96492,0,0,0,0,0 +96493,0,0,0,0,0 +96494,0,0,0,0,0 +96495,0,0,0,0,0 +96496,0,0,0,0,0 +96497,0,0,0,0,0 +96498,0,0,0,0,0 +96499,0,0,0,0,0 +96500,0,0,0,0,0 +96501,0,0,0,0,0 +96502,0,0,0,0,0 +96503,0,0,0,0,0 +96504,0,0,0,0,0 +96505,0,0,0,0,0 +96506,0,0,0,0,0 +96507,0,0,0,0,0 +96508,0,0,0,0,0 +96509,0,0,0,0,0 +96510,0,0,0,0,0 +96511,0,0,0,0,0 +96512,0,0,0,0,0 +96513,0,0,0,0,0 +96514,0,0,0,0,0 +96515,0,0,0,0,0 +96516,0,0,0,0,0 +96517,0,0,0,0,0 +96518,0,0,0,0,0 +96519,0,0,0,0,0 +96520,0,0,0,0,0 +96521,0,0,0,0,0 +96522,0,0,0,0,0 +96523,0,0,0,0,0 +96524,0,0,0,0,0 +96525,0,0,0,0,0 +96526,0,0,0,0,0 +96527,0,0,0,0,0 +96528,0,0,0,0,0 +96529,0,0,0,0,0 +96530,0,0,0,0,0 +96531,0,0,0,0,0 +96532,0,0,0,0,0 +96533,0,0,0,0,0 +96534,0,0,0,0,0 +96535,0,0,0,0,0 +96536,0,0,0,0,0 +96537,0,0,0,0,0 +96538,0,0,0,0,0 +96539,0,0,0,0,0 +96540,0,0,0,0,0 +96541,0,0,0,0,0 +96542,0,0,0,0,0 +96543,0,0,0,0,0 +96544,0,0,0,0,0 +96545,0,0,0,0,0 +96546,0,0,0,0,0 +96547,0,0,0,0,0 +96548,0,0,0,0,0 +96549,0,0,0,0,0 +96550,0,0,0,0,0 +96551,0,0,0,0,0 +96552,0,0,0,0,0 +96553,0,0,0,0,0 +96554,0,0,0,0,0 +96555,0,0,0,0,0 +96556,0,0,0,0,0 +96557,0,0,0,0,0 +96558,0,0,0,0,0 +96559,0,0,0,0,0 +96560,0,0,0,0,0 +96561,0,0,0,0,0 +96562,0,0,0,0,0 +96563,0,0,0,0,0 +96564,0,0,0,0,0 +96565,0,0,0,0,0 +96566,0,0,0,0,0 +96567,0,0,0,0,0 +96568,0,0,0,0,0 +96569,0,0,0,0,0 +96570,0,0,0,0,0 +96571,0,0,0,0,0 +96572,0,0,0,0,0 +96573,0,0,0,0,0 +96574,0,0,0,0,0 +96575,0,0,0,0,0 +96576,0,0,0,0,0 +96577,0,0,0,0,0 +96578,0,0,0,0,0 +96579,0,0,0,0,0 +96580,0,0,0,0,0 +96581,0,0,0,0,0 +96582,0,0,0,0,0 +96583,0,0,0,0,0 +96584,0,0,0,0,0 +96585,0,0,0,0,0 +96586,0,0,0,0,0 +96587,0,0,0,0,0 +96588,0,0,0,0,0 +96589,0,0,0,0,0 +96590,0,0,0,0,0 +96591,0,0,0,0,0 +96592,0,0,0,0,0 +96593,0,0,0,0,0 +96594,0,0,0,0,0 +96595,0,0,0,0,0 +96596,0,0,0,0,0 +96597,0,0,0,0,0 +96598,0,0,0,0,0 +96599,0,0,0,0,0 +96600,0,0,0,0,0 +96601,0,0,0,0,0 +96602,0,0,0,0,0 +96603,0,0,0,0,0 +96604,0,0,0,0,0 +96605,0,0,0,0,0 +96606,0,0,0,0,0 +96607,0,0,0,0,0 +96608,0,0,0,0,0 +96609,0,0,0,0,0 +96610,0,0,0,0,0 +96611,0,0,0,0,0 +96612,0,0,0,0,0 +96613,0,0,0,0,0 +96614,0,0,0,0,0 +96615,0,0,0,0,0 +96616,0,0,0,0,0 +96617,0,0,0,0,0 +96618,0,0,0,0,0 +96619,0,0,0,0,0 +96620,0,0,0,0,0 +96621,0,0,0,0,0 +96622,0,0,0,0,0 +96623,0,0,0,0,0 +96624,0,0,0,0,0 +96625,0,0,0,0,0 +96626,0,0,0,0,0 +96627,0,0,0,0,0 +96628,0,0,0,0,0 +96629,0,0,0,0,0 +96630,0,0,0,0,0 +96631,0,0,0,0,0 +96632,0,0,0,0,0 +96633,0,0,0,0,0 +96634,0,0,0,0,0 +96635,0,0,0,0,0 +96636,0,0,0,0,0 +96637,0,0,0,0,0 +96638,0,0,0,0,0 +96639,0,0,0,0,0 +96640,0,0,0,0,0 +96641,0,0,0,0,0 +96642,0,0,0,0,0 +96643,0,0,0,0,0 +96644,0,0,0,0,0 +96645,0,0,0,0,0 +96646,0,0,0,0,0 +96647,0,0,0,0,0 +96648,0,0,0,0,0 +96649,0,0,0,0,0 +96650,0,0,0,0,0 +96651,0,0,0,0,0 +96652,0,0,0,0,0 +96653,0,0,0,0,0 +96654,0,0,0,0,0 +96655,0,0,0,0,0 +96656,0,0,0,0,0 +96657,0,0,0,0,0 +96658,0,0,0,0,0 +96659,0,0,0,0,0 +96660,0,0,0,0,0 +96661,0,0,0,0,0 +96662,0,0,0,0,0 +96663,0,0,0,0,0 +96664,0,0,0,0,0 +96665,0,0,0,0,0 +96666,0,0,0,0,0 +96667,0,0,0,0,0 +96668,0,0,0,0,0 +96669,0,0,0,0,0 +96670,0,0,0,0,0 +96671,0,0,0,0,0 +96672,0,0,0,0,0 +96673,0,0,0,0,0 +96674,0,0,0,0,0 +96675,0,0,0,0,0 +96676,0,0,0,0,0 +96677,0,0,0,0,0 +96678,0,0,0,0,0 +96679,0,0,0,0,0 +96680,0,0,0,0,0 +96681,0,0,0,0,0 +96682,0,0,0,0,0 +96683,0,0,0,0,0 +96684,0,0,0,0,0 +96685,0,0,0,0,0 +96686,0,0,0,0,0 +96687,0,0,0,0,0 +96688,0,0,0,0,0 +96689,0,0,0,0,0 +96690,0,0,0,0,0 +96691,0,0,0,0,0 +96692,0,0,0,0,0 +96693,0,0,0,0,0 +96694,0,0,0,0,0 +96695,0,0,0,0,0 +96696,0,0,0,0,0 +96697,0,0,0,0,0 +96698,0,0,0,0,0 +96699,0,0,0,0,0 +96700,0,0,0,0,0 +96701,0,0,0,0,0 +96702,0,0,0,0,0 +96703,0,0,0,0,0 +96704,0,0,0,0,0 +96705,0,0,0,0,0 +96706,0,0,0,0,0 +96707,0,0,0,0,0 +96708,0,0,0,0,0 +96709,0,0,0,0,0 +96710,0,0,0,0,0 +96711,0,0,0,0,0 +96712,0,0,0,0,0 +96713,0,0,0,0,0 +96714,0,0,0,0,0 +96715,0,0,0,0,0 +96716,0,0,0,0,0 +96717,0,0,0,0,0 +96718,0,0,0,0,0 +96719,0,0,0,0,0 +96720,0,0,0,0,0 +96721,0,0,0,0,0 +96722,0,0,0,0,0 +96723,0,0,0,0,0 +96724,0,0,0,0,0 +96725,0,0,0,0,0 +96726,0,0,0,0,0 +96727,0,0,0,0,0 +96728,0,0,0,0,0 +96729,0,0,0,0,0 +96730,0,0,0,0,0 +96731,0,0,0,0,0 +96732,0,0,0,0,0 +96733,0,0,0,0,0 +96734,0,0,0,0,0 +96735,0,0,0,0,0 +96736,0,0,0,0,0 +96737,0,0,0,0,0 +96738,0,0,0,0,0 +96739,0,0,0,0,0 +96740,0,0,0,0,0 +96741,0,0,0,0,0 +96742,0,0,0,0,0 +96743,0,0,0,0,0 +96744,0,0,0,0,0 +96745,0,0,0,0,0 +96746,0,0,0,0,0 +96747,0,0,0,0,0 +96748,0,0,0,0,0 +96749,0,0,0,0,0 +96750,0,0,0,0,0 +96751,0,0,0,0,0 +96752,0,0,0,0,0 +96753,0,0,0,0,0 +96754,0,0,0,0,0 +96755,0,0,0,0,0 +96756,0,0,0,0,0 +96757,0,0,0,0,0 +96758,0,0,0,0,0 +96759,0,0,0,0,0 +96760,0,0,0,0,0 +96761,0,0,0,0,0 +96762,0,0,0,0,0 +96763,0,0,0,0,0 +96764,0,0,0,0,0 +96765,0,0,0,0,0 +96766,0,0,0,0,0 +96767,0,0,0,0,0 +96768,0,0,0,0,0 +96769,0,0,0,0,0 +96770,0,0,0,0,0 +96771,0,0,0,0,0 +96772,0,0,0,0,0 +96773,0,0,0,0,0 +96774,0,0,0,0,0 +96775,0,0,0,0,0 +96776,0,0,0,0,0 +96777,0,0,0,0,0 +96778,0,0,0,0,0 +96779,0,0,0,0,0 +96780,0,0,0,0,0 +96781,0,0,0,0,0 +96782,0,0,0,0,0 +96783,0,0,0,0,0 +96784,0,0,0,0,0 +96785,0,0,0,0,0 +96786,0,0,0,0,0 +96787,0,0,0,0,0 +96788,0,0,0,0,0 +96789,0,0,0,0,0 +96790,0,0,0,0,0 +96791,0,0,0,0,0 +96792,0,0,0,0,0 +96793,0,0,0,0,0 +96794,0,0,0,0,0 +96795,0,0,0,0,0 +96796,0,0,0,0,0 +96797,0,0,0,0,0 +96798,0,0,0,0,0 +96799,0,0,0,0,0 +96800,0,0,0,0,0 +96801,0,0,0,0,0 +96802,0,0,0,0,0 +96803,0,0,0,0,0 +96804,0,0,0,0,0 +96805,0,0,0,0,0 +96806,0,0,0,0,0 +96807,0,0,0,0,0 +96808,0,0,0,0,0 +96809,0,0,0,0,0 +96810,0,0,0,0,0 +96811,0,0,0,0,0 +96812,0,0,0,0,0 +96813,0,0,0,0,0 +96814,0,0,0,0,0 +96815,0,0,0,0,0 +96816,0,0,0,0,0 +96817,0,0,0,0,0 +96818,0,0,0,0,0 +96819,0,0,0,0,0 +96820,0,0,0,0,0 +96821,0,0,0,0,0 +96822,0,0,0,0,0 +96823,0,0,0,0,0 +96824,0,0,0,0,0 +96825,0,0,0,0,0 +96826,0,0,0,0,0 +96827,0,0,0,0,0 +96828,0,0,0,0,0 +96829,0,0,0,0,0 +96830,0,0,0,0,0 +96831,0,0,0,0,0 +96832,0,0,0,0,0 +96833,0,0,0,0,0 +96834,0,0,0,0,0 +96835,0,0,0,0,0 +96836,0,0,0,0,0 +96837,0,0,0,0,0 +96838,0,0,0,0,0 +96839,0,0,0,0,0 +96840,0,0,0,0,0 +96841,0,0,0,0,0 +96842,0,0,0,0,0 +96843,0,0,0,0,0 +96844,0,0,0,0,0 +96845,0,0,0,0,0 +96846,0,0,0,0,0 +96847,0,0,0,0,0 +96848,0,0,0,0,0 +96849,0,0,0,0,0 +96850,0,0,0,0,0 +96851,0,0,0,0,0 +96852,0,0,0,0,0 +96853,0,0,0,0,0 +96854,0,0,0,0,0 +96855,0,0,0,0,0 +96856,0,0,0,0,0 +96857,0,0,0,0,0 +96858,0,0,0,0,0 +96859,0,0,0,0,0 +96860,0,0,0,0,0 +96861,0,0,0,0,0 +96862,0,0,0,0,0 +96863,0,0,0,0,0 +96864,0,0,0,0,0 +96865,0,0,0,0,0 +96866,0,0,0,0,0 +96867,0,0,0,0,0 +96868,0,0,0,0,0 +96869,0,0,0,0,0 +96870,0,0,0,0,0 +96871,0,0,0,0,0 +96872,0,0,0,0,0 +96873,0,0,0,0,0 +96874,0,0,0,0,0 +96875,0,0,0,0,0 +96876,0,0,0,0,0 +96877,0,0,0,0,0 +96878,0,0,0,0,0 +96879,0,0,0,0,0 +96880,0,0,0,0,0 +96881,0,0,0,0,0 +96882,0,0,0,0,0 +96883,0,0,0,0,0 +96884,0,0,0,0,0 +96885,0,0,0,0,0 +96886,0,0,0,0,0 +96887,0,0,0,0,0 +96888,0,0,0,0,0 +96889,0,0,0,0,0 +96890,0,0,0,0,0 +96891,0,0,0,0,0 +96892,0,0,0,0,0 +96893,0,0,0,0,0 +96894,0,0,0,0,0 +96895,0,0,0,0,0 +96896,0,0,0,0,0 +96897,0,0,0,0,0 +96898,0,0,0,0,0 +96899,0,0,0,0,0 +96900,0,0,0,0,0 +96901,-1404.571449,-583.7607118,-1335.193588,-622.029576,-66.92736513 +96902,-1541.593715,-617.9308986,-1467.072702,-659.5201271,-267.9639898 +96903,-1669.97245,-651.9944224,-1590.188456,-696.9327639,-489.6383406 +96904,-1975.798816,-788.3304941,-1890.738191,-836.9218982,-1211.709901 +96905,-1624.038438,-626.7231728,-1537.600547,-679.3122848,-656.8885118 +96906,-1715.76128,-664.695596,-1626.050881,-721.0902803,-803.5114906 +96907,-1778.082958,-690.2236042,-1685.322629,-750.2556541,-921.2923561 +96908,-1813.114632,-703.6905589,-1717.40867,-767.3212944,-1001.988227 +96909,-1817.066063,-153.9799469,-1718.473039,-770.3513059,-1031.12741 +96910,-1801.082824,-361.4769185,-1699.618185,-764.3172369,-1024.421656 +96911,-1862.830972,-291.4222553,-1759.157276,-794.5469356,-1196.249257 +96912,-1774.918821,-250.5889661,-1248.35365,-757.18652,-1115.077742 +96913,-1503.268208,-234.3227738,-1001.073905,-634.4085752,-623.995774 +96914,-1718.890273,-214.7296159,-1194.870479,-734.2637837,-1061.381304 +96915,-1403.213345,-191.5995856,-1074.231213,-591.5631077,-495.7338834 +96916,-1673.514244,-173.9929678,-1048.622975,-715.8220777,-1019.850623 +96917,-1354.52115,-153.7774617,-1023.940996,-571.2241746,-439.87922 +96918,-1456.537669,-136.6253155,-1002.551354,-616.3846321,-561.1329187 +96919,-1524.822032,-118.2548114,-979.9394162,-646.9540492,-654.0850551 +96920,-1738.126444,-99.58390958,-955.9880205,-745.9102852,-1114.243047 +96921,-1603.646143,-81.35944249,-936.8015492,-687.2738637,-968.5257651 +96922,-1520.456656,-63.81325046,-914.6214566,-650.9402922,-875.647808 +96923,-1390.928384,-45.90882935,-895.1336738,-619.4380609,-794.1597328 +96924,-1148.382072,-28.26352218,-874.7784593,-481.3340916,-191.361589 +96925,-1314.852659,-11.04223178,-856.5166006,-554.274901,-385.4682071 +96926,-1641.808167,7.208850036,-836.9753392,-704.0857274,-1022.377668 +96927,-1455.960698,34.37307507,-817.6120002,-647.3105401,-880.4061844 +96928,-1241.443897,56.90630224,-801.2234952,-608.2135688,-781.6806389 +96929,-1354.924757,79.71470746,-781.3592071,-576.3314667,-700.2530514 +96930,-1061.577263,102.5867858,-765.7016955,-440.4222709,-91.46670406 +96931,-1254.205595,123.0234487,-750.2897061,-525.0438115,-312.9258496 +96932,-1394.853019,143.7395753,-734.8904666,-587.6482647,-496.4945388 +96933,-1486.132082,162.6961024,-720.2368099,-628.5367164,-626.5780989 +96934,-1247.169215,35.43014246,-705.2751207,-725.3598776,-1097.217817 +96935,-1241.257485,203.746674,-691.051904,-547.5789307,-414.2038452 +96936,-1278.261489,43.48340396,-679.5473825,-690.5264719,-1034.180365 +96937,-1242.197112,79.43340903,-663.0731013,-502.8400209,-837.039854 +96938,-1233.997012,104.2819491,-652.2959156,-564.7797062,-706.0701614 +96939,-1009.726837,281.9061074,-638.590909,-413.0214016,-34.71178238 +96940,-1475.425512,81.50139327,-626.1712215,-622.2713763,-853.2015735 +96941,-1116.758811,258.8071475,-613.3410433,-459.5988459,-171.20036 +96942,-1198.17307,224.9516016,-600.9987821,-535.3851689,-372.3154477 +96943,-1184.247806,52.19413505,-591.3188496,-689.5678019,-1045.605535 +96944,-1167.0057,249.4044989,-576.6255177,-440.0123709,-264.0183994 +96945,-1161.867403,225.9759708,-569.3433014,-536.6696473,-412.3099394 +96946,-1149.287797,210.8035067,-555.2647706,-515.9538853,-509.1428429 +96947,-1138.536598,61.91236264,-544.6711603,-507.0960495,-1058.813809 +96948,-1130.122666,261.5782339,-535.2624198,-489.1473943,-254.1356033 +96949,-1119.717061,75.88120868,-524.6566287,-515.2490924,-984.8466847 +96950,-1110.436172,116.2725063,-513.6086707,-483.55901,-772.2896636 +96951,-982.3486423,312.9661268,-504.7876505,-406.0703751,-21.31683595 +96952,-1266.175497,106.5098601,-493.7080418,-600.7061167,-858.6367886 +96953,-998.4153518,305.7389707,-484.0957407,-419.6689206,-87.60809761 +96954,-1091.36696,104.9943253,-477.304471,-484.4393532,-894.0396736 +96955,-1032.885929,310.7001455,-464.4095197,-428.182777,-92.33297988 +96956,-1101.225991,275.7745333,-459.7540124,-508.848355,-303.8732114 +96957,-1023.435551,91.97738393,-447.3442238,-445.7980486,-1016.57414 +96958,-1041.191292,298.4189203,-440.7189027,-451.1745626,-197.6709755 +96959,-1027.763682,104.0733578,-431.3262481,-449.9730766,-968.1029513 +96960,-1018.269873,314.1583077,-423.4239453,-442.7772007,-143.0813189 +96961,149.3440126,273.781164,443.7008914,72.32676141,-373.1200168 +96962,76.2166824,116.6709911,81.43678145,34.58541127,-972.7789465 +96963,98.48359984,142.8364699,115.5223261,44.85591386,121.3815089 +96964,151.3990801,183.5016525,182.3083419,69.12309516,267.7111377 +96965,187.8117879,214.7856346,231.4821613,85.87273318,368.3099869 +96966,217.0140235,240.4751752,271.353106,99.30742464,446.090595 +96967,239.834595,261.3351737,302.887108,109.8131958,507.2862369 +96968,257.5489756,278.4335944,327.7768437,117.9844088,556.3112211 +96969,271.2813854,292.6409862,347.502041,124.3418252,595.8531288 +96970,281.8939256,304.5825268,363.1676151,129.2815077,627.6761365 +96971,290.0488043,314.7175024,375.6002735,133.1053022,653.1508545 +96972,296.2563545,323.3976084,385.4371123,136.0445703,673.4166526 +96973,300.9175826,330.9029029,393.1805825,138.2805267,689.4292646 +96974,304.351892,337.460077,399.2384227,139.957226,701.9800889 +96975,306.8130807,569.7777175,403.9368638,141.1889622,711.7131847 +96976,308.5029767,515.2133714,407.5358611,142.0665181,719.1502029 +96977,309.5867342,544.4038404,410.2570843,142.6494928,724.7222822 +96978,310.1766609,576.3133797,412.2527245,142.9882063,728.7447529 +96979,310.3870524,598.8885516,413.6761227,143.1383538,731.5200103 +96980,310.2948636,621.1342439,414.6297024,143.1389628,733.268466 +96981,309.9567953,642.6694339,415.2045119,143.022122,734.1746692 +96982,309.4181461,664.2861572,415.4674614,142.81299,734.389002 +96983,308.7182085,685.3849021,415.4781492,142.5312891,734.0337083 +96984,307.8916035,706.1917057,415.2783672,142.1925543,733.2082534 +96985,306.9673242,726.7146329,414.9037973,141.8090444,731.9935595 +96986,305.9685486,746.8620311,414.3879684,141.3904226,730.4554172 +96987,304.9133414,767.1824406,413.7504186,140.944293,728.6473521 +96988,303.8156198,786.5890675,413.0085282,140.4766144,726.6128283 +96989,302.6860865,806.5523805,412.1775801,139.9920496,724.3872263 +96990,301.5329251,825.6608506,411.2699492,139.4942259,721.9992488 +96991,300.3623807,843.481201,410.2952483,138.9859656,719.4722986 +96992,299.1735112,861.6287393,409.2500744,138.4663557,716.8252809 +96993,297.9660975,879.0133155,408.1327307,137.9350523,714.073593 +96994,296.7417908,895.7254753,406.9459351,137.3928708,711.2297331 +96995,295.5030056,922.271083,405.6947164,136.841136,708.3039781 +96996,294.2519615,942.9481946,404.3843205,136.2811271,705.3046817 +96997,292.9903747,964.4796778,403.019319,135.7138843,702.2387525 +96998,291.7194563,984.7553645,401.6034573,135.1401963,699.1118106 +96999,290.4400513,1005.149575,400.1398217,134.5606656,695.9285474 +97000,289.1527311,1025.174235,398.6309972,133.9757541,692.6927886 +97001,287.8578921,1044.932986,397.0792154,133.3858302,689.4077882 +97002,286.5557776,1064.429474,395.4864098,132.7911786,686.0762013 +97003,285.2465482,1083.671405,393.8543083,132.1920333,682.7003516 +97004,283.9302725,1102.666556,392.1844414,131.5885736,679.2821447 +97005,282.6069869,1121.421463,390.4782162,130.9809514,675.8233058 +97006,281.2766757,1139.943016,388.7369116,130.3692834,672.3252647 +97007,279.9393176,1158.23695,386.961734,129.7536724,668.7893614 +97008,278.5948664,1176.260548,385.1538096,129.1341999,665.2167237 +97009,277.2432836,1194.181373,383.3142245,128.5109409,661.6084455 +97010,275.8845209,1211.295513,381.4440154,127.8839572,657.9654614 +97011,274.5185464,1229.406115,379.5442012,127.2533099,654.2887108 +97012,273.1453231,1246.416656,377.6157675,126.61905,650.5790011 +97013,271.7648386,1263.421847,375.6597008,125.9812327,646.8371766 +97014,270.3770728,1280.24786,373.6769608,125.3399035,643.0639596 +97015,268.9820339,1296.97224,371.6685193,124.695115,639.2601272 +97016,269.6825865,1313.337336,371.7381919,125.0027581,639.2497348 +97017,273.8593191,1329.764419,375.2674051,126.8897088,645.5459346 +97018,278.0222401,1345.675561,378.7668655,128.7684106,651.8085886 +97019,282.3703776,1361.667853,382.4364028,130.7296559,658.400756 +97020,286.2588498,1377.507992,385.6320237,132.4814346,664.1475654 +97021,289.9686853,1562.209687,388.6357093,134.1528359,669.5557686 +97022,300.6153954,1580.228034,398.5810346,138.9428997,688.0798774 +97023,314.7311386,1596.848482,411.9948782,145.2442006,713.1752749 +97024,328.8200296,1613.476892,425.3763677,151.4637981,738.3660574 +97025,341.4341154,1629.531658,437.2746307,156.9614329,760.9952656 +97026,352.1359291,1648.720592,447.5583687,161.7019206,780.7991669 +97027,361.3524557,1667.690883,456.5312929,165.8430493,798.2821061 +97028,369.5393523,1679.228233,464.2812409,169.44811,813.9551571 +97029,376.9818832,1701.904493,471.1102875,172.6624038,828.1668843 +97030,383.8366064,1708.757266,477.2624904,175.5978195,841.1430988 +97031,390.2001221,1697.122,482.8897578,178.3217962,853.0483937 +97032,396.1464193,1752.821333,488.0865257,180.8750846,864.0190711 +97033,401.7393448,1747.795444,492.9208141,183.2864137,874.1748594 +97034,407.0343633,1766.425951,497.4484551,185.5789881,883.6210974 +97035,412.0785413,1780.919254,501.7174451,187.7724269,892.4495188 +97036,416.9109425,1795.170738,505.7687318,189.8831272,900.7391442 +97037,421.5637669,1809.26766,509.6367736,191.9245594,908.5579019 +97038,426.0635162,1823.231987,513.3502834,193.9076512,915.9641262 +97039,430.4320907,1837.121871,516.9331866,195.8412546,923.0080331 +97040,434.6876147,1850.673757,520.4054563,197.7325426,929.7328589 +97041,438.8451437,1864.264947,523.783866,199.5873575,936.1759184 +97042,442.9152726,1877.639059,527.0806365,201.4095933,942.3659304 +97043,446.9037183,1890.89805,530.3030422,203.201012,948.322175 +97044,450.8329277,1904.100898,533.4750349,204.9710655,954.0937351 +97045,454.7046671,1916.872815,536.6013554,206.7198803,959.6914684 +97046,458.523939,1929.915848,539.7042554,208.4491281,965.1314805 +97047,462.2954463,1942.646848,542.7922234,210.1604148,970.4287121 +97048,466.0233158,1955.122476,545.8747895,211.8551479,975.5964671 +97049,469.722206,1967.646534,548.9539981,213.5345403,980.6464952 +97050,473.3937352,1979.966347,552.0282661,215.1996138,985.589068 +97051,477.0374584,1991.356203,555.0951663,216.8512397,990.4332049 +97052,480.3682487,2002.484304,557.8684111,218.360966,994.6688308 +97053,484.0510653,2013.400368,561.0104649,220.0313321,999.50958 +97054,487.6816359,2024.209119,564.1137972,221.6752487,1004.223153 +97055,491.2684148,2034.517622,631.1723903,223.2927455,1008.826616 +97056,494.8189419,2045.077378,698.1564862,224.885069,1013.335051 +97057,498.3394929,2055.180118,666.4004395,226.4549101,1017.761258 +97058,501.8347696,2065.299743,693.2660996,228.0052088,1022.115238 +97059,505.3081218,2075.008655,704.7551241,229.5384421,1026.404542 +97060,508.761869,2084.759408,716.524399,231.056478,1030.634796 +97061,512.1976683,2094.269593,727.5773196,232.5606898,1168.986779 +97062,515.6167949,2103.540188,738.7482639,234.0521307,1183.331133 +97063,519.0202104,2112.990077,749.6524961,235.5316217,1175.354916 +97064,522.4086127,2121.842074,760.4190519,236.9998194,1203.002747 +97065,525.7824665,2130.833138,771.0210515,238.457238,1217.884189 +97066,529.1421684,2139.579385,781.5944815,239.9043116,1232.458957 +97067,532.4880482,2148.193506,791.7696908,241.3413968,1246.513028 +97068,535.8204652,2156.764403,802.0925659,242.7688138,1260.648412 +97069,539.1369098,2168.160578,811.8855516,244.1868479,1274.260098 +97070,542.4277715,2176.014876,822.1535648,245.5957561,1288.151102 +97071,545.6874779,2185.438484,831.6750906,246.9957519,1301.115615 +97072,548.9159864,2192.002818,841.5516792,248.3870251,1314.642114 +97073,552.1158638,2204.086119,850.9404403,249.7697396,1327.395535 +97074,555.2900907,2204.131085,860.3976673,251.1440504,1340.590503 +97075,558.4411836,2191.795314,869.8093856,252.5100954,1352.95093 +97076,561.5711291,2231.987023,879.2127277,253.8680058,1365.455716 +97077,564.6815109,2223.079016,887.9485298,255.2179049,1378.02595 +97078,567.7736456,2233.54437,897.09446,256.5599126,1390.11397 +97079,630.5744197,2240.812492,906.082236,257.8941429,1402.026591 +97080,699.8584173,2247.431806,914.9341895,266.5862872,1414.241064 +97081,674.4947821,2256.82754,929.6610216,321.0507883,1447.248236 +97082,703.3513724,2263.869654,939.0182143,301.1919915,1459.849614 +97083,716.4285846,2270.388734,948.0922713,314.0806352,1472.50821 +97084,729.6296458,2276.803935,956.8054811,320.7653418,1484.434774 +97085,741.9082464,2283.133029,965.2252229,326.5453835,1495.754479 +97086,754.3365111,2289.049825,973.7831529,332.3848694,1507.202846 +97087,766.3870945,2295.047593,981.9245346,337.9879498,1518.319385 +97088,778.6342446,2300.82073,990.0411774,343.5715313,1529.274758 +97089,790.286303,2306.477185,998.3637905,348.9864005,1539.825649 +97090,802.050678,2312.005294,1006.346456,354.511342,1550.925301 +97091,813.7924334,2317.406615,1014.172212,359.7212501,1561.240699 +97092,825.0026528,2322.788352,1022.178146,365.010438,1571.687853 +97093,836.4809255,2327.784494,1030.045102,370.1237742,1581.961551 +97094,847.7314679,2332.776896,1037.549101,375.3686366,1592.081025 +97095,858.5631171,2337.827888,1045.178388,380.3673709,1602.156961 +97096,870.0544008,2342.536304,1052.895125,385.2724697,1612.052087 +97097,880.293052,2347.218125,1060.228445,390.2633119,1621.828778 +97098,891.5906494,2351.764046,1067.786841,395.0639513,1631.568077 +97099,901.9680351,2356.19057,1074.792703,399.9160275,1641.102006 +97100,912.6861947,2360.498458,1082.653291,404.6830419,1650.633865 +97101,923.0130901,2364.797148,1089.523844,409.3077936,1659.993763 +97102,933.3606182,2370.726181,1096.956041,413.9516571,1669.241739 +97103,943.7652688,2373.758288,1103.89571,418.6543888,1678.476862 +97104,954.1617661,2380.1625,1111.173267,423.0073474,1687.502132 +97105,963.6066581,2378.368804,1118.00459,427.6207954,1696.519478 +97106,974.254322,2396.545597,1125.176098,432.1584225,1705.445902 +97107,983.8294383,2365.54356,1131.904131,436.250902,1714.205181 +97108,993.8553665,2401.900867,1138.975686,440.8926566,1722.986738 +97109,1003.236993,2391.366041,1145.605191,445.0338402,1731.565296 +97110,1013.428228,2397.058669,1152.58269,449.3053065,1740.145318 +97111,1022.839018,2399.474264,1159.557351,453.8698299,1748.649239 +97112,1032.936849,2401.548981,1166.977951,458.1340221,1756.990615 +97113,1042.046129,2403.43417,1173.955428,462.4131093,1765.372718 +97114,1051.669127,2405.137795,1181.308387,466.9949123,1773.549137 +97115,1061.36943,2406.670504,1188.320503,471.147118,1781.744323 +97116,1070.729239,2408.038697,1195.547526,475.5468381,1789.485153 +97117,1079.961098,2409.247115,1202.536786,479.7223242,1798.046009 +97118,1089.385755,2410.299438,1209.699244,484.0378466,1805.699965 +97119,1098.435472,2411.199027,1216.600507,488.1579448,1813.703005 +97120,1107.7225,2411.948786,1223.7899,492.4229982,1821.48944 +97121,1116.349099,2412.551144,1230.557601,496.3594923,1829.252036 +97122,1125.965183,2413.00934,1237.721669,500.7637829,1836.939019 +97123,1134.520639,2413.324475,1244.423124,504.6747403,1844.567282 +97124,1143.596294,2413.499308,1251.494499,508.853571,1852.129458 +97125,1152.251179,2413.535715,1258.23174,512.9376034,1859.593656 +97126,1161.145871,2413.435457,1265.160669,516.8341329,1867.105096 +97127,1169.675868,2413.200339,1271.837757,520.706633,1874.505966 +97128,1178.443845,2412.832024,1278.799263,524.9409797,1881.734466 +97129,1186.850874,2412.332033,1285.332896,528.6942815,1889.110551 +97130,1195.494866,2411.701739,1292.233403,532.7199768,1896.293543 +97131,1203.454478,2410.943047,1298.765337,536.5252274,1903.426306 +97132,1212.498085,2410.056873,1305.619037,540.4808521,1910.653134 +97133,1220.407852,2409.044913,1312.043082,544.2394034,1917.618865 +97134,1228.87308,2407.908308,1318.831527,548.0031581,1924.626975 +97135,1234.569181,2412.755575,1316.507201,548.2927068,1931.340806 +97136,1242.488548,2412.563113,1321.37305,551.2336759,1938.510185 +97137,1251.018172,2411.75997,1326.817923,554.7226475,1945.258896 +97138,1258.289965,2410.722584,1333.482197,558.1012654,1952.179053 +97139,1266.711278,2409.50425,1339.019853,561.8189512,1958.902871 +97140,1274.364539,2408.131213,1345.305279,564.9679511,1965.577968 +97141,1163.199004,2352.32375,1233.104152,514.9234577,1755.284752 +97142,1168.393294,2349.169043,1235.330641,516.9491053,1743.577516 +97143,1173.431918,2346.011911,1239.362554,519.2789311,1746.256276 +97144,1179.071815,2342.96725,1243.217872,522.0471927,1750.47911 +97145,1184.745341,2339.860813,1247.357635,524.5632455,1754.385474 +97146,1190.463823,2336.686059,1251.548847,527.2340329,1758.587523 +97147,1196.195958,2333.539715,1255.795395,529.8977242,1762.84246 +97148,1201.586394,2330.031782,1260.110834,532.5682168,1767.147574 +97149,1207.834951,2326.662556,1264.353279,535.2407803,1771.515716 +97150,1213.274105,2323.105938,1268.695633,537.9131303,1772.162199 +97151,1219.015998,2319.356224,1273.017668,540.5840433,1775.205214 +97152,1224.674464,2315.779901,1277.354636,543.2521337,1777.169184 +97153,1230.310861,2311.876322,1281.737534,545.7638049,1779.567737 +97154,1235.922181,2307.968137,1286.029676,548.6591747,1781.906744 +97155,1241.508052,2303.950691,1290.412841,551.2010971,1784.251491 +97156,1247.067516,2299.839349,1294.765412,553.8787626,1786.602328 +97157,1252.96501,2295.635414,1299.126418,556.5251833,1788.958594 +97158,1257.909391,2291.339496,1303.528447,559.1664466,1791.318127 +97159,1263.657659,2286.951925,1307.831471,561.9567574,1793.285624 +97160,1269.083424,2282.473777,1312.223446,564.3451305,1796.301838 +97161,1274.445115,2277.794195,1316.57985,567.084032,1798.310689 +97162,1279.861692,2273.290606,1320.940254,569.6752542,1800.770542 +97163,1285.252791,2268.469367,1324.89445,572.2844489,1803.131691 +97164,1290.523468,2263.648286,1329.907693,574.8874498,1805.496747 +97165,1295.84913,2258.724247,1333.901178,577.4837333,1807.861156 +97166,1301.147672,2253.711952,1338.344115,579.9051553,1810.182326 +97167,1306.322863,2248.721134,1342.641914,582.7432998,1812.604685 +97168,1311.55226,2243.382099,1347.043031,585.193997,1814.930369 +97169,1316.754557,2238.072026,1351.388628,587.7890218,1817.290352 +97170,1321.42186,2232.852569,1355.656466,590.3487856,1819.638865 +97171,1326.613981,2227.794753,1358.633261,592.3276266,1821.88842 +97172,1330.850745,2222.752539,1361.552426,594.254365,1824.277843 +97173,1335.294899,2217.60901,1364.133026,596.0601561,1826.507715 +97174,1339.558471,2212.401056,1366.71417,597.8430765,1828.764422 +97175,1343.861054,2207.122254,1369.222422,599.5890234,1831.132619 +97176,1348.068761,2201.659016,1371.665443,601.2985001,1833.399088 +97177,1352.269358,2196.377734,1374.048423,602.9738654,1835.695512 +97178,1356.307931,2218.190724,1376.330071,604.6161687,1837.97456 +97179,1360.387172,2145.83975,1378.710268,606.227077,1840.243648 +97180,1364.373253,2198.319033,1380.829319,607.8070391,1842.4989 +97181,1368.312633,2172.043181,1383.035151,609.3576107,1844.742532 +97182,1372.24102,2164.389275,1385.145562,610.879118,1846.929028 +97183,1376.009155,2163.497279,1387.215595,612.3727485,1849.208651 +97184,1379.81992,2155.382028,1389.238705,613.8386374,1851.417062 +97185,1383.540248,2149.792017,1391.217351,615.2779737,1853.541241 +97186,1387.214035,2143.45822,1393.151322,616.6907299,1855.736879 +97187,1390.880587,2137.229623,1394.998517,618.0780497,1857.877883 +97188,1394.383238,2130.772069,1396.914719,619.4398336,1860.006036 +97189,1397.934431,2124.345678,1398.69111,620.7771613,1862.117173 +97190,1401.393279,2117.701767,1400.46589,621.898305,1864.207909 +97191,1404.808694,2110.991611,1402.195012,623.4759097,1866.237918 +97192,1408.172057,2104.39794,1403.884497,624.6009196,1868.35617 +97193,1411.530838,2097.396803,1405.536593,625.8752973,1870.357738 +97194,1414.72308,2090.45984,1407.196127,627.0944948,1872.376699 +97195,1417.967706,2083.393705,1408.704684,628.2920231,1874.370188 +97196,1421.91463,2072.2686,1418.515365,632.9850192,1876.472657 +97197,1425.166166,2064.363795,1421.184017,634.624861,1878.328121 +97198,1428.358935,2057.013992,1423.241834,636.0589729,1880.255641 +97199,1431.494685,2049.329018,1425.156257,637.3977079,1882.213196 +97200,1434.621158,2041.80502,1426.953737,638.6826653,1884.038821 +97201,1195.991552,1924.09399,1187.859211,530.8020677,1449.393703 +97202,1194.54396,1913.842311,1183.661014,529.2785992,1445.295563 +97203,1194.074981,1904.198239,1182.20714,528.9921904,1442.949745 +97204,1194.644076,1895.107477,1181.006578,528.8660068,1441.476232 +97205,1195.267147,1885.990805,1180.177958,528.8303079,1440.49471 +97206,1196.121275,1876.898989,1179.546659,528.8932261,1439.844917 +97207,1197.09389,1867.825291,1179.034504,529.008436,1439.424842 +97208,1198.130159,1858.920421,1178.592072,529.1514124,1439.160311 +97209,1199.20341,1849.708654,1178.192949,529.3097238,1439.011504 +97210,1200.297328,1840.593534,1177.821634,529.476209,1438.951834 +97211,1201.401843,1831.378673,1177.470188,529.6472394,1438.967647 +97212,1202.51053,1822.216971,1177.132356,529.820033,1439.045964 +97213,1203.277765,1812.880525,1176.805252,529.9933498,1439.181424 +97214,1204.902286,1803.567721,1176.485236,530.1656454,1439.365225 +97215,1205.748479,1794.18066,1176.171302,530.3365545,1439.595381 +97216,1206.898273,1784.74885,1175.86082,530.5050007,1439.864677 +97217,1207.979431,1775.258753,1175.553672,530.6710197,1440.172863 +97218,1209.050521,1765.627935,1175.247672,530.8337326,1440.51348 +97219,1210.109057,1756.22945,1174.943152,530.9933728,1440.887291 +97220,1211.153709,1746.403962,1174.638109,531.1491377,1441.288225 +97221,1212.184468,1736.677776,1174.333125,531.3013651,1441.717719 +97222,1213.19928,1727.019502,1174.026289,531.4492878,1442.169976 +97223,1214.198668,1717.227441,1173.718339,531.5932907,1442.646873 +97224,1215.181391,1707.17787,1173.407392,531.7326428,1443.142865 +97225,1216.146846,1697.423969,1173.094268,531.867771,1443.660187 +97226,1217.094329,1712.843512,1172.777158,531.9979196,1444.193403 +97227,1218.024589,1640.690807,1172.45692,532.1235445,1444.745003 +97228,1218.935181,1708.71571,1172.131266,532.2437035,1445.309344 +97229,1219.827924,1619.065245,1171.801886,532.3591593,1445.889783 +97230,1216.879441,1663.880568,1176.364435,534.5410937,1446.480433 +97231,1217.462009,1619.683149,1177.377133,535.2408486,1447.084103 +97232,1218.367085,1624.340307,1178.181128,535.8532913,1447.699397 +97233,1219.392384,1609.388148,1178.955206,536.4471933,1448.327278 +97234,1220.464388,1599.827951,1179.724063,537.037224,1448.963221 +97235,1221.56521,1589.565172,1180.498699,537.6279805,1449.60992 +97236,1222.684562,1579.057353,1181.281882,538.2208765,1450.263238 +97237,1223.819425,1568.873101,1182.076395,538.8172794,1450.926246 +97238,1224.964667,1558.488577,1182.881524,539.4169686,1451.595198 +97239,1226.120898,1548.246483,1183.698403,540.0205059,1452.273341 +97240,1227.285392,1537.824758,1184.525565,540.6272835,1452.957103 +97241,1228.458241,1527.554871,1185.363761,541.2376616,1453.6497 +97242,1229.63816,1517.228609,1186.21141,541.8509636,1454.347662 +97243,1230.825226,1506.92047,1187.069197,542.4675121,1455.054134 +97244,1232.018945,1496.614884,1187.935573,543.0866388,1455.765713 +97245,1233.218409,1486.382943,1188.844582,543.7086583,1456.485425 +97246,1234.423921,1475.999463,1189.677855,544.3329309,1457.209947 +97247,1235.635262,1465.692301,1190.593716,544.9597727,1457.942206 +97248,1236.851324,1455.56657,1191.487539,545.5885717,1458.678953 +97249,1238.072834,1445.168879,1192.394053,546.2196414,1459.422997 +97250,1239.299461,1434.968401,1193.307082,546.6983536,1460.171183 +97251,1240.531631,1424.720185,1194.227171,547.5638322,1460.926221 +97252,1241.767554,1414.493516,1195.153046,548.0881392,1461.685029 +97253,1243.009242,1404.283802,1196.085342,548.7515034,1462.450243 +97254,1244.255472,1394.151904,1197.022827,549.3906566,1463.218892 +97255,1245.506781,1383.89136,1197.96617,550.0317103,1463.993461 +97256,1246.762354,1373.713859,1198.91417,550.6735373,1464.771091 +97257,1248.024001,1363.718553,1199.867475,551.3166416,1465.55421 +97258,1249.224714,1353.516145,1200.761788,551.930487,1466.189194 +97259,1250.548598,1343.508128,1201.77339,552.5988129,1467.111664 +97260,1251.766578,1333.330318,1202.682863,553.2172669,1467.763149 +97261,1488.897407,1430.79664,1438.62974,660.6188961,1894.622426 +97262,1493.292016,1422.852072,1444.230249,663.164498,1899.923639 +97263,1497.816137,1414.348875,1447.758083,665.1828488,1904.247343 +97264,1501.305723,1405.609402,1451.05501,666.9392851,1907.883185 +97265,1504.470052,1396.755409,1454.118954,668.5609174,1911.061398 +97266,1507.557416,1387.898492,1456.927215,670.0891714,1914.072207 +97267,1510.474929,1378.863779,1459.522456,671.3382576,1916.831741 +97268,1513.366715,1369.887634,1462.081531,673.0928914,1919.328526 +97269,1516.067366,1361.012722,1464.649106,674.319611,1921.942738 +97270,1518.837227,1352.097038,1467.058684,675.7194294,1924.269919 +97271,1521.522598,1343.105191,1469.463721,677.0581291,1926.702009 +97272,1524.182815,1334.256634,1471.767721,678.3763729,1928.992605 +97273,1526.869321,1325.4471,1474.207771,679.6751015,1931.150026 +97274,1529.396384,1316.479532,1476.372759,680.9554805,1933.30693 +97275,1532.02391,1307.812899,1478.660789,682.2188451,1935.494066 +97276,1534.585333,1299.01551,1480.811213,683.4655701,1937.528323 +97277,1537.140403,1294.196596,1483.069851,684.6966483,1939.563051 +97278,1539.895884,1287.859894,1485.180511,686.1540418,1941.548942 +97279,1543.338425,1281.485427,1487.309327,686.9899993,1943.494214 +97280,1547.05948,1275.109515,1489.453433,688.3517714,1945.348865 +97281,1550.800574,1268.89659,1491.386997,689.4856761,1947.303572 +97282,1554.610809,1262.653168,1493.54566,690.6680563,1949.15224 +97283,1558.534494,1256.354876,1495.512456,691.7760209,1950.882501 +97284,1562.374391,1250.206173,1497.510028,692.9258843,1952.64138 +97285,1566.400763,1244.050081,1499.475519,694.041503,1954.459376 +97286,1570.356982,1237.966153,1501.35007,695.1421971,1955.977229 +97287,1574.534145,1231.941764,1503.267736,696.2234707,1957.806507 +97288,1578.697365,1225.811563,1505.239039,697.296763,1959.321706 +97289,1582.933107,1219.944533,1507.045633,698.3891732,1961.091438 +97290,1587.23596,1214.001374,1508.888027,699.4480479,1962.560578 +97291,1595.091682,1208.340426,1506.738032,698.7576247,1964.282742 +97292,1599.54739,1202.727154,1508.057518,699.6002494,1965.649025 +97293,1605.388614,1197.014212,1509.918457,700.6707488,1967.417824 +97294,1609.841678,1191.519904,1511.94896,701.7479663,1968.761067 +97295,1614.874733,1186.024744,1514.031182,702.9050671,1970.467061 +97296,1619.894067,1180.590306,1516.079939,704.0489214,1971.729378 +97297,1624.774493,1175.387325,1518.315065,705.1907055,1973.318152 +97298,1629.648378,1170.050175,1520.304509,706.0768401,1977.091241 +97299,1634.683886,1164.939712,1522.423367,707.6396198,1977.106046 +97300,1639.604576,1159.859491,1524.652492,708.6363236,1980.418292 +97301,1644.656685,1154.959484,1526.771415,709.8120535,1979.520623 +97302,1649.478817,1150.485152,1528.949826,711.0071788,1984.577473 +97303,1654.614235,1145.009913,1531.126366,712.1811669,1980.899921 +97304,1659.643675,1140.638448,1533.377473,713.3935789,1990.290943 +97305,1664.523626,1135.894321,1535.455117,714.579591,1979.893676 +97306,1669.616867,1131.422951,1537.785602,715.7172968,1969.03485 +97307,1674.642382,1126.938461,1539.848931,716.9225576,1997.649275 +97308,1679.499038,1122.592695,1542.105535,718.1060231,1984.957991 +97309,1684.669643,1118.337984,1544.305576,719.2959227,1989.237856 +97310,1689.62886,1114.182752,1548.190795,720.515425,1990.648541 +97311,1694.661187,1110.12883,1549.861889,721.666043,1991.810653 +97312,1699.682282,1106.177705,1552.960104,722.8803952,1993.115401 +97313,1704.702947,1102.330975,1554.344837,724.070915,1994.357892 +97314,1709.720036,1098.590039,1558.238082,725.266746,1995.595192 +97315,1714.735124,1094.908077,1558.441325,726.4922809,1996.835542 +97316,1719.67549,1090.758896,1564.042476,727.6516279,1998.066097 +97317,1724.787815,1087.425578,1561.630005,728.9245408,1999.356831 +97318,1729.806036,1084.322068,1549.529541,730.2383971,2000.405036 +97319,1734.702099,1081.303585,1575.73096,732.0273364,2001.776249 +97320,1739.667387,1078.354928,1566.295623,733.9353439,2002.926129 +97321,1790.242187,1094.789261,1609.655144,755.3049128,2085.219543 +97322,1797.353733,1092.419064,1612.871656,757.8669292,2089.887965 +97323,1803.746768,1090.004065,1615.810545,760.5765386,2093.89582 +97324,1809.694338,1087.497951,1618.572512,763.131841,2097.513959 +97325,1815.624727,1085.096382,1621.202145,765.811989,2100.603515 +97326,1821.236079,1082.589024,1623.733527,768.5197599,2103.617694 +97327,1826.889472,1080.133848,1626.266,771.2419348,2106.401325 +97328,1832.257922,1077.691167,1628.513763,774.0248383,2109.076339 +97329,1837.740573,1075.272341,1631.049125,776.9014596,2111.661947 +97330,1843.100049,1072.879014,1633.346731,779.7586055,2114.1715 +97331,1848.344747,1070.512621,1635.691146,782.7508737,2116.618326 +97332,1853.740507,1068.17293,1638.005077,785.7766811,2119.007275 +97333,1858.91747,1065.860625,1640.301321,788.8694194,2121.346827 +97334,1864.12318,1063.57508,1642.580425,792.0231167,2123.638831 +97335,1869.276432,1061.316744,1644.84486,795.2703788,2125.889583 +97336,1874.389759,1059.037741,1647.094255,798.4945371,2128.02491 +97337,1879.465418,1056.901456,1649.330636,801.851016,2130.38756 +97338,1884.503826,1054.6899,1651.622516,805.2365177,2132.356155 +97339,1889.504401,1052.544433,1653.728844,808.6845296,2134.52908 +97340,1894.467811,1050.418253,1655.977119,812.2230575,2136.591428 +97341,1899.395059,1048.318205,1658.153817,815.732385,2138.636312 +97342,1904.286538,1046.243904,1660.329078,819.372473,2140.651847 +97343,1909.158563,1044.195835,1662.494629,823.0375907,2142.641479 +97344,1914.029792,1042.173425,1664.64916,826.7613816,2144.603848 +97345,1918.900279,1040.177211,1666.794819,830.5739245,2146.542555 +97346,1923.766703,1038.206659,1668.930111,834.350765,2148.456052 +97347,1928.546174,1036.2623,1670.987545,838.2580176,2150.347783 +97348,1933.526396,1034.343608,1673.209687,842.185592,2152.216059 +97349,1939.022522,1032.405515,1675.269659,846.1693181,2154.064328 +97350,1946.333432,1030.605692,1677.382253,850.2391787,2155.891502 +97351,1953.929289,1028.383373,1678.730963,853.9217688,2157.701504 +97352,1961.158384,1026.151089,1679.723277,857.6708522,2159.490381 +97353,1968.952605,1023.900167,1680.779389,861.4063073,2161.261687 +97354,1976.420847,1021.645598,1681.704949,865.1710533,2163.013598 +97355,1984.473756,1019.392633,1682.583232,868.964004,2164.825716 +97356,1992.14332,1017.143263,1683.408625,872.8230222,2166.426344 +97357,2000.237983,1014.899703,1684.185662,876.6219451,2168.186445 +97358,2008.119068,1012.66247,1684.915652,880.5338844,2169.861519 +97359,2016.334093,1010.432761,1685.601797,884.4466538,2171.534287 +97360,2024.339997,1008.211094,1686.244751,888.3978818,2173.192107 +97361,2032.669213,1005.999406,1686.847907,892.4208982,2174.83748 +97362,2040.788391,1003.752735,1687.410244,896.3835058,2176.391637 +97363,2049.04944,1001.625458,1687.935453,900.4639116,2178.128281 +97364,2057.469446,999.413037,1688.423089,904.5463896,2179.675855 +97365,2072.546714,997.2494152,1688.875608,908.7071992,2181.28138 +97366,2072.087339,995.135092,1689.292628,912.4223682,2182.938869 +97367,2094.651531,992.923107,1689.674102,917.2274841,2184.385501 +97368,2083.56574,990.8196577,1690.027431,921.1680315,2186.000393 +97369,2088.380389,988.6903426,1690.344702,925.4887657,2187.532702 +97370,2116.777573,986.5821963,1690.63273,929.7454141,2189.066034 +97371,2114.304367,984.4834681,1690.889756,934.1393966,2190.51085 +97372,2125.295132,982.4010354,1691.118201,938.4716304,2192.224587 +97373,2134.221861,980.3302449,1691.390209,942.8780822,2193.542575 +97374,2142.572326,978.2727955,1691.449272,947.3084892,2195.107217 +97375,2151.169529,976.2292031,1691.646381,951.7750495,2196.576876 +97376,2160.041439,974.1983545,1691.678047,956.2676656,2198.047404 +97377,2168.665685,972.1813578,1691.878082,960.7557078,2203.936847 +97378,2177.311669,970.1775392,1691.888603,965.3811711,2198.267261 +97379,2185.949458,968.1870509,1692.011889,969.9403927,2215.733853 +97380,2194.740323,966.2110119,1691.912181,974.5705583,2182.2311 +97381,2126.864612,931.2436124,1615.520475,946.1833029,2072.424085 +97382,2135.372623,929.0397592,1614.997556,950.7143243,2061.840133 +97383,2144.390367,927.0718473,1614.889351,955.3943729,2064.634148 +97384,2152.996003,925.0256687,1614.764575,960.120729,2066.390407 +97385,2161.9888,923.1482737,1614.472814,964.8968409,2067.632238 +97386,2170.715487,921.1998519,1614.49272,969.7117822,2069.130129 +97387,2179.729887,919.3055269,1614.2987,974.5617604,2070.568026 +97388,2188.480062,917.382146,1614.159803,979.4432239,2072.023072 +97389,2197.596542,915.5746206,1613.998528,984.310848,2073.483411 +97390,2206.20563,913.6955441,1613.821265,989.3190856,2074.944119 +97391,2215.298621,911.8657445,1613.629565,994.2560942,2076.406089 +97392,2224.032638,910.0446679,1613.421647,999.259262,2077.866122 +97393,2233.14698,908.2382008,1613.198715,1004.280507,2079.325852 +97394,2241.633485,906.4457795,1612.959549,1009.330129,2080.782585 +97395,2250.864261,904.6677,1612.705832,1014.401846,2082.238194 +97396,2259.607704,902.9033263,1612.435956,1019.451637,2083.690179 +97397,2268.441741,901.152989,1612.1516,1024.688981,2085.067986 +97398,2277.234378,899.416067,1611.851704,1029.724704,2086.700726 +97399,2286.014648,897.6929051,1611.537563,1034.883334,2087.974763 +97400,2294.986494,895.9828776,1611.275164,1040.132001,2089.482072 +97401,2303.673024,894.286218,1610.830106,1045.350426,2090.907835 +97402,2312.538026,892.6028058,1610.452624,1050.459859,2092.34041 +97403,2321.204922,890.9323167,1610.174098,1055.810863,2093.770743 +97404,2330.090192,889.2746113,1609.738305,1060.979102,2095.193193 +97405,2338.81648,887.6298701,1609.350203,1066.390229,2096.618285 +97406,2347.555085,885.9975259,1609.007817,1071.570706,2098.034691 +97407,2356.124865,884.4175716,1608.474719,1076.876964,2099.449259 +97408,2365.047507,882.7509451,1608.08714,1082.269235,2100.858405 +97409,2373.636235,881.1842258,1607.62457,1087.570877,2102.338935 +97410,2382.272472,879.5950492,1607.089496,1092.932308,2103.620249 +97411,2389.860628,877.9168341,1606.446684,1097.775882,2104.960931 +97412,2397.538789,876.2211039,1605.653285,1102.589839,2106.45297 +97413,2404.970218,874.5245709,1604.704261,1107.570393,2107.775837 +97414,2412.576934,872.8307657,1603.876078,1112.223686,2109.239249 +97415,2419.536259,871.1413127,1602.957814,1117.160919,2110.490778 +97416,2427.133018,869.4568466,1602.026041,1121.89431,2111.913777 +97417,2434.248683,867.8177298,1601.071842,1126.663098,2113.180917 +97418,2441.153075,866.084956,1600.023753,1131.400621,2114.740302 +97419,2448.260801,864.4459772,1599.206935,1136.115267,2115.893591 +97420,2462.833063,862.7783589,1598.027803,1140.749474,2117.308338 +97421,2461.29436,861.1226805,1597.053937,1145.503714,2124.099106 +97422,2487.213477,859.4729672,1595.985949,1150.159564,2115.043219 +97423,2452.737631,857.8301101,1594.910714,1154.642246,2138.680494 +97424,2480.67119,856.1931476,1593.816615,1159.364165,2095.695614 +97425,2494.026261,854.5608403,1592.704342,1163.878199,2137.086861 +97426,2492.977,852.9360672,1591.64898,1168.426762,2122.186373 +97427,2490.256666,847.8632544,1582.123654,1168.08939,2126.353675 +97428,2494.717305,845.6669302,1579.835631,1171.684518,2127.647731 +97429,2500.165803,843.7106934,1577.849527,1179.04185,2128.866216 +97430,2505.45305,841.8250871,1576.140665,1179.186071,2130.086002 +97431,2511.092567,839.9788171,1574.219681,1189.199617,2131.378217 +97432,2516.474928,838.1583467,1572.675653,1185.585435,2132.353714 +97433,2522.312754,836.3562202,1570.916314,1201.310877,2133.72837 +97434,2527.473247,834.6098192,1569.238132,1189.199146,2134.812228 +97435,2533.011496,832.7757157,1567.550838,1192.035119,2135.967732 +97436,2538.358061,831.0404256,1565.861628,1210.513213,2137.180028 +97437,2543.801037,829.2820167,1564.170997,1206.341235,2138.145545 +97438,2548.846679,827.5393489,1562.476965,1212.207203,2139.302784 +97439,2565.421586,825.8058342,1560.778593,1216.306985,2140.35979 +97440,2543.345803,824.0820657,1559.075814,1220.103384,2141.414919 +97441,2417.090173,755.8616476,1413.499498,1157.730513,1856.0603 +97442,2412.189506,753.5630345,1385.621506,1160.751841,1854.597705 +97443,2416.635839,751.1993546,1404.393183,1164.039909,1853.944283 +97444,2419.884057,749.1273925,1393.000137,1167.187256,1853.271375 +97445,2423.755825,747.37802,1391.800564,1170.663598,1852.928441 +97446,2426.757916,744.8257672,1389.319443,1173.812527,1852.551355 +97447,2430.560779,743.0158322,1386.648421,1177.127168,1852.059565 +97448,2433.494265,740.9794913,1383.968045,1180.360043,1851.819541 +97449,2437.054351,738.9267041,1381.569281,1183.578318,1872.672546 +97450,2440.178714,736.9593505,1378.87516,1186.826711,1818.867147 +97451,2443.355416,735.0081546,1376.364448,1189.903944,1887.550378 +97452,2446.459668,732.9989313,1373.81291,1193.075828,1815.328185 +97453,2449.493279,731.1013656,1371.269692,1196.11147,1879.100099 +97454,2452.462073,728.8395399,1368.78835,1199.263706,1826.573072 +97455,2455.363757,727.3624164,1366.177442,1202.315958,1866.762571 +97456,2458.200825,725.2341529,1363.688116,1205.243385,1836.771928 +97457,2460.966057,723.3785823,1361.10164,1208.251194,1857.767449 +97458,2463.662118,721.4845692,1358.660406,1211.175015,1843.297736 +97459,2466.287269,719.6014877,1356.103489,1214.071229,1852.208507 +97460,2468.837254,717.7274093,1353.595154,1216.930703,1846.916981 +97461,2471.317026,715.8626355,1351.080439,1219.752633,1849.207857 +97462,2473.718855,714.0066484,1348.566718,1222.479202,1848.195181 +97463,2476.044231,712.1593001,1346.106201,1225.308675,1848.114402 +97464,2478.296655,710.6032451,1343.516243,1227.972405,1847.895706 +97465,2480.46843,708.3605408,1341.040945,1230.645324,1847.675566 +97466,2482.560162,706.7355229,1338.520014,1233.268192,1847.454403 +97467,2484.571709,704.8766784,1336.006228,1235.848968,1847.232509 +97468,2486.501272,703.0677465,1333.491302,1238.386981,1847.009051 +97469,2488.462619,701.2656514,1330.974985,1240.881666,1846.784118 +97470,2490.053953,699.4702108,1328.456707,1243.33228,1846.556884 +97471,2492.129944,697.6559564,1325.826389,1245.888166,1846.327457 +97472,2494.100826,695.8419277,1323.30737,1248.491436,1846.095122 +97473,2495.926321,694.0304669,1320.717429,1250.922425,1845.860043 +97474,2497.980032,692.2219572,1318.036092,1253.392109,1845.621412 +97475,2499.718351,690.4165337,1315.451469,1255.922541,1845.379411 +97476,2501.486585,688.6140224,1312.814405,1258.297364,1845.133256 +97477,2503.171625,686.8143823,1310.177099,1260.686885,1844.883173 +97478,2504.785458,685.0173626,1307.531615,1263.030224,1844.628397 +97479,2506.328033,683.2228965,1304.877959,1265.335489,1844.369202 +97480,2507.80024,681.4307188,1302.215728,1267.602031,1844.104826 +97481,2509.196009,679.640763,1299.545008,1269.829359,1843.835576 +97482,2510.518687,677.8527612,1296.915678,1272.0168,1843.56068 +97483,2511.765607,676.0666522,1294.153014,1274.163931,1843.280467 +97484,2512.938464,674.2821691,1291.44158,1276.270147,1842.994157 +97485,2514.034586,672.4992577,1288.800233,1278.335091,1842.702099 +97486,2515.051564,670.7176536,1286.048823,1280.358214,1842.403508 +97487,2515.989547,668.9373091,1283.330697,1282.339215,1842.098747 +97488,2516.849893,667.157961,1280.59537,1284.277593,1841.787018 +97489,2517.633624,665.379569,1277.850281,1286.113046,1841.468707 +97490,2518.336611,663.6018732,1275.144074,1288.054538,1841.14301 +97491,2518.958423,661.8248402,1272.306638,1289.820281,1840.869885 +97492,2519.500284,660.0482114,1269.565909,1291.594287,1840.438458 +97493,2519.960106,658.2719596,1266.772809,1293.704492,1840.134437 +97494,2520.33993,656.4958286,1263.976405,1295.579335,1839.769003 +97495,2520.63651,654.7197961,1261.169629,1296.900705,1839.405025 +97496,2520.85164,652.9436037,1258.303894,1299.040279,1839.032584 +97497,2520.985993,651.1672357,1255.593649,1299.990609,1838.652005 +97498,2521.035617,649.3904426,1252.650182,1302.342331,1838.262456 +97499,2521.003221,647.6132144,1249.840528,1302.699074,1837.864417 +97500,2520.887999,645.8353046,1246.971545,1305.711714,1837.457057 +97501,2027.592683,644.672331,949.1245491,1303.979097,1859.666229 +97502,2033.037648,773.6737774,948.5755269,1449.810952,2247.492509 +97503,2109.550565,776.254912,979.9094,1440.713922,2295.955445 +97504,2167.815034,774.4784729,1003.203204,1447.199494,2320.82372 +97505,2208.367515,773.0343562,1019.56256,1448.485141,2332.508628 +97506,2237.255658,771.7427018,1031.562818,1450.07737,2338.207464 +97507,2258.128564,770.1315387,1040.734397,1451.712165,2341.419353 +97508,2274.125863,768.6520934,1048.058486,1453.686989,2343.561286 +97509,2286.945926,767.0956599,1054.113615,1456.731224,2345.44115 +97510,2297.494072,765.5297919,1059.214501,1458.506659,2346.888999 +97511,2306.27294,763.9426597,1063.542678,1460.488381,2348.176432 +97512,2313.607952,762.3534536,1067.220224,1462.632496,2349.333626 +97513,2319.754223,760.8625484,1070.345179,1464.926772,2350.378877 +97514,2324.959837,759.2897992,1073.005012,1466.892512,2351.326974 +97515,2329.392064,758.1821417,1075.270159,1468.686898,2352.190704 +97516,2333.172982,755.8752348,1077.198951,1470.436105,2352.980929 +97517,2336.37779,754.633739,1078.824965,1472.052563,2353.671208 +97518,2339.124456,752.9598378,1080.20464,1473.60568,2354.302857 +97519,2341.51731,751.3608964,1081.385669,1475.027162,2354.91092 +97520,2343.598388,749.7146561,1082.390881,1476.575725,2355.485632 +97521,2345.412081,748.1860094,1083.242632,1477.86187,2356.026099 +97522,2346.994715,746.5495761,1083.960979,1479.155274,2356.534594 +97523,2348.37585,744.954426,1084.563257,1480.365917,2357.014176 +97524,2349.580462,743.3498475,1085.064274,1481.508334,2357.46798 +97525,2350.629502,741.7430503,1085.476603,1482.602834,2357.898882 +97526,2351.540367,740.1335341,1085.810903,1483.576535,2358.30942 +97527,2352.327161,738.5209702,1086.076195,1484.523077,2358.701759 +97528,2353.001349,736.9047071,1086.280127,1485.369557,2359.077741 +97529,2353.572131,735.2844174,1086.429185,1486.166848,2359.4389 +97530,2354.046964,733.6594385,1086.528887,1486.900409,2359.786528 +97531,2354.432034,731.6290877,1086.584039,1485.262524,2360.121932 +97532,2354.612681,729.503793,1086.582189,1483.268426,2360.4463 +97533,2354.517481,727.3303934,1086.517421,1480.904574,2360.760182 +97534,2354.136594,725.074578,1086.388374,1478.259288,2361.063806 +97535,2353.492117,722.9016511,1086.20046,1475.421332,2361.35734 +97536,2352.613126,720.5982017,1085.957416,1472.431623,2361.640956 +97537,2351.524916,718.3089503,1085.665308,1468.955806,2361.914794 +97538,2350.24702,715.9863509,1085.326735,1465.485348,2362.178897 +97539,2348.79458,713.6385289,1084.946394,1461.765391,2362.433194 +97540,2347.179973,711.2659903,1084.525786,1457.894166,2362.677586 +97541,2345.413478,708.8693821,1084.068804,1453.640496,2362.9119 +97542,2343.50383,706.417692,1083.576274,1449.326109,2363.135876 +97543,2341.454984,702.3098498,1083.05053,1444.834014,2363.348741 +97544,2339.260634,699.6331244,1082.429129,1440.144065,2363.550137 +97545,2336.939928,697.0792755,1081.739339,1435.346849,2363.740145 +97546,2334.504431,694.4465469,1081.015193,1425.832115,2363.918446 +97547,2331.962191,691.8511602,1080.271898,1431.807777,2364.083672 +97548,2329.319874,689.2375702,1079.516051,1412.343807,2364.236139 +97549,2326.58201,686.6112982,1078.7463,1417.105963,2364.375996 +97550,2323.750857,683.9701122,1077.962522,1407.932772,2364.502031 +97551,2320.82873,681.3142918,1077.162398,1393.216194,2364.613511 +97552,2317.817865,678.5990505,1076.346858,1410.587645,2364.709695 +97553,2314.720402,675.9764485,1075.514301,1371.782192,2364.789858 +97554,2311.539782,673.2414466,1074.666645,1396.351688,2364.854738 +97555,2308.278689,670.5301701,1073.802763,1368.373941,2364.904425 +97556,2304.939281,667.7958798,1072.92411,1381.650093,2364.93852 +97557,2301.52375,665.046554,1072.029403,1356.984304,2364.956701 +97558,2298.034505,662.2813812,1071.120278,1366.034567,2364.958919 +97559,2294.473982,659.5015054,1070.195647,1354.781425,2364.945254 +97560,2290.844309,656.6635512,1069.257068,1350.270347,2364.915443 +97561,0,0,0,0,0 +97562,0,0,0,0,0 +97563,0,0,0,0,0 +97564,0,0,0,0,0 +97565,0,0,0,0,0 +97566,0,0,0,0,0 +97567,0,0,0,0,0 +97568,0,0,0,0,0 +97569,0,0,0,0,0 +97570,0,0,0,0,0 +97571,0,0,0,0,0 +97572,0,0,0,0,0 +97573,0,0,0,0,0 +97574,0,0,0,0,0 +97575,0,0,0,0,0 +97576,0,0,0,0,0 +97577,0,0,0,0,0 +97578,0,0,0,0,0 +97579,0,0,0,0,0 +97580,0,0,0,0,0 +97581,0,0,0,0,0 +97582,0,0,0,0,0 +97583,0,0,0,0,0 +97584,0,0,0,0,0 +97585,0,0,0,0,0 +97586,0,0,0,0,0 +97587,0,0,0,0,0 +97588,0,0,0,0,0 +97589,0,0,0,0,0 +97590,0,0,0,0,0 +97591,0,0,0,0,0 +97592,0,0,0,0,0 +97593,0,0,0,0,0 +97594,0,0,0,0,0 +97595,0,0,0,0,0 +97596,0,0,0,0,0 +97597,0,0,0,0,0 +97598,0,0,0,0,0 +97599,0,0,0,0,0 +97600,0,0,0,0,0 +97601,0,0,0,0,0 +97602,0,0,0,0,0 +97603,0,0,0,0,0 +97604,0,0,0,0,0 +97605,0,0,0,0,0 +97606,0,0,0,0,0 +97607,0,0,0,0,0 +97608,0,0,0,0,0 +97609,0,0,0,0,0 +97610,0,0,0,0,0 +97611,0,0,0,0,0 +97612,0,0,0,0,0 +97613,0,0,0,0,0 +97614,0,0,0,0,0 +97615,0,0,0,0,0 +97616,0,0,0,0,0 +97617,0,0,0,0,0 +97618,0,0,0,0,0 +97619,0,0,0,0,0 +97620,0,0,0,0,0 +97621,0,0,0,0,0 +97622,0,0,0,0,0 +97623,0,0,0,0,0 +97624,0,0,0,0,0 +97625,0,0,0,0,0 +97626,0,0,0,0,0 +97627,0,0,0,0,0 +97628,0,0,0,0,0 +97629,0,0,0,0,0 +97630,0,0,0,0,0 +97631,0,0,0,0,0 +97632,0,0,0,0,0 +97633,0,0,0,0,0 +97634,0,0,0,0,0 +97635,0,0,0,0,0 +97636,0,0,0,0,0 +97637,0,0,0,0,0 +97638,0,0,0,0,0 +97639,0,0,0,0,0 +97640,0,0,0,0,0 +97641,0,0,0,0,0 +97642,0,0,0,0,0 +97643,0,0,0,0,0 +97644,0,0,0,0,0 +97645,0,0,0,0,0 +97646,0,0,0,0,0 +97647,0,0,0,0,0 +97648,0,0,0,0,0 +97649,0,0,0,0,0 +97650,0,0,0,0,0 +97651,0,0,0,0,0 +97652,0,0,0,0,0 +97653,0,0,0,0,0 +97654,0,0,0,0,0 +97655,0,0,0,0,0 +97656,0,0,0,0,0 +97657,0,0,0,0,0 +97658,0,0,0,0,0 +97659,0,0,0,0,0 +97660,0,0,0,0,0 +97661,0,0,0,0,0 +97662,0,0,0,0,0 +97663,0,0,0,0,0 +97664,0,0,0,0,0 +97665,0,0,0,0,0 +97666,0,0,0,0,0 +97667,0,0,0,0,0 +97668,0,0,0,0,0 +97669,0,0,0,0,0 +97670,0,0,0,0,0 +97671,0,0,0,0,0 +97672,0,0,0,0,0 +97673,0,0,0,0,0 +97674,0,0,0,0,0 +97675,0,0,0,0,0 +97676,0,0,0,0,0 +97677,0,0,0,0,0 +97678,0,0,0,0,0 +97679,0,0,0,0,0 +97680,0,0,0,0,0 +97681,0,0,0,0,0 +97682,0,0,0,0,0 +97683,0,0,0,0,0 +97684,0,0,0,0,0 +97685,0,0,0,0,0 +97686,0,0,0,0,0 +97687,0,0,0,0,0 +97688,0,0,0,0,0 +97689,0,0,0,0,0 +97690,0,0,0,0,0 +97691,0,0,0,0,0 +97692,0,0,0,0,0 +97693,0,0,0,0,0 +97694,0,0,0,0,0 +97695,0,0,0,0,0 +97696,0,0,0,0,0 +97697,0,0,0,0,0 +97698,0,0,0,0,0 +97699,0,0,0,0,0 +97700,0,0,0,0,0 +97701,0,0,0,0,0 +97702,0,0,0,0,0 +97703,0,0,0,0,0 +97704,0,0,0,0,0 +97705,0,0,0,0,0 +97706,0,0,0,0,0 +97707,0,0,0,0,0 +97708,0,0,0,0,0 +97709,0,0,0,0,0 +97710,0,0,0,0,0 +97711,0,0,0,0,0 +97712,0,0,0,0,0 +97713,0,0,0,0,0 +97714,0,0,0,0,0 +97715,0,0,0,0,0 +97716,0,0,0,0,0 +97717,0,0,0,0,0 +97718,0,0,0,0,0 +97719,0,0,0,0,0 +97720,0,0,0,0,0 +97721,0,0,0,0,0 +97722,0,0,0,0,0 +97723,0,0,0,0,0 +97724,0,0,0,0,0 +97725,0,0,0,0,0 +97726,0,0,0,0,0 +97727,0,0,0,0,0 +97728,0,0,0,0,0 +97729,0,0,0,0,0 +97730,0,0,0,0,0 +97731,0,0,0,0,0 +97732,0,0,0,0,0 +97733,0,0,0,0,0 +97734,0,0,0,0,0 +97735,0,0,0,0,0 +97736,0,0,0,0,0 +97737,0,0,0,0,0 +97738,0,0,0,0,0 +97739,0,0,0,0,0 +97740,0,0,0,0,0 +97741,0,0,0,0,0 +97742,0,0,0,0,0 +97743,0,0,0,0,0 +97744,0,0,0,0,0 +97745,0,0,0,0,0 +97746,0,0,0,0,0 +97747,0,0,0,0,0 +97748,0,0,0,0,0 +97749,0,0,0,0,0 +97750,0,0,0,0,0 +97751,0,0,0,0,0 +97752,0,0,0,0,0 +97753,0,0,0,0,0 +97754,0,0,0,0,0 +97755,0,0,0,0,0 +97756,0,0,0,0,0 +97757,0,0,0,0,0 +97758,0,0,0,0,0 +97759,0,0,0,0,0 +97760,0,0,0,0,0 +97761,0,0,0,0,0 +97762,0,0,0,0,0 +97763,0,0,0,0,0 +97764,0,0,0,0,0 +97765,0,0,0,0,0 +97766,0,0,0,0,0 +97767,0,0,0,0,0 +97768,0,0,0,0,0 +97769,0,0,0,0,0 +97770,0,0,0,0,0 +97771,0,0,0,0,0 +97772,0,0,0,0,0 +97773,0,0,0,0,0 +97774,0,0,0,0,0 +97775,0,0,0,0,0 +97776,0,0,0,0,0 +97777,0,0,0,0,0 +97778,0,0,0,0,0 +97779,0,0,0,0,0 +97780,0,0,0,0,0 +97781,0,0,0,0,0 +97782,0,0,0,0,0 +97783,0,0,0,0,0 +97784,0,0,0,0,0 +97785,0,0,0,0,0 +97786,0,0,0,0,0 +97787,0,0,0,0,0 +97788,0,0,0,0,0 +97789,0,0,0,0,0 +97790,0,0,0,0,0 +97791,0,0,0,0,0 +97792,0,0,0,0,0 +97793,0,0,0,0,0 +97794,0,0,0,0,0 +97795,0,0,0,0,0 +97796,0,0,0,0,0 +97797,0,0,0,0,0 +97798,0,0,0,0,0 +97799,0,0,0,0,0 +97800,0,0,0,0,0 +97801,0,0,0,0,0 +97802,0,0,0,0,0 +97803,0,0,0,0,0 +97804,0,0,0,0,0 +97805,0,0,0,0,0 +97806,0,0,0,0,0 +97807,0,0,0,0,0 +97808,0,0,0,0,0 +97809,0,0,0,0,0 +97810,0,0,0,0,0 +97811,0,0,0,0,0 +97812,0,0,0,0,0 +97813,0,0,0,0,0 +97814,0,0,0,0,0 +97815,0,0,0,0,0 +97816,0,0,0,0,0 +97817,0,0,0,0,0 +97818,0,0,0,0,0 +97819,0,0,0,0,0 +97820,0,0,0,0,0 +97821,0,0,0,0,0 +97822,0,0,0,0,0 +97823,0,0,0,0,0 +97824,0,0,0,0,0 +97825,0,0,0,0,0 +97826,0,0,0,0,0 +97827,0,0,0,0,0 +97828,0,0,0,0,0 +97829,0,0,0,0,0 +97830,0,0,0,0,0 +97831,0,0,0,0,0 +97832,0,0,0,0,0 +97833,0,0,0,0,0 +97834,0,0,0,0,0 +97835,0,0,0,0,0 +97836,0,0,0,0,0 +97837,0,0,0,0,0 +97838,0,0,0,0,0 +97839,0,0,0,0,0 +97840,0,0,0,0,0 +97841,0,0,0,0,0 +97842,0,0,0,0,0 +97843,0,0,0,0,0 +97844,0,0,0,0,0 +97845,0,0,0,0,0 +97846,0,0,0,0,0 +97847,0,0,0,0,0 +97848,0,0,0,0,0 +97849,0,0,0,0,0 +97850,0,0,0,0,0 +97851,0,0,0,0,0 +97852,0,0,0,0,0 +97853,0,0,0,0,0 +97854,0,0,0,0,0 +97855,0,0,0,0,0 +97856,0,0,0,0,0 +97857,0,0,0,0,0 +97858,0,0,0,0,0 +97859,0,0,0,0,0 +97860,0,0,0,0,0 +97861,0,0,0,0,0 +97862,0,0,0,0,0 +97863,0,0,0,0,0 +97864,0,0,0,0,0 +97865,0,0,0,0,0 +97866,0,0,0,0,0 +97867,0,0,0,0,0 +97868,0,0,0,0,0 +97869,0,0,0,0,0 +97870,0,0,0,0,0 +97871,0,0,0,0,0 +97872,0,0,0,0,0 +97873,0,0,0,0,0 +97874,0,0,0,0,0 +97875,0,0,0,0,0 +97876,0,0,0,0,0 +97877,0,0,0,0,0 +97878,0,0,0,0,0 +97879,0,0,0,0,0 +97880,0,0,0,0,0 +97881,0,0,0,0,0 +97882,0,0,0,0,0 +97883,0,0,0,0,0 +97884,0,0,0,0,0 +97885,0,0,0,0,0 +97886,0,0,0,0,0 +97887,0,0,0,0,0 +97888,0,0,0,0,0 +97889,0,0,0,0,0 +97890,0,0,0,0,0 +97891,0,0,0,0,0 +97892,0,0,0,0,0 +97893,0,0,0,0,0 +97894,0,0,0,0,0 +97895,0,0,0,0,0 +97896,0,0,0,0,0 +97897,0,0,0,0,0 +97898,0,0,0,0,0 +97899,0,0,0,0,0 +97900,0,0,0,0,0 +97901,0,0,0,0,0 +97902,0,0,0,0,0 +97903,0,0,0,0,0 +97904,0,0,0,0,0 +97905,0,0,0,0,0 +97906,0,0,0,0,0 +97907,0,0,0,0,0 +97908,0,0,0,0,0 +97909,0,0,0,0,0 +97910,0,0,0,0,0 +97911,0,0,0,0,0 +97912,0,0,0,0,0 +97913,0,0,0,0,0 +97914,0,0,0,0,0 +97915,0,0,0,0,0 +97916,0,0,0,0,0 +97917,0,0,0,0,0 +97918,0,0,0,0,0 +97919,0,0,0,0,0 +97920,0,0,0,0,0 +97921,0,0,0,0,0 +97922,0,0,0,0,0 +97923,0,0,0,0,0 +97924,0,0,0,0,0 +97925,0,0,0,0,0 +97926,0,0,0,0,0 +97927,0,0,0,0,0 +97928,0,0,0,0,0 +97929,0,0,0,0,0 +97930,0,0,0,0,0 +97931,0,0,0,0,0 +97932,0,0,0,0,0 +97933,0,0,0,0,0 +97934,0,0,0,0,0 +97935,0,0,0,0,0 +97936,0,0,0,0,0 +97937,0,0,0,0,0 +97938,0,0,0,0,0 +97939,0,0,0,0,0 +97940,0,0,0,0,0 +97941,0,0,0,0,0 +97942,0,0,0,0,0 +97943,0,0,0,0,0 +97944,0,0,0,0,0 +97945,0,0,0,0,0 +97946,0,0,0,0,0 +97947,0,0,0,0,0 +97948,0,0,0,0,0 +97949,0,0,0,0,0 +97950,0,0,0,0,0 +97951,0,0,0,0,0 +97952,0,0,0,0,0 +97953,0,0,0,0,0 +97954,0,0,0,0,0 +97955,0,0,0,0,0 +97956,0,0,0,0,0 +97957,0,0,0,0,0 +97958,0,0,0,0,0 +97959,0,0,0,0,0 +97960,0,0,0,0,0 +97961,0,0,0,0,0 +97962,0,0,0,0,0 +97963,0,0,0,0,0 +97964,0,0,0,0,0 +97965,0,0,0,0,0 +97966,0,0,0,0,0 +97967,0,0,0,0,0 +97968,0,0,0,0,0 +97969,0,0,0,0,0 +97970,0,0,0,0,0 +97971,0,0,0,0,0 +97972,0,0,0,0,0 +97973,0,0,0,0,0 +97974,0,0,0,0,0 +97975,0,0,0,0,0 +97976,0,0,0,0,0 +97977,0,0,0,0,0 +97978,0,0,0,0,0 +97979,0,0,0,0,0 +97980,0,0,0,0,0 +97981,0,0,0,0,0 +97982,0,0,0,0,0 +97983,0,0,0,0,0 +97984,0,0,0,0,0 +97985,0,0,0,0,0 +97986,0,0,0,0,0 +97987,0,0,0,0,0 +97988,0,0,0,0,0 +97989,0,0,0,0,0 +97990,0,0,0,0,0 +97991,0,0,0,0,0 +97992,0,0,0,0,0 +97993,0,0,0,0,0 +97994,0,0,0,0,0 +97995,0,0,0,0,0 +97996,0,0,0,0,0 +97997,0,0,0,0,0 +97998,0,0,0,0,0 +97999,0,0,0,0,0 +98000,0,0,0,0,0 +98001,0,0,0,0,0 +98002,0,0,0,0,0 +98003,0,0,0,0,0 +98004,0,0,0,0,0 +98005,0,0,0,0,0 +98006,0,0,0,0,0 +98007,0,0,0,0,0 +98008,0,0,0,0,0 +98009,0,0,0,0,0 +98010,0,0,0,0,0 +98011,0,0,0,0,0 +98012,0,0,0,0,0 +98013,0,0,0,0,0 +98014,0,0,0,0,0 +98015,0,0,0,0,0 +98016,0,0,0,0,0 +98017,0,0,0,0,0 +98018,0,0,0,0,0 +98019,0,0,0,0,0 +98020,0,0,0,0,0 +98021,0,0,0,0,0 +98022,0,0,0,0,0 +98023,0,0,0,0,0 +98024,0,0,0,0,0 +98025,0,0,0,0,0 +98026,0,0,0,0,0 +98027,0,0,0,0,0 +98028,0,0,0,0,0 +98029,0,0,0,0,0 +98030,0,0,0,0,0 +98031,0,0,0,0,0 +98032,0,0,0,0,0 +98033,0,0,0,0,0 +98034,0,0,0,0,0 +98035,0,0,0,0,0 +98036,0,0,0,0,0 +98037,0,0,0,0,0 +98038,0,0,0,0,0 +98039,0,0,0,0,0 +98040,0,0,0,0,0 +98041,0,0,0,0,0 +98042,0,0,0,0,0 +98043,0,0,0,0,0 +98044,0,0,0,0,0 +98045,0,0,0,0,0 +98046,0,0,0,0,0 +98047,0,0,0,0,0 +98048,0,0,0,0,0 +98049,0,0,0,0,0 +98050,0,0,0,0,0 +98051,0,0,0,0,0 +98052,0,0,0,0,0 +98053,0,0,0,0,0 +98054,0,0,0,0,0 +98055,0,0,0,0,0 +98056,0,0,0,0,0 +98057,0,0,0,0,0 +98058,0,0,0,0,0 +98059,0,0,0,0,0 +98060,0,0,0,0,0 +98061,0,0,0,0,0 +98062,0,0,0,0,0 +98063,0,0,0,0,0 +98064,0,0,0,0,0 +98065,0,0,0,0,0 +98066,0,0,0,0,0 +98067,0,0,0,0,0 +98068,0,0,0,0,0 +98069,0,0,0,0,0 +98070,0,0,0,0,0 +98071,0,0,0,0,0 +98072,0,0,0,0,0 +98073,0,0,0,0,0 +98074,0,0,0,0,0 +98075,0,0,0,0,0 +98076,0,0,0,0,0 +98077,0,0,0,0,0 +98078,0,0,0,0,0 +98079,0,0,0,0,0 +98080,0,0,0,0,0 +98081,0,0,0,0,0 +98082,0,0,0,0,0 +98083,0,0,0,0,0 +98084,0,0,0,0,0 +98085,0,0,0,0,0 +98086,0,0,0,0,0 +98087,0,0,0,0,0 +98088,0,0,0,0,0 +98089,0,0,0,0,0 +98090,0,0,0,0,0 +98091,0,0,0,0,0 +98092,0,0,0,0,0 +98093,0,0,0,0,0 +98094,0,0,0,0,0 +98095,0,0,0,0,0 +98096,0,0,0,0,0 +98097,0,0,0,0,0 +98098,0,0,0,0,0 +98099,0,0,0,0,0 +98100,0,0,0,0,0 +98101,0,0,0,0,0 +98102,0,0,0,0,0 +98103,0,0,0,0,0 +98104,0,0,0,0,0 +98105,0,0,0,0,0 +98106,0,0,0,0,0 +98107,0,0,0,0,0 +98108,0,0,0,0,0 +98109,0,0,0,0,0 +98110,0,0,0,0,0 +98111,0,0,0,0,0 +98112,0,0,0,0,0 +98113,0,0,0,0,0 +98114,0,0,0,0,0 +98115,0,0,0,0,0 +98116,0,0,0,0,0 +98117,0,0,0,0,0 +98118,0,0,0,0,0 +98119,0,0,0,0,0 +98120,0,0,0,0,0 +98121,0,0,0,0,0 +98122,0,0,0,0,0 +98123,0,0,0,0,0 +98124,0,0,0,0,0 +98125,0,0,0,0,0 +98126,0,0,0,0,0 +98127,0,0,0,0,0 +98128,0,0,0,0,0 +98129,0,0,0,0,0 +98130,0,0,0,0,0 +98131,0,0,0,0,0 +98132,0,0,0,0,0 +98133,0,0,0,0,0 +98134,0,0,0,0,0 +98135,0,0,0,0,0 +98136,0,0,0,0,0 +98137,0,0,0,0,0 +98138,0,0,0,0,0 +98139,0,0,0,0,0 +98140,0,0,0,0,0 +98141,0,0,0,0,0 +98142,0,0,0,0,0 +98143,0,0,0,0,0 +98144,0,0,0,0,0 +98145,0,0,0,0,0 +98146,0,0,0,0,0 +98147,0,0,0,0,0 +98148,0,0,0,0,0 +98149,0,0,0,0,0 +98150,0,0,0,0,0 +98151,0,0,0,0,0 +98152,0,0,0,0,0 +98153,0,0,0,0,0 +98154,0,0,0,0,0 +98155,0,0,0,0,0 +98156,0,0,0,0,0 +98157,0,0,0,0,0 +98158,0,0,0,0,0 +98159,0,0,0,0,0 +98160,0,0,0,0,0 +98161,0,0,0,0,0 +98162,0,0,0,0,0 +98163,0,0,0,0,0 +98164,0,0,0,0,0 +98165,0,0,0,0,0 +98166,0,0,0,0,0 +98167,0,0,0,0,0 +98168,0,0,0,0,0 +98169,0,0,0,0,0 +98170,0,0,0,0,0 +98171,0,0,0,0,0 +98172,0,0,0,0,0 +98173,0,0,0,0,0 +98174,0,0,0,0,0 +98175,0,0,0,0,0 +98176,0,0,0,0,0 +98177,0,0,0,0,0 +98178,0,0,0,0,0 +98179,0,0,0,0,0 +98180,0,0,0,0,0 +98181,0,0,0,0,0 +98182,0,0,0,0,0 +98183,0,0,0,0,0 +98184,0,0,0,0,0 +98185,0,0,0,0,0 +98186,0,0,0,0,0 +98187,0,0,0,0,0 +98188,0,0,0,0,0 +98189,0,0,0,0,0 +98190,0,0,0,0,0 +98191,0,0,0,0,0 +98192,0,0,0,0,0 +98193,0,0,0,0,0 +98194,0,0,0,0,0 +98195,0,0,0,0,0 +98196,0,0,0,0,0 +98197,0,0,0,0,0 +98198,0,0,0,0,0 +98199,0,0,0,0,0 +98200,0,0,0,0,0 +98201,0,0,0,0,0 +98202,0,0,0,0,0 +98203,0,0,0,0,0 +98204,0,0,0,0,0 +98205,0,0,0,0,0 +98206,0,0,0,0,0 +98207,0,0,0,0,0 +98208,0,0,0,0,0 +98209,0,0,0,0,0 +98210,0,0,0,0,0 +98211,0,0,0,0,0 +98212,0,0,0,0,0 +98213,0,0,0,0,0 +98214,0,0,0,0,0 +98215,0,0,0,0,0 +98216,0,0,0,0,0 +98217,0,0,0,0,0 +98218,0,0,0,0,0 +98219,0,0,0,0,0 +98220,0,0,0,0,0 +98221,0,0,0,0,0 +98222,0,0,0,0,0 +98223,0,0,0,0,0 +98224,0,0,0,0,0 +98225,0,0,0,0,0 +98226,0,0,0,0,0 +98227,0,0,0,0,0 +98228,0,0,0,0,0 +98229,0,0,0,0,0 +98230,0,0,0,0,0 +98231,0,0,0,0,0 +98232,0,0,0,0,0 +98233,0,0,0,0,0 +98234,0,0,0,0,0 +98235,0,0,0,0,0 +98236,0,0,0,0,0 +98237,0,0,0,0,0 +98238,0,0,0,0,0 +98239,0,0,0,0,0 +98240,0,0,0,0,0 +98241,0,0,0,0,0 +98242,0,0,0,0,0 +98243,0,0,0,0,0 +98244,0,0,0,0,0 +98245,0,0,0,0,0 +98246,0,0,0,0,0 +98247,0,0,0,0,0 +98248,0,0,0,0,0 +98249,0,0,0,0,0 +98250,0,0,0,0,0 +98251,0,0,0,0,0 +98252,0,0,0,0,0 +98253,0,0,0,0,0 +98254,0,0,0,0,0 +98255,0,0,0,0,0 +98256,0,0,0,0,0 +98257,0,0,0,0,0 +98258,0,0,0,0,0 +98259,0,0,0,0,0 +98260,0,0,0,0,0 +98261,0,0,0,0,0 +98262,0,0,0,0,0 +98263,0,0,0,0,0 +98264,0,0,0,0,0 +98265,0,0,0,0,0 +98266,0,0,0,0,0 +98267,0,0,0,0,0 +98268,0,0,0,0,0 +98269,0,0,0,0,0 +98270,0,0,0,0,0 +98271,0,0,0,0,0 +98272,0,0,0,0,0 +98273,0,0,0,0,0 +98274,0,0,0,0,0 +98275,0,0,0,0,0 +98276,0,0,0,0,0 +98277,0,0,0,0,0 +98278,0,0,0,0,0 +98279,0,0,0,0,0 +98280,0,0,0,0,0 +98281,0,0,0,0,0 +98282,0,0,0,0,0 +98283,0,0,0,0,0 +98284,0,0,0,0,0 +98285,0,0,0,0,0 +98286,0,0,0,0,0 +98287,0,0,0,0,0 +98288,0,0,0,0,0 +98289,0,0,0,0,0 +98290,0,0,0,0,0 +98291,0,0,0,0,0 +98292,0,0,0,0,0 +98293,0,0,0,0,0 +98294,0,0,0,0,0 +98295,0,0,0,0,0 +98296,0,0,0,0,0 +98297,0,0,0,0,0 +98298,0,0,0,0,0 +98299,0,0,0,0,0 +98300,0,0,0,0,0 +98301,0,0,0,0,0 +98302,0,0,0,0,0 +98303,0,0,0,0,0 +98304,0,0,0,0,0 +98305,0,0,0,0,0 +98306,0,0,0,0,0 +98307,0,0,0,0,0 +98308,0,0,0,0,0 +98309,0,0,0,0,0 +98310,0,0,0,0,0 +98311,0,0,0,0,0 +98312,0,0,0,0,0 +98313,0,0,0,0,0 +98314,0,0,0,0,0 +98315,0,0,0,0,0 +98316,0,0,0,0,0 +98317,0,0,0,0,0 +98318,0,0,0,0,0 +98319,0,0,0,0,0 +98320,0,0,0,0,0 +98321,0,0,0,0,0 +98322,0,0,0,0,0 +98323,0,0,0,0,0 +98324,0,0,0,0,0 +98325,0,0,0,0,0 +98326,0,0,0,0,0 +98327,0,0,0,0,0 +98328,0,0,0,0,0 +98329,0,0,0,0,0 +98330,0,0,0,0,0 +98331,0,0,0,0,0 +98332,0,0,0,0,0 +98333,0,0,0,0,0 +98334,0,0,0,0,0 +98335,0,0,0,0,0 +98336,0,0,0,0,0 +98337,0,0,0,0,0 +98338,0,0,0,0,0 +98339,0,0,0,0,0 +98340,0,0,0,0,0 +98341,-1307.500658,-545.9294546,-1242.903539,-582.2248514,102.5489002 +98342,-1446.621701,-580.7410969,-1376.928345,-620.2306114,-100.1474264 +98343,-1578.634288,-615.9573427,-1503.689083,-658.709592,-325.7325283 +98344,-1907.022645,-759.544828,-1826.448534,-805.847906,-1083.255048 +98345,-1540.094652,-591.2129765,-1457.911002,-641.3978248,-503.626301 +98346,-1642.025448,-633.3565246,-1556.194258,-687.7140644,-663.8170644 +98347,-1848.076283,-725.218129,-1759.829052,-783.5102334,-1094.341459 +98348,-1628.400544,-622.9461632,-1537.152848,-684.9806577,-722.42253 +98349,-1678.544284,-597.9104408,-1583.560362,-708.0733549,-797.9424555 +98350,-1710.429216,-142.3721125,-1612.086842,-723.3672242,-859.7450953 +98351,-1718.228848,-374.9582029,-1616.710348,-727.8871112,-886.1271014 +98352,-1719.147057,-270.8411742,-1614.531644,-729.3032993,-902.772734 +98353,-1716.63788,-253.1948981,-1608.950633,-729.1207707,-913.1936854 +98354,-1673.648445,-231.8769458,-893.6273902,-710.4722223,-848.8925458 +98355,-1626.757938,-212.8053374,-1188.221032,-689.9865207,-775.8800805 +98356,-1607.470997,-194.4821186,-1096.246544,-681.9829002,-751.4177988 +98357,-1744.558692,-176.9344729,-1056.09294,-746.7439884,-1080.427894 +98358,-1432.881076,-157.7131682,-1028.748031,-606.0260604,-538.7304583 +98359,-1485.984544,-141.482027,-1011.060005,-629.579243,-596.8623029 +98360,-1524.808706,-123.536979,-983.6925644,-647.1348391,-650.1738905 +98361,-1713.523398,-105.4958961,-964.1509934,-734.9909276,-1066.470452 +98362,-1395.386844,-88.14080896,-941.225102,-590.9752603,-508.3430054 +98363,-1464.028955,-71.3443091,-922.8347147,-621.1348289,-585.7655897 +98364,-1685.018442,-53.92875608,-899.9892123,-723.2259774,-1047.652853 +98365,-1273.265521,-36.13168628,-878.6159777,-563.5762448,-422.2119102 +98366,-1407.405133,-19.8985758,-863.7986323,-595.5855084,-502.0285751 +98367,-1412.004275,-2.479457998,-840.6078297,-620.3699564,-576.7815153 +98368,-1349.190261,14.58638722,-821.6191024,-631.3796211,-610.6385955 +98369,-1351.5781,31.69881254,-806.4700651,-634.1627241,-619.7335739 +98370,-1334.128022,39.17890395,-784.8824734,-726.6918926,-1089.122999 +98371,-1320.666706,76.17274154,-769.4024083,-640.1553805,-868.309056 +98372,-1307.244192,97.05984156,-753.3240367,-589.1310151,-736.6718918 +98373,-1080.183821,142.741545,-736.0956666,-440.737807,-92.75077747 +98374,-1264.085749,121.5545504,-724.586562,-522.5347631,-311.2563874 +98375,-1609.089004,52.52090443,-705.018499,-683.4211689,-987.5078296 +98376,-1056.436554,80.8143049,-691.6064688,-621.5230427,-832.1104758 +98377,-1294.157179,100.5421329,-677.4052941,-578.499411,-723.1312063 +98378,-1230.98143,115.2246951,-662.3871372,-547.1028652,-642.8283207 +98379,-992.6679502,285.7318459,-648.5897899,-404.1471423,-1.249008626 +98380,-1455.491237,85.50568038,-636.9384045,-612.9623237,-816.7339107 +98381,-1168.173314,105.058303,-620.1387211,-570.4623746,-711.4570412 +98382,-1020.093471,281.5828219,-608.779999,-418.9107796,-46.16534745 +98383,-1391.151448,83.45045626,-595.9169244,-621.2107821,-850.410778 +98384,-1065.390721,108.0305778,-581.5103372,-569.0882229,-720.9042815 +98385,-1172.208266,126.0681621,-570.1010701,-481.1402422,-631.411214 +98386,-1141.804345,140.0658081,-557.4282301,-508.0402266,-565.5695902 +98387,-1128.466311,148.9037073,-546.3634642,-493.7379822,-528.8154788 +98388,-868.5734167,323.3163956,-532.4953182,-356.994677,109.5126962 +98389,-1389.806024,109.8986617,-525.4391064,-585.2951764,-771.8123494 +98390,-1051.229806,128.577551,-508.5916567,-545.8946195,-676.787249 +98391,-1064.162575,143.3543644,-500.5072414,-467.1100813,-607.2267959 +98392,-879.4667881,329.2724342,-487.6046847,-363.1456744,84.83078852 +98393,-1120.402134,284.9841613,-480.1448361,-464.6630135,-178.9306698 +98394,-1290.058317,84.69760759,-467.6105621,-644.9457039,-971.6557232 +98395,-899.2076936,121.0621817,-457.2561862,-358.2783574,-778.2666421 +98396,-969.9616883,318.2251734,-447.2043486,-402.0875778,-26.99940769 +98397,-1184.74176,110.6725834,-436.9563425,-571.3702515,-865.7294644 +98398,-941.8142033,314.2633304,-426.5638928,-390.7268,-75.24038952 +98399,-1026.780214,110.4698779,-419.2496238,-454.8350961,-890.9744934 +98400,-996.4117191,319.2103405,-407.7112356,-419.3159183,-75.64505498 +98401,170.7174726,276.1128187,467.7969964,53.72888941,-321.4655195 +98402,77.47077779,108.3268466,82.34319164,35.06802098,-966.1847859 +98403,115.3223452,141.5211908,131.839865,52.59582701,141.8172355 +98404,165.8358747,181.0677838,196.0716811,75.74526963,290.0088015 +98405,202.4557131,212.5760881,245.3397741,92.48004368,391.6215558 +98406,231.9244455,238.5956894,285.4025079,105.9240875,470.4457744 +98407,255.193124,259.869071,317.3393807,116.5458906,532.9324031 +98408,273.5498829,277.4377283,342.8475485,124.9450948,583.5433729 +98409,288.0505646,292.1384971,363.3313295,131.6043131,624.8604547 +98410,299.5344249,304.5933021,379.8692171,136.9036735,658.6148042 +98411,308.6368526,315.2564546,393.2573596,141.1297829,686.1313327 +98412,315.8491948,324.4760326,404.1143495,144.5038034,708.516266 +98413,321.5587926,332.5291653,412.9260025,147.1997583,726.7017785 +98414,326.074412,339.6400751,420.0865485,149.3560792,741.4614422 +98415,329.641682,345.9898997,425.9151384,151.0826507,753.4261062 +98416,332.4561413,471.1644998,430.6688463,152.4535703,763.1076334 +98417,334.6732679,567.1156462,434.554018,153.5345519,770.921156 +98418,336.4167161,525.0011376,437.7361791,154.3831351,777.2041466 +98419,337.7796375,571.8290361,440.3430607,155.0452388,782.222 +98420,338.852215,594.6019728,442.4934511,155.5652646,786.2205408 +98421,339.6644954,616.7706797,444.2623375,155.9690848,789.3628182 +98422,340.2676358,638.6398677,445.7219872,156.2824392,791.8040219 +98423,340.7051228,660.0817784,446.9275739,156.5243397,793.6654986 +98424,341.0135288,681.0390856,447.9233324,156.7097923,795.0462703 +98425,341.2221149,702.2565704,448.7447204,156.8506622,796.0271979 +98426,341.3537217,722.7156244,449.420098,156.9563075,796.674224 +98427,341.4260645,743.0940587,449.9721236,157.0340923,797.0411501 +98428,341.4528491,763.0784065,450.4188534,157.089784,797.1717789 +98429,341.4447319,783.2478267,450.7747268,157.1279156,797.1019516 +98430,341.4098974,802.5411776,451.0512128,157.1520082,796.8608161 +98431,341.3546192,821.2083329,451.2574488,157.1648015,796.4722198 +98432,341.2769398,838.8637533,451.3876972,157.1647178,795.9555111 +98433,341.1760132,856.4455277,451.4387913,157.1509795,795.3264989 +98434,341.053403,873.4730625,451.4131792,157.124288,794.598079 +98435,340.9117103,891.1375332,451.3162491,157.0860209,793.7809147 +98436,340.753403,907.2154224,451.1537525,157.0375523,792.8837182 +98437,340.5804261,923.9641224,450.930716,156.9800108,791.913738 +98438,340.3941805,940.1971563,450.651247,156.9142548,790.8768972 +98439,340.1956782,955.8688757,450.3187294,156.8409466,789.7781759 +98440,339.985632,979.2523736,449.9359908,156.7605968,788.6216485 +98441,339.7645683,998.8642881,449.5054746,156.6736185,787.4108021 +98442,339.5328483,1018.682629,449.0292971,156.5803372,786.1485013 +98443,339.2907333,1038.162516,448.5093381,156.4810206,784.837249 +98444,339.0383909,1057.374093,447.947266,156.375882,783.4791255 +98445,338.775938,1076.345231,447.3445974,156.2651002,782.0759989 +98446,338.5034399,1095.078584,446.7027112,156.1488194,780.6294397 +98447,338.2209393,1113.580461,446.0228901,156.0271635,779.1408996 +98448,337.9284506,1131.85759,445.306326,155.900234,777.6116089 +98449,337.626,1149.868987,444.5541698,155.7681288,776.0427723 +98450,337.3135898,1167.77602,443.7675038,155.6309266,774.4354071 +98451,336.9912408,1185.381269,442.9473908,155.488707,772.7905394 +98452,336.6589579,1202.819246,442.0948465,155.3415353,771.109042 +98453,336.3167691,1219.998187,441.2108829,155.1894806,769.3918215 +98454,335.9646947,1236.604983,440.2964831,155.032603,767.6396609 +98455,335.6027783,1254.13577,439.3526353,154.8709673,765.8533896 +98456,335.2310535,1270.452459,438.3803041,154.7046293,764.03372 +98457,334.8495795,1286.94905,437.3804682,154.5336516,762.1814252 +98458,334.4584088,1303.314254,436.3540918,154.3580898,760.2971747 +98459,334.057613,1319.341463,435.3021521,154.1780045,758.3816943 +98460,333.6472586,1335.420252,434.225618,153.9934508,756.4356153 +98461,331.7735709,1519.853138,431.6716152,153.1436439,751.816248 +98462,336.9321681,1537.377702,436.1513877,155.455153,760.4779776 +98463,345.6591698,1554.018462,444.1961364,159.3225837,775.8801203 +98464,354.4552753,1569.954174,452.3025907,163.1511764,791.542574 +98465,361.8625257,1580.451182,459.0106064,166.2956078,804.7940165 +98466,367.8378673,1595.158483,464.2995393,168.7781722,815.3568068 +98467,372.6366605,1609.931918,468.4161574,170.7282138,823.7113843 +98468,376.2751234,1624.934476,471.6022552,172.2627587,830.3531051 +98469,379.0183259,1639.605824,474.0348674,173.466259,835.6190017 +98470,381.1001455,1660.782181,475.8396188,174.3987146,839.7253734 +98471,382.6716683,1671.251307,476.961078,175.1058453,842.8285499 +98472,385.0727424,1691.655141,478.7756952,176.1908339,847.3216372 +98473,391.44486,1698.073606,484.4944047,179.022228,858.9077848 +98474,397.5533409,1689.392473,489.9225762,181.7019954,869.8877903 +98475,403.6120234,1738.453241,495.2884994,184.3576379,880.647114 +98476,409.0248488,1735.170351,499.9996082,186.7323829,890.0975731 +98477,414.1424297,1752.303386,504.4077716,188.9886921,898.8745113 +98478,419.0161834,1765.886189,508.5661431,191.1487586,907.0733063 +98479,423.6864811,1779.228958,512.5173893,193.2290861,914.7725942 +98480,428.184518,1792.457517,516.2951175,195.242371,922.0363419 +98481,432.535131,1805.539977,519.9264215,197.1987721,928.9179233 +98482,436.7586785,1818.501858,523.4336972,199.1065776,935.4629095 +98483,440.8721362,1831.40457,526.8357675,200.9725982,941.7107236 +98484,444.8896845,1843.971462,530.1521305,202.802413,947.6955096 +98485,448.8231819,1856.504363,533.3917412,204.6005943,953.4468628 +98486,452.6824991,1869.124774,536.5686715,206.3708739,958.9903462 +98487,456.4759234,1881.235073,539.7015478,208.1163319,964.3481668 +98488,460.2104048,1893.470425,542.8081368,209.8388571,969.539592 +98489,463.8994807,1905.570589,545.8982686,211.5361283,974.5814106 +98490,467.5482831,1917.258555,548.9746742,213.2069764,979.4881345 +98491,471.1596818,1928.605162,552.0367193,214.8525253,984.2724112 +98492,474.7273771,1939.604407,555.070605,216.4717014,988.9452211 +98493,478.2492831,1950.303418,558.0683278,218.0646489,993.5161701 +98494,481.7277713,1961.011215,561.0285601,219.6328381,997.9936638 +98495,485.1658206,1971.383525,563.9519461,221.1777305,1002.3831 +98496,488.5583858,1981.916513,712.0815509,222.6971082,1006.674576 +98497,491.9279093,1991.8739,641.4088126,224.2012777,1010.908611 +98498,495.2707949,2001.940713,673.6817234,225.6887211,1015.078882 +98499,498.5874275,2011.758702,684.5781839,227.1597408,1019.186574 +98500,501.8788588,2021.521615,695.1735801,228.6149607,1023.234186 +98501,505.1462792,2030.905648,705.1122433,230.0550571,1027.224496 +98502,508.3908664,2040.241923,715.2306932,231.4806779,1126.244967 +98503,511.6137244,2049.575166,724.7417602,232.8924188,1180.928727 +98504,514.8158398,2058.666143,734.4359437,234.2908127,1153.683321 +98505,517.998007,2067.443908,743.7341023,235.6763178,1183.087861 +98506,520.8961945,2076.270775,753.0188425,236.9294079,1196.761413 +98507,524.1112165,2084.863688,762.1455368,238.3283408,1209.927686 +98508,527.2664619,2093.322062,770.9245057,239.7049256,1222.753543 +98509,530.3666999,2101.536302,779.7391694,241.0616077,1235.288026 +98510,533.4194044,2109.941477,788.5117389,242.4007884,1248.014811 +98511,536.4319246,2117.752055,796.7539469,243.7246038,1259.877638 +98512,539.4101511,2125.712041,805.2402359,245.0347188,1272.08855 +98513,542.358439,2133.431153,813.4345788,246.332333,1284.16683 +98514,545.279995,2141.021456,821.6765114,247.6182966,1295.44081 +98515,548.1772341,2148.470266,829.4238399,248.8932174,1307.311516 +98516,551.0520579,2155.878455,837.5541521,250.1575541,1318.534077 +98517,553.9059941,2163.715591,845.0564751,251.4116642,1329.777933 +98518,556.7402918,2176.437733,852.9445566,252.6558368,1340.773137 +98519,559.5559758,2171.971907,860.0962585,253.8903094,1351.699638 +98520,562.353915,2203.153012,868.0081696,255.1152913,1362.302166 +98521,565.1082814,2168.205947,882.0004753,256.3188931,1395.668127 +98522,567.9695356,2209.501234,890.2528896,257.5682513,1408.906059 +98523,644.379849,2207.183562,898.7553631,258.847494,1421.284852 +98524,686.6515329,2213.900914,906.8124907,315.7653257,1433.429064 +98525,667.6069589,2221.174045,914.4142634,296.1293002,1445.215418 +98526,691.6525709,2227.651976,922.0759607,306.5909182,1456.534435 +98527,703.9948013,2233.960016,929.5023899,313.362929,1468.191585 +98528,715.5866501,2240.222027,936.9839313,318.5414977,1479.358355 +98529,727.4135759,2246.077243,944.3640994,323.8977021,1490.01918 +98530,738.5418231,2251.911951,951.436518,328.938287,1500.981195 +98531,750.1247384,2257.773704,958.488138,333.9920871,1511.604923 +98532,761.0324694,2263.284148,965.767351,338.9960594,1522.118756 +98533,772.206279,2268.744944,972.481885,343.8639011,1532.502505 +98534,782.7915188,2274.052404,979.3477462,348.5659279,1542.531187 +98535,794.7061634,2269.213762,993.5825163,356.5968983,1553.041413 +98536,805.073823,2272.448935,1001.842501,361.8459951,1562.836273 +98537,815.9536538,2276.346118,1008.659793,366.6209097,1572.79941 +98538,826.1363107,2280.433753,1015.741227,371.3024978,1582.535025 +98539,836.574908,2284.247255,1022.54033,376.1579199,1592.153819 +98540,846.581179,2288.229594,1029.825908,380.6940205,1601.72528 +98541,856.6534062,2292.042612,1035.920023,385.0210213,1611.126853 +98542,866.8062555,2295.779653,1042.745616,389.6541335,1620.408672 +98543,876.2929153,2299.42105,1049.123519,394.0609748,1629.663318 +98544,886.2661565,2302.961872,1055.598826,398.1452271,1638.709426 +98545,895.9058637,2306.400768,1062.134599,402.7528287,1647.763499 +98546,905.3225121,2309.735766,1068.309272,406.6176651,1656.607816 +98547,914.9016309,2312.966238,1074.200281,410.921188,1665.465135 +98548,924.1072804,2316.091091,1080.790073,414.9740192,1674.113959 +98549,933.3480108,2319.220169,1086.648203,419.1401866,1682.782943 +98550,942.6451398,2321.97268,1092.748493,422.8402389,1691.242847 +98551,951.3849276,2324.278075,1098.601641,426.9360442,1699.730072 +98552,960.391028,2326.266583,1104.414473,430.6946964,1708.00437 +98553,969.0093164,2328.098015,1110.128055,434.494533,1716.279774 +98554,977.5781908,2329.77219,1115.811053,438.2381278,1724.467662 +98555,986.322817,2331.29705,1121.407175,441.9305632,1732.491719 +98556,994.643883,2332.677359,1126.972286,445.4788552,1740.508498 +98557,1002.758726,2333.806218,1132.428521,449.2395518,1748.450519 +98558,1011.417423,2335.066618,1137.962388,452.8265673,1756.22428 +98559,1019.674319,2335.957122,1143.245365,456.2020676,1764.003221 +98560,1027.967662,2336.805925,1148.675164,459.6518484,1771.70498 +98561,1035.618883,2337.507974,1153.932656,463.2422975,1779.246619 +98562,1043.810436,2338.079802,1159.196475,466.5610916,1786.395867 +98563,1051.655283,2338.523965,1164.358399,469.9435135,1794.491748 +98564,1059.801761,2338.841622,1169.605668,473.2706874,1801.50887 +98565,1067.366528,2339.034643,1174.60798,476.4462735,1808.867136 +98566,1075.142906,2339.104071,1179.765956,479.9945296,1816.192624 +98567,1082.820616,2339.05158,1184.761546,482.9550955,1823.223368 +98568,1090.643584,2338.87812,1189.76337,486.2494888,1830.415151 +98569,1098.059823,2338.585258,1194.676162,489.3881901,1837.406664 +98570,1105.512373,2338.17373,1199.645646,492.5136428,1844.373118 +98571,1112.935509,2337.645027,1204.491416,495.481364,1851.267769 +98572,1120.028129,2336.999834,1209.340918,498.7424403,1858.055377 +98573,1127.792057,2336.239487,1214.105994,501.682144,1864.892223 +98574,1134.83719,2335.364649,1218.965727,504.7104686,1871.565166 +98575,1142.09648,2334.487721,1223.582869,507.689076,1878.218008 +98576,1149.250227,2333.228617,1228.37065,510.6400416,1884.805027 +98577,1156.351105,2332.091797,1232.970727,513.6944598,1891.332914 +98578,1163.398102,2330.752743,1237.667305,516.3889429,1897.80089 +98579,1170.393546,2329.319103,1242.244956,519.2214869,1904.171314 +98580,1177.336531,2327.776645,1246.745733,522.2560758,1910.63745 +98581,1066.298888,2272.287623,1133.424876,471.5813533,1685.814475 +98582,1070.633309,2269.41548,1135.641674,473.2341117,1688.150356 +98583,1075.869974,2266.566842,1138.394472,475.2664758,1691.948844 +98584,1081.186246,2263.856941,1141.569302,477.3938898,1695.867543 +98585,1086.763318,2261.105874,1144.76964,479.5764307,1700.042636 +98586,1092.222547,2258.302812,1148.1052,481.7666182,1704.360422 +98587,1097.856382,2255.431126,1151.449799,483.9779118,1708.791755 +98588,1103.330099,2252.587708,1154.84917,486.1827265,1713.173106 +98589,1108.94767,2249.401999,1158.177933,488.3836628,1717.651694 +98590,1114.395268,2246.353736,1161.582082,490.5773434,1722.105143 +98591,1119.684911,2243.130793,1164.959391,492.7627822,1726.565029 +98592,1125.547102,2239.724723,1168.340878,494.9391726,1731.054719 +98593,1130.767144,2236.493036,1171.753139,496.9800281,1735.448828 +98594,1136.346925,2232.946226,1175.081619,499.3307068,1736.494236 +98595,1141.694412,2229.399143,1178.480821,501.3856613,1739.828378 +98596,1147.069527,2225.748532,1181.847664,503.5461614,1742.094109 +98597,1152.433971,2222.008987,1185.215957,505.676028,1744.78299 +98598,1157.778358,2218.181111,1188.612885,507.7964777,1747.400085 +98599,1163.099579,2214.264619,1191.922607,509.9074488,1750.013589 +98600,1168.396098,2210.260256,1195.301642,512.0088551,1752.660542 +98601,1173.668246,2206.062789,1198.646894,514.2336785,1755.210495 +98602,1178.915121,2202.029122,1201.991775,516.1128031,1757.83968 +98603,1184.1371,2197.691402,1205.366024,518.2839519,1760.431337 +98604,1189.333263,2193.350536,1208.648449,520.1893395,1763.022164 +98605,1194.504605,2213.576969,1212.002509,522.4525935,1765.607741 +98606,1199.650162,2148.987303,1215.320239,524.3974168,1768.185947 +98607,1204.433023,2196.715558,1218.637344,526.4568436,1770.757374 +98608,1210.051605,2175.16434,1221.948401,528.4850257,1773.321051 +98609,1214.862355,2164.805607,1225.288359,530.5045168,1775.916283 +98610,1219.964137,2167.922296,1228.534261,532.5149038,1778.404809 +98611,1225.097372,2159.826808,1232.036703,534.5961921,1780.973919 +98612,1230.228253,2155.52686,1235.62212,536.6846954,1783.499906 +98613,1235.343593,2150.42644,1239.084527,538.772821,1786.023839 +98614,1240.43888,2145.313882,1242.628839,540.8579149,1788.538393 +98615,1245.513459,2140.107629,1246.178214,542.9393433,1791.044723 +98616,1250.565468,2134.820654,1249.675399,545.0162463,1793.541224 +98617,1255.960944,2129.453715,1253.182193,546.9345329,1796.029342 +98618,1260.406297,2124.006839,1256.787643,549.2364957,1798.507521 +98619,1265.659823,2118.480569,1260.257986,551.1848499,1800.584476 +98620,1270.596401,2112.875001,1263.804802,553.2681649,1803.691575 +98621,1275.471995,2107.186558,1267.350037,555.3202413,1805.788293 +98622,1280.408972,2101.427439,1270.841909,557.367109,1808.323047 +98623,1285.326729,2095.584729,1274.339528,559.4084261,1810.750894 +98624,1290.12692,2089.666254,1277.851928,561.4439678,1813.174222 +98625,1294.989983,2083.670461,1281.447146,563.6302724,1815.589099 +98626,1299.792304,2077.597842,1284.938722,565.4142628,1817.953574 +98627,1304.614072,2071.449321,1288.369976,567.5475725,1820.412187 +98628,1309.312092,2065.12669,1291.895989,569.5347099,1822.768104 +98629,1314.071928,2058.962532,1295.469341,571.5402163,1825.152226 +98630,1318.810588,2052.523052,1298.905344,573.5403236,1827.519582 +98631,1323.427203,2046.087732,1302.377522,575.5346732,1829.919407 +98632,1327.709541,2039.661373,1305.85669,577.5228783,1832.203943 +98633,1332.947984,2032.931369,1309.45571,579.5052957,1834.574311 +98634,1337.285297,2026.327994,1312.811749,581.3108423,1836.855587 +98635,1341.862667,2019.478171,1316.291318,583.5399631,1839.23939 +98636,1346.438246,2012.801711,1319.742474,585.3792613,1841.518303 +98637,1350.951777,2005.856672,1323.278549,587.3659654,1843.826339 +98638,1355.484811,1998.919901,1326.673267,589.3185388,1846.117798 +98639,1359.884582,1991.900341,1329.69192,591.2651694,1848.398345 +98640,1364.352133,1984.812435,1333.784412,593.2053109,1850.668582 +98641,1126.992556,1867.335719,1095.612051,485.9062701,1415.94836 +98642,1126.272992,1857.462097,1093.149582,484.9561325,1411.582266 +98643,1126.700015,1848.123142,1092.950394,485.2168082,1409.089491 +98644,1128.187055,1839.274974,1093.361097,485.6963178,1407.425153 +98645,1129.952658,1830.398204,1094.190052,486.3615549,1406.130974 +98646,1131.925021,1821.745115,1095.174012,487.1304264,1405.688258 +98647,1134.021027,1813.048002,1096.369905,487.96467,1405.036367 +98648,1136.194164,1804.467357,1097.668677,488.8424529,1404.735096 +98649,1138.419326,1795.590433,1098.971225,489.6285865,1404.522421 +98650,1140.715862,1786.889995,1100.432432,490.765004,1404.470145 +98651,1143.025391,1778.197023,1101.93263,491.6356294,1404.467717 +98652,1145.350972,1769.399623,1103.28999,492.6334133,1404.52578 +98653,1147.692834,1760.537392,1104.811051,493.625266,1404.643435 +98654,1149.945335,1751.644878,1106.376116,494.6312525,1404.816013 +98655,1152.401665,1742.900137,1107.902967,495.7865764,1404.834738 +98656,1154.616257,1733.857543,1109.532068,496.5625299,1405.453342 +98657,1156.945773,1724.913661,1111.195701,497.683721,1405.601617 +98658,1158.975249,1715.883559,1112.815864,498.561761,1406.242804 +98659,1161.843818,1706.925367,1114.538203,499.8166235,1406.275296 +98660,1163.966949,1697.814872,1116.292759,500.7746614,1406.933499 +98661,1166.402507,1688.744692,1117.996565,501.8662265,1407.344524 +98662,1168.785118,1679.633053,1119.800404,502.94543,1407.909517 +98663,1171.173472,1670.495198,1121.599557,504.0340788,1408.452166 +98664,1173.564938,1690.285316,1123.459296,505.1314618,1409.020744 +98665,1175.958378,1610.438307,1125.259602,506.2374742,1409.68227 +98666,1178.72385,1663.028963,1127.154277,507.3512505,1410.287394 +98667,1180.549528,1638.819188,1129.074785,508.4729956,1411.008863 +98668,1183.221671,1610.471059,1130.933745,509.6021486,1411.432842 +98669,1185.595377,1628.159852,1132.889048,510.5911421,1412.595963 +98670,1187.932937,1594.899946,1134.831622,511.9600771,1413.13637 +98671,1190.165937,1600.67885,1136.656047,512.9242264,1413.929561 +98672,1192.360907,1585.470178,1138.373439,514.0143359,1414.768079 +98673,1194.446265,1576.806942,1140.166719,515.0769675,1415.531699 +98674,1196.604209,1567.100171,1141.967905,516.3008888,1416.384903 +98675,1198.755527,1557.369143,1143.685814,517.112368,1417.256455 +98676,1200.803836,1547.613433,1145.490994,518.2950114,1418.078227 +98677,1202.932279,1537.911367,1147.268368,519.3316278,1419.008759 +98678,1205.056421,1527.943899,1149.05549,520.3938429,1419.85439 +98679,1207.077465,1518.283419,1150.883441,521.4573551,1420.814946 +98680,1208.794864,1508.403731,1152.623843,522.5211054,1421.684759 +98681,1211.460972,1498.651261,1154.450277,523.5852798,1422.672238 +98682,1213.266803,1488.711305,1156.247925,524.483048,1423.562344 +98683,1215.326617,1478.909988,1158.092306,525.8019376,1424.541396 +98684,1217.405506,1469.046764,1159.844416,526.7435815,1425.530779 +98685,1219.483595,1459.189117,1161.685053,527.8356783,1426.455655 +98686,1221.456545,1449.333661,1163.494554,528.9003563,1427.492976 +98687,1223.519815,1439.477143,1165.352071,529.964767,1428.425399 +98688,1225.539649,1429.624371,1167.111139,531.0285175,1429.4462 +98689,1227.604201,1419.842893,1168.962395,532.0918342,1430.476822 +98690,1229.557125,1409.909399,1170.7798,533.1543856,1431.432574 +98691,1231.603055,1400.055229,1172.193869,534.2163263,1432.472586 +98692,1233.605933,1390.316504,1174.690745,535.2773216,1433.519798 +98693,1235.656226,1380.528735,1176.152665,536.3375169,1434.490656 +98694,1237.593562,1370.652877,1178.07796,537.3965926,1435.544539 +98695,1239.626506,1360.918836,1179.86139,538.4546846,1436.606422 +98696,1241.61733,1351.150342,1181.754187,539.5114842,1437.586743 +98697,1243.658203,1341.41111,1183.596567,540.56713,1438.652918 +98698,1245.583956,1331.69416,1185.326561,541.6213217,1439.725238 +98699,1247.609691,1322.001844,1187.253367,542.4863338,1440.7128 +98700,1249.593695,1312.396994,1189.045168,543.8249412,1441.787378 +98701,1486.806127,1409.976726,1426.07052,651.8025729,1891.032717 +98702,1492.385714,1402.589644,1431.780691,654.1640535,1846.032647 +98703,1497.040111,1394.26335,1436.240148,656.7172228,1886.56992 +98704,1504.288184,1388.317945,1435.960599,656.9868393,1883.489891 +98705,1509.388254,1380.050482,1438.76512,658.5687489,1885.367847 +98706,1512.835439,1371.713293,1441.908488,660.2700175,1889.469659 +98707,1516.502572,1363.223957,1444.922627,661.8916283,1892.568668 +98708,1520.177565,1354.598701,1447.947695,663.2855879,1895.343132 +98709,1523.471197,1346.085525,1450.921743,665.3065226,1898.096353 +98710,1526.830599,1337.52139,1453.796186,666.7347167,1900.931172 +98711,1530.231074,1329.039549,1456.843965,668.3207997,1903.396378 +98712,1533.451281,1320.361147,1459.571953,669.905211,1906.001244 +98713,1536.689389,1311.989477,1462.457156,671.4502344,1908.544049 +98714,1539.946526,1303.461165,1465.24883,673.0114489,1910.811416 +98715,1542.945375,1295.02549,1470.40742,674.4893411,1913.349564 +98716,1546.223524,1286.678558,1471.222381,676.0145005,1915.693473 +98717,1549.276178,1278.219818,1476.841045,677.5015587,1917.891902 +98718,1552.534584,1274.234584,1475.790238,679.0078768,1920.195401 +98719,1556.551162,1268.304437,1484.384385,680.4299334,1922.327365 +98720,1560.873135,1262.373602,1478.749553,681.9026965,1924.675313 +98721,1565.174096,1256.470402,1493.898437,683.337765,1926.656219 +98722,1569.420615,1250.488345,1478.482533,684.7649227,1928.821444 +98723,1573.788312,1244.657392,1479.346181,686.2088853,1930.952823 +98724,1578.316524,1238.809494,1499.421935,687.5686818,1932.876303 +98725,1582.75615,1233.006855,1491.948921,688.9814007,1934.86882 +98726,1587.311427,1227.242881,1496.833036,690.3571292,1936.948132 +98727,1591.913394,1221.578375,1499.274059,691.7262656,1938.845692 +98728,1596.577582,1215.754792,1501.725058,693.1137717,1940.850811 +98729,1601.308453,1210.246594,1504.264891,694.416711,1942.641522 +98730,1606.112169,1204.610501,1506.647111,695.7746729,1944.569651 +98731,1610.680761,1198.903888,1508.757576,696.9355953,1946.41055 +98732,1615.467653,1193.208942,1510.598362,698.0572586,1948.237649 +98733,1620.193658,1187.608795,1512.526529,699.1821699,1950.043282 +98734,1624.810884,1181.911878,1514.350975,700.2071512,1951.829258 +98735,1629.511867,1176.385844,1516.211942,701.279668,1953.594634 +98736,1634.33607,1170.862648,1517.796158,702.3056151,1955.339677 +98737,1639.013328,1165.346028,1519.666089,703.3177721,1957.139344 +98738,1643.759637,1160.02489,1521.290352,704.3119289,1958.730524 +98739,1648.498008,1154.698936,1522.950366,705.3205599,1960.400892 +98740,1653.239484,1149.346118,1524.567526,706.232909,1962.17865 +98741,1657.983729,1144.171369,1526.219701,707.1992578,1963.775687 +98742,1662.728594,1139.017479,1527.67113,708.1217121,1965.499295 +98743,1667.47445,1134.030174,1529.244407,709.033422,1967.000984 +98744,1672.144564,1128.952456,1530.728404,709.929756,1968.661862 +98745,1677.008543,1124.152884,1532.125299,710.811256,1970.237388 +98746,1681.688882,1119.256259,1533.675598,711.6812286,1971.655335 +98747,1686.395752,1114.464904,1534.976259,712.5074855,1973.344932 +98748,1691.117918,1109.862692,1536.367274,713.3430833,1974.739063 +98749,1695.839217,1105.214113,1537.762794,714.1852924,1976.40025 +98750,1700.620382,1100.721703,1539.040259,714.9702917,1984.967872 +98751,1705.370239,1096.292428,1540.395571,715.790188,1973.160738 +98752,1710.040142,1091.976547,1541.695213,716.5496903,1978.870203 +98753,1714.839917,1087.739938,1542.82079,717.3750887,1984.551678 +98754,1719.488379,1083.618943,1544.164419,718.0602297,1982.966927 +98755,1724.191384,1079.593175,1545.299178,718.8232422,1985.116424 +98756,1728.815799,1075.325489,1546.561519,719.5536776,1986.446296 +98757,1733.644169,1071.672112,1547.612707,720.3614207,1987.993554 +98758,1738.359141,1068.151851,1548.731607,721.3883386,1989.051593 +98759,1742.942642,1064.697737,1550.078794,722.6832149,1990.967676 +98760,1747.752622,1061.357577,1550.96422,724.145666,1991.820797 +98761,1799.920344,1080.748694,1599.643171,748.5727518,2074.54994 +98762,1808.801384,1079.142686,1603.78777,751.5700023,2080.034295 +98763,1831.932171,1076.851254,1606.98784,754.2581911,2085.451857 +98764,1813.719266,1074.521512,1622.136975,756.4076802,2090.228082 +98765,1813.214842,1072.109748,1606.882833,759.4744965,2107.400442 +98766,1844.971979,1069.6092,1605.834219,761.7908024,2073.915544 +98767,1837.579437,1067.228568,1624.431771,764.3839478,2128.77749 +98768,1846.708849,1064.727835,1618.240163,766.9393657,2084.632969 +98769,1852.885699,1062.272847,1622.135941,769.6359216,2118.857079 +98770,1858.756567,1059.757004,1624.449361,772.2884544,2105.607637 +98771,1864.712759,1057.461547,1626.655609,774.9340717,2112.636084 +98772,1870.722552,1054.824041,1628.46149,777.7640436,2115.066263 +98773,1876.518316,1052.484746,1630.746864,780.5951797,2117.566102 +98774,1882.367173,1050.104127,1632.46021,783.3941908,2123.913132 +98775,1888.165119,1047.658506,1634.600526,786.3680167,2121.264904 +98776,1894.038626,1045.271141,1638.87813,789.307514,2130.702094 +98777,1899.610214,1042.890309,1641.056963,792.3352823,2127.028045 +98778,1905.405222,1040.521005,1638.962977,795.3613498,2131.032634 +98779,1910.948262,1038.164453,1653.63272,798.6100419,2139.041869 +98780,1916.778876,1035.821517,1620.482376,801.6806726,2135.137516 +98781,1922.401503,1033.493522,1657.009609,805.0005852,2138.608358 +98782,1928.068466,1031.176788,1643.959482,808.2461582,2141.518305 +98783,1933.553076,1028.940568,1654.943294,811.624888,2143.805639 +98784,1939.171807,1026.556606,1640.233267,814.9836751,2150.747177 +98785,1944.838326,1024.329011,1656.098577,818.4197823,2147.614838 +98786,1950.475062,1022.060005,1652.10005,822.006717,2149.905659 +98787,1956.116345,1019.75117,1654.460631,825.5320216,2157.515508 +98788,1961.764259,1017.613503,1655.949087,829.1560488,2154.935351 +98789,1968.168989,1015.354534,1661.207658,832.8277359,2156.097953 +98790,1976.721253,1013.164118,1652.996765,836.6063787,2162.907137 +98791,1985.599488,1011.061179,1662.90043,840.3196939,2161.249085 +98792,1994.362004,1008.820906,1678.279972,844.2067992,2166.081837 +98793,2003.565135,1006.736977,1637.476102,848.0531286,2164.440305 +98794,2012.686665,1004.616781,1691.911785,852.094596,2164.061351 +98795,2024.793158,1002.52459,1649.139696,856.0778518,2164.505256 +98796,2038.921703,1000.450833,1674.353185,860.1639491,2161.538488 +98797,2038.922779,998.3960054,1655.954249,864.2996325,2158.182175 +98798,2040.656607,996.3596138,1691.716622,868.4923086,2154.946662 +98799,2068.000036,994.3430246,1651.784624,872.6896436,2151.70684 +98800,2069.070089,992.3457509,1688.498674,877.1322625,2148.384511 +98801,2081.000698,990.3685562,1662.990881,881.3798521,2144.943076 +98802,2091.202308,988.4110598,1683.058094,885.8519695,2141.490819 +98803,2101.464899,986.5353386,1673.098703,890.2703509,2138.217253 +98804,2111.812406,984.527723,1677.633481,894.8969372,2135.079299 +98805,2122.369074,982.6746712,1678.427249,899.455183,2132.185812 +98806,2132.679432,980.7892698,1679.317565,904.1792026,2129.549579 +98807,2143.368288,978.933876,1680.392814,908.807233,2127.077754 +98808,2154.144839,977.0991767,1681.47819,913.5650805,2124.73424 +98809,2164.533045,975.2240373,1682.427058,918.4736698,2122.491323 +98810,2180.179975,973.5213223,1683.371249,923.3197248,2120.31797 +98811,2195.043763,971.7058086,1684.487805,928.2742464,2118.191635 +98812,2194.747771,969.9636281,1685.429717,933.2764718,2116.131141 +98813,2193.189943,968.2330603,1686.358276,938.2762381,2114.166144 +98814,2229.320341,966.5229996,1687.365303,943.5382993,2112.218779 +98815,2227.831922,964.8339257,1688.251284,948.5777235,2110.245555 +98816,2241.590163,963.1654213,1689.059228,953.8559871,2108.294588 +98817,2255.821728,961.5176823,1690.171551,959.1282837,2106.374123 +98818,2280.29482,959.8903313,1690.97642,964.4033771,2104.445955 +98819,2250.212051,958.2834213,1691.853055,971.3598711,2102.579957 +98820,2296.346408,956.6965818,1692.748861,977.6647117,2100.758274 +98821,2219.359605,921.7579681,1617.77717,941.586807,2102.542482 +98822,2228.64345,919.5419154,1614.745062,954.915278,2096.533744 +98823,2246.784788,917.4531402,1615.239742,956.271833,2087.294623 +98824,2248.277855,915.4275206,1614.576491,962.2508436,2078.787968 +98825,2248.278951,913.4341043,1614.157842,970.7112699,2072.138922 +98826,2274.941227,911.4697656,1613.660278,970.7288741,2067.191598 +98827,2276.734782,909.5319236,1613.236464,983.5930288,2063.476904 +98828,2300.695222,907.6766345,1612.803666,978.4417026,2060.620603 +98829,2279.359362,905.7016843,1612.366326,998.9742351,2058.406666 +98830,2321.391672,903.875554,1611.929111,982.9058437,2056.669422 +98831,2309.662354,902.021941,1611.490288,993.7178231,2055.289615 +98832,2331.049459,900.1984992,1611.053612,1008.711578,2054.160467 +98833,2340.52519,898.3965415,1610.601483,1007.603906,2053.207397 +98834,2361.038822,896.6151642,1610.157564,1014.812873,2052.407119 +98835,2333.852321,894.8539975,1609.706797,1020.346111,2051.804816 +98836,2403.286061,893.1120566,1609.251902,1025.940038,2051.760987 +98837,2357.310959,891.3899334,1608.799093,1031.633763,2051.917882 +98838,2403.428107,889.6863907,1608.330982,1037.197468,2052.079514 +98839,2395.009805,888.0012509,1607.825147,1042.94958,2052.39415 +98840,2410.738289,886.3339929,1607.396095,1048.611688,2052.922346 +98841,2419.879179,884.6842398,1606.918536,1054.557049,2053.893139 +98842,2429.930117,883.1086721,1606.427278,1060.214158,2055.263321 +98843,2439.752488,881.4095073,1605.947973,1066.118237,2056.84457 +98844,2450.072591,879.7929735,1602.907758,1071.983287,2058.577566 +98845,2459.939884,878.2835509,1608.715155,1077.889796,2060.44949 +98846,2470.064699,876.67509,1587.464254,1083.896389,2062.449055 +98847,2479.842492,875.129855,1626.739173,1089.754256,2064.807027 +98848,2490.119749,873.590929,1576.655972,1095.725646,2067.280268 +98849,2499.96705,872.1217444,1629.145415,1101.839226,2069.629441 +98850,2509.960708,870.5292108,1590.615511,1107.830046,2071.791181 +98851,2519.70834,869.1435736,1599.095622,1113.815392,2073.617385 +98852,2529.500869,867.738813,1612.508241,1120.012562,2075.266829 +98853,2538.997231,866.3632255,1589.966859,1125.921113,2076.986363 +98854,2549.010224,865.0060858,1602.191463,1132.131492,2078.822229 +98855,2558.537259,863.6114157,1594.545349,1138.170379,2080.719113 +98856,2568.015816,862.4224647,1616.435828,1144.353598,2082.598242 +98857,2585.372511,860.9969347,1574.173811,1150.429557,2084.723872 +98858,2583.890352,859.7507782,1620.576695,1156.70738,2086.641278 +98859,2600.339091,854.8671694,1571.522661,1163.52386,2088.785256 +98860,2610.099781,852.9968435,1595.554453,1169.99458,2090.895092 +98861,2619.334927,851.4511646,1585.276252,1176.311298,2093.06293 +98862,2629.006452,849.8649908,1586.08523,1182.580388,2095.149021 +98863,2638.470121,848.442994,1585.260574,1188.955691,2097.173227 +98864,2647.776708,846.9571758,1584.385633,1195.218676,2099.153229 +98865,2657.499687,845.6373271,1583.794547,1201.599885,2101.113084 +98866,2666.682009,844.2252076,1582.99563,1207.803758,2103.056357 +98867,2676.021586,842.878702,1582.298256,1214.17954,2104.976822 +98868,2685.34537,841.5954064,1597.223464,1220.48903,2106.849489 +98869,2694.394233,840.1996627,1557.624199,1226.808423,2108.750807 +98870,2703.370474,838.9338057,1591.299827,1233.046707,2110.672442 +98871,2712.697325,837.638924,1577.122523,1239.47565,2112.552609 +98872,2721.570182,836.3663776,1578.814418,1245.804356,2114.422307 +98873,2730.491607,835.1082942,1578.260003,1251.998669,2116.284204 +98874,2739.411179,833.86322,1577.451805,1258.348087,2118.129628 +98875,2748.188206,832.6317014,1576.855965,1264.619512,2119.965595 +98876,2764.324523,831.4118814,1576.175807,1270.892631,2122.024975 +98877,2755.189008,830.2046608,1575.508741,1277.154937,2123.829688 +98878,2785.086127,829.0081931,1574.842389,1283.404892,2125.595004 +98879,2780.035101,827.8229247,1574.175822,1289.641805,2127.603579 +98880,2791.378398,826.6482872,1573.505896,1295.943332,2129.403967 +98881,2649.52228,759.8948911,1419.879087,1235.972018,2124.370389 +98882,2653.165881,757.676724,1418.608514,1241.985852,1732.040702 +98883,2662.06054,756.613951,1417.381185,1248.274005,1869.35948 +98884,2671.246973,754.9702517,1416.941905,1254.27533,1858.561803 +98885,2687.005573,754.3900227,1416.062159,1260.529379,1851.938007 +98886,2685.652277,752.9480134,1415.514837,1266.779078,1851.187516 +98887,2697.229481,751.8946404,1414.910458,1272.838759,1852.086781 +98888,2706.070727,750.7949227,1414.338513,1279.066765,1858.080048 +98889,2713.811783,749.7115854,1413.781226,1285.126284,1845.479281 +98890,2721.951163,748.6422937,1413.234295,1292.018924,1862.074899 +98891,2730.184317,747.5868683,1412.696821,1301.930553,1846.734884 +98892,2745.318479,746.543674,1412.166427,1299.516957,1863.042216 +98893,2744.267061,745.5134162,1411.641964,1324.942269,1848.130475 +98894,2754.306974,744.9240866,1411.123614,1292.642389,1864.444897 +98895,2763.768568,743.289288,1410.609204,1332.987749,1849.425205 +98896,2769.849886,742.5909804,1410.09993,1325.198016,1865.883982 +98897,2777.904066,741.5432622,1409.595333,1333.545213,1856.300243 +98898,2785.722715,740.5656004,1409.093609,1339.645888,1859.659806 +98899,2793.235073,739.6007883,1408.596199,1345.490391,1860.595231 +98900,2800.322496,738.6455333,1408.101173,1351.463179,1861.105799 +98901,2815.027006,737.7006496,1407.60997,1357.258644,1861.86822 +98902,2813.986251,736.7646307,1407.120268,1363.256182,1862.639074 +98903,2822.174274,735.8380023,1406.633296,1368.856875,1863.378214 +98904,2830.350009,734.9207423,1406.148186,1374.764642,1864.156642 +98905,2837.226236,734.0128319,1405.665833,1380.332824,1864.944313 +98906,2843.956154,733.0668134,1405.092714,1386.237728,1865.718574 +98907,2857.730326,732.2443297,1404.840245,1396.422567,1866.52112 +98908,2857.230382,731.3297344,1404.162596,1404.178747,1867.298928 +98909,2863.846912,730.4624147,1403.763702,1412.02703,1868.040218 +98910,2871.328558,729.6012782,1403.273943,1419.705925,1868.830858 +98911,2877.108849,728.5916552,1402.443581,1426.556881,1869.613697 +98912,2888.710866,727.556297,1401.537095,1433.204273,1870.410309 +98913,2879.653575,726.5116894,1400.595021,1439.694804,1871.151793 +98914,2896.802135,725.4630164,1399.628728,1446.1341,1871.915221 +98915,2896.659113,724.4125111,1398.643602,1452.224304,1872.715666 +98916,2899.489044,723.3598977,1397.640656,1466.419906,1873.458569 +98917,2910.813709,722.3071745,1396.62311,1452.856732,1874.230874 +98918,2901.983217,721.2534652,1395.590046,1475.618136,1874.967187 +98919,2916.500003,720.1548803,1394.543945,1474.770254,1875.700242 +98920,2917.025964,719.1674498,1393.485199,1481.46675,1876.491494 +98921,2918.812361,718.0827865,1392.413825,1487.000363,1877.172594 +98922,2928.643366,717.0362249,1391.329925,1492.463625,1877.88381 +98923,2920.543492,715.9844414,1390.235825,1497.578426,1878.681625 +98924,2932.926154,714.9315941,1389.12863,1502.77843,1879.257513 +98925,2935.546363,713.8806292,1388.012442,1507.781113,1880.009309 +98926,2938.858762,712.8294686,1386.884723,1512.67714,1880.683221 +98927,2942.536355,711.7789828,1385.746988,1517.4545,1881.325044 +98928,2946.005158,710.7291936,1384.599334,1522.112041,1881.969988 +98929,2947.381525,709.6800183,1383.442029,1526.648933,1882.434624 +98930,2948.608465,708.6313754,1382.185556,1531.298816,1883.277773 +98931,2949.711272,707.583496,1381.142145,1541.87897,1883.760259 +98932,2950.785242,706.5363064,1379.893628,1529.986989,1884.376099 +98933,2951.843659,705.4898236,1378.712917,1548.208433,1884.913664 +98934,2953.054851,704.4441534,1377.510575,1546.509245,1891.075156 +98935,2953.992208,703.3988531,1376.299214,1551.260363,1878.201189 +98936,2954.859098,702.3544671,1375.079327,1554.955789,1894.269498 +98937,2955.938874,701.3108507,1373.851179,1558.485929,1885.655729 +98938,2956.829808,696.1486565,1363.004308,1562.443783,1887.097043 +98939,2957.646739,694.4382349,1360.152149,1566.141436,1888.457849 +98940,2958.561247,692.9383253,1357.989911,1570.109983,1888.661709 +98941,1921.447289,690.9516198,895.6699005,1532.475657,1888.657718 +98942,2030.136166,821.2517082,938.1292656,1594.498799,2217.277774 +98943,2149.804373,823.4528123,981.879237,1650.585637,2288.697721 +98944,2234.98052,822.3082682,1010.496439,1676.824234,2321.64914 +98945,2294.188711,821.4083897,1030.006647,1687.277328,2337.082754 +98946,2336.144794,820.2339642,1044.081815,1690.664023,2345.082598 +98947,2367.126383,819.1626396,1054.822511,1691.5236,2349.708364 +98948,2391.212595,818.0206471,1063.449595,1691.903231,2352.943467 +98949,2410.660887,816.8705314,1070.605096,1692.438071,2355.486302 +98950,2426.762277,815.7098244,1076.669738,1693.250275,2357.684111 +98951,2440.261732,814.5438779,1081.864893,1694.272787,2359.679881 +98952,2451.627822,813.375433,1086.324025,1695.396892,2361.499876 +98953,2461.236488,812.2082025,1090.156553,1696.74232,2363.162281 +98954,2469.403357,811.1899805,1093.456774,1697.901982,2364.684738 +98955,2476.423747,809.9678994,1096.309358,1699.081603,2366.084356 +98956,2482.499447,808.8638948,1098.781097,1700.267493,2367.37488 +98957,2487.783652,807.7183215,1100.92838,1701.441403,2368.570902 +98958,2492.410013,806.5864046,1102.79914,1702.591667,2369.685604 +98959,2496.483748,805.4598085,1104.433859,1703.713142,2370.730048 +98960,2500.09733,804.2873612,1105.866577,1704.804248,2371.71352 +98961,2503.318958,803.2468712,1107.125862,1705.864595,2372.643891 +98962,2506.206543,802.0962513,1108.235708,1706.893913,2373.52796 +98963,2508.807356,800.9959158,1109.216282,1707.891753,2374.371585 +98964,2511.159267,799.8897155,1110.084565,1708.857527,2375.17983 +98965,2513.292364,798.7857553,1110.854862,1709.790562,2375.957027 +98966,2515.230791,797.6829742,1111.539245,1710.690146,2376.706894 +98967,2516.99386,796.5807433,1112.147908,1711.55551,2377.43258 +98968,2518.597184,795.478063,1112.689475,1712.385831,2378.136767 +98969,2520.053253,794.3742642,1113.171246,1713.180203,2378.821696 +98970,2521.372115,793.2683451,1113.599415,1713.937646,2379.489267 +98971,2522.5617,791.6518959,1113.979242,1714.657086,2380.339131 +98972,2523.490294,789.78499,1114.293983,1715.181031,2380.974418 +98973,2524.076177,787.9676953,1114.530568,1715.422384,2381.593764 +98974,2524.309265,786.0580772,1114.689537,1715.381708,2382.199747 +98975,2524.216527,784.1178589,1114.77471,1715.099828,2382.793759 +98976,2523.832879,782.1420135,1114.79406,1714.620526,2383.376389 +98977,2523.188643,780.1329909,1114.75231,1713.976251,2383.947839 +98978,2522.307295,778.0920304,1114.655898,1713.187777,2384.508164 +98979,2521.20708,775.9711546,1114.507708,1712.26815,2385.057315 +98980,2519.902891,773.991992,1114.31273,1711.226197,2385.595171 +98981,2518.407061,771.7509427,1114.072759,1710.068494,2386.121501 +98982,2516.730099,769.6361181,1113.791942,1708.800269,2386.636 +98983,2514.881045,767.4400536,1113.471367,1707.425774,2387.138291 +98984,2512.867812,765.1981393,1113.114585,1705.948507,2387.627955 +98985,2510.685466,762.9485877,1112.721364,1704.368637,2388.104588 +98986,2508.342682,760.6745191,1112.294993,1702.689513,2388.567579 +98987,2505.843647,758.3754104,1111.835967,1700.914761,2389.016313 +98988,2503.200029,756.5345142,1111.347323,1699.047155,2389.450342 +98989,2500.415074,753.4649322,1110.828993,1697.088586,2389.869161 +98990,2497.498298,751.4459284,1110.283525,1694.856841,2390.272306 +98991,2494.451047,748.9216102,1109.710555,1692.730582,2390.659319 +98992,2491.281607,746.5678318,1109.112457,1690.521907,2391.029823 +98993,2487.990471,744.0858747,1108.488704,1688.226013,2391.383383 +98994,2484.585248,741.6224289,1107.841523,1685.842183,2391.719637 +98995,2481.065941,739.1287174,1107.170257,1683.372256,2392.038176 +98996,2477.439752,736.6112494,1106.475705,1680.818828,2392.338673 +98997,2473.706485,734.071551,1105.760245,1678.18144,2392.620753 +98998,2469.873157,731.5093912,1105.022942,1675.461888,2392.884113 +98999,2465.94049,728.9259903,1104.264753,1668.085771,2393.129547 +99000,2461.925536,726.3207274,1103.492615,1619.495289,2393.367584 +99001,0,0,0,0,0 +99002,0,0,0,0,0 +99003,0,0,0,0,0 +99004,0,0,0,0,0 +99005,0,0,0,0,0 +99006,0,0,0,0,0 +99007,0,0,0,0,0 +99008,0,0,0,0,0 +99009,0,0,0,0,0 +99010,0,0,0,0,0 +99011,0,0,0,0,0 +99012,0,0,0,0,0 +99013,0,0,0,0,0 +99014,0,0,0,0,0 +99015,0,0,0,0,0 +99016,0,0,0,0,0 +99017,0,0,0,0,0 +99018,0,0,0,0,0 +99019,0,0,0,0,0 +99020,0,0,0,0,0 +99021,0,0,0,0,0 +99022,0,0,0,0,0 +99023,0,0,0,0,0 +99024,0,0,0,0,0 +99025,0,0,0,0,0 +99026,0,0,0,0,0 +99027,0,0,0,0,0 +99028,0,0,0,0,0 +99029,0,0,0,0,0 +99030,0,0,0,0,0 +99031,0,0,0,0,0 +99032,0,0,0,0,0 +99033,0,0,0,0,0 +99034,0,0,0,0,0 +99035,0,0,0,0,0 +99036,0,0,0,0,0 +99037,0,0,0,0,0 +99038,0,0,0,0,0 +99039,0,0,0,0,0 +99040,0,0,0,0,0 +99041,0,0,0,0,0 +99042,0,0,0,0,0 +99043,0,0,0,0,0 +99044,0,0,0,0,0 +99045,0,0,0,0,0 +99046,0,0,0,0,0 +99047,0,0,0,0,0 +99048,0,0,0,0,0 +99049,0,0,0,0,0 +99050,0,0,0,0,0 +99051,0,0,0,0,0 +99052,0,0,0,0,0 +99053,0,0,0,0,0 +99054,0,0,0,0,0 +99055,0,0,0,0,0 +99056,0,0,0,0,0 +99057,0,0,0,0,0 +99058,0,0,0,0,0 +99059,0,0,0,0,0 +99060,0,0,0,0,0 +99061,0,0,0,0,0 +99062,0,0,0,0,0 +99063,0,0,0,0,0 +99064,0,0,0,0,0 +99065,0,0,0,0,0 +99066,0,0,0,0,0 +99067,0,0,0,0,0 +99068,0,0,0,0,0 +99069,0,0,0,0,0 +99070,0,0,0,0,0 +99071,0,0,0,0,0 +99072,0,0,0,0,0 +99073,0,0,0,0,0 +99074,0,0,0,0,0 +99075,0,0,0,0,0 +99076,0,0,0,0,0 +99077,0,0,0,0,0 +99078,0,0,0,0,0 +99079,0,0,0,0,0 +99080,0,0,0,0,0 +99081,0,0,0,0,0 +99082,0,0,0,0,0 +99083,0,0,0,0,0 +99084,0,0,0,0,0 +99085,0,0,0,0,0 +99086,0,0,0,0,0 +99087,0,0,0,0,0 +99088,0,0,0,0,0 +99089,0,0,0,0,0 +99090,0,0,0,0,0 +99091,0,0,0,0,0 +99092,0,0,0,0,0 +99093,0,0,0,0,0 +99094,0,0,0,0,0 +99095,0,0,0,0,0 +99096,0,0,0,0,0 +99097,0,0,0,0,0 +99098,0,0,0,0,0 +99099,0,0,0,0,0 +99100,0,0,0,0,0 +99101,0,0,0,0,0 +99102,0,0,0,0,0 +99103,0,0,0,0,0 +99104,0,0,0,0,0 +99105,0,0,0,0,0 +99106,0,0,0,0,0 +99107,0,0,0,0,0 +99108,0,0,0,0,0 +99109,0,0,0,0,0 +99110,0,0,0,0,0 +99111,0,0,0,0,0 +99112,0,0,0,0,0 +99113,0,0,0,0,0 +99114,0,0,0,0,0 +99115,0,0,0,0,0 +99116,0,0,0,0,0 +99117,0,0,0,0,0 +99118,0,0,0,0,0 +99119,0,0,0,0,0 +99120,0,0,0,0,0 +99121,0,0,0,0,0 +99122,0,0,0,0,0 +99123,0,0,0,0,0 +99124,0,0,0,0,0 +99125,0,0,0,0,0 +99126,0,0,0,0,0 +99127,0,0,0,0,0 +99128,0,0,0,0,0 +99129,0,0,0,0,0 +99130,0,0,0,0,0 +99131,0,0,0,0,0 +99132,0,0,0,0,0 +99133,0,0,0,0,0 +99134,0,0,0,0,0 +99135,0,0,0,0,0 +99136,0,0,0,0,0 +99137,0,0,0,0,0 +99138,0,0,0,0,0 +99139,0,0,0,0,0 +99140,0,0,0,0,0 +99141,0,0,0,0,0 +99142,0,0,0,0,0 +99143,0,0,0,0,0 +99144,0,0,0,0,0 +99145,0,0,0,0,0 +99146,0,0,0,0,0 +99147,0,0,0,0,0 +99148,0,0,0,0,0 +99149,0,0,0,0,0 +99150,0,0,0,0,0 +99151,0,0,0,0,0 +99152,0,0,0,0,0 +99153,0,0,0,0,0 +99154,0,0,0,0,0 +99155,0,0,0,0,0 +99156,0,0,0,0,0 +99157,0,0,0,0,0 +99158,0,0,0,0,0 +99159,0,0,0,0,0 +99160,0,0,0,0,0 +99161,0,0,0,0,0 +99162,0,0,0,0,0 +99163,0,0,0,0,0 +99164,0,0,0,0,0 +99165,0,0,0,0,0 +99166,0,0,0,0,0 +99167,0,0,0,0,0 +99168,0,0,0,0,0 +99169,0,0,0,0,0 +99170,0,0,0,0,0 +99171,0,0,0,0,0 +99172,0,0,0,0,0 +99173,0,0,0,0,0 +99174,0,0,0,0,0 +99175,0,0,0,0,0 +99176,0,0,0,0,0 +99177,0,0,0,0,0 +99178,0,0,0,0,0 +99179,0,0,0,0,0 +99180,0,0,0,0,0 +99181,0,0,0,0,0 +99182,0,0,0,0,0 +99183,0,0,0,0,0 +99184,0,0,0,0,0 +99185,0,0,0,0,0 +99186,0,0,0,0,0 +99187,0,0,0,0,0 +99188,0,0,0,0,0 +99189,0,0,0,0,0 +99190,0,0,0,0,0 +99191,0,0,0,0,0 +99192,0,0,0,0,0 +99193,0,0,0,0,0 +99194,0,0,0,0,0 +99195,0,0,0,0,0 +99196,0,0,0,0,0 +99197,0,0,0,0,0 +99198,0,0,0,0,0 +99199,0,0,0,0,0 +99200,0,0,0,0,0 +99201,0,0,0,0,0 +99202,0,0,0,0,0 +99203,0,0,0,0,0 +99204,0,0,0,0,0 +99205,0,0,0,0,0 +99206,0,0,0,0,0 +99207,0,0,0,0,0 +99208,0,0,0,0,0 +99209,0,0,0,0,0 +99210,0,0,0,0,0 +99211,0,0,0,0,0 +99212,0,0,0,0,0 +99213,0,0,0,0,0 +99214,0,0,0,0,0 +99215,0,0,0,0,0 +99216,0,0,0,0,0 +99217,0,0,0,0,0 +99218,0,0,0,0,0 +99219,0,0,0,0,0 +99220,0,0,0,0,0 +99221,0,0,0,0,0 +99222,0,0,0,0,0 +99223,0,0,0,0,0 +99224,0,0,0,0,0 +99225,0,0,0,0,0 +99226,0,0,0,0,0 +99227,0,0,0,0,0 +99228,0,0,0,0,0 +99229,0,0,0,0,0 +99230,0,0,0,0,0 +99231,0,0,0,0,0 +99232,0,0,0,0,0 +99233,0,0,0,0,0 +99234,0,0,0,0,0 +99235,0,0,0,0,0 +99236,0,0,0,0,0 +99237,0,0,0,0,0 +99238,0,0,0,0,0 +99239,0,0,0,0,0 +99240,0,0,0,0,0 +99241,0,0,0,0,0 +99242,0,0,0,0,0 +99243,0,0,0,0,0 +99244,0,0,0,0,0 +99245,0,0,0,0,0 +99246,0,0,0,0,0 +99247,0,0,0,0,0 +99248,0,0,0,0,0 +99249,0,0,0,0,0 +99250,0,0,0,0,0 +99251,0,0,0,0,0 +99252,0,0,0,0,0 +99253,0,0,0,0,0 +99254,0,0,0,0,0 +99255,0,0,0,0,0 +99256,0,0,0,0,0 +99257,0,0,0,0,0 +99258,0,0,0,0,0 +99259,0,0,0,0,0 +99260,0,0,0,0,0 +99261,0,0,0,0,0 +99262,0,0,0,0,0 +99263,0,0,0,0,0 +99264,0,0,0,0,0 +99265,0,0,0,0,0 +99266,0,0,0,0,0 +99267,0,0,0,0,0 +99268,0,0,0,0,0 +99269,0,0,0,0,0 +99270,0,0,0,0,0 +99271,0,0,0,0,0 +99272,0,0,0,0,0 +99273,0,0,0,0,0 +99274,0,0,0,0,0 +99275,0,0,0,0,0 +99276,0,0,0,0,0 +99277,0,0,0,0,0 +99278,0,0,0,0,0 +99279,0,0,0,0,0 +99280,0,0,0,0,0 +99281,0,0,0,0,0 +99282,0,0,0,0,0 +99283,0,0,0,0,0 +99284,0,0,0,0,0 +99285,0,0,0,0,0 +99286,0,0,0,0,0 +99287,0,0,0,0,0 +99288,0,0,0,0,0 +99289,0,0,0,0,0 +99290,0,0,0,0,0 +99291,0,0,0,0,0 +99292,0,0,0,0,0 +99293,0,0,0,0,0 +99294,0,0,0,0,0 +99295,0,0,0,0,0 +99296,0,0,0,0,0 +99297,0,0,0,0,0 +99298,0,0,0,0,0 +99299,0,0,0,0,0 +99300,0,0,0,0,0 +99301,0,0,0,0,0 +99302,0,0,0,0,0 +99303,0,0,0,0,0 +99304,0,0,0,0,0 +99305,0,0,0,0,0 +99306,0,0,0,0,0 +99307,0,0,0,0,0 +99308,0,0,0,0,0 +99309,0,0,0,0,0 +99310,0,0,0,0,0 +99311,0,0,0,0,0 +99312,0,0,0,0,0 +99313,0,0,0,0,0 +99314,0,0,0,0,0 +99315,0,0,0,0,0 +99316,0,0,0,0,0 +99317,0,0,0,0,0 +99318,0,0,0,0,0 +99319,0,0,0,0,0 +99320,0,0,0,0,0 +99321,0,0,0,0,0 +99322,0,0,0,0,0 +99323,0,0,0,0,0 +99324,0,0,0,0,0 +99325,0,0,0,0,0 +99326,0,0,0,0,0 +99327,0,0,0,0,0 +99328,0,0,0,0,0 +99329,0,0,0,0,0 +99330,0,0,0,0,0 +99331,0,0,0,0,0 +99332,0,0,0,0,0 +99333,0,0,0,0,0 +99334,0,0,0,0,0 +99335,0,0,0,0,0 +99336,0,0,0,0,0 +99337,0,0,0,0,0 +99338,0,0,0,0,0 +99339,0,0,0,0,0 +99340,0,0,0,0,0 +99341,0,0,0,0,0 +99342,0,0,0,0,0 +99343,0,0,0,0,0 +99344,0,0,0,0,0 +99345,0,0,0,0,0 +99346,0,0,0,0,0 +99347,0,0,0,0,0 +99348,0,0,0,0,0 +99349,0,0,0,0,0 +99350,0,0,0,0,0 +99351,0,0,0,0,0 +99352,0,0,0,0,0 +99353,0,0,0,0,0 +99354,0,0,0,0,0 +99355,0,0,0,0,0 +99356,0,0,0,0,0 +99357,0,0,0,0,0 +99358,0,0,0,0,0 +99359,0,0,0,0,0 +99360,0,0,0,0,0 +99361,0,0,0,0,0 +99362,0,0,0,0,0 +99363,0,0,0,0,0 +99364,0,0,0,0,0 +99365,0,0,0,0,0 +99366,0,0,0,0,0 +99367,0,0,0,0,0 +99368,0,0,0,0,0 +99369,0,0,0,0,0 +99370,0,0,0,0,0 +99371,0,0,0,0,0 +99372,0,0,0,0,0 +99373,0,0,0,0,0 +99374,0,0,0,0,0 +99375,0,0,0,0,0 +99376,0,0,0,0,0 +99377,0,0,0,0,0 +99378,0,0,0,0,0 +99379,0,0,0,0,0 +99380,0,0,0,0,0 +99381,0,0,0,0,0 +99382,0,0,0,0,0 +99383,0,0,0,0,0 +99384,0,0,0,0,0 +99385,0,0,0,0,0 +99386,0,0,0,0,0 +99387,0,0,0,0,0 +99388,0,0,0,0,0 +99389,0,0,0,0,0 +99390,0,0,0,0,0 +99391,0,0,0,0,0 +99392,0,0,0,0,0 +99393,0,0,0,0,0 +99394,0,0,0,0,0 +99395,0,0,0,0,0 +99396,0,0,0,0,0 +99397,0,0,0,0,0 +99398,0,0,0,0,0 +99399,0,0,0,0,0 +99400,0,0,0,0,0 +99401,0,0,0,0,0 +99402,0,0,0,0,0 +99403,0,0,0,0,0 +99404,0,0,0,0,0 +99405,0,0,0,0,0 +99406,0,0,0,0,0 +99407,0,0,0,0,0 +99408,0,0,0,0,0 +99409,0,0,0,0,0 +99410,0,0,0,0,0 +99411,0,0,0,0,0 +99412,0,0,0,0,0 +99413,0,0,0,0,0 +99414,0,0,0,0,0 +99415,0,0,0,0,0 +99416,0,0,0,0,0 +99417,0,0,0,0,0 +99418,0,0,0,0,0 +99419,0,0,0,0,0 +99420,0,0,0,0,0 +99421,0,0,0,0,0 +99422,0,0,0,0,0 +99423,0,0,0,0,0 +99424,0,0,0,0,0 +99425,0,0,0,0,0 +99426,0,0,0,0,0 +99427,0,0,0,0,0 +99428,0,0,0,0,0 +99429,0,0,0,0,0 +99430,0,0,0,0,0 +99431,0,0,0,0,0 +99432,0,0,0,0,0 +99433,0,0,0,0,0 +99434,0,0,0,0,0 +99435,0,0,0,0,0 +99436,0,0,0,0,0 +99437,0,0,0,0,0 +99438,0,0,0,0,0 +99439,0,0,0,0,0 +99440,0,0,0,0,0 +99441,0,0,0,0,0 +99442,0,0,0,0,0 +99443,0,0,0,0,0 +99444,0,0,0,0,0 +99445,0,0,0,0,0 +99446,0,0,0,0,0 +99447,0,0,0,0,0 +99448,0,0,0,0,0 +99449,0,0,0,0,0 +99450,0,0,0,0,0 +99451,0,0,0,0,0 +99452,0,0,0,0,0 +99453,0,0,0,0,0 +99454,0,0,0,0,0 +99455,0,0,0,0,0 +99456,0,0,0,0,0 +99457,0,0,0,0,0 +99458,0,0,0,0,0 +99459,0,0,0,0,0 +99460,0,0,0,0,0 +99461,0,0,0,0,0 +99462,0,0,0,0,0 +99463,0,0,0,0,0 +99464,0,0,0,0,0 +99465,0,0,0,0,0 +99466,0,0,0,0,0 +99467,0,0,0,0,0 +99468,0,0,0,0,0 +99469,0,0,0,0,0 +99470,0,0,0,0,0 +99471,0,0,0,0,0 +99472,0,0,0,0,0 +99473,0,0,0,0,0 +99474,0,0,0,0,0 +99475,0,0,0,0,0 +99476,0,0,0,0,0 +99477,0,0,0,0,0 +99478,0,0,0,0,0 +99479,0,0,0,0,0 +99480,0,0,0,0,0 +99481,0,0,0,0,0 +99482,0,0,0,0,0 +99483,0,0,0,0,0 +99484,0,0,0,0,0 +99485,0,0,0,0,0 +99486,0,0,0,0,0 +99487,0,0,0,0,0 +99488,0,0,0,0,0 +99489,0,0,0,0,0 +99490,0,0,0,0,0 +99491,0,0,0,0,0 +99492,0,0,0,0,0 +99493,0,0,0,0,0 +99494,0,0,0,0,0 +99495,0,0,0,0,0 +99496,0,0,0,0,0 +99497,0,0,0,0,0 +99498,0,0,0,0,0 +99499,0,0,0,0,0 +99500,0,0,0,0,0 +99501,0,0,0,0,0 +99502,0,0,0,0,0 +99503,0,0,0,0,0 +99504,0,0,0,0,0 +99505,0,0,0,0,0 +99506,0,0,0,0,0 +99507,0,0,0,0,0 +99508,0,0,0,0,0 +99509,0,0,0,0,0 +99510,0,0,0,0,0 +99511,0,0,0,0,0 +99512,0,0,0,0,0 +99513,0,0,0,0,0 +99514,0,0,0,0,0 +99515,0,0,0,0,0 +99516,0,0,0,0,0 +99517,0,0,0,0,0 +99518,0,0,0,0,0 +99519,0,0,0,0,0 +99520,0,0,0,0,0 +99521,0,0,0,0,0 +99522,0,0,0,0,0 +99523,0,0,0,0,0 +99524,0,0,0,0,0 +99525,0,0,0,0,0 +99526,0,0,0,0,0 +99527,0,0,0,0,0 +99528,0,0,0,0,0 +99529,0,0,0,0,0 +99530,0,0,0,0,0 +99531,0,0,0,0,0 +99532,0,0,0,0,0 +99533,0,0,0,0,0 +99534,0,0,0,0,0 +99535,0,0,0,0,0 +99536,0,0,0,0,0 +99537,0,0,0,0,0 +99538,0,0,0,0,0 +99539,0,0,0,0,0 +99540,0,0,0,0,0 +99541,0,0,0,0,0 +99542,0,0,0,0,0 +99543,0,0,0,0,0 +99544,0,0,0,0,0 +99545,0,0,0,0,0 +99546,0,0,0,0,0 +99547,0,0,0,0,0 +99548,0,0,0,0,0 +99549,0,0,0,0,0 +99550,0,0,0,0,0 +99551,0,0,0,0,0 +99552,0,0,0,0,0 +99553,0,0,0,0,0 +99554,0,0,0,0,0 +99555,0,0,0,0,0 +99556,0,0,0,0,0 +99557,0,0,0,0,0 +99558,0,0,0,0,0 +99559,0,0,0,0,0 +99560,0,0,0,0,0 +99561,0,0,0,0,0 +99562,0,0,0,0,0 +99563,0,0,0,0,0 +99564,0,0,0,0,0 +99565,0,0,0,0,0 +99566,0,0,0,0,0 +99567,0,0,0,0,0 +99568,0,0,0,0,0 +99569,0,0,0,0,0 +99570,0,0,0,0,0 +99571,0,0,0,0,0 +99572,0,0,0,0,0 +99573,0,0,0,0,0 +99574,0,0,0,0,0 +99575,0,0,0,0,0 +99576,0,0,0,0,0 +99577,0,0,0,0,0 +99578,0,0,0,0,0 +99579,0,0,0,0,0 +99580,0,0,0,0,0 +99581,0,0,0,0,0 +99582,0,0,0,0,0 +99583,0,0,0,0,0 +99584,0,0,0,0,0 +99585,0,0,0,0,0 +99586,0,0,0,0,0 +99587,0,0,0,0,0 +99588,0,0,0,0,0 +99589,0,0,0,0,0 +99590,0,0,0,0,0 +99591,0,0,0,0,0 +99592,0,0,0,0,0 +99593,0,0,0,0,0 +99594,0,0,0,0,0 +99595,0,0,0,0,0 +99596,0,0,0,0,0 +99597,0,0,0,0,0 +99598,0,0,0,0,0 +99599,0,0,0,0,0 +99600,0,0,0,0,0 +99601,0,0,0,0,0 +99602,0,0,0,0,0 +99603,0,0,0,0,0 +99604,0,0,0,0,0 +99605,0,0,0,0,0 +99606,0,0,0,0,0 +99607,0,0,0,0,0 +99608,0,0,0,0,0 +99609,0,0,0,0,0 +99610,0,0,0,0,0 +99611,0,0,0,0,0 +99612,0,0,0,0,0 +99613,0,0,0,0,0 +99614,0,0,0,0,0 +99615,0,0,0,0,0 +99616,0,0,0,0,0 +99617,0,0,0,0,0 +99618,0,0,0,0,0 +99619,0,0,0,0,0 +99620,0,0,0,0,0 +99621,0,0,0,0,0 +99622,0,0,0,0,0 +99623,0,0,0,0,0 +99624,0,0,0,0,0 +99625,0,0,0,0,0 +99626,0,0,0,0,0 +99627,0,0,0,0,0 +99628,0,0,0,0,0 +99629,0,0,0,0,0 +99630,0,0,0,0,0 +99631,0,0,0,0,0 +99632,0,0,0,0,0 +99633,0,0,0,0,0 +99634,0,0,0,0,0 +99635,0,0,0,0,0 +99636,0,0,0,0,0 +99637,0,0,0,0,0 +99638,0,0,0,0,0 +99639,0,0,0,0,0 +99640,0,0,0,0,0 +99641,0,0,0,0,0 +99642,0,0,0,0,0 +99643,0,0,0,0,0 +99644,0,0,0,0,0 +99645,0,0,0,0,0 +99646,0,0,0,0,0 +99647,0,0,0,0,0 +99648,0,0,0,0,0 +99649,0,0,0,0,0 +99650,0,0,0,0,0 +99651,0,0,0,0,0 +99652,0,0,0,0,0 +99653,0,0,0,0,0 +99654,0,0,0,0,0 +99655,0,0,0,0,0 +99656,0,0,0,0,0 +99657,0,0,0,0,0 +99658,0,0,0,0,0 +99659,0,0,0,0,0 +99660,0,0,0,0,0 +99661,0,0,0,0,0 +99662,0,0,0,0,0 +99663,0,0,0,0,0 +99664,0,0,0,0,0 +99665,0,0,0,0,0 +99666,0,0,0,0,0 +99667,0,0,0,0,0 +99668,0,0,0,0,0 +99669,0,0,0,0,0 +99670,0,0,0,0,0 +99671,0,0,0,0,0 +99672,0,0,0,0,0 +99673,0,0,0,0,0 +99674,0,0,0,0,0 +99675,0,0,0,0,0 +99676,0,0,0,0,0 +99677,0,0,0,0,0 +99678,0,0,0,0,0 +99679,0,0,0,0,0 +99680,0,0,0,0,0 +99681,0,0,0,0,0 +99682,0,0,0,0,0 +99683,0,0,0,0,0 +99684,0,0,0,0,0 +99685,0,0,0,0,0 +99686,0,0,0,0,0 +99687,0,0,0,0,0 +99688,0,0,0,0,0 +99689,0,0,0,0,0 +99690,0,0,0,0,0 +99691,0,0,0,0,0 +99692,0,0,0,0,0 +99693,0,0,0,0,0 +99694,0,0,0,0,0 +99695,0,0,0,0,0 +99696,0,0,0,0,0 +99697,0,0,0,0,0 +99698,0,0,0,0,0 +99699,0,0,0,0,0 +99700,0,0,0,0,0 +99701,0,0,0,0,0 +99702,0,0,0,0,0 +99703,0,0,0,0,0 +99704,0,0,0,0,0 +99705,0,0,0,0,0 +99706,0,0,0,0,0 +99707,0,0,0,0,0 +99708,0,0,0,0,0 +99709,0,0,0,0,0 +99710,0,0,0,0,0 +99711,0,0,0,0,0 +99712,0,0,0,0,0 +99713,0,0,0,0,0 +99714,0,0,0,0,0 +99715,0,0,0,0,0 +99716,0,0,0,0,0 +99717,0,0,0,0,0 +99718,0,0,0,0,0 +99719,0,0,0,0,0 +99720,0,0,0,0,0 +99721,0,0,0,0,0 +99722,0,0,0,0,0 +99723,0,0,0,0,0 +99724,0,0,0,0,0 +99725,0,0,0,0,0 +99726,0,0,0,0,0 +99727,0,0,0,0,0 +99728,0,0,0,0,0 +99729,0,0,0,0,0 +99730,0,0,0,0,0 +99731,0,0,0,0,0 +99732,0,0,0,0,0 +99733,0,0,0,0,0 +99734,0,0,0,0,0 +99735,0,0,0,0,0 +99736,0,0,0,0,0 +99737,0,0,0,0,0 +99738,0,0,0,0,0 +99739,0,0,0,0,0 +99740,0,0,0,0,0 +99741,0,0,0,0,0 +99742,0,0,0,0,0 +99743,0,0,0,0,0 +99744,0,0,0,0,0 +99745,0,0,0,0,0 +99746,0,0,0,0,0 +99747,0,0,0,0,0 +99748,0,0,0,0,0 +99749,0,0,0,0,0 +99750,0,0,0,0,0 +99751,0,0,0,0,0 +99752,0,0,0,0,0 +99753,0,0,0,0,0 +99754,0,0,0,0,0 +99755,0,0,0,0,0 +99756,0,0,0,0,0 +99757,0,0,0,0,0 +99758,0,0,0,0,0 +99759,0,0,0,0,0 +99760,0,0,0,0,0 +99761,0,0,0,0,0 +99762,0,0,0,0,0 +99763,0,0,0,0,0 +99764,0,0,0,0,0 +99765,0,0,0,0,0 +99766,0,0,0,0,0 +99767,0,0,0,0,0 +99768,0,0,0,0,0 +99769,0,0,0,0,0 +99770,0,0,0,0,0 +99771,0,0,0,0,0 +99772,0,0,0,0,0 +99773,0,0,0,0,0 +99774,0,0,0,0,0 +99775,0,0,0,0,0 +99776,0,0,0,0,0 +99777,0,0,0,0,0 +99778,0,0,0,0,0 +99779,0,0,0,0,0 +99780,0,0,0,0,0 +99781,-1838.499062,-811.9271412,-1799.163476,-818.8187377,-1124.194177 +99782,-1896.650772,-808.7804371,-1854.125953,-816.2984942,-1123.037863 +99783,-1834.593362,-768.7153821,-1787.715844,-776.9536904,-1071.541153 +99784,-1809.464788,-493.4923865,-1762.564158,-766.4685368,-1059.945373 +99785,-1858.560099,0,-1810.02807,-787.5042202,-1091.604586 +99786,-1878.841802,-149.4032419,-1637.74851,-796.3487167,-1105.852701 +99787,-1884.403941,-230.2949815,-213.6769801,-798.9530188,-1111.110535 +99788,-1883.756324,-107.5438952,-1090.878815,-798.9159352,-1112.454819 +99789,-799.4506383,-113.2796927,-792.9874554,-655.1419527,-1112.168455 +99790,-1339.217456,-94.16640501,-765.3367387,-459.2387058,-1111.441244 +99791,-1193.299968,-74.48307076,-738.5273846,-596.8231833,-1110.699808 +99792,-1158.299515,-54.9229823,-710.8109375,-537.6881894,-1109.969378 +99793,-1139.731965,-35.08744962,-686.1992781,-528.875045,-639.2050805 +99794,-1126.929154,-17.00424178,-665.0183153,-522.4853587,-740.5707497 +99795,-1111.546653,0,-641.3000646,-513.5759424,-760.594286 +99796,-1097.973144,0,-622.3679074,-508.1696564,-718.6888228 +99797,-1084.025624,0,-599.8706107,-499.3324085,-708.0516056 +99798,-1072.110971,0,-581.3462458,-494.3355996,-702.564003 +99799,-1057.446664,0,-560.3174599,-486.5858849,-693.5291031 +99800,-1044.918258,0,-541.2230175,-480.3439304,-685.3626579 +99801,-1033.396162,0,-522.4472443,-473.9055743,-676.94287 +99802,-1020.309452,0,-503.4424411,-467.7447481,-669.5176009 +99803,-1008.27193,0,-484.8066283,-461.4015628,-661.8925955 +99804,-997.3610948,0,-467.1617479,-455.3793996,-655.3813238 +99805,-983.4342786,0,-449.3593713,-449.1914742,-646.0161691 +99806,-974.9256844,0,-431.4115256,-443.9048958,-639.1451341 +99807,-961.9344898,0,-414.5406084,-437.39862,-633.5359899 +99808,-951.6424024,0,-397.5648962,-432.9616062,-623.4701276 +99809,-939.6734995,0,-381.1066884,-426.1494001,-618.3168425 +99810,-929.0189074,0,-363.9577752,-420.9164068,-610.0497227 +99811,-918.1909688,0,-351.0491849,-415.5741499,-603.9056393 +99812,-908.7701697,0,-336.8703588,-410.7313766,-596.8570748 +99813,-897.6114599,0,-323.2740204,-404.5496259,-589.6610624 +99814,-887.9029714,0,-310.8893677,-400.1374988,-583.13839 +99815,-878.0594981,0,-297.2434309,-394.3581832,-576.4942497 +99816,-868.0791113,0,-285.4428731,-389.7799406,-569.7262026 +99817,-856.2610372,0,-272.6974032,-385.1267865,-562.8319597 +99818,-849.4253768,0,-260.8750053,-379.0319696,-557.5772211 +99819,-839.0508525,0,-248.7340303,-375.5921979,-549.5565237 +99820,-828.5335097,0,-237.8335943,-370.0040423,-544.1164218 +99821,-819.6610513,0,-225.9948543,-365.0299758,-537.6735055 +99822,-810.6884919,0,-215.0883655,-361.4287607,-532.0675656 +99823,-801.614439,0,-204.1802634,-355.5793453,-524.4710925 +99824,-791.5150097,0,-193.2710987,-351.8699769,-519.6523266 +99825,-783.1609607,0,-183.2964942,-346.6054389,-513.7960235 +99826,-773.7807175,0,-172.3862669,-342.794614,-506.8609056 +99827,-766.2025418,0,-162.7228489,-338.1644628,-501.8392451 +99828,-754.709064,0,-152.4358371,-333.4720793,-494.7120585 +99829,-748.9082372,0,-143.0840248,-329.5144087,-490.5887264 +99830,-737.1903945,0,-133.4204076,-324.7072669,-484.3327676 +99831,-731.2769327,0,-124.0685063,-321.467849,-477.9917099 +99832,-721.3346141,0,-114.7166081,-315.7297227,-472.6423578 +99833,-713.3056531,0,-105.9882046,-313.2449611,-467.7768357 +99834,-703.1751988,0,-97.10390045,-307.3830994,-461.763463 +99835,-697.0484673,0,-88.21958366,-304.8451508,-456.233192 +99836,-686.7509457,0,-80.11462298,-299.7197186,-450.6421712 +99837,-680.5232359,0,-71.38616476,-295.8341374,-445.5581412 +99838,-670.0584991,0,-63.43705867,-291.9129434,-440.4243902 +99839,-662.6727118,0,-55.33207875,-287.9558862,-434.6616897 +99840,-654.1698986,0,-47.38296436,-283.9630173,-429.4227284 +99841,-645.6015279,0,-39.58972108,-279.4847965,-425.3135484 +99842,-636.9674439,0,-32.26406052,-275.8711007,-421.7673876 +99843,-627.1763569,0,-24.31494529,-271.3145082,-417.0043764 +99844,-619.5056769,0,-16.8334248,-267.6384178,-414.0076031 +99845,-609.5708648,0,-9.35190114,-263.004577,-409.1803929 +99846,-601.7891941,0,-1.870380306,-259.7360409,-405.5342624 +99847,-592.8366811,0,0,-254.5576832,-401.8660345 +99848,-583.8222685,0,0,-251.7126194,-397.5584194 +99849,-574.7472924,168.7267987,0,-246.4575561,-393.8424064 +99850,-565.6129361,157.2421408,0,-243.5711968,-390.1044511 +99851,-558.7240875,159.9168187,0,-238.7281245,-386.3445614 +99852,-547.1682513,189.7901445,0,-235.3151194,-382.562817 +99853,-541.3582777,206.9939042,0,-230.8992614,-378.1233369 +99854,-529.6708003,224.1887562,0,-226.9488703,-374.9344866 +99855,-523.7963152,240.8143708,0,-223.2243087,-371.0880713 +99856,-513.1677962,257.8671458,0,-218.978731,-367.8663613 +99857,-504.8562665,273.8599472,0,-215.4636771,-363.3309996 +99858,-495.9084803,290.4020943,0,-210.9197732,-360.0740166 +99859,-488.1191092,306.8914311,0,-207.3676314,-356.1464403 +99860,-477.8849289,322.4896792,0,-203.544469,-352.857634 +99861,-470.0245674,338.3990249,0,-199.447295,-348.2291699 +99862,-461.5267127,354.3993451,0,-195.5891543,-346.2372509 +99863,-452.3852398,369.857594,0,-191.4563464,-340.9000632 +99864,-443.8208997,385.1891072,0,-187.8261274,-338.2183193 +99865,-434.6116478,400.8727621,0,-183.9224505,-334.8536648 +99866,-427.2209507,415.9392963,0,-180.0048683,-330.1201243 +99867,-416.7157318,431.0582893,0,-175.8117,-328.0835955 +99868,-409.2781001,446.1495199,0,-172.394621,-323.3126501 +99869,-399.9555254,460.9560028,0,-168.1767645,-319.8892213 +99870,-391.2308768,475.7549396,0,-164.4760542,-317.1412869 +99871,-383.7356485,489.260371,0,-160.7664625,-313.0038334 +99872,-374.9721569,502.3910398,0,-157.314507,-309.5421831 +99873,-366.8180641,520.5049989,0,-153.5896129,-306.0682362 +99874,-359.2781377,537.8933803,0,-150.3913014,-302.5821587 +99875,-351.0963001,554.2054455,0,-146.6537462,-298.7336974 +99876,-342.9016286,570.6707692,0,-143.1778708,-295.5745159 +99877,-334.6954108,586.7556894,0,-139.6973729,-292.0533603 +99878,-327.1112115,602.6676009,0,-136.2126718,-288.5209227 +99879,-318.8856053,618.434058,0,-132.7241928,-285.332311 +99880,-311.2850999,633.9260177,0,-129.232358,-281.4231977 +99881,-303.0436649,649.2578282,0,-125.8720383,-278.5722626 +99882,-294.7955119,664.3966748,0,-122.2401515,-274.283422 +99883,-287.8118565,679.3099546,0,-119.0098253,-271.4162994 +99884,-278.9178052,694.1482159,0,-115.5083784,-268.18326 +99885,-271.2904414,708.7239953,0,-112.0052767,-264.2212013 +99886,-263.6599154,723.1197148,0,-108.5008418,-261.3327439 +99887,-255.390317,737.4524664,0,-105.2650263,-257.3516863 +99888,-247.754586,751.5288493,0,-101.7586111,-254.0867194 +99889,-239.4804449,764.9731128,0,-98.25145667,-251.1788354 +99890,-231.8413739,779.4961933,0,-95.01361251,-247.1718554 +99891,-224.2011174,792.7637102,0,-91.50547695,-243.8864142 +99892,-215.9230357,806.3326213,0,-87.99701826,-240.9609148 +99893,-208.2811142,819.6087724,0,-84.75827096,-236.930632 +99894,-200.0017992,832.8214623,0,-81.24942676,-233.9942699 +99895,-192.677561,845.9515052,0,-77.74047486,-230.6856919 +99896,-184.716048,858.6919659,0,-74.63637845,-227.0033419 +99897,-176.4358411,871.6269024,0,-70.99231429,-223.6840245 +99898,-169.1110554,884.0636332,0,-67.61817949,-220.3599989 +99899,-160.8307002,896.6165927,0,-64.24404722,-217.0314635 +99900,-153.1873092,909.0505688,0,-61.0048703,-213.6986344 +99901,-145.2254044,921.1513693,0,-57.49571503,-209.9907315 +99902,-138.059732,933.4259534,0,-54.25651349,-206.6496109 +99903,-129.9385391,945.3751408,0,-50.74738088,-202.9330248 +99904,-122.6135956,957.2585211,0,-47.77815076,-199.2123167 +99905,-114.9701521,968.9387376,0,-44.26900767,-195.8604267 +99906,-107.3266944,980.702219,0,-41.02980688,-192.1326906 +99907,-99.6832402,992.0472486,0,-37.65564139,-188.7749102 +99908,-92.03979707,1003.401594,0,-34.41645325,-185.0411201 +99909,-84.55560298,1014.710859,0,-31.17726145,-181.6783266 +99910,-76.91215723,1025.771416,0,-27.80309363,-177.9394401 +99911,-69.26871059,1036.763153,0,-24.56389788,-174.572468 +99912,-61.78450992,1047.622524,0,-22.40443294,-170.8293729 +99913,-54.14106352,1058.296529,0,-19.97504624,-167.4589853 +99914,-46.65685733,1069.075441,0,-17.27571403,-163.7124869 +99915,-38.85416934,1079.423469,0,-14.57637994,-160.5267951 +99916,-31.52920882,1089.798386,0,-11.87705046,-156.590156 +99917,-23.88576297,1100.145231,0,-9.447657904,-153.4024356 +99918,-16.24231698,1110.239985,0,-6.748325328,-149.4636233 +99919,-12.10211886,1120.280188,0,-3.914026768,-146.4620042 +99920,-6.051059257,1135.9218,0,-1.3496648,-142.3339374 +99921,0,1138.506691,0,0,-139.1435777 +99922,0,1159.367774,0,0,-135.5774105 +99923,0,1153.934175,0,0,-131.8231061 +99924,0,1159.33495,0,0,-128.4439419 +99925,0,1185.152159,0,0,-124.6890299 +99926,0,1185.132951,0,0,-121.3094251 +99927,0,1196.380107,0,0,-117.5541235 +99928,0,1205.504235,0,0,-113.9864693 +99929,0,1214.308302,0,0,-110.6065054 +99930,0,1223.104432,0,0,-106.6631137 +99931,0,1231.570027,0,0,-103.283036 +99932,0,1239.51239,0,0,-99.71513483 +99933,0,1247.545645,0,0,-95.77162556 +99934,0,1255.435124,0,0,-92.57926836 +99935,0,1262.931516,0,0,-88.44794301 +99936,0,1270.670052,0,0,-85.25557074 +99937,0,1278.11389,0,0,-81.12423704 +99938,0,1285.316138,0,0,-77.7440715 +99939,0,1292.565965,0,0,-73.98832093 +99940,0,1299.621073,0,0,-70.23256619 +99941,0,1306.570535,0,0,-66.47681311 +99942,0,1313.403126,0,0,-62.90885099 +99943,0,1320.122136,0,0,-58.96530484 +99944,0,1326.726522,0,0,-55.20955192 +99945,0,1333.218471,0,0,-51.45380198 +99946,0,1339.679547,0,0,-47.69805092 +99947,0,1345.828816,0,0,-43.75450891 +99948,0,1351.965967,0,0,-39.99875788 +99949,0,1358.132021,0,0,-36.05521799 +99950,0,1364.016132,0,0,-32.29946732 +99951,0,1369.952722,0,0,-28.16813864 +99952,0,1375.564658,0,0,-24.60017715 +99953,0,1381.256772,0,0,-20.28105971 +99954,0,1386.770293,0,0,-16.5253094 +99955,0,1392.194309,0,0,-12.58177033 +99956,0,1397.496061,0,0,-8.638230072 +99957,0,1402.59361,0,0,-4.319114476 +99958,0,1407.808556,0,0,0 +99959,0,1412.846434,0,0,0 +99960,0,1417.682414,0,0,0 +99961,0,1422.322556,0,0,0 +99962,0,1426.850637,0,0,0 +99963,0,1431.364948,0,0,0 +99964,0,1435.556605,0,0,0 +99965,0,1439.849416,0,0,0 +99966,0,1443.963825,0,0,0 +99967,0,1447.995683,0,0,0 +99968,0,1451.931541,0,0,0 +99969,0,1455.680935,0,0,0 +99970,0,1459.558799,0,0,0 +99971,0,1463.142077,0,0,0 +99972,0,1466.803806,0,0,0 +99973,0,1470.12723,0,0,0 +99974,0,1473.561907,0,0,0 +99975,0,1476.819244,0,0,0 +99976,0,1479.99853,0,0,0 +99977,0,1483.084535,0,0,0 +99978,0,1486.077761,0,0,0 +99979,0,1488.979491,0,0,0 +99980,0,1491.789448,0,0,0 +99981,0,1494.505521,0,0,0 +99982,0,1497.132035,0,0,0 +99983,0,1499.666353,0,0,0 +99984,0,1502.108936,0,0,0 +99985,0,1504.55359,0,0,0 +99986,0,1506.671714,0,0,0 +99987,0,1508.811472,0,0,0 +99988,0,1511.009003,0,0,0 +99989,0,1512.921343,0,0,0 +99990,0,1514.826392,0,0,0 +99991,0,1516.303863,0,0,0 +99992,0,1517.624368,0,0,0 +99993,0,1518.816477,0,0,0 +99994,0,1519.889312,0,0,0 +99995,0,1520.846998,0,0,0 +99996,0,1521.692665,0,0,0 +99997,0,1522.427892,0,0,0 +99998,0,1523.054579,0,0,0 +99999,0,1523.573638,0,0,0 +100000,0,1523.986545,0,0,0 +100001,0,1524.293937,0,0,0 +100002,0,1524.497073,0,0,0 +100003,0,1524.59643,0,0,0 +100004,0,1524.593124,0,0,0 +100005,0,1524.487527,0,0,0 +100006,0,1524.280648,0,0,0 +100007,0,1523.97278,0,0,0 +100008,0,1523.564848,0,0,0 +100009,0,1523.057087,0,0,0 +100010,0,1522.450353,0,0,0 +100011,0,1521.74484,0,0,0 +100012,0,1520.941348,0,0,0 +100013,0,1520.040039,0,0,0 +100014,0,1519.041671,0,0,0 +100015,0,1517.946382,0,0,0 +100016,0,1516.754895,0,0,0 +100017,0,1515.467335,0,0,0 +100018,0,1514.084395,0,0,0 +100019,0,1512.606191,0,0,0 +100020,0,1511.033393,0,0,0 +100021,0,1509.334024,0,0,0 +100022,0,1507.619266,0,0,0 +100023,0,1505.570347,0,0,0 +100024,0,1503.536346,0,0,0 +100025,0,1501.556342,0,0,0 +100026,0,1499.290884,0,0,0 +100027,0,1497.014334,0,0,0 +100028,0,1494.629126,0,0,0 +100029,0,1492.150324,0,0,0 +100030,0,1489.57863,0,0,0 +100031,0,1486.914218,0,0,0 +100032,0,1484.15768,0,0,0 +100033,0,1481.309259,0,0,0 +100034,0,1478.369536,0,0,0 +100035,0,1475.338785,0,0,0 +100036,0,1472.217627,0,0,0 +100037,0,1469.006557,0,0,0 +100038,0,1465.61268,0,0,0 +100039,0,1462.355952,0,0,0 +100040,0,1458.81151,0,0,0 +100041,0,1455.259216,0,0,0 +100042,0,1451.696836,0,0,0 +100043,0,1447.822681,0,0,0 +100044,0,1444.060418,0,0,0 +100045,0,1440.132154,0,0,0 +100046,0,1436.132784,0,0,0 +100047,0,1432.0486,0,0,0 +100048,0,1427.788084,0,0,0 +100049,0,1423.666903,0,0,0 +100050,0,1419.266267,0,0,0 +100051,0,1414.540318,0,0,0 +100052,0,1409.655014,0,0,0 +100053,0,1404.654834,0,0,0 +100054,0,1399.637656,0,0,0 +100055,0,1394.215654,0,0,0 +100056,0,1389.103933,0,0,0 +100057,0,1383.632051,0,0,0 +100058,0,1378.158742,0,0,0 +100059,0,1372.582465,0,0,0 +100060,0,1366.918463,0,0,0 +100061,0,1361.080148,0,0,0 +100062,0,1355.370511,0,0,0 +100063,0,1349.477254,0,0,0 +100064,0,1343.368572,0,0,0 +100065,0,1337.350751,0,0,0 +100066,0,1331.093669,0,0,0 +100067,0,1324.98009,0,0,0 +100068,0,1318.609149,0,0,0 +100069,0,1312.236181,0,0,0 +100070,0,1305.776773,0,0,0 +100071,0,1299.243059,0,0,0 +100072,0,1292.640381,0,0,0 +100073,0,1285.96706,0,0,0 +100074,0,1279.225123,0,0,0 +100075,0,1272.330955,0,0,0 +100076,0,1265.572774,0,0,0 +100077,0,1258.653347,0,0,0 +100078,0,1251.544123,0,0,0 +100079,0,1244.448053,0,0,0 +100080,0,1237.421288,0,0,0 +100081,0,1229.988627,0,0,0 +100082,0,1222.542475,0,0,0 +100083,0,1215.272268,0,0,0 +100084,0,1207.588237,0,0,0 +100085,0,1200.003561,0,0,0 +100086,0,1192.465732,0,0,0 +100087,0,1184.720682,0,0,0 +100088,0,1176.984795,0,0,0 +100089,0,1169.178772,0,0,0 +100090,0,1161.323969,0,0,0 +100091,0,1175.672756,0,0,0 +100092,0,1112.633342,0,0,0 +100093,0,1176.567069,0,0,0 +100094,0,1092.251692,0,0,0 +100095,0,1148.909855,0,0,0 +100096,0,1093.041284,0,0,0 +100097,0,1112.854721,0,0,0 +100098,0,1094.864901,0,0,0 +100099,0,1088.260453,0,0,0 +100100,0,1080.058885,0,0,0 +100101,0,1071.591561,0,0,0 +100102,0,1063.171056,0,0,0 +100103,0,1054.820761,0,0,0 +100104,0,1046.367797,0,0,0 +100105,0,1037.777096,0,0,0 +100106,0,1029.286147,0,0,0 +100107,0,1020.706611,0,0,0 +100108,0,1012.107357,0,0,0 +100109,0,1003.481191,0,0,0 +100110,0,994.8279075,0,0,0 +100111,0,986.254462,0,0,0 +100112,0,977.4959364,0,0,0 +100113,0,968.7814295,0,0,0 +100114,0,960.2040104,0,0,0 +100115,0,951.3214563,0,0,0 +100116,0,942.6023436,0,0,0 +100117,0,933.795947,0,0,0 +100118,0,924.9736581,0,0,0 +100119,0,916.1899293,0,0,0 +100120,0,907.2501932,0,0,0 +100121,0,898.3465494,0,0,0 +100122,0,889.5796969,0,0,0 +100123,0,880.5360306,0,0,0 +100124,0,871.6555046,0,0,0 +100125,0,862.6960155,0,0,0 +100126,0,853.7355015,0,0,0 +100127,0,844.8156464,0,0,0 +100128,0,835.7574441,0,0,0 +100129,0,826.8033934,0,0,0 +100130,0,817.799274,0,0,0 +100131,0,808.8468505,0,0,0 +100132,0,799.7140786,0,0,0 +100133,0,790.8648616,0,0,0 +100134,0,781.7385895,0,0,0 +100135,0,772.7737429,0,0,0 +100136,0,763.7595478,0,0,0 +100137,0,758.752722,0,0,0 +100138,0,752.7699563,0,0,0 +100139,0,745.5074366,0,0,0 +100140,0,739.4487488,0,0,0 +100141,0,0,0,0,0 +100142,0,0,0,0,0 +100143,0,0,0,0,0 +100144,0,0,0,0,0 +100145,0,0,0,0,0 +100146,0,0,0,0,0 +100147,0,0,0,0,0 +100148,0,0,0,0,0 +100149,0,0,0,0,0 +100150,0,0,0,0,0 +100151,0,0,0,0,0 +100152,0,0,0,0,0 +100153,0,0,0,0,0 +100154,0,0,0,0,0 +100155,0,0,0,0,0 +100156,0,0,0,0,0 +100157,0,0,0,0,0 +100158,0,0,0,0,0 +100159,0,0,0,0,0 +100160,0,0,0,0,0 +100161,0,0,0,0,0 +100162,0,0,0,0,0 +100163,0,0,0,0,0 +100164,0,0,0,0,0 +100165,0,0,0,0,0 +100166,0,0,0,0,0 +100167,0,0,0,0,0 +100168,0,0,0,0,0 +100169,0,0,0,0,0 +100170,0,0,0,0,0 +100171,0,0,0,0,0 +100172,0,0,0,0,0 +100173,0,0,0,0,0 +100174,0,0,0,0,0 +100175,0,0,0,0,0 +100176,0,0,0,0,0 +100177,0,0,0,0,0 +100178,0,0,0,0,0 +100179,0,0,0,0,0 +100180,0,0,0,0,0 +100181,0,0,0,0,0 +100182,0,0,0,0,0 +100183,0,0,0,0,0 +100184,0,0,0,0,0 +100185,0,0,0,0,0 +100186,0,0,0,0,0 +100187,0,0,0,0,0 +100188,0,0,0,0,0 +100189,0,0,0,0,0 +100190,0,0,0,0,0 +100191,0,0,0,0,0 +100192,0,0,0,0,0 +100193,0,0,0,0,0 +100194,0,0,0,0,0 +100195,0,0,0,0,0 +100196,0,0,0,0,0 +100197,0,0,0,0,0 +100198,0,0,0,0,0 +100199,0,0,0,0,0 +100200,0,0,0,0,0 +100201,0,0,0,0,0 +100202,0,0,0,0,0 +100203,0,0,0,0,0 +100204,0,0,0,0,0 +100205,0,0,0,0,0 +100206,0,0,0,0,0 +100207,0,0,0,0,0 +100208,0,0,0,0,0 +100209,0,0,0,0,0 +100210,0,0,0,0,0 +100211,0,0,0,0,0 +100212,0,0,0,0,0 +100213,0,0,0,0,0 +100214,0,0,0,0,0 +100215,0,0,0,0,0 +100216,0,0,0,0,0 +100217,0,0,0,0,0 +100218,0,0,0,0,0 +100219,0,0,0,0,0 +100220,0,0,0,0,0 +100221,0,0,0,0,0 +100222,0,0,0,0,0 +100223,0,0,0,0,0 +100224,0,0,0,0,0 +100225,0,0,0,0,0 +100226,0,0,0,0,0 +100227,0,0,0,0,0 +100228,0,0,0,0,0 +100229,0,0,0,0,0 +100230,0,0,0,0,0 +100231,0,0,0,0,0 +100232,0,0,0,0,0 +100233,0,0,0,0,0 +100234,0,0,0,0,0 +100235,0,0,0,0,0 +100236,0,0,0,0,0 +100237,0,0,0,0,0 +100238,0,0,0,0,0 +100239,0,0,0,0,0 +100240,0,0,0,0,0 +100241,0,0,0,0,0 +100242,0,0,0,0,0 +100243,0,0,0,0,0 +100244,0,0,0,0,0 +100245,0,0,0,0,0 +100246,0,0,0,0,0 +100247,0,0,0,0,0 +100248,0,0,0,0,0 +100249,0,0,0,0,0 +100250,0,0,0,0,0 +100251,0,0,0,0,0 +100252,0,0,0,0,0 +100253,0,0,0,0,0 +100254,0,0,0,0,0 +100255,0,0,0,0,0 +100256,0,0,0,0,0 +100257,0,0,0,0,0 +100258,0,0,0,0,0 +100259,0,0,0,0,0 +100260,0,0,0,0,0 +100261,0,0,0,0,0 +100262,0,0,0,0,0 +100263,0,0,0,0,0 +100264,0,0,0,0,0 +100265,0,0,0,0,0 +100266,0,0,0,0,0 +100267,0,0,0,0,0 +100268,0,0,0,0,0 +100269,0,0,0,0,0 +100270,0,0,0,0,0 +100271,0,0,0,0,0 +100272,0,0,0,0,0 +100273,0,0,0,0,0 +100274,0,0,0,0,0 +100275,0,0,0,0,0 +100276,0,0,0,0,0 +100277,0,0,0,0,0 +100278,0,0,0,0,0 +100279,0,0,0,0,0 +100280,0,0,0,0,0 +100281,0,0,0,0,0 +100282,0,0,0,0,0 +100283,0,0,0,0,0 +100284,0,0,0,0,0 +100285,0,0,0,0,0 +100286,0,0,0,0,0 +100287,0,0,0,0,0 +100288,0,0,0,0,0 +100289,0,0,0,0,0 +100290,0,0,0,0,0 +100291,0,0,0,0,0 +100292,0,0,0,0,0 +100293,0,0,0,0,0 +100294,0,0,0,0,0 +100295,0,0,0,0,0 +100296,0,0,0,0,0 +100297,0,0,0,0,0 +100298,0,0,0,0,0 +100299,0,0,0,0,0 +100300,0,0,0,0,0 +100301,0,0,0,0,0 +100302,0,0,0,0,0 +100303,0,0,0,0,0 +100304,0,0,0,0,0 +100305,0,0,0,0,0 +100306,0,0,0,0,0 +100307,0,0,0,0,0 +100308,0,0,0,0,0 +100309,0,0,0,0,0 +100310,0,0,0,0,0 +100311,0,0,0,0,0 +100312,0,0,0,0,0 +100313,0,0,0,0,0 +100314,0,0,0,0,0 +100315,0,0,0,0,0 +100316,0,0,0,0,0 +100317,0,0,0,0,0 +100318,0,0,0,0,0 +100319,0,0,0,0,0 +100320,0,0,0,0,0 +100321,0,0,0,0,0 +100322,0,0,0,0,0 +100323,0,0,0,0,0 +100324,0,0,0,0,0 +100325,0,0,0,0,0 +100326,0,0,0,0,0 +100327,0,0,0,0,0 +100328,0,0,0,0,0 +100329,0,0,0,0,0 +100330,0,0,0,0,0 +100331,0,0,0,0,0 +100332,0,0,0,0,0 +100333,0,0,0,0,0 +100334,0,0,0,0,0 +100335,0,0,0,0,0 +100336,0,0,0,0,0 +100337,0,0,0,0,0 +100338,0,0,0,0,0 +100339,0,0,0,0,0 +100340,0,0,0,0,0 +100341,0,0,0,0,0 +100342,0,0,0,0,0 +100343,0,0,0,0,0 +100344,0,0,0,0,0 +100345,0,0,0,0,0 +100346,0,0,0,0,0 +100347,0,0,0,0,0 +100348,0,0,0,0,0 +100349,0,0,0,0,0 +100350,0,0,0,0,0 +100351,0,0,0,0,0 +100352,0,0,0,0,0 +100353,0,0,0,0,0 +100354,0,0,0,0,0 +100355,0,0,0,0,0 +100356,0,0,0,0,0 +100357,0,0,0,0,0 +100358,0,0,0,0,0 +100359,0,0,0,0,0 +100360,0,0,0,0,0 +100361,0,0,0,0,0 +100362,0,0,0,0,0 +100363,0,0,0,0,0 +100364,0,0,0,0,0 +100365,0,0,0,0,0 +100366,0,0,0,0,0 +100367,0,0,0,0,0 +100368,0,0,0,0,0 +100369,0,0,0,0,0 +100370,0,0,0,0,0 +100371,0,0,0,0,0 +100372,0,0,0,0,0 +100373,0,0,0,0,0 +100374,0,0,0,0,0 +100375,0,0,0,0,0 +100376,0,0,0,0,0 +100377,0,0,0,0,0 +100378,0,0,0,0,0 +100379,0,0,0,0,0 +100380,0,0,0,0,0 +100381,0,0,0,0,0 +100382,0,0,0,0,0 +100383,0,0,0,0,0 +100384,0,0,0,0,0 +100385,0,0,0,0,0 +100386,0,0,0,0,0 +100387,0,0,0,0,0 +100388,0,0,0,0,0 +100389,0,0,0,0,0 +100390,0,0,0,0,0 +100391,0,0,0,0,0 +100392,0,0,0,0,0 +100393,0,0,0,0,0 +100394,0,0,0,0,0 +100395,0,0,0,0,0 +100396,0,0,0,0,0 +100397,0,0,0,0,0 +100398,0,0,0,0,0 +100399,0,0,0,0,0 +100400,0,0,0,0,0 +100401,0,0,0,0,0 +100402,0,0,0,0,0 +100403,0,0,0,0,0 +100404,0,0,0,0,0 +100405,0,0,0,0,0 +100406,0,0,0,0,0 +100407,0,0,0,0,0 +100408,0,0,0,0,0 +100409,0,0,0,0,0 +100410,0,0,0,0,0 +100411,0,0,0,0,0 +100412,0,0,0,0,0 +100413,0,0,0,0,0 +100414,0,0,0,0,0 +100415,0,0,0,0,0 +100416,0,0,0,0,0 +100417,0,0,0,0,0 +100418,0,0,0,0,0 +100419,0,0,0,0,0 +100420,0,0,0,0,0 +100421,0,0,0,0,0 +100422,0,0,0,0,0 +100423,0,0,0,0,0 +100424,0,0,0,0,0 +100425,0,0,0,0,0 +100426,0,0,0,0,0 +100427,0,0,0,0,0 +100428,0,0,0,0,0 +100429,0,0,0,0,0 +100430,0,0,0,0,0 +100431,0,0,0,0,0 +100432,0,0,0,0,0 +100433,0,0,0,0,0 +100434,0,0,0,0,0 +100435,0,0,0,0,0 +100436,0,0,0,0,0 +100437,0,0,0,0,0 +100438,0,0,0,0,0 +100439,0,0,0,0,0 +100440,0,0,0,0,0 +100441,0,0,0,0,0 +100442,0,0,0,0,0 +100443,0,0,0,0,0 +100444,0,0,0,0,0 +100445,0,0,0,0,0 +100446,0,0,0,0,0 +100447,0,0,0,0,0 +100448,0,0,0,0,0 +100449,0,0,0,0,0 +100450,0,0,0,0,0 +100451,0,0,0,0,0 +100452,0,0,0,0,0 +100453,0,0,0,0,0 +100454,0,0,0,0,0 +100455,0,0,0,0,0 +100456,0,0,0,0,0 +100457,0,0,0,0,0 +100458,0,0,0,0,0 +100459,0,0,0,0,0 +100460,0,0,0,0,0 +100461,0,0,0,0,0 +100462,0,0,0,0,0 +100463,0,0,0,0,0 +100464,0,0,0,0,0 +100465,0,0,0,0,0 +100466,0,0,0,0,0 +100467,0,0,0,0,0 +100468,0,0,0,0,0 +100469,0,0,0,0,0 +100470,0,0,0,0,0 +100471,0,0,0,0,0 +100472,0,0,0,0,0 +100473,0,0,0,0,0 +100474,0,0,0,0,0 +100475,0,0,0,0,0 +100476,0,0,0,0,0 +100477,0,0,0,0,0 +100478,0,0,0,0,0 +100479,0,0,0,0,0 +100480,0,0,0,0,0 +100481,0,0,0,0,0 +100482,0,0,0,0,0 +100483,0,0,0,0,0 +100484,0,0,0,0,0 +100485,0,0,0,0,0 +100486,0,0,0,0,0 +100487,0,0,0,0,0 +100488,0,0,0,0,0 +100489,0,0,0,0,0 +100490,0,0,0,0,0 +100491,0,0,0,0,0 +100492,0,0,0,0,0 +100493,0,0,0,0,0 +100494,0,0,0,0,0 +100495,0,0,0,0,0 +100496,0,0,0,0,0 +100497,0,0,0,0,0 +100498,0,0,0,0,0 +100499,0,0,0,0,0 +100500,0,0,0,0,0 +100501,0,0,0,0,0 +100502,0,0,0,0,0 +100503,0,0,0,0,0 +100504,0,0,0,0,0 +100505,0,0,0,0,0 +100506,0,0,0,0,0 +100507,0,0,0,0,0 +100508,0,0,0,0,0 +100509,0,0,0,0,0 +100510,0,0,0,0,0 +100511,0,0,0,0,0 +100512,0,0,0,0,0 +100513,0,0,0,0,0 +100514,0,0,0,0,0 +100515,0,0,0,0,0 +100516,0,0,0,0,0 +100517,0,0,0,0,0 +100518,0,0,0,0,0 +100519,0,0,0,0,0 +100520,0,0,0,0,0 +100521,0,0,0,0,0 +100522,0,0,0,0,0 +100523,0,0,0,0,0 +100524,0,0,0,0,0 +100525,0,0,0,0,0 +100526,0,0,0,0,0 +100527,0,0,0,0,0 +100528,0,0,0,0,0 +100529,0,0,0,0,0 +100530,0,0,0,0,0 +100531,0,0,0,0,0 +100532,0,0,0,0,0 +100533,0,0,0,0,0 +100534,0,0,0,0,0 +100535,0,0,0,0,0 +100536,0,0,0,0,0 +100537,0,0,0,0,0 +100538,0,0,0,0,0 +100539,0,0,0,0,0 +100540,0,0,0,0,0 +100541,0,0,0,0,0 +100542,0,0,0,0,0 +100543,0,0,0,0,0 +100544,0,0,0,0,0 +100545,0,0,0,0,0 +100546,0,0,0,0,0 +100547,0,0,0,0,0 +100548,0,0,0,0,0 +100549,0,0,0,0,0 +100550,0,0,0,0,0 +100551,0,0,0,0,0 +100552,0,0,0,0,0 +100553,0,0,0,0,0 +100554,0,0,0,0,0 +100555,0,0,0,0,0 +100556,0,0,0,0,0 +100557,0,0,0,0,0 +100558,0,0,0,0,0 +100559,0,0,0,0,0 +100560,0,0,0,0,0 +100561,0,0,0,0,0 +100562,0,0,0,0,0 +100563,0,0,0,0,0 +100564,0,0,0,0,0 +100565,0,0,0,0,0 +100566,0,0,0,0,0 +100567,0,0,0,0,0 +100568,0,0,0,0,0 +100569,0,0,0,0,0 +100570,0,0,0,0,0 +100571,0,0,0,0,0 +100572,0,0,0,0,0 +100573,0,0,0,0,0 +100574,0,0,0,0,0 +100575,0,0,0,0,0 +100576,0,0,0,0,0 +100577,0,0,0,0,0 +100578,0,0,0,0,0 +100579,0,0,0,0,0 +100580,0,0,0,0,0 +100581,0,0,0,0,0 +100582,0,0,0,0,0 +100583,0,0,0,0,0 +100584,0,0,0,0,0 +100585,0,0,0,0,0 +100586,0,0,0,0,0 +100587,0,0,0,0,0 +100588,0,0,0,0,0 +100589,0,0,0,0,0 +100590,0,0,0,0,0 +100591,0,0,0,0,0 +100592,0,0,0,0,0 +100593,0,0,0,0,0 +100594,0,0,0,0,0 +100595,0,0,0,0,0 +100596,0,0,0,0,0 +100597,0,0,0,0,0 +100598,0,0,0,0,0 +100599,0,0,0,0,0 +100600,0,0,0,0,0 +100601,0,0,0,0,0 +100602,0,0,0,0,0 +100603,0,0,0,0,0 +100604,0,0,0,0,0 +100605,0,0,0,0,0 +100606,0,0,0,0,0 +100607,0,0,0,0,0 +100608,0,0,0,0,0 +100609,0,0,0,0,0 +100610,0,0,0,0,0 +100611,0,0,0,0,0 +100612,0,0,0,0,0 +100613,0,0,0,0,0 +100614,0,0,0,0,0 +100615,0,0,0,0,0 +100616,0,0,0,0,0 +100617,0,0,0,0,0 +100618,0,0,0,0,0 +100619,0,0,0,0,0 +100620,0,0,0,0,0 +100621,0,0,0,0,0 +100622,0,0,0,0,0 +100623,0,0,0,0,0 +100624,0,0,0,0,0 +100625,0,0,0,0,0 +100626,0,0,0,0,0 +100627,0,0,0,0,0 +100628,0,0,0,0,0 +100629,0,0,0,0,0 +100630,0,0,0,0,0 +100631,0,0,0,0,0 +100632,0,0,0,0,0 +100633,0,0,0,0,0 +100634,0,0,0,0,0 +100635,0,0,0,0,0 +100636,0,0,0,0,0 +100637,0,0,0,0,0 +100638,0,0,0,0,0 +100639,0,0,0,0,0 +100640,0,0,0,0,0 +100641,0,0,0,0,0 +100642,0,0,0,0,0 +100643,0,0,0,0,0 +100644,0,0,0,0,0 +100645,0,0,0,0,0 +100646,0,0,0,0,0 +100647,0,0,0,0,0 +100648,0,0,0,0,0 +100649,0,0,0,0,0 +100650,0,0,0,0,0 +100651,0,0,0,0,0 +100652,0,0,0,0,0 +100653,0,0,0,0,0 +100654,0,0,0,0,0 +100655,0,0,0,0,0 +100656,0,0,0,0,0 +100657,0,0,0,0,0 +100658,0,0,0,0,0 +100659,0,0,0,0,0 +100660,0,0,0,0,0 +100661,0,0,0,0,0 +100662,0,0,0,0,0 +100663,0,0,0,0,0 +100664,0,0,0,0,0 +100665,0,0,0,0,0 +100666,0,0,0,0,0 +100667,0,0,0,0,0 +100668,0,0,0,0,0 +100669,0,0,0,0,0 +100670,0,0,0,0,0 +100671,0,0,0,0,0 +100672,0,0,0,0,0 +100673,0,0,0,0,0 +100674,0,0,0,0,0 +100675,0,0,0,0,0 +100676,0,0,0,0,0 +100677,0,0,0,0,0 +100678,0,0,0,0,0 +100679,0,0,0,0,0 +100680,0,0,0,0,0 +100681,0,0,0,0,0 +100682,0,0,0,0,0 +100683,0,0,0,0,0 +100684,0,0,0,0,0 +100685,0,0,0,0,0 +100686,0,0,0,0,0 +100687,0,0,0,0,0 +100688,0,0,0,0,0 +100689,0,0,0,0,0 +100690,0,0,0,0,0 +100691,0,0,0,0,0 +100692,0,0,0,0,0 +100693,0,0,0,0,0 +100694,0,0,0,0,0 +100695,0,0,0,0,0 +100696,0,0,0,0,0 +100697,0,0,0,0,0 +100698,0,0,0,0,0 +100699,0,0,0,0,0 +100700,0,0,0,0,0 +100701,0,0,0,0,0 +100702,0,0,0,0,0 +100703,0,0,0,0,0 +100704,0,0,0,0,0 +100705,0,0,0,0,0 +100706,0,0,0,0,0 +100707,0,0,0,0,0 +100708,0,0,0,0,0 +100709,0,0,0,0,0 +100710,0,0,0,0,0 +100711,0,0,0,0,0 +100712,0,0,0,0,0 +100713,0,0,0,0,0 +100714,0,0,0,0,0 +100715,0,0,0,0,0 +100716,0,0,0,0,0 +100717,0,0,0,0,0 +100718,0,0,0,0,0 +100719,0,0,0,0,0 +100720,0,0,0,0,0 +100721,0,0,0,0,0 +100722,0,0,0,0,0 +100723,0,0,0,0,0 +100724,0,0,0,0,0 +100725,0,0,0,0,0 +100726,0,0,0,0,0 +100727,0,0,0,0,0 +100728,0,0,0,0,0 +100729,0,0,0,0,0 +100730,0,0,0,0,0 +100731,0,0,0,0,0 +100732,0,0,0,0,0 +100733,0,0,0,0,0 +100734,0,0,0,0,0 +100735,0,0,0,0,0 +100736,0,0,0,0,0 +100737,0,0,0,0,0 +100738,0,0,0,0,0 +100739,0,0,0,0,0 +100740,0,0,0,0,0 +100741,0,0,0,0,0 +100742,0,0,0,0,0 +100743,0,0,0,0,0 +100744,0,0,0,0,0 +100745,0,0,0,0,0 +100746,0,0,0,0,0 +100747,0,0,0,0,0 +100748,0,0,0,0,0 +100749,0,0,0,0,0 +100750,0,0,0,0,0 +100751,0,0,0,0,0 +100752,0,0,0,0,0 +100753,0,0,0,0,0 +100754,0,0,0,0,0 +100755,0,0,0,0,0 +100756,0,0,0,0,0 +100757,0,0,0,0,0 +100758,0,0,0,0,0 +100759,0,0,0,0,0 +100760,0,0,0,0,0 +100761,0,0,0,0,0 +100762,0,0,0,0,0 +100763,0,0,0,0,0 +100764,0,0,0,0,0 +100765,0,0,0,0,0 +100766,0,0,0,0,0 +100767,0,0,0,0,0 +100768,0,0,0,0,0 +100769,0,0,0,0,0 +100770,0,0,0,0,0 +100771,0,0,0,0,0 +100772,0,0,0,0,0 +100773,0,0,0,0,0 +100774,0,0,0,0,0 +100775,0,0,0,0,0 +100776,0,0,0,0,0 +100777,0,0,0,0,0 +100778,0,0,0,0,0 +100779,0,0,0,0,0 +100780,0,0,0,0,0 +100781,0,0,0,0,0 +100782,0,0,0,0,0 +100783,0,0,0,0,0 +100784,0,0,0,0,0 +100785,0,0,0,0,0 +100786,0,0,0,0,0 +100787,0,0,0,0,0 +100788,0,0,0,0,0 +100789,0,0,0,0,0 +100790,0,0,0,0,0 +100791,0,0,0,0,0 +100792,0,0,0,0,0 +100793,0,0,0,0,0 +100794,0,0,0,0,0 +100795,0,0,0,0,0 +100796,0,0,0,0,0 +100797,0,0,0,0,0 +100798,0,0,0,0,0 +100799,0,0,0,0,0 +100800,0,0,0,0,0 +100801,0,0,0,0,0 +100802,0,0,0,0,0 +100803,0,0,0,0,0 +100804,0,0,0,0,0 +100805,0,0,0,0,0 +100806,0,0,0,0,0 +100807,0,0,0,0,0 +100808,0,0,0,0,0 +100809,0,0,0,0,0 +100810,0,0,0,0,0 +100811,0,0,0,0,0 +100812,0,0,0,0,0 +100813,0,0,0,0,0 +100814,0,0,0,0,0 +100815,0,0,0,0,0 +100816,0,0,0,0,0 +100817,0,0,0,0,0 +100818,0,0,0,0,0 +100819,0,0,0,0,0 +100820,0,0,0,0,0 +100821,0,0,0,0,0 +100822,0,0,0,0,0 +100823,0,0,0,0,0 +100824,0,0,0,0,0 +100825,0,0,0,0,0 +100826,0,0,0,0,0 +100827,0,0,0,0,0 +100828,0,0,0,0,0 +100829,0,0,0,0,0 +100830,0,0,0,0,0 +100831,0,0,0,0,0 +100832,0,0,0,0,0 +100833,0,0,0,0,0 +100834,0,0,0,0,0 +100835,0,0,0,0,0 +100836,0,0,0,0,0 +100837,0,0,0,0,0 +100838,0,0,0,0,0 +100839,0,0,0,0,0 +100840,0,0,0,0,0 +100841,0,0,0,0,0 +100842,0,0,0,0,0 +100843,0,0,0,0,0 +100844,0,0,0,0,0 +100845,0,0,0,0,0 +100846,0,0,0,0,0 +100847,0,0,0,0,0 +100848,0,0,0,0,0 +100849,0,0,0,0,0 +100850,0,0,0,0,0 +100851,0,0,0,0,0 +100852,0,0,0,0,0 +100853,0,0,0,0,0 +100854,0,0,0,0,0 +100855,0,0,0,0,0 +100856,0,0,0,0,0 +100857,0,0,0,0,0 +100858,0,0,0,0,0 +100859,0,0,0,0,0 +100860,0,0,0,0,0 +100861,0,0,0,0,0 +100862,0,0,0,0,0 +100863,0,0,0,0,0 +100864,0,0,0,0,0 +100865,0,0,0,0,0 +100866,0,0,0,0,0 +100867,0,0,0,0,0 +100868,0,0,0,0,0 +100869,0,0,0,0,0 +100870,0,0,0,0,0 +100871,0,0,0,0,0 +100872,0,0,0,0,0 +100873,0,0,0,0,0 +100874,0,0,0,0,0 +100875,0,0,0,0,0 +100876,0,0,0,0,0 +100877,0,0,0,0,0 +100878,0,0,0,0,0 +100879,0,0,0,0,0 +100880,0,0,0,0,0 +100881,0,0,0,0,0 +100882,0,0,0,0,0 +100883,0,0,0,0,0 +100884,0,0,0,0,0 +100885,0,0,0,0,0 +100886,0,0,0,0,0 +100887,0,0,0,0,0 +100888,0,0,0,0,0 +100889,0,0,0,0,0 +100890,0,0,0,0,0 +100891,0,0,0,0,0 +100892,0,0,0,0,0 +100893,0,0,0,0,0 +100894,0,0,0,0,0 +100895,0,0,0,0,0 +100896,0,0,0,0,0 +100897,0,0,0,0,0 +100898,0,0,0,0,0 +100899,0,0,0,0,0 +100900,0,0,0,0,0 +100901,0,0,0,0,0 +100902,0,0,0,0,0 +100903,0,0,0,0,0 +100904,0,0,0,0,0 +100905,0,0,0,0,0 +100906,0,0,0,0,0 +100907,0,0,0,0,0 +100908,0,0,0,0,0 +100909,0,0,0,0,0 +100910,0,0,0,0,0 +100911,0,0,0,0,0 +100912,0,0,0,0,0 +100913,0,0,0,0,0 +100914,0,0,0,0,0 +100915,0,0,0,0,0 +100916,0,0,0,0,0 +100917,0,0,0,0,0 +100918,0,0,0,0,0 +100919,0,0,0,0,0 +100920,0,0,0,0,0 +100921,0,0,0,0,0 +100922,0,0,0,0,0 +100923,0,0,0,0,0 +100924,0,0,0,0,0 +100925,0,0,0,0,0 +100926,0,0,0,0,0 +100927,0,0,0,0,0 +100928,0,0,0,0,0 +100929,0,0,0,0,0 +100930,0,0,0,0,0 +100931,0,0,0,0,0 +100932,0,0,0,0,0 +100933,0,0,0,0,0 +100934,0,0,0,0,0 +100935,0,0,0,0,0 +100936,0,0,0,0,0 +100937,0,0,0,0,0 +100938,0,0,0,0,0 +100939,0,0,0,0,0 +100940,0,0,0,0,0 +100941,0,0,0,0,0 +100942,0,0,0,0,0 +100943,0,0,0,0,0 +100944,0,0,0,0,0 +100945,0,0,0,0,0 +100946,0,0,0,0,0 +100947,0,0,0,0,0 +100948,0,0,0,0,0 +100949,0,0,0,0,0 +100950,0,0,0,0,0 +100951,0,0,0,0,0 +100952,0,0,0,0,0 +100953,0,0,0,0,0 +100954,0,0,0,0,0 +100955,0,0,0,0,0 +100956,0,0,0,0,0 +100957,0,0,0,0,0 +100958,0,0,0,0,0 +100959,0,0,0,0,0 +100960,0,0,0,0,0 +100961,0,0,0,0,0 +100962,0,0,0,0,0 +100963,0,0,0,0,0 +100964,0,0,0,0,0 +100965,0,0,0,0,0 +100966,0,0,0,0,0 +100967,0,0,0,0,0 +100968,0,0,0,0,0 +100969,0,0,0,0,0 +100970,0,0,0,0,0 +100971,0,0,0,0,0 +100972,0,0,0,0,0 +100973,0,0,0,0,0 +100974,0,0,0,0,0 +100975,0,0,0,0,0 +100976,0,0,0,0,0 +100977,0,0,0,0,0 +100978,0,0,0,0,0 +100979,0,0,0,0,0 +100980,0,0,0,0,0 +100981,0,0,0,0,0 +100982,0,0,0,0,0 +100983,0,0,0,0,0 +100984,0,0,0,0,0 +100985,0,0,0,0,0 +100986,0,0,0,0,0 +100987,0,0,0,0,0 +100988,0,0,0,0,0 +100989,0,0,0,0,0 +100990,0,0,0,0,0 +100991,0,0,0,0,0 +100992,0,0,0,0,0 +100993,0,0,0,0,0 +100994,0,0,0,0,0 +100995,0,0,0,0,0 +100996,0,0,0,0,0 +100997,0,0,0,0,0 +100998,0,0,0,0,0 +100999,0,0,0,0,0 +101000,0,0,0,0,0 +101001,0,0,0,0,0 +101002,0,0,0,0,0 +101003,0,0,0,0,0 +101004,0,0,0,0,0 +101005,0,0,0,0,0 +101006,0,0,0,0,0 +101007,0,0,0,0,0 +101008,0,0,0,0,0 +101009,0,0,0,0,0 +101010,0,0,0,0,0 +101011,0,0,0,0,0 +101012,0,0,0,0,0 +101013,0,0,0,0,0 +101014,0,0,0,0,0 +101015,0,0,0,0,0 +101016,0,0,0,0,0 +101017,0,0,0,0,0 +101018,0,0,0,0,0 +101019,0,0,0,0,0 +101020,0,0,0,0,0 +101021,0,0,0,0,0 +101022,0,0,0,0,0 +101023,0,0,0,0,0 +101024,0,0,0,0,0 +101025,0,0,0,0,0 +101026,0,0,0,0,0 +101027,0,0,0,0,0 +101028,0,0,0,0,0 +101029,0,0,0,0,0 +101030,0,0,0,0,0 +101031,0,0,0,0,0 +101032,0,0,0,0,0 +101033,0,0,0,0,0 +101034,0,0,0,0,0 +101035,0,0,0,0,0 +101036,0,0,0,0,0 +101037,0,0,0,0,0 +101038,0,0,0,0,0 +101039,0,0,0,0,0 +101040,0,0,0,0,0 +101041,0,0,0,0,0 +101042,0,0,0,0,0 +101043,0,0,0,0,0 +101044,0,0,0,0,0 +101045,0,0,0,0,0 +101046,0,0,0,0,0 +101047,0,0,0,0,0 +101048,0,0,0,0,0 +101049,0,0,0,0,0 +101050,0,0,0,0,0 +101051,0,0,0,0,0 +101052,0,0,0,0,0 +101053,0,0,0,0,0 +101054,0,0,0,0,0 +101055,0,0,0,0,0 +101056,0,0,0,0,0 +101057,0,0,0,0,0 +101058,0,0,0,0,0 +101059,0,0,0,0,0 +101060,0,0,0,0,0 +101061,0,0,0,0,0 +101062,0,0,0,0,0 +101063,0,0,0,0,0 +101064,0,0,0,0,0 +101065,0,0,0,0,0 +101066,0,0,0,0,0 +101067,0,0,0,0,0 +101068,0,0,0,0,0 +101069,0,0,0,0,0 +101070,0,0,0,0,0 +101071,0,0,0,0,0 +101072,0,0,0,0,0 +101073,0,0,0,0,0 +101074,0,0,0,0,0 +101075,0,0,0,0,0 +101076,0,0,0,0,0 +101077,0,0,0,0,0 +101078,0,0,0,0,0 +101079,0,0,0,0,0 +101080,0,0,0,0,0 +101081,0,0,0,0,0 +101082,0,0,0,0,0 +101083,0,0,0,0,0 +101084,0,0,0,0,0 +101085,0,0,0,0,0 +101086,0,0,0,0,0 +101087,0,0,0,0,0 +101088,0,0,0,0,0 +101089,0,0,0,0,0 +101090,0,0,0,0,0 +101091,0,0,0,0,0 +101092,0,0,0,0,0 +101093,0,0,0,0,0 +101094,0,0,0,0,0 +101095,0,0,0,0,0 +101096,0,0,0,0,0 +101097,0,0,0,0,0 +101098,0,0,0,0,0 +101099,0,0,0,0,0 +101100,0,0,0,0,0 +101101,0,0,0,0,0 +101102,0,0,0,0,0 +101103,0,0,0,0,0 +101104,0,0,0,0,0 +101105,0,0,0,0,0 +101106,0,0,0,0,0 +101107,0,0,0,0,0 +101108,0,0,0,0,0 +101109,0,0,0,0,0 +101110,0,0,0,0,0 +101111,0,0,0,0,0 +101112,0,0,0,0,0 +101113,0,0,0,0,0 +101114,0,0,0,0,0 +101115,0,0,0,0,0 +101116,0,0,0,0,0 +101117,0,0,0,0,0 +101118,0,0,0,0,0 +101119,0,0,0,0,0 +101120,0,0,0,0,0 +101121,0,0,0,0,0 +101122,0,0,0,0,0 +101123,0,0,0,0,0 +101124,0,0,0,0,0 +101125,0,0,0,0,0 +101126,0,0,0,0,0 +101127,0,0,0,0,0 +101128,0,0,0,0,0 +101129,0,0,0,0,0 +101130,0,0,0,0,0 +101131,0,0,0,0,0 +101132,0,0,0,0,0 +101133,0,0,0,0,0 +101134,0,0,0,0,0 +101135,0,0,0,0,0 +101136,0,0,0,0,0 +101137,0,0,0,0,0 +101138,0,0,0,0,0 +101139,0,0,0,0,0 +101140,0,0,0,0,0 +101141,0,0,0,0,0 +101142,0,0,0,0,0 +101143,0,0,0,0,0 +101144,0,0,0,0,0 +101145,0,0,0,0,0 +101146,0,0,0,0,0 +101147,0,0,0,0,0 +101148,0,0,0,0,0 +101149,0,0,0,0,0 +101150,0,0,0,0,0 +101151,0,0,0,0,0 +101152,0,0,0,0,0 +101153,0,0,0,0,0 +101154,0,0,0,0,0 +101155,0,0,0,0,0 +101156,0,0,0,0,0 +101157,0,0,0,0,0 +101158,0,0,0,0,0 +101159,0,0,0,0,0 +101160,0,0,0,0,0 +101161,0,0,0,0,0 +101162,0,0,0,0,0 +101163,0,0,0,0,0 +101164,0,0,0,0,0 +101165,0,0,0,0,0 +101166,0,0,0,0,0 +101167,0,0,0,0,0 +101168,0,0,0,0,0 +101169,0,0,0,0,0 +101170,0,0,0,0,0 +101171,0,0,0,0,0 +101172,0,0,0,0,0 +101173,0,0,0,0,0 +101174,0,0,0,0,0 +101175,0,0,0,0,0 +101176,0,0,0,0,0 +101177,0,0,0,0,0 +101178,0,0,0,0,0 +101179,0,0,0,0,0 +101180,0,0,0,0,0 +101181,0,0,0,0,0 +101182,0,0,0,0,0 +101183,0,0,0,0,0 +101184,0,0,0,0,0 +101185,0,0,0,0,0 +101186,0,0,0,0,0 +101187,0,0,0,0,0 +101188,0,0,0,0,0 +101189,0,0,0,0,0 +101190,0,0,0,0,0 +101191,0,0,0,0,0 +101192,0,0,0,0,0 +101193,0,0,0,0,0 +101194,0,0,0,0,0 +101195,0,0,0,0,0 +101196,0,0,0,0,0 +101197,0,0,0,0,0 +101198,0,0,0,0,0 +101199,0,0,0,0,0 +101200,0,0,0,0,0 +101201,0,0,0,0,0 +101202,0,0,0,0,0 +101203,0,0,0,0,0 +101204,0,0,0,0,0 +101205,0,0,0,0,0 +101206,0,0,0,0,0 +101207,0,0,0,0,0 +101208,0,0,0,0,0 +101209,0,0,0,0,0 +101210,0,0,0,0,0 +101211,0,0,0,0,0 +101212,0,0,0,0,0 +101213,0,0,0,0,0 +101214,0,0,0,0,0 +101215,0,0,0,0,0 +101216,0,0,0,0,0 +101217,0,0,0,0,0 +101218,0,0,0,0,0 +101219,0,0,0,0,0 +101220,0,0,0,0,0 +101221,-1691.225294,-808.9621957,-1654.967537,-815.7973945,-1079.910268 +101222,-1740.455034,-805.8254276,-1704.478768,-813.2889247,-1104.58082 +101223,-1684.495364,-704.5400172,-1640.746186,-712.722599,-982.381642 +101224,-1594.930662,0,-1555.354349,-676.1238557,-934.3165829 +101225,-1721.072783,0,-1675.148568,-728.5274851,-1009.323295 +101226,-1798.028092,-227.9079061,-796.6037138,-761.4433121,-1056.828411 +101227,-1841.132528,-81.06249752,-515.524854,-780.0110056,-1084.214398 +101228,-1218.110838,-66.06897287,-820.4195833,-602.6987343,-1096.155082 +101229,-875.575759,-57.55896258,-656.5166551,-387.1482525,-1100.386039 +101230,-1193.230529,-39.43876042,-631.1548881,-545.6521842,-217.5492742 +101231,-1045.571774,-20.6789746,-606.4502783,-478.6332023,-758.1709401 +101232,-1032.530315,-2.284597342,-582.1184406,-472.6442336,-593.3631917 +101233,-1016.291911,0,-561.5851223,-465.3981785,-585.7456685 +101234,-1004.830011,0,-541.7649453,-457.8197847,-579.5227586 +101235,-990.2637425,0,-520.4525129,-452.9857998,-573.1236156 +101236,-978.0613967,0,-502.2567421,-444.8517495,-568.2623259 +101237,-966.9704693,0,-482.6474295,-439.6463372,-562.4298228 +101238,-952.6758715,0,-463.3798594,-434.2931818,-555.5883416 +101239,-942.5022505,0,-445.6853952,-426.5165928,-551.2776083 +101240,-929.074454,0,-427.225001,-421.9846135,-544.1774505 +101241,-919.9962285,0,-409.2124179,-416.164018,-539.6947274 +101242,-906.032684,0,-391.6769415,-410.19389,-533.2794247 +101243,-896.5842153,0,-374.6443551,-405.3190945,-528.6426042 +101244,-883.7240024,0,-358.1371419,-399.0749677,-522.9833288 +101245,-875.5874655,0,-340.3256857,-393.9764628,-517.2360971 +101246,-862.3067203,0,-324.9202286,-388.7766959,-512.386412 +101247,-853.8987319,0,-308.2325565,-383.4744442,-506.4780206 +101248,-841.9296042,0,-292.7469408,-378.0689199,-501.4926914 +101249,-833.2707548,0,-276.612471,-373.9515176,-495.4238756 +101250,-822.7325172,0,-261.700364,-367.653142,-491.3371568 +101251,-812.0445082,0,-248.0188265,-363.3855934,-486.1668177 +101252,-801.2075668,0,-234.9508927,-358.3270919,-480.9346521 +101253,-793.9092892,0,-222.811242,-353.1851119,-475.6408431 +101254,-780.9531201,0,-210.0441151,-348.7124913,-470.2854733 +101255,-773.4678228,0,-198.208685,-343.4138155,-465.9591624 +101256,-764.0093021,0,-185.7478484,-338.8058391,-461.5925947 +101257,-752.515164,0,-175.1555223,-334.1348269,-455.5195188 +101258,-744.7741275,0,-162.6920019,-329.4003131,-451.6189687 +101259,-734.9977702,0,-152.097773,-324.6021454,-446.5564973 +101260,-726.1091481,0,-140.879527,-320.5558553,-441.4434971 +101261,-717.1339961,0,-129.9723955,-315.6399853,-438.0087662 +101262,-707.059571,0,-119.3765565,-311.0778046,-432.229928 +101263,-697.9039127,0,-109.2478564,-306.8839845,-427.5630599 +101264,-696.8881198,0,-96.62526465,-305.6190103,-424.0378556 +101265,-686.6019301,0,-90.08047381,-301.3666874,-419.3008032 +101266,-678.2993481,0,-81.04188566,-297.9334189,-413.923405 +101267,-670.9807135,0,-73.24993834,-293.1643953,-410.9157416 +101268,-661.4929685,0,-64.6785544,-289.2230763,-404.8504262 +101269,-652.9895354,0,-56.88629678,-285.2459179,-402.4086952 +101270,-644.4204092,0,-48.93807148,-281.2328291,-396.2567564 +101271,-636.8692412,0,-41.14558387,-276.7317911,-393.7801731 +101272,-628.1767274,0,-33.97643882,-273.1001811,-387.5422421 +101273,-619.4193313,0,-25.87206879,-269.4405988,-385.0312759 +101274,-611.7047381,0,-19.01448923,-264.8265386,-379.9779915 +101275,-602.8278576,0,-11.84513307,-261.1051295,-376.8005762 +101276,-595.009604,0,-4.519866873,-257.3567584,-371.6843836 +101277,-586.0157563,0,0,-253.1075538,-367.8225889 +101278,-579.2310629,0,0,-249.7798548,-363.9395082 +101279,-568.9881477,0,0,-244.9906668,-360.0351662 +101280,-562.1192217,0,0,-242.098678,-356.1096986 +101281,-554.0630062,0,0,-237.7330598,-352.1633034 +101282,-543.6387942,0,0,-233.3360161,-348.1963156 +101283,-536.0668734,0,0,-229.8952605,-345.540643 +101284,-526.109217,0,0,-225.4441523,-340.8706754 +101285,-519.0443209,0,0,-221.4630782,-338.1902178 +101286,-508.3895627,0,0,-217.208473,-334.1524969 +101287,-500.0584917,123.6312975,0,-213.434037,-330.7728074 +101288,-491.6894841,171.7967915,0,-209.3871324,-326.6992884 +101289,-482.0790429,144.86915,0,-205.3194712,-323.9732183 +101290,-473.631958,180.5715942,0,-201.4879307,-319.8679269 +101291,-464.5430804,197.2350126,0,-197.1249496,-316.4326948 +101292,-455.416147,213.7463268,0,-193.5164854,-312.9847272 +101293,-447.4768101,229.8182814,0,-189.3757288,-309.5241653 +101294,-437.6684082,246.0066212,0,-185.2180827,-306.051207 +101295,-429.6713872,261.9727852,0,-181.5671212,-302.5660565 +101296,-419.7956348,277.6936411,0,-177.380106,-298.7185578 +101297,-411.7467721,293.0831424,0,-173.7046829,-295.5601795 +101298,-402.4326708,308.957822,0,-169.2275516,-292.3924348 +101299,-393.7153802,323.7907257,0,-165.794434,-288.5081444 +101300,-384.3511345,338.9300258,0,-161.2929636,-284.9654335 +101301,-376.2168155,354.1639452,0,-157.8425034,-282.1235775 +101302,-366.1825752,368.8586293,0,-153.3200799,-277.8478826 +101303,-358.6424196,383.4146221,0,-149.8549092,-274.989318 +101304,-348.5699328,398.3325145,0,-145.5822631,-271.4069535 +101305,-340.3723384,412.6206108,0,-141.837518,-268.1744306 +101306,-330.8993042,427.0042898,0,-137.5513668,-264.2130083 +101307,-322.0457576,441.2503115,0,-134.0645438,-261.325048 +101308,-313.8152691,455.358899,0,-129.499362,-257.7068981 +101309,-303.6740516,469.3829431,0,-126.0050042,-254.4431018 +101310,-295.4269257,483.2338778,0,-121.7005303,-250.808595 +101311,-287.1736823,496.2284678,0,-118.4700225,-247.530597 +101312,-278.2796029,508.9560613,0,-114.4294784,-243.8808843 +101313,-270.6522311,521.194084,0,-111.0608632,-240.9556998 +101314,-261.7494362,534.1306332,0,-107.4213898,-236.9258215 +101315,-254.1157728,552.1906281,0,-103.9156289,-233.9897562 +101316,-245.2069307,568.1713797,0,-100.4089914,-230.3135647 +101317,-237.5690608,583.9229341,0,-96.76673886,-227.3680004 +101318,-229.2930025,599.4821451,0,-93.25888308,-223.3113251 +101319,-220.3788549,614.8656884,0,-89.75064466,-220.3566533 +101320,-213.0559312,630.0785192,0,-86.1071621,-217.0283492 +101321,-204.1401066,645.1253175,0,-82.73340534,-213.3251608 +101322,-196.1791616,660.0112415,0,-79.08956582,-210.3590462 +101323,-187.8994328,674.6952023,0,-75.58060517,-206.6470855 +101324,-179.9379363,689.33244,0,-72.20655821,-203.3025433 +101325,-171.3392812,703.7276855,0,-68.56250912,-199.9546376 +101326,-163.377548,717.9653608,0,-65.05341911,-196.6035631 +101327,-155.0972689,732.166759,0,-61.54433112,-193.2495219 +101328,-146.8169539,746.0811365,0,-58.0352398,-189.8927182 +101329,-138.8551137,759.5370758,0,-54.52614336,-186.1599431 +101330,-130.2562644,773.9082535,0,-51.01704269,-183.5453317 +101331,-122.2944188,787.1590113,0,-47.50793912,-179.4338775 +101332,-114.0140761,800.6405918,0,-43.99883373,-176.4419184 +101333,-105.7337242,814.0342445,0,-40.48972703,-173.0742419 +101334,-88.53607676,821.8004887,0,-31.58198873,-169.3304372 +101335,-79.45954222,833.9368212,0,-29.42253933,-166.3341278 +101336,-71.01996743,846.5296,0,-26.18335752,-162.7746094 +101337,-62.10265746,858.8161344,0,-22.94417928,-159.4012148 +101338,-53.9815591,871.3812397,0,-20.10991134,-156.0267735 +101339,-45.22348308,883.5048054,0,-17.00569542,-152.4638579 +101340,-36.62465081,895.7908406,0,-13.76650885,-149.4628317 +101341,-29.29972891,907.7940748,0,-11.06719533,-145.7107189 +101342,-24.04488448,919.4054105,0,-8.367881716,-142.333204 +101343,-18.15309187,931.2210661,0,-5.668565318,-139.3305579 +101344,-12.10206134,942.7390522,0,-2.699316239,-135.3890156 +101345,-6.369507147,954.2178295,0,0,-132.5733638 +101346,0,965.5802362,0,0,-128.631053 +101347,0,976.7813978,0,0,-125.6271977 +101348,0,988.0808822,0,0,-122.0598945 +101349,0,998.9396361,0,0,-118.6801857 +101350,0,1010.033147,0,0,-115.3003571 +101351,0,1020.821739,0,0,-111.9204323 +101352,0,1031.573735,0,0,-108.352653 +101353,0,1042.214019,0,0,-105.1603933 +101354,0,1052.687156,0,0,-101.5925185 +101355,0,1063.222382,0,0,-98.02461854 +101356,0,1073.573875,0,0,-95.0200726 +101357,0,1083.655841,0,0,-91.07655655 +101358,0,1093.941901,0,0,-87.88420093 +101359,0,1103.916561,0,0,-84.50405063 +101360,0,1113.79621,0,0,-80.74831232 +101361,0,1125.00813,0,0,-77.55594872 +101362,0,1138.440184,0,0,-73.98800055 +101363,0,1142.702255,0,0,-70.60783678 +101364,0,1161.075006,0,0,-66.8520931 +101365,0,1158.905972,0,0,-63.47193616 +101366,0,1159.240994,0,0,-60.09177903 +101367,0,1189.175463,0,0,-56.33603813 +101368,0,1187.349174,0,0,-52.95587771 +101369,0,1198.863809,0,0,-49.20014042 +101370,0,1207.940086,0,0,-45.81998316 +101371,0,1215.651713,0,0,-42.25203415 +101372,0,1223.257537,0,0,-38.49629452 +101373,0,1230.877516,0,0,-34.92834614 +101374,0,1237.976065,0,0,-31.36039867 +101375,0,1245.143806,0,0,-27.60466217 +101376,0,1252.146993,0,0,-24.03671395 +101377,0,1258.808613,0,0,-20.28097747 +101378,0,1265.418017,0,0,-16.7130283 +101379,0,1272.002283,0,0,-12.7695039 +101380,0,1278.361294,0,0,-9.389341907 +101381,0,1284.448886,0,0,-5.258030669 +101382,0,1290.566838,0,0,-1.690081371 +101383,0,1296.474961,0,0,0 +101384,0,1302.263627,0,0,0 +101385,0,1307.920117,0,0,0 +101386,0,1313.448948,0,0,0 +101387,0,1318.850838,0,0,0 +101388,0,1324.127449,0,0,0 +101389,0,1329.280447,0,0,0 +101390,0,1334.39554,0,0,0 +101391,0,1339.180475,0,0,0 +101392,0,1344.034074,0,0,0 +101393,0,1348.693925,0,0,0 +101394,0,1353.166308,0,0,0 +101395,0,1357.73288,0,0,0 +101396,0,1361.998744,0,0,0 +101397,0,1366.311592,0,0,0 +101398,0,1370.287936,0,0,0 +101399,0,1374.341546,0,0,0 +101400,0,1378.208633,0,0,0 +101401,0,1382.043667,0,0,0 +101402,0,1385.774961,0,0,0 +101403,0,1389.400419,0,0,0 +101404,0,1392.919741,0,0,0 +101405,0,1396.419223,0,0,0 +101406,0,1399.596196,0,0,0 +101407,0,1402.776164,0,0,0 +101408,0,1405.988402,0,0,0 +101409,0,1408.919008,0,0,0 +101410,0,1411.823873,0,0,0 +101411,0,1414.611964,0,0,0 +101412,0,1417.298095,0,0,0 +101413,0,1419.882789,0,0,0 +101414,0,1422.367091,0,0,0 +101415,0,1424.751305,0,0,0 +101416,0,1427.036533,0,0,0 +101417,0,1429.223095,0,0,0 +101418,0,1431.40143,0,0,0 +101419,0,1433.261292,0,0,0 +101420,0,1435.221958,0,0,0 +101421,0,1443.131625,0,0,0 +101422,0,1445.878175,0,0,0 +101423,0,1448.110202,0,0,0 +101424,0,1450.14274,0,0,0 +101425,0,1452.020769,0,0,0 +101426,0,1453.677041,0,0,0 +101427,0,1455.438877,0,0,0 +101428,0,1456.889283,0,0,0 +101429,0,1458.312825,0,0,0 +101430,0,1459.617419,0,0,0 +101431,0,1460.865369,0,0,0 +101432,0,1462.023709,0,0,0 +101433,0,1463.093697,0,0,0 +101434,0,1458.140109,0,0,0 +101435,0,1457.981743,0,0,0 +101436,0,1458.239379,0,0,0 +101437,0,1458.552978,0,0,0 +101438,0,1458.854676,0,0,0 +101439,0,1459.11582,0,0,0 +101440,0,1459.323608,0,0,0 +101441,0,1459.47095,0,0,0 +101442,0,1459.554357,0,0,0 +101443,0,1459.57112,0,0,0 +101444,0,1459.519973,0,0,0 +101445,0,1459.399437,0,0,0 +101446,0,1459.20891,0,0,0 +101447,0,1458.947331,0,0,0 +101448,0,1458.614401,0,0,0 +101449,0,1458.209238,0,0,0 +101450,0,1457.731688,0,0,0 +101451,0,1457.181025,0,0,0 +101452,0,1456.557181,0,0,0 +101453,0,1455.859523,0,0,0 +101454,0,1455.088077,0,0,0 +101455,0,1454.242304,0,0,0 +101456,0,1453.322267,0,0,0 +101457,0,1452.419062,0,0,0 +101458,0,1451.216405,0,0,0 +101459,0,1450.137822,0,0,0 +101460,0,1448.903949,0,0,0 +101461,0,1447.641558,0,0,0 +101462,0,1446.311329,0,0,0 +101463,0,1444.907847,0,0,0 +101464,0,1443.429923,0,0,0 +101465,0,1441.876748,0,0,0 +101466,0,1440.248422,0,0,0 +101467,0,1438.544562,0,0,0 +101468,0,1436.765401,0,0,0 +101469,0,1434.910594,0,0,0 +101470,0,1432.980417,0,0,0 +101471,0,1430.974557,0,0,0 +101472,0,1428.802054,0,0,0 +101473,0,1426.776749,0,0,0 +101474,0,1424.479296,0,0,0 +101475,0,1422.185651,0,0,0 +101476,0,1419.802451,0,0,0 +101477,0,1417.343641,0,0,0 +101478,0,1414.809688,0,0,0 +101479,0,1412.200377,0,0,0 +101480,0,1409.516081,0,0,0 +101481,0,1406.75662,0,0,0 +101482,0,1403.922587,0,0,0 +101483,0,1401.013143,0,0,0 +101484,0,1398.118651,0,0,0 +101485,0,1394.842271,0,0,0 +101486,0,1391.901103,0,0,0 +101487,0,1388.616792,0,0,0 +101488,0,1385.349396,0,0,0 +101489,0,1381.994242,0,0,0 +101490,0,1378.565296,0,0,0 +101491,0,1374.87488,0,0,0 +101492,0,1371.073535,0,0,0 +101493,0,1367.179136,0,0,0 +101494,0,1363.110389,0,0,0 +101495,0,1359.167317,0,0,0 +101496,0,1354.956008,0,0,0 +101497,0,1350.822687,0,0,0 +101498,0,1346.386986,0,0,0 +101499,0,1342.055172,0,0,0 +101500,0,1337.570044,0,0,0 +101501,0,1332.93533,0,0,0 +101502,0,1328.428427,0,0,0 +101503,0,1323.664443,0,0,0 +101504,0,1318.896878,0,0,0 +101505,0,1314.040781,0,0,0 +101506,0,1309.10987,0,0,0 +101507,0,1304.104471,0,0,0 +101508,0,1299.024225,0,0,0 +101509,0,1293.87297,0,0,0 +101510,0,1288.64838,0,0,0 +101511,0,1283.352088,0,0,0 +101512,0,1277.984933,0,0,0 +101513,0,1272.462464,0,0,0 +101514,0,1267.073358,0,0,0 +101515,0,1261.516663,0,0,0 +101516,0,1255.768351,0,0,0 +101517,0,1250.030186,0,0,0 +101518,0,1244.347914,0,0,0 +101519,0,1238.442497,0,0,0 +101520,0,1225.306718,0,0,0 +101521,0,1218.114952,0,0,0 +101522,0,1211.080927,0,0,0 +101523,0,1204.350188,0,0,0 +101524,0,1197.477862,0,0,0 +101525,0,1190.797332,0,0,0 +101526,0,1183.928616,0,0,0 +101527,0,1177.097374,0,0,0 +101528,0,1170.217643,0,0,0 +101529,0,1163.306834,0,0,0 +101530,0,1156.282931,0,0,0 +101531,0,1168.812366,0,0,0 +101532,0,1113.754292,0,0,0 +101533,0,1169.133396,0,0,0 +101534,0,1096.159883,0,0,0 +101535,0,1144.607591,0,0,0 +101536,0,1096.875748,0,0,0 +101537,0,1113.279397,0,0,0 +101538,0,1097.843328,0,0,0 +101539,0,1091.928677,0,0,0 +101540,0,1084.641345,0,0,0 +101541,0,1077.319452,0,0,0 +101542,0,1069.798984,0,0,0 +101543,0,1062.316555,0,0,0 +101544,0,1054.910802,0,0,0 +101545,0,1047.379547,0,0,0 +101546,0,1039.721739,0,0,0 +101547,0,1032.140332,0,0,0 +101548,0,1024.478114,0,0,0 +101549,0,1016.771572,0,0,0 +101550,0,1009.042755,0,0,0 +101551,0,1001.237951,0,0,0 +101552,0,993.4125509,0,0,0 +101553,0,985.6284846,0,0,0 +101554,0,977.6649621,0,0,0 +101555,0,969.752533,0,0,0 +101556,0,961.9823868,0,0,0 +101557,0,953.9156927,0,0,0 +101558,0,950.4726609,0,0,0 +101559,0,943.4199136,0,0,0 +101560,0,935.8596779,0,0,0 +101561,0,928.2395035,0,0,0 +101562,0,920.5707107,0,0,0 +101563,0,912.9244396,0,0,0 +101564,0,905.1091367,0,0,0 +101565,0,897.3415817,0,0,0 +101566,0,889.7053817,0,0,0 +101567,0,881.8047358,0,0,0 +101568,64.62501301,874.0669434,0,0,0 +101569,73.2708291,866.2664247,0,0,0 +101570,65.76866914,858.4660662,0,0,0 +101571,79.71057771,850.669446,0,0,0 +101572,86.15899942,842.9281419,0,0,0 +101573,92.74079531,835.0550893,0,0,0 +101574,99.07223201,827.3044444,0,0,0 +101575,105.3832184,819.5175801,0,0,0 +101576,111.5291293,811.7453404,0,0,0 +101577,117.9152265,807.4118441,0,0,0 +101578,123.7129476,801.9642915,0,0,0 +101579,130.4244181,796.7559194,0,0,0 +101580,135.7454422,791.4387127,0,0,0 +101581,0,0,0,0,0 +101582,0,0,0,0,0 +101583,0,0,0,0,0 +101584,0,0,0,0,0 +101585,0,0,0,0,0 +101586,0,0,0,0,0 +101587,0,0,0,0,0 +101588,0,0,0,0,0 +101589,0,0,0,0,0 +101590,0,0,0,0,0 +101591,0,0,0,0,0 +101592,0,0,0,0,0 +101593,0,0,0,0,0 +101594,0,0,0,0,0 +101595,0,0,0,0,0 +101596,0,0,0,0,0 +101597,0,0,0,0,0 +101598,0,0,0,0,0 +101599,0,0,0,0,0 +101600,0,0,0,0,0 +101601,0,0,0,0,0 +101602,0,0,0,0,0 +101603,0,0,0,0,0 +101604,0,0,0,0,0 +101605,0,0,0,0,0 +101606,0,0,0,0,0 +101607,0,0,0,0,0 +101608,0,0,0,0,0 +101609,0,0,0,0,0 +101610,0,0,0,0,0 +101611,0,0,0,0,0 +101612,0,0,0,0,0 +101613,0,0,0,0,0 +101614,0,0,0,0,0 +101615,0,0,0,0,0 +101616,0,0,0,0,0 +101617,0,0,0,0,0 +101618,0,0,0,0,0 +101619,0,0,0,0,0 +101620,0,0,0,0,0 +101621,0,0,0,0,0 +101622,0,0,0,0,0 +101623,0,0,0,0,0 +101624,0,0,0,0,0 +101625,0,0,0,0,0 +101626,0,0,0,0,0 +101627,0,0,0,0,0 +101628,0,0,0,0,0 +101629,0,0,0,0,0 +101630,0,0,0,0,0 +101631,0,0,0,0,0 +101632,0,0,0,0,0 +101633,0,0,0,0,0 +101634,0,0,0,0,0 +101635,0,0,0,0,0 +101636,0,0,0,0,0 +101637,0,0,0,0,0 +101638,0,0,0,0,0 +101639,0,0,0,0,0 +101640,0,0,0,0,0 +101641,0,0,0,0,0 +101642,0,0,0,0,0 +101643,0,0,0,0,0 +101644,0,0,0,0,0 +101645,0,0,0,0,0 +101646,0,0,0,0,0 +101647,0,0,0,0,0 +101648,0,0,0,0,0 +101649,0,0,0,0,0 +101650,0,0,0,0,0 +101651,0,0,0,0,0 +101652,0,0,0,0,0 +101653,0,0,0,0,0 +101654,0,0,0,0,0 +101655,0,0,0,0,0 +101656,0,0,0,0,0 +101657,0,0,0,0,0 +101658,0,0,0,0,0 +101659,0,0,0,0,0 +101660,0,0,0,0,0 +101661,0,0,0,0,0 +101662,0,0,0,0,0 +101663,0,0,0,0,0 +101664,0,0,0,0,0 +101665,0,0,0,0,0 +101666,0,0,0,0,0 +101667,0,0,0,0,0 +101668,0,0,0,0,0 +101669,0,0,0,0,0 +101670,0,0,0,0,0 +101671,0,0,0,0,0 +101672,0,0,0,0,0 +101673,0,0,0,0,0 +101674,0,0,0,0,0 +101675,0,0,0,0,0 +101676,0,0,0,0,0 +101677,0,0,0,0,0 +101678,0,0,0,0,0 +101679,0,0,0,0,0 +101680,0,0,0,0,0 +101681,0,0,0,0,0 +101682,0,0,0,0,0 +101683,0,0,0,0,0 +101684,0,0,0,0,0 +101685,0,0,0,0,0 +101686,0,0,0,0,0 +101687,0,0,0,0,0 +101688,0,0,0,0,0 +101689,0,0,0,0,0 +101690,0,0,0,0,0 +101691,0,0,0,0,0 +101692,0,0,0,0,0 +101693,0,0,0,0,0 +101694,0,0,0,0,0 +101695,0,0,0,0,0 +101696,0,0,0,0,0 +101697,0,0,0,0,0 +101698,0,0,0,0,0 +101699,0,0,0,0,0 +101700,0,0,0,0,0 +101701,0,0,0,0,0 +101702,0,0,0,0,0 +101703,0,0,0,0,0 +101704,0,0,0,0,0 +101705,0,0,0,0,0 +101706,0,0,0,0,0 +101707,0,0,0,0,0 +101708,0,0,0,0,0 +101709,0,0,0,0,0 +101710,0,0,0,0,0 +101711,0,0,0,0,0 +101712,0,0,0,0,0 +101713,0,0,0,0,0 +101714,0,0,0,0,0 +101715,0,0,0,0,0 +101716,0,0,0,0,0 +101717,0,0,0,0,0 +101718,0,0,0,0,0 +101719,0,0,0,0,0 +101720,0,0,0,0,0 +101721,0,0,0,0,0 +101722,0,0,0,0,0 +101723,0,0,0,0,0 +101724,0,0,0,0,0 +101725,0,0,0,0,0 +101726,0,0,0,0,0 +101727,0,0,0,0,0 +101728,0,0,0,0,0 +101729,0,0,0,0,0 +101730,0,0,0,0,0 +101731,0,0,0,0,0 +101732,0,0,0,0,0 +101733,0,0,0,0,0 +101734,0,0,0,0,0 +101735,0,0,0,0,0 +101736,0,0,0,0,0 +101737,0,0,0,0,0 +101738,0,0,0,0,0 +101739,0,0,0,0,0 +101740,0,0,0,0,0 +101741,0,0,0,0,0 +101742,0,0,0,0,0 +101743,0,0,0,0,0 +101744,0,0,0,0,0 +101745,0,0,0,0,0 +101746,0,0,0,0,0 +101747,0,0,0,0,0 +101748,0,0,0,0,0 +101749,0,0,0,0,0 +101750,0,0,0,0,0 +101751,0,0,0,0,0 +101752,0,0,0,0,0 +101753,0,0,0,0,0 +101754,0,0,0,0,0 +101755,0,0,0,0,0 +101756,0,0,0,0,0 +101757,0,0,0,0,0 +101758,0,0,0,0,0 +101759,0,0,0,0,0 +101760,0,0,0,0,0 +101761,0,0,0,0,0 +101762,0,0,0,0,0 +101763,0,0,0,0,0 +101764,0,0,0,0,0 +101765,0,0,0,0,0 +101766,0,0,0,0,0 +101767,0,0,0,0,0 +101768,0,0,0,0,0 +101769,0,0,0,0,0 +101770,0,0,0,0,0 +101771,0,0,0,0,0 +101772,0,0,0,0,0 +101773,0,0,0,0,0 +101774,0,0,0,0,0 +101775,0,0,0,0,0 +101776,0,0,0,0,0 +101777,0,0,0,0,0 +101778,0,0,0,0,0 +101779,0,0,0,0,0 +101780,0,0,0,0,0 +101781,0,0,0,0,0 +101782,0,0,0,0,0 +101783,0,0,0,0,0 +101784,0,0,0,0,0 +101785,0,0,0,0,0 +101786,0,0,0,0,0 +101787,0,0,0,0,0 +101788,0,0,0,0,0 +101789,0,0,0,0,0 +101790,0,0,0,0,0 +101791,0,0,0,0,0 +101792,0,0,0,0,0 +101793,0,0,0,0,0 +101794,0,0,0,0,0 +101795,0,0,0,0,0 +101796,0,0,0,0,0 +101797,0,0,0,0,0 +101798,0,0,0,0,0 +101799,0,0,0,0,0 +101800,0,0,0,0,0 +101801,0,0,0,0,0 +101802,0,0,0,0,0 +101803,0,0,0,0,0 +101804,0,0,0,0,0 +101805,0,0,0,0,0 +101806,0,0,0,0,0 +101807,0,0,0,0,0 +101808,0,0,0,0,0 +101809,0,0,0,0,0 +101810,0,0,0,0,0 +101811,0,0,0,0,0 +101812,0,0,0,0,0 +101813,0,0,0,0,0 +101814,0,0,0,0,0 +101815,0,0,0,0,0 +101816,0,0,0,0,0 +101817,0,0,0,0,0 +101818,0,0,0,0,0 +101819,0,0,0,0,0 +101820,0,0,0,0,0 +101821,0,0,0,0,0 +101822,0,0,0,0,0 +101823,0,0,0,0,0 +101824,0,0,0,0,0 +101825,0,0,0,0,0 +101826,0,0,0,0,0 +101827,0,0,0,0,0 +101828,0,0,0,0,0 +101829,0,0,0,0,0 +101830,0,0,0,0,0 +101831,0,0,0,0,0 +101832,0,0,0,0,0 +101833,0,0,0,0,0 +101834,0,0,0,0,0 +101835,0,0,0,0,0 +101836,0,0,0,0,0 +101837,0,0,0,0,0 +101838,0,0,0,0,0 +101839,0,0,0,0,0 +101840,0,0,0,0,0 +101841,0,0,0,0,0 +101842,0,0,0,0,0 +101843,0,0,0,0,0 +101844,0,0,0,0,0 +101845,0,0,0,0,0 +101846,0,0,0,0,0 +101847,0,0,0,0,0 +101848,0,0,0,0,0 +101849,0,0,0,0,0 +101850,0,0,0,0,0 +101851,0,0,0,0,0 +101852,0,0,0,0,0 +101853,0,0,0,0,0 +101854,0,0,0,0,0 +101855,0,0,0,0,0 +101856,0,0,0,0,0 +101857,0,0,0,0,0 +101858,0,0,0,0,0 +101859,0,0,0,0,0 +101860,0,0,0,0,0 +101861,0,0,0,0,0 +101862,0,0,0,0,0 +101863,0,0,0,0,0 +101864,0,0,0,0,0 +101865,0,0,0,0,0 +101866,0,0,0,0,0 +101867,0,0,0,0,0 +101868,0,0,0,0,0 +101869,0,0,0,0,0 +101870,0,0,0,0,0 +101871,0,0,0,0,0 +101872,0,0,0,0,0 +101873,0,0,0,0,0 +101874,0,0,0,0,0 +101875,0,0,0,0,0 +101876,0,0,0,0,0 +101877,0,0,0,0,0 +101878,0,0,0,0,0 +101879,0,0,0,0,0 +101880,0,0,0,0,0 +101881,0,0,0,0,0 +101882,0,0,0,0,0 +101883,0,0,0,0,0 +101884,0,0,0,0,0 +101885,0,0,0,0,0 +101886,0,0,0,0,0 +101887,0,0,0,0,0 +101888,0,0,0,0,0 +101889,0,0,0,0,0 +101890,0,0,0,0,0 +101891,0,0,0,0,0 +101892,0,0,0,0,0 +101893,0,0,0,0,0 +101894,0,0,0,0,0 +101895,0,0,0,0,0 +101896,0,0,0,0,0 +101897,0,0,0,0,0 +101898,0,0,0,0,0 +101899,0,0,0,0,0 +101900,0,0,0,0,0 +101901,0,0,0,0,0 +101902,0,0,0,0,0 +101903,0,0,0,0,0 +101904,0,0,0,0,0 +101905,0,0,0,0,0 +101906,0,0,0,0,0 +101907,0,0,0,0,0 +101908,0,0,0,0,0 +101909,0,0,0,0,0 +101910,0,0,0,0,0 +101911,0,0,0,0,0 +101912,0,0,0,0,0 +101913,0,0,0,0,0 +101914,0,0,0,0,0 +101915,0,0,0,0,0 +101916,0,0,0,0,0 +101917,0,0,0,0,0 +101918,0,0,0,0,0 +101919,0,0,0,0,0 +101920,0,0,0,0,0 +101921,0,0,0,0,0 +101922,0,0,0,0,0 +101923,0,0,0,0,0 +101924,0,0,0,0,0 +101925,0,0,0,0,0 +101926,0,0,0,0,0 +101927,0,0,0,0,0 +101928,0,0,0,0,0 +101929,0,0,0,0,0 +101930,0,0,0,0,0 +101931,0,0,0,0,0 +101932,0,0,0,0,0 +101933,0,0,0,0,0 +101934,0,0,0,0,0 +101935,0,0,0,0,0 +101936,0,0,0,0,0 +101937,0,0,0,0,0 +101938,0,0,0,0,0 +101939,0,0,0,0,0 +101940,0,0,0,0,0 +101941,0,0,0,0,0 +101942,0,0,0,0,0 +101943,0,0,0,0,0 +101944,0,0,0,0,0 +101945,0,0,0,0,0 +101946,0,0,0,0,0 +101947,0,0,0,0,0 +101948,0,0,0,0,0 +101949,0,0,0,0,0 +101950,0,0,0,0,0 +101951,0,0,0,0,0 +101952,0,0,0,0,0 +101953,0,0,0,0,0 +101954,0,0,0,0,0 +101955,0,0,0,0,0 +101956,0,0,0,0,0 +101957,0,0,0,0,0 +101958,0,0,0,0,0 +101959,0,0,0,0,0 +101960,0,0,0,0,0 +101961,0,0,0,0,0 +101962,0,0,0,0,0 +101963,0,0,0,0,0 +101964,0,0,0,0,0 +101965,0,0,0,0,0 +101966,0,0,0,0,0 +101967,0,0,0,0,0 +101968,0,0,0,0,0 +101969,0,0,0,0,0 +101970,0,0,0,0,0 +101971,0,0,0,0,0 +101972,0,0,0,0,0 +101973,0,0,0,0,0 +101974,0,0,0,0,0 +101975,0,0,0,0,0 +101976,0,0,0,0,0 +101977,0,0,0,0,0 +101978,0,0,0,0,0 +101979,0,0,0,0,0 +101980,0,0,0,0,0 +101981,0,0,0,0,0 +101982,0,0,0,0,0 +101983,0,0,0,0,0 +101984,0,0,0,0,0 +101985,0,0,0,0,0 +101986,0,0,0,0,0 +101987,0,0,0,0,0 +101988,0,0,0,0,0 +101989,0,0,0,0,0 +101990,0,0,0,0,0 +101991,0,0,0,0,0 +101992,0,0,0,0,0 +101993,0,0,0,0,0 +101994,0,0,0,0,0 +101995,0,0,0,0,0 +101996,0,0,0,0,0 +101997,0,0,0,0,0 +101998,0,0,0,0,0 +101999,0,0,0,0,0 +102000,0,0,0,0,0 +102001,0,0,0,0,0 +102002,0,0,0,0,0 +102003,0,0,0,0,0 +102004,0,0,0,0,0 +102005,0,0,0,0,0 +102006,0,0,0,0,0 +102007,0,0,0,0,0 +102008,0,0,0,0,0 +102009,0,0,0,0,0 +102010,0,0,0,0,0 +102011,0,0,0,0,0 +102012,0,0,0,0,0 +102013,0,0,0,0,0 +102014,0,0,0,0,0 +102015,0,0,0,0,0 +102016,0,0,0,0,0 +102017,0,0,0,0,0 +102018,0,0,0,0,0 +102019,0,0,0,0,0 +102020,0,0,0,0,0 +102021,0,0,0,0,0 +102022,0,0,0,0,0 +102023,0,0,0,0,0 +102024,0,0,0,0,0 +102025,0,0,0,0,0 +102026,0,0,0,0,0 +102027,0,0,0,0,0 +102028,0,0,0,0,0 +102029,0,0,0,0,0 +102030,0,0,0,0,0 +102031,0,0,0,0,0 +102032,0,0,0,0,0 +102033,0,0,0,0,0 +102034,0,0,0,0,0 +102035,0,0,0,0,0 +102036,0,0,0,0,0 +102037,0,0,0,0,0 +102038,0,0,0,0,0 +102039,0,0,0,0,0 +102040,0,0,0,0,0 +102041,0,0,0,0,0 +102042,0,0,0,0,0 +102043,0,0,0,0,0 +102044,0,0,0,0,0 +102045,0,0,0,0,0 +102046,0,0,0,0,0 +102047,0,0,0,0,0 +102048,0,0,0,0,0 +102049,0,0,0,0,0 +102050,0,0,0,0,0 +102051,0,0,0,0,0 +102052,0,0,0,0,0 +102053,0,0,0,0,0 +102054,0,0,0,0,0 +102055,0,0,0,0,0 +102056,0,0,0,0,0 +102057,0,0,0,0,0 +102058,0,0,0,0,0 +102059,0,0,0,0,0 +102060,0,0,0,0,0 +102061,0,0,0,0,0 +102062,0,0,0,0,0 +102063,0,0,0,0,0 +102064,0,0,0,0,0 +102065,0,0,0,0,0 +102066,0,0,0,0,0 +102067,0,0,0,0,0 +102068,0,0,0,0,0 +102069,0,0,0,0,0 +102070,0,0,0,0,0 +102071,0,0,0,0,0 +102072,0,0,0,0,0 +102073,0,0,0,0,0 +102074,0,0,0,0,0 +102075,0,0,0,0,0 +102076,0,0,0,0,0 +102077,0,0,0,0,0 +102078,0,0,0,0,0 +102079,0,0,0,0,0 +102080,0,0,0,0,0 +102081,0,0,0,0,0 +102082,0,0,0,0,0 +102083,0,0,0,0,0 +102084,0,0,0,0,0 +102085,0,0,0,0,0 +102086,0,0,0,0,0 +102087,0,0,0,0,0 +102088,0,0,0,0,0 +102089,0,0,0,0,0 +102090,0,0,0,0,0 +102091,0,0,0,0,0 +102092,0,0,0,0,0 +102093,0,0,0,0,0 +102094,0,0,0,0,0 +102095,0,0,0,0,0 +102096,0,0,0,0,0 +102097,0,0,0,0,0 +102098,0,0,0,0,0 +102099,0,0,0,0,0 +102100,0,0,0,0,0 +102101,0,0,0,0,0 +102102,0,0,0,0,0 +102103,0,0,0,0,0 +102104,0,0,0,0,0 +102105,0,0,0,0,0 +102106,0,0,0,0,0 +102107,0,0,0,0,0 +102108,0,0,0,0,0 +102109,0,0,0,0,0 +102110,0,0,0,0,0 +102111,0,0,0,0,0 +102112,0,0,0,0,0 +102113,0,0,0,0,0 +102114,0,0,0,0,0 +102115,0,0,0,0,0 +102116,0,0,0,0,0 +102117,0,0,0,0,0 +102118,0,0,0,0,0 +102119,0,0,0,0,0 +102120,0,0,0,0,0 +102121,0,0,0,0,0 +102122,0,0,0,0,0 +102123,0,0,0,0,0 +102124,0,0,0,0,0 +102125,0,0,0,0,0 +102126,0,0,0,0,0 +102127,0,0,0,0,0 +102128,0,0,0,0,0 +102129,0,0,0,0,0 +102130,0,0,0,0,0 +102131,0,0,0,0,0 +102132,0,0,0,0,0 +102133,0,0,0,0,0 +102134,0,0,0,0,0 +102135,0,0,0,0,0 +102136,0,0,0,0,0 +102137,0,0,0,0,0 +102138,0,0,0,0,0 +102139,0,0,0,0,0 +102140,0,0,0,0,0 +102141,0,0,0,0,0 +102142,0,0,0,0,0 +102143,0,0,0,0,0 +102144,0,0,0,0,0 +102145,0,0,0,0,0 +102146,0,0,0,0,0 +102147,0,0,0,0,0 +102148,0,0,0,0,0 +102149,0,0,0,0,0 +102150,0,0,0,0,0 +102151,0,0,0,0,0 +102152,0,0,0,0,0 +102153,0,0,0,0,0 +102154,0,0,0,0,0 +102155,0,0,0,0,0 +102156,0,0,0,0,0 +102157,0,0,0,0,0 +102158,0,0,0,0,0 +102159,0,0,0,0,0 +102160,0,0,0,0,0 +102161,0,0,0,0,0 +102162,0,0,0,0,0 +102163,0,0,0,0,0 +102164,0,0,0,0,0 +102165,0,0,0,0,0 +102166,0,0,0,0,0 +102167,0,0,0,0,0 +102168,0,0,0,0,0 +102169,0,0,0,0,0 +102170,0,0,0,0,0 +102171,0,0,0,0,0 +102172,0,0,0,0,0 +102173,0,0,0,0,0 +102174,0,0,0,0,0 +102175,0,0,0,0,0 +102176,0,0,0,0,0 +102177,0,0,0,0,0 +102178,0,0,0,0,0 +102179,0,0,0,0,0 +102180,0,0,0,0,0 +102181,0,0,0,0,0 +102182,0,0,0,0,0 +102183,0,0,0,0,0 +102184,0,0,0,0,0 +102185,0,0,0,0,0 +102186,0,0,0,0,0 +102187,0,0,0,0,0 +102188,0,0,0,0,0 +102189,0,0,0,0,0 +102190,0,0,0,0,0 +102191,0,0,0,0,0 +102192,0,0,0,0,0 +102193,0,0,0,0,0 +102194,0,0,0,0,0 +102195,0,0,0,0,0 +102196,0,0,0,0,0 +102197,0,0,0,0,0 +102198,0,0,0,0,0 +102199,0,0,0,0,0 +102200,0,0,0,0,0 +102201,0,0,0,0,0 +102202,0,0,0,0,0 +102203,0,0,0,0,0 +102204,0,0,0,0,0 +102205,0,0,0,0,0 +102206,0,0,0,0,0 +102207,0,0,0,0,0 +102208,0,0,0,0,0 +102209,0,0,0,0,0 +102210,0,0,0,0,0 +102211,0,0,0,0,0 +102212,0,0,0,0,0 +102213,0,0,0,0,0 +102214,0,0,0,0,0 +102215,0,0,0,0,0 +102216,0,0,0,0,0 +102217,0,0,0,0,0 +102218,0,0,0,0,0 +102219,0,0,0,0,0 +102220,0,0,0,0,0 +102221,0,0,0,0,0 +102222,0,0,0,0,0 +102223,0,0,0,0,0 +102224,0,0,0,0,0 +102225,0,0,0,0,0 +102226,0,0,0,0,0 +102227,0,0,0,0,0 +102228,0,0,0,0,0 +102229,0,0,0,0,0 +102230,0,0,0,0,0 +102231,0,0,0,0,0 +102232,0,0,0,0,0 +102233,0,0,0,0,0 +102234,0,0,0,0,0 +102235,0,0,0,0,0 +102236,0,0,0,0,0 +102237,0,0,0,0,0 +102238,0,0,0,0,0 +102239,0,0,0,0,0 +102240,0,0,0,0,0 +102241,0,0,0,0,0 +102242,0,0,0,0,0 +102243,0,0,0,0,0 +102244,0,0,0,0,0 +102245,0,0,0,0,0 +102246,0,0,0,0,0 +102247,0,0,0,0,0 +102248,0,0,0,0,0 +102249,0,0,0,0,0 +102250,0,0,0,0,0 +102251,0,0,0,0,0 +102252,0,0,0,0,0 +102253,0,0,0,0,0 +102254,0,0,0,0,0 +102255,0,0,0,0,0 +102256,0,0,0,0,0 +102257,0,0,0,0,0 +102258,0,0,0,0,0 +102259,0,0,0,0,0 +102260,0,0,0,0,0 +102261,0,0,0,0,0 +102262,0,0,0,0,0 +102263,0,0,0,0,0 +102264,0,0,0,0,0 +102265,0,0,0,0,0 +102266,0,0,0,0,0 +102267,0,0,0,0,0 +102268,0,0,0,0,0 +102269,0,0,0,0,0 +102270,0,0,0,0,0 +102271,0,0,0,0,0 +102272,0,0,0,0,0 +102273,0,0,0,0,0 +102274,0,0,0,0,0 +102275,0,0,0,0,0 +102276,0,0,0,0,0 +102277,0,0,0,0,0 +102278,0,0,0,0,0 +102279,0,0,0,0,0 +102280,0,0,0,0,0 +102281,0,0,0,0,0 +102282,0,0,0,0,0 +102283,0,0,0,0,0 +102284,0,0,0,0,0 +102285,0,0,0,0,0 +102286,0,0,0,0,0 +102287,0,0,0,0,0 +102288,0,0,0,0,0 +102289,0,0,0,0,0 +102290,0,0,0,0,0 +102291,0,0,0,0,0 +102292,0,0,0,0,0 +102293,0,0,0,0,0 +102294,0,0,0,0,0 +102295,0,0,0,0,0 +102296,0,0,0,0,0 +102297,0,0,0,0,0 +102298,0,0,0,0,0 +102299,0,0,0,0,0 +102300,0,0,0,0,0 +102301,0,0,0,0,0 +102302,0,0,0,0,0 +102303,0,0,0,0,0 +102304,0,0,0,0,0 +102305,0,0,0,0,0 +102306,0,0,0,0,0 +102307,0,0,0,0,0 +102308,0,0,0,0,0 +102309,0,0,0,0,0 +102310,0,0,0,0,0 +102311,0,0,0,0,0 +102312,0,0,0,0,0 +102313,0,0,0,0,0 +102314,0,0,0,0,0 +102315,0,0,0,0,0 +102316,0,0,0,0,0 +102317,0,0,0,0,0 +102318,0,0,0,0,0 +102319,0,0,0,0,0 +102320,0,0,0,0,0 +102321,0,0,0,0,0 +102322,0,0,0,0,0 +102323,0,0,0,0,0 +102324,0,0,0,0,0 +102325,0,0,0,0,0 +102326,0,0,0,0,0 +102327,0,0,0,0,0 +102328,0,0,0,0,0 +102329,0,0,0,0,0 +102330,0,0,0,0,0 +102331,0,0,0,0,0 +102332,0,0,0,0,0 +102333,0,0,0,0,0 +102334,0,0,0,0,0 +102335,0,0,0,0,0 +102336,0,0,0,0,0 +102337,0,0,0,0,0 +102338,0,0,0,0,0 +102339,0,0,0,0,0 +102340,0,0,0,0,0 +102341,0,0,0,0,0 +102342,0,0,0,0,0 +102343,0,0,0,0,0 +102344,0,0,0,0,0 +102345,0,0,0,0,0 +102346,0,0,0,0,0 +102347,0,0,0,0,0 +102348,0,0,0,0,0 +102349,0,0,0,0,0 +102350,0,0,0,0,0 +102351,0,0,0,0,0 +102352,0,0,0,0,0 +102353,0,0,0,0,0 +102354,0,0,0,0,0 +102355,0,0,0,0,0 +102356,0,0,0,0,0 +102357,0,0,0,0,0 +102358,0,0,0,0,0 +102359,0,0,0,0,0 +102360,0,0,0,0,0 +102361,0,0,0,0,0 +102362,0,0,0,0,0 +102363,0,0,0,0,0 +102364,0,0,0,0,0 +102365,0,0,0,0,0 +102366,0,0,0,0,0 +102367,0,0,0,0,0 +102368,0,0,0,0,0 +102369,0,0,0,0,0 +102370,0,0,0,0,0 +102371,0,0,0,0,0 +102372,0,0,0,0,0 +102373,0,0,0,0,0 +102374,0,0,0,0,0 +102375,0,0,0,0,0 +102376,0,0,0,0,0 +102377,0,0,0,0,0 +102378,0,0,0,0,0 +102379,0,0,0,0,0 +102380,0,0,0,0,0 +102381,0,0,0,0,0 +102382,0,0,0,0,0 +102383,0,0,0,0,0 +102384,0,0,0,0,0 +102385,0,0,0,0,0 +102386,0,0,0,0,0 +102387,0,0,0,0,0 +102388,0,0,0,0,0 +102389,0,0,0,0,0 +102390,0,0,0,0,0 +102391,0,0,0,0,0 +102392,0,0,0,0,0 +102393,0,0,0,0,0 +102394,0,0,0,0,0 +102395,0,0,0,0,0 +102396,0,0,0,0,0 +102397,0,0,0,0,0 +102398,0,0,0,0,0 +102399,0,0,0,0,0 +102400,0,0,0,0,0 +102401,0,0,0,0,0 +102402,0,0,0,0,0 +102403,0,0,0,0,0 +102404,0,0,0,0,0 +102405,0,0,0,0,0 +102406,0,0,0,0,0 +102407,0,0,0,0,0 +102408,0,0,0,0,0 +102409,0,0,0,0,0 +102410,0,0,0,0,0 +102411,0,0,0,0,0 +102412,0,0,0,0,0 +102413,0,0,0,0,0 +102414,0,0,0,0,0 +102415,0,0,0,0,0 +102416,0,0,0,0,0 +102417,0,0,0,0,0 +102418,0,0,0,0,0 +102419,0,0,0,0,0 +102420,0,0,0,0,0 +102421,0,0,0,0,0 +102422,0,0,0,0,0 +102423,0,0,0,0,0 +102424,0,0,0,0,0 +102425,0,0,0,0,0 +102426,0,0,0,0,0 +102427,0,0,0,0,0 +102428,0,0,0,0,0 +102429,0,0,0,0,0 +102430,0,0,0,0,0 +102431,0,0,0,0,0 +102432,0,0,0,0,0 +102433,0,0,0,0,0 +102434,0,0,0,0,0 +102435,0,0,0,0,0 +102436,0,0,0,0,0 +102437,0,0,0,0,0 +102438,0,0,0,0,0 +102439,0,0,0,0,0 +102440,0,0,0,0,0 +102441,0,0,0,0,0 +102442,0,0,0,0,0 +102443,0,0,0,0,0 +102444,0,0,0,0,0 +102445,0,0,0,0,0 +102446,0,0,0,0,0 +102447,0,0,0,0,0 +102448,0,0,0,0,0 +102449,0,0,0,0,0 +102450,0,0,0,0,0 +102451,0,0,0,0,0 +102452,0,0,0,0,0 +102453,0,0,0,0,0 +102454,0,0,0,0,0 +102455,0,0,0,0,0 +102456,0,0,0,0,0 +102457,0,0,0,0,0 +102458,0,0,0,0,0 +102459,0,0,0,0,0 +102460,0,0,0,0,0 +102461,0,0,0,0,0 +102462,0,0,0,0,0 +102463,0,0,0,0,0 +102464,0,0,0,0,0 +102465,0,0,0,0,0 +102466,0,0,0,0,0 +102467,0,0,0,0,0 +102468,0,0,0,0,0 +102469,0,0,0,0,0 +102470,0,0,0,0,0 +102471,0,0,0,0,0 +102472,0,0,0,0,0 +102473,0,0,0,0,0 +102474,0,0,0,0,0 +102475,0,0,0,0,0 +102476,0,0,0,0,0 +102477,0,0,0,0,0 +102478,0,0,0,0,0 +102479,0,0,0,0,0 +102480,0,0,0,0,0 +102481,0,0,0,0,0 +102482,0,0,0,0,0 +102483,0,0,0,0,0 +102484,0,0,0,0,0 +102485,0,0,0,0,0 +102486,0,0,0,0,0 +102487,0,0,0,0,0 +102488,0,0,0,0,0 +102489,0,0,0,0,0 +102490,0,0,0,0,0 +102491,0,0,0,0,0 +102492,0,0,0,0,0 +102493,0,0,0,0,0 +102494,0,0,0,0,0 +102495,0,0,0,0,0 +102496,0,0,0,0,0 +102497,0,0,0,0,0 +102498,0,0,0,0,0 +102499,0,0,0,0,0 +102500,0,0,0,0,0 +102501,0,0,0,0,0 +102502,0,0,0,0,0 +102503,0,0,0,0,0 +102504,0,0,0,0,0 +102505,0,0,0,0,0 +102506,0,0,0,0,0 +102507,0,0,0,0,0 +102508,0,0,0,0,0 +102509,0,0,0,0,0 +102510,0,0,0,0,0 +102511,0,0,0,0,0 +102512,0,0,0,0,0 +102513,0,0,0,0,0 +102514,0,0,0,0,0 +102515,0,0,0,0,0 +102516,0,0,0,0,0 +102517,0,0,0,0,0 +102518,0,0,0,0,0 +102519,0,0,0,0,0 +102520,0,0,0,0,0 +102521,0,0,0,0,0 +102522,0,0,0,0,0 +102523,0,0,0,0,0 +102524,0,0,0,0,0 +102525,0,0,0,0,0 +102526,0,0,0,0,0 +102527,0,0,0,0,0 +102528,0,0,0,0,0 +102529,0,0,0,0,0 +102530,0,0,0,0,0 +102531,0,0,0,0,0 +102532,0,0,0,0,0 +102533,0,0,0,0,0 +102534,0,0,0,0,0 +102535,0,0,0,0,0 +102536,0,0,0,0,0 +102537,0,0,0,0,0 +102538,0,0,0,0,0 +102539,0,0,0,0,0 +102540,0,0,0,0,0 +102541,0,0,0,0,0 +102542,0,0,0,0,0 +102543,0,0,0,0,0 +102544,0,0,0,0,0 +102545,0,0,0,0,0 +102546,0,0,0,0,0 +102547,0,0,0,0,0 +102548,0,0,0,0,0 +102549,0,0,0,0,0 +102550,0,0,0,0,0 +102551,0,0,0,0,0 +102552,0,0,0,0,0 +102553,0,0,0,0,0 +102554,0,0,0,0,0 +102555,0,0,0,0,0 +102556,0,0,0,0,0 +102557,0,0,0,0,0 +102558,0,0,0,0,0 +102559,0,0,0,0,0 +102560,0,0,0,0,0 +102561,0,0,0,0,0 +102562,0,0,0,0,0 +102563,0,0,0,0,0 +102564,0,0,0,0,0 +102565,0,0,0,0,0 +102566,0,0,0,0,0 +102567,0,0,0,0,0 +102568,0,0,0,0,0 +102569,0,0,0,0,0 +102570,0,0,0,0,0 +102571,0,0,0,0,0 +102572,0,0,0,0,0 +102573,0,0,0,0,0 +102574,0,0,0,0,0 +102575,0,0,0,0,0 +102576,0,0,0,0,0 +102577,0,0,0,0,0 +102578,0,0,0,0,0 +102579,0,0,0,0,0 +102580,0,0,0,0,0 +102581,0,0,0,0,0 +102582,0,0,0,0,0 +102583,0,0,0,0,0 +102584,0,0,0,0,0 +102585,0,0,0,0,0 +102586,0,0,0,0,0 +102587,0,0,0,0,0 +102588,0,0,0,0,0 +102589,0,0,0,0,0 +102590,0,0,0,0,0 +102591,0,0,0,0,0 +102592,0,0,0,0,0 +102593,0,0,0,0,0 +102594,0,0,0,0,0 +102595,0,0,0,0,0 +102596,0,0,0,0,0 +102597,0,0,0,0,0 +102598,0,0,0,0,0 +102599,0,0,0,0,0 +102600,0,0,0,0,0 +102601,0,0,0,0,0 +102602,0,0,0,0,0 +102603,0,0,0,0,0 +102604,0,0,0,0,0 +102605,0,0,0,0,0 +102606,0,0,0,0,0 +102607,0,0,0,0,0 +102608,0,0,0,0,0 +102609,0,0,0,0,0 +102610,0,0,0,0,0 +102611,0,0,0,0,0 +102612,0,0,0,0,0 +102613,0,0,0,0,0 +102614,0,0,0,0,0 +102615,0,0,0,0,0 +102616,0,0,0,0,0 +102617,0,0,0,0,0 +102618,0,0,0,0,0 +102619,0,0,0,0,0 +102620,0,0,0,0,0 +102621,0,0,0,0,0 +102622,0,0,0,0,0 +102623,0,0,0,0,0 +102624,0,0,0,0,0 +102625,0,0,0,0,0 +102626,0,0,0,0,0 +102627,0,0,0,0,0 +102628,0,0,0,0,0 +102629,0,0,0,0,0 +102630,0,0,0,0,0 +102631,0,0,0,0,0 +102632,0,0,0,0,0 +102633,0,0,0,0,0 +102634,0,0,0,0,0 +102635,0,0,0,0,0 +102636,0,0,0,0,0 +102637,0,0,0,0,0 +102638,0,0,0,0,0 +102639,0,0,0,0,0 +102640,0,0,0,0,0 +102641,0,0,0,0,0 +102642,0,0,0,0,0 +102643,0,0,0,0,0 +102644,0,0,0,0,0 +102645,0,0,0,0,0 +102646,0,0,0,0,0 +102647,0,0,0,0,0 +102648,0,0,0,0,0 +102649,0,0,0,0,0 +102650,0,0,0,0,0 +102651,0,0,0,0,0 +102652,0,0,0,0,0 +102653,0,0,0,0,0 +102654,0,0,0,0,0 +102655,0,0,0,0,0 +102656,0,0,0,0,0 +102657,0,0,0,0,0 +102658,0,0,0,0,0 +102659,0,0,0,0,0 +102660,0,0,0,0,0 +102661,-1917.289817,-914.8814683,-1888.015407,-916.8497219,-1379.983849 +102662,-1805.245356,-839.7089496,-1777.411066,-841.7345727,-1156.933374 +102663,-1814.095673,-812.9385274,-1784.253334,-815.1118602,-1140.336946 +102664,-1820.595711,-788.0018934,-1788.688006,-790.3673917,-1108.198616 +102665,-1711.282217,-713.8073558,-1675.304255,-716.3452585,-1005.499455 +102666,-1438.949907,-345.3441932,-1440.587949,-489.8449704,-916.2486324 +102667,-554.8204339,-429.1470875,-501.5844764,-372.235464,-905.0225268 +102668,-1111.565748,-432.792564,-1082.910963,-470.7688363,-875.4800786 +102669,-914.8149306,-400.3872598,-879.7778978,-416.9325936,-823.6284638 +102670,-900.8139126,-393.5950871,-865.1313062,-411.4056083,-778.6929755 +102671,-889.7992121,-388.4153769,-852.0880789,-405.5212608,-734.5331446 +102672,-880.376981,-383.3756847,-842.052991,-399.6750126,-692.6070812 +102673,-868.8062571,-378.3342785,-832.3627047,-394.9369264,-654.1143215 +102674,-861.0919043,-374.4590197,-823.261365,-389.2762895,-618.9480271 +102675,-852.0443043,-369.1354428,-811.4863064,-384.7434855,-586.9920125 +102676,-843.5166794,-365.5738285,-804.2318244,-380.3834753,-638.2422765 +102677,-833.3744043,-360.3061307,-795.6976764,-375.194106,-657.8594742 +102678,-827.9742454,-356.2782098,-783.9467072,-370.5632187,-625.4559946 +102679,-818.3871491,-352.9591839,-777.9380877,-366.4762106,-592.4475081 +102680,-811.5029272,-347.9925515,-769.7455794,-362.0892301,-566.0260044 +102681,-802.4774524,-344.3886726,-759.4554253,-357.4364683,-617.4850174 +102682,-796.7165248,-340.2012745,-753.3138519,-353.676909,-641.1696521 +102683,-788.986777,-336.902271,-744.3226514,-349.7721697,-613.9047738 +102684,-782.8249744,-332.8884579,-737.5417122,-345.4061518,-586.2484991 +102685,-774.2717452,-328.7898358,-729.4980499,-342.0116326,-565.0486104 +102686,-769.944983,-326.0432346,-721.1492705,-338.0364936,-547.1724314 +102687,-761.1271361,-321.2235773,-715.6791383,-333.5070846,-531.5813944 +102688,-756.33355,-318.9988248,-706.0339057,-330.9861087,-517.8718546 +102689,-750.4566358,-315.0519196,-701.8976264,-326.9457723,-508.6003299 +102690,-741.7107106,-311.3469231,-692.6715746,-323.1212975,-503.5203609 +102691,-738.1042137,-305.0595388,-683.3788695,-319.1222639,-499.8725053 +102692,-728.9971677,-296.5843418,-670.6425501,-314.8866366,-496.3726593 +102693,-722.1942176,-289.5667089,-659.4594487,-310.3729364,-493.5711669 +102694,-714.0631106,-282.2970874,-648.3301173,-305.8898512,-490.864843 +102695,-708.371768,-273.4546373,-637.7624902,-302.3059836,-488.7324254 +102696,-698.3883868,-252.003199,-612.6957797,-296.4045134,-488.6664886 +102697,-689.2886947,-242.8344593,-600.0781365,-292.0528275,-488.7735433 +102698,-683.3250719,-232.4680223,-588.1601865,-288.119477,-490.3648982 +102699,-676.203656,-223.9418479,-574.7343224,-283.4757855,-492.8405871 +102700,-669.6599995,-214.8478586,-564.6591512,-279.7452187,-496.2168381 +102701,-662.3727261,-205.0069489,-552.7394023,-274.9685447,-500.52367 +102702,-655.0811164,-196.656141,-540.3050265,-271.6335267,-505.6609697 +102703,-649.0369098,-186.217789,-529.415625,-266.8370821,-511.6196764 +102704,-642.6431192,-177.9445344,-517.7588973,-262.9135994,-518.2831958 +102705,-635.677178,-168.0766988,-505.1003052,-258.5376094,-525.6620022 +102706,-627.8398264,-158.4568427,-495.5587953,-255.3242874,-533.7138849 +102707,-622.9934275,-152.5334905,-483.467383,-250.1591667,-542.3417765 +102708,-614.9693369,-145.1253799,-471.609173,-246.7819115,-551.4807974 +102709,-609.2572247,-137.315456,-462.0184592,-242.2583962,-561.1627871 +102710,-600.9653839,-130.1918499,-449.2609467,-238.5134379,-571.2794101 +102711,-597.0166615,-122.7632837,-439.1462977,-234.4641403,-581.9015455 +102712,-588.8786619,-115.0173241,-427.7785017,-230.4361391,-592.9482633 +102713,-582.565698,-107.6299867,-417.4152715,-226.1118304,-604.4619763 +102714,-576.6997537,-100.00567,-407.0113166,-222.7669001,-616.3535197 +102715,-569.5172353,-92.17538457,-395.3493506,-218.3510924,-628.6442343 +102716,-564.0369035,-84.72272836,-385.8443728,-214.6956071,-641.3285839 +102717,-557.2802504,-76.7754801,-374.4724025,-210.4107098,-654.3576421 +102718,-550.3656361,-69.32279973,-364.1886001,-206.5880781,-667.7679638 +102719,-544.5934684,-61.22109427,-354.3811991,-202.743091,-681.4886891 +102720,-537.5925126,-53.08161502,-342.6660504,-198.6175079,-695.5394714 +102721,101.2208429,45.96305749,101.1400374,45.99524469,162.4121736 +102722,110.7315089,53.21721861,114.0671049,51.0651193,189.8384994 +102723,125.1128644,64.61605499,132.8623274,58.47368071,229.074497 +102724,140.0207003,76.52895475,151.929483,65.95869581,269.4663203 +102725,153.5762317,87.28873934,169.0796589,72.62231984,306.4424276 +102726,165.5033019,96.63413004,184.1005587,78.38878048,338.4154493 +102727,176.0802171,104.817878,197.3986301,83.44176815,366.1849396 +102728,185.6199065,112.1343233,209.3803995,87.96253296,390.771959 +102729,194.3418611,118.7916851,220.3207299,92.07351585,412.86772 +102730,202.3871674,124.9223785,230.3949722,95.85229267,432.8818169 +102731,209.8554798,130.6171505,239.7282697,99.35323984,451.0859717 +102732,216.827285,135.9467857,248.4228485,102.6197723,467.6989704 +102733,223.3721309,140.9707596,256.5674203,105.6887614,482.915528 +102734,229.5505782,145.7396824,264.2391916,108.5916549,496.91077 +102735,235.4146524,150.2960971,271.5043705,111.3548767,509.8392641 +102736,241.0085359,154.6753175,278.4190914,114.0003636,521.8354456 +102737,246.3695169,158.9064562,285.0306835,116.5462164,533.0153635 +102738,251.5290288,163.0134764,291.3790201,119.0073583,543.4791175 +102739,256.5135961,167.0161239,297.4977322,121.3961103,553.3131407 +102740,261.3456269,170.9306928,303.4152178,123.7226599,562.5921713 +102741,266.0440677,174.7706424,309.1554766,125.9954398,571.3809049 +102742,270.6249586,178.5471042,314.7388134,128.2214405,579.7353827 +102743,274.7771647,182.1216873,319.8576945,130.2588604,587.1138016 +102744,279.20783,185.8183268,325.2223148,132.4288181,594.8227103 +102745,283.5527452,189.4732294,330.4710365,134.5652113,602.2190343 +102746,287.8177832,193.0904538,335.6119052,136.6701961,609.3304391 +102747,292.0096271,196.6741737,340.6534446,138.746379,616.1840185 +102748,296.1350429,200.2283757,345.6039824,140.7964546,622.8051606 +102749,300.2001844,203.7565595,350.4709991,142.8228629,629.2166461 +102750,304.2103262,207.2616518,355.2608991,144.8276601,635.4383182 +102751,308.169941,210.7460709,359.9791177,146.8125552,641.4874703 +102752,312.0735351,214.2203813,364.61274,148.7711775,647.3789881 +102753,315.918394,217.692072,369.1538659,150.6997093,653.1258854 +102754,319.7061038,221.1644947,373.6027775,152.5981342,658.739595 +102755,323.4403489,224.6387655,377.9640313,154.4683537,664.2302864 +102756,327.1250944,228.1152786,382.243106,156.3126366,669.6069152 +102757,330.7638819,231.5943468,386.4449983,158.1329955,674.8774714 +102758,334.3597037,235.0763149,390.5739341,159.931077,680.0489692 +102759,337.9151404,238.5615346,394.6335373,161.7082537,685.1277019 +102760,341.4324427,242.0503145,398.626969,163.4656948,690.1192103 +102761,345.0373985,245.9044656,402.740066,165.2293191,695.0328085 +102762,348.6873356,249.9915389,406.9060757,166.9902307,699.8694853 +102763,352.3217021,254.1313631,411.0343271,168.7363558,704.6325869 +102764,355.9101005,258.2326628,415.0799474,170.4620227,709.3258919 +102765,359.4462109,262.2742705,419.0324828,172.1665228,713.9529395 +102766,362.9335703,459.2843613,422.8960677,173.8511057,718.5168134 +102767,366.3773551,375.7035367,426.681977,175.5172856,723.0203855 +102768,369.781727,420.8541149,430.3951834,177.1663016,727.4662376 +102769,373.1496985,440.4569317,434.0424927,178.7990999,731.8566411 +102770,376.48357,458.598131,437.625389,180.4164321,736.1934867 +102771,379.7853032,476.1705083,441.1488124,182.0189521,740.4785386 +102772,383.056654,494.1573276,444.6121555,183.6072492,744.7134322 +102773,386.2992402,511.5463983,448.0180796,185.1818739,748.8997965 +102774,389.5145264,528.8418404,451.373853,186.7433321,753.0391517 +102775,392.7038341,546.280838,454.6784363,188.29209,757.1329506 +102776,395.8683435,563.361849,457.9329631,189.828573,761.1824944 +102777,398.6806041,580.4184354,460.8113977,191.2038493,764.5917175 +102778,401.8141628,597.13538,463.9887489,192.7241151,768.5842351 +102779,404.9622231,614.2719571,467.1592696,194.249753,772.6019599 +102780,408.1238466,630.6645181,470.322764,195.7802036,776.6430206 +102781,407.1354453,837.0377215,469.3162615,195.4228685,773.1370258 +102782,409.4536238,858.3595285,471.6049472,196.4908114,775.8434313 +102783,415.6136982,878.2955307,477.7215049,199.2107792,785.5911539 +102784,422.0436192,897.0442609,484.0895914,201.9737092,795.913422 +102785,427.2237103,916.2743108,489.1867565,204.1153505,804.105429 +102786,430.976452,934.4310713,492.8344636,205.5806647,809.8442664 +102787,433.576168,952.7744745,495.3071726,206.5132027,813.5825065 +102788,435.3115884,970.871871,496.8943251,207.0558341,815.7892976 +102789,436.3794888,988.8342158,497.7936265,207.3044358,816.7790377 +102790,436.9035306,1006.672361,498.1297372,207.3186174,816.7486972 +102791,436.9695001,1024.396051,497.9894638,207.1391405,815.8381229 +102792,436.6457084,1042.014919,814.2797619,206.7978855,814.1620651 +102793,435.990676,1059.534743,696.9374471,206.3216514,811.8215668 +102794,434.9177604,1076.959249,733.2176097,205.7331186,808.9054751 +102795,433.5217188,1094.291967,757.8148578,205.0512234,805.4909276 +102796,431.9022409,1111.488,772.7935852,204.2915662,801.6440339 +102797,430.120719,1128.719488,786.7238238,203.4669384,797.4214337 +102798,428.2101363,1145.267116,801.3909841,202.5878273,792.8716607 +102799,426.1905567,1162.979842,814.6840457,334.8120015,788.0365009 +102800,424.0774035,1179.678729,828.881324,269.7149333,782.9518935 +102801,421.8841165,1196.509038,841.9096305,298.2645677,1233.021246 +102802,697.0991676,1213.285172,855.2833701,307.007017,1023.241011 +102803,592.3673435,1230.075138,868.8394832,315.0352307,1096.222206 +102804,639.2968288,1246.615028,881.3179188,322.9829555,1119.957469 +102805,656.5777922,1263.269375,894.0426969,330.6062875,1137.374776 +102806,673.2144221,1279.718027,907.1443175,338.3569866,1154.771155 +102807,688.9269768,1296.148539,919.3917926,345.8027662,1170.769011 +102808,704.4531991,1312.434044,930.4607919,353.0913514,1186.993467 +102809,719.5770108,1328.809041,943.4528367,360.6255095,1203.178404 +102810,735.3065289,1344.977993,956.3464391,367.4596943,1218.565914 +102811,749.0229216,1358.969624,968.2889862,374.4384708,1233.902257 +102812,763.7067807,1372.754526,979.9910027,380.8899441,1248.881643 +102813,777.2656976,1385.92083,991.5490095,387.2338212,1263.683918 +102814,791.5120701,1399.227431,1002.811293,393.7451544,1278.124663 +102815,804.3451489,1412.124864,1014.082649,399.8233987,1292.441831 +102816,827.0531485,1432.001002,1032.678307,409.1793687,1306.083076 +102817,840.9608772,1445.935444,1044.18478,415.6540414,1320.527386 +102818,855.1666672,1459.385235,1056.080434,421.651253,1333.896419 +102819,868.2660591,1480.178659,1066.656784,427.9922094,1347.27393 +102820,881.4517291,1497.109231,1077.42752,433.4488322,1360.524779 +102821,894.0562591,1518.086169,1087.897247,439.1699197,1373.423821 +102822,907.3753709,1538.605979,1098.313785,445.0363932,1386.235356 +102823,919.6812322,1549.910593,1108.429045,450.4306897,1398.878612 +102824,932.5492429,1542.866222,1118.545538,455.8997456,1411.273392 +102825,944.2783197,1590.400783,1128.468359,461.2513509,1423.474288 +102826,956.6997217,1591.226775,1138.111492,466.3419414,1435.631874 +102827,968.2745534,1609.475877,1147.854484,471.8179527,1447.512916 +102828,980.8178761,1624.941555,1157.256147,476.7831905,1459.268679 +102829,992.2453515,1639.858947,1166.775642,481.8496322,1470.871426 +102830,1003.960583,1654.539277,1175.8538,486.8095606,1487.739045 +102831,1015.481784,1669.404698,1185.065081,491.6988927,1502.901067 +102832,1026.890237,1683.562644,1194.175464,496.2987255,1482.567259 +102833,1038.18926,1698.088468,1202.916109,501.4105743,1527.272536 +102834,1049.383193,1711.959639,1211.91062,505.9228893,1523.923344 +102835,1060.475311,1725.998064,1220.412864,510.5919924,1537.295435 +102836,1071.417312,1739.487407,1229.149748,515.3930435,1547.849278 +102837,1082.38896,1753.288775,1237.597761,519.5574544,1558.274127 +102838,1093.159871,1766.447108,1246.706979,524.1486342,1568.775731 +102839,1103.829353,1779.7111,1264.69786,528.5462178,1578.820034 +102840,1114.535327,1792.712891,1258.021156,532.8706975,1589.04391 +102841,1130.95057,1808.42471,1266.721764,539.7495031,1620.904419 +102842,1142.019509,1821.803357,1292.218134,544.0480116,1632.871906 +102843,1152.957906,1834.491171,1291.62663,548.8687233,1643.891401 +102844,1163.228852,1847.438143,1301.681866,552.9123958,1655.019362 +102845,1173.420255,1859.682325,1309.536777,557.1413447,1665.411082 +102846,1183.329311,1872.005839,1317.293962,561.2469363,1675.847994 +102847,1193.953369,1884.067056,1325.077455,565.2884805,1685.984095 +102848,1203.558903,1896.129132,1332.453935,569.2719522,1695.881467 +102849,1213.658703,1907.580563,1340.020951,573.2016321,1705.949963 +102850,1223.221,1919.368859,1347.386405,577.0801796,1722.51978 +102851,1232.893108,1930.587368,1354.613942,580.909865,1714.3794 +102852,1242.752636,1941.875209,1361.794241,584.6924853,1739.696081 +102853,1252.091236,1953.146344,1368.956771,588.4293781,1752.857577 +102854,1261.43253,1963.710986,1376.01233,592.1226876,1753.57082 +102855,1271.121292,1991.48094,1401.327635,595.7728982,1760.239951 +102856,1280.225698,1961.27998,1362.400621,599.0464268,1779.514132 +102857,1289.259973,2007.044965,1409.753662,603.1039276,1776.573552 +102858,1298.872557,2022.176029,1400.522875,606.4023712,1788.901243 +102859,1307.681092,2007.800297,1410.132523,609.9691594,1802.820934 +102860,1316.606981,2030.534257,1416.430067,613.3611824,1804.237152 +102861,1325.987565,2037.892166,1423.384854,616.8895502,1814.891573 +102862,1334.539662,2047.147049,1429.57788,620.1778308,1823.740689 +102863,1343.412983,2056.956417,1436.146196,623.5624672,1836.173375 +102864,1352.373897,2066.159923,1453.063778,626.8698809,1838.135501 +102865,1360.853211,2075.425276,1432.967024,630.1508852,1847.819804 +102866,1369.604788,2084.439309,1462.683027,633.3995685,1860.762906 +102867,1378.336627,2093.364797,1459.60393,636.5737796,1862.39463 +102868,1386.748611,2102.114558,1467.291422,639.825457,1871.140069 +102869,1395.1921,2110.736069,1473.491361,642.951592,1883.255031 +102870,1408.395655,2119.258308,1490.816394,646.0864359,1890.548035 +102871,1410.037185,2126.206112,1468.14841,649.0209284,1892.469634 +102872,1427.118146,2132.916041,1501.938099,651.8928732,1907.726272 +102873,1421.882024,2139.308546,1489.240645,654.6851422,1907.16762 +102874,1449.202614,2145.509476,1518.095582,657.499342,1908.941551 +102875,1434.078799,2145.140444,1493.21898,664.1098924,1907.892915 +102876,1442.761824,2149.738495,1548.576557,667.2539028,1904.686303 +102877,1468.620498,2154.789516,1501.233022,670.3463482,1901.126663 +102878,1465.227589,2159.631563,1560.614563,673.165071,1897.810297 +102879,1475.210241,2171.651207,1515.019561,676.0258881,1894.811958 +102880,1482.619703,2159.08451,1566.952281,678.767513,1891.955665 +102881,1489.70634,2185.21268,1541.203475,681.522588,1889.398246 +102882,1497.051598,2174.532779,1556.75206,684.17881,1887.015768 +102883,1504.265341,2183.539407,1560.622606,686.8529167,1884.847401 +102884,1511.118624,2187.148933,1565.100024,689.4345225,1883.063611 +102885,1518.26723,2190.817922,1570.293354,692.0392109,1881.548531 +102886,1525.122403,2194.585583,1575.026036,694.5526599,1880.185238 +102887,1532.073709,2198.135665,1579.749308,697.0923461,1878.923741 +102888,1538.82893,2201.494263,1584.640171,699.4956936,1877.741621 +102889,1545.669247,2204.77915,1589.223877,702.045829,1876.607645 +102890,1552.31354,2207.854712,1593.755342,704.4037644,1875.508047 +102891,1559.152001,2210.657,1598.506406,706.8333728,1874.433992 +102892,1565.525075,2213.657468,1602.937162,709.2192817,1873.387032 +102893,1572.149953,2216.211732,1612.384202,711.4811515,1872.476384 +102894,1578.634946,2218.716751,1609.574806,713.8281033,1871.54199 +102895,1584.98058,2221.065803,1616.852138,716.0590026,1870.449262 +102896,1591.659739,2223.273563,1620.958574,718.3962148,1869.358356 +102897,1597.77304,2225.334013,1624.828801,720.6012588,1868.302877 +102898,1604.183587,2227.249003,1629.299746,722.8266652,1867.244241 +102899,1610.434507,2229.022794,1633.365578,725.022295,1866.183823 +102900,1616.656577,2230.65452,1637.600802,727.1961576,1865.118612 +102901,1505.407756,2180.618825,1524.142524,676.0758279,1859.638779 +102902,1509.014775,2177.403635,1526.178274,677.1119267,1841.411103 +102903,1514.092291,2179.441298,1528.485881,678.4983319,1819.685467 +102904,1518.756952,2179.612282,1531.615649,680.1022127,1800.914595 +102905,1523.885625,2180.037829,1534.347626,681.6987081,1786.207654 +102906,1528.748855,2180.262134,1537.630853,683.2387593,1774.859537 +102907,1534.194135,2180.503884,1545.632585,684.8904916,1765.992756 +102908,1538.966004,2180.567404,1541.40307,686.4515525,1758.529289 +102909,1544.231254,2180.537195,1547.430969,688.1400799,1752.206445 +102910,1549.210858,2180.39175,1550.194614,689.7154095,1746.509658 +102911,1554.347136,2180.119853,1553.08543,691.3274592,1741.416909 +102912,1559.421755,2179.714161,1555.92196,692.9252304,1736.764759 +102913,1564.346729,2179.224519,1559.172762,694.5155074,1732.478059 +102914,1569.241263,2178.586916,1562.095083,696.0981854,1728.49599 +102915,1574.446014,2177.838747,1564.92845,697.6730758,1724.759537 +102916,1579.247425,2176.945402,1568.104721,699.1892804,1721.230786 +102917,1584.269379,2175.994344,1570.970655,700.8750107,1717.87694 +102918,1589.223968,2174.825239,1573.994662,702.3142038,1714.666006 +102919,1593.920887,2173.678846,1581.497967,703.9019714,1711.723271 +102920,1598.864877,2172.308536,1578.054052,705.430045,1708.875652 +102921,1603.688332,2170.848531,1583.000346,706.958076,1705.937599 +102922,1608.507058,2169.281464,1585.937657,708.4784612,1703.070911 +102923,1613.303191,2167.586535,1588.693313,709.9913697,1700.329711 +102924,1618.0756,2165.794539,1591.283996,711.4968192,1697.653028 +102925,1622.822925,2163.880022,1598.922477,712.9421705,1695.189361 +102926,1624.615904,2153.542941,1600.75606,717.0562776,1692.980628 +102927,1628.680018,2149.809364,1606.506048,718.8478401,1690.428413 +102928,1633.121692,2146.730917,1615.496124,720.5739155,1688.077757 +102929,1637.642616,2143.837937,1611.957004,722.3056569,1685.803354 +102930,1642.18079,2140.811694,1615.781967,723.8774749,1683.305371 +102931,1646.876244,2130.149223,1624.307348,725.7151615,1680.967137 +102932,1651.711157,2145.307479,1622.586922,727.5249502,1678.688747 +102933,1656.248514,2118.763509,1625.914679,729.3471053,1676.393581 +102934,1661.049861,2139.672723,1637.804245,731.1161415,1674.376072 +102935,1665.737481,2112.200438,1629.357945,733.0190567,1672.36589 +102936,1670.310249,2124.853142,1640.629102,734.8019536,1670.059069 +102937,1675.183047,2116.012587,1638.814635,736.6301317,1667.896633 +102938,1679.767969,2112.767766,1638.615383,738.4487503,1665.530854 +102939,1688.673771,2109.18125,1635.663092,740.2655694,1662.633001 +102940,1690.2126,2105.367361,1632.39912,742.0804082,1659.230246 +102941,1702.32796,2101.379671,1629.189265,743.8934064,1655.390123 +102942,1692.098834,2097.355419,1626.116123,745.7048743,1651.271526 +102943,1693.181527,2093.255925,1623.218916,747.512941,1647.0183 +102944,1714.758965,2089.017495,1620.442839,749.3206392,1642.64071 +102945,1710.011379,2084.782482,1617.756609,751.1259013,1638.167194 +102946,1716.610913,2080.397504,1615.191026,752.9293604,1633.67857 +102947,1721.216051,2075.937089,1612.7356,754.7309451,1629.201018 +102948,1730.051463,2078.952711,1610.472249,754.4277082,1624.8603 +102949,1734.998582,2075.638502,1608.388541,755.7331938,1620.724051 +102950,1739.941892,2071.670884,1606.049462,757.4118469,1616.65428 +102951,1744.522124,2067.446621,1603.690447,759.0248378,1612.553712 +102952,1749.354047,2063.066506,1601.377048,760.7731965,1608.414345 +102953,1754.037528,2058.518082,1599.127095,762.3791102,1604.245877 +102954,1758.710309,2053.931282,1596.942657,764.1257004,1600.061183 +102955,1763.358532,2049.153848,1594.812047,765.767334,1595.869942 +102956,1768.017877,2044.349231,1592.729299,767.585211,1591.676724 +102957,1772.716535,2039.412429,1590.679087,769.302678,1587.486501 +102958,1780.603924,2034.374072,1588.667673,771.0156,1583.299887 +102959,1788.97757,2029.243329,1586.668452,772.7418412,1579.102134 +102960,1783.31575,2024.030116,1584.703405,774.5057709,1574.921127 +102961,1538.387349,1915.163379,1583.791727,666.7989255,1572.96097 +102962,1555.082335,1871.053595,1570.935117,665.7249317,1553.923313 +102963,1545.791346,1924.945513,1552.914965,665.5167509,1526.938758 +102964,1553.174565,1863.39108,1535.87638,665.6091802,1500.403577 +102965,1546.380481,1886.328359,1522.368104,665.8784231,1477.516162 +102966,1565.902945,1876.253241,1512.054604,666.2667211,1458.485078 +102967,1531.481274,1836.46106,1504.26302,666.7696803,1442.726869 +102968,1565.885928,1881.313416,1498.135013,667.3065184,1429.314216 +102969,1554.540525,1824.544804,1493.07173,667.8851411,1417.561861 +102970,1558.823671,1869.717157,1488.788315,668.4993964,1407.129961 +102971,1560.847889,1800.780793,1485.145653,669.1443972,1397.838296 +102972,1562.84229,1845.705872,1481.98761,669.8162953,1389.476296 +102973,1564.878787,1813.460719,1479.147395,670.4568642,1381.815652 +102974,1566.815392,1810.183333,1476.597281,671.3140893,1374.798163 +102975,1569.096405,1798.657997,1474.293388,671.9301312,1368.344569 +102976,1571.245348,1798.725653,1472.151361,672.7368182,1362.325532 +102977,1573.196256,1787.327862,1470.131407,673.5046661,1356.667709 +102978,1575.43968,1780.532187,1468.224212,674.2980344,1351.336759 +102979,1577.5832,1773.168022,1466.412582,675.1078655,1346.290301 +102980,1579.760756,1765.477989,1464.678626,675.9333834,1341.487049 +102981,1581.95209,1757.85015,1463.01166,676.7739562,1336.896562 +102982,1584.155373,1772.16291,1461.361284,677.6290816,1332.440654 +102983,1586.369884,1710.912615,1459.816236,678.49819,1328.21571 +102984,1588.725236,1749.729322,1458.359135,679.3807457,1324.188324 +102985,1590.758395,1723.739582,1456.887072,680.2190387,1320.220251 +102986,1593.096457,1718.943271,1455.438715,681.2139184,1316.3497 +102987,1595.32848,1711.092045,1454.035024,682.0939407,1312.59379 +102988,1597.58609,1703.362235,1452.662014,683.0363836,1308.927585 +102989,1599.852289,1695.366812,1451.319754,683.9818007,1305.344733 +102990,1601.991257,1687.438851,1450.007916,684.9385619,1301.839227 +102991,1604.538844,1679.508553,1448.724403,686.0117373,1298.403542 +102992,1606.936231,1671.560098,1447.471003,686.9582607,1295.029223 +102993,1609.133606,1663.468433,1446.249991,688.050612,1291.711015 +102994,1611.617535,1655.647823,1445.060855,689.1054226,1288.444066 +102995,1613.99387,1647.559943,1443.90132,690.1822609,1285.223625 +102996,1616.398872,1639.549653,1442.959014,691.2125702,1282.045272 +102997,1618.814662,1648.618935,1441.80939,692.4026147,1278.866035 +102998,1621.238098,1598.863137,1440.721758,693.4733219,1275.775549 +102999,1623.807156,1643.060966,1439.662273,694.606902,1272.725105 +103000,1627.772579,1581.876046,1438.622133,695.7424298,1269.700825 +103001,1633.368503,1610.080877,1437.618084,696.8884048,1266.722789 +103002,1627.240025,1588.580779,1436.613814,698.0447774,1263.745723 +103003,1654.233623,1582.910792,1435.602268,699.2112064,1260.760542 +103004,1602.13445,1574.767739,1434.665055,700.3873095,1257.868488 +103005,1655.200274,1566.647676,1433.771812,701.5728013,1255.03191 +103006,1637.146368,1558.512614,1432.845631,702.7676441,1252.155133 +103007,1643.301713,1550.372736,1431.930018,703.9725195,1249.291727 +103008,1645.927398,1542.118689,1431.042943,705.1833934,1246.463399 +103009,1648.57489,1534.130548,1430.171007,706.4053325,1243.653174 +103010,1650.894503,1526.026873,1429.314784,707.6344092,1240.861645 +103011,1653.534829,1517.745241,1428.47432,708.8717096,1238.088757 +103012,1656.060856,1509.684868,1427.649669,710.1167841,1235.334445 +103013,1658.617223,1501.539531,1426.837721,712.9552449,1232.594704 +103014,1661.184089,1493.306197,1426.040682,712.3173898,1229.87214 +103015,1663.90422,1485.343911,1425.257209,716.4147078,1227.164951 +103016,1666.267684,1477.167875,1424.489598,713.9909162,1224.4759 +103017,1679.229435,1469.090844,1423.718063,720.6664832,1221.780201 +103018,1656.260047,1461.013047,1422.984634,714.6426082,1219.130092 +103019,1681.527937,1452.950241,1422.275911,726.4860635,1216.508977 +103020,1675.237469,1444.794289,1421.563571,713.0720398,1213.881679 +103021,1936.566066,1544.355798,1422.024675,825.8227394,1212.748405 +103022,1911.533881,1538.433493,1434.423493,834.6005727,1228.643189 +103023,1931.271293,1531.988851,1451.781024,833.4564346,1252.382112 +103024,1934.311691,1525.297958,1468.092477,836.9777916,1275.944292 +103025,1938.491008,1518.380063,1481.137343,839.4768393,1295.611598 +103026,1943.205409,1511.656741,1490.963638,841.6702159,1311.30131 +103027,1947.652391,1504.78692,1498.459551,843.9839549,1323.893285 +103028,1951.987334,1497.722381,1504.413613,846.2009158,1334.449612 +103029,1964.759825,1490.872554,1509.657592,848.3998639,1343.258171 +103030,1957.216009,1483.93716,1513.939797,850.5762452,1350.743834 +103031,1966.508662,1477.028573,1517.503753,852.6611472,1357.170172 +103032,1970.166381,1470.02299,1520.630558,854.909895,1362.398737 +103033,1973.938209,1463.311064,1523.446796,857.05626,1366.995571 +103034,1978.480246,1456.390953,1525.99237,859.0726155,1370.666692 +103035,1982.619567,1449.589732,1528.329018,861.2256296,1374.115582 +103036,1986.779638,1442.805031,1530.493238,863.3045325,1376.992368 +103037,1991.038265,1439.599908,1532.509718,865.3835988,1379.717973 +103038,1995.325054,1434.908994,1534.403557,867.4528756,1381.889007 +103039,2000.317889,1430.278425,1536.219887,869.5126027,1383.775065 +103040,2005.879097,1425.524476,1538.006934,871.5630646,1385.460702 +103041,2011.209114,1420.977981,1539.779293,873.6045985,1386.985387 +103042,2016.616295,1416.174197,1541.528974,875.6372702,1388.585539 +103043,2022.202869,1411.630302,1543.438435,877.7363119,1389.833028 +103044,2027.519193,1407.024041,1545.119441,879.6396078,1390.954657 +103045,2033.437321,1425.538887,1546.747061,881.7001975,1391.927213 +103046,2039.027464,1363.718748,1548.420261,883.6875631,1392.881443 +103047,2044.80863,1409.908067,1550.118732,885.6774698,1393.7993 +103048,2058.165316,1388.229209,1551.748381,887.6594295,1394.570221 +103049,2045.915827,1380.165806,1553.489385,889.6340718,1395.429678 +103050,2072.540872,1380.379483,1555.235385,888.3575731,1396.042543 +103051,2064.354993,1372.973506,1556.543575,889.4971085,1396.784116 +103052,2072.874522,1368.671337,1557.452375,890.9319745,1397.296128 +103053,2079.363257,1363.904022,1558.383223,892.3536776,1397.70023 +103054,2084.685959,1359.542111,1559.34792,893.9833652,1398.32926 +103055,2090.229249,1354.745415,1560.194906,895.4536772,1398.715135 +103056,2096.46368,1350.312412,1560.767487,896.9877732,1399.075686 +103057,2102.141271,1345.82653,1561.867136,898.5063639,1399.422573 +103058,2107.993944,1341.406568,1563.065147,900.0182489,1399.738336 +103059,2121.08776,1337.040505,1564.287237,901.5230121,1400.226188 +103060,2109.944017,1332.729073,1565.349314,903.019695,1400.485158 +103061,2134.99949,1328.374285,1566.562371,904.508299,1400.661908 +103062,2129.941088,1324.324019,1567.781881,905.9883569,1401.044099 +103063,2136.667418,1320.204593,1568.873317,907.4598486,1401.252105 +103064,2143.423952,1316.073251,1569.874016,908.9224979,1401.331009 +103065,2149.309897,1312.135708,1570.925741,910.4530625,1401.460526 +103066,2154.64748,1308.311706,1572.150678,911.7843419,1401.798714 +103067,2167.612987,1304.29486,1573.205591,913.274586,1401.912486 +103068,2164.783943,1300.562198,1574.613845,914.6903137,1402.214907 +103069,2171.868428,1296.816466,1575.615056,916.1078568,1402.242143 +103070,2179.244531,1293.160201,1576.554468,917.5168353,1402.192695 +103071,2184.004704,1289.480259,1577.519528,918.9169382,1402.171132 +103072,2196.743784,1286.126294,1578.638768,920.3079798,1402.339431 +103073,2194.576511,1282.638951,1579.785818,921.6901591,1402.540165 +103074,2200.532423,1279.318725,1580.719429,923.0630865,1402.46944 +103075,2207.114355,1276.408846,1581.57097,924.4274439,1402.293066 +103076,2219.251245,1273.738071,1582.634669,926.553288,1402.383909 +103077,2218.328749,1271.162103,1583.772394,928.5379301,1402.569125 +103078,2222.749487,1268.644237,1584.684101,930.5883182,1402.469883 +103079,2235.314544,1266.173624,1585.614556,932.8345685,1402.396121 +103080,2235.662388,1263.841609,1586.636849,934.9714421,1402.440175 +103081,2257.733025,1283.908133,1590.791433,960.1005459,1408.105743 +103082,2263.415203,1282.949722,1597.042599,963.6483433,1416.272447 +103083,2269.770047,1281.271502,1603.534918,966.7222171,1425.100098 +103084,2275.415907,1279.569858,1609.238826,969.9067269,1433.256954 +103085,2280.048231,1277.876986,1613.868764,972.9865219,1439.920547 +103086,2283.836208,1275.906582,1617.572178,976.0618377,1445.425828 +103087,2287.062715,1274.127184,1620.601366,979.1585626,1450.044361 +103088,2289.957254,1272.260119,1623.166368,982.2881573,1454.011571 +103089,2292.665213,1270.407733,1625.408506,985.4572528,1457.492674 +103090,2295.268862,1268.46257,1627.417445,988.6681232,1460.598833 +103091,2297.812519,1266.762892,1629.25115,992.0049772,1463.407035 +103092,2300.322015,1264.860648,1630.950492,995.1810868,1465.975185 +103093,2302.813701,1263.048976,1632.545925,998.5843088,1468.348842 +103094,2305.297147,1261.231831,1634.059908,1001.960803,1470.563578 +103095,2307.778017,1259.423835,1635.509192,1005.394859,1472.647513 +103096,2310.259378,1257.624985,1636.906321,1008.873936,1474.623064 +103097,2312.742268,1255.836171,1638.260439,1012.398183,1476.507818 +103098,2315.226642,1254.056943,1639.578317,1015.966799,1478.315788 +103099,2317.70949,1252.288151,1640.863447,1020.655554,1480.056208 +103100,2320.185544,1250.529318,1642.116871,1025.723012,1481.734613 +103101,2322.66426,1248.781281,1643.348091,1026.496403,1483.366723 +103102,2325.134222,1247.043525,1644.55278,1037.266162,1484.950229 +103103,2327.621096,1245.31693,1645.749523,1026.600085,1486.511528 +103104,2330.133303,1243.600961,1646.945165,1037.171321,1488.061847 +103105,2332.617569,1241.896542,1648.106221,1044.464927,1489.560796 +103106,2335.076316,1240.203262,1649.23354,1045.18578,1491.011045 +103107,2337.539533,1238.521936,1650.345313,1050.03724,1492.436878 +103108,2340.007864,1236.852004,1651.441718,1054.057032,1493.839636 +103109,2342.478491,1235.194344,1652.521303,1058.105151,1495.218546 +103110,2344.996468,1233.548603,1653.584759,1062.19789,1496.575449 +103111,2347.701434,1231.707864,1654.631731,1066.211284,1497.910693 +103112,2350.636483,1229.835203,1655.63904,1069.924685,1499.224906 +103113,2353.798361,1227.953096,1656.589586,1074.069999,1500.516655 +103114,2357.135449,1226.065627,1657.478024,1077.976709,1501.783575 +103115,2360.620944,1224.176823,1658.307435,1082.000281,1503.025127 +103116,2364.216372,1222.287405,1659.083633,1086.042509,1504.242012 +103117,2367.913167,1220.399244,1659.812052,1090.116568,1505.435257 +103118,2371.687097,1218.512463,1660.497066,1094.308303,1506.606041 +103119,2375.53936,1216.628504,1661.142407,1098.317951,1507.755915 +103120,2379.451448,1214.747432,1661.751129,1102.552989,1508.886377 +103121,2383.427497,1212.775936,1662.325572,1106.747159,1509.998534 +103122,2387.731444,1211.040007,1662.865728,1110.987594,1511.090889 +103123,2391.777767,1209.105583,1663.372721,1115.263479,1512.163631 +103124,2395.855604,1207.25532,1663.850524,1119.662144,1513.220813 +103125,2399.985738,1205.397149,1664.302509,1123.782879,1514.265919 +103126,2404.157749,1203.543853,1664.729608,1128.360606,1515.299527 +103127,2408.377007,1201.696817,1665.131443,1132.697979,1516.320649 +103128,2412.628241,1199.855527,1665.508377,1137.160355,1517.329319 +103129,2416.918324,1198.020988,1665.860991,1141.645297,1518.325872 +103130,2421.221813,1196.192624,1666.182451,1150.682663,1519.301247 +103131,2425.567638,1194.371399,1666.48627,1146.554001,1520.272257 +103132,2429.903386,1192.556632,1666.747845,1174.705875,1521.207298 +103133,2434.326224,1190.841945,1667.023375,1131.686035,1522.17756 +103134,2438.805355,1188.905143,1667.302018,1178.294211,1523.169354 +103135,2443.242805,1187.177038,1667.517306,1166.253017,1524.098198 +103136,2447.681137,1185.377399,1667.703669,1173.903975,1525.007384 +103137,2452.156322,1183.598844,1667.87803,1178.74767,1525.91786 +103138,2456.642794,1181.827697,1668.031873,1183.529749,1526.818561 +103139,2461.152437,1180.064399,1668.167381,1188.350098,1527.712161 +103140,2465.672489,1178.308189,1668.284352,1193.20859,1528.598326 +103141,2467.354256,1143.50712,1665.463826,1165.216282,1524.112138 +103142,2464.641563,1141.748822,1659.325188,1169.964404,1514.53683 +103143,2460.261832,1139.983693,1651.83667,1174.911461,1502.634555 +103144,2456.795748,1138.314318,1644.872067,1180.17999,1491.143513 +103145,2455.135023,1136.661165,1639.10837,1185.075355,1481.157992 +103146,2455.062504,1135.024121,1634.443265,1190.291544,1472.676287 +103147,2456.055227,1133.401886,1630.550963,1195.451727,1465.348715 +103148,2457.660778,1131.79244,1627.139513,1209.127941,1458.831397 +103149,2459.668266,1130.196008,1624.064984,1193.42776,1452.94707 +103150,2461.932855,1128.610951,1621.223379,1217.249166,1447.55788 +103151,2464.331051,1127.037646,1618.523668,1215.164593,1442.536981 +103152,2467.115942,1125.474857,1615.938861,1221.791662,1437.836484 +103153,2469.680814,1123.922971,1613.446279,1227.18653,1433.413261 +103154,2472.273528,1122.380936,1611.001359,1245.537435,1429.196526 +103155,2474.966354,1120.849364,1608.636218,1218.920058,1425.213442 +103156,2477.710602,1119.327192,1606.312415,1264.526888,1421.402486 +103157,2480.440004,1117.815259,1603.98404,1249.172454,1417.693395 +103158,2483.28594,1116.312743,1601.731641,1233.573535,1414.177461 +103159,2486.147615,1114.82014,1599.48995,1282.803933,1410.761949 +103160,2488.94113,1113.337016,1597.204557,1265.230174,1407.368675 +103161,2492.10643,1111.864006,1594.976141,1251.748981,1404.11715 +103162,2495.260839,1110.400287,1592.950575,1302.916334,1401.186304 +103163,2498.454385,1108.94656,1590.952581,1256.923626,1398.348822 +103164,2501.934884,1107.502268,1589.13517,1314.077182,1395.795114 +103165,2505.672055,1106.067888,1587.322355,1284.165006,1393.297313 +103166,2508.904591,1104.642716,1585.412083,1302.512993,1390.720426 +103167,2512.729106,1103.227578,1583.639239,1306.314887,1388.357274 +103168,2515.674528,1101.821593,1582.049893,1311.837255,1386.262749 +103169,2519.993134,1100.425467,1580.558571,1317.6053,1384.326482 +103170,2524.024742,1099.038538,1579.135939,1323.234209,1382.509451 +103171,2528.510547,1097.710638,1577.759637,1329.192321,1380.780586 +103172,2532.737726,1096.402333,1576.41973,1334.943234,1379.117114 +103173,2536.97719,1095.109311,1575.110495,1340.781762,1377.503799 +103174,2541.55866,1093.829532,1573.826846,1346.502658,1375.930214 +103175,2545.864009,1092.562973,1572.565837,1352.538967,1374.391133 +103176,2550.288394,1091.308594,1571.395867,1364.226454,1372.973386 +103177,2554.7171,1090.066647,1570.238044,1361.649807,1371.576828 +103178,2559.041551,1088.836234,1569.020541,1371.055179,1370.109679 +103179,2563.388043,1087.617891,1567.820831,1376.705691,1368.669435 +103180,2567.772757,1086.410711,1566.648207,1382.306484,1367.267137 +103181,2572.462137,1085.215174,1565.477405,1388.34465,1365.870427 +103182,2576.853094,1084.030477,1564.313346,1394.103603,1364.48556 +103183,2581.249516,1082.85705,1563.162794,1400.25338,1363.121128 +103184,2585.66088,1081.694071,1562.025478,1406.079819,1361.776844 +103185,2590.087187,1080.541982,1560.899008,1412.136128,1360.449747 +103186,2594.529847,1079.399979,1559.784205,1417.92159,1359.140974 +103187,2598.990982,1078.268494,1558.683461,1424.108055,1357.853644 +103188,2603.466791,1077.146735,1557.595335,1430.00524,1356.586007 +103189,2607.950881,1076.035124,1556.516344,1436.01373,1355.33368 +103190,2612.443517,1074.932883,1555.447028,1441.84757,1354.097368 +103191,2616.949344,1073.840425,1554.390645,1448.019751,1352.881224 +103192,2621.603197,1072.75704,1553.432284,1459.317798,1351.794146 +103193,2626.25851,1071.682985,1552.481683,1457.909416,1350.721689 +103194,2630.760723,1070.617516,1551.442748,1466.295451,1349.541156 +103195,2635.263898,1069.561158,1550.410603,1472.566541,1348.372839 +103196,2640.102188,1068.513078,1549.408192,1478.158026,1347.245269 +103197,2644.625267,1067.473689,1548.404014,1484.168983,1346.118238 +103198,2649.135426,1066.442297,1547.403277,1489.953273,1344.998595 +103199,2653.656221,1065.419259,1546.414532,1496.108224,1343.897378 +103200,2658.338533,1064.403925,1545.530102,1506.923746,1342.933003 +103201,2665.677574,997.0391787,1547.971416,1436.137291,1348.612253 +103202,2660.607394,994.9565369,1541.563659,1454.078114,1341.173116 +103203,2650.820711,993.2856811,1531.503834,1449.969537,1327.724292 +103204,2643.294899,991.6103541,1522.593368,1457.777081,1315.076393 +103205,2639.65623,989.8881677,1516.094507,1463.114346,1305.297302 +103206,2639.526136,988.4029933,1511.884649,1468.402098,1298.490435 +103207,2641.650309,986.731503,1509.235899,1473.672808,1293.86244 +103208,2645.055624,985.1588516,1507.553995,1478.940491,1290.719445 +103209,2649.161921,983.5682337,1506.476289,1484.298795,1288.616488 +103210,2653.678173,982.0019822,1505.801134,1489.569128,1287.29292 +103211,2658.449664,980.4368278,1505.414775,1494.913441,1286.586743 +103212,2663.389064,978.8775452,1505.242006,1500.098619,1286.382492 +103213,2668.440646,977.3237084,1505.228624,1505.220961,1286.590914 +103214,2673.571006,975.7741823,1505.337866,1510.680278,1287.145104 +103215,2678.750264,974.2301755,1505.538427,1515.87791,1287.985704 +103216,2684.09755,972.690376,1505.894765,1526.265171,1289.176781 +103217,2689.305402,971.1541916,1506.208201,1519.321919,1290.448179 +103218,2694.479948,969.6216767,1506.537483,1538.308594,1291.858645 +103219,2699.816171,968.092623,1506.997685,1535.686399,1293.540376 +103220,2705.028783,966.5663584,1507.407784,1541.444251,1295.250213 +103221,2710.206526,965.0431972,1507.819524,1549.349562,1297.042884 +103222,2715.563568,963.4406696,1508.363016,1557.109238,1299.074492 +103223,2721.063109,962.0413841,1509.015082,1563.824735,1301.307995 +103224,2726.773834,960.4692497,1509.819743,1576.11287,1303.793826 +103225,2732.524481,958.9677414,1510.672076,1577.237062,1306.393013 +103226,2738.08605,957.5378657,1511.429639,1585.153142,1308.917821 +103227,2743.584192,955.9103648,1512.167453,1592.805313,1311.45686 +103228,2749.257322,954.4591956,1513.03073,1605.113319,1314.189353 +103229,2754.924326,952.9415898,1513.906823,1605.565846,1316.96768 +103230,2760.344815,951.3550969,1514.646357,1613.423429,1319.59762 +103231,2765.636965,949.9245068,1515.320188,1620.109302,1322.165045 +103232,2770.980658,948.3121115,1516.07503,1630.846887,1324.859834 +103233,2776.197862,946.7640582,1516.826598,1631.952827,1327.576826 +103234,2781.016851,945.2030197,1517.411835,1637.077612,1330.106996 +103235,2785.713846,943.640512,1517.993521,1648.324473,1332.654478 +103236,2790.196774,942.076807,1518.503148,1644.502303,1335.128008 +103237,2794.598969,940.5116964,1519.014425,1661.817863,1337.618932 +103238,2798.958803,938.9463708,1519.545567,1657.210764,1340.148933 +103239,2803.070696,937.380054,1519.965958,1667.041698,1342.550077 +103240,2807.052969,935.812808,1520.345683,1669.958321,1344.910223 +103241,2810.868418,934.2446621,1520.658644,1673.541641,1347.194291 +103242,2814.461235,932.6754515,1520.86788,1677.644065,1349.353497 +103243,2817.888537,931.1053397,1521.006414,1681.423149,1351.428528 +103244,2821.123884,929.5340574,1521.056068,1683.763098,1353.394999 +103245,2824.042438,953.6806733,1520.937769,1686.098425,1355.150767 +103246,2826.833177,888.2394842,1520.766564,1688.579145,1356.841661 +103247,2829.520175,943.2530913,1520.55677,1691.174216,1358.485685 +103248,2831.916837,936.4362116,1520.19331,1693.691384,1359.936036 +103249,2834.243274,897.525909,1519.812337,1696.232941,1361.366702 +103250,2836.481852,954.0317821,1519.403482,1698.756467,1362.764894 +103251,2838.677711,877.4658448,1518.99636,1701.275889,1364.169483 +103252,2840.562731,950.4921595,1518.121935,1703.631424,1365.569704 +103253,2842.282751,874.4648541,1516.973662,1705.910513,1366.982499 +103254,2843.983912,940.3130934,1515.785107,1708.389237,1368.400478 +103255,2845.739973,878.2588361,1514.677093,1710.704878,1369.824551 +103256,2847.554605,926.8597493,1513.671758,1713.054032,1371.252676 +103257,2849.397573,884.5468874,1512.746513,1715.419218,1372.676769 +103258,2851.255175,912.174338,1511.884298,1717.791067,1374.103189 +103259,2853.094148,891.5296073,1511.057955,1720.145622,1375.518186 +103260,2854.917965,899.9914467,1510.265315,1722.484725,1376.932256 +103261,2314.65393,894.7501454,1047.361549,1612.115806,2651.469144 +103262,2379.013362,1023.759258,1075.37011,1655.065959,2673.932938 +103263,2448.330243,1027.224183,1105.56929,1695.959187,2677.996459 +103264,2500.58796,1025.299317,1128.651191,1721.321805,2664.236016 +103265,2539.615492,1024.131944,1146.58603,1736.604773,2647.121548 +103266,2568.366815,1022.854212,1160.464547,1745.448192,2630.574061 +103267,2589.974721,1021.510504,1171.394402,1750.77436,2615.49178 +103268,2606.878055,1020.212699,1180.260889,1754.464765,2602.013905 +103269,2620.596821,1018.661274,1187.634909,1757.458102,2590.086342 +103270,2631.989615,1017.392613,1193.854119,1760.119327,2579.590971 +103271,2641.559168,1015.90077,1199.127924,1762.56044,2570.380319 +103272,2649.91935,1014.463125,1203.606125,1764.81803,2562.299833 +103273,2656.776209,1013.00261,1207.41005,1766.918836,2555.203263 +103274,2662.628154,1011.531345,1210.643035,1768.891295,2548.960243 +103275,2667.665283,1010.041964,1213.393252,1770.76161,2543.457755 +103276,2672.030889,1008.554549,1215.734084,1772.547235,2538.597563 +103277,2675.847608,1007.166335,1217.728281,1774.263732,2534.296914 +103278,2679.247373,1005.689137,1219.433216,1775.955561,2530.486219 +103279,2682.288025,1004.208426,1220.890634,1777.615642,2527.10271 +103280,2685.01767,1002.715657,1222.135754,1779.233874,2524.094005 +103281,2687.469726,1001.219984,1223.197235,1780.802033,2521.412942 +103282,2689.677954,999.7217921,1224.100203,1782.32101,2519.019422 +103283,2691.674279,998.2207074,1224.866317,1783.795164,2516.879002 +103284,2693.48624,996.7165018,1225.513878,1785.228483,2514.961757 +103285,2695.136139,995.2092955,1226.05823,1786.623508,2513.241544 +103286,2696.641789,993.6987637,1226.512249,1787.9816,2511.695521 +103287,2698.017273,992.2475627,1226.88678,1789.303452,2510.303714 +103288,2699.273938,990.6362511,1227.190992,1790.589424,2509.048651 +103289,2700.420867,989.1616699,1227.432654,1791.839696,2507.915006 +103290,2701.46545,987.6258615,1227.618378,1793.055426,2506.889345 +103291,2702.413591,985.6064793,1227.753793,1794.235105,2505.95985 +103292,2703.108967,983.4756114,1227.823063,1795.199993,2505.116041 +103293,2703.452866,981.2878865,1227.818125,1795.84968,2504.348457 +103294,2703.430432,979.0583917,1227.737458,1796.183968,2503.648687 +103295,2703.07066,976.7318296,1227.587548,1796.249455,2503.009321 +103296,2702.412293,974.52776,1227.373399,1796.096533,2502.423846 +103297,2701.488962,972.1556959,1227.102316,1795.762607,2501.886459 +103298,2700.326449,969.8117168,1226.777853,1795.271561,2501.39195 +103299,2698.944539,967.4302339,1226.405592,1794.638299,2500.935584 +103300,2697.359183,965.0835703,1225.987679,1793.87284,2500.513063 +103301,2695.583473,962.5588533,1225.52864,1792.982619,2500.120425 +103302,2693.628475,960.1458026,1225.029778,1791.973542,2499.754046 +103303,2691.500277,957.6526616,1224.494936,1790.850414,2499.410579 +103304,2689.211813,955.1457052,1223.924825,1789.617179,2499.086957 +103305,2686.763365,952.6152911,1223.322775,1788.277093,2498.780332 +103306,2684.159579,950.0356236,1222.689052,1786.832907,2498.488096 +103307,2681.403403,947.4531981,1222.025744,1785.283881,2498.207625 +103308,2678.502906,944.8505694,1221.332986,1783.633131,2497.936697 +103309,2675.466334,942.2272059,1220.613864,1781.884214,2497.673265 +103310,2672.300265,939.6417137,1219.868309,1780.039781,2497.415506 +103311,2669.009659,936.8276438,1219.098872,1778.101567,2497.161642 +103312,2665.598709,934.2736186,1218.305053,1776.070934,2496.91008 +103313,2662.071046,931.5127346,1217.489149,1773.949093,2496.659285 +103314,2658.430127,928.7951754,1216.650502,1771.737311,2496.407905 +103315,2654.6791,926.0483152,1215.79129,1769.436843,2496.154619 +103316,2650.853111,923.2813938,1214.925828,1767.073515,2495.932141 +103317,2646.649571,920.4957959,1214.041983,1764.624427,2495.707272 +103318,2642.602897,917.6906592,1213.127107,1762.071284,2495.452405 +103319,2638.456585,914.9257732,1212.190068,1759.427544,2495.182028 +103320,2634.20949,911.9966285,1211.232626,1756.699971,2494.901409 +103321,0,0,0,0,0 +103322,0,0,0,0,0 +103323,0,0,0,0,0 +103324,0,0,0,0,0 +103325,0,0,0,0,0 +103326,0,0,0,0,0 +103327,0,0,0,0,0 +103328,0,0,0,0,0 +103329,0,0,0,0,0 +103330,0,0,0,0,0 +103331,0,0,0,0,0 +103332,0,0,0,0,0 +103333,0,0,0,0,0 +103334,0,0,0,0,0 +103335,0,0,0,0,0 +103336,0,0,0,0,0 +103337,0,0,0,0,0 +103338,0,0,0,0,0 +103339,0,0,0,0,0 +103340,0,0,0,0,0 +103341,0,0,0,0,0 +103342,0,0,0,0,0 +103343,0,0,0,0,0 +103344,0,0,0,0,0 +103345,0,0,0,0,0 +103346,0,0,0,0,0 +103347,0,0,0,0,0 +103348,0,0,0,0,0 +103349,0,0,0,0,0 +103350,0,0,0,0,0 +103351,0,0,0,0,0 +103352,0,0,0,0,0 +103353,0,0,0,0,0 +103354,0,0,0,0,0 +103355,0,0,0,0,0 +103356,0,0,0,0,0 +103357,0,0,0,0,0 +103358,0,0,0,0,0 +103359,0,0,0,0,0 +103360,0,0,0,0,0 +103361,0,0,0,0,0 +103362,0,0,0,0,0 +103363,0,0,0,0,0 +103364,0,0,0,0,0 +103365,0,0,0,0,0 +103366,0,0,0,0,0 +103367,0,0,0,0,0 +103368,0,0,0,0,0 +103369,0,0,0,0,0 +103370,0,0,0,0,0 +103371,0,0,0,0,0 +103372,0,0,0,0,0 +103373,0,0,0,0,0 +103374,0,0,0,0,0 +103375,0,0,0,0,0 +103376,0,0,0,0,0 +103377,0,0,0,0,0 +103378,0,0,0,0,0 +103379,0,0,0,0,0 +103380,0,0,0,0,0 +103381,0,0,0,0,0 +103382,0,0,0,0,0 +103383,0,0,0,0,0 +103384,0,0,0,0,0 +103385,0,0,0,0,0 +103386,0,0,0,0,0 +103387,0,0,0,0,0 +103388,0,0,0,0,0 +103389,0,0,0,0,0 +103390,0,0,0,0,0 +103391,0,0,0,0,0 +103392,0,0,0,0,0 +103393,0,0,0,0,0 +103394,0,0,0,0,0 +103395,0,0,0,0,0 +103396,0,0,0,0,0 +103397,0,0,0,0,0 +103398,0,0,0,0,0 +103399,0,0,0,0,0 +103400,0,0,0,0,0 +103401,0,0,0,0,0 +103402,0,0,0,0,0 +103403,0,0,0,0,0 +103404,0,0,0,0,0 +103405,0,0,0,0,0 +103406,0,0,0,0,0 +103407,0,0,0,0,0 +103408,0,0,0,0,0 +103409,0,0,0,0,0 +103410,0,0,0,0,0 +103411,0,0,0,0,0 +103412,0,0,0,0,0 +103413,0,0,0,0,0 +103414,0,0,0,0,0 +103415,0,0,0,0,0 +103416,0,0,0,0,0 +103417,0,0,0,0,0 +103418,0,0,0,0,0 +103419,0,0,0,0,0 +103420,0,0,0,0,0 +103421,0,0,0,0,0 +103422,0,0,0,0,0 +103423,0,0,0,0,0 +103424,0,0,0,0,0 +103425,0,0,0,0,0 +103426,0,0,0,0,0 +103427,0,0,0,0,0 +103428,0,0,0,0,0 +103429,0,0,0,0,0 +103430,0,0,0,0,0 +103431,0,0,0,0,0 +103432,0,0,0,0,0 +103433,0,0,0,0,0 +103434,0,0,0,0,0 +103435,0,0,0,0,0 +103436,0,0,0,0,0 +103437,0,0,0,0,0 +103438,0,0,0,0,0 +103439,0,0,0,0,0 +103440,0,0,0,0,0 +103441,0,0,0,0,0 +103442,0,0,0,0,0 +103443,0,0,0,0,0 +103444,0,0,0,0,0 +103445,0,0,0,0,0 +103446,0,0,0,0,0 +103447,0,0,0,0,0 +103448,0,0,0,0,0 +103449,0,0,0,0,0 +103450,0,0,0,0,0 +103451,0,0,0,0,0 +103452,0,0,0,0,0 +103453,0,0,0,0,0 +103454,0,0,0,0,0 +103455,0,0,0,0,0 +103456,0,0,0,0,0 +103457,0,0,0,0,0 +103458,0,0,0,0,0 +103459,0,0,0,0,0 +103460,0,0,0,0,0 +103461,0,0,0,0,0 +103462,0,0,0,0,0 +103463,0,0,0,0,0 +103464,0,0,0,0,0 +103465,0,0,0,0,0 +103466,0,0,0,0,0 +103467,0,0,0,0,0 +103468,0,0,0,0,0 +103469,0,0,0,0,0 +103470,0,0,0,0,0 +103471,0,0,0,0,0 +103472,0,0,0,0,0 +103473,0,0,0,0,0 +103474,0,0,0,0,0 +103475,0,0,0,0,0 +103476,0,0,0,0,0 +103477,0,0,0,0,0 +103478,0,0,0,0,0 +103479,0,0,0,0,0 +103480,0,0,0,0,0 +103481,0,0,0,0,0 +103482,0,0,0,0,0 +103483,0,0,0,0,0 +103484,0,0,0,0,0 +103485,0,0,0,0,0 +103486,0,0,0,0,0 +103487,0,0,0,0,0 +103488,0,0,0,0,0 +103489,0,0,0,0,0 +103490,0,0,0,0,0 +103491,0,0,0,0,0 +103492,0,0,0,0,0 +103493,0,0,0,0,0 +103494,0,0,0,0,0 +103495,0,0,0,0,0 +103496,0,0,0,0,0 +103497,0,0,0,0,0 +103498,0,0,0,0,0 +103499,0,0,0,0,0 +103500,0,0,0,0,0 +103501,0,0,0,0,0 +103502,0,0,0,0,0 +103503,0,0,0,0,0 +103504,0,0,0,0,0 +103505,0,0,0,0,0 +103506,0,0,0,0,0 +103507,0,0,0,0,0 +103508,0,0,0,0,0 +103509,0,0,0,0,0 +103510,0,0,0,0,0 +103511,0,0,0,0,0 +103512,0,0,0,0,0 +103513,0,0,0,0,0 +103514,0,0,0,0,0 +103515,0,0,0,0,0 +103516,0,0,0,0,0 +103517,0,0,0,0,0 +103518,0,0,0,0,0 +103519,0,0,0,0,0 +103520,0,0,0,0,0 +103521,0,0,0,0,0 +103522,0,0,0,0,0 +103523,0,0,0,0,0 +103524,0,0,0,0,0 +103525,0,0,0,0,0 +103526,0,0,0,0,0 +103527,0,0,0,0,0 +103528,0,0,0,0,0 +103529,0,0,0,0,0 +103530,0,0,0,0,0 +103531,0,0,0,0,0 +103532,0,0,0,0,0 +103533,0,0,0,0,0 +103534,0,0,0,0,0 +103535,0,0,0,0,0 +103536,0,0,0,0,0 +103537,0,0,0,0,0 +103538,0,0,0,0,0 +103539,0,0,0,0,0 +103540,0,0,0,0,0 +103541,0,0,0,0,0 +103542,0,0,0,0,0 +103543,0,0,0,0,0 +103544,0,0,0,0,0 +103545,0,0,0,0,0 +103546,0,0,0,0,0 +103547,0,0,0,0,0 +103548,0,0,0,0,0 +103549,0,0,0,0,0 +103550,0,0,0,0,0 +103551,0,0,0,0,0 +103552,0,0,0,0,0 +103553,0,0,0,0,0 +103554,0,0,0,0,0 +103555,0,0,0,0,0 +103556,0,0,0,0,0 +103557,0,0,0,0,0 +103558,0,0,0,0,0 +103559,0,0,0,0,0 +103560,0,0,0,0,0 +103561,0,0,0,0,0 +103562,0,0,0,0,0 +103563,0,0,0,0,0 +103564,0,0,0,0,0 +103565,0,0,0,0,0 +103566,0,0,0,0,0 +103567,0,0,0,0,0 +103568,0,0,0,0,0 +103569,0,0,0,0,0 +103570,0,0,0,0,0 +103571,0,0,0,0,0 +103572,0,0,0,0,0 +103573,0,0,0,0,0 +103574,0,0,0,0,0 +103575,0,0,0,0,0 +103576,0,0,0,0,0 +103577,0,0,0,0,0 +103578,0,0,0,0,0 +103579,0,0,0,0,0 +103580,0,0,0,0,0 +103581,0,0,0,0,0 +103582,0,0,0,0,0 +103583,0,0,0,0,0 +103584,0,0,0,0,0 +103585,0,0,0,0,0 +103586,0,0,0,0,0 +103587,0,0,0,0,0 +103588,0,0,0,0,0 +103589,0,0,0,0,0 +103590,0,0,0,0,0 +103591,0,0,0,0,0 +103592,0,0,0,0,0 +103593,0,0,0,0,0 +103594,0,0,0,0,0 +103595,0,0,0,0,0 +103596,0,0,0,0,0 +103597,0,0,0,0,0 +103598,0,0,0,0,0 +103599,0,0,0,0,0 +103600,0,0,0,0,0 +103601,0,0,0,0,0 +103602,0,0,0,0,0 +103603,0,0,0,0,0 +103604,0,0,0,0,0 +103605,0,0,0,0,0 +103606,0,0,0,0,0 +103607,0,0,0,0,0 +103608,0,0,0,0,0 +103609,0,0,0,0,0 +103610,0,0,0,0,0 +103611,0,0,0,0,0 +103612,0,0,0,0,0 +103613,0,0,0,0,0 +103614,0,0,0,0,0 +103615,0,0,0,0,0 +103616,0,0,0,0,0 +103617,0,0,0,0,0 +103618,0,0,0,0,0 +103619,0,0,0,0,0 +103620,0,0,0,0,0 +103621,0,0,0,0,0 +103622,0,0,0,0,0 +103623,0,0,0,0,0 +103624,0,0,0,0,0 +103625,0,0,0,0,0 +103626,0,0,0,0,0 +103627,0,0,0,0,0 +103628,0,0,0,0,0 +103629,0,0,0,0,0 +103630,0,0,0,0,0 +103631,0,0,0,0,0 +103632,0,0,0,0,0 +103633,0,0,0,0,0 +103634,0,0,0,0,0 +103635,0,0,0,0,0 +103636,0,0,0,0,0 +103637,0,0,0,0,0 +103638,0,0,0,0,0 +103639,0,0,0,0,0 +103640,0,0,0,0,0 +103641,0,0,0,0,0 +103642,0,0,0,0,0 +103643,0,0,0,0,0 +103644,0,0,0,0,0 +103645,0,0,0,0,0 +103646,0,0,0,0,0 +103647,0,0,0,0,0 +103648,0,0,0,0,0 +103649,0,0,0,0,0 +103650,0,0,0,0,0 +103651,0,0,0,0,0 +103652,0,0,0,0,0 +103653,0,0,0,0,0 +103654,0,0,0,0,0 +103655,0,0,0,0,0 +103656,0,0,0,0,0 +103657,0,0,0,0,0 +103658,0,0,0,0,0 +103659,0,0,0,0,0 +103660,0,0,0,0,0 +103661,0,0,0,0,0 +103662,0,0,0,0,0 +103663,0,0,0,0,0 +103664,0,0,0,0,0 +103665,0,0,0,0,0 +103666,0,0,0,0,0 +103667,0,0,0,0,0 +103668,0,0,0,0,0 +103669,0,0,0,0,0 +103670,0,0,0,0,0 +103671,0,0,0,0,0 +103672,0,0,0,0,0 +103673,0,0,0,0,0 +103674,0,0,0,0,0 +103675,0,0,0,0,0 +103676,0,0,0,0,0 +103677,0,0,0,0,0 +103678,0,0,0,0,0 +103679,0,0,0,0,0 +103680,0,0,0,0,0 +103681,0,0,0,0,0 +103682,0,0,0,0,0 +103683,0,0,0,0,0 +103684,0,0,0,0,0 +103685,0,0,0,0,0 +103686,0,0,0,0,0 +103687,0,0,0,0,0 +103688,0,0,0,0,0 +103689,0,0,0,0,0 +103690,0,0,0,0,0 +103691,0,0,0,0,0 +103692,0,0,0,0,0 +103693,0,0,0,0,0 +103694,0,0,0,0,0 +103695,0,0,0,0,0 +103696,0,0,0,0,0 +103697,0,0,0,0,0 +103698,0,0,0,0,0 +103699,0,0,0,0,0 +103700,0,0,0,0,0 +103701,0,0,0,0,0 +103702,0,0,0,0,0 +103703,0,0,0,0,0 +103704,0,0,0,0,0 +103705,0,0,0,0,0 +103706,0,0,0,0,0 +103707,0,0,0,0,0 +103708,0,0,0,0,0 +103709,0,0,0,0,0 +103710,0,0,0,0,0 +103711,0,0,0,0,0 +103712,0,0,0,0,0 +103713,0,0,0,0,0 +103714,0,0,0,0,0 +103715,0,0,0,0,0 +103716,0,0,0,0,0 +103717,0,0,0,0,0 +103718,0,0,0,0,0 +103719,0,0,0,0,0 +103720,0,0,0,0,0 +103721,0,0,0,0,0 +103722,0,0,0,0,0 +103723,0,0,0,0,0 +103724,0,0,0,0,0 +103725,0,0,0,0,0 +103726,0,0,0,0,0 +103727,0,0,0,0,0 +103728,0,0,0,0,0 +103729,0,0,0,0,0 +103730,0,0,0,0,0 +103731,0,0,0,0,0 +103732,0,0,0,0,0 +103733,0,0,0,0,0 +103734,0,0,0,0,0 +103735,0,0,0,0,0 +103736,0,0,0,0,0 +103737,0,0,0,0,0 +103738,0,0,0,0,0 +103739,0,0,0,0,0 +103740,0,0,0,0,0 +103741,0,0,0,0,0 +103742,0,0,0,0,0 +103743,0,0,0,0,0 +103744,0,0,0,0,0 +103745,0,0,0,0,0 +103746,0,0,0,0,0 +103747,0,0,0,0,0 +103748,0,0,0,0,0 +103749,0,0,0,0,0 +103750,0,0,0,0,0 +103751,0,0,0,0,0 +103752,0,0,0,0,0 +103753,0,0,0,0,0 +103754,0,0,0,0,0 +103755,0,0,0,0,0 +103756,0,0,0,0,0 +103757,0,0,0,0,0 +103758,0,0,0,0,0 +103759,0,0,0,0,0 +103760,0,0,0,0,0 +103761,0,0,0,0,0 +103762,0,0,0,0,0 +103763,0,0,0,0,0 +103764,0,0,0,0,0 +103765,0,0,0,0,0 +103766,0,0,0,0,0 +103767,0,0,0,0,0 +103768,0,0,0,0,0 +103769,0,0,0,0,0 +103770,0,0,0,0,0 +103771,0,0,0,0,0 +103772,0,0,0,0,0 +103773,0,0,0,0,0 +103774,0,0,0,0,0 +103775,0,0,0,0,0 +103776,0,0,0,0,0 +103777,0,0,0,0,0 +103778,0,0,0,0,0 +103779,0,0,0,0,0 +103780,0,0,0,0,0 +103781,0,0,0,0,0 +103782,0,0,0,0,0 +103783,0,0,0,0,0 +103784,0,0,0,0,0 +103785,0,0,0,0,0 +103786,0,0,0,0,0 +103787,0,0,0,0,0 +103788,0,0,0,0,0 +103789,0,0,0,0,0 +103790,0,0,0,0,0 +103791,0,0,0,0,0 +103792,0,0,0,0,0 +103793,0,0,0,0,0 +103794,0,0,0,0,0 +103795,0,0,0,0,0 +103796,0,0,0,0,0 +103797,0,0,0,0,0 +103798,0,0,0,0,0 +103799,0,0,0,0,0 +103800,0,0,0,0,0 +103801,0,0,0,0,0 +103802,0,0,0,0,0 +103803,0,0,0,0,0 +103804,0,0,0,0,0 +103805,0,0,0,0,0 +103806,0,0,0,0,0 +103807,0,0,0,0,0 +103808,0,0,0,0,0 +103809,0,0,0,0,0 +103810,0,0,0,0,0 +103811,0,0,0,0,0 +103812,0,0,0,0,0 +103813,0,0,0,0,0 +103814,0,0,0,0,0 +103815,0,0,0,0,0 +103816,0,0,0,0,0 +103817,0,0,0,0,0 +103818,0,0,0,0,0 +103819,0,0,0,0,0 +103820,0,0,0,0,0 +103821,0,0,0,0,0 +103822,0,0,0,0,0 +103823,0,0,0,0,0 +103824,0,0,0,0,0 +103825,0,0,0,0,0 +103826,0,0,0,0,0 +103827,0,0,0,0,0 +103828,0,0,0,0,0 +103829,0,0,0,0,0 +103830,0,0,0,0,0 +103831,0,0,0,0,0 +103832,0,0,0,0,0 +103833,0,0,0,0,0 +103834,0,0,0,0,0 +103835,0,0,0,0,0 +103836,0,0,0,0,0 +103837,0,0,0,0,0 +103838,0,0,0,0,0 +103839,0,0,0,0,0 +103840,0,0,0,0,0 +103841,0,0,0,0,0 +103842,0,0,0,0,0 +103843,0,0,0,0,0 +103844,0,0,0,0,0 +103845,0,0,0,0,0 +103846,0,0,0,0,0 +103847,0,0,0,0,0 +103848,0,0,0,0,0 +103849,0,0,0,0,0 +103850,0,0,0,0,0 +103851,0,0,0,0,0 +103852,0,0,0,0,0 +103853,0,0,0,0,0 +103854,0,0,0,0,0 +103855,0,0,0,0,0 +103856,0,0,0,0,0 +103857,0,0,0,0,0 +103858,0,0,0,0,0 +103859,0,0,0,0,0 +103860,0,0,0,0,0 +103861,0,0,0,0,0 +103862,0,0,0,0,0 +103863,0,0,0,0,0 +103864,0,0,0,0,0 +103865,0,0,0,0,0 +103866,0,0,0,0,0 +103867,0,0,0,0,0 +103868,0,0,0,0,0 +103869,0,0,0,0,0 +103870,0,0,0,0,0 +103871,0,0,0,0,0 +103872,0,0,0,0,0 +103873,0,0,0,0,0 +103874,0,0,0,0,0 +103875,0,0,0,0,0 +103876,0,0,0,0,0 +103877,0,0,0,0,0 +103878,0,0,0,0,0 +103879,0,0,0,0,0 +103880,0,0,0,0,0 +103881,0,0,0,0,0 +103882,0,0,0,0,0 +103883,0,0,0,0,0 +103884,0,0,0,0,0 +103885,0,0,0,0,0 +103886,0,0,0,0,0 +103887,0,0,0,0,0 +103888,0,0,0,0,0 +103889,0,0,0,0,0 +103890,0,0,0,0,0 +103891,0,0,0,0,0 +103892,0,0,0,0,0 +103893,0,0,0,0,0 +103894,0,0,0,0,0 +103895,0,0,0,0,0 +103896,0,0,0,0,0 +103897,0,0,0,0,0 +103898,0,0,0,0,0 +103899,0,0,0,0,0 +103900,0,0,0,0,0 +103901,0,0,0,0,0 +103902,0,0,0,0,0 +103903,0,0,0,0,0 +103904,0,0,0,0,0 +103905,0,0,0,0,0 +103906,0,0,0,0,0 +103907,0,0,0,0,0 +103908,0,0,0,0,0 +103909,0,0,0,0,0 +103910,0,0,0,0,0 +103911,0,0,0,0,0 +103912,0,0,0,0,0 +103913,0,0,0,0,0 +103914,0,0,0,0,0 +103915,0,0,0,0,0 +103916,0,0,0,0,0 +103917,0,0,0,0,0 +103918,0,0,0,0,0 +103919,0,0,0,0,0 +103920,0,0,0,0,0 +103921,0,0,0,0,0 +103922,0,0,0,0,0 +103923,0,0,0,0,0 +103924,0,0,0,0,0 +103925,0,0,0,0,0 +103926,0,0,0,0,0 +103927,0,0,0,0,0 +103928,0,0,0,0,0 +103929,0,0,0,0,0 +103930,0,0,0,0,0 +103931,0,0,0,0,0 +103932,0,0,0,0,0 +103933,0,0,0,0,0 +103934,0,0,0,0,0 +103935,0,0,0,0,0 +103936,0,0,0,0,0 +103937,0,0,0,0,0 +103938,0,0,0,0,0 +103939,0,0,0,0,0 +103940,0,0,0,0,0 +103941,0,0,0,0,0 +103942,0,0,0,0,0 +103943,0,0,0,0,0 +103944,0,0,0,0,0 +103945,0,0,0,0,0 +103946,0,0,0,0,0 +103947,0,0,0,0,0 +103948,0,0,0,0,0 +103949,0,0,0,0,0 +103950,0,0,0,0,0 +103951,0,0,0,0,0 +103952,0,0,0,0,0 +103953,0,0,0,0,0 +103954,0,0,0,0,0 +103955,0,0,0,0,0 +103956,0,0,0,0,0 +103957,0,0,0,0,0 +103958,0,0,0,0,0 +103959,0,0,0,0,0 +103960,0,0,0,0,0 +103961,0,0,0,0,0 +103962,0,0,0,0,0 +103963,0,0,0,0,0 +103964,0,0,0,0,0 +103965,0,0,0,0,0 +103966,0,0,0,0,0 +103967,0,0,0,0,0 +103968,0,0,0,0,0 +103969,0,0,0,0,0 +103970,0,0,0,0,0 +103971,0,0,0,0,0 +103972,0,0,0,0,0 +103973,0,0,0,0,0 +103974,0,0,0,0,0 +103975,0,0,0,0,0 +103976,0,0,0,0,0 +103977,0,0,0,0,0 +103978,0,0,0,0,0 +103979,0,0,0,0,0 +103980,0,0,0,0,0 +103981,0,0,0,0,0 +103982,0,0,0,0,0 +103983,0,0,0,0,0 +103984,0,0,0,0,0 +103985,0,0,0,0,0 +103986,0,0,0,0,0 +103987,0,0,0,0,0 +103988,0,0,0,0,0 +103989,0,0,0,0,0 +103990,0,0,0,0,0 +103991,0,0,0,0,0 +103992,0,0,0,0,0 +103993,0,0,0,0,0 +103994,0,0,0,0,0 +103995,0,0,0,0,0 +103996,0,0,0,0,0 +103997,0,0,0,0,0 +103998,0,0,0,0,0 +103999,0,0,0,0,0 +104000,0,0,0,0,0 +104001,0,0,0,0,0 +104002,0,0,0,0,0 +104003,0,0,0,0,0 +104004,0,0,0,0,0 +104005,0,0,0,0,0 +104006,0,0,0,0,0 +104007,0,0,0,0,0 +104008,0,0,0,0,0 +104009,0,0,0,0,0 +104010,0,0,0,0,0 +104011,0,0,0,0,0 +104012,0,0,0,0,0 +104013,0,0,0,0,0 +104014,0,0,0,0,0 +104015,0,0,0,0,0 +104016,0,0,0,0,0 +104017,0,0,0,0,0 +104018,0,0,0,0,0 +104019,0,0,0,0,0 +104020,0,0,0,0,0 +104021,0,0,0,0,0 +104022,0,0,0,0,0 +104023,0,0,0,0,0 +104024,0,0,0,0,0 +104025,0,0,0,0,0 +104026,0,0,0,0,0 +104027,0,0,0,0,0 +104028,0,0,0,0,0 +104029,0,0,0,0,0 +104030,0,0,0,0,0 +104031,0,0,0,0,0 +104032,0,0,0,0,0 +104033,0,0,0,0,0 +104034,0,0,0,0,0 +104035,0,0,0,0,0 +104036,0,0,0,0,0 +104037,0,0,0,0,0 +104038,0,0,0,0,0 +104039,0,0,0,0,0 +104040,0,0,0,0,0 +104041,0,0,0,0,0 +104042,0,0,0,0,0 +104043,0,0,0,0,0 +104044,0,0,0,0,0 +104045,0,0,0,0,0 +104046,0,0,0,0,0 +104047,0,0,0,0,0 +104048,0,0,0,0,0 +104049,0,0,0,0,0 +104050,0,0,0,0,0 +104051,0,0,0,0,0 +104052,0,0,0,0,0 +104053,0,0,0,0,0 +104054,0,0,0,0,0 +104055,0,0,0,0,0 +104056,0,0,0,0,0 +104057,0,0,0,0,0 +104058,0,0,0,0,0 +104059,0,0,0,0,0 +104060,0,0,0,0,0 +104061,0,0,0,0,0 +104062,0,0,0,0,0 +104063,0,0,0,0,0 +104064,0,0,0,0,0 +104065,0,0,0,0,0 +104066,0,0,0,0,0 +104067,0,0,0,0,0 +104068,0,0,0,0,0 +104069,0,0,0,0,0 +104070,0,0,0,0,0 +104071,0,0,0,0,0 +104072,0,0,0,0,0 +104073,0,0,0,0,0 +104074,0,0,0,0,0 +104075,0,0,0,0,0 +104076,0,0,0,0,0 +104077,0,0,0,0,0 +104078,0,0,0,0,0 +104079,0,0,0,0,0 +104080,0,0,0,0,0 +104081,0,0,0,0,0 +104082,0,0,0,0,0 +104083,0,0,0,0,0 +104084,0,0,0,0,0 +104085,0,0,0,0,0 +104086,0,0,0,0,0 +104087,0,0,0,0,0 +104088,0,0,0,0,0 +104089,0,0,0,0,0 +104090,0,0,0,0,0 +104091,0,0,0,0,0 +104092,0,0,0,0,0 +104093,0,0,0,0,0 +104094,0,0,0,0,0 +104095,0,0,0,0,0 +104096,0,0,0,0,0 +104097,0,0,0,0,0 +104098,0,0,0,0,0 +104099,0,0,0,0,0 +104100,0,0,0,0,0 +104101,-1973.768425,-834.6969169,-1902.185266,-881.2656403,-1241.368878 +104102,-1956.846884,-799.0805266,-1880.785877,-848.6546498,-1160.959865 +104103,-1828.571562,-646.4661695,-1745.28585,-773.4214802,-1059.440133 +104104,-1742.406075,50.98174609,-1654.686065,-736.617533,-1010.351139 +104105,-1701.199313,56.11260024,-1000.883164,-719.6330905,-987.1837193 +104106,-1614.880154,-177.6017275,-288.2920331,-683.8479871,-935.9153606 +104107,-1380.168467,-64.27262104,-795.1803569,-688.1415142,-940.2233422 +104108,-716.7737795,-27.54684136,-571.3257541,-404.1020698,-926.1038147 +104109,-1125.757714,-18.89818847,-538.6488234,-472.6476918,-861.2396097 +104110,-975.4556502,-1.496305782,-518.5847484,-468.7472755,-784.0070812 +104111,-958.8872869,15.33617917,-496.4969433,-446.0157693,-716.922847 +104112,-945.0949962,32.32301181,-476.4522213,-439.6502024,-627.5627861 +104113,-934.3609211,48.79551173,-457.7241064,-433.2442469,-728.2970009 +104114,-923.1435472,48.54499572,-438.059447,-427.0450597,-660.1157045 +104115,-910.9346486,88.93549107,-418.7657486,-421.1466685,-534.3579536 +104116,-900.1492662,48.49396983,-401.6037166,-416.2652574,-697.0855894 +104117,-888.7536164,49.24024375,-382.6643722,-408.7301032,-636.2455439 +104118,-878.6740608,95.79392779,-365.0390352,-405.4635398,-496.654589 +104119,-868.7699478,51.7933925,-348.7114939,-398.8088578,-683.5128421 +104120,-814.2891438,62.09118308,-296.9565001,-375.1248666,-588.615754 +104121,-913.1913612,101.9802132,-381.2237045,-414.8973487,-484.7659069 +104122,-806.9774799,58.07872175,-280.7608297,-371.3858953,-679.9176096 +104123,-835.255326,60.71339455,-300.3176568,-380.3483901,-635.8786432 +104124,-819.3808695,63.84551219,-281.7924518,-373.1467603,-593.2765454 +104125,-808.5091547,67.25008954,-267.8341224,-368.8157142,-571.9325572 +104126,-799.7182519,70.74371519,-254.8235844,-363.1783247,-556.8483391 +104127,-791.2535337,74.12526802,-242.1849388,-358.6177907,-546.6839053 +104128,-780.8183925,140.3022435,-229.2480035,-354.0610287,-359.7072427 +104129,-772.5745426,79.8875677,-217.8961396,-348.7517898,-631.746762 +104130,-763.6084448,82.76834057,-203.9383309,-345.2463679,-598.8637662 +104131,-719.4779419,94.33309771,-163.700223,-324.4443225,-530.573311 +104132,-795.5848353,143.7168738,-230.309576,-356.8481529,-408.5519879 +104133,-714.8150186,92.73723474,-151.6350513,-320.4279391,-646.092647 +104134,-731.2116685,95.80409397,-169.2791825,-328.0730781,-616.2320539 +104135,-719.928793,99.37863877,-154.4957403,-321.5811543,-587.7686873 +104136,-709.9797139,103.0424515,-145.2953292,-316.6445285,-566.5686533 +104137,-702.1108189,106.635292,-135.6703552,-312.664216,-548.8511513 +104138,-694.162246,110.1316076,-127.0607093,-307.8631237,-535.4109607 +104139,-661.5408235,118.7996218,-99.91159798,-293.7302662,-502.0796087 +104140,-709.7117488,116.9243317,-136.0413879,-313.2981106,-518.0922382 +104141,-632.6799331,124.9524007,-72.43633311,-279.6166215,-491.9730235 +104142,-693.5575106,180.0920671,-118.5339929,-304.4819794,-354.4409291 +104143,-637.872539,125.8039918,-72.90578381,-280.4983994,-612.9717671 +104144,-646.0413504,128.4790545,-78.42748471,-283.7524754,-594.9307755 +104145,-637.0759193,131.8239361,-68.11508461,-277.9423994,-578.2284442 +104146,-626.9541042,135.3665174,-60.38072295,-273.6381347,-567.9351921 +104147,-619.0851253,139.0262687,-52.42919283,-269.798492,-560.0149741 +104148,-611.939884,142.369823,-45.02124766,-265.8069905,-555.0529632 +104149,-604.3472338,145.7828161,-37.62559737,-261.6434156,-551.1113364 +104150,-595.1244226,149.1475902,-30.50405837,-257.3911096,-548.5784507 +104151,-588.4627494,152.4006694,-23.38990334,-253.6119017,-547.6180733 +104152,-580.8227299,155.7965032,-16.07683676,-249.3880266,-547.0681856 +104153,-571.0787107,159.0905933,-9.474952835,-245.50543,-547.90917 +104154,-565.755713,162.3674741,-2.77485509,-241.8324721,-549.7419863 +104155,-556.0881047,165.6296473,4.072715916,-237.6185197,-552.4336889 +104156,-550.0219705,168.8792309,10.29524196,-233.4641037,-555.9982776 +104157,-541.5783205,172.1178433,16.92473364,-230.0402125,-560.3301666 +104158,-534.0526774,175.3467604,22.58028436,-225.8396471,-565.3917243 +104159,-526.4972656,178.5565772,28.897862,-222.338611,-571.1470953 +104160,-518.7899398,181.7519466,34.67946299,-218.7354065,-577.5409004 +104161,99.24023735,185.051207,99.0202637,44.91529463,163.5623672 +104162,109.1646317,196.732917,117.3117415,49.66605243,191.1517059 +104163,123.7922108,212.6519935,145.1820285,56.56297099,231.6447678 +104164,138.8583892,228.6257486,173.8586493,63.56009651,273.6435546 +104165,152.5389667,242.8801315,199.4332948,69.81673041,312.1139846 +104166,164.6095266,578.3526073,221.389829,75.25997758,345.3897957 +104167,175.3651414,604.8480656,240.3655096,80.05637101,374.2970463 +104168,185.1181906,563.8686462,257.0611316,84.37095131,399.9025796 +104169,194.0797655,622.6687649,271.9641644,88.31362986,422.9201193 +104170,202.3851777,645.7536183,285.3895972,91.95430384,443.7764412 +104171,210.1306635,666.8907361,297.5600794,95.34216701,462.7554714 +104172,217.3944075,688.6594218,308.6542897,98.51655257,480.0852447 +104173,224.2441163,709.3225531,318.8254343,101.5108861,495.9682829 +104174,230.7387448,729.7025042,328.2060925,104.3537007,510.5866199 +104175,236.9289056,750.2726418,336.9096778,107.0689993,524.1009386 +104176,242.8575321,770.0080116,345.0321505,109.6767267,536.6509781 +104177,248.5608156,789.4058299,352.6542544,112.1933509,548.3573226 +104178,254.0692352,809.2336504,359.8438746,114.6324585,559.3239398 +104179,259.4084698,828.3574928,366.6581339,117.0052664,569.6405287 +104180,264.6001756,846.8225821,373.1451644,119.3210461,579.3845804 +104181,269.3845588,865.6522664,379.0674969,121.4610719,588.1175266 +104182,274.3867291,883.9150024,385.0691039,123.7089105,597.0055283 +104183,279.2808624,901.7909034,390.8400904,125.915689,605.4829352 +104184,284.0769902,920.1675089,396.4026109,128.0852525,613.5916703 +104185,288.7850695,937.6148287,401.7799922,130.2215031,621.3706694 +104186,293.4144261,955.1505088,406.9901316,132.3281182,628.8551693 +104187,297.9732269,972.4265474,412.0509557,134.4082862,636.076181 +104188,302.4683529,989.5047517,416.9750462,136.4646419,643.0604876 +104189,306.9055763,1006.389982,421.7755321,138.4993488,649.8312748 +104190,311.2897285,1023.08777,426.4611353,140.5141774,656.4085415 +104191,315.6249178,1045.824087,431.040344,142.5106058,662.8097406 +104192,319.9042354,1065.9193,435.5008479,144.4828328,669.0499368 +104193,324.1239066,1085.89474,439.8430939,146.4273571,675.1422736 +104194,328.2850042,1105.664156,444.0670231,148.3441075,681.0982705 +104195,332.3909945,1125.123724,448.1829517,150.2347407,686.9281332 +104196,336.4457144,1144.394349,452.1944754,152.1012425,692.6408104 +104197,340.4525861,1163.391013,456.1114227,153.9453702,698.2442616 +104198,344.4144819,1182.291632,459.9358783,155.7685565,703.7454743 +104199,348.3338457,1200.886857,463.6722266,157.571985,709.1506804 +104200,352.2127986,1218.794749,467.3296892,159.3566606,714.4653657 +104201,356.0532322,1237.762829,470.9084818,161.1234653,719.6944783 +104202,359.8568179,1255.381409,474.4110558,162.873168,724.8423609 +104203,363.6250737,1273.373589,477.8413201,164.6064578,729.9129763 +104204,367.3593561,1290.992213,481.2030062,166.3239434,734.9098269 +104205,371.0608975,1308.471907,484.4991938,168.026171,739.8361194 +104206,374.7308084,1325.70469,487.7324214,169.7136276,744.6946969 +104207,378.37011,1342.961996,490.9049268,171.3867569,749.4881926 +104208,381.9797109,1359.723782,494.0187544,173.0459502,754.2189129 +104209,385.56045,1376.571991,497.0758458,174.691566,758.8890079 +104210,389.1131438,1393.274613,500.0780986,176.3239529,763.5004807 +104211,392.3656232,1409.541619,502.7544023,177.8193749,767.5589823 +104212,389.8362279,1425.965622,499.6241483,176.6862378,761.0979575 +104213,383.8954623,1442.047691,493.0591657,174.0039536,748.4211327 +104214,378.1570658,1457.976969,486.6745587,171.4163618,736.0930379 +104215,372.6512618,1473.956517,480.5016854,168.936027,724.1704404 +104216,367.3551347,1489.437962,474.5186005,166.5503753,712.6186537 +104217,362.2314448,1505.117857,468.688976,164.2405761,701.3779312 +104218,357.2468459,1520.450086,462.9803748,161.9902384,690.3939644 +104219,352.3756649,1535.64246,457.3680438,159.7870509,679.6242773 +104220,347.5982961,1550.921535,451.8333052,157.6218484,669.0355713 +104221,345.6407034,1734.828559,449.1030543,156.733678,663.585353 +104222,350.7693042,1751.827307,453.4668925,159.0248722,671.5506667 +104223,359.4369995,1767.850799,461.3722227,162.8521385,686.2597563 +104224,368.1028864,1783.373446,469.2671277,166.6031271,701.1633037 +104225,375.3068386,1799.04243,1009.471866,169.6332796,713.5806716 +104226,380.9196131,1813.995216,753.1615288,171.9090511,723.2439655 +104227,385.2478499,1829.316088,821.9206684,173.590509,730.6563891 +104228,388.602021,1843.997686,846.6039103,174.832165,736.3254837 +104229,390.9617276,1858.863219,858.4412437,175.7383812,740.5945551 +104230,392.5476764,1873.210241,869.271891,176.3754114,743.6839099 +104231,393.5637544,1882.419521,887.298977,176.7894768,745.7533506 +104232,394.302901,1895.598438,898.927245,177.0815786,746.935588 +104233,394.7765701,1909.375159,909.661757,177.2595164,747.347121 +104234,394.9611171,1923.031372,920.2668,177.3162476,747.0898446 +104235,394.8666238,1936.642731,931.2191868,177.2563094,1120.447028 +104236,394.5273229,1950.250264,941.2587318,177.0933962,1112.872768 +104237,410.3623785,1963.441406,951.4825666,176.8433911,1080.629988 +104238,689.4819882,1976.957532,961.4815086,209.1931456,1131.889547 +104239,558.9188241,1990.165504,971.3529768,276.2487268,1151.460019 +104240,619.6757924,2003.134656,981.103866,254.4727389,1168.691236 +104241,640.3219601,2016.176671,990.7482712,268.5724267,1186.061185 +104242,659.2280176,2029.014592,1000.297474,278.6413587,1203.396685 +104243,671.1762454,2041.76724,1009.766499,286.3512558,1219.720014 +104244,686.7836063,2054.40255,1019.166113,293.9347483,1235.989014 +104245,700.8931156,2074.092377,1028.793334,301.1906892,1251.941197 +104246,715.6759568,2082.926667,1037.847105,308.5402201,1267.481693 +104247,729.6016982,2103.926449,1047.407369,315.4776397,1282.839176 +104248,743.5985179,2101.356069,1055.004505,322.5952816,1297.790276 +104249,757.0912457,2092.536843,1064.112551,329.2629758,1312.552038 +104250,771.185452,2142.799206,1074.235799,336.2627063,1326.636051 +104251,783.6173019,2134.50115,1083.234043,342.5036296,1341.465011 +104252,797.4787713,2148.988842,1092.52275,349.2411037,1355.100705 +104253,810.2325826,2159.504284,1101.639917,355.5026604,1368.965396 +104254,823.1478232,2169.438092,1110.607897,361.771831,1382.436696 +104255,835.6184646,2179.416321,1119.579104,367.8211728,1395.674353 +104256,848.5959845,2189.222444,1128.305065,374.1915557,1408.800676 +104257,860.804864,2198.492688,1137.125593,379.6950473,1421.619451 +104258,873.1326422,2208.096689,1145.572108,385.9153807,1434.271806 +104259,884.9659132,2217.31252,1154.17663,391.5562335,1446.660595 +104260,897.5072542,2235.727538,1162.533347,397.1203163,1458.997215 +104261,909.1249,2229.661334,1170.837042,402.9662603,1470.968231 +104262,921.2793414,2238.807222,1178.982871,408.5076762,1482.943813 +104263,932.4516851,2256.48417,1187.171131,413.7308407,1494.554511 +104264,944.1648797,2259.595305,1195.13916,419.0529017,1506.246447 +104265,955.5515908,2268.989146,1203.073603,424.5794282,1524.281578 +104266,966.512284,2277.122888,1210.904424,429.6633901,1534.217364 +104267,978.2857027,2285.078985,1218.644803,434.837876,1521.263033 +104268,989.0900456,2292.888625,1226.250558,439.9141494,1560.745623 +104269,1000.150037,2307.938806,1233.966905,444.7331924,1559.017461 +104270,1010.999333,2305.615128,1241.271899,449.9856106,1571.956174 +104271,1021.867262,2308.979943,1248.8269,454.7149536,1582.464418 +104272,1032.543112,2327.104786,1256.051767,459.5710859,1592.857415 +104273,1043.166858,2328.428549,1263.471179,464.3341753,1602.940778 +104274,1053.69457,2351.493151,1275.826905,469.039338,1613.118297 +104275,1064.135589,2341.14422,1283.133847,473.6865856,1622.932842 +104276,1074.49502,2340.966414,1268.615791,478.0927091,1632.784853 +104277,1084.772446,2375.177309,1300.506613,482.9460751,1642.456857 +104278,1094.97015,2360.52802,1296.434316,487.4933201,1652.10418 +104279,1105.092885,2371.636067,1305.574089,491.6499938,1661.437493 +104280,1115.136181,2377.948013,1312.140289,496.1853749,1670.943707 +104281,1130.610782,2386.321805,1324.944925,502.9047485,1701.96648 +104282,1142.263534,2399.54991,1332.651525,507.9662265,1713.195365 +104283,1152.26324,2394.386254,1339.500973,512.2923482,1723.625008 +104284,1162.357408,2404.162386,1346.615915,516.8184612,1733.901011 +104285,1172.467334,2413.388701,1353.182426,521.0557792,1749.210998 +104286,1182.203845,2419.555506,1360.068536,525.2597566,1747.537544 +104287,1192.140721,2418.915853,1370.373747,529.4253086,1776.791085 +104288,1201.463163,2427.272962,1378.732488,533.7108156,1766.271111 +104289,1211.348995,2438.879179,1378.42718,537.6661055,1783.798576 +104290,1220.550545,2430.330107,1373.351858,541.7056938,1791.318291 +104291,1230.319146,2450.039933,1399.952069,545.7216325,1805.963819 +104292,1239.344268,2447.42853,1396.221149,549.6201146,1806.138035 +104293,1248.761427,2452.309781,1404.476054,553.6592109,1818.701637 +104294,1257.926555,2457.734649,1410.580244,557.4481861,1826.522468 +104295,1267.160681,2462.229914,1416.558861,561.29053,1835.113354 +104296,1276.180144,2466.464119,1422.765427,565.0230446,1843.252626 +104297,1285.140287,2470.709042,1428.693539,568.8002816,1851.792188 +104298,1294.123642,2474.877337,1434.552898,572.5120161,1859.814774 +104299,1302.898403,2478.916694,1440.429475,576.193885,1868.094702 +104300,1311.926817,2482.835185,1446.307166,579.877161,1876.103306 +104301,1320.468155,2486.64255,1452.025353,583.4374071,1883.839591 +104302,1329.2662,2490.386771,1460.237576,587.0440127,1897.40562 +104303,1338.126881,2493.958677,1468.203339,590.5874051,1897.279877 +104304,1346.468751,2497.382646,1467.637603,594.1044514,1907.835306 +104305,1355.030627,2500.775536,1466.790069,597.2532895,1915.146555 +104306,1363.603659,2504.05211,1485.447891,601.2179049,1922.704477 +104307,1372.024244,2507.463541,1484.522924,604.4016033,1935.143473 +104308,1380.300099,2510.219931,1491.441496,607.8544572,1935.497889 +104309,1388.825051,2513.122455,1496.765906,611.1886753,1942.189498 +104310,1397.046044,2515.890383,1502.331238,614.5920534,1947.721822 +104311,1405.118512,2518.607628,1508.680812,617.9486389,1957.186248 +104312,1413.482482,2521.011215,1523.992943,621.2198485,1955.080378 +104313,1421.616103,2523.278901,1501.083986,624.5099685,1961.134511 +104314,1429.623899,2525.523357,1532.700994,627.8417894,1971.227616 +104315,1437.88862,2527.696006,1527.444676,631.0680833,1969.768731 +104316,1445.771419,2529.659735,1534.687372,634.3070713,1979.209796 +104317,1453.62103,2531.728919,1551.322409,637.5176733,1978.691994 +104318,1465.744197,2533.282586,1528.434223,640.7061444,1990.830667 +104319,1470.404894,2534.965701,1566.189852,643.8734604,1987.393643 +104320,1483.152717,2536.609312,1542.868775,647.0200138,1986.49355 +104321,1485.279317,2537.704828,1566.229473,650.1459307,1983.572227 +104322,1502.170548,2538.983924,1569.307323,653.209652,1978.529074 +104323,1497.630765,2540.112637,1577.054153,656.3595507,1973.408837 +104324,1488.971864,2541.13395,1574.69687,659.4383734,1968.446069 +104325,1528.695836,2541.781558,1586.954977,662.4293676,1963.638073 +104326,1520.172221,2542.910764,1585.926302,665.4479126,1959.031886 +104327,1531.426007,2543.58369,1593.254106,668.5180203,1954.935882 +104328,1538.692371,2544.278651,1598.032819,671.4817956,1951.4622 +104329,1546.387454,2544.875683,1602.858902,674.4665133,1948.460031 +104330,1552.152331,2537.698191,1614.454916,680.2862026,1945.627123 +104331,1559.155282,2534.209011,1620.601063,683.6003112,1942.746036 +104332,1566.444633,2533.677677,1625.670945,686.7506936,1939.92725 +104333,1573.636601,2533.380633,1631.245224,689.7955775,1937.360387 +104334,1580.821828,2532.733972,1636.34289,692.9140734,1935.059069 +104335,1587.983579,2532.093888,1641.428256,695.9463402,1932.945209 +104336,1595.114242,2531.577387,1646.747086,698.8774125,1931.163847 +104337,1602.316076,2530.379187,1651.648273,701.8806939,1929.264633 +104338,1609.229256,2530.11459,1662.186298,704.7763182,1927.557638 +104339,1616.237838,2529.1989,1659.499514,707.7733337,1925.894002 +104340,1623.39487,2528.374366,1667.432174,710.6497904,1924.121743 +104341,1512.635356,2475.55878,1553.092986,660.2011249,1918.202076 +104342,1517.023806,2469.525607,1557.839053,661.9678287,1899.872217 +104343,1522.551258,2468.136515,1560.295393,664.1297788,1877.831047 +104344,1528.178424,2467.048295,1564.024367,666.3540391,1858.526076 +104345,1533.947334,2464.847214,1568.127482,668.788738,1843.512805 +104346,1539.879314,2462.685551,1571.81485,671.0390038,1831.806069 +104347,1545.579206,2460.961656,1575.972737,673.3982606,1822.376356 +104348,1551.428146,2459.038581,1579.850269,675.832121,1814.44548 +104349,1557.457165,2456.650658,1583.791268,678.1720434,1807.513696 +104350,1563.451083,2454.595828,1593.25518,680.5878375,1801.426941 +104351,1569.12035,2452.306117,1589.547987,682.9319178,1795.901687 +104352,1575.149677,2449.904384,1596.535901,685.3325312,1790.69861 +104353,1580.935678,2447.472007,1600.437495,687.6700455,1786.08864 +104354,1586.902859,2445.15838,1604.160388,690.0643381,1781.622027 +104355,1592.479412,2442.469534,1608.080267,692.3950938,1777.424166 +104356,1598.576114,2439.865551,1612.283897,694.7823262,1773.458254 +104357,1604.316684,2437.37745,1616.203224,697.1058991,1769.696943 +104358,1610.162099,2434.340424,1620.121706,699.4379245,1766.097732 +104359,1616.090856,2431.591489,1624.272418,701.8263038,1762.650694 +104360,1621.727652,2428.674001,1633.184435,704.2140374,1759.471777 +104361,1627.603164,2418.551234,1630.341058,706.4557417,1756.200708 +104362,1633.374403,2431.356566,1636.425392,708.8571585,1753.036545 +104363,1639.026622,2409.727594,1640.820918,711.1004368,1750.006668 +104364,1645.082428,2417.62391,1644.199634,713.5341449,1746.91041 +104365,1650.482782,2412.246396,1653.125773,715.7909143,1744.173171 +104366,1656.467118,2408.524646,1650.653031,718.1489957,1741.574364 +104367,1662.0401,2405.007648,1656.264572,720.4351783,1738.801886 +104368,1667.804856,2401.614854,1665.15023,722.7779229,1736.208014 +104369,1673.426384,2398.046144,1663.145957,725.0564555,1733.744569 +104370,1679.293744,2394.267145,1667.632243,727.3918779,1731.13077 +104371,1684.495274,2390.322839,1676.840763,729.5153102,1728.642793 +104372,1689.922401,2386.300978,1674.619069,731.6643222,1726.224703 +104373,1695.369734,2382.074997,1682.2835,733.7352334,1723.754039 +104374,1700.593854,2378.010877,1681.218746,735.8139865,1721.231361 +104375,1705.906644,2373.391203,1687.602969,737.8838592,1718.677246 +104376,1711.297091,2369.001699,1690.667407,739.9422608,1716.216217 +104377,1716.358195,2364.524918,1688.793993,741.9362793,1713.643859 +104378,1721.798828,2359.830224,1688.047363,744.1086851,1710.703834 +104379,1726.783643,2355.100514,1684.335849,746.0751208,1707.34574 +104380,1736.965085,2350.213167,1680.671626,748.1902234,1703.540576 +104381,1738.279712,2345.319954,1677.130108,750.0890034,1699.381247 +104382,1752.027082,2340.275847,1673.748758,752.1211466,1694.987761 +104383,1739.718664,2328.025546,1670.420875,753.9811636,1690.320002 +104384,1741.179821,2339.349843,1667.417151,756.1307656,1685.796959 +104385,1765.528385,2313.991336,1664.54766,757.9433978,1681.245973 +104386,1759.672199,2329.017622,1661.761736,759.878854,1676.646679 +104387,1767.054686,2303.304112,1659.063274,761.8076229,1672.037615 +104388,1772.169299,2318.208748,1656.499093,763.7290071,1667.706136 +104389,1776.756665,2292.014839,1653.98514,765.6420965,1663.151291 +104390,1781.93585,2299.862423,1651.437144,767.547581,1658.494382 +104391,1786.690149,2290.154178,1649.039857,769.4448848,1653.981637 +104392,1791.675296,2284.380723,1646.727665,771.3345346,1649.542912 +104393,1796.303835,2278.716152,1644.430092,773.2164565,1645.098644 +104394,1801.194055,2272.702714,1642.178289,775.0328926,1640.693133 +104395,1806.081397,2266.603885,1639.961758,776.9872559,1636.31704 +104396,1810.483234,2260.423575,1637.771435,778.8049017,1631.961876 +104397,1815.519876,2254.201561,1635.602808,780.7249754,1627.624121 +104398,1820.101865,2247.833608,1633.450741,782.4820898,1623.298904 +104399,1841.179046,2241.462924,1631.284802,784.3630369,1618.949259 +104400,1805.034093,2235.000673,1629.16852,786.1262892,1614.655181 +104401,1611.119567,2123.073652,1625.961324,678.7846221,1608.989829 +104402,1579.561726,2106.540915,1610.039613,677.874497,1585.284393 +104403,1616.44287,2100.906033,1588.78461,677.7765186,1553.040039 +104404,1563.500718,2084.26029,1569.047909,678.1069218,1521.943373 +104405,1609.873036,2094.471925,1553.270977,678.5436107,1495.396582 +104406,1594.558527,2062.759196,1540.977684,679.2115516,1473.16142 +104407,1599.770891,2070.881938,1531.113441,679.8320558,1454.143801 +104408,1602.100925,2057.327573,1523.042118,680.5497081,1437.673174 +104409,1604.431593,2049.392197,1516.133515,681.2967978,1423.019487 +104410,1606.830693,2041.420965,1510.014996,682.0734297,1409.732929 +104411,1609.266445,2033.008509,1504.52499,682.8751095,1397.604187 +104412,1611.746842,2024.555469,1499.518815,683.6965434,1386.434187 +104413,1614.254088,2016.224539,1494.890222,684.5378888,1376.066855 +104414,1616.788519,2007.704891,1490.560126,685.3952022,1366.377687 +104415,1619.471304,1999.394179,1486.465592,686.2675838,1357.261472 +104416,1621.84925,1990.583175,1482.556956,687.1537797,1348.629698 +104417,1624.536866,1982.123139,1478.800772,688.0527314,1340.414988 +104418,1627.124238,1973.482737,1475.174786,688.9064946,1332.56542 +104419,1629.610135,1964.826913,1471.659411,689.9148537,1325.034271 +104420,1632.57279,1956.053644,1468.235783,690.8065557,1317.777689 +104421,1634.920781,1947.32745,1464.889689,691.7588411,1310.759542 +104422,1637.688408,1938.515494,1461.611486,692.7693706,1303.951227 +104423,1640.328637,1929.8439,1458.39238,693.645202,1297.326951 +104424,1643.13275,1920.74882,1455.223169,694.6581341,1290.862046 +104425,1656.8534,1911.919087,1452.083012,695.5709628,1284.518788 +104426,1632.110626,1902.986596,1449.012268,696.6467508,1278.337023 +104427,1658.328196,1893.997104,1446.003012,697.6010536,1272.29802 +104428,1652.376036,1884.942844,1443.008531,698.6144641,1266.335902 +104429,1656.151049,1875.93218,1440.04489,699.6264725,1260.463577 +104430,1659.321503,1866.823124,1437.120577,700.6456204,1254.685273 +104431,1661.880123,1857.859484,1434.226569,701.7880002,1248.984311 +104432,1664.927995,1848.599357,1431.382421,703.1852941,1243.35184 +104433,1667.846912,1839.551659,1428.596767,704.3207716,1237.783589 +104434,1670.944737,1830.460458,1425.876387,705.6631121,1232.278388 +104435,1678.605527,1815.277654,1423.25036,707.6522274,1226.878 +104436,1679.161313,1820.78064,1420.764929,710.2661433,1221.639872 +104437,1689.298147,1790.532252,1418.472863,709.6711545,1216.637818 +104438,1672.081119,1791.599915,1416.397293,713.997754,1211.900512 +104439,1678.140266,1780.899433,1414.47365,711.5752058,1207.354627 +104440,1695.648537,1794.377133,1412.566101,718.6415018,1202.828238 +104441,1689.523286,1735.646316,1410.732909,712.2409533,1198.397121 +104442,1714.030273,1787.618701,1408.927973,725.0500474,1193.998307 +104443,1669.104045,1715.447623,1407.21204,710.4261294,1189.710146 +104444,1726.011522,1749.585667,1405.589929,712.5945183,1185.534109 +104445,1684.014929,1724.756234,1403.926678,726.129446,1181.305639 +104446,1715.265964,1718.071656,1402.259006,720.3398687,1177.065348 +104447,1708.281707,1709.006316,1400.605059,723.6190388,1172.827974 +104448,1720.730195,1722.724103,1398.921,724.9803194,1168.548449 +104449,1707.960961,1657.523454,1397.320813,726.4978995,1164.359356 +104450,1735.142617,1697.286271,1395.775658,727.9611296,1160.222554 +104451,1721.996361,1668.607217,1394.182347,729.5073865,1156.018189 +104452,1712.495309,1662.948234,1392.634161,730.8939861,1151.861228 +104453,1753.200824,1653.772377,1391.408279,732.4368747,1148.103362 +104454,1717.548236,1644.486092,1390.275988,733.8611264,1144.4586 +104455,1746.211634,1635.517182,1389.160242,735.467892,1140.8368 +104456,1736.3815,1647.833437,1388.21226,736.9338915,1137.422829 +104457,1743.186623,1586.319439,1387.445186,738.5306395,1134.237403 +104458,1746.072279,1644.969133,1386.824636,739.9535955,1131.234651 +104459,1748.996412,1564.122227,1386.336481,741.5319175,1128.603119 +104460,1752.262265,1604.889233,1385.942922,743.055911,1125.872858 +104461,1995.878394,1685.214918,1389.437439,851.3119083,1128.130017 +104462,1996.618993,1702.110783,1408.183603,854.9868892,1151.551385 +104463,2005.057468,1644.039093,1432.00896,857.8784127,1182.984221 +104464,2010.216703,1680.620863,1452.278415,860.4701446,1211.247154 +104465,2015.213524,1655.28603,1467.313851,863.1033135,1232.64517 +104466,2020.169725,1675.972209,1477.887471,865.5934601,1249.182514 +104467,2024.984445,1606.288711,1485.639642,868.0403123,1261.801136 +104468,2029.927941,1652.261418,1491.299848,870.3719278,1271.479627 +104469,2034.657833,1622.93448,1495.669968,872.8621631,1279.087426 +104470,2043.479181,1621.054749,1499.456686,873.7418054,1285.303243 +104471,2050.008156,1613.45359,1502.435541,875.8438842,1290.558454 +104472,2054.774866,1605.783342,1505.047491,878.0728609,1294.938005 +104473,2059.84628,1598.084982,1507.269555,880.3290133,1298.702249 +104474,2072.005827,1590.393457,1508.957815,882.5920727,1301.764373 +104475,2067.533511,1582.593826,1510.919129,884.9306446,1304.263593 +104476,2074.792818,1575.119584,1512.469313,887.0773374,1306.048822 +104477,2080.132044,1567.544552,1513.904284,889.3875149,1307.409979 +104478,2085.045118,1559.815195,1515.545307,891.6271954,1308.520555 +104479,2090.338928,1568.114417,1516.943257,893.8732409,1309.357632 +104480,2103.946976,1522.093161,1518.532856,896.1146357,1310.280494 +104481,2101.307573,1557.791941,1520.169638,898.3506836,1311.121352 +104482,2109.204524,1513.961672,1521.593369,900.581217,1311.55618 +104483,2115.643023,1529.059273,1523.165188,902.8065549,1311.801717 +104484,2129.018588,1513.930114,1524.737275,905.0262743,1312.203752 +104485,2127.045802,1508.031914,1526.361868,907.2404248,1312.582641 +104486,2133.200902,1501.015202,1527.766538,909.4485735,1312.614713 +104487,2147.95376,1493.633118,1529.267542,911.6511928,1312.705166 +104488,2147.237269,1486.82659,1530.894044,913.9260579,1312.889003 +104489,2152.270593,1482.777988,1532.3073,915.9994629,1312.751694 +104490,2165.193015,1478.066932,1533.712268,918.2398551,1312.565606 +104491,2173.319987,1473.022967,1535.377771,920.3413172,1312.659356 +104492,2172.891324,1468.114085,1536.963619,922.3546317,1312.63259 +104493,2174.867562,1463.125228,1538.330227,924.5532837,1312.071363 +104494,2178.776112,1458.46045,1539.177589,926.5668484,1311.0846 +104495,2178.675282,1453.616572,1539.779685,928.6388237,1309.775183 +104496,2177.778481,1448.922851,1540.059441,930.6895769,1308.245219 +104497,2176.89801,1444.275651,1540.004206,932.7313018,1306.046195 +104498,2176.112539,1439.692572,1539.678993,934.7642917,1303.473868 +104499,2175.451367,1435.254219,1539.155977,936.7891371,1300.627074 +104500,2174.909806,1430.846344,1538.494863,938.8062154,1297.581949 +104501,2174.476207,1426.375734,1537.732781,940.8952656,1294.395246 +104502,2174.141095,1422.16239,1536.898801,942.7763834,1291.109596 +104503,2173.895737,1417.92133,1536.017964,944.8289223,1287.755809 +104504,2173.731614,1413.769762,1535.101095,946.8041818,1284.356154 +104505,2173.641108,1409.589944,1534.157942,948.7849162,1280.927303 +104506,2173.616192,1405.758836,1533.208741,950.759329,1277.48082 +104507,2173.650073,1401.778653,1532.244058,952.6452069,1274.025516 +104508,2173.728412,1397.976123,1531.26197,957.8590404,1270.561026 +104509,2173.854742,1394.247357,1530.269265,955.3124827,1267.098876 +104510,2174.011724,1390.608724,1529.274306,967.2708296,1263.631843 +104511,2174.233874,1387.063251,1528.289747,948.4565114,1260.192996 +104512,2174.513495,1383.612363,1527.314597,965.9916307,1256.780756 +104513,2174.790209,1380.258559,1526.312217,964.5788354,1253.350227 +104514,2175.094691,1373.850755,1525.31862,962.5507756,1249.928358 +104515,2175.41052,1370.464997,1523.959794,964.1873018,1246.539514 +104516,2175.732019,1367.513868,1522.34925,967.0564002,1243.164715 +104517,2176.068508,1364.72117,1520.68308,969.4262334,1239.791022 +104518,2176.430834,1362.024143,1519.077264,971.8674163,1236.417224 +104519,2176.820376,1359.398851,1517.555682,974.415287,1233.043286 +104520,2177.232443,1356.833252,1516.105558,977.0651389,1229.668051 +104521,2178.963928,1377.079473,1516.056269,1002.593496,1228.774825 +104522,2183.371893,1375.813559,1517.71872,1006.540806,1230.070158 +104523,2189.001529,1374.115447,1520.200888,1010.255943,1232.470423 +104524,2194.608978,1372.351249,1522.562896,1013.867472,1234.815521 +104525,2198.990789,1370.525373,1524.415498,1017.470437,1236.596861 +104526,2202.499621,1368.672401,1525.763534,1021.092243,1237.77722 +104527,2205.400236,1366.812282,1526.738899,1024.74739,1238.479543 +104528,2207.923566,1364.956158,1527.463978,1028.446806,1238.827988 +104529,2210.214033,1363.11089,1528.019195,1032.197292,1238.907943 +104530,2212.328806,1361.279095,1528.438025,1044.968389,1238.755166 +104531,2214.360211,1359.463231,1528.780027,1026.72906,1238.444188 +104532,2216.328549,1357.664017,1529.060722,1050.06678,1237.996297 +104533,2218.202099,1355.882424,1529.262858,1046.396504,1237.392272 +104534,2220.018065,1354.118706,1529.412285,1051.615483,1236.668247 +104535,2221.798584,1352.482827,1529.524902,1055.867258,1235.847992 +104536,2223.544194,1350.594486,1529.602942,1060.007481,1234.938179 +104537,2225.261655,1348.964201,1529.65246,1064.063963,1233.950415 +104538,2226.954611,1347.259677,1529.677362,1068.358162,1232.893479 +104539,2228.625178,1345.590556,1529.680335,1072.624386,1231.774377 +104540,2230.264252,1343.941469,1529.656831,1081.734974,1230.590626 +104541,2231.887546,1342.312805,1529.617787,1079.184293,1229.359167 +104542,2233.518339,1340.704129,1529.578897,1082.054476,1228.102832 +104543,2235.128031,1339.116392,1529.523049,1092.880326,1226.802455 +104544,2236.704142,1337.549295,1529.442443,1093.962076,1225.450377 +104545,2238.267147,1336.003852,1529.348697,1099.465213,1224.063273 +104546,2239.80398,1334.479563,1529.231898,1112.441643,1222.630144 +104547,2241.359622,1332.977526,1529.119262,1096.072395,1221.187196 +104548,2242.928834,1331.497138,1529.00704,1119.942254,1219.731184 +104549,2244.750553,1330.039535,1528.866689,1116.060212,1218.227062 +104550,2246.251563,1328.60449,1528.685225,1141.54832,1216.659159 +104551,2247.996847,1326.76614,1528.530309,1100.291208,1215.114443 +104552,2250.028581,1324.859166,1528.343652,1160.16789,1213.580903 +104553,2252.268073,1322.92874,1528.054296,1120.213508,1212.010272 +104554,2254.671524,1320.985153,1527.654516,1153.034295,1210.401554 +104555,2257.228504,1319.034556,1527.169363,1126.968107,1208.776955 +104556,2260.303752,1317.079682,1526.859898,1174.187045,1207.45613 +104557,2263.583267,1315.122494,1526.552527,1142.635989,1206.207563 +104558,2266.815027,1313.164149,1526.105865,1165.443679,1204.842829 +104559,2270.301276,1311.207009,1525.723323,1163.165215,1203.613857 +104560,2274.306215,1309.250805,1525.418157,1169.558748,1202.531955 +104561,2278.183834,1307.297351,1525.156615,1173.883422,1201.550412 +104562,2282.226037,1305.346812,1524.932709,1178.618788,1200.658606 +104563,2286.667693,1303.4005,1524.720973,1183.198573,1199.82102 +104564,2290.814367,1301.458425,1524.510584,1188.13654,1199.020717 +104565,2295.439012,1299.521799,1524.29248,1192.858199,1198.243034 +104566,2299.197295,1297.590482,1524.063101,1197.718139,1197.48061 +104567,2303.727674,1295.665584,1523.822565,1202.446723,1196.731159 +104568,2308.204634,1293.746867,1523.568547,1207.533832,1195.989719 +104569,2313.149086,1291.835338,1523.295579,1212.432264,1195.247662 +104570,2317.93682,1289.930826,1523.072429,1223.012999,1194.591716 +104571,2322.635142,1288.033773,1522.755053,1214.244982,1193.837021 +104572,2327.712198,1286.144367,1522.422251,1236.529273,1193.083003 +104573,2332.64225,1284.263225,1522.339351,1229.660342,1192.41806 +104574,2337.501966,1282.389547,1521.971781,1238.47143,1191.66837 +104575,2342.377619,1280.524631,1521.567721,1243.245432,1190.896224 +104576,2347.34029,1278.66776,1521.174912,1248.423699,1190.155621 +104577,2352.351142,1276.819568,1520.771698,1253.607469,1189.416257 +104578,2357.406337,1274.979658,1520.357578,1258.847416,1188.677542 +104579,2362.817173,1273.148616,1519.933184,1264.217311,1187.941045 +104580,2367.963783,1271.325909,1519.499823,1269.37372,1187.209115 +104581,2373.835959,1236.47881,1519.990281,1243.499337,1188.399709 +104582,2373.842705,1234.524954,1516.209661,1246.184181,1183.243713 +104583,2371.632724,1232.606225,1510.675196,1252.331732,1175.194015 +104584,2370.513896,1230.765889,1505.703145,1257.616141,1167.550644 +104585,2371.436963,1228.941657,1502.012734,1262.693469,1161.462965 +104586,2374.116392,1227.133927,1499.473969,1268.306596,1156.897528 +104587,2377.962796,1225.341405,1497.734497,1273.644792,1153.474511 +104588,2382.492078,1223.562333,1496.493302,1279.06116,1150.841438 +104589,2387.417878,1221.79666,1495.565411,1284.622561,1148.771269 +104590,2392.59393,1219.933697,1494.849264,1289.928913,1147.131254 +104591,2397.947829,1218.350916,1494.287785,1295.718027,1145.839825 +104592,2403.433996,1216.544212,1493.841433,1301.209964,1144.83574 +104593,2409.156158,1214.94741,1493.566555,1312.015665,1144.180046 +104594,2414.813471,1213.080035,1493.266857,1305.265094,1143.611075 +104595,2420.51557,1211.454365,1493.004429,1325.716868,1143.19693 +104596,2426.416527,1209.747393,1492.870425,1322.00755,1143.043578 +104597,2432.246176,1208.064196,1492.691551,1329.785631,1142.92028 +104598,2438.057805,1206.389998,1492.497958,1335.666332,1142.856671 +104599,2443.947669,1204.724313,1492.346692,1341.47933,1142.917356 +104600,2450.171184,1203.065564,1492.206013,1347.129514,1143.054795 +104601,2456.098582,1201.414817,1492.065798,1352.978713,1143.250123 +104602,2462.193149,1199.77088,1492.02611,1363.826849,1143.626395 +104603,2468.326737,1198.133481,1492.000761,1363.073567,1144.06949 +104604,2474.311081,1196.501852,1491.869402,1370.691135,1144.421379 +104605,2480.297566,1194.876535,1491.725423,1376.939679,1144.796822 +104606,2486.353829,1193.148982,1491.610613,1382.660842,1145.245301 +104607,2492.422755,1191.689948,1491.490234,1388.294647,1145.719702 +104608,2498.592395,1214.430229,1491.420635,1399.747174,1146.290359 +104609,2504.865678,1152.351403,1491.405623,1398.630164,1146.961002 +104610,2511.025434,1204.173425,1491.310923,1406.680434,1147.558446 +104611,2517.047593,1194.483848,1491.121325,1412.817438,1148.060831 +104612,2523.345948,1164.795879,1491.096448,1423.594699,1148.775456 +104613,2529.743198,1215.758684,1491.129368,1424.457799,1149.549571 +104614,2536.034432,1143.778776,1491.095151,1430.879697,1150.219894 +104615,2542.501436,1196.781943,1491.170436,1442.134896,1151.015572 +104616,2549.019647,1176.87885,1491.278144,1443.889179,1151.842719 +104617,2555.518613,1174.755857,1491.37464,1453.590725,1152.64981 +104618,2562.166331,1178.614023,1491.564711,1460.862835,1153.574362 +104619,2568.739581,1171.254297,1491.709305,1462.247181,1154.440488 +104620,2574.951601,1174.778194,1491.627988,1465.659157,1155.017352 +104621,2580.846666,1171.598608,1491.34402,1469.686865,1155.333001 +104622,2586.457587,1170.765417,1490.872209,1471.081383,1155.404117 +104623,2591.714517,1169.24647,1490.164271,1472.739047,1155.167243 +104624,2596.643004,1168.208025,1489.232404,1474.68425,1154.637328 +104625,2601.331293,1166.863035,1488.129105,1476.887927,1153.881939 +104626,2605.854275,1165.627883,1486.900042,1479.286101,1152.961126 +104627,2610.265424,1164.384819,1485.57958,1481.819916,1151.921547 +104628,2614.601296,1163.147247,1484.192651,1484.449398,1150.798391 +104629,2618.886554,1161.915861,1482.757209,1487.150938,1149.617985 +104630,2623.137408,1160.689746,1481.286177,1489.910716,1148.399961 +104631,2627.364209,1159.469239,1479.788767,1492.719705,1147.158741 +104632,2631.57345,1158.253433,1478.271612,1495.571264,1145.904971 +104633,2635.769279,1157.042703,1476.739374,1498.460078,1144.646281 +104634,2639.95414,1155.836154,1475.195389,1501.381916,1143.388188 +104635,2644.12914,1154.634196,1473.641941,1504.333364,1142.134464 +104636,2648.294882,1153.435943,1472.08065,1507.311742,1140.887738 +104637,2652.451363,1152.345325,1470.512404,1510.314664,1139.64942 +104638,2656.599313,1150.898274,1468.938736,1513.341212,1138.42156 +104639,2660.7385,1149.936641,1467.360143,1516.389881,1137.204702 +104640,2664.866684,1148.664169,1465.776031,1519.45833,1135.997881 +104641,2672.552436,1080.896739,1467.693583,1524.204457,1141.122812 +104642,2670.288979,1078.870431,1462.317836,1522.966562,1135.117641 +104643,2663.686003,1076.697204,1453.56378,1519.395857,1123.494502 +104644,2658.28787,1074.8377,1445.350604,1517.018019,1111.962558 +104645,2656.119227,1072.908422,1439.16924,1516.985964,1102.8766 +104646,2656.854044,1071.002686,1434.912038,1518.900236,1096.339914 +104647,2659.502503,1069.104441,1431.990497,1521.960247,1091.720496 +104648,2663.228655,1067.210776,1429.891379,1525.54639,1088.415042 +104649,2667.53322,1065.222276,1428.297495,1529.332432,1086.032627 +104650,2672.165012,1063.477885,1427.037025,1533.176719,1084.347883 +104651,2677.001854,1061.524365,1426.014456,1537.036602,1083.223559 +104652,2681.970079,1059.653359,1425.168596,1540.903807,1082.562735 +104653,2687.032578,1057.768747,1424.453884,1544.781379,1082.287483 +104654,2692.149101,1055.882649,1423.83485,1548.657943,1082.332886 +104655,2697.301193,1053.995927,1423.284285,1552.527643,1082.645136 +104656,2702.756311,1052.107354,1422.780258,1556.387808,1083.178095 +104657,2707.899196,1050.217589,1422.306335,1560.431531,1083.893808 +104658,2713.022547,1048.32557,1421.853612,1564.252768,1084.765327 +104659,2718.142914,1046.432042,1421.416835,1568.06481,1085.771824 +104660,2723.255853,1044.53604,1420.990795,1571.87943,1086.894022 +104661,2728.36435,1042.638378,1420.570564,1575.699871,1088.114373 +104662,2733.457539,1040.834356,1420.151766,1579.524272,1089.417315 +104663,2738.538954,1038.695814,1419.73173,1583.350561,1090.790577 +104664,2743.601269,1036.997845,1419.308862,1587.177563,1092.224321 +104665,2748.649906,1035.010959,1418.881597,1591.004301,1093.709665 +104666,2753.67858,1033.115766,1418.449034,1594.830578,1095.239422 +104667,2758.692959,1031.205649,1418.010395,1598.656244,1096.807294 +104668,2763.684791,1029.292665,1417.563788,1602.759177,1098.406222 +104669,2768.655405,1027.378084,1417.105989,1607.102821,1100.027974 +104670,2773.595653,1025.461108,1416.634523,1611.574146,1101.665768 +104671,2778.504602,1023.611862,1416.148687,1616.090747,1103.315491 +104672,2783.246742,1021.765776,1415.657693,1620.495626,1104.976041 +104673,2787.739169,1019.925532,1415.170199,1624.717409,1106.650834 +104674,2791.976216,1018.090494,1414.692325,1628.7647,1108.344979 +104675,2795.991749,1016.260439,1414.227387,1632.67697,1110.062308 +104676,2799.825988,1014.434873,1413.776473,1636.490915,1111.804348 +104677,2803.510044,1012.613822,1413.339194,1640.229725,1113.570573 +104678,2807.058878,1010.79691,1412.914465,1643.905134,1115.359283 +104679,2810.493738,1008.984223,1412.500934,1647.522408,1117.168218 +104680,2813.81984,1007.080484,1412.09742,1651.084246,1118.995211 +104681,2817.051749,1005.413873,1411.511549,1654.593216,1120.839148 +104682,2820.186555,1003.546472,1411.135837,1658.241182,1122.696738 +104683,2823.231731,1001.762929,1410.76971,1661.618717,1124.564261 +104684,2826.18496,999.9691216,1410.408325,1664.939256,1126.441019 +104685,2829.050562,998.1785121,1410.050047,1668.214504,1128.326613 +104686,2831.83255,996.3911045,1409.694473,1671.44757,1130.219794 +104687,2834.53225,994.700019,1409.341169,1674.636177,1132.118523 +104688,2837.15069,992.7828783,1408.990357,1677.777724,1134.021697 +104689,2839.689371,991.0697484,1408.642711,1680.870894,1135.929073 +104690,2842.149003,989.2809661,1408.298342,1683.914674,1137.839941 +104691,2844.529743,987.508333,1407.95719,1686.908419,1139.753509 +104692,2846.831585,985.7387382,1407.619254,1689.851754,1141.669165 +104693,2849.054467,983.9718786,1407.284492,1692.744293,1143.586293 +104694,2851.198249,982.2074908,1406.952907,1695.585664,1145.504404 +104695,2853.26312,980.3529629,1406.624645,1698.375624,1147.423226 +104696,2855.248516,978.7281372,1406.29955,1701.11356,1149.342155 +104697,2857.153923,976.9066956,1405.97749,1703.79887,1151.260645 +104698,2858.977776,975.1651144,1405.657642,1706.614921,1153.177301 +104699,2860.719372,973.4126013,1405.339895,1709.162233,1155.091655 +104700,2862.38065,971.6616823,1405.025756,1711.651721,1157.005353 +104701,2433.343894,969.8476018,1086.353592,1670.695655,2747.821132 +104702,2504.083254,1097.613289,1116.71033,1717.209118,2774.356787 +104703,2597.88155,1111.691597,1157.556161,1775.118357,2800.2703 +104704,2672.228137,1084.521968,1190.608156,1815.847579,2806.300939 +104705,2716.981202,1106.336737,1211.355351,1834.07233,2791.999552 +104706,2742.912324,1096.04416,1224.364201,1839.793701,2769.917106 +104707,2759.192864,1096.421453,1233.323829,1840.792946,2747.043761 +104708,2770.589972,1095.261736,1240.067989,1840.695174,2725.530855 +104709,2779.368815,1094.00515,1245.480359,1840.802079,2706.427005 +104710,2786.500824,1092.728206,1249.970284,1841.333173,2689.549425 +104711,2792.426148,1091.427373,1253.750784,1842.177796,2674.731 +104712,2797.373496,1090.104877,1256.947711,1843.184409,2661.738025 +104713,2801.50332,1088.765408,1259.6533,1844.252217,2650.336655 +104714,2804.94842,1087.411591,1261.94357,1845.3287,2640.315449 +104715,2807.828002,1086.032663,1263.88285,1846.387823,2631.490024 +104716,2810.221997,1084.661204,1265.524189,1847.41247,2623.700508 +104717,2812.198262,1083.265844,1266.913907,1848.390479,2616.81109 +104718,2813.81116,1081.921346,1268.088979,1849.316086,2610.703636 +104719,2815.176574,1080.532223,1269.082928,1850.244749,2605.276885 +104720,2816.314827,1079.199525,1269.92176,1851.150232,2600.443884 +104721,2817.222696,1073.782623,1270.626546,1851.988055,2596.129346 +104722,2818.145136,1071.76558,1271.058414,1853.003967,2592.268585 +104723,2819.063272,1069.941034,1271.286127,1854.136774,2588.804652 +104724,2819.900079,1068.197931,1271.39988,1855.268551,2585.688666 +104725,2820.610553,1066.486728,1271.451951,1856.331858,2582.878366 +104726,2821.185509,1064.724926,1271.462712,1857.31089,2580.337018 +104727,2821.633,1063.143525,1271.43789,1858.214307,2578.03259 +104728,2821.964795,1061.416303,1271.379314,1859.055039,2575.937169 +104729,2822.190686,1059.755945,1271.288764,1859.842349,2574.026378 +104730,2822.317844,1058.087297,1271.168506,1860.581204,2572.278963 +104731,2822.351366,1055.905935,1271.020896,1861.273848,2570.676308 +104732,2822.1554,1053.613526,1270.827685,1861.766257,2569.202113 +104733,2821.645376,1051.266911,1270.574493,1861.97403,2567.841855 +104734,2820.809178,1048.948065,1270.260455,1861.899122,2566.582759 +104735,2819.672154,1046.432143,1269.887951,1861.582819,2565.413618 +104736,2818.267785,1044.036151,1269.463625,1861.068862,2564.324621 +104737,2816.62502,1041.553685,1268.991038,1860.389397,2563.307092 +104738,2814.765993,1039.057432,1268.475628,1859.564815,2562.353335 +104739,2812.736388,1036.537528,1267.932882,1858.629678,2561.486544 +104740,2810.522386,1033.994675,1267.354422,1857.570958,2560.672179 +104741,2808.112411,1031.429796,1266.730879,1856.37739,2559.880981 +104742,2805.529299,1028.816769,1266.071907,1855.064743,2559.12151 +104743,2802.782766,1026.202905,1265.379579,1853.638888,2558.394087 +104744,2799.88308,1023.570582,1264.658166,1852.106014,2557.696746 +104745,2796.831573,1020.919462,1263.908588,1850.470976,2557.026596 +104746,2793.63769,1018.248225,1263.133987,1848.736945,2556.380562 +104747,2790.303641,1015.559065,1262.334341,1846.905897,2555.755559 +104748,2786.839219,1012.850479,1261.512177,1844.979326,2555.148742 +104749,2783.246053,1010.12433,1260.667115,1842.958522,2554.557425 +104750,2779.53277,1007.379674,1259.801467,1840.844791,2553.979222 +104751,2775.69967,1004.618072,1258.914688,1838.639373,2553.411875 +104752,2771.754352,1001.838633,1258.008949,1836.343517,2552.853377 +104753,2767.696347,999.0428901,1257.083585,1833.958401,2552.301834 +104754,2763.532623,996.2299378,1256.140654,1831.485204,2551.755561 +104755,2759.262198,993.4012838,1255.179388,1828.925035,2551.212945 +104756,2754.891624,990.6191994,1254.201759,1826.279042,2550.67258 +104757,2750.419676,987.6647113,1253.206924,1823.54831,2550.133099 +104758,2745.852664,984.8351644,1252.196777,1820.733971,2549.593304 +104759,2741.189103,981.9336746,1251.170416,1817.837133,2549.052043 +104760,2736.435075,979.0272037,1250.129679,1814.858961,2548.508311 +104761,0,0,0,0,0 +104762,0,0,0,0,0 +104763,0,0,0,0,0 +104764,0,0,0,0,0 +104765,0,0,0,0,0 +104766,0,0,0,0,0 +104767,0,0,0,0,0 +104768,0,0,0,0,0 +104769,0,0,0,0,0 +104770,0,0,0,0,0 +104771,0,0,0,0,0 +104772,0,0,0,0,0 +104773,0,0,0,0,0 +104774,0,0,0,0,0 +104775,0,0,0,0,0 +104776,0,0,0,0,0 +104777,0,0,0,0,0 +104778,0,0,0,0,0 +104779,0,0,0,0,0 +104780,0,0,0,0,0 +104781,0,0,0,0,0 +104782,0,0,0,0,0 +104783,0,0,0,0,0 +104784,0,0,0,0,0 +104785,0,0,0,0,0 +104786,0,0,0,0,0 +104787,0,0,0,0,0 +104788,0,0,0,0,0 +104789,0,0,0,0,0 +104790,0,0,0,0,0 +104791,0,0,0,0,0 +104792,0,0,0,0,0 +104793,0,0,0,0,0 +104794,0,0,0,0,0 +104795,0,0,0,0,0 +104796,0,0,0,0,0 +104797,0,0,0,0,0 +104798,0,0,0,0,0 +104799,0,0,0,0,0 +104800,0,0,0,0,0 +104801,0,0,0,0,0 +104802,0,0,0,0,0 +104803,0,0,0,0,0 +104804,0,0,0,0,0 +104805,0,0,0,0,0 +104806,0,0,0,0,0 +104807,0,0,0,0,0 +104808,0,0,0,0,0 +104809,0,0,0,0,0 +104810,0,0,0,0,0 +104811,0,0,0,0,0 +104812,0,0,0,0,0 +104813,0,0,0,0,0 +104814,0,0,0,0,0 +104815,0,0,0,0,0 +104816,0,0,0,0,0 +104817,0,0,0,0,0 +104818,0,0,0,0,0 +104819,0,0,0,0,0 +104820,0,0,0,0,0 +104821,0,0,0,0,0 +104822,0,0,0,0,0 +104823,0,0,0,0,0 +104824,0,0,0,0,0 +104825,0,0,0,0,0 +104826,0,0,0,0,0 +104827,0,0,0,0,0 +104828,0,0,0,0,0 +104829,0,0,0,0,0 +104830,0,0,0,0,0 +104831,0,0,0,0,0 +104832,0,0,0,0,0 +104833,0,0,0,0,0 +104834,0,0,0,0,0 +104835,0,0,0,0,0 +104836,0,0,0,0,0 +104837,0,0,0,0,0 +104838,0,0,0,0,0 +104839,0,0,0,0,0 +104840,0,0,0,0,0 +104841,0,0,0,0,0 +104842,0,0,0,0,0 +104843,0,0,0,0,0 +104844,0,0,0,0,0 +104845,0,0,0,0,0 +104846,0,0,0,0,0 +104847,0,0,0,0,0 +104848,0,0,0,0,0 +104849,0,0,0,0,0 +104850,0,0,0,0,0 +104851,0,0,0,0,0 +104852,0,0,0,0,0 +104853,0,0,0,0,0 +104854,0,0,0,0,0 +104855,0,0,0,0,0 +104856,0,0,0,0,0 +104857,0,0,0,0,0 +104858,0,0,0,0,0 +104859,0,0,0,0,0 +104860,0,0,0,0,0 +104861,0,0,0,0,0 +104862,0,0,0,0,0 +104863,0,0,0,0,0 +104864,0,0,0,0,0 +104865,0,0,0,0,0 +104866,0,0,0,0,0 +104867,0,0,0,0,0 +104868,0,0,0,0,0 +104869,0,0,0,0,0 +104870,0,0,0,0,0 +104871,0,0,0,0,0 +104872,0,0,0,0,0 +104873,0,0,0,0,0 +104874,0,0,0,0,0 +104875,0,0,0,0,0 +104876,0,0,0,0,0 +104877,0,0,0,0,0 +104878,0,0,0,0,0 +104879,0,0,0,0,0 +104880,0,0,0,0,0 +104881,0,0,0,0,0 +104882,0,0,0,0,0 +104883,0,0,0,0,0 +104884,0,0,0,0,0 +104885,0,0,0,0,0 +104886,0,0,0,0,0 +104887,0,0,0,0,0 +104888,0,0,0,0,0 +104889,0,0,0,0,0 +104890,0,0,0,0,0 +104891,0,0,0,0,0 +104892,0,0,0,0,0 +104893,0,0,0,0,0 +104894,0,0,0,0,0 +104895,0,0,0,0,0 +104896,0,0,0,0,0 +104897,0,0,0,0,0 +104898,0,0,0,0,0 +104899,0,0,0,0,0 +104900,0,0,0,0,0 +104901,0,0,0,0,0 +104902,0,0,0,0,0 +104903,0,0,0,0,0 +104904,0,0,0,0,0 +104905,0,0,0,0,0 +104906,0,0,0,0,0 +104907,0,0,0,0,0 +104908,0,0,0,0,0 +104909,0,0,0,0,0 +104910,0,0,0,0,0 +104911,0,0,0,0,0 +104912,0,0,0,0,0 +104913,0,0,0,0,0 +104914,0,0,0,0,0 +104915,0,0,0,0,0 +104916,0,0,0,0,0 +104917,0,0,0,0,0 +104918,0,0,0,0,0 +104919,0,0,0,0,0 +104920,0,0,0,0,0 +104921,0,0,0,0,0 +104922,0,0,0,0,0 +104923,0,0,0,0,0 +104924,0,0,0,0,0 +104925,0,0,0,0,0 +104926,0,0,0,0,0 +104927,0,0,0,0,0 +104928,0,0,0,0,0 +104929,0,0,0,0,0 +104930,0,0,0,0,0 +104931,0,0,0,0,0 +104932,0,0,0,0,0 +104933,0,0,0,0,0 +104934,0,0,0,0,0 +104935,0,0,0,0,0 +104936,0,0,0,0,0 +104937,0,0,0,0,0 +104938,0,0,0,0,0 +104939,0,0,0,0,0 +104940,0,0,0,0,0 +104941,0,0,0,0,0 +104942,0,0,0,0,0 +104943,0,0,0,0,0 +104944,0,0,0,0,0 +104945,0,0,0,0,0 +104946,0,0,0,0,0 +104947,0,0,0,0,0 +104948,0,0,0,0,0 +104949,0,0,0,0,0 +104950,0,0,0,0,0 +104951,0,0,0,0,0 +104952,0,0,0,0,0 +104953,0,0,0,0,0 +104954,0,0,0,0,0 +104955,0,0,0,0,0 +104956,0,0,0,0,0 +104957,0,0,0,0,0 +104958,0,0,0,0,0 +104959,0,0,0,0,0 +104960,0,0,0,0,0 +104961,0,0,0,0,0 +104962,0,0,0,0,0 +104963,0,0,0,0,0 +104964,0,0,0,0,0 +104965,0,0,0,0,0 +104966,0,0,0,0,0 +104967,0,0,0,0,0 +104968,0,0,0,0,0 +104969,0,0,0,0,0 +104970,0,0,0,0,0 +104971,0,0,0,0,0 +104972,0,0,0,0,0 +104973,0,0,0,0,0 +104974,0,0,0,0,0 +104975,0,0,0,0,0 +104976,0,0,0,0,0 +104977,0,0,0,0,0 +104978,0,0,0,0,0 +104979,0,0,0,0,0 +104980,0,0,0,0,0 +104981,0,0,0,0,0 +104982,0,0,0,0,0 +104983,0,0,0,0,0 +104984,0,0,0,0,0 +104985,0,0,0,0,0 +104986,0,0,0,0,0 +104987,0,0,0,0,0 +104988,0,0,0,0,0 +104989,0,0,0,0,0 +104990,0,0,0,0,0 +104991,0,0,0,0,0 +104992,0,0,0,0,0 +104993,0,0,0,0,0 +104994,0,0,0,0,0 +104995,0,0,0,0,0 +104996,0,0,0,0,0 +104997,0,0,0,0,0 +104998,0,0,0,0,0 +104999,0,0,0,0,0 +105000,0,0,0,0,0 +105001,0,0,0,0,0 +105002,0,0,0,0,0 +105003,0,0,0,0,0 +105004,0,0,0,0,0 +105005,0,0,0,0,0 +105006,0,0,0,0,0 +105007,0,0,0,0,0 +105008,0,0,0,0,0 +105009,0,0,0,0,0 +105010,0,0,0,0,0 +105011,0,0,0,0,0 +105012,0,0,0,0,0 +105013,0,0,0,0,0 +105014,0,0,0,0,0 +105015,0,0,0,0,0 +105016,0,0,0,0,0 +105017,0,0,0,0,0 +105018,0,0,0,0,0 +105019,0,0,0,0,0 +105020,0,0,0,0,0 +105021,0,0,0,0,0 +105022,0,0,0,0,0 +105023,0,0,0,0,0 +105024,0,0,0,0,0 +105025,0,0,0,0,0 +105026,0,0,0,0,0 +105027,0,0,0,0,0 +105028,0,0,0,0,0 +105029,0,0,0,0,0 +105030,0,0,0,0,0 +105031,0,0,0,0,0 +105032,0,0,0,0,0 +105033,0,0,0,0,0 +105034,0,0,0,0,0 +105035,0,0,0,0,0 +105036,0,0,0,0,0 +105037,0,0,0,0,0 +105038,0,0,0,0,0 +105039,0,0,0,0,0 +105040,0,0,0,0,0 +105041,0,0,0,0,0 +105042,0,0,0,0,0 +105043,0,0,0,0,0 +105044,0,0,0,0,0 +105045,0,0,0,0,0 +105046,0,0,0,0,0 +105047,0,0,0,0,0 +105048,0,0,0,0,0 +105049,0,0,0,0,0 +105050,0,0,0,0,0 +105051,0,0,0,0,0 +105052,0,0,0,0,0 +105053,0,0,0,0,0 +105054,0,0,0,0,0 +105055,0,0,0,0,0 +105056,0,0,0,0,0 +105057,0,0,0,0,0 +105058,0,0,0,0,0 +105059,0,0,0,0,0 +105060,0,0,0,0,0 +105061,0,0,0,0,0 +105062,0,0,0,0,0 +105063,0,0,0,0,0 +105064,0,0,0,0,0 +105065,0,0,0,0,0 +105066,0,0,0,0,0 +105067,0,0,0,0,0 +105068,0,0,0,0,0 +105069,0,0,0,0,0 +105070,0,0,0,0,0 +105071,0,0,0,0,0 +105072,0,0,0,0,0 +105073,0,0,0,0,0 +105074,0,0,0,0,0 +105075,0,0,0,0,0 +105076,0,0,0,0,0 +105077,0,0,0,0,0 +105078,0,0,0,0,0 +105079,0,0,0,0,0 +105080,0,0,0,0,0 +105081,0,0,0,0,0 +105082,0,0,0,0,0 +105083,0,0,0,0,0 +105084,0,0,0,0,0 +105085,0,0,0,0,0 +105086,0,0,0,0,0 +105087,0,0,0,0,0 +105088,0,0,0,0,0 +105089,0,0,0,0,0 +105090,0,0,0,0,0 +105091,0,0,0,0,0 +105092,0,0,0,0,0 +105093,0,0,0,0,0 +105094,0,0,0,0,0 +105095,0,0,0,0,0 +105096,0,0,0,0,0 +105097,0,0,0,0,0 +105098,0,0,0,0,0 +105099,0,0,0,0,0 +105100,0,0,0,0,0 +105101,0,0,0,0,0 +105102,0,0,0,0,0 +105103,0,0,0,0,0 +105104,0,0,0,0,0 +105105,0,0,0,0,0 +105106,0,0,0,0,0 +105107,0,0,0,0,0 +105108,0,0,0,0,0 +105109,0,0,0,0,0 +105110,0,0,0,0,0 +105111,0,0,0,0,0 +105112,0,0,0,0,0 +105113,0,0,0,0,0 +105114,0,0,0,0,0 +105115,0,0,0,0,0 +105116,0,0,0,0,0 +105117,0,0,0,0,0 +105118,0,0,0,0,0 +105119,0,0,0,0,0 +105120,0,0,0,0,0 +105121,0,0,0,0,0 +105122,0,0,0,0,0 +105123,0,0,0,0,0 +105124,0,0,0,0,0 +105125,0,0,0,0,0 +105126,0,0,0,0,0 +105127,0,0,0,0,0 +105128,0,0,0,0,0 +105129,0,0,0,0,0 +105130,0,0,0,0,0 +105131,0,0,0,0,0 +105132,0,0,0,0,0 +105133,0,0,0,0,0 +105134,0,0,0,0,0 +105135,0,0,0,0,0 +105136,0,0,0,0,0 +105137,0,0,0,0,0 +105138,0,0,0,0,0 +105139,0,0,0,0,0 +105140,0,0,0,0,0 +105141,0,0,0,0,0 +105142,0,0,0,0,0 +105143,0,0,0,0,0 +105144,0,0,0,0,0 +105145,0,0,0,0,0 +105146,0,0,0,0,0 +105147,0,0,0,0,0 +105148,0,0,0,0,0 +105149,0,0,0,0,0 +105150,0,0,0,0,0 +105151,0,0,0,0,0 +105152,0,0,0,0,0 +105153,0,0,0,0,0 +105154,0,0,0,0,0 +105155,0,0,0,0,0 +105156,0,0,0,0,0 +105157,0,0,0,0,0 +105158,0,0,0,0,0 +105159,0,0,0,0,0 +105160,0,0,0,0,0 +105161,0,0,0,0,0 +105162,0,0,0,0,0 +105163,0,0,0,0,0 +105164,0,0,0,0,0 +105165,0,0,0,0,0 +105166,0,0,0,0,0 +105167,0,0,0,0,0 +105168,0,0,0,0,0 +105169,0,0,0,0,0 +105170,0,0,0,0,0 +105171,0,0,0,0,0 +105172,0,0,0,0,0 +105173,0,0,0,0,0 +105174,0,0,0,0,0 +105175,0,0,0,0,0 +105176,0,0,0,0,0 +105177,0,0,0,0,0 +105178,0,0,0,0,0 +105179,0,0,0,0,0 +105180,0,0,0,0,0 +105181,0,0,0,0,0 +105182,0,0,0,0,0 +105183,0,0,0,0,0 +105184,0,0,0,0,0 +105185,0,0,0,0,0 +105186,0,0,0,0,0 +105187,0,0,0,0,0 +105188,0,0,0,0,0 +105189,0,0,0,0,0 +105190,0,0,0,0,0 +105191,0,0,0,0,0 +105192,0,0,0,0,0 +105193,0,0,0,0,0 +105194,0,0,0,0,0 +105195,0,0,0,0,0 +105196,0,0,0,0,0 +105197,0,0,0,0,0 +105198,0,0,0,0,0 +105199,0,0,0,0,0 +105200,0,0,0,0,0 +105201,0,0,0,0,0 +105202,0,0,0,0,0 +105203,0,0,0,0,0 +105204,0,0,0,0,0 +105205,0,0,0,0,0 +105206,0,0,0,0,0 +105207,0,0,0,0,0 +105208,0,0,0,0,0 +105209,0,0,0,0,0 +105210,0,0,0,0,0 +105211,0,0,0,0,0 +105212,0,0,0,0,0 +105213,0,0,0,0,0 +105214,0,0,0,0,0 +105215,0,0,0,0,0 +105216,0,0,0,0,0 +105217,0,0,0,0,0 +105218,0,0,0,0,0 +105219,0,0,0,0,0 +105220,0,0,0,0,0 +105221,0,0,0,0,0 +105222,0,0,0,0,0 +105223,0,0,0,0,0 +105224,0,0,0,0,0 +105225,0,0,0,0,0 +105226,0,0,0,0,0 +105227,0,0,0,0,0 +105228,0,0,0,0,0 +105229,0,0,0,0,0 +105230,0,0,0,0,0 +105231,0,0,0,0,0 +105232,0,0,0,0,0 +105233,0,0,0,0,0 +105234,0,0,0,0,0 +105235,0,0,0,0,0 +105236,0,0,0,0,0 +105237,0,0,0,0,0 +105238,0,0,0,0,0 +105239,0,0,0,0,0 +105240,0,0,0,0,0 +105241,0,0,0,0,0 +105242,0,0,0,0,0 +105243,0,0,0,0,0 +105244,0,0,0,0,0 +105245,0,0,0,0,0 +105246,0,0,0,0,0 +105247,0,0,0,0,0 +105248,0,0,0,0,0 +105249,0,0,0,0,0 +105250,0,0,0,0,0 +105251,0,0,0,0,0 +105252,0,0,0,0,0 +105253,0,0,0,0,0 +105254,0,0,0,0,0 +105255,0,0,0,0,0 +105256,0,0,0,0,0 +105257,0,0,0,0,0 +105258,0,0,0,0,0 +105259,0,0,0,0,0 +105260,0,0,0,0,0 +105261,0,0,0,0,0 +105262,0,0,0,0,0 +105263,0,0,0,0,0 +105264,0,0,0,0,0 +105265,0,0,0,0,0 +105266,0,0,0,0,0 +105267,0,0,0,0,0 +105268,0,0,0,0,0 +105269,0,0,0,0,0 +105270,0,0,0,0,0 +105271,0,0,0,0,0 +105272,0,0,0,0,0 +105273,0,0,0,0,0 +105274,0,0,0,0,0 +105275,0,0,0,0,0 +105276,0,0,0,0,0 +105277,0,0,0,0,0 +105278,0,0,0,0,0 +105279,0,0,0,0,0 +105280,0,0,0,0,0 +105281,0,0,0,0,0 +105282,0,0,0,0,0 +105283,0,0,0,0,0 +105284,0,0,0,0,0 +105285,0,0,0,0,0 +105286,0,0,0,0,0 +105287,0,0,0,0,0 +105288,0,0,0,0,0 +105289,0,0,0,0,0 +105290,0,0,0,0,0 +105291,0,0,0,0,0 +105292,0,0,0,0,0 +105293,0,0,0,0,0 +105294,0,0,0,0,0 +105295,0,0,0,0,0 +105296,0,0,0,0,0 +105297,0,0,0,0,0 +105298,0,0,0,0,0 +105299,0,0,0,0,0 +105300,0,0,0,0,0 +105301,0,0,0,0,0 +105302,0,0,0,0,0 +105303,0,0,0,0,0 +105304,0,0,0,0,0 +105305,0,0,0,0,0 +105306,0,0,0,0,0 +105307,0,0,0,0,0 +105308,0,0,0,0,0 +105309,0,0,0,0,0 +105310,0,0,0,0,0 +105311,0,0,0,0,0 +105312,0,0,0,0,0 +105313,0,0,0,0,0 +105314,0,0,0,0,0 +105315,0,0,0,0,0 +105316,0,0,0,0,0 +105317,0,0,0,0,0 +105318,0,0,0,0,0 +105319,0,0,0,0,0 +105320,0,0,0,0,0 +105321,0,0,0,0,0 +105322,0,0,0,0,0 +105323,0,0,0,0,0 +105324,0,0,0,0,0 +105325,0,0,0,0,0 +105326,0,0,0,0,0 +105327,0,0,0,0,0 +105328,0,0,0,0,0 +105329,0,0,0,0,0 +105330,0,0,0,0,0 +105331,0,0,0,0,0 +105332,0,0,0,0,0 +105333,0,0,0,0,0 +105334,0,0,0,0,0 +105335,0,0,0,0,0 +105336,0,0,0,0,0 +105337,0,0,0,0,0 +105338,0,0,0,0,0 +105339,0,0,0,0,0 +105340,0,0,0,0,0 +105341,0,0,0,0,0 +105342,0,0,0,0,0 +105343,0,0,0,0,0 +105344,0,0,0,0,0 +105345,0,0,0,0,0 +105346,0,0,0,0,0 +105347,0,0,0,0,0 +105348,0,0,0,0,0 +105349,0,0,0,0,0 +105350,0,0,0,0,0 +105351,0,0,0,0,0 +105352,0,0,0,0,0 +105353,0,0,0,0,0 +105354,0,0,0,0,0 +105355,0,0,0,0,0 +105356,0,0,0,0,0 +105357,0,0,0,0,0 +105358,0,0,0,0,0 +105359,0,0,0,0,0 +105360,0,0,0,0,0 +105361,0,0,0,0,0 +105362,0,0,0,0,0 +105363,0,0,0,0,0 +105364,0,0,0,0,0 +105365,0,0,0,0,0 +105366,0,0,0,0,0 +105367,0,0,0,0,0 +105368,0,0,0,0,0 +105369,0,0,0,0,0 +105370,0,0,0,0,0 +105371,0,0,0,0,0 +105372,0,0,0,0,0 +105373,0,0,0,0,0 +105374,0,0,0,0,0 +105375,0,0,0,0,0 +105376,0,0,0,0,0 +105377,0,0,0,0,0 +105378,0,0,0,0,0 +105379,0,0,0,0,0 +105380,0,0,0,0,0 +105381,0,0,0,0,0 +105382,0,0,0,0,0 +105383,0,0,0,0,0 +105384,0,0,0,0,0 +105385,0,0,0,0,0 +105386,0,0,0,0,0 +105387,0,0,0,0,0 +105388,0,0,0,0,0 +105389,0,0,0,0,0 +105390,0,0,0,0,0 +105391,0,0,0,0,0 +105392,0,0,0,0,0 +105393,0,0,0,0,0 +105394,0,0,0,0,0 +105395,0,0,0,0,0 +105396,0,0,0,0,0 +105397,0,0,0,0,0 +105398,0,0,0,0,0 +105399,0,0,0,0,0 +105400,0,0,0,0,0 +105401,0,0,0,0,0 +105402,0,0,0,0,0 +105403,0,0,0,0,0 +105404,0,0,0,0,0 +105405,0,0,0,0,0 +105406,0,0,0,0,0 +105407,0,0,0,0,0 +105408,0,0,0,0,0 +105409,0,0,0,0,0 +105410,0,0,0,0,0 +105411,0,0,0,0,0 +105412,0,0,0,0,0 +105413,0,0,0,0,0 +105414,0,0,0,0,0 +105415,0,0,0,0,0 +105416,0,0,0,0,0 +105417,0,0,0,0,0 +105418,0,0,0,0,0 +105419,0,0,0,0,0 +105420,0,0,0,0,0 +105421,0,0,0,0,0 +105422,0,0,0,0,0 +105423,0,0,0,0,0 +105424,0,0,0,0,0 +105425,0,0,0,0,0 +105426,0,0,0,0,0 +105427,0,0,0,0,0 +105428,0,0,0,0,0 +105429,0,0,0,0,0 +105430,0,0,0,0,0 +105431,0,0,0,0,0 +105432,0,0,0,0,0 +105433,0,0,0,0,0 +105434,0,0,0,0,0 +105435,0,0,0,0,0 +105436,0,0,0,0,0 +105437,0,0,0,0,0 +105438,0,0,0,0,0 +105439,0,0,0,0,0 +105440,0,0,0,0,0 +105441,0,0,0,0,0 +105442,0,0,0,0,0 +105443,0,0,0,0,0 +105444,0,0,0,0,0 +105445,0,0,0,0,0 +105446,0,0,0,0,0 +105447,0,0,0,0,0 +105448,0,0,0,0,0 +105449,0,0,0,0,0 +105450,0,0,0,0,0 +105451,0,0,0,0,0 +105452,0,0,0,0,0 +105453,0,0,0,0,0 +105454,0,0,0,0,0 +105455,0,0,0,0,0 +105456,0,0,0,0,0 +105457,0,0,0,0,0 +105458,0,0,0,0,0 +105459,0,0,0,0,0 +105460,0,0,0,0,0 +105461,0,0,0,0,0 +105462,0,0,0,0,0 +105463,0,0,0,0,0 +105464,0,0,0,0,0 +105465,0,0,0,0,0 +105466,0,0,0,0,0 +105467,0,0,0,0,0 +105468,0,0,0,0,0 +105469,0,0,0,0,0 +105470,0,0,0,0,0 +105471,0,0,0,0,0 +105472,0,0,0,0,0 +105473,0,0,0,0,0 +105474,0,0,0,0,0 +105475,0,0,0,0,0 +105476,0,0,0,0,0 +105477,0,0,0,0,0 +105478,0,0,0,0,0 +105479,0,0,0,0,0 +105480,0,0,0,0,0 +105481,0,0,0,0,0 +105482,0,0,0,0,0 +105483,0,0,0,0,0 +105484,0,0,0,0,0 +105485,0,0,0,0,0 +105486,0,0,0,0,0 +105487,0,0,0,0,0 +105488,0,0,0,0,0 +105489,0,0,0,0,0 +105490,0,0,0,0,0 +105491,0,0,0,0,0 +105492,0,0,0,0,0 +105493,0,0,0,0,0 +105494,0,0,0,0,0 +105495,0,0,0,0,0 +105496,0,0,0,0,0 +105497,0,0,0,0,0 +105498,0,0,0,0,0 +105499,0,0,0,0,0 +105500,0,0,0,0,0 +105501,0,0,0,0,0 +105502,0,0,0,0,0 +105503,0,0,0,0,0 +105504,0,0,0,0,0 +105505,0,0,0,0,0 +105506,0,0,0,0,0 +105507,0,0,0,0,0 +105508,0,0,0,0,0 +105509,0,0,0,0,0 +105510,0,0,0,0,0 +105511,0,0,0,0,0 +105512,0,0,0,0,0 +105513,0,0,0,0,0 +105514,0,0,0,0,0 +105515,0,0,0,0,0 +105516,0,0,0,0,0 +105517,0,0,0,0,0 +105518,0,0,0,0,0 +105519,0,0,0,0,0 +105520,0,0,0,0,0 +105521,0,0,0,0,0 +105522,0,0,0,0,0 +105523,0,0,0,0,0 +105524,0,0,0,0,0 +105525,0,0,0,0,0 +105526,0,0,0,0,0 +105527,0,0,0,0,0 +105528,0,0,0,0,0 +105529,0,0,0,0,0 +105530,0,0,0,0,0 +105531,0,0,0,0,0 +105532,0,0,0,0,0 +105533,0,0,0,0,0 +105534,0,0,0,0,0 +105535,0,0,0,0,0 +105536,0,0,0,0,0 +105537,0,0,0,0,0 +105538,0,0,0,0,0 +105539,0,0,0,0,0 +105540,0,0,0,0,0 +105541,-2265.120881,-935.8007922,-2195.78213,-973.9191638,-1842.805467 +105542,-1619.747565,-645.361415,-1552.164446,-685.9418051,-915.7460614 +105543,-1645.599606,-652.1342056,-1573.508251,-696.3284956,-929.3937339 +105544,-1645.986224,-34.68854637,-1568.362041,-696.4407264,-931.9162048 +105545,-1654.242624,-133.8280923,-1571.624609,-700.2429735,-939.5882897 +105546,-1643.079674,-171.8341298,-13.42901024,-696.0276133,-935.9006122 +105547,-1435.285088,-102.6593984,-878.7200489,-694.8235458,-934.6107951 +105548,-620.3029263,-84.85410075,-599.4625241,-367.9163244,-930.6520391 +105549,-1119.437223,-69.34552229,-568.8147438,-461.3065925,-881.8999835 +105550,-945.8644609,-54.39754278,-546.4716893,-452.9860666,-817.3134515 +105551,-930.6966464,-39.792055,-529.602494,-428.9701576,-759.7162865 +105552,-915.8764973,-25.22345396,-509.8555362,-422.3020647,-707.6524385 +105553,-906.1838817,-10.60694362,-490.5084561,-416.2993473,-660.7457539 +105554,-893.9096837,3.727849741,-474.3505904,-410.5153013,-618.9442905 +105555,-883.6732739,17.94259944,-455.5528973,-403.7059091,-581.5611691 +105556,-870.3998692,32.35707365,-439.1535206,-399.1929494,-562.397646 +105557,-862.8587012,46.70205731,-422.9602432,-392.7161129,-550.6397139 +105558,-849.5508901,49.87857175,-405.7470884,-387.4590653,-542.8068653 +105559,-839.9624276,49.80894467,-389.6099022,-382.3196901,-537.8412051 +105560,-829.79804,50.15245918,-374.4328464,-376.8524354,-534.107725 +105561,-821.5929437,85.63306499,-362.8533464,-371.4400082,-462.9142128 +105562,-809.4873529,51.40707558,-350.3587646,-366.9808077,-626.5024808 +105563,-800.9179811,52.44772594,-336.5141241,-360.4946477,-598.9970147 +105564,-791.6246581,54.12593104,-324.9120675,-357.3528076,-572.134762 +105565,-781.5441801,56.13000272,-312.2976056,-350.5795939,-552.2621518 +105566,-772.0618771,58.31943162,-300.6054911,-347.0840812,-536.4507056 +105567,-741.9792998,65.76168414,-265.7262903,-332.4781381,-502.785994 +105568,-784.6061113,63.0540256,-310.8026935,-350.1554484,-518.8037824 +105569,-731.1827717,65.51164126,-248.756999,-326.0529163,-514.8622511 +105570,-718.2976199,73.35676697,-234.3312264,-320.1518987,-486.9539347 +105571,-758.1699422,104.2866304,-277.591713,-335.9725999,-445.1529913 +105572,-703.5659799,72.66172444,-217.0300768,-312.214601,-614.063402 +105573,-713.9901108,75.01070198,-226.0047784,-314.7462026,-598.3455366 +105574,-699.8109581,77.80737776,-213.0057635,-309.243687,-583.2370964 +105575,-692.8896635,80.8759626,-203.5797182,-304.6541203,-574.186393 +105576,-684.3766843,83.63522332,-193.0309829,-300.1004998,-569.4226746 +105577,-674.8404128,86.62718029,-184.0872583,-295.1821221,-565.6004265 +105578,-667.7206892,89.63553427,-174.8635479,-291.620433,-563.2886397 +105579,-657.7337183,92.43568181,-165.0020692,-286.1316431,-563.1761258 +105580,-650.7027456,95.33182107,-156.80171,-282.609894,-563.8869843 +105581,-642.0085701,98.22968271,-147.3502883,-278.4146165,-565.7137036 +105582,-632.5556256,101.1304529,-138.5263353,-273.3449802,-568.6413633 +105583,-626.1015766,104.0347351,-129.8705234,-269.3350978,-572.5359826 +105584,-617.7965488,106.9431735,-121.7268344,-265.9125216,-577.3439392 +105585,-609.448085,109.8564325,-112.8332348,-260.5809316,-582.9947201 +105586,-600.1228747,112.7751019,-104.7734345,-256.9566251,-589.4722523 +105587,-594.7080918,115.6996409,-96.68798089,-253.163769,-596.7013873 +105588,-584.5314183,118.6303847,-88.52247353,-248.3454955,-604.6075004 +105589,-577.4809281,121.5675737,-80.67915237,-244.7441668,-613.1951777 +105590,-569.8717954,124.5113445,-72.68673423,-239.9572665,-622.3701223 +105591,-561.5820217,127.4617863,-65.40673771,-236.9859314,-632.1340179 +105592,-553.6342021,130.4189177,-57.48911431,-232.2578276,-642.4603475 +105593,-546.0509253,133.3827174,-50.25559023,-228.5494874,-653.2803272 +105594,-537.6203351,136.3531259,-42.55408542,-223.8804506,-664.5973153 +105595,-530.911306,139.3300518,-35.77279329,-220.9806722,-676.359926 +105596,-521.9314212,142.3133764,-28.24264607,-215.8929828,-688.5394983 +105597,-515.6220922,145.3029639,-21.90013349,-212.7847939,-701.1306079 +105598,-507.4107353,148.2860387,-15.24790361,-208.629823,-525.7949554 +105599,-499.3481717,151.2665927,-8.049478091,-204.791875,-583.5118284 +105600,-491.8413848,154.2523349,-1.610770067,-200.9044691,-572.4538125 +105601,101.6562485,157.3080296,101.3843301,45.98365942,184.1915452 +105602,111.9493068,168.9095794,118.9619036,51.00778727,209.4645486 +105603,127.1130247,184.8414047,145.8566456,58.2886393,247.9425818 +105604,142.6079683,200.8075934,173.5094851,65.60919907,288.0975545 +105605,156.6002295,215.0229919,198.1734021,72.11160722,324.9222729 +105606,168.8868708,227.3320816,219.3527019,77.73593924,356.7199057 +105607,179.7889783,238.1183582,237.6626736,82.66691932,384.3051081 +105608,189.6359223,247.7700968,253.7784447,87.08210894,408.7282714 +105609,198.6520036,424.657299,268.1727235,91.10032517,430.6953967 +105610,206.980062,562.3253551,281.1498426,94.79658613,450.6181373 +105611,214.7214271,484.4918187,292.924172,98.22353165,468.7651306 +105612,221.9584454,544.0147543,303.6674727,101.4232549,485.3510244 +105613,228.7623904,566.6874306,313.5268971,104.4315029,500.5667808 +105614,235.1952192,588.4212867,322.6296771,107.2787294,514.584304 +105615,241.3100599,609.6198519,331.0845814,109.9905083,527.5555247 +105616,246.8591345,630.485502,338.6907717,112.4549649,539.0803067 +105617,252.5162104,651.0102334,346.1614214,114.9787125,550.4285356 +105618,257.9647296,671.1313987,353.2129996,117.4176684,561.0653217 +105619,263.2299811,691.4699091,359.8985194,119.7829443,571.0729619 +105620,268.3348067,711.0381719,366.2641355,122.084457,580.5252314 +105621,273.299434,730.367455,372.3497078,124.3308752,589.4875223 +105622,278.1412296,749.9731609,378.1877137,126.5295208,598.0168347 +105623,282.8748403,768.8103002,383.808805,128.6864537,606.1624391 +105624,287.5125596,787.6480199,389.2358948,130.8066608,613.9668168 +105625,292.064732,806.0075198,394.4908601,132.8942585,621.4667017 +105626,296.5400811,825.0504276,399.5894938,134.9526531,628.693857 +105627,300.9460067,842.5792008,404.5477281,136.9846839,635.675889 +105628,305.2887798,860.8160369,409.3732085,138.9927141,642.4367275 +105629,309.5737505,878.5879596,414.0812077,140.9787273,648.9972531 +105630,313.8054801,895.8367832,418.678354,142.9443868,655.3756197 +105631,317.9878833,913.3106284,423.1765572,144.8910987,661.5877329 +105632,322.1156925,929.6993546,427.5650359,146.8142706,667.6473626 +105633,326.1861772,946.2050319,431.8393499,148.7111765,673.5665715 +105634,330.2005691,962.4470396,436.0029525,150.581886,679.3559394 +105635,334.1620489,978.457831,440.062588,152.4278753,685.0248626 +105636,338.07408,994.376233,444.0251244,154.2508821,690.5816009 +105637,341.939752,1010.034425,447.8965095,156.0524449,696.0335132 +105638,345.7616735,1025.550937,451.6817437,157.8338266,701.3870656 +105639,349.5420866,1040.851813,455.3851467,159.5960825,706.6480596 +105640,353.2829401,1056.088449,459.0105316,161.3401112,711.821596 +105641,356.9859805,1071.080019,462.5613469,163.0667068,716.9122922 +105642,360.6527597,1094.201911,466.0407099,164.7765664,721.924215 +105643,364.2846901,1112.943946,469.4514803,166.4703177,726.8610815 +105644,367.8830429,1131.779604,472.7962736,168.1485194,731.7261862 +105645,371.4489841,1150.268142,476.0775129,169.8116797,736.5225686 +105646,374.9835732,1168.574071,479.2974408,171.4602557,741.2529341 +105647,378.487792,1186.810232,482.4581601,173.0946689,745.9198045 +105648,381.9625421,1204.779539,485.5616408,174.7153034,750.5254341 +105649,385.4086747,1222.102405,488.6097591,176.322521,755.0719597 +105650,388.826975,1240.497589,491.6042889,177.9166541,759.5612927 +105651,392.2181879,1257.596791,494.5469334,179.4980173,763.9952592 +105652,395.583007,1275.092111,497.4393198,181.0669033,768.3754992 +105653,398.9221015,1292.248168,500.2830309,182.6235945,772.7036088 +105654,402.2360927,1309.295602,503.0795855,184.1683529,776.9810141 +105655,405.5255859,1326.126196,505.8304736,185.7014342,781.2091207 +105656,408.7911373,1343.010802,508.5371273,187.2230731,785.3891716 +105657,412.033292,1359.428375,511.2009602,188.7335005,789.5224056 +105658,415.2525514,1375.960606,513.8233384,190.2329283,793.609915 +105659,418.4494176,1392.375119,516.4056261,191.7215701,797.6528155 +105660,421.3823306,1408.37957,518.7071253,193.0896122,801.2120476 +105661,422.7761544,1593.609143,519.4535749,193.7575161,801.9690709 +105662,426.705579,1611.381613,522.7387762,195.5414994,807.8360651 +105663,434.322331,1628.603075,529.7100948,198.9349546,820.6699846 +105664,442.1187315,1646.501868,536.8507652,202.339409,833.9820888 +105665,448.6186878,1673.247312,542.6849105,205.1009355,845.0718315 +105666,453.6640581,1675.589622,547.0510514,207.170945,853.6296537 +105667,457.5357688,1680.741091,979.6121498,208.6964797,860.1210667 +105668,460.5248942,1718.737312,754.2257286,209.822408,865.0251947 +105669,462.8298065,1723.566205,829.0716997,210.6459751,868.663784 +105670,464.5757305,1741.425379,846.1912112,211.2278465,871.2391752 +105671,465.8498985,1757.084815,857.4623226,211.6096283,872.8953441 +105672,466.7218785,1772.33637,869.3101831,211.8238956,873.7506068 +105673,467.2512245,1787.635396,880.1710806,211.8980113,873.9091676 +105674,467.4893369,1802.834269,891.4937633,211.8551396,873.46298 +105675,467.4800472,1817.699133,902.1240155,211.7146368,872.4921989 +105676,467.2602827,1832.640475,912.5597801,211.4924651,871.0657861 +105677,466.8609972,1847.376448,923.4181415,211.2017145,869.2428965 +105678,466.19981,1862.104827,933.5416065,210.8530992,867.0741046 +105679,465.3440419,1876.405202,944.0186739,210.4554047,1185.136885 +105680,464.3637184,1891.094548,953.7674991,210.0158557,1157.096329 +105681,663.6180147,1905.16593,963.6220291,260.0018856,1144.938163 +105682,643.1479635,1919.412815,973.9437235,281.0866733,1186.084056 +105683,643.4618884,1933.441273,983.5266546,289.2757286,1203.576937 +105684,671.5270432,1947.36389,993.2520224,293.2443811,1220.340263 +105685,686.2019611,1961.260056,1002.920527,303.8335611,1236.541147 +105686,701.1390196,1974.710047,1012.805788,311.298964,1252.359045 +105687,715.4541264,1988.486807,1022.144555,318.5211023,1267.621088 +105688,729.4267125,2001.94566,1029.038779,325.4755477,1283.354927 +105689,743.6631482,2015.157912,1038.802303,332.5303225,1297.999855 +105690,757.2621951,2028.347018,1048.599588,339.3007571,1312.707309 +105691,770.5044829,2040.333965,1058.07707,345.8167705,1327.052856 +105692,783.8540909,2051.443324,1067.533155,352.4425553,1341.215193 +105693,796.7903156,2062.773272,1076.80832,358.7350041,1355.030507 +105694,809.4902275,2073.700552,1086.009817,365.0250013,1368.67975 +105695,822.6449119,2095.394833,1095.060744,371.0351304,1382.107538 +105696,835.2249847,2088.214109,1104.105504,377.2733682,1395.22541 +105697,847.1522546,2099.666376,1112.567586,383.1350636,1407.831902 +105698,860.0361029,2119.970579,1121.897436,388.9965698,1421.158824 +105699,871.9584941,2123.836509,1130.353746,394.6437072,1433.377865 +105700,883.7383464,2134.883476,1138.960994,400.5160067,1445.801699 +105701,896.1321056,2144.548463,1147.443722,406.1275405,1457.99211 +105702,907.6448657,2153.862265,1155.777692,411.3121375,1469.936246 +105703,919.342052,2163.160282,1164.122911,417.048046,1481.7316 +105704,930.8579326,2172.227067,1172.278907,422.2635774,1493.291706 +105705,941.9365797,2181.037315,1180.377138,427.4058194,1504.80838 +105706,953.7591626,2189.746338,1188.329524,432.8375503,1515.999506 +105707,969.3308785,2192.231324,1205.156026,441.6733396,1527.227262 +105708,981.4717297,2199.614609,1214.216336,447.1435496,1538.192371 +105709,992.2940839,2206.986468,1222.765429,452.4207501,1548.956216 +105710,1003.572271,2214.955838,1230.782312,457.8199878,1559.713965 +105711,1014.501003,2222.335548,1238.986689,462.7727544,1570.196249 +105712,1024.977895,2229.875626,1246.706451,467.7940669,1580.5408 +105713,1036.293724,2251.502365,1254.422593,472.7126613,1590.875394 +105714,1046.567853,2224.003508,1262.245897,477.3762798,1611.760917 +105715,1057.214896,2260.891976,1269.86328,482.4576336,1609.269039 +105716,1067.602023,2256.447136,1277.114376,487.0301524,1607.01498 +105717,1077.933255,2265.010837,1284.853698,491.7239357,1639.194567 +105718,1088.167493,2271.797916,1292.020485,496.3250309,1638.01452 +105719,1098.264847,2278.339757,1299.216098,500.8699984,1649.714404 +105720,1108.39688,2284.774087,1306.463763,505.3598726,1659.17369 +105721,1124.718423,2294.125298,1320.087772,512.3307698,1690.566245 +105722,1135.879796,2312.675658,1337.854114,517.6207093,1701.47278 +105723,1146.493281,2311.806154,1334.763529,522.0294826,1712.09238 +105724,1156.880542,2291.533694,1330.512413,526.9656338,1722.126774 +105725,1167.104761,2332.788708,1358.685815,531.1130698,1732.113555 +105726,1177.20617,2341.55374,1355.900863,535.6052827,1741.633283 +105727,1187.205323,2304.460005,1365.040927,539.9798516,1751.154601 +105728,1196.547259,2371.008888,1372.24653,544.008913,1774.518856 +105729,1207.196881,2331.123527,1379.000093,548.6786911,1748.737126 +105730,1216.603229,2352.909908,1386.204515,552.6331083,1788.667457 +105731,1226.263041,2355.246314,1392.74132,556.8784388,1785.633526 +105732,1235.89685,2366.663221,1399.754828,560.9304891,1796.469945 +105733,1245.475746,2360.742131,1406.283481,565.07409,1805.366132 +105734,1254.818039,2375.29028,1413.192168,568.9617647,1816.121789 +105735,1264.23164,2371.415675,1419.502159,573.0800366,1832.871256 +105736,1273.598495,2380.329435,1426.34507,576.9204352,1825.745547 +105737,1282.813576,2390.180676,1432.535848,580.8926079,1841.762922 +105738,1292.080951,2380.757522,1439.20571,584.7159794,1854.235609 +105739,1301.004583,2401.202467,1445.404927,588.5866101,1853.602187 +105740,1310.239947,2396.310991,1451.999781,592.3082185,1865.450879 +105741,1319.16768,2401.367061,1457.980395,596.161003,1872.955517 +105742,1328.035965,2406.050698,1464.461298,599.4634426,1880.442888 +105743,1337.122705,2409.664896,1470.557519,603.7442999,1888.491403 +105744,1345.75489,2413.240073,1476.741767,607.0704579,1895.982089 +105745,1354.593101,2416.758716,1495.235044,610.8129967,1903.848283 +105746,1363.20188,2420.293893,1470.360786,614.3696099,1911.162115 +105747,1371.98155,2423.608651,1503.746418,618.048171,1918.745862 +105748,1380.514503,2427.025752,1499.087812,621.3980125,1931.407499 +105749,1389.069572,2429.803318,1506.682376,625.0935839,1931.09709 +105750,1397.642586,2433.065425,1512.829529,628.4432573,1938.714842 +105751,1406.285982,2435.023124,1519.769363,632.4090996,1943.180459 +105752,1415.347922,2436.689615,1540.294377,636.3198104,1953.196353 +105753,1424.108928,2438.769042,1513.186923,640.2267727,1950.659882 +105754,1432.923906,2440.276389,1550.367119,644.1317375,1957.94932 +105755,1441.59374,2441.585227,1545.429374,647.9893968,1962.63171 +105756,1450.544647,2442.940144,1554.656808,651.9435735,1971.395146 +105757,1459.009851,2443.641663,1561.496465,655.8389177,1970.064609 +105758,1471.68006,2437.991742,1582.765439,659.6552402,1979.782018 +105759,1478.437625,2453.487982,1554.402976,663.507056,1984.046021 +105760,1489.535468,2436.928105,1609.409454,667.4169142,1987.784761 +105761,1490.977441,2459.583105,1555.292935,667.5479494,1990.755807 +105762,1508.715949,2445.529397,1612.298948,670.6368896,1987.761048 +105763,1504.048132,2462.763341,1574.392297,674.2028392,1984.737166 +105764,1495.282448,2446.139351,1614.935243,677.7479247,1978.074412 +105765,1537.273392,2463.93033,1600.563625,681.3076789,1971.264628 +105766,1528.709941,2446.679488,1613.894798,684.8774749,1964.382751 +105767,1540.530321,2464.00349,1619.465369,688.4497841,1958.039263 +105768,1548.965598,2446.782084,1625.775221,691.9776094,1952.245542 +105769,1557.011865,2463.623647,1632.142446,695.6138634,1946.941771 +105770,1565.152889,2446.191808,1638.82692,699.1916176,1941.98324 +105771,1573.527714,2462.746225,1645.075672,702.6459289,1937.39087 +105772,1581.39484,2445.01163,1651.803087,706.3043305,1933.032433 +105773,1589.548357,2461.545054,1658.055838,709.8135339,1928.953829 +105774,1597.660562,2443.152105,1670.006121,713.3648387,1925.151896 +105775,1605.490459,2459.979078,1668.733457,716.9028988,1921.342469 +105776,1613.41729,2440.574772,1678.210443,720.4335748,1917.87747 +105777,1621.581995,2450.900819,1684.555447,723.9585628,1914.213381 +105778,1629.218867,2446.844034,1690.568495,727.475985,1910.859861 +105779,1637.1589,2444.934877,1697.261415,730.9376955,1907.680446 +105780,1644.948747,2443.647598,1703.433296,734.5152531,1904.749681 +105781,1535.177678,2393.44947,1593.703238,684.6676154,1894.904565 +105782,1541.144054,2383.19857,1596.992616,687.2147535,1872.277367 +105783,1547.970346,2382.796416,1608.054599,690.2808007,1846.445868 +105784,1554.616047,2380.753314,1606.036757,693.3008353,1824.027702 +105785,1561.952508,2377.92407,1614.884459,696.4284236,1805.966443 +105786,1568.840122,2375.264105,1620.468128,699.5718905,1791.500679 +105787,1575.948819,2372.654302,1626.179283,702.7937772,1779.557648 +105788,1583.001908,2369.849931,1631.809131,705.9919461,1769.256257 +105789,1590.087155,2367.05553,1642.560556,709.1227571,1760.221164 +105790,1597.160653,2364.124042,1641.943088,712.3130349,1752.014095 +105791,1604.334943,2361.271386,1649.754959,715.5892359,1744.491137 +105792,1611.209658,2357.967039,1660.801756,718.7646787,1737.422165 +105793,1618.325979,2354.739063,1660.033503,721.9869819,1730.833179 +105794,1625.208803,2351.605767,1667.317047,725.2034206,1724.426724 +105795,1632.491721,2348.216024,1678.079167,728.4207057,1718.457464 +105796,1639.206884,2344.782595,1678.20362,731.6391884,1712.818593 +105797,1646.266537,2333.883747,1692.574673,734.8585274,1707.345727 +105798,1653.184177,2347.379054,1689.421805,738.078062,1702.240609 +105799,1660.096867,2322.942483,1700.897961,741.2326011,1697.213296 +105800,1667.182339,2332.936417,1697.943421,744.4924837,1691.983539 +105801,1673.693418,2325.168269,1695.449212,747.6902615,1686.415149 +105802,1680.878535,2321.248758,1690.080025,751.0268867,1680.185696 +105803,1687.384129,2317.489216,1684.811539,754.0590828,1673.268532 +105804,1694.514015,2313.372693,1679.79075,757.2623349,1665.876284 +105805,1700.889131,2309.172477,1675.064069,760.5234392,1658.205414 +105806,1708.971723,2304.927944,1670.618159,763.7133936,1650.3849 +105807,1730.216322,2300.595304,1666.406905,766.9097951,1642.479473 +105808,1704.81694,2296.212795,1662.458702,770.1408422,1634.611911 +105809,1727.401374,2291.747441,1658.770838,773.3282049,1626.847065 +105810,1738.081834,2287.22241,1655.239504,776.5595179,1619.103871 +105811,1739.329419,2282.38461,1651.840899,779.4042962,1611.393056 +105812,1746.982133,2277.42959,1648.542016,782.1756365,1603.748874 +105813,1752.840918,2272.378729,1645.300563,785.0209431,1596.173383 +105814,1758.866671,2267.250203,1642.091988,787.7878682,1588.655631 +105815,1764.7089,2262.047129,1638.91229,790.441934,1581.195428 +105816,1770.674085,2256.786285,1635.762135,793.1422246,1573.792877 +105817,1776.768958,2251.417341,1632.638522,795.9238785,1566.644587 +105818,1782.217306,2246.009057,1629.539987,798.5665363,1559.327188 +105819,1788.440623,2240.524285,1626.466573,801.2482995,1552.05363 +105820,1813.460325,2234.970405,1623.381751,804.8700575,1544.781008 +105821,1770.979979,2229.369487,1620.354465,809.9981665,1537.595399 +105822,1819.588636,2223.680154,1617.378843,809.0125045,1530.488484 +105823,1808.3461,2217.940974,1614.374988,817.3985251,1523.359181 +105824,1817.194099,2212.150399,1611.383096,812.5476709,1516.255582 +105825,1822.735676,2206.288016,1608.414842,826.3134717,1509.192226 +105826,1832.020368,2200.377164,1605.459852,813.5699973,1502.151913 +105827,1850.871059,2194.401605,1602.526462,810.7249746,1495.145666 +105828,1814.713819,2188.381657,1599.630186,832.8685187,1488.189655 +105829,1852.23242,2182.296252,1596.746208,824.9631645,1481.254301 +105830,1860.045765,2176.175018,1593.817558,829.7022924,1474.265327 +105831,1852.890903,2169.991243,1590.891044,832.4459083,1467.283058 +105832,1851.426234,2163.758816,1588.207077,834.9857486,1460.366618 +105833,1873.237427,2157.471752,1585.322442,837.4245102,1453.65058 +105834,1876.10073,2151.134426,1582.405448,839.9213869,1446.680455 +105835,1894.026833,2144.750926,1579.47238,842.5881143,1439.686885 +105836,1855.63107,2138.339024,1576.607488,844.9351935,1432.775929 +105837,1920.018021,2131.866893,1574.131314,847.4853348,1426.155984 +105838,1882.105875,2125.371271,1571.763287,850.0275008,1419.528529 +105839,1902.691901,2118.806778,1569.357552,852.3945485,1412.986505 +105840,1905.214511,2112.245613,1567.305541,854.8453349,1406.600402 +105841,1645.004443,1999.924353,1568.362093,747.9451409,1406.835218 +105842,1678.560277,1975.348316,1555.657075,747.2250561,1386.445204 +105843,1659.839572,1977.761604,1536.861837,748.0303224,1356.769533 +105844,1670.292308,1963.089415,1519.418034,748.7399134,1328.281497 +105845,1661.310092,1955.125334,1505.934768,749.611007,1304.851171 +105846,1664.33215,1946.586789,1495.939096,750.5853038,1286.085745 +105847,1671.205637,1938.198406,1488.439998,751.6661944,1270.804612 +105848,1669.935503,1929.401698,1482.556945,752.7667696,1257.940741 +105849,1672.367849,1921.103089,1477.747545,753.898908,1246.817466 +105850,1674.570632,1912.586118,1473.694224,755.0573403,1237.019447 +105851,1676.608803,1904.129073,1470.198621,756.3032935,1228.269036 +105852,1681.736558,1895.751898,1467.127578,757.4022666,1220.156907 +105853,1683.338208,1887.313846,1464.386789,758.6639407,1212.952529 +105854,1687.144701,1879.046106,1461.904068,759.8144138,1206.324524 +105855,1685.189661,1870.414427,1459.627192,761.1554627,1200.173666 +105856,1672.074418,1862.159339,1457.540984,762.3590809,1194.452182 +105857,1718.601755,1853.717124,1455.549739,763.6985109,1189.016243 +105858,1681.004997,1845.288952,1453.637928,764.8682112,1183.824761 +105859,1673.983362,1836.922885,1451.88478,766.1970499,1178.957283 +105860,1733.996217,1828.606162,1450.170045,767.4746383,1174.247613 +105861,1656.194604,1820.297716,1448.513087,768.7701974,1169.70542 +105862,1741.670603,1811.707917,1446.9736,770.0730982,1165.392487 +105863,1673.400956,1803.454859,1445.485198,771.4520665,1161.215586 +105864,1728.943661,1795.062003,1444.00293,772.5945069,1157.109541 +105865,1683.980703,1786.613135,1442.535297,774.0693803,1153.076299 +105866,1734.155072,1778.344532,1441.291071,775.3372428,1149.368957 +105867,1680.925968,1769.8821,1440.143931,776.6803082,1145.825738 +105868,1747.847008,1761.726697,1439.277826,778.0186434,1142.67328 +105869,1701.533443,1753.065183,1438.405953,779.3612739,1139.552345 +105870,1722.89059,1736.729612,1437.314671,780.7782212,1136.192587 +105871,1720.990968,1748.493168,1436.519472,782.1138231,1133.230122 +105872,1723.758412,1706.152743,1436.163002,783.6276032,1131.032732 +105873,1726.1447,1745.842994,1436.048696,785.0930781,1128.929419 +105874,1728.477456,1686.92396,1436.115158,786.5793364,1127.056791 +105875,1730.930242,1723.995988,1436.288756,788.003256,1125.329037 +105876,1733.391115,1671.612098,1436.725768,789.6132079,1123.702825 +105877,1735.742245,1696.625601,1437.004255,791.0730894,1122.148614 +105878,1738.043802,1676.020429,1437.274917,792.6014143,1120.599795 +105879,1740.740595,1670.226399,1437.560358,794.197539,1119.075581 +105880,1743.022692,1662.385223,1437.86806,795.6193699,1117.580591 +105881,1745.522861,1677.725649,1438.14642,797.2058695,1116.04863 +105882,1747.910928,1612.950963,1438.479724,798.7349466,1114.58417 +105883,1750.368713,1654.718593,1438.851354,800.2791609,1113.166549 +105884,1752.846645,1627.058408,1439.17175,801.8279825,1111.684311 +105885,1755.241968,1622.752412,1439.482069,803.381157,1110.188199 +105886,1757.512707,1614.766213,1439.806075,804.9379929,1108.707225 +105887,1760.190455,1607.10709,1440.13767,806.4986992,1107.239509 +105888,1762.535723,1623.357922,1440.439532,808.0622837,1105.729454 +105889,1765.010045,1556.832837,1440.797408,809.6289729,1104.277566 +105890,1767.38087,1600.129096,1441.196425,811.1978893,1102.864252 +105891,1769.8407,1572.414441,1441.543299,812.8426489,1101.374678 +105892,1772.314822,1568.004625,1441.882325,814.3067032,1099.865713 +105893,1774.664199,1560.307504,1442.238479,815.8594155,1098.369779 +105894,1776.969426,1552.772107,1442.60034,817.5376743,1097.080139 +105895,1779.618553,1545.0328,1442.973333,819.0629651,1095.569592 +105896,1781.935153,1537.412475,1443.356431,820.6544972,1094.063563 +105897,1792.562168,1529.803404,1443.877046,822.2364034,1092.725964 +105898,1774.878778,1522.098686,1444.253087,823.8186091,1091.209398 +105899,1802.494333,1514.707984,1444.821922,825.4018687,1089.701507 +105900,1787.315644,1507.10398,1445.324567,826.9855569,1088.368181 +105901,2023.607662,1606.895841,1449.759825,935.2719266,1092.122015 +105902,2046.755623,1616.447815,1470.34489,938.81608,1117.642675 +105903,2033.21108,1574.696705,1495.253691,941.739309,1151.780313 +105904,2048.302092,1599.80224,1516.730494,944.4658487,1181.570414 +105905,2051.071532,1581.117975,1532.379505,947.0576979,1204.750041 +105906,2054.654831,1577.018881,1543.667709,949.6445736,1222.343209 +105907,2058.480554,1570.585747,1551.565867,951.8838247,1235.435584 +105908,2062.809035,1564.423083,1557.482399,954.4629533,1245.615784 +105909,2073.92789,1558.114623,1562.34384,956.7568907,1254.003941 +105910,2061.420136,1551.615795,1566.246328,959.1040236,1260.457607 +105911,2083.315192,1545.35732,1569.520604,961.4147799,1265.525546 +105912,2077.586303,1556.370536,1572.523572,963.7026316,1269.824118 +105913,2081.009628,1507.618976,1575.144215,965.9702534,1273.319821 +105914,2086.204547,1555.628694,1577.449412,968.2185113,1276.15489 +105915,2089.346426,1492.838752,1579.833101,971.2260638,1278.612327 +105916,2100.220763,1525.712474,1582.096552,974.0636894,1280.971075 +105917,2088.381236,1506.84729,1584.076338,975.0706869,1282.80771 +105918,2106.976531,1505.258055,1585.867172,980.2412239,1284.259404 +105919,2104.685544,1500.743645,1587.803168,976.264791,1285.765432 +105920,2115.32976,1496.38063,1589.816209,991.7875925,1287.259713 +105921,2105.615529,1492.004638,1591.595985,966.2248869,1288.368638 +105922,2130.245992,1487.644342,1593.439954,994.3974961,1289.481721 +105923,2116.558533,1483.416823,1595.327692,985.5584163,1290.584615 +105924,2130.883204,1478.812088,1597.029063,989.9057457,1291.396578 +105925,2131.24862,1474.755865,1598.729039,991.8443415,1292.158437 +105926,2140.582853,1470.38112,1600.52083,993.9818456,1292.99457 +105927,2140.173434,1466.140596,1602.284449,996.0287658,1293.760065 +105928,2141.378563,1461.908516,1603.811407,998.0729844,1294.19637 +105929,2143.960144,1457.7016,1605.100347,1000.105449,1294.303026 +105930,2146.669672,1453.521094,1606.279269,1002.125276,1294.241599 +105931,2146.092368,1449.029461,1607.319247,1003.777316,1294.184143 +105932,2145.467999,1444.374954,1608.08525,1005.340672,1293.589121 +105933,2144.861983,1439.97607,1608.550132,1006.852336,1292.665119 +105934,2144.337363,1435.331058,1608.764024,1008.320883,1291.486466 +105935,2143.907897,1430.775726,1608.782903,1009.751924,1290.118157 +105936,2143.567327,1426.206356,1608.653571,1011.145248,1288.609698 +105937,2143.305699,1421.642023,1608.410648,1012.507735,1286.996812 +105938,2143.114095,1417.085898,1608.078396,1013.836159,1285.305212 +105939,2142.985472,1412.54154,1607.674128,1015.133618,1283.553728 +105940,2142.913972,1408.01135,1607.210588,1016.400123,1281.756769 +105941,2142.894019,1403.498784,1606.697092,1017.63696,1279.924776 +105942,2142.919217,1399.114446,1606.139852,1018.844251,1278.064748 +105943,2142.984696,1394.486894,1605.544019,1020.023157,1276.182297 +105944,2143.087493,1390.010804,1604.914339,1021.173702,1274.282835 +105945,2143.223116,1385.737851,1604.253246,1022.384227,1272.368722 +105946,2143.387968,1381.280448,1603.562702,1023.348623,1270.441972 +105947,2143.579543,1376.948951,1602.844574,1024.480776,1268.504312 +105948,2143.794927,1372.649865,1602.099831,1025.480069,1266.556552 +105949,2144.025549,1368.372574,1601.325579,1026.518957,1264.571408 +105950,2144.277656,1364.157127,1600.527354,1027.484019,1262.589696 +105951,2144.544731,1359.979768,1599.70284,1028.44194,1260.580195 +105952,2144.825577,1355.853415,1598.852592,1029.379723,1258.546187 +105953,2145.119865,1352.197058,1597.977463,1030.294114,1256.49766 +105954,2145.425738,1348.789371,1597.077217,1031.185452,1254.439288 +105955,2145.742146,1345.504241,1596.15209,1032.052386,1252.37248 +105956,2146.063223,1342.316719,1595.199116,1035.04134,1250.292968 +105957,2146.390423,1339.192149,1594.219411,1036.695583,1248.20763 +105958,2146.718915,1336.110614,1593.21111,1038.357719,1246.103794 +105959,2147.050928,1333.067392,1592.176214,1040.065066,1243.983567 +105960,2147.388992,1330.058335,1591.116636,1041.814236,1241.85089 +105961,2147.452875,1349.768686,1589.794789,1066.666351,1239.314682 +105962,2150.299025,1348.094649,1590.126297,1069.542154,1239.81698 +105963,2154.509998,1345.967808,1591.307512,1072.332829,1241.688475 +105964,2158.538571,1343.735003,1592.433595,1074.896024,1243.522421 +105965,2161.740329,1341.533828,1593.109816,1077.334943,1244.771846 +105966,2164.133647,1338.918101,1593.321592,1080.074578,1245.405978 +105967,2165.95564,1336.783358,1593.184033,1082.378725,1245.560403 +105968,2167.424219,1334.314561,1592.80855,1084.980461,1245.367448 +105969,2168.679211,1331.950505,1592.269017,1087.506494,1244.916168 +105970,2169.791976,1330.571642,1591.604702,1091.428129,1244.256329 +105971,2171.091483,1328.414126,1590.951123,1095.489061,1243.416212 +105972,2172.761158,1326.160607,1590.275254,1102.873531,1242.411356 +105973,2174.101703,1323.887579,1589.551519,1092.097172,1241.291529 +105974,2175.359691,1321.607704,1588.76211,1104.386107,1240.080116 +105975,2176.508153,1319.327352,1587.885634,1106.099159,1238.646851 +105976,2177.582194,1317.04911,1586.938232,1108.099604,1237.053105 +105977,2178.620629,1314.774694,1585.940944,1111.282628,1235.374335 +105978,2179.635076,1312.504255,1584.900131,1114.492048,1233.643332 +105979,2180.618697,1310.238709,1583.811726,1122.732376,1231.86185 +105980,2181.602402,1307.977851,1582.696026,1113.429819,1230.056107 +105981,2182.590202,1305.722237,1581.556385,1125.660417,1228.229765 +105982,2183.552935,1303.471542,1580.37505,1126.507841,1226.360545 +105983,2184.49928,1301.22639,1579.157926,1129.602871,1224.456528 +105984,2185.417895,1298.983207,1577.8974,1143.503075,1222.508818 +105985,2186.361072,1296.74931,1576.626315,1120.275669,1220.538838 +105986,2187.294599,1294.517296,1575.319963,1164.32509,1218.547174 +105987,2188.248639,1292.294292,1573.997347,1115.565579,1216.535237 +105988,2189.314905,1290.075586,1572.714902,1173.597067,1214.605371 +105989,2190.38087,1287.861678,1571.401805,1142.28006,1212.64289 +105990,2191.407908,1285.653617,1570.005447,1154.768955,1210.582008 +105991,2192.599952,1283.861554,1568.559192,1149.581181,1208.470715 +105992,2194.246877,1282.166031,1567.270373,1172.924857,1206.518592 +105993,2196.233049,1280.526444,1566.117924,1160.365435,1204.662142 +105994,2198.396124,1278.932438,1565.036203,1170.432897,1202.811301 +105995,2200.863045,1277.379722,1564.317503,1173.29805,1201.10027 +105996,2203.608351,1275.865105,1563.554943,1177.461515,1199.531584 +105997,2206.528443,1274.387415,1562.88532,1181.43005,1198.039173 +105998,2209.576415,1272.945402,1562.285742,1185.51337,1196.597164 +105999,2213.006361,1271.538537,1561.737697,1189.713213,1195.185871 +106000,2216.183902,1270.165928,1561.228719,1193.693312,1193.793774 +106001,2219.418999,1268.827327,1560.753412,1198.106649,1192.417901 +106002,2222.713396,1267.521977,1560.30603,1202.256275,1191.0542 +106003,2226.059842,1266.249723,1559.8796,1206.551648,1189.696331 +106004,2229.451787,1265.009909,1559.470705,1210.83567,1188.342017 +106005,2232.884613,1263.802425,1559.078226,1215.043052,1186.991472 +106006,2236.357146,1262.626662,1558.703358,1219.601092,1185.64768 +106007,2239.813088,1259.473889,1558.311921,1220.985147,1184.268233 +106008,2243.03291,1257.865521,1557.659772,1224.852839,1182.821975 +106009,2245.786179,1256.490891,1556.92925,1234.632235,1181.46507 +106010,2248.583545,1255.193485,1556.197467,1230.881068,1180.147808 +106011,2251.446975,1253.946883,1555.45851,1238.56954,1178.777315 +106012,2254.715987,1252.739732,1554.793094,1242.464116,1177.433336 +106013,2258.091586,1251.566768,1554.200243,1246.721814,1176.121497 +106014,2261.408988,1250.425041,1553.645517,1251.050546,1174.811781 +106015,2264.04168,1249.313256,1553.128744,1255.392904,1173.515274 +106016,2267.578533,1248.23011,1552.649974,1260.036839,1172.239599 +106017,2271.004207,1247.175093,1552.197709,1264.373553,1170.975063 +106018,2274.855719,1246.147403,1551.761114,1268.927962,1169.711433 +106019,2278.41645,1245.146785,1551.338744,1273.267095,1168.449527 +106020,2281.984513,1244.172552,1550.935073,1278.005842,1167.197239 +106021,2288.434393,1209.965977,1553.349642,1250.716907,1171.279724 +106022,2288.519635,1208.482637,1551.35534,1252.465931,1168.806345 +106023,2285.829147,1207.199917,1547.435253,1257.599195,1163.37281 +106024,2284.305297,1205.920723,1543.928729,1261.684211,1158.342973 +106025,2284.629121,1204.680585,1541.588956,1265.896513,1154.834493 +106026,2286.550474,1203.465793,1540.315234,1270.094016,1152.764815 +106027,2289.823296,1202.27462,1539.777424,1274.190716,1151.727926 +106028,2293.3824,1201.105683,1539.697416,1278.651029,1151.377134 +106029,2297.254211,1199.852644,1539.901323,1282.767185,1151.492737 +106030,2301.242984,1224.015107,1540.252373,1287.055041,1151.896142 +106031,2305.423555,1160.512592,1540.786886,1291.240811,1152.625105 +106032,2309.731997,1214.62135,1541.456751,1295.484187,1153.608594 +106033,2313.960592,1205.319609,1542.124879,1299.729141,1154.661942 +106034,2318.235036,1174.154626,1542.865527,1303.772692,1155.87021 +106035,2322.502898,1229.326362,1543.640965,1308.154406,1157.145698 +106036,2326.800722,1151.804796,1544.471079,1312.281963,1158.494341 +106037,2331.131697,1209.946568,1545.355734,1316.47044,1159.912654 +106038,2335.348725,1189.89259,1546.200239,1320.619879,1161.282351 +106039,2339.819128,1184.875708,1547.048271,1324.734295,1162.661468 +106040,2344.105621,1196.429038,1547.998966,1334.010467,1164.177849 +106041,2348.224011,1178.111501,1548.878249,1325.866618,1165.610061 +106042,2352.291916,1197.061502,1549.7533,1344.658693,1167.043389 +106043,2356.157811,1175.487469,1550.524594,1327.345293,1168.349429 +106044,2358.609286,1190.201555,1551.089618,1343.682636,1169.467562 +106045,2360.387722,1179.811564,1551.635017,1338.023335,1170.611709 +106046,2362.107813,1183.581177,1552.178645,1343.700098,1171.767372 +106047,2364.151363,1181.198616,1552.78095,1347.458927,1172.991614 +106048,2366.607673,1180.561903,1553.473273,1350.787467,1174.320063 +106049,2369.340605,1179.693535,1554.209408,1354.380801,1175.696378 +106050,2372.242507,1178.727109,1554.967619,1357.860567,1177.096188 +106051,2375.256043,1177.529418,1555.74505,1361.850498,1178.517748 +106052,2378.466498,1176.111207,1556.49129,1365.724122,1179.968638 +106053,2381.926223,1174.47574,1557.169596,1369.978081,1181.450952 +106054,2385.617791,1173.015245,1557.762371,1373.92662,1182.952843 +106055,2389.492483,1171.437361,1558.266776,1378.026557,1184.459554 +106056,2393.511089,1169.848589,1558.692976,1382.177469,1185.967135 +106057,2397.796781,1168.236486,1559.147974,1391.315604,1187.597491 +106058,2402.035259,1166.601678,1559.455843,1383.796911,1189.114839 +106059,2406.320228,1164.945493,1559.690464,1401.483859,1190.604549 +106060,2411.049415,1164.177218,1560.113566,1404.975906,1192.394517 +106061,2417.377218,1162.692735,1560.748693,1413.339386,1194.384765 +106062,2424.571802,1161.105857,1561.437734,1419.030296,1196.410363 +106063,2431.940926,1159.478617,1562.141768,1428.60724,1198.485332 +106064,2438.764588,1157.822043,1562.60687,1422.58046,1200.31843 +106065,2445.123847,1156.142307,1562.902758,1440.19239,1202.003049 +106066,2451.340369,1154.441731,1563.197503,1437.876313,1203.746374 +106067,2457.586805,1152.722091,1563.359728,1444.095821,1205.372453 +106068,2463.325632,1150.881642,1563.412409,1449.280594,1206.904773 +106069,2469.195938,1149.27481,1563.542455,1459.248158,1208.578811 +106070,2474.925308,1147.430829,1563.564036,1453.596159,1210.155553 +106071,2480.566373,1145.655865,1563.503926,1469.034648,1211.667929 +106072,2486.389044,1143.84918,1563.52816,1469.765978,1213.327101 +106073,2492.31303,1142.025561,1563.585462,1473.913613,1215.067527 +106074,2497.976841,1140.285696,1563.448378,1483.917508,1216.597987 +106075,2503.873823,1138.281549,1563.423589,1484.863063,1218.309495 +106076,2509.794146,1136.477513,1563.378309,1494.249338,1220.031573 +106077,2515.709506,1134.572075,1563.294306,1495.461076,1221.740688 +106078,2521.450017,1132.663762,1563.063967,1499.265721,1223.297976 +106079,2527.200081,1130.739547,1562.800139,1508.168318,1224.845981 +106080,2533.042504,1128.797681,1562.553129,1510.309231,1226.447992 +106081,2536.989337,1060.665811,1561.073032,1457.021708,1226.499189 +106082,2528.486773,1058.19429,1550.655414,1454.077417,1213.336083 +106083,2515.779809,1055.845802,1536.901274,1460.508114,1194.593276 +106084,2506.232316,1053.604839,1524.883662,1470.867571,1177.4543 +106085,2501.542621,1051.35964,1515.917691,1470.534733,1164.077288 +106086,2500.598334,1049.110757,1509.42918,1475.88916,1154.008866 +106087,2502.131125,1046.854982,1504.662244,1481.719758,1146.430814 +106088,2505.330991,1044.496453,1501.123655,1491.337212,1140.776864 +106089,2509.449671,1042.356503,1498.32628,1492.061103,1136.439879 +106090,2513.88205,1040.005197,1495.868315,1496.600609,1132.895316 +106091,2518.695634,1037.812197,1493.764759,1506.949229,1130.138443 +106092,2523.853756,1035.364179,1491.966322,1508.42009,1128.078874 +106093,2529.016509,1033.100469,1490.237727,1512.180795,1126.388661 +106094,2534.287851,1030.744162,1488.623754,1521.239422,1125.098 +106095,2539.725057,1028.368767,1487.143387,1523.570141,1124.20564 +106096,2545.092025,1026.006932,1485.63082,1526.871287,1123.479086 +106097,2550.346542,1027.417509,1484.055262,1531.792973,1122.853266 +106098,2556.091071,1025.669091,1482.833855,1534.083354,1122.292388 +106099,2561.997771,1023.473703,1481.727687,1536.71159,1121.680132 +106100,2567.732689,1021.39914,1480.485872,1539.532449,1120.97624 +106101,2573.196462,1019.060535,1479.019723,1542.448233,1120.207899 +106102,2578.423518,1016.753981,1477.338928,1545.410311,1119.408738 +106103,2583.488993,1014.397601,1475.487695,1548.404221,1118.605975 +106104,2588.459417,1012.00858,1473.509092,1551.42982,1117.818447 +106105,2593.379976,1009.590142,1471.43433,1554.489125,1117.057895 +106106,2598.277278,1007.143506,1469.279925,1557.582203,1116.331002 +106107,2603.166571,1004.669947,1467.064161,1560.707229,1115.641098 +106108,2608.056973,1002.169851,1464.797755,1563.861596,1114.989391 +106109,2612.951399,999.7336167,1462.480984,1567.323662,1114.373429 +106110,2617.849165,997.051015,1460.120157,1571.061761,1113.78867 +106111,2622.748347,995.0728506,1457.717413,1574.961947,1113.230128 +106112,2627.428729,993.1002881,1455.334255,1578.766625,1112.694834 +106113,2631.774229,991.1790801,1453.015819,1582.353377,1112.186784 +106114,2635.789778,989.1945559,1450.778464,1585.727006,1111.713327 +106115,2639.532551,987.4529793,1448.619811,1588.941094,1111.279644 +106116,2643.061075,985.5340541,1446.529482,1592.237885,1110.886254 +106117,2646.419793,983.70695,1444.497552,1595.241467,1110.532412 +106118,2649.640176,981.8813222,1442.517013,1598.177938,1110.217748 +106119,2652.741862,980.0681924,1440.581632,1601.064911,1109.940214 +106120,2655.737009,978.2677109,1438.685531,1603.908212,1109.69649 +106121,2658.634406,976.4787099,1436.823685,1606.708143,1109.48323 +106122,2661.440525,974.7005945,1434.991945,1609.463845,1109.29743 +106123,2664.160606,972.9327919,1433.186908,1612.174936,1109.136442 +106124,2666.798773,971.1746529,1431.405796,1614.841639,1108.997967 +106125,2669.358431,969.4257154,1429.64633,1617.464439,1108.879986 +106126,2671.842132,967.6854082,1427.906616,1620.043786,1108.780705 +106127,2674.251629,965.9533402,1426.185076,1622.579997,1108.698538 +106128,2676.588185,964.2290036,1424.480397,1625.073263,1108.632096 +106129,2678.852882,962.5120684,1422.791457,1627.523645,1108.580122 +106130,2681.040644,960.8020766,1421.117345,1629.931161,1108.541554 +106131,2683.159898,959.0987517,1419.457275,1632.295755,1108.515441 +106132,2685.206769,957.4016777,1417.810557,1634.617282,1108.500906 +106133,2687.187766,955.7106198,1416.176568,1636.895518,1108.497138 +106134,2689.096637,954.0251963,1414.55477,1639.130197,1108.503413 +106135,2690.939243,952.3452079,1412.944683,1641.321006,1108.519067 +106136,2692.708717,950.6702996,1411.345908,1643.467616,1108.543534 +106137,2694.411114,949.0003006,1409.758076,1645.569646,1108.576277 +106138,2696.041432,947.2466305,1407.990629,1647.62806,1108.618433 +106139,2697.599768,945.7146067,1406.436605,1649.642516,1108.66976 +106140,2699.08527,943.9961386,1404.896711,1651.610804,1108.727942 +106141,2357.742125,942.3455766,1091.85409,1636.750085,2738.793723 +106142,2425.319409,1069.451151,1122.27153,1681.325804,2764.522509 +106143,2506.558891,1073.257306,1159.431078,1730.8417,2780.949916 +106144,2564.783845,1071.316546,1186.76205,1760.522947,2772.928643 +106145,2599.921742,1070.128965,1204.216381,1772.907191,2750.353 +106146,2622.215235,1068.888328,1216.182478,1777.355424,2725.670419 +106147,2637.397529,1067.7014,1224.945821,1778.755554,2702.305148 +106148,2648.651585,1062.518297,1231.76573,1779.405621,2681.200037 +106149,2657.82657,1060.675301,1237.160101,1780.131761,2662.473715 +106150,2665.188487,1058.940177,1241.531035,1781.116025,2645.997117 +106151,2671.419367,1057.330447,1245.14427,1782.301634,2631.5451 +106152,2676.757541,1055.732702,1248.163911,1783.596824,2618.873948 +106153,2681.36053,1054.132346,1250.696231,1784.937227,2607.752823 +106154,2685.354738,1052.547743,1252.817785,1786.285156,2597.974518 +106155,2688.841373,1050.967926,1254.591721,1787.62451,2589.359963 +106156,2691.907195,1049.455467,1256.071614,1788.947526,2581.755259 +106157,2694.62256,1047.778447,1257.302618,1790.248644,2575.027967 +106158,2697.042687,1046.249997,1258.322478,1791.523148,2569.064031 +106159,2699.210867,1044.738266,1259.162629,1792.76727,2563.765121 +106160,2701.192705,1043.180896,1259.852314,1794.003594,2559.046442 +106161,2703.003651,1041.616164,1260.412688,1795.221717,2554.834792 +106162,2704.651589,1040.050019,1260.860609,1796.406653,2551.066891 +106163,2706.149811,1038.484403,1261.210567,1797.550447,2547.687967 +106164,2707.508232,1036.917211,1261.475223,1798.65159,2544.650626 +106165,2708.738777,1035.351222,1261.66541,1799.711309,2541.913575 +106166,2709.851995,1033.785361,1261.790395,1800.731325,2539.441065 +106167,2710.856553,1032.219905,1261.85802,1801.712873,2537.202003 +106168,2711.759811,1030.654556,1261.874923,1802.656632,2535.169321 +106169,2712.567868,1029.089323,1261.846731,1803.562903,2533.319397 +106170,2713.285825,1027.523888,1261.778231,1804.431805,2531.631598 +106171,2713.948276,1025.527322,1261.687875,1805.286626,2530.119949 +106172,2714.404383,1023.435803,1261.548682,1805.959199,2528.738488 +106173,2714.541184,1021.297111,1261.340078,1806.349668,2527.447873 +106174,2714.358652,1019.124229,1261.067511,1806.469613,2526.250079 +106175,2713.886937,1016.923537,1260.737347,1806.361923,2525.139849 +106176,2713.160655,1014.697537,1260.355767,1806.06922,2524.109793 +106177,2712.208153,1012.448454,1259.927993,1805.622003,2523.152207 +106178,2711.050384,1010.177261,1259.458259,1805.038062,2522.259788 +106179,2709.703092,1007.885285,1258.950033,1804.328228,2521.4258 +106180,2708.178915,1005.573106,1258.406265,1803.500247,2520.644168 +106181,2706.488211,1003.241562,1257.829514,1802.560281,2519.909378 +106182,2704.63976,1000.891017,1257.22204,1801.513375,2519.216456 +106183,2702.641052,998.5221779,1256.585835,1800.363604,2518.560876 +106184,2700.498606,996.1353068,1255.922667,1799.114251,2517.938533 +106185,2698.214473,993.7310131,1255.234106,1797.767981,2517.345687 +106186,2695.791498,991.3724408,1254.521557,1796.327009,2516.778931 +106187,2693.23428,988.8404499,1253.786271,1794.79322,2516.235138 +106188,2690.548233,986.4325601,1253.029378,1793.168268,2515.711456 +106189,2687.738672,983.9290095,1252.251899,1791.453636,2515.205276 +106190,2684.806536,981.4364431,1251.453934,1789.647521,2514.714097 +106191,2681.756839,978.931255,1250.636516,1787.752207,2514.23565 +106192,2678.595111,976.3487172,1249.80083,1785.770648,2513.76798 +106193,2675.325643,973.9066148,1248.947815,1783.704875,2513.309254 +106194,2671.95175,971.310817,1248.078221,1781.556134,2512.857816 +106195,2668.476045,968.7576808,1247.192645,1779.325252,2512.412073 +106196,2664.900965,966.1794184,1246.29165,1777.013038,2511.970619 +106197,2661.228797,963.6495253,1245.375735,1774.620311,2511.532096 +106198,2657.4618,960.9517772,1244.445395,1772.147986,2511.095303 +106199,2653.602029,958.3787895,1243.501073,1769.596984,2510.659082 +106200,2649.651549,955.7358772,1242.54321,1766.968293,2510.222419 +106201,0,0,0,0,0 +106202,0,0,0,0,0 +106203,0,0,0,0,0 +106204,0,0,0,0,0 +106205,0,0,0,0,0 +106206,0,0,0,0,0 +106207,0,0,0,0,0 +106208,0,0,0,0,0 +106209,0,0,0,0,0 +106210,0,0,0,0,0 +106211,0,0,0,0,0 +106212,0,0,0,0,0 +106213,0,0,0,0,0 +106214,0,0,0,0,0 +106215,0,0,0,0,0 +106216,0,0,0,0,0 +106217,0,0,0,0,0 +106218,0,0,0,0,0 +106219,0,0,0,0,0 +106220,0,0,0,0,0 +106221,0,0,0,0,0 +106222,0,0,0,0,0 +106223,0,0,0,0,0 +106224,0,0,0,0,0 +106225,0,0,0,0,0 +106226,0,0,0,0,0 +106227,0,0,0,0,0 +106228,0,0,0,0,0 +106229,0,0,0,0,0 +106230,0,0,0,0,0 +106231,0,0,0,0,0 +106232,0,0,0,0,0 +106233,0,0,0,0,0 +106234,0,0,0,0,0 +106235,0,0,0,0,0 +106236,0,0,0,0,0 +106237,0,0,0,0,0 +106238,0,0,0,0,0 +106239,0,0,0,0,0 +106240,0,0,0,0,0 +106241,0,0,0,0,0 +106242,0,0,0,0,0 +106243,0,0,0,0,0 +106244,0,0,0,0,0 +106245,0,0,0,0,0 +106246,0,0,0,0,0 +106247,0,0,0,0,0 +106248,0,0,0,0,0 +106249,0,0,0,0,0 +106250,0,0,0,0,0 +106251,0,0,0,0,0 +106252,0,0,0,0,0 +106253,0,0,0,0,0 +106254,0,0,0,0,0 +106255,0,0,0,0,0 +106256,0,0,0,0,0 +106257,0,0,0,0,0 +106258,0,0,0,0,0 +106259,0,0,0,0,0 +106260,0,0,0,0,0 +106261,0,0,0,0,0 +106262,0,0,0,0,0 +106263,0,0,0,0,0 +106264,0,0,0,0,0 +106265,0,0,0,0,0 +106266,0,0,0,0,0 +106267,0,0,0,0,0 +106268,0,0,0,0,0 +106269,0,0,0,0,0 +106270,0,0,0,0,0 +106271,0,0,0,0,0 +106272,0,0,0,0,0 +106273,0,0,0,0,0 +106274,0,0,0,0,0 +106275,0,0,0,0,0 +106276,0,0,0,0,0 +106277,0,0,0,0,0 +106278,0,0,0,0,0 +106279,0,0,0,0,0 +106280,0,0,0,0,0 +106281,0,0,0,0,0 +106282,0,0,0,0,0 +106283,0,0,0,0,0 +106284,0,0,0,0,0 +106285,0,0,0,0,0 +106286,0,0,0,0,0 +106287,0,0,0,0,0 +106288,0,0,0,0,0 +106289,0,0,0,0,0 +106290,0,0,0,0,0 +106291,0,0,0,0,0 +106292,0,0,0,0,0 +106293,0,0,0,0,0 +106294,0,0,0,0,0 +106295,0,0,0,0,0 +106296,0,0,0,0,0 +106297,0,0,0,0,0 +106298,0,0,0,0,0 +106299,0,0,0,0,0 +106300,0,0,0,0,0 +106301,0,0,0,0,0 +106302,0,0,0,0,0 +106303,0,0,0,0,0 +106304,0,0,0,0,0 +106305,0,0,0,0,0 +106306,0,0,0,0,0 +106307,0,0,0,0,0 +106308,0,0,0,0,0 +106309,0,0,0,0,0 +106310,0,0,0,0,0 +106311,0,0,0,0,0 +106312,0,0,0,0,0 +106313,0,0,0,0,0 +106314,0,0,0,0,0 +106315,0,0,0,0,0 +106316,0,0,0,0,0 +106317,0,0,0,0,0 +106318,0,0,0,0,0 +106319,0,0,0,0,0 +106320,0,0,0,0,0 +106321,0,0,0,0,0 +106322,0,0,0,0,0 +106323,0,0,0,0,0 +106324,0,0,0,0,0 +106325,0,0,0,0,0 +106326,0,0,0,0,0 +106327,0,0,0,0,0 +106328,0,0,0,0,0 +106329,0,0,0,0,0 +106330,0,0,0,0,0 +106331,0,0,0,0,0 +106332,0,0,0,0,0 +106333,0,0,0,0,0 +106334,0,0,0,0,0 +106335,0,0,0,0,0 +106336,0,0,0,0,0 +106337,0,0,0,0,0 +106338,0,0,0,0,0 +106339,0,0,0,0,0 +106340,0,0,0,0,0 +106341,0,0,0,0,0 +106342,0,0,0,0,0 +106343,0,0,0,0,0 +106344,0,0,0,0,0 +106345,0,0,0,0,0 +106346,0,0,0,0,0 +106347,0,0,0,0,0 +106348,0,0,0,0,0 +106349,0,0,0,0,0 +106350,0,0,0,0,0 +106351,0,0,0,0,0 +106352,0,0,0,0,0 +106353,0,0,0,0,0 +106354,0,0,0,0,0 +106355,0,0,0,0,0 +106356,0,0,0,0,0 +106357,0,0,0,0,0 +106358,0,0,0,0,0 +106359,0,0,0,0,0 +106360,0,0,0,0,0 +106361,0,0,0,0,0 +106362,0,0,0,0,0 +106363,0,0,0,0,0 +106364,0,0,0,0,0 +106365,0,0,0,0,0 +106366,0,0,0,0,0 +106367,0,0,0,0,0 +106368,0,0,0,0,0 +106369,0,0,0,0,0 +106370,0,0,0,0,0 +106371,0,0,0,0,0 +106372,0,0,0,0,0 +106373,0,0,0,0,0 +106374,0,0,0,0,0 +106375,0,0,0,0,0 +106376,0,0,0,0,0 +106377,0,0,0,0,0 +106378,0,0,0,0,0 +106379,0,0,0,0,0 +106380,0,0,0,0,0 +106381,0,0,0,0,0 +106382,0,0,0,0,0 +106383,0,0,0,0,0 +106384,0,0,0,0,0 +106385,0,0,0,0,0 +106386,0,0,0,0,0 +106387,0,0,0,0,0 +106388,0,0,0,0,0 +106389,0,0,0,0,0 +106390,0,0,0,0,0 +106391,0,0,0,0,0 +106392,0,0,0,0,0 +106393,0,0,0,0,0 +106394,0,0,0,0,0 +106395,0,0,0,0,0 +106396,0,0,0,0,0 +106397,0,0,0,0,0 +106398,0,0,0,0,0 +106399,0,0,0,0,0 +106400,0,0,0,0,0 +106401,0,0,0,0,0 +106402,0,0,0,0,0 +106403,0,0,0,0,0 +106404,0,0,0,0,0 +106405,0,0,0,0,0 +106406,0,0,0,0,0 +106407,0,0,0,0,0 +106408,0,0,0,0,0 +106409,0,0,0,0,0 +106410,0,0,0,0,0 +106411,0,0,0,0,0 +106412,0,0,0,0,0 +106413,0,0,0,0,0 +106414,0,0,0,0,0 +106415,0,0,0,0,0 +106416,0,0,0,0,0 +106417,0,0,0,0,0 +106418,0,0,0,0,0 +106419,0,0,0,0,0 +106420,0,0,0,0,0 +106421,0,0,0,0,0 +106422,0,0,0,0,0 +106423,0,0,0,0,0 +106424,0,0,0,0,0 +106425,0,0,0,0,0 +106426,0,0,0,0,0 +106427,0,0,0,0,0 +106428,0,0,0,0,0 +106429,0,0,0,0,0 +106430,0,0,0,0,0 +106431,0,0,0,0,0 +106432,0,0,0,0,0 +106433,0,0,0,0,0 +106434,0,0,0,0,0 +106435,0,0,0,0,0 +106436,0,0,0,0,0 +106437,0,0,0,0,0 +106438,0,0,0,0,0 +106439,0,0,0,0,0 +106440,0,0,0,0,0 +106441,0,0,0,0,0 +106442,0,0,0,0,0 +106443,0,0,0,0,0 +106444,0,0,0,0,0 +106445,0,0,0,0,0 +106446,0,0,0,0,0 +106447,0,0,0,0,0 +106448,0,0,0,0,0 +106449,0,0,0,0,0 +106450,0,0,0,0,0 +106451,0,0,0,0,0 +106452,0,0,0,0,0 +106453,0,0,0,0,0 +106454,0,0,0,0,0 +106455,0,0,0,0,0 +106456,0,0,0,0,0 +106457,0,0,0,0,0 +106458,0,0,0,0,0 +106459,0,0,0,0,0 +106460,0,0,0,0,0 +106461,0,0,0,0,0 +106462,0,0,0,0,0 +106463,0,0,0,0,0 +106464,0,0,0,0,0 +106465,0,0,0,0,0 +106466,0,0,0,0,0 +106467,0,0,0,0,0 +106468,0,0,0,0,0 +106469,0,0,0,0,0 +106470,0,0,0,0,0 +106471,0,0,0,0,0 +106472,0,0,0,0,0 +106473,0,0,0,0,0 +106474,0,0,0,0,0 +106475,0,0,0,0,0 +106476,0,0,0,0,0 +106477,0,0,0,0,0 +106478,0,0,0,0,0 +106479,0,0,0,0,0 +106480,0,0,0,0,0 +106481,0,0,0,0,0 +106482,0,0,0,0,0 +106483,0,0,0,0,0 +106484,0,0,0,0,0 +106485,0,0,0,0,0 +106486,0,0,0,0,0 +106487,0,0,0,0,0 +106488,0,0,0,0,0 +106489,0,0,0,0,0 +106490,0,0,0,0,0 +106491,0,0,0,0,0 +106492,0,0,0,0,0 +106493,0,0,0,0,0 +106494,0,0,0,0,0 +106495,0,0,0,0,0 +106496,0,0,0,0,0 +106497,0,0,0,0,0 +106498,0,0,0,0,0 +106499,0,0,0,0,0 +106500,0,0,0,0,0 +106501,0,0,0,0,0 +106502,0,0,0,0,0 +106503,0,0,0,0,0 +106504,0,0,0,0,0 +106505,0,0,0,0,0 +106506,0,0,0,0,0 +106507,0,0,0,0,0 +106508,0,0,0,0,0 +106509,0,0,0,0,0 +106510,0,0,0,0,0 +106511,0,0,0,0,0 +106512,0,0,0,0,0 +106513,0,0,0,0,0 +106514,0,0,0,0,0 +106515,0,0,0,0,0 +106516,0,0,0,0,0 +106517,0,0,0,0,0 +106518,0,0,0,0,0 +106519,0,0,0,0,0 +106520,0,0,0,0,0 +106521,0,0,0,0,0 +106522,0,0,0,0,0 +106523,0,0,0,0,0 +106524,0,0,0,0,0 +106525,0,0,0,0,0 +106526,0,0,0,0,0 +106527,0,0,0,0,0 +106528,0,0,0,0,0 +106529,0,0,0,0,0 +106530,0,0,0,0,0 +106531,0,0,0,0,0 +106532,0,0,0,0,0 +106533,0,0,0,0,0 +106534,0,0,0,0,0 +106535,0,0,0,0,0 +106536,0,0,0,0,0 +106537,0,0,0,0,0 +106538,0,0,0,0,0 +106539,0,0,0,0,0 +106540,0,0,0,0,0 +106541,0,0,0,0,0 +106542,0,0,0,0,0 +106543,0,0,0,0,0 +106544,0,0,0,0,0 +106545,0,0,0,0,0 +106546,0,0,0,0,0 +106547,0,0,0,0,0 +106548,0,0,0,0,0 +106549,0,0,0,0,0 +106550,0,0,0,0,0 +106551,0,0,0,0,0 +106552,0,0,0,0,0 +106553,0,0,0,0,0 +106554,0,0,0,0,0 +106555,0,0,0,0,0 +106556,0,0,0,0,0 +106557,0,0,0,0,0 +106558,0,0,0,0,0 +106559,0,0,0,0,0 +106560,0,0,0,0,0 +106561,0,0,0,0,0 +106562,0,0,0,0,0 +106563,0,0,0,0,0 +106564,0,0,0,0,0 +106565,0,0,0,0,0 +106566,0,0,0,0,0 +106567,0,0,0,0,0 +106568,0,0,0,0,0 +106569,0,0,0,0,0 +106570,0,0,0,0,0 +106571,0,0,0,0,0 +106572,0,0,0,0,0 +106573,0,0,0,0,0 +106574,0,0,0,0,0 +106575,0,0,0,0,0 +106576,0,0,0,0,0 +106577,0,0,0,0,0 +106578,0,0,0,0,0 +106579,0,0,0,0,0 +106580,0,0,0,0,0 +106581,0,0,0,0,0 +106582,0,0,0,0,0 +106583,0,0,0,0,0 +106584,0,0,0,0,0 +106585,0,0,0,0,0 +106586,0,0,0,0,0 +106587,0,0,0,0,0 +106588,0,0,0,0,0 +106589,0,0,0,0,0 +106590,0,0,0,0,0 +106591,0,0,0,0,0 +106592,0,0,0,0,0 +106593,0,0,0,0,0 +106594,0,0,0,0,0 +106595,0,0,0,0,0 +106596,0,0,0,0,0 +106597,0,0,0,0,0 +106598,0,0,0,0,0 +106599,0,0,0,0,0 +106600,0,0,0,0,0 +106601,0,0,0,0,0 +106602,0,0,0,0,0 +106603,0,0,0,0,0 +106604,0,0,0,0,0 +106605,0,0,0,0,0 +106606,0,0,0,0,0 +106607,0,0,0,0,0 +106608,0,0,0,0,0 +106609,0,0,0,0,0 +106610,0,0,0,0,0 +106611,0,0,0,0,0 +106612,0,0,0,0,0 +106613,0,0,0,0,0 +106614,0,0,0,0,0 +106615,0,0,0,0,0 +106616,0,0,0,0,0 +106617,0,0,0,0,0 +106618,0,0,0,0,0 +106619,0,0,0,0,0 +106620,0,0,0,0,0 +106621,0,0,0,0,0 +106622,0,0,0,0,0 +106623,0,0,0,0,0 +106624,0,0,0,0,0 +106625,0,0,0,0,0 +106626,0,0,0,0,0 +106627,0,0,0,0,0 +106628,0,0,0,0,0 +106629,0,0,0,0,0 +106630,0,0,0,0,0 +106631,0,0,0,0,0 +106632,0,0,0,0,0 +106633,0,0,0,0,0 +106634,0,0,0,0,0 +106635,0,0,0,0,0 +106636,0,0,0,0,0 +106637,0,0,0,0,0 +106638,0,0,0,0,0 +106639,0,0,0,0,0 +106640,0,0,0,0,0 +106641,0,0,0,0,0 +106642,0,0,0,0,0 +106643,0,0,0,0,0 +106644,0,0,0,0,0 +106645,0,0,0,0,0 +106646,0,0,0,0,0 +106647,0,0,0,0,0 +106648,0,0,0,0,0 +106649,0,0,0,0,0 +106650,0,0,0,0,0 +106651,0,0,0,0,0 +106652,0,0,0,0,0 +106653,0,0,0,0,0 +106654,0,0,0,0,0 +106655,0,0,0,0,0 +106656,0,0,0,0,0 +106657,0,0,0,0,0 +106658,0,0,0,0,0 +106659,0,0,0,0,0 +106660,0,0,0,0,0 +106661,0,0,0,0,0 +106662,0,0,0,0,0 +106663,0,0,0,0,0 +106664,0,0,0,0,0 +106665,0,0,0,0,0 +106666,0,0,0,0,0 +106667,0,0,0,0,0 +106668,0,0,0,0,0 +106669,0,0,0,0,0 +106670,0,0,0,0,0 +106671,0,0,0,0,0 +106672,0,0,0,0,0 +106673,0,0,0,0,0 +106674,0,0,0,0,0 +106675,0,0,0,0,0 +106676,0,0,0,0,0 +106677,0,0,0,0,0 +106678,0,0,0,0,0 +106679,0,0,0,0,0 +106680,0,0,0,0,0 +106681,0,0,0,0,0 +106682,0,0,0,0,0 +106683,0,0,0,0,0 +106684,0,0,0,0,0 +106685,0,0,0,0,0 +106686,0,0,0,0,0 +106687,0,0,0,0,0 +106688,0,0,0,0,0 +106689,0,0,0,0,0 +106690,0,0,0,0,0 +106691,0,0,0,0,0 +106692,0,0,0,0,0 +106693,0,0,0,0,0 +106694,0,0,0,0,0 +106695,0,0,0,0,0 +106696,0,0,0,0,0 +106697,0,0,0,0,0 +106698,0,0,0,0,0 +106699,0,0,0,0,0 +106700,0,0,0,0,0 +106701,0,0,0,0,0 +106702,0,0,0,0,0 +106703,0,0,0,0,0 +106704,0,0,0,0,0 +106705,0,0,0,0,0 +106706,0,0,0,0,0 +106707,0,0,0,0,0 +106708,0,0,0,0,0 +106709,0,0,0,0,0 +106710,0,0,0,0,0 +106711,0,0,0,0,0 +106712,0,0,0,0,0 +106713,0,0,0,0,0 +106714,0,0,0,0,0 +106715,0,0,0,0,0 +106716,0,0,0,0,0 +106717,0,0,0,0,0 +106718,0,0,0,0,0 +106719,0,0,0,0,0 +106720,0,0,0,0,0 +106721,0,0,0,0,0 +106722,0,0,0,0,0 +106723,0,0,0,0,0 +106724,0,0,0,0,0 +106725,0,0,0,0,0 +106726,0,0,0,0,0 +106727,0,0,0,0,0 +106728,0,0,0,0,0 +106729,0,0,0,0,0 +106730,0,0,0,0,0 +106731,0,0,0,0,0 +106732,0,0,0,0,0 +106733,0,0,0,0,0 +106734,0,0,0,0,0 +106735,0,0,0,0,0 +106736,0,0,0,0,0 +106737,0,0,0,0,0 +106738,0,0,0,0,0 +106739,0,0,0,0,0 +106740,0,0,0,0,0 +106741,0,0,0,0,0 +106742,0,0,0,0,0 +106743,0,0,0,0,0 +106744,0,0,0,0,0 +106745,0,0,0,0,0 +106746,0,0,0,0,0 +106747,0,0,0,0,0 +106748,0,0,0,0,0 +106749,0,0,0,0,0 +106750,0,0,0,0,0 +106751,0,0,0,0,0 +106752,0,0,0,0,0 +106753,0,0,0,0,0 +106754,0,0,0,0,0 +106755,0,0,0,0,0 +106756,0,0,0,0,0 +106757,0,0,0,0,0 +106758,0,0,0,0,0 +106759,0,0,0,0,0 +106760,0,0,0,0,0 +106761,0,0,0,0,0 +106762,0,0,0,0,0 +106763,0,0,0,0,0 +106764,0,0,0,0,0 +106765,0,0,0,0,0 +106766,0,0,0,0,0 +106767,0,0,0,0,0 +106768,0,0,0,0,0 +106769,0,0,0,0,0 +106770,0,0,0,0,0 +106771,0,0,0,0,0 +106772,0,0,0,0,0 +106773,0,0,0,0,0 +106774,0,0,0,0,0 +106775,0,0,0,0,0 +106776,0,0,0,0,0 +106777,0,0,0,0,0 +106778,0,0,0,0,0 +106779,0,0,0,0,0 +106780,0,0,0,0,0 +106781,0,0,0,0,0 +106782,0,0,0,0,0 +106783,0,0,0,0,0 +106784,0,0,0,0,0 +106785,0,0,0,0,0 +106786,0,0,0,0,0 +106787,0,0,0,0,0 +106788,0,0,0,0,0 +106789,0,0,0,0,0 +106790,0,0,0,0,0 +106791,0,0,0,0,0 +106792,0,0,0,0,0 +106793,0,0,0,0,0 +106794,0,0,0,0,0 +106795,0,0,0,0,0 +106796,0,0,0,0,0 +106797,0,0,0,0,0 +106798,0,0,0,0,0 +106799,0,0,0,0,0 +106800,0,0,0,0,0 +106801,0,0,0,0,0 +106802,0,0,0,0,0 +106803,0,0,0,0,0 +106804,0,0,0,0,0 +106805,0,0,0,0,0 +106806,0,0,0,0,0 +106807,0,0,0,0,0 +106808,0,0,0,0,0 +106809,0,0,0,0,0 +106810,0,0,0,0,0 +106811,0,0,0,0,0 +106812,0,0,0,0,0 +106813,0,0,0,0,0 +106814,0,0,0,0,0 +106815,0,0,0,0,0 +106816,0,0,0,0,0 +106817,0,0,0,0,0 +106818,0,0,0,0,0 +106819,0,0,0,0,0 +106820,0,0,0,0,0 +106821,0,0,0,0,0 +106822,0,0,0,0,0 +106823,0,0,0,0,0 +106824,0,0,0,0,0 +106825,0,0,0,0,0 +106826,0,0,0,0,0 +106827,0,0,0,0,0 +106828,0,0,0,0,0 +106829,0,0,0,0,0 +106830,0,0,0,0,0 +106831,0,0,0,0,0 +106832,0,0,0,0,0 +106833,0,0,0,0,0 +106834,0,0,0,0,0 +106835,0,0,0,0,0 +106836,0,0,0,0,0 +106837,0,0,0,0,0 +106838,0,0,0,0,0 +106839,0,0,0,0,0 +106840,0,0,0,0,0 +106841,0,0,0,0,0 +106842,0,0,0,0,0 +106843,0,0,0,0,0 +106844,0,0,0,0,0 +106845,0,0,0,0,0 +106846,0,0,0,0,0 +106847,0,0,0,0,0 +106848,0,0,0,0,0 +106849,0,0,0,0,0 +106850,0,0,0,0,0 +106851,0,0,0,0,0 +106852,0,0,0,0,0 +106853,0,0,0,0,0 +106854,0,0,0,0,0 +106855,0,0,0,0,0 +106856,0,0,0,0,0 +106857,0,0,0,0,0 +106858,0,0,0,0,0 +106859,0,0,0,0,0 +106860,0,0,0,0,0 +106861,0,0,0,0,0 +106862,0,0,0,0,0 +106863,0,0,0,0,0 +106864,0,0,0,0,0 +106865,0,0,0,0,0 +106866,0,0,0,0,0 +106867,0,0,0,0,0 +106868,0,0,0,0,0 +106869,0,0,0,0,0 +106870,0,0,0,0,0 +106871,0,0,0,0,0 +106872,0,0,0,0,0 +106873,0,0,0,0,0 +106874,0,0,0,0,0 +106875,0,0,0,0,0 +106876,0,0,0,0,0 +106877,0,0,0,0,0 +106878,0,0,0,0,0 +106879,0,0,0,0,0 +106880,0,0,0,0,0 +106881,0,0,0,0,0 +106882,0,0,0,0,0 +106883,0,0,0,0,0 +106884,0,0,0,0,0 +106885,0,0,0,0,0 +106886,0,0,0,0,0 +106887,0,0,0,0,0 +106888,0,0,0,0,0 +106889,0,0,0,0,0 +106890,0,0,0,0,0 +106891,0,0,0,0,0 +106892,0,0,0,0,0 +106893,0,0,0,0,0 +106894,0,0,0,0,0 +106895,0,0,0,0,0 +106896,0,0,0,0,0 +106897,0,0,0,0,0 +106898,0,0,0,0,0 +106899,0,0,0,0,0 +106900,0,0,0,0,0 +106901,0,0,0,0,0 +106902,0,0,0,0,0 +106903,0,0,0,0,0 +106904,0,0,0,0,0 +106905,0,0,0,0,0 +106906,0,0,0,0,0 +106907,0,0,0,0,0 +106908,0,0,0,0,0 +106909,0,0,0,0,0 +106910,0,0,0,0,0 +106911,0,0,0,0,0 +106912,0,0,0,0,0 +106913,0,0,0,0,0 +106914,0,0,0,0,0 +106915,0,0,0,0,0 +106916,0,0,0,0,0 +106917,0,0,0,0,0 +106918,0,0,0,0,0 +106919,0,0,0,0,0 +106920,0,0,0,0,0 +106921,0,0,0,0,0 +106922,0,0,0,0,0 +106923,0,0,0,0,0 +106924,0,0,0,0,0 +106925,0,0,0,0,0 +106926,0,0,0,0,0 +106927,0,0,0,0,0 +106928,0,0,0,0,0 +106929,0,0,0,0,0 +106930,0,0,0,0,0 +106931,0,0,0,0,0 +106932,0,0,0,0,0 +106933,0,0,0,0,0 +106934,0,0,0,0,0 +106935,0,0,0,0,0 +106936,0,0,0,0,0 +106937,0,0,0,0,0 +106938,0,0,0,0,0 +106939,0,0,0,0,0 +106940,0,0,0,0,0 +106941,0,0,0,0,0 +106942,0,0,0,0,0 +106943,0,0,0,0,0 +106944,0,0,0,0,0 +106945,0,0,0,0,0 +106946,0,0,0,0,0 +106947,0,0,0,0,0 +106948,0,0,0,0,0 +106949,0,0,0,0,0 +106950,0,0,0,0,0 +106951,0,0,0,0,0 +106952,0,0,0,0,0 +106953,0,0,0,0,0 +106954,0,0,0,0,0 +106955,0,0,0,0,0 +106956,0,0,0,0,0 +106957,0,0,0,0,0 +106958,0,0,0,0,0 +106959,0,0,0,0,0 +106960,0,0,0,0,0 +106961,0,0,0,0,0 +106962,0,0,0,0,0 +106963,0,0,0,0,0 +106964,0,0,0,0,0 +106965,0,0,0,0,0 +106966,0,0,0,0,0 +106967,0,0,0,0,0 +106968,0,0,0,0,0 +106969,0,0,0,0,0 +106970,0,0,0,0,0 +106971,0,0,0,0,0 +106972,0,0,0,0,0 +106973,0,0,0,0,0 +106974,0,0,0,0,0 +106975,0,0,0,0,0 +106976,0,0,0,0,0 +106977,0,0,0,0,0 +106978,0,0,0,0,0 +106979,0,0,0,0,0 +106980,0,0,0,0,0 +106981,-2319.9237,-985.78474,-2244.111028,-1036.980446,-1901.957722 +106982,-1888.099351,-322.9495141,-1807.605241,-814.7612716,-1066.020297 +106983,-1862.823072,58.36205269,-1699.714631,-786.9626968,-1028.222325 +106984,-1749.277567,63.76200485,129.3622533,-738.6736789,-965.21799 +106985,-341.2307352,62.13235969,42.22340766,-278.6839541,-929.3192864 +106986,-883.1717444,29.94465737,-758.2993314,-364.2733798,-929.9232454 +106987,-798.9884241,44.87325745,-237.1120917,-387.0109569,-926.4544233 +106988,-726.5503263,56.86643098,-306.162864,-344.0212133,-919.5708306 +106989,-712.0842104,56.94351506,-289.6608018,-337.1800204,-911.9089517 +106990,-702.5933515,57.55641563,-275.0448674,-331.9402147,-903.4122637 +106991,-692.0950872,58.55835451,-258.0413146,-326.8388701,-895.1349305 +106992,-682.5692141,59.91941645,-243.0643514,-321.3094244,-596.5743902 +106993,-670.810326,61.56157999,-227.9346902,-316.2382076,-614.335402 +106994,-663.354242,63.52428016,-212.5954403,-311.6975062,-648.6421119 +106995,-652.9191016,65.71775798,-197.7917633,-306.3198483,-614.1650912 +106996,-643.2264371,68.11023927,-183.5341671,-302.2807602,-610.4398917 +106997,-635.2950216,70.67356117,-168.5906841,-296.6621802,-603.984986 +106998,-625.2810362,73.38593176,-154.8446223,-292.4424009,-598.4548619 +106999,-618.0567215,76.22932651,-140.430747,-288.144246,-592.6405292 +107000,-606.7488136,79.18883227,-126.9183073,-283.7616946,-587.9458502 +107001,-600.3071406,82.25203283,-113.0608434,-278.5097203,-581.5918203 +107002,-590.7426985,85.40855411,-99.48939027,-274.7717749,-577.9351719 +107003,-582.0721399,88.64972616,-86.52045042,-270.1677987,-572.5975652 +107004,-574.331289,91.96828669,-72.90195221,-266.3076326,-565.4437393 +107005,-565.457396,95.35812222,-60.204414,-261.5599253,-562.895357 +107006,-557.530162,98.81408607,-47.17566056,-257.5820314,-556.9320389 +107007,-549.5155204,102.3318274,-34.44351592,-253.5513122,-550.7287162 +107008,-540.3491426,105.9076335,-22.00935342,-249.0376622,-547.835361 +107009,-534.3129191,109.5383446,-9.55916287,-245.3318119,-541.2520638 +107010,-523.8850854,113.2212413,2.593327956,-241.143504,-538.1306097 +107011,-517.7189064,116.9539782,12.57860873,-236.9036379,-531.1410119 +107012,-509.3073449,120.6891501,22.42117077,-233.5083135,-527.7995727 +107013,-501.9250675,124.3955888,31.80602572,-229.1783988,-523.3828853 +107014,-495.5899498,128.0648244,41.20336914,-226.159992,-517.8215927 +107015,-485.8430663,131.700115,50.14338102,-221.7396811,-513.1323302 +107016,-480.5269955,135.3076647,59.25236303,-218.196001,-509.3762163 +107017,-472.9052351,138.8930107,67.74619403,-215.0840321,-503.376167 +107018,-464.0822042,142.4603897,76.56461288,-210.5391608,-500.50248 +107019,-458.6381761,146.0130699,84.76645433,-207.8368473,-494.2187088 +107020,-450.8533089,149.5537087,92.97904119,-203.2177157,-491.1853385 +107021,-444.1626859,153.0845598,101.2021537,-200.9454254,-485.7751296 +107022,-435.6869749,156.6075523,108.9640571,-196.2530885,-481.4123132 +107023,-429.5026295,160.124338,112.6829953,-193.4567783,-478.1542262 +107024,-422.6956209,163.6363184,112.5873177,-189.6696764,-472.388113 +107025,-415.2519678,167.144685,112.6764627,-186.3428733,-468.971918 +107026,-408.3569576,170.6504362,112.9807211,-182.9928972,-462.9735034 +107027,-401.4260225,174.1544192,113.4811304,-179.618802,-460.6981067 +107028,-394.4582935,177.6573436,114.1439884,-175.7264788,-455.7835319 +107029,-387.4549706,181.1598102,114.9381627,-173.3105662,-450.7608667 +107030,-381.0173713,184.6623141,115.8390843,-168.8706862,-448.326073 +107031,-373.3405959,188.1652696,116.8276559,-166.4237381,-442.4541808 +107032,-366.8435519,191.6690114,117.8884459,-162.6966366,-439.2272946 +107033,-360.3187492,195.1738114,119.0085365,-159.4567479,-435.2520878 +107034,-352.5447413,198.6798792,120.1769111,-156.4562437,-429.787559 +107035,-347.1863719,202.1873816,121.3841649,-152.6707278,-427.1102691 +107036,-339.351105,205.6887845,122.6164352,-149.899825,-422.9375998 +107037,-333.3308691,209.1870816,123.8688228,-146.3417485,-417.9520826 +107038,-326.0551258,212.6862946,125.1385169,-143.5449078,-414.3866505 +107039,-319.3734305,216.1884502,126.4222018,-139.9543655,-411.5262832 +107040,-312.6716696,219.6939919,127.7160621,-136.8723881,-405.5554451 +107041,111.2398388,223.4227838,129.5005109,50.35559041,201.8876758 +107042,124.5982814,235.3524107,150.1938755,56.49625073,229.7567206 +107043,143.8440629,420.4021312,180.8850507,65.26329435,271.4144312 +107044,163.2070161,920.3541931,212.1342988,73.97445097,314.5016837 +107045,180.4683762,608.2769472,239.9076774,81.62607831,353.8342646 +107046,195.4573691,733.5105581,263.6918932,88.17405514,388.6366435 +107047,208.6259397,759.0732508,284.1874164,93.85752623,419.6013625 +107048,220.4108427,781.8008814,302.1565861,98.89876161,446.6827893 +107049,231.1046225,804.0237734,318.135525,103.44512,470.6308593 +107050,240.8940338,826.7439339,332.4728376,107.5899236,492.1171541 +107051,249.2833947,847.747802,344.7867659,111.1130112,510.4406219 +107052,247.8396924,869.4203186,346.7340714,110.1846542,510.3602111 +107053,246.0128112,890.1510694,347.8409193,109.1052624,509.0938238 +107054,243.9670491,911.505218,348.3371175,107.9505479,506.973587 +107055,241.7694678,931.8534189,348.34422,106.7491449,504.1634828 +107056,239.4423012,952.2076355,347.9333367,105.5084437,500.7498552 +107057,236.9962448,972.3539479,347.1536267,104.2308076,496.7959054 +107058,234.4419475,1000.948169,346.0502678,102.9190506,492.3597546 +107059,231.7911325,1025.684102,344.6616444,101.5768553,487.4962758 +107060,229.0551912,1050.486422,343.0225368,100.2079999,482.2552109 +107061,226.2442319,1074.827299,341.1632758,98.81584431,476.6803519 +107062,223.3668252,1099.042573,339.1094952,97.40318129,470.8095692 +107063,220.4301963,1122.992407,336.8827049,95.97230964,464.6757095 +107064,217.440434,1146.726432,334.5009947,94.5251209,458.3071474 +107065,214.4027363,1169.702614,331.9797102,93.06320125,451.7286555 +107066,211.3215265,1193.807155,329.331903,91.58787412,444.9616914 +107067,208.2006282,1216.525309,326.5687596,90.10026924,438.025106 +107068,205.0433026,1239.513112,323.6998438,88.60133033,430.9352263 +107069,201.852387,1262.164165,320.7334036,87.09186955,423.7064634 +107070,198.6303155,1284.756894,317.6765353,85.57256985,416.3513124 +107071,195.379224,1305.405202,314.5354075,84.04402559,408.8808665 +107072,192.0933545,1325.564159,311.2971643,82.50267408,401.3046561 +107073,188.7693503,1345.512165,307.9573109,80.94631107,393.6311472 +107074,185.407437,1364.948363,304.5196419,79.37471866,385.8676994 +107075,182.0096889,1384.355205,300.9911137,77.78871263,378.0209892 +107076,178.5785105,1403.113053,297.3786072,76.18931612,370.0968173 +107077,175.1160926,1421.944768,293.6880254,74.57745394,362.1004817 +107078,171.4997376,1440.307874,289.9242869,72.9538688,354.0365275 +107079,167.7774229,1458.419606,286.0916497,71.31918246,345.9091215 +107080,164.0059718,1476.424779,282.1938925,69.67392694,337.7219361 +107081,160.2127199,1494.058657,278.2344455,68.01857915,329.4783749 +107082,156.4042295,1511.504564,274.2163978,66.35354937,321.1813332 +107083,152.5796918,1538.593868,270.1425975,64.67921622,312.8335486 +107084,148.737493,1546.736291,266.0156281,62.99590623,304.4373499 +107085,144.8770817,1547.615969,311.8175738,61.30392578,295.9949845 +107086,140.9985953,1587.800316,510.7468001,59.60354371,287.5083657 +107087,137.1025276,1593.160699,402.7015979,57.89501493,278.9793607 +107088,133.1892926,1611.215982,451.9861885,56.17855767,270.4094828 +107089,129.2592082,1627.438141,464.9182693,54.45436013,261.800017 +107090,125.3124252,1643.039137,477.3602167,52.72257252,253.1518898 +107091,121.3491565,1658.411879,489.1281286,50.98334137,244.4660648 +107092,117.3696317,1673.965657,500.6135033,49.1859653,235.7434433 +107093,113.3742056,1688.807708,512.0334143,47.35092458,226.9850677 +107094,109.3632451,1704.007823,523.0578695,45.50171918,218.1919214 +107095,105.3371808,1718.642244,533.6279326,43.64902941,209.3650371 +107096,101.296388,1733.043087,544.5310426,41.79475649,200.5052884 +107097,97.24127719,1747.686392,554.677441,39.93781963,191.6135683 +107098,93.17219607,1761.660034,564.6316103,38.07697302,182.6906145 +107099,89.0895331,1775.660468,574.9290736,36.2115362,173.7372109 +107100,84.99361665,1789.697781,584.6952484,34.34121323,164.7540069 +107101,85.75068226,1989.728433,983.3240978,34.67766782,164.5887413 +107102,93.5210653,1972.201582,996.4033044,38.15534394,177.6132924 +107103,618.9754953,1999.773225,1007.297173,43.02627443,1534.453106 +107104,626.4374109,2020.092821,1017.546982,340.7943216,952.3360774 +107105,547.4670135,2028.195304,1027.393807,192.2271017,1059.420693 +107106,619.3939667,2042.730525,1036.835877,240.9347202,1117.120806 +107107,639.7212495,2056.257667,1046.161696,255.3226431,1137.361397 +107108,659.2382622,2069.143007,1055.145944,265.2070697,1156.225105 +107109,677.8581579,2081.83852,1064.008045,271.5565667,1174.479846 +107110,691.6128329,2094.499529,1072.641635,279.8911806,1192.392179 +107111,706.9421459,2106.648507,1081.327567,287.5592475,1209.701514 +107112,721.5460631,2118.996683,1089.568087,294.7408059,1226.860689 +107113,736.0588373,2131.086018,1098.004487,302.5161589,1254.402419 +107114,749.4982338,2157.074825,1106.196909,309.4016696,1259.989375 +107115,763.7132841,2140.018201,1114.151782,316.8743841,1258.404762 +107116,776.9326359,2167.015841,1122.273118,323.7753841,1301.518436 +107117,790.1062956,2179.228599,1130.071713,330.5018476,1303.995919 +107118,803.5984535,2187.314539,1138.05842,337.10148,1321.606041 +107119,816.3994129,2199.220315,1146.455961,344.0331882,1336.313576 +107120,828.8922253,2209.955272,1160.930171,350.3065409,1350.820218 +107121,841.6142402,2220.747962,1158.218627,356.8085415,1365.025244 +107122,853.6389222,2256.320402,1160.669083,362.9931445,1379.038643 +107123,865.9753666,2205.061965,1181.602462,369.0800052,1392.643761 +107124,877.6263124,2292.340009,1182.349485,375.3458222,1406.147093 +107125,889.5989438,2223.90039,1191.157113,381.2641468,1419.449053 +107126,900.903089,2300.748826,1198.72185,387.0792898,1432.344579 +107127,915.78672,2275.091318,1213.412164,396.0197517,1445.202451 +107128,927.3677217,2253.417988,1220.320519,402.6449269,1469.154157 +107129,938.8611362,2317.091256,1228.216669,408.4973913,1453.258917 +107130,949.9181888,2285.22684,1236.625214,414.0593302,1490.371254 +107131,960.5097353,2306.634293,1244.574908,419.8234303,1492.597069 +107132,972.1867024,2319.446682,1252.728371,425.2836886,1506.208615 +107133,982.7740584,2315.758291,1260.492829,431.0935372,1517.690958 +107134,993.5084145,2327.01008,1268.645121,436.430728,1533.969912 +107135,1004.255266,2338.018735,1276.115229,441.7467355,1547.356243 +107136,1014.780834,2346.322816,1283.951083,447.1077884,1547.974553 +107137,1025.380855,2347.077686,1291.354719,452.2206708,1564.73715 +107138,1035.558886,2357.155453,1298.860564,457.5020041,1580.028864 +107139,1046.121283,2364.279788,1306.478557,462.4367015,1581.889795 +107140,1056.114557,2370.624561,1313.585657,467.5604984,1596.113882 +107141,1066.406348,2377.209287,1320.767232,472.4440382,1606.03732 +107142,1076.275179,2389.993961,1328.1858,477.3686873,1615.763725 +107143,1086.093073,2382.502328,1335.125722,482.1253168,1626.098732 +107144,1096.35214,2404.078534,1346.535383,487.0063314,1635.793859 +107145,1105.803182,2395.607953,1349.482227,491.5719256,1645.695463 +107146,1115.525161,2415.514394,1367.36363,496.3351047,1655.352644 +107147,1125.263563,2413.722766,1344.223556,500.8364697,1664.717019 +107148,1134.778445,2419.784957,1373.84825,505.5021972,1679.680058 +107149,1144.148939,2426.091233,1376.867602,509.8511964,1681.188398 +107150,1153.850954,2431.380468,1381.611094,514.4053303,1693.016911 +107151,1162.829473,2436.524879,1389.101842,518.7032429,1701.996105 +107152,1172.232257,2441.89669,1395.581966,523.1352117,1710.706658 +107153,1181.564673,2446.700602,1413.858552,527.3801217,1724.695495 +107154,1190.561669,2451.635191,1390.12416,531.6667177,1726.131543 +107155,1199.586752,2456.319908,1423.198978,535.8121666,1737.169388 +107156,1208.717789,2461.071986,1418.693621,540.0596628,1750.610061 +107157,1217.72814,2465.592331,1426.813651,544.0946712,1752.044245 +107158,1226.380497,2469.926822,1441.362814,547.8100328,1761.259735 +107159,1235.492825,2474.217548,1426.157006,552.4718002,1774.151797 +107160,1244.10376,2478.51458,1451.215222,556.1451415,1781.416882 +107161,1259.082651,2485.302856,1463.299604,562.8772644,1802.91344 +107162,1268.874726,2490.248196,1452.332162,567.3029216,1807.937958 +107163,1278.032903,2494.440871,1490.359808,571.4817874,1808.510369 +107164,1287.083442,2498.475302,1456.333876,575.4983631,1808.199102 +107165,1296.075001,2502.087207,1506.529773,579.5242333,1807.290229 +107166,1304.739351,2505.633095,1462.701245,583.4164868,1806.107004 +107167,1313.429844,2509.473015,1523.324598,587.3624065,1805.183808 +107168,1322.188017,2512.855899,1472.734798,591.175924,1804.376133 +107169,1330.693153,2516.180539,1534.967847,594.9822969,1803.814697 +107170,1339.212896,2519.388175,1501.869552,598.7435858,1803.354407 +107171,1352.00956,2528.715634,1520.846337,602.46686,1802.966389 +107172,1356.798108,2518.340518,1524.739357,606.1534005,1802.724417 +107173,1370.53967,2535.213845,1529.895843,609.7630327,1802.791232 +107174,1371.618784,2531.746957,1535.619568,613.4421613,1803.319557 +107175,1391.138142,2533.748393,1541.035392,617.0372143,1803.873457 +107176,1383.617215,2536.992936,1546.357711,620.5310885,1804.568153 +107177,1379.541705,2539.60953,1551.931239,624.0372006,1805.197544 +107178,1416.906535,2541.753994,1557.227079,627.5825624,1805.845191 +107179,1409.779467,2543.907184,1562.535749,631.0086561,1806.423976 +107180,1420.988577,2546.021276,1567.69473,634.4428702,1807.011655 +107181,1429.083171,2548.032804,1573.136979,637.8860466,1807.62526 +107182,1436.787459,2549.922488,1578.22805,641.1455953,1808.244256 +107183,1444.571833,2558.354189,1583.446754,644.585722,1809.085548 +107184,1452.46905,2546.79859,1593.79906,647.8625844,1809.884006 +107185,1460.20894,2561.589304,1591.356532,651.1583013,1810.549107 +107186,1467.657296,2551.007135,1599.428408,654.3855938,1811.072055 +107187,1475.420582,2564.209432,1604.051017,657.607381,1811.621833 +107188,1482.905734,2553.647586,1609.030118,660.8553438,1812.162217 +107189,1490.605683,2566.475526,1613.957832,664.0869012,1812.705649 +107190,1497.760795,2562.877944,1618.884109,667.1585129,1813.434777 +107191,1505.418238,2555.784498,1623.572408,670.3145361,1813.836616 +107192,1512.55804,2569.713327,1628.426997,673.2905451,1814.194617 +107193,1519.919718,2565.591112,1633.157401,676.3873421,1814.869878 +107194,1526.962217,2557.809055,1637.754686,679.3591461,1815.226411 +107195,1534.203284,2571.42087,1647.38813,682.3478648,1815.626949 +107196,1541.30937,2567.096113,1645.182395,685.3066438,1816.337251 +107197,1548.28198,2559.092628,1651.923489,688.2428615,1816.573767 +107198,1555.593003,2572.181964,1656.698646,691.1557259,1816.700796 +107199,1562.353445,2560.992021,1660.743524,694.048354,1816.948207 +107200,1569.411706,2571.908222,1665.450418,696.9187495,1817.21529 +107201,1576.320341,2560.289453,1669.874787,699.7688406,1817.396529 +107202,1583.206834,2572.012185,1678.96141,702.5983372,1817.706803 +107203,1590.165468,2559.728507,1677.249481,705.4081458,1818.156803 +107204,1596.810639,2571.683108,1683.081204,708.1485704,1818.229415 +107205,1603.667708,2558.570651,1687.680257,710.9941766,1818.219546 +107206,1610.280666,2564.287054,1696.636187,713.7106384,1818.210392 +107207,1617.15288,2564.088417,1695.070195,716.5028827,1818.304238 +107208,1623.742623,2562.556549,1700.194678,719.1433343,1818.305475 +107209,1630.504401,2561.85668,1709.529467,721.8779928,1818.357536 +107210,1636.938405,2560.887995,1708.353168,724.5509523,1818.449208 +107211,1643.58601,2560.094366,1712.879514,727.2147193,1818.343669 +107212,1650.101867,2558.939343,1721.325458,729.8113591,1818.272751 +107213,1656.601445,2557.305817,1720.98336,732.5172926,1818.264466 +107214,1663.068086,2556.451857,1728.173048,735.0956176,1818.235775 +107215,1669.498186,2555.42565,1732.871347,737.7021364,1818.490879 +107216,1675.902924,2553.988634,1731.9841,740.285427,1818.409862 +107217,1682.270776,2545.400384,1732.693012,742.8534976,1817.759644 +107218,1688.608116,2557.303475,1732.56727,745.406165,1816.896894 +107219,1694.914039,2541.530973,1730.69996,747.9435099,1815.814747 +107220,1701.188335,2553.306467,1728.928372,750.4680428,1814.443987 +107221,1589.760205,2486.632649,1722.884268,699.6468886,1811.859734 +107222,1593.640112,2487.22207,1600.456614,701.1569921,1795.779378 +107223,1598.07979,2483.287898,1651.294533,702.8403874,1773.132476 +107224,1603.130548,2480.865856,1646.832847,704.7306416,1754.131571 +107225,1607.913529,2485.111382,1652.774965,706.7528125,1740.760962 +107226,1613.228228,2466.71545,1651.070101,708.7009583,1730.844331 +107227,1618.042985,2481.348717,1653.471563,710.7097637,1723.111917 +107228,1623.231503,2461.343127,1661.043546,712.7186315,1717.024855 +107229,1628.306094,2468.205222,1664.634313,714.7310124,1712.074834 +107230,1633.395462,2463.428146,1662.88647,716.7438923,1707.868619 +107231,1638.479669,2459.780139,1668.170849,718.7574411,1704.07904 +107232,1643.673218,2456.478894,1667.403078,720.7686979,1700.557468 +107233,1648.559668,2453.197074,1667.930065,722.7782486,1697.17846 +107234,1653.702184,2449.660325,1666.004407,724.7853383,1693.812834 +107235,1658.606521,2446.174017,1663.695872,726.7897305,1690.367135 +107236,1663.822783,2442.516864,1661.476714,728.7912331,1686.828097 +107237,1668.75434,2438.815613,1659.386312,730.7897232,1683.250313 +107238,1673.780841,2434.996275,1657.432685,732.7318624,1679.686311 +107239,1678.891829,2431.22816,1655.608346,734.8041712,1676.171659 +107240,1683.692288,2427.303825,1653.900863,736.7548732,1672.725671 +107241,1688.745575,2423.323057,1652.295416,738.8029802,1669.354181 +107242,1701.923059,2419.274878,1650.763007,740.7047756,1666.037705 +107243,1691.163554,2415.160106,1649.318448,742.7231023,1662.806593 +107244,1731.326873,2410.962546,1647.913414,744.6347536,1659.60902 +107245,1667.193664,2406.670763,1646.617049,746.6896043,1656.544676 +107246,1733.464695,2402.392396,1645.405919,748.6186029,1653.57977 +107247,1713.595271,2390.997041,1644.015351,750.5929986,1650.392975 +107248,1723.117504,2402.088095,1642.771199,752.5556851,1647.383212 +107249,1727.804454,2379.270595,1641.59166,754.5149823,1644.458471 +107250,1732.730076,2392.857361,1640.442605,756.4710626,1641.568065 +107251,1737.32835,2369.68512,1639.279859,758.240662,1638.667843 +107252,1741.552588,2375.797253,1637.99648,759.9827876,1635.637716 +107253,1745.881673,2367.847868,1636.769001,761.6950182,1632.925087 +107254,1750.376654,2361.822122,1635.545594,763.3887058,1630.057219 +107255,1754.561921,2356.632585,1634.258913,765.0662709,1627.151107 +107256,1758.9541,2350.984752,1632.95833,766.7286999,1624.263767 +107257,1762.963756,2345.132532,1631.647872,768.3771466,1621.395511 +107258,1767.234959,2339.275639,1630.323361,769.9551267,1618.536934 +107259,1771.212816,2333.277521,1628.985777,771.6631616,1615.68563 +107260,1775.438986,2327.212283,1627.635529,773.2317928,1612.838951 +107261,1779.460583,2321.078426,1626.273776,774.8977509,1609.995726 +107262,1783.245207,2314.844237,1624.902716,776.395132,1607.15645 +107263,1787.181206,2308.505593,1623.523698,777.9568148,1604.320801 +107264,1792.131631,2302.131759,1622.135429,779.5585722,1601.485543 +107265,1806.697619,2295.80215,1620.717534,780.9810566,1598.623924 +107266,1780.917277,2288.99507,1619.314896,782.5903492,1595.790451 +107267,1811.498024,2282.419268,1617.920551,784.0646127,1592.975565 +107268,1804.941189,2275.62872,1616.491245,785.5816318,1590.124807 +107269,1810.399886,2268.788727,1615.051231,787.0798913,1587.267442 +107270,1814.257373,2261.952913,1613.613044,788.5683837,1584.418228 +107271,1817.985111,2254.955747,1612.170681,790.0472707,1581.569165 +107272,1821.830056,2247.906292,1610.720385,793.6000001,1578.715193 +107273,1825.14773,2233.527565,1609.133596,792.6027578,1575.695641 +107274,1829.109373,2243.076777,1607.667829,797.6713608,1572.829735 +107275,1832.601771,2215.528904,1606.209211,794.397999,1569.976144 +107276,1843.261053,2221.375683,1604.595966,802.8523672,1566.933868 +107277,1833.869359,2210.652969,1603.092363,794.6224445,1564.030825 +107278,1841.517642,2202.806012,1601.641371,809.9337204,1561.196355 +107279,1849.102093,2195.570874,1600.153125,792.0395467,1558.31952 +107280,1849.478314,2187.990904,1598.680764,799.5886348,1555.4665 +107281,1611.860098,2074.8398,1599.077145,698.5693458,1556.702183 +107282,1609.202915,2049.062338,1586.465777,692.0269564,1539.615433 +107283,1608.232623,2060.68419,1568.444986,692.6289751,1514.307236 +107284,1607.624698,2027.172897,1551.814142,692.2245987,1489.757118 +107285,1607.635248,2033.572748,1538.708569,692.1006034,1468.957075 +107286,1607.74481,2018.730344,1529.074839,691.9533327,1452.316056 +107287,1608.011234,2009.500527,1521.907028,691.9257618,1438.66434 +107288,1608.36651,2000.134503,1516.323514,691.9360279,1427.494736 +107289,1608.784641,1990.485914,1511.82106,691.9796232,1418.031882 +107290,1609.316125,1980.78735,1508.078683,692.0780462,1409.881086 +107291,1609.762581,1971.265231,1504.903971,692.146366,1402.791758 +107292,1610.34828,1961.285201,1502.161373,692.2798701,1396.57184 +107293,1610.907377,1951.64391,1499.758855,692.4075222,1391.086289 +107294,1611.47663,1941.816854,1497.626798,692.5449444,1386.223943 +107295,1612.056624,1932.144862,1495.706873,692.6926072,1381.88681 +107296,1612.511198,1922.040171,1493.952455,692.9081323,1377.991944 +107297,1613.308508,1912.305817,1492.33286,692.9857285,1374.477328 +107298,1613.812431,1902.288028,1490.825672,693.2000405,1371.29272 +107299,1614.571045,1892.477789,1489.409869,693.3703495,1368.391329 +107300,1614.973151,1882.287502,1488.068613,693.5556909,1365.733372 +107301,1615.676165,1872.306045,1486.792067,693.74704,1363.289558 +107302,1616.261013,1849.182159,1485.673223,693.9436043,1361.160754 +107303,1616.864368,1870.915936,1484.810642,694.1451837,1359.457522 +107304,1617.466721,1835.3119,1484.221057,694.3513491,1358.191338 +107305,1618.065263,1829.645768,1483.869147,694.5617908,1357.310418 +107306,1618.659992,1812.130051,1483.694598,694.7759541,1356.731994 +107307,1619.250642,1821.914565,1483.60435,694.9938309,1356.331752 +107308,1619.836341,1782.458249,1483.592935,695.2149695,1356.093722 +107309,1620.41685,1796.948006,1483.642446,695.4392332,1355.986589 +107310,1620.991547,1789.391139,1483.678561,695.6068713,1355.909488 +107311,1621.751787,1750.148011,1483.766528,696.063873,1355.936131 +107312,1622.544974,1767.171612,1483.915001,696.421637,1356.052205 +107313,1623.351562,1746.161118,1484.065914,696.8476805,1356.167715 +107314,1624.165439,1737.993094,1484.242161,697.2774682,1356.304089 +107315,1624.983961,1745.41283,1484.419707,697.7181265,1356.430446 +107316,1625.805792,1692.297276,1484.661096,698.1681807,1356.625989 +107317,1626.630706,1721.881254,1484.949084,698.6270167,1356.871159 +107318,1627.456906,1691.070121,1485.214816,699.0939349,1357.081771 +107319,1628.285783,1688.541211,1485.488253,699.5685738,1357.295765 +107320,1629.1158,1676.363375,1485.77573,700.0502034,1357.521335 +107321,1629.947033,1666.479102,1486.07178,700.5386232,1357.752085 +107322,1630.779097,1656.140314,1486.380024,701.0330957,1357.993064 +107323,1631.611926,1646.090318,1486.698176,701.5335384,1358.241977 +107324,1632.445724,1647.329639,1487.004193,702.0392917,1358.471849 +107325,1633.279614,1609.074314,1487.346293,702.5502623,1358.743112 +107326,1634.113849,1623.191765,1487.717709,703.0657725,1359.047982 +107327,1634.949204,1603.373138,1488.068152,703.5859803,1359.324455 +107328,1635.784165,1594.915274,1488.419089,704.1102065,1359.599472 +107329,1636.550525,1584.727334,1488.782243,704.6061498,1359.887683 +107330,1637.437401,1574.523921,1489.148386,705.1614704,1360.170541 +107331,1638.211681,1564.25581,1489.522614,705.6674245,1360.464861 +107332,1639.026993,1554.369341,1489.901016,706.19578,1360.756006 +107333,1639.855131,1543.985464,1490.282976,706.732429,1361.043353 +107334,1640.68679,1533.831716,1490.670694,707.2731151,1361.333042 +107335,1641.520375,1523.850462,1491.064646,707.816993,1361.62813 +107336,1642.355306,1513.682146,1491.464418,708.3635494,1361.929248 +107337,1643.192301,1503.620939,1491.869894,708.9125206,1362.236677 +107338,1644.030306,1493.451823,1492.280852,709.4635264,1362.550325 +107339,1644.869939,1483.686885,1492.695668,710.0164016,1362.868313 +107340,1645.710644,1473.458752,1493.113772,710.5708346,1363.190068 +107341,1900.852608,1571.040463,1487.958055,818.2669372,1353.825468 +107342,1861.537703,1564.012446,1492.954076,820.95792,1359.217976 +107343,1929.858035,1555.823056,1503.494194,823.20466,1373.139521 +107344,1876.885419,1547.632968,1514.048435,825.3176841,1388.001474 +107345,1916.03813,1539.425163,1522.177815,827.2613303,1400.269947 +107346,1902.433239,1530.893135,1527.893831,829.0198148,1409.650557 +107347,1911.338785,1522.571243,1531.916326,830.8657543,1417.022141 +107348,1914.20802,1514.155023,1534.992459,832.6141895,1422.795898 +107349,1917.673088,1505.76246,1537.51306,834.3437342,1427.604618 +107350,1921.213018,1497.277044,1539.584115,836.0472697,1431.579441 +107351,1924.456918,1489.075621,1541.294846,837.7360185,1434.816208 +107352,1928.175438,1480.678078,1542.688414,839.4034123,1437.390949 +107353,1931.439157,1472.399915,1543.812681,841.0565416,1439.370663 +107354,1934.839032,1464.143008,1544.714967,842.6950624,1440.817196 +107355,1938.243668,1455.925289,1545.429572,844.3205444,1441.796022 +107356,1941.393058,1447.639259,1545.984882,846.0043616,1442.55308 +107357,1944.95547,1439.661165,1546.416531,847.4990595,1442.736869 +107358,1948.387504,1431.614054,1546.747694,849.1401826,1442.61552 +107359,1952.614794,1423.449916,1547.012566,850.7089811,1442.247233 +107360,1957.136389,1435.749967,1547.394789,852.2779646,1441.836709 +107361,1961.401903,1378.549465,1547.602449,853.8377686,1441.067658 +107362,1974.440229,1434.468697,1547.927143,855.3877629,1440.455909 +107363,1958.773618,1359.000311,1548.093997,856.8563423,1439.118457 +107364,1988.421932,1410.806598,1548.254574,858.4956477,1438.189173 +107365,1976.152098,1365.30752,1548.517924,859.9297254,1437.119678 +107366,1985.566207,1383.023487,1548.624771,861.5559691,1436.015268 +107367,1990.585949,1369.69787,1548.667753,862.9217002,1434.597493 +107368,1995.097246,1365.653984,1548.740848,864.5008878,1433.15549 +107369,2000.099082,1360.552919,1548.817387,865.9475795,1431.661876 +107370,2005.212798,1355.33437,1548.888251,867.4596222,1430.117091 +107371,2009.969033,1349.870107,1548.966133,868.7617923,1428.761173 +107372,2015.185207,1344.629396,1549.028326,870.0494981,1427.168326 +107373,2020.190785,1339.34335,1549.06342,871.318392,1425.540611 +107374,2025.238179,1334.120474,1549.068235,872.5691661,1423.882597 +107375,2030.465487,1328.950879,1549.22798,873.8035071,1422.201475 +107376,2035.250134,1323.837699,1549.164411,875.0223653,1420.502657 +107377,2040.789676,1318.759919,1549.088412,876.226511,1418.796567 +107378,2045.832547,1313.846962,1549.006933,877.4163935,1417.084896 +107379,2050.963075,1308.918392,1548.913222,878.6665376,1415.356497 +107380,2063.639586,1304.091976,1548.96092,879.7190413,1413.806351 +107381,2058.668088,1299.309084,1549.177224,880.9213239,1412.243738 +107382,2067.323213,1294.694971,1548.981388,882.0469391,1410.444969 +107383,2072.635194,1289.912739,1548.758333,883.1711901,1408.832238 +107384,2077.612918,1285.422922,1548.727425,884.2836108,1407.04648 +107385,2082.545401,1280.932372,1548.613818,885.3842385,1405.243943 +107386,2088.251679,1276.442095,1547.931129,886.4733689,1403.447243 +107387,2093.411273,1272.282825,1547.916454,887.551111,1401.664167 +107388,2098.744535,1268.003495,1547.668516,888.6181351,1399.877328 +107389,2111.256041,1263.901282,1547.827666,889.5980834,1398.287916 +107390,2107.160465,1259.88227,1547.806752,890.7560178,1396.702688 +107391,2114.96102,1255.963225,1547.773101,891.7371964,1394.864497 +107392,2120.657053,1252.31473,1547.531608,892.7733309,1392.976801 +107393,2125.704306,1248.849395,1547.328335,893.788329,1391.145955 +107394,2131.204483,1245.519711,1547.131343,894.7931624,1389.325964 +107395,2143.43689,1242.319749,1547.096643,895.7883867,1387.71487 +107396,2140.650072,1239.340726,1547.077198,897.9468255,1386.127301 +107397,2146.5535,1236.098573,1547.031384,899.2821204,1384.265087 +107398,2154.105212,1233.355861,1546.730061,900.9022992,1382.315876 +107399,2158.115991,1230.366401,1546.455056,902.3295498,1380.407463 +107400,2170.631924,1227.513666,1546.342812,903.9936179,1378.70822 +107401,2211.975296,1247.498523,1550.324493,928.4409327,1383.931796 +107402,2227.907816,1245.783799,1557.21674,931.4772711,1392.934898 +107403,2232.92258,1244.022482,1564.820385,934.0808987,1402.971069 +107404,2237.329851,1241.869386,1571.245771,936.6287646,1411.664417 +107405,2241.652085,1239.735322,1576.11259,939.1447533,1418.490735 +107406,2246.197149,1237.551362,1579.927414,941.6625524,1423.986715 +107407,2250.965765,1235.350926,1582.71974,944.2027049,1428.183194 +107408,2253.550926,1233.146891,1584.933233,946.777421,1431.57501 +107409,2254.724639,1230.946283,1586.653534,949.4731001,1434.251237 +107410,2255.754159,1228.752511,1587.934317,952.0157578,1436.275626 +107411,2256.75129,1226.56826,1588.862037,954.7813578,1437.76091 +107412,2257.776789,1224.393877,1589.522894,957.5270856,1438.822881 +107413,2258.851084,1222.23148,1589.985005,960.2547085,1439.556204 +107414,2259.978228,1219.986444,1590.298934,963.2326175,1440.03429 +107415,2261.156603,1217.986563,1590.500653,966.0859629,1440.312315 +107416,2262.384282,1215.795169,1590.616585,969.0603421,1440.433043 +107417,2263.659218,1213.696766,1590.666281,972.0754081,1440.429806 +107418,2264.978124,1211.597704,1590.66376,975.1428011,1440.328018 +107419,2266.336819,1209.51161,1590.618983,978.3445809,1440.146965 +107420,2267.731367,1207.43868,1590.539506,981.3955157,1439.901948 +107421,2269.15778,1205.379193,1590.430783,984.6819965,1439.604722 +107422,2270.611865,1203.333012,1590.296494,987.9509504,1439.264018 +107423,2272.090102,1201.300394,1590.139391,991.2865944,1438.886701 +107424,2273.590553,1199.281201,1589.961558,994.677218,1438.478202 +107425,2275.113283,1197.275675,1589.764429,998.1229448,1438.042623 +107426,2276.650338,1195.376534,1589.54351,1004.703204,1437.576085 +107427,2278.211897,1193.261562,1589.305659,1004.226329,1437.088786 +107428,2279.787569,1191.362105,1589.044913,1016.910569,1436.57433 +107429,2281.413224,1189.397446,1588.78483,1001.894581,1436.063724 +107430,2283.136303,1187.459945,1588.526779,1017.753814,1435.559721 +107431,2285.046881,1185.594681,1588.232265,1021.159101,1435.014128 +107432,2287.219436,1183.756167,1587.91124,1023.229969,1434.431859 +107433,2289.665581,1181.938843,1587.580983,1027.857607,1433.82952 +107434,2292.337737,1180.141093,1587.238644,1031.884176,1433.202496 +107435,2295.190668,1178.362494,1586.881606,1035.965129,1432.54897 +107436,2298.191965,1176.602449,1586.508946,1040.193048,1431.869929 +107437,2301.319622,1174.861603,1586.120806,1044.180751,1431.167509 +107438,2304.557969,1173.138959,1585.717215,1048.632062,1430.443341 +107439,2307.893861,1171.435198,1585.297611,1052.880276,1429.698016 +107440,2311.317804,1169.749962,1584.862295,1057.2743,1428.933032 +107441,2314.82804,1165.365665,1584.415497,1062.487405,1428.154775 +107442,2318.945341,1163.237315,1583.658308,1067.046616,1427.364971 +107443,2322.970462,1161.355087,1582.693321,1071.813137,1426.559322 +107444,2327.069123,1159.552879,1581.681194,1076.555995,1425.738068 +107445,2331.185268,1157.800817,1580.709647,1081.368636,1424.90358 +107446,2335.30919,1156.085887,1579.799533,1086.236388,1424.057544 +107447,2339.448384,1154.40234,1578.941384,1091.170095,1423.20083 +107448,2343.611287,1152.746807,1578.119448,1096.159145,1422.333398 +107449,2347.803197,1151.117757,1577.321458,1101.208099,1421.455479 +107450,2352.017736,1149.513795,1576.53394,1109.807041,1420.560505 +107451,2356.260646,1147.934411,1575.754685,1112.636521,1419.652774 +107452,2360.529835,1146.378674,1574.978637,1124.339547,1418.731094 +107453,2364.860768,1144.846381,1574.225422,1114.004705,1417.824763 +107454,2369.268394,1143.33672,1573.502844,1122.76982,1416.947515 +107455,2373.680534,1141.849641,1572.764596,1136.978707,1416.043539 +107456,2378.084794,1140.3846,1572.001825,1136.762916,1415.103845 +107457,2382.51989,1138.941492,1571.237982,1143.670659,1414.159911 +107458,2386.988708,1137.519553,1570.474306,1149.153999,1413.21472 +107459,2391.486488,1136.026643,1569.707817,1154.831242,1412.265825 +107460,2396.001139,1134.7824,1568.931311,1165.093407,1411.305223 +107461,2401.235688,1100.207641,1568.488138,1126.231608,1410.891538 +107462,2401.548796,1098.397946,1564.581991,1141.768327,1405.173594 +107463,2399.856879,1096.809554,1559.084194,1143.29777,1396.78759 +107464,2398.792737,1095.233804,1553.889897,1149.676046,1388.494788 +107465,2399.32553,1093.696072,1549.723187,1160.563546,1381.44221 +107466,2401.329178,1092.18421,1546.542622,1157.597344,1375.699064 +107467,2404.350247,1090.696115,1544.071708,1164.907824,1370.97509 +107468,2407.953714,1089.230021,1542.035187,1174.87026,1366.947617 +107469,2411.88442,1087.785681,1540.266412,1178.27581,1363.412658 +107470,2416.032111,1086.361694,1538.68721,1184.728252,1360.268175 +107471,2420.314034,1084.957783,1537.235361,1198.340686,1357.427324 +107472,2424.728139,1083.572801,1535.900273,1186.941834,1354.866983 +107473,2429.24642,1082.2066,1534.656632,1207.048851,1352.54472 +107474,2433.804078,1080.858323,1533.457005,1208.975511,1350.389851 +107475,2438.627932,1079.528086,1532.270137,1230.697395,1348.352201 +107476,2443.217244,1078.215108,1531.148788,1198.829322,1346.48895 +107477,2447.839193,1076.919335,1530.056813,1254.649109,1344.744985 +107478,2452.462257,1075.640285,1528.965183,1222.226615,1343.075039 +107479,2457.401733,1074.378108,1527.912011,1241.674365,1341.519953 +107480,2462.092222,1073.13215,1526.920971,1255.875719,1340.103184 +107481,2467.009633,1071.902756,1525.975759,1250.843633,1338.798321 +107482,2471.603632,1070.689288,1525.149652,1262.231838,1337.693973 +107483,2477.133854,1069.492068,1524.541211,1267.890355,1336.912255 +107484,2482.731647,1068.310378,1524.110264,1274.245615,1336.399853 +107485,2488.844221,1067.144591,1523.789223,1281.043853,1336.068474 +107486,2494.80329,1065.994062,1523.543767,1287.533086,1335.871102 +107487,2500.817836,1064.859088,1523.350184,1294.25996,1335.773269 +107488,2507.184701,1063.738999,1523.19295,1300.765909,1335.750646 +107489,2513.309229,1062.634115,1523.063759,1307.707797,1335.788321 +107490,2519.451757,1061.543769,1522.956854,1314.291782,1335.875147 +107491,2525.611659,1060.401894,1522.865231,1320.793821,1335.998945 +107492,2531.758017,1059.260582,1522.77777,1327.466537,1336.152206 +107493,2537.867943,1058.126996,1522.686153,1333.946275,1336.328259 +107494,2544.047233,1057.002313,1522.657466,1346.234471,1336.61212 +107495,2550.481795,1055.887597,1522.617498,1344.458759,1336.906475 +107496,2556.470588,1054.782656,1522.499526,1354.432025,1337.122565 +107497,2562.437438,1053.68826,1522.386002,1360.704425,1337.361648 +107498,2568.418232,1052.603846,1522.290983,1367.001674,1337.638799 +107499,2574.382026,1051.52995,1522.19179,1373.540378,1337.923368 +107500,2580.339205,1050.466053,1522.094463,1380.010184,1338.221835 +107501,2586.297661,1049.412585,1522.004775,1386.710308,1338.540524 +107502,2592.253743,1048.457994,1521.92117,1393.19643,1338.876592 +107503,2598.203607,1047.20424,1521.841826,1399.807607,1339.226968 +107504,2604.147942,1046.374208,1521.76761,1406.156256,1339.592098 +107505,2610.091438,1045.284716,1521.701902,1412.960563,1339.97571 +107506,2616.033706,1044.293324,1521.644677,1419.424619,1340.377294 +107507,2621.968091,1043.29927,1521.592271,1425.992559,1340.79174 +107508,2627.894479,1042.314064,1521.544907,1432.378599,1341.218923 +107509,2633.818671,1041.338447,1521.506304,1439.117085,1341.6632 +107510,2639.877273,1040.371853,1521.562343,1450.986214,1342.234239 +107511,2646.218122,1039.414468,1521.620243,1450.064075,1342.813914 +107512,2652.078857,1038.465861,1521.583553,1459.034357,1343.278646 +107513,2657.966857,1033.960828,1521.581424,1467.307851,1343.792145 +107514,2664.188527,1032.404556,1521.255942,1473.963395,1344.410772 +107515,2670.562971,1031.13824,1520.695675,1480.669053,1345.053914 +107516,2676.92584,1029.954221,1520.086852,1487.147142,1345.687872 +107517,2683.218495,1028.816753,1519.541921,1493.986653,1346.315531 +107518,2689.584269,1027.709714,1519.181272,1505.566274,1347.060728 +107519,2695.894777,1026.625812,1518.906099,1505.619637,1347.815122 +107520,2701.976729,1025.560604,1518.581146,1513.910801,1348.430998 +107521,2709.189871,958.2406608,1520.106345,1457.326538,1352.894061 +107522,2704.118759,956.547399,1512.947092,1459.325538,1344.395359 +107523,2694.491025,955.0597755,1502.31568,1466.315792,1330.080252 +107524,2687.185555,953.6571101,1492.940228,1472.762918,1316.681043 +107525,2684.079281,952.2891777,1486.229888,1478.617828,1306.464107 +107526,2684.512579,950.9444564,1481.881518,1484.784306,1299.310201 +107527,2687.243671,949.6190544,1479.166625,1490.777203,1294.431141 +107528,2691.282262,948.3098716,1477.480082,1496.68796,1291.119573 +107529,2696.042877,947.015997,1476.447965,1502.946758,1288.917983 +107530,2701.217625,945.7353212,1475.857646,1508.891004,1287.550466 +107531,2706.790594,944.3831637,1475.674232,1520.061178,1286.957061 +107532,2712.380313,943.245348,1475.637329,1513.943516,1286.785698 +107533,2718.041564,941.9396349,1475.759031,1533.566932,1287.030145 +107534,2723.933547,940.7120294,1476.119799,1531.555791,1287.771606 +107535,2729.846453,939.5620292,1476.575842,1541.702004,1288.806633 +107536,2735.905264,938.2208103,1477.194146,1551.353174,1290.20217 +107537,2742.326139,937.0610925,1478.101027,1564.075459,1292.102897 +107538,2748.668782,935.8399404,1479.018944,1560.561047,1294.139778 +107539,2754.942053,934.5551753,1479.947884,1580.628048,1296.297941 +107540,2761.359564,933.476949,1481.013953,1582.368515,1298.723973 +107541,2767.659189,932.2301583,1482.050132,1590.324265,1301.191972 +107542,2773.978806,931.0565593,1483.137583,1603.806088,1303.794322 +107543,2780.304027,929.8774387,1484.264195,1605.803346,1306.50576 +107544,2786.399053,928.7026064,1485.281283,1613.697776,1309.127668 +107545,2792.535582,927.5331837,1486.353641,1626.402183,1311.862446 +107546,2798.730652,926.2886801,1487.490082,1629.35956,1314.715073 +107547,2804.874816,925.3227963,1488.622889,1641.097125,1317.594443 +107548,2810.930994,923.9959696,1489.728965,1644.407916,1320.466813 +107549,2816.906828,922.9149723,1490.812055,1654.900074,1323.332707 +107550,2822.777954,921.7520565,1491.859083,1658.438095,1326.170144 +107551,2828.375369,920.5431529,1492.759421,1663.182609,1328.835716 +107552,2833.621368,919.3203574,1493.495677,1668.659279,1331.311614 +107553,2838.440513,944.4113723,1494.038543,1672.106198,1333.562831 +107554,2842.95294,877.8307126,1494.461789,1675.040356,1335.681936 +107555,2847.144897,934.4983745,1494.748361,1678.10999,1337.643684 +107556,2850.863198,928.3065718,1494.793611,1681.16571,1339.310603 +107557,2854.383919,888.0720429,1494.759777,1684.310329,1340.886759 +107558,2857.720366,947.5595969,1494.653687,1687.475418,1342.379157 +107559,2860.94404,871.6629582,1494.513385,1690.647469,1343.836312 +107560,2864.024416,954.5611038,1494.322707,1693.774067,1345.23813 +107561,2867.030659,863.8451856,1494.121354,1696.879895,1346.635964 +107562,2869.933534,952.00758,1493.896059,1699.938729,1348.013324 +107563,2872.772329,863.6006887,1493.668695,1703.156098,1349.398433 +107564,2875.521115,944.6330016,1493.428177,1706.116466,1350.777175 +107565,2878.211403,866.8249594,1493.191062,1709.038046,1352.170559 +107566,2880.824552,934.972826,1492.950662,1711.920493,1353.569736 +107567,2883.372763,871.6803356,1492.715149,1714.773703,1354.984726 +107568,2885.850891,924.3277171,1492.480971,1717.590851,1356.410452 +107569,2888.26334,877.1339171,1492.250792,1720.371503,1357.849693 +107570,2890.609887,913.5104207,1492.024784,1723.113341,1359.301986 +107571,2892.885401,882.7168149,1491.800449,1725.812086,1360.763397 +107572,2895.09792,902.5598628,1491.583536,1728.473264,1362.240527 +107573,2897.233838,888.3815657,1491.366334,1731.087663,1363.722767 +107574,2899.3018,893.9777502,1491.154816,1733.661428,1365.217004 +107575,2901.296337,890.5248393,1490.946102,1736.190832,1366.718833 +107576,2903.217341,889.6882495,1490.740725,1738.675891,1368.228244 +107577,2905.068579,888.4632787,1490.541565,1741.119181,1369.748272 +107578,2906.846647,887.2325709,1490.347039,1743.518194,1371.276303 +107579,2908.55054,885.9998463,1490.15721,1745.872228,1372.811864 +107580,2910.17831,884.8397615,1489.971517,1748.179907,1374.353711 +107581,2341.436371,883.5306148,1039.587099,1627.908573,2646.777325 +107582,2408.771193,1012.187698,1068.460858,1672.835819,2671.518357 +107583,2481.677979,1016.615965,1099.511889,1716.186157,2678.058715 +107584,2535.961593,1015.275164,1122.815415,1742.675739,2665.216977 +107585,2576.172358,1014.7987,1140.802955,1758.404411,2648.453544 +107586,2605.62062,1014.198543,1154.721188,1767.363599,2632.060096 +107587,2627.61841,1013.552427,1165.710084,1772.649306,2617.04794 +107588,2644.731858,1012.842507,1174.669397,1776.244122,2603.622884 +107589,2658.800945,1012.121204,1182.167455,1779.116332,2591.749485 +107590,2670.159038,1007.44727,1188.537758,1781.634869,2581.314981 +107591,2679.622388,1005.985873,1193.832006,1783.960766,2572.172877 +107592,2687.57521,1004.794051,1198.246309,1786.139328,2564.168078 +107593,2694.303364,1003.671026,1201.97502,1788.186851,2557.153783 +107594,2700.037834,1002.574044,1205.160643,1790.119433,2550.999017 +107595,2704.956745,1001.49095,1207.900947,1791.955011,2545.590035 +107596,2709.205455,1000.413824,1210.266892,1793.709755,2540.829151 +107597,2712.901083,999.3266875,1212.314635,1795.395895,2536.63239 +107598,2716.133917,998.2533504,1214.08995,1797.018986,2532.926 +107599,2718.979164,997.2658906,1215.633058,1798.585765,2529.64814 +107600,2721.529979,996.2326473,1216.981517,1800.128216,2526.74579 +107601,2723.828991,995.1736848,1218.164348,1801.643556,2524.174307 +107602,2725.892981,994.118219,1219.202701,1803.115895,2521.891776 +107603,2727.741071,993.0647513,1220.115226,1804.538117,2519.862721 +107604,2729.395858,992.0743672,1220.91847,1805.91039,2518.056925 +107605,2730.879016,990.9274231,1221.626657,1807.235423,2516.448144 +107606,2732.209026,989.9208669,1222.251798,1808.515729,2515.01344 +107607,2733.4006,988.8563549,1222.803977,1809.752855,2513.732706 +107608,2734.465419,987.8011672,1223.291687,1810.947546,2512.588348 +107609,2735.412685,986.7445273,1223.722103,1812.100067,2511.564932 +107610,2736.24981,985.6858224,1224.101317,1813.210445,2510.648937 +107611,2736.982676,984.0654612,1224.434502,1814.27855,2509.828449 +107612,2737.4812,982.3200119,1224.704189,1815.147186,2509.092971 +107613,2737.651264,980.5112361,1224.898339,1815.726151,2508.433024 +107614,2737.478998,978.6563177,1225.015582,1816.014276,2507.840165 +107615,2736.991791,976.7008827,1225.060759,1816.052856,2507.306949 +107616,2736.225542,974.865128,1225.040476,1815.887132,2506.826849 +107617,2735.210945,972.8584092,1224.960909,1815.550908,2506.39405 +107618,2733.971271,970.8773581,1224.827276,1815.065849,2506.003346 +107619,2732.524292,968.8564144,1224.64393,1814.445476,2505.650002 +107620,2730.884351,966.8068083,1224.414588,1813.698847,2505.329724 +107621,2729.063247,964.7908087,1224.142476,1812.832666,2505.038563 +107622,2727.07098,962.5947492,1223.830433,1811.852242,2504.772909 +107623,2724.916094,960.509576,1223.480959,1810.761886,2504.529428 +107624,2722.606025,958.3425488,1223.096275,1809.565134,2504.305067 +107625,2720.143516,956.1606298,1222.678345,1808.264905,2504.096997 +107626,2717.532053,953.9537551,1222.228925,1806.863658,2503.902625 +107627,2714.773407,951.7006771,1221.749581,1805.363499,2503.719536 +107628,2711.874638,949.4394957,1221.241039,1803.763282,2503.545534 +107629,2708.843076,947.1578672,1220.704706,1802.065627,2503.378437 +107630,2705.684881,944.8531155,1220.142075,1800.273748,2503.216365 +107631,2702.404848,942.5266618,1219.554382,1798.389925,2503.057541 +107632,2699.007062,940.2369559,1218.942678,1796.415672,2502.900411 +107633,2695.494993,937.7779561,1218.307841,1794.352054,2502.74346 +107634,2691.871896,935.3696286,1217.650689,1792.200086,2502.58535 +107635,2688.140685,933.0364864,1216.971957,1789.960759,2502.424782 +107636,2684.304192,930.5575991,1216.272359,1787.635151,2502.260632 +107637,2680.365047,928.113554,1215.552533,1785.2243,2502.091783 +107638,2676.325822,925.6386607,1214.813106,1782.729302,2501.917274 +107639,2672.188838,923.1446659,1214.054641,1780.151212,2501.736162 +107640,2667.956406,920.6304842,1213.277694,1777.491137,2501.547636 +107641,0,0,0,0,0 +107642,0,0,0,0,0 +107643,0,0,0,0,0 +107644,0,0,0,0,0 +107645,0,0,0,0,0 +107646,0,0,0,0,0 +107647,0,0,0,0,0 +107648,0,0,0,0,0 +107649,0,0,0,0,0 +107650,0,0,0,0,0 +107651,0,0,0,0,0 +107652,0,0,0,0,0 +107653,0,0,0,0,0 +107654,0,0,0,0,0 +107655,0,0,0,0,0 +107656,0,0,0,0,0 +107657,0,0,0,0,0 +107658,0,0,0,0,0 +107659,0,0,0,0,0 +107660,0,0,0,0,0 +107661,0,0,0,0,0 +107662,0,0,0,0,0 +107663,0,0,0,0,0 +107664,0,0,0,0,0 +107665,0,0,0,0,0 +107666,0,0,0,0,0 +107667,0,0,0,0,0 +107668,0,0,0,0,0 +107669,0,0,0,0,0 +107670,0,0,0,0,0 +107671,0,0,0,0,0 +107672,0,0,0,0,0 +107673,0,0,0,0,0 +107674,0,0,0,0,0 +107675,0,0,0,0,0 +107676,0,0,0,0,0 +107677,0,0,0,0,0 +107678,0,0,0,0,0 +107679,0,0,0,0,0 +107680,0,0,0,0,0 +107681,0,0,0,0,0 +107682,0,0,0,0,0 +107683,0,0,0,0,0 +107684,0,0,0,0,0 +107685,0,0,0,0,0 +107686,0,0,0,0,0 +107687,0,0,0,0,0 +107688,0,0,0,0,0 +107689,0,0,0,0,0 +107690,0,0,0,0,0 +107691,0,0,0,0,0 +107692,0,0,0,0,0 +107693,0,0,0,0,0 +107694,0,0,0,0,0 +107695,0,0,0,0,0 +107696,0,0,0,0,0 +107697,0,0,0,0,0 +107698,0,0,0,0,0 +107699,0,0,0,0,0 +107700,0,0,0,0,0 +107701,0,0,0,0,0 +107702,0,0,0,0,0 +107703,0,0,0,0,0 +107704,0,0,0,0,0 +107705,0,0,0,0,0 +107706,0,0,0,0,0 +107707,0,0,0,0,0 +107708,0,0,0,0,0 +107709,0,0,0,0,0 +107710,0,0,0,0,0 +107711,0,0,0,0,0 +107712,0,0,0,0,0 +107713,0,0,0,0,0 +107714,0,0,0,0,0 +107715,0,0,0,0,0 +107716,0,0,0,0,0 +107717,0,0,0,0,0 +107718,0,0,0,0,0 +107719,0,0,0,0,0 +107720,0,0,0,0,0 +107721,0,0,0,0,0 +107722,0,0,0,0,0 +107723,0,0,0,0,0 +107724,0,0,0,0,0 +107725,0,0,0,0,0 +107726,0,0,0,0,0 +107727,0,0,0,0,0 +107728,0,0,0,0,0 +107729,0,0,0,0,0 +107730,0,0,0,0,0 +107731,0,0,0,0,0 +107732,0,0,0,0,0 +107733,0,0,0,0,0 +107734,0,0,0,0,0 +107735,0,0,0,0,0 +107736,0,0,0,0,0 +107737,0,0,0,0,0 +107738,0,0,0,0,0 +107739,0,0,0,0,0 +107740,0,0,0,0,0 +107741,0,0,0,0,0 +107742,0,0,0,0,0 +107743,0,0,0,0,0 +107744,0,0,0,0,0 +107745,0,0,0,0,0 +107746,0,0,0,0,0 +107747,0,0,0,0,0 +107748,0,0,0,0,0 +107749,0,0,0,0,0 +107750,0,0,0,0,0 +107751,0,0,0,0,0 +107752,0,0,0,0,0 +107753,0,0,0,0,0 +107754,0,0,0,0,0 +107755,0,0,0,0,0 +107756,0,0,0,0,0 +107757,0,0,0,0,0 +107758,0,0,0,0,0 +107759,0,0,0,0,0 +107760,0,0,0,0,0 +107761,0,0,0,0,0 +107762,0,0,0,0,0 +107763,0,0,0,0,0 +107764,0,0,0,0,0 +107765,0,0,0,0,0 +107766,0,0,0,0,0 +107767,0,0,0,0,0 +107768,0,0,0,0,0 +107769,0,0,0,0,0 +107770,0,0,0,0,0 +107771,0,0,0,0,0 +107772,0,0,0,0,0 +107773,0,0,0,0,0 +107774,0,0,0,0,0 +107775,0,0,0,0,0 +107776,0,0,0,0,0 +107777,0,0,0,0,0 +107778,0,0,0,0,0 +107779,0,0,0,0,0 +107780,0,0,0,0,0 +107781,0,0,0,0,0 +107782,0,0,0,0,0 +107783,0,0,0,0,0 +107784,0,0,0,0,0 +107785,0,0,0,0,0 +107786,0,0,0,0,0 +107787,0,0,0,0,0 +107788,0,0,0,0,0 +107789,0,0,0,0,0 +107790,0,0,0,0,0 +107791,0,0,0,0,0 +107792,0,0,0,0,0 +107793,0,0,0,0,0 +107794,0,0,0,0,0 +107795,0,0,0,0,0 +107796,0,0,0,0,0 +107797,0,0,0,0,0 +107798,0,0,0,0,0 +107799,0,0,0,0,0 +107800,0,0,0,0,0 +107801,0,0,0,0,0 +107802,0,0,0,0,0 +107803,0,0,0,0,0 +107804,0,0,0,0,0 +107805,0,0,0,0,0 +107806,0,0,0,0,0 +107807,0,0,0,0,0 +107808,0,0,0,0,0 +107809,0,0,0,0,0 +107810,0,0,0,0,0 +107811,0,0,0,0,0 +107812,0,0,0,0,0 +107813,0,0,0,0,0 +107814,0,0,0,0,0 +107815,0,0,0,0,0 +107816,0,0,0,0,0 +107817,0,0,0,0,0 +107818,0,0,0,0,0 +107819,0,0,0,0,0 +107820,0,0,0,0,0 +107821,0,0,0,0,0 +107822,0,0,0,0,0 +107823,0,0,0,0,0 +107824,0,0,0,0,0 +107825,0,0,0,0,0 +107826,0,0,0,0,0 +107827,0,0,0,0,0 +107828,0,0,0,0,0 +107829,0,0,0,0,0 +107830,0,0,0,0,0 +107831,0,0,0,0,0 +107832,0,0,0,0,0 +107833,0,0,0,0,0 +107834,0,0,0,0,0 +107835,0,0,0,0,0 +107836,0,0,0,0,0 +107837,0,0,0,0,0 +107838,0,0,0,0,0 +107839,0,0,0,0,0 +107840,0,0,0,0,0 +107841,0,0,0,0,0 +107842,0,0,0,0,0 +107843,0,0,0,0,0 +107844,0,0,0,0,0 +107845,0,0,0,0,0 +107846,0,0,0,0,0 +107847,0,0,0,0,0 +107848,0,0,0,0,0 +107849,0,0,0,0,0 +107850,0,0,0,0,0 +107851,0,0,0,0,0 +107852,0,0,0,0,0 +107853,0,0,0,0,0 +107854,0,0,0,0,0 +107855,0,0,0,0,0 +107856,0,0,0,0,0 +107857,0,0,0,0,0 +107858,0,0,0,0,0 +107859,0,0,0,0,0 +107860,0,0,0,0,0 +107861,0,0,0,0,0 +107862,0,0,0,0,0 +107863,0,0,0,0,0 +107864,0,0,0,0,0 +107865,0,0,0,0,0 +107866,0,0,0,0,0 +107867,0,0,0,0,0 +107868,0,0,0,0,0 +107869,0,0,0,0,0 +107870,0,0,0,0,0 +107871,0,0,0,0,0 +107872,0,0,0,0,0 +107873,0,0,0,0,0 +107874,0,0,0,0,0 +107875,0,0,0,0,0 +107876,0,0,0,0,0 +107877,0,0,0,0,0 +107878,0,0,0,0,0 +107879,0,0,0,0,0 +107880,0,0,0,0,0 +107881,0,0,0,0,0 +107882,0,0,0,0,0 +107883,0,0,0,0,0 +107884,0,0,0,0,0 +107885,0,0,0,0,0 +107886,0,0,0,0,0 +107887,0,0,0,0,0 +107888,0,0,0,0,0 +107889,0,0,0,0,0 +107890,0,0,0,0,0 +107891,0,0,0,0,0 +107892,0,0,0,0,0 +107893,0,0,0,0,0 +107894,0,0,0,0,0 +107895,0,0,0,0,0 +107896,0,0,0,0,0 +107897,0,0,0,0,0 +107898,0,0,0,0,0 +107899,0,0,0,0,0 +107900,0,0,0,0,0 +107901,0,0,0,0,0 +107902,0,0,0,0,0 +107903,0,0,0,0,0 +107904,0,0,0,0,0 +107905,0,0,0,0,0 +107906,0,0,0,0,0 +107907,0,0,0,0,0 +107908,0,0,0,0,0 +107909,0,0,0,0,0 +107910,0,0,0,0,0 +107911,0,0,0,0,0 +107912,0,0,0,0,0 +107913,0,0,0,0,0 +107914,0,0,0,0,0 +107915,0,0,0,0,0 +107916,0,0,0,0,0 +107917,0,0,0,0,0 +107918,0,0,0,0,0 +107919,0,0,0,0,0 +107920,0,0,0,0,0 +107921,0,0,0,0,0 +107922,0,0,0,0,0 +107923,0,0,0,0,0 +107924,0,0,0,0,0 +107925,0,0,0,0,0 +107926,0,0,0,0,0 +107927,0,0,0,0,0 +107928,0,0,0,0,0 +107929,0,0,0,0,0 +107930,0,0,0,0,0 +107931,0,0,0,0,0 +107932,0,0,0,0,0 +107933,0,0,0,0,0 +107934,0,0,0,0,0 +107935,0,0,0,0,0 +107936,0,0,0,0,0 +107937,0,0,0,0,0 +107938,0,0,0,0,0 +107939,0,0,0,0,0 +107940,0,0,0,0,0 +107941,0,0,0,0,0 +107942,0,0,0,0,0 +107943,0,0,0,0,0 +107944,0,0,0,0,0 +107945,0,0,0,0,0 +107946,0,0,0,0,0 +107947,0,0,0,0,0 +107948,0,0,0,0,0 +107949,0,0,0,0,0 +107950,0,0,0,0,0 +107951,0,0,0,0,0 +107952,0,0,0,0,0 +107953,0,0,0,0,0 +107954,0,0,0,0,0 +107955,0,0,0,0,0 +107956,0,0,0,0,0 +107957,0,0,0,0,0 +107958,0,0,0,0,0 +107959,0,0,0,0,0 +107960,0,0,0,0,0 +107961,0,0,0,0,0 +107962,0,0,0,0,0 +107963,0,0,0,0,0 +107964,0,0,0,0,0 +107965,0,0,0,0,0 +107966,0,0,0,0,0 +107967,0,0,0,0,0 +107968,0,0,0,0,0 +107969,0,0,0,0,0 +107970,0,0,0,0,0 +107971,0,0,0,0,0 +107972,0,0,0,0,0 +107973,0,0,0,0,0 +107974,0,0,0,0,0 +107975,0,0,0,0,0 +107976,0,0,0,0,0 +107977,0,0,0,0,0 +107978,0,0,0,0,0 +107979,0,0,0,0,0 +107980,0,0,0,0,0 +107981,0,0,0,0,0 +107982,0,0,0,0,0 +107983,0,0,0,0,0 +107984,0,0,0,0,0 +107985,0,0,0,0,0 +107986,0,0,0,0,0 +107987,0,0,0,0,0 +107988,0,0,0,0,0 +107989,0,0,0,0,0 +107990,0,0,0,0,0 +107991,0,0,0,0,0 +107992,0,0,0,0,0 +107993,0,0,0,0,0 +107994,0,0,0,0,0 +107995,0,0,0,0,0 +107996,0,0,0,0,0 +107997,0,0,0,0,0 +107998,0,0,0,0,0 +107999,0,0,0,0,0 +108000,0,0,0,0,0 +108001,0,0,0,0,0 +108002,0,0,0,0,0 +108003,0,0,0,0,0 +108004,0,0,0,0,0 +108005,0,0,0,0,0 +108006,0,0,0,0,0 +108007,0,0,0,0,0 +108008,0,0,0,0,0 +108009,0,0,0,0,0 +108010,0,0,0,0,0 +108011,0,0,0,0,0 +108012,0,0,0,0,0 +108013,0,0,0,0,0 +108014,0,0,0,0,0 +108015,0,0,0,0,0 +108016,0,0,0,0,0 +108017,0,0,0,0,0 +108018,0,0,0,0,0 +108019,0,0,0,0,0 +108020,0,0,0,0,0 +108021,0,0,0,0,0 +108022,0,0,0,0,0 +108023,0,0,0,0,0 +108024,0,0,0,0,0 +108025,0,0,0,0,0 +108026,0,0,0,0,0 +108027,0,0,0,0,0 +108028,0,0,0,0,0 +108029,0,0,0,0,0 +108030,0,0,0,0,0 +108031,0,0,0,0,0 +108032,0,0,0,0,0 +108033,0,0,0,0,0 +108034,0,0,0,0,0 +108035,0,0,0,0,0 +108036,0,0,0,0,0 +108037,0,0,0,0,0 +108038,0,0,0,0,0 +108039,0,0,0,0,0 +108040,0,0,0,0,0 +108041,0,0,0,0,0 +108042,0,0,0,0,0 +108043,0,0,0,0,0 +108044,0,0,0,0,0 +108045,0,0,0,0,0 +108046,0,0,0,0,0 +108047,0,0,0,0,0 +108048,0,0,0,0,0 +108049,0,0,0,0,0 +108050,0,0,0,0,0 +108051,0,0,0,0,0 +108052,0,0,0,0,0 +108053,0,0,0,0,0 +108054,0,0,0,0,0 +108055,0,0,0,0,0 +108056,0,0,0,0,0 +108057,0,0,0,0,0 +108058,0,0,0,0,0 +108059,0,0,0,0,0 +108060,0,0,0,0,0 +108061,0,0,0,0,0 +108062,0,0,0,0,0 +108063,0,0,0,0,0 +108064,0,0,0,0,0 +108065,0,0,0,0,0 +108066,0,0,0,0,0 +108067,0,0,0,0,0 +108068,0,0,0,0,0 +108069,0,0,0,0,0 +108070,0,0,0,0,0 +108071,0,0,0,0,0 +108072,0,0,0,0,0 +108073,0,0,0,0,0 +108074,0,0,0,0,0 +108075,0,0,0,0,0 +108076,0,0,0,0,0 +108077,0,0,0,0,0 +108078,0,0,0,0,0 +108079,0,0,0,0,0 +108080,0,0,0,0,0 +108081,0,0,0,0,0 +108082,0,0,0,0,0 +108083,0,0,0,0,0 +108084,0,0,0,0,0 +108085,0,0,0,0,0 +108086,0,0,0,0,0 +108087,0,0,0,0,0 +108088,0,0,0,0,0 +108089,0,0,0,0,0 +108090,0,0,0,0,0 +108091,0,0,0,0,0 +108092,0,0,0,0,0 +108093,0,0,0,0,0 +108094,0,0,0,0,0 +108095,0,0,0,0,0 +108096,0,0,0,0,0 +108097,0,0,0,0,0 +108098,0,0,0,0,0 +108099,0,0,0,0,0 +108100,0,0,0,0,0 +108101,0,0,0,0,0 +108102,0,0,0,0,0 +108103,0,0,0,0,0 +108104,0,0,0,0,0 +108105,0,0,0,0,0 +108106,0,0,0,0,0 +108107,0,0,0,0,0 +108108,0,0,0,0,0 +108109,0,0,0,0,0 +108110,0,0,0,0,0 +108111,0,0,0,0,0 +108112,0,0,0,0,0 +108113,0,0,0,0,0 +108114,0,0,0,0,0 +108115,0,0,0,0,0 +108116,0,0,0,0,0 +108117,0,0,0,0,0 +108118,0,0,0,0,0 +108119,0,0,0,0,0 +108120,0,0,0,0,0 +108121,0,0,0,0,0 +108122,0,0,0,0,0 +108123,0,0,0,0,0 +108124,0,0,0,0,0 +108125,0,0,0,0,0 +108126,0,0,0,0,0 +108127,0,0,0,0,0 +108128,0,0,0,0,0 +108129,0,0,0,0,0 +108130,0,0,0,0,0 +108131,0,0,0,0,0 +108132,0,0,0,0,0 +108133,0,0,0,0,0 +108134,0,0,0,0,0 +108135,0,0,0,0,0 +108136,0,0,0,0,0 +108137,0,0,0,0,0 +108138,0,0,0,0,0 +108139,0,0,0,0,0 +108140,0,0,0,0,0 +108141,0,0,0,0,0 +108142,0,0,0,0,0 +108143,0,0,0,0,0 +108144,0,0,0,0,0 +108145,0,0,0,0,0 +108146,0,0,0,0,0 +108147,0,0,0,0,0 +108148,0,0,0,0,0 +108149,0,0,0,0,0 +108150,0,0,0,0,0 +108151,0,0,0,0,0 +108152,0,0,0,0,0 +108153,0,0,0,0,0 +108154,0,0,0,0,0 +108155,0,0,0,0,0 +108156,0,0,0,0,0 +108157,0,0,0,0,0 +108158,0,0,0,0,0 +108159,0,0,0,0,0 +108160,0,0,0,0,0 +108161,0,0,0,0,0 +108162,0,0,0,0,0 +108163,0,0,0,0,0 +108164,0,0,0,0,0 +108165,0,0,0,0,0 +108166,0,0,0,0,0 +108167,0,0,0,0,0 +108168,0,0,0,0,0 +108169,0,0,0,0,0 +108170,0,0,0,0,0 +108171,0,0,0,0,0 +108172,0,0,0,0,0 +108173,0,0,0,0,0 +108174,0,0,0,0,0 +108175,0,0,0,0,0 +108176,0,0,0,0,0 +108177,0,0,0,0,0 +108178,0,0,0,0,0 +108179,0,0,0,0,0 +108180,0,0,0,0,0 +108181,0,0,0,0,0 +108182,0,0,0,0,0 +108183,0,0,0,0,0 +108184,0,0,0,0,0 +108185,0,0,0,0,0 +108186,0,0,0,0,0 +108187,0,0,0,0,0 +108188,0,0,0,0,0 +108189,0,0,0,0,0 +108190,0,0,0,0,0 +108191,0,0,0,0,0 +108192,0,0,0,0,0 +108193,0,0,0,0,0 +108194,0,0,0,0,0 +108195,0,0,0,0,0 +108196,0,0,0,0,0 +108197,0,0,0,0,0 +108198,0,0,0,0,0 +108199,0,0,0,0,0 +108200,0,0,0,0,0 +108201,0,0,0,0,0 +108202,0,0,0,0,0 +108203,0,0,0,0,0 +108204,0,0,0,0,0 +108205,0,0,0,0,0 +108206,0,0,0,0,0 +108207,0,0,0,0,0 +108208,0,0,0,0,0 +108209,0,0,0,0,0 +108210,0,0,0,0,0 +108211,0,0,0,0,0 +108212,0,0,0,0,0 +108213,0,0,0,0,0 +108214,0,0,0,0,0 +108215,0,0,0,0,0 +108216,0,0,0,0,0 +108217,0,0,0,0,0 +108218,0,0,0,0,0 +108219,0,0,0,0,0 +108220,0,0,0,0,0 +108221,0,0,0,0,0 +108222,0,0,0,0,0 +108223,0,0,0,0,0 +108224,0,0,0,0,0 +108225,0,0,0,0,0 +108226,0,0,0,0,0 +108227,0,0,0,0,0 +108228,0,0,0,0,0 +108229,0,0,0,0,0 +108230,0,0,0,0,0 +108231,0,0,0,0,0 +108232,0,0,0,0,0 +108233,0,0,0,0,0 +108234,0,0,0,0,0 +108235,0,0,0,0,0 +108236,0,0,0,0,0 +108237,0,0,0,0,0 +108238,0,0,0,0,0 +108239,0,0,0,0,0 +108240,0,0,0,0,0 +108241,0,0,0,0,0 +108242,0,0,0,0,0 +108243,0,0,0,0,0 +108244,0,0,0,0,0 +108245,0,0,0,0,0 +108246,0,0,0,0,0 +108247,0,0,0,0,0 +108248,0,0,0,0,0 +108249,0,0,0,0,0 +108250,0,0,0,0,0 +108251,0,0,0,0,0 +108252,0,0,0,0,0 +108253,0,0,0,0,0 +108254,0,0,0,0,0 +108255,0,0,0,0,0 +108256,0,0,0,0,0 +108257,0,0,0,0,0 +108258,0,0,0,0,0 +108259,0,0,0,0,0 +108260,0,0,0,0,0 +108261,0,0,0,0,0 +108262,0,0,0,0,0 +108263,0,0,0,0,0 +108264,0,0,0,0,0 +108265,0,0,0,0,0 +108266,0,0,0,0,0 +108267,0,0,0,0,0 +108268,0,0,0,0,0 +108269,0,0,0,0,0 +108270,0,0,0,0,0 +108271,0,0,0,0,0 +108272,0,0,0,0,0 +108273,0,0,0,0,0 +108274,0,0,0,0,0 +108275,0,0,0,0,0 +108276,0,0,0,0,0 +108277,0,0,0,0,0 +108278,0,0,0,0,0 +108279,0,0,0,0,0 +108280,0,0,0,0,0 +108281,0,0,0,0,0 +108282,0,0,0,0,0 +108283,0,0,0,0,0 +108284,0,0,0,0,0 +108285,0,0,0,0,0 +108286,0,0,0,0,0 +108287,0,0,0,0,0 +108288,0,0,0,0,0 +108289,0,0,0,0,0 +108290,0,0,0,0,0 +108291,0,0,0,0,0 +108292,0,0,0,0,0 +108293,0,0,0,0,0 +108294,0,0,0,0,0 +108295,0,0,0,0,0 +108296,0,0,0,0,0 +108297,0,0,0,0,0 +108298,0,0,0,0,0 +108299,0,0,0,0,0 +108300,0,0,0,0,0 +108301,0,0,0,0,0 +108302,0,0,0,0,0 +108303,0,0,0,0,0 +108304,0,0,0,0,0 +108305,0,0,0,0,0 +108306,0,0,0,0,0 +108307,0,0,0,0,0 +108308,0,0,0,0,0 +108309,0,0,0,0,0 +108310,0,0,0,0,0 +108311,0,0,0,0,0 +108312,0,0,0,0,0 +108313,0,0,0,0,0 +108314,0,0,0,0,0 +108315,0,0,0,0,0 +108316,0,0,0,0,0 +108317,0,0,0,0,0 +108318,0,0,0,0,0 +108319,0,0,0,0,0 +108320,0,0,0,0,0 +108321,0,0,0,0,0 +108322,0,0,0,0,0 +108323,0,0,0,0,0 +108324,0,0,0,0,0 +108325,0,0,0,0,0 +108326,0,0,0,0,0 +108327,0,0,0,0,0 +108328,0,0,0,0,0 +108329,0,0,0,0,0 +108330,0,0,0,0,0 +108331,0,0,0,0,0 +108332,0,0,0,0,0 +108333,0,0,0,0,0 +108334,0,0,0,0,0 +108335,0,0,0,0,0 +108336,0,0,0,0,0 +108337,0,0,0,0,0 +108338,0,0,0,0,0 +108339,0,0,0,0,0 +108340,0,0,0,0,0 +108341,0,0,0,0,0 +108342,0,0,0,0,0 +108343,0,0,0,0,0 +108344,0,0,0,0,0 +108345,0,0,0,0,0 +108346,0,0,0,0,0 +108347,0,0,0,0,0 +108348,0,0,0,0,0 +108349,0,0,0,0,0 +108350,0,0,0,0,0 +108351,0,0,0,0,0 +108352,0,0,0,0,0 +108353,0,0,0,0,0 +108354,0,0,0,0,0 +108355,0,0,0,0,0 +108356,0,0,0,0,0 +108357,0,0,0,0,0 +108358,0,0,0,0,0 +108359,0,0,0,0,0 +108360,0,0,0,0,0 +108361,0,0,0,0,0 +108362,0,0,0,0,0 +108363,0,0,0,0,0 +108364,0,0,0,0,0 +108365,0,0,0,0,0 +108366,0,0,0,0,0 +108367,0,0,0,0,0 +108368,0,0,0,0,0 +108369,0,0,0,0,0 +108370,0,0,0,0,0 +108371,0,0,0,0,0 +108372,0,0,0,0,0 +108373,0,0,0,0,0 +108374,0,0,0,0,0 +108375,0,0,0,0,0 +108376,0,0,0,0,0 +108377,0,0,0,0,0 +108378,0,0,0,0,0 +108379,0,0,0,0,0 +108380,0,0,0,0,0 +108381,0,0,0,0,0 +108382,0,0,0,0,0 +108383,0,0,0,0,0 +108384,0,0,0,0,0 +108385,0,0,0,0,0 +108386,0,0,0,0,0 +108387,0,0,0,0,0 +108388,0,0,0,0,0 +108389,0,0,0,0,0 +108390,0,0,0,0,0 +108391,0,0,0,0,0 +108392,0,0,0,0,0 +108393,0,0,0,0,0 +108394,0,0,0,0,0 +108395,0,0,0,0,0 +108396,0,0,0,0,0 +108397,0,0,0,0,0 +108398,0,0,0,0,0 +108399,0,0,0,0,0 +108400,0,0,0,0,0 +108401,0,0,0,0,0 +108402,0,0,0,0,0 +108403,0,0,0,0,0 +108404,0,0,0,0,0 +108405,0,0,0,0,0 +108406,0,0,0,0,0 +108407,0,0,0,0,0 +108408,0,0,0,0,0 +108409,0,0,0,0,0 +108410,0,0,0,0,0 +108411,0,0,0,0,0 +108412,0,0,0,0,0 +108413,0,0,0,0,0 +108414,0,0,0,0,0 +108415,0,0,0,0,0 +108416,0,0,0,0,0 +108417,0,0,0,0,0 +108418,0,0,0,0,0 +108419,0,0,0,0,0 +108420,0,0,0,0,0 +108421,-1909.409059,-832.77303,-1839.599882,-878.9381399,-1226.962384 +108422,-1898.448074,-796.7012858,-1824.005455,-845.7919537,-1154.599323 +108423,-1774.140494,-514.3486127,-1691.46046,-748.3614616,-1022.476223 +108424,-1590.339466,52.63116989,-1505.63658,-670.0104285,-915.7572966 +108425,-1613.932415,56.5546123,-1037.052634,-680.657127,-931.173003 +108426,-1682.462475,-215.1650099,-218.2101102,-710.7303049,-972.1949881 +108427,-1359.966919,-23.91817934,-762.7025754,-683.8842944,-933.2447395 +108428,-649.8253913,-34.37440789,-539.4908816,-305.487161,-891.759164 +108429,-1101.098237,-18.85906967,-511.7830913,-495.0490375,-849.7961466 +108430,-935.1585758,-2.527434655,-491.3841942,-438.6715746,-796.6968975 +108431,-921.9978773,13.81864622,-469.01366,-425.2670756,-750.900793 +108432,-906.040417,30.20520708,-449.2746626,-418.6376987,-709.4609675 +108433,-892.4518348,46.27332527,-429.1162985,-411.8359006,-672.7934244 +108434,-882.77296,50.38288341,-409.8488231,-406.02206,-641.0610917 +108435,-868.7066217,50.42270752,-390.1904804,-399.70007,-613.7357098 +108436,-856.7335776,50.88968723,-375.8472809,-394.3406468,-590.4415253 +108437,-845.888927,51.81616306,-359.7987803,-387.4061902,-570.7519903 +108438,-833.2339842,53.1490671,-345.1475806,-382.0067861,-554.327817 +108439,-823.3757791,54.81690377,-330.3339283,-376.4442816,-542.2638041 +108440,-810.7374654,56.89134457,-314.4404593,-370.6734117,-533.8838402 +108441,-802.2453539,58.78763371,-301.0021808,-364.9376975,-529.5251033 +108442,-789.0801055,61.3191771,-285.8773751,-359.7674677,-525.099471 +108443,-779.0317239,63.88846386,-272.2147123,-354.5576025,-522.140974 +108444,-769.5144777,66.61098062,-257.5821148,-348.5802673,-520.7371582 +108445,-757.509277,69.36612981,-244.1967648,-343.9242536,-521.7809217 +108446,-748.6529212,72.4181723,-230.5488804,-338.6170828,-523.914072 +108447,-737.0597644,75.46474997,-217.021788,-332.7868337,-528.1133482 +108448,-728.0989322,78.58809913,-203.8615828,-328.6194026,-533.8629181 +108449,-716.3469221,81.77904937,-190.8742205,-323.209336,-540.9841414 +108450,-709.6941474,85.03028573,-177.1846387,-318.2658691,-549.3647572 +108451,-696.3841945,88.33580132,-167.0762691,-313.4506257,-558.961518 +108452,-688.6611949,91.64500539,-155.3773728,-308.1432201,-569.7043725 +108453,-678.2909417,94.94605436,-144.571585,-303.7388026,-581.4093398 +108454,-669.3996413,98.2354453,-134.2870985,-298.5379928,-594.0945485 +108455,-659.7005831,101.5136344,-124.0547793,-293.8651236,-607.6464468 +108456,-649.1474234,104.7822889,-113.8535937,-289.5770484,-622.1117023 +108457,-641.8543683,108.043072,-104.0455717,-283.9312882,-637.3295842 +108458,-630.5601155,111.2973846,-93.75309944,-280.3440605,-653.3248401 +108459,-623.6136594,114.546381,-84.75557196,-275.1960118,-670.0132813 +108460,-612.2990907,117.79104,-74.7630139,-270.3800407,-687.3768624 +108461,-604.2894285,121.0322114,-66.11190579,-266.6753014,-705.381901 +108462,-595.3483301,124.270628,-56.39686694,-261.3175122,-723.9597806 +108463,-585.4926893,127.5069201,-47.59181311,-256.9259081,-743.1038096 +108464,-577.0530897,130.7416217,-38.45804903,-252.6422451,-762.7620459 +108465,-568.1013033,133.9751835,-30.05539766,-248.6082221,-782.8940263 +108466,-559.6318844,137.2079752,-21.20738473,-243.5685951,-803.4959477 +108467,-548.6757099,140.4403396,-12.80237088,-239.5157186,-525.5845691 +108468,-542.6497095,143.6726909,-4.381306887,-234.5965027,-632.8173593 +108469,-532.1802474,146.9049809,3.818154734,-230.8700597,-611.9097299 +108470,-523.0204733,150.1372759,11.99501901,-226.3606133,-597.1188029 +108471,-515.7127211,153.3695551,19.71968923,-222.5346696,-590.8062016 +108472,-505.788943,156.6018071,27.89410489,-217.5580565,-586.0568271 +108473,-497.9397683,159.8340014,35.36134363,-213.4095767,-581.0585386 +108474,-489.2603935,163.0661056,42.36053399,-209.8028386,-574.7578472 +108475,-479.9402699,166.2884258,50.23468659,-204.9818632,-568.9855871 +108476,-472.3604258,169.5045055,57.10722677,-201.335284,-565.7414084 +108477,-463.2718017,172.7192685,64.50385178,-196.566468,-558.5613976 +108478,-454.9995145,175.9351581,71.94423934,-193.0863945,-554.3081853 +108479,-445.6137598,179.0248657,78.51565588,-188.1721314,-550.2073936 +108480,-437.9832465,182.2731685,85.61285381,-184.9482234,-544.2200704 +108481,107.5224994,185.502709,107.2712632,48.67884509,194.9912159 +108482,118.5638028,197.1072452,126.1596584,53.90336915,220.2475331 +108483,134.7048842,212.936195,154.9687923,61.44079962,258.5576579 +108484,151.1281182,228.7927525,184.5039398,69.00221531,298.5167433 +108485,165.8910633,242.921934,210.7857279,75.69769878,335.1490568 +108486,178.7958727,409.8033861,233.2834905,81.46899572,367.6309524 +108487,190.1974657,683.1125396,252.6622428,86.51130029,395.5611075 +108488,200.4553455,524.123062,269.6547161,91.01183123,419.9626324 +108489,209.8102588,607.7996848,284.7717833,95.09429976,441.7448778 +108490,218.4164321,631.1659302,298.3439514,98.83726395,461.4572312 +108491,226.3839916,652.7151825,310.6048139,102.2961479,479.4152882 +108492,233.8026307,673.7702936,321.7416451,105.5153441,495.8359583 +108493,240.7499926,694.9197978,331.913429,108.5325649,510.9018725 +108494,247.2935776,715.2293686,341.2609035,111.3799605,524.7787286 +108495,253.4912375,735.2434588,349.9015776,114.0845369,537.6156199 +108496,259.391988,755.4466106,357.9357393,116.6687093,549.5437345 +108497,265.0371146,774.8562699,365.4482494,119.1509707,560.6767231 +108498,270.461359,793.9428583,372.5071805,121.5465661,571.1125544 +108499,275.6939783,813.7471596,379.1767813,123.868075,580.9356596 +108500,280.7596417,831.8597077,385.5046704,126.1258929,590.2189218 +108501,285.679169,850.6971657,391.5365669,128.328619,599.0253541 +108502,290.4701452,869.008926,397.3050546,130.4833728,607.4094666 +108503,295.1474395,887.0679968,402.8399445,132.5960556,615.4184872 +108504,299.7236297,904.7124333,408.1677578,134.6715602,623.093309 +108505,304.209381,922.8576094,413.3110032,136.7139549,630.469444 +108506,308.6137356,940.0961277,418.2884269,138.726621,637.5776769 +108507,312.9443899,957.4297322,423.1157159,140.7123817,644.4448176 +108508,317.2078902,974.5160752,427.8061229,142.673592,651.0941444 +108509,321.4098359,991.4153281,432.3709664,144.6122297,657.5460023 +108510,325.5550097,1008.132797,436.8199516,146.5299526,663.8180881 +108511,329.6475333,1024.001477,441.1614571,148.4281658,669.925944 +108512,333.6830558,1046.507225,445.3892458,150.3030805,675.8830343 +108513,337.6594747,1065.993998,449.5002785,152.152481,681.7011726 +108514,341.5782498,1085.317972,453.4975758,153.9765298,687.3907142 +108515,345.442589,1104.425438,457.3873876,155.7765868,692.9608739 +108516,349.2559195,1123.203043,461.1765278,157.5542222,698.4197436 +108517,352.6925229,1141.775213,464.5424361,159.1613831,703.176764 +108518,356.4168329,1160.058513,468.1523481,160.9001609,708.4412502 +108519,360.1282166,1178.234243,471.7080727,162.6337474,713.6684615 +108520,363.8090957,1196.039145,475.194205,164.3540032,718.8282191 +108521,367.4717936,1213.302551,478.6250353,166.0664443,723.944435 +108522,371.4407683,1231.375664,482.3268193,167.9185003,729.6082034 +108523,370.3445252,1248.380396,480.9296979,167.4684316,726.0545522 +108524,369.2924931,1265.541796,479.5448763,167.040334,722.5685795 +108525,368.3311437,1282.286105,478.2204041,166.6554792,719.2333292 +108526,367.4625798,1299.084362,476.9597514,166.3138403,716.0553278 +108527,366.6703718,1315.475121,475.7477202,166.0067613,713.0093098 +108528,365.9362604,1331.939207,474.5672067,165.7250388,710.0663969 +108529,365.2457063,1347.895513,473.4047783,165.46152,707.2033977 +108530,364.5879398,1363.933803,472.2507327,165.2110312,704.4027899 +108531,363.9547752,1379.818701,471.0979156,164.9697332,701.6509677 +108532,363.3396314,1395.272658,469.9407452,164.7346072,698.9366451 +108533,362.7370697,1410.86838,468.7747545,164.5032086,696.2503173 +108534,362.1425306,1426.119674,467.5963335,164.2735282,693.5837786 +108535,361.5522342,1441.21075,466.402633,164.0439347,690.9301229 +108536,360.9630398,1456.351999,465.1914294,163.8131019,688.2834205 +108537,360.37238,1470.986738,463.9610604,163.5799714,685.6387511 +108538,359.7781376,1485.820579,462.710306,163.3436909,682.9918963 +108539,359.178601,1500.302887,461.4383455,163.1035904,680.3393985 +108540,358.5723666,1514.702834,460.1446623,162.8591351,677.6782868 +108541,355.9918105,1698.260821,456.8625169,161.7160473,671.4307001 +108542,360.5092302,1714.579179,460.6801776,163.7614431,678.5807204 +108543,368.6432826,1729.970491,468.1128797,167.3810394,692.5614661 +108544,376.8680002,1745.33817,834.3544122,170.967917,706.85225 +108545,383.7126609,1760.131791,896.9107469,173.8714807,718.7619488 +108546,389.0321097,1774.683886,799.5118711,176.050099,728.0032597 +108547,393.1196064,1789.43044,862.0183359,177.6572462,735.0626265 +108548,396.2758335,1803.568893,874.706723,178.8427098,740.4354587 +108549,398.7065226,1817.809468,886.5069292,179.7074291,744.4562194 +108550,400.344738,1831.811099,897.7322191,180.315019,747.3382814 +108551,401.3546015,1845.76946,908.3538843,180.7095423,749.2355254 +108552,401.9011855,1859.288593,919.215773,180.92566,750.2752073 +108553,402.0943662,1873.162556,929.5195624,180.992463,750.5691575 +108554,402.0018717,1886.417021,940.2347704,180.9345311,879.3922101 +108555,401.6700552,1899.736863,950.2386616,180.7723739,1258.308535 +108556,535.008912,1913.145529,960.3289472,180.5228941,1039.724226 +108557,648.1807838,1926.021464,970.2672421,272.3584238,1132.406035 +108558,589.7994121,1939.125468,979.9975876,264.1433036,1152.488029 +108559,637.1002033,1951.679812,989.6783079,265.3552506,1170.422783 +108560,656.5737242,1964.558569,999.2235318,279.5784722,1187.845251 +108561,668.5501708,1977.109789,1008.64376,287.3791103,1205.428174 +108562,683.9720668,1989.399948,1018.068565,295.0464499,1221.982525 +108563,698.5922312,2001.760506,1027.343423,302.3634756,1238.454839 +108564,712.9933817,2013.913564,1036.583311,309.7725305,1254.532338 +108565,727.7711531,2025.954955,1045.842558,316.8834646,1270.255195 +108566,741.1701864,2037.881266,1055.091788,323.8403375,1285.719772 +108567,760.4849834,2044.088673,1072.188534,334.3397186,1300.934388 +108568,775.3513916,2058.758388,1078.460257,341.9391221,1315.773195 +108569,788.5519135,2074.150275,1088.689996,348.6005443,1330.035707 +108570,802.1799812,2077.374201,1098.209116,355.6770379,1344.900089 +108571,815.8062754,2070.814397,1107.867281,362.2476796,1358.769512 +108572,828.7297599,2107.499384,1117.347704,368.8089001,1372.596618 +108573,841.4504993,2104.699658,1126.829453,375.1399234,1386.276416 +108574,854.6665643,2117.237042,1136.105402,381.7635014,1399.573184 +108575,867.0527204,2126.745766,1145.313533,387.5516082,1412.809246 +108576,879.6609401,2136.525867,1154.362493,394.0099299,1425.721883 +108577,891.7682673,2145.956555,1163.427112,399.9067973,1438.416356 +108578,904.6323191,2155.091601,1172.286799,405.7238773,1451.028539 +108579,916.5208843,2164.304532,1181.086128,411.7961912,1463.341474 +108580,928.9739682,2173.395787,1189.724777,417.5641465,1475.443508 +108581,940.3694444,2181.984336,1198.405588,423.0444917,1487.503424 +108582,952.4640788,2190.956477,1206.863124,428.5959356,1499.253983 +108583,964.0356322,2199.459404,1215.285823,434.3322445,1510.891374 +108584,975.2861044,2208.513261,1223.603125,439.6488268,1525.717298 +108585,987.345451,2231.862777,1231.828614,445.0418936,1544.221113 +108586,998.4029676,2203.094574,1239.918156,450.336282,1544.372216 +108587,1009.683623,2241.464745,1248.114191,455.3882636,1535.484375 +108588,1020.90608,2239.186425,1255.901291,460.827423,1578.837003 +108589,1031.935555,2247.940656,1263.933064,465.7816965,1574.028259 +108590,1042.909423,2256.200583,1271.696555,470.844296,1587.667712 +108591,1053.786106,2263.538091,1279.437454,475.8134399,1598.211123 +108592,1064.522229,2271.090088,1292.870759,480.7252523,1608.361884 +108593,1075.293514,2284.686838,1297.972176,485.3588103,1618.545135 +108594,1085.872786,2276.840083,1288.666149,490.5217363,1628.53401 +108595,1096.415636,2296.870934,1317.183167,495.079704,1638.410094 +108596,1106.867387,2298.832904,1315.280646,500.0350977,1648.318488 +108597,1117.24738,2329.246546,1324.236218,504.3526758,1657.730176 +108598,1127.550169,2306.928495,1331.582336,509.0645213,1667.355756 +108599,1137.782063,2318.679108,1338.758873,513.351431,1688.845059 +108600,1147.386543,2331.816655,1345.956855,518.2460623,1668.016135 +108601,1164.711954,2336.616963,1359.270576,525.2550603,1725.702074 +108602,1175.536792,2351.468692,1367.749416,530.2792284,1726.33074 +108603,1186.420665,2346.14964,1375.404885,535.0209292,1753.116216 +108604,1197.021123,2356.681394,1383.053694,539.6451722,1731.535218 +108605,1207.308973,2367.349103,1390.561543,544.1575077,1775.207214 +108606,1217.69587,2367.013937,1397.865962,548.6761282,1762.225471 +108607,1227.828429,2381.618538,1405.07246,553.0962251,1779.210806 +108608,1237.873573,2380.299551,1412.315777,557.4402556,1793.00716 +108609,1248.015646,2387.549133,1419.509749,561.7918998,1793.401467 +108610,1257.915468,2393.940344,1426.445606,566.1095925,1805.982802 +108611,1267.821494,2399.165704,1433.51997,570.3013929,1814.297046 +108612,1277.644618,2404.493195,1440.54727,574.5332,1822.929987 +108613,1287.405748,2409.819203,1451.026091,578.6947421,1831.346161 +108614,1297.023419,2415.139328,1458.978225,582.491796,1840.049057 +108615,1306.866845,2420.001922,1462.542735,587.0857438,1848.259842 +108616,1316.259193,2424.989001,1453.30693,590.9019394,1856.770681 +108617,1325.853161,2429.895507,1483.124145,594.9393034,1869.975243 +108618,1335.219143,2434.629759,1478.920256,598.9870628,1870.718234 +108619,1344.754949,2439.284594,1487.692346,602.9547687,1881.253229 +108620,1354.044644,2443.779199,1498.810356,606.8264173,1889.142288 +108621,1363.443604,2448.278279,1502.884674,610.7084658,1901.69415 +108622,1372.464818,2452.778413,1497.651429,614.622898,1903.137773 +108623,1381.858551,2456.738664,1519.283286,618.4269035,1911.709463 +108624,1390.918697,2461.063042,1519.055987,622.2358119,1924.614681 +108625,1400.022368,2464.845531,1542.501025,626.0105304,1925.552074 +108626,1409.061914,2469.080459,1509.219131,629.7566482,1938.060646 +108627,1418.051274,2472.274998,1550.695859,633.4762182,1943.336775 +108628,1426.903066,2476.307803,1558.504017,637.1696651,1942.161601 +108629,1437.68819,2480.206828,1528.890386,640.7955184,1953.568832 +108630,1449.993693,2483.444717,1586.023655,644.5004027,1950.001222 +108631,1453.319978,2486.197045,1554.429557,647.8755357,1947.218295 +108632,1470.483582,2489.255851,1563.086715,651.327572,1940.592437 +108633,1467.483705,2491.324875,1589.307931,654.5994347,1933.966946 +108634,1460.988923,2494.122651,1576.18641,658.0980106,1927.597316 +108635,1497.749715,2496.491961,1588.511844,661.2866155,1921.491529 +108636,1491.650985,2498.577743,1593.055669,664.6727601,1915.880196 +108637,1502.906793,2507.332883,1598.465765,667.8346464,1911.043475 +108638,1510.828432,2494.839175,1604.015361,671.1577551,1906.441613 +108639,1519.193533,2513.453752,1609.119165,674.2659371,1902.096567 +108640,1526.951602,2498.861647,1614.83791,677.535876,1898.024799 +108641,1535.000188,2516.38156,1619.832203,680.5488509,1894.217363 +108642,1542.896327,2508.592125,1625.457622,683.8360165,1890.77437 +108643,1550.760975,2511.412265,1630.492145,686.8585039,1887.371135 +108644,1558.588592,2513.437922,1641.150517,689.9704125,1884.12518 +108645,1566.37304,2514.465287,1638.559147,692.9218248,1881.209815 +108646,1574.218076,2515.365696,1646.970218,696.1127164,1878.030168 +108647,1581.764614,2516.477959,1651.517961,699.0010769,1874.919434 +108648,1589.400357,2517.38252,1656.759377,702.0946966,1871.923047 +108649,1597.282165,2518.168397,1661.502777,705.0246543,1868.997662 +108650,1604.626434,2518.866059,1666.881974,707.9514233,1866.13643 +108651,1612.278603,2519.412493,1671.680164,710.9005097,1863.329798 +108652,1619.780039,2519.980058,1676.662196,713.8673853,1860.568392 +108653,1627.372143,2520.598035,1686.599457,716.6818102,1857.975503 +108654,1634.540212,2520.812302,1684.768551,719.6543736,1855.40026 +108655,1642.207778,2520.835719,1691.603217,722.3788123,1852.684501 +108656,1649.490728,2520.983847,1697.007828,725.3896328,1849.994074 +108657,1656.969293,2520.981947,1706.069816,728.1440299,1847.517755 +108658,1663.92531,2520.992611,1704.709597,730.9822651,1845.06067 +108659,1671.464556,2520.973785,1710.678571,733.7270058,1842.439633 +108660,1678.714852,2520.341292,1720.909138,736.5425869,1839.950618 +108661,1567.478632,2467.848151,1600.539534,685.8444643,1836.423572 +108662,1571.806609,2462.062089,1605.953673,687.3821909,1819.156263 +108663,1577.048004,2461.081421,1608.420052,689.335474,1797.899661 +108664,1582.166595,2459.944764,1616.583692,691.3944331,1780.026738 +108665,1587.928496,2458.02942,1613.0182,693.4634578,1766.414601 +108666,1593.401742,2456.211258,1618.696987,695.6822567,1756.014232 +108667,1599.126651,2454.326938,1622.506104,697.8574798,1747.879192 +108668,1604.574197,2452.446452,1625.736766,699.9586438,1741.244217 +108669,1610.27051,2450.405723,1628.988298,702.1651206,1735.55687 +108670,1615.86752,2448.278442,1637.543139,704.277463,1730.673345 +108671,1621.36069,2446.114124,1634.774807,706.5229978,1726.293851 +108672,1627.249919,2443.969166,1639.603922,708.6543827,1722.12828 +108673,1632.584498,2441.387552,1643.827497,710.8275776,1718.261058 +108674,1638.270067,2439.030155,1651.244415,712.9902071,1714.856143 +108675,1643.8252,2436.519939,1649.377603,715.1497339,1711.692637 +108676,1649.386597,2433.80632,1653.538446,717.3061046,1708.524977 +108677,1654.936892,2431.270976,1662.261564,719.5110726,1705.612347 +108678,1660.59172,2428.428606,1660.32248,721.530603,1702.902497 +108679,1665.937946,2425.478338,1667.862204,723.7911063,1700.084655 +108680,1671.618896,2415.630725,1667.23203,725.9226745,1697.486278 +108681,1676.91651,2428.271832,1678.178999,728.0415569,1695.108328 +108682,1682.571624,2406.599436,1675.035494,730.1721551,1692.891689 +108683,1688.035976,2414.957339,1673.90994,732.3367268,1690.16457 +108684,1693.567121,2409.078002,1674.217842,734.4356476,1687.195803 +108685,1698.808503,2405.258314,1670.985277,736.4997792,1684.219023 +108686,1704.402662,2402.00022,1667.783214,738.7315856,1680.66434 +108687,1709.724024,2398.431747,1664.709256,740.7782979,1676.830249 +108688,1725.320553,2394.728752,1661.780383,742.9803669,1672.799712 +108689,1710.297274,2390.930716,1659.042572,744.9752092,1668.698731 +108690,1725.832324,2387.027649,1656.484302,747.1452434,1664.593549 +108691,1733.033047,2383.071393,1654.054607,749.0726591,1660.46622 +108692,1735.678688,2378.921349,1651.713015,751.1846064,1656.328116 +108693,1741.325785,2374.705356,1649.468955,753.1033123,1652.217658 +108694,1746.644162,2370.402329,1647.29263,755.118731,1648.133472 +108695,1751.661296,2365.923551,1645.183124,757.0575348,1644.079405 +108696,1756.936457,2361.460387,1643.117523,759.0459099,1640.050419 +108697,1761.598557,2356.876162,1641.105524,760.9664683,1636.055234 +108698,1767.028137,2352.136938,1639.124236,762.9541254,1632.084634 +108699,1771.709212,2347.375541,1637.169095,764.8640688,1628.141269 +108700,1777.048334,2342.522964,1635.236336,766.825,1624.217148 +108701,1781.555185,2337.451575,1633.3244,768.7168597,1620.312944 +108702,1781.86856,2325.193559,1631.288122,772.5822387,1616.245797 +108703,1785.837842,2317.480915,1629.267769,774.8069807,1611.919237 +108704,1790.407535,2311.835894,1627.328242,776.8293573,1607.525823 +108705,1794.723397,2306.009207,1625.499568,778.8631188,1603.244103 +108706,1799.298244,2300.033205,1623.73859,780.883853,1599.090211 +108707,1808.548637,2293.941415,1621.998488,782.8059143,1595.022856 +108708,1812.885288,2288.027691,1620.259908,784.6891557,1591.007048 +108709,1817.751839,2281.946374,1618.529599,786.7278167,1587.039507 +108710,1823.499628,2275.743408,1616.804634,788.6242527,1583.108084 +108711,1794.674605,2269.573818,1615.136039,790.5622098,1579.271014 +108712,1842.31437,2263.306709,1613.460952,792.4805785,1575.445976 +108713,1826.681875,2256.884338,1611.715071,794.5260495,1571.750721 +108714,1835.299264,2250.489955,1609.952771,799.4154278,1567.830454 +108715,1839.708466,2236.757056,1608.066476,796.9714696,1563.762153 +108716,1844.106903,2246.852762,1606.298315,805.3113545,1559.848048 +108717,1863.913335,2220.046051,1604.515194,798.5551516,1555.923511 +108718,1829.808115,2233.633215,1602.755431,812.9470761,1552.036062 +108719,1868.312163,2206.634535,1601.000501,797.5345261,1548.161904 +108720,1859.014023,2212.802617,1599.132949,803.2199448,1544.153707 +108721,1624.04464,2097.389475,1598.726754,703.8806077,1543.460264 +108722,1622.159594,2079.633034,1585.465516,697.3679889,1524.402784 +108723,1621.576625,2073.743364,1566.665063,698.2422463,1497.3127 +108724,1622.022449,2064.392583,1549.292745,698.3445582,1470.874828 +108725,1622.686681,2055.222594,1535.592143,698.4504661,1448.402906 +108726,1623.668844,2046.430447,1525.294661,698.746736,1429.815051 +108727,1624.738738,2029.724793,1517.343239,699.0823764,1414.497056 +108728,1625.892904,2031.770193,1511.012683,699.4625344,1401.503995 +108729,1627.112078,2018.025513,1505.868164,699.9352115,1390.346496 +108730,1628.370731,2009.776075,1501.483023,700.2888786,1380.501224 +108731,1629.671714,2000.948098,1497.651976,700.7927426,1371.701711 +108732,1630.996075,1991.8956,1494.275852,701.2634325,1363.805457 +108733,1632.342657,1982.848712,1491.250824,701.7583185,1356.660554 +108734,1633.705393,1973.709627,1488.499329,702.2067024,1350.1462 +108735,1635.080635,1964.676295,1485.961191,702.8155734,1344.162484 +108736,1636.465386,1955.231023,1483.588589,703.3028981,1338.624986 +108737,1637.85794,1946.104974,1481.350808,703.8517806,1333.471397 +108738,1639.254872,1936.711377,1479.226632,704.3998952,1328.652666 +108739,1641.319888,1927.364377,1477.19543,704.9559691,1324.122191 +108740,1648.01249,1917.962358,1475.233811,705.5190582,1319.831769 +108741,1634.763186,1908.623636,1473.351851,706.0891297,1315.77669 +108742,1677.034824,1898.881492,1471.491157,706.6652627,1311.868696 +108743,1602.624683,1889.496007,1469.726379,707.2475415,1308.186876 +108744,1668.229364,1879.814028,1468.047716,707.8349844,1304.707086 +108745,1644.804973,1870.210597,1466.350769,708.4281817,1301.288746 +108746,1650.090468,1860.661147,1464.67865,708.9653967,1297.975586 +108747,1651.938771,1850.69562,1463.050917,709.7200602,1294.782924 +108748,1653.192453,1839.995119,1461.460391,710.192861,1291.69423 +108749,1654.741926,1819.129482,1460.022098,710.8576579,1288.846671 +108750,1655.905363,1840.375735,1458.813224,711.4638656,1286.332329 +108751,1657.370997,1804.86648,1457.820209,712.1264615,1284.131932 +108752,1658.700663,1801.388417,1457.011015,712.8012924,1282.197707 +108753,1660.046486,1777.95717,1456.349673,713.484361,1280.478109 +108754,1661.387784,1781.305718,1455.77298,714.1737882,1278.889769 +108755,1662.725098,1777.079919,1455.209136,715.6123005,1277.339278 +108756,1664.058097,1749.173491,1454.688158,715.6712279,1275.860008 +108757,1665.388183,1753.473678,1454.21746,717.309369,1274.45758 +108758,1666.712961,1750.497595,1453.738922,716.8709571,1273.056669 +108759,1668.035431,1711.146597,1453.304164,719.3162448,1271.718967 +108760,1669.496115,1727.173048,1452.909769,717.7237193,1270.438312 +108761,1670.594862,1706.697409,1452.495693,721.7575567,1269.138412 +108762,1672.009955,1698.373911,1452.084968,718.0116257,1267.846424 +108763,1676.187654,1713.168059,1451.636322,725.1600512,1266.509376 +108764,1671.456828,1642.158593,1451.25755,716.9331646,1265.260443 +108765,1691.544847,1707.323005,1450.869126,730.4489803,1264.000189 +108766,1654.629338,1621.730651,1450.512677,713.2257187,1262.780422 +108767,1689.475557,1662.612249,1450.194961,739.5101177,1261.609578 +108768,1704.646877,1633.726276,1449.780341,704.2806197,1260.318452 +108769,1640.189097,1626.84311,1449.419015,733.375123,1259.093373 +108770,1701.921963,1616.661503,1449.069116,740.8635747,1257.881882 +108771,1679.712965,1606.349804,1448.68919,703.6496087,1256.632402 +108772,1684.535042,1596.360716,1448.339497,736.0943027,1255.420019 +108773,1686.355288,1604.485423,1447.942062,726.8551643,1254.140435 +108774,1687.446206,1549.632319,1447.581201,728.3570475,1252.908621 +108775,1688.74342,1587.360482,1447.247762,729.451573,1251.703773 +108776,1690.031438,1539.94389,1446.895909,730.211463,1250.46916 +108777,1691.321768,1551.764417,1446.553507,730.9692469,1249.242718 +108778,1692.760631,1533.92777,1446.202589,731.7284348,1248.004183 +108779,1693.833241,1525.362251,1445.851174,732.4886951,1246.764371 +108780,1695.235691,1515.258228,1445.509397,733.2497534,1245.536142 +108781,1953.004048,1612.723724,1445.467236,840.8097533,1243.937258 +108782,1928.346481,1604.979975,1457.977916,843.7376947,1260.12788 +108783,1946.274388,1596.849953,1475.448835,846.0284677,1284.365815 +108784,1948.528354,1612.157321,1491.496778,848.1074758,1307.566939 +108785,1951.693247,1545.46496,1504.070569,850.0543268,1326.858955 +108786,1963.651238,1610.1658,1513.397678,851.9137537,1342.158473 +108787,1946.92817,1526.18103,1520.333642,853.6411425,1354.235182 +108788,1975.639794,1569.146428,1525.507845,855.5054359,1363.843925 +108789,1961.358468,1541.444412,1529.72118,857.2497068,1372.083998 +108790,1970.09867,1536.160328,1533.054642,858.8458398,1378.56553 +108791,1972.732102,1527.513011,1535.81138,860.5689464,1384.225579 +108792,1975.968542,1518.889404,1538.191307,862.2064733,1388.362849 +108793,1979.07153,1510.286767,1540.24421,863.8353044,1392.441406 +108794,1982.179859,1501.598131,1542.031981,865.4461569,1395.933682 +108795,1985.309003,1493.340585,1543.608007,867.0402679,1398.732338 +108796,1988.457708,1484.614534,1545.019708,868.618132,1401.077749 +108797,1991.479093,1476.258363,1546.301615,870.1809019,1403.041289 +108798,1994.502366,1467.732502,1547.481764,871.7287391,1404.683551 +108799,1998.77895,1459.533641,1548.600274,873.2626022,1406.291526 +108800,2002.732719,1451.184714,1549.687841,874.7444074,1407.510386 +108801,2007.076618,1442.943661,1550.935567,876.3552467,1408.557448 +108802,2011.238118,1434.779198,1551.955086,877.7036264,1409.462532 +108803,2015.70331,1426.529123,1552.950234,879.26756,1410.239447 +108804,2020.000132,1418.752204,1553.930155,880.6917408,1410.907225 +108805,2024.179282,1413.829879,1554.884928,882.1390865,1411.461155 +108806,2029.036796,1408.320901,1555.81771,883.578672,1411.914982 +108807,2033.474121,1402.519284,1556.733355,885.0075345,1412.283946 +108808,2038.037845,1417.527938,1557.594131,886.3490188,1412.52818 +108809,2042.794906,1360.598534,1558.666193,887.8676952,1412.764215 +108810,2055.043103,1425.579345,1559.653626,889.209281,1413.128523 +108811,2041.923438,1339.738728,1560.627924,890.6292255,1413.444433 +108812,2068.069187,1408.316774,1561.297303,892.0320017,1413.333068 +108813,2059.465891,1342.041376,1562.37448,893.4265315,1413.752331 +108814,2071.430875,1374.70939,1563.34703,893.3187009,1413.892376 +108815,2078.228088,1355.880637,1563.729229,894.4403044,1414.071105 +108816,2082.897724,1352.965042,1564.498427,895.6798184,1414.325124 +108817,2088.567605,1347.852572,1565.365104,897.0187727,1414.509253 +108818,2093.762427,1342.778114,1566.241866,898.3147587,1414.596777 +108819,2099.224176,1337.760902,1566.950893,899.676145,1414.6013 +108820,2104.407933,1332.84328,1567.66206,900.9817534,1414.54678 +108821,2116.96791,1328.081301,1568.730583,902.3108903,1414.64452 +108822,2112.982744,1323.142747,1569.643123,903.6433461,1414.71475 +108823,2120.721776,1318.676301,1570.365932,905.0526509,1414.511529 +108824,2126.421009,1314.030132,1571.0611,906.2692019,1414.240075 +108825,2131.321283,1309.541563,1571.810871,907.6538046,1414.006134 +108826,2136.989646,1305.224281,1572.580393,908.9704937,1413.76927 +108827,2142.072514,1300.754119,1573.355701,910.2967401,1413.516307 +108828,2154.523383,1296.591558,1574.297225,911.621538,1413.455936 +108829,2144.060514,1292.442055,1575.296601,912.9440816,1413.192042 +108830,2166.797711,1288.405611,1576.024867,914.2646513,1412.824346 +108831,2162.404134,1284.626618,1576.91633,915.5832075,1412.65665 +108832,2168.980247,1281.310453,1577.708658,916.8992999,1412.352114 +108833,2174.340586,1277.929488,1578.401591,918.2133644,1411.908682 +108834,2187.045382,1274.76769,1579.300368,919.525333,1411.713864 +108835,2184.162632,1271.724971,1580.091785,920.8348255,1411.372633 +108836,2189.863015,1268.811797,1580.992387,924.2171621,1411.161706 +108837,2195.977066,1265.976169,1581.655387,926.1637363,1410.641762 +108838,2208.020845,1263.201288,1582.541109,928.1540408,1410.39664 +108839,2206.491939,1260.480002,1583.509357,930.3499028,1410.250315 +108840,2210.514465,1257.904532,1584.252279,932.5283788,1409.813364 +108841,2245.119748,1277.76657,1586.827307,957.5752961,1412.443066 +108842,2250.844632,1276.660785,1591.993817,961.1439578,1418.446264 +108843,2255.863675,1274.83746,1598.048077,964.3228672,1425.44323 +108844,2259.989115,1273.004608,1603.051548,967.4469181,1431.719831 +108845,2263.115112,1271.095955,1606.872112,970.5458101,1436.403402 +108846,2265.481771,1269.256893,1609.680036,973.6530026,1439.847188 +108847,2267.362433,1267.172253,1611.753749,976.788607,1442.346318 +108848,2268.963708,1265.303827,1613.324984,979.9641492,1444.158064 +108849,2270.415406,1263.366574,1614.55016,983.186203,1445.463977 +108850,2271.792329,1261.459451,1615.528868,986.5368921,1446.386393 +108851,2273.13754,1259.475604,1616.327028,989.7404471,1447.011486 +108852,2274.475152,1257.748335,1616.990398,993.1726718,1447.402582 +108853,2275.818627,1255.833847,1617.552233,996.5884292,1447.608048 +108854,2277.192111,1250.603417,1618.047984,997.9009829,1447.679254 +108855,2278.556966,1248.135657,1618.118018,1001.217081,1447.649113 +108856,2279.928176,1245.993388,1617.906898,1004.695323,1447.537637 +108857,2281.314356,1243.952153,1617.615738,1011.83124,1447.347609 +108858,2282.737441,1241.971409,1617.365866,1009.964998,1447.099837 +108859,2284.177279,1240.035335,1617.174264,1026.018325,1446.787916 +108860,2285.675745,1238.136018,1617.062092,1004.179512,1446.45743 +108861,2287.216491,1236.269909,1617.00656,1029.168974,1446.106474 +108862,2288.728031,1234.434687,1616.952753,1026.455223,1445.686611 +108863,2290.234151,1232.629579,1616.909303,1030.807207,1445.223053 +108864,2291.755221,1230.853387,1616.884335,1035.138691,1444.735817 +108865,2293.285446,1229.105946,1616.869767,1039.231978,1444.222003 +108866,2294.827146,1227.386343,1616.86316,1043.379631,1443.684583 +108867,2296.382493,1225.695212,1616.862773,1047.583748,1443.126393 +108868,2297.952061,1224.031196,1616.866691,1051.848548,1442.549194 +108869,2299.534768,1222.394965,1616.872698,1056.169833,1441.953607 +108870,2301.176103,1220.785969,1616.878994,1060.547984,1441.340155 +108871,2303.026248,1218.987463,1616.88423,1064.730393,1440.709419 +108872,2305.129564,1217.170474,1616.86258,1069.007632,1440.06101 +108873,2307.460908,1215.357,1616.795796,1073.09985,1439.39376 +108874,2309.975795,1213.552361,1616.678893,1077.421338,1438.706709 +108875,2312.636074,1211.759616,1616.51468,1081.704962,1437.999462 +108876,2315.415386,1209.979897,1616.308733,1086.040132,1437.272704 +108877,2318.295537,1208.21454,1616.066263,1090.504074,1436.527409 +108878,2321.265434,1206.46387,1615.792344,1094.695949,1435.765852 +108879,2324.595936,1204.728802,1615.488594,1099.350132,1434.987092 +108880,2327.686091,1203.009423,1615.156426,1103.769982,1434.190705 +108881,2330.833182,1201.30649,1614.800321,1108.320961,1433.380659 +108882,2334.031082,1199.619962,1614.41541,1117.950232,1432.549379 +108883,2337.300043,1197.950521,1614.016476,1113.439519,1431.714573 +108884,2340.651023,1196.298004,1613.614614,1120.835814,1430.889604 +108885,2344.045249,1194.663033,1613.189971,1128.538638,1430.048682 +108886,2347.471245,1193.045493,1612.739345,1131.064988,1429.187188 +108887,2350.941018,1191.445903,1612.273516,1136.396717,1428.318258 +108888,2354.453244,1189.863999,1611.794142,1141.127153,1427.443545 +108889,2358.003046,1188.300261,1611.300478,1146.214439,1426.561783 +108890,2361.587552,1186.754401,1610.792947,1150.908615,1425.673267 +108891,2365.204579,1185.226859,1610.272068,1155.926426,1424.778441 +108892,2368.851656,1183.717302,1609.738159,1160.888013,1423.877513 +108893,2372.512362,1182.226132,1609.182412,1171.761555,1422.95905 +108894,2376.211776,1180.752995,1608.622164,1165.153232,1422.044907 +108895,2379.959488,1179.298195,1608.065196,1176.110716,1421.144903 +108896,2383.717681,1177.86137,1607.489232,1182.200053,1420.230681 +108897,2387.483455,1176.442923,1606.893884,1185.893201,1419.301587 +108898,2391.271474,1175.042399,1606.289511,1191.391829,1418.370546 +108899,2395.062877,1173.660083,1605.665338,1203.757512,1417.423592 +108900,2398.890831,1172.295537,1605.043548,1192.737275,1416.48881 +108901,2403.176146,1137.820805,1604.784368,1177.616903,1416.16289 +108902,2403.074807,1136.287778,1601.038382,1178.778025,1410.510476 +108903,2400.370866,1134.772732,1595.709163,1184.054672,1402.203888 +108904,2398.582011,1133.355755,1590.689041,1193.952773,1393.99755 +108905,2398.685595,1131.961952,1586.70887,1192.393489,1387.046514 +108906,2399.939607,1130.592684,1583.725979,1197.234983,1381.419156 +108907,2402.148263,1129.246484,1581.435163,1207.552733,1376.789497 +108908,2404.905541,1127.921168,1579.571323,1212.491973,1372.84817 +108909,2407.978678,1126.617231,1577.977363,1222.264302,1369.403353 +108910,2411.283705,1125.332882,1576.590394,1213.952534,1366.372453 +108911,2414.73664,1124.068026,1575.347748,1235.03691,1363.668205 +108912,2418.291278,1122.821659,1574.211587,1222.605236,1361.232851 +108913,2421.940564,1121.593728,1573.170058,1257.101419,1359.04089 +108914,2425.67284,1120.383431,1572.209407,1223.617374,1357.064343 +108915,2429.683378,1119.190729,1571.448664,1269.898099,1355.444911 +108916,2433.752938,1118.014887,1570.747049,1242.020417,1353.994755 +108917,2438.103424,1116.855991,1570.068904,1270.788571,1352.659677 +108918,2442.276108,1115.71341,1569.504377,1263.116332,1351.545441 +108919,2446.550238,1114.587184,1569.023429,1273.042578,1350.605869 +108920,2450.993688,1113.476702,1568.662027,1278.051426,1349.87995 +108921,2455.858751,1112.382106,1568.411118,1283.557768,1349.350306 +108922,2460.420246,1111.302721,1568.223508,1289.180261,1348.951488 +108923,2465.199195,1110.238743,1568.083108,1294.872666,1348.657572 +108924,2469.491884,1109.189473,1567.979873,1300.344409,1348.45035 +108925,2474.125537,1108.155101,1567.907353,1306.205247,1348.316519 +108926,2479.167749,1107.134942,1567.853985,1311.797879,1348.236798 +108927,2484.245217,1106.129209,1567.807659,1317.48085,1348.191713 +108928,2489.055387,1105.137215,1567.766734,1323.035965,1348.175599 +108929,2493.854812,1104.159176,1567.735387,1328.88349,1348.190704 +108930,2498.645498,1103.19439,1567.713657,1334.547103,1348.234573 +108931,2503.870821,1102.082281,1567.767823,1346.090991,1348.389809 +108932,2508.824059,1100.700838,1567.795861,1343.550685,1348.560874 +108933,2513.703964,1099.502254,1567.713362,1352.83889,1348.662843 +108934,2518.646192,1098.214639,1567.594693,1358.362996,1348.793627 +108935,2523.663465,1096.932493,1567.45335,1363.913051,1348.963501 +108936,2528.711111,1095.644024,1567.27269,1369.856352,1349.142334 +108937,2533.789009,1094.350172,1567.063024,1375.501251,1349.33548 +108938,2538.898551,1093.050942,1566.833021,1381.595651,1349.547978 +108939,2544.339189,1091.747156,1566.583712,1387.40865,1349.77659 +108940,2549.489021,1090.438548,1566.313359,1393.274272,1350.01554 +108941,2554.645081,1089.125797,1566.026329,1399.218225,1350.267459 +108942,2559.821215,1087.808519,1565.727555,1404.959923,1350.536208 +108943,2565.023891,1086.487319,1565.420708,1411.08038,1350.824478 +108944,2570.249723,1085.161752,1565.10559,1416.949874,1351.130394 +108945,2575.489074,1083.740583,1564.778728,1422.84862,1351.448139 +108946,2580.739733,1082.541021,1564.440715,1428.848909,1351.777239 +108947,2586.002865,1081.139533,1564.09398,1434.622337,1352.119697 +108948,2591.281209,1079.81127,1563.741447,1440.764428,1352.478318 +108949,2596.709912,1078.466119,1563.4689,1452.037845,1352.962098 +108950,2602.142698,1077.116207,1563.186711,1450.61774,1353.456681 +108951,2607.424195,1075.76237,1562.798699,1458.975418,1353.838617 +108952,2612.70772,1074.404114,1562.40011,1465.235646,1354.227838 +108953,2618.033953,1073.041869,1562.015732,1470.802128,1354.654724 +108954,2623.353533,1071.675039,1561.615132,1476.831532,1355.080016 +108955,2628.670787,1070.304134,1561.201743,1482.588115,1355.507913 +108956,2634.294156,1068.928514,1560.781591,1488.781589,1355.945882 +108957,2639.613201,1067.548648,1560.353835,1494.675252,1356.392614 +108958,2645.072921,1066.163969,1560.009954,1505.604773,1356.965094 +108959,2650.549741,1064.774784,1559.667926,1505.083831,1357.559083 +108960,2655.862266,1063.38044,1559.212984,1512.72686,1358.027737 +108961,2660.961838,995.7222421,1559.154833,1455.326967,1359.799336 +108962,2654.00662,993.4413758,1550.461652,1457.108605,1348.748824 +108963,2642.755273,991.5408543,1538.384971,1463.474331,1332.063919 +108964,2634.028842,989.6345768,1527.638128,1469.412496,1316.452049 +108965,2629.645047,987.6711691,1519.605658,1474.814516,1304.145287 +108966,2628.90305,985.9257262,1513.963987,1480.506439,1294.99622 +108967,2630.533856,983.99813,1509.969411,1486.051259,1288.19461 +108968,2633.53222,982.1428136,1507.008147,1491.536824,1283.018704 +108969,2637.303809,980.2748005,1504.701354,1497.377751,1279.000959 +108970,2641.535214,978.4038657,1502.83366,1502.941127,1275.858231 +108971,2646.214221,976.530239,1501.366821,1513.630621,1273.522715 +108972,2651.097321,974.6648014,1500.134922,1512.625283,1271.760202 +108973,2655.936295,972.7710258,1498.969951,1519.715323,1270.330421 +108974,2660.850755,970.8939413,1497.920384,1525.987273,1269.272941 +108975,2665.883916,968.9880095,1496.992711,1531.188921,1268.571048 +108976,2670.956316,967.0993814,1496.128331,1536.753477,1268.130908 +108977,2676.038207,965.1811828,1495.306236,1542.166466,1267.904451 +108978,2681.397304,963.2797748,1494.673839,1555.842892,1268.064659 +108979,2687.007793,961.3624527,1494.222576,1558.564533,1268.584394 +108980,2692.622997,959.437011,1493.799122,1567.271682,1269.255597 +108981,2698.285617,957.5047546,1493.417973,1575.507092,1270.085077 +108982,2704.173784,955.4832102,1493.191807,1588.592024,1271.205585 +108983,2710.094574,953.6560808,1493.00037,1590.594842,1272.453927 +108984,2715.977432,951.6463892,1492.790084,1603.639771,1273.752593 +108985,2721.832777,949.698386,1492.570661,1606.866802,1275.105 +108986,2727.686624,947.8142274,1492.356942,1619.049595,1276.52198 +108987,2733.518143,945.7208951,1492.125848,1622.449414,1277.967211 +108988,2739.285408,943.7973022,1491.855822,1633.040767,1279.407319 +108989,2744.945813,941.7980291,1491.520171,1636.590909,1280.802965 +108990,2750.354035,939.7203136,1491.018379,1641.645922,1282.020613 +108991,2755.446571,938.059505,1490.313514,1645.766101,1283.007677 +108992,2760.087676,936.2658383,1489.413048,1648.359401,1283.737338 +108993,2764.187844,934.5626507,1488.317493,1651.037345,1284.184086 +108994,2767.802289,932.8631199,1487.06631,1653.793506,1284.38986 +108995,2771.043326,931.1760919,1485.708778,1656.599138,1284.420121 +108996,2774.00992,929.5003392,1484.28205,1659.416673,1284.329019 +108997,2776.773851,927.8350921,1482.812314,1662.218593,1284.157191 +108998,2779.383725,926.1795968,1481.317817,1664.990507,1283.934294 +108999,2781.871599,924.533479,1479.811184,1667.726761,1283.681704 +109000,2784.258331,922.8959931,1478.300753,1670.425377,1283.414318 +109001,2786.558463,921.2670659,1476.792258,1673.085909,1283.142826 +109002,2788.780676,919.6465492,1475.288846,1675.896683,1282.873858 +109003,2790.931812,918.0337513,1473.792967,1678.45837,1282.612489 +109004,2793.018913,916.4284905,1472.307615,1680.977193,1282.363947 +109005,2795.046448,914.8305617,1470.83441,1683.464005,1282.13125 +109006,2797.016107,913.2395951,1469.373568,1685.921508,1281.915271 +109007,2798.928427,911.6554678,1467.924905,1688.348031,1281.716068 +109008,2800.783518,910.0778479,1466.488127,1690.741056,1281.533321 +109009,2802.58153,908.5066405,1465.062924,1693.098792,1281.366504 +109010,2804.322732,906.9415423,1463.648992,1695.420321,1281.21497 +109011,2806.007068,905.382479,1462.246036,1697.705252,1281.077987 +109012,2807.634192,903.8291686,1460.853763,1699.953374,1280.954773 +109013,2809.203757,902.281554,1459.471875,1702.16447,1280.844503 +109014,2810.7153,900.7393703,1458.100106,1704.33829,1280.746379 +109015,2812.168455,899.2025731,1456.738186,1706.474517,1280.659595 +109016,2813.483374,924.9987394,1455.336653,1708.518714,1280.520243 +109017,2814.840381,855.6374804,1454.006676,1710.595149,1280.469958 +109018,2816.21561,914.1813005,1452.734207,1712.686014,1280.490831 +109019,2817.364773,910.2034103,1451.369302,1714.622484,1280.390988 +109020,2818.504895,862.2860472,1450.045638,1716.555066,1280.340667 +109021,2335.244862,901.6493969,1052.663459,1630.89653,2673.320256 +109022,2403.715984,1016.392383,1082.539938,1676.801754,2700.04889 +109023,2476.411581,1021.37893,1114.23769,1720.314155,2707.35957 +109024,2527.895279,1020.010543,1136.940403,1745.127455,2692.269585 +109025,2564.948819,1019.125696,1153.983154,1759.04628,2672.534819 +109026,2591.657737,1018.10324,1166.954134,1766.613823,2653.290081 +109027,2611.453788,1017.067483,1177.083752,1770.950118,2635.748401 +109028,2626.802662,1016.00158,1185.268048,1773.898691,2620.085733 +109029,2639.203262,1014.910845,1192.073472,1776.330632,2606.242944 +109030,2649.740943,1013.800804,1197.824094,1778.546158,2594.073498 +109031,2658.322073,1012.676037,1202.715616,1780.61237,2583.400255 +109032,2665.535084,1011.538846,1206.885545,1782.537253,2574.041682 +109033,2671.623734,1010.378739,1210.44439,1784.328936,2565.827432 +109034,2676.7846,1009.223303,1213.484769,1786.00018,2558.604667 +109035,2681.18192,1008.065256,1216.087235,1787.569111,2552.242098 +109036,2684.9487,1006.903374,1218.320157,1789.051068,2546.627169 +109037,2688.190509,1005.738598,1220.24054,1790.456086,2541.663002 +109038,2690.990507,1004.571387,1221.895716,1791.789934,2537.266044 +109039,2693.414465,1003.402536,1223.325073,1793.055809,2533.364145 +109040,2695.514811,1002.284531,1224.561525,1794.255537,2529.894966 +109041,2697.399814,1001.127416,1225.634684,1795.450202,2526.804573 +109042,2699.081508,999.9640196,1226.567237,1796.620154,2524.046343 +109043,2700.554349,994.9964379,1227.377611,1797.732648,2521.579686 +109044,2702.001029,993.1713655,1227.931408,1798.987217,2519.36985 +109045,2703.418017,991.6761734,1228.292239,1800.332747,2517.385546 +109046,2704.751114,990.1037887,1228.545848,1801.674121,2515.600171 +109047,2705.971593,988.7096997,1228.742319,1802.957601,2513.990712 +109048,2707.074151,987.2792514,1228.901139,1804.17091,2512.537052 +109049,2708.064902,985.8732679,1229.02755,1805.321148,2511.221434 +109050,2708.952802,984.4769064,1229.122962,1806.418691,2510.028259 +109051,2709.745651,982.5995402,1229.188739,1807.470939,2508.943813 +109052,2710.313232,980.6207063,1229.207681,1808.323713,2507.956037 +109053,2710.560915,978.5935816,1229.168004,1808.889095,2507.05411 +109054,2710.473611,976.4703601,1229.067533,1809.167229,2506.228453 +109055,2710.077761,974.474055,1228.909648,1809.199676,2505.470652 +109056,2709.408694,972.3140722,1228.699365,1809.031384,2504.773321 +109057,2708.496754,970.187791,1228.441429,1808.695754,2504.129904 +109058,2707.364946,968.0291256,1228.139848,1808.21413,2503.534561 +109059,2706.030793,965.910533,1227.797963,1807.599812,2502.982022 +109060,2704.508386,963.619474,1227.418632,1806.861713,2502.467538 +109061,2702.809259,961.4447205,1227.004343,1806.005501,2501.986761 +109062,2700.943147,959.1949097,1226.557291,1805.035492,2501.535738 +109063,2698.918351,956.9364041,1226.079428,1803.955728,2501.110859 +109064,2696.742079,954.6590997,1225.572501,1802.769962,2500.708848 +109065,2694.416868,952.3635526,1225.038065,1801.481438,2500.326694 +109066,2691.945983,950.0246011,1224.477519,1800.092856,2499.961651 +109067,2689.330565,947.6871788,1223.89128,1798.603385,2499.610846 +109068,2686.577447,945.3343341,1223.280695,1797.015938,2499.272013 +109069,2683.694167,942.965341,1222.647171,1795.333826,2498.943103 +109070,2680.686837,940.6385263,1221.991892,1793.559437,2498.62226 +109071,2677.560025,938.1478297,1221.315783,1791.694247,2498.30767 +109072,2674.317503,935.7128631,1220.619646,1789.739343,2497.997689 +109073,2670.962463,933.3576501,1219.904185,1787.695656,2497.690749 +109074,2667.497899,930.8620106,1219.170077,1785.564155,2497.385464 +109075,2663.926474,928.4056636,1218.417929,1783.345776,2497.080489 +109076,2660.250752,925.9232935,1217.648335,1781.041494,2496.774643 +109077,2656.473118,923.4262262,1216.86183,1778.652229,2496.466782 +109078,2652.595876,920.9135853,1216.058941,1776.178928,2496.155912 +109079,2648.379506,918.3865875,1215.255257,1773.647079,2495.875017 +109080,2644.350156,915.9025541,1214.436984,1771.033317,2495.591086 +109081,0,0,0,0,0 +109082,0,0,0,0,0 +109083,0,0,0,0,0 +109084,0,0,0,0,0 +109085,0,0,0,0,0 +109086,0,0,0,0,0 +109087,0,0,0,0,0 +109088,0,0,0,0,0 +109089,0,0,0,0,0 +109090,0,0,0,0,0 +109091,0,0,0,0,0 +109092,0,0,0,0,0 +109093,0,0,0,0,0 +109094,0,0,0,0,0 +109095,0,0,0,0,0 +109096,0,0,0,0,0 +109097,0,0,0,0,0 +109098,0,0,0,0,0 +109099,0,0,0,0,0 +109100,0,0,0,0,0 +109101,0,0,0,0,0 +109102,0,0,0,0,0 +109103,0,0,0,0,0 +109104,0,0,0,0,0 +109105,0,0,0,0,0 +109106,0,0,0,0,0 +109107,0,0,0,0,0 +109108,0,0,0,0,0 +109109,0,0,0,0,0 +109110,0,0,0,0,0 +109111,0,0,0,0,0 +109112,0,0,0,0,0 +109113,0,0,0,0,0 +109114,0,0,0,0,0 +109115,0,0,0,0,0 +109116,0,0,0,0,0 +109117,0,0,0,0,0 +109118,0,0,0,0,0 +109119,0,0,0,0,0 +109120,0,0,0,0,0 +109121,0,0,0,0,0 +109122,0,0,0,0,0 +109123,0,0,0,0,0 +109124,0,0,0,0,0 +109125,0,0,0,0,0 +109126,0,0,0,0,0 +109127,0,0,0,0,0 +109128,0,0,0,0,0 +109129,0,0,0,0,0 +109130,0,0,0,0,0 +109131,0,0,0,0,0 +109132,0,0,0,0,0 +109133,0,0,0,0,0 +109134,0,0,0,0,0 +109135,0,0,0,0,0 +109136,0,0,0,0,0 +109137,0,0,0,0,0 +109138,0,0,0,0,0 +109139,0,0,0,0,0 +109140,0,0,0,0,0 +109141,0,0,0,0,0 +109142,0,0,0,0,0 +109143,0,0,0,0,0 +109144,0,0,0,0,0 +109145,0,0,0,0,0 +109146,0,0,0,0,0 +109147,0,0,0,0,0 +109148,0,0,0,0,0 +109149,0,0,0,0,0 +109150,0,0,0,0,0 +109151,0,0,0,0,0 +109152,0,0,0,0,0 +109153,0,0,0,0,0 +109154,0,0,0,0,0 +109155,0,0,0,0,0 +109156,0,0,0,0,0 +109157,0,0,0,0,0 +109158,0,0,0,0,0 +109159,0,0,0,0,0 +109160,0,0,0,0,0 +109161,0,0,0,0,0 +109162,0,0,0,0,0 +109163,0,0,0,0,0 +109164,0,0,0,0,0 +109165,0,0,0,0,0 +109166,0,0,0,0,0 +109167,0,0,0,0,0 +109168,0,0,0,0,0 +109169,0,0,0,0,0 +109170,0,0,0,0,0 +109171,0,0,0,0,0 +109172,0,0,0,0,0 +109173,0,0,0,0,0 +109174,0,0,0,0,0 +109175,0,0,0,0,0 +109176,0,0,0,0,0 +109177,0,0,0,0,0 +109178,0,0,0,0,0 +109179,0,0,0,0,0 +109180,0,0,0,0,0 +109181,0,0,0,0,0 +109182,0,0,0,0,0 +109183,0,0,0,0,0 +109184,0,0,0,0,0 +109185,0,0,0,0,0 +109186,0,0,0,0,0 +109187,0,0,0,0,0 +109188,0,0,0,0,0 +109189,0,0,0,0,0 +109190,0,0,0,0,0 +109191,0,0,0,0,0 +109192,0,0,0,0,0 +109193,0,0,0,0,0 +109194,0,0,0,0,0 +109195,0,0,0,0,0 +109196,0,0,0,0,0 +109197,0,0,0,0,0 +109198,0,0,0,0,0 +109199,0,0,0,0,0 +109200,0,0,0,0,0 +109201,0,0,0,0,0 +109202,0,0,0,0,0 +109203,0,0,0,0,0 +109204,0,0,0,0,0 +109205,0,0,0,0,0 +109206,0,0,0,0,0 +109207,0,0,0,0,0 +109208,0,0,0,0,0 +109209,0,0,0,0,0 +109210,0,0,0,0,0 +109211,0,0,0,0,0 +109212,0,0,0,0,0 +109213,0,0,0,0,0 +109214,0,0,0,0,0 +109215,0,0,0,0,0 +109216,0,0,0,0,0 +109217,0,0,0,0,0 +109218,0,0,0,0,0 +109219,0,0,0,0,0 +109220,0,0,0,0,0 +109221,0,0,0,0,0 +109222,0,0,0,0,0 +109223,0,0,0,0,0 +109224,0,0,0,0,0 +109225,0,0,0,0,0 +109226,0,0,0,0,0 +109227,0,0,0,0,0 +109228,0,0,0,0,0 +109229,0,0,0,0,0 +109230,0,0,0,0,0 +109231,0,0,0,0,0 +109232,0,0,0,0,0 +109233,0,0,0,0,0 +109234,0,0,0,0,0 +109235,0,0,0,0,0 +109236,0,0,0,0,0 +109237,0,0,0,0,0 +109238,0,0,0,0,0 +109239,0,0,0,0,0 +109240,0,0,0,0,0 +109241,0,0,0,0,0 +109242,0,0,0,0,0 +109243,0,0,0,0,0 +109244,0,0,0,0,0 +109245,0,0,0,0,0 +109246,0,0,0,0,0 +109247,0,0,0,0,0 +109248,0,0,0,0,0 +109249,0,0,0,0,0 +109250,0,0,0,0,0 +109251,0,0,0,0,0 +109252,0,0,0,0,0 +109253,0,0,0,0,0 +109254,0,0,0,0,0 +109255,0,0,0,0,0 +109256,0,0,0,0,0 +109257,0,0,0,0,0 +109258,0,0,0,0,0 +109259,0,0,0,0,0 +109260,0,0,0,0,0 +109261,0,0,0,0,0 +109262,0,0,0,0,0 +109263,0,0,0,0,0 +109264,0,0,0,0,0 +109265,0,0,0,0,0 +109266,0,0,0,0,0 +109267,0,0,0,0,0 +109268,0,0,0,0,0 +109269,0,0,0,0,0 +109270,0,0,0,0,0 +109271,0,0,0,0,0 +109272,0,0,0,0,0 +109273,0,0,0,0,0 +109274,0,0,0,0,0 +109275,0,0,0,0,0 +109276,0,0,0,0,0 +109277,0,0,0,0,0 +109278,0,0,0,0,0 +109279,0,0,0,0,0 +109280,0,0,0,0,0 +109281,0,0,0,0,0 +109282,0,0,0,0,0 +109283,0,0,0,0,0 +109284,0,0,0,0,0 +109285,0,0,0,0,0 +109286,0,0,0,0,0 +109287,0,0,0,0,0 +109288,0,0,0,0,0 +109289,0,0,0,0,0 +109290,0,0,0,0,0 +109291,0,0,0,0,0 +109292,0,0,0,0,0 +109293,0,0,0,0,0 +109294,0,0,0,0,0 +109295,0,0,0,0,0 +109296,0,0,0,0,0 +109297,0,0,0,0,0 +109298,0,0,0,0,0 +109299,0,0,0,0,0 +109300,0,0,0,0,0 +109301,0,0,0,0,0 +109302,0,0,0,0,0 +109303,0,0,0,0,0 +109304,0,0,0,0,0 +109305,0,0,0,0,0 +109306,0,0,0,0,0 +109307,0,0,0,0,0 +109308,0,0,0,0,0 +109309,0,0,0,0,0 +109310,0,0,0,0,0 +109311,0,0,0,0,0 +109312,0,0,0,0,0 +109313,0,0,0,0,0 +109314,0,0,0,0,0 +109315,0,0,0,0,0 +109316,0,0,0,0,0 +109317,0,0,0,0,0 +109318,0,0,0,0,0 +109319,0,0,0,0,0 +109320,0,0,0,0,0 +109321,0,0,0,0,0 +109322,0,0,0,0,0 +109323,0,0,0,0,0 +109324,0,0,0,0,0 +109325,0,0,0,0,0 +109326,0,0,0,0,0 +109327,0,0,0,0,0 +109328,0,0,0,0,0 +109329,0,0,0,0,0 +109330,0,0,0,0,0 +109331,0,0,0,0,0 +109332,0,0,0,0,0 +109333,0,0,0,0,0 +109334,0,0,0,0,0 +109335,0,0,0,0,0 +109336,0,0,0,0,0 +109337,0,0,0,0,0 +109338,0,0,0,0,0 +109339,0,0,0,0,0 +109340,0,0,0,0,0 +109341,0,0,0,0,0 +109342,0,0,0,0,0 +109343,0,0,0,0,0 +109344,0,0,0,0,0 +109345,0,0,0,0,0 +109346,0,0,0,0,0 +109347,0,0,0,0,0 +109348,0,0,0,0,0 +109349,0,0,0,0,0 +109350,0,0,0,0,0 +109351,0,0,0,0,0 +109352,0,0,0,0,0 +109353,0,0,0,0,0 +109354,0,0,0,0,0 +109355,0,0,0,0,0 +109356,0,0,0,0,0 +109357,0,0,0,0,0 +109358,0,0,0,0,0 +109359,0,0,0,0,0 +109360,0,0,0,0,0 +109361,0,0,0,0,0 +109362,0,0,0,0,0 +109363,0,0,0,0,0 +109364,0,0,0,0,0 +109365,0,0,0,0,0 +109366,0,0,0,0,0 +109367,0,0,0,0,0 +109368,0,0,0,0,0 +109369,0,0,0,0,0 +109370,0,0,0,0,0 +109371,0,0,0,0,0 +109372,0,0,0,0,0 +109373,0,0,0,0,0 +109374,0,0,0,0,0 +109375,0,0,0,0,0 +109376,0,0,0,0,0 +109377,0,0,0,0,0 +109378,0,0,0,0,0 +109379,0,0,0,0,0 +109380,0,0,0,0,0 +109381,0,0,0,0,0 +109382,0,0,0,0,0 +109383,0,0,0,0,0 +109384,0,0,0,0,0 +109385,0,0,0,0,0 +109386,0,0,0,0,0 +109387,0,0,0,0,0 +109388,0,0,0,0,0 +109389,0,0,0,0,0 +109390,0,0,0,0,0 +109391,0,0,0,0,0 +109392,0,0,0,0,0 +109393,0,0,0,0,0 +109394,0,0,0,0,0 +109395,0,0,0,0,0 +109396,0,0,0,0,0 +109397,0,0,0,0,0 +109398,0,0,0,0,0 +109399,0,0,0,0,0 +109400,0,0,0,0,0 +109401,0,0,0,0,0 +109402,0,0,0,0,0 +109403,0,0,0,0,0 +109404,0,0,0,0,0 +109405,0,0,0,0,0 +109406,0,0,0,0,0 +109407,0,0,0,0,0 +109408,0,0,0,0,0 +109409,0,0,0,0,0 +109410,0,0,0,0,0 +109411,0,0,0,0,0 +109412,0,0,0,0,0 +109413,0,0,0,0,0 +109414,0,0,0,0,0 +109415,0,0,0,0,0 +109416,0,0,0,0,0 +109417,0,0,0,0,0 +109418,0,0,0,0,0 +109419,0,0,0,0,0 +109420,0,0,0,0,0 +109421,0,0,0,0,0 +109422,0,0,0,0,0 +109423,0,0,0,0,0 +109424,0,0,0,0,0 +109425,0,0,0,0,0 +109426,0,0,0,0,0 +109427,0,0,0,0,0 +109428,0,0,0,0,0 +109429,0,0,0,0,0 +109430,0,0,0,0,0 +109431,0,0,0,0,0 +109432,0,0,0,0,0 +109433,0,0,0,0,0 +109434,0,0,0,0,0 +109435,0,0,0,0,0 +109436,0,0,0,0,0 +109437,0,0,0,0,0 +109438,0,0,0,0,0 +109439,0,0,0,0,0 +109440,0,0,0,0,0 +109441,0,0,0,0,0 +109442,0,0,0,0,0 +109443,0,0,0,0,0 +109444,0,0,0,0,0 +109445,0,0,0,0,0 +109446,0,0,0,0,0 +109447,0,0,0,0,0 +109448,0,0,0,0,0 +109449,0,0,0,0,0 +109450,0,0,0,0,0 +109451,0,0,0,0,0 +109452,0,0,0,0,0 +109453,0,0,0,0,0 +109454,0,0,0,0,0 +109455,0,0,0,0,0 +109456,0,0,0,0,0 +109457,0,0,0,0,0 +109458,0,0,0,0,0 +109459,0,0,0,0,0 +109460,0,0,0,0,0 +109461,0,0,0,0,0 +109462,0,0,0,0,0 +109463,0,0,0,0,0 +109464,0,0,0,0,0 +109465,0,0,0,0,0 +109466,0,0,0,0,0 +109467,0,0,0,0,0 +109468,0,0,0,0,0 +109469,0,0,0,0,0 +109470,0,0,0,0,0 +109471,0,0,0,0,0 +109472,0,0,0,0,0 +109473,0,0,0,0,0 +109474,0,0,0,0,0 +109475,0,0,0,0,0 +109476,0,0,0,0,0 +109477,0,0,0,0,0 +109478,0,0,0,0,0 +109479,0,0,0,0,0 +109480,0,0,0,0,0 +109481,0,0,0,0,0 +109482,0,0,0,0,0 +109483,0,0,0,0,0 +109484,0,0,0,0,0 +109485,0,0,0,0,0 +109486,0,0,0,0,0 +109487,0,0,0,0,0 +109488,0,0,0,0,0 +109489,0,0,0,0,0 +109490,0,0,0,0,0 +109491,0,0,0,0,0 +109492,0,0,0,0,0 +109493,0,0,0,0,0 +109494,0,0,0,0,0 +109495,0,0,0,0,0 +109496,0,0,0,0,0 +109497,0,0,0,0,0 +109498,0,0,0,0,0 +109499,0,0,0,0,0 +109500,0,0,0,0,0 +109501,0,0,0,0,0 +109502,0,0,0,0,0 +109503,0,0,0,0,0 +109504,0,0,0,0,0 +109505,0,0,0,0,0 +109506,0,0,0,0,0 +109507,0,0,0,0,0 +109508,0,0,0,0,0 +109509,0,0,0,0,0 +109510,0,0,0,0,0 +109511,0,0,0,0,0 +109512,0,0,0,0,0 +109513,0,0,0,0,0 +109514,0,0,0,0,0 +109515,0,0,0,0,0 +109516,0,0,0,0,0 +109517,0,0,0,0,0 +109518,0,0,0,0,0 +109519,0,0,0,0,0 +109520,0,0,0,0,0 +109521,0,0,0,0,0 +109522,0,0,0,0,0 +109523,0,0,0,0,0 +109524,0,0,0,0,0 +109525,0,0,0,0,0 +109526,0,0,0,0,0 +109527,0,0,0,0,0 +109528,0,0,0,0,0 +109529,0,0,0,0,0 +109530,0,0,0,0,0 +109531,0,0,0,0,0 +109532,0,0,0,0,0 +109533,0,0,0,0,0 +109534,0,0,0,0,0 +109535,0,0,0,0,0 +109536,0,0,0,0,0 +109537,0,0,0,0,0 +109538,0,0,0,0,0 +109539,0,0,0,0,0 +109540,0,0,0,0,0 +109541,0,0,0,0,0 +109542,0,0,0,0,0 +109543,0,0,0,0,0 +109544,0,0,0,0,0 +109545,0,0,0,0,0 +109546,0,0,0,0,0 +109547,0,0,0,0,0 +109548,0,0,0,0,0 +109549,0,0,0,0,0 +109550,0,0,0,0,0 +109551,0,0,0,0,0 +109552,0,0,0,0,0 +109553,0,0,0,0,0 +109554,0,0,0,0,0 +109555,0,0,0,0,0 +109556,0,0,0,0,0 +109557,0,0,0,0,0 +109558,0,0,0,0,0 +109559,0,0,0,0,0 +109560,0,0,0,0,0 +109561,0,0,0,0,0 +109562,0,0,0,0,0 +109563,0,0,0,0,0 +109564,0,0,0,0,0 +109565,0,0,0,0,0 +109566,0,0,0,0,0 +109567,0,0,0,0,0 +109568,0,0,0,0,0 +109569,0,0,0,0,0 +109570,0,0,0,0,0 +109571,0,0,0,0,0 +109572,0,0,0,0,0 +109573,0,0,0,0,0 +109574,0,0,0,0,0 +109575,0,0,0,0,0 +109576,0,0,0,0,0 +109577,0,0,0,0,0 +109578,0,0,0,0,0 +109579,0,0,0,0,0 +109580,0,0,0,0,0 +109581,0,0,0,0,0 +109582,0,0,0,0,0 +109583,0,0,0,0,0 +109584,0,0,0,0,0 +109585,0,0,0,0,0 +109586,0,0,0,0,0 +109587,0,0,0,0,0 +109588,0,0,0,0,0 +109589,0,0,0,0,0 +109590,0,0,0,0,0 +109591,0,0,0,0,0 +109592,0,0,0,0,0 +109593,0,0,0,0,0 +109594,0,0,0,0,0 +109595,0,0,0,0,0 +109596,0,0,0,0,0 +109597,0,0,0,0,0 +109598,0,0,0,0,0 +109599,0,0,0,0,0 +109600,0,0,0,0,0 +109601,0,0,0,0,0 +109602,0,0,0,0,0 +109603,0,0,0,0,0 +109604,0,0,0,0,0 +109605,0,0,0,0,0 +109606,0,0,0,0,0 +109607,0,0,0,0,0 +109608,0,0,0,0,0 +109609,0,0,0,0,0 +109610,0,0,0,0,0 +109611,0,0,0,0,0 +109612,0,0,0,0,0 +109613,0,0,0,0,0 +109614,0,0,0,0,0 +109615,0,0,0,0,0 +109616,0,0,0,0,0 +109617,0,0,0,0,0 +109618,0,0,0,0,0 +109619,0,0,0,0,0 +109620,0,0,0,0,0 +109621,0,0,0,0,0 +109622,0,0,0,0,0 +109623,0,0,0,0,0 +109624,0,0,0,0,0 +109625,0,0,0,0,0 +109626,0,0,0,0,0 +109627,0,0,0,0,0 +109628,0,0,0,0,0 +109629,0,0,0,0,0 +109630,0,0,0,0,0 +109631,0,0,0,0,0 +109632,0,0,0,0,0 +109633,0,0,0,0,0 +109634,0,0,0,0,0 +109635,0,0,0,0,0 +109636,0,0,0,0,0 +109637,0,0,0,0,0 +109638,0,0,0,0,0 +109639,0,0,0,0,0 +109640,0,0,0,0,0 +109641,0,0,0,0,0 +109642,0,0,0,0,0 +109643,0,0,0,0,0 +109644,0,0,0,0,0 +109645,0,0,0,0,0 +109646,0,0,0,0,0 +109647,0,0,0,0,0 +109648,0,0,0,0,0 +109649,0,0,0,0,0 +109650,0,0,0,0,0 +109651,0,0,0,0,0 +109652,0,0,0,0,0 +109653,0,0,0,0,0 +109654,0,0,0,0,0 +109655,0,0,0,0,0 +109656,0,0,0,0,0 +109657,0,0,0,0,0 +109658,0,0,0,0,0 +109659,0,0,0,0,0 +109660,0,0,0,0,0 +109661,0,0,0,0,0 +109662,0,0,0,0,0 +109663,0,0,0,0,0 +109664,0,0,0,0,0 +109665,0,0,0,0,0 +109666,0,0,0,0,0 +109667,0,0,0,0,0 +109668,0,0,0,0,0 +109669,0,0,0,0,0 +109670,0,0,0,0,0 +109671,0,0,0,0,0 +109672,0,0,0,0,0 +109673,0,0,0,0,0 +109674,0,0,0,0,0 +109675,0,0,0,0,0 +109676,0,0,0,0,0 +109677,0,0,0,0,0 +109678,0,0,0,0,0 +109679,0,0,0,0,0 +109680,0,0,0,0,0 +109681,0,0,0,0,0 +109682,0,0,0,0,0 +109683,0,0,0,0,0 +109684,0,0,0,0,0 +109685,0,0,0,0,0 +109686,0,0,0,0,0 +109687,0,0,0,0,0 +109688,0,0,0,0,0 +109689,0,0,0,0,0 +109690,0,0,0,0,0 +109691,0,0,0,0,0 +109692,0,0,0,0,0 +109693,0,0,0,0,0 +109694,0,0,0,0,0 +109695,0,0,0,0,0 +109696,0,0,0,0,0 +109697,0,0,0,0,0 +109698,0,0,0,0,0 +109699,0,0,0,0,0 +109700,0,0,0,0,0 +109701,0,0,0,0,0 +109702,0,0,0,0,0 +109703,0,0,0,0,0 +109704,0,0,0,0,0 +109705,0,0,0,0,0 +109706,0,0,0,0,0 +109707,0,0,0,0,0 +109708,0,0,0,0,0 +109709,0,0,0,0,0 +109710,0,0,0,0,0 +109711,0,0,0,0,0 +109712,0,0,0,0,0 +109713,0,0,0,0,0 +109714,0,0,0,0,0 +109715,0,0,0,0,0 +109716,0,0,0,0,0 +109717,0,0,0,0,0 +109718,0,0,0,0,0 +109719,0,0,0,0,0 +109720,0,0,0,0,0 +109721,0,0,0,0,0 +109722,0,0,0,0,0 +109723,0,0,0,0,0 +109724,0,0,0,0,0 +109725,0,0,0,0,0 +109726,0,0,0,0,0 +109727,0,0,0,0,0 +109728,0,0,0,0,0 +109729,0,0,0,0,0 +109730,0,0,0,0,0 +109731,0,0,0,0,0 +109732,0,0,0,0,0 +109733,0,0,0,0,0 +109734,0,0,0,0,0 +109735,0,0,0,0,0 +109736,0,0,0,0,0 +109737,0,0,0,0,0 +109738,0,0,0,0,0 +109739,0,0,0,0,0 +109740,0,0,0,0,0 +109741,0,0,0,0,0 +109742,0,0,0,0,0 +109743,0,0,0,0,0 +109744,0,0,0,0,0 +109745,0,0,0,0,0 +109746,0,0,0,0,0 +109747,0,0,0,0,0 +109748,0,0,0,0,0 +109749,0,0,0,0,0 +109750,0,0,0,0,0 +109751,0,0,0,0,0 +109752,0,0,0,0,0 +109753,0,0,0,0,0 +109754,0,0,0,0,0 +109755,0,0,0,0,0 +109756,0,0,0,0,0 +109757,0,0,0,0,0 +109758,0,0,0,0,0 +109759,0,0,0,0,0 +109760,0,0,0,0,0 +109761,0,0,0,0,0 +109762,0,0,0,0,0 +109763,0,0,0,0,0 +109764,0,0,0,0,0 +109765,0,0,0,0,0 +109766,0,0,0,0,0 +109767,0,0,0,0,0 +109768,0,0,0,0,0 +109769,0,0,0,0,0 +109770,0,0,0,0,0 +109771,0,0,0,0,0 +109772,0,0,0,0,0 +109773,0,0,0,0,0 +109774,0,0,0,0,0 +109775,0,0,0,0,0 +109776,0,0,0,0,0 +109777,0,0,0,0,0 +109778,0,0,0,0,0 +109779,0,0,0,0,0 +109780,0,0,0,0,0 +109781,0,0,0,0,0 +109782,0,0,0,0,0 +109783,0,0,0,0,0 +109784,0,0,0,0,0 +109785,0,0,0,0,0 +109786,0,0,0,0,0 +109787,0,0,0,0,0 +109788,0,0,0,0,0 +109789,0,0,0,0,0 +109790,0,0,0,0,0 +109791,0,0,0,0,0 +109792,0,0,0,0,0 +109793,0,0,0,0,0 +109794,0,0,0,0,0 +109795,0,0,0,0,0 +109796,0,0,0,0,0 +109797,0,0,0,0,0 +109798,0,0,0,0,0 +109799,0,0,0,0,0 +109800,0,0,0,0,0 +109801,0,0,0,0,0 +109802,0,0,0,0,0 +109803,0,0,0,0,0 +109804,0,0,0,0,0 +109805,0,0,0,0,0 +109806,0,0,0,0,0 +109807,0,0,0,0,0 +109808,0,0,0,0,0 +109809,0,0,0,0,0 +109810,0,0,0,0,0 +109811,0,0,0,0,0 +109812,0,0,0,0,0 +109813,0,0,0,0,0 +109814,0,0,0,0,0 +109815,0,0,0,0,0 +109816,0,0,0,0,0 +109817,0,0,0,0,0 +109818,0,0,0,0,0 +109819,0,0,0,0,0 +109820,0,0,0,0,0 +109821,0,0,0,0,0 +109822,0,0,0,0,0 +109823,0,0,0,0,0 +109824,0,0,0,0,0 +109825,0,0,0,0,0 +109826,0,0,0,0,0 +109827,0,0,0,0,0 +109828,0,0,0,0,0 +109829,0,0,0,0,0 +109830,0,0,0,0,0 +109831,0,0,0,0,0 +109832,0,0,0,0,0 +109833,0,0,0,0,0 +109834,0,0,0,0,0 +109835,0,0,0,0,0 +109836,0,0,0,0,0 +109837,0,0,0,0,0 +109838,0,0,0,0,0 +109839,0,0,0,0,0 +109840,0,0,0,0,0 +109841,0,0,0,0,0 +109842,0,0,0,0,0 +109843,0,0,0,0,0 +109844,0,0,0,0,0 +109845,0,0,0,0,0 +109846,0,0,0,0,0 +109847,0,0,0,0,0 +109848,0,0,0,0,0 +109849,0,0,0,0,0 +109850,0,0,0,0,0 +109851,0,0,0,0,0 +109852,0,0,0,0,0 +109853,0,0,0,0,0 +109854,0,0,0,0,0 +109855,0,0,0,0,0 +109856,0,0,0,0,0 +109857,0,0,0,0,0 +109858,0,0,0,0,0 +109859,0,0,0,0,0 +109860,0,0,0,0,0 +109861,-1693.377558,-709.4507008,-1650.088666,-717.1221769,-983.8370096 +109862,-1613.902039,-645.3393393,-1571.806894,-683.5058165,-939.2251268 +109863,-1732.496801,0,-1687.088513,-733.8794978,-1012.296294 +109864,-1758.119562,0,-200.6725792,-744.8977576,-1030.616147 +109865,-1579.76973,0,-214.6558319,-746.1466924,-219.2509827 +109866,-126.8278853,0,-521.1979257,-62.1261343,-287.2969334 +109867,-1066.316534,0,-321.9634363,-486.7153078,-417.5105628 +109868,-758.5010854,0,-299.6791142,-349.0831832,-329.2511124 +109869,-742.8917982,0,-279.0841338,-343.1890604,-325.8211866 +109870,-732.0970961,0,-259.4031239,-336.949678,-322.8605124 +109871,-720.786993,0,-239.4950704,-331.1435841,-319.0901116 +109872,-708.0356674,0,-224.8681124,-325.840267,-315.8457312 +109873,-697.7730124,0,-208.896039,-320.3213746,-313.1575455 +109874,-686.1690544,0,-192.8109996,-314.5998185,-309.0284479 +109875,-677.2535568,0,-177.2411558,-309.4971886,-306.4959901 +109876,-663.9933104,0,-161.5910532,-304.6516679,-302.530122 +109877,-656.6305681,0,-146.7915302,-299.2554412,-299.5156485 +109878,-643.8574901,0,-131.3210109,-294.144583,-295.753434 +109879,-635.0594637,0,-116.7209435,-289.3436865,-292.6232521 +109880,-625.0248733,0,-102.2320536,-284.440024,-288.7497681 +109881,-614.8136487,0,-87.55240761,-279.8786936,-285.5245967 +109882,-605.5284592,0,-73.45635487,-274.7882446,-282.2594826 +109883,-596.1044553,0,-59.17869833,-270.0588148,-278.2538857 +109884,-585.4378193,0,-45.64790384,-265.7090413,-274.9159585 +109885,-577.9906399,0,-31.4795675,-260.835269,-271.5474332 +109886,-567.0731892,0,-18.37351654,-256.3562495,-267.7948704 +109887,-558.3009797,0,-4.634388554,-251.8186953,-264.370667 +109888,-549.4389962,0,0,-247.6986102,-260.5648258 +109889,-539.3394042,0,0,-242.5786317,-257.8124987 +109890,-531.4658189,0,0,-238.8440864,-253.244365 +109891,-521.7782749,0,0,-234.5902047,-250.4570998 +109892,-513.184382,0,0,-229.8075505,-246.570303 +109893,-505.7068499,0,0,-226.4549267,-243.0283229 +109894,-495.8072194,0,0,-221.5933339,-239.834776 +109895,-488.8176147,0,0,-218.1836655,-235.8994571 +109896,-479.3932844,0,0,-213.7497594,-232.6797488 +109897,-471.1129772,0,0,-210.0382639,-229.4488081 +109898,-463.3909127,0,0,-205.7970155,-225.4739903 +109899,-454.416684,0,0,-202.2913343,-222.2214163 +109900,-447.2223336,0,0,-197.7441197,-218.5917087 +109901,-438.1640186,0,0,-194.7100036,-215.689283 +109902,-430.2898568,0,0,-190.1159038,-211.6726235 +109903,-422.383927,0,0,-186.5324143,-208.3855228 +109904,-414.4477297,0,0,-182.9332822,-205.0914228 +109905,-405.8643124,0,0,-178.7977463,-201.7907133 +109906,-397.8711709,0,0,-175.4294424,-197.7419344 +109907,-390.4747396,0,0,-171.2623894,-195.1713013 +109908,-381.8108807,0,0,-167.869298,-191.4817106 +109909,-374.3713508,0,0,-163.9383264,-187.7864474 +109910,-365.6620362,0,0,-160.5240697,-184.8307314 +109911,-358.8123346,0,0,-156.5707921,-181.1261171 +109912,-350.0648055,0,0,-152.8726703,-178.1628302 +109913,-342.5569488,0,0,-149.4320805,-174.4501627 +109914,-334.406041,0,0,-145.7179143,-171.4804292 +109915,-326.8721406,0,0,-142.2633948,-167.7609787 +109916,-319.3270037,246.1813127,0,-138.2683775,-164.412117 +109917,-310.5074057,122.9756555,0,-135.0697252,-161.4346053 +109918,-303.5745816,181.0563696,0,-131.0630796,-157.894003 +109919,-294.7349799,199.3117104,0,-127.7216515,-154.5382199 +109920,-287.7873243,216.9259192,0,-124.1082353,-151.3676654 +109921,-278.9317337,234.2692424,0,-120.3569321,-147.8210945 +109922,-271.3378481,251.8235791,0,-116.6023663,-144.6473239 +109923,-262.7868451,268.6439055,0,-113.1139333,-141.4722087 +109924,-254.8657048,285.9275755,0,-109.354209,-137.9212489 +109925,-246.622993,302.5656928,0,-105.8615267,-134.9310815 +109926,-238.3767022,319.1842747,0,-101.9633601,-131.3778851 +109927,-230.1273989,335.5441225,0,-98.46762418,-128.1984763 +109928,-222.5111234,352.2055425,0,-94.83606837,-125.018268 +109929,-213.6213472,368.2714801,0,-91.06879309,-121.649901 +109930,-206.0011515,384.2165444,0,-87.30067428,-118.4682773 +109931,-197.4257504,400.5196884,0,-84.07075599,-115.0986133 +109932,-189.4848389,416.1953284,0,-80.03182707,-111.9158492 +109933,-180.9069083,431.7005664,0,-76.53133418,-108.5451273 +109934,-173.281862,448.0481266,0,-72.76093939,-105.548897 +109935,-164.7019876,462.8945015,0,-69.25966581,-101.9898196 +109936,-156.4392953,478.5956421,0,-65.4885292,-99.18029791 +109937,-148.1759327,493.7975885,0,-61.98659313,-95.43297768 +109938,-140.2299299,509.0176146,0,-58.08008832,-92.62281533 +109939,-131.8062994,523.80268,0,-54.71239683,-89.2498663 +109940,-123.7001153,539.3343093,0,-50.67063089,-86.06414037 +109941,-115.1164165,553.9736435,0,-47.43727295,-82.87816361 +109942,-107.168319,568.8605674,0,-44.33844816,-79.69195672 +109943,-98.74276389,583.5927941,0,-41.50902609,-76.31802274 +109944,-90.4758305,598.2403882,0,-38.54468423,-73.31893142 +109945,-82.20854728,621.6172496,0,-35.31065066,-69.94461783 +109946,-73.94094156,640.4729067,0,-32.61561799,-66.94518013 +109947,-65.51402597,659.2470567,0,-29.38134752,-63.57053554 +109948,-57.24587519,677.9740029,0,-26.41653867,-60.38327571 +109949,-46.11516368,690.7436217,0,-20.3517092,-57.38340501 +109950,-38.80066559,708.2379772,0,-16.71279723,-54.00834279 +109951,-31.80404514,724.2959682,0,-13.7477238,-50.63317788 +109952,-24.96632692,740.1582417,0,-10.24345852,-47.82052568 +109953,-18.4465583,755.7016251,0,-7.547854254,-44.25765466 +109954,-11.76768366,770.5771969,0,-4.043508972,-41.25731654 +109955,-5.088745375,786.4426932,0,-1.347841812,-37.88184755 +109956,0,800.9958723,0,0,-34.88140171 +109957,0,815.9110443,0,0,-31.50585158 +109958,0,830.4570932,0,0,-28.50535261 +109959,0,844.8645563,0,0,-25.12976164 +109960,0,859.0371549,0,0,-21.94169141 +109961,0,873.1694607,0,0,-18.75360826 +109962,0,887.0212683,0,0,-15.37797644 +109963,0,900.7582653,0,0,-12.37740901 +109964,0,914.3209337,0,0,-9.189295227 +109965,0,927.6809425,0,0,-5.813638039 +109966,0,941.0215188,0,0,-2.62551466 +109967,0,954.0900025,0,0,0 +109968,0,967.0009063,0,0,0 +109969,0,979.9712329,0,0,0 +109970,0,992.4438939,0,0,0 +109971,0,1005.131193,0,0,0 +109972,0,1017.469046,0,0,0 +109973,0,1029.739267,0,0,0 +109974,0,1041.865038,0,0,0 +109975,0,1053.793019,0,0,0 +109976,0,1065.753265,0,0,0 +109977,0,1077.499055,0,0,0 +109978,0,1088.953511,0,0,0 +109979,0,1100.578207,0,0,0 +109980,0,1111.870559,0,0,0 +109981,0,1123.264596,0,0,0 +109982,0,1140.461501,0,0,0 +109983,0,1141.541786,0,0,0 +109984,0,1166.997311,0,0,0 +109985,0,1156.911413,0,0,0 +109986,0,1166.127074,0,0,0 +109987,0,1192.935173,0,0,0 +109988,0,1193.050446,0,0,0 +109989,0,1205.35636,0,0,0 +109990,0,1215.053908,0,0,0 +109991,0,1224.706127,0,0,0 +109992,0,1234.354722,0,0,0 +109993,0,1243.713206,0,0,0 +109994,0,1253.114249,0,0,0 +109995,0,1262.206113,0,0,0 +109996,0,1271.418618,0,0,0 +109997,0,1280.506519,0,0,0 +109998,0,1289.214395,0,0,0 +109999,0,1298.137764,0,0,0 +110000,0,1306.722229,0,0,0 +110001,0,1315.366887,0,0,0 +110002,0,1323.752473,0,0,0 +110003,0,1332.183743,0,0,0 +110004,0,1340.435241,0,0,0 +110005,0,1348.532096,0,0,0 +110006,0,1356.470216,0,0,0 +110007,0,1364.673393,0,0,0 +110008,0,1372.231828,0,0,0 +110009,0,1380.105777,0,0,0 +110010,0,1387.63279,0,0,0 +110011,0,1395.405093,0,0,0 +110012,0,1403.034505,0,0,0 +110013,0,1410.492015,0,0,0 +110014,0,1418.02989,0,0,0 +110015,0,1425.317298,0,0,0 +110016,0,1432.76962,0,0,0 +110017,0,1439.745688,0,0,0 +110018,0,1446.995901,0,0,0 +110019,0,1453.820112,0,0,0 +110020,0,1460.957135,0,0,0 +110021,0,1467.730192,0,0,0 +110022,0,1474.42563,0,0,0 +110023,0,1481.061305,0,0,0 +110024,0,1487.680199,0,0,0 +110025,0,1494.063767,0,0,0 +110026,0,1500.513884,0,0,0 +110027,0,1506.807108,0,0,0 +110028,0,1512.839037,0,0,0 +110029,0,1519.063939,0,0,0 +110030,0,1525.060089,0,0,0 +110031,0,1530.908684,0,0,0 +110032,0,1536.804351,0,0,0 +110033,0,1542.454513,0,0,0 +110034,0,1548.160909,0,0,0 +110035,0,1559.553197,0,0,0 +110036,0,1552.888954,0,0,0 +110037,0,1585.474318,0,0,0 +110038,0,1540.724156,0,0,0 +110039,0,1589.418322,0,0,0 +110040,0,1576.50167,0,0,0 +110041,0,1584.888231,0,0,0 +110042,0,1589.736867,0,0,0 +110043,0,1594.314484,0,0,0 +110044,0,1599.01026,0,0,0 +110045,0,1603.523436,0,0,0 +110046,0,1607.959598,0,0,0 +110047,0,1612.303029,0,0,0 +110048,0,1616.654943,0,0,0 +110049,0,1620.661827,0,0,0 +110050,0,1624.802144,0,0,0 +110051,0,1628.75836,0,0,0 +110052,0,1632.536261,0,0,0 +110053,0,1636.475816,0,0,0 +110054,0,1640.097189,0,0,0 +110055,0,1643.71747,0,0,0 +110056,0,1647.332757,0,0,0 +110057,0,1650.59768,0,0,0 +110058,0,1654.000554,0,0,0 +110059,0,1657.218279,0,0,0 +110060,0,1660.360032,0,0,0 +110061,0,1663.409742,0,0,0 +110062,0,1666.367194,0,0,0 +110063,0,1669.232104,0,0,0 +110064,0,1672.004773,0,0,0 +110065,0,1674.684638,0,0,0 +110066,0,1677.272592,0,0,0 +110067,0,1679.873229,0,0,0 +110068,0,1682.119127,0,0,0 +110069,0,1684.505976,0,0,0 +110070,0,1686.705943,0,0,0 +110071,0,1687.984996,0,0,0 +110072,0,1688.998407,0,0,0 +110073,0,1689.824699,0,0,0 +110074,0,1690.486123,0,0,0 +110075,0,1690.99407,0,0,0 +110076,0,1691.35578,0,0,0 +110077,0,1691.575807,0,0,0 +110078,0,1691.65816,0,0,0 +110079,0,1691.605623,0,0,0 +110080,0,1691.421138,0,0,0 +110081,0,1691.106746,0,0,0 +110082,0,1690.664844,0,0,0 +110083,0,1690.097094,0,0,0 +110084,0,1689.405531,0,0,0 +110085,0,1688.591532,0,0,0 +110086,0,1687.656891,0,0,0 +110087,0,1686.602745,0,0,0 +110088,0,1685.430725,0,0,0 +110089,0,1684.141743,0,0,0 +110090,0,1682.737215,0,0,0 +110091,0,1671.278406,0,0,0 +110092,0,1668.099562,0,0,0 +110093,0,1665.350661,0,0,0 +110094,0,1662.78413,0,0,0 +110095,0,1660.20577,0,0,0 +110096,0,1657.589529,0,0,0 +110097,0,1654.915438,0,0,0 +110098,0,1652.173152,0,0,0 +110099,0,1649.356714,0,0,0 +110100,0,1646.357818,0,0,0 +110101,0,1643.564661,0,0,0 +110102,0,1640.472504,0,0,0 +110103,0,1637.387389,0,0,0 +110104,0,1634.201301,0,0,0 +110105,0,1631.031933,0,0,0 +110106,0,1627.522664,0,0,0 +110107,0,1624.148149,0,0,0 +110108,0,1620.59617,0,0,0 +110109,0,1616.971056,0,0,0 +110110,0,1613.153018,0,0,0 +110111,0,1609.498578,0,0,0 +110112,0,1605.533175,0,0,0 +110113,0,1601.567492,0,0,0 +110114,0,1597.497143,0,0,0 +110115,0,1593.337813,0,0,0 +110116,0,1589.089587,0,0,0 +110117,0,1584.652343,0,0,0 +110118,0,1580.371401,0,0,0 +110119,0,1575.789078,0,0,0 +110120,0,1571.205711,0,0,0 +110121,0,1588.310854,0,0,0 +110122,0,1529.826331,0,0,0 +110123,0,1572.743636,0,0,0 +110124,0,1548.383983,0,0,0 +110125,0,1546.885598,0,0,0 +110126,0,1541.699948,0,0,0 +110127,0,1536.656835,0,0,0 +110128,0,1531.325017,0,0,0 +110129,0,1525.993381,0,0,0 +110130,0,1520.565088,0,0,0 +110131,0,1515.068398,0,0,0 +110132,0,1509.494705,0,0,0 +110133,0,1503.845338,0,0,0 +110134,0,1498.11276,0,0,0 +110135,0,1492.321646,0,0,0 +110136,0,1486.434743,0,0,0 +110137,0,1480.490368,0,0,0 +110138,0,1474.456448,0,0,0 +110139,0,1468.365536,0,0,0 +110140,0,1462.091287,0,0,0 +110141,0,1455.991378,0,0,0 +110142,0,1449.697246,0,0,0 +110143,0,1443.203482,0,0,0 +110144,0,1436.810674,0,0,0 +110145,0,1430.283601,0,0,0 +110146,0,1423.602722,0,0,0 +110147,0,1417.084034,0,0,0 +110148,0,1410.299188,0,0,0 +110149,0,1403.529683,0,0,0 +110150,0,1396.770474,0,0,0 +110151,0,1389.637006,0,0,0 +110152,0,1382.85545,0,0,0 +110153,0,1375.739353,0,0,0 +110154,0,1368.653789,0,0,0 +110155,0,1361.405642,0,0,0 +110156,0,1354.308734,0,0,0 +110157,0,1347.054826,0,0,0 +110158,0,1339.606023,0,0,0 +110159,0,1332.185777,0,0,0 +110160,0,1324.83898,0,0,0 +110161,0,1317.305186,0,0,0 +110162,0,1309.801859,0,0,0 +110163,0,1302.236155,0,0,0 +110164,0,1294.624559,0,0,0 +110165,0,1286.966833,0,0,0 +110166,0,1279.265845,0,0,0 +110167,0,1271.431416,0,0,0 +110168,0,1263.759239,0,0,0 +110169,0,1255.946364,0,0,0 +110170,0,1247.884363,0,0,0 +110171,0,1240.135291,0,0,0 +110172,0,1232.107481,0,0,0 +110173,0,1224.042735,0,0,0 +110174,0,1216.195362,0,0,0 +110175,0,1207.955381,0,0,0 +110176,0,1199.833521,0,0,0 +110177,0,1191.781084,0,0,0 +110178,0,1183.542812,0,0,0 +110179,9.13742109,1175.333496,0,0,0 +110180,92.11692676,1167.075118,0,0,0 +110181,51.58189696,1158.785603,0,0,0 +110182,70.67847467,1170.523205,0,0,0 +110183,77.36822805,1112.496155,0,0,0 +110184,83.61242114,1167.304425,0,0,0 +110185,89.51693214,1094.279709,0,0,0 +110186,95.43273498,1136.426825,0,0,0 +110187,101.2628771,1096.486838,0,0,0 +110188,107.1416651,1104.067863,0,0,0 +110189,112.6798771,1090.215825,0,0,0 +110190,118.4772392,1082.620739,35.255898,0,0 +110191,123.8334924,1074.116449,56.91083042,0,0 +110192,129.8386766,1065.361412,44.09302011,0,0 +110193,134.8254967,1056.894933,56.00335798,0,0 +110194,140.7390135,1048.269647,60.72433429,0,0 +110195,145.8597712,1039.530949,65.64685909,0,0 +110196,151.4232525,1030.902378,70.35497963,0,0 +110197,156.5355394,1022.1971,75.16836131,0,0 +110198,161.9811976,1013.482858,79.72335142,0,0 +110199,167.0050783,1004.751737,84.66153669,0,0 +110200,172.2235806,996.0036764,88.95220652,0,0 +110201,177.361659,987.3045086,93.82518993,0,0 +110202,182.662254,978.4358641,98.16619768,0,0 +110203,187.3097518,969.6256916,102.8911541,0,0 +110204,192.4516962,960.9671613,107.2210903,0,0 +110205,197.4318377,952.0208546,111.9882746,0,0 +110206,202.4165966,943.2531701,116.0732714,0,0 +110207,207.1390334,934.4152982,120.6548904,0,0 +110208,212.1704869,925.5784116,125.1637593,0,0 +110209,216.795155,916.7399319,129.4362137,39.07716519,0 +110210,221.5876585,907.9578367,133.7165058,34.4546308,0 +110211,226.5932092,898.97098,138.3470853,13.57648455,0 +110212,231.0796534,890.3084017,142.2486774,34.39648999,0 +110213,235.7482268,881.3367559,146.6829025,36.9296761,0 +110214,240.5572859,872.5486996,150.9814202,36.89598598,0 +110215,244.9963785,863.7100989,155.4440398,40.71328677,0 +110216,249.7813239,854.8830684,159.2616061,43.28221047,0 +110217,254.1653713,846.1252215,163.7824558,46.10363307,0 +110218,258.6967579,837.24375,167.7526844,48.67950723,0 +110219,263.3436719,828.4905788,172.1136882,51.40268867,0 +110220,267.8693486,819.7095174,176.2552252,53.9011771,0 +110221,0,0,0,0,0 +110222,0,0,0,0,0 +110223,0,0,0,0,0 +110224,0,0,0,0,0 +110225,0,0,0,0,0 +110226,0,0,0,0,0 +110227,0,0,0,0,0 +110228,0,0,0,0,0 +110229,0,0,0,0,0 +110230,0,0,0,0,0 +110231,0,0,0,0,0 +110232,0,0,0,0,0 +110233,0,0,0,0,0 +110234,0,0,0,0,0 +110235,0,0,0,0,0 +110236,0,0,0,0,0 +110237,0,0,0,0,0 +110238,0,0,0,0,0 +110239,0,0,0,0,0 +110240,0,0,0,0,0 +110241,0,0,0,0,0 +110242,0,0,0,0,0 +110243,0,0,0,0,0 +110244,0,0,0,0,0 +110245,0,0,0,0,0 +110246,0,0,0,0,0 +110247,0,0,0,0,0 +110248,0,0,0,0,0 +110249,0,0,0,0,0 +110250,0,0,0,0,0 +110251,0,0,0,0,0 +110252,0,0,0,0,0 +110253,0,0,0,0,0 +110254,0,0,0,0,0 +110255,0,0,0,0,0 +110256,0,0,0,0,0 +110257,0,0,0,0,0 +110258,0,0,0,0,0 +110259,0,0,0,0,0 +110260,0,0,0,0,0 +110261,0,0,0,0,0 +110262,0,0,0,0,0 +110263,0,0,0,0,0 +110264,0,0,0,0,0 +110265,0,0,0,0,0 +110266,0,0,0,0,0 +110267,0,0,0,0,0 +110268,0,0,0,0,0 +110269,0,0,0,0,0 +110270,0,0,0,0,0 +110271,0,0,0,0,0 +110272,0,0,0,0,0 +110273,0,0,0,0,0 +110274,0,0,0,0,0 +110275,0,0,0,0,0 +110276,0,0,0,0,0 +110277,0,0,0,0,0 +110278,0,0,0,0,0 +110279,0,0,0,0,0 +110280,0,0,0,0,0 +110281,0,0,0,0,0 +110282,0,0,0,0,0 +110283,0,0,0,0,0 +110284,0,0,0,0,0 +110285,0,0,0,0,0 +110286,0,0,0,0,0 +110287,0,0,0,0,0 +110288,0,0,0,0,0 +110289,0,0,0,0,0 +110290,0,0,0,0,0 +110291,0,0,0,0,0 +110292,0,0,0,0,0 +110293,0,0,0,0,0 +110294,0,0,0,0,0 +110295,0,0,0,0,0 +110296,0,0,0,0,0 +110297,0,0,0,0,0 +110298,0,0,0,0,0 +110299,0,0,0,0,0 +110300,0,0,0,0,0 +110301,0,0,0,0,0 +110302,0,0,0,0,0 +110303,0,0,0,0,0 +110304,0,0,0,0,0 +110305,0,0,0,0,0 +110306,0,0,0,0,0 +110307,0,0,0,0,0 +110308,0,0,0,0,0 +110309,0,0,0,0,0 +110310,0,0,0,0,0 +110311,0,0,0,0,0 +110312,0,0,0,0,0 +110313,0,0,0,0,0 +110314,0,0,0,0,0 +110315,0,0,0,0,0 +110316,0,0,0,0,0 +110317,0,0,0,0,0 +110318,0,0,0,0,0 +110319,0,0,0,0,0 +110320,0,0,0,0,0 +110321,0,0,0,0,0 +110322,0,0,0,0,0 +110323,0,0,0,0,0 +110324,0,0,0,0,0 +110325,0,0,0,0,0 +110326,0,0,0,0,0 +110327,0,0,0,0,0 +110328,0,0,0,0,0 +110329,0,0,0,0,0 +110330,0,0,0,0,0 +110331,0,0,0,0,0 +110332,0,0,0,0,0 +110333,0,0,0,0,0 +110334,0,0,0,0,0 +110335,0,0,0,0,0 +110336,0,0,0,0,0 +110337,0,0,0,0,0 +110338,0,0,0,0,0 +110339,0,0,0,0,0 +110340,0,0,0,0,0 +110341,0,0,0,0,0 +110342,0,0,0,0,0 +110343,0,0,0,0,0 +110344,0,0,0,0,0 +110345,0,0,0,0,0 +110346,0,0,0,0,0 +110347,0,0,0,0,0 +110348,0,0,0,0,0 +110349,0,0,0,0,0 +110350,0,0,0,0,0 +110351,0,0,0,0,0 +110352,0,0,0,0,0 +110353,0,0,0,0,0 +110354,0,0,0,0,0 +110355,0,0,0,0,0 +110356,0,0,0,0,0 +110357,0,0,0,0,0 +110358,0,0,0,0,0 +110359,0,0,0,0,0 +110360,0,0,0,0,0 +110361,0,0,0,0,0 +110362,0,0,0,0,0 +110363,0,0,0,0,0 +110364,0,0,0,0,0 +110365,0,0,0,0,0 +110366,0,0,0,0,0 +110367,0,0,0,0,0 +110368,0,0,0,0,0 +110369,0,0,0,0,0 +110370,0,0,0,0,0 +110371,0,0,0,0,0 +110372,0,0,0,0,0 +110373,0,0,0,0,0 +110374,0,0,0,0,0 +110375,0,0,0,0,0 +110376,0,0,0,0,0 +110377,0,0,0,0,0 +110378,0,0,0,0,0 +110379,0,0,0,0,0 +110380,0,0,0,0,0 +110381,0,0,0,0,0 +110382,0,0,0,0,0 +110383,0,0,0,0,0 +110384,0,0,0,0,0 +110385,0,0,0,0,0 +110386,0,0,0,0,0 +110387,0,0,0,0,0 +110388,0,0,0,0,0 +110389,0,0,0,0,0 +110390,0,0,0,0,0 +110391,0,0,0,0,0 +110392,0,0,0,0,0 +110393,0,0,0,0,0 +110394,0,0,0,0,0 +110395,0,0,0,0,0 +110396,0,0,0,0,0 +110397,0,0,0,0,0 +110398,0,0,0,0,0 +110399,0,0,0,0,0 +110400,0,0,0,0,0 +110401,0,0,0,0,0 +110402,0,0,0,0,0 +110403,0,0,0,0,0 +110404,0,0,0,0,0 +110405,0,0,0,0,0 +110406,0,0,0,0,0 +110407,0,0,0,0,0 +110408,0,0,0,0,0 +110409,0,0,0,0,0 +110410,0,0,0,0,0 +110411,0,0,0,0,0 +110412,0,0,0,0,0 +110413,0,0,0,0,0 +110414,0,0,0,0,0 +110415,0,0,0,0,0 +110416,0,0,0,0,0 +110417,0,0,0,0,0 +110418,0,0,0,0,0 +110419,0,0,0,0,0 +110420,0,0,0,0,0 +110421,0,0,0,0,0 +110422,0,0,0,0,0 +110423,0,0,0,0,0 +110424,0,0,0,0,0 +110425,0,0,0,0,0 +110426,0,0,0,0,0 +110427,0,0,0,0,0 +110428,0,0,0,0,0 +110429,0,0,0,0,0 +110430,0,0,0,0,0 +110431,0,0,0,0,0 +110432,0,0,0,0,0 +110433,0,0,0,0,0 +110434,0,0,0,0,0 +110435,0,0,0,0,0 +110436,0,0,0,0,0 +110437,0,0,0,0,0 +110438,0,0,0,0,0 +110439,0,0,0,0,0 +110440,0,0,0,0,0 +110441,0,0,0,0,0 +110442,0,0,0,0,0 +110443,0,0,0,0,0 +110444,0,0,0,0,0 +110445,0,0,0,0,0 +110446,0,0,0,0,0 +110447,0,0,0,0,0 +110448,0,0,0,0,0 +110449,0,0,0,0,0 +110450,0,0,0,0,0 +110451,0,0,0,0,0 +110452,0,0,0,0,0 +110453,0,0,0,0,0 +110454,0,0,0,0,0 +110455,0,0,0,0,0 +110456,0,0,0,0,0 +110457,0,0,0,0,0 +110458,0,0,0,0,0 +110459,0,0,0,0,0 +110460,0,0,0,0,0 +110461,0,0,0,0,0 +110462,0,0,0,0,0 +110463,0,0,0,0,0 +110464,0,0,0,0,0 +110465,0,0,0,0,0 +110466,0,0,0,0,0 +110467,0,0,0,0,0 +110468,0,0,0,0,0 +110469,0,0,0,0,0 +110470,0,0,0,0,0 +110471,0,0,0,0,0 +110472,0,0,0,0,0 +110473,0,0,0,0,0 +110474,0,0,0,0,0 +110475,0,0,0,0,0 +110476,0,0,0,0,0 +110477,0,0,0,0,0 +110478,0,0,0,0,0 +110479,0,0,0,0,0 +110480,0,0,0,0,0 +110481,0,0,0,0,0 +110482,0,0,0,0,0 +110483,0,0,0,0,0 +110484,0,0,0,0,0 +110485,0,0,0,0,0 +110486,0,0,0,0,0 +110487,0,0,0,0,0 +110488,0,0,0,0,0 +110489,0,0,0,0,0 +110490,0,0,0,0,0 +110491,0,0,0,0,0 +110492,0,0,0,0,0 +110493,0,0,0,0,0 +110494,0,0,0,0,0 +110495,0,0,0,0,0 +110496,0,0,0,0,0 +110497,0,0,0,0,0 +110498,0,0,0,0,0 +110499,0,0,0,0,0 +110500,0,0,0,0,0 +110501,0,0,0,0,0 +110502,0,0,0,0,0 +110503,0,0,0,0,0 +110504,0,0,0,0,0 +110505,0,0,0,0,0 +110506,0,0,0,0,0 +110507,0,0,0,0,0 +110508,0,0,0,0,0 +110509,0,0,0,0,0 +110510,0,0,0,0,0 +110511,0,0,0,0,0 +110512,0,0,0,0,0 +110513,0,0,0,0,0 +110514,0,0,0,0,0 +110515,0,0,0,0,0 +110516,0,0,0,0,0 +110517,0,0,0,0,0 +110518,0,0,0,0,0 +110519,0,0,0,0,0 +110520,0,0,0,0,0 +110521,0,0,0,0,0 +110522,0,0,0,0,0 +110523,0,0,0,0,0 +110524,0,0,0,0,0 +110525,0,0,0,0,0 +110526,0,0,0,0,0 +110527,0,0,0,0,0 +110528,0,0,0,0,0 +110529,0,0,0,0,0 +110530,0,0,0,0,0 +110531,0,0,0,0,0 +110532,0,0,0,0,0 +110533,0,0,0,0,0 +110534,0,0,0,0,0 +110535,0,0,0,0,0 +110536,0,0,0,0,0 +110537,0,0,0,0,0 +110538,0,0,0,0,0 +110539,0,0,0,0,0 +110540,0,0,0,0,0 +110541,0,0,0,0,0 +110542,0,0,0,0,0 +110543,0,0,0,0,0 +110544,0,0,0,0,0 +110545,0,0,0,0,0 +110546,0,0,0,0,0 +110547,0,0,0,0,0 +110548,0,0,0,0,0 +110549,0,0,0,0,0 +110550,0,0,0,0,0 +110551,0,0,0,0,0 +110552,0,0,0,0,0 +110553,0,0,0,0,0 +110554,0,0,0,0,0 +110555,0,0,0,0,0 +110556,0,0,0,0,0 +110557,0,0,0,0,0 +110558,0,0,0,0,0 +110559,0,0,0,0,0 +110560,0,0,0,0,0 +110561,0,0,0,0,0 +110562,0,0,0,0,0 +110563,0,0,0,0,0 +110564,0,0,0,0,0 +110565,0,0,0,0,0 +110566,0,0,0,0,0 +110567,0,0,0,0,0 +110568,0,0,0,0,0 +110569,0,0,0,0,0 +110570,0,0,0,0,0 +110571,0,0,0,0,0 +110572,0,0,0,0,0 +110573,0,0,0,0,0 +110574,0,0,0,0,0 +110575,0,0,0,0,0 +110576,0,0,0,0,0 +110577,0,0,0,0,0 +110578,0,0,0,0,0 +110579,0,0,0,0,0 +110580,0,0,0,0,0 +110581,0,0,0,0,0 +110582,0,0,0,0,0 +110583,0,0,0,0,0 +110584,0,0,0,0,0 +110585,0,0,0,0,0 +110586,0,0,0,0,0 +110587,0,0,0,0,0 +110588,0,0,0,0,0 +110589,0,0,0,0,0 +110590,0,0,0,0,0 +110591,0,0,0,0,0 +110592,0,0,0,0,0 +110593,0,0,0,0,0 +110594,0,0,0,0,0 +110595,0,0,0,0,0 +110596,0,0,0,0,0 +110597,0,0,0,0,0 +110598,0,0,0,0,0 +110599,0,0,0,0,0 +110600,0,0,0,0,0 +110601,0,0,0,0,0 +110602,0,0,0,0,0 +110603,0,0,0,0,0 +110604,0,0,0,0,0 +110605,0,0,0,0,0 +110606,0,0,0,0,0 +110607,0,0,0,0,0 +110608,0,0,0,0,0 +110609,0,0,0,0,0 +110610,0,0,0,0,0 +110611,0,0,0,0,0 +110612,0,0,0,0,0 +110613,0,0,0,0,0 +110614,0,0,0,0,0 +110615,0,0,0,0,0 +110616,0,0,0,0,0 +110617,0,0,0,0,0 +110618,0,0,0,0,0 +110619,0,0,0,0,0 +110620,0,0,0,0,0 +110621,0,0,0,0,0 +110622,0,0,0,0,0 +110623,0,0,0,0,0 +110624,0,0,0,0,0 +110625,0,0,0,0,0 +110626,0,0,0,0,0 +110627,0,0,0,0,0 +110628,0,0,0,0,0 +110629,0,0,0,0,0 +110630,0,0,0,0,0 +110631,0,0,0,0,0 +110632,0,0,0,0,0 +110633,0,0,0,0,0 +110634,0,0,0,0,0 +110635,0,0,0,0,0 +110636,0,0,0,0,0 +110637,0,0,0,0,0 +110638,0,0,0,0,0 +110639,0,0,0,0,0 +110640,0,0,0,0,0 +110641,0,0,0,0,0 +110642,0,0,0,0,0 +110643,0,0,0,0,0 +110644,0,0,0,0,0 +110645,0,0,0,0,0 +110646,0,0,0,0,0 +110647,0,0,0,0,0 +110648,0,0,0,0,0 +110649,0,0,0,0,0 +110650,0,0,0,0,0 +110651,0,0,0,0,0 +110652,0,0,0,0,0 +110653,0,0,0,0,0 +110654,0,0,0,0,0 +110655,0,0,0,0,0 +110656,0,0,0,0,0 +110657,0,0,0,0,0 +110658,0,0,0,0,0 +110659,0,0,0,0,0 +110660,0,0,0,0,0 +110661,0,0,0,0,0 +110662,0,0,0,0,0 +110663,0,0,0,0,0 +110664,0,0,0,0,0 +110665,0,0,0,0,0 +110666,0,0,0,0,0 +110667,0,0,0,0,0 +110668,0,0,0,0,0 +110669,0,0,0,0,0 +110670,0,0,0,0,0 +110671,0,0,0,0,0 +110672,0,0,0,0,0 +110673,0,0,0,0,0 +110674,0,0,0,0,0 +110675,0,0,0,0,0 +110676,0,0,0,0,0 +110677,0,0,0,0,0 +110678,0,0,0,0,0 +110679,0,0,0,0,0 +110680,0,0,0,0,0 +110681,0,0,0,0,0 +110682,0,0,0,0,0 +110683,0,0,0,0,0 +110684,0,0,0,0,0 +110685,0,0,0,0,0 +110686,0,0,0,0,0 +110687,0,0,0,0,0 +110688,0,0,0,0,0 +110689,0,0,0,0,0 +110690,0,0,0,0,0 +110691,0,0,0,0,0 +110692,0,0,0,0,0 +110693,0,0,0,0,0 +110694,0,0,0,0,0 +110695,0,0,0,0,0 +110696,0,0,0,0,0 +110697,0,0,0,0,0 +110698,0,0,0,0,0 +110699,0,0,0,0,0 +110700,0,0,0,0,0 +110701,0,0,0,0,0 +110702,0,0,0,0,0 +110703,0,0,0,0,0 +110704,0,0,0,0,0 +110705,0,0,0,0,0 +110706,0,0,0,0,0 +110707,0,0,0,0,0 +110708,0,0,0,0,0 +110709,0,0,0,0,0 +110710,0,0,0,0,0 +110711,0,0,0,0,0 +110712,0,0,0,0,0 +110713,0,0,0,0,0 +110714,0,0,0,0,0 +110715,0,0,0,0,0 +110716,0,0,0,0,0 +110717,0,0,0,0,0 +110718,0,0,0,0,0 +110719,0,0,0,0,0 +110720,0,0,0,0,0 +110721,0,0,0,0,0 +110722,0,0,0,0,0 +110723,0,0,0,0,0 +110724,0,0,0,0,0 +110725,0,0,0,0,0 +110726,0,0,0,0,0 +110727,0,0,0,0,0 +110728,0,0,0,0,0 +110729,0,0,0,0,0 +110730,0,0,0,0,0 +110731,0,0,0,0,0 +110732,0,0,0,0,0 +110733,0,0,0,0,0 +110734,0,0,0,0,0 +110735,0,0,0,0,0 +110736,0,0,0,0,0 +110737,0,0,0,0,0 +110738,0,0,0,0,0 +110739,0,0,0,0,0 +110740,0,0,0,0,0 +110741,0,0,0,0,0 +110742,0,0,0,0,0 +110743,0,0,0,0,0 +110744,0,0,0,0,0 +110745,0,0,0,0,0 +110746,0,0,0,0,0 +110747,0,0,0,0,0 +110748,0,0,0,0,0 +110749,0,0,0,0,0 +110750,0,0,0,0,0 +110751,0,0,0,0,0 +110752,0,0,0,0,0 +110753,0,0,0,0,0 +110754,0,0,0,0,0 +110755,0,0,0,0,0 +110756,0,0,0,0,0 +110757,0,0,0,0,0 +110758,0,0,0,0,0 +110759,0,0,0,0,0 +110760,0,0,0,0,0 +110761,0,0,0,0,0 +110762,0,0,0,0,0 +110763,0,0,0,0,0 +110764,0,0,0,0,0 +110765,0,0,0,0,0 +110766,0,0,0,0,0 +110767,0,0,0,0,0 +110768,0,0,0,0,0 +110769,0,0,0,0,0 +110770,0,0,0,0,0 +110771,0,0,0,0,0 +110772,0,0,0,0,0 +110773,0,0,0,0,0 +110774,0,0,0,0,0 +110775,0,0,0,0,0 +110776,0,0,0,0,0 +110777,0,0,0,0,0 +110778,0,0,0,0,0 +110779,0,0,0,0,0 +110780,0,0,0,0,0 +110781,0,0,0,0,0 +110782,0,0,0,0,0 +110783,0,0,0,0,0 +110784,0,0,0,0,0 +110785,0,0,0,0,0 +110786,0,0,0,0,0 +110787,0,0,0,0,0 +110788,0,0,0,0,0 +110789,0,0,0,0,0 +110790,0,0,0,0,0 +110791,0,0,0,0,0 +110792,0,0,0,0,0 +110793,0,0,0,0,0 +110794,0,0,0,0,0 +110795,0,0,0,0,0 +110796,0,0,0,0,0 +110797,0,0,0,0,0 +110798,0,0,0,0,0 +110799,0,0,0,0,0 +110800,0,0,0,0,0 +110801,0,0,0,0,0 +110802,0,0,0,0,0 +110803,0,0,0,0,0 +110804,0,0,0,0,0 +110805,0,0,0,0,0 +110806,0,0,0,0,0 +110807,0,0,0,0,0 +110808,0,0,0,0,0 +110809,0,0,0,0,0 +110810,0,0,0,0,0 +110811,0,0,0,0,0 +110812,0,0,0,0,0 +110813,0,0,0,0,0 +110814,0,0,0,0,0 +110815,0,0,0,0,0 +110816,0,0,0,0,0 +110817,0,0,0,0,0 +110818,0,0,0,0,0 +110819,0,0,0,0,0 +110820,0,0,0,0,0 +110821,0,0,0,0,0 +110822,0,0,0,0,0 +110823,0,0,0,0,0 +110824,0,0,0,0,0 +110825,0,0,0,0,0 +110826,0,0,0,0,0 +110827,0,0,0,0,0 +110828,0,0,0,0,0 +110829,0,0,0,0,0 +110830,0,0,0,0,0 +110831,0,0,0,0,0 +110832,0,0,0,0,0 +110833,0,0,0,0,0 +110834,0,0,0,0,0 +110835,0,0,0,0,0 +110836,0,0,0,0,0 +110837,0,0,0,0,0 +110838,0,0,0,0,0 +110839,0,0,0,0,0 +110840,0,0,0,0,0 +110841,0,0,0,0,0 +110842,0,0,0,0,0 +110843,0,0,0,0,0 +110844,0,0,0,0,0 +110845,0,0,0,0,0 +110846,0,0,0,0,0 +110847,0,0,0,0,0 +110848,0,0,0,0,0 +110849,0,0,0,0,0 +110850,0,0,0,0,0 +110851,0,0,0,0,0 +110852,0,0,0,0,0 +110853,0,0,0,0,0 +110854,0,0,0,0,0 +110855,0,0,0,0,0 +110856,0,0,0,0,0 +110857,0,0,0,0,0 +110858,0,0,0,0,0 +110859,0,0,0,0,0 +110860,0,0,0,0,0 +110861,0,0,0,0,0 +110862,0,0,0,0,0 +110863,0,0,0,0,0 +110864,0,0,0,0,0 +110865,0,0,0,0,0 +110866,0,0,0,0,0 +110867,0,0,0,0,0 +110868,0,0,0,0,0 +110869,0,0,0,0,0 +110870,0,0,0,0,0 +110871,0,0,0,0,0 +110872,0,0,0,0,0 +110873,0,0,0,0,0 +110874,0,0,0,0,0 +110875,0,0,0,0,0 +110876,0,0,0,0,0 +110877,0,0,0,0,0 +110878,0,0,0,0,0 +110879,0,0,0,0,0 +110880,0,0,0,0,0 +110881,0,0,0,0,0 +110882,0,0,0,0,0 +110883,0,0,0,0,0 +110884,0,0,0,0,0 +110885,0,0,0,0,0 +110886,0,0,0,0,0 +110887,0,0,0,0,0 +110888,0,0,0,0,0 +110889,0,0,0,0,0 +110890,0,0,0,0,0 +110891,0,0,0,0,0 +110892,0,0,0,0,0 +110893,0,0,0,0,0 +110894,0,0,0,0,0 +110895,0,0,0,0,0 +110896,0,0,0,0,0 +110897,0,0,0,0,0 +110898,0,0,0,0,0 +110899,0,0,0,0,0 +110900,0,0,0,0,0 +110901,0,0,0,0,0 +110902,0,0,0,0,0 +110903,0,0,0,0,0 +110904,0,0,0,0,0 +110905,0,0,0,0,0 +110906,0,0,0,0,0 +110907,0,0,0,0,0 +110908,0,0,0,0,0 +110909,0,0,0,0,0 +110910,0,0,0,0,0 +110911,0,0,0,0,0 +110912,0,0,0,0,0 +110913,0,0,0,0,0 +110914,0,0,0,0,0 +110915,0,0,0,0,0 +110916,0,0,0,0,0 +110917,0,0,0,0,0 +110918,0,0,0,0,0 +110919,0,0,0,0,0 +110920,0,0,0,0,0 +110921,0,0,0,0,0 +110922,0,0,0,0,0 +110923,0,0,0,0,0 +110924,0,0,0,0,0 +110925,0,0,0,0,0 +110926,0,0,0,0,0 +110927,0,0,0,0,0 +110928,0,0,0,0,0 +110929,0,0,0,0,0 +110930,0,0,0,0,0 +110931,0,0,0,0,0 +110932,0,0,0,0,0 +110933,0,0,0,0,0 +110934,0,0,0,0,0 +110935,0,0,0,0,0 +110936,0,0,0,0,0 +110937,0,0,0,0,0 +110938,0,0,0,0,0 +110939,0,0,0,0,0 +110940,0,0,0,0,0 +110941,0,0,0,0,0 +110942,0,0,0,0,0 +110943,0,0,0,0,0 +110944,0,0,0,0,0 +110945,0,0,0,0,0 +110946,0,0,0,0,0 +110947,0,0,0,0,0 +110948,0,0,0,0,0 +110949,0,0,0,0,0 +110950,0,0,0,0,0 +110951,0,0,0,0,0 +110952,0,0,0,0,0 +110953,0,0,0,0,0 +110954,0,0,0,0,0 +110955,0,0,0,0,0 +110956,0,0,0,0,0 +110957,0,0,0,0,0 +110958,0,0,0,0,0 +110959,0,0,0,0,0 +110960,0,0,0,0,0 +110961,0,0,0,0,0 +110962,0,0,0,0,0 +110963,0,0,0,0,0 +110964,0,0,0,0,0 +110965,0,0,0,0,0 +110966,0,0,0,0,0 +110967,0,0,0,0,0 +110968,0,0,0,0,0 +110969,0,0,0,0,0 +110970,0,0,0,0,0 +110971,0,0,0,0,0 +110972,0,0,0,0,0 +110973,0,0,0,0,0 +110974,0,0,0,0,0 +110975,0,0,0,0,0 +110976,0,0,0,0,0 +110977,0,0,0,0,0 +110978,0,0,0,0,0 +110979,0,0,0,0,0 +110980,0,0,0,0,0 +110981,0,0,0,0,0 +110982,0,0,0,0,0 +110983,0,0,0,0,0 +110984,0,0,0,0,0 +110985,0,0,0,0,0 +110986,0,0,0,0,0 +110987,0,0,0,0,0 +110988,0,0,0,0,0 +110989,0,0,0,0,0 +110990,0,0,0,0,0 +110991,0,0,0,0,0 +110992,0,0,0,0,0 +110993,0,0,0,0,0 +110994,0,0,0,0,0 +110995,0,0,0,0,0 +110996,0,0,0,0,0 +110997,0,0,0,0,0 +110998,0,0,0,0,0 +110999,0,0,0,0,0 +111000,0,0,0,0,0 +111001,0,0,0,0,0 +111002,0,0,0,0,0 +111003,0,0,0,0,0 +111004,0,0,0,0,0 +111005,0,0,0,0,0 +111006,0,0,0,0,0 +111007,0,0,0,0,0 +111008,0,0,0,0,0 +111009,0,0,0,0,0 +111010,0,0,0,0,0 +111011,0,0,0,0,0 +111012,0,0,0,0,0 +111013,0,0,0,0,0 +111014,0,0,0,0,0 +111015,0,0,0,0,0 +111016,0,0,0,0,0 +111017,0,0,0,0,0 +111018,0,0,0,0,0 +111019,0,0,0,0,0 +111020,0,0,0,0,0 +111021,0,0,0,0,0 +111022,0,0,0,0,0 +111023,0,0,0,0,0 +111024,0,0,0,0,0 +111025,0,0,0,0,0 +111026,0,0,0,0,0 +111027,0,0,0,0,0 +111028,0,0,0,0,0 +111029,0,0,0,0,0 +111030,0,0,0,0,0 +111031,0,0,0,0,0 +111032,0,0,0,0,0 +111033,0,0,0,0,0 +111034,0,0,0,0,0 +111035,0,0,0,0,0 +111036,0,0,0,0,0 +111037,0,0,0,0,0 +111038,0,0,0,0,0 +111039,0,0,0,0,0 +111040,0,0,0,0,0 +111041,0,0,0,0,0 +111042,0,0,0,0,0 +111043,0,0,0,0,0 +111044,0,0,0,0,0 +111045,0,0,0,0,0 +111046,0,0,0,0,0 +111047,0,0,0,0,0 +111048,0,0,0,0,0 +111049,0,0,0,0,0 +111050,0,0,0,0,0 +111051,0,0,0,0,0 +111052,0,0,0,0,0 +111053,0,0,0,0,0 +111054,0,0,0,0,0 +111055,0,0,0,0,0 +111056,0,0,0,0,0 +111057,0,0,0,0,0 +111058,0,0,0,0,0 +111059,0,0,0,0,0 +111060,0,0,0,0,0 +111061,0,0,0,0,0 +111062,0,0,0,0,0 +111063,0,0,0,0,0 +111064,0,0,0,0,0 +111065,0,0,0,0,0 +111066,0,0,0,0,0 +111067,0,0,0,0,0 +111068,0,0,0,0,0 +111069,0,0,0,0,0 +111070,0,0,0,0,0 +111071,0,0,0,0,0 +111072,0,0,0,0,0 +111073,0,0,0,0,0 +111074,0,0,0,0,0 +111075,0,0,0,0,0 +111076,0,0,0,0,0 +111077,0,0,0,0,0 +111078,0,0,0,0,0 +111079,0,0,0,0,0 +111080,0,0,0,0,0 +111081,0,0,0,0,0 +111082,0,0,0,0,0 +111083,0,0,0,0,0 +111084,0,0,0,0,0 +111085,0,0,0,0,0 +111086,0,0,0,0,0 +111087,0,0,0,0,0 +111088,0,0,0,0,0 +111089,0,0,0,0,0 +111090,0,0,0,0,0 +111091,0,0,0,0,0 +111092,0,0,0,0,0 +111093,0,0,0,0,0 +111094,0,0,0,0,0 +111095,0,0,0,0,0 +111096,0,0,0,0,0 +111097,0,0,0,0,0 +111098,0,0,0,0,0 +111099,0,0,0,0,0 +111100,0,0,0,0,0 +111101,0,0,0,0,0 +111102,0,0,0,0,0 +111103,0,0,0,0,0 +111104,0,0,0,0,0 +111105,0,0,0,0,0 +111106,0,0,0,0,0 +111107,0,0,0,0,0 +111108,0,0,0,0,0 +111109,0,0,0,0,0 +111110,0,0,0,0,0 +111111,0,0,0,0,0 +111112,0,0,0,0,0 +111113,0,0,0,0,0 +111114,0,0,0,0,0 +111115,0,0,0,0,0 +111116,0,0,0,0,0 +111117,0,0,0,0,0 +111118,0,0,0,0,0 +111119,0,0,0,0,0 +111120,0,0,0,0,0 +111121,0,0,0,0,0 +111122,0,0,0,0,0 +111123,0,0,0,0,0 +111124,0,0,0,0,0 +111125,0,0,0,0,0 +111126,0,0,0,0,0 +111127,0,0,0,0,0 +111128,0,0,0,0,0 +111129,0,0,0,0,0 +111130,0,0,0,0,0 +111131,0,0,0,0,0 +111132,0,0,0,0,0 +111133,0,0,0,0,0 +111134,0,0,0,0,0 +111135,0,0,0,0,0 +111136,0,0,0,0,0 +111137,0,0,0,0,0 +111138,0,0,0,0,0 +111139,0,0,0,0,0 +111140,0,0,0,0,0 +111141,0,0,0,0,0 +111142,0,0,0,0,0 +111143,0,0,0,0,0 +111144,0,0,0,0,0 +111145,0,0,0,0,0 +111146,0,0,0,0,0 +111147,0,0,0,0,0 +111148,0,0,0,0,0 +111149,0,0,0,0,0 +111150,0,0,0,0,0 +111151,0,0,0,0,0 +111152,0,0,0,0,0 +111153,0,0,0,0,0 +111154,0,0,0,0,0 +111155,0,0,0,0,0 +111156,0,0,0,0,0 +111157,0,0,0,0,0 +111158,0,0,0,0,0 +111159,0,0,0,0,0 +111160,0,0,0,0,0 +111161,0,0,0,0,0 +111162,0,0,0,0,0 +111163,0,0,0,0,0 +111164,0,0,0,0,0 +111165,0,0,0,0,0 +111166,0,0,0,0,0 +111167,0,0,0,0,0 +111168,0,0,0,0,0 +111169,0,0,0,0,0 +111170,0,0,0,0,0 +111171,0,0,0,0,0 +111172,0,0,0,0,0 +111173,0,0,0,0,0 +111174,0,0,0,0,0 +111175,0,0,0,0,0 +111176,0,0,0,0,0 +111177,0,0,0,0,0 +111178,0,0,0,0,0 +111179,0,0,0,0,0 +111180,0,0,0,0,0 +111181,0,0,0,0,0 +111182,0,0,0,0,0 +111183,0,0,0,0,0 +111184,0,0,0,0,0 +111185,0,0,0,0,0 +111186,0,0,0,0,0 +111187,0,0,0,0,0 +111188,0,0,0,0,0 +111189,0,0,0,0,0 +111190,0,0,0,0,0 +111191,0,0,0,0,0 +111192,0,0,0,0,0 +111193,0,0,0,0,0 +111194,0,0,0,0,0 +111195,0,0,0,0,0 +111196,0,0,0,0,0 +111197,0,0,0,0,0 +111198,0,0,0,0,0 +111199,0,0,0,0,0 +111200,0,0,0,0,0 +111201,0,0,0,0,0 +111202,0,0,0,0,0 +111203,0,0,0,0,0 +111204,0,0,0,0,0 +111205,0,0,0,0,0 +111206,0,0,0,0,0 +111207,0,0,0,0,0 +111208,0,0,0,0,0 +111209,0,0,0,0,0 +111210,0,0,0,0,0 +111211,0,0,0,0,0 +111212,0,0,0,0,0 +111213,0,0,0,0,0 +111214,0,0,0,0,0 +111215,0,0,0,0,0 +111216,0,0,0,0,0 +111217,0,0,0,0,0 +111218,0,0,0,0,0 +111219,0,0,0,0,0 +111220,0,0,0,0,0 +111221,0,0,0,0,0 +111222,0,0,0,0,0 +111223,0,0,0,0,0 +111224,0,0,0,0,0 +111225,0,0,0,0,0 +111226,0,0,0,0,0 +111227,0,0,0,0,0 +111228,0,0,0,0,0 +111229,0,0,0,0,0 +111230,0,0,0,0,0 +111231,0,0,0,0,0 +111232,0,0,0,0,0 +111233,0,0,0,0,0 +111234,0,0,0,0,0 +111235,0,0,0,0,0 +111236,0,0,0,0,0 +111237,0,0,0,0,0 +111238,0,0,0,0,0 +111239,0,0,0,0,0 +111240,0,0,0,0,0 +111241,0,0,0,0,0 +111242,0,0,0,0,0 +111243,0,0,0,0,0 +111244,0,0,0,0,0 +111245,0,0,0,0,0 +111246,0,0,0,0,0 +111247,0,0,0,0,0 +111248,0,0,0,0,0 +111249,0,0,0,0,0 +111250,0,0,0,0,0 +111251,0,0,0,0,0 +111252,0,0,0,0,0 +111253,0,0,0,0,0 +111254,0,0,0,0,0 +111255,0,0,0,0,0 +111256,0,0,0,0,0 +111257,0,0,0,0,0 +111258,0,0,0,0,0 +111259,0,0,0,0,0 +111260,0,0,0,0,0 +111261,0,0,0,0,0 +111262,0,0,0,0,0 +111263,0,0,0,0,0 +111264,0,0,0,0,0 +111265,0,0,0,0,0 +111266,0,0,0,0,0 +111267,0,0,0,0,0 +111268,0,0,0,0,0 +111269,0,0,0,0,0 +111270,0,0,0,0,0 +111271,0,0,0,0,0 +111272,0,0,0,0,0 +111273,0,0,0,0,0 +111274,0,0,0,0,0 +111275,0,0,0,0,0 +111276,0,0,0,0,0 +111277,0,0,0,0,0 +111278,0,0,0,0,0 +111279,0,0,0,0,0 +111280,0,0,0,0,0 +111281,0,0,0,0,0 +111282,0,0,0,0,0 +111283,0,0,0,0,0 +111284,0,0,0,0,0 +111285,0,0,0,0,0 +111286,0,0,0,0,0 +111287,0,0,0,0,0 +111288,0,0,0,0,0 +111289,0,0,0,0,0 +111290,0,0,0,0,0 +111291,0,0,0,0,0 +111292,0,0,0,0,0 +111293,0,0,0,0,0 +111294,0,0,0,0,0 +111295,0,0,0,0,0 +111296,0,0,0,0,0 +111297,0,0,0,0,0 +111298,0,0,0,0,0 +111299,0,0,0,0,0 +111300,0,0,0,0,0 +111301,-1679.19441,-799.7331756,-1642.172928,-807.7658139,-1075.092907 +111302,-1731.814187,0,-1694.794657,-805.4248609,-1099.857409 +111303,-1786.199517,0,-965.3734925,-801.8231608,-1109.501461 +111304,-1834.681003,0,0,-534.2797769,-217.600667 +111305,0,0,0,-75.4922814,-181.8179953 +111306,-634.6872864,0,-306.3272152,-426.9359409,-409.606234 +111307,-852.4009662,0,-273.0069176,-298.4898184,-290.7114454 +111308,-588.7702837,0,-154.3406967,-292.7920624,-287.8219048 +111309,-624.1083251,0,-172.2901652,-287.7187787,-284.1079475 +111310,-610.0098589,0,-161.5190666,-280.3562482,-282.4237883 +111311,-598.8674929,0,-146.4088782,-275.0084628,-278.6002069 +111312,-589.709534,0,-130.938081,-270.4369922,-276.1212794 +111313,-580.3914046,0,-116.4939811,-265.3231887,-272.8981223 +111314,-569.804806,0,-101.3954448,-261.0278169,-270.3385349 +111315,-562.4406643,0,-86.72220784,-256.1988306,-267.3912489 +111316,-550.4353938,0,-72.47966441,-251.2920974,-264.0556514 +111317,-543.9938272,0,-58.21058655,-247.2542743,-261.0441867 +111318,-534.0267271,0,-44.07222881,-242.2128564,-258.3626705 +111319,-526.2654302,0,-30.22177416,-238.5424919,-254.9410386 +111320,-516.0953869,0,-16.66214276,-233.8652117,-251.4939547 +111321,-508.1723235,0,-2.778453785,-229.3777957,-249.1044059 +111322,-500.1827699,0,0,-225.3341552,-245.2546034 +111323,-490.9455418,0,0,-221.2532787,-242.4702613 +111324,-482.8295535,0,0,-216.888264,-238.9459389 +111325,-474.6579949,0,0,-212.7361795,-236.1324738 +111326,-466.4335627,0,0,-208.803022,-232.577775 +111327,-458.1586454,0,0,-204.8415561,-229.3736894 +111328,-449.8360588,0,0,-200.5988674,-226.1573764 +111329,-442.6849271,0,0,-196.8387361,-222.9296253 +111330,-433.0569726,0,0,-192.7999367,-219.6910846 +111331,-427.0562088,0,0,-188.737952,-216.0747379 +111332,-418.5745207,0,0,-185.6885842,-213.1845258 +111333,-411.9051688,0,0,-181.5880832,-209.9177698 +111334,-403.9761941,0,0,-178.5094629,-206.2734513 +111335,-397.2569719,0,0,-174.3743386,-203.3601241 +111336,-389.8955523,0,0,-171.2698687,-200.0702839 +111337,-383.133081,0,0,-167.8922343,-196.7736995 +111338,-375.1048328,0,0,-164.2398886,-193.4708338 +111339,-368.3033951,0,0,-160.8398132,-190.1621339 +111340,-362.1111322,0,0,-157.429997,-186.8480558 +111341,-354.024973,0,0,-154.0111307,-183.5289559 +111342,-347.1759724,0,0,-150.8493165,-180.5774893 +111343,-340.9421393,0,0,-147.4145543,-176.8770924 +111344,-332.8093511,0,0,-143.9724981,-173.9178366 +111345,-327.1824374,0,0,-141.0574433,-170.5823175 +111346,-319.0245823,0,0,-137.3361996,-167.2433867 +111347,-313.3799254,0,0,-134.4111358,-163.9013383 +111348,-305.200878,0,0,-130.9466884,-160.9300238 +111349,-299.5413788,0,0,-127.7456564,-157.3957602 +111350,-291.9776187,0,0,-124.5409426,-154.2328328 +111351,-285.0395201,0,0,-121.4671036,-151.0678282 +111352,-279.0460077,55.90993556,0,-118.1219048,-147.9009215 +111353,-271.7798791,216.2394908,0,-115.1769379,-144.1709762 +111354,-264.8256504,133.4857856,0,-111.6922553,-141.562069 +111355,-258.501493,182.9416131,0,-108.7431406,-137.8288666 +111356,-250.9045123,200.4368422,0,-105.523373,-134.8430052 +111357,-244.8908426,217.6776034,0,-102.3020269,-131.6687715 +111358,-237.6045393,234.5646131,0,-99.34839452,-128.3061769 +111359,-231.2679865,251.598386,0,-96.12446433,-125.1298437 +111360,-223.9764043,267.9247245,0,-92.89944997,-122.139923 +111361,-216.0473529,285.2279725,0,-89.67356591,-118.0252452 +111362,-208.4338708,301.8855436,0,-85.77357711,-114.8463617 +111363,-200.1830243,318.518801,0,-82.41140733,-110.9173497 +111364,-191.9304975,334.8903835,0,-78.91392699,-107.3623355 +111365,-184.3121442,351.5618618,0,-75.41584251,-103.8067012 +111366,-176.0569255,367.629227,0,-71.78255182,-100.250491 +111367,-168.1183716,383.5702023,0,-68.41817745,-96.50635934 +111368,-159.8609922,399.8690569,0,-64.64931497,-92.94913732 +111369,-152.0794804,415.5301423,0,-61.41886632,-89.57888274 +111370,-143.9792793,431.2872095,0,-57.78396184,-85.64598886 +111371,-135.7193788,446.9343792,0,-55.09161993,-82.46237395 +111372,-127.776675,462.3632629,0,-52.12962198,-78.71616086 +111373,-119.8333382,477.7805163,0,-49.30210022,-75.34447091 +111374,-111.5715177,492.9897697,0,-46.339646,-71.78505794 +111375,-103.6270401,508.1648355,0,-43.51170209,-68.22536751 +111376,-95.52312345,522.8968145,0,-40.54885138,-64.8528639 +111377,-87.4187485,538.3793324,0,-37.72054668,-61.29268806 +111378,-81.22131871,559.2851313,0,-34.75736313,-57.73230239 +111379,-74.38778079,578.7170064,0,-31.79404248,-54.5466232 +111380,-68.18977493,598.0438007,0,-28.8306027,-50.79842381 +111381,-61.19672005,617.1995224,0,-26.13650278,-47.42496735 +111382,-54.83925926,636.2341851,0,-23.03810565,-44.23882445 +111383,-48.0047132,655.1446485,0,-20.20907254,-40.49018312 +111384,-41.64685763,673.9349719,0,-17.24522959,-37.11633943 +111385,-34.65299484,692.6078793,0,-14.28131733,-33.92985477 +111386,-28.29484144,711.1667671,0,-11.31734756,-30.1808995 +111387,-21.30072656,729.6138617,0,-8.622791671,-26.99424907 +111388,-14.94236997,747.9040084,0,-5.389265274,-23.62007287 +111389,-7.948094116,765.7458355,0,-2.559909503,-20.05838003 +111390,-1.589622478,784.5085178,0,0,-16.87157168 +111391,0,800.3368678,0,0,-13.12235089 +111392,0,816.2663305,0,0,-9.935504155 +111393,0,831.6646623,0,0,-6.56118722 +111394,0,847.0262621,0,0,-3.18686365 +111395,0,861.8477789,0,0,0 +111396,0,876.7330529,0,0,0 +111397,0,891.2370914,0,0,0 +111398,0,905.5913589,0,0,0 +111399,0,919.6765739,0,0,0 +111400,0,933.7218526,0,0,0 +111401,0,947.4460912,0,0,0 +111402,0,961.0486727,0,0,0 +111403,0,974.4052233,0,0,0 +111404,0,987.7972191,0,0,0 +111405,0,1000.68252,0,0,0 +111406,0,1013.745186,0,0,0 +111407,0,1026.44586,0,0,0 +111408,0,1039.058029,0,0,0 +111409,0,1051.441866,0,0,0 +111410,0,1063.841275,0,0,0 +111411,0,1076.007655,0,0,0 +111412,0,1087.865212,0,0,0 +111413,0,1099.880084,0,0,0 +111414,0,1111.546597,0,0,0 +111415,0,1123.886134,0,0,0 +111416,0,1141.658599,0,0,0 +111417,0,1143.65585,0,0,0 +111418,0,1169.589681,0,0,0 +111419,0,1160.55088,0,0,0 +111420,0,1168.325392,0,0,0 +111421,0,1197.905537,0,0,0 +111422,0,1196.917001,0,0,0 +111423,0,1209.70021,0,0,0 +111424,0,1219.471599,0,0,0 +111425,0,1229.40974,0,0,0 +111426,0,1239.005035,0,0,0 +111427,0,1248.647466,0,0,0 +111428,0,1258.090939,0,0,0 +111429,0,1267.298835,0,0,0 +111430,0,1276.606252,0,0,0 +111431,0,1285.77564,0,0,0 +111432,0,1294.576739,0,0,0 +111433,0,1303.473148,0,0,0 +111434,0,1312.298898,0,0,0 +111435,0,1320.865625,0,0,0 +111436,0,1329.368462,0,0,0 +111437,0,1337.857024,0,0,0 +111438,0,1346.034529,0,0,0 +111439,0,1354.206017,0,0,0 +111440,0,1362.403133,0,0,0 +111441,0,1370.399915,0,0,0 +111442,0,1378.159698,0,0,0 +111443,0,1385.984567,0,0,0 +111444,0,1393.627085,0,0,0 +111445,0,1401.17376,0,0,0 +111446,0,1408.620696,0,0,0 +111447,0,1415.959079,0,0,0 +111448,0,1423.193303,0,0,0 +111449,0,1430.41193,0,0,0 +111450,0,1437.300051,0,0,0 +111451,0,1444.253478,0,0,0 +111452,0,1451.013378,0,0,0 +111453,0,1457.591188,0,0,0 +111454,0,1464.286115,0,0,0 +111455,0,1470.765026,0,0,0 +111456,0,1466.911961,0,0,0 +111457,0,1471.366076,0,0,0 +111458,0,1476.455943,0,0,0 +111459,0,1481.674851,0,0,0 +111460,0,1486.90901,0,0,0 +111461,0,1492.11187,0,0,0 +111462,0,1497.262684,0,0,0 +111463,0,1502.349714,0,0,0 +111464,0,1507.459478,0,0,0 +111465,0,1512.170791,0,0,0 +111466,0,1517.244635,0,0,0 +111467,0,1521.948921,0,0,0 +111468,0,1526.672571,0,0,0 +111469,0,1531.299695,0,0,0 +111470,0,1535.844473,0,0,0 +111471,0,1540.306183,0,0,0 +111472,0,1544.780933,0,0,0 +111473,0,1549.016839,0,0,0 +111474,0,1558.265036,0,0,0 +111475,0,1551.311637,0,0,0 +111476,0,1580.218698,0,0,0 +111477,0,1540.132786,0,0,0 +111478,0,1581.531697,0,0,0 +111479,0,1570.080336,0,0,0 +111480,0,1576.568486,0,0,0 +111481,0,1580.216847,0,0,0 +111482,0,1583.745246,0,0,0 +111483,0,1587.292051,0,0,0 +111484,0,1590.503065,0,0,0 +111485,0,1593.843474,0,0,0 +111486,0,1597.005723,0,0,0 +111487,0,1600.094207,0,0,0 +111488,0,1603.093163,0,0,0 +111489,0,1606.002315,0,0,0 +111490,0,1608.821946,0,0,0 +111491,0,1611.551707,0,0,0 +111492,0,1614.192028,0,0,0 +111493,0,1616.843416,0,0,0 +111494,0,1619.155409,0,0,0 +111495,0,1621.600651,0,0,0 +111496,0,1623.867066,0,0,0 +111497,0,1626.060192,0,0,0 +111498,0,1628.165072,0,0,0 +111499,0,1630.18101,0,0,0 +111500,0,1632.109308,0,0,0 +111501,0,1633.84674,0,0,0 +111502,0,1635.748896,0,0,0 +111503,0,1637.339636,0,0,0 +111504,0,1638.933673,0,0,0 +111505,0,1640.424539,0,0,0 +111506,0,1641.828724,0,0,0 +111507,0,1643.146436,0,0,0 +111508,0,1644.378239,0,0,0 +111509,0,1645.524087,0,0,0 +111510,0,1646.584574,0,0,0 +111511,0,1647.187867,0,0,0 +111512,0,1647.354732,0,0,0 +111513,0,1647.609787,0,0,0 +111514,0,1647.64949,0,0,0 +111515,0,1647.587318,0,0,0 +111516,0,1647.412047,0,0,0 +111517,0,1647.126001,0,0,0 +111518,0,1646.627829,0,0,0 +111519,0,1646.278584,0,0,0 +111520,0,1645.59886,0,0,0 +111521,0,1644.907146,0,0,0 +111522,0,1644.097632,0,0,0 +111523,0,1643.187396,0,0,0 +111524,0,1642.178118,0,0,0 +111525,0,1641.070571,0,0,0 +111526,0,1639.866056,0,0,0 +111527,0,1638.565242,0,0,0 +111528,0,1637.169294,0,0,0 +111529,0,1635.678768,0,0,0 +111530,0,1634.094719,0,0,0 +111531,0,1632.41761,0,0,0 +111532,0,1630.751955,0,0,0 +111533,0,1628.740835,0,0,0 +111534,0,1626.863287,0,0,0 +111535,0,1624.804671,0,0,0 +111536,0,1622.672687,0,0,0 +111537,0,1620.451462,0,0,0 +111538,0,1618.141621,0,0,0 +111539,0,1615.743434,0,0,0 +111540,0,1613.153249,0,0,0 +111541,0,1610.723808,0,0,0 +111542,0,1607.988299,0,0,0 +111543,0,1605.258519,0,0,0 +111544,0,1602.428967,0,0,0 +111545,0,1599.515277,0,0,0 +111546,0,1596.518377,0,0,0 +111547,0,1593.438501,0,0,0 +111548,0,1590.275749,0,0,0 +111549,0,1587.031017,0,0,0 +111550,0,1583.602316,0,0,0 +111551,0,1580.339697,0,0,0 +111552,0,1576.778519,0,0,0 +111553,0,1573.223642,0,0,0 +111554,0,1569.572925,0,0,0 +111555,0,1586.777865,0,0,0 +111556,0,1531.366243,0,0,0 +111557,0,1573.365288,0,0,0 +111558,0,1553.014619,0,0,0 +111559,0,1546.752375,0,0,0 +111560,0,1547.6042,0,0,0 +111561,0,1541.285697,0,0,0 +111562,0,1537.500276,0,0,0 +111563,0,1533.06649,0,0,0 +111564,0,1528.635833,0,0,0 +111565,0,1524.121001,0,0,0 +111566,0,1519.524177,0,0,0 +111567,0,1514.84578,0,0,0 +111568,0,1510.08764,0,0,0 +111569,0,1505.346256,0,0,0 +111570,0,1500.193269,0,0,0 +111571,0,1495.421727,0,0,0 +111572,0,1490.284378,0,0,0 +111573,0,1485.18031,0,0,0 +111574,0,1479.965972,0,0,0 +111575,0,1474.693071,0,0,0 +111576,0,1469.326714,0,0,0 +111577,0,1463.808011,0,0,0 +111578,0,1458.423982,0,0,0 +111579,0,1452.782965,0,0,0 +111580,0,1447.224606,0,0,0 +111581,0,1441.366419,0,0,0 +111582,0,1435.619302,0,0,0 +111583,0,1429.643569,0,0,0 +111584,0,1423.81243,0,0,0 +111585,0,1417.733484,0,0,0 +111586,0,1411.644572,0,0,0 +111587,0,1405.485761,0,0,0 +111588,0,1399.339278,0,0,0 +111589,0,1392.815613,0,0,0 +111590,0,1386.630814,0,0,0 +111591,0,1380.109685,0,0,0 +111592,0,1373.610361,0,0,0 +111593,0,1367.029667,0,0,0 +111594,0,1360.292829,0,0,0 +111595,0,1353.703068,0,0,0 +111596,0,1346.947618,0,0,0 +111597,0,1339.991196,0,0,0 +111598,0,1333.057309,0,0,0 +111599,0,1326.188623,0,0,0 +111600,0,1319.092645,0,0,0 +111601,0,1311.938672,0,0,0 +111602,0,1304.624011,0,0,0 +111603,0,1297.350524,0,0,0 +111604,0,1289.917132,0,0,0 +111605,0,1282.523784,0,0,0 +111606,0,1274.884932,0,0,0 +111607,0,1267.487846,0,0,0 +111608,0,1259.835951,0,0,0 +111609,0,1252.106628,0,0,0 +111610,0,1244.290686,0,0,0 +111611,0,1236.596544,0,0,0 +111612,0,1228.753566,0,0,0 +111613,0,1220.807505,0,0,0 +111614,0,1212.853972,0,0,0 +111615,0,1204.846844,0,0,0 +111616,0,1196.713494,0,0,0 +111617,0,1188.719691,0,0,0 +111618,0,1180.588934,0,0,0 +111619,0,1172.216954,0,0,0 +111620,0,1164.138458,0,0,0 +111621,0,1155.712472,0,0,0 +111622,30.01146883,1165.507748,0,0,0 +111623,68.80636074,1112.563148,0,0,0 +111624,59.00998027,1159.395338,0,0,0 +111625,66.86573152,1096.475613,0,0,0 +111626,74.77287694,1126.979659,0,0,0 +111627,80.36630603,1099.646463,0,0,0 +111628,85.83916254,1098.04083,0,0,0 +111629,91.38013596,1087.634779,0,0,0 +111630,96.6829073,1079.406223,0,0,0 +111631,101.8691275,1070.480978,0,0,0 +111632,106.9428959,1061.584509,0,0,0 +111633,111.8475272,1052.758452,0,0,0 +111634,116.9737282,1043.832179,0,0,0 +111635,121.5054953,1034.771172,68.30374535,0,0 +111636,126.4963686,1025.816902,39.50829128,0,0 +111637,131.1934838,1016.779873,51.58933672,0,0 +111638,135.5615428,1007.73154,57.5073616,0,0 +111639,140.3609424,998.6639648,62.0251076,0,0 +111640,144.7489417,989.6420425,66.58282535,0,0 +111641,149.1974407,980.4518147,71.03578805,0,0 +111642,153.5702505,971.3183637,75.53025761,0,0 +111643,157.8780868,962.3355849,79.76226491,0,0 +111644,162.141914,953.068738,84.13287291,0,0 +111645,166.34839,943.9804323,88.45559701,0,0 +111646,170.3739629,934.8244904,92.5528472,0,0 +111647,174.6888705,925.6722138,96.76557774,0,0 +111648,184.7114091,920.1301289,97.71139227,0,0 +111649,189.4087928,911.6721391,101.3376149,0,0 +111650,193.9102853,902.7618351,104.9452387,0,0 +111651,198.5137154,893.8443588,109.1101257,0,0 +111652,202.7100487,885.0455937,113.0540316,39.51861213,0 +111653,206.9869961,875.9711602,116.8293978,0,0 +111654,211.1825348,867.1206592,120.7109657,36.66888757,0 +111655,215.3309879,858.0144168,124.9071628,25.59851527,0 +111656,219.434976,849.2324731,128.4971758,31.44901774,0 +111657,223.3293404,840.1563386,132.4771431,34.01953497,0 +111658,227.7940943,831.2076476,136.4397861,36.55526287,0 +111659,231.3765415,822.400356,140.0400513,39.22673421,0 +111660,235.4989424,813.3708436,143.9583843,41.65760106,0 +111661,0,0,0,0,0 +111662,0,0,0,0,0 +111663,0,0,0,0,0 +111664,0,0,0,0,0 +111665,0,0,0,0,0 +111666,0,0,0,0,0 +111667,0,0,0,0,0 +111668,0,0,0,0,0 +111669,0,0,0,0,0 +111670,0,0,0,0,0 +111671,0,0,0,0,0 +111672,0,0,0,0,0 +111673,0,0,0,0,0 +111674,0,0,0,0,0 +111675,0,0,0,0,0 +111676,0,0,0,0,0 +111677,0,0,0,0,0 +111678,0,0,0,0,0 +111679,0,0,0,0,0 +111680,0,0,0,0,0 +111681,0,0,0,0,0 +111682,0,0,0,0,0 +111683,0,0,0,0,0 +111684,0,0,0,0,0 +111685,0,0,0,0,0 +111686,0,0,0,0,0 +111687,0,0,0,0,0 +111688,0,0,0,0,0 +111689,0,0,0,0,0 +111690,0,0,0,0,0 +111691,0,0,0,0,0 +111692,0,0,0,0,0 +111693,0,0,0,0,0 +111694,0,0,0,0,0 +111695,0,0,0,0,0 +111696,0,0,0,0,0 +111697,0,0,0,0,0 +111698,0,0,0,0,0 +111699,0,0,0,0,0 +111700,0,0,0,0,0 +111701,0,0,0,0,0 +111702,0,0,0,0,0 +111703,0,0,0,0,0 +111704,0,0,0,0,0 +111705,0,0,0,0,0 +111706,0,0,0,0,0 +111707,0,0,0,0,0 +111708,0,0,0,0,0 +111709,0,0,0,0,0 +111710,0,0,0,0,0 +111711,0,0,0,0,0 +111712,0,0,0,0,0 +111713,0,0,0,0,0 +111714,0,0,0,0,0 +111715,0,0,0,0,0 +111716,0,0,0,0,0 +111717,0,0,0,0,0 +111718,0,0,0,0,0 +111719,0,0,0,0,0 +111720,0,0,0,0,0 +111721,0,0,0,0,0 +111722,0,0,0,0,0 +111723,0,0,0,0,0 +111724,0,0,0,0,0 +111725,0,0,0,0,0 +111726,0,0,0,0,0 +111727,0,0,0,0,0 +111728,0,0,0,0,0 +111729,0,0,0,0,0 +111730,0,0,0,0,0 +111731,0,0,0,0,0 +111732,0,0,0,0,0 +111733,0,0,0,0,0 +111734,0,0,0,0,0 +111735,0,0,0,0,0 +111736,0,0,0,0,0 +111737,0,0,0,0,0 +111738,0,0,0,0,0 +111739,0,0,0,0,0 +111740,0,0,0,0,0 +111741,0,0,0,0,0 +111742,0,0,0,0,0 +111743,0,0,0,0,0 +111744,0,0,0,0,0 +111745,0,0,0,0,0 +111746,0,0,0,0,0 +111747,0,0,0,0,0 +111748,0,0,0,0,0 +111749,0,0,0,0,0 +111750,0,0,0,0,0 +111751,0,0,0,0,0 +111752,0,0,0,0,0 +111753,0,0,0,0,0 +111754,0,0,0,0,0 +111755,0,0,0,0,0 +111756,0,0,0,0,0 +111757,0,0,0,0,0 +111758,0,0,0,0,0 +111759,0,0,0,0,0 +111760,0,0,0,0,0 +111761,0,0,0,0,0 +111762,0,0,0,0,0 +111763,0,0,0,0,0 +111764,0,0,0,0,0 +111765,0,0,0,0,0 +111766,0,0,0,0,0 +111767,0,0,0,0,0 +111768,0,0,0,0,0 +111769,0,0,0,0,0 +111770,0,0,0,0,0 +111771,0,0,0,0,0 +111772,0,0,0,0,0 +111773,0,0,0,0,0 +111774,0,0,0,0,0 +111775,0,0,0,0,0 +111776,0,0,0,0,0 +111777,0,0,0,0,0 +111778,0,0,0,0,0 +111779,0,0,0,0,0 +111780,0,0,0,0,0 +111781,0,0,0,0,0 +111782,0,0,0,0,0 +111783,0,0,0,0,0 +111784,0,0,0,0,0 +111785,0,0,0,0,0 +111786,0,0,0,0,0 +111787,0,0,0,0,0 +111788,0,0,0,0,0 +111789,0,0,0,0,0 +111790,0,0,0,0,0 +111791,0,0,0,0,0 +111792,0,0,0,0,0 +111793,0,0,0,0,0 +111794,0,0,0,0,0 +111795,0,0,0,0,0 +111796,0,0,0,0,0 +111797,0,0,0,0,0 +111798,0,0,0,0,0 +111799,0,0,0,0,0 +111800,0,0,0,0,0 +111801,0,0,0,0,0 +111802,0,0,0,0,0 +111803,0,0,0,0,0 +111804,0,0,0,0,0 +111805,0,0,0,0,0 +111806,0,0,0,0,0 +111807,0,0,0,0,0 +111808,0,0,0,0,0 +111809,0,0,0,0,0 +111810,0,0,0,0,0 +111811,0,0,0,0,0 +111812,0,0,0,0,0 +111813,0,0,0,0,0 +111814,0,0,0,0,0 +111815,0,0,0,0,0 +111816,0,0,0,0,0 +111817,0,0,0,0,0 +111818,0,0,0,0,0 +111819,0,0,0,0,0 +111820,0,0,0,0,0 +111821,0,0,0,0,0 +111822,0,0,0,0,0 +111823,0,0,0,0,0 +111824,0,0,0,0,0 +111825,0,0,0,0,0 +111826,0,0,0,0,0 +111827,0,0,0,0,0 +111828,0,0,0,0,0 +111829,0,0,0,0,0 +111830,0,0,0,0,0 +111831,0,0,0,0,0 +111832,0,0,0,0,0 +111833,0,0,0,0,0 +111834,0,0,0,0,0 +111835,0,0,0,0,0 +111836,0,0,0,0,0 +111837,0,0,0,0,0 +111838,0,0,0,0,0 +111839,0,0,0,0,0 +111840,0,0,0,0,0 +111841,0,0,0,0,0 +111842,0,0,0,0,0 +111843,0,0,0,0,0 +111844,0,0,0,0,0 +111845,0,0,0,0,0 +111846,0,0,0,0,0 +111847,0,0,0,0,0 +111848,0,0,0,0,0 +111849,0,0,0,0,0 +111850,0,0,0,0,0 +111851,0,0,0,0,0 +111852,0,0,0,0,0 +111853,0,0,0,0,0 +111854,0,0,0,0,0 +111855,0,0,0,0,0 +111856,0,0,0,0,0 +111857,0,0,0,0,0 +111858,0,0,0,0,0 +111859,0,0,0,0,0 +111860,0,0,0,0,0 +111861,0,0,0,0,0 +111862,0,0,0,0,0 +111863,0,0,0,0,0 +111864,0,0,0,0,0 +111865,0,0,0,0,0 +111866,0,0,0,0,0 +111867,0,0,0,0,0 +111868,0,0,0,0,0 +111869,0,0,0,0,0 +111870,0,0,0,0,0 +111871,0,0,0,0,0 +111872,0,0,0,0,0 +111873,0,0,0,0,0 +111874,0,0,0,0,0 +111875,0,0,0,0,0 +111876,0,0,0,0,0 +111877,0,0,0,0,0 +111878,0,0,0,0,0 +111879,0,0,0,0,0 +111880,0,0,0,0,0 +111881,0,0,0,0,0 +111882,0,0,0,0,0 +111883,0,0,0,0,0 +111884,0,0,0,0,0 +111885,0,0,0,0,0 +111886,0,0,0,0,0 +111887,0,0,0,0,0 +111888,0,0,0,0,0 +111889,0,0,0,0,0 +111890,0,0,0,0,0 +111891,0,0,0,0,0 +111892,0,0,0,0,0 +111893,0,0,0,0,0 +111894,0,0,0,0,0 +111895,0,0,0,0,0 +111896,0,0,0,0,0 +111897,0,0,0,0,0 +111898,0,0,0,0,0 +111899,0,0,0,0,0 +111900,0,0,0,0,0 +111901,0,0,0,0,0 +111902,0,0,0,0,0 +111903,0,0,0,0,0 +111904,0,0,0,0,0 +111905,0,0,0,0,0 +111906,0,0,0,0,0 +111907,0,0,0,0,0 +111908,0,0,0,0,0 +111909,0,0,0,0,0 +111910,0,0,0,0,0 +111911,0,0,0,0,0 +111912,0,0,0,0,0 +111913,0,0,0,0,0 +111914,0,0,0,0,0 +111915,0,0,0,0,0 +111916,0,0,0,0,0 +111917,0,0,0,0,0 +111918,0,0,0,0,0 +111919,0,0,0,0,0 +111920,0,0,0,0,0 +111921,0,0,0,0,0 +111922,0,0,0,0,0 +111923,0,0,0,0,0 +111924,0,0,0,0,0 +111925,0,0,0,0,0 +111926,0,0,0,0,0 +111927,0,0,0,0,0 +111928,0,0,0,0,0 +111929,0,0,0,0,0 +111930,0,0,0,0,0 +111931,0,0,0,0,0 +111932,0,0,0,0,0 +111933,0,0,0,0,0 +111934,0,0,0,0,0 +111935,0,0,0,0,0 +111936,0,0,0,0,0 +111937,0,0,0,0,0 +111938,0,0,0,0,0 +111939,0,0,0,0,0 +111940,0,0,0,0,0 +111941,0,0,0,0,0 +111942,0,0,0,0,0 +111943,0,0,0,0,0 +111944,0,0,0,0,0 +111945,0,0,0,0,0 +111946,0,0,0,0,0 +111947,0,0,0,0,0 +111948,0,0,0,0,0 +111949,0,0,0,0,0 +111950,0,0,0,0,0 +111951,0,0,0,0,0 +111952,0,0,0,0,0 +111953,0,0,0,0,0 +111954,0,0,0,0,0 +111955,0,0,0,0,0 +111956,0,0,0,0,0 +111957,0,0,0,0,0 +111958,0,0,0,0,0 +111959,0,0,0,0,0 +111960,0,0,0,0,0 +111961,0,0,0,0,0 +111962,0,0,0,0,0 +111963,0,0,0,0,0 +111964,0,0,0,0,0 +111965,0,0,0,0,0 +111966,0,0,0,0,0 +111967,0,0,0,0,0 +111968,0,0,0,0,0 +111969,0,0,0,0,0 +111970,0,0,0,0,0 +111971,0,0,0,0,0 +111972,0,0,0,0,0 +111973,0,0,0,0,0 +111974,0,0,0,0,0 +111975,0,0,0,0,0 +111976,0,0,0,0,0 +111977,0,0,0,0,0 +111978,0,0,0,0,0 +111979,0,0,0,0,0 +111980,0,0,0,0,0 +111981,0,0,0,0,0 +111982,0,0,0,0,0 +111983,0,0,0,0,0 +111984,0,0,0,0,0 +111985,0,0,0,0,0 +111986,0,0,0,0,0 +111987,0,0,0,0,0 +111988,0,0,0,0,0 +111989,0,0,0,0,0 +111990,0,0,0,0,0 +111991,0,0,0,0,0 +111992,0,0,0,0,0 +111993,0,0,0,0,0 +111994,0,0,0,0,0 +111995,0,0,0,0,0 +111996,0,0,0,0,0 +111997,0,0,0,0,0 +111998,0,0,0,0,0 +111999,0,0,0,0,0 +112000,0,0,0,0,0 +112001,0,0,0,0,0 +112002,0,0,0,0,0 +112003,0,0,0,0,0 +112004,0,0,0,0,0 +112005,0,0,0,0,0 +112006,0,0,0,0,0 +112007,0,0,0,0,0 +112008,0,0,0,0,0 +112009,0,0,0,0,0 +112010,0,0,0,0,0 +112011,0,0,0,0,0 +112012,0,0,0,0,0 +112013,0,0,0,0,0 +112014,0,0,0,0,0 +112015,0,0,0,0,0 +112016,0,0,0,0,0 +112017,0,0,0,0,0 +112018,0,0,0,0,0 +112019,0,0,0,0,0 +112020,0,0,0,0,0 +112021,0,0,0,0,0 +112022,0,0,0,0,0 +112023,0,0,0,0,0 +112024,0,0,0,0,0 +112025,0,0,0,0,0 +112026,0,0,0,0,0 +112027,0,0,0,0,0 +112028,0,0,0,0,0 +112029,0,0,0,0,0 +112030,0,0,0,0,0 +112031,0,0,0,0,0 +112032,0,0,0,0,0 +112033,0,0,0,0,0 +112034,0,0,0,0,0 +112035,0,0,0,0,0 +112036,0,0,0,0,0 +112037,0,0,0,0,0 +112038,0,0,0,0,0 +112039,0,0,0,0,0 +112040,0,0,0,0,0 +112041,0,0,0,0,0 +112042,0,0,0,0,0 +112043,0,0,0,0,0 +112044,0,0,0,0,0 +112045,0,0,0,0,0 +112046,0,0,0,0,0 +112047,0,0,0,0,0 +112048,0,0,0,0,0 +112049,0,0,0,0,0 +112050,0,0,0,0,0 +112051,0,0,0,0,0 +112052,0,0,0,0,0 +112053,0,0,0,0,0 +112054,0,0,0,0,0 +112055,0,0,0,0,0 +112056,0,0,0,0,0 +112057,0,0,0,0,0 +112058,0,0,0,0,0 +112059,0,0,0,0,0 +112060,0,0,0,0,0 +112061,0,0,0,0,0 +112062,0,0,0,0,0 +112063,0,0,0,0,0 +112064,0,0,0,0,0 +112065,0,0,0,0,0 +112066,0,0,0,0,0 +112067,0,0,0,0,0 +112068,0,0,0,0,0 +112069,0,0,0,0,0 +112070,0,0,0,0,0 +112071,0,0,0,0,0 +112072,0,0,0,0,0 +112073,0,0,0,0,0 +112074,0,0,0,0,0 +112075,0,0,0,0,0 +112076,0,0,0,0,0 +112077,0,0,0,0,0 +112078,0,0,0,0,0 +112079,0,0,0,0,0 +112080,0,0,0,0,0 +112081,0,0,0,0,0 +112082,0,0,0,0,0 +112083,0,0,0,0,0 +112084,0,0,0,0,0 +112085,0,0,0,0,0 +112086,0,0,0,0,0 +112087,0,0,0,0,0 +112088,0,0,0,0,0 +112089,0,0,0,0,0 +112090,0,0,0,0,0 +112091,0,0,0,0,0 +112092,0,0,0,0,0 +112093,0,0,0,0,0 +112094,0,0,0,0,0 +112095,0,0,0,0,0 +112096,0,0,0,0,0 +112097,0,0,0,0,0 +112098,0,0,0,0,0 +112099,0,0,0,0,0 +112100,0,0,0,0,0 +112101,0,0,0,0,0 +112102,0,0,0,0,0 +112103,0,0,0,0,0 +112104,0,0,0,0,0 +112105,0,0,0,0,0 +112106,0,0,0,0,0 +112107,0,0,0,0,0 +112108,0,0,0,0,0 +112109,0,0,0,0,0 +112110,0,0,0,0,0 +112111,0,0,0,0,0 +112112,0,0,0,0,0 +112113,0,0,0,0,0 +112114,0,0,0,0,0 +112115,0,0,0,0,0 +112116,0,0,0,0,0 +112117,0,0,0,0,0 +112118,0,0,0,0,0 +112119,0,0,0,0,0 +112120,0,0,0,0,0 +112121,0,0,0,0,0 +112122,0,0,0,0,0 +112123,0,0,0,0,0 +112124,0,0,0,0,0 +112125,0,0,0,0,0 +112126,0,0,0,0,0 +112127,0,0,0,0,0 +112128,0,0,0,0,0 +112129,0,0,0,0,0 +112130,0,0,0,0,0 +112131,0,0,0,0,0 +112132,0,0,0,0,0 +112133,0,0,0,0,0 +112134,0,0,0,0,0 +112135,0,0,0,0,0 +112136,0,0,0,0,0 +112137,0,0,0,0,0 +112138,0,0,0,0,0 +112139,0,0,0,0,0 +112140,0,0,0,0,0 +112141,0,0,0,0,0 +112142,0,0,0,0,0 +112143,0,0,0,0,0 +112144,0,0,0,0,0 +112145,0,0,0,0,0 +112146,0,0,0,0,0 +112147,0,0,0,0,0 +112148,0,0,0,0,0 +112149,0,0,0,0,0 +112150,0,0,0,0,0 +112151,0,0,0,0,0 +112152,0,0,0,0,0 +112153,0,0,0,0,0 +112154,0,0,0,0,0 +112155,0,0,0,0,0 +112156,0,0,0,0,0 +112157,0,0,0,0,0 +112158,0,0,0,0,0 +112159,0,0,0,0,0 +112160,0,0,0,0,0 +112161,0,0,0,0,0 +112162,0,0,0,0,0 +112163,0,0,0,0,0 +112164,0,0,0,0,0 +112165,0,0,0,0,0 +112166,0,0,0,0,0 +112167,0,0,0,0,0 +112168,0,0,0,0,0 +112169,0,0,0,0,0 +112170,0,0,0,0,0 +112171,0,0,0,0,0 +112172,0,0,0,0,0 +112173,0,0,0,0,0 +112174,0,0,0,0,0 +112175,0,0,0,0,0 +112176,0,0,0,0,0 +112177,0,0,0,0,0 +112178,0,0,0,0,0 +112179,0,0,0,0,0 +112180,0,0,0,0,0 +112181,0,0,0,0,0 +112182,0,0,0,0,0 +112183,0,0,0,0,0 +112184,0,0,0,0,0 +112185,0,0,0,0,0 +112186,0,0,0,0,0 +112187,0,0,0,0,0 +112188,0,0,0,0,0 +112189,0,0,0,0,0 +112190,0,0,0,0,0 +112191,0,0,0,0,0 +112192,0,0,0,0,0 +112193,0,0,0,0,0 +112194,0,0,0,0,0 +112195,0,0,0,0,0 +112196,0,0,0,0,0 +112197,0,0,0,0,0 +112198,0,0,0,0,0 +112199,0,0,0,0,0 +112200,0,0,0,0,0 +112201,0,0,0,0,0 +112202,0,0,0,0,0 +112203,0,0,0,0,0 +112204,0,0,0,0,0 +112205,0,0,0,0,0 +112206,0,0,0,0,0 +112207,0,0,0,0,0 +112208,0,0,0,0,0 +112209,0,0,0,0,0 +112210,0,0,0,0,0 +112211,0,0,0,0,0 +112212,0,0,0,0,0 +112213,0,0,0,0,0 +112214,0,0,0,0,0 +112215,0,0,0,0,0 +112216,0,0,0,0,0 +112217,0,0,0,0,0 +112218,0,0,0,0,0 +112219,0,0,0,0,0 +112220,0,0,0,0,0 +112221,0,0,0,0,0 +112222,0,0,0,0,0 +112223,0,0,0,0,0 +112224,0,0,0,0,0 +112225,0,0,0,0,0 +112226,0,0,0,0,0 +112227,0,0,0,0,0 +112228,0,0,0,0,0 +112229,0,0,0,0,0 +112230,0,0,0,0,0 +112231,0,0,0,0,0 +112232,0,0,0,0,0 +112233,0,0,0,0,0 +112234,0,0,0,0,0 +112235,0,0,0,0,0 +112236,0,0,0,0,0 +112237,0,0,0,0,0 +112238,0,0,0,0,0 +112239,0,0,0,0,0 +112240,0,0,0,0,0 +112241,0,0,0,0,0 +112242,0,0,0,0,0 +112243,0,0,0,0,0 +112244,0,0,0,0,0 +112245,0,0,0,0,0 +112246,0,0,0,0,0 +112247,0,0,0,0,0 +112248,0,0,0,0,0 +112249,0,0,0,0,0 +112250,0,0,0,0,0 +112251,0,0,0,0,0 +112252,0,0,0,0,0 +112253,0,0,0,0,0 +112254,0,0,0,0,0 +112255,0,0,0,0,0 +112256,0,0,0,0,0 +112257,0,0,0,0,0 +112258,0,0,0,0,0 +112259,0,0,0,0,0 +112260,0,0,0,0,0 +112261,0,0,0,0,0 +112262,0,0,0,0,0 +112263,0,0,0,0,0 +112264,0,0,0,0,0 +112265,0,0,0,0,0 +112266,0,0,0,0,0 +112267,0,0,0,0,0 +112268,0,0,0,0,0 +112269,0,0,0,0,0 +112270,0,0,0,0,0 +112271,0,0,0,0,0 +112272,0,0,0,0,0 +112273,0,0,0,0,0 +112274,0,0,0,0,0 +112275,0,0,0,0,0 +112276,0,0,0,0,0 +112277,0,0,0,0,0 +112278,0,0,0,0,0 +112279,0,0,0,0,0 +112280,0,0,0,0,0 +112281,0,0,0,0,0 +112282,0,0,0,0,0 +112283,0,0,0,0,0 +112284,0,0,0,0,0 +112285,0,0,0,0,0 +112286,0,0,0,0,0 +112287,0,0,0,0,0 +112288,0,0,0,0,0 +112289,0,0,0,0,0 +112290,0,0,0,0,0 +112291,0,0,0,0,0 +112292,0,0,0,0,0 +112293,0,0,0,0,0 +112294,0,0,0,0,0 +112295,0,0,0,0,0 +112296,0,0,0,0,0 +112297,0,0,0,0,0 +112298,0,0,0,0,0 +112299,0,0,0,0,0 +112300,0,0,0,0,0 +112301,0,0,0,0,0 +112302,0,0,0,0,0 +112303,0,0,0,0,0 +112304,0,0,0,0,0 +112305,0,0,0,0,0 +112306,0,0,0,0,0 +112307,0,0,0,0,0 +112308,0,0,0,0,0 +112309,0,0,0,0,0 +112310,0,0,0,0,0 +112311,0,0,0,0,0 +112312,0,0,0,0,0 +112313,0,0,0,0,0 +112314,0,0,0,0,0 +112315,0,0,0,0,0 +112316,0,0,0,0,0 +112317,0,0,0,0,0 +112318,0,0,0,0,0 +112319,0,0,0,0,0 +112320,0,0,0,0,0 +112321,0,0,0,0,0 +112322,0,0,0,0,0 +112323,0,0,0,0,0 +112324,0,0,0,0,0 +112325,0,0,0,0,0 +112326,0,0,0,0,0 +112327,0,0,0,0,0 +112328,0,0,0,0,0 +112329,0,0,0,0,0 +112330,0,0,0,0,0 +112331,0,0,0,0,0 +112332,0,0,0,0,0 +112333,0,0,0,0,0 +112334,0,0,0,0,0 +112335,0,0,0,0,0 +112336,0,0,0,0,0 +112337,0,0,0,0,0 +112338,0,0,0,0,0 +112339,0,0,0,0,0 +112340,0,0,0,0,0 +112341,0,0,0,0,0 +112342,0,0,0,0,0 +112343,0,0,0,0,0 +112344,0,0,0,0,0 +112345,0,0,0,0,0 +112346,0,0,0,0,0 +112347,0,0,0,0,0 +112348,0,0,0,0,0 +112349,0,0,0,0,0 +112350,0,0,0,0,0 +112351,0,0,0,0,0 +112352,0,0,0,0,0 +112353,0,0,0,0,0 +112354,0,0,0,0,0 +112355,0,0,0,0,0 +112356,0,0,0,0,0 +112357,0,0,0,0,0 +112358,0,0,0,0,0 +112359,0,0,0,0,0 +112360,0,0,0,0,0 +112361,0,0,0,0,0 +112362,0,0,0,0,0 +112363,0,0,0,0,0 +112364,0,0,0,0,0 +112365,0,0,0,0,0 +112366,0,0,0,0,0 +112367,0,0,0,0,0 +112368,0,0,0,0,0 +112369,0,0,0,0,0 +112370,0,0,0,0,0 +112371,0,0,0,0,0 +112372,0,0,0,0,0 +112373,0,0,0,0,0 +112374,0,0,0,0,0 +112375,0,0,0,0,0 +112376,0,0,0,0,0 +112377,0,0,0,0,0 +112378,0,0,0,0,0 +112379,0,0,0,0,0 +112380,0,0,0,0,0 +112381,0,0,0,0,0 +112382,0,0,0,0,0 +112383,0,0,0,0,0 +112384,0,0,0,0,0 +112385,0,0,0,0,0 +112386,0,0,0,0,0 +112387,0,0,0,0,0 +112388,0,0,0,0,0 +112389,0,0,0,0,0 +112390,0,0,0,0,0 +112391,0,0,0,0,0 +112392,0,0,0,0,0 +112393,0,0,0,0,0 +112394,0,0,0,0,0 +112395,0,0,0,0,0 +112396,0,0,0,0,0 +112397,0,0,0,0,0 +112398,0,0,0,0,0 +112399,0,0,0,0,0 +112400,0,0,0,0,0 +112401,0,0,0,0,0 +112402,0,0,0,0,0 +112403,0,0,0,0,0 +112404,0,0,0,0,0 +112405,0,0,0,0,0 +112406,0,0,0,0,0 +112407,0,0,0,0,0 +112408,0,0,0,0,0 +112409,0,0,0,0,0 +112410,0,0,0,0,0 +112411,0,0,0,0,0 +112412,0,0,0,0,0 +112413,0,0,0,0,0 +112414,0,0,0,0,0 +112415,0,0,0,0,0 +112416,0,0,0,0,0 +112417,0,0,0,0,0 +112418,0,0,0,0,0 +112419,0,0,0,0,0 +112420,0,0,0,0,0 +112421,0,0,0,0,0 +112422,0,0,0,0,0 +112423,0,0,0,0,0 +112424,0,0,0,0,0 +112425,0,0,0,0,0 +112426,0,0,0,0,0 +112427,0,0,0,0,0 +112428,0,0,0,0,0 +112429,0,0,0,0,0 +112430,0,0,0,0,0 +112431,0,0,0,0,0 +112432,0,0,0,0,0 +112433,0,0,0,0,0 +112434,0,0,0,0,0 +112435,0,0,0,0,0 +112436,0,0,0,0,0 +112437,0,0,0,0,0 +112438,0,0,0,0,0 +112439,0,0,0,0,0 +112440,0,0,0,0,0 +112441,0,0,0,0,0 +112442,0,0,0,0,0 +112443,0,0,0,0,0 +112444,0,0,0,0,0 +112445,0,0,0,0,0 +112446,0,0,0,0,0 +112447,0,0,0,0,0 +112448,0,0,0,0,0 +112449,0,0,0,0,0 +112450,0,0,0,0,0 +112451,0,0,0,0,0 +112452,0,0,0,0,0 +112453,0,0,0,0,0 +112454,0,0,0,0,0 +112455,0,0,0,0,0 +112456,0,0,0,0,0 +112457,0,0,0,0,0 +112458,0,0,0,0,0 +112459,0,0,0,0,0 +112460,0,0,0,0,0 +112461,0,0,0,0,0 +112462,0,0,0,0,0 +112463,0,0,0,0,0 +112464,0,0,0,0,0 +112465,0,0,0,0,0 +112466,0,0,0,0,0 +112467,0,0,0,0,0 +112468,0,0,0,0,0 +112469,0,0,0,0,0 +112470,0,0,0,0,0 +112471,0,0,0,0,0 +112472,0,0,0,0,0 +112473,0,0,0,0,0 +112474,0,0,0,0,0 +112475,0,0,0,0,0 +112476,0,0,0,0,0 +112477,0,0,0,0,0 +112478,0,0,0,0,0 +112479,0,0,0,0,0 +112480,0,0,0,0,0 +112481,0,0,0,0,0 +112482,0,0,0,0,0 +112483,0,0,0,0,0 +112484,0,0,0,0,0 +112485,0,0,0,0,0 +112486,0,0,0,0,0 +112487,0,0,0,0,0 +112488,0,0,0,0,0 +112489,0,0,0,0,0 +112490,0,0,0,0,0 +112491,0,0,0,0,0 +112492,0,0,0,0,0 +112493,0,0,0,0,0 +112494,0,0,0,0,0 +112495,0,0,0,0,0 +112496,0,0,0,0,0 +112497,0,0,0,0,0 +112498,0,0,0,0,0 +112499,0,0,0,0,0 +112500,0,0,0,0,0 +112501,0,0,0,0,0 +112502,0,0,0,0,0 +112503,0,0,0,0,0 +112504,0,0,0,0,0 +112505,0,0,0,0,0 +112506,0,0,0,0,0 +112507,0,0,0,0,0 +112508,0,0,0,0,0 +112509,0,0,0,0,0 +112510,0,0,0,0,0 +112511,0,0,0,0,0 +112512,0,0,0,0,0 +112513,0,0,0,0,0 +112514,0,0,0,0,0 +112515,0,0,0,0,0 +112516,0,0,0,0,0 +112517,0,0,0,0,0 +112518,0,0,0,0,0 +112519,0,0,0,0,0 +112520,0,0,0,0,0 +112521,0,0,0,0,0 +112522,0,0,0,0,0 +112523,0,0,0,0,0 +112524,0,0,0,0,0 +112525,0,0,0,0,0 +112526,0,0,0,0,0 +112527,0,0,0,0,0 +112528,0,0,0,0,0 +112529,0,0,0,0,0 +112530,0,0,0,0,0 +112531,0,0,0,0,0 +112532,0,0,0,0,0 +112533,0,0,0,0,0 +112534,0,0,0,0,0 +112535,0,0,0,0,0 +112536,0,0,0,0,0 +112537,0,0,0,0,0 +112538,0,0,0,0,0 +112539,0,0,0,0,0 +112540,0,0,0,0,0 +112541,0,0,0,0,0 +112542,0,0,0,0,0 +112543,0,0,0,0,0 +112544,0,0,0,0,0 +112545,0,0,0,0,0 +112546,0,0,0,0,0 +112547,0,0,0,0,0 +112548,0,0,0,0,0 +112549,0,0,0,0,0 +112550,0,0,0,0,0 +112551,0,0,0,0,0 +112552,0,0,0,0,0 +112553,0,0,0,0,0 +112554,0,0,0,0,0 +112555,0,0,0,0,0 +112556,0,0,0,0,0 +112557,0,0,0,0,0 +112558,0,0,0,0,0 +112559,0,0,0,0,0 +112560,0,0,0,0,0 +112561,0,0,0,0,0 +112562,0,0,0,0,0 +112563,0,0,0,0,0 +112564,0,0,0,0,0 +112565,0,0,0,0,0 +112566,0,0,0,0,0 +112567,0,0,0,0,0 +112568,0,0,0,0,0 +112569,0,0,0,0,0 +112570,0,0,0,0,0 +112571,0,0,0,0,0 +112572,0,0,0,0,0 +112573,0,0,0,0,0 +112574,0,0,0,0,0 +112575,0,0,0,0,0 +112576,0,0,0,0,0 +112577,0,0,0,0,0 +112578,0,0,0,0,0 +112579,0,0,0,0,0 +112580,0,0,0,0,0 +112581,0,0,0,0,0 +112582,0,0,0,0,0 +112583,0,0,0,0,0 +112584,0,0,0,0,0 +112585,0,0,0,0,0 +112586,0,0,0,0,0 +112587,0,0,0,0,0 +112588,0,0,0,0,0 +112589,0,0,0,0,0 +112590,0,0,0,0,0 +112591,0,0,0,0,0 +112592,0,0,0,0,0 +112593,0,0,0,0,0 +112594,0,0,0,0,0 +112595,0,0,0,0,0 +112596,0,0,0,0,0 +112597,0,0,0,0,0 +112598,0,0,0,0,0 +112599,0,0,0,0,0 +112600,0,0,0,0,0 +112601,0,0,0,0,0 +112602,0,0,0,0,0 +112603,0,0,0,0,0 +112604,0,0,0,0,0 +112605,0,0,0,0,0 +112606,0,0,0,0,0 +112607,0,0,0,0,0 +112608,0,0,0,0,0 +112609,0,0,0,0,0 +112610,0,0,0,0,0 +112611,0,0,0,0,0 +112612,0,0,0,0,0 +112613,0,0,0,0,0 +112614,0,0,0,0,0 +112615,0,0,0,0,0 +112616,0,0,0,0,0 +112617,0,0,0,0,0 +112618,0,0,0,0,0 +112619,0,0,0,0,0 +112620,0,0,0,0,0 +112621,0,0,0,0,0 +112622,0,0,0,0,0 +112623,0,0,0,0,0 +112624,0,0,0,0,0 +112625,0,0,0,0,0 +112626,0,0,0,0,0 +112627,0,0,0,0,0 +112628,0,0,0,0,0 +112629,0,0,0,0,0 +112630,0,0,0,0,0 +112631,0,0,0,0,0 +112632,0,0,0,0,0 +112633,0,0,0,0,0 +112634,0,0,0,0,0 +112635,0,0,0,0,0 +112636,0,0,0,0,0 +112637,0,0,0,0,0 +112638,0,0,0,0,0 +112639,0,0,0,0,0 +112640,0,0,0,0,0 +112641,0,0,0,0,0 +112642,0,0,0,0,0 +112643,0,0,0,0,0 +112644,0,0,0,0,0 +112645,0,0,0,0,0 +112646,0,0,0,0,0 +112647,0,0,0,0,0 +112648,0,0,0,0,0 +112649,0,0,0,0,0 +112650,0,0,0,0,0 +112651,0,0,0,0,0 +112652,0,0,0,0,0 +112653,0,0,0,0,0 +112654,0,0,0,0,0 +112655,0,0,0,0,0 +112656,0,0,0,0,0 +112657,0,0,0,0,0 +112658,0,0,0,0,0 +112659,0,0,0,0,0 +112660,0,0,0,0,0 +112661,0,0,0,0,0 +112662,0,0,0,0,0 +112663,0,0,0,0,0 +112664,0,0,0,0,0 +112665,0,0,0,0,0 +112666,0,0,0,0,0 +112667,0,0,0,0,0 +112668,0,0,0,0,0 +112669,0,0,0,0,0 +112670,0,0,0,0,0 +112671,0,0,0,0,0 +112672,0,0,0,0,0 +112673,0,0,0,0,0 +112674,0,0,0,0,0 +112675,0,0,0,0,0 +112676,0,0,0,0,0 +112677,0,0,0,0,0 +112678,0,0,0,0,0 +112679,0,0,0,0,0 +112680,0,0,0,0,0 +112681,0,0,0,0,0 +112682,0,0,0,0,0 +112683,0,0,0,0,0 +112684,0,0,0,0,0 +112685,0,0,0,0,0 +112686,0,0,0,0,0 +112687,0,0,0,0,0 +112688,0,0,0,0,0 +112689,0,0,0,0,0 +112690,0,0,0,0,0 +112691,0,0,0,0,0 +112692,0,0,0,0,0 +112693,0,0,0,0,0 +112694,0,0,0,0,0 +112695,0,0,0,0,0 +112696,0,0,0,0,0 +112697,0,0,0,0,0 +112698,0,0,0,0,0 +112699,0,0,0,0,0 +112700,0,0,0,0,0 +112701,0,0,0,0,0 +112702,0,0,0,0,0 +112703,0,0,0,0,0 +112704,0,0,0,0,0 +112705,0,0,0,0,0 +112706,0,0,0,0,0 +112707,0,0,0,0,0 +112708,0,0,0,0,0 +112709,0,0,0,0,0 +112710,0,0,0,0,0 +112711,0,0,0,0,0 +112712,0,0,0,0,0 +112713,0,0,0,0,0 +112714,0,0,0,0,0 +112715,0,0,0,0,0 +112716,0,0,0,0,0 +112717,0,0,0,0,0 +112718,0,0,0,0,0 +112719,0,0,0,0,0 +112720,0,0,0,0,0 +112721,0,0,0,0,0 +112722,0,0,0,0,0 +112723,0,0,0,0,0 +112724,0,0,0,0,0 +112725,0,0,0,0,0 +112726,0,0,0,0,0 +112727,0,0,0,0,0 +112728,0,0,0,0,0 +112729,0,0,0,0,0 +112730,0,0,0,0,0 +112731,0,0,0,0,0 +112732,0,0,0,0,0 +112733,0,0,0,0,0 +112734,0,0,0,0,0 +112735,0,0,0,0,0 +112736,0,0,0,0,0 +112737,0,0,0,0,0 +112738,0,0,0,0,0 +112739,0,0,0,0,0 +112740,0,0,0,0,0 +112741,-1934.534045,-877.7541864,-1863.785861,-920.7753276,-1400.16468 +112742,-1682.123807,-664.8760538,-1604.84539,-710.5140682,-977.5111929 +112743,-1471.304511,-188.3290417,-1398.514512,-635.039615,-876.7801033 +112744,-1588.076065,46.58404047,-1507.199748,-677.6118219,-938.4911975 +112745,-1576.990867,-125.9508698,-64.74714317,-663.3136801,-919.540067 +112746,-1500.082363,-84.02400752,-596.9583433,-631.6627258,-874.3991848 +112747,-517.1878745,-37.26158453,-514.5978075,-288.4156066,-886.1864489 +112748,-963.3499596,-27.24776444,-429.0534036,-422.6135344,-898.8065251 +112749,-850.1290246,-12.17144859,-409.969413,-389.6355456,-889.2252449 +112750,-807.8278022,2.22739652,-393.343537,-370.4296654,-876.858827 +112751,-794.0259249,17.22604072,-375.5449203,-362.8233389,-865.9563732 +112752,-780.7432772,31.60484262,-359.8939432,-356.2317801,-857.1673812 +112753,-767.6648537,47.05364385,-341.934904,-349.7524144,-851.7999515 +112754,-755.7606079,47.073912,-326.6105558,-342.7022696,-849.4156023 +112755,-740.5100456,47.3619614,-310.560723,-336.356012,-849.5454567 +112756,-731.4200932,48.05721128,-294.7286672,-330.147752,-852.00495 +112757,-716.7889059,49.15630403,-278.9572248,-323.9235802,-856.4707162 +112758,-705.2250526,50.5972498,-264.3243325,-317.6127233,-862.8604088 +112759,-695.1943043,52.31476968,-249.5742213,-311.0709549,-870.9001384 +112760,-681.4856661,54.25782516,-233.8579874,-306.1681928,-586.4524908 +112761,-671.0505445,56.38892241,-219.4956243,-299.5566885,-728.0717186 +112762,-660.1294483,58.67953828,-205.3282888,-293.2198493,-683.5005156 +112763,-647.9685797,61.10695502,-190.8644305,-288.8552075,-672.7734905 +112764,-638.258537,63.65229938,-176.4754294,-281.5629102,-664.766301 +112765,-625.6831009,66.29984601,-163.2657147,-277.3078385,-659.0862746 +112766,-616.3022994,69.03649942,-149.1755857,-271.1225919,-652.3750814 +112767,-604.4025988,71.85140478,-135.2095223,-265.4573745,-644.7529826 +112768,-594.3643553,74.60518618,-122.3360994,-260.1189553,-638.0206011 +112769,-584.6546891,77.58528756,-108.6952113,-254.8612583,-632.4568116 +112770,-572.6093631,80.61354629,-95.93493838,-249.4614116,-625.2451074 +112771,-564.5165434,83.68534858,-87.17311226,-244.8065338,-618.9159298 +112772,-555.2123682,86.69132894,-79.94733574,-239.6181615,-613.628957 +112773,-545.7525781,89.56279533,-72.38708464,-234.7883765,-606.6871029 +112774,-537.238512,92.2828527,-65.43603605,-230.78797,-600.8932753 +112775,-527.5335423,94.86101815,-58.7857161,-225.3636316,-596.3783625 +112776,-519.9111087,97.31313166,-52.12479807,-221.706968,-588.6215523 +112777,-511.1042376,99.65309285,-46.08163568,-216.6161988,-583.7571072 +112778,-502.2087222,101.891741,-40.02976326,-212.8704647,-578.7587393 +112779,-493.241432,104.0376336,-33.97071468,-207.6725424,-571.9393352 +112780,-486.4576266,106.0978179,-28.53352608,-204.3280295,-566.6314587 +112781,-477.3529797,108.0783658,-22.77877542,-199.5167213,-562.9485665 +112782,-470.4519188,109.9845883,-17.64690701,-195.6277475,-555.58928 +112783,-471.4488229,111.8210816,-31.83110507,-194.1246956,-551.7047605 +112784,-464.4992354,113.2198553,-29.80998219,-190.1923486,-545.8731961 +112785,-458.6738507,114.3168619,-26.22520476,-186.7242309,-541.8245964 +112786,-450.5016709,115.3004752,-22.79703683,-182.7391583,-535.7461093 +112787,-444.6001551,116.2677786,-19.05485833,-178.7284974,-532.5242793 +112788,-436.3348052,117.243628,-15.77993433,-175.1953224,-527.2237744 +112789,-429.2057993,118.2232156,-11.87476448,-171.6420161,-521.8100915 +112790,-424.3948588,119.1966007,-8.438908393,-168.0657879,-518.4038491 +112791,-414.8400753,120.1581858,-5.003399267,-164.2200591,-512.8122186 +112792,-411.1650504,121.1030327,-1.878661588,-160.8648626,-509.2922085 +112793,-401.5311323,122.0274888,1.719547317,-157.2382989,-504.6204836 +112794,-397.2288081,122.9290026,4.848535092,-153.8507674,-500.9908093 +112795,-389.3206362,123.8057122,7.97823484,-150.4502524,-496.1733419 +112796,-384.379671,124.6561579,11.1100961,-146.7766204,-492.4369953 +112797,-375.8061614,125.479149,14.24326933,-143.6083523,-488.6546095 +112798,-372.0442741,126.2737041,17.219983,-140.43006,-484.8208216 +112799,-363.7451087,126.890409,20.02589752,-136.8650776,-480.3308786 +112800,-358.6109654,127.6866563,23.13370511,-133.6041031,-478.5875586 +112801,105.2337219,126.0852558,105.1940982,47.8055633,191.2520595 +112802,109.8888196,131.8559845,115.2269049,50.42025013,203.6272201 +112803,120.5429261,142.0866828,134.8418965,55.81555044,229.987526 +112804,131.606003,152.3999653,155.2792064,61.24003345,258.2723785 +112805,140.7387186,160.6234962,172.4495266,65.62974701,283.2817508 +112806,147.7357877,166.7132249,185.9234914,68.93014133,304.1535924 +112807,153.0436578,171.2226829,196.4640981,71.38482689,320.4258301 +112808,157.0959445,174.6297561,204.8353443,73.22116116,333.1308426 +112809,160.1739838,177.2219759,211.5392095,74.5868382,343.2047819 +112810,162.449419,179.161576,216.8814195,75.5727528,351.2103111 +112811,164.0412791,180.5541862,221.0708909,76.24184392,357.4688518 +112812,164.8548973,181.4830916,224.2747846,76.64437913,362.2001407 +112813,165.0324219,182.0198442,226.637591,76.82316485,365.5888042 +112814,164.7304397,182.2258958,228.2850009,76.81470495,367.8021121 +112815,164.0571518,182.1528018,229.324599,76.64959336,368.9903788 +112816,163.0805935,181.8430504,229.8472052,76.35311378,369.2855442 +112817,161.8474562,181.3314064,229.9290219,75.94603725,368.8017483 +112818,160.3943969,180.6463108,229.6339364,75.44541668,367.6372077 +112819,158.7523638,179.8110834,229.0155812,74.86527153,365.8764809 +112820,156.7751609,178.5265691,227.8973551,74.19622005,363.5912124 +112821,154.5633686,176.925623,226.389438,73.45507908,360.8433881 +112822,152.2215419,175.1803954,224.6416074,72.66037573,357.6879678 +112823,149.8024481,173.3828268,222.7430154,71.82413419,354.1726044 +112824,147.3235487,171.5607955,220.7292251,70.90316898,350.338242 +112825,144.7890254,169.7149709,218.616167,69.92052816,346.2201439 +112826,142.2008183,167.8404701,216.4108222,68.90192072,341.8487279 +112827,139.5615863,165.933977,214.1225743,67.86040336,337.2503695 +112828,136.8745335,163.9959532,211.6435638,66.80018149,332.4480291 +112829,134.1426469,162.0237056,209.0213409,65.72207423,327.4614722 +112830,131.2607616,207.4949985,206.0835426,64.6163556,322.3071488 +112831,128.2839069,174.2134721,202.9626121,63.48829803,316.999805 +112832,125.3051877,202.3986432,199.8684581,62.36654763,311.5534155 +112833,122.3694191,214.1644893,196.8993716,61.2665339,305.9803142 +112834,119.4820591,216.7829664,194.0650452,60.18995694,300.290891 +112835,116.633543,225.6540118,191.3417779,59.1327089,294.4942358 +112836,113.8129451,247.2707837,188.7032657,58.08998219,288.5982632 +112837,111.1218607,257.5905968,186.3535762,57.06457689,282.6142582 +112838,108.5044886,266.7309547,184.1734586,56.04929644,276.5442236 +112839,105.9022171,276.121868,182.039481,55.03877365,270.3932768 +112840,103.2880227,285.1165979,179.8943139,54.03033933,264.1670212 +112841,100.6561667,293.9064578,177.7247722,53.02284465,257.8706235 +112842,98.00833062,303.291713,175.5331906,52.01562317,251.5084066 +112843,95.34711883,312.0795306,173.3236431,51.00823224,245.0846072 +112844,92.67396402,321.2389061,171.0980461,50.00020049,238.6028012 +112845,89.98973253,329.9770134,168.8569921,48.99121099,232.0666959 +112846,87.29472917,339.1563848,166.6002619,47.98090853,225.4792896 +112847,84.58929438,348.0286872,164.3276765,46.96905068,218.8435337 +112848,81.87380099,356.9132543,162.0391648,45.95546444,212.1622009 +112849,79.14864768,366.1984479,159.7347483,44.94003268,205.4379007 +112850,76.41416227,374.7323276,157.414427,43.92264722,198.6729443 +112851,73.67068134,383.8607362,155.0782445,42.9032406,191.8695203 +112852,70.91847726,393.102893,152.726213,41.88174765,185.0295734 +112853,68.15784197,401.6745514,150.358394,40.8581378,178.1549686 +112854,65.38901619,410.6297018,147.9748281,39.83237839,171.2473667 +112855,62.61226631,419.7861935,145.5756088,38.80446548,164.3083751 +112856,59.82781448,428.5926217,143.1608135,37.77438928,157.3394254 +112857,57.03591071,437.5504052,330.1807058,36.74216422,150.3419148 +112858,54.23676461,446.4498967,334.0897636,35.70779615,143.3170867 +112859,51.43063643,455.3865693,323.7686784,34.67132161,136.2662066 +112860,48.61765577,464.1064148,355.8599447,33.63272536,129.1902322 +112861,55.27635969,641.5257854,761.5679045,36.90036605,139.3235239 +112862,68.94365151,651.034336,778.9113326,43.30853231,162.6790484 +112863,85.70163812,660.8785097,795.7198643,119.2678773,192.3592083 +112864,101.918936,670.0401431,811.2818091,332.7118375,1130.007157 +112865,116.2514525,679.2359541,826.4335408,202.2442682,908.5584027 +112866,617.2603565,687.9513663,841.1415043,254.3288159,884.8856571 +112867,367.0781976,697.4067829,855.6060284,264.0997591,965.8643377 +112868,460.6380096,706.1250465,869.6325791,273.1788409,985.5110714 +112869,485.225148,714.984104,883.1332496,282.160935,1004.297807 +112870,504.6304743,723.8632471,897.1938903,290.5167858,1021.824112 +112871,523.0579289,732.5875457,910.3619576,298.9478503,1039.13032 +112872,541.3236787,741.4031487,923.3887533,307.412392,1055.940341 +112873,559.1301272,750.0667427,936.3855022,315.6008504,1072.494085 +112874,576.4040362,758.791739,949.0333787,323.3156462,1088.578971 +112875,594.1277172,767.4930719,961.4902738,331.5261401,1104.338726 +112876,621.6811014,794.8551227,978.2499691,339.5620219,1119.978579 +112877,639.8774632,806.5218336,990.9198753,347.304739,1135.066373 +112878,656.4388747,816.7789147,1003.043288,354.7316035,1150.088673 +112879,672.9076897,826.7633403,1014.856872,362.3919241,1164.676795 +112880,684.3294592,836.4138621,1026.393699,369.7502142,1179.041853 +112881,697.057202,846.0625013,1037.847781,376.7578959,1193.099854 +112882,709.8083314,855.4644881,1049.002931,383.9881996,1207.074149 +112883,721.8885026,864.880936,1060.033631,390.8209314,1220.5364 +112884,734.0101073,874.2259989,1070.882681,397.9848602,1234.043791 +112885,745.8969437,883.4029259,1081.575601,404.6873197,1247.219784 +112886,757.6041113,892.6106535,1092.108038,411.4464663,1260.04752 +112887,769.1382634,901.7631642,1102.496574,418.0900115,1272.905854 +112888,780.5005757,910.7549398,1105.188544,424.6450866,1285.32381 +112889,791.378113,919.7877836,1114.582011,431.1156355,1297.733992 +112890,802.9507513,928.7739464,1124.640973,437.3259811,1309.882911 +112891,812.2140744,934.1328811,1132.920727,443.1257451,1321.441382 +112892,821.5371572,938.9673029,1140.835828,448.3472121,1333.533994 +112893,830.3775904,943.3392743,1148.633597,453.5152663,1344.786502 +112894,839.045274,947.3165682,1156.126869,458.5436179,1356.137316 +112895,847.874507,951.2245822,1163.505303,463.4522344,1367.311517 +112896,855.5675617,954.8510174,1170.707537,468.2446698,1378.306877 +112897,863.9115898,958.1770218,1177.750047,472.9263807,1389.132892 +112898,871.770839,961.3665065,1184.629313,477.5010218,1399.784635 +112899,879.4175318,964.4167358,1191.360672,481.9725832,1410.214841 +112900,887.103706,967.1123112,1197.939978,486.3438883,1420.617378 +112901,894.5370279,969.8236985,1204.374176,490.6184072,1430.789053 +112902,901.912232,972.3187433,1210.609372,494.7985424,1440.69873 +112903,909.1386774,974.5222256,1216.846644,498.6642305,1450.514787 +112904,916.1198832,976.7562146,1222.821464,503.0066443,1460.267428 +112905,916.3511386,960.0855985,1229.355136,507.0366862,1474.181244 +112906,921.9645959,958.9472788,1235.193551,510.9367697,1476.770336 +112907,927.9469957,959.0989704,1240.963028,514.7231089,1495.565894 +112908,933.9569205,959.2953415,1246.458273,518.4270251,1491.456428 +112909,939.7915476,959.7124965,1251.89661,522.0518555,1519.143335 +112910,945.2237491,959.9579752,1257.307389,525.6001172,1501.681315 +112911,951.5102994,960.3313752,1262.479362,529.0742396,1520.942981 +112912,956.8296461,960.4888545,1267.585901,532.4758029,1535.734238 +112913,962.293799,960.7506623,1272.57016,535.8069619,1538.760723 +112914,967.6703198,960.7860052,1277.442557,539.3087756,1548.329358 +112915,972.8977879,960.9197203,1282.206446,542.1432632,1556.461859 +112916,978.0201763,960.8253338,1286.86355,545.4453295,1564.203563 +112917,983.0761287,960.8281681,1291.417135,548.4720754,1572.111831 +112918,987.9177009,960.6037453,1295.868792,551.4976845,1579.695646 +112919,992.7496525,960.4768552,1300.162517,554.4009647,1587.219057 +112920,997.4396109,960.1242946,1304.507097,557.2990019,1594.670218 +112921,1008.475502,962.5875356,1315.041232,562.8797693,1624.147345 +112922,1014.471786,962.9660682,1320.595189,566.3796108,1633.65445 +112923,1019.933802,962.892607,1325.62164,569.5086168,1642.479763 +112924,1025.117297,962.8738214,1330.369028,572.5763339,1651.020005 +112925,1030.12054,962.5863613,1334.944316,575.5256429,1659.317637 +112926,1034.970563,962.3691767,1340.195277,578.4240839,1667.203467 +112927,1039.734278,961.9114859,1344.194494,581.188121,1674.981414 +112928,1044.266959,961.5428889,1348.711109,583.9452323,1682.69908 +112929,1048.789294,961.0543794,1352.558379,586.6202604,1690.133592 +112930,1053.165658,960.3690043,1357.039185,589.2415534,1697.484264 +112931,1057.447509,959.8030583,1360.354168,591.8078966,1704.766014 +112932,1061.629545,959.1251128,1365.10913,594.3467108,1711.744951 +112933,1065.715527,958.2113457,1367.553573,596.7675111,1718.760379 +112934,1069.706382,957.5335462,1373.127224,599.1952876,1725.594496 +112935,1073.605543,956.6504632,1373.943228,601.5505914,1732.328857 +112936,1077.458968,955.6199643,1381.467144,603.5928922,1738.948983 +112937,1081.110971,954.7108087,1379.021566,606.258934,1745.465235 +112938,1084.776454,953.6981541,1390.908336,608.2794851,1751.872452 +112939,1088.31762,952.5046456,1381.68585,610.4944299,1758.182247 +112940,1091.781574,951.4417454,1403.051626,612.6474147,1764.383927 +112941,1095.164497,950.2799903,1379.697233,614.6899414,1770.49582 +112942,1098.466381,948.9412193,1398.44178,616.7488143,1776.505882 +112943,1101.690272,947.7366545,1402.050995,618.7420709,1782.427062 +112944,1104.836236,946.4367551,1402.020956,620.6982546,1788.252915 +112945,1107.907009,944.9645677,1405.8116,622.6143303,1793.993008 +112946,1106.500338,927.1715509,1414.830985,627.1923159,1799.80879 +112947,1108.619298,923.1803629,1418.769749,629.5770994,1805.181409 +112948,1111.054677,920.3451405,1422.038123,631.6374536,1810.633056 +112949,1113.527978,917.8389295,1424.994482,633.649155,1816.013922 +112950,1115.979821,915.2349617,1427.947976,635.5678878,1821.311131 +112951,1119.581401,914.9347826,1432.254097,638.0956998,1826.609323 +112952,1123.401962,915.0347216,1436.808287,640.7126573,1831.666196 +112953,1127.35067,915.3553138,1441.446447,643.360511,1836.812384 +112954,1131.220832,915.8409102,1446.127938,646.0220306,1841.822749 +112955,1135.218541,916.4620896,1450.836929,648.7194553,1846.776729 +112956,1139.188795,917.2005442,1455.564342,651.3495001,1851.65957 +112957,1143.176602,918.0442942,1460.370795,654.0446481,1856.480251 +112958,1151.763988,935.1141785,1457.495313,653.5001937,1861.352877 +112959,1156.492057,938.7202129,1461.009514,655.5599801,1866.011446 +112960,1160.900895,941.2630705,1464.991201,657.859168,1870.606031 +112961,1165.262142,943.5986886,1469.032959,660.2266995,1875.217538 +112962,1169.457348,945.8583965,1473.285936,662.6223584,1879.761665 +112963,1173.734074,948.087003,1477.528802,665.0335444,1881.817767 +112964,1177.953001,950.3086791,1481.747272,667.4534302,1885.707728 +112965,1182.168567,952.5356803,1486.153282,669.9078887,1888.253 +112966,1186.37466,954.7734211,1490.433755,672.2930116,1891.296879 +112967,1190.573472,957.0248827,1494.78821,674.7444516,1894.232867 +112968,1194.764261,959.2907459,1499.147054,677.1713801,1897.145346 +112969,1198.948622,961.6157396,1503.584152,679.6035465,1900.039593 +112970,1203.174805,963.845837,1507.869311,682.0355096,1902.913621 +112971,1207.271117,966.1869822,1512.310783,684.4673843,1905.770506 +112972,1211.469906,968.5042703,1516.704207,686.8982817,1908.608296 +112973,1215.619486,970.8416764,1521.116539,689.358334,1911.429977 +112974,1219.769219,973.1922985,1525.536387,691.7424234,1914.23354 +112975,1223.913274,975.5558028,1529.963886,694.1911989,1917.021894 +112976,1228.05024,977.9313437,1534.397121,696.6119878,1919.792963 +112977,1232.1814,980.3188106,1538.904279,699.0357122,1922.549589 +112978,1236.305643,982.7173434,1543.178554,701.4572108,1925.289676 +112979,1240.424254,985.1267841,1547.777984,703.8768073,1928.015963 +112980,1244.536033,987.5462607,1552.171782,706.2938506,1930.726361 +112981,1131.154501,936.768292,1445.096817,655.3184239,1735.187167 +112982,1133.313231,938.1614863,1434.525084,656.9108786,1697.380438 +112983,1136.017486,939.9457793,1457.631066,658.578715,1754.169077 +112984,1139.154781,941.8780336,1432.587038,660.5125157,1683.85553 +112985,1142.418246,943.8954589,1477.641283,662.4928888,1738.915379 +112986,1145.775288,946.01395,1424.834824,664.5170884,1734.506515 +112987,1149.192949,948.0660724,1473.05687,666.5629492,1704.5113 +112988,1152.697457,950.2410399,1481.299815,668.621246,1731.820851 +112989,1156.12132,952.4026679,1438.557714,670.680389,1747.554953 +112990,1159.671079,954.5898216,1480.251854,672.7585906,1696.197035 +112991,1163.204575,956.7947579,1474.008875,674.8559256,1744.595309 +112992,1166.765641,959.0154922,1477.831276,676.9632516,1749.613068 +112993,1170.346121,961.250633,1482.446312,679.0794151,1701.557621 +112994,1173.989611,963.4984312,1486.455918,681.231943,1745.971787 +112995,1177.534295,965.7582327,1490.475894,683.3200193,1733.750413 +112996,1181.197237,968.0286729,1494.516658,685.4786971,1736.29489 +112997,1184.834439,970.3525961,1498.639676,687.6186357,1738.261482 +112998,1188.492213,972.5765611,1502.622263,689.7689505,1739.78428 +112999,1192.163554,974.9042435,1506.699534,691.9251071,1741.317581 +113000,1195.894288,977.2011823,1510.900523,694.1162529,1742.864604 +113001,1199.518186,979.5105147,1514.982318,696.2384524,1744.425622 +113002,1203.258945,981.8250506,1519.201427,698.4311374,1745.998545 +113003,1206.968823,984.1438816,1523.261213,700.6024994,1747.583977 +113004,1210.695568,986.4660078,1527.48134,702.7825993,1749.179872 +113005,1214.432359,988.7907639,1531.65707,704.9669158,1750.786853 +113006,1218.226821,991.1171047,1535.854972,707.185783,1752.402969 +113007,1221.906807,993.4444079,1540.065326,709.3313795,1754.090994 +113008,1225.704062,995.8164958,1544.285004,711.5484211,1755.565982 +113009,1229.465914,998.076425,1548.51888,713.741798,1757.3512 +113010,1233.241758,1000.433119,1552.76067,715.9426647,1758.944457 +113011,1236.026442,1001.479974,1555.907688,717.662267,1760.488112 +113012,1238.67364,1002.299518,1558.89723,719.3151122,1762.122871 +113013,1241.23877,1002.995906,1561.795159,720.9249922,1763.773751 +113014,1243.793028,1003.600845,1564.62544,722.5327889,1765.430329 +113015,1246.172617,1004.131105,1567.468894,724.0340844,1767.091083 +113016,1248.62026,1004.595995,1570.094285,725.5795343,1768.754427 +113017,1250.984506,1005.001495,1572.827665,727.0745713,1770.419157 +113018,1253.318679,1005.351843,1575.460502,728.5523775,1772.083562 +113019,1255.617418,1005.650436,1578.064418,730.009407,1773.746408 +113020,1257.881742,1005.900056,1580.631701,731.4463388,1775.469841 +113021,1260.11291,1006.103256,1583.092948,732.8639198,1777.027124 +113022,1262.312008,1006.262216,1585.694781,734.2627479,1778.724134 +113023,1264.479972,1006.378958,1588.107876,735.6434119,1780.357664 +113024,1266.617514,1006.45532,1590.549638,737.0064149,1781.993246 +113025,1268.777422,1006.493024,1593.018978,738.3845414,1783.620896 +113026,1270.778578,1006.493613,1595.283333,739.6657151,1785.239357 +113027,1272.86663,1006.458565,1597.672972,741.001412,1786.848156 +113028,1274.881969,1006.389204,1599.972809,742.293398,1788.446527 +113029,1276.877864,1006.286807,1602.254804,743.5745873,1790.034008 +113030,1278.847287,1006.15252,1604.509553,744.8406876,1791.610404 +113031,1280.790669,1005.987455,1606.737417,746.091917,1793.110076 +113032,1282.708294,1005.792591,1608.938935,747.3285512,1794.762 +113033,1284.600722,1005.568952,1611.114731,748.550916,1796.25452 +113034,1286.468181,1005.317404,1613.265261,749.7592552,1797.857966 +113035,1288.311108,1005.0388,1615.391063,750.9538371,1799.272012 +113036,1290.129816,1004.73394,1617.492554,752.1348914,1800.822417 +113037,1291.924803,1004.403607,1619.641607,753.3026716,1802.30106 +113038,1293.696117,1004.048507,1621.588206,754.4906943,1803.776358 +113039,1295.497923,1003.669359,1623.670835,755.5831713,1805.23876 +113040,1297.142404,1003.266803,1625.668416,756.7359209,1806.687725 +113041,1056.72217,893.2822333,1385.883485,648.0822381,1370.744413 +113042,1053.040223,890.2411946,1382.35732,647.0003849,1366.025944 +113043,1050.627253,887.8999016,1380.079186,645.9640925,1362.505193 +113044,1048.937034,885.8645327,1378.631534,645.4720457,1359.830915 +113045,1047.536354,883.9216644,1377.389955,645.1712063,1357.929578 +113046,1046.430594,882.1693575,1376.452538,644.9180853,1356.152884 +113047,1045.359691,880.3847625,1375.750588,645.0257904,1355.105454 +113048,1044.362763,878.6642356,1375.01937,644.500238,1353.279011 +113049,1043.508374,876.9555702,1374.397202,644.5828724,1352.360641 +113050,1042.609707,875.2579698,1373.81073,644.4570097,1351.187441 +113051,1041.775168,873.5291202,1373.316679,644.3570705,1350.235145 +113052,1040.923401,871.901073,1372.712956,644.3361056,1349.264547 +113053,1040.188295,870.1938215,1372.25924,644.2677903,1348.383418 +113054,1039.391325,868.5224674,1371.780812,644.2311284,1347.509023 +113055,1038.645009,866.8480744,1371.33239,644.198855,1346.777795 +113056,1037.535518,865.1757717,1370.903957,644.1739816,1346.005013 +113057,1037.364936,863.4675141,1370.494073,644.1560389,1345.267954 +113058,1036.39364,861.8536645,1370.045186,644.1445223,1344.654598 +113059,1035.759842,860.1601529,1369.806731,644.1126833,1343.995612 +113060,1035.079379,858.4999371,1369.324603,644.1512237,1343.365044 +113061,1034.411244,856.8354736,1369.025289,644.1382886,1342.848375 +113062,1033.753372,855.1721717,1368.683827,644.1524756,1342.283412 +113063,1033.105522,853.4729353,1368.363229,644.1674941,1341.74171 +113064,1032.466979,851.8656998,1368.054689,644.1867333,1341.306012 +113065,1031.836881,850.1798651,1367.757482,644.2100128,1340.82036 +113066,1031.214736,848.526422,1367.470848,644.2370301,1340.35353 +113067,1030.599913,846.8684293,1367.248122,644.2416484,1339.986883 +113068,1029.991805,845.1757219,1366.90139,644.3131779,1339.568431 +113069,1029.389962,843.5713179,1366.6809,644.331858,1339.165506 +113070,1029.149144,841.8911544,1366.368023,644.3751669,1338.857865 +113071,1027.386257,839.5228913,1365.261448,644.0062902,1338.497022 +113072,1026.130217,837.2378029,1363.836108,643.5499721,1338.145149 +113073,1024.691795,834.6752148,1362.359072,643.0235028,1337.883072 +113074,1023.210898,832.3468332,1360.858534,642.5254202,1337.563991 +113075,1021.560624,829.720199,1359.170374,641.9452638,1337.253094 +113076,1020.063622,827.2820357,1357.548066,641.3611745,1337.028866 +113077,1018.484285,824.5885048,1355.834678,640.7500718,1336.714372 +113078,1016.743398,822.4889538,1354.033614,639.8702054,1336.511501 +113079,1015.161295,819.2685052,1352.371606,639.5743656,1336.245389 +113080,1013.500258,816.9655353,1350.429356,638.7255426,1335.980468 +113081,1011.680939,814.1376314,1348.605111,638.0683272,1335.792318 +113082,1010.022815,811.6045815,1346.691674,637.3530756,1335.511112 +113083,1008.287801,808.7988688,1344.74945,636.6193337,1335.331921 +113084,1006.396657,806.1555932,1342.822942,635.8667382,1335.057003 +113085,1004.668412,803.3871443,1340.685637,635.0960136,1334.878295 +113086,1002.864763,800.7180089,1338.748701,634.3074659,1334.605488 +113087,1000.906592,797.8784878,1336.626786,633.5014819,1334.691578 +113088,999.4235251,795.1712245,1334.571853,632.6783299,1334.039246 +113089,997.1090823,792.3481699,1332.356364,631.838311,1334.033857 +113090,995.3033258,789.6263111,1330.216184,630.9817335,1333.721607 +113091,993.402262,786.7064199,1327.95532,630.1088918,1333.529031 +113092,991.4743899,784.030656,1325.837691,629.2199356,1333.247287 +113093,989.3948051,781.0956767,1323.468509,628.5484335,1333.047092 +113094,987.4800782,778.3281571,1321.214611,627.2925325,1332.756962 +113095,985.4943158,775.441806,1318.88406,626.5184096,1332.546982 +113096,983.3573919,772.662052,1316.579441,625.5332398,1332.246833 +113097,981.3858356,769.4129509,1314.083089,624.5677789,1331.786553 +113098,979.343843,767.0811263,1311.776943,623.5875041,1331.850376 +113099,977.1520183,763.9050724,1309.347485,622.5927735,1331.409669 +113100,975.3918033,761.165609,1306.826031,621.5835425,1331.165601 +113101,1208.537041,865.296411,1539.535128,727.3593462,1757.582753 +113102,1210.948323,864.1383143,1541.783714,728.3284162,1761.94955 +113103,1210.168036,862.6380275,1556.403027,734.7978158,1765.956488 +113104,1210.258292,861.0242827,1558.70249,735.9532651,1768.951548 +113105,1210.290671,859.3365159,1559.691428,736.5546998,1771.535845 +113106,1210.146595,857.9974192,1560.155126,736.900698,1773.876391 +113107,1209.992903,855.7104098,1560.377103,737.1064894,1776.014645 +113108,1209.671789,854.1363519,1560.254195,737.2169757,1778.0593 +113109,1209.318145,852.2532879,1560.112502,737.2564844,1779.88588 +113110,1208.901087,850.3977391,1559.799571,737.2377966,1781.730914 +113111,1208.43179,848.4933373,1559.390457,737.1683029,1783.463422 +113112,1207.913571,846.6558077,1558.886137,737.0525154,1785.138178 +113113,1207.349079,844.7330509,1558.234938,736.8937163,1786.754083 +113114,1206.739847,842.8254484,1557.645674,736.6942333,1788.314537 +113115,1206.049081,840.9010363,1556.849313,736.4560366,1789.823083 +113116,1205.411437,838.9649648,1556.027913,736.1806575,1791.281714 +113117,1204.648808,836.9848802,1555.125402,735.8695449,1792.692952 +113118,1203.89209,835.0749803,1554.153049,735.5238834,1794.058124 +113119,1203.149873,833.0842254,1553.113612,735.1172837,1795.379276 +113120,1202.386133,831.11131,1552.0093,734.7464044,1796.657459 +113121,1201.59215,829.1242528,1550.899187,734.2841648,1797.894397 +113122,1200.388046,827.0959069,1549.587752,733.8154021,1799.090859 +113123,1200.086365,825.1374545,1548.341708,733.3127805,1800.248435 +113124,1198.923314,823.1018522,1546.989794,733.0563191,1801.36777 +113125,1198.058454,821.0852311,1545.59111,732.098527,1802.450342 +113126,1197.101545,819.0562562,1544.138755,731.7022733,1803.496683 +113127,1196.1145,816.9884491,1542.634267,731.049875,1804.55296 +113128,1195.096689,814.9906141,1541.07892,730.4104479,1805.462138 +113129,1194.049545,812.9187016,1539.418747,729.7200221,1806.438858 +113130,1192.973814,810.8669027,1537.847366,729.0712494,1807.298455 +113131,1191.983568,808.845915,1536.312063,728.4049171,1808.245988 +113132,1190.992514,806.9076386,1534.674004,727.7520032,1809.062539 +113133,1189.986615,804.905987,1533.120361,727.0797241,1809.889083 +113134,1188.960272,802.929365,1531.487047,726.3904643,1810.679286 +113135,1187.912095,800.9470963,1529.8291,725.6840059,1811.441102 +113136,1186.841284,798.6646148,1528.138146,724.9602866,1812.174887 +113137,1185.748035,797.1135049,1526.414503,724.1932925,1812.881805 +113138,1184.632195,794.9156715,1524.658468,723.4738483,1813.60577 +113139,1183.494111,792.9738948,1522.870691,722.6813924,1814.194652 +113140,1182.333873,790.9831857,1521.105851,721.8947116,1814.856225 +113141,1181.151861,788.9921794,1519.176221,721.0882532,1815.455123 +113142,1180.292966,786.9996134,1517.281144,720.265943,1816.036856 +113143,1178.563475,785.0061111,1515.441901,719.4281926,1816.595837 +113144,1177.561048,783.0117101,1513.465432,718.5752206,1817.132152 +113145,1176.242247,781.304589,1511.506278,717.6814078,1817.646766 +113146,1174.955401,778.8942008,1509.511082,716.8366117,1818.096372 +113147,1173.648586,777.0980409,1507.540555,715.9216013,1818.676713 +113148,1172.322059,775.1597028,1505.413963,715.0143152,1819.032741 +113149,1170.976143,773.2998594,1503.374563,714.089408,1819.50256 +113150,1169.610999,771.4524884,1501.264435,713.1507797,1819.908641 +113151,1168.227088,769.6131305,1499.136573,712.173643,1820.302408 +113152,1166.824527,767.7797137,1496.983676,711.2450119,1820.677496 +113153,1165.403792,765.9513501,1494.754509,710.2493623,1821.034659 +113154,1163.964941,764.1273991,1492.679586,709.2622129,1821.373883 +113155,1162.508561,762.3075106,1490.342818,708.2588891,1821.695961 +113156,1161.034737,760.4912399,1488.137747,708.2125495,1822.04285 +113157,1159.544462,758.6778828,1485.859099,707.4949091,1822.269037 +113158,1158.039295,756.8672327,1483.566823,706.4403415,1822.534787 +113159,1156.518167,755.058167,1481.252087,705.9619542,1822.852245 +113160,1154.985741,753.2527993,1478.915236,704.9345366,1823.068625 +113161,1200.397222,774.2388346,1523.22088,727.1250384,1904.387787 +113162,1201.27303,773.594023,1523.435741,727.0754654,1907.820754 +113163,1201.364121,772.6377812,1522.675438,727.1873098,1910.600121 +113164,1200.98017,771.4527522,1521.498188,726.8718603,1912.868747 +113165,1200.397076,770.1720653,1520.071844,726.482791,1914.752938 +113166,1199.66046,768.8461175,1518.492605,726.0154076,1916.394191 +113167,1198.836398,767.4636567,1516.793184,725.4975592,1917.946289 +113168,1197.943046,766.017978,1514.976032,724.9346659,1919.532636 +113169,1196.98468,764.5689565,1513.108294,724.3480033,1920.930841 +113170,1195.973114,763.104177,1511.18381,723.724915,1922.247224 +113171,1194.914592,761.6242038,1509.210264,723.0740226,1923.497962 +113172,1193.812405,760.1301186,1507.173889,722.398887,1924.689476 +113173,1192.668665,758.6227371,1505.086892,721.7007323,1925.826017 +113174,1191.485325,757.1027166,1502.90228,720.9804279,1926.864464 +113175,1190.263974,755.5706504,1500.802283,720.2387004,1927.972443 +113176,1189.005783,754.0269599,1498.598225,719.4760481,1928.928107 +113177,1187.712017,752.4720668,1496.270786,718.6930077,1929.881613 +113178,1186.383668,750.9063497,1494.008127,717.8899596,1930.785157 +113179,1185.021724,749.3301708,1491.662603,717.0421538,1931.647946 +113180,1183.626912,747.7437426,1489.287066,716.2371856,1932.471154 +113181,1182.200211,746.1457732,1486.875017,715.3588099,1933.256468 +113182,1180.742298,744.5338831,1484.427114,714.4833356,1934.004795 +113183,1179.25477,742.9115704,1481.944351,713.5859341,1934.717678 +113184,1177.739225,741.2796966,1479.427445,712.6705526,1935.395963 +113185,1176.196515,739.6386526,1476.926946,711.73757,1936.040979 +113186,1174.62706,737.9886383,1474.270972,710.7872205,1936.653382 +113187,1173.031536,736.3299327,1471.691583,709.8198248,1937.234417 +113188,1171.410256,734.6627026,1468.988697,708.8355979,1937.784667 +113189,1169.804232,732.9872039,1466.385513,707.5900415,1938.305286 +113190,1168.272187,731.3035986,1463.644422,706.9317979,1938.796837 +113191,1168.782785,730.5148828,1462.959054,706.8714513,1939.225424 +113192,1176.599874,727.4985495,1457.139428,709.3077911,1939.717481 +113193,1179.201656,726.6107441,1456.23842,709.9282746,1940.129868 +113194,1181.585995,725.9339664,1455.842607,711.0553779,1940.530271 +113195,1184.018097,725.3651417,1455.656211,712.0265425,1940.911481 +113196,1186.568057,724.8650202,1455.604022,713.1075522,1941.273584 +113197,1189.253985,724.4215041,1455.655966,714.2666956,1941.618768 +113198,1192.082482,724.0270825,1455.795434,715.5054492,1941.949357 +113199,1195.057283,723.6770646,1456.012241,716.8245102,1942.268066 +113200,1198.179549,723.3681185,1456.29922,718.2489321,1942.577248 +113201,1201.45007,723.0977153,1456.650961,719.6805716,1942.879306 +113202,1217.051659,722.1115307,1455.344685,725.8387702,1943.195145 +113203,1222.993305,721.7727622,1455.471746,728.3115543,1943.495901 +113204,1227.690472,721.5361464,1455.840828,730.5334237,1943.844327 +113205,1232.590712,721.3562134,1456.31761,732.8130051,1944.074501 +113206,1237.494152,721.21712,1456.866826,735.1137443,1944.416427 +113207,1242.495867,721.1137696,1457.474952,737.4786928,1944.722236 +113208,1247.613996,721.0432039,1458.134942,739.9385119,1945.044112 +113209,1253.231005,721.0034317,1458.842472,742.4087756,1945.376697 +113210,1258.045742,720.9929084,1459.594265,745.0130156,1945.721044 +113211,1263.842038,721.0103544,1460.387723,747.6744225,1946.078195 +113212,1269.486385,721.0545918,1461.220492,750.4469467,1946.400996 +113213,1275.24165,721.1245755,1462.090536,753.2362455,1946.858646 +113214,1281.231566,721.2192988,1462.9959,755.9959065,1947.222396 +113215,1287.37861,721.3378456,1463.934844,759.3326917,1947.643822 +113216,1293.590273,721.4793249,1464.905669,762.3203659,1948.072846 +113217,1300.083663,721.6429152,1465.906838,765.4244272,1948.517176 +113218,1306.602168,721.8278176,1466.936852,768.7808708,1948.977067 +113219,1313.375368,722.0332875,1467.994335,772.049975,1949.452783 +113220,1335.179611,720.9141322,1465.999086,781.7178082,1949.980002 +113221,1268.698541,688.0089486,1390.017585,753.392465,1807.087514 +113222,1276.111592,687.6553672,1390.326443,757.03952,1806.190189 +113223,1284.863122,687.889319,1391.198938,761.7519217,1805.712789 +113224,1293.128535,688.0634513,1392.21805,765.7667323,1805.347959 +113225,1302.009169,688.3179897,1393.300218,770.1892553,1805.068384 +113226,1310.77128,688.613378,1394.567069,774.6587805,1804.850725 +113227,1319.810606,688.9429863,1395.791402,779.1555608,1804.683491 +113228,1328.494283,689.3028282,1397.104303,783.8068564,1804.560163 +113229,1338.563507,689.6933769,1398.480222,788.5988701,1804.490409 +113230,1347.570274,690.0976845,1399.851943,793.3461774,1804.434995 +113231,1357.425463,690.5384846,1401.303285,798.3542624,1804.436861 +113232,1367.160884,690.9980179,1402.756642,803.3318584,1804.464339 +113233,1377.200718,691.4794677,1404.24606,808.4755899,1804.523218 +113234,1387.263082,691.9826224,1405.76793,813.7221033,1804.615352 +113235,1397.64053,692.5066222,1407.365682,818.9995109,1804.739213 +113236,1407.984203,693.0506273,1408.878196,824.4454078,1804.893576 +113237,1418.654848,693.6141254,1410.519914,829.9973161,1805.077512 +113238,1429.352589,694.1969088,1412.149313,835.5828835,1805.293631 +113239,1440.373036,694.798002,1413.765709,841.3719672,1805.539883 +113240,1451.412744,695.4168255,1415.521522,847.1595902,1805.816852 +113241,1462.782359,696.0525203,1417.198645,853.1293154,1806.122802 +113242,1474.168829,696.7046665,1418.938489,859.2092356,1806.458699 +113243,1485.889692,697.3724774,1420.692222,865.3202399,1806.822826 +113244,1497.619248,698.0556259,1422.466286,871.6113196,1807.216352 +113245,1509.692419,698.7533034,1424.25925,878.0139933,1807.637473 +113246,1521.768531,699.4652184,1426.07071,884.4489651,1808.087513 +113247,1534.194688,700.1906463,1427.899226,891.0658281,1808.564629 +113248,1546.61579,700.9293145,1429.744453,897.7959391,1809.070271 +113249,1559.393332,701.6804879,1431.604955,904.5588064,1809.602517 +113250,1572.156863,702.4439506,1433.433331,911.5405136,1810.162954 +113251,1581.465239,702.4397643,1433.604363,916.4194926,1810.722631 +113252,1590.366076,702.2915537,1433.368716,921.2218326,1811.320871 +113253,1599.179661,702.0700312,1432.884642,925.9091754,1811.943436 +113254,1607.84274,701.7974091,1432.379267,930.5760657,1812.588359 +113255,1616.54125,701.4835249,1431.7386,935.105354,1813.254557 +113256,1625.068022,701.133937,1431.023812,939.6769137,1813.900569 +113257,1633.450013,700.75192,1430.23541,944.1843835,1814.666786 +113258,1642.043216,700.3397295,1429.378575,948.6688794,1815.357371 +113259,1650.351253,699.8989507,1428.45708,953.1648441,1816.097722 +113260,1658.72963,699.4309084,1427.474168,957.5464035,1816.843161 +113261,1667.062288,698.9366381,1426.432419,961.9886661,1817.597488 +113262,1675.297892,698.4171304,1425.334327,966.3801022,1818.35909 +113263,1683.497984,697.873179,1424.181909,970.7595291,1819.125784 +113264,1691.263787,697.3055868,1422.977208,975.160796,1819.896227 +113265,1700.186619,696.7181453,1421.729568,979.4527978,1820.668769 +113266,1707.898301,696.1023149,1420.418724,983.8149769,1821.442701 +113267,1716.026591,695.462732,1419.055917,988.131417,1822.215344 +113268,1724.383319,694.8014861,1417.646074,992.4413624,1822.986635 +113269,1732.222036,694.1192698,1416.190827,996.7794552,1823.755356 +113270,1740.218161,693.416621,1414.691569,1000.610663,1824.520911 +113271,1748.295977,692.6939403,1413.195663,1005.514066,1825.282244 +113272,1756.221267,691.9516978,1411.542993,1009.488413,1826.080199 +113273,1764.242936,691.1902273,1409.950878,1013.809492,1826.76849 +113274,1771.999649,690.4099324,1408.278808,1018.019597,1827.544658 +113275,1780.03804,689.6110991,1406.528012,1022.360929,1828.277507 +113276,1787.850662,688.7940852,1404.853894,1026.502324,1829.010358 +113277,1795.633486,687.9591417,1403.040564,1030.760479,1829.736278 +113278,1803.549479,687.1065839,1401.230299,1034.926819,1830.455158 +113279,1811.351126,686.2366325,1399.376648,1039.193738,1831.16651 +113280,1819.022028,685.3495595,1397.487195,1043.360517,1831.870345 +113281,1692.808796,619.5096786,1245.362789,991.0323509,1547.281074 +113282,1702.02875,617.9868703,1241.767783,995.6728812,1546.553181 +113283,1710.466953,616.8033378,1239.386506,1000.230767,1546.853259 +113284,1718.662485,615.5320766,1236.574444,1005.411908,1547.16666 +113285,1726.940867,614.279903,1233.855944,1009.654303,1547.627193 +113286,1734.836783,613.0230408,1231.123596,1014.212831,1548.164288 +113287,1742.80108,611.7583854,1228.373726,1018.678836,1548.781239 +113288,1750.801816,610.4840644,1225.602863,1023.11414,1549.373203 +113289,1758.618004,609.1990549,1222.773284,1027.530809,1550.057794 +113290,1766.442798,607.9027879,1220.006857,1031.883804,1550.747212 +113291,1774.213394,606.5949125,1217.138628,1036.323307,1551.46486 +113292,1781.940816,605.275243,1214.275081,1040.651572,1552.204016 +113293,1789.623716,603.9436542,1211.381016,1045.042537,1552.702685 +113294,1797.201324,602.6000858,1208.461312,1049.260573,1553.880027 +113295,1804.966682,601.2444944,1205.516115,1053.66546,1554.473881 +113296,1812.379963,599.8768605,1202.510406,1057.921841,1555.321725 +113297,1819.894867,598.4971725,1199.56556,1062.207797,1556.137422 +113298,1827.474099,597.1054238,1196.519665,1066.428661,1556.964445 +113299,1834.874067,595.7021244,1193.477786,1070.746039,1557.82959 +113300,1842.296957,594.285557,1190.407796,1074.994699,1558.630053 +113301,1849.675618,592.8584673,1187.308315,1079.160013,1559.505848 +113302,1857.018565,591.4176611,1184.154302,1083.402497,1560.356719 +113303,1864.325111,590.1435736,1181.054792,1087.548557,1561.224678 +113304,1871.603771,588.4223543,1177.860836,1091.800496,1562.090709 +113305,1878.845009,587.0693332,1174.666457,1095.940554,1562.967783 +113306,1885.985223,585.5556468,1171.446611,1100.107999,1563.841776 +113307,1893.266567,584.0549073,1168.164317,1104.300396,1564.725345 +113308,1900.4307,582.5434554,1164.942755,1108.324095,1565.604865 +113309,1907.445249,581.0191338,1161.621013,1112.547514,1566.492712 +113310,1914.505727,579.4838443,1158.211051,1116.620132,1567.404853 +113311,1920.830457,578.0510983,1155.190784,1120.364746,1568.250363 +113312,1926.753491,576.6336375,1152.136658,1124.007621,1569.158581 +113313,1932.595468,575.2191096,1149.156199,1127.543246,1570.04214 +113314,1938.31201,573.804225,1146.101664,1131.145614,1570.929858 +113315,1943.933897,572.3888355,1143.072885,1134.646945,1571.82253 +113316,1949.457678,570.9713661,1140.035138,1138.029521,1572.715566 +113317,1954.892168,569.3796003,1136.958246,1141.465996,1573.603993 +113318,1960.236388,568.2010917,1133.95154,1144.820104,1574.489611 +113319,1965.493635,566.6526057,1130.869485,1148.092775,1575.372782 +113320,1970.66778,565.2459573,1127.806537,1151.445718,1576.253203 +113321,1975.754759,563.808462,1124.731088,1154.652823,1577.13092 +113322,1980.683144,562.3671011,1121.61641,1157.862996,1578.033462 +113323,1985.7229,561.0818889,1118.569518,1161.027091,1578.861884 +113324,1990.510835,559.3979901,1115.446891,1164.152607,1579.750667 +113325,1995.286794,558.0553481,1112.341839,1167.288576,1580.61049 +113326,2000.04705,556.5711854,1109.193203,1170.215408,1581.470868 +113327,2004.531548,555.106448,1106.108572,1173.335442,1582.327343 +113328,2009.112465,553.636743,1102.949863,1176.265773,1583.179484 +113329,2013.548496,552.1621093,1099.807038,1179.209011,1584.027353 +113330,2017.838142,550.6823118,1096.620919,1182.107125,1584.870521 +113331,2022.247454,549.1973242,1093.495951,1184.96754,1585.709092 +113332,2026.402884,547.707027,1090.298153,1187.790313,1586.54264 +113333,2030.549485,546.2114136,1087.11498,1190.57552,1587.3713 +113334,2034.607721,544.7103423,1083.888638,1193.272203,1588.223609 +113335,2038.58657,543.2038051,1080.721331,1196.058012,1588.997181 +113336,2042.488666,541.6917146,1077.482025,1198.693854,1589.831321 +113337,2046.314793,540.174052,1074.534258,1201.387618,1590.633795 +113338,2050.061329,538.6507175,1070.867591,1203.908137,1591.435063 +113339,2053.731138,537.1217082,1067.846682,1206.503853,1592.230721 +113340,2057.323683,535.7360462,1064.525969,1209.01692,1593.020336 +113341,2029.33414,533.9657785,949.9404738,1217.712909,1593.10817 +113342,2020.215089,664.5059892,946.9194349,1336.241055,2185.16825 +113343,2072.660571,664.9989624,973.4066967,1356.589124,2163.698497 +113344,2107.649675,663.0389328,991.9317057,1348.736736,2180.169476 +113345,2129.312539,661.4482921,1004.279462,1355.581446,2176.162205 +113346,2143.305436,659.8293634,1012.937406,1356.356814,2175.775226 +113347,2152.867491,658.192727,1019.296126,1360.425128,2176.179722 +113348,2159.939692,656.6460769,1024.202641,1358.973591,2176.507208 +113349,2165.590323,655.0006793,1028.147992,1375.08625,2176.698324 +113350,2170.331714,653.3882093,1031.392185,1347.563284,2176.918065 +113351,2174.405594,651.7653285,1034.079161,1382.276732,2177.154783 +113352,2177.944667,650.1393083,1036.302325,1362.179624,2177.394862 +113353,2181.04216,648.5106535,1038.133426,1380.141637,2177.64102 +113354,2183.775006,646.8795382,1039.63281,1370.937163,2177.894969 +113355,2186.208008,645.2460935,1040.851975,1385.287645,2178.000418 +113356,2188.394134,643.6102233,1041.834321,1380.139044,2178.493699 +113357,2190.376044,641.971824,1042.616209,1399.076942,2178.690184 +113358,2192.186665,640.3306142,1043.227571,1372.256136,2178.973263 +113359,2193.852137,638.6456387,1043.693416,1412.550807,2179.27235 +113360,2195.394105,637.058451,1044.034996,1381.54314,2179.567349 +113361,2196.829699,635.3769527,1044.270042,1409.206001,2179.865158 +113362,2198.172028,633.7279716,1044.413118,1391.438458,2180.165567 +113363,2199.430651,632.2091834,1044.476096,1414.100937,2180.466749 +113364,2200.661029,630.5801323,1044.47476,1395.414915,2180.770196 +113365,2201.857183,628.9309984,1044.416197,1422.288201,2181.071303 +113366,2203.00187,627.2724912,1044.30551,1407.066991,2181.36876 +113367,2204.081966,625.6065455,1044.147577,1416.031956,2181.66216 +113368,2205.099403,623.9335782,1043.946328,1417.406981,2181.95012 +113369,2206.054636,622.2536772,1043.706035,1419.582171,2182.232156 +113370,2206.95581,620.527286,1043.430797,1421.851014,2182.507052 +113371,2207.802732,618.4760153,1043.124057,1421.349938,2182.774068 +113372,2208.468447,616.2379269,1042.771375,1420.345044,2183.025903 +113373,2208.859407,613.9824823,1042.36574,1418.966988,2183.286617 +113374,2208.959708,611.6801999,1041.904604,1417.33376,2183.475121 +113375,2208.793273,609.3431761,1041.392864,1415.371679,2183.693332 +113376,2208.39222,606.9742972,1040.833411,1413.266555,2183.881488 +113377,2207.783831,604.5754444,1040.230462,1410.680557,2184.048087 +113378,2206.988495,602.109228,1039.589509,1408.014137,2184.193285 +113379,2206.021365,599.7104904,1038.911605,1401.916926,2184.313791 +113380,2204.89454,597.1990573,1038.19897,1406.59937,2184.406561 +113381,2203.617644,594.6955456,1037.455452,1388.060637,2184.469804 +113382,2202.19953,592.1593607,1036.681336,1407.422255,2184.500966 +113383,2200.647452,589.5973788,1035.878167,1374.59015,2184.498423 +113384,2198.967875,587.0098701,1035.049477,1396.776757,2184.459889 +113385,2197.163271,584.3595635,1034.194933,1375.716738,2184.384109 +113386,2195.236292,581.7779844,1033.315526,1388.755244,2184.269035 +113387,2193.190619,579.0883673,1032.412486,1357.152927,2184.113749 +113388,2191.031396,576.4085973,1031.487217,1382.019808,2183.916624 +113389,2188.763469,573.6988052,1030.540752,1351.92481,2183.677032 +113390,2186.390927,570.9654542,1029.573856,1371.429438,2183.393453 +113391,2183.917121,568.1401617,1028.587131,1343.159874,2183.050885 +113392,2181.341703,565.4383678,1027.579819,1346.224029,2182.660637 +113393,2178.672289,562.5801877,1026.554436,1358.652154,2182.261948 +113394,2175.908037,559.754241,1025.5102,1312.283934,2181.774865 +113395,2173.051506,556.9029906,1024.447741,1348.740773,2181.257714 +113396,2170.106483,553.9946242,1023.368232,1322.097202,2180.693609 +113397,2167.074662,551.1529534,1022.271913,1306.004847,2180.081099 +113398,2163.958371,548.2108882,1021.159398,1313.725964,2179.41932 +113399,2160.760008,545.2800915,1020.031411,1307.843891,2178.710542 +113400,2157.480611,542.3219208,1018.88806,1289.742642,2177.951961 +113401,0,0,0,0,0 +113402,0,0,0,0,0 +113403,0,0,0,0,0 +113404,0,0,0,0,0 +113405,0,0,0,0,0 +113406,0,0,0,0,0 +113407,0,0,0,0,0 +113408,0,0,0,0,0 +113409,0,0,0,0,0 +113410,0,0,0,0,0 +113411,0,0,0,0,0 +113412,0,0,0,0,0 +113413,0,0,0,0,0 +113414,0,0,0,0,0 +113415,0,0,0,0,0 +113416,0,0,0,0,0 +113417,0,0,0,0,0 +113418,0,0,0,0,0 +113419,0,0,0,0,0 +113420,0,0,0,0,0 +113421,0,0,0,0,0 +113422,0,0,0,0,0 +113423,0,0,0,0,0 +113424,0,0,0,0,0 +113425,0,0,0,0,0 +113426,0,0,0,0,0 +113427,0,0,0,0,0 +113428,0,0,0,0,0 +113429,0,0,0,0,0 +113430,0,0,0,0,0 +113431,0,0,0,0,0 +113432,0,0,0,0,0 +113433,0,0,0,0,0 +113434,0,0,0,0,0 +113435,0,0,0,0,0 +113436,0,0,0,0,0 +113437,0,0,0,0,0 +113438,0,0,0,0,0 +113439,0,0,0,0,0 +113440,0,0,0,0,0 +113441,0,0,0,0,0 +113442,0,0,0,0,0 +113443,0,0,0,0,0 +113444,0,0,0,0,0 +113445,0,0,0,0,0 +113446,0,0,0,0,0 +113447,0,0,0,0,0 +113448,0,0,0,0,0 +113449,0,0,0,0,0 +113450,0,0,0,0,0 +113451,0,0,0,0,0 +113452,0,0,0,0,0 +113453,0,0,0,0,0 +113454,0,0,0,0,0 +113455,0,0,0,0,0 +113456,0,0,0,0,0 +113457,0,0,0,0,0 +113458,0,0,0,0,0 +113459,0,0,0,0,0 +113460,0,0,0,0,0 +113461,0,0,0,0,0 +113462,0,0,0,0,0 +113463,0,0,0,0,0 +113464,0,0,0,0,0 +113465,0,0,0,0,0 +113466,0,0,0,0,0 +113467,0,0,0,0,0 +113468,0,0,0,0,0 +113469,0,0,0,0,0 +113470,0,0,0,0,0 +113471,0,0,0,0,0 +113472,0,0,0,0,0 +113473,0,0,0,0,0 +113474,0,0,0,0,0 +113475,0,0,0,0,0 +113476,0,0,0,0,0 +113477,0,0,0,0,0 +113478,0,0,0,0,0 +113479,0,0,0,0,0 +113480,0,0,0,0,0 +113481,0,0,0,0,0 +113482,0,0,0,0,0 +113483,0,0,0,0,0 +113484,0,0,0,0,0 +113485,0,0,0,0,0 +113486,0,0,0,0,0 +113487,0,0,0,0,0 +113488,0,0,0,0,0 +113489,0,0,0,0,0 +113490,0,0,0,0,0 +113491,0,0,0,0,0 +113492,0,0,0,0,0 +113493,0,0,0,0,0 +113494,0,0,0,0,0 +113495,0,0,0,0,0 +113496,0,0,0,0,0 +113497,0,0,0,0,0 +113498,0,0,0,0,0 +113499,0,0,0,0,0 +113500,0,0,0,0,0 +113501,0,0,0,0,0 +113502,0,0,0,0,0 +113503,0,0,0,0,0 +113504,0,0,0,0,0 +113505,0,0,0,0,0 +113506,0,0,0,0,0 +113507,0,0,0,0,0 +113508,0,0,0,0,0 +113509,0,0,0,0,0 +113510,0,0,0,0,0 +113511,0,0,0,0,0 +113512,0,0,0,0,0 +113513,0,0,0,0,0 +113514,0,0,0,0,0 +113515,0,0,0,0,0 +113516,0,0,0,0,0 +113517,0,0,0,0,0 +113518,0,0,0,0,0 +113519,0,0,0,0,0 +113520,0,0,0,0,0 +113521,0,0,0,0,0 +113522,0,0,0,0,0 +113523,0,0,0,0,0 +113524,0,0,0,0,0 +113525,0,0,0,0,0 +113526,0,0,0,0,0 +113527,0,0,0,0,0 +113528,0,0,0,0,0 +113529,0,0,0,0,0 +113530,0,0,0,0,0 +113531,0,0,0,0,0 +113532,0,0,0,0,0 +113533,0,0,0,0,0 +113534,0,0,0,0,0 +113535,0,0,0,0,0 +113536,0,0,0,0,0 +113537,0,0,0,0,0 +113538,0,0,0,0,0 +113539,0,0,0,0,0 +113540,0,0,0,0,0 +113541,0,0,0,0,0 +113542,0,0,0,0,0 +113543,0,0,0,0,0 +113544,0,0,0,0,0 +113545,0,0,0,0,0 +113546,0,0,0,0,0 +113547,0,0,0,0,0 +113548,0,0,0,0,0 +113549,0,0,0,0,0 +113550,0,0,0,0,0 +113551,0,0,0,0,0 +113552,0,0,0,0,0 +113553,0,0,0,0,0 +113554,0,0,0,0,0 +113555,0,0,0,0,0 +113556,0,0,0,0,0 +113557,0,0,0,0,0 +113558,0,0,0,0,0 +113559,0,0,0,0,0 +113560,0,0,0,0,0 +113561,0,0,0,0,0 +113562,0,0,0,0,0 +113563,0,0,0,0,0 +113564,0,0,0,0,0 +113565,0,0,0,0,0 +113566,0,0,0,0,0 +113567,0,0,0,0,0 +113568,0,0,0,0,0 +113569,0,0,0,0,0 +113570,0,0,0,0,0 +113571,0,0,0,0,0 +113572,0,0,0,0,0 +113573,0,0,0,0,0 +113574,0,0,0,0,0 +113575,0,0,0,0,0 +113576,0,0,0,0,0 +113577,0,0,0,0,0 +113578,0,0,0,0,0 +113579,0,0,0,0,0 +113580,0,0,0,0,0 +113581,0,0,0,0,0 +113582,0,0,0,0,0 +113583,0,0,0,0,0 +113584,0,0,0,0,0 +113585,0,0,0,0,0 +113586,0,0,0,0,0 +113587,0,0,0,0,0 +113588,0,0,0,0,0 +113589,0,0,0,0,0 +113590,0,0,0,0,0 +113591,0,0,0,0,0 +113592,0,0,0,0,0 +113593,0,0,0,0,0 +113594,0,0,0,0,0 +113595,0,0,0,0,0 +113596,0,0,0,0,0 +113597,0,0,0,0,0 +113598,0,0,0,0,0 +113599,0,0,0,0,0 +113600,0,0,0,0,0 +113601,0,0,0,0,0 +113602,0,0,0,0,0 +113603,0,0,0,0,0 +113604,0,0,0,0,0 +113605,0,0,0,0,0 +113606,0,0,0,0,0 +113607,0,0,0,0,0 +113608,0,0,0,0,0 +113609,0,0,0,0,0 +113610,0,0,0,0,0 +113611,0,0,0,0,0 +113612,0,0,0,0,0 +113613,0,0,0,0,0 +113614,0,0,0,0,0 +113615,0,0,0,0,0 +113616,0,0,0,0,0 +113617,0,0,0,0,0 +113618,0,0,0,0,0 +113619,0,0,0,0,0 +113620,0,0,0,0,0 +113621,0,0,0,0,0 +113622,0,0,0,0,0 +113623,0,0,0,0,0 +113624,0,0,0,0,0 +113625,0,0,0,0,0 +113626,0,0,0,0,0 +113627,0,0,0,0,0 +113628,0,0,0,0,0 +113629,0,0,0,0,0 +113630,0,0,0,0,0 +113631,0,0,0,0,0 +113632,0,0,0,0,0 +113633,0,0,0,0,0 +113634,0,0,0,0,0 +113635,0,0,0,0,0 +113636,0,0,0,0,0 +113637,0,0,0,0,0 +113638,0,0,0,0,0 +113639,0,0,0,0,0 +113640,0,0,0,0,0 +113641,0,0,0,0,0 +113642,0,0,0,0,0 +113643,0,0,0,0,0 +113644,0,0,0,0,0 +113645,0,0,0,0,0 +113646,0,0,0,0,0 +113647,0,0,0,0,0 +113648,0,0,0,0,0 +113649,0,0,0,0,0 +113650,0,0,0,0,0 +113651,0,0,0,0,0 +113652,0,0,0,0,0 +113653,0,0,0,0,0 +113654,0,0,0,0,0 +113655,0,0,0,0,0 +113656,0,0,0,0,0 +113657,0,0,0,0,0 +113658,0,0,0,0,0 +113659,0,0,0,0,0 +113660,0,0,0,0,0 +113661,0,0,0,0,0 +113662,0,0,0,0,0 +113663,0,0,0,0,0 +113664,0,0,0,0,0 +113665,0,0,0,0,0 +113666,0,0,0,0,0 +113667,0,0,0,0,0 +113668,0,0,0,0,0 +113669,0,0,0,0,0 +113670,0,0,0,0,0 +113671,0,0,0,0,0 +113672,0,0,0,0,0 +113673,0,0,0,0,0 +113674,0,0,0,0,0 +113675,0,0,0,0,0 +113676,0,0,0,0,0 +113677,0,0,0,0,0 +113678,0,0,0,0,0 +113679,0,0,0,0,0 +113680,0,0,0,0,0 +113681,0,0,0,0,0 +113682,0,0,0,0,0 +113683,0,0,0,0,0 +113684,0,0,0,0,0 +113685,0,0,0,0,0 +113686,0,0,0,0,0 +113687,0,0,0,0,0 +113688,0,0,0,0,0 +113689,0,0,0,0,0 +113690,0,0,0,0,0 +113691,0,0,0,0,0 +113692,0,0,0,0,0 +113693,0,0,0,0,0 +113694,0,0,0,0,0 +113695,0,0,0,0,0 +113696,0,0,0,0,0 +113697,0,0,0,0,0 +113698,0,0,0,0,0 +113699,0,0,0,0,0 +113700,0,0,0,0,0 +113701,0,0,0,0,0 +113702,0,0,0,0,0 +113703,0,0,0,0,0 +113704,0,0,0,0,0 +113705,0,0,0,0,0 +113706,0,0,0,0,0 +113707,0,0,0,0,0 +113708,0,0,0,0,0 +113709,0,0,0,0,0 +113710,0,0,0,0,0 +113711,0,0,0,0,0 +113712,0,0,0,0,0 +113713,0,0,0,0,0 +113714,0,0,0,0,0 +113715,0,0,0,0,0 +113716,0,0,0,0,0 +113717,0,0,0,0,0 +113718,0,0,0,0,0 +113719,0,0,0,0,0 +113720,0,0,0,0,0 +113721,0,0,0,0,0 +113722,0,0,0,0,0 +113723,0,0,0,0,0 +113724,0,0,0,0,0 +113725,0,0,0,0,0 +113726,0,0,0,0,0 +113727,0,0,0,0,0 +113728,0,0,0,0,0 +113729,0,0,0,0,0 +113730,0,0,0,0,0 +113731,0,0,0,0,0 +113732,0,0,0,0,0 +113733,0,0,0,0,0 +113734,0,0,0,0,0 +113735,0,0,0,0,0 +113736,0,0,0,0,0 +113737,0,0,0,0,0 +113738,0,0,0,0,0 +113739,0,0,0,0,0 +113740,0,0,0,0,0 +113741,0,0,0,0,0 +113742,0,0,0,0,0 +113743,0,0,0,0,0 +113744,0,0,0,0,0 +113745,0,0,0,0,0 +113746,0,0,0,0,0 +113747,0,0,0,0,0 +113748,0,0,0,0,0 +113749,0,0,0,0,0 +113750,0,0,0,0,0 +113751,0,0,0,0,0 +113752,0,0,0,0,0 +113753,0,0,0,0,0 +113754,0,0,0,0,0 +113755,0,0,0,0,0 +113756,0,0,0,0,0 +113757,0,0,0,0,0 +113758,0,0,0,0,0 +113759,0,0,0,0,0 +113760,0,0,0,0,0 +113761,0,0,0,0,0 +113762,0,0,0,0,0 +113763,0,0,0,0,0 +113764,0,0,0,0,0 +113765,0,0,0,0,0 +113766,0,0,0,0,0 +113767,0,0,0,0,0 +113768,0,0,0,0,0 +113769,0,0,0,0,0 +113770,0,0,0,0,0 +113771,0,0,0,0,0 +113772,0,0,0,0,0 +113773,0,0,0,0,0 +113774,0,0,0,0,0 +113775,0,0,0,0,0 +113776,0,0,0,0,0 +113777,0,0,0,0,0 +113778,0,0,0,0,0 +113779,0,0,0,0,0 +113780,0,0,0,0,0 +113781,0,0,0,0,0 +113782,0,0,0,0,0 +113783,0,0,0,0,0 +113784,0,0,0,0,0 +113785,0,0,0,0,0 +113786,0,0,0,0,0 +113787,0,0,0,0,0 +113788,0,0,0,0,0 +113789,0,0,0,0,0 +113790,0,0,0,0,0 +113791,0,0,0,0,0 +113792,0,0,0,0,0 +113793,0,0,0,0,0 +113794,0,0,0,0,0 +113795,0,0,0,0,0 +113796,0,0,0,0,0 +113797,0,0,0,0,0 +113798,0,0,0,0,0 +113799,0,0,0,0,0 +113800,0,0,0,0,0 +113801,0,0,0,0,0 +113802,0,0,0,0,0 +113803,0,0,0,0,0 +113804,0,0,0,0,0 +113805,0,0,0,0,0 +113806,0,0,0,0,0 +113807,0,0,0,0,0 +113808,0,0,0,0,0 +113809,0,0,0,0,0 +113810,0,0,0,0,0 +113811,0,0,0,0,0 +113812,0,0,0,0,0 +113813,0,0,0,0,0 +113814,0,0,0,0,0 +113815,0,0,0,0,0 +113816,0,0,0,0,0 +113817,0,0,0,0,0 +113818,0,0,0,0,0 +113819,0,0,0,0,0 +113820,0,0,0,0,0 +113821,0,0,0,0,0 +113822,0,0,0,0,0 +113823,0,0,0,0,0 +113824,0,0,0,0,0 +113825,0,0,0,0,0 +113826,0,0,0,0,0 +113827,0,0,0,0,0 +113828,0,0,0,0,0 +113829,0,0,0,0,0 +113830,0,0,0,0,0 +113831,0,0,0,0,0 +113832,0,0,0,0,0 +113833,0,0,0,0,0 +113834,0,0,0,0,0 +113835,0,0,0,0,0 +113836,0,0,0,0,0 +113837,0,0,0,0,0 +113838,0,0,0,0,0 +113839,0,0,0,0,0 +113840,0,0,0,0,0 +113841,0,0,0,0,0 +113842,0,0,0,0,0 +113843,0,0,0,0,0 +113844,0,0,0,0,0 +113845,0,0,0,0,0 +113846,0,0,0,0,0 +113847,0,0,0,0,0 +113848,0,0,0,0,0 +113849,0,0,0,0,0 +113850,0,0,0,0,0 +113851,0,0,0,0,0 +113852,0,0,0,0,0 +113853,0,0,0,0,0 +113854,0,0,0,0,0 +113855,0,0,0,0,0 +113856,0,0,0,0,0 +113857,0,0,0,0,0 +113858,0,0,0,0,0 +113859,0,0,0,0,0 +113860,0,0,0,0,0 +113861,0,0,0,0,0 +113862,0,0,0,0,0 +113863,0,0,0,0,0 +113864,0,0,0,0,0 +113865,0,0,0,0,0 +113866,0,0,0,0,0 +113867,0,0,0,0,0 +113868,0,0,0,0,0 +113869,0,0,0,0,0 +113870,0,0,0,0,0 +113871,0,0,0,0,0 +113872,0,0,0,0,0 +113873,0,0,0,0,0 +113874,0,0,0,0,0 +113875,0,0,0,0,0 +113876,0,0,0,0,0 +113877,0,0,0,0,0 +113878,0,0,0,0,0 +113879,0,0,0,0,0 +113880,0,0,0,0,0 +113881,0,0,0,0,0 +113882,0,0,0,0,0 +113883,0,0,0,0,0 +113884,0,0,0,0,0 +113885,0,0,0,0,0 +113886,0,0,0,0,0 +113887,0,0,0,0,0 +113888,0,0,0,0,0 +113889,0,0,0,0,0 +113890,0,0,0,0,0 +113891,0,0,0,0,0 +113892,0,0,0,0,0 +113893,0,0,0,0,0 +113894,0,0,0,0,0 +113895,0,0,0,0,0 +113896,0,0,0,0,0 +113897,0,0,0,0,0 +113898,0,0,0,0,0 +113899,0,0,0,0,0 +113900,0,0,0,0,0 +113901,0,0,0,0,0 +113902,0,0,0,0,0 +113903,0,0,0,0,0 +113904,0,0,0,0,0 +113905,0,0,0,0,0 +113906,0,0,0,0,0 +113907,0,0,0,0,0 +113908,0,0,0,0,0 +113909,0,0,0,0,0 +113910,0,0,0,0,0 +113911,0,0,0,0,0 +113912,0,0,0,0,0 +113913,0,0,0,0,0 +113914,0,0,0,0,0 +113915,0,0,0,0,0 +113916,0,0,0,0,0 +113917,0,0,0,0,0 +113918,0,0,0,0,0 +113919,0,0,0,0,0 +113920,0,0,0,0,0 +113921,0,0,0,0,0 +113922,0,0,0,0,0 +113923,0,0,0,0,0 +113924,0,0,0,0,0 +113925,0,0,0,0,0 +113926,0,0,0,0,0 +113927,0,0,0,0,0 +113928,0,0,0,0,0 +113929,0,0,0,0,0 +113930,0,0,0,0,0 +113931,0,0,0,0,0 +113932,0,0,0,0,0 +113933,0,0,0,0,0 +113934,0,0,0,0,0 +113935,0,0,0,0,0 +113936,0,0,0,0,0 +113937,0,0,0,0,0 +113938,0,0,0,0,0 +113939,0,0,0,0,0 +113940,0,0,0,0,0 +113941,0,0,0,0,0 +113942,0,0,0,0,0 +113943,0,0,0,0,0 +113944,0,0,0,0,0 +113945,0,0,0,0,0 +113946,0,0,0,0,0 +113947,0,0,0,0,0 +113948,0,0,0,0,0 +113949,0,0,0,0,0 +113950,0,0,0,0,0 +113951,0,0,0,0,0 +113952,0,0,0,0,0 +113953,0,0,0,0,0 +113954,0,0,0,0,0 +113955,0,0,0,0,0 +113956,0,0,0,0,0 +113957,0,0,0,0,0 +113958,0,0,0,0,0 +113959,0,0,0,0,0 +113960,0,0,0,0,0 +113961,0,0,0,0,0 +113962,0,0,0,0,0 +113963,0,0,0,0,0 +113964,0,0,0,0,0 +113965,0,0,0,0,0 +113966,0,0,0,0,0 +113967,0,0,0,0,0 +113968,0,0,0,0,0 +113969,0,0,0,0,0 +113970,0,0,0,0,0 +113971,0,0,0,0,0 +113972,0,0,0,0,0 +113973,0,0,0,0,0 +113974,0,0,0,0,0 +113975,0,0,0,0,0 +113976,0,0,0,0,0 +113977,0,0,0,0,0 +113978,0,0,0,0,0 +113979,0,0,0,0,0 +113980,0,0,0,0,0 +113981,0,0,0,0,0 +113982,0,0,0,0,0 +113983,0,0,0,0,0 +113984,0,0,0,0,0 +113985,0,0,0,0,0 +113986,0,0,0,0,0 +113987,0,0,0,0,0 +113988,0,0,0,0,0 +113989,0,0,0,0,0 +113990,0,0,0,0,0 +113991,0,0,0,0,0 +113992,0,0,0,0,0 +113993,0,0,0,0,0 +113994,0,0,0,0,0 +113995,0,0,0,0,0 +113996,0,0,0,0,0 +113997,0,0,0,0,0 +113998,0,0,0,0,0 +113999,0,0,0,0,0 +114000,0,0,0,0,0 +114001,0,0,0,0,0 +114002,0,0,0,0,0 +114003,0,0,0,0,0 +114004,0,0,0,0,0 +114005,0,0,0,0,0 +114006,0,0,0,0,0 +114007,0,0,0,0,0 +114008,0,0,0,0,0 +114009,0,0,0,0,0 +114010,0,0,0,0,0 +114011,0,0,0,0,0 +114012,0,0,0,0,0 +114013,0,0,0,0,0 +114014,0,0,0,0,0 +114015,0,0,0,0,0 +114016,0,0,0,0,0 +114017,0,0,0,0,0 +114018,0,0,0,0,0 +114019,0,0,0,0,0 +114020,0,0,0,0,0 +114021,0,0,0,0,0 +114022,0,0,0,0,0 +114023,0,0,0,0,0 +114024,0,0,0,0,0 +114025,0,0,0,0,0 +114026,0,0,0,0,0 +114027,0,0,0,0,0 +114028,0,0,0,0,0 +114029,0,0,0,0,0 +114030,0,0,0,0,0 +114031,0,0,0,0,0 +114032,0,0,0,0,0 +114033,0,0,0,0,0 +114034,0,0,0,0,0 +114035,0,0,0,0,0 +114036,0,0,0,0,0 +114037,0,0,0,0,0 +114038,0,0,0,0,0 +114039,0,0,0,0,0 +114040,0,0,0,0,0 +114041,0,0,0,0,0 +114042,0,0,0,0,0 +114043,0,0,0,0,0 +114044,0,0,0,0,0 +114045,0,0,0,0,0 +114046,0,0,0,0,0 +114047,0,0,0,0,0 +114048,0,0,0,0,0 +114049,0,0,0,0,0 +114050,0,0,0,0,0 +114051,0,0,0,0,0 +114052,0,0,0,0,0 +114053,0,0,0,0,0 +114054,0,0,0,0,0 +114055,0,0,0,0,0 +114056,0,0,0,0,0 +114057,0,0,0,0,0 +114058,0,0,0,0,0 +114059,0,0,0,0,0 +114060,0,0,0,0,0 +114061,0,0,0,0,0 +114062,0,0,0,0,0 +114063,0,0,0,0,0 +114064,0,0,0,0,0 +114065,0,0,0,0,0 +114066,0,0,0,0,0 +114067,0,0,0,0,0 +114068,0,0,0,0,0 +114069,0,0,0,0,0 +114070,0,0,0,0,0 +114071,0,0,0,0,0 +114072,0,0,0,0,0 +114073,0,0,0,0,0 +114074,0,0,0,0,0 +114075,0,0,0,0,0 +114076,0,0,0,0,0 +114077,0,0,0,0,0 +114078,0,0,0,0,0 +114079,0,0,0,0,0 +114080,0,0,0,0,0 +114081,0,0,0,0,0 +114082,0,0,0,0,0 +114083,0,0,0,0,0 +114084,0,0,0,0,0 +114085,0,0,0,0,0 +114086,0,0,0,0,0 +114087,0,0,0,0,0 +114088,0,0,0,0,0 +114089,0,0,0,0,0 +114090,0,0,0,0,0 +114091,0,0,0,0,0 +114092,0,0,0,0,0 +114093,0,0,0,0,0 +114094,0,0,0,0,0 +114095,0,0,0,0,0 +114096,0,0,0,0,0 +114097,0,0,0,0,0 +114098,0,0,0,0,0 +114099,0,0,0,0,0 +114100,0,0,0,0,0 +114101,0,0,0,0,0 +114102,0,0,0,0,0 +114103,0,0,0,0,0 +114104,0,0,0,0,0 +114105,0,0,0,0,0 +114106,0,0,0,0,0 +114107,0,0,0,0,0 +114108,0,0,0,0,0 +114109,0,0,0,0,0 +114110,0,0,0,0,0 +114111,0,0,0,0,0 +114112,0,0,0,0,0 +114113,0,0,0,0,0 +114114,0,0,0,0,0 +114115,0,0,0,0,0 +114116,0,0,0,0,0 +114117,0,0,0,0,0 +114118,0,0,0,0,0 +114119,0,0,0,0,0 +114120,0,0,0,0,0 +114121,0,0,0,0,0 +114122,0,0,0,0,0 +114123,0,0,0,0,0 +114124,0,0,0,0,0 +114125,0,0,0,0,0 +114126,0,0,0,0,0 +114127,0,0,0,0,0 +114128,0,0,0,0,0 +114129,0,0,0,0,0 +114130,0,0,0,0,0 +114131,0,0,0,0,0 +114132,0,0,0,0,0 +114133,0,0,0,0,0 +114134,0,0,0,0,0 +114135,0,0,0,0,0 +114136,0,0,0,0,0 +114137,0,0,0,0,0 +114138,0,0,0,0,0 +114139,0,0,0,0,0 +114140,0,0,0,0,0 +114141,0,0,0,0,0 +114142,0,0,0,0,0 +114143,0,0,0,0,0 +114144,0,0,0,0,0 +114145,0,0,0,0,0 +114146,0,0,0,0,0 +114147,0,0,0,0,0 +114148,0,0,0,0,0 +114149,0,0,0,0,0 +114150,0,0,0,0,0 +114151,0,0,0,0,0 +114152,0,0,0,0,0 +114153,0,0,0,0,0 +114154,0,0,0,0,0 +114155,0,0,0,0,0 +114156,0,0,0,0,0 +114157,0,0,0,0,0 +114158,0,0,0,0,0 +114159,0,0,0,0,0 +114160,0,0,0,0,0 +114161,0,0,0,0,0 +114162,0,0,0,0,0 +114163,0,0,0,0,0 +114164,0,0,0,0,0 +114165,0,0,0,0,0 +114166,0,0,0,0,0 +114167,0,0,0,0,0 +114168,0,0,0,0,0 +114169,0,0,0,0,0 +114170,0,0,0,0,0 +114171,0,0,0,0,0 +114172,0,0,0,0,0 +114173,0,0,0,0,0 +114174,0,0,0,0,0 +114175,0,0,0,0,0 +114176,0,0,0,0,0 +114177,0,0,0,0,0 +114178,0,0,0,0,0 +114179,0,0,0,0,0 +114180,0,0,0,0,0 +114181,-1724.137186,-696.3524259,-1655.313658,-721.0134953,-713.8072001 +114182,-1076.241036,-410.1168858,-1011.590996,-436.8895943,284.4569956 +114183,-1286.095295,-493.6964213,-1212.154517,-522.8199397,11.90616666 +114184,-1444.804238,-562.3545305,-1366.958635,-593.9171003,-244.0346858 +114185,-1767.397397,-708.602078,-1688.540417,-742.6338469,-910.1021668 +114186,-1475.459758,-574.2745549,-1395.08396,-610.8351002,-412.4549671 +114187,-1577.30186,-617.4550409,-1493.796172,-656.4889927,-562.5940343 +114188,-1783.087359,-710.2318683,-1697.705753,-751.5994619,-986.831744 +114189,-1559.943433,-607.4592176,-1472.257192,-651.0184348,-604.5743855 +114190,-1619.170814,-632.2006015,-1528.616133,-677.8313419,-694.0851843 +114191,-1763.957416,-697.5277203,-1671.789656,-745.1380342,-1002.334761 +114192,-1572.621196,-609.4321931,-1478.533957,-658.9565606,-673.9172429 +114193,-1614.012657,-626.3689247,-1517.533847,-677.7537417,-734.3617474 +114194,-1633.768035,-633.8988844,-1535.265109,-687.102204,-770.9662761 +114195,-1638.656196,-343.1276582,-1538.328024,-689.8193345,-787.2907163 +114196,-1625.722013,-475.6698905,-1523.680703,-684.4494639,-773.6446878 +114197,-1617.238557,-420.5030437,-1513.551584,-681.0761612,-768.3758478 +114198,-1709.246318,-401.3312803,-1604.663502,-724.3561944,-985.9724815 +114199,-1472.429288,-385.8528405,-1235.217346,-617.2613847,-572.2748333 +114200,-1478.416406,-370.3769136,-1193.999835,-619.6756689,-563.6494933 +114201,-1487.60328,-354.6283546,-1248.055619,-623.8638028,-573.920592 +114202,-1495.290388,-339.316953,-1185.264596,-627.4666752,-587.9641267 +114203,-1644.863389,-324.1711168,-1167.844908,-697.3109897,-932.7805217 +114204,-1508.786007,-309.7097647,-1142.147836,-637.7527882,-780.5861087 +114205,-1417.261699,-294.420263,-1125.289293,-597.6341927,-676.8849697 +114206,-1130.905892,-281.1374219,-1053.779287,-466.4353257,-116.5112913 +114207,-1277.887172,-265.5460864,-1159.712879,-531.1448537,-297.328622 +114208,-1556.079012,-255.1843927,-1031.92413,-658.5259993,-841.225864 +114209,-1232.581956,-244.2216161,-1053.722848,-511.3176478,-256.3623318 +114210,-1523.347098,-231.6275035,-1032.681928,-643.9367595,-811.4169703 +114211,-1198.119752,-220.9660753,-1011.875853,-495.7193626,-216.2730261 +114212,-1504.669353,-210.8201586,-994.0143025,-635.4258737,-795.9963933 +114213,-1389.774215,-200.5628939,-979.003692,-584.9382303,-668.005173 +114214,-1085.196921,-190.1460896,-963.3885038,-445.1870895,-73.81742901 +114215,-1235.84711,-180.3543936,-943.7629922,-511.2084934,-255.8320532 +114216,-1332.284803,-170.6339456,-931.2588992,-553.62602,-382.056428 +114217,-1392.142479,-160.9120065,-911.77179,-579.9782674,-468.4433675 +114218,-1603.899403,-167.494849,-928.8935486,-677.8387162,-932.4248844 +114219,-1455.101187,-160.8394504,-914.201526,-612.3282433,-766.0211017 +114220,-1363.301307,-152.7970837,-900.4618479,-571.7383365,-661.2571553 +114221,-1291.579925,-145.1747393,-888.0241803,-540.0187662,-578.1664679 +114222,-989.9996973,-136.5266399,-873.7720218,-401.2041466,30.29529208 +114223,-1164.872755,-129.0323881,-857.9785154,-477.8149063,-176.847874 +114224,-1490.297545,-121.4218351,-849.922471,-626.5496113,-808.5125621 +114225,-1361.00185,-112.6396002,-832.0444164,-569.6593872,-665.3151433 +114226,-1050.931123,-105.2862658,-820.5538736,-427.1941954,-58.54466501 +114227,-1200.274299,-97.65239315,-809.6925851,-492.3913249,-233.589527 +114228,-1506.647895,-89.0514552,-793.5359992,-632.5789708,-838.1617538 +114229,-1156.786987,-81.63798487,-784.7648836,-473.2420866,-206.8589701 +114230,-1267.495596,-73.96625338,-770.1826658,-521.4185301,-335.9217302 +114231,-1322.375773,-66.69103244,-757.5073079,-545.1400932,-399.2659885 +114232,-1245.447616,-58.89163901,-747.0761526,-524.5176128,-893.282003 +114233,-1089.199625,-51.74538758,-735.8792685,-441.4062073,-92.18311378 +114234,-1295.035945,-44.66092859,-721.349961,-509.945608,-768.2585885 +114235,-1130.672326,-37.06314344,-714.0683866,-461.3887151,-571.0808043 +114236,-1162.32707,-30.09033601,-698.5137435,-467.2225823,-452.392632 +114237,-838.3084642,-23.10283755,-688.8933706,-332.9279904,204.7294388 +114238,-1299.250431,-16.02179407,-679.3094165,-540.2813095,-607.9436711 +114239,-1207.114931,-8.969855177,-667.1209095,-497.0873713,-507.8147059 +114240,-891.2013631,-2.086339858,-655.4297655,-353.5321627,135.293667 +114241,-311.939255,306.0049717,507.9687089,3.521665989,-53.68795035 +114242,267.6749679,129.5902682,278.1679094,124.9054971,-708.6025623 +114243,76.36755935,332.7215139,710.4257346,107.0667574,139.413121 +114244,145.644981,321.8120876,593.6132157,126.5022097,81.82820077 +114245,205.3760275,160.0963954,301.090556,136.8935539,-3.333101252 +114246,158.5119169,205.9923394,390.1109643,157.0088885,700.62152 +114247,231.7364138,240.3319874,455.0619137,154.2831365,834.0833415 +114248,234.9087647,267.4135821,505.4953367,168.6126265,931.1904439 +114249,257.7516243,288.9351718,545.0261701,176.6903423,1005.785479 +114250,276.8696127,306.3356714,576.5762616,185.1104226,1065.783827 +114251,295.7393809,320.3604223,601.5477966,193.4848345,1113.990938 +114252,314.1027628,331.6623792,621.1914348,201.908018,1152.353329 +114253,332.2015136,340.7393115,636.4668761,209.8398361,1182.3765 +114254,349.9652642,347.9653628,648.0979802,217.7734719,1205.310248 +114255,367.1132287,353.6590905,656.7100905,225.5740272,1222.319494 +114256,384.3998608,358.0494664,662.747841,233.5487006,1234.267493 +114257,396.663902,361.4912999,666.9448164,240.9522528,1242.540258 +114258,410.0184883,364.0286907,669.3608331,248.5872937,1247.291142 +114259,423.2186884,365.8440646,670.3673978,255.8870177,1249.233395 +114260,439.1660811,366.9454674,669.9582601,264.1104404,1248.388944 +114261,448.91285,367.6939132,668.9081169,270.135911,1246.195738 +114262,463.4021373,367.8762883,666.732614,277.6322107,1241.80005 +114263,464.0347978,356.5101128,639.2572243,277.3685281,1191.271632 +114264,496.4297616,354.9682169,633.4722712,273.5426342,1180.039211 +114265,499.0139698,352.9701351,626.7674542,269.3290484,1167.025765 +114266,513.736622,351.2400413,620.74076,265.5835484,1155.172043 +114267,526.3734826,349.767136,615.3660395,262.3184686,1144.455575 +114268,537.9394035,348.499865,610.5232934,259.4517228,1134.672772 +114269,550.3023433,347.4081699,606.1421067,256.9143392,1125.697604 +114270,546.0420856,346.4547914,602.1293277,254.6381536,1117.372915 +114271,538.4392929,345.7196274,598.6533115,252.6811787,1110.01024 +114272,531.8562872,345.202713,595.7268215,251.0353282,1103.654473 +114273,526.2500221,344.8637924,593.264806,249.6553235,1098.165572 +114274,521.5409151,344.6939678,591.2391946,248.5206278,1093.496733 +114275,517.3989753,344.292888,589.3079321,247.5402738,1089.389586 +114276,513.7288857,343.75786,587.4836568,246.6906916,1085.740592 +114277,510.482741,343.2370979,585.8166299,245.9512323,1082.45088 +114278,507.6111778,342.8012286,584.3190616,245.3059306,1079.438521 +114279,505.0542784,342.4578826,582.971205,244.7371278,1076.637466 +114280,502.7572962,342.1896277,581.7425609,244.226709,1073.994645 +114281,500.6702878,341.9763599,580.6045731,243.764066,1071.467556 +114282,498.7551557,341.8023838,579.5343637,243.3389605,1069.022086 +114283,496.9783395,341.6564769,578.514346,242.9407228,1066.631069 +114284,495.315382,341.530363,577.5308573,242.5650836,1064.272873 +114285,493.7435012,341.4175741,576.5731049,242.2068978,1061.930508 +114286,492.2468188,341.3128624,575.6324495,241.8595162,1059.590622 +114287,490.8094791,341.2119455,574.7019918,241.5218571,1057.242922 +114288,489.4212963,341.1113488,573.7762369,241.1894202,1054.879472 +114289,488.0710972,341.008284,572.8508549,240.8622258,1052.494336 +114290,486.7525501,340.9005228,571.9224398,240.5365238,1050.083068 +114291,485.4576428,340.7862994,570.9883505,240.2129888,1047.64251 +114292,484.1826405,340.6642157,570.0465415,239.8884777,1045.170434 +114293,482.9216548,340.5331742,569.0954586,239.5641758,1042.665427 +114294,481.6726914,340.3923155,568.1339248,239.2373679,1040.126635 +114295,480.4312873,340.2409769,567.161079,238.9095709,1037.553715 +114296,479.196615,340.0786502,566.1762948,238.5783409,1034.94664 +114297,477.9651673,339.9049567,565.1791473,238.2454011,1032.305697 +114298,476.7368776,339.7196079,564.1693344,237.9084706,1029.631295 +114299,475.5088802,339.5224108,563.1467027,237.5694015,1026.924075 +114300,474.2816577,339.3132384,562.1111879,237.2260349,1024.184744 +114301,474.6062006,339.7981214,562.6162276,237.5864049,1024.238526 +114302,481.9913687,343.4582198,570.1885554,241.1191464,1037.624622 +114303,492.9087403,348.6478639,581.2972749,246.1870798,1057.691994 +114304,503.8247835,353.7488569,592.4012818,251.1793463,1077.900225 +114305,513.2794267,358.1141135,602.0382867,255.4507024,1095.572383 +114306,521.1415627,361.7106962,610.0739133,258.9667098,1110.44379 +114307,527.7161337,364.6987249,616.8141746,261.8868072,1123.020939 +114308,533.3126228,367.2362999,622.5642509,264.3651667,1133.815039 +114309,538.1435519,369.4273907,627.5408373,266.5059805,1143.173071 +114310,542.345686,371.3386583,631.8790061,268.3754083,1151.318674 +114311,546.0110682,373.0169786,635.6763465,270.019587,1158.414392 +114312,549.2245987,374.4992367,639.0121271,271.4748852,1164.59481 +114313,552.0487671,430.1978408,641.9539885,272.7718249,1169.978194 +114314,554.5463928,447.5346579,644.5598246,273.9343941,1174.668577 +114315,556.7612886,458.7169585,646.8787443,274.9866507,1178.756493 +114316,558.7394604,461.0486995,648.952071,275.9447953,1182.319859 +114317,560.5104377,471.7979579,650.8144708,276.8254007,1185.425503 +114318,562.1045847,478.7930832,652.4950368,277.6385153,1188.130741 +114319,563.5488231,485.4702076,654.0182203,278.3957775,1190.484836 +114320,564.8619566,492.0861356,655.4046153,279.1033935,1192.530249 +114321,566.0586114,498.5786985,656.6715791,279.7698564,1194.303582 +114322,567.1556395,504.8389861,657.833761,280.3988477,1195.836449 +114323,568.1642561,510.9290019,658.9035273,280.9967398,1197.156124 +114324,569.0967981,517.0698185,659.8913323,281.565503,1198.286185 +114325,569.9603247,522.9257871,660.8060141,282.1100653,1199.24699 +114326,570.7638009,528.6163419,661.6550631,282.6312397,1200.056168 +114327,571.5116923,534.4224865,662.4448308,283.1329748,1200.728974 +114328,572.2108733,539.8905154,663.1807197,283.6153054,1201.278654 +114329,572.8640655,545.2632976,663.7528217,284.08149,1201.716412 +114330,573.4766997,550.720121,664.2096718,284.5310188,1202.052114 +114331,574.0504371,556.9517741,664.6180292,284.9667353,1202.294646 +114332,574.5941689,563.1699849,665.0234686,285.3896366,1202.451823 +114333,575.1149775,569.7236697,665.4334894,285.8036104,1202.530431 +114334,575.6135209,575.6550437,665.8483178,286.2077888,1202.536363 +114335,576.0882375,582.1642807,666.2667589,286.6043753,1202.474733 +114336,576.5425122,588.2679189,666.6837936,286.9916973,1202.35005 +114337,576.9760206,594.4638732,667.0948919,287.3717173,1202.166283 +114338,577.3917853,600.4731282,667.504358,287.7427532,1201.92698 +114339,577.7887157,606.7879265,667.9061266,288.1067832,1201.635299 +114340,578.1693146,612.8815577,668.3000783,288.4621382,1201.294083 +114341,578.5322023,618.5857072,668.6879989,288.8107833,1200.905888 +114342,578.8806714,624.9101654,669.0674484,289.1510457,1200.473046 +114343,579.2167658,630.7385835,669.4355142,289.4848737,1199.99766 +114344,579.5411788,636.5326834,669.7974839,289.8105923,1199.481667 +114345,579.8539947,642.6754124,670.1480805,290.1301369,1198.926823 +114346,580.1551781,648.5504787,670.4878324,290.4418322,1198.334752 +114347,580.4447355,654.1707538,670.8190897,290.7476008,1197.706932 +114348,580.7227403,659.9038342,671.1399428,291.0457685,1197.04475 +114349,580.9893005,665.908818,671.4479347,291.3382469,1196.349467 +114350,581.2445482,671.5000802,671.7486951,291.6233625,1195.622277 +114351,581.4886234,677.224373,672.0373046,291.9030167,1194.864277 +114352,581.7216802,682.8870186,672.3145629,292.1755383,1194.076511 +114353,581.9438717,688.3316174,672.5830339,292.4428176,1193.259932 +114354,582.1553647,694.4060168,672.8410268,292.7031845,1192.415462 +114355,582.3563243,699.5416448,673.0862678,292.9585201,1191.543943 +114356,582.5469248,705.2594729,673.3244953,293.2071554,1190.646195 +114357,582.7273368,710.741761,673.5509475,293.4509613,1189.722968 +114358,582.8977386,716.226733,673.7665223,293.6882706,1188.774997 +114359,583.0583036,721.3749206,673.9738538,293.920945,1187.802956 +114360,583.2092098,727.2272814,674.171341,294.1473181,1186.80751 +114361,584.7002936,735.4190841,675.7064481,294.9827257,1188.243199 +114362,586.2893816,741.5588038,677.3418334,295.8604762,1190.022323 +114363,587.9335649,747.4974489,679.0401686,296.7628335,1191.97717 +114364,589.576257,753.3269134,680.7409307,297.6625088,1193.925481 +114365,591.1901372,759.089666,682.4189162,298.5495368,1195.787026 +114366,592.769601,764.8017364,684.0639879,299.421501,1197.548421 +114367,594.31767,770.2388882,720.6462062,300.2774266,1199.220009 +114368,595.8387729,776.2467989,830.4381852,301.1216763,1200.814654 +114369,597.3365008,781.6744032,776.6569152,301.9541996,1202.342147 +114370,598.8135153,787.2955406,807.9828097,302.7783979,1203.809607 +114371,600.2718589,792.845783,819.7043694,303.5932168,1205.222497 +114372,601.7132372,816.7676633,828.1314824,304.4014244,1206.585512 +114373,603.2735737,825.0598378,838.5074999,305.1789689,1207.90347 +114374,604.9042845,832.1342592,849.0813559,305.9329579,1209.180687 +114375,606.5398751,838.5511554,859.7356209,348.355899,1210.420323 +114376,608.1477328,845.445127,870.1056003,341.5992837,1211.625151 +114377,609.7208575,851.5884447,880.2917803,362.07899,1212.797595 +114378,611.2625885,858.1609958,890.5668386,361.2632621,1213.939905 +114379,612.7778509,863.8782228,900.8576755,369.5409088,1215.054029 +114380,614.2704567,870.1991724,910.5028623,375.4566603,1285.462906 +114381,615.743011,876.1188391,920.7028342,381.3086676,1377.920416 +114382,617.1974307,882.1148398,930.3680291,386.8167956,1329.968278 +114383,618.6352335,887.9493469,940.1265131,392.3889389,1361.493165 +114384,620.0577096,893.8252919,949.5826275,397.8642384,1373.489328 +114385,621.4659457,899.543045,959.3758277,403.3393565,1384.947554 +114386,622.8609009,905.3101236,968.8343705,408.6713784,1396.115233 +114387,624.2433916,910.9210703,977.7949595,413.9166945,1407.06593 +114388,625.614136,916.5888792,987.5031478,419.2462868,1418.090303 +114389,626.9737336,922.100217,996.5328483,424.3765393,1428.638966 +114390,628.3227042,927.358325,1005.694985,429.5109175,1439.572663 +114391,629.6614721,933.7203926,1014.399383,434.3838463,1449.56792 +114392,630.9901274,939.440939,1022.965079,439.3668776,1460.244099 +114393,632.3088145,945.4590655,1031.739237,444.1255199,1470.14998 +114394,633.6178237,951.3305563,1040.155618,448.8124497,1480.605734 +114395,634.9174925,957.2985082,1048.518993,453.7020219,1490.196593 +114396,636.2081698,963.1301193,1056.917609,458.0877207,1500.018955 +114397,637.490164,969.0294654,1064.877611,462.8785029,1509.963666 +114398,638.7637566,974.9132355,1073.49693,467.3390874,1519.436887 +114399,640.029187,980.694403,1081.353874,471.8520109,1528.776514 +114400,695.5071817,986.5352231,1089.5144,476.2000881,1538.48817 +114401,731.7653017,992.3592707,1097.658028,480.7582955,1547.619429 +114402,735.726721,998.0767452,1105.293186,485.1301441,1556.843622 +114403,743.911206,1003.852111,1113.245759,489.2136779,1565.929891 +114404,757.4071913,1009.607753,1121.073352,493.7231023,1574.704896 +114405,767.6278596,1015.25257,1128.707433,497.8596027,1583.942557 +114406,777.3367171,1020.955282,1136.245317,501.9553641,1592.776282 +114407,787.1211309,1026.638335,1144.190339,506.400469,1601.179487 +114408,796.7163081,1032.206262,1151.629431,510.2585338,1609.949699 +114409,806.2334797,1037.805322,1159.013873,514.4090903,1618.192399 +114410,815.6623104,1043.434535,1166.658329,518.3402226,1626.859729 +114411,824.9165368,1048.895353,1173.913611,522.5200517,1634.720324 +114412,834.0828207,1054.466031,1181.392087,526.4320624,1643.654717 +114413,843.3063175,1059.926197,1188.621677,530.3699165,1651.394519 +114414,852.124362,1065.422971,1195.905429,534.406412,1659.541276 +114415,861.4049838,1070.793834,1203.114059,537.9471194,1667.541208 +114416,877.3921715,1092.026845,1204.197934,539.5357703,1675.803094 +114417,887.2658678,1099.738511,1210.005241,542.6459367,1683.462714 +114418,896.2184824,1106.425446,1216.420874,546.1411551,1691.282433 +114419,905.6665701,1112.666874,1222.952681,549.6595618,1699.002042 +114420,914.0230676,1118.825023,1229.531886,553.1803135,1706.727267 +114421,805.2870908,1071.228885,1117.91071,503.2680168,1482.239735 +114422,811.459383,1076.045015,1122.253738,505.5294697,1486.587148 +114423,818.5157069,1080.924635,1126.913563,508.0980607,1490.608767 +114424,825.8253995,1085.944862,1131.942665,511.1852127,1495.429127 +114425,833.32769,1090.923501,1137.36624,513.8568077,1500.190145 +114426,840.2105594,1095.927779,1142.469939,516.8589648,1505.620421 +114427,848.0514199,1100.78793,1147.776346,519.6168961,1510.832227 +114428,855.1055917,1105.699596,1152.992845,522.3960727,1515.702607 +114429,862.251136,1110.525519,1158.633,525.4289256,1521.067317 +114430,870.0559208,1115.351824,1163.752667,528.3009459,1526.22338 +114431,876.6751657,1120.019713,1169.096207,531.1114067,1531.173487 +114432,884.2063861,1124.735166,1174.416355,533.9470016,1536.78589 +114433,891.4371806,1129.363032,1179.968364,536.7483023,1541.698301 +114434,898.4421042,1133.994866,1185.174156,539.7478403,1546.87132 +114435,905.5183271,1138.459716,1190.483848,542.440812,1552.021935 +114436,912.6023422,1142.974235,1195.764174,545.3944768,1557.058862 +114437,919.7976286,1147.402177,1201.388695,548.1342284,1562.148502 +114438,926.636928,1151.787723,1206.467482,551.0787276,1567.219591 +114439,933.8573254,1156.12367,1211.847001,553.7374133,1572.199237 +114440,940.8692671,1160.459088,1217.127268,556.5738546,1577.226295 +114441,947.2766593,1164.626505,1222.655213,559.3122884,1582.235234 +114442,954.8477247,1168.849666,1227.80102,562.193033,1587.150311 +114443,961.4156452,1172.982073,1233.138138,564.8898292,1592.1135 +114444,968.2807803,1177.071456,1238.604174,567.6323954,1597.027426 +114445,975.3216763,1181.110839,1243.787813,570.3273705,1601.955142 +114446,982.0049493,1185.099109,1248.898425,573.2559234,1606.778275 +114447,988.5481967,1188.986036,1254.339692,575.855295,1611.650189 +114448,995.8666326,1192.884865,1259.671225,578.7233877,1616.505425 +114449,1002.313657,1196.164399,1264.95695,581.3790319,1621.269031 +114450,1009.293658,1200.775458,1270.007239,584.0823462,1626.079272 +114451,1014.949113,1203.4509,1274.474757,586.475758,1630.831664 +114452,1021.231662,1206.454447,1278.825937,588.8022366,1635.599415 +114453,1027.06392,1209.285984,1283.145519,591.0896515,1640.263766 +114454,1033.028267,1212.025424,1287.310189,593.3462571,1644.978387 +114455,1038.550905,1214.676936,1291.515534,595.5757864,1649.643322 +114456,1044.801748,1217.192325,1295.642474,597.7803397,1654.32378 +114457,1050.290715,1219.751882,1299.734103,599.9129335,1658.895932 +114458,1056.017307,1222.16801,1303.379863,602.1107521,1663.52 +114459,1061.768493,1224.421451,1308.054981,604.1977684,1668.092552 +114460,1067.321087,1226.700527,1311.674696,606.3605126,1672.681258 +114461,1072.883391,1228.856742,1315.715396,608.400164,1677.158674 +114462,1084.535143,1240.615195,1312.640827,607.5837419,1681.911685 +114463,1090.800201,1244.102098,1315.177923,609.0253348,1686.208843 +114464,1096.673371,1246.812514,1318.355632,610.7453672,1690.665733 +114465,1102.207821,1249.315656,1321.649659,612.2928305,1695.136682 +114466,1108.402895,1251.640391,1325.097382,614.4279196,1699.493177 +114467,1113.887519,1253.828146,1328.468405,616.0479165,1703.904772 +114468,1119.585391,1255.949424,1331.919419,617.9337989,1708.261061 +114469,1125.186731,1257.828743,1335.251927,619.6791288,1712.598339 +114470,1130.743668,1259.721336,1338.628383,621.5252932,1716.949024 +114471,1136.25877,1261.4142,1342.063217,623.2491465,1721.181387 +114472,1141.730681,1263.150842,1345.397522,625.0825215,1725.477501 +114473,1147.163649,1264.67411,1348.756207,626.7818926,1729.710425 +114474,1152.555634,1266.149988,1352.094605,628.5246771,1733.923604 +114475,1157.909955,1267.525568,1355.375683,630.2642935,1738.154703 +114476,1163.226704,1268.810045,1358.797114,631.9952446,1742.265108 +114477,1168.506931,1270.004673,1361.994708,633.7167301,1746.438728 +114478,1173.750581,1271.11052,1365.316065,635.4286418,1750.55524 +114479,1178.958461,1272.128507,1368.57645,637.1308725,1754.654311 +114480,1183.790959,1273.059541,1371.828715,638.8234357,1755.802532 +114481,947.3052541,1164.764309,1133.110165,530.9727807,1320.828422 +114482,945.1014321,1161.695053,1129.112954,529.3841899,1273.653754 +114483,945.3304715,1160.490018,1127.585402,528.9067767,1270.34498 +114484,946.3628802,1159.032246,1126.499045,528.6418959,1269.109891 +114485,947.4948095,1157.881388,1125.904764,528.604016,1268.447917 +114486,949.3170598,1156.661735,1125.527464,528.6643408,1268.06651 +114487,950.7797061,1155.477546,1125.299071,528.7918349,1267.976204 +114488,952.5006938,1154.257604,1125.168881,528.962732,1268.088239 +114489,954.2355512,1152.995202,1125.107655,529.1633763,1268.338661 +114490,956.0059455,1151.684419,1125.101423,529.3872148,1268.70569 +114491,957.8019679,1150.321355,1125.140896,529.6299854,1269.16421 +114492,959.6201063,1148.904041,1125.220935,529.8893694,1269.706873 +114493,961.4559992,1147.430756,1125.336844,530.1633045,1270.319231 +114494,963.3075068,1145.900602,1125.48578,530.4505749,1270.997444 +114495,965.1711413,1144.31266,1125.664834,530.74995,1271.732279 +114496,967.0463842,1142.666463,1125.872138,531.0606645,1272.521311 +114497,968.9304125,1140.961462,1126.105654,531.3818772,1273.358385 +114498,970.8224895,1139.197353,1126.36391,531.7129953,1274.241486 +114499,972.7207516,1137.373762,1126.645288,532.0533569,1275.166271 +114500,974.6243303,1135.49045,1126.948485,532.4024351,1276.1308 +114501,976.5315917,1133.547148,1127.272126,532.7596671,1277.131918 +114502,978.4414789,1131.543663,1127.615007,533.1245598,1278.030478 +114503,980.3527656,1129.432679,1127.975918,533.4966159,1279.308136 +114504,982.2648989,1127.377089,1128.353722,533.8753641,1280.306085 +114505,984.1757039,1125.159342,1128.747339,534.2603567,1281.455878 +114506,985.8530919,1122.920369,1129.155679,534.6511375,1282.609959 +114507,988.1141583,1120.524072,1129.577773,535.0473003,1283.789687 +114508,989.8453385,1118.21895,1130.012568,535.4484014,1284.992693 +114509,991.7838343,1115.808635,1130.459209,535.8540797,1286.218469 +114510,993.6780918,1113.232584,1130.916679,536.2639025,1287.464781 +114511,995.1459194,1110.011723,1131.532321,536.5878079,1288.731002 +114512,996.5155264,1106.673028,1132.187097,537.3104188,1290.013909 +114513,997.8384723,1103.260141,1132.864745,537.702479,1291.314446 +114514,999.1303536,1099.736299,1133.559963,538.2383428,1292.630182 +114515,1000.396603,1096.268421,1134.302115,538.755473,1293.961572 +114516,1001.640033,1092.646672,1134.978122,539.2786824,1295.305956 +114517,1002.86297,1089.013108,1135.736966,539.8068611,1296.66401 +114518,1004.065227,1085.32531,1136.479021,540.3396445,1298.032905 +114519,1005.248836,1081.592297,1137.236138,540.8766735,1299.413576 +114520,1006.413869,1077.772513,1138.002531,541.4174559,1300.80306 +114521,1007.561077,1074.020373,1138.777546,541.9617269,1302.202584 +114522,1008.691108,1070.135792,1139.560198,542.509036,1303.609059 +114523,1010.051112,1066.251778,1140.350044,543.0591729,1304.874893 +114524,1010.774997,1062.327367,1141.146174,543.6117187,1306.523878 +114525,1012.034693,1058.370515,1141.948312,544.1665371,1305.707436 +114526,1013.063245,1054.383255,1142.756029,544.7234251,1306.384891 +114527,1014.113604,1050.323233,1143.568725,545.2821008,1306.574353 +114528,1015.150055,1046.343569,1144.385645,545.8422157,1306.965331 +114529,1016.171644,1042.24434,1145.206569,546.4043087,1307.334464 +114530,1017.181005,1038.158256,1146.03134,546.965364,1307.703082 +114531,1018.173301,1034.042116,1146.858007,547.5304805,1308.09616 +114532,1019.154798,1029.86416,1147.688749,548.0926509,1308.478361 +114533,1020.119134,1025.767588,1148.520343,548.6590059,1308.886601 +114534,1021.073451,1021.564416,1149.355369,549.2220563,1309.282417 +114535,1022.010458,1017.377833,1150.222997,549.7889216,1309.702958 +114536,1022.937228,1013.170807,1151.012557,550.3522426,1310.110162 +114537,1023.847588,1008.907373,1151.873318,551.0823836,1310.540885 +114538,1024.747765,1004.731072,1152.708692,551.402339,1310.95747 +114539,1025.631565,1000.455282,1153.547417,552.0827785,1311.550206 +114540,1026.505263,996.2033961,1154.388725,552.6224912,1311.740271 +114541,1263.677746,1098.994617,1390.874663,660.0325595,1740.123839 +114542,1269.015489,1097.105041,1397.2735,663.0962483,1746.15348 +114543,1273.679462,1094.470068,1401.516063,665.2273897,1751.901851 +114544,1277.505427,1091.625264,1405.556279,667.0086755,1756.687725 +114545,1281.071693,1088.643816,1409.226276,669.1831066,1760.733676 +114546,1284.343623,1085.564532,1412.64661,670.7573854,1765.381548 +114547,1287.569243,1082.420249,1416.100989,672.4731524,1769.029092 +114548,1290.661754,1079.230381,1419.238479,674.1065259,1772.854348 +114549,1293.683425,1075.961896,1422.455382,675.7078764,1776.477774 +114550,1296.67711,1072.77575,1425.563953,677.2807352,1780.111355 +114551,1299.511023,1069.470595,1428.62907,678.8292186,1783.576605 +114552,1301.969995,1066.182691,1431.64675,680.3547983,1787.047558 +114553,1305.375406,1062.871426,1434.573275,681.8594658,1790.344381 +114554,1307.808681,1059.544673,1437.578766,683.3438361,1793.632978 +114555,1310.569986,1056.205137,1440.437923,684.8092826,1796.933522 +114556,1313.259011,1052.81075,1443.301647,686.2560586,1800.0907 +114557,1315.804225,1049.51364,1446.122313,687.6852759,1803.235588 +114558,1318.514407,1046.115688,1448.907589,689.0970509,1806.323066 +114559,1321.665161,1042.748267,1451.708183,690.4924229,1809.364886 +114560,1324.937037,1039.370283,1454.354683,691.8715157,1812.318235 +114561,1328.246827,1035.989681,1457.029501,693.2352454,1815.378558 +114562,1331.716581,1032.60776,1459.754664,694.5836302,1818.190468 +114563,1331.456964,1030.078314,1470.084084,699.4290834,1821.100708 +114564,1334.171031,1026.964125,1473.839111,700.9038537,1823.931247 +114565,1337.31748,1023.764825,1477.051859,702.6944169,1826.729142 +114566,1340.416389,1020.697393,1480.036052,704.182922,1829.488902 +114567,1343.761144,1017.462969,1483.067594,705.6714164,1832.21978 +114568,1346.966309,1014.396441,1485.955189,707.1217629,1835.007086 +114569,1350.377002,1011.169721,1488.696228,708.5658584,1837.652018 +114570,1353.687548,1008.072893,1491.488879,709.9216559,1840.29675 +114571,1356.989668,1004.618852,1493.350387,710.9496171,1842.904729 +114572,1360.200803,1001.172532,1494.997657,711.8584138,1845.522154 +114573,1363.473827,997.5668716,1496.514646,712.7108241,1847.997308 +114574,1366.764059,994.0923373,1497.928772,713.5142996,1850.501906 +114575,1370.054602,990.4363071,1499.2528,714.2743546,1853.053504 +114576,1377.866401,984.921727,1493.538781,712.0628587,1855.481112 +114577,1382.027669,981.0083231,1493.681912,712.2721512,1857.764648 +114578,1386.046704,977.13162,1494.345916,712.7119226,1860.303688 +114579,1389.79275,973.4226364,1495.006476,713.1449148,1862.542486 +114580,1393.684237,969.4929959,1495.758365,713.6190159,1865.029583 +114581,1397.307117,965.8474673,1496.401679,714.0418988,1867.219387 +114582,1401.146908,961.9456696,1497.095626,714.4877328,1869.652104 +114583,1404.803728,958.2659519,1497.665329,714.8751812,1871.746263 +114584,1408.508326,954.4243548,1498.224863,715.2571455,1874.040915 +114585,1412.212201,950.7167467,1498.746265,715.6208841,1876.265738 +114586,1415.954545,946.9646438,1499.22435,715.9639132,1878.390427 +114587,1419.573204,943.8273676,1499.658739,716.2860365,1880.588742 +114588,1423.288461,940.8661093,1500.049415,716.5872551,1882.720924 +114589,1426.956808,937.9757144,1500.39677,716.8677322,1884.83682 +114590,1430.626903,935.1509194,1500.700662,717.1274067,1886.928793 +114591,1434.292724,932.3519811,1500.961686,717.3664759,1888.998108 +114592,1438.003012,929.7059376,1501.179843,717.5850449,1890.998089 +114593,1441.589397,927.0422868,1501.354946,717.7827975,1893.093324 +114594,1445.280101,924.4736121,1501.487715,717.9601365,1895.060388 +114595,1448.92802,921.9644774,1501.578464,718.1171016,1897.048561 +114596,1452.656076,919.5204022,1501.669693,724.1636228,1899.147841 +114597,1456.259059,917.0762043,1501.649565,725.7757099,1900.980593 +114598,1459.909276,914.7427897,1501.613518,727.1513305,1902.890611 +114599,1463.618383,912.3517722,1501.541169,728.458719,1904.79292 +114600,1467.20798,910.0079221,1501.428845,729.7962687,1906.678176 +114601,1517.477247,930.3927644,1547.732529,753.6582328,1989.174294 +114602,1523.324078,929.0983952,1549.941537,756.4159134,1993.669176 +114603,1528.300886,927.5452379,1551.052285,758.3257737,1997.376644 +114604,1532.884823,925.7680687,1551.782631,760.3055075,2000.634021 +114605,1537.262807,923.911575,1552.246791,762.1851666,2003.587597 +114606,1541.551417,921.9962709,1552.523248,764.0309727,2006.329787 +114607,1545.527505,920.0361239,1552.612319,765.8561675,2008.769812 +114608,1549.704076,918.0648572,1552.678685,767.6779074,2011.330018 +114609,1553.653214,916.0299538,1552.576933,769.5120737,2013.668243 +114610,1557.625697,914.0744127,1552.423625,771.3599172,2015.925312 +114611,1561.575853,912.0307522,1552.200421,773.3406359,2018.178801 +114612,1565.500818,910.0086175,1551.907002,775.1614692,2020.366688 +114613,1569.402215,907.9722706,1551.546093,777.1951027,2022.501038 +114614,1573.338427,905.9277089,1551.119687,779.00959,2024.584652 +114615,1577.117763,903.8753478,1550.629759,781.0878598,2026.673936 +114616,1581.00145,901.7805517,1550.077502,783.0880199,2028.582561 +114617,1584.820938,899.7638168,1549.464294,785.1118341,2030.569567 +114618,1593.017621,898.4747696,1550.708667,788.701518,2032.604557 +114619,1597.709249,896.5666741,1550.356707,791.1094619,2034.368603 +114620,1602.103083,894.5734376,1549.774571,793.3886347,2036.188294 +114621,1606.263941,892.5502886,1549.083117,795.7437512,2037.982191 +114622,1610.50425,890.5102126,1548.311802,798.0970158,2039.74237 +114623,1614.67738,888.4575059,1547.471853,800.4840681,2041.415851 +114624,1618.868574,886.3602043,1546.568274,802.9036444,2043.195609 +114625,1623.07308,884.3369696,1545.603906,805.3877007,2044.822152 +114626,1627.29095,882.5725235,1544.580187,807.8333739,2046.468867 +114627,1631.522843,879.9945044,1543.498302,810.3826401,2048.079473 +114628,1635.825881,878.1305209,1542.358884,812.9440545,2049.662862 +114629,1640.670078,875.9740985,1541.162684,815.5493333,2051.220163 +114630,1647.453314,873.8586053,1539.938375,818.232713,2052.878345 +114631,1654.204046,871.9058735,1539.088831,821.0461117,2054.285796 +114632,1661.318226,870.0776216,1538.345922,823.9152425,2055.884283 +114633,1668.692707,868.1949165,1537.586082,826.8777554,2057.363655 +114634,1675.364662,866.3525985,1536.814906,829.8598546,2058.815553 +114635,1683.607954,864.5163283,1536.029653,832.8940816,2060.24639 +114636,1690.935828,862.6893577,1535.227598,836.0061744,2061.656492 +114637,1698.511222,860.8713189,1534.40795,839.0870546,2063.048517 +114638,1706.348459,859.0616337,1533.569626,842.283161,2064.422725 +114639,1714.398219,857.2277896,1532.712593,845.4981848,2065.781624 +114640,1722.091114,855.4815741,1531.836208,848.7637916,2067.125446 +114641,1730.251718,853.6733466,1530.99447,852.1072435,2068.456371 +114642,1738.496246,851.9001265,1529.999001,855.4165937,2069.774486 +114643,1746.666736,850.1298318,1529.10269,858.8425093,2071.082021 +114644,1754.767796,848.3667652,1528.139678,862.2859101,2072.378267 +114645,1763.441971,846.6110541,1527.165137,865.7794896,2073.665985 +114646,1771.698276,844.8624247,1526.170698,869.3508014,2074.944357 +114647,1780.11823,843.0889918,1525.156567,872.8855108,2076.215294 +114648,1789.016147,841.4008499,1524.122355,876.5373921,2077.478391 +114649,1797.370786,839.6507161,1523.014881,880.2053453,2078.735347 +114650,1806.020975,837.9342186,1522.020531,883.9567416,2079.985566 +114651,1815.01593,836.2196738,1520.888633,887.6659203,2081.230663 +114652,1823.639733,834.5114054,1519.783282,891.495441,2082.470027 +114653,1832.463286,832.8095126,1518.650238,895.3382256,2083.705086 +114654,1841.510144,831.0827996,1517.497188,899.2290564,2084.935125 +114655,1850.323058,829.4382813,1516.32468,903.1979879,2086.161642 +114656,1859.262991,827.7328061,1515.132353,907.1207728,2087.383693 +114657,1868.363115,826.0595258,1513.92069,911.1640043,2088.602758 +114658,1877.395743,824.3872663,1512.689365,915.217796,2089.817908 +114659,1886.458542,822.7205914,1511.438813,919.3179548,2091.030468 +114660,1895.632392,821.0592294,1510.168679,923.4947729,2092.239411 +114661,1828.149901,785.9201691,1432.488905,894.5439535,1950.442982 +114662,1837.30316,784.7432452,1430.744622,898.6783585,1950.920447 +114663,1846.444218,782.9922555,1429.370716,902.899028,1951.655617 +114664,1855.723931,780.9858438,1428.032221,907.1283588,1952.487531 +114665,1865.049548,779.5465137,1426.727017,911.4896728,1953.37646 +114666,1874.344708,777.8819429,1425.429881,915.8690312,1954.299304 +114667,1883.925928,776.2729336,1424.132233,920.2986783,1955.245421 +114668,1893.192203,774.6741917,1422.828901,924.8063175,1956.206571 +114669,1902.632043,773.0847927,1421.517861,929.2652245,1957.180276 +114670,1912.202992,771.5034302,1420.149175,933.842947,1958.162603 +114671,1921.636162,769.9298074,1418.889398,938.4279272,1959.153619 +114672,1931.144831,768.3632857,1417.560363,943.093019,1960.150695 +114673,1940.659945,766.8037671,1416.144534,947.7008363,1961.154729 +114674,1950.183533,765.250712,1414.813275,952.4282156,1962.163453 +114675,1959.716377,763.7041322,1413.429416,957.1579676,1963.17812 +114676,1969.18004,762.1635209,1412.040264,961.9275188,1964.196536 +114677,1978.841798,760.6289359,1410.639255,966.7691121,1965.169909 +114678,1988.414571,759.0998795,1409.225513,971.5477547,1966.273617 +114679,1997.859592,757.5764636,1407.799562,976.4437904,1967.267555 +114680,2007.390761,756.0581398,1406.360574,981.3377119,1968.309059 +114681,2017.052982,754.5450271,1404.909127,986.2680807,1969.346625 +114682,2026.547383,753.0366546,1403.444425,991.2672345,1970.385784 +114683,2036.110287,751.5331292,1401.96707,995.8074982,1971.428372 +114684,2045.65218,750.033948,1400.476236,1001.444213,1972.47204 +114685,2055.193156,748.5392572,1398.972575,1006.199891,1973.518649 +114686,2064.724222,747.0485438,1397.501623,1011.294796,1974.565777 +114687,2074.252212,745.5619632,1395.902531,1016.495958,1975.615354 +114688,2083.765799,744.0790246,1394.391388,1021.530942,1976.664916 +114689,2093.190719,742.599846,1392.826971,1026.674396,1977.716447 +114690,2102.80643,741.1239152,1391.209168,1031.903805,1978.767423 +114691,2112.596336,739.7205379,1389.853685,1037.223166,1979.820087 +114692,2122.275705,738.3341322,1388.416036,1042.627105,1980.872422 +114693,2132.063948,736.9584901,1387.021666,1048.06582,1981.926193 +114694,2141.998692,735.5910212,1385.617798,1053.534763,1982.97885 +114695,2151.74836,734.2310749,1384.210044,1059.036945,1984.03258 +114696,2161.580452,732.8776329,1382.796466,1064.526175,1985.08486 +114697,2171.39761,731.5306335,1381.377183,1070.195399,1986.138053 +114698,2181.210753,730.189262,1379.995759,1075.688221,1987.189626 +114699,2191.023534,728.8535943,1378.495878,1081.298233,1988.242032 +114700,2200.8264,727.5229869,1377.086879,1087.001296,1989.292739 +114701,2210.6271,726.1975347,1375.631496,1092.636222,1990.344227 +114702,2220.419338,724.876592,1374.174268,1098.379832,1991.445327 +114703,2230.112646,723.560311,1372.709123,1103.981758,1992.41671 +114704,2245.794039,722.2480828,1371.23481,1109.819837,1993.451709 +114705,2247.769012,720.9400188,1369.751961,1115.538879,1994.57147 +114706,2269.226445,719.635467,1368.259315,1121.278172,1995.57986 +114707,2262.992153,718.3346505,1366.757613,1127.19667,1996.635066 +114708,2296.573703,717.0369172,1365.201275,1132.908062,1997.679653 +114709,2272.509808,715.742497,1363.745515,1138.787014,1998.724323 +114710,2290.09803,714.695405,1362.225753,1144.585324,1999.766131 +114711,2316.160885,713.0497732,1360.625543,1150.52806,2000.80804 +114712,2314.966976,711.9354763,1359.104777,1156.37951,2001.847403 +114713,2327.382698,710.6149871,1357.535983,1162.337821,2002.88659 +114714,2336.832794,709.3334142,1355.962595,1168.13033,2003.922569 +114715,2346.672112,708.0541967,1354.378784,1174.169456,2004.957914 +114716,2356.197025,706.776731,1352.783355,1180.067908,2005.989715 +114717,2365.891301,705.5011562,1351.177153,1186.029573,2007.020671 +114718,2375.316698,704.2269055,1349.559083,1191.944608,2008.04785 +114719,2384.933755,702.9542293,1347.929987,1198.047572,2009.073941 +114720,2394.35044,701.6825431,1346.288757,1203.918687,2010.09597 +114721,2263.194938,634.3623811,1191.842763,1143.649614,1726.024604 +114722,2246.299201,632.3722805,1188.38541,1149.333784,1725.418745 +114723,2294.408966,630.8373356,1186.237226,1155.062186,1726.205315 +114724,2247.949876,629.2901569,1183.930429,1160.951766,1726.883575 +114725,2294.520232,627.7931474,1181.740888,1166.700027,1727.728274 +114726,2296.49506,626.3166356,1179.583857,1172.710419,1728.641746 +114727,2304.132698,624.6556543,1177.442337,1178.585125,1729.600355 +114728,2314.261087,623.4856036,1175.272876,1184.525502,1730.624716 +114729,2323.657545,621.8979134,1173.187804,1190.41919,1731.577797 +114730,2332.828391,620.4838009,1171.027378,1196.449507,1732.630333 +114731,2341.94603,619.2385051,1168.892394,1202.424121,1733.664519 +114732,2351.215368,617.5151958,1166.747342,1208.32563,1734.714014 +114733,2360.556584,616.2179074,1164.597139,1214.284724,1735.774617 +114734,2369.444551,614.7553651,1162.440369,1220.336403,1736.842175 +114735,2378.810416,613.3250714,1160.277508,1226.283218,1737.918397 +114736,2387.789207,611.8964808,1158.074132,1232.280452,1738.999736 +114737,2397.05049,610.4699715,1155.945713,1238.325898,1740.088162 +114738,2406.003052,609.0448011,1153.737217,1244.18795,1741.180227 +114739,2415.232039,607.6212068,1151.549583,1250.303567,1742.278067 +114740,2424.148999,606.1985944,1149.348512,1256.255524,1743.37837 +114741,2433.442378,604.7772198,1147.139462,1262.263758,1744.483333 +114742,2442.163087,603.3565016,1144.921349,1268.208905,1745.589737 +114743,2451.386693,601.936704,1142.662606,1274.293334,1746.699829 +114744,2460.114264,600.5172578,1140.474165,1280.308263,1747.810462 +114745,2469.377554,599.0984535,1138.206702,1286.232988,1748.923911 +114746,2478.2058,597.6796968,1135.957003,1292.271287,1750.03713 +114747,2487.132314,596.2612689,1133.693423,1298.202182,1751.152416 +114748,2495.966925,594.8426393,1131.419546,1307.309081,1752.266727 +114749,2504.975109,593.4240657,1129.105039,1315.567635,1753.420866 +114750,2513.689301,592.0050111,1126.856898,1324.194707,1754.475854 +114751,2520.663992,590.6125792,1124.587806,1331.358682,1755.584907 +114752,2527.399912,589.2192846,1122.338924,1338.674623,1756.684281 +114753,2533.952308,587.8288266,1120.083326,1345.687238,1757.791308 +114754,2540.348402,586.4410177,1117.824924,1352.641254,1758.896627 +114755,2546.606219,585.2335206,1115.563828,1359.477336,1759.999919 +114756,2552.722734,583.5927046,1113.268736,1366.150718,1761.099911 +114757,2558.820452,582.3362619,1111.046921,1376.348749,1762.1975 +114758,2564.5112,580.9317566,1108.754389,1379.033672,1763.286246 +114759,2570.324504,579.5558268,1106.485927,1391.236632,1764.37491 +114760,2575.918446,578.1820051,1104.20909,1390.415065,1765.45558 +114761,2581.402376,576.8101158,1101.899194,1407.191828,1766.530326 +114762,2586.767183,575.43989,1099.659012,1399.469394,1767.597691 +114763,2591.901202,574.0712709,1097.350497,1401.441654,1768.657591 +114764,2597.193239,572.7040961,1095.063849,1423.237091,1769.709008 +114765,2602.122287,571.3384621,1092.769296,1420.449584,1770.75229 +114766,2607.137388,569.9741262,1090.470977,1428.266813,1771.786244 +114767,2611.738906,568.6109994,1088.139572,1433.866416,1772.810915 +114768,2616.471212,567.2488554,1085.876426,1439.62653,1773.825259 +114769,2620.991344,565.7180791,1083.545307,1445.10987,1774.829495 +114770,2625.408768,564.6034074,1081.235316,1450.631503,1775.42674 +114771,2629.70705,563.124457,1078.916682,1455.895367,1777.017942 +114772,2633.887737,561.7915628,1076.565315,1461.211402,1777.734354 +114773,2637.948114,560.4326247,1074.279941,1466.383025,1778.696715 +114774,2641.891069,559.0745763,1071.928001,1471.409807,1779.674712 +114775,2645.712049,557.8764223,1069.596459,1476.572672,1780.604414 +114776,2649.413246,556.2866198,1067.536084,1481.345487,1781.527683 +114777,2653.110401,555.0414824,1064.757296,1486.224522,1782.438789 +114778,2656.394707,553.6603221,1062.642525,1490.948203,1783.336903 +114779,2664.473402,552.3035232,1060.229062,1495.590224,1784.222405 +114780,2669.682606,550.9467484,1057.87379,1500.208408,1785.094531 +114781,2030.456755,549.822246,950.4756809,1518.702446,1799.633584 +114782,2046.162903,679.6270554,949.663809,1620.115081,2257.318312 +114783,2128.338907,681.5580165,975.7590124,1652.580377,2302.718274 +114784,2189.356359,680.0315896,992.305304,1663.208367,2320.783024 +114785,2234.961193,678.9219129,1003.906347,1659.512153,2328.620418 +114786,2268.353644,677.8033069,1012.353536,1660.242414,2332.254075 +114787,2293.48397,676.761781,1018.737359,1666.459248,2333.951883 +114788,2313.196451,675.6072549,1023.790311,1668.062181,2334.986928 +114789,2329.248735,674.4800477,1027.940835,1670.512388,2335.787048 +114790,2342.629189,673.3382579,1031.422787,1670.941844,2336.501945 +114791,2353.914319,672.1920901,1034.368335,1671.571123,2337.176888 +114792,2363.493792,671.0435177,1036.864593,1672.422803,2337.82381 +114793,2371.67106,669.8888571,1038.979405,1673.449346,2338.446499 +114794,2378.693838,668.7402318,1040.769527,1674.584162,2339.045978 +114795,2384.771025,667.5954211,1042.284465,1675.776085,2339.625605 +114796,2390.073501,666.4535784,1043.566457,1676.992721,2340.188929 +114797,2394.738045,665.3150331,1044.650882,1678.214882,2340.738771 +114798,2398.873106,664.179767,1045.567213,1679.43086,2341.277279 +114799,2402.564836,663.0479016,1046.340043,1680.632827,2341.80614 +114800,2405.879059,661.9191451,1046.989966,1681.815086,2342.326787 +114801,2408.874727,660.7933841,1047.534273,1682.973283,2342.840437 +114802,2411.593843,659.6701615,1047.987502,1684.104012,2343.348125 +114803,2414.07508,658.507346,1048.361894,1685.204549,2343.850705 +114804,2416.343472,657.5054297,1048.66776,1686.272641,2344.34888 +114805,2418.488649,656.3714603,1048.915893,1687.37085,2345.042557 +114806,2420.509769,655.2702796,1049.113171,1688.475658,2345.533359 +114807,2422.388949,654.1614244,1049.264792,1689.549929,2346.018829 +114808,2424.119462,653.0520275,1049.375393,1690.573289,2346.501078 +114809,2425.705283,651.9421509,1049.449225,1691.541039,2346.981058 +114810,2427.154645,650.8313686,1049.490081,1692.455413,2347.458946 +114811,2428.475491,649.2315245,1049.50124,1693.319463,2347.934575 +114812,2429.560678,647.5208185,1049.4669,1694.002076,2348.407689 +114813,2430.334364,645.7556773,1049.375921,1694.43122,2348.877884 +114814,2430.787859,643.9503119,1049.226345,1694.608979,2349.344748 +114815,2430.946392,642.1109615,1049.021592,1694.571289,2349.807889 +114816,2430.84176,640.240624,1048.766653,1694.356231,2350.266949 +114817,2430.501053,638.3004959,1048.466226,1693.991927,2350.721556 +114818,2429.944899,636.4340181,1048.124259,1693.496369,2351.171315 +114819,2429.189173,634.4498756,1047.744026,1692.880847,2351.615777 +114820,2428.246766,632.4762801,1047.328307,1692.152992,2352.054452 +114821,2427.128301,630.4705402,1046.879512,1691.318482,2352.486799 +114822,2425.842791,628.4396324,1046.399761,1690.381829,2352.912262 +114823,2424.397945,626.3842046,1045.890915,1689.346686,2353.330245 +114824,2422.800487,624.304526,1045.354624,1688.216043,2353.740154 +114825,2421.052124,622.2011235,1044.792344,1686.992365,2354.141375 +114826,2419.155628,620.0346962,1044.205369,1685.677726,2354.53331 +114827,2417.115858,617.9434506,1043.594853,1684.273901,2354.915353 +114828,2414.938646,615.7414868,1042.961833,1682.782464,2355.286935 +114829,2412.629719,613.5527619,1042.307237,1681.204818,2355.647481 +114830,2410.194141,611.3087218,1041.631906,1679.542255,2355.996452 +114831,2407.632996,609.0630443,1040.935637,1677.793107,2356.333272 +114832,2404.951051,606.7979231,1040.21938,1675.959473,2356.657404 +114833,2402.153367,604.5124013,1039.484221,1674.044007,2356.968343 +114834,2399.244973,602.1670671,1038.731422,1668.176679,2357.266581 +114835,2396.235915,599.8969287,1037.964786,1635.564858,2357.558977 +114836,2393.126672,597.5202358,1037.183837,1646.219588,2357.842884 +114837,2389.911956,595.1583432,1036.385466,1634.135056,2358.109748 +114838,2386.59484,592.769461,1035.570384,1628.824873,2358.3599 +114839,2383.141629,590.3610598,1034.722255,1617.022311,2358.554673 +114840,2379.589356,587.9324059,1033.857223,1614.45259,2358.730101 +114841,0,0,0,0,0 +114842,0,0,0,0,0 +114843,0,0,0,0,0 +114844,0,0,0,0,0 +114845,0,0,0,0,0 +114846,0,0,0,0,0 +114847,0,0,0,0,0 +114848,0,0,0,0,0 +114849,0,0,0,0,0 +114850,0,0,0,0,0 +114851,0,0,0,0,0 +114852,0,0,0,0,0 +114853,0,0,0,0,0 +114854,0,0,0,0,0 +114855,0,0,0,0,0 +114856,0,0,0,0,0 +114857,0,0,0,0,0 +114858,0,0,0,0,0 +114859,0,0,0,0,0 +114860,0,0,0,0,0 +114861,0,0,0,0,0 +114862,0,0,0,0,0 +114863,0,0,0,0,0 +114864,0,0,0,0,0 +114865,0,0,0,0,0 +114866,0,0,0,0,0 +114867,0,0,0,0,0 +114868,0,0,0,0,0 +114869,0,0,0,0,0 +114870,0,0,0,0,0 +114871,0,0,0,0,0 +114872,0,0,0,0,0 +114873,0,0,0,0,0 +114874,0,0,0,0,0 +114875,0,0,0,0,0 +114876,0,0,0,0,0 +114877,0,0,0,0,0 +114878,0,0,0,0,0 +114879,0,0,0,0,0 +114880,0,0,0,0,0 +114881,0,0,0,0,0 +114882,0,0,0,0,0 +114883,0,0,0,0,0 +114884,0,0,0,0,0 +114885,0,0,0,0,0 +114886,0,0,0,0,0 +114887,0,0,0,0,0 +114888,0,0,0,0,0 +114889,0,0,0,0,0 +114890,0,0,0,0,0 +114891,0,0,0,0,0 +114892,0,0,0,0,0 +114893,0,0,0,0,0 +114894,0,0,0,0,0 +114895,0,0,0,0,0 +114896,0,0,0,0,0 +114897,0,0,0,0,0 +114898,0,0,0,0,0 +114899,0,0,0,0,0 +114900,0,0,0,0,0 +114901,0,0,0,0,0 +114902,0,0,0,0,0 +114903,0,0,0,0,0 +114904,0,0,0,0,0 +114905,0,0,0,0,0 +114906,0,0,0,0,0 +114907,0,0,0,0,0 +114908,0,0,0,0,0 +114909,0,0,0,0,0 +114910,0,0,0,0,0 +114911,0,0,0,0,0 +114912,0,0,0,0,0 +114913,0,0,0,0,0 +114914,0,0,0,0,0 +114915,0,0,0,0,0 +114916,0,0,0,0,0 +114917,0,0,0,0,0 +114918,0,0,0,0,0 +114919,0,0,0,0,0 +114920,0,0,0,0,0 +114921,0,0,0,0,0 +114922,0,0,0,0,0 +114923,0,0,0,0,0 +114924,0,0,0,0,0 +114925,0,0,0,0,0 +114926,0,0,0,0,0 +114927,0,0,0,0,0 +114928,0,0,0,0,0 +114929,0,0,0,0,0 +114930,0,0,0,0,0 +114931,0,0,0,0,0 +114932,0,0,0,0,0 +114933,0,0,0,0,0 +114934,0,0,0,0,0 +114935,0,0,0,0,0 +114936,0,0,0,0,0 +114937,0,0,0,0,0 +114938,0,0,0,0,0 +114939,0,0,0,0,0 +114940,0,0,0,0,0 +114941,0,0,0,0,0 +114942,0,0,0,0,0 +114943,0,0,0,0,0 +114944,0,0,0,0,0 +114945,0,0,0,0,0 +114946,0,0,0,0,0 +114947,0,0,0,0,0 +114948,0,0,0,0,0 +114949,0,0,0,0,0 +114950,0,0,0,0,0 +114951,0,0,0,0,0 +114952,0,0,0,0,0 +114953,0,0,0,0,0 +114954,0,0,0,0,0 +114955,0,0,0,0,0 +114956,0,0,0,0,0 +114957,0,0,0,0,0 +114958,0,0,0,0,0 +114959,0,0,0,0,0 +114960,0,0,0,0,0 +114961,0,0,0,0,0 +114962,0,0,0,0,0 +114963,0,0,0,0,0 +114964,0,0,0,0,0 +114965,0,0,0,0,0 +114966,0,0,0,0,0 +114967,0,0,0,0,0 +114968,0,0,0,0,0 +114969,0,0,0,0,0 +114970,0,0,0,0,0 +114971,0,0,0,0,0 +114972,0,0,0,0,0 +114973,0,0,0,0,0 +114974,0,0,0,0,0 +114975,0,0,0,0,0 +114976,0,0,0,0,0 +114977,0,0,0,0,0 +114978,0,0,0,0,0 +114979,0,0,0,0,0 +114980,0,0,0,0,0 +114981,0,0,0,0,0 +114982,0,0,0,0,0 +114983,0,0,0,0,0 +114984,0,0,0,0,0 +114985,0,0,0,0,0 +114986,0,0,0,0,0 +114987,0,0,0,0,0 +114988,0,0,0,0,0 +114989,0,0,0,0,0 +114990,0,0,0,0,0 +114991,0,0,0,0,0 +114992,0,0,0,0,0 +114993,0,0,0,0,0 +114994,0,0,0,0,0 +114995,0,0,0,0,0 +114996,0,0,0,0,0 +114997,0,0,0,0,0 +114998,0,0,0,0,0 +114999,0,0,0,0,0 +115000,0,0,0,0,0 +115001,0,0,0,0,0 +115002,0,0,0,0,0 +115003,0,0,0,0,0 +115004,0,0,0,0,0 +115005,0,0,0,0,0 +115006,0,0,0,0,0 +115007,0,0,0,0,0 +115008,0,0,0,0,0 +115009,0,0,0,0,0 +115010,0,0,0,0,0 +115011,0,0,0,0,0 +115012,0,0,0,0,0 +115013,0,0,0,0,0 +115014,0,0,0,0,0 +115015,0,0,0,0,0 +115016,0,0,0,0,0 +115017,0,0,0,0,0 +115018,0,0,0,0,0 +115019,0,0,0,0,0 +115020,0,0,0,0,0 +115021,0,0,0,0,0 +115022,0,0,0,0,0 +115023,0,0,0,0,0 +115024,0,0,0,0,0 +115025,0,0,0,0,0 +115026,0,0,0,0,0 +115027,0,0,0,0,0 +115028,0,0,0,0,0 +115029,0,0,0,0,0 +115030,0,0,0,0,0 +115031,0,0,0,0,0 +115032,0,0,0,0,0 +115033,0,0,0,0,0 +115034,0,0,0,0,0 +115035,0,0,0,0,0 +115036,0,0,0,0,0 +115037,0,0,0,0,0 +115038,0,0,0,0,0 +115039,0,0,0,0,0 +115040,0,0,0,0,0 +115041,0,0,0,0,0 +115042,0,0,0,0,0 +115043,0,0,0,0,0 +115044,0,0,0,0,0 +115045,0,0,0,0,0 +115046,0,0,0,0,0 +115047,0,0,0,0,0 +115048,0,0,0,0,0 +115049,0,0,0,0,0 +115050,0,0,0,0,0 +115051,0,0,0,0,0 +115052,0,0,0,0,0 +115053,0,0,0,0,0 +115054,0,0,0,0,0 +115055,0,0,0,0,0 +115056,0,0,0,0,0 +115057,0,0,0,0,0 +115058,0,0,0,0,0 +115059,0,0,0,0,0 +115060,0,0,0,0,0 +115061,0,0,0,0,0 +115062,0,0,0,0,0 +115063,0,0,0,0,0 +115064,0,0,0,0,0 +115065,0,0,0,0,0 +115066,0,0,0,0,0 +115067,0,0,0,0,0 +115068,0,0,0,0,0 +115069,0,0,0,0,0 +115070,0,0,0,0,0 +115071,0,0,0,0,0 +115072,0,0,0,0,0 +115073,0,0,0,0,0 +115074,0,0,0,0,0 +115075,0,0,0,0,0 +115076,0,0,0,0,0 +115077,0,0,0,0,0 +115078,0,0,0,0,0 +115079,0,0,0,0,0 +115080,0,0,0,0,0 +115081,0,0,0,0,0 +115082,0,0,0,0,0 +115083,0,0,0,0,0 +115084,0,0,0,0,0 +115085,0,0,0,0,0 +115086,0,0,0,0,0 +115087,0,0,0,0,0 +115088,0,0,0,0,0 +115089,0,0,0,0,0 +115090,0,0,0,0,0 +115091,0,0,0,0,0 +115092,0,0,0,0,0 +115093,0,0,0,0,0 +115094,0,0,0,0,0 +115095,0,0,0,0,0 +115096,0,0,0,0,0 +115097,0,0,0,0,0 +115098,0,0,0,0,0 +115099,0,0,0,0,0 +115100,0,0,0,0,0 +115101,0,0,0,0,0 +115102,0,0,0,0,0 +115103,0,0,0,0,0 +115104,0,0,0,0,0 +115105,0,0,0,0,0 +115106,0,0,0,0,0 +115107,0,0,0,0,0 +115108,0,0,0,0,0 +115109,0,0,0,0,0 +115110,0,0,0,0,0 +115111,0,0,0,0,0 +115112,0,0,0,0,0 +115113,0,0,0,0,0 +115114,0,0,0,0,0 +115115,0,0,0,0,0 +115116,0,0,0,0,0 +115117,0,0,0,0,0 +115118,0,0,0,0,0 +115119,0,0,0,0,0 +115120,0,0,0,0,0 +115121,0,0,0,0,0 +115122,0,0,0,0,0 +115123,0,0,0,0,0 +115124,0,0,0,0,0 +115125,0,0,0,0,0 +115126,0,0,0,0,0 +115127,0,0,0,0,0 +115128,0,0,0,0,0 +115129,0,0,0,0,0 +115130,0,0,0,0,0 +115131,0,0,0,0,0 +115132,0,0,0,0,0 +115133,0,0,0,0,0 +115134,0,0,0,0,0 +115135,0,0,0,0,0 +115136,0,0,0,0,0 +115137,0,0,0,0,0 +115138,0,0,0,0,0 +115139,0,0,0,0,0 +115140,0,0,0,0,0 +115141,0,0,0,0,0 +115142,0,0,0,0,0 +115143,0,0,0,0,0 +115144,0,0,0,0,0 +115145,0,0,0,0,0 +115146,0,0,0,0,0 +115147,0,0,0,0,0 +115148,0,0,0,0,0 +115149,0,0,0,0,0 +115150,0,0,0,0,0 +115151,0,0,0,0,0 +115152,0,0,0,0,0 +115153,0,0,0,0,0 +115154,0,0,0,0,0 +115155,0,0,0,0,0 +115156,0,0,0,0,0 +115157,0,0,0,0,0 +115158,0,0,0,0,0 +115159,0,0,0,0,0 +115160,0,0,0,0,0 +115161,0,0,0,0,0 +115162,0,0,0,0,0 +115163,0,0,0,0,0 +115164,0,0,0,0,0 +115165,0,0,0,0,0 +115166,0,0,0,0,0 +115167,0,0,0,0,0 +115168,0,0,0,0,0 +115169,0,0,0,0,0 +115170,0,0,0,0,0 +115171,0,0,0,0,0 +115172,0,0,0,0,0 +115173,0,0,0,0,0 +115174,0,0,0,0,0 +115175,0,0,0,0,0 +115176,0,0,0,0,0 +115177,0,0,0,0,0 +115178,0,0,0,0,0 +115179,0,0,0,0,0 +115180,0,0,0,0,0 +115181,0,0,0,0,0 +115182,0,0,0,0,0 +115183,0,0,0,0,0 +115184,0,0,0,0,0 +115185,0,0,0,0,0 +115186,0,0,0,0,0 +115187,0,0,0,0,0 +115188,0,0,0,0,0 +115189,0,0,0,0,0 +115190,0,0,0,0,0 +115191,0,0,0,0,0 +115192,0,0,0,0,0 +115193,0,0,0,0,0 +115194,0,0,0,0,0 +115195,0,0,0,0,0 +115196,0,0,0,0,0 +115197,0,0,0,0,0 +115198,0,0,0,0,0 +115199,0,0,0,0,0 +115200,0,0,0,0,0 +115201,0,0,0,0,0 +115202,0,0,0,0,0 +115203,0,0,0,0,0 +115204,0,0,0,0,0 +115205,0,0,0,0,0 +115206,0,0,0,0,0 +115207,0,0,0,0,0 +115208,0,0,0,0,0 +115209,0,0,0,0,0 +115210,0,0,0,0,0 +115211,0,0,0,0,0 +115212,0,0,0,0,0 +115213,0,0,0,0,0 +115214,0,0,0,0,0 +115215,0,0,0,0,0 +115216,0,0,0,0,0 +115217,0,0,0,0,0 +115218,0,0,0,0,0 +115219,0,0,0,0,0 +115220,0,0,0,0,0 +115221,0,0,0,0,0 +115222,0,0,0,0,0 +115223,0,0,0,0,0 +115224,0,0,0,0,0 +115225,0,0,0,0,0 +115226,0,0,0,0,0 +115227,0,0,0,0,0 +115228,0,0,0,0,0 +115229,0,0,0,0,0 +115230,0,0,0,0,0 +115231,0,0,0,0,0 +115232,0,0,0,0,0 +115233,0,0,0,0,0 +115234,0,0,0,0,0 +115235,0,0,0,0,0 +115236,0,0,0,0,0 +115237,0,0,0,0,0 +115238,0,0,0,0,0 +115239,0,0,0,0,0 +115240,0,0,0,0,0 +115241,0,0,0,0,0 +115242,0,0,0,0,0 +115243,0,0,0,0,0 +115244,0,0,0,0,0 +115245,0,0,0,0,0 +115246,0,0,0,0,0 +115247,0,0,0,0,0 +115248,0,0,0,0,0 +115249,0,0,0,0,0 +115250,0,0,0,0,0 +115251,0,0,0,0,0 +115252,0,0,0,0,0 +115253,0,0,0,0,0 +115254,0,0,0,0,0 +115255,0,0,0,0,0 +115256,0,0,0,0,0 +115257,0,0,0,0,0 +115258,0,0,0,0,0 +115259,0,0,0,0,0 +115260,0,0,0,0,0 +115261,0,0,0,0,0 +115262,0,0,0,0,0 +115263,0,0,0,0,0 +115264,0,0,0,0,0 +115265,0,0,0,0,0 +115266,0,0,0,0,0 +115267,0,0,0,0,0 +115268,0,0,0,0,0 +115269,0,0,0,0,0 +115270,0,0,0,0,0 +115271,0,0,0,0,0 +115272,0,0,0,0,0 +115273,0,0,0,0,0 +115274,0,0,0,0,0 +115275,0,0,0,0,0 +115276,0,0,0,0,0 +115277,0,0,0,0,0 +115278,0,0,0,0,0 +115279,0,0,0,0,0 +115280,0,0,0,0,0 +115281,0,0,0,0,0 +115282,0,0,0,0,0 +115283,0,0,0,0,0 +115284,0,0,0,0,0 +115285,0,0,0,0,0 +115286,0,0,0,0,0 +115287,0,0,0,0,0 +115288,0,0,0,0,0 +115289,0,0,0,0,0 +115290,0,0,0,0,0 +115291,0,0,0,0,0 +115292,0,0,0,0,0 +115293,0,0,0,0,0 +115294,0,0,0,0,0 +115295,0,0,0,0,0 +115296,0,0,0,0,0 +115297,0,0,0,0,0 +115298,0,0,0,0,0 +115299,0,0,0,0,0 +115300,0,0,0,0,0 +115301,0,0,0,0,0 +115302,0,0,0,0,0 +115303,0,0,0,0,0 +115304,0,0,0,0,0 +115305,0,0,0,0,0 +115306,0,0,0,0,0 +115307,0,0,0,0,0 +115308,0,0,0,0,0 +115309,0,0,0,0,0 +115310,0,0,0,0,0 +115311,0,0,0,0,0 +115312,0,0,0,0,0 +115313,0,0,0,0,0 +115314,0,0,0,0,0 +115315,0,0,0,0,0 +115316,0,0,0,0,0 +115317,0,0,0,0,0 +115318,0,0,0,0,0 +115319,0,0,0,0,0 +115320,0,0,0,0,0 +115321,0,0,0,0,0 +115322,0,0,0,0,0 +115323,0,0,0,0,0 +115324,0,0,0,0,0 +115325,0,0,0,0,0 +115326,0,0,0,0,0 +115327,0,0,0,0,0 +115328,0,0,0,0,0 +115329,0,0,0,0,0 +115330,0,0,0,0,0 +115331,0,0,0,0,0 +115332,0,0,0,0,0 +115333,0,0,0,0,0 +115334,0,0,0,0,0 +115335,0,0,0,0,0 +115336,0,0,0,0,0 +115337,0,0,0,0,0 +115338,0,0,0,0,0 +115339,0,0,0,0,0 +115340,0,0,0,0,0 +115341,0,0,0,0,0 +115342,0,0,0,0,0 +115343,0,0,0,0,0 +115344,0,0,0,0,0 +115345,0,0,0,0,0 +115346,0,0,0,0,0 +115347,0,0,0,0,0 +115348,0,0,0,0,0 +115349,0,0,0,0,0 +115350,0,0,0,0,0 +115351,0,0,0,0,0 +115352,0,0,0,0,0 +115353,0,0,0,0,0 +115354,0,0,0,0,0 +115355,0,0,0,0,0 +115356,0,0,0,0,0 +115357,0,0,0,0,0 +115358,0,0,0,0,0 +115359,0,0,0,0,0 +115360,0,0,0,0,0 +115361,0,0,0,0,0 +115362,0,0,0,0,0 +115363,0,0,0,0,0 +115364,0,0,0,0,0 +115365,0,0,0,0,0 +115366,0,0,0,0,0 +115367,0,0,0,0,0 +115368,0,0,0,0,0 +115369,0,0,0,0,0 +115370,0,0,0,0,0 +115371,0,0,0,0,0 +115372,0,0,0,0,0 +115373,0,0,0,0,0 +115374,0,0,0,0,0 +115375,0,0,0,0,0 +115376,0,0,0,0,0 +115377,0,0,0,0,0 +115378,0,0,0,0,0 +115379,0,0,0,0,0 +115380,0,0,0,0,0 +115381,0,0,0,0,0 +115382,0,0,0,0,0 +115383,0,0,0,0,0 +115384,0,0,0,0,0 +115385,0,0,0,0,0 +115386,0,0,0,0,0 +115387,0,0,0,0,0 +115388,0,0,0,0,0 +115389,0,0,0,0,0 +115390,0,0,0,0,0 +115391,0,0,0,0,0 +115392,0,0,0,0,0 +115393,0,0,0,0,0 +115394,0,0,0,0,0 +115395,0,0,0,0,0 +115396,0,0,0,0,0 +115397,0,0,0,0,0 +115398,0,0,0,0,0 +115399,0,0,0,0,0 +115400,0,0,0,0,0 +115401,0,0,0,0,0 +115402,0,0,0,0,0 +115403,0,0,0,0,0 +115404,0,0,0,0,0 +115405,0,0,0,0,0 +115406,0,0,0,0,0 +115407,0,0,0,0,0 +115408,0,0,0,0,0 +115409,0,0,0,0,0 +115410,0,0,0,0,0 +115411,0,0,0,0,0 +115412,0,0,0,0,0 +115413,0,0,0,0,0 +115414,0,0,0,0,0 +115415,0,0,0,0,0 +115416,0,0,0,0,0 +115417,0,0,0,0,0 +115418,0,0,0,0,0 +115419,0,0,0,0,0 +115420,0,0,0,0,0 +115421,0,0,0,0,0 +115422,0,0,0,0,0 +115423,0,0,0,0,0 +115424,0,0,0,0,0 +115425,0,0,0,0,0 +115426,0,0,0,0,0 +115427,0,0,0,0,0 +115428,0,0,0,0,0 +115429,0,0,0,0,0 +115430,0,0,0,0,0 +115431,0,0,0,0,0 +115432,0,0,0,0,0 +115433,0,0,0,0,0 +115434,0,0,0,0,0 +115435,0,0,0,0,0 +115436,0,0,0,0,0 +115437,0,0,0,0,0 +115438,0,0,0,0,0 +115439,0,0,0,0,0 +115440,0,0,0,0,0 +115441,0,0,0,0,0 +115442,0,0,0,0,0 +115443,0,0,0,0,0 +115444,0,0,0,0,0 +115445,0,0,0,0,0 +115446,0,0,0,0,0 +115447,0,0,0,0,0 +115448,0,0,0,0,0 +115449,0,0,0,0,0 +115450,0,0,0,0,0 +115451,0,0,0,0,0 +115452,0,0,0,0,0 +115453,0,0,0,0,0 +115454,0,0,0,0,0 +115455,0,0,0,0,0 +115456,0,0,0,0,0 +115457,0,0,0,0,0 +115458,0,0,0,0,0 +115459,0,0,0,0,0 +115460,0,0,0,0,0 +115461,0,0,0,0,0 +115462,0,0,0,0,0 +115463,0,0,0,0,0 +115464,0,0,0,0,0 +115465,0,0,0,0,0 +115466,0,0,0,0,0 +115467,0,0,0,0,0 +115468,0,0,0,0,0 +115469,0,0,0,0,0 +115470,0,0,0,0,0 +115471,0,0,0,0,0 +115472,0,0,0,0,0 +115473,0,0,0,0,0 +115474,0,0,0,0,0 +115475,0,0,0,0,0 +115476,0,0,0,0,0 +115477,0,0,0,0,0 +115478,0,0,0,0,0 +115479,0,0,0,0,0 +115480,0,0,0,0,0 +115481,0,0,0,0,0 +115482,0,0,0,0,0 +115483,0,0,0,0,0 +115484,0,0,0,0,0 +115485,0,0,0,0,0 +115486,0,0,0,0,0 +115487,0,0,0,0,0 +115488,0,0,0,0,0 +115489,0,0,0,0,0 +115490,0,0,0,0,0 +115491,0,0,0,0,0 +115492,0,0,0,0,0 +115493,0,0,0,0,0 +115494,0,0,0,0,0 +115495,0,0,0,0,0 +115496,0,0,0,0,0 +115497,0,0,0,0,0 +115498,0,0,0,0,0 +115499,0,0,0,0,0 +115500,0,0,0,0,0 +115501,0,0,0,0,0 +115502,0,0,0,0,0 +115503,0,0,0,0,0 +115504,0,0,0,0,0 +115505,0,0,0,0,0 +115506,0,0,0,0,0 +115507,0,0,0,0,0 +115508,0,0,0,0,0 +115509,0,0,0,0,0 +115510,0,0,0,0,0 +115511,0,0,0,0,0 +115512,0,0,0,0,0 +115513,0,0,0,0,0 +115514,0,0,0,0,0 +115515,0,0,0,0,0 +115516,0,0,0,0,0 +115517,0,0,0,0,0 +115518,0,0,0,0,0 +115519,0,0,0,0,0 +115520,0,0,0,0,0 +115521,0,0,0,0,0 +115522,0,0,0,0,0 +115523,0,0,0,0,0 +115524,0,0,0,0,0 +115525,0,0,0,0,0 +115526,0,0,0,0,0 +115527,0,0,0,0,0 +115528,0,0,0,0,0 +115529,0,0,0,0,0 +115530,0,0,0,0,0 +115531,0,0,0,0,0 +115532,0,0,0,0,0 +115533,0,0,0,0,0 +115534,0,0,0,0,0 +115535,0,0,0,0,0 +115536,0,0,0,0,0 +115537,0,0,0,0,0 +115538,0,0,0,0,0 +115539,0,0,0,0,0 +115540,0,0,0,0,0 +115541,0,0,0,0,0 +115542,0,0,0,0,0 +115543,0,0,0,0,0 +115544,0,0,0,0,0 +115545,0,0,0,0,0 +115546,0,0,0,0,0 +115547,0,0,0,0,0 +115548,0,0,0,0,0 +115549,0,0,0,0,0 +115550,0,0,0,0,0 +115551,0,0,0,0,0 +115552,0,0,0,0,0 +115553,0,0,0,0,0 +115554,0,0,0,0,0 +115555,0,0,0,0,0 +115556,0,0,0,0,0 +115557,0,0,0,0,0 +115558,0,0,0,0,0 +115559,0,0,0,0,0 +115560,0,0,0,0,0 +115561,0,0,0,0,0 +115562,0,0,0,0,0 +115563,0,0,0,0,0 +115564,0,0,0,0,0 +115565,0,0,0,0,0 +115566,0,0,0,0,0 +115567,0,0,0,0,0 +115568,0,0,0,0,0 +115569,0,0,0,0,0 +115570,0,0,0,0,0 +115571,0,0,0,0,0 +115572,0,0,0,0,0 +115573,0,0,0,0,0 +115574,0,0,0,0,0 +115575,0,0,0,0,0 +115576,0,0,0,0,0 +115577,0,0,0,0,0 +115578,0,0,0,0,0 +115579,0,0,0,0,0 +115580,0,0,0,0,0 +115581,0,0,0,0,0 +115582,0,0,0,0,0 +115583,0,0,0,0,0 +115584,0,0,0,0,0 +115585,0,0,0,0,0 +115586,0,0,0,0,0 +115587,0,0,0,0,0 +115588,0,0,0,0,0 +115589,0,0,0,0,0 +115590,0,0,0,0,0 +115591,0,0,0,0,0 +115592,0,0,0,0,0 +115593,0,0,0,0,0 +115594,0,0,0,0,0 +115595,0,0,0,0,0 +115596,0,0,0,0,0 +115597,0,0,0,0,0 +115598,0,0,0,0,0 +115599,0,0,0,0,0 +115600,0,0,0,0,0 +115601,0,0,0,0,0 +115602,0,0,0,0,0 +115603,0,0,0,0,0 +115604,0,0,0,0,0 +115605,0,0,0,0,0 +115606,0,0,0,0,0 +115607,0,0,0,0,0 +115608,0,0,0,0,0 +115609,0,0,0,0,0 +115610,0,0,0,0,0 +115611,0,0,0,0,0 +115612,0,0,0,0,0 +115613,0,0,0,0,0 +115614,0,0,0,0,0 +115615,0,0,0,0,0 +115616,0,0,0,0,0 +115617,0,0,0,0,0 +115618,0,0,0,0,0 +115619,0,0,0,0,0 +115620,0,0,0,0,0 +115621,-1709.372626,-650.5162208,-1573.336513,-731.1561044,-515.9138849 +115622,-2068.529424,-796.4668058,-1926.244632,-879.4188294,-1289.522326 +115623,-1874.334428,-710.0616142,-1731.702742,-795.1483856,-1130.244887 +115624,-1607.499564,-586.1245585,-1461.79867,-673.7681655,-653.0435616 +115625,-1731.126131,-638.2424671,-1581.087258,-729.2032598,-836.1750344 +115626,-1820.147607,2.823524994,-1666.101849,-770.0343186,-991.2446493 +115627,-1865.128755,-305.8488004,-1707.375311,-791.3729887,-1085.395594 +115628,-1872.161621,-203.7927959,-1664.445799,-795.6879079,-1119.758599 +115629,-1850.326401,-176.0475138,-378.8358528,-786.9560455,-1104.188972 +115630,-1810.888856,-158.027133,-1103.104558,-770.2230348,-1055.556906 +115631,-1784.650233,-139.5390304,-858.2859897,-759.4471579,-1028.387678 +115632,-1768.460663,-122.4189637,-823.1856765,-753.163586,-1016.781293 +115633,-1779.150063,-104.335743,-792.9789664,-760.7481452,-1121.456557 +115634,-1594.977266,-86.76096071,-766.7333766,-678.2904553,-815.9052415 +115635,-1713.906588,-70.06189709,-739.3610916,-734.0016746,-1077.045201 +115636,-1508.82306,-51.76801329,-711.3622855,-641.390545,-711.4365852 +115637,-1590.807289,-35.71446466,-687.9686222,-677.7241849,-806.8474721 +115638,-1595.542801,-17.72523365,-660.8320614,-727.4937854,-1064.34033 +115639,-1337.10573,-0.439277354,-635.8583106,-609.4474836,-607.5738802 +115640,-1455.356206,16.01984066,-611.5723782,-703.8219657,-1029.964465 +115641,-1353.140095,41.75776531,-587.6167027,-569.5455113,-497.5414667 +115642,-1453.03287,62.66425683,-564.405304,-625.4163645,-649.6994779 +115643,-1336.295504,84.83940481,-540.5580482,-658.1942905,-742.7592606 +115644,-1358.477363,38.41701984,-518.2622129,-712.8645399,-1049.031644 +115645,-1333.961544,163.1488228,-494.675596,-578.1992852,-537.4005856 +115646,-1321.647189,140.028078,-474.3455533,-625.7823247,-664.4273736 +115647,-1305.089388,39.0616244,-450.724388,-642.6293195,-1028.719142 +115648,-1290.881279,181.8720577,-429.6564224,-548.1998064,-451.3386352 +115649,-1275.801019,42.23630504,-409.2596773,-608.0708179,-994.7236233 +115650,-1260.984981,45.1866292,-387.7920407,-564.2482523,-932.6807865 +115651,-1138.169586,225.8180556,-369.8070648,-471.842254,-242.1411864 +115652,-1344.189086,185.6480297,-353.3212863,-559.1484263,-473.9067436 +115653,-1221.678491,50.89352998,-340.6925859,-678.621733,-999.1951091 +115654,-1187.524086,198.6099036,-325.0671956,-475.913392,-417.9892662 +115655,-1202.563358,176.9383677,-312.6112831,-552.9015937,-561.2004543 +115656,-1183.615805,162.2942259,-299.138427,-532.2327174,-657.0756584 +115657,-1169.359842,59.89373841,-286.1727578,-524.4667892,-1018.156465 +115658,-1157.358146,209.170953,-271.6684662,-516.2286638,-413.7502089 +115659,-1144.609954,66.85091023,-261.6342971,-512.2172127,-968.9887297 +115660,-1130.987798,71.05176815,-246.6032187,-503.5433385,-899.4992157 +115661,-1121.610902,87.70536865,-235.6055331,-498.6654324,-807.5437177 +115662,-992.8013816,276.5534976,-222.944007,-416.2474339,-101.6209468 +115663,-1266.832843,81.77826017,-213.5468726,-596.1613167,-900.0286337 +115664,-1004.933379,259.1005799,-199.1774181,-427.1968007,-221.5346779 +115665,-1092.442341,85.89021326,-189.8021629,-485.6888204,-919.4112821 +115666,-1060.58636,259.8825826,-177.0555686,-464.1802656,-245.6692811 +115667,-1055.064004,225.8409804,-169.0450653,-468.0533758,-457.1614866 +115668,-1039.417489,205.1948341,-156.2275336,-453.1911676,-590.6425143 +115669,-1030.144027,192.0149008,-146.7408581,-451.4291873,-677.7459577 +115670,-1018.507398,96.82990721,-135.7693137,-445.7148207,-998.8583801 +115671,-1008.960732,236.2351479,-125.8065524,-438.4421126,-428.881974 +115672,-998.3864485,104.7683747,-116.5665339,-434.9202216,-936.9281745 +115673,-985.9653159,109.2631946,-105.501577,-428.2613687,-861.9193616 +115674,-975.924157,285.7720494,-96.47760112,-422.9598861,-195.6215404 +115675,-965.7124186,252.0675992,-87.23043009,-417.1541458,-413.871182 +115676,-957.1014541,229.8826832,-78.37295655,-413.9526306,-559.2359874 +115677,-945.9746899,213.7025098,-69.11957369,-405.9323958,-662.4619534 +115678,-934.4912977,121.1088953,-59.44521924,-402.1997477,-972.7824143 +115679,-925.0333019,125.8287641,-51.11398258,-397.4221464,-873.0199417 +115680,-914.2433902,284.3391697,-42.23925621,-390.4745577,-271.3447832 +115681,82.55793561,133.9348506,82.29193403,37.37174749,-878.9458357 +115682,85.70081549,145.9191641,99.28577627,39.02879848,-789.3655663 +115683,90.6339651,162.5710364,124.9888315,41.61871755,147.1425222 +115684,96.64746764,179.7332065,151.7934187,44.69408715,198.2378485 +115685,102.7092085,195.1625187,175.8172753,47.73436001,234.9850706 +115686,111.8514001,210.0255695,199.8475255,52.11562538,269.4511824 +115687,138.3446699,231.1711551,238.7238125,64.33744857,331.9625757 +115688,156.3847176,247.2560629,267.2300937,72.67842468,377.3005254 +115689,171.0834251,260.8878981,290.8768559,79.47412011,415.120277 +115690,183.1103036,439.7576964,310.5946372,85.03977332,446.6576978 +115691,193.0109462,546.2395899,327.1181731,89.63096272,472.952983 +115692,201.2263393,486.8355482,341.0480261,93.4525451,494.9300315 +115693,208.0987809,541.6071855,352.8616584,96.66237682,513.3643651 +115694,213.8956915,563.9893933,362.9406962,99.38306072,528.8909329 +115695,218.8289368,585.3277609,371.6013787,101.7112997,542.0256226 +115696,223.068148,606.7606554,379.094688,103.7242489,553.1885323 +115697,226.7494855,626.9461126,385.6299078,105.4836566,562.7228166 +115698,229.9876562,647.4949218,391.3769607,107.0372992,570.9194364 +115699,232.8535133,667.8020611,396.4549507,108.4126955,577.978496 +115700,235.4357301,686.9052894,400.9940683,109.6485006,584.1228505 +115701,237.7820519,706.8629779,405.0768104,110.7674564,589.492498 +115702,239.9390341,725.7613745,408.7784593,111.7926873,594.2178723 +115703,241.942655,744.4331356,412.1587772,112.7423782,598.4037332 +115704,243.8216528,763.4033194,415.2662949,113.6309859,602.1360994 +115705,245.5989865,781.5329526,418.1405122,114.4699496,605.4856732 +115706,247.2929608,799.659904,420.8136041,115.2683266,608.5105574 +115707,248.9252586,817.2670039,423.3118171,116.0333129,611.2586552 +115708,250.4964922,835.5541296,425.6565688,116.7706279,613.7693984 +115709,252.0070822,852.3434521,427.8653211,117.4848001,616.0751811 +115710,253.4622869,869.7174791,429.9523278,118.1794092,618.2026482 +115711,254.8696451,885.7378457,431.9292694,118.857292,620.1738629 +115712,256.2295123,901.0928984,433.7907943,119.5167559,622.0069585 +115713,257.5399929,917.091434,435.5344434,120.1551304,623.7169505 +115714,258.8091602,931.9049375,437.1641036,120.7758949,625.3162836 +115715,260.0416753,946.8574941,438.6869667,121.3808464,626.8154027 +115716,261.2372726,966.3011427,440.1106079,121.9691584,628.2229937 +115717,262.4030579,984.4666847,441.4417287,122.5443872,629.5463893 +115718,263.5384457,1002.655341,442.6859319,123.1076454,630.7917101 +115719,264.6491753,1020.451486,443.8479236,123.6573523,631.9641687 +115720,265.7333878,1037.957138,444.9317152,124.1964172,633.0681381 +115721,266.7959112,1055.304403,445.9408014,124.7236125,634.1073962 +115722,267.8343087,1072.315523,446.8782456,125.2415139,635.085136 +115723,268.8529825,1089.116686,447.7467741,125.7485015,636.0041698 +115724,269.8491907,1105.630041,448.5488104,126.24688,636.8668934 +115725,270.8270669,1122.019668,449.2865479,126.7348967,637.6754658 +115726,271.7836764,1138.094313,449.9619664,127.2147694,638.4317465 +115727,272.7229723,1153.935205,450.5768886,127.6846986,639.1374486 +115728,273.6419023,1169.671752,451.1329873,128.1468497,639.7940669 +115729,276.2326194,1185.053343,453.320145,129.3668107,643.4726776 +115730,279.8860513,1199.894544,456.5337399,131.0707111,649.0746568 +115731,283.4966413,1215.55111,459.6656922,132.7520595,654.5861659 +115732,287.0179503,1230.206486,462.6739721,134.3935738,659.9292765 +115733,290.4569641,1244.778199,465.5631605,135.9955353,665.1091499 +115734,294.0277798,1259.367748,468.5517487,137.6593232,670.5194757 +115735,297.3392138,1273.611333,471.2461144,139.2039517,675.4417512 +115736,300.5898764,1287.667631,473.8491602,140.7234176,680.2423031 +115737,303.7910027,1301.722758,476.3696602,142.2195026,684.9350408 +115738,306.9449902,1315.299356,478.8142142,143.6967502,689.5303778 +115739,310.0594836,1329.057176,481.1879737,145.1551678,694.0364511 +115740,313.1346339,1342.27131,483.4952249,146.5981648,698.460005 +115741,316.2048469,1524.720205,485.7678658,148.0378924,702.8581212 +115742,326.2788137,1539.85847,495.0379864,152.6260356,720.4806221 +115743,339.8775663,1554.061764,507.8169274,158.7497722,744.7617559 +115744,353.4917417,1568.038992,520.5863155,164.8094426,769.2051643 +115745,365.6663342,1581.658642,531.8871323,170.1613185,791.1451163 +115746,376.2665106,1594.879297,541.5845912,174.768296,810.3127474 +115747,385.5920558,1608.201595,549.9801962,178.7867047,827.2075633 +115748,393.94852,1621.127858,735.2439744,182.3684353,842.33555 +115749,401.3854754,1633.946203,790.400019,185.616191,856.0402645 +115750,408.1046577,1651.245135,739.0463965,188.5951269,868.5429753 +115751,414.2815093,1661.160127,776.2767955,191.3506246,880.0041994 +115752,420.0322512,1677.470485,786.7280194,193.9184194,890.5564558 +115753,425.4326848,1685.647931,795.6001691,196.3284935,900.3159867 +115754,430.537985,1704.442002,804.9127324,198.6061924,909.3851268 +115755,435.3929254,1708.140967,813.4802922,200.7726966,917.8530264 +115756,440.0354044,1693.672704,821.9237932,202.8455069,925.7966041 +115757,444.4974584,1746.016076,830.1408208,204.8390051,933.281938 +115758,448.8058563,1737.582332,838.0977349,206.7650034,940.3657852 +115759,452.9827759,1752.978761,845.692922,208.6332156,947.0969348 +115760,457.041433,1764.206727,853.4969054,210.44932,953.5080823 +115761,461.0015891,1775.1714,860.7217613,212.222018,959.6437636 +115762,464.8811239,1786.016871,868.0710669,213.9591844,965.544827 +115763,468.686812,1796.799194,874.8115575,215.6636669,971.2315218 +115764,472.4265428,1807.159414,881.5987704,217.3388367,976.7256324 +115765,476.1072314,1817.766648,888.5203132,218.9876438,982.0466431 +115766,479.7347926,1828.073066,894.9133515,220.6126018,987.2116846 +115767,483.3142269,1832.375618,908.7183868,222.2158285,992.2356992 +115768,487.0024713,1841.38743,916.2454287,223.8677645,997.1321712 +115769,490.7145935,1850.798971,922.9165134,225.545774,1001.912833 +115770,494.1327649,1860.053995,929.8304662,227.1041914,1006.139176 +115771,497.8030659,1869.268617,935.9231579,228.7873237,1010.864111 +115772,501.37059,1878.150736,942.0427526,230.4303638,1015.455499 +115773,504.8479741,1887.002705,947.9925997,232.0370718,1019.930093 +115774,508.2486896,1895.903256,953.8300266,233.6125978,1157.95834 +115775,511.5839154,1904.313206,959.5663099,235.1614712,1180.899248 +115776,514.8621033,1912.867371,965.2101099,236.6870989,1167.798784 +115777,518.0895691,1921.276904,970.769918,238.1919459,1196.911847 +115778,521.2711717,1929.543925,976.2538052,239.6778412,1211.649006 +115779,524.4108064,1937.691521,981.444833,241.1462131,1226.254565 +115780,527.511683,1945.642673,987.1616708,242.5982204,1240.351871 +115781,530.5764991,1953.506725,992.2915377,244.0348289,1253.915915 +115782,533.6075439,1961.326352,997.6409855,245.4568546,1267.669034 +115783,536.6067565,1968.883768,1003.385656,246.8649849,1281.223599 +115784,539.5758077,1976.372808,1009.197935,248.2598123,1294.020825 +115785,542.5161341,1983.855343,1015.038072,249.6418467,1307.279646 +115786,545.4289761,1991.052094,1021.135593,251.0115296,1319.933062 +115787,548.315416,1998.176413,1026.643146,252.3692489,1332.462736 +115788,551.1764061,2005.195348,1032.750324,253.71535,1344.702877 +115789,554.0127876,2012.098089,1038.630728,255.050142,1357.177656 +115790,556.8253125,2018.972683,1044.572519,259.133658,1369.058068 +115791,559.6146625,2025.502524,1050.618355,319.2704191,1380.94811 +115792,562.381453,2032.11133,1056.621578,293.149012,1392.470068 +115793,622.1784109,2038.429365,1062.766158,307.4912536,1404.295767 +115794,654.777289,2044.869254,1068.704489,313.7390474,1415.525785 +115795,664.1565945,2050.990743,1075.298269,319.3852776,1426.785645 +115796,672.5424104,2057.071294,1081.315368,324.8667068,1437.857128 +115797,687.3899431,2063.112222,1087.485492,330.337423,1448.582287 +115798,698.7563236,2068.803972,1093.596184,335.6177207,1459.696695 +115799,709.4642817,2074.580786,1099.615615,341.0034872,1470.391916 +115800,720.4659708,2080.160193,1105.614769,346.0283627,1480.603569 +115801,737.9057603,2088.735596,1118.421207,354.0987397,1513.152697 +115802,749.9901628,2094.913928,1125.977795,359.9064293,1525.037158 +115803,761.652277,2100.539652,1132.937233,365.351417,1537.131045 +115804,773.0689105,2106.499663,1139.742285,370.6917165,1548.174678 +115805,784.1588012,2111.670494,1146.416519,375.8490107,1559.184167 +115806,795.0136637,2117.163157,1152.913367,381.0740463,1569.874068 +115807,806.1713828,2122.252538,1159.426077,386.0147126,1580.443723 +115808,816.4478568,2127.397994,1165.753959,391.1744321,1590.782614 +115809,827.3506377,2132.252486,1172.092354,395.8613704,1601.002225 +115810,837.6885771,2137.043618,1178.368541,400.8734485,1611.042262 +115811,847.9271243,2141.845766,1184.506835,405.5945818,1621.034216 +115812,858.5750534,2146.344369,1190.658614,410.2474061,1630.795311 +115813,868.1843492,2150.780669,1196.756914,415.1185719,1640.543891 +115814,878.6604789,2155.218351,1202.72015,419.4471699,1650.066395 +115815,888.4592394,2159.295444,1208.704805,424.2158656,1659.584053 +115816,898.3671297,2164.568193,1214.640429,428.6323076,1668.881491 +115817,908.121596,2169.801097,1220.444011,433.0911079,1678.182036 +115818,917.8275671,2171.271602,1226.275101,437.4922897,1687.265409 +115819,927.2558965,2180.465672,1232.063493,441.8392654,1696.360685 +115820,937.0716758,2173.869275,1237.71919,446.0469844,1705.23944 +115821,946.3778752,2198.880847,1243.41153,450.5514591,1714.140306 +115822,955.7502675,2160.471552,1249.027488,454.5255048,1722.82315 +115823,965.0900086,2201.442335,1254.642963,458.683066,1731.502004 +115824,974.2962408,2189.346769,1260.125539,462.9537142,1740.091368 +115825,983.455514,2195.196187,1265.651199,466.9556381,1748.510639 +115826,992.5419222,2198.261696,1271.105682,471.0160978,1756.960103 +115827,1001.340749,2201.127843,1276.566283,474.904889,1765.197003 +115828,1010.651344,2203.991222,1281.89628,479.1559735,1773.442134 +115829,1019.367894,2206.490018,1287.276828,482.8267704,1781.223597 +115830,1028.457287,2209.09967,1292.590296,486.8210292,1789.823687 +115831,1037.108111,2211.009638,1298.451056,490.8845758,1797.505872 +115832,1046.276409,2212.720684,1304.263084,494.8444826,1805.533359 +115833,1054.94008,2214.261892,1310.168472,499.1045877,1813.380465 +115834,1064.215403,2215.64661,1316.035489,503.0580149,1821.048879 +115835,1072.870229,2216.883435,1321.54647,507.1062241,1828.833765 +115836,1081.704004,2217.976264,1327.9487,511.2424504,1836.422427 +115837,1090.445502,2218.929611,1333.491275,515.0170858,1843.983977 +115838,1099.135804,2219.746121,1339.449723,518.9466568,1851.431948 +115839,1107.776223,2220.428804,1345.288067,523.0680745,1858.926667 +115840,1116.083229,2220.979811,1351.000223,526.8846439,1866.257734 +115841,1125.076552,2221.401509,1356.900082,530.8024025,1873.567326 +115842,1133.346554,2221.695696,1362.651187,534.6766296,1880.812651 +115843,1141.842774,2221.864407,1368.436025,538.5298846,1887.998172 +115844,1150.239307,2221.909205,1374.202628,542.362035,1895.081315 +115845,1158.589674,2221.83192,1379.953985,546.0267162,1902.269089 +115846,1166.892446,2221.633805,1385.69577,550.0464696,1909.184243 +115847,1175.149368,2221.316551,1391.380334,553.7064357,1916.145196 +115848,1183.359948,2220.881254,1397.164028,557.4838536,1923.121077 +115849,1191.525682,2220.329498,1402.881313,561.3670647,1929.950178 +115850,1199.30881,2219.662287,1408.464655,564.8410592,1936.815057 +115851,1207.921102,2218.881114,1414.249539,568.6508001,1939.312548 +115852,1215.690442,2217.987219,1419.877811,572.3011008,1944.555947 +115853,1223.743065,2216.981607,1425.543378,575.9577308,1948.572145 +115854,1231.689987,2215.865402,1431.143417,579.43118,1953.029051 +115855,1239.596182,2214.639205,1436.896143,583.3087013,1957.381119 +115856,1247.459254,2213.30457,1442.414868,586.7887655,1961.705576 +115857,1255.633385,2211.862203,1448.069666,590.4038617,1965.956575 +115858,1262.865463,2210.313007,1453.616635,593.9743898,1970.303247 +115859,1270.905623,2208.658182,1459.280465,597.5282636,1974.562741 +115860,1278.489079,2206.898467,1464.825743,601.0653905,1978.714837 +115861,1166.897191,2150.851581,1351.721921,550.7482696,1770.043459 +115862,1171.645306,2147.444192,1353.787503,552.8705361,1770.476522 +115863,1176.377957,2144.065308,1356.8558,555.2551152,1772.719651 +115864,1181.572842,2140.798511,1360.124865,557.7434164,1774.718716 +115865,1186.946117,2137.509897,1363.568616,560.4958207,1777.204884 +115866,1192.30253,2134.160786,1367.069525,562.8373608,1779.704519 +115867,1197.666487,2130.742824,1370.60161,565.5543996,1782.272451 +115868,1202.693451,2127.247502,1374.114813,568.1274532,1784.883734 +115869,1208.557553,2123.670208,1377.797054,570.7232458,1787.522212 +115870,1213.07344,2126.342756,1373.175351,569.9206422,1790.044348 +115871,1218.495942,2123.848917,1375.584945,571.9169525,1792.427007 +115872,1223.843512,2120.649149,1378.504608,574.1788294,1795.756071 +115873,1229.190537,2117.28816,1381.548986,576.5091833,1798.084423 +115874,1234.524167,2113.783377,1384.770726,578.7004762,1800.86396 +115875,1239.842469,2110.055672,1388.005719,581.3351635,1803.54593 +115876,1245.143161,2106.45442,1391.237805,583.5935249,1806.231902 +115877,1250.794496,2102.64191,1394.61059,586.0085666,1808.876069 +115878,1255.490622,2098.568154,1397.904449,588.3972314,1811.61871 +115879,1261.006685,2094.591694,1401.257929,590.7859577,1814.26587 +115880,1266.205497,2090.437664,1404.666577,593.173424,1816.944391 +115881,1271.346958,2086.203976,1407.975547,595.5594023,1819.653181 +115882,1276.552384,2081.87845,1411.354763,597.9430133,1822.251101 +115883,1281.740698,2077.462419,1414.82102,600.3241318,1824.897059 +115884,1286.731404,2072.945614,1417.985708,602.6652046,1827.471049 +115885,1291.935276,2068.360003,1421.599727,605.0684181,1830.198738 +115886,1296.978975,2063.571968,1424.803582,607.4056271,1832.713931 +115887,1302.048571,2058.949807,1428.458456,609.8019585,1835.461914 +115888,1307.040914,2054.024739,1431.603641,612.1311615,1837.957675 +115889,1312.116283,2049.112604,1435.417738,614.5188767,1840.692815 +115890,1317.069069,2044.08705,1438.488212,616.8386369,1843.131694 +115891,1321.172839,2037.596692,1442.065029,619.2353074,1845.775949 +115892,1326.277397,2030.579379,1445.640847,621.4490424,1848.365413 +115893,1330.380675,2023.562642,1449.233484,624.1383529,1850.879381 +115894,1334.691641,2016.201044,1452.77965,626.392001,1853.474571 +115895,1338.964808,2008.931981,1456.445346,628.8118404,1856.023687 +115896,1343.138129,2001.324264,1459.999037,631.1915222,1858.569782 +115897,1347.256671,1993.663874,1463.590411,633.5634219,1861.063984 +115898,1351.355132,1985.868648,1467.216392,635.9259502,1863.657774 +115899,1355.287565,1977.865592,1470.710896,638.2793,1866.142612 +115900,1359.252824,1970.070674,1474.25745,640.6227052,1868.655242 +115901,1363.119701,1961.75867,1477.875121,642.9562122,1871.150638 +115902,1366.932036,1953.619888,1481.378438,645.2791263,1873.633482 +115903,1370.725678,1945.30242,1484.914275,647.5273486,1876.147915 +115904,1374.423974,1936.822152,1488.479727,649.9186736,1878.661689 +115905,1378.025534,1928.476992,1491.943084,652.1079266,1880.986989 +115906,1381.651515,1919.872607,1495.47767,654.4867002,1883.597562 +115907,1385.098721,1911.357557,1498.862819,656.6399,1885.873787 +115908,1388.579375,1902.456655,1502.444905,658.8710631,1888.276191 +115909,1391.894651,1893.891755,1505.775849,661.100929,1890.666097 +115910,1395.249666,1885.014781,1509.251171,663.3202661,1893.041929 +115911,1398.504804,1876.16516,1512.658663,665.5280888,1895.405252 +115912,1401.705823,1867.164825,1516.05804,667.7237315,1897.753406 +115913,1404.846536,1858.410365,1519.441887,669.9072996,1900.088298 +115914,1407.136826,1847.164411,1525.121554,673.0504309,1902.362385 +115915,1410.2106,1838.019408,1528.946576,675.4060364,1904.73765 +115916,1413.232028,1828.876227,1532.449326,677.4372986,1907.039744 +115917,1416.377823,1819.991111,1535.952022,679.9891666,1909.323507 +115918,1419.435297,1811.009184,1539.436886,682.0127017,1911.662353 +115919,1422.444905,1801.804738,1542.736863,684.2075816,1913.922625 +115920,1425.40359,1792.950128,1546.115707,686.341575,1916.165754 +115921,1186.61484,1690.069393,1308.927022,579.3826114,1481.229266 +115922,1184.709522,1638.334652,1306.121282,578.7342092,1476.877508 +115923,1183.691033,1671.37117,1306.140463,579.197808,1474.012027 +115924,1183.719136,1625.331778,1306.543856,579.8893973,1472.156938 +115925,1184.102107,1636.204062,1307.462855,580.8089835,1470.984646 +115926,1184.668765,1618.795064,1308.592505,581.8182252,1470.044679 +115927,1185.366572,1609.858515,1309.879637,582.8956935,1469.567783 +115928,1186.14367,1599.932679,1311.273014,584.0173411,1468.695855 +115929,1186.969689,1590.054062,1312.742574,585.1692997,1468.456993 +115930,1187.826378,1580.064677,1314.27015,586.3431456,1468.118701 +115931,1188.703424,1570.199695,1315.845747,587.5342885,1467.902806 +115932,1189.593195,1560.501379,1317.461475,588.7391688,1467.760279 +115933,1190.490815,1550.779297,1319.112906,589.9558196,1467.685378 +115934,1191.391166,1540.993601,1320.79517,591.1821045,1467.668995 +115935,1192.292361,1531.39078,1322.095488,592.4170771,1467.708679 +115936,1193.190681,1521.70942,1324.451328,593.6591874,1467.797117 +115937,1194.085126,1512.319009,1325.954067,594.9080152,1467.933755 +115938,1190.058913,1495.886584,1336.021797,599.6520876,1468.111968 +115939,1190.257185,1485.566277,1339.060958,601.484879,1468.332757 +115940,1190.904001,1475.659464,1341.715125,603.1159392,1468.589818 +115941,1191.691496,1466.043154,1344.166482,604.6880751,1468.663828 +115942,1192.536518,1456.675235,1346.607496,606.2345319,1469.331326 +115943,1193.414449,1447.36193,1349.019932,607.7666701,1469.523836 +115944,1194.311404,1438.046033,1351.462412,609.2894026,1469.949577 +115945,1195.22231,1428.953357,1353.794277,610.8062026,1470.366645 +115946,1196.141375,1419.898165,1356.174566,612.3178373,1470.809054 +115947,1197.067527,1410.94121,1358.624226,613.8257611,1471.278383 +115948,1197.997164,1402.072247,1360.98377,615.3296554,1471.768981 +115949,1198.930297,1393.351369,1363.381979,616.830432,1472.284239 +115950,1199.863497,1384.569083,1365.772889,618.32745,1472.818046 +115951,1200.899813,1376.548197,1367.540622,619.5538342,1473.373846 +115952,1202.879331,1368.700552,1369.18228,620.5312542,1473.944722 +115953,1204.130593,1360.856218,1370.765569,621.9593875,1474.535211 +115954,1205.71289,1352.957425,1372.307389,622.9352115,1475.138992 +115955,1207.253131,1345.21346,1373.773647,624.0641589,1475.760303 +115956,1208.805162,1337.450824,1375.319375,625.143076,1476.392694 +115957,1210.366039,1329.719856,1376.786129,626.2064428,1477.04049 +115958,1211.931999,1322.013871,1378.155306,627.2534423,1477.697125 +115959,1213.502978,1314.383101,1379.592989,628.2857932,1478.367062 +115960,1215.075149,1306.632081,1380.968005,629.3031124,1479.043692 +115961,1216.649158,1298.957213,1382.328605,630.3066577,1479.731637 +115962,1218.221458,1291.436077,1383.666773,631.2959089,1480.424291 +115963,1219.792583,1283.687205,1384.984881,632.2720229,1481.126454 +115964,1221.359703,1276.105668,1386.281356,633.2343726,1481.831522 +115965,1222.923973,1268.534072,1387.558503,634.1840433,1482.544447 +115966,1228.915935,1264.159369,1380.650785,631.6660264,1483.257629 +115967,1231.121568,1257.187592,1380.55094,631.9916983,1483.822418 +115968,1233.216769,1253.344157,1381.179066,632.6156973,1484.671985 +115969,1235.092948,1247.864391,1381.884583,633.2725913,1485.253381 +115970,1236.980274,1242.279934,1382.700139,633.9767044,1485.953009 +115971,1238.848649,1236.575446,1383.556532,634.69661,1486.665843 +115972,1240.699156,1230.950754,1384.431101,635.4220229,1487.380726 +115973,1242.534974,1225.206635,1385.314959,636.148685,1488.096221 +115974,1244.3575,1219.635453,1386.202549,636.8740263,1488.810251 +115975,1246.168991,1213.805572,1387.091152,637.5967719,1489.523471 +115976,1247.969833,1208.120222,1387.978043,638.3157187,1490.234151 +115977,1249.761768,1202.880847,1388.861989,639.0303131,1491.177622 +115978,1251.912688,1196.343914,1389.741107,639.7397576,1491.522114 +115979,1253.136868,1191.005859,1390.614638,640.4437245,1492.400387 +115980,1255.176333,1185.133986,1391.481032,641.141565,1493.062217 +115981,1492.514629,1285.383529,1627.688712,748.9273391,1919.884729 +115982,1498.052033,1282.411107,1632.693201,751.0612128,1925.951185 +115983,1502.899721,1277.685703,1636.509205,753.3748503,1930.469049 +115984,1506.874496,1273.118648,1639.661313,754.8629363,1934.494042 +115985,1510.701839,1268.336276,1642.54863,756.9084499,1937.89574 +115986,1514.291239,1263.427651,1645.210432,758.2913946,1941.232656 +115987,1517.764371,1258.423175,1647.722284,759.7704804,1944.216878 +115988,1521.132277,1253.515284,1650.056241,761.1800575,1946.948243 +115989,1524.453397,1248.530081,1652.360664,762.5794953,1949.799781 +115990,1527.731044,1243.472618,1654.630967,763.8937192,1952.406243 +115991,1530.986312,1238.582071,1656.802235,765.1949205,1954.984363 +115992,1534.214702,1233.409238,1658.820766,766.4953469,1957.421466 +115993,1537.400777,1228.497985,1660.905031,767.6975663,1959.897585 +115994,1540.598172,1223.396093,1662.88,768.9327543,1962.217377 +115995,1543.619694,1218.406459,1664.809881,770.1159643,1964.61296 +115996,1546.722035,1213.458322,1666.686779,771.2765973,1966.83894 +115997,1549.738944,1208.433767,1668.807805,772.4109492,1969.057903 +115998,1552.726482,1203.43249,1671.966192,773.5194058,1971.218201 +115999,1556.019477,1198.1768,1668.239128,773.7686858,1973.329802 +116000,1559.116021,1193.792844,1675.789179,774.6059334,1975.393344 +116001,1562.224375,1188.075144,1668.348487,775.5730519,1977.412729 +116002,1565.163377,1183.564156,1682.833378,776.5181687,1979.390021 +116003,1568.195303,1178.742586,1665.583294,777.4559859,1981.326334 +116004,1571.149516,1173.815894,1694.354944,778.3773515,1983.222343 +116005,1574.083224,1169.123658,1656.450877,779.280437,1985.027568 +116006,1576.988433,1164.421626,1690.098645,780.1642127,1986.928923 +116007,1579.865887,1159.754573,1695.595262,781.0285028,1988.673409 +116008,1582.772506,1155.135187,1659.637863,781.9023078,1990.483892 +116009,1585.508726,1150.521314,1691.535203,782.6835923,1992.116404 +116010,1588.345428,1146.08513,1684.12922,783.5097097,1993.838805 +116011,1590.565348,1141.37727,1684.784129,784.0617289,1995.481387 +116012,1592.64807,1136.728638,1685.769435,784.5494705,1997.046802 +116013,1594.65097,1132.122211,1686.081979,784.9928501,1998.718304 +116014,1596.590611,1127.574741,1686.47972,785.3987481,2000.237221 +116015,1598.474936,1123.093284,1686.669419,785.7703376,2001.776605 +116016,1600.355152,1113.733088,1686.946598,786.1336523,2003.388622 +116017,1602.102492,1109.139073,1686.935304,786.4833476,2004.768643 +116018,1603.891786,1104.917077,1687.026498,786.8732686,2006.204113 +116019,1605.496761,1100.891457,1687.008514,787.2992298,2007.621932 +116020,1607.18967,1096.956757,1686.944668,787.791589,2009.014377 +116021,1608.791801,1093.090805,1686.826783,788.2462966,2010.381571 +116022,1610.362971,1089.279373,1686.655081,788.8046687,2011.642161 +116023,1611.894318,1085.467417,1686.428721,789.374089,2012.908999 +116024,1613.389635,1081.809583,1686.15154,789.9869695,2014.160109 +116025,1614.849984,1078.090841,1685.824399,790.7523204,2015.387708 +116026,1616.276384,1074.445028,1685.448176,791.921094,2016.591878 +116027,1617.670015,1070.824981,1685.02393,793.2443004,2017.716486 +116028,1619.031614,1067.23468,1684.552315,794.6508509,2018.96416 +116029,1620.361931,1063.672371,1684.03404,796.1588271,2020.058729 +116030,1621.114288,1060.136303,1683.469758,797.6546279,2021.183761 +116031,1623.208926,1056.580768,1682.860176,799.2811386,2022.278664 +116032,1624.052832,1053.156648,1682.205927,800.9407557,2023.410474 +116033,1625.351502,1049.659826,1681.507696,802.6638913,2024.375537 +116034,1626.537468,1046.220644,1680.766076,804.4449667,2025.45383 +116035,1627.694914,1042.794981,1679.981677,806.2831857,2026.460901 +116036,1628.825169,1039.387889,1679.155042,808.2093102,2027.400258 +116037,1629.928847,1035.998712,1678.28671,810.1132565,2028.47191 +116038,1631.006326,1032.626661,1677.377151,812.1425935,2030.265779 +116039,1632.057977,1029.271039,1676.426835,814.2002075,2031.331315 +116040,1633.040998,1025.88799,1675.501246,816.318046,2031.984014 +116041,1680.907975,1045.313038,1720.966498,841.2766003,2108.922777 +116042,1684.60879,1043.204923,1722.492669,844.6580705,2119.13981 +116043,1687.424187,1040.703284,1723.05497,847.7296539,2119.938636 +116044,1689.796775,1038.027428,1723.009761,850.6138223,2123.309608 +116045,1692.040231,1035.268973,1722.806792,853.5299391,2125.833831 +116046,1694.172228,1032.455966,1722.41351,856.3551199,2128.238662 +116047,1696.232677,1029.609706,1721.883355,859.2651182,2130.413226 +116048,1698.182681,1026.743638,1721.246069,862.1691376,2132.539341 +116049,1701.914216,1027.259383,1728.606441,867.0748211,2134.499023 +116050,1704.116731,1024.971606,1729.079692,870.2686226,2136.304227 +116051,1706.384178,1022.404739,1728.884204,873.4373377,2138.221853 +116052,1708.44108,1019.761606,1728.52401,876.5828852,2139.941083 +116053,1710.626873,1017.034386,1727.842069,879.7564791,2141.666505 +116054,1712.736556,1014.387594,1727.198804,882.9978492,2143.398846 +116055,1714.775001,1011.630844,1726.400008,886.1848606,2144.916132 +116056,1716.972394,1008.897054,1725.524966,889.4918646,2146.547154 +116057,1719.006078,1006.146355,1724.569726,892.8086624,2148.079733 +116058,1721.088723,1003.386103,1723.537647,896.1736149,2149.586616 +116059,1723.150282,1000.617434,1722.431512,899.6200201,2150.990286 +116060,1725.199789,997.8409973,1721.253386,903.0174193,2152.607165 +116061,1727.732122,995.0573002,1720.005061,906.5436618,2153.856895 +116062,1730.748238,992.266735,1718.688083,910.0833968,2155.298467 +116063,1733.841861,989.4697017,1717.303985,913.6754611,2156.637389 +116064,1736.966422,986.6664277,1715.853907,917.3536407,2157.95846 +116065,1740.107601,983.8148495,1714.338966,920.9825113,2159.252455 +116066,1743.319149,981.0548008,1712.779036,924.7899486,2160.601669 +116067,1746.436658,978.2099667,1711.123651,928.5347483,2161.845038 +116068,1749.65322,975.3834939,1709.43467,932.4063544,2163.027218 +116069,1752.759862,972.5505083,1707.672185,936.3372283,2164.281145 +116070,1756.041293,969.7124709,1705.847293,939.8115099,2165.372874 +116071,1759.579274,967.242219,1704.830403,944.6686248,2166.634626 +116072,1763.332322,964.848517,1703.945851,948.6915919,2167.711822 +116073,1766.930046,962.494682,1703.102132,953.1104317,2168.833638 +116074,1770.718636,960.1709405,1702.275623,957.6805446,2169.99754 +116075,1774.465458,957.8729844,1701.456688,962.1197743,2170.956467 +116076,1778.17038,955.5576898,1700.640248,966.7514572,2172.065386 +116077,1782.073293,953.3642965,1699.823756,971.3612777,2173.091212 +116078,1785.828667,951.1038749,1699.005705,976.1406942,2174.11208 +116079,1789.660707,948.897972,1698.184594,980.9305797,2175.118667 +116080,1793.492221,946.705512,1697.359608,985.6672008,2176.110989 +116081,1797.33305,944.5318282,1696.530235,990.6558988,2177.090734 +116082,1801.182187,942.3763786,1695.695521,995.5694292,2178.058591 +116083,1805.038361,940.2388615,1694.785337,1000.539727,2179.013011 +116084,1808.899485,938.1186618,1694.043497,1005.71093,2179.95984 +116085,1812.764848,936.0155546,1693.140558,1010.729884,2180.895938 +116086,1816.633193,933.9289547,1692.291322,1015.89353,2181.822807 +116087,1820.503995,931.8586964,1691.424789,1021.176972,2182.741689 +116088,1824.298001,929.8042164,1690.550304,1026.417972,2183.652135 +116089,1828.286518,927.7654001,1689.668406,1031.794469,2184.555642 +116090,1832.099885,925.7417011,1688.778369,1037.056078,2185.451605 +116091,1835.979583,923.6935284,1687.880553,1042.579667,2186.417455 +116092,1839.920457,921.7572896,1686.974247,1048.010791,2187.181848 +116093,1843.664008,919.7498922,1686.059895,1053.489374,2188.11652 +116094,1847.575318,917.7900653,1685.207137,1059.170083,2188.975914 +116095,1851.332066,915.8383922,1684.170434,1064.674202,2189.764647 +116096,1855.292396,913.9000172,1683.280488,1070.320267,2190.744925 +116097,1859.068591,911.9750819,1682.321116,1076.082196,2191.54373 +116098,1862.90555,910.0630486,1681.362954,1081.784665,2192.4069 +116099,1866.720571,908.16398,1680.396623,1087.620422,2193.254119 +116100,1870.524791,906.2772883,1679.420912,1093.316598,2194.174693 +116101,1798.089462,871.3027106,1602.093224,1066.322312,2052.370342 +116102,1801.486335,869.3673322,1600.639879,1072.083654,2052.925478 +116103,1805.423027,867.3591626,1599.521663,1078.010901,2053.706299 +116104,1809.226367,865.4800219,1598.449828,1084.070223,2054.428104 +116105,1813.13264,863.6160246,1597.412817,1090.008766,2055.364284 +116106,1817.116077,861.7737608,1596.390107,1096.22702,2056.269998 +116107,1820.90993,859.9495745,1595.373768,1102.334594,2057.137844 +116108,1824.875065,858.1408113,1594.358347,1108.48115,2058.201722 +116109,1828.767177,856.3464588,1593.342104,1114.785561,2059.113425 +116110,1832.586111,854.5287166,1592.322676,1121.059425,2060.096456 +116111,1836.592834,852.8141057,1591.299995,1127.288409,2061.075838 +116112,1840.415691,851.0320996,1590.272545,1133.601306,2062.130303 +116113,1844.29755,849.2936358,1589.240787,1140.030904,2063.006842 +116114,1848.156256,847.5610108,1588.203465,1146.38241,2064.051086 +116115,1852.002389,845.8398877,1587.161269,1152.861779,2065.033944 +116116,1855.836099,844.1296137,1586.113021,1159.17542,2066.02925 +116117,1859.657961,842.4304018,1585.059537,1165.766762,2067.027738 +116118,1863.465689,840.741601,1583.999691,1172.219037,2068.026668 +116119,1867.260402,839.0634651,1582.934361,1178.751364,2069.02769 +116120,1871.039726,837.3953496,1581.862441,1185.246017,2070.028388 +116121,1874.804727,835.7375233,1580.784873,1191.952906,2071.03058 +116122,1878.553719,834.0893598,1579.700554,1198.423853,2072.030388 +116123,1882.287281,832.4511472,1578.610467,1205.087205,2073.032999 +116124,1886.00527,830.8223826,1577.51341,1211.658573,2074.032944 +116125,1889.624315,829.2036103,1576.410225,1218.396918,2075.033132 +116126,1893.436609,827.5937596,1575.29994,1225.03009,2076.031141 +116127,1897.047022,825.9933375,1574.184363,1231.728342,2077.029288 +116128,1900.796967,824.4019805,1573.060836,1238.43969,2078.024613 +116129,1906.443263,822.8187947,1571.932077,1245.162747,2079.091224 +116130,1913.153393,821.2453011,1570.796986,1251.84357,2079.892643 +116131,1920.041021,819.7734028,1569.87104,1258.614273,2081.063365 +116132,1926.885676,818.3299863,1568.987993,1270.834761,2081.985655 +116133,1933.920302,816.9064575,1568.123717,1270.638351,2083.066169 +116134,1941.051965,815.5005621,1567.271582,1287.843212,2083.936462 +116135,1948.279752,814.1103101,1566.497765,1280.553643,2084.987489 +116136,1955.50362,812.7706551,1565.560521,1279.359281,2085.889128 +116137,1963.124475,811.358409,1564.718019,1306.470358,2087.075406 +116138,1978.946758,810.0395848,1563.991843,1302.348021,2087.88864 +116139,1975.991081,808.7040853,1563.199756,1311.251861,2088.955684 +116140,2000.058654,807.4255609,1562.299382,1317.885578,2100.296551 +116141,1985.023421,806.0689153,1561.481622,1324.475998,2079.520003 +116142,1984.412275,804.8084487,1560.786428,1331.051863,2092.910605 +116143,2020.412667,803.5298494,1560.012022,1337.69028,2094.485064 +116144,2013.189001,802.2706981,1559.136696,1344.089953,2093.150479 +116145,2024.393777,801.0617306,1558.411259,1350.860146,2095.053517 +116146,2032.144726,799.7757247,1557.626311,1357.252352,2095.896319 +116147,2040.407084,798.5840874,1556.859476,1363.843365,2097.065829 +116148,2048.252405,797.4110053,1556.096182,1370.437154,2097.858922 +116149,2056.093555,796.1622969,1555.409399,1376.771947,2099.168941 +116150,2064.448009,795.010894,1554.466796,1383.509694,2099.979599 +116151,2072.155545,793.8391359,1553.885262,1389.75215,2101.180954 +116152,2080.59528,792.7229102,1553.145598,1396.484008,2102.297369 +116153,2088.448869,791.5253785,1552.295447,1402.767772,2122.164814 +116154,2096.658786,790.4245528,1551.53683,1409.283318,2074.735448 +116155,2104.89043,789.3407995,1550.982805,1415.705579,2119.53587 +116156,2112.73868,788.1769766,1550.068679,1425.429476,2103.228069 +116157,2121.273002,787.1135066,1549.410665,1434.262856,2107.255133 +116158,2129.141641,786.0659089,1548.672072,1443.059046,2122.98015 +116159,2137.419303,784.93599,1547.941574,1451.937054,2088.659103 +116160,2145.548566,783.9081214,1547.223473,1460.74901,2128.720763 +116161,1998.991278,716.2783788,1392.563539,1402.337915,1808.91463 +116162,2004.760901,714.467597,1389.674468,1410.143658,1830.364658 +116163,2010.508371,712.7082126,1387.296791,1417.579195,1821.392091 +116164,2016.990985,711.1118102,1385.24007,1425.509562,1822.255119 +116165,2023.567157,705.9563203,1374.601294,1435.735708,1821.869454 +116166,2029.982162,703.8568988,1389.820195,1443.780512,1821.519931 +116167,2036.421496,702.3932021,1340.852407,1451.980391,1821.128195 +116168,2042.873153,700.1202853,1394.803518,1459.870269,1821.049768 +116169,2049.33379,698.7067747,1337.873933,1467.78125,1820.574586 +116170,2055.788249,696.9493762,1375.583122,1475.632374,1820.524753 +116171,2062.2334,695.3774123,1351.686814,1483.438392,1820.265223 +116172,2068.664882,693.7233021,1359.046467,1491.2004,1820.091066 +116173,2075.083389,692.1980953,1353.952928,1498.918588,1819.920642 +116174,2081.483573,690.6206803,1352.244266,1506.592941,1819.760825 +116175,2087.861209,689.0896094,1350.122896,1514.301749,1819.612988 +116176,2094.222531,687.5409256,1347.865842,1521.77052,1819.474556 +116177,2100.554261,686.0875417,1345.764787,1529.365322,1819.346028 +116178,2106.798802,684.5893222,1343.636124,1536.797451,1819.205036 +116179,2113.234652,683.1232209,1341.525762,1544.202669,1819.111251 +116180,2119.263789,681.6784677,1339.442868,1551.672489,1818.988108 +116181,2125.540601,680.2443024,1337.372307,1559.033122,1818.888553 +116182,2131.592747,678.8240539,1335.316972,1566.224493,1818.797458 +116183,2137.890199,677.4176127,1333.276302,1581.959307,1818.713304 +116184,2144.015285,676.0242839,1331.248871,1573.79801,1818.635832 +116185,2149.923625,674.6437568,1329.234295,1586.265381,1818.564624 +116186,2156.013874,673.2754888,1327.231581,1597.27947,1818.496383 +116187,2161.958978,671.9189671,1325.239854,1601.139079,1818.436554 +116188,2167.874705,670.5737381,1323.258367,1608.922078,1818.38 +116189,2173.73447,669.2393914,1321.286478,1615.937526,1818.328197 +116190,2179.545844,667.9153441,1319.323136,1622.666678,1818.280062 +116191,2184.686659,666.4822356,1317.091326,1628.836516,1818.235612 +116192,2189.618737,665.0330749,1314.806992,1635.023837,1818.192634 +116193,2194.526019,663.5802378,1312.501247,1640.682143,1818.151327 +116194,2199.045753,662.1268284,1310.182114,1646.484862,1818.110788 +116195,2203.594402,660.6741975,1307.853062,1652.079743,1818.142247 +116196,2208.220324,659.2227972,1305.515328,1657.65566,1817.991505 +116197,2212.508327,657.772972,1303.169921,1662.825119,1817.931869 +116198,2216.899803,656.324706,1300.817,1669.115307,1817.991515 +116199,2220.890932,654.8781624,1298.457163,1684.057613,1817.893327 +116200,2225.02638,653.4329355,1296.08976,1663.355516,1817.858971 +116201,2228.958553,651.9892298,1293.71575,1689.613294,1817.8091 +116202,2232.681606,650.5472815,1291.334719,1687.322226,1817.754864 +116203,2236.705966,649.1063284,1288.946806,1692.719648,1817.696603 +116204,2239.974776,647.6668384,1286.552152,1697.555308,1817.706205 +116205,2243.660149,646.2284968,1284.150663,1702.064855,1817.52182 +116206,2246.970271,644.7911465,1281.742104,1706.471363,1817.500152 +116207,2250.33595,643.354813,1279.326755,1710.766529,1817.404772 +116208,2253.438253,641.9193032,1276.904342,1722.583239,1817.312582 +116209,2256.583176,640.4845178,1274.474914,1708.406739,1817.213283 +116210,2259.567886,639.0503697,1272.03835,1727.940194,1817.104357 +116211,2262.306186,637.6169046,1269.594823,1725.88331,1816.911835 +116212,2264.907327,636.1837578,1267.14429,1730.556267,1816.90032 +116213,2267.753372,634.7511758,1264.686649,1734.157637,1816.708015 +116214,2270.06268,633.3187683,1262.22172,1737.921415,1816.572533 +116215,2272.427118,631.8866892,1259.749815,1751.017944,1816.415151 +116216,2274.658578,630.4248198,1257.270126,1730.325142,1816.246214 +116217,2276.771292,629.0362978,1254.783461,1754.643618,1816.065772 +116218,2278.757657,627.5832348,1252.289315,1749.169865,1815.873385 +116219,2280.619656,626.1553176,1249.787782,1753.878365,1815.744852 +116220,2282.472887,624.722921,1247.220642,1763.315894,1815.412567 +116221,1851.267954,623.3151551,865.9052648,1481.913327,1833.708498 +116222,1916.317868,754.2614633,895.7080974,1538.376342,2121.228988 +116223,2040.951101,756.542421,953.7619475,1642.512576,2230.547229 +116224,2130.500365,755.6616866,996.3928413,1713.22853,2300.839728 +116225,2176.303828,754.9153508,1019.799983,1743.596199,2328.403462 +116226,2201.085917,754.547901,1034.081446,1754.618735,2339.522419 +116227,2216.160118,752.9358147,1043.809541,1757.811703,2343.861762 +116228,2226.28755,752.3624238,1051.124239,1758.737708,2345.921051 +116229,2234.127557,751.341275,1057.024766,1759.500257,2346.923351 +116230,2240.658538,750.3768853,1061.972147,1760.571263,2347.664694 +116231,2246.255557,749.3547924,1066.185567,1761.865244,2348.328583 +116232,2251.098588,748.4413426,1069.79328,1763.231324,2348.961589 +116233,2255.301089,747.4149223,1072.889875,1764.583343,2349.57396 +116234,2258.960909,746.4162255,1075.553818,1765.891975,2350.169041 +116235,2262.163417,745.4162097,1077.850652,1767.150482,2350.747292 +116236,2264.984934,744.416611,1079.836851,1768.360442,2351.311527 +116237,2267.488194,743.416373,1081.55994,1769.522452,2351.864415 +116238,2269.722387,742.4154751,1083.059391,1770.634844,2352.407697 +116239,2271.722303,741.4144022,1084.367986,1771.695064,2352.942418 +116240,2273.522289,740.4130267,1085.513091,1772.700816,2353.469312 +116241,2275.143935,739.4115865,1086.517642,1773.650398,2353.988951 +116242,2276.610124,738.4097727,1087.400926,1774.542609,2354.501863 +116243,2277.932567,737.4076647,1088.179172,1775.376507,2355.008486 +116244,2279.123322,736.4572294,1088.86606,1776.151236,2355.509199 +116245,2280.246014,735.4682112,1089.475109,1776.927936,2356.00429 +116246,2281.292805,730.6569676,1090.015576,1777.684873,2356.493948 +116247,2282.306872,728.9998303,1090.348175,1778.582145,2356.979113 +116248,2283.290676,727.6179468,1090.528654,1779.562498,2357.45865 +116249,2284.233912,726.3048306,1090.634757,1780.536393,2357.932555 +116250,2285.128664,724.9812347,1090.71035,1781.455139,2358.401112 +116251,2285.971931,723.3009729,1090.770416,1782.308232,2358.864452 +116252,2286.657808,721.4198242,1090.798268,1782.936378,2359.322509 +116253,2287.11842,719.5343741,1090.779115,1783.253934,2359.774904 +116254,2287.340607,717.6080287,1090.708036,1783.265974,2360.221214 +116255,2287.340345,715.6535037,1090.586597,1783.018693,2360.661056 +116256,2287.14095,713.6733091,1090.418621,1782.560442,2361.094128 +116257,2286.763106,711.6691543,1090.207963,1781.926912,2361.520136 +116258,2286.222995,709.6417987,1089.957871,1781.140996,2361.93879 +116259,2285.533039,707.5921532,1089.671008,1780.217108,2362.349751 +116260,2284.703198,705.5205461,1089.349633,1779.165001,2362.752657 +116261,2283.741676,703.4276419,1088.995713,1777.991924,2363.147092 +116262,2282.655448,701.26902,1088.610995,1776.703613,2363.532629 +116263,2281.450408,699.2006934,1088.197038,1775.304705,2363.908806 +116264,2280.12565,696.985166,1087.75524,1773.798982,2364.27516 +116265,2278.69016,694.8107919,1087.285966,1772.186671,2364.631005 +116266,2277.144633,692.6118438,1086.790572,1770.471318,2364.97588 +116267,2275.499705,690.3945936,1086.270475,1768.656686,2365.309343 +116268,2273.753472,688.1579252,1085.726861,1766.745549,2365.631015 +116269,2271.914152,685.9031895,1085.160645,1764.739749,2365.940443 +116270,2269.978017,683.6293955,1084.572622,1762.640686,2366.237253 +116271,2267.95278,681.3379724,1083.963481,1760.449547,2366.521011 +116272,2265.834147,678.9846605,1083.333883,1758.167485,2366.791367 +116273,2263.623891,676.7217258,1082.684425,1755.795585,2367.047927 +116274,2261.325406,674.344628,1082.015692,1753.33492,2367.290392 +116275,2258.94117,671.9896449,1081.328209,1750.786472,2367.518409 +116276,2256.472799,669.6101361,1080.622492,1748.151198,2367.731715 +116277,2253.921289,667.2143271,1079.899006,1745.429978,2367.930005 +116278,2251.287545,664.8013993,1079.158216,1742.623674,2368.113063 +116279,2248.572478,662.3726853,1078.400539,1739.733076,2368.280626 +116280,2245.776945,659.9272913,1077.626393,1736.758963,2368.43251 +116281,0,0,0,0,0 +116282,0,0,0,0,0 +116283,0,0,0,0,0 +116284,0,0,0,0,0 +116285,0,0,0,0,0 +116286,0,0,0,0,0 +116287,0,0,0,0,0 +116288,0,0,0,0,0 +116289,0,0,0,0,0 +116290,0,0,0,0,0 +116291,0,0,0,0,0 +116292,0,0,0,0,0 +116293,0,0,0,0,0 +116294,0,0,0,0,0 +116295,0,0,0,0,0 +116296,0,0,0,0,0 +116297,0,0,0,0,0 +116298,0,0,0,0,0 +116299,0,0,0,0,0 +116300,0,0,0,0,0 +116301,0,0,0,0,0 +116302,0,0,0,0,0 +116303,0,0,0,0,0 +116304,0,0,0,0,0 +116305,0,0,0,0,0 +116306,0,0,0,0,0 +116307,0,0,0,0,0 +116308,0,0,0,0,0 +116309,0,0,0,0,0 +116310,0,0,0,0,0 +116311,0,0,0,0,0 +116312,0,0,0,0,0 +116313,0,0,0,0,0 +116314,0,0,0,0,0 +116315,0,0,0,0,0 +116316,0,0,0,0,0 +116317,0,0,0,0,0 +116318,0,0,0,0,0 +116319,0,0,0,0,0 +116320,0,0,0,0,0 +116321,0,0,0,0,0 +116322,0,0,0,0,0 +116323,0,0,0,0,0 +116324,0,0,0,0,0 +116325,0,0,0,0,0 +116326,0,0,0,0,0 +116327,0,0,0,0,0 +116328,0,0,0,0,0 +116329,0,0,0,0,0 +116330,0,0,0,0,0 +116331,0,0,0,0,0 +116332,0,0,0,0,0 +116333,0,0,0,0,0 +116334,0,0,0,0,0 +116335,0,0,0,0,0 +116336,0,0,0,0,0 +116337,0,0,0,0,0 +116338,0,0,0,0,0 +116339,0,0,0,0,0 +116340,0,0,0,0,0 +116341,0,0,0,0,0 +116342,0,0,0,0,0 +116343,0,0,0,0,0 +116344,0,0,0,0,0 +116345,0,0,0,0,0 +116346,0,0,0,0,0 +116347,0,0,0,0,0 +116348,0,0,0,0,0 +116349,0,0,0,0,0 +116350,0,0,0,0,0 +116351,0,0,0,0,0 +116352,0,0,0,0,0 +116353,0,0,0,0,0 +116354,0,0,0,0,0 +116355,0,0,0,0,0 +116356,0,0,0,0,0 +116357,0,0,0,0,0 +116358,0,0,0,0,0 +116359,0,0,0,0,0 +116360,0,0,0,0,0 +116361,0,0,0,0,0 +116362,0,0,0,0,0 +116363,0,0,0,0,0 +116364,0,0,0,0,0 +116365,0,0,0,0,0 +116366,0,0,0,0,0 +116367,0,0,0,0,0 +116368,0,0,0,0,0 +116369,0,0,0,0,0 +116370,0,0,0,0,0 +116371,0,0,0,0,0 +116372,0,0,0,0,0 +116373,0,0,0,0,0 +116374,0,0,0,0,0 +116375,0,0,0,0,0 +116376,0,0,0,0,0 +116377,0,0,0,0,0 +116378,0,0,0,0,0 +116379,0,0,0,0,0 +116380,0,0,0,0,0 +116381,0,0,0,0,0 +116382,0,0,0,0,0 +116383,0,0,0,0,0 +116384,0,0,0,0,0 +116385,0,0,0,0,0 +116386,0,0,0,0,0 +116387,0,0,0,0,0 +116388,0,0,0,0,0 +116389,0,0,0,0,0 +116390,0,0,0,0,0 +116391,0,0,0,0,0 +116392,0,0,0,0,0 +116393,0,0,0,0,0 +116394,0,0,0,0,0 +116395,0,0,0,0,0 +116396,0,0,0,0,0 +116397,0,0,0,0,0 +116398,0,0,0,0,0 +116399,0,0,0,0,0 +116400,0,0,0,0,0 +116401,0,0,0,0,0 +116402,0,0,0,0,0 +116403,0,0,0,0,0 +116404,0,0,0,0,0 +116405,0,0,0,0,0 +116406,0,0,0,0,0 +116407,0,0,0,0,0 +116408,0,0,0,0,0 +116409,0,0,0,0,0 +116410,0,0,0,0,0 +116411,0,0,0,0,0 +116412,0,0,0,0,0 +116413,0,0,0,0,0 +116414,0,0,0,0,0 +116415,0,0,0,0,0 +116416,0,0,0,0,0 +116417,0,0,0,0,0 +116418,0,0,0,0,0 +116419,0,0,0,0,0 +116420,0,0,0,0,0 +116421,0,0,0,0,0 +116422,0,0,0,0,0 +116423,0,0,0,0,0 +116424,0,0,0,0,0 +116425,0,0,0,0,0 +116426,0,0,0,0,0 +116427,0,0,0,0,0 +116428,0,0,0,0,0 +116429,0,0,0,0,0 +116430,0,0,0,0,0 +116431,0,0,0,0,0 +116432,0,0,0,0,0 +116433,0,0,0,0,0 +116434,0,0,0,0,0 +116435,0,0,0,0,0 +116436,0,0,0,0,0 +116437,0,0,0,0,0 +116438,0,0,0,0,0 +116439,0,0,0,0,0 +116440,0,0,0,0,0 +116441,0,0,0,0,0 +116442,0,0,0,0,0 +116443,0,0,0,0,0 +116444,0,0,0,0,0 +116445,0,0,0,0,0 +116446,0,0,0,0,0 +116447,0,0,0,0,0 +116448,0,0,0,0,0 +116449,0,0,0,0,0 +116450,0,0,0,0,0 +116451,0,0,0,0,0 +116452,0,0,0,0,0 +116453,0,0,0,0,0 +116454,0,0,0,0,0 +116455,0,0,0,0,0 +116456,0,0,0,0,0 +116457,0,0,0,0,0 +116458,0,0,0,0,0 +116459,0,0,0,0,0 +116460,0,0,0,0,0 +116461,0,0,0,0,0 +116462,0,0,0,0,0 +116463,0,0,0,0,0 +116464,0,0,0,0,0 +116465,0,0,0,0,0 +116466,0,0,0,0,0 +116467,0,0,0,0,0 +116468,0,0,0,0,0 +116469,0,0,0,0,0 +116470,0,0,0,0,0 +116471,0,0,0,0,0 +116472,0,0,0,0,0 +116473,0,0,0,0,0 +116474,0,0,0,0,0 +116475,0,0,0,0,0 +116476,0,0,0,0,0 +116477,0,0,0,0,0 +116478,0,0,0,0,0 +116479,0,0,0,0,0 +116480,0,0,0,0,0 +116481,0,0,0,0,0 +116482,0,0,0,0,0 +116483,0,0,0,0,0 +116484,0,0,0,0,0 +116485,0,0,0,0,0 +116486,0,0,0,0,0 +116487,0,0,0,0,0 +116488,0,0,0,0,0 +116489,0,0,0,0,0 +116490,0,0,0,0,0 +116491,0,0,0,0,0 +116492,0,0,0,0,0 +116493,0,0,0,0,0 +116494,0,0,0,0,0 +116495,0,0,0,0,0 +116496,0,0,0,0,0 +116497,0,0,0,0,0 +116498,0,0,0,0,0 +116499,0,0,0,0,0 +116500,0,0,0,0,0 +116501,0,0,0,0,0 +116502,0,0,0,0,0 +116503,0,0,0,0,0 +116504,0,0,0,0,0 +116505,0,0,0,0,0 +116506,0,0,0,0,0 +116507,0,0,0,0,0 +116508,0,0,0,0,0 +116509,0,0,0,0,0 +116510,0,0,0,0,0 +116511,0,0,0,0,0 +116512,0,0,0,0,0 +116513,0,0,0,0,0 +116514,0,0,0,0,0 +116515,0,0,0,0,0 +116516,0,0,0,0,0 +116517,0,0,0,0,0 +116518,0,0,0,0,0 +116519,0,0,0,0,0 +116520,0,0,0,0,0 +116521,0,0,0,0,0 +116522,0,0,0,0,0 +116523,0,0,0,0,0 +116524,0,0,0,0,0 +116525,0,0,0,0,0 +116526,0,0,0,0,0 +116527,0,0,0,0,0 +116528,0,0,0,0,0 +116529,0,0,0,0,0 +116530,0,0,0,0,0 +116531,0,0,0,0,0 +116532,0,0,0,0,0 +116533,0,0,0,0,0 +116534,0,0,0,0,0 +116535,0,0,0,0,0 +116536,0,0,0,0,0 +116537,0,0,0,0,0 +116538,0,0,0,0,0 +116539,0,0,0,0,0 +116540,0,0,0,0,0 +116541,0,0,0,0,0 +116542,0,0,0,0,0 +116543,0,0,0,0,0 +116544,0,0,0,0,0 +116545,0,0,0,0,0 +116546,0,0,0,0,0 +116547,0,0,0,0,0 +116548,0,0,0,0,0 +116549,0,0,0,0,0 +116550,0,0,0,0,0 +116551,0,0,0,0,0 +116552,0,0,0,0,0 +116553,0,0,0,0,0 +116554,0,0,0,0,0 +116555,0,0,0,0,0 +116556,0,0,0,0,0 +116557,0,0,0,0,0 +116558,0,0,0,0,0 +116559,0,0,0,0,0 +116560,0,0,0,0,0 +116561,0,0,0,0,0 +116562,0,0,0,0,0 +116563,0,0,0,0,0 +116564,0,0,0,0,0 +116565,0,0,0,0,0 +116566,0,0,0,0,0 +116567,0,0,0,0,0 +116568,0,0,0,0,0 +116569,0,0,0,0,0 +116570,0,0,0,0,0 +116571,0,0,0,0,0 +116572,0,0,0,0,0 +116573,0,0,0,0,0 +116574,0,0,0,0,0 +116575,0,0,0,0,0 +116576,0,0,0,0,0 +116577,0,0,0,0,0 +116578,0,0,0,0,0 +116579,0,0,0,0,0 +116580,0,0,0,0,0 +116581,0,0,0,0,0 +116582,0,0,0,0,0 +116583,0,0,0,0,0 +116584,0,0,0,0,0 +116585,0,0,0,0,0 +116586,0,0,0,0,0 +116587,0,0,0,0,0 +116588,0,0,0,0,0 +116589,0,0,0,0,0 +116590,0,0,0,0,0 +116591,0,0,0,0,0 +116592,0,0,0,0,0 +116593,0,0,0,0,0 +116594,0,0,0,0,0 +116595,0,0,0,0,0 +116596,0,0,0,0,0 +116597,0,0,0,0,0 +116598,0,0,0,0,0 +116599,0,0,0,0,0 +116600,0,0,0,0,0 +116601,0,0,0,0,0 +116602,0,0,0,0,0 +116603,0,0,0,0,0 +116604,0,0,0,0,0 +116605,0,0,0,0,0 +116606,0,0,0,0,0 +116607,0,0,0,0,0 +116608,0,0,0,0,0 +116609,0,0,0,0,0 +116610,0,0,0,0,0 +116611,0,0,0,0,0 +116612,0,0,0,0,0 +116613,0,0,0,0,0 +116614,0,0,0,0,0 +116615,0,0,0,0,0 +116616,0,0,0,0,0 +116617,0,0,0,0,0 +116618,0,0,0,0,0 +116619,0,0,0,0,0 +116620,0,0,0,0,0 +116621,0,0,0,0,0 +116622,0,0,0,0,0 +116623,0,0,0,0,0 +116624,0,0,0,0,0 +116625,0,0,0,0,0 +116626,0,0,0,0,0 +116627,0,0,0,0,0 +116628,0,0,0,0,0 +116629,0,0,0,0,0 +116630,0,0,0,0,0 +116631,0,0,0,0,0 +116632,0,0,0,0,0 +116633,0,0,0,0,0 +116634,0,0,0,0,0 +116635,0,0,0,0,0 +116636,0,0,0,0,0 +116637,0,0,0,0,0 +116638,0,0,0,0,0 +116639,0,0,0,0,0 +116640,0,0,0,0,0 +116641,0,0,0,0,0 +116642,0,0,0,0,0 +116643,0,0,0,0,0 +116644,0,0,0,0,0 +116645,0,0,0,0,0 +116646,0,0,0,0,0 +116647,0,0,0,0,0 +116648,0,0,0,0,0 +116649,0,0,0,0,0 +116650,0,0,0,0,0 +116651,0,0,0,0,0 +116652,0,0,0,0,0 +116653,0,0,0,0,0 +116654,0,0,0,0,0 +116655,0,0,0,0,0 +116656,0,0,0,0,0 +116657,0,0,0,0,0 +116658,0,0,0,0,0 +116659,0,0,0,0,0 +116660,0,0,0,0,0 +116661,0,0,0,0,0 +116662,0,0,0,0,0 +116663,0,0,0,0,0 +116664,0,0,0,0,0 +116665,0,0,0,0,0 +116666,0,0,0,0,0 +116667,0,0,0,0,0 +116668,0,0,0,0,0 +116669,0,0,0,0,0 +116670,0,0,0,0,0 +116671,0,0,0,0,0 +116672,0,0,0,0,0 +116673,0,0,0,0,0 +116674,0,0,0,0,0 +116675,0,0,0,0,0 +116676,0,0,0,0,0 +116677,0,0,0,0,0 +116678,0,0,0,0,0 +116679,0,0,0,0,0 +116680,0,0,0,0,0 +116681,0,0,0,0,0 +116682,0,0,0,0,0 +116683,0,0,0,0,0 +116684,0,0,0,0,0 +116685,0,0,0,0,0 +116686,0,0,0,0,0 +116687,0,0,0,0,0 +116688,0,0,0,0,0 +116689,0,0,0,0,0 +116690,0,0,0,0,0 +116691,0,0,0,0,0 +116692,0,0,0,0,0 +116693,0,0,0,0,0 +116694,0,0,0,0,0 +116695,0,0,0,0,0 +116696,0,0,0,0,0 +116697,0,0,0,0,0 +116698,0,0,0,0,0 +116699,0,0,0,0,0 +116700,0,0,0,0,0 +116701,0,0,0,0,0 +116702,0,0,0,0,0 +116703,0,0,0,0,0 +116704,0,0,0,0,0 +116705,0,0,0,0,0 +116706,0,0,0,0,0 +116707,0,0,0,0,0 +116708,0,0,0,0,0 +116709,0,0,0,0,0 +116710,0,0,0,0,0 +116711,0,0,0,0,0 +116712,0,0,0,0,0 +116713,0,0,0,0,0 +116714,0,0,0,0,0 +116715,0,0,0,0,0 +116716,0,0,0,0,0 +116717,0,0,0,0,0 +116718,0,0,0,0,0 +116719,0,0,0,0,0 +116720,0,0,0,0,0 +116721,0,0,0,0,0 +116722,0,0,0,0,0 +116723,0,0,0,0,0 +116724,0,0,0,0,0 +116725,0,0,0,0,0 +116726,0,0,0,0,0 +116727,0,0,0,0,0 +116728,0,0,0,0,0 +116729,0,0,0,0,0 +116730,0,0,0,0,0 +116731,0,0,0,0,0 +116732,0,0,0,0,0 +116733,0,0,0,0,0 +116734,0,0,0,0,0 +116735,0,0,0,0,0 +116736,0,0,0,0,0 +116737,0,0,0,0,0 +116738,0,0,0,0,0 +116739,0,0,0,0,0 +116740,0,0,0,0,0 +116741,0,0,0,0,0 +116742,0,0,0,0,0 +116743,0,0,0,0,0 +116744,0,0,0,0,0 +116745,0,0,0,0,0 +116746,0,0,0,0,0 +116747,0,0,0,0,0 +116748,0,0,0,0,0 +116749,0,0,0,0,0 +116750,0,0,0,0,0 +116751,0,0,0,0,0 +116752,0,0,0,0,0 +116753,0,0,0,0,0 +116754,0,0,0,0,0 +116755,0,0,0,0,0 +116756,0,0,0,0,0 +116757,0,0,0,0,0 +116758,0,0,0,0,0 +116759,0,0,0,0,0 +116760,0,0,0,0,0 +116761,0,0,0,0,0 +116762,0,0,0,0,0 +116763,0,0,0,0,0 +116764,0,0,0,0,0 +116765,0,0,0,0,0 +116766,0,0,0,0,0 +116767,0,0,0,0,0 +116768,0,0,0,0,0 +116769,0,0,0,0,0 +116770,0,0,0,0,0 +116771,0,0,0,0,0 +116772,0,0,0,0,0 +116773,0,0,0,0,0 +116774,0,0,0,0,0 +116775,0,0,0,0,0 +116776,0,0,0,0,0 +116777,0,0,0,0,0 +116778,0,0,0,0,0 +116779,0,0,0,0,0 +116780,0,0,0,0,0 +116781,0,0,0,0,0 +116782,0,0,0,0,0 +116783,0,0,0,0,0 +116784,0,0,0,0,0 +116785,0,0,0,0,0 +116786,0,0,0,0,0 +116787,0,0,0,0,0 +116788,0,0,0,0,0 +116789,0,0,0,0,0 +116790,0,0,0,0,0 +116791,0,0,0,0,0 +116792,0,0,0,0,0 +116793,0,0,0,0,0 +116794,0,0,0,0,0 +116795,0,0,0,0,0 +116796,0,0,0,0,0 +116797,0,0,0,0,0 +116798,0,0,0,0,0 +116799,0,0,0,0,0 +116800,0,0,0,0,0 +116801,0,0,0,0,0 +116802,0,0,0,0,0 +116803,0,0,0,0,0 +116804,0,0,0,0,0 +116805,0,0,0,0,0 +116806,0,0,0,0,0 +116807,0,0,0,0,0 +116808,0,0,0,0,0 +116809,0,0,0,0,0 +116810,0,0,0,0,0 +116811,0,0,0,0,0 +116812,0,0,0,0,0 +116813,0,0,0,0,0 +116814,0,0,0,0,0 +116815,0,0,0,0,0 +116816,0,0,0,0,0 +116817,0,0,0,0,0 +116818,0,0,0,0,0 +116819,0,0,0,0,0 +116820,0,0,0,0,0 +116821,0,0,0,0,0 +116822,0,0,0,0,0 +116823,0,0,0,0,0 +116824,0,0,0,0,0 +116825,0,0,0,0,0 +116826,0,0,0,0,0 +116827,0,0,0,0,0 +116828,0,0,0,0,0 +116829,0,0,0,0,0 +116830,0,0,0,0,0 +116831,0,0,0,0,0 +116832,0,0,0,0,0 +116833,0,0,0,0,0 +116834,0,0,0,0,0 +116835,0,0,0,0,0 +116836,0,0,0,0,0 +116837,0,0,0,0,0 +116838,0,0,0,0,0 +116839,0,0,0,0,0 +116840,0,0,0,0,0 +116841,0,0,0,0,0 +116842,0,0,0,0,0 +116843,0,0,0,0,0 +116844,0,0,0,0,0 +116845,0,0,0,0,0 +116846,0,0,0,0,0 +116847,0,0,0,0,0 +116848,0,0,0,0,0 +116849,0,0,0,0,0 +116850,0,0,0,0,0 +116851,0,0,0,0,0 +116852,0,0,0,0,0 +116853,0,0,0,0,0 +116854,0,0,0,0,0 +116855,0,0,0,0,0 +116856,0,0,0,0,0 +116857,0,0,0,0,0 +116858,0,0,0,0,0 +116859,0,0,0,0,0 +116860,0,0,0,0,0 +116861,0,0,0,0,0 +116862,0,0,0,0,0 +116863,0,0,0,0,0 +116864,0,0,0,0,0 +116865,0,0,0,0,0 +116866,0,0,0,0,0 +116867,0,0,0,0,0 +116868,0,0,0,0,0 +116869,0,0,0,0,0 +116870,0,0,0,0,0 +116871,0,0,0,0,0 +116872,0,0,0,0,0 +116873,0,0,0,0,0 +116874,0,0,0,0,0 +116875,0,0,0,0,0 +116876,0,0,0,0,0 +116877,0,0,0,0,0 +116878,0,0,0,0,0 +116879,0,0,0,0,0 +116880,0,0,0,0,0 +116881,0,0,0,0,0 +116882,0,0,0,0,0 +116883,0,0,0,0,0 +116884,0,0,0,0,0 +116885,0,0,0,0,0 +116886,0,0,0,0,0 +116887,0,0,0,0,0 +116888,0,0,0,0,0 +116889,0,0,0,0,0 +116890,0,0,0,0,0 +116891,0,0,0,0,0 +116892,0,0,0,0,0 +116893,0,0,0,0,0 +116894,0,0,0,0,0 +116895,0,0,0,0,0 +116896,0,0,0,0,0 +116897,0,0,0,0,0 +116898,0,0,0,0,0 +116899,0,0,0,0,0 +116900,0,0,0,0,0 +116901,0,0,0,0,0 +116902,0,0,0,0,0 +116903,0,0,0,0,0 +116904,0,0,0,0,0 +116905,0,0,0,0,0 +116906,0,0,0,0,0 +116907,0,0,0,0,0 +116908,0,0,0,0,0 +116909,0,0,0,0,0 +116910,0,0,0,0,0 +116911,0,0,0,0,0 +116912,0,0,0,0,0 +116913,0,0,0,0,0 +116914,0,0,0,0,0 +116915,0,0,0,0,0 +116916,0,0,0,0,0 +116917,0,0,0,0,0 +116918,0,0,0,0,0 +116919,0,0,0,0,0 +116920,0,0,0,0,0 +116921,0,0,0,0,0 +116922,0,0,0,0,0 +116923,0,0,0,0,0 +116924,0,0,0,0,0 +116925,0,0,0,0,0 +116926,0,0,0,0,0 +116927,0,0,0,0,0 +116928,0,0,0,0,0 +116929,0,0,0,0,0 +116930,0,0,0,0,0 +116931,0,0,0,0,0 +116932,0,0,0,0,0 +116933,0,0,0,0,0 +116934,0,0,0,0,0 +116935,0,0,0,0,0 +116936,0,0,0,0,0 +116937,0,0,0,0,0 +116938,0,0,0,0,0 +116939,0,0,0,0,0 +116940,0,0,0,0,0 +116941,0,0,0,0,0 +116942,0,0,0,0,0 +116943,0,0,0,0,0 +116944,0,0,0,0,0 +116945,0,0,0,0,0 +116946,0,0,0,0,0 +116947,0,0,0,0,0 +116948,0,0,0,0,0 +116949,0,0,0,0,0 +116950,0,0,0,0,0 +116951,0,0,0,0,0 +116952,0,0,0,0,0 +116953,0,0,0,0,0 +116954,0,0,0,0,0 +116955,0,0,0,0,0 +116956,0,0,0,0,0 +116957,0,0,0,0,0 +116958,0,0,0,0,0 +116959,0,0,0,0,0 +116960,0,0,0,0,0 +116961,0,0,0,0,0 +116962,0,0,0,0,0 +116963,0,0,0,0,0 +116964,0,0,0,0,0 +116965,0,0,0,0,0 +116966,0,0,0,0,0 +116967,0,0,0,0,0 +116968,0,0,0,0,0 +116969,0,0,0,0,0 +116970,0,0,0,0,0 +116971,0,0,0,0,0 +116972,0,0,0,0,0 +116973,0,0,0,0,0 +116974,0,0,0,0,0 +116975,0,0,0,0,0 +116976,0,0,0,0,0 +116977,0,0,0,0,0 +116978,0,0,0,0,0 +116979,0,0,0,0,0 +116980,0,0,0,0,0 +116981,0,0,0,0,0 +116982,0,0,0,0,0 +116983,0,0,0,0,0 +116984,0,0,0,0,0 +116985,0,0,0,0,0 +116986,0,0,0,0,0 +116987,0,0,0,0,0 +116988,0,0,0,0,0 +116989,0,0,0,0,0 +116990,0,0,0,0,0 +116991,0,0,0,0,0 +116992,0,0,0,0,0 +116993,0,0,0,0,0 +116994,0,0,0,0,0 +116995,0,0,0,0,0 +116996,0,0,0,0,0 +116997,0,0,0,0,0 +116998,0,0,0,0,0 +116999,0,0,0,0,0 +117000,0,0,0,0,0 +117001,0,0,0,0,0 +117002,0,0,0,0,0 +117003,0,0,0,0,0 +117004,0,0,0,0,0 +117005,0,0,0,0,0 +117006,0,0,0,0,0 +117007,0,0,0,0,0 +117008,0,0,0,0,0 +117009,0,0,0,0,0 +117010,0,0,0,0,0 +117011,0,0,0,0,0 +117012,0,0,0,0,0 +117013,0,0,0,0,0 +117014,0,0,0,0,0 +117015,0,0,0,0,0 +117016,0,0,0,0,0 +117017,0,0,0,0,0 +117018,0,0,0,0,0 +117019,0,0,0,0,0 +117020,0,0,0,0,0 +117021,0,0,0,0,0 +117022,0,0,0,0,0 +117023,0,0,0,0,0 +117024,0,0,0,0,0 +117025,0,0,0,0,0 +117026,0,0,0,0,0 +117027,0,0,0,0,0 +117028,0,0,0,0,0 +117029,0,0,0,0,0 +117030,0,0,0,0,0 +117031,0,0,0,0,0 +117032,0,0,0,0,0 +117033,0,0,0,0,0 +117034,0,0,0,0,0 +117035,0,0,0,0,0 +117036,0,0,0,0,0 +117037,0,0,0,0,0 +117038,0,0,0,0,0 +117039,0,0,0,0,0 +117040,0,0,0,0,0 +117041,0,0,0,0,0 +117042,0,0,0,0,0 +117043,0,0,0,0,0 +117044,0,0,0,0,0 +117045,0,0,0,0,0 +117046,0,0,0,0,0 +117047,0,0,0,0,0 +117048,0,0,0,0,0 +117049,0,0,0,0,0 +117050,0,0,0,0,0 +117051,0,0,0,0,0 +117052,0,0,0,0,0 +117053,0,0,0,0,0 +117054,0,0,0,0,0 +117055,0,0,0,0,0 +117056,0,0,0,0,0 +117057,0,0,0,0,0 +117058,0,0,0,0,0 +117059,0,0,0,0,0 +117060,0,0,0,0,0 +117061,-2077.590412,-798.9344272,-1931.161333,-886.6839775,-1477.004648 +117062,-1663.57959,-614.8405399,-1519.566663,-704.6855884,-1000.453763 +117063,-1400.984187,-462.548542,-1257.228189,-587.9112111,-500.7435636 +117064,-1615.453212,126.1225502,-1460.671422,-678.4725359,-765.3506138 +117065,-1759.585922,-74.05158749,-1599.465564,-745.3468874,-1072.573626 +117066,-1677.848769,-128.4126196,-581.1928251,-711.1037372,-1025.764286 +117067,-1620.745521,-25.80752405,-469.2316176,-687.3423255,-990.2072132 +117068,-1570.157882,-22.5284195,-673.4161128,-666.4056283,-956.9576769 +117069,-1528.021313,-5.128663562,-528.8476587,-649.1033313,-928.5345507 +117070,-1494.022857,11.9510318,-499.4468453,-635.2645623,-905.1488341 +117071,-1466.740412,29.10737421,-472.6845692,-624.2485714,-885.8988208 +117072,-1444.563565,44.49382346,-448.2047158,-615.3503017,-869.8059186 +117073,-1315.326125,82.64985413,-421.5144831,-555.8781768,-554.6742415 +117074,-1380.575505,89.68795758,-404.0666974,-636.9482469,-758.0455928 +117075,-1094.959178,74.95940275,-382.1825443,-685.6934881,-886.4149085 +117076,-1226.287317,68.08976244,-362.7242339,-529.6999164,-934.7381926 +117077,-1166.690209,45.68706591,-343.7963282,-516.8367123,-958.0075967 +117078,-1152.70728,48.08474428,-324.6519937,-540.5641632,-860.1352993 +117079,-1136.523312,50.98153143,-305.0338032,-518.9765484,-803.4352386 +117080,-1122.359379,54.09166441,-287.0090013,-510.5426756,-766.6244501 +117081,-1066.808963,192.826978,-269.3835794,-454.0866226,-263.3226008 +117082,-1162.026802,151.2597828,-251.7094139,-556.1245887,-521.2818446 +117083,-1053.026879,123.0187642,-233.7748729,-475.3693689,-697.3938768 +117084,-1075.73042,59.97960301,-214.9803172,-481.4688558,-906.7346966 +117085,-1056.648118,63.61991469,-198.4776692,-478.6354612,-817.9059276 +117086,-1045.741928,183.949317,-180.3384657,-469.323618,-372.3253687 +117087,-1030.250581,70.62218433,-165.4982909,-464.4252217,-831.3099968 +117088,-1013.36566,74.09655681,-149.8503306,-453.4375605,-772.1261292 +117089,-1002.39797,78.25339147,-134.9340498,-446.5801646,-736.4422239 +117090,-987.3486956,221.7363515,-118.1723577,-431.6303629,-221.3506607 +117091,-982.3878865,182.318361,-103.6771969,-451.9056004,-479.5644757 +117092,-973.1427156,154.9159566,-89.37514272,-424.877529,-660.022472 +117093,-958.5856893,87.83374241,-77.69853691,-427.7825599,-885.9792165 +117094,-949.3750023,179.822706,-65.12535834,-418.7813102,-516.0790211 +117095,-937.5856012,155.8982475,-54.2926012,-415.0753465,-685.0880438 +117096,-874.1486804,108.9842439,-12.29924439,-384.7850012,-828.3377911 +117097,-992.086705,184.1887523,-75.95325005,-435.8687594,-530.5694733 +117098,-867.552378,159.464747,0.53869669,-381.2081425,-702.1522182 +117099,-901.9092974,107.8156781,-14.04030781,-394.4353141,-877.4374744 +117100,-883.5550467,185.3960335,0.628518746,-384.6650919,-558.2275903 +117101,-871.8730271,114.7641451,10.57610563,-381.2354627,-827.6163992 +117102,-862.8009513,118.4999467,21.06412511,-373.8892215,-753.8605968 +117103,-850.8897677,122.6575203,30.71076155,-369.6720721,-710.9806483 +117104,-841.634173,243.386374,40.06466165,-362.9023401,-283.3701012 +117105,-832.9223576,128.3691419,49.21517385,-359.4117373,-756.9011113 +117106,-820.3182847,235.2236904,58.13423305,-352.6983342,-359.0823913 +117107,-811.7428196,204.1086548,66.99734247,-348.9344083,-574.8742055 +117108,-803.818002,134.6616288,75.66368814,-342.836061,-831.6749207 +117109,-789.9289659,213.2810765,84.4234198,-337.5460029,-516.1300466 +117110,-783.8606259,140.7463711,89.16943821,-333.4408178,-801.1793562 +117111,-772.7568663,220.6925235,105.9618125,-327.5453961,-495.3353187 +117112,-761.8539623,146.9002334,89.14021275,-323.4336277,-788.9954242 +117113,-753.8670201,225.7610379,143.4513223,-317.8499557,-489.5202276 +117114,-745.2607791,152.700117,89.12596731,-313.1062775,-782.1062344 +117115,-732.9867676,155.9032132,89.43348012,-308.615733,-714.1395363 +117116,-727.1090474,249.6378858,242.3827521,-303.0667617,-386.2934336 +117117,-714.7380778,161.7274609,88.87970493,-299.3711485,-746.0108463 +117118,-707.9734772,245.0672044,172.4681938,-294.0054199,-438.3544199 +117119,-696.8799739,166.7844346,89.19413441,-289.0056908,-756.9274085 +117120,-689.5973935,241.5983147,248.4563978,-284.8041546,-480.0682191 +117121,88.99239678,171.9304928,89.31138724,40.40745353,-779.2089834 +117122,95.89396915,183.4486511,109.118526,43.91739199,154.5482398 +117123,106.5588212,199.791745,140.2623894,49.22110146,202.9661795 +117124,117.7259869,216.2245147,172.3343039,54.67460097,245.89538 +117125,128.08148,230.8005559,200.8787703,59.64572314,281.0140219 +117126,137.3906754,254.8191276,225.2638319,64.04979723,310.4713588 +117127,145.8130051,739.3123001,246.2073859,67.99027298,336.2935755 +117128,153.549355,479.4541309,264.5279602,71.58141075,359.5542302 +117129,160.7521855,580.7154617,280.7894371,74.90655621,380.732521 +117130,167.5075498,603.2289507,295.3544977,78.01342692,400.0612754 +117131,173.8764356,622.5817243,308.4746573,80.93551484,417.7249155 +117132,179.9097949,641.492879,320.3527992,83.70029403,433.9117042 +117133,185.6525788,659.836275,331.1618266,86.33150993,448.8033882 +117134,191.1442206,678.3140819,341.0586913,88.84956062,462.5641401 +117135,196.4186676,695.9042808,350.1721613,91.271639,475.3368229 +117136,201.5047891,713.1434968,358.6129864,93.61205727,487.244428 +117137,206.1014257,730.649892,366.1496713,95.73467689,497.8008283 +117138,210.9870406,747.2416753,373.6190722,97.99388118,508.4749465 +117139,215.7161002,763.7864832,380.6243536,100.1872145,518.5044384 +117140,220.3101418,779.9949608,387.2278108,102.3244253,527.9704426 +117141,224.7879142,795.6988418,393.4824606,104.4139579,536.9437642 +117142,229.1653156,812.0201086,399.4331054,106.4629056,545.4854554 +117143,233.4552818,826.8112578,405.117109,108.4769533,553.6472794 +117144,237.6681234,842.2377748,410.5654548,110.4605432,561.4728422 +117145,241.8120723,857.0513214,415.8038933,112.4171434,568.9990357 +117146,245.8937568,871.7383269,420.8539237,114.3494818,576.2572224 +117147,249.9186169,885.8532356,425.7336328,116.2597462,583.2743333 +117148,253.8911394,900.5930677,430.4582881,118.1496994,590.0735273 +117149,257.8150865,914.281609,435.0408642,120.0207861,596.6748957 +117150,261.6936011,928.1709336,439.4923991,121.874184,603.0958217 +117151,265.529369,941.6466491,443.8223651,123.710878,609.3515162 +117152,269.3224414,954.9386254,448.0356154,125.5301356,615.4551956 +117153,273.0733324,967.982157,452.1369154,127.3316427,621.4184601 +117154,276.7800843,980.9221615,456.1317544,129.1157711,627.2514903 +117155,280.4491076,997.2174575,460.0257684,130.883216,632.9632915 +117156,284.0825787,1012.74355,463.8242136,132.6347032,638.5618089 +117157,287.6777969,1028.154393,467.5317679,134.3708703,644.0541094 +117158,291.240001,1043.372183,471.1525466,136.092254,649.4464446 +117159,294.7672026,1058.293584,474.6902044,137.7993178,654.744439 +117160,298.2641636,1072.986569,478.1479919,139.4924596,659.9530674 +117161,301.7283058,1087.570556,481.5288542,141.17204,665.0768456 +117162,305.1639742,1101.811169,484.8354553,142.8383794,670.1197946 +117163,308.568395,1115.992608,488.0702384,144.4917727,675.0855888 +117164,311.9457714,1129.833301,491.2354421,146.1324866,679.9775207 +117165,315.2932587,1143.624499,494.3331431,147.7607703,684.7986234 +117166,318.6149614,1157.079887,497.3652671,149.3768524,689.5516309 +117167,321.9079798,1170.497631,500.3336196,150.9809494,694.2390811 +117168,325.1763339,1183.580997,503.2398942,152.5732634,698.8632756 +117169,328.4170874,1196.640892,506.0856976,154.1539889,703.4263729 +117170,331.6341916,1208.892135,508.8725499,155.7233089,707.9303389 +117171,334.824684,1222.216543,511.6019056,157.2814009,712.3770304 +117172,337.9924591,1234.450741,514.2751532,158.8265344,716.7681491 +117173,341.1345398,1246.662034,516.893633,160.3615547,721.1053178 +117174,344.254772,1258.966134,519.4586326,161.8868669,725.3900296 +117175,347.3501696,1270.759925,521.9714035,163.4002005,729.6237196 +117176,350.4245343,1282.693669,524.4331524,164.9039555,733.8077084 +117177,353.474874,1294.304298,526.8450602,166.3983706,737.9432791 +117178,356.5049541,1305.807293,529.2082726,167.8811669,742.0316194 +117179,359.511779,1317.102871,531.5239133,169.3547465,746.0738854 +117180,362.4990797,1328.381618,533.7930782,170.8174683,750.0711551 +117181,365.6264866,1508.948919,536.1794721,172.345527,754.3201666 +117182,375.7839694,1522.560698,545.5957924,177.0321352,771.8276955 +117183,389.4936274,1535.232129,671.5803714,183.2631069,796.0222236 +117184,403.2515211,1547.551547,1125.24844,189.4412456,820.4187983 +117185,415.6002473,1559.547452,830.7208808,194.9222003,842.3513592 +117186,426.3998863,1571.499024,932.7994207,199.666957,861.5453176 +117187,435.9453013,1583.181739,945.8661292,203.8298894,878.4934888 +117188,444.5381004,1594.512933,956.6703108,207.5613175,893.6961129 +117189,452.3851573,1605.991256,967.2710047,210.9627756,907.4923071 +117190,459.6191017,1617.104556,977.5231141,214.0985629,920.1001457 +117191,466.3336849,1628.06741,987.2723934,217.0134068,931.6777635 +117192,472.6041829,1639.130886,997.3738842,219.7425523,942.3561129 +117193,478.4950319,1653.056239,1006.671455,222.3155949,952.2502283 +117194,484.0617811,1663.03519,1015.979527,224.7575552,961.4613365 +117195,489.3517724,1674.717366,1025.276422,227.0893287,970.0774698 +117196,494.4049227,1684.68975,1033.764063,229.3281659,978.1744257 +117197,499.2547323,1696.563052,1042.575256,231.4882376,985.8172536 +117198,503.9292996,1705.442978,1051.05685,233.5811787,993.0617754 +117199,508.4522271,1687.766181,1059.34558,235.6165599,999.9559692 +117200,512.8433708,1735.142626,1067.492561,237.6022693,1006.541135 +117201,517.1194549,1727.242944,1075.2017,239.5448186,1012.852858 +117202,521.294589,1740.502661,1083.486856,241.449595,1018.921867 +117203,525.3806799,1749.961491,1090.931511,243.3210578,1024.774681 +117204,529.3877895,1759.379087,1098.581807,245.1629056,1030.434216 +117205,533.3244279,1768.536436,1105.991718,246.9782102,1035.920288 +117206,537.1978081,1777.856504,1113.271121,248.7695304,1048.645501 +117207,541.0140539,1786.704076,1120.506115,250.5390037,1298.188398 +117208,544.7783775,1795.672496,1127.53012,252.2884221,1177.746475 +117209,548.4951941,1804.528657,1134.550191,254.0192797,1232.328375 +117210,552.1682194,1812.999616,1141.361399,255.7328114,1249.544539 +117211,555.8005975,1822.001357,1147.524052,257.4300462,1265.558899 +117212,559.3882739,1830.685462,1153.471699,259.106437,1280.876685 +117213,562.9292214,1839.450984,1159.201505,263.5021604,1296.437354 +117214,566.4245683,1847.920713,1164.910653,337.9005453,1310.919967 +117215,569.8769501,1856.481517,1170.400916,304.8641369,1325.931437 +117216,573.2892136,1864.799625,1175.870131,322.6655163,1340.218525 +117217,680.4872924,1873.331237,1181.2187,329.8159773,1354.335607 +117218,694.8064412,1881.385825,1186.519827,336.4060802,1368.121205 +117219,689.0285904,1889.602764,1191.662605,342.8707725,1382.06718 +117220,712.507118,1897.643351,1196.806404,349.2580413,1395.369411 +117221,725.926706,1905.68991,1201.891121,355.4141449,1408.433539 +117222,738.6492172,1913.430842,1206.837913,361.6123997,1421.764653 +117223,751.3487144,1921.181925,1211.812104,367.5358661,1434.401164 +117224,763.8793547,1928.981571,1217.24356,373.4766089,1447.039941 +117225,776.0847931,1936.514811,1222.974076,379.333191,1459.451894 +117226,788.0543629,1944.118704,1228.679634,385.0227585,1471.477796 +117227,800.1181221,1951.402143,1234.496079,390.5872032,1483.859057 +117228,811.6469358,1958.785745,1240.419408,396.2967384,1495.76661 +117229,823.3858076,1966.003264,1246.159792,401.5257313,1507.173846 +117230,834.7267709,1973.143106,1252.337623,407.0582667,1518.879394 +117231,845.9710218,1980.194791,1258.161012,412.2866139,1530.171124 +117232,856.9231737,1987.151206,1264.242,417.5171429,1541.363574 +117233,868.2831847,1994.024083,1270.131857,422.6335145,1552.210248 +117234,878.5423585,2000.805114,1276.383519,427.6259271,1563.490652 +117235,891.0642932,2007.498031,1282.577702,432.7428772,1574.047754 +117236,901.7802226,2014.102513,1288.642281,437.5992048,1584.703238 +117237,912.4983714,2020.618802,1294.752546,442.4746995,1595.172356 +117238,923.0410016,2027.137513,1300.786844,447.2662151,1605.473822 +117239,933.3228686,2033.34509,1306.823747,451.9068652,1615.717687 +117240,943.9900065,2039.567295,1312.720491,456.8175505,1625.767268 +117241,959.4381252,2047.998251,1323.359045,463.4173983,1656.63156 +117242,968.813012,2053.873691,1329.756968,468.2502218,1666.981875 +117243,978.8080025,2059.543524,1334.723492,472.5417086,1677.023115 +117244,987.866755,2065.026114,1339.935271,476.8330599,1686.566765 +117245,997.0014012,2070.461202,1345.027362,481.0224423,1695.934288 +117246,1005.969142,2075.54567,1349.939217,485.1257245,1704.969189 +117247,1014.61614,2080.723567,1354.858771,489.1804516,1713.944559 +117248,1023.711647,2085.72018,1359.562761,493.1716945,1722.654618 +117249,1032.454938,2090.633501,1364.414598,496.9841001,1731.357611 +117250,1040.67494,2095.45219,1369.082703,501.0730231,1739.815531 +117251,1049.373488,2100.177528,1373.748533,504.8179161,1748.251129 +117252,1057.496583,2104.810363,1378.319338,508.6363618,1756.58075 +117253,1066.255573,2109.253822,1382.998427,512.3882375,1764.72251 +117254,1074.331744,2113.942557,1387.430242,516.2232446,1772.847145 +117255,1082.584846,2118.091545,1391.957533,519.5517087,1780.881232 +117256,1090.725345,2122.442244,1396.356278,523.4913241,1788.733933 +117257,1098.800166,2126.605232,1400.835991,526.9517438,1796.582434 +117258,1106.811,2130.691108,1405.179234,530.5240402,1803.97197 +117259,1114.760054,2134.686248,1409.572091,534.0360039,1812.147195 +117260,1122.360851,2138.589937,1413.763892,537.5117236,1819.424024 +117261,1130.648764,2142.401847,1418.14068,540.9520598,1827.06884 +117262,1138.197285,2146.121549,1422.341038,544.3579456,1834.348276 +117263,1145.96739,2149.748577,1426.558669,547.5786274,1841.78355 +117264,1153.631426,2153.282394,1430.739031,551.1526216,1848.966998 +117265,1161.243457,2156.722469,1434.843135,554.3458782,1856.271203 +117266,1168.803617,2160.068214,1439.08461,557.6487931,1863.296469 +117267,1176.313434,2163.419132,1443.073515,560.894907,1870.344938 +117268,1183.774225,2166.429078,1447.184458,564.2627041,1877.390663 +117269,1191.187131,2170.361706,1451.219899,567.2122093,1884.324619 +117270,1198.553109,2174.258118,1455.237595,570.4852733,1891.079759 +117271,1205.496995,2173.559805,1459.321259,573.6491631,1897.976276 +117272,1213.261987,2181.142202,1463.52501,576.8206092,1904.674163 +117273,1220.174704,2171.499617,1467.608745,579.9704826,1911.314666 +117274,1227.363966,2195.667838,1471.766803,582.9333515,1918.047557 +117275,1234.441865,2160.244589,1475.775362,586.2875942,1924.509988 +117276,1241.472994,2218.033877,1479.826794,589.2453509,1931.01253 +117277,1248.457418,2142.853287,1483.939658,592.3292267,1937.531513 +117278,1255.76207,2201.910621,1487.931349,595.3628791,1940.628262 +117279,1262.082594,2193.853758,1491.948456,598.3740862,1945.438534 +117280,1269.205073,2166.09071,1495.94018,601.3628991,1949.180521 +117281,1275.981615,2194.571225,1499.913517,604.3295383,1953.155439 +117282,1282.681585,2201.515001,1503.819488,607.2750925,1957.257809 +117283,1289.461179,2161.007748,1507.888407,610.2022933,1961.18719 +117284,1296.12051,2198.119698,1511.708494,613.1093755,1965.105947 +117285,1302.723981,2207.998846,1515.61424,615.7999431,1969.147202 +117286,1308.983658,2150.973153,1519.580734,618.9710749,1972.88453 +117287,1316.159876,2202.534934,1523.473167,621.666372,1976.870466 +117288,1322.320481,2210.772482,1527.210611,624.5262785,1980.662032 +117289,1328.933799,2142.863653,1531.176706,627.3319755,1984.481572 +117290,1335.298049,2204.220517,1534.958542,630.1186008,1988.211995 +117291,1341.765582,2178.90182,1538.726527,632.8859189,1992.101341 +117292,1348.095866,2182.382341,1542.662248,635.6344146,1995.651986 +117293,1354.375506,2181.419076,1546.322007,638.3643774,1999.489978 +117294,1360.727469,2180.315916,1550.138705,641.0759618,2003.11442 +117295,1366.891157,2179.092374,1553.828703,643.7695697,2006.772749 +117296,1373.176465,2177.753,1557.650248,646.4453175,2010.396298 +117297,1379.171504,2176.300106,1561.389769,648.8862754,2013.937788 +117298,1385.420519,2174.734469,1564.963088,651.8672954,2017.602134 +117299,1391.468137,2173.057119,1568.789284,654.3247525,2021.162075 +117300,1397.538567,2171.268702,1572.41842,656.9712449,2024.547719 +117301,1285.882772,2115.814819,1458.787613,606.3270326,1815.550846 +117302,1290.461957,2112.878312,1460.350899,607.8990895,1816.405839 +117303,1295.060874,2110.152122,1462.807753,609.9005457,1818.333432 +117304,1300.300834,2107.476763,1465.716416,611.9919384,1820.282 +117305,1305.457932,2104.771682,1468.518352,614.1427403,1822.712037 +117306,1310.817994,2102.01207,1471.431912,616.3205936,1825.091917 +117307,1316.051434,2099.180792,1474.664118,618.510975,1827.599866 +117308,1321.444877,2096.267919,1477.534343,620.7055031,1830.142613 +117309,1326.679099,2093.26834,1480.635765,622.6799562,1832.662835 +117310,1331.973459,2090.179554,1483.72979,625.214127,1835.381915 +117311,1337.266882,2087.000492,1486.848491,627.2338463,1837.809331 +117312,1342.498617,2083.730553,1489.949843,629.4559369,1840.552397 +117313,1347.883944,2080.369712,1492.995991,631.6333943,1843.118946 +117314,1352.979329,2076.917949,1496.183978,633.8058706,1845.747629 +117315,1358.374188,2073.375178,1499.097377,635.9714833,1848.368131 +117316,1363.424107,2069.74134,1502.415329,638.3715897,1850.931325 +117317,1368.735053,2066.018504,1505.281875,640.1562796,1853.645669 +117318,1373.878746,2062.206219,1508.681074,642.4805307,1856.278105 +117319,1379.036454,2058.306112,1511.591493,644.6056581,1858.760425 +117320,1384.221235,2054.329129,1514.958913,646.7371146,1866.025984 +117321,1389.396418,2050.245836,1521.677284,648.8796344,1864.835849 +117322,1394.336162,2046.08229,1520.719134,650.9537258,1872.724652 +117323,1399.435201,2041.834669,1529.99526,653.1111396,1868.451528 +117324,1404.629794,2037.502259,1524.744853,655.1749917,1856.670604 +117325,1409.523585,2033.086193,1540.886371,657.2952134,1884.037726 +117326,1414.566723,2028.587258,1525.442015,659.4120794,1874.522512 +117327,1419.611814,2024.006347,1525.763833,661.1914325,1879.66825 +117328,1424.508618,2019.344049,1547.91188,663.7139016,1882.202459 +117329,1429.512072,2014.601607,1540.29035,665.6078261,1884.826859 +117330,1434.503097,2009.679431,1545.788205,667.6853046,1887.37768 +117331,1439.1126,2004.830618,1548.680739,669.6309087,1889.940953 +117332,1443.78602,1999.674185,1551.35772,671.4417752,1892.483502 +117333,1447.825459,1994.511574,1553.899126,673.2964588,1895.101877 +117334,1453.224032,1989.345603,1556.551389,675.1333371,1897.51814 +117335,1457.279229,1983.856626,1559.122537,676.8898738,1900.1003 +117336,1462.01257,1978.49419,1561.754125,678.7200497,1902.597756 +117337,1466.278669,1972.967692,1564.125866,680.4410072,1905.099924 +117338,1470.856661,1967.375183,1566.881576,682.2428414,1907.672168 +117339,1475.203299,1961.703276,1569.22683,683.9657956,1910.033099 +117340,1479.589506,1955.952596,1571.789262,685.6664152,1912.567605 +117341,1483.858889,1950.122399,1574.263927,687.4287387,1915.010171 +117342,1488.209699,1944.218354,1576.729688,689.0784267,1917.45637 +117343,1492.614017,1938.237392,1579.272632,690.8199411,1919.972151 +117344,1496.663024,1932.181684,1581.594471,692.4784907,1922.195686 +117345,1501.085592,1933.516633,1584.116392,694.0714884,1924.925151 +117346,1505.255882,1913.944288,1586.524962,695.8375555,1927.177438 +117347,1509.449969,1937.305809,1588.926159,697.3553017,1950.347345 +117348,1513.382811,1873.105902,1591.305433,699.0200618,1909.113505 +117349,1517.630286,1917.400753,1593.733281,700.6005527,1936.267947 +117350,1521.425972,1890.58187,1595.886708,702.1578677,1939.843463 +117351,1525.618282,1887.484292,1598.463959,703.7934411,1937.703722 +117352,1529.528452,1881.21667,1610.227124,705.3012498,1941.341363 +117353,1533.424754,1874.277498,1601.048804,706.9190153,1951.30557 +117354,1537.460613,1867.603425,1593.636504,708.0680549,1934.167426 +117355,1541.308298,1860.859473,1614.893625,710.1647547,1953.904601 +117356,1544.719607,1849.731148,1615.329656,714.4876048,1954.674827 +117357,1548.393378,1842.418403,1620.25205,716.5568467,1944.519279 +117358,1552.398344,1835.112783,1623.242041,718.2971394,1958.822115 +117359,1555.882446,1827.671307,1638.575274,720.0140374,1956.514783 +117360,1559.755582,1820.443592,1620.777091,721.6404069,1972.937055 +117361,1322.326993,1702.764335,1381.693027,614.3828598,1503.749816 +117362,1319.7951,1692.430384,1392.398939,612.5942515,1530.055154 +117363,1319.35997,1683.125803,1382.666193,612.5107105,1515.051168 +117364,1319.702508,1673.909557,1383.355253,612.4466397,1515.098324 +117365,1320.283047,1665.027733,1382.913616,612.5628764,1513.786095 +117366,1321.170446,1656.119143,1382.639392,612.8432587,1512.95448 +117367,1322.265253,1647.249025,1382.317785,613.2010802,1512.157602 +117368,1323.400696,1638.447501,1382.408641,613.5281372,1511.579235 +117369,1324.627721,1629.580747,1382.304782,613.955014,1511.120512 +117370,1325.899685,1620.995499,1382.483496,614.4106699,1510.762466 +117371,1327.216687,1611.953055,1382.571808,614.8447064,1510.498524 +117372,1328.56643,1603.353208,1382.755923,615.3161503,1510.311083 +117373,1329.94763,1594.407738,1382.973067,615.7977529,1510.193614 +117374,1331.353077,1585.808313,1383.225938,616.2915334,1510.138317 +117375,1332.84522,1576.830695,1383.514013,616.7974065,1510.141561 +117376,1334.19979,1568.073113,1383.83409,617.31398,1510.197163 +117377,1335.714022,1559.147702,1384.185186,617.8409318,1510.30301 +117378,1337.189449,1550.420958,1384.630621,618.4067062,1510.51664 +117379,1338.690345,1541.516993,1384.9402,618.9088503,1510.5516 +117380,1340.142648,1532.669523,1385.42261,619.4843764,1510.930557 +117381,1341.766902,1523.80244,1385.874044,620.0428842,1511.148154 +117382,1343.262185,1514.929886,1386.359965,620.6138424,1511.467017 +117383,1344.82513,1533.596902,1386.870789,621.1927596,1511.811613 +117384,1346.388731,1457.496542,1387.404728,621.7789981,1512.187142 +117385,1347.962211,1507.363648,1387.961172,622.3723409,1512.656461 +117386,1349.544767,1482.815887,1388.539591,622.9725511,1512.993037 +117387,1351.201659,1459.304595,1389.139871,623.5796967,1513.503479 +117388,1352.638662,1470.075364,1389.827922,624.2230393,1513.981652 +117389,1354.391245,1446.757887,1390.298988,624.7979419,1514.495135 +117390,1355.948776,1445.966314,1391.109461,625.44486,1514.967303 +117391,1357.612982,1434.4226,1391.831397,626.1150365,1515.691922 +117392,1359.28032,1425.935402,1392.661533,626.8041222,1516.121869 +117393,1360.957711,1417.135686,1393.510174,627.5033526,1516.782587 +117394,1362.643116,1408.280351,1394.382668,628.210984,1517.392159 +117395,1364.337161,1399.519035,1395.278206,628.9265549,1518.030905 +117396,1365.972346,1390.599751,1396.195015,629.6493107,1518.686685 +117397,1367.780886,1381.771948,1397.132815,630.3791452,1519.360128 +117398,1369.448484,1373.07493,1398.158744,631.1461093,1520.114937 +117399,1371.249423,1364.258169,1399.031711,631.8431755,1520.716482 +117400,1372.876475,1355.590005,1400.07679,632.6138819,1521.417829 +117401,1374.662414,1346.764045,1401.079871,633.3639414,1522.245642 +117402,1376.39499,1338.107007,1402.110455,634.1241566,1522.942069 +117403,1378.144846,1329.417541,1403.158508,634.8900236,1523.713492 +117404,1379.833859,1320.762747,1404.223162,635.6610408,1524.486431 +117405,1381.700885,1312.13897,1405.234617,636.4372341,1525.339107 +117406,1383.422852,1303.542636,1406.435257,637.2182169,1526.030348 +117407,1385.212875,1294.978475,1407.496898,638.0040217,1526.889164 +117408,1386.999743,1286.447119,1408.702734,638.8255979,1527.697065 +117409,1388.795075,1278.01816,1409.738999,639.5735785,1528.52612 +117410,1390.599204,1269.463668,1410.943828,640.3948533,1529.365036 +117411,1392.412588,1261.019805,1412.101634,641.1931609,1530.144465 +117412,1394.305307,1256.554651,1413.282962,642.0000454,1531.179287 +117413,1395.964206,1250.390429,1414.477796,642.8109733,1531.886779 +117414,1397.964039,1244.240439,1415.685168,643.6255666,1532.825325 +117415,1399.760184,1238.001004,1416.905139,644.44386,1533.69893 +117416,1401.641054,1231.921264,1418.137104,645.2656011,1534.590644 +117417,1403.525627,1225.817095,1419.452596,646.0908192,1535.490921 +117418,1405.42553,1219.75452,1420.599255,646.9514411,1536.398344 +117419,1407.342599,1213.788228,1421.918206,647.7351534,1537.385041 +117420,1409.278251,1207.640204,1423.113384,648.5928766,1538.194813 +117421,1645.970449,1308.344858,1659.513652,756.0218402,1964.989011 +117422,1651.81593,1304.084676,1664.414125,758.3494689,1983.230369 +117423,1655.982671,1299.459307,1668.405892,760.9382597,1969.012384 +117424,1686.449572,1294.510249,1671.453228,762.5323041,1986.210301 +117425,1651.528594,1300.483278,1674.502633,764.324945,1978.344228 +117426,1644.632484,1284.979902,1677.348165,765.8606166,1985.312764 +117427,1685.632319,1262.47345,1695.527192,767.4861049,1991.9788 +117428,1669.037293,1284.510986,1674.572913,768.8932933,1987.547312 +117429,1676.235911,1266.668666,1687.881949,770.3552013,1993.846585 +117430,1679.601674,1264.273965,1688.374036,771.9160433,2001.101057 +117431,1682.688069,1259.317767,1690.528,773.197459,1996.595948 +117432,1685.812162,1254.397505,1692.832298,774.6306821,2000.718504 +117433,1688.920521,1249.512916,1695.093326,775.9997,2003.403866 +117434,1692.004455,1244.592673,1697.361704,777.3609692,2005.397929 +117435,1695.064142,1239.995462,1699.577656,778.7072435,2007.510243 +117436,1698.208522,1235.085032,1701.769239,780.0388567,2009.708143 +117437,1701.058996,1254.116484,1703.975209,781.3562842,2011.765127 +117438,1704.127401,1190.73408,1706.056304,782.6598045,2013.861351 +117439,1707.078828,1238.152208,1708.198057,783.9496812,2015.871091 +117440,1710.024215,1222.762741,1710.30618,785.2264755,2017.830675 +117441,1712.948776,1197.725419,1712.217795,786.4903795,2019.783109 +117442,1715.851708,1224.844263,1714.46478,787.7415004,2026.564565 +117443,1718.732469,1187.120507,1716.39712,788.9804814,2017.302154 +117444,1721.591975,1209.872778,1718.411853,790.2069026,2031.378224 +117445,1724.430212,1188.434848,1720.403015,791.4212274,2026.774297 +117446,1727.246311,1193.507473,1722.367732,792.6239043,2028.629442 +117447,1730.041266,1186.439199,1724.296276,793.814702,2031.055402 +117448,1732.814879,1183.158064,1726.237843,794.9938143,2032.796604 +117449,1735.566984,1179.199363,1728.105177,796.1615207,2034.391486 +117450,1738.297788,1175.464393,1729.999525,797.3178426,2036.056422 +117451,1740.915927,1171.727869,1731.816549,798.4445112,2037.73211 +117452,1743.49353,1168.084143,1733.605808,799.5562341,2039.376426 +117453,1746.041772,1164.52717,1735.381054,800.6550591,2045.804431 +117454,1748.562878,1161.060172,1737.118413,801.7419803,2036.904199 +117455,1751.059028,1157.684915,1738.880223,802.8169175,2049.225456 +117456,1753.530735,1151.362913,1740.548349,803.8891891,2045.958122 +117457,1755.97717,1147.943106,1742.24857,805.0034706,2046.8389 +117458,1758.400246,1144.862575,1743.911901,806.1739744,2048.836574 +117459,1760.80121,1141.909291,1745.457722,807.4032882,2050.499328 +117460,1763.291772,1139.03421,1747.249334,808.6913321,2051.905879 +117461,1765.481731,1136.218227,1753.905343,810.0369757,2058.211978 +117462,1767.784123,1133.452413,1743.157332,811.4395645,2049.659529 +117463,1769.531627,1127.661858,1747.77323,809.8618183,2060.232685 +117464,1771.544975,1124.28656,1744.489898,810.707569,2058.158966 +117465,1773.739688,1121.366781,1745.478576,812.4468899,2058.459539 +117466,1776.005357,1118.501881,1746.791998,814.3433593,2060.041165 +117467,1778.199342,1115.637943,1747.760877,816.4550831,2066.147403 +117468,1780.371159,1112.997229,1754.13504,818.5492935,2064.290431 +117469,1782.524478,1110.247072,1742.760312,820.7781814,2064.126488 +117470,1784.659183,1107.592646,1759.241715,823.0811683,2065.173986 +117471,1786.776012,1105.030976,1744.860032,825.4624893,2071.255846 +117472,1788.874068,1102.329199,1761.177506,827.9194002,2064.977155 +117473,1790.954996,1099.807489,1747.185488,830.4496184,2071.506354 +117474,1793.01819,1097.254637,1763.352713,833.1040326,2071.128028 +117475,1795.065228,1094.739011,1754.448033,835.6961659,2071.357056 +117476,1797.09486,1092.249774,1758.457871,838.4739549,2071.795729 +117477,1799.109097,1089.785573,1759.484747,841.2728296,2072.497812 +117478,1801.107072,1087.345636,1760.384537,844.0921634,2072.615899 +117479,1803.090102,1084.929824,1761.465018,847.1111702,2071.789253 +117480,1805.075749,1082.537041,1762.542276,850.0759964,2070.867095 +117481,1854.612216,1103.201099,1807.809416,876.18818,2068.102472 +117482,1859.825563,1102.233589,1816.104765,880.7488598,2070.442632 +117483,1864.190491,1100.945115,1823.006228,884.9920414,2075.190353 +117484,1868.453596,1099.518838,1814.350836,889.1363105,2079.302221 +117485,1872.246322,1098.020954,1830.790723,893.2500705,2082.226656 +117486,1876.298904,1096.480737,1824.935143,897.3624782,2084.30323 +117487,1880.027036,1094.91963,1829.083289,901.4947418,2085.470146 +117488,1883.88971,1093.349543,1831.785296,905.6024772,2086.040068 +117489,1887.578068,1091.846397,1834.118528,909.890337,2086.313306 +117490,1891.419618,1090.178484,1836.305366,914.0958679,2086.338541 +117491,1895.181866,1088.663609,1838.658468,918.4548932,2086.166613 +117492,1898.933451,1087.029885,1840.74381,922.7048612,2085.851649 +117493,1902.683558,1085.582078,1843.179895,927.1332425,2085.434825 +117494,1906.432554,1083.99617,1849.861995,931.4990401,2085.119124 +117495,1910.182622,1082.478782,1841.459256,936.0700272,2084.735145 +117496,1914.051178,1080.961743,1855.364176,940.5591515,2083.87608 +117497,1917.622338,1079.455328,1850.919872,945.1489507,2083.336129 +117498,1921.46077,1077.960713,1853.498893,949.7790299,2082.622417 +117499,1925.197238,1076.477965,1856.092491,954.4582548,2081.776003 +117500,1928.951929,1075.006991,1857.978073,959.1249511,2080.954805 +117501,1932.967979,1073.548768,1865.096103,964.0547494,2080.319017 +117502,1937.837655,1072.103325,1856.238332,968.7457686,2079.456125 +117503,1942.521343,1070.671047,1868.956338,974.5286606,2078.455476 +117504,1947.349549,1069.251582,1865.827068,981.1861191,2077.647844 +117505,1952.186118,1067.846312,1867.251372,983.7030972,2076.731435 +117506,1959.010619,1066.454084,1874.422163,992.6344025,2075.87736 +117507,1965.41986,1065.076336,1871.318785,992.8435537,2074.909904 +117508,1966.738501,1063.712001,1873.067587,1005.330261,2074.064518 +117509,1980.73484,1062.362665,1875.42607,1000.570483,2072.933519 +117510,1966.27113,1061.026748,1881.619863,998.376701,2072.314548 +117511,1977.460035,1059.484488,1878.727857,1021.449762,2071.571462 +117512,1990.22286,1057.73074,1878.857446,1017.184769,2070.433173 +117513,1988.932781,1056.10331,1880.009734,1024.349449,2069.027883 +117514,1994.971541,1054.407503,1884.715844,1029.558566,2067.783969 +117515,1999.583422,1052.714681,1882.438283,1034.753717,2066.646528 +117516,2004.007568,1051.016272,1881.782074,1039.990366,2065.284425 +117517,2008.876858,1049.313879,1885.737424,1045.330647,2063.872246 +117518,2013.128221,1047.607818,1883.948321,1050.548123,2062.522978 +117519,2017.769452,1045.899624,1882.801444,1055.951915,2061.000573 +117520,2022.26831,1044.188907,1882.232008,1061.27223,2059.26259 +117521,2026.776034,1042.476903,1881.768448,1066.876898,2057.421691 +117522,2031.273597,1040.763371,1879.518963,1072.209492,2055.458774 +117523,2035.891502,1039.04941,1877.201312,1077.790296,2053.288243 +117524,2040.163872,1037.334555,1874.841764,1083.413925,2050.909556 +117525,2044.724166,1035.619852,1872.474289,1088.913255,2048.375556 +117526,2049.154647,1033.904837,1870.113871,1094.544019,2045.734312 +117527,2053.59396,1032.190487,1867.765147,1100.328013,2043.021659 +117528,2058.020593,1030.476275,1865.429137,1106.078868,2040.262991 +117529,2062.432162,1028.763101,1863.107402,1111.758281,2037.478172 +117530,2066.83394,1027.050391,1860.800267,1117.626346,2034.680954 +117531,2071.222891,1025.338983,1858.506124,1123.474093,2031.879522 +117532,2075.597174,1023.628271,1856.223191,1129.37059,2029.079591 +117533,2079.959237,1021.919046,1853.949336,1135.313871,2026.284675 +117534,2087.137524,1020.210679,1851.677342,1141.295785,2023.490545 +117535,2093.788055,1018.503917,1849.400101,1147.392072,2020.691898 +117536,2091.716418,1016.79807,1847.134747,1153.343294,2017.912689 +117537,2115.0601,1015.093845,1844.858157,1159.427786,2015.126147 +117538,2068.880787,1013.390529,1842.640599,1165.672773,2012.421332 +117539,2120.658306,1011.688809,1840.450591,1171.87504,2009.760668 +117540,2107.510069,1009.988301,1838.196595,1177.996962,2007.031244 +117541,2037.010894,975.1163607,1837.608941,1151.151948,2007.194831 +117542,2041.204242,973.1154652,1833.779606,1157.22421,2002.405677 +117543,2044.886715,971.1612864,1828.299862,1163.431415,1994.911168 +117544,2048.713466,969.2605204,1822.901702,1169.554919,1987.225517 +117545,2055.516166,967.3695201,1818.332285,1175.894925,1980.501597 +117546,2056.47114,965.4851214,1814.605797,1182.211005,1974.871547 +117547,2073.041971,967.2897531,1811.46751,1187.936707,1970.073987 +117548,2046.318604,966.0263127,1809.150681,1194.225364,1965.917793 +117549,2080.024863,964.4954142,1807.347688,1200.607742,1962.222565 +117550,2072.223874,962.887359,1805.715113,1207.039856,1958.828484 +117551,2078.051839,961.2422349,1804.128745,1213.515186,1955.713223 +117552,2082.107105,959.5739058,1802.549707,1220.030024,1952.849927 +117553,2085.992994,957.89023,1800.961998,1226.659418,1950.193174 +117554,2089.726128,956.1943085,1799.370685,1233.132219,1947.715969 +117555,2093.928234,954.4888783,1797.777446,1239.734822,1945.392873 +117556,2097.445009,952.7745257,1796.179696,1246.505186,1943.199949 +117557,2101.38365,951.0526468,1794.57424,1253.224833,1941.116998 +117558,2105.156659,949.3231678,1792.954197,1262.528618,1939.121876 +117559,2108.931018,947.5870927,1791.315867,1270.374283,1937.198092 +117560,2112.685264,945.8441187,1789.669434,1274.984042,1935.347886 +117561,2116.419665,944.1580296,1788.011163,1287.767996,1933.55756 +117562,2122.2355,942.3099028,1786.351105,1283.169273,1931.831851 +117563,2127.945349,940.5932999,1784.71594,1280.377693,1930.197399 +117564,2125.345749,938.8167842,1783.059331,1310.105815,1928.590982 +117565,2149.748005,937.044576,1781.324834,1305.191516,1926.937063 +117566,2102.377545,935.2669227,1779.62775,1314.729654,1925.374177 +117567,2154.828561,933.4842655,1777.949287,1321.877367,1923.875143 +117568,2138.19238,931.6963942,1776.201592,1328.774817,1922.327545 +117569,2147.545654,929.9038558,1774.431849,1335.80318,1920.786908 +117570,2154.172439,928.1065557,1772.653399,1343.088811,1919.26692 +117571,2170.002591,926.8524653,1770.834241,1349.624925,1917.725379 +117572,2157.368082,925.7113461,1769.066527,1356.405572,1916.200694 +117573,2178.454519,924.6304807,1767.396006,1363.074719,1914.697792 +117574,2182.819189,923.5949591,1765.796459,1369.824434,1913.171858 +117575,2202.372242,922.598767,1764.233292,1383.478614,1911.589684 +117576,2178.586048,921.6380005,1762.777905,1376.300009,1910.055896 +117577,2238.946066,920.7108432,1761.379955,1388.965029,1908.52222 +117578,2173.239357,919.815647,1760.046968,1397.802381,1907.009295 +117579,2261.709948,918.9514945,1758.933355,1402.2013,1905.718477 +117580,2188.33496,918.1175795,1757.918007,1409.159719,1904.506968 +117581,2275.072499,913.6381913,1757.13758,1417.588681,1903.551924 +117582,2229.909759,912.1255926,1755.952309,1424.584171,1902.56816 +117583,2250.642155,911.1467233,1754.22347,1432.527236,1901.200544 +117584,2261.759243,909.9248236,1752.604189,1447.877975,1899.995651 +117585,2267.028061,909.1132914,1751.495832,1428.208951,1899.315559 +117586,2275.291394,908.151532,1750.781839,1459.032395,1898.990034 +117587,2283.593188,907.2938088,1750.322911,1456.138289,1898.867884 +117588,2291.497282,906.4629775,1750.060331,1464.356761,1898.903477 +117589,2299.682514,905.6658436,1749.921153,1478.007002,1899.024991 +117590,2307.540411,904.9003048,1749.886936,1466.837023,1899.2204 +117591,2315.924659,904.1653422,1749.931299,1488.776346,1899.463178 +117592,2323.912729,903.4597442,1750.006149,1489.225321,1899.697591 +117593,2332.009397,902.7828974,1750.094264,1505.353315,1899.905269 +117594,2340.1917,902.1337031,1750.421597,1489.909087,1900.133586 +117595,2348.053658,901.5117384,1750.562554,1529.860673,1900.341273 +117596,2356.408013,900.9161287,1750.711235,1508.26369,1900.528097 +117597,2364.418428,900.3464036,1750.900497,1531.436699,1900.731438 +117598,2372.415328,899.8018532,1751.117367,1545.325305,1900.935036 +117599,2380.51313,899.2822293,1751.348555,1542.444937,1901.124381 +117600,2396.651245,898.7864334,1751.854692,1555.753789,1901.628624 +117601,2232.997896,832.0384889,1752.086601,1480.814619,1902.730791 +117602,2252.738066,830.8822747,1742.254099,1513.321003,1889.347879 +117603,2254.4337,830.0554294,1728.767582,1502.01756,1870.236167 +117604,2261.444316,829.1659448,1695.124527,1529.071655,1851.836154 +117605,2268.282999,828.4592183,1604.988421,1507.918272,1833.018787 +117606,2274.806525,827.6780741,1670.553345,1552.925914,1816.999586 +117607,2281.141269,827.0798154,1650.042607,1529.857159,1807.064884 +117608,2287.993282,826.3854905,1648.314768,1548.266548,1800.53946 +117609,2294.295092,825.7685207,1648.156155,1553.323175,1795.778342 +117610,2300.705814,825.2257911,1648.356646,1559.92243,1792.563776 +117611,2307.120411,824.5641777,1648.344401,1566.706738,1790.407287 +117612,2313.310454,824.0512188,1648.319498,1573.162369,1788.977235 +117613,2319.566945,823.5105121,1648.323118,1579.858478,1788.050251 +117614,2325.464271,822.9994687,1648.563468,1586.218212,1787.330548 +117615,2331.776475,822.5087745,1643.306608,1592.508735,1787.042309 +117616,2337.615245,821.9797404,1654.640101,1598.778028,1786.978915 +117617,2343.471909,821.6134939,1642.888556,1604.822246,1787.149599 +117618,2340.700693,817.239008,1641.797944,1606.534806,1786.806724 +117619,2344.864717,816.0919506,1638.278516,1611.98915,1785.988817 +117620,2350.189391,815.2253244,1636.957188,1617.690505,1785.253763 +117621,2355.488069,814.4548108,1636.772381,1623.488024,1784.939495 +117622,2360.911295,813.7360722,1636.273538,1629.145263,1785.068376 +117623,2366.305529,813.1098113,1636.13684,1640.453186,1785.615264 +117624,2371.722582,812.3698571,1635.529126,1638.325418,1786.3392 +117625,2376.942208,811.7760863,1635.262577,1647.195471,1787.05236 +117626,2390.487011,811.1528569,1635.034501,1652.255917,1787.996544 +117627,2375.579845,810.5561571,1634.694961,1657.502916,1788.821423 +117628,2405.860655,809.9758421,1629.722962,1662.88993,1789.516324 +117629,2385.282989,809.4109569,1640.278229,1668.134249,1790.383785 +117630,2415.528995,808.8608134,1627.624495,1673.201253,1791.332747 +117631,2401.330745,807.731448,1633.860951,1676.360944,1792.133074 +117632,2408.506792,806.4889007,1630.555608,1678.649117,1792.599825 +117633,2410.035542,805.1959475,1628.183502,1680.764061,1792.75932 +117634,2411.307231,803.8697615,1626.312785,1682.582331,1792.696201 +117635,2412.645507,802.4619441,1624.286894,1684.132408,1792.486275 +117636,2413.743591,801.2262217,1622.282688,1685.435705,1792.195909 +117637,2414.650749,799.7121175,1619.851418,1686.526448,1791.849388 +117638,2415.323469,798.3494489,1617.632259,1687.32821,1791.462917 +117639,2415.810203,796.914311,1615.388546,1687.935174,1791.053796 +117640,2416.114554,795.4718736,1613.082536,1688.31808,1790.629069 +117641,2416.19162,794.0149184,1610.650409,1688.476066,1790.183527 +117642,2416.100134,792.5439373,1608.236056,1688.418443,1789.711657 +117643,2415.782622,791.0596479,1605.828866,1688.147348,1789.213606 +117644,2415.305459,789.5624788,1603.34858,1687.664787,1788.689085 +117645,2414.60283,788.0530651,1600.988866,1686.973086,1788.133431 +117646,2413.717489,786.5318292,1593.158028,1686.068034,1787.401242 +117647,2412.659531,784.9989988,1602.352873,1684.973416,1786.785552 +117648,2411.395111,783.4552979,1585.881752,1683.664298,1786.165334 +117649,2409.934711,781.9010312,1592.304901,1682.149698,1785.365096 +117650,2408.316649,780.3361716,1587.384812,1680.4491,1784.63763 +117651,2406.472138,778.7615291,1584.50231,1678.514116,1783.917168 +117652,2404.457569,777.1771025,1582.043199,1676.444692,1783.115321 +117653,2402.255656,775.5832419,1579.286728,1674.121942,1782.274216 +117654,2399.865935,773.9801338,1576.521888,1671.640262,1781.394563 +117655,2397.285206,772.4221083,1573.746737,1668.947407,1780.471968 +117656,2368.398332,768.8020281,1566.772532,1654.294675,1778.618472 +117657,2373.970679,766.9242762,1562.71848,1648.631323,1775.767563 +117658,2365.211918,765.092558,1559.697108,1644.670676,1773.033428 +117659,2361.459749,763.2951777,1556.518006,1640.456573,1770.832545 +117660,2357.619558,761.5084463,1553.291128,1636.201476,1769.0606 +117661,1877.365376,759.5875815,878.2738737,1502.536177,2177.726554 +117662,1973.824726,888.3489296,926.9243729,1574.416952,2259.739583 +117663,2078.479492,890.961307,981.8108181,1647.376809,2337.92064 +117664,2146.011375,889.8961353,1020.624256,1686.908612,2377.770369 +117665,2184.576838,888.5074701,1046.239291,1701.744944,2393.528495 +117666,2207.708939,887.2811845,1064.34328,1705.189222,2399.259728 +117667,2222.896884,885.6554559,1077.986539,1704.226153,2401.017664 +117668,2233.45951,884.1940584,1088.884627,1702.156261,2401.331713 +117669,2241.51402,882.637906,1097.926377,1700.118826,2401.198738 +117670,2247.856304,881.0631055,1105.564729,1698.293481,2400.961937 +117671,2252.886415,879.469767,1112.07137,1696.603054,2400.748834 +117672,2256.842186,877.8602002,1117.629298,1694.761293,2400.584874 +117673,2259.906655,876.2390304,1122.38337,1693.087872,2400.467564 +117674,2262.196403,874.5991736,1126.437971,1691.341503,2400.349053 +117675,2263.87498,872.9590885,1129.912853,1689.539377,2400.259372 +117676,2265.077753,871.369452,1132.910665,1687.701114,2400.226645 +117677,2265.872106,869.6373517,1135.497873,1685.810876,2400.229643 +117678,2266.318132,868.0238476,1137.733405,1683.861565,2400.258156 +117679,2266.466608,866.3013101,1139.667747,1681.850294,2400.306342 +117680,2266.35964,864.7206624,1141.343688,1679.776418,2400.370396 +117681,2266.031877,863.0138077,1142.797344,1677.640384,2400.44752 +117682,2265.511716,859.1657193,1144.059145,1675.443082,2400.535461 +117683,2264.181777,857.1575302,1145.071813,1655.024072,2400.636737 +117684,2262.314478,855.2676817,1145.890123,1617.190562,2400.755818 +117685,2260.268574,853.552431,1146.570151,1632.370494,2400.883725 +117686,2258.189572,851.7424277,1147.150938,1615.849632,2401.011024 +117687,2256.142979,849.9711956,1147.650199,1610.225848,2401.138133 +117688,2254.127855,848.0622389,1148.076057,1597.809451,2401.266893 +117689,2252.134089,846.2715604,1148.433305,1594.732123,2401.395536 +117690,2250.105328,844.4285968,1148.709945,1585.634406,2401.483628 +117691,2248.071922,842.3029604,1148.927669,1574.092222,2401.566653 +117692,2246.066289,840.1425413,1149.092835,1572.505204,2401.673936 +117693,2244.074377,837.9140222,1149.196434,1563.764674,2401.786462 +117694,2242.08294,835.6691828,1149.2362,1556.539027,2401.897857 +117695,2240.081814,833.3479919,1149.21662,1549.940978,2402.004991 +117696,2238.063339,831.1346629,1149.140708,1542.827158,2402.106034 +117697,2236.022519,828.8334767,1149.014182,1531.125341,2402.200695 +117698,2233.954426,826.4257802,1148.839016,1530.2818,2402.2876 +117699,2231.855107,824.1063698,1148.619279,1521.112988,2402.365586 +117700,2229.722913,821.7166765,1148.356816,1513.761636,2402.435302 +117701,2227.555881,819.3154649,1148.055378,1506.925133,2402.496557 +117702,2225.351998,816.8927264,1147.715618,1499.662244,2402.548693 +117703,2223.109798,814.4502132,1147.340698,1492.521839,2402.591326 +117704,2220.82827,811.986806,1146.93102,1485.242232,2402.62424 +117705,2218.473328,809.5558784,1146.473405,1477.841681,2402.611037 +117706,2215.805702,806.9757484,1145.982593,1470.550748,2402.58475 +117707,2213.39849,804.4923275,1145.473648,1462.990486,2402.573439 +117708,2210.962938,801.8902031,1144.939416,1455.659943,2402.56116 +117709,2208.487487,799.4071393,1144.379445,1450.113498,2402.541246 +117710,2205.967285,796.789102,1143.792267,1443.439324,2402.511017 +117711,2203.401169,794.2001465,1143.17977,1437.40813,2402.469504 +117712,2200.789296,791.6337723,1142.541355,1431.149039,2402.416403 +117713,2198.132352,788.9244744,1141.879321,1420.229815,2402.351995 +117714,2195.424083,786.3088385,1141.192829,1420.624894,2402.275733 +117715,2192.671397,783.6301533,1140.483724,1410.941385,2402.187102 +117716,2189.876647,780.9414784,1139.751428,1401.33851,2402.086382 +117717,2187.031693,778.2357488,1138.9976,1397.146546,2401.972822 +117718,2184.141839,775.4625498,1138.22123,1397.486808,2401.845921 +117719,2181.201908,772.8449262,1137.424141,1370.918915,2401.705455 +117720,2178.218237,769.9760978,1136.605824,1387.26524,2401.552219 +117721,0,0,0,0,0 +117722,0,0,0,0,0 +117723,0,0,0,0,0 +117724,0,0,0,0,0 +117725,0,0,0,0,0 +117726,0,0,0,0,0 +117727,0,0,0,0,0 +117728,0,0,0,0,0 +117729,0,0,0,0,0 +117730,0,0,0,0,0 +117731,0,0,0,0,0 +117732,0,0,0,0,0 +117733,0,0,0,0,0 +117734,0,0,0,0,0 +117735,0,0,0,0,0 +117736,0,0,0,0,0 +117737,0,0,0,0,0 +117738,0,0,0,0,0 +117739,0,0,0,0,0 +117740,0,0,0,0,0 +117741,0,0,0,0,0 +117742,0,0,0,0,0 +117743,0,0,0,0,0 +117744,0,0,0,0,0 +117745,0,0,0,0,0 +117746,0,0,0,0,0 +117747,0,0,0,0,0 +117748,0,0,0,0,0 +117749,0,0,0,0,0 +117750,0,0,0,0,0 +117751,0,0,0,0,0 +117752,0,0,0,0,0 +117753,0,0,0,0,0 +117754,0,0,0,0,0 +117755,0,0,0,0,0 +117756,0,0,0,0,0 +117757,0,0,0,0,0 +117758,0,0,0,0,0 +117759,0,0,0,0,0 +117760,0,0,0,0,0 +117761,0,0,0,0,0 +117762,0,0,0,0,0 +117763,0,0,0,0,0 +117764,0,0,0,0,0 +117765,0,0,0,0,0 +117766,0,0,0,0,0 +117767,0,0,0,0,0 +117768,0,0,0,0,0 +117769,0,0,0,0,0 +117770,0,0,0,0,0 +117771,0,0,0,0,0 +117772,0,0,0,0,0 +117773,0,0,0,0,0 +117774,0,0,0,0,0 +117775,0,0,0,0,0 +117776,0,0,0,0,0 +117777,0,0,0,0,0 +117778,0,0,0,0,0 +117779,0,0,0,0,0 +117780,0,0,0,0,0 +117781,0,0,0,0,0 +117782,0,0,0,0,0 +117783,0,0,0,0,0 +117784,0,0,0,0,0 +117785,0,0,0,0,0 +117786,0,0,0,0,0 +117787,0,0,0,0,0 +117788,0,0,0,0,0 +117789,0,0,0,0,0 +117790,0,0,0,0,0 +117791,0,0,0,0,0 +117792,0,0,0,0,0 +117793,0,0,0,0,0 +117794,0,0,0,0,0 +117795,0,0,0,0,0 +117796,0,0,0,0,0 +117797,0,0,0,0,0 +117798,0,0,0,0,0 +117799,0,0,0,0,0 +117800,0,0,0,0,0 +117801,0,0,0,0,0 +117802,0,0,0,0,0 +117803,0,0,0,0,0 +117804,0,0,0,0,0 +117805,0,0,0,0,0 +117806,0,0,0,0,0 +117807,0,0,0,0,0 +117808,0,0,0,0,0 +117809,0,0,0,0,0 +117810,0,0,0,0,0 +117811,0,0,0,0,0 +117812,0,0,0,0,0 +117813,0,0,0,0,0 +117814,0,0,0,0,0 +117815,0,0,0,0,0 +117816,0,0,0,0,0 +117817,0,0,0,0,0 +117818,0,0,0,0,0 +117819,0,0,0,0,0 +117820,0,0,0,0,0 +117821,0,0,0,0,0 +117822,0,0,0,0,0 +117823,0,0,0,0,0 +117824,0,0,0,0,0 +117825,0,0,0,0,0 +117826,0,0,0,0,0 +117827,0,0,0,0,0 +117828,0,0,0,0,0 +117829,0,0,0,0,0 +117830,0,0,0,0,0 +117831,0,0,0,0,0 +117832,0,0,0,0,0 +117833,0,0,0,0,0 +117834,0,0,0,0,0 +117835,0,0,0,0,0 +117836,0,0,0,0,0 +117837,0,0,0,0,0 +117838,0,0,0,0,0 +117839,0,0,0,0,0 +117840,0,0,0,0,0 +117841,0,0,0,0,0 +117842,0,0,0,0,0 +117843,0,0,0,0,0 +117844,0,0,0,0,0 +117845,0,0,0,0,0 +117846,0,0,0,0,0 +117847,0,0,0,0,0 +117848,0,0,0,0,0 +117849,0,0,0,0,0 +117850,0,0,0,0,0 +117851,0,0,0,0,0 +117852,0,0,0,0,0 +117853,0,0,0,0,0 +117854,0,0,0,0,0 +117855,0,0,0,0,0 +117856,0,0,0,0,0 +117857,0,0,0,0,0 +117858,0,0,0,0,0 +117859,0,0,0,0,0 +117860,0,0,0,0,0 +117861,0,0,0,0,0 +117862,0,0,0,0,0 +117863,0,0,0,0,0 +117864,0,0,0,0,0 +117865,0,0,0,0,0 +117866,0,0,0,0,0 +117867,0,0,0,0,0 +117868,0,0,0,0,0 +117869,0,0,0,0,0 +117870,0,0,0,0,0 +117871,0,0,0,0,0 +117872,0,0,0,0,0 +117873,0,0,0,0,0 +117874,0,0,0,0,0 +117875,0,0,0,0,0 +117876,0,0,0,0,0 +117877,0,0,0,0,0 +117878,0,0,0,0,0 +117879,0,0,0,0,0 +117880,0,0,0,0,0 +117881,0,0,0,0,0 +117882,0,0,0,0,0 +117883,0,0,0,0,0 +117884,0,0,0,0,0 +117885,0,0,0,0,0 +117886,0,0,0,0,0 +117887,0,0,0,0,0 +117888,0,0,0,0,0 +117889,0,0,0,0,0 +117890,0,0,0,0,0 +117891,0,0,0,0,0 +117892,0,0,0,0,0 +117893,0,0,0,0,0 +117894,0,0,0,0,0 +117895,0,0,0,0,0 +117896,0,0,0,0,0 +117897,0,0,0,0,0 +117898,0,0,0,0,0 +117899,0,0,0,0,0 +117900,0,0,0,0,0 +117901,0,0,0,0,0 +117902,0,0,0,0,0 +117903,0,0,0,0,0 +117904,0,0,0,0,0 +117905,0,0,0,0,0 +117906,0,0,0,0,0 +117907,0,0,0,0,0 +117908,0,0,0,0,0 +117909,0,0,0,0,0 +117910,0,0,0,0,0 +117911,0,0,0,0,0 +117912,0,0,0,0,0 +117913,0,0,0,0,0 +117914,0,0,0,0,0 +117915,0,0,0,0,0 +117916,0,0,0,0,0 +117917,0,0,0,0,0 +117918,0,0,0,0,0 +117919,0,0,0,0,0 +117920,0,0,0,0,0 +117921,0,0,0,0,0 +117922,0,0,0,0,0 +117923,0,0,0,0,0 +117924,0,0,0,0,0 +117925,0,0,0,0,0 +117926,0,0,0,0,0 +117927,0,0,0,0,0 +117928,0,0,0,0,0 +117929,0,0,0,0,0 +117930,0,0,0,0,0 +117931,0,0,0,0,0 +117932,0,0,0,0,0 +117933,0,0,0,0,0 +117934,0,0,0,0,0 +117935,0,0,0,0,0 +117936,0,0,0,0,0 +117937,0,0,0,0,0 +117938,0,0,0,0,0 +117939,0,0,0,0,0 +117940,0,0,0,0,0 +117941,0,0,0,0,0 +117942,0,0,0,0,0 +117943,0,0,0,0,0 +117944,0,0,0,0,0 +117945,0,0,0,0,0 +117946,0,0,0,0,0 +117947,0,0,0,0,0 +117948,0,0,0,0,0 +117949,0,0,0,0,0 +117950,0,0,0,0,0 +117951,0,0,0,0,0 +117952,0,0,0,0,0 +117953,0,0,0,0,0 +117954,0,0,0,0,0 +117955,0,0,0,0,0 +117956,0,0,0,0,0 +117957,0,0,0,0,0 +117958,0,0,0,0,0 +117959,0,0,0,0,0 +117960,0,0,0,0,0 +117961,0,0,0,0,0 +117962,0,0,0,0,0 +117963,0,0,0,0,0 +117964,0,0,0,0,0 +117965,0,0,0,0,0 +117966,0,0,0,0,0 +117967,0,0,0,0,0 +117968,0,0,0,0,0 +117969,0,0,0,0,0 +117970,0,0,0,0,0 +117971,0,0,0,0,0 +117972,0,0,0,0,0 +117973,0,0,0,0,0 +117974,0,0,0,0,0 +117975,0,0,0,0,0 +117976,0,0,0,0,0 +117977,0,0,0,0,0 +117978,0,0,0,0,0 +117979,0,0,0,0,0 +117980,0,0,0,0,0 +117981,0,0,0,0,0 +117982,0,0,0,0,0 +117983,0,0,0,0,0 +117984,0,0,0,0,0 +117985,0,0,0,0,0 +117986,0,0,0,0,0 +117987,0,0,0,0,0 +117988,0,0,0,0,0 +117989,0,0,0,0,0 +117990,0,0,0,0,0 +117991,0,0,0,0,0 +117992,0,0,0,0,0 +117993,0,0,0,0,0 +117994,0,0,0,0,0 +117995,0,0,0,0,0 +117996,0,0,0,0,0 +117997,0,0,0,0,0 +117998,0,0,0,0,0 +117999,0,0,0,0,0 +118000,0,0,0,0,0 +118001,0,0,0,0,0 +118002,0,0,0,0,0 +118003,0,0,0,0,0 +118004,0,0,0,0,0 +118005,0,0,0,0,0 +118006,0,0,0,0,0 +118007,0,0,0,0,0 +118008,0,0,0,0,0 +118009,0,0,0,0,0 +118010,0,0,0,0,0 +118011,0,0,0,0,0 +118012,0,0,0,0,0 +118013,0,0,0,0,0 +118014,0,0,0,0,0 +118015,0,0,0,0,0 +118016,0,0,0,0,0 +118017,0,0,0,0,0 +118018,0,0,0,0,0 +118019,0,0,0,0,0 +118020,0,0,0,0,0 +118021,0,0,0,0,0 +118022,0,0,0,0,0 +118023,0,0,0,0,0 +118024,0,0,0,0,0 +118025,0,0,0,0,0 +118026,0,0,0,0,0 +118027,0,0,0,0,0 +118028,0,0,0,0,0 +118029,0,0,0,0,0 +118030,0,0,0,0,0 +118031,0,0,0,0,0 +118032,0,0,0,0,0 +118033,0,0,0,0,0 +118034,0,0,0,0,0 +118035,0,0,0,0,0 +118036,0,0,0,0,0 +118037,0,0,0,0,0 +118038,0,0,0,0,0 +118039,0,0,0,0,0 +118040,0,0,0,0,0 +118041,0,0,0,0,0 +118042,0,0,0,0,0 +118043,0,0,0,0,0 +118044,0,0,0,0,0 +118045,0,0,0,0,0 +118046,0,0,0,0,0 +118047,0,0,0,0,0 +118048,0,0,0,0,0 +118049,0,0,0,0,0 +118050,0,0,0,0,0 +118051,0,0,0,0,0 +118052,0,0,0,0,0 +118053,0,0,0,0,0 +118054,0,0,0,0,0 +118055,0,0,0,0,0 +118056,0,0,0,0,0 +118057,0,0,0,0,0 +118058,0,0,0,0,0 +118059,0,0,0,0,0 +118060,0,0,0,0,0 +118061,0,0,0,0,0 +118062,0,0,0,0,0 +118063,0,0,0,0,0 +118064,0,0,0,0,0 +118065,0,0,0,0,0 +118066,0,0,0,0,0 +118067,0,0,0,0,0 +118068,0,0,0,0,0 +118069,0,0,0,0,0 +118070,0,0,0,0,0 +118071,0,0,0,0,0 +118072,0,0,0,0,0 +118073,0,0,0,0,0 +118074,0,0,0,0,0 +118075,0,0,0,0,0 +118076,0,0,0,0,0 +118077,0,0,0,0,0 +118078,0,0,0,0,0 +118079,0,0,0,0,0 +118080,0,0,0,0,0 +118081,0,0,0,0,0 +118082,0,0,0,0,0 +118083,0,0,0,0,0 +118084,0,0,0,0,0 +118085,0,0,0,0,0 +118086,0,0,0,0,0 +118087,0,0,0,0,0 +118088,0,0,0,0,0 +118089,0,0,0,0,0 +118090,0,0,0,0,0 +118091,0,0,0,0,0 +118092,0,0,0,0,0 +118093,0,0,0,0,0 +118094,0,0,0,0,0 +118095,0,0,0,0,0 +118096,0,0,0,0,0 +118097,0,0,0,0,0 +118098,0,0,0,0,0 +118099,0,0,0,0,0 +118100,0,0,0,0,0 +118101,0,0,0,0,0 +118102,0,0,0,0,0 +118103,0,0,0,0,0 +118104,0,0,0,0,0 +118105,0,0,0,0,0 +118106,0,0,0,0,0 +118107,0,0,0,0,0 +118108,0,0,0,0,0 +118109,0,0,0,0,0 +118110,0,0,0,0,0 +118111,0,0,0,0,0 +118112,0,0,0,0,0 +118113,0,0,0,0,0 +118114,0,0,0,0,0 +118115,0,0,0,0,0 +118116,0,0,0,0,0 +118117,0,0,0,0,0 +118118,0,0,0,0,0 +118119,0,0,0,0,0 +118120,0,0,0,0,0 +118121,0,0,0,0,0 +118122,0,0,0,0,0 +118123,0,0,0,0,0 +118124,0,0,0,0,0 +118125,0,0,0,0,0 +118126,0,0,0,0,0 +118127,0,0,0,0,0 +118128,0,0,0,0,0 +118129,0,0,0,0,0 +118130,0,0,0,0,0 +118131,0,0,0,0,0 +118132,0,0,0,0,0 +118133,0,0,0,0,0 +118134,0,0,0,0,0 +118135,0,0,0,0,0 +118136,0,0,0,0,0 +118137,0,0,0,0,0 +118138,0,0,0,0,0 +118139,0,0,0,0,0 +118140,0,0,0,0,0 +118141,0,0,0,0,0 +118142,0,0,0,0,0 +118143,0,0,0,0,0 +118144,0,0,0,0,0 +118145,0,0,0,0,0 +118146,0,0,0,0,0 +118147,0,0,0,0,0 +118148,0,0,0,0,0 +118149,0,0,0,0,0 +118150,0,0,0,0,0 +118151,0,0,0,0,0 +118152,0,0,0,0,0 +118153,0,0,0,0,0 +118154,0,0,0,0,0 +118155,0,0,0,0,0 +118156,0,0,0,0,0 +118157,0,0,0,0,0 +118158,0,0,0,0,0 +118159,0,0,0,0,0 +118160,0,0,0,0,0 +118161,0,0,0,0,0 +118162,0,0,0,0,0 +118163,0,0,0,0,0 +118164,0,0,0,0,0 +118165,0,0,0,0,0 +118166,0,0,0,0,0 +118167,0,0,0,0,0 +118168,0,0,0,0,0 +118169,0,0,0,0,0 +118170,0,0,0,0,0 +118171,0,0,0,0,0 +118172,0,0,0,0,0 +118173,0,0,0,0,0 +118174,0,0,0,0,0 +118175,0,0,0,0,0 +118176,0,0,0,0,0 +118177,0,0,0,0,0 +118178,0,0,0,0,0 +118179,0,0,0,0,0 +118180,0,0,0,0,0 +118181,0,0,0,0,0 +118182,0,0,0,0,0 +118183,0,0,0,0,0 +118184,0,0,0,0,0 +118185,0,0,0,0,0 +118186,0,0,0,0,0 +118187,0,0,0,0,0 +118188,0,0,0,0,0 +118189,0,0,0,0,0 +118190,0,0,0,0,0 +118191,0,0,0,0,0 +118192,0,0,0,0,0 +118193,0,0,0,0,0 +118194,0,0,0,0,0 +118195,0,0,0,0,0 +118196,0,0,0,0,0 +118197,0,0,0,0,0 +118198,0,0,0,0,0 +118199,0,0,0,0,0 +118200,0,0,0,0,0 +118201,0,0,0,0,0 +118202,0,0,0,0,0 +118203,0,0,0,0,0 +118204,0,0,0,0,0 +118205,0,0,0,0,0 +118206,0,0,0,0,0 +118207,0,0,0,0,0 +118208,0,0,0,0,0 +118209,0,0,0,0,0 +118210,0,0,0,0,0 +118211,0,0,0,0,0 +118212,0,0,0,0,0 +118213,0,0,0,0,0 +118214,0,0,0,0,0 +118215,0,0,0,0,0 +118216,0,0,0,0,0 +118217,0,0,0,0,0 +118218,0,0,0,0,0 +118219,0,0,0,0,0 +118220,0,0,0,0,0 +118221,0,0,0,0,0 +118222,0,0,0,0,0 +118223,0,0,0,0,0 +118224,0,0,0,0,0 +118225,0,0,0,0,0 +118226,0,0,0,0,0 +118227,0,0,0,0,0 +118228,0,0,0,0,0 +118229,0,0,0,0,0 +118230,0,0,0,0,0 +118231,0,0,0,0,0 +118232,0,0,0,0,0 +118233,0,0,0,0,0 +118234,0,0,0,0,0 +118235,0,0,0,0,0 +118236,0,0,0,0,0 +118237,0,0,0,0,0 +118238,0,0,0,0,0 +118239,0,0,0,0,0 +118240,0,0,0,0,0 +118241,0,0,0,0,0 +118242,0,0,0,0,0 +118243,0,0,0,0,0 +118244,0,0,0,0,0 +118245,0,0,0,0,0 +118246,0,0,0,0,0 +118247,0,0,0,0,0 +118248,0,0,0,0,0 +118249,0,0,0,0,0 +118250,0,0,0,0,0 +118251,0,0,0,0,0 +118252,0,0,0,0,0 +118253,0,0,0,0,0 +118254,0,0,0,0,0 +118255,0,0,0,0,0 +118256,0,0,0,0,0 +118257,0,0,0,0,0 +118258,0,0,0,0,0 +118259,0,0,0,0,0 +118260,0,0,0,0,0 +118261,0,0,0,0,0 +118262,0,0,0,0,0 +118263,0,0,0,0,0 +118264,0,0,0,0,0 +118265,0,0,0,0,0 +118266,0,0,0,0,0 +118267,0,0,0,0,0 +118268,0,0,0,0,0 +118269,0,0,0,0,0 +118270,0,0,0,0,0 +118271,0,0,0,0,0 +118272,0,0,0,0,0 +118273,0,0,0,0,0 +118274,0,0,0,0,0 +118275,0,0,0,0,0 +118276,0,0,0,0,0 +118277,0,0,0,0,0 +118278,0,0,0,0,0 +118279,0,0,0,0,0 +118280,0,0,0,0,0 +118281,0,0,0,0,0 +118282,0,0,0,0,0 +118283,0,0,0,0,0 +118284,0,0,0,0,0 +118285,0,0,0,0,0 +118286,0,0,0,0,0 +118287,0,0,0,0,0 +118288,0,0,0,0,0 +118289,0,0,0,0,0 +118290,0,0,0,0,0 +118291,0,0,0,0,0 +118292,0,0,0,0,0 +118293,0,0,0,0,0 +118294,0,0,0,0,0 +118295,0,0,0,0,0 +118296,0,0,0,0,0 +118297,0,0,0,0,0 +118298,0,0,0,0,0 +118299,0,0,0,0,0 +118300,0,0,0,0,0 +118301,0,0,0,0,0 +118302,0,0,0,0,0 +118303,0,0,0,0,0 +118304,0,0,0,0,0 +118305,0,0,0,0,0 +118306,0,0,0,0,0 +118307,0,0,0,0,0 +118308,0,0,0,0,0 +118309,0,0,0,0,0 +118310,0,0,0,0,0 +118311,0,0,0,0,0 +118312,0,0,0,0,0 +118313,0,0,0,0,0 +118314,0,0,0,0,0 +118315,0,0,0,0,0 +118316,0,0,0,0,0 +118317,0,0,0,0,0 +118318,0,0,0,0,0 +118319,0,0,0,0,0 +118320,0,0,0,0,0 +118321,0,0,0,0,0 +118322,0,0,0,0,0 +118323,0,0,0,0,0 +118324,0,0,0,0,0 +118325,0,0,0,0,0 +118326,0,0,0,0,0 +118327,0,0,0,0,0 +118328,0,0,0,0,0 +118329,0,0,0,0,0 +118330,0,0,0,0,0 +118331,0,0,0,0,0 +118332,0,0,0,0,0 +118333,0,0,0,0,0 +118334,0,0,0,0,0 +118335,0,0,0,0,0 +118336,0,0,0,0,0 +118337,0,0,0,0,0 +118338,0,0,0,0,0 +118339,0,0,0,0,0 +118340,0,0,0,0,0 +118341,0,0,0,0,0 +118342,0,0,0,0,0 +118343,0,0,0,0,0 +118344,0,0,0,0,0 +118345,0,0,0,0,0 +118346,0,0,0,0,0 +118347,0,0,0,0,0 +118348,0,0,0,0,0 +118349,0,0,0,0,0 +118350,0,0,0,0,0 +118351,0,0,0,0,0 +118352,0,0,0,0,0 +118353,0,0,0,0,0 +118354,0,0,0,0,0 +118355,0,0,0,0,0 +118356,0,0,0,0,0 +118357,0,0,0,0,0 +118358,0,0,0,0,0 +118359,0,0,0,0,0 +118360,0,0,0,0,0 +118361,0,0,0,0,0 +118362,0,0,0,0,0 +118363,0,0,0,0,0 +118364,0,0,0,0,0 +118365,0,0,0,0,0 +118366,0,0,0,0,0 +118367,0,0,0,0,0 +118368,0,0,0,0,0 +118369,0,0,0,0,0 +118370,0,0,0,0,0 +118371,0,0,0,0,0 +118372,0,0,0,0,0 +118373,0,0,0,0,0 +118374,0,0,0,0,0 +118375,0,0,0,0,0 +118376,0,0,0,0,0 +118377,0,0,0,0,0 +118378,0,0,0,0,0 +118379,0,0,0,0,0 +118380,0,0,0,0,0 +118381,0,0,0,0,0 +118382,0,0,0,0,0 +118383,0,0,0,0,0 +118384,0,0,0,0,0 +118385,0,0,0,0,0 +118386,0,0,0,0,0 +118387,0,0,0,0,0 +118388,0,0,0,0,0 +118389,0,0,0,0,0 +118390,0,0,0,0,0 +118391,0,0,0,0,0 +118392,0,0,0,0,0 +118393,0,0,0,0,0 +118394,0,0,0,0,0 +118395,0,0,0,0,0 +118396,0,0,0,0,0 +118397,0,0,0,0,0 +118398,0,0,0,0,0 +118399,0,0,0,0,0 +118400,0,0,0,0,0 +118401,0,0,0,0,0 +118402,0,0,0,0,0 +118403,0,0,0,0,0 +118404,0,0,0,0,0 +118405,0,0,0,0,0 +118406,0,0,0,0,0 +118407,0,0,0,0,0 +118408,0,0,0,0,0 +118409,0,0,0,0,0 +118410,0,0,0,0,0 +118411,0,0,0,0,0 +118412,0,0,0,0,0 +118413,0,0,0,0,0 +118414,0,0,0,0,0 +118415,0,0,0,0,0 +118416,0,0,0,0,0 +118417,0,0,0,0,0 +118418,0,0,0,0,0 +118419,0,0,0,0,0 +118420,0,0,0,0,0 +118421,0,0,0,0,0 +118422,0,0,0,0,0 +118423,0,0,0,0,0 +118424,0,0,0,0,0 +118425,0,0,0,0,0 +118426,0,0,0,0,0 +118427,0,0,0,0,0 +118428,0,0,0,0,0 +118429,0,0,0,0,0 +118430,0,0,0,0,0 +118431,0,0,0,0,0 +118432,0,0,0,0,0 +118433,0,0,0,0,0 +118434,0,0,0,0,0 +118435,0,0,0,0,0 +118436,0,0,0,0,0 +118437,0,0,0,0,0 +118438,0,0,0,0,0 +118439,0,0,0,0,0 +118440,0,0,0,0,0 +118441,0,0,0,0,0 +118442,0,0,0,0,0 +118443,0,0,0,0,0 +118444,0,0,0,0,0 +118445,0,0,0,0,0 +118446,0,0,0,0,0 +118447,0,0,0,0,0 +118448,0,0,0,0,0 +118449,0,0,0,0,0 +118450,0,0,0,0,0 +118451,0,0,0,0,0 +118452,0,0,0,0,0 +118453,0,0,0,0,0 +118454,0,0,0,0,0 +118455,0,0,0,0,0 +118456,0,0,0,0,0 +118457,0,0,0,0,0 +118458,0,0,0,0,0 +118459,0,0,0,0,0 +118460,0,0,0,0,0 +118461,0,0,0,0,0 +118462,0,0,0,0,0 +118463,0,0,0,0,0 +118464,0,0,0,0,0 +118465,0,0,0,0,0 +118466,0,0,0,0,0 +118467,0,0,0,0,0 +118468,0,0,0,0,0 +118469,0,0,0,0,0 +118470,0,0,0,0,0 +118471,0,0,0,0,0 +118472,0,0,0,0,0 +118473,0,0,0,0,0 +118474,0,0,0,0,0 +118475,0,0,0,0,0 +118476,0,0,0,0,0 +118477,0,0,0,0,0 +118478,0,0,0,0,0 +118479,0,0,0,0,0 +118480,0,0,0,0,0 +118481,0,0,0,0,0 +118482,0,0,0,0,0 +118483,0,0,0,0,0 +118484,0,0,0,0,0 +118485,0,0,0,0,0 +118486,0,0,0,0,0 +118487,0,0,0,0,0 +118488,0,0,0,0,0 +118489,0,0,0,0,0 +118490,0,0,0,0,0 +118491,0,0,0,0,0 +118492,0,0,0,0,0 +118493,0,0,0,0,0 +118494,0,0,0,0,0 +118495,0,0,0,0,0 +118496,0,0,0,0,0 +118497,0,0,0,0,0 +118498,0,0,0,0,0 +118499,0,0,0,0,0 +118500,0,0,0,0,0 +118501,-2028.761187,-779.9536118,-1884.990777,-863.0283042,-1349.351455 +118502,-1402.95868,-503.4523222,-1264.646561,-587.8925101,-388.6913211 +118503,-1606.077993,-585.7245583,-1459.72989,-671.353041,-652.80198 +118504,-1823.164274,-232.8939256,-1672.791541,-771.5597724,-1116.135753 +118505,-1658.177806,1.320507509,-1502.144778,-697.2894303,-843.9857738 +118506,-1761.36596,-187.9105451,-1179.910299,-743.2329851,-982.132478 +118507,-1825.253685,-95.35026061,-249.1698718,-772.380427,-1086.305767 +118508,-1845.818078,-77.52376882,-825.8471515,-782.3823876,-1131.371333 +118509,-1828.834693,-62.47145982,-602.1572234,-775.5863059,-1117.389321 +118510,-1749.230349,-47.44119037,-572.7976677,-742.2749641,-1065.801492 +118511,-1316.344747,-32.25892796,-548.352973,-697.0182604,-997.8462846 +118512,-1178.499044,-17.2713828,-521.3808662,-570.7349708,-682.995723 +118513,-1308.701679,-3.389860443,-501.2215214,-548.0353006,-750.9024261 +118514,-1221.75433,12.04956966,-475.5474604,-566.4017073,-800.5902794 +118515,-1207.939643,26.48311968,-453.8659087,-542.8291946,-829.1310515 +118516,-1185.404299,41.3691901,-435.9327567,-531.8274181,-847.6757643 +118517,-1175.688936,42.46292939,-416.9896163,-524.6509596,-966.2760465 +118518,-1153.166671,42.57052336,-399.9616171,-516.1709659,-863.7614159 +118519,-1143.355689,42.99102654,-381.565552,-508.7726983,-806.2828523 +118520,-1082.622505,195.7881892,-365.1035889,-457.6742791,-225.6513904 +118521,-1176.998587,107.6342474,-349.6930653,-552.6431092,-470.6044793 +118522,-1068.803095,124.7434637,-331.4637769,-459.1920803,-639.4857456 +118523,-1090.262551,41.87989634,-314.311278,-482.8847093,-922.1610796 +118524,-1070.105065,44.22707995,-297.9785237,-471.0015911,-833.2691262 +118525,-1055.302517,47.58418888,-282.0776805,-463.2607664,-781.6622337 +118526,-1043.638257,51.19170659,-266.107862,-455.7830927,-746.411297 +118527,-1029.263561,54.65101561,-250.0106124,-449.625613,-721.9828456 +118528,-927.0901906,227.6096808,-234.9253159,-396.8017769,-91.04007804 +118529,-1139.260876,57.84548994,-220.6578326,-502.0195526,-793.5294666 +118530,-927.0603689,59.79736068,-203.5866892,-397.4017995,-752.265906 +118531,-978.6350474,219.3498482,-193.9665277,-419.4751052,-167.5968245 +118532,-990.1204219,63.88293245,-183.2400161,-429.9516017,-806.4556782 +118533,-943.5401314,203.5975463,-173.0899418,-401.7262722,-277.5952809 +118534,-947.141369,168.9059477,-164.389882,-404.1316307,-501.8804572 +118535,-931.4148867,144.1374788,-153.4416367,-395.9442096,-658.9214395 +118536,-920.3790319,124.345085,-145.629219,-390.2396584,-776.8785291 +118537,-854.9895783,81.89938511,-104.0794602,-359.749113,-875.2119023 +118538,-973.9617714,160.6738873,-175.1127529,-410.9068653,-545.7255243 +118539,-850.3728456,137.7965279,-96.83004544,-354.914959,-698.8993336 +118540,-831.8377714,90.03486912,-84.15677367,-345.8366814,-836.5368575 +118541,-939.3917311,167.6337359,-150.8322038,-391.185335,-521.4170396 +118542,-817.9098154,84.35365585,-72.96807598,-337.403362,-834.9064372 +118543,-849.9248083,180.6000894,-92.81916374,-349.9094587,-457.5534724 +118544,-833.9062122,153.5055503,-81.52274993,-341.5152365,-639.1585796 +118545,-820.9064743,89.78288453,-73.92872888,-335.7994212,-859.5043667 +118546,-822.9277407,92.27446106,-84.46098885,-332.3463039,-763.8312912 +118547,-812.0306417,197.6725859,-79.86995139,-327.0352888,-375.6119228 +118548,-805.230981,166.7889379,-75.19253359,-322.3452152,-581.087089 +118549,-794.0503519,96.3283349,-69.4125236,-316.500456,-832.1787007 +118550,-784.2496849,177.3533073,-63.26713235,-311.0371586,-497.6029621 +118551,-748.8673417,105.0800068,-41.7081984,-294.3510803,-768.175829 +118552,-804.6834865,100.9998396,-77.44943935,-317.2480027,-722.6506868 +118553,-740.0355577,103.5781387,-35.31627387,-287.7298813,-681.6365696 +118554,-748.9356098,218.3671047,-44.4070966,-292.0051324,-274.4092435 +118555,-740.4372187,106.4962798,-37.432217,-284.9760617,-729.857467 +118556,-729.3294017,205.7042394,-31.37965243,-279.5871804,-357.3121593 +118557,-690.1075088,115.4363879,-7.298995386,-261.8104337,-714.063186 +118558,-757.4944067,198.2801966,-50.92480366,-289.9737803,-404.1871566 +118559,-681.311107,110.2300548,-3.486490807,-255.2110713,-754.4684091 +118560,-699.1801248,191.2446659,-14.86771585,-262.0080366,-446.4465845 +118561,90.86642463,112.963689,90.8941059,41.20804146,-775.1092472 +118562,97.81429146,123.4487848,108.3485106,45.23944236,149.5636263 +118563,108.5803193,138.9117979,135.0966246,51.20281408,199.0125731 +118564,119.879675,154.4427755,162.4599136,57.26459984,243.0225305 +118565,130.4022186,168.0380538,186.846018,62.75918485,279.086321 +118566,139.8969132,179.4977689,207.7823917,67.6132802,309.3254556 +118567,148.5106802,189.2356615,225.8489363,71.94913692,335.7902754 +118568,156.4689147,197.6961813,241.7458811,75.90863104,359.6379398 +118569,163.8991685,205.1713467,255.9264016,79.57311828,381.3271396 +118570,170.889059,211.8503561,268.6884807,82.99668685,401.1057398 +118571,177.3782002,217.533847,279.9642341,86.18924063,419.1728521 +118572,183.3472025,222.4430312,290.0224973,89.19121903,435.7233889 +118573,188.9585067,226.8335424,299.1547266,92.04319992,450.9448303 +118574,194.3400747,230.8648856,307.5632557,94.77516317,465.0065501 +118575,199.5567909,234.618714,315.3759707,97.40789804,478.05592 +118576,204.6372515,238.1391042,322.6806798,99.95661534,490.2196061 +118577,209.2608605,241.3038791,329.2102471,102.2805547,500.9951943 +118578,214.2123497,244.4879678,335.7956694,104.7408516,511.8802696 +118579,219.0413955,247.5069285,342.0254288,107.1356473,522.1158932 +118580,223.7637748,250.3805901,347.9476943,109.4740318,531.7812747 +118581,228.3939743,253.1298506,353.6041967,111.76407,540.9463319 +118582,232.9444679,255.7680047,359.0304961,114.0126633,549.6719733 +118583,237.425323,364.9426695,364.2562859,116.2254159,558.0102628 +118584,241.8444282,323.9558769,369.3061594,118.4067572,566.0053606 +118585,246.2079663,343.8067142,374.2005173,120.5601738,573.694799 +118586,250.5207894,354.6278781,378.9563647,122.6884266,581.1105497 +118587,254.7867651,362.9685132,383.5879625,124.793725,588.2800225 +118588,259.0090358,371.1103505,388.1073514,126.8778615,595.2268714 +118589,263.1902057,378.9076969,392.5247481,128.9423042,601.9716378 +118590,267.3473984,386.5106862,396.8488822,130.9882744,608.5323082 +118591,271.4706031,396.660888,401.0872464,133.0167973,614.9246508 +118592,275.5573826,407.056271,405.2790099,135.0312859,621.1624207 +118593,279.6099668,417.5053397,409.4496146,137.0341979,627.2577957 +118594,283.6313567,427.8158111,413.6066671,139.0266206,633.2214361 +118595,287.623924,438.1471368,417.7487244,141.008892,639.0627602 +118596,291.5893103,448.3106802,421.8720583,142.9811021,644.7900445 +118597,295.5287107,458.6573082,425.9734074,144.943322,650.4106554 +118598,299.443098,468.6382166,430.0504361,146.8956575,655.9311529 +118599,303.3333086,479.0039887,434.1014557,148.8382306,661.3574118 +118600,307.2001055,488.6868522,438.1251762,150.7711757,666.6947119 +118601,311.0441811,498.9166195,442.120552,152.6946275,671.9478394 +118602,314.8661616,508.7180369,446.0867233,154.6087179,677.1210999 +118603,318.6666274,518.4596892,450.0230044,156.5135814,682.2184368 +118604,322.4461113,528.5909087,453.9288587,158.4093512,687.243419 +118605,326.2051118,537.8375178,457.8038862,160.2961618,692.1993316 +118606,329.9441003,547.8774869,461.6478082,162.1741493,697.0891741 +118607,333.6635175,557.3472308,465.4604419,164.0434475,701.9157136 +118608,337.3637888,566.7859846,469.2416982,165.9041929,706.6814949 +118609,341.0453187,576.6540354,472.9915608,167.75652,711.3888828 +118610,344.708493,585.7515525,476.7100755,169.6005615,716.0400484 +118611,348.3536959,595.1291282,480.3973564,171.4364546,720.6370461 +118612,351.981287,604.6997794,484.0535535,173.2643297,725.1817526 +118613,355.5916224,613.8642998,487.6788658,175.0843193,729.675947 +118614,359.1850491,623.1354539,491.2735289,176.8965546,734.1212819 +118615,362.7619059,632.3394108,494.8378093,178.7011658,738.5193215 +118616,366.3225214,641.4559698,498.371998,180.4982802,742.8715189 +118617,369.8672188,650.5770298,501.8764104,182.2880246,747.1792594 +118618,373.3963189,659.632294,505.3513855,184.070526,751.4438454 +118619,376.9101316,668.4420616,508.7972738,185.8459074,755.6665135 +118620,380.4089597,677.7524394,512.2144389,187.61429,759.8484213 +118621,383.8294612,855.0948854,515.5396165,189.346866,763.8749722 +118622,394.2943751,865.287792,525.9170478,194.247512,781.2129649 +118623,408.298605,875.4297382,539.8353384,200.6908902,805.2619742 +118624,422.315923,885.0983431,553.7589769,207.0693711,829.4993271 +118625,434.885979,894.2932836,566.2222115,212.7368687,851.2474479 +118626,445.8750547,904.2120529,782.9133648,217.6570091,870.2349024 +118627,455.5857325,913.3747641,932.9729879,221.9875882,886.9616944 +118628,464.3259114,922.6698625,826.515635,225.8816677,901.9343372 +118629,472.3069919,931.9619179,889.0341956,229.4426617,915.4961521 +118630,479.6647896,941.0816058,904.7087857,232.736105,927.8674967 +118631,486.4954362,950.2683956,919.9940404,235.8075904,939.2078284 +118632,492.8761178,959.2919968,934.3500422,238.6930287,949.6490917 +118633,498.8728754,968.3937241,948.4310419,241.4225604,959.3072832 +118634,504.5426302,977.3358529,962.7030273,244.0216613,968.2846242 +118635,509.933882,986.3635042,976.2431668,246.5115963,976.6700603 +118636,515.0875182,995.2308897,989.7391852,248.9099097,984.540197 +118637,520.037833,1004.19045,1002.745727,251.2309939,991.9607204 +118638,524.8135822,1012.98648,1016.135106,253.4866512,998.9879654 +118639,529.4388997,1021.881806,1028.743201,255.6865701,1005.670282 +118640,533.9340704,1030.608176,1041.624978,257.838718,1012.049235 +118641,538.3161577,1039.399388,1053.667928,259.9496522,1018.160568 +118642,542.5995244,1048.162013,1066.06556,262.0247742,1024.03505 +118643,546.796275,1056.797848,1078.071247,264.0685395,1029.69919 +118644,550.9168379,1065.535328,1089.700885,319.9053889,1035.176247 +118645,553.9953105,1074.095909,1101.824588,338.227142,1038.714094 +118646,550.2263094,1082.725987,1113.208138,331.6003223,1029.760162 +118647,546.5535154,1091.340751,1124.612799,347.0290054,1020.93458 +118648,543.043068,1099.817049,1135.923785,355.6454947,1012.358431 +118649,539.6947606,1108.401346,1146.986287,364.0626147,1004.038265 +118650,536.482295,1116.806963,1157.987853,372.2007013,1203.358814 +118651,533.3777307,1125.926641,1167.2082,379.766385,1214.309096 +118652,593.0014911,1134.952815,1176.485969,387.1507662,1196.804192 +118653,751.0626325,1163.691301,1187.960513,394.4797418,1230.431442 +118654,673.9243418,1175.977098,1196.462677,401.36948,1245.912864 +118655,717.496702,1186.393355,1204.635542,408.3058663,1260.435445 +118656,732.5539671,1197.770468,1212.693975,414.8107663,1274.974328 +118657,746.939046,1207.8089,1220.467751,421.5986671,1289.333214 +118658,760.8319863,1218.317706,1228.0455,427.69014,1302.860026 +118659,774.5735364,1228.554627,1235.178332,434.2279974,1317.189649 +118660,787.867419,1238.791122,1242.992585,440.2986465,1330.024417 +118661,801.3682331,1248.973046,1249.823992,446.2736555,1343.264899 +118662,814.0904463,1259.110104,1256.952521,452.4353615,1356.643919 +118663,827.4767066,1269.165366,1263.75275,458.3132436,1369.2165 +118664,839.4130936,1279.316867,1270.848611,463.7807912,1381.835989 +118665,852.4104326,1289.317919,1277.516388,469.7454887,1394.291355 +118666,864.296429,1299.274768,1285.281295,475.2010099,1406.459679 +118667,876.9908118,1309.402405,1292.361338,480.5789357,1418.556993 +118668,888.1227811,1319.213525,1300.132219,486.341311,1430.363217 +118669,908.6973149,1347.764469,1307.848173,491.5033094,1442.131495 +118670,921.4267085,1360.814158,1315.281097,496.7472666,1453.715012 +118671,933.4348056,1372.41957,1322.639512,502.1424731,1464.728817 +118672,945.8394146,1383.941874,1329.723045,507.0792096,1476.553814 +118673,957.3436467,1394.878417,1337.111946,512.1019782,1487.294271 +118674,968.9640635,1406.044733,1344.13375,517.0195524,1498.341542 +118675,981.5482733,1416.881781,1351.395024,521.678295,1509.090807 +118676,993.7399026,1427.696359,1358.623191,526.7573547,1519.690332 +118677,1004.845807,1438.414973,1365.523692,531.3155833,1530.264231 +118678,1016.512187,1448.990818,1372.670421,535.9933332,1540.607752 +118679,1027.124451,1459.66525,1379.560305,540.5727026,1550.811943 +118680,1038.445189,1470.18096,1386.45901,545.090705,1561.008708 +118681,1054.822594,1482.973505,1399.160487,552.1461656,1592.763869 +118682,1067.309324,1493.925473,1406.977888,556.7852777,1604.506595 +118683,1078.088848,1504.37853,1416.091366,561.5819167,1615.5645 +118684,1089.069222,1514.769736,1426.834928,565.9528778,1626.318456 +118685,1099.788718,1538.293148,1427.320685,570.2418895,1636.687082 +118686,1110.319672,1542.579633,1422.03451,574.840974,1661.463968 +118687,1120.840521,1570.544662,1447.916453,578.6068074,1649.990433 +118688,1131.155079,1566.284392,1445.313503,582.9799874,1655.255935 +118689,1141.409298,1564.036371,1453.144041,586.9714797,1684.783738 +118690,1151.51327,1609.965002,1459.948717,591.0774301,1683.819561 +118691,1168.189161,1613.373476,1470.46028,596.8971606,1695.722548 +118692,1179.185432,1631.362739,1477.035831,601.1106888,1705.037772 +118693,1189.596502,1645.383335,1483.384991,604.7089901,1714.436623 +118694,1199.758001,1659.121742,1489.454317,609.0307375,1723.4884 +118695,1209.924789,1672.716554,1495.391579,612.5927488,1732.595754 +118696,1219.812255,1686.241457,1501.430163,616.4249073,1741.539472 +118697,1229.786003,1699.367897,1507.21108,620.0706823,1750.485146 +118698,1239.490745,1712.833192,1512.944498,623.7572177,1759.141079 +118699,1249.294132,1725.816249,1518.751085,627.3076528,1767.882453 +118700,1258.895101,1738.636178,1524.368659,630.9293954,1776.465986 +118701,1268.408565,1751.755916,1529.960118,634.3163066,1785.070186 +118702,1277.403627,1764.29182,1535.447652,637.9161123,1793.3832 +118703,1287.694539,1776.980203,1541.024102,641.2248217,1816.884693 +118704,1296.634633,1789.572654,1546.357749,644.7042299,1787.518963 +118705,1305.965116,1801.715998,1551.930849,647.957202,1829.063724 +118706,1315.311277,1814.18096,1562.766371,651.3565339,1824.046732 +118707,1324.445735,1826.355398,1554.070808,654.5367339,1855.786974 +118708,1333.511553,1838.397853,1571.715349,657.8670379,1810.48519 +118709,1342.61233,1850.097011,1572.062839,660.9803714,1865.61734 +118710,1351.690091,1862.098365,1577.991105,663.9038356,1858.225095 +118711,1360.566913,1870.776904,1584.295078,667.9420761,1875.050417 +118712,1369.639233,1904.421443,1590.209247,671.1687378,1868.848342 +118713,1378.391528,1851.333126,1596.294781,674.7648103,1888.473396 +118714,1387.364268,1912.021643,1612.994954,678.2672724,1885.251988 +118715,1396.064837,1907.422719,1607.590357,681.7915169,1902.021406 +118716,1404.704061,1896.601631,1615.374545,685.2547971,1901.727109 +118717,1413.513626,1945.672154,1621.727187,688.7248813,1911.425165 +118718,1422.058298,1903.7516,1627.837653,692.1801248,1923.368169 +118719,1430.72981,1939.408959,1633.489674,695.6183243,1924.143908 +118720,1439.200492,1918.440246,1639.706758,698.9962785,1932.905093 +118721,1454.060107,1961.576617,1645.629812,702.4729646,1944.595682 +118722,1452.609323,1928.031667,1651.606401,705.833842,1945.788952 +118723,1475.918525,1968.426228,1657.452648,709.2193602,1957.771051 +118724,1463.369096,1949.691513,1663.636957,712.5827992,1959.676479 +118725,1474.58924,1959.62594,1669.409281,715.9311387,1967.370586 +118726,1494.899833,1970.336272,1675.40706,719.2651535,1971.538456 +118727,1495.512737,1971.200627,1681.154986,722.584228,1975.250726 +118728,1505.426908,1976.584509,1687.025563,725.8872904,1973.313265 +118729,1513.645749,1980.939224,1697.928987,729.2257768,1973.607569 +118730,1521.424165,1985.083117,1696.438683,732.4275265,1969.182948 +118731,1529.647478,1989.055402,1705.110992,735.7241864,1964.26661 +118732,1537.50796,1992.854502,1710.660008,738.9135714,1959.187377 +118733,1545.53115,1999.825917,1716.11684,742.2184974,1954.16231 +118734,1553.242208,1995.179431,1721.681539,745.4026745,1949.27841 +118735,1561.143754,2023.708322,1727.611133,748.6162058,1944.574437 +118736,1568.914434,1988.769074,1733.044198,751.8095468,1940.146384 +118737,1576.65756,2033.092475,1743.517361,754.9897757,1936.153044 +118738,1584.3675,1990.68135,1742.685413,758.1076401,1932.418422 +118739,1592.037002,2024.143458,1750.451083,761.3882911,1928.735546 +118740,1599.775552,2028.469515,1755.977188,764.4211058,1925.172696 +118741,1489.075677,1942.226397,1643.718732,714.0186318,1921.883139 +118742,1493.90296,1992.210175,1651.984703,715.9610489,1906.221108 +118743,1499.822651,1946.292469,1648.378969,718.2621775,1886.159549 +118744,1505.803079,1978.089814,1655.183951,720.5466967,1868.10713 +118745,1511.740816,1989.960756,1659.463921,723.0428162,1853.637533 +118746,1518.02346,1940.602198,1663.306363,725.5847451,1842.51733 +118747,1524.081916,2010.488547,1667.917967,727.9787519,1833.797132 +118748,1530.306435,1936.064322,1672.094119,730.4881362,1826.750783 +118749,1536.464461,1991.634929,1681.565039,732.9424064,1821.091147 +118750,1542.606331,1967.84097,1679.127274,735.5747851,1816.231135 +118751,1548.838213,1976.265829,1685.558662,737.969584,1811.809761 +118752,1554.788513,1973.865498,1690.374444,740.5192567,1807.918515 +118753,1560.960757,1975.254416,1694.294016,743.0157052,1804.512763 +118754,1566.930832,1974.919401,1698.814021,745.5177688,1801.452716 +118755,1572.9627,1974.884302,1707.614588,748.0174334,1798.847905 +118756,1579.190658,1974.666695,1706.213648,750.5147687,1796.489955 +118757,1585.046659,1974.323273,1711.935204,752.9571438,1794.114749 +118758,1591.064505,1973.859464,1717.211968,755.5267793,1791.867806 +118759,1596.871189,1973.256645,1725.247002,757.9518114,1789.97973 +118760,1602.95115,1995.754493,1724.129671,760.4648027,1788.160394 +118761,1608.723179,1960.426339,1729.255792,762.9231449,1786.246491 +118762,1614.905266,1955.415969,1738.605744,765.4757506,1784.692046 +118763,1620.442074,1981.143246,1737.773998,767.8480614,1783.306576 +118764,1626.582664,1966.673205,1746.151744,770.3803424,1781.858657 +118765,1632.093883,1965.273554,1746.382783,772.8182998,1780.435704 +118766,1637.96768,1966.783296,1753.819106,775.2784449,1779.056831 +118767,1643.652472,1964.021671,1758.365629,777.6842415,1777.84245 +118768,1649.640827,1962.746453,1757.69347,780.2215129,1776.533379 +118769,1655.145305,1960.959901,1758.694759,782.6372324,1774.816423 +118770,1660.942894,1959.134476,1757.45475,785.0968057,1772.657096 +118771,1664.848042,1953.542853,1755.282571,786.8765425,1770.039094 +118772,1668.364758,1971.206593,1752.993025,788.5135788,1766.935114 +118773,1671.680637,1907.230624,1750.706272,790.0737435,1763.588623 +118774,1674.848034,1950.445454,1748.428805,791.5754772,1760.090507 +118775,1678.009443,1923.713381,1746.067785,793.0276212,1756.383183 +118776,1680.638705,1919.719055,1743.689628,794.4350858,1752.585877 +118777,1683.727371,1912.127138,1741.333722,795.7989449,1748.772654 +118778,1686.344502,1904.512572,1738.991812,797.1241733,1744.952466 +118779,1688.986024,1896.45566,1736.668652,798.4103441,1741.146299 +118780,1691.516211,1888.312727,1734.363602,799.6594499,1737.567374 +118781,1693.954128,1880.104631,1732.074004,800.8727188,1733.806541 +118782,1696.423987,1889.001961,1729.766213,802.0510937,1730.036977 +118783,1698.501,1837.585143,1727.519808,803.1956466,1726.365444 +118784,1700.982127,1883.884542,1725.287922,804.2513712,1722.738716 +118785,1702.881011,1817.185382,1723.254333,805.4166461,1719.150886 +118786,1704.94478,1848.209099,1721.050306,806.4244127,1715.630324 +118787,1705.420612,1821.065448,1718.816922,808.7253757,1712.107766 +118788,1707.089541,1814.001385,1716.726407,809.9470953,1708.614641 +118789,1708.687042,1804.438628,1714.733308,810.9407351,1705.162932 +118790,1711.081625,1794.867203,1712.74734,812.0183878,1701.729044 +118791,1718.734138,1785.123888,1710.722995,812.9506753,1698.29906 +118792,1706.865527,1775.611725,1708.675854,814.0058039,1694.899311 +118793,1739.056586,1765.808287,1706.577975,814.8999065,1691.487932 +118794,1681.92519,1756.062619,1704.500602,815.8504475,1688.144566 +118795,1735.120479,1763.539954,1702.405956,816.7150824,1684.819659 +118796,1715.835981,1711.563447,1700.285661,817.5616795,1681.494916 +118797,1720.443757,1751.678508,1698.148344,818.3783206,1678.177795 +118798,1721.830861,1694.851445,1695.99681,819.1646393,1674.869954 +118799,1722.990439,1715.680281,1693.845217,819.9233043,1671.587337 +118800,1724.251443,1694.433477,1691.654839,820.5938541,1668.280003 +118801,1482.767447,1576.075516,1694.788473,711.9074477,1674.203945 +118802,1477.667274,1586.504379,1687.633193,709.5497665,1665.077882 +118803,1473.801464,1516.125801,1675.15939,708.20081,1647.649105 +118804,1470.6659,1564.656646,1662.724344,706.9169855,1629.366648 +118805,1467.777615,1509.179176,1652.482515,705.9164816,1613.671166 +118806,1465.250606,1521.428764,1644.985923,704.9267759,1601.082996 +118807,1462.713739,1501.827803,1639.35977,704.1166617,1590.947985 +118808,1460.165904,1491.52953,1604.351071,703.2185628,1581.226459 +118809,1449.27111,1470.507713,1550.137891,704.892802,1568.850581 +118810,1445.600809,1457.668892,1587.618692,704.6180544,1556.65592 +118811,1442.642425,1445.380752,1570.446491,703.9883659,1547.472671 +118812,1439.669717,1433.408583,1569.578145,703.4154382,1540.250936 +118813,1436.918516,1421.754661,1566.70264,702.7673585,1534.157923 +118814,1434.055153,1410.026198,1564.277677,702.1098033,1529.118764 +118815,1431.359445,1398.481093,1556.504042,701.4397191,1524.698857 +118816,1428.526136,1387.009014,1565.294319,700.7577899,1521.108426 +118817,1425.841789,1375.636648,1550.789572,700.0656355,1518.107258 +118818,1423.010873,1364.342451,1554.824583,699.362857,1515.31345 +118819,1420.320002,1353.040515,1552.128532,698.6501073,1512.973063 +118820,1417.479733,1342.048079,1549.084552,697.8731345,1510.99676 +118821,1412.048946,1325.675772,1561.144224,702.1297957,1509.746953 +118822,1408.858662,1313.667686,1551.850435,702.1208189,1509.102316 +118823,1405.859957,1306.38793,1562.671023,701.8915363,1508.748403 +118824,1402.901534,1297.892084,1548.977813,701.4912912,1508.275468 +118825,1399.957688,1289.380398,1553.595221,701.0389378,1507.435068 +118826,1397.015285,1281.035504,1551.399817,700.546484,1506.598337 +118827,1394.070389,1272.778253,1549.004736,700.0250196,1505.798285 +118828,1391.118031,1264.597722,1546.917266,699.4789256,1504.913953 +118829,1381.345247,1250.798258,1550.19777,701.4502688,1504.237386 +118830,1377.470422,1242.032559,1550.563119,701.3955277,1503.964157 +118831,1376.916811,1236.600158,1550.994534,702.0987814,1503.901951 +118832,1384.203095,1237.217559,1547.242425,700.3846484,1503.669219 +118833,1385.508064,1233.55566,1546.358403,700.7636435,1503.123451 +118834,1386.935943,1229.614407,1547.597343,701.44698,1502.534543 +118835,1388.319774,1225.489759,1548.989133,702.2449224,1502.156663 +118836,1389.803379,1221.845633,1550.381333,703.1138682,1502.014866 +118837,1391.380574,1218.028413,1551.642986,704.0385883,1502.046211 +118838,1393.048598,1214.367688,1553.703024,705.0102264,1502.212459 +118839,1394.805261,1210.764586,1555.193385,706.0252348,1502.481646 +118840,1396.644571,1207.223513,1557.221585,707.0796389,1502.820721 +118841,1401.004709,1206.491528,1549.470076,703.2471437,1502.821911 +118842,1403.286455,1203.342571,1547.344455,703.5253988,1502.211385 +118843,1405.506596,1200.049445,1548.484421,704.2231274,1501.421632 +118844,1407.757971,1196.660821,1550.433749,705.0625059,1500.921253 +118845,1410.05401,1193.48255,1551.762352,705.9867527,1500.779148 +118846,1412.396432,1190.135624,1553.648997,706.9726077,1500.896824 +118847,1414.788779,1186.954424,1555.410035,708.0099178,1501.190015 +118848,1417.227738,1183.571548,1557.52416,709.0911909,1501.607991 +118849,1419.604626,1180.378865,1564.622897,710.2134444,1502.300433 +118850,1422.328254,1177.124521,1555.22248,711.3359121,1502.846819 +118851,1424.727378,1173.897375,1569.956315,712.5599874,1503.361775 +118852,1427.369949,1170.592572,1565.888112,713.7555644,1504.144885 +118853,1430.086855,1167.50317,1568.226212,714.9919761,1504.817467 +118854,1432.721827,1164.241093,1571.108045,716.3324646,1505.387565 +118855,1442.945538,1164.347054,1569.007241,715.0430897,1505.81764 +118856,1446.697874,1161.594121,1568.552112,715.7601354,1505.92488 +118857,1450.088992,1158.579915,1570.645115,716.8486389,1505.904748 +118858,1453.413882,1155.497968,1572.910875,718.1299091,1506.03899 +118859,1456.722076,1152.380979,1575.512809,719.3594507,1506.402938 +118860,1460.03879,1149.243528,1577.884813,720.6801368,1506.945274 +118861,1699.763912,1252.908813,1621.600217,829.0727206,1499.771979 +118862,1708.058781,1252.10648,1628.243952,832.8053668,1510.008802 +118863,1715.262682,1250.576405,1639.511372,835.9259302,1528.618141 +118864,1721.779403,1248.878131,1649.698868,840.6778729,1546.986095 +118865,1728.556437,1247.046192,1657.178782,842.4475508,1561.316828 +118866,1734.600605,1245.134363,1662.089831,847.037922,1571.650072 +118867,1740.984297,1243.171817,1665.16406,847.814314,1578.877445 +118868,1747.338413,1241.17616,1667.053518,853.820593,1583.876344 +118869,1753.373652,1239.159495,1668.189112,852.4675841,1587.255978 +118870,1759.732649,1237.129213,1668.816438,861.4847848,1589.388393 +118871,1765.861704,1235.091986,1669.093733,855.647952,1590.531843 +118872,1772.482079,1233.052221,1669.153973,847.1359433,1590.909924 +118873,1778.489281,1231.014864,1669.021127,872.2758122,1590.607322 +118874,1784.920414,1229.070194,1668.721467,863.7463783,1589.707167 +118875,1795.326518,1226.920066,1668.328738,868.8897571,1588.346678 +118876,1806.648355,1224.973714,1667.870206,871.7140329,1586.600738 +118877,1799.176781,1222.969977,1667.392077,874.538391,1584.563579 +118878,1798.429332,1220.99903,1666.945164,877.2075398,1582.331371 +118879,1824.94508,1219.052386,1666.48202,879.9641417,1579.87421 +118880,1820.894653,1217.133766,1665.981726,882.8395295,1577.191127 +118881,1829.859453,1214.752113,1665.486959,884.4529984,1574.356545 +118882,1836.515063,1212.790421,1664.87322,887.0356758,1571.402024 +118883,1854.918342,1210.917745,1664.17695,889.8190005,1568.313418 +118884,1836.443269,1209.10029,1663.507632,892.5683235,1565.153366 +118885,1858.24881,1207.335424,1662.910121,895.4152235,1561.949374 +118886,1864.290679,1205.624759,1662.343206,898.0370137,1558.654899 +118887,1869.225547,1203.884223,1661.803412,900.9979194,1555.282045 +118888,1903.095238,1202.422388,1661.257861,903.7569177,1551.806072 +118889,1842.780073,1200.834423,1660.797397,906.6670753,1548.353167 +118890,1910.061883,1199.391769,1660.402586,909.3997938,1544.90974 +118891,1909.876994,1196.935901,1659.949505,911.1534654,1541.329907 +118892,1868.42551,1194.343591,1659.434876,912.7095239,1537.980573 +118893,1941.409469,1191.730287,1658.785008,914.1226386,1534.449525 +118894,1888.908167,1189.217172,1657.942352,915.7163588,1530.890957 +118895,1912.368953,1186.513961,1656.96922,916.906706,1527.360864 +118896,1928.953491,1180.028758,1655.967093,918.2745858,1523.95518 +118897,1914.643376,1177.477445,1655.082867,919.5660586,1520.595535 +118898,1926.318311,1175.148911,1654.04372,920.884771,1517.41161 +118899,1928.72437,1173.0118,1653.279534,922.2254821,1514.679265 +118900,1932.262402,1170.92174,1652.735439,923.697942,1512.316593 +118901,1936.241259,1168.867557,1652.284425,925.0867384,1510.156882 +118902,1939.7365,1166.838541,1651.865814,926.4933922,1508.11719 +118903,1943.440048,1164.827979,1651.435687,927.9382734,1506.13488 +118904,1946.758185,1162.83227,1650.970353,930.0375534,1504.172209 +118905,1950.573237,1160.848331,1650.459689,932.116111,1502.208868 +118906,1953.896497,1158.874424,1649.895436,934.3319903,1500.227859 +118907,1957.332671,1156.90831,1649.270687,936.5976435,1498.215021 +118908,1960.792715,1154.948898,1648.587825,938.9192967,1496.168819 +118909,1964.085363,1152.994314,1647.849092,941.3707678,1494.285859 +118910,1967.232957,1151.043815,1647.057544,943.6806094,1492.14248 +118911,1970.788132,1149.095756,1646.223098,946.2119679,1489.97348 +118912,1973.924816,1147.14965,1645.347701,948.7251989,1487.784055 +118913,1977.09645,1145.204037,1644.426685,951.2980342,1485.569023 +118914,1980.342674,1143.258643,1643.462536,953.9193852,1483.330669 +118915,1983.246312,1141.312163,1642.459282,956.5879196,1481.230061 +118916,1986.618771,1139.452328,1641.610945,959.2258781,1478.893738 +118917,1997.775904,1137.373344,1640.652488,962.1052444,1476.810341 +118918,1980.727471,1135.482329,1639.503351,964.9353411,1474.169463 +118919,2008.654193,1133.513682,1638.327931,967.6881226,1471.748164 +118920,1994.687027,1131.548232,1637.269171,970.6049229,1469.728553 +118921,2046.844603,1152.300042,1638.403257,996.3838373,1471.217457 +118922,2055.929022,1151.590039,1642.291325,1000.462941,1476.672144 +118923,2058.75285,1150.375203,1647.271751,1004.287881,1483.279725 +118924,2063.111245,1148.925535,1651.258392,1007.960112,1489.333261 +118925,2067.312091,1147.587573,1654.301011,1011.508329,1493.941096 +118926,2072.610613,1149.405412,1656.356908,1017.140594,1497.449236 +118927,2076.860409,1148.394249,1657.894012,1020.991294,1500.152437 +118928,2080.681201,1147.075759,1659.072725,1024.763174,1502.273716 +118929,2085.064029,1145.657882,1660.42051,1028.508529,1503.964962 +118930,2088.94724,1144.266224,1661.529784,1032.343958,1505.32035 +118931,2092.95622,1142.609578,1662.215948,1035.988517,1506.401811 +118932,2096.846487,1141.107208,1662.674831,1041.142829,1507.261406 +118933,2108.386547,1139.496766,1663.113305,1046.022976,1508.139433 +118934,2094.256102,1137.868797,1663.462302,1047.734994,1508.676432 +118935,2119.684528,1136.213039,1663.491443,1056.921992,1509.064301 +118936,2109.908,1134.530713,1663.596618,1050.083349,1509.782389 +118937,2116.550551,1132.820982,1663.504543,1054.841287,1510.063018 +118938,2120.946231,1131.086419,1663.259614,1066.844116,1510.155092 +118939,2124.375319,1129.327067,1662.973634,1066.188433,1510.214656 +118940,2128.043003,1127.542753,1662.62782,1071.104542,1510.210042 +118941,2131.983364,1125.736223,1662.233299,1075.519066,1510.158249 +118942,2137.077612,1123.906903,1661.826555,1079.445904,1510.110493 +118943,2141.754061,1122.054759,1661.425089,1083.691261,1510.092822 +118944,2146.604597,1120.180224,1661.207415,1087.886704,1510.089047 +118945,2151.334391,1118.283082,1660.772315,1092.132592,1510.080772 +118946,2163.417488,1116.276155,1660.464137,1096.417798,1510.267726 +118947,2149.388832,1116.624708,1659.914947,1099.737708,1510.180001 +118948,2172.698155,1115.187861,1659.467337,1104.092984,1509.925567 +118949,2166.798632,1113.603903,1659.323166,1108.362061,1509.861471 +118950,2172.737563,1111.934169,1659.106632,1112.884362,1509.671623 +118951,2179.381979,1110.926513,1658.80168,1117.955272,1509.423367 +118952,2185.294056,1110.042009,1658.616475,1123.206318,1509.304554 +118953,2198.190017,1109.214232,1658.731814,1128.567429,1509.473289 +118954,2188.194897,1108.427295,1658.811875,1134.023965,1509.481139 +118955,2212.330529,1107.674109,1658.923247,1139.563567,1509.418788 +118956,2208.778049,1106.951057,1659.27114,1145.192144,1509.562581 +118957,2217.063769,1104.047188,1659.60235,1152.493173,1509.608624 +118958,2232.537003,1103.063199,1659.890898,1158.670816,1509.854319 +118959,2231.230263,1102.12918,1660.184829,1164.80573,1510.253001 +118960,2237.659885,1101.47157,1660.257624,1178.104722,1510.349622 +118961,2252.185916,1100.797124,1660.481447,1167.557796,1510.527068 +118962,2244.358643,1100.176935,1660.71906,1187.538628,1510.59394 +118963,2270.269544,1099.593441,1661.270222,1189.371457,1510.696835 +118964,2259.336762,1099.042543,1661.728706,1196.264101,1510.842372 +118965,2274.906794,1098.52195,1662.219061,1202.902951,1510.960321 +118966,2283.738586,1098.030034,1662.564014,1209.477037,1510.831757 +118967,2284.397098,1097.566331,1663.144333,1216.111686,1510.9444 +118968,2287.019132,1097.042448,1663.439689,1222.803731,1510.645279 +118969,2291.298782,1096.756658,1663.49527,1229.558223,1510.204742 +118970,2292.183301,1096.30982,1663.375844,1236.366873,1509.28338 +118971,2292.193266,1095.960109,1662.99071,1252.850103,1507.977021 +118972,2292.243161,1095.621962,1662.35605,1235.97595,1506.312045 +118973,2292.393172,1095.306828,1661.521823,1264.000822,1504.355926 +118974,2292.608696,1095.014632,1660.512216,1262.647982,1502.142797 +118975,2292.915303,1094.830077,1659.393691,1271.172261,1499.760845 +118976,2293.287242,1094.456457,1658.19113,1290.003374,1497.246121 +118977,2293.780897,1094.29079,1656.970661,1268.280079,1494.687516 +118978,2294.341381,1094.073457,1655.719893,1315.472961,1492.074234 +118979,2294.977926,1093.889559,1654.461426,1276.803955,1489.439388 +118980,2295.70356,1093.726591,1653.216429,1318.134946,1486.813572 +118981,2299.717306,1060.228543,1655.15107,1277.947381,1489.909942 +118982,2298.978291,1059.627448,1653.496205,1288.656134,1487.536816 +118983,2295.973868,1059.043848,1650.050941,1307.676761,1482.226044 +118984,2293.385001,1058.542965,1646.75151,1283.797521,1476.777249 +118985,2292.224529,1058.063487,1644.35758,1323.867296,1472.372899 +118986,2292.357202,1057.605937,1642.826319,1310.721775,1469.075474 +118987,2293.377462,1057.168774,1641.913916,1335.273662,1466.634695 +118988,2294.923914,1056.750433,1641.394078,1332.838807,1464.79089 +118989,2296.834641,1056.350594,1641.162044,1327.378709,1463.421015 +118990,2299.311286,1052.180381,1641.341391,1361.261682,1462.683215 +118991,2302.095722,1051.151542,1641.399374,1350.340497,1462.44227 +118992,2304.949974,1050.428265,1641.320372,1364.245266,1462.468827 +118993,2308.020212,1049.794435,1641.381563,1370.880559,1462.821653 +118994,2311.328403,1049.214028,1641.688818,1378.337078,1463.47954 +118995,2314.788064,1048.671303,1642.204019,1386.119678,1464.354447 +118996,2318.352594,1048.15793,1642.88242,1393.662831,1465.399398 +118997,2321.985537,1047.670071,1643.680488,1401.28447,1466.576955 +118998,2325.66668,1047.204744,1644.569094,1409.069676,1467.862034 +118999,2329.380753,1046.76084,1645.527144,1416.743769,1469.233265 +119000,2333.116118,1046.336761,1646.539135,1424.426929,1470.672708 +119001,2336.868388,1045.932192,1647.596095,1432.189661,1472.169215 +119002,2340.74388,1045.546019,1648.760533,1445.789769,1473.802212 +119003,2344.629364,1045.17804,1649.957782,1445.049367,1475.477062 +119004,2348.415971,1044.827243,1651.116145,1456.502626,1477.10229 +119005,2352.213399,1044.493864,1652.301439,1463.713461,1478.760271 +119006,2356.040356,1044.176836,1653.522757,1471.216713,1480.461514 +119007,2359.871865,1043.876383,1654.762683,1479.190343,1482.183375 +119008,2363.71262,1043.591608,1656.023138,1486.87408,1483.927973 +119009,2367.561126,1043.32279,1657.302394,1494.719936,1485.692782 +119010,2371.557915,1043.069434,1658.599695,1502.316062,1487.476519 +119011,2375.805687,1042.469084,1659.901258,1509.216975,1489.261316 +119012,2380.492001,1042.027916,1661.148686,1515.559743,1491.012346 +119013,2384.914293,1041.396935,1662.309279,1521.888575,1492.713673 +119014,2389.35705,1040.829008,1663.3885,1528.191673,1494.376122 +119015,2393.812482,1040.247279,1664.403129,1534.179084,1496.013225 +119016,2398.298289,1039.664464,1665.369086,1540.44467,1497.634964 +119017,2402.803881,1039.082726,1666.295798,1546.360147,1499.244647 +119018,2407.332487,1038.502337,1667.187949,1552.30135,1500.841808 +119019,2411.868609,1038.005848,1668.049938,1558.083476,1502.427276 +119020,2416.419306,1037.311628,1668.886955,1563.872439,1504.003975 +119021,2421.103942,1036.797054,1669.786755,1574.873192,1505.680839 +119022,2425.789964,1036.217229,1670.672124,1573.083467,1507.357893 +119023,2430.338681,1035.653375,1671.451405,1581.167097,1508.916491 +119024,2434.866288,1035.094225,1672.20691,1586.572348,1510.458614 +119025,2439.40808,1034.540182,1672.964259,1591.677907,1512.01457 +119026,2443.925466,1033.990946,1673.700494,1596.855109,1513.5538 +119027,2448.422504,1033.447418,1674.419425,1601.875645,1515.080185 +119028,2452.909331,1032.909179,1675.129257,1607.178107,1516.603318 +119029,2457.380813,1032.377013,1675.829188,1612.055354,1518.121422 +119030,2461.826258,1031.769524,1676.514803,1616.987551,1519.628189 +119031,2466.241802,1031.367784,1677.185943,1621.779032,1521.122716 +119032,2470.688175,1030.79724,1677.883121,1628.861557,1522.656035 +119033,2475.651368,1030.301359,1678.745342,1640.937853,1524.405411 +119034,2480.403233,1029.800263,1679.681464,1640.521526,1526.256116 +119035,2484.998281,1029.305371,1680.540434,1648.291313,1528.016258 +119036,2489.429403,1025.311196,1681.312229,1650.23268,1529.67135 +119037,2493.072084,1024.16241,1681.586671,1654.195253,1531.200281 +119038,2496.256192,1023.286264,1681.565515,1659.570948,1532.676462 +119039,2499.451431,1022.479341,1681.535623,1664.885919,1534.200693 +119040,2502.855178,1021.709349,1681.61909,1670.323828,1535.791512 +119041,2504.942269,958.5032302,1680.852881,1612.51909,1536.189508 +119042,2495.459925,948.01733,1671.682173,1612.419891,1523.9803 +119043,2481.924223,960.5713102,1659.31459,1618.325363,1506.299403 +119044,2470.973308,943.2826754,1648.426115,1623.182979,1489.810039 +119045,2464.045995,959.1913939,1640.365141,1627.496408,1476.709013 +119046,2461.036532,942.3174374,1634.77938,1631.845376,1466.824871 +119047,2460.394083,954.485603,1630.908421,1636.214327,1459.336793 +119048,2461.242506,944.5693965,1628.211349,1645.661823,1453.623787 +119049,2462.709294,948.9982665,1626.128549,1637.657642,1448.994174 +119050,2464.569724,946.4458581,1624.49534,1655.709183,1445.232395 +119051,2467.118324,945.9919851,1623.295748,1651.338854,1442.300152 +119052,2469.426271,945.2411724,1622.286209,1656.326968,1439.865933 +119053,2471.757906,944.4967606,1621.423896,1660.508849,1437.851704 +119054,2474.177968,943.8353134,1620.724666,1663.871391,1436.253778 +119055,2476.625835,942.9987221,1620.133073,1667.226743,1434.979091 +119056,2479.06992,942.3316963,1619.617923,1670.508604,1433.966961 +119057,2481.49392,941.6087492,1619.163712,1673.786777,1433.178163 +119058,2483.89181,940.903895,1618.755989,1676.769385,1432.576482 +119059,2486.247758,940.2061242,1618.381666,1679.738192,1432.129168 +119060,2488.561819,939.5147821,1618.032937,1682.589601,1431.811912 +119061,2490.824961,938.8297334,1617.704192,1685.118093,1431.604821 +119062,2493.042153,938.1505201,1617.392727,1687.917609,1431.493235 +119063,2495.201607,937.4770599,1617.092781,1690.333948,1431.460003 +119064,2497.44175,936.8088578,1616.890517,1697.976068,1431.606393 +119065,2499.482309,936.1460248,1616.607506,1688.382361,1431.698445 +119066,2501.408706,935.4878669,1616.295885,1703.619724,1431.795431 +119067,2503.691986,934.8344282,1616.082466,1698.615374,1432.052404 +119068,2505.502512,934.1854168,1615.803645,1700.776191,1432.256628 +119069,2506.722294,931.9236794,1615.192841,1687.89548,1432.063657 +119070,2506.284887,930.9213014,1614.102743,1691.316313,1431.516294 +119071,2505.218439,929.8080297,1612.935239,1691.989701,1431.034606 +119072,2504.622408,928.6807762,1612.009287,1699.494691,1430.937055 +119073,2504.549827,927.4709902,1611.171688,1690.385811,1430.992085 +119074,2505.067044,926.4301944,1610.447537,1705.876973,1431.224962 +119075,2506.219856,925.2188904,1609.919962,1701.793826,1431.743878 +119076,2507.599319,924.0578205,1609.389096,1704.891036,1432.296744 +119077,2509.095734,922.8732428,1608.829297,1708.312293,1432.849479 +119078,2510.750988,921.675793,1608.294561,1711.068993,1433.466858 +119079,2512.504579,920.5385606,1607.763591,1713.668835,1434.117795 +119080,2514.321755,919.2097945,1607.226523,1716.697158,1434.786436 +119081,2516.185082,918.0264716,1606.68164,1719.567325,1435.467853 +119082,2518.076126,916.7689928,1606.124507,1722.469048,1436.154112 +119083,2520.373045,915.5104224,1605.648008,1730.516913,1436.961807 +119084,2522.26405,914.2402928,1605.084642,1722.507365,1437.676689 +119085,2524.093835,912.9585363,1604.469151,1736.613646,1438.341284 +119086,2526.351923,911.6650855,1603.945147,1734.466507,1439.136856 +119087,2528.177323,910.3604889,1603.366031,1736.928143,1439.876298 +119088,2530.099434,909.0443801,1602.709832,1740.367016,1440.530908 +119089,2531.665274,907.7170976,1602.047536,1743.262376,1441.189835 +119090,2533.335455,906.3784757,1601.481128,1751.2288,1441.982558 +119091,2535.374853,905.0290145,1600.841429,1743.844422,1442.694163 +119092,2537.115593,903.6682517,1600.131695,1756.232063,1443.328546 +119093,2539.344551,902.2964897,1599.50363,1755.598258,1444.078264 +119094,2541.21513,900.9137523,1598.83203,1757.443245,1444.78398 +119095,2542.942319,899.520104,1598.074006,1760.32669,1445.390902 +119096,2545.082192,898.1152255,1597.398435,1768.93657,1446.11369 +119097,2546.866002,896.7704659,1596.662776,1761.393495,1446.770929 +119098,2548.513119,895.2400893,1595.844472,1772.956289,1447.33371 +119099,2550.272627,893.8521879,1595.096738,1772.991037,1447.9968 +119100,2551.990205,892.3930315,1594.319646,1774.402477,1448.633186 +119101,2118.966511,890.7612305,1050.282095,1630.975495,2616.491382 +119102,2162.180535,1019.499706,1072.044925,1662.023027,2623.33621 +119103,2207.642333,1022.793741,1096.002573,1691.776809,2611.749899 +119104,2248.454954,1022.114914,1118.435786,1715.628319,2595.746342 +119105,2282.049797,1021.269655,1137.572252,1732.620624,2581.026318 +119106,2308.262266,1020.257797,1153.139896,1743.685097,2568.17576 +119107,2328.627607,1019.15963,1165.750731,1750.809105,2556.866088 +119108,2344.849197,1018.00741,1176.142564,1755.736697,2546.863937 +119109,2358.156235,1016.803762,1184.859457,1759.524231,2538.039776 +119110,2369.276773,1015.540399,1192.249909,1762.683851,2530.291394 +119111,2378.657129,1014.265173,1198.542318,1765.435603,2523.507454 +119112,2386.619002,1012.964179,1203.907591,1767.88695,2517.573957 +119113,2393.420676,1011.640516,1208.486377,1770.109026,2512.381873 +119114,2399.276581,1010.294683,1212.398604,1772.158824,2507.833358 +119115,2404.329349,1008.930979,1215.730206,1774.055528,2503.806956 +119116,2408.753785,1009.529613,1218.58241,1775.858858,2500.263776 +119117,2413.028686,1008.52419,1221.118341,1777.961002,2497.171731 +119118,2417.090522,1007.319858,1223.367774,1780.197263,2494.459715 +119119,2420.82174,1006.049196,1225.339088,1782.364779,2492.074675 +119120,2424.184578,1004.740072,1227.050951,1784.374968,2489.974267 +119121,2427.205453,1003.405433,1228.531545,1786.228861,2488.123014 +119122,2429.934131,1002.048572,1229.811114,1787.961122,2486.490741 +119123,2432.418556,1000.673961,1230.917043,1789.605753,2485.051338 +119124,2434.697138,999.2733735,1231.872508,1791.185741,2483.782266 +119125,2436.796258,997.862841,1232.695901,1792.711854,2482.66214 +119126,2438.739559,996.5857879,1233.40346,1794.192576,2481.674294 +119127,2440.591322,995.1749286,1234.015361,1795.684903,2480.806261 +119128,2442.352515,993.737743,1234.540942,1797.172457,2480.043298 +119129,2444.013928,992.345808,1234.98703,1798.630715,2479.373534 +119130,2445.573837,990.7810275,1235.36039,1800.04842,2478.787035 +119131,2447.037293,988.9557631,1235.667649,1801.425474,2478.274981 +119132,2448.299359,986.9734062,1235.898288,1802.581349,2477.829432 +119133,2449.293459,984.9454326,1236.048318,1803.414201,2477.44307 +119134,2450.010616,982.8731941,1236.118123,1803.925984,2477.109341 +119135,2450.472509,980.76187,1236.114604,1804.164573,2476.82242 +119136,2450.708017,978.6142231,1236.042727,1804.181814,2476.577141 +119137,2450.742541,976.3702444,1235.909605,1804.017077,2476.368862 +119138,2450.596069,974.2477305,1235.71874,1803.69629,2476.193427 +119139,2450.28408,971.9543433,1235.475638,1803.236081,2476.047028 +119140,2449.819043,969.6859714,1235.182462,1802.647773,2475.926194 +119141,2449.205102,967.3765147,1234.842394,1801.939755,2475.827705 +119142,2448.458464,965.0980023,1234.459898,1801.118643,2475.748615 +119143,2447.588796,962.637463,1234.035836,1800.189773,2475.686172 +119144,2446.594978,960.284431,1233.572254,1799.157503,2475.637852 +119145,2445.488613,957.8470994,1233.071401,1798.025411,2475.601298 +119146,2444.269531,955.391588,1232.535228,1796.796496,2475.574347 +119147,2442.948007,952.9082765,1231.96535,1795.473295,2475.554973 +119148,2441.521825,950.3973319,1231.363151,1794.058023,2475.541328 +119149,2439.999985,947.8593826,1230.729855,1792.552618,2475.53167 +119150,2438.379135,945.2944895,1230.066585,1790.958819,2475.524407 +119151,2436.662052,942.679764,1229.374365,1789.27819,2475.518046 +119152,2434.850617,940.1152123,1228.653346,1787.509068,2475.51144 +119153,2432.94852,937.3203162,1227.904568,1785.653766,2475.503107 +119154,2430.959095,934.7801775,1227.129237,1783.715255,2475.491782 +119155,2428.918168,932.0292373,1226.344475,1781.72181,2475.512439 +119156,2426.795121,929.3165399,1225.535892,1779.648847,2475.529992 +119157,2424.564486,926.5698775,1224.691485,1777.47611,2475.515058 +119158,2422.243106,923.7980867,1223.819175,1775.217267,2475.483224 +119159,2419.838604,921.0027514,1222.922365,1772.878733,2475.440138 +119160,2417.354634,918.1826749,1222.002696,1770.463519,2475.387618 +119161,0,0,0,0,0 +119162,0,0,0,0,0 +119163,0,0,0,0,0 +119164,0,0,0,0,0 +119165,0,0,0,0,0 +119166,0,0,0,0,0 +119167,0,0,0,0,0 +119168,0,0,0,0,0 +119169,0,0,0,0,0 +119170,0,0,0,0,0 +119171,0,0,0,0,0 +119172,0,0,0,0,0 +119173,0,0,0,0,0 +119174,0,0,0,0,0 +119175,0,0,0,0,0 +119176,0,0,0,0,0 +119177,0,0,0,0,0 +119178,0,0,0,0,0 +119179,0,0,0,0,0 +119180,0,0,0,0,0 +119181,0,0,0,0,0 +119182,0,0,0,0,0 +119183,0,0,0,0,0 +119184,0,0,0,0,0 +119185,0,0,0,0,0 +119186,0,0,0,0,0 +119187,0,0,0,0,0 +119188,0,0,0,0,0 +119189,0,0,0,0,0 +119190,0,0,0,0,0 +119191,0,0,0,0,0 +119192,0,0,0,0,0 +119193,0,0,0,0,0 +119194,0,0,0,0,0 +119195,0,0,0,0,0 +119196,0,0,0,0,0 +119197,0,0,0,0,0 +119198,0,0,0,0,0 +119199,0,0,0,0,0 +119200,0,0,0,0,0 +119201,0,0,0,0,0 +119202,0,0,0,0,0 +119203,0,0,0,0,0 +119204,0,0,0,0,0 +119205,0,0,0,0,0 +119206,0,0,0,0,0 +119207,0,0,0,0,0 +119208,0,0,0,0,0 +119209,0,0,0,0,0 +119210,0,0,0,0,0 +119211,0,0,0,0,0 +119212,0,0,0,0,0 +119213,0,0,0,0,0 +119214,0,0,0,0,0 +119215,0,0,0,0,0 +119216,0,0,0,0,0 +119217,0,0,0,0,0 +119218,0,0,0,0,0 +119219,0,0,0,0,0 +119220,0,0,0,0,0 +119221,0,0,0,0,0 +119222,0,0,0,0,0 +119223,0,0,0,0,0 +119224,0,0,0,0,0 +119225,0,0,0,0,0 +119226,0,0,0,0,0 +119227,0,0,0,0,0 +119228,0,0,0,0,0 +119229,0,0,0,0,0 +119230,0,0,0,0,0 +119231,0,0,0,0,0 +119232,0,0,0,0,0 +119233,0,0,0,0,0 +119234,0,0,0,0,0 +119235,0,0,0,0,0 +119236,0,0,0,0,0 +119237,0,0,0,0,0 +119238,0,0,0,0,0 +119239,0,0,0,0,0 +119240,0,0,0,0,0 +119241,0,0,0,0,0 +119242,0,0,0,0,0 +119243,0,0,0,0,0 +119244,0,0,0,0,0 +119245,0,0,0,0,0 +119246,0,0,0,0,0 +119247,0,0,0,0,0 +119248,0,0,0,0,0 +119249,0,0,0,0,0 +119250,0,0,0,0,0 +119251,0,0,0,0,0 +119252,0,0,0,0,0 +119253,0,0,0,0,0 +119254,0,0,0,0,0 +119255,0,0,0,0,0 +119256,0,0,0,0,0 +119257,0,0,0,0,0 +119258,0,0,0,0,0 +119259,0,0,0,0,0 +119260,0,0,0,0,0 +119261,0,0,0,0,0 +119262,0,0,0,0,0 +119263,0,0,0,0,0 +119264,0,0,0,0,0 +119265,0,0,0,0,0 +119266,0,0,0,0,0 +119267,0,0,0,0,0 +119268,0,0,0,0,0 +119269,0,0,0,0,0 +119270,0,0,0,0,0 +119271,0,0,0,0,0 +119272,0,0,0,0,0 +119273,0,0,0,0,0 +119274,0,0,0,0,0 +119275,0,0,0,0,0 +119276,0,0,0,0,0 +119277,0,0,0,0,0 +119278,0,0,0,0,0 +119279,0,0,0,0,0 +119280,0,0,0,0,0 +119281,0,0,0,0,0 +119282,0,0,0,0,0 +119283,0,0,0,0,0 +119284,0,0,0,0,0 +119285,0,0,0,0,0 +119286,0,0,0,0,0 +119287,0,0,0,0,0 +119288,0,0,0,0,0 +119289,0,0,0,0,0 +119290,0,0,0,0,0 +119291,0,0,0,0,0 +119292,0,0,0,0,0 +119293,0,0,0,0,0 +119294,0,0,0,0,0 +119295,0,0,0,0,0 +119296,0,0,0,0,0 +119297,0,0,0,0,0 +119298,0,0,0,0,0 +119299,0,0,0,0,0 +119300,0,0,0,0,0 +119301,0,0,0,0,0 +119302,0,0,0,0,0 +119303,0,0,0,0,0 +119304,0,0,0,0,0 +119305,0,0,0,0,0 +119306,0,0,0,0,0 +119307,0,0,0,0,0 +119308,0,0,0,0,0 +119309,0,0,0,0,0 +119310,0,0,0,0,0 +119311,0,0,0,0,0 +119312,0,0,0,0,0 +119313,0,0,0,0,0 +119314,0,0,0,0,0 +119315,0,0,0,0,0 +119316,0,0,0,0,0 +119317,0,0,0,0,0 +119318,0,0,0,0,0 +119319,0,0,0,0,0 +119320,0,0,0,0,0 +119321,0,0,0,0,0 +119322,0,0,0,0,0 +119323,0,0,0,0,0 +119324,0,0,0,0,0 +119325,0,0,0,0,0 +119326,0,0,0,0,0 +119327,0,0,0,0,0 +119328,0,0,0,0,0 +119329,0,0,0,0,0 +119330,0,0,0,0,0 +119331,0,0,0,0,0 +119332,0,0,0,0,0 +119333,0,0,0,0,0 +119334,0,0,0,0,0 +119335,0,0,0,0,0 +119336,0,0,0,0,0 +119337,0,0,0,0,0 +119338,0,0,0,0,0 +119339,0,0,0,0,0 +119340,0,0,0,0,0 +119341,0,0,0,0,0 +119342,0,0,0,0,0 +119343,0,0,0,0,0 +119344,0,0,0,0,0 +119345,0,0,0,0,0 +119346,0,0,0,0,0 +119347,0,0,0,0,0 +119348,0,0,0,0,0 +119349,0,0,0,0,0 +119350,0,0,0,0,0 +119351,0,0,0,0,0 +119352,0,0,0,0,0 +119353,0,0,0,0,0 +119354,0,0,0,0,0 +119355,0,0,0,0,0 +119356,0,0,0,0,0 +119357,0,0,0,0,0 +119358,0,0,0,0,0 +119359,0,0,0,0,0 +119360,0,0,0,0,0 +119361,0,0,0,0,0 +119362,0,0,0,0,0 +119363,0,0,0,0,0 +119364,0,0,0,0,0 +119365,0,0,0,0,0 +119366,0,0,0,0,0 +119367,0,0,0,0,0 +119368,0,0,0,0,0 +119369,0,0,0,0,0 +119370,0,0,0,0,0 +119371,0,0,0,0,0 +119372,0,0,0,0,0 +119373,0,0,0,0,0 +119374,0,0,0,0,0 +119375,0,0,0,0,0 +119376,0,0,0,0,0 +119377,0,0,0,0,0 +119378,0,0,0,0,0 +119379,0,0,0,0,0 +119380,0,0,0,0,0 +119381,0,0,0,0,0 +119382,0,0,0,0,0 +119383,0,0,0,0,0 +119384,0,0,0,0,0 +119385,0,0,0,0,0 +119386,0,0,0,0,0 +119387,0,0,0,0,0 +119388,0,0,0,0,0 +119389,0,0,0,0,0 +119390,0,0,0,0,0 +119391,0,0,0,0,0 +119392,0,0,0,0,0 +119393,0,0,0,0,0 +119394,0,0,0,0,0 +119395,0,0,0,0,0 +119396,0,0,0,0,0 +119397,0,0,0,0,0 +119398,0,0,0,0,0 +119399,0,0,0,0,0 +119400,0,0,0,0,0 +119401,0,0,0,0,0 +119402,0,0,0,0,0 +119403,0,0,0,0,0 +119404,0,0,0,0,0 +119405,0,0,0,0,0 +119406,0,0,0,0,0 +119407,0,0,0,0,0 +119408,0,0,0,0,0 +119409,0,0,0,0,0 +119410,0,0,0,0,0 +119411,0,0,0,0,0 +119412,0,0,0,0,0 +119413,0,0,0,0,0 +119414,0,0,0,0,0 +119415,0,0,0,0,0 +119416,0,0,0,0,0 +119417,0,0,0,0,0 +119418,0,0,0,0,0 +119419,0,0,0,0,0 +119420,0,0,0,0,0 +119421,0,0,0,0,0 +119422,0,0,0,0,0 +119423,0,0,0,0,0 +119424,0,0,0,0,0 +119425,0,0,0,0,0 +119426,0,0,0,0,0 +119427,0,0,0,0,0 +119428,0,0,0,0,0 +119429,0,0,0,0,0 +119430,0,0,0,0,0 +119431,0,0,0,0,0 +119432,0,0,0,0,0 +119433,0,0,0,0,0 +119434,0,0,0,0,0 +119435,0,0,0,0,0 +119436,0,0,0,0,0 +119437,0,0,0,0,0 +119438,0,0,0,0,0 +119439,0,0,0,0,0 +119440,0,0,0,0,0 +119441,0,0,0,0,0 +119442,0,0,0,0,0 +119443,0,0,0,0,0 +119444,0,0,0,0,0 +119445,0,0,0,0,0 +119446,0,0,0,0,0 +119447,0,0,0,0,0 +119448,0,0,0,0,0 +119449,0,0,0,0,0 +119450,0,0,0,0,0 +119451,0,0,0,0,0 +119452,0,0,0,0,0 +119453,0,0,0,0,0 +119454,0,0,0,0,0 +119455,0,0,0,0,0 +119456,0,0,0,0,0 +119457,0,0,0,0,0 +119458,0,0,0,0,0 +119459,0,0,0,0,0 +119460,0,0,0,0,0 +119461,0,0,0,0,0 +119462,0,0,0,0,0 +119463,0,0,0,0,0 +119464,0,0,0,0,0 +119465,0,0,0,0,0 +119466,0,0,0,0,0 +119467,0,0,0,0,0 +119468,0,0,0,0,0 +119469,0,0,0,0,0 +119470,0,0,0,0,0 +119471,0,0,0,0,0 +119472,0,0,0,0,0 +119473,0,0,0,0,0 +119474,0,0,0,0,0 +119475,0,0,0,0,0 +119476,0,0,0,0,0 +119477,0,0,0,0,0 +119478,0,0,0,0,0 +119479,0,0,0,0,0 +119480,0,0,0,0,0 +119481,0,0,0,0,0 +119482,0,0,0,0,0 +119483,0,0,0,0,0 +119484,0,0,0,0,0 +119485,0,0,0,0,0 +119486,0,0,0,0,0 +119487,0,0,0,0,0 +119488,0,0,0,0,0 +119489,0,0,0,0,0 +119490,0,0,0,0,0 +119491,0,0,0,0,0 +119492,0,0,0,0,0 +119493,0,0,0,0,0 +119494,0,0,0,0,0 +119495,0,0,0,0,0 +119496,0,0,0,0,0 +119497,0,0,0,0,0 +119498,0,0,0,0,0 +119499,0,0,0,0,0 +119500,0,0,0,0,0 +119501,0,0,0,0,0 +119502,0,0,0,0,0 +119503,0,0,0,0,0 +119504,0,0,0,0,0 +119505,0,0,0,0,0 +119506,0,0,0,0,0 +119507,0,0,0,0,0 +119508,0,0,0,0,0 +119509,0,0,0,0,0 +119510,0,0,0,0,0 +119511,0,0,0,0,0 +119512,0,0,0,0,0 +119513,0,0,0,0,0 +119514,0,0,0,0,0 +119515,0,0,0,0,0 +119516,0,0,0,0,0 +119517,0,0,0,0,0 +119518,0,0,0,0,0 +119519,0,0,0,0,0 +119520,0,0,0,0,0 +119521,0,0,0,0,0 +119522,0,0,0,0,0 +119523,0,0,0,0,0 +119524,0,0,0,0,0 +119525,0,0,0,0,0 +119526,0,0,0,0,0 +119527,0,0,0,0,0 +119528,0,0,0,0,0 +119529,0,0,0,0,0 +119530,0,0,0,0,0 +119531,0,0,0,0,0 +119532,0,0,0,0,0 +119533,0,0,0,0,0 +119534,0,0,0,0,0 +119535,0,0,0,0,0 +119536,0,0,0,0,0 +119537,0,0,0,0,0 +119538,0,0,0,0,0 +119539,0,0,0,0,0 +119540,0,0,0,0,0 +119541,0,0,0,0,0 +119542,0,0,0,0,0 +119543,0,0,0,0,0 +119544,0,0,0,0,0 +119545,0,0,0,0,0 +119546,0,0,0,0,0 +119547,0,0,0,0,0 +119548,0,0,0,0,0 +119549,0,0,0,0,0 +119550,0,0,0,0,0 +119551,0,0,0,0,0 +119552,0,0,0,0,0 +119553,0,0,0,0,0 +119554,0,0,0,0,0 +119555,0,0,0,0,0 +119556,0,0,0,0,0 +119557,0,0,0,0,0 +119558,0,0,0,0,0 +119559,0,0,0,0,0 +119560,0,0,0,0,0 +119561,0,0,0,0,0 +119562,0,0,0,0,0 +119563,0,0,0,0,0 +119564,0,0,0,0,0 +119565,0,0,0,0,0 +119566,0,0,0,0,0 +119567,0,0,0,0,0 +119568,0,0,0,0,0 +119569,0,0,0,0,0 +119570,0,0,0,0,0 +119571,0,0,0,0,0 +119572,0,0,0,0,0 +119573,0,0,0,0,0 +119574,0,0,0,0,0 +119575,0,0,0,0,0 +119576,0,0,0,0,0 +119577,0,0,0,0,0 +119578,0,0,0,0,0 +119579,0,0,0,0,0 +119580,0,0,0,0,0 +119581,0,0,0,0,0 +119582,0,0,0,0,0 +119583,0,0,0,0,0 +119584,0,0,0,0,0 +119585,0,0,0,0,0 +119586,0,0,0,0,0 +119587,0,0,0,0,0 +119588,0,0,0,0,0 +119589,0,0,0,0,0 +119590,0,0,0,0,0 +119591,0,0,0,0,0 +119592,0,0,0,0,0 +119593,0,0,0,0,0 +119594,0,0,0,0,0 +119595,0,0,0,0,0 +119596,0,0,0,0,0 +119597,0,0,0,0,0 +119598,0,0,0,0,0 +119599,0,0,0,0,0 +119600,0,0,0,0,0 +119601,0,0,0,0,0 +119602,0,0,0,0,0 +119603,0,0,0,0,0 +119604,0,0,0,0,0 +119605,0,0,0,0,0 +119606,0,0,0,0,0 +119607,0,0,0,0,0 +119608,0,0,0,0,0 +119609,0,0,0,0,0 +119610,0,0,0,0,0 +119611,0,0,0,0,0 +119612,0,0,0,0,0 +119613,0,0,0,0,0 +119614,0,0,0,0,0 +119615,0,0,0,0,0 +119616,0,0,0,0,0 +119617,0,0,0,0,0 +119618,0,0,0,0,0 +119619,0,0,0,0,0 +119620,0,0,0,0,0 +119621,0,0,0,0,0 +119622,0,0,0,0,0 +119623,0,0,0,0,0 +119624,0,0,0,0,0 +119625,0,0,0,0,0 +119626,0,0,0,0,0 +119627,0,0,0,0,0 +119628,0,0,0,0,0 +119629,0,0,0,0,0 +119630,0,0,0,0,0 +119631,0,0,0,0,0 +119632,0,0,0,0,0 +119633,0,0,0,0,0 +119634,0,0,0,0,0 +119635,0,0,0,0,0 +119636,0,0,0,0,0 +119637,0,0,0,0,0 +119638,0,0,0,0,0 +119639,0,0,0,0,0 +119640,0,0,0,0,0 +119641,0,0,0,0,0 +119642,0,0,0,0,0 +119643,0,0,0,0,0 +119644,0,0,0,0,0 +119645,0,0,0,0,0 +119646,0,0,0,0,0 +119647,0,0,0,0,0 +119648,0,0,0,0,0 +119649,0,0,0,0,0 +119650,0,0,0,0,0 +119651,0,0,0,0,0 +119652,0,0,0,0,0 +119653,0,0,0,0,0 +119654,0,0,0,0,0 +119655,0,0,0,0,0 +119656,0,0,0,0,0 +119657,0,0,0,0,0 +119658,0,0,0,0,0 +119659,0,0,0,0,0 +119660,0,0,0,0,0 +119661,0,0,0,0,0 +119662,0,0,0,0,0 +119663,0,0,0,0,0 +119664,0,0,0,0,0 +119665,0,0,0,0,0 +119666,0,0,0,0,0 +119667,0,0,0,0,0 +119668,0,0,0,0,0 +119669,0,0,0,0,0 +119670,0,0,0,0,0 +119671,0,0,0,0,0 +119672,0,0,0,0,0 +119673,0,0,0,0,0 +119674,0,0,0,0,0 +119675,0,0,0,0,0 +119676,0,0,0,0,0 +119677,0,0,0,0,0 +119678,0,0,0,0,0 +119679,0,0,0,0,0 +119680,0,0,0,0,0 +119681,0,0,0,0,0 +119682,0,0,0,0,0 +119683,0,0,0,0,0 +119684,0,0,0,0,0 +119685,0,0,0,0,0 +119686,0,0,0,0,0 +119687,0,0,0,0,0 +119688,0,0,0,0,0 +119689,0,0,0,0,0 +119690,0,0,0,0,0 +119691,0,0,0,0,0 +119692,0,0,0,0,0 +119693,0,0,0,0,0 +119694,0,0,0,0,0 +119695,0,0,0,0,0 +119696,0,0,0,0,0 +119697,0,0,0,0,0 +119698,0,0,0,0,0 +119699,0,0,0,0,0 +119700,0,0,0,0,0 +119701,0,0,0,0,0 +119702,0,0,0,0,0 +119703,0,0,0,0,0 +119704,0,0,0,0,0 +119705,0,0,0,0,0 +119706,0,0,0,0,0 +119707,0,0,0,0,0 +119708,0,0,0,0,0 +119709,0,0,0,0,0 +119710,0,0,0,0,0 +119711,0,0,0,0,0 +119712,0,0,0,0,0 +119713,0,0,0,0,0 +119714,0,0,0,0,0 +119715,0,0,0,0,0 +119716,0,0,0,0,0 +119717,0,0,0,0,0 +119718,0,0,0,0,0 +119719,0,0,0,0,0 +119720,0,0,0,0,0 +119721,0,0,0,0,0 +119722,0,0,0,0,0 +119723,0,0,0,0,0 +119724,0,0,0,0,0 +119725,0,0,0,0,0 +119726,0,0,0,0,0 +119727,0,0,0,0,0 +119728,0,0,0,0,0 +119729,0,0,0,0,0 +119730,0,0,0,0,0 +119731,0,0,0,0,0 +119732,0,0,0,0,0 +119733,0,0,0,0,0 +119734,0,0,0,0,0 +119735,0,0,0,0,0 +119736,0,0,0,0,0 +119737,0,0,0,0,0 +119738,0,0,0,0,0 +119739,0,0,0,0,0 +119740,0,0,0,0,0 +119741,0,0,0,0,0 +119742,0,0,0,0,0 +119743,0,0,0,0,0 +119744,0,0,0,0,0 +119745,0,0,0,0,0 +119746,0,0,0,0,0 +119747,0,0,0,0,0 +119748,0,0,0,0,0 +119749,0,0,0,0,0 +119750,0,0,0,0,0 +119751,0,0,0,0,0 +119752,0,0,0,0,0 +119753,0,0,0,0,0 +119754,0,0,0,0,0 +119755,0,0,0,0,0 +119756,0,0,0,0,0 +119757,0,0,0,0,0 +119758,0,0,0,0,0 +119759,0,0,0,0,0 +119760,0,0,0,0,0 +119761,0,0,0,0,0 +119762,0,0,0,0,0 +119763,0,0,0,0,0 +119764,0,0,0,0,0 +119765,0,0,0,0,0 +119766,0,0,0,0,0 +119767,0,0,0,0,0 +119768,0,0,0,0,0 +119769,0,0,0,0,0 +119770,0,0,0,0,0 +119771,0,0,0,0,0 +119772,0,0,0,0,0 +119773,0,0,0,0,0 +119774,0,0,0,0,0 +119775,0,0,0,0,0 +119776,0,0,0,0,0 +119777,0,0,0,0,0 +119778,0,0,0,0,0 +119779,0,0,0,0,0 +119780,0,0,0,0,0 +119781,0,0,0,0,0 +119782,0,0,0,0,0 +119783,0,0,0,0,0 +119784,0,0,0,0,0 +119785,0,0,0,0,0 +119786,0,0,0,0,0 +119787,0,0,0,0,0 +119788,0,0,0,0,0 +119789,0,0,0,0,0 +119790,0,0,0,0,0 +119791,0,0,0,0,0 +119792,0,0,0,0,0 +119793,0,0,0,0,0 +119794,0,0,0,0,0 +119795,0,0,0,0,0 +119796,0,0,0,0,0 +119797,0,0,0,0,0 +119798,0,0,0,0,0 +119799,0,0,0,0,0 +119800,0,0,0,0,0 +119801,0,0,0,0,0 +119802,0,0,0,0,0 +119803,0,0,0,0,0 +119804,0,0,0,0,0 +119805,0,0,0,0,0 +119806,0,0,0,0,0 +119807,0,0,0,0,0 +119808,0,0,0,0,0 +119809,0,0,0,0,0 +119810,0,0,0,0,0 +119811,0,0,0,0,0 +119812,0,0,0,0,0 +119813,0,0,0,0,0 +119814,0,0,0,0,0 +119815,0,0,0,0,0 +119816,0,0,0,0,0 +119817,0,0,0,0,0 +119818,0,0,0,0,0 +119819,0,0,0,0,0 +119820,0,0,0,0,0 +119821,0,0,0,0,0 +119822,0,0,0,0,0 +119823,0,0,0,0,0 +119824,0,0,0,0,0 +119825,0,0,0,0,0 +119826,0,0,0,0,0 +119827,0,0,0,0,0 +119828,0,0,0,0,0 +119829,0,0,0,0,0 +119830,0,0,0,0,0 +119831,0,0,0,0,0 +119832,0,0,0,0,0 +119833,0,0,0,0,0 +119834,0,0,0,0,0 +119835,0,0,0,0,0 +119836,0,0,0,0,0 +119837,0,0,0,0,0 +119838,0,0,0,0,0 +119839,0,0,0,0,0 +119840,0,0,0,0,0 +119841,0,0,0,0,0 +119842,0,0,0,0,0 +119843,0,0,0,0,0 +119844,0,0,0,0,0 +119845,0,0,0,0,0 +119846,0,0,0,0,0 +119847,0,0,0,0,0 +119848,0,0,0,0,0 +119849,0,0,0,0,0 +119850,0,0,0,0,0 +119851,0,0,0,0,0 +119852,0,0,0,0,0 +119853,0,0,0,0,0 +119854,0,0,0,0,0 +119855,0,0,0,0,0 +119856,0,0,0,0,0 +119857,0,0,0,0,0 +119858,0,0,0,0,0 +119859,0,0,0,0,0 +119860,0,0,0,0,0 +119861,0,0,0,0,0 +119862,0,0,0,0,0 +119863,0,0,0,0,0 +119864,0,0,0,0,0 +119865,0,0,0,0,0 +119866,0,0,0,0,0 +119867,0,0,0,0,0 +119868,0,0,0,0,0 +119869,0,0,0,0,0 +119870,0,0,0,0,0 +119871,0,0,0,0,0 +119872,0,0,0,0,0 +119873,0,0,0,0,0 +119874,0,0,0,0,0 +119875,0,0,0,0,0 +119876,0,0,0,0,0 +119877,0,0,0,0,0 +119878,0,0,0,0,0 +119879,0,0,0,0,0 +119880,0,0,0,0,0 +119881,0,0,0,0,0 +119882,0,0,0,0,0 +119883,0,0,0,0,0 +119884,0,0,0,0,0 +119885,0,0,0,0,0 +119886,0,0,0,0,0 +119887,0,0,0,0,0 +119888,0,0,0,0,0 +119889,0,0,0,0,0 +119890,0,0,0,0,0 +119891,0,0,0,0,0 +119892,0,0,0,0,0 +119893,0,0,0,0,0 +119894,0,0,0,0,0 +119895,0,0,0,0,0 +119896,0,0,0,0,0 +119897,0,0,0,0,0 +119898,0,0,0,0,0 +119899,0,0,0,0,0 +119900,0,0,0,0,0 +119901,0,0,0,0,0 +119902,0,0,0,0,0 +119903,0,0,0,0,0 +119904,0,0,0,0,0 +119905,0,0,0,0,0 +119906,0,0,0,0,0 +119907,0,0,0,0,0 +119908,0,0,0,0,0 +119909,0,0,0,0,0 +119910,0,0,0,0,0 +119911,0,0,0,0,0 +119912,0,0,0,0,0 +119913,0,0,0,0,0 +119914,0,0,0,0,0 +119915,0,0,0,0,0 +119916,0,0,0,0,0 +119917,0,0,0,0,0 +119918,0,0,0,0,0 +119919,0,0,0,0,0 +119920,0,0,0,0,0 +119921,0,0,0,0,0 +119922,0,0,0,0,0 +119923,0,0,0,0,0 +119924,0,0,0,0,0 +119925,0,0,0,0,0 +119926,0,0,0,0,0 +119927,0,0,0,0,0 +119928,0,0,0,0,0 +119929,0,0,0,0,0 +119930,0,0,0,0,0 +119931,0,0,0,0,0 +119932,0,0,0,0,0 +119933,0,0,0,0,0 +119934,0,0,0,0,0 +119935,0,0,0,0,0 +119936,0,0,0,0,0 +119937,0,0,0,0,0 +119938,0,0,0,0,0 +119939,0,0,0,0,0 +119940,0,0,0,0,0 +119941,-1833.864012,-122.6654957,-1782.912641,-812.5764001,-1117.981404 +119942,-1777.344983,0,-1720.173045,-752.6727052,-1037.090058 +119943,-1733.99551,0,0,-734.3692237,-1014.946436 +119944,-1811.73329,0,0,-767.4833137,-1064.062753 +119945,-1804.472071,0,0,-776.9108059,-1079.751677 +119946,-75.70056201,0,0,-90.64629285,-1007.276607 +119947,-1146.785692,0,-225.3748512,-499.46409,0 +119948,-804.9012322,0,-26.01957396,-370.1929851,-641.0170797 +119949,-789.446875,0,-52.28333148,-359.7919618,-437.7444251 +119950,-776.9807836,0,-37.15678483,-353.8987219,-433.864681 +119951,-761.3334288,0,-18.9091254,-347.0635715,-425.8577759 +119952,-750.9045557,0,0,-339.9960955,-421.1293323 +119953,-736.3719792,0,0,-333.8606958,-415.7050272 +119954,-724.4135493,0,0,-327.5578289,-410.1686121 +119955,-712.1979521,0,0,-322.288561,-404.5263998 +119956,-700.7390032,0,0,-314.871028,-398.7835628 +119957,-689.0663576,0,0,-309.7503806,-394.1706107 +119958,-676.1560424,0,0,-304.1109429,-388.2526121 +119959,-666.1540217,0,0,-297.9358962,-382.8711852 +119960,-653.896526,0,0,-292.5062358,-378.0468445 +119961,-643.5863247,0,0,-286.9842685,-372.5280429 +119962,-632.0623215,0,0,-281.3720135,-366.9416809 +119963,-621.4739644,0,0,-275.671789,-362.5818497 +119964,-609.6593183,0,0,-270.7957961,-356.2276237 +119965,-599.9203906,0,0,-264.9368312,-352.4252983 +119966,-590.0805986,0,0,-259.9268442,-345.9523985 +119967,-577.8873048,0,0,-254.8570663,-342.0728182 +119968,-568.975263,0,0,-249.2544671,-336.1580172 +119969,-557.6985094,0,0,-244.544773,-331.5372518 +119970,-547.4708687,0,0,-239.3054917,-326.2045381 +119971,-537.1585436,0,0,-234.0130358,-320.8304494 +119972,-526.764006,0,0,-228.4231303,-316.7880242 +119973,-515.7011618,0,0,-223.2756456,-310.6537021 +119974,-505.7403416,0,0,-217.8343337,-306.5545444 +119975,-495.1173412,0,0,-212.3472437,-301.7367379 +119976,-485.6230459,0,0,-207.3236403,-296.1908516 +119977,-474.8689954,0,0,-201.754632,-291.3149866 +119978,-464.6565283,0,0,-197.1729366,-286.7667383 +119979,-454.389216,0,0,-191.2747961,-281.4869466 +119980,-445.2918838,0,0,-186.636349,-277.2493284 +119981,-434.9276156,0,0,-181.1929862,-271.5634735 +119982,-424.5162917,0,0,-176.2450947,-267.2866986 +119983,-415.2975974,0,0,-171.2753183,-262.2733542 +119984,-406.0459218,0,0,-166.0214759,-257.9630613 +119985,-395.5190901,0,0,-161.2768762,-252.1873454 +119986,-386.8276274,0,0,-155.9860065,-248.5721663 +119987,-375.6112718,0,0,-151.2110026,-242.7589467 +119988,-368.1225598,0,0,-146.1568918,-238.3889274 +119989,-356.8504069,0,0,-141.3581293,-234.0072663 +119990,-348.0676926,0,0,-136.2819645,-228.8793426 +119991,-338.6382277,32.16203061,0,-131.7331204,-224.4747109 +119992,-329.1918469,175.7342464,0,-126.3722117,-219.6912802 +119993,-319.0982111,114.5206008,0,-121.8106812,-214.8974361 +119994,-310.88886,147.6376466,0,-116.9756109,-210.4644687 +119995,-300.7694464,163.6175733,0,-112.1364002,-205.6526902 +119996,-291.9069493,177.2692039,0,-107.2938827,-201.2043022 +119997,-282.4019806,190.4563648,0,-102.5834922,-196.7493597 +119998,-273.5244801,203.3214048,0,-97.87113361,-191.9158877 +119999,-264.0058738,216.4167674,0,-92.88767586,-187.0761836 +120000,-255.1175564,228.4930884,0,-88.44226293,-183.3507518 +120001,-245.5894537,241.0682937,0,-83.32191245,-178.1278054 +120002,-236.0577592,253.4905847,0,-78.87501423,-173.6475045 +120003,-241.1510275,259.3876184,0,-79.55106659,-169.5379517 +120004,-232.2531286,270.2469076,0,-75.64286943,-164.6771791 +120005,-224.9435329,281.6395886,0,-71.19493187,-160.3751041 +120006,-215.4054781,292.4615218,0,-66.61181954,-156.070856 +120007,-207.4566003,303.958327,0,-62.43299475,-151.3899233 +120008,-198.2338792,314.3819779,0,-59.33266433,-147.2695216 +120009,-189.6466003,325.2974932,0,-55.55790151,-142.7728538 +120010,-181.3767942,335.6682849,0,-52.18754717,-138.4624851 +120011,-172.1516414,346.3993631,0,-48.41244343,-134.1511535 +120012,-163.880665,356.5444703,0,-44.90690437,-129.8390187 +120013,-154.9727728,366.7348051,0,-41.26636057,-125.7138203 +120014,-146.3827307,376.5358111,0,-37.76054378,-121.212867 +120015,-137.7923463,386.7699126,0,-33.98487555,-117.0867076 +120016,-129.2016336,396.3336097,0,-30.47883655,-112.9602018 +120017,-120.4515018,405.9920353,0,-26.83783392,-108.8333952 +120018,-112.0193649,415.4762766,0,-23.19674008,-104.5186934 +120019,-103.1096148,424.8346667,0,-19.69043265,-100.5790828 +120020,-94.83616998,433.806687,0,-16.04917907,-96.26399932 +120021,-86.08513601,443.5980329,0,-12.40785857,-92.32407119 +120022,-81.15289365,451.9899826,0,-8.901351009,-88.19636399 +120023,-74.31104701,461.105635,0,-5.259921282,-84.06854833 +120024,-67.30994682,469.8187664,0,-1.618446302,-80.31594599 +120025,-60.62700596,478.4622839,0,0,-75.81262094 +120026,-53.78483914,486.9612956,0,0,-72.24752115 +120027,-46.94258417,495.4267535,0,0,-67.93171671 +120028,-40.10025549,503.7152196,0,0,-64.17883071 +120029,-33.25786367,511.8910369,0,0,-59.86291055 +120030,-26.41541679,519.710972,0,0,-56.29758761 +120031,-19.57292213,526.7444135,0,0,-52.16923265 +120032,-12.73038587,532.6883815,0,0,-48.04083749 +120033,-6.046945573,538.7797008,0,0,-44.47539745 +120034,0,544.6033007,0,0,-40.34693845 +120035,0,550.1516258,0,0,-36.40612072 +120036,0,555.622727,0,0,-32.6529523 +120037,0,560.7899266,0,0,-28.52444652 +120038,0,565.8685821,0,0,-24.95891664 +120039,0,570.777605,0,0,-20.83038869 +120040,0,575.4345238,0,0,-17.2648387 +120041,0,580.0118687,0,0,-13.13629534 +120042,0,584.3961409,0,0,-9.383071761 +120043,0,588.6674558,0,0,-5.629844721 +120044,0,592.6946314,0,0,-1.688953557 +120045,0,596.6568435,0,0,0 +120046,0,600.439217,0,0,0 +120047,0,604.1226898,0,0,0 +120048,0,607.57044,0,0,0 +120049,0,610.9676589,0,0,0 +120050,0,614.1947436,0,0,0 +120051,0,598.1649856,0,0,0 +120052,0,598.205557,0,0,0 +120053,0,599.3771196,0,0,0 +120054,0,600.8453418,0,0,0 +120055,0,602.3861549,0,0,0 +120056,0,603.9698167,0,0,0 +120057,0,605.4263832,0,0,0 +120058,0,606.9191607,0,0,0 +120059,0,608.3164226,0,0,0 +120060,0,609.6544706,0,0,0 +120061,0,610.912465,0,0,0 +120062,0,612.0912501,0,0,0 +120063,0,613.1940078,0,0,0 +120064,0,614.2218559,0,0,0 +120065,0,615.1750515,0,0,0 +120066,0,616.0533266,0,0,0 +120067,0,616.8550194,0,0,0 +120068,0,617.5825308,0,0,0 +120069,0,618.2341699,0,0,0 +120070,0,618.8104254,0,0,0 +120071,0,619.3108649,0,0,0 +120072,0,619.7361605,0,0,0 +120073,0,620.0863472,0,0,0 +120074,0,620.3623263,0,0,0 +120075,0,620.564278,0,0,0 +120076,0,620.6931875,0,0,0 +120077,0,620.7493432,0,0,0 +120078,0,620.7338157,0,0,0 +120079,0,620.6469943,0,0,0 +120080,0,620.4900185,0,0,0 +120081,0,620.2633592,0,0,0 +120082,0,600.3703788,0,0,0 +120083,0,596.9017854,0,0,0 +120084,0,594.7066305,0,0,0 +120085,0,592.8270969,0,0,0 +120086,0,591.0714051,0,0,0 +120087,0,589.3728463,0,0,0 +120088,0,587.6954653,0,0,0 +120089,0,585.9825783,0,0,0 +120090,0,584.3536839,0,0,0 +120091,0,586.0332366,0,0,0 +120092,0,588.2960909,0,0,0 +120093,0,590.7498798,0,0,0 +120094,0,593.5177562,0,0,0 +120095,0,596.4517822,0,0,0 +120096,0,619.2355405,0,0,0 +120097,0,625.5567855,0,0,0 +120098,0,630.6818709,0,0,0 +120099,0,635.6562398,0,0,0 +120100,0,640.5863894,0,0,0 +120101,0,645.425532,0,0,0 +120102,0,650.3899492,0,0,0 +120103,0,655.3617447,0,0,0 +120104,0,660.4322332,0,0,0 +120105,0,665.4498362,0,0,0 +120106,0,670.6148958,0,0,0 +120107,0,675.7920351,0,0,0 +120108,0,681.0686281,0,0,0 +120109,0,686.2849706,0,0,0 +120110,0,691.6467205,0,0,0 +120111,0,697.0135683,0,0,0 +120112,0,702.4757067,0,0,0 +120113,0,707.867714,0,0,0 +120114,0,732.4572289,0,0,0 +120115,0,741.0198992,0,0,0 +120116,0,748.3910374,0,0,0 +120117,0,755.4960321,0,0,0 +120118,0,761.8789596,0,0,0 +120119,0,769.4769226,0,0,0 +120120,0,775.849176,0,0,0 +120121,0,782.7049539,0,0,0 +120122,0,789.2093566,0,0,0 +120123,0,795.8011325,0,0,0 +120124,0,805.9038088,0,0,0 +120125,0,814.3391153,0,0,0 +120126,0,823.0674854,0,0,0 +120127,0,831.5532243,0,0,0 +120128,0,840.2646887,0,0,0 +120129,0,848.7098547,0,0,0 +120130,0,857.2551795,0,0,0 +120131,0,865.8614076,0,0,0 +120132,0,874.3449141,0,0,0 +120133,0,882.8683258,0,0,0 +120134,0,891.3645061,0,0,0 +120135,0,899.7931031,0,0,0 +120136,0,908.3960786,0,0,0 +120137,0,916.6652271,0,0,0 +120138,0,925.2342437,0,0,0 +120139,0,933.593279,0,0,0 +120140,0,948.2129582,0,0,0 +120141,0,957.7920721,0,0,0 +120142,0,966.8557059,0,0,0 +120143,0,975.9345378,0,0,0 +120144,0,984.8498926,0,0,0 +120145,0,993.5444047,0,0,0 +120146,0,1002.460139,0,0,0 +120147,0,1011.126737,0,0,0 +120148,0,1019.808829,0,0,0 +120149,0,1028.427128,0,0,0 +120150,0,1036.993635,0,0,0 +120151,0,1042.745251,0,0,0 +120152,0,1048.065722,0,0,0 +120153,0,1053.01785,0,0,0 +120154,0,1057.873144,0,0,0 +120155,0,1062.351302,0,0,0 +120156,0,1066.741551,0,0,0 +120157,0,1070.752392,0,0,0 +120158,0,1074.722362,0,0,0 +120159,0,1078.448815,0,0,0 +120160,0,1081.94424,0,0,0 +120161,0,1085.437978,0,0,0 +120162,0,1088.619176,0,0,0 +120163,0,1091.702741,0,0,0 +120164,0,1094.621133,0,0,0 +120165,0,1097.389174,0,0,0 +120166,0,1100.010735,0,0,0 +120167,0,1102.488524,0,0,0 +120168,0,1104.825844,0,0,0 +120169,0,1107.024813,0,0,0 +120170,0,1109.088203,0,0,0 +120171,0,1111.017651,0,0,0 +120172,0,1112.745453,0,0,0 +120173,0,1114.51619,0,0,0 +120174,0,1116.004286,0,0,0 +120175,0,1117.498222,0,0,0 +120176,0,1118.681822,0,0,0 +120177,0,1119.895041,0,0,0 +120178,0,1120.922296,0,0,0 +120179,0,1121.838566,0,0,0 +120180,0,1123.006359,0,0,0 +120181,0,1123.145485,0,0,0 +120182,0,1124.285579,0,0,0 +120183,0,1123.722814,0,0,0 +120184,0,1125.271058,0,0,0 +120185,0,1123.515487,0,0,0 +120186,0,1126.160754,0,0,0 +120187,0,1122.257017,0,0,0 +120188,0,1127.373223,0,0,0 +120189,0,1120.46988,0,0,0 +120190,0,1127.041163,0,0,0 +120191,0,1119.532392,0,0,0 +120192,0,1124.814643,0,0,0 +120193,0,1119.460727,0,0,0 +120194,0,1121.360275,0,0,0 +120195,0,1119.364016,0,0,0 +120196,0,1118.440312,0,0,0 +120197,0,1117.221901,0,0,0 +120198,0,1115.82452,0,0,0 +120199,0,1109.016816,0,0,0 +120200,0,1106.477587,0,0,0 +120201,0,1104.462727,0,0,0 +120202,0,1102.397305,0,0,0 +120203,0,1100.303112,0,0,0 +120204,0,1098.145522,0,0,0 +120205,0,1095.912519,0,0,0 +120206,0,1093.598216,0,0,0 +120207,0,1091.198513,0,0,0 +120208,0,1088.711486,0,0,0 +120209,0,1086.135162,0,0,0 +120210,0,1083.468746,0,0,0 +120211,0,1080.693524,0,0,0 +120212,0,1077.893642,0,0,0 +120213,0,1074.832255,0,0,0 +120214,0,1071.82795,0,0,0 +120215,0,1068.670639,0,0,0 +120216,0,1065.364595,0,0,0 +120217,0,1062.131578,0,0,0 +120218,0,1058.660373,0,0,0 +120219,0,1055.167652,0,0,0 +120220,0,1051.56836,0,0,0 +120221,0,1047.940919,0,0,0 +120222,0,1044.057792,0,0,0 +120223,0,1040.226324,0,0,0 +120224,0,1036.2449,0,0,0 +120225,0,1032.183055,0,0,0 +120226,0,1028.030915,0,0,0 +120227,0,1023.788945,0,0,0 +120228,0,1019.4579,0,0,0 +120229,0,1015.038308,0,0,0 +120230,0,1010.531404,0,0,0 +120231,0,1005.937285,0,0,0 +120232,0,1001.257131,0,0,0 +120233,0,996.4914574,0,0,0 +120234,0,991.7040575,0,0,0 +120235,0,986.6798517,0,0,0 +120236,0,981.7078483,0,0,0 +120237,0,976.5370015,0,0,0 +120238,0,971.4457313,0,0,0 +120239,0,966.1414223,17.90781902,0,0 +120240,0,960.8743427,39.8430852,0,0 +120241,0,955.3707268,34.98056399,0,0 +120242,0,949.9247608,39.38329321,0,0 +120243,0,944.3473482,43.97922932,0,0 +120244,0,938.7636855,47.41030293,0,0 +120245,0,932.8979028,50.77167201,0,0 +120246,0,927.234443,53.97617127,0,0 +120247,0,921.3154009,57.31742654,0,0 +120248,0,915.4448882,60.42782695,0,0 +120249,0,909.3524495,63.70130136,0,0 +120250,0,903.314895,66.66398082,0,0 +120251,0,897.1000439,69.98313163,0,0 +120252,0,884.5876238,76.16559387,0,0 +120253,0,877.1691925,79.69660162,0,0 +120254,0,870.4874847,83.01512296,0,0 +120255,0,863.6010959,86.3830634,0,0 +120256,0,856.9851199,89.3985129,0,0 +120257,0,850.2454374,92.91761723,0,0 +120258,0,843.4103686,95.84906288,0,0 +120259,0,836.6536531,99.08399284,0,0 +120260,0,829.8184296,102.1762932,0,0 +120261,0,826.6186472,105.2773583,0,0 +120262,0,821.6603894,108.3324438,0,0 +120263,0,816.6692339,111.4823589,0,0 +120264,0,811.6532017,114.3186374,0,0 +120265,0,806.5987678,117.3968998,0,0 +120266,86.09481047,801.4444993,120.2242475,0,0 +120267,42.30762683,796.4093371,123.4908292,0,0 +120268,61.52287431,791.3406491,126.1231489,0,0 +120269,67.27252022,786.0712608,129.147469,40.45068997,0 +120270,72.60517321,780.989494,132.0125512,0,0 +120271,78.25574766,775.7268168,135.4125423,29.29408714,0 +120272,83.3110077,770.6781115,138.3833292,26.26172354,0 +120273,88.85173229,765.4127249,141.8110932,28.24880343,0 +120274,93.59135725,760.2911643,145.0639215,31.31567548,0 +120275,99.06939898,755.6001193,148.20078,33.75399276,0 +120276,103.8235789,749.6616464,151.7055456,36.11959864,0 +120277,108.9954383,744.9094221,155.0195155,38.53751711,0 +120278,113.9316312,739.6228276,158.0785159,40.84297467,0 +120279,118.7816877,734.4540871,161.4769563,43.22221131,0 +120280,123.5019702,729.2804596,164.7260698,45.51113024,0 +120281,128.4103722,724.0635844,168.001557,47.90992851,0 +120282,133.1461979,718.9634397,171.2736364,50.0740105,0 +120283,137.5710351,713.767863,174.5454282,52.45957124,0 +120284,142.4352202,708.6185924,177.9865224,54.56534715,0 +120285,146.9190771,703.4704374,180.9780923,56.87714969,0 +120286,151.4836311,698.2852996,184.3771148,58.97829504,0 +120287,155.9799544,693.2236061,187.6098992,61.23696031,0 +120288,160.4605311,688.0763825,191.1677483,63.35570209,0 +120289,164.8905804,682.9808862,194.1706206,65.56117952,0 +120290,169.1624722,677.8515402,197.6523556,67.65100964,0 +120291,173.7396741,672.8452963,200.6883501,69.76869629,0 +120292,184.7406035,670.7020476,201.4695092,70.71428869,0 +120293,189.7367001,666.1694609,204.2728469,72.56519978,0 +120294,194.5751128,661.3818243,207.3605943,74.63594639,0 +120295,199.5341907,656.5176045,210.5475514,76.61557564,0 +120296,204.1054498,651.7518066,213.7282023,78.65076426,0 +120297,208.7726868,646.8990741,216.9707865,80.6182365,0 +120298,213.376251,642.0974865,220.2338827,82.77513101,0 +120299,217.9515889,637.2666063,223.4522907,84.60242756,0 +120300,222.3319434,632.5592802,226.7569534,86.75478276,0 +120301,0,0,0,0,0 +120302,0,0,0,0,0 +120303,0,0,0,0,0 +120304,0,0,0,0,0 +120305,0,0,0,0,0 +120306,0,0,0,0,0 +120307,0,0,0,0,0 +120308,0,0,0,0,0 +120309,0,0,0,0,0 +120310,0,0,0,0,0 +120311,0,0,0,0,0 +120312,0,0,0,0,0 +120313,0,0,0,0,0 +120314,0,0,0,0,0 +120315,0,0,0,0,0 +120316,0,0,0,0,0 +120317,0,0,0,0,0 +120318,0,0,0,0,0 +120319,0,0,0,0,0 +120320,0,0,0,0,0 +120321,0,0,0,0,0 +120322,0,0,0,0,0 +120323,0,0,0,0,0 +120324,0,0,0,0,0 +120325,0,0,0,0,0 +120326,0,0,0,0,0 +120327,0,0,0,0,0 +120328,0,0,0,0,0 +120329,0,0,0,0,0 +120330,0,0,0,0,0 +120331,0,0,0,0,0 +120332,0,0,0,0,0 +120333,0,0,0,0,0 +120334,0,0,0,0,0 +120335,0,0,0,0,0 +120336,0,0,0,0,0 +120337,0,0,0,0,0 +120338,0,0,0,0,0 +120339,0,0,0,0,0 +120340,0,0,0,0,0 +120341,0,0,0,0,0 +120342,0,0,0,0,0 +120343,0,0,0,0,0 +120344,0,0,0,0,0 +120345,0,0,0,0,0 +120346,0,0,0,0,0 +120347,0,0,0,0,0 +120348,0,0,0,0,0 +120349,0,0,0,0,0 +120350,0,0,0,0,0 +120351,0,0,0,0,0 +120352,0,0,0,0,0 +120353,0,0,0,0,0 +120354,0,0,0,0,0 +120355,0,0,0,0,0 +120356,0,0,0,0,0 +120357,0,0,0,0,0 +120358,0,0,0,0,0 +120359,0,0,0,0,0 +120360,0,0,0,0,0 +120361,0,0,0,0,0 +120362,0,0,0,0,0 +120363,0,0,0,0,0 +120364,0,0,0,0,0 +120365,0,0,0,0,0 +120366,0,0,0,0,0 +120367,0,0,0,0,0 +120368,0,0,0,0,0 +120369,0,0,0,0,0 +120370,0,0,0,0,0 +120371,0,0,0,0,0 +120372,0,0,0,0,0 +120373,0,0,0,0,0 +120374,0,0,0,0,0 +120375,0,0,0,0,0 +120376,0,0,0,0,0 +120377,0,0,0,0,0 +120378,0,0,0,0,0 +120379,0,0,0,0,0 +120380,0,0,0,0,0 +120381,0,0,0,0,0 +120382,0,0,0,0,0 +120383,0,0,0,0,0 +120384,0,0,0,0,0 +120385,0,0,0,0,0 +120386,0,0,0,0,0 +120387,0,0,0,0,0 +120388,0,0,0,0,0 +120389,0,0,0,0,0 +120390,0,0,0,0,0 +120391,0,0,0,0,0 +120392,0,0,0,0,0 +120393,0,0,0,0,0 +120394,0,0,0,0,0 +120395,0,0,0,0,0 +120396,0,0,0,0,0 +120397,0,0,0,0,0 +120398,0,0,0,0,0 +120399,0,0,0,0,0 +120400,0,0,0,0,0 +120401,0,0,0,0,0 +120402,0,0,0,0,0 +120403,0,0,0,0,0 +120404,0,0,0,0,0 +120405,0,0,0,0,0 +120406,0,0,0,0,0 +120407,0,0,0,0,0 +120408,0,0,0,0,0 +120409,0,0,0,0,0 +120410,0,0,0,0,0 +120411,0,0,0,0,0 +120412,0,0,0,0,0 +120413,0,0,0,0,0 +120414,0,0,0,0,0 +120415,0,0,0,0,0 +120416,0,0,0,0,0 +120417,0,0,0,0,0 +120418,0,0,0,0,0 +120419,0,0,0,0,0 +120420,0,0,0,0,0 +120421,0,0,0,0,0 +120422,0,0,0,0,0 +120423,0,0,0,0,0 +120424,0,0,0,0,0 +120425,0,0,0,0,0 +120426,0,0,0,0,0 +120427,0,0,0,0,0 +120428,0,0,0,0,0 +120429,0,0,0,0,0 +120430,0,0,0,0,0 +120431,0,0,0,0,0 +120432,0,0,0,0,0 +120433,0,0,0,0,0 +120434,0,0,0,0,0 +120435,0,0,0,0,0 +120436,0,0,0,0,0 +120437,0,0,0,0,0 +120438,0,0,0,0,0 +120439,0,0,0,0,0 +120440,0,0,0,0,0 +120441,0,0,0,0,0 +120442,0,0,0,0,0 +120443,0,0,0,0,0 +120444,0,0,0,0,0 +120445,0,0,0,0,0 +120446,0,0,0,0,0 +120447,0,0,0,0,0 +120448,0,0,0,0,0 +120449,0,0,0,0,0 +120450,0,0,0,0,0 +120451,0,0,0,0,0 +120452,0,0,0,0,0 +120453,0,0,0,0,0 +120454,0,0,0,0,0 +120455,0,0,0,0,0 +120456,0,0,0,0,0 +120457,0,0,0,0,0 +120458,0,0,0,0,0 +120459,0,0,0,0,0 +120460,0,0,0,0,0 +120461,0,0,0,0,0 +120462,0,0,0,0,0 +120463,0,0,0,0,0 +120464,0,0,0,0,0 +120465,0,0,0,0,0 +120466,0,0,0,0,0 +120467,0,0,0,0,0 +120468,0,0,0,0,0 +120469,0,0,0,0,0 +120470,0,0,0,0,0 +120471,0,0,0,0,0 +120472,0,0,0,0,0 +120473,0,0,0,0,0 +120474,0,0,0,0,0 +120475,0,0,0,0,0 +120476,0,0,0,0,0 +120477,0,0,0,0,0 +120478,0,0,0,0,0 +120479,0,0,0,0,0 +120480,0,0,0,0,0 +120481,0,0,0,0,0 +120482,0,0,0,0,0 +120483,0,0,0,0,0 +120484,0,0,0,0,0 +120485,0,0,0,0,0 +120486,0,0,0,0,0 +120487,0,0,0,0,0 +120488,0,0,0,0,0 +120489,0,0,0,0,0 +120490,0,0,0,0,0 +120491,0,0,0,0,0 +120492,0,0,0,0,0 +120493,0,0,0,0,0 +120494,0,0,0,0,0 +120495,0,0,0,0,0 +120496,0,0,0,0,0 +120497,0,0,0,0,0 +120498,0,0,0,0,0 +120499,0,0,0,0,0 +120500,0,0,0,0,0 +120501,0,0,0,0,0 +120502,0,0,0,0,0 +120503,0,0,0,0,0 +120504,0,0,0,0,0 +120505,0,0,0,0,0 +120506,0,0,0,0,0 +120507,0,0,0,0,0 +120508,0,0,0,0,0 +120509,0,0,0,0,0 +120510,0,0,0,0,0 +120511,0,0,0,0,0 +120512,0,0,0,0,0 +120513,0,0,0,0,0 +120514,0,0,0,0,0 +120515,0,0,0,0,0 +120516,0,0,0,0,0 +120517,0,0,0,0,0 +120518,0,0,0,0,0 +120519,0,0,0,0,0 +120520,0,0,0,0,0 +120521,0,0,0,0,0 +120522,0,0,0,0,0 +120523,0,0,0,0,0 +120524,0,0,0,0,0 +120525,0,0,0,0,0 +120526,0,0,0,0,0 +120527,0,0,0,0,0 +120528,0,0,0,0,0 +120529,0,0,0,0,0 +120530,0,0,0,0,0 +120531,0,0,0,0,0 +120532,0,0,0,0,0 +120533,0,0,0,0,0 +120534,0,0,0,0,0 +120535,0,0,0,0,0 +120536,0,0,0,0,0 +120537,0,0,0,0,0 +120538,0,0,0,0,0 +120539,0,0,0,0,0 +120540,0,0,0,0,0 +120541,0,0,0,0,0 +120542,0,0,0,0,0 +120543,0,0,0,0,0 +120544,0,0,0,0,0 +120545,0,0,0,0,0 +120546,0,0,0,0,0 +120547,0,0,0,0,0 +120548,0,0,0,0,0 +120549,0,0,0,0,0 +120550,0,0,0,0,0 +120551,0,0,0,0,0 +120552,0,0,0,0,0 +120553,0,0,0,0,0 +120554,0,0,0,0,0 +120555,0,0,0,0,0 +120556,0,0,0,0,0 +120557,0,0,0,0,0 +120558,0,0,0,0,0 +120559,0,0,0,0,0 +120560,0,0,0,0,0 +120561,0,0,0,0,0 +120562,0,0,0,0,0 +120563,0,0,0,0,0 +120564,0,0,0,0,0 +120565,0,0,0,0,0 +120566,0,0,0,0,0 +120567,0,0,0,0,0 +120568,0,0,0,0,0 +120569,0,0,0,0,0 +120570,0,0,0,0,0 +120571,0,0,0,0,0 +120572,0,0,0,0,0 +120573,0,0,0,0,0 +120574,0,0,0,0,0 +120575,0,0,0,0,0 +120576,0,0,0,0,0 +120577,0,0,0,0,0 +120578,0,0,0,0,0 +120579,0,0,0,0,0 +120580,0,0,0,0,0 +120581,0,0,0,0,0 +120582,0,0,0,0,0 +120583,0,0,0,0,0 +120584,0,0,0,0,0 +120585,0,0,0,0,0 +120586,0,0,0,0,0 +120587,0,0,0,0,0 +120588,0,0,0,0,0 +120589,0,0,0,0,0 +120590,0,0,0,0,0 +120591,0,0,0,0,0 +120592,0,0,0,0,0 +120593,0,0,0,0,0 +120594,0,0,0,0,0 +120595,0,0,0,0,0 +120596,0,0,0,0,0 +120597,0,0,0,0,0 +120598,0,0,0,0,0 +120599,0,0,0,0,0 +120600,0,0,0,0,0 +120601,0,0,0,0,0 +120602,0,0,0,0,0 +120603,0,0,0,0,0 +120604,0,0,0,0,0 +120605,0,0,0,0,0 +120606,0,0,0,0,0 +120607,0,0,0,0,0 +120608,0,0,0,0,0 +120609,0,0,0,0,0 +120610,0,0,0,0,0 +120611,0,0,0,0,0 +120612,0,0,0,0,0 +120613,0,0,0,0,0 +120614,0,0,0,0,0 +120615,0,0,0,0,0 +120616,0,0,0,0,0 +120617,0,0,0,0,0 +120618,0,0,0,0,0 +120619,0,0,0,0,0 +120620,0,0,0,0,0 +120621,0,0,0,0,0 +120622,0,0,0,0,0 +120623,0,0,0,0,0 +120624,0,0,0,0,0 +120625,0,0,0,0,0 +120626,0,0,0,0,0 +120627,0,0,0,0,0 +120628,0,0,0,0,0 +120629,0,0,0,0,0 +120630,0,0,0,0,0 +120631,0,0,0,0,0 +120632,0,0,0,0,0 +120633,0,0,0,0,0 +120634,0,0,0,0,0 +120635,0,0,0,0,0 +120636,0,0,0,0,0 +120637,0,0,0,0,0 +120638,0,0,0,0,0 +120639,0,0,0,0,0 +120640,0,0,0,0,0 +120641,0,0,0,0,0 +120642,0,0,0,0,0 +120643,0,0,0,0,0 +120644,0,0,0,0,0 +120645,0,0,0,0,0 +120646,0,0,0,0,0 +120647,0,0,0,0,0 +120648,0,0,0,0,0 +120649,0,0,0,0,0 +120650,0,0,0,0,0 +120651,0,0,0,0,0 +120652,0,0,0,0,0 +120653,0,0,0,0,0 +120654,0,0,0,0,0 +120655,0,0,0,0,0 +120656,0,0,0,0,0 +120657,0,0,0,0,0 +120658,0,0,0,0,0 +120659,0,0,0,0,0 +120660,0,0,0,0,0 +120661,0,0,0,0,0 +120662,0,0,0,0,0 +120663,0,0,0,0,0 +120664,0,0,0,0,0 +120665,0,0,0,0,0 +120666,0,0,0,0,0 +120667,0,0,0,0,0 +120668,0,0,0,0,0 +120669,0,0,0,0,0 +120670,0,0,0,0,0 +120671,0,0,0,0,0 +120672,0,0,0,0,0 +120673,0,0,0,0,0 +120674,0,0,0,0,0 +120675,0,0,0,0,0 +120676,0,0,0,0,0 +120677,0,0,0,0,0 +120678,0,0,0,0,0 +120679,0,0,0,0,0 +120680,0,0,0,0,0 +120681,0,0,0,0,0 +120682,0,0,0,0,0 +120683,0,0,0,0,0 +120684,0,0,0,0,0 +120685,0,0,0,0,0 +120686,0,0,0,0,0 +120687,0,0,0,0,0 +120688,0,0,0,0,0 +120689,0,0,0,0,0 +120690,0,0,0,0,0 +120691,0,0,0,0,0 +120692,0,0,0,0,0 +120693,0,0,0,0,0 +120694,0,0,0,0,0 +120695,0,0,0,0,0 +120696,0,0,0,0,0 +120697,0,0,0,0,0 +120698,0,0,0,0,0 +120699,0,0,0,0,0 +120700,0,0,0,0,0 +120701,0,0,0,0,0 +120702,0,0,0,0,0 +120703,0,0,0,0,0 +120704,0,0,0,0,0 +120705,0,0,0,0,0 +120706,0,0,0,0,0 +120707,0,0,0,0,0 +120708,0,0,0,0,0 +120709,0,0,0,0,0 +120710,0,0,0,0,0 +120711,0,0,0,0,0 +120712,0,0,0,0,0 +120713,0,0,0,0,0 +120714,0,0,0,0,0 +120715,0,0,0,0,0 +120716,0,0,0,0,0 +120717,0,0,0,0,0 +120718,0,0,0,0,0 +120719,0,0,0,0,0 +120720,0,0,0,0,0 +120721,0,0,0,0,0 +120722,0,0,0,0,0 +120723,0,0,0,0,0 +120724,0,0,0,0,0 +120725,0,0,0,0,0 +120726,0,0,0,0,0 +120727,0,0,0,0,0 +120728,0,0,0,0,0 +120729,0,0,0,0,0 +120730,0,0,0,0,0 +120731,0,0,0,0,0 +120732,0,0,0,0,0 +120733,0,0,0,0,0 +120734,0,0,0,0,0 +120735,0,0,0,0,0 +120736,0,0,0,0,0 +120737,0,0,0,0,0 +120738,0,0,0,0,0 +120739,0,0,0,0,0 +120740,0,0,0,0,0 +120741,0,0,0,0,0 +120742,0,0,0,0,0 +120743,0,0,0,0,0 +120744,0,0,0,0,0 +120745,0,0,0,0,0 +120746,0,0,0,0,0 +120747,0,0,0,0,0 +120748,0,0,0,0,0 +120749,0,0,0,0,0 +120750,0,0,0,0,0 +120751,0,0,0,0,0 +120752,0,0,0,0,0 +120753,0,0,0,0,0 +120754,0,0,0,0,0 +120755,0,0,0,0,0 +120756,0,0,0,0,0 +120757,0,0,0,0,0 +120758,0,0,0,0,0 +120759,0,0,0,0,0 +120760,0,0,0,0,0 +120761,0,0,0,0,0 +120762,0,0,0,0,0 +120763,0,0,0,0,0 +120764,0,0,0,0,0 +120765,0,0,0,0,0 +120766,0,0,0,0,0 +120767,0,0,0,0,0 +120768,0,0,0,0,0 +120769,0,0,0,0,0 +120770,0,0,0,0,0 +120771,0,0,0,0,0 +120772,0,0,0,0,0 +120773,0,0,0,0,0 +120774,0,0,0,0,0 +120775,0,0,0,0,0 +120776,0,0,0,0,0 +120777,0,0,0,0,0 +120778,0,0,0,0,0 +120779,0,0,0,0,0 +120780,0,0,0,0,0 +120781,0,0,0,0,0 +120782,0,0,0,0,0 +120783,0,0,0,0,0 +120784,0,0,0,0,0 +120785,0,0,0,0,0 +120786,0,0,0,0,0 +120787,0,0,0,0,0 +120788,0,0,0,0,0 +120789,0,0,0,0,0 +120790,0,0,0,0,0 +120791,0,0,0,0,0 +120792,0,0,0,0,0 +120793,0,0,0,0,0 +120794,0,0,0,0,0 +120795,0,0,0,0,0 +120796,0,0,0,0,0 +120797,0,0,0,0,0 +120798,0,0,0,0,0 +120799,0,0,0,0,0 +120800,0,0,0,0,0 +120801,0,0,0,0,0 +120802,0,0,0,0,0 +120803,0,0,0,0,0 +120804,0,0,0,0,0 +120805,0,0,0,0,0 +120806,0,0,0,0,0 +120807,0,0,0,0,0 +120808,0,0,0,0,0 +120809,0,0,0,0,0 +120810,0,0,0,0,0 +120811,0,0,0,0,0 +120812,0,0,0,0,0 +120813,0,0,0,0,0 +120814,0,0,0,0,0 +120815,0,0,0,0,0 +120816,0,0,0,0,0 +120817,0,0,0,0,0 +120818,0,0,0,0,0 +120819,0,0,0,0,0 +120820,0,0,0,0,0 +120821,0,0,0,0,0 +120822,0,0,0,0,0 +120823,0,0,0,0,0 +120824,0,0,0,0,0 +120825,0,0,0,0,0 +120826,0,0,0,0,0 +120827,0,0,0,0,0 +120828,0,0,0,0,0 +120829,0,0,0,0,0 +120830,0,0,0,0,0 +120831,0,0,0,0,0 +120832,0,0,0,0,0 +120833,0,0,0,0,0 +120834,0,0,0,0,0 +120835,0,0,0,0,0 +120836,0,0,0,0,0 +120837,0,0,0,0,0 +120838,0,0,0,0,0 +120839,0,0,0,0,0 +120840,0,0,0,0,0 +120841,0,0,0,0,0 +120842,0,0,0,0,0 +120843,0,0,0,0,0 +120844,0,0,0,0,0 +120845,0,0,0,0,0 +120846,0,0,0,0,0 +120847,0,0,0,0,0 +120848,0,0,0,0,0 +120849,0,0,0,0,0 +120850,0,0,0,0,0 +120851,0,0,0,0,0 +120852,0,0,0,0,0 +120853,0,0,0,0,0 +120854,0,0,0,0,0 +120855,0,0,0,0,0 +120856,0,0,0,0,0 +120857,0,0,0,0,0 +120858,0,0,0,0,0 +120859,0,0,0,0,0 +120860,0,0,0,0,0 +120861,0,0,0,0,0 +120862,0,0,0,0,0 +120863,0,0,0,0,0 +120864,0,0,0,0,0 +120865,0,0,0,0,0 +120866,0,0,0,0,0 +120867,0,0,0,0,0 +120868,0,0,0,0,0 +120869,0,0,0,0,0 +120870,0,0,0,0,0 +120871,0,0,0,0,0 +120872,0,0,0,0,0 +120873,0,0,0,0,0 +120874,0,0,0,0,0 +120875,0,0,0,0,0 +120876,0,0,0,0,0 +120877,0,0,0,0,0 +120878,0,0,0,0,0 +120879,0,0,0,0,0 +120880,0,0,0,0,0 +120881,0,0,0,0,0 +120882,0,0,0,0,0 +120883,0,0,0,0,0 +120884,0,0,0,0,0 +120885,0,0,0,0,0 +120886,0,0,0,0,0 +120887,0,0,0,0,0 +120888,0,0,0,0,0 +120889,0,0,0,0,0 +120890,0,0,0,0,0 +120891,0,0,0,0,0 +120892,0,0,0,0,0 +120893,0,0,0,0,0 +120894,0,0,0,0,0 +120895,0,0,0,0,0 +120896,0,0,0,0,0 +120897,0,0,0,0,0 +120898,0,0,0,0,0 +120899,0,0,0,0,0 +120900,0,0,0,0,0 +120901,0,0,0,0,0 +120902,0,0,0,0,0 +120903,0,0,0,0,0 +120904,0,0,0,0,0 +120905,0,0,0,0,0 +120906,0,0,0,0,0 +120907,0,0,0,0,0 +120908,0,0,0,0,0 +120909,0,0,0,0,0 +120910,0,0,0,0,0 +120911,0,0,0,0,0 +120912,0,0,0,0,0 +120913,0,0,0,0,0 +120914,0,0,0,0,0 +120915,0,0,0,0,0 +120916,0,0,0,0,0 +120917,0,0,0,0,0 +120918,0,0,0,0,0 +120919,0,0,0,0,0 +120920,0,0,0,0,0 +120921,0,0,0,0,0 +120922,0,0,0,0,0 +120923,0,0,0,0,0 +120924,0,0,0,0,0 +120925,0,0,0,0,0 +120926,0,0,0,0,0 +120927,0,0,0,0,0 +120928,0,0,0,0,0 +120929,0,0,0,0,0 +120930,0,0,0,0,0 +120931,0,0,0,0,0 +120932,0,0,0,0,0 +120933,0,0,0,0,0 +120934,0,0,0,0,0 +120935,0,0,0,0,0 +120936,0,0,0,0,0 +120937,0,0,0,0,0 +120938,0,0,0,0,0 +120939,0,0,0,0,0 +120940,0,0,0,0,0 +120941,0,0,0,0,0 +120942,0,0,0,0,0 +120943,0,0,0,0,0 +120944,0,0,0,0,0 +120945,0,0,0,0,0 +120946,0,0,0,0,0 +120947,0,0,0,0,0 +120948,0,0,0,0,0 +120949,0,0,0,0,0 +120950,0,0,0,0,0 +120951,0,0,0,0,0 +120952,0,0,0,0,0 +120953,0,0,0,0,0 +120954,0,0,0,0,0 +120955,0,0,0,0,0 +120956,0,0,0,0,0 +120957,0,0,0,0,0 +120958,0,0,0,0,0 +120959,0,0,0,0,0 +120960,0,0,0,0,0 +120961,0,0,0,0,0 +120962,0,0,0,0,0 +120963,0,0,0,0,0 +120964,0,0,0,0,0 +120965,0,0,0,0,0 +120966,0,0,0,0,0 +120967,0,0,0,0,0 +120968,0,0,0,0,0 +120969,0,0,0,0,0 +120970,0,0,0,0,0 +120971,0,0,0,0,0 +120972,0,0,0,0,0 +120973,0,0,0,0,0 +120974,0,0,0,0,0 +120975,0,0,0,0,0 +120976,0,0,0,0,0 +120977,0,0,0,0,0 +120978,0,0,0,0,0 +120979,0,0,0,0,0 +120980,0,0,0,0,0 +120981,0,0,0,0,0 +120982,0,0,0,0,0 +120983,0,0,0,0,0 +120984,0,0,0,0,0 +120985,0,0,0,0,0 +120986,0,0,0,0,0 +120987,0,0,0,0,0 +120988,0,0,0,0,0 +120989,0,0,0,0,0 +120990,0,0,0,0,0 +120991,0,0,0,0,0 +120992,0,0,0,0,0 +120993,0,0,0,0,0 +120994,0,0,0,0,0 +120995,0,0,0,0,0 +120996,0,0,0,0,0 +120997,0,0,0,0,0 +120998,0,0,0,0,0 +120999,0,0,0,0,0 +121000,0,0,0,0,0 +121001,0,0,0,0,0 +121002,0,0,0,0,0 +121003,0,0,0,0,0 +121004,0,0,0,0,0 +121005,0,0,0,0,0 +121006,0,0,0,0,0 +121007,0,0,0,0,0 +121008,0,0,0,0,0 +121009,0,0,0,0,0 +121010,0,0,0,0,0 +121011,0,0,0,0,0 +121012,0,0,0,0,0 +121013,0,0,0,0,0 +121014,0,0,0,0,0 +121015,0,0,0,0,0 +121016,0,0,0,0,0 +121017,0,0,0,0,0 +121018,0,0,0,0,0 +121019,0,0,0,0,0 +121020,0,0,0,0,0 +121021,0,0,0,0,0 +121022,0,0,0,0,0 +121023,0,0,0,0,0 +121024,0,0,0,0,0 +121025,0,0,0,0,0 +121026,0,0,0,0,0 +121027,0,0,0,0,0 +121028,0,0,0,0,0 +121029,0,0,0,0,0 +121030,0,0,0,0,0 +121031,0,0,0,0,0 +121032,0,0,0,0,0 +121033,0,0,0,0,0 +121034,0,0,0,0,0 +121035,0,0,0,0,0 +121036,0,0,0,0,0 +121037,0,0,0,0,0 +121038,0,0,0,0,0 +121039,0,0,0,0,0 +121040,0,0,0,0,0 +121041,0,0,0,0,0 +121042,0,0,0,0,0 +121043,0,0,0,0,0 +121044,0,0,0,0,0 +121045,0,0,0,0,0 +121046,0,0,0,0,0 +121047,0,0,0,0,0 +121048,0,0,0,0,0 +121049,0,0,0,0,0 +121050,0,0,0,0,0 +121051,0,0,0,0,0 +121052,0,0,0,0,0 +121053,0,0,0,0,0 +121054,0,0,0,0,0 +121055,0,0,0,0,0 +121056,0,0,0,0,0 +121057,0,0,0,0,0 +121058,0,0,0,0,0 +121059,0,0,0,0,0 +121060,0,0,0,0,0 +121061,0,0,0,0,0 +121062,0,0,0,0,0 +121063,0,0,0,0,0 +121064,0,0,0,0,0 +121065,0,0,0,0,0 +121066,0,0,0,0,0 +121067,0,0,0,0,0 +121068,0,0,0,0,0 +121069,0,0,0,0,0 +121070,0,0,0,0,0 +121071,0,0,0,0,0 +121072,0,0,0,0,0 +121073,0,0,0,0,0 +121074,0,0,0,0,0 +121075,0,0,0,0,0 +121076,0,0,0,0,0 +121077,0,0,0,0,0 +121078,0,0,0,0,0 +121079,0,0,0,0,0 +121080,0,0,0,0,0 +121081,0,0,0,0,0 +121082,0,0,0,0,0 +121083,0,0,0,0,0 +121084,0,0,0,0,0 +121085,0,0,0,0,0 +121086,0,0,0,0,0 +121087,0,0,0,0,0 +121088,0,0,0,0,0 +121089,0,0,0,0,0 +121090,0,0,0,0,0 +121091,0,0,0,0,0 +121092,0,0,0,0,0 +121093,0,0,0,0,0 +121094,0,0,0,0,0 +121095,0,0,0,0,0 +121096,0,0,0,0,0 +121097,0,0,0,0,0 +121098,0,0,0,0,0 +121099,0,0,0,0,0 +121100,0,0,0,0,0 +121101,0,0,0,0,0 +121102,0,0,0,0,0 +121103,0,0,0,0,0 +121104,0,0,0,0,0 +121105,0,0,0,0,0 +121106,0,0,0,0,0 +121107,0,0,0,0,0 +121108,0,0,0,0,0 +121109,0,0,0,0,0 +121110,0,0,0,0,0 +121111,0,0,0,0,0 +121112,0,0,0,0,0 +121113,0,0,0,0,0 +121114,0,0,0,0,0 +121115,0,0,0,0,0 +121116,0,0,0,0,0 +121117,0,0,0,0,0 +121118,0,0,0,0,0 +121119,0,0,0,0,0 +121120,0,0,0,0,0 +121121,0,0,0,0,0 +121122,0,0,0,0,0 +121123,0,0,0,0,0 +121124,0,0,0,0,0 +121125,0,0,0,0,0 +121126,0,0,0,0,0 +121127,0,0,0,0,0 +121128,0,0,0,0,0 +121129,0,0,0,0,0 +121130,0,0,0,0,0 +121131,0,0,0,0,0 +121132,0,0,0,0,0 +121133,0,0,0,0,0 +121134,0,0,0,0,0 +121135,0,0,0,0,0 +121136,0,0,0,0,0 +121137,0,0,0,0,0 +121138,0,0,0,0,0 +121139,0,0,0,0,0 +121140,0,0,0,0,0 +121141,0,0,0,0,0 +121142,0,0,0,0,0 +121143,0,0,0,0,0 +121144,0,0,0,0,0 +121145,0,0,0,0,0 +121146,0,0,0,0,0 +121147,0,0,0,0,0 +121148,0,0,0,0,0 +121149,0,0,0,0,0 +121150,0,0,0,0,0 +121151,0,0,0,0,0 +121152,0,0,0,0,0 +121153,0,0,0,0,0 +121154,0,0,0,0,0 +121155,0,0,0,0,0 +121156,0,0,0,0,0 +121157,0,0,0,0,0 +121158,0,0,0,0,0 +121159,0,0,0,0,0 +121160,0,0,0,0,0 +121161,0,0,0,0,0 +121162,0,0,0,0,0 +121163,0,0,0,0,0 +121164,0,0,0,0,0 +121165,0,0,0,0,0 +121166,0,0,0,0,0 +121167,0,0,0,0,0 +121168,0,0,0,0,0 +121169,0,0,0,0,0 +121170,0,0,0,0,0 +121171,0,0,0,0,0 +121172,0,0,0,0,0 +121173,0,0,0,0,0 +121174,0,0,0,0,0 +121175,0,0,0,0,0 +121176,0,0,0,0,0 +121177,0,0,0,0,0 +121178,0,0,0,0,0 +121179,0,0,0,0,0 +121180,0,0,0,0,0 +121181,0,0,0,0,0 +121182,0,0,0,0,0 +121183,0,0,0,0,0 +121184,0,0,0,0,0 +121185,0,0,0,0,0 +121186,0,0,0,0,0 +121187,0,0,0,0,0 +121188,0,0,0,0,0 +121189,0,0,0,0,0 +121190,0,0,0,0,0 +121191,0,0,0,0,0 +121192,0,0,0,0,0 +121193,0,0,0,0,0 +121194,0,0,0,0,0 +121195,0,0,0,0,0 +121196,0,0,0,0,0 +121197,0,0,0,0,0 +121198,0,0,0,0,0 +121199,0,0,0,0,0 +121200,0,0,0,0,0 +121201,0,0,0,0,0 +121202,0,0,0,0,0 +121203,0,0,0,0,0 +121204,0,0,0,0,0 +121205,0,0,0,0,0 +121206,0,0,0,0,0 +121207,0,0,0,0,0 +121208,0,0,0,0,0 +121209,0,0,0,0,0 +121210,0,0,0,0,0 +121211,0,0,0,0,0 +121212,0,0,0,0,0 +121213,0,0,0,0,0 +121214,0,0,0,0,0 +121215,0,0,0,0,0 +121216,0,0,0,0,0 +121217,0,0,0,0,0 +121218,0,0,0,0,0 +121219,0,0,0,0,0 +121220,0,0,0,0,0 +121221,0,0,0,0,0 +121222,0,0,0,0,0 +121223,0,0,0,0,0 +121224,0,0,0,0,0 +121225,0,0,0,0,0 +121226,0,0,0,0,0 +121227,0,0,0,0,0 +121228,0,0,0,0,0 +121229,0,0,0,0,0 +121230,0,0,0,0,0 +121231,0,0,0,0,0 +121232,0,0,0,0,0 +121233,0,0,0,0,0 +121234,0,0,0,0,0 +121235,0,0,0,0,0 +121236,0,0,0,0,0 +121237,0,0,0,0,0 +121238,0,0,0,0,0 +121239,0,0,0,0,0 +121240,0,0,0,0,0 +121241,0,0,0,0,0 +121242,0,0,0,0,0 +121243,0,0,0,0,0 +121244,0,0,0,0,0 +121245,0,0,0,0,0 +121246,0,0,0,0,0 +121247,0,0,0,0,0 +121248,0,0,0,0,0 +121249,0,0,0,0,0 +121250,0,0,0,0,0 +121251,0,0,0,0,0 +121252,0,0,0,0,0 +121253,0,0,0,0,0 +121254,0,0,0,0,0 +121255,0,0,0,0,0 +121256,0,0,0,0,0 +121257,0,0,0,0,0 +121258,0,0,0,0,0 +121259,0,0,0,0,0 +121260,0,0,0,0,0 +121261,0,0,0,0,0 +121262,0,0,0,0,0 +121263,0,0,0,0,0 +121264,0,0,0,0,0 +121265,0,0,0,0,0 +121266,0,0,0,0,0 +121267,0,0,0,0,0 +121268,0,0,0,0,0 +121269,0,0,0,0,0 +121270,0,0,0,0,0 +121271,0,0,0,0,0 +121272,0,0,0,0,0 +121273,0,0,0,0,0 +121274,0,0,0,0,0 +121275,0,0,0,0,0 +121276,0,0,0,0,0 +121277,0,0,0,0,0 +121278,0,0,0,0,0 +121279,0,0,0,0,0 +121280,0,0,0,0,0 +121281,0,0,0,0,0 +121282,0,0,0,0,0 +121283,0,0,0,0,0 +121284,0,0,0,0,0 +121285,0,0,0,0,0 +121286,0,0,0,0,0 +121287,0,0,0,0,0 +121288,0,0,0,0,0 +121289,0,0,0,0,0 +121290,0,0,0,0,0 +121291,0,0,0,0,0 +121292,0,0,0,0,0 +121293,0,0,0,0,0 +121294,0,0,0,0,0 +121295,0,0,0,0,0 +121296,0,0,0,0,0 +121297,0,0,0,0,0 +121298,0,0,0,0,0 +121299,0,0,0,0,0 +121300,0,0,0,0,0 +121301,0,0,0,0,0 +121302,0,0,0,0,0 +121303,0,0,0,0,0 +121304,0,0,0,0,0 +121305,0,0,0,0,0 +121306,0,0,0,0,0 +121307,0,0,0,0,0 +121308,0,0,0,0,0 +121309,0,0,0,0,0 +121310,0,0,0,0,0 +121311,0,0,0,0,0 +121312,0,0,0,0,0 +121313,0,0,0,0,0 +121314,0,0,0,0,0 +121315,0,0,0,0,0 +121316,0,0,0,0,0 +121317,0,0,0,0,0 +121318,0,0,0,0,0 +121319,0,0,0,0,0 +121320,0,0,0,0,0 +121321,0,0,0,0,0 +121322,0,0,0,0,0 +121323,0,0,0,0,0 +121324,0,0,0,0,0 +121325,0,0,0,0,0 +121326,0,0,0,0,0 +121327,0,0,0,0,0 +121328,0,0,0,0,0 +121329,0,0,0,0,0 +121330,0,0,0,0,0 +121331,0,0,0,0,0 +121332,0,0,0,0,0 +121333,0,0,0,0,0 +121334,0,0,0,0,0 +121335,0,0,0,0,0 +121336,0,0,0,0,0 +121337,0,0,0,0,0 +121338,0,0,0,0,0 +121339,0,0,0,0,0 +121340,0,0,0,0,0 +121341,0,0,0,0,0 +121342,0,0,0,0,0 +121343,0,0,0,0,0 +121344,0,0,0,0,0 +121345,0,0,0,0,0 +121346,0,0,0,0,0 +121347,0,0,0,0,0 +121348,0,0,0,0,0 +121349,0,0,0,0,0 +121350,0,0,0,0,0 +121351,0,0,0,0,0 +121352,0,0,0,0,0 +121353,0,0,0,0,0 +121354,0,0,0,0,0 +121355,0,0,0,0,0 +121356,0,0,0,0,0 +121357,0,0,0,0,0 +121358,0,0,0,0,0 +121359,0,0,0,0,0 +121360,0,0,0,0,0 +121361,0,0,0,0,0 +121362,0,0,0,0,0 +121363,0,0,0,0,0 +121364,0,0,0,0,0 +121365,0,0,0,0,0 +121366,0,0,0,0,0 +121367,0,0,0,0,0 +121368,0,0,0,0,0 +121369,0,0,0,0,0 +121370,0,0,0,0,0 +121371,0,0,0,0,0 +121372,0,0,0,0,0 +121373,0,0,0,0,0 +121374,0,0,0,0,0 +121375,0,0,0,0,0 +121376,0,0,0,0,0 +121377,0,0,0,0,0 +121378,0,0,0,0,0 +121379,0,0,0,0,0 +121380,0,0,0,0,0 +121381,-1684.700687,0,-1635.739495,-809.5103721,-1078.251251 +121382,-1735.103009,0,-274.6377543,-807.0378508,-1101.938701 +121383,-1793.77863,0,0,-803.3194078,-1111.477217 +121384,-1782.781722,0,0,-737.2484624,-1005.690684 +121385,-330.39654,0,0,0,0 +121386,-747.2693401,0,0,-434.8876004,-180.7444209 +121387,-777.8715794,0,0,-329.6564848,-512.9101107 +121388,-667.1894654,0,0,-300.2142988,-270.8204136 +121389,-655.4025966,0,0,-298.2629355,-309.9187946 +121390,-643.5274298,0,0,-291.9123566,-305.390249 +121391,-631.6282731,0,0,-286.9556499,-301.7517722 +121392,-621.7985483,0,0,-280.8259068,-297.826061 +121393,-610.3158735,0,0,-275.5097981,-293.6427586 +121394,-599.1987731,0,0,-270.2918554,-290.5239003 +121395,-589.5763594,0,0,-265.2189776,-285.2618724 +121396,-579.5036542,0,0,-259.9059641,-282.4407225 +121397,-569.0153862,0,0,-254.8036597,-278.1520944 +121398,-559.210137,0,0,-249.50605,-274.3892397 +121399,-549.0751455,0,0,-244.9222326,-269.8285258 +121400,-539.7294092,0,0,-239.7394363,-266.8499924 +121401,-530.1239724,0,0,-235.3286557,-262.4139719 +121402,-520.2758216,0,0,-229.8708102,-258.225242 +121403,-511.3294169,0,0,-225.6952453,-254.6450684 +121404,-502.1930969,0,0,-220.9525684,-250.2977403 +121405,-491.733669,0,0,-216.1138029,-246.9283784 +121406,-484.5527805,0,0,-211.6702222,-242.4476132 +121407,-473.7641544,0,0,-207.1503707,-238.6112969 +121408,-465.7386129,0,0,-202.3133979,-234.7240161 +121409,-456.4245229,0,0,-198.3986357,-230.4340633 +121410,-447.5835523,0,0,-193.1840141,-226.8131824 +121411,-439.2340845,0,0,-189.9154963,-222.7966678 +121412,-431.989562,0,0,-185.0952602,-218.3840314 +121413,-423.4711516,0,0,-182.0029004,-215.0178493 +121414,-416.0797657,0,0,-177.8610158,-210.539518 +121415,-408.0188876,0,0,-173.9387126,-206.7555087 +121416,-400.5015218,0,0,-169.9849623,-202.9466696 +121417,-392.928709,0,0,-166.5184497,-198.3863789 +121418,-385.3040012,0,0,-162.7690906,-194.8968041 +121419,-377.6311411,0,0,-158.9959304,-191.0233522 +121420,-370.5281764,0,0,-155.4615814,-186.3991624 +121421,-363.3862376,0,0,-151.9082529,-183.2232047 +121422,-356.2081276,0,0,-148.0752766,-178.564496 +121423,-347.7582836,0,0,-144.7504304,-174.9930308 +121424,-341.7541064,0,0,-141.1485884,-170.672839 +121425,-333.8613166,21.06194491,0,-137.5330381,-167.0771519 +121426,-326.5622877,216.1654638,0,-134.169215,-163.1020324 +121427,-319.8619978,124.6850315,0,-130.7945966,-158.7472174 +121428,-312.5162279,170.9775251,0,-127.1451804,-155.1217509 +121429,-305.149525,188.685007,0,-123.7514818,-151.3032301 +121430,-298.3894032,204.9754507,0,-120.3497065,-147.1067891 +121431,-290.9863472,221.0787096,0,-117.2063,-143.4584718 +121432,-284.1942191,236.7772515,0,-113.2584035,-139.2479218 +121433,-277.0743445,252.3903164,0,-110.6349383,-135.5872789 +121434,-269.9412709,267.5678803,0,-106.67477,-131.7358081 +121435,-263.1103253,283.0597889,0,-103.641964,-127.6936695 +121436,-255.954325,297.7772493,0,-100.338326,-123.8323879 +121437,-249.1029421,313.0780958,0,-96.89717559,-120.1524888 +121438,-241.9277223,327.1794037,0,-93.71922431,-116.2829556 +121439,-235.374005,342.2289582,0,-90.27097616,-112.2239472 +121440,-228.1828576,356.4052186,0,-87.22032575,-108.9048219 +121441,-220.3543282,370.8046052,0,-83.49899686,-104.2815522 +121442,-212.8341137,385.6774318,0,-80.04211231,-100.3986525 +121443,-204.9923498,399.8146948,0,-76.4491407,-96.14106114 +121444,-197.1448021,414.0798716,0,-72.98756537,-92.06675037 +121445,-189.60753,428.1657801,0,-69.52393227,-88.17602441 +121446,-181.7499901,442.152904,0,-65.79093814,-83.91095317 +121447,-174.2036324,456.0209401,0,-62.59112812,-79.82980487 +121448,-166.3376655,469.6991591,0,-58.85469542,-75.93282543 +121449,-158.783702,483.3335125,0,-56.58830108,-71.84796125 +121450,-151.2264218,496.8270784,0,-53.51805641,-67.94760623 +121451,-143.0345128,510.2160719,0,-50.84809005,-63.85956702 +121452,-135.7870853,523.1874346,0,-47.90945045,-59.95631071 +121453,-128.2212532,536.8896263,0,-44.96983534,-55.86556658 +121454,-120.0212472,555.5208122,0,-42.29703708,-52.14609182 +121455,-112.7666152,572.6335137,0,-39.35570852,-48.05306454 +121456,-104.8781746,589.6387596,0,-36.41362247,-44.33156429 +121457,-99.35728277,606.4663406,0,-33.60475647,-40.2366471 +121458,-93.04515132,623.1667089,0,-30.79529897,-36.51350825 +121459,-86.88965794,639.7360469,0,-27.98529207,-32.60336892 +121460,-80.89094379,656.1354259,0,-25.04087874,-28.69258322 +121461,-74.41711603,672.5119472,0,-22.22993241,-24.78121935 +121462,-68.41630755,688.6772558,0,-19.28467571,-21.24201454 +121463,-62.09859253,704.7584535,0,-16.60692423,-17.14336622 +121464,-55.93809667,720.6686874,0,-13.66101102,-13.41701639 +121465,-49.77691511,736.5751387,0,-10.98270921,-9.690357012 +121466,-43.61513628,752.2715907,0,-7.768445386,-5.777086272 +121467,-37.13679881,767.392536,0,-5.357657273,-2.049974201 +121468,-31.29020512,783.6242408,0,-2.143094287,0 +121469,-24.65315869,798.6078237,0,0,0 +121470,-18.64806066,814.0493255,0,0,0 +121471,-12.64282977,827.9366959,0,0,0 +121472,-6.953583137,841.5406335,0,0,0 +121473,0,854.8435933,0,0,0 +121474,0,868.1266084,0,0,0 +121475,0,880.9003918,0,0,0 +121476,0,893.738923,0,0,0 +121477,0,906.4139537,0,0,0 +121478,0,918.649351,0,0,0 +121479,0,931.0313358,0,0,0 +121480,0,943.0555802,0,0,0 +121481,0,954.9866128,0,0,0 +121482,0,966.6894908,0,0,0 +121483,0,978.4548362,0,0,0 +121484,0,989.7776532,0,0,0 +121485,0,1001.092169,0,0,0 +121486,0,1002.57506,0,0,0 +121487,0,1011.705311,0,0,0 +121488,0,1021.730436,0,0,0 +121489,0,1031.721543,0,0,0 +121490,0,1041.671703,0,0,0 +121491,0,1051.487498,0,0,0 +121492,0,1061.384257,0,0,0 +121493,0,1071.105698,0,0,0 +121494,0,1080.558579,0,0,0 +121495,0,1090.22003,0,0,0 +121496,0,1099.566562,0,0,0 +121497,0,1108.885842,0,0,0 +121498,0,1118.093449,0,0,0 +121499,0,1130.793451,0,0,0 +121500,0,1137.297507,0,0,0 +121501,0,1150.09645,0,0,0 +121502,0,1154.308734,0,0,0 +121503,0,1170.608688,0,0,0 +121504,0,1168.920482,0,0,0 +121505,0,1163.208139,0,0,0 +121506,0,1198.818678,0,0,0 +121507,0,1192.9452,0,0,0 +121508,0,1204.321729,0,0,0 +121509,0,1212.307589,0,0,0 +121510,0,1220.329806,0,0,0 +121511,0,1228.190016,0,0,0 +121512,0,1235.957502,0,0,0 +121513,0,1243.632432,0,0,0 +121514,0,1251.285255,0,0,0 +121515,0,1258.641332,0,0,0 +121516,0,1266.001496,0,0,0 +121517,0,1273.386029,0,0,0 +121518,0,1280.591298,0,0,0 +121519,0,1287.572932,0,0,0 +121520,0,1294.624472,0,0,0 +121521,0,1301.506847,0,0,0 +121522,0,1308.306047,0,0,0 +121523,0,1315.010892,0,0,0 +121524,0,1321.621605,0,0,0 +121525,0,1328.136984,0,0,0 +121526,0,1334.6421,0,0,0 +121527,0,1340.842938,0,0,0 +121528,0,1347.138971,0,0,0 +121529,0,1353.180465,0,0,0 +121530,0,1359.352496,0,0,0 +121531,0,1364.870068,0,0,0 +121532,0,1370.307597,0,0,0 +121533,0,1375.592338,0,0,0 +121534,0,1380.873698,0,0,0 +121535,0,1385.848919,0,0,0 +121536,0,1390.904202,0,0,0 +121537,0,1395.645866,0,0,0 +121538,0,1400.46679,0,0,0 +121539,0,1404.985275,0,0,0 +121540,0,1409.582814,0,0,0 +121541,0,1413.878415,0,0,0 +121542,0,1418.257655,0,0,0 +121543,0,1422.337094,0,0,0 +121544,0,1426.501162,0,0,0 +121545,0,1430.45896,0,0,0 +121546,0,1434.151167,0,0,0 +121547,0,1438.092248,0,0,0 +121548,0,1441.636619,0,0,0 +121549,0,1445.153509,0,0,0 +121550,0,1448.719193,0,0,0 +121551,0,1451.973945,0,0,0 +121552,0,1455.097598,0,0,0 +121553,0,1458.365404,0,0,0 +121554,0,1461.34081,0,0,0 +121555,0,1464.300003,0,0,0 +121556,0,1467.238834,0,0,0 +121557,0,1469.852126,0,0,0 +121558,0,1472.57196,0,0,0 +121559,0,1475.11216,0,0,0 +121560,0,1477.57133,0,0,0 +121561,0,1479.949725,0,0,0 +121562,0,1482.228593,0,0,0 +121563,0,1484.409794,0,0,0 +121564,0,1486.49474,0,0,0 +121565,0,1488.48361,0,0,0 +121566,0,1490.377234,0,0,0 +121567,0,1492.175612,0,0,0 +121568,0,1493.879489,0,0,0 +121569,0,1495.488836,0,0,0 +121570,0,1497.004378,0,0,0 +121571,0,1498.426088,0,0,0 +121572,0,1499.75469,0,0,0 +121573,0,1500.990183,0,0,0 +121574,0,1502.133305,0,0,0 +121575,0,1503.184086,0,0,0 +121576,0,1504.238111,0,0,0 +121577,0,1504.966708,0,0,0 +121578,0,1505.812288,0,0,0 +121579,0,1506.483296,0,0,0 +121580,0,1507.079451,0,0,0 +121581,0,1507.58605,0,0,0 +121582,0,1508.003673,0,0,0 +121583,0,1508.332479,0,0,0 +121584,0,1508.478285,0,0,0 +121585,0,1508.769886,0,0,0 +121586,0,1508.767084,0,0,0 +121587,0,1508.761076,0,0,0 +121588,0,1508.65377,0,0,0 +121589,0,1508.460202,0,0,0 +121590,0,1508.276358,0,0,0 +121591,0,1507.592784,0,0,0 +121592,0,1506.995641,0,0,0 +121593,0,1506.212952,0,0,0 +121594,0,1505.348456,0,0,0 +121595,0,1504.389846,0,0,0 +121596,0,1503.243369,0,0,0 +121597,0,1502.239712,0,0,0 +121598,0,1500.938688,0,0,0 +121599,0,1499.631892,0,0,0 +121600,0,1498.221485,0,0,0 +121601,0,1496.722873,0,0,0 +121602,0,1495.137084,0,0,0 +121603,0,1493.464445,0,0,0 +121604,0,1491.705811,0,0,0 +121605,0,1489.861471,0,0,0 +121606,0,1487.932228,0,0,0 +121607,0,1485.918326,0,0,0 +121608,0,1483.820525,0,0,0 +121609,0,1481.639032,0,0,0 +121610,0,1479.374572,0,0,0 +121611,0,1477.027319,0,0,0 +121612,0,1474.597969,0,0,0 +121613,0,1472.086671,0,0,0 +121614,0,1469.494094,0,0,0 +121615,0,1466.82058,0,0,0 +121616,0,1463.971969,0,0,0 +121617,0,1461.272735,0,0,0 +121618,0,1458.291283,0,0,0 +121619,0,1455.311825,0,0,0 +121620,0,1452.330235,0,0,0 +121621,0,1448.946092,0,0,0 +121622,0,1445.651102,0,0,0 +121623,0,1442.188287,0,0,0 +121624,0,1438.658611,0,0,0 +121625,0,1435.049914,0,0,0 +121626,0,1431.363273,0,0,0 +121627,0,1427.506831,0,0,0 +121628,0,1423.807553,0,0,0 +121629,0,1419.829274,0,0,0 +121630,0,1415.852917,0,0,0 +121631,0,1411.785651,0,0,0 +121632,0,1407.641592,0,0,0 +121633,0,1403.421456,0,0,0 +121634,0,1399.213931,0,0,0 +121635,0,1394.625756,0,0,0 +121636,0,1390.370124,0,0,0 +121637,0,1385.772976,0,0,0 +121638,0,1381.192198,0,0,0 +121639,0,1376.524168,0,0,0 +121640,0,1371.782901,0,0,0 +121641,0,1366.968638,0,0,0 +121642,0,1361.994321,0,0,0 +121643,0,1357.159685,0,0,0 +121644,0,1352.067255,0,0,0 +121645,0,1347.064777,0,0,0 +121646,0,1341.766614,0,0,0 +121647,0,1336.583314,0,0,0 +121648,0,1331.169132,0,0,0 +121649,0,1325.905646,0,0,0 +121650,0,1320.390719,0,0,0 +121651,0,1314.712646,0,0,0 +121652,0,1308.921306,0,0,0 +121653,0,1303.045054,0,0,0 +121654,0,1297.089461,0,0,0 +121655,0,1291.059881,0,0,0 +121656,0,1284.955862,0,0,0 +121657,0,1278.780227,0,0,0 +121658,0,1272.449687,0,0,0 +121659,0,1266.252587,0,0,0 +121660,0,1259.891073,0,0,0 +121661,0,1253.338309,0,0,0 +121662,0,1246.797405,0,0,0 +121663,0,1240.330347,0,0,0 +121664,0,1233.622983,0,0,0 +121665,0,1226.938688,0,0,0 +121666,0,1220.161294,0,0,0 +121667,0,1213.346695,0,0,0 +121668,0,1206.452473,0,0,0 +121669,0,1199.441936,0,0,0 +121670,0,1192.544205,0,0,0 +121671,0,1185.444172,0,0,0 +121672,0,1178.339841,0,0,0 +121673,0,1171.181465,0,0,0 +121674,0,1163.960624,0,0,0 +121675,0,1156.626993,0,0,0 +121676,0,1168.837719,0,0,0 +121677,0,1113.404937,0,0,0 +121678,0,1167.986377,0,0,0 +121679,0,1095.827571,0,0,0 +121680,0,1141.614861,0,0,0 +121681,0,1096.886259,0,0,0 +121682,0,1110.090258,0,0,0 +121683,0,1095.135832,58.97473748,0,0 +121684,0,1088.715963,39.41974114,0,0 +121685,0,1080.917717,47.22686402,0,0 +121686,0,1073.164508,53.80306338,0,0 +121687,0,1065.136834,58.21188756,0,0 +121688,0,1057.39143,62.76779996,0,0 +121689,0,1049.410984,67.08129379,0,0 +121690,0,1041.539403,71.50386951,0,0 +121691,0,1033.462365,75.92666879,0,0 +121692,0,1025.505606,80.12095064,0,0 +121693,0,1017.463831,84.56146331,0,0 +121694,0,1009.408986,88.65935877,0,0 +121695,0,1001.331533,92.98244495,0,0 +121696,0,993.2324075,97.15468632,0,0 +121697,0,985.1778879,101.4507288,0,0 +121698,0,976.8851581,105.3520394,0,0 +121699,0,968.8637142,110.1465169,0,0 +121700,65.16711033,960.6995927,113.7256562,0,0 +121701,70.38270778,952.4331902,118.164436,0,0 +121702,64.73325363,944.2745341,122.0180586,0,0 +121703,77.75890114,936.0505629,126.2505605,0,0 +121704,84.22983328,927.8220922,130.3089749,0,0 +121705,90.52225172,919.5860362,134.3192636,0,0 +121706,96.51822117,911.3989435,138.4436907,0,0 +121707,102.7704604,903.0599247,142.2041287,0,0 +121708,108.7092863,894.7806389,146.1166924,0,0 +121709,114.6603651,886.6456007,150.2837462,0,0 +121710,120.5074289,878.2485349,154.2376237,0,0 +121711,126.244815,870.1150723,157.9549778,0,0 +121712,132.2499174,861.7342776,162.0117718,0,0 +121713,137.6114084,853.6179851,165.9036721,0,0 +121714,143.5102777,845.3924535,169.8101558,0,0 +121715,148.9869992,837.0937155,173.7847041,33.29035479,0 +121716,154.5273663,828.9060547,177.785426,26.01549917,0 +121717,159.9834372,820.6814232,181.3608439,29.01119333,0 +121718,165.394027,815.0755866,185.3526152,33.80224498,0 +121719,170.6151672,809.4248422,189.2486959,36.71780439,0 +121720,176.1235561,803.5795482,193.0263437,39.65032382,0 +121721,181.4143773,797.9772474,196.833578,42.58418944,0 +121722,186.4101406,792.264676,200.6414716,45.44087541,0 +121723,191.5263453,786.4832422,204.522489,48.37698258,0 +121724,196.8447339,780.806638,208.2444351,51.14559007,0 +121725,201.7860335,775.0889142,211.9990756,53.86605205,0 +121726,206.8299988,769.3862488,215.7902287,56.52211749,0 +121727,211.8037224,763.6902193,219.5900287,59.33923005,0 +121728,216.735259,758.4814053,223.2933963,61.95646539,0 +121729,221.4544121,752.102851,227.0306061,64.6156016,0 +121730,226.7540037,746.7368906,230.7127713,67.22943564,0 +121731,231.1541039,741.0843561,234.5240047,69.82203214,0 +121732,236.1036322,735.4150751,238.1878574,72.328199,0 +121733,240.8149439,729.8072378,241.8240001,74.99671766,0 +121734,245.5247304,724.1644868,245.5995796,77.33256824,0 +121735,250.2035012,718.6567654,249.2331534,79.94881965,0 +121736,254.8510024,713.0707355,253.0818793,82.36239441,0 +121737,259.2706399,707.5502108,256.4603472,84.74679375,0 +121738,264.1763406,702.004557,260.1894309,87.25672741,0 +121739,268.587439,696.5967608,263.8037754,89.66194213,0 +121740,273.1694076,691.1223259,267.4518043,91.89238281,0 +121741,0,0,0,0,0 +121742,0,0,0,0,0 +121743,0,0,0,0,0 +121744,0,0,0,0,0 +121745,0,0,0,0,0 +121746,0,0,0,0,0 +121747,0,0,0,0,0 +121748,0,0,0,0,0 +121749,0,0,0,0,0 +121750,0,0,0,0,0 +121751,0,0,0,0,0 +121752,0,0,0,0,0 +121753,0,0,0,0,0 +121754,0,0,0,0,0 +121755,0,0,0,0,0 +121756,0,0,0,0,0 +121757,0,0,0,0,0 +121758,0,0,0,0,0 +121759,0,0,0,0,0 +121760,0,0,0,0,0 +121761,0,0,0,0,0 +121762,0,0,0,0,0 +121763,0,0,0,0,0 +121764,0,0,0,0,0 +121765,0,0,0,0,0 +121766,0,0,0,0,0 +121767,0,0,0,0,0 +121768,0,0,0,0,0 +121769,0,0,0,0,0 +121770,0,0,0,0,0 +121771,0,0,0,0,0 +121772,0,0,0,0,0 +121773,0,0,0,0,0 +121774,0,0,0,0,0 +121775,0,0,0,0,0 +121776,0,0,0,0,0 +121777,0,0,0,0,0 +121778,0,0,0,0,0 +121779,0,0,0,0,0 +121780,0,0,0,0,0 +121781,0,0,0,0,0 +121782,0,0,0,0,0 +121783,0,0,0,0,0 +121784,0,0,0,0,0 +121785,0,0,0,0,0 +121786,0,0,0,0,0 +121787,0,0,0,0,0 +121788,0,0,0,0,0 +121789,0,0,0,0,0 +121790,0,0,0,0,0 +121791,0,0,0,0,0 +121792,0,0,0,0,0 +121793,0,0,0,0,0 +121794,0,0,0,0,0 +121795,0,0,0,0,0 +121796,0,0,0,0,0 +121797,0,0,0,0,0 +121798,0,0,0,0,0 +121799,0,0,0,0,0 +121800,0,0,0,0,0 +121801,0,0,0,0,0 +121802,0,0,0,0,0 +121803,0,0,0,0,0 +121804,0,0,0,0,0 +121805,0,0,0,0,0 +121806,0,0,0,0,0 +121807,0,0,0,0,0 +121808,0,0,0,0,0 +121809,0,0,0,0,0 +121810,0,0,0,0,0 +121811,0,0,0,0,0 +121812,0,0,0,0,0 +121813,0,0,0,0,0 +121814,0,0,0,0,0 +121815,0,0,0,0,0 +121816,0,0,0,0,0 +121817,0,0,0,0,0 +121818,0,0,0,0,0 +121819,0,0,0,0,0 +121820,0,0,0,0,0 +121821,0,0,0,0,0 +121822,0,0,0,0,0 +121823,0,0,0,0,0 +121824,0,0,0,0,0 +121825,0,0,0,0,0 +121826,0,0,0,0,0 +121827,0,0,0,0,0 +121828,0,0,0,0,0 +121829,0,0,0,0,0 +121830,0,0,0,0,0 +121831,0,0,0,0,0 +121832,0,0,0,0,0 +121833,0,0,0,0,0 +121834,0,0,0,0,0 +121835,0,0,0,0,0 +121836,0,0,0,0,0 +121837,0,0,0,0,0 +121838,0,0,0,0,0 +121839,0,0,0,0,0 +121840,0,0,0,0,0 +121841,0,0,0,0,0 +121842,0,0,0,0,0 +121843,0,0,0,0,0 +121844,0,0,0,0,0 +121845,0,0,0,0,0 +121846,0,0,0,0,0 +121847,0,0,0,0,0 +121848,0,0,0,0,0 +121849,0,0,0,0,0 +121850,0,0,0,0,0 +121851,0,0,0,0,0 +121852,0,0,0,0,0 +121853,0,0,0,0,0 +121854,0,0,0,0,0 +121855,0,0,0,0,0 +121856,0,0,0,0,0 +121857,0,0,0,0,0 +121858,0,0,0,0,0 +121859,0,0,0,0,0 +121860,0,0,0,0,0 +121861,0,0,0,0,0 +121862,0,0,0,0,0 +121863,0,0,0,0,0 +121864,0,0,0,0,0 +121865,0,0,0,0,0 +121866,0,0,0,0,0 +121867,0,0,0,0,0 +121868,0,0,0,0,0 +121869,0,0,0,0,0 +121870,0,0,0,0,0 +121871,0,0,0,0,0 +121872,0,0,0,0,0 +121873,0,0,0,0,0 +121874,0,0,0,0,0 +121875,0,0,0,0,0 +121876,0,0,0,0,0 +121877,0,0,0,0,0 +121878,0,0,0,0,0 +121879,0,0,0,0,0 +121880,0,0,0,0,0 +121881,0,0,0,0,0 +121882,0,0,0,0,0 +121883,0,0,0,0,0 +121884,0,0,0,0,0 +121885,0,0,0,0,0 +121886,0,0,0,0,0 +121887,0,0,0,0,0 +121888,0,0,0,0,0 +121889,0,0,0,0,0 +121890,0,0,0,0,0 +121891,0,0,0,0,0 +121892,0,0,0,0,0 +121893,0,0,0,0,0 +121894,0,0,0,0,0 +121895,0,0,0,0,0 +121896,0,0,0,0,0 +121897,0,0,0,0,0 +121898,0,0,0,0,0 +121899,0,0,0,0,0 +121900,0,0,0,0,0 +121901,0,0,0,0,0 +121902,0,0,0,0,0 +121903,0,0,0,0,0 +121904,0,0,0,0,0 +121905,0,0,0,0,0 +121906,0,0,0,0,0 +121907,0,0,0,0,0 +121908,0,0,0,0,0 +121909,0,0,0,0,0 +121910,0,0,0,0,0 +121911,0,0,0,0,0 +121912,0,0,0,0,0 +121913,0,0,0,0,0 +121914,0,0,0,0,0 +121915,0,0,0,0,0 +121916,0,0,0,0,0 +121917,0,0,0,0,0 +121918,0,0,0,0,0 +121919,0,0,0,0,0 +121920,0,0,0,0,0 +121921,0,0,0,0,0 +121922,0,0,0,0,0 +121923,0,0,0,0,0 +121924,0,0,0,0,0 +121925,0,0,0,0,0 +121926,0,0,0,0,0 +121927,0,0,0,0,0 +121928,0,0,0,0,0 +121929,0,0,0,0,0 +121930,0,0,0,0,0 +121931,0,0,0,0,0 +121932,0,0,0,0,0 +121933,0,0,0,0,0 +121934,0,0,0,0,0 +121935,0,0,0,0,0 +121936,0,0,0,0,0 +121937,0,0,0,0,0 +121938,0,0,0,0,0 +121939,0,0,0,0,0 +121940,0,0,0,0,0 +121941,0,0,0,0,0 +121942,0,0,0,0,0 +121943,0,0,0,0,0 +121944,0,0,0,0,0 +121945,0,0,0,0,0 +121946,0,0,0,0,0 +121947,0,0,0,0,0 +121948,0,0,0,0,0 +121949,0,0,0,0,0 +121950,0,0,0,0,0 +121951,0,0,0,0,0 +121952,0,0,0,0,0 +121953,0,0,0,0,0 +121954,0,0,0,0,0 +121955,0,0,0,0,0 +121956,0,0,0,0,0 +121957,0,0,0,0,0 +121958,0,0,0,0,0 +121959,0,0,0,0,0 +121960,0,0,0,0,0 +121961,0,0,0,0,0 +121962,0,0,0,0,0 +121963,0,0,0,0,0 +121964,0,0,0,0,0 +121965,0,0,0,0,0 +121966,0,0,0,0,0 +121967,0,0,0,0,0 +121968,0,0,0,0,0 +121969,0,0,0,0,0 +121970,0,0,0,0,0 +121971,0,0,0,0,0 +121972,0,0,0,0,0 +121973,0,0,0,0,0 +121974,0,0,0,0,0 +121975,0,0,0,0,0 +121976,0,0,0,0,0 +121977,0,0,0,0,0 +121978,0,0,0,0,0 +121979,0,0,0,0,0 +121980,0,0,0,0,0 +121981,0,0,0,0,0 +121982,0,0,0,0,0 +121983,0,0,0,0,0 +121984,0,0,0,0,0 +121985,0,0,0,0,0 +121986,0,0,0,0,0 +121987,0,0,0,0,0 +121988,0,0,0,0,0 +121989,0,0,0,0,0 +121990,0,0,0,0,0 +121991,0,0,0,0,0 +121992,0,0,0,0,0 +121993,0,0,0,0,0 +121994,0,0,0,0,0 +121995,0,0,0,0,0 +121996,0,0,0,0,0 +121997,0,0,0,0,0 +121998,0,0,0,0,0 +121999,0,0,0,0,0 +122000,0,0,0,0,0 +122001,0,0,0,0,0 +122002,0,0,0,0,0 +122003,0,0,0,0,0 +122004,0,0,0,0,0 +122005,0,0,0,0,0 +122006,0,0,0,0,0 +122007,0,0,0,0,0 +122008,0,0,0,0,0 +122009,0,0,0,0,0 +122010,0,0,0,0,0 +122011,0,0,0,0,0 +122012,0,0,0,0,0 +122013,0,0,0,0,0 +122014,0,0,0,0,0 +122015,0,0,0,0,0 +122016,0,0,0,0,0 +122017,0,0,0,0,0 +122018,0,0,0,0,0 +122019,0,0,0,0,0 +122020,0,0,0,0,0 +122021,0,0,0,0,0 +122022,0,0,0,0,0 +122023,0,0,0,0,0 +122024,0,0,0,0,0 +122025,0,0,0,0,0 +122026,0,0,0,0,0 +122027,0,0,0,0,0 +122028,0,0,0,0,0 +122029,0,0,0,0,0 +122030,0,0,0,0,0 +122031,0,0,0,0,0 +122032,0,0,0,0,0 +122033,0,0,0,0,0 +122034,0,0,0,0,0 +122035,0,0,0,0,0 +122036,0,0,0,0,0 +122037,0,0,0,0,0 +122038,0,0,0,0,0 +122039,0,0,0,0,0 +122040,0,0,0,0,0 +122041,0,0,0,0,0 +122042,0,0,0,0,0 +122043,0,0,0,0,0 +122044,0,0,0,0,0 +122045,0,0,0,0,0 +122046,0,0,0,0,0 +122047,0,0,0,0,0 +122048,0,0,0,0,0 +122049,0,0,0,0,0 +122050,0,0,0,0,0 +122051,0,0,0,0,0 +122052,0,0,0,0,0 +122053,0,0,0,0,0 +122054,0,0,0,0,0 +122055,0,0,0,0,0 +122056,0,0,0,0,0 +122057,0,0,0,0,0 +122058,0,0,0,0,0 +122059,0,0,0,0,0 +122060,0,0,0,0,0 +122061,0,0,0,0,0 +122062,0,0,0,0,0 +122063,0,0,0,0,0 +122064,0,0,0,0,0 +122065,0,0,0,0,0 +122066,0,0,0,0,0 +122067,0,0,0,0,0 +122068,0,0,0,0,0 +122069,0,0,0,0,0 +122070,0,0,0,0,0 +122071,0,0,0,0,0 +122072,0,0,0,0,0 +122073,0,0,0,0,0 +122074,0,0,0,0,0 +122075,0,0,0,0,0 +122076,0,0,0,0,0 +122077,0,0,0,0,0 +122078,0,0,0,0,0 +122079,0,0,0,0,0 +122080,0,0,0,0,0 +122081,0,0,0,0,0 +122082,0,0,0,0,0 +122083,0,0,0,0,0 +122084,0,0,0,0,0 +122085,0,0,0,0,0 +122086,0,0,0,0,0 +122087,0,0,0,0,0 +122088,0,0,0,0,0 +122089,0,0,0,0,0 +122090,0,0,0,0,0 +122091,0,0,0,0,0 +122092,0,0,0,0,0 +122093,0,0,0,0,0 +122094,0,0,0,0,0 +122095,0,0,0,0,0 +122096,0,0,0,0,0 +122097,0,0,0,0,0 +122098,0,0,0,0,0 +122099,0,0,0,0,0 +122100,0,0,0,0,0 +122101,0,0,0,0,0 +122102,0,0,0,0,0 +122103,0,0,0,0,0 +122104,0,0,0,0,0 +122105,0,0,0,0,0 +122106,0,0,0,0,0 +122107,0,0,0,0,0 +122108,0,0,0,0,0 +122109,0,0,0,0,0 +122110,0,0,0,0,0 +122111,0,0,0,0,0 +122112,0,0,0,0,0 +122113,0,0,0,0,0 +122114,0,0,0,0,0 +122115,0,0,0,0,0 +122116,0,0,0,0,0 +122117,0,0,0,0,0 +122118,0,0,0,0,0 +122119,0,0,0,0,0 +122120,0,0,0,0,0 +122121,0,0,0,0,0 +122122,0,0,0,0,0 +122123,0,0,0,0,0 +122124,0,0,0,0,0 +122125,0,0,0,0,0 +122126,0,0,0,0,0 +122127,0,0,0,0,0 +122128,0,0,0,0,0 +122129,0,0,0,0,0 +122130,0,0,0,0,0 +122131,0,0,0,0,0 +122132,0,0,0,0,0 +122133,0,0,0,0,0 +122134,0,0,0,0,0 +122135,0,0,0,0,0 +122136,0,0,0,0,0 +122137,0,0,0,0,0 +122138,0,0,0,0,0 +122139,0,0,0,0,0 +122140,0,0,0,0,0 +122141,0,0,0,0,0 +122142,0,0,0,0,0 +122143,0,0,0,0,0 +122144,0,0,0,0,0 +122145,0,0,0,0,0 +122146,0,0,0,0,0 +122147,0,0,0,0,0 +122148,0,0,0,0,0 +122149,0,0,0,0,0 +122150,0,0,0,0,0 +122151,0,0,0,0,0 +122152,0,0,0,0,0 +122153,0,0,0,0,0 +122154,0,0,0,0,0 +122155,0,0,0,0,0 +122156,0,0,0,0,0 +122157,0,0,0,0,0 +122158,0,0,0,0,0 +122159,0,0,0,0,0 +122160,0,0,0,0,0 +122161,0,0,0,0,0 +122162,0,0,0,0,0 +122163,0,0,0,0,0 +122164,0,0,0,0,0 +122165,0,0,0,0,0 +122166,0,0,0,0,0 +122167,0,0,0,0,0 +122168,0,0,0,0,0 +122169,0,0,0,0,0 +122170,0,0,0,0,0 +122171,0,0,0,0,0 +122172,0,0,0,0,0 +122173,0,0,0,0,0 +122174,0,0,0,0,0 +122175,0,0,0,0,0 +122176,0,0,0,0,0 +122177,0,0,0,0,0 +122178,0,0,0,0,0 +122179,0,0,0,0,0 +122180,0,0,0,0,0 +122181,0,0,0,0,0 +122182,0,0,0,0,0 +122183,0,0,0,0,0 +122184,0,0,0,0,0 +122185,0,0,0,0,0 +122186,0,0,0,0,0 +122187,0,0,0,0,0 +122188,0,0,0,0,0 +122189,0,0,0,0,0 +122190,0,0,0,0,0 +122191,0,0,0,0,0 +122192,0,0,0,0,0 +122193,0,0,0,0,0 +122194,0,0,0,0,0 +122195,0,0,0,0,0 +122196,0,0,0,0,0 +122197,0,0,0,0,0 +122198,0,0,0,0,0 +122199,0,0,0,0,0 +122200,0,0,0,0,0 +122201,0,0,0,0,0 +122202,0,0,0,0,0 +122203,0,0,0,0,0 +122204,0,0,0,0,0 +122205,0,0,0,0,0 +122206,0,0,0,0,0 +122207,0,0,0,0,0 +122208,0,0,0,0,0 +122209,0,0,0,0,0 +122210,0,0,0,0,0 +122211,0,0,0,0,0 +122212,0,0,0,0,0 +122213,0,0,0,0,0 +122214,0,0,0,0,0 +122215,0,0,0,0,0 +122216,0,0,0,0,0 +122217,0,0,0,0,0 +122218,0,0,0,0,0 +122219,0,0,0,0,0 +122220,0,0,0,0,0 +122221,0,0,0,0,0 +122222,0,0,0,0,0 +122223,0,0,0,0,0 +122224,0,0,0,0,0 +122225,0,0,0,0,0 +122226,0,0,0,0,0 +122227,0,0,0,0,0 +122228,0,0,0,0,0 +122229,0,0,0,0,0 +122230,0,0,0,0,0 +122231,0,0,0,0,0 +122232,0,0,0,0,0 +122233,0,0,0,0,0 +122234,0,0,0,0,0 +122235,0,0,0,0,0 +122236,0,0,0,0,0 +122237,0,0,0,0,0 +122238,0,0,0,0,0 +122239,0,0,0,0,0 +122240,0,0,0,0,0 +122241,0,0,0,0,0 +122242,0,0,0,0,0 +122243,0,0,0,0,0 +122244,0,0,0,0,0 +122245,0,0,0,0,0 +122246,0,0,0,0,0 +122247,0,0,0,0,0 +122248,0,0,0,0,0 +122249,0,0,0,0,0 +122250,0,0,0,0,0 +122251,0,0,0,0,0 +122252,0,0,0,0,0 +122253,0,0,0,0,0 +122254,0,0,0,0,0 +122255,0,0,0,0,0 +122256,0,0,0,0,0 +122257,0,0,0,0,0 +122258,0,0,0,0,0 +122259,0,0,0,0,0 +122260,0,0,0,0,0 +122261,0,0,0,0,0 +122262,0,0,0,0,0 +122263,0,0,0,0,0 +122264,0,0,0,0,0 +122265,0,0,0,0,0 +122266,0,0,0,0,0 +122267,0,0,0,0,0 +122268,0,0,0,0,0 +122269,0,0,0,0,0 +122270,0,0,0,0,0 +122271,0,0,0,0,0 +122272,0,0,0,0,0 +122273,0,0,0,0,0 +122274,0,0,0,0,0 +122275,0,0,0,0,0 +122276,0,0,0,0,0 +122277,0,0,0,0,0 +122278,0,0,0,0,0 +122279,0,0,0,0,0 +122280,0,0,0,0,0 +122281,0,0,0,0,0 +122282,0,0,0,0,0 +122283,0,0,0,0,0 +122284,0,0,0,0,0 +122285,0,0,0,0,0 +122286,0,0,0,0,0 +122287,0,0,0,0,0 +122288,0,0,0,0,0 +122289,0,0,0,0,0 +122290,0,0,0,0,0 +122291,0,0,0,0,0 +122292,0,0,0,0,0 +122293,0,0,0,0,0 +122294,0,0,0,0,0 +122295,0,0,0,0,0 +122296,0,0,0,0,0 +122297,0,0,0,0,0 +122298,0,0,0,0,0 +122299,0,0,0,0,0 +122300,0,0,0,0,0 +122301,0,0,0,0,0 +122302,0,0,0,0,0 +122303,0,0,0,0,0 +122304,0,0,0,0,0 +122305,0,0,0,0,0 +122306,0,0,0,0,0 +122307,0,0,0,0,0 +122308,0,0,0,0,0 +122309,0,0,0,0,0 +122310,0,0,0,0,0 +122311,0,0,0,0,0 +122312,0,0,0,0,0 +122313,0,0,0,0,0 +122314,0,0,0,0,0 +122315,0,0,0,0,0 +122316,0,0,0,0,0 +122317,0,0,0,0,0 +122318,0,0,0,0,0 +122319,0,0,0,0,0 +122320,0,0,0,0,0 +122321,0,0,0,0,0 +122322,0,0,0,0,0 +122323,0,0,0,0,0 +122324,0,0,0,0,0 +122325,0,0,0,0,0 +122326,0,0,0,0,0 +122327,0,0,0,0,0 +122328,0,0,0,0,0 +122329,0,0,0,0,0 +122330,0,0,0,0,0 +122331,0,0,0,0,0 +122332,0,0,0,0,0 +122333,0,0,0,0,0 +122334,0,0,0,0,0 +122335,0,0,0,0,0 +122336,0,0,0,0,0 +122337,0,0,0,0,0 +122338,0,0,0,0,0 +122339,0,0,0,0,0 +122340,0,0,0,0,0 +122341,0,0,0,0,0 +122342,0,0,0,0,0 +122343,0,0,0,0,0 +122344,0,0,0,0,0 +122345,0,0,0,0,0 +122346,0,0,0,0,0 +122347,0,0,0,0,0 +122348,0,0,0,0,0 +122349,0,0,0,0,0 +122350,0,0,0,0,0 +122351,0,0,0,0,0 +122352,0,0,0,0,0 +122353,0,0,0,0,0 +122354,0,0,0,0,0 +122355,0,0,0,0,0 +122356,0,0,0,0,0 +122357,0,0,0,0,0 +122358,0,0,0,0,0 +122359,0,0,0,0,0 +122360,0,0,0,0,0 +122361,0,0,0,0,0 +122362,0,0,0,0,0 +122363,0,0,0,0,0 +122364,0,0,0,0,0 +122365,0,0,0,0,0 +122366,0,0,0,0,0 +122367,0,0,0,0,0 +122368,0,0,0,0,0 +122369,0,0,0,0,0 +122370,0,0,0,0,0 +122371,0,0,0,0,0 +122372,0,0,0,0,0 +122373,0,0,0,0,0 +122374,0,0,0,0,0 +122375,0,0,0,0,0 +122376,0,0,0,0,0 +122377,0,0,0,0,0 +122378,0,0,0,0,0 +122379,0,0,0,0,0 +122380,0,0,0,0,0 +122381,0,0,0,0,0 +122382,0,0,0,0,0 +122383,0,0,0,0,0 +122384,0,0,0,0,0 +122385,0,0,0,0,0 +122386,0,0,0,0,0 +122387,0,0,0,0,0 +122388,0,0,0,0,0 +122389,0,0,0,0,0 +122390,0,0,0,0,0 +122391,0,0,0,0,0 +122392,0,0,0,0,0 +122393,0,0,0,0,0 +122394,0,0,0,0,0 +122395,0,0,0,0,0 +122396,0,0,0,0,0 +122397,0,0,0,0,0 +122398,0,0,0,0,0 +122399,0,0,0,0,0 +122400,0,0,0,0,0 +122401,0,0,0,0,0 +122402,0,0,0,0,0 +122403,0,0,0,0,0 +122404,0,0,0,0,0 +122405,0,0,0,0,0 +122406,0,0,0,0,0 +122407,0,0,0,0,0 +122408,0,0,0,0,0 +122409,0,0,0,0,0 +122410,0,0,0,0,0 +122411,0,0,0,0,0 +122412,0,0,0,0,0 +122413,0,0,0,0,0 +122414,0,0,0,0,0 +122415,0,0,0,0,0 +122416,0,0,0,0,0 +122417,0,0,0,0,0 +122418,0,0,0,0,0 +122419,0,0,0,0,0 +122420,0,0,0,0,0 +122421,0,0,0,0,0 +122422,0,0,0,0,0 +122423,0,0,0,0,0 +122424,0,0,0,0,0 +122425,0,0,0,0,0 +122426,0,0,0,0,0 +122427,0,0,0,0,0 +122428,0,0,0,0,0 +122429,0,0,0,0,0 +122430,0,0,0,0,0 +122431,0,0,0,0,0 +122432,0,0,0,0,0 +122433,0,0,0,0,0 +122434,0,0,0,0,0 +122435,0,0,0,0,0 +122436,0,0,0,0,0 +122437,0,0,0,0,0 +122438,0,0,0,0,0 +122439,0,0,0,0,0 +122440,0,0,0,0,0 +122441,0,0,0,0,0 +122442,0,0,0,0,0 +122443,0,0,0,0,0 +122444,0,0,0,0,0 +122445,0,0,0,0,0 +122446,0,0,0,0,0 +122447,0,0,0,0,0 +122448,0,0,0,0,0 +122449,0,0,0,0,0 +122450,0,0,0,0,0 +122451,0,0,0,0,0 +122452,0,0,0,0,0 +122453,0,0,0,0,0 +122454,0,0,0,0,0 +122455,0,0,0,0,0 +122456,0,0,0,0,0 +122457,0,0,0,0,0 +122458,0,0,0,0,0 +122459,0,0,0,0,0 +122460,0,0,0,0,0 +122461,0,0,0,0,0 +122462,0,0,0,0,0 +122463,0,0,0,0,0 +122464,0,0,0,0,0 +122465,0,0,0,0,0 +122466,0,0,0,0,0 +122467,0,0,0,0,0 +122468,0,0,0,0,0 +122469,0,0,0,0,0 +122470,0,0,0,0,0 +122471,0,0,0,0,0 +122472,0,0,0,0,0 +122473,0,0,0,0,0 +122474,0,0,0,0,0 +122475,0,0,0,0,0 +122476,0,0,0,0,0 +122477,0,0,0,0,0 +122478,0,0,0,0,0 +122479,0,0,0,0,0 +122480,0,0,0,0,0 +122481,0,0,0,0,0 +122482,0,0,0,0,0 +122483,0,0,0,0,0 +122484,0,0,0,0,0 +122485,0,0,0,0,0 +122486,0,0,0,0,0 +122487,0,0,0,0,0 +122488,0,0,0,0,0 +122489,0,0,0,0,0 +122490,0,0,0,0,0 +122491,0,0,0,0,0 +122492,0,0,0,0,0 +122493,0,0,0,0,0 +122494,0,0,0,0,0 +122495,0,0,0,0,0 +122496,0,0,0,0,0 +122497,0,0,0,0,0 +122498,0,0,0,0,0 +122499,0,0,0,0,0 +122500,0,0,0,0,0 +122501,0,0,0,0,0 +122502,0,0,0,0,0 +122503,0,0,0,0,0 +122504,0,0,0,0,0 +122505,0,0,0,0,0 +122506,0,0,0,0,0 +122507,0,0,0,0,0 +122508,0,0,0,0,0 +122509,0,0,0,0,0 +122510,0,0,0,0,0 +122511,0,0,0,0,0 +122512,0,0,0,0,0 +122513,0,0,0,0,0 +122514,0,0,0,0,0 +122515,0,0,0,0,0 +122516,0,0,0,0,0 +122517,0,0,0,0,0 +122518,0,0,0,0,0 +122519,0,0,0,0,0 +122520,0,0,0,0,0 +122521,0,0,0,0,0 +122522,0,0,0,0,0 +122523,0,0,0,0,0 +122524,0,0,0,0,0 +122525,0,0,0,0,0 +122526,0,0,0,0,0 +122527,0,0,0,0,0 +122528,0,0,0,0,0 +122529,0,0,0,0,0 +122530,0,0,0,0,0 +122531,0,0,0,0,0 +122532,0,0,0,0,0 +122533,0,0,0,0,0 +122534,0,0,0,0,0 +122535,0,0,0,0,0 +122536,0,0,0,0,0 +122537,0,0,0,0,0 +122538,0,0,0,0,0 +122539,0,0,0,0,0 +122540,0,0,0,0,0 +122541,0,0,0,0,0 +122542,0,0,0,0,0 +122543,0,0,0,0,0 +122544,0,0,0,0,0 +122545,0,0,0,0,0 +122546,0,0,0,0,0 +122547,0,0,0,0,0 +122548,0,0,0,0,0 +122549,0,0,0,0,0 +122550,0,0,0,0,0 +122551,0,0,0,0,0 +122552,0,0,0,0,0 +122553,0,0,0,0,0 +122554,0,0,0,0,0 +122555,0,0,0,0,0 +122556,0,0,0,0,0 +122557,0,0,0,0,0 +122558,0,0,0,0,0 +122559,0,0,0,0,0 +122560,0,0,0,0,0 +122561,0,0,0,0,0 +122562,0,0,0,0,0 +122563,0,0,0,0,0 +122564,0,0,0,0,0 +122565,0,0,0,0,0 +122566,0,0,0,0,0 +122567,0,0,0,0,0 +122568,0,0,0,0,0 +122569,0,0,0,0,0 +122570,0,0,0,0,0 +122571,0,0,0,0,0 +122572,0,0,0,0,0 +122573,0,0,0,0,0 +122574,0,0,0,0,0 +122575,0,0,0,0,0 +122576,0,0,0,0,0 +122577,0,0,0,0,0 +122578,0,0,0,0,0 +122579,0,0,0,0,0 +122580,0,0,0,0,0 +122581,0,0,0,0,0 +122582,0,0,0,0,0 +122583,0,0,0,0,0 +122584,0,0,0,0,0 +122585,0,0,0,0,0 +122586,0,0,0,0,0 +122587,0,0,0,0,0 +122588,0,0,0,0,0 +122589,0,0,0,0,0 +122590,0,0,0,0,0 +122591,0,0,0,0,0 +122592,0,0,0,0,0 +122593,0,0,0,0,0 +122594,0,0,0,0,0 +122595,0,0,0,0,0 +122596,0,0,0,0,0 +122597,0,0,0,0,0 +122598,0,0,0,0,0 +122599,0,0,0,0,0 +122600,0,0,0,0,0 +122601,0,0,0,0,0 +122602,0,0,0,0,0 +122603,0,0,0,0,0 +122604,0,0,0,0,0 +122605,0,0,0,0,0 +122606,0,0,0,0,0 +122607,0,0,0,0,0 +122608,0,0,0,0,0 +122609,0,0,0,0,0 +122610,0,0,0,0,0 +122611,0,0,0,0,0 +122612,0,0,0,0,0 +122613,0,0,0,0,0 +122614,0,0,0,0,0 +122615,0,0,0,0,0 +122616,0,0,0,0,0 +122617,0,0,0,0,0 +122618,0,0,0,0,0 +122619,0,0,0,0,0 +122620,0,0,0,0,0 +122621,0,0,0,0,0 +122622,0,0,0,0,0 +122623,0,0,0,0,0 +122624,0,0,0,0,0 +122625,0,0,0,0,0 +122626,0,0,0,0,0 +122627,0,0,0,0,0 +122628,0,0,0,0,0 +122629,0,0,0,0,0 +122630,0,0,0,0,0 +122631,0,0,0,0,0 +122632,0,0,0,0,0 +122633,0,0,0,0,0 +122634,0,0,0,0,0 +122635,0,0,0,0,0 +122636,0,0,0,0,0 +122637,0,0,0,0,0 +122638,0,0,0,0,0 +122639,0,0,0,0,0 +122640,0,0,0,0,0 +122641,0,0,0,0,0 +122642,0,0,0,0,0 +122643,0,0,0,0,0 +122644,0,0,0,0,0 +122645,0,0,0,0,0 +122646,0,0,0,0,0 +122647,0,0,0,0,0 +122648,0,0,0,0,0 +122649,0,0,0,0,0 +122650,0,0,0,0,0 +122651,0,0,0,0,0 +122652,0,0,0,0,0 +122653,0,0,0,0,0 +122654,0,0,0,0,0 +122655,0,0,0,0,0 +122656,0,0,0,0,0 +122657,0,0,0,0,0 +122658,0,0,0,0,0 +122659,0,0,0,0,0 +122660,0,0,0,0,0 +122661,0,0,0,0,0 +122662,0,0,0,0,0 +122663,0,0,0,0,0 +122664,0,0,0,0,0 +122665,0,0,0,0,0 +122666,0,0,0,0,0 +122667,0,0,0,0,0 +122668,0,0,0,0,0 +122669,0,0,0,0,0 +122670,0,0,0,0,0 +122671,0,0,0,0,0 +122672,0,0,0,0,0 +122673,0,0,0,0,0 +122674,0,0,0,0,0 +122675,0,0,0,0,0 +122676,0,0,0,0,0 +122677,0,0,0,0,0 +122678,0,0,0,0,0 +122679,0,0,0,0,0 +122680,0,0,0,0,0 +122681,0,0,0,0,0 +122682,0,0,0,0,0 +122683,0,0,0,0,0 +122684,0,0,0,0,0 +122685,0,0,0,0,0 +122686,0,0,0,0,0 +122687,0,0,0,0,0 +122688,0,0,0,0,0 +122689,0,0,0,0,0 +122690,0,0,0,0,0 +122691,0,0,0,0,0 +122692,0,0,0,0,0 +122693,0,0,0,0,0 +122694,0,0,0,0,0 +122695,0,0,0,0,0 +122696,0,0,0,0,0 +122697,0,0,0,0,0 +122698,0,0,0,0,0 +122699,0,0,0,0,0 +122700,0,0,0,0,0 +122701,0,0,0,0,0 +122702,0,0,0,0,0 +122703,0,0,0,0,0 +122704,0,0,0,0,0 +122705,0,0,0,0,0 +122706,0,0,0,0,0 +122707,0,0,0,0,0 +122708,0,0,0,0,0 +122709,0,0,0,0,0 +122710,0,0,0,0,0 +122711,0,0,0,0,0 +122712,0,0,0,0,0 +122713,0,0,0,0,0 +122714,0,0,0,0,0 +122715,0,0,0,0,0 +122716,0,0,0,0,0 +122717,0,0,0,0,0 +122718,0,0,0,0,0 +122719,0,0,0,0,0 +122720,0,0,0,0,0 +122721,0,0,0,0,0 +122722,0,0,0,0,0 +122723,0,0,0,0,0 +122724,0,0,0,0,0 +122725,0,0,0,0,0 +122726,0,0,0,0,0 +122727,0,0,0,0,0 +122728,0,0,0,0,0 +122729,0,0,0,0,0 +122730,0,0,0,0,0 +122731,0,0,0,0,0 +122732,0,0,0,0,0 +122733,0,0,0,0,0 +122734,0,0,0,0,0 +122735,0,0,0,0,0 +122736,0,0,0,0,0 +122737,0,0,0,0,0 +122738,0,0,0,0,0 +122739,0,0,0,0,0 +122740,0,0,0,0,0 +122741,0,0,0,0,0 +122742,0,0,0,0,0 +122743,0,0,0,0,0 +122744,0,0,0,0,0 +122745,0,0,0,0,0 +122746,0,0,0,0,0 +122747,0,0,0,0,0 +122748,0,0,0,0,0 +122749,0,0,0,0,0 +122750,0,0,0,0,0 +122751,0,0,0,0,0 +122752,0,0,0,0,0 +122753,0,0,0,0,0 +122754,0,0,0,0,0 +122755,0,0,0,0,0 +122756,0,0,0,0,0 +122757,0,0,0,0,0 +122758,0,0,0,0,0 +122759,0,0,0,0,0 +122760,0,0,0,0,0 +122761,0,0,0,0,0 +122762,0,0,0,0,0 +122763,0,0,0,0,0 +122764,0,0,0,0,0 +122765,0,0,0,0,0 +122766,0,0,0,0,0 +122767,0,0,0,0,0 +122768,0,0,0,0,0 +122769,0,0,0,0,0 +122770,0,0,0,0,0 +122771,0,0,0,0,0 +122772,0,0,0,0,0 +122773,0,0,0,0,0 +122774,0,0,0,0,0 +122775,0,0,0,0,0 +122776,0,0,0,0,0 +122777,0,0,0,0,0 +122778,0,0,0,0,0 +122779,0,0,0,0,0 +122780,0,0,0,0,0 +122781,0,0,0,0,0 +122782,0,0,0,0,0 +122783,0,0,0,0,0 +122784,0,0,0,0,0 +122785,0,0,0,0,0 +122786,0,0,0,0,0 +122787,0,0,0,0,0 +122788,0,0,0,0,0 +122789,0,0,0,0,0 +122790,0,0,0,0,0 +122791,0,0,0,0,0 +122792,0,0,0,0,0 +122793,0,0,0,0,0 +122794,0,0,0,0,0 +122795,0,0,0,0,0 +122796,0,0,0,0,0 +122797,0,0,0,0,0 +122798,0,0,0,0,0 +122799,0,0,0,0,0 +122800,0,0,0,0,0 +122801,0,0,0,0,0 +122802,0,0,0,0,0 +122803,0,0,0,0,0 +122804,0,0,0,0,0 +122805,0,0,0,0,0 +122806,0,0,0,0,0 +122807,0,0,0,0,0 +122808,0,0,0,0,0 +122809,0,0,0,0,0 +122810,0,0,0,0,0 +122811,0,0,0,0,0 +122812,0,0,0,0,0 +122813,0,0,0,0,0 +122814,0,0,0,0,0 +122815,0,0,0,0,0 +122816,0,0,0,0,0 +122817,0,0,0,0,0 +122818,0,0,0,0,0 +122819,0,0,0,0,0 +122820,0,0,0,0,0 +122821,-1929.169605,-838.8924453,-1800.38263,-917.4376563,-1391.589888 +122822,-1810.803558,-99.47069487,-1682.154872,-837.615009,-1146.276893 +122823,-1696.089949,48.00078282,-1557.018806,-712.0345084,-987.3935029 +122824,-1545.823307,50.47339941,102.6615236,-653.5641938,-909.1371667 +122825,-1646.562906,-29.7500508,-22.41353174,-690.6625571,-961.0970849 +122826,-1695.441946,12.12067163,-657.0241291,-712.468298,-990.3882314 +122827,-502.8605731,38.62300033,-236.9713233,-233.9554842,-1001.239769 +122828,-1010.89905,44.63522301,-283.6953875,-473.7468752,-990.2406034 +122829,-897.7900642,47.621875,-268.8167092,-402.9337663,-970.2796408 +122830,-853.8967801,47.75300713,-252.6797943,-388.9641887,-949.9624584 +122831,-837.2697872,48.1918571,-237.6051758,-382.3107199,-930.7819012 +122832,-826.4018515,48.92935794,-222.2534222,-375.8154141,-913.7763648 +122833,-812.4828594,49.93150498,-206.8266528,-368.7223281,-899.3957832 +122834,-802.385263,51.16470547,-193.0666132,-363.1171374,-887.5179969 +122835,-789.4418963,52.50433519,-177.6076545,-355.9522115,-878.3341913 +122836,-776.680104,54.34542078,-164.1229103,-350.4296073,-869.8538825 +122837,-768.5913057,55.95609887,-150.0397532,-344.5838455,-864.8593996 +122838,-754.8210495,57.95631149,-135.5972886,-338.145146,-860.4116896 +122839,-745.7160396,59.96322931,-122.4676976,-332.2887189,-810.6765811 +122840,-734.6856299,62.05697046,-108.3189841,-326.7742375,-652.3443857 +122841,-724.6989014,64.22643357,-95.57597817,-321.2074862,-745.4988658 +122842,-713.3585377,66.46199029,-82.32391831,-315.5455378,-704.8077063 +122843,-704.9113639,68.75564249,-69.09039831,-310.8855182,-700.4640613 +122844,-693.2749689,71.10055855,-56.44327863,-304.087706,-690.9445395 +122845,-686.0956331,73.49099641,-43.72768001,-299.7472692,-686.3434306 +122846,-673.6045977,75.92214034,-31.17681269,-294.3175552,-678.9500543 +122847,-665.5841647,78.23759401,-19.01497925,-289.5330855,-673.1071603 +122848,-655.5647716,80.89386589,-6.733510386,-283.4431086,-667.3753199 +122849,-646.7846264,83.31110748,5.320182287,-279.8421318,-660.1065369 +122850,-637.5723905,85.83944733,17.43237748,-273.6043952,-654.1505065 +122851,-628.081094,88.42605671,28.0793044,-268.8403971,-648.8489394 +122852,-618.3989116,91.02303976,39.06787268,-263.5572895,-642.0217163 +122853,-608.5602918,93.61151605,49.44392009,-258.1726019,-637.3455159 +122854,-600.6226144,96.18602661,59.98596618,-253.1262608,-631.1761217 +122855,-590.5144606,98.74678808,70.22189694,-248.0011357,-626.0748699 +122856,-581.3195553,101.2954692,80.15068279,-243.2400009,-620.7828466 +122857,-572.0567633,103.8210415,90.21462247,-237.5335275,-613.9263395 +122858,-563.7236451,106.3528472,100.0037497,-233.090878,-609.6888481 +122859,-554.2416007,108.8751834,101.8451341,-227.6866872,-605.3351156 +122860,-546.8167515,111.3886607,101.9570169,-223.1397665,-597.7626836 +122861,-536.0786272,113.8876069,102.3040547,-218.080507,-594.7011992 +122862,-529.6191828,116.374694,102.9017377,-213.4366755,-589.9588691 +122863,-518.7130542,118.8534942,103.7217086,-208.2731147,-583.4161437 +122864,-512.1500668,121.3259569,104.725316,-203.5393441,-578.3908454 +122865,-503.3068641,123.7927278,105.8784826,-199.2455797,-574.9960311 +122866,-493.2693109,126.253876,107.1543348,-193.9400972,-569.7497294 +122867,-486.5613841,128.70933,108.5316722,-189.5692308,-564.3627825 +122868,-477.5362831,131.1590183,109.9931476,-184.6726002,-558.8497615 +122869,-469.588669,133.6028957,111.5241727,-180.2354506,-557.0103624 +122870,-461.5890948,136.0409161,113.1123115,-175.2664334,-549.3498936 +122871,-452.3825951,138.4730274,114.7469574,-171.2702819,-546.4291329 +122872,-445.4533939,140.8991626,116.4190662,-166.2330909,-541.4595026 +122873,-436.146878,143.3192495,118.120949,-161.6739862,-537.4045304 +122874,-429.1406943,145.7332058,119.8460548,-157.6028289,-531.1831444 +122875,-420.9145895,148.1409458,121.5888035,-152.4774495,-529.0912755 +122876,-412.6422217,150.5423769,123.3444269,-149.9084959,-523.7345714 +122877,-404.3339893,152.9374074,125.1088565,-145.7744461,-518.2584984 +122878,-397.1899907,155.3259426,126.8786079,-142.6673567,-516.0446356 +122879,-388.8087794,157.7078875,128.6506963,-139.2865464,-510.396189 +122880,-381.5956397,160.0831429,130.4225523,-135.3666202,-506.9424515 +122881,102.2399546,162.6988892,132.735982,46.45007245,185.9061074 +122882,114.5884695,173.6493013,153.7646527,52.10856829,212.3415024 +122883,132.306773,188.8940423,184.7522738,60.74068018,252.1616986 +122884,150.1620108,204.1775532,216.302785,69.61861727,293.5484228 +122885,166.1578407,217.7288301,244.3890633,77.55453304,331.4447427 +122886,180.1426954,229.3908298,268.514318,84.39638939,365.0441108 +122887,192.5204312,239.5410038,289.3864793,90.35176699,394.1043671 +122888,203.6801941,248.5629129,307.7684319,95.6460056,419.605059 +122889,213.8781681,371.5398767,324.1904316,100.4343463,442.40795 +122890,223.2778058,553.5827487,338.9960002,104.8158334,463.0495099 +122891,231.9980379,452.9471294,352.4396541,108.8598555,481.8592405 +122892,240.1327168,511.9566505,364.7032207,112.6192686,499.0604967 +122893,247.7646777,531.4867356,375.9593014,116.1392038,514.8481072 +122894,254.9663243,549.3831889,386.3473593,119.4582443,529.3976011 +122895,261.799719,567.2642666,395.9973524,122.6088216,542.8660579 +122896,268.3172473,584.9322351,405.0104324,125.6177729,555.3904529 +122897,274.5630034,601.5825222,413.4794853,128.5072115,567.0895999 +122898,280.5741091,618.7811258,421.4789126,131.2953554,578.0659764 +122899,286.3817934,635.1577312,429.0701598,133.9972056,588.4078056 +122900,292.0123725,633.4535574,436.3053121,136.6251391,598.1911993 +122901,297.3468163,646.4037259,442.9427737,139.1564179,607.4802475 +122902,302.4552613,660.5400241,449.1210191,141.6108964,616.3306771 +122903,307.42334,674.5928774,455.0173896,144.0123237,624.7924019 +122904,312.2998932,689.1004685,460.7344834,146.375242,632.9087704 +122905,317.1047657,703.0102805,466.3138546,148.7066001,640.7170954 +122906,321.8450628,716.975745,471.7697422,151.0097456,648.2494252 +122907,326.5245703,730.5396555,477.1091598,153.2868535,655.5334085 +122908,331.146856,744.5085523,482.3387182,155.5397852,662.5928886 +122909,335.715606,757.7903313,487.4654094,157.7702441,669.4485925 +122910,340.2343676,771.1323006,492.4959933,159.9797682,676.1186637 +122911,344.4855387,785.1731415,497.2157262,162.0693431,682.2176647 +122912,341.8832511,817.7988857,495.0423115,161.0408031,675.8003618 +122913,337.009218,834.7843533,490.6772554,158.9413232,664.9486048 +122914,332.4043618,850.6712951,486.6167594,156.9381537,654.3784556 +122915,328.0205184,866.2040065,482.7584389,155.0249645,644.1384953 +122916,323.7976694,881.1203649,479.0084467,153.1815379,634.1949909 +122917,319.6923668,896.7518337,475.319477,151.3891697,624.4945469 +122918,315.6769675,911.4395937,471.6623019,149.634284,614.9897728 +122919,311.7330777,926.3349372,468.0257578,147.9074901,605.6447404 +122920,307.8467875,941.0595216,464.3987436,146.2019253,596.4316666 +122921,304.0065919,955.6801463,460.7706946,144.5122115,587.3279956 +122922,300.202715,970.2016492,457.1326803,142.8339638,578.3145636 +122923,296.4269329,984.6276296,453.4775705,141.1635948,569.3750083 +122924,292.6723758,998.9620171,449.7997035,139.4981741,560.4951836 +122925,288.933394,1013.207428,446.0946022,137.8353466,551.6631147 +122926,285.2053254,1027.323136,442.3586792,136.1732177,542.8685135 +122927,281.4843573,1041.460979,539.8762068,134.5102822,534.1027285 +122928,277.7673513,1055.427467,670.7693589,132.8453389,525.3583169 +122929,274.0517573,1069.350061,596.6427583,131.1774457,516.6290389 +122930,270.3354475,1083.137364,639.8565993,129.5058416,507.909361 +122931,266.61666,1096.968715,653.8213574,127.8299182,499.1944485 +122932,262.8939194,1110.572078,667.1863107,126.149183,490.4799788 +122933,259.1660454,1123.781765,679.6527102,124.4632617,481.7623566 +122934,255.4321142,1138.004936,692.2283971,122.7718796,473.0385821 +122935,251.6914361,1151.090479,703.8846148,121.0748494,464.3062688 +122936,247.9434919,1164.711395,715.8209398,119.3720429,455.5634089 +122937,244.1879133,1177.884404,727.0208186,117.6633821,446.8083898 +122938,240.4244355,1191.298318,738.1492227,115.9488199,438.0398025 +122939,236.6528973,1210.664931,748.7251132,114.2283419,429.2565278 +122940,232.8731922,1227.776312,759.4327114,112.5019466,420.4575504 +122941,231.8163361,1413.951067,1159.445682,112.0110418,416.6076349 +122942,237.7690718,1441.293577,1182.571,114.6683648,426.0163573 +122943,247.3525707,1461.190099,1195.693359,118.894475,442.0314698 +122944,256.972525,1479.923862,1207.380945,123.0562131,458.1139098 +122945,265.0967536,1498.706419,1218.470461,130.4386468,471.5982709 +122946,271.5641009,1519.114453,1229.0346,381.333586,482.2321151 +122947,804.2421956,1546.960091,1239.399125,242.5837171,721.0034422 +122948,545.0917978,1552.083739,1249.127554,294.6531174,1316.242187 +122949,630.8896739,1554.983917,1258.785992,304.4612495,952.2770499 +122950,657.3704921,1599.365721,1268.162884,313.4281986,1095.912568 +122951,674.9474136,1603.987238,1277.007065,321.5740119,1118.659731 +122952,692.9632043,1624.177996,1285.953345,330.0889543,1138.730378 +122953,709.2457069,1641.664464,1294.27254,338.0793207,1158.068785 +122954,725.9859075,1658.987399,1302.702439,345.927436,1176.592328 +122955,742.6231506,1676.300503,1310.665744,354.0053546,1195.590261 +122956,758.2111483,1693.291824,1318.686559,361.2058285,1213.362092 +122957,774.5297148,1710.377696,1330.573271,369.028193,1230.964821 +122958,789.7963123,1727.281376,1337.030998,376.1054165,1248.273907 +122959,805.1254046,1744.186344,1345.774756,383.6023837,1265.119705 +122960,819.8384898,1760.701594,1351.80296,390.7042037,1281.660074 +122961,835.1804007,1777.589967,1333.025908,397.4758295,1297.817455 +122962,849.8455118,1793.91637,1374.741491,404.3045195,1313.727098 +122963,863.6923169,1810.412797,1365.09084,411.2657543,1329.360386 +122964,878.1187704,1826.726523,1374.87337,417.7790338,1344.629954 +122965,892.005119,1843.040943,1381.244566,424.334543,1359.64881 +122966,905.4452913,1858.945489,1387.30072,430.5795668,1374.399347 +122967,919.5625294,1875.267835,1393.567786,437.1993533,1395.063268 +122968,932.6656162,1890.976569,1399.328031,443.2802755,1411.538156 +122969,945.9372724,1906.794867,1405.138395,449.4480502,1395.051826 +122970,958.9735405,1922.745664,1411.00047,455.4905302,1442.434713 +122971,971.8024677,1934.922485,1416.704262,461.6195435,1441.623685 +122972,984.4059162,1946.834126,1422.579566,467.4752052,1457.606335 +122973,996.9604425,1964.428498,1428.347636,473.8163586,1470.647484 +122974,1009.243892,1975.615147,1434.145492,479.5681801,1483.548873 +122975,1021.40636,1991.489191,1439.718578,485.6967984,1496.273268 +122976,1033.406127,1958.487328,1445.425573,491.1097508,1508.626947 +122977,1045.252209,2018.118041,1451.099938,496.9844767,1520.944135 +122978,1056.950833,2005.936266,1456.493564,502.6039981,1533.017052 +122979,1068.507676,2019.699348,1462.216184,507.8998935,1545.001835 +122980,1079.921828,2029.190838,1467.770895,513.8452805,1556.613769 +122981,1090.609901,2038.048377,1486.065149,519.0268072,1568.327214 +122982,1102.692201,2047.015149,1459.617751,524.4607653,1579.505566 +122983,1113.19329,2056.835947,1493.378697,529.7899382,1590.912671 +122984,1124.214707,2061.804812,1487.738174,534.9884046,1601.896568 +122985,1135.106476,2073.054202,1495.111626,540.2260802,1612.83047 +122986,1145.541751,2094.139994,1500.695904,545.2996312,1628.176368 +122987,1156.234176,2085.881671,1511.598022,550.4269953,1640.144571 +122988,1166.514968,2096.020251,1503.639066,555.3801632,1642.628265 +122989,1176.858273,2104.04066,1535.118328,560.0362592,1661.1304 +122990,1187.086008,2117.462967,1518.131829,565.472971,1662.745014 +122991,1197.030514,2115.065279,1532.610862,570.0256246,1676.510156 +122992,1207.144526,2125.666603,1538.276991,574.9561678,1685.886104 +122993,1216.94794,2131.852622,1544.641718,579.7288553,1695.385545 +122994,1226.728769,2137.913049,1551.492868,584.3878388,1710.280099 +122995,1237.158569,2144.081542,1558.15853,589.0441504,1712.37214 +122996,1246.988175,2150.181679,1565.130048,593.7200706,1724.288162 +122997,1256.691444,2155.740481,1571.788389,598.2678776,1734.187001 +122998,1266.32006,2161.430612,1578.601985,602.8078188,1747.261982 +122999,1275.878125,2166.827337,1585.101144,607.2992712,1749.670756 +123000,1285.368172,2172.115099,1592.005754,611.7067618,1760.412132 +123001,1300.706317,2179.920471,1604.350096,618.8161015,1797.175486 +123002,1310.54365,2185.454391,1611.812265,623.3908233,1800.325144 +123003,1320.433949,2190.423242,1623.767156,628.0527636,1810.169804 +123004,1329.579372,2195.34487,1618.1328,632.379231,1823.97248 +123005,1339.056774,2199.679604,1639.970841,636.8107797,1832.409627 +123006,1347.863366,2204.113198,1635.981869,641.006472,1839.653191 +123007,1356.885592,2208.291268,1645.289396,645.3253706,1841.684879 +123008,1366.402179,2212.332556,1651.694049,649.3797913,1842.566284 +123009,1380.70995,2216.158771,1657.501843,653.6775647,1840.798535 +123010,1381.290259,2219.853325,1663.855642,657.6630335,1838.81827 +123011,1402.93647,2223.394481,1670.118057,661.8679737,1836.821934 +123012,1393.777952,2226.786777,1675.934434,665.7428349,1834.971779 +123013,1399.0666,2230.033216,1682.142268,669.8093607,1833.369485 +123014,1425.542035,2233.137884,1688.228054,673.7443128,1832.112089 +123015,1423.924122,2236.073621,1698.626956,677.7221195,1830.871889 +123016,1434.54884,2238.910712,1698.13,681.535995,1829.947429 +123017,1442.839292,2241.566455,1706.073338,685.4818488,1829.023487 +123018,1451.149614,2244.104986,1712.095428,689.2256226,1828.251635 +123019,1459.199968,2246.502558,1717.458586,693.1079311,1827.65564 +123020,1467.624771,2248.768588,1727.830292,696.7913228,1827.31509 +123021,1475.396854,2250.891059,1727.456726,700.5038883,1827.055998 +123022,1483.43344,2252.865819,1734.218496,704.3207248,1826.660889 +123023,1491.565646,2254.751262,1745.521993,707.8708848,1826.464699 +123024,1499.312394,2256.473397,1744.447108,711.5716528,1826.371185 +123025,1507.120327,2258.053403,1750.336673,715.2703319,1826.070348 +123026,1514.899839,2259.551906,1760.975881,718.8445875,1825.915696 +123027,1522.953668,2260.885722,1761.169469,722.3205437,1825.903235 +123028,1530.340844,2262.132309,1770.345349,726.0103034,1826.06348 +123029,1538.025595,2263.195298,1771.410492,729.3963159,1825.950732 +123030,1545.485568,2264.174499,1783.093424,732.9448808,1825.941432 +123031,1553.547331,2265.55036,1781.79083,736.5333361,1825.964047 +123032,1561.110934,2266.88327,1782.544157,739.9625835,1825.583321 +123033,1568.572014,2268.151822,1782.202579,743.5341356,1824.689336 +123034,1576.460727,2269.367366,1780.096992,746.9169785,1823.330947 +123035,1583.881576,2270.480752,1778.057374,750.3399689,1821.526693 +123036,1591.494601,2271.518261,1776.133737,753.8771375,1819.376385 +123037,1598.929458,2272.471979,1774.369778,757.2076673,1817.002226 +123038,1606.515519,2273.358364,1772.759369,760.5772833,1814.480621 +123039,1613.826493,2274.159153,1771.299858,764.060979,1811.864791 +123040,1621.561846,2274.796408,1769.967313,767.2867012,1809.192835 +123041,1628.637574,2275.45339,1768.756634,770.6838832,1806.493786 +123042,1636.031263,2275.766279,1767.646832,774.1320749,1803.788481 +123043,1643.417286,2276.434765,1766.636295,777.2879739,1801.092376 +123044,1650.847283,2276.684541,1765.701671,780.5417724,1798.409219 +123045,1657.814517,2276.932199,1764.834166,784.000933,1795.734387 +123046,1665.337606,2277.106291,1764.014064,787.1429522,1793.067401 +123047,1672.379751,2277.198726,1763.24357,790.3756129,1790.410385 +123048,1679.62111,2277.182891,1762.507477,793.7149085,1787.763126 +123049,1686.661477,2277.05043,1761.808903,796.853463,1785.124762 +123050,1693.896419,2276.865019,1761.134259,800.0337006,1782.493918 +123051,1700.833675,2276.583323,1760.487121,803.3303475,1779.867816 +123052,1708.013255,2276.211201,1759.854601,806.4273571,1777.244015 +123053,1715.056203,2275.803091,1759.243307,809.5674271,1774.622003 +123054,1722.002796,2275.197588,1758.64191,812.765228,1772.000139 +123055,1728.787688,2274.58141,1758.057164,815.9110288,1769.377241 +123056,1748.967181,2273.862713,1757.45612,818.9704787,1766.723977 +123057,1727.815832,2272.915329,1756.891263,822.2556896,1764.095608 +123058,1752.608853,2272.223535,1756.365656,825.1887249,1761.507654 +123059,1757.677179,2271.164244,1755.82905,828.2964404,1758.887449 +123060,1762.641171,2270.110735,1755.274007,831.4100037,1756.236903 +123061,1652.633631,2218.133624,1752.32461,781.2543395,1749.525827 +123062,1657.949657,2212.05242,1743.276955,783.3277596,1734.102547 +123063,1663.76952,2211.48872,1731.837215,785.9488554,1714.79617 +123064,1669.681113,2209.654333,1721.405644,788.6234683,1696.395881 +123065,1689.053529,2207.549718,1712.98302,791.3815447,1680.316766 +123066,1668.353406,2205.614383,1706.41323,794.0624324,1666.52471 +123067,1689.260845,2203.655903,1701.188831,796.697749,1654.515554 +123068,1696.61073,2201.547058,1696.808954,799.4248283,1643.743038 +123069,1699.992051,2199.454906,1692.988012,802.2565014,1633.883251 +123070,1707.092824,2197.255561,1689.581699,804.9691788,1624.759823 +123071,1713.365289,2195.042939,1686.487257,807.7361831,1616.234793 +123072,1719.615806,2192.672314,1683.632153,810.494801,1608.202923 +123073,1725.989404,2190.304664,1680.964372,813.2536013,1600.583028 +123074,1732.015263,2187.845765,1678.440418,818.8075603,1593.304236 +123075,1738.342859,2185.319697,1676.033375,818.8471291,1586.316537 +123076,1744.538477,2182.726467,1673.719944,825.7054906,1579.57503 +123077,1750.736872,2180.065304,1671.487626,823.2538969,1573.049189 +123078,1756.939555,2177.33533,1669.316034,833.8792278,1566.901472 +123079,1763.124637,2174.538249,1667.200918,825.9970743,1560.69646 +123080,1783.770815,2171.684843,1665.135935,822.5496691,1554.626871 +123081,1756.329662,2168.787413,1663.124999,842.0968845,1548.691447 +123082,1788.209977,2165.747298,1661.1445,836.0225913,1542.853502 +123083,1787.279901,2162.685732,1659.167417,840.7538527,1537.073223 +123084,1793.292317,2159.564578,1657.20978,843.4006025,1531.360022 +123085,1799.809426,2156.354836,1655.468291,846.2659815,1525.721908 +123086,1806.158968,2153.098981,1653.543728,848.9727117,1520.135828 +123087,1817.73418,2149.787066,1651.626359,851.7655145,1514.590738 +123088,1825.333909,2146.363918,1649.71446,854.4276431,1509.072066 +123089,1826.550089,2142.734301,1647.832544,857.1226024,1503.606583 +123090,1808.360311,2139.468647,1646.028852,860.039783,1498.249511 +123091,1866.666904,2132.598322,1644.159309,861.7081228,1492.821544 +123092,1805.225088,2124.55423,1642.052949,863.5540477,1487.229608 +123093,1855.045794,2116.622366,1639.682925,865.2227031,1481.507467 +123094,1841.732955,2108.178311,1637.025021,866.8554015,1475.621777 +123095,1862.641037,2099.620033,1634.136466,868.5012725,1469.616984 +123096,1828.597383,2090.757057,1631.137012,869.858106,1463.614531 +123097,1869.061554,2081.719674,1628.03682,871.491034,1457.650765 +123098,1869.243477,2072.447273,1624.791336,872.8646943,1451.276394 +123099,1834.426935,2061.018795,1621.474578,875.6941224,1444.855636 +123100,1893.771664,2050.977015,1618.49187,877.1140135,1438.731299 +123101,1833.31258,2041.363616,1615.605436,878.6023374,1432.694134 +123102,1899.650754,2031.207713,1612.913159,879.9109716,1426.956849 +123103,1857.899356,2021.26381,1610.266173,881.4418582,1421.373082 +123104,1875.716984,2011.179924,1607.419643,882.5860357,1415.639919 +123105,1875.91668,2000.981813,1604.719699,883.9202689,1410.174328 +123106,1877.799595,1990.673224,1602.224802,885.142272,1405.037058 +123107,1880.107979,1980.366565,1599.790374,886.34013,1400.21686 +123108,1881.935276,1970.064005,1597.568574,887.5045619,1395.256683 +123109,1884.271402,1951.688952,1595.026829,888.7093607,1390.215832 +123110,1886.063254,1959.595813,1592.575024,889.6979833,1385.435584 +123111,1888.048526,1925.82154,1590.108812,890.7452582,1380.21358 +123112,1889.63342,1931.380595,1587.522506,891.8840399,1375.400581 +123113,1891.743147,1915.423358,1585.007764,892.838871,1370.725413 +123114,1893.235338,1905.10703,1582.499995,893.8299166,1365.936364 +123115,1894.971437,1894.614948,1579.948848,894.7815368,1361.118504 +123116,1896.321458,1883.71256,1577.390815,895.7792492,1356.572484 +123117,1906.286473,1872.956258,1574.951942,896.5628389,1351.987912 +123118,1887.568167,1862.239375,1572.480355,897.4857626,1347.382456 +123119,1913.77169,1851.143051,1569.937507,898.3168744,1342.489098 +123120,1898.349981,1840.40804,1567.424519,899.1335611,1337.914876 +123121,1634.172719,1699.642759,1566.571028,790.4178081,1338.154785 +123122,1671.037658,1712.930778,1550.310608,788.202076,1315.922875 +123123,1648.116615,1686.746294,1528.524261,786.6286078,1284.885534 +123124,1665.715692,1676.469035,1508.848286,785.4952724,1256.037557 +123125,1639.05371,1663.887264,1493.924119,784.3766275,1233.201282 +123126,1614.676723,1647.262871,1483.136721,786.4301262,1215.638919 +123127,1663.371133,1620.341003,1475.586254,785.9675352,1202.343726 +123128,1600.727524,1618.604288,1470.14478,785.397955,1191.886072 +123129,1634.18956,1601.150353,1466.003646,784.8572248,1183.463237 +123130,1631.544011,1606.023582,1462.603002,784.1189397,1176.464134 +123131,1601.427971,1552.896196,1459.787425,783.5312762,1170.683967 +123132,1628.025575,1575.413102,1457.397285,782.873125,1165.871003 +123133,1611.171518,1549.549574,1455.229334,782.2185875,1161.712556 +123134,1617.201696,1539.455155,1453.247129,781.5568085,1158.110271 +123135,1599.406744,1527.374986,1451.429874,780.8874351,1154.993247 +123136,1627.064849,1515.272469,1449.694432,780.209401,1152.220073 +123137,1579.201334,1503.133852,1448.043401,779.5231654,1149.761363 +123138,1636.004668,1499.897733,1446.413583,778.7543398,1147.510108 +123139,1560.996609,1467.305377,1444.847856,778.1582443,1145.495128 +123140,1634.762495,1468.643295,1443.310536,782.5891936,1143.651078 +123141,1574.462896,1449.117249,1442.31408,782.6484286,1141.886158 +123142,1569.489798,1438.558838,1441.734537,782.4532715,1140.300016 +123143,1603.443777,1426.829077,1441.19341,782.0864133,1138.781172 +123144,1570.756371,1415.18563,1440.497036,781.6675073,1137.269102 +123145,1609.584586,1403.92882,1439.630962,781.208476,1135.776403 +123146,1543.43306,1392.682945,1438.682194,780.7184065,1134.379589 +123147,1582.208318,1381.378554,1437.689522,780.2032913,1133.086203 +123148,1583.382984,1370.284428,1436.576504,779.6655599,1131.769591 +123149,1572.442636,1353.996081,1435.382008,781.8857284,1130.455941 +123150,1523.444717,1342.106722,1434.547937,781.7811063,1129.294538 +123151,1604.334056,1334.02544,1433.84152,782.6802366,1128.128693 +123152,1511.538599,1329.188708,1433.219699,783.7658398,1126.912311 +123153,1578.248866,1324.197376,1432.724708,784.9375677,1125.664667 +123154,1554.589508,1340.045785,1432.254527,786.1737611,1124.255283 +123155,1563.995534,1283.737489,1431.917513,787.4655399,1122.828156 +123156,1554.449205,1324.653226,1431.728623,788.8060815,1121.429163 +123157,1586.55585,1305.519809,1431.553207,790.1928002,1119.907941 +123158,1536.518352,1303.050722,1431.468562,788.7494863,1118.384225 +123159,1615.332174,1303.498404,1431.12318,789.6006991,1116.834477 +123160,1527.967973,1294.670284,1430.646672,790.7773862,1115.298179 +123161,1615.878071,1295.89676,1430.204054,792.065542,1113.774339 +123162,1542.387516,1289.91498,1429.864028,793.4977951,1112.246684 +123163,1616.974199,1286.672057,1429.644305,794.7976436,1110.712101 +123164,1545.285965,1283.055999,1429.555545,796.2321459,1109.206059 +123165,1619.531246,1279.491572,1429.64867,797.7884623,1107.812216 +123166,1568.450095,1275.992849,1429.826313,799.2989731,1106.433545 +123167,1573.16878,1272.55296,1430.025617,800.8440822,1105.001782 +123168,1623.688402,1269.174222,1430.397796,802.4773382,1103.719588 +123169,1553.36976,1265.850214,1430.895454,804.0778323,1102.531925 +123170,1633.404734,1262.580726,1431.59451,805.7341233,1101.545472 +123171,1565.196343,1259.364622,1432.317581,807.4244165,1100.54076 +123172,1626.942856,1256.096175,1432.964688,809.1436659,1099.401534 +123173,1569.588287,1253.13001,1433.528646,810.8907359,1098.322534 +123174,1638.686626,1249.989637,1434.300111,812.664188,1097.24592 +123175,1578.795447,1246.982153,1435.111239,814.538688,1096.176551 +123176,1632.193115,1244.00445,1435.875276,816.2487643,1095.018499 +123177,1602.923065,1241.070073,1436.634522,818.1496926,1093.823147 +123178,1616.184663,1238.177736,1437.286468,820.007462,1092.468542 +123179,1617.233371,1235.32554,1438.090817,821.8972511,1091.269538 +123180,1619.638576,1232.515153,1439.110928,823.8099075,1090.316582 +123181,1857.304817,1336.531607,1443.593369,934.3581491,1093.539496 +123182,1865.347987,1335.598462,1463.354574,933.8781559,1117.926426 +123183,1870.887186,1334.583236,1487.91941,941.2767721,1149.999847 +123184,1875.973401,1333.164673,1508.792338,942.8892178,1179.29381 +123185,1881.04887,1331.48815,1524.898276,946.2556188,1202.491201 +123186,1885.914606,1351.516801,1536.851418,949.2914569,1220.20797 +123187,1890.751787,1296.404243,1545.700355,954.4346133,1233.981854 +123188,1895.43389,1342.094442,1552.704766,953.6309036,1245.035294 +123189,1900.18077,1330.89976,1558.658255,965.1216099,1254.049851 +123190,1904.886273,1309.763578,1563.649796,950.410978,1261.861076 +123191,1917.097725,1345.2655,1568.098286,969.3087066,1268.353405 +123192,1903.808627,1293.876515,1572.246587,983.2765351,1274.070996 +123193,1929.951978,1349.755048,1575.974498,943.7229131,1278.896039 +123194,1920.971724,1286.036066,1579.691777,985.0868554,1283.387629 +123195,1928.480221,1346.254637,1583.073945,972.9142114,1287.16716 +123196,1933.67635,1285.637702,1586.261086,978.330889,1290.347178 +123197,1937.924618,1335.964988,1589.409237,981.2874614,1293.18967 +123198,1942.26281,1291.37295,1592.480712,984.1539661,1295.72785 +123199,1947.26118,1320.181793,1595.509072,987.0228095,1298.048757 +123200,1951.740225,1302.299857,1598.486618,989.9717054,1300.175597 +123201,1956.327703,1308.339548,1601.425175,992.7059701,1302.136805 +123202,1961.011236,1304.70257,1604.329136,995.6237541,1303.956739 +123203,1965.450705,1303.679076,1607.206074,998.4274026,1305.652887 +123204,1969.830517,1302.318154,1610.250228,1001.306013,1307.233397 +123205,1974.876123,1300.959939,1613.089381,1004.11957,1308.740951 +123206,1986.644912,1299.529905,1616.074802,1006.992055,1310.381464 +123207,1984.279893,1295.387998,1619.115109,1005.236023,1312.044237 +123208,1991.849959,1293.515042,1621.52584,1007.210358,1313.52675 +123209,1997.518955,1291.717769,1623.602291,1009.616276,1314.956372 +123210,2001.814976,1290.213752,1625.637884,1012.131582,1316.35802 +123211,2003.850986,1286.881046,1627.665572,1012.995325,1317.589658 +123212,2004.821341,1283.234909,1629.440224,1013.512313,1318.549222 +123213,2003.12348,1282.920249,1630.740807,1018.374526,1319.143175 +123214,2002.541886,1279.895,1632.027089,1019.35918,1319.382945 +123215,2002.642434,1276.465985,1633.241471,1019.963856,1319.411154 +123216,2002.54229,1270.964384,1634.258944,1020.165672,1319.367819 +123217,2002.361825,1267.50425,1635.008351,1020.415442,1319.310707 +123218,2001.972903,1264.152577,1635.480654,1020.491902,1319.229967 +123219,2001.405885,1260.800663,1635.702383,1020.49187,1319.118284 +123220,2000.873794,1257.429738,1635.71112,1020.422821,1318.978938 +123221,2000.052579,1253.929048,1635.543129,1020.677578,1318.822461 +123222,1999.441955,1250.64969,1635.22258,1020.933424,1318.653413 +123223,1998.414862,1247.118039,1634.755331,1021.144995,1318.459557 +123224,1997.374094,1243.640052,1634.143653,1021.301408,1318.227986 +123225,1996.24511,1240.114906,1633.39816,1021.397622,1317.958727 +123226,1995.054855,1236.556975,1632.531571,1021.431526,1317.656441 +123227,1993.65876,1232.966882,1631.55114,1021.400786,1317.320581 +123228,1992.239699,1229.344843,1630.461987,1021.304687,1316.94942 +123229,1990.720716,1225.790641,1629.270024,1021.142063,1316.543416 +123230,1989.104604,1221.960117,1627.980554,1020.912444,1316.103283 +123231,1987.399972,1218.312607,1626.597954,1020.613976,1315.622303 +123232,1985.609742,1214.550841,1625.125569,1020.247396,1315.100532 +123233,1983.734729,1210.773025,1623.566344,1019.811888,1314.540258 +123234,1981.775915,1206.965654,1621.922945,1019.306801,1313.943206 +123235,1979.687649,1203.030393,1620.196784,1018.731531,1313.308936 +123236,1977.625514,1199.306136,1618.390754,1018.085414,1312.638689 +123237,1975.408983,1195.342349,1616.507942,1017.3679,1311.934024 +123238,1973.120055,1191.431246,1614.549125,1016.578376,1311.193803 +123239,1970.758835,1187.47774,1612.515291,1015.716345,1310.41734 +123240,1968.216683,1183.495124,1610.405893,1014.781226,1309.602188 +123241,2011.166135,1202.172463,1610.795893,1036.371585,1312.910203 +123242,2012.96223,1199.071918,1614.037485,1036.504284,1320.82919 +123243,2011.595424,1195.920156,1617.968084,1035.93113,1329.65655 +123244,2009.934813,1192.279167,1620.880565,1035.389547,1337.117121 +123245,2007.591565,1188.623624,1622.489714,1034.457953,1342.939446 +123246,2005.771759,1184.847458,1623.04352,1033.549888,1347.457052 +123247,2003.282005,1180.997877,1622.865363,1032.287007,1351.06592 +123248,2000.579863,1177.087157,1622.195133,1031.107359,1354.044872 +123249,1997.475586,1173.123694,1621.198259,1029.748363,1356.794555 +123250,1995.714236,1169.112015,1619.991693,1028.302323,1359.033353 +123251,1985.330617,1165.054963,1618.438042,1026.758944,1360.80057 +123252,1998.914989,1160.952668,1616.853397,1025.11914,1362.503954 +123253,1970.954378,1157.934707,1615.016073,1021.301673,1363.870358 +123254,1976.057485,1153.95753,1612.794297,1019.084981,1364.574853 +123255,1971.889883,1149.802306,1610.628889,1016.863769,1365.034423 +123256,1967.109155,1145.571569,1608.565265,1014.471165,1365.829019 +123257,1963.301082,1141.285857,1606.434466,1012.162255,1366.589279 +123258,1959.549993,1136.95303,1604.234142,1009.623463,1367.325732 +123259,1955.546348,1132.576901,1601.967188,1007.148534,1368.038635 +123260,1951.549796,1128.159466,1599.624743,1004.430176,1368.710205 +123261,1947.662192,1123.702309,1597.200737,1001.780897,1369.327646 +123262,1943.209972,1119.114248,1594.687375,998.8792967,1369.877713 +123263,1939.14917,1114.645047,1592.090256,995.86947,1370.365208 +123264,1934.759733,1109.997072,1589.419337,992.9967155,1370.801094 +123265,1922.687343,1105.441151,1586.503982,989.8416882,1370.967013 +123266,1932.76953,1102.235991,1583.616814,985.1966825,1371.206988 +123267,1906.716532,1097.839673,1580.748132,981.5888499,1371.298805 +123268,1914.403151,1093.122692,1577.694928,978.0216284,1371.065316 +123269,1907.026514,1088.476505,1574.747178,974.3923717,1370.991886 +123270,1901.225177,1083.634016,1571.800665,970.6874451,1371.019254 +123271,1898.975956,1080.717966,1568.774844,969.1380736,1371.047011 +123272,1897.266267,1077.865647,1565.990415,967.9198507,1371.219697 +123273,1895.595137,1075.353333,1563.603491,966.8508481,1371.561329 +123274,1894.0497,1072.867153,1561.596071,965.8873178,1372.0131 +123275,1892.616638,1070.479659,1559.893752,965.0072676,1372.518975 +123276,1891.260463,1068.167574,1558.422837,964.1980113,1373.041111 +123277,1889.968081,1065.923881,1557.126655,963.4517152,1373.555302 +123278,1888.732993,1063.651772,1555.966236,962.7626274,1374.047415 +123279,1887.549883,1061.665681,1554.722839,962.1266633,1374.511232 +123280,1886.386225,1059.538422,1553.774941,961.5402088,1374.942775 +123281,1885.326772,1057.543075,1552.907922,961.0005181,1375.339901 +123282,1884.225336,1055.586703,1552.10549,960.5048721,1375.702028 +123283,1883.250629,1053.6802,1551.357884,960.0511924,1376.031027 +123284,1882.250655,1051.82189,1550.659637,959.637277,1376.330105 +123285,1881.293364,1050.01024,1550.005765,959.2614868,1376.600896 +123286,1880.367157,1048.243493,1549.392434,958.9219996,1376.845396 +123287,1879.466163,1046.52038,1548.816782,958.6175238,1377.066106 +123288,1878.589636,1044.839358,1548.276106,958.3465382,1377.265125 +123289,1877.703962,1043.199358,1547.767296,958.1080302,1377.443448 +123290,1876.917107,1041.599014,1547.289017,957.9007315,1377.603812 +123291,1876.094444,1040.037419,1546.840304,957.7238578,1377.748952 +123292,1875.305034,1038.513348,1546.418814,957.5763399,1377.879459 +123293,1874.538673,1037.026026,1546.022878,957.4575825,1377.996419 +123294,1873.790132,1035.574351,1545.651486,957.366687,1378.101446 +123295,1873.059795,1034.184657,1545.303483,957.2934027,1378.195687 +123296,1872.350329,1032.811413,1544.977406,957.2539169,1378.278849 +123297,1871.659402,1031.466891,1544.672638,957.2418424,1378.352586 +123298,1870.987552,1030.154046,1544.388682,957.2562665,1378.418657 +123299,1870.564618,1028.872016,1544.123405,957.2957424,1378.476406 +123300,1869.6207,1027.621205,1543.86947,957.3606619,1378.518184 +123301,1790.776594,993.3502494,1542.136815,932.7896323,1376.660568 +123302,1791.892541,991.8513575,1534.997631,911.8647149,1366.967794 +123303,1790.112619,990.6140441,1526.420752,930.2901509,1354.724585 +123304,1789.261235,989.35739,1519.307927,937.8668233,1343.975938 +123305,1788.964882,988.1986387,1514.248511,902.5002686,1335.725637 +123306,1788.187034,987.0584459,1510.866349,935.0548365,1329.650514 +123307,1787.567641,985.9457967,1508.528682,939.5604197,1325.028716 +123308,1786.983015,984.8630891,1506.898251,899.7688573,1321.465685 +123309,1786.406389,983.8086285,1505.723174,937.12906,1318.646925 +123310,1785.844888,982.7826764,1504.767326,940.8417874,1316.263541 +123311,1785.319684,981.783297,1504.036806,899.0887851,1314.308347 +123312,1784.813759,980.8110534,1503.48394,938.5934962,1312.704724 +123313,1784.320444,979.8639677,1502.975585,942.570508,1311.268096 +123314,1783.864828,978.8558372,1502.580533,898.5649609,1310.07108 +123315,1783.426682,978.0859629,1502.285056,940.3105362,1309.082919 +123316,1783.004641,977.15245,1502.001475,924.5412447,1308.180386 +123317,1782.611747,976.3159044,1501.752409,927.6790937,1307.381252 +123318,1782.241598,975.4903414,1501.547472,928.2082618,1306.687888 +123319,1781.891944,974.6868379,1501.373153,928.6662797,1306.074747 +123320,1781.778323,973.9058496,1501.225329,929.1543982,1305.529407 +123321,1781.178336,973.1464131,1501.095196,929.6647307,1305.034472 +123322,1781.011277,972.4086417,1500.983155,930.1984694,1304.585036 +123323,1780.748026,971.6916555,1500.895996,930.7552977,1304.185099 +123324,1780.503841,970.9955342,1500.832666,931.3357684,1303.829454 +123325,1780.277902,970.3194468,1500.789175,931.9393811,1303.509809 +123326,1780.10893,969.6634556,1500.764003,932.5671602,1303.221472 +123327,1779.935233,969.0267712,1500.756154,933.2181204,1302.960808 +123328,1779.792884,968.4094289,1500.76424,933.8932016,1302.72402 +123329,1779.769864,967.8106839,1500.789261,934.5919963,1302.510662 +123330,1779.820039,967.2305566,1500.833947,935.3150277,1302.322777 +123331,1779.60557,966.440207,1500.893885,935.8252077,1302.153603 +123332,1779.37162,965.6110348,1500.934978,936.2984415,1301.991134 +123333,1779.109599,964.7720979,1500.935885,936.765461,1301.830201 +123334,1778.870864,963.9313561,1500.894114,937.2346551,1301.671853 +123335,1778.647429,963.0915626,1500.816738,937.7092143,1301.519 +123336,1778.441296,962.2545353,1500.712534,938.191361,1301.374028 +123337,1778.254421,961.4208417,1500.588655,938.6820434,1301.238263 +123338,1778.088293,960.5912921,1500.450245,939.1824349,1301.112278 +123339,1777.943174,959.7659817,1500.300929,939.6929858,1300.996205 +123340,1777.819849,958.9454099,1500.143185,940.3009096,1300.889707 +123341,1777.718468,958.1295296,1499.979144,940.7061725,1300.792672 +123342,1777.640352,957.3186985,1499.810452,941.3116569,1300.704846 +123343,1777.58519,956.512816,1499.638145,941.8560634,1300.625587 +123344,1777.554218,955.7121517,1499.463148,942.4255267,1300.554421 +123345,1777.546916,954.9165807,1499.286276,943.0086039,1300.490992 +123346,1777.564529,954.1263032,1499.108146,943.6053279,1300.434907 +123347,1777.607086,953.3411816,1498.929286,944.2159642,1300.385843 +123348,1777.674928,952.5613589,1498.750116,944.8410158,1300.343485 +123349,1777.768611,951.7866919,1498.570999,945.4807077,1300.307567 +123350,1777.888327,951.0172747,1498.392225,946.1355056,1300.277836 +123351,1778.034284,950.3378424,1498.213454,946.8056412,1300.253325 +123352,1778.207155,949.4540464,1498.034966,947.4915488,1300.233922 +123353,1778.407428,948.7592318,1497.857685,948.1934729,1300.220402 +123354,1778.634972,947.9125895,1497.682031,948.911819,1300.212959 +123355,1778.890194,947.2926954,1497.507834,949.6468474,1300.211098 +123356,1779.173578,946.49385,1497.335007,950.3989458,1300.214465 +123357,1779.485701,945.7717844,1497.163772,951.1683934,1300.22313 +123358,1779.826398,945.0422672,1496.994214,951.9555615,1300.237021 +123359,1780.196492,944.3169947,1496.826345,952.7607503,1300.255997 +123360,1780.613816,943.5962653,1496.66057,953.5843229,1300.280447 +123361,1625.850826,876.6438095,1493.83752,888.1586619,1296.872806 +123362,1627.414377,875.3070868,1480.453294,888.6149882,1278.432758 +123363,1626.187299,874.2472436,1464.241316,888.9548059,1254.734771 +123364,1626.271718,873.2475384,1450.430123,889.6341699,1233.65058 +123365,1626.233083,872.2840411,1440.579541,890.2788911,1217.122749 +123366,1626.354133,871.4240776,1433.652078,890.9741541,1204.648395 +123367,1626.479228,870.2999227,1428.857698,891.9412463,1195.124644 +123368,1626.663954,869.5660218,1425.504813,893.1366123,1187.622142 +123369,1626.90048,868.5997392,1423.362577,892.8222073,1181.52887 +123370,1627.185968,867.725094,1421.113905,896.0553436,1176.472451 +123371,1627.547821,866.8918663,1419.472062,891.8669577,1172.229589 +123372,1627.906106,865.9929219,1418.092619,903.4682252,1168.628821 +123373,1628.352446,865.170736,1416.708936,887.0017269,1165.557092 +123374,1628.805398,864.2876716,1415.654183,914.3520316,1162.900763 +123375,1629.339192,863.4791792,1414.726676,879.5948217,1160.396522 +123376,1646.538458,861.7885849,1414.15363,921.1897679,1158.749787 +123377,1650.353587,860.8182889,1413.8953,913.7303085,1157.792304 +123378,1652.255412,859.9242523,1413.687017,918.0297045,1157.328262 +123379,1654.258154,859.0562561,1413.363401,920.1836565,1156.634271 +123380,1656.156897,858.2039237,1412.936949,922.2798677,1155.885162 +123381,1658.014946,857.3626994,1412.451517,924.3311894,1155.116314 +123382,1659.88367,856.5307845,1411.937266,926.4542163,1154.358021 +123383,1661.75792,855.7072808,1411.413837,928.3652568,1153.631194 +123384,1663.64626,854.8916327,1410.893037,930.4724165,1152.947605 +123385,1665.583198,854.0833577,1410.381903,932.5202767,1152.313109 +123386,1667.567673,853.2820687,1409.88514,934.5980055,1151.730812 +123387,1669.577558,852.4072868,1409.405303,936.6969057,1151.201355 +123388,1679.732729,851.7359773,1409.076294,938.8192761,1150.898455 +123389,1661.771271,850.897381,1408.612883,940.9666572,1150.446263 +123390,1689.142966,850.1320259,1408.168364,943.1422802,1150.04331 +123391,1663.678992,848.9556234,1407.71883,943.8289161,1149.655558 +123392,1689.22659,847.4838105,1407.191,944.1923078,1149.253679 +123393,1663.401091,846.1356394,1406.475947,944.3976658,1148.739286 +123394,1688.728472,844.6872132,1405.652265,944.4866119,1148.222551 +123395,1662.586351,843.2223894,1404.678443,944.4780918,1147.635505 +123396,1687.80782,841.7338777,1403.647734,944.3828955,1147.082276 +123397,1661.461755,865.5132876,1402.474862,944.2073804,1146.435093 +123398,1686.589347,801.2327329,1401.333795,943.9568658,1145.910139 +123399,1660.021469,855.1250182,1399.951064,943.6343602,1145.403712 +123400,1685.110244,850.9157109,1398.670784,943.2435088,1144.843064 +123401,1638.097052,808.2383516,1397.040955,927.7253882,1143.884763 +123402,1651.374558,843.0768341,1394.92066,924.9305598,1142.076355 +123403,1643.105416,848.8243749,1392.770994,923.0356003,1140.450499 +123404,1641.481373,801.517741,1390.852457,921.3627309,1139.157467 +123405,1639.466962,840.9038585,1389.098219,919.7597099,1138.128757 +123406,1637.3251,838.8871585,1387.391387,918.189975,1137.220624 +123407,1635.225948,802.9576398,1385.769234,916.6294756,1136.479162 +123408,1633.128812,853.6624117,1383.9752,915.0639522,1135.832266 +123409,1631.025326,787.2494529,1382.408621,913.4868556,1135.265509 +123410,1628.9063,858.8184584,1380.80259,931.1233704,1134.68557 +123411,1626.776185,778.3289043,1379.231601,881.9445186,1134.188065 +123412,1624.570267,856.1116444,1377.659034,922.163017,1133.725163 +123413,1622.472236,775.7992302,1376.016753,914.6213428,1133.207197 +123414,1620.22416,848.9793126,1374.357037,889.7450075,1132.696285 +123415,1618.038313,776.421993,1372.675131,930.4023992,1132.182807 +123416,1615.781194,839.5427182,1370.983569,871.5974255,1131.679995 +123417,1613.511865,778.6842849,1369.297594,913.8391673,1131.205311 +123418,1611.210394,828.8883211,1367.552929,896.5909487,1130.675833 +123419,1608.882331,781.7728579,1365.782452,895.3357646,1130.13162 +123420,1606.689371,817.6216004,1364.002747,895.2471966,1129.59228 +123421,1597.907732,785.0938093,967.8453763,891.8863894,2431.175237 +123422,1885.726062,933.1620382,1002.815267,1025.371993,2472.960872 +123423,1939.396726,927.9624032,1053.601676,1017.320753,2528.858257 +123424,1889.985857,926.6208505,1100.495198,1023.417415,2573.324458 +123425,1907.395069,924.9290636,1131.931093,1018.505676,2589.227999 +123426,1900.845782,922.9264893,1149.479747,1017.152571,2582.061595 +123427,1897.428419,921.0330661,1159.993615,1015.256235,2566.422909 +123428,1894.981787,919.0553714,1167.13894,1013.136543,2549.127465 +123429,1887.090877,917.0572717,1172.53359,1011.140422,2532.673535 +123430,1896.249594,915.0905267,1176.857295,1008.901887,2517.796143 +123431,1878.008401,912.9536316,1180.404284,1006.802107,2504.572503 +123432,1885.599119,910.9233678,1183.334882,1004.538918,2492.887439 +123433,1879.083641,908.8177685,1185.752109,1002.282554,2482.56311 +123434,1876.031734,906.7005161,1187.737337,1000.00565,2473.426991 +123435,1872.905781,904.562846,1189.357902,997.6986547,2465.132306 +123436,1869.660708,902.4055416,1190.669442,995.2163672,2457.941377 +123437,1865.914755,900.1722542,1191.716952,992.8709164,2451.533088 +123438,1862.544966,898.0630514,1192.540458,990.4349049,2445.804398 +123439,1858.876588,895.8087104,1193.172362,987.8346486,2440.66704 +123440,1855.256778,893.6457779,1193.637706,985.3749237,2436.04545 +123441,1851.651645,891.3163865,1193.960215,982.8941037,2431.874565 +123442,1847.561613,889.097148,1194.157652,980.0098937,2428.098163 +123443,1844.054006,886.8111427,1194.247136,977.5912384,2424.667428 +123444,1839.888922,884.5195653,1194.24075,974.7641385,2421.540034 +123445,1836.14622,882.2134128,1194.140073,972.134742,2418.654813 +123446,1831.390331,879.8930351,1193.963437,969.2971979,2416.00252 +123447,1827.832736,877.5588847,1193.728651,966.5862725,2413.574393 +123448,1823.310335,875.2894623,1193.436499,963.1167885,2411.335444 +123449,1818.618795,872.9463023,1193.095447,960.2150241,2409.260642 +123450,1814.519492,870.6373722,1192.707721,957.0914036,2407.32991 +123451,1810.226967,868.1968735,1192.276997,954.5471151,2405.526283 +123452,1806.522254,865.8160866,1191.805462,951.8298812,2403.835313 +123453,1802.424581,863.511395,1191.297885,949.2211813,2402.24458 +123454,1798.430758,861.0825265,1190.755999,946.4238976,2400.743329 +123455,1794.284255,858.6929034,1190.183568,943.7577731,2399.322086 +123456,1790.354021,856.2834254,1189.581361,941.0169728,2397.972443 +123457,1786.151009,853.8635862,1188.95246,938.2698728,2396.686986 +123458,1772.562241,851.4333624,1188.296889,935.4385999,2395.458589 +123459,1792.005902,849.0471888,1187.616663,932.7533678,2394.279899 +123460,1747.680051,846.5160711,1186.912042,929.9023728,2393.146457 +123461,1799.466978,844.0960554,1186.185485,927.0905193,2392.053747 +123462,1732.105366,841.6170241,1185.437326,924.2475581,2390.999105 +123463,1792.820151,839.1374529,1184.670569,921.3832336,2389.980616 +123464,1738.631669,836.6483346,1183.884478,918.4971714,2388.994455 +123465,1756.238328,834.0970352,1183.081011,915.5867334,2388.037413 +123466,1733.222192,831.6678435,1182.259239,912.6558649,2387.106187 +123467,1750.371759,829.164617,1181.42094,909.6993258,2386.197984 +123468,1735.202481,826.5688233,1180.565484,906.7186933,2385.310917 +123469,1733.260957,824.0731787,1179.694803,903.7126749,2384.443177 +123470,1728.526435,821.520648,1178.808146,900.6804844,2383.593191 +123471,1741.143792,818.9682369,1177.907454,897.5584221,2382.75966 +123472,1706.995634,816.4070353,1176.991766,894.5640078,2381.940999 +123473,1707.804205,813.8372691,1176.062789,891.4027097,2381.135778 +123474,1717.43293,811.3101113,1175.119771,888.2675094,2380.343248 +123475,1703.259325,808.6472326,1174.164474,885.1534909,2379.366824 +123476,1700.873838,806.0900306,1173.195809,881.8550032,2378.602935 +123477,1713.39825,803.4268655,1172.215531,878.5977907,2377.850828 +123478,1665.013763,800.8911657,1171.222482,875.4052728,2377.107406 +123479,1699.358312,798.2331901,1170.218362,872.0507648,2376.371114 +123480,1678.471792,795.6134867,1169.20226,868.6032339,2375.64147 +123481,0,0,0,0,0 +123482,0,0,0,0,0 +123483,0,0,0,0,0 +123484,0,0,0,0,0 +123485,0,0,0,0,0 +123486,0,0,0,0,0 +123487,0,0,0,0,0 +123488,0,0,0,0,0 +123489,0,0,0,0,0 +123490,0,0,0,0,0 +123491,0,0,0,0,0 +123492,0,0,0,0,0 +123493,0,0,0,0,0 +123494,0,0,0,0,0 +123495,0,0,0,0,0 +123496,0,0,0,0,0 +123497,0,0,0,0,0 +123498,0,0,0,0,0 +123499,0,0,0,0,0 +123500,0,0,0,0,0 +123501,0,0,0,0,0 +123502,0,0,0,0,0 +123503,0,0,0,0,0 +123504,0,0,0,0,0 +123505,0,0,0,0,0 +123506,0,0,0,0,0 +123507,0,0,0,0,0 +123508,0,0,0,0,0 +123509,0,0,0,0,0 +123510,0,0,0,0,0 +123511,0,0,0,0,0 +123512,0,0,0,0,0 +123513,0,0,0,0,0 +123514,0,0,0,0,0 +123515,0,0,0,0,0 +123516,0,0,0,0,0 +123517,0,0,0,0,0 +123518,0,0,0,0,0 +123519,0,0,0,0,0 +123520,0,0,0,0,0 +123521,0,0,0,0,0 +123522,0,0,0,0,0 +123523,0,0,0,0,0 +123524,0,0,0,0,0 +123525,0,0,0,0,0 +123526,0,0,0,0,0 +123527,0,0,0,0,0 +123528,0,0,0,0,0 +123529,0,0,0,0,0 +123530,0,0,0,0,0 +123531,0,0,0,0,0 +123532,0,0,0,0,0 +123533,0,0,0,0,0 +123534,0,0,0,0,0 +123535,0,0,0,0,0 +123536,0,0,0,0,0 +123537,0,0,0,0,0 +123538,0,0,0,0,0 +123539,0,0,0,0,0 +123540,0,0,0,0,0 +123541,0,0,0,0,0 +123542,0,0,0,0,0 +123543,0,0,0,0,0 +123544,0,0,0,0,0 +123545,0,0,0,0,0 +123546,0,0,0,0,0 +123547,0,0,0,0,0 +123548,0,0,0,0,0 +123549,0,0,0,0,0 +123550,0,0,0,0,0 +123551,0,0,0,0,0 +123552,0,0,0,0,0 +123553,0,0,0,0,0 +123554,0,0,0,0,0 +123555,0,0,0,0,0 +123556,0,0,0,0,0 +123557,0,0,0,0,0 +123558,0,0,0,0,0 +123559,0,0,0,0,0 +123560,0,0,0,0,0 +123561,0,0,0,0,0 +123562,0,0,0,0,0 +123563,0,0,0,0,0 +123564,0,0,0,0,0 +123565,0,0,0,0,0 +123566,0,0,0,0,0 +123567,0,0,0,0,0 +123568,0,0,0,0,0 +123569,0,0,0,0,0 +123570,0,0,0,0,0 +123571,0,0,0,0,0 +123572,0,0,0,0,0 +123573,0,0,0,0,0 +123574,0,0,0,0,0 +123575,0,0,0,0,0 +123576,0,0,0,0,0 +123577,0,0,0,0,0 +123578,0,0,0,0,0 +123579,0,0,0,0,0 +123580,0,0,0,0,0 +123581,0,0,0,0,0 +123582,0,0,0,0,0 +123583,0,0,0,0,0 +123584,0,0,0,0,0 +123585,0,0,0,0,0 +123586,0,0,0,0,0 +123587,0,0,0,0,0 +123588,0,0,0,0,0 +123589,0,0,0,0,0 +123590,0,0,0,0,0 +123591,0,0,0,0,0 +123592,0,0,0,0,0 +123593,0,0,0,0,0 +123594,0,0,0,0,0 +123595,0,0,0,0,0 +123596,0,0,0,0,0 +123597,0,0,0,0,0 +123598,0,0,0,0,0 +123599,0,0,0,0,0 +123600,0,0,0,0,0 +123601,0,0,0,0,0 +123602,0,0,0,0,0 +123603,0,0,0,0,0 +123604,0,0,0,0,0 +123605,0,0,0,0,0 +123606,0,0,0,0,0 +123607,0,0,0,0,0 +123608,0,0,0,0,0 +123609,0,0,0,0,0 +123610,0,0,0,0,0 +123611,0,0,0,0,0 +123612,0,0,0,0,0 +123613,0,0,0,0,0 +123614,0,0,0,0,0 +123615,0,0,0,0,0 +123616,0,0,0,0,0 +123617,0,0,0,0,0 +123618,0,0,0,0,0 +123619,0,0,0,0,0 +123620,0,0,0,0,0 +123621,0,0,0,0,0 +123622,0,0,0,0,0 +123623,0,0,0,0,0 +123624,0,0,0,0,0 +123625,0,0,0,0,0 +123626,0,0,0,0,0 +123627,0,0,0,0,0 +123628,0,0,0,0,0 +123629,0,0,0,0,0 +123630,0,0,0,0,0 +123631,0,0,0,0,0 +123632,0,0,0,0,0 +123633,0,0,0,0,0 +123634,0,0,0,0,0 +123635,0,0,0,0,0 +123636,0,0,0,0,0 +123637,0,0,0,0,0 +123638,0,0,0,0,0 +123639,0,0,0,0,0 +123640,0,0,0,0,0 +123641,0,0,0,0,0 +123642,0,0,0,0,0 +123643,0,0,0,0,0 +123644,0,0,0,0,0 +123645,0,0,0,0,0 +123646,0,0,0,0,0 +123647,0,0,0,0,0 +123648,0,0,0,0,0 +123649,0,0,0,0,0 +123650,0,0,0,0,0 +123651,0,0,0,0,0 +123652,0,0,0,0,0 +123653,0,0,0,0,0 +123654,0,0,0,0,0 +123655,0,0,0,0,0 +123656,0,0,0,0,0 +123657,0,0,0,0,0 +123658,0,0,0,0,0 +123659,0,0,0,0,0 +123660,0,0,0,0,0 +123661,0,0,0,0,0 +123662,0,0,0,0,0 +123663,0,0,0,0,0 +123664,0,0,0,0,0 +123665,0,0,0,0,0 +123666,0,0,0,0,0 +123667,0,0,0,0,0 +123668,0,0,0,0,0 +123669,0,0,0,0,0 +123670,0,0,0,0,0 +123671,0,0,0,0,0 +123672,0,0,0,0,0 +123673,0,0,0,0,0 +123674,0,0,0,0,0 +123675,0,0,0,0,0 +123676,0,0,0,0,0 +123677,0,0,0,0,0 +123678,0,0,0,0,0 +123679,0,0,0,0,0 +123680,0,0,0,0,0 +123681,0,0,0,0,0 +123682,0,0,0,0,0 +123683,0,0,0,0,0 +123684,0,0,0,0,0 +123685,0,0,0,0,0 +123686,0,0,0,0,0 +123687,0,0,0,0,0 +123688,0,0,0,0,0 +123689,0,0,0,0,0 +123690,0,0,0,0,0 +123691,0,0,0,0,0 +123692,0,0,0,0,0 +123693,0,0,0,0,0 +123694,0,0,0,0,0 +123695,0,0,0,0,0 +123696,0,0,0,0,0 +123697,0,0,0,0,0 +123698,0,0,0,0,0 +123699,0,0,0,0,0 +123700,0,0,0,0,0 +123701,0,0,0,0,0 +123702,0,0,0,0,0 +123703,0,0,0,0,0 +123704,0,0,0,0,0 +123705,0,0,0,0,0 +123706,0,0,0,0,0 +123707,0,0,0,0,0 +123708,0,0,0,0,0 +123709,0,0,0,0,0 +123710,0,0,0,0,0 +123711,0,0,0,0,0 +123712,0,0,0,0,0 +123713,0,0,0,0,0 +123714,0,0,0,0,0 +123715,0,0,0,0,0 +123716,0,0,0,0,0 +123717,0,0,0,0,0 +123718,0,0,0,0,0 +123719,0,0,0,0,0 +123720,0,0,0,0,0 +123721,0,0,0,0,0 +123722,0,0,0,0,0 +123723,0,0,0,0,0 +123724,0,0,0,0,0 +123725,0,0,0,0,0 +123726,0,0,0,0,0 +123727,0,0,0,0,0 +123728,0,0,0,0,0 +123729,0,0,0,0,0 +123730,0,0,0,0,0 +123731,0,0,0,0,0 +123732,0,0,0,0,0 +123733,0,0,0,0,0 +123734,0,0,0,0,0 +123735,0,0,0,0,0 +123736,0,0,0,0,0 +123737,0,0,0,0,0 +123738,0,0,0,0,0 +123739,0,0,0,0,0 +123740,0,0,0,0,0 +123741,0,0,0,0,0 +123742,0,0,0,0,0 +123743,0,0,0,0,0 +123744,0,0,0,0,0 +123745,0,0,0,0,0 +123746,0,0,0,0,0 +123747,0,0,0,0,0 +123748,0,0,0,0,0 +123749,0,0,0,0,0 +123750,0,0,0,0,0 +123751,0,0,0,0,0 +123752,0,0,0,0,0 +123753,0,0,0,0,0 +123754,0,0,0,0,0 +123755,0,0,0,0,0 +123756,0,0,0,0,0 +123757,0,0,0,0,0 +123758,0,0,0,0,0 +123759,0,0,0,0,0 +123760,0,0,0,0,0 +123761,0,0,0,0,0 +123762,0,0,0,0,0 +123763,0,0,0,0,0 +123764,0,0,0,0,0 +123765,0,0,0,0,0 +123766,0,0,0,0,0 +123767,0,0,0,0,0 +123768,0,0,0,0,0 +123769,0,0,0,0,0 +123770,0,0,0,0,0 +123771,0,0,0,0,0 +123772,0,0,0,0,0 +123773,0,0,0,0,0 +123774,0,0,0,0,0 +123775,0,0,0,0,0 +123776,0,0,0,0,0 +123777,0,0,0,0,0 +123778,0,0,0,0,0 +123779,0,0,0,0,0 +123780,0,0,0,0,0 +123781,0,0,0,0,0 +123782,0,0,0,0,0 +123783,0,0,0,0,0 +123784,0,0,0,0,0 +123785,0,0,0,0,0 +123786,0,0,0,0,0 +123787,0,0,0,0,0 +123788,0,0,0,0,0 +123789,0,0,0,0,0 +123790,0,0,0,0,0 +123791,0,0,0,0,0 +123792,0,0,0,0,0 +123793,0,0,0,0,0 +123794,0,0,0,0,0 +123795,0,0,0,0,0 +123796,0,0,0,0,0 +123797,0,0,0,0,0 +123798,0,0,0,0,0 +123799,0,0,0,0,0 +123800,0,0,0,0,0 +123801,0,0,0,0,0 +123802,0,0,0,0,0 +123803,0,0,0,0,0 +123804,0,0,0,0,0 +123805,0,0,0,0,0 +123806,0,0,0,0,0 +123807,0,0,0,0,0 +123808,0,0,0,0,0 +123809,0,0,0,0,0 +123810,0,0,0,0,0 +123811,0,0,0,0,0 +123812,0,0,0,0,0 +123813,0,0,0,0,0 +123814,0,0,0,0,0 +123815,0,0,0,0,0 +123816,0,0,0,0,0 +123817,0,0,0,0,0 +123818,0,0,0,0,0 +123819,0,0,0,0,0 +123820,0,0,0,0,0 +123821,0,0,0,0,0 +123822,0,0,0,0,0 +123823,0,0,0,0,0 +123824,0,0,0,0,0 +123825,0,0,0,0,0 +123826,0,0,0,0,0 +123827,0,0,0,0,0 +123828,0,0,0,0,0 +123829,0,0,0,0,0 +123830,0,0,0,0,0 +123831,0,0,0,0,0 +123832,0,0,0,0,0 +123833,0,0,0,0,0 +123834,0,0,0,0,0 +123835,0,0,0,0,0 +123836,0,0,0,0,0 +123837,0,0,0,0,0 +123838,0,0,0,0,0 +123839,0,0,0,0,0 +123840,0,0,0,0,0 +123841,0,0,0,0,0 +123842,0,0,0,0,0 +123843,0,0,0,0,0 +123844,0,0,0,0,0 +123845,0,0,0,0,0 +123846,0,0,0,0,0 +123847,0,0,0,0,0 +123848,0,0,0,0,0 +123849,0,0,0,0,0 +123850,0,0,0,0,0 +123851,0,0,0,0,0 +123852,0,0,0,0,0 +123853,0,0,0,0,0 +123854,0,0,0,0,0 +123855,0,0,0,0,0 +123856,0,0,0,0,0 +123857,0,0,0,0,0 +123858,0,0,0,0,0 +123859,0,0,0,0,0 +123860,0,0,0,0,0 +123861,0,0,0,0,0 +123862,0,0,0,0,0 +123863,0,0,0,0,0 +123864,0,0,0,0,0 +123865,0,0,0,0,0 +123866,0,0,0,0,0 +123867,0,0,0,0,0 +123868,0,0,0,0,0 +123869,0,0,0,0,0 +123870,0,0,0,0,0 +123871,0,0,0,0,0 +123872,0,0,0,0,0 +123873,0,0,0,0,0 +123874,0,0,0,0,0 +123875,0,0,0,0,0 +123876,0,0,0,0,0 +123877,0,0,0,0,0 +123878,0,0,0,0,0 +123879,0,0,0,0,0 +123880,0,0,0,0,0 +123881,0,0,0,0,0 +123882,0,0,0,0,0 +123883,0,0,0,0,0 +123884,0,0,0,0,0 +123885,0,0,0,0,0 +123886,0,0,0,0,0 +123887,0,0,0,0,0 +123888,0,0,0,0,0 +123889,0,0,0,0,0 +123890,0,0,0,0,0 +123891,0,0,0,0,0 +123892,0,0,0,0,0 +123893,0,0,0,0,0 +123894,0,0,0,0,0 +123895,0,0,0,0,0 +123896,0,0,0,0,0 +123897,0,0,0,0,0 +123898,0,0,0,0,0 +123899,0,0,0,0,0 +123900,0,0,0,0,0 +123901,0,0,0,0,0 +123902,0,0,0,0,0 +123903,0,0,0,0,0 +123904,0,0,0,0,0 +123905,0,0,0,0,0 +123906,0,0,0,0,0 +123907,0,0,0,0,0 +123908,0,0,0,0,0 +123909,0,0,0,0,0 +123910,0,0,0,0,0 +123911,0,0,0,0,0 +123912,0,0,0,0,0 +123913,0,0,0,0,0 +123914,0,0,0,0,0 +123915,0,0,0,0,0 +123916,0,0,0,0,0 +123917,0,0,0,0,0 +123918,0,0,0,0,0 +123919,0,0,0,0,0 +123920,0,0,0,0,0 +123921,0,0,0,0,0 +123922,0,0,0,0,0 +123923,0,0,0,0,0 +123924,0,0,0,0,0 +123925,0,0,0,0,0 +123926,0,0,0,0,0 +123927,0,0,0,0,0 +123928,0,0,0,0,0 +123929,0,0,0,0,0 +123930,0,0,0,0,0 +123931,0,0,0,0,0 +123932,0,0,0,0,0 +123933,0,0,0,0,0 +123934,0,0,0,0,0 +123935,0,0,0,0,0 +123936,0,0,0,0,0 +123937,0,0,0,0,0 +123938,0,0,0,0,0 +123939,0,0,0,0,0 +123940,0,0,0,0,0 +123941,0,0,0,0,0 +123942,0,0,0,0,0 +123943,0,0,0,0,0 +123944,0,0,0,0,0 +123945,0,0,0,0,0 +123946,0,0,0,0,0 +123947,0,0,0,0,0 +123948,0,0,0,0,0 +123949,0,0,0,0,0 +123950,0,0,0,0,0 +123951,0,0,0,0,0 +123952,0,0,0,0,0 +123953,0,0,0,0,0 +123954,0,0,0,0,0 +123955,0,0,0,0,0 +123956,0,0,0,0,0 +123957,0,0,0,0,0 +123958,0,0,0,0,0 +123959,0,0,0,0,0 +123960,0,0,0,0,0 +123961,0,0,0,0,0 +123962,0,0,0,0,0 +123963,0,0,0,0,0 +123964,0,0,0,0,0 +123965,0,0,0,0,0 +123966,0,0,0,0,0 +123967,0,0,0,0,0 +123968,0,0,0,0,0 +123969,0,0,0,0,0 +123970,0,0,0,0,0 +123971,0,0,0,0,0 +123972,0,0,0,0,0 +123973,0,0,0,0,0 +123974,0,0,0,0,0 +123975,0,0,0,0,0 +123976,0,0,0,0,0 +123977,0,0,0,0,0 +123978,0,0,0,0,0 +123979,0,0,0,0,0 +123980,0,0,0,0,0 +123981,0,0,0,0,0 +123982,0,0,0,0,0 +123983,0,0,0,0,0 +123984,0,0,0,0,0 +123985,0,0,0,0,0 +123986,0,0,0,0,0 +123987,0,0,0,0,0 +123988,0,0,0,0,0 +123989,0,0,0,0,0 +123990,0,0,0,0,0 +123991,0,0,0,0,0 +123992,0,0,0,0,0 +123993,0,0,0,0,0 +123994,0,0,0,0,0 +123995,0,0,0,0,0 +123996,0,0,0,0,0 +123997,0,0,0,0,0 +123998,0,0,0,0,0 +123999,0,0,0,0,0 +124000,0,0,0,0,0 +124001,0,0,0,0,0 +124002,0,0,0,0,0 +124003,0,0,0,0,0 +124004,0,0,0,0,0 +124005,0,0,0,0,0 +124006,0,0,0,0,0 +124007,0,0,0,0,0 +124008,0,0,0,0,0 +124009,0,0,0,0,0 +124010,0,0,0,0,0 +124011,0,0,0,0,0 +124012,0,0,0,0,0 +124013,0,0,0,0,0 +124014,0,0,0,0,0 +124015,0,0,0,0,0 +124016,0,0,0,0,0 +124017,0,0,0,0,0 +124018,0,0,0,0,0 +124019,0,0,0,0,0 +124020,0,0,0,0,0 +124021,0,0,0,0,0 +124022,0,0,0,0,0 +124023,0,0,0,0,0 +124024,0,0,0,0,0 +124025,0,0,0,0,0 +124026,0,0,0,0,0 +124027,0,0,0,0,0 +124028,0,0,0,0,0 +124029,0,0,0,0,0 +124030,0,0,0,0,0 +124031,0,0,0,0,0 +124032,0,0,0,0,0 +124033,0,0,0,0,0 +124034,0,0,0,0,0 +124035,0,0,0,0,0 +124036,0,0,0,0,0 +124037,0,0,0,0,0 +124038,0,0,0,0,0 +124039,0,0,0,0,0 +124040,0,0,0,0,0 +124041,0,0,0,0,0 +124042,0,0,0,0,0 +124043,0,0,0,0,0 +124044,0,0,0,0,0 +124045,0,0,0,0,0 +124046,0,0,0,0,0 +124047,0,0,0,0,0 +124048,0,0,0,0,0 +124049,0,0,0,0,0 +124050,0,0,0,0,0 +124051,0,0,0,0,0 +124052,0,0,0,0,0 +124053,0,0,0,0,0 +124054,0,0,0,0,0 +124055,0,0,0,0,0 +124056,0,0,0,0,0 +124057,0,0,0,0,0 +124058,0,0,0,0,0 +124059,0,0,0,0,0 +124060,0,0,0,0,0 +124061,0,0,0,0,0 +124062,0,0,0,0,0 +124063,0,0,0,0,0 +124064,0,0,0,0,0 +124065,0,0,0,0,0 +124066,0,0,0,0,0 +124067,0,0,0,0,0 +124068,0,0,0,0,0 +124069,0,0,0,0,0 +124070,0,0,0,0,0 +124071,0,0,0,0,0 +124072,0,0,0,0,0 +124073,0,0,0,0,0 +124074,0,0,0,0,0 +124075,0,0,0,0,0 +124076,0,0,0,0,0 +124077,0,0,0,0,0 +124078,0,0,0,0,0 +124079,0,0,0,0,0 +124080,0,0,0,0,0 +124081,0,0,0,0,0 +124082,0,0,0,0,0 +124083,0,0,0,0,0 +124084,0,0,0,0,0 +124085,0,0,0,0,0 +124086,0,0,0,0,0 +124087,0,0,0,0,0 +124088,0,0,0,0,0 +124089,0,0,0,0,0 +124090,0,0,0,0,0 +124091,0,0,0,0,0 +124092,0,0,0,0,0 +124093,0,0,0,0,0 +124094,0,0,0,0,0 +124095,0,0,0,0,0 +124096,0,0,0,0,0 +124097,0,0,0,0,0 +124098,0,0,0,0,0 +124099,0,0,0,0,0 +124100,0,0,0,0,0 +124101,0,0,0,0,0 +124102,0,0,0,0,0 +124103,0,0,0,0,0 +124104,0,0,0,0,0 +124105,0,0,0,0,0 +124106,0,0,0,0,0 +124107,0,0,0,0,0 +124108,0,0,0,0,0 +124109,0,0,0,0,0 +124110,0,0,0,0,0 +124111,0,0,0,0,0 +124112,0,0,0,0,0 +124113,0,0,0,0,0 +124114,0,0,0,0,0 +124115,0,0,0,0,0 +124116,0,0,0,0,0 +124117,0,0,0,0,0 +124118,0,0,0,0,0 +124119,0,0,0,0,0 +124120,0,0,0,0,0 +124121,0,0,0,0,0 +124122,0,0,0,0,0 +124123,0,0,0,0,0 +124124,0,0,0,0,0 +124125,0,0,0,0,0 +124126,0,0,0,0,0 +124127,0,0,0,0,0 +124128,0,0,0,0,0 +124129,0,0,0,0,0 +124130,0,0,0,0,0 +124131,0,0,0,0,0 +124132,0,0,0,0,0 +124133,0,0,0,0,0 +124134,0,0,0,0,0 +124135,0,0,0,0,0 +124136,0,0,0,0,0 +124137,0,0,0,0,0 +124138,0,0,0,0,0 +124139,0,0,0,0,0 +124140,0,0,0,0,0 +124141,0,0,0,0,0 +124142,0,0,0,0,0 +124143,0,0,0,0,0 +124144,0,0,0,0,0 +124145,0,0,0,0,0 +124146,0,0,0,0,0 +124147,0,0,0,0,0 +124148,0,0,0,0,0 +124149,0,0,0,0,0 +124150,0,0,0,0,0 +124151,0,0,0,0,0 +124152,0,0,0,0,0 +124153,0,0,0,0,0 +124154,0,0,0,0,0 +124155,0,0,0,0,0 +124156,0,0,0,0,0 +124157,0,0,0,0,0 +124158,0,0,0,0,0 +124159,0,0,0,0,0 +124160,0,0,0,0,0 +124161,0,0,0,0,0 +124162,0,0,0,0,0 +124163,0,0,0,0,0 +124164,0,0,0,0,0 +124165,0,0,0,0,0 +124166,0,0,0,0,0 +124167,0,0,0,0,0 +124168,0,0,0,0,0 +124169,0,0,0,0,0 +124170,0,0,0,0,0 +124171,0,0,0,0,0 +124172,0,0,0,0,0 +124173,0,0,0,0,0 +124174,0,0,0,0,0 +124175,0,0,0,0,0 +124176,0,0,0,0,0 +124177,0,0,0,0,0 +124178,0,0,0,0,0 +124179,0,0,0,0,0 +124180,0,0,0,0,0 +124181,0,0,0,0,0 +124182,0,0,0,0,0 +124183,0,0,0,0,0 +124184,0,0,0,0,0 +124185,0,0,0,0,0 +124186,0,0,0,0,0 +124187,0,0,0,0,0 +124188,0,0,0,0,0 +124189,0,0,0,0,0 +124190,0,0,0,0,0 +124191,0,0,0,0,0 +124192,0,0,0,0,0 +124193,0,0,0,0,0 +124194,0,0,0,0,0 +124195,0,0,0,0,0 +124196,0,0,0,0,0 +124197,0,0,0,0,0 +124198,0,0,0,0,0 +124199,0,0,0,0,0 +124200,0,0,0,0,0 +124201,0,0,0,0,0 +124202,0,0,0,0,0 +124203,0,0,0,0,0 +124204,0,0,0,0,0 +124205,0,0,0,0,0 +124206,0,0,0,0,0 +124207,0,0,0,0,0 +124208,0,0,0,0,0 +124209,0,0,0,0,0 +124210,0,0,0,0,0 +124211,0,0,0,0,0 +124212,0,0,0,0,0 +124213,0,0,0,0,0 +124214,0,0,0,0,0 +124215,0,0,0,0,0 +124216,0,0,0,0,0 +124217,0,0,0,0,0 +124218,0,0,0,0,0 +124219,0,0,0,0,0 +124220,0,0,0,0,0 +124221,0,0,0,0,0 +124222,0,0,0,0,0 +124223,0,0,0,0,0 +124224,0,0,0,0,0 +124225,0,0,0,0,0 +124226,0,0,0,0,0 +124227,0,0,0,0,0 +124228,0,0,0,0,0 +124229,0,0,0,0,0 +124230,0,0,0,0,0 +124231,0,0,0,0,0 +124232,0,0,0,0,0 +124233,0,0,0,0,0 +124234,0,0,0,0,0 +124235,0,0,0,0,0 +124236,0,0,0,0,0 +124237,0,0,0,0,0 +124238,0,0,0,0,0 +124239,0,0,0,0,0 +124240,0,0,0,0,0 +124241,0,0,0,0,0 +124242,0,0,0,0,0 +124243,0,0,0,0,0 +124244,0,0,0,0,0 +124245,0,0,0,0,0 +124246,0,0,0,0,0 +124247,0,0,0,0,0 +124248,0,0,0,0,0 +124249,0,0,0,0,0 +124250,0,0,0,0,0 +124251,0,0,0,0,0 +124252,0,0,0,0,0 +124253,0,0,0,0,0 +124254,0,0,0,0,0 +124255,0,0,0,0,0 +124256,0,0,0,0,0 +124257,0,0,0,0,0 +124258,0,0,0,0,0 +124259,0,0,0,0,0 +124260,0,0,0,0,0 +124261,-2258.92312,-993.7724034,-2203.874509,-1006.62397,-1786.627048 +124262,-1956.243304,-830.8104679,-1900.323521,-843.1868502,-1186.658496 +124263,-1934.375809,-803.4278619,-1873.937177,-815.3305946,-1148.075845 +124264,-1876.084866,-778.8258118,-1817.016014,-790.3344845,-1114.574033 +124265,-1827.850688,-374.6243744,-1304.014868,-770.401957,-1087.296578 +124266,-566.7037453,-356.9195602,-486.9541456,-298.5629006,-1064.672559 +124267,-1079.918054,-431.3509286,-1054.921607,-475.8010907,-1024.44019 +124268,-977.1514072,-378.5079541,-840.2875396,-440.3766495,-968.3433886 +124269,-922.9238112,-371.080014,-825.1626182,-416.2882378,-913.2798055 +124270,-905.7035762,-367.9189973,-815.8506878,-409.409742,-860.2348704 +124271,-900.9459641,-361.9309522,-805.3156505,-404.5667121,-810.159513 +124272,-887.9217086,-358.5632404,-797.3593261,-398.5893308,-763.7783167 +124273,-878.5794288,-353.4929378,-787.4054799,-394.0962239,-721.1728484 +124274,-870.88393,-350.9592915,-780.7388792,-389.4168843,-682.1537019 +124275,-859.743539,-345.572739,-770.1583963,-383.5325008,-646.2377753 +124276,-853.7508585,-342.9689237,-763.9077394,-379.9045861,-613.2817193 +124277,-844.5414548,-338.6875251,-755.563813,-375.4317057,-582.9048516 +124278,-834.8180634,-335.8648858,-748.2371295,-370.3120975,-629.9375535 +124279,-833.0816872,-332.4319242,-743.9512456,-367.6240586,-649.1139924 +124280,-823.8195469,-330.9089152,-737.8214038,-363.6746103,-614.9913458 +124281,-817.0458963,-326.6443817,-730.4051536,-359.354454,-580.9676573 +124282,-810.5253365,-324.5859687,-724.6091265,-356.1462627,-553.5015656 +124283,-801.8891616,-320.7188431,-716.3513836,-351.8035244,-533.9415931 +124284,-797.8160269,-318.858704,-713.5658182,-348.4840757,-524.6218555 +124285,-791.3279538,-315.3902444,-704.1298996,-344.7303538,-519.3625772 +124286,-784.3187861,-312.8428184,-701.3299464,-340.9143952,-589.1954861 +124287,-778.0678624,-310.8940039,-693.7493979,-337.981908,-613.5965607 +124288,-772.0026882,-307.2629053,-689.2578332,-334.6673637,-584.694155 +124289,-767.4254772,-305.6028077,-683.3525158,-330.6936543,-555.646474 +124290,-760.7066859,-303.4379482,-676.8082123,-328.2552347,-533.1775344 +124291,-754.8601936,-299.4441187,-672.8538215,-323.9637528,-517.0245734 +124292,-748.7911411,-297.1230688,-662.7415577,-319.7587005,-508.5989031 +124293,-743.4472322,-293.0585079,-657.4969885,-317.203508,-575.5134763 +124294,-734.5744781,-290.2989299,-650.6797106,-312.8960886,-604.5851154 +124295,-731.5133772,-286.7458746,-642.7245651,-309.5839726,-579.0488216 +124296,-725.0246636,-284.0291229,-638.2377382,-305.2630093,-553.9978262 +124297,-718.7366938,-279.9440774,-628.5815963,-302.4936613,-535.7203575 +124298,-712.2274584,-277.9041979,-624.0676063,-298.641543,-520.4166992 +124299,-708.152999,-273.4793387,-615.0276913,-295.07357,-506.9448966 +124300,-702.0543133,-271.8395695,-611.4460786,-291.795618,-495.0329037 +124301,-696.1921976,-267.4360093,-602.1236235,-288.158274,-488.5361123 +124302,-669.5579654,-255.2427042,-573.7264192,-275.2382043,-460.6270405 +124303,-716.919047,-275.889263,-623.8586837,-295.8276606,-513.749646 +124304,-665.5732162,-252.4125958,-569.1987154,-271.361321,-587.4897837 +124305,-678.279352,-256.9916503,-579.3162007,-276.5025201,-567.9114514 +124306,-671.4611992,-252.851501,-572.0505963,-271.306031,-548.3024472 +124307,-663.7596005,-249.806263,-564.3865293,-268.4693435,-535.3575688 +124308,-659.9379901,-246.6747677,-558.7155926,-265.3236314,-525.1383279 +124309,-655.4213055,-244.0061987,-552.8763218,-261.4835552,-516.494435 +124310,-650.1510138,-240.7863686,-545.6051302,-258.8476645,-509.0472573 +124311,-645.8073639,-237.5067377,-539.2438267,-255.850865,-502.6815297 +124312,-639.3110846,-234.5948741,-533.7023793,-252.4724355,-497.2438627 +124313,-636.6798751,-231.1043253,-526.6887962,-249.453939,-492.6271509 +124314,-631.8826627,-228.3971779,-521.5204847,-246.7801734,-488.7742986 +124315,-625.0091308,-225.0891445,-513.7483791,-243.2962553,-485.6766042 +124316,-623.3763583,-222.0621699,-508.8900973,-240.5039768,-483.2462208 +124317,-616.5306827,-218.7988054,-503.4772081,-237.5782921,-481.3868625 +124318,-614.6076126,-216.1404801,-494.9104333,-234.3865889,-479.6452043 +124319,-607.7186461,-212.3828669,-490.7354144,-231.5924632,-479.0795671 +124320,-604.2946323,-209.7286445,-484.5025243,-228.9229481,-478.7687712 +124321,99.64603855,45.33530596,99.87664604,45.34243875,-507.4611272 +124322,107.754499,50.10851492,110.1177731,49.76204474,163.7845723 +124323,120.3516919,57.20348778,125.4016255,56.38306649,211.7499249 +124324,133.5085909,64.3866082,141.0388434,63.12329022,255.9018787 +124325,145.4728354,70.75601409,155.1063747,69.12583099,293.8915016 +124326,155.6263714,76.21413901,167.3438151,74.28497199,325.866741 +124327,164.3377413,80.94138636,178.081581,78.7649734,353.4534376 +124328,172.0409681,85.12375877,187.6719754,82.73766488,377.878277 +124329,179.0096252,88.88800025,196.3578787,86.32037558,399.8086533 +124330,185.3921261,92.3143713,204.2949546,89.58740545,419.6076489 +124331,191.2790411,95.45879276,211.5935585,92.59053293,437.5287655 +124332,196.7404927,98.36564916,218.3430862,95.37089583,453.7939834 +124333,201.5712593,100.9513032,224.3541204,97.84215139,468.1235893 +124334,206.417584,103.5170092,230.2859883,100.2639983,481.7792447 +124335,211.0455205,105.9620872,235.9159262,102.5548102,494.4139524 +124336,215.3448755,108.2408693,241.1434728,104.6887939,505.897059 +124337,219.7410031,110.5503556,246.4027451,106.8705779,517.0637819 +124338,223.6491251,112.6275232,251.1166439,108.8369576,526.9060638 +124339,227.4749258,114.6592304,255.6978191,110.7720415,536.2104073 +124340,231.1814376,116.6306185,260.1155183,112.658282,544.9533545 +124341,234.7741382,118.5456942,264.3806973,114.4976654,553.1838938 +124342,237.6635926,120.137707,267.9086787,116.0219655,559.8649862 +124343,241.1739655,122.0098418,272.028144,117.8330301,567.4348761 +124344,244.5898657,123.8374558,276.027381,119.6051979,574.6207259 +124345,247.9164491,125.6232273,279.9144622,121.3447136,581.4561341 +124346,250.8143998,127.2132528,283.3525369,122.8918193,587.345152 +124347,254.2685535,129.0557442,287.3288884,124.689631,594.0968046 +124348,257.0739899,130.6030794,290.6405315,126.1885991,599.5371054 +124349,260.4270596,132.399434,294.4856664,127.9329141,605.8556423 +124350,263.1035253,133.8882991,297.6414622,129.3666896,610.8396439 +124351,266.3679815,135.644818,301.3739498,131.0656627,616.7995599 +124352,268.9354345,137.084467,304.3989825,132.4460793,621.4116042 +124353,272.1185425,138.8039111,308.0300738,134.1051281,627.0724674 +124354,274.58971,140.1994283,310.9402213,135.4393595,631.3767083 +124355,277.3577754,141.7298308,314.1390819,136.9077174,636.1650288 +124356,280.0907838,143.2442897,317.29546,138.3594514,640.8398978 +124357,282.7883721,144.7426357,320.4095818,139.7944524,645.4059761 +124358,285.451111,146.2251248,323.4824876,141.213029,649.8689251 +124359,288.0802043,147.6923165,326.5157899,142.6157855,654.234988 +124360,290.6769842,149.1448382,329.5111988,144.0033863,658.5101931 +124361,293.2426882,150.5832726,332.4702981,145.3764445,662.7000223 +124362,295.7783931,152.0081241,335.3944779,146.7354886,666.8093328 +124363,298.2850377,153.4198273,338.284953,148.080973,670.8424294 +124364,300.7634622,154.8187669,341.1428084,149.4132987,674.8031648 +124365,303.2144415,156.2052941,343.969034,150.73283,678.695028 +124366,305.6386814,157.579726,346.764527,152.0398954,682.5211638 +124367,308.0368464,158.9423587,349.530121,153.3348005,686.2844477 +124368,310.409553,160.2934655,352.2665844,154.6178268,689.9874953 +124369,312.7573877,161.6333041,354.9746387,155.8892393,693.6327134 +124370,315.0808994,162.9621149,357.6549546,157.1492847,697.2223041 +124371,317.380615,164.2801271,360.3081679,158.3981982,700.7583062 +124372,319.6570374,165.5875587,362.9348801,159.6362031,704.2426063 +124373,321.9106471,166.884617,365.5356608,160.8635121,707.6769525 +124374,324.1419082,168.1715015,368.1110549,162.0803296,711.0629761 +124375,326.3512702,169.4484051,370.6615857,163.2868533,714.4022038 +124376,328.5391626,170.7155112,373.1877497,164.4832716,717.6960564 +124377,330.7060113,171.973002,375.690035,165.6697713,720.9458859 +124378,332.85222,173.2210491,378.1689016,166.8465289,724.1529475 +124379,334.9781901,174.4598235,380.6248038,168.0137203,727.3184423 +124380,337.0843075,175.6894888,383.0581753,169.171514,730.4434982 +124381,339.4376469,177.0314316,385.7361367,170.4413015,734.0140911 +124382,349.0204003,181.6016091,395.6024812,174.9381092,751.1289664 +124383,362.023293,187.7408721,409.0847385,181.0034649,775.0363031 +124384,374.8159362,193.8153463,422.5982967,187.0040979,799.10599 +124385,385.9991018,199.1685956,434.6553508,192.2837605,820.6223201 +124386,395.5325456,203.764109,445.1167922,196.805873,839.3165413 +124387,403.7810491,207.7626271,454.2878709,200.7310396,855.7025977 +124388,411.0802595,211.3197923,462.4797821,204.2147903,870.2990229 +124389,417.6510814,214.5405627,469.9059261,207.3620133,883.4572269 +124390,423.6324423,217.4913006,476.7030901,210.2390313,895.4030968 +124391,429.1187089,220.2180754,482.9678899,212.8918921,906.3002926 +124392,434.1929504,222.7571092,488.7777978,215.3568053,916.2840621 +124393,438.9181659,225.1387634,494.1990517,217.6641254,925.4730615 +124394,443.3539793,227.3886643,499.2886921,219.8394755,933.9715649 +124395,447.5433345,229.5281818,504.0952912,221.9042264,941.8701812 +124396,451.5281062,231.5749299,508.6597625,223.8759946,949.2468437 +124397,455.3344742,233.5433566,513.0164159,225.7692331,956.1683741 +124398,458.9909121,235.4453083,517.1907748,227.5957943,962.6920627 +124399,462.5221306,237.2905141,521.2115044,229.3635405,968.8670823 +124400,465.9441971,239.0869804,525.0960751,231.0831423,974.7357138 +124401,469.2688524,240.8413069,528.8651965,232.7595539,980.334325 +124402,472.5148065,242.5589433,532.529807,234.4003627,985.6942589 +124403,475.6862857,244.2443932,536.1053563,236.0080409,990.8425098 +124404,478.7928816,245.9013884,539.5986506,237.5882802,995.8023917 +124405,481.8404153,247.5330213,543.0216694,239.1421405,1000.594009 +124406,484.8375858,249.1418674,546.378386,240.6741671,1005.234775 +124407,487.7876827,250.7300722,549.6783389,242.1845117,1009.739744 +124408,490.6968827,252.2994321,552.9235002,243.6769416,1014.121988 +124409,493.5666173,253.8514538,556.1216763,245.1509893,1018.39284 +124410,496.4017375,255.387407,559.2734311,246.6098877,1022.56217 +124411,499.202722,256.9083663,562.385344,248.0527515,1026.638566 +124412,501.9429476,258.393767,565.4263399,249.4678975,1030.629369 +124413,504.6081145,259.8316472,568.3786959,250.8482946,1034.54084 +124414,507.1981779,261.2206333,571.2410528,252.1930329,1038.378572 +124415,509.7194854,262.5643866,574.019656,253.5042839,1042.14751 +124416,512.1792718,297.4486146,576.7220811,254.784895,1045.852068 +124417,514.5808315,316.1375585,579.3533878,256.0366553,1049.491268 +124418,516.9330067,288.4620554,676.9376108,257.2625784,1053.07552 +124419,519.2370081,310.2574889,659.5634611,258.4637306,1099.829135 +124420,521.4964258,319.9859181,667.3168209,259.6415538,1194.412689 +124421,523.714751,319.5025298,681.2087458,260.7974591,1166.66725 +124422,525.8946205,325.2831454,689.8436398,261.9326095,1186.945947 +124423,528.0378925,329.6604493,698.3151625,263.0479217,1202.03772 +124424,530.1460634,333.7411211,706.5643632,264.1441565,1213.958783 +124425,532.2204306,337.7928228,714.5143519,314.1233889,1225.377818 +124426,534.2622537,341.7474462,722.2207589,311.2150023,1236.82734 +124427,536.2726761,345.4993474,729.9254745,285.3125696,1247.89057 +124428,538.2527581,349.280302,737.1784997,309.7379535,1258.770068 +124429,540.2033989,352.8194247,744.6119253,315.8885563,1269.391215 +124430,542.125452,356.4146361,751.3759512,315.7742133,1280.009747 +124431,544.0196688,359.7570707,758.5185639,321.0002724,1290.268062 +124432,545.886781,363.1766041,765.2128721,324.8408164,1300.287923 +124433,547.7274217,366.3948691,771.7582978,328.6722341,1310.536256 +124434,549.5422089,369.5666105,778.485524,332.2911072,1319.886846 +124435,551.3316763,372.6589784,784.4399806,335.9002044,1329.832201 +124436,553.0977919,375.6017339,790.8866832,339.4330429,1339.13702 +124437,554.8407059,378.6239254,796.8035665,342.828988,1348.299229 +124438,556.5602582,381.433768,802.5925358,346.1252715,1357.783289 +124439,558.2564802,384.167495,808.6270195,349.4436241,1366.402431 +124440,559.9296514,387.0380164,813.9733158,352.5921159,1375.3602 +124441,561.2122978,392.1596477,825.5935579,358.3362013,1406.008218 +124442,562.9032443,395.3454609,832.08039,361.8353793,1416.190539 +124443,564.7231177,398.0738009,837.7535138,365.1053133,1425.624315 +124444,566.5422727,400.659158,843.2282189,368.1619362,1435.235233 +124445,568.3105954,403.3810016,848.511654,371.1355915,1444.084232 +124446,570.0192712,405.6695546,853.5925542,374.0180709,1452.854394 +124447,571.673868,408.0474444,858.536877,376.821031,1461.388705 +124448,573.2817017,410.456857,863.3437662,379.5375927,1469.742924 +124449,574.8483064,412.6528526,868.0252109,382.1391399,1477.731638 +124450,576.3776183,414.854848,872.4385984,384.884008,1486.123414 +124451,577.8725855,416.9805525,877.1167174,387.1982466,1493.860955 +124452,579.3356859,419.0555257,881.3352334,389.8196693,1501.890029 +124453,580.7690313,420.9913398,885.5861471,392.1636962,1509.202657 +124454,582.1744949,423.0803075,889.860277,394.4537038,1516.870671 +124455,583.5536566,424.9320279,893.6257893,396.907658,1524.202498 +124456,632.9259915,426.8911581,897.6624358,398.9883012,1531.507479 +124457,633.2560208,428.5754027,901.4532575,401.1572978,1538.644175 +124458,635.6660607,430.3169541,905.0047131,403.3780832,1545.653521 +124459,648.7385856,432.1470619,908.8936917,405.3984278,1552.612715 +124460,647.2761887,433.7544954,912.3001689,407.4284126,1559.13115 +124461,663.4071,435.3929978,915.7736371,409.4047967,1566.261907 +124462,655.2657006,436.9732505,919.1308785,411.3266314,1572.612322 +124463,642.4956044,438.4197222,922.4031912,413.2035112,1579.186629 +124464,683.9718745,440.1463646,925.591585,415.0335484,1585.522318 +124465,671.150179,441.3914044,928.6995749,416.7377842,1591.855436 +124466,679.8746376,442.889122,931.7274148,418.601972,1597.994366 +124467,684.8330152,444.2483859,934.6780004,420.3224611,1604.134498 +124468,689.6104975,445.5839677,937.5518607,421.8634395,1610.080898 +124469,694.1844991,446.8819196,940.3518267,423.5383618,1616.035695 +124470,698.6876037,448.1426582,943.0783674,425.09696,1621.795885 +124471,706.07045,450.856344,948.5124502,427.7786877,1627.549548 +124472,713.9241141,454.2064633,954.9135602,430.890346,1633.242546 +124473,721.7032436,457.3895008,961.0639707,433.9018218,1638.790907 +124474,729.5155297,460.556623,967.5229963,437.0451575,1644.327327 +124475,737.3918209,464.0880162,974.0446221,440.2219959,1649.794211 +124476,742.2590635,467.5296091,980.6464283,443.4305771,1655.115491 +124477,748.1915619,470.9542753,987.3192772,446.6705485,1660.442747 +124478,754.1120423,474.4836575,994.0547369,449.8380958,1665.706058 +124479,759.7218342,478.2522647,1000.848149,453.2833456,1670.836562 +124480,765.8163857,481.7197384,1007.484914,456.6241992,1675.976895 +124481,771.4991127,485.3976196,1014.718773,459.8143274,1681.069882 +124482,777.3460599,489.0600246,1021.493162,463.246371,1686.031353 +124483,783.3788619,492.9749844,1028.517092,466.5002205,1691.020816 +124484,788.9551434,496.5647397,1035.541536,470.0449358,1695.93319 +124485,794.9948472,500.4689292,1042.840597,473.3735676,1700.842937 +124486,800.8212759,504.2039499,1049.592408,476.8105373,1705.626358 +124487,806.6068692,508.1481399,1056.864596,480.128933,1710.448529 +124488,812.5381031,511.9393939,1064.031048,483.8662458,1715.202591 +124489,818.188482,515.9332859,1071.206409,487.0658957,1719.963675 +124490,824.4117866,519.6377318,1078.40439,490.6420646,1724.603565 +124491,829.7715832,523.888234,1085.431492,494.107272,1729.291693 +124492,836.0110797,527.6698116,1093.113793,497.6017447,1733.917446 +124493,841.6490154,531.776462,1100.178515,500.9858269,1738.558025 +124494,847.5926814,535.8334038,1107.592813,504.6892001,1743.078867 +124495,853.3479575,539.7474179,1114.888601,508.1226646,1747.656656 +124496,859.2691521,543.6726918,1122.303143,511.677952,1752.175421 +124497,864.8756529,548.0208781,1129.640275,515.3566262,1756.677908 +124498,871.0260339,551.9138457,1137.094731,518.6961811,1761.191308 +124499,876.8131252,556.1268144,1144.469639,522.2226538,1765.592646 +124500,882.5142465,560.1564161,1151.961499,525.9789272,1770.052176 +124501,770.4735727,510.851907,1041.371441,476.0521008,1543.554759 +124502,773.7254108,513.7838085,1046.333797,478.4387905,1544.700629 +124503,777.6532537,517.1229682,1051.937934,481.1015807,1546.549427 +124504,781.9683829,520.4640558,1057.876902,484.2875845,1548.903951 +124505,786.3806153,524.2282702,1064.123782,487.0083461,1551.500641 +124506,790.8066958,527.7383959,1070.276602,490.1353692,1554.287222 +124507,795.5488586,531.4110143,1076.534261,493.1752348,1557.114836 +124508,800.0819182,535.2244587,1082.922039,496.2578614,1559.814416 +124509,804.747407,538.7182705,1089.101662,499.2345746,1563.1825 +124510,809.4176019,542.4032053,1095.917488,502.5486332,1566.028671 +124511,813.987187,546.3440325,1102.123311,505.5899404,1569.071936 +124512,818.8926247,550.0006585,1108.705739,508.7615745,1572.152052 +124513,823.6450737,553.8048074,1115.180695,511.9256183,1575.229055 +124514,828.093783,557.6015363,1121.780991,515.2384465,1578.35258 +124515,833.1566517,561.4137172,1128.309961,518.2155878,1581.422657 +124516,837.8130412,565.0824054,1134.962978,521.3804422,1584.566173 +124517,842.6299954,569.1671664,1141.54021,524.7842313,1587.697693 +124518,847.4359389,572.9019681,1148.242129,527.904036,1590.87097 +124519,852.258835,576.9484015,1154.86341,531.1618221,1593.984253 +124520,857.0949722,580.5876857,1161.611018,534.4071394,1597.168496 +124521,861.9438533,584.5932253,1168.272564,537.6624657,1600.336615 +124522,866.6635571,588.4677071,1175.063025,540.9273333,1603.544487 +124523,871.7611026,592.3773478,1181.761263,544.2015965,1606.687359 +124524,876.6874352,596.1314604,1188.557794,547.4848284,1609.900864 +124525,881.3717462,600.3151901,1195.374529,550.6313721,1613.095232 +124526,886.2395357,604.1282451,1202.131524,554.1564682,1616.299024 +124527,891.3794613,608.1012203,1209.012831,557.3555832,1619.537165 +124528,896.1888645,612.0535076,1215.793684,560.6971588,1622.706871 +124529,901.155919,616.0125501,1222.672889,564.1758536,1625.946343 +124530,906.1050456,619.927674,1229.569035,567.2631108,1629.160352 +124531,910.1842888,623.2159854,1235.301524,570.2486149,1632.408457 +124532,914.7294176,626.380821,1240.895771,572.9995006,1635.574389 +124533,918.3802846,629.2966508,1246.401484,575.7333354,1638.808893 +124534,922.5465919,632.8290193,1251.759667,578.4386634,1642.016111 +124535,926.4948517,635.41361,1257.150915,580.9499939,1645.228461 +124536,930.4448001,638.5747741,1262.468347,583.8723567,1648.470023 +124537,934.3710222,641.5008619,1267.790001,586.3898451,1651.633001 +124538,938.0879242,644.4290979,1272.985044,589.0445108,1654.861769 +124539,942.2612892,647.331196,1278.229907,591.6553463,1658.059942 +124540,945.9830101,650.2076956,1283.41145,594.250795,1661.257553 +124541,949.8594479,653.0595572,1288.60655,596.8315181,1664.481026 +124542,953.6854826,655.8875908,1293.678905,599.3982052,1667.617986 +124543,957.494159,658.6925484,1298.809247,601.9514094,1670.818288 +124544,961.2855487,661.475081,1303.880369,604.4916035,1673.982366 +124545,965.2556297,664.2357891,1308.971453,607.0192383,1677.142227 +124546,968.7093448,666.9752071,1313.939405,609.5347148,1680.325312 +124547,972.3965826,669.4811942,1318.972939,612.0383969,1683.415684 +124548,976.4052067,672.5026064,1323.949097,614.5306312,1686.569219 +124549,979.9654877,675.0245545,1328.502919,617.0117152,1689.683059 +124550,983.6969658,677.7183293,1334.103393,619.4817496,1692.791424 +124551,987.3803603,680.3581586,1338.579134,621.9408186,1695.879565 +124552,991.0498575,682.9786839,1343.59701,624.201698,1698.996712 +124553,994.7053053,685.5803543,1348.429643,626.9271735,1702.012222 +124554,998.3458321,688.1632074,1353.224474,629.2160009,1705.08759 +124555,1001.974132,690.7281041,1358.088976,631.6670588,1708.127238 +124556,1005.589258,693.2749073,1362.781409,634.0452105,1711.159048 +124557,1009.191363,695.8037335,1367.656804,636.4717406,1714.179863 +124558,1012.555615,698.3149007,1372.381316,638.8212199,1717.223266 +124559,1016.479509,700.8083001,1377.13227,641.1897002,1720.165057 +124560,1019.873983,703.2843382,1381.860695,643.5524989,1723.174995 +124561,782.9129257,596.7414387,1146.382222,537.0187394,1287.105942 +124562,781.1576621,596.8045979,1145.699737,536.7964441,1238.303506 +124563,782.3933668,597.7738253,1147.666377,537.7615154,1234.587961 +124564,783.6564049,599.0709522,1150.22471,538.9559154,1233.391945 +124565,785.679924,600.5542263,1153.102412,540.3638668,1232.519872 +124566,787.8128493,602.1505999,1156.376119,541.8936214,1232.017724 +124567,790.2354171,603.8142512,1159.713234,543.4992822,1231.906674 +124568,792.5593561,605.5191487,1163.215037,545.1547409,1231.999082 +124569,795.1707679,607.2509673,1166.733788,546.8456925,1232.245237 +124570,797.671576,609.0023065,1170.422698,548.413531,1232.616942 +124571,800.274981,610.7688437,1174.069792,550.3858944,1233.092638 +124572,803.0394769,612.5478028,1177.817196,552.038672,1233.75017 +124573,805.6909964,614.3371525,1181.548676,553.8473016,1234.264896 +124574,808.4348538,616.1353734,1185.425553,555.6481504,1235.054172 +124575,811.2317844,617.9412611,1189.21164,557.4657724,1235.832488 +124576,814.0426681,619.7538629,1193.199708,559.2986701,1236.688436 +124577,817.0388864,621.5723566,1197.00562,561.1462541,1237.603154 +124578,819.9649254,623.3960394,1201.050625,563.1665756,1238.481471 +124579,822.7263822,625.2242637,1204.963932,564.7982002,1239.645093 +124580,825.8859697,626.8640267,1209.078306,566.8019611,1240.649881 +124581,828.6731961,628.990771,1213.002073,568.676469,1241.784341 +124582,831.8861363,630.6879309,1217.161898,570.5870768,1242.948571 +124583,834.8432909,632.7529725,1221.184521,572.5097925,1244.155186 +124584,837.9499198,634.3041812,1225.404675,574.4434884,1245.402531 +124585,841.0611126,636.2890108,1229.426622,576.3877764,1246.688396 +124586,846.0151451,642.3320295,1216.660223,571.2492788,1248.225898 +124587,849.1711212,644.64097,1217.944496,571.8605529,1249.337172 +124588,852.3869346,646.6785752,1220.535649,573.0823283,1250.683135 +124589,855.6213452,648.6285651,1223.613047,574.4752931,1251.979474 +124590,858.8700348,650.5272087,1226.770394,575.9552492,1253.657031 +124591,861.8400161,652.1433776,1229.522677,577.286376,1254.887047 +124592,864.6117456,653.6776995,1232.341171,578.6103496,1256.455841 +124593,867.7341651,655.1605244,1235.148484,579.9419582,1257.935752 +124594,870.518105,656.6002789,1237.97568,581.1099441,1259.453491 +124595,873.4261514,658.003326,1240.827083,582.7128823,1260.985802 +124596,876.4634968,659.3708855,1243.690387,583.943813,1262.537875 +124597,879.1105877,660.706769,1246.610896,585.3311659,1264.102995 +124598,882.1047776,662.010857,1249.450629,586.6988327,1265.686015 +124599,884.7990918,663.2861133,1252.389617,588.070766,1267.176195 +124600,887.9279349,664.5320344,1255.303861,589.4488766,1268.949195 +124601,890.6869188,665.7512366,1258.239696,590.8307873,1270.492078 +124602,893.5950021,666.9432632,1261.183002,592.2172405,1272.145376 +124603,896.4762069,668.1096229,1264.136354,593.6074161,1273.791557 +124604,899.3583324,669.0356482,1267.134719,595.001077,1275.449205 +124605,902.2411686,670.4750677,1270.048234,596.3978485,1277.117076 +124606,905.1249284,671.4126356,1273.050858,597.797425,1278.794967 +124607,908.0098172,672.5176771,1276.027356,599.1995303,1280.590841 +124608,910.7242875,673.5655609,1279.014761,600.6038912,1282.119039 +124609,914.0511896,674.5915913,1282.007222,602.010258,1283.790151 +124610,916.5403297,675.5958502,1285.004009,603.4184125,1285.659898 +124611,919.5906382,676.5789873,1288.042628,604.8281336,1287.296152 +124612,922.4538472,677.5414234,1290.988864,606.2392364,1289.042472 +124613,925.3473023,678.4835567,1294.023181,607.6515343,1290.777178 +124614,928.2428029,679.4057756,1297.02664,609.0648664,1292.518626 +124615,931.1405028,680.3084407,1300.037808,610.479073,1294.26616 +124616,934.0403885,681.1919077,1303.050945,611.8940158,1296.01979 +124617,936.9426412,682.0565085,1306.065496,613.3095552,1297.778979 +124618,939.6598436,682.9025752,1309.121009,614.7255717,1299.543687 +124619,942.8564684,683.7304198,1312.077131,616.1419421,1301.313401 +124620,945.6273463,684.5403607,1315.123,617.5585647,1303.088125 +124621,1184.187911,792.0968672,1553.030976,725.8900805,1767.233407 +124622,1191.376697,794.4176355,1561.015743,729.0728514,1748.014675 +124623,1196.810652,796.9908627,1566.272553,731.8511699,1753.55077 +124624,1201.552401,798.5920778,1571.478654,734.3228466,1757.324987 +124625,1206.886222,800.3022204,1576.534479,736.6946417,1761.06674 +124626,1211.279124,801.8539277,1581.140273,738.9181056,1764.35791 +124627,1215.882172,803.3308387,1585.733709,741.1647757,1767.212844 +124628,1220.350694,805.0406522,1590.322574,743.2809979,1770.751371 +124629,1225.137897,805.975834,1594.78182,745.1721726,1773.526679 +124630,1228.933597,807.5203643,1599.087622,747.6975718,1776.304912 +124631,1233.589482,808.7700069,1603.411856,749.542298,1779.198104 +124632,1237.769908,810.0605979,1607.778533,751.6659012,1781.888607 +124633,1242.097663,811.2454011,1611.985058,753.7291525,1784.522858 +124634,1246.261714,812.4649759,1616.143171,755.7094166,1787.213477 +124635,1250.522845,813.6288625,1620.461922,757.7337051,1789.751339 +124636,1254.621253,814.7986261,1624.461757,759.7445249,1792.289753 +124637,1258.820818,815.8656372,1629.415014,761.6722111,1794.731083 +124638,1262.486633,816.9726671,1637.393478,763.6476045,1797.289169 +124639,1267.224443,818.0273381,1635.459122,765.6115316,1799.549758 +124640,1270.911685,819.0923131,1648.83284,767.490963,1802.032586 +124641,1274.979494,820.031743,1639.662558,769.3897173,1804.19777 +124642,1278.973857,821.0583501,1639.130556,771.304286,1806.618109 +124643,1282.935242,821.995528,1659.113347,773.1856644,1808.719601 +124644,1286.877802,822.9873765,1654.399989,775.0331631,1811.193419 +124645,1290.749216,823.8385103,1660.132523,776.8801802,1813.171045 +124646,1294.752041,824.7795753,1663.898315,778.7411973,1815.461121 +124647,1298.479368,825.6338424,1667.78042,780.5707214,1817.5648 +124648,1302.477156,826.5124993,1671.611859,782.3654445,1819.764618 +124649,1306.149609,827.367202,1675.20535,784.161977,1821.759172 +124650,1310.060265,828.1605933,1679.027877,785.9724815,1823.893055 +124651,1312.015065,827.8865945,1680.233904,786.7198849,1825.915246 +124652,1313.49194,827.3556984,1680.93495,787.1701349,1827.926946 +124653,1314.872413,826.7110611,1681.362032,787.5637612,1829.787006 +124654,1316.063187,825.9782516,1681.582171,787.8323368,1831.874498 +124655,1317.181253,825.1720142,1681.626142,788.0206565,1833.762555 +124656,1318.067515,823.2795866,1681.578747,788.132364,1835.684368 +124657,1318.95185,822.1433717,1681.207874,788.2084602,1837.56992 +124658,1319.693876,821.9591875,1680.850055,788.1400576,1839.429603 +124659,1320.39545,821.0612143,1680.294967,788.1010498,1841.203973 +124660,1320.881316,820.3482882,1679.61939,788.2862487,1843.094929 +124661,1321.387733,819.6187304,1678.748037,788.4777942,1844.878188 +124662,1321.764338,818.8192544,1677.927311,788.6360964,1846.47716 +124663,1322.064589,817.9828943,1676.90281,788.7522107,1850.298925 +124664,1322.334148,817.1039357,1675.647265,788.8224236,1853.487125 +124665,1322.39775,816.1823828,1674.42547,788.8781883,1852.530095 +124666,1322.49774,815.21832,1673.031727,788.8020265,1858.381673 +124667,1322.478377,814.2119953,1671.541382,788.7498316,1854.464437 +124668,1322.39355,813.1636825,1669.946737,788.6188118,1839.985886 +124669,1322.237681,812.0737601,1668.250008,788.442365,1867.858481 +124670,1322.064082,810.9426308,1666.4538,788.2156213,1856.519754 +124671,1321.691951,809.7706601,1664.560126,787.9381189,1860.590543 +124672,1321.368926,808.5580422,1662.570743,787.609568,1862.10464 +124673,1320.934497,807.3051583,1660.558114,787.2297478,1863.363379 +124674,1320.443059,806.0469415,1658.275839,786.7985038,1864.73603 +124675,1319.88823,804.6629076,1656.061019,786.3498728,1866.009312 +124676,1319.270577,803.316008,1653.623262,785.7646274,1867.265915 +124677,1318.644411,801.8998284,1651.288655,785.2026323,1868.548525 +124678,1317.823188,800.4505507,1648.708507,784.5594278,1869.566272 +124679,1317.06078,798.9630833,1646.106322,783.8692771,1870.871176 +124680,1316.194995,797.4377428,1643.4099,783.1273161,1871.993379 +124681,1362.469712,818.7961367,1687.595862,805.1756129,1954.5617 +124682,1364.139065,818.326033,1687.384114,805.5880726,1959.015621 +124683,1364.847475,817.5842133,1686.211877,805.5273987,1962.726003 +124684,1365.096059,816.5517197,1684.539761,805.2335156,1965.946323 +124685,1365.045594,815.3808853,1682.539436,804.7675277,1968.692264 +124686,1364.857277,814.1143159,1680.333525,804.229864,1971.337518 +124687,1364.54177,812.7694554,1677.957985,803.5078089,1973.832336 +124688,1364.115929,811.3593239,1675.440729,802.7831897,1976.278395 +124689,1363.592963,809.8919129,1672.799038,801.9531256,1978.434584 +124690,1363.03856,808.371316,1670.04177,801.0576305,1980.603013 +124691,1362.250688,806.8001005,1667.174582,800.093939,1982.817049 +124692,1361.510072,805.179899,1664.201089,799.063193,1984.871744 +124693,1360.636819,803.5121295,1661.124491,797.9665125,1986.725362 +124694,1359.691998,801.7977713,1657.94705,796.8046455,1988.684828 +124695,1358.668796,800.0378208,1654.671041,795.5783039,1990.507618 +124696,1357.567552,798.2329913,1651.298046,794.2879159,1992.281356 +124697,1356.389795,796.4030872,1647.863838,792.9341208,1993.997565 +124698,1355.137396,794.5080604,1644.293113,791.5180684,1995.654227 +124699,1353.808546,792.5627773,1640.615374,790.0393233,1997.462817 +124700,1352.404554,790.5735865,1636.843282,788.4982382,2007.21714 +124701,1350.960022,788.5420043,1632.980018,786.9128663,1990.14605 +124702,1349.490583,786.4688126,1629.027108,785.2441406,2003.61569 +124703,1347.956709,784.3543222,1624.985329,783.5069195,2003.910604 +124704,1343.18606,784.2675096,1625.676263,780.204765,2003.900736 +124705,1340.752864,782.4566533,1622.378823,778.0068022,2005.791375 +124706,1338.615466,780.3677408,1618.382637,775.8495381,2007.06134 +124707,1336.496704,778.1689686,1614.13772,773.6566901,2008.142837 +124708,1334.344474,775.9004388,1609.737714,771.4170589,2009.352328 +124709,1332.140973,773.5755386,1605.216162,769.1262191,2010.441694 +124710,1329.939794,771.2004138,1600.587117,766.7822504,2011.580106 +124711,1334.633515,769.0364182,1596.462107,769.4151392,2012.555095 +124712,1338.278899,768.5658293,1596.291371,770.9674364,2013.533623 +124713,1340.758772,768.4700578,1597.109656,772.6834629,2014.473213 +124714,1343.857649,768.5270285,1598.185271,774.5612887,2015.652462 +124715,1347.170574,768.6894874,1599.468817,776.6073371,2016.355899 +124716,1359.159112,768.3227641,1599.485679,783.3291497,2017.362856 +124717,1363.692099,768.4961105,1600.674182,786.4317588,2018.073545 +124718,1368.019509,768.8598608,1602.264623,789.4736271,2018.866906 +124719,1372.372435,769.2506957,1604.227132,792.6275265,2019.836352 +124720,1376.723162,769.7403809,1606.039172,795.8718271,2020.402951 +124721,1381.313884,770.3064857,1608.153557,799.2270308,2022.144734 +124722,1385.938389,770.9158527,1610.31814,802.7798777,2029.929439 +124723,1390.588245,771.5762154,1612.653054,806.4397444,2011.591614 +124724,1401.703206,769.8851972,1609.206323,814.3848897,2027.031922 +124725,1407.254273,770.1735111,1610.565765,818.7503938,2024.485442 +124726,1412.809105,770.7533358,1612.678603,823.9903707,2024.910448 +124727,1418.496117,771.4490183,1614.986457,828.3738798,2025.900323 +124728,1424.107037,772.2543744,1617.354098,833.3667451,2026.780728 +124729,1429.856262,773.0053052,1620.042642,838.1997733,2027.579694 +124730,1435.679093,773.8954109,1622.477661,843.4423397,2028.484809 +124731,1441.526275,774.8402541,1633.033618,848.5448755,2045.445382 +124732,1447.709343,775.7389444,1624.352352,853.9954878,2005.239864 +124733,1453.586318,776.7646164,1624.692145,859.607844,2053.880017 +124734,1459.961822,777.8326873,1638.342579,865.1664451,2012.742821 +124735,1466.197676,778.850137,1635.585378,871.1119694,2056.408515 +124736,1472.540251,780.0266971,1639.875745,877.0242564,2007.990565 +124737,1479.232577,781.107045,1643.128182,883.2961698,2068.429909 +124738,1485.59699,782.3537903,1646.181398,889.4513769,2009.918484 +124739,1505.796355,783.2711936,1648.89027,904.7946145,2058.37296 +124740,1514.325898,784.5481163,1655.550349,912.7849507,2030.486674 +124741,1445.381755,752.5745314,1573.743953,887.249066,1877.010897 +124742,1452.226607,753.6366117,1583.811639,894.6268853,1908.271422 +124743,1459.507912,754.7064695,1583.847739,902.1074943,1893.141825 +124744,1466.880571,755.8933314,1587.499764,909.9263925,1896.991525 +124745,1474.361187,757.1188943,1590.729065,917.656738,1898.028724 +124746,1481.946749,758.4217756,1593.928345,925.646135,1900.592283 +124747,1489.550598,759.6595148,1597.253977,933.9106366,1908.128534 +124748,1497.458249,761.0160608,1600.686815,942.0435778,1888.455505 +124749,1505.360168,762.3664929,1604.050459,950.5698446,1910.65347 +124750,1513.089529,763.7895365,1607.59741,959.2747994,1898.706963 +124751,1521.315972,765.1386043,1611.144383,967.8768892,1905.757499 +124752,1529.396231,766.602385,1625.766769,976.9437143,1904.208341 +124753,1537.659573,768.0961007,1606.915077,985.9874373,1915.600762 +124754,1545.941583,769.5171836,1622.14245,995.1976423,1902.382976 +124755,1554.622736,771.0937956,1627.690326,1004.763565,1910.311186 +124756,1562.916927,772.5493363,1628.407458,1014.163769,1910.08257 +124757,1571.814135,774.1726242,1633.184374,1024.054023,1917.549443 +124758,1589.473079,775.6678693,1636.967927,1043.672105,1909.170225 +124759,1592.441844,777.3328912,1640.682721,1043.622073,1914.615938 +124760,1580.682973,778.8664147,1659.144877,1040.591141,1915.129332 +124761,1617.727674,780.134684,1636.37688,1073.03955,1916.329933 +124762,1614.378248,782.394678,1664.897968,1073.118645,1917.466703 +124763,1626.110129,783.7077314,1652.713472,1085.943662,1918.51787 +124764,1635.550208,785.529215,1662.171561,1097.000404,1925.042033 +124765,1645.185767,787.1823671,1665.381972,1107.926346,1920.018616 +124766,1654.827015,788.85718,1669.465231,1119.420209,1924.42725 +124767,1664.699864,790.6570153,1673.419336,1130.696876,1925.388512 +124768,1674.406999,792.3635384,1677.566644,1142.367545,1927.123689 +124769,1686.495488,794.1272391,1681.484275,1154.143163,1928.41494 +124770,1699.421754,795.8974431,1685.872479,1166.175877,1930.277068 +124771,1709.023694,796.5061286,1687.174284,1174.836,1931.872977 +124772,1718.249466,796.8867202,1688.0068,1183.257665,1933.436012 +124773,1727.676389,797.1547438,1688.610189,1191.368027,1935.116468 +124774,1737.01955,797.3429103,1689.038544,1199.575725,1936.791687 +124775,1746.401452,797.4650169,1689.324863,1207.598639,1938.30051 +124776,1755.921567,797.5292445,1689.487819,1215.430727,1940.250687 +124777,1765.088017,797.5401792,1689.536557,1223.362162,1941.90489 +124778,1774.829538,797.5015089,1689.485079,1231.173715,1948.672715 +124779,1784.259296,797.4160914,1689.316452,1239.030458,1938.482218 +124780,1793.8429,797.2856292,1689.06482,1246.558148,1954.090284 +124781,1803.558291,797.1118612,1688.718197,1254.437795,1947.668905 +124782,1813.034625,796.8974272,1688.281715,1262.026072,1950.503447 +124783,1822.801478,796.6425131,1687.755908,1269.666417,1952.919977 +124784,1832.511761,796.3491987,1687.154546,1278.017601,1954.540139 +124785,1842.151497,796.0183413,1686.456617,1292.030525,1956.233803 +124786,1852.243878,795.6513769,1685.694116,1285.604635,1958.033374 +124787,1870.608901,798.7239984,1692.941556,1302.534785,1959.866325 +124788,1882.040947,798.8648012,1693.553672,1314.32475,1961.706423 +124789,1892.767131,798.7100559,1693.138761,1319.646598,1963.492945 +124790,1903.538897,798.4451827,1692.59291,1328.084001,1970.120385 +124791,1913.972196,798.1108791,1691.866636,1336.046184,1960.799413 +124792,1924.546819,797.7729013,1691.033314,1343.862513,1974.654912 +124793,1935.329129,797.2617029,1690.07855,1351.750658,1970.119129 +124794,1953.260823,796.8199099,1689.077941,1359.396612,1971.945796 +124795,1953.16578,796.2942872,1687.936306,1367.218906,1974.374775 +124796,1988.249022,795.7386872,1686.759979,1374.853585,1976.155002 +124797,1945.647192,795.1462399,1685.470503,1382.796021,1982.743261 +124798,2000.53885,794.5188023,1684.122618,1390.29604,1973.774155 +124799,1997.805245,793.8562539,1682.692712,1398.057748,1986.300542 +124800,2008.942598,793.1599586,1681.196644,1405.709578,1983.254143 +124801,1866.182781,726.525513,1511.332733,1346.791906,1695.254338 +124802,1875.237978,724.0034956,1529.933622,1353.585713,1707.130342 +124803,1890.997281,723.6623453,1533.130033,1360.786021,1695.164234 +124804,1884.350765,721.9957712,1492.91831,1367.519126,1700.735829 +124805,1908.397189,720.9045223,1538.19155,1374.830528,1701.321818 +124806,1912.246864,719.6291322,1486.341922,1381.693715,1701.785487 +124807,1922.669274,718.3822826,1533.684254,1388.799622,1702.872367 +124808,1932.459028,717.1074288,1480.08651,1410.977631,1704.005112 +124809,1942.210488,715.8108958,1528.092574,1380.492868,1704.978627 +124810,1951.481166,714.4919884,1474.35274,1420.545057,1705.756916 +124811,1961.297435,713.1495745,1522.35502,1414.492369,1706.997283 +124812,1970.700838,711.7840503,1468.065133,1439.697277,1708.042264 +124813,1980.514996,710.3945104,1516.569436,1418.510466,1708.981483 +124814,1989.541701,708.9814161,1470.041604,1455.344597,1709.987667 +124815,2004.653344,707.54433,1485.813904,1454.672456,1711.04291 +124816,2010.339974,706.0834818,1479.496962,1467.055742,1712.125317 +124817,2029.686758,704.5490572,1478.449679,1489.06731,1718.19311 +124818,2013.489214,703.1125677,1483.564108,1467.795111,1707.133688 +124819,2032.826552,701.5923646,1459.882076,1516.525414,1723.411266 +124820,2051.567902,699.971576,1468.655112,1498.25969,1713.722188 +124821,2053.708915,698.4243401,1465.123467,1517.867346,1718.406595 +124822,2064.640838,696.8110124,1471.451771,1525.609013,1718.82756 +124823,2074.019326,695.1804458,1454.091094,1535.188068,1719.913076 +124824,2083.158044,693.5256451,1454.367261,1544.637738,1721.050123 +124825,2092.064526,691.8458955,1443.229229,1553.888613,1722.048025 +124826,2112.619278,690.1901548,1443.947414,1563.41339,1723.305802 +124827,2093.046944,688.3421477,1444.644274,1572.631899,1724.034403 +124828,2127.018203,686.6914139,1440.800374,1581.847401,1725.380179 +124829,2126.190021,684.8713632,1429.022,1591.19625,1726.448235 +124830,2136.462629,683.0736422,1433.033834,1605.44909,1726.795006 +124831,2145.22326,682.0475969,1427.758447,1606.925246,1728.956173 +124832,2153.889148,681.0401822,1426.396831,1618.291397,1729.333454 +124833,2165.411214,680.1973385,1424.688836,1626.432383,1730.46263 +124834,2174.81588,679.3555603,1423.046111,1634.429602,1731.863846 +124835,2180.396873,678.5532615,1421.475236,1642.36676,1732.567252 +124836,2200.095055,677.7786313,1419.862361,1650.614679,1733.797154 +124837,2171.948227,676.9816259,1418.545593,1658.415051,1734.773622 +124838,2237.34278,676.7888391,1417.061635,1666.158007,1735.868209 +124839,2190.741877,675.36804,1415.703995,1673.764368,1736.900412 +124840,2237.706186,675.0104891,1430.210546,1681.545368,1737.955818 +124841,2203.158968,674.2731359,1389.537226,1688.935389,1739.000092 +124842,2254.159315,673.6173251,1422.98419,1696.114825,1740.209913 +124843,2234.720509,672.9798828,1410.164496,1703.720192,1741.038872 +124844,2262.940974,672.357656,1406.417291,1715.5758,1742.193083 +124845,2268.435914,671.7490493,1412.60663,1711.267172,1743.234448 +124846,2247.382307,671.1541336,1402.294431,1731.746634,1744.290424 +124847,2302.41991,670.5720347,1408.083645,1730.120779,1745.311776 +124848,2262.945914,670.0009539,1404.420551,1738.614253,1746.441684 +124849,2306.533353,669.4416275,1403.879999,1745.655352,1747.475892 +124850,2285.322163,668.8474946,1402.705686,1751.889398,1748.547314 +124851,2315.284573,668.3756232,1401.748153,1758.295255,1749.620862 +124852,2307.485053,667.8154885,1400.728283,1764.590376,1750.694602 +124853,2318.922011,667.302718,1399.739783,1771.418657,1751.767219 +124854,2325.104772,666.7924594,1398.670158,1776.879857,1752.969023 +124855,2331.422669,666.2906472,1397.862015,1787.602708,1753.898628 +124856,2337.731627,665.796378,1396.853869,1787.674431,1754.97181 +124857,2343.983296,665.3097933,1395.94459,1795.08474,1756.219226 +124858,2350.066104,664.8305553,1395.035292,1800.77212,1757.138176 +124859,2356.067568,664.3583603,1394.139216,1806.237672,1758.240128 +124860,2361.829619,663.8925275,1393.255383,1811.520617,1759.355372 +124861,1809.488999,662.8860905,846.5830422,1448.662033,1764.29262 +124862,1917.062209,792.9926349,897.0658249,1541.272009,2118.200539 +124863,2050.15274,796.2606345,960.4482581,1654.017324,2230.063086 +124864,2143.779781,795.2774994,1006.59164,1728.688977,2298.071103 +124865,2192.912652,795.0207951,1033.055172,1761.527462,2323.385808 +124866,2220.646622,794.7624096,1049.869671,1774.119395,2332.721887 +124867,2237.640232,794.4703332,1061.689074,1778.448399,2335.433691 +124868,2249.717573,794.1522826,1070.801739,1780.404339,2335.936319 +124869,2259.342976,793.8515055,1078.276018,1782.169892,2335.802484 +124870,2267.490296,793.5540154,1084.596153,1784.192221,2335.545446 +124871,2274.573628,793.2604285,1090.018352,1786.394446,2335.335123 +124872,2280.795928,792.97184,1094.698312,1788.632896,2335.205888 +124873,2286.296725,792.7400911,1098.753162,1790.829841,2335.156959 +124874,2291.161935,792.3899416,1102.262373,1792.933274,2335.141064 +124875,2295.526007,792.1605419,1105.324966,1794.972569,2335.188075 +124876,2299.50195,791.8925237,1108.024429,1796.975146,2335.322903 +124877,2303.138881,787.3823427,1110.410779,1798.926964,2335.521537 +124878,2306.493814,786.3755606,1112.362674,1800.993597,2335.771153 +124879,2309.635298,785.6811534,1113.973667,1803.147513,2336.063608 +124880,2312.612182,785.0785457,1115.358732,1805.315595,2336.393558 +124881,2315.453343,784.5211867,1116.590377,1807.450455,2336.756808 +124882,2318.176025,783.9910703,1117.704582,1809.535999,2337.149798 +124883,2320.791875,783.4802761,1118.719274,1811.572667,2337.569305 +124884,2323.306879,782.9829383,1119.646169,1813.565173,2338.012463 +124885,2325.732418,782.496871,1120.495238,1815.517089,2338.476643 +124886,2328.072568,782.01902,1121.275606,1817.429997,2338.959512 +124887,2330.335499,781.5486684,1121.995369,1819.304138,2339.458929 +124888,2332.522069,781.0835243,1122.661494,1821.139199,2339.973009 +124889,2334.63835,780.7269166,1123.279842,1822.934659,2340.500008 +124890,2336.716577,780.2962692,1123.859364,1824.726438,2341.038394 +124891,2338.746373,779.1288021,1124.403244,1826.501489,2341.586757 +124892,2340.598317,777.8252531,1124.884538,1828.054467,2342.140774 +124893,2342.19128,776.450827,1125.285697,1829.272862,2342.699833 +124894,2343.510367,775.0229925,1125.60386,1830.156816,2343.26407 +124895,2344.575141,773.5524132,1125.842909,1830.757641,2343.833132 +124896,2345.413358,772.0404703,1126.011714,1831.130076,2344.406251 +124897,2346.04931,770.491909,1126.117489,1831.314206,2345.1829 +124898,2346.501762,768.907652,1126.164295,1831.335222,2345.761682 +124899,2346.784972,767.289466,1126.158002,1831.208576,2346.339293 +124900,2346.912353,765.638859,1126.102816,1830.944526,2346.916717 +124901,2346.891704,763.9553746,1126.000557,1830.550701,2347.49394 +124902,2346.728802,762.2401737,1125.855472,1830.033109,2348.070129 +124903,2346.429306,760.4942564,1125.670472,1829.396577,2348.644164 +124904,2345.998961,758.7180191,1125.446255,1828.645013,2349.214947 +124905,2345.44299,757.3937008,1125.18617,1827.78161,2349.781463 +124906,2344.765911,754.8418473,1124.891061,1826.808976,2350.342735 +124907,2343.96576,753.332834,1124.563791,1825.729284,2350.897793 +124908,2343.052942,751.3636815,1124.204673,1824.544438,2351.445768 +124909,2342.026652,749.3955073,1123.816167,1823.256099,2351.985805 +124910,2340.895264,747.5195283,1123.398275,1821.865754,2352.51711 +124911,2339.655633,745.5106306,1122.953224,1820.374727,2353.038909 +124912,2338.315061,743.5177137,1122.480813,1818.784224,2353.550481 +124913,2336.869481,741.4910532,1121.983101,1817.09534,2354.051129 +124914,2335.326078,739.4382192,1121.459736,1815.309085,2354.540215 +124915,2333.680352,737.3598523,1120.912645,1813.426385,2355.017123 +124916,2331.933874,735.2560082,1120.341352,1811.448099,2355.481288 +124917,2330.08958,733.1271939,1119.747686,1809.375023,2355.932177 +124918,2328.14966,730.9734613,1119.131078,1807.207897,2356.369298 +124919,2326.115483,728.79529,1118.493272,1804.947398,2356.792183 +124920,2323.98784,726.592709,1117.833627,1802.594163,2357.200411 +124921,0,0,0,0,0 +124922,0,0,0,0,0 +124923,0,0,0,0,0 +124924,0,0,0,0,0 +124925,0,0,0,0,0 +124926,0,0,0,0,0 +124927,0,0,0,0,0 +124928,0,0,0,0,0 +124929,0,0,0,0,0 +124930,0,0,0,0,0 +124931,0,0,0,0,0 +124932,0,0,0,0,0 +124933,0,0,0,0,0 +124934,0,0,0,0,0 +124935,0,0,0,0,0 +124936,0,0,0,0,0 +124937,0,0,0,0,0 +124938,0,0,0,0,0 +124939,0,0,0,0,0 +124940,0,0,0,0,0 +124941,0,0,0,0,0 +124942,0,0,0,0,0 +124943,0,0,0,0,0 +124944,0,0,0,0,0 +124945,0,0,0,0,0 +124946,0,0,0,0,0 +124947,0,0,0,0,0 +124948,0,0,0,0,0 +124949,0,0,0,0,0 +124950,0,0,0,0,0 +124951,0,0,0,0,0 +124952,0,0,0,0,0 +124953,0,0,0,0,0 +124954,0,0,0,0,0 +124955,0,0,0,0,0 +124956,0,0,0,0,0 +124957,0,0,0,0,0 +124958,0,0,0,0,0 +124959,0,0,0,0,0 +124960,0,0,0,0,0 +124961,0,0,0,0,0 +124962,0,0,0,0,0 +124963,0,0,0,0,0 +124964,0,0,0,0,0 +124965,0,0,0,0,0 +124966,0,0,0,0,0 +124967,0,0,0,0,0 +124968,0,0,0,0,0 +124969,0,0,0,0,0 +124970,0,0,0,0,0 +124971,0,0,0,0,0 +124972,0,0,0,0,0 +124973,0,0,0,0,0 +124974,0,0,0,0,0 +124975,0,0,0,0,0 +124976,0,0,0,0,0 +124977,0,0,0,0,0 +124978,0,0,0,0,0 +124979,0,0,0,0,0 +124980,0,0,0,0,0 +124981,0,0,0,0,0 +124982,0,0,0,0,0 +124983,0,0,0,0,0 +124984,0,0,0,0,0 +124985,0,0,0,0,0 +124986,0,0,0,0,0 +124987,0,0,0,0,0 +124988,0,0,0,0,0 +124989,0,0,0,0,0 +124990,0,0,0,0,0 +124991,0,0,0,0,0 +124992,0,0,0,0,0 +124993,0,0,0,0,0 +124994,0,0,0,0,0 +124995,0,0,0,0,0 +124996,0,0,0,0,0 +124997,0,0,0,0,0 +124998,0,0,0,0,0 +124999,0,0,0,0,0 +125000,0,0,0,0,0 +125001,0,0,0,0,0 +125002,0,0,0,0,0 +125003,0,0,0,0,0 +125004,0,0,0,0,0 +125005,0,0,0,0,0 +125006,0,0,0,0,0 +125007,0,0,0,0,0 +125008,0,0,0,0,0 +125009,0,0,0,0,0 +125010,0,0,0,0,0 +125011,0,0,0,0,0 +125012,0,0,0,0,0 +125013,0,0,0,0,0 +125014,0,0,0,0,0 +125015,0,0,0,0,0 +125016,0,0,0,0,0 +125017,0,0,0,0,0 +125018,0,0,0,0,0 +125019,0,0,0,0,0 +125020,0,0,0,0,0 +125021,0,0,0,0,0 +125022,0,0,0,0,0 +125023,0,0,0,0,0 +125024,0,0,0,0,0 +125025,0,0,0,0,0 +125026,0,0,0,0,0 +125027,0,0,0,0,0 +125028,0,0,0,0,0 +125029,0,0,0,0,0 +125030,0,0,0,0,0 +125031,0,0,0,0,0 +125032,0,0,0,0,0 +125033,0,0,0,0,0 +125034,0,0,0,0,0 +125035,0,0,0,0,0 +125036,0,0,0,0,0 +125037,0,0,0,0,0 +125038,0,0,0,0,0 +125039,0,0,0,0,0 +125040,0,0,0,0,0 +125041,0,0,0,0,0 +125042,0,0,0,0,0 +125043,0,0,0,0,0 +125044,0,0,0,0,0 +125045,0,0,0,0,0 +125046,0,0,0,0,0 +125047,0,0,0,0,0 +125048,0,0,0,0,0 +125049,0,0,0,0,0 +125050,0,0,0,0,0 +125051,0,0,0,0,0 +125052,0,0,0,0,0 +125053,0,0,0,0,0 +125054,0,0,0,0,0 +125055,0,0,0,0,0 +125056,0,0,0,0,0 +125057,0,0,0,0,0 +125058,0,0,0,0,0 +125059,0,0,0,0,0 +125060,0,0,0,0,0 +125061,0,0,0,0,0 +125062,0,0,0,0,0 +125063,0,0,0,0,0 +125064,0,0,0,0,0 +125065,0,0,0,0,0 +125066,0,0,0,0,0 +125067,0,0,0,0,0 +125068,0,0,0,0,0 +125069,0,0,0,0,0 +125070,0,0,0,0,0 +125071,0,0,0,0,0 +125072,0,0,0,0,0 +125073,0,0,0,0,0 +125074,0,0,0,0,0 +125075,0,0,0,0,0 +125076,0,0,0,0,0 +125077,0,0,0,0,0 +125078,0,0,0,0,0 +125079,0,0,0,0,0 +125080,0,0,0,0,0 +125081,0,0,0,0,0 +125082,0,0,0,0,0 +125083,0,0,0,0,0 +125084,0,0,0,0,0 +125085,0,0,0,0,0 +125086,0,0,0,0,0 +125087,0,0,0,0,0 +125088,0,0,0,0,0 +125089,0,0,0,0,0 +125090,0,0,0,0,0 +125091,0,0,0,0,0 +125092,0,0,0,0,0 +125093,0,0,0,0,0 +125094,0,0,0,0,0 +125095,0,0,0,0,0 +125096,0,0,0,0,0 +125097,0,0,0,0,0 +125098,0,0,0,0,0 +125099,0,0,0,0,0 +125100,0,0,0,0,0 +125101,0,0,0,0,0 +125102,0,0,0,0,0 +125103,0,0,0,0,0 +125104,0,0,0,0,0 +125105,0,0,0,0,0 +125106,0,0,0,0,0 +125107,0,0,0,0,0 +125108,0,0,0,0,0 +125109,0,0,0,0,0 +125110,0,0,0,0,0 +125111,0,0,0,0,0 +125112,0,0,0,0,0 +125113,0,0,0,0,0 +125114,0,0,0,0,0 +125115,0,0,0,0,0 +125116,0,0,0,0,0 +125117,0,0,0,0,0 +125118,0,0,0,0,0 +125119,0,0,0,0,0 +125120,0,0,0,0,0 +125121,0,0,0,0,0 +125122,0,0,0,0,0 +125123,0,0,0,0,0 +125124,0,0,0,0,0 +125125,0,0,0,0,0 +125126,0,0,0,0,0 +125127,0,0,0,0,0 +125128,0,0,0,0,0 +125129,0,0,0,0,0 +125130,0,0,0,0,0 +125131,0,0,0,0,0 +125132,0,0,0,0,0 +125133,0,0,0,0,0 +125134,0,0,0,0,0 +125135,0,0,0,0,0 +125136,0,0,0,0,0 +125137,0,0,0,0,0 +125138,0,0,0,0,0 +125139,0,0,0,0,0 +125140,0,0,0,0,0 +125141,0,0,0,0,0 +125142,0,0,0,0,0 +125143,0,0,0,0,0 +125144,0,0,0,0,0 +125145,0,0,0,0,0 +125146,0,0,0,0,0 +125147,0,0,0,0,0 +125148,0,0,0,0,0 +125149,0,0,0,0,0 +125150,0,0,0,0,0 +125151,0,0,0,0,0 +125152,0,0,0,0,0 +125153,0,0,0,0,0 +125154,0,0,0,0,0 +125155,0,0,0,0,0 +125156,0,0,0,0,0 +125157,0,0,0,0,0 +125158,0,0,0,0,0 +125159,0,0,0,0,0 +125160,0,0,0,0,0 +125161,0,0,0,0,0 +125162,0,0,0,0,0 +125163,0,0,0,0,0 +125164,0,0,0,0,0 +125165,0,0,0,0,0 +125166,0,0,0,0,0 +125167,0,0,0,0,0 +125168,0,0,0,0,0 +125169,0,0,0,0,0 +125170,0,0,0,0,0 +125171,0,0,0,0,0 +125172,0,0,0,0,0 +125173,0,0,0,0,0 +125174,0,0,0,0,0 +125175,0,0,0,0,0 +125176,0,0,0,0,0 +125177,0,0,0,0,0 +125178,0,0,0,0,0 +125179,0,0,0,0,0 +125180,0,0,0,0,0 +125181,0,0,0,0,0 +125182,0,0,0,0,0 +125183,0,0,0,0,0 +125184,0,0,0,0,0 +125185,0,0,0,0,0 +125186,0,0,0,0,0 +125187,0,0,0,0,0 +125188,0,0,0,0,0 +125189,0,0,0,0,0 +125190,0,0,0,0,0 +125191,0,0,0,0,0 +125192,0,0,0,0,0 +125193,0,0,0,0,0 +125194,0,0,0,0,0 +125195,0,0,0,0,0 +125196,0,0,0,0,0 +125197,0,0,0,0,0 +125198,0,0,0,0,0 +125199,0,0,0,0,0 +125200,0,0,0,0,0 +125201,0,0,0,0,0 +125202,0,0,0,0,0 +125203,0,0,0,0,0 +125204,0,0,0,0,0 +125205,0,0,0,0,0 +125206,0,0,0,0,0 +125207,0,0,0,0,0 +125208,0,0,0,0,0 +125209,0,0,0,0,0 +125210,0,0,0,0,0 +125211,0,0,0,0,0 +125212,0,0,0,0,0 +125213,0,0,0,0,0 +125214,0,0,0,0,0 +125215,0,0,0,0,0 +125216,0,0,0,0,0 +125217,0,0,0,0,0 +125218,0,0,0,0,0 +125219,0,0,0,0,0 +125220,0,0,0,0,0 +125221,0,0,0,0,0 +125222,0,0,0,0,0 +125223,0,0,0,0,0 +125224,0,0,0,0,0 +125225,0,0,0,0,0 +125226,0,0,0,0,0 +125227,0,0,0,0,0 +125228,0,0,0,0,0 +125229,0,0,0,0,0 +125230,0,0,0,0,0 +125231,0,0,0,0,0 +125232,0,0,0,0,0 +125233,0,0,0,0,0 +125234,0,0,0,0,0 +125235,0,0,0,0,0 +125236,0,0,0,0,0 +125237,0,0,0,0,0 +125238,0,0,0,0,0 +125239,0,0,0,0,0 +125240,0,0,0,0,0 +125241,0,0,0,0,0 +125242,0,0,0,0,0 +125243,0,0,0,0,0 +125244,0,0,0,0,0 +125245,0,0,0,0,0 +125246,0,0,0,0,0 +125247,0,0,0,0,0 +125248,0,0,0,0,0 +125249,0,0,0,0,0 +125250,0,0,0,0,0 +125251,0,0,0,0,0 +125252,0,0,0,0,0 +125253,0,0,0,0,0 +125254,0,0,0,0,0 +125255,0,0,0,0,0 +125256,0,0,0,0,0 +125257,0,0,0,0,0 +125258,0,0,0,0,0 +125259,0,0,0,0,0 +125260,0,0,0,0,0 +125261,0,0,0,0,0 +125262,0,0,0,0,0 +125263,0,0,0,0,0 +125264,0,0,0,0,0 +125265,0,0,0,0,0 +125266,0,0,0,0,0 +125267,0,0,0,0,0 +125268,0,0,0,0,0 +125269,0,0,0,0,0 +125270,0,0,0,0,0 +125271,0,0,0,0,0 +125272,0,0,0,0,0 +125273,0,0,0,0,0 +125274,0,0,0,0,0 +125275,0,0,0,0,0 +125276,0,0,0,0,0 +125277,0,0,0,0,0 +125278,0,0,0,0,0 +125279,0,0,0,0,0 +125280,0,0,0,0,0 +125281,0,0,0,0,0 +125282,0,0,0,0,0 +125283,0,0,0,0,0 +125284,0,0,0,0,0 +125285,0,0,0,0,0 +125286,0,0,0,0,0 +125287,0,0,0,0,0 +125288,0,0,0,0,0 +125289,0,0,0,0,0 +125290,0,0,0,0,0 +125291,0,0,0,0,0 +125292,0,0,0,0,0 +125293,0,0,0,0,0 +125294,0,0,0,0,0 +125295,0,0,0,0,0 +125296,0,0,0,0,0 +125297,0,0,0,0,0 +125298,0,0,0,0,0 +125299,0,0,0,0,0 +125300,0,0,0,0,0 +125301,0,0,0,0,0 +125302,0,0,0,0,0 +125303,0,0,0,0,0 +125304,0,0,0,0,0 +125305,0,0,0,0,0 +125306,0,0,0,0,0 +125307,0,0,0,0,0 +125308,0,0,0,0,0 +125309,0,0,0,0,0 +125310,0,0,0,0,0 +125311,0,0,0,0,0 +125312,0,0,0,0,0 +125313,0,0,0,0,0 +125314,0,0,0,0,0 +125315,0,0,0,0,0 +125316,0,0,0,0,0 +125317,0,0,0,0,0 +125318,0,0,0,0,0 +125319,0,0,0,0,0 +125320,0,0,0,0,0 +125321,0,0,0,0,0 +125322,0,0,0,0,0 +125323,0,0,0,0,0 +125324,0,0,0,0,0 +125325,0,0,0,0,0 +125326,0,0,0,0,0 +125327,0,0,0,0,0 +125328,0,0,0,0,0 +125329,0,0,0,0,0 +125330,0,0,0,0,0 +125331,0,0,0,0,0 +125332,0,0,0,0,0 +125333,0,0,0,0,0 +125334,0,0,0,0,0 +125335,0,0,0,0,0 +125336,0,0,0,0,0 +125337,0,0,0,0,0 +125338,0,0,0,0,0 +125339,0,0,0,0,0 +125340,0,0,0,0,0 +125341,0,0,0,0,0 +125342,0,0,0,0,0 +125343,0,0,0,0,0 +125344,0,0,0,0,0 +125345,0,0,0,0,0 +125346,0,0,0,0,0 +125347,0,0,0,0,0 +125348,0,0,0,0,0 +125349,0,0,0,0,0 +125350,0,0,0,0,0 +125351,0,0,0,0,0 +125352,0,0,0,0,0 +125353,0,0,0,0,0 +125354,0,0,0,0,0 +125355,0,0,0,0,0 +125356,0,0,0,0,0 +125357,0,0,0,0,0 +125358,0,0,0,0,0 +125359,0,0,0,0,0 +125360,0,0,0,0,0 +125361,0,0,0,0,0 +125362,0,0,0,0,0 +125363,0,0,0,0,0 +125364,0,0,0,0,0 +125365,0,0,0,0,0 +125366,0,0,0,0,0 +125367,0,0,0,0,0 +125368,0,0,0,0,0 +125369,0,0,0,0,0 +125370,0,0,0,0,0 +125371,0,0,0,0,0 +125372,0,0,0,0,0 +125373,0,0,0,0,0 +125374,0,0,0,0,0 +125375,0,0,0,0,0 +125376,0,0,0,0,0 +125377,0,0,0,0,0 +125378,0,0,0,0,0 +125379,0,0,0,0,0 +125380,0,0,0,0,0 +125381,0,0,0,0,0 +125382,0,0,0,0,0 +125383,0,0,0,0,0 +125384,0,0,0,0,0 +125385,0,0,0,0,0 +125386,0,0,0,0,0 +125387,0,0,0,0,0 +125388,0,0,0,0,0 +125389,0,0,0,0,0 +125390,0,0,0,0,0 +125391,0,0,0,0,0 +125392,0,0,0,0,0 +125393,0,0,0,0,0 +125394,0,0,0,0,0 +125395,0,0,0,0,0 +125396,0,0,0,0,0 +125397,0,0,0,0,0 +125398,0,0,0,0,0 +125399,0,0,0,0,0 +125400,0,0,0,0,0 +125401,0,0,0,0,0 +125402,0,0,0,0,0 +125403,0,0,0,0,0 +125404,0,0,0,0,0 +125405,0,0,0,0,0 +125406,0,0,0,0,0 +125407,0,0,0,0,0 +125408,0,0,0,0,0 +125409,0,0,0,0,0 +125410,0,0,0,0,0 +125411,0,0,0,0,0 +125412,0,0,0,0,0 +125413,0,0,0,0,0 +125414,0,0,0,0,0 +125415,0,0,0,0,0 +125416,0,0,0,0,0 +125417,0,0,0,0,0 +125418,0,0,0,0,0 +125419,0,0,0,0,0 +125420,0,0,0,0,0 +125421,0,0,0,0,0 +125422,0,0,0,0,0 +125423,0,0,0,0,0 +125424,0,0,0,0,0 +125425,0,0,0,0,0 +125426,0,0,0,0,0 +125427,0,0,0,0,0 +125428,0,0,0,0,0 +125429,0,0,0,0,0 +125430,0,0,0,0,0 +125431,0,0,0,0,0 +125432,0,0,0,0,0 +125433,0,0,0,0,0 +125434,0,0,0,0,0 +125435,0,0,0,0,0 +125436,0,0,0,0,0 +125437,0,0,0,0,0 +125438,0,0,0,0,0 +125439,0,0,0,0,0 +125440,0,0,0,0,0 +125441,0,0,0,0,0 +125442,0,0,0,0,0 +125443,0,0,0,0,0 +125444,0,0,0,0,0 +125445,0,0,0,0,0 +125446,0,0,0,0,0 +125447,0,0,0,0,0 +125448,0,0,0,0,0 +125449,0,0,0,0,0 +125450,0,0,0,0,0 +125451,0,0,0,0,0 +125452,0,0,0,0,0 +125453,0,0,0,0,0 +125454,0,0,0,0,0 +125455,0,0,0,0,0 +125456,0,0,0,0,0 +125457,0,0,0,0,0 +125458,0,0,0,0,0 +125459,0,0,0,0,0 +125460,0,0,0,0,0 +125461,0,0,0,0,0 +125462,0,0,0,0,0 +125463,0,0,0,0,0 +125464,0,0,0,0,0 +125465,0,0,0,0,0 +125466,0,0,0,0,0 +125467,0,0,0,0,0 +125468,0,0,0,0,0 +125469,0,0,0,0,0 +125470,0,0,0,0,0 +125471,0,0,0,0,0 +125472,0,0,0,0,0 +125473,0,0,0,0,0 +125474,0,0,0,0,0 +125475,0,0,0,0,0 +125476,0,0,0,0,0 +125477,0,0,0,0,0 +125478,0,0,0,0,0 +125479,0,0,0,0,0 +125480,0,0,0,0,0 +125481,0,0,0,0,0 +125482,0,0,0,0,0 +125483,0,0,0,0,0 +125484,0,0,0,0,0 +125485,0,0,0,0,0 +125486,0,0,0,0,0 +125487,0,0,0,0,0 +125488,0,0,0,0,0 +125489,0,0,0,0,0 +125490,0,0,0,0,0 +125491,0,0,0,0,0 +125492,0,0,0,0,0 +125493,0,0,0,0,0 +125494,0,0,0,0,0 +125495,0,0,0,0,0 +125496,0,0,0,0,0 +125497,0,0,0,0,0 +125498,0,0,0,0,0 +125499,0,0,0,0,0 +125500,0,0,0,0,0 +125501,0,0,0,0,0 +125502,0,0,0,0,0 +125503,0,0,0,0,0 +125504,0,0,0,0,0 +125505,0,0,0,0,0 +125506,0,0,0,0,0 +125507,0,0,0,0,0 +125508,0,0,0,0,0 +125509,0,0,0,0,0 +125510,0,0,0,0,0 +125511,0,0,0,0,0 +125512,0,0,0,0,0 +125513,0,0,0,0,0 +125514,0,0,0,0,0 +125515,0,0,0,0,0 +125516,0,0,0,0,0 +125517,0,0,0,0,0 +125518,0,0,0,0,0 +125519,0,0,0,0,0 +125520,0,0,0,0,0 +125521,0,0,0,0,0 +125522,0,0,0,0,0 +125523,0,0,0,0,0 +125524,0,0,0,0,0 +125525,0,0,0,0,0 +125526,0,0,0,0,0 +125527,0,0,0,0,0 +125528,0,0,0,0,0 +125529,0,0,0,0,0 +125530,0,0,0,0,0 +125531,0,0,0,0,0 +125532,0,0,0,0,0 +125533,0,0,0,0,0 +125534,0,0,0,0,0 +125535,0,0,0,0,0 +125536,0,0,0,0,0 +125537,0,0,0,0,0 +125538,0,0,0,0,0 +125539,0,0,0,0,0 +125540,0,0,0,0,0 +125541,0,0,0,0,0 +125542,0,0,0,0,0 +125543,0,0,0,0,0 +125544,0,0,0,0,0 +125545,0,0,0,0,0 +125546,0,0,0,0,0 +125547,0,0,0,0,0 +125548,0,0,0,0,0 +125549,0,0,0,0,0 +125550,0,0,0,0,0 +125551,0,0,0,0,0 +125552,0,0,0,0,0 +125553,0,0,0,0,0 +125554,0,0,0,0,0 +125555,0,0,0,0,0 +125556,0,0,0,0,0 +125557,0,0,0,0,0 +125558,0,0,0,0,0 +125559,0,0,0,0,0 +125560,0,0,0,0,0 +125561,0,0,0,0,0 +125562,0,0,0,0,0 +125563,0,0,0,0,0 +125564,0,0,0,0,0 +125565,0,0,0,0,0 +125566,0,0,0,0,0 +125567,0,0,0,0,0 +125568,0,0,0,0,0 +125569,0,0,0,0,0 +125570,0,0,0,0,0 +125571,0,0,0,0,0 +125572,0,0,0,0,0 +125573,0,0,0,0,0 +125574,0,0,0,0,0 +125575,0,0,0,0,0 +125576,0,0,0,0,0 +125577,0,0,0,0,0 +125578,0,0,0,0,0 +125579,0,0,0,0,0 +125580,0,0,0,0,0 +125581,0,0,0,0,0 +125582,0,0,0,0,0 +125583,0,0,0,0,0 +125584,0,0,0,0,0 +125585,0,0,0,0,0 +125586,0,0,0,0,0 +125587,0,0,0,0,0 +125588,0,0,0,0,0 +125589,0,0,0,0,0 +125590,0,0,0,0,0 +125591,0,0,0,0,0 +125592,0,0,0,0,0 +125593,0,0,0,0,0 +125594,0,0,0,0,0 +125595,0,0,0,0,0 +125596,0,0,0,0,0 +125597,0,0,0,0,0 +125598,0,0,0,0,0 +125599,0,0,0,0,0 +125600,0,0,0,0,0 +125601,0,0,0,0,0 +125602,0,0,0,0,0 +125603,0,0,0,0,0 +125604,0,0,0,0,0 +125605,0,0,0,0,0 +125606,0,0,0,0,0 +125607,0,0,0,0,0 +125608,0,0,0,0,0 +125609,0,0,0,0,0 +125610,0,0,0,0,0 +125611,0,0,0,0,0 +125612,0,0,0,0,0 +125613,0,0,0,0,0 +125614,0,0,0,0,0 +125615,0,0,0,0,0 +125616,0,0,0,0,0 +125617,0,0,0,0,0 +125618,0,0,0,0,0 +125619,0,0,0,0,0 +125620,0,0,0,0,0 +125621,0,0,0,0,0 +125622,0,0,0,0,0 +125623,0,0,0,0,0 +125624,0,0,0,0,0 +125625,0,0,0,0,0 +125626,0,0,0,0,0 +125627,0,0,0,0,0 +125628,0,0,0,0,0 +125629,0,0,0,0,0 +125630,0,0,0,0,0 +125631,0,0,0,0,0 +125632,0,0,0,0,0 +125633,0,0,0,0,0 +125634,0,0,0,0,0 +125635,0,0,0,0,0 +125636,0,0,0,0,0 +125637,0,0,0,0,0 +125638,0,0,0,0,0 +125639,0,0,0,0,0 +125640,0,0,0,0,0 +125641,0,0,0,0,0 +125642,0,0,0,0,0 +125643,0,0,0,0,0 +125644,0,0,0,0,0 +125645,0,0,0,0,0 +125646,0,0,0,0,0 +125647,0,0,0,0,0 +125648,0,0,0,0,0 +125649,0,0,0,0,0 +125650,0,0,0,0,0 +125651,0,0,0,0,0 +125652,0,0,0,0,0 +125653,0,0,0,0,0 +125654,0,0,0,0,0 +125655,0,0,0,0,0 +125656,0,0,0,0,0 +125657,0,0,0,0,0 +125658,0,0,0,0,0 +125659,0,0,0,0,0 +125660,0,0,0,0,0 +125661,0,0,0,0,0 +125662,0,0,0,0,0 +125663,0,0,0,0,0 +125664,0,0,0,0,0 +125665,0,0,0,0,0 +125666,0,0,0,0,0 +125667,0,0,0,0,0 +125668,0,0,0,0,0 +125669,0,0,0,0,0 +125670,0,0,0,0,0 +125671,0,0,0,0,0 +125672,0,0,0,0,0 +125673,0,0,0,0,0 +125674,0,0,0,0,0 +125675,0,0,0,0,0 +125676,0,0,0,0,0 +125677,0,0,0,0,0 +125678,0,0,0,0,0 +125679,0,0,0,0,0 +125680,0,0,0,0,0 +125681,0,0,0,0,0 +125682,0,0,0,0,0 +125683,0,0,0,0,0 +125684,0,0,0,0,0 +125685,0,0,0,0,0 +125686,0,0,0,0,0 +125687,0,0,0,0,0 +125688,0,0,0,0,0 +125689,0,0,0,0,0 +125690,0,0,0,0,0 +125691,0,0,0,0,0 +125692,0,0,0,0,0 +125693,0,0,0,0,0 +125694,0,0,0,0,0 +125695,0,0,0,0,0 +125696,0,0,0,0,0 +125697,0,0,0,0,0 +125698,0,0,0,0,0 +125699,0,0,0,0,0 +125700,0,0,0,0,0 +125701,-2285.359333,-878.0502372,-2113.88689,-981.6707042,-1898.342951 +125702,-1696.560613,45.93816627,-1531.191433,-724.4976347,-1014.230335 +125703,-1780.036433,55.95251306,-1605.040535,-752.3437648,-1051.209211 +125704,-1809.272754,57.35358714,107.6626596,-764.4300295,-1068.964238 +125705,-1739.246637,55.58372611,-198.7910931,-735.0127711,-1029.185 +125706,-1642.680746,53.87591889,-555.3111965,-694.6151412,-973.0440656 +125707,-1583.85599,53.03743285,-266.0769002,-670.362031,-938.4859117 +125708,-1273.910643,53.16386881,-281.6458196,-645.1504271,-901.6619121 +125709,-867.9069488,53.90517773,-261.4304815,-470.4690479,-869.6206328 +125710,-1134.345312,55.19942058,-242.1688749,-464.1917846,-821.1021381 +125711,-1016.254658,56.87268195,-222.5413643,-482.9528046,-762.4093035 +125712,-997.9294724,58.70427011,-204.1209714,-457.0550096,-711.0456675 +125713,-981.919939,60.87546534,-185.213145,-448.5962043,-679.5903964 +125714,-968.7819431,93.65666356,-166.1794155,-441.3652025,-604.7979471 +125715,-953.5117095,65.1370775,-149.5106628,-433.5975918,-734.0244787 +125716,-939.1235712,67.48068192,-130.3278013,-425.9835507,-689.1747418 +125717,-924.3946878,70.16892049,-113.1784898,-419.7679801,-649.6601954 +125718,-910.5197994,73.21738059,-95.23490407,-411.1494759,-629.2916194 +125719,-898.7363814,76.17800034,-78.80380368,-405.6954318,-615.6639694 +125720,-884.8438709,120.4311003,-61.29001586,-398.2671342,-510.1782955 +125721,-871.0016436,81.55720058,-44.6208653,-391.7409522,-694.2252643 +125722,-857.842416,84.25003414,-27.91740096,-384.3251148,-662.4677304 +125723,-846.1601203,87.4393773,-11.4015265,-378.8554029,-632.0280208 +125724,-834.0710284,90.79556818,4.960550178,-372.1930048,-609.0558815 +125725,-795.9198433,100.4481088,37.68448483,-354.775254,-564.7908002 +125726,-846.4015514,135.8243087,11.51003036,-375.3743401,-499.6458393 +125727,-778.3601492,100.1455683,64.31667324,-345.9729304,-680.5321747 +125728,-789.6240219,103.1024892,65.67088503,-348.7092765,-658.9819452 +125729,-772.0110869,106.5592026,83.41065114,-341.0136117,-638.533728 +125730,-763.5098744,110.1610647,98.44407216,-335.5809411,-625.1398736 +125731,-748.6978306,113.9187911,105.2538729,-329.5169521,-614.666113 +125732,-740.7430259,117.2718375,104.8533146,-324.0898562,-607.9544662 +125733,-728.2347632,120.7810024,105.1958561,-318.4352785,-602.1853868 +125734,-719.2712748,124.2302918,105.8287957,-313.4320816,-598.0975827 +125735,-707.626213,127.6470603,106.779585,-308.1966446,-595.4276271 +125736,-698.2319772,130.9935184,107.8991045,-302.6049776,-594.2291637 +125737,-687.395117,134.3940493,109.4080967,-298.0691157,-593.8830685 +125738,-677.3735585,137.7214832,110.9852943,-292.0203714,-594.8523821 +125739,-667.8620788,141.0228103,112.6965367,-287.9446754,-596.8426881 +125740,-657.4288093,144.305909,114.517724,-282.4396432,-599.8415359 +125741,-647.0586342,147.5756823,116.4365136,-277.3596811,-603.7547096 +125742,-639.5365625,150.8346441,118.4313678,-272.7239501,-608.519195 +125743,-627.313665,154.0841698,120.492412,-267.910704,-614.1067399 +125744,-617.7824194,157.3252227,122.6018217,-262.825594,-620.4675743 +125745,-609.5592811,160.5586401,124.7536312,-258.1130184,-627.5459311 +125746,-598.9592809,163.7851638,126.9338229,-253.8302731,-635.3137341 +125747,-590.5257792,167.0054328,129.1394603,-248.335222,-643.7259005 +125748,-580.3202643,170.2199802,131.3592289,-244.5582388,-652.7514811 +125749,-571.4438084,173.4292469,133.5870177,-239.4684136,-662.3790102 +125750,-561.6666397,176.6335779,135.8250391,-234.8498606,-672.5459244 +125751,-552.1383446,179.8332671,138.0641991,-230.2757191,-683.2469572 +125752,-544.2384401,183.0285333,140.2996585,-226.3328431,-694.424863 +125753,-534.0138633,186.2195589,142.5295175,-221.0303214,-706.0830844 +125754,-524.854677,189.406473,144.7562272,-217.047428,-718.1819469 +125755,-516.2092447,192.5893778,146.9737098,-212.6052693,-730.7074888 +125756,-507.3478931,195.7683363,149.1787831,-208.0050595,-743.6189895 +125757,-497.4107004,198.9434554,151.3705514,-203.938821,-720.0266999 +125758,-488.7462447,202.1145347,153.5479287,-199.1074791,-510.4484356 +125759,-480.3142524,205.2816479,155.7102902,-195.2419793,-629.8991551 +125760,-471.3368895,208.4450924,157.8573736,-190.7765035,-586.6760169 +125761,104.480068,211.5641417,159.8986888,47.42640187,189.841484 +125762,114.9621279,223.0240537,180.9480979,52.54037366,214.4667788 +125763,130.4245557,238.7055202,211.9310762,59.97901437,252.4252445 +125764,146.1976688,572.1597703,243.4146964,67.45090407,292.2375509 +125765,160.407875,731.6619125,271.3622155,74.0718984,327.9237077 +125766,172.8555938,599.1131598,295.2828446,79.78223556,358.7974413 +125767,183.8749657,681.9240249,315.8945993,84.77404434,385.7933422 +125768,193.8054961,704.4801925,333.9679762,89.23125545,409.835247 +125769,202.8777323,724.7286036,350.0412196,93.27678842,431.5193996 +125770,211.2384547,745.2483459,364.4615088,96.98824394,451.206816 +125771,218.9919192,764.7803186,377.4785891,100.4201106,469.1508704 +125772,226.223016,784.2155802,389.2907515,103.6160221,485.5632037 +125773,233.0053156,803.0613372,400.0689498,106.6130819,500.6333762 +125774,239.0887295,822.5062178,409.6473446,109.3001637,513.9599647 +125775,245.2104884,840.42432,418.8419997,112.0141128,526.9327271 +125776,251.0427475,858.8657352,427.3725145,114.6067133,539.0000291 +125777,256.6228864,876.827938,435.3362641,117.0952676,550.2706184 +125778,261.9838849,894.2886057,442.7996709,119.4947697,560.8403799 +125779,267.1546649,912.2852372,449.8330586,121.8181357,570.7945705 +125780,272.1598321,929.3206459,456.4903869,124.076146,580.206657 +125781,277.0202274,946.4411149,462.8197713,126.2777469,589.1407288 +125782,281.753272,963.2922592,468.854267,128.4302592,597.6514429 +125783,286.3737015,979.9364669,474.6320754,130.5397466,605.7865499 +125784,290.893872,1001.838024,480.1769813,132.6111859,613.5867977 +125785,295.3243058,1022.259598,485.5172896,134.6487305,621.0880024 +125786,299.6738468,1042.637964,490.6685379,136.6557963,628.3207052 +125787,303.9500799,1062.658495,495.6518916,138.6352571,635.3119361 +125788,308.1593831,1082.565831,500.4774115,140.5894752,642.0846883 +125789,312.307268,1102.163617,505.1615187,142.5204559,648.6594748 +125790,316.3983823,1121.579424,509.7105586,144.4298518,655.0537032 +125791,320.4367773,1139.770032,514.1376384,146.3190806,661.2830507 +125792,324.4197598,1157.523283,518.4328789,148.1858857,667.3607101 +125793,328.3463179,1175.090495,522.5974175,150.029052,673.2986367 +125794,332.218062,1192.220786,526.6310821,151.8489299,679.1069486 +125795,336.0379303,1208.74803,530.5441686,153.646674,684.7949476 +125796,339.8089991,1226.052661,534.3438456,155.4235642,690.3708055 +125797,343.5339861,1242.282281,538.0357057,157.1807199,695.841696 +125798,347.2151933,1258.386861,541.6248485,158.9190631,701.213888 +125799,350.8546052,1274.460316,545.116081,160.6393685,706.4929563 +125800,354.4539513,1290.144526,548.5138256,162.342298,711.6838068 +125801,358.0147856,1305.654273,551.822098,164.0284395,716.790874 +125802,361.5384979,1320.875845,555.0445027,165.6983131,721.8181012 +125803,365.0263587,1336.028127,558.1843047,167.3523913,726.7690891 +125804,368.4795153,1350.841474,561.2444613,168.9910971,731.6470522 +125805,371.8990229,1365.502432,564.2276843,170.6148179,736.4549389 +125806,375.2858464,1379.893736,567.1364656,172.2239061,741.1953983 +125807,378.640881,1394.283765,569.9731165,173.818688,745.8708775 +125808,381.9649551,1408.157013,572.7397867,175.3994654,750.4835901 +125809,385.2588473,1422.157344,575.4384939,176.9665221,755.0356038 +125810,388.5232828,1435.782636,578.0711317,178.5201228,759.5287954 +125811,391.7589532,1449.283972,580.639499,180.0605215,763.9649412 +125812,394.9665046,1462.531846,583.1452966,181.5879553,768.3456564 +125813,398.1465582,1475.820817,627.4495131,183.1026543,772.6724837 +125814,401.2997049,1488.63423,683.0498315,184.6048382,776.9468453 +125815,404.4265115,1501.410122,655.4234511,186.0947192,781.1700963 +125816,407.527503,1514.101435,675.6358138,187.5724936,785.3434301 +125817,410.60317,1526.496981,683.7000521,189.038345,789.4679134 +125818,413.6539703,1538.776019,691.3168174,190.4924449,793.5444959 +125819,416.680353,1550.884362,698.5006634,191.9349626,797.5741166 +125820,419.6827643,1562.760294,705.6112002,193.3660673,801.5577153 +125821,422.6655229,1744.162141,1102.893029,194.787689,805.5032824 +125822,432.7364849,1758.050783,1114.156085,199.393696,822.8363189 +125823,446.3744167,1771.159464,1123.674246,205.5511846,846.9183834 +125824,460.0324003,1784.17201,1132.429249,211.6437827,871.1881707 +125825,472.2401396,1796.503998,1140.680494,217.0215251,892.9520019 +125826,482.8620779,1808.943679,1148.657247,221.6475767,911.9370182 +125827,492.2019102,1820.818238,1156.233893,225.6804082,928.6464613 +125828,500.5688297,1832.901544,1163.658315,229.27374,943.5902332 +125829,508.1749726,1844.640259,1170.737155,232.5313572,957.114109 +125830,515.1564943,1850.724402,1182.65572,235.5189749,969.4404286 +125831,521.7022916,1861.097165,1190.402474,238.3494564,980.7305984 +125832,527.8572485,1871.81907,1197.565745,241.0351575,991.1178255 +125833,533.6403027,1882.713859,1204.301052,243.5720216,1000.718406 +125834,539.0837206,1893.124294,1210.922454,245.9677381,1009.634529 +125835,544.2297249,1903.671789,1217.236278,248.2392439,1017.955084 +125836,549.1206026,1914.099946,1223.463318,250.4053884,1025.756612 +125837,553.7934179,1924.118106,1229.536983,252.4828594,1033.104749 +125838,558.2790193,1934.415055,1235.378854,254.4852279,1040.055786 +125839,562.2881511,1944.321159,1241.162137,256.2803025,1046.085855 +125840,566.4942215,1954.274062,1246.784682,258.1734506,1052.422041 +125841,570.619678,1963.878281,1252.321259,260.0375528,1058.563429 +125842,574.7177255,1973.543233,1257.652849,261.8958791,1064.610677 +125843,574.9135235,1983.009546,1262.947267,261.9863185,1068.957243 +125844,573.8298105,1992.366188,1268.16222,261.5016044,1346.32199 +125845,572.7931427,2001.605937,1273.190135,261.044606,1210.385199 +125846,693.4293334,2010.716078,1278.238935,350.7199638,1268.861863 +125847,719.6756568,2019.79295,1283.073101,309.6209071,1286.304151 +125848,704.7503987,2028.51514,1287.949836,329.8263309,1301.870639 +125849,732.2934334,2037.222109,1292.61372,337.123997,1317.473759 +125850,746.1585241,2045.950736,1296.892962,344.076004,1332.259648 +125851,759.8235992,2054.030773,1302.074075,350.6590263,1347.333222 +125852,772.6262168,2061.976126,1306.109168,357.306928,1361.506849 +125853,785.9338088,2069.77317,1310.692614,363.704628,1376.009075 +125854,798.3888017,2077.527263,1314.876673,370.0202654,1389.595078 +125855,810.9347044,2084.866973,1319.259297,376.2494308,1403.903142 +125856,823.2744314,2092.586588,1323.459226,382.4047798,1416.808574 +125857,835.4820813,2099.536725,1327.664294,388.2431315,1430.229583 +125858,847.240913,2106.8247,1331.790332,394.3547477,1442.987188 +125859,859.1395628,2113.698345,1336.044629,400.0297885,1456.13412 +125860,870.3909178,2120.633801,1340.017331,405.8352033,1468.467725 +125861,882.4126211,2127.355835,1344.233233,411.2755812,1480.913989 +125862,892.8289229,2139.926453,1348.239784,417.1674957,1493.020287 +125863,904.5760413,2138.234142,1352.453521,422.174932,1505.007788 +125864,914.9143005,2162.316884,1356.437762,427.9119751,1516.814324 +125865,926.2625026,2133.723425,1360.52856,432.8915265,1528.363163 +125866,936.721259,2162.142418,1364.746707,438.502553,1539.807505 +125867,946.8084215,2166.572244,1368.710505,443.2928691,1551.055664 +125868,957.593587,2169.511644,1372.974241,448.4360119,1562.101219 +125869,967.7216757,2176.385401,1377.102377,453.5130471,1573.083726 +125870,977.6837023,2181.91387,1381.316777,458.5651965,1583.468634 +125871,987.812052,2187.453917,1385.558155,463.0086616,1594.593246 +125872,997.2243436,2192.751359,1390.155122,468.2145132,1604.815057 +125873,1007.535283,2197.867373,1395.239496,472.7275249,1615.225925 +125874,1016.755955,2203.085596,1400.244593,477.51233,1625.385235 +125875,1026.777853,2207.998141,1405.551818,481.8899287,1635.390908 +125876,1036.139355,2212.996153,1410.706005,486.7660527,1645.366279 +125877,1045.405339,2217.599691,1415.772189,491.2118588,1655.167508 +125878,1055.149737,2222.325309,1421.114351,495.5149944,1664.702476 +125879,1064.316558,2226.845737,1426.074145,499.941515,1674.344451 +125880,1073.415178,2231.270534,1431.057472,504.1783339,1683.655788 +125881,1088.951773,2238.298654,1442.37084,511.3416523,1714.693942 +125882,1098.145372,2243.062887,1448.112747,515.8119486,1725.286686 +125883,1107.667393,2247.220628,1453.440545,520.2482759,1735.605539 +125884,1116.679464,2251.423368,1458.741835,524.5506367,1745.250212 +125885,1125.555977,2255.262631,1463.794936,528.7726972,1754.90272 +125886,1134.021084,2259.243386,1468.920021,532.927418,1764.156091 +125887,1143.338426,2262.863323,1473.778055,536.8437221,1773.292164 +125888,1151.596029,2266.453336,1478.828335,541.172413,1782.214695 +125889,1160.263525,2269.91159,1483.644719,545.0288501,1791.205554 +125890,1168.690211,2273.366501,1489.530772,549.0108373,1799.744167 +125891,1177.034032,2276.434865,1497.101611,552.9166985,1817.901615 +125892,1185.411916,2285.684496,1497.703817,556.7799992,1812.432452 +125893,1193.577687,2274.456595,1509.015574,560.601926,1817.816595 +125894,1201.827258,2313.612946,1504.609161,564.3834946,1839.07276 +125895,1209.860771,2252.469849,1501.540674,568.126274,1840.265449 +125896,1217.983428,2307.926983,1523.490437,571.8309349,1850.030786 +125897,1225.89072,2289.806493,1519.142953,575.2790406,1857.921104 +125898,1233.893975,2296.112287,1525.61841,579.255915,1865.909523 +125899,1241.679574,2298.335301,1530.16306,582.6853243,1873.739408 +125900,1249.567264,2300.676943,1534.439117,586.290119,1881.495742 +125901,1257.23643,2302.704923,1539.14754,589.8206896,1889.248501 +125902,1265.013399,2305.037461,1543.324769,593.5585024,1896.731201 +125903,1272.624083,2306.736912,1547.73126,596.6473557,1904.309013 +125904,1280.167654,2308.681867,1552.130194,600.2852946,1911.806502 +125905,1287.78579,2311.593094,1556.374347,603.6347748,1919.003541 +125906,1295.238616,2337.516704,1560.715889,607.0105585,1926.447437 +125907,1302.630637,2275.688839,1564.78261,610.3543824,1928.904562 +125908,1310.10636,2357.222192,1569.324511,613.4297028,1934.587277 +125909,1317.41315,2278.30871,1573.375006,617.1161004,1938.883233 +125910,1324.664737,2360.502566,1577.424715,620.1800138,1943.915938 +125911,1331.194623,2299.355575,1581.518519,623.3399584,1948.68935 +125912,1338.992928,2310.606027,1585.150431,626.4029612,1953.189361 +125913,1345.399128,2343.038825,1588.956114,629.3981387,1965.606846 +125914,1352.41316,2311.694522,1592.661134,632.4326547,1951.235664 +125915,1359.150208,2324.30792,1596.415729,635.3704055,1972.582629 +125916,1365.887705,2322.289056,1599.859089,638.3015707,1970.585426 +125917,1372.49044,2322.338739,1603.725604,641.1996993,1976.264622 +125918,1379.219736,2321.976811,1614.811187,644.0685498,1980.620973 +125919,1385.751163,2321.684757,1599.375734,646.9089906,1985.252666 +125920,1392.135426,2328.277422,1619.581517,649.6878577,1989.238059 +125921,1398.794192,2317.41487,1616.605244,652.5034146,2011.477412 +125922,1405.110963,2321.169654,1621.197948,655.2337697,1971.084863 +125923,1411.506219,2319.486927,1624.612922,657.6472015,2020.203107 +125924,1417.887577,2319.634358,1628.0563,660.8141971,1996.284832 +125925,1424.213821,2318.279249,1646.225377,663.3344112,2027.879205 +125926,1430.336055,2317.629933,1612.888254,666.0314034,1994.360767 +125927,1436.753112,2316.551401,1648.755592,668.6150411,2040.810113 +125928,1442.884302,2315.429026,1639.412511,671.2851082,2014.660038 +125929,1448.904802,2314.151107,1644.62855,673.8421941,2029.487694 +125930,1454.978538,2312.788696,1648.302172,676.3805128,2031.759747 +125931,1461.153155,2311.351755,1651.356105,679.0266385,2035.618766 +125932,1467.113948,2309.782965,1654.703886,681.4706916,2039.542481 +125933,1473.112823,2308.265234,1657.938812,684.0138101,2043.313845 +125934,1479.06115,2306.255774,1665.665831,686.4575217,2047.371002 +125935,1485.057414,2304.573194,1659.692064,688.9860618,2056.628553 +125936,1490.719464,2302.445804,1667.842889,691.4077608,2052.064038 +125937,1496.749317,2300.414317,1671.586156,693.885999,2059.546451 +125938,1502.477862,2298.21214,1673.573367,696.2373233,2062.750813 +125939,1508.260186,2295.938921,1677.096625,698.6208563,2066.080188 +125940,1513.99458,2293.77788,1680.231923,701.0509764,2069.998329 +125941,1402.034334,2239.817142,1565.82839,650.1043149,1859.447139 +125942,1405.475965,2232.279722,1566.480613,651.2279545,1846.409556 +125943,1409.45336,2230.14234,1580.563601,652.86153,1880.091084 +125944,1413.966381,2226.568902,1551.16099,654.6212047,1847.914986 +125945,1418.475043,2223.241555,1580.518467,656.2552976,1879.967962 +125946,1422.975142,2219.623675,1571.752986,658.1279583,1865.875673 +125947,1427.647728,2216.105187,1575.713739,659.926175,1873.928329 +125948,1432.178369,2212.46256,1577.806759,661.628636,1871.90166 +125949,1436.859943,2208.759555,1579.829917,663.5161063,1876.406861 +125950,1441.302337,2205.009754,1581.913047,665.2750118,1878.114847 +125951,1446.012715,2201.104359,1586.879538,667.0732739,1880.316668 +125952,1450.71583,2197.190429,1586.392096,668.8199402,1882.856361 +125953,1455.105376,2193.082958,1596.84912,670.6657089,1885.127916 +125954,1459.722272,2189.202409,1573.781741,672.4558164,1887.364384 +125955,1464.260962,2184.76885,1601.193688,674.1739315,1889.92464 +125956,1468.715399,2180.556933,1592.931688,675.9722796,1892.192418 +125957,1473.385317,2176.186414,1596.955415,677.7288772,1900.104669 +125958,1477.839777,2171.727623,1599.932908,679.4444325,1894.133673 +125959,1482.361197,2167.178548,1608.977306,681.2596233,1900.232497 +125960,1486.853956,2162.591429,1591.329488,682.9758519,1902.016591 +125961,1486.016889,2149.112122,1622.214926,686.3744063,1904.07638 +125962,1489.34688,2141.981937,1601.572296,688.36669,1906.636658 +125963,1493.235189,2129.732763,1619.454735,690.121528,1908.877956 +125964,1497.271558,2140.534727,1616.379647,692.0484178,1911.1157 +125965,1501.353992,2114.287904,1629.023607,693.8243393,1913.622813 +125966,1509.459837,2123.239242,1608.371565,695.629734,1915.895974 +125967,1508.130996,2112.629251,1646.798961,697.4161437,1918.115663 +125968,1520.36731,2107.592473,1602.309505,699.1468808,1920.651823 +125969,1513.166817,2102.004207,1655.988996,700.9794775,1922.654013 +125970,1533.98831,2096.388475,1612.89214,702.7487729,1925.233954 +125971,1514.326236,2090.038982,1650.702716,704.4245753,1927.462955 +125972,1525.031927,2084.001771,1631.294777,706.1824673,1929.567348 +125973,1538.82964,2077.621221,1641.006494,707.9048446,1932.111595 +125974,1535.885656,2071.33746,1642.258833,709.5531367,1939.276742 +125975,1541.519671,2065.038903,1644.385758,711.2319347,1934.420859 +125976,1545.435071,2058.328686,1646.605234,712.8568331,1939.22138 +125977,1549.152773,2051.844524,1649.032357,714.5845898,1942.10059 +125978,1552.930953,2045.256991,1651.238769,716.1989264,1943.097338 +125979,1556.697958,2038.601631,1653.464482,717.8440522,1945.932743 +125980,1560.545531,2031.646549,1655.763906,719.4729023,1947.800549 +125981,1564.119489,2024.934604,1657.968054,721.0930671,1950.179781 +125982,1567.797434,2017.975524,1660.110074,722.7046595,1952.330559 +125983,1571.622743,2011.140352,1662.490625,724.3078591,1959.479818 +125984,1575.214796,2003.899249,1664.673869,725.9504988,1954.845485 +125985,1578.876644,1996.90462,1666.873663,727.4668088,1958.846896 +125986,1582.502395,1974.017462,1669.098002,729.0797094,1961.178305 +125987,1586.107994,2005.113745,1671.358154,730.6434353,1963.34888 +125988,1596.787724,1953.793421,1670.862923,731.0381316,1965.348663 +125989,1601.204115,2006.268879,1672.507073,732.3282104,1972.361367 +125990,1605.409236,1939.298047,1674.492182,733.8500606,1963.356593 +125991,1609.406032,1989.725928,1676.454025,735.2933812,1977.317124 +125992,1613.342247,1930.411101,1678.7369,736.7868279,1973.32667 +125993,1617.224942,1971.110927,1680.794318,738.2755929,1975.566695 +125994,1621.06524,1919.684136,1682.898818,739.763605,1978.098778 +125995,1624.868683,1942.07133,1685.088116,741.2496191,1984.728745 +125996,1628.638885,1923.934923,1687.187326,742.7334174,1981.532316 +125997,1632.482815,1918.594761,1689.341001,744.2144823,1983.561862 +125998,1636.032866,1910.919398,1691.497233,745.692076,1986.238958 +125999,1639.789105,1903.461796,1693.684203,747.1662411,1992.63596 +126000,1643.424528,1914.396004,1695.790616,748.6370297,1990.148726 +126001,1405.823283,1751.174979,1458.511104,640.9621557,1538.622431 +126002,1404.322143,1780.207958,1446.021502,639.7660477,1560.876352 +126003,1404.274676,1754.817052,1447.391979,639.5131117,1544.931273 +126004,1404.827032,1748.243158,1454.41615,639.6108267,1545.544809 +126005,1406.193399,1738.974626,1450.811008,639.9602494,1543.969945 +126006,1420.481028,1729.896285,1447.815433,640.3087894,1556.532474 +126007,1402.537577,1720.59025,1457.531841,640.7888587,1534.808945 +126008,1401.285349,1724.437005,1442.540873,641.4000499,1543.826561 +126009,1419.674061,1685.468626,1467.796747,641.9060235,1541.168651 +126010,1412.425012,1700.153259,1438.204894,642.605281,1545.897058 +126011,1416.229457,1683.359329,1468.808478,643.2127125,1537.222018 +126012,1418.181158,1674.918774,1448.005594,643.8939473,1540.548071 +126013,1420.216662,1666.065657,1456.375227,644.5406498,1539.917309 +126014,1422.025793,1675.824871,1456.065017,645.3265002,1539.471252 +126015,1424.099855,1620.634761,1456.713207,646.0264406,1539.237755 +126016,1426.103952,1661.610476,1457.676699,646.7861908,1539.285522 +126017,1428.147702,1612.529999,1458.5315,647.5558076,1539.217276 +126018,1430.213364,1627.098342,1459.403999,648.3415828,1539.008236 +126019,1432.299048,1609.835727,1460.575897,649.1916465,1539.296754 +126020,1434.403459,1602.061965,1461.547755,649.9358822,1539.369406 +126021,1436.525529,1592.969885,1462.665017,650.8010297,1539.413106 +126022,1438.663546,1583.701388,1463.75921,651.6378224,1539.470483 +126023,1440.816943,1574.717284,1464.920295,652.4951575,1539.874027 +126024,1442.984382,1565.609886,1466.153515,653.3651909,1540.034061 +126025,1445.27294,1556.208594,1467.320785,654.2475377,1540.219209 +126026,1447.304063,1547.297889,1468.587419,655.1414544,1545.640254 +126027,1449.585533,1538.071759,1469.781592,656.0470487,1533.74687 +126028,1451.784466,1528.837982,1471.235875,656.9631977,1549.085025 +126029,1454.009351,1519.866791,1472.522879,657.8899719,1539.051375 +126030,1456.24344,1524.861119,1473.920192,658.8269955,1542.889369 +126031,1458.434972,1481.231552,1475.08093,659.6870319,1542.701496 +126032,1460.622356,1503.448128,1476.279692,660.5384191,1543.310157 +126033,1462.701186,1479.290234,1477.499321,661.3898186,1543.681534 +126034,1465.056856,1475.100419,1478.632771,662.2429407,1544.028454 +126035,1467.171955,1464.998725,1479.882881,663.0987906,1544.784454 +126036,1469.384073,1455.956664,1480.9454,663.9573735,1545.262799 +126037,1471.582152,1446.836591,1482.3758,664.8188816,1550.820409 +126038,1473.780671,1437.884332,1483.525125,665.6833969,1539.534449 +126039,1475.980723,1428.746626,1484.815319,666.5505601,1553.699237 +126040,1478.181308,1419.803543,1486.080871,667.4202292,1546.324244 +126041,1480.382906,1410.512005,1487.322377,668.2928189,1547.966428 +126042,1482.696961,1401.690658,1493.572559,669.1674344,1549.226034 +126043,1484.730229,1392.594209,1482.764804,670.0446057,1549.728019 +126044,1487.013157,1383.511412,1498.962409,670.9235292,1555.050054 +126045,1489.116902,1374.790082,1490.321574,671.7690343,1549.509085 +126046,1491.292416,1365.635687,1494.016498,672.6405924,1550.855672 +126047,1493.481601,1356.781004,1495.647435,673.5188006,1552.084275 +126048,1495.67459,1347.757483,1496.678864,674.4000787,1557.52809 +126049,1497.870326,1339.014158,1498.060119,675.284292,1547.280845 +126050,1500.069436,1330.193504,1499.347286,676.1703572,1558.345229 +126051,1502.271282,1321.153888,1500.743588,677.0580464,1554.398727 +126052,1504.475251,1312.560925,1502.103416,677.9472279,1558.961136 +126053,1506.682173,1303.731013,1503.463034,678.8375882,1555.24181 +126054,1502.26446,1292.113788,1507.317153,680.8227567,1560.273563 +126055,1503.237304,1283.050542,1509.058427,681.8075135,1557.100379 +126056,1504.909611,1274.267574,1510.416583,682.7946972,1556.119513 +126057,1506.770449,1265.498493,1512.219355,683.7810289,1559.753075 +126058,1508.720536,1260.549153,1513.744614,684.7643514,1557.240947 +126059,1510.725043,1254.447003,1515.349374,685.7448544,1555.653227 +126060,1512.769847,1247.95944,1516.898059,686.7230312,1551.858237 +126061,1750.009395,1348.459816,1661.452617,794.3830657,1554.913271 +126062,1755.991776,1344.217032,1673.78697,797.2074665,1579.528606 +126063,1760.806901,1339.37452,1688.057991,799.3999371,1612.267775 +126064,1764.84107,1334.35859,1699.332761,801.4916286,1641.837366 +126065,1768.896637,1329.263208,1706.98718,803.3202007,1665.090486 +126066,1772.686487,1324.120705,1711.697897,805.1064314,1682.415732 +126067,1776.400158,1318.963173,1714.35767,806.8205617,1695.39131 +126068,1780.059316,1313.82373,1715.867754,808.4880564,1704.866441 +126069,1783.688976,1308.695997,1716.317066,810.11909,1711.941471 +126070,1787.305158,1303.598229,1716.204738,811.7194617,1717.208725 +126071,1790.787685,1298.532902,1715.727618,813.3524091,1721.073464 +126072,1794.692311,1293.505701,1715.013715,814.8143116,1723.831565 +126073,1797.961509,1288.432306,1714.149238,816.3851943,1725.71133 +126074,1801.508423,1283.627586,1713.193601,817.8436961,1726.8932 +126075,1805.064535,1278.670749,1712.182337,819.3647045,1727.512244 +126076,1808.45678,1273.851492,1711.148505,820.7411709,1727.689653 +126077,1811.88831,1269.069628,1710.105968,822.2752101,1727.507376 +126078,1815.435081,1264.345552,1709.064326,823.6662822,1727.033157 +126079,1818.63294,1259.682756,1708.03076,825.0940947,1726.322661 +126080,1822.10277,1255.084264,1707.009173,826.4978757,1725.419686 +126081,1825.436492,1250.639112,1705.99969,827.886877,1724.356872 +126082,1828.767126,1246.137679,1705.001842,829.2613761,1723.160743 +126083,1831.94251,1241.73478,1704.016635,830.6217166,1721.855175 +126084,1835.567058,1237.394067,1703.042754,831.9680601,1720.457427 +126085,1838.534288,1233.301268,1702.0777,833.2394094,1718.980166 +126086,1841.899022,1229.091135,1701.119569,834.7109681,1717.434195 +126087,1845.104956,1225.03274,1700.166501,835.8818068,1715.828203 +126088,1848.309422,1221.04817,1699.217149,837.2278355,1714.169728 +126089,1851.495072,1217.153333,1698.268952,839.2454043,1712.463312 +126090,1854.797148,1213.351957,1697.319884,840.7677216,1710.712934 +126091,1865.57956,1209.636538,1696.358063,841.6453001,1708.909224 +126092,1849.688049,1206.019077,1695.412909,843.6403162,1707.095323 +126093,1868.146114,1202.503773,1694.482191,844.0344354,1705.273785 +126094,1865.933032,1199.093807,1693.531676,846.5681645,1703.405682 +126095,1869.334725,1195.792325,1692.57351,846.1733391,1701.508577 +126096,1872.23279,1192.167123,1691.615795,849.8133556,1699.594357 +126097,1875.315079,1189.146807,1690.657009,847.832226,1697.662739 +126098,1878.064466,1186.255836,1689.69085,854.00396,1695.707362 +126099,1881.05411,1183.430107,1688.720464,849.104545,1693.733464 +126100,1883.659385,1180.654422,1687.738364,860.6111244,1691.732841 +126101,1886.558704,1177.922001,1686.755647,848.8196498,1689.720329 +126102,1889.319643,1175.228835,1685.797911,847.1560634,1687.728905 +126103,1892.086152,1172.572346,1684.818762,865.5325263,1685.701751 +126104,1894.839402,1169.950644,1683.800679,858.5920761,1683.617644 +126105,1897.718071,1167.362135,1682.778699,862.7532904,1681.52057 +126106,1910.261197,1164.805168,1681.741353,865.019423,1679.396585 +126107,1888.19874,1162.286689,1680.721993,867.3426719,1677.287927 +126108,1912.939491,1159.784175,1679.720256,869.6633559,1675.19575 +126109,1906.983705,1157.239155,1678.69199,872.1254552,1673.064637 +126110,1911.081595,1154.914145,1677.657467,874.6487601,1670.921264 +126111,1913.724377,1152.447924,1676.622436,877.1507916,1668.772101 +126112,1916.61434,1150.073116,1675.5856,879.8367999,1666.616827 +126113,1919.318306,1147.711127,1674.546722,882.4630974,1664.455216 +126114,1923.008617,1145.373378,1673.501146,885.3320184,1662.484804 +126115,1933.715191,1143.060083,1672.433987,888.1865477,1660.26972 +126116,1911.560242,1140.770559,1671.387755,890.9992981,1658.073744 +126117,1937.395511,1138.50476,1670.353821,894.0168964,1655.890518 +126118,1930.725253,1136.262262,1669.292106,897.0421775,1653.672178 +126119,1935.057817,1134.043247,1668.22219,900.1440016,1651.443358 +126120,1946.287408,1131.847131,1667.139919,903.3090202,1649.198471 +126121,1984.953499,1152.465117,1667.520066,929.3672603,1649.69545 +126122,2005.926718,1151.43727,1669.798291,933.7612536,1652.722826 +126123,1978.007486,1150.127386,1673.04368,937.9209534,1657.113291 +126124,2023.75998,1148.628188,1676.511625,941.8830496,1661.925568 +126125,1996.590389,1147.058074,1679.540642,946.0694961,1666.300767 +126126,2015.418739,1143.813674,1681.903722,950.3895944,1669.904342 +126127,2017.666768,1141.844853,1683.850236,954.6467682,1673.220859 +126128,2021.696517,1140.033634,1685.562847,958.8384698,1676.367805 +126129,2025.428583,1138.26535,1687.079451,963.081972,1679.251758 +126130,2029.300677,1136.521016,1688.475023,967.4483889,1681.88935 +126131,2033.134661,1134.794525,1689.782761,971.6776122,1684.300464 +126132,2036.890276,1133.083088,1691.014838,976.0541817,1686.50506 +126133,2040.745405,1131.386449,1692.177744,980.6060743,1688.522915 +126134,2044.405624,1129.703944,1693.276808,985.0597794,1690.371745 +126135,2048.083312,1128.036088,1694.320404,989.6356758,1692.07116 +126136,2052.157794,1126.382485,1695.320346,994.2573147,1693.849949 +126137,2055.752748,1124.743684,1696.279455,999.0098163,1695.285075 +126138,2059.611415,1123.119268,1697.199253,1003.634127,1696.609643 +126139,2063.3259,1121.50975,1698.085428,1008.481778,1697.8412 +126140,2067.110228,1119.831279,1698.942267,1013.321732,1698.992526 +126141,2071.367313,1118.372914,1699.968804,1018.230763,1700.080388 +126142,2076.054445,1116.749109,1700.792056,1023.120535,1701.132725 +126143,2080.742005,1115.210614,1701.626032,1028.337469,1702.173642 +126144,2085.933597,1113.674694,1702.480725,1033.247623,1703.213641 +126145,2090.748437,1112.153317,1703.348622,1038.455329,1704.244741 +126146,2095.747362,1110.646481,1704.215129,1043.640243,1705.439834 +126147,2100.674743,1109.154001,1705.073634,1048.893833,1706.376947 +126148,2105.761092,1107.676165,1705.925172,1054.204274,1707.28667 +126149,2110.705191,1106.295552,1706.768562,1059.652231,1708.173916 +126150,2115.613047,1104.725479,1707.602941,1064.952252,1709.172433 +126151,2120.783142,1103.311023,1708.430858,1070.394627,1710.046347 +126152,2133.839359,1101.833468,1709.382069,1075.722571,1710.711065 +126153,2118.587297,1100.377913,1710.160476,1081.308978,1711.542428 +126154,2148.769837,1098.934329,1710.915414,1086.762607,1712.453643 +126155,2136.15778,1097.502979,1711.787052,1092.332331,1713.372936 +126156,2146.43716,1096.001753,1712.509023,1098.017658,1714.107183 +126157,2151.018455,1094.713418,1713.174448,1103.539504,1714.772012 +126158,2155.462807,1093.261843,1713.86255,1111.016737,1715.689647 +126159,2160.653172,1091.89131,1714.53157,1118.075155,1716.385318 +126160,2165.49152,1090.521418,1715.193789,1121.122818,1717.06841 +126161,2170.353476,1089.163779,1715.842034,1133.674415,1717.733975 +126162,2175.277023,1087.818265,1716.489359,1126.240713,1718.400411 +126163,2180.167729,1086.485293,1717.151585,1131.946358,1719.088265 +126164,2185.130266,1085.164376,1717.787641,1149.552543,1719.746522 +126165,2189.884759,1083.856119,1718.385642,1148.658574,1720.360147 +126166,2194.635199,1082.559935,1718.975068,1156.28538,1720.965565 +126167,2199.773903,1081.276175,1719.564899,1162.390832,1721.783259 +126168,2204.468582,1080.004259,1720.146855,1168.492716,1722.389737 +126169,2209.376708,1078.744629,1720.715988,1174.636482,1722.978368 +126170,2214.15215,1077.496716,1721.273068,1180.898915,1723.554001 +126171,2218.989128,1076.260952,1721.819513,1186.985204,1724.120156 +126172,2223.844588,1075.036979,1722.546285,1193.295822,1724.677685 +126173,2228.585193,1073.824042,1723.056,1199.47628,1725.226246 +126174,2233.141333,1072.623594,1723.553509,1205.924386,1725.767985 +126175,2238.232159,1071.434499,1724.050478,1212.292966,1726.311302 +126176,2242.880321,1070.256712,1724.546928,1218.554084,1726.85389 +126177,2247.606525,1069.090561,1725.033648,1225.025529,1727.384221 +126178,2252.290952,1067.935434,1725.507733,1231.449119,1727.899395 +126179,2257.02417,1066.791748,1725.971545,1237.914403,1728.403013 +126180,2269.18553,1065.659046,1726.580249,1244.494662,1729.09219 +126181,2184.119108,1044.819955,1725.48124,1217.811655,1727.463705 +126182,2195.902472,1011.157248,1718.995374,1224.281295,1718.095006 +126183,2198.837347,1057.224923,1711.027471,1230.739573,1706.163589 +126184,2203.08002,995.8987918,1704.472425,1237.383429,1695.685275 +126185,2207.740206,1065.512595,1699.579351,1255.117395,1687.47355 +126186,2212.221894,985.1873168,1696.496738,1233.925002,1681.366432 +126187,2216.580923,1067.451463,1694.489405,1265.029868,1676.757334 +126188,2221.351212,980.4143464,1693.13488,1262.195805,1673.153751 +126189,2225.760912,1065.142276,1692.174221,1270.470696,1670.237796 +126190,2230.236596,979.1740535,1691.674901,1277.346059,1667.84941 +126191,2234.667416,1060.152533,1691.138385,1283.952616,1665.836253 +126192,2246.967601,980.1310478,1690.740029,1290.784659,1664.153629 +126193,2232.702284,1053.670062,1690.547732,1297.555552,1662.865378 +126194,2259.327539,982.3236141,1690.281352,1304.44904,1661.600416 +126195,2249.935352,1046.462729,1690.216073,1321.830993,1660.692253 +126196,2256.738864,985.0977206,1690.078324,1302.270581,1659.783087 +126197,2262.079863,1039.058332,1689.91381,1332.392992,1658.919169 +126198,2265.937551,988.0144908,1689.797139,1330.125765,1658.184028 +126199,2270.191567,1031.796587,1689.68549,1338.433382,1657.514576 +126200,2274.557418,990.8720088,1689.584719,1345.678793,1656.910725 +126201,2278.772884,1024.543935,1689.46969,1364.809015,1656.334099 +126202,2283.05309,993.7470812,1689.390602,1340.653514,1655.842407 +126203,2285.496107,1011.327714,1689.293974,1389.385086,1655.363087 +126204,2289.4232,995.855541,1688.716098,1372.165595,1654.824234 +126205,2293.493859,1001.680631,1687.935567,1364.726875,1654.380682 +126206,2297.507843,998.1786034,1687.129577,1405.221645,1653.979402 +126207,2301.580925,997.4068728,1686.564929,1385.789907,1653.572865 +126208,2305.711623,996.1368414,1685.907362,1422.713194,1653.210332 +126209,2319.068593,995.0390444,1685.576269,1387.526116,1653.182039 +126210,2316.583022,993.8202073,1685.638884,1443.192977,1653.803951 +126211,2326.056453,992.6591251,1685.72914,1403.315137,1654.207223 +126212,2333.790002,991.3161292,1685.936472,1453.263443,1654.746991 +126213,2340.593676,990.0358962,1686.444285,1431.82918,1655.440459 +126214,2347.476486,988.7455402,1686.647078,1448.976876,1656.078401 +126215,2355.489613,987.4576805,1686.95497,1454.296493,1656.878724 +126216,2370.044059,986.1728464,1687.825833,1461.492207,1658.081032 +126217,2368.887006,984.8921986,1688.070355,1468.494775,1659.384044 +126218,2377.993562,983.6152495,1688.545378,1475.570413,1660.468671 +126219,2386.368548,982.3422836,1689.177316,1482.709192,1661.50226 +126220,2394.045573,981.0731969,1689.685666,1489.763481,1662.605702 +126221,2402.008961,979.8824113,1690.44658,1496.746572,1663.726674 +126222,2417.685958,978.5137676,1691.148317,1504.022901,1665.037846 +126223,2408.769632,977.3092084,1691.67623,1511.064171,1666.140914 +126224,2433.527952,976.0457407,1692.299826,1518.134974,1667.123612 +126225,2434.420999,974.7973465,1692.925159,1525.292063,1668.33811 +126226,2448.990311,973.5531682,1693.633464,1532.335199,1669.6689 +126227,2442.915331,972.3133602,1694.167897,1545.375714,1670.784938 +126228,2471.428465,971.0771629,1694.765025,1543.946449,1671.985179 +126229,2462.072586,969.7718619,1695.385362,1554.759675,1673.218797 +126230,2479.677397,968.6505964,1695.851335,1561.310925,1674.259618 +126231,2484.140634,967.3751142,1696.332418,1568.304528,1675.323433 +126232,2496.889903,966.2380092,1697.135428,1579.138893,1676.552574 +126233,2500.676132,964.9159413,1697.816518,1589.899505,1677.875684 +126234,2506.120214,963.7538075,1698.368262,1599.180553,1679.04855 +126235,2512.892447,962.5339443,1698.757838,1608.974645,1680.022694 +126236,2517.981256,961.328181,1699.043796,1618.538716,1680.867591 +126237,2521.517042,960.126379,1699.181806,1628.388425,1681.524621 +126238,2525.129856,958.9280499,1699.130829,1637.9964,1681.940672 +126239,2528.874626,957.7333978,1698.917186,1647.637064,1682.354308 +126240,2532.784763,956.5421638,1698.593349,1657.140549,1682.41657 +126241,2539.091657,889.0901018,1700.847887,1603.592218,1687.580299 +126242,2399.584485,887.109926,1691.82386,1607.221559,1676.354347 +126243,2426.805236,885.4279802,1676.312938,1617.689457,1655.729484 +126244,2441.24209,883.7877349,1662.966607,1626.536782,1637.318426 +126245,2456.366233,882.1824483,1655.010235,1635.218515,1625.299072 +126246,2454.398076,880.5295107,1650.537143,1643.887514,1618.014574 +126247,2460.706765,879.0531132,1648.205082,1652.87465,1613.450517 +126248,2469.490122,877.5105663,1647.018608,1661.623002,1610.687055 +126249,2477.07291,875.8696475,1646.619658,1670.390487,1609.281985 +126250,2484.419191,874.3700635,1646.790471,1684.676815,1608.938836 +126251,2491.611348,872.8205035,1647.25575,1686.02695,1609.274206 +126252,2498.99848,871.2860334,1647.823373,1697.370989,1610.008778 +126253,2514.441301,869.756341,1648.673294,1706.091502,1611.344238 +126254,2505.587746,868.2310475,1649.522391,1714.437703,1612.887762 +126255,2528.472523,866.7749676,1650.345358,1723.093931,1614.581095 +126256,2529.27423,865.1612621,1651.3822,1731.730361,1616.710904 +126257,2535.70198,863.6274826,1652.426107,1740.151856,1618.990957 +126258,2543.919238,862.1979828,1653.390113,1748.913753,1621.291656 +126259,2550.9206,860.6429246,1654.361163,1757.452509,1623.70893 +126260,2558.294613,859.143927,1655.628766,1771.390327,1626.352992 +126261,2565.222776,857.7008039,1656.629235,1767.375195,1628.987794 +126262,2572.644616,856.1038513,1657.619931,1789.948303,1631.688339 +126263,2587.21393,854.6438637,1658.872564,1790.304997,1634.787382 +126264,2579.936925,853.1317462,1659.991145,1799.808475,1637.771161 +126265,2600.392461,851.6293923,1660.972878,1808.682732,1640.629065 +126266,2603.976813,850.1273602,1662.108005,1816.916534,1643.725153 +126267,2608.88775,848.6257526,1663.291666,1830.222464,1646.921609 +126268,2615.661503,847.123457,1664.350356,1832.302073,1649.993788 +126269,2622.856174,845.6217718,1665.269411,1841.624496,1652.918517 +126270,2629.938199,844.1186037,1666.175728,1850.366682,1655.853119 +126271,2643.916762,842.7578885,1667.248269,1857.741831,1659.023647 +126272,2638.360562,841.4208401,1668.332963,1869.838478,1662.212231 +126273,2654.557404,840.0983776,1669.302823,1871.530143,1665.243189 +126274,2650.401331,838.8474077,1670.087039,1878.813689,1668.221909 +126275,2665.848256,837.4575339,1670.818018,1886.387167,1670.908929 +126276,2670.093543,836.2059756,1671.794123,1898.089545,1673.891776 +126277,2674.782886,834.911319,1672.8123,1900.012219,1676.919879 +126278,2679.543422,833.5724895,1673.602916,1905.866479,1679.653527 +126279,2684.833208,832.3876498,1674.352775,1917.923718,1682.332408 +126280,2690.383862,831.0797757,1675.138629,1914.947388,1685.05424 +126281,2695.708727,829.8876386,1675.767261,1933.890955,1687.571724 +126282,2701.126634,828.5469809,1676.512747,1928.674106,1690.236453 +126283,2706.325733,827.3387674,1677.168034,1940.410235,1692.784401 +126284,2711.442803,826.0847942,1677.802328,1943.909364,1695.305156 +126285,2716.449958,824.844334,1678.386583,1947.985095,1697.76181 +126286,2721.312684,823.6079615,1678.88606,1952.940883,1700.109796 +126287,2726.00009,822.3755229,1679.320575,1956.922508,1702.374144 +126288,2730.657727,821.146693,1679.667533,1959.803927,1704.525521 +126289,2735.153285,819.9790671,1679.909772,1962.775845,1706.541566 +126290,2739.515372,818.614738,1680.063466,1965.857284,1708.442665 +126291,2743.72999,817.5200515,1680.153398,1969.199557,1710.260543 +126292,2746.856929,816.2545351,1680.181767,1972.308265,1711.998432 +126293,2749.883309,815.0492702,1680.140232,1975.558624,1713.646273 +126294,2752.852574,813.8376065,1680.037728,1978.450019,1715.216108 +126295,2755.792496,812.6284027,1679.894343,1981.096542,1716.734268 +126296,2758.962485,811.4210348,1679.722336,1984.142715,1718.217185 +126297,2761.791076,810.215617,1679.528139,1987.146714,1719.673916 +126298,2764.575746,809.0118302,1679.320598,1989.980098,1721.116599 +126299,2767.333462,807.8659668,1679.107286,1992.759204,1722.555643 +126300,2770.059446,806.5825973,1678.891419,1995.704487,1723.995751 +126301,2083.007947,805.47163,985.6768986,1678.728981,2498.167448 +126302,2111.491243,934.4550982,998.3079134,1702.981652,2486.417489 +126303,2158.819366,938.4876304,1020.085266,1740.181169,2474.587588 +126304,2209.717895,938.14987,1044.050125,1776.651504,2467.209338 +126305,2254.657619,937.8401169,1065.713396,1804.762501,2463.137244 +126306,2290.691063,937.2907497,1083.831233,1823.970804,2460.363973 +126307,2319.266763,936.8363756,1098.754161,1836.744709,2458.017544 +126308,2342.245372,936.2074749,1111.169994,1845.629185,2455.833505 +126309,2361.151802,935.6023648,1121.667312,1852.34419,2453.852891 +126310,2376.992649,934.9687972,1130.6431,1857.801999,2452.136094 +126311,2390.399906,934.2960518,1138.350214,1862.417261,2450.667669 +126312,2401.804863,933.6308635,1144.980916,1866.407879,2449.417606 +126313,2411.553792,932.9646269,1150.697352,1869.921765,2448.35615 +126314,2419.941042,932.2958329,1155.63959,1873.073839,2447.457804 +126315,2427.210445,931.6278702,1159.927515,1875.952604,2446.701541 +126316,2433.568086,930.9605342,1163.662484,1878.622468,2446.070166 +126317,2439.17373,930.2965641,1166.929463,1881.127823,2445.549194 +126318,2444.122855,929.6350496,1169.783339,1883.47146,2445.089811 +126319,2448.551322,928.9779373,1172.298467,1885.699165,2444.715096 +126320,2452.568831,928.3238254,1174.537382,1887.845919,2444.444546 +126321,2456.225632,927.6742346,1176.534751,1889.907841,2444.253995 +126322,2459.567767,927.0274279,1178.322868,1891.885277,2444.13002 +126323,2462.634387,926.384588,1179.930081,1893.779942,2444.06381 +126324,2465.45787,925.7438543,1181.380757,1895.593757,2444.048896 +126325,2468.064651,925.1062065,1182.695567,1897.328177,2444.079948 +126326,2470.475952,924.4540223,1183.892024,1898.984034,2444.152444 +126327,2472.705663,923.8150386,1184.983731,1900.559198,2444.260223 +126328,2474.768063,923.1796514,1185.9835,1902.054205,2444.40023 +126329,2476.675246,918.3610481,1186.902494,1903.463335,2444.570096 +126330,2478.640114,917.0799177,1187.584811,1905.236068,2444.769415 +126331,2480.670585,915.4768088,1188.096776,1907.277924,2444.994941 +126332,2482.566583,913.6775045,1188.501037,1909.171057,2445.241516 +126333,2484.192767,911.9807135,1188.828483,1910.673292,2445.506554 +126334,2485.512971,910.2047931,1189.090252,1911.751853,2445.788323 +126335,2486.545125,908.4125971,1189.28906,1912.473358,2446.085078 +126336,2487.32184,906.5939515,1189.429493,1912.917301,2446.394999 +126337,2487.872385,904.7492999,1189.51538,1913.142067,2446.716246 +126338,2488.21906,902.8785555,1189.548678,1913.183025,2447.047067 +126339,2488.378479,900.9822682,1189.534013,1913.060655,2447.385766 +126340,2488.363704,899.0028218,1189.474676,1912.787856,2447.730739 +126341,2488.185427,897.1419452,1189.371624,1912.373944,2448.080427 +126342,2487.852728,895.1272319,1189.228443,1911.826283,2448.433344 +126343,2487.373289,893.1971231,1189.04748,1911.150825,2448.788043 +126344,2486.753799,891.0919097,1188.828902,1910.352377,2449.14315 +126345,2485.993905,889.0892675,1188.575639,1909.434802,2449.49733 +126346,2485.105675,887.0110507,1188.289495,1908.401263,2449.849328 +126347,2484.095538,884.9188084,1187.970153,1907.254386,2450.197937 +126348,2482.959815,882.8029176,1187.620148,1905.996419,2450.542028 +126349,2481.707706,880.6639587,1187.240925,1904.629306,2450.880508 +126350,2480.337286,878.5018354,1186.831859,1903.154784,2451.212376 +126351,2478.857275,879.2523068,1186.395243,1901.574448,2451.53673 +126352,2477.096684,877.6064972,1186.048447,1899.538431,2451.85338 +126353,2475.129223,875.6259912,1185.754848,1897.209735,2452.160459 +126354,2473.05437,873.5112251,1185.454607,1894.797508,2452.457002 +126355,2470.909446,871.4005664,1185.112169,1892.395424,2452.742891 +126356,2468.705098,869.1061959,1184.719996,1890.011016,2453.017408 +126357,2466.439564,866.8965657,1184.279378,1887.617777,2453.27969 +126358,2464.108023,864.5454249,1183.79652,1885.188007,2453.529095 +126359,2461.706381,862.3094023,1183.274264,1882.703361,2453.76502 +126360,2459.23195,859.9174184,1182.716836,1880.154134,2453.987013 +126361,0,0,0,0,0 +126362,0,0,0,0,0 +126363,0,0,0,0,0 +126364,0,0,0,0,0 +126365,0,0,0,0,0 +126366,0,0,0,0,0 +126367,0,0,0,0,0 +126368,0,0,0,0,0 +126369,0,0,0,0,0 +126370,0,0,0,0,0 +126371,0,0,0,0,0 +126372,0,0,0,0,0 +126373,0,0,0,0,0 +126374,0,0,0,0,0 +126375,0,0,0,0,0 +126376,0,0,0,0,0 +126377,0,0,0,0,0 +126378,0,0,0,0,0 +126379,0,0,0,0,0 +126380,0,0,0,0,0 +126381,0,0,0,0,0 +126382,0,0,0,0,0 +126383,0,0,0,0,0 +126384,0,0,0,0,0 +126385,0,0,0,0,0 +126386,0,0,0,0,0 +126387,0,0,0,0,0 +126388,0,0,0,0,0 +126389,0,0,0,0,0 +126390,0,0,0,0,0 +126391,0,0,0,0,0 +126392,0,0,0,0,0 +126393,0,0,0,0,0 +126394,0,0,0,0,0 +126395,0,0,0,0,0 +126396,0,0,0,0,0 +126397,0,0,0,0,0 +126398,0,0,0,0,0 +126399,0,0,0,0,0 +126400,0,0,0,0,0 +126401,0,0,0,0,0 +126402,0,0,0,0,0 +126403,0,0,0,0,0 +126404,0,0,0,0,0 +126405,0,0,0,0,0 +126406,0,0,0,0,0 +126407,0,0,0,0,0 +126408,0,0,0,0,0 +126409,0,0,0,0,0 +126410,0,0,0,0,0 +126411,0,0,0,0,0 +126412,0,0,0,0,0 +126413,0,0,0,0,0 +126414,0,0,0,0,0 +126415,0,0,0,0,0 +126416,0,0,0,0,0 +126417,0,0,0,0,0 +126418,0,0,0,0,0 +126419,0,0,0,0,0 +126420,0,0,0,0,0 +126421,0,0,0,0,0 +126422,0,0,0,0,0 +126423,0,0,0,0,0 +126424,0,0,0,0,0 +126425,0,0,0,0,0 +126426,0,0,0,0,0 +126427,0,0,0,0,0 +126428,0,0,0,0,0 +126429,0,0,0,0,0 +126430,0,0,0,0,0 +126431,0,0,0,0,0 +126432,0,0,0,0,0 +126433,0,0,0,0,0 +126434,0,0,0,0,0 +126435,0,0,0,0,0 +126436,0,0,0,0,0 +126437,0,0,0,0,0 +126438,0,0,0,0,0 +126439,0,0,0,0,0 +126440,0,0,0,0,0 +126441,0,0,0,0,0 +126442,0,0,0,0,0 +126443,0,0,0,0,0 +126444,0,0,0,0,0 +126445,0,0,0,0,0 +126446,0,0,0,0,0 +126447,0,0,0,0,0 +126448,0,0,0,0,0 +126449,0,0,0,0,0 +126450,0,0,0,0,0 +126451,0,0,0,0,0 +126452,0,0,0,0,0 +126453,0,0,0,0,0 +126454,0,0,0,0,0 +126455,0,0,0,0,0 +126456,0,0,0,0,0 +126457,0,0,0,0,0 +126458,0,0,0,0,0 +126459,0,0,0,0,0 +126460,0,0,0,0,0 +126461,0,0,0,0,0 +126462,0,0,0,0,0 +126463,0,0,0,0,0 +126464,0,0,0,0,0 +126465,0,0,0,0,0 +126466,0,0,0,0,0 +126467,0,0,0,0,0 +126468,0,0,0,0,0 +126469,0,0,0,0,0 +126470,0,0,0,0,0 +126471,0,0,0,0,0 +126472,0,0,0,0,0 +126473,0,0,0,0,0 +126474,0,0,0,0,0 +126475,0,0,0,0,0 +126476,0,0,0,0,0 +126477,0,0,0,0,0 +126478,0,0,0,0,0 +126479,0,0,0,0,0 +126480,0,0,0,0,0 +126481,0,0,0,0,0 +126482,0,0,0,0,0 +126483,0,0,0,0,0 +126484,0,0,0,0,0 +126485,0,0,0,0,0 +126486,0,0,0,0,0 +126487,0,0,0,0,0 +126488,0,0,0,0,0 +126489,0,0,0,0,0 +126490,0,0,0,0,0 +126491,0,0,0,0,0 +126492,0,0,0,0,0 +126493,0,0,0,0,0 +126494,0,0,0,0,0 +126495,0,0,0,0,0 +126496,0,0,0,0,0 +126497,0,0,0,0,0 +126498,0,0,0,0,0 +126499,0,0,0,0,0 +126500,0,0,0,0,0 +126501,0,0,0,0,0 +126502,0,0,0,0,0 +126503,0,0,0,0,0 +126504,0,0,0,0,0 +126505,0,0,0,0,0 +126506,0,0,0,0,0 +126507,0,0,0,0,0 +126508,0,0,0,0,0 +126509,0,0,0,0,0 +126510,0,0,0,0,0 +126511,0,0,0,0,0 +126512,0,0,0,0,0 +126513,0,0,0,0,0 +126514,0,0,0,0,0 +126515,0,0,0,0,0 +126516,0,0,0,0,0 +126517,0,0,0,0,0 +126518,0,0,0,0,0 +126519,0,0,0,0,0 +126520,0,0,0,0,0 +126521,0,0,0,0,0 +126522,0,0,0,0,0 +126523,0,0,0,0,0 +126524,0,0,0,0,0 +126525,0,0,0,0,0 +126526,0,0,0,0,0 +126527,0,0,0,0,0 +126528,0,0,0,0,0 +126529,0,0,0,0,0 +126530,0,0,0,0,0 +126531,0,0,0,0,0 +126532,0,0,0,0,0 +126533,0,0,0,0,0 +126534,0,0,0,0,0 +126535,0,0,0,0,0 +126536,0,0,0,0,0 +126537,0,0,0,0,0 +126538,0,0,0,0,0 +126539,0,0,0,0,0 +126540,0,0,0,0,0 +126541,0,0,0,0,0 +126542,0,0,0,0,0 +126543,0,0,0,0,0 +126544,0,0,0,0,0 +126545,0,0,0,0,0 +126546,0,0,0,0,0 +126547,0,0,0,0,0 +126548,0,0,0,0,0 +126549,0,0,0,0,0 +126550,0,0,0,0,0 +126551,0,0,0,0,0 +126552,0,0,0,0,0 +126553,0,0,0,0,0 +126554,0,0,0,0,0 +126555,0,0,0,0,0 +126556,0,0,0,0,0 +126557,0,0,0,0,0 +126558,0,0,0,0,0 +126559,0,0,0,0,0 +126560,0,0,0,0,0 +126561,0,0,0,0,0 +126562,0,0,0,0,0 +126563,0,0,0,0,0 +126564,0,0,0,0,0 +126565,0,0,0,0,0 +126566,0,0,0,0,0 +126567,0,0,0,0,0 +126568,0,0,0,0,0 +126569,0,0,0,0,0 +126570,0,0,0,0,0 +126571,0,0,0,0,0 +126572,0,0,0,0,0 +126573,0,0,0,0,0 +126574,0,0,0,0,0 +126575,0,0,0,0,0 +126576,0,0,0,0,0 +126577,0,0,0,0,0 +126578,0,0,0,0,0 +126579,0,0,0,0,0 +126580,0,0,0,0,0 +126581,0,0,0,0,0 +126582,0,0,0,0,0 +126583,0,0,0,0,0 +126584,0,0,0,0,0 +126585,0,0,0,0,0 +126586,0,0,0,0,0 +126587,0,0,0,0,0 +126588,0,0,0,0,0 +126589,0,0,0,0,0 +126590,0,0,0,0,0 +126591,0,0,0,0,0 +126592,0,0,0,0,0 +126593,0,0,0,0,0 +126594,0,0,0,0,0 +126595,0,0,0,0,0 +126596,0,0,0,0,0 +126597,0,0,0,0,0 +126598,0,0,0,0,0 +126599,0,0,0,0,0 +126600,0,0,0,0,0 +126601,0,0,0,0,0 +126602,0,0,0,0,0 +126603,0,0,0,0,0 +126604,0,0,0,0,0 +126605,0,0,0,0,0 +126606,0,0,0,0,0 +126607,0,0,0,0,0 +126608,0,0,0,0,0 +126609,0,0,0,0,0 +126610,0,0,0,0,0 +126611,0,0,0,0,0 +126612,0,0,0,0,0 +126613,0,0,0,0,0 +126614,0,0,0,0,0 +126615,0,0,0,0,0 +126616,0,0,0,0,0 +126617,0,0,0,0,0 +126618,0,0,0,0,0 +126619,0,0,0,0,0 +126620,0,0,0,0,0 +126621,0,0,0,0,0 +126622,0,0,0,0,0 +126623,0,0,0,0,0 +126624,0,0,0,0,0 +126625,0,0,0,0,0 +126626,0,0,0,0,0 +126627,0,0,0,0,0 +126628,0,0,0,0,0 +126629,0,0,0,0,0 +126630,0,0,0,0,0 +126631,0,0,0,0,0 +126632,0,0,0,0,0 +126633,0,0,0,0,0 +126634,0,0,0,0,0 +126635,0,0,0,0,0 +126636,0,0,0,0,0 +126637,0,0,0,0,0 +126638,0,0,0,0,0 +126639,0,0,0,0,0 +126640,0,0,0,0,0 +126641,0,0,0,0,0 +126642,0,0,0,0,0 +126643,0,0,0,0,0 +126644,0,0,0,0,0 +126645,0,0,0,0,0 +126646,0,0,0,0,0 +126647,0,0,0,0,0 +126648,0,0,0,0,0 +126649,0,0,0,0,0 +126650,0,0,0,0,0 +126651,0,0,0,0,0 +126652,0,0,0,0,0 +126653,0,0,0,0,0 +126654,0,0,0,0,0 +126655,0,0,0,0,0 +126656,0,0,0,0,0 +126657,0,0,0,0,0 +126658,0,0,0,0,0 +126659,0,0,0,0,0 +126660,0,0,0,0,0 +126661,0,0,0,0,0 +126662,0,0,0,0,0 +126663,0,0,0,0,0 +126664,0,0,0,0,0 +126665,0,0,0,0,0 +126666,0,0,0,0,0 +126667,0,0,0,0,0 +126668,0,0,0,0,0 +126669,0,0,0,0,0 +126670,0,0,0,0,0 +126671,0,0,0,0,0 +126672,0,0,0,0,0 +126673,0,0,0,0,0 +126674,0,0,0,0,0 +126675,0,0,0,0,0 +126676,0,0,0,0,0 +126677,0,0,0,0,0 +126678,0,0,0,0,0 +126679,0,0,0,0,0 +126680,0,0,0,0,0 +126681,0,0,0,0,0 +126682,0,0,0,0,0 +126683,0,0,0,0,0 +126684,0,0,0,0,0 +126685,0,0,0,0,0 +126686,0,0,0,0,0 +126687,0,0,0,0,0 +126688,0,0,0,0,0 +126689,0,0,0,0,0 +126690,0,0,0,0,0 +126691,0,0,0,0,0 +126692,0,0,0,0,0 +126693,0,0,0,0,0 +126694,0,0,0,0,0 +126695,0,0,0,0,0 +126696,0,0,0,0,0 +126697,0,0,0,0,0 +126698,0,0,0,0,0 +126699,0,0,0,0,0 +126700,0,0,0,0,0 +126701,0,0,0,0,0 +126702,0,0,0,0,0 +126703,0,0,0,0,0 +126704,0,0,0,0,0 +126705,0,0,0,0,0 +126706,0,0,0,0,0 +126707,0,0,0,0,0 +126708,0,0,0,0,0 +126709,0,0,0,0,0 +126710,0,0,0,0,0 +126711,0,0,0,0,0 +126712,0,0,0,0,0 +126713,0,0,0,0,0 +126714,0,0,0,0,0 +126715,0,0,0,0,0 +126716,0,0,0,0,0 +126717,0,0,0,0,0 +126718,0,0,0,0,0 +126719,0,0,0,0,0 +126720,0,0,0,0,0 +126721,0,0,0,0,0 +126722,0,0,0,0,0 +126723,0,0,0,0,0 +126724,0,0,0,0,0 +126725,0,0,0,0,0 +126726,0,0,0,0,0 +126727,0,0,0,0,0 +126728,0,0,0,0,0 +126729,0,0,0,0,0 +126730,0,0,0,0,0 +126731,0,0,0,0,0 +126732,0,0,0,0,0 +126733,0,0,0,0,0 +126734,0,0,0,0,0 +126735,0,0,0,0,0 +126736,0,0,0,0,0 +126737,0,0,0,0,0 +126738,0,0,0,0,0 +126739,0,0,0,0,0 +126740,0,0,0,0,0 +126741,0,0,0,0,0 +126742,0,0,0,0,0 +126743,0,0,0,0,0 +126744,0,0,0,0,0 +126745,0,0,0,0,0 +126746,0,0,0,0,0 +126747,0,0,0,0,0 +126748,0,0,0,0,0 +126749,0,0,0,0,0 +126750,0,0,0,0,0 +126751,0,0,0,0,0 +126752,0,0,0,0,0 +126753,0,0,0,0,0 +126754,0,0,0,0,0 +126755,0,0,0,0,0 +126756,0,0,0,0,0 +126757,0,0,0,0,0 +126758,0,0,0,0,0 +126759,0,0,0,0,0 +126760,0,0,0,0,0 +126761,0,0,0,0,0 +126762,0,0,0,0,0 +126763,0,0,0,0,0 +126764,0,0,0,0,0 +126765,0,0,0,0,0 +126766,0,0,0,0,0 +126767,0,0,0,0,0 +126768,0,0,0,0,0 +126769,0,0,0,0,0 +126770,0,0,0,0,0 +126771,0,0,0,0,0 +126772,0,0,0,0,0 +126773,0,0,0,0,0 +126774,0,0,0,0,0 +126775,0,0,0,0,0 +126776,0,0,0,0,0 +126777,0,0,0,0,0 +126778,0,0,0,0,0 +126779,0,0,0,0,0 +126780,0,0,0,0,0 +126781,0,0,0,0,0 +126782,0,0,0,0,0 +126783,0,0,0,0,0 +126784,0,0,0,0,0 +126785,0,0,0,0,0 +126786,0,0,0,0,0 +126787,0,0,0,0,0 +126788,0,0,0,0,0 +126789,0,0,0,0,0 +126790,0,0,0,0,0 +126791,0,0,0,0,0 +126792,0,0,0,0,0 +126793,0,0,0,0,0 +126794,0,0,0,0,0 +126795,0,0,0,0,0 +126796,0,0,0,0,0 +126797,0,0,0,0,0 +126798,0,0,0,0,0 +126799,0,0,0,0,0 +126800,0,0,0,0,0 +126801,0,0,0,0,0 +126802,0,0,0,0,0 +126803,0,0,0,0,0 +126804,0,0,0,0,0 +126805,0,0,0,0,0 +126806,0,0,0,0,0 +126807,0,0,0,0,0 +126808,0,0,0,0,0 +126809,0,0,0,0,0 +126810,0,0,0,0,0 +126811,0,0,0,0,0 +126812,0,0,0,0,0 +126813,0,0,0,0,0 +126814,0,0,0,0,0 +126815,0,0,0,0,0 +126816,0,0,0,0,0 +126817,0,0,0,0,0 +126818,0,0,0,0,0 +126819,0,0,0,0,0 +126820,0,0,0,0,0 +126821,0,0,0,0,0 +126822,0,0,0,0,0 +126823,0,0,0,0,0 +126824,0,0,0,0,0 +126825,0,0,0,0,0 +126826,0,0,0,0,0 +126827,0,0,0,0,0 +126828,0,0,0,0,0 +126829,0,0,0,0,0 +126830,0,0,0,0,0 +126831,0,0,0,0,0 +126832,0,0,0,0,0 +126833,0,0,0,0,0 +126834,0,0,0,0,0 +126835,0,0,0,0,0 +126836,0,0,0,0,0 +126837,0,0,0,0,0 +126838,0,0,0,0,0 +126839,0,0,0,0,0 +126840,0,0,0,0,0 +126841,0,0,0,0,0 +126842,0,0,0,0,0 +126843,0,0,0,0,0 +126844,0,0,0,0,0 +126845,0,0,0,0,0 +126846,0,0,0,0,0 +126847,0,0,0,0,0 +126848,0,0,0,0,0 +126849,0,0,0,0,0 +126850,0,0,0,0,0 +126851,0,0,0,0,0 +126852,0,0,0,0,0 +126853,0,0,0,0,0 +126854,0,0,0,0,0 +126855,0,0,0,0,0 +126856,0,0,0,0,0 +126857,0,0,0,0,0 +126858,0,0,0,0,0 +126859,0,0,0,0,0 +126860,0,0,0,0,0 +126861,0,0,0,0,0 +126862,0,0,0,0,0 +126863,0,0,0,0,0 +126864,0,0,0,0,0 +126865,0,0,0,0,0 +126866,0,0,0,0,0 +126867,0,0,0,0,0 +126868,0,0,0,0,0 +126869,0,0,0,0,0 +126870,0,0,0,0,0 +126871,0,0,0,0,0 +126872,0,0,0,0,0 +126873,0,0,0,0,0 +126874,0,0,0,0,0 +126875,0,0,0,0,0 +126876,0,0,0,0,0 +126877,0,0,0,0,0 +126878,0,0,0,0,0 +126879,0,0,0,0,0 +126880,0,0,0,0,0 +126881,0,0,0,0,0 +126882,0,0,0,0,0 +126883,0,0,0,0,0 +126884,0,0,0,0,0 +126885,0,0,0,0,0 +126886,0,0,0,0,0 +126887,0,0,0,0,0 +126888,0,0,0,0,0 +126889,0,0,0,0,0 +126890,0,0,0,0,0 +126891,0,0,0,0,0 +126892,0,0,0,0,0 +126893,0,0,0,0,0 +126894,0,0,0,0,0 +126895,0,0,0,0,0 +126896,0,0,0,0,0 +126897,0,0,0,0,0 +126898,0,0,0,0,0 +126899,0,0,0,0,0 +126900,0,0,0,0,0 +126901,0,0,0,0,0 +126902,0,0,0,0,0 +126903,0,0,0,0,0 +126904,0,0,0,0,0 +126905,0,0,0,0,0 +126906,0,0,0,0,0 +126907,0,0,0,0,0 +126908,0,0,0,0,0 +126909,0,0,0,0,0 +126910,0,0,0,0,0 +126911,0,0,0,0,0 +126912,0,0,0,0,0 +126913,0,0,0,0,0 +126914,0,0,0,0,0 +126915,0,0,0,0,0 +126916,0,0,0,0,0 +126917,0,0,0,0,0 +126918,0,0,0,0,0 +126919,0,0,0,0,0 +126920,0,0,0,0,0 +126921,0,0,0,0,0 +126922,0,0,0,0,0 +126923,0,0,0,0,0 +126924,0,0,0,0,0 +126925,0,0,0,0,0 +126926,0,0,0,0,0 +126927,0,0,0,0,0 +126928,0,0,0,0,0 +126929,0,0,0,0,0 +126930,0,0,0,0,0 +126931,0,0,0,0,0 +126932,0,0,0,0,0 +126933,0,0,0,0,0 +126934,0,0,0,0,0 +126935,0,0,0,0,0 +126936,0,0,0,0,0 +126937,0,0,0,0,0 +126938,0,0,0,0,0 +126939,0,0,0,0,0 +126940,0,0,0,0,0 +126941,0,0,0,0,0 +126942,0,0,0,0,0 +126943,0,0,0,0,0 +126944,0,0,0,0,0 +126945,0,0,0,0,0 +126946,0,0,0,0,0 +126947,0,0,0,0,0 +126948,0,0,0,0,0 +126949,0,0,0,0,0 +126950,0,0,0,0,0 +126951,0,0,0,0,0 +126952,0,0,0,0,0 +126953,0,0,0,0,0 +126954,0,0,0,0,0 +126955,0,0,0,0,0 +126956,0,0,0,0,0 +126957,0,0,0,0,0 +126958,0,0,0,0,0 +126959,0,0,0,0,0 +126960,0,0,0,0,0 +126961,0,0,0,0,0 +126962,0,0,0,0,0 +126963,0,0,0,0,0 +126964,0,0,0,0,0 +126965,0,0,0,0,0 +126966,0,0,0,0,0 +126967,0,0,0,0,0 +126968,0,0,0,0,0 +126969,0,0,0,0,0 +126970,0,0,0,0,0 +126971,0,0,0,0,0 +126972,0,0,0,0,0 +126973,0,0,0,0,0 +126974,0,0,0,0,0 +126975,0,0,0,0,0 +126976,0,0,0,0,0 +126977,0,0,0,0,0 +126978,0,0,0,0,0 +126979,0,0,0,0,0 +126980,0,0,0,0,0 +126981,0,0,0,0,0 +126982,0,0,0,0,0 +126983,0,0,0,0,0 +126984,0,0,0,0,0 +126985,0,0,0,0,0 +126986,0,0,0,0,0 +126987,0,0,0,0,0 +126988,0,0,0,0,0 +126989,0,0,0,0,0 +126990,0,0,0,0,0 +126991,0,0,0,0,0 +126992,0,0,0,0,0 +126993,0,0,0,0,0 +126994,0,0,0,0,0 +126995,0,0,0,0,0 +126996,0,0,0,0,0 +126997,0,0,0,0,0 +126998,0,0,0,0,0 +126999,0,0,0,0,0 +127000,0,0,0,0,0 +127001,0,0,0,0,0 +127002,0,0,0,0,0 +127003,0,0,0,0,0 +127004,0,0,0,0,0 +127005,0,0,0,0,0 +127006,0,0,0,0,0 +127007,0,0,0,0,0 +127008,0,0,0,0,0 +127009,0,0,0,0,0 +127010,0,0,0,0,0 +127011,0,0,0,0,0 +127012,0,0,0,0,0 +127013,0,0,0,0,0 +127014,0,0,0,0,0 +127015,0,0,0,0,0 +127016,0,0,0,0,0 +127017,0,0,0,0,0 +127018,0,0,0,0,0 +127019,0,0,0,0,0 +127020,0,0,0,0,0 +127021,0,0,0,0,0 +127022,0,0,0,0,0 +127023,0,0,0,0,0 +127024,0,0,0,0,0 +127025,0,0,0,0,0 +127026,0,0,0,0,0 +127027,0,0,0,0,0 +127028,0,0,0,0,0 +127029,0,0,0,0,0 +127030,0,0,0,0,0 +127031,0,0,0,0,0 +127032,0,0,0,0,0 +127033,0,0,0,0,0 +127034,0,0,0,0,0 +127035,0,0,0,0,0 +127036,0,0,0,0,0 +127037,0,0,0,0,0 +127038,0,0,0,0,0 +127039,0,0,0,0,0 +127040,0,0,0,0,0 +127041,0,0,0,0,0 +127042,0,0,0,0,0 +127043,0,0,0,0,0 +127044,0,0,0,0,0 +127045,0,0,0,0,0 +127046,0,0,0,0,0 +127047,0,0,0,0,0 +127048,0,0,0,0,0 +127049,0,0,0,0,0 +127050,0,0,0,0,0 +127051,0,0,0,0,0 +127052,0,0,0,0,0 +127053,0,0,0,0,0 +127054,0,0,0,0,0 +127055,0,0,0,0,0 +127056,0,0,0,0,0 +127057,0,0,0,0,0 +127058,0,0,0,0,0 +127059,0,0,0,0,0 +127060,0,0,0,0,0 +127061,0,0,0,0,0 +127062,0,0,0,0,0 +127063,0,0,0,0,0 +127064,0,0,0,0,0 +127065,0,0,0,0,0 +127066,0,0,0,0,0 +127067,0,0,0,0,0 +127068,0,0,0,0,0 +127069,0,0,0,0,0 +127070,0,0,0,0,0 +127071,0,0,0,0,0 +127072,0,0,0,0,0 +127073,0,0,0,0,0 +127074,0,0,0,0,0 +127075,0,0,0,0,0 +127076,0,0,0,0,0 +127077,0,0,0,0,0 +127078,0,0,0,0,0 +127079,0,0,0,0,0 +127080,0,0,0,0,0 +127081,0,0,0,0,0 +127082,0,0,0,0,0 +127083,0,0,0,0,0 +127084,0,0,0,0,0 +127085,0,0,0,0,0 +127086,0,0,0,0,0 +127087,0,0,0,0,0 +127088,0,0,0,0,0 +127089,0,0,0,0,0 +127090,0,0,0,0,0 +127091,0,0,0,0,0 +127092,0,0,0,0,0 +127093,0,0,0,0,0 +127094,0,0,0,0,0 +127095,0,0,0,0,0 +127096,0,0,0,0,0 +127097,0,0,0,0,0 +127098,0,0,0,0,0 +127099,0,0,0,0,0 +127100,0,0,0,0,0 +127101,0,0,0,0,0 +127102,0,0,0,0,0 +127103,0,0,0,0,0 +127104,0,0,0,0,0 +127105,0,0,0,0,0 +127106,0,0,0,0,0 +127107,0,0,0,0,0 +127108,0,0,0,0,0 +127109,0,0,0,0,0 +127110,0,0,0,0,0 +127111,0,0,0,0,0 +127112,0,0,0,0,0 +127113,0,0,0,0,0 +127114,0,0,0,0,0 +127115,0,0,0,0,0 +127116,0,0,0,0,0 +127117,0,0,0,0,0 +127118,0,0,0,0,0 +127119,0,0,0,0,0 +127120,0,0,0,0,0 +127121,0,0,0,0,0 +127122,0,0,0,0,0 +127123,0,0,0,0,0 +127124,0,0,0,0,0 +127125,0,0,0,0,0 +127126,0,0,0,0,0 +127127,0,0,0,0,0 +127128,0,0,0,0,0 +127129,0,0,0,0,0 +127130,0,0,0,0,0 +127131,0,0,0,0,0 +127132,0,0,0,0,0 +127133,0,0,0,0,0 +127134,0,0,0,0,0 +127135,0,0,0,0,0 +127136,0,0,0,0,0 +127137,0,0,0,0,0 +127138,0,0,0,0,0 +127139,0,0,0,0,0 +127140,0,0,0,0,0 +127141,-2291.770556,-983.6939849,-2205.462996,-1022.192328,-1863.00189 +127142,-1787.608021,-713.7211913,-1697.094721,-752.6238278,-1014.390115 +127143,-1680.151502,-90.14340746,-1590.283547,-705.1613541,-950.4206255 +127144,-1721.508166,-85.49668077,-364.5879803,-722.1936645,-977.6636891 +127145,-1347.80614,-233.8921259,-452.362251,-504.552371,-974.5638207 +127146,-367.8728286,-152.2716281,-632.4850933,-232.0298215,-970.4017959 +127147,-999.8791805,-145.0499632,-489.3145982,-420.8140371,-956.9745524 +127148,-780.7649946,-152.383376,-503.4734561,-344.0827072,-938.7262152 +127149,-766.7800913,-149.5140551,-494.0269572,-336.683755,-922.0488867 +127150,-754.4766473,-145.9487512,-484.0425832,-331.15488,-908.0694944 +127151,-744.6040977,-142.0398937,-474.3741819,-324.6525158,-894.3833445 +127152,-735.8941603,-138.2225725,-464.5722107,-319.242278,-883.7364065 +127153,-723.2716131,-134.0950637,-455.3489777,-313.518389,-875.3980028 +127154,-715.1942573,-130.1253283,-446.1367859,-308.3337141,-870.1274041 +127155,-705.7526949,-126.6528354,-435.9603293,-303.2931143,-839.2188965 +127156,-696.7467839,-122.3398811,-428.3919362,-297.6452937,-579.8357324 +127157,-687.3371641,-118.7516181,-418.2701525,-292.3852305,-729.1066996 +127158,-678.356967,-115.1484654,-410.6247853,-287.9782291,-677.4851117 +127159,-670.8605047,-111.284886,-401.032505,-282.601565,-672.489921 +127160,-661.6674089,-107.7908661,-393.7930289,-277.9993271,-664.5137083 +127161,-652.8243083,-104.1839021,-385.0363723,-273.1151089,-662.6711333 +127162,-646.696149,-100.361316,-375.711507,-268.5425982,-655.1958106 +127163,-637.9467605,-97.37531658,-369.3170394,-264.031287,-650.2298889 +127164,-628.9357921,-93.27957309,-360.4317637,-258.9700759,-646.9613412 +127165,-622.6731217,-90.49484251,-353.1949436,-255.054098,-641.2922375 +127166,-614.2810114,-86.60995401,-344.6776005,-250.6225725,-637.4947286 +127167,-608.7309164,-83.51259563,-337.869815,-245.6707529,-633.4882488 +127168,-599.0391038,-80.13013613,-329.7986816,-241.9474145,-626.9126344 +127169,-593.2870602,-77.00277972,-322.8678051,-237.7239482,-624.9201178 +127170,-585.4145338,-73.59298922,-315.2831645,-232.9908516,-620.3622566 +127171,-578.4814778,-68.02253241,-302.8260947,-228.6487596,-615.6152298 +127172,-569.3815738,-61.35666898,-290.9005478,-224.2481248,-612.0110833 +127173,-562.2858891,-55.08817319,-282.5557662,-218.8723179,-608.2936901 +127174,-555.1175725,-48.541044,-272.3410345,-215.2874566,-603.0852443 +127175,-545.7462809,-41.57997329,-263.3176062,-209.7920925,-600.5333041 +127176,-540.5790509,-34.34636052,-253.0286523,-206.1226689,-596.4850192 +127177,-529.9697372,-27.37617362,-243.3154672,-200.9915144,-593.7773378 +127178,-525.7930204,-20.12903337,-232.9539441,-197.2495476,-588.018696 +127179,-515.018204,-13.14981916,-224.426078,-192.0189668,-586.6734393 +127180,-510.7604351,-5.625199144,-213.3875621,-187.7178247,-580.6660595 +127181,-499.825322,1.358896896,-204.8136715,-183.8720343,-580.8065398 +127182,-495.4999644,9.159840285,-194.3512183,-178.5091865,-572.9520357 +127183,-486.658877,16.14907971,-185.1162212,-174.5987197,-573.0729608 +127184,-478.876591,24.09172384,-175.5519159,-170.41138,-568.241936 +127185,-464.2530328,47.28412553,-148.2373612,-163.6717004,-564.9757134 +127186,-454.0284722,50.37086768,-136.1462934,-159.1539991,-561.6497251 +127187,-448.3552612,50.49052354,-125.6042882,-154.6107934,-558.2613994 +127188,-439.1673554,50.85006811,-114.4244197,-150.5527955,-556.5689997 +127189,-432.2550541,51.46095442,-104.4905474,-145.6949512,-550.366295 +127190,-425.3041448,52.28889609,-94.23462797,-141.5883001,-549.5092914 +127191,-415.9536806,53.29279909,-83.65705843,-137.2010227,-544.9610857 +127192,-410.1111658,54.43960587,-73.70314667,-134.0930684,-542.1960444 +127193,-401.8605628,55.70536925,-63.74521175,-130.4547171,-539.3884544 +127194,-394.7580838,57.07243041,-53.78059941,-127.5924135,-535.5699306 +127195,-387.6181081,58.52696362,-43.81015701,-123.6615672,-532.6631175 +127196,-379.2406731,60.05762663,-33.83636243,-120.2459041,-528.7254939 +127197,-372.0394492,61.65495103,-24.17352031,-116.8234021,-526.7326457 +127198,-364.8138888,63.31101143,-14.50633756,-113.3901597,-522.680228 +127199,-357.5541271,65.01919562,-4.677799953,-109.9476905,-520.6144116 +127200,-350.2611482,66.77398504,4.840280379,-106.4945987,-515.3946835 +127201,111.3041315,68.58706843,111.1894832,50.57030089,202.0976609 +127202,123.8431508,79.2787686,128.6752945,56.6012613,227.7799323 +127203,141.9955458,94.48352015,155.5057106,65.83315904,266.6362925 +127204,159.9363534,109.6017012,182.8054396,75.1399333,306.402232 +127205,176.5639623,123.2457907,207.87926,83.69358042,343.9430481 +127206,190.3662056,134.6401747,228.8909072,90.72420003,376.022638 +127207,203.0988562,144.7820256,247.7556626,97.06858342,404.8473238 +127208,213.8644225,153.4732343,263.8280624,102.3802066,428.981063 +127209,224.2418457,161.5791631,278.8709263,107.4242281,451.625943 +127210,233.1209788,168.6895231,291.8927114,111.7258556,470.9651667 +127211,241.9016297,175.5052322,304.3753087,115.9403444,489.6322694 +127212,249.4301117,181.5508756,315.2295258,119.5560821,505.5712726 +127213,256.7067878,187.3213178,325.5104234,123.0376143,520.6318111 +127214,263.554285,192.7688568,335.0877171,126.3117418,534.5240489 +127215,270.0128738,197.9385882,344.0418315,129.4023652,547.3555354 +127216,276.135542,202.8761689,352.4596135,132.3377059,559.2562099 +127217,281.9693483,207.6202254,360.4165021,135.1421192,570.3430345 +127218,287.5544109,212.2027122,367.9763681,137.8358886,580.7177197 +127219,292.924634,216.6499419,375.1930085,140.4357752,590.4681258 +127220,298.1085988,220.983562,382.1116815,142.9556,599.6700386 +127221,303.1304204,225.221398,388.7704951,145.406773,608.3889465 +127222,308.0104556,229.3781387,395.2015521,147.7987204,616.6814308 +127223,312.7659414,233.465912,401.4319532,150.1392548,624.5965328 +127224,317.4114792,237.4947387,407.4845858,152.4348562,632.1767081 +127225,321.9594854,241.4729185,413.37883,154.6909211,639.4588649 +127226,326.420532,245.4073365,419.1311138,156.9119521,646.4750395 +127227,330.8036859,249.303732,424.7554312,159.1017363,653.2532357 +127228,335.1167634,253.1669127,430.2637472,161.2634792,659.8179185 +127229,339.3666272,257.0009609,435.6664206,163.3999529,666.1907713 +127230,343.5594609,260.8094228,440.9725838,165.513629,672.3911991 +127231,347.8395173,320.9614687,446.4650641,167.6343757,678.4424735 +127232,352.1521777,460.747219,452.024836,169.745785,684.3592687 +127233,356.4316112,395.9666196,457.509753,171.8331101,690.1670375 +127234,360.6886202,439.0330704,462.8989114,173.9113081,695.9647462 +127235,361.9903296,456.5843221,465.2498193,174.6476863,696.4292795 +127236,362.8417521,473.6400176,467.0737959,175.1815907,696.1065289 +127237,363.7036624,490.4151615,468.8406861,175.7239686,695.8321401 +127238,364.5905266,506.771119,470.5705571,176.2785174,695.6204869 +127239,365.4935975,522.8187728,472.2618581,176.8416018,695.460526 +127240,366.4075986,538.9244617,473.9116401,177.4082752,695.3361631 +127241,367.3214984,554.5660919,475.5137675,177.974589,695.2340414 +127242,368.2335914,570.0913623,477.0674789,178.5378077,695.1442734 +127243,369.1365734,585.1804908,478.5695921,179.0960371,695.0594482 +127244,370.0312113,600.6096288,480.0212028,179.6478753,694.9735374 +127245,370.911719,615.2011424,481.4201713,180.1922413,694.8815378 +127246,371.7798682,630.4495265,482.764701,180.7282812,694.7791204 +127247,372.6306709,644.6216927,484.0592663,181.2553393,694.6626837 +127248,373.4665617,659.0402378,485.3011892,181.7729155,694.5291284 +127249,374.2831372,673.6193242,486.4903227,182.2806513,694.3759376 +127250,375.0833047,687.5944693,487.6279144,182.7782887,694.2009389 +127251,375.8630741,701.391699,488.7152449,183.2656676,694.0024244 +127252,376.6256824,715.6596996,489.7532072,183.7426911,693.7789187 +127253,377.3674211,729.1901106,490.7424564,184.2093261,693.5293008 +127254,378.0917449,742.8462521,491.6835549,184.665578,693.2526009 +127255,378.7951395,756.3332534,492.5770968,185.1114953,692.948132 +127256,379.4812039,769.4452979,493.4237021,185.5471482,692.6152964 +127257,380.1465562,783.1378982,494.2240418,185.9726368,692.2537267 +127258,380.7948884,796.3580603,494.978796,186.3880715,691.8630998 +127259,381.4229103,809.0135208,495.6886774,186.7935845,691.4432868 +127260,382.0343682,822.1650363,496.3543885,187.1893088,690.9941594 +127261,380.8361382,1003.522239,495.1867664,186.761807,687.2614096 +127262,386.756282,1018.026854,1231.524488,189.5325377,696.9604809 +127263,396.2924486,1032.074241,926.743539,193.8764656,713.4891511 +127264,405.9008938,1045.639784,998.7951387,198.17811,730.2982926 +127265,414.1060468,1059.131704,1021.303006,201.7848577,744.6888203 +127266,420.7652699,1091.940374,1045.629454,204.656641,756.3765309 +127267,426.3356716,1108.271557,1060.095839,206.9699571,765.8596977 +127268,431.0635464,1123.100089,1073.666646,208.8683619,773.634222 +127269,435.0787012,1137.454342,1086.693413,275.6239608,780.0384941 +127270,438.474525,1151.147821,1099.325163,349.9530669,785.2900509 +127271,441.3354383,1165.761582,1111.607314,307.0642637,789.5458837 +127272,443.7395409,1179.155546,1123.575113,333.4648128,792.9352556 +127273,639.4118304,1192.768694,1135.250649,342.4024366,795.5713948 +127274,685.9020412,1206.302745,1146.653023,350.543906,852.4760163 +127275,648.9117076,1219.593731,1157.753311,358.6163862,1287.058174 +127276,690.2087387,1232.807147,1168.696614,366.3152253,1069.262327 +127277,706.8806661,1245.883456,1178.924366,374.265146,1151.559708 +127278,723.0288217,1258.795804,1189.86325,381.7280928,1175.46463 +127279,738.5840812,1271.724316,1199.821379,389.2172994,1193.401086 +127280,753.9423387,1284.427248,1209.811388,396.6075609,1211.722531 +127281,768.8516442,1297.015056,1219.566049,403.7232484,1228.550831 +127282,784.1805309,1309.695708,1229.124056,410.9040793,1245.557425 +127283,798.0935205,1321.942899,1238.432923,417.6771459,1262.404934 +127284,812.9718984,1334.424137,1247.634141,424.8342088,1278.521054 +127285,826.7193479,1346.61357,1256.712567,431.5173131,1294.468712 +127286,841.2289742,1358.771922,1265.394145,437.9785915,1310.05196 +127287,854.1187678,1370.765534,1274.162631,444.7341836,1325.416032 +127288,868.3203518,1382.888015,1282.62187,451.1705739,1340.383818 +127289,881.3737073,1394.550602,1290.922327,457.3302188,1355.156237 +127290,894.55996,1406.491185,1299.243175,464.0713316,1369.630687 +127291,906.5884297,1417.329313,1306.414824,469.5063345,1383.848651 +127292,919.4184401,1428.015931,1313.648154,475.3944013,1397.451537 +127293,931.0369265,1438.530768,1320.329217,480.9608459,1411.689272 +127294,943.0675794,1448.905129,1327.158052,486.6657561,1424.963516 +127295,954.5304237,1459.07773,1333.657241,491.9640546,1438.203479 +127296,965.8324436,1469.358188,1340.075794,497.331719,1451.306463 +127297,977.4624934,1479.184983,1346.351656,502.6971801,1464.095494 +127298,988.3809059,1489.042587,1352.455471,507.6029776,1476.662552 +127299,999.6580173,1502.536555,1358.584614,512.962192,1489.134592 +127300,1010.084015,1515.050108,1364.536615,517.8091265,1501.310897 +127301,1020.725824,1528.156292,1370.244349,522.7622033,1513.276942 +127302,1031.402123,1550.011598,1376.122806,527.6046853,1525.178608 +127303,1041.594645,1549.558361,1381.738985,532.3724346,1536.729634 +127304,1051.526317,1580.89592,1387.341595,537.0666053,1548.334809 +127305,1062.062317,1568.422582,1392.861207,541.6895337,1559.447745 +127306,1071.943092,1574.599805,1399.083701,546.0297596,1570.695291 +127307,1081.548169,1611.189796,1409.746878,550.8568228,1581.598333 +127308,1091.489286,1609.158671,1407.075433,555.110046,1592.346057 +127309,1100.774714,1623.678448,1424.910458,559.5073064,1603.120496 +127310,1110.539211,1635.109438,1412.804966,563.8031579,1620.851565 +127311,1119.611191,1646.317545,1414.462962,568.2693724,1625.761885 +127312,1135.942846,1664.807918,1443.084935,574.2648274,1619.969423 +127313,1146.097039,1676.991915,1438.913462,578.7316755,1652.263761 +127314,1155.423736,1688.932936,1447.411677,582.9049591,1652.164586 +127315,1165.18468,1700.164329,1453.924856,586.9717917,1663.749463 +127316,1174.447615,1711.377606,1460.136358,590.9606023,1673.672661 +127317,1183.72938,1722.623452,1466.357429,594.9473913,1683.05831 +127318,1192.76849,1733.335071,1472.498393,598.5331531,1692.614786 +127319,1201.8609,1744.238144,1478.739944,602.8174414,1701.802991 +127320,1210.730495,1754.690376,1484.624642,606.3505557,1711.056647 +127321,1225.920624,1767.94892,1497.134071,612.9838051,1741.897728 +127322,1235.741353,1779.064335,1504.134262,617.1518915,1752.816631 +127323,1245.405267,1789.416191,1510.788917,621.1081547,1762.821514 +127324,1254.36029,1799.828973,1517.15911,625.0281304,1772.938934 +127325,1263.658754,1809.961013,1523.493956,628.8040388,1782.344831 +127326,1271.812118,1819.940212,1529.64439,632.5375473,1791.858868 +127327,1281.631656,1829.872275,1535.801981,636.1764923,1800.923774 +127328,1289.884844,1839.311183,1541.600794,639.8417034,1824.045991 +127329,1298.752922,1849.158647,1547.779234,643.3908394,1797.990357 +127330,1307.198683,1858.342028,1553.619312,646.9221214,1837.776669 +127331,1315.803737,1880.232328,1559.306815,650.4047649,1834.147948 +127332,1324.12637,1858.92968,1565.194514,653.8464595,1845.931543 +127333,1332.713147,1894.372787,1570.858703,657.2503112,1852.287226 +127334,1340.840632,1892.916327,1576.367791,660.6123876,1867.640729 +127335,1349.182591,1903.281907,1582.159141,663.9401191,1862.265079 +127336,1357.337014,1912.108258,1590.142666,666.8832742,1890.383253 +127337,1365.489251,1920.484547,1589.074594,670.639266,1887.167019 +127338,1373.542127,1928.744716,1602.479711,673.660321,1893.095636 +127339,1381.387275,1937.066903,1600.371434,676.8446007,1909.010414 +127340,1389.681079,1949.014488,1610.508442,680.0273034,1906.86423 +127341,1397.374966,1956.941793,1629.775741,683.176679,1918.571773 +127342,1405.196692,1957.898941,1601.656097,686.2060217,1931.188334 +127343,1413.116445,1981.919732,1643.166246,689.3892139,1931.183539 +127344,1420.864561,1972.082603,1624.281615,692.3246326,1938.366731 +127345,1428.472742,1987.272443,1637.120268,695.3737507,1943.571074 +127346,1436.349163,1992.780297,1641.254418,698.3479959,1948.187339 +127347,1443.828875,1999.943462,1646.1356,701.3027884,1958.139928 +127348,1451.369947,2007.071679,1651.003966,704.2320307,1956.703407 +127349,1459.195619,2013.998136,1655.829933,707.1359365,1963.243116 +127350,1470.197208,2020.730285,1660.958238,710.0151058,1968.52009 +127351,1473.039632,2026.644623,1665.418517,712.7163317,1977.837515 +127352,1486.653504,2032.29794,1669.934307,715.4878051,1976.427482 +127353,1484.91584,2037.722842,1674.332402,718.088021,1981.898607 +127354,1505.123203,2043.014387,1678.768977,720.7590025,1992.254871 +127355,1493.21755,2048.056426,1682.944013,723.3350183,1990.758257 +127356,1499.11703,2053.032618,1687.506603,725.9424084,1995.275299 +127357,1522.498389,2057.749615,1691.631694,728.4634664,2004.554377 +127358,1519.732831,2062.365864,1695.904225,731.0175139,2004.425664 +127359,1528.598356,2066.905847,1700.054226,733.4872532,2016.280005 +127360,1535.391894,2071.012248,1704.278712,735.9911178,2013.761504 +127361,1542.048533,2075.203098,1708.176551,738.4120223,2013.664356 +127362,1548.453999,2079.155222,1717.528989,740.8682018,2014.866242 +127363,1555.150956,2082.95433,1714.060965,743.2421805,2011.864956 +127364,1561.63286,2086.619613,1721.162395,745.7003791,2008.499055 +127365,1568.036994,2090.113825,1724.615595,747.9584594,2005.043891 +127366,1574.627698,2093.355774,1728.375626,750.3599882,2001.686317 +127367,1580.782293,2096.767827,1732.301948,752.5918366,1998.482383 +127368,1587.269432,2099.746885,1736.232597,754.9914751,1995.463389 +127369,1593.487396,2102.694266,1739.881883,757.2050352,1992.629623 +127370,1599.930829,2105.506161,1743.696394,759.5008861,1989.969962 +127371,1605.825712,2108.113038,1747.512088,761.7120737,1987.486155 +127372,1613.232568,2104.216027,1758.859927,767.4335656,1985.284944 +127373,1619.211418,2105.521411,1768.970275,770.0822417,1983.570629 +127374,1625.354476,2107.208661,1766.409442,772.4903266,1981.977719 +127375,1631.583472,2108.911052,1772.308475,775.0038973,1980.174271 +127376,1637.512455,2110.55864,1776.744817,777.2336616,1978.355997 +127377,1643.65133,2112.120164,1780.18127,779.5833058,1976.617594 +127378,1649.661077,2113.578353,1788.814214,781.8516591,1975.079898 +127379,1655.545308,2114.941194,1786.623441,784.1018658,1973.575987 +127380,1661.782052,2116.181519,1791.557187,786.3287504,1971.884737 +127381,1549.588233,2063.764515,1680.49659,735.0950995,1968.679131 +127382,1552.718399,2063.101496,1678.501741,736.1249426,1951.795463 +127383,1556.704139,2062.994473,1680.900728,737.2827639,1930.831747 +127384,1560.89871,2063.121026,1683.260334,738.801201,1913.063843 +127385,1565.222823,2062.889287,1685.030881,740.2119651,1899.649478 +127386,1569.598568,2062.745943,1687.552096,741.6364923,1889.753909 +127387,1574.113445,2062.477901,1689.68252,743.1736384,1882.26807 +127388,1578.367265,2062.122517,1691.805294,744.5464469,1876.341116 +127389,1582.869507,2061.657637,1694.283223,746.2239098,1871.449598 +127390,1587.273004,2061.102782,1701.25942,747.5218941,1867.442335 +127391,1591.686152,2060.427745,1696.968054,749.0300794,1863.949792 +127392,1595.985098,2059.639977,1701.365281,750.4893571,1860.668124 +127393,1600.547002,2058.764243,1703.65539,751.9517171,1857.71018 +127394,1604.964927,2057.760979,1705.721179,753.4089955,1855.079327 +127395,1609.195142,2056.653235,1708.009592,754.8607978,1852.671237 +127396,1613.641772,2055.433871,1710.036976,756.3069886,1850.443247 +127397,1617.980587,2054.066681,1712.499063,757.7475022,1848.374089 +127398,1622.323982,2052.675981,1714.607352,759.1823704,1846.437738 +127399,1626.655658,2051.09408,1721.443744,760.5590672,1844.776279 +127400,1630.82919,2049.439036,1717.688631,762.0603209,1843.205628 +127401,1635.363188,2047.656118,1721.290534,763.4398733,1841.500513 +127402,1639.338013,2045.752761,1723.85317,764.8599509,1839.835968 +127403,1643.83763,2043.905793,1725.904145,766.2664676,1838.294287 +127404,1647.809532,2041.583821,1728.435035,767.6680448,1836.809813 +127405,1652.388501,2039.465705,1730.016089,769.0641853,1835.345217 +127406,1656.364482,2037.084673,1736.701758,770.4550731,1834.079499 +127407,1660.567674,2034.623222,1733.691672,771.8927762,1832.883177 +127408,1664.759021,2032.109446,1736.455337,773.1937905,1831.51155 +127409,1669.049885,2029.413994,1739.157088,774.6061599,1830.118564 +127410,1673.04371,2023.256114,1745.608944,775.9674064,1829.029991 +127411,1677.187495,2026.384914,1742.872268,777.3872141,1828.091841 +127412,1681.179386,1999.895438,1745.057924,778.7518816,1827.077248 +127413,1685.147513,2043.192997,1752.191542,780.2437341,1826.415047 +127414,1689.082623,1978.998933,1750.394968,781.6097715,1826.026388 +127415,1692.987113,2038.603165,1751.675198,783.016461,1825.336986 +127416,1696.864834,1978.087191,1758.223427,784.4088544,1824.591367 +127417,1700.716605,2021.355281,1757.008071,785.7956972,1823.868808 +127418,1704.543019,1964.051095,1761.927771,787.1774356,1823.158843 +127419,1708.346269,2024.503494,1760.816135,788.5541634,1822.39269 +127420,1712.126725,1972.090343,1760.769463,789.9262686,1821.377288 +127421,1715.884197,1959.32829,1761.659382,791.293387,1820.28502 +127422,1719.619001,1987.093519,1760.851803,792.6558525,1819.047774 +127423,1723.331808,1965.076715,1759.170668,794.0140007,1817.485956 +127424,1727.023826,1963.579658,1757.46117,795.3676806,1815.854198 +127425,1730.693528,1958.435599,1755.775386,796.7169385,1813.797573 +127426,1734.341917,1953.00776,1754.128796,798.0617419,1811.579947 +127427,1738.08921,1947.784873,1752.532644,799.4026812,1809.262139 +127428,1741.510738,1963.991989,1750.945608,800.7377503,1806.83191 +127429,1745.183972,1905.391329,1749.464815,802.0699591,1804.438554 +127430,1748.728066,1945.896608,1748.075179,803.3971221,1802.085155 +127431,1752.146136,1921.959065,1746.673483,804.7203239,1799.660403 +127432,1755.854198,1919.188898,1745.300168,806.0393471,1797.226758 +127433,1759.264903,1913.326188,1743.975212,807.3542599,1794.818434 +127434,1762.763293,1907.280054,1742.683339,808.6649933,1792.424174 +127435,1767.746141,1901.030416,1741.421432,809.9715969,1790.046269 +127436,1774.7288,1895.005405,1740.180184,811.2169319,1787.677924 +127437,1770.169391,1888.636057,1738.972481,812.6007772,1785.338724 +127438,1792.19999,1882.290109,1737.777171,813.8540241,1783.005162 +127439,1755.348975,1875.850351,1736.639194,815.1532208,1780.735132 +127440,1792.682322,1893.010712,1735.500495,816.439568,1778.458303 +127441,1543.918059,1718.567985,1736.964444,708.4292525,1780.403779 +127442,1542.173778,1759.209169,1728.282915,706.9072245,1767.464641 +127443,1541.943015,1730.694991,1661.065506,706.3231424,1743.99123 +127444,1542.063729,1725.764151,1473.504467,706.012757,1710.711774 +127445,1542.12632,1717.443654,1611.061001,705.8764637,1677.64111 +127446,1542.957698,1709.187455,1567.519855,705.7994001,1653.914057 +127447,1543.652237,1700.918684,1565.962306,705.9643207,1636.352041 +127448,1544.515868,1692.671257,1566.059687,706.0430251,1622.005994 +127449,1545.541404,1684.416281,1565.821517,706.2039267,1610.602316 +127450,1546.332898,1676.141845,1565.314854,706.3871564,1601.420664 +127451,1547.419754,1667.844196,1565.452899,706.5953833,1593.889976 +127452,1548.439823,1659.40163,1565.258665,706.8250287,1587.606376 +127453,1549.504069,1651.212734,1565.22988,707.0736604,1582.269034 +127454,1550.591106,1642.870512,1565.269478,707.3392145,1577.665485 +127455,1551.69772,1634.320184,1565.325798,707.6203271,1573.64498 +127456,1552.820829,1625.848766,1565.419882,707.9156876,1570.094035 +127457,1553.958637,1617.525051,1565.482652,708.2780307,1566.923113 +127458,1555.109215,1608.964576,1570.334501,708.5199918,1564.246373 +127459,1556.270835,1600.467039,1559.694408,708.8914578,1561.661414 +127460,1557.442821,1591.821467,1572.359219,709.2279465,1559.257483 +127461,1558.624483,1583.412738,1560.780957,709.5835623,1557.066785 +127462,1559.814328,1574.870864,1572.431947,709.9497387,1555.077904 +127463,1561.012495,1587.500364,1566.049889,710.3262488,1553.320394 +127464,1562.217657,1526.842392,1567.064295,710.7125374,1551.625123 +127465,1563.429726,1582.260032,1568.109978,711.1082861,1549.962025 +127466,1564.64811,1510.273513,1568.343057,711.5132442,1548.438197 +127467,1565.872648,1544.402129,1568.675255,711.9273209,1547.042325 +127468,1567.103056,1520.018488,1568.898825,712.3501897,1545.671226 +127469,1568.33974,1514.20267,1569.557043,712.7817918,1544.363898 +127470,1569.462367,1505.606786,1570.014292,713.2215918,1543.144751 +127471,1571.237141,1497.095049,1570.899743,713.8829545,1541.997355 +127472,1572.943746,1488.837478,1571.759114,714.5958595,1540.934536 +127473,1574.494769,1480.520561,1573.308716,715.3390319,1539.973291 +127474,1576.318664,1472.131696,1574.358108,716.1061472,1539.105672 +127475,1577.971499,1464.030792,1575.509299,716.7995562,1538.302912 +127476,1579.819246,1455.705173,1577.343338,717.7177503,1537.539714 +127477,1581.537798,1447.609585,1578.281316,718.4685285,1536.811034 +127478,1583.328998,1439.169187,1584.08285,719.3082099,1536.27227 +127479,1585.152348,1431.188937,1575.381036,720.1635851,1535.593092 +127480,1586.996055,1422.95422,1588.032721,721.0366913,1534.895728 +127481,1588.858227,1414.833645,1583.755184,721.9263969,1534.450909 +127482,1590.737097,1406.726067,1585.280562,722.8321915,1533.925634 +127483,1592.631851,1398.54667,1587.451524,723.7531209,1533.313033 +127484,1594.543227,1390.724316,1588.863548,724.6886321,1532.770634 +127485,1596.469151,1382.501021,1590.577075,725.6384154,1532.28581 +127486,1598.410606,1374.585436,1592.211922,726.6019072,1531.835529 +127487,1600.367215,1366.51881,1598.460413,727.5786678,1531.598892 +127488,1602.338323,1358.718208,1590.352658,728.5685976,1531.220577 +127489,1604.324814,1350.766596,1601.973621,729.5709918,1530.762973 +127490,1606.326951,1343.016805,1599.426865,730.5855283,1530.533372 +127491,1608.344389,1335.073347,1600.584604,731.6123009,1530.236761 +127492,1610.377647,1327.264241,1602.769707,732.6506305,1529.822314 +127493,1612.427565,1323.282068,1604.745398,733.7003307,1529.441386 +127494,1614.49445,1317.67279,1610.890969,734.7611063,1529.282619 +127495,1616.579417,1311.974544,1604.009614,735.8330357,1529.006603 +127496,1618.682777,1306.368047,1613.766068,736.9154735,1528.616006 +127497,1620.805676,1300.689446,1612.873689,738.0082574,1528.42321 +127498,1622.949205,1295.350644,1618.277546,739.1113406,1528.405224 +127499,1625.23624,1289.63668,1612.220886,740.2246379,1528.164754 +127500,1627.2424,1284.223474,1620.632828,741.3475692,1527.77079 +127501,1864.912667,1385.398877,1628.731332,853.2817849,1523.851472 +127502,1873.986901,1382.049422,1636.233851,849.9742751,1535.122436 +127503,1884.548225,1378.059662,1648.677515,862.2007769,1554.356461 +127504,1874.727113,1373.921174,1660.454943,851.6131406,1573.494041 +127505,1881.357278,1369.700421,1669.60388,872.6938576,1589.387064 +127506,1894.709273,1365.448391,1676.102017,848.8013882,1601.704853 +127507,1893.410426,1361.194424,1680.670941,864.5372468,1611.210783 +127508,1899.304494,1356.95687,1683.957543,868.7457268,1618.655225 +127509,1903.312925,1352.746873,1686.39979,867.5569044,1624.572021 +127510,1907.729472,1348.571877,1688.268559,870.6728933,1629.311914 +127511,1912.009563,1344.437428,1689.712694,872.873702,1633.086882 +127512,1916.441267,1340.347923,1690.831936,874.8074493,1636.053506 +127513,1931.034422,1336.307202,1691.686104,877.0432949,1638.32035 +127514,1912.978923,1331.103833,1692.37453,876.3867198,1640.044934 +127515,1934.777522,1327.044333,1692.647795,877.9131738,1641.325571 +127516,1935.304224,1322.921387,1692.60076,879.7020741,1642.182212 +127517,1939.029997,1318.951189,1692.428903,881.6226811,1642.686233 +127518,1944.131242,1315.034216,1692.250842,883.4078569,1642.902707 +127519,1955.616992,1311.182205,1692.083916,885.3548422,1642.85109 +127520,1945.168538,1307.48041,1691.949993,887.1858017,1642.591541 +127521,1956.618,1303.684208,1691.851575,889.1997411,1642.165249 +127522,1962.825893,1300.101464,1691.751529,891.1378253,1641.558138 +127523,1968.680715,1296.532902,1691.639192,892.965588,1640.781921 +127524,1975.320129,1293.020054,1691.522548,894.9383278,1639.866303 +127525,1972.015882,1289.574881,1691.420646,896.8525026,1638.851553 +127526,1967.382873,1286.201715,1691.356568,898.7779404,1637.780986 +127527,1999.362533,1282.903241,1691.273944,900.7044864,1636.59716 +127528,1981.105,1279.681478,1691.166614,902.7007132,1635.303154 +127529,1992.408787,1276.538254,1691.080616,904.453585,1633.965429 +127530,2008.193039,1273.475116,1691.01519,906.5342868,1632.591191 +127531,1975.427826,1270.476829,1690.988961,908.3731829,1631.211111 +127532,2032.060339,1267.558312,1691.403646,910.2765418,1630.337863 +127533,1994.806961,1264.721725,1691.913086,912.1663826,1629.75791 +127534,2013.011212,1261.966458,1692.165869,914.0526395,1628.614134 +127535,2013.969072,1259.293637,1692.555744,916.0067957,1627.61304 +127536,2016.948374,1256.239654,1693.165261,917.7902424,1626.862226 +127537,2020.409155,1254.07778,1693.867598,919.8248107,1626.208593 +127538,2023.523141,1252.087297,1694.624482,922.4460853,1625.607453 +127539,2026.6297,1250.179919,1695.400362,925.15018,1625.015405 +127540,2029.825232,1248.424898,1696.177366,927.8811627,1624.409814 +127541,2032.789627,1246.495982,1696.946741,930.8863981,1623.778969 +127542,2035.648888,1244.810212,1697.704032,933.8905554,1623.116634 +127543,2038.906648,1243.089138,1698.638348,936.8556986,1622.424476 +127544,2041.692423,1241.419788,1699.357959,940.0464444,1621.699057 +127545,2044.640463,1239.787712,1700.057143,943.2434782,1620.936383 +127546,2047.445095,1238.19019,1700.74227,946.5168307,1620.138823 +127547,2050.260826,1236.625961,1701.41704,949.8523425,1619.309235 +127548,2053.102745,1235.001957,1702.08436,953.2454678,1618.451966 +127549,2055.779356,1233.633603,1702.74434,956.7662354,1617.568688 +127550,2058.29178,1232.09647,1703.397004,960.1531026,1616.660953 +127551,2060.509686,1231.43876,1704.035202,964.1249325,1615.721066 +127552,2062.920672,1230.12354,1704.752754,967.8403335,1614.741671 +127553,2065.565727,1228.743149,1705.504961,971.3986853,1613.935248 +127554,2068.094453,1227.359404,1706.247149,975.051227,1612.891223 +127555,2070.68803,1225.984558,1706.960702,978.8017853,1611.837529 +127556,2073.273081,1224.622491,1707.646154,982.3901355,1610.781953 +127557,2075.689137,1223.275648,1708.306875,986.1821368,1609.723897 +127558,2078.046997,1221.944229,1708.947753,989.935451,1608.662769 +127559,2080.703855,1220.62925,1709.576543,993.7284683,1607.603113 +127560,2091.225734,1219.330309,1710.327667,997.5476579,1606.709268 +127561,2126.621477,1240.864054,1713.053716,1024.162755,1609.226617 +127562,2139.50746,1240.787477,1718.646575,1029.254474,1615.038502 +127563,2141.784423,1240.392642,1724.968531,1033.918663,1622.060532 +127564,2145.250747,1239.658837,1730.638888,1038.467452,1628.792993 +127565,2148.822087,1239.03845,1735.24894,1042.933743,1634.161349 +127566,2151.944897,1238.291082,1738.963075,1047.428548,1638.71446 +127567,2155.454354,1237.528699,1742.223429,1051.694305,1642.262122 +127568,2158.411124,1236.751055,1744.847759,1056.11647,1645.222113 +127569,2161.493331,1235.966153,1747.185452,1060.373655,1647.749907 +127570,2164.530347,1235.17737,1749.326895,1064.833992,1649.951086 +127571,2167.401375,1234.388474,1751.472089,1069.103424,1651.89184 +127572,2165.727258,1236.008875,1753.210394,1072.083773,1653.723776 +127573,2167.336765,1235.604109,1755.094759,1076.054787,1655.001526 +127574,2169.892119,1235.040073,1756.676737,1080.344488,1656.089283 +127575,2172.498421,1234.441395,1758.601967,1084.267258,1657.12314 +127576,2174.970325,1233.824403,1760.604493,1090.712947,1658.123414 +127577,2177.600081,1233.19939,1762.404241,1093.242722,1659.087321 +127578,2179.861349,1232.569962,1764.36726,1100.753957,1660.011275 +127579,2182.702514,1231.940032,1766.112122,1098.256408,1660.908257 +127580,2185.051817,1231.310115,1767.801757,1117.110442,1661.754903 +127581,2187.743454,1230.591778,1769.473348,1090.307387,1662.588068 +127582,2190.737631,1230.100038,1771.327674,1118.83502,1663.411989 +127583,2193.5692,1229.415144,1772.951796,1116.940959,1664.174518 +127584,2196.480141,1228.81119,1774.539729,1120.369804,1664.899987 +127585,2206.91868,1228.199484,1776.269431,1125.069386,1665.80739 +127586,2191.583999,1227.591683,1777.818893,1128.934399,1666.488382 +127587,2211.00546,1229.712268,1779.222067,1130.022768,1666.984032 +127588,2190.139498,1229.472047,1780.750411,1133.183038,1667.248919 +127589,2213.409859,1229.038084,1782.407143,1136.597288,1667.449353 +127590,2202.05499,1228.552858,1784.219488,1140.044903,1667.82934 +127591,2207.768363,1227.901365,1785.889595,1144.003267,1668.117701 +127592,2211.072432,1227.204355,1787.458174,1147.980186,1668.405042 +127593,2213.609841,1226.482522,1789.216383,1152.068708,1668.80476 +127594,2216.510124,1225.741438,1790.718998,1155.971623,1669.240892 +127595,2219.489284,1224.986168,1792.15935,1160.091587,1669.694662 +127596,2222.338329,1224.217671,1793.545723,1164.163112,1670.36497 +127597,2225.343478,1223.438815,1794.881074,1168.27531,1670.820507 +127598,2228.040506,1222.64949,1796.172467,1172.326722,1671.268999 +127599,2238.079923,1219.838032,1797.566351,1181.407556,1671.893085 +127600,2242.965283,1218.655647,1798.908542,1186.38014,1672.782238 +127601,2246.424913,1217.674407,1800.113132,1191.267435,1673.721784 +127602,2249.808523,1216.743704,1801.165736,1196.01775,1674.534129 +127603,2253.348492,1215.836285,1802.128297,1200.773447,1675.208528 +127604,2264.107567,1214.939737,1803.21387,1205.538917,1675.98952 +127605,2250.563167,1214.050146,1804.116351,1210.413824,1676.497345 +127606,2273.308717,1213.164404,1804.952759,1218.037415,1676.891403 +127607,2265.51661,1212.282662,1805.953372,1219.590354,1677.472178 +127608,2270.217582,1211.402568,1806.813734,1233.608548,1677.863697 +127609,2274.176896,1210.525524,1807.59298,1215.545196,1678.145468 +127610,2277.221045,1209.649812,1808.412101,1240.008942,1678.473236 +127611,2280.754823,1208.776558,1809.210886,1239.057433,1678.774206 +127612,2283.876843,1207.904471,1809.988245,1244.131398,1679.050057 +127613,2287.126654,1207.034558,1810.746969,1249.6234,1679.306674 +127614,2290.422828,1206.165398,1811.484378,1254.710883,1679.542502 +127615,2293.344628,1205.298079,1812.204134,1259.679399,1679.763547 +127616,2304.34676,1204.431403,1813.082997,1264.877538,1680.194791 +127617,2291.258806,1203.565937,1813.988863,1270.031891,1680.426526 +127618,2312.426248,1202.700885,1814.600769,1275.238529,1680.549477 +127619,2305.446919,1201.83728,1815.356884,1280.48604,1680.870176 +127620,2309.341635,1200.973326,1815.991906,1292.98383,1681.04893 +127621,2234.984763,1167.048259,1814.89172,1247.309858,1679.043295 +127622,2240.232374,1165.814249,1808.213306,1268.200384,1669.075032 +127623,2248.930551,1164.790729,1800.041227,1267.184903,1656.762632 +127624,2242.702582,1163.766648,1793.634965,1275.665705,1646.084822 +127625,2248.306817,1162.763208,1789.091533,1284.820001,1637.676324 +127626,2251.760709,1161.768088,1786.189997,1278.313703,1631.419783 +127627,2254.367281,1160.778996,1784.448486,1287.714291,1626.79159 +127628,2257.660586,1159.793512,1783.362735,1297.89348,1623.1901 +127629,2260.54539,1158.812001,1782.654864,1300.113906,1620.269474 +127630,2263.63909,1157.832636,1782.190606,1306.445422,1617.84977 +127631,2266.342882,1156.855722,1781.878086,1318.842333,1615.798618 +127632,2277.24555,1155.880084,1781.867592,1308.38972,1614.288823 +127633,2263.967082,1154.905481,1781.797611,1328.256669,1612.84841 +127634,2284.481326,1153.843886,1781.695473,1328.60699,1611.495699 +127635,2278.70216,1152.999324,1781.996354,1338.152603,1610.520013 +127636,2281.653937,1151.96507,1782.014128,1344.130533,1609.539575 +127637,2286.293223,1151.005625,1781.938622,1350.596081,1608.535658 +127638,2289.333081,1150.033311,1781.903478,1356.599717,1607.659171 +127639,2291.943708,1149.060927,1781.906687,1343.319637,1606.896085 +127640,2295.049374,1148.088046,1781.949147,1390.397502,1606.240619 +127641,2298.58898,1147.11543,1782.022507,1346.362659,1605.677315 +127642,2308.862373,1146.142296,1782.403753,1404.375389,1605.551862 +127643,2296.42225,1145.168863,1782.615516,1378.201935,1605.260186 +127644,2315.650735,1144.194586,1782.557576,1388.645098,1604.670481 +127645,2311.754805,1143.220249,1782.759029,1400.715908,1604.44294 +127646,2319.531816,1142.284962,1783.269825,1410.709363,1604.638478 +127647,2334.436288,1141.211455,1784.251875,1418.829645,1605.470582 +127648,2325.019425,1140.334125,1785.300823,1426.285126,1606.426027 +127649,2342.178903,1139.387883,1786.187806,1433.321483,1607.208085 +127650,2343.266812,1138.456181,1787.151277,1440.545668,1608.108957 +127651,2345.805981,1136.349125,1787.96037,1443.587251,1608.831304 +127652,2348.019635,1133.890558,1788.280392,1445.823182,1609.111882 +127653,2349.59536,1131.51289,1788.075333,1447.691493,1609.01079 +127654,2350.717302,1128.851324,1787.400354,1449.247678,1608.615121 +127655,2345.761755,1125.855069,1786.123853,1442.285038,1607.727939 +127656,2341.28438,1123.015223,1784.116238,1441.476782,1606.192676 +127657,2339.667726,1120.111219,1781.67677,1441.119552,1604.328403 +127658,2339.348411,1117.145449,1779.161764,1440.625629,1602.53688 +127659,2338.882504,1114.120505,1776.696337,1439.946544,1600.957499 +127660,2337.999618,1111.037871,1774.25693,1439.059467,1599.544572 +127661,2336.879022,1107.898542,1771.781908,1437.954382,1598.213212 +127662,2335.621915,1104.704735,1769.225941,1436.627875,1596.906939 +127663,2334.209188,1101.457109,1766.576273,1435.079447,1595.596599 +127664,2332.608252,1098.15786,1763.823115,1433.309653,1594.265535 +127665,2330.806776,1094.808521,1760.967928,1431.31986,1592.902321 +127666,2328.808221,1091.409844,1758.005915,1429.111371,1591.498513 +127667,2326.614615,1087.963453,1754.941272,1426.685684,1590.048264 +127668,2324.222249,1084.470357,1751.771158,1424.01965,1588.547449 +127669,2321.629623,1080.931755,1748.501392,1421.198008,1586.993682 +127670,2318.832956,1077.34857,1745.129951,1418.102473,1585.385093 +127671,2315.82928,1073.721855,1741.662159,1414.822504,1583.719657 +127672,2312.616565,1070.052403,1738.095839,1411.338892,1581.996219 +127673,2301.762236,1066.301145,1734.252242,1407.690033,1579.98003 +127674,2311.764273,1062.457545,1730.406203,1403.589452,1578.023952 +127675,2295.030348,1058.778249,1726.569042,1399.545699,1576.133935 +127676,2303.437423,1054.884116,1722.669001,1395.140691,1574.221776 +127677,2285.625757,1051.020374,1718.619492,1390.636719,1572.170642 +127678,2287.769144,1047.106646,1714.321051,1385.84996,1569.856682 +127679,2283.638429,1043.155349,1710.039416,1380.857157,1567.607774 +127680,2277.839099,1039.166632,1705.783543,1375.708678,1565.439305 +127681,2112.479483,981.8503182,1706.03857,1287.848265,1573.505405 +127682,2117.604254,942.8743919,1694.120078,1303.985488,1564.563083 +127683,2087.938022,985.3712019,1678.262114,1290.039073,1548.984041 +127684,2094.940128,924.3552268,1664.566634,1275.784913,1535.432645 +127685,2081.732421,975.1126142,1654.417735,1277.219482,1526.344676 +127686,2072.687353,917.804987,1647.424587,1266.292562,1521.036167 +127687,2063.924285,953.7993861,1642.112605,1259.578866,1518.294318 +127688,2054.050286,921.021566,1638.149282,1251.586462,1517.238177 +127689,2044.366284,930.9409402,1634.572995,1250.357235,1517.094195 +127690,2034.5049,920.6909643,1631.983304,1225.448679,1517.965544 +127691,2023.820662,916.2112044,1629.114287,1231.791946,1519.41178 +127692,1999.093584,911.1207124,1626.069171,1205.423237,1520.980724 +127693,1984.717481,905.7896676,1622.938001,1195.889803,1522.458665 +127694,1964.66468,900.3854728,1619.676606,1202.496399,1523.933542 +127695,1964.264347,894.9375451,1616.657512,1151.288309,1525.876136 +127696,1946.559873,889.4495951,1613.765712,1179.447444,1528.412436 +127697,1935.06566,883.9964641,1611.152286,1150.075404,1531.026675 +127698,1922.14843,878.3253739,1608.572675,1146.461033,1534.036192 +127699,1909.257949,872.7721785,1606.032821,1134.213552,1537.22113 +127700,1896.187763,867.1183671,1603.503938,1123.928893,1540.344495 +127701,1882.5486,861.3634863,1600.971469,1113.116825,1543.837844 +127702,1869.098804,855.7477231,1598.426869,1101.876842,1547.247037 +127703,1854.922377,850.0092514,1595.865003,1090.87279,1551.185535 +127704,1803.656298,843.3513699,1593.373354,1088.787922,1555.023489 +127705,1839.20316,837.452418,1591.615794,1027.868934,1559.848092 +127706,1774.026951,831.5017826,1590.419235,1058.218997,1565.225423 +127707,1796.960103,825.6078613,1589.602458,1028.322883,1571.369652 +127708,1737.653536,819.4453819,1589.078542,1019.605633,1577.937295 +127709,1753.309001,813.1961733,1588.754862,1001.664273,1584.798325 +127710,1721.29504,807.0589976,1588.473008,988.8570325,1591.79803 +127711,1715.601201,803.1390774,1588.181218,981.9047849,1598.852316 +127712,1707.962798,799.6018992,1588.084387,976.0403347,1605.864241 +127713,1700.697738,796.1304734,1588.29527,970.7349873,1612.773252 +127714,1694.103714,792.9935827,1588.816233,965.7199734,1619.571118 +127715,1694.613164,790.0100476,1589.587733,966.3035134,1626.226237 +127716,1698.265707,787.0392006,1590.571099,963.0395264,1632.495812 +127717,1671.710534,784.112362,1591.763449,959.7720367,1638.879763 +127718,1685.846577,781.0460575,1593.120311,956.3738869,1645.190901 +127719,1673.436366,778.3301186,1594.562771,953.5177053,1651.393097 +127720,1670.01541,775.4946606,1596.099866,950.6412518,1657.511844 +127721,1665.39945,772.8432405,1597.73098,948.0435574,1663.562472 +127722,1661.401393,770.0918006,1599.43856,945.5624954,1669.543674 +127723,1656.954708,767.5276911,1601.2001,943.5384467,1675.461849 +127724,1652.95698,764.905083,1603.022633,941.3679779,1681.325414 +127725,1649.321274,762.5515243,1604.904972,939.6076354,1687.140039 +127726,1645.596942,759.9697858,1606.840062,937.887933,1692.91042 +127727,1642.148327,757.6150104,1608.809644,936.5371415,1698.642015 +127728,1638.706493,755.3034473,1610.81751,935.2130243,1704.33881 +127729,1635.901619,752.9018271,1612.868115,934.1954724,1710.001969 +127730,1632.64074,750.6049983,1614.958873,933.1696857,1715.635336 +127731,1651.981135,748.4438254,1617.031504,932.3936933,1721.191724 +127732,1610.935014,747.1412346,1619.129563,943.8450848,1726.722853 +127733,1660.463401,745.1359966,1621.312259,945.5179595,1732.171483 +127734,1645.187482,743.1702264,1623.506668,946.5114455,1737.491911 +127735,1635.004211,741.1611647,1625.770114,947.5774111,1742.829254 +127736,1645.698848,739.1784659,1627.882827,948.5471286,1748.214273 +127737,1640.377509,737.2217618,1630.204121,949.671095,1753.599277 +127738,1640.6268,735.2881441,1632.554233,950.9033635,1758.786047 +127739,1639.920094,733.4349231,1629.443274,952.2666265,1763.940448 +127740,1639.59696,731.4760505,1525.86515,953.7659785,1764.269918 +127741,1656.226446,729.6853831,877.6525852,955.4062572,2240.595136 +127742,1931.786182,858.7586561,916.6095263,1088.361942,2292.973459 +127743,1961.468931,861.2118974,973.2102436,1105.504356,2368.19108 +127744,1955.122507,860.2439037,1018.54899,1080.654044,2416.938042 +127745,1960.517149,859.1354467,1046.884198,1108.78612,2433.209502 +127746,1961.347939,857.8522177,1065.912402,1101.918153,2436.222841 +127747,1963.397712,856.7662015,1079.757258,1107.381851,2434.1952 +127748,1965.798619,855.505314,1090.579841,1110.99154,2430.572865 +127749,1968.109204,854.3013172,1099.448853,1114.667486,2426.688782 +127750,1970.693862,853.0889465,1106.887147,1118.273924,2422.986474 +127751,1973.44932,851.8828493,1113.189075,1122.287035,2419.593711 +127752,1976.360601,850.7376242,1118.547156,1126.30231,2416.51197 +127753,1979.465203,849.4684694,1123.111347,1135.64017,2413.71069 +127754,1982.775599,848.3294881,1127.007258,1128.985651,2411.156428 +127755,1986.27936,847.1532793,1130.341267,1141.503686,2408.819787 +127756,1990.063343,845.9970536,1133.202807,1144.816462,2406.675791 +127757,1998.467474,844.8529575,1135.665698,1149.54711,2404.701124 +127758,1996.898571,843.7197153,1137.792497,1155.021228,2402.878122 +127759,2002.786206,842.5979705,1139.649417,1160.791741,2401.223257 +127760,2008.007601,841.4861821,1141.265472,1166.422935,2399.690341 +127761,2012.722424,840.3845668,1142.665379,1172.564987,2398.241506 +127762,2018.225547,839.2913708,1143.8859,1178.880505,2396.88121 +127763,2027.633024,838.2065065,1144.95415,1185.558564,2395.604675 +127764,2028.463523,837.1281545,1145.892755,1192.316369,2394.407457 +127765,2035.501049,836.0559222,1146.720418,1199.551752,2393.284994 +127766,2046.467822,834.9879559,1147.465655,1207.016588,2392.262139 +127767,2048.542804,833.8707285,1148.126517,1214.803802,2391.301125 +127768,2059.858581,832.887445,1148.702163,1222.930903,2390.371899 +127769,2067.485027,831.7862939,1149.20775,1231.481783,2389.484946 +127770,2070.066527,830.9506394,1149.654412,1239.322887,2388.645378 +127771,2076.720592,828.9056465,1150.058337,1241.611743,2387.853936 +127772,2070.272907,826.5769103,1150.3814,1243.789742,2387.112459 +127773,2071.016036,824.3634664,1150.599032,1242.186151,2386.416719 +127774,2069.997425,821.9687492,1150.709116,1249.035085,2385.762555 +127775,2067.859435,819.5603962,1150.718132,1237.643097,2385.143333 +127776,2060.788268,817.1101194,1150.6377,1255.56557,2384.558788 +127777,2061.980314,814.6193262,1150.477153,1230.573368,2384.006103 +127778,2059.581197,812.0897589,1150.243436,1261.114771,2383.481239 +127779,2055.744207,809.5757459,1149.943252,1223.263211,2382.982951 +127780,2047.786725,806.8979003,1149.583496,1263.608937,2382.51271 +127781,2048.971562,804.2513013,1149.168161,1218.134403,2382.067114 +127782,2045.156465,801.6517051,1148.700221,1259.90339,2381.641803 +127783,2036.061227,798.9165243,1148.184619,1218.47466,2381.238004 +127784,2036.74108,796.1970491,1147.624485,1246.568344,2380.853887 +127785,2031.90147,793.4400857,1147.021541,1227.774563,2380.485343 +127786,2026.808894,790.7052934,1146.363608,1233.773174,2379.900461 +127787,2017.773634,787.8170613,1145.667706,1228.890466,2379.531012 +127788,2018.291221,785.0147722,1144.94683,1227.150323,2379.199927 +127789,2011.805695,782.1405681,1144.195334,1224.562595,2378.887151 +127790,2006.438309,779.2491877,1143.412935,1221.900798,2378.586206 +127791,2001.1642,776.3330567,1142.600461,1219.075364,2378.294284 +127792,1991.075764,773.3917317,1141.759387,1216.098351,2378.010696 +127793,1991.160946,770.428542,1140.89002,1212.972181,2377.73249 +127794,1983.513045,767.4405757,1139.978535,1209.696727,2377.425248 +127795,1977.143672,764.4305105,1139.039397,1206.272968,2377.118432 +127796,1971.165288,761.397905,1138.084802,1202.613744,2376.836624 +127797,1964.809106,758.3435538,1137.109378,1199.101538,2376.565014 +127798,1957.986354,755.754074,1136.111565,1195.043485,2376.297512 +127799,1946.670806,751.9367056,1135.091811,1191.095958,2376.032731 +127800,1946.204117,749.1275117,1134.049747,1186.90787,2375.767618 +127801,0,0,0,0,0 +127802,0,0,0,0,0 +127803,0,0,0,0,0 +127804,0,0,0,0,0 +127805,0,0,0,0,0 +127806,0,0,0,0,0 +127807,0,0,0,0,0 +127808,0,0,0,0,0 +127809,0,0,0,0,0 +127810,0,0,0,0,0 +127811,0,0,0,0,0 +127812,0,0,0,0,0 +127813,0,0,0,0,0 +127814,0,0,0,0,0 +127815,0,0,0,0,0 +127816,0,0,0,0,0 +127817,0,0,0,0,0 +127818,0,0,0,0,0 +127819,0,0,0,0,0 +127820,0,0,0,0,0 +127821,0,0,0,0,0 +127822,0,0,0,0,0 +127823,0,0,0,0,0 +127824,0,0,0,0,0 +127825,0,0,0,0,0 +127826,0,0,0,0,0 +127827,0,0,0,0,0 +127828,0,0,0,0,0 +127829,0,0,0,0,0 +127830,0,0,0,0,0 +127831,0,0,0,0,0 +127832,0,0,0,0,0 +127833,0,0,0,0,0 +127834,0,0,0,0,0 +127835,0,0,0,0,0 +127836,0,0,0,0,0 +127837,0,0,0,0,0 +127838,0,0,0,0,0 +127839,0,0,0,0,0 +127840,0,0,0,0,0 +127841,0,0,0,0,0 +127842,0,0,0,0,0 +127843,0,0,0,0,0 +127844,0,0,0,0,0 +127845,0,0,0,0,0 +127846,0,0,0,0,0 +127847,0,0,0,0,0 +127848,0,0,0,0,0 +127849,0,0,0,0,0 +127850,0,0,0,0,0 +127851,0,0,0,0,0 +127852,0,0,0,0,0 +127853,0,0,0,0,0 +127854,0,0,0,0,0 +127855,0,0,0,0,0 +127856,0,0,0,0,0 +127857,0,0,0,0,0 +127858,0,0,0,0,0 +127859,0,0,0,0,0 +127860,0,0,0,0,0 +127861,0,0,0,0,0 +127862,0,0,0,0,0 +127863,0,0,0,0,0 +127864,0,0,0,0,0 +127865,0,0,0,0,0 +127866,0,0,0,0,0 +127867,0,0,0,0,0 +127868,0,0,0,0,0 +127869,0,0,0,0,0 +127870,0,0,0,0,0 +127871,0,0,0,0,0 +127872,0,0,0,0,0 +127873,0,0,0,0,0 +127874,0,0,0,0,0 +127875,0,0,0,0,0 +127876,0,0,0,0,0 +127877,0,0,0,0,0 +127878,0,0,0,0,0 +127879,0,0,0,0,0 +127880,0,0,0,0,0 +127881,0,0,0,0,0 +127882,0,0,0,0,0 +127883,0,0,0,0,0 +127884,0,0,0,0,0 +127885,0,0,0,0,0 +127886,0,0,0,0,0 +127887,0,0,0,0,0 +127888,0,0,0,0,0 +127889,0,0,0,0,0 +127890,0,0,0,0,0 +127891,0,0,0,0,0 +127892,0,0,0,0,0 +127893,0,0,0,0,0 +127894,0,0,0,0,0 +127895,0,0,0,0,0 +127896,0,0,0,0,0 +127897,0,0,0,0,0 +127898,0,0,0,0,0 +127899,0,0,0,0,0 +127900,0,0,0,0,0 +127901,0,0,0,0,0 +127902,0,0,0,0,0 +127903,0,0,0,0,0 +127904,0,0,0,0,0 +127905,0,0,0,0,0 +127906,0,0,0,0,0 +127907,0,0,0,0,0 +127908,0,0,0,0,0 +127909,0,0,0,0,0 +127910,0,0,0,0,0 +127911,0,0,0,0,0 +127912,0,0,0,0,0 +127913,0,0,0,0,0 +127914,0,0,0,0,0 +127915,0,0,0,0,0 +127916,0,0,0,0,0 +127917,0,0,0,0,0 +127918,0,0,0,0,0 +127919,0,0,0,0,0 +127920,0,0,0,0,0 +127921,0,0,0,0,0 +127922,0,0,0,0,0 +127923,0,0,0,0,0 +127924,0,0,0,0,0 +127925,0,0,0,0,0 +127926,0,0,0,0,0 +127927,0,0,0,0,0 +127928,0,0,0,0,0 +127929,0,0,0,0,0 +127930,0,0,0,0,0 +127931,0,0,0,0,0 +127932,0,0,0,0,0 +127933,0,0,0,0,0 +127934,0,0,0,0,0 +127935,0,0,0,0,0 +127936,0,0,0,0,0 +127937,0,0,0,0,0 +127938,0,0,0,0,0 +127939,0,0,0,0,0 +127940,0,0,0,0,0 +127941,0,0,0,0,0 +127942,0,0,0,0,0 +127943,0,0,0,0,0 +127944,0,0,0,0,0 +127945,0,0,0,0,0 +127946,0,0,0,0,0 +127947,0,0,0,0,0 +127948,0,0,0,0,0 +127949,0,0,0,0,0 +127950,0,0,0,0,0 +127951,0,0,0,0,0 +127952,0,0,0,0,0 +127953,0,0,0,0,0 +127954,0,0,0,0,0 +127955,0,0,0,0,0 +127956,0,0,0,0,0 +127957,0,0,0,0,0 +127958,0,0,0,0,0 +127959,0,0,0,0,0 +127960,0,0,0,0,0 +127961,0,0,0,0,0 +127962,0,0,0,0,0 +127963,0,0,0,0,0 +127964,0,0,0,0,0 +127965,0,0,0,0,0 +127966,0,0,0,0,0 +127967,0,0,0,0,0 +127968,0,0,0,0,0 +127969,0,0,0,0,0 +127970,0,0,0,0,0 +127971,0,0,0,0,0 +127972,0,0,0,0,0 +127973,0,0,0,0,0 +127974,0,0,0,0,0 +127975,0,0,0,0,0 +127976,0,0,0,0,0 +127977,0,0,0,0,0 +127978,0,0,0,0,0 +127979,0,0,0,0,0 +127980,0,0,0,0,0 +127981,0,0,0,0,0 +127982,0,0,0,0,0 +127983,0,0,0,0,0 +127984,0,0,0,0,0 +127985,0,0,0,0,0 +127986,0,0,0,0,0 +127987,0,0,0,0,0 +127988,0,0,0,0,0 +127989,0,0,0,0,0 +127990,0,0,0,0,0 +127991,0,0,0,0,0 +127992,0,0,0,0,0 +127993,0,0,0,0,0 +127994,0,0,0,0,0 +127995,0,0,0,0,0 +127996,0,0,0,0,0 +127997,0,0,0,0,0 +127998,0,0,0,0,0 +127999,0,0,0,0,0 +128000,0,0,0,0,0 +128001,0,0,0,0,0 +128002,0,0,0,0,0 +128003,0,0,0,0,0 +128004,0,0,0,0,0 +128005,0,0,0,0,0 +128006,0,0,0,0,0 +128007,0,0,0,0,0 +128008,0,0,0,0,0 +128009,0,0,0,0,0 +128010,0,0,0,0,0 +128011,0,0,0,0,0 +128012,0,0,0,0,0 +128013,0,0,0,0,0 +128014,0,0,0,0,0 +128015,0,0,0,0,0 +128016,0,0,0,0,0 +128017,0,0,0,0,0 +128018,0,0,0,0,0 +128019,0,0,0,0,0 +128020,0,0,0,0,0 +128021,0,0,0,0,0 +128022,0,0,0,0,0 +128023,0,0,0,0,0 +128024,0,0,0,0,0 +128025,0,0,0,0,0 +128026,0,0,0,0,0 +128027,0,0,0,0,0 +128028,0,0,0,0,0 +128029,0,0,0,0,0 +128030,0,0,0,0,0 +128031,0,0,0,0,0 +128032,0,0,0,0,0 +128033,0,0,0,0,0 +128034,0,0,0,0,0 +128035,0,0,0,0,0 +128036,0,0,0,0,0 +128037,0,0,0,0,0 +128038,0,0,0,0,0 +128039,0,0,0,0,0 +128040,0,0,0,0,0 +128041,0,0,0,0,0 +128042,0,0,0,0,0 +128043,0,0,0,0,0 +128044,0,0,0,0,0 +128045,0,0,0,0,0 +128046,0,0,0,0,0 +128047,0,0,0,0,0 +128048,0,0,0,0,0 +128049,0,0,0,0,0 +128050,0,0,0,0,0 +128051,0,0,0,0,0 +128052,0,0,0,0,0 +128053,0,0,0,0,0 +128054,0,0,0,0,0 +128055,0,0,0,0,0 +128056,0,0,0,0,0 +128057,0,0,0,0,0 +128058,0,0,0,0,0 +128059,0,0,0,0,0 +128060,0,0,0,0,0 +128061,0,0,0,0,0 +128062,0,0,0,0,0 +128063,0,0,0,0,0 +128064,0,0,0,0,0 +128065,0,0,0,0,0 +128066,0,0,0,0,0 +128067,0,0,0,0,0 +128068,0,0,0,0,0 +128069,0,0,0,0,0 +128070,0,0,0,0,0 +128071,0,0,0,0,0 +128072,0,0,0,0,0 +128073,0,0,0,0,0 +128074,0,0,0,0,0 +128075,0,0,0,0,0 +128076,0,0,0,0,0 +128077,0,0,0,0,0 +128078,0,0,0,0,0 +128079,0,0,0,0,0 +128080,0,0,0,0,0 +128081,0,0,0,0,0 +128082,0,0,0,0,0 +128083,0,0,0,0,0 +128084,0,0,0,0,0 +128085,0,0,0,0,0 +128086,0,0,0,0,0 +128087,0,0,0,0,0 +128088,0,0,0,0,0 +128089,0,0,0,0,0 +128090,0,0,0,0,0 +128091,0,0,0,0,0 +128092,0,0,0,0,0 +128093,0,0,0,0,0 +128094,0,0,0,0,0 +128095,0,0,0,0,0 +128096,0,0,0,0,0 +128097,0,0,0,0,0 +128098,0,0,0,0,0 +128099,0,0,0,0,0 +128100,0,0,0,0,0 +128101,0,0,0,0,0 +128102,0,0,0,0,0 +128103,0,0,0,0,0 +128104,0,0,0,0,0 +128105,0,0,0,0,0 +128106,0,0,0,0,0 +128107,0,0,0,0,0 +128108,0,0,0,0,0 +128109,0,0,0,0,0 +128110,0,0,0,0,0 +128111,0,0,0,0,0 +128112,0,0,0,0,0 +128113,0,0,0,0,0 +128114,0,0,0,0,0 +128115,0,0,0,0,0 +128116,0,0,0,0,0 +128117,0,0,0,0,0 +128118,0,0,0,0,0 +128119,0,0,0,0,0 +128120,0,0,0,0,0 +128121,0,0,0,0,0 +128122,0,0,0,0,0 +128123,0,0,0,0,0 +128124,0,0,0,0,0 +128125,0,0,0,0,0 +128126,0,0,0,0,0 +128127,0,0,0,0,0 +128128,0,0,0,0,0 +128129,0,0,0,0,0 +128130,0,0,0,0,0 +128131,0,0,0,0,0 +128132,0,0,0,0,0 +128133,0,0,0,0,0 +128134,0,0,0,0,0 +128135,0,0,0,0,0 +128136,0,0,0,0,0 +128137,0,0,0,0,0 +128138,0,0,0,0,0 +128139,0,0,0,0,0 +128140,0,0,0,0,0 +128141,0,0,0,0,0 +128142,0,0,0,0,0 +128143,0,0,0,0,0 +128144,0,0,0,0,0 +128145,0,0,0,0,0 +128146,0,0,0,0,0 +128147,0,0,0,0,0 +128148,0,0,0,0,0 +128149,0,0,0,0,0 +128150,0,0,0,0,0 +128151,0,0,0,0,0 +128152,0,0,0,0,0 +128153,0,0,0,0,0 +128154,0,0,0,0,0 +128155,0,0,0,0,0 +128156,0,0,0,0,0 +128157,0,0,0,0,0 +128158,0,0,0,0,0 +128159,0,0,0,0,0 +128160,0,0,0,0,0 +128161,0,0,0,0,0 +128162,0,0,0,0,0 +128163,0,0,0,0,0 +128164,0,0,0,0,0 +128165,0,0,0,0,0 +128166,0,0,0,0,0 +128167,0,0,0,0,0 +128168,0,0,0,0,0 +128169,0,0,0,0,0 +128170,0,0,0,0,0 +128171,0,0,0,0,0 +128172,0,0,0,0,0 +128173,0,0,0,0,0 +128174,0,0,0,0,0 +128175,0,0,0,0,0 +128176,0,0,0,0,0 +128177,0,0,0,0,0 +128178,0,0,0,0,0 +128179,0,0,0,0,0 +128180,0,0,0,0,0 +128181,0,0,0,0,0 +128182,0,0,0,0,0 +128183,0,0,0,0,0 +128184,0,0,0,0,0 +128185,0,0,0,0,0 +128186,0,0,0,0,0 +128187,0,0,0,0,0 +128188,0,0,0,0,0 +128189,0,0,0,0,0 +128190,0,0,0,0,0 +128191,0,0,0,0,0 +128192,0,0,0,0,0 +128193,0,0,0,0,0 +128194,0,0,0,0,0 +128195,0,0,0,0,0 +128196,0,0,0,0,0 +128197,0,0,0,0,0 +128198,0,0,0,0,0 +128199,0,0,0,0,0 +128200,0,0,0,0,0 +128201,0,0,0,0,0 +128202,0,0,0,0,0 +128203,0,0,0,0,0 +128204,0,0,0,0,0 +128205,0,0,0,0,0 +128206,0,0,0,0,0 +128207,0,0,0,0,0 +128208,0,0,0,0,0 +128209,0,0,0,0,0 +128210,0,0,0,0,0 +128211,0,0,0,0,0 +128212,0,0,0,0,0 +128213,0,0,0,0,0 +128214,0,0,0,0,0 +128215,0,0,0,0,0 +128216,0,0,0,0,0 +128217,0,0,0,0,0 +128218,0,0,0,0,0 +128219,0,0,0,0,0 +128220,0,0,0,0,0 +128221,0,0,0,0,0 +128222,0,0,0,0,0 +128223,0,0,0,0,0 +128224,0,0,0,0,0 +128225,0,0,0,0,0 +128226,0,0,0,0,0 +128227,0,0,0,0,0 +128228,0,0,0,0,0 +128229,0,0,0,0,0 +128230,0,0,0,0,0 +128231,0,0,0,0,0 +128232,0,0,0,0,0 +128233,0,0,0,0,0 +128234,0,0,0,0,0 +128235,0,0,0,0,0 +128236,0,0,0,0,0 +128237,0,0,0,0,0 +128238,0,0,0,0,0 +128239,0,0,0,0,0 +128240,0,0,0,0,0 +128241,0,0,0,0,0 +128242,0,0,0,0,0 +128243,0,0,0,0,0 +128244,0,0,0,0,0 +128245,0,0,0,0,0 +128246,0,0,0,0,0 +128247,0,0,0,0,0 +128248,0,0,0,0,0 +128249,0,0,0,0,0 +128250,0,0,0,0,0 +128251,0,0,0,0,0 +128252,0,0,0,0,0 +128253,0,0,0,0,0 +128254,0,0,0,0,0 +128255,0,0,0,0,0 +128256,0,0,0,0,0 +128257,0,0,0,0,0 +128258,0,0,0,0,0 +128259,0,0,0,0,0 +128260,0,0,0,0,0 +128261,0,0,0,0,0 +128262,0,0,0,0,0 +128263,0,0,0,0,0 +128264,0,0,0,0,0 +128265,0,0,0,0,0 +128266,0,0,0,0,0 +128267,0,0,0,0,0 +128268,0,0,0,0,0 +128269,0,0,0,0,0 +128270,0,0,0,0,0 +128271,0,0,0,0,0 +128272,0,0,0,0,0 +128273,0,0,0,0,0 +128274,0,0,0,0,0 +128275,0,0,0,0,0 +128276,0,0,0,0,0 +128277,0,0,0,0,0 +128278,0,0,0,0,0 +128279,0,0,0,0,0 +128280,0,0,0,0,0 +128281,0,0,0,0,0 +128282,0,0,0,0,0 +128283,0,0,0,0,0 +128284,0,0,0,0,0 +128285,0,0,0,0,0 +128286,0,0,0,0,0 +128287,0,0,0,0,0 +128288,0,0,0,0,0 +128289,0,0,0,0,0 +128290,0,0,0,0,0 +128291,0,0,0,0,0 +128292,0,0,0,0,0 +128293,0,0,0,0,0 +128294,0,0,0,0,0 +128295,0,0,0,0,0 +128296,0,0,0,0,0 +128297,0,0,0,0,0 +128298,0,0,0,0,0 +128299,0,0,0,0,0 +128300,0,0,0,0,0 +128301,0,0,0,0,0 +128302,0,0,0,0,0 +128303,0,0,0,0,0 +128304,0,0,0,0,0 +128305,0,0,0,0,0 +128306,0,0,0,0,0 +128307,0,0,0,0,0 +128308,0,0,0,0,0 +128309,0,0,0,0,0 +128310,0,0,0,0,0 +128311,0,0,0,0,0 +128312,0,0,0,0,0 +128313,0,0,0,0,0 +128314,0,0,0,0,0 +128315,0,0,0,0,0 +128316,0,0,0,0,0 +128317,0,0,0,0,0 +128318,0,0,0,0,0 +128319,0,0,0,0,0 +128320,0,0,0,0,0 +128321,0,0,0,0,0 +128322,0,0,0,0,0 +128323,0,0,0,0,0 +128324,0,0,0,0,0 +128325,0,0,0,0,0 +128326,0,0,0,0,0 +128327,0,0,0,0,0 +128328,0,0,0,0,0 +128329,0,0,0,0,0 +128330,0,0,0,0,0 +128331,0,0,0,0,0 +128332,0,0,0,0,0 +128333,0,0,0,0,0 +128334,0,0,0,0,0 +128335,0,0,0,0,0 +128336,0,0,0,0,0 +128337,0,0,0,0,0 +128338,0,0,0,0,0 +128339,0,0,0,0,0 +128340,0,0,0,0,0 +128341,0,0,0,0,0 +128342,0,0,0,0,0 +128343,0,0,0,0,0 +128344,0,0,0,0,0 +128345,0,0,0,0,0 +128346,0,0,0,0,0 +128347,0,0,0,0,0 +128348,0,0,0,0,0 +128349,0,0,0,0,0 +128350,0,0,0,0,0 +128351,0,0,0,0,0 +128352,0,0,0,0,0 +128353,0,0,0,0,0 +128354,0,0,0,0,0 +128355,0,0,0,0,0 +128356,0,0,0,0,0 +128357,0,0,0,0,0 +128358,0,0,0,0,0 +128359,0,0,0,0,0 +128360,0,0,0,0,0 +128361,0,0,0,0,0 +128362,0,0,0,0,0 +128363,0,0,0,0,0 +128364,0,0,0,0,0 +128365,0,0,0,0,0 +128366,0,0,0,0,0 +128367,0,0,0,0,0 +128368,0,0,0,0,0 +128369,0,0,0,0,0 +128370,0,0,0,0,0 +128371,0,0,0,0,0 +128372,0,0,0,0,0 +128373,0,0,0,0,0 +128374,0,0,0,0,0 +128375,0,0,0,0,0 +128376,0,0,0,0,0 +128377,0,0,0,0,0 +128378,0,0,0,0,0 +128379,0,0,0,0,0 +128380,0,0,0,0,0 +128381,0,0,0,0,0 +128382,0,0,0,0,0 +128383,0,0,0,0,0 +128384,0,0,0,0,0 +128385,0,0,0,0,0 +128386,0,0,0,0,0 +128387,0,0,0,0,0 +128388,0,0,0,0,0 +128389,0,0,0,0,0 +128390,0,0,0,0,0 +128391,0,0,0,0,0 +128392,0,0,0,0,0 +128393,0,0,0,0,0 +128394,0,0,0,0,0 +128395,0,0,0,0,0 +128396,0,0,0,0,0 +128397,0,0,0,0,0 +128398,0,0,0,0,0 +128399,0,0,0,0,0 +128400,0,0,0,0,0 +128401,0,0,0,0,0 +128402,0,0,0,0,0 +128403,0,0,0,0,0 +128404,0,0,0,0,0 +128405,0,0,0,0,0 +128406,0,0,0,0,0 +128407,0,0,0,0,0 +128408,0,0,0,0,0 +128409,0,0,0,0,0 +128410,0,0,0,0,0 +128411,0,0,0,0,0 +128412,0,0,0,0,0 +128413,0,0,0,0,0 +128414,0,0,0,0,0 +128415,0,0,0,0,0 +128416,0,0,0,0,0 +128417,0,0,0,0,0 +128418,0,0,0,0,0 +128419,0,0,0,0,0 +128420,0,0,0,0,0 +128421,0,0,0,0,0 +128422,0,0,0,0,0 +128423,0,0,0,0,0 +128424,0,0,0,0,0 +128425,0,0,0,0,0 +128426,0,0,0,0,0 +128427,0,0,0,0,0 +128428,0,0,0,0,0 +128429,0,0,0,0,0 +128430,0,0,0,0,0 +128431,0,0,0,0,0 +128432,0,0,0,0,0 +128433,0,0,0,0,0 +128434,0,0,0,0,0 +128435,0,0,0,0,0 +128436,0,0,0,0,0 +128437,0,0,0,0,0 +128438,0,0,0,0,0 +128439,0,0,0,0,0 +128440,0,0,0,0,0 +128441,0,0,0,0,0 +128442,0,0,0,0,0 +128443,0,0,0,0,0 +128444,0,0,0,0,0 +128445,0,0,0,0,0 +128446,0,0,0,0,0 +128447,0,0,0,0,0 +128448,0,0,0,0,0 +128449,0,0,0,0,0 +128450,0,0,0,0,0 +128451,0,0,0,0,0 +128452,0,0,0,0,0 +128453,0,0,0,0,0 +128454,0,0,0,0,0 +128455,0,0,0,0,0 +128456,0,0,0,0,0 +128457,0,0,0,0,0 +128458,0,0,0,0,0 +128459,0,0,0,0,0 +128460,0,0,0,0,0 +128461,0,0,0,0,0 +128462,0,0,0,0,0 +128463,0,0,0,0,0 +128464,0,0,0,0,0 +128465,0,0,0,0,0 +128466,0,0,0,0,0 +128467,0,0,0,0,0 +128468,0,0,0,0,0 +128469,0,0,0,0,0 +128470,0,0,0,0,0 +128471,0,0,0,0,0 +128472,0,0,0,0,0 +128473,0,0,0,0,0 +128474,0,0,0,0,0 +128475,0,0,0,0,0 +128476,0,0,0,0,0 +128477,0,0,0,0,0 +128478,0,0,0,0,0 +128479,0,0,0,0,0 +128480,0,0,0,0,0 +128481,0,0,0,0,0 +128482,0,0,0,0,0 +128483,0,0,0,0,0 +128484,0,0,0,0,0 +128485,0,0,0,0,0 +128486,0,0,0,0,0 +128487,0,0,0,0,0 +128488,0,0,0,0,0 +128489,0,0,0,0,0 +128490,0,0,0,0,0 +128491,0,0,0,0,0 +128492,0,0,0,0,0 +128493,0,0,0,0,0 +128494,0,0,0,0,0 +128495,0,0,0,0,0 +128496,0,0,0,0,0 +128497,0,0,0,0,0 +128498,0,0,0,0,0 +128499,0,0,0,0,0 +128500,0,0,0,0,0 +128501,0,0,0,0,0 +128502,0,0,0,0,0 +128503,0,0,0,0,0 +128504,0,0,0,0,0 +128505,0,0,0,0,0 +128506,0,0,0,0,0 +128507,0,0,0,0,0 +128508,0,0,0,0,0 +128509,0,0,0,0,0 +128510,0,0,0,0,0 +128511,0,0,0,0,0 +128512,0,0,0,0,0 +128513,0,0,0,0,0 +128514,0,0,0,0,0 +128515,0,0,0,0,0 +128516,0,0,0,0,0 +128517,0,0,0,0,0 +128518,0,0,0,0,0 +128519,0,0,0,0,0 +128520,0,0,0,0,0 +128521,0,0,0,0,0 +128522,0,0,0,0,0 +128523,0,0,0,0,0 +128524,0,0,0,0,0 +128525,0,0,0,0,0 +128526,0,0,0,0,0 +128527,0,0,0,0,0 +128528,0,0,0,0,0 +128529,0,0,0,0,0 +128530,0,0,0,0,0 +128531,0,0,0,0,0 +128532,0,0,0,0,0 +128533,0,0,0,0,0 +128534,0,0,0,0,0 +128535,0,0,0,0,0 +128536,0,0,0,0,0 +128537,0,0,0,0,0 +128538,0,0,0,0,0 +128539,0,0,0,0,0 +128540,0,0,0,0,0 +128541,0,0,0,0,0 +128542,0,0,0,0,0 +128543,0,0,0,0,0 +128544,0,0,0,0,0 +128545,0,0,0,0,0 +128546,0,0,0,0,0 +128547,0,0,0,0,0 +128548,0,0,0,0,0 +128549,0,0,0,0,0 +128550,0,0,0,0,0 +128551,0,0,0,0,0 +128552,0,0,0,0,0 +128553,0,0,0,0,0 +128554,0,0,0,0,0 +128555,0,0,0,0,0 +128556,0,0,0,0,0 +128557,0,0,0,0,0 +128558,0,0,0,0,0 +128559,0,0,0,0,0 +128560,0,0,0,0,0 +128561,0,0,0,0,0 +128562,0,0,0,0,0 +128563,0,0,0,0,0 +128564,0,0,0,0,0 +128565,0,0,0,0,0 +128566,0,0,0,0,0 +128567,0,0,0,0,0 +128568,0,0,0,0,0 +128569,0,0,0,0,0 +128570,0,0,0,0,0 +128571,0,0,0,0,0 +128572,0,0,0,0,0 +128573,0,0,0,0,0 +128574,0,0,0,0,0 +128575,0,0,0,0,0 +128576,0,0,0,0,0 +128577,0,0,0,0,0 +128578,0,0,0,0,0 +128579,0,0,0,0,0 +128580,0,0,0,0,0 +128581,-1663.154389,-639.1485967,-1481.047175,-753.5169879,-700.2741435 +128582,-1782.997893,-146.7511132,-1598.181424,-781.6492213,-865.9621236 +128583,-1889.759651,93.70138983,-1702.833253,-807.7503756,-1043.522763 +128584,-1962.383596,54.31209706,-1014.735843,-825.3253157,-1182.44039 +128585,-1912.78043,33.13814309,113.2565961,-804.1932993,-1153.61623 +128586,-1869.584939,40.71535618,-589.2371242,-786.6421851,-1126.410037 +128587,-1772.428449,50.53878707,-421.7081996,-746.5278833,-1066.165599 +128588,-1729.025958,50.57359107,-344.7541341,-729.2503431,-1038.021207 +128589,-1201.653339,51.290169,-332.9230031,-610.0602645,-1042.634728 +128590,-1052.086855,62.94216448,-273.9472678,-439.1768302,-924.6308979 +128591,-1298.157868,53.5876827,-358.2459182,-585.7746358,-876.9232145 +128592,-1103.643547,128.5545197,-248.6300996,-495.0710293,-587.1842742 +128593,-1128.055164,105.8354152,-268.8570248,-503.8950879,-736.603608 +128594,-1108.367313,89.87460914,-244.0099006,-493.3264181,-838.2088132 +128595,-1088.582125,78.29869256,-226.0878363,-485.1466853,-909.1572973 +128596,-1012.49033,73.40416347,-162.2071913,-448.5611971,-852.0662266 +128597,-1157.01008,128.1102035,-263.7491101,-512.6607873,-618.5815134 +128598,-1004.386408,64.54912321,-143.3857497,-443.2087933,-848.9696217 +128599,-1042.863859,151.6264768,-167.2595142,-460.4701452,-506.8414179 +128600,-1023.017834,126.8026137,-145.3754815,-449.827526,-676.5494062 +128601,-1009.327783,108.4543162,-128.5818373,-443.1471024,-798.0520392 +128602,-995.0901808,73.0289235,-113.1280241,-435.1132843,-893.1114778 +128603,-982.7138146,145.9438636,-97.23537132,-430.2767067,-581.6736223 +128604,-972.2200207,79.18481316,-83.1298015,-422.3235885,-830.3859512 +128605,-957.3971908,167.7163214,-66.72809903,-416.4892376,-486.6643229 +128606,-947.5943737,142.9254239,-53.44946605,-411.3939912,-661.4567001 +128607,-886.4339472,96.76862579,-10.4502705,-383.0478513,-803.9826521 +128608,-992.907161,170.1784291,-63.99015765,-427.8684326,-514.4381233 +128609,-877.8990027,92.68987486,9.52423504,-378.1616538,-813.8194701 +128610,-907.5733301,184.0848389,1.567274203,-388.8162919,-463.8083243 +128611,-889.6003572,98.76454408,15.49684914,-380.6869241,-800.6670898 +128612,-876.8659678,102.3429867,28.40058697,-375.0532183,-733.5406325 +128613,-868.0278578,106.3317604,38.9378967,-369.6102776,-696.1133756 +128614,-858.4897795,110.3892182,49.50978395,-363.7461233,-669.9562878 +128615,-845.1893709,245.1865014,59.44703912,-358.5915587,-195.3628389 +128616,-840.0576082,208.7774506,68.62080031,-354.768402,-446.4911053 +128617,-827.3812827,180.4810545,79.27515862,-347.5904348,-633.770446 +128618,-817.4349078,117.5348561,89.16432903,-343.6774384,-854.5146349 +128619,-808.1565623,120.9724772,92.14306581,-338.4853165,-757.2929485 +128620,-797.5236293,219.7599403,118.5290575,-333.3043526,-401.2116527 +128621,-789.1257605,190.8618204,111.7448768,-328.6287813,-605.7339495 +128622,-779.5412206,129.5968746,91.33408265,-323.5350319,-831.2444443 +128623,-769.367746,202.1731818,189.3268117,-318.2230379,-540.2761488 +128624,-760.5702864,135.4511846,90.94399846,-314.3104265,-801.6482756 +128625,-751.8529157,138.8299673,91.17407996,-309.5222917,-727.9839403 +128626,-741.8786959,235.2195914,296.0895591,-304.3640292,-386.5503028 +128627,-705.2994598,151.1670284,104.5540662,-288.2623499,-725.7470232 +128628,-765.0954593,234.5632702,187.7876387,-312.5524689,-419.0253885 +128629,-696.7656583,149.3972907,90.10952201,-282.8922477,-761.9403939 +128630,-709.5391176,152.374366,91.71361099,-288.1752629,-698.7186459 +128631,-697.8542396,253.7517802,309.2147845,-281.9889388,-343.4793237 +128632,-667.8670235,163.3031039,104.7414003,-267.6387605,-713.1061813 +128633,-713.4256343,248.706297,287.1699856,-287.8012039,-400.8647859 +128634,-655.1628653,162.5762358,92.44856243,-262.1380178,-751.0414048 +128635,-668.027954,165.4516647,93.58587024,-265.9965114,-690.2452716 +128636,-654.4397203,263.4804767,304.2355825,-260.5859749,-349.1538872 +128637,-647.3037331,171.1077688,96.23528336,-256.2728014,-729.6238444 +128638,-637.2076165,256.9386517,280.1996071,-251.6403093,-414.4384533 +128639,-629.8214171,176.1531098,97.72246672,-248.0394336,-745.8190529 +128640,-574.4078375,188.7521181,120.6106362,-223.2181641,-643.0208548 +128641,87.57306132,182.5535863,102.1504234,39.72299575,-482.4226737 +128642,95.29648344,194.7214758,124.767892,43.83220916,160.6019924 +128643,107.3743811,211.0768057,157.3043547,50.0777211,206.8467665 +128644,119.9803945,227.2782141,190.0493548,56.45457818,249.2564317 +128645,131.5223251,292.7502051,218.9678241,62.17164568,284.9275645 +128646,141.7610199,753.886505,243.6248537,67.14830699,315.2131171 +128647,150.9256646,511.5938775,264.7975752,71.53511668,341.7658616 +128648,159.2713086,606.2529215,283.2987729,75.48345071,365.5760555 +128649,166.973614,631.3478617,299.6941792,79.09515764,387.1431069 +128650,174.1429529,651.0911174,314.3514481,82.43387445,406.7521146 +128651,180.8466945,670.1658268,327.5219029,85.53935662,424.6082276 +128652,187.1651342,689.2797538,339.4376879,88.45498366,440.9501512 +128653,193.1468455,707.5866819,350.2737594,91.20820849,455.9590845 +128654,198.8376452,725.5570656,360.1921293,93.8239934,469.8041519 +128655,204.2775861,743.7025433,369.3138767,96.32362939,482.6330339 +128656,209.5010641,761.0510972,377.7611073,98.724972,494.5743977 +128657,214.5370652,778.3257124,385.6203254,101.0427469,505.7383396 +128658,219.4101141,795.0634705,392.9762223,103.2891413,516.2204267 +128659,224.1408032,812.4236996,399.8921643,105.4741774,526.1026016 +128660,228.7465644,828.3005619,406.4297112,107.6061599,535.4561536 +128661,232.9545303,844.7117331,412.3450113,109.5612362,543.8195234 +128662,237.4447291,860.6697163,418.3495476,111.6486352,552.4595229 +128663,241.8217262,876.41787,424.0707795,113.6884205,560.6844743 +128664,246.0998839,891.6716455,429.5413772,115.6869156,568.5444131 +128665,250.2919655,907.4762018,434.7899026,117.6497434,576.0834166 +128666,254.408914,922.3504712,439.8411159,119.581695,583.3396016 +128667,258.459599,937.3215956,444.7158395,121.4865968,590.3451259 +128668,262.4510344,952.0416127,449.4313189,123.3674119,597.1268768 +128669,266.388746,971.5178572,454.0018024,125.2264183,603.7074184 +128670,270.2771643,989.4627642,458.4391675,127.0653978,610.1058521 +128671,274.1199025,1006.850905,462.7534082,128.8857687,616.3385263 +128672,277.9214906,1023.989311,466.9529829,130.6900878,622.4194986 +128673,281.6854047,1040.786759,471.0450921,132.4801926,628.3609702 +128674,285.4139351,1057.365523,475.0360408,134.2570327,634.1735327 +128675,289.1086509,1073.651222,478.9314064,136.0210568,639.8664605 +128676,292.7707773,1089.809415,482.7361159,137.7725273,645.447866 +128677,296.4013743,1105.650598,486.4545132,139.5116613,650.9249238 +128678,300.0013904,1121.25628,490.0904291,141.2386637,656.3039476 +128679,303.5717006,1136.757055,493.6472806,142.9537381,661.5906004 +128680,307.1130765,1151.900183,497.1281006,144.6570645,666.7898658 +128681,310.626244,1166.993066,500.5356441,146.3488214,671.9062721 +128682,314.1118486,1181.729842,503.8723902,148.0291662,676.9438247 +128683,317.5705087,1196.428789,507.1406242,149.6982581,681.9061978 +128684,321.0027846,1210.310595,510.3424309,151.356242,686.796661 +128685,324.409217,1225.286712,513.4797531,153.0032644,691.6182337 +128686,327.7903106,1238.940259,516.5543931,154.6394649,696.3736312 +128687,331.1465519,1252.971801,519.5680447,156.2649826,701.065374 +128688,334.4784018,1266.631239,522.5222984,157.8799523,705.6957437 +128689,337.7863107,1280.168424,525.418667,159.48451,710.2668804 +128690,341.0707069,1293.524839,528.2585837,161.0787872,714.7807289 +128691,344.3320108,1306.707802,531.043423,162.6629164,719.2391279 +128692,347.5706259,1319.679464,533.7744991,164.2370269,723.6437579 +128693,350.7869513,1332.676332,536.4530836,165.8012495,727.9962243 +128694,353.9813699,1345.198625,539.0803989,167.3557114,732.2979975 +128695,357.1542632,1357.874896,541.6576369,168.9005417,736.5504959 +128696,360.3059957,1370.160538,544.1859474,170.4358652,740.7550197 +128697,363.4334975,1382.548377,546.6664587,171.9618089,744.9128345 +128698,366.5419082,1394.45347,549.1002655,173.4784961,749.0251053 +128699,369.6320607,1406.533131,551.4884456,174.9860519,753.0929754 +128700,372.6999312,1418.278443,553.8320495,176.4845978,757.1174999 +128701,375.8351262,1598.931637,556.2173471,178.0129991,761.254686 +128702,386.0547096,1612.599408,1195.547295,182.7249392,778.773257 +128703,399.8207725,1625.288678,954.1071979,188.9803454,803.0064981 +128704,413.5889675,1637.635209,999.5793227,195.1641461,827.3982099 +128705,425.893224,1654.48713,1020.649576,200.6283641,849.2617652 +128706,436.6014257,1663.118635,1030.322283,205.3377832,868.3295807 +128707,446.0195906,1679.762503,1040.09841,209.4519572,885.1083117 +128708,454.4584372,1685.939942,1049.265007,213.1252888,900.1100654 +128709,462.1311874,1705.862843,1058.265731,216.4620134,913.6822716 +128710,469.174854,1706.491646,1066.699991,219.5281738,926.048681 +128711,475.6864035,1695.493916,1075.617056,222.369692,937.371526 +128712,481.7436097,1743.470719,1083.643039,225.0226891,947.7848808 +128713,487.4129059,1735.838667,1091.799297,227.5174273,957.4062706 +128714,492.75144,1750.509096,1099.653407,229.879436,966.3389219 +128715,497.8078227,1760.843144,1107.318365,232.1299936,974.6724677 +128716,502.6229603,1771.45089,1114.882814,234.2866302,982.4839374 +128717,507.2311224,1781.48775,1122.184001,236.3637191,989.8393427 +128718,511.6610028,1791.646848,1129.432479,238.3730398,996.795239 +128719,515.9366649,1801.677916,1136.426738,240.3242656,1003.400179 +128720,520.0783181,1811.311406,1143.385039,242.2253552,1009.695893 +128721,524.1029598,1821.198669,1150.099545,244.0828695,1015.718302 +128722,528.0248994,1830.799006,1156.762126,245.9022242,1021.498351 +128723,531.8561982,1840.148264,1163.303673,247.6878973,1027.062729 +128724,535.6070333,1849.452737,1169.654101,249.4435978,1032.434479 +128725,539.2860056,1858.658701,1175.997206,251.1724045,1287.316478 +128726,542.9003945,1867.877817,1182.120762,252.8768788,1174.810938 +128727,546.4563476,1876.756472,1188.220488,254.559147,1223.483793 +128728,549.9590239,1885.597606,1194.224726,256.2209596,1242.167582 +128729,553.4127746,1894.404726,1200.055112,257.8637678,1258.060999 +128730,556.8213149,1903.019083,1205.874536,318.7041344,1273.196224 +128731,560.1878386,1908.598643,1212.000823,311.6881721,1288.548305 +128732,563.5118497,1913.68113,1218.044375,317.3122456,1302.847801 +128733,566.8000356,1918.139645,1224.141246,327.7538069,1317.636228 +128734,651.4196048,1922.360838,1230.210834,335.2452036,1331.71111 +128735,664.0602746,1926.161561,1236.160938,342.2853163,1345.617402 +128736,691.6301846,1929.597073,1242.159165,349.3353456,1359.184217 +128737,694.8962976,1932.816535,1248.090799,356.175715,1372.901564 +128738,712.878806,1935.621081,1254.029572,363.1709707,1385.985915 +128739,725.5850957,1938.275023,1259.844235,369.5501588,1398.832996 +128740,737.9934385,1940.436018,1265.709128,376.4660118,1411.938407 +128741,743.2099771,1935.331124,1265.483647,380.4620466,1424.031498 +128742,753.6723886,1936.195935,1270.224084,386.4208653,1436.65664 +128743,765.0586081,1937.409317,1275.511439,392.5923812,1448.825057 +128744,776.3163313,1938.276546,1280.816513,398.4801337,1460.61358 +128745,787.3269893,1939.289077,1286.246584,404.6588948,1472.74968 +128746,798.245246,1939.948876,1291.652209,410.436789,1484.416468 +128747,809.0205146,1940.556371,1297.098904,416.3837642,1495.579946 +128748,819.4652649,1940.87022,1302.436786,421.9649286,1507.031982 +128749,830.1217414,1941.053434,1307.850031,427.8906282,1518.065955 +128750,840.293535,1941.061059,1313.213216,433.3540485,1529.01968 +128751,850.2049901,1940.890887,1318.206613,439.0092118,1539.530437 +128752,860.515174,1940.544533,1324.093574,444.3063899,1550.589356 +128753,870.2660786,1940.024468,1329.147348,449.9638305,1560.838546 +128754,879.7030836,1939.332942,1334.49786,455.2382288,1571.204868 +128755,889.7475084,1938.472766,1340.800421,460.3708448,1581.380538 +128756,899.0224951,1937.355987,1347.089078,465.741568,1591.385392 +128757,908.9455882,1936.294032,1353.269089,470.8817072,1601.329193 +128758,917.9197265,1934.881159,1359.623986,475.9157335,1611.073725 +128759,927.1389178,1933.383775,1365.818438,480.9113778,1620.682478 +128760,936.5495954,1931.717234,1372.024457,485.9929396,1630.237154 +128761,949.9862808,1931.947814,1382.84988,492.9740314,1659.92164 +128762,958.148212,1929.651239,1388.33612,497.5751106,1669.028036 +128763,965.8137046,1927.01519,1393.434136,502.2346575,1677.855424 +128764,973.0957133,1924.149336,1398.233523,506.4803813,1686.171168 +128765,980.1979305,1921.090306,1402.81328,510.8709634,1694.277736 +128766,987.1308445,1917.858908,1407.338988,514.8222736,1702.161301 +128767,993.9210846,1914.558643,1411.851999,518.8847667,1709.789977 +128768,1000.353792,1910.89503,1416.195102,523.0929158,1717.375528 +128769,1007.248314,1907.275211,1420.510591,526.9632742,1724.711902 +128770,1013.49027,1903.444903,1424.705537,530.8979581,1732.006139 +128771,1019.834147,1899.404031,1429.002461,534.7563989,1739.191022 +128772,1018.421209,1877.221526,1435.081948,539.4510422,1746.131753 +128773,1023.70268,1870.116534,1439.697184,543.2743207,1753.043616 +128774,1028.761143,1864.192439,1444.014492,547.356953,1759.874769 +128775,1034.468925,1858.76774,1448.182946,551.0227985,1766.515797 +128776,1039.924165,1853.038581,1452.393592,554.7733214,1773.144013 +128777,1045.365982,1847.573235,1456.432772,558.6009798,1779.250452 +128778,1050.492239,1842.008185,1460.500631,561.9823051,1786.302241 +128779,1056.184105,1836.4187,1464.379028,565.6783006,1792.263388 +128780,1061.221318,1830.697966,1468.259621,569.1842515,1798.529508 +128781,1066.413258,1825.127779,1472.163157,572.6704433,1804.70824 +128782,1071.484586,1819.326968,1475.907375,575.9444047,1810.74684 +128783,1076.478845,1813.535312,1479.640695,579.6031334,1816.595525 +128784,1081.393672,1807.755241,1483.311157,582.8332066,1822.538204 +128785,1086.231789,1801.71292,1486.927683,586.175484,1828.230116 +128786,1090.991841,1795.694957,1490.440066,589.447663,1834.026119 +128787,1095.675891,1789.749889,1494.07791,592.6787624,1839.535742 +128788,1100.282818,1783.577701,1497.421977,595.8685009,1845.094647 +128789,1104.734739,1777.401869,1500.65765,598.9802426,1850.225428 +128790,1109.253003,1771.164015,1504.18741,602.1189173,1855.896754 +128791,1111.629928,1763.009256,1504.738688,604.0568134,1860.933535 +128792,1114.362974,1754.756407,1504.941359,605.7559006,1865.988858 +128793,1116.210483,1745.915705,1504.763457,607.3041977,1871.182466 +128794,1118.129392,1737.043129,1504.442721,608.7290661,1876.151106 +128795,1119.837798,1728.120045,1503.87457,610.0466484,1881.095468 +128796,1121.389813,1718.890224,1503.171321,611.2630882,1881.519597 +128797,1122.799698,1709.58123,1502.379889,612.3868945,1884.726458 +128798,1124.066245,1700.122894,1501.26848,613.4191862,1887.280291 +128799,1125.196267,1690.535567,1500.159493,614.3642234,1889.960395 +128800,1126.191173,1704.980393,1498.754383,615.2238269,1892.621454 +128801,1127.055964,1636.270206,1497.363544,616.0011922,1895.104628 +128802,1127.685017,1699.7911,1495.685621,616.5033864,1897.631016 +128803,1128.369981,1615.630408,1494.031197,617.412314,1900.059321 +128804,1128.878109,1662.96864,1492.046383,617.8122774,1902.432387 +128805,1129.14499,1616.962521,1490.219381,618.311826,1904.745524 +128806,1129.469687,1624.859214,1488.058474,618.7055493,1906.948698 +128807,1129.626652,1608.491072,1485.853112,619.0288726,1909.208187 +128808,1129.540105,1598.957848,1483.485021,619.2815537,1911.296912 +128809,1129.526092,1588.38282,1481.115906,619.4661589,1913.365881 +128810,1124.569921,1562.220162,1486.777708,623.095998,1915.467582 +128811,1123.72604,1549.256549,1485.727534,623.8424784,1917.302623 +128812,1122.890596,1536.886975,1483.852255,624.2405206,1919.159992 +128813,1122.233034,1524.949909,1481.558385,624.475604,1920.960833 +128814,1121.337872,1513.037468,1479.234719,624.6052771,1922.696313 +128815,1120.540655,1501.177828,1476.616171,624.6509164,1924.417537 +128816,1119.48608,1489.329482,1474.01608,624.6196308,1925.952863 +128817,1118.520005,1477.549842,1471.14885,624.5180748,1927.487345 +128818,1117.290576,1465.535918,1468.316179,624.3482338,1929.033715 +128819,1116.150482,1453.80436,1465.276413,624.1134702,1930.418818 +128820,1114.744607,1441.939523,1462.156586,623.8143447,1931.781794 +128821,997.0619372,1376.750566,1342.384515,570.79524,1721.833997 +128822,994.6564603,1364.223159,1337.988376,569.3928526,1721.265554 +128823,992.6294766,1352.044019,1334.381514,568.8596945,1722.153566 +128824,991.2381846,1339.967549,1330.872747,568.1879776,1723.003391 +128825,989.7293577,1327.964082,1327.500499,567.5666888,1724.070338 +128826,988.2633967,1315.994396,1324.01408,566.9321914,1725.218148 +128827,986.7754377,1304.107545,1320.591495,566.2703305,1726.403916 +128828,985.2452979,1292.033287,1317.084348,565.5723815,1727.595019 +128829,983.6660456,1280.277665,1313.900217,564.8355514,1728.780678 +128830,982.0304527,1268.228471,1309.743774,564.0570234,1729.947266 +128831,980.3387229,1256.354816,1306.328645,563.2372752,1731.095056 +128832,978.5867661,1244.426661,1302.539653,562.3749692,1732.215421 +128833,976.7767952,1232.571774,1298.742844,561.4714586,1733.311919 +128834,974.9054538,1223.867378,1294.885591,560.5257551,1734.377204 +128835,972.9757358,1214.765432,1290.928169,559.5395087,1735.453099 +128836,970.9846376,1205.203593,1287.010581,558.5118375,1736.40216 +128837,968.9355325,1196.392781,1282.94701,557.4445339,1737.407389 +128838,966.8254874,1186.210129,1278.857895,556.1709331,1738.345475 +128839,964.6580781,1177.251362,1274.707006,555.2638975,1739.26065 +128840,962.4304377,1167.765689,1270.457985,553.9616917,1740.140973 +128841,953.0567351,1147.859842,1269.836349,554.3308086,1741.048577 +128842,949.1335807,1136.998212,1266.178979,553.3507526,1741.79659 +128843,946.6072782,1126.782772,1262.133509,552.2020688,1742.572787 +128844,943.5403674,1116.923795,1257.92266,550.9688708,1743.316044 +128845,940.6986129,1107.031419,1253.610014,549.6797189,1744.029817 +128846,937.8104927,1097.37298,1249.176829,548.3416232,1744.706496 +128847,934.8983846,1087.67826,1244.769182,546.9604407,1745.351698 +128848,931.9516187,1078.029011,1240.212064,545.5371145,1745.958334 +128849,928.970302,1068.534909,1235.626373,544.0746035,1746.532937 +128850,925.9491864,1058.948878,1230.936589,542.5725812,1747.068994 +128851,927.0457444,1054.937373,1231.269252,543.2126911,1747.578677 +128852,929.1606198,1051.746282,1232.690629,544.2590872,1748.074409 +128853,931.5676878,1049.049535,1234.435854,545.51313,1748.548176 +128854,934.2164995,1046.702988,1236.559034,546.9077289,1748.994989 +128855,944.3369148,1053.806577,1235.136035,546.8202064,1749.485414 +128856,948.3183052,1053.437339,1236.789909,548.0616762,1749.84985 +128857,952.2810486,1052.664546,1239.189088,549.5403973,1750.242639 +128858,955.7430803,1051.955587,1241.786056,551.1476043,1750.624369 +128859,959.5534124,1051.360475,1244.588894,552.8510343,1751.002647 +128860,963.8044605,1050.897521,1247.576537,554.6376297,1751.378318 +128861,967.7132001,1050.571676,1250.736912,556.5012663,1751.761532 +128862,971.9138833,1050.379945,1254.094263,558.5936065,1752.151692 +128863,976.1812371,1050.317944,1257.511946,560.3545664,1752.55769 +128864,983.2834396,1057.784058,1250.627031,558.0953177,1752.974845 +128865,988.0311019,1059.08648,1252.25099,559.2314666,1753.405516 +128866,992.7504003,1059.948336,1255.13089,560.8968979,1753.86272 +128867,997.5250179,1060.821602,1258.273124,562.7376591,1754.346246 +128868,1002.141255,1061.606615,1261.723658,564.6882238,1754.851426 +128869,1007.403709,1062.524244,1265.325092,566.7228766,1755.38383 +128870,1012.212308,1063.452303,1269.086939,568.8274402,1755.939357 +128871,1017.301675,1064.436291,1272.991292,570.9956247,1756.523476 +128872,1022.418167,1065.468958,1277.063712,573.2217917,1757.132096 +128873,1027.832109,1066.548822,1281.166057,575.5036915,1757.770455 +128874,1032.71264,1067.672629,1285.471157,577.671511,1758.434468 +128875,1038.200159,1068.838157,1289.857698,580.3097592,1759.129028 +128876,1043.434457,1070.015667,1294.267147,582.577676,1759.775611 +128877,1048.941077,1071.274869,1298.985054,585.1201139,1760.590386 +128878,1054.097169,1072.523621,1303.552412,587.6079316,1761.302919 +128879,1060.10604,1073.845295,1308.462252,590.2139631,1762.213026 +128880,1065.435291,1075.151205,1313.278489,592.7888766,1762.927895 +128881,830.1140947,967.1371001,1076.905438,486.3331999,1326.316559 +128882,830.1284711,966.2251573,1076.962158,486.2848085,1321.206695 +128883,832.6890169,965.8831843,1078.559239,487.4503128,1316.906765 +128884,843.290935,973.965565,1073.943177,485.8418128,1313.83257 +128885,847.7770715,975.3630223,1075.342177,486.8445985,1311.358127 +128886,851.9459839,976.3520564,1077.898505,488.2818385,1309.264328 +128887,856.5656228,977.1709952,1081.052957,490.0230549,1307.453081 +128888,860.9216058,978.0453733,1084.157739,491.6987311,1305.852101 +128889,865.6556651,978.8714211,1087.486835,493.5180346,1304.416415 +128890,870.0514122,979.6937032,1091.287505,495.425761,1303.259061 +128891,874.7216178,980.5088019,1094.906725,497.5259394,1301.879639 +128892,879.7322891,981.3168159,1098.694922,499.4649415,1300.921429 +128893,884.4684351,982.1169553,1102.921233,501.7104197,1299.94741 +128894,889.4227806,982.9079882,1106.939083,503.80395,1299.092722 +128895,894.4166119,983.6885061,1111.103151,506.0066263,1298.331462 +128896,899.3033383,984.4570539,1115.691362,508.396581,1297.658664 +128897,904.8618628,985.1025481,1120.056798,510.7825625,1297.070368 +128898,909.6449776,985.9362827,1124.553648,513.0441595,1296.562906 +128899,915.0453063,986.5659023,1129.465544,515.4906106,1296.132997 +128900,920.2041049,987.365232,1134.14426,517.7828037,1295.77773 +128901,925.6540153,987.9639883,1138.942432,520.6178028,1295.494175 +128902,930.7837145,988.6014904,1144.14846,523.0036788,1295.279908 +128903,936.6237578,989.3590333,1149.112742,525.7201914,1295.132342 +128904,941.901334,989.9038885,1154.18618,528.2879378,1295.049407 +128905,947.5900567,990.4764438,1159.661337,531.0636573,1295.028674 +128906,953.3076202,991.0421806,1164.887574,533.7112304,1295.068428 +128907,958.7341789,991.5880646,1170.41464,536.5647864,1295.166413 +128908,964.3037193,992.1087792,1175.795594,539.2884203,1295.321169 +128909,970.4138027,992.6016832,1181.556435,542.2160512,1295.53058 +128910,975.9612458,993.0652682,1187.015791,544.8637543,1295.793419 +128911,977.0880115,989.0709013,1187.098032,545.5689447,1296.107675 +128912,977.0402348,984.1950386,1186.084847,545.4734229,1296.481831 +128913,976.7221582,978.9984477,1184.588729,545.2770064,1296.8632 +128914,975.9022817,973.519967,1182.744606,544.8888192,1297.279727 +128915,974.9325069,967.9385042,1180.61854,544.3634889,1297.730202 +128916,973.8747673,962.1052197,1178.212624,543.7170475,1298.21106 +128917,972.4164674,956.118216,1175.667747,542.9600562,1298.71714 +128918,970.982416,950.0848275,1172.840922,542.2564529,1299.243051 +128919,969.1765645,943.8523015,1169.84695,541.0691477,1299.782288 +128920,967.4153083,937.5060184,1166.661741,540.1273989,1300.329841 +128921,965.3000865,931.1462355,1163.265135,538.961928,1300.879285 +128922,963.2418544,924.6195319,1159.778868,537.7335937,1301.426761 +128923,960.8435879,918.0060133,1156.057102,536.4217046,1301.966393 +128924,958.7259559,911.4041479,1152.205227,535.0291618,1302.495551 +128925,955.7547227,904.6232264,1148.163665,533.5581527,1303.009009 +128926,953.3172131,897.8993883,1144.053323,532.0112398,1303.505236 +128927,950.1690892,891.0426632,1139.731029,530.3902985,1303.979599 +128928,947.6544597,884.4858922,1135.297597,528.6975943,1304.294158 +128929,944.3727764,877.1295398,1130.692643,526.9346906,1304.931243 +128930,941.3557868,870.34428,1126.036102,525.1036026,1305.227326 +128931,938.0074805,863.3626306,1121.183152,523.205634,1305.618957 +128932,934.7440677,856.2872043,1116.202155,521.2425966,1305.9585 +128933,931.1902299,849.2984153,1111.172537,519.2155915,1306.265594 +128934,927.7296709,842.181788,1105.932701,517.1284151,1306.554529 +128935,924.1830393,835.1224387,1100.671357,515.1211637,1306.802188 +128936,920.2341868,828.0469669,1095.225107,512.7030811,1307.014758 +128937,916.4363195,820.8904808,1089.659772,510.5282049,1307.190168 +128938,912.5553995,813.8191974,1084.054106,508.0306964,1307.330872 +128939,908.4374608,806.3641593,1078.246416,505.8470807,1307.434617 +128940,904.4029911,799.6732283,1072.710284,503.2972794,1307.503702 +128941,1125.035674,896.6530747,1305.080561,609.2139859,1733.260115 +128942,1121.566991,890.0426536,1301.753444,608.0704972,1736.841045 +128943,1116.305928,883.8768969,1296.292086,606.0189819,1740.250922 +128944,1111.147096,876.3361452,1289.985424,603.5756572,1742.498273 +128945,1104.874886,869.3877347,1283.077042,600.8913752,1744.526054 +128946,1099.01879,862.1873009,1275.889325,598.0501227,1746.096181 +128947,1092.726452,854.8794578,1268.396235,595.0803597,1747.427806 +128948,1086.323284,847.6238375,1260.786296,592.0030629,1748.582066 +128949,1079.785344,840.3507643,1252.901928,588.8307877,1749.59514 +128950,1073.121691,832.9967363,1244.836054,585.5703003,1750.484627 +128951,1066.337088,825.731068,1236.698102,582.2264112,1751.263348 +128952,1059.425187,818.3584311,1228.279929,578.8020936,1751.93778 +128953,1052.388168,811.0824898,1219.834409,575.3001789,1752.514943 +128954,1045.495357,803.4201388,1211.12076,571.9055416,1752.99813 +128955,1037.848387,796.5407246,1202.39225,568.001468,1753.412046 +128956,1030.634115,788.9943583,1193.405519,564.4049088,1753.73151 +128957,1023.082278,782.0067368,1184.392066,560.588502,1753.961282 +128958,1015.166879,774.2543313,1175.131495,556.7267773,1754.106591 +128959,1006.693418,769.4522037,1175.102029,556.7552233,1754.11716 +128960,998.4141653,762.5148276,1166.963002,553.1855235,1754.178876 +128961,990.620253,755.4544046,1157.921136,549.6510556,1754.103675 +128962,982.0997424,748.3459096,1148.660248,545.6111496,1753.950048 +128963,974.0013978,741.2147504,1139.084402,541.6081025,1753.727357 +128964,965.5957573,734.0672044,1129.406044,537.6529207,1753.435579 +128965,957.1226466,726.9069788,1119.568044,533.2196734,1753.080193 +128966,943.0910357,720.0101423,1111.870935,530.0592485,1752.658986 +128967,933.6358435,713.1495654,1102.072106,525.8219977,1752.175084 +128968,924.5049768,705.6620684,1091.816114,521.4461313,1751.63112 +128969,913.7278936,699.8550326,1084.982997,518.482246,1750.989494 +128970,903.8677773,692.8199373,1074.858946,514.1317546,1750.372738 +128971,897.6721729,687.5333764,1068.492463,511.4972277,1749.621546 +128972,891.5954119,682.4916283,1062.815421,508.7118852,1748.86202 +128973,886.3942498,677.5786418,1056.711382,506.1767532,1748.056799 +128974,880.4608363,672.7616665,1051.245423,503.9149874,1747.20218 +128975,875.1808861,668.0262128,1045.729693,501.4210171,1746.30045 +128976,869.7931245,663.3645651,1040.246208,499.0793987,1745.353315 +128977,864.6660123,659.0032299,1034.920914,496.7593032,1744.36484 +128978,859.1928988,654.1711785,1029.5734,494.4682575,1743.337657 +128979,853.9559579,649.860747,1024.368245,492.2025689,1742.276253 +128980,849.0178321,645.4258788,1018.905616,490.0879893,1741.183137 +128981,843.8034699,641.0746353,1014.127765,487.6834317,1740.062597 +128982,838.920644,636.7743226,1008.852915,485.5700799,1738.916639 +128983,833.6508403,632.5224012,1003.833938,483.3686915,1737.749111 +128984,828.7520085,628.3166835,998.8152825,481.2030132,1736.561425 +128985,823.885211,624.155548,993.8340532,479.0536855,1735.356967 +128986,818.5632655,619.8261402,988.8865282,476.9194169,1734.136617 +128987,813.937138,616.2382507,983.9712753,474.7994154,1732.903331 +128988,808.8840157,611.7787753,979.3271959,472.6926425,1731.657543 +128989,804.134575,607.9440189,974.12783,470.475323,1730.40187 +128990,799.042455,603.9527087,969.4625802,468.6893865,1729.136301 +128991,794.1138947,600.0268744,964.6228856,466.3590139,1727.863161 +128992,789.5454798,596.1359433,959.8415006,464.4001572,1726.582197 +128993,784.4088803,592.2794904,955.0823435,462.3309977,1725.29548 +128994,779.6647629,588.4562417,950.3438488,460.2894129,1724.002483 +128995,774.8044341,584.6655569,945.6252109,458.2567101,1722.705086 +128996,769.9667064,581.0855232,940.9248533,456.2324724,1721.402585 +128997,765.1423142,577.1038351,936.2422962,454.2163683,1720.09669 +128998,760.4425188,573.5276696,931.5761012,452.317931,1718.786553 +128999,755.3461922,569.8345826,926.9259246,450.15902,1717.473756 +129000,750.8930971,566.1954412,922.4905321,448.2404201,1716.157336 +129001,795.7089252,586.3120974,967.2196629,469.9653526,1797.739311 +129002,796.5418187,585.2955651,968.2925743,470.6820999,1802.241178 +129003,796.4877467,583.5520298,968.2259011,470.3270399,1805.185423 +129004,796.086041,581.8098839,967.9047122,470.2312327,1808.001264 +129005,795.5327601,580.1711183,967.4216185,469.8135835,1810.587393 +129006,794.885058,578.0702315,966.8478221,469.6669699,1812.929247 +129007,794.0501361,576.3475522,966.220748,469.2322875,1815.073505 +129008,793.5037058,574.4780936,965.5613358,468.8869256,1817.21461 +129009,792.6477995,572.6445609,964.8827866,468.5124037,1819.248911 +129010,791.8917169,570.824169,964.1914932,468.2498042,1821.234117 +129011,791.1041875,569.018456,963.491996,467.6909247,1823.173772 +129012,562.7115382,485.4766174,690.799992,386.0691171,1824.899061 +129013,561.4190605,481.4362156,682.9688863,383.1469686,1826.667777 +129014,559.3700623,478.4478523,678.8291228,381.774933,1828.52113 +129015,557.1825843,475.8557414,675.6908827,380.3620524,1830.230212 +129016,555.1611494,473.5500215,672.724418,379.3233936,1831.932223 +129017,553.3718589,471.062587,670.4110916,378.3074541,1833.575095 +129018,551.7861476,468.9060286,667.9328393,377.3607246,1835.158661 +129019,550.3613138,466.7071644,665.7860588,376.4540843,1836.681637 +129020,549.0652194,464.4548879,663.6847097,375.5764255,1838.143464 +129021,547.8765862,462.5242207,661.7297091,374.7871084,1839.591156 +129022,546.7802973,460.4881428,659.6517886,373.7823286,1840.871861 +129023,545.7641183,458.3073288,657.8829736,373.0955376,1842.201651 +129024,544.8173524,456.3642004,656.0468922,372.2131139,1843.399466 +129025,543.9304772,454.3438153,654.1622282,371.3989809,1844.672959 +129026,543.0950737,452.3525898,652.4106424,370.5729638,1845.813749 +129027,542.3038488,450.368514,650.6319762,369.7407376,1846.958992 +129028,541.5504231,448.3862186,648.9086047,368.960156,1848.057455 +129029,540.8291226,446.5107927,647.0104798,368.0116614,1849.123914 +129030,540.1349741,444.2659813,645.3850173,367.1841174,1850.159206 +129031,539.4636413,443.3777869,645.3501432,367.2324749,1851.167138 +129032,538.8313002,442.3428694,645.8098928,367.466275,1852.156469 +129033,538.2484869,441.5003379,646.3465187,367.7879089,1853.126454 +129034,537.7162204,440.7044871,647.1281955,368.1729702,1854.075777 +129035,537.2303788,439.962304,647.9050807,368.6116668,1855.007466 +129036,536.7856128,439.2672329,648.8580971,369.0353475,1855.921927 +129037,536.3770576,438.6160384,649.7129854,369.6600912,1856.823007 +129038,536.0007011,438.006164,650.8705453,370.1878399,1857.71142 +129039,535.6532509,437.4362863,651.9433967,370.8127138,1858.59113 +129040,535.331965,436.9049859,653.0823398,371.4675431,1859.462751 +129041,535.0345083,436.5099225,654.4534531,372.162676,1860.330002 +129042,534.7589088,435.9100947,655.6428198,372.897475,1861.193244 +129043,534.5034949,435.5607479,656.9994425,373.6722027,1862.010593 +129044,534.2668664,435.1635412,658.4922034,374.5509374,1862.9421 +129045,534.047844,434.8180567,659.9827198,375.2438478,1863.773068 +129046,533.8454581,434.5088395,661.3855294,376.2834823,1864.647263 +129047,533.6588989,434.2361024,663.0967489,377.1615933,1865.519331 +129048,533.4875095,433.9994598,664.6861978,378.1490899,1866.396221 +129049,533.3307462,433.7990401,666.3898372,379.1676015,1867.326085 +129050,533.1881769,433.6346092,668.1324688,380.2280983,1868.14672 +129051,533.059452,433.5062814,669.9316584,381.2618354,1869.080659 +129052,532.9443021,433.4137726,671.722129,382.5122487,1869.982059 +129053,532.8425094,433.3572351,673.7747693,383.7210302,1870.901112 +129054,532.7539179,433.3364004,675.5845286,384.8577436,1871.83052 +129055,532.6784113,433.3512441,677.5827829,386.1866159,1872.77165 +129056,532.6159058,433.4016067,679.7169876,387.4965616,1873.724327 +129057,532.5663489,433.4874468,681.7730594,388.7910675,1874.689769 +129058,532.5297169,433.6084414,683.9300088,390.3124003,1875.667853 +129059,532.5059995,433.7645357,686.1298528,391.7173911,1876.659595 +129060,532.495201,433.9554804,688.3059856,393.2339799,1877.664913 +129061,532.7569319,400.4773549,612.8053052,361.1454024,1733.891733 +129062,531.6197146,400.0371165,613.2439386,361.958906,1732.039973 +129063,529.7510462,399.5880562,613.9513045,362.8969528,1731.106988 +129064,527.8489557,399.2302401,614.6742751,363.8376917,1729.893984 +129065,526.2057873,398.90855,615.5685073,364.9874437,1728.831125 +129066,524.8516644,398.6237039,616.3688598,366.1165277,1727.804621 +129067,523.730048,398.3731571,617.2820828,367.1976438,1726.807488 +129068,522.7830343,398.1555722,618.2824746,368.4554089,1725.833883 +129069,521.9715997,397.96989,619.2624438,369.6460799,1724.880313 +129070,521.2714367,397.8153153,620.312118,371.0541886,1723.944501 +129071,520.6658473,397.6911976,621.3982652,372.3711882,1723.024992 +129072,520.1416346,397.5969561,622.5207636,373.7952962,1722.120879 +129073,519.6875827,397.5320453,623.653162,375.3245524,1721.231445 +129074,519.2940692,397.495993,624.9392396,376.6759626,1720.356387 +129075,518.9529542,397.4882429,626.0681302,378.3889263,1719.495279 +129076,518.6574316,397.5083498,627.427439,379.9490226,1718.648117 +129077,518.4018484,397.5557578,628.7088639,381.6304304,1717.814599 +129078,518.1815078,397.6300251,630.0608304,383.2855717,1716.994887 +129079,517.9925104,397.7305812,631.4455117,385.2380645,1716.151364 +129080,517.8316095,397.8569783,632.8180337,386.9079763,1715.415593 +129081,517.6961019,398.0086323,634.3259062,388.8570598,1714.609736 +129082,517.5837339,398.1850859,635.7758858,390.7123482,1713.850488 +129083,517.492625,398.3857377,637.2917429,392.8172371,1713.099423 +129084,517.4212065,398.6101235,638.7922013,394.8137364,1712.362213 +129085,517.3681705,398.857626,640.4614152,397.0102029,1711.638779 +129086,517.3324214,399.1277753,641.9259163,398.9777818,1710.92953 +129087,517.3130467,399.4199369,643.6934431,401.3739096,1710.234165 +129088,517.3092772,399.7336123,645.1953676,403.5836381,1709.553137 +129089,517.3204706,400.0681923,646.9761713,405.9346016,1708.886112 +129090,517.3498602,400.4232406,648.6384201,408.2525911,1708.233875 +129091,517.400323,397.8753216,644.1573667,419.3682671,1707.406798 +129092,517.5729514,397.1728115,643.3455085,422.578817,1706.946881 +129093,517.8243024,396.3575925,642.8619383,425.2409123,1706.354462 +129094,518.0959473,395.7175469,642.2964693,427.7849839,1705.757185 +129095,518.3575461,395.0070184,641.6480631,429.9201953,1705.17141 +129096,518.6016628,394.223424,641.0532517,432.4474499,1704.598317 +129097,518.8306597,393.6163836,640.3456778,434.662717,1704.037442 +129098,519.0488526,392.834784,639.75806,436.9628353,1703.488572 +129099,519.2598361,392.1087493,638.942323,439.244156,1702.950423 +129100,519.4662378,391.4330119,638.2220267,441.4280057,1702.422315 +129101,519.670059,390.5712895,637.4278778,443.8663586,1701.902748 +129102,519.87296,389.8567636,636.6117676,446.0878311,1701.354885 +129103,520.0764265,389.0722154,635.8050781,448.5115236,1700.904531 +129104,520.2817635,388.2912726,634.8398335,450.6725779,1700.378932 +129105,520.490141,387.5030788,634.060821,453.0804824,1699.889805 +129106,520.7025546,386.7082874,633.0523663,455.3043694,1699.399727 +129107,520.919894,385.9055687,632.136967,457.834409,1698.912815 +129108,521.1429469,474.9681414,934.2990277,559.6444781,1698.372173 +129109,527.525633,477.1219599,942.8442156,565.3802444,1698.147571 +129110,537.1357961,477.7794343,946.2295735,569.8825298,1697.753212 +129111,546.898339,478.4375267,949.0579996,573.8425349,1697.366651 +129112,555.5007213,478.7084313,951.4084738,578.1263635,1697.008942 +129113,562.7942512,478.9986675,953.4821468,581.964181,1696.6898 +129114,839.2439886,479.2129935,955.3563208,585.9265985,1696.417067 +129115,692.6539399,479.3861418,957.0759706,589.8493843,1696.193757 +129116,740.267131,479.5265665,958.6662464,593.7699028,1696.01646 +129117,766.1520204,479.7179251,960.3444296,610.0816162,1695.759826 +129118,774.9878942,479.8839231,961.8816075,615.7754821,1695.812768 +129119,782.5913016,480.0034672,963.2746297,621.1880832,1695.794975 +129120,789.7596078,480.105128,964.5827734,625.9549471,1695.805476 +129121,643.9558027,414.0524522,812.7743994,564.9708942,1409.361653 +129122,650.4622901,413.6988446,813.0233573,568.9861494,1408.953983 +129123,657.2937782,413.6730934,813.8453256,573.5948777,1407.861582 +129124,664.2143998,413.5186095,814.7817308,578.5139321,1407.472958 +129125,671.2530433,413.5908195,815.7845467,583.1327824,1407.148039 +129126,678.1976818,413.6219836,816.8194827,587.962786,1406.928832 +129127,685.3045259,413.6910034,817.8746437,592.8149678,1406.785784 +129128,692.4739322,413.7824391,818.9461454,597.7188971,1406.70386 +129129,699.5400723,413.8952251,820.0327863,602.6763474,1406.671627 +129130,706.8747452,414.0291052,821.1355116,607.6897658,1406.682824 +129131,714.1093419,414.183858,822.2550028,612.7612071,1406.731474 +129132,721.387306,414.359623,823.3927881,617.7055098,1406.814707 +129133,728.926325,414.55616,824.5494021,623.1930173,1406.928532 +129134,736.2607496,414.6908995,825.8661201,628.3061288,1407.071565 +129135,744.0680273,415.0512358,826.8499329,633.6609642,1407.24072 +129136,751.4162779,415.2495435,828.1690244,639.0481317,1407.435439 +129137,759.3535786,415.5403714,829.3843961,644.501803,1407.653147 +129138,766.9812742,415.8368577,830.5004207,650.0220223,1407.893844 +129139,775.0255464,416.1519327,831.9911278,655.6092715,1408.155289 +129140,782.9438947,416.4848093,833.1843834,661.2639704,1408.437922 +129141,791.0029331,416.8346552,834.5219025,666.9860519,1408.739678 +129142,799.1531104,417.2009308,835.8548177,672.5537733,1409.06128 +129143,807.4000357,417.5826558,837.2040567,678.7616703,1409.400913 +129144,815.5541791,417.9792524,838.5691919,684.5141888,1409.759514 +129145,824.1856912,418.3896905,839.9486778,690.546691,1410.135369 +129146,832.5658993,418.8133833,841.3419957,696.6056837,1410.529597 +129147,841.1593815,419.249292,842.7474415,702.7320552,1410.940595 +129148,849.8239489,419.6968269,844.1644405,709.1520599,1411.369581 +129149,858.4348235,420.1549612,845.5912569,715.0824393,1411.815046 +129150,867.6244617,420.6231185,847.0272928,721.5390075,1412.278283 +129151,873.3015996,420.781975,847.7315871,725.7710902,1412.757846 +129152,879.9247046,420.8816872,848.2817674,729.695525,1413.249498 +129153,885.5227437,420.9551044,848.7635221,733.5380032,1413.754032 +129154,891.5244494,421.0126073,849.2019713,737.2730045,1414.27341 +129155,897.0803438,421.0576223,849.6058237,740.8534513,1414.806124 +129156,902.8949235,421.0921026,849.9799904,744.4054579,1415.352708 +129157,908.2777841,421.1167381,850.3263205,747.882629,1415.9109 +129158,913.9473981,421.1321759,850.6467054,751.224798,1416.480734 +129159,919.2144959,421.1384511,850.9415271,754.2962713,1417.059719 +129160,924.5272888,421.1358532,851.2118764,757.962651,1417.647799 +129161,929.853475,421.1242259,851.4576938,760.9084536,1418.242564 +129162,935.2308086,421.1037608,851.6798271,764.0917156,1418.844157 +129163,940.2230756,421.0742307,851.8780281,767.1469399,1419.450319 +129164,945.5883471,421.0357615,852.052964,770.1769512,1420.061281 +129165,950.503943,420.9881327,852.2043708,773.0804137,1420.67514 +129166,955.6686193,420.9314371,852.3328065,775.991743,1421.292219 +129167,960.5111826,420.8654263,852.4379152,778.8248275,1421.910738 +129168,965.2172213,420.7902056,852.5202525,781.6105349,1422.531266 +129169,970.2937411,420.705519,852.5794185,784.3736082,1423.152154 +129170,975.1359968,420.6114453,852.6158811,787.0165685,1423.773994 +129171,979.7604898,420.5077602,852.6292897,789.6737736,1424.395411 +129172,984.3977119,420.3945246,852.6200448,792.2584769,1425.016997 +129173,989.0151056,420.2715074,852.5877607,794.800928,1425.63745 +129174,993.8108557,420.1387805,852.5328395,797.3267922,1426.257472 +129175,998.1904841,419.9961382,852.4549344,799.7350074,1426.875929 +129176,1002.614384,419.8436289,852.3543731,802.163879,1427.493444 +129177,1006.795524,419.68105,852.2308004,804.523818,1428.108953 +129178,1011.506923,419.5084688,852.0845663,806.8458974,1428.723173 +129179,1015.65179,419.3257001,851.91534,809.12633,1429.335132 +129180,1019.954089,419.1328042,851.7234382,811.395854,1429.94551 +129181,1022.713202,418.4570683,859.8883122,812.8324176,1430.489018 +129182,1330.799261,548.3264986,909.9641832,944.9154839,2015.766535 +129183,1346.056707,549.5030848,908.8670993,948.4723837,1998.27567 +129184,1312.900947,547.7909868,935.8962981,948.7833127,2005.236402 +129185,1346.782918,546.2780795,961.152143,949.4605454,2008.569057 +129186,1333.520012,545.0467608,980.6386652,950.4761298,2003.895 +129187,1337.475756,543.6767577,993.0680405,951.4545567,2003.896086 +129188,1338.613468,542.5458698,999.2253484,952.2447463,2003.427695 +129189,1339.585123,541.1809709,1002.033818,953.3745362,2003.072554 +129190,1340.756047,539.9986896,1003.489264,954.1471849,2002.720088 +129191,1341.808414,538.7072214,1004.359998,955.1484127,2002.437634 +129192,1342.845596,537.5244184,1004.942271,955.9289729,2002.169805 +129193,1343.849338,536.1791829,1005.345237,956.8746059,2001.965197 +129194,1344.815666,535.0097742,1005.619837,957.6095028,2001.75066 +129195,1345.743413,533.6433723,1005.788674,958.507775,2001.561762 +129196,1346.63097,532.4563087,1005.872115,959.2619258,2001.383774 +129197,1347.476931,531.0700946,1005.880142,960.013609,2001.213956 +129198,1348.283427,529.8618487,1005.826237,960.7064545,2001.051294 +129199,1349.049401,528.4530552,1005.715627,961.5025344,2000.893139 +129200,1349.776992,527.221377,1005.558294,962.1047481,2000.859574 +129201,1350.467434,525.754419,1005.356747,962.8715716,2000.523145 +129202,1351.120737,524.5481047,1005.118868,963.4377121,2000.456111 +129203,1351.737784,523.0635562,1004.845452,964.169538,2000.289964 +129204,1352.323465,521.7865598,1004.543013,964.7054351,2000.133911 +129205,1352.876815,520.300214,1004.21119,965.408434,1999.979182 +129206,1353.401294,519.3198432,1003.855559,965.9210275,1999.821718 +129207,1353.898827,517.317409,1003.474945,966.6023111,1999.660952 +129208,1354.372128,516.2211377,1003.074258,967.0995599,1999.496864 +129209,1354.823028,514.6268313,1002.651754,967.7672462,1999.3286 +129210,1355.253757,513.2263222,1002.211893,968.2581962,1999.146299 +129211,1352.873248,511.6584642,1001.75252,966.6622066,1998.98395 +129212,1351.231694,509.8580715,1001.276056,965.4444582,1998.789456 +129213,1349.121047,508.0359765,1000.770503,964.1361605,1998.59467 +129214,1347.193937,506.1701623,1000.230709,962.7001554,1998.390668 +129215,1344.758006,504.2699328,999.657034,961.1401861,1998.177266 +129216,1342.516524,502.3376164,999.0518269,959.4596486,1997.953991 +129217,1339.768321,500.3427208,998.4175257,957.5938737,1997.719635 +129218,1337.224135,498.3972121,997.7561245,955.7789835,1997.472993 +129219,1334.171531,496.3517536,997.0778408,953.7000728,1997.213267 +129220,1331.125922,494.3063843,996.3759422,951.5682554,1996.9379 +129221,1328.047067,492.2275909,995.6448032,949.3786945,1996.64637 +129222,1324.70874,490.1209585,994.8892581,946.9138844,1996.33805 +129223,1321.142495,487.955579,994.1116787,944.4839747,1996.011341 +129224,1317.543001,485.8404933,993.3134182,941.8842003,1995.665382 +129225,1313.781436,483.6291307,992.4953761,939.1842173,1995.299361 +129226,1309.87318,481.4192545,991.6582345,936.307763,1994.912393 +129227,1305.817774,479.1778091,990.8025603,933.4835076,1994.503821 +129228,1301.614548,476.8798162,989.9288489,930.4030904,1994.072875 +129229,1297.262829,474.6311454,989.0375431,927.2697515,1993.619055 +129230,1292.866603,472.289297,988.1290464,924.0140069,1993.123149 +129231,1287.956703,469.9492853,987.2037231,920.6456013,1992.649928 +129232,1283.385882,467.5788091,986.2619042,917.0991904,1992.111014 +129233,1278.338373,465.1532791,985.3038972,913.6605365,1991.562536 +129234,1273.245857,462.7767119,984.3299876,909.805977,1990.949547 +129235,1267.981715,460.3089381,983.3404336,906.0332141,1990.404495 +129236,1262.558235,457.843391,982.3354778,902.0741496,1989.750408 +129237,1256.97549,455.3192471,981.3153473,897.9418526,1989.101007 +129238,1251.130736,452.8423923,980.2802548,893.8412724,1988.421209 +129239,1245.369543,450.2768488,979.2303981,889.4792722,1987.713739 +129240,1239.217478,447.7132376,950.3408066,885.1067096,1986.978878 +129241,0,0,0,0,0 +129242,0,0,0,0,0 +129243,0,0,0,0,0 +129244,0,0,0,0,0 +129245,0,0,0,0,0 +129246,0,0,0,0,0 +129247,0,0,0,0,0 +129248,0,0,0,0,0 +129249,0,0,0,0,0 +129250,0,0,0,0,0 +129251,0,0,0,0,0 +129252,0,0,0,0,0 +129253,0,0,0,0,0 +129254,0,0,0,0,0 +129255,0,0,0,0,0 +129256,0,0,0,0,0 +129257,0,0,0,0,0 +129258,0,0,0,0,0 +129259,0,0,0,0,0 +129260,0,0,0,0,0 +129261,0,0,0,0,0 +129262,0,0,0,0,0 +129263,0,0,0,0,0 +129264,0,0,0,0,0 +129265,0,0,0,0,0 +129266,0,0,0,0,0 +129267,0,0,0,0,0 +129268,0,0,0,0,0 +129269,0,0,0,0,0 +129270,0,0,0,0,0 +129271,0,0,0,0,0 +129272,0,0,0,0,0 +129273,0,0,0,0,0 +129274,0,0,0,0,0 +129275,0,0,0,0,0 +129276,0,0,0,0,0 +129277,0,0,0,0,0 +129278,0,0,0,0,0 +129279,0,0,0,0,0 +129280,0,0,0,0,0 +129281,0,0,0,0,0 +129282,0,0,0,0,0 +129283,0,0,0,0,0 +129284,0,0,0,0,0 +129285,0,0,0,0,0 +129286,0,0,0,0,0 +129287,0,0,0,0,0 +129288,0,0,0,0,0 +129289,0,0,0,0,0 +129290,0,0,0,0,0 +129291,0,0,0,0,0 +129292,0,0,0,0,0 +129293,0,0,0,0,0 +129294,0,0,0,0,0 +129295,0,0,0,0,0 +129296,0,0,0,0,0 +129297,0,0,0,0,0 +129298,0,0,0,0,0 +129299,0,0,0,0,0 +129300,0,0,0,0,0 +129301,0,0,0,0,0 +129302,0,0,0,0,0 +129303,0,0,0,0,0 +129304,0,0,0,0,0 +129305,0,0,0,0,0 +129306,0,0,0,0,0 +129307,0,0,0,0,0 +129308,0,0,0,0,0 +129309,0,0,0,0,0 +129310,0,0,0,0,0 +129311,0,0,0,0,0 +129312,0,0,0,0,0 +129313,0,0,0,0,0 +129314,0,0,0,0,0 +129315,0,0,0,0,0 +129316,0,0,0,0,0 +129317,0,0,0,0,0 +129318,0,0,0,0,0 +129319,0,0,0,0,0 +129320,0,0,0,0,0 +129321,0,0,0,0,0 +129322,0,0,0,0,0 +129323,0,0,0,0,0 +129324,0,0,0,0,0 +129325,0,0,0,0,0 +129326,0,0,0,0,0 +129327,0,0,0,0,0 +129328,0,0,0,0,0 +129329,0,0,0,0,0 +129330,0,0,0,0,0 +129331,0,0,0,0,0 +129332,0,0,0,0,0 +129333,0,0,0,0,0 +129334,0,0,0,0,0 +129335,0,0,0,0,0 +129336,0,0,0,0,0 +129337,0,0,0,0,0 +129338,0,0,0,0,0 +129339,0,0,0,0,0 +129340,0,0,0,0,0 +129341,0,0,0,0,0 +129342,0,0,0,0,0 +129343,0,0,0,0,0 +129344,0,0,0,0,0 +129345,0,0,0,0,0 +129346,0,0,0,0,0 +129347,0,0,0,0,0 +129348,0,0,0,0,0 +129349,0,0,0,0,0 +129350,0,0,0,0,0 +129351,0,0,0,0,0 +129352,0,0,0,0,0 +129353,0,0,0,0,0 +129354,0,0,0,0,0 +129355,0,0,0,0,0 +129356,0,0,0,0,0 +129357,0,0,0,0,0 +129358,0,0,0,0,0 +129359,0,0,0,0,0 +129360,0,0,0,0,0 +129361,0,0,0,0,0 +129362,0,0,0,0,0 +129363,0,0,0,0,0 +129364,0,0,0,0,0 +129365,0,0,0,0,0 +129366,0,0,0,0,0 +129367,0,0,0,0,0 +129368,0,0,0,0,0 +129369,0,0,0,0,0 +129370,0,0,0,0,0 +129371,0,0,0,0,0 +129372,0,0,0,0,0 +129373,0,0,0,0,0 +129374,0,0,0,0,0 +129375,0,0,0,0,0 +129376,0,0,0,0,0 +129377,0,0,0,0,0 +129378,0,0,0,0,0 +129379,0,0,0,0,0 +129380,0,0,0,0,0 +129381,0,0,0,0,0 +129382,0,0,0,0,0 +129383,0,0,0,0,0 +129384,0,0,0,0,0 +129385,0,0,0,0,0 +129386,0,0,0,0,0 +129387,0,0,0,0,0 +129388,0,0,0,0,0 +129389,0,0,0,0,0 +129390,0,0,0,0,0 +129391,0,0,0,0,0 +129392,0,0,0,0,0 +129393,0,0,0,0,0 +129394,0,0,0,0,0 +129395,0,0,0,0,0 +129396,0,0,0,0,0 +129397,0,0,0,0,0 +129398,0,0,0,0,0 +129399,0,0,0,0,0 +129400,0,0,0,0,0 +129401,0,0,0,0,0 +129402,0,0,0,0,0 +129403,0,0,0,0,0 +129404,0,0,0,0,0 +129405,0,0,0,0,0 +129406,0,0,0,0,0 +129407,0,0,0,0,0 +129408,0,0,0,0,0 +129409,0,0,0,0,0 +129410,0,0,0,0,0 +129411,0,0,0,0,0 +129412,0,0,0,0,0 +129413,0,0,0,0,0 +129414,0,0,0,0,0 +129415,0,0,0,0,0 +129416,0,0,0,0,0 +129417,0,0,0,0,0 +129418,0,0,0,0,0 +129419,0,0,0,0,0 +129420,0,0,0,0,0 +129421,0,0,0,0,0 +129422,0,0,0,0,0 +129423,0,0,0,0,0 +129424,0,0,0,0,0 +129425,0,0,0,0,0 +129426,0,0,0,0,0 +129427,0,0,0,0,0 +129428,0,0,0,0,0 +129429,0,0,0,0,0 +129430,0,0,0,0,0 +129431,0,0,0,0,0 +129432,0,0,0,0,0 +129433,0,0,0,0,0 +129434,0,0,0,0,0 +129435,0,0,0,0,0 +129436,0,0,0,0,0 +129437,0,0,0,0,0 +129438,0,0,0,0,0 +129439,0,0,0,0,0 +129440,0,0,0,0,0 +129441,0,0,0,0,0 +129442,0,0,0,0,0 +129443,0,0,0,0,0 +129444,0,0,0,0,0 +129445,0,0,0,0,0 +129446,0,0,0,0,0 +129447,0,0,0,0,0 +129448,0,0,0,0,0 +129449,0,0,0,0,0 +129450,0,0,0,0,0 +129451,0,0,0,0,0 +129452,0,0,0,0,0 +129453,0,0,0,0,0 +129454,0,0,0,0,0 +129455,0,0,0,0,0 +129456,0,0,0,0,0 +129457,0,0,0,0,0 +129458,0,0,0,0,0 +129459,0,0,0,0,0 +129460,0,0,0,0,0 +129461,0,0,0,0,0 +129462,0,0,0,0,0 +129463,0,0,0,0,0 +129464,0,0,0,0,0 +129465,0,0,0,0,0 +129466,0,0,0,0,0 +129467,0,0,0,0,0 +129468,0,0,0,0,0 +129469,0,0,0,0,0 +129470,0,0,0,0,0 +129471,0,0,0,0,0 +129472,0,0,0,0,0 +129473,0,0,0,0,0 +129474,0,0,0,0,0 +129475,0,0,0,0,0 +129476,0,0,0,0,0 +129477,0,0,0,0,0 +129478,0,0,0,0,0 +129479,0,0,0,0,0 +129480,0,0,0,0,0 +129481,0,0,0,0,0 +129482,0,0,0,0,0 +129483,0,0,0,0,0 +129484,0,0,0,0,0 +129485,0,0,0,0,0 +129486,0,0,0,0,0 +129487,0,0,0,0,0 +129488,0,0,0,0,0 +129489,0,0,0,0,0 +129490,0,0,0,0,0 +129491,0,0,0,0,0 +129492,0,0,0,0,0 +129493,0,0,0,0,0 +129494,0,0,0,0,0 +129495,0,0,0,0,0 +129496,0,0,0,0,0 +129497,0,0,0,0,0 +129498,0,0,0,0,0 +129499,0,0,0,0,0 +129500,0,0,0,0,0 +129501,0,0,0,0,0 +129502,0,0,0,0,0 +129503,0,0,0,0,0 +129504,0,0,0,0,0 +129505,0,0,0,0,0 +129506,0,0,0,0,0 +129507,0,0,0,0,0 +129508,0,0,0,0,0 +129509,0,0,0,0,0 +129510,0,0,0,0,0 +129511,0,0,0,0,0 +129512,0,0,0,0,0 +129513,0,0,0,0,0 +129514,0,0,0,0,0 +129515,0,0,0,0,0 +129516,0,0,0,0,0 +129517,0,0,0,0,0 +129518,0,0,0,0,0 +129519,0,0,0,0,0 +129520,0,0,0,0,0 +129521,0,0,0,0,0 +129522,0,0,0,0,0 +129523,0,0,0,0,0 +129524,0,0,0,0,0 +129525,0,0,0,0,0 +129526,0,0,0,0,0 +129527,0,0,0,0,0 +129528,0,0,0,0,0 +129529,0,0,0,0,0 +129530,0,0,0,0,0 +129531,0,0,0,0,0 +129532,0,0,0,0,0 +129533,0,0,0,0,0 +129534,0,0,0,0,0 +129535,0,0,0,0,0 +129536,0,0,0,0,0 +129537,0,0,0,0,0 +129538,0,0,0,0,0 +129539,0,0,0,0,0 +129540,0,0,0,0,0 +129541,0,0,0,0,0 +129542,0,0,0,0,0 +129543,0,0,0,0,0 +129544,0,0,0,0,0 +129545,0,0,0,0,0 +129546,0,0,0,0,0 +129547,0,0,0,0,0 +129548,0,0,0,0,0 +129549,0,0,0,0,0 +129550,0,0,0,0,0 +129551,0,0,0,0,0 +129552,0,0,0,0,0 +129553,0,0,0,0,0 +129554,0,0,0,0,0 +129555,0,0,0,0,0 +129556,0,0,0,0,0 +129557,0,0,0,0,0 +129558,0,0,0,0,0 +129559,0,0,0,0,0 +129560,0,0,0,0,0 +129561,0,0,0,0,0 +129562,0,0,0,0,0 +129563,0,0,0,0,0 +129564,0,0,0,0,0 +129565,0,0,0,0,0 +129566,0,0,0,0,0 +129567,0,0,0,0,0 +129568,0,0,0,0,0 +129569,0,0,0,0,0 +129570,0,0,0,0,0 +129571,0,0,0,0,0 +129572,0,0,0,0,0 +129573,0,0,0,0,0 +129574,0,0,0,0,0 +129575,0,0,0,0,0 +129576,0,0,0,0,0 +129577,0,0,0,0,0 +129578,0,0,0,0,0 +129579,0,0,0,0,0 +129580,0,0,0,0,0 +129581,0,0,0,0,0 +129582,0,0,0,0,0 +129583,0,0,0,0,0 +129584,0,0,0,0,0 +129585,0,0,0,0,0 +129586,0,0,0,0,0 +129587,0,0,0,0,0 +129588,0,0,0,0,0 +129589,0,0,0,0,0 +129590,0,0,0,0,0 +129591,0,0,0,0,0 +129592,0,0,0,0,0 +129593,0,0,0,0,0 +129594,0,0,0,0,0 +129595,0,0,0,0,0 +129596,0,0,0,0,0 +129597,0,0,0,0,0 +129598,0,0,0,0,0 +129599,0,0,0,0,0 +129600,0,0,0,0,0 +129601,0,0,0,0,0 +129602,0,0,0,0,0 +129603,0,0,0,0,0 +129604,0,0,0,0,0 +129605,0,0,0,0,0 +129606,0,0,0,0,0 +129607,0,0,0,0,0 +129608,0,0,0,0,0 +129609,0,0,0,0,0 +129610,0,0,0,0,0 +129611,0,0,0,0,0 +129612,0,0,0,0,0 +129613,0,0,0,0,0 +129614,0,0,0,0,0 +129615,0,0,0,0,0 +129616,0,0,0,0,0 +129617,0,0,0,0,0 +129618,0,0,0,0,0 +129619,0,0,0,0,0 +129620,0,0,0,0,0 +129621,0,0,0,0,0 +129622,0,0,0,0,0 +129623,0,0,0,0,0 +129624,0,0,0,0,0 +129625,0,0,0,0,0 +129626,0,0,0,0,0 +129627,0,0,0,0,0 +129628,0,0,0,0,0 +129629,0,0,0,0,0 +129630,0,0,0,0,0 +129631,0,0,0,0,0 +129632,0,0,0,0,0 +129633,0,0,0,0,0 +129634,0,0,0,0,0 +129635,0,0,0,0,0 +129636,0,0,0,0,0 +129637,0,0,0,0,0 +129638,0,0,0,0,0 +129639,0,0,0,0,0 +129640,0,0,0,0,0 +129641,0,0,0,0,0 +129642,0,0,0,0,0 +129643,0,0,0,0,0 +129644,0,0,0,0,0 +129645,0,0,0,0,0 +129646,0,0,0,0,0 +129647,0,0,0,0,0 +129648,0,0,0,0,0 +129649,0,0,0,0,0 +129650,0,0,0,0,0 +129651,0,0,0,0,0 +129652,0,0,0,0,0 +129653,0,0,0,0,0 +129654,0,0,0,0,0 +129655,0,0,0,0,0 +129656,0,0,0,0,0 +129657,0,0,0,0,0 +129658,0,0,0,0,0 +129659,0,0,0,0,0 +129660,0,0,0,0,0 +129661,0,0,0,0,0 +129662,0,0,0,0,0 +129663,0,0,0,0,0 +129664,0,0,0,0,0 +129665,0,0,0,0,0 +129666,0,0,0,0,0 +129667,0,0,0,0,0 +129668,0,0,0,0,0 +129669,0,0,0,0,0 +129670,0,0,0,0,0 +129671,0,0,0,0,0 +129672,0,0,0,0,0 +129673,0,0,0,0,0 +129674,0,0,0,0,0 +129675,0,0,0,0,0 +129676,0,0,0,0,0 +129677,0,0,0,0,0 +129678,0,0,0,0,0 +129679,0,0,0,0,0 +129680,0,0,0,0,0 +129681,0,0,0,0,0 +129682,0,0,0,0,0 +129683,0,0,0,0,0 +129684,0,0,0,0,0 +129685,0,0,0,0,0 +129686,0,0,0,0,0 +129687,0,0,0,0,0 +129688,0,0,0,0,0 +129689,0,0,0,0,0 +129690,0,0,0,0,0 +129691,0,0,0,0,0 +129692,0,0,0,0,0 +129693,0,0,0,0,0 +129694,0,0,0,0,0 +129695,0,0,0,0,0 +129696,0,0,0,0,0 +129697,0,0,0,0,0 +129698,0,0,0,0,0 +129699,0,0,0,0,0 +129700,0,0,0,0,0 +129701,0,0,0,0,0 +129702,0,0,0,0,0 +129703,0,0,0,0,0 +129704,0,0,0,0,0 +129705,0,0,0,0,0 +129706,0,0,0,0,0 +129707,0,0,0,0,0 +129708,0,0,0,0,0 +129709,0,0,0,0,0 +129710,0,0,0,0,0 +129711,0,0,0,0,0 +129712,0,0,0,0,0 +129713,0,0,0,0,0 +129714,0,0,0,0,0 +129715,0,0,0,0,0 +129716,0,0,0,0,0 +129717,0,0,0,0,0 +129718,0,0,0,0,0 +129719,0,0,0,0,0 +129720,0,0,0,0,0 +129721,0,0,0,0,0 +129722,0,0,0,0,0 +129723,0,0,0,0,0 +129724,0,0,0,0,0 +129725,0,0,0,0,0 +129726,0,0,0,0,0 +129727,0,0,0,0,0 +129728,0,0,0,0,0 +129729,0,0,0,0,0 +129730,0,0,0,0,0 +129731,0,0,0,0,0 +129732,0,0,0,0,0 +129733,0,0,0,0,0 +129734,0,0,0,0,0 +129735,0,0,0,0,0 +129736,0,0,0,0,0 +129737,0,0,0,0,0 +129738,0,0,0,0,0 +129739,0,0,0,0,0 +129740,0,0,0,0,0 +129741,0,0,0,0,0 +129742,0,0,0,0,0 +129743,0,0,0,0,0 +129744,0,0,0,0,0 +129745,0,0,0,0,0 +129746,0,0,0,0,0 +129747,0,0,0,0,0 +129748,0,0,0,0,0 +129749,0,0,0,0,0 +129750,0,0,0,0,0 +129751,0,0,0,0,0 +129752,0,0,0,0,0 +129753,0,0,0,0,0 +129754,0,0,0,0,0 +129755,0,0,0,0,0 +129756,0,0,0,0,0 +129757,0,0,0,0,0 +129758,0,0,0,0,0 +129759,0,0,0,0,0 +129760,0,0,0,0,0 +129761,0,0,0,0,0 +129762,0,0,0,0,0 +129763,0,0,0,0,0 +129764,0,0,0,0,0 +129765,0,0,0,0,0 +129766,0,0,0,0,0 +129767,0,0,0,0,0 +129768,0,0,0,0,0 +129769,0,0,0,0,0 +129770,0,0,0,0,0 +129771,0,0,0,0,0 +129772,0,0,0,0,0 +129773,0,0,0,0,0 +129774,0,0,0,0,0 +129775,0,0,0,0,0 +129776,0,0,0,0,0 +129777,0,0,0,0,0 +129778,0,0,0,0,0 +129779,0,0,0,0,0 +129780,0,0,0,0,0 +129781,0,0,0,0,0 +129782,0,0,0,0,0 +129783,0,0,0,0,0 +129784,0,0,0,0,0 +129785,0,0,0,0,0 +129786,0,0,0,0,0 +129787,0,0,0,0,0 +129788,0,0,0,0,0 +129789,0,0,0,0,0 +129790,0,0,0,0,0 +129791,0,0,0,0,0 +129792,0,0,0,0,0 +129793,0,0,0,0,0 +129794,0,0,0,0,0 +129795,0,0,0,0,0 +129796,0,0,0,0,0 +129797,0,0,0,0,0 +129798,0,0,0,0,0 +129799,0,0,0,0,0 +129800,0,0,0,0,0 +129801,0,0,0,0,0 +129802,0,0,0,0,0 +129803,0,0,0,0,0 +129804,0,0,0,0,0 +129805,0,0,0,0,0 +129806,0,0,0,0,0 +129807,0,0,0,0,0 +129808,0,0,0,0,0 +129809,0,0,0,0,0 +129810,0,0,0,0,0 +129811,0,0,0,0,0 +129812,0,0,0,0,0 +129813,0,0,0,0,0 +129814,0,0,0,0,0 +129815,0,0,0,0,0 +129816,0,0,0,0,0 +129817,0,0,0,0,0 +129818,0,0,0,0,0 +129819,0,0,0,0,0 +129820,0,0,0,0,0 +129821,0,0,0,0,0 +129822,0,0,0,0,0 +129823,0,0,0,0,0 +129824,0,0,0,0,0 +129825,0,0,0,0,0 +129826,0,0,0,0,0 +129827,0,0,0,0,0 +129828,0,0,0,0,0 +129829,0,0,0,0,0 +129830,0,0,0,0,0 +129831,0,0,0,0,0 +129832,0,0,0,0,0 +129833,0,0,0,0,0 +129834,0,0,0,0,0 +129835,0,0,0,0,0 +129836,0,0,0,0,0 +129837,0,0,0,0,0 +129838,0,0,0,0,0 +129839,0,0,0,0,0 +129840,0,0,0,0,0 +129841,0,0,0,0,0 +129842,0,0,0,0,0 +129843,0,0,0,0,0 +129844,0,0,0,0,0 +129845,0,0,0,0,0 +129846,0,0,0,0,0 +129847,0,0,0,0,0 +129848,0,0,0,0,0 +129849,0,0,0,0,0 +129850,0,0,0,0,0 +129851,0,0,0,0,0 +129852,0,0,0,0,0 +129853,0,0,0,0,0 +129854,0,0,0,0,0 +129855,0,0,0,0,0 +129856,0,0,0,0,0 +129857,0,0,0,0,0 +129858,0,0,0,0,0 +129859,0,0,0,0,0 +129860,0,0,0,0,0 +129861,0,0,0,0,0 +129862,0,0,0,0,0 +129863,0,0,0,0,0 +129864,0,0,0,0,0 +129865,0,0,0,0,0 +129866,0,0,0,0,0 +129867,0,0,0,0,0 +129868,0,0,0,0,0 +129869,0,0,0,0,0 +129870,0,0,0,0,0 +129871,0,0,0,0,0 +129872,0,0,0,0,0 +129873,0,0,0,0,0 +129874,0,0,0,0,0 +129875,0,0,0,0,0 +129876,0,0,0,0,0 +129877,0,0,0,0,0 +129878,0,0,0,0,0 +129879,0,0,0,0,0 +129880,0,0,0,0,0 +129881,0,0,0,0,0 +129882,0,0,0,0,0 +129883,0,0,0,0,0 +129884,0,0,0,0,0 +129885,0,0,0,0,0 +129886,0,0,0,0,0 +129887,0,0,0,0,0 +129888,0,0,0,0,0 +129889,0,0,0,0,0 +129890,0,0,0,0,0 +129891,0,0,0,0,0 +129892,0,0,0,0,0 +129893,0,0,0,0,0 +129894,0,0,0,0,0 +129895,0,0,0,0,0 +129896,0,0,0,0,0 +129897,0,0,0,0,0 +129898,0,0,0,0,0 +129899,0,0,0,0,0 +129900,0,0,0,0,0 +129901,0,0,0,0,0 +129902,0,0,0,0,0 +129903,0,0,0,0,0 +129904,0,0,0,0,0 +129905,0,0,0,0,0 +129906,0,0,0,0,0 +129907,0,0,0,0,0 +129908,0,0,0,0,0 +129909,0,0,0,0,0 +129910,0,0,0,0,0 +129911,0,0,0,0,0 +129912,0,0,0,0,0 +129913,0,0,0,0,0 +129914,0,0,0,0,0 +129915,0,0,0,0,0 +129916,0,0,0,0,0 +129917,0,0,0,0,0 +129918,0,0,0,0,0 +129919,0,0,0,0,0 +129920,0,0,0,0,0 +129921,0,0,0,0,0 +129922,0,0,0,0,0 +129923,0,0,0,0,0 +129924,0,0,0,0,0 +129925,0,0,0,0,0 +129926,0,0,0,0,0 +129927,0,0,0,0,0 +129928,0,0,0,0,0 +129929,0,0,0,0,0 +129930,0,0,0,0,0 +129931,0,0,0,0,0 +129932,0,0,0,0,0 +129933,0,0,0,0,0 +129934,0,0,0,0,0 +129935,0,0,0,0,0 +129936,0,0,0,0,0 +129937,0,0,0,0,0 +129938,0,0,0,0,0 +129939,0,0,0,0,0 +129940,0,0,0,0,0 +129941,0,0,0,0,0 +129942,0,0,0,0,0 +129943,0,0,0,0,0 +129944,0,0,0,0,0 +129945,0,0,0,0,0 +129946,0,0,0,0,0 +129947,0,0,0,0,0 +129948,0,0,0,0,0 +129949,0,0,0,0,0 +129950,0,0,0,0,0 +129951,0,0,0,0,0 +129952,0,0,0,0,0 +129953,0,0,0,0,0 +129954,0,0,0,0,0 +129955,0,0,0,0,0 +129956,0,0,0,0,0 +129957,0,0,0,0,0 +129958,0,0,0,0,0 +129959,0,0,0,0,0 +129960,0,0,0,0,0 +129961,0,0,0,0,0 +129962,0,0,0,0,0 +129963,0,0,0,0,0 +129964,0,0,0,0,0 +129965,0,0,0,0,0 +129966,0,0,0,0,0 +129967,0,0,0,0,0 +129968,0,0,0,0,0 +129969,0,0,0,0,0 +129970,0,0,0,0,0 +129971,0,0,0,0,0 +129972,0,0,0,0,0 +129973,0,0,0,0,0 +129974,0,0,0,0,0 +129975,0,0,0,0,0 +129976,0,0,0,0,0 +129977,0,0,0,0,0 +129978,0,0,0,0,0 +129979,0,0,0,0,0 +129980,0,0,0,0,0 +129981,0,0,0,0,0 +129982,0,0,0,0,0 +129983,0,0,0,0,0 +129984,0,0,0,0,0 +129985,0,0,0,0,0 +129986,0,0,0,0,0 +129987,0,0,0,0,0 +129988,0,0,0,0,0 +129989,0,0,0,0,0 +129990,0,0,0,0,0 +129991,0,0,0,0,0 +129992,0,0,0,0,0 +129993,0,0,0,0,0 +129994,0,0,0,0,0 +129995,0,0,0,0,0 +129996,0,0,0,0,0 +129997,0,0,0,0,0 +129998,0,0,0,0,0 +129999,0,0,0,0,0 +130000,0,0,0,0,0 +130001,0,0,0,0,0 +130002,0,0,0,0,0 +130003,0,0,0,0,0 +130004,0,0,0,0,0 +130005,0,0,0,0,0 +130006,0,0,0,0,0 +130007,0,0,0,0,0 +130008,0,0,0,0,0 +130009,0,0,0,0,0 +130010,0,0,0,0,0 +130011,0,0,0,0,0 +130012,0,0,0,0,0 +130013,0,0,0,0,0 +130014,0,0,0,0,0 +130015,0,0,0,0,0 +130016,0,0,0,0,0 +130017,0,0,0,0,0 +130018,0,0,0,0,0 +130019,0,0,0,0,0 +130020,0,0,0,0,0 +130021,-1764.33278,-732.3085212,-1706.100872,-746.5555943,-1023.973456 +130022,-1650.353902,-321.6284298,-1594.006244,-698.3013443,-958.9816306 +130023,-1722.8353,0,-1664.259053,-729.1344953,-1004.69394 +130024,-1812.868787,0,-759.2608033,-767.3371368,-1060.542159 +130025,-1858.376309,0,-54.45860908,-786.7375575,-1089.914304 +130026,-1878.104201,0,-675.4725109,-795.2753416,-1103.848046 +130027,-1883.789121,0,-391.1839468,-797.8899764,-1109.245331 +130028,-1670.717072,0,-367.0306743,-668.4452621,-1110.399866 +130029,-730.5869192,0,-342.7072126,-372.4806152,-1109.997835 +130030,-1336.385058,0,-319.3311168,-570.7050685,-618.2202502 +130031,-1119.912513,0,-297.0643886,-492.4391805,-533.6826832 +130032,-1106.667081,0,-274.1105407,-484.6616571,-675.5132961 +130033,-1088.386593,0,-252.9808896,-476.5617305,-595.8893589 +130034,-1076.637489,0,-231.8256925,-470.0346327,-589.5210291 +130035,-1057.217858,0,-215.3281691,-461.3206171,-579.7194284 +130036,-1047.262287,0,-198.2006582,-455.3167182,-573.0375499 +130037,-1031.946596,0,-181.3801352,-448.0948471,-566.2265738 +130038,-1018.85727,0,-163.9331949,-440.6357505,-558.4052366 +130039,-1004.098042,0,-147.7309454,-434.6069781,-552.2093554 +130040,-993.1321014,0,-130.9038343,-427.8505348,-543.1729229 +130041,-977.7043196,0,-115.0106586,-421.49033,-537.6536362 +130042,-969.1310923,0,-98.49316795,-414.363158,-531.1133177 +130043,-953.0778719,0,-83.0659054,-409.5033973,-522.543274 +130044,-942.6530692,0,-67.17047754,-402.0369511,-517.7077894 +130045,-930.526493,0,-51.89796477,-396.9450505,-509.8489904 +130046,-918.1719819,0,-36.46919703,-391.1009626,-503.8606065 +130047,-907.1735277,0,-21.66351665,-384.4620104,-496.7682426 +130048,-895.9947876,0,-6.545859609,-379.7241496,-491.6336557 +130049,-884.632648,0,0,-372.8195045,-483.2933061 +130050,-873.0856681,0,0,-368.6016886,-479.0681875 +130051,-863.0404675,0,0,-362.1625729,-471.5793404 +130052,-851.1441454,0,0,-357.0630408,-465.0670434 +130053,-844.263507,0,0,-352.6275993,-460.6780809 +130054,-830.3043516,0,0,-346.6174966,-452.9014234 +130055,-823.2329915,0,0,-342.8069711,-448.4048155 +130056,-810.6989796,0,0,-336.6186603,-441.5851392 +130057,-803.4506293,0,0,-332.3010831,-435.8347634 +130058,-792.4521889,0,0,-327.5306259,-430.0228314 +130059,-783.1747384,0,0,-322.2911933,-425.3290879 +130060,-773.7947216,0,0,-318.2108033,-418.2133957 +130061,-764.3111479,0,0,-313.2554104,-413.4207562 +130062,-754.7240769,0,0,-308.6569729,-407.9816714 +130063,-746.9800697,0,0,-304.0050833,-402.4925852 +130064,-735.2366028,0,0,-299.7296732,-396.3351648 +130065,-729.3106756,0,0,-295.4098064,-391.9889624 +130066,-717.3414477,0,0,-290.6064404,-386.3567125 +130067,-711.3021787,0,0,-286.6371161,-380.0410282 +130068,-700.1290408,0,0,-282.1846476,-376.2232128 +130069,-692.954258,0,0,-277.6884691,-370.4555391 +130070,-683.6534335,0,0,-273.6049212,-365.288397 +130071,-674.2682506,0,0,-269.4864029,-360.0836976 +130072,-666.9117798,0,0,-265.3329227,-355.4991264 +130073,-658.4411538,0,0,-260.6775601,-350.2249034 +130074,-648.8323708,0,0,-257.3942607,-344.9142743 +130075,-641.3024621,0,0,-252.6677948,-340.2381466 +130076,-632.6356051,0,0,-249.3350612,-335.5348725 +130077,-623.9040122,0,0,-244.5391459,-330.1268464 +130078,-616.2119158,0,0,-241.1586684,-325.3667835 +130079,-607.3607782,0,0,-236.7839029,-321.2662259 +130080,-600.6816103,0,0,-232.8692106,-315.080146 +130081,-589.4700796,0,0,-229.1774644,-311.6259523 +130082,-582.6986176,0,0,-224.9680482,-306.4210429 +130083,-574.754778,133.6545484,0,-220.9824644,-301.5384358 +130084,-564.4727689,150.4401684,0,-216.9744925,-296.9838477 +130085,-557.5777218,139.3159314,0,-212.944769,-292.7622623 +130086,-547.173373,169.4173183,0,-209.4014838,-287.1081007 +130087,-541.3633507,184.7870943,0,-205.0774618,-283.5602024 +130088,-530.8480498,200.27942,0,-201.499852,-278.5750955 +130089,-523.8002148,215.3771182,0,-197.6503151,-273.9279775 +130090,-514.3559409,230.1910104,0,-193.5261915,-269.6234336 +130091,-507.2391471,245.0862359,0,-189.9032526,-264.9445103 +130092,-497.7049215,259.9578427,0,-186.2673002,-260.611614 +130093,-490.5224114,273.9953699,0,-182.0965809,-255.9031358 +130094,-481.5058006,288.7054674,0,-178.4347694,-251.5440695 +130095,-473.6586094,302.7667507,0,-174.76185,-247.5379027 +130096,-465.1745209,316.7948791,0,-170.8148082,-242.4253401 +130097,-456.657356,330.5547843,0,-167.1207198,-238.3981774 +130098,-449.3317818,344.6627446,0,-163.4173666,-234.36244 +130099,-439.5286433,358.1596506,0,-159.7053196,-229.2141964 +130100,-433.3829189,371.5145316,0,-155.9851968,-225.898149 +130101,-423.5185875,385.3325759,0,-152.2576332,-220.7300597 +130102,-416.0978183,398.4432859,0,-148.2562742,-217.0318975 +130103,-408.0374558,411.6958966,0,-145.0502173,-212.5871093 +130104,-399.3335946,424.7904626,0,-141.0365814,-208.1352576 +130105,-391.8552764,437.8028775,0,-137.5534037,-204.4204132 +130106,-383.1104077,450.6937646,0,-133.5294378,-199.9569463 +130107,-374.9724343,463.4788007,0,-130.3070684,-195.487884 +130108,-367.4463146,476.1758185,0,-126.2752769,-191.7598114 +130109,-358.6493364,488.7756565,0,-122.778268,-187.6551179 +130110,-351.096488,508.0777365,0,-119.1443234,-183.173138 +130111,-343.5325979,522.9219908,0,-115.6429471,-179.4352524 +130112,-335.3269498,538.3297532,0,-112.2746915,-175.3207678 +130113,-327.7432922,552.6832919,0,-108.7703378,-170.8292601 +130114,-320.7845141,567.1515523,0,-105.5345682,-167.4588876 +130115,-312.5520624,581.3493634,0,-102.0282085,-162.9628616 +130116,-305.5801472,595.3540107,0,-98.65602848,-159.0271264 +130117,-297.9685154,609.1721845,0,-95.28332815,-155.0900072 +130118,-290.3515174,622.8115755,0,-92.04515435,-151.3392444 +130119,-282.72993,636.2362801,0,-88.80664862,-147.0246773 +130120,-275.7400255,649.5921377,0,-85.29796949,-143.2720658 +130121,-267.4752604,662.6989361,0,-82.05906883,-139.3311193 +130122,-261.1156127,675.6373892,0,-78.6851089,-135.5772811 +130123,-252.8450841,688.5195606,0,-75.58101576,-131.4475318 +130124,-245.8451659,701.1158379,0,-72.07193724,-127.8806069 +130125,-238.2072053,713.7048408,0,-68.83279342,-123.7501477 +130126,-231.2045695,726.0534019,0,-65.72861278,-120.1827403 +130127,-223.5641381,738.2444167,0,-62.35444845,-116.2396264 +130128,-216.2412773,750.41093,0,-59.11525145,-112.4841577 +130129,-208.9178275,761.8174453,0,-55.87605812,-108.5408186 +130130,-201.9123562,774.389601,0,-52.63686526,-105.1607743 +130131,-193.9510977,785.7112836,0,-49.39767203,-101.0295268 +130132,-187.263563,797.3041581,0,-46.15847982,-97.64940554 +130133,-179.6203825,808.858651,0,-43.99902096,-93.70589206 +130134,-172.2955829,820.0020062,0,-41.56965073,-90.13794804 +130135,-165.2892252,831.2504834,0,-39.1402632,-86.38220693 +130136,-157.6458122,842.3909944,0,-36.17097632,-82.62646492 +130137,-150.6393835,853.1659611,0,-34.01153283,-79.24630416 +130138,-143.3144353,864.109512,0,-31.17722821,-75.30276388 +130139,-135.9894704,874.7547495,0,-28.61287016,-71.92259709 +130140,-128.6645175,885.3466763,0,-26.31845441,-68.16684726 +130141,-121.3395863,895.8211599,0,-23.34918095,-64.78667547 +130142,-113.6961424,906.3866234,0,-20.78482385,-60.84313139 +130143,-106.0526936,916.5747554,0,-18.35543484,-57.65075219 +130144,-98.56850088,926.7746428,0,-15.38616251,-53.89499922 +130145,-93.63211611,936.9398019,0,-12.68683541,-50.32703589 +130146,-87.74030388,946.8797678,0,-10.2574484,-46.75907626 +130147,-81.84848381,956.7653322,0,-7.55811963,-43.37890639 +130148,-75.63817598,966.4704391,0,-4.723822791,-39.81094332 +130149,-64.96922567,970.574871,0,0,-36.2429789 +130150,-57.96273273,979.1199044,0,0,-32.67501655 +130151,-51.59320301,987.9366754,0,0,-29.29484381 +130152,-45.54215873,996.8342413,0,0,-25.5390932 +130153,-39.17262353,1005.782524,0,0,-22.34670894 +130154,-33.12156805,1014.538182,0,0,-18.59095803 +130155,-26.75203137,1023.274416,0,0,-15.21078432 +130156,-20.70097824,1031.919273,0,0,-11.64282283 +130157,-14.49068521,1040.480717,0,0,-8.262649062 +130158,-8.439630284,1048.956319,0,0,-4.882474451 +130159,-2.229336048,1057.281389,0,0,-1.126724706 +130160,0,1065.678162,0,0,0 +130161,0,1073.907614,0,0,0 +130162,0,1081.878404,0,0,0 +130163,0,1090.063342,0,0,0 +130164,0,1097.947945,0,0,0 +130165,0,1105.816068,0,0,0 +130166,0,1113.513333,0,0,0 +130167,0,1121.363729,0,0,0 +130168,0,1133.533208,0,0,0 +130169,0,1134.751711,0,0,0 +130170,0,1151.842309,0,0,0 +130171,0,1145.336198,0,0,0 +130172,0,1171.921348,0,0,0 +130173,0,1150.073554,0,0,0 +130174,0,1166.320599,0,0,0 +130175,0,1181.500684,0,0,0 +130176,0,1180.453791,0,0,0 +130177,0,1188.317456,0,0,0 +130178,0,1194.322996,0,0,0 +130179,0,1200.039265,0,0,0 +130180,0,1205.786595,0,0,0 +130181,0,1211.224166,0,0,0 +130182,0,1216.716912,0,0,0 +130183,0,1221.955713,0,0,0 +130184,0,1227.365916,0,0,0 +130185,0,1232.307043,0,0,0 +130186,0,1237.382911,0,0,0 +130187,0,1242.154072,0,0,0 +130188,0,1247.052731,0,0,0 +130189,0,1251.835617,0,0,0 +130190,0,1256.193879,0,0,0 +130191,0,1260.840824,0,0,0 +130192,0,1265.031052,0,0,0 +130193,0,1269.535154,0,0,0 +130194,0,1273.559901,0,0,0 +130195,0,1277.840705,0,0,0 +130196,0,1281.605602,0,0,0 +130197,0,1285.653601,0,0,0 +130198,0,1289.330183,0,0,0 +130199,0,1293.122174,0,0,0 +130200,0,1296.618441,0,0,0 +130201,0,1299.785365,0,0,0 +130202,0,1302.770598,0,0,0 +130203,0,1305.628111,0,0,0 +130204,0,1308.37643,0,0,0 +130205,0,1311.02193,0,0,0 +130206,0,1313.566487,0,0,0 +130207,0,1316.011383,0,0,0 +130208,0,1318.357679,0,0,0 +130209,0,1320.605579,0,0,0 +130210,0,1322.75597,0,0,0 +130211,0,1324.808909,0,0,0 +130212,0,1326.765178,0,0,0 +130213,0,1328.624755,0,0,0 +130214,0,1330.388343,0,0,0 +130215,0,1332.055854,0,0,0 +130216,0,1333.627925,0,0,0 +130217,0,1335.187647,0,0,0 +130218,0,1336.446706,0,0,0 +130219,0,1337.793393,0,0,0 +130220,0,1338.971532,0,0,0 +130221,0,1340.067998,0,0,0 +130222,0,1341.070248,0,0,0 +130223,0,1341.977842,0,0,0 +130224,0,1342.791081,0,0,0 +130225,0,1343.510353,0,0,0 +130226,0,1344.13688,0,0,0 +130227,0,1344.669438,0,0,0 +130228,0,1345.107057,0,0,0 +130229,0,1345.452238,0,0,0 +130230,0,1345.701545,0,0,0 +130231,0,1345.473948,0,0,0 +130232,0,1345.075251,0,0,0 +130233,0,1344.540158,0,0,0 +130234,0,1343.87905,0,0,0 +130235,0,1343.097088,0,0,0 +130236,0,1342.198254,0,0,0 +130237,0,1341.184108,0,0,0 +130238,0,1340.057747,0,0,0 +130239,0,1338.819927,0,0,0 +130240,0,1337.472514,0,0,0 +130241,0,1336.016458,0,0,0 +130242,0,1334.45317,0,0,0 +130243,0,1332.698502,0,0,0 +130244,0,1331.046317,0,0,0 +130245,0,1329.106105,0,0,0 +130246,0,1327.13651,0,0,0 +130247,0,1325.050786,0,0,0 +130248,0,1322.86312,0,0,0 +130249,0,1320.574142,0,0,0 +130250,0,1318.184769,0,0,0 +130251,0,1315.695474,0,0,0 +130252,0,1313.107121,0,0,0 +130253,0,1310.420144,0,0,0 +130254,0,1307.635365,0,0,0 +130255,0,1304.753253,0,0,0 +130256,0,1301.773352,0,0,0 +130257,0,1298.698788,0,0,0 +130258,0,1295.527991,0,0,0 +130259,0,1292.262259,0,0,0 +130260,0,1288.902159,0,0,0 +130261,0,1285.630515,0,0,0 +130262,0,1282.33368,0,0,0 +130263,0,1278.969135,0,0,0 +130264,0,1275.441069,0,0,0 +130265,0,1272.027313,0,0,0 +130266,0,1268.351923,0,0,0 +130267,0,1264.660654,0,0,0 +130268,0,1260.95075,0,0,0 +130269,0,1256.959525,0,0,0 +130270,0,1253.055361,0,0,0 +130271,0,1248.916417,0,0,0 +130272,0,1244.900604,0,0,0 +130273,0,1240.629498,0,0,0 +130274,0,1236.343841,0,0,0 +130275,0,1231.962913,0,0,0 +130276,0,1227.499395,0,0,0 +130277,0,1222.874372,0,0,0 +130278,0,1218.438292,0,0,0 +130279,0,1213.561998,0,0,0 +130280,0,1208.84073,0,0,0 +130281,0,1203.959957,0,0,0 +130282,0,1198.93333,0,0,0 +130283,0,1194.016813,0,0,0 +130284,0,1188.856288,0,0,0 +130285,0,1183.68429,0,0,0 +130286,0,1178.424235,0,0,0 +130287,0,1173.083085,0,0,0 +130288,0,1167.670517,0,0,0 +130289,0,1162.179892,0,0,0 +130290,0,1156.541175,0,0,0 +130291,0,1171.68176,0,0,0 +130292,0,1114.989405,0,0,0 +130293,0,1178.220525,0,0,0 +130294,0,1095.960956,0,0,0 +130295,0,1161.292892,0,0,0 +130296,0,1094.199553,0,0,0 +130297,0,1131.77149,0,0,0 +130298,0,1101.274243,0,0,0 +130299,0,1106.570387,0,0,0 +130300,0,1096.77236,0,0,0 +130301,0,1091.147547,0,0,0 +130302,0,1084.790335,0,0,0 +130303,0,1078.43959,0,0,0 +130304,0,1071.854595,0,0,0 +130305,0,1065.283462,0,0,0 +130306,0,1058.752063,0,0,0 +130307,0,1052.023292,0,0,0 +130308,0,1045.357196,0,0,0 +130309,0,1038.454119,0,0,0 +130310,0,1031.633906,0,0,0 +130311,0,1024.694546,0,0,0 +130312,0,1017.705718,0,0,0 +130313,0,1010.658021,0,0,0 +130314,0,1003.552479,0,0,0 +130315,0,996.3897163,0,0,0 +130316,0,989.2343931,0,0,0 +130317,0,981.8698554,0,0,0 +130318,0,974.5337122,0,0,0 +130319,0,967.2363388,0,0,0 +130320,0,959.8252843,0,0,0 +130321,0,952.1364131,0,0,0 +130322,0,944.394976,0,0,0 +130323,0,936.5918391,0,0,0 +130324,0,928.7472499,0,0,0 +130325,0,920.8556012,0,0,0 +130326,0,912.9723659,0,0,0 +130327,0,904.8991762,0,0,0 +130328,0,896.8462737,0,0,0 +130329,0,888.8962451,0,0,0 +130330,0,880.6487708,0,0,0 +130331,0,872.5317133,0,0,0 +130332,0,864.3167821,0,0,0 +130333,0,856.0668615,0,0,0 +130334,0,847.838013,0,0,0 +130335,0,839.4393824,0,0,0 +130336,0,831.0676382,0,0,0 +130337,0,822.8002889,0,0,0 +130338,0,814.2638922,0,0,0 +130339,0,805.9119395,0,0,0 +130340,0,797.2950778,0,0,0 +130341,0,788.9511605,0,0,0 +130342,0,780.3008508,0,0,0 +130343,0,771.7877648,0,0,0 +130344,0,763.2019643,0,0,0 +130345,0,755.0910338,0,0,0 +130346,0,745.7397382,0,0,0 +130347,0,737.5130118,0,0,0 +130348,0,728.7598325,0,0,0 +130349,0,720.0584872,0,0,0 +130350,0,711.4535302,0,0,0 +130351,0,702.5305438,0,0,0 +130352,0,693.5594451,0,0,0 +130353,0,684.6737122,0,0,0 +130354,0,675.6299943,0,0,0 +130355,0,666.7210512,0,0,0 +130356,0,657.6634812,0,0,0 +130357,0,652.3151854,0,0,0 +130358,0,645.742621,0,0,0 +130359,0,639.169338,0,0,0 +130360,0,632.6773466,0,0,0 +130361,0,626.094628,0,0,0 +130362,0,619.5056662,0,0,0 +130363,0,613.0079515,0,0,0 +130364,0,606.4262934,0,0,0 +130365,0,599.844479,0,0,0 +130366,0,593.3586456,0,0,0 +130367,0,586.7959267,0,0,0 +130368,0,580.238407,0,0,0 +130369,0,573.7826918,0,0,0 +130370,0,567.2186542,0,0,0 +130371,0,560.7958276,0,0,0 +130372,0,554.2682966,0,0,0 +130373,0,547.8799201,0,0,0 +130374,0,541.4299812,0,0,0 +130375,0,534.9988986,0,0,0 +130376,0,528.6756616,0,0,0 +130377,0,522.2666072,0,0,0 +130378,0,516.346628,0,0,0 +130379,0,509.5123303,0,0,0 +130380,0,503.5540365,0,0,0 +130381,0,0,0,0,0 +130382,0,0,0,0,0 +130383,0,0,0,0,0 +130384,0,0,0,0,0 +130385,0,0,0,0,0 +130386,0,0,0,0,0 +130387,0,0,0,0,0 +130388,0,0,0,0,0 +130389,0,0,0,0,0 +130390,0,0,0,0,0 +130391,0,0,0,0,0 +130392,0,0,0,0,0 +130393,0,0,0,0,0 +130394,0,0,0,0,0 +130395,0,0,0,0,0 +130396,0,0,0,0,0 +130397,0,0,0,0,0 +130398,0,0,0,0,0 +130399,0,0,0,0,0 +130400,0,0,0,0,0 +130401,0,0,0,0,0 +130402,0,0,0,0,0 +130403,0,0,0,0,0 +130404,0,0,0,0,0 +130405,0,0,0,0,0 +130406,0,0,0,0,0 +130407,0,0,0,0,0 +130408,0,0,0,0,0 +130409,0,0,0,0,0 +130410,0,0,0,0,0 +130411,0,0,0,0,0 +130412,0,0,0,0,0 +130413,0,0,0,0,0 +130414,0,0,0,0,0 +130415,0,0,0,0,0 +130416,0,0,0,0,0 +130417,0,0,0,0,0 +130418,0,0,0,0,0 +130419,0,0,0,0,0 +130420,0,0,0,0,0 +130421,0,0,0,0,0 +130422,0,0,0,0,0 +130423,0,0,0,0,0 +130424,0,0,0,0,0 +130425,0,0,0,0,0 +130426,0,0,0,0,0 +130427,0,0,0,0,0 +130428,0,0,0,0,0 +130429,0,0,0,0,0 +130430,0,0,0,0,0 +130431,0,0,0,0,0 +130432,0,0,0,0,0 +130433,0,0,0,0,0 +130434,0,0,0,0,0 +130435,0,0,0,0,0 +130436,0,0,0,0,0 +130437,0,0,0,0,0 +130438,0,0,0,0,0 +130439,0,0,0,0,0 +130440,0,0,0,0,0 +130441,0,0,0,0,0 +130442,0,0,0,0,0 +130443,0,0,0,0,0 +130444,0,0,0,0,0 +130445,0,0,0,0,0 +130446,0,0,0,0,0 +130447,0,0,0,0,0 +130448,0,0,0,0,0 +130449,0,0,0,0,0 +130450,0,0,0,0,0 +130451,0,0,0,0,0 +130452,0,0,0,0,0 +130453,0,0,0,0,0 +130454,0,0,0,0,0 +130455,0,0,0,0,0 +130456,0,0,0,0,0 +130457,0,0,0,0,0 +130458,0,0,0,0,0 +130459,0,0,0,0,0 +130460,0,0,0,0,0 +130461,0,0,0,0,0 +130462,0,0,0,0,0 +130463,0,0,0,0,0 +130464,0,0,0,0,0 +130465,0,0,0,0,0 +130466,0,0,0,0,0 +130467,0,0,0,0,0 +130468,0,0,0,0,0 +130469,0,0,0,0,0 +130470,0,0,0,0,0 +130471,0,0,0,0,0 +130472,0,0,0,0,0 +130473,0,0,0,0,0 +130474,0,0,0,0,0 +130475,0,0,0,0,0 +130476,0,0,0,0,0 +130477,0,0,0,0,0 +130478,0,0,0,0,0 +130479,0,0,0,0,0 +130480,0,0,0,0,0 +130481,0,0,0,0,0 +130482,0,0,0,0,0 +130483,0,0,0,0,0 +130484,0,0,0,0,0 +130485,0,0,0,0,0 +130486,0,0,0,0,0 +130487,0,0,0,0,0 +130488,0,0,0,0,0 +130489,0,0,0,0,0 +130490,0,0,0,0,0 +130491,0,0,0,0,0 +130492,0,0,0,0,0 +130493,0,0,0,0,0 +130494,0,0,0,0,0 +130495,0,0,0,0,0 +130496,0,0,0,0,0 +130497,0,0,0,0,0 +130498,0,0,0,0,0 +130499,0,0,0,0,0 +130500,0,0,0,0,0 +130501,0,0,0,0,0 +130502,0,0,0,0,0 +130503,0,0,0,0,0 +130504,0,0,0,0,0 +130505,0,0,0,0,0 +130506,0,0,0,0,0 +130507,0,0,0,0,0 +130508,0,0,0,0,0 +130509,0,0,0,0,0 +130510,0,0,0,0,0 +130511,0,0,0,0,0 +130512,0,0,0,0,0 +130513,0,0,0,0,0 +130514,0,0,0,0,0 +130515,0,0,0,0,0 +130516,0,0,0,0,0 +130517,0,0,0,0,0 +130518,0,0,0,0,0 +130519,0,0,0,0,0 +130520,0,0,0,0,0 +130521,0,0,0,0,0 +130522,0,0,0,0,0 +130523,0,0,0,0,0 +130524,0,0,0,0,0 +130525,0,0,0,0,0 +130526,0,0,0,0,0 +130527,0,0,0,0,0 +130528,0,0,0,0,0 +130529,0,0,0,0,0 +130530,0,0,0,0,0 +130531,0,0,0,0,0 +130532,0,0,0,0,0 +130533,0,0,0,0,0 +130534,0,0,0,0,0 +130535,0,0,0,0,0 +130536,0,0,0,0,0 +130537,0,0,0,0,0 +130538,0,0,0,0,0 +130539,0,0,0,0,0 +130540,0,0,0,0,0 +130541,0,0,0,0,0 +130542,0,0,0,0,0 +130543,0,0,0,0,0 +130544,0,0,0,0,0 +130545,0,0,0,0,0 +130546,0,0,0,0,0 +130547,0,0,0,0,0 +130548,0,0,0,0,0 +130549,0,0,0,0,0 +130550,0,0,0,0,0 +130551,0,0,0,0,0 +130552,0,0,0,0,0 +130553,0,0,0,0,0 +130554,0,0,0,0,0 +130555,0,0,0,0,0 +130556,0,0,0,0,0 +130557,0,0,0,0,0 +130558,0,0,0,0,0 +130559,0,0,0,0,0 +130560,0,0,0,0,0 +130561,0,0,0,0,0 +130562,0,0,0,0,0 +130563,0,0,0,0,0 +130564,0,0,0,0,0 +130565,0,0,0,0,0 +130566,0,0,0,0,0 +130567,0,0,0,0,0 +130568,0,0,0,0,0 +130569,0,0,0,0,0 +130570,0,0,0,0,0 +130571,0,0,0,0,0 +130572,0,0,0,0,0 +130573,0,0,0,0,0 +130574,0,0,0,0,0 +130575,0,0,0,0,0 +130576,0,0,0,0,0 +130577,0,0,0,0,0 +130578,0,0,0,0,0 +130579,0,0,0,0,0 +130580,0,0,0,0,0 +130581,0,0,0,0,0 +130582,0,0,0,0,0 +130583,0,0,0,0,0 +130584,0,0,0,0,0 +130585,0,0,0,0,0 +130586,0,0,0,0,0 +130587,0,0,0,0,0 +130588,0,0,0,0,0 +130589,0,0,0,0,0 +130590,0,0,0,0,0 +130591,0,0,0,0,0 +130592,0,0,0,0,0 +130593,0,0,0,0,0 +130594,0,0,0,0,0 +130595,0,0,0,0,0 +130596,0,0,0,0,0 +130597,0,0,0,0,0 +130598,0,0,0,0,0 +130599,0,0,0,0,0 +130600,0,0,0,0,0 +130601,0,0,0,0,0 +130602,0,0,0,0,0 +130603,0,0,0,0,0 +130604,0,0,0,0,0 +130605,0,0,0,0,0 +130606,0,0,0,0,0 +130607,0,0,0,0,0 +130608,0,0,0,0,0 +130609,0,0,0,0,0 +130610,0,0,0,0,0 +130611,0,0,0,0,0 +130612,0,0,0,0,0 +130613,0,0,0,0,0 +130614,0,0,0,0,0 +130615,0,0,0,0,0 +130616,0,0,0,0,0 +130617,0,0,0,0,0 +130618,0,0,0,0,0 +130619,0,0,0,0,0 +130620,0,0,0,0,0 +130621,0,0,0,0,0 +130622,0,0,0,0,0 +130623,0,0,0,0,0 +130624,0,0,0,0,0 +130625,0,0,0,0,0 +130626,0,0,0,0,0 +130627,0,0,0,0,0 +130628,0,0,0,0,0 +130629,0,0,0,0,0 +130630,0,0,0,0,0 +130631,0,0,0,0,0 +130632,0,0,0,0,0 +130633,0,0,0,0,0 +130634,0,0,0,0,0 +130635,0,0,0,0,0 +130636,0,0,0,0,0 +130637,0,0,0,0,0 +130638,0,0,0,0,0 +130639,0,0,0,0,0 +130640,0,0,0,0,0 +130641,0,0,0,0,0 +130642,0,0,0,0,0 +130643,0,0,0,0,0 +130644,0,0,0,0,0 +130645,0,0,0,0,0 +130646,0,0,0,0,0 +130647,0,0,0,0,0 +130648,0,0,0,0,0 +130649,0,0,0,0,0 +130650,0,0,0,0,0 +130651,0,0,0,0,0 +130652,0,0,0,0,0 +130653,0,0,0,0,0 +130654,0,0,0,0,0 +130655,0,0,0,0,0 +130656,0,0,0,0,0 +130657,0,0,0,0,0 +130658,0,0,0,0,0 +130659,0,0,0,0,0 +130660,0,0,0,0,0 +130661,0,0,0,0,0 +130662,0,0,0,0,0 +130663,0,0,0,0,0 +130664,0,0,0,0,0 +130665,0,0,0,0,0 +130666,0,0,0,0,0 +130667,0,0,0,0,0 +130668,0,0,0,0,0 +130669,0,0,0,0,0 +130670,0,0,0,0,0 +130671,0,0,0,0,0 +130672,0,0,0,0,0 +130673,0,0,0,0,0 +130674,0,0,0,0,0 +130675,0,0,0,0,0 +130676,0,0,0,0,0 +130677,0,0,0,0,0 +130678,0,0,0,0,0 +130679,0,0,0,0,0 +130680,0,0,0,0,0 +130681,0,0,0,0,0 +130682,0,0,0,0,0 +130683,0,0,0,0,0 +130684,0,0,0,0,0 +130685,0,0,0,0,0 +130686,0,0,0,0,0 +130687,0,0,0,0,0 +130688,0,0,0,0,0 +130689,0,0,0,0,0 +130690,0,0,0,0,0 +130691,0,0,0,0,0 +130692,0,0,0,0,0 +130693,0,0,0,0,0 +130694,0,0,0,0,0 +130695,0,0,0,0,0 +130696,0,0,0,0,0 +130697,0,0,0,0,0 +130698,0,0,0,0,0 +130699,0,0,0,0,0 +130700,0,0,0,0,0 +130701,0,0,0,0,0 +130702,0,0,0,0,0 +130703,0,0,0,0,0 +130704,0,0,0,0,0 +130705,0,0,0,0,0 +130706,0,0,0,0,0 +130707,0,0,0,0,0 +130708,0,0,0,0,0 +130709,0,0,0,0,0 +130710,0,0,0,0,0 +130711,0,0,0,0,0 +130712,0,0,0,0,0 +130713,0,0,0,0,0 +130714,0,0,0,0,0 +130715,0,0,0,0,0 +130716,0,0,0,0,0 +130717,0,0,0,0,0 +130718,0,0,0,0,0 +130719,0,0,0,0,0 +130720,0,0,0,0,0 +130721,0,0,0,0,0 +130722,0,0,0,0,0 +130723,0,0,0,0,0 +130724,0,0,0,0,0 +130725,0,0,0,0,0 +130726,0,0,0,0,0 +130727,0,0,0,0,0 +130728,0,0,0,0,0 +130729,0,0,0,0,0 +130730,0,0,0,0,0 +130731,0,0,0,0,0 +130732,0,0,0,0,0 +130733,0,0,0,0,0 +130734,0,0,0,0,0 +130735,0,0,0,0,0 +130736,0,0,0,0,0 +130737,0,0,0,0,0 +130738,0,0,0,0,0 +130739,0,0,0,0,0 +130740,0,0,0,0,0 +130741,0,0,0,0,0 +130742,0,0,0,0,0 +130743,0,0,0,0,0 +130744,0,0,0,0,0 +130745,0,0,0,0,0 +130746,0,0,0,0,0 +130747,0,0,0,0,0 +130748,0,0,0,0,0 +130749,0,0,0,0,0 +130750,0,0,0,0,0 +130751,0,0,0,0,0 +130752,0,0,0,0,0 +130753,0,0,0,0,0 +130754,0,0,0,0,0 +130755,0,0,0,0,0 +130756,0,0,0,0,0 +130757,0,0,0,0,0 +130758,0,0,0,0,0 +130759,0,0,0,0,0 +130760,0,0,0,0,0 +130761,0,0,0,0,0 +130762,0,0,0,0,0 +130763,0,0,0,0,0 +130764,0,0,0,0,0 +130765,0,0,0,0,0 +130766,0,0,0,0,0 +130767,0,0,0,0,0 +130768,0,0,0,0,0 +130769,0,0,0,0,0 +130770,0,0,0,0,0 +130771,0,0,0,0,0 +130772,0,0,0,0,0 +130773,0,0,0,0,0 +130774,0,0,0,0,0 +130775,0,0,0,0,0 +130776,0,0,0,0,0 +130777,0,0,0,0,0 +130778,0,0,0,0,0 +130779,0,0,0,0,0 +130780,0,0,0,0,0 +130781,0,0,0,0,0 +130782,0,0,0,0,0 +130783,0,0,0,0,0 +130784,0,0,0,0,0 +130785,0,0,0,0,0 +130786,0,0,0,0,0 +130787,0,0,0,0,0 +130788,0,0,0,0,0 +130789,0,0,0,0,0 +130790,0,0,0,0,0 +130791,0,0,0,0,0 +130792,0,0,0,0,0 +130793,0,0,0,0,0 +130794,0,0,0,0,0 +130795,0,0,0,0,0 +130796,0,0,0,0,0 +130797,0,0,0,0,0 +130798,0,0,0,0,0 +130799,0,0,0,0,0 +130800,0,0,0,0,0 +130801,0,0,0,0,0 +130802,0,0,0,0,0 +130803,0,0,0,0,0 +130804,0,0,0,0,0 +130805,0,0,0,0,0 +130806,0,0,0,0,0 +130807,0,0,0,0,0 +130808,0,0,0,0,0 +130809,0,0,0,0,0 +130810,0,0,0,0,0 +130811,0,0,0,0,0 +130812,0,0,0,0,0 +130813,0,0,0,0,0 +130814,0,0,0,0,0 +130815,0,0,0,0,0 +130816,0,0,0,0,0 +130817,0,0,0,0,0 +130818,0,0,0,0,0 +130819,0,0,0,0,0 +130820,0,0,0,0,0 +130821,0,0,0,0,0 +130822,0,0,0,0,0 +130823,0,0,0,0,0 +130824,0,0,0,0,0 +130825,0,0,0,0,0 +130826,0,0,0,0,0 +130827,0,0,0,0,0 +130828,0,0,0,0,0 +130829,0,0,0,0,0 +130830,0,0,0,0,0 +130831,0,0,0,0,0 +130832,0,0,0,0,0 +130833,0,0,0,0,0 +130834,0,0,0,0,0 +130835,0,0,0,0,0 +130836,0,0,0,0,0 +130837,0,0,0,0,0 +130838,0,0,0,0,0 +130839,0,0,0,0,0 +130840,0,0,0,0,0 +130841,0,0,0,0,0 +130842,0,0,0,0,0 +130843,0,0,0,0,0 +130844,0,0,0,0,0 +130845,0,0,0,0,0 +130846,0,0,0,0,0 +130847,0,0,0,0,0 +130848,0,0,0,0,0 +130849,0,0,0,0,0 +130850,0,0,0,0,0 +130851,0,0,0,0,0 +130852,0,0,0,0,0 +130853,0,0,0,0,0 +130854,0,0,0,0,0 +130855,0,0,0,0,0 +130856,0,0,0,0,0 +130857,0,0,0,0,0 +130858,0,0,0,0,0 +130859,0,0,0,0,0 +130860,0,0,0,0,0 +130861,0,0,0,0,0 +130862,0,0,0,0,0 +130863,0,0,0,0,0 +130864,0,0,0,0,0 +130865,0,0,0,0,0 +130866,0,0,0,0,0 +130867,0,0,0,0,0 +130868,0,0,0,0,0 +130869,0,0,0,0,0 +130870,0,0,0,0,0 +130871,0,0,0,0,0 +130872,0,0,0,0,0 +130873,0,0,0,0,0 +130874,0,0,0,0,0 +130875,0,0,0,0,0 +130876,0,0,0,0,0 +130877,0,0,0,0,0 +130878,0,0,0,0,0 +130879,0,0,0,0,0 +130880,0,0,0,0,0 +130881,0,0,0,0,0 +130882,0,0,0,0,0 +130883,0,0,0,0,0 +130884,0,0,0,0,0 +130885,0,0,0,0,0 +130886,0,0,0,0,0 +130887,0,0,0,0,0 +130888,0,0,0,0,0 +130889,0,0,0,0,0 +130890,0,0,0,0,0 +130891,0,0,0,0,0 +130892,0,0,0,0,0 +130893,0,0,0,0,0 +130894,0,0,0,0,0 +130895,0,0,0,0,0 +130896,0,0,0,0,0 +130897,0,0,0,0,0 +130898,0,0,0,0,0 +130899,0,0,0,0,0 +130900,0,0,0,0,0 +130901,0,0,0,0,0 +130902,0,0,0,0,0 +130903,0,0,0,0,0 +130904,0,0,0,0,0 +130905,0,0,0,0,0 +130906,0,0,0,0,0 +130907,0,0,0,0,0 +130908,0,0,0,0,0 +130909,0,0,0,0,0 +130910,0,0,0,0,0 +130911,0,0,0,0,0 +130912,0,0,0,0,0 +130913,0,0,0,0,0 +130914,0,0,0,0,0 +130915,0,0,0,0,0 +130916,0,0,0,0,0 +130917,0,0,0,0,0 +130918,0,0,0,0,0 +130919,0,0,0,0,0 +130920,0,0,0,0,0 +130921,0,0,0,0,0 +130922,0,0,0,0,0 +130923,0,0,0,0,0 +130924,0,0,0,0,0 +130925,0,0,0,0,0 +130926,0,0,0,0,0 +130927,0,0,0,0,0 +130928,0,0,0,0,0 +130929,0,0,0,0,0 +130930,0,0,0,0,0 +130931,0,0,0,0,0 +130932,0,0,0,0,0 +130933,0,0,0,0,0 +130934,0,0,0,0,0 +130935,0,0,0,0,0 +130936,0,0,0,0,0 +130937,0,0,0,0,0 +130938,0,0,0,0,0 +130939,0,0,0,0,0 +130940,0,0,0,0,0 +130941,0,0,0,0,0 +130942,0,0,0,0,0 +130943,0,0,0,0,0 +130944,0,0,0,0,0 +130945,0,0,0,0,0 +130946,0,0,0,0,0 +130947,0,0,0,0,0 +130948,0,0,0,0,0 +130949,0,0,0,0,0 +130950,0,0,0,0,0 +130951,0,0,0,0,0 +130952,0,0,0,0,0 +130953,0,0,0,0,0 +130954,0,0,0,0,0 +130955,0,0,0,0,0 +130956,0,0,0,0,0 +130957,0,0,0,0,0 +130958,0,0,0,0,0 +130959,0,0,0,0,0 +130960,0,0,0,0,0 +130961,0,0,0,0,0 +130962,0,0,0,0,0 +130963,0,0,0,0,0 +130964,0,0,0,0,0 +130965,0,0,0,0,0 +130966,0,0,0,0,0 +130967,0,0,0,0,0 +130968,0,0,0,0,0 +130969,0,0,0,0,0 +130970,0,0,0,0,0 +130971,0,0,0,0,0 +130972,0,0,0,0,0 +130973,0,0,0,0,0 +130974,0,0,0,0,0 +130975,0,0,0,0,0 +130976,0,0,0,0,0 +130977,0,0,0,0,0 +130978,0,0,0,0,0 +130979,0,0,0,0,0 +130980,0,0,0,0,0 +130981,0,0,0,0,0 +130982,0,0,0,0,0 +130983,0,0,0,0,0 +130984,0,0,0,0,0 +130985,0,0,0,0,0 +130986,0,0,0,0,0 +130987,0,0,0,0,0 +130988,0,0,0,0,0 +130989,0,0,0,0,0 +130990,0,0,0,0,0 +130991,0,0,0,0,0 +130992,0,0,0,0,0 +130993,0,0,0,0,0 +130994,0,0,0,0,0 +130995,0,0,0,0,0 +130996,0,0,0,0,0 +130997,0,0,0,0,0 +130998,0,0,0,0,0 +130999,0,0,0,0,0 +131000,0,0,0,0,0 +131001,0,0,0,0,0 +131002,0,0,0,0,0 +131003,0,0,0,0,0 +131004,0,0,0,0,0 +131005,0,0,0,0,0 +131006,0,0,0,0,0 +131007,0,0,0,0,0 +131008,0,0,0,0,0 +131009,0,0,0,0,0 +131010,0,0,0,0,0 +131011,0,0,0,0,0 +131012,0,0,0,0,0 +131013,0,0,0,0,0 +131014,0,0,0,0,0 +131015,0,0,0,0,0 +131016,0,0,0,0,0 +131017,0,0,0,0,0 +131018,0,0,0,0,0 +131019,0,0,0,0,0 +131020,0,0,0,0,0 +131021,0,0,0,0,0 +131022,0,0,0,0,0 +131023,0,0,0,0,0 +131024,0,0,0,0,0 +131025,0,0,0,0,0 +131026,0,0,0,0,0 +131027,0,0,0,0,0 +131028,0,0,0,0,0 +131029,0,0,0,0,0 +131030,0,0,0,0,0 +131031,0,0,0,0,0 +131032,0,0,0,0,0 +131033,0,0,0,0,0 +131034,0,0,0,0,0 +131035,0,0,0,0,0 +131036,0,0,0,0,0 +131037,0,0,0,0,0 +131038,0,0,0,0,0 +131039,0,0,0,0,0 +131040,0,0,0,0,0 +131041,0,0,0,0,0 +131042,0,0,0,0,0 +131043,0,0,0,0,0 +131044,0,0,0,0,0 +131045,0,0,0,0,0 +131046,0,0,0,0,0 +131047,0,0,0,0,0 +131048,0,0,0,0,0 +131049,0,0,0,0,0 +131050,0,0,0,0,0 +131051,0,0,0,0,0 +131052,0,0,0,0,0 +131053,0,0,0,0,0 +131054,0,0,0,0,0 +131055,0,0,0,0,0 +131056,0,0,0,0,0 +131057,0,0,0,0,0 +131058,0,0,0,0,0 +131059,0,0,0,0,0 +131060,0,0,0,0,0 +131061,0,0,0,0,0 +131062,0,0,0,0,0 +131063,0,0,0,0,0 +131064,0,0,0,0,0 +131065,0,0,0,0,0 +131066,0,0,0,0,0 +131067,0,0,0,0,0 +131068,0,0,0,0,0 +131069,0,0,0,0,0 +131070,0,0,0,0,0 +131071,0,0,0,0,0 +131072,0,0,0,0,0 +131073,0,0,0,0,0 +131074,0,0,0,0,0 +131075,0,0,0,0,0 +131076,0,0,0,0,0 +131077,0,0,0,0,0 +131078,0,0,0,0,0 +131079,0,0,0,0,0 +131080,0,0,0,0,0 +131081,0,0,0,0,0 +131082,0,0,0,0,0 +131083,0,0,0,0,0 +131084,0,0,0,0,0 +131085,0,0,0,0,0 +131086,0,0,0,0,0 +131087,0,0,0,0,0 +131088,0,0,0,0,0 +131089,0,0,0,0,0 +131090,0,0,0,0,0 +131091,0,0,0,0,0 +131092,0,0,0,0,0 +131093,0,0,0,0,0 +131094,0,0,0,0,0 +131095,0,0,0,0,0 +131096,0,0,0,0,0 +131097,0,0,0,0,0 +131098,0,0,0,0,0 +131099,0,0,0,0,0 +131100,0,0,0,0,0 +131101,0,0,0,0,0 +131102,0,0,0,0,0 +131103,0,0,0,0,0 +131104,0,0,0,0,0 +131105,0,0,0,0,0 +131106,0,0,0,0,0 +131107,0,0,0,0,0 +131108,0,0,0,0,0 +131109,0,0,0,0,0 +131110,0,0,0,0,0 +131111,0,0,0,0,0 +131112,0,0,0,0,0 +131113,0,0,0,0,0 +131114,0,0,0,0,0 +131115,0,0,0,0,0 +131116,0,0,0,0,0 +131117,0,0,0,0,0 +131118,0,0,0,0,0 +131119,0,0,0,0,0 +131120,0,0,0,0,0 +131121,0,0,0,0,0 +131122,0,0,0,0,0 +131123,0,0,0,0,0 +131124,0,0,0,0,0 +131125,0,0,0,0,0 +131126,0,0,0,0,0 +131127,0,0,0,0,0 +131128,0,0,0,0,0 +131129,0,0,0,0,0 +131130,0,0,0,0,0 +131131,0,0,0,0,0 +131132,0,0,0,0,0 +131133,0,0,0,0,0 +131134,0,0,0,0,0 +131135,0,0,0,0,0 +131136,0,0,0,0,0 +131137,0,0,0,0,0 +131138,0,0,0,0,0 +131139,0,0,0,0,0 +131140,0,0,0,0,0 +131141,0,0,0,0,0 +131142,0,0,0,0,0 +131143,0,0,0,0,0 +131144,0,0,0,0,0 +131145,0,0,0,0,0 +131146,0,0,0,0,0 +131147,0,0,0,0,0 +131148,0,0,0,0,0 +131149,0,0,0,0,0 +131150,0,0,0,0,0 +131151,0,0,0,0,0 +131152,0,0,0,0,0 +131153,0,0,0,0,0 +131154,0,0,0,0,0 +131155,0,0,0,0,0 +131156,0,0,0,0,0 +131157,0,0,0,0,0 +131158,0,0,0,0,0 +131159,0,0,0,0,0 +131160,0,0,0,0,0 +131161,0,0,0,0,0 +131162,0,0,0,0,0 +131163,0,0,0,0,0 +131164,0,0,0,0,0 +131165,0,0,0,0,0 +131166,0,0,0,0,0 +131167,0,0,0,0,0 +131168,0,0,0,0,0 +131169,0,0,0,0,0 +131170,0,0,0,0,0 +131171,0,0,0,0,0 +131172,0,0,0,0,0 +131173,0,0,0,0,0 +131174,0,0,0,0,0 +131175,0,0,0,0,0 +131176,0,0,0,0,0 +131177,0,0,0,0,0 +131178,0,0,0,0,0 +131179,0,0,0,0,0 +131180,0,0,0,0,0 +131181,0,0,0,0,0 +131182,0,0,0,0,0 +131183,0,0,0,0,0 +131184,0,0,0,0,0 +131185,0,0,0,0,0 +131186,0,0,0,0,0 +131187,0,0,0,0,0 +131188,0,0,0,0,0 +131189,0,0,0,0,0 +131190,0,0,0,0,0 +131191,0,0,0,0,0 +131192,0,0,0,0,0 +131193,0,0,0,0,0 +131194,0,0,0,0,0 +131195,0,0,0,0,0 +131196,0,0,0,0,0 +131197,0,0,0,0,0 +131198,0,0,0,0,0 +131199,0,0,0,0,0 +131200,0,0,0,0,0 +131201,0,0,0,0,0 +131202,0,0,0,0,0 +131203,0,0,0,0,0 +131204,0,0,0,0,0 +131205,0,0,0,0,0 +131206,0,0,0,0,0 +131207,0,0,0,0,0 +131208,0,0,0,0,0 +131209,0,0,0,0,0 +131210,0,0,0,0,0 +131211,0,0,0,0,0 +131212,0,0,0,0,0 +131213,0,0,0,0,0 +131214,0,0,0,0,0 +131215,0,0,0,0,0 +131216,0,0,0,0,0 +131217,0,0,0,0,0 +131218,0,0,0,0,0 +131219,0,0,0,0,0 +131220,0,0,0,0,0 +131221,0,0,0,0,0 +131222,0,0,0,0,0 +131223,0,0,0,0,0 +131224,0,0,0,0,0 +131225,0,0,0,0,0 +131226,0,0,0,0,0 +131227,0,0,0,0,0 +131228,0,0,0,0,0 +131229,0,0,0,0,0 +131230,0,0,0,0,0 +131231,0,0,0,0,0 +131232,0,0,0,0,0 +131233,0,0,0,0,0 +131234,0,0,0,0,0 +131235,0,0,0,0,0 +131236,0,0,0,0,0 +131237,0,0,0,0,0 +131238,0,0,0,0,0 +131239,0,0,0,0,0 +131240,0,0,0,0,0 +131241,0,0,0,0,0 +131242,0,0,0,0,0 +131243,0,0,0,0,0 +131244,0,0,0,0,0 +131245,0,0,0,0,0 +131246,0,0,0,0,0 +131247,0,0,0,0,0 +131248,0,0,0,0,0 +131249,0,0,0,0,0 +131250,0,0,0,0,0 +131251,0,0,0,0,0 +131252,0,0,0,0,0 +131253,0,0,0,0,0 +131254,0,0,0,0,0 +131255,0,0,0,0,0 +131256,0,0,0,0,0 +131257,0,0,0,0,0 +131258,0,0,0,0,0 +131259,0,0,0,0,0 +131260,0,0,0,0,0 +131261,0,0,0,0,0 +131262,0,0,0,0,0 +131263,0,0,0,0,0 +131264,0,0,0,0,0 +131265,0,0,0,0,0 +131266,0,0,0,0,0 +131267,0,0,0,0,0 +131268,0,0,0,0,0 +131269,0,0,0,0,0 +131270,0,0,0,0,0 +131271,0,0,0,0,0 +131272,0,0,0,0,0 +131273,0,0,0,0,0 +131274,0,0,0,0,0 +131275,0,0,0,0,0 +131276,0,0,0,0,0 +131277,0,0,0,0,0 +131278,0,0,0,0,0 +131279,0,0,0,0,0 +131280,0,0,0,0,0 +131281,0,0,0,0,0 +131282,0,0,0,0,0 +131283,0,0,0,0,0 +131284,0,0,0,0,0 +131285,0,0,0,0,0 +131286,0,0,0,0,0 +131287,0,0,0,0,0 +131288,0,0,0,0,0 +131289,0,0,0,0,0 +131290,0,0,0,0,0 +131291,0,0,0,0,0 +131292,0,0,0,0,0 +131293,0,0,0,0,0 +131294,0,0,0,0,0 +131295,0,0,0,0,0 +131296,0,0,0,0,0 +131297,0,0,0,0,0 +131298,0,0,0,0,0 +131299,0,0,0,0,0 +131300,0,0,0,0,0 +131301,0,0,0,0,0 +131302,0,0,0,0,0 +131303,0,0,0,0,0 +131304,0,0,0,0,0 +131305,0,0,0,0,0 +131306,0,0,0,0,0 +131307,0,0,0,0,0 +131308,0,0,0,0,0 +131309,0,0,0,0,0 +131310,0,0,0,0,0 +131311,0,0,0,0,0 +131312,0,0,0,0,0 +131313,0,0,0,0,0 +131314,0,0,0,0,0 +131315,0,0,0,0,0 +131316,0,0,0,0,0 +131317,0,0,0,0,0 +131318,0,0,0,0,0 +131319,0,0,0,0,0 +131320,0,0,0,0,0 +131321,0,0,0,0,0 +131322,0,0,0,0,0 +131323,0,0,0,0,0 +131324,0,0,0,0,0 +131325,0,0,0,0,0 +131326,0,0,0,0,0 +131327,0,0,0,0,0 +131328,0,0,0,0,0 +131329,0,0,0,0,0 +131330,0,0,0,0,0 +131331,0,0,0,0,0 +131332,0,0,0,0,0 +131333,0,0,0,0,0 +131334,0,0,0,0,0 +131335,0,0,0,0,0 +131336,0,0,0,0,0 +131337,0,0,0,0,0 +131338,0,0,0,0,0 +131339,0,0,0,0,0 +131340,0,0,0,0,0 +131341,0,0,0,0,0 +131342,0,0,0,0,0 +131343,0,0,0,0,0 +131344,0,0,0,0,0 +131345,0,0,0,0,0 +131346,0,0,0,0,0 +131347,0,0,0,0,0 +131348,0,0,0,0,0 +131349,0,0,0,0,0 +131350,0,0,0,0,0 +131351,0,0,0,0,0 +131352,0,0,0,0,0 +131353,0,0,0,0,0 +131354,0,0,0,0,0 +131355,0,0,0,0,0 +131356,0,0,0,0,0 +131357,0,0,0,0,0 +131358,0,0,0,0,0 +131359,0,0,0,0,0 +131360,0,0,0,0,0 +131361,0,0,0,0,0 +131362,0,0,0,0,0 +131363,0,0,0,0,0 +131364,0,0,0,0,0 +131365,0,0,0,0,0 +131366,0,0,0,0,0 +131367,0,0,0,0,0 +131368,0,0,0,0,0 +131369,0,0,0,0,0 +131370,0,0,0,0,0 +131371,0,0,0,0,0 +131372,0,0,0,0,0 +131373,0,0,0,0,0 +131374,0,0,0,0,0 +131375,0,0,0,0,0 +131376,0,0,0,0,0 +131377,0,0,0,0,0 +131378,0,0,0,0,0 +131379,0,0,0,0,0 +131380,0,0,0,0,0 +131381,0,0,0,0,0 +131382,0,0,0,0,0 +131383,0,0,0,0,0 +131384,0,0,0,0,0 +131385,0,0,0,0,0 +131386,0,0,0,0,0 +131387,0,0,0,0,0 +131388,0,0,0,0,0 +131389,0,0,0,0,0 +131390,0,0,0,0,0 +131391,0,0,0,0,0 +131392,0,0,0,0,0 +131393,0,0,0,0,0 +131394,0,0,0,0,0 +131395,0,0,0,0,0 +131396,0,0,0,0,0 +131397,0,0,0,0,0 +131398,0,0,0,0,0 +131399,0,0,0,0,0 +131400,0,0,0,0,0 +131401,0,0,0,0,0 +131402,0,0,0,0,0 +131403,0,0,0,0,0 +131404,0,0,0,0,0 +131405,0,0,0,0,0 +131406,0,0,0,0,0 +131407,0,0,0,0,0 +131408,0,0,0,0,0 +131409,0,0,0,0,0 +131410,0,0,0,0,0 +131411,0,0,0,0,0 +131412,0,0,0,0,0 +131413,0,0,0,0,0 +131414,0,0,0,0,0 +131415,0,0,0,0,0 +131416,0,0,0,0,0 +131417,0,0,0,0,0 +131418,0,0,0,0,0 +131419,0,0,0,0,0 +131420,0,0,0,0,0 +131421,0,0,0,0,0 +131422,0,0,0,0,0 +131423,0,0,0,0,0 +131424,0,0,0,0,0 +131425,0,0,0,0,0 +131426,0,0,0,0,0 +131427,0,0,0,0,0 +131428,0,0,0,0,0 +131429,0,0,0,0,0 +131430,0,0,0,0,0 +131431,0,0,0,0,0 +131432,0,0,0,0,0 +131433,0,0,0,0,0 +131434,0,0,0,0,0 +131435,0,0,0,0,0 +131436,0,0,0,0,0 +131437,0,0,0,0,0 +131438,0,0,0,0,0 +131439,0,0,0,0,0 +131440,0,0,0,0,0 +131441,0,0,0,0,0 +131442,0,0,0,0,0 +131443,0,0,0,0,0 +131444,0,0,0,0,0 +131445,0,0,0,0,0 +131446,0,0,0,0,0 +131447,0,0,0,0,0 +131448,0,0,0,0,0 +131449,0,0,0,0,0 +131450,0,0,0,0,0 +131451,0,0,0,0,0 +131452,0,0,0,0,0 +131453,0,0,0,0,0 +131454,0,0,0,0,0 +131455,0,0,0,0,0 +131456,0,0,0,0,0 +131457,0,0,0,0,0 +131458,0,0,0,0,0 +131459,0,0,0,0,0 +131460,0,0,0,0,0 +131461,-1681.742317,-810.3278484,-1649.874301,-810.6414082,-1077.17435 +131462,-1730.337046,-807.8246736,-1699.456291,-808.1299291,-1101.867545 +131463,-1789.531426,-804.0868363,-1756.2912,-804.3879236,-1114.30896 +131464,-1845.061141,-683.537766,-1809.51694,-762.5402994,-1112.458256 +131465,-833.6258574,-25.64365117,-272.6353547,0,-822.8728946 +131466,-565.6221441,-473.0367951,-795.3159864,-473.0268861,-10.89167895 +131467,-939.7437134,-323.9158608,-779.2897216,-339.7390917,-584.864369 +131468,-756.6660936,-319.0344038,-685.3065259,-323.1109843,-391.3719613 +131469,-748.937413,-314.9182387,-674.2461467,-319.856043,-387.6187002 +131470,-737.2172326,-309.9196788,-666.1254117,-315.7484616,-383.8435801 +131471,-731.3027863,-305.705807,-657.9392828,-311.5965161,-380.0466838 +131472,-723.3567813,-302.3031387,-649.6876546,-306.9778023,-376.8661337 +131473,-714.3365861,-297.5773852,-641.3713148,-303.1592839,-373.670567 +131474,-709.2899445,-294.5426651,-634.0423303,-299.3048762,-369.8161394 +131475,-700.137905,-290.1691924,-626.6644835,-295.4144718,-366.5879542 +131476,-695.0179412,-287.0819202,-619.2379474,-291.4882886,-363.3451334 +131477,-686.7705911,-283.5269326,-612.8341569,-288.4101729,-360.7403729 +131478,-682.6230693,-279.9437635,-606.3946421,-284.4203732,-356.8155221 +131479,-674.2754277,-276.7857452,-598.8369786,-281.2928454,-354.187491 +131480,-670.0777841,-273.6063904,-593.4103398,-277.6921854,-350.2281814 +131481,-663.7489707,-270.4057488,-586.8662308,-274.9735953,-348.2410415 +131482,-657.3829164,-267.1840665,-580.2878657,-270.8659641,-344.9174989 +131483,-653.1191724,-263.9416589,-575.8839824,-268.5694734,-341.5798705 +131484,-646.6917316,-261.6132839,-568.1396858,-265.3358535,-338.2284713 +131485,-642.386957,-258.3352295,-563.6949539,-262.0812898,-336.8842561 +131486,-636.9825354,-255.509257,-558.1179876,-259.744212,-332.1613947 +131487,-632.640833,-252.6685365,-552.5180281,-256.4542687,-330.8073088 +131488,-627.1905289,-250.290146,-548.021977,-253.6183127,-326.7317563 +131489,-622.81265,-247.4223482,-541.2506441,-251.2439419,-325.3691569 +131490,-618.418875,-245.0214884,-537.8540393,-248.3809485,-321.2682237 +131491,-614.0090165,-242.1272143,-532.1744566,-245.9840276,-319.8972435 +131492,-609.5832707,-238.7326036,-526.4732072,-243.0944445,-316.4604055 +131493,-605.1419461,-236.2965788,-521.8973694,-241.1604173,-313.7018491 +131494,-602.9158725,-232.8697529,-516.1585448,-238.247233,-312.3196965 +131495,-596.2114827,-230.410965,-512.1295188,-236.2975983,-308.8551038 +131496,-593.9700376,-227.4478979,-506.9340244,-233.8517207,-306.7705001 +131497,-590.5999237,-224.4715953,-501.1421469,-231.3963752,-303.9842388 +131498,-586.091957,-221.9815627,-497.6583543,-229.4255719,-302.2390178 +131499,-582.7012299,-218.4804867,-493.001604,-227.4487387,-299.7905584 +131500,-579.3021561,-216.4726557,-487.7476177,-224.9691952,-296.9852377 +131501,-574.7567946,-213.450204,-483.6509703,-222.9792283,-295.5799081 +131502,-573.6190321,-210.415732,-478.9579255,-220.9836392,-292.7635396 +131503,-567.9109965,-207.8783317,-475.430604,-218.982387,-290.6465725 +131504,-562.1811819,-199.1925601,-461.2562627,-215.4668811,-288.8794225 +131505,-558.7324378,-195.0751375,-457.6977177,-213.9553793,-286.4006855 +131506,-555.2750337,-193.0099742,-452.9429118,-211.4290491,-284.9819146 +131507,-551.8093459,-189.1253812,-447.5809401,-209.4022617,-282.1390599 +131508,-548.3358233,-186.787807,-443.9996283,-207.8790269,-280.7151843 +131509,-546.0161195,-183.662861,-439.814097,-205.8432709,-278.5761703 +131510,-542.5292288,-181.0520594,-435.0211662,-204.3131312,-276.4334488 +131511,-539.0345271,-178.1732531,-432.0210341,-201.7565507,-275.0030013 +131512,-537.8684153,-175.2875833,-426.6107489,-200.7321362,-272.8542111 +131513,-533.1925548,-172.6586286,-424.2029219,-198.679213,-271.060849 +131514,-530.8499387,-170.0244276,-419.3794674,-196.6216157,-269.265068 +131515,-528.5041861,-166.8567272,-415.15188,-195.5913489,-267.8267194 +131516,-524.9786734,-164.7413418,-412.1286074,-193.2685251,-265.3058722 +131517,-522.624552,-161.562556,-408.4959545,-191.9758236,-264.2242168 +131518,-520.267093,-158.9089907,-403.6449052,-190.1630826,-262.4195056 +131519,-517.9059601,-156.5174216,-401.2169097,-188.6067552,-260.6124936 +131520,-514.3577269,-153.5900119,-396.9625323,-187.0480735,-259.1652978 +131521,-511.9887358,-150.925016,-393.9202071,-185.2266648,-257.3542963 +131522,-509.6166314,-148.5236578,-389.0460992,-183.6631262,-255.5411584 +131523,-506.6464525,-145.3176593,-385.9965377,-182.0973791,-254.8153793 +131524,-503.6711947,-142.6429116,-381.7223485,-180.5293902,-252.2721493 +131525,-501.2875892,-140.2334019,-378.6663655,-178.6973185,-251.181029 +131526,-497.7061982,-137.2854919,-374.3832575,-177.3870735,-249.7250487 +131527,-495.3152694,-134.603163,-371.3210638,-175.2876501,-248.2677467 +131528,-492.9213629,-131.6501936,-367.643005,-174.2368551,-246.8091518 +131529,-490.524093,-129.5012459,-363.3476095,-172.3955898,-244.9841562 +131530,-486.9221147,-126.2754443,-360.8914667,-171.0788762,-243.8883152 +131531,-485.7203785,-123.8547073,-356.5892526,-169.2332528,-242.4260961 +131532,-482.1094293,-121.1636242,-353.5138515,-167.9136073,-241.3286405 +131533,-479.6986811,-118.3365968,-349.8206108,-166.5927293,-239.4980075 +131534,-477.2852536,-115.7778053,-346.7408272,-164.7413578,-238.3988094 +131535,-474.264387,-113.0833639,-343.0424289,-163.4177112,-236.9322152 +131536,-472.4500836,-110.3880574,-339.9585104,-162.0929731,-235.8315547 +131537,-469.4221408,-107.6920222,-336.2554004,-160.5017481,-234.3630025 +131538,-467.6034353,-105.2650678,-333.7854659,-158.9090517,-232.8933859 +131539,-463.9609457,-102.2981019,-329.4600783,-157.8465614,-232.1582327 +131540,-456.0493083,-81.51936265,-310.8910279,-154.9211747,-230.3190433 +131541,-452.3881453,-77.20063241,-305.9312017,-153.590028,-229.5829552 +131542,-449.332785,-73.42165836,-302.2094848,-151.9914264,-227.7415358 +131543,-446.8859437,-70.31751861,-298.4862738,-150.6583399,-227.0045895 +131544,-444.4365693,-66.80840022,-295.3825609,-149.0574798,-225.5298718 +131545,-441.984504,-63.70418182,-291.6566464,-147.7226104,-224.4232083 +131546,-438.3016919,-60.33000841,-288.5507797,-146.386957,-222.9468262 +131547,-437.0734415,-57.36076538,-285.444011,-145.050494,-222.2083313 +131548,-433.9990289,-54.12156519,-281.7147173,-143.4457232,-220.3609788 +131549,-430.920969,-51.0173398,-278.6063209,-142.3754003,-219.991406 +131550,-429.6891527,-48.0480891,-276.1191989,-140.7689906,-218.1423735 +131551,-425.3718338,-44.26902154,-270.5211206,-138.6257709,-217.4024149 +131552,-422.2840481,-40.22000747,-266.4770433,-137.0174828,-215.9218156 +131553,-418.5742345,-36.44095141,-261.1869935,-134.603273,-214.810848 +131554,-414.8597495,-32.52692496,-256.2068408,-132.7244189,-213.6994342 +131555,-411.1407934,-28.61289465,-251.2256338,-130.5759152,-212.587559 +131556,-408.6591882,-24.56389729,-246.5548931,-128.4262196,-211.475222 +131557,-403.6890345,-21.86457688,-241.2603336,-126.2754549,-209.9914181 +131558,-400.5791929,-18.76034572,-236.5880117,-124.1237133,-209.2492762 +131559,-397.4665052,-15.65611385,-231.2919407,-121.9710685,-207.7643647 +131560,-393.1034617,-12.6868528,-226.9300664,-119.8175889,-206.6502302 +131561,-389.9839032,-9.582622351,-221.3211945,-117.6633418,-205.5357132 +131562,-386.2367287,-6.478392145,-216.6468585,-115.508394,-204.420801 +131563,-382.4857441,-3.509129352,-211.6605605,-113.0833247,-203.3054921 +131564,-378.7311791,0,-206.6739595,-111.1967724,-202.1897937 +131565,-375.5997815,0,-201.9988101,-108.9053514,-200.7016184 +131566,-371.2114728,0,-196.3883132,-106.613418,-199.9573385 +131567,-368.0744397,0,-192.3363294,-104.4559498,-198.4682375 +131568,-364.3068946,0,-186.7255247,-102.2981506,-197.7234806 +131569,-360.53618,0,-182.0498472,-100.0051425,-196.2334515 +131570,-356.7625204,0,-177.3741074,-97.71186946,-195.115566 +131571,-352.9860711,0,-172.0747853,-95.68823266,-193.9973796 +131572,-349.8370072,0,-167.3989431,-93.12466727,-192.5059798 +131573,-345.4248371,0,-162.7230636,-91.23566429,-191.7601297 +131574,-342.2713531,0,-157.4236339,-88.80672054,-190.2679411 +131575,-337.853432,0,-152.7477271,-86.37766573,-189.5216736 +131576,-335.3277317,0,-148.0718149,-84.48840619,-187.6553808 +131577,-330.2725821,0,-142.7723802,-81.92422853,-187.2820815 +131578,-327.1115101,0,-138.4082132,-79.89986423,-185.4148976 +131579,-323.9490112,0,-133.4205206,-77.33557942,-184.2942836 +131580,-318.8857093,0,-128.4328196,-75.31117273,-183.5471045 +131581,-316.353216,0,-123.9127581,-72.88181802,-181.6785591 +131582,-311.9189122,0,-118.7691837,-70.58741853,-180.9310073 +131583,-308.1162951,0,-113.7814942,-68.29301226,-179.8094434 +131584,-304.3121565,0,-109.2614363,-65.86362615,-177.9396381 +131585,-299.8721246,0,-104.1178641,-63.70418951,-177.5656602 +131586,-296.6997719,0,-99.13017392,-61.27478566,-175.6951646 +131587,-301.7753761,0,-106.299998,-59.79014862,-174.5726296 +131588,-299.8723806,0,-102.4033561,-57.63069105,-173.449915 +131589,-295.430334,0,-98.19500011,-55.33626171,-172.3270134 +131590,-293.208985,0,-93.67491093,-52.90686246,-170.8295177 +131591,-289.0819912,0,-88.99895423,-50.74741925,-170.0806889 +131592,-285.271316,0,-84.47887306,-48.31802039,-168.3954697 +131593,-282.095137,0,-79.64704806,-46.15855763,-167.4591094 +131594,-278.6004152,0,-75.12696571,-43.45920136,-165.9606888 +131595,-274.4691203,0,-70.13927305,-41.56969173,-165.2114042 +131596,-271.2906561,0,-65.6191992,-38.73536838,-163.3378295 +131597,-267.4756509,0,-60.78738424,-36.71088786,-162.588335 +131598,-263.6598932,0,-57.35835581,-34.14651994,-161.0891197 +131599,-259.8435325,0,-53.92932441,-31.85209502,-159.9645761 +131600,-256.344751,0,-50.18855013,-29.55766741,-158.8399094 +131601,-252.8454294,0,-46.60365087,-26.9932949,-157.3401549 +131602,-248.3909622,0,-43.01875813,-24.83383651,-156.2152362 +131603,-245.2090163,0,-39.43386535,-22.13449888,-155.0902157 +131604,-241.3901761,0,-35.84896905,-20.9198117,-153.5900106 +131605,-237.5708852,0,-32.10820342,-18.89530892,-152.4647681 +131606,-233.7512509,0,-28.52330729,-17.00577559,-151.3394343 +131607,-229.931339,0,-24.78254543,-15.25121422,-149.8388304 +131608,-226.1111822,0,-21.19765105,-13.22671506,-148.713299 +131609,-222.2908005,0,-17.45688927,-11.60712029,-147.2124676 +131610,-218.4702113,0,-13.87199303,-9.447650706,-146.0867835 +131611,-215.2862419,0,-10.59882505,-7.828053795,-144.961023 +131612,-212.4205969,0,-7.949120319,-6.343425633,-143.2722262 +131613,-209.2364044,0,-4.987682696,-4.723827899,-142.3339733 +131614,-206.3706006,0,-1.870380617,-3.239196179,-140.6449885 +131615,-203.5047316,0,0,-1.619597565,-139.7066396 +131616,-200.6387711,0,0,0,-138.2051706 +131617,-197.454276,0,0,0,-136.891321 +131618,-194.9067159,0,0,0,-135.5774197 +131619,-191.722146,0,0,0,-134.2634661 +131620,-189.1745069,0,0,0,-132.9494605 +131621,-185.9898526,0,0,0,-131.4476792 +131622,-183.44216,0,0,0,-130.5090561 +131623,-180.2574643,0,0,0,-128.8194306 +131624,-177.709755,0,0,0,-127.5052502 +131625,-174.5250499,0,0,0,-126.3787967 +131626,-172.2958177,0,0,0,-124.6890464 +131627,-168.7925566,0,0,0,-123.7502985 +131628,-166.5633003,0,0,0,-122.0604754 +131629,-163.3785366,0,0,0,-120.9339198 +131630,-160.8307636,0,0,0,-119.431809 +131631,-157.9644819,0,0,0,-118.3052167 +131632,-155.0981962,0,0,0,-116.615283 +131633,-152.5504126,0,0,0,-115.4886671 +131634,-149.6841071,0,0,0,-114.1742589 +131635,-146.8177999,0,0,0,-112.6720486 +131636,-144.2700038,0,0,0,-111.3576108 +131637,-141.4036985,0,0,0,-110.0431658 +131638,-138.5373965,0,0,0,-108.5409269 +131639,-135.9895983,0,0,0,-107.4142511 +131640,-132.8048048,0,0,0,-105.7242062 +131641,-130.5755083,0,0,0,-104.5975215 +131642,-127.3907046,0,0,0,-103.0952554 +131643,-124.8429038,0,0,0,-101.7807709 +131644,-122.1358632,0,0,0,-100.4662797 +131645,-119.4288101,0,0,0,-98.96399137 +131646,-116.5625099,0,0,0,-97.64949244 +131647,-114.0147148,0,0,0,-96.14720397 +131648,-111.3076647,0,0,0,-95.02049416 +131649,-108.6006017,0,0,0,-93.33040423 +131650,-105.7342983,0,0,0,-92.01590019 +131651,-103.3457429,0,0,0,-90.70139878 +131652,-100.3201968,0,0,0,-89.19910127 +131653,-103.3457462,0,0,0,-87.88459307 +131654,-101.1163872,0,0,0,-86.38228433 +131655,-98.72780909,0,0,0,-84.8799842 +131656,-96.65773426,0,0,0,-83.75327443 +131657,-93.79141863,0,0,0,-82.25097454 +131658,-91.56209426,0,0,0,-80.74867091 +131659,-89.0142807,0,0,0,-79.6219498 +131660,-86.62570294,0,0,0,-77.74406159 +131661,-83.9186343,0,0,0,-76.80513508 +131662,-81.53006784,0,0,0,-75.11503911 +131663,-79.14150169,0,0,0,-73.6127358 +131664,-76.43444042,0,0,0,-72.48601922 +131665,-74.2051136,0,0,0,-70.79592471 +131666,-71.49805055,0,0,0,-69.48141325 +131667,-69.10947811,0,0,0,-67.97911319 +131668,-66.72090404,0,0,0,-66.66460359 +131669,-64.01383932,0,0,0,-65.16230047 +131670,-61.78450834,0,0,0,-63.6599979 +131671,-60.03287728,0,0,0,-62.34548812 +131672,-58.59973257,0,0,0,-60.84318594 +131673,-57.32583345,0,0,0,-59.34088414 +131674,-56.05192625,0,0,0,-58.21416238 +131675,-54.45953144,0,0,0,-56.33627603 +131676,-53.50411433,0,0,0,-55.20955601 +131677,-52.23020557,0,0,0,-53.70725582 +131678,-50.79705038,0,0,0,-52.20495427 +131679,-49.84162867,0,0,0,-50.89044424 +131680,-48.72695941,0,0,0,-49.57593129 +131681,-47.29380209,0,0,0,-47.88583625 +131682,-46.49761892,0,0,0,-46.75911365 +131683,-45.22370743,0,0,0,-45.06902216 +131684,-44.26827725,0,0,0,-43.94230105 +131685,-42.99436611,0,0,0,-42.43999846 +131686,-42.3574227,0,0,0,-40.93769596 +131687,-40.92426648,0,0,0,-39.81097434 +131688,-40.12808148,0,0,0,-38.30867113 +131689,-39.33189534,0,0,0,-36.80636868 +131690,-38.05797863,0,0,0,-35.67964782 +131691,-37.4210296,0,0,0,-34.36513489 +131692,-36.30635607,0,0,0,-32.86283019 +131693,-35.51016529,0,0,0,-31.54831706 +131694,-34.55473461,0,0,0,-30.421594 +131695,-33.75854532,0,0,0,-28.91929102 +131696,-32.96235396,0,0,0,-27.79256593 +131697,-32.00692,0,0,0,-26.29026344 +131698,-31.36996839,0,0,0,-25.16354007 +131699,-30.41453425,0,0,0,-24.03681545 +131700,-29.61834348,0,0,0,-22.53451136 +131701,-29.93682618,0,0,0,-21.40778594 +131702,-30.25529867,0,0,0,-20.09327303 +131703,-30.57377064,0,0,0,-18.96654877 +131704,-31.68844956,0,0,0,-17.83982327 +131705,-32.16616218,0,0,0,-16.33752051 +131706,-32.64387068,0,0,0,-15.39858443 +131707,-33.44006687,0,0,0,-14.27185929 +131708,-34.39550324,0,0,0,-12.95734469 +131709,-35.03245521,0,0,0,-11.83061896 +131710,-35.66940535,0,0,0,-10.70389379 +131711,-36.78407901,0,0,0,-9.952743802 +131712,-37.58026714,0,0,0,-8.450442369 +131713,-38.21721399,0,0,0,-7.699292076 +131714,-39.33189223,0,0,0,-6.384778784 +131715,-40.12807827,0,0,0,-5.445840473 +131716,-40.92426569,0,0,0,-4.31911509 +131717,-42.03894396,0,0,0,-3.38017683 +131718,-42.99437927,0,0,0,-2.065663631 +131719,-43.7905618,0,0,0,-1.502300961 +131720,-44.90523425,0,0,0,0 +131721,-46.17914788,0,0,0,0 +131722,-46.65684807,0,0,0,0 +131723,-48.09000329,0,0,0,0 +131724,-49.20467402,0,0,0,0 +131725,-50.16009608,0,0,0,0 +131726,-51.274765,0,0,0,0 +131727,-52.23019214,0,0,0,0 +131728,-53.82259264,0,0,0,0 +131729,-54.61877339,0,0,0,0 +131730,-55.89268625,0,0,0,0 +131731,-53.18563401,0,0,0,0 +131732,-50.16010572,0,0,0,0 +131733,-46.65685435,0,0,0,0 +131734,-43.31284972,0,0,0,0 +131735,-39.4911233,0,0,0,0 +131736,-37.89874419,0,0,0,0 +131737,-35.51016272,0,0,0,0 +131738,-33.2808265,0,0,0,0 +131739,-31.05149272,0,0,0,0 +131740,-28.50367568,0,0,0,0 +131741,-26.11509986,0,0,0,0 +131742,-23.40804469,0,0,0,0 +131743,-20.86023229,0,0,0,0 +131744,-18.15318055,0,0,0,0 +131745,-15.44612812,0,0,0,0 +131746,-12.73907428,0,0,0,0 +131747,-9.55430321,0,0,0,0 +131748,-6.847251318,0,0,0,0 +131749,-3.821721882,0,0,0,0 +131750,0,0,0,0,0 +131751,0,0,0,0,0 +131752,0,0,0,0,0 +131753,0,0,0,0,0 +131754,0,0,0,0,0 +131755,0,0,0,0,0 +131756,0,0,0,0,0 +131757,0,0,0,0,0 +131758,0,0,0,0,0 +131759,0,0,0,0,0 +131760,0,0,0,0,0 +131761,0,0,0,0,0 +131762,0,0,0,0,0 +131763,0,0,0,0,0 +131764,0,0,0,0,0 +131765,0,0,0,0,0 +131766,0,0,0,0,0 +131767,0,0,0,0,0 +131768,0,0,0,0,0 +131769,0,0,0,0,0 +131770,0,0,0,0,0 +131771,0,0,0,0,0 +131772,0,0,0,0,0 +131773,0,0,0,0,0 +131774,0,0,0,0,0 +131775,0,0,0,0,0 +131776,0,0,0,0,0 +131777,0,0,0,0,0 +131778,0,0,0,0,0 +131779,0,0,0,0,0 +131780,0,0,0,0,0 +131781,0,0,0,0,0 +131782,0,0,0,0,0 +131783,0,0,0,0,0 +131784,0,0,0,0,0 +131785,0,0,0,0,0 +131786,0,0,0,0,0 +131787,0,0,0,0,0 +131788,0,0,0,0,0 +131789,0,0,0,0,0 +131790,0,0,0,0,0 +131791,0,0,0,0,0 +131792,0,0,0,0,0 +131793,0,0,0,0,0 +131794,0,0,0,0,0 +131795,0,0,0,0,0 +131796,0,0,0,0,0 +131797,0,0,0,0,0 +131798,0,0,0,0,0 +131799,0,0,0,0,0 +131800,0,0,0,0,0 +131801,0,0,0,0,0 +131802,0,0,0,0,0 +131803,0,0,0,0,0 +131804,0,0,0,0,0 +131805,0,0,0,0,0 +131806,0,0,0,0,0 +131807,0,0,0,0,0 +131808,0,0,0,0,0 +131809,0,0,0,0,0 +131810,0,0,0,0,0 +131811,0,0,0,0,0 +131812,0,0,0,0,0 +131813,0,0,0,0,0 +131814,0,0,0,0,0 +131815,0,0,0,0,0 +131816,0,0,0,0,0 +131817,0,0,0,0,0 +131818,0,0,0,0,0 +131819,0,0,0,0,0 +131820,0,0,0,0,0 +131821,0,0,0,0,0 +131822,0,0,0,0,0 +131823,0,0,0,0,0 +131824,0,0,0,0,0 +131825,0,0,0,0,0 +131826,0,0,0,0,0 +131827,0,0,0,0,0 +131828,0,0,0,0,0 +131829,0,0,0,0,0 +131830,0,0,0,0,0 +131831,0,0,0,0,0 +131832,0,0,0,0,0 +131833,0,0,0,0,0 +131834,0,0,0,0,0 +131835,0,0,0,0,0 +131836,0,0,0,0,0 +131837,0,0,0,0,0 +131838,0,0,0,0,0 +131839,0,0,0,0,0 +131840,0,0,0,0,0 +131841,0,0,0,0,0 +131842,0,0,0,0,0 +131843,0,0,0,0,0 +131844,0,0,0,0,0 +131845,0,0,0,0,0 +131846,0,0,0,0,0 +131847,0,0,0,0,0 +131848,0,0,0,0,0 +131849,0,0,0,0,0 +131850,0,0,0,0,0 +131851,0,0,0,0,0 +131852,0,0,0,0,0 +131853,0,0,0,0,0 +131854,0,0,0,0,0 +131855,0,0,0,0,0 +131856,0,0,0,0,0 +131857,0,0,0,0,0 +131858,0,0,0,0,0 +131859,0,0,0,0,0 +131860,0,0,0,0,0 +131861,0,0,0,0,0 +131862,0,0,0,0,0 +131863,0,0,0,0,0 +131864,0,0,0,0,0 +131865,0,0,0,0,0 +131866,0,0,0,0,0 +131867,0,0,0,0,0 +131868,0,0,0,0,0 +131869,0,0,0,0,0 +131870,0,0,0,0,0 +131871,0,0,0,0,0 +131872,0,0,0,0,0 +131873,0,0,0,0,0 +131874,0,0,0,0,0 +131875,0,0,0,0,0 +131876,0,0,0,0,0 +131877,0,0,0,0,0 +131878,0,0,0,0,0 +131879,0,0,0,0,0 +131880,0,0,0,0,0 +131881,0,0,0,0,0 +131882,0,0,0,0,0 +131883,0,0,0,0,0 +131884,0,0,0,0,0 +131885,0,0,0,0,0 +131886,0,0,0,0,0 +131887,0,0,0,0,0 +131888,0,0,0,0,0 +131889,0,0,0,0,0 +131890,0,0,0,0,0 +131891,0,0,0,0,0 +131892,0,0,0,0,0 +131893,0,0,0,0,0 +131894,0,0,0,0,0 +131895,0,0,0,0,0 +131896,0,0,0,0,0 +131897,0,0,0,0,0 +131898,0,0,0,0,0 +131899,0,0,0,0,0 +131900,0,0,0,0,0 +131901,0,0,0,0,0 +131902,0,0,0,0,0 +131903,0,0,0,0,0 +131904,0,0,0,0,0 +131905,0,0,0,0,0 +131906,0,0,0,0,0 +131907,0,0,0,0,0 +131908,0,0,0,0,0 +131909,0,0,0,0,0 +131910,0,0,0,0,0 +131911,0,0,0,0,0 +131912,0,0,0,0,0 +131913,0,0,0,0,0 +131914,0,0,0,0,0 +131915,0,0,0,0,0 +131916,0,0,0,0,0 +131917,0,0,0,0,0 +131918,0,0,0,0,0 +131919,0,0,0,0,0 +131920,0,0,0,0,0 +131921,0,0,0,0,0 +131922,0,0,0,0,0 +131923,0,0,0,0,0 +131924,0,0,0,0,0 +131925,0,0,0,0,0 +131926,0,0,0,0,0 +131927,0,0,0,0,0 +131928,0,0,0,0,0 +131929,0,0,0,0,0 +131930,0,0,0,0,0 +131931,0,0,0,0,0 +131932,0,0,0,0,0 +131933,0,0,0,0,0 +131934,0,0,0,0,0 +131935,0,0,0,0,0 +131936,0,0,0,0,0 +131937,0,0,0,0,0 +131938,0,0,0,0,0 +131939,0,0,0,0,0 +131940,0,0,0,0,0 +131941,0,0,0,0,0 +131942,0,0,0,0,0 +131943,0,0,0,0,0 +131944,0,0,0,0,0 +131945,0,0,0,0,0 +131946,0,0,0,0,0 +131947,0,0,0,0,0 +131948,0,0,0,0,0 +131949,0,0,0,0,0 +131950,0,0,0,0,0 +131951,0,0,0,0,0 +131952,0,0,0,0,0 +131953,0,0,0,0,0 +131954,0,0,0,0,0 +131955,0,0,0,0,0 +131956,0,0,0,0,0 +131957,0,0,0,0,0 +131958,0,0,0,0,0 +131959,0,0,0,0,0 +131960,0,0,0,0,0 +131961,0,0,0,0,0 +131962,0,0,0,0,0 +131963,0,0,0,0,0 +131964,0,0,0,0,0 +131965,0,0,0,0,0 +131966,0,0,0,0,0 +131967,0,0,0,0,0 +131968,0,0,0,0,0 +131969,0,0,0,0,0 +131970,0,0,0,0,0 +131971,0,0,0,0,0 +131972,0,0,0,0,0 +131973,0,0,0,0,0 +131974,0,0,0,0,0 +131975,0,0,0,0,0 +131976,0,0,0,0,0 +131977,0,0,0,0,0 +131978,0,0,0,0,0 +131979,0,0,0,0,0 +131980,0,0,0,0,0 +131981,0,0,0,0,0 +131982,0,0,0,0,0 +131983,0,0,0,0,0 +131984,0,0,0,0,0 +131985,0,0,0,0,0 +131986,0,0,0,0,0 +131987,0,0,0,0,0 +131988,0,0,0,0,0 +131989,0,0,0,0,0 +131990,0,0,0,0,0 +131991,0,0,0,0,0 +131992,0,0,0,0,0 +131993,0,0,0,0,0 +131994,0,0,0,0,0 +131995,0,0,0,0,0 +131996,0,0,0,0,0 +131997,0,0,0,0,0 +131998,0,0,0,0,0 +131999,0,0,0,0,0 +132000,0,0,0,0,0 +132001,0,0,0,0,0 +132002,0,0,0,0,0 +132003,0,0,0,0,0 +132004,0,0,0,0,0 +132005,0,0,0,0,0 +132006,0,0,0,0,0 +132007,0,0,0,0,0 +132008,0,0,0,0,0 +132009,0,0,0,0,0 +132010,0,0,0,0,0 +132011,0,0,0,0,0 +132012,0,0,0,0,0 +132013,0,0,0,0,0 +132014,0,0,0,0,0 +132015,0,0,0,0,0 +132016,0,0,0,0,0 +132017,0,0,0,0,0 +132018,0,0,0,0,0 +132019,0,0,0,0,0 +132020,0,0,0,0,0 +132021,0,0,0,0,0 +132022,0,0,0,0,0 +132023,0,0,0,0,0 +132024,0,0,0,0,0 +132025,0,0,0,0,0 +132026,0,0,0,0,0 +132027,0,0,0,0,0 +132028,0,0,0,0,0 +132029,0,0,0,0,0 +132030,0,0,0,0,0 +132031,0,0,0,0,0 +132032,0,0,0,0,0 +132033,0,0,0,0,0 +132034,0,0,0,0,0 +132035,0,0,0,0,0 +132036,0,0,0,0,0 +132037,0,0,0,0,0 +132038,0,0,0,0,0 +132039,0,0,0,0,0 +132040,0,0,0,0,0 +132041,0,0,0,0,0 +132042,0,0,0,0,0 +132043,0,0,0,0,0 +132044,0,0,0,0,0 +132045,0,0,0,0,0 +132046,0,0,0,0,0 +132047,0,0,0,0,0 +132048,0,0,0,0,0 +132049,0,0,0,0,0 +132050,0,0,0,0,0 +132051,0,0,0,0,0 +132052,0,0,0,0,0 +132053,0,0,0,0,0 +132054,0,0,0,0,0 +132055,0,0,0,0,0 +132056,0,0,0,0,0 +132057,0,0,0,0,0 +132058,0,0,0,0,0 +132059,0,0,0,0,0 +132060,0,0,0,0,0 +132061,0,0,0,0,0 +132062,0,0,0,0,0 +132063,0,0,0,0,0 +132064,0,0,0,0,0 +132065,0,0,0,0,0 +132066,0,0,0,0,0 +132067,0,0,0,0,0 +132068,0,0,0,0,0 +132069,0,0,0,0,0 +132070,0,0,0,0,0 +132071,0,0,0,0,0 +132072,0,0,0,0,0 +132073,0,0,0,0,0 +132074,0,0,0,0,0 +132075,0,0,0,0,0 +132076,0,0,0,0,0 +132077,0,0,0,0,0 +132078,0,0,0,0,0 +132079,0,0,0,0,0 +132080,0,0,0,0,0 +132081,0,0,0,0,0 +132082,0,0,0,0,0 +132083,0,0,0,0,0 +132084,0,0,0,0,0 +132085,0,0,0,0,0 +132086,0,0,0,0,0 +132087,0,0,0,0,0 +132088,0,0,0,0,0 +132089,0,0,0,0,0 +132090,0,0,0,0,0 +132091,0,0,0,0,0 +132092,0,0,0,0,0 +132093,0,0,0,0,0 +132094,0,0,0,0,0 +132095,0,0,0,0,0 +132096,0,0,0,0,0 +132097,0,0,0,0,0 +132098,0,0,0,0,0 +132099,0,0,0,0,0 +132100,0,0,0,0,0 +132101,0,0,0,0,0 +132102,0,0,0,0,0 +132103,0,0,0,0,0 +132104,0,0,0,0,0 +132105,0,0,0,0,0 +132106,0,0,0,0,0 +132107,0,0,0,0,0 +132108,0,0,0,0,0 +132109,0,0,0,0,0 +132110,0,0,0,0,0 +132111,0,0,0,0,0 +132112,0,0,0,0,0 +132113,0,0,0,0,0 +132114,0,0,0,0,0 +132115,0,0,0,0,0 +132116,0,0,0,0,0 +132117,0,0,0,0,0 +132118,0,0,0,0,0 +132119,0,0,0,0,0 +132120,0,0,0,0,0 +132121,0,0,0,0,0 +132122,0,0,0,0,0 +132123,0,0,0,0,0 +132124,0,0,0,0,0 +132125,0,0,0,0,0 +132126,0,0,0,0,0 +132127,0,0,0,0,0 +132128,0,0,0,0,0 +132129,0,0,0,0,0 +132130,0,0,0,0,0 +132131,0,0,0,0,0 +132132,0,0,0,0,0 +132133,0,0,0,0,0 +132134,0,0,0,0,0 +132135,0,0,0,0,0 +132136,0,0,0,0,0 +132137,0,0,0,0,0 +132138,0,0,0,0,0 +132139,0,0,0,0,0 +132140,0,0,0,0,0 +132141,0,0,0,0,0 +132142,0,0,0,0,0 +132143,0,0,0,0,0 +132144,0,0,0,0,0 +132145,0,0,0,0,0 +132146,0,0,0,0,0 +132147,0,0,0,0,0 +132148,0,0,0,0,0 +132149,0,0,0,0,0 +132150,0,0,0,0,0 +132151,0,0,0,0,0 +132152,0,0,0,0,0 +132153,0,0,0,0,0 +132154,0,0,0,0,0 +132155,0,0,0,0,0 +132156,0,0,0,0,0 +132157,0,0,0,0,0 +132158,0,0,0,0,0 +132159,0,0,0,0,0 +132160,0,0,0,0,0 +132161,0,0,0,0,0 +132162,0,0,0,0,0 +132163,0,0,0,0,0 +132164,0,0,0,0,0 +132165,0,0,0,0,0 +132166,0,0,0,0,0 +132167,0,0,0,0,0 +132168,0,0,0,0,0 +132169,0,0,0,0,0 +132170,0,0,0,0,0 +132171,0,0,0,0,0 +132172,0,0,0,0,0 +132173,0,0,0,0,0 +132174,0,0,0,0,0 +132175,0,0,0,0,0 +132176,0,0,0,0,0 +132177,0,0,0,0,0 +132178,0,0,0,0,0 +132179,0,0,0,0,0 +132180,0,0,0,0,0 +132181,0,0,0,0,0 +132182,0,0,0,0,0 +132183,0,0,0,0,0 +132184,0,0,0,0,0 +132185,0,0,0,0,0 +132186,0,0,0,0,0 +132187,0,0,0,0,0 +132188,0,0,0,0,0 +132189,0,0,0,0,0 +132190,0,0,0,0,0 +132191,0,0,0,0,0 +132192,0,0,0,0,0 +132193,0,0,0,0,0 +132194,0,0,0,0,0 +132195,0,0,0,0,0 +132196,0,0,0,0,0 +132197,0,0,0,0,0 +132198,0,0,0,0,0 +132199,0,0,0,0,0 +132200,0,0,0,0,0 +132201,0,0,0,0,0 +132202,0,0,0,0,0 +132203,0,0,0,0,0 +132204,0,0,0,0,0 +132205,0,0,0,0,0 +132206,0,0,0,0,0 +132207,0,0,0,0,0 +132208,0,0,0,0,0 +132209,0,0,0,0,0 +132210,0,0,0,0,0 +132211,0,0,0,0,0 +132212,0,0,0,0,0 +132213,0,0,0,0,0 +132214,0,0,0,0,0 +132215,0,0,0,0,0 +132216,0,0,0,0,0 +132217,0,0,0,0,0 +132218,0,0,0,0,0 +132219,0,0,0,0,0 +132220,0,0,0,0,0 +132221,0,0,0,0,0 +132222,0,0,0,0,0 +132223,0,0,0,0,0 +132224,0,0,0,0,0 +132225,0,0,0,0,0 +132226,0,0,0,0,0 +132227,0,0,0,0,0 +132228,0,0,0,0,0 +132229,0,0,0,0,0 +132230,0,0,0,0,0 +132231,0,0,0,0,0 +132232,0,0,0,0,0 +132233,0,0,0,0,0 +132234,0,0,0,0,0 +132235,0,0,0,0,0 +132236,0,0,0,0,0 +132237,0,0,0,0,0 +132238,0,0,0,0,0 +132239,0,0,0,0,0 +132240,0,0,0,0,0 +132241,0,0,0,0,0 +132242,0,0,0,0,0 +132243,0,0,0,0,0 +132244,0,0,0,0,0 +132245,0,0,0,0,0 +132246,0,0,0,0,0 +132247,0,0,0,0,0 +132248,0,0,0,0,0 +132249,0,0,0,0,0 +132250,0,0,0,0,0 +132251,0,0,0,0,0 +132252,0,0,0,0,0 +132253,0,0,0,0,0 +132254,0,0,0,0,0 +132255,0,0,0,0,0 +132256,0,0,0,0,0 +132257,0,0,0,0,0 +132258,0,0,0,0,0 +132259,0,0,0,0,0 +132260,0,0,0,0,0 +132261,0,0,0,0,0 +132262,0,0,0,0,0 +132263,0,0,0,0,0 +132264,0,0,0,0,0 +132265,0,0,0,0,0 +132266,0,0,0,0,0 +132267,0,0,0,0,0 +132268,0,0,0,0,0 +132269,0,0,0,0,0 +132270,0,0,0,0,0 +132271,0,0,0,0,0 +132272,0,0,0,0,0 +132273,0,0,0,0,0 +132274,0,0,0,0,0 +132275,0,0,0,0,0 +132276,0,0,0,0,0 +132277,0,0,0,0,0 +132278,0,0,0,0,0 +132279,0,0,0,0,0 +132280,0,0,0,0,0 +132281,0,0,0,0,0 +132282,0,0,0,0,0 +132283,0,0,0,0,0 +132284,0,0,0,0,0 +132285,0,0,0,0,0 +132286,0,0,0,0,0 +132287,0,0,0,0,0 +132288,0,0,0,0,0 +132289,0,0,0,0,0 +132290,0,0,0,0,0 +132291,0,0,0,0,0 +132292,0,0,0,0,0 +132293,0,0,0,0,0 +132294,0,0,0,0,0 +132295,0,0,0,0,0 +132296,0,0,0,0,0 +132297,0,0,0,0,0 +132298,0,0,0,0,0 +132299,0,0,0,0,0 +132300,0,0,0,0,0 +132301,0,0,0,0,0 +132302,0,0,0,0,0 +132303,0,0,0,0,0 +132304,0,0,0,0,0 +132305,0,0,0,0,0 +132306,0,0,0,0,0 +132307,0,0,0,0,0 +132308,0,0,0,0,0 +132309,0,0,0,0,0 +132310,0,0,0,0,0 +132311,0,0,0,0,0 +132312,0,0,0,0,0 +132313,0,0,0,0,0 +132314,0,0,0,0,0 +132315,0,0,0,0,0 +132316,0,0,0,0,0 +132317,0,0,0,0,0 +132318,0,0,0,0,0 +132319,0,0,0,0,0 +132320,0,0,0,0,0 +132321,0,0,0,0,0 +132322,0,0,0,0,0 +132323,0,0,0,0,0 +132324,0,0,0,0,0 +132325,0,0,0,0,0 +132326,0,0,0,0,0 +132327,0,0,0,0,0 +132328,0,0,0,0,0 +132329,0,0,0,0,0 +132330,0,0,0,0,0 +132331,0,0,0,0,0 +132332,0,0,0,0,0 +132333,0,0,0,0,0 +132334,0,0,0,0,0 +132335,0,0,0,0,0 +132336,0,0,0,0,0 +132337,0,0,0,0,0 +132338,0,0,0,0,0 +132339,0,0,0,0,0 +132340,0,0,0,0,0 +132341,0,0,0,0,0 +132342,0,0,0,0,0 +132343,0,0,0,0,0 +132344,0,0,0,0,0 +132345,0,0,0,0,0 +132346,0,0,0,0,0 +132347,0,0,0,0,0 +132348,0,0,0,0,0 +132349,0,0,0,0,0 +132350,0,0,0,0,0 +132351,0,0,0,0,0 +132352,0,0,0,0,0 +132353,0,0,0,0,0 +132354,0,0,0,0,0 +132355,0,0,0,0,0 +132356,0,0,0,0,0 +132357,0,0,0,0,0 +132358,0,0,0,0,0 +132359,0,0,0,0,0 +132360,0,0,0,0,0 +132361,0,0,0,0,0 +132362,0,0,0,0,0 +132363,0,0,0,0,0 +132364,0,0,0,0,0 +132365,0,0,0,0,0 +132366,0,0,0,0,0 +132367,0,0,0,0,0 +132368,0,0,0,0,0 +132369,0,0,0,0,0 +132370,0,0,0,0,0 +132371,0,0,0,0,0 +132372,0,0,0,0,0 +132373,0,0,0,0,0 +132374,0,0,0,0,0 +132375,0,0,0,0,0 +132376,0,0,0,0,0 +132377,0,0,0,0,0 +132378,0,0,0,0,0 +132379,0,0,0,0,0 +132380,0,0,0,0,0 +132381,0,0,0,0,0 +132382,0,0,0,0,0 +132383,0,0,0,0,0 +132384,0,0,0,0,0 +132385,0,0,0,0,0 +132386,0,0,0,0,0 +132387,0,0,0,0,0 +132388,0,0,0,0,0 +132389,0,0,0,0,0 +132390,0,0,0,0,0 +132391,0,0,0,0,0 +132392,0,0,0,0,0 +132393,0,0,0,0,0 +132394,0,0,0,0,0 +132395,0,0,0,0,0 +132396,0,0,0,0,0 +132397,0,0,0,0,0 +132398,0,0,0,0,0 +132399,0,0,0,0,0 +132400,0,0,0,0,0 +132401,0,0,0,0,0 +132402,0,0,0,0,0 +132403,0,0,0,0,0 +132404,0,0,0,0,0 +132405,0,0,0,0,0 +132406,0,0,0,0,0 +132407,0,0,0,0,0 +132408,0,0,0,0,0 +132409,0,0,0,0,0 +132410,0,0,0,0,0 +132411,0,0,0,0,0 +132412,0,0,0,0,0 +132413,0,0,0,0,0 +132414,0,0,0,0,0 +132415,0,0,0,0,0 +132416,0,0,0,0,0 +132417,0,0,0,0,0 +132418,0,0,0,0,0 +132419,0,0,0,0,0 +132420,0,0,0,0,0 +132421,0,0,0,0,0 +132422,0,0,0,0,0 +132423,0,0,0,0,0 +132424,0,0,0,0,0 +132425,0,0,0,0,0 +132426,0,0,0,0,0 +132427,0,0,0,0,0 +132428,0,0,0,0,0 +132429,0,0,0,0,0 +132430,0,0,0,0,0 +132431,0,0,0,0,0 +132432,0,0,0,0,0 +132433,0,0,0,0,0 +132434,0,0,0,0,0 +132435,0,0,0,0,0 +132436,0,0,0,0,0 +132437,0,0,0,0,0 +132438,0,0,0,0,0 +132439,0,0,0,0,0 +132440,0,0,0,0,0 +132441,0,0,0,0,0 +132442,0,0,0,0,0 +132443,0,0,0,0,0 +132444,0,0,0,0,0 +132445,0,0,0,0,0 +132446,0,0,0,0,0 +132447,0,0,0,0,0 +132448,0,0,0,0,0 +132449,0,0,0,0,0 +132450,0,0,0,0,0 +132451,0,0,0,0,0 +132452,0,0,0,0,0 +132453,0,0,0,0,0 +132454,0,0,0,0,0 +132455,0,0,0,0,0 +132456,0,0,0,0,0 +132457,0,0,0,0,0 +132458,0,0,0,0,0 +132459,0,0,0,0,0 +132460,0,0,0,0,0 +132461,0,0,0,0,0 +132462,0,0,0,0,0 +132463,0,0,0,0,0 +132464,0,0,0,0,0 +132465,0,0,0,0,0 +132466,0,0,0,0,0 +132467,0,0,0,0,0 +132468,0,0,0,0,0 +132469,0,0,0,0,0 +132470,0,0,0,0,0 +132471,0,0,0,0,0 +132472,0,0,0,0,0 +132473,0,0,0,0,0 +132474,0,0,0,0,0 +132475,0,0,0,0,0 +132476,0,0,0,0,0 +132477,0,0,0,0,0 +132478,0,0,0,0,0 +132479,0,0,0,0,0 +132480,0,0,0,0,0 +132481,0,0,0,0,0 +132482,0,0,0,0,0 +132483,0,0,0,0,0 +132484,0,0,0,0,0 +132485,0,0,0,0,0 +132486,0,0,0,0,0 +132487,0,0,0,0,0 +132488,0,0,0,0,0 +132489,0,0,0,0,0 +132490,0,0,0,0,0 +132491,0,0,0,0,0 +132492,0,0,0,0,0 +132493,0,0,0,0,0 +132494,0,0,0,0,0 +132495,0,0,0,0,0 +132496,0,0,0,0,0 +132497,0,0,0,0,0 +132498,0,0,0,0,0 +132499,0,0,0,0,0 +132500,0,0,0,0,0 +132501,0,0,0,0,0 +132502,0,0,0,0,0 +132503,0,0,0,0,0 +132504,0,0,0,0,0 +132505,0,0,0,0,0 +132506,0,0,0,0,0 +132507,0,0,0,0,0 +132508,0,0,0,0,0 +132509,0,0,0,0,0 +132510,0,0,0,0,0 +132511,0,0,0,0,0 +132512,0,0,0,0,0 +132513,0,0,0,0,0 +132514,0,0,0,0,0 +132515,0,0,0,0,0 +132516,0,0,0,0,0 +132517,0,0,0,0,0 +132518,0,0,0,0,0 +132519,0,0,0,0,0 +132520,0,0,0,0,0 +132521,0,0,0,0,0 +132522,0,0,0,0,0 +132523,0,0,0,0,0 +132524,0,0,0,0,0 +132525,0,0,0,0,0 +132526,0,0,0,0,0 +132527,0,0,0,0,0 +132528,0,0,0,0,0 +132529,0,0,0,0,0 +132530,0,0,0,0,0 +132531,0,0,0,0,0 +132532,0,0,0,0,0 +132533,0,0,0,0,0 +132534,0,0,0,0,0 +132535,0,0,0,0,0 +132536,0,0,0,0,0 +132537,0,0,0,0,0 +132538,0,0,0,0,0 +132539,0,0,0,0,0 +132540,0,0,0,0,0 +132541,0,0,0,0,0 +132542,0,0,0,0,0 +132543,0,0,0,0,0 +132544,0,0,0,0,0 +132545,0,0,0,0,0 +132546,0,0,0,0,0 +132547,0,0,0,0,0 +132548,0,0,0,0,0 +132549,0,0,0,0,0 +132550,0,0,0,0,0 +132551,0,0,0,0,0 +132552,0,0,0,0,0 +132553,0,0,0,0,0 +132554,0,0,0,0,0 +132555,0,0,0,0,0 +132556,0,0,0,0,0 +132557,0,0,0,0,0 +132558,0,0,0,0,0 +132559,0,0,0,0,0 +132560,0,0,0,0,0 +132561,0,0,0,0,0 +132562,0,0,0,0,0 +132563,0,0,0,0,0 +132564,0,0,0,0,0 +132565,0,0,0,0,0 +132566,0,0,0,0,0 +132567,0,0,0,0,0 +132568,0,0,0,0,0 +132569,0,0,0,0,0 +132570,0,0,0,0,0 +132571,0,0,0,0,0 +132572,0,0,0,0,0 +132573,0,0,0,0,0 +132574,0,0,0,0,0 +132575,0,0,0,0,0 +132576,0,0,0,0,0 +132577,0,0,0,0,0 +132578,0,0,0,0,0 +132579,0,0,0,0,0 +132580,0,0,0,0,0 +132581,0,0,0,0,0 +132582,0,0,0,0,0 +132583,0,0,0,0,0 +132584,0,0,0,0,0 +132585,0,0,0,0,0 +132586,0,0,0,0,0 +132587,0,0,0,0,0 +132588,0,0,0,0,0 +132589,0,0,0,0,0 +132590,0,0,0,0,0 +132591,0,0,0,0,0 +132592,0,0,0,0,0 +132593,0,0,0,0,0 +132594,0,0,0,0,0 +132595,0,0,0,0,0 +132596,0,0,0,0,0 +132597,0,0,0,0,0 +132598,0,0,0,0,0 +132599,0,0,0,0,0 +132600,0,0,0,0,0 +132601,0,0,0,0,0 +132602,0,0,0,0,0 +132603,0,0,0,0,0 +132604,0,0,0,0,0 +132605,0,0,0,0,0 +132606,0,0,0,0,0 +132607,0,0,0,0,0 +132608,0,0,0,0,0 +132609,0,0,0,0,0 +132610,0,0,0,0,0 +132611,0,0,0,0,0 +132612,0,0,0,0,0 +132613,0,0,0,0,0 +132614,0,0,0,0,0 +132615,0,0,0,0,0 +132616,0,0,0,0,0 +132617,0,0,0,0,0 +132618,0,0,0,0,0 +132619,0,0,0,0,0 +132620,0,0,0,0,0 +132621,0,0,0,0,0 +132622,0,0,0,0,0 +132623,0,0,0,0,0 +132624,0,0,0,0,0 +132625,0,0,0,0,0 +132626,0,0,0,0,0 +132627,0,0,0,0,0 +132628,0,0,0,0,0 +132629,0,0,0,0,0 +132630,0,0,0,0,0 +132631,0,0,0,0,0 +132632,0,0,0,0,0 +132633,0,0,0,0,0 +132634,0,0,0,0,0 +132635,0,0,0,0,0 +132636,0,0,0,0,0 +132637,0,0,0,0,0 +132638,0,0,0,0,0 +132639,0,0,0,0,0 +132640,0,0,0,0,0 +132641,0,0,0,0,0 +132642,0,0,0,0,0 +132643,0,0,0,0,0 +132644,0,0,0,0,0 +132645,0,0,0,0,0 +132646,0,0,0,0,0 +132647,0,0,0,0,0 +132648,0,0,0,0,0 +132649,0,0,0,0,0 +132650,0,0,0,0,0 +132651,0,0,0,0,0 +132652,0,0,0,0,0 +132653,0,0,0,0,0 +132654,0,0,0,0,0 +132655,0,0,0,0,0 +132656,0,0,0,0,0 +132657,0,0,0,0,0 +132658,0,0,0,0,0 +132659,0,0,0,0,0 +132660,0,0,0,0,0 +132661,0,0,0,0,0 +132662,0,0,0,0,0 +132663,0,0,0,0,0 +132664,0,0,0,0,0 +132665,0,0,0,0,0 +132666,0,0,0,0,0 +132667,0,0,0,0,0 +132668,0,0,0,0,0 +132669,0,0,0,0,0 +132670,0,0,0,0,0 +132671,0,0,0,0,0 +132672,0,0,0,0,0 +132673,0,0,0,0,0 +132674,0,0,0,0,0 +132675,0,0,0,0,0 +132676,0,0,0,0,0 +132677,0,0,0,0,0 +132678,0,0,0,0,0 +132679,0,0,0,0,0 +132680,0,0,0,0,0 +132681,0,0,0,0,0 +132682,0,0,0,0,0 +132683,0,0,0,0,0 +132684,0,0,0,0,0 +132685,0,0,0,0,0 +132686,0,0,0,0,0 +132687,0,0,0,0,0 +132688,0,0,0,0,0 +132689,0,0,0,0,0 +132690,0,0,0,0,0 +132691,0,0,0,0,0 +132692,0,0,0,0,0 +132693,0,0,0,0,0 +132694,0,0,0,0,0 +132695,0,0,0,0,0 +132696,0,0,0,0,0 +132697,0,0,0,0,0 +132698,0,0,0,0,0 +132699,0,0,0,0,0 +132700,0,0,0,0,0 +132701,0,0,0,0,0 +132702,0,0,0,0,0 +132703,0,0,0,0,0 +132704,0,0,0,0,0 +132705,0,0,0,0,0 +132706,0,0,0,0,0 +132707,0,0,0,0,0 +132708,0,0,0,0,0 +132709,0,0,0,0,0 +132710,0,0,0,0,0 +132711,0,0,0,0,0 +132712,0,0,0,0,0 +132713,0,0,0,0,0 +132714,0,0,0,0,0 +132715,0,0,0,0,0 +132716,0,0,0,0,0 +132717,0,0,0,0,0 +132718,0,0,0,0,0 +132719,0,0,0,0,0 +132720,0,0,0,0,0 +132721,0,0,0,0,0 +132722,0,0,0,0,0 +132723,0,0,0,0,0 +132724,0,0,0,0,0 +132725,0,0,0,0,0 +132726,0,0,0,0,0 +132727,0,0,0,0,0 +132728,0,0,0,0,0 +132729,0,0,0,0,0 +132730,0,0,0,0,0 +132731,0,0,0,0,0 +132732,0,0,0,0,0 +132733,0,0,0,0,0 +132734,0,0,0,0,0 +132735,0,0,0,0,0 +132736,0,0,0,0,0 +132737,0,0,0,0,0 +132738,0,0,0,0,0 +132739,0,0,0,0,0 +132740,0,0,0,0,0 +132741,0,0,0,0,0 +132742,0,0,0,0,0 +132743,0,0,0,0,0 +132744,0,0,0,0,0 +132745,0,0,0,0,0 +132746,0,0,0,0,0 +132747,0,0,0,0,0 +132748,0,0,0,0,0 +132749,0,0,0,0,0 +132750,0,0,0,0,0 +132751,0,0,0,0,0 +132752,0,0,0,0,0 +132753,0,0,0,0,0 +132754,0,0,0,0,0 +132755,0,0,0,0,0 +132756,0,0,0,0,0 +132757,0,0,0,0,0 +132758,0,0,0,0,0 +132759,0,0,0,0,0 +132760,0,0,0,0,0 +132761,0,0,0,0,0 +132762,0,0,0,0,0 +132763,0,0,0,0,0 +132764,0,0,0,0,0 +132765,0,0,0,0,0 +132766,0,0,0,0,0 +132767,0,0,0,0,0 +132768,0,0,0,0,0 +132769,0,0,0,0,0 +132770,0,0,0,0,0 +132771,0,0,0,0,0 +132772,0,0,0,0,0 +132773,0,0,0,0,0 +132774,0,0,0,0,0 +132775,0,0,0,0,0 +132776,0,0,0,0,0 +132777,0,0,0,0,0 +132778,0,0,0,0,0 +132779,0,0,0,0,0 +132780,0,0,0,0,0 +132781,0,0,0,0,0 +132782,0,0,0,0,0 +132783,0,0,0,0,0 +132784,0,0,0,0,0 +132785,0,0,0,0,0 +132786,0,0,0,0,0 +132787,0,0,0,0,0 +132788,0,0,0,0,0 +132789,0,0,0,0,0 +132790,0,0,0,0,0 +132791,0,0,0,0,0 +132792,0,0,0,0,0 +132793,0,0,0,0,0 +132794,0,0,0,0,0 +132795,0,0,0,0,0 +132796,0,0,0,0,0 +132797,0,0,0,0,0 +132798,0,0,0,0,0 +132799,0,0,0,0,0 +132800,0,0,0,0,0 +132801,0,0,0,0,0 +132802,0,0,0,0,0 +132803,0,0,0,0,0 +132804,0,0,0,0,0 +132805,0,0,0,0,0 +132806,0,0,0,0,0 +132807,0,0,0,0,0 +132808,0,0,0,0,0 +132809,0,0,0,0,0 +132810,0,0,0,0,0 +132811,0,0,0,0,0 +132812,0,0,0,0,0 +132813,0,0,0,0,0 +132814,0,0,0,0,0 +132815,0,0,0,0,0 +132816,0,0,0,0,0 +132817,0,0,0,0,0 +132818,0,0,0,0,0 +132819,0,0,0,0,0 +132820,0,0,0,0,0 +132821,0,0,0,0,0 +132822,0,0,0,0,0 +132823,0,0,0,0,0 +132824,0,0,0,0,0 +132825,0,0,0,0,0 +132826,0,0,0,0,0 +132827,0,0,0,0,0 +132828,0,0,0,0,0 +132829,0,0,0,0,0 +132830,0,0,0,0,0 +132831,0,0,0,0,0 +132832,0,0,0,0,0 +132833,0,0,0,0,0 +132834,0,0,0,0,0 +132835,0,0,0,0,0 +132836,0,0,0,0,0 +132837,0,0,0,0,0 +132838,0,0,0,0,0 +132839,0,0,0,0,0 +132840,0,0,0,0,0 +132841,0,0,0,0,0 +132842,0,0,0,0,0 +132843,0,0,0,0,0 +132844,0,0,0,0,0 +132845,0,0,0,0,0 +132846,0,0,0,0,0 +132847,0,0,0,0,0 +132848,0,0,0,0,0 +132849,0,0,0,0,0 +132850,0,0,0,0,0 +132851,0,0,0,0,0 +132852,0,0,0,0,0 +132853,0,0,0,0,0 +132854,0,0,0,0,0 +132855,0,0,0,0,0 +132856,0,0,0,0,0 +132857,0,0,0,0,0 +132858,0,0,0,0,0 +132859,0,0,0,0,0 +132860,0,0,0,0,0 +132861,0,0,0,0,0 +132862,0,0,0,0,0 +132863,0,0,0,0,0 +132864,0,0,0,0,0 +132865,0,0,0,0,0 +132866,0,0,0,0,0 +132867,0,0,0,0,0 +132868,0,0,0,0,0 +132869,0,0,0,0,0 +132870,0,0,0,0,0 +132871,0,0,0,0,0 +132872,0,0,0,0,0 +132873,0,0,0,0,0 +132874,0,0,0,0,0 +132875,0,0,0,0,0 +132876,0,0,0,0,0 +132877,0,0,0,0,0 +132878,0,0,0,0,0 +132879,0,0,0,0,0 +132880,0,0,0,0,0 +132881,0,0,0,0,0 +132882,0,0,0,0,0 +132883,0,0,0,0,0 +132884,0,0,0,0,0 +132885,0,0,0,0,0 +132886,0,0,0,0,0 +132887,0,0,0,0,0 +132888,0,0,0,0,0 +132889,0,0,0,0,0 +132890,0,0,0,0,0 +132891,0,0,0,0,0 +132892,0,0,0,0,0 +132893,0,0,0,0,0 +132894,0,0,0,0,0 +132895,0,0,0,0,0 +132896,0,0,0,0,0 +132897,0,0,0,0,0 +132898,0,0,0,0,0 +132899,0,0,0,0,0 +132900,0,0,0,0,0 +132901,199.4497213,188.7609409,418.8414319,52.02519319,2787.847534 +132902,252.4515775,315.1341205,479.016448,177.6561705,2863.681888 +132903,395.870132,358.5013027,611.0073582,221.7994481,2847.190932 +132904,204.0675445,282.7460315,419.8586886,146.865919,2668.076735 +132905,66.23138802,229.0082442,286.5905081,93.27675961,2528.16413 +132906,40.22731407,216.9841489,259.5852839,80.57294469,2454.995936 +132907,4.069280152,201.651403,223.7334178,63.886103,2384.598687 +132908,-59.335436,175.5266974,162.0484731,35.92068527,2305.107114 +132909,-89.2452914,164.1569725,133.7746383,22.35585917,2250.881532 +132910,-101.7419113,160.5743216,123.0165717,16.31022579,2211.446684 +132911,-106.9694553,160.3673461,119.7207358,13.43719105,2180.092439 +132912,-109.9737563,161.3203164,118.8456816,11.57200392,2153.239601 +132913,-112.583441,162.6077855,118.5231603,9.927089889,2129.285818 +132914,-115.3718554,163.9537022,118.1366077,8.25272931,2107.444508 +132915,-118.4601111,165.2838893,117.5302454,6.49238303,2087.270281 +132916,-121.8291387,166.5892716,116.6973297,4.649095345,2068.467387 +132917,-125.3030942,167.7751069,115.5891744,2.808476228,2050.814312 +132918,-128.8887848,168.8937918,114.2757929,0.955217833,2034.134463 +132919,-132.6107876,170.0085826,112.8310456,-0.933378145,2018.283092 +132920,-136.4636181,171.152571,111.3005741,-2.861530241,2003.14038 +132921,-140.4222231,172.3356572,109.7081781,-4.82129575,1988.606621 +132922,-144.4583473,173.5581498,108.0670808,-6.801938193,1974.598507 +132923,-148.5483407,174.8184921,106.3864344,-8.794435849,1961.046201 +132924,-152.6744374,176.1156606,104.6736192,-10.79230955,1947.890982 +132925,-156.823434,177.4492399,102.9347277,-12.79100688,1935.083381 +132926,-160.9853473,178.8190137,101.1745965,-14.78725271,1922.581601 +132927,-165.1523642,180.2247263,99.39692887,-16.77856971,1910.350281 +132928,-169.3183674,181.6660104,97.60445761,-18.76308436,1898.359392 +132929,-173.4784765,183.1424195,95.79916661,-20.7393478,1886.583402 +132930,-177.6288906,184.6534527,93.98243905,-22.70628834,1875.000501 +132931,-181.7663748,186.198612,92.15526266,-24.66300163,1863.595414 +132932,-185.9015174,371.5906228,90.25039481,-26.61371435,1852.349565 +132933,-190.035853,315.9294573,88.23789851,-28.55980585,1841.246775 +132934,-194.1664605,349.2969534,86.11927317,-30.50070717,1830.274168 +132935,-198.2898686,375.7127905,83.90760872,-32.43534694,1819.421303 +132936,-202.4035424,393.724243,81.61619646,-34.36288589,1808.679245 +132937,-206.5057567,414.543213,79.25357479,-36.28276769,1798.040178 +132938,-210.5953272,433.6500995,76.82978063,-38.1946519,1787.497161 +132939,-214.6713049,452.2929529,74.34910524,-40.09829143,1777.04405 +132940,-218.732953,472.155974,71.81815106,-41.99352034,1766.675346 +132941,-222.7796606,489.1737295,69.23899089,-43.88021271,1756.386135 +132942,-226.8110015,509.359266,66.61657379,-45.75830857,1746.171957 +132943,-230.8266355,526.8349748,63.94757771,-47.62777127,1736.028787 +132944,-234.8263744,544.8851802,61.24194653,-49.48861883,1725.952924 +132945,-238.8100666,563.3660974,58.49616227,-51.34087461,1715.941009 +132946,-242.7776781,580.6348741,55.7181376,-53.184605,1705.989922 +132947,-246.7315078,598.1417292,52.90180028,-55.02091158,1696.095581 +132948,-250.6681368,616.1412564,50.05390121,-56.84832246,1686.257051 +132949,-254.5898979,632.791329,47.17038456,-58.66794822,1676.470737 +132950,-258.4965294,650.4310904,44.25679116,-60.47972656,1666.734484 +132951,-262.3873644,667.1576306,41.30988128,-62.28340968,1657.046571 +132952,-266.2621944,684.1793181,38.33457165,-64.07895547,1647.405232 +132953,-270.1211012,700.890279,35.327007,-65.86645114,1637.808692 +132954,-273.9643409,717.6499844,32.29159227,-67.64605865,1628.255201 +132955,-277.7921388,734.0771587,29.22436777,-69.41792259,1618.743118 +132956,-281.6047459,750.5746468,26.12957159,-71.18219555,1609.270884 +132957,-285.4023492,766.7722429,23.00328425,-72.93899919,1599.837057 +132958,-289.1851735,782.8452251,19.8451396,-74.68846969,1590.440258 +132959,-292.9533919,799.2648305,16.66130941,-76.43071879,1581.079211 +132960,-296.7072186,814.899683,13.44749239,-78.16587488,1571.752687 +132961,-300.1593919,897.080334,10.48993353,-79.76339472,1562.982145 +132962,-278.9656189,901.6967741,29.91602002,-70.13721934,1592.849415 +132963,-247.1313517,910.1671496,60.03282063,-55.87206156,1642.186885 +132964,-216.7935186,918.7593406,281.6785304,-42.50989017,1691.717734 +132965,-192.4216928,925.9462812,1231.491642,-32.00576939,1733.387987 +132966,-172.91659,931.6378185,630.8610264,-24.21696151,1766.432786 +132967,-156.8068547,936.2043872,845.6721954,-17.96740994,1792.522144 +132968,-143.1340835,939.9991195,870.8570026,-12.69469309,1813.375483 +132969,-131.9050062,943.249938,893.2049043,-8.178105934,1830.182679 +132970,-122.617094,946.0906897,913.2915292,-4.3126449,1843.711062 +132971,-114.8023044,948.6063177,931.9888722,-1.154347246,1854.498415 +132972,-108.1364935,950.8605626,951.8112024,1.438205763,1862.976484 +132973,-102.4059247,952.9050482,969.884146,3.612613136,1869.511163 +132974,-97.45654013,954.781766,988.9243275,5.470668551,1874.414054 +132975,-93.16514714,956.5241802,1004.26207,7.076676074,1877.947426 +132976,-89.428165,958.1584988,1021.939009,8.474583631,1880.329908 +132977,-86.15824815,959.7050646,1045.469879,9.69827885,1881.742883 +132978,-83.28242378,961.1796556,1061.509153,10.77573969,1882.336833 +132979,-80.74032541,962.5945268,1080.018905,11.73026709,1882.236736 +132980,-78.48214498,963.95922,1099.319214,12.58106184,1881.546585 +132981,-76.46680579,965.2811708,1113.702252,13.34375572,1880.353012 +132982,-74.66035742,966.5661766,1132.475413,14.03102076,1878.728287 +132983,-73.03468732,967.8187573,1147.943087,14.65313268,1876.732763 +132984,-71.56648582,969.0424357,1162.886796,15.2184425,1874.416907 +132985,-70.23637313,970.2399588,1178.293639,15.73376735,1871.822992 +132986,-69.02823498,971.4134668,1194.149657,16.20467698,1868.986473 +132987,71.26954849,972.5646304,1207.198207,16.63575175,1865.937163 +132988,201.484347,973.6947508,1221.667282,17.0307529,1862.700161 +132989,144.2107257,974.8048408,1235.371672,17.39278169,1859.296645 +132990,192.477841,975.8956581,1248.246062,32.09227886,1855.74442 +132991,220.2280444,976.9677387,1261.381021,152.6819366,1852.058473 +132992,241.8823445,978.0053959,1271.291394,98.14601305,1848.25149 +132993,265.5363897,978.9991694,1284.878103,127.1710475,1844.592414 +132994,284.8429064,979.947857,1293.958458,140.9354438,1841.09953 +132995,307.3420938,980.8542606,1305.54724,150.0457632,1837.722452 +132996,329.7435699,981.7218918,1316.089153,158.8974963,1834.416198 +132997,349.2219297,982.5536843,1324.939969,168.1865025,1831.153838 +132998,366.7089901,983.3518523,1335.10567,176.9687773,1827.920207 +132999,378.9725899,984.1180859,1344.758972,185.5430948,1824.705171 +133000,400.0913683,984.8537411,1353.261146,192.7336535,1821.500383 +133001,415.2334652,985.5599411,1362.441493,202.7500194,1818.298303 +133002,428.8170639,986.2376263,1370.444558,208.8989294,1815.092126 +133003,446.6515385,986.8875916,1379.11218,217.9160571,1811.875882 +133004,459.5281132,987.5105085,1385.958005,225.5562102,1808.644412 +133005,476.8248886,1074.420829,1394.703721,232.6756984,1805.393317 +133006,491.8744482,1128.865583,1401.603148,240.4634042,1802.118853 +133007,504.2137015,1110.756828,1408.519376,247.5159551,1798.817848 +133008,521.3623825,1142.811792,1416.076883,255.1643666,1795.48758 +133009,533.4802928,1160.520995,1422.080249,262.6315754,1792.1257 +133010,548.5108656,1178.086888,1428.719051,268.968934,1788.730203 +133011,562.2406824,1194.794786,1435.052448,275.7633233,1785.299423 +133012,574.4441596,1211.627842,1440.763009,283.0425325,1781.832011 +133013,590.9881402,1227.738904,1447.10207,288.8600771,1778.326897 +133014,600.9067561,1243.96862,1451.876101,296.5733272,1774.783235 +133015,617.8430889,1259.487469,1457.907403,302.6454497,1771.200378 +133016,627.5865876,1275.368326,1462.998759,308.51307,1767.57783 +133017,644.7529582,1280.341441,1469.022828,318.1718141,1763.915237 +133018,658.5137757,1293.474871,1474.425645,326.0540283,1760.212374 +133019,671.4261104,1307.471587,1479.2028,330.6115613,1756.46911 +133020,681.8496561,1321.021467,1483.98115,338.6149666,1752.685365 +133021,1087.935285,1503.994371,1605.860887,512.4586901,1745.827225 +133022,1102.707022,1519.724247,1602.863347,521.0548155,1752.808243 +133023,1118.982708,1534.535901,1602.33404,528.279903,2522.382797 +133024,1133.695661,1548.981763,1601.891694,535.628783,2791.135849 +133025,1147.379573,1562.700926,1600.562096,542.0279817,2478.504754 +133026,1161.238369,1577.025681,1598.28002,549.038747,2617.797188 +133027,1175.249624,1590.302991,1595.271273,555.5846858,2635.475863 +133028,1188.123807,1603.666999,1591.753043,561.9123313,2649.310175 +133029,1201.727602,1616.75179,1588.075002,568.2794736,2663.25401 +133030,1214.774138,1629.62692,1584.312316,574.6754193,2676.859279 +133031,1227.875033,1642.26019,1580.456243,580.6838674,2689.715351 +133032,1240.377405,1654.789645,1576.496,586.9750825,2702.571811 +133033,1252.909501,1667.046126,1572.434563,592.8659081,2715.050693 +133034,1265.462756,1679.14452,1568.283036,598.8957223,2727.339308 +133035,1278.026072,1691.008123,1564.054006,604.6562428,2720.469517 +133036,1289.952509,1702.790175,1559.758534,610.6887454,2706.610359 +133037,1302.201617,1714.305818,1555.405622,616.3130416,2693.392446 +133038,1314.131616,1725.630332,1551.002609,622.0723667,2680.895475 +133039,1326.060785,1736.885616,1546.555632,627.5607784,2669.064863 +133040,1337.669092,1747.82852,1542.069949,633.1860008,2657.808898 +133041,1349.277912,1758.749826,1537.550113,638.6759761,2647.04296 +133042,1360.727731,1769.356723,1533.000093,644.3003946,2636.698754 +133043,1372.177927,1779.949451,1528.423351,649.3810426,2626.721138 +133044,1383.467323,1790.228465,1523.822926,648.2568218,2617.063756 +133045,1394.436582,1800.00112,1519.201498,644.8265518,2607.686398 +133046,1405.726881,1810.718098,1514.561452,641.6198419,2598.553721 +133047,1402.682865,1820.272506,1509.904935,638.65258,2589.63463 +133048,1395.111455,1830.076373,1505.233903,635.894403,2580.901816 +133049,1388.000123,1839.61315,1500.550161,633.3054417,2572.331351 +133050,1381.38851,1849.120374,1495.855396,630.8519326,2563.902276 +133051,1375.221603,1857.923507,1491.151209,628.5084913,2555.59625 +133052,1369.420237,1866.492216,1486.435715,626.2546321,2547.397201 +133053,1363.916348,1875.054679,1481.708045,624.0744254,2539.291054 +133054,1358.658526,1883.134522,1476.969029,621.9553929,2531.26547 +133055,1353.607743,1891.347586,1472.220452,619.8875151,2523.309646 +133056,1348.732798,1899.217365,1467.464338,617.8625789,2515.414102 +133057,1344.007712,1906.986696,1462.702639,615.8737975,2507.570541 +133058,1339.410478,1914.58888,1457.937157,613.9155452,2499.771671 +133059,1334.922444,1921.98158,1453.169576,611.9831681,2492.011121 +133060,1330.527834,1929.422146,1448.401482,610.0728087,2484.283288 +133061,1326.213346,1936.387611,1443.634408,608.1812748,2476.583288 +133062,1321.967752,1943.533912,1438.869823,606.3059128,2468.906824 +133063,1317.781586,1950.34655,1434.109167,604.4445208,2461.250162 +133064,1313.646829,1957.080206,1429.353834,602.5952592,2453.610018 +133065,1309.556705,1963.667545,1424.605198,600.7565967,2445.983546 +133066,1305.50545,1970.119275,1419.86829,598.9272464,2438.368242 +133067,1301.488182,1976.374681,1415.14007,597.1061334,2430.761951 +133068,1297.500731,1982.654156,1410.425772,595.2923474,2423.162774 +133069,1293.539551,1988.728904,1405.721038,593.4851246,2415.569083 +133070,1289.601602,1994.512119,1401.032037,591.6838122,2407.979446 +133071,1285.684412,2000.45629,1396.365749,589.8879156,2400.392877 +133072,1281.785634,2006.080305,1391.713879,588.0969126,2392.808097 +133073,1277.903386,2011.645695,1387.081447,586.3104158,2385.224291 +133074,1274.035914,2017.082168,1382.463479,584.5280351,2377.640503 +133075,1270.181832,2022.393514,1377.866867,582.7494925,2370.056184 +133076,1266.339861,2027.590327,1373.27025,580.9744915,2362.47062 +133077,1262.509384,2032.66727,1368.690022,579.2028218,2354.883431 +133078,1258.690089,2037.56108,1364.131979,577.4342586,2347.294114 +133079,1254.881959,2042.507283,1359.603901,575.6686459,2339.702445 +133080,1251.085705,2047.192,1355.099404,573.9058023,2332.108051 +133081,1248.976274,2054.370513,1352.29431,572.906753,2327.555396 +133082,1246.952675,2058.942543,1349.580555,571.944442,2323.147619 +133083,1244.958785,2063.507389,1346.90649,570.99457,2318.788816 +133084,1242.93865,2067.664524,1344.21477,570.0323208,2314.38557 +133085,1240.869446,2071.729108,1341.479438,569.0475501,2309.897677 +133086,1238.750437,2075.638559,1338.697311,568.0400364,2305.319879 +133087,1236.588755,2079.415711,1335.874024,567.0131087,2300.659858 +133088,1234.392057,2082.996402,1333.016317,565.9703079,2295.926998 +133089,1232.166484,2086.709384,1330.129687,564.9144533,2291.129197 +133090,1229.916751,2089.968906,1327.218335,563.8476837,2286.272831 +133091,1227.646616,2096.354249,1324.285592,562.7716823,2281.363305 +133092,1225.359198,2096.472353,1321.33423,561.6878269,2276.405397 +133093,1223.057145,2104.094732,1318.366621,560.5972727,2271.403429 +133094,1220.742686,2101.579948,1315.38479,559.5009829,2266.361282 +133095,1218.417707,2112.394796,1312.390474,558.3997619,2261.28245 +133096,1216.083774,2104.956984,1309.385139,557.2942713,2256.170036 +133097,1213.742199,2122.010109,1306.370042,556.1850593,2251.026824 +133098,1211.394064,2105.325381,1303.346243,555.0725736,2245.855283 +133099,1209.040268,2134.565226,1300.31465,553.9571836,2240.657622 +133100,1206.68155,2100.672897,1297.276034,552.8391893,2235.435805 +133101,1204.318522,2114.786083,1294.231061,551.7188381,2230.191595 +133102,1201.951678,2128.84492,1291.180298,550.5963283,2224.926555 +133103,1199.581431,2121.916172,1288.124243,549.471825,2219.642103 +133104,1197.208109,2126.109351,1285.063323,548.345459,2214.339498 +133105,1194.831984,2127.960203,1281.997919,547.2173394,2209.019887 +133106,1192.45326,2129.640393,1278.92835,546.0875472,2203.684276 +133107,1190.072103,2131.216142,1275.854905,544.9561488,2198.333584 +133108,1187.68863,2132.683994,1272.777831,543.8231915,2192.96862 +133109,1185.302936,2134.123253,1269.697353,542.6887149,2187.590133 +133110,1182.915085,2135.26146,1266.613671,541.5527458,2182.198787 +133111,1180.525124,2136.257609,1263.526967,540.4153054,2176.795194 +133112,1178.131185,2137.039046,1260.435294,539.2754831,2171.379898 +133113,1175.732036,2137.702525,1257.335937,538.1326867,2165.953391 +133114,1173.327382,2138.242714,1254.230788,536.986787,2160.516118 +133115,1170.917418,2138.582718,1251.120389,535.837896,2155.068492 +133116,1168.502449,2138.997381,1248.003326,534.6861802,2149.610884 +133117,1166.082746,2139.125164,1244.881819,533.5317875,2144.143642 +133118,1163.658507,2139.282109,1241.756302,532.3748292,2138.667068 +133119,1161.229884,2139.1166,1238.625172,531.2153934,2133.181451 +133120,1158.796988,2139.006011,1235.490493,530.0535474,2127.687039 +133121,1156.359912,2138.713827,1232.352593,528.8893494,2122.184072 +133122,1153.918722,2138.319053,1229.209772,527.7228452,2116.672754 +133123,1151.47347,2137.811194,1226.064032,526.5540743,2111.15328 +133124,1149.024193,2137.190525,1222.915638,525.3830684,2105.625826 +133125,1146.570914,2136.457564,1219.762831,524.2098534,2100.090552 +133126,1144.113646,2135.61274,1216.607565,523.0344505,2094.547606 +133127,1141.652392,2134.657055,1213.450064,521.8568766,2088.997124 +133128,1139.187148,2133.59035,1210.288528,520.6771455,2083.439232 +133129,1136.7179,2132.413572,1207.12488,519.4952679,2077.874044 +133130,1134.244633,2131.127068,1203.959317,518.3112525,2072.30167 +133131,1131.767327,2129.731358,1200.790007,517.1251066,2066.722212 +133132,1129.285949,2128.309511,1197.618854,515.9368348,2061.13576 +133133,1126.800471,2126.578104,1194.446035,514.7464417,2055.542406 +133134,1124.310862,2124.914295,1191.269693,513.55393,2049.94223 +133135,1121.817086,2123.074613,1188.091722,512.359302,2044.335311 +133136,1119.319106,2121.139751,1184.912283,511.1625594,2038.721721 +133137,1116.816884,2119.099049,1181.729499,509.963703,2033.101529 +133138,1114.310378,2116.952553,1178.545258,508.7627343,2027.474804 +133139,1111.799544,2114.700873,1175.359707,507.5596526,2021.841602 +133140,1109.284344,2112.344415,1172.170958,506.3544594,2016.201988 +133141,1109.798078,2056.093928,1172.014233,506.5259473,2016.071188 +133142,1107.976055,2052.328138,1169.56844,505.5973747,2011.743052 +133143,1104.892004,2048.770596,1165.883203,504.0920019,2005.038592 +133144,1101.676,2045.239218,1162.063776,502.5493909,1997.915283 +133145,1098.813464,2041.670734,1158.589113,501.1962633,1991.256183 +133146,1096.370101,2038.042305,1155.523729,500.0554155,1985.223875 +133147,1094.263906,2034.259953,1152.790141,499.0820105,1979.724107 +133148,1092.409794,2030.59012,1150.304082,498.2303255,1974.638485 +133149,1090.74703,2026.666313,1148.008137,497.4696278,1969.885472 +133150,1089.240449,2022.719444,1145.86657,496.780895,1965.414896 +133151,1087.863052,2018.671547,1143.854813,496.1511759,1961.192175 +133152,1086.594489,2014.532038,1141.953333,495.5703397,1957.188977 +133153,1085.419827,2010.301034,1140.14534,495.0298454,1953.379846 +133154,1084.322283,2005.977853,1138.416286,494.5224383,1949.741703 +133155,1083.28853,2001.5628,1136.753704,494.0420296,1946.253858 +133156,1082.308077,1997.055624,1135.147075,493.5835881,1942.898053 +133157,1081.372197,1992.456781,1133.587549,493.1429705,1939.658223 +133158,1080.473433,1987.765959,1132.067713,492.716779,1936.520298 +133159,1079.605371,1982.985024,1130.581325,492.3022118,1933.47189 +133160,1078.762563,1978.113299,1129.123146,491.8969666,1930.502142 +133161,1077.940389,1973.151905,1127.688753,491.4991388,1927.601473 +133162,1077.134965,1968.101122,1126.27443,491.1071614,1924.76148 +133163,1076.343003,1962.961979,1124.877032,490.719735,1921.97474 +133164,1075.561744,1985.608481,1123.493917,490.3357905,1919.234739 +133165,1074.788842,1912.339072,1122.122842,489.9544386,1916.535713 +133166,1074.022323,1966.315848,1120.761926,489.5749487,1913.87261 +133167,1073.260492,1953.832705,1119.409558,489.1967072,1911.240937 +133168,1072.501933,1913.140456,1118.064395,488.8192144,1908.63677 +133169,1071.745428,1960.882804,1116.725284,488.4420493,1906.056617 +133170,1070.989951,1892.947831,1115.39126,488.0648678,1903.497421 +133171,1070.234609,1950.255843,1114.06149,487.6873769,1900.956449 +133172,1069.477337,1884.226231,1112.733761,487.3086619,1898.431307 +133173,1068.716545,1927.954206,1111.406405,486.9280562,1895.919841 +133174,1067.951419,1883.810824,1110.07862,486.5452776,1893.420179 +133175,1067.181587,1900.420131,1108.750093,486.1602536,1890.930631 +133176,1066.40688,1885.961348,1107.420718,485.7729939,1888.449729 +133177,1065.627156,1881.146329,1106.090417,485.3835107,1885.976138 +133178,1064.842295,1874.424061,1104.759124,484.9918156,1883.508697 +133179,1064.052165,1867.93763,1103.426759,484.5979077,1881.046341 +133180,1063.256663,1861.18248,1102.093262,484.2017909,1878.588147 +133181,1062.455675,1854.479352,1100.758561,483.8034616,1876.133258 +133182,1061.649115,1847.581691,1099.422615,483.402925,1873.680942 +133183,1060.83689,1840.663432,1098.085365,483.0001776,1871.230504 +133184,1060.018934,1833.67682,1096.746782,482.5952253,1868.781357 +133185,1059.19517,1826.69237,1095.406818,482.1880659,1866.332941 +133186,1058.365539,1819.461944,1094.06545,481.7787054,1863.884784 +133187,1057.529971,1812.242519,1092.722636,481.3671409,1861.436424 +133188,1056.688421,1805.06733,1091.378358,480.9533788,1858.987484 +133189,1055.840831,1797.687156,1090.03258,480.537417,1856.537584 +133190,1054.987165,1790.29952,1088.685287,480.1192617,1854.086416 +133191,1054.127366,1782.907847,1143.979959,479.6989113,1851.63367 +133192,1053.261397,1775.283381,1151.707946,479.2763716,1849.179093 +133193,1052.389206,1767.74266,1144.435229,478.8516404,1846.722421 +133194,1051.510751,1760.082365,1155.166977,478.4247175,1844.263425 +133195,1050.625954,1752.371465,1159.957214,477.9955874,1841.801828 +133196,1049.734751,1744.532561,1164.404703,477.5642413,1839.337403 +133197,1048.837072,1736.86921,1169.102264,477.1306625,1836.869901 +133198,1047.932878,1728.84114,1173.321321,476.6948495,1834.399149 +133199,1047.022121,1720.957218,1177.814407,476.2567937,1831.924951 +133200,1046.104782,1712.952858,1181.997394,475.8164977,1829.447169 +133201,1042.130443,1594.85633,1054.179635,473.9874158,1821.419478 +133202,1033.748388,1583.933707,1046.002534,470.0804325,1805.319632 +133203,1023.135044,1574.272013,1036.892244,465.1522967,1784.897469 +133204,1012.502175,1564.541811,1027.948713,460.2592038,1764.055243 +133205,1002.777077,1555.141115,1019.621811,455.8313262,1744.509687 +133206,994.0550544,1545.762218,1011.939969,451.8984899,1726.53983 +133207,986.1536213,1536.490615,1004.79361,448.3609515,1709.922067 +133208,978.8870052,1527.035776,998.0745941,445.1223092,1694.392048 +133209,972.1180105,1517.85122,991.7002869,442.1120935,1679.763096 +133210,965.7627251,1508.493538,985.6127243,439.2881171,1665.913408 +133211,959.7549907,1499.244514,979.7771485,436.6172611,1652.754202 +133212,954.0481933,1489.841134,974.1539517,434.0771383,1640.211009 +133213,948.5954925,1480.547388,968.718452,431.6450401,1628.216987 +133214,943.3634093,1471.138954,963.4398041,429.3056656,1616.711724 +133215,938.3162332,1461.92362,958.3015502,427.0422026,1605.641179 +133216,933.4307562,1452.443211,953.2815335,424.8446679,1594.957504 +133217,928.6802988,1443.117708,948.3658527,422.7008153,1584.618487 +133218,924.0494847,1433.783821,943.5394278,420.6045437,1574.586937 +133219,919.5181601,1424.265703,938.7948826,418.5467718,1564.830038 +133220,915.0764737,1414.983901,934.1185534,416.5240274,1555.318825 +133221,910.7088565,1405.540762,1018.107756,414.5293602,1546.027698 +133222,906.4093681,1396.199665,972.7861044,412.5610786,1536.934034 +133223,902.1656846,1386.717903,988.3883393,410.6136786,1528.017804 +133224,897.9746182,1377.293957,991.5770672,408.6866747,1519.261265 +133225,893.826122,1368.003257,994.1664587,406.7755342,1510.648651 +133226,889.7189685,1358.487863,997.0039836,404.8805936,1502.165999 +133227,885.6447564,1349.126796,999.5041651,402.9979948,1493.800901 +133228,881.6036778,1340.232847,1002.308916,401.1286485,1485.542371 +133229,877.5885269,1330.076807,1004.94354,429.8518519,1477.380632 +133230,992.532992,1321.10285,1007.676031,437.2803138,1469.306972 +133231,932.2395826,1311.514292,1010.129221,423.0239409,1461.313615 +133232,954.0588392,1302.135476,1012.601404,426.0633877,1453.394649 +133233,959.268775,1292.654234,1015.613476,441.2794252,1445.54402 +133234,963.2538853,1283.23125,1017.654179,436.0353423,1437.755702 +133235,967.7504019,1273.833225,1020.409892,439.7410736,1430.024201 +133236,971.7202662,1264.451139,1022.890145,441.6419869,1422.344649 +133237,976.0100641,1255.016679,1025.597807,443.7328232,1414.712737 +133238,979.7457105,1245.656021,1027.622126,445.511128,1407.124755 +133239,983.9900876,1236.318368,1030.685918,447.5377658,1399.577288 +133240,987.8663475,1226.956373,1032.863186,449.3683636,1392.067384 +133241,991.9366532,1217.662382,1035.379879,451.3150288,1384.592354 +133242,995.6909986,1208.343619,1037.916929,453.0321815,1377.149764 +133243,999.6157647,1199.164869,1040.523646,455.0381712,1369.737362 +133244,1003.457175,1189.92299,1042.928368,456.6805182,1362.3531 +133245,1007.232405,1180.751692,1045.391579,458.6699455,1354.995085 +133246,1011.17886,1171.564922,1047.974561,460.3288667,1347.661598 +133247,1014.685381,1162.523278,1050.367072,462.2132762,1340.351043 +133248,1018.561175,1153.429508,1052.895303,463.8213553,1333.061964 +133249,1022.307872,1144.413781,1055.536996,465.7568351,1325.793007 +133250,1025.69438,1135.392208,1057.938394,467.2914054,1318.54294 +133251,1029.930536,1126.522089,1060.508224,469.2946677,1311.310606 +133252,1033.007603,1117.610433,1062.75405,470.6872933,1304.094957 +133253,1036.82009,1108.784817,1065.496958,472.73442,1296.894998 +133254,1040.457272,1099.962979,1068.02208,474.0718828,1289.709831 +133255,1044.11572,1091.299806,1070.469139,476.031589,1282.538601 +133256,1047.521227,1082.605397,1072.655652,477.5493861,1275.380537 +133257,1051.273212,1077.857909,1075.775112,479.2962654,1268.234902 +133258,1054.476795,1071.717004,1077.892361,480.7817151,1261.101024 +133259,1058.489925,1065.590467,1080.460548,482.6415365,1253.978265 +133260,1061.718253,1059.467193,1083.115206,484.1126869,1246.866046 +133261,1299.706734,1159.904525,1320.476641,592.1998503,1854.680563 +133262,1306.560125,1155.337442,1325.601956,595.2886615,1787.511502 +133263,1311.554171,1150.47787,1330.324439,598.1174187,1804.85307 +133264,1316.858266,1145.263848,1334.045116,600.337298,1817.24349 +133265,1321.078769,1140.00124,1337.579467,602.5346612,1823.246198 +133266,1325.394413,1134.640051,1340.865202,604.5952926,1828.782111 +133267,1329.515722,1129.371644,1344.004798,606.577886,1834.046423 +133268,1333.547377,1124.01537,1347.069806,608.6643874,1839.022744 +133269,1337.517851,1118.715167,1349.957836,610.2900631,1843.896921 +133270,1341.444753,1113.436333,1352.852916,612.243923,1848.621732 +133271,1345.337465,1108.147336,1355.651714,614.0149452,1853.135777 +133272,1349.174666,1103.003589,1358.395617,615.7761554,1857.598925 +133273,1352.955199,1097.809438,1361.084561,617.5057656,1861.919529 +133274,1356.678757,1092.697452,1363.720187,619.204039,1866.16899 +133275,1360.711208,1087.587104,1366.343564,620.8726981,1870.234427 +133276,1363.773955,1082.631573,1368.823441,622.5122571,1874.278784 +133277,1367.604819,1077.64293,1371.341035,624.1240245,1878.203257 +133278,1371.059931,1072.747778,1373.779703,625.7083053,1882.044488 +133279,1374.560955,1067.908952,1376.1802,627.0937851,1885.83773 +133280,1377.919797,1063.092819,1378.537347,628.8856003,1889.464251 +133281,1381.316701,1058.44714,1380.852956,630.266709,1893.093487 +133282,1384.633878,1053.783132,1383.127099,631.7763416,1896.617741 +133283,1387.912465,1049.228159,1385.361638,633.2343089,1900.078262 +133284,1391.184778,1044.704009,1387.556563,634.6682276,1903.470108 +133285,1394.318933,1040.358054,1389.751727,636.0789062,1906.832242 +133286,1397.496028,1036.009624,1391.81335,637.4665045,1910.043439 +133287,1400.598896,1031.781171,1393.923774,638.8318622,1913.274041 +133288,1403.667151,1027.733742,1395.964584,640.1750494,1916.414253 +133289,1406.736062,1023.556059,1397.976313,641.4968673,1919.504724 +133290,1409.66839,1019.730739,1399.95343,642.7973401,1922.539802 +133291,1412.532983,1015.813629,1401.791297,644.0315486,1925.559212 +133292,1415.302181,1012.004636,1403.573611,645.2359652,1928.435167 +133293,1418.031311,1008.274568,1405.313639,646.4157736,1931.345058 +133294,1420.718381,1004.901026,1407.014301,647.5723122,1934.173847 +133295,1423.406847,1001.589609,1408.678593,648.7069457,1936.963222 +133296,1425.957376,998.4294435,1410.347099,650.4128427,1939.706989 +133297,1428.562536,995.3286623,1411.881902,651.8812348,1942.409077 +133298,1430.700231,992.2726064,1413.471894,653.3887515,1945.067696 +133299,1433.818325,989.2179071,1414.995178,654.9611426,1947.723163 +133300,1436.000362,986.2889356,1416.49235,656.6028188,1950.244483 +133301,1438.515931,983.3131665,1417.959429,658.3146604,1952.8123 +133302,1440.976563,980.3999233,1419.39618,660.0958404,1955.308633 +133303,1443.307611,977.511155,1420.804186,661.9459092,1957.775321 +133304,1445.703679,974.6508165,1422.183387,663.9749835,1960.20581 +133305,1448.037991,971.7818156,1423.535293,665.8835739,1962.603201 +133306,1450.354343,969.0283674,1424.859774,668.0355126,1964.966179 +133307,1452.647845,966.2222672,1426.158285,669.9797539,1967.297986 +133308,1454.918733,963.4717625,1427.430661,672.4656053,1969.635281 +133309,1457.211323,960.7399022,1428.678285,674.5787481,1971.846303 +133310,1459.376011,958.0312356,1429.90096,676.9297518,1974.113524 +133311,1461.617212,955.309936,1430.688767,679.3109291,1976.318844 +133312,1463.801143,952.6981783,1432.48265,681.7547703,1978.500682 +133313,1465.974387,950.0315754,1433.337441,684.2606445,1980.656491 +133314,1468.130035,947.4168865,1434.573334,686.8283523,1982.784599 +133315,1470.269626,944.81812,1435.621002,689.4581364,1984.887903 +133316,1472.393028,942.206286,1436.737665,692.1496502,1986.96492 +133317,1474.501685,939.6990212,1437.797317,694.9032579,1989.018476 +133318,1476.638943,937.4851866,1438.842295,697.7186994,1990.653481 +133319,1478.653455,934.4766166,1439.867529,700.5964072,1993.307814 +133320,1480.770255,932.2193084,1440.872614,703.5361784,1994.935382 +133321,1530.829538,952.5825821,1489.651939,729.5471588,2078.188192 +133322,1536.069255,952.0239407,1493.884556,734.4108798,2083.265075 +133323,1540.951552,950.5810504,1497.48777,738.5778327,2087.771654 +133324,1545.441165,949.2766873,1500.676671,742.8026183,2091.572142 +133325,1549.79813,947.7752321,1503.699766,747.2034853,2095.372205 +133326,1554.105786,946.3098339,1506.561706,750.9960885,2098.641484 +133327,1558.360953,944.7935358,1509.274794,755.3785602,2101.991608 +133328,1562.477377,943.2754106,1512.073114,759.540521,2105.246831 +133329,1566.693902,941.757974,1514.591791,763.7716438,2108.173427 +133330,1570.91354,940.245142,1517.158224,768.1094067,2111.311424 +133331,1575.02104,938.7398863,1519.751614,772.4120771,2114.263373 +133332,1579.244567,937.2434603,1522.251716,776.8505923,2117.028934 +133333,1583.481505,935.7575248,1524.587773,781.0380207,2119.983949 +133334,1587.607478,934.282498,1527.112988,785.9019463,2122.672322 +133335,1591.85678,932.8194664,1529.451461,790.305533,2125.554392 +133336,1596.121186,931.3684557,1531.759089,794.9058951,2128.073691 +133337,1600.272112,929.930231,1534.205073,799.6119141,2130.8648 +133338,1604.549459,928.504709,1536.381662,804.2753388,2133.42913 +133339,1608.844543,927.0924904,1538.688078,809.0893447,2136.016459 +133340,1613.018283,925.693327,1540.863275,813.8595448,2138.557633 +133341,1617.71437,924.3077343,1543.146671,818.7825035,2141.065868 +133342,1622.988337,922.9336628,1545.340591,823.6595705,2143.482682 +133343,1628.218809,921.5698165,1547.416986,828.6903626,2145.999734 +133344,1633.605245,920.2201376,1549.571645,833.6683954,2148.345401 +133345,1638.981452,918.8840366,1551.658969,838.7763544,2150.720348 +133346,1644.390025,917.5616475,1553.676212,843.9419289,2153.055398 +133347,1649.821607,916.2532462,1555.803542,849.0869471,2155.422994 +133348,1655.271704,914.9584961,1557.78911,854.3566964,2157.614063 +133349,1660.79656,913.677767,1559.799404,859.6845083,2159.915481 +133350,1666.190646,912.4106984,1561.779006,864.98852,2162.138407 +133351,1671.720804,911.0940879,1563.670706,870.4173771,2164.348507 +133352,1677.208559,909.8704407,1565.524432,875.9019659,2166.369499 +133353,1682.714346,908.5811557,1567.350024,881.3598513,2168.67968 +133354,1688.226733,907.3326288,1569.148037,886.9457913,2170.592342 +133355,1693.197072,906.0897588,1570.920431,892.5544227,2172.598096 +133356,1699.555537,904.8589758,1572.66974,898.2542492,2174.745833 +133357,1704.684248,903.6401445,1574.396283,903.923772,2176.741931 +133358,1710.305227,902.4327878,1576.09938,909.719592,2178.773276 +133359,1715.841974,901.2372092,1577.780212,915.5723535,2180.778905 +133360,1721.316044,900.0528969,1579.438107,921.3943371,2183.837588 +133361,1726.943696,898.8802182,1581.019398,927.3449884,2184.250232 +133362,1732.493309,897.7185873,1582.715847,933.3511912,2188.479577 +133363,1737.938161,896.53434,1584.268827,939.3215715,2187.289143 +133364,1743.508401,895.4450834,1585.848436,945.4224108,2193.729726 +133365,1748.955905,894.2927422,1587.454015,951.5401905,2189.293817 +133366,1754.563198,893.5202068,1588.900611,957.7471801,2200.273775 +133367,1760.024497,891.9191319,1590.44968,963.9113355,2189.283386 +133368,1765.532573,891.0595725,1591.929379,970.2034839,2209.134516 +133369,1771.022349,889.9242222,1593.397604,976.5469786,2186.258428 +133370,1776.504019,888.8493838,1594.847393,982.8475704,2222.480124 +133371,1781.973494,887.7842799,1596.275919,989.2766198,2179.205166 +133372,1787.433239,886.7305265,1597.686296,995.7177286,2238.34506 +133373,1792.882246,885.6868037,1599.077784,1001.843568,2171.483026 +133374,1798.318871,884.652733,1600.449691,1008.931288,2225.013307 +133375,1803.677183,883.6289504,1601.803773,1015.239761,2221.688392 +133376,1809.18683,882.5814597,1603.139013,1021.875595,2193.353039 +133377,1814.60359,881.6256573,1604.456371,1028.635215,2220.210533 +133378,1819.894648,880.6071352,1605.755067,1035.201306,2235.926244 +133379,1825.311936,879.62646,1607.036602,1042.038004,2186.59889 +133380,1830.585236,878.6497502,1608.299454,1048.818359,2234.026016 +133381,1759.273635,844.4354379,1532.67854,1022.394665,2074.827354 +133382,1763.78923,843.1947814,1533.136931,1028.999964,2078.984515 +133383,1768.605501,841.8889114,1533.693556,1035.611086,2080.125636 +133384,1773.461264,840.7581025,1534.351454,1042.427841,2081.389145 +133385,1778.339932,839.5749657,1535.020609,1049.240867,2082.682818 +133386,1783.221463,838.4354294,1535.691874,1055.985054,2083.999852 +133387,1788.100829,837.3054197,1536.358971,1062.965784,2085.329927 +133388,1792.972353,836.1871771,1537.017828,1069.849886,2086.668254 +133389,1797.831894,835.0792497,1537.664812,1076.814765,2088.005366 +133390,1802.613592,833.9812478,1538.300488,1083.801774,2089.345149 +133391,1807.546895,832.8923406,1538.922319,1090.779972,2090.625574 +133392,1812.318323,831.8124769,1539.531853,1097.901261,2092.043047 +133393,1817.199058,830.741124,1540.126903,1104.950676,2093.330915 +133394,1821.887574,829.6477351,1540.709362,1112.067979,2094.665515 +133395,1826.707088,828.6376196,1541.27682,1119.209673,2095.984104 +133396,1831.384239,827.5693992,1541.831471,1126.375247,2097.29917 +133397,1836.226899,826.5353995,1542.372621,1133.521614,2098.609199 +133398,1840.899033,825.5042371,1542.899492,1140.857305,2099.912292 +133399,1845.615174,824.4809181,1543.413404,1147.994068,2101.21086 +133400,1850.301843,823.464713,1543.91301,1155.253923,2102.501887 +133401,1854.970982,822.4561276,1544.39976,1162.608271,2103.788016 +133402,1859.620781,821.4544124,1544.872304,1169.883382,2105.066256 +133403,1864.251847,820.460055,1545.332086,1177.221006,2106.339269 +133404,1868.864967,819.4723214,1545.777773,1184.575335,2107.604107 +133405,1873.458376,818.1939147,1546.210804,1191.945783,2108.863436 +133406,1878.033513,817.6582826,1546.629868,1199.335929,2110.114359 +133407,1882.590218,816.4778495,1547.036381,1206.694989,2111.359543 +133408,1887.127024,815.5643336,1547.429032,1214.243815,2112.596111 +133409,1893.874363,814.6092878,1547.809365,1221.574021,2113.826963 +133410,1901.332407,813.6614487,1548.176865,1229.024246,2115.050733 +133411,1908.134667,813.0508951,1549.298608,1235.367533,2116.270109 +133412,1916.903084,809.6141184,1543.745544,1245.98811,2117.482364 +133413,1924.226492,808.6372864,1543.992559,1252.872612,2118.686803 +133414,1931.521484,807.9737302,1544.979381,1259.37421,2119.886317 +133415,1938.824535,807.4427509,1546.219791,1265.694399,2121.082605 +133416,1946.130506,806.9854799,1547.596626,1271.877202,2122.273647 +133417,1953.325846,806.5852606,1549.069384,1277.935452,2123.46192 +133418,1960.61597,806.2327188,1550.617596,1283.82113,2124.645326 +133419,1967.626881,805.9236398,1552.232261,1289.782542,2125.826177 +133420,1974.95214,805.6546919,1553.959142,1295.367124,2127.003412 +133421,1981.994704,805.4243752,1555.609452,1301.009196,2128.179426 +133422,1989.063219,805.2307671,1557.42984,1306.475917,2129.352729 +133423,1994.570003,801.633085,1551.108852,1313.7828,2130.523985 +133424,2001.445291,800.7890833,1551.421916,1319.588628,2131.682133 +133425,2008.515929,800.2762463,1552.415469,1325.062841,2132.844163 +133426,2015.391573,799.8997906,1553.711597,1330.453866,2134.005487 +133427,2022.366147,799.5959588,1555.18809,1335.774059,2135.168559 +133428,2029.073599,799.3465708,1556.623566,1340.772347,2136.330295 +133429,2035.808803,799.1430573,1558.249266,1345.929728,2137.491838 +133430,2042.594948,798.9802286,1559.890212,1350.787963,2138.650487 +133431,2049.130712,798.8557096,1561.596157,1355.587606,2139.808105 +133432,2055.572694,798.757949,1563.265817,1360.212588,2140.913498 +133433,2062.041167,798.7117258,1565.182272,1364.794066,2142.10902 +133434,2068.279517,798.6833836,1566.967654,1369.17755,2143.213947 +133435,2074.270299,798.6943256,1568.870334,1373.403662,2144.356059 +133436,2080.507545,798.7383915,1570.812853,1377.654518,2145.499679 +133437,2086.295744,798.8142075,1572.799252,1382.845661,2146.642745 +133438,2092.286728,798.9208781,1574.827705,1386.453422,2147.784537 +133439,2097.824116,799.0578787,1576.89716,1390.649433,2148.92549 +133440,2103.537268,799.2243689,1579.006077,1393.859654,2150.06471 +133441,1954.762435,733.1146328,1427.502324,1324.076898,1865.339119 +133442,1946.463976,729.670351,1421.074343,1328.969721,1864.929665 +133443,1948.319962,728.8138087,1420.690882,1326.156685,1864.961219 +133444,1951.022797,728.1811832,1420.796672,1329.071906,1865.236604 +133445,1953.890545,727.6750108,1421.170876,1331.284067,1865.625962 +133446,1956.769838,727.4783609,1421.658945,1334.595974,1866.08653 +133447,1959.601546,726.7236278,1422.271731,1337.145532,1866.591747 +133448,1962.431591,726.5396785,1422.82737,1339.655192,1867.123792 +133449,1964.898748,726.1755831,1423.53004,1342.181107,1867.672741 +133450,1967.613822,725.8765679,1424.230958,1344.402521,1868.23177 +133451,1969.975962,725.6033048,1424.973122,1346.528151,1868.797775 +133452,1972.289604,725.3541549,1425.746386,1348.48688,1869.367795 +133453,1974.463173,725.1279441,1426.548699,1350.283936,1869.940951 +133454,1976.500358,724.9235943,1427.377895,1351.916407,1870.5155 +133455,1978.395652,724.7403771,1428.232655,1353.381736,1871.091298 +133456,1980.069763,724.56981,1429.013427,1354.634744,1871.60655 +133457,1981.650936,724.423582,1429.96654,1355.747895,1872.166918 +133458,1983.097783,724.2980304,1430.848473,1356.69507,1872.736788 +133459,1964.978955,722.9316057,1428.921989,1342.260803,1873.390934 +133460,1963.591848,722.5568504,1429.177055,1340.593515,1873.862165 +133461,1963.309263,722.3083432,1429.754354,1339.803517,1874.385686 +133462,1963.276467,722.1112985,1430.440351,1339.236695,1874.873855 +133463,1963.299734,721.9439522,1431.177658,1338.550015,1875.464948 +133464,1963.308455,721.7993498,1431.948203,1337.954468,1875.955242 +133465,1963.268376,721.6726873,1432.74105,1337.24586,1876.473037 +133466,1963.237173,721.5619837,1433.552075,1336.465527,1876.973734 +133467,1962.936212,721.4649322,1434.376443,1335.594744,1877.459825 +133468,1962.718443,721.380927,1435.21313,1334.569181,1877.93362 +133469,1962.26702,721.3084184,1436.058929,1333.585919,1878.392363 +133470,1961.922374,721.2472318,1436.913724,1332.376411,1878.881814 +133471,1963.299594,720.4188569,1435.977512,1333.840972,1879.248917 +133472,1965.150857,719.3688515,1434.532985,1335.812537,1879.729905 +133473,1967.191774,718.2510627,1432.905134,1337.86593,1880.128981 +133474,1969.116933,717.0731639,1431.132375,1340.166573,1880.517804 +133475,1971.131574,715.8435274,1429.237227,1342.713201,1880.892745 +133476,1973.295966,714.5669897,1427.277736,1345.27447,1881.253284 +133477,1975.305893,713.2468882,1425.100041,1348.002351,1881.600483 +133478,1977.381264,711.885209,1422.925621,1350.8269,1881.933319 +133479,1979.588636,710.4837402,1420.570375,1353.747291,1882.252505 +133480,1981.628792,709.0436063,1418.245375,1356.755438,1882.556846 +133481,1983.724499,707.5660671,1415.730336,1359.844537,1882.846966 +133482,1985.83369,706.0518889,1413.168553,1363.008334,1883.12162 +133483,1987.946457,704.5020821,1410.5155,1366.241598,1883.381481 +133484,1990.057773,702.9172103,1407.824916,1369.539391,1883.625329 +133485,1992.160221,701.2981172,1404.941098,1372.837316,1883.853887 +133486,1994.255242,699.6452184,1402.076825,1376.339447,1884.065967 +133487,1996.34009,697.9592308,1399.095579,1379.765396,1884.262345 +133488,1998.415049,696.2404736,1396.044054,1385.446376,1884.441882 +133489,2000.400347,694.4895226,1392.872442,1386.349552,1884.605379 +133490,2002.563811,692.70658,1389.780446,1394.034695,1884.751659 +133491,2004.543276,690.8921981,1386.408304,1392.526643,1884.881613 +133492,2026.850666,690.6802275,1386.873071,1429.752453,1884.990931 +133493,2031.923081,689.1559532,1384.269149,1402.155984,1885.136397 +133494,2035.604428,687.4362903,1381.18765,1424.71449,1885.251058 +133495,2038.925597,685.6354029,1377.914405,1433.413023,1885.350184 +133496,2042.315233,683.7815713,1374.51665,1433.715171,1885.432603 +133497,2045.429441,681.8845099,1371.062827,1440.230489,1885.502135 +133498,2048.532412,679.948994,1367.37005,1445.147141,1885.561033 +133499,2051.558579,677.9779058,1363.795666,1450.307416,1885.612464 +133500,2054.525691,675.9725626,1360.01204,1455.270381,1885.656398 +133501,2029.233257,674.5529603,949.8969559,1473.305456,1907.474482 +133502,2023.791687,802.2842853,953.2934453,1593.167477,2254.340871 +133503,2076.255318,805.0897099,986.9539083,1609.753837,2302.749613 +133504,2108.135909,802.9783557,1011.247715,1610.743195,2325.205962 +133505,2128.653708,801.2137752,1029.290833,1619.228484,2336.720226 +133506,2142.447458,799.5142159,1042.954611,1627.579794,2343.18953 +133507,2152.25077,797.5840658,1053.597491,1628.56765,2347.595768 +133508,2159.745353,795.6470706,1062.174755,1634.663414,2350.713936 +133509,2165.890778,793.6502165,1069.282842,1644.075718,2353.279365 +133510,2171.154717,791.6558518,1075.260731,1645.571099,2355.514488 +133511,2175.752011,789.4923299,1080.312844,1653.989689,2357.507161 +133512,2179.808898,787.4084715,1084.582396,1659.794717,2359.296023 +133513,2183.408043,785.2389477,1088.184904,1661.181431,2360.905651 +133514,2186.627797,783.0432246,1091.219551,1667.368557,2362.358558 +133515,2189.538061,780.8140578,1093.771019,1669.53176,2363.674468 +133516,2192.197519,778.5523966,1095.911316,1670.826136,2364.871593 +133517,2194.652425,779.3452579,1097.700784,1671.54276,2365.965537 +133518,2197.275831,777.6007644,1099.308891,1672.930169,2366.970212 +133519,2199.985681,775.4453658,1100.738711,1674.82642,2367.895458 +133520,2202.631906,773.3318733,1101.963463,1676.977349,2368.750191 +133521,2205.142777,770.9076532,1102.977685,1679.221007,2369.542504 +133522,2207.517688,768.5802466,1103.795903,1681.491673,2370.279638 +133523,2209.768327,766.1496757,1104.440268,1683.77457,2370.968006 +133524,2211.913538,763.6818183,1104.932457,1686.070614,2371.613268 +133525,2213.970491,761.1706749,1105.290868,1688.381009,2372.220391 +133526,2215.951558,758.6174041,1105.530578,1690.704105,2372.793718 +133527,2218.130405,756.507006,1105.664046,1693.036556,2373.33705 +133528,2219.969927,753.1525464,1105.701717,1695.374631,2373.853606 +133529,2221.745477,750.8319577,1105.650968,1697.897216,2374.346108 +133530,2223.468058,747.9897384,1105.521101,1700.224478,2374.816919 +133531,2225.138007,745.9183692,1105.319165,1702.543489,2375.268049 +133532,2226.616657,743.8509577,1105.073834,1704.575891,2375.701193 +133533,2227.808134,741.8899162,1104.806925,1706.159127,2376.117704 +133534,2228.711601,739.9313018,1104.529012,1707.315409,2376.518674 +133535,2229.34405,737.9886411,1104.242293,1708.104471,2376.905026 +133536,2229.7297,736.0598279,1103.946062,1708.588919,2377.277543 +133537,2229.893567,734.1430541,1103.63938,1708.819823,2377.636852 +133538,2229.858119,732.2367215,1103.321753,1708.834228,2377.983476 +133539,2229.642145,730.339847,1102.993039,1708.658,2378.317812 +133540,2229.261126,728.4513427,1102.653263,1708.309511,2378.640166 +133541,2228.727764,726.5705434,1102.302501,1707.802362,2378.950742 +133542,2228.052647,724.6505281,1101.940849,1707.147028,2379.249671 +133543,2227.244607,722.8514206,1101.568417,1706.351783,2379.537004 +133544,2226.311201,720.9555138,1101.185331,1705.423273,2379.812754 +133545,2225.258761,719.1061856,1100.79174,1704.366902,2380.274741 +133546,2224.092663,717.2541605,1100.387804,1703.187113,2380.52394 +133547,2222.8117,715.3793647,1099.973686,1701.887601,2380.759084 +133548,2221.423915,713.528631,1099.548729,1700.468648,2380.98136 +133549,2219.929768,711.6849102,1099.113324,1698.933866,2381.191611 +133550,2218.339506,709.8447005,1098.668088,1697.287169,2381.39013 +133551,2216.381764,708.0082022,1098.213442,1695.347966,2381.57675 +133552,2214.611714,706.1742835,1097.749682,1693.495234,2381.751243 +133553,2212.751962,704.343458,1097.277026,1691.541248,2381.913358 +133554,2210.799521,702.5147318,1096.795683,1689.48109,2382.062892 +133555,2208.755505,700.6439003,1096.305835,1687.313761,2382.199595 +133556,2206.622181,698.8863471,1095.807686,1685.040775,2382.323277 +133557,2204.401438,697.0315089,1095.301431,1682.664243,2382.433732 +133558,2202.094692,695.2184754,1094.78728,1680.185966,2382.530799 +133559,2199.702977,691.3035582,1094.265404,1677.607176,2382.614237 +133560,2196.927876,689.1659708,1093.654809,1674.601016,2382.682893 +133561,0,0,0,0,0 +133562,0,0,0,0,0 +133563,0,0,0,0,0 +133564,0,0,0,0,0 +133565,0,0,0,0,0 +133566,0,0,0,0,0 +133567,0,0,0,0,0 +133568,0,0,0,0,0 +133569,0,0,0,0,0 +133570,0,0,0,0,0 +133571,0,0,0,0,0 +133572,0,0,0,0,0 +133573,0,0,0,0,0 +133574,0,0,0,0,0 +133575,0,0,0,0,0 +133576,0,0,0,0,0 +133577,0,0,0,0,0 +133578,0,0,0,0,0 +133579,0,0,0,0,0 +133580,0,0,0,0,0 +133581,0,0,0,0,0 +133582,0,0,0,0,0 +133583,0,0,0,0,0 +133584,0,0,0,0,0 +133585,0,0,0,0,0 +133586,0,0,0,0,0 +133587,0,0,0,0,0 +133588,0,0,0,0,0 +133589,0,0,0,0,0 +133590,0,0,0,0,0 +133591,0,0,0,0,0 +133592,0,0,0,0,0 +133593,0,0,0,0,0 +133594,0,0,0,0,0 +133595,0,0,0,0,0 +133596,0,0,0,0,0 +133597,0,0,0,0,0 +133598,0,0,0,0,0 +133599,0,0,0,0,0 +133600,0,0,0,0,0 +133601,0,0,0,0,0 +133602,0,0,0,0,0 +133603,0,0,0,0,0 +133604,0,0,0,0,0 +133605,0,0,0,0,0 +133606,0,0,0,0,0 +133607,0,0,0,0,0 +133608,0,0,0,0,0 +133609,0,0,0,0,0 +133610,0,0,0,0,0 +133611,0,0,0,0,0 +133612,0,0,0,0,0 +133613,0,0,0,0,0 +133614,0,0,0,0,0 +133615,0,0,0,0,0 +133616,0,0,0,0,0 +133617,0,0,0,0,0 +133618,0,0,0,0,0 +133619,0,0,0,0,0 +133620,0,0,0,0,0 +133621,0,0,0,0,0 +133622,0,0,0,0,0 +133623,0,0,0,0,0 +133624,0,0,0,0,0 +133625,0,0,0,0,0 +133626,0,0,0,0,0 +133627,0,0,0,0,0 +133628,0,0,0,0,0 +133629,0,0,0,0,0 +133630,0,0,0,0,0 +133631,0,0,0,0,0 +133632,0,0,0,0,0 +133633,0,0,0,0,0 +133634,0,0,0,0,0 +133635,0,0,0,0,0 +133636,0,0,0,0,0 +133637,0,0,0,0,0 +133638,0,0,0,0,0 +133639,0,0,0,0,0 +133640,0,0,0,0,0 +133641,0,0,0,0,0 +133642,0,0,0,0,0 +133643,0,0,0,0,0 +133644,0,0,0,0,0 +133645,0,0,0,0,0 +133646,0,0,0,0,0 +133647,0,0,0,0,0 +133648,0,0,0,0,0 +133649,0,0,0,0,0 +133650,0,0,0,0,0 +133651,0,0,0,0,0 +133652,0,0,0,0,0 +133653,0,0,0,0,0 +133654,0,0,0,0,0 +133655,0,0,0,0,0 +133656,0,0,0,0,0 +133657,0,0,0,0,0 +133658,0,0,0,0,0 +133659,0,0,0,0,0 +133660,0,0,0,0,0 +133661,0,0,0,0,0 +133662,0,0,0,0,0 +133663,0,0,0,0,0 +133664,0,0,0,0,0 +133665,0,0,0,0,0 +133666,0,0,0,0,0 +133667,0,0,0,0,0 +133668,0,0,0,0,0 +133669,0,0,0,0,0 +133670,0,0,0,0,0 +133671,0,0,0,0,0 +133672,0,0,0,0,0 +133673,0,0,0,0,0 +133674,0,0,0,0,0 +133675,0,0,0,0,0 +133676,0,0,0,0,0 +133677,0,0,0,0,0 +133678,0,0,0,0,0 +133679,0,0,0,0,0 +133680,0,0,0,0,0 +133681,0,0,0,0,0 +133682,0,0,0,0,0 +133683,0,0,0,0,0 +133684,0,0,0,0,0 +133685,0,0,0,0,0 +133686,0,0,0,0,0 +133687,0,0,0,0,0 +133688,0,0,0,0,0 +133689,0,0,0,0,0 +133690,0,0,0,0,0 +133691,0,0,0,0,0 +133692,0,0,0,0,0 +133693,0,0,0,0,0 +133694,0,0,0,0,0 +133695,0,0,0,0,0 +133696,0,0,0,0,0 +133697,0,0,0,0,0 +133698,0,0,0,0,0 +133699,0,0,0,0,0 +133700,0,0,0,0,0 +133701,0,0,0,0,0 +133702,0,0,0,0,0 +133703,0,0,0,0,0 +133704,0,0,0,0,0 +133705,0,0,0,0,0 +133706,0,0,0,0,0 +133707,0,0,0,0,0 +133708,0,0,0,0,0 +133709,0,0,0,0,0 +133710,0,0,0,0,0 +133711,0,0,0,0,0 +133712,0,0,0,0,0 +133713,0,0,0,0,0 +133714,0,0,0,0,0 +133715,0,0,0,0,0 +133716,0,0,0,0,0 +133717,0,0,0,0,0 +133718,0,0,0,0,0 +133719,0,0,0,0,0 +133720,0,0,0,0,0 +133721,0,0,0,0,0 +133722,0,0,0,0,0 +133723,0,0,0,0,0 +133724,0,0,0,0,0 +133725,0,0,0,0,0 +133726,0,0,0,0,0 +133727,0,0,0,0,0 +133728,0,0,0,0,0 +133729,0,0,0,0,0 +133730,0,0,0,0,0 +133731,0,0,0,0,0 +133732,0,0,0,0,0 +133733,0,0,0,0,0 +133734,0,0,0,0,0 +133735,0,0,0,0,0 +133736,0,0,0,0,0 +133737,0,0,0,0,0 +133738,0,0,0,0,0 +133739,0,0,0,0,0 +133740,0,0,0,0,0 +133741,0,0,0,0,0 +133742,0,0,0,0,0 +133743,0,0,0,0,0 +133744,0,0,0,0,0 +133745,0,0,0,0,0 +133746,0,0,0,0,0 +133747,0,0,0,0,0 +133748,0,0,0,0,0 +133749,0,0,0,0,0 +133750,0,0,0,0,0 +133751,0,0,0,0,0 +133752,0,0,0,0,0 +133753,0,0,0,0,0 +133754,0,0,0,0,0 +133755,0,0,0,0,0 +133756,0,0,0,0,0 +133757,0,0,0,0,0 +133758,0,0,0,0,0 +133759,0,0,0,0,0 +133760,0,0,0,0,0 +133761,0,0,0,0,0 +133762,0,0,0,0,0 +133763,0,0,0,0,0 +133764,0,0,0,0,0 +133765,0,0,0,0,0 +133766,0,0,0,0,0 +133767,0,0,0,0,0 +133768,0,0,0,0,0 +133769,0,0,0,0,0 +133770,0,0,0,0,0 +133771,0,0,0,0,0 +133772,0,0,0,0,0 +133773,0,0,0,0,0 +133774,0,0,0,0,0 +133775,0,0,0,0,0 +133776,0,0,0,0,0 +133777,0,0,0,0,0 +133778,0,0,0,0,0 +133779,0,0,0,0,0 +133780,0,0,0,0,0 +133781,0,0,0,0,0 +133782,0,0,0,0,0 +133783,0,0,0,0,0 +133784,0,0,0,0,0 +133785,0,0,0,0,0 +133786,0,0,0,0,0 +133787,0,0,0,0,0 +133788,0,0,0,0,0 +133789,0,0,0,0,0 +133790,0,0,0,0,0 +133791,0,0,0,0,0 +133792,0,0,0,0,0 +133793,0,0,0,0,0 +133794,0,0,0,0,0 +133795,0,0,0,0,0 +133796,0,0,0,0,0 +133797,0,0,0,0,0 +133798,0,0,0,0,0 +133799,0,0,0,0,0 +133800,0,0,0,0,0 +133801,0,0,0,0,0 +133802,0,0,0,0,0 +133803,0,0,0,0,0 +133804,0,0,0,0,0 +133805,0,0,0,0,0 +133806,0,0,0,0,0 +133807,0,0,0,0,0 +133808,0,0,0,0,0 +133809,0,0,0,0,0 +133810,0,0,0,0,0 +133811,0,0,0,0,0 +133812,0,0,0,0,0 +133813,0,0,0,0,0 +133814,0,0,0,0,0 +133815,0,0,0,0,0 +133816,0,0,0,0,0 +133817,0,0,0,0,0 +133818,0,0,0,0,0 +133819,0,0,0,0,0 +133820,0,0,0,0,0 +133821,0,0,0,0,0 +133822,0,0,0,0,0 +133823,0,0,0,0,0 +133824,0,0,0,0,0 +133825,0,0,0,0,0 +133826,0,0,0,0,0 +133827,0,0,0,0,0 +133828,0,0,0,0,0 +133829,0,0,0,0,0 +133830,0,0,0,0,0 +133831,0,0,0,0,0 +133832,0,0,0,0,0 +133833,0,0,0,0,0 +133834,0,0,0,0,0 +133835,0,0,0,0,0 +133836,0,0,0,0,0 +133837,0,0,0,0,0 +133838,0,0,0,0,0 +133839,0,0,0,0,0 +133840,0,0,0,0,0 +133841,0,0,0,0,0 +133842,0,0,0,0,0 +133843,0,0,0,0,0 +133844,0,0,0,0,0 +133845,0,0,0,0,0 +133846,0,0,0,0,0 +133847,0,0,0,0,0 +133848,0,0,0,0,0 +133849,0,0,0,0,0 +133850,0,0,0,0,0 +133851,0,0,0,0,0 +133852,0,0,0,0,0 +133853,0,0,0,0,0 +133854,0,0,0,0,0 +133855,0,0,0,0,0 +133856,0,0,0,0,0 +133857,0,0,0,0,0 +133858,0,0,0,0,0 +133859,0,0,0,0,0 +133860,0,0,0,0,0 +133861,0,0,0,0,0 +133862,0,0,0,0,0 +133863,0,0,0,0,0 +133864,0,0,0,0,0 +133865,0,0,0,0,0 +133866,0,0,0,0,0 +133867,0,0,0,0,0 +133868,0,0,0,0,0 +133869,0,0,0,0,0 +133870,0,0,0,0,0 +133871,0,0,0,0,0 +133872,0,0,0,0,0 +133873,0,0,0,0,0 +133874,0,0,0,0,0 +133875,0,0,0,0,0 +133876,0,0,0,0,0 +133877,0,0,0,0,0 +133878,0,0,0,0,0 +133879,0,0,0,0,0 +133880,0,0,0,0,0 +133881,0,0,0,0,0 +133882,0,0,0,0,0 +133883,0,0,0,0,0 +133884,0,0,0,0,0 +133885,0,0,0,0,0 +133886,0,0,0,0,0 +133887,0,0,0,0,0 +133888,0,0,0,0,0 +133889,0,0,0,0,0 +133890,0,0,0,0,0 +133891,0,0,0,0,0 +133892,0,0,0,0,0 +133893,0,0,0,0,0 +133894,0,0,0,0,0 +133895,0,0,0,0,0 +133896,0,0,0,0,0 +133897,0,0,0,0,0 +133898,0,0,0,0,0 +133899,0,0,0,0,0 +133900,0,0,0,0,0 +133901,0,0,0,0,0 +133902,0,0,0,0,0 +133903,0,0,0,0,0 +133904,0,0,0,0,0 +133905,0,0,0,0,0 +133906,0,0,0,0,0 +133907,0,0,0,0,0 +133908,0,0,0,0,0 +133909,0,0,0,0,0 +133910,0,0,0,0,0 +133911,0,0,0,0,0 +133912,0,0,0,0,0 +133913,0,0,0,0,0 +133914,0,0,0,0,0 +133915,0,0,0,0,0 +133916,0,0,0,0,0 +133917,0,0,0,0,0 +133918,0,0,0,0,0 +133919,0,0,0,0,0 +133920,0,0,0,0,0 +133921,0,0,0,0,0 +133922,0,0,0,0,0 +133923,0,0,0,0,0 +133924,0,0,0,0,0 +133925,0,0,0,0,0 +133926,0,0,0,0,0 +133927,0,0,0,0,0 +133928,0,0,0,0,0 +133929,0,0,0,0,0 +133930,0,0,0,0,0 +133931,0,0,0,0,0 +133932,0,0,0,0,0 +133933,0,0,0,0,0 +133934,0,0,0,0,0 +133935,0,0,0,0,0 +133936,0,0,0,0,0 +133937,0,0,0,0,0 +133938,0,0,0,0,0 +133939,0,0,0,0,0 +133940,0,0,0,0,0 +133941,0,0,0,0,0 +133942,0,0,0,0,0 +133943,0,0,0,0,0 +133944,0,0,0,0,0 +133945,0,0,0,0,0 +133946,0,0,0,0,0 +133947,0,0,0,0,0 +133948,0,0,0,0,0 +133949,0,0,0,0,0 +133950,0,0,0,0,0 +133951,0,0,0,0,0 +133952,0,0,0,0,0 +133953,0,0,0,0,0 +133954,0,0,0,0,0 +133955,0,0,0,0,0 +133956,0,0,0,0,0 +133957,0,0,0,0,0 +133958,0,0,0,0,0 +133959,0,0,0,0,0 +133960,0,0,0,0,0 +133961,0,0,0,0,0 +133962,0,0,0,0,0 +133963,0,0,0,0,0 +133964,0,0,0,0,0 +133965,0,0,0,0,0 +133966,0,0,0,0,0 +133967,0,0,0,0,0 +133968,0,0,0,0,0 +133969,0,0,0,0,0 +133970,0,0,0,0,0 +133971,0,0,0,0,0 +133972,0,0,0,0,0 +133973,0,0,0,0,0 +133974,0,0,0,0,0 +133975,0,0,0,0,0 +133976,0,0,0,0,0 +133977,0,0,0,0,0 +133978,0,0,0,0,0 +133979,0,0,0,0,0 +133980,0,0,0,0,0 +133981,0,0,0,0,0 +133982,0,0,0,0,0 +133983,0,0,0,0,0 +133984,0,0,0,0,0 +133985,0,0,0,0,0 +133986,0,0,0,0,0 +133987,0,0,0,0,0 +133988,0,0,0,0,0 +133989,0,0,0,0,0 +133990,0,0,0,0,0 +133991,0,0,0,0,0 +133992,0,0,0,0,0 +133993,0,0,0,0,0 +133994,0,0,0,0,0 +133995,0,0,0,0,0 +133996,0,0,0,0,0 +133997,0,0,0,0,0 +133998,0,0,0,0,0 +133999,0,0,0,0,0 +134000,0,0,0,0,0 +134001,0,0,0,0,0 +134002,0,0,0,0,0 +134003,0,0,0,0,0 +134004,0,0,0,0,0 +134005,0,0,0,0,0 +134006,0,0,0,0,0 +134007,0,0,0,0,0 +134008,0,0,0,0,0 +134009,0,0,0,0,0 +134010,0,0,0,0,0 +134011,0,0,0,0,0 +134012,0,0,0,0,0 +134013,0,0,0,0,0 +134014,0,0,0,0,0 +134015,0,0,0,0,0 +134016,0,0,0,0,0 +134017,0,0,0,0,0 +134018,0,0,0,0,0 +134019,0,0,0,0,0 +134020,0,0,0,0,0 +134021,0,0,0,0,0 +134022,0,0,0,0,0 +134023,0,0,0,0,0 +134024,0,0,0,0,0 +134025,0,0,0,0,0 +134026,0,0,0,0,0 +134027,0,0,0,0,0 +134028,0,0,0,0,0 +134029,0,0,0,0,0 +134030,0,0,0,0,0 +134031,0,0,0,0,0 +134032,0,0,0,0,0 +134033,0,0,0,0,0 +134034,0,0,0,0,0 +134035,0,0,0,0,0 +134036,0,0,0,0,0 +134037,0,0,0,0,0 +134038,0,0,0,0,0 +134039,0,0,0,0,0 +134040,0,0,0,0,0 +134041,0,0,0,0,0 +134042,0,0,0,0,0 +134043,0,0,0,0,0 +134044,0,0,0,0,0 +134045,0,0,0,0,0 +134046,0,0,0,0,0 +134047,0,0,0,0,0 +134048,0,0,0,0,0 +134049,0,0,0,0,0 +134050,0,0,0,0,0 +134051,0,0,0,0,0 +134052,0,0,0,0,0 +134053,0,0,0,0,0 +134054,0,0,0,0,0 +134055,0,0,0,0,0 +134056,0,0,0,0,0 +134057,0,0,0,0,0 +134058,0,0,0,0,0 +134059,0,0,0,0,0 +134060,0,0,0,0,0 +134061,0,0,0,0,0 +134062,0,0,0,0,0 +134063,0,0,0,0,0 +134064,0,0,0,0,0 +134065,0,0,0,0,0 +134066,0,0,0,0,0 +134067,0,0,0,0,0 +134068,0,0,0,0,0 +134069,0,0,0,0,0 +134070,0,0,0,0,0 +134071,0,0,0,0,0 +134072,0,0,0,0,0 +134073,0,0,0,0,0 +134074,0,0,0,0,0 +134075,0,0,0,0,0 +134076,0,0,0,0,0 +134077,0,0,0,0,0 +134078,0,0,0,0,0 +134079,0,0,0,0,0 +134080,0,0,0,0,0 +134081,0,0,0,0,0 +134082,0,0,0,0,0 +134083,0,0,0,0,0 +134084,0,0,0,0,0 +134085,0,0,0,0,0 +134086,0,0,0,0,0 +134087,0,0,0,0,0 +134088,0,0,0,0,0 +134089,0,0,0,0,0 +134090,0,0,0,0,0 +134091,0,0,0,0,0 +134092,0,0,0,0,0 +134093,0,0,0,0,0 +134094,0,0,0,0,0 +134095,0,0,0,0,0 +134096,0,0,0,0,0 +134097,0,0,0,0,0 +134098,0,0,0,0,0 +134099,0,0,0,0,0 +134100,0,0,0,0,0 +134101,0,0,0,0,0 +134102,0,0,0,0,0 +134103,0,0,0,0,0 +134104,0,0,0,0,0 +134105,0,0,0,0,0 +134106,0,0,0,0,0 +134107,0,0,0,0,0 +134108,0,0,0,0,0 +134109,0,0,0,0,0 +134110,0,0,0,0,0 +134111,0,0,0,0,0 +134112,0,0,0,0,0 +134113,0,0,0,0,0 +134114,0,0,0,0,0 +134115,0,0,0,0,0 +134116,0,0,0,0,0 +134117,0,0,0,0,0 +134118,0,0,0,0,0 +134119,0,0,0,0,0 +134120,0,0,0,0,0 +134121,0,0,0,0,0 +134122,0,0,0,0,0 +134123,0,0,0,0,0 +134124,0,0,0,0,0 +134125,0,0,0,0,0 +134126,0,0,0,0,0 +134127,0,0,0,0,0 +134128,0,0,0,0,0 +134129,0,0,0,0,0 +134130,0,0,0,0,0 +134131,0,0,0,0,0 +134132,0,0,0,0,0 +134133,0,0,0,0,0 +134134,0,0,0,0,0 +134135,0,0,0,0,0 +134136,0,0,0,0,0 +134137,0,0,0,0,0 +134138,0,0,0,0,0 +134139,0,0,0,0,0 +134140,0,0,0,0,0 +134141,0,0,0,0,0 +134142,0,0,0,0,0 +134143,0,0,0,0,0 +134144,0,0,0,0,0 +134145,0,0,0,0,0 +134146,0,0,0,0,0 +134147,0,0,0,0,0 +134148,0,0,0,0,0 +134149,0,0,0,0,0 +134150,0,0,0,0,0 +134151,0,0,0,0,0 +134152,0,0,0,0,0 +134153,0,0,0,0,0 +134154,0,0,0,0,0 +134155,0,0,0,0,0 +134156,0,0,0,0,0 +134157,0,0,0,0,0 +134158,0,0,0,0,0 +134159,0,0,0,0,0 +134160,0,0,0,0,0 +134161,0,0,0,0,0 +134162,0,0,0,0,0 +134163,0,0,0,0,0 +134164,0,0,0,0,0 +134165,0,0,0,0,0 +134166,0,0,0,0,0 +134167,0,0,0,0,0 +134168,0,0,0,0,0 +134169,0,0,0,0,0 +134170,0,0,0,0,0 +134171,0,0,0,0,0 +134172,0,0,0,0,0 +134173,0,0,0,0,0 +134174,0,0,0,0,0 +134175,0,0,0,0,0 +134176,0,0,0,0,0 +134177,0,0,0,0,0 +134178,0,0,0,0,0 +134179,0,0,0,0,0 +134180,0,0,0,0,0 +134181,0,0,0,0,0 +134182,0,0,0,0,0 +134183,0,0,0,0,0 +134184,0,0,0,0,0 +134185,0,0,0,0,0 +134186,0,0,0,0,0 +134187,0,0,0,0,0 +134188,0,0,0,0,0 +134189,0,0,0,0,0 +134190,0,0,0,0,0 +134191,0,0,0,0,0 +134192,0,0,0,0,0 +134193,0,0,0,0,0 +134194,0,0,0,0,0 +134195,0,0,0,0,0 +134196,0,0,0,0,0 +134197,0,0,0,0,0 +134198,0,0,0,0,0 +134199,0,0,0,0,0 +134200,0,0,0,0,0 +134201,0,0,0,0,0 +134202,0,0,0,0,0 +134203,0,0,0,0,0 +134204,0,0,0,0,0 +134205,0,0,0,0,0 +134206,0,0,0,0,0 +134207,0,0,0,0,0 +134208,0,0,0,0,0 +134209,0,0,0,0,0 +134210,0,0,0,0,0 +134211,0,0,0,0,0 +134212,0,0,0,0,0 +134213,0,0,0,0,0 +134214,0,0,0,0,0 +134215,0,0,0,0,0 +134216,0,0,0,0,0 +134217,0,0,0,0,0 +134218,0,0,0,0,0 +134219,0,0,0,0,0 +134220,0,0,0,0,0 +134221,0,0,0,0,0 +134222,0,0,0,0,0 +134223,0,0,0,0,0 +134224,0,0,0,0,0 +134225,0,0,0,0,0 +134226,0,0,0,0,0 +134227,0,0,0,0,0 +134228,0,0,0,0,0 +134229,0,0,0,0,0 +134230,0,0,0,0,0 +134231,0,0,0,0,0 +134232,0,0,0,0,0 +134233,0,0,0,0,0 +134234,0,0,0,0,0 +134235,0,0,0,0,0 +134236,0,0,0,0,0 +134237,0,0,0,0,0 +134238,0,0,0,0,0 +134239,0,0,0,0,0 +134240,0,0,0,0,0 +134241,0,0,0,0,0 +134242,0,0,0,0,0 +134243,0,0,0,0,0 +134244,0,0,0,0,0 +134245,0,0,0,0,0 +134246,0,0,0,0,0 +134247,0,0,0,0,0 +134248,0,0,0,0,0 +134249,0,0,0,0,0 +134250,0,0,0,0,0 +134251,0,0,0,0,0 +134252,0,0,0,0,0 +134253,0,0,0,0,0 +134254,0,0,0,0,0 +134255,0,0,0,0,0 +134256,0,0,0,0,0 +134257,0,0,0,0,0 +134258,0,0,0,0,0 +134259,0,0,0,0,0 +134260,0,0,0,0,0 +134261,0,0,0,0,0 +134262,0,0,0,0,0 +134263,0,0,0,0,0 +134264,0,0,0,0,0 +134265,0,0,0,0,0 +134266,0,0,0,0,0 +134267,0,0,0,0,0 +134268,0,0,0,0,0 +134269,0,0,0,0,0 +134270,0,0,0,0,0 +134271,0,0,0,0,0 +134272,0,0,0,0,0 +134273,0,0,0,0,0 +134274,0,0,0,0,0 +134275,0,0,0,0,0 +134276,0,0,0,0,0 +134277,0,0,0,0,0 +134278,0,0,0,0,0 +134279,0,0,0,0,0 +134280,0,0,0,0,0 +134281,0,0,0,0,0 +134282,0,0,0,0,0 +134283,0,0,0,0,0 +134284,0,0,0,0,0 +134285,0,0,0,0,0 +134286,0,0,0,0,0 +134287,0,0,0,0,0 +134288,0,0,0,0,0 +134289,0,0,0,0,0 +134290,0,0,0,0,0 +134291,0,0,0,0,0 +134292,0,0,0,0,0 +134293,0,0,0,0,0 +134294,0,0,0,0,0 +134295,0,0,0,0,0 +134296,0,0,0,0,0 +134297,0,0,0,0,0 +134298,0,0,0,0,0 +134299,0,0,0,0,0 +134300,0,0,0,0,0 +134301,0,0,0,0,0 +134302,0,0,0,0,0 +134303,0,0,0,0,0 +134304,0,0,0,0,0 +134305,0,0,0,0,0 +134306,0,0,0,0,0 +134307,0,0,0,0,0 +134308,0,0,0,0,0 +134309,0,0,0,0,0 +134310,0,0,0,0,0 +134311,0,0,0,0,0 +134312,0,0,0,0,0 +134313,0,0,0,0,0 +134314,0,0,0,0,0 +134315,0,0,0,0,0 +134316,0,0,0,0,0 +134317,0,0,0,0,0 +134318,0,0,0,0,0 +134319,0,0,0,0,0 +134320,0,0,0,0,0 +134321,0,0,0,0,0 +134322,0,0,0,0,0 +134323,0,0,0,0,0 +134324,0,0,0,0,0 +134325,0,0,0,0,0 +134326,0,0,0,0,0 +134327,0,0,0,0,0 +134328,0,0,0,0,0 +134329,0,0,0,0,0 +134330,0,0,0,0,0 +134331,0,0,0,0,0 +134332,0,0,0,0,0 +134333,0,0,0,0,0 +134334,0,0,0,0,0 +134335,0,0,0,0,0 +134336,0,0,0,0,0 +134337,0,0,0,0,0 +134338,0,0,0,0,0 +134339,0,0,0,0,0 +134340,0,0,0,0,0 +134341,-517.8530779,-73.13133439,-321.6180688,-188.8762484,1665.910703 +134342,-461.579847,-27.29859561,-260.3843741,-144.1239177,1684.803332 +134343,-431.6348205,-15.94127727,-232.5353465,-132.8185716,1641.225873 +134344,-493.5067689,-43.55331143,-294.3394709,-160.6437754,1545.393087 +134345,-522.9050577,-56.62962628,-323.4344477,-174.5412582,1476.607099 +134346,-533.9110342,-61.05188654,-333.6117849,-180.3881321,1426.889281 +134347,-536.7823983,-61.36506478,-335.1494348,-182.5773681,1388.627896 +134348,-537.2474387,-60.20436352,-333.8829454,-183.6007083,1356.864373 +134349,-537.509622,-58.64230501,-332.1273551,-184.4344132,1329.165211 +134350,-538.2543777,-57.04897267,-330.6510906,-185.3911922,1304.352739 +134351,-539.6005837,-55.52169367,-329.6303738,-186.5337441,1281.798996 +134352,-541.4864827,-54.06666179,-329.0445325,-187.8450178,1261.103177 +134353,-543.8131249,46.2432908,-328.8253412,-189.2913593,1241.96374 +134354,-546.4883812,116.4084669,-328.9043637,-190.8413807,1224.135101 +134355,-549.4361369,94.12386322,-329.2237028,-192.4696022,1207.413164 +134356,-552.5954092,130.3052239,-329.7362713,-194.155953,1191.628342 +134357,-555.9178266,154.7835241,-330.4041562,-195.884759,1176.63987 +134358,-559.3651538,175.460141,-331.1969713,-197.6438259,1162.330781 +134359,-562.9072285,197.8692398,-332.09047,-199.4237019,1148.603636 +134360,-566.5203095,218.414106,-332.9079067,-201.2170958,1135.377021 +134361,-570.1856951,239.7509578,-333.6340451,-203.0183859,1122.582759 +134362,-573.8887058,262.4176817,-334.2980443,-204.823269,1110.163592 +134363,-577.6177539,282.7466983,-334.9253191,-206.6284296,1098.071372 +134364,-581.3637575,304.3505759,-335.5295677,-208.4313495,1086.26547 +134365,-585.1195125,325.7756382,-336.1171411,-210.2300859,1074.711579 +134366,-588.8793893,347.2524011,-336.6915813,-212.023184,1063.380592 +134367,-592.6388871,368.4014856,-337.2557292,-213.8095177,1052.247813 +134368,-596.3945075,389.6551014,-337.8123061,-215.5882654,1041.292161 +134369,-600.1434179,410.7305917,-338.3638618,-217.3587859,1030.49566 +134370,-603.8872517,431.7813725,-338.923884,-219.1213754,1019.842845 +134371,-607.6223237,451.0934751,-339.490139,-220.8753144,1009.320451 +134372,-611.2902074,469.5018163,-340.1043848,-222.6242893,998.9169728 +134373,-614.8678151,488.0464548,-289.4121866,-224.371193,988.6215413 +134374,-618.3575862,505.7885753,-94.39607784,-226.1155652,978.425746 +134375,-621.7717246,524.4200876,-197.788349,-227.8560377,968.3224434 +134376,-625.1227133,541.9455157,-148.5075734,-229.5915374,958.3051679 +134377,-628.4204046,559.5957489,-134.4166899,-231.3214571,948.3680028 +134378,-631.6722523,577.57413,-121.2176284,-233.0455275,938.5055338 +134379,-634.8839518,594.7554326,-107.5642729,-234.7635932,928.7129173 +134380,-638.0600649,612.0803247,-97.7359696,-236.4372865,918.9858148 +134381,-641.2042577,629.4128632,-81.94146437,-238.0603238,909.3203708 +134382,-644.3195674,646.6145723,-71.84631039,-239.6399653,899.7130904 +134383,-647.4084521,652.4816379,-60.05938456,-241.1850074,890.1608152 +134384,-650.4729773,649.6459693,-49.01234588,-242.7020286,880.6606262 +134385,-653.5148124,647.2632138,-39.18563747,-244.1954052,871.2098521 +134386,-656.5353786,645.3845119,-24.89029462,-245.6682188,861.8060036 +134387,-659.5357963,643.9394792,-15.38634274,-247.1228261,852.4468097 +134388,-662.5170184,642.8305496,-8.310231257,-248.5611777,843.1301546 +134389,-665.4797696,641.9763655,7.190819924,-249.9848774,833.8541158 +134390,-668.4223468,641.3195806,14.31980781,-251.3942255,824.6181248 +134391,-671.3462607,640.818984,24.30445603,-252.790796,815.4200814 +134392,-674.2531663,640.4439828,33.04666921,-254.1760698,806.257818 +134393,-677.1439267,640.1709977,45.01939943,-255.5510399,797.1296097 +134394,-680.0189998,639.9814153,50.57965702,-256.9164137,788.0339958 +134395,-682.8785631,639.8604439,64.49812385,-258.2726929,778.969746 +134396,-685.7228364,639.7963164,68.60220879,-259.6203356,769.9356768 +134397,-688.5519485,639.7796899,78.77726867,-260.9597083,760.9307273 +134398,-691.3661125,639.8031238,89.78694305,-262.2911732,751.9538491 +134399,-694.1654409,639.8606827,95.37771098,-263.6150133,743.0041114 +134400,-696.950123,639.9475954,111.1610828,-264.9315165,734.0805893 +134401,-702.5012854,638.7959063,1182.212559,-267.50501,720.1260338 +134402,-683.6679594,646.1702777,1227.557864,-258.9626426,743.7971866 +134403,-652.2831645,657.5448436,1257.06171,-244.9969507,786.5752036 +134404,-274.2439822,668.5003203,1284.408924,-231.0831654,829.6831177 +134405,640.1658688,677.3419182,1277.462044,174.6837966,865.2664874 +134406,39.98662242,684.0830289,1268.870439,105.6720407,892.5618394 +134407,273.5630918,689.2523542,1261.074608,94.17099522,913.1754368 +134408,304.9054246,693.3281733,1254.023353,138.8648842,930.356982 +134409,332.6104266,696.6222027,1247.550354,149.287481,945.2529658 +134410,352.4621091,699.3235612,1241.495922,160.5704423,958.1294652 +134411,373.5391926,701.5569959,1235.74269,170.7543906,969.0717004 +134412,394.1048745,703.4160169,1230.210584,181.6977734,978.2031357 +134413,415.8386778,704.9756987,1224.843459,192.3137641,985.6933192 +134414,434.899824,706.2967523,1219.599484,202.0831848,991.7221839 +134415,453.9129683,707.4274556,1214.446051,212.042726,996.4564109 +134416,479.9471589,708.405608,1209.357344,225.0755194,1000.04236 +134417,498.7971909,709.1737592,1204.330886,235.4029561,1319.823752 +134418,518.4080727,709.7891271,1199.344276,244.444307,1745.806105 +134419,537.6509218,710.3153779,1194.376739,254.8104009,1459.075594 +134420,555.2899485,710.788542,1189.558556,263.2358441,1583.332578 +134421,574.6382008,711.2230726,1184.892249,272.9385249,1604.968086 +134422,591.0169691,711.6238246,1180.341509,281.4825078,1626.069992 +134423,609.6109844,711.9931074,1175.872071,290.2785672,1644.012357 +134424,626.820079,785.8624789,1171.460402,299.3054355,1663.845801 +134425,643.7587492,920.2141876,1167.090932,307.4924316,1681.236215 +134426,660.3748894,866.3675867,1162.752287,315.833984,1699.855938 +134427,677.8626943,915.7357672,1158.431518,324.3075279,1716.518977 +134428,693.6696608,939.9318849,1154.12551,332.082882,1733.79449 +134429,710.2602652,963.5774877,1149.824032,340.4695174,1750.314318 +134430,725.7042744,986.4095354,1145.52498,348.1009397,1765.866693 +134431,741.8724903,1008.346688,1141.219332,355.7666231,1782.224181 +134432,756.8215197,1029.262369,1136.891187,363.4534229,1797.26618 +134433,771.8058751,1050.285642,1132.530388,370.6080149,1812.307312 +134434,787.1316518,1070.474687,1128.132936,378.0395202,1826.972334 +134435,801.5051317,1090.359454,1123.697991,385.3366103,1822.482492 +134436,816.2018544,1110.264051,1119.225676,392.2256927,1806.121613 +134437,830.2605437,1129.198322,1114.716181,399.2514628,1790.486312 +134438,844.7999783,1148.537585,1110.169594,406.2775977,1775.700456 +134439,858.3780107,1166.986189,1105.585974,412.7607513,1761.712811 +134440,872.4363703,1185.10928,1100.965412,419.7874754,1748.41722 +134441,885.8548093,1203.810009,1096.30807,426.2703249,1735.71197 +134442,899.2742907,1220.943542,1091.614158,426.4089704,1723.51421 +134443,912.8542274,1238.623006,1086.883935,422.3474511,1711.757187 +134444,919.7409526,1255.717939,1082.117682,418.5402716,1700.384971 +134445,910.6528408,1272.419589,1077.315714,415.0203003,1689.349143 +134446,902.0154389,1289.434553,1072.47837,411.7562376,1678.607115 +134447,893.9679653,1305.615375,1067.606036,408.700181,1668.121401 +134448,886.4827511,1321.791108,1062.699132,405.8100026,1657.859027 +134449,879.4721214,1337.676306,1057.758142,403.0537544,1647.791097 +134450,872.8491976,1353.323561,1052.783582,400.4074782,1637.892257 +134451,866.5452373,1368.737835,1047.776015,397.8524645,1628.140322 +134452,860.507882,1383.924827,1042.736014,395.3734947,1618.515796 +134453,854.695874,1398.888777,1037.664178,392.9579708,1609.001617 +134454,849.0752341,1413.634856,1032.561104,390.5954178,1599.582773 +134455,843.6173446,1428.119445,1027.427408,388.2771639,1590.246133 +134456,838.2979312,1442.505736,1022.263707,385.9960326,1580.980141 +134457,833.0964752,1456.59167,1017.070636,383.7461047,1571.774702 +134458,827.99564,1470.462366,1011.848828,381.5224786,1562.620928 +134459,822.9808315,1484.245705,1006.598944,379.3211067,1553.511074 +134460,818.0397209,1497.685813,1001.321636,377.1386247,1544.438319 +134461,817.551418,1679.797731,1000.407081,376.967475,1543.377637 +134462,824.009868,1695.641051,1006.385595,379.9067223,1555.17084 +134463,833.9199862,1709.813236,1015.759848,384.3378656,1573.748238 +134464,843.8009305,1723.79981,1025.045807,388.676517,1592.867482 +134465,852.2196215,1737.476994,1032.811212,392.2907912,1609.811351 +134466,859.0505861,1750.835402,1038.934674,395.1491394,1624.166192 +134467,864.5963188,1764.186028,1043.723676,397.4100726,1636.315795 +134468,869.1634141,1776.970438,1047.489301,399.2267427,1646.700706 +134469,872.9631235,1789.910561,1050.446349,400.7031645,1655.630839 +134470,876.1322066,1802.386107,1052.734421,401.9059285,1663.308152 +134471,878.7682249,1814.972598,1054.453453,402.8818303,1669.486073 +134472,880.9498046,1827.067074,1055.684197,403.6679049,1674.386026 +134473,882.744323,1839.119778,1056.495969,404.2952954,1678.27334 +134474,884.2098038,1851.17376,1056.948618,404.7903129,1681.33949 +134475,885.3958416,1862.67481,1057.100168,405.1750042,1683.712104 +134476,886.3440039,1874.406064,1056.98454,405.4674697,1685.48219 +134477,887.0893312,1885.745408,1056.642809,405.6826518,1686.725191 +134478,887.6611354,1896.928195,1056.100011,405.8327893,1687.506151 +134479,888.0841434,1908.195715,1055.387202,405.9279963,1687.882995 +134480,888.3791676,1927.479331,1054.526397,405.9766135,1687.906117 +134481,888.5637071,1927.080881,1053.535037,405.9855097,1687.619011 +134482,888.6524857,1954.262671,1052.428337,405.9603457,1687.059079 +134483,888.6579086,1943.673292,1051.219806,405.9057937,1686.258539 +134484,888.5904285,1948.460339,1049.921265,405.8257095,1685.24514 +134485,888.4588756,1980.707687,1048.54294,405.723286,1684.042892 +134486,888.2707082,1978.761667,1047.093626,405.6011653,1682.67256 +134487,888.0322467,1991.384774,1045.580923,405.4615439,1681.152186 +134488,887.7488403,2001.115957,1044.011415,405.3062439,1679.497391 +134489,887.4250261,2010.814056,1042.390845,405.1367813,1677.721749 +134490,887.0646481,2020.297457,1040.724241,404.9544153,1675.837015 +134491,886.6709815,2029.23372,1039.016049,404.7601997,1673.853447 +134492,886.2439268,2038.036034,1037.266557,404.553536,1671.77993 +134493,885.7839669,2046.379734,1035.476778,404.3341989,1669.624229 +134494,885.2926834,2054.937379,1033.649253,404.1025919,1667.393118 +134495,884.7721339,2063.168743,1031.787297,403.8594152,1665.092573 +134496,884.2243171,2071.119349,1029.894281,403.6053823,1662.727815 +134497,883.6509861,2079.089023,1027.973332,403.3411154,1660.303467 +134498,883.0536275,2086.643868,1026.027275,403.0671317,1657.823578 +134499,882.4335154,2094.555198,1024.058688,402.7838665,1655.29175 +134500,881.7917496,2101.853807,1022.069943,402.4916907,1652.711143 +134501,881.1293008,2109.145298,1020.063266,402.1909304,1650.084595 +134502,880.447019,2116.498878,1018.040744,401.8818698,1647.414601 +134503,879.7456626,2123.320275,1016.004365,401.5647629,1644.703416 +134504,879.0259025,2130.302045,1013.956015,401.239834,1641.953039 +134505,878.2883453,2137.096578,1011.897513,400.9072875,1639.165291 +134506,877.533531,2143.862507,1009.830605,400.5673058,1636.341794 +134507,876.7619532,2150.162056,1007.75699,400.2200573,1633.484041 +134508,875.9740589,2156.702406,1005.678315,399.865696,1630.593368 +134509,875.1702606,2162.851424,1003.596198,399.5043659,1627.671021 +134510,874.3509343,2169.071575,1001.512219,399.1361998,1624.718117 +134511,873.5164346,2174.984014,1072.110844,398.7613251,1621.735713 +134512,872.6670861,2180.952321,1105.485208,398.37986,1618.724761 +134513,871.803195,2186.620272,1084.576045,397.9919179,1615.686155 +134514,870.9250295,2192.343129,1103.568641,397.5975983,1612.620633 +134515,870.0328191,2197.766246,1109.30449,397.1969861,1609.528791 +134516,869.126796,2203.337999,1117.033038,396.7901487,1606.411038 +134517,868.207555,2208.38597,1124.918002,396.377155,1603.267836 +134518,867.275986,2213.693011,1132.662493,395.9580931,1600.099816 +134519,866.3330116,2218.537892,1140.455835,395.5330533,1596.907609 +134520,865.3794484,2223.568371,1147.80264,395.10212,1593.691794 +134521,859.9990242,2231.429924,1162.443323,392.6571958,1582.420203 +134522,854.8143932,2236.621566,1171.719682,390.2993454,1571.647615 +134523,849.8365499,2241.845352,1180.358473,388.033162,1561.284947 +134524,845.0110984,2246.620309,1189.019645,385.8328649,1551.154816 +134525,840.2891296,2251.311112,1197.142747,383.6752098,1541.147162 +134526,835.6410604,2255.902644,1205.806315,381.5461556,1531.214562 +134527,831.050748,2260.500613,1213.279379,379.4381672,1521.339507 +134528,826.5083274,2264.592883,1221.790058,377.3468055,1511.513385 +134529,822.0063804,2268.992318,1229.515435,375.268861,1501.728928 +134530,817.5385954,2272.988039,1237.225186,373.2016773,1491.97897 +134531,813.0994957,2276.941773,1245.269354,371.1430006,1482.256886 +134532,808.6843997,2280.903896,1252.800271,369.0909482,1472.556921 +134533,804.2893671,2285.256826,1260.234211,367.0439767,1462.874256 +134534,799.9111039,2295.87174,1268.137894,365.0008323,1453.204867 +134535,795.5468604,2285.499832,1275.656089,362.9604998,1443.545415 +134536,791.1943238,2318.836564,1282.754265,360.9221496,1433.893065 +134537,786.8515554,2263.966012,1290.240002,358.8851084,1424.245453 +134538,782.5169161,2308.144455,1303.152818,356.8488244,1414.600563 +134539,778.1570173,2288.473191,1311.63152,399.0206832,1404.956686 +134540,997.3592982,2294.370155,1319.08333,447.361633,1395.312345 +134541,919.7187281,2296.306243,1326.527591,421.2352409,1449.867365 +134542,947.2576728,2298.465149,1333.891119,438.6651936,1739.719358 +134543,966.9799207,2300.492291,1341.139767,445.4026154,1578.675173 +134544,979.8189428,2302.471145,1348.311857,451.5328075,1643.550648 +134545,992.8141555,2304.377726,1355.411317,457.7011732,1657.701439 +134546,1005.138666,2306.310269,1362.442529,463.786418,1670.782097 +134547,1017.751694,2307.899861,1369.411987,469.6729632,1683.683667 +134548,1029.915557,2309.528876,1376.283133,475.5210317,1695.809483 +134549,1041.770931,2311.240359,1383.190694,481.1724962,1708.656463 +134550,1054.050202,2312.651827,1389.962198,486.954899,1720.162409 +134551,1065.497849,2313.837815,1396.587474,492.3210856,1731.983469 +134552,1077.093475,2314.871601,1403.09156,498.0039864,1743.995248 +134553,1088.234109,2315.893908,1409.266429,503.035563,1755.190805 +134554,1100.03506,2316.538975,1416.225175,508.5516844,1766.491204 +134555,1110.2818,2317.304575,1422.288541,513.6362906,1777.632854 +134556,1121.943628,2317.868028,1428.731881,518.6588469,1788.508854 +134557,1132.510922,2318.33706,1434.922291,523.9091887,1799.339809 +134558,1143.28131,2318.695893,1441.211403,528.906686,1809.899606 +134559,1153.647514,2318.944787,1447.347327,533.5121566,1820.395245 +134560,1164.543129,2319.083411,1453.471692,538.6656884,1830.338375 +134561,1174.692061,2319.116182,1459.489105,543.3207247,1841.107035 +134562,1184.992198,2319.023015,1465.564259,548.0568141,1850.821752 +134563,1195.135175,2318.821983,1471.486485,552.568826,1860.759162 +134564,1205.175766,2318.512131,1477.457703,557.38847,1870.499694 +134565,1214.800503,2318.092148,1483.207698,561.8194776,1880.07717 +134566,1225.154702,2317.56253,1489.149088,566.4795321,1889.677191 +134567,1234.650574,2316.924068,1494.895721,570.6717493,1898.907478 +134568,1244.368334,2316.175285,1500.653476,575.1680242,1908.267293 +134569,1253.935425,2315.319264,1506.316398,579.4726357,1917.326858 +134570,1263.775663,2314.354185,1512.119602,583.5837904,1926.477397 +134571,1272.607405,2313.281223,1517.643802,588.0790383,1935.298034 +134572,1282.226993,2312.100354,1523.292609,592.1380825,1944.109052 +134573,1291.37859,2310.812262,1528.853611,596.3083063,1952.886543 +134574,1300.4932,2309.416987,1534.337006,600.4059059,1958.054443 +134575,1309.628062,2307.915622,1539.91897,604.4611978,1964.538107 +134576,1318.557308,2306.3081,1545.352621,608.4743524,1969.988517 +134577,1327.548994,2304.595106,1550.854646,612.4469642,1975.699131 +134578,1335.941733,2302.776701,1556.184196,616.379549,1981.316131 +134579,1345.415219,2300.853787,1561.551884,620.273567,1986.864565 +134580,1353.749226,2298.825984,1566.97544,624.1294817,1992.303587 +134581,1243.139675,2242.734694,1453.426535,574.2142827,1785.203631 +134582,1248.613669,2239.009461,1455.141093,576.3119768,1787.1831 +134583,1254.078371,2235.479168,1457.676544,578.9558083,1790.811624 +134584,1260.03046,2231.97782,1460.425304,581.5924983,1794.382257 +134585,1266.364734,2228.444003,1463.290258,584.1042718,1798.0834 +134586,1271.798174,2224.853785,1466.161536,587.0547319,1801.961771 +134587,1278.083007,2221.19134,1469.178094,589.6078518,1805.848855 +134588,1283.915036,2217.446256,1472.095156,592.3001538,1809.755797 +134589,1289.855064,2213.614585,1475.054338,594.9448145,1813.662718 +134590,1295.759263,2209.586823,1478.000696,597.5678153,1817.209827 +134591,1301.531654,2205.723594,1480.988645,600.1687195,1821.638552 +134592,1307.347575,2201.549462,1483.84516,602.7470751,1825.239421 +134593,1313.125345,2226.54385,1486.752713,605.3033462,1829.14295 +134594,1318.768005,2151.163727,1489.73089,607.837222,1832.927655 +134595,1324.455611,2208.716692,1492.596147,610.3494026,1836.792144 +134596,1330.105185,2188.264134,1495.494822,612.8398136,1840.540011 +134597,1335.224797,2167.627749,1498.376385,615.3093541,1844.342729 +134598,1341.402434,2189.884167,1501.068903,617.7561703,1847.961525 +134599,1346.626548,2155.689868,1504.081466,620.184305,1851.764301 +134600,1352.080622,2171.800543,1506.746329,622.5903471,1855.400307 +134601,1357.522994,2158.911586,1509.710227,624.9786936,1859.066235 +134602,1362.925618,2155.490093,1512.413395,627.1557962,1862.690101 +134603,1368.194133,2150.292497,1515.441021,629.7948798,1866.258415 +134604,1373.512598,2145.183841,1517.960426,631.9824133,1869.939081 +134605,1378.760394,2139.862744,1521.009537,634.3272778,1873.401827 +134606,1384.011194,2134.569676,1523.551033,636.6183557,1876.961885 +134607,1389.117577,2129.074403,1526.289784,638.8924032,1880.454795 +134608,1394.282306,2123.613496,1529.03507,641.1482977,1883.885894 +134609,1399.371109,2117.949061,1531.77296,643.3868512,1887.404018 +134610,1404.471796,2112.153243,1534.449273,645.6077134,1890.795993 +134611,1409.321238,2106.45886,1537.129672,647.761067,1894.204095 +134612,1414.127278,2100.196806,1539.609633,649.8514513,1897.441876 +134613,1418.996186,2094.1465,1542.204985,651.9846479,1900.959056 +134614,1423.731287,2087.896246,1544.687342,654.0359634,1904.041287 +134615,1428.4534,2081.585034,1547.24019,656.1297705,1907.567549 +134616,1433.094385,2075.175412,1549.690422,658.1431677,1910.673747 +134617,1437.713395,2068.58845,1552.213972,660.1636245,1913.919007 +134618,1442.305706,2062.152759,1554.593373,662.1686874,1917.137582 +134619,1446.905988,2055.435448,1557.076815,664.1567661,1920.33389 +134620,1451.351315,2048.716093,1559.445473,666.1273165,1923.460261 +134621,1455.861662,2042.001224,1561.942326,668.0809944,1926.679648 +134622,1460.292321,2034.977121,1564.305291,670.0175748,1929.815464 +134623,1464.692274,2028.076756,1566.70177,671.9377387,1932.8532 +134624,1469.101245,2020.924887,1569.075634,673.8412609,1935.964274 +134625,1473.353932,2013.946818,1571.435899,675.7288453,1939.010807 +134626,1477.675025,2006.695464,1573.78207,677.6002549,1942.039967 +134627,1481.917807,1999.45114,1576.11502,679.4561914,1945.000555 +134628,1486.13061,1992.123334,1578.43415,681.0707176,1948.054772 +134629,1490.357061,1984.63362,1580.740319,683.2384248,1950.980392 +134630,1494.422281,1977.390311,1583.032923,684.8812401,1953.924113 +134631,1498.562942,1969.666106,1585.312814,686.7154118,1956.838609 +134632,1502.62385,1962.144489,1587.524926,688.4957475,1959.729171 +134633,1506.656573,1954.470336,1589.860686,690.1993905,1962.644483 +134634,1510.653591,1946.655113,1592.11573,692.0034185,1965.41432 +134635,1514.616317,1938.992624,1594.269462,693.6769044,1968.226493 +134636,1518.593896,1931.086225,1596.524475,695.4617975,1971.091604 +134637,1522.41228,1923.281233,1598.719312,697.1003742,1973.835924 +134638,1526.434362,1915.211358,1600.990846,698.9247027,1976.823409 +134639,1530.042424,1907.155403,1603.128608,700.4917487,1979.462245 +134640,1534.053448,1899.184699,1605.321106,702.1573918,1982.317414 +134641,1296.247005,1780.811608,1366.476519,594.6467437,1547.931313 +134642,1294.630585,1769.632213,1362.850517,593.5209243,1543.04938 +134643,1294.63952,1759.667342,1361.504641,593.497429,1540.837045 +134644,1295.462084,1749.516918,1360.717471,593.711589,1539.100154 +134645,1296.637213,1739.957687,1360.382307,594.1192573,1537.958726 +134646,1298.054991,1730.252817,1360.306354,594.6429966,1537.170817 +134647,1299.628076,1720.67094,1360.407056,595.2416937,1536.626502 +134648,1301.302033,1711.101213,1360.629478,595.8897545,1536.251423 +134649,1303.045972,1701.544932,1360.943066,596.5730111,1536.003585 +134650,1304.842415,1717.368109,1361.329991,597.2832786,1535.856928 +134651,1306.68067,1645.844281,1361.779565,598.0156965,1535.795802 +134652,1308.553438,1714.865392,1362.283917,598.7668344,1535.808238 +134653,1310.495387,1624.283298,1362.881362,599.5347624,1535.887567 +134654,1312.363653,1681.013906,1363.417475,600.3175381,1536.026218 +134655,1314.342886,1625.258833,1364.091824,601.1141548,1536.220754 +134656,1316.307525,1641.598615,1364.768613,601.923341,1536.465599 +134657,1318.296493,1623.397581,1365.490132,602.744383,1536.758596 +134658,1320.301647,1615.189159,1366.247515,603.5763651,1537.095295 +134659,1322.321441,1605.665914,1367.039327,604.4187636,1537.474276 +134660,1324.354276,1596.119896,1367.863486,605.2707745,1537.891643 +134661,1326.43978,1586.404737,1368.67629,606.1320883,1538.346687 +134662,1328.434295,1576.760431,1369.625846,607.0019699,1538.835797 +134663,1330.528914,1567.231708,1370.509016,607.8802106,1539.358737 +134664,1332.596569,1557.630264,1371.456988,608.7661121,1539.912066 +134665,1334.27706,1547.918655,1372.425004,609.6595254,1540.49589 +134666,1336.978148,1538.342519,1373.417879,610.5597749,1541.10689 +134667,1338.775259,1528.642926,1374.435298,611.4667624,1541.745459 +134668,1340.942233,1519.187172,1375.475634,612.3798311,1542.408369 +134669,1343.046988,1509.429636,1376.538602,613.2989172,1543.096239 +134670,1345.196531,1499.875087,1377.622612,614.2233795,1543.805916 +134671,1347.180417,1490.260522,1378.646595,615.1184974,1544.563158 +134672,1349.244931,1480.493812,1379.673171,616.0112219,1545.276142 +134673,1351.26813,1470.800408,1380.710716,616.9049204,1546.066524 +134674,1353.294186,1461.285175,1381.760132,617.7999648,1546.851745 +134675,1355.318012,1451.497446,1382.822407,618.6968224,1547.659312 +134676,1357.338386,1441.905999,1383.896602,619.5951302,1548.482354 +134677,1359.356138,1432.266894,1384.983102,620.4951045,1549.322054 +134678,1361.370169,1422.650698,1386.080695,621.396258,1550.175337 +134679,1363.42324,1413.05144,1387.145994,622.2987634,1551.04358 +134680,1365.366346,1403.470635,1388.330888,623.2021016,1551.923717 +134681,1367.400848,1393.973345,1389.428803,624.1064353,1552.817258 +134682,1369.393519,1384.286499,1390.618376,625.0112584,1553.721145 +134683,1371.389127,1374.897461,1391.700547,625.9167527,1554.637013 +134684,1373.380455,1365.42207,1392.888872,626.6295686,1555.561827 +134685,1375.368486,1355.883608,1394.047092,627.8251248,1556.522921 +134686,1377.35196,1346.552246,1395.219424,628.5904035,1557.426686 +134687,1379.33225,1337.003466,1396.399624,629.5282363,1558.398336 +134688,1381.308227,1327.760163,1397.586338,630.4335356,1559.353512 +134689,1383.324436,1318.44068,1398.780035,631.3391017,1560.321107 +134690,1385.229298,1309.0775,1399.97944,632.2435854,1561.294231 +134691,1387.228222,1299.806841,1401.185073,633.1475142,1562.274882 +134692,1389.185991,1290.726634,1402.39566,634.0503251,1563.260004 +134693,1391.149393,1281.443718,1403.611768,634.952295,1564.25179 +134694,1393.111164,1272.425952,1404.832123,635.8528822,1565.247164 +134695,1395.073366,1263.216267,1406.012424,636.7523765,1566.248412 +134696,1397.035327,1254.310279,1407.308826,637.6502347,1567.252439 +134697,1398.998976,1245.354515,1408.509336,638.5467659,1568.261633 +134698,1400.964609,1236.374824,1409.752384,639.4414227,1569.299058 +134699,1402.978903,1227.55586,1410.992129,640.3345298,1570.274453 +134700,1404.886417,1218.756721,1412.234156,641.2255381,1571.310929 +134701,1643.025245,1317.659538,1649.307434,749.3903398,1998.376493 +134702,1649.425938,1311.441265,1655.422848,751.949265,2004.348888 +134703,1654.87948,1304.480223,1659.822452,754.5730423,2009.695188 +134704,1659.894442,1300.018377,1664.138565,756.8152335,2013.709198 +134705,1664.369271,1295.064649,1667.731497,758.7400688,2017.819766 +134706,1669.067325,1289.833079,1671.381316,760.6927995,2021.310053 +134707,1673.175623,1284.754882,1675.022505,762.4357641,2024.893943 +134708,1677.680813,1279.702724,1678.283811,764.6044176,2027.938051 +134709,1681.859614,1274.588169,1681.596558,766.1974336,2031.338723 +134710,1686.193867,1269.45037,1685.167449,768.1713411,2034.104675 +134711,1690.331286,1264.45743,1688.09308,769.8032358,2037.033105 +134712,1694.604256,1259.475543,1691.338156,771.5324782,2039.901554 +134713,1698.668,1254.510925,1694.613092,773.3586019,2042.706688 +134714,1702.764944,1249.589225,1697.540504,774.9236504,2045.347374 +134715,1706.286809,1244.770848,1700.563813,776.6035151,2048.03944 +134716,1711.146558,1239.959648,1703.789463,778.3357117,2050.647367 +134717,1714.747364,1235.144159,1706.642701,779.9200451,2053.3218 +134718,1718.804989,1230.577858,1710.65615,781.5029042,2055.727254 +134719,1722.640008,1225.825311,1712.895347,783.1690279,2058.200948 +134720,1726.622086,1221.29375,1716.701743,784.6838404,2060.640611 +134721,1730.342382,1216.776958,1718.297336,786.2167686,2063.041038 +134722,1734.359708,1212.84609,1723.542907,787.8803168,2065.40278 +134723,1738.03824,1207.743651,1722.840099,789.328801,2067.727922 +134724,1741.913672,1203.75226,1730.830662,790.820208,2070.016763 +134725,1745.643052,1199.543204,1726.40833,792.4387264,2072.271197 +134726,1749.140828,1195.376751,1739.739036,793.8718746,2074.491592 +134727,1753.174284,1191.340295,1726.904549,795.2773363,2076.679774 +134728,1756.597588,1187.384491,1752.845548,796.8740397,2078.83596 +134729,1760.207685,1183.519601,1721.510261,798.2329561,2080.909279 +134730,1764.05716,1179.748628,1747.656961,799.6407111,2083.086611 +134731,1767.438677,1175.980828,1746.109336,801.1303974,2085.115126 +134732,1770.787902,1172.457576,1747.203326,802.4020438,2087.163404 +134733,1774.508384,1169.120465,1750.276259,803.7129718,2089.17645 +134734,1777.685653,1165.971018,1752.698872,805.0265333,2091.162742 +134735,1781.093961,1162.944064,1755.124735,806.4528767,2093.123738 +134736,1784.73789,1160.039239,1757.873426,808.7973455,2095.196094 +134737,1787.766495,1157.191286,1759.87131,810.4815046,2097.049812 +134738,1791.089713,1154.391989,1762.247847,812.28262,2098.84661 +134739,1794.607471,1151.63385,1764.46549,814.1299995,2100.750465 +134740,1797.660214,1148.86537,1766.805023,816.0554303,2102.584152 +134741,1800.940056,1146.248434,1769.223271,818.0546948,2104.405431 +134742,1804.310149,1143.563243,1771.383004,820.1271822,2106.205975 +134743,1807.451413,1140.949994,1773.498434,822.2721971,2107.986832 +134744,1810.531114,1138.361082,1775.751241,824.5181959,2109.747748 +134745,1814.003821,1135.801927,1777.874462,826.7610092,2111.48987 +134746,1816.88419,1133.271639,1780.10553,829.1390394,2113.213061 +134747,1820.171305,1130.76941,1782.263171,831.5601091,2114.918429 +134748,1823.486764,1128.301048,1784.437406,834.0976787,2116.6774 +134749,1826.494891,1125.848229,1786.491974,836.6266193,2118.327557 +134750,1829.633252,1123.385189,1788.712117,839.3243021,2120.055568 +134751,1832.86829,1121.049961,1790.688535,841.9395157,2121.597147 +134752,1835.860747,1118.650837,1792.821442,844.7613915,2123.330044 +134753,1838.985318,1116.31072,1794.934145,847.5928679,2124.948891 +134754,1842.213134,1113.987478,1797.004152,850.4907099,2126.547965 +134755,1845.217594,1111.687996,1798.994777,853.4854541,2128.132257 +134756,1848.101168,1109.411706,1801.083274,856.4658734,2129.69992 +134757,1851.554203,1107.158904,1803.036493,859.5821517,2131.253811 +134758,1854.334834,1104.929012,1805.098039,862.7358049,2132.792337 +134759,1857.423998,1102.722394,1807.091236,865.9599165,2134.318102 +134760,1860.622152,1100.538523,1809.02837,869.2820969,2135.829393 +134761,1910.409172,1121.151436,1857.898739,895.3181993,2218.199696 +134762,1915.719263,1120.159439,1862.005007,899.8773671,2225.110857 +134763,1920.19424,1118.715108,1865.310301,904.1041491,2226.892266 +134764,1924.509367,1117.168885,1868.264509,908.1508058,2233.868591 +134765,1928.569385,1115.540446,1870.994736,912.2434304,2232.72865 +134766,1932.521457,1113.86646,1873.567445,916.3052046,2242.428376 +134767,1936.509738,1112.169249,1875.960048,920.3936963,2236.122394 +134768,1940.406812,1110.461799,1878.443962,924.5518065,2252.300262 +134769,1944.211263,1108.752396,1880.709115,928.6656618,2236.170449 +134770,1948.190366,1107.044752,1883.049186,932.9040589,2265.991194 +134771,1952.005466,1105.342265,1885.15313,937.162305,2229.782448 +134772,1955.885191,1103.64598,1887.368292,941.4772265,2261.702759 +134773,1959.757271,1101.958016,1889.480269,945.8812872,2278.468638 +134774,1963.633353,1100.234337,1891.562596,950.2507378,2225.143895 +134775,1967.515209,1098.62966,1893.607732,954.7543153,2276.757881 +134776,1971.402484,1096.939276,1895.616345,959.2825439,2261.038559 +134777,1975.297397,1095.297308,1897.590911,963.9098881,2266.033846 +134778,1979.198257,1093.659983,1899.531415,968.5000402,2268.550478 +134779,1983.10838,1092.034142,1901.439911,973.2309202,2270.810859 +134780,1987.024785,1090.41982,1903.31628,977.9860746,2273.037637 +134781,1991.346872,1088.817723,1905.162494,982.8044879,2275.230971 +134782,1996.244647,1087.227711,1906.978485,987.7185339,2277.390753 +134783,2001.239524,1085.650483,1908.76618,992.5953726,2279.520659 +134784,2006.281713,1084.085759,1910.52528,997.6148865,2281.619824 +134785,2011.360245,1082.534135,1912.257443,1002.659384,2283.69139 +134786,2016.393254,1080.995326,1914.03348,1007.767394,2285.797222 +134787,2021.6478,1079.469885,1915.605417,1012.570689,2287.717936 +134788,2026.754927,1077.957522,1917.309715,1018.345293,2289.692869 +134789,2031.95449,1076.415417,1918.92723,1023.36359,2291.747519 +134790,2037.240083,1074.99338,1920.457791,1028.721586,2293.64442 +134791,2042.234152,1073.437571,1922.020437,1034.12931,2295.576267 +134792,2047.397047,1071.920523,1923.371905,1039.380625,2297.47569 +134793,2052.497303,1070.405384,1924.751074,1044.808075,2299.35476 +134794,2057.537829,1068.899248,1926.087221,1050.199948,2301.21268 +134795,2062.782447,1067.40342,1927.39375,1055.749644,2303.052069 +134796,2067.858484,1065.917892,1928.671325,1061.298842,2304.871759 +134797,2073.010139,1064.443318,1929.921801,1066.785332,2306.674212 +134798,2078.154942,1062.979469,1931.145052,1072.514393,2308.458132 +134799,2083.304544,1061.526862,1932.342676,1078.160148,2310.22586 +134800,2088.457729,1060.085193,1933.514405,1083.854457,2312.039941 +134801,2093.61455,1058.654916,1934.661714,1089.742751,2313.676356 +134802,2098.774231,1057.235689,1935.78427,1095.471327,2315.441899 +134803,2103.936449,1055.78627,1936.883471,1101.338575,2317.13571 +134804,2109.099435,1054.450581,1937.95894,1107.319563,2318.823356 +134805,2114.263488,1053.036258,1939.012015,1113.252538,2320.497605 +134806,2119.427512,1051.668294,1940.042285,1119.315898,2322.156763 +134807,2124.591937,1050.305777,1941.050907,1125.258911,2323.802915 +134808,2129.754981,1048.954143,1942.037865,1131.460393,2325.434679 +134809,2137.758146,1045.295646,1937.474499,1140.679933,2327.05366 +134810,2143.438952,1043.479835,1937.360455,1147.418252,2328.656598 +134811,2148.755573,1041.90876,1937.749829,1154.106287,2330.248568 +134812,2154.087513,1040.410519,1938.256434,1160.561736,2331.761879 +134813,2159.461805,1038.952225,1938.806149,1167.128236,2333.429329 +134814,2164.603735,1037.520719,1939.370392,1173.790269,2334.935658 +134815,2162.78798,1032.86728,1932.811053,1177.136633,2323.546297 +134816,2133.585608,1015.796495,1899.11478,1168.117791,2263.249539 +134817,2193.164056,1038.704585,1953.941422,1198.941708,2366.948359 +134818,2178.406912,1028.557955,1934.572614,1197.086797,2329.904431 +134819,2188.292027,1028.177961,1937.151819,1204.731403,2335.528356 +134820,2199.311698,1026.964789,1938.367671,1211.624724,2338.275569 +134821,2106.780601,993.7581328,1863.958551,1186.68002,2199.489764 +134822,2131.967787,991.0186509,1862.011847,1191.718397,2197.869579 +134823,2126.424519,989.3982729,1861.701632,1198.164708,2198.737857 +134824,2133.245149,988.2006696,1862.068176,1205.164563,2200.289826 +134825,2137.398942,986.5614554,1861.860292,1211.493795,2201.033756 +134826,2141.841324,985.1827433,1861.832989,1218.280484,2202.22466 +134827,2146.239725,983.7171269,1861.791564,1224.911979,2203.251194 +134828,2150.640749,982.3061925,1861.75604,1231.632617,2204.352364 +134829,2155.028269,980.9020079,1861.713548,1238.314461,2205.510389 +134830,2159.407155,979.5124514,1861.667425,1245.161915,2206.50585 +134831,2163.773759,978.1357769,1861.614975,1251.963157,2207.651272 +134832,2168.129642,976.772185,1861.556524,1258.701748,2208.738461 +134833,2172.383556,975.4210217,1861.4913,1265.521174,2209.835636 +134834,2176.849087,974.0814974,1861.418563,1272.452523,2210.931021 +134835,2181.100914,972.7549705,1861.34038,1279.290152,2212.027864 +134836,2188.125854,971.4131084,1861.210193,1286.157568,2213.07554 +134837,2190.955938,970.1446225,1861.103214,1293.126882,2214.23181 +134838,2197.465153,968.831795,1861.079469,1300.032841,2215.288689 +134839,2199.370271,967.5574475,1860.930708,1306.938202,2216.391866 +134840,2207.736309,966.2728742,1860.87861,1314.036563,2217.456557 +134841,2206.673145,965.0284466,1860.667826,1320.909014,2218.640675 +134842,2219.160038,963.7577502,1860.490627,1333.375825,2219.510021 +134843,2212.055056,962.5422539,1860.481417,1333.982784,2220.799714 +134844,2198.232321,961.3500917,1860.349602,1350.438011,2221.817694 +134845,2236.551771,959.9843672,1859.959441,1345.196593,2222.746245 +134846,2223.765915,958.9170307,1859.965569,1344.617926,2224.108965 +134847,2231.336439,957.5987213,1859.788057,1370.712564,2224.874173 +134848,2235.335617,956.4327823,1859.48361,1367.923679,2226.05379 +134849,2241.680641,955.250816,1859.368342,1377.154687,2227.122014 +134850,2248.636285,954.031873,1859.08764,1384.127194,2228.116082 +134851,2255.366724,952.8367011,1858.72027,1391.032951,2229.20055 +134852,2262.3234,951.5060409,1858.261935,1397.789917,2230.237688 +134853,2269.267586,950.2697492,1857.864255,1404.621868,2231.280507 +134854,2276.319003,949.0000364,1857.168467,1411.190663,2232.392444 +134855,2283.409092,947.7341086,1856.818558,1418.128446,2233.238844 +134856,2290.571266,946.4732184,1856.209622,1424.660825,2234.439869 +134857,2297.869301,945.2126208,1855.657272,1431.407098,2235.400982 +134858,2304.956092,943.9971122,1855.077878,1437.973699,2236.511176 +134859,2312.321697,942.6793784,1854.55454,1444.681965,2237.419692 +134860,2319.610174,941.4598936,1853.81912,1451.234763,2238.429673 +134861,2326.941635,940.1989565,1853.153104,1457.892615,2239.544974 +134862,2334.302351,938.952522,1852.606749,1464.471976,2240.579886 +134863,2341.681693,937.7073515,1851.873068,1470.906738,2241.49288 +134864,2349.1831,936.5037543,1851.186967,1477.603133,2242.556408 +134865,2356.301629,935.2045101,1850.561189,1483.995994,2243.488684 +134866,2363.969302,933.9927849,1849.702346,1490.474865,2244.680285 +134867,2371.358715,932.7387944,1848.992034,1502.548229,2245.492259 +134868,2378.467555,931.5139667,1848.14883,1509.91632,2246.582785 +134869,2386.115851,930.2797644,1847.481189,1519.456661,2247.645786 +134870,2393.325271,929.0900409,1846.697099,1528.534965,2248.437142 +134871,2400.83751,927.7818588,1847.336516,1537.116899,2249.583321 +134872,2407.706068,926.4523007,1847.548818,1560.066147,2250.245399 +134873,2415.866779,925.4974531,1844.429409,1543.784767,2251.874205 +134874,2422.867427,924.1691774,1849.400095,1560.172135,2252.435903 +134875,2430.175419,922.9169594,1835.951272,1576.27234,2253.458164 +134876,2437.546318,921.7934423,1836.733467,1579.750381,2254.764422 +134877,2459.074462,920.2813385,1844.388967,1588.809132,2254.965447 +134878,2439.932764,919.3536927,1838.28933,1598.248086,2262.039065 +134879,2455.792471,918.1979951,1838.776166,1606.661181,2254.283333 +134880,2470.848908,916.8305252,1837.480164,1627.482856,2254.711953 +134881,2323.157605,851.0301994,1686.135109,1542.277349,1979.799753 +134882,2325.668297,847.365284,1680.322432,1573.459055,1972.007769 +134883,2330.028208,845.0448783,1677.009029,1569.304893,1983.775143 +134884,2339.10312,844.4322686,1676.703929,1581.445284,1955.775615 +134885,2343.667108,842.1087398,1673.537216,1599.324759,1982.709546 +134886,2350.511378,840.7695076,1671.836131,1579.715623,1970.661951 +134887,2355.957333,838.8196662,1669.31687,1622.69781,1974.198213 +134888,2363.261431,837.610563,1667.832995,1594.028056,1974.635849 +134889,2368.511147,835.7289866,1665.310835,1635.474047,1974.648468 +134890,2374.5033,834.092318,1663.218116,1612.546311,1974.912325 +134891,2381.096317,832.6151626,1661.293525,1649.982558,1975.69093 +134892,2386.513943,830.8884135,1658.839437,1626.707815,1975.812857 +134893,2392.287589,829.1790697,1656.648341,1672.625571,1976.038728 +134894,2399.501332,827.9971243,1655.22911,1631.384466,1977.224088 +134895,2404.074388,826.0283342,1652.407064,1675.457456,1976.963163 +134896,2410.342837,824.5596151,1650.319957,1668.859114,1977.627685 +134897,2416.198383,822.994296,1648.327279,1678.609845,1978.121015 +134898,2421.791814,821.6954099,1645.994708,1685.853776,1978.482684 +134899,2427.66306,819.647714,1643.839535,1692.933229,1978.973246 +134900,2433.112751,818.253369,1641.611997,1700.073554,1979.410214 +134901,2438.78647,816.6724353,1639.386237,1707.104724,1979.862715 +134902,2444.311949,815.0673913,1637.147735,1714.172642,1980.313261 +134903,2449.694394,813.4936476,1634.897789,1720.894085,1980.763985 +134904,2455.299442,811.9156913,1632.569896,1727.951095,1981.211435 +134905,2460.605145,810.33919,1630.391667,1734.781498,1981.657766 +134906,2466.077804,808.7669351,1628.064797,1741.427368,1982.106947 +134907,2471.180474,807.1911815,1625.773445,1748.188726,1982.601754 +134908,2476.499784,805.6209861,1623.468795,1754.826362,1982.956305 +134909,2481.652548,804.0485613,1621.146357,1761.494358,1983.431971 +134910,2487.389682,802.6621267,1619.139402,1768.309367,1984.198156 +134911,2490.135661,800.5084826,1635.609614,1772.966906,1983.630071 +134912,2495.967404,799.3156689,1584.152445,1792.546174,1985.093859 +134913,2499.391971,797.4403605,1625.403747,1766.39153,1985.090205 +134914,2503.041674,795.6638774,1619.868739,1798.605563,1985.364351 +134915,2507.497424,794.1459656,1584.116431,1793.504656,1986.120006 +134916,2510.745402,792.3044177,1612.623747,1800.040971,1986.248375 +134917,2514.337271,790.5872427,1610.72204,1804.986592,1986.627443 +134918,2518.448436,789.0102035,1578.508972,1810.173795,1987.271087 +134919,2521.019214,787.1034809,1621.905447,1814.352682,1987.270779 +134920,2524.952214,785.5666127,1562.431478,1819.462645,1987.994451 +134921,2527.639417,783.6142009,1620.824444,1826.228817,1987.957862 +134922,2531.335712,782.1195375,1555.182501,1832.060607,1988.669368 +134923,2533.862269,780.2224116,1613.086706,1832.65205,1988.651438 +134924,2537.947334,778.8139142,1553.292856,1828.343756,1989.693911 +134925,2538.667983,776.4957575,1600.288008,1845.174907,1988.786921 +134926,2543.120922,775.2280003,1554.890794,1843.504683,1990.05411 +134927,2545.178202,773.2936195,1586.159937,1848.138813,1989.94128 +134928,2547.595936,771.5646316,1557.414059,1854.684919,1990.305522 +134929,2550.236485,769.8458488,1570.723602,1857.311582,1990.529677 +134930,2552.425479,768.05787,1560.982464,1864.755227,1990.740145 +134931,2554.878105,766.3588402,1560.146433,1856.829323,1991.069716 +134932,2558.045329,761.5105729,1549.493099,1866.664619,1991.201722 +134933,2560.193096,759.3039678,1545.533096,1887.439622,1991.288262 +134934,2562.775352,757.380837,1542.181559,1859.840759,1991.708766 +134935,2564.327293,755.3017431,1538.576175,1891.623937,1991.625032 +134936,2566.186914,753.3870438,1535.06161,1891.241074,1991.828268 +134937,2568.533003,751.5579854,1531.981979,1868.133762,1992.158201 +134938,2569.557894,749.4657386,1528.29287,1905.540874,1991.959309 +134939,2571.566942,747.7066569,1525.12486,1881.024267,1992.277313 +134940,2572.860916,745.7338011,1521.674903,1907.945629,1992.250383 +134941,1862.37143,770.8399742,871.132258,1490.691479,2077.95155 +134942,1936.269873,860.5834893,904.9451948,1554.34466,2131.722749 +134943,2071.669634,882.730222,967.9012838,1666.741826,2240.031834 +134944,2171.973226,877.2325163,1015.429379,1744.565652,2311.642512 +134945,2228.363157,876.1096617,1043.978273,1781.27882,2343.574632 +134946,2262.146261,874.6711558,1062.825526,1796.867059,2359.650088 +134947,2284.260812,873.3179649,1076.44144,1803.133437,2368.467592 +134948,2300.349222,871.8579621,1087.068657,1806.170523,2374.255047 +134949,2313.076581,870.4544956,1095.798219,1808.44246,2378.692504 +134950,2323.633016,868.8986909,1103.165566,1810.635649,2382.658178 +134951,2332.561469,867.4560977,1109.450017,1812.788376,2385.989301 +134952,2340.151958,865.8998114,1114.830334,1814.826974,2388.973269 +134953,2346.628603,864.4886981,1119.444849,1816.719193,2391.660458 +134954,2352.180567,862.9535786,1123.410093,1818.475671,2394.089179 +134955,2356.973375,861.4711988,1126.825309,1820.121422,2396.29254 +134956,2361.144468,859.9816647,1129.774338,1821.678299,2398.299589 +134957,2364.803807,858.4906212,1132.327434,1823.160449,2400.135377 +134958,2368.035559,857.0084352,1134.542373,1824.573817,2401.819384 +134959,2370.873971,855.5325947,1136.451658,1825.89592,2403.332443 +134960,2373.410008,854.0614001,1138.112948,1827.159095,2404.727684 +134961,2375.717824,852.5947028,1139.574682,1828.389575,2406.050146 +134962,2377.817557,851.131995,1140.858697,1829.57614,2407.295277 +134963,2379.731536,849.7270446,1141.986662,1830.714423,2408.466966 +134964,2381.480427,848.1905439,1142.978155,1831.803329,2409.571735 +134965,2383.082375,846.7780209,1143.850237,1832.843273,2410.616521 +134966,2384.552627,845.3184008,1144.617546,1833.835189,2411.607859 +134967,2385.90381,843.8698082,1145.292545,1834.780027,2412.551574 +134968,2387.146318,842.422415,1145.885833,1835.678593,2413.452759 +134969,2388.288684,840.9759898,1146.406409,1836.531519,2414.315802 +134970,2389.337896,839.5298425,1146.86194,1837.339313,2415.144487 +134971,2390.29964,837.9794502,1147.25896,1838.102382,2415.942046 +134972,2391.10677,836.4065701,1147.599057,1838.690976,2416.711253 +134973,2391.714231,834.8230037,1147.884146,1839.035693,2417.454366 +134974,2392.114294,833.1970349,1148.117555,1839.137999,2418.173305 +134975,2392.337161,831.6834977,1148.303998,1839.055742,2418.869707 +134976,2392.396096,830.0951058,1148.447235,1838.814518,2419.545029 +134977,2392.298571,828.4178482,1148.550413,1838.426175,2420.200469 +134978,2392.04606,826.8432603,1148.616344,1837.90018,2420.837022 +134979,2391.654694,825.2148545,1148.647567,1837.245952,2421.455491 +134980,2391.135237,823.5892473,1148.646361,1836.47215,2422.056535 +134981,2390.487257,821.9576829,1148.61475,1835.585904,2422.640663 +134982,2389.723321,820.3199973,1148.55453,1834.592729,2423.208277 +134983,2388.843641,818.6763147,1148.467292,1833.496814,2423.759665 +134984,2387.859135,817.0263907,1148.354459,1832.301418,2424.295044 +134985,2386.767632,815.3703737,1148.217303,1831.009155,2424.814542 +134986,2385.578501,813.7080329,1148.056975,1829.62222,2425.318256 +134987,2384.288286,812.0395339,1147.874514,1828.142481,2425.80621 +134988,2382.899764,810.4160999,1147.67087,1826.571578,2426.278412 +134989,2381.417155,808.6581058,1147.446905,1824.910957,2426.734821 +134990,2379.843737,807.009013,1147.203417,1823.161924,2427.175389 +134991,2378.18175,805.2874226,1146.941139,1821.325663,2427.600042 +134992,2376.430224,803.5310635,1146.660235,1819.400404,2428.008707 +134993,2374.591099,801.8985497,1146.361438,1817.388102,2428.401184 +134994,2372.666959,800.1451572,1146.045599,1815.291304,2428.777391 +134995,2370.65972,798.4330341,1145.713407,1813.111731,2429.137208 +134996,2368.570818,796.7056837,1145.36545,1810.850404,2429.480589 +134997,2366.401287,794.972913,1145.002215,1808.507967,2429.807431 +134998,2364.152123,793.2335654,1144.624171,1806.08502,2430.117688 +134999,2361.859835,791.5391729,1144.248636,1803.610133,2430.449475 +135000,2359.491344,789.7126013,1143.860167,1801.056433,2430.766708 +135001,0,0,0,0,0 +135002,0,0,0,0,0 +135003,0,0,0,0,0 +135004,0,0,0,0,0 +135005,0,0,0,0,0 +135006,0,0,0,0,0 +135007,0,0,0,0,0 +135008,0,0,0,0,0 +135009,0,0,0,0,0 +135010,0,0,0,0,0 +135011,0,0,0,0,0 +135012,0,0,0,0,0 +135013,0,0,0,0,0 +135014,0,0,0,0,0 +135015,0,0,0,0,0 +135016,0,0,0,0,0 +135017,0,0,0,0,0 +135018,0,0,0,0,0 +135019,0,0,0,0,0 +135020,0,0,0,0,0 +135021,0,0,0,0,0 +135022,0,0,0,0,0 +135023,0,0,0,0,0 +135024,0,0,0,0,0 +135025,0,0,0,0,0 +135026,0,0,0,0,0 +135027,0,0,0,0,0 +135028,0,0,0,0,0 +135029,0,0,0,0,0 +135030,0,0,0,0,0 +135031,0,0,0,0,0 +135032,0,0,0,0,0 +135033,0,0,0,0,0 +135034,0,0,0,0,0 +135035,0,0,0,0,0 +135036,0,0,0,0,0 +135037,0,0,0,0,0 +135038,0,0,0,0,0 +135039,0,0,0,0,0 +135040,0,0,0,0,0 +135041,0,0,0,0,0 +135042,0,0,0,0,0 +135043,0,0,0,0,0 +135044,0,0,0,0,0 +135045,0,0,0,0,0 +135046,0,0,0,0,0 +135047,0,0,0,0,0 +135048,0,0,0,0,0 +135049,0,0,0,0,0 +135050,0,0,0,0,0 +135051,0,0,0,0,0 +135052,0,0,0,0,0 +135053,0,0,0,0,0 +135054,0,0,0,0,0 +135055,0,0,0,0,0 +135056,0,0,0,0,0 +135057,0,0,0,0,0 +135058,0,0,0,0,0 +135059,0,0,0,0,0 +135060,0,0,0,0,0 +135061,0,0,0,0,0 +135062,0,0,0,0,0 +135063,0,0,0,0,0 +135064,0,0,0,0,0 +135065,0,0,0,0,0 +135066,0,0,0,0,0 +135067,0,0,0,0,0 +135068,0,0,0,0,0 +135069,0,0,0,0,0 +135070,0,0,0,0,0 +135071,0,0,0,0,0 +135072,0,0,0,0,0 +135073,0,0,0,0,0 +135074,0,0,0,0,0 +135075,0,0,0,0,0 +135076,0,0,0,0,0 +135077,0,0,0,0,0 +135078,0,0,0,0,0 +135079,0,0,0,0,0 +135080,0,0,0,0,0 +135081,0,0,0,0,0 +135082,0,0,0,0,0 +135083,0,0,0,0,0 +135084,0,0,0,0,0 +135085,0,0,0,0,0 +135086,0,0,0,0,0 +135087,0,0,0,0,0 +135088,0,0,0,0,0 +135089,0,0,0,0,0 +135090,0,0,0,0,0 +135091,0,0,0,0,0 +135092,0,0,0,0,0 +135093,0,0,0,0,0 +135094,0,0,0,0,0 +135095,0,0,0,0,0 +135096,0,0,0,0,0 +135097,0,0,0,0,0 +135098,0,0,0,0,0 +135099,0,0,0,0,0 +135100,0,0,0,0,0 +135101,0,0,0,0,0 +135102,0,0,0,0,0 +135103,0,0,0,0,0 +135104,0,0,0,0,0 +135105,0,0,0,0,0 +135106,0,0,0,0,0 +135107,0,0,0,0,0 +135108,0,0,0,0,0 +135109,0,0,0,0,0 +135110,0,0,0,0,0 +135111,0,0,0,0,0 +135112,0,0,0,0,0 +135113,0,0,0,0,0 +135114,0,0,0,0,0 +135115,0,0,0,0,0 +135116,0,0,0,0,0 +135117,0,0,0,0,0 +135118,0,0,0,0,0 +135119,0,0,0,0,0 +135120,0,0,0,0,0 +135121,0,0,0,0,0 +135122,0,0,0,0,0 +135123,0,0,0,0,0 +135124,0,0,0,0,0 +135125,0,0,0,0,0 +135126,0,0,0,0,0 +135127,0,0,0,0,0 +135128,0,0,0,0,0 +135129,0,0,0,0,0 +135130,0,0,0,0,0 +135131,0,0,0,0,0 +135132,0,0,0,0,0 +135133,0,0,0,0,0 +135134,0,0,0,0,0 +135135,0,0,0,0,0 +135136,0,0,0,0,0 +135137,0,0,0,0,0 +135138,0,0,0,0,0 +135139,0,0,0,0,0 +135140,0,0,0,0,0 +135141,0,0,0,0,0 +135142,0,0,0,0,0 +135143,0,0,0,0,0 +135144,0,0,0,0,0 +135145,0,0,0,0,0 +135146,0,0,0,0,0 +135147,0,0,0,0,0 +135148,0,0,0,0,0 +135149,0,0,0,0,0 +135150,0,0,0,0,0 +135151,0,0,0,0,0 +135152,0,0,0,0,0 +135153,0,0,0,0,0 +135154,0,0,0,0,0 +135155,0,0,0,0,0 +135156,0,0,0,0,0 +135157,0,0,0,0,0 +135158,0,0,0,0,0 +135159,0,0,0,0,0 +135160,0,0,0,0,0 +135161,0,0,0,0,0 +135162,0,0,0,0,0 +135163,0,0,0,0,0 +135164,0,0,0,0,0 +135165,0,0,0,0,0 +135166,0,0,0,0,0 +135167,0,0,0,0,0 +135168,0,0,0,0,0 +135169,0,0,0,0,0 +135170,0,0,0,0,0 +135171,0,0,0,0,0 +135172,0,0,0,0,0 +135173,0,0,0,0,0 +135174,0,0,0,0,0 +135175,0,0,0,0,0 +135176,0,0,0,0,0 +135177,0,0,0,0,0 +135178,0,0,0,0,0 +135179,0,0,0,0,0 +135180,0,0,0,0,0 +135181,0,0,0,0,0 +135182,0,0,0,0,0 +135183,0,0,0,0,0 +135184,0,0,0,0,0 +135185,0,0,0,0,0 +135186,0,0,0,0,0 +135187,0,0,0,0,0 +135188,0,0,0,0,0 +135189,0,0,0,0,0 +135190,0,0,0,0,0 +135191,0,0,0,0,0 +135192,0,0,0,0,0 +135193,0,0,0,0,0 +135194,0,0,0,0,0 +135195,0,0,0,0,0 +135196,0,0,0,0,0 +135197,0,0,0,0,0 +135198,0,0,0,0,0 +135199,0,0,0,0,0 +135200,0,0,0,0,0 +135201,0,0,0,0,0 +135202,0,0,0,0,0 +135203,0,0,0,0,0 +135204,0,0,0,0,0 +135205,0,0,0,0,0 +135206,0,0,0,0,0 +135207,0,0,0,0,0 +135208,0,0,0,0,0 +135209,0,0,0,0,0 +135210,0,0,0,0,0 +135211,0,0,0,0,0 +135212,0,0,0,0,0 +135213,0,0,0,0,0 +135214,0,0,0,0,0 +135215,0,0,0,0,0 +135216,0,0,0,0,0 +135217,0,0,0,0,0 +135218,0,0,0,0,0 +135219,0,0,0,0,0 +135220,0,0,0,0,0 +135221,0,0,0,0,0 +135222,0,0,0,0,0 +135223,0,0,0,0,0 +135224,0,0,0,0,0 +135225,0,0,0,0,0 +135226,0,0,0,0,0 +135227,0,0,0,0,0 +135228,0,0,0,0,0 +135229,0,0,0,0,0 +135230,0,0,0,0,0 +135231,0,0,0,0,0 +135232,0,0,0,0,0 +135233,0,0,0,0,0 +135234,0,0,0,0,0 +135235,0,0,0,0,0 +135236,0,0,0,0,0 +135237,0,0,0,0,0 +135238,0,0,0,0,0 +135239,0,0,0,0,0 +135240,0,0,0,0,0 +135241,0,0,0,0,0 +135242,0,0,0,0,0 +135243,0,0,0,0,0 +135244,0,0,0,0,0 +135245,0,0,0,0,0 +135246,0,0,0,0,0 +135247,0,0,0,0,0 +135248,0,0,0,0,0 +135249,0,0,0,0,0 +135250,0,0,0,0,0 +135251,0,0,0,0,0 +135252,0,0,0,0,0 +135253,0,0,0,0,0 +135254,0,0,0,0,0 +135255,0,0,0,0,0 +135256,0,0,0,0,0 +135257,0,0,0,0,0 +135258,0,0,0,0,0 +135259,0,0,0,0,0 +135260,0,0,0,0,0 +135261,0,0,0,0,0 +135262,0,0,0,0,0 +135263,0,0,0,0,0 +135264,0,0,0,0,0 +135265,0,0,0,0,0 +135266,0,0,0,0,0 +135267,0,0,0,0,0 +135268,0,0,0,0,0 +135269,0,0,0,0,0 +135270,0,0,0,0,0 +135271,0,0,0,0,0 +135272,0,0,0,0,0 +135273,0,0,0,0,0 +135274,0,0,0,0,0 +135275,0,0,0,0,0 +135276,0,0,0,0,0 +135277,0,0,0,0,0 +135278,0,0,0,0,0 +135279,0,0,0,0,0 +135280,0,0,0,0,0 +135281,0,0,0,0,0 +135282,0,0,0,0,0 +135283,0,0,0,0,0 +135284,0,0,0,0,0 +135285,0,0,0,0,0 +135286,0,0,0,0,0 +135287,0,0,0,0,0 +135288,0,0,0,0,0 +135289,0,0,0,0,0 +135290,0,0,0,0,0 +135291,0,0,0,0,0 +135292,0,0,0,0,0 +135293,0,0,0,0,0 +135294,0,0,0,0,0 +135295,0,0,0,0,0 +135296,0,0,0,0,0 +135297,0,0,0,0,0 +135298,0,0,0,0,0 +135299,0,0,0,0,0 +135300,0,0,0,0,0 +135301,0,0,0,0,0 +135302,0,0,0,0,0 +135303,0,0,0,0,0 +135304,0,0,0,0,0 +135305,0,0,0,0,0 +135306,0,0,0,0,0 +135307,0,0,0,0,0 +135308,0,0,0,0,0 +135309,0,0,0,0,0 +135310,0,0,0,0,0 +135311,0,0,0,0,0 +135312,0,0,0,0,0 +135313,0,0,0,0,0 +135314,0,0,0,0,0 +135315,0,0,0,0,0 +135316,0,0,0,0,0 +135317,0,0,0,0,0 +135318,0,0,0,0,0 +135319,0,0,0,0,0 +135320,0,0,0,0,0 +135321,0,0,0,0,0 +135322,0,0,0,0,0 +135323,0,0,0,0,0 +135324,0,0,0,0,0 +135325,0,0,0,0,0 +135326,0,0,0,0,0 +135327,0,0,0,0,0 +135328,0,0,0,0,0 +135329,0,0,0,0,0 +135330,0,0,0,0,0 +135331,0,0,0,0,0 +135332,0,0,0,0,0 +135333,0,0,0,0,0 +135334,0,0,0,0,0 +135335,0,0,0,0,0 +135336,0,0,0,0,0 +135337,0,0,0,0,0 +135338,0,0,0,0,0 +135339,0,0,0,0,0 +135340,0,0,0,0,0 +135341,0,0,0,0,0 +135342,0,0,0,0,0 +135343,0,0,0,0,0 +135344,0,0,0,0,0 +135345,0,0,0,0,0 +135346,0,0,0,0,0 +135347,0,0,0,0,0 +135348,0,0,0,0,0 +135349,0,0,0,0,0 +135350,0,0,0,0,0 +135351,0,0,0,0,0 +135352,0,0,0,0,0 +135353,0,0,0,0,0 +135354,0,0,0,0,0 +135355,0,0,0,0,0 +135356,0,0,0,0,0 +135357,0,0,0,0,0 +135358,0,0,0,0,0 +135359,0,0,0,0,0 +135360,0,0,0,0,0 +135361,0,0,0,0,0 +135362,0,0,0,0,0 +135363,0,0,0,0,0 +135364,0,0,0,0,0 +135365,0,0,0,0,0 +135366,0,0,0,0,0 +135367,0,0,0,0,0 +135368,0,0,0,0,0 +135369,0,0,0,0,0 +135370,0,0,0,0,0 +135371,0,0,0,0,0 +135372,0,0,0,0,0 +135373,0,0,0,0,0 +135374,0,0,0,0,0 +135375,0,0,0,0,0 +135376,0,0,0,0,0 +135377,0,0,0,0,0 +135378,0,0,0,0,0 +135379,0,0,0,0,0 +135380,0,0,0,0,0 +135381,0,0,0,0,0 +135382,0,0,0,0,0 +135383,0,0,0,0,0 +135384,0,0,0,0,0 +135385,0,0,0,0,0 +135386,0,0,0,0,0 +135387,0,0,0,0,0 +135388,0,0,0,0,0 +135389,0,0,0,0,0 +135390,0,0,0,0,0 +135391,0,0,0,0,0 +135392,0,0,0,0,0 +135393,0,0,0,0,0 +135394,0,0,0,0,0 +135395,0,0,0,0,0 +135396,0,0,0,0,0 +135397,0,0,0,0,0 +135398,0,0,0,0,0 +135399,0,0,0,0,0 +135400,0,0,0,0,0 +135401,0,0,0,0,0 +135402,0,0,0,0,0 +135403,0,0,0,0,0 +135404,0,0,0,0,0 +135405,0,0,0,0,0 +135406,0,0,0,0,0 +135407,0,0,0,0,0 +135408,0,0,0,0,0 +135409,0,0,0,0,0 +135410,0,0,0,0,0 +135411,0,0,0,0,0 +135412,0,0,0,0,0 +135413,0,0,0,0,0 +135414,0,0,0,0,0 +135415,0,0,0,0,0 +135416,0,0,0,0,0 +135417,0,0,0,0,0 +135418,0,0,0,0,0 +135419,0,0,0,0,0 +135420,0,0,0,0,0 +135421,0,0,0,0,0 +135422,0,0,0,0,0 +135423,0,0,0,0,0 +135424,0,0,0,0,0 +135425,0,0,0,0,0 +135426,0,0,0,0,0 +135427,0,0,0,0,0 +135428,0,0,0,0,0 +135429,0,0,0,0,0 +135430,0,0,0,0,0 +135431,0,0,0,0,0 +135432,0,0,0,0,0 +135433,0,0,0,0,0 +135434,0,0,0,0,0 +135435,0,0,0,0,0 +135436,0,0,0,0,0 +135437,0,0,0,0,0 +135438,0,0,0,0,0 +135439,0,0,0,0,0 +135440,0,0,0,0,0 +135441,0,0,0,0,0 +135442,0,0,0,0,0 +135443,0,0,0,0,0 +135444,0,0,0,0,0 +135445,0,0,0,0,0 +135446,0,0,0,0,0 +135447,0,0,0,0,0 +135448,0,0,0,0,0 +135449,0,0,0,0,0 +135450,0,0,0,0,0 +135451,0,0,0,0,0 +135452,0,0,0,0,0 +135453,0,0,0,0,0 +135454,0,0,0,0,0 +135455,0,0,0,0,0 +135456,0,0,0,0,0 +135457,0,0,0,0,0 +135458,0,0,0,0,0 +135459,0,0,0,0,0 +135460,0,0,0,0,0 +135461,0,0,0,0,0 +135462,0,0,0,0,0 +135463,0,0,0,0,0 +135464,0,0,0,0,0 +135465,0,0,0,0,0 +135466,0,0,0,0,0 +135467,0,0,0,0,0 +135468,0,0,0,0,0 +135469,0,0,0,0,0 +135470,0,0,0,0,0 +135471,0,0,0,0,0 +135472,0,0,0,0,0 +135473,0,0,0,0,0 +135474,0,0,0,0,0 +135475,0,0,0,0,0 +135476,0,0,0,0,0 +135477,0,0,0,0,0 +135478,0,0,0,0,0 +135479,0,0,0,0,0 +135480,0,0,0,0,0 +135481,0,0,0,0,0 +135482,0,0,0,0,0 +135483,0,0,0,0,0 +135484,0,0,0,0,0 +135485,0,0,0,0,0 +135486,0,0,0,0,0 +135487,0,0,0,0,0 +135488,0,0,0,0,0 +135489,0,0,0,0,0 +135490,0,0,0,0,0 +135491,0,0,0,0,0 +135492,0,0,0,0,0 +135493,0,0,0,0,0 +135494,0,0,0,0,0 +135495,0,0,0,0,0 +135496,0,0,0,0,0 +135497,0,0,0,0,0 +135498,0,0,0,0,0 +135499,0,0,0,0,0 +135500,0,0,0,0,0 +135501,0,0,0,0,0 +135502,0,0,0,0,0 +135503,0,0,0,0,0 +135504,0,0,0,0,0 +135505,0,0,0,0,0 +135506,0,0,0,0,0 +135507,0,0,0,0,0 +135508,0,0,0,0,0 +135509,0,0,0,0,0 +135510,0,0,0,0,0 +135511,0,0,0,0,0 +135512,0,0,0,0,0 +135513,0,0,0,0,0 +135514,0,0,0,0,0 +135515,0,0,0,0,0 +135516,0,0,0,0,0 +135517,0,0,0,0,0 +135518,0,0,0,0,0 +135519,0,0,0,0,0 +135520,0,0,0,0,0 +135521,0,0,0,0,0 +135522,0,0,0,0,0 +135523,0,0,0,0,0 +135524,0,0,0,0,0 +135525,0,0,0,0,0 +135526,0,0,0,0,0 +135527,0,0,0,0,0 +135528,0,0,0,0,0 +135529,0,0,0,0,0 +135530,0,0,0,0,0 +135531,0,0,0,0,0 +135532,0,0,0,0,0 +135533,0,0,0,0,0 +135534,0,0,0,0,0 +135535,0,0,0,0,0 +135536,0,0,0,0,0 +135537,0,0,0,0,0 +135538,0,0,0,0,0 +135539,0,0,0,0,0 +135540,0,0,0,0,0 +135541,0,0,0,0,0 +135542,0,0,0,0,0 +135543,0,0,0,0,0 +135544,0,0,0,0,0 +135545,0,0,0,0,0 +135546,0,0,0,0,0 +135547,0,0,0,0,0 +135548,0,0,0,0,0 +135549,0,0,0,0,0 +135550,0,0,0,0,0 +135551,0,0,0,0,0 +135552,0,0,0,0,0 +135553,0,0,0,0,0 +135554,0,0,0,0,0 +135555,0,0,0,0,0 +135556,0,0,0,0,0 +135557,0,0,0,0,0 +135558,0,0,0,0,0 +135559,0,0,0,0,0 +135560,0,0,0,0,0 +135561,0,0,0,0,0 +135562,0,0,0,0,0 +135563,0,0,0,0,0 +135564,0,0,0,0,0 +135565,0,0,0,0,0 +135566,0,0,0,0,0 +135567,0,0,0,0,0 +135568,0,0,0,0,0 +135569,0,0,0,0,0 +135570,0,0,0,0,0 +135571,0,0,0,0,0 +135572,0,0,0,0,0 +135573,0,0,0,0,0 +135574,0,0,0,0,0 +135575,0,0,0,0,0 +135576,0,0,0,0,0 +135577,0,0,0,0,0 +135578,0,0,0,0,0 +135579,0,0,0,0,0 +135580,0,0,0,0,0 +135581,0,0,0,0,0 +135582,0,0,0,0,0 +135583,0,0,0,0,0 +135584,0,0,0,0,0 +135585,0,0,0,0,0 +135586,0,0,0,0,0 +135587,0,0,0,0,0 +135588,0,0,0,0,0 +135589,0,0,0,0,0 +135590,0,0,0,0,0 +135591,0,0,0,0,0 +135592,0,0,0,0,0 +135593,0,0,0,0,0 +135594,0,0,0,0,0 +135595,0,0,0,0,0 +135596,0,0,0,0,0 +135597,0,0,0,0,0 +135598,0,0,0,0,0 +135599,0,0,0,0,0 +135600,0,0,0,0,0 +135601,0,0,0,0,0 +135602,0,0,0,0,0 +135603,0,0,0,0,0 +135604,0,0,0,0,0 +135605,0,0,0,0,0 +135606,0,0,0,0,0 +135607,0,0,0,0,0 +135608,0,0,0,0,0 +135609,0,0,0,0,0 +135610,0,0,0,0,0 +135611,0,0,0,0,0 +135612,0,0,0,0,0 +135613,0,0,0,0,0 +135614,0,0,0,0,0 +135615,0,0,0,0,0 +135616,0,0,0,0,0 +135617,0,0,0,0,0 +135618,0,0,0,0,0 +135619,0,0,0,0,0 +135620,0,0,0,0,0 +135621,0,0,0,0,0 +135622,0,0,0,0,0 +135623,0,0,0,0,0 +135624,0,0,0,0,0 +135625,0,0,0,0,0 +135626,0,0,0,0,0 +135627,0,0,0,0,0 +135628,0,0,0,0,0 +135629,0,0,0,0,0 +135630,0,0,0,0,0 +135631,0,0,0,0,0 +135632,0,0,0,0,0 +135633,0,0,0,0,0 +135634,0,0,0,0,0 +135635,0,0,0,0,0 +135636,0,0,0,0,0 +135637,0,0,0,0,0 +135638,0,0,0,0,0 +135639,0,0,0,0,0 +135640,0,0,0,0,0 +135641,0,0,0,0,0 +135642,0,0,0,0,0 +135643,0,0,0,0,0 +135644,0,0,0,0,0 +135645,0,0,0,0,0 +135646,0,0,0,0,0 +135647,0,0,0,0,0 +135648,0,0,0,0,0 +135649,0,0,0,0,0 +135650,0,0,0,0,0 +135651,0,0,0,0,0 +135652,0,0,0,0,0 +135653,0,0,0,0,0 +135654,0,0,0,0,0 +135655,0,0,0,0,0 +135656,0,0,0,0,0 +135657,0,0,0,0,0 +135658,0,0,0,0,0 +135659,0,0,0,0,0 +135660,0,0,0,0,0 +135661,0,0,0,0,0 +135662,0,0,0,0,0 +135663,0,0,0,0,0 +135664,0,0,0,0,0 +135665,0,0,0,0,0 +135666,0,0,0,0,0 +135667,0,0,0,0,0 +135668,0,0,0,0,0 +135669,0,0,0,0,0 +135670,0,0,0,0,0 +135671,0,0,0,0,0 +135672,0,0,0,0,0 +135673,0,0,0,0,0 +135674,0,0,0,0,0 +135675,0,0,0,0,0 +135676,0,0,0,0,0 +135677,0,0,0,0,0 +135678,0,0,0,0,0 +135679,0,0,0,0,0 +135680,0,0,0,0,0 +135681,0,0,0,0,0 +135682,0,0,0,0,0 +135683,0,0,0,0,0 +135684,0,0,0,0,0 +135685,0,0,0,0,0 +135686,0,0,0,0,0 +135687,0,0,0,0,0 +135688,0,0,0,0,0 +135689,0,0,0,0,0 +135690,0,0,0,0,0 +135691,0,0,0,0,0 +135692,0,0,0,0,0 +135693,0,0,0,0,0 +135694,0,0,0,0,0 +135695,0,0,0,0,0 +135696,0,0,0,0,0 +135697,0,0,0,0,0 +135698,0,0,0,0,0 +135699,0,0,0,0,0 +135700,0,0,0,0,0 +135701,0,0,0,0,0 +135702,0,0,0,0,0 +135703,0,0,0,0,0 +135704,0,0,0,0,0 +135705,0,0,0,0,0 +135706,0,0,0,0,0 +135707,0,0,0,0,0 +135708,0,0,0,0,0 +135709,0,0,0,0,0 +135710,0,0,0,0,0 +135711,0,0,0,0,0 +135712,0,0,0,0,0 +135713,0,0,0,0,0 +135714,0,0,0,0,0 +135715,0,0,0,0,0 +135716,0,0,0,0,0 +135717,0,0,0,0,0 +135718,0,0,0,0,0 +135719,0,0,0,0,0 +135720,0,0,0,0,0 +135721,0,0,0,0,0 +135722,0,0,0,0,0 +135723,0,0,0,0,0 +135724,0,0,0,0,0 +135725,0,0,0,0,0 +135726,0,0,0,0,0 +135727,0,0,0,0,0 +135728,0,0,0,0,0 +135729,0,0,0,0,0 +135730,0,0,0,0,0 +135731,0,0,0,0,0 +135732,0,0,0,0,0 +135733,0,0,0,0,0 +135734,0,0,0,0,0 +135735,0,0,0,0,0 +135736,0,0,0,0,0 +135737,0,0,0,0,0 +135738,0,0,0,0,0 +135739,0,0,0,0,0 +135740,0,0,0,0,0 +135741,0,0,0,0,0 +135742,0,0,0,0,0 +135743,0,0,0,0,0 +135744,0,0,0,0,0 +135745,0,0,0,0,0 +135746,0,0,0,0,0 +135747,0,0,0,0,0 +135748,0,0,0,0,0 +135749,0,0,0,0,0 +135750,0,0,0,0,0 +135751,0,0,0,0,0 +135752,0,0,0,0,0 +135753,0,0,0,0,0 +135754,0,0,0,0,0 +135755,0,0,0,0,0 +135756,0,0,0,0,0 +135757,0,0,0,0,0 +135758,0,0,0,0,0 +135759,0,0,0,0,0 +135760,0,0,0,0,0 +135761,0,0,0,0,0 +135762,0,0,0,0,0 +135763,0,0,0,0,0 +135764,0,0,0,0,0 +135765,0,0,0,0,0 +135766,0,0,0,0,0 +135767,0,0,0,0,0 +135768,0,0,0,0,0 +135769,0,0,0,0,0 +135770,0,0,0,0,0 +135771,0,0,0,0,0 +135772,0,0,0,0,0 +135773,0,0,0,0,0 +135774,0,0,0,0,0 +135775,0,0,0,0,0 +135776,0,0,0,0,0 +135777,0,0,0,0,0 +135778,0,0,0,0,0 +135779,0,0,0,0,0 +135780,0,0,0,0,0 +135781,-806.46303,-187.8178405,-606.5800182,-306.0475956,843.7540392 +135782,-641.9009205,-109.2218127,-445.583687,-237.0358493,906.1194563 +135783,-727.4338132,220.8637829,-531.1875023,-274.4290365,809.7103686 +135784,-844.8471711,37.73209134,-647.196862,-325.1266049,696.3037521 +135785,-911.2032944,114.8195441,-711.290956,-354.145865,618.8928796 +135786,-944.1771762,134.4594032,-740.7880756,-368.9848782,567.1006582 +135787,-955.9163616,155.1252348,-748.6720634,-374.8507503,532.1900306 +135788,-956.1782114,175.0128908,-267.2343469,-375.8533978,507.2102397 +135789,-952.167958,194.1458851,-146.1390212,-375.0196314,487.2044545 +135790,-947.6532553,214.2510756,-280.3655893,-373.9319424,469.5202225 +135791,-943.8908196,233.4571357,-193.5442545,-373.1167951,453.1028648 +135792,-941.1472641,253.7652077,-174.0129149,-372.6848299,437.5328538 +135793,-939.3828597,272.7336693,-153.7371908,-372.6187946,422.6064457 +135794,-938.4749817,292.9062427,-136.4981824,-372.8676283,408.2018899 +135795,-938.2922256,312.0261263,-117.5391235,-373.3775472,394.2339753 +135796,-938.7155567,332.0210896,-100.729453,-374.1007045,380.6378894 +135797,-939.6423771,351.4032812,-82.42214552,-374.9966293,367.3623761 +135798,-940.9859632,371.4110065,-66.95935705,-376.0317631,354.365902 +135799,-942.6736849,390.9032933,-47.93523325,-377.1785423,341.6142326 +135800,-944.6451487,410.6793509,-32.29209959,-378.4145056,329.0787262 +135801,-946.8502514,430.4666394,-15.51936878,-379.7213999,316.735233 +135802,-949.2475754,446.7545074,-0.221689176,-381.0844614,304.5632086 +135803,-951.802812,443.1399317,16.10243095,-382.4917248,292.5451422 +135804,-954.4876215,439.9874243,33.48323334,-383.9335351,280.6659924 +135805,-957.2784767,437.4498462,45.94278531,-385.402057,268.9128488 +135806,-960.155918,435.4799064,65.32061407,-386.8909702,257.2745286 +135807,-963.1037058,433.9633096,76.18094597,-388.3951197,245.7413856 +135808,-966.1083815,432.7944889,94.2307342,-389.9103473,234.3049949 +135809,-969.1622995,431.8883961,106.3920208,-391.433958,222.9580278 +135810,-972.2544558,431.1946287,122.6529095,-392.9628974,211.6940011 +135811,-975.3751055,430.6787077,134.2681603,-394.4945551,200.5072529 +135812,-920.972206,430.273313,146.3843768,-396.0309749,189.3926824 +135813,-783.8500663,429.9309249,159.0039961,-397.5729581,178.3457521 +135814,-855.979975,429.6283484,169.0726484,-398.2158307,168.6198573 +135815,-815.9635561,429.3560258,180.0987897,-399.2675723,158.3931537 +135816,-803.2416466,429.1094186,196.38341,-401.6618254,146.3606253 +135817,-793.7362156,428.8852593,209.6212143,-339.9648978,135.0501145 +135818,-781.3742686,428.6806277,223.4873519,-341.0609073,124.0774556 +135819,-770.5971897,428.4929812,235.7222689,-340.6185601,113.2707147 +135820,-756.7515434,428.3202293,249.4529621,-330.7399206,102.5642363 +135821,-746.9510051,428.1607178,261.3681772,-324.1655712,91.92505945 +135822,-737.0951133,428.0131366,273.6060667,-320.0963412,81.24999783 +135823,-725.2380582,427.8764453,285.5816514,-312.1629074,70.54919004 +135824,-713.6832329,427.7497943,297.2579108,-309.0156876,59.84947608 +135825,-702.9196959,427.6324819,308.5938736,-301.822383,49.1665145 +135826,-696.4189239,427.5239008,320.1542229,-296.5872316,38.50536769 +135827,-679.2334241,427.4235224,330.7228914,-292.3288037,27.86663677 +135828,-673.5496604,427.3308645,342.0672439,-286.1125906,17.2498123 +135829,-663.3930743,427.2454933,352.3577885,-281.2670748,6.654657935 +135830,-651.9067929,427.1670003,362.7827025,-276.9873238,-3.918993784 +135831,-639.0149795,427.0950075,372.710982,-270.5636747,-14.47117197 +135832,-633.6932086,427.0291487,382.7425838,-266.3906927,-25.00212373 +135833,-623.0121714,426.9690784,392.8550031,-261.6551761,-35.51207982 +135834,-611.1579549,426.914453,401.1789689,-256.2976139,-46.0014955 +135835,-600.766543,426.8649447,411.4252368,-251.2573966,-56.47075192 +135836,-594.9588742,426.820225,420.4723561,-247.7151171,-66.7829408 +135837,-579.8160216,426.7799782,428.923419,-241.5655427,-76.91254717 +135838,-574.0541902,426.7438872,437.4076163,-237.0936758,-86.8801175 +135839,-562.9797353,426.7116488,446.5400689,-233.4076327,-96.71249395 +135840,-552.6325145,426.6829582,454.4349542,-226.7518545,-106.4307398 +135841,614.4820215,425.7872647,676.1371935,287.661971,-119.5307613 +135842,601.8433848,433.1569095,681.4838588,280.5308426,-91.85984934 +135843,627.480432,444.3926698,694.4701335,293.4048124,-44.44702636 +135844,648.0425959,455.1983563,707.5740568,294.5435419,4.556653487 +135845,638.7033155,463.9289093,718.6141645,290.4638318,1155.562824 +135846,629.9134751,470.6013285,727.316992,286.7334402,1169.222335 +135847,621.900482,476.1037042,734.0686029,283.3771773,1167.080256 +135848,614.6334561,480.8638811,739.2947962,280.3406014,1159.810326 +135849,607.9856721,816.895408,743.3004558,277.5545797,1152.303797 +135850,601.8311513,720.2340042,746.2891089,274.9624103,1145.64893 +135851,596.0726191,752.6415716,748.4090581,272.5230761,1139.590396 +135852,590.6386655,787.9778793,749.7812159,270.2068913,1133.740823 +135853,585.4747751,804.8186611,750.5096491,267.991172,1127.890029 +135854,580.6306323,825.2587946,750.6961286,265.9147577,1121.970892 +135855,576.0356502,845.1235679,750.4153693,263.9431246,1115.976371 +135856,571.612848,864.738041,749.7279795,262.035307,1109.911905 +135857,567.3128626,889.99723,748.6863281,260.1662803,1103.780326 +135858,563.1083604,913.5002762,747.3359478,258.324142,1097.581068 +135859,558.9827986,937.6584741,745.7158871,256.5032196,1091.31237 +135860,554.9237717,960.7975304,743.8592332,254.699887,1084.972745 +135861,550.9206229,983.6777435,741.7938819,252.9110681,1078.561461 +135862,546.9639429,1007.049868,739.5433243,251.1339738,1072.07843 +135863,543.0456093,1028.884743,737.1273985,249.366183,1065.248686 +135864,539.1587014,1050.926863,734.5628648,247.6056588,1058.147043 +135865,535.2974373,1073.39185,731.863953,245.8507488,1050.879152 +135866,531.4569262,1094.688167,729.0427251,244.1000888,1043.502057 +135867,527.6330557,1116.083417,726.1094463,242.3525617,1036.035648 +135868,523.8223251,1137.208055,723.0728525,240.6072327,1028.484807 +135869,520.0217927,1158.103253,719.9404258,238.8633356,1020.851875 +135870,516.2289487,1178.672071,716.7185746,237.1202255,1013.139929 +135871,512.441692,1198.063242,713.4128324,235.3773771,1005.353 +135872,508.6543336,1217.015184,710.0153659,233.6324885,997.4950799 +135873,504.8627814,1235.644615,706.5233932,231.8839737,989.5700091 +135874,501.0650812,1253.924327,702.9398781,230.1312268,981.5811411 +135875,497.2605209,1272.02766,699.2701548,228.3741925,973.5316461 +135876,493.4487993,1289.761678,695.5156248,226.6129709,965.4243044 +135877,489.6297215,1307.267667,691.6864731,224.8476745,957.2617861 +135878,485.8030734,1323.962784,687.7833017,223.0783737,949.0464271 +135879,481.9686799,1341.746192,683.8139594,221.3051291,940.7805076 +135880,478.1263669,1358.174511,679.7773397,219.5279787,932.4660028 +135881,474.2760177,1374.641141,675.6801381,217.7469676,924.1048613 +135882,470.4175225,1391.046655,671.5207162,215.962128,915.6987647 +135883,466.5508244,1407.009296,667.3052519,214.173502,907.2494013 +135884,462.6758618,1422.944497,663.0318294,212.381118,898.7582161 +135885,458.7926146,1438.481226,658.7062109,210.5850134,890.2266777 +135886,454.9010604,1454.061129,654.3262797,208.7852157,881.6560492 +135887,451.0012095,1469.095699,649.8974614,206.9817602,873.0476279 +135888,447.0930623,1484.257016,645.4175015,205.1746716,864.4025168 +135889,443.1766566,1499.032707,640.8915604,203.363986,855.7218813 +135890,439.2520136,1513.618413,636.3173054,201.5497279,847.0066998 +135891,435.3191852,1528.219171,631.6996742,199.7319316,838.2580162 +135892,431.3782124,1542.286885,627.0362984,197.9106234,829.4767138 +135893,427.4291608,1556.450565,622.3278679,196.0858381,820.6637416 +135894,423.4720811,1570.466003,617.5809586,194.257601,811.8198919 +135895,419.5070498,1583.99632,612.792862,192.4259477,802.9460375 +135896,415.5341295,1597.717829,607.9635012,190.5909053,794.0429029 +135897,411.553404,1611.043683,603.0947207,188.7525095,785.1112912 +135898,407.5649391,1624.28905,598.1884897,186.9107864,776.1518606 +135899,403.5688287,1637.348128,593.246319,185.0657741,767.1653644 +135900,399.5651436,1650.255164,689.6253672,183.2174993,758.152409 +135901,402.4856203,1832.150902,1162.223233,184.5167443,761.7170602 +135902,414.9318229,1846.803307,1113.208625,190.1081303,783.1055653 +135903,430.7075045,1860.531445,1148.366992,197.1428767,810.8321659 +135904,446.2640407,1873.979759,1159.442266,204.0052699,838.3333505 +135905,460.17051,1887.083275,1170.585265,210.0649139,862.9778878 +135906,472.3271914,1899.985337,1180.887267,215.3025041,884.5484169 +135907,483.0644959,1912.767059,1190.812762,219.8893863,903.5895209 +135908,492.7117416,1925.064502,1200.501804,223.988787,920.6429965 +135909,501.8336411,1937.591725,1209.799604,227.8648777,936.6927689 +135910,509.9339169,1949.768837,1218.944661,231.295766,950.8098272 +135911,517.427033,1961.653473,1227.737108,234.471725,963.7323591 +135912,524.4035282,1973.560211,1236.413744,237.4346235,975.6167329 +135913,530.9395765,1985.234443,1244.762366,240.2189891,986.5978228 +135914,537.099801,1996.764138,1253.025738,242.8535221,996.7925278 +135915,542.9388755,2008.151137,1260.978802,245.3620049,1006.30191 +135916,548.5028439,2019.387043,1268.874114,247.7640484,1015.21294 +135917,553.8304024,2030.568391,1276.470883,250.0757895,1023.600404 +135918,558.9540658,2041.3782,1283.996555,252.310506,1031.528594 +135919,563.9011741,2052.155734,1291.372222,254.4791342,1039.052849 +135920,568.6947432,2062.939463,1298.510183,256.5906954,1046.220843 +135921,573.3541652,2073.491013,1305.597196,258.6526403,1053.073694 +135922,577.8958,2083.748894,1312.558349,260.671133,1059.646896 +135923,582.3334588,2094.064694,1319.299491,262.6512788,1065.971122 +135924,586.6788208,2104.161241,1326.015066,264.5973157,1072.072909 +135925,700.2874725,2114.03984,1332.58409,266.5127664,1370.134222 +135926,751.630007,2124.118083,1338.698332,314.6231735,1226.220133 +135927,726.9278895,2133.615145,1345.611358,319.9974313,1288.151085 +135928,759.7201408,2143.263908,1351.573022,337.3732823,1307.230246 +135929,775.9874261,2152.679062,1357.870272,339.5512862,1324.285497 +135930,791.5154688,2161.972408,1363.971683,350.1022814,1340.727858 +135931,806.5579747,2170.827281,1369.676669,357.7882291,1357.245094 +135932,821.462136,2186.524552,1375.466336,365.164556,1373.059265 +135933,836.172828,2182.800144,1381.038915,372.4833906,1388.636657 +135934,850.4838651,2216.908167,1386.541118,379.5255613,1403.824355 +135935,864.6171352,2173.693277,1392.129243,386.6278648,1419.085167 +135936,878.4023737,2225.609376,1397.451166,393.4710563,1433.684739 +135937,892.2886509,2216.952912,1402.863063,400.2522196,1448.01902 +135938,905.7095748,2226.916697,1408.140886,406.8256493,1462.503465 +135939,918.8279978,2234.652946,1413.500766,413.4856561,1476.316041 +135940,932.3528636,2241.967297,1418.728811,419.8701368,1490.059445 +135941,944.8626521,2249.141094,1424.016101,426.2274638,1503.345262 +135942,957.576667,2256.272403,1429.119711,432.3637046,1516.925693 +135943,970.3600961,2262.908104,1434.424696,438.6515109,1530.014095 +135944,982.5582366,2269.883746,1439.58013,444.6250859,1542.51935 +135945,994.8342887,2276.408778,1444.782268,450.6022478,1555.2968 +135946,1006.853616,2282.901304,1449.935563,456.3757159,1567.667666 +135947,1018.739127,2289.351911,1455.26275,462.4163945,1579.632286 +135948,1030.259914,2295.402436,1460.385584,467.8773387,1592.084288 +135949,1042.179815,2301.555453,1465.90114,473.5022285,1603.712169 +135950,1053.65736,2307.485111,1471.057535,479.1839444,1615.422494 +135951,1064.626053,2313.301152,1476.569768,484.5767973,1626.911561 +135952,1075.717012,2318.988811,1481.796718,489.992397,1638.200525 +135953,1087.105563,2324.549293,1487.473277,495.3094614,1649.399257 +135954,1097.80261,2330.093128,1492.855739,500.5695154,1660.373799 +135955,1108.620363,2335.240066,1495.430629,505.6318515,1671.212239 +135956,1119.291521,2340.500957,1501.096219,510.9508647,1681.86002 +135957,1129.87084,2345.435081,1506.936752,515.9134929,1692.450186 +135958,1140.077584,2350.53279,1512.790606,521.0698515,1702.793082 +135959,1150.934354,2355.274106,1518.592302,525.7877005,1713.105973 +135960,1161.024223,2359.987845,1524.555585,530.643553,1723.174345 +135961,1177.30613,2367.155821,1536.236421,538.2705345,1755.139186 +135962,1188.489711,2372.066326,1543.052037,543.4459846,1767.010407 +135963,1199.079861,2376.731289,1549.159394,548.4517492,1778.211471 +135964,1209.439259,2383.489104,1555.36583,553.3143227,1789.147866 +135965,1219.635809,2385.217313,1561.186025,557.9397836,1799.651897 +135966,1229.388891,2395.693732,1567.091204,562.860703,1810.042241 +135967,1239.846584,2384.556283,1572.813237,567.3773885,1820.107397 +135968,1249.452427,2426.669361,1578.672909,572.123151,1830.097813 +135969,1259.274629,2360.616363,1584.168866,576.390933,1839.57329 +135970,1268.950695,2423.21497,1589.971395,580.9692339,1849.732588 +135971,1278.897588,2403.246787,1595.304737,585.3517461,1859.090886 +135972,1287.895676,2410.643082,1601.15047,589.5420084,1868.535424 +135973,1297.53919,2413.925969,1606.321673,594.116515,1877.85011 +135974,1306.90432,2416.964069,1611.987971,598.2552925,1886.993639 +135975,1316.121799,2419.900387,1617.187621,602.5058161,1896.175376 +135976,1325.39901,2422.719045,1622.718804,606.6843847,1905.005267 +135977,1334.474333,2425.422106,1627.788791,610.8206703,1913.972663 +135978,1343.612872,2428.011166,1633.323517,614.9153938,1922.736613 +135979,1352.182011,2430.485658,1638.329444,618.8562749,1931.297724 +135980,1359.603608,2422.396815,1649.398337,625.351528,1939.957336 +135981,1367.858037,2422.753769,1655.303812,629.7332585,1948.342158 +135982,1376.577078,2423.835141,1660.773348,633.6920195,1956.832938 +135983,1385.048938,2425.022236,1666.302653,637.9272552,1965.017136 +135984,1393.410492,2426.220468,1671.448438,641.8883603,1969.393702 +135985,1401.963323,2427.382708,1676.887056,645.8828452,1975.686594 +135986,1410.402494,2428.486141,1681.907365,649.6793885,1980.79082 +135987,1418.567225,2429.519302,1687.183141,653.6483411,1986.342386 +135988,1426.964569,2430.475095,1692.201013,657.486478,1991.592683 +135989,1435.287125,2431.34968,1697.464114,661.1662867,1997.020309 +135990,1443.178013,2432.139707,1702.229638,665.0221174,2002.241792 +135991,1451.388003,2432.57662,1707.296698,668.5777289,2007.462492 +135992,1459.159417,2432.872048,1711.893603,672.2925861,2012.623587 +135993,1467.132687,2433.049107,1717.685938,675.765783,2017.68671 +135994,1474.783486,2433.113608,1722.962396,679.4048272,2022.822058 +135995,1482.756009,2433.068407,1726.900253,682.8066021,2027.846263 +135996,1490.190757,2432.914706,1732.680818,686.3762955,2032.742569 +135997,1498.052622,2432.653491,1736.130721,689.4916558,2037.695826 +135998,1505.499686,2432.285156,1742.433567,693.3352446,2042.507924 +135999,1513.148776,2431.810311,1744.881027,696.4406875,2047.408579 +136000,1520.492222,2431.229256,1752.474854,699.9232703,2052.149116 +136001,1528.112285,2430.542187,1752.842673,703.1342703,2056.890833 +136002,1535.369698,2429.748594,1762.98479,706.5184092,2061.572788 +136003,1542.828349,2428.85043,1759.605312,709.6729303,2066.271197 +136004,1549.981598,2427.846447,1751.140215,713.0004153,2070.736672 +136005,1557.418886,2426.73981,1780.411322,716.1008709,2075.417843 +136006,1564.497382,2425.52744,1771.979782,719.3745536,2079.883507 +136007,1571.778928,2424.213759,1779.307361,722.660351,2084.375466 +136008,1578.758355,2422.794796,1783.238035,725.5230769,2088.805641 +136009,1586.018659,2421.273094,1787.678163,728.6926918,2093.19913 +136010,1592.930952,2419.648828,1791.610592,731.8512866,2097.50189 +136011,1600.03756,2417.922537,1795.948806,734.7626379,2101.900525 +136012,1606.855307,2416.094519,1800.025934,737.9046404,2106.14012 +136013,1613.952945,2414.164691,1804.29493,740.8290942,2110.444694 +136014,1603.960268,2404.434691,1791.566393,736.2561978,2084.155021 +136015,1618.854806,2404.964743,1803.63569,742.6327491,2104.069657 +136016,1638.042727,2408.339762,1820.232528,751.0393222,2131.463771 +136017,1636.224541,2402.827764,1815.607283,750.3401592,2118.914905 +136018,1645.010059,2400.991817,1821.901812,754.1611809,2127.30107 +136019,1651.378362,2398.393781,1825.938672,756.9342974,2131.436005 +136020,1658.56634,2395.855064,1829.821405,759.9257091,2142.645995 +136021,1577.931372,2355.539821,1746.602293,723.0968439,1969.394035 +136022,1544.614798,2331.373684,1712.767464,707.915207,1920.715884 +136023,1558.943131,2334.696085,1723.991534,714.4865199,1931.385574 +136024,1565.297537,2330.575035,1724.407559,716.9483134,1937.866746 +136025,1569.10311,2326.119692,1730.558038,718.5445496,1937.593413 +136026,1574.288489,2322.552315,1727.953426,720.9499502,1940.005351 +136027,1579.527848,2318.609453,1738.24031,722.7647409,1942.522653 +136028,1584.774113,2314.701361,1730.338679,725.1244704,1945.086097 +136029,1590.072695,2310.703556,1748.860741,727.2684354,1947.67613 +136030,1595.228576,2306.626877,1728.981903,729.4450849,1950.282721 +136031,1600.494778,2302.469839,1765.025032,731.6412845,1952.900633 +136032,1605.608626,2298.232373,1720.388553,733.7685051,1955.525457 +136033,1610.892843,2293.803038,1762.246883,735.944044,1958.15503 +136034,1615.994313,2289.556045,1769.486833,738.0241812,1960.78534 +136035,1621.383899,2285.010938,1728.748496,740.2584269,1963.504633 +136036,1626.308602,2280.454188,1768.075599,742.3193586,1966.090104 +136037,1631.640047,2275.81885,1760.108297,744.5073631,1968.857965 +136038,1636.607669,2271.085047,1763.314317,746.5354859,1971.30609 +136039,1641.86145,2266.395078,1766.858515,748.7512417,1974.089592 +136040,1646.652066,2261.348318,1769.534791,750.7350756,1976.582462 +136041,1652.051595,2256.352867,1772.486362,752.8552866,1979.316295 +136042,1656.706915,2251.433136,1775.291775,754.8728583,1981.807544 +136043,1662.080172,2246.243293,1778.192072,756.9818085,1984.487025 +136044,1666.754175,2241.046256,1781.01117,759.0204154,1987.038402 +136045,1671.672635,2235.762211,1783.86452,761.0709713,1989.581522 +136046,1676.707181,2230.401362,1786.723398,763.1160049,1992.167326 +136047,1681.568904,2224.963376,1789.649194,765.1800465,1994.740343 +136048,1686.520009,2219.342541,1792.412707,767.1709213,1997.305897 +136049,1691.319672,2213.9004,1795.323267,769.2125631,1999.865002 +136050,1696.234496,2208.16464,1798.177066,770.9574952,2002.415591 +136051,1701.005332,2225.010228,1800.888758,773.3318055,2005.00559 +136052,1705.77268,2163.849094,1803.768943,775.1008597,2007.482414 +136053,1710.495986,2232.9267,1806.4789,777.1188299,2010.148778 +136054,1715.182388,2142.215994,1809.228144,779.0095583,2012.646563 +136055,1719.834046,2211.933213,1811.952335,780.9463731,2015.181317 +136056,1723.91072,2145.565713,1814.728516,782.8455091,2017.692857 +136057,1729.32357,2175.969056,1817.330206,784.7371514,2020.191297 +136058,1733.489174,2156.505662,1820.069371,786.6174584,2022.676625 +136059,1738.111484,2152.417478,1822.743696,788.5152271,2025.150793 +136060,1742.622398,2145.807855,1825.420545,790.3330836,2027.612623 +136061,1747.044708,2139.171651,1828.091411,792.2031017,2030.063716 +136062,1751.597707,2132.450846,1830.755918,794.0387572,2032.454238 +136063,1755.986408,2125.559056,1833.414885,795.8696018,2034.957957 +136064,1760.467867,2118.936858,1836.068099,797.6911982,2037.338481 +136065,1764.758596,2111.801657,1838.783435,799.5039582,2039.752761 +136066,1769.1646,2104.887261,1841.256901,801.336342,2042.196698 +136067,1773.428063,2097.812889,1844.04482,803.0888682,2044.504814 +136068,1777.836523,2090.687495,1846.618583,804.8961194,2046.913953 +136069,1782.07928,2083.499502,1849.256484,806.6699039,2049.267889 +136070,1786.354381,2076.148215,1851.879644,808.4397671,2051.61776 +136071,1790.595945,2068.975256,1854.497928,810.2015632,2053.957179 +136072,1794.81378,2061.537139,1857.111234,811.9551867,2056.284693 +136073,1799.073191,2054.215954,1859.720039,813.7009235,2058.551693 +136074,1803.081407,2046.593015,1862.323908,815.467721,2060.933719 +136075,1807.373118,2039.111873,1864.991964,817.1542577,2063.190816 +136076,1811.44029,2031.398307,1867.482443,818.897375,2065.481217 +136077,1815.551187,2023.879098,1870.122304,820.6074677,2067.753054 +136078,1819.628917,2016.104975,1872.696923,822.3144058,2070.012789 +136079,1823.683558,2008.357308,1875.277415,824.0140371,2072.261886 +136080,1827.64834,2000.54534,1877.853277,825.7061989,2074.498972 +136081,1591.37372,1882.323144,1639.321986,717.8515834,1639.690263 +136082,1588.620897,1871.744215,1636.22326,717.3196391,1634.763453 +136083,1589.290962,1861.724958,1634.939724,716.9622567,1632.034839 +136084,1590.12738,1852.097395,1634.454792,717.2206749,1629.991875 +136085,1591.520128,1842.707753,1634.431356,717.6438607,1628.712681 +136086,1593.119991,1833.279022,1634.639275,718.1680937,1627.661013 +136087,1594.875277,1824.055971,1635.022218,718.7679879,1626.85012 +136088,1596.789382,1814.503949,1635.528677,719.419995,1626.210759 +136089,1598.643681,1805.437144,1636.128112,720.1099759,1625.674229 +136090,1600.67397,1796.101169,1636.802956,720.8298276,1625.310731 +136091,1602.703901,1786.698243,1637.542528,721.5746963,1624.974034 +136092,1604.781243,1777.6547,1638.339579,722.3413526,1624.739297 +136093,1606.892863,1768.15562,1639.188958,723.1275506,1624.569603 +136094,1609.034215,1758.892601,1640.086501,723.9315102,1624.462884 +136095,1611.202841,1749.648781,1640.972821,724.9951012,1624.414566 +136096,1613.395955,1740.339251,1642.042555,725.4686451,1624.419864 +136097,1615.611681,1730.993397,1643.027335,726.4925828,1624.476075 +136098,1617.847966,1721.726522,1644.099875,727.3187071,1624.579207 +136099,1620.103389,1712.360357,1645.200644,728.1950169,1624.727497 +136100,1622.376536,1727.371827,1646.336332,729.0841926,1624.917435 +136101,1624.666524,1658.622555,1647.506012,729.9854886,1625.147879 +136102,1627.026365,1724.441771,1648.707586,730.8979491,1625.415262 +136103,1629.262709,1638.020898,1649.940895,731.8215864,1625.719468 +136104,1631.634848,1691.089925,1651.20403,732.7555855,1626.057126 +136105,1633.972215,1639.198069,1652.496792,733.6999381,1626.428329 +136106,1636.328851,1653.390701,1653.8175,734.6539301,1626.830004 +136107,1638.697,1636.336403,1655.165651,735.642139,1627.262073 +136108,1641.075076,1628.256801,1656.539815,736.5776232,1627.72183 +136109,1643.46295,1619.025965,1657.939452,737.5762937,1628.209267 +136110,1645.858969,1609.785742,1659.3632,738.5616054,1628.721793 +136111,1648.182189,1600.305402,1660.71529,739.5177875,1629.259627 +136112,1650.495238,1590.896652,1662.1279,740.4730429,1629.819988 +136113,1652.807671,1581.610485,1663.408525,741.4312815,1630.430417 +136114,1655.028221,1572.283843,1664.74707,742.3525239,1630.647874 +136115,1657.411966,1562.818129,1666.197387,743.3481706,1631.593754 +136116,1659.70203,1553.538409,1667.531406,744.2812054,1631.791961 +136117,1661.908073,1544.198173,1668.932233,745.2427506,1632.315122 +136118,1664.256848,1534.882956,1670.360513,746.2396729,1632.902203 +136119,1666.561201,1525.590385,1671.805884,747.1787283,1633.512886 +136120,1668.877241,1516.315958,1673.208554,748.177773,1634.142395 +136121,1671.196823,1507.065286,1674.770587,749.1588165,1634.789277 +136122,1673.518806,1497.90765,1676.217055,750.1471243,1635.451889 +136123,1675.842681,1488.546606,1677.727289,751.1387644,1636.129386 +136124,1678.168647,1479.512186,1679.240709,752.1333552,1636.820482 +136125,1680.496818,1470.383279,1680.765715,753.1307327,1637.524714 +136126,1682.826663,1461.19263,1682.301777,754.1306377,1638.241057 +136127,1685.158795,1452.161786,1683.848593,755.132939,1638.969177 +136128,1687.492839,1443.114489,1685.405591,756.1374015,1639.708176 +136129,1689.829544,1434.113586,1686.972509,757.1698797,1640.45784 +136130,1692.169279,1425.154161,1688.548802,758.1395639,1641.217331 +136131,1694.570808,1416.236564,1690.134246,759.1680872,1641.986515 +136132,1696.828758,1407.426934,1691.728329,760.1757209,1642.764622 +136133,1699.221456,1398.451658,1693.330845,761.1886306,1643.55156 +136134,1701.567881,1389.799334,1694.941306,762.2028717,1644.346612 +136135,1703.928826,1381.084699,1696.55954,763.2182792,1645.149749 +136136,1706.296268,1372.332972,1698.185071,764.2346581,1645.960277 +136137,1708.671,1363.754701,1699.817751,765.2519444,1646.778214 +136138,1711.05422,1355.184953,1701.457119,766.2699478,1647.602896 +136139,1713.447385,1346.680324,1703.103047,767.2886129,1648.434377 +136140,1715.851842,1338.24025,1704.755098,768.3077596,1649.299452 +136141,1953.215016,1437.297417,1941.948961,876.199681,2075.799927 +136142,1960.656696,1431.251311,1947.923964,879.178873,2082.003985 +136143,1965.501676,1424.461423,1952.289538,881.5028387,2086.85095 +136144,1970.279945,1417.540577,1956.331376,883.6412905,2091.130484 +136145,1974.785619,1410.60868,1959.93764,885.6372703,2094.911087 +136146,1979.11136,1403.499222,1963.522125,887.5482146,2098.366668 +136147,1983.333375,1396.465766,1966.914481,889.39727,2101.606058 +136148,1987.493507,1389.618063,1970.22698,891.2018225,2104.690668 +136149,1991.619772,1385.338996,1973.47161,892.9725626,2107.662462 +136150,1995.727884,1380.591324,1976.659532,894.7482146,2110.541002 +136151,1999.826978,1375.656096,1979.799439,896.4165688,2113.342458 +136152,2003.893572,1370.833269,1982.821073,898.1358113,2116.074491 +136153,2007.926375,1366.042534,1985.990043,899.8059382,2118.746146 +136154,2011.924963,1361.356889,1989.029971,901.4614325,2121.360988 +136155,2015.891504,1356.519073,1991.913825,903.0988964,2123.925134 +136156,2019.826278,1352.005002,1994.919774,904.7185656,2126.440306 +136157,2023.632873,1347.453201,1997.738599,906.2791742,2128.703764 +136158,2027.584805,1342.864412,2000.697778,907.8978937,2131.345528 +136159,2031.265771,1338.528059,2003.477445,909.4305604,2133.546443 +136160,2035.278873,1334.061623,2006.380399,911.018327,2136.037003 +136161,2038.927735,1329.775793,2009.106354,912.5557947,2138.205519 +136162,2042.782933,1325.505194,2011.95551,914.0624189,2140.615823 +136163,2046.436532,1321.262072,2014.63033,915.5613271,2142.771567 +136164,2050.2075,1317.229874,2017.338492,917.0432639,2144.877949 +136165,2053.766755,1313.212705,2020.03172,918.5210375,2147.086093 +136166,2057.478372,1309.188023,2022.779469,919.986249,2149.21753 +136167,2061.097832,1305.360121,2025.312368,921.4387053,2151.330246 +136168,2064.706512,1301.573018,2027.994783,922.878474,2153.416265 +136169,2068.293107,1297.885114,2030.588725,924.3057955,2155.476602 +136170,2071.778834,1294.291233,2033.172573,925.7207667,2157.511516 +136171,2075.364791,1290.842365,2035.565523,927.083614,2159.522185 +136172,2078.737014,1287.544906,2038.11086,928.4256808,2161.454568 +136173,2082.151105,1284.452418,2040.455194,929.751694,2163.501656 +136174,2085.527975,1281.573587,2042.840722,931.0628941,2165.402594 +136175,2088.881523,1278.708719,2045.190248,932.3954576,2167.331089 +136176,2092.305322,1276.013603,2047.599846,934.9610935,2169.376771 +136177,2095.547058,1273.357076,2049.840997,936.6544729,2171.135345 +136178,2098.91867,1270.759234,2052.195593,938.5759502,2173.12993 +136179,2102.119323,1268.236748,2054.391897,940.4167398,2174.848145 +136180,2105.451322,1265.633264,2056.702465,942.3924488,2176.801906 +136181,2108.615928,1263.161792,2058.936633,944.3689175,2178.483311 +136182,2111.912466,1260.692241,2061.086896,946.490609,2180.39947 +136183,2115.131307,1258.253954,2063.339309,948.6557595,2182.184176 +136184,2118.328546,1255.843374,2065.49742,950.8885647,2183.947909 +136185,2121.510416,1253.408358,2067.648574,953.2279822,2185.695401 +136186,2124.677402,1251.127054,2069.781283,955.5462457,2187.42554 +136187,2127.831255,1248.810658,2071.896638,958.0133445,2189.140729 +136188,2125.317731,1243.861646,2068.341332,957.9465612,2180.576532 +136189,2107.034665,1231.828696,2049.00695,950.737695,2143.764593 +136190,2035.089665,1195.145748,1976.126847,919.0581292,2027.494821 +136191,2185.994263,1258.859746,2126.243494,987.8260256,2265.851472 +136192,2142.437926,1224.626843,2073.656775,958.5158911,2164.321293 +136193,2128.39895,1231.140937,2047.791346,969.4591918,2184.550523 +136194,2112.432202,1226.890948,2087.940316,970.9840337,2186.325949 +136195,2160.350475,1226.070174,2076.004334,975.0308296,2190.45754 +136196,2140.551501,1223.283178,2097.302384,977.5712494,2191.068961 +136197,2149.606727,1222.092158,2069.565574,981.4208742,2193.858006 +136198,2152.217768,1219.78932,2093.93682,984.2832962,2195.208425 +136199,2154.438757,1216.943237,2083.709054,987.1665332,2214.940203 +136200,2158.351182,1215.6102,2091.768627,990.8682489,2182.289325 +136201,2205.409024,1234.529099,2132.777434,1015.582677,2285.829332 +136202,2213.943309,1235.539178,2145.984851,1021.653043,2271.06788 +136203,2383.626532,1310.632528,2310.104956,1101.059989,2604.480427 +136204,1989.496141,1127.912556,1912.706859,925.1100879,1833.834344 +136205,2493.699418,1350.389731,2421.225641,1153.635071,2815.935799 +136206,1978.012573,1118.395988,1884.356807,925.9874235,1797.496891 +136207,2501.120926,1347.204915,2447.876496,1161.653042,2824.669822 +136208,1986.97308,1114.260499,1877.696385,933.4631308,1800.016041 +136209,2509.685578,1345.190943,2454.097445,1170.978035,2833.278359 +136210,1994.164677,1110.480194,1885.122791,941.3107966,1803.78602 +136211,2519.185813,1342.904541,2458.883275,1180.290565,2840.611666 +136212,2001.380317,1106.918183,1888.576132,949.6097872,1808.107691 +136213,2528.565142,1340.456116,2468.139273,1189.528022,2847.000106 +136214,2008.846402,1103.566901,1887.424141,958.2767476,1812.697701 +136215,2537.511946,1337.845152,2473.302228,1198.889328,2852.929539 +136216,2016.529897,1100.383056,1894.286851,967.1355026,1817.203381 +136217,2550.894558,1335.158244,2479.537864,1208.530298,2858.413023 +136218,2017.662973,1097.271778,1894.007727,976.2710196,1822.045734 +136219,2578.695359,1332.49423,2482.795913,1218.252275,2863.501075 +136220,2001.26486,1094.137357,1902.675068,985.6977392,1826.5201 +136221,2578.897594,1330.016825,2487.484855,1228.177224,2868.724649 +136222,2038.311043,1090.865222,1902.496839,995.2649,1830.767501 +136223,2575.257873,1327.617682,2492.117135,1242.864333,2873.518155 +136224,2051.758279,1087.93538,1908.660335,998.6745955,1835.559806 +136225,2585.951034,1324.792509,2491.382304,1266.132731,2877.822628 +136226,2061.774469,1085.096703,1917.308327,993.4105725,1839.866283 +136227,2597.483191,1322.329869,2488.782604,1269.579319,2882.440659 +136228,2071.832228,1082.096177,1927.691446,1023.169148,1844.067749 +136229,2608.794963,1319.916948,2485.718187,1270.350441,2886.615406 +136230,2081.960489,1079.021728,1936.990574,1035.679232,1848.348706 +136231,2620.256116,1317.765185,2480.959245,1281.546126,2896.152017 +136232,2091.801536,1075.798716,1962.862806,1046.118075,1844.4534 +136233,2631.61786,1315.398828,2472.644397,1292.625268,2903.200129 +136234,2101.58249,1072.632343,1959.745512,1056.671122,1848.942432 +136235,2643.173483,1313.129309,2469.606438,1304.145786,2906.210673 +136236,2111.735931,1069.890275,1972.942467,1067.526942,1854.005674 +136237,2653.811186,1310.363182,2465.027026,1315.381803,2908.796681 +136238,2122.049022,1067.123096,1983.058465,1078.761554,1859.164062 +136239,2664.923805,1307.977898,2459.449374,1326.891931,2911.143292 +136240,2132.130474,1064.256552,1998.164417,1090.032745,1864.613732 +136241,2675.957747,1305.589801,2451.508253,1338.770226,2918.438855 +136242,2142.306599,1061.523447,2005.267358,1101.406489,1862.087318 +136243,2706.679934,1303.132534,2444.692024,1350.641223,2923.038168 +136244,2122.958033,1058.796214,2020.09821,1113.18297,1868.505973 +136245,2712.235662,1300.809941,2438.696236,1362.754801,2928.485703 +136246,2159.028706,1055.916501,2027.423556,1124.780664,1867.214257 +136247,2712.3565,1296.436284,2431.987261,1378.371823,2931.49198 +136248,2175.802252,1050.602679,2026.703949,1152.396113,1875.281732 +136249,2723.238716,1293.099751,2426.681276,1374.008099,2934.886131 +136250,2186.411893,1047.587754,2034.363624,1161.902698,1875.551308 +136251,2734.611427,1290.633439,2420.98268,1402.766824,2940.198134 +136252,2196.076204,1044.291942,2042.277586,1165.996966,1878.338869 +136253,2763.729605,1288.621664,2414.250267,1418.155523,2946.001129 +136254,2180.183678,1041.281882,2052.658497,1178.904475,1878.667248 +136255,2769.869991,1286.189385,2408.74123,1431.523024,2940.793195 +136256,2212.611366,1038.212116,2063.378599,1191.55532,1896.448012 +136257,2769.425759,1284.303085,2399.505312,1445.530469,2930.196463 +136258,2224.61398,1035.119427,2070.877476,1204.307189,1911.943319 +136259,2780.607827,1282.175555,2389.625518,1459.441024,2916.223233 +136260,2226.01515,1028.575709,2083.906435,1212.749906,1934.559295 +136261,2727.277397,1252.475048,2375.455016,1446.979283,2796.245472 +136262,2164.552737,995.5373462,1917.319594,1196.419328,1755.922107 +136263,2723.308129,1241.14808,2394.021859,1449.992163,2813.763214 +136264,2172.402463,995.6417294,1939.667725,1213.295597,1753.204301 +136265,2732.092495,1238.955767,2393.777833,1464.014162,2822.563691 +136266,2185.969631,991.6350092,1915.666455,1225.336046,1746.520243 +136267,2738.30167,1236.733575,2394.496112,1478.069315,2827.793175 +136268,2195.098185,988.6077065,1940.342451,1238.362293,1749.044874 +136269,2747.459282,1233.988464,2391.155871,1491.616956,2828.528116 +136270,2203.455614,985.7767709,1915.253809,1251.958394,1752.366702 +136271,2756.501728,1231.360598,2388.856372,1506.68791,2829.490799 +136272,2211.559813,982.7718166,1951.108525,1262.984295,1755.354062 +136273,2779.973366,1229.041989,2383.154529,1520.501298,2830.27972 +136274,2199.165442,980.0380014,1928.088589,1278.457275,1759.557935 +136275,2784.245113,1226.276492,2381.15342,1532.960046,2835.601571 +136276,2226.03659,977.0332165,1947.175713,1292.267178,1754.82094 +136277,2783.76406,1224.335427,2375.305499,1547.429514,2838.780398 +136278,2236.208057,974.2021302,1942.866708,1305.775614,1760.595305 +136279,2820.020618,1221.724048,2371.338721,1561.438583,2837.478425 +136280,2203.347379,971.6498234,1951.706353,1319.634072,1765.004106 +136281,2838.264721,1219.280992,2368.067973,1575.401944,2841.898925 +136282,2222.046415,969.0274739,1950.27695,1333.575438,1762.4947 +136283,2845.08817,1216.89874,2364.84931,1589.492094,2843.642051 +136284,2223.376376,966.3756694,1955.346787,1347.420932,1768.104841 +136285,2857.346524,1214.643668,2361.376851,1603.774225,2846.633822 +136286,2237.909501,963.8139847,1956.675256,1361.397093,1766.582441 +136287,2854.826245,1212.278932,2358.474545,1630.078712,2851.493146 +136288,2267.847184,961.2168291,1959.094022,1357.253663,1766.750656 +136289,2839.00651,1210.133985,2356.588025,1641.046635,2855.576467 +136290,2268.419261,958.6151558,1959.55071,1387.251503,1767.085581 +136291,2885.929904,1207.866715,2352.605127,1646.543942,2851.944169 +136292,2265.714752,956.2608978,1963.652287,1403.223612,1779.171751 +136293,2901.774032,1204.974466,2350.967474,1659.192593,2849.043729 +136294,2279.912193,953.5139547,1959.963478,1434.78111,1781.493908 +136295,2916.588794,1202.964449,2348.349786,1646.747408,2846.767736 +136296,2294.110453,950.7820983,1963.862623,1442.403909,1791.610324 +136297,2930.14121,1200.37814,2344.840629,1684.423907,2842.358589 +136298,2309.480327,948.2704156,1962.877834,1442.766728,1798.030466 +136299,2943.901944,1197.90341,2341.8861,1702.351327,2839.069649 +136300,2324.373839,945.5833743,1964.316606,1453.24571,1805.921585 +136301,2958.213989,1195.609321,2338.285242,1715.359622,2833.785344 +136302,2332.036631,939.8722246,1963.052484,1470.358444,1811.159397 +136303,2990.502873,1197.718427,2334.019826,1740.653604,2827.75817 +136304,2505.967713,1013.678712,2135.685264,1567.411488,2134.904615 +136305,2725.224169,1079.651197,2142.521333,1656.171724,2369.643433 +136306,2699.66748,1066.735866,2160.136239,1634.039546,2338.592067 +136307,2670.879491,1065.190874,2160.610736,1648.683356,2337.099199 +136308,2735.277469,1063.985235,2151.842472,1656.301117,2349.260518 +136309,2677.496725,1062.681886,2153.027625,1680.811342,2316.931711 +136310,2749.946149,1061.424691,2152.547346,1660.207818,2366.436863 +136311,2712.962984,1060.172299,2151.25635,1706.892194,2310.752174 +136312,2735.811958,1058.918611,2150.489075,1680.658352,2361.201408 +136313,2741.134255,1057.671113,2149.665517,1715.001161,2326.900916 +136314,2748.13594,1056.426695,2148.78261,1709.196542,2348.249508 +136315,2755.821454,1055.186699,2147.846712,1722.64807,2356.988519 +136316,2763.193731,1053.949611,2147.094316,1730.568689,2339.390265 +136317,2770.393033,1052.716085,2146.029011,1739.087576,2328.96081 +136318,2777.999639,1051.485493,2144.650554,1747.692492,2368.810845 +136319,2785.457197,1050.258303,2144.249062,1756.092051,2326.256536 +136320,2792.574872,1049.033949,2138.579941,1764.696583,2364.195685 +136321,2625.471392,981.5486728,1992.406029,1707.271649,2049.813158 +136322,2683.370446,979.6657963,1983.866956,1713.725477,2068.014532 +136323,2631.050492,977.9876284,1983.649184,1722.158827,2062.084998 +136324,2687.860611,976.3892406,1981.749499,1729.99921,2068.251223 +136325,2662.469284,974.8350007,1979.816505,1737.983894,2054.34742 +136326,2680.190321,973.2972183,1977.963611,1745.704459,2083.797522 +136327,2684.952226,971.7764779,1976.131254,1758.485216,2036.533305 +136328,2691.158144,970.2658177,1974.40934,1759.671765,2076.795175 +136329,2697.908045,968.7639024,1972.514393,1770.228282,2069.263497 +136330,2704.37315,967.2679074,1970.741806,1777.680839,2053.20758 +136331,2710.828841,965.7788335,1969.006905,1784.97961,2085.207283 +136332,2717.191182,964.2944457,1966.971638,1792.935937,2042.639837 +136333,2723.550679,962.821227,1965.273601,1800.336507,2093.844962 +136334,2729.964153,961.3416455,1963.35049,1807.827652,2038.318783 +136335,2736.291488,959.9301436,1961.651031,1815.486586,2095.837083 +136336,2742.551681,958.3881666,1959.596823,1822.626817,2040.245302 +136337,2748.777788,956.9638118,1957.765231,1830.367746,2091.963623 +136338,2755.009692,955.4459134,1952.90247,1837.382461,2047.673129 +136339,2761.040929,954.0676941,1956.364825,1844.915947,2082.898253 +136340,2767.403132,952.6321697,1937.763334,1852.013732,2059.99447 +136341,2773.412939,951.1176979,1972.020123,1859.892707,2073.713991 +136342,2779.47891,949.7097207,1925.619215,1870.943293,2069.767227 +136343,2785.493971,948.2615317,1960.346128,1872.100848,2071.0266 +136344,2791.463438,946.8231085,1939.303234,1881.319955,2071.538138 +136345,2797.378567,945.439011,1945.475672,1888.366404,2072.030418 +136346,2803.259136,943.8805009,1926.827633,1895.09492,2072.521055 +136347,2809.117713,942.5603269,1944.742385,1901.91596,2073.009866 +136348,2814.840483,941.089089,1933.67352,1908.605749,2073.496406 +136349,2820.593021,939.6710281,1933.497792,1915.588088,2074.064766 +136350,2826.26553,938.2980546,1931.678729,1922.23819,2074.418367 +136351,2831.236937,936.7099385,1929.406492,1928.277816,2074.956933 +136352,2835.971812,935.2123488,1937.564901,1934.036148,2075.41634 +136353,2840.580022,933.6146046,1909.361085,1944.17281,2075.883499 +136354,2845.077642,932.1399225,1937.570995,1939.430114,2076.259526 +136355,2849.46546,930.6049059,1907.269617,1956.484464,2076.842724 +136356,2853.764138,928.9853363,1923.185882,1955.075384,2077.230464 +136357,2857.94316,927.4630513,1914.331698,1961.028373,2077.685849 +136358,2862.025642,925.8951301,1912.997452,1966.577577,2078.121058 +136359,2866.03343,924.3795255,1910.529506,1971.370871,2078.548491 +136360,2869.918243,922.7437592,1921.235222,1976.105362,2078.966946 +136361,2873.710862,921.1602619,1886.281919,1980.829086,2079.376752 +136362,2877.42074,919.651317,1927.784811,1985.442426,2079.776092 +136363,2881.015618,918.0434303,1876.072601,1994.368913,2080.166014 +136364,2884.551983,916.4739875,1911.522973,1989.073737,2080.544484 +136365,2887.904796,914.9426719,1889.743188,2003.879334,2080.912631 +136366,2891.252962,913.2910996,1894.878925,2002.732576,2081.269228 +136367,2894.452357,911.7406286,1890.272808,2006.878936,2081.614436 +136368,2897.552483,910.1469081,1888.048814,2011.423277,2081.946702 +136369,2901.574307,905.9122287,1878.241526,2017.876171,2082.26305 +136370,2904.790126,903.2500037,1874.62048,2027.315374,2082.647851 +136371,2907.755304,901.6767648,1871.369754,2022.221693,2082.813751 +136372,2910.613937,899.8136684,1885.597699,2035.328661,2083.148007 +136373,2913.370356,898.0375649,1839.772184,2035.025612,2083.31667 +136374,2916.0115,896.279649,1874.71656,2038.177526,2083.686418 +136375,2918.541648,894.5329068,1856.8002,2042.125494,2083.859971 +136376,2921.002487,892.7484274,1856.472525,2045.668027,2084.089366 +136377,2923.352608,891.0823682,1853.55851,2053.325882,2084.291364 +136378,2925.589467,889.3224231,1850.620567,2047.791568,2084.476586 +136379,2927.736408,887.6050046,1847.773993,2059.118228,2084.646173 +136380,2929.792002,885.8849196,1844.599383,2059.18688,2084.799543 +136381,1763.951039,883.6958455,825.1071824,1412.247315,1970.358809 +136382,1902.553614,1022.772874,888.0446137,1529.886895,2082.889021 +136383,2074.123439,1004.078951,966.3711411,1671.93202,2212.314666 +136384,2209.402105,1022.970264,1029.537822,1776.100919,2304.867426 +136385,2292.008415,1014.364129,1070.234109,1829.556918,2351.805386 +136386,2341.024537,1014.689499,1096.679636,1852.002469,2374.140106 +136387,2372.888339,1013.602724,1115.645202,1860.821699,2386.300332 +136388,2395.934834,1012.434575,1130.41895,1864.892514,2393.907478 +136389,2414.103209,1011.240732,1142.574541,1867.834956,2399.633309 +136390,2429.139589,1010.027119,1152.864797,1870.668314,2404.449425 +136391,2441.842867,1008.776812,1161.677886,1873.463542,2408.700639 +136392,2452.641963,1007.53518,1169.259185,1876.117544,2412.513289 +136393,2461.825176,1006.295262,1175.7829,1878.556879,2415.916773 +136394,2469.700625,1005.055607,1181.42426,1880.821694,2418.994621 +136395,2476.537962,1003.819884,1186.332183,1882.968384,2421.818601 +136396,2482.515295,1002.58777,1190.614155,1885.014259,2424.410013 +136397,2487.786012,1001.362011,1194.363127,1886.972808,2426.794278 +136398,2492.468229,1000.141452,1197.658022,1888.852709,2428.996149 +136399,2496.659817,998.927973,1200.565364,1890.659806,2431.03809 +136400,2500.440459,997.7199204,1203.141168,1892.398658,2432.940113 +136401,2503.874185,996.5185782,1205.43252,1894.073039,2434.719696 +136402,2507.012458,995.3220473,1207.479052,1895.686138,2436.392128 +136403,2509.896521,994.1312541,1209.314082,1897.240532,2437.97061 +136404,2512.559614,992.9442045,1210.96569,1898.738318,2439.46662 +136405,2515.028769,991.8149039,1212.457517,1900.181149,2440.890014 +136406,2517.32293,990.5382288,1213.808411,1901.568176,2442.246903 +136407,2519.460835,989.4072613,1215.03555,1902.901343,2443.545333 +136408,2521.45877,988.2209511,1216.153832,1904.182909,2444.792848 +136409,2523.329677,987.0465439,1217.175731,1905.414324,2445.995548 +136410,2525.083627,985.8725003,1218.11165,1906.596325,2447.15828 +136411,2526.728562,984.5944073,1218.970341,1907.729296,2448.284986 +136412,2528.198199,983.293671,1219.755165,1908.683986,2449.378968 +136413,2529.448691,981.9819763,1220.46957,1909.39098,2450.44293 +136414,2530.473838,980.66198,1221.118242,1909.851784,2451.47916 +136415,2531.287995,979.3540605,1221.706368,1910.099655,2452.489595 +136416,2531.928856,978.0249355,1222.239661,1910.195849,2453.475922 +136417,2532.408483,976.6249868,1222.722334,1910.15629,2454.439577 +136418,2532.731388,975.3724147,1223.157826,1909.982853,2455.381747 +136419,2532.902977,973.9735634,1223.549195,1909.678606,2456.30337 +136420,2532.930432,972.6241901,1223.899238,1909.249687,2457.205201 +136421,2532.821253,971.2571467,1224.210477,1908.703138,2458.087824 +136422,2532.582337,969.882664,1224.485173,1908.04517,2458.951702 +136423,2532.21329,968.5007548,1224.725335,1907.28061,2459.797171 +136424,2531.726749,967.1111119,1224.932759,1906.413095,2460.624482 +136425,2531.123124,965.7748541,1225.109052,1905.445431,2461.433795 +136426,2530.412332,964.2783399,1225.255667,1904.3799,2462.225218 +136427,2529.591886,962.9109624,1225.373913,1903.218431,2462.998784 +136428,2528.670268,961.4797429,1225.464992,1901.962719,2463.754506 +136429,2527.643936,960.0509376,1225.529998,1900.614265,2464.492349 +136430,2526.521056,958.6139124,1225.569942,1899.174336,2465.212268 +136431,2525.297581,957.1689123,1225.585751,1897.642923,2465.914182 +136432,2523.975699,955.7158182,1225.578288,1896.02038,2466.598005 +136433,2522.559037,954.2548863,1225.548356,1894.307762,2467.263642 +136434,2521.050435,952.7858899,1225.496714,1892.506461,2467.911013 +136435,2519.451709,951.3090671,1225.424073,1890.617842,2468.540035 +136436,2517.764192,949.8130114,1225.331104,1888.643105,2469.150629 +136437,2515.98684,948.3175816,1225.218276,1886.580137,2469.743359 +136438,2514.12131,946.8146996,1225.086216,1884.430948,2470.516717 +136439,2512.169771,945.3048302,1224.935531,1882.198084,2471.069186 +136440,2510.133886,943.7866874,1224.766802,1879.88324,2471.600536 +136441,0,0,0,0,0 +136442,0,0,0,0,0 +136443,0,0,0,0,0 +136444,0,0,0,0,0 +136445,0,0,0,0,0 +136446,0,0,0,0,0 +136447,0,0,0,0,0 +136448,0,0,0,0,0 +136449,0,0,0,0,0 +136450,0,0,0,0,0 +136451,0,0,0,0,0 +136452,0,0,0,0,0 +136453,0,0,0,0,0 +136454,0,0,0,0,0 +136455,0,0,0,0,0 +136456,0,0,0,0,0 +136457,0,0,0,0,0 +136458,0,0,0,0,0 +136459,0,0,0,0,0 +136460,0,0,0,0,0 +136461,0,0,0,0,0 +136462,0,0,0,0,0 +136463,0,0,0,0,0 +136464,0,0,0,0,0 +136465,0,0,0,0,0 +136466,0,0,0,0,0 +136467,0,0,0,0,0 +136468,0,0,0,0,0 +136469,0,0,0,0,0 +136470,0,0,0,0,0 +136471,0,0,0,0,0 +136472,0,0,0,0,0 +136473,0,0,0,0,0 +136474,0,0,0,0,0 +136475,0,0,0,0,0 +136476,0,0,0,0,0 +136477,0,0,0,0,0 +136478,0,0,0,0,0 +136479,0,0,0,0,0 +136480,0,0,0,0,0 +136481,0,0,0,0,0 +136482,0,0,0,0,0 +136483,0,0,0,0,0 +136484,0,0,0,0,0 +136485,0,0,0,0,0 +136486,0,0,0,0,0 +136487,0,0,0,0,0 +136488,0,0,0,0,0 +136489,0,0,0,0,0 +136490,0,0,0,0,0 +136491,0,0,0,0,0 +136492,0,0,0,0,0 +136493,0,0,0,0,0 +136494,0,0,0,0,0 +136495,0,0,0,0,0 +136496,0,0,0,0,0 +136497,0,0,0,0,0 +136498,0,0,0,0,0 +136499,0,0,0,0,0 +136500,0,0,0,0,0 +136501,0,0,0,0,0 +136502,0,0,0,0,0 +136503,0,0,0,0,0 +136504,0,0,0,0,0 +136505,0,0,0,0,0 +136506,0,0,0,0,0 +136507,0,0,0,0,0 +136508,0,0,0,0,0 +136509,0,0,0,0,0 +136510,0,0,0,0,0 +136511,0,0,0,0,0 +136512,0,0,0,0,0 +136513,0,0,0,0,0 +136514,0,0,0,0,0 +136515,0,0,0,0,0 +136516,0,0,0,0,0 +136517,0,0,0,0,0 +136518,0,0,0,0,0 +136519,0,0,0,0,0 +136520,0,0,0,0,0 +136521,0,0,0,0,0 +136522,0,0,0,0,0 +136523,0,0,0,0,0 +136524,0,0,0,0,0 +136525,0,0,0,0,0 +136526,0,0,0,0,0 +136527,0,0,0,0,0 +136528,0,0,0,0,0 +136529,0,0,0,0,0 +136530,0,0,0,0,0 +136531,0,0,0,0,0 +136532,0,0,0,0,0 +136533,0,0,0,0,0 +136534,0,0,0,0,0 +136535,0,0,0,0,0 +136536,0,0,0,0,0 +136537,0,0,0,0,0 +136538,0,0,0,0,0 +136539,0,0,0,0,0 +136540,0,0,0,0,0 +136541,0,0,0,0,0 +136542,0,0,0,0,0 +136543,0,0,0,0,0 +136544,0,0,0,0,0 +136545,0,0,0,0,0 +136546,0,0,0,0,0 +136547,0,0,0,0,0 +136548,0,0,0,0,0 +136549,0,0,0,0,0 +136550,0,0,0,0,0 +136551,0,0,0,0,0 +136552,0,0,0,0,0 +136553,0,0,0,0,0 +136554,0,0,0,0,0 +136555,0,0,0,0,0 +136556,0,0,0,0,0 +136557,0,0,0,0,0 +136558,0,0,0,0,0 +136559,0,0,0,0,0 +136560,0,0,0,0,0 +136561,0,0,0,0,0 +136562,0,0,0,0,0 +136563,0,0,0,0,0 +136564,0,0,0,0,0 +136565,0,0,0,0,0 +136566,0,0,0,0,0 +136567,0,0,0,0,0 +136568,0,0,0,0,0 +136569,0,0,0,0,0 +136570,0,0,0,0,0 +136571,0,0,0,0,0 +136572,0,0,0,0,0 +136573,0,0,0,0,0 +136574,0,0,0,0,0 +136575,0,0,0,0,0 +136576,0,0,0,0,0 +136577,0,0,0,0,0 +136578,0,0,0,0,0 +136579,0,0,0,0,0 +136580,0,0,0,0,0 +136581,0,0,0,0,0 +136582,0,0,0,0,0 +136583,0,0,0,0,0 +136584,0,0,0,0,0 +136585,0,0,0,0,0 +136586,0,0,0,0,0 +136587,0,0,0,0,0 +136588,0,0,0,0,0 +136589,0,0,0,0,0 +136590,0,0,0,0,0 +136591,0,0,0,0,0 +136592,0,0,0,0,0 +136593,0,0,0,0,0 +136594,0,0,0,0,0 +136595,0,0,0,0,0 +136596,0,0,0,0,0 +136597,0,0,0,0,0 +136598,0,0,0,0,0 +136599,0,0,0,0,0 +136600,0,0,0,0,0 +136601,0,0,0,0,0 +136602,0,0,0,0,0 +136603,0,0,0,0,0 +136604,0,0,0,0,0 +136605,0,0,0,0,0 +136606,0,0,0,0,0 +136607,0,0,0,0,0 +136608,0,0,0,0,0 +136609,0,0,0,0,0 +136610,0,0,0,0,0 +136611,0,0,0,0,0 +136612,0,0,0,0,0 +136613,0,0,0,0,0 +136614,0,0,0,0,0 +136615,0,0,0,0,0 +136616,0,0,0,0,0 +136617,0,0,0,0,0 +136618,0,0,0,0,0 +136619,0,0,0,0,0 +136620,0,0,0,0,0 +136621,0,0,0,0,0 +136622,0,0,0,0,0 +136623,0,0,0,0,0 +136624,0,0,0,0,0 +136625,0,0,0,0,0 +136626,0,0,0,0,0 +136627,0,0,0,0,0 +136628,0,0,0,0,0 +136629,0,0,0,0,0 +136630,0,0,0,0,0 +136631,0,0,0,0,0 +136632,0,0,0,0,0 +136633,0,0,0,0,0 +136634,0,0,0,0,0 +136635,0,0,0,0,0 +136636,0,0,0,0,0 +136637,0,0,0,0,0 +136638,0,0,0,0,0 +136639,0,0,0,0,0 +136640,0,0,0,0,0 +136641,0,0,0,0,0 +136642,0,0,0,0,0 +136643,0,0,0,0,0 +136644,0,0,0,0,0 +136645,0,0,0,0,0 +136646,0,0,0,0,0 +136647,0,0,0,0,0 +136648,0,0,0,0,0 +136649,0,0,0,0,0 +136650,0,0,0,0,0 +136651,0,0,0,0,0 +136652,0,0,0,0,0 +136653,0,0,0,0,0 +136654,0,0,0,0,0 +136655,0,0,0,0,0 +136656,0,0,0,0,0 +136657,0,0,0,0,0 +136658,0,0,0,0,0 +136659,0,0,0,0,0 +136660,0,0,0,0,0 +136661,0,0,0,0,0 +136662,0,0,0,0,0 +136663,0,0,0,0,0 +136664,0,0,0,0,0 +136665,0,0,0,0,0 +136666,0,0,0,0,0 +136667,0,0,0,0,0 +136668,0,0,0,0,0 +136669,0,0,0,0,0 +136670,0,0,0,0,0 +136671,0,0,0,0,0 +136672,0,0,0,0,0 +136673,0,0,0,0,0 +136674,0,0,0,0,0 +136675,0,0,0,0,0 +136676,0,0,0,0,0 +136677,0,0,0,0,0 +136678,0,0,0,0,0 +136679,0,0,0,0,0 +136680,0,0,0,0,0 +136681,0,0,0,0,0 +136682,0,0,0,0,0 +136683,0,0,0,0,0 +136684,0,0,0,0,0 +136685,0,0,0,0,0 +136686,0,0,0,0,0 +136687,0,0,0,0,0 +136688,0,0,0,0,0 +136689,0,0,0,0,0 +136690,0,0,0,0,0 +136691,0,0,0,0,0 +136692,0,0,0,0,0 +136693,0,0,0,0,0 +136694,0,0,0,0,0 +136695,0,0,0,0,0 +136696,0,0,0,0,0 +136697,0,0,0,0,0 +136698,0,0,0,0,0 +136699,0,0,0,0,0 +136700,0,0,0,0,0 +136701,0,0,0,0,0 +136702,0,0,0,0,0 +136703,0,0,0,0,0 +136704,0,0,0,0,0 +136705,0,0,0,0,0 +136706,0,0,0,0,0 +136707,0,0,0,0,0 +136708,0,0,0,0,0 +136709,0,0,0,0,0 +136710,0,0,0,0,0 +136711,0,0,0,0,0 +136712,0,0,0,0,0 +136713,0,0,0,0,0 +136714,0,0,0,0,0 +136715,0,0,0,0,0 +136716,0,0,0,0,0 +136717,0,0,0,0,0 +136718,0,0,0,0,0 +136719,0,0,0,0,0 +136720,0,0,0,0,0 +136721,0,0,0,0,0 +136722,0,0,0,0,0 +136723,0,0,0,0,0 +136724,0,0,0,0,0 +136725,0,0,0,0,0 +136726,0,0,0,0,0 +136727,0,0,0,0,0 +136728,0,0,0,0,0 +136729,0,0,0,0,0 +136730,0,0,0,0,0 +136731,0,0,0,0,0 +136732,0,0,0,0,0 +136733,0,0,0,0,0 +136734,0,0,0,0,0 +136735,0,0,0,0,0 +136736,0,0,0,0,0 +136737,0,0,0,0,0 +136738,0,0,0,0,0 +136739,0,0,0,0,0 +136740,0,0,0,0,0 +136741,0,0,0,0,0 +136742,0,0,0,0,0 +136743,0,0,0,0,0 +136744,0,0,0,0,0 +136745,0,0,0,0,0 +136746,0,0,0,0,0 +136747,0,0,0,0,0 +136748,0,0,0,0,0 +136749,0,0,0,0,0 +136750,0,0,0,0,0 +136751,0,0,0,0,0 +136752,0,0,0,0,0 +136753,0,0,0,0,0 +136754,0,0,0,0,0 +136755,0,0,0,0,0 +136756,0,0,0,0,0 +136757,0,0,0,0,0 +136758,0,0,0,0,0 +136759,0,0,0,0,0 +136760,0,0,0,0,0 +136761,0,0,0,0,0 +136762,0,0,0,0,0 +136763,0,0,0,0,0 +136764,0,0,0,0,0 +136765,0,0,0,0,0 +136766,0,0,0,0,0 +136767,0,0,0,0,0 +136768,0,0,0,0,0 +136769,0,0,0,0,0 +136770,0,0,0,0,0 +136771,0,0,0,0,0 +136772,0,0,0,0,0 +136773,0,0,0,0,0 +136774,0,0,0,0,0 +136775,0,0,0,0,0 +136776,0,0,0,0,0 +136777,0,0,0,0,0 +136778,0,0,0,0,0 +136779,0,0,0,0,0 +136780,0,0,0,0,0 +136781,0,0,0,0,0 +136782,0,0,0,0,0 +136783,0,0,0,0,0 +136784,0,0,0,0,0 +136785,0,0,0,0,0 +136786,0,0,0,0,0 +136787,0,0,0,0,0 +136788,0,0,0,0,0 +136789,0,0,0,0,0 +136790,0,0,0,0,0 +136791,0,0,0,0,0 +136792,0,0,0,0,0 +136793,0,0,0,0,0 +136794,0,0,0,0,0 +136795,0,0,0,0,0 +136796,0,0,0,0,0 +136797,0,0,0,0,0 +136798,0,0,0,0,0 +136799,0,0,0,0,0 +136800,0,0,0,0,0 +136801,0,0,0,0,0 +136802,0,0,0,0,0 +136803,0,0,0,0,0 +136804,0,0,0,0,0 +136805,0,0,0,0,0 +136806,0,0,0,0,0 +136807,0,0,0,0,0 +136808,0,0,0,0,0 +136809,0,0,0,0,0 +136810,0,0,0,0,0 +136811,0,0,0,0,0 +136812,0,0,0,0,0 +136813,0,0,0,0,0 +136814,0,0,0,0,0 +136815,0,0,0,0,0 +136816,0,0,0,0,0 +136817,0,0,0,0,0 +136818,0,0,0,0,0 +136819,0,0,0,0,0 +136820,0,0,0,0,0 +136821,0,0,0,0,0 +136822,0,0,0,0,0 +136823,0,0,0,0,0 +136824,0,0,0,0,0 +136825,0,0,0,0,0 +136826,0,0,0,0,0 +136827,0,0,0,0,0 +136828,0,0,0,0,0 +136829,0,0,0,0,0 +136830,0,0,0,0,0 +136831,0,0,0,0,0 +136832,0,0,0,0,0 +136833,0,0,0,0,0 +136834,0,0,0,0,0 +136835,0,0,0,0,0 +136836,0,0,0,0,0 +136837,0,0,0,0,0 +136838,0,0,0,0,0 +136839,0,0,0,0,0 +136840,0,0,0,0,0 +136841,0,0,0,0,0 +136842,0,0,0,0,0 +136843,0,0,0,0,0 +136844,0,0,0,0,0 +136845,0,0,0,0,0 +136846,0,0,0,0,0 +136847,0,0,0,0,0 +136848,0,0,0,0,0 +136849,0,0,0,0,0 +136850,0,0,0,0,0 +136851,0,0,0,0,0 +136852,0,0,0,0,0 +136853,0,0,0,0,0 +136854,0,0,0,0,0 +136855,0,0,0,0,0 +136856,0,0,0,0,0 +136857,0,0,0,0,0 +136858,0,0,0,0,0 +136859,0,0,0,0,0 +136860,0,0,0,0,0 +136861,0,0,0,0,0 +136862,0,0,0,0,0 +136863,0,0,0,0,0 +136864,0,0,0,0,0 +136865,0,0,0,0,0 +136866,0,0,0,0,0 +136867,0,0,0,0,0 +136868,0,0,0,0,0 +136869,0,0,0,0,0 +136870,0,0,0,0,0 +136871,0,0,0,0,0 +136872,0,0,0,0,0 +136873,0,0,0,0,0 +136874,0,0,0,0,0 +136875,0,0,0,0,0 +136876,0,0,0,0,0 +136877,0,0,0,0,0 +136878,0,0,0,0,0 +136879,0,0,0,0,0 +136880,0,0,0,0,0 +136881,0,0,0,0,0 +136882,0,0,0,0,0 +136883,0,0,0,0,0 +136884,0,0,0,0,0 +136885,0,0,0,0,0 +136886,0,0,0,0,0 +136887,0,0,0,0,0 +136888,0,0,0,0,0 +136889,0,0,0,0,0 +136890,0,0,0,0,0 +136891,0,0,0,0,0 +136892,0,0,0,0,0 +136893,0,0,0,0,0 +136894,0,0,0,0,0 +136895,0,0,0,0,0 +136896,0,0,0,0,0 +136897,0,0,0,0,0 +136898,0,0,0,0,0 +136899,0,0,0,0,0 +136900,0,0,0,0,0 +136901,0,0,0,0,0 +136902,0,0,0,0,0 +136903,0,0,0,0,0 +136904,0,0,0,0,0 +136905,0,0,0,0,0 +136906,0,0,0,0,0 +136907,0,0,0,0,0 +136908,0,0,0,0,0 +136909,0,0,0,0,0 +136910,0,0,0,0,0 +136911,0,0,0,0,0 +136912,0,0,0,0,0 +136913,0,0,0,0,0 +136914,0,0,0,0,0 +136915,0,0,0,0,0 +136916,0,0,0,0,0 +136917,0,0,0,0,0 +136918,0,0,0,0,0 +136919,0,0,0,0,0 +136920,0,0,0,0,0 +136921,0,0,0,0,0 +136922,0,0,0,0,0 +136923,0,0,0,0,0 +136924,0,0,0,0,0 +136925,0,0,0,0,0 +136926,0,0,0,0,0 +136927,0,0,0,0,0 +136928,0,0,0,0,0 +136929,0,0,0,0,0 +136930,0,0,0,0,0 +136931,0,0,0,0,0 +136932,0,0,0,0,0 +136933,0,0,0,0,0 +136934,0,0,0,0,0 +136935,0,0,0,0,0 +136936,0,0,0,0,0 +136937,0,0,0,0,0 +136938,0,0,0,0,0 +136939,0,0,0,0,0 +136940,0,0,0,0,0 +136941,0,0,0,0,0 +136942,0,0,0,0,0 +136943,0,0,0,0,0 +136944,0,0,0,0,0 +136945,0,0,0,0,0 +136946,0,0,0,0,0 +136947,0,0,0,0,0 +136948,0,0,0,0,0 +136949,0,0,0,0,0 +136950,0,0,0,0,0 +136951,0,0,0,0,0 +136952,0,0,0,0,0 +136953,0,0,0,0,0 +136954,0,0,0,0,0 +136955,0,0,0,0,0 +136956,0,0,0,0,0 +136957,0,0,0,0,0 +136958,0,0,0,0,0 +136959,0,0,0,0,0 +136960,0,0,0,0,0 +136961,0,0,0,0,0 +136962,0,0,0,0,0 +136963,0,0,0,0,0 +136964,0,0,0,0,0 +136965,0,0,0,0,0 +136966,0,0,0,0,0 +136967,0,0,0,0,0 +136968,0,0,0,0,0 +136969,0,0,0,0,0 +136970,0,0,0,0,0 +136971,0,0,0,0,0 +136972,0,0,0,0,0 +136973,0,0,0,0,0 +136974,0,0,0,0,0 +136975,0,0,0,0,0 +136976,0,0,0,0,0 +136977,0,0,0,0,0 +136978,0,0,0,0,0 +136979,0,0,0,0,0 +136980,0,0,0,0,0 +136981,0,0,0,0,0 +136982,0,0,0,0,0 +136983,0,0,0,0,0 +136984,0,0,0,0,0 +136985,0,0,0,0,0 +136986,0,0,0,0,0 +136987,0,0,0,0,0 +136988,0,0,0,0,0 +136989,0,0,0,0,0 +136990,0,0,0,0,0 +136991,0,0,0,0,0 +136992,0,0,0,0,0 +136993,0,0,0,0,0 +136994,0,0,0,0,0 +136995,0,0,0,0,0 +136996,0,0,0,0,0 +136997,0,0,0,0,0 +136998,0,0,0,0,0 +136999,0,0,0,0,0 +137000,0,0,0,0,0 +137001,0,0,0,0,0 +137002,0,0,0,0,0 +137003,0,0,0,0,0 +137004,0,0,0,0,0 +137005,0,0,0,0,0 +137006,0,0,0,0,0 +137007,0,0,0,0,0 +137008,0,0,0,0,0 +137009,0,0,0,0,0 +137010,0,0,0,0,0 +137011,0,0,0,0,0 +137012,0,0,0,0,0 +137013,0,0,0,0,0 +137014,0,0,0,0,0 +137015,0,0,0,0,0 +137016,0,0,0,0,0 +137017,0,0,0,0,0 +137018,0,0,0,0,0 +137019,0,0,0,0,0 +137020,0,0,0,0,0 +137021,0,0,0,0,0 +137022,0,0,0,0,0 +137023,0,0,0,0,0 +137024,0,0,0,0,0 +137025,0,0,0,0,0 +137026,0,0,0,0,0 +137027,0,0,0,0,0 +137028,0,0,0,0,0 +137029,0,0,0,0,0 +137030,0,0,0,0,0 +137031,0,0,0,0,0 +137032,0,0,0,0,0 +137033,0,0,0,0,0 +137034,0,0,0,0,0 +137035,0,0,0,0,0 +137036,0,0,0,0,0 +137037,0,0,0,0,0 +137038,0,0,0,0,0 +137039,0,0,0,0,0 +137040,0,0,0,0,0 +137041,0,0,0,0,0 +137042,0,0,0,0,0 +137043,0,0,0,0,0 +137044,0,0,0,0,0 +137045,0,0,0,0,0 +137046,0,0,0,0,0 +137047,0,0,0,0,0 +137048,0,0,0,0,0 +137049,0,0,0,0,0 +137050,0,0,0,0,0 +137051,0,0,0,0,0 +137052,0,0,0,0,0 +137053,0,0,0,0,0 +137054,0,0,0,0,0 +137055,0,0,0,0,0 +137056,0,0,0,0,0 +137057,0,0,0,0,0 +137058,0,0,0,0,0 +137059,0,0,0,0,0 +137060,0,0,0,0,0 +137061,0,0,0,0,0 +137062,0,0,0,0,0 +137063,0,0,0,0,0 +137064,0,0,0,0,0 +137065,0,0,0,0,0 +137066,0,0,0,0,0 +137067,0,0,0,0,0 +137068,0,0,0,0,0 +137069,0,0,0,0,0 +137070,0,0,0,0,0 +137071,0,0,0,0,0 +137072,0,0,0,0,0 +137073,0,0,0,0,0 +137074,0,0,0,0,0 +137075,0,0,0,0,0 +137076,0,0,0,0,0 +137077,0,0,0,0,0 +137078,0,0,0,0,0 +137079,0,0,0,0,0 +137080,0,0,0,0,0 +137081,0,0,0,0,0 +137082,0,0,0,0,0 +137083,0,0,0,0,0 +137084,0,0,0,0,0 +137085,0,0,0,0,0 +137086,0,0,0,0,0 +137087,0,0,0,0,0 +137088,0,0,0,0,0 +137089,0,0,0,0,0 +137090,0,0,0,0,0 +137091,0,0,0,0,0 +137092,0,0,0,0,0 +137093,0,0,0,0,0 +137094,0,0,0,0,0 +137095,0,0,0,0,0 +137096,0,0,0,0,0 +137097,0,0,0,0,0 +137098,0,0,0,0,0 +137099,0,0,0,0,0 +137100,0,0,0,0,0 +137101,0,0,0,0,0 +137102,0,0,0,0,0 +137103,0,0,0,0,0 +137104,0,0,0,0,0 +137105,0,0,0,0,0 +137106,0,0,0,0,0 +137107,0,0,0,0,0 +137108,0,0,0,0,0 +137109,0,0,0,0,0 +137110,0,0,0,0,0 +137111,0,0,0,0,0 +137112,0,0,0,0,0 +137113,0,0,0,0,0 +137114,0,0,0,0,0 +137115,0,0,0,0,0 +137116,0,0,0,0,0 +137117,0,0,0,0,0 +137118,0,0,0,0,0 +137119,0,0,0,0,0 +137120,0,0,0,0,0 +137121,0,0,0,0,0 +137122,0,0,0,0,0 +137123,0,0,0,0,0 +137124,0,0,0,0,0 +137125,0,0,0,0,0 +137126,0,0,0,0,0 +137127,0,0,0,0,0 +137128,0,0,0,0,0 +137129,0,0,0,0,0 +137130,0,0,0,0,0 +137131,0,0,0,0,0 +137132,0,0,0,0,0 +137133,0,0,0,0,0 +137134,0,0,0,0,0 +137135,0,0,0,0,0 +137136,0,0,0,0,0 +137137,0,0,0,0,0 +137138,0,0,0,0,0 +137139,0,0,0,0,0 +137140,0,0,0,0,0 +137141,0,0,0,0,0 +137142,0,0,0,0,0 +137143,0,0,0,0,0 +137144,0,0,0,0,0 +137145,0,0,0,0,0 +137146,0,0,0,0,0 +137147,0,0,0,0,0 +137148,0,0,0,0,0 +137149,0,0,0,0,0 +137150,0,0,0,0,0 +137151,0,0,0,0,0 +137152,0,0,0,0,0 +137153,0,0,0,0,0 +137154,0,0,0,0,0 +137155,0,0,0,0,0 +137156,0,0,0,0,0 +137157,0,0,0,0,0 +137158,0,0,0,0,0 +137159,0,0,0,0,0 +137160,0,0,0,0,0 +137161,0,0,0,0,0 +137162,0,0,0,0,0 +137163,0,0,0,0,0 +137164,0,0,0,0,0 +137165,0,0,0,0,0 +137166,0,0,0,0,0 +137167,0,0,0,0,0 +137168,0,0,0,0,0 +137169,0,0,0,0,0 +137170,0,0,0,0,0 +137171,0,0,0,0,0 +137172,0,0,0,0,0 +137173,0,0,0,0,0 +137174,0,0,0,0,0 +137175,0,0,0,0,0 +137176,0,0,0,0,0 +137177,0,0,0,0,0 +137178,0,0,0,0,0 +137179,0,0,0,0,0 +137180,0,0,0,0,0 +137181,0,0,0,0,0 +137182,0,0,0,0,0 +137183,0,0,0,0,0 +137184,0,0,0,0,0 +137185,0,0,0,0,0 +137186,0,0,0,0,0 +137187,0,0,0,0,0 +137188,0,0,0,0,0 +137189,0,0,0,0,0 +137190,0,0,0,0,0 +137191,0,0,0,0,0 +137192,0,0,0,0,0 +137193,0,0,0,0,0 +137194,0,0,0,0,0 +137195,0,0,0,0,0 +137196,0,0,0,0,0 +137197,0,0,0,0,0 +137198,0,0,0,0,0 +137199,0,0,0,0,0 +137200,0,0,0,0,0 +137201,0,0,0,0,0 +137202,0,0,0,0,0 +137203,0,0,0,0,0 +137204,0,0,0,0,0 +137205,0,0,0,0,0 +137206,0,0,0,0,0 +137207,0,0,0,0,0 +137208,0,0,0,0,0 +137209,0,0,0,0,0 +137210,0,0,0,0,0 +137211,0,0,0,0,0 +137212,0,0,0,0,0 +137213,0,0,0,0,0 +137214,0,0,0,0,0 +137215,0,0,0,0,0 +137216,0,0,0,0,0 +137217,0,0,0,0,0 +137218,0,0,0,0,0 +137219,0,0,0,0,0 +137220,0,0,0,0,0 +137221,-1574.906502,261.2369696,-1053.492759,-651.482815,-375.4817671 +137222,-1552.168711,255.0651251,492.517814,-642.0238654,-387.7617386 +137223,-1513.256374,246.3660924,361.7753919,-625.8536577,-396.8829075 +137224,-1475.864805,237.7414515,-96.20608864,-610.5449934,-405.7590256 +137225,-937.5201136,230.4284432,192.3369554,-457.7239212,-415.4528221 +137226,-317.3373861,224.5175866,163.2601429,-128.9077512,-426.0208404 +137227,-772.533243,219.6973086,180.2780048,-345.2205613,-437.2436066 +137228,-586.821838,215.6538743,197.0537702,-262.7081225,-448.9304572 +137229,-573.6751443,212.1743784,213.5662594,-255.5276672,-460.9680614 +137230,-559.4147739,209.1280415,230.1209752,-248.750664,-473.2923715 +137231,-547.0739785,206.4296425,246.7113245,-243.6960766,-485.8589134 +137232,-535.3871048,204.0166056,262.7062417,-236.9515117,-498.6296203 +137233,-522.8546222,201.8392922,279.0452718,-232.1942555,-511.5694478 +137234,-511.1451349,199.8575988,295.0991899,-225.7108705,-524.6468567 +137235,-502.1211448,198.0394204,310.7105489,-221.4819517,-537.8342624 +137236,-487.1302487,196.3593399,326.6641296,-214.781989,-551.1081992 +137237,-478.6029155,194.7973377,320.3537778,-209.8272147,-564.4487348 +137238,-467.6659512,193.3376131,309.4748973,-204.5354684,-577.8391805 +137239,-454.1641213,191.9676436,299.2995809,-199.6787104,-591.2653725 +137240,-445.914823,190.6774386,289.890914,-194.106263,-604.7155077 +137241,-435.1852517,189.4589948,281.1519222,-189.0339144,-618.1795156 +137242,-421.8412892,188.3058575,272.9469322,-184.1007098,-330.0566563 +137243,-414.2575007,187.2127985,265.1921626,-178.8988928,-441.0518613 +137244,-401.9938178,186.175526,257.82581,-173.8784567,-419.1018476 +137245,-392.515444,185.1904502,250.7961302,-169.0719811,-405.1277012 +137246,-381.5341242,184.2545136,244.0578271,-164.0436156,-398.0139582 +137247,-371.2827858,183.3651322,237.5714301,-159.2739067,-393.159029 +137248,-361.8290683,182.511027,231.2920417,-154.3121171,-388.6658143 +137249,-350.3008721,181.7498392,225.1949156,-149.6567723,-383.2376628 +137250,-340.807974,181.0904643,219.2610413,-144.3413714,-377.1396623 +137251,-330.4472714,180.522512,213.4721797,-140.126983,-373.221317 +137252,-321.0307378,180.0013794,207.7787426,-134.7617032,-367.7487227 +137253,-309.5498073,179.4969738,202.1450825,-130.2942796,-362.8856176 +137254,-300.3165711,178.9979977,196.5537508,-125.1988105,-358.3295876 +137255,-290.2888367,178.502978,190.9972523,-122.3653852,-351.8796187 +137256,-279.5525738,182.7927503,195.9863687,-117.8496649,-349.1940445 +137257,-270.3167239,187.1500838,201.145112,-114.2225284,-342.3381827 +137258,-259.7502617,191.3946427,206.0726908,-110.2982957,-339.7287108 +137259,-250.3973117,195.51353,210.7318899,-106.3537682,-333.4754914 +137260,-240.0015108,199.6946971,215.5268563,-102.4891951,-328.2504267 +137261,-230.5173308,203.6448768,219.8051865,-98.75201264,-325.3705176 +137262,-224.1549904,207.523282,223.9116072,-94.46572997,-318.7319939 +137263,-215.881171,211.3441187,227.8735579,-91.2414166,-314.812074 +137264,-208.2238913,215.1178158,231.711447,-86.66105356,-310.8417751 +137265,-199.9120108,218.8523719,235.4411786,-83.41677617,-304.8909758 +137266,-192.2183025,222.5542285,239.0757926,-79.08520645,-300.8009251 +137267,-183.8712538,226.2287344,242.6263248,-75.55447181,-296.6612483 +137268,-176.4644572,229.8803399,246.1021363,-71.74494775,-290.4836425 +137269,-167.7664903,233.5127495,249.5111784,-67.65631884,-287.2347363 +137270,-160.651145,237.1290149,252.8601403,-64.10312887,-281.9277818 +137271,-151.6074674,240.7316537,256.1546647,-60.00270368,-277.5720627 +137272,-144.4722177,244.3227241,259.3994758,-56.43875925,-273.1653556 +137273,-136.0480595,247.9039164,262.5985519,-52.46276812,-267.6665292 +137274,-128.2525152,251.4766034,265.7552165,-48.75279308,-264.2081826 +137275,-120.4470748,255.0419083,268.8722722,-44.9028231,-258.5940937 +137276,-111.9926447,258.600729,271.9520435,-41.0490986,-254.5212643 +137277,-104.1737609,262.1537957,274.9964942,-37.46282488,-249.3306967 +137278,-96.34915098,279.89045,278.0072404,-33.33001634,-245.7185997 +137279,-88.51436976,436.5139935,280.9856471,-29.87316045,-239.8743263 +137280,-80.03138778,371.9126831,283.9328291,-25.87010578,-236.1863841 +137281,123.2806068,834.7357983,286.7730173,55.97493566,223.5066082 +137282,138.929565,865.1549328,308.0701917,63.40340915,253.6108648 +137283,162.9471189,889.6925391,339.0345939,74.69607665,298.2210134 +137284,187.7167541,912.1934477,370.5118704,86.18611747,344.1144538 +137285,209.9162324,934.4052342,398.5755264,96.31550733,385.8938481 +137286,229.0864436,955.0690139,422.7388298,104.9155742,422.8265002 +137287,245.7621513,975.5812112,443.6906422,112.2870505,455.6864102 +137288,260.5361909,995.5792168,462.1750671,118.7440906,485.3068878 +137289,273.8198381,1015.273888,478.7105517,124.5016481,512.2485243 +137290,285.878022,1040.438894,493.6340259,129.6968287,536.0913376 +137291,296.8975705,1064.195083,507.1854062,134.4249987,557.323958 +137292,307.0283347,1087.769895,519.5579883,138.7612889,576.4900974 +137293,316.3988805,1111.003933,530.9176018,142.7689267,593.9730547 +137294,325.1205055,1133.974128,541.4076399,146.5015819,610.025175 +137295,333.2884912,1156.685815,551.1507549,150.0042778,624.8307575 +137296,340.9834998,1179.150691,560.2507688,153.3143374,638.5424359 +137297,348.2734623,1201.326974,568.7951382,156.462527,651.2943578 +137298,355.2155147,1222.920883,576.8574693,159.4741738,663.2050059 +137299,361.8577755,1245.3519,584.4997859,162.370157,674.3780432 +137300,368.240801,1266.534172,591.7744133,165.1677048,684.9032622 +137301,374.3988262,1288.030409,833.6026337,167.8810555,694.8582791 +137302,380.3607498,1309.144036,816.1123396,170.5219761,704.3100421 +137303,386.1510116,1330.03259,817.1768503,173.1002095,713.3164936 +137304,391.7902189,1350.860625,855.3026278,175.6237946,721.9274805 +137305,397.2957739,1371.365524,875.2838377,178.0993734,730.1860234 +137306,402.6823951,1391.73252,895.0431364,180.5324417,738.1292846 +137307,407.9625996,1411.832995,914.2295633,182.9275749,745.789649 +137308,413.1470587,1431.908736,931.9650622,185.28859,753.1953424 +137309,418.2449078,1451.663719,950.4947959,187.6186849,760.3710786 +137310,423.2639639,1471.234365,967.4074324,189.9205342,767.3383841 +137311,428.2109421,1489.867036,983.8608515,192.1963837,774.1161089 +137312,433.0845812,1507.800572,999.2219272,194.4440519,780.7205727 +137313,437.8852784,1525.817639,1014.296686,196.6624947,787.1660631 +137314,442.6162681,1543.378375,1028.67277,198.8524747,793.4650284 +137315,447.2820606,1560.764428,1043.156197,201.0156255,799.6284827 +137316,451.88713,1577.848185,1056.947229,203.1536663,805.6660591 +137317,456.4354347,1594.941496,1069.914493,205.2681033,811.5863198 +137318,460.9303504,1611.427902,1083.022817,207.3601827,817.3967464 +137319,465.3748076,1628.088804,1095.525707,209.4309591,823.1040414 +137320,469.7713549,1644.242231,1107.450413,211.4813301,828.7140618 +137321,474.1222668,1660.517216,1119.707048,213.5120882,834.2320966 +137322,478.4295564,1686.569825,1130.974295,215.5239268,839.662781 +137323,482.6950484,1688.538911,1142.17639,217.5174723,845.010353 +137324,486.9203675,1724.475712,1153.008187,219.4932774,850.2785325 +137325,491.1069968,1713.557227,1163.497086,221.4518469,855.4707471 +137326,495.256275,1722.735796,1173.762274,223.3936351,860.5900281 +137327,499.369437,1763.94174,1183.668244,225.3190633,865.6392037 +137328,503.4476061,1764.217202,1193.285225,227.2285152,870.620791 +137329,507.4918464,1781.921999,1202.705196,229.1223593,875.5372148 +137330,511.503128,1796.587544,1211.755637,231.000933,880.3906212 +137331,515.4823673,1810.637435,1220.65769,232.8645589,885.1830607 +137332,519.4304099,1824.836229,1229.200839,234.7135365,889.916353 +137333,523.3480619,1838.509395,1237.613233,236.5481557,894.5922657 +137334,527.236072,1852.479482,1245.679161,238.3686878,899.2123807 +137335,531.0951648,1865.833953,1253.633384,240.1753996,903.7782646 +137336,534.9260201,1879.205746,1261.250519,241.9685441,908.291329 +137337,538.7292976,1892.621519,1268.739602,243.7483708,912.7529813 +137338,542.5056138,1905.501361,1276.026806,245.515115,917.1644821 +137339,546.2555784,1918.565632,1283.03175,247.2690131,921.5271137 +137340,549.9797597,1931.16708,1289.924638,249.0102878,925.8420213 +137341,553.782897,2112.889604,1686.622739,250.7865156,930.2997881 +137342,564.6310127,2127.621204,1698.449308,255.7272004,948.0363676 +137343,579.0259208,2141.323746,1707.626108,262.2107806,972.4616315 +137344,593.4507975,2154.702028,1716.375484,268.6348617,997.0789169 +137345,691.9494219,2167.796715,1726.516564,274.3535493,1019.217434 +137346,1100.89252,2180.76965,1736.447785,454.0987425,1038.602177 +137347,861.280829,2205.185358,1741.475837,395.0803147,1055.727633 +137348,959.3540272,2196.446103,1753.86319,412.4897503,1071.096129 +137349,978.6842022,2215.393431,1754.988834,428.536681,1085.048088 +137350,996.9251534,2233.834045,1772.556506,437.6154699,1097.802072 +137351,1013.608496,2241.050793,1764.965674,446.1267129,1109.516425 +137352,1031.190122,2254.045283,1765.53175,454.7451191,1355.843757 +137353,1047.564578,2265.824613,1794.044835,463.0037535,1491.143057 +137354,1064.503907,2277.074036,1789.150507,471.2198254,1396.61359 +137355,1080.787613,2288.653893,1798.261475,479.1206695,1458.889728 +137356,1096.296892,2299.872627,1805.088913,487.2327571,1477.69469 +137357,1112.722563,2310.773625,1811.223832,494.9316129,1494.707574 +137358,1128.099388,2321.753541,1817.707647,502.6270567,1511.861237 +137359,1143.56569,2332.489877,1823.797426,510.1806986,1528.129147 +137360,1158.497431,2343.203775,1829.728539,517.5147438,1544.003212 +137361,1174.022282,2353.504529,1835.898086,525.0531515,1560.0948 +137362,1188.633656,2363.793422,1841.616747,532.3308975,1575.518393 +137363,1203.368428,2374.108055,1847.631565,539.1403008,1590.275047 +137364,1217.873889,2384.175053,1853.187887,546.513149,1605.224008 +137365,1232.213114,2400.683124,1859.056796,553.3337055,1619.676486 +137366,1246.056221,2401.637597,1864.462459,560.2188204,1633.693466 +137367,1260.623635,2434.383895,1870.270192,566.8427532,1648.001814 +137368,1274.213004,2388.426026,1875.436747,573.7679811,1661.520861 +137369,1287.991822,2448.978659,1881.113121,580.4154173,1675.017606 +137370,1301.911206,2437.564723,1886.258402,586.6940205,1688.237584 +137371,1315.342168,2448.977275,1892.717496,593.6855854,1701.206348 +137372,1329.483171,2456.965197,1899.452492,600.3387519,1714.036453 +137373,1343.210215,2464.304892,1905.731506,607.4128049,1726.592269 +137374,1356.834412,2471.616715,1912.390904,614.039432,1738.971119 +137375,1370.051725,2478.477392,1918.931629,620.7756503,1751.11685 +137376,1384.108285,2485.328144,1925.491981,627.4300651,1763.155576 +137377,1397.113822,2491.855919,1932.135396,634.0320793,1774.941669 +137378,1410.350753,2503.815546,1938.544754,640.5818645,1786.540488 +137379,1423.512054,2498.650149,1945.307555,646.9019632,1798.056065 +137380,1436.467472,2537.088453,1951.862017,653.6335931,1809.290144 +137381,1449.303576,2478.268745,1958.58107,659.8916847,1820.487694 +137382,1462.142778,2539.403741,1965.119716,666.272488,1831.406909 +137383,1474.727529,2522.545346,1971.846872,672.5726641,1842.30384 +137384,1487.365416,2531.601412,1978.52863,678.8254999,1852.929157 +137385,1499.744883,2536.520753,1985.170018,685.0313188,1863.545666 +137386,1512.181934,2541.201061,1992.099684,691.1908826,1873.891941 +137387,1524.361667,2545.773096,1998.696332,697.3053531,1884.203661 +137388,1506.170606,2536.374256,1975.100864,689.3334269,1838.726922 +137389,1472.656517,2517.971625,1936.240723,675.0898417,1767.15732 +137390,1593.291176,2585.67627,2051.475344,729.3860357,1978.233848 +137391,1551.452588,2543.754611,2005.379103,711.2975882,1886.281101 +137392,1574.091661,2562.78746,2023.033447,722.2578848,1917.759854 +137393,1585.263722,2568.276541,2028.757836,727.6692166,1926.875715 +137394,1598.549439,2563.275707,2038.248649,734.3570233,1956.976221 +137395,1609.488386,2569.436461,2038.623784,739.80313,1920.176325 +137396,1616.766445,2573.922282,2052.387915,743.6228028,1940.75042 +137397,1780.014017,2652.582698,2202.394788,818.5139297,2219.945164 +137398,1436.180621,2487.5183,1836.931297,663.5595081,1574.560848 +137399,1891.493682,2685.18688,2327.448681,869.2287078,2404.264841 +137400,1438.548345,2490.78748,1826.360822,666.3003508,1545.779539 +137401,1924.250962,2695.289533,2357.746846,884.8519721,2438.657141 +137402,1460.199958,2491.757468,1833.873612,677.1865234,1561.107205 +137403,1950.486215,2703.455511,2379.56047,897.8586654,2460.735848 +137404,1477.158002,2493.151527,1844.560404,686.0198486,1568.658847 +137405,1974.759235,2708.72716,2395.625182,909.9403696,2489.079947 +137406,1493.749636,2494.285422,1855.766985,694.6822467,1562.770986 +137407,1998.407776,2712.566997,2410.866338,921.6524879,2506.319826 +137408,1510.275531,2495.143948,1866.998791,703.1059334,1580.34782 +137409,2021.79291,2716.249571,2430.309109,933.219071,2519.053626 +137410,1526.116424,2495.175085,1871.612479,711.4799149,1587.890423 +137411,2044.630095,2718.56711,2447.110502,944.3695334,2537.499259 +137412,1541.99389,2495.179474,1883.658428,719.6733921,1593.68894 +137413,2067.068614,2720.17797,2463.947044,955.4939145,2555.681659 +137414,1558.847319,2494.757046,1891.158877,728.1362974,1601.751591 +137415,2089.973553,2720.467397,2475.909426,965.6161095,2569.663157 +137416,1572.524251,2494.77357,1908.103627,737.0001869,1611.552022 +137417,2132.626071,2719.798381,2486.684719,975.4598437,2584.563983 +137418,1558.087892,2494.650752,1920.295329,745.8390666,1618.78442 +137419,2143.292957,2718.399806,2501.581209,984.9722292,2596.911752 +137420,1607.053379,2492.933913,1928.975084,754.5194344,1630.298448 +137421,2145.620134,2723.221709,2509.504526,994.5856704,2608.728572 +137422,1627.52419,2483.468899,1950.1997,763.0414585,1639.54831 +137423,2163.937318,2722.924425,2503.469851,1003.866422,2637.448476 +137424,1644.249358,2482.747934,1983.486044,771.3503902,1623.455044 +137425,2182.33282,2718.654503,2493.487027,1013.091232,2661.845711 +137426,1659.988199,2479.394389,2031.126213,779.0713723,1628.934186 +137427,2201.196612,2721.102799,2478.658852,1023.170941,2659.248864 +137428,1672.095174,2467.605224,2045.933589,785.1366919,1658.081755 +137429,2223.900482,2723.667763,2462.598185,1034.488366,2676.037421 +137430,1846.030872,2535.467764,2262.120141,865.7692846,1939.452785 +137431,1997.217069,2607.844679,2274.370647,933.1330505,2236.069943 +137432,1980.730982,2594.796434,2297.650615,925.4416158,2183.339781 +137433,1987.897273,2593.436151,2298.004318,928.4625807,2189.38459 +137434,2002.476344,2593.23848,2299.335652,931.7181397,2194.275062 +137435,1998.723715,2593.016742,2302.853572,934.8321174,2198.967866 +137436,2023.123087,2592.384495,2311.272463,937.9305489,2203.510963 +137437,2006.249023,2591.73029,2308.155145,940.9696203,2208.17205 +137438,2018.958938,2591.157977,2313.279236,943.9120084,2212.719324 +137439,2037.605416,2590.101586,2316.991549,946.964308,2217.230344 +137440,2037.273602,2589.859734,2319.637901,949.7547557,2221.702696 +137441,2046.033562,2589.2467,2323.010542,952.6399181,2226.128629 +137442,2053.288308,2587.873471,2325.404163,955.436523,2230.585831 +137443,2060.07819,2587.292315,2333.973134,958.1467381,2234.794404 +137444,2067.194031,2586.599399,2325.07301,960.9356097,2239.065558 +137445,2073.874468,2585.24232,2341.035533,963.5789165,2243.422491 +137446,2080.982823,2584.433307,2336.457518,966.2244424,2247.643342 +137447,2087.407225,2583.231083,2339.941658,968.8738027,2253.225778 +137448,2094.387225,2582.333441,2343.325866,971.3645998,2262.643161 +137449,2100.744571,2580.760935,2350.010396,973.9274804,2254.180949 +137450,2107.80993,2579.599411,2347.496745,976.3645122,2259.606837 +137451,2113.955651,2578.185392,2350.666218,978.8959027,2271.559224 +137452,2120.758094,2576.65849,2353.773241,981.2870862,2270.852034 +137453,2127.026667,2575.237972,2360.402087,983.6885549,2275.63473 +137454,2133.750055,2573.815095,2358.089273,986.0512447,2279.597508 +137455,2139.776656,2571.975052,2360.372769,988.3834396,2283.48293 +137456,2146.381341,2570.177853,2367.426612,990.685234,2287.109833 +137457,2152.359769,2568.39312,2365.760333,992.9080894,2290.911028 +137458,2158.956563,2566.535191,2367.162554,995.2775169,2294.496431 +137459,2165.028245,2564.520838,2377.315251,997.3936524,2298.444132 +137460,2171.233378,2562.536596,2369.663101,999.6306175,2301.889683 +137461,2059.438272,2503.270555,2262.521253,948.3850528,2092.82356 +137462,2062.270812,2503.51877,2256.39358,949.2581052,2093.136412 +137463,2066.550346,2498.295082,2257.663763,950.393509,2094.477822 +137464,2070.348001,2495.877743,2258.949211,951.6567686,2096.085769 +137465,2074.842831,2492.621157,2263.364175,952.9544114,2097.87673 +137466,2078.865482,2489.328522,2253.955021,954.2768279,2099.857654 +137467,2083.120969,2486.02943,2266.227412,955.6062899,2101.70873 +137468,2087.667813,2482.797263,2260.316176,956.884484,2103.703976 +137469,2091.823994,2479.29787,2261.753724,958.2813794,2105.856907 +137470,2096.113312,2475.84013,2262.783721,959.6089246,2107.854071 +137471,2100.49461,2472.306003,2263.594136,960.8458048,2109.935914 +137472,2104.593275,2468.604857,2264.179768,962.174684,2112.092726 +137473,2108.917297,2464.990122,2269.325828,963.4487453,2114.043427 +137474,2113.126505,2461.373057,2260.148918,964.7191928,2116.186576 +137475,2117.332336,2457.314156,2271.402343,965.9782171,2124.45498 +137476,2119.673343,2447.226685,2271.934306,970.0920085,2112.32024 +137477,2123.422824,2441.864083,2275.095905,971.7052575,2124.73668 +137478,2127.744063,2437.465447,2280.863426,973.2504273,2124.595637 +137479,2131.577722,2432.947851,2277.480275,974.6197444,2126.311886 +137480,2135.760463,2428.644196,2278.283821,975.995115,2128.624839 +137481,2139.822163,2423.888675,2279.794524,977.3339041,2130.779308 +137482,2143.887394,2419.410733,2285.025432,978.6490466,2132.706063 +137483,2147.937752,2414.896516,2277.526022,979.9443607,2134.825856 +137484,2151.9711,2410.202308,2285.690822,981.2730902,2136.861786 +137485,2156.100945,2405.468905,2283.984192,982.4544785,2138.906036 +137486,2159.923629,2400.771623,2287.929984,983.7347761,2141.03175 +137487,2163.984852,2396.104369,2285.738038,984.9539092,2142.923775 +137488,2167.808728,2390.93618,2285.369616,986.1132496,2145.015363 +137489,2171.921485,2386.040837,2289.611837,987.3885537,2146.931267 +137490,2175.754357,2381.096741,2288.117845,988.53373,2149.077777 +137491,2179.580502,2375.323725,2287.317533,989.8429133,2151.015347 +137492,2183.347912,2369.286913,2287.191637,991.1567453,2153.112441 +137493,2187.20247,2363.260446,2286.862709,992.4708156,2154.961852 +137494,2190.738466,2357.214057,2284.933636,993.7818626,2157.00959 +137495,2194.513569,2350.665456,2282.948304,995.0886507,2158.967899 +137496,2198.163666,2337.255899,2282.531341,996.3893257,2160.934252 +137497,2201.80369,2347.73924,2279.586037,997.6879109,2162.979052 +137498,2205.427528,2319.621157,2277.286544,998.9241542,2164.784312 +137499,2209.027447,2328.276351,2276.842252,1000.343219,2167.89539 +137500,2212.603812,2316.247789,2273.952594,1001.50525,2176.475355 +137501,2216.156461,2310.306141,2273.553111,1002.824818,2157.034859 +137502,2219.688253,2303.258731,2270.684464,1004.087427,2179.349108 +137503,2223.201739,2296.416506,2270.292521,1005.348204,2172.896514 +137504,2226.688912,2289.351528,2269.22185,1006.607009,2176.478976 +137505,2230.155247,2282.167944,2266.183249,1007.80391,2178.199045 +137506,2233.602394,2274.991588,2265.773252,1009.131867,2180.177348 +137507,2237.147805,2267.71672,2264.739551,1010.334303,2182.041836 +137508,2240.360177,2260.397387,2263.502039,1011.578237,2184.011546 +137509,2243.704791,2252.98614,2260.428308,1012.810079,2185.632154 +137510,2247.235199,2245.668029,2258.290579,1014.033571,2196.692401 +137511,2250.479499,2238.001268,2256.555499,1015.309246,2175.792672 +137512,2253.814773,2230.452217,2256.792508,1016.438947,2197.956841 +137513,2257.108262,2222.883291,2256.149698,1017.631827,2191.800535 +137514,2263.846213,2215.057093,2253.412676,1018.913945,2195.084149 +137515,2262.481813,2207.466479,2253.2587,1020.069237,2196.816862 +137516,2279.227936,2199.498763,2250.659009,1021.27512,2208.886291 +137517,2252.308372,2191.857341,2248.850837,1022.46275,2184.9602 +137518,2278.664647,2183.705818,2247.35218,1023.647308,2216.150147 +137519,2276.52529,2175.822375,2245.975643,1024.826781,2192.894066 +137520,2278.954137,2167.842147,2244.68355,1026.00163,2210.442617 +137521,2042.286846,2031.102841,2244.408399,918.1247061,1769.68142 +137522,2039.700411,2064.607283,2231.152999,916.7615738,1765.32848 +137523,2039.786077,2022.33181,2213.514599,916.2919214,1762.003864 +137524,2040.191467,1995.367659,2149.79061,916.2180316,1759.48312 +137525,2041.34762,2022.959495,2029.594779,916.1534024,1757.505401 +137526,2042.467141,1992.458624,2118.263728,916.4505183,1755.905241 +137527,2043.4626,1989.841977,2089.319076,916.6690898,1754.427081 +137528,2045.401595,1979.308543,2086.365669,916.9522633,1752.99005 +137529,2046.678305,1970.05527,2090.495285,917.4559385,1751.831355 +137530,2048.261741,1960.929799,2085.477422,917.8727932,1750.921476 +137531,2050.275225,1973.123559,2085.93654,918.2748909,1749.955363 +137532,2051.656896,1911.285539,2086.403401,918.7057996,1749.224521 +137533,2053.457355,1965.166317,2086.368249,919.18752,1748.362727 +137534,2055.46818,1895.415967,2086.739669,919.8220682,1747.752883 +137535,2057.140896,1926.191658,2090.319071,920.271717,1747.132711 +137536,2058.964751,1902.290717,2081.913851,920.7952197,1746.590683 +137537,2061.089332,1895.618434,2090.951347,921.3579957,1746.102226 +137538,2062.859327,1886.185623,2088.139749,922.068598,1745.668773 +137539,2064.7621,1877.035158,2087.516363,922.5892133,1745.282338 +137540,2066.966801,1884.803105,2088.068623,923.182494,1744.864229 +137541,2068.807814,1833.702952,2088.703092,923.8105076,1744.774004 +137542,2070.780027,1869.306435,2092.54418,924.5866476,1744.339249 +137543,2073.051841,1824.947552,2090.473211,925.1647666,1744.203831 +137544,2074.95031,1836.130832,2089.290904,925.8190561,1744.018293 +137545,2076.983266,1819.831412,2094.387459,926.4475092,1743.886548 +137546,2079.431041,1811.722827,2088.622748,927.3581803,1743.789791 +137547,2081.19543,1802.348523,2095.241985,927.9531209,1743.726534 +137548,2083.363158,1793.214933,2093.887675,928.6639392,1743.697476 +137549,2085.587314,1783.974392,2096.271949,929.3993241,1743.781671 +137550,2087.767683,1774.510174,2094.309573,930.2761897,1743.68565 +137551,2090.098496,1765.320624,2093.556189,930.9795856,1743.810274 +137552,2092.217347,1756.306846,2093.546572,931.7567696,1743.887741 +137553,2094.682468,1747.093649,2093.439082,932.6934116,1743.921569 +137554,2096.81435,1737.983335,2091.718326,933.4349384,1744.849977 +137555,2099.307598,1728.761106,2089.937875,934.2475704,1748.768594 +137556,2101.465192,1719.823505,2088.11735,935.218062,1740.477606 +137557,2103.982852,1710.78802,2086.274347,935.9913987,1760.229236 +137558,2106.162862,1721.693152,2084.456533,936.8345761,1720.210062 +137559,2108.828832,1663.499234,2082.727985,937.8910303,1757.589269 +137560,2111.764327,1716.223663,2081.007032,938.6083072,1742.732287 +137561,2118.335578,1644.658238,2079.318629,939.5191924,1745.776507 +137562,2108.838266,1678.428827,2079.508758,940.5366059,1746.174353 +137563,2142.0359,1653.706696,2076.961588,941.3087099,1746.512407 +137564,2087.593667,1647.716955,2075.039744,942.2871664,1746.885159 +137565,2138.753673,1638.875022,2073.338379,943.2979578,1747.278496 +137566,2121.900702,1629.944555,2071.71138,944.156666,1747.687614 +137567,2127.831179,1621.150857,2070.168359,945.0742117,1748.116189 +137568,2130.190287,1612.306,2070.499813,946.1457358,1748.653696 +137569,2132.798751,1603.648563,2068.163637,947.0186792,1748.969052 +137570,2135.212206,1594.92805,2066.419934,947.9543345,1749.521666 +137571,2137.654144,1586.222206,2064.867594,949.0468141,1750.002321 +137572,2140.044838,1577.650277,2063.424092,949.9355052,1750.513573 +137573,2142.678534,1569.01436,2062.062306,950.8319045,1751.037035 +137574,2144.992018,1560.570321,2060.753899,952.028795,1751.581836 +137575,2147.664067,1551.897436,2059.488984,952.9512811,1752.138377 +137576,2150.130372,1543.612852,2058.247848,953.8420422,1757.067168 +137577,2152.618403,1535.135989,2057.038967,955.0097625,1750.864108 +137578,2155.071936,1526.875701,2055.864006,955.9201537,1750.665137 +137579,2157.768547,1518.540856,2054.710501,956.9046585,1756.982712 +137580,2160.016023,1510.376995,2053.565119,958.0431149,1754.419089 +137581,2397.102603,1609.237167,2061.540254,1065.495757,2199.435009 +137582,2416.276748,1602.798386,2087.07315,1067.885479,2179.043447 +137583,2386.823793,1595.993783,2116.694431,1070.077814,2195.2289 +137584,2420.421008,1588.814738,2141.266537,1071.769034,2193.66255 +137585,2412.282634,1581.612061,2159.447392,1073.390051,2202.991448 +137586,2417.48677,1574.37325,2174.184992,1074.911292,2204.372949 +137587,2420.725851,1567.114947,2182.588817,1076.361812,2207.137041 +137588,2423.824063,1559.89234,2189.229781,1077.771142,2210.510263 +137589,2426.880597,1552.695188,2196.525127,1079.144033,2213.085011 +137590,2429.886968,1545.538065,2200.031454,1080.483333,2216.537634 +137591,2432.897223,1538.335838,2203.466439,1081.801663,2218.87095 +137592,2435.853214,1531.420327,2206.597954,1083.094302,2221.426513 +137593,2438.677714,1524.373134,2209.46,1084.326536,2224.161321 +137594,2441.627397,1517.549681,2213.822825,1085.610313,2226.889945 +137595,2444.36544,1510.465941,2215.429199,1086.805743,2234.090229 +137596,2447.145165,1503.872036,2217.297544,1088.013033,2224.49873 +137597,2449.893717,1500.337317,2220.933501,1089.206786,2241.56633 +137598,2452.590315,1495.594815,2221.860557,1090.381101,2229.415505 +137599,2455.273519,1490.7249,2223.360257,1091.54363,2245.410942 +137600,2457.918385,1485.97917,2226.861781,1092.689592,2240.0797 +137601,2461.423994,1481.185557,2227.575405,1093.88308,2242.952837 +137602,2461.745802,1476.775059,2230.516272,1094.835955,2246.257928 +137603,2475.37824,1472.006581,2230.961975,1096.142612,2247.806742 +137604,2454.459191,1467.582643,2232.089535,1097.074894,2250.122463 +137605,2477.231241,1463.139437,2233.461506,1098.133774,2252.116429 +137606,2488.63177,1458.783872,2234.899261,1099.278247,2254.434461 +137607,2450.041289,1454.506667,2236.413208,1100.272568,2256.474645 +137608,2490.160641,1450.315778,2239.67547,1101.311269,2258.831586 +137609,2496.188993,1446.24896,2241.854222,1102.323978,2260.601407 +137610,2454.754036,1442.284095,2241.901339,1103.323375,2262.309869 +137611,2498.179182,1438.786333,2244.460801,1104.284796,2264.875013 +137612,2510.318627,1435.195455,2246.229421,1105.222695,2266.544784 +137613,2449.90081,1431.9119,2246.039676,1106.145908,2268.147178 +137614,2516.295994,1428.595952,2248.443105,1107.057389,2270.650276 +137615,2497.986152,1425.61713,2248.390578,1107.949015,2271.941548 +137616,2477.952789,1422.578755,2249.095193,1110.9839,2274.156846 +137617,2501.752677,1419.663432,2250.11281,1112.662283,2275.959275 +137618,2500.272522,1416.785814,2251.214992,1114.286205,2277.706888 +137619,2500.530677,1413.949113,2252.501165,1115.957102,2284.622797 +137620,2503.31001,1411.149089,2253.649392,1117.691422,2274.659847 +137621,2505.276907,1408.384157,2254.745133,1119.496289,2289.488437 +137622,2507.20669,1405.654228,2257.567446,1121.374386,2279.317647 +137623,2509.097988,1402.865139,2257.705027,1123.322302,2292.282671 +137624,2511.304271,1400.329125,2258.364337,1125.565211,2282.481059 +137625,2515.062705,1397.707531,2259.241051,1127.450511,2295.775332 +137626,2511.20473,1394.990937,2260.340463,1129.797403,2291.100857 +137627,2530.469854,1392.457914,2261.343859,1132.005679,2292.891104 +137628,2500.033378,1389.892009,2262.282661,1134.356217,2295.273353 +137629,2528.8073,1387.358358,2263.279976,1136.744543,2296.915272 +137630,2533.507519,1384.84851,2264.240658,1139.195427,2298.389886 +137631,2504.23983,1382.364893,2266.922084,1141.713817,2300.424101 +137632,2534.891469,1379.815338,2268.619098,1144.294445,2301.685237 +137633,2542.775023,1377.496039,2268.103231,1146.941152,2302.725236 +137634,2503.407918,1375.020489,2268.385225,1149.655172,2304.636692 +137635,2549.508196,1372.635334,2269.004512,1152.363907,2306.219572 +137636,2527.023692,1370.260069,2269.741933,1155.376485,2307.682632 +137637,2553.001606,1367.905899,2270.524077,1158.132803,2309.179632 +137638,2504.144407,1365.57433,2273.101244,1161.165323,2311.160404 +137639,2577.416941,1363.258479,2272.958911,1164.189206,2311.837564 +137640,2500.351283,1361.050324,2273.375757,1167.291953,2313.583344 +137641,2628.306871,1381.418177,2275.276543,1193.43885,2364.023944 +137642,2569.474181,1380.848794,2281.379057,1197.97679,2369.363675 +137643,2615.891763,1379.55089,2288.259845,1202.409077,2375.169183 +137644,2574.671672,1378.224819,2293.907863,1206.568438,2379.72705 +137645,2639.742497,1376.887711,2298.404806,1210.763862,2383.392976 +137646,2593.646039,1375.301951,2301.785359,1214.948425,2386.158457 +137647,2618.153766,1373.788689,2303.99441,1219.154192,2387.817211 +137648,2616.096701,1372.397586,2307.210463,1223.466215,2390.917719 +137649,2620.314567,1370.836575,2307.475648,1227.637726,2390.55019 +137650,2623.625124,1369.350129,2308.190689,1232.018497,2390.818895 +137651,2627.172394,1367.854561,2309.048973,1236.383504,2391.319276 +137652,2630.486986,1366.365059,2309.971961,1240.810064,2391.947247 +137653,2634.038416,1364.884932,2312.640588,1245.29007,2394.761817 +137654,2637.352966,1363.408068,2312.659576,1249.894591,2394.389339 +137655,2640.774754,1361.945869,2313.229399,1254.367803,2394.725393 +137656,2644.368018,1360.49045,2313.968318,1258.988031,2395.287373 +137657,2647.814185,1359.045918,2314.787274,1263.780827,2395.964261 +137658,2651.363267,1357.611581,2315.643612,1268.47669,2396.705435 +137659,2654.81324,1356.188204,2316.513681,1273.292326,2397.482485 +137660,2658.325977,1354.77559,2317.384569,1278.152111,2398.27847 +137661,2662.242185,1353.374394,2318.255698,1283.140649,2399.090649 +137662,2666.734724,1351.98442,2319.139215,1287.999329,2399.931829 +137663,2671.28025,1350.526544,2320.044268,1293.079048,2400.81157 +137664,2675.724753,1349.276451,2320.96863,1298.14903,2401.725992 +137665,2680.688651,1347.867307,2323.621871,1303.286909,2404.772768 +137666,2685.189101,1346.613282,2323.628989,1308.400571,2404.600694 +137667,2690.012191,1345.17002,2325.900473,1313.84323,2407.212725 +137668,2694.652429,1343.902598,2325.69047,1318.970093,2406.792167 +137669,2699.51434,1342.588911,2327.831251,1324.399294,2409.250532 +137670,2704.175487,1341.289603,2327.542905,1329.797127,2408.734253 +137671,2709.007386,1339.988768,2327.922544,1335.198967,2409.02921 +137672,2713.668536,1338.692601,2328.536053,1340.641223,2409.603563 +137673,2718.265062,1361.868278,2330.92814,1346.131215,2412.364325 +137674,2723.166514,1299.853534,2330.797292,1351.74418,2412.05422 +137675,2727.825791,1352.301529,2331.298918,1357.209033,2412.529211 +137676,2732.631641,1349.368914,2331.887597,1362.815689,2413.111637 +137677,2737.315054,1305.392081,2332.6005,1368.599541,2413.848477 +137678,2742.068009,1342.147797,2333.414102,1374.263555,2414.715162 +137679,2746.870515,1346.214635,2334.167436,1380.043351,2415.517384 +137680,2751.617831,1301.695517,2336.664487,1385.856127,2418.47285 +137681,2756.325329,1365.512177,2338.403193,1391.79232,2420.291268 +137682,2760.852854,1286.251751,2337.866815,1397.569619,2419.581486 +137683,2765.901482,1343.096789,2338.093559,1407.459547,2419.806782 +137684,2778.743661,1331.03153,2338.646767,1408.12624,2420.41774 +137685,2763.312752,1308.65719,2339.19383,1425.920687,2421.011862 +137686,2793.354796,1341.630145,2339.850355,1407.84841,2421.739596 +137687,2780.43671,1297.594846,2340.71417,1430.477108,2422.72716 +137688,2790.599484,1347.726082,2341.426779,1434.852323,2423.537236 +137689,2795.058527,1289.766255,2343.796423,1439.437086,2426.397994 +137690,2799.370752,1345.695159,2345.262806,1446.21571,2428.171388 +137691,2803.801652,1289.847718,2344.646968,1452.555,2427.398003 +137692,2808.847254,1340.331977,2344.762975,1458.84139,2427.514436 +137693,2813.529842,1290.866918,2346.851164,1465.175394,2430.045101 +137694,2817.963714,1333.825086,2346.439793,1471.622496,2429.504159 +137695,2822.866286,1293.530993,2348.345262,1477.899264,2431.817821 +137696,2827.220704,1326.246362,2347.835674,1484.387787,2431.165606 +137697,2832.148673,1296.941068,2349.679573,1490.757608,2433.411321 +137698,2836.512342,1318.444218,2349.1359,1497.378751,2432.722179 +137699,2841.204422,1300.471582,2349.266963,1503.928088,2432.859166 +137700,2845.912258,1310.250165,2351.335934,1510.366083,2435.37964 +137701,2769.103899,1271.567633,2351.208704,1483.999774,2435.126496 +137702,2787.885152,1271.882067,2344.197285,1490.184039,2425.458184 +137703,2768.352976,1266.851976,2336.328588,1498.75446,2414.025858 +137704,2797.716954,1265.21249,2329.523463,1505.494657,2404.038031 +137705,2785.20349,1263.814358,2324.51782,1512.418296,2396.478631 +137706,2794.030184,1262.514671,2320.930912,1519.254308,2390.778694 +137707,2798.517359,1261.268794,2318.447027,1526.207014,2386.497428 +137708,2802.50485,1260.057556,2318.463362,1533.015562,2385.361906 +137709,2806.562928,1258.879153,2316.326625,1551.303153,2381.680506 +137710,2810.94361,1257.718362,2315.103266,1529.992956,2379.225144 +137711,2815.195068,1256.580405,2314.31777,1561.783204,2377.406308 +137712,2819.566647,1255.458389,2315.455477,1559.073841,2378.055243 +137713,2823.526807,1254.358373,2314.136386,1567.74989,2375.791451 +137714,2827.957957,1253.269001,2313.49838,1574.672059,2374.453317 +137715,2832.246792,1252.196086,2314.814019,1581.756938,2375.593547 +137716,2836.275854,1251.14008,2315.342518,1588.77118,2375.848288 +137717,2840.496958,1250.16907,2315.578345,1595.818467,2375.819929 +137718,2844.354237,1249.033502,2313.991792,1602.965183,2373.604874 +137719,2848.855477,1248.067075,2313.264161,1621.39392,2372.47449 +137720,2852.89509,1247.052245,2312.926811,1600.127295,2371.845266 +137721,2856.955212,1246.06044,2312.800724,1632.132432,2371.504247 +137722,2861.24525,1245.079818,2314.431191,1629.573599,2373.364194 +137723,2864.998613,1244.114264,2313.495134,1638.367719,2372.113303 +137724,2869.403874,1243.155909,2314.83039,1645.500044,2373.692258 +137725,2873.315444,1242.212606,2315.409882,1664.796284,2374.373696 +137726,2877.274057,1241.27841,2315.738413,1641.660442,2374.774804 +137727,2881.308765,1240.355508,2315.930117,1683.51764,2375.025826 +137728,2884.921846,1239.443897,2314.362169,1660.372195,2373.115181 +137729,2891.44458,1238.540929,2313.749046,1688.092285,2372.368905 +137730,2898.305719,1237.648659,2315.275255,1685.290916,2374.252791 +137731,2904.509576,1236.519485,2314.457803,1713.955291,2373.26677 +137732,2918.785421,1235.344902,2314.526207,1683.688233,2373.418331 +137733,2907.529272,1234.080882,2316.443876,1727.991772,2375.918242 +137734,2935.746106,1232.985343,2317.50553,1709.012045,2377.453426 +137735,2928.411364,1231.725491,2316.860212,1746.847964,2376.964432 +137736,2938.707156,1230.515908,2318.620573,1735.145621,2379.49483 +137737,2945.51215,1229.297833,2317.995326,1751.511972,2379.13162 +137738,2952.399787,1228.139108,2318.23787,1759.405229,2379.870701 +137739,2959.218408,1226.803839,2318.864292,1768.127074,2381.109738 +137740,2966.191348,1225.618478,2319.649531,1776.983185,2382.575833 +137741,2973.00023,1224.369236,2320.505666,1785.658089,2384.16388 +137742,2980.610517,1223.126043,2323.031974,1794.607288,2387.851552 +137743,2987.054309,1221.88426,2322.946783,1803.20281,2388.358031 +137744,2994.432668,1220.635541,2323.400588,1811.92519,2389.551889 +137745,3001.737843,1219.385444,2325.668761,1820.44695,2392.999819 +137746,3008.61295,1218.134988,2327.044509,1829.220167,2395.573139 +137747,3023.161452,1216.88223,2326.627267,1843.542721,2395.741911 +137748,3012.973292,1215.694239,2328.451263,1843.916638,2398.679378 +137749,3040.13918,1214.336362,2329.689045,1855.94757,2400.673647 +137750,3035.428755,1213.056543,2329.011411,1863.649053,2400.558025 +137751,3043.758431,1211.885981,2329.054064,1872.132884,2401.337704 +137752,3052.544866,1210.573085,2330.963883,1880.361881,2404.434442 +137753,3058.468311,1209.322267,2330.501077,1888.634766,2404.596483 +137754,3065.862398,1208.054862,2330.666814,1896.749231,2405.545418 +137755,3073.083486,1206.788117,2331.067008,1905.217284,2406.788111 +137756,3079.991022,1205.519469,2331.576222,1913.238681,2408.173898 +137757,3086.882998,1204.249525,2332.125323,1921.414082,2409.622367 +137758,3102.218343,1203.045248,2334.442532,1929.58921,2413.290801 +137759,3091.613287,1201.674732,2334.055877,1937.449941,2413.624905 +137760,3116.637464,1200.446628,2334.142293,1945.360261,2414.559478 +137761,2956.619474,1132.752249,2332.43848,1890.048636,2414.137108 +137762,2967.238825,1130.623253,2318.997779,1892.3044,2397.245082 +137763,2979.459797,1128.699685,2301.84353,1901.25442,2281.172418 +137764,2972.56192,1126.652666,2279.7003,1908.027267,2058.221793 +137765,2982.621914,1124.918636,2261.410567,1914.919755,2220.235407 +137766,2988.705101,1123.00046,2251.621092,1922.393378,2179.787206 +137767,3001.704866,1121.164212,2247.337839,1929.646738,2169.846191 +137768,2989.803676,1119.326857,2244.854415,1941.81824,2171.698023 +137769,3015.389832,1117.494764,2243.518801,1941.916083,2171.736693 +137770,3009.4032,1115.667066,2242.939163,1951.275458,2171.301739 +137771,3016.438903,1113.906173,2242.568979,1958.420209,2171.139396 +137772,3022.816095,1111.990134,2242.304374,1965.043844,2171.027735 +137773,3028.05766,1110.212971,2242.063495,1971.780394,2165.046291 +137774,3033.459133,1108.318258,2241.970631,1978.5053,2179.133514 +137775,3038.827957,1106.590959,2241.901402,1985.439094,2161.547407 +137776,3044.207409,1104.726057,2241.738082,1992.06904,2173.61728 +137777,3049.555295,1102.915351,2241.749526,2003.751991,2170.000586 +137778,3054.864548,1101.095411,2241.781839,2004.119424,2170.12768 +137779,3060.114628,1099.337871,2241.652646,2012.064579,2170.320677 +137780,3065.053606,1097.426062,2241.499877,2019.109966,2170.281964 +137781,3070.600527,1095.648937,2241.378999,2025.268465,2170.491678 +137782,3075.652916,1093.81834,2241.247843,2031.366488,2170.278871 +137783,3080.661758,1091.996492,2241.09271,2037.850319,2170.361354 +137784,3085.815965,1090.174048,2241.029506,2049.125287,2170.451249 +137785,3098.440602,1088.290258,2241.123426,2049.540738,2170.449499 +137786,3086.663144,1086.615754,2240.915274,2056.415204,2170.455851 +137787,3109.441193,1084.659984,2240.608326,2063.174561,2170.558574 +137788,3097.781825,1082.885745,2240.361567,2068.848776,2170.597252 +137789,3118.857999,1081.050092,2240.161348,2075.035923,2170.650028 +137790,3114.970813,1079.221991,2240.163846,2086.050908,2170.817451 +137791,3118.948322,1077.417084,2239.999341,2085.461536,2170.719646 +137792,3123.526469,1075.617446,2239.504477,2090.401324,2170.783615 +137793,3126.90647,1073.820817,2238.9119,2095.300854,2170.893768 +137794,3130.050216,1072.086637,2238.309321,2099.678517,2170.918316 +137795,3133.191771,1070.207672,2237.782513,2108.598576,2170.97551 +137796,3136.277981,1068.460229,2237.133575,2102.342654,2170.988629 +137797,3139.19656,1066.605436,2236.391342,2115.688593,2171.075471 +137798,3142.069184,1064.905447,2235.74595,2115.812109,2171.078359 +137799,3144.728082,1063.081284,2235.047516,2118.327368,2171.14448 +137800,3147.384729,1061.308581,2234.363043,2126.768774,2171.303315 +137801,3149.786522,1059.529206,2233.59693,2121.272441,2171.136074 +137802,3152.161189,1057.809455,2232.742226,2131.863195,2171.215667 +137803,3154.441386,1055.948214,2231.971652,2132.626304,2171.253486 +137804,3156.619549,1054.214358,2231.16866,2134.361914,2171.199284 +137805,3158.635456,1052.432547,2230.375772,2141.756243,2171.258752 +137806,3160.577428,1050.660811,2229.502919,2136.480262,2171.21245 +137807,3162.304089,1048.890624,2228.528429,2144.958926,2171.206259 +137808,3164.114627,1047.121651,2227.614586,2145.945329,2171.177414 +137809,3165.659263,1045.35418,2226.681854,2147.143195,2171.109945 +137810,3167.020067,1043.587921,2225.65025,2148.694689,2171.098969 +137811,3168.425712,1041.822888,2224.561223,2150.457807,2171.022845 +137812,3169.668337,1040.058861,2223.450414,2152.207929,2170.955817 +137813,3170.791425,1038.296268,2222.328415,2153.863001,2170.876296 +137814,3171.80518,1036.534643,2221.193782,2155.389354,2170.784586 +137815,3172.699143,1034.774193,2220.042693,2156.817328,2170.793449 +137816,3173.473342,1033.014731,2218.874765,2158.278368,2170.51578 +137817,3174.1279,1031.25635,2217.678175,2158.955098,2170.450682 +137818,3174.657988,1029.498892,2216.436043,2159.598247,2170.316319 +137819,3175.069425,1027.742438,2215.149089,2160.220906,2170.136676 +137820,3175.362382,1025.986842,2213.828734,2160.830829,2169.964682 +137821,1979.419635,1024.306084,927.9100612,1585.834538,2167.274174 +137822,2073.882537,1155.656133,973.1751624,1663.629118,2267.608996 +137823,2176.629489,1158.031498,1023.909633,1744.358683,2314.314719 +137824,2260.942103,1157.605468,1067.199888,1803.482848,2342.125668 +137825,2326.246151,1157.854632,1102.608283,1841.972295,2361.897555 +137826,2375.688968,1157.022757,1131.047254,1865.05128,2376.502456 +137827,2413.592889,1156.227241,1154.149863,1878.824146,2388.218759 +137828,2443.544071,1178.925308,1173.334313,1887.684371,2397.745012 +137829,2467.907344,1118.447903,1189.573529,1894.051579,2405.949835 +137830,2488.09205,1171.155125,1203.474287,1899.009178,2413.201605 +137831,2504.956249,1166.39111,1215.424496,1903.002386,2419.666487 +137832,2519.08845,1124.84009,1225.719282,1906.248448,2425.447179 +137833,2530.930899,1158.505828,1234.591296,1908.8875,2430.591635 +137834,2540.544824,1157.407547,1242.134356,1910.719426,2435.203856 +137835,2548.441044,1121.516097,1248.588507,1912.043825,2439.376713 +137836,2555.085491,1175.793571,1254.169932,1913.149278,2443.156991 +137837,2560.799692,1104.908125,1259.042931,1914.186235,2446.591633 +137838,2565.782727,1156.853269,1263.325965,1915.194802,2449.723905 +137839,2570.16562,1143.791996,1267.109283,1916.168929,2452.593475 +137840,2574.043235,1125.739215,1270.46506,1917.093279,2455.232999 +137841,2577.49297,1153.884242,1273.454388,1917.959151,2457.671733 +137842,2580.579077,1115.047936,1276.129157,1918.76395,2459.935078 +137843,2583.354668,1159.330494,1278.533434,1919.508336,2462.045324 +137844,2585.862342,1107.498834,1280.704119,1920.193263,2464.021241 +137845,2588.136984,1158.758675,1282.672429,1920.819842,2465.879456 +137846,2590.2064,1105.339581,1284.4645,1921.388638,2467.634067 +137847,2592.093301,1154.677955,1286.102461,1921.900233,2469.297474 +137848,2593.815946,1105.803049,1287.604902,1922.354955,2471.079697 +137849,2595.356511,1148.744051,1288.971775,1922.72823,2472.553799 +137850,2596.756531,1107.709644,1290.230193,1923.043872,2473.957656 +137851,2598.05148,1141.549179,1291.403573,1923.322036,2475.326595 +137852,2599.22236,1109.916716,1292.48545,1923.534182,2476.653938 +137853,2600.260616,1133.033526,1293.474325,1923.664787,2477.939396 +137854,2601.167421,1112.896932,1294.374098,1923.711837,2479.184928 +137855,2601.94856,1123.940633,1295.191274,1923.681472,2480.393092 +137856,2602.628615,1116.342409,1295.935208,1923.60084,2481.566715 +137857,2603.208592,1117.534851,1296.611495,1923.463652,2482.708247 +137858,2603.684788,1115.167639,1297.224291,1923.259282,2483.819847 +137859,2604.056467,1113.989008,1297.777474,1922.983536,2484.903371 +137860,2604.325932,1112.504224,1298.274785,1922.63756,2485.960382 +137861,2604.496675,1110.906468,1298.719707,1922.224425,2486.99219 +137862,2604.572213,1109.438318,1299.115378,1921.747003,2487.999897 +137863,2604.555573,1107.890444,1299.464573,1921.207334,2488.984414 +137864,2604.449431,1106.33855,1299.769757,1920.606762,2489.946509 +137865,2604.256021,1104.770968,1300.033112,1919.946201,2490.8868 +137866,2603.977329,1103.1875,1300.256602,1919.226365,2491.805809 +137867,2603.61515,1101.588341,1300.441988,1918.447862,2492.703946 +137868,2603.171136,1099.973225,1300.590871,1917.611247,2493.581559 +137869,2602.646793,1098.342381,1300.704701,1916.717028,2494.438916 +137870,2602.043524,1096.69556,1300.784811,1915.765688,2495.276246 +137871,2601.36268,1095.03301,1300.832417,1914.757684,2496.093718 +137872,2600.60552,1093.354497,1300.848649,1913.693463,2496.891483 +137873,2599.773181,1091.660289,1300.834546,1912.573459,2497.669647 +137874,2598.866795,1089.950166,1300.791079,1911.398111,2498.42831 +137875,2597.887397,1088.224415,1300.719151,1910.167849,2499.16754 +137876,2596.836025,1086.482828,1300.619612,1908.883119,2499.887405 +137877,2595.713617,1084.72571,1300.493256,1907.544358,2500.587949 +137878,2594.521119,1082.952865,1300.340836,1906.152024,2501.269226 +137879,2593.259516,1081.164614,1300.16306,1904.70657,2501.931265 +137880,2591.92971,1079.429191,1299.960605,1903.208476,2502.574121 +137881,0,0,0,0,0 +137882,0,0,0,0,0 +137883,0,0,0,0,0 +137884,0,0,0,0,0 +137885,0,0,0,0,0 +137886,0,0,0,0,0 +137887,0,0,0,0,0 +137888,0,0,0,0,0 +137889,0,0,0,0,0 +137890,0,0,0,0,0 +137891,0,0,0,0,0 +137892,0,0,0,0,0 +137893,0,0,0,0,0 +137894,0,0,0,0,0 +137895,0,0,0,0,0 +137896,0,0,0,0,0 +137897,0,0,0,0,0 +137898,0,0,0,0,0 +137899,0,0,0,0,0 +137900,0,0,0,0,0 +137901,0,0,0,0,0 +137902,0,0,0,0,0 +137903,0,0,0,0,0 +137904,0,0,0,0,0 +137905,0,0,0,0,0 +137906,0,0,0,0,0 +137907,0,0,0,0,0 +137908,0,0,0,0,0 +137909,0,0,0,0,0 +137910,0,0,0,0,0 +137911,0,0,0,0,0 +137912,0,0,0,0,0 +137913,0,0,0,0,0 +137914,0,0,0,0,0 +137915,0,0,0,0,0 +137916,0,0,0,0,0 +137917,0,0,0,0,0 +137918,0,0,0,0,0 +137919,0,0,0,0,0 +137920,0,0,0,0,0 +137921,0,0,0,0,0 +137922,0,0,0,0,0 +137923,0,0,0,0,0 +137924,0,0,0,0,0 +137925,0,0,0,0,0 +137926,0,0,0,0,0 +137927,0,0,0,0,0 +137928,0,0,0,0,0 +137929,0,0,0,0,0 +137930,0,0,0,0,0 +137931,0,0,0,0,0 +137932,0,0,0,0,0 +137933,0,0,0,0,0 +137934,0,0,0,0,0 +137935,0,0,0,0,0 +137936,0,0,0,0,0 +137937,0,0,0,0,0 +137938,0,0,0,0,0 +137939,0,0,0,0,0 +137940,0,0,0,0,0 +137941,0,0,0,0,0 +137942,0,0,0,0,0 +137943,0,0,0,0,0 +137944,0,0,0,0,0 +137945,0,0,0,0,0 +137946,0,0,0,0,0 +137947,0,0,0,0,0 +137948,0,0,0,0,0 +137949,0,0,0,0,0 +137950,0,0,0,0,0 +137951,0,0,0,0,0 +137952,0,0,0,0,0 +137953,0,0,0,0,0 +137954,0,0,0,0,0 +137955,0,0,0,0,0 +137956,0,0,0,0,0 +137957,0,0,0,0,0 +137958,0,0,0,0,0 +137959,0,0,0,0,0 +137960,0,0,0,0,0 +137961,0,0,0,0,0 +137962,0,0,0,0,0 +137963,0,0,0,0,0 +137964,0,0,0,0,0 +137965,0,0,0,0,0 +137966,0,0,0,0,0 +137967,0,0,0,0,0 +137968,0,0,0,0,0 +137969,0,0,0,0,0 +137970,0,0,0,0,0 +137971,0,0,0,0,0 +137972,0,0,0,0,0 +137973,0,0,0,0,0 +137974,0,0,0,0,0 +137975,0,0,0,0,0 +137976,0,0,0,0,0 +137977,0,0,0,0,0 +137978,0,0,0,0,0 +137979,0,0,0,0,0 +137980,0,0,0,0,0 +137981,0,0,0,0,0 +137982,0,0,0,0,0 +137983,0,0,0,0,0 +137984,0,0,0,0,0 +137985,0,0,0,0,0 +137986,0,0,0,0,0 +137987,0,0,0,0,0 +137988,0,0,0,0,0 +137989,0,0,0,0,0 +137990,0,0,0,0,0 +137991,0,0,0,0,0 +137992,0,0,0,0,0 +137993,0,0,0,0,0 +137994,0,0,0,0,0 +137995,0,0,0,0,0 +137996,0,0,0,0,0 +137997,0,0,0,0,0 +137998,0,0,0,0,0 +137999,0,0,0,0,0 +138000,0,0,0,0,0 +138001,0,0,0,0,0 +138002,0,0,0,0,0 +138003,0,0,0,0,0 +138004,0,0,0,0,0 +138005,0,0,0,0,0 +138006,0,0,0,0,0 +138007,0,0,0,0,0 +138008,0,0,0,0,0 +138009,0,0,0,0,0 +138010,0,0,0,0,0 +138011,0,0,0,0,0 +138012,0,0,0,0,0 +138013,0,0,0,0,0 +138014,0,0,0,0,0 +138015,0,0,0,0,0 +138016,0,0,0,0,0 +138017,0,0,0,0,0 +138018,0,0,0,0,0 +138019,0,0,0,0,0 +138020,0,0,0,0,0 +138021,0,0,0,0,0 +138022,0,0,0,0,0 +138023,0,0,0,0,0 +138024,0,0,0,0,0 +138025,0,0,0,0,0 +138026,0,0,0,0,0 +138027,0,0,0,0,0 +138028,0,0,0,0,0 +138029,0,0,0,0,0 +138030,0,0,0,0,0 +138031,0,0,0,0,0 +138032,0,0,0,0,0 +138033,0,0,0,0,0 +138034,0,0,0,0,0 +138035,0,0,0,0,0 +138036,0,0,0,0,0 +138037,0,0,0,0,0 +138038,0,0,0,0,0 +138039,0,0,0,0,0 +138040,0,0,0,0,0 +138041,0,0,0,0,0 +138042,0,0,0,0,0 +138043,0,0,0,0,0 +138044,0,0,0,0,0 +138045,0,0,0,0,0 +138046,0,0,0,0,0 +138047,0,0,0,0,0 +138048,0,0,0,0,0 +138049,0,0,0,0,0 +138050,0,0,0,0,0 +138051,0,0,0,0,0 +138052,0,0,0,0,0 +138053,0,0,0,0,0 +138054,0,0,0,0,0 +138055,0,0,0,0,0 +138056,0,0,0,0,0 +138057,0,0,0,0,0 +138058,0,0,0,0,0 +138059,0,0,0,0,0 +138060,0,0,0,0,0 +138061,0,0,0,0,0 +138062,0,0,0,0,0 +138063,0,0,0,0,0 +138064,0,0,0,0,0 +138065,0,0,0,0,0 +138066,0,0,0,0,0 +138067,0,0,0,0,0 +138068,0,0,0,0,0 +138069,0,0,0,0,0 +138070,0,0,0,0,0 +138071,0,0,0,0,0 +138072,0,0,0,0,0 +138073,0,0,0,0,0 +138074,0,0,0,0,0 +138075,0,0,0,0,0 +138076,0,0,0,0,0 +138077,0,0,0,0,0 +138078,0,0,0,0,0 +138079,0,0,0,0,0 +138080,0,0,0,0,0 +138081,0,0,0,0,0 +138082,0,0,0,0,0 +138083,0,0,0,0,0 +138084,0,0,0,0,0 +138085,0,0,0,0,0 +138086,0,0,0,0,0 +138087,0,0,0,0,0 +138088,0,0,0,0,0 +138089,0,0,0,0,0 +138090,0,0,0,0,0 +138091,0,0,0,0,0 +138092,0,0,0,0,0 +138093,0,0,0,0,0 +138094,0,0,0,0,0 +138095,0,0,0,0,0 +138096,0,0,0,0,0 +138097,0,0,0,0,0 +138098,0,0,0,0,0 +138099,0,0,0,0,0 +138100,0,0,0,0,0 +138101,0,0,0,0,0 +138102,0,0,0,0,0 +138103,0,0,0,0,0 +138104,0,0,0,0,0 +138105,0,0,0,0,0 +138106,0,0,0,0,0 +138107,0,0,0,0,0 +138108,0,0,0,0,0 +138109,0,0,0,0,0 +138110,0,0,0,0,0 +138111,0,0,0,0,0 +138112,0,0,0,0,0 +138113,0,0,0,0,0 +138114,0,0,0,0,0 +138115,0,0,0,0,0 +138116,0,0,0,0,0 +138117,0,0,0,0,0 +138118,0,0,0,0,0 +138119,0,0,0,0,0 +138120,0,0,0,0,0 +138121,0,0,0,0,0 +138122,0,0,0,0,0 +138123,0,0,0,0,0 +138124,0,0,0,0,0 +138125,0,0,0,0,0 +138126,0,0,0,0,0 +138127,0,0,0,0,0 +138128,0,0,0,0,0 +138129,0,0,0,0,0 +138130,0,0,0,0,0 +138131,0,0,0,0,0 +138132,0,0,0,0,0 +138133,0,0,0,0,0 +138134,0,0,0,0,0 +138135,0,0,0,0,0 +138136,0,0,0,0,0 +138137,0,0,0,0,0 +138138,0,0,0,0,0 +138139,0,0,0,0,0 +138140,0,0,0,0,0 +138141,0,0,0,0,0 +138142,0,0,0,0,0 +138143,0,0,0,0,0 +138144,0,0,0,0,0 +138145,0,0,0,0,0 +138146,0,0,0,0,0 +138147,0,0,0,0,0 +138148,0,0,0,0,0 +138149,0,0,0,0,0 +138150,0,0,0,0,0 +138151,0,0,0,0,0 +138152,0,0,0,0,0 +138153,0,0,0,0,0 +138154,0,0,0,0,0 +138155,0,0,0,0,0 +138156,0,0,0,0,0 +138157,0,0,0,0,0 +138158,0,0,0,0,0 +138159,0,0,0,0,0 +138160,0,0,0,0,0 +138161,0,0,0,0,0 +138162,0,0,0,0,0 +138163,0,0,0,0,0 +138164,0,0,0,0,0 +138165,0,0,0,0,0 +138166,0,0,0,0,0 +138167,0,0,0,0,0 +138168,0,0,0,0,0 +138169,0,0,0,0,0 +138170,0,0,0,0,0 +138171,0,0,0,0,0 +138172,0,0,0,0,0 +138173,0,0,0,0,0 +138174,0,0,0,0,0 +138175,0,0,0,0,0 +138176,0,0,0,0,0 +138177,0,0,0,0,0 +138178,0,0,0,0,0 +138179,0,0,0,0,0 +138180,0,0,0,0,0 +138181,0,0,0,0,0 +138182,0,0,0,0,0 +138183,0,0,0,0,0 +138184,0,0,0,0,0 +138185,0,0,0,0,0 +138186,0,0,0,0,0 +138187,0,0,0,0,0 +138188,0,0,0,0,0 +138189,0,0,0,0,0 +138190,0,0,0,0,0 +138191,0,0,0,0,0 +138192,0,0,0,0,0 +138193,0,0,0,0,0 +138194,0,0,0,0,0 +138195,0,0,0,0,0 +138196,0,0,0,0,0 +138197,0,0,0,0,0 +138198,0,0,0,0,0 +138199,0,0,0,0,0 +138200,0,0,0,0,0 +138201,0,0,0,0,0 +138202,0,0,0,0,0 +138203,0,0,0,0,0 +138204,0,0,0,0,0 +138205,0,0,0,0,0 +138206,0,0,0,0,0 +138207,0,0,0,0,0 +138208,0,0,0,0,0 +138209,0,0,0,0,0 +138210,0,0,0,0,0 +138211,0,0,0,0,0 +138212,0,0,0,0,0 +138213,0,0,0,0,0 +138214,0,0,0,0,0 +138215,0,0,0,0,0 +138216,0,0,0,0,0 +138217,0,0,0,0,0 +138218,0,0,0,0,0 +138219,0,0,0,0,0 +138220,0,0,0,0,0 +138221,0,0,0,0,0 +138222,0,0,0,0,0 +138223,0,0,0,0,0 +138224,0,0,0,0,0 +138225,0,0,0,0,0 +138226,0,0,0,0,0 +138227,0,0,0,0,0 +138228,0,0,0,0,0 +138229,0,0,0,0,0 +138230,0,0,0,0,0 +138231,0,0,0,0,0 +138232,0,0,0,0,0 +138233,0,0,0,0,0 +138234,0,0,0,0,0 +138235,0,0,0,0,0 +138236,0,0,0,0,0 +138237,0,0,0,0,0 +138238,0,0,0,0,0 +138239,0,0,0,0,0 +138240,0,0,0,0,0 +138241,0,0,0,0,0 +138242,0,0,0,0,0 +138243,0,0,0,0,0 +138244,0,0,0,0,0 +138245,0,0,0,0,0 +138246,0,0,0,0,0 +138247,0,0,0,0,0 +138248,0,0,0,0,0 +138249,0,0,0,0,0 +138250,0,0,0,0,0 +138251,0,0,0,0,0 +138252,0,0,0,0,0 +138253,0,0,0,0,0 +138254,0,0,0,0,0 +138255,0,0,0,0,0 +138256,0,0,0,0,0 +138257,0,0,0,0,0 +138258,0,0,0,0,0 +138259,0,0,0,0,0 +138260,0,0,0,0,0 +138261,0,0,0,0,0 +138262,0,0,0,0,0 +138263,0,0,0,0,0 +138264,0,0,0,0,0 +138265,0,0,0,0,0 +138266,0,0,0,0,0 +138267,0,0,0,0,0 +138268,0,0,0,0,0 +138269,0,0,0,0,0 +138270,0,0,0,0,0 +138271,0,0,0,0,0 +138272,0,0,0,0,0 +138273,0,0,0,0,0 +138274,0,0,0,0,0 +138275,0,0,0,0,0 +138276,0,0,0,0,0 +138277,0,0,0,0,0 +138278,0,0,0,0,0 +138279,0,0,0,0,0 +138280,0,0,0,0,0 +138281,0,0,0,0,0 +138282,0,0,0,0,0 +138283,0,0,0,0,0 +138284,0,0,0,0,0 +138285,0,0,0,0,0 +138286,0,0,0,0,0 +138287,0,0,0,0,0 +138288,0,0,0,0,0 +138289,0,0,0,0,0 +138290,0,0,0,0,0 +138291,0,0,0,0,0 +138292,0,0,0,0,0 +138293,0,0,0,0,0 +138294,0,0,0,0,0 +138295,0,0,0,0,0 +138296,0,0,0,0,0 +138297,0,0,0,0,0 +138298,0,0,0,0,0 +138299,0,0,0,0,0 +138300,0,0,0,0,0 +138301,0,0,0,0,0 +138302,0,0,0,0,0 +138303,0,0,0,0,0 +138304,0,0,0,0,0 +138305,0,0,0,0,0 +138306,0,0,0,0,0 +138307,0,0,0,0,0 +138308,0,0,0,0,0 +138309,0,0,0,0,0 +138310,0,0,0,0,0 +138311,0,0,0,0,0 +138312,0,0,0,0,0 +138313,0,0,0,0,0 +138314,0,0,0,0,0 +138315,0,0,0,0,0 +138316,0,0,0,0,0 +138317,0,0,0,0,0 +138318,0,0,0,0,0 +138319,0,0,0,0,0 +138320,0,0,0,0,0 +138321,0,0,0,0,0 +138322,0,0,0,0,0 +138323,0,0,0,0,0 +138324,0,0,0,0,0 +138325,0,0,0,0,0 +138326,0,0,0,0,0 +138327,0,0,0,0,0 +138328,0,0,0,0,0 +138329,0,0,0,0,0 +138330,0,0,0,0,0 +138331,0,0,0,0,0 +138332,0,0,0,0,0 +138333,0,0,0,0,0 +138334,0,0,0,0,0 +138335,0,0,0,0,0 +138336,0,0,0,0,0 +138337,0,0,0,0,0 +138338,0,0,0,0,0 +138339,0,0,0,0,0 +138340,0,0,0,0,0 +138341,0,0,0,0,0 +138342,0,0,0,0,0 +138343,0,0,0,0,0 +138344,0,0,0,0,0 +138345,0,0,0,0,0 +138346,0,0,0,0,0 +138347,0,0,0,0,0 +138348,0,0,0,0,0 +138349,0,0,0,0,0 +138350,0,0,0,0,0 +138351,0,0,0,0,0 +138352,0,0,0,0,0 +138353,0,0,0,0,0 +138354,0,0,0,0,0 +138355,0,0,0,0,0 +138356,0,0,0,0,0 +138357,0,0,0,0,0 +138358,0,0,0,0,0 +138359,0,0,0,0,0 +138360,0,0,0,0,0 +138361,0,0,0,0,0 +138362,0,0,0,0,0 +138363,0,0,0,0,0 +138364,0,0,0,0,0 +138365,0,0,0,0,0 +138366,0,0,0,0,0 +138367,0,0,0,0,0 +138368,0,0,0,0,0 +138369,0,0,0,0,0 +138370,0,0,0,0,0 +138371,0,0,0,0,0 +138372,0,0,0,0,0 +138373,0,0,0,0,0 +138374,0,0,0,0,0 +138375,0,0,0,0,0 +138376,0,0,0,0,0 +138377,0,0,0,0,0 +138378,0,0,0,0,0 +138379,0,0,0,0,0 +138380,0,0,0,0,0 +138381,0,0,0,0,0 +138382,0,0,0,0,0 +138383,0,0,0,0,0 +138384,0,0,0,0,0 +138385,0,0,0,0,0 +138386,0,0,0,0,0 +138387,0,0,0,0,0 +138388,0,0,0,0,0 +138389,0,0,0,0,0 +138390,0,0,0,0,0 +138391,0,0,0,0,0 +138392,0,0,0,0,0 +138393,0,0,0,0,0 +138394,0,0,0,0,0 +138395,0,0,0,0,0 +138396,0,0,0,0,0 +138397,0,0,0,0,0 +138398,0,0,0,0,0 +138399,0,0,0,0,0 +138400,0,0,0,0,0 +138401,0,0,0,0,0 +138402,0,0,0,0,0 +138403,0,0,0,0,0 +138404,0,0,0,0,0 +138405,0,0,0,0,0 +138406,0,0,0,0,0 +138407,0,0,0,0,0 +138408,0,0,0,0,0 +138409,0,0,0,0,0 +138410,0,0,0,0,0 +138411,0,0,0,0,0 +138412,0,0,0,0,0 +138413,0,0,0,0,0 +138414,0,0,0,0,0 +138415,0,0,0,0,0 +138416,0,0,0,0,0 +138417,0,0,0,0,0 +138418,0,0,0,0,0 +138419,0,0,0,0,0 +138420,0,0,0,0,0 +138421,0,0,0,0,0 +138422,0,0,0,0,0 +138423,0,0,0,0,0 +138424,0,0,0,0,0 +138425,0,0,0,0,0 +138426,0,0,0,0,0 +138427,0,0,0,0,0 +138428,0,0,0,0,0 +138429,0,0,0,0,0 +138430,0,0,0,0,0 +138431,0,0,0,0,0 +138432,0,0,0,0,0 +138433,0,0,0,0,0 +138434,0,0,0,0,0 +138435,0,0,0,0,0 +138436,0,0,0,0,0 +138437,0,0,0,0,0 +138438,0,0,0,0,0 +138439,0,0,0,0,0 +138440,0,0,0,0,0 +138441,0,0,0,0,0 +138442,0,0,0,0,0 +138443,0,0,0,0,0 +138444,0,0,0,0,0 +138445,0,0,0,0,0 +138446,0,0,0,0,0 +138447,0,0,0,0,0 +138448,0,0,0,0,0 +138449,0,0,0,0,0 +138450,0,0,0,0,0 +138451,0,0,0,0,0 +138452,0,0,0,0,0 +138453,0,0,0,0,0 +138454,0,0,0,0,0 +138455,0,0,0,0,0 +138456,0,0,0,0,0 +138457,0,0,0,0,0 +138458,0,0,0,0,0 +138459,0,0,0,0,0 +138460,0,0,0,0,0 +138461,0,0,0,0,0 +138462,0,0,0,0,0 +138463,0,0,0,0,0 +138464,0,0,0,0,0 +138465,0,0,0,0,0 +138466,0,0,0,0,0 +138467,0,0,0,0,0 +138468,0,0,0,0,0 +138469,0,0,0,0,0 +138470,0,0,0,0,0 +138471,0,0,0,0,0 +138472,0,0,0,0,0 +138473,0,0,0,0,0 +138474,0,0,0,0,0 +138475,0,0,0,0,0 +138476,0,0,0,0,0 +138477,0,0,0,0,0 +138478,0,0,0,0,0 +138479,0,0,0,0,0 +138480,0,0,0,0,0 +138481,0,0,0,0,0 +138482,0,0,0,0,0 +138483,0,0,0,0,0 +138484,0,0,0,0,0 +138485,0,0,0,0,0 +138486,0,0,0,0,0 +138487,0,0,0,0,0 +138488,0,0,0,0,0 +138489,0,0,0,0,0 +138490,0,0,0,0,0 +138491,0,0,0,0,0 +138492,0,0,0,0,0 +138493,0,0,0,0,0 +138494,0,0,0,0,0 +138495,0,0,0,0,0 +138496,0,0,0,0,0 +138497,0,0,0,0,0 +138498,0,0,0,0,0 +138499,0,0,0,0,0 +138500,0,0,0,0,0 +138501,0,0,0,0,0 +138502,0,0,0,0,0 +138503,0,0,0,0,0 +138504,0,0,0,0,0 +138505,0,0,0,0,0 +138506,0,0,0,0,0 +138507,0,0,0,0,0 +138508,0,0,0,0,0 +138509,0,0,0,0,0 +138510,0,0,0,0,0 +138511,0,0,0,0,0 +138512,0,0,0,0,0 +138513,0,0,0,0,0 +138514,0,0,0,0,0 +138515,0,0,0,0,0 +138516,0,0,0,0,0 +138517,0,0,0,0,0 +138518,0,0,0,0,0 +138519,0,0,0,0,0 +138520,0,0,0,0,0 +138521,0,0,0,0,0 +138522,0,0,0,0,0 +138523,0,0,0,0,0 +138524,0,0,0,0,0 +138525,0,0,0,0,0 +138526,0,0,0,0,0 +138527,0,0,0,0,0 +138528,0,0,0,0,0 +138529,0,0,0,0,0 +138530,0,0,0,0,0 +138531,0,0,0,0,0 +138532,0,0,0,0,0 +138533,0,0,0,0,0 +138534,0,0,0,0,0 +138535,0,0,0,0,0 +138536,0,0,0,0,0 +138537,0,0,0,0,0 +138538,0,0,0,0,0 +138539,0,0,0,0,0 +138540,0,0,0,0,0 +138541,0,0,0,0,0 +138542,0,0,0,0,0 +138543,0,0,0,0,0 +138544,0,0,0,0,0 +138545,0,0,0,0,0 +138546,0,0,0,0,0 +138547,0,0,0,0,0 +138548,0,0,0,0,0 +138549,0,0,0,0,0 +138550,0,0,0,0,0 +138551,0,0,0,0,0 +138552,0,0,0,0,0 +138553,0,0,0,0,0 +138554,0,0,0,0,0 +138555,0,0,0,0,0 +138556,0,0,0,0,0 +138557,0,0,0,0,0 +138558,0,0,0,0,0 +138559,0,0,0,0,0 +138560,0,0,0,0,0 +138561,0,0,0,0,0 +138562,0,0,0,0,0 +138563,0,0,0,0,0 +138564,0,0,0,0,0 +138565,0,0,0,0,0 +138566,0,0,0,0,0 +138567,0,0,0,0,0 +138568,0,0,0,0,0 +138569,0,0,0,0,0 +138570,0,0,0,0,0 +138571,0,0,0,0,0 +138572,0,0,0,0,0 +138573,0,0,0,0,0 +138574,0,0,0,0,0 +138575,0,0,0,0,0 +138576,0,0,0,0,0 +138577,0,0,0,0,0 +138578,0,0,0,0,0 +138579,0,0,0,0,0 +138580,0,0,0,0,0 +138581,0,0,0,0,0 +138582,0,0,0,0,0 +138583,0,0,0,0,0 +138584,0,0,0,0,0 +138585,0,0,0,0,0 +138586,0,0,0,0,0 +138587,0,0,0,0,0 +138588,0,0,0,0,0 +138589,0,0,0,0,0 +138590,0,0,0,0,0 +138591,0,0,0,0,0 +138592,0,0,0,0,0 +138593,0,0,0,0,0 +138594,0,0,0,0,0 +138595,0,0,0,0,0 +138596,0,0,0,0,0 +138597,0,0,0,0,0 +138598,0,0,0,0,0 +138599,0,0,0,0,0 +138600,0,0,0,0,0 +138601,0,0,0,0,0 +138602,0,0,0,0,0 +138603,0,0,0,0,0 +138604,0,0,0,0,0 +138605,0,0,0,0,0 +138606,0,0,0,0,0 +138607,0,0,0,0,0 +138608,0,0,0,0,0 +138609,0,0,0,0,0 +138610,0,0,0,0,0 +138611,0,0,0,0,0 +138612,0,0,0,0,0 +138613,0,0,0,0,0 +138614,0,0,0,0,0 +138615,0,0,0,0,0 +138616,0,0,0,0,0 +138617,0,0,0,0,0 +138618,0,0,0,0,0 +138619,0,0,0,0,0 +138620,0,0,0,0,0 +138621,0,0,0,0,0 +138622,0,0,0,0,0 +138623,0,0,0,0,0 +138624,0,0,0,0,0 +138625,0,0,0,0,0 +138626,0,0,0,0,0 +138627,0,0,0,0,0 +138628,0,0,0,0,0 +138629,0,0,0,0,0 +138630,0,0,0,0,0 +138631,0,0,0,0,0 +138632,0,0,0,0,0 +138633,0,0,0,0,0 +138634,0,0,0,0,0 +138635,0,0,0,0,0 +138636,0,0,0,0,0 +138637,0,0,0,0,0 +138638,0,0,0,0,0 +138639,0,0,0,0,0 +138640,0,0,0,0,0 +138641,0,0,0,0,0 +138642,0,0,0,0,0 +138643,0,0,0,0,0 +138644,0,0,0,0,0 +138645,0,0,0,0,0 +138646,0,0,0,0,0 +138647,0,0,0,0,0 +138648,0,0,0,0,0 +138649,0,0,0,0,0 +138650,0,0,0,0,0 +138651,0,0,0,0,0 +138652,0,0,0,0,0 +138653,0,0,0,0,0 +138654,0,0,0,0,0 +138655,0,0,0,0,0 +138656,0,0,0,0,0 +138657,0,0,0,0,0 +138658,0,0,0,0,0 +138659,0,0,0,0,0 +138660,0,0,0,0,0 +138661,-1596.163225,185.5349708,295.0126285,-749.2255766,-785.7073098 +138662,-1523.017888,181.4964032,284.659149,-634.548765,-664.8486038 +138663,-1323.992539,175.5964523,271.3140769,-549.1588203,-568.651758 +138664,-261.6383055,169.7088802,257.8604247,36.51295217,-609.9196526 +138665,-350.6407757,164.6217382,245.5597227,-257.3838195,-670.5603278 +138666,-509.6175309,160.4065378,234.5720762,-192.5928912,-715.9944336 +138667,-383.8035036,156.896937,224.6749199,-169.1268309,-747.9792734 +138668,-373.2414483,153.923417,215.6242063,-163.6701313,-89.72999165 +138669,-362.564965,151.3696928,207.247267,-159.3026508,-359.3726935 +138670,-352.4406027,149.1615472,199.430947,-154.6549371,-315.5581429 +138671,-344.1364043,147.8972155,193.5243806,-149.9328462,-290.5058267 +138672,-334.0062341,150.6296408,196.2698803,-146.0447278,-286.8637067 +138673,-324.1638199,153.5012685,199.2069693,-141.284488,-282.8745891 +138674,-310.5450328,156.4426632,202.1986463,-133.9226918,-278.583804 +138675,-298.9913666,159.3521278,205.1371395,-129.3949042,-275.8764252 +138676,-291.4178518,162.255731,208.0461838,-125.5212881,-272.0275702 +138677,-280.9075169,165.3588357,211.3272046,-122.1670094,-269.2022848 +138678,-272.3669497,168.372362,214.3201744,-118.6333256,-264.8649142 +138679,-263.6892003,171.4430624,217.3442947,-114.7784466,-261.3158312 +138680,-253.6576114,174.569077,220.4002053,-111.3816639,-258.5992894 +138681,-245.3508973,177.7466501,223.4855512,-108.1918586,-254.7480368 +138682,-238.1674028,180.9722974,226.597404,-104.1727837,-251.7557013 +138683,-231.5155302,184.2432203,229.7330839,-101.1515419,-247.6213805 +138684,-223.5419205,187.5571295,232.8902096,-97.3064939,-244.3883508 +138685,-216.7365561,190.9120535,236.0666082,-94.21033293,-241.0481355 +138686,-209.8629007,194.306214,239.260204,-90.55327853,-237.6002395 +138687,-202.2985048,197.7312953,242.4605207,-87.12794414,-232.9888121 +138688,-195.3008071,201.1883554,245.6688456,-83.93854132,-231.4864915 +138689,-187.6249845,204.679536,248.8877617,-80.45500489,-226.6696908 +138690,-181.1556646,208.2053542,252.1177392,-76.94504909,-222.8351721 +138691,-174.0070901,211.7650585,255.3576134,-73.94399176,-220.5724964 +138692,-166.8133512,215.320123,258.5647939,-70.38813766,-216.0226877 +138693,-160.213757,218.8449835,261.7114835,-67.34721941,-213.060698 +138694,-153.5780119,222.3326733,264.7905932,-64.02191521,-208.9075645 +138695,-146.9040304,225.7859265,267.8057049,-61.08046082,-205.817523 +138696,-139.5644665,229.2099249,270.7630006,-57.71995082,-202.6648181 +138697,-133.4628784,232.6093025,273.6680051,-54.61261617,-198.2936591 +138698,-126.0674231,235.987595,276.5249886,-51.3586269,-195.0182723 +138699,-119.9135993,239.3475204,279.3373027,-48.4947497,-191.690431 +138700,-113.0992192,242.6912687,282.1076885,-45.0802652,-187.1288802 +138701,-106.2591277,246.0206832,284.8384864,-42.19234189,-184.8821068 +138702,-99.39939592,249.3373221,287.5316914,-38.75678086,-180.2027566 +138703,-93.15578545,252.642513,290.1890305,-36.11921736,-177.865781 +138704,-85.93900578,255.9373632,292.8119573,-32.66308396,-173.0679997 +138705,-79.34165101,259.2228038,295.4017175,-29.73688427,-169.4345558 +138706,-73.04613141,262.499603,297.9593522,-26.53420597,-166.9878896 +138707,-66.09513974,265.768401,300.4857503,-23.59356447,-162.0357967 +138708,-59.44594038,340.9963603,302.9816436,-20.37592339,-159.5124164 +138709,-52.78347543,405.6213685,305.4476581,-17.42129544,-155.0860429 +138710,-46.42487018,378.5222258,307.8836989,-14.45958705,-151.8710099 +138711,-39.09821094,408.4089197,310.290345,-11.22096074,-148.6220564 +138712,-33.03482869,423.4755357,312.6681533,-8.247264227,-144.7007416 +138713,-26.32127556,438.0324716,315.0174675,-5.268427417,-140.7428039 +138714,-19.27618651,452.4851072,317.338461,-2.148679311,-138.0347368 +138715,-12.86001823,466.5502895,319.6312526,0.841077011,-134.0087622 +138716,-6.433192339,480.6478583,321.8959368,3.835745569,-130.5932119 +138717,0.642876273,494.6142569,324.1326005,6.97012257,-126.5006273 +138718,7.089807209,513.7005536,326.341302,9.838529971,-123.686629 +138719,13.8629336,531.291206,328.522085,12.98158293,-120.1894195 +138720,20.32650647,549.1432822,330.6749641,15.85879724,-116.001816 +138721,128.9934679,997.0543282,332.8876512,58.55803691,233.7175061 +138722,146.4201233,1028.496719,353.4197635,66.75172634,265.8739387 +138723,173.0152312,1055.752764,383.5494576,79.13576164,312.8405263 +138724,200.331301,1081.050993,414.2027292,91.6799804,360.8143898 +138725,224.7119226,1105.20775,441.4866477,102.6857169,404.330028 +138726,245.6750941,1128.587996,464.9176764,111.981037,442.7345234 +138727,263.8320695,1151.372697,485.1776699,119.9055981,476.8775483 +138728,279.8495494,1173.698331,503.0022209,126.8094372,507.633069 +138729,294.1925902,1195.781458,518.9056618,132.9332555,535.5871494 +138730,307.1597897,1216.958337,533.221091,138.4301598,561.112332 +138731,318.9613967,1239.097351,546.1850359,143.406508,584.4803313 +138732,329.766123,1259.848524,557.9879423,147.9461275,605.3077851 +138733,339.7188481,1280.907317,568.7932979,152.1196263,623.9769301 +138734,348.9450691,1301.542222,578.7425804,155.9869783,640.9303873 +138735,357.552158,1321.998399,587.9568017,159.5984701,656.484337 +138736,365.630925,1342.174371,596.5383523,162.9957538,670.8477295 +138737,373.2577748,1362.277945,900.3713661,166.2131376,684.1726801 +138738,380.4969335,1382.004717,827.0168967,169.278853,696.5846017 +138739,387.4024494,1401.782335,848.198033,172.2161612,708.1934207 +138740,394.0198019,1421.025606,882.7321939,175.0442272,719.0959134 +138741,400.3872946,1440.402883,901.7956633,177.7788559,729.3765005 +138742,406.5372307,1459.405718,920.6655208,180.433099,739.1082925 +138743,412.4969298,1478.228386,938.0554262,183.017766,748.3545955 +138744,418.2895292,1497.077563,955.8392984,185.5418206,757.1702539 +138745,423.9346609,1515.402397,972.3540877,188.0127084,765.602863 +138746,429.4489827,1533.9012,989.092347,190.4366115,773.6936874 +138747,434.8466585,1552.029474,1004.831536,192.8186736,781.4785735 +138748,440.139734,1569.985444,1020.33094,195.1631736,788.9886074 +138749,445.3384821,1587.942843,1035.155425,197.4736831,796.2508427 +138750,450.4516728,1605.647964,1050.107871,199.7531864,803.2887765 +138751,455.486822,1622.197929,1063.81381,202.0041896,810.1229313 +138752,460.4473939,1638.748377,1076.701723,204.2274208,816.7711367 +138753,465.3369551,1654.847791,1089.726102,206.423751,823.2490024 +138754,470.1597899,1675.577328,1102.145173,208.5944705,829.5701553 +138755,474.9203404,1690.503167,1113.980738,210.7410176,835.7466307 +138756,479.6226975,1707.755468,1126.155653,212.8647323,841.788958 +138757,484.2704699,1722.423687,1137.065144,214.9667875,847.7064925 +138758,488.8667733,1708.578615,1148.419184,217.0481794,853.5074292 +138759,493.4143431,1761.126458,1158.89319,219.1097736,859.1990976 +138760,497.915576,1758.290551,1169.619163,221.1523218,864.7879465 +138761,502.3726227,1776.500959,1179.502165,223.176499,870.2798177 +138762,506.7873965,1790.771204,1189.599222,225.1829048,875.6798737 +138763,511.1616234,1804.990698,1198.905771,227.1720825,880.9927926 +138764,515.4968523,1818.976166,1208.494455,229.1445204,886.2227148 +138765,519.7944977,1832.785339,1217.250202,231.1006688,891.3734364 +138766,524.0558442,1846.437749,1226.326604,233.0409397,896.4483445 +138767,528.2820812,1859.99207,1234.588199,234.9657197,901.4505856 +138768,532.4742985,1873.182773,1243.181658,236.8753668,906.3829787 +138769,536.633521,1886.391603,1250.979865,238.7702243,911.2481793 +138770,540.7606896,1889.807835,1258.885826,240.6506101,916.0485634 +138771,544.9170891,1900.908027,1266.395683,242.5774264,920.7864025 +138772,549.080401,1912.622104,1274.099181,244.5299334,925.4636954 +138773,553.2214285,1924.44773,1281.287481,246.4777742,930.0823419 +138774,557.3259618,1936.003575,1288.610818,248.4052581,934.6441145 +138775,561.3912916,1947.580825,1295.405786,250.3087534,939.1507956 +138776,565.4192842,1959.187829,1302.465528,252.1896763,943.6040079 +138777,569.4125138,1970.593299,1308.837354,254.0503339,948.0053246 +138778,573.3730423,1981.747058,1315.559651,255.8925499,952.356155 +138779,577.302415,1992.95427,1321.666489,257.7176012,956.6578835 +138780,581.2018662,2003.967507,1328.088114,259.5264348,960.9117639 +138781,584.9021916,2183.657267,1722.515177,261.2424333,964.8094143 +138782,595.5884483,2206.81241,1732.263688,266.0970173,981.9345264 +138783,609.7754572,2200.011362,1744.103809,272.4764128,1005.753044 +138784,1192.063748,2215.918454,1743.533602,278.7796706,1029.775509 +138785,944.9236967,2233.856881,1760.825705,516.2353534,1051.332438 +138786,1002.590931,2239.974187,1751.379894,393.0928002,1070.147419 +138787,1037.390047,2251.801114,1780.705542,435.7416431,1086.712516 +138788,1053.955447,2262.330154,1751.940063,447.1730051,1101.52818 +138789,1069.889245,2272.778671,1777.023006,455.280209,1114.932813 +138790,1085.321344,2282.72931,1783.507942,463.2385405,1127.144616 +138791,1099.847694,2293.007647,1784.74866,470.9224856,1538.665579 +138792,1115.29874,2302.940523,1790.989799,478.7888455,1458.159568 +138793,1129.619232,2312.563205,1795.864618,485.932484,1460.927155 +138794,1144.004406,2322.26728,1800.597966,493.527844,1503.200198 +138795,1158.111203,2331.735795,1805.285068,500.6403615,1520.80871 +138796,1171.729044,2341.082399,1809.709821,507.7267924,1537.175301 +138797,1185.853725,2350.39808,1814.116641,514.6969046,1553.247472 +138798,1199.108947,2359.211783,1818.539967,521.4250556,1568.723285 +138799,1212.444751,2368.393977,1822.74381,528.3523252,1584.521895 +138800,1225.540441,2377.117311,1826.98965,535.0212415,1598.994553 +138801,1238.454658,2385.931145,1830.986134,541.2123986,1613.77044 +138802,1250.856903,2397.963723,1835.05802,547.966097,1628.055516 +138803,1263.967735,2406.541762,1839.005429,554.1619731,1641.85655 +138804,1276.091146,2415.172955,1842.899967,560.4193132,1655.947872 +138805,1288.387583,2424.570682,1846.736934,566.560518,1669.218008 +138806,1300.827044,2431.581295,1850.587593,572.4721647,1682.454457 +138807,1312.163765,2411.665251,1854.151747,578.6595359,1695.368746 +138808,1324.248945,2456.781323,1857.992085,584.5825458,1708.115287 +138809,1335.787086,2446.922539,1861.583309,590.1525562,1720.568209 +138810,1347.269494,2458.227091,1865.2086,595.9932281,1732.823315 +138811,1358.407554,2464.975001,1868.434466,601.3568067,1744.841265 +138812,1369.488321,2471.94092,1871.897311,607.0988306,1756.634689 +138813,1379.927292,2478.449794,1875.024115,612.3588769,1768.290023 +138814,1391.321207,2485.000947,1878.506015,617.7041226,1779.668242 +138815,1401.599665,2491.332323,1881.474696,622.9438018,1790.945657 +138816,1412.099439,2499.261622,1884.91988,628.1125059,1801.992646 +138817,1422.504994,2508.672196,1887.951902,633.208904,1812.825388 +138818,1432.649198,2505.36188,1891.352055,638.2386599,1823.603863 +138819,1442.816883,2538.286992,1894.386296,643.1997497,1834.067845 +138820,1452.720297,2484.884588,1897.744743,647.9180135,1844.528274 +138821,1462.656529,2543.66522,1900.895341,653.0331119,1854.670838 +138822,1472.330611,2527.495993,1904.322939,657.6689568,1864.790339 +138823,1482.000969,2536.283727,1907.481909,662.4126838,1874.727318 +138824,1491.567976,2541.538572,1910.674732,666.9463157,1884.446034 +138825,1500.92654,2546.311667,1914.075973,671.6501585,1893.772409 +138826,1510.332482,2551.400227,1917.459786,676.2034378,1903.807884 +138827,1519.479279,2555.807785,1920.901976,680.5739276,1912.887653 +138828,1528.644102,2568.145227,1924.39723,685.115518,1922.291381 +138829,1531.49334,2551.007105,1921.720954,686.6817218,1919.976824 +138830,1493.659251,2549.915921,1878.554931,669.6156828,1838.649898 +138831,1509.930672,2548.041064,1889.434241,677.167061,1864.236164 +138832,1582.335646,2598.161665,1957.058639,709.888504,1991.919823 +138833,1554.437081,2563.271072,1943.225345,697.6300934,1921.658 +138834,1571.324514,2589.217782,1909.079215,705.5541025,1954.433088 +138835,1580.137984,2577.737729,1951.68003,709.7763441,1964.742896 +138836,1589.644745,2587.605858,1940.828399,714.3979101,1934.71139 +138837,1595.884623,2591.858314,1964.142792,717.263428,1978.030836 +138838,1752.25914,2663.04992,2070.795478,788.6806583,2230.510293 +138839,1403.30699,2511.953958,1758.390459,630.9792646,1585.069012 +138840,1863.062521,2703.141477,2197.238235,839.2193451,2428.232449 +138841,1405.781464,2509.943186,1739.606778,632.1734747,1566.644589 +138842,1889.165283,2716.695914,2228.011186,851.2360145,2456.550556 +138843,1419.525116,2513.682965,1730.79123,638.7296608,1574.353755 +138844,1909.34625,2723.653597,2254.332451,860.6615925,2480.413007 +138845,1433.294432,2518.77812,1725.536959,645.362597,1572.339141 +138846,1928.548685,2729.405094,2270.113604,869.4998085,2495.679714 +138847,1447.008549,2523.034775,1730.723411,651.7701292,1587.130066 +138848,1947.415447,2734.806807,2281.31456,877.8137442,2507.594873 +138849,1460.189915,2527.107137,1736.72912,658.4931979,1594.402417 +138850,1966.067745,2745.432361,2291.833485,886.0062461,2523.441474 +138851,1473.470473,2523.090854,1742.875351,664.6941569,1600.489318 +138852,1984.112792,2751.784646,2302.280901,894.2646715,2538.749042 +138853,1486.420634,2526.915642,1748.858804,670.5716933,1606.25971 +138854,2002.443188,2754.806198,2312.433675,902.4919022,2554.234289 +138855,1498.92241,2529.910457,1754.579236,676.3899723,1611.606767 +138856,2020.389408,2757.707625,2322.947314,910.5416327,2569.164396 +138857,1512.141926,2532.954187,1760.973784,682.3323234,1618.283611 +138858,2037.202051,2765.336976,2331.648094,918.0936778,2582.063797 +138859,1526.216475,2528.708389,1768.719842,688.6335189,1626.301022 +138860,2052.750912,2767.873125,2344.36183,925.0227582,2603.797332 +138861,1540.328782,2533.187014,1775.208496,695.0197094,1618.543295 +138862,2068.407228,2767.185543,2346.599486,931.8960101,2611.947565 +138863,1553.969324,2535.599549,1780.116318,701.0792508,1641.014579 +138864,2098.091637,2772.266115,2361.642538,938.8794916,2615.209343 +138865,1546.921387,2532.439142,1785.370418,707.1940212,1650.569802 +138866,2109.024695,2772.456754,2368.0799,945.3988929,2627.296 +138867,1578.988994,2541.155994,1793.525876,713.0738655,1655.561549 +138868,2114.61621,2764.162716,2375.232458,952.2046958,2637.534083 +138869,1594.042705,2543.803771,1802.014844,718.8199417,1665.280238 +138870,2129.798884,2766.704911,2385.476375,958.837116,2660.470492 +138871,1607.477459,2541.291339,1804.252469,724.5842235,1651.896801 +138872,2143.791642,2770.343844,2393.339798,964.8057993,2666.614629 +138873,1620.554286,2534.650351,1813.333208,730.2069329,1678.051808 +138874,2158.191433,2766.965402,2402.691652,971.1301072,2681.430795 +138875,1632.957448,2538.021655,1814.70228,735.6295141,1664.217274 +138876,2172.457252,2762.728546,2410.099972,977.1581078,2701.047004 +138877,1645.572723,2537.129509,1824.72635,740.9326241,1670.601468 +138878,2186.444409,2758.776855,2417.392518,983.2578599,2709.526886 +138879,1654.874898,2535.484516,1828.894524,744.874902,1675.524299 +138880,2204.833803,2755.850768,2421.733809,990.937953,2722.054743 +138881,1827.188329,2608.05109,1998.815639,822.9553891,1972.747638 +138882,1975.399978,2651.688975,2189.947868,887.5894633,2270.178505 +138883,1956.684838,2651.06082,2134.325533,880.2128589,2216.601153 +138884,1962.790845,2640.865032,2149.107674,882.2948028,2221.793472 +138885,1968.900347,2640.456154,2150.79024,884.9310761,2225.484161 +138886,1978.672194,2639.570722,2153.595366,887.5340099,2229.201745 +138887,1982.020808,2637.413512,2156.96392,890.1192812,2232.907101 +138888,1992.135324,2635.153946,2160.058275,892.6913193,2236.661358 +138889,1993.188745,2632.968941,2163.148071,895.2456235,2240.111758 +138890,2007.278738,2630.691878,2166.490447,897.7404639,2243.917534 +138891,2002.260696,2628.285323,2169.519479,900.3261635,2247.438575 +138892,1995.911629,2625.783113,2172.77308,902.7996118,2251.097452 +138893,2027.965593,2623.170524,2175.707822,905.3387301,2254.503781 +138894,2020.662638,2620.467466,2179.033071,907.7556178,2261.867792 +138895,2029.469455,2611.346285,2182.136033,910.2023403,2262.282497 +138896,2035.435252,2621.891931,2185.218806,912.6983809,2272.059048 +138897,2041.293944,2603.91566,2188.139047,915.084158,2262.422056 +138898,2047.221809,2609.261504,2191.441998,917.4903378,2264.349256 +138899,2052.854936,2605.090024,2199.397712,919.872325,2281.31471 +138900,2058.688884,2601.082897,2190.219277,922.1930677,2276.913765 +138901,1956.759379,2543.8722,2089.101271,871.4231274,2069.214173 +138902,1944.53534,2538.997731,2081.999608,872.6004293,2069.73646 +138903,1972.939493,2533.977754,2085.974106,874.2340408,2070.783541 +138904,1941.766929,2529.96348,2087.502085,876.0812643,2072.596125 +138905,1958.106124,2525.892353,2089.56598,877.7467361,2074.159271 +138906,1974.953011,2521.366217,2091.638725,879.696225,2076.108022 +138907,1970.600434,2516.912213,2093.733777,881.5201058,2077.974162 +138908,1977.599925,2512.409795,2096.080217,883.4005482,2080.176036 +138909,1982.470369,2507.832121,2098.231438,885.2791194,2082.032589 +138910,1987.038179,2503.336475,2100.558144,887.114458,2084.169032 +138911,1991.740623,2498.304225,2102.692688,889.0631571,2086.23837 +138912,1996.603081,2493.528083,2105.1561,890.9550877,2088.334664 +138913,2001.15679,2488.70984,2107.424661,892.7737303,2090.522377 +138914,2006.070553,2483.840852,2109.817084,894.6826937,2092.435036 +138915,2010.538831,2478.644948,2111.93661,896.5499123,2094.745505 +138916,2015.39525,2472.96316,2114.637413,898.3754164,2096.805698 +138917,2019.988824,2468.55643,2116.822824,900.3129896,2098.956062 +138918,2024.64432,2463.117165,2123.979895,902.1453619,2101.181305 +138919,2029.499201,2457.931248,2119.613966,904.0151276,2103.195863 +138920,2034.004942,2452.321371,2124.782071,905.9216911,2105.408045 +138921,2038.669501,2446.78467,2126.88187,907.7059934,2107.461152 +138922,2043.369132,2435.114553,2129.038515,909.5450647,2115.851075 +138923,2047.920727,2443.878089,2131.698989,911.45642,2105.634734 +138924,2052.714243,2420.306502,2133.957279,913.2667349,2113.769016 +138925,2057.082919,2426.529814,2136.555754,915.114786,2117.538039 +138926,2061.618591,2417.416269,2138.794651,916.9513306,2117.761224 +138927,2066.436823,2411.345644,2141.457949,918.7840001,2120.455878 +138928,2070.849283,2405.577633,2143.945433,920.5636651,2122.606619 +138929,2075.504368,2399.54717,2146.148119,922.4610783,2124.841449 +138930,2079.869045,2393.614969,2149.075259,924.2934568,2126.764491 +138931,2084.387113,2386.855939,2155.567029,926.0102575,2129.10452 +138932,2088.784268,2380.594883,2151.919386,927.8127898,2131.170368 +138933,2093.171296,2374.07258,2156.187778,929.56583,2133.319699 +138934,2097.538676,2367.423215,2158.692178,931.318395,2135.538929 +138935,2101.996897,2360.850303,2161.600795,933.0139561,2137.532227 +138936,2106.040339,2354.204796,2163.084024,934.8283013,2139.723915 +138937,2110.599057,2347.090848,2165.71798,936.5245823,2141.830845 +138938,2114.786557,2340.320458,2168.176687,938.2582616,2144.038037 +138939,2119.069788,2333.319095,2174.774816,939.9776082,2145.912106 +138940,2123.315927,2326.476632,2171.579974,941.6904691,2148.229886 +138941,2127.658162,2319.074133,2175.211587,943.4479014,2150.246653 +138942,2131.682967,2311.919538,2177.985268,945.0710396,2161.732406 +138943,2135.953171,2304.765332,2180.146898,946.7495808,2140.112154 +138944,2140.097532,2297.340276,2186.763774,948.505295,2163.526937 +138945,2144.238233,2283.099745,2179.450879,950.1488771,2157.081559 +138946,2148.24072,2292.042513,2191.811666,951.8306912,2160.635392 +138947,2152.519774,2263.688412,2189.284404,953.4985627,2162.729242 +138948,2156.512103,2270.901847,2195.562959,955.1600204,2164.77559 +138949,2160.704906,2258.274984,2193.705051,956.8150305,2166.917633 +138950,2164.561157,2250.960014,2196.004309,958.4637783,2168.709316 +138951,2168.661637,2243.478534,2202.681947,960.1060399,2170.961771 +138952,2172.63507,2235.526387,2201.09277,961.6888625,2176.523026 +138953,2176.604855,2227.631125,2206.612799,963.3980206,2173.895587 +138954,2180.553012,2219.813015,2205.44265,965.0371111,2189.763875 +138955,2184.479043,2211.540712,2210.04358,966.582009,2155.613417 +138956,2188.382965,2203.581687,2209.039836,968.2315681,2192.807701 +138957,2192.387493,2195.429323,2209.029567,969.8280208,2180.209892 +138958,2196.059462,2187.328367,2208.492309,971.4263999,2185.499308 +138959,2199.865151,2178.862943,2206.260127,973.018966,2197.216842 +138960,2203.848094,2170.744697,2205.752737,974.6044214,2171.83441 +138961,1966.54731,2033.349562,2048.155103,866.9079786,1761.897377 +138962,1785.763586,1966.1035,1763.328375,784.7279241,1425.168436 +138963,2256.914405,2162.122453,2174.890654,985.0933288,2251.343073 +138964,1622.074621,1857.647908,1791.867412,728.7138797,1165.588199 +138965,2271.80231,2162.358358,2185.793267,994.8556506,2308.727226 +138966,1662.351852,1861.441645,1711.611994,730.4799551,1153.642647 +138967,2280.857043,2090.361155,2197.785642,995.4656225,2304.5989 +138968,1627.672225,1858.699292,1767.769929,730.3431914,1156.885402 +138969,2278.212956,2090.630352,2194.56194,997.424276,2300.324987 +138970,1665.314912,1825.560377,1714.882742,731.1058271,1155.026146 +138971,2261.285528,2072.84707,2197.517119,997.9442638,2304.458613 +138972,1671.00057,1805.01903,1763.765199,731.6689707,1143.351738 +138973,2266.168548,2074.915005,2192.3218,999.93375,2308.937409 +138974,1673.907417,1757.261659,1732.671611,732.6809779,1141.001489 +138975,2268.310784,2047.509367,2194.927342,1000.705563,2307.757508 +138976,1676.185977,1762.343783,1752.622947,733.506202,1139.1684 +138977,2272.932097,2015.712695,2190.979589,1002.58048,2308.2553 +138978,1678.691883,1744.619619,1747.812442,734.4442236,1137.601945 +138979,2276.105887,1995.926316,2189.124823,1003.840022,2308.105029 +138980,1681.335633,1724.577425,1757.336918,735.5158216,1136.39403 +138981,2280.197045,1976.459488,2185.985546,1005.397856,2308.306678 +138982,1684.085591,1704.883922,1759.968487,736.7287786,1135.492519 +138983,2283.390144,1956.26874,2184.775216,1006.660668,2308.284104 +138984,1686.723899,1684.65061,1763.565492,737.8001814,1134.520931 +138985,2287.719397,1937.032671,2181.512927,1008.498721,2308.878838 +138986,1689.341235,1674.228058,1771.054689,738.8252275,1133.976146 +138987,2291.421704,1903.450904,2177.726156,1010.15149,2309.285322 +138988,1692.262437,1650.800108,1776.716689,740.0200845,1133.454587 +138989,2295.247512,1896.615129,2174.62438,1011.812865,2309.984925 +138990,1695.156702,1624.062792,1783.337004,741.2147775,1133.074455 +138991,2299.000376,1878.353056,2171.797941,1013.51415,2310.700761 +138992,1698.272059,1604.307308,1789.052379,742.574646,1133.085088 +138993,2302.155051,1858.049165,2170.322454,1014.833216,2311.022592 +138994,1700.842988,1584.020188,1791.949921,743.7273133,1133.015256 +138995,2306.524344,1839.175002,2167.174078,1016.700869,2312.159637 +138996,1703.275533,1563.590968,1805.519185,744.8865652,1132.963603 +138997,2310.064163,1819.393122,2164.330457,1018.243883,2312.936296 +138998,1706.089229,1543.664572,1802.205974,746.0992339,1132.988877 +138999,2313.763572,1800.024163,2161.715036,1019.924888,2314.161905 +139000,1708.436508,1523.383038,1814.024376,747.2594462,1132.849002 +139001,2317.96431,1780.894101,2157.973222,1021.723896,2315.235741 +139002,1711.041783,1503.546696,1817.799774,748.4382684,1133.43307 +139003,2321.495877,1761.650204,2155.190128,1023.464653,2316.019317 +139004,1713.75608,1483.690483,1825.443136,749.5621682,1133.894216 +139005,2325.157141,1758.967516,2152.057599,1025.256913,2317.10472 +139006,1717.153791,1441.079218,1831.99077,751.0225238,1134.585882 +139007,2327.931249,1739.080274,2151.468454,1026.595444,2317.80022 +139008,1719.717368,1435.350079,1834.113681,752.2113675,1134.952839 +139009,2332.486874,1707.720849,2148.355308,1028.625674,2319.421823 +139010,1721.918926,1424.98872,1848.094206,753.3426598,1135.325334 +139011,2336.203602,1685.624796,2144.975753,1030.309745,2320.562239 +139012,1725.062705,1406.773945,1847.539363,754.7625241,1138.375439 +139013,2339.308598,1666.774215,2143.036893,1031.836533,2318.315165 +139014,1727.27698,1387.438852,1855.55406,755.8232837,1146.423359 +139015,2344.099067,1649.469437,2138.089166,1033.972979,2315.606707 +139016,1729.439215,1368.374205,1864.844537,756.8272272,1146.200875 +139017,2347.963012,1631.503053,2133.609127,1035.759513,2315.097721 +139018,1731.869926,1349.641178,1875.541374,758.063001,1155.459636 +139019,2356.401631,1613.999394,2128.26905,1037.575447,2305.636355 +139020,1728.348477,1331.6571,1880.338719,759.3854213,1142.152062 +139021,2616.270729,1703.262742,2128.664517,1145.846676,2450.237567 +139022,2127.040823,1507.551833,2147.553109,953.0384129,2385.151917 +139023,2342.001397,1569.639644,2161.521008,1026.990953,2001.08969 +139024,2298.817677,1550.161943,2164.150689,1016.292863,2240.741656 +139025,2305.208523,1542.570532,2164.328221,1017.914422,2183.888509 +139026,2308.726361,1534.995843,2164.470415,1019.365857,2188.854816 +139027,2312.363694,1527.522255,2164.789665,1020.90976,2192.222762 +139028,2315.488898,1520.054103,2167.63626,1022.418249,2195.161248 +139029,2318.827891,1512.744357,2168.28583,1023.837493,2197.696219 +139030,2322.080933,1505.166435,2169.773802,1025.251264,2200.513495 +139031,2325.344365,1498.070143,2173.286772,1026.644437,2203.183954 +139032,2328.566936,1490.769908,2174.152397,1028.017448,2205.491803 +139033,2331.762258,1483.634653,2175.593145,1029.304842,2208.314239 +139034,2334.914479,1476.562179,2177.175597,1030.725995,2210.717096 +139035,2340.203603,1469.476808,2180.515584,1031.990947,2213.18116 +139036,2342.1552,1462.788193,2181.086852,1033.295147,2215.465236 +139037,2347.076824,1458.441717,2182.176223,1034.567034,2217.793741 +139038,2342.244626,1453.775742,2185.140965,1035.822266,2220.186449 +139039,2372.386122,1448.949686,2185.381405,1037.064534,2222.092054 +139040,2320.114694,1444.169527,2186.235477,1038.285314,2224.638012 +139041,2372.126107,1439.667914,2189.025142,1039.49102,2226.750596 +139042,2355.186615,1435.045108,2189.09893,1040.685132,2228.699126 +139043,2361.899007,1430.662182,2189.758467,1041.859239,2230.93819 +139044,2364.523194,1426.183183,2190.618921,1043.020938,2232.925501 +139045,2367.443356,1422.017602,2191.560528,1044.167645,2234.823178 +139046,2370.217102,1417.585075,2194.275348,1045.298712,2237.15279 +139047,2372.971143,1413.622335,2196.0093,1046.418931,2238.934797 +139048,2375.710064,1409.48962,2197.320047,1047.523725,2240.901821 +139049,2378.41834,1405.557427,2196.806479,1048.61716,2248.078688 +139050,2381.115089,1401.877848,2196.993375,1049.694973,2236.87251 +139051,2383.737901,1398.308987,2199.235473,1050.733299,2254.73555 +139052,2386.31502,1394.767524,2199.078484,1052.178321,2245.956979 +139053,2388.884252,1391.559309,2199.447916,1053.05382,2250.328894 +139054,2391.427837,1388.288769,2201.720767,1053.518436,2252.584409 +139055,2393.938487,1385.29433,2201.421837,1056.349579,2253.647548 +139056,2396.520393,1382.203428,2201.750848,1056.756075,2255.60959 +139057,2398.947081,1379.352011,2202.309338,1060.299376,2257.43824 +139058,2401.547202,1376.476695,2202.974962,1059.059327,2259.066351 +139059,2403.788318,1373.656092,2205.402404,1063.850154,2260.843048 +139060,2406.318447,1370.783798,2206.849206,1061.357019,2262.376671 +139061,2408.714053,1368.154635,2206.152923,1069.862556,2263.642964 +139062,2410.985249,1365.380972,2206.242875,1061.686585,2265.742061 +139063,2413.597007,1362.708226,2206.628695,1077.813429,2266.980012 +139064,2415.881918,1360.05538,2207.169346,1059.610527,2268.888459 +139065,2418.285911,1357.433924,2209.490682,1089.609086,2270.339606 +139066,2420.64626,1354.836992,2209.142729,1053.084329,2272.384417 +139067,2423.013965,1352.273181,2209.518377,1085.011829,2278.204249 +139068,2425.365512,1349.815549,2209.888172,1077.032343,2267.940331 +139069,2430.474745,1347.10309,2210.324188,1080.555445,2283.634065 +139070,2425.93951,1344.793313,2211.19072,1083.097467,2276.483031 +139071,2446.055061,1342.265943,2213.453296,1085.572259,2279.548385 +139072,2417.024506,1339.840331,2214.675026,1087.941374,2281.410383 +139073,2445.215616,1337.430056,2215.545733,1090.524764,2282.616412 +139074,2456.847695,1335.040748,2214.444144,1093.120284,2283.707057 +139075,2413.211675,1332.687561,2215.978762,1095.844004,2285.597142 +139076,2457.540734,1330.339191,2215.227692,1098.555922,2286.627149 +139077,2443.613821,1328.03066,2215.195698,1101.415128,2288.258701 +139078,2448.628269,1325.658864,2217.164168,1104.314474,2290.01559 +139079,2451.061688,1323.504986,2216.739556,1107.277644,2295.890757 +139080,2453.404039,1346.351758,2216.748396,1110.379441,2285.879759 +139081,2503.499659,1318.915782,2218.102199,1136.334521,2357.96681 +139082,2508.862078,1338.334403,2224.400744,1141.091037,2361.513854 +139083,2513.70999,1346.200918,2231.94335,1145.34522,2365.773716 +139084,2518.315076,1336.60353,2238.046019,1149.560122,2368.601452 +139085,2522.741278,1337.599681,2242.406817,1153.745299,2370.045946 +139086,2527.079113,1336.132418,2245.316586,1157.936118,2370.413271 +139087,2531.377256,1334.823835,2247.178002,1162.153914,2370.006965 +139088,2538.5444,1333.43277,2248.320913,1166.412125,2369.065354 +139089,2540.989888,1357.025128,2248.92692,1170.716971,2367.704656 +139090,2552.507074,1293.636755,2249.252656,1175.077105,2366.177904 +139091,2533.362399,1347.179796,2249.419612,1179.491403,2364.597858 +139092,2573.565425,1344.810945,2249.301386,1183.963498,2362.785357 +139093,2552.660291,1298.477041,2249.068218,1188.495028,2360.929438 +139094,2544.470859,1336.070476,2250.611553,1193.156718,2361.338183 +139095,2600.323627,1344.038119,2249.411173,1197.701512,2358.467154 +139096,2560.820543,1291.370575,2248.708284,1202.468487,2356.265188 +139097,2571.080326,1335.021104,2248.154144,1207.163201,2354.286619 +139098,2586.635295,1338.146373,2247.534134,1212.180669,2352.264068 +139099,2579.134452,1289.04156,2248.715559,1216.923566,2352.491016 +139100,2596.180149,1330.468512,2247.541038,1221.951009,2349.877757 +139101,2591.618623,1334.17115,2247.055996,1226.971656,2348.144415 +139102,2600.757389,1285.572553,2248.6349,1232.065699,2348.971821 +139103,2605.536523,1326.86069,2247.887623,1237.293897,2346.985669 +139104,2611.452763,1329.368695,2247.812403,1242.332891,2345.852007 +139105,2617.101073,1284.259508,2248.060296,1247.783278,2345.134005 +139106,2622.874908,1321.482149,2250.226298,1253.069647,2346.794782 +139107,2628.699905,1325.423881,2249.746875,1258.494054,2345.244982 +139108,2634.300846,1281.757172,2249.900654,1264.04818,2344.491356 +139109,2640.498559,1318.055661,2250.305337,1269.477173,2344.052493 +139110,2646.263318,1320.476445,2250.736979,1275.138163,2343.65366 +139111,2652.147506,1279.632247,2252.960116,1280.710218,2345.468636 +139112,2657.93278,1339.959779,2252.548135,1286.259941,2344.07781 +139113,2663.799406,1262.62697,2252.712634,1292.140193,2343.413433 +139114,2669.478561,1318.961935,2253.085431,1297.70322,2343.013446 +139115,2675.634036,1308.622695,2253.463929,1303.567218,2342.629674 +139116,2681.432278,1282.665957,2253.901733,1309.405021,2342.330405 +139117,2687.287467,1321.135606,2254.365358,1315.309817,2342.075847 +139118,2693.373702,1269.617851,2256.554305,1321.270554,2343.959923 +139119,2699.146499,1329.04525,2257.783392,1327.364514,2344.694187 +139120,2704.908813,1260.803546,2256.935306,1333.310037,2342.895144 +139121,2711.231739,1329.659463,2258.517082,1339.413232,2344.083484 +139122,2725.041535,1257.686656,2257.870619,1345.696002,2342.531078 +139123,2719.392631,1327.585022,2257.890537,1351.867479,2341.792161 +139124,2730.300534,1256.040282,2258.025651,1358.161035,2341.188295 +139125,2735.433922,1324.252665,2258.285034,1364.574344,2340.737307 +139126,2741.424001,1255.717828,2258.660442,1370.836109,2340.435494 +139127,2747.345281,1319.869692,2259.050745,1383.494889,2340.162432 +139128,2753.287007,1256.360666,2259.659334,1378.378708,2339.936985 +139129,2759.411029,1314.021953,2261.740706,1408.992853,2341.794007 +139130,2765.215249,1258.801202,2261.233546,1369.472343,2340.485074 +139131,2771.355724,1307.395771,2262.987973,1416.934528,2341.978057 +139132,2776.928386,1261.497236,2262.254817,1407.138826,2340.4066 +139133,2783.423679,1300.966308,2263.850539,1416.976441,2341.708047 +139134,2789.020664,1263.996188,2263.069688,1423.63529,2340.076434 +139135,2795.099005,1295.665309,2262.95493,1430.520454,2339.464077 +139136,2801.125532,1265.086283,2263.089909,1437.366835,2338.938914 +139137,2806.827015,1291.116571,2263.352965,1444.349841,2338.567353 +139138,2813.082287,1266.031378,2263.693687,1451.167585,2338.29837 +139139,2818.928461,1286.445921,2264.074335,1458.123951,2338.090987 +139140,2824.904299,1267.276966,2264.470159,1465.270795,2337.915887 +139141,2758.705692,1245.300391,2264.129605,1439.248113,2337.110934 +139142,2756.998891,1239.795198,2258.542131,1445.734305,2328.891685 +139143,2764.72723,1239.462127,2251.21845,1452.632319,2317.84144 +139144,2770.202481,1238.436222,2245.092361,1459.683118,2307.94016 +139145,2775.445418,1237.420871,2242.45442,1466.691382,2302.266568 +139146,2780.652515,1236.423819,2240.354265,1473.604195,2297.336738 +139147,2785.977686,1235.440819,2237.194793,1480.737468,2291.043146 +139148,2791.464683,1234.467932,2235.412577,1487.835334,2286.820402 +139149,2796.56479,1233.509028,2234.310028,1495.067499,2283.599801 +139150,2802.275074,1232.56058,2233.610875,1508.062396,2281.038901 +139151,2807.498655,1231.622908,2233.184051,1504.679586,2278.971619 +139152,2812.824116,1230.695066,2232.943373,1514.867804,2277.486464 +139153,2818.167888,1229.777033,2232.80456,1525.732547,2276.050858 +139154,2830.968929,1228.867947,2232.880609,1530.619474,2274.999647 +139155,2818.449741,1227.968292,2232.861116,1538.569759,2273.940699 +139156,2845.025546,1227.07674,2232.861479,1545.820193,2273.004602 +139157,2837.104147,1226.192126,2234.720242,1553.274567,2274.454651 +139158,2844.982999,1225.318842,2235.53196,1560.66535,2274.705488 +139159,2850.735131,1224.451399,2235.900584,1568.194824,2274.489824 +139160,2855.404201,1223.593505,2234.432742,1584.696076,2272.059263 +139161,2860.823887,1222.740072,2233.834521,1569.497994,2270.728481 +139162,2865.694142,1221.895675,2233.59519,1597.020782,2269.860699 +139163,2871.242647,1221.131082,2233.520252,1596.66955,2269.224146 +139164,2876.642814,1220.192362,2235.208378,1605.437532,2270.806892 +139165,2881.129379,1219.422248,2234.333758,1617.883902,2269.270801 +139166,2886.917453,1218.592173,2235.694717,1617.4288,2270.535464 +139167,2898.897347,1217.783884,2234.834426,1626.217165,2269.084764 +139168,2886.864274,1216.978675,2234.461154,1640.660404,2268.253174 +139169,2913.765267,1216.181265,2234.320602,1643.523124,2267.718625 +139170,2910.138049,1215.389724,2234.574249,1665.454201,2267.684994 +139171,2919.361032,1214.542329,2234.954383,1632.753135,2267.828526 +139172,2928.515049,1213.686936,2237.264356,1694.589979,2270.179775 +139173,2935.992293,1212.834232,2236.874265,1665.922666,2269.476026 +139174,2951.862472,1211.978073,2238.855052,1669.563791,2271.766432 +139175,2950.317153,1211.128223,2238.67601,1717.810005,2271.404184 +139176,2960.678643,1210.203595,2240.637179,1696.051901,2273.727924 +139177,2969.157357,1209.464416,2240.166641,1717.908925,2273.045006 +139178,2979.129915,1208.564121,2242.221159,1725.974461,2275.518559 +139179,2986.130972,1207.734322,2243.740198,1736.097235,2277.346622 +139180,3000.759204,1206.895039,2243.734917,1746.004876,2277.066934 +139181,3003.100308,1206.126528,2246.006458,1756.07091,2279.928667 +139182,3011.469028,1205.187985,2247.507572,1765.876073,2281.84062 +139183,3027.160914,1204.406666,2247.270417,1775.999866,2281.573306 +139184,3021.873106,1203.564945,2248.074824,1785.835637,2282.443786 +139185,3049.758041,1202.738375,2248.931161,1795.664158,2283.424509 +139186,3041.080847,1201.913566,2249.932958,1811.665511,2284.95369 +139187,3059.192908,1201.092256,2250.776897,1813.085617,2286.393432 +139188,3065.54185,1200.27176,2253.521019,1826.645118,2289.835998 +139189,3079.019809,1199.456561,2255.597712,1835.841945,2292.280346 +139190,3080.797474,1198.643441,2255.472213,1845.284575,2292.200155 +139191,3085.885579,1197.900661,2255.811682,1855.280068,2292.71166 +139192,3092.910652,1196.989508,2256.428492,1864.910191,2293.313263 +139193,3097.975961,1196.231535,2256.907431,1874.458275,2294.156808 +139194,3101.431939,1195.416375,2257.306738,1884.300531,2294.689854 +139195,3105.001307,1194.54406,2257.550494,1893.866562,2295.028768 +139196,3108.724619,1193.846533,2257.650481,1903.459537,2295.191083 +139197,3112.624104,1192.999915,2257.651262,1912.870338,2295.233584 +139198,3116.694644,1192.21501,2257.593428,1922.583278,2295.207789 +139199,3120.915696,1191.422218,2257.503439,1932.05709,2295.148081 +139200,3125.389984,1190.631167,2257.475091,1946.914355,2295.173695 +139201,3131.260758,1123.472459,2259.188298,1880.601434,2298.815368 +139202,3125.646561,1121.808778,2252.590702,1894.194589,2290.265575 +139203,2997.474693,1120.401613,2240.121047,1901.605917,2273.071059 +139204,3054.982313,1119.035154,2226.713818,1909.855903,2253.991204 +139205,3067.402132,1117.694771,2217.74201,1918.876602,2240.315646 +139206,3057.844539,1116.369181,2212.703967,1927.469443,2231.73116 +139207,3076.382196,1115.053479,2210.465723,1936.026454,2226.11179 +139208,3078.330455,1113.808689,2208.901186,1949.879485,2222.467309 +139209,3084.303152,1112.410314,2208.252345,1951.300466,2220.185504 +139210,3099.32519,1111.154957,2208.055518,1962.287544,2218.843186 +139211,3092.912771,1109.783016,2208.259764,1970.695201,2218.122977 +139212,3111.491598,1108.580172,2208.383907,1978.846392,2217.873288 +139213,3115.131244,1107.239858,2208.776972,1987.007815,2218.244372 +139214,3122.193673,1102.743913,2209.333999,2001.180682,2219.120648 +139215,3137.821228,1101.017546,2210.116437,2011.214459,2220.608538 +139216,3134.427028,1099.348624,2210.719291,2025.098364,2222.458005 +139217,3150.356049,1097.880573,2211.404923,2027.276088,2224.307912 +139218,3155.326357,1096.389016,2211.89569,2037.32582,2226.191267 +139219,3160.624874,1094.926177,2212.379507,2046.41552,2228.082025 +139220,3166.538616,1093.475981,2212.81325,2054.45124,2229.917589 +139221,3172.538731,1092.034953,2212.945854,2062.685823,2216.826459 +139222,3179.420298,1090.601776,2213.750783,2076.138102,2173.070064 +139223,3184.544149,1089.175671,2213.06953,2077.814827,2206.692852 +139224,3189.761966,1087.753546,2212.377981,2087.078447,2192.11751 +139225,3193.234454,1086.337692,2212.012,2095.503235,2194.742934 +139226,3194.46731,1084.927167,2210.263813,2107.88875,2194.583115 +139227,3197.295343,1083.51852,2209.371492,2110.007564,2188.978289 +139228,3201.048066,1082.114458,2208.937737,2123.268307,2201.262847 +139229,3205.303761,1080.713435,2208.746117,2126.285626,2188.605308 +139230,3209.632,1079.314858,2208.394363,2138.751481,2195.575539 +139231,3214.109849,1077.896309,2208.320299,2141.116843,2195.595927 +139232,3218.601574,1076.309778,2208.277261,2151.035936,2195.029504 +139233,3222.911909,1074.846752,2208.16334,2153.692463,2195.414031 +139234,3229.429666,1073.325786,2209.549278,2159.060483,2196.282361 +139235,3231.699493,1071.812561,2208.134479,2162.898138,2195.581609 +139236,3234.517437,1070.232794,2207.27057,2164.443084,2196.134024 +139237,3237.323251,1068.798468,2206.157768,2166.382953,2196.401972 +139238,3239.86767,1067.230768,2205.589192,2168.541131,2190.673676 +139239,3242.447001,1065.710731,2204.390118,2171.024513,2204.201437 +139240,3244.995536,1064.178674,2203.370876,2173.668361,2189.674339 +139241,3250.017627,1062.64189,2203.760249,2178.1278,2204.731789 +139242,3251.012842,1061.165051,2201.647848,2179.779227,2189.845712 +139243,3252.815654,1059.534843,2200.190477,2182.02569,2205.292551 +139244,3254.842636,1058.031559,2198.66805,2184.467759,2190.598914 +139245,3256.876341,1056.47401,2197.333293,2187.120712,2199.95487 +139246,3259.082255,1054.921668,2196.122329,2189.683254,2198.888939 +139247,3261.371496,1053.366224,2194.983061,2192.283732,2198.49483 +139248,3263.88657,1051.807267,2193.835067,2194.83148,2198.98432 +139249,3266.072023,1050.244858,2192.694019,2197.34676,2199.361918 +139250,3268.230204,1048.678783,2191.367161,2199.838638,2199.623332 +139251,3270.364102,1047.109017,2190.242209,2202.303104,2199.888033 +139252,3272.470067,1045.535876,2189.127938,2204.735052,2200.159072 +139253,3274.543739,1043.958772,2188.017542,2207.13182,2200.424077 +139254,3276.581447,1042.377956,2186.907846,2209.492267,2200.681327 +139255,3278.579858,1040.793432,2185.797471,2211.815439,2200.913047 +139256,3280.536999,1039.20498,2184.686508,2214.101319,2201.181803 +139257,3282.451581,1037.612773,2183.575268,2216.350015,2201.411741 +139258,3284.319831,1036.074045,2182.461956,2218.559311,2201.809948 +139259,3286.135015,1034.332196,2181.342797,2220.724906,2201.807812 +139260,3287.896788,1032.852813,2180.217853,2223.027026,2202.061039 +139261,2075.58404,1031.198805,971.5802996,1673.816496,2204.186248 +139262,2145.433547,1160.422255,1003.51515,1730.544539,2307.962832 +139263,2227.789675,1164.073654,1041.741915,1793.271249,2328.332791 +139264,2307.071451,1163.598974,1079.659319,1847.935765,2347.415155 +139265,2373.624213,1163.87532,1112.652258,1887.491425,2364.184669 +139266,2426.228322,1163.16624,1139.924859,1913.387883,2378.432841 +139267,2467.561631,1162.305691,1162.36889,1930.279407,2390.635306 +139268,2500.724933,1161.379719,1181.124804,1941.716375,2400.908516 +139269,2527.973062,1160.406399,1197.047803,1950.299376,2409.905282 +139270,2550.666819,1159.40371,1210.667644,1957.17656,2417.852137 +139271,2569.760573,1158.375423,1222.372975,1962.918832,2424.941433 +139272,2585.92647,1157.258083,1232.465583,1967.839928,2431.311841 +139273,2599.669374,1156.319374,1241.182362,1972.130996,2437.039337 +139274,2611.42359,1178.858455,1248.730788,1975.947005,2442.199055 +139275,2621.523122,1118.490256,1255.274352,1979.384532,2446.827178 +139276,2630.297276,1171.003021,1260.97819,1982.556478,2451.01674 +139277,2638.011254,1166.212559,1265.981003,1985.544247,2454.84843 +139278,2644.844786,1124.838769,1270.383536,1988.378897,2458.356963 +139279,2651.220731,1161.735652,1274.27377,1991.085361,2461.58057 +139280,2656.702325,1164.139582,1277.727155,1993.68339,2464.55634 +139281,2661.671521,1121.437347,1280.805988,1996.185564,2467.314295 +139282,2666.210725,1160.108508,1283.563217,1998.602007,2469.882011 +139283,2670.390842,1157.254932,1286.043987,2000.941277,2472.486055 +139284,2674.259069,1123.986549,1288.285216,2003.208024,2474.74217 +139285,2677.857148,1175.645992,1290.318622,2005.406726,2476.86888 +139286,2681.219042,1107.407476,1292.170694,2007.540394,2478.883525 +139287,2684.372227,1158.603744,1293.863794,2009.611382,2480.800251 +139288,2687.340232,1147.185348,1295.417483,2011.622623,2482.632098 +139289,2690.111349,1126.0643,1296.833661,2013.55234,2484.357585 +139290,2692.727438,1159.440873,1298.138592,2015.423649,2486.013184 +139291,2695.223317,1113.801266,1299.354528,2017.255679,2487.629802 +139292,2697.513097,1166.514743,1300.4801,2018.894737,2489.197583 +139293,2699.546706,1104.883116,1301.693951,2020.260321,2490.717098 +139294,2701.319478,1166.747668,1302.648785,2021.353634,2492.192502 +139295,2702.849029,1101.967914,1303.528319,2022.211482,2493.627531 +139296,2704.158335,1162.855179,1304.340404,2022.873062,2495.025673 +139297,2705.283226,1102.108346,1305.091871,2023.390182,2496.389506 +139298,2706.235084,1156.644083,1305.787331,2023.772407,2497.72147 +139299,2707.018145,1103.959149,1306.430262,2024.018176,2499.023378 +139300,2707.637998,1149.127336,1307.023867,2024.130707,2500.296917 +139301,2708.101764,1106.754066,1307.571074,2024.113273,2501.543365 +139302,2708.416994,1140.953332,1308.074588,2023.970212,2502.763821 +139303,2708.590503,1109.935395,1308.53682,2023.706556,2503.959119 +139304,2708.628311,1132.39535,1308.959936,2023.327128,2505.12995 +139305,2708.529069,1113.329337,1309.345895,2022.836006,2506.276903 +139306,2708.304895,1123.745787,1309.69643,2022.236384,2507.400376 +139307,2707.95579,1116.841675,1310.013161,2021.530899,2508.500784 +139308,2707.491537,1117.792525,1310.297515,2020.721653,2509.578347 +139309,2706.909296,1115.843984,1310.550801,2019.810462,2510.633226 +139310,2706.217529,1112.919755,1310.77423,2018.79894,2511.665552 +139311,2705.536929,1111.187365,1310.891178,2017.976308,2512.675401 +139312,2704.833258,1109.795437,1310.931305,2017.228762,2513.662964 +139313,2704.040039,1108.353802,1310.934658,2016.39458,2514.628312 +139314,2703.132728,1106.932582,1310.922357,2015.395541,2515.571439 +139315,2702.099145,1105.513963,1310.900239,2014.22441,2516.49229 +139316,2700.944414,1104.094383,1310.867682,2012.902777,2517.39084 +139317,2699.677129,1102.672258,1310.822824,2011.453881,2518.267058 +139318,2698.303982,1101.246202,1310.764341,2009.893662,2519.120951 +139319,2696.829415,1099.815858,1310.691547,2008.231251,2519.952509 +139320,2695.256418,1098.380509,1310.60414,2006.471833,2520.761753 +139321,0,0,0,0,0 +139322,0,0,0,0,0 +139323,0,0,0,0,0 +139324,0,0,0,0,0 +139325,0,0,0,0,0 +139326,0,0,0,0,0 +139327,0,0,0,0,0 +139328,0,0,0,0,0 +139329,0,0,0,0,0 +139330,0,0,0,0,0 +139331,0,0,0,0,0 +139332,0,0,0,0,0 +139333,0,0,0,0,0 +139334,0,0,0,0,0 +139335,0,0,0,0,0 +139336,0,0,0,0,0 +139337,0,0,0,0,0 +139338,0,0,0,0,0 +139339,0,0,0,0,0 +139340,0,0,0,0,0 +139341,0,0,0,0,0 +139342,0,0,0,0,0 +139343,0,0,0,0,0 +139344,0,0,0,0,0 +139345,0,0,0,0,0 +139346,0,0,0,0,0 +139347,0,0,0,0,0 +139348,0,0,0,0,0 +139349,0,0,0,0,0 +139350,0,0,0,0,0 +139351,0,0,0,0,0 +139352,0,0,0,0,0 +139353,0,0,0,0,0 +139354,0,0,0,0,0 +139355,0,0,0,0,0 +139356,0,0,0,0,0 +139357,0,0,0,0,0 +139358,0,0,0,0,0 +139359,0,0,0,0,0 +139360,0,0,0,0,0 +139361,0,0,0,0,0 +139362,0,0,0,0,0 +139363,0,0,0,0,0 +139364,0,0,0,0,0 +139365,0,0,0,0,0 +139366,0,0,0,0,0 +139367,0,0,0,0,0 +139368,0,0,0,0,0 +139369,0,0,0,0,0 +139370,0,0,0,0,0 +139371,0,0,0,0,0 +139372,0,0,0,0,0 +139373,0,0,0,0,0 +139374,0,0,0,0,0 +139375,0,0,0,0,0 +139376,0,0,0,0,0 +139377,0,0,0,0,0 +139378,0,0,0,0,0 +139379,0,0,0,0,0 +139380,0,0,0,0,0 +139381,0,0,0,0,0 +139382,0,0,0,0,0 +139383,0,0,0,0,0 +139384,0,0,0,0,0 +139385,0,0,0,0,0 +139386,0,0,0,0,0 +139387,0,0,0,0,0 +139388,0,0,0,0,0 +139389,0,0,0,0,0 +139390,0,0,0,0,0 +139391,0,0,0,0,0 +139392,0,0,0,0,0 +139393,0,0,0,0,0 +139394,0,0,0,0,0 +139395,0,0,0,0,0 +139396,0,0,0,0,0 +139397,0,0,0,0,0 +139398,0,0,0,0,0 +139399,0,0,0,0,0 +139400,0,0,0,0,0 +139401,0,0,0,0,0 +139402,0,0,0,0,0 +139403,0,0,0,0,0 +139404,0,0,0,0,0 +139405,0,0,0,0,0 +139406,0,0,0,0,0 +139407,0,0,0,0,0 +139408,0,0,0,0,0 +139409,0,0,0,0,0 +139410,0,0,0,0,0 +139411,0,0,0,0,0 +139412,0,0,0,0,0 +139413,0,0,0,0,0 +139414,0,0,0,0,0 +139415,0,0,0,0,0 +139416,0,0,0,0,0 +139417,0,0,0,0,0 +139418,0,0,0,0,0 +139419,0,0,0,0,0 +139420,0,0,0,0,0 +139421,0,0,0,0,0 +139422,0,0,0,0,0 +139423,0,0,0,0,0 +139424,0,0,0,0,0 +139425,0,0,0,0,0 +139426,0,0,0,0,0 +139427,0,0,0,0,0 +139428,0,0,0,0,0 +139429,0,0,0,0,0 +139430,0,0,0,0,0 +139431,0,0,0,0,0 +139432,0,0,0,0,0 +139433,0,0,0,0,0 +139434,0,0,0,0,0 +139435,0,0,0,0,0 +139436,0,0,0,0,0 +139437,0,0,0,0,0 +139438,0,0,0,0,0 +139439,0,0,0,0,0 +139440,0,0,0,0,0 +139441,0,0,0,0,0 +139442,0,0,0,0,0 +139443,0,0,0,0,0 +139444,0,0,0,0,0 +139445,0,0,0,0,0 +139446,0,0,0,0,0 +139447,0,0,0,0,0 +139448,0,0,0,0,0 +139449,0,0,0,0,0 +139450,0,0,0,0,0 +139451,0,0,0,0,0 +139452,0,0,0,0,0 +139453,0,0,0,0,0 +139454,0,0,0,0,0 +139455,0,0,0,0,0 +139456,0,0,0,0,0 +139457,0,0,0,0,0 +139458,0,0,0,0,0 +139459,0,0,0,0,0 +139460,0,0,0,0,0 +139461,0,0,0,0,0 +139462,0,0,0,0,0 +139463,0,0,0,0,0 +139464,0,0,0,0,0 +139465,0,0,0,0,0 +139466,0,0,0,0,0 +139467,0,0,0,0,0 +139468,0,0,0,0,0 +139469,0,0,0,0,0 +139470,0,0,0,0,0 +139471,0,0,0,0,0 +139472,0,0,0,0,0 +139473,0,0,0,0,0 +139474,0,0,0,0,0 +139475,0,0,0,0,0 +139476,0,0,0,0,0 +139477,0,0,0,0,0 +139478,0,0,0,0,0 +139479,0,0,0,0,0 +139480,0,0,0,0,0 +139481,0,0,0,0,0 +139482,0,0,0,0,0 +139483,0,0,0,0,0 +139484,0,0,0,0,0 +139485,0,0,0,0,0 +139486,0,0,0,0,0 +139487,0,0,0,0,0 +139488,0,0,0,0,0 +139489,0,0,0,0,0 +139490,0,0,0,0,0 +139491,0,0,0,0,0 +139492,0,0,0,0,0 +139493,0,0,0,0,0 +139494,0,0,0,0,0 +139495,0,0,0,0,0 +139496,0,0,0,0,0 +139497,0,0,0,0,0 +139498,0,0,0,0,0 +139499,0,0,0,0,0 +139500,0,0,0,0,0 +139501,0,0,0,0,0 +139502,0,0,0,0,0 +139503,0,0,0,0,0 +139504,0,0,0,0,0 +139505,0,0,0,0,0 +139506,0,0,0,0,0 +139507,0,0,0,0,0 +139508,0,0,0,0,0 +139509,0,0,0,0,0 +139510,0,0,0,0,0 +139511,0,0,0,0,0 +139512,0,0,0,0,0 +139513,0,0,0,0,0 +139514,0,0,0,0,0 +139515,0,0,0,0,0 +139516,0,0,0,0,0 +139517,0,0,0,0,0 +139518,0,0,0,0,0 +139519,0,0,0,0,0 +139520,0,0,0,0,0 +139521,0,0,0,0,0 +139522,0,0,0,0,0 +139523,0,0,0,0,0 +139524,0,0,0,0,0 +139525,0,0,0,0,0 +139526,0,0,0,0,0 +139527,0,0,0,0,0 +139528,0,0,0,0,0 +139529,0,0,0,0,0 +139530,0,0,0,0,0 +139531,0,0,0,0,0 +139532,0,0,0,0,0 +139533,0,0,0,0,0 +139534,0,0,0,0,0 +139535,0,0,0,0,0 +139536,0,0,0,0,0 +139537,0,0,0,0,0 +139538,0,0,0,0,0 +139539,0,0,0,0,0 +139540,0,0,0,0,0 +139541,0,0,0,0,0 +139542,0,0,0,0,0 +139543,0,0,0,0,0 +139544,0,0,0,0,0 +139545,0,0,0,0,0 +139546,0,0,0,0,0 +139547,0,0,0,0,0 +139548,0,0,0,0,0 +139549,0,0,0,0,0 +139550,0,0,0,0,0 +139551,0,0,0,0,0 +139552,0,0,0,0,0 +139553,0,0,0,0,0 +139554,0,0,0,0,0 +139555,0,0,0,0,0 +139556,0,0,0,0,0 +139557,0,0,0,0,0 +139558,0,0,0,0,0 +139559,0,0,0,0,0 +139560,0,0,0,0,0 +139561,0,0,0,0,0 +139562,0,0,0,0,0 +139563,0,0,0,0,0 +139564,0,0,0,0,0 +139565,0,0,0,0,0 +139566,0,0,0,0,0 +139567,0,0,0,0,0 +139568,0,0,0,0,0 +139569,0,0,0,0,0 +139570,0,0,0,0,0 +139571,0,0,0,0,0 +139572,0,0,0,0,0 +139573,0,0,0,0,0 +139574,0,0,0,0,0 +139575,0,0,0,0,0 +139576,0,0,0,0,0 +139577,0,0,0,0,0 +139578,0,0,0,0,0 +139579,0,0,0,0,0 +139580,0,0,0,0,0 +139581,0,0,0,0,0 +139582,0,0,0,0,0 +139583,0,0,0,0,0 +139584,0,0,0,0,0 +139585,0,0,0,0,0 +139586,0,0,0,0,0 +139587,0,0,0,0,0 +139588,0,0,0,0,0 +139589,0,0,0,0,0 +139590,0,0,0,0,0 +139591,0,0,0,0,0 +139592,0,0,0,0,0 +139593,0,0,0,0,0 +139594,0,0,0,0,0 +139595,0,0,0,0,0 +139596,0,0,0,0,0 +139597,0,0,0,0,0 +139598,0,0,0,0,0 +139599,0,0,0,0,0 +139600,0,0,0,0,0 +139601,0,0,0,0,0 +139602,0,0,0,0,0 +139603,0,0,0,0,0 +139604,0,0,0,0,0 +139605,0,0,0,0,0 +139606,0,0,0,0,0 +139607,0,0,0,0,0 +139608,0,0,0,0,0 +139609,0,0,0,0,0 +139610,0,0,0,0,0 +139611,0,0,0,0,0 +139612,0,0,0,0,0 +139613,0,0,0,0,0 +139614,0,0,0,0,0 +139615,0,0,0,0,0 +139616,0,0,0,0,0 +139617,0,0,0,0,0 +139618,0,0,0,0,0 +139619,0,0,0,0,0 +139620,0,0,0,0,0 +139621,0,0,0,0,0 +139622,0,0,0,0,0 +139623,0,0,0,0,0 +139624,0,0,0,0,0 +139625,0,0,0,0,0 +139626,0,0,0,0,0 +139627,0,0,0,0,0 +139628,0,0,0,0,0 +139629,0,0,0,0,0 +139630,0,0,0,0,0 +139631,0,0,0,0,0 +139632,0,0,0,0,0 +139633,0,0,0,0,0 +139634,0,0,0,0,0 +139635,0,0,0,0,0 +139636,0,0,0,0,0 +139637,0,0,0,0,0 +139638,0,0,0,0,0 +139639,0,0,0,0,0 +139640,0,0,0,0,0 +139641,0,0,0,0,0 +139642,0,0,0,0,0 +139643,0,0,0,0,0 +139644,0,0,0,0,0 +139645,0,0,0,0,0 +139646,0,0,0,0,0 +139647,0,0,0,0,0 +139648,0,0,0,0,0 +139649,0,0,0,0,0 +139650,0,0,0,0,0 +139651,0,0,0,0,0 +139652,0,0,0,0,0 +139653,0,0,0,0,0 +139654,0,0,0,0,0 +139655,0,0,0,0,0 +139656,0,0,0,0,0 +139657,0,0,0,0,0 +139658,0,0,0,0,0 +139659,0,0,0,0,0 +139660,0,0,0,0,0 +139661,0,0,0,0,0 +139662,0,0,0,0,0 +139663,0,0,0,0,0 +139664,0,0,0,0,0 +139665,0,0,0,0,0 +139666,0,0,0,0,0 +139667,0,0,0,0,0 +139668,0,0,0,0,0 +139669,0,0,0,0,0 +139670,0,0,0,0,0 +139671,0,0,0,0,0 +139672,0,0,0,0,0 +139673,0,0,0,0,0 +139674,0,0,0,0,0 +139675,0,0,0,0,0 +139676,0,0,0,0,0 +139677,0,0,0,0,0 +139678,0,0,0,0,0 +139679,0,0,0,0,0 +139680,0,0,0,0,0 +139681,0,0,0,0,0 +139682,0,0,0,0,0 +139683,0,0,0,0,0 +139684,0,0,0,0,0 +139685,0,0,0,0,0 +139686,0,0,0,0,0 +139687,0,0,0,0,0 +139688,0,0,0,0,0 +139689,0,0,0,0,0 +139690,0,0,0,0,0 +139691,0,0,0,0,0 +139692,0,0,0,0,0 +139693,0,0,0,0,0 +139694,0,0,0,0,0 +139695,0,0,0,0,0 +139696,0,0,0,0,0 +139697,0,0,0,0,0 +139698,0,0,0,0,0 +139699,0,0,0,0,0 +139700,0,0,0,0,0 +139701,0,0,0,0,0 +139702,0,0,0,0,0 +139703,0,0,0,0,0 +139704,0,0,0,0,0 +139705,0,0,0,0,0 +139706,0,0,0,0,0 +139707,0,0,0,0,0 +139708,0,0,0,0,0 +139709,0,0,0,0,0 +139710,0,0,0,0,0 +139711,0,0,0,0,0 +139712,0,0,0,0,0 +139713,0,0,0,0,0 +139714,0,0,0,0,0 +139715,0,0,0,0,0 +139716,0,0,0,0,0 +139717,0,0,0,0,0 +139718,0,0,0,0,0 +139719,0,0,0,0,0 +139720,0,0,0,0,0 +139721,0,0,0,0,0 +139722,0,0,0,0,0 +139723,0,0,0,0,0 +139724,0,0,0,0,0 +139725,0,0,0,0,0 +139726,0,0,0,0,0 +139727,0,0,0,0,0 +139728,0,0,0,0,0 +139729,0,0,0,0,0 +139730,0,0,0,0,0 +139731,0,0,0,0,0 +139732,0,0,0,0,0 +139733,0,0,0,0,0 +139734,0,0,0,0,0 +139735,0,0,0,0,0 +139736,0,0,0,0,0 +139737,0,0,0,0,0 +139738,0,0,0,0,0 +139739,0,0,0,0,0 +139740,0,0,0,0,0 +139741,0,0,0,0,0 +139742,0,0,0,0,0 +139743,0,0,0,0,0 +139744,0,0,0,0,0 +139745,0,0,0,0,0 +139746,0,0,0,0,0 +139747,0,0,0,0,0 +139748,0,0,0,0,0 +139749,0,0,0,0,0 +139750,0,0,0,0,0 +139751,0,0,0,0,0 +139752,0,0,0,0,0 +139753,0,0,0,0,0 +139754,0,0,0,0,0 +139755,0,0,0,0,0 +139756,0,0,0,0,0 +139757,0,0,0,0,0 +139758,0,0,0,0,0 +139759,0,0,0,0,0 +139760,0,0,0,0,0 +139761,0,0,0,0,0 +139762,0,0,0,0,0 +139763,0,0,0,0,0 +139764,0,0,0,0,0 +139765,0,0,0,0,0 +139766,0,0,0,0,0 +139767,0,0,0,0,0 +139768,0,0,0,0,0 +139769,0,0,0,0,0 +139770,0,0,0,0,0 +139771,0,0,0,0,0 +139772,0,0,0,0,0 +139773,0,0,0,0,0 +139774,0,0,0,0,0 +139775,0,0,0,0,0 +139776,0,0,0,0,0 +139777,0,0,0,0,0 +139778,0,0,0,0,0 +139779,0,0,0,0,0 +139780,0,0,0,0,0 +139781,0,0,0,0,0 +139782,0,0,0,0,0 +139783,0,0,0,0,0 +139784,0,0,0,0,0 +139785,0,0,0,0,0 +139786,0,0,0,0,0 +139787,0,0,0,0,0 +139788,0,0,0,0,0 +139789,0,0,0,0,0 +139790,0,0,0,0,0 +139791,0,0,0,0,0 +139792,0,0,0,0,0 +139793,0,0,0,0,0 +139794,0,0,0,0,0 +139795,0,0,0,0,0 +139796,0,0,0,0,0 +139797,0,0,0,0,0 +139798,0,0,0,0,0 +139799,0,0,0,0,0 +139800,0,0,0,0,0 +139801,0,0,0,0,0 +139802,0,0,0,0,0 +139803,0,0,0,0,0 +139804,0,0,0,0,0 +139805,0,0,0,0,0 +139806,0,0,0,0,0 +139807,0,0,0,0,0 +139808,0,0,0,0,0 +139809,0,0,0,0,0 +139810,0,0,0,0,0 +139811,0,0,0,0,0 +139812,0,0,0,0,0 +139813,0,0,0,0,0 +139814,0,0,0,0,0 +139815,0,0,0,0,0 +139816,0,0,0,0,0 +139817,0,0,0,0,0 +139818,0,0,0,0,0 +139819,0,0,0,0,0 +139820,0,0,0,0,0 +139821,0,0,0,0,0 +139822,0,0,0,0,0 +139823,0,0,0,0,0 +139824,0,0,0,0,0 +139825,0,0,0,0,0 +139826,0,0,0,0,0 +139827,0,0,0,0,0 +139828,0,0,0,0,0 +139829,0,0,0,0,0 +139830,0,0,0,0,0 +139831,0,0,0,0,0 +139832,0,0,0,0,0 +139833,0,0,0,0,0 +139834,0,0,0,0,0 +139835,0,0,0,0,0 +139836,0,0,0,0,0 +139837,0,0,0,0,0 +139838,0,0,0,0,0 +139839,0,0,0,0,0 +139840,0,0,0,0,0 +139841,0,0,0,0,0 +139842,0,0,0,0,0 +139843,0,0,0,0,0 +139844,0,0,0,0,0 +139845,0,0,0,0,0 +139846,0,0,0,0,0 +139847,0,0,0,0,0 +139848,0,0,0,0,0 +139849,0,0,0,0,0 +139850,0,0,0,0,0 +139851,0,0,0,0,0 +139852,0,0,0,0,0 +139853,0,0,0,0,0 +139854,0,0,0,0,0 +139855,0,0,0,0,0 +139856,0,0,0,0,0 +139857,0,0,0,0,0 +139858,0,0,0,0,0 +139859,0,0,0,0,0 +139860,0,0,0,0,0 +139861,0,0,0,0,0 +139862,0,0,0,0,0 +139863,0,0,0,0,0 +139864,0,0,0,0,0 +139865,0,0,0,0,0 +139866,0,0,0,0,0 +139867,0,0,0,0,0 +139868,0,0,0,0,0 +139869,0,0,0,0,0 +139870,0,0,0,0,0 +139871,0,0,0,0,0 +139872,0,0,0,0,0 +139873,0,0,0,0,0 +139874,0,0,0,0,0 +139875,0,0,0,0,0 +139876,0,0,0,0,0 +139877,0,0,0,0,0 +139878,0,0,0,0,0 +139879,0,0,0,0,0 +139880,0,0,0,0,0 +139881,0,0,0,0,0 +139882,0,0,0,0,0 +139883,0,0,0,0,0 +139884,0,0,0,0,0 +139885,0,0,0,0,0 +139886,0,0,0,0,0 +139887,0,0,0,0,0 +139888,0,0,0,0,0 +139889,0,0,0,0,0 +139890,0,0,0,0,0 +139891,0,0,0,0,0 +139892,0,0,0,0,0 +139893,0,0,0,0,0 +139894,0,0,0,0,0 +139895,0,0,0,0,0 +139896,0,0,0,0,0 +139897,0,0,0,0,0 +139898,0,0,0,0,0 +139899,0,0,0,0,0 +139900,0,0,0,0,0 +139901,0,0,0,0,0 +139902,0,0,0,0,0 +139903,0,0,0,0,0 +139904,0,0,0,0,0 +139905,0,0,0,0,0 +139906,0,0,0,0,0 +139907,0,0,0,0,0 +139908,0,0,0,0,0 +139909,0,0,0,0,0 +139910,0,0,0,0,0 +139911,0,0,0,0,0 +139912,0,0,0,0,0 +139913,0,0,0,0,0 +139914,0,0,0,0,0 +139915,0,0,0,0,0 +139916,0,0,0,0,0 +139917,0,0,0,0,0 +139918,0,0,0,0,0 +139919,0,0,0,0,0 +139920,0,0,0,0,0 +139921,0,0,0,0,0 +139922,0,0,0,0,0 +139923,0,0,0,0,0 +139924,0,0,0,0,0 +139925,0,0,0,0,0 +139926,0,0,0,0,0 +139927,0,0,0,0,0 +139928,0,0,0,0,0 +139929,0,0,0,0,0 +139930,0,0,0,0,0 +139931,0,0,0,0,0 +139932,0,0,0,0,0 +139933,0,0,0,0,0 +139934,0,0,0,0,0 +139935,0,0,0,0,0 +139936,0,0,0,0,0 +139937,0,0,0,0,0 +139938,0,0,0,0,0 +139939,0,0,0,0,0 +139940,0,0,0,0,0 +139941,0,0,0,0,0 +139942,0,0,0,0,0 +139943,0,0,0,0,0 +139944,0,0,0,0,0 +139945,0,0,0,0,0 +139946,0,0,0,0,0 +139947,0,0,0,0,0 +139948,0,0,0,0,0 +139949,0,0,0,0,0 +139950,0,0,0,0,0 +139951,0,0,0,0,0 +139952,0,0,0,0,0 +139953,0,0,0,0,0 +139954,0,0,0,0,0 +139955,0,0,0,0,0 +139956,0,0,0,0,0 +139957,0,0,0,0,0 +139958,0,0,0,0,0 +139959,0,0,0,0,0 +139960,0,0,0,0,0 +139961,0,0,0,0,0 +139962,0,0,0,0,0 +139963,0,0,0,0,0 +139964,0,0,0,0,0 +139965,0,0,0,0,0 +139966,0,0,0,0,0 +139967,0,0,0,0,0 +139968,0,0,0,0,0 +139969,0,0,0,0,0 +139970,0,0,0,0,0 +139971,0,0,0,0,0 +139972,0,0,0,0,0 +139973,0,0,0,0,0 +139974,0,0,0,0,0 +139975,0,0,0,0,0 +139976,0,0,0,0,0 +139977,0,0,0,0,0 +139978,0,0,0,0,0 +139979,0,0,0,0,0 +139980,0,0,0,0,0 +139981,0,0,0,0,0 +139982,0,0,0,0,0 +139983,0,0,0,0,0 +139984,0,0,0,0,0 +139985,0,0,0,0,0 +139986,0,0,0,0,0 +139987,0,0,0,0,0 +139988,0,0,0,0,0 +139989,0,0,0,0,0 +139990,0,0,0,0,0 +139991,0,0,0,0,0 +139992,0,0,0,0,0 +139993,0,0,0,0,0 +139994,0,0,0,0,0 +139995,0,0,0,0,0 +139996,0,0,0,0,0 +139997,0,0,0,0,0 +139998,0,0,0,0,0 +139999,0,0,0,0,0 +140000,0,0,0,0,0 +140001,0,0,0,0,0 +140002,0,0,0,0,0 +140003,0,0,0,0,0 +140004,0,0,0,0,0 +140005,0,0,0,0,0 +140006,0,0,0,0,0 +140007,0,0,0,0,0 +140008,0,0,0,0,0 +140009,0,0,0,0,0 +140010,0,0,0,0,0 +140011,0,0,0,0,0 +140012,0,0,0,0,0 +140013,0,0,0,0,0 +140014,0,0,0,0,0 +140015,0,0,0,0,0 +140016,0,0,0,0,0 +140017,0,0,0,0,0 +140018,0,0,0,0,0 +140019,0,0,0,0,0 +140020,0,0,0,0,0 +140021,0,0,0,0,0 +140022,0,0,0,0,0 +140023,0,0,0,0,0 +140024,0,0,0,0,0 +140025,0,0,0,0,0 +140026,0,0,0,0,0 +140027,0,0,0,0,0 +140028,0,0,0,0,0 +140029,0,0,0,0,0 +140030,0,0,0,0,0 +140031,0,0,0,0,0 +140032,0,0,0,0,0 +140033,0,0,0,0,0 +140034,0,0,0,0,0 +140035,0,0,0,0,0 +140036,0,0,0,0,0 +140037,0,0,0,0,0 +140038,0,0,0,0,0 +140039,0,0,0,0,0 +140040,0,0,0,0,0 +140041,0,0,0,0,0 +140042,0,0,0,0,0 +140043,0,0,0,0,0 +140044,0,0,0,0,0 +140045,0,0,0,0,0 +140046,0,0,0,0,0 +140047,0,0,0,0,0 +140048,0,0,0,0,0 +140049,0,0,0,0,0 +140050,0,0,0,0,0 +140051,0,0,0,0,0 +140052,0,0,0,0,0 +140053,0,0,0,0,0 +140054,0,0,0,0,0 +140055,0,0,0,0,0 +140056,0,0,0,0,0 +140057,0,0,0,0,0 +140058,0,0,0,0,0 +140059,0,0,0,0,0 +140060,0,0,0,0,0 +140061,0,0,0,0,0 +140062,0,0,0,0,0 +140063,0,0,0,0,0 +140064,0,0,0,0,0 +140065,0,0,0,0,0 +140066,0,0,0,0,0 +140067,0,0,0,0,0 +140068,0,0,0,0,0 +140069,0,0,0,0,0 +140070,0,0,0,0,0 +140071,0,0,0,0,0 +140072,0,0,0,0,0 +140073,0,0,0,0,0 +140074,0,0,0,0,0 +140075,0,0,0,0,0 +140076,0,0,0,0,0 +140077,0,0,0,0,0 +140078,0,0,0,0,0 +140079,0,0,0,0,0 +140080,0,0,0,0,0 +140081,0,0,0,0,0 +140082,0,0,0,0,0 +140083,0,0,0,0,0 +140084,0,0,0,0,0 +140085,0,0,0,0,0 +140086,0,0,0,0,0 +140087,0,0,0,0,0 +140088,0,0,0,0,0 +140089,0,0,0,0,0 +140090,0,0,0,0,0 +140091,0,0,0,0,0 +140092,0,0,0,0,0 +140093,0,0,0,0,0 +140094,0,0,0,0,0 +140095,0,0,0,0,0 +140096,0,0,0,0,0 +140097,0,0,0,0,0 +140098,0,0,0,0,0 +140099,0,0,0,0,0 +140100,0,0,0,0,0 +140101,-1778.651668,0,0,-545.0927055,0 +140102,0,0,0,0,0 +140103,0,0,0,0,0 +140104,0,0,0,0,0 +140105,0,0,0,0,0 +140106,0,0,0,0,0 +140107,0,0,0,0,0 +140108,-11.62374073,0,0,0,0 +140109,-94.11843494,0,0,-12.9778424,0 +140110,-28.9813696,0,0,-7.627138541,0 +140111,-43.56070062,0,0,-4.26442869,0 +140112,-38.15278467,0,0,-2.919343892,0 +140113,-32.86851936,0,0,0,0 +140114,-27.57722223,0,0,0,0 +140115,-22.0153255,0,0,0,0 +140116,-16.84699292,0,0,0,0 +140117,-11.14476535,0,0,0,0 +140118,-5.838330116,0,0,0,0 +140119,0,0,0,0,0 +140120,0,0,0,0,0 +140121,0,0,0,0,0 +140122,0,0,0,0,0 +140123,0,0,0,0,0 +140124,0,0,0,0,0 +140125,0,0,0,0,0 +140126,0,0,0,0,0 +140127,0,187.1223827,0,0,0 +140128,0,146.4619315,0,0,0 +140129,0,165.0378603,0,0,0 +140130,0,192.3273325,0,0,0 +140131,0,208.4180414,0,0,0 +140132,0,224.5397943,0,0,0 +140133,0,239.9337148,0,0,0 +140134,0,255.7200146,0,0,0 +140135,0,270.3833537,0,0,0 +140136,0,285.7789381,0,0,0 +140137,0,300.4463477,0,0,0 +140138,0,315.0516389,0,0,0 +140139,0,329.3675748,0,0,0 +140140,0,344.0131581,0,0,0 +140141,0,358.0161988,0,0,0 +140142,0,371.8651306,0,0,0 +140143,0,386.1583985,0,0,0 +140144,0,399.7303783,0,0,0 +140145,0,413.4320184,0,0,0 +140146,0,426.964723,0,0,0 +140147,0,440.4070845,0,0,0 +140148,0,453.715521,0,0,0 +140149,0,466.9442555,0,0,0 +140150,0,480.0035657,0,0,0 +140151,0,493.0269229,0,0,0 +140152,0,505.9270138,0,0,0 +140153,0,518.7381243,0,0,0 +140154,0,531.1806096,0,0,0 +140155,0,544.2809719,0,0,0 +140156,0,556.586273,0,0,0 +140157,0,569.0685,0,0,0 +140158,0,581.4999508,0,0,0 +140159,0,593.771842,0,0,0 +140160,0,605.9971203,0,0,0 +140161,0,618.4212613,0,0,0 +140162,0,635.3939884,0,0,0 +140163,0,651.6798281,0,0,0 +140164,0,667.8776235,0,0,0 +140165,0,683.9677328,0,0,0 +140166,0,699.909071,0,0,0 +140167,0,715.8563731,0,0,0 +140168,0,731.6131349,0,0,0 +140169,0,747.2622907,0,0,0 +140170,0,762.459873,0,0,0 +140171,0,778.6068836,0,0,0 +140172,0,793.6349249,0,0,0 +140173,0,809.1573289,0,0,0 +140174,0,824.2240045,0,0,0 +140175,0,834.9306882,0,0,0 +140176,0,849.1335601,0,0,0 +140177,0,863.6244394,0,0,0 +140178,0,878.2387098,0,0,0 +140179,0,892.7076792,0,0,0 +140180,0,907.1702152,0,0,0 +140181,0,921.5025145,0,0,0 +140182,0,935.9203727,0,0,0 +140183,0,950.1373388,0,0,0 +140184,0,964.3452011,0,0,0 +140185,0,978.4765558,0,0,0 +140186,0,992.466695,0,0,0 +140187,0,1006.557988,0,0,0 +140188,0,1020.432577,0,0,0 +140189,0,1034.297288,0,0,0 +140190,0,1048.084502,0,0,0 +140191,0,1060.900265,10.40618764,0,0 +140192,0,1073.71995,110.0923338,0,0 +140193,0,1086.007511,58.68696208,0,0 +140194,0,1098.525918,80.44169897,0,0 +140195,0,1110.686878,86.76918525,0,0 +140196,0,1123.28157,92.14757053,0,0 +140197,0,1142.557022,97.44511464,0,0 +140198,0,1143.596636,102.5078077,0,0 +140199,0,1172.317707,107.4242747,0,0 +140200,0,1160.605267,112.185241,0,0 +140201,0,1171.469491,116.6643274,0,0 +140202,0,1201.165849,120.998615,0,0 +140203,0,1201.493852,125.6539474,0,0 +140204,0,1215.331859,129.4492072,0,0 +140205,0,1226.328527,133.6554302,0,0 +140206,0,1237.346259,137.5960654,0,0 +140207,0,1248.209597,141.2157285,0,0 +140208,0,1259.051979,144.9127477,0,0 +140209,0,1269.529089,148.3572676,0,0 +140210,0,1280.3497,151.9549729,0,0 +140211,0,1290.627432,155.385814,0,0 +140212,0,1301.073612,158.3389929,0,0 +140213,0,1311.333071,161.6590371,0,0 +140214,0,1321.512888,164.6181844,0,0 +140215,0,1331.59737,167.6381314,0,0 +140216,0,1341.666073,170.4563596,0,0 +140217,0,1351.355431,173.2375103,0,0 +140218,0,1361.347286,176.2179709,0,0 +140219,0,1371.061758,178.5296166,0,0 +140220,0,1380.569918,181.2389493,0,0 +140221,0,1389.625121,182.3231011,0,0 +140222,0,1398.522923,183.1428262,0,0 +140223,0,1407.021599,183.8368117,0,0 +140224,0,1415.833046,184.4413605,0,0 +140225,0,1424.273006,184.9726087,0,0 +140226,0,1432.79772,185.440182,0,0 +140227,0,1440.988972,185.8483145,0,0 +140228,0,1449.287197,186.202974,0,0 +140229,0,1457.318819,186.507053,0,0 +140230,0,1465.495788,186.7658751,0,0 +140231,0,1473.466028,186.982098,0,0 +140232,0,1481.20624,187.1608576,0,0 +140233,0,1489.037212,187.3046165,0,0 +140234,0,1496.695971,187.4184607,0,0 +140235,0,1504.372703,187.5047458,0,0 +140236,0,1511.626508,187.5684783,0,0 +140237,0,1519.238426,187.6119535,0,0 +140238,0,1526.463955,187.6401185,0,0 +140239,0,1533.700097,187.6552314,0,0 +140240,0,1540.83232,187.6621993,0,0 +140241,0,1547.969335,187.6632647,0,0 +140242,0,1562.014384,187.6633131,0,0 +140243,0,1554.146086,187.6645876,0,0 +140244,0,1569.141333,187.6719389,0,0 +140245,0,1576.232503,187.6876898,0,0 +140246,0,1581.138104,187.7167026,0,0 +140247,0,1588.339598,187.7612621,0,0 +140248,0,1594.524953,187.8262892,0,0 +140249,0,1601.029637,187.9141001,0,0 +140250,0,1607.169855,188.0296648,0,0 +140251,0,1612.861197,187.9836748,0,0 +140252,0,1618.495727,187.9335755,0,0 +140253,0,1623.749152,187.9053068,0,0 +140254,0,1629.101546,187.9092221,0,0 +140255,0,1634.141708,187.9504787,0,0 +140256,0,1639.334603,188.0353417,0,0 +140257,0,1644.188469,188.1671501,0,0 +140258,0,1649.123518,188.3513842,0,0 +140259,0,1653.677678,188.5910498,0,0 +140260,0,1658.351734,188.891446,0,0 +140261,0,1662.825671,189.2555154,0,0 +140262,0,1667.210566,189.688507,0,0 +140263,0,1671.490651,190.193368,0,0 +140264,0,1675.666987,190.7753347,0,0 +140265,0,1679.846225,191.4373836,0,0 +140266,0,1683.659694,192.1847544,0,0 +140267,0,1687.607802,193.0204652,0,0 +140268,0,1691.360276,193.9497691,0,0 +140269,0,1695.029749,194.975735,0,0 +140270,0,1698.600748,196.1036358,0,0 +140271,0,1701.965966,197.3365976,0,0 +140272,0,1705.498366,198.6799191,0,0 +140273,0,1708.697713,200.1367893,0,0 +140274,0,1711.895781,201.7125367,0,0 +140275,0,1715.087103,198.8261496,0,0 +140276,0,1718.224033,200.0601211,0,0 +140277,0,1724.794096,201.93023,0,0 +140278,0,1717.621246,204.067413,0,0 +140279,0,1747.965569,206.3687211,0,0 +140280,0,1701.008684,208.1057534,0,0 +140281,0,1745.151322,210.77511,0,0 +140282,0,1751.476566,212.8863376,0,0 +140283,0,1705.728511,215.1920498,0,0 +140284,0,1753.621499,217.5469171,0,0 +140285,0,1736.971529,219.8787962,0,0 +140286,0,1742.670053,222.2830763,0,0 +140287,0,1744.401248,224.6639952,0,0 +140288,0,1746.332103,227.1349361,0,0 +140289,0,1748.073539,229.4973064,0,0 +140290,0,1749.738472,232.0605688,0,0 +140291,0,1751.312886,234.4356361,0,0 +140292,0,1752.796089,237.0379427,0,0 +140293,0,1754.18868,239.4430631,0,0 +140294,0,1755.491086,242.0775008,0,0 +140295,0,1756.703198,244.5357843,0,0 +140296,0,1757.825609,247.1341077,0,0 +140297,0,1748.434392,255.4170193,0,0 +140298,0,1747.444441,258.2919657,0,0 +140299,0,1747.233834,261.3980373,0,0 +140300,0,1747.14904,264.2152651,0,0 +140301,0,1747.099115,267.1367989,0,0 +140302,0,1747.035828,269.9688929,0,0 +140303,0,1746.935904,272.7692783,0,0 +140304,0,1746.787557,275.6604504,0,0 +140305,0,1746.58343,278.4753093,0,0 +140306,0,1746.319392,281.2375022,0,0 +140307,0,1745.992063,284.1986238,0,0 +140308,0,1745.59947,286.9480264,0,0 +140309,0,1745.139465,289.7397172,0,0 +140310,0,1744.610827,292.7036088,0,0 +140311,0,1743.759228,295.3141479,0,0 +140312,0,1742.784989,297.9392125,0,0 +140313,0,1741.710676,300.6417683,0,0 +140314,0,1740.542237,303.2688994,0,0 +140315,0,1739.17143,305.9238986,0,0 +140316,0,1737.98144,308.5405067,0,0 +140317,0,1736.463303,311.237899,0,0 +140318,0,1734.952374,313.8611156,0,0 +140319,0,1733.336426,316.4817804,0,0 +140320,0,1753.93342,319.206358,0,0 +140321,0,1697.285638,321.8413486,0,0 +140322,0,1744.1526,324.5084457,0,0 +140323,0,1729.477297,327.1355515,0,0 +140324,0,1713.368958,329.8519489,0,0 +140325,109.3167561,1742.14861,332.4876946,0,0 +140326,65.6033443,1696.404396,335.1587355,0,0 +140327,83.56477562,1744.620672,337.7890868,0,0 +140328,93.63201973,1688.307877,340.5141422,0,0 +140329,101.0823625,1734.558903,343.1570056,15.48543843,0 +140330,108.4851173,1692.077456,345.8378427,34.96481073,0 +140331,115.7916935,1714.515006,348.5149488,30.8728822,0 +140332,122.8984031,1702.619346,351.1595453,35.26227962,0 +140333,130.2870538,1701.568397,353.9004116,39.66508599,0 +140334,136.9874267,1698.70931,356.9298859,43.0544667,0 +140335,144.5727367,1695.588181,359.1084775,46.29264822,0 +140336,150.9688242,1692.577171,362.0116977,49.51700167,0 +140337,158.4083761,1689.41074,364.794943,52.74839499,0 +140338,164.6231402,1686.153063,367.369436,55.83997598,0 +140339,171.5760685,1682.834528,370.1610398,58.96321369,0 +140340,178.1347426,1679.303369,372.8652089,61.95077408,0 +140341,184.7017817,1675.914056,375.3447535,64.98453863,0 +140342,190.5857944,1672.172989,377.8678093,67.81138492,0 +140343,196.88777,1668.454095,380.3303728,70.68384891,0 +140344,203.0483265,1664.611669,382.7851586,73.40740608,0 +140345,209.1315305,1660.705973,385.2176938,76.27065715,0 +140346,214.9196073,1656.696186,387.656387,78.94042471,0 +140347,220.9830988,1652.623562,390.1455262,81.67214591,0 +140348,227.2721089,1648.461085,392.6065645,84.33602017,0 +140349,232.6768156,1644.108884,395.0675802,86.92322712,0 +140350,238.6350279,1639.933826,397.5314699,89.79440119,0 +140351,244.3378666,1635.450303,400.0366316,92.07643121,0 +140352,250.0294694,1631.08032,402.4365877,94.87503712,0 +140353,255.6711488,1626.360685,404.8918643,97.25272742,0 +140354,261.0722351,1621.782997,407.417981,99.84100512,0 +140355,266.933943,1617.036131,409.8965494,102.1657881,0 +140356,272.2872279,1612.120322,412.3062281,104.7978552,0 +140357,277.7904357,1607.38016,414.8113647,107.2447599,0 +140358,283.2149892,1602.33932,417.2776305,109.4660727,0 +140359,288.5988149,1597.309468,419.7526512,112.0178172,0 +140360,293.9424586,1592.186693,422.2300694,114.2981997,0 +140361,299.2460486,1586.986052,424.7070083,116.6439928,0 +140362,304.511251,1581.605229,427.1867037,118.959729,0 +140363,309.4987154,1576.398643,429.6670254,121.2402762,0 +140364,315.3057322,1570.897534,432.1946305,123.5158666,0 +140365,319.9166962,1585.785503,434.6069819,125.7656598,0 +140366,325.2280321,1529.95453,437.0801504,127.9139349,0 +140367,330.3108938,1569.018089,439.6298961,130.2597044,0 +140368,335.3138949,1545.10056,442.0811262,132.3895341,0 +140369,340.3721927,1542.5126,444.6238107,134.6756626,0 +140370,345.3334626,1536.796963,447.041413,136.6934397,0 +140371,350.1925094,1530.679966,449.4978013,138.7904219,0 +140372,355.0740363,1524.563612,451.8982007,141.008287,0 +140373,359.8283635,1518.352806,454.559867,143.0141105,0 +140374,364.5573686,1512.054996,456.6929062,145.0513197,0 +140375,369.3046105,1505.794551,459.3212675,147.1215231,0 +140376,374.056261,1499.121306,461.5288929,149.1482188,0 +140377,378.6682154,1492.819813,464.0803751,151.0595317,0 +140378,383.0213647,1486.157036,466.4746591,153.313888,0 +140379,388.1124776,1479.523258,468.8987774,155.0483904,0 +140380,392.396789,1472.806388,471.192898,157.1145096,0 +140381,397.0406576,1465.929241,473.598433,159.0449269,0 +140382,401.4903815,1459.147974,475.9051974,160.981248,0 +140383,405.9889437,1452.299401,478.3455407,162.9036743,0 +140384,410.4595172,1445.211287,480.6679126,164.7035144,0 +140385,414.8240421,1438.172984,483.0860467,166.7701363,0 +140386,419.2341962,1431.093977,485.3649792,168.5684289,0 +140387,423.6176867,1423.780626,487.7590365,170.4603194,0 +140388,427.8949423,1416.728988,490.1041275,172.3197636,0 +140389,432.2203366,1409.323511,492.4559455,174.1679182,0 +140390,436.5206498,1402.035454,494.8064694,176.0045235,0 +140391,440.7124995,1394.579064,497.1550903,177.8298344,0 +140392,444.9563583,1387.159385,499.6234828,179.7669562,0 +140393,449.1761209,1379.590611,503.4735825,181.2573187,0 +140394,453.2856146,1372.065201,503.2411576,183.3346012,0 +140395,457.4501506,1364.385105,509.9353771,185.0006164,0 +140396,461.5558711,1356.606192,505.4582438,186.7953126,0 +140397,465.6774195,1349.086288,519.1291413,188.5578043,0 +140398,469.6821886,1341.116255,503.0872612,190.3110787,0 +140399,473.7448163,1333.272455,519.4075938,192.0547985,0 +140400,477.7866856,1325.496343,518.0695809,193.7893362,0 +140401,482.3960737,1317.702976,520.7819683,195.6767759,0 +140402,486.8485669,1309.942581,524.2158574,197.7517858,0 +140403,491.6454367,1302.131001,527.1774283,199.610126,0 +140404,496.0999701,1294.279979,530.23676,201.5301452,0 +140405,500.8177959,1286.392669,533.0632637,203.588857,0 +140406,505.2316798,1278.467152,536.3421227,205.5282048,0 +140407,509.969392,1270.419667,539.1366006,207.3887405,0 +140408,514.3594777,1262.542263,542.3569081,209.4239213,0 +140409,519.0082836,1254.53492,545.2073609,211.2485686,0 +140410,523.3552635,1246.284401,548.4249427,213.2736158,0 +140411,528.0247025,1238.362054,551.282543,215.0875428,0 +140412,531.9357451,1230.16782,554.4524124,217.1021904,0 +140413,537.1534578,1221.945727,557.4080489,219.0515105,0 +140414,541.1146021,1213.95546,560.597741,220.8288028,0 +140415,545.7481817,1205.579169,563.5392258,222.7363263,0 +140416,550.0710561,1197.334893,566.6336765,224.7039774,0 +140417,554.5491423,1189.1769,569.6490984,226.3334065,0 +140418,558.7281028,1180.919418,572.8428168,228.5580788,0 +140419,563.3321102,1172.445601,575.6790445,230.2127376,0 +140420,567.4470452,1164.290232,579.0311086,232.2167878,0 +140421,571.9664551,1155.813592,581.9357466,233.9827676,0 +140422,576.0825481,1165.627762,585.1159194,235.9504137,0 +140423,580.5621286,1112.557635,587.9998083,237.7081264,0 +140424,584.6461578,1159.631222,591.3553601,239.6672867,0 +140425,589.0484801,1096.496624,594.2105253,241.4166889,0 +140426,593.21803,1127.493454,597.4970882,243.367731,0 +140427,597.5271137,1099.721125,600.4073257,245.1091311,0 +140428,601.5447377,1098.69127,603.6886996,247.0523055,0 +140429,605.996046,1088.286094,606.6032646,248.7859387,0 +140430,609.9497726,1080.288528,609.8896594,250.721533,0 +140431,614.2022004,1071.649381,612.5392775,252.3930143,0 +140432,618.0330839,1063.068559,615.8427368,254.2527621,0 +140433,622.2152955,1054.585699,618.4831598,255.9022003,0 +140434,626.0004492,1046.032092,621.7482576,257.7451648,0 +140435,630.1403757,1037.37415,624.3279376,259.2029398,0 +140436,633.8869642,1028.794835,627.4914518,261.305929,0 +140437,637.9394073,1020.259512,630.2563808,262.789009,0 +140438,641.7769654,1011.710476,633.3755716,264.6395788,0 +140439,645.7273465,1003.106893,636.0543448,266.247431,0 +140440,649.4510333,994.6140573,639.2190059,268.0538342,0 +140441,653.4243417,986.1077936,641.8124514,269.6508743,0 +140442,657.1482683,977.5568522,645.1452695,271.4456436,0 +140443,661.111264,969.0001492,647.642194,273.0315542,0 +140444,664.7341292,960.7267912,650.8615084,274.815384,0 +140445,668.7614117,952.0976187,653.4993215,276.3905746,0 +140446,672.2124569,943.784356,656.579678,278.1638771,0 +140447,676.2832604,935.3319679,659.3342888,279.7287279,0 +140448,679.793738,927.0220026,662.4252374,281.4918628,0 +140449,683.7270154,918.6398862,665.0785332,283.0467075,0 +140450,687.2656408,910.4595275,668.290865,284.7999915,0 +140451,691.1689985,902.061462,670.8185802,286.3451243,0 +140452,694.6337524,896.6204626,673.9407296,288.0888369,0 +140453,698.6585912,890.9082678,679.5680452,289.6245133,0 +140454,702.0352321,884.997006,676.3691035,291.3588899,0 +140455,705.9599329,879.3588342,682.8934563,292.8853424,0 +140456,709.4426927,873.5675554,685.8850568,294.6106127,0 +140457,713.2497909,867.9848824,687.9445367,296.1280432,0 +140458,716.8229999,862.1196202,691.2753301,297.8444028,0 +140459,720.64026,856.6675965,693.8923902,299.3529868,0 +140460,724.1361701,850.9570414,697.0219389,301.0606065,0 +140461,0,0,0,0,0 +140462,0,0,0,0,0 +140463,0,0,0,0,0 +140464,0,0,0,0,0 +140465,0,0,0,0,0 +140466,0,0,0,0,0 +140467,0,0,0,0,0 +140468,0,0,0,0,0 +140469,0,0,0,0,0 +140470,0,0,0,0,0 +140471,0,0,0,0,0 +140472,0,0,0,0,0 +140473,0,0,0,0,0 +140474,0,0,0,0,0 +140475,0,0,0,0,0 +140476,0,0,0,0,0 +140477,0,0,0,0,0 +140478,0,0,0,0,0 +140479,0,0,0,0,0 +140480,0,0,0,0,0 +140481,0,0,0,0,0 +140482,0,0,0,0,0 +140483,0,0,0,0,0 +140484,0,0,0,0,0 +140485,0,0,0,0,0 +140486,0,0,0,0,0 +140487,0,0,0,0,0 +140488,0,0,0,0,0 +140489,0,0,0,0,0 +140490,0,0,0,0,0 +140491,0,0,0,0,0 +140492,0,0,0,0,0 +140493,0,0,0,0,0 +140494,0,0,0,0,0 +140495,0,0,0,0,0 +140496,0,0,0,0,0 +140497,0,0,0,0,0 +140498,0,0,0,0,0 +140499,0,0,0,0,0 +140500,0,0,0,0,0 +140501,0,0,0,0,0 +140502,0,0,0,0,0 +140503,0,0,0,0,0 +140504,0,0,0,0,0 +140505,0,0,0,0,0 +140506,0,0,0,0,0 +140507,0,0,0,0,0 +140508,0,0,0,0,0 +140509,0,0,0,0,0 +140510,0,0,0,0,0 +140511,0,0,0,0,0 +140512,0,0,0,0,0 +140513,0,0,0,0,0 +140514,0,0,0,0,0 +140515,0,0,0,0,0 +140516,0,0,0,0,0 +140517,0,0,0,0,0 +140518,0,0,0,0,0 +140519,0,0,0,0,0 +140520,0,0,0,0,0 +140521,0,0,0,0,0 +140522,0,0,0,0,0 +140523,0,0,0,0,0 +140524,0,0,0,0,0 +140525,0,0,0,0,0 +140526,0,0,0,0,0 +140527,0,0,0,0,0 +140528,0,0,0,0,0 +140529,0,0,0,0,0 +140530,0,0,0,0,0 +140531,0,0,0,0,0 +140532,0,0,0,0,0 +140533,0,0,0,0,0 +140534,0,0,0,0,0 +140535,0,0,0,0,0 +140536,0,0,0,0,0 +140537,0,0,0,0,0 +140538,0,0,0,0,0 +140539,0,0,0,0,0 +140540,0,0,0,0,0 +140541,0,0,0,0,0 +140542,0,0,0,0,0 +140543,0,0,0,0,0 +140544,0,0,0,0,0 +140545,0,0,0,0,0 +140546,0,0,0,0,0 +140547,0,0,0,0,0 +140548,0,0,0,0,0 +140549,0,0,0,0,0 +140550,0,0,0,0,0 +140551,0,0,0,0,0 +140552,0,0,0,0,0 +140553,0,0,0,0,0 +140554,0,0,0,0,0 +140555,0,0,0,0,0 +140556,0,0,0,0,0 +140557,0,0,0,0,0 +140558,0,0,0,0,0 +140559,0,0,0,0,0 +140560,0,0,0,0,0 +140561,0,0,0,0,0 +140562,0,0,0,0,0 +140563,0,0,0,0,0 +140564,0,0,0,0,0 +140565,0,0,0,0,0 +140566,0,0,0,0,0 +140567,0,0,0,0,0 +140568,0,0,0,0,0 +140569,0,0,0,0,0 +140570,0,0,0,0,0 +140571,0,0,0,0,0 +140572,0,0,0,0,0 +140573,0,0,0,0,0 +140574,0,0,0,0,0 +140575,0,0,0,0,0 +140576,0,0,0,0,0 +140577,0,0,0,0,0 +140578,0,0,0,0,0 +140579,0,0,0,0,0 +140580,0,0,0,0,0 +140581,0,0,0,0,0 +140582,0,0,0,0,0 +140583,0,0,0,0,0 +140584,0,0,0,0,0 +140585,0,0,0,0,0 +140586,0,0,0,0,0 +140587,0,0,0,0,0 +140588,0,0,0,0,0 +140589,0,0,0,0,0 +140590,0,0,0,0,0 +140591,0,0,0,0,0 +140592,0,0,0,0,0 +140593,0,0,0,0,0 +140594,0,0,0,0,0 +140595,0,0,0,0,0 +140596,0,0,0,0,0 +140597,0,0,0,0,0 +140598,0,0,0,0,0 +140599,0,0,0,0,0 +140600,0,0,0,0,0 +140601,0,0,0,0,0 +140602,0,0,0,0,0 +140603,0,0,0,0,0 +140604,0,0,0,0,0 +140605,0,0,0,0,0 +140606,0,0,0,0,0 +140607,0,0,0,0,0 +140608,0,0,0,0,0 +140609,0,0,0,0,0 +140610,0,0,0,0,0 +140611,0,0,0,0,0 +140612,0,0,0,0,0 +140613,0,0,0,0,0 +140614,0,0,0,0,0 +140615,0,0,0,0,0 +140616,0,0,0,0,0 +140617,0,0,0,0,0 +140618,0,0,0,0,0 +140619,0,0,0,0,0 +140620,0,0,0,0,0 +140621,0,0,0,0,0 +140622,0,0,0,0,0 +140623,0,0,0,0,0 +140624,0,0,0,0,0 +140625,0,0,0,0,0 +140626,0,0,0,0,0 +140627,0,0,0,0,0 +140628,0,0,0,0,0 +140629,0,0,0,0,0 +140630,0,0,0,0,0 +140631,0,0,0,0,0 +140632,0,0,0,0,0 +140633,0,0,0,0,0 +140634,0,0,0,0,0 +140635,0,0,0,0,0 +140636,0,0,0,0,0 +140637,0,0,0,0,0 +140638,0,0,0,0,0 +140639,0,0,0,0,0 +140640,0,0,0,0,0 +140641,0,0,0,0,0 +140642,0,0,0,0,0 +140643,0,0,0,0,0 +140644,0,0,0,0,0 +140645,0,0,0,0,0 +140646,0,0,0,0,0 +140647,0,0,0,0,0 +140648,0,0,0,0,0 +140649,0,0,0,0,0 +140650,0,0,0,0,0 +140651,0,0,0,0,0 +140652,0,0,0,0,0 +140653,0,0,0,0,0 +140654,0,0,0,0,0 +140655,0,0,0,0,0 +140656,0,0,0,0,0 +140657,0,0,0,0,0 +140658,0,0,0,0,0 +140659,0,0,0,0,0 +140660,0,0,0,0,0 +140661,0,0,0,0,0 +140662,0,0,0,0,0 +140663,0,0,0,0,0 +140664,0,0,0,0,0 +140665,0,0,0,0,0 +140666,0,0,0,0,0 +140667,0,0,0,0,0 +140668,0,0,0,0,0 +140669,0,0,0,0,0 +140670,0,0,0,0,0 +140671,0,0,0,0,0 +140672,0,0,0,0,0 +140673,0,0,0,0,0 +140674,0,0,0,0,0 +140675,0,0,0,0,0 +140676,0,0,0,0,0 +140677,0,0,0,0,0 +140678,0,0,0,0,0 +140679,0,0,0,0,0 +140680,0,0,0,0,0 +140681,0,0,0,0,0 +140682,0,0,0,0,0 +140683,0,0,0,0,0 +140684,0,0,0,0,0 +140685,0,0,0,0,0 +140686,0,0,0,0,0 +140687,0,0,0,0,0 +140688,0,0,0,0,0 +140689,0,0,0,0,0 +140690,0,0,0,0,0 +140691,0,0,0,0,0 +140692,0,0,0,0,0 +140693,0,0,0,0,0 +140694,0,0,0,0,0 +140695,0,0,0,0,0 +140696,0,0,0,0,0 +140697,0,0,0,0,0 +140698,0,0,0,0,0 +140699,0,0,0,0,0 +140700,0,0,0,0,0 +140701,0,0,0,0,0 +140702,0,0,0,0,0 +140703,0,0,0,0,0 +140704,0,0,0,0,0 +140705,0,0,0,0,0 +140706,0,0,0,0,0 +140707,0,0,0,0,0 +140708,0,0,0,0,0 +140709,0,0,0,0,0 +140710,0,0,0,0,0 +140711,0,0,0,0,0 +140712,0,0,0,0,0 +140713,0,0,0,0,0 +140714,0,0,0,0,0 +140715,0,0,0,0,0 +140716,0,0,0,0,0 +140717,0,0,0,0,0 +140718,0,0,0,0,0 +140719,0,0,0,0,0 +140720,0,0,0,0,0 +140721,0,0,0,0,0 +140722,0,0,0,0,0 +140723,0,0,0,0,0 +140724,0,0,0,0,0 +140725,0,0,0,0,0 +140726,0,0,0,0,0 +140727,0,0,0,0,0 +140728,0,0,0,0,0 +140729,0,0,0,0,0 +140730,0,0,0,0,0 +140731,0,0,0,0,0 +140732,0,0,0,0,0 +140733,0,0,0,0,0 +140734,0,0,0,0,0 +140735,0,0,0,0,0 +140736,0,0,0,0,0 +140737,0,0,0,0,0 +140738,0,0,0,0,0 +140739,0,0,0,0,0 +140740,0,0,0,0,0 +140741,0,0,0,0,0 +140742,0,0,0,0,0 +140743,0,0,0,0,0 +140744,0,0,0,0,0 +140745,0,0,0,0,0 +140746,0,0,0,0,0 +140747,0,0,0,0,0 +140748,0,0,0,0,0 +140749,0,0,0,0,0 +140750,0,0,0,0,0 +140751,0,0,0,0,0 +140752,0,0,0,0,0 +140753,0,0,0,0,0 +140754,0,0,0,0,0 +140755,0,0,0,0,0 +140756,0,0,0,0,0 +140757,0,0,0,0,0 +140758,0,0,0,0,0 +140759,0,0,0,0,0 +140760,0,0,0,0,0 +140761,0,0,0,0,0 +140762,0,0,0,0,0 +140763,0,0,0,0,0 +140764,0,0,0,0,0 +140765,0,0,0,0,0 +140766,0,0,0,0,0 +140767,0,0,0,0,0 +140768,0,0,0,0,0 +140769,0,0,0,0,0 +140770,0,0,0,0,0 +140771,0,0,0,0,0 +140772,0,0,0,0,0 +140773,0,0,0,0,0 +140774,0,0,0,0,0 +140775,0,0,0,0,0 +140776,0,0,0,0,0 +140777,0,0,0,0,0 +140778,0,0,0,0,0 +140779,0,0,0,0,0 +140780,0,0,0,0,0 +140781,0,0,0,0,0 +140782,0,0,0,0,0 +140783,0,0,0,0,0 +140784,0,0,0,0,0 +140785,0,0,0,0,0 +140786,0,0,0,0,0 +140787,0,0,0,0,0 +140788,0,0,0,0,0 +140789,0,0,0,0,0 +140790,0,0,0,0,0 +140791,0,0,0,0,0 +140792,0,0,0,0,0 +140793,0,0,0,0,0 +140794,0,0,0,0,0 +140795,0,0,0,0,0 +140796,0,0,0,0,0 +140797,0,0,0,0,0 +140798,0,0,0,0,0 +140799,0,0,0,0,0 +140800,0,0,0,0,0 +140801,0,0,0,0,0 +140802,0,0,0,0,0 +140803,0,0,0,0,0 +140804,0,0,0,0,0 +140805,0,0,0,0,0 +140806,0,0,0,0,0 +140807,0,0,0,0,0 +140808,0,0,0,0,0 +140809,0,0,0,0,0 +140810,0,0,0,0,0 +140811,0,0,0,0,0 +140812,0,0,0,0,0 +140813,0,0,0,0,0 +140814,0,0,0,0,0 +140815,0,0,0,0,0 +140816,0,0,0,0,0 +140817,0,0,0,0,0 +140818,0,0,0,0,0 +140819,0,0,0,0,0 +140820,0,0,0,0,0 +140821,0,0,0,0,0 +140822,0,0,0,0,0 +140823,0,0,0,0,0 +140824,0,0,0,0,0 +140825,0,0,0,0,0 +140826,0,0,0,0,0 +140827,0,0,0,0,0 +140828,0,0,0,0,0 +140829,0,0,0,0,0 +140830,0,0,0,0,0 +140831,0,0,0,0,0 +140832,0,0,0,0,0 +140833,0,0,0,0,0 +140834,0,0,0,0,0 +140835,0,0,0,0,0 +140836,0,0,0,0,0 +140837,0,0,0,0,0 +140838,0,0,0,0,0 +140839,0,0,0,0,0 +140840,0,0,0,0,0 +140841,0,0,0,0,0 +140842,0,0,0,0,0 +140843,0,0,0,0,0 +140844,0,0,0,0,0 +140845,0,0,0,0,0 +140846,0,0,0,0,0 +140847,0,0,0,0,0 +140848,0,0,0,0,0 +140849,0,0,0,0,0 +140850,0,0,0,0,0 +140851,0,0,0,0,0 +140852,0,0,0,0,0 +140853,0,0,0,0,0 +140854,0,0,0,0,0 +140855,0,0,0,0,0 +140856,0,0,0,0,0 +140857,0,0,0,0,0 +140858,0,0,0,0,0 +140859,0,0,0,0,0 +140860,0,0,0,0,0 +140861,0,0,0,0,0 +140862,0,0,0,0,0 +140863,0,0,0,0,0 +140864,0,0,0,0,0 +140865,0,0,0,0,0 +140866,0,0,0,0,0 +140867,0,0,0,0,0 +140868,0,0,0,0,0 +140869,0,0,0,0,0 +140870,0,0,0,0,0 +140871,0,0,0,0,0 +140872,0,0,0,0,0 +140873,0,0,0,0,0 +140874,0,0,0,0,0 +140875,0,0,0,0,0 +140876,0,0,0,0,0 +140877,0,0,0,0,0 +140878,0,0,0,0,0 +140879,0,0,0,0,0 +140880,0,0,0,0,0 +140881,0,0,0,0,0 +140882,0,0,0,0,0 +140883,0,0,0,0,0 +140884,0,0,0,0,0 +140885,0,0,0,0,0 +140886,0,0,0,0,0 +140887,0,0,0,0,0 +140888,0,0,0,0,0 +140889,0,0,0,0,0 +140890,0,0,0,0,0 +140891,0,0,0,0,0 +140892,0,0,0,0,0 +140893,0,0,0,0,0 +140894,0,0,0,0,0 +140895,0,0,0,0,0 +140896,0,0,0,0,0 +140897,0,0,0,0,0 +140898,0,0,0,0,0 +140899,0,0,0,0,0 +140900,0,0,0,0,0 +140901,0,0,0,0,0 +140902,0,0,0,0,0 +140903,0,0,0,0,0 +140904,0,0,0,0,0 +140905,0,0,0,0,0 +140906,0,0,0,0,0 +140907,0,0,0,0,0 +140908,0,0,0,0,0 +140909,0,0,0,0,0 +140910,0,0,0,0,0 +140911,0,0,0,0,0 +140912,0,0,0,0,0 +140913,0,0,0,0,0 +140914,0,0,0,0,0 +140915,0,0,0,0,0 +140916,0,0,0,0,0 +140917,0,0,0,0,0 +140918,0,0,0,0,0 +140919,0,0,0,0,0 +140920,0,0,0,0,0 +140921,0,0,0,0,0 +140922,0,0,0,0,0 +140923,0,0,0,0,0 +140924,0,0,0,0,0 +140925,0,0,0,0,0 +140926,0,0,0,0,0 +140927,0,0,0,0,0 +140928,0,0,0,0,0 +140929,0,0,0,0,0 +140930,0,0,0,0,0 +140931,0,0,0,0,0 +140932,0,0,0,0,0 +140933,0,0,0,0,0 +140934,0,0,0,0,0 +140935,0,0,0,0,0 +140936,0,0,0,0,0 +140937,0,0,0,0,0 +140938,0,0,0,0,0 +140939,0,0,0,0,0 +140940,0,0,0,0,0 +140941,0,0,0,0,0 +140942,0,0,0,0,0 +140943,0,0,0,0,0 +140944,0,0,0,0,0 +140945,0,0,0,0,0 +140946,0,0,0,0,0 +140947,0,0,0,0,0 +140948,0,0,0,0,0 +140949,0,0,0,0,0 +140950,0,0,0,0,0 +140951,0,0,0,0,0 +140952,0,0,0,0,0 +140953,0,0,0,0,0 +140954,0,0,0,0,0 +140955,0,0,0,0,0 +140956,0,0,0,0,0 +140957,0,0,0,0,0 +140958,0,0,0,0,0 +140959,0,0,0,0,0 +140960,0,0,0,0,0 +140961,0,0,0,0,0 +140962,0,0,0,0,0 +140963,0,0,0,0,0 +140964,0,0,0,0,0 +140965,0,0,0,0,0 +140966,0,0,0,0,0 +140967,0,0,0,0,0 +140968,0,0,0,0,0 +140969,0,0,0,0,0 +140970,0,0,0,0,0 +140971,0,0,0,0,0 +140972,0,0,0,0,0 +140973,0,0,0,0,0 +140974,0,0,0,0,0 +140975,0,0,0,0,0 +140976,0,0,0,0,0 +140977,0,0,0,0,0 +140978,0,0,0,0,0 +140979,0,0,0,0,0 +140980,0,0,0,0,0 +140981,0,0,0,0,0 +140982,0,0,0,0,0 +140983,0,0,0,0,0 +140984,0,0,0,0,0 +140985,0,0,0,0,0 +140986,0,0,0,0,0 +140987,0,0,0,0,0 +140988,0,0,0,0,0 +140989,0,0,0,0,0 +140990,0,0,0,0,0 +140991,0,0,0,0,0 +140992,0,0,0,0,0 +140993,0,0,0,0,0 +140994,0,0,0,0,0 +140995,0,0,0,0,0 +140996,0,0,0,0,0 +140997,0,0,0,0,0 +140998,0,0,0,0,0 +140999,0,0,0,0,0 +141000,0,0,0,0,0 +141001,0,0,0,0,0 +141002,0,0,0,0,0 +141003,0,0,0,0,0 +141004,0,0,0,0,0 +141005,0,0,0,0,0 +141006,0,0,0,0,0 +141007,0,0,0,0,0 +141008,0,0,0,0,0 +141009,0,0,0,0,0 +141010,0,0,0,0,0 +141011,0,0,0,0,0 +141012,0,0,0,0,0 +141013,0,0,0,0,0 +141014,0,0,0,0,0 +141015,0,0,0,0,0 +141016,0,0,0,0,0 +141017,0,0,0,0,0 +141018,0,0,0,0,0 +141019,0,0,0,0,0 +141020,0,0,0,0,0 +141021,0,0,0,0,0 +141022,0,0,0,0,0 +141023,0,0,0,0,0 +141024,0,0,0,0,0 +141025,0,0,0,0,0 +141026,0,0,0,0,0 +141027,0,0,0,0,0 +141028,0,0,0,0,0 +141029,0,0,0,0,0 +141030,0,0,0,0,0 +141031,0,0,0,0,0 +141032,0,0,0,0,0 +141033,0,0,0,0,0 +141034,0,0,0,0,0 +141035,0,0,0,0,0 +141036,0,0,0,0,0 +141037,0,0,0,0,0 +141038,0,0,0,0,0 +141039,0,0,0,0,0 +141040,0,0,0,0,0 +141041,0,0,0,0,0 +141042,0,0,0,0,0 +141043,0,0,0,0,0 +141044,0,0,0,0,0 +141045,0,0,0,0,0 +141046,0,0,0,0,0 +141047,0,0,0,0,0 +141048,0,0,0,0,0 +141049,0,0,0,0,0 +141050,0,0,0,0,0 +141051,0,0,0,0,0 +141052,0,0,0,0,0 +141053,0,0,0,0,0 +141054,0,0,0,0,0 +141055,0,0,0,0,0 +141056,0,0,0,0,0 +141057,0,0,0,0,0 +141058,0,0,0,0,0 +141059,0,0,0,0,0 +141060,0,0,0,0,0 +141061,0,0,0,0,0 +141062,0,0,0,0,0 +141063,0,0,0,0,0 +141064,0,0,0,0,0 +141065,0,0,0,0,0 +141066,0,0,0,0,0 +141067,0,0,0,0,0 +141068,0,0,0,0,0 +141069,0,0,0,0,0 +141070,0,0,0,0,0 +141071,0,0,0,0,0 +141072,0,0,0,0,0 +141073,0,0,0,0,0 +141074,0,0,0,0,0 +141075,0,0,0,0,0 +141076,0,0,0,0,0 +141077,0,0,0,0,0 +141078,0,0,0,0,0 +141079,0,0,0,0,0 +141080,0,0,0,0,0 +141081,0,0,0,0,0 +141082,0,0,0,0,0 +141083,0,0,0,0,0 +141084,0,0,0,0,0 +141085,0,0,0,0,0 +141086,0,0,0,0,0 +141087,0,0,0,0,0 +141088,0,0,0,0,0 +141089,0,0,0,0,0 +141090,0,0,0,0,0 +141091,0,0,0,0,0 +141092,0,0,0,0,0 +141093,0,0,0,0,0 +141094,0,0,0,0,0 +141095,0,0,0,0,0 +141096,0,0,0,0,0 +141097,0,0,0,0,0 +141098,0,0,0,0,0 +141099,0,0,0,0,0 +141100,0,0,0,0,0 +141101,0,0,0,0,0 +141102,0,0,0,0,0 +141103,0,0,0,0,0 +141104,0,0,0,0,0 +141105,0,0,0,0,0 +141106,0,0,0,0,0 +141107,0,0,0,0,0 +141108,0,0,0,0,0 +141109,0,0,0,0,0 +141110,0,0,0,0,0 +141111,0,0,0,0,0 +141112,0,0,0,0,0 +141113,0,0,0,0,0 +141114,0,0,0,0,0 +141115,0,0,0,0,0 +141116,0,0,0,0,0 +141117,0,0,0,0,0 +141118,0,0,0,0,0 +141119,0,0,0,0,0 +141120,0,0,0,0,0 +141121,0,0,0,0,0 +141122,0,0,0,0,0 +141123,0,0,0,0,0 +141124,0,0,0,0,0 +141125,0,0,0,0,0 +141126,0,0,0,0,0 +141127,0,0,0,0,0 +141128,0,0,0,0,0 +141129,0,0,0,0,0 +141130,0,0,0,0,0 +141131,0,0,0,0,0 +141132,0,0,0,0,0 +141133,0,0,0,0,0 +141134,0,0,0,0,0 +141135,0,0,0,0,0 +141136,0,0,0,0,0 +141137,0,0,0,0,0 +141138,0,0,0,0,0 +141139,0,0,0,0,0 +141140,0,0,0,0,0 +141141,0,0,0,0,0 +141142,0,0,0,0,0 +141143,0,0,0,0,0 +141144,0,0,0,0,0 +141145,0,0,0,0,0 +141146,0,0,0,0,0 +141147,0,0,0,0,0 +141148,0,0,0,0,0 +141149,0,0,0,0,0 +141150,0,0,0,0,0 +141151,0,0,0,0,0 +141152,0,0,0,0,0 +141153,0,0,0,0,0 +141154,0,0,0,0,0 +141155,0,0,0,0,0 +141156,0,0,0,0,0 +141157,0,0,0,0,0 +141158,0,0,0,0,0 +141159,0,0,0,0,0 +141160,0,0,0,0,0 +141161,0,0,0,0,0 +141162,0,0,0,0,0 +141163,0,0,0,0,0 +141164,0,0,0,0,0 +141165,0,0,0,0,0 +141166,0,0,0,0,0 +141167,0,0,0,0,0 +141168,0,0,0,0,0 +141169,0,0,0,0,0 +141170,0,0,0,0,0 +141171,0,0,0,0,0 +141172,0,0,0,0,0 +141173,0,0,0,0,0 +141174,0,0,0,0,0 +141175,0,0,0,0,0 +141176,0,0,0,0,0 +141177,0,0,0,0,0 +141178,0,0,0,0,0 +141179,0,0,0,0,0 +141180,0,0,0,0,0 +141181,0,0,0,0,0 +141182,0,0,0,0,0 +141183,0,0,0,0,0 +141184,0,0,0,0,0 +141185,0,0,0,0,0 +141186,0,0,0,0,0 +141187,0,0,0,0,0 +141188,0,0,0,0,0 +141189,0,0,0,0,0 +141190,0,0,0,0,0 +141191,0,0,0,0,0 +141192,0,0,0,0,0 +141193,0,0,0,0,0 +141194,0,0,0,0,0 +141195,0,0,0,0,0 +141196,0,0,0,0,0 +141197,0,0,0,0,0 +141198,0,0,0,0,0 +141199,0,0,0,0,0 +141200,0,0,0,0,0 +141201,0,0,0,0,0 +141202,0,0,0,0,0 +141203,0,0,0,0,0 +141204,0,0,0,0,0 +141205,0,0,0,0,0 +141206,0,0,0,0,0 +141207,0,0,0,0,0 +141208,0,0,0,0,0 +141209,0,0,0,0,0 +141210,0,0,0,0,0 +141211,0,0,0,0,0 +141212,0,0,0,0,0 +141213,0,0,0,0,0 +141214,0,0,0,0,0 +141215,0,0,0,0,0 +141216,0,0,0,0,0 +141217,0,0,0,0,0 +141218,0,0,0,0,0 +141219,0,0,0,0,0 +141220,0,0,0,0,0 +141221,0,0,0,0,0 +141222,0,0,0,0,0 +141223,0,0,0,0,0 +141224,0,0,0,0,0 +141225,0,0,0,0,0 +141226,0,0,0,0,0 +141227,0,0,0,0,0 +141228,0,0,0,0,0 +141229,0,0,0,0,0 +141230,0,0,0,0,0 +141231,0,0,0,0,0 +141232,0,0,0,0,0 +141233,0,0,0,0,0 +141234,0,0,0,0,0 +141235,0,0,0,0,0 +141236,0,0,0,0,0 +141237,0,0,0,0,0 +141238,0,0,0,0,0 +141239,0,0,0,0,0 +141240,0,0,0,0,0 +141241,0,0,0,0,0 +141242,0,0,0,0,0 +141243,0,0,0,0,0 +141244,0,0,0,0,0 +141245,0,0,0,0,0 +141246,0,0,0,0,0 +141247,0,0,0,0,0 +141248,0,0,0,0,0 +141249,0,0,0,0,0 +141250,0,0,0,0,0 +141251,0,0,0,0,0 +141252,0,0,0,0,0 +141253,0,0,0,0,0 +141254,0,0,0,0,0 +141255,0,0,0,0,0 +141256,0,0,0,0,0 +141257,0,0,0,0,0 +141258,0,0,0,0,0 +141259,0,0,0,0,0 +141260,0,0,0,0,0 +141261,0,0,0,0,0 +141262,0,0,0,0,0 +141263,0,0,0,0,0 +141264,0,0,0,0,0 +141265,0,0,0,0,0 +141266,0,0,0,0,0 +141267,0,0,0,0,0 +141268,0,0,0,0,0 +141269,0,0,0,0,0 +141270,0,0,0,0,0 +141271,0,0,0,0,0 +141272,0,0,0,0,0 +141273,0,0,0,0,0 +141274,0,0,0,0,0 +141275,0,0,0,0,0 +141276,0,0,0,0,0 +141277,0,0,0,0,0 +141278,0,0,0,0,0 +141279,0,0,0,0,0 +141280,0,0,0,0,0 +141281,0,0,0,0,0 +141282,0,0,0,0,0 +141283,0,0,0,0,0 +141284,0,0,0,0,0 +141285,0,0,0,0,0 +141286,0,0,0,0,0 +141287,0,0,0,0,0 +141288,0,0,0,0,0 +141289,0,0,0,0,0 +141290,0,0,0,0,0 +141291,0,0,0,0,0 +141292,0,0,0,0,0 +141293,0,0,0,0,0 +141294,0,0,0,0,0 +141295,0,0,0,0,0 +141296,0,0,0,0,0 +141297,0,0,0,0,0 +141298,0,0,0,0,0 +141299,0,0,0,0,0 +141300,0,0,0,0,0 +141301,0,0,0,0,0 +141302,0,0,0,0,0 +141303,0,0,0,0,0 +141304,0,0,0,0,0 +141305,0,0,0,0,0 +141306,0,0,0,0,0 +141307,0,0,0,0,0 +141308,0,0,0,0,0 +141309,0,0,0,0,0 +141310,0,0,0,0,0 +141311,0,0,0,0,0 +141312,0,0,0,0,0 +141313,0,0,0,0,0 +141314,0,0,0,0,0 +141315,0,0,0,0,0 +141316,0,0,0,0,0 +141317,0,0,0,0,0 +141318,0,0,0,0,0 +141319,0,0,0,0,0 +141320,0,0,0,0,0 +141321,0,0,0,0,0 +141322,0,0,0,0,0 +141323,0,0,0,0,0 +141324,0,0,0,0,0 +141325,0,0,0,0,0 +141326,0,0,0,0,0 +141327,0,0,0,0,0 +141328,0,0,0,0,0 +141329,0,0,0,0,0 +141330,0,0,0,0,0 +141331,0,0,0,0,0 +141332,0,0,0,0,0 +141333,0,0,0,0,0 +141334,0,0,0,0,0 +141335,0,0,0,0,0 +141336,0,0,0,0,0 +141337,0,0,0,0,0 +141338,0,0,0,0,0 +141339,0,0,0,0,0 +141340,0,0,0,0,0 +141341,0,0,0,0,0 +141342,0,0,0,0,0 +141343,0,0,0,0,0 +141344,0,0,0,0,0 +141345,0,0,0,0,0 +141346,0,0,0,0,0 +141347,0,0,0,0,0 +141348,0,0,0,0,0 +141349,0,0,0,0,0 +141350,0,0,0,0,0 +141351,0,0,0,0,0 +141352,0,0,0,0,0 +141353,0,0,0,0,0 +141354,0,0,0,0,0 +141355,0,0,0,0,0 +141356,0,0,0,0,0 +141357,0,0,0,0,0 +141358,0,0,0,0,0 +141359,0,0,0,0,0 +141360,0,0,0,0,0 +141361,0,0,0,0,0 +141362,0,0,0,0,0 +141363,0,0,0,0,0 +141364,0,0,0,0,0 +141365,0,0,0,0,0 +141366,0,0,0,0,0 +141367,0,0,0,0,0 +141368,0,0,0,0,0 +141369,0,0,0,0,0 +141370,0,0,0,0,0 +141371,0,0,0,0,0 +141372,0,0,0,0,0 +141373,0,0,0,0,0 +141374,0,0,0,0,0 +141375,0,0,0,0,0 +141376,0,0,0,0,0 +141377,0,0,0,0,0 +141378,0,0,0,0,0 +141379,0,0,0,0,0 +141380,0,0,0,0,0 +141381,0,0,0,0,0 +141382,0,0,0,0,0 +141383,0,0,0,0,0 +141384,0,0,0,0,0 +141385,0,0,0,0,0 +141386,0,0,0,0,0 +141387,0,0,0,0,0 +141388,0,0,0,0,0 +141389,0,0,0,0,0 +141390,0,0,0,0,0 +141391,0,0,0,0,0 +141392,0,0,0,0,0 +141393,0,0,0,0,0 +141394,0,0,0,0,0 +141395,0,0,0,0,0 +141396,0,0,0,0,0 +141397,0,0,0,0,0 +141398,0,0,0,0,0 +141399,0,0,0,0,0 +141400,0,0,0,0,0 +141401,0,0,0,0,0 +141402,0,0,0,0,0 +141403,0,0,0,0,0 +141404,0,0,0,0,0 +141405,0,0,0,0,0 +141406,0,0,0,0,0 +141407,0,0,0,0,0 +141408,0,0,0,0,0 +141409,0,0,0,0,0 +141410,0,0,0,0,0 +141411,0,0,0,0,0 +141412,0,0,0,0,0 +141413,0,0,0,0,0 +141414,0,0,0,0,0 +141415,0,0,0,0,0 +141416,0,0,0,0,0 +141417,0,0,0,0,0 +141418,0,0,0,0,0 +141419,0,0,0,0,0 +141420,0,0,0,0,0 +141421,0,0,0,0,0 +141422,0,0,0,0,0 +141423,0,0,0,0,0 +141424,0,0,0,0,0 +141425,0,0,0,0,0 +141426,0,0,0,0,0 +141427,0,0,0,0,0 +141428,0,0,0,0,0 +141429,0,0,0,0,0 +141430,0,0,0,0,0 +141431,0,0,0,0,0 +141432,0,0,0,0,0 +141433,0,0,0,0,0 +141434,0,0,0,0,0 +141435,0,0,0,0,0 +141436,0,0,0,0,0 +141437,0,0,0,0,0 +141438,0,0,0,0,0 +141439,0,0,0,0,0 +141440,0,0,0,0,0 +141441,0,0,0,0,0 +141442,0,0,0,0,0 +141443,0,0,0,0,0 +141444,0,0,0,0,0 +141445,0,0,0,0,0 +141446,0,0,0,0,0 +141447,0,0,0,0,0 +141448,0,0,0,0,0 +141449,0,0,0,0,0 +141450,0,0,0,0,0 +141451,0,0,0,0,0 +141452,0,0,0,0,0 +141453,0,0,0,0,0 +141454,0,0,0,0,0 +141455,0,0,0,0,0 +141456,0,0,0,0,0 +141457,0,0,0,0,0 +141458,0,0,0,0,0 +141459,0,0,0,0,0 +141460,0,0,0,0,0 +141461,0,0,0,0,0 +141462,0,0,0,0,0 +141463,0,0,0,0,0 +141464,0,0,0,0,0 +141465,0,0,0,0,0 +141466,0,0,0,0,0 +141467,0,0,0,0,0 +141468,0,0,0,0,0 +141469,0,0,0,0,0 +141470,0,0,0,0,0 +141471,0,0,0,0,0 +141472,0,0,0,0,0 +141473,0,0,0,0,0 +141474,0,0,0,0,0 +141475,0,0,0,0,0 +141476,0,0,0,0,0 +141477,0,0,0,0,0 +141478,0,0,0,0,0 +141479,0,0,0,0,0 +141480,0,0,0,0,0 +141481,0,0,0,0,0 +141482,0,0,0,0,0 +141483,0,0,0,0,0 +141484,0,0,0,0,0 +141485,0,0,0,0,0 +141486,0,0,0,0,0 +141487,0,0,0,0,0 +141488,0,0,0,0,0 +141489,0,0,0,0,0 +141490,0,0,0,0,0 +141491,0,0,0,0,0 +141492,0,0,0,0,0 +141493,0,0,0,0,0 +141494,0,0,0,0,0 +141495,0,0,0,0,0 +141496,0,0,0,0,0 +141497,0,0,0,0,0 +141498,0,0,0,0,0 +141499,0,0,0,0,0 +141500,0,0,0,0,0 +141501,0,0,0,0,0 +141502,0,0,0,0,0 +141503,0,0,0,0,0 +141504,0,0,0,0,0 +141505,0,0,0,0,0 +141506,0,0,0,0,0 +141507,0,0,0,0,0 +141508,0,0,0,0,0 +141509,0,0,0,0,0 +141510,0,0,0,0,0 +141511,0,0,0,0,0 +141512,0,0,0,0,0 +141513,0,0,0,0,0 +141514,0,0,0,0,0 +141515,0,0,0,0,0 +141516,0,0,0,0,0 +141517,0,0,0,0,0 +141518,0,0,0,0,0 +141519,0,0,0,0,0 +141520,0,0,0,0,0 +141521,0,0,0,0,0 +141522,0,0,0,0,0 +141523,0,0,0,0,0 +141524,0,0,0,0,0 +141525,0,0,0,0,0 +141526,0,0,0,0,0 +141527,0,0,0,0,0 +141528,0,0,0,0,0 +141529,0,0,0,0,0 +141530,0,0,0,0,0 +141531,0,0,0,0,0 +141532,0,0,0,0,0 +141533,0,0,0,0,0 +141534,0,0,0,0,0 +141535,0,0,0,0,0 +141536,0,0,0,0,0 +141537,0,0,0,0,0 +141538,0,0,0,0,0 +141539,0,0,0,0,0 +141540,0,0,0,0,0 +141541,-1530.198447,0,0,-647.8677381,0 +141542,-732.7528091,0,0,-137.4402724,0 +141543,0,0,0,0,0 +141544,0,0,0,0,0 +141545,-65.60180656,0,0,-124.1352175,0 +141546,-288.6448587,0,0,-48.75425447,0 +141547,-92.23052646,0,0,-53.91940221,0 +141548,-135.2410208,0,0,-52.53735969,0 +141549,-128.6788741,0,0,-49.52552033,0 +141550,-122.5726158,0,0,-46.70661293,0 +141551,-116.1556997,0,0,-43.75585386,0 +141552,-109.9476143,0,0,-41.00310115,0 +141553,-103.6945109,0,0,-37.90206792,0 +141554,-97.40003872,0,0,-35.22297591,0 +141555,-91.32801612,0,0,-32.41846066,0 +141556,-85.22196161,0,0,-29.37875206,0 +141557,-78.95426251,0,0,-26.76786622,0 +141558,-72.78870048,203.8491116,0,-23.92437857,0 +141559,-66.72828989,141.887283,0,-20.84853632,0 +141560,-60.51424141,171.0563678,0,-18.42900796,0 +141561,-54.5420301,196.4182428,0,-15.33539943,0 +141562,-48.02724191,215.025581,0,-12.67913434,0 +141563,-42.41568063,233.0841964,0,-9.794551528,0 +141564,-36.00316857,251.5832243,0,-7.127681382,0 +141565,-29.97369231,269.3998045,0,-4.234157976,0 +141566,-23.67239509,287.7578318,0,-1.337608507,0 +141567,-17.62757728,305.5771284,0,0,0 +141568,-11.57847239,323.4276016,0,0,0 +141569,-5.000320293,341.0887433,0,0,0 +141570,0,359.0850161,0,0,0 +141571,0,374.3641234,0,0,0 +141572,0,390.0708625,0,0,0 +141573,0,404.9109076,0,0,0 +141574,0,419.7905752,0,0,0 +141575,0,434.1697746,0,0,0 +141576,0,449.3417126,0,0,0 +141577,0,462.9987518,0,0,0 +141578,0,477.4326604,0,0,0 +141579,0,491.329892,0,0,0 +141580,0,505.2010133,0,0,0 +141581,0,518.9058365,0,0,0 +141582,0,537.8426147,0,0,0 +141583,0,556.242847,0,0,0 +141584,0,573.7006106,0,0,0 +141585,0,591.3392652,0,0,0 +141586,0,608.720433,0,0,0 +141587,0,625.9430146,0,0,0 +141588,0,643.0068647,0,0,0 +141589,0,659.9168843,0,0,0 +141590,0,676.6342035,0,0,0 +141591,0,693.3118484,0,0,0 +141592,0,709.7573189,0,0,0 +141593,0,726.1023275,0,0,0 +141594,0,742.2573105,0,0,0 +141595,0,758.3994486,0,0,0 +141596,0,773.8304162,0,0,0 +141597,0,790.3544566,0,0,0 +141598,0,805.7056398,0,0,0 +141599,0,821.3026695,0,0,0 +141600,0,836.8374019,0,0,0 +141601,0,852.1246256,0,0,0 +141602,0,867.5443915,0,0,0 +141603,0,882.5271232,0,0,0 +141604,0,897.6546251,0,0,0 +141605,0,912.6832404,0,0,0 +141606,0,927.3477994,0,0,0 +141607,0,942.2084955,0,0,0 +141608,0,956.7808178,0,0,0 +141609,0,971.2498626,0,0,0 +141610,0,985.8158138,0,0,0 +141611,0,999.9348681,0,0,0 +141612,0,1014.298225,0,0,0 +141613,0,1028.35674,0,0,0 +141614,0,1042.385181,0,0,0 +141615,0,1056.241728,0,0,0 +141616,0,1070.22928,0,0,0 +141617,0,1083.740294,0,0,0 +141618,0,1097.53828,0,0,0 +141619,0,1111.014729,0,0,0 +141620,0,1126.146709,0,0,0 +141621,0,1144.872942,0,0,0 +141622,0,1150.258316,0,0,0 +141623,0,1176.554129,24.6417101,0,0 +141624,0,1171.978155,83.63615494,0,0 +141625,0,1174.104215,49.62932578,0,0 +141626,0,1214.767511,66.73756212,0,0 +141627,0,1212.534418,71.43362604,0,0 +141628,0,1228.654336,75.70992008,0,0 +141629,0,1241.30448,79.67701163,0,0 +141630,0,1253.922317,83.98075985,0,0 +141631,0,1265.489471,87.30565147,0,0 +141632,0,1277.220767,90.21521708,0,0 +141633,0,1288.612006,93.50721486,0,0 +141634,0,1299.753432,96.1052433,0,0 +141635,0,1310.908285,98.87318844,0,0 +141636,0,1321.859558,101.4890939,0,0 +141637,0,1332.691859,103.612565,0,0 +141638,0,1343.472229,106.0999879,0,0 +141639,0,1353.844906,108.1149993,0,0 +141640,0,1364.569652,110.2322017,0,0 +141641,0,1374.690996,111.9130375,0,0 +141642,0,1384.980717,113.7433154,0,0 +141643,0,1395.0564,115.3503189,0,0 +141644,0,1405.025613,116.8665472,0,0 +141645,0,1414.886739,118.2763573,0,0 +141646,0,1424.629312,119.4600556,0,0 +141647,0,1434.347146,120.868761,0,0 +141648,0,1443.732349,122.0156477,0,0 +141649,0,1453.115644,122.8718299,0,0 +141650,0,1462.535705,123.9131661,0,0 +141651,0,1471.745379,124.7546912,0,0 +141652,0,1480.707746,125.5393907,0,0 +141653,0,1489.749615,126.249888,0,0 +141654,0,1498.60297,126.8904016,0,0 +141655,0,1507.458058,127.4633496,0,0 +141656,0,1515.883203,127.9736185,0,0 +141657,0,1524.64504,128.4234304,0,0 +141658,0,1533.011722,128.8176206,0,0 +141659,0,1541.375316,129.1583697,0,0 +141660,0,1550.741983,129.4504638,0,0 +141661,0,1564.931488,129.203245,0,0 +141662,0,1559.150339,128.7334965,0,0 +141663,0,1570.763206,128.1604632,0,0 +141664,0,1583.647295,127.5245014,0,0 +141665,0,1587.470999,126.839295,0,0 +141666,0,1595.693632,126.1133799,0,0 +141667,0,1603.109502,125.3503238,0,0 +141668,0,1610.320767,124.5554293,0,0 +141669,0,1617.551518,123.7312092,0,0 +141670,0,1624.430324,122.8825877,0,0 +141671,0,1631.437789,122.0119493,0,0 +141672,0,1638.154552,120.9947046,0,0 +141673,0,1645.039467,120.2862046,0,0 +141674,0,1651.703773,119.4039267,0,0 +141675,0,1658.112111,118.317343,0,0 +141676,0,1664.632926,117.486399,0,0 +141677,0,1670.966249,116.5443844,0,0 +141678,0,1677.220921,115.6255595,0,0 +141679,0,1683.483231,114.714686,0,0 +141680,0,1689.394779,113.8157022,0,0 +141681,0,1695.443292,112.9313176,0,0 +141682,0,1701.305072,112.0664585,0,0 +141683,0,1706.986169,111.2237168,0,0 +141684,0,1712.835604,110.4080668,0,0 +141685,0,1719.67085,109.5052511,0,0 +141686,0,1729.191166,108.9293381,0,0 +141687,0,1723.898675,108.1295518,0,0 +141688,0,1733.648553,107.4769779,0,0 +141689,0,1741.774998,106.8515732,0,0 +141690,0,1744.321879,106.2762378,0,0 +141691,0,1749.58437,105.5790118,0,0 +141692,0,1754.157359,104.9052765,0,0 +141693,0,1758.41594,104.278718,0,0 +141694,0,1762.744117,103.7097095,0,0 +141695,0,1766.76724,103.2035887,0,0 +141696,0,1770.850143,102.7667268,0,0 +141697,0,1774.694354,102.4028722,0,0 +141698,0,1778.357363,102.1177703,0,0 +141699,0,1782.147071,102.021854,0,0 +141700,0,1785.626035,101.7452611,0,0 +141701,0,1789.231003,101.7993417,0,0 +141702,0,1792.504937,101.8558829,0,0 +141703,0,1795.73575,101.9208595,0,0 +141704,0,1798.885207,102.36341,0,0 +141705,0,1802.053064,102.671074,0,0 +141706,0,1805.456973,103.1916906,0,0 +141707,0,1811.307192,103.8137439,0,0 +141708,0,1805.076482,104.5595063,0,0 +141709,0,1835.925258,105.4330867,0,0 +141710,0,1785.537531,106.4401357,0,0 +141711,0,1833.072079,107.584277,0,0 +141712,0,1840.809605,108.8714028,0,0 +141713,0,1788.357922,110.4194067,0,0 +141714,0,1842.288173,111.9113706,0,0 +141715,0,1823.35698,111.1677484,0,0 +141716,0,1829.147416,112.7000055,0,0 +141717,0,1831.127631,114.8258148,0,0 +141718,0,1832.939625,116.6474428,0,0 +141719,0,1834.683333,118.8718923,0,0 +141720,0,1836.334593,120.6724167,0,0 +141721,0,1838.14214,123.7957875,0,0 +141722,0,1839.658736,126.2566932,0,0 +141723,0,1841.309902,129.1457195,0,0 +141724,0,1842.657075,131.9311534,0,0 +141725,0,1844.135989,134.7666832,0,0 +141726,0,1845.312944,137.7666669,0,0 +141727,0,1846.619849,140.4442654,0,0 +141728,0,1847.627518,143.4669505,0,0 +141729,0,1848.763376,146.2355207,0,0 +141730,0,1849.602797,149.4424278,0,0 +141731,0,1850.568563,152.3063711,0,0 +141732,0,1851.240706,155.4933914,0,0 +141733,0,1851.900419,158.2806814,0,0 +141734,0,1852.757895,161.448242,0,0 +141735,0,1853.013028,164.4892432,0,0 +141736,0,1853.506731,167.5752563,0,0 +141737,0,1853.977182,170.6805131,0,0 +141738,0,1854.154067,173.8047973,0,0 +141739,0,1854.315458,177.1238606,0,0 +141740,0,1854.416368,180.0043784,0,0 +141741,0,1854.459998,183.3736759,0,0 +141742,0,1854.389694,186.5058577,0,0 +141743,0,1854.268642,189.7688296,0,0 +141744,0,1854.033817,192.9670852,0,0 +141745,0,1853.746969,196.2673391,0,0 +141746,0,1853.347054,199.5016487,0,0 +141747,0,1852.8946,202.8386245,0,0 +141748,0,1852.329769,206.321878,0,0 +141749,0,1851.594538,209.1500499,0,0 +141750,0,1851.035116,212.9329446,0,0 +141751,0,1850.069211,216.1032022,0,0 +141752,0,1849.091401,219.4067664,0,0 +141753,0,1848.001761,222.7405128,0,0 +141754,0,1846.822297,226.0937987,0,0 +141755,0,1845.553791,229.4051211,0,0 +141756,0,1844.209651,232.8133771,0,0 +141757,0,1842.768432,236.2207412,0,0 +141758,0,1841.239784,239.5821648,0,0 +141759,0,1839.623146,243.041158,0,0 +141760,0,1837.918922,246.4246565,0,0 +141761,0,1836.127445,250.1752366,0,0 +141762,0,1834.249299,253.1672841,0,0 +141763,0,1832.285065,256.8902104,0,0 +141764,0,1830.234651,260.2845809,0,0 +141765,0,1828.098884,263.8300631,0,0 +141766,0,1825.87803,267.2992488,0,0 +141767,0,1823.572055,270.8785808,0,0 +141768,0,1821.064853,274.3773431,0,0 +141769,0,1818.75709,277.9901569,0,0 +141770,0,1837.593579,281.5187837,0,0 +141771,0,1782.06799,285.165627,0,0 +141772,0,1826.435562,288.7546365,0,0 +141773,0,1804.336955,292.3582953,0,0 +141774,0,1805.940269,296.0484368,0,0 +141775,0,1800.684987,299.6542662,0,0 +141776,0,1799.674897,303.3839705,0,0 +141777,0,1795.699543,307.0184453,0,0 +141778,113.8931304,1792.630105,310.7830679,0,0 +141779,86.17519055,1789.329175,314.47989,0,0 +141780,96.03116429,1785.943507,318.1914001,0,0 +141781,109.6062853,1782.202126,321.0856813,0,0 +141782,118.06353,1778.283346,324.099806,0,0 +141783,126.120706,1774.365792,327.0184284,0,0 +141784,134.2305175,1770.081405,330.1546939,0,0 +141785,142.0437642,1765.835487,333.0989698,0,0 +141786,149.9789567,1761.689494,336.2064033,0,0 +141787,157.8809659,1757.230098,339.1607121,0,0 +141788,165.2287408,1752.786814,342.3354014,0,0 +141789,172.9971613,1748.243396,345.3153722,0,0 +141790,180.5375057,1743.617105,348.4598817,33.59925904,0 +141791,187.953399,1738.797981,351.4499739,34.33693008,0 +141792,195.1741207,1734.164591,355.041262,33.10241018,0 +141793,202.6546147,1747.606911,357.4696055,39.83229716,0 +141794,209.6893173,1697.420755,360.9418379,43.29149075,0 +141795,217.0716671,1732.499972,363.941119,46.71330003,0 +141796,223.7559031,1711.054218,367.1306717,50.30596277,0 +141797,231.2604849,1708.936776,370.2116395,53.58089984,0 +141798,237.7346782,1703.605123,373.459242,56.86507059,0 +141799,245.1065877,1698.372071,376.456447,60.28839884,0 +141800,251.7044018,1692.781815,379.7724192,63.49416748,0 +141801,258.3392811,1687.343713,382.8869053,66.66541004,0 +141802,265.3176525,1681.732495,386.0718412,69.96573509,0 +141803,272.1410012,1675.948383,389.1872656,72.97293156,0 +141804,278.6060514,1670.351166,392.8268597,76.1402111,0 +141805,285.2301831,1664.442493,395.6239924,79.28839645,0 +141806,291.6946784,1658.549098,399.1520506,82.26256769,0 +141807,298.4758887,1652.559578,402.1236496,85.18700064,0 +141808,304.7092202,1646.388378,405.478127,88.25866182,0 +141809,310.8173165,1640.389244,408.7451597,91.2796488,0 +141810,317.863147,1634.095292,412.0241676,94.13920719,0 +141811,323.4910939,1627.800554,415.0337615,96.97641992,0 +141812,329.8654041,1621.136038,418.1641395,99.78881606,0 +141813,335.9452525,1614.504198,421.3388885,102.5175857,0 +141814,341.9927117,1607.944424,424.3859837,105.3941671,0 +141815,348.0630355,1601.102835,427.4723781,108.1505754,0 +141816,353.9979253,1594.266303,430.6466527,110.6923089,0 +141817,359.9828184,1587.334169,433.7324275,113.5533994,0 +141818,365.8570344,1580.217698,436.7429533,116.1468895,0 +141819,371.6826073,1573.275126,439.9010377,118.7233584,0 +141820,377.5357325,1587.230339,443.0454455,121.5394947,0 +141821,382.9481958,1527.760075,446.0110064,123.9502093,0 +141822,389.194242,1589.208701,449.2174824,126.5113867,0 +141823,394.5870819,1507.9006,452.2373622,129.1837087,0 +141824,400.3365942,1557.615375,455.3526468,131.6440052,0 +141825,405.8828261,1518.254837,458.3857754,134.2611784,0 +141826,411.4992131,1524.926883,461.5161301,136.602231,0 +141827,416.9648853,1512.934646,464.5303554,139.0541276,0 +141828,422.5045677,1506.058427,467.6855385,141.6266175,0 +141829,427.8902964,1498.009705,470.7457358,143.985339,0 +141830,433.3551703,1490.276148,473.7199541,146.4129747,0 +141831,438.6615692,1482.276014,476.8459614,148.8055686,0 +141832,444.0172039,1474.281424,479.9165113,151.0822567,0 +141833,449.3373642,1466.148307,482.9685645,153.6990191,0 +141834,454.5367283,1457.939774,486.0266396,155.7957137,0 +141835,459.7809936,1449.97087,489.0568603,158.2206763,0 +141836,464.9916065,1441.44977,492.076933,160.5079718,0 +141837,470.0799094,1433.237357,495.1941699,162.7987431,0 +141838,475.2161746,1424.69785,498.1734453,164.964423,0 +141839,480.3196863,1416.422058,502.6572786,167.3933254,0 +141840,485.2988747,1407.812047,504.2210018,169.5513807,0 +141841,490.2693283,1399.415643,509.4849049,171.7698802,0 +141842,495.1858034,1390.620794,508.8410734,173.9411862,0 +141843,499.9667292,1382.176416,517.8014043,176.0942716,0 +141844,504.7994763,1373.410598,510.9485741,178.2309369,0 +141845,509.5589293,1364.632795,516.2131616,180.3487054,0 +141846,514.3282613,1355.786026,524.1861115,182.4597459,0 +141847,518.9607153,1347.171645,523.5860635,184.5505316,0 +141848,523.6498201,1338.050119,527.3984286,186.6292917,0 +141849,528.266382,1329.144394,530.1648877,188.6940228,0 +141850,532.4837357,1320.235316,533.0097298,190.7449505,0 +141851,537.6103437,1311.19913,535.9349533,192.7826601,0 +141852,541.8004853,1302.109371,538.7301488,194.8069585,0 +141853,546.4175327,1293.053079,541.5745105,196.8184716,0 +141854,550.8778887,1283.873893,544.4023859,198.816959,0 +141855,555.1924053,1274.614481,547.2230414,200.8030784,0 +141856,559.6778762,1265.521064,550.0371315,202.6429603,0 +141857,563.9874914,1256.307643,552.8453653,204.8118416,0 +141858,568.3132011,1246.85238,555.5902977,206.6566781,0 +141859,572.5986708,1237.724903,558.4744117,208.6193466,0 +141860,576.8521567,1228.331946,561.2779506,210.5448679,0 +141861,581.0742715,1218.99013,563.91897,212.4599723,0 +141862,585.2179052,1209.620999,566.8354729,214.3633192,0 +141863,589.4494693,1200.149115,569.5479111,216.2558788,0 +141864,593.5888125,1190.843828,572.3228973,218.2858052,0 +141865,597.6242986,1181.437679,575.0811004,219.9254779,0 +141866,601.6813496,1171.819216,577.7743907,221.9003557,0 +141867,605.7866182,1162.525709,580.6741811,223.7238241,0 +141868,609.7604828,1174.918574,583.2727429,225.5626104,0 +141869,613.7516446,1111.284914,586.0658704,227.2387384,0 +141870,617.7047378,1170.022083,588.7221952,229.2940491,0 +141871,621.8492602,1091.775049,591.9911374,231.1444468,0 +141872,626.007096,1135.308798,595.0447633,233.1620555,0 +141873,630.1589978,1094.722974,598.3087447,235.1587381,0 +141874,634.2969686,1100.67812,601.4557992,237.1578068,0 +141875,638.3709667,1086.528078,604.7392898,239.1573397,0 +141876,642.6045728,1078.24983,607.9103764,241.1559278,0 +141877,646.5791332,1068.91925,611.1368363,243.1535632,0 +141878,650.7000273,1059.692764,614.4015646,245.1492459,0 +141879,654.6970631,1050.598939,617.7017558,247.1433346,0 +141880,658.8165114,1041.462841,620.9680105,249.13496,0 +141881,662.8016399,1032.248373,624.2281561,251.124598,0 +141882,666.8187516,1023.199123,627.4344859,253.1114572,0 +141883,670.8638478,1014.122898,630.7965575,255.0960423,0 +141884,674.7071999,1005.092343,634.1119102,257.0776085,0 +141885,678.7918637,996.0984273,637.3622849,258.8787906,0 +141886,682.6897125,987.207333,640.6470542,261.1302376,0 +141887,686.6335354,978.2022158,644.032361,262.9646969,0 +141888,690.5537869,969.3112099,647.2799316,264.9679177,0 +141889,694.4078225,960.6296374,650.5794698,266.9346902,0 +141890,698.4429188,951.7172831,653.9716876,268.8991154,0 +141891,702.2013603,943.0428653,657.1652682,270.8604247,0 +141892,706.1275547,934.3572637,660.5815478,272.8182284,0 +141893,709.9834435,925.7332344,663.9291408,274.7731075,0 +141894,713.7832943,917.1680965,667.2835353,276.7244199,0 +141895,717.7202836,908.7210485,670.4900456,278.6727595,0 +141896,721.5197963,900.1320976,673.8839763,280.6175025,0 +141897,725.3682718,896.0711098,680.9837389,282.5592558,0 +141898,729.2606063,890.1951811,675.2211853,284.497373,0 +141899,733.0046941,884.2673241,686.1172167,286.432499,0 +141900,736.8239251,878.5032106,686.9383246,288.3639878,0 +141901,0,0,0,0,0 +141902,0,0,0,0,0 +141903,0,0,0,0,0 +141904,0,0,0,0,0 +141905,0,0,0,0,0 +141906,0,0,0,0,0 +141907,0,0,0,0,0 +141908,0,0,0,0,0 +141909,0,0,0,0,0 +141910,0,0,0,0,0 +141911,0,0,0,0,0 +141912,0,0,0,0,0 +141913,0,0,0,0,0 +141914,0,0,0,0,0 +141915,0,0,0,0,0 +141916,0,0,0,0,0 +141917,0,0,0,0,0 +141918,0,0,0,0,0 +141919,0,0,0,0,0 +141920,0,0,0,0,0 +141921,0,0,0,0,0 +141922,0,0,0,0,0 +141923,0,0,0,0,0 +141924,0,0,0,0,0 +141925,0,0,0,0,0 +141926,0,0,0,0,0 +141927,0,0,0,0,0 +141928,0,0,0,0,0 +141929,0,0,0,0,0 +141930,0,0,0,0,0 +141931,0,0,0,0,0 +141932,0,0,0,0,0 +141933,0,0,0,0,0 +141934,0,0,0,0,0 +141935,0,0,0,0,0 +141936,0,0,0,0,0 +141937,0,0,0,0,0 +141938,0,0,0,0,0 +141939,0,0,0,0,0 +141940,0,0,0,0,0 +141941,0,0,0,0,0 +141942,0,0,0,0,0 +141943,0,0,0,0,0 +141944,0,0,0,0,0 +141945,0,0,0,0,0 +141946,0,0,0,0,0 +141947,0,0,0,0,0 +141948,0,0,0,0,0 +141949,0,0,0,0,0 +141950,0,0,0,0,0 +141951,0,0,0,0,0 +141952,0,0,0,0,0 +141953,0,0,0,0,0 +141954,0,0,0,0,0 +141955,0,0,0,0,0 +141956,0,0,0,0,0 +141957,0,0,0,0,0 +141958,0,0,0,0,0 +141959,0,0,0,0,0 +141960,0,0,0,0,0 +141961,0,0,0,0,0 +141962,0,0,0,0,0 +141963,0,0,0,0,0 +141964,0,0,0,0,0 +141965,0,0,0,0,0 +141966,0,0,0,0,0 +141967,0,0,0,0,0 +141968,0,0,0,0,0 +141969,0,0,0,0,0 +141970,0,0,0,0,0 +141971,0,0,0,0,0 +141972,0,0,0,0,0 +141973,0,0,0,0,0 +141974,0,0,0,0,0 +141975,0,0,0,0,0 +141976,0,0,0,0,0 +141977,0,0,0,0,0 +141978,0,0,0,0,0 +141979,0,0,0,0,0 +141980,0,0,0,0,0 +141981,0,0,0,0,0 +141982,0,0,0,0,0 +141983,0,0,0,0,0 +141984,0,0,0,0,0 +141985,0,0,0,0,0 +141986,0,0,0,0,0 +141987,0,0,0,0,0 +141988,0,0,0,0,0 +141989,0,0,0,0,0 +141990,0,0,0,0,0 +141991,0,0,0,0,0 +141992,0,0,0,0,0 +141993,0,0,0,0,0 +141994,0,0,0,0,0 +141995,0,0,0,0,0 +141996,0,0,0,0,0 +141997,0,0,0,0,0 +141998,0,0,0,0,0 +141999,0,0,0,0,0 +142000,0,0,0,0,0 +142001,0,0,0,0,0 +142002,0,0,0,0,0 +142003,0,0,0,0,0 +142004,0,0,0,0,0 +142005,0,0,0,0,0 +142006,0,0,0,0,0 +142007,0,0,0,0,0 +142008,0,0,0,0,0 +142009,0,0,0,0,0 +142010,0,0,0,0,0 +142011,0,0,0,0,0 +142012,0,0,0,0,0 +142013,0,0,0,0,0 +142014,0,0,0,0,0 +142015,0,0,0,0,0 +142016,0,0,0,0,0 +142017,0,0,0,0,0 +142018,0,0,0,0,0 +142019,0,0,0,0,0 +142020,0,0,0,0,0 +142021,0,0,0,0,0 +142022,0,0,0,0,0 +142023,0,0,0,0,0 +142024,0,0,0,0,0 +142025,0,0,0,0,0 +142026,0,0,0,0,0 +142027,0,0,0,0,0 +142028,0,0,0,0,0 +142029,0,0,0,0,0 +142030,0,0,0,0,0 +142031,0,0,0,0,0 +142032,0,0,0,0,0 +142033,0,0,0,0,0 +142034,0,0,0,0,0 +142035,0,0,0,0,0 +142036,0,0,0,0,0 +142037,0,0,0,0,0 +142038,0,0,0,0,0 +142039,0,0,0,0,0 +142040,0,0,0,0,0 +142041,0,0,0,0,0 +142042,0,0,0,0,0 +142043,0,0,0,0,0 +142044,0,0,0,0,0 +142045,0,0,0,0,0 +142046,0,0,0,0,0 +142047,0,0,0,0,0 +142048,0,0,0,0,0 +142049,0,0,0,0,0 +142050,0,0,0,0,0 +142051,0,0,0,0,0 +142052,0,0,0,0,0 +142053,0,0,0,0,0 +142054,0,0,0,0,0 +142055,0,0,0,0,0 +142056,0,0,0,0,0 +142057,0,0,0,0,0 +142058,0,0,0,0,0 +142059,0,0,0,0,0 +142060,0,0,0,0,0 +142061,0,0,0,0,0 +142062,0,0,0,0,0 +142063,0,0,0,0,0 +142064,0,0,0,0,0 +142065,0,0,0,0,0 +142066,0,0,0,0,0 +142067,0,0,0,0,0 +142068,0,0,0,0,0 +142069,0,0,0,0,0 +142070,0,0,0,0,0 +142071,0,0,0,0,0 +142072,0,0,0,0,0 +142073,0,0,0,0,0 +142074,0,0,0,0,0 +142075,0,0,0,0,0 +142076,0,0,0,0,0 +142077,0,0,0,0,0 +142078,0,0,0,0,0 +142079,0,0,0,0,0 +142080,0,0,0,0,0 +142081,0,0,0,0,0 +142082,0,0,0,0,0 +142083,0,0,0,0,0 +142084,0,0,0,0,0 +142085,0,0,0,0,0 +142086,0,0,0,0,0 +142087,0,0,0,0,0 +142088,0,0,0,0,0 +142089,0,0,0,0,0 +142090,0,0,0,0,0 +142091,0,0,0,0,0 +142092,0,0,0,0,0 +142093,0,0,0,0,0 +142094,0,0,0,0,0 +142095,0,0,0,0,0 +142096,0,0,0,0,0 +142097,0,0,0,0,0 +142098,0,0,0,0,0 +142099,0,0,0,0,0 +142100,0,0,0,0,0 +142101,0,0,0,0,0 +142102,0,0,0,0,0 +142103,0,0,0,0,0 +142104,0,0,0,0,0 +142105,0,0,0,0,0 +142106,0,0,0,0,0 +142107,0,0,0,0,0 +142108,0,0,0,0,0 +142109,0,0,0,0,0 +142110,0,0,0,0,0 +142111,0,0,0,0,0 +142112,0,0,0,0,0 +142113,0,0,0,0,0 +142114,0,0,0,0,0 +142115,0,0,0,0,0 +142116,0,0,0,0,0 +142117,0,0,0,0,0 +142118,0,0,0,0,0 +142119,0,0,0,0,0 +142120,0,0,0,0,0 +142121,0,0,0,0,0 +142122,0,0,0,0,0 +142123,0,0,0,0,0 +142124,0,0,0,0,0 +142125,0,0,0,0,0 +142126,0,0,0,0,0 +142127,0,0,0,0,0 +142128,0,0,0,0,0 +142129,0,0,0,0,0 +142130,0,0,0,0,0 +142131,0,0,0,0,0 +142132,0,0,0,0,0 +142133,0,0,0,0,0 +142134,0,0,0,0,0 +142135,0,0,0,0,0 +142136,0,0,0,0,0 +142137,0,0,0,0,0 +142138,0,0,0,0,0 +142139,0,0,0,0,0 +142140,0,0,0,0,0 +142141,0,0,0,0,0 +142142,0,0,0,0,0 +142143,0,0,0,0,0 +142144,0,0,0,0,0 +142145,0,0,0,0,0 +142146,0,0,0,0,0 +142147,0,0,0,0,0 +142148,0,0,0,0,0 +142149,0,0,0,0,0 +142150,0,0,0,0,0 +142151,0,0,0,0,0 +142152,0,0,0,0,0 +142153,0,0,0,0,0 +142154,0,0,0,0,0 +142155,0,0,0,0,0 +142156,0,0,0,0,0 +142157,0,0,0,0,0 +142158,0,0,0,0,0 +142159,0,0,0,0,0 +142160,0,0,0,0,0 +142161,0,0,0,0,0 +142162,0,0,0,0,0 +142163,0,0,0,0,0 +142164,0,0,0,0,0 +142165,0,0,0,0,0 +142166,0,0,0,0,0 +142167,0,0,0,0,0 +142168,0,0,0,0,0 +142169,0,0,0,0,0 +142170,0,0,0,0,0 +142171,0,0,0,0,0 +142172,0,0,0,0,0 +142173,0,0,0,0,0 +142174,0,0,0,0,0 +142175,0,0,0,0,0 +142176,0,0,0,0,0 +142177,0,0,0,0,0 +142178,0,0,0,0,0 +142179,0,0,0,0,0 +142180,0,0,0,0,0 +142181,0,0,0,0,0 +142182,0,0,0,0,0 +142183,0,0,0,0,0 +142184,0,0,0,0,0 +142185,0,0,0,0,0 +142186,0,0,0,0,0 +142187,0,0,0,0,0 +142188,0,0,0,0,0 +142189,0,0,0,0,0 +142190,0,0,0,0,0 +142191,0,0,0,0,0 +142192,0,0,0,0,0 +142193,0,0,0,0,0 +142194,0,0,0,0,0 +142195,0,0,0,0,0 +142196,0,0,0,0,0 +142197,0,0,0,0,0 +142198,0,0,0,0,0 +142199,0,0,0,0,0 +142200,0,0,0,0,0 +142201,0,0,0,0,0 +142202,0,0,0,0,0 +142203,0,0,0,0,0 +142204,0,0,0,0,0 +142205,0,0,0,0,0 +142206,0,0,0,0,0 +142207,0,0,0,0,0 +142208,0,0,0,0,0 +142209,0,0,0,0,0 +142210,0,0,0,0,0 +142211,0,0,0,0,0 +142212,0,0,0,0,0 +142213,0,0,0,0,0 +142214,0,0,0,0,0 +142215,0,0,0,0,0 +142216,0,0,0,0,0 +142217,0,0,0,0,0 +142218,0,0,0,0,0 +142219,0,0,0,0,0 +142220,0,0,0,0,0 +142221,0,0,0,0,0 +142222,0,0,0,0,0 +142223,0,0,0,0,0 +142224,0,0,0,0,0 +142225,0,0,0,0,0 +142226,0,0,0,0,0 +142227,0,0,0,0,0 +142228,0,0,0,0,0 +142229,0,0,0,0,0 +142230,0,0,0,0,0 +142231,0,0,0,0,0 +142232,0,0,0,0,0 +142233,0,0,0,0,0 +142234,0,0,0,0,0 +142235,0,0,0,0,0 +142236,0,0,0,0,0 +142237,0,0,0,0,0 +142238,0,0,0,0,0 +142239,0,0,0,0,0 +142240,0,0,0,0,0 +142241,0,0,0,0,0 +142242,0,0,0,0,0 +142243,0,0,0,0,0 +142244,0,0,0,0,0 +142245,0,0,0,0,0 +142246,0,0,0,0,0 +142247,0,0,0,0,0 +142248,0,0,0,0,0 +142249,0,0,0,0,0 +142250,0,0,0,0,0 +142251,0,0,0,0,0 +142252,0,0,0,0,0 +142253,0,0,0,0,0 +142254,0,0,0,0,0 +142255,0,0,0,0,0 +142256,0,0,0,0,0 +142257,0,0,0,0,0 +142258,0,0,0,0,0 +142259,0,0,0,0,0 +142260,0,0,0,0,0 +142261,0,0,0,0,0 +142262,0,0,0,0,0 +142263,0,0,0,0,0 +142264,0,0,0,0,0 +142265,0,0,0,0,0 +142266,0,0,0,0,0 +142267,0,0,0,0,0 +142268,0,0,0,0,0 +142269,0,0,0,0,0 +142270,0,0,0,0,0 +142271,0,0,0,0,0 +142272,0,0,0,0,0 +142273,0,0,0,0,0 +142274,0,0,0,0,0 +142275,0,0,0,0,0 +142276,0,0,0,0,0 +142277,0,0,0,0,0 +142278,0,0,0,0,0 +142279,0,0,0,0,0 +142280,0,0,0,0,0 +142281,0,0,0,0,0 +142282,0,0,0,0,0 +142283,0,0,0,0,0 +142284,0,0,0,0,0 +142285,0,0,0,0,0 +142286,0,0,0,0,0 +142287,0,0,0,0,0 +142288,0,0,0,0,0 +142289,0,0,0,0,0 +142290,0,0,0,0,0 +142291,0,0,0,0,0 +142292,0,0,0,0,0 +142293,0,0,0,0,0 +142294,0,0,0,0,0 +142295,0,0,0,0,0 +142296,0,0,0,0,0 +142297,0,0,0,0,0 +142298,0,0,0,0,0 +142299,0,0,0,0,0 +142300,0,0,0,0,0 +142301,0,0,0,0,0 +142302,0,0,0,0,0 +142303,0,0,0,0,0 +142304,0,0,0,0,0 +142305,0,0,0,0,0 +142306,0,0,0,0,0 +142307,0,0,0,0,0 +142308,0,0,0,0,0 +142309,0,0,0,0,0 +142310,0,0,0,0,0 +142311,0,0,0,0,0 +142312,0,0,0,0,0 +142313,0,0,0,0,0 +142314,0,0,0,0,0 +142315,0,0,0,0,0 +142316,0,0,0,0,0 +142317,0,0,0,0,0 +142318,0,0,0,0,0 +142319,0,0,0,0,0 +142320,0,0,0,0,0 +142321,0,0,0,0,0 +142322,0,0,0,0,0 +142323,0,0,0,0,0 +142324,0,0,0,0,0 +142325,0,0,0,0,0 +142326,0,0,0,0,0 +142327,0,0,0,0,0 +142328,0,0,0,0,0 +142329,0,0,0,0,0 +142330,0,0,0,0,0 +142331,0,0,0,0,0 +142332,0,0,0,0,0 +142333,0,0,0,0,0 +142334,0,0,0,0,0 +142335,0,0,0,0,0 +142336,0,0,0,0,0 +142337,0,0,0,0,0 +142338,0,0,0,0,0 +142339,0,0,0,0,0 +142340,0,0,0,0,0 +142341,0,0,0,0,0 +142342,0,0,0,0,0 +142343,0,0,0,0,0 +142344,0,0,0,0,0 +142345,0,0,0,0,0 +142346,0,0,0,0,0 +142347,0,0,0,0,0 +142348,0,0,0,0,0 +142349,0,0,0,0,0 +142350,0,0,0,0,0 +142351,0,0,0,0,0 +142352,0,0,0,0,0 +142353,0,0,0,0,0 +142354,0,0,0,0,0 +142355,0,0,0,0,0 +142356,0,0,0,0,0 +142357,0,0,0,0,0 +142358,0,0,0,0,0 +142359,0,0,0,0,0 +142360,0,0,0,0,0 +142361,0,0,0,0,0 +142362,0,0,0,0,0 +142363,0,0,0,0,0 +142364,0,0,0,0,0 +142365,0,0,0,0,0 +142366,0,0,0,0,0 +142367,0,0,0,0,0 +142368,0,0,0,0,0 +142369,0,0,0,0,0 +142370,0,0,0,0,0 +142371,0,0,0,0,0 +142372,0,0,0,0,0 +142373,0,0,0,0,0 +142374,0,0,0,0,0 +142375,0,0,0,0,0 +142376,0,0,0,0,0 +142377,0,0,0,0,0 +142378,0,0,0,0,0 +142379,0,0,0,0,0 +142380,0,0,0,0,0 +142381,0,0,0,0,0 +142382,0,0,0,0,0 +142383,0,0,0,0,0 +142384,0,0,0,0,0 +142385,0,0,0,0,0 +142386,0,0,0,0,0 +142387,0,0,0,0,0 +142388,0,0,0,0,0 +142389,0,0,0,0,0 +142390,0,0,0,0,0 +142391,0,0,0,0,0 +142392,0,0,0,0,0 +142393,0,0,0,0,0 +142394,0,0,0,0,0 +142395,0,0,0,0,0 +142396,0,0,0,0,0 +142397,0,0,0,0,0 +142398,0,0,0,0,0 +142399,0,0,0,0,0 +142400,0,0,0,0,0 +142401,0,0,0,0,0 +142402,0,0,0,0,0 +142403,0,0,0,0,0 +142404,0,0,0,0,0 +142405,0,0,0,0,0 +142406,0,0,0,0,0 +142407,0,0,0,0,0 +142408,0,0,0,0,0 +142409,0,0,0,0,0 +142410,0,0,0,0,0 +142411,0,0,0,0,0 +142412,0,0,0,0,0 +142413,0,0,0,0,0 +142414,0,0,0,0,0 +142415,0,0,0,0,0 +142416,0,0,0,0,0 +142417,0,0,0,0,0 +142418,0,0,0,0,0 +142419,0,0,0,0,0 +142420,0,0,0,0,0 +142421,0,0,0,0,0 +142422,0,0,0,0,0 +142423,0,0,0,0,0 +142424,0,0,0,0,0 +142425,0,0,0,0,0 +142426,0,0,0,0,0 +142427,0,0,0,0,0 +142428,0,0,0,0,0 +142429,0,0,0,0,0 +142430,0,0,0,0,0 +142431,0,0,0,0,0 +142432,0,0,0,0,0 +142433,0,0,0,0,0 +142434,0,0,0,0,0 +142435,0,0,0,0,0 +142436,0,0,0,0,0 +142437,0,0,0,0,0 +142438,0,0,0,0,0 +142439,0,0,0,0,0 +142440,0,0,0,0,0 +142441,0,0,0,0,0 +142442,0,0,0,0,0 +142443,0,0,0,0,0 +142444,0,0,0,0,0 +142445,0,0,0,0,0 +142446,0,0,0,0,0 +142447,0,0,0,0,0 +142448,0,0,0,0,0 +142449,0,0,0,0,0 +142450,0,0,0,0,0 +142451,0,0,0,0,0 +142452,0,0,0,0,0 +142453,0,0,0,0,0 +142454,0,0,0,0,0 +142455,0,0,0,0,0 +142456,0,0,0,0,0 +142457,0,0,0,0,0 +142458,0,0,0,0,0 +142459,0,0,0,0,0 +142460,0,0,0,0,0 +142461,0,0,0,0,0 +142462,0,0,0,0,0 +142463,0,0,0,0,0 +142464,0,0,0,0,0 +142465,0,0,0,0,0 +142466,0,0,0,0,0 +142467,0,0,0,0,0 +142468,0,0,0,0,0 +142469,0,0,0,0,0 +142470,0,0,0,0,0 +142471,0,0,0,0,0 +142472,0,0,0,0,0 +142473,0,0,0,0,0 +142474,0,0,0,0,0 +142475,0,0,0,0,0 +142476,0,0,0,0,0 +142477,0,0,0,0,0 +142478,0,0,0,0,0 +142479,0,0,0,0,0 +142480,0,0,0,0,0 +142481,0,0,0,0,0 +142482,0,0,0,0,0 +142483,0,0,0,0,0 +142484,0,0,0,0,0 +142485,0,0,0,0,0 +142486,0,0,0,0,0 +142487,0,0,0,0,0 +142488,0,0,0,0,0 +142489,0,0,0,0,0 +142490,0,0,0,0,0 +142491,0,0,0,0,0 +142492,0,0,0,0,0 +142493,0,0,0,0,0 +142494,0,0,0,0,0 +142495,0,0,0,0,0 +142496,0,0,0,0,0 +142497,0,0,0,0,0 +142498,0,0,0,0,0 +142499,0,0,0,0,0 +142500,0,0,0,0,0 +142501,0,0,0,0,0 +142502,0,0,0,0,0 +142503,0,0,0,0,0 +142504,0,0,0,0,0 +142505,0,0,0,0,0 +142506,0,0,0,0,0 +142507,0,0,0,0,0 +142508,0,0,0,0,0 +142509,0,0,0,0,0 +142510,0,0,0,0,0 +142511,0,0,0,0,0 +142512,0,0,0,0,0 +142513,0,0,0,0,0 +142514,0,0,0,0,0 +142515,0,0,0,0,0 +142516,0,0,0,0,0 +142517,0,0,0,0,0 +142518,0,0,0,0,0 +142519,0,0,0,0,0 +142520,0,0,0,0,0 +142521,0,0,0,0,0 +142522,0,0,0,0,0 +142523,0,0,0,0,0 +142524,0,0,0,0,0 +142525,0,0,0,0,0 +142526,0,0,0,0,0 +142527,0,0,0,0,0 +142528,0,0,0,0,0 +142529,0,0,0,0,0 +142530,0,0,0,0,0 +142531,0,0,0,0,0 +142532,0,0,0,0,0 +142533,0,0,0,0,0 +142534,0,0,0,0,0 +142535,0,0,0,0,0 +142536,0,0,0,0,0 +142537,0,0,0,0,0 +142538,0,0,0,0,0 +142539,0,0,0,0,0 +142540,0,0,0,0,0 +142541,0,0,0,0,0 +142542,0,0,0,0,0 +142543,0,0,0,0,0 +142544,0,0,0,0,0 +142545,0,0,0,0,0 +142546,0,0,0,0,0 +142547,0,0,0,0,0 +142548,0,0,0,0,0 +142549,0,0,0,0,0 +142550,0,0,0,0,0 +142551,0,0,0,0,0 +142552,0,0,0,0,0 +142553,0,0,0,0,0 +142554,0,0,0,0,0 +142555,0,0,0,0,0 +142556,0,0,0,0,0 +142557,0,0,0,0,0 +142558,0,0,0,0,0 +142559,0,0,0,0,0 +142560,0,0,0,0,0 +142561,0,0,0,0,0 +142562,0,0,0,0,0 +142563,0,0,0,0,0 +142564,0,0,0,0,0 +142565,0,0,0,0,0 +142566,0,0,0,0,0 +142567,0,0,0,0,0 +142568,0,0,0,0,0 +142569,0,0,0,0,0 +142570,0,0,0,0,0 +142571,0,0,0,0,0 +142572,0,0,0,0,0 +142573,0,0,0,0,0 +142574,0,0,0,0,0 +142575,0,0,0,0,0 +142576,0,0,0,0,0 +142577,0,0,0,0,0 +142578,0,0,0,0,0 +142579,0,0,0,0,0 +142580,0,0,0,0,0 +142581,0,0,0,0,0 +142582,0,0,0,0,0 +142583,0,0,0,0,0 +142584,0,0,0,0,0 +142585,0,0,0,0,0 +142586,0,0,0,0,0 +142587,0,0,0,0,0 +142588,0,0,0,0,0 +142589,0,0,0,0,0 +142590,0,0,0,0,0 +142591,0,0,0,0,0 +142592,0,0,0,0,0 +142593,0,0,0,0,0 +142594,0,0,0,0,0 +142595,0,0,0,0,0 +142596,0,0,0,0,0 +142597,0,0,0,0,0 +142598,0,0,0,0,0 +142599,0,0,0,0,0 +142600,0,0,0,0,0 +142601,0,0,0,0,0 +142602,0,0,0,0,0 +142603,0,0,0,0,0 +142604,0,0,0,0,0 +142605,0,0,0,0,0 +142606,0,0,0,0,0 +142607,0,0,0,0,0 +142608,0,0,0,0,0 +142609,0,0,0,0,0 +142610,0,0,0,0,0 +142611,0,0,0,0,0 +142612,0,0,0,0,0 +142613,0,0,0,0,0 +142614,0,0,0,0,0 +142615,0,0,0,0,0 +142616,0,0,0,0,0 +142617,0,0,0,0,0 +142618,0,0,0,0,0 +142619,0,0,0,0,0 +142620,0,0,0,0,0 +142621,0,0,0,0,0 +142622,0,0,0,0,0 +142623,0,0,0,0,0 +142624,0,0,0,0,0 +142625,0,0,0,0,0 +142626,0,0,0,0,0 +142627,0,0,0,0,0 +142628,0,0,0,0,0 +142629,0,0,0,0,0 +142630,0,0,0,0,0 +142631,0,0,0,0,0 +142632,0,0,0,0,0 +142633,0,0,0,0,0 +142634,0,0,0,0,0 +142635,0,0,0,0,0 +142636,0,0,0,0,0 +142637,0,0,0,0,0 +142638,0,0,0,0,0 +142639,0,0,0,0,0 +142640,0,0,0,0,0 +142641,0,0,0,0,0 +142642,0,0,0,0,0 +142643,0,0,0,0,0 +142644,0,0,0,0,0 +142645,0,0,0,0,0 +142646,0,0,0,0,0 +142647,0,0,0,0,0 +142648,0,0,0,0,0 +142649,0,0,0,0,0 +142650,0,0,0,0,0 +142651,0,0,0,0,0 +142652,0,0,0,0,0 +142653,0,0,0,0,0 +142654,0,0,0,0,0 +142655,0,0,0,0,0 +142656,0,0,0,0,0 +142657,0,0,0,0,0 +142658,0,0,0,0,0 +142659,0,0,0,0,0 +142660,0,0,0,0,0 +142661,0,0,0,0,0 +142662,0,0,0,0,0 +142663,0,0,0,0,0 +142664,0,0,0,0,0 +142665,0,0,0,0,0 +142666,0,0,0,0,0 +142667,0,0,0,0,0 +142668,0,0,0,0,0 +142669,0,0,0,0,0 +142670,0,0,0,0,0 +142671,0,0,0,0,0 +142672,0,0,0,0,0 +142673,0,0,0,0,0 +142674,0,0,0,0,0 +142675,0,0,0,0,0 +142676,0,0,0,0,0 +142677,0,0,0,0,0 +142678,0,0,0,0,0 +142679,0,0,0,0,0 +142680,0,0,0,0,0 +142681,0,0,0,0,0 +142682,0,0,0,0,0 +142683,0,0,0,0,0 +142684,0,0,0,0,0 +142685,0,0,0,0,0 +142686,0,0,0,0,0 +142687,0,0,0,0,0 +142688,0,0,0,0,0 +142689,0,0,0,0,0 +142690,0,0,0,0,0 +142691,0,0,0,0,0 +142692,0,0,0,0,0 +142693,0,0,0,0,0 +142694,0,0,0,0,0 +142695,0,0,0,0,0 +142696,0,0,0,0,0 +142697,0,0,0,0,0 +142698,0,0,0,0,0 +142699,0,0,0,0,0 +142700,0,0,0,0,0 +142701,0,0,0,0,0 +142702,0,0,0,0,0 +142703,0,0,0,0,0 +142704,0,0,0,0,0 +142705,0,0,0,0,0 +142706,0,0,0,0,0 +142707,0,0,0,0,0 +142708,0,0,0,0,0 +142709,0,0,0,0,0 +142710,0,0,0,0,0 +142711,0,0,0,0,0 +142712,0,0,0,0,0 +142713,0,0,0,0,0 +142714,0,0,0,0,0 +142715,0,0,0,0,0 +142716,0,0,0,0,0 +142717,0,0,0,0,0 +142718,0,0,0,0,0 +142719,0,0,0,0,0 +142720,0,0,0,0,0 +142721,0,0,0,0,0 +142722,0,0,0,0,0 +142723,0,0,0,0,0 +142724,0,0,0,0,0 +142725,0,0,0,0,0 +142726,0,0,0,0,0 +142727,0,0,0,0,0 +142728,0,0,0,0,0 +142729,0,0,0,0,0 +142730,0,0,0,0,0 +142731,0,0,0,0,0 +142732,0,0,0,0,0 +142733,0,0,0,0,0 +142734,0,0,0,0,0 +142735,0,0,0,0,0 +142736,0,0,0,0,0 +142737,0,0,0,0,0 +142738,0,0,0,0,0 +142739,0,0,0,0,0 +142740,0,0,0,0,0 +142741,0,0,0,0,0 +142742,0,0,0,0,0 +142743,0,0,0,0,0 +142744,0,0,0,0,0 +142745,0,0,0,0,0 +142746,0,0,0,0,0 +142747,0,0,0,0,0 +142748,0,0,0,0,0 +142749,0,0,0,0,0 +142750,0,0,0,0,0 +142751,0,0,0,0,0 +142752,0,0,0,0,0 +142753,0,0,0,0,0 +142754,0,0,0,0,0 +142755,0,0,0,0,0 +142756,0,0,0,0,0 +142757,0,0,0,0,0 +142758,0,0,0,0,0 +142759,0,0,0,0,0 +142760,0,0,0,0,0 +142761,0,0,0,0,0 +142762,0,0,0,0,0 +142763,0,0,0,0,0 +142764,0,0,0,0,0 +142765,0,0,0,0,0 +142766,0,0,0,0,0 +142767,0,0,0,0,0 +142768,0,0,0,0,0 +142769,0,0,0,0,0 +142770,0,0,0,0,0 +142771,0,0,0,0,0 +142772,0,0,0,0,0 +142773,0,0,0,0,0 +142774,0,0,0,0,0 +142775,0,0,0,0,0 +142776,0,0,0,0,0 +142777,0,0,0,0,0 +142778,0,0,0,0,0 +142779,0,0,0,0,0 +142780,0,0,0,0,0 +142781,0,0,0,0,0 +142782,0,0,0,0,0 +142783,0,0,0,0,0 +142784,0,0,0,0,0 +142785,0,0,0,0,0 +142786,0,0,0,0,0 +142787,0,0,0,0,0 +142788,0,0,0,0,0 +142789,0,0,0,0,0 +142790,0,0,0,0,0 +142791,0,0,0,0,0 +142792,0,0,0,0,0 +142793,0,0,0,0,0 +142794,0,0,0,0,0 +142795,0,0,0,0,0 +142796,0,0,0,0,0 +142797,0,0,0,0,0 +142798,0,0,0,0,0 +142799,0,0,0,0,0 +142800,0,0,0,0,0 +142801,0,0,0,0,0 +142802,0,0,0,0,0 +142803,0,0,0,0,0 +142804,0,0,0,0,0 +142805,0,0,0,0,0 +142806,0,0,0,0,0 +142807,0,0,0,0,0 +142808,0,0,0,0,0 +142809,0,0,0,0,0 +142810,0,0,0,0,0 +142811,0,0,0,0,0 +142812,0,0,0,0,0 +142813,0,0,0,0,0 +142814,0,0,0,0,0 +142815,0,0,0,0,0 +142816,0,0,0,0,0 +142817,0,0,0,0,0 +142818,0,0,0,0,0 +142819,0,0,0,0,0 +142820,0,0,0,0,0 +142821,0,0,0,0,0 +142822,0,0,0,0,0 +142823,0,0,0,0,0 +142824,0,0,0,0,0 +142825,0,0,0,0,0 +142826,0,0,0,0,0 +142827,0,0,0,0,0 +142828,0,0,0,0,0 +142829,0,0,0,0,0 +142830,0,0,0,0,0 +142831,0,0,0,0,0 +142832,0,0,0,0,0 +142833,0,0,0,0,0 +142834,0,0,0,0,0 +142835,0,0,0,0,0 +142836,0,0,0,0,0 +142837,0,0,0,0,0 +142838,0,0,0,0,0 +142839,0,0,0,0,0 +142840,0,0,0,0,0 +142841,0,0,0,0,0 +142842,0,0,0,0,0 +142843,0,0,0,0,0 +142844,0,0,0,0,0 +142845,0,0,0,0,0 +142846,0,0,0,0,0 +142847,0,0,0,0,0 +142848,0,0,0,0,0 +142849,0,0,0,0,0 +142850,0,0,0,0,0 +142851,0,0,0,0,0 +142852,0,0,0,0,0 +142853,0,0,0,0,0 +142854,0,0,0,0,0 +142855,0,0,0,0,0 +142856,0,0,0,0,0 +142857,0,0,0,0,0 +142858,0,0,0,0,0 +142859,0,0,0,0,0 +142860,0,0,0,0,0 +142861,0,0,0,0,0 +142862,0,0,0,0,0 +142863,0,0,0,0,0 +142864,0,0,0,0,0 +142865,0,0,0,0,0 +142866,0,0,0,0,0 +142867,0,0,0,0,0 +142868,0,0,0,0,0 +142869,0,0,0,0,0 +142870,0,0,0,0,0 +142871,0,0,0,0,0 +142872,0,0,0,0,0 +142873,0,0,0,0,0 +142874,0,0,0,0,0 +142875,0,0,0,0,0 +142876,0,0,0,0,0 +142877,0,0,0,0,0 +142878,0,0,0,0,0 +142879,0,0,0,0,0 +142880,0,0,0,0,0 +142881,0,0,0,0,0 +142882,0,0,0,0,0 +142883,0,0,0,0,0 +142884,0,0,0,0,0 +142885,0,0,0,0,0 +142886,0,0,0,0,0 +142887,0,0,0,0,0 +142888,0,0,0,0,0 +142889,0,0,0,0,0 +142890,0,0,0,0,0 +142891,0,0,0,0,0 +142892,0,0,0,0,0 +142893,0,0,0,0,0 +142894,0,0,0,0,0 +142895,0,0,0,0,0 +142896,0,0,0,0,0 +142897,0,0,0,0,0 +142898,0,0,0,0,0 +142899,0,0,0,0,0 +142900,0,0,0,0,0 +142901,0,0,0,0,0 +142902,0,0,0,0,0 +142903,0,0,0,0,0 +142904,0,0,0,0,0 +142905,0,0,0,0,0 +142906,0,0,0,0,0 +142907,0,0,0,0,0 +142908,0,0,0,0,0 +142909,0,0,0,0,0 +142910,0,0,0,0,0 +142911,0,0,0,0,0 +142912,0,0,0,0,0 +142913,0,0,0,0,0 +142914,0,0,0,0,0 +142915,0,0,0,0,0 +142916,0,0,0,0,0 +142917,0,0,0,0,0 +142918,0,0,0,0,0 +142919,0,0,0,0,0 +142920,0,0,0,0,0 +142921,0,0,0,0,0 +142922,0,0,0,0,0 +142923,0,0,0,0,0 +142924,0,0,0,0,0 +142925,0,0,0,0,0 +142926,0,0,0,0,0 +142927,0,0,0,0,0 +142928,0,0,0,0,0 +142929,0,0,0,0,0 +142930,0,0,0,0,0 +142931,0,0,0,0,0 +142932,0,0,0,0,0 +142933,0,0,0,0,0 +142934,0,0,0,0,0 +142935,0,0,0,0,0 +142936,0,0,0,0,0 +142937,0,0,0,0,0 +142938,0,0,0,0,0 +142939,0,0,0,0,0 +142940,0,0,0,0,0 +142941,0,0,0,0,0 +142942,0,0,0,0,0 +142943,0,0,0,0,0 +142944,0,0,0,0,0 +142945,0,0,0,0,0 +142946,0,0,0,0,0 +142947,0,0,0,0,0 +142948,0,0,0,0,0 +142949,0,0,0,0,0 +142950,0,0,0,0,0 +142951,0,0,0,0,0 +142952,0,0,0,0,0 +142953,0,0,0,0,0 +142954,0,0,0,0,0 +142955,0,0,0,0,0 +142956,0,0,0,0,0 +142957,0,0,0,0,0 +142958,0,0,0,0,0 +142959,0,0,0,0,0 +142960,0,0,0,0,0 +142961,0,0,0,0,0 +142962,0,0,0,0,0 +142963,0,0,0,0,0 +142964,0,0,0,0,0 +142965,0,0,0,0,0 +142966,0,0,0,0,0 +142967,0,0,0,0,0 +142968,0,0,0,0,0 +142969,0,0,0,0,0 +142970,0,0,0,0,0 +142971,0,0,0,0,0 +142972,0,0,0,0,0 +142973,0,0,0,0,0 +142974,0,0,0,0,0 +142975,0,0,0,0,0 +142976,0,0,0,0,0 +142977,0,0,0,0,0 +142978,0,0,0,0,0 +142979,0,0,0,0,0 +142980,0,0,0,0,0 +142981,-1149.413827,326.5824917,571.5893306,-469.4596078,-83.39401288 +142982,-1166.262242,320.8620469,558.0331126,-479.9256167,-119.5393088 +142983,-1293.972104,311.9393006,538.8707838,-530.8266635,-218.1959199 +142984,-1305.244097,303.064454,519.5287895,-535.8953305,-253.1923608 +142985,-1321.774908,295.8646775,502.7191613,-543.604322,-288.3577608 +142986,-450.0149484,290.4210351,488.7234181,-208.2416753,-328.5560176 +142987,-520.8058681,286.309375,476.9521617,-231.430669,-348.3978864 +142988,-621.2944076,283.1236464,466.7845882,-269.5567376,-363.9895641 +142989,-529.9996554,280.6000867,457.7934787,-233.0927536,-376.7331207 +142990,-515.1619605,278.5809511,449.7108948,-227.123887,-387.6906363 +142991,-506.9077521,276.9645229,442.3577624,-221.7665462,-397.6796368 +142992,-494.0904077,275.6758244,435.5994708,-216.8146917,-407.1251978 +142993,-484.7342037,274.6550006,429.3272617,-211.8801894,-416.2860584 +142994,-474.4594467,273.853574,423.4518079,-207.7516865,-425.3199736 +142995,-465.0625648,273.2327975,417.9003862,-201.8841793,-434.3203792 +142996,-453.2618191,272.762092,412.6143479,-198.3843488,-443.3407458 +142997,-446.1279123,272.417465,407.5466257,-193.1900364,-452.4086972 +142998,-434.9092265,272.1800453,402.6593695,-188.4114939,-461.5359341 +142999,-424.9916154,272.0349314,397.9220634,-184.8723387,-470.7243569 +143000,-416.5164091,271.9702716,393.3099565,-179.5776448,-469.5708165 +143001,-405.6977515,271.9766038,388.8029231,-175.5974983,-201.3838951 +143002,-398.388951,272.0463116,384.3844816,-171.0170807,-353.0274028 +143003,-386.7394512,272.1717397,380.0383699,-167.0576352,-304.989786 +143004,-379.7955924,272.3484328,375.7543745,-162.4975207,-299.668199 +143005,-369.4459426,272.5729966,371.5244636,-158.608048,-297.1269987 +143006,-360.8557426,272.8423226,367.3413689,-153.6812341,-289.934592 +143007,-350.8981937,273.1535804,363.1985535,-150.3605565,-287.3581763 +143008,-342.8193007,273.5042833,359.0902924,-145.9994671,-282.8800915 +143009,-333.3749743,273.8923096,355.0116853,-141.4825424,-279.4099478 +143010,-324.7778985,274.3158342,350.9585016,-137.7595926,-274.125523 +143011,-315.9371509,274.7732804,346.9270788,-134.3894412,-271.5547645 +143012,-308.0166744,275.219226,342.8691138,-131.4012772,-266.5373131 +143013,-298.729082,275.6254122,338.75473,-128.3221744,-263.0915833 +143014,-291.5854352,275.9862061,334.577855,-124.9064039,-259.437393 +143015,-281.8965178,276.307108,330.3440813,-121.8997005,-254.4423415 +143016,-275.0160451,276.5958021,326.0612884,-118.5659074,-252.0345666 +143017,-267.9842258,276.8586649,321.8519718,-115.1576688,-246.450628 +143018,-261.4324677,277.1003241,317.7259213,-112.7024222,-244.029822 +143019,-254.7678388,277.324176,313.6601385,-109.157164,-239.0828341 +143020,-247.9958559,277.532838,309.6333399,-106.0659044,-235.4923187 +143021,-241.1256042,277.7284272,305.6325144,-102.9237891,-231.8247988 +143022,-235.4093585,277.9126651,301.6502189,-99.99621536,-228.1559011 +143023,-227.7341844,278.0869603,297.6815111,-96.76047338,-223.6114207 +143024,-221.8652056,278.2524408,293.722343,-94.01390154,-221.1802348 +143025,-214.6742734,372.3453279,289.7691258,-90.69861622,-215.9689015 +143026,-208.6876797,436.3750254,285.8186387,-87.6190468,-212.0743055 +143027,-202.0148195,413.777217,281.8680754,-84.78238984,-209.7228648 +143028,-195.2948065,449.5856259,277.9143471,-81.92104328,-204.463676 +143029,-188.5393835,469.0668996,273.9554341,-78.49864566,-201.4901098 +143030,-183.1276849,488.1748055,276.8689446,-75.96959851,-197.6842002 +143031,-175.284573,507.0874667,280.4625339,-72.79037862,-193.5501347 +143032,-169.6432128,525.4469319,283.8656996,-69.86428123,-189.9520424 +143033,-163.0289239,543.9701989,287.052036,-66.93076978,-186.9284695 +143034,-156.3984917,562.0054733,290.0380038,-63.99039039,-182.000867 +143035,-150.3941998,579.9206511,292.8598043,-61.04375843,-179.5300014 +143036,-143.4184603,597.4074906,295.5367896,-58.09172807,-175.1444244 +143037,-137.074356,615.1924463,298.0933989,-55.13514948,-171.9809262 +143038,-131.359891,632.3619731,300.5382553,-52.4444364,-168.1509618 +143039,-124.0003873,649.4542792,303.2390287,-49.31632772,-164.2867015 +143040,-118.2365674,666.4209756,305.522053,-46.46682009,-160.984317 +143041,117.541933,1113.644426,307.7978748,53.32074773,212.8434494 +143042,132.6776596,1144.013075,328.5112251,60.44221418,244.6053848 +143043,155.8872187,1170.503775,358.842629,71.25848674,291.3647383 +143044,179.7962443,1194.788156,389.6285551,82.24946215,339.2549322 +143045,201.1915918,1217.625084,416.9475471,91.92096278,382.7029949 +143046,219.6340988,1240.727448,440.3248044,100.113762,421.0049346 +143047,235.6469493,1262.198815,460.4612329,107.1194362,455.0030958 +143048,249.8069947,1283.776928,478.1091966,113.2412169,485.5805001 +143049,262.5177274,1304.815291,493.7949723,118.6881194,513.3335884 +143050,274.0381511,1325.512065,507.8599635,123.5930364,538.013576 +143051,284.5503657,1346.057199,520.5468539,128.0481277,560.0360859 +143052,294.2003585,1366.208081,532.0509941,132.1259466,579.880622 +143053,303.1133453,1386.159036,542.5398199,135.8875247,597.9153157 +143054,311.3976545,1405.791783,552.1579584,139.3846295,614.4049608 +143055,319.1459181,1425.354433,561.0275465,142.6606342,629.5528871 +143056,326.4364471,1444.557815,569.2549979,145.7514407,643.5283639 +143057,333.3350988,1463.541293,576.9270359,148.6865989,656.478281 +143058,339.8971931,1482.528447,584.1189449,151.4904,668.5309489 +143059,346.1692564,1500.951099,814.0477219,154.1828401,679.7979594 +143060,352.190454,1519.534707,794.1426343,156.7803963,690.3757619 +143061,357.9938026,1537.715805,793.7278802,159.2966671,700.3475995 +143062,363.6070981,1555.769084,827.662806,161.7428574,709.7850205 +143063,369.0537567,1573.561226,844.984404,164.128205,718.7496228 +143064,374.3535309,1591.399829,861.4209509,166.460335,727.2945258 +143065,379.5231543,1608.670908,877.173144,168.7455707,735.4658152 +143066,384.5768272,1626.147261,892.6588904,170.9891635,743.3035044 +143067,389.5266367,1643.152096,907.6912972,173.1954876,750.8424283 +143068,394.3828731,1663.618879,921.5396933,175.3681847,758.1128372 +143069,399.1543197,1683.65208,935.8726609,177.510294,765.1410734 +143070,403.8484701,1696.305056,949.2127484,179.6243494,771.9499951 +143071,408.4717548,1718.919183,961.7187772,181.7124782,778.5595709 +143072,413.026691,1697.213545,974.1922262,183.775046,784.9871149 +143073,417.5160529,1755.367693,985.7751826,185.8126299,791.2477914 +143074,421.9434513,1750.997382,997.1501243,187.8262856,797.3548209 +143075,426.31276,1769.712695,1008.107188,189.8172634,803.319914 +143076,430.6275799,1784.205277,1018.484885,191.7867445,809.1533099 +143077,434.8910884,1798.612448,1029.077339,193.7357614,814.8640958 +143078,439.1060284,1812.844141,1038.79539,195.6651878,820.4602224 +143079,443.2748046,1826.597368,1048.403787,197.5757795,825.9487979 +143080,447.3995255,1840.544604,1057.882964,199.4681911,831.3360653 +143081,451.4820847,1854.130251,1066.480719,201.34301,836.627669 +143082,455.5241642,1867.416585,1075.291252,203.2007554,841.8285816 +143083,459.5272941,1880.685183,1083.61321,205.0419026,846.9433408 +143084,463.4928465,1893.697015,1091.664456,206.8668774,851.9759599 +143085,467.4220871,1906.552288,1099.24994,208.6760783,856.9301453 +143086,471.31616,1919.313068,1107.21581,210.4698662,861.8091851 +143087,475.1761326,1931.603733,1114.277266,212.2485842,866.6161487 +143088,479.0029824,1944.129209,1121.42904,214.0125488,871.3537768 +143089,482.7976312,1956.307606,1128.202646,215.7620648,876.024656 +143090,486.5609275,1968.1922,1134.850311,217.4974153,880.6310993 +143091,490.293685,1980.093455,1141.177993,219.2188783,885.1753252 +143092,493.9966561,1991.757016,1147.397298,220.9267136,889.6593203 +143093,497.6705672,2003.269013,1153.308528,222.6211774,894.0850089 +143094,501.316098,2014.630591,1159.098199,224.3025127,898.4541265 +143095,504.9339084,2025.832883,1164.700581,225.9709601,902.7683702 +143096,508.5246171,2036.972404,1170.048846,227.626748,907.029271 +143097,512.0888301,2047.732157,1175.290364,229.2701042,911.2383439 +143098,515.6271195,2058.45093,1180.366641,230.9012464,915.3969609 +143099,519.1400471,2069.167528,1185.206,232.5203923,919.5064904 +143100,522.6281424,2079.644452,1189.960333,234.1277488,923.568169 +143101,525.9490865,2258.865216,1583.696892,235.6585954,927.3235289 +143102,536.3131933,2270.82652,1592.369119,240.3540832,944.3954792 +143103,550.2117119,2282.306082,1598.568547,246.5884427,968.1899483 +143104,564.1059294,2293.206471,1604.884593,252.7497252,992.1691739 +143105,576.5321372,2303.675037,1609.966235,258.1909872,1013.649978 +143106,587.3584931,2314.153378,1615.301343,262.876831,1032.360153 +143107,596.8908968,2324.345616,1620.193137,266.9664333,1048.801278 +143108,890.0493921,2334.487765,1624.895222,270.6139842,1063.481721 +143109,847.9129585,2344.188974,1629.37457,320.3597844,1076.746413 +143110,845.6087819,2353.861304,1633.845541,377.4534937,1088.81715 +143111,881.6671814,2363.543373,1638.050794,363.3579296,1303.296046 +143112,897.8904354,2372.851394,1642.176898,374.7986899,1511.701007 +143113,912.9303815,2382.203095,1646.171415,385.6754261,1377.636886 +143114,928.2063001,2404.488995,1650.106727,393.5164358,1448.894228 +143115,942.7781908,2381.03166,1653.793332,400.9387399,1466.723216 +143116,957.2251736,2418.072638,1657.450905,408.2940626,1483.466904 +143117,971.2616489,2415.541145,1661.115364,415.413268,1499.349761 +143118,985.67999,2425.949106,1664.574422,422.5781916,1515.021554 +143119,998.7204526,2434.353142,1668.00844,429.3840361,1530.11495 +143120,1012.753533,2442.563684,1671.360217,436.3990114,1545.588194 +143121,1025.844821,2450.635224,1674.644402,442.8344769,1559.686984 +143122,1038.751278,2458.580307,1677.864731,449.6033203,1574.2203 +143123,1052.000219,2466.385074,1681.026509,455.9973343,1588.158176 +143124,1064.73405,2474.056058,1684.133629,462.2749479,1601.65235 +143125,1076.911001,2481.70955,1687.191304,468.7849785,1615.553427 +143126,1089.186519,2493.775462,1690.143794,474.5928007,1628.535893 +143127,1101.69796,2495.602381,1693.206444,480.9239844,1641.543943 +143128,1113.485727,2518.867873,1696.159793,486.7845332,1654.26034 +143129,1125.35022,2483.936751,1698.984179,492.682484,1666.747467 +143130,1137.00958,2530.738345,1701.908446,498.4541198,1679.010969 +143131,1148.123568,2520.619896,1704.637917,504.1133067,1691.029602 +143132,1159.838076,2530.008214,1707.337963,509.6719332,1702.915903 +143133,1170.686432,2536.070479,1710.018028,515.0325192,1714.536476 +143134,1181.675226,2542.479428,1712.686599,520.6073794,1725.987949 +143135,1192.464361,2551.78691,1715.350715,525.8313183,1737.211862 +143136,1203.113412,2553.910442,1718.016192,531.2072086,1748.340188 +143137,1213.625465,2570.914059,1721.358361,536.0458363,1759.181778 +143138,1224.004475,2544.458904,1724.113435,541.4349522,1769.967604 +143139,1233.918691,2580.897157,1726.657659,546.331966,1780.471583 +143140,1244.583423,2572.913688,1729.903074,551.3045447,1790.932169 +143141,1254.317849,2580.62996,1732.134605,556.1884942,1801.118596 +143142,1264.263652,2590.32119,1735.903131,560.8563683,1811.27389 +143143,1274.030412,2584.797391,1737.532232,565.8503155,1821.158716 +143144,1284.053538,2622.596763,1742.384913,570.4290364,1831.026417 +143145,1293.021496,2562.091232,1742.665754,575.253804,1840.624693 +143146,1302.774769,2621.996524,1749.765365,579.5710252,1850.180453 +143147,1311.988405,2604.335557,1747.038138,584.2190113,1859.233407 +143148,1321.282247,2623.321819,1758.884967,588.6576836,1868.990585 +143149,1330.390194,2600.869892,1749.523612,593.0700882,1877.945588 +143150,1339.390827,2638.991815,1771.509133,597.2708692,1886.992968 +143151,1348.395505,2607.966775,1747.682704,601.8314552,1895.910578 +143152,1356.779484,2655.050944,1762.43792,605.971971,1904.65881 +143153,1366.243833,2600.429252,1773.600179,610.2135017,1913.447526 +143154,1374.534814,2670.509982,1771.16665,614.3815755,1921.924266 +143155,1383.269387,2604.901262,1773.621757,618.5036245,1930.381411 +143156,1391.725309,2677.27756,1777.122918,622.5811346,1935.593444 +143157,1400.236667,2622.206362,1781.146285,626.6166218,1942.039962 +143158,1408.699157,2667.678294,1784.842361,630.6104252,1947.304489 +143159,1417.012029,2631.598862,1788.911404,634.5633829,1953.104785 +143160,1425.416206,2677.491922,1792.686584,638.1749808,1958.629752 +143161,1439.663861,2647.728157,1802.630146,645.0922787,1975.382664 +143162,1448.878267,2671.274793,1807.566984,649.2257316,1982.572764 +143163,1457.688095,2664.493173,1811.975191,653.3398892,1989.146963 +143164,1466.096808,2669.947207,1816.258341,657.441047,1995.579205 +143165,1474.482378,2671.828469,1820.399073,661.2767095,2001.703467 +143166,1475.372019,2670.594497,1816.94859,661.6861285,1994.088251 +143167,1437.681002,2651.228362,1775.158851,644.7280388,1917.139787 +143168,1523.439486,2682.966406,1856.329971,683.1184363,2068.282202 +143169,1494.449737,2673.896255,1824.072018,670.3563693,2003.664902 +143170,1510.178675,2685.543242,1835.296617,677.8641554,2023.957223 +143171,1518.881267,2675.662006,1839.935203,681.2550365,2030.373268 +143172,1526.335454,2681.498433,1843.198126,684.8749358,2035.314735 +143173,1533.513388,2681.912501,1847.129297,688.3915746,2048.178946 +143174,1542.760616,2683.058189,1851.164912,691.9501811,2048.207156 +143175,1550.184652,2684.764169,1855.407827,695.8266442,2037.336862 +143176,1556.719143,2688.863994,1857.340874,698.5339143,2064.016523 +143177,1566.246246,2683.812587,1863.418185,702.7806447,2060.793569 +143178,1572.068429,2689.820537,1873.918623,705.4133605,2065.705575 +143179,1656.2816,2730.528396,1933.009426,743.7443117,2207.172893 +143180,1479.611881,2638.096195,1771.009297,663.6671755,1874.902866 +143181,1719.966349,2746.89803,1999.738009,772.3163876,2311.072399 +143182,1483.547295,2639.410532,1761.15249,665.1166148,1862.51544 +143183,1737.050196,2748.160084,2010.385437,780.0037298,2324.616038 +143184,1495.446295,2637.510069,1765.417364,670.3665788,1867.301462 +143185,1754.217665,2749.575165,2020.12425,787.4930302,2338.394526 +143186,1507.59606,2636.630847,1769.703885,675.6149814,1872.227366 +143187,1771.213216,2750.14997,2029.777268,795.0138609,2352.005521 +143188,1519.599106,2635.769908,1774.24425,680.880968,1877.034268 +143189,1787.921261,2749.860188,2038.695435,802.1480449,2365.343808 +143190,1531.504016,2634.804287,1778.755543,686.0190214,1881.593905 +143191,1804.159861,2755.106106,2053.498751,809.3996019,2378.409385 +143192,1543.123308,2625.509015,1774.650003,691.0930046,1886.408374 +143193,1820.17179,2755.37768,2060.272629,816.0579917,2390.965492 +143194,1554.668202,2623.277197,1786.521716,695.9777024,1890.927504 +143195,1835.736554,2753.051595,2064.903488,822.9265987,2403.724844 +143196,1565.676826,2619.452887,1791.251692,700.603818,1894.847537 +143197,1852.027363,2750.680459,2073.801229,829.7587477,2416.523858 +143198,1576.519979,2616.020749,1794.89373,705.2093324,1898.805073 +143199,1867.33802,2747.523974,2082.55891,836.4567822,2429.112861 +143200,1587.377745,2612.117626,1798.702774,709.7309986,1902.497578 +143201,1883.004469,2743.94299,2091.15455,843.0081535,2458.225212 +143202,1598.190203,2608.108389,1802.516093,714.2605578,1880.76741 +143203,1897.944605,2740.179873,2102.964901,849.4105395,2465.712936 +143204,1608.60768,2602.350827,1800.967913,718.6385861,1907.302592 +143205,1913.460076,2736.263112,2110.493398,855.5426912,2465.608446 +143206,1618.824682,2596.77281,1809.369777,723.3419676,1916.056185 +143207,1928.411704,2731.71576,2116.190118,861.6842493,2473.141494 +143208,1628.950203,2590.581244,1819.860089,727.589341,1928.301634 +143209,1943.651469,2726.847524,2115.277802,868.0171777,2474.057922 +143210,1638.908028,2584.368948,1821.412647,731.6136591,1945.524905 +143211,1958.220451,2721.448135,2132.126813,874.2512903,2470.762768 +143212,1649.051455,2578.716543,1820.519722,735.7686726,1936.326347 +143213,1972.758151,2714.964273,2141.22906,880.2493985,2509.718045 +143214,1659.00732,2570.651122,1824.203685,739.8010727,1925.29046 +143215,1987.005186,2710.262925,2167.732206,886.3052195,2524.056357 +143216,1668.899347,2562.606067,1808.331606,743.7588623,1928.188198 +143217,2001.35612,2704.523381,2168.806455,892.1878624,2535.379127 +143218,1678.430457,2553.321993,1818.695941,747.6412009,1930.625467 +143219,2015.468596,2698.773198,2187.728826,898.2090659,2555.581667 +143220,1688.050516,2544.745205,1809.035641,751.413486,1919.939489 +143221,1912.040915,2637.562795,2067.81866,850.8354618,2351.48237 +143222,1580.247312,2487.39365,1719.083163,702.0360978,1720.031368 +143223,1919.200201,2618.626582,2057.244324,853.5733704,2348.569315 +143224,1586.651475,2477.834005,1722.19243,704.326027,1718.537727 +143225,1934.013363,2614.197412,2066.812063,859.6988498,2359.379328 +143226,1591.900529,2463.169337,1721.613471,706.1815784,1715.048135 +143227,1947.555409,2606.801142,2074.851897,865.2541618,2369.297205 +143228,1598.36385,2450.556102,1722.744528,708.627224,1712.898218 +143229,1960.840038,2598.66245,2082.596526,870.730987,2379.158184 +143230,1605.133081,2437.860277,1724.130984,711.0773702,1710.98686 +143231,1974.097603,2590.091664,2090.517223,876.15445,2389.107772 +143232,1611.898457,2425.062202,1725.512353,713.648552,1709.142622 +143233,1987.278126,2573.935336,2113.1098,881.5508264,2398.923784 +143234,1618.699681,2421.397851,1705.102618,716.1695931,1707.458771 +143235,2000.437678,2560.451639,2117.169073,886.9757847,2409.085733 +143236,1625.34412,2408.621951,1726.272772,718.6513809,1705.52194 +143237,2013.749822,2550.675564,2114.704502,892.3825648,2422.814027 +143238,1632.096333,2395.410777,1730.41624,721.2326269,1698.401661 +143239,2026.63139,2540.277122,2131.176757,897.7012348,2431.833774 +143240,1639.101084,2374.661487,1719.62511,723.8565419,1701.805954 +143241,2039.475338,2539.185154,2136.799661,902.9686727,2439.063663 +143242,1645.808084,2356.571871,1732.924813,726.3347629,1700.779561 +143243,2061.985045,2528.978009,2140.300898,908.3300552,2449.257759 +143244,1638.148228,2342.148838,1734.062101,728.8527592,1698.996267 +143245,2097.174352,2517.900421,2148.111102,913.6450027,2459.396822 +143246,1620.310307,2327.587627,1738.003293,731.3631685,1697.364828 +143247,2096.272792,2506.263039,2166.284713,918.9112719,2469.55453 +143248,1661.267858,2312.103746,1723.690496,733.7490926,1695.394051 +143249,2091.611834,2495.314879,2187.847283,924.3456882,2479.915765 +143250,1671.464901,2296.253378,1716.331888,736.130934,1693.75076 +143251,2104.341171,2483.318162,2199.480765,929.5644665,2489.93727 +143252,1677.902737,2280.641116,1717.916629,738.5656207,1692.140722 +143253,2116.916724,2470.857732,2207.468507,934.7642255,2500.066043 +143254,1684.19199,2264.321758,1719.996383,740.9190842,1690.295415 +143255,2129.470189,2458.611951,2215.49577,939.9843438,2510.277778 +143256,1690.371642,2247.364904,1722.290476,743.1546634,1688.487285 +143257,2142.067779,2445.97297,2223.553454,945.1765751,2520.538289 +143258,1696.317119,2230.43888,1724.436315,745.4597775,1686.507452 +143259,2154.47117,2432.901924,2231.557147,950.3368164,2530.67754 +143260,1702.367275,2213.052879,1726.885786,747.6802632,1684.765643 +143261,2167.003374,2419.87218,2239.459615,955.5140118,2550.507624 +143262,1707.641904,2194.906962,1728.757493,749.7090372,1667.605892 +143263,2180.032878,2399.516822,2248.053314,960.9000529,2558.822492 +143264,1713.100956,2176.303355,1730.76699,751.6997874,1678.48267 +143265,2192.392528,2395.952728,2256.272113,966.1387127,2561.984565 +143266,1719.17766,2151.153839,1733.469844,754.0431657,1678.317921 +143267,2203.770555,2384.743657,2263.691502,970.886733,2571.618071 +143268,1725.075391,2125.221398,1735.836742,756.226172,1676.387792 +143269,2216.055186,2380.091737,2271.877537,976.0371832,2581.925442 +143270,1730.524759,2102.549777,1741.932136,758.3656884,1674.293235 +143271,2227.986163,2365.610198,2274.492469,980.9884082,2591.894673 +143272,1735.310235,2083.3463,1754.313268,759.8811539,1671.836605 +143273,2240.833738,2351.512214,2271.006594,986.9358088,2609.136013 +143274,1740.033191,2082.181819,1749.762403,761.3394255,1659.267619 +143275,2252.922173,2310.435513,2299.526088,992.1444855,2617.717639 +143276,1745.303539,2067.744718,1751.870749,763.3101102,1665.890212 +143277,2264.742905,2302.579262,2291.642542,997.1716102,2623.063925 +143278,1752.197277,2033.533232,1750.930644,766.1267629,1667.551742 +143279,2273.668143,2301.713878,2313.980975,1000.83003,2628.630811 +143280,1760.180834,2008.343048,1748.922226,769.5164888,1670.109916 +143281,1901.137846,2089.459369,1911.646639,825.8708225,1917.002768 +143282,1731.883326,2010.455008,1758.656783,764.1010688,1658.541002 +143283,1786.692409,1993.697722,1787.395286,775.7655574,1702.672146 +143284,1773.559551,1998.023612,1782.921966,774.5533162,1697.721281 +143285,1779.278057,1982.899899,1786.047353,776.236239,1697.759934 +143286,1780.409099,1972.823061,1785.164444,776.3159276,1695.735153 +143287,1781.713573,1961.631285,1803.374152,777.0141694,1694.264974 +143288,1785.233061,1953.061362,1760.465288,778.1357798,1694.161714 +143289,1786.009719,1941.058533,1799.86111,778.5247222,1692.462943 +143290,1788.709148,1931.303783,1795.795782,779.4209154,1692.093091 +143291,1790.761068,1931.928401,1773.310777,780.3616489,1691.455648 +143292,1792.936378,1894.217762,1797.221069,780.9976451,1690.733187 +143293,1795.073594,1907.475491,1807.043802,782.0061244,1690.31359 +143294,1797.688422,1887.969664,1765.27193,782.8436279,1690.002568 +143295,1799.508599,1878.881126,1805.71929,783.7636047,1689.492293 +143296,1802.178113,1868.507884,1791.060372,784.573094,1689.262028 +143297,1804.467818,1858.219046,1795.403361,785.6659576,1689.011581 +143298,1806.772694,1847.502477,1796.1451,786.4337365,1688.688318 +143299,1809.06832,1837.267809,1797.695894,787.5215185,1688.644886 +143300,1811.616603,1826.818184,1798.726673,788.3990683,1688.462335 +143301,1813.819232,1816.236828,1800.223675,789.4298764,1688.386424 +143302,1816.333146,1805.837481,1801.426823,790.3240582,1688.274861 +143303,1818.681159,1795.358322,1802.764115,791.4218584,1688.402282 +143304,1821.247237,1784.802703,1804.146322,792.3128543,1688.28832 +143305,1823.577274,1774.476842,1805.677732,793.0912706,1688.321557 +143306,1825.948665,1763.907882,1806.971516,794.4957767,1691.222316 +143307,1828.456604,1753.534273,1808.561965,795.4136261,1690.010322 +143308,1830.995993,1743.059366,1809.885441,796.3374353,1691.928017 +143309,1833.270503,1732.628828,1811.68046,797.59522,1690.223652 +143310,1835.918542,1722.192818,1812.778476,798.4377122,1693.640912 +143311,1838.122711,1711.72452,1814.668586,799.5735807,1689.617988 +143312,1840.719764,1701.282973,1818.862024,800.5467224,1670.175379 +143313,1848.583333,1690.343315,1822.947639,801.4607012,1701.170956 +143314,1843.81349,1680.463195,1817.324068,802.6646916,1686.880073 +143315,1856.661185,1669.953253,1810.753341,803.7147658,1690.142134 +143316,1844.82571,1659.195998,1828.1149,804.4766246,1690.437964 +143317,1868.571814,1648.918993,1821.898526,805.7358977,1690.698722 +143318,1840.605266,1638.787702,1825.030918,806.7344176,1691.22256 +143319,1846.206219,1628.195178,1826.870081,807.7454437,1691.477962 +143320,1868.136248,1617.410886,1840.805928,808.5343897,1691.438778 +143321,1859.024668,1608.022878,1810.721089,810.0287248,1692.637838 +143322,1863.742719,1596.990446,1840.424714,810.7226655,1692.229134 +143323,1865.89118,1586.939318,1831.077826,811.8753373,1693.016921 +143324,1868.488874,1576.500055,1850.043577,812.6915316,1693.072653 +143325,1871.054112,1566.990879,1813.086963,814.2195125,1694.119282 +143326,1872.748307,1556.025047,1848.702279,814.8074362,1693.888913 +143327,1875.771529,1546.698042,1837.56676,816.1682028,1694.952867 +143328,1876.742293,1535.403515,1857.791205,816.6233404,1694.166821 +143329,1880.250601,1526.614939,1835.221765,818.2881346,1695.886962 +143330,1882.105618,1516.120008,1838.269612,819.0673737,1695.850945 +143331,1883.836597,1505.90645,1858.722755,819.9752849,1695.934489 +143332,1887.075971,1496.637137,1843.554787,821.1873136,1697.011728 +143333,1888.522985,1486.456416,1851.022509,822.2588206,1697.101872 +143334,1890.866651,1476.635237,1851.753931,822.9882173,1697.514227 +143335,1893.408933,1467.158241,1853.482334,824.3619714,1698.190693 +143336,1895.452089,1457.311837,1854.900889,825.1194709,1698.548326 +143337,1897.599308,1447.893927,1856.801042,826.4015834,1699.115515 +143338,1900.016464,1438.429735,1858.102761,827.15521,1699.401153 +143339,1901.768745,1428.649739,1859.71682,828.2921586,1710.034058 +143340,1904.518247,1419.619055,1865.850388,829.2957562,1694.066807 +143341,2313.869226,1596.749205,2196.491909,1015.340471,2447.744873 +143342,2060.008892,1475.363504,2121.783056,901.452873,1948.561698 +143343,2188.074023,1521.642818,2097.536109,959.1060334,2210.528136 +143344,2164.640187,1501.801095,2129.074351,948.8368888,2153.530494 +143345,2166.870083,1493.011052,2119.353583,949.9568648,2158.059265 +143346,2169.46321,1484.807709,2129.347157,951.3185327,2161.166173 +143347,2171.922032,1476.206918,2120.324847,952.5789613,2163.939377 +143348,2174.30697,1467.906617,2133.093299,953.7989235,2166.582946 +143349,2176.639343,1459.482155,2128.689394,954.9813344,2169.113534 +143350,2178.93381,1451.352163,2131.072023,956.13133,2171.548709 +143351,2181.198599,1443.103666,2133.23273,957.1975994,2173.903509 +143352,2183.41563,1435.001418,2134.760992,958.3715196,2176.185096 +143353,2185.582599,1426.962447,2136.219941,959.4009453,2178.400776 +143354,2187.699652,1419.010059,2137.72409,960.45296,2180.554554 +143355,2189.768575,1411.056146,2139.192444,961.4735014,2182.651813 +143356,2191.790194,1403.394485,2140.606975,962.47127,2185.211266 +143357,2193.7663,1399.616445,2141.977799,963.4472152,2187.341064 +143358,2195.69755,1394.063503,2143.309851,964.4017157,2188.726013 +143359,2197.586647,1388.4776,2144.915004,965.3339713,2189.708333 +143360,2199.429512,1383.160924,2145.613815,966.2503435,2199.115868 +143361,2201.23496,1377.748192,2147.068179,967.1418166,2183.555182 +143362,2202.997498,1372.476869,2148.290502,968.0161343,2201.24312 +143363,2204.720986,1367.274276,2149.410448,968.8709237,2209.455715 +143364,2206.405402,1362.151578,2150.529708,969.7068566,2179.379303 +143365,2208.051757,1357.117519,2151.62195,970.5243959,2210.697277 +143366,2209.660712,1352.279196,2152.668084,971.3238263,2218.04025 +143367,2211.233686,1347.590621,2153.695862,972.1055454,2177.293814 +143368,2212.770685,1366.082128,2154.684472,972.8696851,2218.706888 +143369,2214.273489,1304.239174,2155.648135,973.6167856,2204.391156 +143370,2215.742922,1350.691324,2156.899139,974.345358,2208.783747 +143371,2217.118425,1336.225685,2157.165864,975.0314747,2210.085326 +143372,2218.451848,1310.553233,2158.191235,975.6896592,2211.582997 +143373,2219.74643,1340.679892,2158.985798,976.3307973,2212.953751 +143374,2221.006425,1298.247608,2159.681643,976.9529127,2214.309805 +143375,2222.233468,1329.286664,2160.370637,977.5573037,2215.638392 +143376,2223.428733,1297.47768,2161.036762,979.5146496,2216.939192 +143377,2224.594507,1311.260212,2161.673456,980.5742346,2218.215238 +143378,2225.730793,1301.475531,2162.277392,981.5798532,2219.464985 +143379,2226.838984,1298.958525,2162.855761,982.6201233,2220.690057 +143380,2227.920228,1295.414973,2163.727423,983.7119178,2221.895012 +143381,2228.973221,1291.976915,2163.680528,984.8672038,2223.061155 +143382,2230.002831,1288.37703,2168.692691,986.0788718,2224.221322 +143383,2231.006774,1284.979734,2159.706823,987.3556186,2225.349495 +143384,2231.987099,1281.473108,2170.547582,988.6938725,2226.457928 +143385,2232.944705,1278.195908,2161.183135,990.1506629,2227.545217 +143386,2233.879956,1274.786309,2171.148861,991.5300401,2228.611156 +143387,2234.794003,1271.47125,2161.896256,993.219543,2229.656965 +143388,2235.814274,1268.174201,2171.867463,994.718899,2230.682662 +143389,2236.497613,1264.905996,2162.636411,996.4120501,2231.689474 +143390,2237.442054,1261.665727,2172.48228,998.2273196,2232.676847 +143391,2238.257846,1258.527452,2163.264583,999.9692272,2233.64601 +143392,2239.07392,1255.233971,2173.019285,1001.819162,2234.596835 +143393,2239.872924,1252.127458,2163.807962,1003.721629,2235.530434 +143394,2240.654742,1248.984444,2173.478739,1005.685099,2237.231798 +143395,2241.419965,1245.878696,2164.267132,1007.71029,2236.210112 +143396,2242.169011,1242.798904,2173.862958,1009.797175,2243.17044 +143397,2242.902428,1239.74505,2164.645693,1011.946386,2232.212103 +143398,2243.620496,1236.716578,2174.174181,1014.157913,2255.869108 +143399,2244.323864,1233.713671,2164.945854,1016.432425,2220.76276 +143400,2245.028304,1230.66343,2174.42269,1018.769889,2250.798602 +143401,2292.677316,1250.721206,2212.869212,1044.115764,2334.505331 +143402,2296.721628,1249.052856,2223.078748,1048.00991,2320.481656 +143403,2299.708061,1247.230279,2221.559084,1051.563174,2333.728907 +143404,2302.387863,1245.185259,2224.7179,1054.97025,2334.60111 +143405,2304.938872,1243.087704,2223.116815,1058.382918,2337.246944 +143406,2307.379687,1240.950414,2229.983024,1061.804481,2339.660392 +143407,2309.771762,1238.790273,2229.477958,1065.24672,2341.944613 +143408,2312.124649,1236.627004,2229.789118,1068.727585,2344.084509 +143409,2314.46167,1234.465197,2230.76304,1072.252961,2346.171689 +143410,2316.78944,1232.309509,2231.975986,1075.767075,2348.097039 +143411,2319.11579,1230.161107,2234.169843,1079.482659,2350.043862 +143412,2321.546756,1228.028291,2234.002896,1083.123262,2351.871121 +143413,2323.798429,1225.971429,2238.919314,1086.866996,2353.557798 +143414,2326.210279,1223.757767,2233.627152,1090.6608,2355.482478 +143415,2328.453912,1221.707872,2239.678803,1094.511323,2357.122737 +143416,2330.876826,1219.61191,2239.641781,1098.4197,2358.770241 +143417,2333.122516,1217.540429,2239.777903,1102.449137,2360.407196 +143418,2335.557697,1215.414125,2240.133022,1106.382385,2362.011266 +143419,2337.93953,1213.472377,2240.685817,1110.843507,2363.519871 +143420,2340.192137,1211.395908,2241.342362,1116.978822,2365.051508 +143421,2343.006602,1209.391166,2243.370066,1117.645668,2366.552184 +143422,2346.200616,1207.395037,2244.144173,1127.705396,2367.977354 +143423,2349.519334,1205.413536,2243.184599,1125.016713,2369.379331 +143424,2352.894225,1203.44388,2243.416927,1139.360607,2370.836169 +143425,2356.299769,1201.560533,2244.091406,1130.042496,2372.129151 +143426,2359.737479,1199.523216,2244.84451,1154.531297,2373.398661 +143427,2363.203307,1197.64982,2245.551385,1130.98813,2374.867191 +143428,2366.741584,1195.725214,2247.731453,1148.779185,2376.143139 +143429,2370.258284,1193.836366,2246.789228,1158.136279,2377.39354 +143430,2373.8038,1191.959447,2246.47265,1158.045231,2384.527935 +143431,2377.222894,1190.065587,2246.182945,1164.120538,2370.967348 +143432,2380.716712,1188.164164,2245.983699,1168.971488,2391.049427 +143433,2384.325833,1186.27803,2247.584471,1173.817407,2372.7124 +143434,2387.596727,1184.407194,2248.25615,1178.778168,2393.282943 +143435,2391.174041,1182.549089,2246.8688,1183.624551,2380.897035 +143436,2394.650959,1180.701668,2246.140415,1188.608263,2386.706121 +143437,2398.148206,1178.869241,2245.672692,1193.751548,2387.190281 +143438,2401.659548,1177.048168,2247.140063,1198.879279,2388.244827 +143439,2405.163423,1175.244646,2245.958199,1203.941295,2389.213791 +143440,2408.687142,1173.450035,2245.396657,1209.204596,2390.234187 +143441,2412.208809,1171.671242,2245.052956,1214.456598,2391.463749 +143442,2415.736721,1169.905206,2244.818726,1219.770518,2392.405588 +143443,2419.271643,1168.151168,2246.386073,1225.134972,2393.513513 +143444,2422.665582,1166.413548,2247.002263,1230.550996,2394.491903 +143445,2426.542936,1164.689015,2245.479945,1236.015612,2395.408041 +143446,2429.782397,1162.973225,2246.470759,1241.532792,2396.528551 +143447,2433.434086,1161.277736,2245.021521,1247.166676,2397.354925 +143448,2436.96031,1159.58926,2244.294259,1252.66962,2398.425098 +143449,2440.503871,1157.915015,2245.579843,1258.383656,2399.394097 +143450,2444.041701,1156.256332,2246.020942,1264.076882,2400.279831 +143451,2447.583777,1154.608586,2246.130806,1269.757634,2401.263784 +143452,2451.123194,1152.974049,2246.065184,1275.738001,2402.138842 +143453,2454.661833,1151.417199,2245.899882,1281.416624,2403.049716 +143454,2458.198304,1149.712617,2245.679516,1287.368613,2403.96238 +143455,2461.729757,1148.162492,2243.687506,1293.286706,2404.630691 +143456,2469.308337,1146.565876,2244.398639,1299.261062,2405.863625 +143457,2466.263044,1144.995896,2242.786756,1305.346313,2406.467073 +143458,2483.525919,1143.432922,2243.686664,1311.216155,2407.526174 +143459,2457.543981,1141.886053,2243.929864,1317.477511,2408.328598 +143460,2488.656255,1140.349031,2243.929967,1323.546319,2409.144271 +143461,2403.495482,1105.561779,2241.233917,1296.371211,2257.513129 +143462,2407.761646,1103.507104,2185.183425,1302.06572,2277.582343 +143463,2410.457125,1101.53012,2153.183382,1307.944319,2261.966751 +143464,2412.613563,1099.545896,2180.206882,1313.90685,2267.930992 +143465,2415.337934,1097.733142,2172.768853,1319.672534,2267.441911 +143466,2419.614793,1095.807377,2169.193233,1325.915955,2267.699364 +143467,2421.590149,1093.951988,2167.959855,1331.760969,2268.085695 +143468,2424.441122,1092.100935,2167.077669,1337.904412,2268.45371 +143469,2426.064511,1090.263351,2165.906131,1343.99982,2268.843358 +143470,2431.107843,1088.438119,2164.592893,1350.140899,2269.235854 +143471,2427.116293,1086.624875,2163.290765,1356.313307,2269.635557 +143472,2444.85332,1084.821291,2158.150342,1362.519296,2270.052575 +143473,2411.063112,1083.034426,2164.734174,1368.753202,2270.432026 +143474,2449.49352,1081.252074,2154.772893,1375.019264,2270.863561 +143475,2437.165831,1079.545544,2162.089233,1381.311909,2271.273437 +143476,2442.22256,1077.696561,2151.907183,1387.713048,2271.72618 +143477,2444.827985,1075.99071,2155.697791,1393.9366,2272.070481 +143478,2447.26137,1074.245946,2153.649405,1404.326175,2272.541428 +143479,2449.712012,1072.514443,2152.424041,1405.018264,2272.968439 +143480,2452.278702,1070.799182,2150.366036,1426.516145,2273.359909 +143481,2454.491234,1069.088204,2149.301352,1400.552235,2273.840721 +143482,2457.009609,1067.388668,2148.015899,1432.572977,2274.206197 +143483,2459.39494,1065.697982,2146.575896,1432.224465,2274.656989 +143484,2461.792231,1064.016218,2145.150179,1438.513497,2275.076984 +143485,2464.181284,1062.34335,2143.741593,1445.638135,2275.502539 +143486,2466.560373,1060.679101,2137.923254,1451.966004,2275.925781 +143487,2468.932035,1059.022959,2145.833311,1458.722061,2276.353234 +143488,2471.291405,1057.375196,2134.243335,1465.220568,2276.776803 +143489,2475.678512,1055.735716,2138.337193,1471.912087,2277.19897 +143490,2480.767802,1054.104044,2136.443433,1478.380374,2277.625577 +143491,2486.075064,1052.427534,2134.358993,1484.82604,2278.050981 +143492,2491.164652,1050.748126,2132.796185,1491.209928,2278.475216 +143493,2498.335383,1049.07071,2131.226684,1497.773936,2278.900852 +143494,2507.893672,1047.396579,2129.559839,1503.896764,2279.325981 +143495,2501.183344,1045.726474,2127.870809,1510.485088,2279.751798 +143496,2512.657367,1044.06055,2126.173272,1526.729682,2280.177528 +143497,2521.200495,1042.399167,2124.463757,1508.564296,2280.621859 +143498,2524.546747,1040.742428,2122.737604,1539.749803,2281.02386 +143499,2531.311202,1039.090655,2120.994873,1540.099265,2281.46644 +143500,2537.121519,1037.443668,2119.24203,1550.78896,2281.900756 +143501,2543.313815,1035.801687,2117.476653,1559.919796,2282.327713 +143502,2560.400108,1034.164751,2111.266368,1570.133123,2282.765695 +143503,2539.329683,1032.53243,2119.385247,1592.418986,2283.206696 +143504,2569.793112,1030.905248,2106.206325,1565.224195,2283.647027 +143505,2566.508483,1029.283184,2111.279602,1617.166647,2284.088495 +143506,2574.4957,1027.665752,2108.246676,1588.36256,2284.545969 +143507,2590.928585,1026.051928,2106.208393,1621.060665,2284.990553 +143508,2572.51733,1024.448215,2104.112712,1621.784226,2285.425793 +143509,2614.927633,1022.84357,2102.503834,1632.184149,2285.906083 +143510,2590.86078,1021.246618,2100.58957,1654.076021,2286.346548 +143511,2608.940792,1019.65379,2098.680337,1631.562947,2286.814113 +143512,2628.440667,1018.065229,2096.813691,1681.884511,2287.278685 +143513,2589.068869,1016.481871,2094.892297,1653.518599,2287.743587 +143514,2664.422226,1014.902274,2093.170227,1689.385128,2288.216586 +143515,2604.076768,1013.327912,2091.001356,1682.688775,2288.679722 +143516,2666.51779,1011.815837,2089.096647,1696.578553,2289.14766 +143517,2628.54294,1010.165657,2087.309127,1704.606625,2289.643908 +143518,2670.366444,1008.644861,2080.27997,1713.272037,2290.075054 +143519,2655.189005,1007.078934,2089.814451,1721.844457,2290.614384 +143520,2669.110956,1005.525982,2074.198557,1730.70843,2291.064418 +143521,2518.173063,937.4863653,1928.992788,1673.433105,2000.109674 +143522,2508.291718,935.4059525,1919.912833,1679.796296,1999.280526 +143523,2539.009809,933.1851492,1918.157737,1688.18888,2006.557534 +143524,2531.585583,931.3081494,1914.981762,1695.980737,2001.031605 +143525,2557.617523,929.2965678,1911.831328,1703.969776,2001.893745 +143526,2518.465635,927.3622076,1908.865865,1711.660733,2001.591213 +143527,2587.728551,925.4370188,1905.745577,1724.547148,2001.31819 +143528,2516.972207,923.5258094,1902.847287,1725.598319,2001.002388 +143529,2596.584295,921.6260469,1899.760216,1736.295362,2000.940219 +143530,2536.526303,919.7889686,1896.946903,1743.534072,2015.237778 +143531,2603.063691,917.8318535,1879.28579,1751.374468,1978.417013 +143532,2552.876285,915.9446718,1912.058184,1759.097444,2026.116004 +143533,2596.155223,914.1477306,1863.650772,1766.586972,1975.120438 +143534,2582.564556,912.3069285,1899.917395,1774.463201,2013.393825 +143535,2616.299041,910.3921073,1868.453315,1781.895716,1994.659425 +143536,2564.676994,908.5845016,1898.627056,1789.831138,2001.673326 +143537,2643.114346,906.7452761,1849.990888,1797.010782,1999.827244 +143538,2573.989053,904.9150674,1883.8666,1804.704356,2000.136134 +143539,2652.509338,903.0927072,1865.169671,1812.048639,2000.14802 +143540,2584.885559,901.2767703,1866.314843,1819.651178,2000.165347 +143541,2663.205976,899.5132314,1862.635831,1827.654238,2000.193555 +143542,2595.251953,897.6404086,1859.694181,1834.146122,2000.233642 +143543,2673.918569,895.8718817,1873.728588,1841.82516,2000.2862 +143544,2605.602615,894.0198071,1828.490761,1853.589743,2000.347956 +143545,2684.387785,892.348279,1875.390475,1854.861887,2000.418548 +143546,2615.870254,890.456983,1826.389411,1864.016464,2000.413122 +143547,2694.721376,888.7144767,1853.60928,1871.368567,2000.704549 +143548,2626.033747,886.9749562,1839.667973,1878.19624,2000.623191 +143549,2704.924071,885.0833922,1838.562994,1885.243366,2000.794582 +143550,2636.189588,883.4115541,1835.481879,1892.279175,2000.814699 +143551,2714.325553,881.5413448,1832.373371,1898.865996,2001.044597 +143552,2645.313264,879.7535901,1833.539499,1905.470925,2001.111268 +143553,2723.106382,877.8436481,1819.262825,1911.387531,2001.245376 +143554,2653.882179,875.981434,1825.8968,1917.79438,2001.452881 +143555,2731.617855,874.6516501,1818.500571,1928.394699,2001.390106 +143556,2662.137605,872.1076298,1816.133481,1924.239004,2001.694743 +143557,2738.314865,870.5769997,1812.692334,1941.818507,2001.764947 +143558,2672.339792,868.6599038,1809.36792,1941.038451,2001.914473 +143559,2737.958729,866.7584933,1806.093403,1947.628927,2002.053608 +143560,2694.344429,864.9693124,1802.856695,1954.148774,2002.1892 +143561,2733.054675,863.0791306,1799.206456,1959.390677,2002.332821 +143562,2720.299247,861.2243773,1796.100453,1964.522472,2002.467054 +143563,2726.454934,859.3660969,1792.566136,1970.239855,2002.605964 +143564,2726.179062,857.4589058,1789.25527,1975.612057,2002.664708 +143565,2742.981372,855.6568839,1785.674433,1980.864851,2002.906324 +143566,2709.747862,853.7627314,1782.456345,1990.878564,2002.983679 +143567,2769.913026,851.8951646,1778.963079,1985.629796,2003.190105 +143568,2711.19479,849.9877543,1783.451897,2001.912859,2003.133238 +143569,2767.5208,848.1697415,1759.906378,2000.836208,2003.405737 +143570,2730.201653,846.2679518,1774.432123,2005.99538,2003.457573 +143571,2757.641226,844.3952159,1763.613559,2011.406636,2003.574409 +143572,2768.82458,842.5150431,1761.57825,2016.079675,2003.606128 +143573,2731.018422,840.5914619,1757.935393,2020.608944,2003.873807 +143574,2771.270358,838.6347199,1754.578931,2025.151828,2003.810065 +143575,2761.7783,836.800471,1750.74014,2034.027575,2003.95239 +143576,2759.757107,834.9448857,1747.446317,2029.210696,2003.949563 +143577,2773.985173,833.0618062,1743.722408,2042.95343,2004.117887 +143578,2760.335041,831.1287916,1740.227701,2043.063154,2004.131094 +143579,2775.602751,829.2886994,1736.465354,2046.685242,2004.261205 +143580,2771.539736,827.23017,1733.135476,2051.786367,2004.139565 +143581,1730.238331,824.9817864,809.1032184,1384.845287,1932.475307 +143582,1869.74358,958.589186,872.6548443,1507.679136,2049.536755 +143583,2040.997939,958.7560743,951.4254062,1656.129019,2184.051183 +143584,2180.343829,958.3152136,1017.110968,1769.905346,2286.347093 +143585,2265.951547,957.0093326,1059.780581,1830.632016,2341.060159 +143586,2312.985854,955.6137447,1085.761495,1854.932836,2365.20691 +143587,2341.438064,954.1814939,1103.468998,1863.610466,2376.526658 +143588,2360.987206,952.7752966,1116.810173,1867.081483,2382.957685 +143589,2376.037371,951.2854449,1127.585797,1869.551343,2387.181948 +143590,2388.432678,949.6461739,1136.61614,1872.164062,2390.563409 +143591,2398.927197,948.2297961,1144.298297,1874.950997,2393.504331 +143592,2407.919535,946.7210411,1150.869991,1877.745367,2396.141117 +143593,2415.65809,945.1973923,1156.505287,1880.446727,2398.52656 +143594,2422.358703,943.5311343,1161.348937,1883.037055,2400.69573 +143595,2428.203012,942.084747,1165.523745,1885.533319,2402.678404 +143596,2433.347035,940.6432208,1169.131487,1887.955212,2404.500427 +143597,2437.917699,938.9042733,1172.260173,1890.314856,2406.183615 +143598,2442.015439,937.4511776,1174.980736,1892.617874,2407.746441 +143599,2445.719457,936.0394898,1177.354703,1894.866702,2409.20458 +143600,2449.058587,934.3540961,1179.414764,1897.03599,2410.535279 +143601,2452.11517,932.9320554,1181.219321,1899.153216,2411.783742 +143602,2454.953739,931.4488326,1182.814064,1901.238691,2412.986605 +143603,2457.592618,929.8166712,1184.223329,1903.282132,2414.137248 +143604,2460.053573,928.3940021,1185.468418,1905.280835,2415.237911 +143605,2462.356589,926.9169291,1186.571086,1907.234526,2416.293164 +143606,2464.518459,925.2876895,1187.547321,1909.143668,2417.307816 +143607,2466.553055,923.8662236,1188.413465,1911.008905,2418.286276 +143608,2468.471827,922.3883728,1189.180655,1912.83092,2419.232459 +143609,2470.28421,920.7567503,1189.861116,1914.610337,2420.149725 +143610,2471.997977,919.3310452,1190.462469,1916.347727,2421.040959 +143611,2473.619489,917.7621895,1190.994011,1918.043602,2421.908605 +143612,2475.08262,916.0741563,1191.457492,1919.561431,2422.754701 +143613,2476.334119,914.4454985,1191.856321,1920.83007,2423.580865 +143614,2477.376271,912.8807715,1192.192772,1921.852481,2424.388424 +143615,2478.217115,911.097923,1192.474268,1922.663803,2425.178474 +143616,2478.883566,909.5324435,1192.706772,1923.300409,2425.951959 +143617,2479.384713,907.9023809,1192.89557,1923.78873,2426.709643 +143618,2479.741067,906.1486326,1193.037158,1924.145477,2427.45214 +143619,2479.959504,904.5698661,1193.141368,1924.386169,2428.179904 +143620,2480.054437,902.9229891,1193.210134,1924.516071,2428.893282 +143621,2480.022295,901.1107365,1193.244405,1924.537817,2429.592484 +143622,2479.867679,899.4469664,1193.241224,1924.454429,2430.277631 +143623,2479.597743,897.8615738,1193.206589,1924.2694,2430.948761 +143624,2479.218687,895.982777,1193.143744,1923.986126,2431.605862 +143625,2478.734943,894.3624325,1193.049563,1923.607547,2432.24886 +143626,2478.149829,892.7238924,1192.928949,1923.13612,2432.877667 +143627,2477.466061,890.7798488,1192.78421,1922.573891,2433.492139 +143628,2476.686058,889.1678611,1192.611639,1921.922633,2434.09213 +143629,2475.812015,887.4394122,1192.415795,1921.183928,2434.67747 +143630,2474.845946,885.5563078,1192.200307,1920.359222,2435.24799 +143631,2473.789763,883.8780052,1191.959118,1919.449851,2435.803504 +143632,2472.645212,882.1349803,1191.69634,1918.457074,2436.343845 +143633,2471.413841,880.2283171,1191.414277,1917.382073,2436.868826 +143634,2470.097157,878.5259493,1191.110757,1916.225978,2437.378284 +143635,2468.696526,876.759277,1190.788028,1914.989875,2437.872053 +143636,2467.21328,874.8291973,1190.447621,1913.674811,2438.349984 +143637,2465.648621,873.1032858,1190.087298,1912.281804,2438.811925 +143638,2464.003741,871.3682506,1189.709398,1910.811857,2439.257752 +143639,2462.279879,869.3331442,1189.315468,1909.265952,2439.687343 +143640,2460.478127,867.624923,1188.903222,1907.645055,2440.100584 +143641,0,0,0,0,0 +143642,0,0,0,0,0 +143643,0,0,0,0,0 +143644,0,0,0,0,0 +143645,0,0,0,0,0 +143646,0,0,0,0,0 +143647,0,0,0,0,0 +143648,0,0,0,0,0 +143649,0,0,0,0,0 +143650,0,0,0,0,0 +143651,0,0,0,0,0 +143652,0,0,0,0,0 +143653,0,0,0,0,0 +143654,0,0,0,0,0 +143655,0,0,0,0,0 +143656,0,0,0,0,0 +143657,0,0,0,0,0 +143658,0,0,0,0,0 +143659,0,0,0,0,0 +143660,0,0,0,0,0 +143661,0,0,0,0,0 +143662,0,0,0,0,0 +143663,0,0,0,0,0 +143664,0,0,0,0,0 +143665,0,0,0,0,0 +143666,0,0,0,0,0 +143667,0,0,0,0,0 +143668,0,0,0,0,0 +143669,0,0,0,0,0 +143670,0,0,0,0,0 +143671,0,0,0,0,0 +143672,0,0,0,0,0 +143673,0,0,0,0,0 +143674,0,0,0,0,0 +143675,0,0,0,0,0 +143676,0,0,0,0,0 +143677,0,0,0,0,0 +143678,0,0,0,0,0 +143679,0,0,0,0,0 +143680,0,0,0,0,0 +143681,0,0,0,0,0 +143682,0,0,0,0,0 +143683,0,0,0,0,0 +143684,0,0,0,0,0 +143685,0,0,0,0,0 +143686,0,0,0,0,0 +143687,0,0,0,0,0 +143688,0,0,0,0,0 +143689,0,0,0,0,0 +143690,0,0,0,0,0 +143691,0,0,0,0,0 +143692,0,0,0,0,0 +143693,0,0,0,0,0 +143694,0,0,0,0,0 +143695,0,0,0,0,0 +143696,0,0,0,0,0 +143697,0,0,0,0,0 +143698,0,0,0,0,0 +143699,0,0,0,0,0 +143700,0,0,0,0,0 +143701,0,0,0,0,0 +143702,0,0,0,0,0 +143703,0,0,0,0,0 +143704,0,0,0,0,0 +143705,0,0,0,0,0 +143706,0,0,0,0,0 +143707,0,0,0,0,0 +143708,0,0,0,0,0 +143709,0,0,0,0,0 +143710,0,0,0,0,0 +143711,0,0,0,0,0 +143712,0,0,0,0,0 +143713,0,0,0,0,0 +143714,0,0,0,0,0 +143715,0,0,0,0,0 +143716,0,0,0,0,0 +143717,0,0,0,0,0 +143718,0,0,0,0,0 +143719,0,0,0,0,0 +143720,0,0,0,0,0 +143721,0,0,0,0,0 +143722,0,0,0,0,0 +143723,0,0,0,0,0 +143724,0,0,0,0,0 +143725,0,0,0,0,0 +143726,0,0,0,0,0 +143727,0,0,0,0,0 +143728,0,0,0,0,0 +143729,0,0,0,0,0 +143730,0,0,0,0,0 +143731,0,0,0,0,0 +143732,0,0,0,0,0 +143733,0,0,0,0,0 +143734,0,0,0,0,0 +143735,0,0,0,0,0 +143736,0,0,0,0,0 +143737,0,0,0,0,0 +143738,0,0,0,0,0 +143739,0,0,0,0,0 +143740,0,0,0,0,0 +143741,0,0,0,0,0 +143742,0,0,0,0,0 +143743,0,0,0,0,0 +143744,0,0,0,0,0 +143745,0,0,0,0,0 +143746,0,0,0,0,0 +143747,0,0,0,0,0 +143748,0,0,0,0,0 +143749,0,0,0,0,0 +143750,0,0,0,0,0 +143751,0,0,0,0,0 +143752,0,0,0,0,0 +143753,0,0,0,0,0 +143754,0,0,0,0,0 +143755,0,0,0,0,0 +143756,0,0,0,0,0 +143757,0,0,0,0,0 +143758,0,0,0,0,0 +143759,0,0,0,0,0 +143760,0,0,0,0,0 +143761,0,0,0,0,0 +143762,0,0,0,0,0 +143763,0,0,0,0,0 +143764,0,0,0,0,0 +143765,0,0,0,0,0 +143766,0,0,0,0,0 +143767,0,0,0,0,0 +143768,0,0,0,0,0 +143769,0,0,0,0,0 +143770,0,0,0,0,0 +143771,0,0,0,0,0 +143772,0,0,0,0,0 +143773,0,0,0,0,0 +143774,0,0,0,0,0 +143775,0,0,0,0,0 +143776,0,0,0,0,0 +143777,0,0,0,0,0 +143778,0,0,0,0,0 +143779,0,0,0,0,0 +143780,0,0,0,0,0 +143781,0,0,0,0,0 +143782,0,0,0,0,0 +143783,0,0,0,0,0 +143784,0,0,0,0,0 +143785,0,0,0,0,0 +143786,0,0,0,0,0 +143787,0,0,0,0,0 +143788,0,0,0,0,0 +143789,0,0,0,0,0 +143790,0,0,0,0,0 +143791,0,0,0,0,0 +143792,0,0,0,0,0 +143793,0,0,0,0,0 +143794,0,0,0,0,0 +143795,0,0,0,0,0 +143796,0,0,0,0,0 +143797,0,0,0,0,0 +143798,0,0,0,0,0 +143799,0,0,0,0,0 +143800,0,0,0,0,0 +143801,0,0,0,0,0 +143802,0,0,0,0,0 +143803,0,0,0,0,0 +143804,0,0,0,0,0 +143805,0,0,0,0,0 +143806,0,0,0,0,0 +143807,0,0,0,0,0 +143808,0,0,0,0,0 +143809,0,0,0,0,0 +143810,0,0,0,0,0 +143811,0,0,0,0,0 +143812,0,0,0,0,0 +143813,0,0,0,0,0 +143814,0,0,0,0,0 +143815,0,0,0,0,0 +143816,0,0,0,0,0 +143817,0,0,0,0,0 +143818,0,0,0,0,0 +143819,0,0,0,0,0 +143820,0,0,0,0,0 +143821,0,0,0,0,0 +143822,0,0,0,0,0 +143823,0,0,0,0,0 +143824,0,0,0,0,0 +143825,0,0,0,0,0 +143826,0,0,0,0,0 +143827,0,0,0,0,0 +143828,0,0,0,0,0 +143829,0,0,0,0,0 +143830,0,0,0,0,0 +143831,0,0,0,0,0 +143832,0,0,0,0,0 +143833,0,0,0,0,0 +143834,0,0,0,0,0 +143835,0,0,0,0,0 +143836,0,0,0,0,0 +143837,0,0,0,0,0 +143838,0,0,0,0,0 +143839,0,0,0,0,0 +143840,0,0,0,0,0 +143841,0,0,0,0,0 +143842,0,0,0,0,0 +143843,0,0,0,0,0 +143844,0,0,0,0,0 +143845,0,0,0,0,0 +143846,0,0,0,0,0 +143847,0,0,0,0,0 +143848,0,0,0,0,0 +143849,0,0,0,0,0 +143850,0,0,0,0,0 +143851,0,0,0,0,0 +143852,0,0,0,0,0 +143853,0,0,0,0,0 +143854,0,0,0,0,0 +143855,0,0,0,0,0 +143856,0,0,0,0,0 +143857,0,0,0,0,0 +143858,0,0,0,0,0 +143859,0,0,0,0,0 +143860,0,0,0,0,0 +143861,0,0,0,0,0 +143862,0,0,0,0,0 +143863,0,0,0,0,0 +143864,0,0,0,0,0 +143865,0,0,0,0,0 +143866,0,0,0,0,0 +143867,0,0,0,0,0 +143868,0,0,0,0,0 +143869,0,0,0,0,0 +143870,0,0,0,0,0 +143871,0,0,0,0,0 +143872,0,0,0,0,0 +143873,0,0,0,0,0 +143874,0,0,0,0,0 +143875,0,0,0,0,0 +143876,0,0,0,0,0 +143877,0,0,0,0,0 +143878,0,0,0,0,0 +143879,0,0,0,0,0 +143880,0,0,0,0,0 +143881,0,0,0,0,0 +143882,0,0,0,0,0 +143883,0,0,0,0,0 +143884,0,0,0,0,0 +143885,0,0,0,0,0 +143886,0,0,0,0,0 +143887,0,0,0,0,0 +143888,0,0,0,0,0 +143889,0,0,0,0,0 +143890,0,0,0,0,0 +143891,0,0,0,0,0 +143892,0,0,0,0,0 +143893,0,0,0,0,0 +143894,0,0,0,0,0 +143895,0,0,0,0,0 +143896,0,0,0,0,0 +143897,0,0,0,0,0 +143898,0,0,0,0,0 +143899,0,0,0,0,0 +143900,0,0,0,0,0 +143901,0,0,0,0,0 +143902,0,0,0,0,0 +143903,0,0,0,0,0 +143904,0,0,0,0,0 +143905,0,0,0,0,0 +143906,0,0,0,0,0 +143907,0,0,0,0,0 +143908,0,0,0,0,0 +143909,0,0,0,0,0 +143910,0,0,0,0,0 +143911,0,0,0,0,0 +143912,0,0,0,0,0 +143913,0,0,0,0,0 +143914,0,0,0,0,0 +143915,0,0,0,0,0 +143916,0,0,0,0,0 +143917,0,0,0,0,0 +143918,0,0,0,0,0 +143919,0,0,0,0,0 +143920,0,0,0,0,0 +143921,0,0,0,0,0 +143922,0,0,0,0,0 +143923,0,0,0,0,0 +143924,0,0,0,0,0 +143925,0,0,0,0,0 +143926,0,0,0,0,0 +143927,0,0,0,0,0 +143928,0,0,0,0,0 +143929,0,0,0,0,0 +143930,0,0,0,0,0 +143931,0,0,0,0,0 +143932,0,0,0,0,0 +143933,0,0,0,0,0 +143934,0,0,0,0,0 +143935,0,0,0,0,0 +143936,0,0,0,0,0 +143937,0,0,0,0,0 +143938,0,0,0,0,0 +143939,0,0,0,0,0 +143940,0,0,0,0,0 +143941,0,0,0,0,0 +143942,0,0,0,0,0 +143943,0,0,0,0,0 +143944,0,0,0,0,0 +143945,0,0,0,0,0 +143946,0,0,0,0,0 +143947,0,0,0,0,0 +143948,0,0,0,0,0 +143949,0,0,0,0,0 +143950,0,0,0,0,0 +143951,0,0,0,0,0 +143952,0,0,0,0,0 +143953,0,0,0,0,0 +143954,0,0,0,0,0 +143955,0,0,0,0,0 +143956,0,0,0,0,0 +143957,0,0,0,0,0 +143958,0,0,0,0,0 +143959,0,0,0,0,0 +143960,0,0,0,0,0 +143961,0,0,0,0,0 +143962,0,0,0,0,0 +143963,0,0,0,0,0 +143964,0,0,0,0,0 +143965,0,0,0,0,0 +143966,0,0,0,0,0 +143967,0,0,0,0,0 +143968,0,0,0,0,0 +143969,0,0,0,0,0 +143970,0,0,0,0,0 +143971,0,0,0,0,0 +143972,0,0,0,0,0 +143973,0,0,0,0,0 +143974,0,0,0,0,0 +143975,0,0,0,0,0 +143976,0,0,0,0,0 +143977,0,0,0,0,0 +143978,0,0,0,0,0 +143979,0,0,0,0,0 +143980,0,0,0,0,0 +143981,0,0,0,0,0 +143982,0,0,0,0,0 +143983,0,0,0,0,0 +143984,0,0,0,0,0 +143985,0,0,0,0,0 +143986,0,0,0,0,0 +143987,0,0,0,0,0 +143988,0,0,0,0,0 +143989,0,0,0,0,0 +143990,0,0,0,0,0 +143991,0,0,0,0,0 +143992,0,0,0,0,0 +143993,0,0,0,0,0 +143994,0,0,0,0,0 +143995,0,0,0,0,0 +143996,0,0,0,0,0 +143997,0,0,0,0,0 +143998,0,0,0,0,0 +143999,0,0,0,0,0 +144000,0,0,0,0,0 +144001,0,0,0,0,0 +144002,0,0,0,0,0 +144003,0,0,0,0,0 +144004,0,0,0,0,0 +144005,0,0,0,0,0 +144006,0,0,0,0,0 +144007,0,0,0,0,0 +144008,0,0,0,0,0 +144009,0,0,0,0,0 +144010,0,0,0,0,0 +144011,0,0,0,0,0 +144012,0,0,0,0,0 +144013,0,0,0,0,0 +144014,0,0,0,0,0 +144015,0,0,0,0,0 +144016,0,0,0,0,0 +144017,0,0,0,0,0 +144018,0,0,0,0,0 +144019,0,0,0,0,0 +144020,0,0,0,0,0 +144021,0,0,0,0,0 +144022,0,0,0,0,0 +144023,0,0,0,0,0 +144024,0,0,0,0,0 +144025,0,0,0,0,0 +144026,0,0,0,0,0 +144027,0,0,0,0,0 +144028,0,0,0,0,0 +144029,0,0,0,0,0 +144030,0,0,0,0,0 +144031,0,0,0,0,0 +144032,0,0,0,0,0 +144033,0,0,0,0,0 +144034,0,0,0,0,0 +144035,0,0,0,0,0 +144036,0,0,0,0,0 +144037,0,0,0,0,0 +144038,0,0,0,0,0 +144039,0,0,0,0,0 +144040,0,0,0,0,0 +144041,0,0,0,0,0 +144042,0,0,0,0,0 +144043,0,0,0,0,0 +144044,0,0,0,0,0 +144045,0,0,0,0,0 +144046,0,0,0,0,0 +144047,0,0,0,0,0 +144048,0,0,0,0,0 +144049,0,0,0,0,0 +144050,0,0,0,0,0 +144051,0,0,0,0,0 +144052,0,0,0,0,0 +144053,0,0,0,0,0 +144054,0,0,0,0,0 +144055,0,0,0,0,0 +144056,0,0,0,0,0 +144057,0,0,0,0,0 +144058,0,0,0,0,0 +144059,0,0,0,0,0 +144060,0,0,0,0,0 +144061,0,0,0,0,0 +144062,0,0,0,0,0 +144063,0,0,0,0,0 +144064,0,0,0,0,0 +144065,0,0,0,0,0 +144066,0,0,0,0,0 +144067,0,0,0,0,0 +144068,0,0,0,0,0 +144069,0,0,0,0,0 +144070,0,0,0,0,0 +144071,0,0,0,0,0 +144072,0,0,0,0,0 +144073,0,0,0,0,0 +144074,0,0,0,0,0 +144075,0,0,0,0,0 +144076,0,0,0,0,0 +144077,0,0,0,0,0 +144078,0,0,0,0,0 +144079,0,0,0,0,0 +144080,0,0,0,0,0 +144081,0,0,0,0,0 +144082,0,0,0,0,0 +144083,0,0,0,0,0 +144084,0,0,0,0,0 +144085,0,0,0,0,0 +144086,0,0,0,0,0 +144087,0,0,0,0,0 +144088,0,0,0,0,0 +144089,0,0,0,0,0 +144090,0,0,0,0,0 +144091,0,0,0,0,0 +144092,0,0,0,0,0 +144093,0,0,0,0,0 +144094,0,0,0,0,0 +144095,0,0,0,0,0 +144096,0,0,0,0,0 +144097,0,0,0,0,0 +144098,0,0,0,0,0 +144099,0,0,0,0,0 +144100,0,0,0,0,0 +144101,0,0,0,0,0 +144102,0,0,0,0,0 +144103,0,0,0,0,0 +144104,0,0,0,0,0 +144105,0,0,0,0,0 +144106,0,0,0,0,0 +144107,0,0,0,0,0 +144108,0,0,0,0,0 +144109,0,0,0,0,0 +144110,0,0,0,0,0 +144111,0,0,0,0,0 +144112,0,0,0,0,0 +144113,0,0,0,0,0 +144114,0,0,0,0,0 +144115,0,0,0,0,0 +144116,0,0,0,0,0 +144117,0,0,0,0,0 +144118,0,0,0,0,0 +144119,0,0,0,0,0 +144120,0,0,0,0,0 +144121,0,0,0,0,0 +144122,0,0,0,0,0 +144123,0,0,0,0,0 +144124,0,0,0,0,0 +144125,0,0,0,0,0 +144126,0,0,0,0,0 +144127,0,0,0,0,0 +144128,0,0,0,0,0 +144129,0,0,0,0,0 +144130,0,0,0,0,0 +144131,0,0,0,0,0 +144132,0,0,0,0,0 +144133,0,0,0,0,0 +144134,0,0,0,0,0 +144135,0,0,0,0,0 +144136,0,0,0,0,0 +144137,0,0,0,0,0 +144138,0,0,0,0,0 +144139,0,0,0,0,0 +144140,0,0,0,0,0 +144141,0,0,0,0,0 +144142,0,0,0,0,0 +144143,0,0,0,0,0 +144144,0,0,0,0,0 +144145,0,0,0,0,0 +144146,0,0,0,0,0 +144147,0,0,0,0,0 +144148,0,0,0,0,0 +144149,0,0,0,0,0 +144150,0,0,0,0,0 +144151,0,0,0,0,0 +144152,0,0,0,0,0 +144153,0,0,0,0,0 +144154,0,0,0,0,0 +144155,0,0,0,0,0 +144156,0,0,0,0,0 +144157,0,0,0,0,0 +144158,0,0,0,0,0 +144159,0,0,0,0,0 +144160,0,0,0,0,0 +144161,0,0,0,0,0 +144162,0,0,0,0,0 +144163,0,0,0,0,0 +144164,0,0,0,0,0 +144165,0,0,0,0,0 +144166,0,0,0,0,0 +144167,0,0,0,0,0 +144168,0,0,0,0,0 +144169,0,0,0,0,0 +144170,0,0,0,0,0 +144171,0,0,0,0,0 +144172,0,0,0,0,0 +144173,0,0,0,0,0 +144174,0,0,0,0,0 +144175,0,0,0,0,0 +144176,0,0,0,0,0 +144177,0,0,0,0,0 +144178,0,0,0,0,0 +144179,0,0,0,0,0 +144180,0,0,0,0,0 +144181,0,0,0,0,0 +144182,0,0,0,0,0 +144183,0,0,0,0,0 +144184,0,0,0,0,0 +144185,0,0,0,0,0 +144186,0,0,0,0,0 +144187,0,0,0,0,0 +144188,0,0,0,0,0 +144189,0,0,0,0,0 +144190,0,0,0,0,0 +144191,0,0,0,0,0 +144192,0,0,0,0,0 +144193,0,0,0,0,0 +144194,0,0,0,0,0 +144195,0,0,0,0,0 +144196,0,0,0,0,0 +144197,0,0,0,0,0 +144198,0,0,0,0,0 +144199,0,0,0,0,0 +144200,0,0,0,0,0 +144201,0,0,0,0,0 +144202,0,0,0,0,0 +144203,0,0,0,0,0 +144204,0,0,0,0,0 +144205,0,0,0,0,0 +144206,0,0,0,0,0 +144207,0,0,0,0,0 +144208,0,0,0,0,0 +144209,0,0,0,0,0 +144210,0,0,0,0,0 +144211,0,0,0,0,0 +144212,0,0,0,0,0 +144213,0,0,0,0,0 +144214,0,0,0,0,0 +144215,0,0,0,0,0 +144216,0,0,0,0,0 +144217,0,0,0,0,0 +144218,0,0,0,0,0 +144219,0,0,0,0,0 +144220,0,0,0,0,0 +144221,0,0,0,0,0 +144222,0,0,0,0,0 +144223,0,0,0,0,0 +144224,0,0,0,0,0 +144225,0,0,0,0,0 +144226,0,0,0,0,0 +144227,0,0,0,0,0 +144228,0,0,0,0,0 +144229,0,0,0,0,0 +144230,0,0,0,0,0 +144231,0,0,0,0,0 +144232,0,0,0,0,0 +144233,0,0,0,0,0 +144234,0,0,0,0,0 +144235,0,0,0,0,0 +144236,0,0,0,0,0 +144237,0,0,0,0,0 +144238,0,0,0,0,0 +144239,0,0,0,0,0 +144240,0,0,0,0,0 +144241,0,0,0,0,0 +144242,0,0,0,0,0 +144243,0,0,0,0,0 +144244,0,0,0,0,0 +144245,0,0,0,0,0 +144246,0,0,0,0,0 +144247,0,0,0,0,0 +144248,0,0,0,0,0 +144249,0,0,0,0,0 +144250,0,0,0,0,0 +144251,0,0,0,0,0 +144252,0,0,0,0,0 +144253,0,0,0,0,0 +144254,0,0,0,0,0 +144255,0,0,0,0,0 +144256,0,0,0,0,0 +144257,0,0,0,0,0 +144258,0,0,0,0,0 +144259,0,0,0,0,0 +144260,0,0,0,0,0 +144261,0,0,0,0,0 +144262,0,0,0,0,0 +144263,0,0,0,0,0 +144264,0,0,0,0,0 +144265,0,0,0,0,0 +144266,0,0,0,0,0 +144267,0,0,0,0,0 +144268,0,0,0,0,0 +144269,0,0,0,0,0 +144270,0,0,0,0,0 +144271,0,0,0,0,0 +144272,0,0,0,0,0 +144273,0,0,0,0,0 +144274,0,0,0,0,0 +144275,0,0,0,0,0 +144276,0,0,0,0,0 +144277,0,0,0,0,0 +144278,0,0,0,0,0 +144279,0,0,0,0,0 +144280,0,0,0,0,0 +144281,0,0,0,0,0 +144282,0,0,0,0,0 +144283,0,0,0,0,0 +144284,0,0,0,0,0 +144285,0,0,0,0,0 +144286,0,0,0,0,0 +144287,0,0,0,0,0 +144288,0,0,0,0,0 +144289,0,0,0,0,0 +144290,0,0,0,0,0 +144291,0,0,0,0,0 +144292,0,0,0,0,0 +144293,0,0,0,0,0 +144294,0,0,0,0,0 +144295,0,0,0,0,0 +144296,0,0,0,0,0 +144297,0,0,0,0,0 +144298,0,0,0,0,0 +144299,0,0,0,0,0 +144300,0,0,0,0,0 +144301,0,0,0,0,0 +144302,0,0,0,0,0 +144303,0,0,0,0,0 +144304,0,0,0,0,0 +144305,0,0,0,0,0 +144306,0,0,0,0,0 +144307,0,0,0,0,0 +144308,0,0,0,0,0 +144309,0,0,0,0,0 +144310,0,0,0,0,0 +144311,0,0,0,0,0 +144312,0,0,0,0,0 +144313,0,0,0,0,0 +144314,0,0,0,0,0 +144315,0,0,0,0,0 +144316,0,0,0,0,0 +144317,0,0,0,0,0 +144318,0,0,0,0,0 +144319,0,0,0,0,0 +144320,0,0,0,0,0 +144321,0,0,0,0,0 +144322,0,0,0,0,0 +144323,0,0,0,0,0 +144324,0,0,0,0,0 +144325,0,0,0,0,0 +144326,0,0,0,0,0 +144327,0,0,0,0,0 +144328,0,0,0,0,0 +144329,0,0,0,0,0 +144330,0,0,0,0,0 +144331,0,0,0,0,0 +144332,0,0,0,0,0 +144333,0,0,0,0,0 +144334,0,0,0,0,0 +144335,0,0,0,0,0 +144336,0,0,0,0,0 +144337,0,0,0,0,0 +144338,0,0,0,0,0 +144339,0,0,0,0,0 +144340,0,0,0,0,0 +144341,0,0,0,0,0 +144342,0,0,0,0,0 +144343,0,0,0,0,0 +144344,0,0,0,0,0 +144345,0,0,0,0,0 +144346,0,0,0,0,0 +144347,0,0,0,0,0 +144348,0,0,0,0,0 +144349,0,0,0,0,0 +144350,0,0,0,0,0 +144351,0,0,0,0,0 +144352,0,0,0,0,0 +144353,0,0,0,0,0 +144354,0,0,0,0,0 +144355,0,0,0,0,0 +144356,0,0,0,0,0 +144357,0,0,0,0,0 +144358,0,0,0,0,0 +144359,0,0,0,0,0 +144360,0,0,0,0,0 +144361,0,0,0,0,0 +144362,0,0,0,0,0 +144363,0,0,0,0,0 +144364,0,0,0,0,0 +144365,0,0,0,0,0 +144366,0,0,0,0,0 +144367,0,0,0,0,0 +144368,0,0,0,0,0 +144369,0,0,0,0,0 +144370,0,0,0,0,0 +144371,0,0,0,0,0 +144372,0,0,0,0,0 +144373,0,0,0,0,0 +144374,0,0,0,0,0 +144375,0,0,0,0,0 +144376,0,0,0,0,0 +144377,0,0,0,0,0 +144378,0,0,0,0,0 +144379,0,0,0,0,0 +144380,0,0,0,0,0 +144381,0,0,0,0,0 +144382,0,0,0,0,0 +144383,0,0,0,0,0 +144384,0,0,0,0,0 +144385,0,0,0,0,0 +144386,0,0,0,0,0 +144387,0,0,0,0,0 +144388,0,0,0,0,0 +144389,0,0,0,0,0 +144390,0,0,0,0,0 +144391,0,0,0,0,0 +144392,0,0,0,0,0 +144393,0,0,0,0,0 +144394,0,0,0,0,0 +144395,0,0,0,0,0 +144396,0,0,0,0,0 +144397,0,0,0,0,0 +144398,0,0,0,0,0 +144399,0,0,0,0,0 +144400,0,0,0,0,0 +144401,0,0,0,0,0 +144402,0,0,0,0,0 +144403,0,0,0,0,0 +144404,0,0,0,0,0 +144405,0,0,0,0,0 +144406,0,0,0,0,0 +144407,0,0,0,0,0 +144408,0,0,0,0,0 +144409,0,0,0,0,0 +144410,0,0,0,0,0 +144411,0,0,0,0,0 +144412,0,0,0,0,0 +144413,0,0,0,0,0 +144414,0,0,0,0,0 +144415,0,0,0,0,0 +144416,0,0,0,0,0 +144417,0,0,0,0,0 +144418,0,0,0,0,0 +144419,0,0,0,0,0 +144420,0,0,0,0,0 +144421,-952.8724506,474.2474585,-694.1457997,-455.50323,469.3535413 +144422,-1003.167667,465.5422202,460.0107224,-448.3040617,427.642823 +144423,-1041.178287,452.8221656,43.77158599,-437.0454399,403.3811984 +144424,-953.3799192,270.588121,110.594426,-367.8097561,460.6459719 +144425,-832.8333318,300.6724637,151.7991775,-317.7024491,497.2332553 +144426,-883.4053608,355.7108095,168.0703579,-340.8463084,437.698355 +144427,-962.5929309,347.3929426,195.5129465,-376.1461708,365.2245399 +144428,-1001.895332,362.8413541,217.7737934,-394.2932481,319.2114754 +144429,-1017.446561,378.7155342,240.3471243,-402.1279885,289.52196 +144430,-1020.359988,395.1567921,260.9922398,-404.4379086,269.2227088 +144431,-1017.86187,411.0540513,283.1884523,-404.3450199,253.770084 +144432,-1013.887362,410.724288,304.1468211,-403.5446271,240.5967857 +144433,-1010.147157,407.7536722,325.1488562,-402.7705753,228.4732226 +144434,-1007.173192,405.2909174,345.8363282,-402.251223,216.8945656 +144435,-1005.026157,403.3332827,367.1686662,-402.0153153,205.664654 +144436,-655.4576315,401.794069,387.3073004,-402.0319198,194.700138 +144437,-824.7030211,400.5804882,407.9053784,-343.1581446,183.9535523 +144438,-763.3256127,399.6218342,427.7130826,-307.0131728,173.3960707 +144439,-749.449015,398.8675715,447.8625457,-329.7025182,163.0064981 +144440,-739.4277186,398.2813985,467.690337,-311.4013158,152.7670711 +144441,-723.2705263,397.8360365,487.1341706,-307.0898557,142.6632408 +144442,-712.9550685,397.5016883,505.513791,-300.2366122,132.6821181 +144443,-703.3883319,397.2656575,525.901504,-294.6645218,122.814321 +144444,-692.3003549,397.1185948,543.8998525,-289.5920443,113.0510349 +144445,-679.5288331,397.0513535,563.8479113,-283.4945519,103.3843854 +144446,-671.2366641,397.0553191,581.9690903,-279.4720114,93.80742674 +144447,-658.5240813,397.1230399,600.7537512,-272.4262239,84.31407304 +144448,-647.8130551,397.2483805,619.255329,-269.3756796,74.89888382 +144449,-639.7045738,397.4263713,637.4671897,-261.7294347,65.5570108 +144450,-626.6196983,397.6529512,655.5448961,-259.0139206,56.28404611 +144451,-620.7595561,397.9247594,670.5267015,-252.7491355,47.07602715 +144452,-607.4984763,398.2002685,684.7489522,-249.1415957,37.92846617 +144453,-600.1376598,398.4541421,698.8331657,-243.2981792,28.83827262 +144454,-592.1063662,398.6809191,712.3132843,-238.7568302,19.90407105 +144455,-580.7119,398.884698,725.9672013,-235.807907,11.1628432 +144456,-571.102315,399.0714332,738.7006161,-229.3066131,2.609715998 +144457,-563.613598,399.245995,733.6825275,-226.751245,-5.774203818 +144458,-555.5213709,399.4118285,727.4342266,-220.3654034,-14.00791727 +144459,-545.2216915,399.5713908,721.6730177,-217.8304904,-22.21122822 +144460,-537.4107076,399.7265354,716.3876461,-212.447636,-30.38294701 +144461,-527.3539407,399.878742,711.4843339,-208.6865711,-38.50194105 +144462,-520.1134381,400.0291955,706.878724,-204.6330648,-46.55778865 +144463,-510.5628525,400.1788398,702.4971214,-200.2688323,-54.55024785 +144464,-502.2653554,400.3284039,698.2914895,-195.5851102,-62.48346725 +144465,-495.382698,400.4784441,694.2227808,-192.1964387,-70.36205164 +144466,-484.0371082,400.6293674,690.2650765,-187.7350573,-78.19007301 +144467,-478.2518739,400.7814672,686.3931875,-183.8445107,-85.97081519 +144468,-467.8412286,400.9349381,682.5909472,-179.7038463,-93.7072146 +144469,-461.252243,401.0899038,678.8408495,-176.2352287,-101.4017967 +144470,-452.0178283,401.2464202,675.1330635,-171.5905124,-109.0569837 +144471,-444.6168048,401.4044999,671.4552852,-167.6685148,-116.6748825 +144472,-434.4173809,401.5641082,667.8018893,-164.5504753,-124.2575404 +144473,-428.6519072,401.7251843,664.1639389,-159.6699792,-131.8067158 +144474,-418.7794111,401.8876333,660.5384869,-156.6995469,-139.3241388 +144475,-411.0270425,402.0513448,656.918739,-151.8956895,-146.8112816 +144476,-404.241069,402.2161843,653.3034562,-149.1453209,-154.2696124 +144477,-394.3866383,402.3820077,649.6872217,-143.895475,-161.7003721 +144478,-386.8953827,402.5486537,646.0698953,-141.4251751,-169.1048185 +144479,-379.0771589,402.7159566,642.4454613,-136.9715073,-176.4840021 +144480,-369.446997,402.8837373,638.817868,-134.8470135,-183.8390125 +144481,581.0525147,403.6705587,636.5416092,264.0563317,-188.6957673 +144482,579.9467972,412.6337964,652.731982,263.2510018,-153.1638738 +144483,579.9255751,425.3882084,677.7899226,263.4935927,1010.940474 +144484,580.0402833,437.6682363,702.2006234,264.1361092,1044.017082 +144485,580.1153095,448.2344206,723.0836933,264.8065143,1060.966643 +144486,580.1782056,512.4429135,740.4119503,265.3812662,1070.469778 +144487,580.2562537,871.216907,754.9340428,265.8514556,1077.733695 +144488,580.3498396,695.8853312,767.3177626,266.2380997,1084.50054 +144489,580.4467327,768.9173099,778.0000678,266.5598147,1090.935106 +144490,580.5349323,793.2292915,787.2613918,266.8280338,1096.84758 +144491,580.6068356,812.7610098,795.3063527,267.0498742,1102.120657 +144492,580.6587625,831.3387083,802.3044216,267.2308096,1106.749901 +144493,580.6892786,845.4784031,808.4028635,267.3757228,1110.786909 +144494,580.7905283,862.6792022,813.7337304,267.5479218,1114.294931 +144495,580.9309891,880.341714,818.4059719,267.7310803,1117.330882 +144496,581.0644108,897.3086946,822.5103971,267.8989347,1119.942538 +144497,581.1667732,919.4673467,826.123502,268.0388946,1122.170561 +144498,581.232316,940.4572858,829.3084335,268.1495861,1124.05057 +144499,581.2629503,960.841123,832.1219289,268.2341434,1125.614285 +144500,581.2619712,980.8533397,834.6088517,268.2962329,1126.890088 +144501,581.2320114,1001.415095,836.8096932,268.3387914,1127.903379 +144502,581.174895,1020.480528,838.7558158,268.3639902,1128.676826 +144503,581.0919866,1040.062889,840.4728479,268.3735019,1129.230682 +144504,580.9844072,1058.887961,841.9877073,268.3686814,1129.583001 +144505,580.8531623,1078.247813,843.3172516,268.3506738,1129.749936 +144506,580.699139,1096.635062,844.4826589,268.3204421,1129.745897 +144507,580.5231463,1115.094797,845.4951605,268.2788067,1129.583811 +144508,580.3258887,1133.267372,846.370564,268.2264515,1129.275227 +144509,580.1080095,1151.25606,847.115896,268.1639588,1128.830535 +144510,579.8700582,1168.892751,847.7434093,268.0918084,1128.098296 +144511,579.6125439,1185.675625,848.2574648,268.0104119,1127.133341 +144512,579.3322117,1201.992442,848.6523684,267.9182943,1126.006739 +144513,579.0270285,1218.058445,848.9266762,267.814561,1124.759127 +144514,578.6967579,1233.850756,849.0842297,267.6991841,1123.40768 +144515,578.3421242,1249.340686,849.1312609,267.5725879,1121.959972 +144516,577.9640616,1264.693458,849.0741557,267.4352799,1120.421246 +144517,577.5634468,1279.716564,848.918612,267.287719,1118.796811 +144518,577.141013,1294.494487,848.669527,267.1302782,1117.091908 +144519,576.6974055,1309.159301,848.3311592,266.963274,1115.311542 +144520,576.2331868,1323.456374,847.9072643,266.7869733,1113.46013 +144521,575.7488866,1337.20757,847.4012147,266.6016184,1111.541669 +144522,575.2449738,1351.774776,846.8160386,266.4074174,1109.559608 +144523,574.7219027,1365.323553,846.1544947,266.2045658,1107.51711 +144524,574.180081,1378.788322,905.5737549,265.9932341,1105.416931 +144525,573.6199027,1392.262535,1021.880904,265.7735829,1103.26163 +144526,573.0417248,1405.38721,958.2534342,265.5457541,1101.053437 +144527,572.4458851,1418.372641,992.5888028,265.3098791,1098.794386 +144528,571.8326467,1431.103252,1003.033585,265.0660541,1096.486073 +144529,571.2022518,1443.797769,1012.836062,264.8143652,1094.129925 +144530,570.5549258,1456.184721,1022.28767,264.55489,1091.727211 +144531,569.8909143,1468.450346,1031.122535,264.2877128,1089.279226 +144532,569.2104761,1480.476067,1040.075321,264.0129211,1086.787207 +144533,568.5138838,1492.531347,1048.017226,263.7306048,1084.252389 +144534,567.8014062,1504.094832,1056.447841,263.4408482,1081.675894 +144535,567.0733187,1515.815804,1063.666471,263.1437354,1079.058815 +144536,566.3298776,1527.186328,1071.400312,262.8393394,1076.402106 +144537,565.5713476,1538.458712,1078.238844,262.527736,1073.706714 +144538,564.7979774,1549.502102,1085.477324,262.208993,1070.973473 +144539,564.0100167,1560.547579,1091.622691,261.8831792,1068.20321 +144540,563.2077036,1571.361249,1097.939901,261.5503591,1065.396661 +144541,559.6288331,1763.856806,1494.798906,259.9549427,1057.531945 +144542,563.1332464,1757.722155,1504.084559,261.5434371,1063.021508 +144543,570.267043,1767.72265,1513.688565,264.7136075,1075.344929 +144544,577.5207861,1793.62867,1521.405227,267.8651601,1088.010701 +144545,583.4254038,1796.956211,1528.941828,270.3475228,1098.331905 +144546,587.8303737,1809.701757,1536.251441,272.1161784,1106.013643 +144547,591.0227184,1820.682512,1543.05216,273.3215368,1111.533351 +144548,593.2984127,1831.18321,1549.664343,274.1111405,1115.380152 +144549,594.8600349,1841.947142,1556.060781,274.5844463,1117.884607 +144550,595.8366747,1852.131842,1562.290572,274.8040662,1119.257521 +144551,596.3190716,1862.401981,1568.077824,274.8133102,1119.650684 +144552,596.3798989,1872.457116,1573.966116,274.6462182,1119.189371 +144553,596.0813802,1882.452093,1579.335856,274.3313801,1117.983735 +144554,595.4771729,1892.102519,1584.750285,273.8929765,1116.130737 +144555,594.6130289,1901.712107,1590.004512,273.3512138,1113.714836 +144556,593.5275049,1911.401709,1594.850092,272.7227689,1110.808724 +144557,592.2529499,1920.582089,1599.814811,272.0213398,1107.474858 +144558,590.8164712,1929.970419,1604.448019,271.2581657,1103.766798 +144559,589.2408271,1938.921612,1608.994528,270.4424895,1099.73064 +144560,587.5451326,1947.867089,1613.381379,269.5819186,1095.40601 +144561,585.7454782,1956.905174,1617.632859,268.6827312,1090.82711 +144562,583.8554028,1965.418444,1621.745663,267.7501077,1086.023395 +144563,581.8863235,1974.079196,1625.679307,266.7883346,1081.020342 +144564,579.8478604,1982.432225,1629.922703,265.8009569,1465.69679 +144565,579.118449,1990.984558,1633.420402,328.6700557,1333.344777 +144566,760.3110021,1998.994745,1637.10315,355.8404757,1371.024675 +144567,766.3273362,2007.13442,1640.504394,340.70708,1400.760889 +144568,754.3202934,2015.059207,1643.970212,357.7171778,1418.028566 +144569,786.2047245,2022.865901,1647.222364,365.5124396,1434.101361 +144570,801.5343787,2030.633838,1650.339498,372.8234523,1450.342009 +144571,816.2873889,2037.6906,1653.120566,380.0844711,1465.774668 +144572,830.8139423,2044.661349,1655.755072,387.004636,1480.818529 +144573,844.91823,2051.625612,1658.275263,393.9234272,1496.106426 +144574,858.8184573,2058.129537,1660.690892,400.7356465,1510.725746 +144575,872.3582745,2064.786393,1663.009863,407.3412921,1524.777145 +144576,885.9794789,2071.166447,1665.235527,413.8557484,1538.930248 +144577,899.1272123,2077.382443,1667.375099,420.1881838,1552.679572 +144578,911.9565088,2083.451433,1669.370416,426.6740941,1565.938294 +144579,925.1877831,2089.508408,1671.436371,432.6006578,1579.619026 +144580,937.3852761,2095.232349,1673.29315,438.8786638,1592.422386 +144581,949.7800899,2101.026143,1675.191975,444.7851273,1605.255719 +144582,962.241473,2106.47789,1676.862437,450.6845384,1617.811782 +144583,974.1044624,2111.901063,1678.604314,456.3864457,1630.151933 +144584,986.0354385,2117.324427,1680.233254,462.3212448,1642.27787 +144585,997.706473,2122.366748,1681.816618,467.6083735,1654.169423 +144586,1009.234498,2127.37036,1683.34864,473.3903104,1665.935498 +144587,1020.381982,2132.344981,1684.834072,478.7351357,1677.444526 +144588,1031.947647,2137.006043,1686.27634,484.1209797,1688.756289 +144589,1043.064045,2141.735131,1687.680351,489.3930662,1699.96302 +144590,1053.621363,2146.141331,1689.049595,494.6079346,1710.922174 +144591,1064.590398,2150.61444,1690.388945,499.7408009,1721.700772 +144592,1074.94877,2154.769221,1691.70194,504.6845944,1732.393831 +144593,1085.826471,2158.863627,1692.993487,509.8660538,1742.812895 +144594,1096.012811,2162.986719,1694.267155,514.6992804,1753.190814 +144595,1106.301144,2166.874006,1695.52784,519.7106961,1763.295903 +144596,1116.425229,2170.453638,1696.779098,524.1577741,1773.37225 +144597,1126.430534,2175.789223,1698.025867,529.2135268,1783.178591 +144598,1136.043744,2178.502688,1699.271748,533.7571796,1792.931704 +144599,1146.264846,2183.405231,1700.521604,538.3960921,1802.550776 +144600,1155.712852,2184.213656,1701.779052,542.9541294,1811.946645 +144601,1171.163434,2198.897754,1713.652146,550.0288317,1842.842056 +144602,1181.139487,2182.370325,1705.338549,554.6362337,1854.454404 +144603,1190.807592,2197.833995,1722.418683,559.5404895,1864.647511 +144604,1200.059737,2201.413792,1702.064802,563.8002096,1874.813448 +144605,1209.276557,2201.748904,1734.449913,568.437851,1884.607584 +144606,1217.863675,2205.190959,1696.060974,572.396228,1894.12531 +144607,1227.329786,2207.71044,1745.331062,576.8322317,1903.599399 +144608,1235.739177,2210.07886,1691.461644,580.8892543,1912.657605 +144609,1244.511681,2212.322671,1734.076059,584.9174824,1921.821518 +144610,1252.971947,2214.546689,1732.498063,589.1623753,1930.658512 +144611,1261.482463,2216.397617,1710.512554,593.0190068,1939.573793 +144612,1270.108851,2218.34893,1752.085169,597.12409,1948.142086 +144613,1277.87232,2220.096436,1700.138091,600.9599668,1951.356382 +144614,1286.267764,2221.741524,1746.35173,604.8088952,1957.943317 +144615,1294.297558,2223.271567,1751.150162,608.7500699,1963.384144 +144616,1302.277852,2224.686554,1711.106164,612.4550428,1969.221782 +144617,1309.985888,2225.987214,1749.699898,616.176175,1974.744057 +144618,1318.162839,2227.174988,1741.781902,619.9924472,1980.423004 +144619,1323.312946,2217.757478,1750.523064,625.8889839,1985.878473 +144620,1330.581172,2216.84727,1754.377434,629.5917809,1991.305879 +144621,1337.887205,2216.646472,1758.041829,633.7581846,1996.621627 +144622,1346.17315,2216.549346,1761.162622,637.2280841,2001.986223 +144623,1353.083823,2216.465624,1764.783744,640.8782294,2007.235325 +144624,1360.332563,2216.345663,1767.81496,644.5790393,2012.329419 +144625,1367.836919,2216.169308,1771.136337,648.0459758,2017.471024 +144626,1374.799235,2215.924835,1774.381997,651.5301184,2022.458774 +144627,1381.917863,2215.605828,1777.575567,655.109584,2027.523556 +144628,1389.232341,2215.208238,1780.758636,658.4617704,2032.416106 +144629,1396.049905,2214.729622,1783.928523,661.8358209,2037.299369 +144630,1403.018411,2214.063032,1787.118094,665.3085001,2042.11957 +144631,1409.870328,2213.368935,1790.147547,668.505992,2046.937743 +144632,1416.561811,2212.329738,1793.062144,671.7172148,2051.522088 +144633,1423.299549,2211.26932,1796.124151,674.9083812,2056.302556 +144634,1429.989933,2210.091322,1798.865659,678.0703402,2060.869383 +144635,1436.52235,2208.812157,1801.851248,681.2009538,2065.442312 +144636,1443.106789,2207.433225,1804.628358,684.0745039,2069.958611 +144637,1449.648762,2205.955416,1807.433278,687.4887737,2074.428549 +144638,1456.030367,2204.379028,1810.308555,690.3573134,2078.799726 +144639,1462.472095,2202.70475,1813.022447,693.405413,2083.258834 +144640,1468.824875,2200.93277,1815.755393,696.3850062,2087.55298 +144641,1475.104195,2226.046283,1818.512659,699.3009238,2091.768897 +144642,1481.369088,2158.407286,1821.264999,702.2552101,2096.054092 +144643,1487.55537,2213.54847,1823.718539,705.119687,2100.167689 +144644,1493.799895,2203.440224,1826.650238,708.0215769,2104.388503 +144645,1499.916313,2169.702932,1829.134961,710.8350419,2108.466936 +144646,1506.010473,2223.659739,1831.794307,713.6863916,2112.629114 +144647,1512.033125,2147.097942,1834.439074,716.6931158,2116.553451 +144648,1518.030052,2229.166075,1836.963893,719.0931791,2120.54237 +144649,1524.05474,2136.046629,1839.519416,722.0151555,2124.500319 +144650,1529.91372,2221.525385,1842.15344,724.6998031,2128.421189 +144651,1535.850722,2136.112188,1844.638664,727.4247357,2132.306859 +144652,1541.705243,2202.309972,1847.151828,730.0664808,2136.156092 +144653,1547.531774,2145.895868,1849.813817,732.7418158,2139.970261 +144654,1553.373732,2175.369151,1852.157393,735.3741954,2143.749629 +144655,1559.05108,2160.64579,1854.683424,738.0148446,2147.495053 +144656,1564.809448,2159.534016,1857.231404,740.5722663,2151.206124 +144657,1570.488271,2156.142518,1859.644671,743.1656504,2154.884498 +144658,1576.140808,2152.710693,1862.08943,745.717207,2158.52936 +144659,1581.813703,2149.177249,1864.617979,748.279222,2162.142527 +144660,1587.31979,2145.555012,1866.93297,750.7576042,2165.723239 +144661,1474.978993,2088.188352,1751.894076,699.5009866,1956.492468 +144662,1478.195829,2083.11757,1751.696559,701.4352756,1957.244545 +144663,1481.81592,2078.41339,1752.396156,702.8239238,1958.793506 +144664,1486.010227,2073.623935,1753.3427,704.6820666,1960.660567 +144665,1490.088936,2069.067872,1754.444553,706.5237137,1962.720427 +144666,1494.282483,2064.27637,1755.639132,708.3906979,1964.848619 +144667,1498.61526,2059.5129,1756.954215,710.2671717,1967.162393 +144668,1502.844248,2054.675581,1758.147199,712.1455818,1969.41049 +144669,1507.00113,2049.867705,1759.507096,714.0216256,1971.724341 +144670,1511.276759,2044.762283,1760.831835,715.8341858,1974.044152 +144671,1515.505855,2039.78599,1762.182962,717.9901549,1976.373515 +144672,1519.734549,2034.662866,1763.550453,719.4223493,1978.708935 +144673,1523.953576,2029.386976,1764.932369,721.5073912,1981.047804 +144674,1528.211867,2024.271589,1766.328003,723.2420527,1983.435162 +144675,1532.332504,2018.888962,1767.736606,725.1462202,1985.702544 +144676,1536.553356,2013.514161,1769.15732,726.8950445,1988.029235 +144677,1540.716542,2008.057124,1770.58922,728.7234565,1990.429059 +144678,1544.87487,2002.531375,1772.032663,730.4911607,1992.726033 +144679,1549.020669,1996.937807,1773.487487,732.3068454,1995.06277 +144680,1553.244387,1991.288584,1774.979227,734.1053978,1997.459134 +144681,1557.304367,1985.558708,1776.45782,735.8898401,1999.810722 +144682,1561.321502,1979.760917,1777.930263,737.6850104,2002.141875 +144683,1565.527217,1973.888604,1779.468101,739.4047162,2004.464785 +144684,1569.405809,1967.949595,1780.845856,741.1702587,2006.774817 +144685,1573.396356,1961.94374,1782.373187,742.9041292,2009.071828 +144686,1577.387969,1955.873638,1783.852217,744.6339814,2011.315034 +144687,1581.365509,1949.648161,1785.348811,746.3560691,2013.674992 +144688,1585.380017,1943.57847,1786.853302,748.0702405,2015.915282 +144689,1589.246692,1937.258891,1788.365699,749.8024467,2018.192566 +144690,1593.215118,1930.9512,1789.820028,751.4628727,2020.503055 +144691,1597.043643,1924.552989,1791.353733,753.1329411,2022.68029 +144692,1600.847485,1917.792148,1792.730155,754.7649715,2024.961783 +144693,1604.628101,1911.168307,1794.162071,756.38937,2027.190687 +144694,1608.387345,1904.588818,1795.584945,758.0034012,2029.418469 +144695,1612.181741,1897.699598,1797.009633,759.6077221,2031.638406 +144696,1615.817243,1890.932378,1798.43653,761.2287396,2033.849123 +144697,1619.557061,1883.992931,1799.866299,762.7752549,2036.001429 +144698,1623.228931,1877.009856,1801.298693,764.3705395,2038.271858 +144699,1626.890034,1870.16469,1802.734211,765.9343618,2040.41886 +144700,1630.532224,1862.978697,1804.238266,767.228728,2042.601536 +144701,1634.155758,1855.884352,1805.580795,769.1789478,2044.767429 +144702,1637.760432,1848.762454,1807.072405,770.5273984,2046.923101 +144703,1641.346562,1841.404135,1808.509936,772.1324973,2049.069718 +144704,1644.970541,1834.315762,1809.95998,773.6178021,2051.205982 +144705,1648.433916,1826.888005,1811.413586,775.1559604,2053.333035 +144706,1652.004981,1819.617063,1812.869988,776.6616256,2055.449559 +144707,1655.508552,1812.005522,1814.329618,778.163896,2057.556731 +144708,1659.001871,1804.725674,1815.792031,779.6582511,2059.653274 +144709,1662.477526,1797.161966,1817.257632,781.1450392,2061.79161 +144710,1665.934704,1789.634944,1818.725967,782.6241425,2063.737553 +144711,1669.374249,1781.973258,1820.197438,784.1237718,2065.921783 +144712,1672.79529,1774.549638,1821.671584,785.5461966,2067.931466 +144713,1676.198993,1766.726205,1823.148812,787.0233589,2069.986211 +144714,1679.64272,1759.098173,1824.62865,788.4685534,2072.022177 +144715,1682.922986,1751.276617,1826.111506,789.9111506,2074.048552 +144716,1686.315041,1743.627618,1827.596904,791.3466054,2076.064138 +144717,1689.638912,1735.779254,1829.152807,792.7752303,2078.070267 +144718,1692.953701,1727.964958,1830.541966,794.1968872,2080.065643 +144719,1696.251661,1720.108159,1832.016858,795.6118631,2082.051613 +144720,1699.532198,1712.2259,1833.6037,797.0486311,2084.02687 +144721,1461.809207,1593.968395,1594.092681,688.8580989,1649.051013 +144722,1459.59567,1583.310642,1590.097598,688.214214,1643.603601 +144723,1459.198103,1573.482478,1587.967681,687.8374801,1640.606965 +144724,1459.602896,1563.967702,1586.635141,687.5680624,1638.206307 +144725,1460.397349,1554.508259,1585.716293,687.9235096,1636.416345 +144726,1461.526415,1545.275744,1585.136869,688.0111949,1635.15548 +144727,1462.779194,1536.023729,1584.711485,688.7572191,1634.017978 +144728,1464.143181,1527.069702,1584.417411,689.0548219,1633.05139 +144729,1465.591097,1517.851144,1584.226675,689.5944701,1632.218169 +144730,1467.105922,1508.86287,1584.12161,690.1281955,1631.493156 +144731,1468.676717,1499.903222,1584.091352,690.6900792,1630.832004 +144732,1470.29649,1490.822024,1584.128556,691.2755273,1630.323749 +144733,1471.960423,1481.834957,1584.227907,691.8826485,1629.824627 +144734,1473.664078,1472.976878,1584.385136,692.5096016,1629.417861 +144735,1475.40475,1464.082266,1584.597062,693.1550827,1629.06881 +144736,1477.17968,1455.10915,1584.860743,693.8178923,1628.77728 +144737,1478.987072,1446.286597,1585.174089,694.4972091,1628.540392 +144738,1480.824828,1437.499648,1585.534774,695.1921035,1628.354232 +144739,1482.739633,1428.533449,1585.941298,695.9020099,1628.216956 +144740,1484.561871,1419.880178,1586.391647,696.6261264,1628.125053 +144741,1486.517452,1411.070891,1586.884661,697.3640293,1628.077334 +144742,1488.368972,1402.434709,1587.343018,698.0768902,1627.718813 +144743,1490.312098,1393.652287,1587.892155,698.8285201,1627.626287 +144744,1492.29133,1384.967478,1588.490487,699.5974205,1627.60482 +144745,1494.296871,1376.476646,1589.129387,700.3797277,1627.625094 +144746,1496.326919,1367.755643,1589.806821,701.1744395,1627.683547 +144747,1498.380474,1359.247153,1590.521197,701.9808927,1627.777949 +144748,1500.45598,1350.720199,1591.270726,702.7983451,1627.905622 +144749,1502.552765,1342.237833,1592.054071,703.6262508,1628.064828 +144750,1504.669832,1333.799561,1592.869831,704.4640432,1628.253616 +144751,1506.785438,1325.396128,1593.630277,705.273932,1628.470862 +144752,1508.780574,1316.888523,1594.402071,706.0849543,1628.714688 +144753,1510.898073,1308.483418,1595.194122,706.9004113,1628.984257 +144754,1512.985971,1300.269031,1596.008073,707.7211267,1629.278175 +144755,1515.096159,1291.856201,1596.844299,708.5472648,1629.595744 +144756,1517.221672,1283.654709,1597.702367,709.3786512,1629.935619 +144757,1519.363079,1275.452122,1598.582,710.2152272,1630.297223 +144758,1521.520683,1267.305159,1599.482495,711.0567233,1630.679263 +144759,1523.695177,1259.270651,1600.403466,711.9030038,1631.081238 +144760,1525.887106,1251.164528,1601.344177,712.7537847,1631.501935 +144761,1528.097469,1243.226649,1602.304232,713.6089216,1631.940924 +144762,1530.327085,1239.061685,1603.282907,714.4681325,1632.39707 +144763,1532.577409,1233.383344,1604.224967,715.3312765,1632.870017 +144764,1534.899778,1227.605023,1605.321831,716.1980792,1633.358688 +144765,1537.119606,1221.926333,1606.313867,717.0684152,1633.862837 +144766,1539.476974,1216.794074,1607.370613,717.9420096,1634.381415 +144767,1541.818168,1210.409893,1608.435088,718.8187524,1634.914255 +144768,1544.19705,1205.285361,1609.570261,719.698375,1635.460354 +144769,1546.608823,1199.682963,1610.582189,720.5807759,1636.019602 +144770,1549.040864,1194.244927,1611.731713,721.7077984,1636.591068 +144771,1551.484799,1188.857326,1612.846982,722.2344236,1637.174704 +144772,1553.937652,1183.526091,1613.984353,723.2968161,1637.769571 +144773,1556.398374,1178.203936,1615.13526,724.1506891,1638.403893 +144774,1558.865934,1173.144164,1616.298966,725.0432848,1638.97696 +144775,1561.392129,1167.890715,1617.475253,725.9381253,1639.624829 +144776,1563.792922,1162.883112,1618.6635,726.8346012,1640.25666 +144777,1566.315327,1157.797598,1619.863533,727.7325788,1640.902683 +144778,1568.796659,1152.86578,1621.07474,728.631819,1641.557502 +144779,1571.289976,1148.072348,1622.296976,729.5322731,1642.221274 +144780,1573.787108,1143.238223,1623.529657,730.4337106,1642.893157 +144781,1810.951948,1244.477273,1860.07385,838.1085423,2069.199637 +144782,1818.210446,1242.490191,1865.096127,840.7900658,2075.470042 +144783,1822.788987,1238.989779,1869.036417,842.9789503,2080.207589 +144784,1827.544649,1235.489304,1872.374818,844.9150305,2084.433604 +144785,1831.753491,1232.004876,1875.428467,846.6932806,2088.15194 +144786,1835.815178,1228.454716,1878.213939,848.3798559,2091.543889 +144787,1839.793834,1224.934017,1881.042534,850.0014277,2094.716524 +144788,1843.40866,1221.452317,1883.535706,851.5346763,2097.577508 +144789,1847.170672,1218.540971,1886.087237,853.063902,2100.456494 +144790,1850.820447,1214.442182,1888.650913,854.5682125,2103.251763 +144791,1854.358745,1211.459627,1890.991822,856.047412,2105.917402 +144792,1858.017361,1208.252371,1893.445741,857.5346984,2108.64742 +144793,1861.477836,1205.0881,1895.798946,858.9222141,2111.195946 +144794,1864.954091,1202.053562,1898.125433,860.3582141,2113.734787 +144795,1868.377873,1199.100501,1900.417455,861.7474464,2116.212704 +144796,1871.760956,1196.23926,1902.676064,863.1223681,2118.694171 +144797,1875.105184,1191.687711,1904.90304,864.4882998,2120.992647 +144798,1878.410474,1188.787215,1907.098315,865.8922317,2123.367273 +144799,1881.679457,1186.155967,1909.264473,867.350669,2125.651713 +144800,1884.912566,1183.569445,1911.402259,868.8673429,2127.904203 +144801,1888.111921,1181.16148,1913.512864,870.4432753,2130.118686 +144802,1891.277056,1178.693512,1915.59682,872.2031193,2132.295895 +144803,1894.409601,1176.303769,1917.727004,873.845744,2134.437784 +144804,1897.509855,1173.940643,1919.65175,875.6614526,2136.490824 +144805,1900.578905,1171.608184,1921.712613,877.5272909,2138.648658 +144806,1903.617229,1169.304608,1923.68692,879.6382892,2140.650504 +144807,1906.626012,1167.028541,1925.576913,881.8525126,2142.671172 +144808,1909.688097,1164.788521,1927.699625,884.1886832,2144.785178 +144809,1912.577817,1162.557296,1929.512366,886.5219528,2146.630816 +144810,1915.573305,1160.365168,1931.485539,888.9973965,2148.677575 +144811,1918.26412,1158.143207,1933.220084,891.4600957,2150.46861 +144812,1921.223165,1155.902862,1935.031185,893.9721858,2152.45973 +144813,1923.935118,1153.790737,1936.76633,896.5912916,2154.323039 +144814,1926.673582,1151.5946,1938.470537,899.2407201,2156.157656 +144815,1929.371529,1149.456624,1940.150911,901.9578409,2157.969007 +144816,1932.040337,1147.330075,1941.807812,904.7375985,2159.755798 +144817,1934.754535,1145.221715,1943.443408,907.5804039,2161.521173 +144818,1937.260707,1143.13124,1945.057421,910.519565,2163.263853 +144819,1939.902932,1141.059041,1946.652115,913.4376214,2164.986778 +144820,1942.456027,1139.004624,1948.226552,916.4932662,2166.688503 +144821,1944.996527,1136.968404,1949.855775,919.5829833,2168.371787 +144822,1947.513007,1134.949966,1951.283283,922.7407762,2170.035175 +144823,1950.008671,1132.949759,1952.856024,925.9624202,2171.680907 +144824,1952.433039,1130.967341,1954.347295,929.2821423,2173.308125 +144825,1955.05583,1128.957184,1955.833129,932.5789941,2174.918891 +144826,1957.53135,1127.078123,1957.302515,936.0166967,2176.511845 +144827,1960.088079,1125.118271,1958.756552,939.4885557,2178.089474 +144828,1962.648198,1123.215067,1960.194678,943.0296604,2179.650218 +144829,1965.223179,1121.323856,1961.618265,946.6721998,2181.196532 +144830,1967.811184,1119.450528,1963.026707,950.2876379,2182.726859 +144831,1970.412301,1117.59577,1964.421326,954.0494065,2184.243605 +144832,1973.120622,1115.75919,1965.801495,957.844116,2185.745228 +144833,1975.676706,1113.941229,1967.16849,961.7095318,2187.234108 +144834,1978.390597,1112.141528,1968.521663,965.6402011,2188.708663 +144835,1980.960937,1110.360519,1969.862261,969.6733428,2190.171254 +144836,1983.698428,1108.59778,1971.189594,973.6790759,2191.620322 +144837,1986.283456,1106.853749,1972.504885,977.8327898,2193.058177 +144838,1989.043138,1105.08361,1973.807436,982.0196025,2194.48326 +144839,1991.736663,1103.44144,1975.098432,986.2776271,2195.897849 +144840,1994.43142,1101.721746,1976.302342,990.6396565,2197.300403 +144841,2044.629986,1123.088523,2025.187144,1017.527917,2279.618966 +144842,2050.283153,1122.805687,2029.303567,1024.053726,2284.443837 +144843,2055.184821,1122.188273,2032.757386,1029.270819,2288.557554 +144844,2059.767572,1121.440096,2035.86767,1034.729576,2292.287086 +144845,2064.081976,1120.617496,2038.769662,1040.234974,2295.623522 +144846,2068.464178,1119.748973,2041.523579,1045.545599,2298.725498 +144847,2072.583887,1118.855774,2044.175009,1050.962298,2301.660582 +144848,2076.715673,1117.950632,2046.751427,1056.475221,2304.475081 +144849,2080.793865,1117.041482,2049.270211,1061.941969,2307.2615 +144850,2084.838166,1116.131967,2051.81739,1067.532385,2309.749869 +144851,2088.855876,1115.225022,2054.126191,1073.017787,2312.477492 +144852,2081.519652,1109.166649,2045.241659,1073.596365,2294.379795 +144853,2034.381538,1084.91176,1996.459988,1055.918329,2204.755903 +144854,2113.655659,1117.610104,2074.287653,1095.262454,2349.814291 +144855,2096.787422,1107.679006,2055.609656,1091.933945,2311.052817 +144856,2099.710851,1106.451097,2056.992022,1097.456549,2311.546144 +144857,2105.472879,1106.125027,2060.803366,1103.89136,2317.779532 +144858,2113.226066,1105.14361,2063.533692,1110.237299,2320.648573 +144859,2120.861859,1104.63851,2080.207234,1115.81327,2322.242928 +144860,2119.734025,1104.259933,2052.118018,1122.639628,2325.821534 +144861,2131.532907,1102.889756,2071.841999,1128.203606,2326.945765 +144862,2094.058286,1102.79384,2074.94959,1135.054358,2330.374919 +144863,2145.512977,1100.694131,2071.92408,1139.95786,2336.16032 +144864,2129.068818,1100.965179,2076.907872,1147.308555,2340.111599 +144865,2136.418828,1099.676729,2078.151125,1153.101982,2336.569965 +144866,2140.679964,1099.331341,2081.768225,1159.933837,2318.078518 +144867,2144.280159,1098.104821,2080.42138,1165.847235,2351.522748 +144868,2147.609131,1097.342514,2091.014574,1172.31447,2338.275509 +144869,2151.877255,1096.761024,2088.862101,1178.999185,2343.639822 +144870,2156.372672,1096.363728,2075.275892,1185.934801,2346.074006 +144871,2157.419129,1094.249002,2112.155826,1195.35132,2346.063662 +144872,2164.414603,1095.18555,2070.657719,1203.422087,2350.752612 +144873,2164.504749,1092.58767,2113.193152,1206.844374,2354.166987 +144874,2170.620077,1093.131701,2088.28207,1196.289862,2365.329247 +144875,2173.322833,1091.88891,2098.731006,1227.125295,2339.670762 +144876,2176.824621,1091.029246,2098.836474,1222.365069,2354.048082 +144877,2180.139526,1090.282132,2100.217521,1231.30439,2362.734341 +144878,2183.638881,1089.246585,2101.505934,1237.760648,2369.529768 +144879,2187.416448,1088.919667,2103.380225,1245.023599,2355.029404 +144880,2190.62492,1087.743596,2109.034875,1251.183937,2355.71324 +144881,2187.254188,1083.705092,2103.049365,1254.241835,2365.507849 +144882,2326.685057,1145.655442,2227.443484,1325.749324,2587.036007 +144883,2029.882291,1005.126991,1918.652186,1197.046327,2044.573474 +144884,2402.800459,1169.874145,2323.058654,1369.774275,2751.870051 +144885,2025.874196,998.1920717,1891.170707,1208.108527,1990.103838 +144886,2412.220675,1169.048474,2328.536006,1385.494898,2773.272011 +144887,2027.705363,993.8278659,1907.931749,1219.770664,1982.792985 +144888,2424.162039,1169.601694,2311.864813,1402.499443,2783.38988 +144889,2030.416445,990.0958145,1916.068087,1232.081597,1979.555477 +144890,2434.852657,1169.646673,2314.140638,1418.967318,2792.297905 +144891,2034.210861,986.8787595,1912.711842,1245.03879,1977.462469 +144892,2444.514851,1169.279421,2322.850345,1435.054263,2800.122113 +144893,2038.566089,984.0119312,1906.086793,1258.440418,1975.924426 +144894,2453.764199,1168.794478,2333.333915,1450.739248,2807.511076 +144895,2043.458493,981.5491289,1900.127347,1272.447324,1974.849665 +144896,2462.299514,1167.859232,2342.606114,1465.96295,2814.16761 +144897,2048.098456,979.0243983,1893.852098,1286.435151,1973.742764 +144898,2471.66134,1167.385131,2352.604782,1481.863689,2821.3722 +144899,2052.228599,976.2897938,1888.44949,1299.98872,1972.106454 +144900,2480.915782,1166.946821,2360.843214,1497.922443,2828.718665 +144901,1980.886223,941.6735108,1811.177044,1281.497737,1829.272667 +144902,2278.874495,1071.764134,2155.099875,1419.121332,2435.812844 +144903,2173.02267,1023.21526,1998.256314,1378.79231,2213.756602 +144904,2198.209661,1032.207941,2070.032806,1396.943056,2257.116449 +144905,2195.692937,1028.714497,2021.486343,1400.819106,2254.340358 +144906,2199.76278,1028.395551,2056.913457,1408.954695,2256.902034 +144907,2202.207179,1027.579321,2036.644865,1416.496741,2258.394476 +144908,2204.212871,1026.113502,2042.379031,1423.175711,2267.868991 +144909,2206.044068,1024.949294,2041.275556,1440.308415,2254.36223 +144910,2209.241629,1024.193923,2041.373879,1436.474297,2255.738352 +144911,2210.864573,1022.943688,2040.711173,1432.21358,2266.828663 +144912,2344.1001,1081.277792,2171.148395,1520.029377,2497.994258 +144913,2025.71283,935.5774285,1836.673877,1372.718087,1907.281985 +144914,2432.593194,1116.603715,2276.823474,1561.590974,2680.937247 +144915,2013.551267,925.9395861,1808.018929,1382.556209,1854.698988 +144916,2437.122869,1114.554066,2281.108632,1576.10451,2692.691607 +144917,2015.917672,922.7323905,1802.269396,1395.464093,1852.667814 +144918,2442.975798,1113.059648,2284.017865,1591.494901,2696.070989 +144919,2018.912767,919.9039127,1798.685434,1408.733368,1853.437774 +144920,2448.14361,1111.282695,2284.903683,1606.425641,2698.579178 +144921,2022.462699,917.7647278,1796.483624,1422.424213,1854.86895 +144922,2452.868918,1108.696249,2284.787889,1621.085847,2700.763305 +144923,2026.313181,915.6857156,1794.816508,1436.219813,1856.424589 +144924,2457.417724,1106.550513,2284.333689,1635.518069,2702.791513 +144925,2030.711225,913.396649,1793.383997,1456.086895,1858.066358 +144926,2462.540223,1104.443631,2283.521544,1667.091065,2704.723916 +144927,2035.602015,911.1870186,1792.28654,1460.358331,1859.796706 +144928,2467.527973,1102.272271,2282.346394,1682.962371,2706.545783 +144929,2040.424307,908.9603292,1790.958415,1494.494676,1861.407814 +144930,2472.690685,1100.205284,2281.431505,1694.698311,2708.372677 +144931,2045.053292,906.6850321,1789.56014,1515.442398,1863.213873 +144932,2477.20229,1097.907157,2279.8084,1724.585468,2710.050575 +144933,2049.515535,904.3852147,1787.998103,1518.31917,1864.914537 +144934,2481.461021,1095.525059,2278.03197,1739.619535,2711.774593 +144935,2053.734223,902.0107305,1786.133086,1551.000145,1866.577889 +144936,2486.754663,1093.251626,2276.336417,1750.348414,2713.479712 +144937,2056.549142,899.6256383,1784.282863,1570.884423,1868.208419 +144938,2499.982854,1090.89714,2274.414319,1784.120701,2715.104369 +144939,2048.058539,897.3380729,1782.47893,1566.902003,1869.963633 +144940,2522.219487,1088.486805,2272.362525,1811.53199,2716.542089 +144941,2032.628072,895.0496582,1780.588281,1586.239446,1871.796899 +144942,2512.982071,1085.98512,2270.221356,1825.39303,2717.853547 +144943,2066.633549,892.5755262,1778.107035,1603.508327,1873.21121 +144944,2526.379195,1083.845146,2268.608931,1845.569754,2719.792184 +144945,2037.086097,890.1546049,1776.004038,1620.194048,1874.687435 +144946,2522.809825,1081.371151,2261.418916,1862.555312,2721.089598 +144947,2073.523546,887.7102774,1780.508188,1637.723443,1876.097731 +144948,2509.29535,1079.14474,2256.409813,1879.691087,2722.818705 +144949,2080.532895,885.2647532,1778.514574,1655.377731,1877.450313 +144950,2512.616221,1076.723967,2254.216208,1895.827701,2724.092025 +144951,2084.291528,882.9101815,1776.160966,1673.040134,1879.099054 +144952,2515.790279,1074.231533,2251.740581,1917.012621,2725.346415 +144953,2087.861872,880.7597095,1773.919166,1687.763709,1880.709957 +144954,2518.490273,1071.555561,2249.000105,1929.810564,2726.344921 +144955,2091.169599,878.4297446,1771.333284,1703.215979,1882.122563 +144956,2521.685017,1069.223286,2246.811867,1950.127738,2727.728124 +144957,2094.131632,875.9122622,1768.317648,1718.269598,1883.340279 +144958,2524.671915,1066.834388,2244.468206,1965.293056,2729.133744 +144959,2097.071086,873.5041102,1765.46901,1744.554965,1884.411017 +144960,2527.452192,1064.370258,2241.895497,1968.005064,2730.40976 +144961,1975.398991,805.4243249,1610.355627,1693.365434,1600.683221 +144962,2205.662475,937.0189221,1941.345874,1867.616375,2202.851129 +144963,2152.581943,884.5101465,1812.847269,1794.865476,1964.771725 +144964,2157.830459,895.4429574,1839.142968,1829.107737,2022.433528 +144965,2154.18256,890.3611232,1830.663431,1827.674577,2011.652988 +144966,2159.236084,890.7263064,1832.013158,1838.684759,2015.828561 +144967,2158.303871,888.5441071,1828.497209,1844.855575,2014.6968 +144968,2159.086771,887.1231989,1826.567193,1857.204612,2014.921569 +144969,2159.825841,885.6479904,1824.446708,1857.384008,2015.05132 +144970,2159.755258,884.0145205,1822.035139,1867.338003,2014.900809 +144971,2160.373861,882.4994931,1819.663726,1874.034589,2014.89582 +144972,2160.790019,880.9511694,1817.648649,1880.846666,2015.026977 +144973,2161.035569,879.394869,1815.226743,1887.686458,2015.04596 +144974,2160.9127,877.621564,1812.634389,1898.549921,2014.558655 +144975,2162.431949,876.6593023,1811.281896,1900.665758,2015.624743 +144976,2287.269599,931.7229903,1933.578813,1966.18292,2242.23636 +144977,1981.369016,791.670641,1623.656582,1843.918615,1670.962385 +144978,2366.681567,964.721967,2010.903889,2005.629249,2418.752968 +144979,1966.758554,781.4667033,1602.81659,1848.240718,1614.156658 +144980,2366.910839,961.724242,2005.864066,2027.579754,2416.425907 +144981,1964.517342,777.3739307,1596.718915,1853.958087,1630.902135 +144982,2369.14147,959.4464165,2002.33318,2044.200481,2403.622332 +144983,1985.245975,773.5719997,1591.039688,1864.906662,1638.127851 +144984,2336.748067,956.7189241,1997.893957,2057.99557,2400.619396 +144985,1979.089675,770.6517401,1586.679881,1878.250887,1639.97676 +144986,2365.336761,953.0659208,1991.90886,2068.99108,2398.747981 +144987,1979.189662,767.9213032,1582.847688,1891.863566,1641.528138 +144988,2344.770838,949.6219937,1986.069668,2080.158764,2397.093544 +144989,2000.913872,764.9328274,1578.437568,1904.841063,1642.765682 +144990,2334.007098,946.3414682,1980.803689,2091.24631,2395.743454 +144991,1987.638432,762.0507371,1573.817744,1922.911011,1644.156486 +144992,2370.231464,942.5434406,1974.415787,2093.155815,2393.848314 +144993,1994.220182,759.0297034,1569.110705,1936.382761,1645.809762 +144994,2348.422687,938.8275997,1967.820218,2101.40181,2392.028366 +144995,1993.341217,755.9279524,1564.361122,1946.812815,1647.209655 +144996,2376.439796,935.0687327,1961.202526,2114.365201,2390.358338 +144997,2006.410526,752.9079044,1559.490234,1950.109594,1648.708328 +144998,2349.139834,931.1149222,1954.436651,2124.217675,2388.410254 +144999,2004.726635,749.8312595,1554.496391,1959.447762,1650.131596 +145000,2381.369007,927.3803317,1947.636056,2131.214741,2386.698054 +145001,2017.065161,746.4274751,1549.111802,1967.906505,1651.136958 +145002,2352.232363,923.8960086,1941.469322,2138.618309,2385.395175 +145003,2014.77132,743.4177796,1544.016584,1977.404878,1652.691818 +145004,2386.249343,919.6629042,1943.272832,2143.78824,2382.94963 +145005,2028.615766,740.4382501,1524.71916,1984.759529,1653.871027 +145006,2353.14239,915.7675151,1942.858691,2155.588716,2381.756546 +145007,2023.026324,734.2803065,1529.095694,1989.651872,1655.00613 +145008,2389.675352,908.024487,1891.884382,2165.981504,2379.630168 +145009,2034.923576,730.3660535,1529.968638,1999.247437,1656.263789 +145010,2354.95451,903.8084479,1901.471256,2171.521024,2377.961204 +145011,2031.340657,727.009566,1528.581124,2007.819001,1657.754067 +145012,2393.256005,899.1842144,1872.058569,2175.693961,2375.469265 +145013,2015.529658,723.6053213,1536.528844,2015.225968,1659.178615 +145014,2399.497456,895.091377,1858.325696,2185.581211,2373.540059 +145015,2019.495848,720.2011166,1528.01839,2015.794561,1660.490814 +145016,2400.820091,890.7094117,1856.424037,2191.545639,2371.253559 +145017,2023.164535,716.9034593,1510.956274,2022.878892,1661.751387 +145018,2402.470693,886.5094611,1861.211332,2195.307314,2369.197139 +145019,2026.375453,713.4456106,1493.093648,2028.607931,1662.819304 +145020,2404.010365,882.42013,1863.837673,2199.242185,2367.145473 +145021,1810.352946,760.6745772,846.6354555,1448.720754,1886.044189 +145022,1906.203063,935.61287,898.2990264,1553.626362,2113.828648 +145023,2032.433032,929.9806381,968.7579847,1692.609895,2233.13555 +145024,2120.688922,929.2417547,1022.835718,1792.06372,2311.876127 +145025,2164.758543,928.2814541,1055.937107,1842.034904,2346.962273 +145026,2187.852595,926.9634466,1078.112824,1865.023637,2364.089088 +145027,2201.172642,925.830062,1094.306799,1875.398404,2373.499153 +145028,2210.060828,924.450768,1107.023777,1880.929155,2379.627085 +145029,2216.847481,923.1269903,1117.509115,1884.941276,2384.524163 +145030,2222.731671,921.7770096,1126.37956,1888.46846,2388.497919 +145031,2227.511961,920.4150851,1133.961431,1891.675974,2392.002014 +145032,2231.622635,919.0440678,1140.466582,1894.551611,2395.135673 +145033,2235.180567,917.6685648,1146.060313,1897.111872,2397.952009 +145034,2238.283349,916.3478687,1150.882104,1899.411084,2400.49183 +145035,2241.01247,914.8828587,1155.050719,1901.509846,2402.79067 +145036,2243.398593,913.5482655,1158.649358,1903.42741,2404.841331 +145037,2245.5273,912.1524796,1161.777659,1905.22293,2406.706164 +145038,2247.465483,910.7776333,1164.517862,1906.93629,2408.436031 +145039,2249.231321,909.4086134,1166.921716,1908.567675,2410.035001 +145040,2250.84648,908.0434202,1169.036346,1910.121473,2411.515148 +145041,2252.330664,906.6818902,1170.902427,1911.602633,2412.88972 +145042,2253.700508,905.3236167,1172.55444,1913.015619,2414.171124 +145043,2254.969816,903.9685346,1174.021464,1914.364158,2415.370438 +145044,2256.149781,902.6161208,1175.328025,1915.65126,2416.497419 +145045,2257.249482,901.266189,1176.49481,1916.879316,2417.56057 +145046,2258.276313,899.8608715,1177.539293,1918.050237,2418.567294 +145047,2259.236268,898.6001716,1178.47624,1919.165555,2419.52398 +145048,2260.134301,897.2120049,1179.318157,1920.220266,2420.43617 +145049,2260.974341,895.8770165,1180.075643,1921.223438,2421.308622 +145050,2261.759633,894.5324556,1180.75771,1922.178273,2422.145452 +145051,2262.492894,893.1473995,1181.372031,1923.077612,2422.95019 +145052,2263.1347,891.6003648,1181.921386,1923.798758,2423.725864 +145053,2263.658756,890.1702225,1182.408685,1924.272601,2424.474989 +145054,2264.060492,888.6811021,1182.838016,1924.499036,2425.199702 +145055,2264.347303,887.1954663,1183.213962,1924.510358,2425.901842 +145056,2264.529553,885.7039784,1183.540916,1924.341602,2426.583003 +145057,2264.61633,884.2070871,1183.82277,1924.018906,2427.244534 +145058,2264.614724,882.704644,1184.062891,1923.559096,2427.887585 +145059,2264.530288,881.2157081,1184.264186,1922.9728,2428.513099 +145060,2264.38068,879.7071593,1184.429926,1922.293711,2429.121864 +145061,2264.165756,878.1911581,1184.562164,1921.517331,2429.714528 +145062,2263.881872,876.6689471,1184.662516,1920.633358,2430.291606 +145063,2263.527756,875.1410433,1184.73251,1919.638113,2430.853477 +145064,2263.104573,873.6073309,1184.773639,1918.53374,2431.400445 +145065,2262.614435,872.0680286,1184.787303,1917.324549,2431.932732 +145066,2262.059526,870.5782768,1184.774791,1916.014679,2432.450519 +145067,2261.441747,868.9448254,1184.737265,1914.607335,2432.953916 +145068,2260.762684,867.4296317,1184.675785,1913.104921,2433.44302 +145069,2260.023605,865.8033439,1184.591312,1911.509305,2433.917868 +145070,2259.225688,864.3177495,1184.484737,1909.822077,2434.378493 +145071,2258.369975,862.7033528,1184.356873,1908.044648,2434.824892 +145072,2257.457391,861.1334648,1184.20848,1906.178308,2435.257054 +145073,2256.488749,859.5487801,1184.040261,1904.224244,2435.674947 +145074,2255.464848,857.9434728,1183.852877,1902.183565,2436.078542 +145075,2254.385041,856.3441217,1183.646602,1900.054381,2436.468069 +145076,2253.250372,854.7401023,1183.422096,1897.838664,2436.843345 +145077,2252.062124,853.131456,1183.180043,1895.538931,2437.204132 +145078,2250.821328,851.5169677,1182.921066,1893.156923,2437.55033 +145079,2249.528733,849.9516032,1182.645678,1890.693623,2437.881853 +145080,2248.184911,848.2459218,1182.354367,1888.149701,2438.198696 +145081,0,0,0,0,0 +145082,0,0,0,0,0 +145083,0,0,0,0,0 +145084,0,0,0,0,0 +145085,0,0,0,0,0 +145086,0,0,0,0,0 +145087,0,0,0,0,0 +145088,0,0,0,0,0 +145089,0,0,0,0,0 +145090,0,0,0,0,0 +145091,0,0,0,0,0 +145092,0,0,0,0,0 +145093,0,0,0,0,0 +145094,0,0,0,0,0 +145095,0,0,0,0,0 +145096,0,0,0,0,0 +145097,0,0,0,0,0 +145098,0,0,0,0,0 +145099,0,0,0,0,0 +145100,0,0,0,0,0 +145101,0,0,0,0,0 +145102,0,0,0,0,0 +145103,0,0,0,0,0 +145104,0,0,0,0,0 +145105,0,0,0,0,0 +145106,0,0,0,0,0 +145107,0,0,0,0,0 +145108,0,0,0,0,0 +145109,0,0,0,0,0 +145110,0,0,0,0,0 +145111,0,0,0,0,0 +145112,0,0,0,0,0 +145113,0,0,0,0,0 +145114,0,0,0,0,0 +145115,0,0,0,0,0 +145116,0,0,0,0,0 +145117,0,0,0,0,0 +145118,0,0,0,0,0 +145119,0,0,0,0,0 +145120,0,0,0,0,0 +145121,0,0,0,0,0 +145122,0,0,0,0,0 +145123,0,0,0,0,0 +145124,0,0,0,0,0 +145125,0,0,0,0,0 +145126,0,0,0,0,0 +145127,0,0,0,0,0 +145128,0,0,0,0,0 +145129,0,0,0,0,0 +145130,0,0,0,0,0 +145131,0,0,0,0,0 +145132,0,0,0,0,0 +145133,0,0,0,0,0 +145134,0,0,0,0,0 +145135,0,0,0,0,0 +145136,0,0,0,0,0 +145137,0,0,0,0,0 +145138,0,0,0,0,0 +145139,0,0,0,0,0 +145140,0,0,0,0,0 +145141,0,0,0,0,0 +145142,0,0,0,0,0 +145143,0,0,0,0,0 +145144,0,0,0,0,0 +145145,0,0,0,0,0 +145146,0,0,0,0,0 +145147,0,0,0,0,0 +145148,0,0,0,0,0 +145149,0,0,0,0,0 +145150,0,0,0,0,0 +145151,0,0,0,0,0 +145152,0,0,0,0,0 +145153,0,0,0,0,0 +145154,0,0,0,0,0 +145155,0,0,0,0,0 +145156,0,0,0,0,0 +145157,0,0,0,0,0 +145158,0,0,0,0,0 +145159,0,0,0,0,0 +145160,0,0,0,0,0 +145161,0,0,0,0,0 +145162,0,0,0,0,0 +145163,0,0,0,0,0 +145164,0,0,0,0,0 +145165,0,0,0,0,0 +145166,0,0,0,0,0 +145167,0,0,0,0,0 +145168,0,0,0,0,0 +145169,0,0,0,0,0 +145170,0,0,0,0,0 +145171,0,0,0,0,0 +145172,0,0,0,0,0 +145173,0,0,0,0,0 +145174,0,0,0,0,0 +145175,0,0,0,0,0 +145176,0,0,0,0,0 +145177,0,0,0,0,0 +145178,0,0,0,0,0 +145179,0,0,0,0,0 +145180,0,0,0,0,0 +145181,0,0,0,0,0 +145182,0,0,0,0,0 +145183,0,0,0,0,0 +145184,0,0,0,0,0 +145185,0,0,0,0,0 +145186,0,0,0,0,0 +145187,0,0,0,0,0 +145188,0,0,0,0,0 +145189,0,0,0,0,0 +145190,0,0,0,0,0 +145191,0,0,0,0,0 +145192,0,0,0,0,0 +145193,0,0,0,0,0 +145194,0,0,0,0,0 +145195,0,0,0,0,0 +145196,0,0,0,0,0 +145197,0,0,0,0,0 +145198,0,0,0,0,0 +145199,0,0,0,0,0 +145200,0,0,0,0,0 +145201,0,0,0,0,0 +145202,0,0,0,0,0 +145203,0,0,0,0,0 +145204,0,0,0,0,0 +145205,0,0,0,0,0 +145206,0,0,0,0,0 +145207,0,0,0,0,0 +145208,0,0,0,0,0 +145209,0,0,0,0,0 +145210,0,0,0,0,0 +145211,0,0,0,0,0 +145212,0,0,0,0,0 +145213,0,0,0,0,0 +145214,0,0,0,0,0 +145215,0,0,0,0,0 +145216,0,0,0,0,0 +145217,0,0,0,0,0 +145218,0,0,0,0,0 +145219,0,0,0,0,0 +145220,0,0,0,0,0 +145221,0,0,0,0,0 +145222,0,0,0,0,0 +145223,0,0,0,0,0 +145224,0,0,0,0,0 +145225,0,0,0,0,0 +145226,0,0,0,0,0 +145227,0,0,0,0,0 +145228,0,0,0,0,0 +145229,0,0,0,0,0 +145230,0,0,0,0,0 +145231,0,0,0,0,0 +145232,0,0,0,0,0 +145233,0,0,0,0,0 +145234,0,0,0,0,0 +145235,0,0,0,0,0 +145236,0,0,0,0,0 +145237,0,0,0,0,0 +145238,0,0,0,0,0 +145239,0,0,0,0,0 +145240,0,0,0,0,0 +145241,0,0,0,0,0 +145242,0,0,0,0,0 +145243,0,0,0,0,0 +145244,0,0,0,0,0 +145245,0,0,0,0,0 +145246,0,0,0,0,0 +145247,0,0,0,0,0 +145248,0,0,0,0,0 +145249,0,0,0,0,0 +145250,0,0,0,0,0 +145251,0,0,0,0,0 +145252,0,0,0,0,0 +145253,0,0,0,0,0 +145254,0,0,0,0,0 +145255,0,0,0,0,0 +145256,0,0,0,0,0 +145257,0,0,0,0,0 +145258,0,0,0,0,0 +145259,0,0,0,0,0 +145260,0,0,0,0,0 +145261,0,0,0,0,0 +145262,0,0,0,0,0 +145263,0,0,0,0,0 +145264,0,0,0,0,0 +145265,0,0,0,0,0 +145266,0,0,0,0,0 +145267,0,0,0,0,0 +145268,0,0,0,0,0 +145269,0,0,0,0,0 +145270,0,0,0,0,0 +145271,0,0,0,0,0 +145272,0,0,0,0,0 +145273,0,0,0,0,0 +145274,0,0,0,0,0 +145275,0,0,0,0,0 +145276,0,0,0,0,0 +145277,0,0,0,0,0 +145278,0,0,0,0,0 +145279,0,0,0,0,0 +145280,0,0,0,0,0 +145281,0,0,0,0,0 +145282,0,0,0,0,0 +145283,0,0,0,0,0 +145284,0,0,0,0,0 +145285,0,0,0,0,0 +145286,0,0,0,0,0 +145287,0,0,0,0,0 +145288,0,0,0,0,0 +145289,0,0,0,0,0 +145290,0,0,0,0,0 +145291,0,0,0,0,0 +145292,0,0,0,0,0 +145293,0,0,0,0,0 +145294,0,0,0,0,0 +145295,0,0,0,0,0 +145296,0,0,0,0,0 +145297,0,0,0,0,0 +145298,0,0,0,0,0 +145299,0,0,0,0,0 +145300,0,0,0,0,0 +145301,0,0,0,0,0 +145302,0,0,0,0,0 +145303,0,0,0,0,0 +145304,0,0,0,0,0 +145305,0,0,0,0,0 +145306,0,0,0,0,0 +145307,0,0,0,0,0 +145308,0,0,0,0,0 +145309,0,0,0,0,0 +145310,0,0,0,0,0 +145311,0,0,0,0,0 +145312,0,0,0,0,0 +145313,0,0,0,0,0 +145314,0,0,0,0,0 +145315,0,0,0,0,0 +145316,0,0,0,0,0 +145317,0,0,0,0,0 +145318,0,0,0,0,0 +145319,0,0,0,0,0 +145320,0,0,0,0,0 +145321,0,0,0,0,0 +145322,0,0,0,0,0 +145323,0,0,0,0,0 +145324,0,0,0,0,0 +145325,0,0,0,0,0 +145326,0,0,0,0,0 +145327,0,0,0,0,0 +145328,0,0,0,0,0 +145329,0,0,0,0,0 +145330,0,0,0,0,0 +145331,0,0,0,0,0 +145332,0,0,0,0,0 +145333,0,0,0,0,0 +145334,0,0,0,0,0 +145335,0,0,0,0,0 +145336,0,0,0,0,0 +145337,0,0,0,0,0 +145338,0,0,0,0,0 +145339,0,0,0,0,0 +145340,0,0,0,0,0 +145341,0,0,0,0,0 +145342,0,0,0,0,0 +145343,0,0,0,0,0 +145344,0,0,0,0,0 +145345,0,0,0,0,0 +145346,0,0,0,0,0 +145347,0,0,0,0,0 +145348,0,0,0,0,0 +145349,0,0,0,0,0 +145350,0,0,0,0,0 +145351,0,0,0,0,0 +145352,0,0,0,0,0 +145353,0,0,0,0,0 +145354,0,0,0,0,0 +145355,0,0,0,0,0 +145356,0,0,0,0,0 +145357,0,0,0,0,0 +145358,0,0,0,0,0 +145359,0,0,0,0,0 +145360,0,0,0,0,0 +145361,0,0,0,0,0 +145362,0,0,0,0,0 +145363,0,0,0,0,0 +145364,0,0,0,0,0 +145365,0,0,0,0,0 +145366,0,0,0,0,0 +145367,0,0,0,0,0 +145368,0,0,0,0,0 +145369,0,0,0,0,0 +145370,0,0,0,0,0 +145371,0,0,0,0,0 +145372,0,0,0,0,0 +145373,0,0,0,0,0 +145374,0,0,0,0,0 +145375,0,0,0,0,0 +145376,0,0,0,0,0 +145377,0,0,0,0,0 +145378,0,0,0,0,0 +145379,0,0,0,0,0 +145380,0,0,0,0,0 +145381,0,0,0,0,0 +145382,0,0,0,0,0 +145383,0,0,0,0,0 +145384,0,0,0,0,0 +145385,0,0,0,0,0 +145386,0,0,0,0,0 +145387,0,0,0,0,0 +145388,0,0,0,0,0 +145389,0,0,0,0,0 +145390,0,0,0,0,0 +145391,0,0,0,0,0 +145392,0,0,0,0,0 +145393,0,0,0,0,0 +145394,0,0,0,0,0 +145395,0,0,0,0,0 +145396,0,0,0,0,0 +145397,0,0,0,0,0 +145398,0,0,0,0,0 +145399,0,0,0,0,0 +145400,0,0,0,0,0 +145401,0,0,0,0,0 +145402,0,0,0,0,0 +145403,0,0,0,0,0 +145404,0,0,0,0,0 +145405,0,0,0,0,0 +145406,0,0,0,0,0 +145407,0,0,0,0,0 +145408,0,0,0,0,0 +145409,0,0,0,0,0 +145410,0,0,0,0,0 +145411,0,0,0,0,0 +145412,0,0,0,0,0 +145413,0,0,0,0,0 +145414,0,0,0,0,0 +145415,0,0,0,0,0 +145416,0,0,0,0,0 +145417,0,0,0,0,0 +145418,0,0,0,0,0 +145419,0,0,0,0,0 +145420,0,0,0,0,0 +145421,0,0,0,0,0 +145422,0,0,0,0,0 +145423,0,0,0,0,0 +145424,0,0,0,0,0 +145425,0,0,0,0,0 +145426,0,0,0,0,0 +145427,0,0,0,0,0 +145428,0,0,0,0,0 +145429,0,0,0,0,0 +145430,0,0,0,0,0 +145431,0,0,0,0,0 +145432,0,0,0,0,0 +145433,0,0,0,0,0 +145434,0,0,0,0,0 +145435,0,0,0,0,0 +145436,0,0,0,0,0 +145437,0,0,0,0,0 +145438,0,0,0,0,0 +145439,0,0,0,0,0 +145440,0,0,0,0,0 +145441,0,0,0,0,0 +145442,0,0,0,0,0 +145443,0,0,0,0,0 +145444,0,0,0,0,0 +145445,0,0,0,0,0 +145446,0,0,0,0,0 +145447,0,0,0,0,0 +145448,0,0,0,0,0 +145449,0,0,0,0,0 +145450,0,0,0,0,0 +145451,0,0,0,0,0 +145452,0,0,0,0,0 +145453,0,0,0,0,0 +145454,0,0,0,0,0 +145455,0,0,0,0,0 +145456,0,0,0,0,0 +145457,0,0,0,0,0 +145458,0,0,0,0,0 +145459,0,0,0,0,0 +145460,0,0,0,0,0 +145461,0,0,0,0,0 +145462,0,0,0,0,0 +145463,0,0,0,0,0 +145464,0,0,0,0,0 +145465,0,0,0,0,0 +145466,0,0,0,0,0 +145467,0,0,0,0,0 +145468,0,0,0,0,0 +145469,0,0,0,0,0 +145470,0,0,0,0,0 +145471,0,0,0,0,0 +145472,0,0,0,0,0 +145473,0,0,0,0,0 +145474,0,0,0,0,0 +145475,0,0,0,0,0 +145476,0,0,0,0,0 +145477,0,0,0,0,0 +145478,0,0,0,0,0 +145479,0,0,0,0,0 +145480,0,0,0,0,0 +145481,0,0,0,0,0 +145482,0,0,0,0,0 +145483,0,0,0,0,0 +145484,0,0,0,0,0 +145485,0,0,0,0,0 +145486,0,0,0,0,0 +145487,0,0,0,0,0 +145488,0,0,0,0,0 +145489,0,0,0,0,0 +145490,0,0,0,0,0 +145491,0,0,0,0,0 +145492,0,0,0,0,0 +145493,0,0,0,0,0 +145494,0,0,0,0,0 +145495,0,0,0,0,0 +145496,0,0,0,0,0 +145497,0,0,0,0,0 +145498,0,0,0,0,0 +145499,0,0,0,0,0 +145500,0,0,0,0,0 +145501,0,0,0,0,0 +145502,0,0,0,0,0 +145503,0,0,0,0,0 +145504,0,0,0,0,0 +145505,0,0,0,0,0 +145506,0,0,0,0,0 +145507,0,0,0,0,0 +145508,0,0,0,0,0 +145509,0,0,0,0,0 +145510,0,0,0,0,0 +145511,0,0,0,0,0 +145512,0,0,0,0,0 +145513,0,0,0,0,0 +145514,0,0,0,0,0 +145515,0,0,0,0,0 +145516,0,0,0,0,0 +145517,0,0,0,0,0 +145518,0,0,0,0,0 +145519,0,0,0,0,0 +145520,0,0,0,0,0 +145521,0,0,0,0,0 +145522,0,0,0,0,0 +145523,0,0,0,0,0 +145524,0,0,0,0,0 +145525,0,0,0,0,0 +145526,0,0,0,0,0 +145527,0,0,0,0,0 +145528,0,0,0,0,0 +145529,0,0,0,0,0 +145530,0,0,0,0,0 +145531,0,0,0,0,0 +145532,0,0,0,0,0 +145533,0,0,0,0,0 +145534,0,0,0,0,0 +145535,0,0,0,0,0 +145536,0,0,0,0,0 +145537,0,0,0,0,0 +145538,0,0,0,0,0 +145539,0,0,0,0,0 +145540,0,0,0,0,0 +145541,0,0,0,0,0 +145542,0,0,0,0,0 +145543,0,0,0,0,0 +145544,0,0,0,0,0 +145545,0,0,0,0,0 +145546,0,0,0,0,0 +145547,0,0,0,0,0 +145548,0,0,0,0,0 +145549,0,0,0,0,0 +145550,0,0,0,0,0 +145551,0,0,0,0,0 +145552,0,0,0,0,0 +145553,0,0,0,0,0 +145554,0,0,0,0,0 +145555,0,0,0,0,0 +145556,0,0,0,0,0 +145557,0,0,0,0,0 +145558,0,0,0,0,0 +145559,0,0,0,0,0 +145560,0,0,0,0,0 +145561,0,0,0,0,0 +145562,0,0,0,0,0 +145563,0,0,0,0,0 +145564,0,0,0,0,0 +145565,0,0,0,0,0 +145566,0,0,0,0,0 +145567,0,0,0,0,0 +145568,0,0,0,0,0 +145569,0,0,0,0,0 +145570,0,0,0,0,0 +145571,0,0,0,0,0 +145572,0,0,0,0,0 +145573,0,0,0,0,0 +145574,0,0,0,0,0 +145575,0,0,0,0,0 +145576,0,0,0,0,0 +145577,0,0,0,0,0 +145578,0,0,0,0,0 +145579,0,0,0,0,0 +145580,0,0,0,0,0 +145581,0,0,0,0,0 +145582,0,0,0,0,0 +145583,0,0,0,0,0 +145584,0,0,0,0,0 +145585,0,0,0,0,0 +145586,0,0,0,0,0 +145587,0,0,0,0,0 +145588,0,0,0,0,0 +145589,0,0,0,0,0 +145590,0,0,0,0,0 +145591,0,0,0,0,0 +145592,0,0,0,0,0 +145593,0,0,0,0,0 +145594,0,0,0,0,0 +145595,0,0,0,0,0 +145596,0,0,0,0,0 +145597,0,0,0,0,0 +145598,0,0,0,0,0 +145599,0,0,0,0,0 +145600,0,0,0,0,0 +145601,0,0,0,0,0 +145602,0,0,0,0,0 +145603,0,0,0,0,0 +145604,0,0,0,0,0 +145605,0,0,0,0,0 +145606,0,0,0,0,0 +145607,0,0,0,0,0 +145608,0,0,0,0,0 +145609,0,0,0,0,0 +145610,0,0,0,0,0 +145611,0,0,0,0,0 +145612,0,0,0,0,0 +145613,0,0,0,0,0 +145614,0,0,0,0,0 +145615,0,0,0,0,0 +145616,0,0,0,0,0 +145617,0,0,0,0,0 +145618,0,0,0,0,0 +145619,0,0,0,0,0 +145620,0,0,0,0,0 +145621,0,0,0,0,0 +145622,0,0,0,0,0 +145623,0,0,0,0,0 +145624,0,0,0,0,0 +145625,0,0,0,0,0 +145626,0,0,0,0,0 +145627,0,0,0,0,0 +145628,0,0,0,0,0 +145629,0,0,0,0,0 +145630,0,0,0,0,0 +145631,0,0,0,0,0 +145632,0,0,0,0,0 +145633,0,0,0,0,0 +145634,0,0,0,0,0 +145635,0,0,0,0,0 +145636,0,0,0,0,0 +145637,0,0,0,0,0 +145638,0,0,0,0,0 +145639,0,0,0,0,0 +145640,0,0,0,0,0 +145641,0,0,0,0,0 +145642,0,0,0,0,0 +145643,0,0,0,0,0 +145644,0,0,0,0,0 +145645,0,0,0,0,0 +145646,0,0,0,0,0 +145647,0,0,0,0,0 +145648,0,0,0,0,0 +145649,0,0,0,0,0 +145650,0,0,0,0,0 +145651,0,0,0,0,0 +145652,0,0,0,0,0 +145653,0,0,0,0,0 +145654,0,0,0,0,0 +145655,0,0,0,0,0 +145656,0,0,0,0,0 +145657,0,0,0,0,0 +145658,0,0,0,0,0 +145659,0,0,0,0,0 +145660,0,0,0,0,0 +145661,0,0,0,0,0 +145662,0,0,0,0,0 +145663,0,0,0,0,0 +145664,0,0,0,0,0 +145665,0,0,0,0,0 +145666,0,0,0,0,0 +145667,0,0,0,0,0 +145668,0,0,0,0,0 +145669,0,0,0,0,0 +145670,0,0,0,0,0 +145671,0,0,0,0,0 +145672,0,0,0,0,0 +145673,0,0,0,0,0 +145674,0,0,0,0,0 +145675,0,0,0,0,0 +145676,0,0,0,0,0 +145677,0,0,0,0,0 +145678,0,0,0,0,0 +145679,0,0,0,0,0 +145680,0,0,0,0,0 +145681,0,0,0,0,0 +145682,0,0,0,0,0 +145683,0,0,0,0,0 +145684,0,0,0,0,0 +145685,0,0,0,0,0 +145686,0,0,0,0,0 +145687,0,0,0,0,0 +145688,0,0,0,0,0 +145689,0,0,0,0,0 +145690,0,0,0,0,0 +145691,0,0,0,0,0 +145692,0,0,0,0,0 +145693,0,0,0,0,0 +145694,0,0,0,0,0 +145695,0,0,0,0,0 +145696,0,0,0,0,0 +145697,0,0,0,0,0 +145698,0,0,0,0,0 +145699,0,0,0,0,0 +145700,0,0,0,0,0 +145701,0,0,0,0,0 +145702,0,0,0,0,0 +145703,0,0,0,0,0 +145704,0,0,0,0,0 +145705,0,0,0,0,0 +145706,0,0,0,0,0 +145707,0,0,0,0,0 +145708,0,0,0,0,0 +145709,0,0,0,0,0 +145710,0,0,0,0,0 +145711,0,0,0,0,0 +145712,0,0,0,0,0 +145713,0,0,0,0,0 +145714,0,0,0,0,0 +145715,0,0,0,0,0 +145716,0,0,0,0,0 +145717,0,0,0,0,0 +145718,0,0,0,0,0 +145719,0,0,0,0,0 +145720,0,0,0,0,0 +145721,0,0,0,0,0 +145722,0,0,0,0,0 +145723,0,0,0,0,0 +145724,0,0,0,0,0 +145725,0,0,0,0,0 +145726,0,0,0,0,0 +145727,0,0,0,0,0 +145728,0,0,0,0,0 +145729,0,0,0,0,0 +145730,0,0,0,0,0 +145731,0,0,0,0,0 +145732,0,0,0,0,0 +145733,0,0,0,0,0 +145734,0,0,0,0,0 +145735,0,0,0,0,0 +145736,0,0,0,0,0 +145737,0,0,0,0,0 +145738,0,0,0,0,0 +145739,0,0,0,0,0 +145740,0,0,0,0,0 +145741,0,0,0,0,0 +145742,0,0,0,0,0 +145743,0,0,0,0,0 +145744,0,0,0,0,0 +145745,0,0,0,0,0 +145746,0,0,0,0,0 +145747,0,0,0,0,0 +145748,0,0,0,0,0 +145749,0,0,0,0,0 +145750,0,0,0,0,0 +145751,0,0,0,0,0 +145752,0,0,0,0,0 +145753,0,0,0,0,0 +145754,0,0,0,0,0 +145755,0,0,0,0,0 +145756,0,0,0,0,0 +145757,0,0,0,0,0 +145758,0,0,0,0,0 +145759,0,0,0,0,0 +145760,0,0,0,0,0 +145761,0,0,0,0,0 +145762,0,0,0,0,0 +145763,0,0,0,0,0 +145764,0,0,0,0,0 +145765,0,0,0,0,0 +145766,0,0,0,0,0 +145767,0,0,0,0,0 +145768,0,0,0,0,0 +145769,0,0,0,0,0 +145770,0,0,0,0,0 +145771,0,0,0,0,0 +145772,0,0,0,0,0 +145773,0,0,0,0,0 +145774,0,0,0,0,0 +145775,0,0,0,0,0 +145776,0,0,0,0,0 +145777,0,0,0,0,0 +145778,0,0,0,0,0 +145779,0,0,0,0,0 +145780,0,0,0,0,0 +145781,0,0,0,0,0 +145782,0,0,0,0,0 +145783,0,0,0,0,0 +145784,0,0,0,0,0 +145785,0,0,0,0,0 +145786,0,0,0,0,0 +145787,0,0,0,0,0 +145788,0,0,0,0,0 +145789,0,0,0,0,0 +145790,0,0,0,0,0 +145791,0,0,0,0,0 +145792,0,0,0,0,0 +145793,0,0,0,0,0 +145794,0,0,0,0,0 +145795,0,0,0,0,0 +145796,0,0,0,0,0 +145797,0,0,0,0,0 +145798,0,0,0,0,0 +145799,0,0,0,0,0 +145800,0,0,0,0,0 +145801,0,0,0,0,0 +145802,0,0,0,0,0 +145803,0,0,0,0,0 +145804,0,0,0,0,0 +145805,0,0,0,0,0 +145806,0,0,0,0,0 +145807,0,0,0,0,0 +145808,0,0,0,0,0 +145809,0,0,0,0,0 +145810,0,0,0,0,0 +145811,0,0,0,0,0 +145812,0,0,0,0,0 +145813,0,0,0,0,0 +145814,0,0,0,0,0 +145815,0,0,0,0,0 +145816,0,0,0,0,0 +145817,0,0,0,0,0 +145818,0,0,0,0,0 +145819,0,0,0,0,0 +145820,0,0,0,0,0 +145821,0,0,0,0,0 +145822,0,0,0,0,0 +145823,0,0,0,0,0 +145824,0,0,0,0,0 +145825,0,0,0,0,0 +145826,0,0,0,0,0 +145827,0,0,0,0,0 +145828,0,0,0,0,0 +145829,0,0,0,0,0 +145830,0,0,0,0,0 +145831,0,0,0,0,0 +145832,0,0,0,0,0 +145833,0,0,0,0,0 +145834,0,0,0,0,0 +145835,0,0,0,0,0 +145836,0,0,0,0,0 +145837,0,0,0,0,0 +145838,0,0,0,0,0 +145839,0,0,0,0,0 +145840,0,0,0,0,0 +145841,0,0,0,0,0 +145842,0,0,0,0,0 +145843,0,0,0,0,0 +145844,0,0,0,0,0 +145845,0,0,0,0,0 +145846,0,0,0,0,0 +145847,0,0,0,0,0 +145848,0,0,0,0,0 +145849,0,0,0,0,0 +145850,0,0,0,0,0 +145851,0,0,0,0,0 +145852,0,0,0,0,0 +145853,0,0,0,0,0 +145854,0,0,0,0,0 +145855,0,0,0,0,0 +145856,0,0,0,0,0 +145857,0,0,0,0,0 +145858,0,0,0,0,0 +145859,0,0,0,0,0 +145860,0,0,0,0,0 +145861,-1474.428987,330.3582675,650.9338573,-603.1586706,-184.3878755 +145862,-1451.068157,323.859484,636.0615324,-593.463224,-194.9011552 +145863,-1412.770773,314.1624459,614.9144836,-577.6113693,-204.1621604 +145864,-1376.020019,304.5357145,538.9509935,-562.6047664,-213.4006313 +145865,-1346.464096,296.5228963,268.5046336,-550.8368289,-222.9734311 +145866,-508.156031,290.2516521,503.9907492,-253.5346235,-232.8496122 +145867,-632.1055124,285.3390737,454.482075,-259.7162696,-242.9212514 +145868,-687.394306,281.3916314,473.606611,-297.8949534,-253.1135834 +145869,-606.0046164,278.1406833,493.8657051,-260.9495939,-263.3851614 +145870,-591.3554842,275.4207094,514.3203238,-254.5526381,-273.7148544 +145871,-582.3697346,273.1237029,522.6503403,-249.2804545,-284.0888624 +145872,-567.9461461,271.1703746,514.0752764,-242.6004766,-294.4950691 +145873,-557.3764329,269.4987328,506.1339425,-238.2137933,-304.9198099 +145874,-546.0662076,268.0578093,498.9454426,-231.4517723,-315.3529026 +145875,-536.616444,266.8066814,492.4335421,-226.7632976,-325.785383 +145876,-523.7971914,265.7131488,486.4655163,-221.7142427,-336.2092391 +145877,-512.9918123,264.7520406,480.9232195,-215.7192358,-346.6174404 +145878,-504.4440272,263.9036108,475.7188093,-211.0599832,-357.0041769 +145879,-492.3741948,263.1522708,470.7887237,-206.0810629,-367.3646045 +145880,-482.6973368,262.4776641,466.0739954,-200.7692641,-377.6949929 +145881,-472.4862626,261.8732252,461.5412475,-195.7695219,-387.9922819 +145882,-461.725246,261.3352763,457.165495,-191.1342833,-398.2542003 +145883,-452.0820442,260.8593979,452.9242405,-186.2217546,-408.4788847 +145884,-441.9532895,260.4406302,448.7971796,-181.0277266,-418.6651217 +145885,-433.0811617,260.0743067,444.7668765,-176.2829273,-428.8119241 +145886,-421.98411,259.7564304,440.8188142,-172.0376732,-438.9188123 +145887,-412.2278916,259.4837142,436.9410835,-166.8025738,-448.9853945 +145888,-402.9911659,259.2534288,433.1238389,-162.1002334,-459.0116793 +145889,-393.3579145,259.0632857,429.358905,-157.583525,-468.9976671 +145890,-382.3506541,258.9113101,425.6393806,-152.8619969,-478.9436869 +145891,-374.9094308,258.7957927,421.9594299,-148.3559574,-488.8499939 +145892,-365.1430096,258.6761533,418.2614127,-144.0928322,-498.7172026 +145893,-356.0479349,258.5271783,414.5093803,-139.6583055,-508.5459004 +145894,-346.6382185,258.343786,410.6952726,-135.4998975,-514.3644263 +145895,-337.9866306,258.1307702,406.8247677,-130.7349326,-254.7317835 +145896,-329.0555437,257.8948518,402.9063858,-128.1116813,-401.1383091 +145897,-320.9427183,257.6415764,398.9472376,-123.9964862,-351.2169526 +145898,-310.354243,257.3748927,394.9523674,-121.1778856,-345.4381372 +145899,-302.8743321,257.0976206,390.925363,-117.306109,-339.9104465 +145900,-294.0463173,256.8118987,386.8689515,-113.8101067,-334.5396902 +145901,-284.9885374,256.5194482,382.7853589,-110.7119972,-328.8421048 +145902,-276.8856279,256.267918,378.7828692,-107.0319647,-323.3059584 +145903,-267.4154854,256.0643169,374.8726828,-103.2649403,-318.5059894 +145904,-258.9482792,255.9004214,371.0343642,-100.4333193,-311.6013238 +145905,-253.917494,255.7668508,367.2471017,-96.51346398,-308.0895982 +145906,-246.3646853,255.6569464,363.4968433,-93.55140215,-302.9833877 +145907,-239.9050532,255.5664349,359.7747135,-90.01240784,-296.1091433 +145908,-233.3355264,255.49233,356.0743873,-86.4153417,-292.1661544 +145909,-225.4256583,255.4322704,352.3906945,-83.29500712,-286.8542209 +145910,-219.281889,255.3842252,348.7190714,-79.86672836,-282.8151961 +145911,-211.8116767,255.3464346,345.055496,-76.66205142,-276.0598917 +145912,-205.5147035,255.3173637,341.3964208,-73.15470401,-271.7203112 +145913,-198.519572,255.2956979,337.7387793,-69.88460191,-267.0765378 +145914,-191.4603279,255.2802916,334.079885,-66.58936612,-262.186455 +145915,-184.9815216,255.2701577,330.4174138,-63.27183298,-257.1297285 +145916,-177.1898238,255.264423,326.7478223,-59.93592404,-251.0393393 +145917,-171.271045,255.2623207,323.0713991,-56.58581035,-247.9158086 +145918,-164.3625535,255.2631609,319.3852588,-53.49471755,-242.9761822 +145919,-157.1033271,255.2663274,315.6896465,-50.12186802,-237.1613807 +145920,-150.7814898,255.2712556,311.9817305,-46.87644044,-232.7486825 +145921,114.4503851,475.4051647,313.3509237,52.08227684,208.018808 +145922,128.8833216,981.9548006,335.9164664,59.13881131,238.2883047 +145923,151.1447321,752.8888536,367.9573912,69.91209896,283.3981048 +145924,174.1107669,835.4170324,400.2787832,80.86750942,329.8229418 +145925,194.6917585,855.6952361,428.9949625,90.5133963,372.0658708 +145926,212.4542384,875.0761231,453.6556222,98.6875023,409.3704985 +145927,227.892731,893.2844498,474.9795181,105.6786139,442.5230319 +145928,241.5579917,911.9563134,493.7332128,111.7887049,472.3737425 +145929,253.8326881,929.3513145,510.4522009,117.2245601,498.7994479 +145930,264.9636722,946.8559571,525.4869271,122.1182033,522.326219 +145931,275.1251484,963.9735276,539.0884152,126.5615198,543.4937405 +145932,284.4567418,985.6871898,551.459153,130.626848,562.6992665 +145933,293.0781572,1006.301669,562.7725886,134.3750159,580.2253996 +145934,301.0929961,1026.764861,573.1784361,137.8576358,596.2905331 +145935,308.9237546,1046.882644,775.1634258,141.2697247,611.6853442 +145936,315.991274,1066.737033,933.8297031,144.3496677,625.3810728 +145937,322.6755192,1086.283998,837.1952877,147.2711029,638.0938499 +145938,329.0325276,1105.681212,902.9336083,150.0597451,649.9506308 +145939,335.1081124,1124.739609,924.4166078,152.7361415,661.0585306 +145940,340.9399616,1143.594353,945.1729903,155.3168045,671.5082873 +145941,346.5595319,1162.161019,964.8909356,157.815208,681.3776731 +145942,351.9933846,1180.622683,984.2066048,160.2424841,690.7340031 +145943,357.2640453,1198.714736,1002.595745,162.6078724,699.6356831 +145944,362.3906327,1216.268773,1020.45209,164.919044,708.1334018 +145945,367.3893726,1234.677039,1038.240171,167.1823643,716.2711034 +145946,372.2740358,1251.842554,1055.262699,169.4031125,724.0868665 +145947,377.0563239,1269.393462,1071.371586,171.5856717,731.6137155 +145948,381.7461937,1286.371804,1087.539098,173.733686,738.8802955 +145949,386.352137,1303.398004,1102.739912,175.8501933,745.911514 +145950,390.8814106,1320.248211,1118.153065,177.9377326,752.7290246 +145951,395.3402395,1335.783496,1132.772667,179.9984359,759.3517311 +145952,399.7450557,1351.25347,1147.216264,182.0422584,765.7961891 +145953,404.107517,1366.252928,1161.221097,184.0759401,772.0769698 +145954,408.4329158,1380.963709,1174.845004,186.1017914,778.2067822 +145955,412.7230724,1395.592877,1188.098459,188.1197735,784.1968059 +145956,416.9786555,1409.631918,1200.992286,190.1291817,790.0568296 +145957,421.2002015,1423.736931,1213.501046,192.1293687,795.7955493 +145958,425.3883101,1437.403081,1225.753384,194.1198748,801.4206173 +145959,429.5436341,1450.886767,1237.60205,196.1003912,806.9389021 +145960,433.6667962,1464.060164,1249.120489,198.0706876,812.356487 +145961,437.7583863,1477.157433,1260.410452,200.0305889,817.6788766 +145962,441.8189426,1489.947438,1271.282557,201.979954,822.9109734 +145963,445.8489758,1502.354589,1281.978264,203.9186784,828.0572463 +145964,449.848964,1514.823511,1292.266704,205.8466854,833.1216975 +145965,453.819374,1526.883934,1302.397306,207.7639297,838.1080129 +145966,457.760647,1538.797582,1312.132382,209.6703854,843.0195052 +145967,461.6732157,1550.49098,1321.730068,211.5660494,847.8592478 +145968,465.5574946,1561.981599,1330.940181,213.4509327,852.6300186 +145969,469.4138958,1573.203245,1339.590905,215.3250649,857.3344233 +145970,473.2428128,1584.390422,1349.032588,217.1884837,861.9748207 +145971,477.044641,1595.304099,1357.172789,219.0412421,866.5534477 +145972,480.8197555,1605.846088,1365.691114,220.8833962,871.0723299 +145973,484.5685366,1616.508118,1373.638055,222.7150153,875.5334094 +145974,488.2913487,1626.771965,1381.61674,224.5361711,879.9384543 +145975,491.9885584,1636.92179,1389.240185,226.3469443,884.2891684 +145976,495.6605189,1646.808083,1396.704204,228.1474169,888.5871111 +145977,499.3075826,1656.648667,1403.957634,229.9376769,892.8337905 +145978,502.9300911,1672.559563,1410.974889,231.7178132,897.0305935 +145979,506.5283879,1673.21702,1417.91307,233.4879204,901.1788759 +145980,510.1028027,1695.37201,1424.610977,235.2480914,905.2798818 +145981,513.7205101,1844.524186,1821.458835,237.0288074,909.4563651 +145982,524.3930375,1884.156142,1832.49013,241.9802352,926.9360546 +145983,538.6216598,1882.51665,1841.710678,248.4796062,951.121845 +145984,552.8794113,1894.66168,1850.426435,254.919467,975.4939883 +145985,565.7021812,1904.369375,1858.626589,260.6525076,997.3744606 +145986,576.9526561,1913.868092,1866.629463,265.6409907,1016.490125 +145987,586.9308092,1922.943273,1874.572443,309.221944,1033.339507 +145988,746.7513148,1931.931025,1881.983405,436.2808498,1048.428454 +145989,925.7106765,1940.872323,1889.417414,367.8377029,1062.100338 +145990,817.8040454,1949.459556,1896.591669,401.7602112,1074.576089 +145991,879.8433835,1958.029538,1903.663944,411.788383,1162.710358 +145992,898.6023355,1966.204103,1910.315166,420.9184399,1573.339831 +145993,915.9653931,1974.39761,1917.144472,429.9482642,1342.498327 +145994,933.0720311,1982.350325,1923.587243,438.6992372,1436.176438 +145995,949.8401208,1990.153545,1929.950752,447.5305944,1455.259055 +145996,966.2043472,1997.792045,1936.227963,456.0219373,1472.858098 +145997,982.9075381,2005.28078,1942.190536,464.4791479,1489.622131 +145998,998.2440023,2012.613491,1948.182483,472.6357357,1506.150342 +145999,1014.508114,2019.795949,1953.986327,481.0031106,1522.095472 +146000,1029.610828,2026.828652,1959.604752,488.8554403,1538.388848 +146001,1045.326303,2033.806128,1965.365051,497.1000387,1553.350631 +146002,1060.426059,2040.406521,1970.656111,504.6799463,1568.634792 +146003,1074.965597,2047.063641,1976.067626,512.3940686,1583.437628 +146004,1089.596703,2053.40204,1981.290968,520.1824487,1597.760386 +146005,1104.399874,2059.840992,1986.417987,527.7312019,1612.382407 +146006,1118.487429,2065.935951,1991.440078,534.8464246,1626.184729 +146007,1132.618541,2071.842579,1996.360193,542.4764133,1639.961025 +146008,1146.242119,2077.92764,2001.254675,549.5864009,1653.444956 +146009,1160.435934,2083.411615,2005.865017,556.7512335,1666.662145 +146010,1173.757862,2089.192498,2010.472164,563.6702148,1679.722081 +146011,1186.254492,2095.240163,2013.489239,570.0107822,1692.487231 +146012,1198.391107,2101.236002,2015.925806,575.9502381,1705.050459 +146013,1210.301061,2107.154004,2018.168389,581.4857766,1717.365312 +146014,1222.005469,2112.985302,2020.180814,587.2179484,1729.551 +146015,1233.195943,2118.62628,2021.998534,592.5188333,1741.470094 +146016,1245.04567,2124.510698,2023.636168,598.156045,1753.182446 +146017,1255.937497,2129.842801,2025.105548,603.2952734,1764.790291 +146018,1266.978452,2135.369298,2026.415287,608.4849661,1776.099006 +146019,1277.793801,2140.694184,2027.574257,613.5447802,1787.344966 +146020,1288.793228,2145.927784,2028.589485,618.5062189,1798.293828 +146021,1298.791418,2151.055354,2029.468856,623.3730417,1809.189393 +146022,1309.347099,2156.075167,2030.218784,628.1480783,1819.791729 +146023,1319.558446,2160.986629,2030.846675,632.834709,1830.352431 +146024,1329.596727,2165.788789,2031.358597,637.2531345,1840.620963 +146025,1339.489511,2170.481408,2031.761659,642.0552582,1850.475656 +146026,1349.343771,2175.16431,2032.061671,646.3533297,1861.027715 +146027,1358.568393,2179.489781,2032.265511,650.7448346,1870.591143 +146028,1368.771626,2187.004188,2032.378787,655.0283846,1880.459728 +146029,1377.823317,2186.756195,2032.408185,659.239006,1889.896099 +146030,1387.255636,2200.310757,2032.359093,663.3778226,1899.413257 +146031,1396.36425,2186.218454,2032.238082,667.4474756,1908.659272 +146032,1405.501677,2227.526945,2032.05037,671.4495596,1917.803194 +146033,1414.383791,2168.839392,2031.802581,675.3863485,1926.770522 +146034,1423.304898,2224.473236,2031.499512,679.2593005,1935.75044 +146035,1431.970955,2207.499126,2031.148151,683.0705932,1944.353899 +146036,1440.641921,2214.755985,2030.75348,686.821608,1953.078144 +146037,1449.217028,2218.138142,2030.321832,690.514441,1957.261476 +146038,1457.591359,2221.411692,2029.858839,693.9374627,1963.802491 +146039,1466.017592,2224.671812,2029.370016,697.8477205,1969.349302 +146040,1474.192466,2227.572103,2028.860485,701.213773,1975.012399 +146041,1487.988275,2233.159741,2033.973913,707.0953495,1991.865857 +146042,1496.180781,2236.388145,2034.077837,710.7876861,1999.034645 +146043,1504.080847,2239.305846,2033.630533,714.236575,2005.651564 +146044,1511.738011,2242.041883,2032.992213,717.5553795,2011.854136 +146045,1519.284153,2244.618111,2032.24093,720.7842235,2018.060646 +146046,1526.571403,2247.052771,2031.425457,724.1787116,2023.95107 +146047,1533.846591,2249.358075,2030.577661,726.9062384,2029.758731 +146048,1541.020204,2251.54089,2029.716933,730.1135448,2035.3955 +146049,1547.974961,2253.605655,2028.857443,733.0788973,2041.100578 +146050,1554.863347,2255.533518,2028.077739,735.9324486,2046.332825 +146051,1561.768338,2257.384188,2027.994914,738.8574878,2051.897722 +146052,1568.499753,2259.087014,2027.993347,741.6526899,2057.013221 +146053,1575.160956,2260.817281,2028.152502,744.4920996,2062.439903 +146054,1564.243613,2246.662367,2016.437198,741.6217701,2031.28148 +146055,1563.993496,2243.023193,2010.810322,741.5475869,2025.3193 +146056,1610.081753,2261.303274,2051.581893,762.1203126,2103.89645 +146057,1594.175418,2252.629929,2029.964069,755.0981561,2066.714514 +146058,1605.976968,2255.808736,2036.372538,760.2444619,2081.692001 +146059,1611.72146,2256.367245,2037.144265,762.9232701,2086.530718 +146060,1618.779335,2257.225471,2038.227743,765.5990776,2099.166522 +146061,1625.554775,2258.057959,2039.480157,768.2613105,2093.20268 +146062,1631.206818,2279.809456,2039.963613,770.5885928,2112.9333 +146063,1638.503378,2228.083721,2042.343899,773.5821002,2096.947908 +146064,1643.524084,2274.202227,2042.285767,775.658142,2096.204584 +146065,1649.895611,2255.981733,2043.466965,778.1289167,2123.367903 +146066,1655.750767,2259.744252,2044.757669,780.5899189,2115.551756 +146067,1661.734042,2259.682438,2045.650552,782.9229383,2122.424037 +146068,1667.347055,2259.644522,2050.332194,785.145014,2126.559755 +146069,1672.779169,2276.724801,2051.833724,787.2939739,2130.369347 +146070,1679.645698,2234.876054,2052.569921,790.0370536,2135.819335 +146071,1685.205171,2271.5021,2032.62307,792.3490615,2139.118992 +146072,1690.61741,2254.760706,2061.330698,794.4986261,2142.6163 +146073,1697.305708,2264.395816,2051.121829,797.4035271,2147.093382 +146074,1703.10842,2257.311224,2055.223975,799.7988329,2151.097253 +146075,1709.389981,2245.884444,2071.57845,802.4608301,2155.016232 +146076,1714.713411,2278.456247,2037.13695,804.6136407,2158.265493 +146077,1721.97864,2226.976886,2074.766475,807.8412611,2163.606201 +146078,1726.388457,2267.907141,2055.539751,809.4370395,2165.555751 +146079,1732.816432,2255.391365,2066.361733,811.9312229,2169.995861 +146080,1738.518256,2252.39124,2065.62958,814.8217267,2173.56373 +146081,1744.844642,2237.981345,2086.952107,817.1664146,2177.670532 +146082,1750.189451,2263.286526,2042.321354,819.5038274,2180.841997 +146083,1755.317428,2238.360625,2099.950521,821.6081019,2183.808913 +146084,1762.569545,2246.924955,2051.355741,824.6453593,2188.816179 +146085,1766.421045,2241.035679,2096.315487,826.2095088,2190.581098 +146086,1773.729691,2241.026418,2070.462703,829.3279549,2195.638541 +146087,1778.434505,2238.027328,2081.367546,831.1691623,2198.156893 +146088,1783.865196,2235.069384,2081.620688,833.505888,2208.208586 +146089,1788.704559,2233.382896,2083.412155,835.2623744,2206.712956 +146090,1879.140358,2271.983111,2168.289654,876.5875715,2342.311716 +146091,1684.039885,2182.397902,1957.786572,787.8845507,2001.231966 +146092,1939.274326,2278.942374,2244.786882,902.6851482,2460.753895 +146093,1684.549589,2175.569312,1936.821229,787.8669343,1976.740196 +146094,1952.846819,2276.594764,2256.053184,908.3996792,2473.853996 +146095,1691.047172,2147.25281,1935.246034,790.3522816,1977.032163 +146096,1967.773141,2300.659991,2264.447303,914.7312325,2486.232592 +146097,1698.788163,2126.26815,1935.811121,793.3703574,1978.418169 +146098,1980.733615,2299.581459,2270.774669,920.2493196,2500.855381 +146099,1706.379966,2138.514406,1936.589983,796.3623405,1973.800071 +146100,1994.882754,2266.298458,2277.768156,926.1605886,2511.374702 +146101,1598.218977,2072.84303,1822.898272,747.3667919,1769.058184 +146102,1800.197438,2198.129195,2075.952368,836.8442207,2145.154869 +146103,1729.160357,2090.762694,1947.150913,805.6092919,2005.667493 +146104,1749.401821,2151.388745,2006.239087,814.2234592,2035.057422 +146105,1750.205921,2121.175744,1981.117216,814.2860298,2033.32122 +146106,1756.57146,2124.251018,1994.249005,817.0193546,2037.186888 +146107,1759.875526,2118.532105,1991.587323,818.2554427,2038.027447 +146108,1764.404457,2114.700897,1993.525254,820.0844998,2040.094257 +146109,1768.538708,2110.299312,1994.608883,821.72472,2041.802596 +146110,1772.818675,2105.62828,1995.86206,823.4350342,2043.739879 +146111,1777.052151,2101.367733,1997.093171,825.0856519,2045.47106 +146112,1781.302634,2096.717252,1998.370855,826.8391423,2047.393608 +146113,1785.55038,2092.113293,1999.767937,828.5082698,2049.264446 +146114,1789.710471,2087.434344,2000.954564,830.2501551,2051.090403 +146115,1793.955685,2082.688863,2002.378404,831.8885719,2053.102522 +146116,1798.263949,2077.788669,2006.885093,833.5446594,2054.907093 +146117,1802.533326,2073.117525,2001.848864,835.3569939,2057.040413 +146118,1806.543938,2067.856098,2024.830138,836.9179331,2058.646759 +146119,1811.281037,2063.505299,1981.615136,838.8272089,2061.055881 +146120,1814.891567,2057.79233,2022.209342,840.2633864,2062.543418 +146121,1819.507705,2052.929406,2008.125158,842.1419666,2064.595182 +146122,1823.663062,2047.860368,2012.676169,843.7803718,2066.802393 +146123,1827.861942,2042.467557,2013.963177,845.4542672,2068.485256 +146124,1832.580344,2038.005407,2016.238287,847.3782689,2071.061479 +146125,1835.834413,2031.213491,2024.07695,848.6348789,2072.024843 +146126,1840.883572,2027.068317,2008.280056,850.7729809,2074.948414 +146127,1843.950956,2041.443695,2024.946019,851.7885838,2075.658197 +146128,1849.522886,1985.414001,2021.693331,854.2559993,2079.001747 +146129,1852.671718,2024.313031,2025.468124,855.4201095,2080.102686 +146130,1857.073696,2011.790941,2031.182973,857.1384322,2082.089286 +146131,1861.862133,1983.212563,2017.608605,859.1871314,2085.012612 +146132,1864.622217,2022.515233,2044.075322,860.1191601,2085.531877 +146133,1870.095239,1953.064679,2021.094284,862.4283583,2088.998337 +146134,1873.203465,1996.40035,2043.038529,863.4539481,2089.840328 +146135,1877.784758,1972.105231,2012.272311,865.3830413,2092.578038 +146136,1881.061792,1971.329675,2060.805725,866.5577102,2093.634952 +146137,1886.297258,1959.522344,2024.156173,868.7039395,2096.736023 +146138,1889.81296,1960.022882,2044.567801,869.8163869,2097.991911 +146139,1898.779189,1948.553469,2038.695292,871.4693734,2099.953872 +146140,1895.686931,1945.596095,2042.510056,873.129665,2102.206567 +146141,1910.577012,1938.021488,2043.339527,874.5015385,2103.884565 +146142,1899.779052,1932.216841,2045.411077,876.2919125,2106.109567 +146143,1925.700477,1925.405702,2046.663001,877.6067843,2107.810344 +146144,1898.267508,1919.568089,2048.500562,879.2955745,2110.156035 +146145,1910.63103,1912.863755,2050.20368,880.8287605,2111.764703 +146146,1919.645642,1898.177353,2053.077799,882.8953159,2113.733076 +146147,1912.792205,1890.37593,2055.012223,884.6352391,2115.836171 +146148,1918.076209,1883.008036,2056.782005,886.0162179,2117.635758 +146149,1921.387465,1875.685863,2058.396718,887.640958,2121.954759 +146150,1924.947896,1868.576728,2060.141571,889.2267074,2123.257286 +146151,1928.350686,1861.524063,2062.08298,890.7579766,2126.325799 +146152,1931.973844,1854.342675,2063.855604,892.2787993,2126.334716 +146153,1935.718652,1847.787723,2065.958153,894.1757817,2115.528827 +146154,1938.303784,1839.283743,2066.821648,895.059106,2135.754012 +146155,1942.626615,1832.987197,2073.698624,896.9633325,2129.167709 +146156,1945.073235,1824.758938,2069.13986,898.1265455,2132.120043 +146157,2078.410403,1878.355008,2201.041297,958.6117572,2367.092213 +146158,1766.866048,1733.286309,1873.776661,818.0268392,1785.828489 +146159,2169.152656,1893.770402,2313.134273,998.9260107,2536.452664 +146160,1754.825702,1712.05424,1846.175101,812.6077603,1751.157643 +146161,1814.719274,1719.382012,1942.392425,838.1196176,1877.292682 +146162,1698.410116,1658.161312,1815.804021,786.2460824,1660.705565 +146163,1721.553287,1661.652693,1825.942686,795.9874625,1698.230493 +146164,1719.044135,1648.881459,1834.113667,794.8500593,1693.31132 +146165,1721.667059,1642.211244,1830.417727,795.8965865,1693.156459 +146166,1722.22346,1632.648856,1830.144319,795.9623313,1691.021555 +146167,1755.587372,1638.587973,1861.871342,810.9342252,1748.083171 +146168,1809.983347,1657.039124,1914.733688,835.7414959,1843.023819 +146169,1684.964352,1587.194909,1787.436371,778.8928198,1601.70468 +146170,1751.839038,1613.402766,1854.363813,809.9130751,1728.063754 +146171,1739.512677,1595.890247,1839.061727,803.1689393,1697.741956 +146172,1740.207846,1587.469696,1838.819516,803.7990353,1696.672653 +146173,1742.021161,1579.114965,1838.992311,804.3465844,1695.988745 +146174,1743.753363,1570.636756,1839.221472,804.9780331,1695.411704 +146175,1745.542291,1562.078794,1839.513861,805.6261557,1694.926394 +146176,1747.375683,1553.680422,1839.863971,806.2951554,1694.503237 +146177,1749.249987,1545.177284,1840.267272,806.983163,1694.140999 +146178,1751.162503,1536.938322,1840.721143,807.7176707,1693.835298 +146179,1753.111067,1528.414247,1841.223333,808.3980661,1693.58267 +146180,1755.093788,1520.111336,1841.771778,809.1575233,1693.379888 +146181,1757.109089,1511.765673,1842.364741,809.9074823,1693.224456 +146182,1759.155547,1503.521628,1843.000492,810.6765867,1693.113803 +146183,1761.231558,1495.074374,1843.6776,811.4598315,1693.045974 +146184,1763.274264,1486.948695,1844.394509,812.2565927,1693.018795 +146185,1765.499614,1478.725435,1845.149951,813.0663357,1693.030682 +146186,1767.613091,1470.438635,1845.942506,813.8884824,1693.079724 +146187,1769.806809,1462.304325,1846.771025,814.722564,1693.164592 +146188,1772.015382,1454.148729,1847.634179,815.5680359,1693.283559 +146189,1774.310711,1446.034008,1848.530917,816.4244689,1693.435501 +146190,1776.471387,1437.952046,1849.459985,817.2913472,1693.618836 +146191,1778.641006,1429.792244,1850.307823,818.1197886,1693.832594 +146192,1780.744189,1421.655148,1851.161306,818.947435,1694.0749 +146193,1782.863729,1413.614938,1852.032604,819.7789698,1694.344965 +146194,1784.994152,1405.462368,1852.923995,820.6153888,1694.641406 +146195,1787.137487,1397.417492,1853.836175,821.4863305,1694.963521 +146196,1789.232635,1389.574925,1854.765492,822.290479,1695.313758 +146197,1791.503104,1381.515691,1855.724135,823.1645551,1695.689687 +146198,1793.646728,1373.678277,1856.699137,824.0178614,1696.116261 +146199,1795.862046,1365.833717,1857.693807,824.8802548,1696.490824 +146200,1798.083938,1358.108403,1858.707148,825.7469975,1696.952736 +146201,1800.388398,1350.236607,1859.738635,826.6178975,1697.437587 +146202,1802.482218,1342.686594,1860.787525,827.492638,1697.86929 +146203,1804.90435,1335.023899,1861.922478,828.4007675,1698.388759 +146204,1807.14467,1330.385923,1862.899425,829.2380555,1698.928772 +146205,1809.47489,1324.873804,1864.047879,830.1444352,1699.410428 +146206,1811.819501,1319.373631,1865.150442,831.0277613,1699.980317 +146207,1814.190626,1313.929621,1866.278175,831.9184446,1700.536919 +146208,1816.524939,1308.472814,1867.420794,832.8117248,1701.143926 +146209,1819.056115,1303.202266,1868.507879,833.7074298,1701.685113 +146210,1821.458525,1297.916656,1869.782003,834.6360566,1702.312128 +146211,1823.996117,1292.592699,1870.9845,835.4898109,1702.956474 +146212,1826.364654,1287.435293,1872.083476,836.4134951,1703.532895 +146213,1828.888301,1282.286347,1873.341806,837.3119837,1704.19845 +146214,1831.291149,1277.280942,1874.54928,838.2165205,1704.844681 +146215,1833.87911,1272.244289,1875.778525,839.1224656,1705.54083 +146216,1836.319864,1267.271832,1877.018648,840.0294757,1706.160722 +146217,1838.824434,1262.375553,1878.269161,840.9374843,1706.869277 +146218,1841.321495,1257.620283,1879.529426,841.8777177,1707.5562 +146219,1843.821158,1252.818965,1880.870571,842.7399935,1708.292418 +146220,1846.322384,1248.132427,1882.040678,843.6723556,1708.948266 +146221,1918.524899,1273.832124,1953.168732,876.0561391,1838.224938 +146222,2166.130791,1378.787133,2216.364962,986.6259096,2296.314967 +146223,2067.158358,1333.258158,2074.188638,943.2107581,2092.985993 +146224,2082.447004,1330.797672,2141.416389,949.4253281,2139.269024 +146225,2092.964745,1331.786681,2112.25188,954.190589,2130.193799 +146226,2094.883282,1326.816421,2130.076325,954.9732457,2149.164457 +146227,2100.486642,1324.793201,2125.020162,957.3076878,2147.538404 +146228,2270.486936,1398.741152,2299.503574,1034.725262,2448.240072 +146229,1868.167689,1210.253297,1878.186985,852.6971474,1708.408372 +146230,2380.091044,1440.594803,2425.637905,1083.489218,2672.002756 +146231,1868.991194,1188.45276,1857.809934,847.2218503,1652.469023 +146232,2367.351262,1432.322676,2432.833724,1086.049768,2687.399052 +146233,1883.603307,1188.250391,1856.071736,849.0198159,1653.501751 +146234,2371.604747,1423.032653,2442.229149,1089.334873,2694.067976 +146235,1889.323481,1182.212054,1856.007024,851.0841129,1657.47173 +146236,2378.710515,1417.741348,2448.361811,1092.256309,2700.0026 +146237,1896.065379,1174.426524,1858.813587,853.2620772,1661.541638 +146238,2382.885822,1410.794798,2452.134107,1095.008501,2705.404578 +146239,1906.459346,1168.506605,1862.837859,855.6186899,1665.507497 +146240,2382.991878,1405.82181,2454.628693,1097.943371,2710.641896 +146241,1919.477668,1162.689435,1867.255953,857.9128166,1668.924818 +146242,2381.168487,1401.672784,2461.007552,1101.610548,2722.765623 +146243,1904.320135,1157.694891,1867.504612,860.9441411,1663.632155 +146244,2421.972366,1396.333486,2463.854935,1104.576356,2731.238794 +146245,1914.490441,1153.061904,1873.178447,864.6416441,1666.926492 +146246,2398.097636,1391.585542,2469.14833,1108.561099,2735.684695 +146247,1913.138884,1148.141333,1871.787443,868.7078601,1670.66044 +146248,2433.528345,1387.204653,2470.954894,1112.968755,2740.006097 +146249,1929.964202,1142.891479,1879.590085,872.783774,1674.098202 +146250,2400.60985,1383.28517,2471.277454,1118.062704,2744.733781 +146251,1926.580318,1138.269892,1884.509856,877.2460515,1677.808333 +146252,2443.496756,1378.365454,2470.21887,1122.690928,2748.28982 +146253,1911.293878,1134.126508,1892.14163,882.3414094,1684.717012 +146254,2451.900505,1373.440931,2469.979903,1127.403152,2747.559707 +146255,1915.851636,1129.520725,1900.905974,887.3915356,1696.852439 +146256,2456.945663,1369.339637,2465.70999,1132.840095,2741.047175 +146257,1919.192262,1124.313043,1899.948742,892.1378153,1712.67717 +146258,2462.900595,1365.833769,2465.304474,1138.995044,2732.024494 +146259,1923.257868,1119.748447,1915.457342,897.6223289,1703.863396 +146260,2466.822799,1361.201226,2461.656785,1144.532349,2760.532537 +146261,1928.172865,1115.888187,1917.764404,903.7126069,1695.729055 +146262,2470.486098,1356.575034,2461.883601,1150.347942,2765.664132 +146263,1931.836339,1111.330292,1930.255023,909.4996156,1698.863053 +146264,2475.76141,1353.036904,2457.769767,1157.064973,2769.518466 +146265,1935.504284,1106.933342,1932.522603,915.6452331,1702.088837 +146266,2480.168236,1348.823016,2456.916614,1163.495454,2772.550826 +146267,1939.702769,1102.967163,1929.569991,922.3908918,1705.524632 +146268,2484.470898,1344.737167,2456.0403,1170.216692,2775.565952 +146269,1943.670886,1098.608598,1947.043375,929.0952847,1708.409631 +146270,2489.351042,1341.17912,2451.965101,1177.467537,2778.930425 +146271,1947.804749,1094.549385,1947.683566,936.1293762,1711.66436 +146272,2498.751348,1337.152294,2448.593407,1184.718884,2781.358635 +146273,1944.667795,1090.668259,1967.467,943.4792942,1715.036002 +146274,2521.60437,1333.381304,2444.502962,1192.316385,2784.165016 +146275,1926.561951,1086.851639,1952.491025,951.1295479,1718.207333 +146276,2516.688611,1329.54253,2443.315259,1200.048422,2786.764816 +146277,1957.452053,1082.685074,1993.988804,958.6847627,1720.836517 +146278,2508.285315,1326.503372,2436.138465,1211.621164,2789.782712 +146279,1964.878177,1078.989186,1968.986113,962.4644929,1724.428647 +146280,2512.423989,1322.490483,2434.669219,1229.273932,2791.680002 +146281,2014.860525,1097.126007,2040.105947,981.1492909,1806.485725 +146282,2570.663958,1345.189646,2418.174763,1258.783051,2884.903924 +146283,2022.092543,1094.545747,2137.603006,1005.256985,1807.536888 +146284,2581.193493,1344.605709,2402.878292,1262.941619,2893.622098 +146285,2030.99378,1093.394751,2121.956138,1017.780298,1819.279134 +146286,2586.881292,1341.293385,2399.64945,1272.39522,2897.90057 +146287,2038.246173,1091.269852,2153.242163,1028.210139,1822.482233 +146288,2596.284143,1340.31199,2391.186548,1283.849579,2903.759708 +146289,2044.234547,1088.474508,2158.146073,1038.204634,1830.5461 +146290,2604.321455,1338.605694,2385.664499,1294.987544,2898.211412 +146291,2216.823852,1161.669559,2348.831649,1124.269968,2150.455776 +146292,2364.139663,1225.156863,2234.828831,1194.615524,2432.488304 +146293,2342.662376,1212.952089,2314.766196,1188.672483,2394.81714 +146294,2345.587353,1211.68342,2291.904706,1194.122677,2384.000771 +146295,2349.233528,1210.626683,2301.956532,1199.712417,2376.940247 +146296,2352.720585,1209.594879,2296.824255,1205.370986,2399.055989 +146297,2363.787727,1208.571498,2302.038829,1211.094535,2406.874036 +146298,2348.807827,1207.558401,2300.918757,1216.866261,2371.760287 +146299,2392.706899,1206.555104,2305.96274,1222.757856,2426.085893 +146300,2327.680637,1205.559972,2302.077021,1228.538076,2371.41498 +146301,2387.971684,1204.576866,2308.177323,1234.514877,2415.704211 +146302,2369.407178,1203.602713,2306.928525,1240.416659,2406.017766 +146303,2376.276843,1202.635918,2307.120365,1246.623237,2402.916311 +146304,2380.072308,1201.678509,2309.401736,1252.556134,2402.57202 +146305,2383.325007,1200.734243,2308.446127,1258.74902,2413.692634 +146306,2386.724877,1199.7945,2307.327918,1264.925661,2429.421093 +146307,2390.095239,1198.864886,2308.171564,1271.229123,2385.15273 +146308,2393.449946,1197.947686,2306.659709,1277.405249,2442.85999 +146309,2396.938258,1197.033989,2307.624582,1283.720429,2393.912296 +146310,2400.083961,1196.13429,2307.843147,1290.194808,2442.783523 +146311,2403.421045,1195.203864,2307.696294,1296.544313,2411.410508 +146312,2406.615262,1194.27713,2305.397738,1302.804297,2426.632653 +146313,2409.823737,1193.351641,2303.992238,1309.253607,2424.966458 +146314,2413.01416,1192.434203,2303.119753,1315.74874,2427.389384 +146315,2416.195998,1191.52271,2302.628881,1322.027102,2428.989333 +146316,2419.367711,1190.617729,2302.399989,1328.699141,2430.723893 +146317,2422.664674,1189.719671,2302.329153,1335.174443,2432.460987 +146318,2429.374489,1186.86446,2304.110833,1345.289631,2434.226651 +146319,2433.096845,1185.578681,2302.980505,1352.443248,2435.743796 +146320,2436.460542,1184.484183,2302.318078,1359.525654,2437.628878 +146321,2439.782249,1183.453105,2301.838678,1366.433944,2439.215339 +146322,2443.070571,1182.452038,2301.500258,1373.627719,2440.895911 +146323,2446.338237,1181.469831,2303.029307,1380.465865,2442.528857 +146324,2449.438765,1180.507831,2301.890067,1387.565867,2444.124507 +146325,2452.877477,1179.553903,2301.373141,1394.609348,2445.803876 +146326,2455.99652,1178.612625,2302.829429,1401.685452,2447.358262 +146327,2459.2201,1177.685201,2303.419297,1408.864744,2448.85462 +146328,2462.553771,1176.765992,2303.677367,1415.78015,2450.575532 +146329,2465.527487,1175.859094,2302.116323,1423.106673,2457.903112 +146330,2468.813022,1174.956922,2303.057128,1430.201906,2444.782945 +146331,2471.957243,1174.069338,2303.374457,1437.40058,2465.072102 +146332,2475.12135,1173.187945,2303.591074,1444.693357,2453.023096 +146333,2478.279519,1172.316351,2303.574734,1457.234338,2459.160409 +146334,2481.429348,1171.454484,2301.719625,1457.783962,2459.869087 +146335,2484.584343,1170.596024,2302.607939,1477.623498,2461.550849 +146336,2487.720818,1169.752612,2301.172001,1461.546063,2462.853507 +146337,2490.866686,1168.91106,2300.545159,1478.015792,2464.355916 +146338,2494.005615,1168.078143,2301.949126,1492.4276,2465.879563 +146339,2498.564001,1167.257485,2300.751628,1494.034118,2467.260594 +146340,2503.284897,1166.438455,2300.216308,1502.883178,2468.661779 +146341,2419.702666,1132.424254,2301.300485,1476.941974,2309.1052 +146342,2431.546276,1131.028122,2293.515843,1483.905262,2350.513637 +146343,2429.45954,1129.96847,2284.284353,1490.747654,2311.914256 +146344,2432.591132,1128.774173,2278.316581,1497.922851,2334.173195 +146345,2434.872343,1127.666264,2271.669346,1504.72252,2326.753096 +146346,2436.931349,1126.556347,2267.338571,1511.992961,2341.78015 +146347,2439.279787,1125.460803,2264.402698,1519.075612,2326.085112 +146348,2441.513061,1124.373506,2262.310214,1526.038188,2335.656781 +146349,2443.770408,1123.294592,2260.768895,1533.201456,2334.165378 +146350,2446.033993,1122.220899,2261.429887,1540.292744,2335.604765 +146351,2448.289959,1121.16011,2259.706016,1547.486134,2336.587768 +146352,2450.559435,1120.097347,2260.591454,1559.516367,2337.592084 +146353,2452.818833,1119.047948,2260.868349,1558.874073,2338.640997 +146354,2455.082708,1118.000946,2260.971084,1565.405246,2339.670266 +146355,2457.341617,1116.96251,2259.207973,1578.411223,2340.703622 +146356,2459.605835,1115.925335,2258.358195,1582.377616,2341.720821 +146357,2461.86849,1114.894171,2259.650977,1590.052457,2342.749595 +146358,2464.122723,1113.873118,2258.400893,1597.262128,2343.637426 +146359,2466.521084,1112.850793,2257.842578,1604.37509,2344.837454 +146360,2468.573378,1111.896894,2259.294453,1617.265425,2345.750421 +146361,2474.600137,1110.797823,2258.099002,1635.698298,2346.754707 +146362,2467.669239,1109.833548,2257.570188,1620.692274,2347.759472 +146363,2490.821854,1108.821233,2259.0418,1645.087258,2348.754377 +146364,2457.951714,1107.825743,2257.852521,1670.083778,2349.712166 +146365,2489.672839,1106.830006,2257.318791,1642.242183,2350.702491 +146366,2497.649039,1105.838747,2258.747621,1683.109824,2351.678786 +146367,2460.330143,1104.855188,2257.537388,1680.947619,2352.618585 +146368,2500.275484,1103.868799,2258.736958,1705.281755,2353.602747 +146369,2488.356421,1102.892641,2257.402975,1684.471949,2354.554309 +146370,2493.233629,1101.913905,2257.08841,1734.99353,2355.470286 +146371,2495.996952,1101.189852,2257.102763,1709.049609,2356.426088 +146372,2499.05493,1100.519149,2259.026375,1740.134549,2357.367637 +146373,2501.462014,1099.883245,2260.308313,1738.03733,2358.275707 +146374,2504.15254,1099.271851,2259.698862,1750.342712,2359.202636 +146375,2507.052423,1098.68013,2260.128588,1758.66736,2360.119189 +146376,2509.635568,1098.11013,2261.049496,1767.218149,2361.030003 +146377,2512.330475,1097.557456,2263.947215,1776.098402,2361.916936 +146378,2514.97234,1097.027102,2264.206631,1784.55261,2362.834712 +146379,2517.607559,1096.570474,2265.121779,1792.961091,2363.724268 +146380,2520.213136,1095.922047,2266.276594,1801.57981,2364.612129 +146381,2522.796188,1095.571322,2267.54395,1809.778283,2365.496409 +146382,2523.207859,1091.446888,2269.039947,1826.109732,2366.373106 +146383,2525.122668,1090.36195,2271.869867,1822.497225,2367.232135 +146384,2527.553457,1089.55494,2261.5145,1846.391636,2368.081425 +146385,2529.917717,1088.835147,2253.37909,1844.358615,2368.948734 +146386,2532.299186,1088.168371,2260.806433,1855.550935,2369.775442 +146387,2534.582255,1087.536798,2260.112307,1863.878163,2370.629753 +146388,2537.026775,1086.933873,2254.704173,1871.469447,2371.44877 +146389,2539.284982,1086.354855,2262.301934,1879.763838,2372.295529 +146390,2541.686688,1085.856511,2255.552649,1887.630266,2373.106934 +146391,2543.902561,1085.231431,2258.356762,1895.191754,2373.912422 +146392,2546.250458,1084.753676,2259.44792,1903.293497,2374.834047 +146393,2548.417598,1084.243177,2259.639269,1910.819481,2375.469148 +146394,2550.609043,1083.758437,2259.697233,1918.171412,2376.33309 +146395,2552.788799,1083.290228,2255.576898,1925.980127,2377.102527 +146396,2554.940067,1082.837781,2264.300322,1937.810033,2377.859844 +146397,2557.061217,1082.400983,2256.794283,1938.891132,2378.655327 +146398,2559.147355,1081.920682,2260.42626,1948.358225,2379.398675 +146399,2561.20175,1081.598664,2261.372382,1955.170294,2380.129337 +146400,2563.189925,1081.160222,2261.472239,1962.067886,2380.895919 +146401,2411.868584,1014.628492,2109.948944,1902.921966,2082.007528 +146402,2412.865393,1013.615113,2105.89719,1907.763425,2102.486666 +146403,2413.821657,1012.874701,2106.760935,1919.119906,2092.137947 +146404,2415.158232,1012.313347,2106.794496,1919.158618,2094.344896 +146405,2416.722006,1011.690311,2106.485613,1928.420905,2094.55974 +146406,2418.005346,1011.147264,2106.704953,1934.103761,2094.774679 +146407,2419.393025,1010.620436,2106.632595,1944.607441,2095.035994 +146408,2420.733857,1010.11414,2106.87211,1940.429793,2095.319758 +146409,2422.041455,1009.625285,2106.725763,1957.828804,2095.620314 +146410,2423.31327,1009.152419,2106.947359,1957.129468,2095.93129 +146411,2424.545873,1008.695183,2107.025635,1963.599328,2096.250276 +146412,2425.737919,1008.252136,2107.109894,1969.687467,2096.574754 +146413,2426.887914,1007.823119,2107.373897,1975.039263,2096.993467 +146414,2427.993582,1007.462373,2107.435929,1984.792282,2097.190556 +146415,2429.054006,1006.980099,2107.672825,1984.861319,2097.499311 +146416,2430.068014,1006.629481,2107.812655,1990.794263,2097.956651 +146417,2431.171948,1006.244735,2108.091787,1996.345818,2098.227868 +146418,2431.887465,1005.880501,2108.302759,2001.107773,2098.577303 +146419,2432.853549,1005.528771,2108.675402,2005.771464,2098.91354 +146420,2424.457435,1001.743524,2101.061453,2005.974984,2099.252032 +146421,2423.840137,1000.708196,2099.418611,2012.833377,2099.55079 +146422,2423.898616,1000.050184,2098.956322,2007.607901,2099.856876 +146423,2424.097447,999.3508298,2098.491718,2021.276057,2100.161441 +146424,2424.349778,998.7915938,2098.097198,2021.509008,2100.462644 +146425,2424.615145,998.1205097,2097.784534,2025.098697,2100.75819 +146426,2424.874555,997.5841521,2097.474267,2033.614096,2101.045525 +146427,2425.1193,997.0182315,2097.325865,2034.010655,2101.32312 +146428,2425.787053,996.4739558,2091.904103,2037.288054,2101.588516 +146429,2427.748133,995.9414281,2103.594283,2045.797646,2101.844448 +146430,2429.968981,995.4206414,2088.738408,2046.46688,2102.089462 +146431,2431.609501,994.2708047,2102.226309,2048.879006,2102.324553 +146432,2433.183615,992.9912438,2084.880963,2056.645134,2102.545978 +146433,2434.748106,991.6469997,2093.257033,2054.039797,2102.757573 +146434,2436.290422,990.2617258,2087.521507,2060.820194,2102.947432 +146435,2437.838648,988.8865479,2085.616956,2062.293918,2103.137051 +146436,2439.368209,987.3522141,2083.149306,2064.389282,2103.309389 +146437,2440.885679,985.9004524,2080.679753,2066.694127,2103.472301 +146438,2442.389572,984.3757673,2078.129117,2067.406343,2103.623328 +146439,2443.870899,982.779776,2075.446629,2068.109281,2103.763019 +146440,2445.32768,981.2871288,2072.767627,2068.832818,2103.890285 +146441,2446.758654,979.6564079,2069.99026,2069.595871,2104.005694 +146442,2448.164795,978.0448794,2067.360416,2072.309243,2104.111103 +146443,2449.531191,976.4059336,2064.224698,2073.886482,2104.19745 +146444,2450.863232,974.7441127,2061.360796,2073.047926,2104.270876 +146445,2452.168863,973.0579057,2058.358815,2073.122089,2104.336212 +146446,2453.431892,971.352651,2055.364083,2073.595048,2104.382685 +146447,2454.657886,969.626378,2052.249213,2074.267098,2104.416285 +146448,2455.848529,967.92934,2049.1394,2076.94046,2104.437699 +146449,2456.984328,966.0918035,2045.890656,2076.552274,2104.435775 +146450,2458.092987,964.339655,2042.744983,2078.730165,2104.431093 +146451,2459.144007,962.5300285,2039.492878,2080.000843,2104.400684 +146452,2460.014583,960.708691,2036.005591,2078.964133,2104.356432 +146453,2461.319374,958.8673694,2032.732533,2078.883854,2104.301682 +146454,2461.927923,957.0098197,2029.275007,2079.207671,2104.227005 +146455,2462.908366,955.1344566,2025.803752,2079.720876,2104.138007 +146456,2463.703984,953.2405903,2022.378817,2082.233434,2104.035401 +146457,2464.455668,951.3337818,2018.72336,2081.667458,2103.909449 +146458,2465.167511,949.4059881,2015.176715,2081.731513,2103.775943 +146459,2465.818986,947.4638836,2011.565612,2082.027614,2103.622369 +146460,2466.418786,945.503624,2008.028945,2084.374918,2103.455756 +146461,1752.305116,944.0959509,819.0684736,1425.827404,1956.790354 +146462,1876.085192,1070.819951,884.684699,1545.502561,2070.033512 +146463,2025.812561,1090.978758,967.6243513,1690.449624,2201.615093 +146464,2142.409404,1049.847345,1037.064849,1799.520512,2299.963346 +146465,2209.710342,1085.030699,1083.371583,1856.809567,2352.193091 +146466,2244.617091,1069.348311,1113.445582,1880.144551,2376.656881 +146467,2264.501359,1070.456063,1134.987208,1888.693154,2389.666224 +146468,2277.549916,1068.962024,1151.729535,1892.161517,2397.587979 +146469,2287.353633,1067.370844,1165.469762,1894.512275,2403.431227 +146470,2295.346708,1065.661213,1177.067908,1896.851405,2408.291026 +146471,2302.075918,1064.106765,1186.967831,1899.238705,2412.552251 +146472,2307.799383,1062.377099,1195.453878,1901.545062,2416.358554 +146473,2312.693379,1060.689584,1202.745548,1903.702165,2419.781259 +146474,2316.904688,1058.972745,1209.026501,1905.710648,2422.87166 +146475,2320.556905,1057.242387,1214.452287,1907.597759,2425.673173 +146476,2323.747472,1055.498529,1219.15382,1909.38959,2428.223494 +146477,2326.526763,1053.744297,1223.224216,1911.07589,2430.5185 +146478,2328.987758,1051.978777,1226.769991,1912.691971,2432.619643 +146479,2331.211145,1053.442003,1229.880505,1914.264832,2434.579556 +146480,2333.529897,1052.300198,1232.74212,1916.103782,2436.403311 +146481,2335.863882,1050.8138,1235.365586,1918.078861,2438.103269 +146482,2338.073706,1049.292359,1237.727738,1920.008126,2439.690022 +146483,2340.089746,1047.553555,1239.828997,1921.805557,2441.17666 +146484,2341.912741,1045.927726,1241.690709,1923.464287,2442.575733 +146485,2343.562423,1044.213865,1243.341333,1925.008921,2443.898052 +146486,2345.067732,1042.487193,1244.807859,1926.465461,2445.152742 +146487,2346.445348,1040.738621,1246.113054,1927.851561,2446.347572 +146488,2347.71028,1038.968889,1247.275617,1929.362653,2447.48924 +146489,2348.874591,1037.178617,1248.311041,1930.620869,2448.583496 +146490,2349.947631,1035.367734,1249.23238,1931.823021,2449.635286 +146491,2350.936764,1033.658684,1250.05075,1932.978095,2450.648835 +146492,2351.794213,1031.959674,1250.780495,1933.897297,2451.627766 +146493,2352.488851,1030.258599,1251.433405,1934.47384,2452.575077 +146494,2353.017241,1028.551983,1252.017788,1934.707023,2453.493292 +146495,2353.390993,1026.838673,1252.539569,1934.645736,2454.384538 +146496,2353.625188,1025.117698,1253.003395,1934.343012,2455.250641 +146497,2353.732991,1023.388811,1253.413219,1933.838292,2456.093128 +146498,2353.724744,1021.651453,1253.772535,1933.156856,2456.913288 +146499,2353.60858,1019.90547,1254.084444,1932.314607,2457.712169 +146500,2353.390904,1015.269934,1254.351671,1931.322314,2458.49056 +146501,2352.789375,1013.096802,1254.461358,1929.879046,2459.250022 +146502,2351.924095,1011.086493,1254.457874,1927.946335,2459.989116 +146503,2350.950041,1009.120081,1254.400553,1926.095188,2460.708162 +146504,2349.946813,1007.17164,1254.320942,1924.222214,2461.407975 +146505,2348.933288,1005.231497,1254.22811,1922.329348,2462.089133 +146506,2347.902689,1003.294061,1254.12151,1920.391675,2462.751893 +146507,2346.843815,1001.356524,1253.998672,1918.386105,2463.396258 +146508,2345.748282,999.4014609,1253.857813,1916.298879,2464.022128 +146509,2344.609653,997.4552587,1253.697798,1914.120682,2464.629998 +146510,2343.425161,995.5061274,1253.518302,1911.850056,2465.219458 +146511,2342.193278,993.5536092,1253.319251,1909.48772,2465.789987 +146512,2340.912811,991.6589,1253.100662,1907.034245,2466.341325 +146513,2339.582615,989.6029603,1252.862549,1904.489765,2466.873305 +146514,2338.201825,987.681918,1252.604987,1901.852268,2467.385877 +146515,2336.7698,985.6991162,1252.328071,1899.121205,2467.878954 +146516,2335.286196,983.7210308,1252.031998,1896.297464,2468.352582 +146517,2333.750827,981.7380885,1251.716982,1893.382397,2468.806755 +146518,2332.163739,979.7491243,1251.383301,1890.37741,2469.241548 +146519,2330.525103,977.7551759,1251.031228,1887.28372,2469.656981 +146520,2328.835175,975.6926742,1250.661079,1884.102461,2470.053138 +146521,0,0,0,0,0 +146522,0,0,0,0,0 +146523,0,0,0,0,0 +146524,0,0,0,0,0 +146525,0,0,0,0,0 +146526,0,0,0,0,0 +146527,0,0,0,0,0 +146528,0,0,0,0,0 +146529,0,0,0,0,0 +146530,0,0,0,0,0 +146531,0,0,0,0,0 +146532,0,0,0,0,0 +146533,0,0,0,0,0 +146534,0,0,0,0,0 +146535,0,0,0,0,0 +146536,0,0,0,0,0 +146537,0,0,0,0,0 +146538,0,0,0,0,0 +146539,0,0,0,0,0 +146540,0,0,0,0,0 +146541,0,0,0,0,0 +146542,0,0,0,0,0 +146543,0,0,0,0,0 +146544,0,0,0,0,0 +146545,0,0,0,0,0 +146546,0,0,0,0,0 +146547,0,0,0,0,0 +146548,0,0,0,0,0 +146549,0,0,0,0,0 +146550,0,0,0,0,0 +146551,0,0,0,0,0 +146552,0,0,0,0,0 +146553,0,0,0,0,0 +146554,0,0,0,0,0 +146555,0,0,0,0,0 +146556,0,0,0,0,0 +146557,0,0,0,0,0 +146558,0,0,0,0,0 +146559,0,0,0,0,0 +146560,0,0,0,0,0 +146561,0,0,0,0,0 +146562,0,0,0,0,0 +146563,0,0,0,0,0 +146564,0,0,0,0,0 +146565,0,0,0,0,0 +146566,0,0,0,0,0 +146567,0,0,0,0,0 +146568,0,0,0,0,0 +146569,0,0,0,0,0 +146570,0,0,0,0,0 +146571,0,0,0,0,0 +146572,0,0,0,0,0 +146573,0,0,0,0,0 +146574,0,0,0,0,0 +146575,0,0,0,0,0 +146576,0,0,0,0,0 +146577,0,0,0,0,0 +146578,0,0,0,0,0 +146579,0,0,0,0,0 +146580,0,0,0,0,0 +146581,0,0,0,0,0 +146582,0,0,0,0,0 +146583,0,0,0,0,0 +146584,0,0,0,0,0 +146585,0,0,0,0,0 +146586,0,0,0,0,0 +146587,0,0,0,0,0 +146588,0,0,0,0,0 +146589,0,0,0,0,0 +146590,0,0,0,0,0 +146591,0,0,0,0,0 +146592,0,0,0,0,0 +146593,0,0,0,0,0 +146594,0,0,0,0,0 +146595,0,0,0,0,0 +146596,0,0,0,0,0 +146597,0,0,0,0,0 +146598,0,0,0,0,0 +146599,0,0,0,0,0 +146600,0,0,0,0,0 +146601,0,0,0,0,0 +146602,0,0,0,0,0 +146603,0,0,0,0,0 +146604,0,0,0,0,0 +146605,0,0,0,0,0 +146606,0,0,0,0,0 +146607,0,0,0,0,0 +146608,0,0,0,0,0 +146609,0,0,0,0,0 +146610,0,0,0,0,0 +146611,0,0,0,0,0 +146612,0,0,0,0,0 +146613,0,0,0,0,0 +146614,0,0,0,0,0 +146615,0,0,0,0,0 +146616,0,0,0,0,0 +146617,0,0,0,0,0 +146618,0,0,0,0,0 +146619,0,0,0,0,0 +146620,0,0,0,0,0 +146621,0,0,0,0,0 +146622,0,0,0,0,0 +146623,0,0,0,0,0 +146624,0,0,0,0,0 +146625,0,0,0,0,0 +146626,0,0,0,0,0 +146627,0,0,0,0,0 +146628,0,0,0,0,0 +146629,0,0,0,0,0 +146630,0,0,0,0,0 +146631,0,0,0,0,0 +146632,0,0,0,0,0 +146633,0,0,0,0,0 +146634,0,0,0,0,0 +146635,0,0,0,0,0 +146636,0,0,0,0,0 +146637,0,0,0,0,0 +146638,0,0,0,0,0 +146639,0,0,0,0,0 +146640,0,0,0,0,0 +146641,0,0,0,0,0 +146642,0,0,0,0,0 +146643,0,0,0,0,0 +146644,0,0,0,0,0 +146645,0,0,0,0,0 +146646,0,0,0,0,0 +146647,0,0,0,0,0 +146648,0,0,0,0,0 +146649,0,0,0,0,0 +146650,0,0,0,0,0 +146651,0,0,0,0,0 +146652,0,0,0,0,0 +146653,0,0,0,0,0 +146654,0,0,0,0,0 +146655,0,0,0,0,0 +146656,0,0,0,0,0 +146657,0,0,0,0,0 +146658,0,0,0,0,0 +146659,0,0,0,0,0 +146660,0,0,0,0,0 +146661,0,0,0,0,0 +146662,0,0,0,0,0 +146663,0,0,0,0,0 +146664,0,0,0,0,0 +146665,0,0,0,0,0 +146666,0,0,0,0,0 +146667,0,0,0,0,0 +146668,0,0,0,0,0 +146669,0,0,0,0,0 +146670,0,0,0,0,0 +146671,0,0,0,0,0 +146672,0,0,0,0,0 +146673,0,0,0,0,0 +146674,0,0,0,0,0 +146675,0,0,0,0,0 +146676,0,0,0,0,0 +146677,0,0,0,0,0 +146678,0,0,0,0,0 +146679,0,0,0,0,0 +146680,0,0,0,0,0 +146681,0,0,0,0,0 +146682,0,0,0,0,0 +146683,0,0,0,0,0 +146684,0,0,0,0,0 +146685,0,0,0,0,0 +146686,0,0,0,0,0 +146687,0,0,0,0,0 +146688,0,0,0,0,0 +146689,0,0,0,0,0 +146690,0,0,0,0,0 +146691,0,0,0,0,0 +146692,0,0,0,0,0 +146693,0,0,0,0,0 +146694,0,0,0,0,0 +146695,0,0,0,0,0 +146696,0,0,0,0,0 +146697,0,0,0,0,0 +146698,0,0,0,0,0 +146699,0,0,0,0,0 +146700,0,0,0,0,0 +146701,0,0,0,0,0 +146702,0,0,0,0,0 +146703,0,0,0,0,0 +146704,0,0,0,0,0 +146705,0,0,0,0,0 +146706,0,0,0,0,0 +146707,0,0,0,0,0 +146708,0,0,0,0,0 +146709,0,0,0,0,0 +146710,0,0,0,0,0 +146711,0,0,0,0,0 +146712,0,0,0,0,0 +146713,0,0,0,0,0 +146714,0,0,0,0,0 +146715,0,0,0,0,0 +146716,0,0,0,0,0 +146717,0,0,0,0,0 +146718,0,0,0,0,0 +146719,0,0,0,0,0 +146720,0,0,0,0,0 +146721,0,0,0,0,0 +146722,0,0,0,0,0 +146723,0,0,0,0,0 +146724,0,0,0,0,0 +146725,0,0,0,0,0 +146726,0,0,0,0,0 +146727,0,0,0,0,0 +146728,0,0,0,0,0 +146729,0,0,0,0,0 +146730,0,0,0,0,0 +146731,0,0,0,0,0 +146732,0,0,0,0,0 +146733,0,0,0,0,0 +146734,0,0,0,0,0 +146735,0,0,0,0,0 +146736,0,0,0,0,0 +146737,0,0,0,0,0 +146738,0,0,0,0,0 +146739,0,0,0,0,0 +146740,0,0,0,0,0 +146741,0,0,0,0,0 +146742,0,0,0,0,0 +146743,0,0,0,0,0 +146744,0,0,0,0,0 +146745,0,0,0,0,0 +146746,0,0,0,0,0 +146747,0,0,0,0,0 +146748,0,0,0,0,0 +146749,0,0,0,0,0 +146750,0,0,0,0,0 +146751,0,0,0,0,0 +146752,0,0,0,0,0 +146753,0,0,0,0,0 +146754,0,0,0,0,0 +146755,0,0,0,0,0 +146756,0,0,0,0,0 +146757,0,0,0,0,0 +146758,0,0,0,0,0 +146759,0,0,0,0,0 +146760,0,0,0,0,0 +146761,0,0,0,0,0 +146762,0,0,0,0,0 +146763,0,0,0,0,0 +146764,0,0,0,0,0 +146765,0,0,0,0,0 +146766,0,0,0,0,0 +146767,0,0,0,0,0 +146768,0,0,0,0,0 +146769,0,0,0,0,0 +146770,0,0,0,0,0 +146771,0,0,0,0,0 +146772,0,0,0,0,0 +146773,0,0,0,0,0 +146774,0,0,0,0,0 +146775,0,0,0,0,0 +146776,0,0,0,0,0 +146777,0,0,0,0,0 +146778,0,0,0,0,0 +146779,0,0,0,0,0 +146780,0,0,0,0,0 +146781,0,0,0,0,0 +146782,0,0,0,0,0 +146783,0,0,0,0,0 +146784,0,0,0,0,0 +146785,0,0,0,0,0 +146786,0,0,0,0,0 +146787,0,0,0,0,0 +146788,0,0,0,0,0 +146789,0,0,0,0,0 +146790,0,0,0,0,0 +146791,0,0,0,0,0 +146792,0,0,0,0,0 +146793,0,0,0,0,0 +146794,0,0,0,0,0 +146795,0,0,0,0,0 +146796,0,0,0,0,0 +146797,0,0,0,0,0 +146798,0,0,0,0,0 +146799,0,0,0,0,0 +146800,0,0,0,0,0 +146801,0,0,0,0,0 +146802,0,0,0,0,0 +146803,0,0,0,0,0 +146804,0,0,0,0,0 +146805,0,0,0,0,0 +146806,0,0,0,0,0 +146807,0,0,0,0,0 +146808,0,0,0,0,0 +146809,0,0,0,0,0 +146810,0,0,0,0,0 +146811,0,0,0,0,0 +146812,0,0,0,0,0 +146813,0,0,0,0,0 +146814,0,0,0,0,0 +146815,0,0,0,0,0 +146816,0,0,0,0,0 +146817,0,0,0,0,0 +146818,0,0,0,0,0 +146819,0,0,0,0,0 +146820,0,0,0,0,0 +146821,0,0,0,0,0 +146822,0,0,0,0,0 +146823,0,0,0,0,0 +146824,0,0,0,0,0 +146825,0,0,0,0,0 +146826,0,0,0,0,0 +146827,0,0,0,0,0 +146828,0,0,0,0,0 +146829,0,0,0,0,0 +146830,0,0,0,0,0 +146831,0,0,0,0,0 +146832,0,0,0,0,0 +146833,0,0,0,0,0 +146834,0,0,0,0,0 +146835,0,0,0,0,0 +146836,0,0,0,0,0 +146837,0,0,0,0,0 +146838,0,0,0,0,0 +146839,0,0,0,0,0 +146840,0,0,0,0,0 +146841,0,0,0,0,0 +146842,0,0,0,0,0 +146843,0,0,0,0,0 +146844,0,0,0,0,0 +146845,0,0,0,0,0 +146846,0,0,0,0,0 +146847,0,0,0,0,0 +146848,0,0,0,0,0 +146849,0,0,0,0,0 +146850,0,0,0,0,0 +146851,0,0,0,0,0 +146852,0,0,0,0,0 +146853,0,0,0,0,0 +146854,0,0,0,0,0 +146855,0,0,0,0,0 +146856,0,0,0,0,0 +146857,0,0,0,0,0 +146858,0,0,0,0,0 +146859,0,0,0,0,0 +146860,0,0,0,0,0 +146861,0,0,0,0,0 +146862,0,0,0,0,0 +146863,0,0,0,0,0 +146864,0,0,0,0,0 +146865,0,0,0,0,0 +146866,0,0,0,0,0 +146867,0,0,0,0,0 +146868,0,0,0,0,0 +146869,0,0,0,0,0 +146870,0,0,0,0,0 +146871,0,0,0,0,0 +146872,0,0,0,0,0 +146873,0,0,0,0,0 +146874,0,0,0,0,0 +146875,0,0,0,0,0 +146876,0,0,0,0,0 +146877,0,0,0,0,0 +146878,0,0,0,0,0 +146879,0,0,0,0,0 +146880,0,0,0,0,0 +146881,0,0,0,0,0 +146882,0,0,0,0,0 +146883,0,0,0,0,0 +146884,0,0,0,0,0 +146885,0,0,0,0,0 +146886,0,0,0,0,0 +146887,0,0,0,0,0 +146888,0,0,0,0,0 +146889,0,0,0,0,0 +146890,0,0,0,0,0 +146891,0,0,0,0,0 +146892,0,0,0,0,0 +146893,0,0,0,0,0 +146894,0,0,0,0,0 +146895,0,0,0,0,0 +146896,0,0,0,0,0 +146897,0,0,0,0,0 +146898,0,0,0,0,0 +146899,0,0,0,0,0 +146900,0,0,0,0,0 +146901,0,0,0,0,0 +146902,0,0,0,0,0 +146903,0,0,0,0,0 +146904,0,0,0,0,0 +146905,0,0,0,0,0 +146906,0,0,0,0,0 +146907,0,0,0,0,0 +146908,0,0,0,0,0 +146909,0,0,0,0,0 +146910,0,0,0,0,0 +146911,0,0,0,0,0 +146912,0,0,0,0,0 +146913,0,0,0,0,0 +146914,0,0,0,0,0 +146915,0,0,0,0,0 +146916,0,0,0,0,0 +146917,0,0,0,0,0 +146918,0,0,0,0,0 +146919,0,0,0,0,0 +146920,0,0,0,0,0 +146921,0,0,0,0,0 +146922,0,0,0,0,0 +146923,0,0,0,0,0 +146924,0,0,0,0,0 +146925,0,0,0,0,0 +146926,0,0,0,0,0 +146927,0,0,0,0,0 +146928,0,0,0,0,0 +146929,0,0,0,0,0 +146930,0,0,0,0,0 +146931,0,0,0,0,0 +146932,0,0,0,0,0 +146933,0,0,0,0,0 +146934,0,0,0,0,0 +146935,0,0,0,0,0 +146936,0,0,0,0,0 +146937,0,0,0,0,0 +146938,0,0,0,0,0 +146939,0,0,0,0,0 +146940,0,0,0,0,0 +146941,0,0,0,0,0 +146942,0,0,0,0,0 +146943,0,0,0,0,0 +146944,0,0,0,0,0 +146945,0,0,0,0,0 +146946,0,0,0,0,0 +146947,0,0,0,0,0 +146948,0,0,0,0,0 +146949,0,0,0,0,0 +146950,0,0,0,0,0 +146951,0,0,0,0,0 +146952,0,0,0,0,0 +146953,0,0,0,0,0 +146954,0,0,0,0,0 +146955,0,0,0,0,0 +146956,0,0,0,0,0 +146957,0,0,0,0,0 +146958,0,0,0,0,0 +146959,0,0,0,0,0 +146960,0,0,0,0,0 +146961,0,0,0,0,0 +146962,0,0,0,0,0 +146963,0,0,0,0,0 +146964,0,0,0,0,0 +146965,0,0,0,0,0 +146966,0,0,0,0,0 +146967,0,0,0,0,0 +146968,0,0,0,0,0 +146969,0,0,0,0,0 +146970,0,0,0,0,0 +146971,0,0,0,0,0 +146972,0,0,0,0,0 +146973,0,0,0,0,0 +146974,0,0,0,0,0 +146975,0,0,0,0,0 +146976,0,0,0,0,0 +146977,0,0,0,0,0 +146978,0,0,0,0,0 +146979,0,0,0,0,0 +146980,0,0,0,0,0 +146981,0,0,0,0,0 +146982,0,0,0,0,0 +146983,0,0,0,0,0 +146984,0,0,0,0,0 +146985,0,0,0,0,0 +146986,0,0,0,0,0 +146987,0,0,0,0,0 +146988,0,0,0,0,0 +146989,0,0,0,0,0 +146990,0,0,0,0,0 +146991,0,0,0,0,0 +146992,0,0,0,0,0 +146993,0,0,0,0,0 +146994,0,0,0,0,0 +146995,0,0,0,0,0 +146996,0,0,0,0,0 +146997,0,0,0,0,0 +146998,0,0,0,0,0 +146999,0,0,0,0,0 +147000,0,0,0,0,0 +147001,0,0,0,0,0 +147002,0,0,0,0,0 +147003,0,0,0,0,0 +147004,0,0,0,0,0 +147005,0,0,0,0,0 +147006,0,0,0,0,0 +147007,0,0,0,0,0 +147008,0,0,0,0,0 +147009,0,0,0,0,0 +147010,0,0,0,0,0 +147011,0,0,0,0,0 +147012,0,0,0,0,0 +147013,0,0,0,0,0 +147014,0,0,0,0,0 +147015,0,0,0,0,0 +147016,0,0,0,0,0 +147017,0,0,0,0,0 +147018,0,0,0,0,0 +147019,0,0,0,0,0 +147020,0,0,0,0,0 +147021,0,0,0,0,0 +147022,0,0,0,0,0 +147023,0,0,0,0,0 +147024,0,0,0,0,0 +147025,0,0,0,0,0 +147026,0,0,0,0,0 +147027,0,0,0,0,0 +147028,0,0,0,0,0 +147029,0,0,0,0,0 +147030,0,0,0,0,0 +147031,0,0,0,0,0 +147032,0,0,0,0,0 +147033,0,0,0,0,0 +147034,0,0,0,0,0 +147035,0,0,0,0,0 +147036,0,0,0,0,0 +147037,0,0,0,0,0 +147038,0,0,0,0,0 +147039,0,0,0,0,0 +147040,0,0,0,0,0 +147041,0,0,0,0,0 +147042,0,0,0,0,0 +147043,0,0,0,0,0 +147044,0,0,0,0,0 +147045,0,0,0,0,0 +147046,0,0,0,0,0 +147047,0,0,0,0,0 +147048,0,0,0,0,0 +147049,0,0,0,0,0 +147050,0,0,0,0,0 +147051,0,0,0,0,0 +147052,0,0,0,0,0 +147053,0,0,0,0,0 +147054,0,0,0,0,0 +147055,0,0,0,0,0 +147056,0,0,0,0,0 +147057,0,0,0,0,0 +147058,0,0,0,0,0 +147059,0,0,0,0,0 +147060,0,0,0,0,0 +147061,0,0,0,0,0 +147062,0,0,0,0,0 +147063,0,0,0,0,0 +147064,0,0,0,0,0 +147065,0,0,0,0,0 +147066,0,0,0,0,0 +147067,0,0,0,0,0 +147068,0,0,0,0,0 +147069,0,0,0,0,0 +147070,0,0,0,0,0 +147071,0,0,0,0,0 +147072,0,0,0,0,0 +147073,0,0,0,0,0 +147074,0,0,0,0,0 +147075,0,0,0,0,0 +147076,0,0,0,0,0 +147077,0,0,0,0,0 +147078,0,0,0,0,0 +147079,0,0,0,0,0 +147080,0,0,0,0,0 +147081,0,0,0,0,0 +147082,0,0,0,0,0 +147083,0,0,0,0,0 +147084,0,0,0,0,0 +147085,0,0,0,0,0 +147086,0,0,0,0,0 +147087,0,0,0,0,0 +147088,0,0,0,0,0 +147089,0,0,0,0,0 +147090,0,0,0,0,0 +147091,0,0,0,0,0 +147092,0,0,0,0,0 +147093,0,0,0,0,0 +147094,0,0,0,0,0 +147095,0,0,0,0,0 +147096,0,0,0,0,0 +147097,0,0,0,0,0 +147098,0,0,0,0,0 +147099,0,0,0,0,0 +147100,0,0,0,0,0 +147101,0,0,0,0,0 +147102,0,0,0,0,0 +147103,0,0,0,0,0 +147104,0,0,0,0,0 +147105,0,0,0,0,0 +147106,0,0,0,0,0 +147107,0,0,0,0,0 +147108,0,0,0,0,0 +147109,0,0,0,0,0 +147110,0,0,0,0,0 +147111,0,0,0,0,0 +147112,0,0,0,0,0 +147113,0,0,0,0,0 +147114,0,0,0,0,0 +147115,0,0,0,0,0 +147116,0,0,0,0,0 +147117,0,0,0,0,0 +147118,0,0,0,0,0 +147119,0,0,0,0,0 +147120,0,0,0,0,0 +147121,0,0,0,0,0 +147122,0,0,0,0,0 +147123,0,0,0,0,0 +147124,0,0,0,0,0 +147125,0,0,0,0,0 +147126,0,0,0,0,0 +147127,0,0,0,0,0 +147128,0,0,0,0,0 +147129,0,0,0,0,0 +147130,0,0,0,0,0 +147131,0,0,0,0,0 +147132,0,0,0,0,0 +147133,0,0,0,0,0 +147134,0,0,0,0,0 +147135,0,0,0,0,0 +147136,0,0,0,0,0 +147137,0,0,0,0,0 +147138,0,0,0,0,0 +147139,0,0,0,0,0 +147140,0,0,0,0,0 +147141,0,0,0,0,0 +147142,0,0,0,0,0 +147143,0,0,0,0,0 +147144,0,0,0,0,0 +147145,0,0,0,0,0 +147146,0,0,0,0,0 +147147,0,0,0,0,0 +147148,0,0,0,0,0 +147149,0,0,0,0,0 +147150,0,0,0,0,0 +147151,0,0,0,0,0 +147152,0,0,0,0,0 +147153,0,0,0,0,0 +147154,0,0,0,0,0 +147155,0,0,0,0,0 +147156,0,0,0,0,0 +147157,0,0,0,0,0 +147158,0,0,0,0,0 +147159,0,0,0,0,0 +147160,0,0,0,0,0 +147161,0,0,0,0,0 +147162,0,0,0,0,0 +147163,0,0,0,0,0 +147164,0,0,0,0,0 +147165,0,0,0,0,0 +147166,0,0,0,0,0 +147167,0,0,0,0,0 +147168,0,0,0,0,0 +147169,0,0,0,0,0 +147170,0,0,0,0,0 +147171,0,0,0,0,0 +147172,0,0,0,0,0 +147173,0,0,0,0,0 +147174,0,0,0,0,0 +147175,0,0,0,0,0 +147176,0,0,0,0,0 +147177,0,0,0,0,0 +147178,0,0,0,0,0 +147179,0,0,0,0,0 +147180,0,0,0,0,0 +147181,0,0,0,0,0 +147182,0,0,0,0,0 +147183,0,0,0,0,0 +147184,0,0,0,0,0 +147185,0,0,0,0,0 +147186,0,0,0,0,0 +147187,0,0,0,0,0 +147188,0,0,0,0,0 +147189,0,0,0,0,0 +147190,0,0,0,0,0 +147191,0,0,0,0,0 +147192,0,0,0,0,0 +147193,0,0,0,0,0 +147194,0,0,0,0,0 +147195,0,0,0,0,0 +147196,0,0,0,0,0 +147197,0,0,0,0,0 +147198,0,0,0,0,0 +147199,0,0,0,0,0 +147200,0,0,0,0,0 +147201,0,0,0,0,0 +147202,0,0,0,0,0 +147203,0,0,0,0,0 +147204,0,0,0,0,0 +147205,0,0,0,0,0 +147206,0,0,0,0,0 +147207,0,0,0,0,0 +147208,0,0,0,0,0 +147209,0,0,0,0,0 +147210,0,0,0,0,0 +147211,0,0,0,0,0 +147212,0,0,0,0,0 +147213,0,0,0,0,0 +147214,0,0,0,0,0 +147215,0,0,0,0,0 +147216,0,0,0,0,0 +147217,0,0,0,0,0 +147218,0,0,0,0,0 +147219,0,0,0,0,0 +147220,0,0,0,0,0 +147221,0,0,0,0,0 +147222,0,0,0,0,0 +147223,0,0,0,0,0 +147224,0,0,0,0,0 +147225,0,0,0,0,0 +147226,0,0,0,0,0 +147227,0,0,0,0,0 +147228,0,0,0,0,0 +147229,0,0,0,0,0 +147230,0,0,0,0,0 +147231,0,0,0,0,0 +147232,0,0,0,0,0 +147233,0,0,0,0,0 +147234,0,0,0,0,0 +147235,0,0,0,0,0 +147236,0,0,0,0,0 +147237,0,0,0,0,0 +147238,0,0,0,0,0 +147239,0,0,0,0,0 +147240,0,0,0,0,0 +147241,0,0,0,0,0 +147242,0,0,0,0,0 +147243,0,0,0,0,0 +147244,0,0,0,0,0 +147245,0,0,0,0,0 +147246,0,0,0,0,0 +147247,0,0,0,0,0 +147248,0,0,0,0,0 +147249,0,0,0,0,0 +147250,0,0,0,0,0 +147251,0,0,0,0,0 +147252,0,0,0,0,0 +147253,0,0,0,0,0 +147254,0,0,0,0,0 +147255,0,0,0,0,0 +147256,0,0,0,0,0 +147257,0,0,0,0,0 +147258,0,0,0,0,0 +147259,0,0,0,0,0 +147260,0,0,0,0,0 +147261,0,0,0,0,0 +147262,0,0,0,0,0 +147263,0,0,0,0,0 +147264,0,0,0,0,0 +147265,0,0,0,0,0 +147266,0,0,0,0,0 +147267,0,0,0,0,0 +147268,0,0,0,0,0 +147269,0,0,0,0,0 +147270,0,0,0,0,0 +147271,0,0,0,0,0 +147272,0,0,0,0,0 +147273,0,0,0,0,0 +147274,0,0,0,0,0 +147275,0,0,0,0,0 +147276,0,0,0,0,0 +147277,0,0,0,0,0 +147278,0,0,0,0,0 +147279,0,0,0,0,0 +147280,0,0,0,0,0 +147281,0,0,0,0,0 +147282,0,0,0,0,0 +147283,0,0,0,0,0 +147284,0,0,0,0,0 +147285,0,0,0,0,0 +147286,0,0,0,0,0 +147287,0,0,0,0,0 +147288,0,0,0,0,0 +147289,0,0,0,0,0 +147290,0,0,0,0,0 +147291,0,0,0,0,0 +147292,0,0,0,0,0 +147293,0,0,0,0,0 +147294,0,0,0,0,0 +147295,0,0,0,0,0 +147296,0,0,0,0,0 +147297,0,0,0,0,0 +147298,0,0,0,0,0 +147299,0,0,0,0,0 +147300,0,0,0,0,0 +147301,-1397.221552,282.4233018,552.6923599,-638.6344492,-334.6512098 +147302,-1444.347895,275.853677,537.730828,-628.8002043,-350.1360608 +147303,-1471.633803,266.6970962,517.686089,-612.1465581,-357.5766102 +147304,-1390.31278,257.7208695,497.7229325,-540.3397361,-325.4217856 +147305,-281.7310513,250.0097548,479.9464922,27.06230197,-306.9139705 +147306,-563.5849723,243.610213,464.532057,-332.6379593,-338.9772642 +147307,-588.3164341,238.3637039,451.4286165,-214.5105196,-365.2689123 +147308,-499.2141283,234.0114167,440.1050578,-206.3650813,-385.8959829 +147309,-486.5378444,230.3305026,430.0770874,-201.2495984,-402.9870224 +147310,-473.6997655,227.1616697,421.0184047,-194.6399492,-417.8901397 +147311,-465.0914989,224.3949489,412.7208112,-190.2763812,-431.4384983 +147312,-451.5181357,221.9512077,405.0405154,-184.4547042,-444.1613919 +147313,-441.7909269,219.7702681,397.8670208,-179.4289854,-456.3860494 +147314,-431.0950681,217.8048456,391.1104057,-174.6575975,-468.3142154 +147315,-421.3961999,216.0174662,384.6968221,-169.0807358,-480.0708026 +147316,-409.0915048,214.3793324,378.5672097,-164.712582,-491.7319417 +147317,-399.9822446,212.8668008,372.6727215,-158.81169,-503.345947 +147318,-390.3536803,211.4610231,366.9737863,-155.1115092,-514.9417413 +147319,-379.2052841,210.136237,361.4233875,-149.4654589,-526.5366376 +147320,-369.6085175,208.8862311,356.0033111,-145.2989693,-219.3792495 +147321,-360.6435387,207.707462,350.7007358,-140.0272209,-384.8458557 +147322,-349.1497553,206.5949497,345.5021524,-136.3699235,-335.3654644 +147323,-340.5230617,205.5429181,340.3939538,-133.4971923,-326.6246204 +147324,-329.3532234,204.5459113,335.363785,-128.5988489,-323.0059109 +147325,-321.2112459,203.5993375,330.4011937,-125.4536746,-319.23676 +147326,-310.4990124,202.6994843,325.4975529,-121.216766,-312.6723705 +147327,-301.7928015,201.8863799,320.6457519,-117.3401214,-310.0544534 +147328,-291.6565385,201.1641735,315.9596165,-113.8489377,-305.3443102 +147329,-282.4478458,200.5231884,311.4420286,-110.2528405,-299.3486774 +147330,-272.4144477,199.9526709,307.0634735,-106.0453613,-296.790113 +147331,-266.402588,199.4445005,302.7965882,-102.2594237,-291.3064973 +147332,-259.0376552,198.9642153,298.582051,-99.43610867,-286.519291 +147333,-252.1411041,198.4888608,294.3814518,-95.23486128,-282.87509 +147334,-244.4937129,198.010509,290.1799026,-92.01748727,-279.2653857 +147335,-236.7273148,197.5290667,285.974409,-88.21723744,-273.3940722 +147336,-230.1124311,197.0465978,281.7653409,-84.90034796,-269.4340138 +147337,-223.4057876,196.5649955,277.553094,-81.54150494,-266.0445328 +147338,-215.3495093,196.0855334,273.3374652,-77.87614051,-260.5124726 +147339,-208.4897286,195.6090603,269.1179398,-74.45010523,-257.7899515 +147340,-200.9422927,195.1361841,264.8939085,-71.00100455,-251.9553876 +147341,-194.6270529,197.8320812,267.6271303,-67.59829082,-247.85119 +147342,-187.1033478,201.5836302,272.6727258,-64.15148021,-244.1234912 +147343,-180.1625958,205.2461251,277.5134278,-60.6815118,-239.165105 +147344,-172.5665309,208.79729,282.096115,-57.47312749,-235.8209091 +147345,-166.2333083,212.2496344,286.442456,-53.98472047,-230.7270828 +147346,-158.924659,215.6212937,290.5873848,-50.48966807,-226.7136269 +147347,-151.8675492,219.0956651,294.9310614,-47.36306666,-222.5573667 +147348,-144.8056513,222.3662402,298.7975414,-43.83563517,-218.3722231 +147349,-137.7346128,225.5902331,302.5314841,-40.57413543,-214.1400644 +147350,-130.9731914,228.7762343,306.1511933,-37.30737613,-209.2754444 +147351,-123.5617633,231.9307065,309.6708004,-33.76437223,-205.5521461 +147352,-117.1009823,235.0585825,313.1014051,-30.49015892,-201.7905498 +147353,-109.351917,238.1637913,316.4520957,-27.21294011,-196.1836443 +147354,-103.1959134,241.2495434,319.7304961,-23.93096754,-192.9515821 +147355,-95.74964676,244.3184996,322.9430887,-20.64392152,-188.4723404 +147356,-88.61624058,247.3728475,326.0953546,-17.08239143,-183.9495366 +147357,-82.11814342,250.4143873,329.1919393,-14.19693487,-180.0065969 +147358,-74.6526327,253.4437819,332.2359502,-10.4935494,-176.0305483 +147359,-67.82197844,256.4632715,335.2317272,-7.465918786,-171.3915908 +147360,-60.98654642,259.4731679,338.181398,-4.163681094,-167.3457435 +147361,120.9330756,556.1758389,341.0041591,54.98002601,219.6900246 +147362,136.9827499,918.5048074,362.1906657,62.84084968,251.1172571 +147363,161.5876485,763.209307,392.9694873,74.76687274,297.4589018 +147364,186.8899989,828.1152872,424.2186963,86.85133725,344.9472322 +147365,209.4789588,848.3932384,452.0332151,97.44646683,388.0456768 +147366,228.8988871,867.6821781,475.9380864,106.3854486,426.0515873 +147367,245.7152345,886.2965581,496.6287265,113.998093,459.7983893 +147368,260.5488353,904.0992185,514.8531587,120.6250227,490.1632621 +147369,273.8301302,922.4466642,531.1322791,126.4989228,517.7332885 +147370,285.8365874,939.7124272,545.8044821,131.7681766,542.8844036 +147371,296.7639942,957.0281826,559.110499,136.5359988,565.1223846 +147372,306.7693003,974.037567,571.2439994,140.8836392,584.9151992 +147373,315.9869982,990.8150708,582.3708812,144.8793809,602.7955448 +147374,324.533325,1007.373565,993.5934572,148.5810814,619.1328102 +147375,332.5076059,1023.683063,865.0001063,152.0371778,634.1632886 +147376,339.9937645,1046.435723,904.4812658,155.2877384,648.0553057 +147377,347.0622796,1066.192023,942.7284709,158.3656953,660.9468503 +147378,353.7722514,1086.095326,965.0123346,161.2980729,672.9589372 +147379,360.1733374,1105.574061,986.3713004,164.1070935,684.1986836 +147380,366.3073683,1124.881203,1006.690383,166.8110784,694.7600017 +147381,372.2096452,1143.920608,1026.555398,169.4251588,704.7244401 +147382,377.909985,1162.861215,1046.161634,171.9618388,714.1625073 +147383,383.4335879,1181.504726,1065.099406,174.4314548,723.1350876 +147384,388.8017538,1199.934299,1082.783502,176.8425497,731.6947585 +147385,394.0325117,1217.796477,1100.718203,179.2021928,739.8869998 +147386,399.1411297,1236.547665,1118.164469,181.5162371,747.7511471 +147387,404.1405651,1254.062861,1134.965695,183.7895394,755.3213101 +147388,409.0418257,1271.985657,1151.111316,186.0261354,762.6270413 +147389,413.8542906,1289.349377,1167.180915,188.2293899,769.6940441 +147390,418.5859579,1306.77798,1182.51788,190.402112,776.5446281 +147391,423.2436771,1323.181585,1196.735168,192.5466597,783.1982714 +147392,427.8293427,1339.018671,1210.489648,194.6630607,789.6718796 +147393,432.3453718,1354.877974,1223.813183,196.7517075,795.9802373 +147394,436.7954708,1370.32832,1236.686509,198.8137224,802.1362601 +147395,441.1838163,1385.544709,1249.246461,200.850538,808.1513475 +147396,445.5143551,1400.729844,1261.345446,202.8635401,814.0354937 +147397,449.7905706,1415.376549,1273.060137,204.8539426,819.7975737 +147398,454.0154608,1430.133931,1284.501202,206.8227711,825.4453755 +147399,458.1916472,1444.49963,1295.469812,208.7709114,830.9858622 +147400,462.3214232,1458.727598,1306.222903,210.6991299,836.42516 +147401,466.4068401,1472.689512,1316.515907,212.6081108,841.7687904 +147402,470.4497192,1486.677147,1326.61624,214.4984591,847.0216291 +147403,474.4517121,1500.118496,1336.269172,216.370726,852.1881132 +147404,478.4142983,1513.732533,1345.307121,218.225405,857.2721775 +147405,482.3388353,1526.957303,1355.08736,220.0629534,862.2774396 +147406,486.2265545,1540.072347,1363.507462,221.8837877,867.2071293 +147407,490.078595,1553.000516,1372.257051,223.6882978,872.0642395 +147408,493.8960033,1565.760043,1380.384747,225.4768454,876.851461 +147409,497.6797584,1578.283903,1388.494758,227.2497733,881.5713136 +147410,501.4307681,1590.875257,1396.158206,229.0074033,886.2260739 +147411,505.1498905,1602.983001,1403.768112,230.7500442,890.8178973 +147412,508.8379281,1615.075002,1410.915378,232.4779884,895.3487411 +147413,512.4956464,1627.10388,1417.916279,234.1915192,899.8204772 +147414,516.1237664,1638.838104,1424.749297,235.8909068,904.2348133 +147415,519.7229808,1650.405601,1431.305041,237.5764149,908.5933986 +147416,523.2939449,1663.191089,1437.519582,239.2482958,912.8977414 +147417,526.8372966,1679.233728,1443.728054,240.9067988,917.1493187 +147418,530.3536359,1684.021883,1449.581928,242.5521608,921.3494757 +147419,533.8435533,1704.913301,1455.278252,244.1846182,925.4995444 +147420,537.3076041,1703.686808,1460.76907,245.8043955,929.6007353 +147421,540.6620099,1871.599839,1855.834505,247.3733867,933.5009347 +147422,551.0709673,1908.196463,1864.692573,252.1121584,950.7291713 +147423,565.021758,1907.826296,1872.064561,258.3924284,974.6802348 +147424,578.9741263,1921.869598,1878.892295,264.601042,998.8138815 +147425,591.4626245,1932.845877,1884.978023,270.0901625,1020.445196 +147426,789.9378897,1943.949491,1890.970342,397.1467359,1039.302138 +147427,977.6395081,1949.053135,1899.71757,410.7830186,1055.886359 +147428,856.909664,1958.573993,1905.837913,395.4936065,1070.706504 +147429,923.9666448,1968.364049,1911.487099,417.6921752,1084.107308 +147430,941.291943,1978.215448,1916.592569,426.2354742,1096.309655 +147431,957.2171945,1987.884292,1921.801092,434.3971005,1646.18962 +147432,972.669624,1997.451758,1926.581697,442.1178983,1358.328675 +147433,988.39866,2006.892055,1931.240179,449.9527917,1460.110565 +147434,1002.723355,2016.207708,1935.701278,457.4264889,1481.442942 +147435,1017.947265,2025.392879,1940.059507,464.7428568,1498.744655 +147436,1032.212733,2034.544748,1944.071089,472.2311216,1515.233126 +147437,1046.270736,2043.336407,1948.089656,479.0381791,1531.253947 +147438,1060.821975,2052.114034,1951.893906,486.2857742,1547.576546 +147439,1074.016925,2060.918651,1955.564607,493.0751483,1562.512659 +147440,1087.567763,2069.406157,1959.094273,499.8449197,1577.761043 +147441,1101.281455,2077.946392,1962.487225,506.5048043,1592.501337 +147442,1114.22927,2086.106689,1965.672217,512.9290514,1606.710407 +147443,1127.234232,2094.35371,1968.913416,519.5598891,1621.306054 +147444,1140.006142,2102.391856,1971.936416,525.9406227,1634.926524 +147445,1152.31884,2110.319168,1974.716534,531.9773129,1648.59332 +147446,1165.188268,2118.122111,1977.531282,538.1084515,1661.924286 +147447,1177.20539,2125.802298,1980.165296,544.3326739,1674.978611 +147448,1189.335014,2133.351378,1982.698158,550.196827,1687.863522 +147449,1201.251015,2140.784275,1985.123204,556.0926805,1700.449873 +147450,1213.01057,2148.090288,1987.443397,561.7347624,1712.833923 +147451,1224.442215,2154.754142,1989.392886,567.5844795,1724.961511 +147452,1235.3683,2161.292306,1991.192442,572.9900802,1736.954796 +147453,1246.998408,2167.81298,1992.877066,578.59357,1748.674484 +147454,1257.679089,2174.078399,1994.458856,583.7105792,1760.183935 +147455,1268.540951,2179.999415,1995.94581,589.0970304,1771.585021 +147456,1279.198654,2191.013968,1997.3433,594.0983576,1782.685701 +147457,1290.070242,2188.4411,1998.656794,599.481433,1793.723199 +147458,1299.94524,2211.783538,1999.890489,604.4005732,1804.464911 +147459,1310.412025,2182.541956,2001.04938,609.4069595,1815.155669 +147460,1320.54942,2217.466601,2002.137302,614.3160644,1825.556665 +147461,1330.532767,2211.931215,2003.159448,619.1585956,1835.921429 +147462,1340.387695,2218.503186,2004.119663,623.9360756,1846.000212 +147463,1350.223632,2223.799725,2005.022482,628.6505344,1855.669765 +147464,1359.434054,2228.503169,2005.948586,633.3033953,1866.048997 +147465,1369.666377,2233.297134,2006.633563,637.709815,1875.442662 +147466,1378.737262,2237.874679,2007.443462,642.5358476,1885.152987 +147467,1388.215362,2242.33834,2008.145943,646.8715916,1894.437987 +147468,1397.379807,2246.675663,2008.822727,651.3273605,1903.815222 +147469,1406.589371,2250.887254,2009.467389,655.6965499,1912.929898 +147470,1415.554806,2254.974071,2010.083225,660.0135069,1921.953739 +147471,1424.574417,2259.043398,2010.67475,664.2791069,1930.810418 +147472,1433.349611,2262.729466,2011.245442,668.4946298,1939.69199 +147473,1442.143966,2266.522323,2011.800616,672.6618306,1943.503427 +147474,1450.854366,2269.999123,2012.343815,676.7819992,1950.207439 +147475,1459.375121,2273.631034,2012.8792,680.8560233,1955.870524 +147476,1467.958703,2276.918718,2013.410312,684.8848919,1961.765953 +147477,1476.30281,2280.177175,2013.941425,688.869942,1967.508404 +147478,1484.68024,2283.30364,2014.476151,692.5896196,1973.32591 +147479,1492.985016,2286.313549,2015.018821,696.713602,1978.847557 +147480,1501.100984,2289.208037,2015.573047,700.511176,1984.44177 +147481,1515.336664,2294.797532,2022.047048,707.0311914,2001.112239 +147482,1524.102656,2298.143174,2023.849921,711.1856011,2008.177789 +147483,1532.677595,2300.882444,2025.005945,715.1823658,2014.502019 +147484,1540.89011,2303.659666,2026.083841,719.204392,2020.812915 +147485,1548.977668,2306.181381,2027.072162,722.9489416,2026.760974 +147486,1556.908276,2308.573371,2028.027255,726.9263083,2032.60571 +147487,1554.221484,2306.064909,2018.564901,725.6718157,2019.373601 +147488,1522.904935,2289.694568,1980.126739,711.4588248,1954.22594 +147489,1603.307361,2322.258157,2053.793797,747.752691,2096.162549 +147490,1575.438639,2310.882222,2019.536218,735.4600513,2033.786553 +147491,1590.53923,2315.512772,2028.421926,742.4756279,2053.924085 +147492,1597.062355,2315.979037,2029.193597,745.8585195,2058.820146 +147493,1605.962414,2318.777046,2031.826579,749.5552854,2067.278915 +147494,1612.689087,2319.746132,2033.534922,752.8714117,2075.902728 +147495,1619.931935,2321.106355,2035.575595,756.4295321,2074.988107 +147496,1627.481368,2347.077022,2037.609467,759.7148024,2065.683505 +147497,1634.523757,2288.608662,2040.167935,763.1510743,2093.403448 +147498,1640.885222,2357.971164,2041.602257,766.2276821,2086.75862 +147499,1649.021213,2297.301022,2055.944719,769.8328909,2094.672032 +147500,1655.105183,2348.195234,2036.144689,772.7842224,2098.601168 +147501,1663.312151,2309.974814,2049.799748,776.3990482,2104.182414 +147502,1669.239486,2356.68505,2053.818579,778.9803894,2107.500983 +147503,1677.185162,2314.297038,2054.827028,782.6701215,2113.31599 +147504,1683.039497,2332.769783,2071.020283,785.3890025,2116.784826 +147505,1690.947421,2331.302698,2044.971587,788.923281,2122.208078 +147506,1696.781189,2329.67441,2070.581603,791.7230022,2125.89605 +147507,1703.908511,2330.337138,2060.275929,794.8280476,2130.579572 +147508,1710.571245,2329.975362,2071.173421,797.8728341,2134.840007 +147509,1716.787414,2329.203705,2086.16083,800.4356932,2138.704028 +147510,1724.470094,2330.873478,2053.989388,804.3983788,2144.027092 +147511,1728.70694,2326.391982,2097.024673,806.0524218,2146.116184 +147512,1736.908876,2334.924874,2071.596167,809.6499919,2151.692084 +147513,1828.06031,2367.354533,2169.39204,851.1965901,2307.95549 +147514,1627.548145,2272.016622,1953.242946,760.9581229,1932.449612 +147515,1894.580294,2391.67719,2239.906816,880.3926229,2421.467479 +147516,1628.5534,2264.07829,1937.239921,761.6987316,1916.44114 +147517,1908.769674,2391.306875,2258.502553,886.549357,2433.233515 +147518,1637.661626,2258.428025,1928.894334,765.6808732,1919.155457 +147519,1924.135865,2384.351871,2270.268202,893.4273965,2445.842608 +147520,1646.99213,2262.436879,1930.156461,769.6832343,1921.922128 +147521,1938.968222,2379.028307,2277.69033,900.0202062,2458.368059 +147522,1656.247067,2258.070373,1932.593966,773.5875746,1924.746755 +147523,1953.712794,2376.944994,2284.37661,906.4976238,2470.467474 +147524,1665.538166,2252.953794,1935.420234,777.3182487,1927.637405 +147525,1967.906906,2374.18899,2290.720136,913.1437041,2482.145638 +147526,1674.744342,2247.531525,1938.487471,781.1390803,1930.573333 +147527,1981.923678,2370.972627,2296.959965,919.3688541,2493.767844 +147528,1684.214903,2241.741281,1941.431738,785.1617688,1933.209031 +147529,1995.404085,2367.382996,2303.03617,925.3653598,2505.150543 +147530,1693.218706,2235.592756,1944.61052,788.9122246,1935.990857 +147531,2010.001218,2363.518788,2309.121145,931.5038558,2529.011261 +147532,1701.222646,2229.17093,1947.646449,792.8469048,1919.301456 +147533,2032.966446,2358.790349,2315.160543,937.2192653,2536.811015 +147534,1695.926052,2222.330572,1950.478854,796.5706554,1938.901498 +147535,2068.346117,2354.137218,2321.192269,943.1789263,2538.639802 +147536,1681.090499,2215.38491,1956.059546,800.4422917,1943.241448 +147537,2067.148999,2348.52816,2323.848833,948.7242531,2549.435358 +147538,1723.64124,2206.706465,1971.759352,803.6914193,1944.83848 +147539,2063.818755,2344.731168,2313.536121,955.1118582,2561.327056 +147540,1735.768445,2198.466002,1967.384942,807.1827322,1946.836274 +147541,1856.195566,2236.875691,2119.599408,860.4145212,2172.774046 +147542,1777.913979,2201.717975,1992.629288,825.2020358,2016.126339 +147543,1796.738253,2203.458195,2057.863606,833.4005818,2044.409116 +147544,1798.91822,2194.536045,2004.890285,834.0466812,2043.909114 +147545,1805.522246,2193.1198,2060.826324,836.859646,2047.433611 +147546,1810.794239,2189.275818,2025.835832,838.8893194,2049.534995 +147547,1815.273529,2184.477974,2042.320759,840.6976365,2051.017756 +147548,1819.858461,2179.556091,2039.981114,842.568094,2052.820069 +147549,1825.505126,2175.945078,2043.027358,844.7863567,2055.364395 +147550,1830.156888,2170.906245,2044.508442,846.6584669,2057.035818 +147551,1835.264894,2166.697346,2046.62469,848.6560009,2059.245332 +147552,1840.220264,2161.938132,2048.658126,850.7414091,2061.249653 +147553,1848.700619,2155.659414,2049.394879,850.274211,2059.082622 +147554,1976.380316,2210.416971,2173.091545,911.9437189,2285.455255 +147555,1666.783091,2058.49597,1869.622968,777.9995822,1741.707295 +147556,2066.31244,2250.637743,2275.093823,947.9156733,2438.510899 +147557,1672.294797,2030.810814,1843.966698,774.9854202,1710.923739 +147558,2072.430124,2247.780638,2288.697224,953.7699518,2449.747815 +147559,1678.405212,2015.125097,1840.308753,776.2921762,1706.376361 +147560,2087.59241,2229.642124,2299.599574,960.1532504,2462.252896 +147561,1683.456106,2018.981123,1839.209926,777.9254277,1702.57766 +147562,2102.077941,2230.82181,2308.775256,966.2188024,2474.186395 +147563,1689.110147,1987.340061,1839.60422,779.9202746,1699.259351 +147564,2115.911106,2207.975533,2317.1089,971.8940154,2485.806084 +147565,1694.204622,2021.519105,1839.488346,781.7269675,1695.370588 +147566,2130.951089,2155.039366,2326.201049,978.115297,2498.251228 +147567,1700.02023,2006.988141,1841.253657,783.8848507,1692.234391 +147568,2143.761726,2172.17663,2333.15176,983.3821812,2509.102486 +147569,1706.283342,1978.750459,1842.824081,786.1535194,1689.29611 +147570,2157.560958,2166.137756,2341.311208,989.1283563,2520.654222 +147571,1711.516545,1965.124651,1843.945773,788.028904,1685.930239 +147572,2171.177673,2156.103582,2349.058112,994.7604738,2532.355107 +147573,1716.953172,1950.878099,1845.230732,789.9461761,1682.451071 +147574,2184.629511,2166.754443,2361.331305,1000.176138,2543.869525 +147575,1722.26653,1906.484412,1839.718445,791.9806818,1679.275584 +147576,2197.57829,2168.425308,2371.794317,1005.538183,2564.778045 +147577,1727.831225,1891.688312,1841.077242,793.9542406,1661.533576 +147578,2210.556509,2136.178305,2379.250989,1010.892755,2573.649792 +147579,1732.917571,1904.936191,1841.950617,795.7275344,1671.026069 +147580,2224.157574,2111.984099,2387.084411,1016.493123,2578.390103 +147581,1737.569762,1892.295463,1843.561954,797.3328373,1668.759981 +147582,2237.558621,2100.841926,2394.577501,1022.131043,2590.316359 +147583,1742.700562,1877.158218,1845.371519,799.0388723,1665.067272 +147584,2250.56389,2089.155674,2401.720663,1027.557688,2601.808422 +147585,1747.745256,1861.647197,1847.544134,800.8034099,1661.565085 +147586,2263.733176,2101.126521,2413.704568,1032.976346,2613.297031 +147587,1754.133354,1812.901496,1844.134191,803.3062068,1660.693815 +147588,2274.454387,2080.300577,2420.809302,1037.253848,2628.667506 +147589,1761.961265,1835.159484,1850.236728,806.383272,1650.201292 +147590,2284.520825,2041.580707,2423.110912,1041.340804,2632.591198 +147591,1769.947307,1825.524036,1862.004349,809.5007754,1663.218822 +147592,2294.274283,2031.213176,2423.762071,1045.310063,2641.752407 +147593,1777.526319,1805.283437,1859.976724,812.5221013,1652.329458 +147594,2304.782707,2022.889215,2436.875916,1049.53926,2658.871756 +147595,1784.911662,1787.829037,1862.175427,815.3712874,1646.323265 +147596,2315.072141,2009.785786,2441.676468,1053.816353,2662.313456 +147597,1792.581271,1772.920289,1867.72747,818.38523,1656.357666 +147598,2324.748323,1995.488657,2448.548247,1057.707841,2670.180629 +147599,1800.473747,1757.895744,1869.386529,821.4817284,1649.515285 +147600,2334.319494,1981.410657,2446.14872,1061.675729,2680.739505 +147601,1569.164516,1635.14883,1648.216894,716.6030489,1214.321891 +147602,1962.502413,1782.164177,2038.934141,881.1803005,1941.856433 +147603,1758.910004,1708.426381,1880.347781,817.4387439,1661.835672 +147604,1847.478279,1720.051048,1910.362359,832.7986179,1715.855467 +147605,1820.262659,1703.070682,1912.62893,829.7350722,1708.430938 +147606,1828.860599,1697.826185,1910.863314,831.7806227,1709.478229 +147607,1829.216302,1687.681174,1910.444344,831.7579177,1707.253052 +147608,1831.092647,1679.251012,1910.768752,832.4187778,1706.267922 +147609,1832.860445,1670.31403,1910.748441,832.9648831,1705.120291 +147610,1834.591656,1661.661343,1910.907844,833.5840762,1704.31309 +147611,1836.432776,1652.681808,1911.118915,834.2196265,1703.451595 +147612,1838.295579,1644.11816,1911.383723,834.8741121,1705.424052 +147613,1840.258509,1635.37593,1911.768171,835.5775895,1701.326598 +147614,1842.178059,1626.653503,1912.468354,836.2635252,1706.003152 +147615,1844.158913,1617.964601,1920.360229,836.9391229,1698.401588 +147616,1846.294452,1609.513858,1901.122423,837.8349531,1708.687826 +147617,1848.323356,1600.625621,1919.641454,838.527475,1692.95686 +147618,1850.546558,1592.249244,1913.052761,839.2963549,1694.03887 +147619,1852.612659,1583.534803,1914.909857,840.0853662,1704.490599 +147620,1859.646316,1575.109466,1915.669218,840.8609639,1697.833646 +147621,1854.608718,1566.568162,1916.422547,841.8021948,1699.226468 +147622,1867.720836,1557.846333,1925.552548,842.4771572,1698.907485 +147623,1855.322595,1549.927947,1905.758905,843.6127611,1699.333923 +147624,1879.211343,1540.940584,1924.9209,844.2118589,1698.721169 +147625,1850.812501,1532.823914,1918.675989,845.2813565,1699.009253 +147626,1863.633832,1524.360748,1932.02556,846.0704997,1699.011464 +147627,1876.343047,1516.206162,1905.064768,847.0570112,1699.11997 +147628,1870.859404,1507.648722,1933.058404,847.9088434,1699.048902 +147629,1875.192211,1499.416536,1931.500854,848.8281886,1699.202782 +147630,1878.133684,1491.620809,1909.601372,850.0441171,1699.735201 +147631,1879.658998,1482.550554,1948.096944,850.421317,1699.229193 +147632,1883.289184,1475.682395,1902.982694,852.1426472,1700.734138 +147633,1883.562138,1465.471512,1953.945245,851.946941,1699.011679 +147634,1888.044557,1459.13008,1919.991134,853.8006022,1701.20019 +147635,1889.348581,1450.219429,1932.992137,854.4013985,1700.590142 +147636,1891.486345,1441.952056,1932.17408,855.1261889,1700.820904 +147637,1894.672181,1434.371068,1933.343462,856.2950797,1701.596405 +147638,1896.58732,1426.163347,1934.396703,857.1695476,1701.757246 +147639,1899.204297,1418.302954,1935.377536,858.1626893,1702.231868 +147640,1901.625009,1410.411307,1936.71653,858.9877705,1702.637554 +147641,1904.127561,1402.603288,1937.659472,860.0541606,1703.106384 +147642,1906.72583,1394.830093,1939.039425,860.962944,1703.637017 +147643,1909.104519,1387.144955,1940.021242,861.9447198,1704.024705 +147644,1911.097836,1379.069562,1945.579657,862.6586805,1704.097707 +147645,1915.246562,1372.528659,1941.103033,864.1893355,1705.849732 +147646,1916.507114,1364.166894,1944.025204,864.7332013,1705.333853 +147647,1919.542656,1356.950332,1945.230177,865.8655312,1706.205445 +147648,1922.275215,1349.568824,1946.327994,866.7609981,1706.831956 +147649,1924.87745,1347.867404,1947.531647,867.8133768,1707.342024 +147650,2098.593726,1419.104281,2124.102375,946.3904569,2016.764935 +147651,1691.289726,1225.824572,1682.669323,758.1576063,1239.666939 +147652,2202.34921,1456.275472,2260.856184,998.7678739,2239.931329 +147653,1670.446776,1205.801646,1654.105094,749.5975817,1193.141958 +147654,2222.325682,1447.36377,2265.386574,1001.503515,2247.050911 +147655,1665.905792,1193.132998,1654.913347,749.9770165,1184.655406 +147656,2232.183162,1439.527497,2272.479995,1004.745172,2249.861425 +147657,1669.389138,1181.803888,1653.123029,751.151903,1189.883464 +147658,2239.170353,1449.418851,2278.466937,1007.290883,2249.293519 +147659,1673.790691,1143.596201,1653.786537,752.629481,1190.970875 +147660,2245.837252,1454.266216,2282.236997,1009.769523,2252.737056 +147661,1907.22484,1232.121998,1900.94338,857.9001513,1611.074571 +147662,2500.862196,1541.783978,2306.636197,1125.198511,2711.969358 +147663,2090.670677,1332.58083,2291.922192,940.9727402,1904.3932 +147664,2248.664734,1402.09833,2264.472458,1011.602845,2233.63408 +147665,2226.575909,1386.418342,2183.833854,1001.640408,2181.435797 +147666,2230.433309,1382.731098,2249.356582,1003.231394,2173.794246 +147667,2234.752061,1379.40126,2235.115109,1004.916034,2167.516914 +147668,2238.558239,1375.951463,2238.852795,1006.705785,2190.450906 +147669,2242.886171,1372.63325,2236.392212,1008.352611,2183.436995 +147670,2246.782179,1369.377282,2236.855755,1010.017186,2188.12846 +147671,2250.758905,1366.274156,2237.301063,1011.711827,2190.883495 +147672,2254.677468,1385.0592,2238.231928,1013.244371,2193.504238 +147673,2258.556148,1327.400529,2236.688018,1014.88692,2202.587331 +147674,2262.401685,1372.88798,2235.859796,1016.460733,2188.650204 +147675,2266.33968,1366.348975,2235.208128,1017.971987,2205.877965 +147676,2275.331824,1329.918099,2234.713302,1019.609143,2202.488288 +147677,2268.457841,1376.093412,2234.341848,1021.115719,2205.977438 +147678,2296.098348,1312.635867,2234.054098,1022.713685,2208.213398 +147679,2254.014172,1377.315635,2233.84281,1024.36086,2210.610999 +147680,2297.982219,1304.393239,2233.693762,1026.068766,2218.992782 +147681,2285.635781,1372.783708,2233.546114,1027.963032,2205.85025 +147682,2291.752058,1301.464317,2233.431906,1029.817866,2221.926166 +147683,2295.694521,1365.303742,2233.329092,1031.722863,2218.631109 +147684,2299.121385,1300.905882,2233.242741,1034.021942,2223.63944 +147685,2302.793008,1356.669102,2233.162397,1036.399082,2227.83893 +147686,2306.08631,1301.426192,2233.103004,1039.012204,2222.523907 +147687,2309.648686,1347.635228,2233.063405,1041.636217,2224.591264 +147688,2313.067277,1302.271625,2233.025047,1044.243181,2233.528067 +147689,2316.479125,1338.810634,2232.975397,1047.045473,2233.252733 +147690,2319.865224,1303.101882,2232.923376,1049.869274,2240.390314 +147691,2323.139259,1330.215936,2232.893625,1052.72365,2225.192156 +147692,2326.369216,1303.758296,2233.142545,1055.577568,2256.504366 +147693,2329.695712,1321.499561,2233.476609,1058.647713,2222.599937 +147694,2332.658733,1304.807074,2233.913405,1061.645853,2260.547518 +147695,2335.886741,1312.455402,2234.360324,1064.760986,2237.651599 +147696,2338.97342,1306.315138,2236.395195,1067.928029,2248.465905 +147697,2342.036246,1306.066277,2235.785181,1071.161652,2249.009695 +147698,2345.090335,1303.869969,2237.693177,1074.450989,2250.808727 +147699,2347.958618,1302.156193,2237.107546,1077.870398,2252.71348 +147700,2351.154745,1300.385739,2237.240061,1081.192139,2254.672118 +147701,2354.015225,1298.630538,2239.401984,1084.650898,2256.477836 +147702,2356.960689,1296.89289,2238.945008,1091.055259,2258.260385 +147703,2359.86791,1295.167648,2239.139558,1090.614522,2260.262541 +147704,2362.906349,1293.38146,2241.322097,1099.572739,2262.079081 +147705,2365.604554,1291.801869,2240.866452,1097.308385,2263.839198 +147706,2368.629142,1290.067083,2241.041605,1109.557589,2265.745762 +147707,2371.53913,1288.414877,2241.435275,1101.730147,2267.479782 +147708,2374.478964,1286.765303,2241.930126,1122.592075,2269.206366 +147709,2377.431604,1285.128654,2244.257633,1102.086771,2271.15722 +147710,2380.379364,1283.512234,2243.888855,1117.129049,2272.839746 +147711,2383.440032,1281.904367,2244.199941,1126.130655,2280.43768 +147712,2386.336192,1280.314463,2244.539875,1125.597215,2267.545108 +147713,2389.386977,1278.736371,2246.74473,1131.112259,2287.837321 +147714,2392.280749,1277.176618,2248.142951,1135.405794,2276.487859 +147715,2395.334998,1275.631446,2247.282785,1139.733839,2282.147051 +147716,2398.231829,1274.096884,2247.173659,1144.192682,2283.77147 +147717,2405.618013,1272.579604,2247.39266,1148.542008,2285.211105 +147718,2397.834462,1271.14955,2249.524948,1153.035022,2286.947588 +147719,2426.668147,1269.551711,2250.735436,1157.694895,2288.600036 +147720,2385.240223,1268.130463,2249.853088,1162.276393,2290.289944 +147721,2471.753701,1289.30996,2253.895925,1189.781153,2369.43289 +147722,2462.769767,1289.190261,2261.526037,1195.789342,2379.659756 +147723,2470.13912,1288.498133,2268.281625,1201.250726,2382.048192 +147724,2473.873282,1287.778908,2276.300682,1206.928863,2386.391123 +147725,2478.248967,1286.780059,2280.249098,1212.352255,2390.018894 +147726,2482.022921,1285.884032,2283.625144,1217.844756,2393.57257 +147727,2485.63255,1284.892005,2288.113608,1223.340906,2396.88414 +147728,2489.292954,1283.894696,2289.431194,1228.861794,2399.834676 +147729,2492.946989,1282.881951,2291.162355,1234.492451,2408.370867 +147730,2496.401291,1281.863818,2292.719459,1239.979387,2398.183576 +147731,2499.982144,1280.839393,2295.94049,1245.670827,2417.084695 +147732,2503.344085,1279.815642,2296.53126,1251.336512,2409.498872 +147733,2506.850622,1278.7867,2297.507247,1257.061993,2414.490269 +147734,2510.1466,1277.758681,2298.57469,1262.830891,2417.80078 +147735,2513.585248,1276.729418,2301.47894,1268.639688,2420.377831 +147736,2516.902332,1275.704621,2301.671442,1274.496199,2422.496698 +147737,2520.197639,1274.677077,2302.427299,1280.399177,2425.318706 +147738,2528.16834,1273.652954,2303.370781,1286.344893,2428.042072 +147739,2519.672482,1272.630776,2304.409753,1292.33625,2430.502868 +147740,2555.191563,1271.610125,2305.440947,1298.444301,2432.814999 +147741,2499.695158,1270.593481,2306.506975,1304.413605,2435.37985 +147742,2551.852209,1269.576903,2309.32747,1310.515602,2438.063019 +147743,2555.638821,1268.567438,2311.062311,1316.785447,2440.205966 +147744,2513.109613,1267.558917,2312.389072,1322.942593,2442.660146 +147745,2559.695957,1266.556359,2311.795257,1329.28658,2444.564121 +147746,2545.408586,1265.554174,2312.025406,1335.467448,2447.105775 +147747,2551.633819,1264.558344,2312.598575,1341.865772,2450.065773 +147748,2554.628493,1263.565846,2313.323404,1348.23714,2451.378398 +147749,2557.648999,1262.576446,2316.158465,1354.663824,2459.109094 +147750,2560.771981,1261.596214,2315.963898,1361.129461,2448.871741 +147751,2563.394071,1260.544811,2318.055251,1367.510086,2465.581418 +147752,2566.273029,1259.489207,2319.521725,1373.908168,2459.033653 +147753,2569.008679,1258.429023,2320.531836,1380.333292,2462.078528 +147754,2571.737319,1257.368099,2321.292728,1386.786492,2464.988193 +147755,2574.446234,1256.307782,2322.010049,1393.269444,2466.831307 +147756,2577.126854,1255.24969,2320.961406,1399.862517,2468.389243 +147757,2579.809376,1254.188336,2322.57537,1406.278591,2470.931412 +147758,2582.45134,1253.133588,2323.591473,1412.90621,2472.478342 +147759,2585.089065,1252.07844,2324.388765,1419.490668,2474.623276 +147760,2593.26172,1251.027262,2323.347004,1426.031907,2476.185094 +147761,2582.04383,1250.046539,2323.224586,1441.234272,2478.314133 +147762,2622.562783,1248.894036,2323.610554,1429.083509,2485.300305 +147763,2556.256799,1247.898876,2324.08012,1449.178187,2475.410572 +147764,2616.584087,1246.843855,2326.306143,1452.989641,2490.556555 +147765,2619.133588,1245.805759,2325.929239,1459.306041,2484.769742 +147766,2569.442332,1244.76737,2326.056173,1466.398479,2486.965595 +147767,2625.874494,1243.733732,2326.331726,1473.207525,2489.509732 +147768,2622.604129,1242.701585,2328.379432,1480.122175,2491.630831 +147769,2577.901896,1241.674975,2329.545387,1486.749849,2492.898103 +147770,2641.966341,1240.649881,2330.314941,1493.813499,2494.531703 +147771,2608.456159,1239.629876,2329.102365,1500.627908,2495.771648 +147772,2605.011448,1238.609672,2330.525505,1507.555908,2498.230075 +147773,2639.947078,1237.525508,2331.315794,1514.570449,2499.56344 +147774,2605.151592,1236.619625,2330.284359,1521.387026,2505.430138 +147775,2656.065959,1235.560432,2330.110766,1528.421185,2501.943558 +147776,2606.054506,1234.567452,2330.098303,1535.392355,2503.726943 +147777,2634.183208,1233.564806,2331.950729,1542.485653,2506.60712 +147778,2640.720991,1232.570946,2331.210926,1549.26814,2507.140712 +147779,2620.347208,1231.574894,2331.082775,1556.509084,2508.762541 +147780,2645.784745,1230.583201,2332.883597,1568.641133,2511.027931 +147781,2561.77673,1196.52845,2330.104469,1529.872565,2369.050813 +147782,2565.773214,1195.151554,2317.076964,1547.748301,2374.754717 +147783,2578.507469,1193.996511,2303.388982,1561.704304,2368.129194 +147784,2553.749808,1192.840359,2293.064743,1547.707719,2371.794465 +147785,2579.262005,1191.712351,2286.376395,1563.414278,2373.034078 +147786,2572.578398,1190.597168,2283.871447,1574.636516,2374.051708 +147787,2575.93631,1189.497188,2280.496019,1578.025944,2374.599587 +147788,2579.441099,1188.40047,2280.413634,1585.786698,2376.27376 +147789,2582.016378,1187.316567,2280.109017,1592.910567,2376.906467 +147790,2587.484148,1186.23859,2278.077029,1609.468592,2377.867665 +147791,2574.416624,1185.163836,2278.84921,1592.898195,2379.443195 +147792,2592.804579,1184.099028,2279.101622,1620.819094,2380.260026 +147793,2588.111875,1183.039616,2277.398333,1619.568116,2381.585544 +147794,2591.621766,1181.983424,2276.564706,1628.063288,2382.00487 +147795,2593.895604,1180.934475,2276.229298,1642.916206,2388.510183 +147796,2598.374047,1179.890352,2275.952971,1631.46524,2377.384177 +147797,2595.924915,1178.851355,2275.765033,1653.708835,2392.467821 +147798,2614.852069,1177.817189,2275.925114,1669.697621,2384.948538 +147799,2606.44758,1176.788439,2275.777811,1655.809399,2387.316719 +147800,2593.164759,1175.762558,2277.332576,1691.62348,2389.099667 +147801,2612.766083,1174.744235,2277.923687,1691.987578,2389.673275 +147802,2609.026943,1173.729975,2276.369356,1690.50184,2390.301923 +147803,2617.658462,1172.716642,2277.560693,1720.87172,2391.859009 +147804,2598.8921,1171.712034,2278.303839,1714.635174,2392.606182 +147805,2647.812618,1170.711134,2277.160938,1730.099312,2393.092869 +147806,2603.272273,1169.711867,2277.105299,1738.624911,2394.566986 +147807,2634.369048,1168.718626,2277.587298,1748.375913,2395.490538 +147808,2597.952322,1167.728707,2278.319975,1757.907843,2396.410472 +147809,2666.003944,1166.742819,2279.316403,1767.381586,2397.404324 +147810,2618.031856,1165.82869,2280.347173,1777.160302,2398.522266 +147811,2625.268848,1164.618253,2281.133211,1786.247422,2399.186131 +147812,2644.983871,1163.710751,2281.736297,1795.254204,2400.164607 +147813,2646.794442,1162.596357,2282.297236,1804.487253,2401.102056 +147814,2610.428983,1161.547671,2283.029385,1818.775258,2402.031587 +147815,2680.312805,1160.488511,2284.01507,1820.138722,2402.964778 +147816,2607.306894,1159.427475,2286.623518,1832.260944,2404.078303 +147817,2686.446668,1158.371053,2286.418285,1840.592124,2404.490971 +147818,2611.557855,1157.309262,2286.697855,1849.355475,2405.599019 +147819,2691.368802,1156.250202,2287.151564,1857.830322,2406.48302 +147820,2616.095065,1155.190617,2287.65905,1866.781173,2407.31707 +147821,2695.964361,1154.197505,2288.204068,1875.247703,2408.347361 +147822,2620.549453,1153.041648,2288.725044,1883.954898,2408.907712 +147823,2700.484874,1152.02913,2289.252892,1892.195074,2409.870158 +147824,2624.910147,1150.96054,2289.766828,1900.995689,2410.691382 +147825,2704.902119,1149.901993,2290.298369,1909.278651,2411.500739 +147826,2629.217068,1148.843754,2290.803051,1917.488741,2412.459737 +147827,2709.402522,1147.785739,2291.416713,1931.242972,2412.970349 +147828,2633.157937,1146.662806,2292.002163,1932.48772,2414.021534 +147829,2711.395579,1142.077887,2292.510579,1945.752683,2414.591297 +147830,2634.329031,1140.422929,2292.691577,1955.010662,2415.252559 +147831,2714.84458,1138.931082,2292.688454,1962.986016,2416.276431 +147832,2637.897886,1137.647625,2292.58879,1971.129138,2416.890034 +147833,2718.607771,1136.346713,2292.517072,1979.643943,2417.778898 +147834,2641.49974,1135.077632,2292.607318,1992.426343,2418.430475 +147835,2722.325777,1133.823904,2292.754166,1994.470247,2419.220261 +147836,2644.923267,1132.58117,2292.789306,2004.078777,2419.771665 +147837,2726.191069,1131.345786,2294.471377,2012.572124,2420.670772 +147838,2677.510657,1130.121876,2293.482647,2020.254917,2420.929167 +147839,2669.700763,1128.963061,2293.11109,2032.531699,2421.80049 +147840,2721.086393,1127.655724,2294.657215,2034.909886,2422.886961 +147841,2504.095124,1060.236633,2287.884623,1975.660301,2131.335311 +147842,2554.930198,1058.462834,2268.694873,1988.605565,2138.900887 +147843,2535.774482,1056.770107,2244.601776,1988.192051,2134.343066 +147844,2540.34741,1055.401702,2228.876963,2001.9116,2134.694167 +147845,2541.282295,1053.793462,2216.902479,2003.250551,2134.632091 +147846,2541.892401,1052.386756,2211.828217,2015.969437,2134.390614 +147847,2542.800654,1050.942036,2207.083225,2017.749998,2134.230509 +147848,2543.592983,1049.455875,2204.597739,2029.174004,2134.12319 +147849,2544.388687,1048.127873,2204.917694,2032.917794,2134.043818 +147850,2545.006912,1046.743332,2204.861406,2043.37028,2133.897183 +147851,2545.983354,1045.270187,2203.009469,2045.126823,2133.845217 +147852,2546.623342,1043.920852,2203.796579,2055.634285,2133.776469 +147853,2547.355924,1042.531913,2204.014113,2059.194613,2133.789854 +147854,2548.046348,1041.157234,2202.178117,2061.88771,2133.562839 +147855,2548.723888,1039.7848,2202.727192,2067.775723,2133.591128 +147856,2549.358225,1038.423737,2200.814212,2068.721204,2133.482967 +147857,2549.987661,1037.061542,2201.118213,2072.448014,2133.406196 +147858,2550.570652,1035.710786,2198.858166,2073.629327,2133.375922 +147859,2551.143248,1034.417486,2197.146994,2075.696095,2133.300777 +147860,2551.685337,1032.987407,2197.313038,2080.032169,2133.253408 +147861,2552.187061,1031.689413,2194.942246,2081.590298,2133.168128 +147862,2552.674543,1030.343079,2193.173013,2083.85681,2133.123047 +147863,2553.124865,1029.010695,2191.608945,2086.390902,2133.057754 +147864,2553.54616,1027.624462,2190.162395,2089.064507,2132.996224 +147865,2553.936342,1026.382794,2188.792997,2091.802357,2132.934168 +147866,2554.294003,1025.020077,2187.476481,2094.560354,2132.870875 +147867,2554.618638,1023.709304,2186.198612,2097.317726,2132.806788 +147868,2555.399985,1022.392666,2184.949914,2100.065436,2132.741046 +147869,2557.597133,1021.078589,2183.721023,2102.796478,2132.67439 +147870,2560.07996,1019.767068,2182.503965,2105.505229,2132.606978 +147871,2562.426231,1018.312869,2178.196065,2108.070874,2132.538388 +147872,2564.370442,1016.829905,2167.522026,2110.052701,2132.471105 +147873,2566.650187,1015.332962,2164.801596,2111.451073,2132.422244 +147874,2568.815272,1013.824499,2158.900587,2114.478546,2132.312244 +147875,2573.538891,1012.31141,2159.582698,2116.444214,2132.24723 +147876,2575.185811,1010.790959,2156.321428,2116.32305,2132.158634 +147877,2572.701592,1009.260164,2154.045352,2119.15892,2132.105278 +147878,2597.759884,1007.730458,2150.178528,2119.339649,2132.007879 +147879,2547.89546,1006.189421,2142.890947,2120.203421,2131.813336 +147880,2597.361619,1004.643718,2149.556308,2123.406138,2131.91825 +147881,2580.262907,1003.097752,2137.391321,2123.739779,2131.725376 +147882,2586.033128,1001.596396,2138.838201,2126.436737,2131.681901 +147883,2587.844384,999.9582199,2135.829975,2126.425102,2131.564115 +147884,2589.966364,998.4328764,2132.807773,2127.291489,2131.508379 +147885,2598.421264,996.8571109,2129.928502,2128.445651,2131.368067 +147886,2584.146086,995.2837656,2122.999934,2131.418079,2131.326627 +147887,2600.403367,993.7096478,2128.62954,2131.436197,2131.152467 +147888,2620.775553,992.1276053,2116.537216,2132.188127,2131.120396 +147889,2591.812727,990.5424256,2118.530434,2134.901167,2130.943014 +147890,2575.628389,988.9558203,2115.249121,2134.770375,2130.883829 +147891,2619.950777,987.3614027,2112.220925,2135.450678,2130.725237 +147892,2599.285312,985.7640176,2109.522215,2138.140357,2130.626762 +147893,2614.90897,984.1659459,2106.014904,2137.830576,2130.467895 +147894,2594.216845,982.5588548,2103.727695,2140.108942,2130.368382 +147895,2615.992646,980.9535046,2095.551572,2139.458939,2130.184143 +147896,2630.043689,979.3396087,2102.850105,2139.690034,2130.063464 +147897,2588.791231,977.7228387,2089.366587,2142.206871,2129.924475 +147898,2622.012038,976.1052711,2091.647092,2141.659796,2129.761703 +147899,2628.179547,974.4786173,2088.857746,2143.712614,2129.581607 +147900,2585.584282,972.8537534,2084.993775,2143.083058,2129.391064 +147901,1820.452676,971.1048515,851.1493892,1527.484848,2031.565684 +147902,1938.179858,1102.019077,913.2307963,1638.368108,2133.257102 +147903,2078.603484,1123.677606,991.0780202,1770.346365,2248.144438 +147904,2180.322682,1074.429815,1052.457429,1861.80652,2322.89503 +147905,2237.916262,1119.885925,1093.208599,1907.331125,2359.208124 +147906,2272.627492,1097.049061,1122.221349,1928.195151,2378.48567 +147907,2295.475973,1102.7805,1144.283692,1937.394355,2390.528115 +147908,2312.175372,1100.120078,1162.024511,1942.303575,2398.986772 +147909,2325.392382,1099.150929,1176.819835,1945.923005,2405.79101 +147910,2336.274233,1097.876068,1189.378541,1949.112442,2411.617832 +147911,2345.40167,1096.581642,1200.130799,1952.024156,2416.773233 +147912,2353.131071,1095.24811,1209.37813,1954.647341,2421.405712 +147913,2359.698164,1093.922066,1217.344885,1956.984713,2425.571436 +147914,2365.310105,1092.589661,1224.226634,1959.072337,2429.32583 +147915,2370.142202,1091.253736,1230.191432,1960.970938,2432.721104 +147916,2374.33714,1089.914085,1235.381222,1962.716058,2435.803988 +147917,2378.00864,1088.574115,1239.914713,1964.343455,2438.614976 +147918,2381.247124,1087.232667,1243.891052,1965.863313,2441.189139 +147919,2384.124508,1085.892214,1247.393054,1967.294408,2443.556688 +147920,2386.698473,1084.551013,1250.490089,1968.637123,2445.743917 +147921,2389.015262,1083.210894,1253.240257,1969.898066,2447.773552 +147922,2391.112212,1081.869816,1255.692328,1971.084673,2449.665387 +147923,2393.019491,1080.529189,1257.887204,1972.202211,2451.436482 +147924,2394.761473,1079.244049,1259.859283,1973.253921,2453.101689 +147925,2396.355035,1077.795248,1261.63608,1974.239865,2454.670977 +147926,2397.785244,1076.500528,1263.226948,1975.136901,2456.12214 +147927,2399.096607,1075.141215,1264.667421,1975.972193,2457.4978 +147928,2400.325841,1073.790222,1265.987329,1976.767885,2458.833729 +147929,2401.467384,1072.435681,1267.194666,1977.512801,2460.12208 +147930,2402.522314,1071.0767,1268.299199,1978.202212,2461.362906 +147931,2403.494048,1069.599012,1269.310424,1978.834577,2462.558969 +147932,2404.33659,1068.092201,1270.232417,1979.25853,2463.713788 +147933,2405.020008,1066.569024,1271.069513,1979.386492,2464.830734 +147934,2405.540473,1064.964446,1271.827414,1979.216965,2465.912844 +147935,2405.908422,1063.517518,1272.512323,1978.789618,2466.962765 +147936,2406.137694,1061.906608,1273.130127,1978.147986,2467.982801 +147937,2406.240439,1060.346588,1273.68602,1977.324578,2468.974893 +147938,2406.226247,1058.76367,1274.184501,1976.340221,2469.940697 +147939,2406.102703,1057.169695,1274.62946,1975.207962,2471.081077 +147940,2405.875865,1055.587944,1275.024293,1973.936627,2471.995151 +147941,2405.567475,1053.977237,1275.372914,1972.566629,2472.884058 +147942,2405.17707,1052.352476,1275.677735,1971.090428,2473.750599 +147943,2404.699889,1050.715756,1275.939205,1969.493521,2474.59627 +147944,2404.134361,1049.133505,1276.160849,1967.77024,2475.421687 +147945,2403.48193,1047.374404,1276.344985,1965.922608,2476.227059 +147946,2402.745371,1045.752265,1276.493061,1963.955616,2477.012511 +147947,2401.927574,1044.058327,1276.606292,1961.874136,2477.778125 +147948,2401.031093,1042.35449,1276.684472,1959.681963,2478.524001 +147949,2400.057101,1040.6463,1276.73059,1957.377773,2479.251235 +147950,2399.000352,1038.926873,1276.746343,1954.963444,2479.95944 +147951,2397.871531,1037.197323,1276.732532,1952.442101,2480.648024 +147952,2396.675335,1035.456051,1276.688394,1949.816716,2481.316752 +147953,2395.404446,1033.704584,1276.616433,1947.089555,2481.965504 +147954,2394.067197,1031.941509,1276.518066,1944.262411,2482.594318 +147955,2392.690732,1027.994692,1276.409165,1941.361793,2483.237076 +147956,2390.892745,1025.935133,1276.187866,1937.823645,2483.86144 +147957,2388.787357,1023.977433,1275.8768,1933.878245,2484.439936 +147958,2386.584802,1022.041548,1275.527216,1929.850877,2484.988198 +147959,2384.379422,1020.114402,1275.164351,1925.701093,2485.512612 +147960,2382.200802,1018.188885,1274.794981,1921.823845,2486.01577 +147961,0,0,0,0,0 +147962,0,0,0,0,0 +147963,0,0,0,0,0 +147964,0,0,0,0,0 +147965,0,0,0,0,0 +147966,0,0,0,0,0 +147967,0,0,0,0,0 +147968,0,0,0,0,0 +147969,0,0,0,0,0 +147970,0,0,0,0,0 +147971,0,0,0,0,0 +147972,0,0,0,0,0 +147973,0,0,0,0,0 +147974,0,0,0,0,0 +147975,0,0,0,0,0 +147976,0,0,0,0,0 +147977,0,0,0,0,0 +147978,0,0,0,0,0 +147979,0,0,0,0,0 +147980,0,0,0,0,0 +147981,0,0,0,0,0 +147982,0,0,0,0,0 +147983,0,0,0,0,0 +147984,0,0,0,0,0 +147985,0,0,0,0,0 +147986,0,0,0,0,0 +147987,0,0,0,0,0 +147988,0,0,0,0,0 +147989,0,0,0,0,0 +147990,0,0,0,0,0 +147991,0,0,0,0,0 +147992,0,0,0,0,0 +147993,0,0,0,0,0 +147994,0,0,0,0,0 +147995,0,0,0,0,0 +147996,0,0,0,0,0 +147997,0,0,0,0,0 +147998,0,0,0,0,0 +147999,0,0,0,0,0 +148000,0,0,0,0,0 +148001,0,0,0,0,0 +148002,0,0,0,0,0 +148003,0,0,0,0,0 +148004,0,0,0,0,0 +148005,0,0,0,0,0 +148006,0,0,0,0,0 +148007,0,0,0,0,0 +148008,0,0,0,0,0 +148009,0,0,0,0,0 +148010,0,0,0,0,0 +148011,0,0,0,0,0 +148012,0,0,0,0,0 +148013,0,0,0,0,0 +148014,0,0,0,0,0 +148015,0,0,0,0,0 +148016,0,0,0,0,0 +148017,0,0,0,0,0 +148018,0,0,0,0,0 +148019,0,0,0,0,0 +148020,0,0,0,0,0 +148021,0,0,0,0,0 +148022,0,0,0,0,0 +148023,0,0,0,0,0 +148024,0,0,0,0,0 +148025,0,0,0,0,0 +148026,0,0,0,0,0 +148027,0,0,0,0,0 +148028,0,0,0,0,0 +148029,0,0,0,0,0 +148030,0,0,0,0,0 +148031,0,0,0,0,0 +148032,0,0,0,0,0 +148033,0,0,0,0,0 +148034,0,0,0,0,0 +148035,0,0,0,0,0 +148036,0,0,0,0,0 +148037,0,0,0,0,0 +148038,0,0,0,0,0 +148039,0,0,0,0,0 +148040,0,0,0,0,0 +148041,0,0,0,0,0 +148042,0,0,0,0,0 +148043,0,0,0,0,0 +148044,0,0,0,0,0 +148045,0,0,0,0,0 +148046,0,0,0,0,0 +148047,0,0,0,0,0 +148048,0,0,0,0,0 +148049,0,0,0,0,0 +148050,0,0,0,0,0 +148051,0,0,0,0,0 +148052,0,0,0,0,0 +148053,0,0,0,0,0 +148054,0,0,0,0,0 +148055,0,0,0,0,0 +148056,0,0,0,0,0 +148057,0,0,0,0,0 +148058,0,0,0,0,0 +148059,0,0,0,0,0 +148060,0,0,0,0,0 +148061,0,0,0,0,0 +148062,0,0,0,0,0 +148063,0,0,0,0,0 +148064,0,0,0,0,0 +148065,0,0,0,0,0 +148066,0,0,0,0,0 +148067,0,0,0,0,0 +148068,0,0,0,0,0 +148069,0,0,0,0,0 +148070,0,0,0,0,0 +148071,0,0,0,0,0 +148072,0,0,0,0,0 +148073,0,0,0,0,0 +148074,0,0,0,0,0 +148075,0,0,0,0,0 +148076,0,0,0,0,0 +148077,0,0,0,0,0 +148078,0,0,0,0,0 +148079,0,0,0,0,0 +148080,0,0,0,0,0 +148081,0,0,0,0,0 +148082,0,0,0,0,0 +148083,0,0,0,0,0 +148084,0,0,0,0,0 +148085,0,0,0,0,0 +148086,0,0,0,0,0 +148087,0,0,0,0,0 +148088,0,0,0,0,0 +148089,0,0,0,0,0 +148090,0,0,0,0,0 +148091,0,0,0,0,0 +148092,0,0,0,0,0 +148093,0,0,0,0,0 +148094,0,0,0,0,0 +148095,0,0,0,0,0 +148096,0,0,0,0,0 +148097,0,0,0,0,0 +148098,0,0,0,0,0 +148099,0,0,0,0,0 +148100,0,0,0,0,0 +148101,0,0,0,0,0 +148102,0,0,0,0,0 +148103,0,0,0,0,0 +148104,0,0,0,0,0 +148105,0,0,0,0,0 +148106,0,0,0,0,0 +148107,0,0,0,0,0 +148108,0,0,0,0,0 +148109,0,0,0,0,0 +148110,0,0,0,0,0 +148111,0,0,0,0,0 +148112,0,0,0,0,0 +148113,0,0,0,0,0 +148114,0,0,0,0,0 +148115,0,0,0,0,0 +148116,0,0,0,0,0 +148117,0,0,0,0,0 +148118,0,0,0,0,0 +148119,0,0,0,0,0 +148120,0,0,0,0,0 +148121,0,0,0,0,0 +148122,0,0,0,0,0 +148123,0,0,0,0,0 +148124,0,0,0,0,0 +148125,0,0,0,0,0 +148126,0,0,0,0,0 +148127,0,0,0,0,0 +148128,0,0,0,0,0 +148129,0,0,0,0,0 +148130,0,0,0,0,0 +148131,0,0,0,0,0 +148132,0,0,0,0,0 +148133,0,0,0,0,0 +148134,0,0,0,0,0 +148135,0,0,0,0,0 +148136,0,0,0,0,0 +148137,0,0,0,0,0 +148138,0,0,0,0,0 +148139,0,0,0,0,0 +148140,0,0,0,0,0 +148141,0,0,0,0,0 +148142,0,0,0,0,0 +148143,0,0,0,0,0 +148144,0,0,0,0,0 +148145,0,0,0,0,0 +148146,0,0,0,0,0 +148147,0,0,0,0,0 +148148,0,0,0,0,0 +148149,0,0,0,0,0 +148150,0,0,0,0,0 +148151,0,0,0,0,0 +148152,0,0,0,0,0 +148153,0,0,0,0,0 +148154,0,0,0,0,0 +148155,0,0,0,0,0 +148156,0,0,0,0,0 +148157,0,0,0,0,0 +148158,0,0,0,0,0 +148159,0,0,0,0,0 +148160,0,0,0,0,0 +148161,0,0,0,0,0 +148162,0,0,0,0,0 +148163,0,0,0,0,0 +148164,0,0,0,0,0 +148165,0,0,0,0,0 +148166,0,0,0,0,0 +148167,0,0,0,0,0 +148168,0,0,0,0,0 +148169,0,0,0,0,0 +148170,0,0,0,0,0 +148171,0,0,0,0,0 +148172,0,0,0,0,0 +148173,0,0,0,0,0 +148174,0,0,0,0,0 +148175,0,0,0,0,0 +148176,0,0,0,0,0 +148177,0,0,0,0,0 +148178,0,0,0,0,0 +148179,0,0,0,0,0 +148180,0,0,0,0,0 +148181,0,0,0,0,0 +148182,0,0,0,0,0 +148183,0,0,0,0,0 +148184,0,0,0,0,0 +148185,0,0,0,0,0 +148186,0,0,0,0,0 +148187,0,0,0,0,0 +148188,0,0,0,0,0 +148189,0,0,0,0,0 +148190,0,0,0,0,0 +148191,0,0,0,0,0 +148192,0,0,0,0,0 +148193,0,0,0,0,0 +148194,0,0,0,0,0 +148195,0,0,0,0,0 +148196,0,0,0,0,0 +148197,0,0,0,0,0 +148198,0,0,0,0,0 +148199,0,0,0,0,0 +148200,0,0,0,0,0 +148201,0,0,0,0,0 +148202,0,0,0,0,0 +148203,0,0,0,0,0 +148204,0,0,0,0,0 +148205,0,0,0,0,0 +148206,0,0,0,0,0 +148207,0,0,0,0,0 +148208,0,0,0,0,0 +148209,0,0,0,0,0 +148210,0,0,0,0,0 +148211,0,0,0,0,0 +148212,0,0,0,0,0 +148213,0,0,0,0,0 +148214,0,0,0,0,0 +148215,0,0,0,0,0 +148216,0,0,0,0,0 +148217,0,0,0,0,0 +148218,0,0,0,0,0 +148219,0,0,0,0,0 +148220,0,0,0,0,0 +148221,0,0,0,0,0 +148222,0,0,0,0,0 +148223,0,0,0,0,0 +148224,0,0,0,0,0 +148225,0,0,0,0,0 +148226,0,0,0,0,0 +148227,0,0,0,0,0 +148228,0,0,0,0,0 +148229,0,0,0,0,0 +148230,0,0,0,0,0 +148231,0,0,0,0,0 +148232,0,0,0,0,0 +148233,0,0,0,0,0 +148234,0,0,0,0,0 +148235,0,0,0,0,0 +148236,0,0,0,0,0 +148237,0,0,0,0,0 +148238,0,0,0,0,0 +148239,0,0,0,0,0 +148240,0,0,0,0,0 +148241,0,0,0,0,0 +148242,0,0,0,0,0 +148243,0,0,0,0,0 +148244,0,0,0,0,0 +148245,0,0,0,0,0 +148246,0,0,0,0,0 +148247,0,0,0,0,0 +148248,0,0,0,0,0 +148249,0,0,0,0,0 +148250,0,0,0,0,0 +148251,0,0,0,0,0 +148252,0,0,0,0,0 +148253,0,0,0,0,0 +148254,0,0,0,0,0 +148255,0,0,0,0,0 +148256,0,0,0,0,0 +148257,0,0,0,0,0 +148258,0,0,0,0,0 +148259,0,0,0,0,0 +148260,0,0,0,0,0 +148261,0,0,0,0,0 +148262,0,0,0,0,0 +148263,0,0,0,0,0 +148264,0,0,0,0,0 +148265,0,0,0,0,0 +148266,0,0,0,0,0 +148267,0,0,0,0,0 +148268,0,0,0,0,0 +148269,0,0,0,0,0 +148270,0,0,0,0,0 +148271,0,0,0,0,0 +148272,0,0,0,0,0 +148273,0,0,0,0,0 +148274,0,0,0,0,0 +148275,0,0,0,0,0 +148276,0,0,0,0,0 +148277,0,0,0,0,0 +148278,0,0,0,0,0 +148279,0,0,0,0,0 +148280,0,0,0,0,0 +148281,0,0,0,0,0 +148282,0,0,0,0,0 +148283,0,0,0,0,0 +148284,0,0,0,0,0 +148285,0,0,0,0,0 +148286,0,0,0,0,0 +148287,0,0,0,0,0 +148288,0,0,0,0,0 +148289,0,0,0,0,0 +148290,0,0,0,0,0 +148291,0,0,0,0,0 +148292,0,0,0,0,0 +148293,0,0,0,0,0 +148294,0,0,0,0,0 +148295,0,0,0,0,0 +148296,0,0,0,0,0 +148297,0,0,0,0,0 +148298,0,0,0,0,0 +148299,0,0,0,0,0 +148300,0,0,0,0,0 +148301,0,0,0,0,0 +148302,0,0,0,0,0 +148303,0,0,0,0,0 +148304,0,0,0,0,0 +148305,0,0,0,0,0 +148306,0,0,0,0,0 +148307,0,0,0,0,0 +148308,0,0,0,0,0 +148309,0,0,0,0,0 +148310,0,0,0,0,0 +148311,0,0,0,0,0 +148312,0,0,0,0,0 +148313,0,0,0,0,0 +148314,0,0,0,0,0 +148315,0,0,0,0,0 +148316,0,0,0,0,0 +148317,0,0,0,0,0 +148318,0,0,0,0,0 +148319,0,0,0,0,0 +148320,0,0,0,0,0 +148321,0,0,0,0,0 +148322,0,0,0,0,0 +148323,0,0,0,0,0 +148324,0,0,0,0,0 +148325,0,0,0,0,0 +148326,0,0,0,0,0 +148327,0,0,0,0,0 +148328,0,0,0,0,0 +148329,0,0,0,0,0 +148330,0,0,0,0,0 +148331,0,0,0,0,0 +148332,0,0,0,0,0 +148333,0,0,0,0,0 +148334,0,0,0,0,0 +148335,0,0,0,0,0 +148336,0,0,0,0,0 +148337,0,0,0,0,0 +148338,0,0,0,0,0 +148339,0,0,0,0,0 +148340,0,0,0,0,0 +148341,0,0,0,0,0 +148342,0,0,0,0,0 +148343,0,0,0,0,0 +148344,0,0,0,0,0 +148345,0,0,0,0,0 +148346,0,0,0,0,0 +148347,0,0,0,0,0 +148348,0,0,0,0,0 +148349,0,0,0,0,0 +148350,0,0,0,0,0 +148351,0,0,0,0,0 +148352,0,0,0,0,0 +148353,0,0,0,0,0 +148354,0,0,0,0,0 +148355,0,0,0,0,0 +148356,0,0,0,0,0 +148357,0,0,0,0,0 +148358,0,0,0,0,0 +148359,0,0,0,0,0 +148360,0,0,0,0,0 +148361,0,0,0,0,0 +148362,0,0,0,0,0 +148363,0,0,0,0,0 +148364,0,0,0,0,0 +148365,0,0,0,0,0 +148366,0,0,0,0,0 +148367,0,0,0,0,0 +148368,0,0,0,0,0 +148369,0,0,0,0,0 +148370,0,0,0,0,0 +148371,0,0,0,0,0 +148372,0,0,0,0,0 +148373,0,0,0,0,0 +148374,0,0,0,0,0 +148375,0,0,0,0,0 +148376,0,0,0,0,0 +148377,0,0,0,0,0 +148378,0,0,0,0,0 +148379,0,0,0,0,0 +148380,0,0,0,0,0 +148381,0,0,0,0,0 +148382,0,0,0,0,0 +148383,0,0,0,0,0 +148384,0,0,0,0,0 +148385,0,0,0,0,0 +148386,0,0,0,0,0 +148387,0,0,0,0,0 +148388,0,0,0,0,0 +148389,0,0,0,0,0 +148390,0,0,0,0,0 +148391,0,0,0,0,0 +148392,0,0,0,0,0 +148393,0,0,0,0,0 +148394,0,0,0,0,0 +148395,0,0,0,0,0 +148396,0,0,0,0,0 +148397,0,0,0,0,0 +148398,0,0,0,0,0 +148399,0,0,0,0,0 +148400,0,0,0,0,0 +148401,0,0,0,0,0 +148402,0,0,0,0,0 +148403,0,0,0,0,0 +148404,0,0,0,0,0 +148405,0,0,0,0,0 +148406,0,0,0,0,0 +148407,0,0,0,0,0 +148408,0,0,0,0,0 +148409,0,0,0,0,0 +148410,0,0,0,0,0 +148411,0,0,0,0,0 +148412,0,0,0,0,0 +148413,0,0,0,0,0 +148414,0,0,0,0,0 +148415,0,0,0,0,0 +148416,0,0,0,0,0 +148417,0,0,0,0,0 +148418,0,0,0,0,0 +148419,0,0,0,0,0 +148420,0,0,0,0,0 +148421,0,0,0,0,0 +148422,0,0,0,0,0 +148423,0,0,0,0,0 +148424,0,0,0,0,0 +148425,0,0,0,0,0 +148426,0,0,0,0,0 +148427,0,0,0,0,0 +148428,0,0,0,0,0 +148429,0,0,0,0,0 +148430,0,0,0,0,0 +148431,0,0,0,0,0 +148432,0,0,0,0,0 +148433,0,0,0,0,0 +148434,0,0,0,0,0 +148435,0,0,0,0,0 +148436,0,0,0,0,0 +148437,0,0,0,0,0 +148438,0,0,0,0,0 +148439,0,0,0,0,0 +148440,0,0,0,0,0 +148441,0,0,0,0,0 +148442,0,0,0,0,0 +148443,0,0,0,0,0 +148444,0,0,0,0,0 +148445,0,0,0,0,0 +148446,0,0,0,0,0 +148447,0,0,0,0,0 +148448,0,0,0,0,0 +148449,0,0,0,0,0 +148450,0,0,0,0,0 +148451,0,0,0,0,0 +148452,0,0,0,0,0 +148453,0,0,0,0,0 +148454,0,0,0,0,0 +148455,0,0,0,0,0 +148456,0,0,0,0,0 +148457,0,0,0,0,0 +148458,0,0,0,0,0 +148459,0,0,0,0,0 +148460,0,0,0,0,0 +148461,0,0,0,0,0 +148462,0,0,0,0,0 +148463,0,0,0,0,0 +148464,0,0,0,0,0 +148465,0,0,0,0,0 +148466,0,0,0,0,0 +148467,0,0,0,0,0 +148468,0,0,0,0,0 +148469,0,0,0,0,0 +148470,0,0,0,0,0 +148471,0,0,0,0,0 +148472,0,0,0,0,0 +148473,0,0,0,0,0 +148474,0,0,0,0,0 +148475,0,0,0,0,0 +148476,0,0,0,0,0 +148477,0,0,0,0,0 +148478,0,0,0,0,0 +148479,0,0,0,0,0 +148480,0,0,0,0,0 +148481,0,0,0,0,0 +148482,0,0,0,0,0 +148483,0,0,0,0,0 +148484,0,0,0,0,0 +148485,0,0,0,0,0 +148486,0,0,0,0,0 +148487,0,0,0,0,0 +148488,0,0,0,0,0 +148489,0,0,0,0,0 +148490,0,0,0,0,0 +148491,0,0,0,0,0 +148492,0,0,0,0,0 +148493,0,0,0,0,0 +148494,0,0,0,0,0 +148495,0,0,0,0,0 +148496,0,0,0,0,0 +148497,0,0,0,0,0 +148498,0,0,0,0,0 +148499,0,0,0,0,0 +148500,0,0,0,0,0 +148501,0,0,0,0,0 +148502,0,0,0,0,0 +148503,0,0,0,0,0 +148504,0,0,0,0,0 +148505,0,0,0,0,0 +148506,0,0,0,0,0 +148507,0,0,0,0,0 +148508,0,0,0,0,0 +148509,0,0,0,0,0 +148510,0,0,0,0,0 +148511,0,0,0,0,0 +148512,0,0,0,0,0 +148513,0,0,0,0,0 +148514,0,0,0,0,0 +148515,0,0,0,0,0 +148516,0,0,0,0,0 +148517,0,0,0,0,0 +148518,0,0,0,0,0 +148519,0,0,0,0,0 +148520,0,0,0,0,0 +148521,0,0,0,0,0 +148522,0,0,0,0,0 +148523,0,0,0,0,0 +148524,0,0,0,0,0 +148525,0,0,0,0,0 +148526,0,0,0,0,0 +148527,0,0,0,0,0 +148528,0,0,0,0,0 +148529,0,0,0,0,0 +148530,0,0,0,0,0 +148531,0,0,0,0,0 +148532,0,0,0,0,0 +148533,0,0,0,0,0 +148534,0,0,0,0,0 +148535,0,0,0,0,0 +148536,0,0,0,0,0 +148537,0,0,0,0,0 +148538,0,0,0,0,0 +148539,0,0,0,0,0 +148540,0,0,0,0,0 +148541,0,0,0,0,0 +148542,0,0,0,0,0 +148543,0,0,0,0,0 +148544,0,0,0,0,0 +148545,0,0,0,0,0 +148546,0,0,0,0,0 +148547,0,0,0,0,0 +148548,0,0,0,0,0 +148549,0,0,0,0,0 +148550,0,0,0,0,0 +148551,0,0,0,0,0 +148552,0,0,0,0,0 +148553,0,0,0,0,0 +148554,0,0,0,0,0 +148555,0,0,0,0,0 +148556,0,0,0,0,0 +148557,0,0,0,0,0 +148558,0,0,0,0,0 +148559,0,0,0,0,0 +148560,0,0,0,0,0 +148561,0,0,0,0,0 +148562,0,0,0,0,0 +148563,0,0,0,0,0 +148564,0,0,0,0,0 +148565,0,0,0,0,0 +148566,0,0,0,0,0 +148567,0,0,0,0,0 +148568,0,0,0,0,0 +148569,0,0,0,0,0 +148570,0,0,0,0,0 +148571,0,0,0,0,0 +148572,0,0,0,0,0 +148573,0,0,0,0,0 +148574,0,0,0,0,0 +148575,0,0,0,0,0 +148576,0,0,0,0,0 +148577,0,0,0,0,0 +148578,0,0,0,0,0 +148579,0,0,0,0,0 +148580,0,0,0,0,0 +148581,0,0,0,0,0 +148582,0,0,0,0,0 +148583,0,0,0,0,0 +148584,0,0,0,0,0 +148585,0,0,0,0,0 +148586,0,0,0,0,0 +148587,0,0,0,0,0 +148588,0,0,0,0,0 +148589,0,0,0,0,0 +148590,0,0,0,0,0 +148591,0,0,0,0,0 +148592,0,0,0,0,0 +148593,0,0,0,0,0 +148594,0,0,0,0,0 +148595,0,0,0,0,0 +148596,0,0,0,0,0 +148597,0,0,0,0,0 +148598,0,0,0,0,0 +148599,0,0,0,0,0 +148600,0,0,0,0,0 +148601,0,0,0,0,0 +148602,0,0,0,0,0 +148603,0,0,0,0,0 +148604,0,0,0,0,0 +148605,0,0,0,0,0 +148606,0,0,0,0,0 +148607,0,0,0,0,0 +148608,0,0,0,0,0 +148609,0,0,0,0,0 +148610,0,0,0,0,0 +148611,0,0,0,0,0 +148612,0,0,0,0,0 +148613,0,0,0,0,0 +148614,0,0,0,0,0 +148615,0,0,0,0,0 +148616,0,0,0,0,0 +148617,0,0,0,0,0 +148618,0,0,0,0,0 +148619,0,0,0,0,0 +148620,0,0,0,0,0 +148621,0,0,0,0,0 +148622,0,0,0,0,0 +148623,0,0,0,0,0 +148624,0,0,0,0,0 +148625,0,0,0,0,0 +148626,0,0,0,0,0 +148627,0,0,0,0,0 +148628,0,0,0,0,0 +148629,0,0,0,0,0 +148630,0,0,0,0,0 +148631,0,0,0,0,0 +148632,0,0,0,0,0 +148633,0,0,0,0,0 +148634,0,0,0,0,0 +148635,0,0,0,0,0 +148636,0,0,0,0,0 +148637,0,0,0,0,0 +148638,0,0,0,0,0 +148639,0,0,0,0,0 +148640,0,0,0,0,0 +148641,0,0,0,0,0 +148642,0,0,0,0,0 +148643,0,0,0,0,0 +148644,0,0,0,0,0 +148645,0,0,0,0,0 +148646,0,0,0,0,0 +148647,0,0,0,0,0 +148648,0,0,0,0,0 +148649,0,0,0,0,0 +148650,0,0,0,0,0 +148651,0,0,0,0,0 +148652,0,0,0,0,0 +148653,0,0,0,0,0 +148654,0,0,0,0,0 +148655,0,0,0,0,0 +148656,0,0,0,0,0 +148657,0,0,0,0,0 +148658,0,0,0,0,0 +148659,0,0,0,0,0 +148660,0,0,0,0,0 +148661,0,0,0,0,0 +148662,0,0,0,0,0 +148663,0,0,0,0,0 +148664,0,0,0,0,0 +148665,0,0,0,0,0 +148666,0,0,0,0,0 +148667,0,0,0,0,0 +148668,0,0,0,0,0 +148669,0,0,0,0,0 +148670,0,0,0,0,0 +148671,0,0,0,0,0 +148672,0,0,0,0,0 +148673,0,0,0,0,0 +148674,0,0,0,0,0 +148675,0,0,0,0,0 +148676,0,0,0,0,0 +148677,0,0,0,0,0 +148678,0,0,0,0,0 +148679,0,0,0,0,0 +148680,0,0,0,0,0 +148681,0,0,0,0,0 +148682,0,0,0,0,0 +148683,0,0,0,0,0 +148684,0,0,0,0,0 +148685,0,0,0,0,0 +148686,0,0,0,0,0 +148687,0,0,0,0,0 +148688,0,0,0,0,0 +148689,0,0,0,0,0 +148690,0,0,0,0,0 +148691,0,0,0,0,0 +148692,0,0,0,0,0 +148693,0,0,0,0,0 +148694,0,0,0,0,0 +148695,0,0,0,0,0 +148696,0,0,0,0,0 +148697,0,0,0,0,0 +148698,0,0,0,0,0 +148699,0,0,0,0,0 +148700,0,0,0,0,0 +148701,0,0,0,0,0 +148702,0,0,0,0,0 +148703,0,0,0,0,0 +148704,0,0,0,0,0 +148705,0,0,0,0,0 +148706,0,0,0,0,0 +148707,0,0,0,0,0 +148708,0,0,0,0,0 +148709,0,0,0,0,0 +148710,0,0,0,0,0 +148711,0,0,0,0,0 +148712,0,0,0,0,0 +148713,0,0,0,0,0 +148714,0,0,0,0,0 +148715,0,0,0,0,0 +148716,0,0,0,0,0 +148717,0,0,0,0,0 +148718,0,0,0,0,0 +148719,0,0,0,0,0 +148720,0,0,0,0,0 +148721,0,0,0,0,0 +148722,0,0,0,0,0 +148723,0,0,0,0,0 +148724,0,0,0,0,0 +148725,0,0,0,0,0 +148726,0,0,0,0,0 +148727,0,0,0,0,0 +148728,0,0,0,0,0 +148729,0,0,0,0,0 +148730,0,0,0,0,0 +148731,0,0,0,0,0 +148732,0,0,0,0,0 +148733,0,0,0,0,0 +148734,0,0,0,0,0 +148735,0,0,0,0,0 +148736,0,0,0,0,0 +148737,0,0,0,0,0 +148738,0,0,0,0,0 +148739,0,0,0,0,0 +148740,0,0,0,0,0 +148741,-1579.632807,144.6306411,269.2666243,-736.6051105,-762.6749247 +148742,-1617.287037,142.7648885,264.381571,-721.9108994,-776.7289465 +148743,-1133.537987,139.3620223,256.59657,-14.63943023,-759.3055558 +148744,224.8782361,135.9008086,248.548161,-90.83527084,-743.0976889 +148745,-434.5441036,133.0196515,241.4186244,-199.8691085,-734.9500374 +148746,-467.1340055,130.7896733,235.382138,-133.4221818,-272.6554559 +148747,-311.6101012,129.0903521,230.2573098,-128.3589448,-224.2723492 +148748,-328.0632353,127.7952439,225.8377174,-124.9180888,-334.1741885 +148749,-319.849886,126.8176188,221.978042,-121.9040137,-273.3779149 +148750,-311.4574493,126.102557,218.584452,-118.8122762,-270.4463784 +148751,-304.1114154,125.6121194,215.5908509,-115.6502832,-266.8783078 +148752,-296.6223018,125.3165356,212.9443678,-112.4223711,-264.2947601 +148753,-288.9969491,125.1908018,210.5997565,-109.3970847,-262.0173534 +148754,-280.6326408,125.2137034,208.5178747,-106.5781499,-259.2420199 +148755,-274.0018164,125.3672905,206.6648692,-103.4471701,-256.8562993 +148756,-266.0331932,125.636484,205.0116338,-100.530342,-254.0086049 +148757,-261.0631419,126.0087268,203.5333676,-97.57240873,-251.6497429 +148758,-254.7743628,126.4695535,202.2028116,-94.5749567,-248.8701017 +148759,-248.4168735,127.0117846,201.0042962,-91.54419534,-245.6656001 +148760,-243.87457,127.6310211,199.9265743,-88.74787057,-244.1197549 +148761,-229.853707,128.3219401,198.9577181,-83.25220978,-240.1008966 +148762,-223.5003137,129.7148085,199.3965589,-79.914315,-238.6662165 +148763,-217.0587339,132.9981469,203.8884534,-76.69142383,-235.0293243 +148764,-210.5838435,136.3187928,208.4028163,-73.72267543,-232.4263139 +148765,-204.7089886,139.61866,212.8337368,-70.46748273,-229.7647943 +148766,-198.1710718,142.8874768,217.1610356,-67.73897892,-226.482921 +148767,-192.239629,146.1344417,221.3999552,-64.4541797,-224.2736241 +148768,-186.2837112,149.3710821,225.570385,-61.69779881,-220.8733604 +148769,-180.2972704,152.6060606,229.6874714,-58.52175807,-217.9882532 +148770,-173.6516104,155.8451927,233.761515,-55.60603228,-215.0539211 +148771,-167.6248258,159.092577,237.7998943,-52.00477661,-212.0689262 +148772,-160.9429923,162.301848,241.7478765,-48.93560954,-209.034117 +148773,-154.2396562,165.4440155,245.5679943,-45.31344078,-205.3630555 +148774,-148.1548962,168.5137392,249.2631947,-41.95238006,-202.8296568 +148775,-141.4143533,171.5174673,252.8403989,-38.31267119,-199.6573634 +148776,-134.655624,174.464166,256.3167116,-35.20736949,-196.4350434 +148777,-128.5247888,177.3616264,259.7009764,-31.28010132,-192.5647256 +148778,-121.736869,180.2159099,263.006231,-28.16001172,-189.866966 +148779,-123.2080174,183.0317875,266.236917,-27.59228571,-186.5206946 +148780,-117.9811071,185.6662082,269.1672229,-24.72412123,-183.1311064 +148781,-112.1096554,188.1761872,271.8816714,-21.44656266,-180.3184018 +148782,-106.5449702,190.6404181,274.5026214,-18.43406269,-176.2249307 +148783,-100.3286313,193.1003019,277.0977802,-14.87225576,-173.9644529 +148784,-94.09983778,195.5671329,279.6882261,-11.84789555,-169.1583327 +148785,-88.50432405,198.0395716,282.2743163,-8.546064936,-166.8396159 +148786,-82.25471333,200.5138804,284.851661,-5.102570169,-163.2219303 +148787,-75.99707863,202.9872621,287.416745,-1.791385293,-159.5644562 +148788,-70.34471622,205.6138328,290.3102704,1.408875032,-156.5327896 +148789,-63.74933787,207.9334261,292.521279,4.719811207,-152.7460782 +148790,-58.08225116,210.5492067,295.3771685,8.066144907,-149.6650307 +148791,-51.77953448,213.0085505,297.8832962,11.53690413,-145.8585401 +148792,-45.78625046,215.4609933,300.3692686,14.73882341,-142.6764355 +148793,-39.46820749,217.9069187,302.8364668,17.94553384,-139.4664597 +148794,-33.78098849,220.3462102,305.2851779,21.56425328,-136.2250586 +148795,-27.12792625,222.7784514,307.7150142,24.64329512,-131.6280907 +148796,-21.58667162,225.20314,310.1253583,28.13296054,-129.6728549 +148797,-15.07972322,227.6198158,312.5156349,31.49016589,-125.6866046 +148798,-9.044884094,230.028077,314.8853553,34.84944363,-121.6685645 +148799,-3.00710303,232.4275815,317.234129,38.07623266,-118.9806117 +148800,3.03984908,234.8180176,319.5616075,41.44314511,-114.9163621 +148801,119.4231801,237.2783763,322.0418908,54.33769303,216.7483158 +148802,136.8791886,248.0228668,343.1017812,63.17796512,249.519281 +148803,163.5110324,779.9537197,373.8683053,76.52129772,297.3740006 +148804,190.8308436,700.2774321,405.1297418,90.0047441,346.1809192 +148805,215.1684317,664.9412786,432.9439149,101.7973825,390.3629044 +148806,236.0475497,721.1543799,456.8332662,111.7230933,429.2719238 +148807,254.0915025,739.2827499,477.5012373,120.1579382,463.7937003 +148808,269.9791166,756.3024607,495.7029737,127.4871509,494.8361755 +148809,284.180585,772.5143243,511.9634179,133.9734316,523.0027902 +148810,296.9989312,788.548757,526.6229617,139.7840951,548.6797324 +148811,308.6479534,803.970439,539.9234569,145.035405,572.1496945 +148812,319.29895,820.0493406,552.0593919,149.8187873,593.0192648 +148813,329.0985854,834.4929614,563.19736,154.210994,611.6865755 +148814,338.1735423,849.5864093,573.4811924,158.2770074,628.6100157 +148815,346.6319345,864.122529,583.0336332,162.0711526,644.1156423 +148816,354.5649893,878.4661504,816.8752028,165.6383019,658.4179727 +148817,362.0492912,892.5809822,890.630045,169.0153144,671.6726053 +148818,369.1490567,906.1855857,840.6752373,172.2324317,684.0075197 +148819,375.918161,920.3458479,894.9297499,175.3144833,695.5345544 +148820,382.4018085,933.5672328,917.3667991,178.281861,706.351984 +148821,388.6379992,946.8450127,938.5362976,181.1513439,716.5455016 +148822,394.6587421,959.9581552,958.8676102,183.9367656,726.1893478 +148823,400.4910586,972.800755,979.2324838,186.6495546,735.3477264 +148824,406.1577863,985.4471634,998.5373867,189.299161,744.0761525 +148825,411.6782397,997.9964041,1017.355295,191.8934015,752.4226452 +148826,417.0687665,1010.286452,1036.266566,194.4387447,760.4287372 +148827,422.3432247,1022.389393,1054.366801,196.9405515,768.1304094 +148828,427.5133633,1034.41365,1071.682538,199.4032646,775.5587931 +148829,432.5891815,1046.141005,1089.027376,201.8305816,782.7409339 +148830,437.5791905,1057.835213,1105.562229,204.2255807,789.7002765 +148831,442.4906643,1068.654639,1121.782702,206.590837,796.4572529 +148832,447.3309978,1079.351675,1137.357809,208.9304212,803.0296235 +148833,452.1062142,1089.695799,1152.490427,211.247352,809.43294 +148834,456.8209254,1099.979344,1167.586971,213.5433615,815.680739 +148835,461.4788136,1109.922223,1181.941121,215.8194489,821.7849435 +148836,466.0829632,1119.78045,1196.350325,218.0763054,827.7559737 +148837,470.636064,1129.458723,1210.038951,220.3145177,833.6030574 +148838,475.1404799,1138.854503,1223.765876,222.5346154,839.3342935 +148839,479.5983148,1148.172328,1236.879818,224.737086,844.9569145 +148840,484.0114202,1157.323524,1250.010475,226.9223612,850.4772812 +148841,488.3814592,1148.397359,1246.655169,229.0908355,855.9011265 +148842,492.5576701,1154.374455,1256.603452,231.2211756,861.2320704 +148843,496.5971785,1161.503387,1267.869485,233.3215452,866.4735616 +148844,500.5776087,1168.873504,1278.752463,235.4035139,871.6303112 +148845,504.5389848,1176.217182,1290.056128,237.4731945,876.7068287 +148846,508.4916276,1183.577029,1300.699155,239.532233,881.7069457 +148847,512.4336444,1190.751204,1311.69093,241.5803993,886.6339211 +148848,516.3609883,1197.946926,1321.986093,243.6171129,891.4904427 +148849,520.2706989,1205.009177,1332.621151,245.6419609,896.2789082 +148850,524.161019,1212.0314,1342.553517,247.6547174,901.0014003 +148851,528.0308985,1218.332932,1352.434364,249.6552824,905.6599228 +148852,531.8795885,1225.898655,1362.634762,251.643611,910.2563083 +148853,535.7065089,1232.202694,1372.189964,253.6196976,914.7923643 +148854,539.5111961,1240.869235,1381.662494,255.5835607,919.2697712 +148855,543.2933173,1248.316594,1391.064911,257.5352489,923.6902071 +148856,547.0526358,1255.672725,1400.153516,259.4748265,928.0552218 +148857,550.7890272,1262.886951,1409.33881,261.4023824,932.3663723 +148858,554.5024395,1270.065014,1418.023795,263.3180162,936.6251056 +148859,558.1928953,1277.061075,1426.903197,265.221842,940.8328647 +148860,561.8604658,1283.786631,1435.40346,267.11398,944.9909941 +148861,565.2761308,1459.41437,1832.934155,268.8904043,948.6842118 +148862,575.7733873,1467.652152,1844.322886,398.791091,965.7732781 +148863,589.8125278,1475.083635,1854.160754,549.6100267,989.6217699 +148864,861.1548448,1482.283082,1863.36244,449.5582554,1013.647309 +148865,1067.424957,1489.156608,1872.014892,490.7408333,1035.14999 +148866,907.7096844,1495.718901,1880.458212,500.2017397,1053.858658 +148867,988.8466585,1502.159244,1888.830666,508.6498342,1070.27985 +148868,1005.136471,1508.536825,1896.675415,516.9885737,1084.925789 +148869,1021.090509,1514.626122,1904.543044,525.2712533,1098.143569 +148870,1035.743987,1520.624333,1912.23779,533.2853056,1565.322751 +148871,1050.936103,1526.471287,1919.529349,541.1619768,1443.333728 +148872,1065.350637,1532.17774,1927.006368,549.0064171,1461.334212 +148873,1079.311316,1537.746602,1934.101118,556.5742082,1502.358233 +148874,1093.246763,1543.177216,1941.195202,564.0472577,1520.059929 +148875,1107.226282,1548.480605,1947.95556,571.60347,1536.438659 +148876,1120.619623,1553.655632,1954.750563,579.0170126,1553.154497 +148877,1133.859695,1558.707057,1961.354334,585.9193676,1568.449503 +148878,1147.020065,1563.636184,1967.772738,593.0411274,1584.013371 +148879,1159.545665,1568.445165,1974.331625,600.1958634,1599.073748 +148880,1172.726773,1573.06666,1980.42109,607.0372853,1613.533263 +148881,1184.909082,1577.738666,1986.628511,613.7832568,1628.345007 +148882,1197.335284,1582.147494,1992.645478,620.5690076,1642.250317 +148883,1209.359122,1586.499979,1998.562906,627.1010258,1656.114354 +148884,1221.375747,1590.728777,2004.44786,633.6005848,1669.654741 +148885,1232.709827,1594.915856,2010.03167,639.9627571,1682.932851 +148886,1244.935744,1598.81995,2015.607541,646.5157268,1695.953782 +148887,1256.001499,1602.765791,2021.206269,652.623884,1708.698975 +148888,1267.413533,1606.544064,2026.541736,658.9433536,1721.284923 +148889,1278.436536,1610.155889,2031.847012,664.9738669,1733.576128 +148890,1289.823243,1613.835228,2037.042988,670.9818467,1745.637457 +148891,1299.60963,1618.405223,2041.317776,676.4662442,1757.560109 +148892,1309.948295,1623.08266,2045.128101,681.7927224,1769.198143 +148893,1319.922538,1627.773769,2048.916082,687.0031059,1780.626057 +148894,1329.709511,1632.473038,2052.460759,691.8933974,1791.940945 +148895,1339.338667,1637.171003,2055.855575,697.2486985,1802.953605 +148896,1348.92038,1641.86026,2059.097558,702.0045157,1813.900474 +148897,1357.848666,1646.535582,2062.194008,706.8813584,1824.548471 +148898,1367.779661,1651.120199,2065.150243,711.6353828,1835.143844 +148899,1376.522156,1655.933039,2067.972196,716.3099243,1845.444222 +148900,1385.651398,1660.385597,2070.584229,720.9058067,1855.320374 +148901,1394.445589,1665.364699,2073.272005,725.6582608,1865.894239 +148902,1403.180593,1672.050006,2075.700887,729.7125273,1875.2068 +148903,1411.805905,1673.621824,2077.955494,734.3131397,1885.294387 +148904,1420.277291,1682.645508,2080.197023,738.5105683,1894.582899 +148905,1428.703819,1681.38563,2082.289728,742.7836292,1903.954957 +148906,1436.928966,1693.999818,2084.294519,746.8489364,1913.326645 +148907,1445.278572,1687.804069,2086.241965,751.0622503,1922.579926 +148908,1453.222967,1706.850902,2088.023602,755.0265856,1931.430952 +148909,1461.322234,1691.575435,2089.783683,759.0715096,1936.680385 +148910,1469.186981,1723.034774,2091.389774,762.90061,1943.474433 +148911,1476.908919,1690.347519,2093.0009,766.7646266,1949.38983 +148912,1484.651206,1712.210662,2095.985212,770.2566011,1955.515631 +148913,1492.312158,1720.880001,2093.872622,774.4340691,1961.525124 +148914,1499.776338,1719.531956,2103.105279,777.948246,1967.394697 +148915,1507.263544,1725.10602,2090.338025,781.5962068,1973.334345 +148916,1514.675124,1729.24247,2115.928022,785.2078144,1978.972845 +148917,1521.891803,1733.123462,2081.371138,788.7744213,1984.625332 +148918,1529.140665,1737.129977,2132.000515,792.2278111,1990.264864 +148919,1536.270674,1740.924621,2069.33091,795.6964223,1995.724575 +148920,1543.382466,1744.839923,2119.145592,799.0945846,2001.147062 +148921,1556.954068,1751.617726,2124.904993,805.3014033,2017.851683 +148922,1565.086863,1756.083834,2087.838923,809.119267,2024.610607 +148923,1572.751844,1760.396535,2127.581813,812.8461185,2031.062071 +148924,1580.220335,1764.353387,2114.425521,816.4257132,2037.101279 +148925,1587.55853,1768.403261,2118.324989,819.8743321,2042.983835 +148926,1594.849289,1772.310545,2119.893833,823.3204195,2048.63365 +148927,1601.911003,1776.059624,2121.241406,826.6848281,2054.210678 +148928,1615.319715,1796.466347,2119.337097,828.3573606,2059.903317 +148929,1623.079991,1802.967385,2119.79245,831.2052756,2065.153126 +148930,1630.381214,1808.261872,2120.49299,834.2484812,2070.458964 +148931,1637.673139,1813.212795,2121.226746,837.2700827,2075.678328 +148932,1644.803517,1817.941567,2121.964642,840.2750437,2080.816543 +148933,1651.849491,1822.485942,2123.218302,843.2821434,2085.882384 +148934,1658.86871,1826.892122,2125.060575,846.1820462,2090.875147 +148935,1665.673577,1831.09254,2127.052925,849.1182026,2095.80155 +148936,1672.532521,1835.504608,2129.046693,851.9959096,2100.661393 +148937,1679.275401,1839.472761,2131.31947,854.8470608,2105.458105 +148938,1685.961451,1843.597447,2133.470599,857.6988959,2110.140179 +148939,1692.642354,1847.440667,2135.757626,860.4417519,2114.894932 +148940,1699.117888,1851.37377,2138.179435,863.2248259,2119.524387 +148941,1687.697262,1846.478196,2121.528535,857.3511244,2089.667616 +148942,1684.631847,1845.118121,2114.918112,855.7868536,2079.246885 +148943,1733.591283,1866.768779,2158.723195,877.066783,2160.704434 +148944,1716.176439,1860.205008,2137.876695,869.217241,2130.029388 +148945,1728.87689,1866.640884,2154.634994,874.651808,2140.10197 +148946,1734.974515,1869.592249,2147.10359,877.0243024,2143.790512 +148947,1742.090402,1873.574413,2141.893593,880.0379867,2122.790435 +148948,1747.539237,1875.89803,2159.618497,882.0918623,2162.647473 +148949,1754.292909,1879.45555,2154.777172,884.9221917,2150.192487 +148950,1760.491797,1882.6376,2160.400228,887.3311372,2157.594404 +148951,1767.154558,1884.227757,2160.173668,890.4271245,2161.895892 +148952,1773.301569,1885.090564,2167.075532,893.2091388,2165.531021 +148953,1779.888848,1886.312312,2178.021612,896.0258347,2169.729913 +148954,1786.291409,1887.253241,2176.052344,899.5962244,2173.54729 +148955,1793.188811,1888.633726,2163.177232,902.7371224,2178.122851 +148956,1798.845266,1888.126551,2202.911798,905.397295,2181.144824 +148957,1805.389989,1889.174164,2169.504679,908.688701,2185.306792 +148958,1811.117652,1888.632472,2209.205353,911.4418524,2188.648159 +148959,1818.06219,1889.762032,2187.435943,915.0097822,2193.192996 +148960,1823.701415,1889.312148,2200.687979,917.6329069,2196.430886 +148961,1829.67508,1888.986867,2203.172082,920.7732198,2199.928667 +148962,1835.957732,1895.331792,2207.138477,923.7761249,2203.960892 +148963,1841.631142,1892.634868,2211.121686,926.8833659,2207.340822 +148964,1847.775581,1898.519877,2215.285915,929.8094734,2211.119582 +148965,1854.182325,1861.517458,2224.67209,933.2445943,2215.379548 +148966,1858.813988,1901.139329,2220.547437,935.5496447,2217.546041 +148967,1861.60553,1870.387029,2235.666435,942.5910276,2221.906299 +148968,1935.595326,1904.691245,2315.795744,977.801625,2348.51585 +148969,1773.71378,1846.312571,2145.238425,905.3001504,2044.316607 +148970,1990.860405,1889.019916,2367.500933,1003.651768,2441.323724 +148971,1775.219503,1852.838522,2147.622079,907.6463975,2031.554197 +148972,2005.077657,1885.431234,2377.695356,1011.148368,2451.164707 +148973,1783.314442,1836.895174,2156.295371,913.2307782,2035.203392 +148974,2024.992083,1898.841582,2387.109484,1018.103003,2460.376486 +148975,1782.907517,1818.085163,2165.747065,918.9382111,2039.217704 +148976,2053.415878,1908.859705,2400.487652,1025.259155,2469.927986 +148977,1775.649353,1808.925879,2169.925633,924.7252559,2043.132255 +148978,2055.254371,1907.367413,2411.039949,1032.053426,2479.071177 +148979,1810.414631,1804.641069,2180.228429,930.18137,2046.757443 +148980,2055.252849,1905.28232,2422.580522,1039.356382,2488.715535 +148981,1707.257589,1749.810698,2057.943109,883.7161627,1839.281493 +148982,1874.174886,1812.890123,2263.507936,958.433051,2150.408011 +148983,1816.281921,1784.427639,2166.870387,933.4039143,2034.812057 +148984,1835.880225,1791.793709,2203.487522,943.2353031,2061.446689 +148985,1835.356767,1783.347999,2198.310923,943.2215822,2058.540282 +148986,1842.657006,1784.542149,2205.253987,947.4772101,2063.289284 +148987,1846.157098,1780.754224,2208.064251,949.5617581,2064.246389 +148988,1850.825627,1778.723768,2212.398394,952.4709889,2066.377669 +148989,1855.24924,1776.143937,2215.973714,955.0733246,2068.464969 +148990,1859.31571,1773.284055,2224.542112,957.4476421,2070.088535 +148991,1864.704264,1771.950975,2222.482,960.879157,2073.240088 +148992,1868.362304,1768.473367,2228.093624,962.9948414,2074.385034 +148993,1872.964727,1766.147181,2232.18375,965.6845674,2076.713089 +148994,1877.443737,1763.824912,2236.054962,968.5941629,2079.054589 +148995,1882.002144,1761.199027,2239.66938,971.0913707,2081.008146 +148996,1883.806087,1747.581495,2260.494306,979.7088094,2083.028074 +148997,1888.36683,1743.98742,2262.84309,983.5894256,2085.463575 +148998,1974.276837,1778.938902,2355.063947,1024.157163,2234.577058 +148999,1780.041657,1688.668653,2155.364027,937.6479946,1869.114028 +149000,2047.000559,1789.900639,2414.296292,1052.624246,2342.12091 +149001,1758.103085,1679.151135,2157.398666,938.9546862,1849.911 +149002,2072.995287,1786.03346,2426.162657,1060.006743,2350.243865 +149003,1753.492471,1670.502765,2162.14678,943.2520711,1849.886245 +149004,2093.216416,1782.226694,2438.421649,1067.282741,2358.654259 +149005,1751.32392,1663.349187,2170.540727,948.1115729,1850.882053 +149006,2084.255698,1777.490017,2448.255511,1074.084541,2366.434449 +149007,1791.601215,1656.144874,2179.089316,952.8729618,1851.925077 +149008,2102.884394,1773.55445,2460.695906,1081.022418,2374.563199 +149009,1765.467448,1649.56519,2184.830657,957.9307575,1853.36605 +149010,2106.046791,1768.437583,2473.75133,1087.340108,2381.927505 +149011,1804.292647,1642.660245,2189.086766,962.3335171,1854.901823 +149012,2097.3523,1762.719741,2483.719403,1092.729227,2389.627288 +149013,1813.330956,1634.911445,2191.950412,965.8295937,1856.516483 +149014,2105.78699,1756.410498,2492.608964,1097.674344,2397.121816 +149015,1818.284121,1627.127554,2194.718883,969.2487464,1858.116514 +149016,2114.041617,1749.990107,2496.022172,1102.458763,2404.705983 +149017,1822.982489,1618.973602,2204.392799,972.3883218,1859.592525 +149018,2122.337712,1743.628457,2497.39542,1107.248892,2412.403089 +149019,1827.437559,1610.811131,2212.786194,975.417891,1861.008328 +149020,2130.500076,1737.036755,2498.312099,1111.711243,2420.151519 +149021,1831.753384,1602.387986,2226.819113,978.3653967,1862.211524 +149022,2138.63236,1730.519009,2496.270149,1116.258169,2438.186424 +149023,1836.061252,1593.982453,2232.459318,981.0771808,1847.928448 +149024,2146.088859,1723.59144,2497.481728,1120.55348,2443.072017 +149025,1840.40994,1585.368789,2241.99198,983.6922225,1863.179948 +149026,2153.786133,1716.869258,2496.089379,1124.869675,2443.063789 +149027,1844.409847,1576.613802,2251.996005,986.1832787,1866.078963 +149028,2161.400403,1709.981341,2493.963841,1128.994979,2450.622609 +149029,1848.269825,1567.702221,2262.419009,988.6118411,1867.247681 +149030,2168.728257,1702.959171,2491.604001,1132.962425,2458.16651 +149031,1851.926406,1558.787964,2277.194352,990.905816,1868.172464 +149032,2176.251041,1695.800052,2488.240633,1137.009432,2465.732915 +149033,1855.66137,1549.923589,2281.969265,993.2226424,1869.318046 +149034,2183.022953,1688.260709,2486.322925,1140.669867,2472.848602 +149035,1859.375735,1540.955123,2293.764284,995.3105261,1870.32298 +149036,2190.220801,1680.988699,2483.57038,1144.523862,2480.316604 +149037,1862.512734,1531.691883,2306.945942,997.2551378,1871.001165 +149038,2197.292442,1673.634226,2480.290808,1148.169239,2487.572147 +149039,1865.849469,1522.632921,2311.431008,999.3184943,1872.074787 +149040,2203.937754,1666.354867,2478.433232,1151.606464,2494.44393 +149041,1632.339228,1410.77788,2072.765762,894.721929,1438.770101 +149042,1861.928309,1516.037793,2209.593461,996.9835355,1875.118106 +149043,1766.699051,1438.72358,2108.467384,953.8020544,1702.092189 +149044,1790.406702,1474.901769,2164.18805,965.8547002,1736.636668 +149045,1783.12948,1453.491081,2159.519637,961.6384851,1729.920827 +149046,1786.399543,1454.735922,2116.165944,963.9180332,1731.333088 +149047,1784.540427,1448.519745,2156.721165,962.8497826,1728.974524 +149048,1783.818109,1443.533136,2137.966239,962.6655349,1727.84443 +149049,1784.229753,1439.893851,2140.764725,963.0576545,1727.375388 +149050,1783.737328,1434.914888,2139.162282,962.8286994,1726.420162 +149051,1803.009669,1439.100309,2176.007247,971.6082793,1761.410037 +149052,1856.664575,1459.437544,2182.969469,996.7303262,1857.433823 +149053,1746.649253,1405.682463,2133.61567,946.7757883,1651.103713 +149054,1802.812534,1426.268563,2121.024804,972.2143083,1756.608241 +149055,1789.839093,1416.183703,2155.8384,966.4455767,1731.606161 +149056,1789.476919,1411.617356,2136.665225,966.3345565,1730.750254 +149057,1789.3044,1407.049791,2138.788737,966.2908337,1730.198536 +149058,1789.174696,1402.628725,2137.854272,966.277105,1729.682787 +149059,1789.062569,1398.107502,2136.906799,966.2633467,1729.243997 +149060,1788.965022,1393.754438,2135.97013,966.2517562,1728.843247 +149061,1788.880195,1389.283093,2135.046596,966.241514,1728.481721 +149062,1788.806086,1384.933227,2134.219229,966.2317216,1728.155593 +149063,1788.741494,1380.43743,2133.193475,966.2219455,1727.862937 +149064,1788.685112,1376.081292,2132.362085,966.2115677,1727.600733 +149065,1788.636191,1371.684864,2131.467499,966.2003176,1727.367709 +149066,1788.593452,1367.307639,2130.592515,966.1876813,1727.161285 +149067,1788.55657,1362.941176,2129.725038,966.1734704,1726.980569 +149068,1788.524366,1358.643942,2128.863448,966.1572304,1726.823266 +149069,1788.496655,1354.154664,2128.00739,966.1388233,1726.688744 +149070,1788.472401,1349.946993,2127.155803,966.1178446,1726.574898 +149071,1789.032018,1346.079163,2127.171009,966.463549,1726.481287 +149072,1789.721015,1342.384848,2127.378991,966.8872682,1726.408533 +149073,1790.472303,1338.744014,2127.678126,967.3481961,1726.356091 +149074,1791.266567,1335.206713,2128.042394,967.8733295,1726.322131 +149075,1792.09655,1331.570602,2128.460538,968.3268029,1726.306469 +149076,1792.957658,1328.093158,2128.925801,968.881071,1726.307596 +149077,1793.847735,1324.60195,2129.434345,969.4202606,1726.325812 +149078,1794.764586,1321.151262,2129.982687,969.980179,1726.360047 +149079,1795.707207,1317.675579,2130.568655,970.5547063,1726.410903 +149080,1796.674186,1314.36723,2131.189699,971.1425312,1726.477437 +149081,1797.665085,1311.022141,2131.844243,971.7429742,1726.560309 +149082,1798.678896,1307.616166,2132.53014,972.3551144,1726.658557 +149083,1799.715618,1304.348267,2133.246132,972.9784022,1726.772817 +149084,1800.774492,1301.059476,2133.990322,973.6120303,1726.902073 +149085,1801.855926,1297.804348,2134.677827,974.2555469,1727.046911 +149086,1803.024818,1294.574082,2135.600051,974.9082315,1727.206266 +149087,1803.988509,1291.368167,2136.361686,975.5697098,1727.380682 +149088,1805.283037,1288.239777,2137.218783,976.2393298,1727.569043 +149089,1806.39969,1285.002154,2138.086014,976.916781,1727.771851 +149090,1807.600644,1281.849599,2138.973773,977.6014722,1727.987967 +149091,1808.80493,1278.806405,2139.881866,978.2931446,1728.217859 +149092,1810.02024,1275.676752,2140.808963,978.9912548,1728.460353 +149093,1811.246031,1272.614597,2141.754572,979.6955901,1728.715905 +149094,1812.481122,1269.565738,2142.717482,980.4056483,1728.983323 +149095,1813.725185,1266.537864,2143.781074,981.1212548,1729.263051 +149096,1814.977177,1263.583998,2144.650782,981.8419434,1729.553894 +149097,1816.236866,1260.519277,2145.721632,982.5675698,1729.856281 +149098,1817.503292,1257.590019,2146.734351,983.2977,1730.169028 +149099,1818.776288,1254.635523,2147.773258,984.0322164,1730.492558 +149100,1820.054951,1251.708563,2148.825724,984.7707096,1730.825688 +149101,1941.15561,1302.269583,2288.67842,1039.142186,1949.141648 +149102,2110.325067,1372.184684,2424.604635,1114.293064,2263.235482 +149103,2043.306374,1344.876169,2378.154775,1088.016951,2131.166523 +149104,2061.76189,1346.586092,2393.097852,1094.175289,2159.740247 +149105,2184.71428,1401.9579,2510.594194,1151.848292,2377.407117 +149106,1895.317704,1265.19228,2224.026265,1020.412434,1850.159776 +149107,2263.926625,1428.296569,2540.145133,1186.856221,2528.30102 +149108,1886.783062,1255.824338,2293.167227,1017.421466,1826.713038 +149109,2270.89853,1425.458435,2525.000923,1190.696828,2534.303644 +149110,1891.207978,1251.236514,2282.400938,1020.042987,1831.336415 +149111,2274.484062,1420.131969,2520.0661,1192.591028,2538.231965 +149112,1896.231232,1247.09338,2313.492217,1022.796398,1836.438665 +149113,2280.074862,1416.616588,2511.22129,1195.914657,2543.546794 +149114,1900.798317,1242.589721,2324.204979,1025.268561,1840.728204 +149115,2284.499229,1412.214772,2505.549205,1198.348811,2547.892102 +149116,1905.300322,1238.333033,2339.123464,1027.932509,1845.109911 +149117,2289.075569,1404.81669,2500.007233,1200.928906,2552.372829 +149118,1909.644647,1230.730789,2351.509153,1030.368005,1849.076444 +149119,2293.378286,1401.026766,2495.456396,1203.528514,2561.554977 +149120,1913.907591,1227.409937,2362.099865,1032.826129,1845.375743 +149121,2297.528839,1397.908925,2491.871546,1206.022837,2564.077279 +149122,1917.867364,1224.367667,2372.092829,1035.261122,1856.149485 +149123,2301.806483,1395.107859,2488.119804,1209.049004,2564.157861 +149124,1921.907719,1221.642332,2372.920877,1039.171671,1862.097719 +149125,2305.48895,1392.209277,2486.605959,1212.895102,2565.518114 +149126,1927.732904,1219.077619,2371.966351,1043.356815,1870.657402 +149127,2307.341783,1396.801658,2486.07423,1225.36257,2562.92308 +149128,1939.278254,1224.903127,2371.499939,1052.934889,1882.238458 +149129,2302.590212,1396.347656,2486.952136,1238.247389,2557.672675 +149130,1954.412197,1223.617218,2372.990132,1049.059957,1895.700612 +149131,2293.33526,1387.319604,2488.724397,1244.622394,2550.705592 +149132,1967.868751,1213.077409,2374.875506,1040.568788,1886.904308 +149133,2285.05042,1382.824407,2489.463647,1253.412274,2578.26015 +149134,1980.66879,1209.244971,2374.185897,1037.374184,1894.821678 +149135,2277.408992,1379.316203,2488.556411,1244.866152,2557.839527 +149136,1960.412509,1205.724894,2373.806505,1061.799365,1893.483015 +149137,2318.541905,1375.752793,2488.41206,1252.985214,2584.297352 +149138,1962.972094,1202.420373,2374.59157,1045.303392,1883.902845 +149139,2295.054644,1372.073372,2489.569435,1251.867579,2589.790122 +149140,1959.209989,1198.985947,2374.809606,1068.729318,1886.843771 +149141,2323.33105,1368.684696,2489.402309,1244.759275,2592.817369 +149142,1969.615013,1195.439284,2374.213283,1074.414881,1889.404802 +149143,2293.754267,1365.275507,2488.763424,1248.242767,2595.690263 +149144,1964.629088,1191.982023,2374.012174,1077.960491,1892.101516 +149145,2326.047195,1361.751228,2488.699094,1251.661097,2598.272986 +149146,1974.325121,1187.867765,2373.292686,1080.838812,1894.060229 +149147,2293.84018,1359.244272,2488.217289,1256.094069,2604.084671 +149148,1968.790288,1184.519827,2373.477461,1084.498357,1893.300863 +149149,2328.472065,1354.959613,2488.209096,1258.75143,2613.119442 +149150,1952.220259,1181.509277,2374.109372,1088.600125,1886.961491 +149151,2333.416871,1351.291501,2488.962069,1262.137874,2629.609694 +149152,1953.550559,1178.013317,2374.351142,1092.080166,1888.089807 +149153,2334.647972,1347.815223,2489.011608,1265.762363,2598.099312 +149154,1954.142549,1174.128747,2373.441323,1095.323346,1912.055565 +149155,2336.449178,1344.886325,2487.907898,1269.81312,2621.356087 +149156,1955.579243,1170.680929,2373.528389,1099.058678,1885.898478 +149157,2336.660769,1340.821925,2488.215689,1272.977293,2621.70011 +149158,1957.040453,1167.455563,2374.030575,1102.971816,1906.511526 +149159,2337.512363,1337.183372,2487.773979,1276.552478,2613.883313 +149160,1957.021196,1163.278399,2372.046316,1106.085954,1909.84709 +149161,2390.709775,1352.777836,2486.454911,1304.462046,2711.177325 +149162,2126.594706,1230.49837,2486.901026,1186.676858,2180.994772 +149163,2229.144709,1274.153627,2485.067559,1251.078288,2404.223804 +149164,2215.488047,1265.446219,2483.392794,1206.345599,2351.6134 +149165,2218.560004,1264.355386,2483.130599,1245.070526,2366.243473 +149166,2221.481264,1263.338387,2481.439272,1249.342914,2364.80851 +149167,2224.396666,1262.314636,2480.502914,1221.185965,2367.777997 +149168,2227.504282,1261.280779,2479.948694,1247.882155,2370.014701 +149169,2230.185171,1260.239254,2479.568067,1246.606466,2372.122662 +149170,2232.92406,1259.192085,2479.303534,1248.642896,2374.147821 +149171,2235.991699,1258.140284,2479.135372,1252.403508,2376.100931 +149172,2238.38466,1257.084162,2479.034074,1255.791781,2377.988906 +149173,2241.087056,1256.024001,2478.98094,1258.871681,2379.818097 +149174,2243.698818,1254.959766,2478.962167,1262.170815,2381.675525 +149175,2246.534515,1253.891535,2478.966466,1265.419963,2383.27178 +149176,2248.964907,1252.819134,2478.985737,1268.696387,2385.009825 +149177,2251.47099,1251.742535,2479.014067,1271.991959,2386.628997 +149178,2253.98634,1250.661524,2479.046493,1275.374524,2388.218278 +149179,2256.712865,1249.576065,2479.078863,1278.607985,2389.768012 +149180,2258.930568,1248.550083,2479.108946,1282.012832,2391.279302 +149181,2261.505404,1247.361047,2479.1357,1285.312738,2392.754282 +149182,2263.846943,1246.306664,2479.156745,1288.813496,2394.194105 +149183,2266.274394,1245.192572,2479.169308,1292.188471,2395.600645 +149184,2268.668525,1244.08307,2479.171946,1295.645559,2396.974839 +149185,2271.154104,1242.96881,2479.163628,1299.183915,2398.31832 +149186,2273.344058,1241.849565,2479.144202,1302.578627,2399.63187 +149187,2275.762592,1240.725369,2479.111321,1306.148589,2402.251303 +149188,2278.067263,1239.596139,2479.068756,1309.685543,2400.466785 +149189,2280.371859,1238.46193,2479.010112,1313.259225,2408.312236 +149190,2282.661425,1237.322675,2478.94623,1316.860374,2397.878512 +149191,2284.892137,1236.410938,2478.859206,1320.275103,2419.11503 +149192,2287.104568,1235.548224,2478.797366,1323.690525,2390.788271 +149193,2289.304192,1234.710939,2478.754018,1327.11213,2433.072517 +149194,2291.491932,1233.892767,2478.759345,1330.539025,2380.694939 +149195,2293.669239,1233.090996,2478.814611,1333.970362,2423.246141 +149196,2295.837111,1232.304391,2478.847247,1337.405305,2417.461935 +149197,2297.996661,1231.53206,2478.90716,1340.843247,2398.761922 +149198,2300.148053,1230.773379,2479.000777,1344.353626,2419.955984 +149199,2302.292886,1230.02808,2479.066392,1347.689015,2426.888362 +149200,2304.43126,1229.295711,2479.166435,1351.182197,2394.307865 +149201,2306.563956,1228.512898,2479.299015,1354.614394,2426.558154 +149202,2308.804801,1227.898839,2479.231177,1357.98406,2431.650371 +149203,2310.754132,1227.223896,2476.107958,1361.533073,2393.26303 +149204,2312.854017,1226.461274,2473.179756,1364.999601,2431.380885 +149205,2315.129137,1225.838136,2470.426406,1368.340041,2417.673616 +149206,2317.167422,1225.172699,2467.859747,1371.832136,2421.092546 +149207,2319.30319,1224.528597,2465.452022,1375.256119,2422.079856 +149208,2321.42094,1223.896411,2463.161225,1378.687354,2423.062265 +149209,2323.536769,1223.275926,2460.958576,1382.190434,2423.732941 +149210,2325.766213,1222.667029,2458.829348,1385.421382,2424.819202 +149211,2327.70542,1222.069646,2456.756284,1389.006069,2425.615115 +149212,2329.902386,1221.483679,2454.731662,1392.350259,2426.583089 +149213,2331.997402,1220.909058,2452.744657,1395.764236,2427.298502 +149214,2334.109341,1220.345696,2450.793021,1399.159829,2428.216739 +149215,2336.101396,1219.793529,2448.870029,1402.622624,2429.043973 +149216,2338.393855,1219.189114,2446.976211,1405.884672,2429.877695 +149217,2340.418583,1218.753118,2445.103947,1409.308273,2430.790948 +149218,2342.665468,1218.189025,2443.253602,1412.654113,2431.384003 +149219,2344.596883,1217.690773,2441.417769,1415.923282,2434.616138 +149220,2346.793618,1217.193776,2439.59368,1419.374493,2437.246889 +149221,2271.523509,1183.448278,2440.533333,1389.263921,2281.281155 +149222,2272.244643,1182.368221,2440.157073,1392.014461,2299.279674 +149223,2273.090648,1181.465087,2435.284591,1394.728774,2285.553468 +149224,2274.0379,1180.566277,2430.803558,1397.608797,2297.599594 +149225,2275.002374,1179.697295,2427.115048,1400.423599,2286.291566 +149226,2275.978322,1178.844246,2424.210471,1403.241669,2303.146051 +149227,2276.959046,1178.004625,2421.898634,1406.047451,2280.707387 +149228,2269.638157,1178.835259,2419.979881,1399.463781,2315.075451 +149229,2269.152416,1178.294592,2418.556119,1400.46228,2269.123945 +149230,2269.317217,1177.592391,2417.458851,1402.188521,2306.103584 +149231,2269.65088,1176.847716,2416.453158,1404.086257,2305.066829 +149232,2270.060388,1176.087128,2415.521779,1406.061824,2276.836042 +149233,2270.509771,1175.320012,2414.642114,1408.073812,2305.193171 +149234,2270.983666,1174.549083,2415.524164,1410.104048,2312.859957 +149235,2271.470041,1173.781805,2413.747918,1412.058715,2269.500049 +149236,2271.969918,1173.010351,2412.573608,1414.213482,2310.976739 +149237,2272.476334,1172.242356,2411.528666,1416.190422,2295.222219 +149238,2272.989054,1171.475311,2410.569753,1418.230162,2298.582205 +149239,2273.505947,1170.710115,2409.677325,1420.329748,2299.151528 +149240,2274.025706,1169.946899,2408.821666,1422.222032,2299.492213 +149241,2274.548219,1169.184366,2409.788461,1424.280552,2300.020102 +149242,2275.186265,1168.428351,2408.062185,1426.253998,2300.454138 +149243,2275.534489,1167.670079,2406.899078,1428.230735,2300.90683 +149244,2276.166462,1166.91649,2405.896963,1430.19155,2301.348307 +149245,2276.815314,1166.163387,2406.777638,1432.13904,2301.788604 +149246,2277.498139,1165.417121,2405.000542,1434.067482,2302.214143 +149247,2278.192857,1164.668779,2403.806651,1435.982937,2302.644553 +149248,2278.880209,1163.925255,2402.78478,1437.879339,2303.064479 +149249,2279.562745,1163.18373,2401.85584,1439.758271,2303.480454 +149250,2280.237809,1162.444712,2400.984809,1441.618689,2303.89117 +149251,2281.035382,1161.392557,2400.149257,1443.985559,2304.296959 +149252,2281.766844,1160.270959,2399.300343,1446.645099,2304.783589 +149253,2282.481588,1159.112292,2398.40695,1449.060809,2305.040767 +149254,2283.183029,1157.925205,2397.461969,1451.50628,2305.404173 +149255,2283.871364,1156.713413,2396.46772,1454.277808,2305.906215 +149256,2284.546687,1155.478796,2395.427731,1456.833347,2306.214556 +149257,2285.207565,1154.222553,2394.346812,1459.474411,2306.595352 +149258,2285.855555,1152.943877,2395.027201,1462.124305,2306.958308 +149259,2286.482705,1151.649262,2392.96103,1464.791839,2307.30611 +149260,2287.099593,1150.329893,2391.414887,1467.480459,2307.654508 +149261,2287.576967,1148.993266,2389.992858,1470.186865,2307.990554 +149262,2288.336499,1147.63668,2388.624563,1472.911022,2308.319033 +149263,2288.813449,1146.261021,2387.278996,1475.737094,2308.638898 +149264,2289.376506,1144.866397,2385.937798,1478.368357,2308.949577 +149265,2289.903307,1143.512528,2386.38815,1481.205569,2309.252909 +149266,2290.409906,1141.993475,2384.108322,1487.046902,2309.541251 +149267,2290.898408,1140.523778,2382.36823,1484.332134,2309.915134 +149268,2303.238862,1139.102167,2380.737527,1501.977592,2310.091301 +149269,2305.134479,1137.594018,2379.111643,1508.869388,2310.411723 +149270,2306.559856,1136.117834,2377.498582,1511.755095,2310.667684 +149271,2307.684337,1134.615504,2375.915315,1515.842485,2310.929764 +149272,2308.709952,1133.095193,2374.353909,1519.719142,2311.181656 +149273,2309.656749,1131.557008,2372.803046,1523.447402,2311.424763 +149274,2310.54343,1130.001083,2371.254147,1527.151262,2311.661211 +149275,2311.381296,1128.425964,2371.499199,1530.832661,2311.894621 +149276,2312.170064,1126.838285,2369.020848,1534.489245,2312.11449 +149277,2312.92264,1125.22772,2367.081592,1538.226009,2312.338313 +149278,2313.634026,1123.602147,2365.280206,1541.731753,2312.551655 +149279,2314.309173,1121.958248,2363.54311,1545.423827,2312.760103 +149280,2314.948395,1120.296493,2361.839202,1548.944468,2312.961651 +149281,2161.955369,1052.31232,2361.849444,1500.137906,2027.120641 +149282,1999.600709,976.9198455,2007.680289,1396.246026,1730.279642 +149283,2403.126391,1155.685471,2363.289486,1612.006615,2477.468995 +149284,1879.099244,920.4371106,2048.285131,1364.533165,1509.687709 +149285,2453.554016,1163.290913,2369.928835,1630.40718,2537.912424 +149286,1843.887755,916.8423632,1981.535427,1361.881933,1488.795347 +149287,2464.924308,1158.164042,2385.71495,1637.689971,2545.952849 +149288,1843.805057,912.5846971,1975.11693,1371.933197,1485.665215 +149289,2452.754869,1154.724313,2392.136926,1643.069553,2534.825919 +149290,1858.50527,907.9525809,1941.160391,1378.167863,1501.527997 +149291,2432.075041,1150.588797,2397.912596,1653.042728,2523.394429 +149292,1876.804487,903.2189852,1920.789211,1379.328403,1505.780648 +149293,2423.676329,1146.860958,2400.761021,1652.015401,2536.911408 +149294,1876.967365,898.5671582,1905.047247,1400.727706,1481.678616 +149295,2422.800595,1142.57612,2403.441799,1669.226654,2533.251137 +149296,1875.812068,894.1377652,1884.971261,1382.249046,1500.283597 +149297,2421.769858,1138.06594,2404.490643,1670.530913,2525.013698 +149298,1874.688044,890.2462645,1859.201027,1415.302966,1497.241878 +149299,2420.329778,1132.832555,2407.91359,1660.309811,2525.936959 +149300,1873.45668,885.9735845,1849.848997,1430.324792,1496.773392 +149301,2418.983274,1128.213084,2406.381029,1674.756624,2521.234825 +149302,1884.988893,882.2245948,1830.059059,1472.305912,1501.250601 +149303,2433.68109,1125.398683,2405.820102,1682.75567,2518.381426 +149304,1886.654248,877.9894882,1823.649578,1482.676728,1501.11765 +149305,2433.461611,1120.657785,2402.75003,1733.475693,2517.32957 +149306,1887.154965,873.6918957,1804.38319,1460.923858,1500.680796 +149307,2432.957059,1115.945773,2398.106835,1743.380513,2516.41936 +149308,1887.07077,868.8898278,1795.184046,1495.987003,1499.896221 +149309,2434.507351,1111.454176,2388.754733,1746.708209,2515.846021 +149310,1889.323607,864.0320081,1785.820427,1508.136879,1499.078022 +149311,2437.037889,1106.863019,2383.013046,1757.314108,2515.169525 +149312,1891.97278,860.0027572,1777.295405,1520.641606,1498.650018 +149313,2438.234256,1102.182313,2370.147188,1763.682358,2514.030276 +149314,1894.12534,855.8251764,1768.628698,1529.369692,1498.074983 +149315,2441.237891,1097.962479,2367.27408,1771.679349,2513.419621 +149316,1894.380749,851.4354123,1756.952271,1536.583545,1497.242641 +149317,2449.460413,1093.773716,2357.333212,1787.176541,2513.817827 +149318,1887.86473,847.1263255,1752.948181,1531.942598,1495.047815 +149319,2463.832785,1089.455915,2349.382883,1806.129141,2516.341989 +149320,1875.665927,842.7719588,1741.804953,1527.285353,1490.249967 +149321,2484.173906,1085.249976,2344.166143,1816.974412,2523.089134 +149322,1857.824172,838.446745,1731.551404,1532.433921,1480.901293 +149323,2467.137643,1080.939672,2333.74228,1822.31443,2531.195571 +149324,1897.743843,833.9727521,1727.310234,1537.830781,1471.639247 +149325,2469.451304,1076.775878,2324.982919,1827.762187,2520.422665 +149326,1873.473438,829.5987459,1717.397595,1542.825075,1491.305496 +149327,2465.059541,1072.372726,2318.819081,1832.325227,2514.182259 +149328,1901.512526,825.2486512,1707.086675,1547.623859,1485.472843 +149329,2478.851618,1068.028591,2307.651954,1836.645712,2526.194182 +149330,1865.701596,820.9799228,1704.259278,1552.123608,1470.140839 +149331,2471.779907,1063.401718,2297.357071,1840.23394,2517.96418 +149332,1902.792512,816.6829069,1694.878714,1556.288938,1489.204145 +149333,2453.344392,1059.038475,2290.138146,1843.561792,2515.836467 +149334,1907.805068,812.2502346,1685.621026,1568.480605,1477.257644 +149335,2453.942312,1054.633192,2282.784425,1834.482995,2512.591727 +149336,1908.034144,807.6449671,1675.460206,1568.532482,1488.357618 +149337,2454.830888,1050.374706,2275.745519,1848.503448,2518.06352 +149338,1908.377023,803.1881597,1665.869409,1565.680191,1469.802717 +149339,2454.817228,1045.787505,2263.661715,1851.820632,2513.74268 +149340,1908.487179,798.7103803,1662.553914,1568.113621,1486.07551 +149341,1782.208766,1041.460871,833.3860976,1427.231365,1989.739417 +149342,1870.969588,999.3767159,886.6547996,1504.406615,2073.187707 +149343,2005.529261,1069.469919,968.3383885,1617.314501,2201.043257 +149344,2109.256413,1040.593454,1037.509998,1699.753409,2298.115902 +149345,2165.367593,1055.288798,1083.144572,1737.874017,2348.229983 +149346,2190.52494,1046.438927,1112.114726,1748.462051,2369.743546 +149347,2202.401091,1046.04058,1132.532094,1748.752548,2379.587938 +149348,2208.908332,1043.86035,1148.266383,1746.612366,2385.063209 +149349,2213.27285,1041.895131,1161.102547,1744.806436,2388.53913 +149350,2216.680957,1039.836388,1171.87596,1743.838805,2391.253557 +149351,2219.803166,1037.773243,1181.028916,1743.509071,2393.586927 +149352,2222.231402,1035.697458,1188.839031,1743.536595,2395.665041 +149353,2224.305193,1033.613509,1195.51769,1743.740865,2397.537691 +149354,2226.088624,1031.52242,1201.240581,1744.032766,2399.234905 +149355,2227.628922,1029.427246,1206.155996,1744.370658,2400.780621 +149356,2228.970134,1027.322708,1210.388452,1744.731117,2402.195224 +149357,2230.137646,1025.220013,1214.040482,1745.095521,2403.493339 +149358,2231.156733,1023.116591,1217.199269,1745.451037,2404.690362 +149359,2232.049095,1021.011203,1219.938057,1745.788517,2405.800038 +149360,2232.831653,1018.903273,1222.317928,1746.101446,2406.833814 +149361,2233.517297,1016.79333,1224.389816,1746.385353,2407.801161 +149362,2234.116115,1014.680398,1226.196333,1746.637322,2408.710111 +149363,2234.636294,1012.564551,1227.773228,1746.855523,2409.567549 +149364,2235.084487,1010.445125,1229.15056,1747.038845,2410.379443 +149365,2235.466153,1008.32189,1230.353638,1747.186619,2411.150932 +149366,2235.785815,1006.194185,1231.403803,1747.298461,2411.886458 +149367,2236.047195,1004.061738,1232.319073,1747.367768,2412.589805 +149368,2236.253443,1001.923889,1233.114693,1747.402486,2413.264232 +149369,2236.407104,999.7803719,1233.803585,1747.405005,2413.912502 +149370,2236.510338,997.6305367,1234.396734,1747.367365,2414.536978 +149371,2236.565005,995.5580848,1234.903493,1747.295647,2415.139649 +149372,2236.569347,993.4979693,1235.335165,1747.163405,2415.722212 +149373,2236.522566,991.5040191,1235.701032,1746.959039,2416.28609 +149374,2236.425518,989.3535031,1236.007766,1746.684265,2416.83248 +149375,2236.279888,987.3427821,1236.260236,1746.345578,2417.362367 +149376,2236.087477,985.2727733,1236.462324,1745.949088,2417.876588 +149377,2235.849788,983.2108373,1236.61734,1745.499018,2418.375825 +149378,2235.568075,981.1457169,1236.728213,1744.998003,2418.860653 +149379,2235.243453,979.077227,1236.797545,1744.447738,2419.331531 +149380,2234.876827,976.9428751,1236.827653,1743.849457,2419.788846 +149381,2234.469024,975.0096212,1236.820603,1743.204156,2420.232905 +149382,2234.032376,972.8945892,1236.780249,1742.532665,2420.663967 +149383,2233.564105,970.8259085,1236.707729,1741.828003,2421.082245 +149384,2233.05888,968.7402156,1236.603547,1741.079559,2421.487912 +149385,2232.513831,966.6488707,1236.468457,1740.282312,2421.881072 +149386,2231.928523,964.6130485,1236.303509,1739.436098,2422.261822 +149387,2231.303656,962.4185696,1236.109844,1738.542715,2422.630224 +149388,2230.640163,960.3554252,1235.888569,1737.604078,2422.986335 +149389,2229.938824,958.2304731,1235.640709,1736.621585,2423.330194 +149390,2229.200325,956.1096419,1235.36721,1735.596165,2423.661843 +149391,2228.425232,953.9826685,1235.06894,1734.528452,2423.9813 +149392,2227.614044,951.8493266,1234.746711,1733.418955,2424.288589 +149393,2226.767184,949.7096291,1234.401282,1732.267615,2424.583711 +149394,2225.885093,947.5634348,1234.033365,1731.074128,2424.866674 +149395,2224.968199,945.4109144,1233.643632,1729.838634,2425.137472 +149396,2224.016898,943.2518339,1233.232726,1728.561675,2425.39612 +149397,2223.031553,941.0863162,1232.801256,1727.243907,2425.642627 +149398,2222.012535,938.974042,1232.349806,1725.885941,2425.877012 +149399,2220.960225,936.6463408,1231.878922,1724.488281,2426.099279 +149400,2219.874947,934.5943553,1231.38913,1723.05136,2426.309436 +149401,0,0,0,0,0 +149402,0,0,0,0,0 +149403,0,0,0,0,0 +149404,0,0,0,0,0 +149405,0,0,0,0,0 +149406,0,0,0,0,0 +149407,0,0,0,0,0 +149408,0,0,0,0,0 +149409,0,0,0,0,0 +149410,0,0,0,0,0 +149411,0,0,0,0,0 +149412,0,0,0,0,0 +149413,0,0,0,0,0 +149414,0,0,0,0,0 +149415,0,0,0,0,0 +149416,0,0,0,0,0 +149417,0,0,0,0,0 +149418,0,0,0,0,0 +149419,0,0,0,0,0 +149420,0,0,0,0,0 +149421,0,0,0,0,0 +149422,0,0,0,0,0 +149423,0,0,0,0,0 +149424,0,0,0,0,0 +149425,0,0,0,0,0 +149426,0,0,0,0,0 +149427,0,0,0,0,0 +149428,0,0,0,0,0 +149429,0,0,0,0,0 +149430,0,0,0,0,0 +149431,0,0,0,0,0 +149432,0,0,0,0,0 +149433,0,0,0,0,0 +149434,0,0,0,0,0 +149435,0,0,0,0,0 +149436,0,0,0,0,0 +149437,0,0,0,0,0 +149438,0,0,0,0,0 +149439,0,0,0,0,0 +149440,0,0,0,0,0 +149441,0,0,0,0,0 +149442,0,0,0,0,0 +149443,0,0,0,0,0 +149444,0,0,0,0,0 +149445,0,0,0,0,0 +149446,0,0,0,0,0 +149447,0,0,0,0,0 +149448,0,0,0,0,0 +149449,0,0,0,0,0 +149450,0,0,0,0,0 +149451,0,0,0,0,0 +149452,0,0,0,0,0 +149453,0,0,0,0,0 +149454,0,0,0,0,0 +149455,0,0,0,0,0 +149456,0,0,0,0,0 +149457,0,0,0,0,0 +149458,0,0,0,0,0 +149459,0,0,0,0,0 +149460,0,0,0,0,0 +149461,0,0,0,0,0 +149462,0,0,0,0,0 +149463,0,0,0,0,0 +149464,0,0,0,0,0 +149465,0,0,0,0,0 +149466,0,0,0,0,0 +149467,0,0,0,0,0 +149468,0,0,0,0,0 +149469,0,0,0,0,0 +149470,0,0,0,0,0 +149471,0,0,0,0,0 +149472,0,0,0,0,0 +149473,0,0,0,0,0 +149474,0,0,0,0,0 +149475,0,0,0,0,0 +149476,0,0,0,0,0 +149477,0,0,0,0,0 +149478,0,0,0,0,0 +149479,0,0,0,0,0 +149480,0,0,0,0,0 +149481,0,0,0,0,0 +149482,0,0,0,0,0 +149483,0,0,0,0,0 +149484,0,0,0,0,0 +149485,0,0,0,0,0 +149486,0,0,0,0,0 +149487,0,0,0,0,0 +149488,0,0,0,0,0 +149489,0,0,0,0,0 +149490,0,0,0,0,0 +149491,0,0,0,0,0 +149492,0,0,0,0,0 +149493,0,0,0,0,0 +149494,0,0,0,0,0 +149495,0,0,0,0,0 +149496,0,0,0,0,0 +149497,0,0,0,0,0 +149498,0,0,0,0,0 +149499,0,0,0,0,0 +149500,0,0,0,0,0 +149501,0,0,0,0,0 +149502,0,0,0,0,0 +149503,0,0,0,0,0 +149504,0,0,0,0,0 +149505,0,0,0,0,0 +149506,0,0,0,0,0 +149507,0,0,0,0,0 +149508,0,0,0,0,0 +149509,0,0,0,0,0 +149510,0,0,0,0,0 +149511,0,0,0,0,0 +149512,0,0,0,0,0 +149513,0,0,0,0,0 +149514,0,0,0,0,0 +149515,0,0,0,0,0 +149516,0,0,0,0,0 +149517,0,0,0,0,0 +149518,0,0,0,0,0 +149519,0,0,0,0,0 +149520,0,0,0,0,0 +149521,0,0,0,0,0 +149522,0,0,0,0,0 +149523,0,0,0,0,0 +149524,0,0,0,0,0 +149525,0,0,0,0,0 +149526,0,0,0,0,0 +149527,0,0,0,0,0 +149528,0,0,0,0,0 +149529,0,0,0,0,0 +149530,0,0,0,0,0 +149531,0,0,0,0,0 +149532,0,0,0,0,0 +149533,0,0,0,0,0 +149534,0,0,0,0,0 +149535,0,0,0,0,0 +149536,0,0,0,0,0 +149537,0,0,0,0,0 +149538,0,0,0,0,0 +149539,0,0,0,0,0 +149540,0,0,0,0,0 +149541,0,0,0,0,0 +149542,0,0,0,0,0 +149543,0,0,0,0,0 +149544,0,0,0,0,0 +149545,0,0,0,0,0 +149546,0,0,0,0,0 +149547,0,0,0,0,0 +149548,0,0,0,0,0 +149549,0,0,0,0,0 +149550,0,0,0,0,0 +149551,0,0,0,0,0 +149552,0,0,0,0,0 +149553,0,0,0,0,0 +149554,0,0,0,0,0 +149555,0,0,0,0,0 +149556,0,0,0,0,0 +149557,0,0,0,0,0 +149558,0,0,0,0,0 +149559,0,0,0,0,0 +149560,0,0,0,0,0 +149561,0,0,0,0,0 +149562,0,0,0,0,0 +149563,0,0,0,0,0 +149564,0,0,0,0,0 +149565,0,0,0,0,0 +149566,0,0,0,0,0 +149567,0,0,0,0,0 +149568,0,0,0,0,0 +149569,0,0,0,0,0 +149570,0,0,0,0,0 +149571,0,0,0,0,0 +149572,0,0,0,0,0 +149573,0,0,0,0,0 +149574,0,0,0,0,0 +149575,0,0,0,0,0 +149576,0,0,0,0,0 +149577,0,0,0,0,0 +149578,0,0,0,0,0 +149579,0,0,0,0,0 +149580,0,0,0,0,0 +149581,0,0,0,0,0 +149582,0,0,0,0,0 +149583,0,0,0,0,0 +149584,0,0,0,0,0 +149585,0,0,0,0,0 +149586,0,0,0,0,0 +149587,0,0,0,0,0 +149588,0,0,0,0,0 +149589,0,0,0,0,0 +149590,0,0,0,0,0 +149591,0,0,0,0,0 +149592,0,0,0,0,0 +149593,0,0,0,0,0 +149594,0,0,0,0,0 +149595,0,0,0,0,0 +149596,0,0,0,0,0 +149597,0,0,0,0,0 +149598,0,0,0,0,0 +149599,0,0,0,0,0 +149600,0,0,0,0,0 +149601,0,0,0,0,0 +149602,0,0,0,0,0 +149603,0,0,0,0,0 +149604,0,0,0,0,0 +149605,0,0,0,0,0 +149606,0,0,0,0,0 +149607,0,0,0,0,0 +149608,0,0,0,0,0 +149609,0,0,0,0,0 +149610,0,0,0,0,0 +149611,0,0,0,0,0 +149612,0,0,0,0,0 +149613,0,0,0,0,0 +149614,0,0,0,0,0 +149615,0,0,0,0,0 +149616,0,0,0,0,0 +149617,0,0,0,0,0 +149618,0,0,0,0,0 +149619,0,0,0,0,0 +149620,0,0,0,0,0 +149621,0,0,0,0,0 +149622,0,0,0,0,0 +149623,0,0,0,0,0 +149624,0,0,0,0,0 +149625,0,0,0,0,0 +149626,0,0,0,0,0 +149627,0,0,0,0,0 +149628,0,0,0,0,0 +149629,0,0,0,0,0 +149630,0,0,0,0,0 +149631,0,0,0,0,0 +149632,0,0,0,0,0 +149633,0,0,0,0,0 +149634,0,0,0,0,0 +149635,0,0,0,0,0 +149636,0,0,0,0,0 +149637,0,0,0,0,0 +149638,0,0,0,0,0 +149639,0,0,0,0,0 +149640,0,0,0,0,0 +149641,0,0,0,0,0 +149642,0,0,0,0,0 +149643,0,0,0,0,0 +149644,0,0,0,0,0 +149645,0,0,0,0,0 +149646,0,0,0,0,0 +149647,0,0,0,0,0 +149648,0,0,0,0,0 +149649,0,0,0,0,0 +149650,0,0,0,0,0 +149651,0,0,0,0,0 +149652,0,0,0,0,0 +149653,0,0,0,0,0 +149654,0,0,0,0,0 +149655,0,0,0,0,0 +149656,0,0,0,0,0 +149657,0,0,0,0,0 +149658,0,0,0,0,0 +149659,0,0,0,0,0 +149660,0,0,0,0,0 +149661,0,0,0,0,0 +149662,0,0,0,0,0 +149663,0,0,0,0,0 +149664,0,0,0,0,0 +149665,0,0,0,0,0 +149666,0,0,0,0,0 +149667,0,0,0,0,0 +149668,0,0,0,0,0 +149669,0,0,0,0,0 +149670,0,0,0,0,0 +149671,0,0,0,0,0 +149672,0,0,0,0,0 +149673,0,0,0,0,0 +149674,0,0,0,0,0 +149675,0,0,0,0,0 +149676,0,0,0,0,0 +149677,0,0,0,0,0 +149678,0,0,0,0,0 +149679,0,0,0,0,0 +149680,0,0,0,0,0 +149681,0,0,0,0,0 +149682,0,0,0,0,0 +149683,0,0,0,0,0 +149684,0,0,0,0,0 +149685,0,0,0,0,0 +149686,0,0,0,0,0 +149687,0,0,0,0,0 +149688,0,0,0,0,0 +149689,0,0,0,0,0 +149690,0,0,0,0,0 +149691,0,0,0,0,0 +149692,0,0,0,0,0 +149693,0,0,0,0,0 +149694,0,0,0,0,0 +149695,0,0,0,0,0 +149696,0,0,0,0,0 +149697,0,0,0,0,0 +149698,0,0,0,0,0 +149699,0,0,0,0,0 +149700,0,0,0,0,0 +149701,0,0,0,0,0 +149702,0,0,0,0,0 +149703,0,0,0,0,0 +149704,0,0,0,0,0 +149705,0,0,0,0,0 +149706,0,0,0,0,0 +149707,0,0,0,0,0 +149708,0,0,0,0,0 +149709,0,0,0,0,0 +149710,0,0,0,0,0 +149711,0,0,0,0,0 +149712,0,0,0,0,0 +149713,0,0,0,0,0 +149714,0,0,0,0,0 +149715,0,0,0,0,0 +149716,0,0,0,0,0 +149717,0,0,0,0,0 +149718,0,0,0,0,0 +149719,0,0,0,0,0 +149720,0,0,0,0,0 +149721,0,0,0,0,0 +149722,0,0,0,0,0 +149723,0,0,0,0,0 +149724,0,0,0,0,0 +149725,0,0,0,0,0 +149726,0,0,0,0,0 +149727,0,0,0,0,0 +149728,0,0,0,0,0 +149729,0,0,0,0,0 +149730,0,0,0,0,0 +149731,0,0,0,0,0 +149732,0,0,0,0,0 +149733,0,0,0,0,0 +149734,0,0,0,0,0 +149735,0,0,0,0,0 +149736,0,0,0,0,0 +149737,0,0,0,0,0 +149738,0,0,0,0,0 +149739,0,0,0,0,0 +149740,0,0,0,0,0 +149741,0,0,0,0,0 +149742,0,0,0,0,0 +149743,0,0,0,0,0 +149744,0,0,0,0,0 +149745,0,0,0,0,0 +149746,0,0,0,0,0 +149747,0,0,0,0,0 +149748,0,0,0,0,0 +149749,0,0,0,0,0 +149750,0,0,0,0,0 +149751,0,0,0,0,0 +149752,0,0,0,0,0 +149753,0,0,0,0,0 +149754,0,0,0,0,0 +149755,0,0,0,0,0 +149756,0,0,0,0,0 +149757,0,0,0,0,0 +149758,0,0,0,0,0 +149759,0,0,0,0,0 +149760,0,0,0,0,0 +149761,0,0,0,0,0 +149762,0,0,0,0,0 +149763,0,0,0,0,0 +149764,0,0,0,0,0 +149765,0,0,0,0,0 +149766,0,0,0,0,0 +149767,0,0,0,0,0 +149768,0,0,0,0,0 +149769,0,0,0,0,0 +149770,0,0,0,0,0 +149771,0,0,0,0,0 +149772,0,0,0,0,0 +149773,0,0,0,0,0 +149774,0,0,0,0,0 +149775,0,0,0,0,0 +149776,0,0,0,0,0 +149777,0,0,0,0,0 +149778,0,0,0,0,0 +149779,0,0,0,0,0 +149780,0,0,0,0,0 +149781,0,0,0,0,0 +149782,0,0,0,0,0 +149783,0,0,0,0,0 +149784,0,0,0,0,0 +149785,0,0,0,0,0 +149786,0,0,0,0,0 +149787,0,0,0,0,0 +149788,0,0,0,0,0 +149789,0,0,0,0,0 +149790,0,0,0,0,0 +149791,0,0,0,0,0 +149792,0,0,0,0,0 +149793,0,0,0,0,0 +149794,0,0,0,0,0 +149795,0,0,0,0,0 +149796,0,0,0,0,0 +149797,0,0,0,0,0 +149798,0,0,0,0,0 +149799,0,0,0,0,0 +149800,0,0,0,0,0 +149801,0,0,0,0,0 +149802,0,0,0,0,0 +149803,0,0,0,0,0 +149804,0,0,0,0,0 +149805,0,0,0,0,0 +149806,0,0,0,0,0 +149807,0,0,0,0,0 +149808,0,0,0,0,0 +149809,0,0,0,0,0 +149810,0,0,0,0,0 +149811,0,0,0,0,0 +149812,0,0,0,0,0 +149813,0,0,0,0,0 +149814,0,0,0,0,0 +149815,0,0,0,0,0 +149816,0,0,0,0,0 +149817,0,0,0,0,0 +149818,0,0,0,0,0 +149819,0,0,0,0,0 +149820,0,0,0,0,0 +149821,0,0,0,0,0 +149822,0,0,0,0,0 +149823,0,0,0,0,0 +149824,0,0,0,0,0 +149825,0,0,0,0,0 +149826,0,0,0,0,0 +149827,0,0,0,0,0 +149828,0,0,0,0,0 +149829,0,0,0,0,0 +149830,0,0,0,0,0 +149831,0,0,0,0,0 +149832,0,0,0,0,0 +149833,0,0,0,0,0 +149834,0,0,0,0,0 +149835,0,0,0,0,0 +149836,0,0,0,0,0 +149837,0,0,0,0,0 +149838,0,0,0,0,0 +149839,0,0,0,0,0 +149840,0,0,0,0,0 +149841,0,0,0,0,0 +149842,0,0,0,0,0 +149843,0,0,0,0,0 +149844,0,0,0,0,0 +149845,0,0,0,0,0 +149846,0,0,0,0,0 +149847,0,0,0,0,0 +149848,0,0,0,0,0 +149849,0,0,0,0,0 +149850,0,0,0,0,0 +149851,0,0,0,0,0 +149852,0,0,0,0,0 +149853,0,0,0,0,0 +149854,0,0,0,0,0 +149855,0,0,0,0,0 +149856,0,0,0,0,0 +149857,0,0,0,0,0 +149858,0,0,0,0,0 +149859,0,0,0,0,0 +149860,0,0,0,0,0 +149861,0,0,0,0,0 +149862,0,0,0,0,0 +149863,0,0,0,0,0 +149864,0,0,0,0,0 +149865,0,0,0,0,0 +149866,0,0,0,0,0 +149867,0,0,0,0,0 +149868,0,0,0,0,0 +149869,0,0,0,0,0 +149870,0,0,0,0,0 +149871,0,0,0,0,0 +149872,0,0,0,0,0 +149873,0,0,0,0,0 +149874,0,0,0,0,0 +149875,0,0,0,0,0 +149876,0,0,0,0,0 +149877,0,0,0,0,0 +149878,0,0,0,0,0 +149879,0,0,0,0,0 +149880,0,0,0,0,0 +149881,0,0,0,0,0 +149882,0,0,0,0,0 +149883,0,0,0,0,0 +149884,0,0,0,0,0 +149885,0,0,0,0,0 +149886,0,0,0,0,0 +149887,0,0,0,0,0 +149888,0,0,0,0,0 +149889,0,0,0,0,0 +149890,0,0,0,0,0 +149891,0,0,0,0,0 +149892,0,0,0,0,0 +149893,0,0,0,0,0 +149894,0,0,0,0,0 +149895,0,0,0,0,0 +149896,0,0,0,0,0 +149897,0,0,0,0,0 +149898,0,0,0,0,0 +149899,0,0,0,0,0 +149900,0,0,0,0,0 +149901,0,0,0,0,0 +149902,0,0,0,0,0 +149903,0,0,0,0,0 +149904,0,0,0,0,0 +149905,0,0,0,0,0 +149906,0,0,0,0,0 +149907,0,0,0,0,0 +149908,0,0,0,0,0 +149909,0,0,0,0,0 +149910,0,0,0,0,0 +149911,0,0,0,0,0 +149912,0,0,0,0,0 +149913,0,0,0,0,0 +149914,0,0,0,0,0 +149915,0,0,0,0,0 +149916,0,0,0,0,0 +149917,0,0,0,0,0 +149918,0,0,0,0,0 +149919,0,0,0,0,0 +149920,0,0,0,0,0 +149921,0,0,0,0,0 +149922,0,0,0,0,0 +149923,0,0,0,0,0 +149924,0,0,0,0,0 +149925,0,0,0,0,0 +149926,0,0,0,0,0 +149927,0,0,0,0,0 +149928,0,0,0,0,0 +149929,0,0,0,0,0 +149930,0,0,0,0,0 +149931,0,0,0,0,0 +149932,0,0,0,0,0 +149933,0,0,0,0,0 +149934,0,0,0,0,0 +149935,0,0,0,0,0 +149936,0,0,0,0,0 +149937,0,0,0,0,0 +149938,0,0,0,0,0 +149939,0,0,0,0,0 +149940,0,0,0,0,0 +149941,0,0,0,0,0 +149942,0,0,0,0,0 +149943,0,0,0,0,0 +149944,0,0,0,0,0 +149945,0,0,0,0,0 +149946,0,0,0,0,0 +149947,0,0,0,0,0 +149948,0,0,0,0,0 +149949,0,0,0,0,0 +149950,0,0,0,0,0 +149951,0,0,0,0,0 +149952,0,0,0,0,0 +149953,0,0,0,0,0 +149954,0,0,0,0,0 +149955,0,0,0,0,0 +149956,0,0,0,0,0 +149957,0,0,0,0,0 +149958,0,0,0,0,0 +149959,0,0,0,0,0 +149960,0,0,0,0,0 +149961,0,0,0,0,0 +149962,0,0,0,0,0 +149963,0,0,0,0,0 +149964,0,0,0,0,0 +149965,0,0,0,0,0 +149966,0,0,0,0,0 +149967,0,0,0,0,0 +149968,0,0,0,0,0 +149969,0,0,0,0,0 +149970,0,0,0,0,0 +149971,0,0,0,0,0 +149972,0,0,0,0,0 +149973,0,0,0,0,0 +149974,0,0,0,0,0 +149975,0,0,0,0,0 +149976,0,0,0,0,0 +149977,0,0,0,0,0 +149978,0,0,0,0,0 +149979,0,0,0,0,0 +149980,0,0,0,0,0 +149981,0,0,0,0,0 +149982,0,0,0,0,0 +149983,0,0,0,0,0 +149984,0,0,0,0,0 +149985,0,0,0,0,0 +149986,0,0,0,0,0 +149987,0,0,0,0,0 +149988,0,0,0,0,0 +149989,0,0,0,0,0 +149990,0,0,0,0,0 +149991,0,0,0,0,0 +149992,0,0,0,0,0 +149993,0,0,0,0,0 +149994,0,0,0,0,0 +149995,0,0,0,0,0 +149996,0,0,0,0,0 +149997,0,0,0,0,0 +149998,0,0,0,0,0 +149999,0,0,0,0,0 +150000,0,0,0,0,0 +150001,0,0,0,0,0 +150002,0,0,0,0,0 +150003,0,0,0,0,0 +150004,0,0,0,0,0 +150005,0,0,0,0,0 +150006,0,0,0,0,0 +150007,0,0,0,0,0 +150008,0,0,0,0,0 +150009,0,0,0,0,0 +150010,0,0,0,0,0 +150011,0,0,0,0,0 +150012,0,0,0,0,0 +150013,0,0,0,0,0 +150014,0,0,0,0,0 +150015,0,0,0,0,0 +150016,0,0,0,0,0 +150017,0,0,0,0,0 +150018,0,0,0,0,0 +150019,0,0,0,0,0 +150020,0,0,0,0,0 +150021,0,0,0,0,0 +150022,0,0,0,0,0 +150023,0,0,0,0,0 +150024,0,0,0,0,0 +150025,0,0,0,0,0 +150026,0,0,0,0,0 +150027,0,0,0,0,0 +150028,0,0,0,0,0 +150029,0,0,0,0,0 +150030,0,0,0,0,0 +150031,0,0,0,0,0 +150032,0,0,0,0,0 +150033,0,0,0,0,0 +150034,0,0,0,0,0 +150035,0,0,0,0,0 +150036,0,0,0,0,0 +150037,0,0,0,0,0 +150038,0,0,0,0,0 +150039,0,0,0,0,0 +150040,0,0,0,0,0 +150041,0,0,0,0,0 +150042,0,0,0,0,0 +150043,0,0,0,0,0 +150044,0,0,0,0,0 +150045,0,0,0,0,0 +150046,0,0,0,0,0 +150047,0,0,0,0,0 +150048,0,0,0,0,0 +150049,0,0,0,0,0 +150050,0,0,0,0,0 +150051,0,0,0,0,0 +150052,0,0,0,0,0 +150053,0,0,0,0,0 +150054,0,0,0,0,0 +150055,0,0,0,0,0 +150056,0,0,0,0,0 +150057,0,0,0,0,0 +150058,0,0,0,0,0 +150059,0,0,0,0,0 +150060,0,0,0,0,0 +150061,0,0,0,0,0 +150062,0,0,0,0,0 +150063,0,0,0,0,0 +150064,0,0,0,0,0 +150065,0,0,0,0,0 +150066,0,0,0,0,0 +150067,0,0,0,0,0 +150068,0,0,0,0,0 +150069,0,0,0,0,0 +150070,0,0,0,0,0 +150071,0,0,0,0,0 +150072,0,0,0,0,0 +150073,0,0,0,0,0 +150074,0,0,0,0,0 +150075,0,0,0,0,0 +150076,0,0,0,0,0 +150077,0,0,0,0,0 +150078,0,0,0,0,0 +150079,0,0,0,0,0 +150080,0,0,0,0,0 +150081,0,0,0,0,0 +150082,0,0,0,0,0 +150083,0,0,0,0,0 +150084,0,0,0,0,0 +150085,0,0,0,0,0 +150086,0,0,0,0,0 +150087,0,0,0,0,0 +150088,0,0,0,0,0 +150089,0,0,0,0,0 +150090,0,0,0,0,0 +150091,0,0,0,0,0 +150092,0,0,0,0,0 +150093,0,0,0,0,0 +150094,0,0,0,0,0 +150095,0,0,0,0,0 +150096,0,0,0,0,0 +150097,0,0,0,0,0 +150098,0,0,0,0,0 +150099,0,0,0,0,0 +150100,0,0,0,0,0 +150101,0,0,0,0,0 +150102,0,0,0,0,0 +150103,0,0,0,0,0 +150104,0,0,0,0,0 +150105,0,0,0,0,0 +150106,0,0,0,0,0 +150107,0,0,0,0,0 +150108,0,0,0,0,0 +150109,0,0,0,0,0 +150110,0,0,0,0,0 +150111,0,0,0,0,0 +150112,0,0,0,0,0 +150113,0,0,0,0,0 +150114,0,0,0,0,0 +150115,0,0,0,0,0 +150116,0,0,0,0,0 +150117,0,0,0,0,0 +150118,0,0,0,0,0 +150119,0,0,0,0,0 +150120,0,0,0,0,0 +150121,0,0,0,0,0 +150122,0,0,0,0,0 +150123,0,0,0,0,0 +150124,0,0,0,0,0 +150125,0,0,0,0,0 +150126,0,0,0,0,0 +150127,0,0,0,0,0 +150128,0,0,0,0,0 +150129,0,0,0,0,0 +150130,0,0,0,0,0 +150131,0,0,0,0,0 +150132,0,0,0,0,0 +150133,0,0,0,0,0 +150134,0,0,0,0,0 +150135,0,0,0,0,0 +150136,0,0,0,0,0 +150137,0,0,0,0,0 +150138,0,0,0,0,0 +150139,0,0,0,0,0 +150140,0,0,0,0,0 +150141,0,0,0,0,0 +150142,0,0,0,0,0 +150143,0,0,0,0,0 +150144,0,0,0,0,0 +150145,0,0,0,0,0 +150146,0,0,0,0,0 +150147,0,0,0,0,0 +150148,0,0,0,0,0 +150149,0,0,0,0,0 +150150,0,0,0,0,0 +150151,0,0,0,0,0 +150152,0,0,0,0,0 +150153,0,0,0,0,0 +150154,0,0,0,0,0 +150155,0,0,0,0,0 +150156,0,0,0,0,0 +150157,0,0,0,0,0 +150158,0,0,0,0,0 +150159,0,0,0,0,0 +150160,0,0,0,0,0 +150161,0,0,0,0,0 +150162,0,0,0,0,0 +150163,0,0,0,0,0 +150164,0,0,0,0,0 +150165,0,0,0,0,0 +150166,0,0,0,0,0 +150167,0,0,0,0,0 +150168,0,0,0,0,0 +150169,0,0,0,0,0 +150170,0,0,0,0,0 +150171,0,0,0,0,0 +150172,0,0,0,0,0 +150173,0,0,0,0,0 +150174,0,0,0,0,0 +150175,0,0,0,0,0 +150176,0,0,0,0,0 +150177,0,0,0,0,0 +150178,0,0,0,0,0 +150179,0,0,0,0,0 +150180,0,0,0,0,0 +150181,-1693.271203,0,0,-806.4308574,-1083.916973 +150182,-1717.748261,0,0,-726.6607284,-439.5193017 +150183,-1591.455773,0,0,-425.2874102,0 +150184,0,0,0,0,0 +150185,-372.9514007,0,0,-218.491776,0 +150186,-656.6400641,0,0,-235.2342977,-179.4688929 +150187,-403.5693128,0,0,-166.9739862,-55.51617063 +150188,-425.909159,0,0,-172.4083421,-75.41116211 +150189,-412.1814694,0,0,-167.166246,-74.65036289 +150190,-402.3327853,0,0,-161.2944622,-70.85605301 +150191,-389.9783144,0,0,-156.4283319,-67.33232279 +150192,-378.3916997,0,0,-150.7282934,-63.41822872 +150193,-368.7485,0,0,-145.8540582,-59.95775585 +150194,-357.1974372,0,0,-140.4011802,-55.94678896 +150195,-346.5463725,0,0,-135.8156935,-52.40184374 +150196,-336.2698453,0,0,-130.427341,-48.3109868 +150197,-325.8230633,0,0,-125.6935605,-44.6966364 +150198,-315.2211996,0,0,-120.6533235,-40.71083839 +150199,-305.632116,0,0,-115.8008421,-36.86811299 +150200,-294.7651628,0,0,-111.1442954,-33.00031258 +150201,-284.9437792,0,0,-106.320037,-28.93744052 +150202,-275.3160402,0,0,-101.4555838,-25.02581815 +150203,-265.0160642,0,0,-96.92751198,-20.92255832 +150204,-254.926758,0,0,-92.11936948,-17.14812844 +150205,-245.9392084,0,0,-87.65602328,-12.83841544 +150206,-235.123136,0,0,-82.91770594,-8.861290377 +150207,-226.0141078,0,0,-78.28095963,-4.87174133 +150208,-216.2634257,0,0,-73.87366399,0 +150209,-206.7616886,0,0,-69.19760289,0 +150210,-196.9239578,0,0,-64.75618681,0 +150211,-187.9386781,0,0,-60.42600844,0 +150212,-178.9219165,1.444528315,0,-56.20875434,0 +150213,-170.1734758,224.7212172,0,-52.86104473,0 +150214,-161.1019318,110.0372796,0,-49.37832441,0 +150215,-152.303656,162.8322068,0,-46.01313603,0 +150216,-143.4835652,178.3261078,0,-42.38796902,0 +150217,-134.9412725,193.2382877,0,-38.88170758,0 +150218,-126.0827314,207.8882129,0,-35.6215322,0 +150219,-117.5054698,222.620153,0,-32.10286569,0 +150220,-108.6147144,236.8970562,0,-28.83170831,0 +150221,-100.3070582,251.1152216,0,-25.17637372,0 +150222,-91.53925121,264.910824,0,-22.02288381,0 +150223,-85.00132306,279.0573235,0,-18.4860576,0 +150224,-78.00705729,292.4216259,0,-15.19927211,0 +150225,-70.85575633,306.4552976,0,-11.90975744,0 +150226,-63.99673269,319.4113765,0,-8.491158209,0 +150227,-57.13190981,332.6775149,0,-5.197293776,0 +150228,-49.96284459,346.0854618,0,-1.775034598,0 +150229,-43.23838266,358.9275377,0,0,0 +150230,-36.21145971,371.618248,0,0,0 +150231,-29.18191445,384.7701177,0,0,0 +150232,-22.44960738,397.2185845,0,0,0 +150233,-15.26671285,409.8067339,0,0,0 +150234,-8.681428215,422.2376842,0,0,0 +150235,-1.496823704,434.3063449,0,0,0 +150236,0,447.2393085,0,0,0 +150237,0,458.729303,0,0,0 +150238,0,471.0255633,0,0,0 +150239,0,482.918514,0,0,0 +150240,0,494.770256,0,0,0 +150241,0,506.3592616,0,0,0 +150242,0,517.8397198,0,0,0 +150243,0,528.9439439,0,0,0 +150244,0,540.7296447,0,0,0 +150245,0,551.6737652,0,0,0 +150246,0,562.9301164,0,0,0 +150247,0,573.9700818,0,0,0 +150248,0,584.9287622,0,0,0 +150249,0,595.8964922,0,0,0 +150250,0,611.4915965,0,0,0 +150251,0,625.6808446,0,0,0 +150252,0,639.7458401,0,0,0 +150253,0,653.6625635,0,0,0 +150254,0,667.5777198,0,0,0 +150255,0,676.8016631,0,0,0 +150256,0,689.7730646,0,0,0 +150257,0,702.8837336,0,0,0 +150258,0,715.9648752,19.36139541,0,0 +150259,0,729.1059683,139.7739574,0,0 +150260,0,742.0343755,73.09513415,0,0 +150261,0,755.0479117,103.578998,0,0 +150262,0,767.37792,111.364346,0,0 +150263,0,780.8895216,118.5504326,0,0 +150264,0,793.1891668,125.8115184,0,0 +150265,0,806.0260638,132.6736658,0,0 +150266,0,818.4117548,139.4791128,0,0 +150267,0,830.9558393,145.5535591,0,0 +150268,0,843.4337997,152.156333,0,0 +150269,0,855.590847,158.1510617,0,0 +150270,0,868.0114281,163.7579076,0,0 +150271,0,879.1854978,168.8345951,0,0 +150272,0,890.4578366,173.4341191,0,0 +150273,0,901.3888559,177.9866587,0,0 +150274,0,912.2248049,181.8686034,0,0 +150275,0,922.8643463,185.9608955,0,0 +150276,0,933.5090866,189.6886743,0,0 +150277,0,943.8972376,193.2540574,0,0 +150278,0,954.2159054,196.6374635,0,0 +150279,0,964.4001737,199.8413718,0,0 +150280,0,974.4077697,202.8724502,0,0 +150281,0,984.5027356,205.948223,0,0 +150282,0,994.1398743,208.0968021,0,0 +150283,0,1004.007569,211.1347815,0,0 +150284,0,1013.557905,213.2955248,0,0 +150285,0,1023.065441,215.5957153,0,0 +150286,0,1032.453205,217.6424641,0,0 +150287,0,1041.734015,219.6216575,0,0 +150288,0,1050.842661,221.4058857,0,0 +150289,0,1060.010792,223.051308,0,0 +150290,0,1068.993197,224.6192431,0,0 +150291,0,1077.766315,226.0037614,0,0 +150292,0,1086.510811,227.260196,0,0 +150293,0,1095.25769,228.4502351,0,0 +150294,0,1103.767353,229.4653473,0,0 +150295,0,1112.238199,230.3854907,0,0 +150296,0,1120.600688,231.1882572,0,0 +150297,0,1133.588134,231.8793765,0,0 +150298,0,1135.886434,232.4629876,0,0 +150299,0,1153.003499,232.9160285,0,0 +150300,0,1148.926644,233.3295195,0,0 +150301,0,1175.058716,233.4975744,0,0 +150302,0,1156.733023,233.5659888,0,0 +150303,0,1168.97872,233.5291229,0,0 +150304,0,1190.520746,233.4008902,0,0 +150305,0,1188.589717,233.1845517,0,0 +150306,0,1198.220277,232.88449,0,0 +150307,0,1205.526544,232.5271975,0,0 +150308,0,1212.529273,232.0293328,0,0 +150309,0,1219.611431,231.5110904,0,0 +150310,0,1226.430887,230.897269,0,0 +150311,0,1233.358692,230.2161303,0,0 +150312,0,1240.01708,229.4673822,0,0 +150313,0,1246.768557,228.6523519,0,0 +150314,0,1253.321809,227.7747351,0,0 +150315,0,1259.775027,226.8600667,0,0 +150316,0,1266.051323,225.8271151,0,0 +150317,0,1272.544228,224.792259,0,0 +150318,0,1278.684008,223.682708,0,0 +150319,0,1284.786054,222.5255338,0,0 +150320,0,1290.785872,221.3441208,0,0 +150321,0,1296.802174,220.0568483,0,0 +150322,0,1302.563985,218.7793565,0,0 +150323,0,1308.413147,217.4386989,0,0 +150324,0,1313.997612,216.0864814,0,0 +150325,0,1319.66866,214.6395007,0,0 +150326,0,1325.075391,213.2104567,0,0 +150327,0,1330.566916,211.7284982,0,0 +150328,0,1335.878943,210.2442705,0,0 +150329,0,1341.066593,208.6755023,0,0 +150330,0,1346.179531,207.1338131,0,0 +150331,0,1350.849863,205.4501094,0,0 +150332,0,1355.310345,203.0699801,0,0 +150333,0,1359.856322,201.5799616,0,0 +150334,0,1364.186592,199.5050806,0,0 +150335,0,1368.263281,197.5073137,0,0 +150336,0,1372.407559,195.5950074,0,0 +150337,0,1376.364036,193.536855,0,0 +150338,0,1380.226718,191.6016589,0,0 +150339,0,1383.982449,189.5305181,0,0 +150340,0,1387.632466,187.5861235,0,0 +150341,0,1391.177292,185.5978239,0,0 +150342,0,1394.618132,183.5131902,0,0 +150343,0,1398.042217,181.5758016,0,0 +150344,0,1401.059784,179.6069649,0,0 +150345,0,1404.385264,177.6364237,0,0 +150346,0,1407.337579,175.6784742,0,0 +150347,0,1410.281548,173.5461327,0,0 +150348,0,1413.110833,171.9094296,0,0 +150349,0,1415.839918,169.8755612,0,0 +150350,0,1418.469598,168.0377419,0,0 +150351,0,1420.999934,166.2012418,0,0 +150352,0,1423.431698,164.3981585,0,0 +150353,0,1425.764916,162.6316044,0,0 +150354,0,1428.000311,160.9052722,0,0 +150355,0,1430.228142,159.2214525,0,0 +150356,0,1432.13537,157.5839938,0,0 +150357,0,1434.144395,155.9952171,0,0 +150358,0,1435.976411,154.4589715,0,0 +150359,0,1437.726341,152.9776245,0,0 +150360,0,1439.380549,151.3881472,0,0 +150361,0,1440.842979,150.092357,0,0 +150362,0,1442.174913,148.4271189,0,0 +150363,0,1443.399445,146.9592714,0,0 +150364,0,1444.524333,145.5285975,0,0 +150365,0,1445.551932,144.3296362,0,0 +150366,0,1446.483584,142.8091694,0,0 +150367,0,1447.319616,141.7195461,0,0 +150368,0,1448.060696,140.5744765,0,0 +150369,0,1448.706924,139.5379291,0,0 +150370,0,1449.258855,138.5921897,0,0 +150371,0,1449.716548,137.7385598,0,0 +150372,0,1450.080504,136.9810315,0,0 +150373,0,1450.350752,136.3223154,0,0 +150374,0,1450.527753,135.8643849,0,0 +150375,0,1450.611553,135.9294641,0,0 +150376,0,1450.602671,136.2000893,0,0 +150377,0,1450.501078,136.629628,0,0 +150378,0,1439.87855,142.3258061,0,0 +150379,0,1437.729359,143.7095338,0,0 +150380,0,1436.300467,144.9072065,0,0 +150381,0,1434.998797,146.0551615,0,0 +150382,0,1433.725743,147.7283911,0,0 +150383,0,1432.435125,148.9314522,0,0 +150384,0,1431.104893,150.3389338,0,0 +150385,0,1429.632283,151.8324732,0,0 +150386,0,1428.3231,153.3641255,0,0 +150387,0,1426.754687,154.5459287,0,0 +150388,0,1425.199689,156.2085112,0,0 +150389,0,1423.562171,157.5995988,0,0 +150390,0,1421.8547,159.0707244,0,0 +150391,0,1419.853882,160.4479187,0,0 +150392,0,1417.736196,161.8150474,0,0 +150393,0,1415.520705,163.1825899,0,0 +150394,0,1413.21278,164.5529093,0,0 +150395,0,1410.814635,165.9266846,0,0 +150396,0,1408.327583,167.3046404,0,0 +150397,0,1405.752204,168.6867483,0,0 +150398,0,1403.089287,170.0734268,0,0 +150399,0,1400.338427,171.4645901,0,0 +150400,0,1397.590232,172.8606303,0,0 +150401,0,1394.447184,174.2615232,0,0 +150402,0,1391.628493,175.8498399,0,0 +150403,0,1388.45395,176.979416,0,0 +150404,0,1385.284882,178.5339148,0,0 +150405,0,1382.016613,179.9277975,0,0 +150406,0,1378.663137,181.355299,0,0 +150407,0,1375.224911,182.7908715,0,0 +150408,0,1371.702337,184.2329619,0,0 +150409,0,1368.095757,185.6820737,0,0 +150410,0,1364.416277,187.1621859,0,0 +150411,0,1360.558459,188.6353958,0,0 +150412,0,1356.831138,190.1117984,0,0 +150413,0,1352.831101,191.5942723,0,0 +150414,0,1348.910096,193.0819585,0,0 +150415,0,1344.682792,194.575999,0,0 +150416,0,1340.558992,196.0767568,0,0 +150417,0,1336.278828,197.5848959,0,0 +150418,0,1331.859991,199.1539767,0,0 +150419,0,1327.545247,200.6398547,0,0 +150420,0,1322.989635,202.2187872,0,0 +150421,0,1318.470104,203.8214082,0,0 +150422,0,1313.902917,205.5889316,0,0 +150423,0,1309.245477,206.7732643,0,0 +150424,0,1304.532922,208.4338699,0,0 +150425,0,1299.72335,210.2228325,0,0 +150426,0,1294.859028,211.6641727,0,0 +150427,0,1289.899108,213.3886511,0,0 +150428,0,1284.88257,214.976804,0,0 +150429,0,1279.773449,216.5524405,0,0 +150430,0,1274.524848,218.2964696,0,0 +150431,0,1269.385176,219.8799308,0,0 +150432,0,1264.014799,221.5473656,0,0 +150433,0,1258.706501,223.2392712,0,0 +150434,0,1253.134017,224.9364382,0,0 +150435,0,1247.566244,226.5494569,0,0 +150436,0,1242.071299,228.3533527,0,0 +150437,0,1236.332162,229.9982771,0,0 +150438,0,1230.609203,231.7238626,0,0 +150439,0,1224.713398,233.473959,0,0 +150440,0,1219.032594,235.233489,0,0 +150441,0,1212.926222,236.9560458,0,0 +150442,0,1206.988575,238.7837709,0,0 +150443,0,1200.83213,240.5409608,0,0 +150444,0,1194.809827,242.291834,0,0 +150445,0,1188.564519,244.1755034,0,0 +150446,0,1182.39826,245.8979152,0,0 +150447,0,1175.902547,247.7390508,0,0 +150448,0,1169.692737,249.8942785,0,0 +150449,0,1163.200627,251.2661454,0,0 +150450,0,1156.653912,253.2754345,0,0 +150451,0,1170.103901,255.0545731,0,0 +150452,0,1114.045816,256.8151485,0,0 +150453,0,1172.247712,258.5789801,0,0 +150454,0,1095.848156,260.4134922,0,0 +150455,0,1149.591803,262.1919044,0,0 +150456,0,1095.923597,264.0027038,0,0 +150457,0,1117.344264,265.788863,0,0 +150458,0,1100.159517,267.6537254,0,0 +150459,0,1094.976713,269.4620355,0,0 +150460,0,1087.856256,271.3043984,0,0 +150461,0,1080.704104,273.1218032,30.73109995,0 +150462,0,1073.574171,275.0206818,19.37263117,0 +150463,0,1066.162931,276.8613739,35.5819785,0 +150464,0,1059.022516,278.7373949,20.27803843,0 +150465,0,1051.637682,280.617229,29.77719156,0 +150466,58.92552014,1044.350444,282.4764108,39.17300481,0 +150467,65.15142289,1036.850864,284.4199022,36.75803714,0 +150468,59.06850953,1029.453902,286.2561505,40.66826804,0 +150469,71.2512829,1021.972887,288.2139236,43.29027575,0 +150470,77.02482303,1014.459115,290.0632992,45.73850686,0 +150471,82.94971275,1006.922464,292.0801578,48.36363526,0 +150472,88.39507888,999.3457993,293.9536844,50.71606352,0 +150473,94.01107043,991.8110469,295.9466421,53.24999177,0 +150474,99.54531223,984.0876317,297.829679,55.53074141,0 +150475,104.9798801,976.4166955,299.882622,58.04944148,0 +150476,110.1984825,968.8078729,301.789868,60.30302094,0 +150477,115.7038862,961.1192265,303.7698679,62.68779984,0 +150478,120.6277057,953.3100008,305.7563843,64.95458806,0 +150479,126.0345962,945.6023573,307.719619,67.2293079,0 +150480,131.1558139,937.8809469,309.7734303,69.48047383,0 +150481,135.8975982,929.7953932,311.7437384,71.70231415,0 +150482,141.062069,921.9951791,313.7494027,73.86774775,0 +150483,145.821384,914.058001,315.7574958,76.12637601,0 +150484,150.5326899,906.030083,317.7413872,78.25820824,0 +150485,155.5950056,898.0485644,319.8190604,80.35981346,0 +150486,160.0364927,890.2049588,321.8286322,82.62760493,0 +150487,164.8228474,882.1026154,323.8791593,84.60913366,0 +150488,169.2991605,874.1661721,325.93283,86.6994663,0 +150489,174.0979114,866.1697191,327.9615748,88.9107897,0 +150490,178.6271222,858.1813488,330.3835378,90.80550626,0 +150491,183.2414526,850.2423553,332.1924279,92.97289651,0 +150492,187.5648449,842.1805838,334.5163221,94.97024341,0 +150493,191.9012355,834.176372,336.3987042,96.96772318,0 +150494,196.5076343,826.3134217,338.5843475,98.95168866,0 +150495,200.7612988,818.2268923,340.7600779,100.9363538,0 +150496,205.1286792,810.3587213,342.8440028,102.8337402,0 +150497,209.4373103,802.2706352,344.9682502,104.8947616,0 +150498,213.7155668,794.4351848,347.0931386,106.8550197,0 +150499,217.9637642,789.5497582,349.1882382,108.6777701,0 +150500,222.0109433,783.8544851,351.3855422,110.5779527,0 +150501,226.6459924,778.2569987,353.5028585,112.5790482,0 +150502,230.3961462,772.6230945,356.0363189,114.4113693,0 +150503,234.7017632,767.0049929,357.6185239,116.301894,0 +150504,238.7781312,761.3936129,360.0702878,118.0878799,0 +150505,242.8613356,756.2766024,362.1406381,120.1447259,0 +150506,246.9186879,749.9263595,364.4147872,121.799651,0 +150507,250.9518272,744.7682214,366.509801,123.7082345,0 +150508,254.9608079,739.0933428,368.7341729,125.5132436,0 +150509,258.7459808,733.5498137,370.9217886,127.2371038,0 +150510,263.02265,728.0159555,373.1595071,129.1681789,0 +150511,266.7268775,722.387894,375.1687395,130.8477554,0 +150512,270.587374,716.8840718,377.3533657,132.5913761,0 +150513,274.3826011,711.2941549,379.4044168,134.3962581,0 +150514,278.1530991,705.7638974,381.5363341,135.9521487,0 +150515,281.9004999,700.2023799,383.5578821,137.6180219,0 +150516,285.6257763,694.7740047,385.6703421,139.4197046,0 +150517,289.330981,689.2721091,387.7443788,141.0099041,0 +150518,293.0167671,683.8357522,389.8244362,142.6772996,0 +150519,296.6850978,678.3770567,391.9020441,144.3162352,0 +150520,300.3367036,673.1304523,393.9796551,145.9440092,0 +150521,303.9738402,667.6793023,396.0559324,147.5606778,0 +150522,307.3541606,662.4336193,398.1307343,149.0633496,0 +150523,311.5935442,657.0384593,400.2470352,150.8175148,0 +150524,314.6198376,651.9178536,402.2540361,152.3211266,0 +150525,318.4531382,646.6110542,404.3151245,154.0181914,0 +150526,322.0231424,641.5122935,406.4434585,155.4188943,0 +150527,325.5732779,636.2792522,408.4791939,157.0532191,0 +150528,329.2064859,631.3186719,410.5963567,158.5771273,0 +150529,332.7539452,626.2689131,412.5951433,160.110057,0 +150530,336.3849328,621.2913721,414.6915546,161.6326886,0 +150531,339.9093949,616.3121873,416.7463715,163.1458686,0 +150532,343.483693,611.4833197,418.8060506,164.5393678,0 +150533,347.043031,606.6181887,420.8651277,166.2030213,0 +150534,350.5201014,601.8055792,422.9203953,167.6021758,0 +150535,354.0713831,597.1390184,424.9752974,169.0977292,0 +150536,357.5065921,592.4470113,427.027105,170.5634115,0 +150537,360.9952353,587.8507394,429.0774895,172.0208037,0 +150538,364.4675204,583.2733181,431.1249843,173.4687379,0 +150539,367.8541098,578.8554869,433.2160928,174.9080524,0 +150540,371.2892594,574.4210842,435.1892237,176.3381981,0 +150541,0,0,0,0,0 +150542,0,0,0,0,0 +150543,0,0,0,0,0 +150544,0,0,0,0,0 +150545,0,0,0,0,0 +150546,0,0,0,0,0 +150547,0,0,0,0,0 +150548,0,0,0,0,0 +150549,0,0,0,0,0 +150550,0,0,0,0,0 +150551,0,0,0,0,0 +150552,0,0,0,0,0 +150553,0,0,0,0,0 +150554,0,0,0,0,0 +150555,0,0,0,0,0 +150556,0,0,0,0,0 +150557,0,0,0,0,0 +150558,0,0,0,0,0 +150559,0,0,0,0,0 +150560,0,0,0,0,0 +150561,0,0,0,0,0 +150562,0,0,0,0,0 +150563,0,0,0,0,0 +150564,0,0,0,0,0 +150565,0,0,0,0,0 +150566,0,0,0,0,0 +150567,0,0,0,0,0 +150568,0,0,0,0,0 +150569,0,0,0,0,0 +150570,0,0,0,0,0 +150571,0,0,0,0,0 +150572,0,0,0,0,0 +150573,0,0,0,0,0 +150574,0,0,0,0,0 +150575,0,0,0,0,0 +150576,0,0,0,0,0 +150577,0,0,0,0,0 +150578,0,0,0,0,0 +150579,0,0,0,0,0 +150580,0,0,0,0,0 +150581,0,0,0,0,0 +150582,0,0,0,0,0 +150583,0,0,0,0,0 +150584,0,0,0,0,0 +150585,0,0,0,0,0 +150586,0,0,0,0,0 +150587,0,0,0,0,0 +150588,0,0,0,0,0 +150589,0,0,0,0,0 +150590,0,0,0,0,0 +150591,0,0,0,0,0 +150592,0,0,0,0,0 +150593,0,0,0,0,0 +150594,0,0,0,0,0 +150595,0,0,0,0,0 +150596,0,0,0,0,0 +150597,0,0,0,0,0 +150598,0,0,0,0,0 +150599,0,0,0,0,0 +150600,0,0,0,0,0 +150601,0,0,0,0,0 +150602,0,0,0,0,0 +150603,0,0,0,0,0 +150604,0,0,0,0,0 +150605,0,0,0,0,0 +150606,0,0,0,0,0 +150607,0,0,0,0,0 +150608,0,0,0,0,0 +150609,0,0,0,0,0 +150610,0,0,0,0,0 +150611,0,0,0,0,0 +150612,0,0,0,0,0 +150613,0,0,0,0,0 +150614,0,0,0,0,0 +150615,0,0,0,0,0 +150616,0,0,0,0,0 +150617,0,0,0,0,0 +150618,0,0,0,0,0 +150619,0,0,0,0,0 +150620,0,0,0,0,0 +150621,0,0,0,0,0 +150622,0,0,0,0,0 +150623,0,0,0,0,0 +150624,0,0,0,0,0 +150625,0,0,0,0,0 +150626,0,0,0,0,0 +150627,0,0,0,0,0 +150628,0,0,0,0,0 +150629,0,0,0,0,0 +150630,0,0,0,0,0 +150631,0,0,0,0,0 +150632,0,0,0,0,0 +150633,0,0,0,0,0 +150634,0,0,0,0,0 +150635,0,0,0,0,0 +150636,0,0,0,0,0 +150637,0,0,0,0,0 +150638,0,0,0,0,0 +150639,0,0,0,0,0 +150640,0,0,0,0,0 +150641,0,0,0,0,0 +150642,0,0,0,0,0 +150643,0,0,0,0,0 +150644,0,0,0,0,0 +150645,0,0,0,0,0 +150646,0,0,0,0,0 +150647,0,0,0,0,0 +150648,0,0,0,0,0 +150649,0,0,0,0,0 +150650,0,0,0,0,0 +150651,0,0,0,0,0 +150652,0,0,0,0,0 +150653,0,0,0,0,0 +150654,0,0,0,0,0 +150655,0,0,0,0,0 +150656,0,0,0,0,0 +150657,0,0,0,0,0 +150658,0,0,0,0,0 +150659,0,0,0,0,0 +150660,0,0,0,0,0 +150661,0,0,0,0,0 +150662,0,0,0,0,0 +150663,0,0,0,0,0 +150664,0,0,0,0,0 +150665,0,0,0,0,0 +150666,0,0,0,0,0 +150667,0,0,0,0,0 +150668,0,0,0,0,0 +150669,0,0,0,0,0 +150670,0,0,0,0,0 +150671,0,0,0,0,0 +150672,0,0,0,0,0 +150673,0,0,0,0,0 +150674,0,0,0,0,0 +150675,0,0,0,0,0 +150676,0,0,0,0,0 +150677,0,0,0,0,0 +150678,0,0,0,0,0 +150679,0,0,0,0,0 +150680,0,0,0,0,0 +150681,0,0,0,0,0 +150682,0,0,0,0,0 +150683,0,0,0,0,0 +150684,0,0,0,0,0 +150685,0,0,0,0,0 +150686,0,0,0,0,0 +150687,0,0,0,0,0 +150688,0,0,0,0,0 +150689,0,0,0,0,0 +150690,0,0,0,0,0 +150691,0,0,0,0,0 +150692,0,0,0,0,0 +150693,0,0,0,0,0 +150694,0,0,0,0,0 +150695,0,0,0,0,0 +150696,0,0,0,0,0 +150697,0,0,0,0,0 +150698,0,0,0,0,0 +150699,0,0,0,0,0 +150700,0,0,0,0,0 +150701,0,0,0,0,0 +150702,0,0,0,0,0 +150703,0,0,0,0,0 +150704,0,0,0,0,0 +150705,0,0,0,0,0 +150706,0,0,0,0,0 +150707,0,0,0,0,0 +150708,0,0,0,0,0 +150709,0,0,0,0,0 +150710,0,0,0,0,0 +150711,0,0,0,0,0 +150712,0,0,0,0,0 +150713,0,0,0,0,0 +150714,0,0,0,0,0 +150715,0,0,0,0,0 +150716,0,0,0,0,0 +150717,0,0,0,0,0 +150718,0,0,0,0,0 +150719,0,0,0,0,0 +150720,0,0,0,0,0 +150721,0,0,0,0,0 +150722,0,0,0,0,0 +150723,0,0,0,0,0 +150724,0,0,0,0,0 +150725,0,0,0,0,0 +150726,0,0,0,0,0 +150727,0,0,0,0,0 +150728,0,0,0,0,0 +150729,0,0,0,0,0 +150730,0,0,0,0,0 +150731,0,0,0,0,0 +150732,0,0,0,0,0 +150733,0,0,0,0,0 +150734,0,0,0,0,0 +150735,0,0,0,0,0 +150736,0,0,0,0,0 +150737,0,0,0,0,0 +150738,0,0,0,0,0 +150739,0,0,0,0,0 +150740,0,0,0,0,0 +150741,0,0,0,0,0 +150742,0,0,0,0,0 +150743,0,0,0,0,0 +150744,0,0,0,0,0 +150745,0,0,0,0,0 +150746,0,0,0,0,0 +150747,0,0,0,0,0 +150748,0,0,0,0,0 +150749,0,0,0,0,0 +150750,0,0,0,0,0 +150751,0,0,0,0,0 +150752,0,0,0,0,0 +150753,0,0,0,0,0 +150754,0,0,0,0,0 +150755,0,0,0,0,0 +150756,0,0,0,0,0 +150757,0,0,0,0,0 +150758,0,0,0,0,0 +150759,0,0,0,0,0 +150760,0,0,0,0,0 +150761,0,0,0,0,0 +150762,0,0,0,0,0 +150763,0,0,0,0,0 +150764,0,0,0,0,0 +150765,0,0,0,0,0 +150766,0,0,0,0,0 +150767,0,0,0,0,0 +150768,0,0,0,0,0 +150769,0,0,0,0,0 +150770,0,0,0,0,0 +150771,0,0,0,0,0 +150772,0,0,0,0,0 +150773,0,0,0,0,0 +150774,0,0,0,0,0 +150775,0,0,0,0,0 +150776,0,0,0,0,0 +150777,0,0,0,0,0 +150778,0,0,0,0,0 +150779,0,0,0,0,0 +150780,0,0,0,0,0 +150781,0,0,0,0,0 +150782,0,0,0,0,0 +150783,0,0,0,0,0 +150784,0,0,0,0,0 +150785,0,0,0,0,0 +150786,0,0,0,0,0 +150787,0,0,0,0,0 +150788,0,0,0,0,0 +150789,0,0,0,0,0 +150790,0,0,0,0,0 +150791,0,0,0,0,0 +150792,0,0,0,0,0 +150793,0,0,0,0,0 +150794,0,0,0,0,0 +150795,0,0,0,0,0 +150796,0,0,0,0,0 +150797,0,0,0,0,0 +150798,0,0,0,0,0 +150799,0,0,0,0,0 +150800,0,0,0,0,0 +150801,0,0,0,0,0 +150802,0,0,0,0,0 +150803,0,0,0,0,0 +150804,0,0,0,0,0 +150805,0,0,0,0,0 +150806,0,0,0,0,0 +150807,0,0,0,0,0 +150808,0,0,0,0,0 +150809,0,0,0,0,0 +150810,0,0,0,0,0 +150811,0,0,0,0,0 +150812,0,0,0,0,0 +150813,0,0,0,0,0 +150814,0,0,0,0,0 +150815,0,0,0,0,0 +150816,0,0,0,0,0 +150817,0,0,0,0,0 +150818,0,0,0,0,0 +150819,0,0,0,0,0 +150820,0,0,0,0,0 +150821,0,0,0,0,0 +150822,0,0,0,0,0 +150823,0,0,0,0,0 +150824,0,0,0,0,0 +150825,0,0,0,0,0 +150826,0,0,0,0,0 +150827,0,0,0,0,0 +150828,0,0,0,0,0 +150829,0,0,0,0,0 +150830,0,0,0,0,0 +150831,0,0,0,0,0 +150832,0,0,0,0,0 +150833,0,0,0,0,0 +150834,0,0,0,0,0 +150835,0,0,0,0,0 +150836,0,0,0,0,0 +150837,0,0,0,0,0 +150838,0,0,0,0,0 +150839,0,0,0,0,0 +150840,0,0,0,0,0 +150841,0,0,0,0,0 +150842,0,0,0,0,0 +150843,0,0,0,0,0 +150844,0,0,0,0,0 +150845,0,0,0,0,0 +150846,0,0,0,0,0 +150847,0,0,0,0,0 +150848,0,0,0,0,0 +150849,0,0,0,0,0 +150850,0,0,0,0,0 +150851,0,0,0,0,0 +150852,0,0,0,0,0 +150853,0,0,0,0,0 +150854,0,0,0,0,0 +150855,0,0,0,0,0 +150856,0,0,0,0,0 +150857,0,0,0,0,0 +150858,0,0,0,0,0 +150859,0,0,0,0,0 +150860,0,0,0,0,0 +150861,0,0,0,0,0 +150862,0,0,0,0,0 +150863,0,0,0,0,0 +150864,0,0,0,0,0 +150865,0,0,0,0,0 +150866,0,0,0,0,0 +150867,0,0,0,0,0 +150868,0,0,0,0,0 +150869,0,0,0,0,0 +150870,0,0,0,0,0 +150871,0,0,0,0,0 +150872,0,0,0,0,0 +150873,0,0,0,0,0 +150874,0,0,0,0,0 +150875,0,0,0,0,0 +150876,0,0,0,0,0 +150877,0,0,0,0,0 +150878,0,0,0,0,0 +150879,0,0,0,0,0 +150880,0,0,0,0,0 +150881,0,0,0,0,0 +150882,0,0,0,0,0 +150883,0,0,0,0,0 +150884,0,0,0,0,0 +150885,0,0,0,0,0 +150886,0,0,0,0,0 +150887,0,0,0,0,0 +150888,0,0,0,0,0 +150889,0,0,0,0,0 +150890,0,0,0,0,0 +150891,0,0,0,0,0 +150892,0,0,0,0,0 +150893,0,0,0,0,0 +150894,0,0,0,0,0 +150895,0,0,0,0,0 +150896,0,0,0,0,0 +150897,0,0,0,0,0 +150898,0,0,0,0,0 +150899,0,0,0,0,0 +150900,0,0,0,0,0 +150901,0,0,0,0,0 +150902,0,0,0,0,0 +150903,0,0,0,0,0 +150904,0,0,0,0,0 +150905,0,0,0,0,0 +150906,0,0,0,0,0 +150907,0,0,0,0,0 +150908,0,0,0,0,0 +150909,0,0,0,0,0 +150910,0,0,0,0,0 +150911,0,0,0,0,0 +150912,0,0,0,0,0 +150913,0,0,0,0,0 +150914,0,0,0,0,0 +150915,0,0,0,0,0 +150916,0,0,0,0,0 +150917,0,0,0,0,0 +150918,0,0,0,0,0 +150919,0,0,0,0,0 +150920,0,0,0,0,0 +150921,0,0,0,0,0 +150922,0,0,0,0,0 +150923,0,0,0,0,0 +150924,0,0,0,0,0 +150925,0,0,0,0,0 +150926,0,0,0,0,0 +150927,0,0,0,0,0 +150928,0,0,0,0,0 +150929,0,0,0,0,0 +150930,0,0,0,0,0 +150931,0,0,0,0,0 +150932,0,0,0,0,0 +150933,0,0,0,0,0 +150934,0,0,0,0,0 +150935,0,0,0,0,0 +150936,0,0,0,0,0 +150937,0,0,0,0,0 +150938,0,0,0,0,0 +150939,0,0,0,0,0 +150940,0,0,0,0,0 +150941,0,0,0,0,0 +150942,0,0,0,0,0 +150943,0,0,0,0,0 +150944,0,0,0,0,0 +150945,0,0,0,0,0 +150946,0,0,0,0,0 +150947,0,0,0,0,0 +150948,0,0,0,0,0 +150949,0,0,0,0,0 +150950,0,0,0,0,0 +150951,0,0,0,0,0 +150952,0,0,0,0,0 +150953,0,0,0,0,0 +150954,0,0,0,0,0 +150955,0,0,0,0,0 +150956,0,0,0,0,0 +150957,0,0,0,0,0 +150958,0,0,0,0,0 +150959,0,0,0,0,0 +150960,0,0,0,0,0 +150961,0,0,0,0,0 +150962,0,0,0,0,0 +150963,0,0,0,0,0 +150964,0,0,0,0,0 +150965,0,0,0,0,0 +150966,0,0,0,0,0 +150967,0,0,0,0,0 +150968,0,0,0,0,0 +150969,0,0,0,0,0 +150970,0,0,0,0,0 +150971,0,0,0,0,0 +150972,0,0,0,0,0 +150973,0,0,0,0,0 +150974,0,0,0,0,0 +150975,0,0,0,0,0 +150976,0,0,0,0,0 +150977,0,0,0,0,0 +150978,0,0,0,0,0 +150979,0,0,0,0,0 +150980,0,0,0,0,0 +150981,0,0,0,0,0 +150982,0,0,0,0,0 +150983,0,0,0,0,0 +150984,0,0,0,0,0 +150985,0,0,0,0,0 +150986,0,0,0,0,0 +150987,0,0,0,0,0 +150988,0,0,0,0,0 +150989,0,0,0,0,0 +150990,0,0,0,0,0 +150991,0,0,0,0,0 +150992,0,0,0,0,0 +150993,0,0,0,0,0 +150994,0,0,0,0,0 +150995,0,0,0,0,0 +150996,0,0,0,0,0 +150997,0,0,0,0,0 +150998,0,0,0,0,0 +150999,0,0,0,0,0 +151000,0,0,0,0,0 +151001,0,0,0,0,0 +151002,0,0,0,0,0 +151003,0,0,0,0,0 +151004,0,0,0,0,0 +151005,0,0,0,0,0 +151006,0,0,0,0,0 +151007,0,0,0,0,0 +151008,0,0,0,0,0 +151009,0,0,0,0,0 +151010,0,0,0,0,0 +151011,0,0,0,0,0 +151012,0,0,0,0,0 +151013,0,0,0,0,0 +151014,0,0,0,0,0 +151015,0,0,0,0,0 +151016,0,0,0,0,0 +151017,0,0,0,0,0 +151018,0,0,0,0,0 +151019,0,0,0,0,0 +151020,0,0,0,0,0 +151021,0,0,0,0,0 +151022,0,0,0,0,0 +151023,0,0,0,0,0 +151024,0,0,0,0,0 +151025,0,0,0,0,0 +151026,0,0,0,0,0 +151027,0,0,0,0,0 +151028,0,0,0,0,0 +151029,0,0,0,0,0 +151030,0,0,0,0,0 +151031,0,0,0,0,0 +151032,0,0,0,0,0 +151033,0,0,0,0,0 +151034,0,0,0,0,0 +151035,0,0,0,0,0 +151036,0,0,0,0,0 +151037,0,0,0,0,0 +151038,0,0,0,0,0 +151039,0,0,0,0,0 +151040,0,0,0,0,0 +151041,0,0,0,0,0 +151042,0,0,0,0,0 +151043,0,0,0,0,0 +151044,0,0,0,0,0 +151045,0,0,0,0,0 +151046,0,0,0,0,0 +151047,0,0,0,0,0 +151048,0,0,0,0,0 +151049,0,0,0,0,0 +151050,0,0,0,0,0 +151051,0,0,0,0,0 +151052,0,0,0,0,0 +151053,0,0,0,0,0 +151054,0,0,0,0,0 +151055,0,0,0,0,0 +151056,0,0,0,0,0 +151057,0,0,0,0,0 +151058,0,0,0,0,0 +151059,0,0,0,0,0 +151060,0,0,0,0,0 +151061,0,0,0,0,0 +151062,0,0,0,0,0 +151063,0,0,0,0,0 +151064,0,0,0,0,0 +151065,0,0,0,0,0 +151066,0,0,0,0,0 +151067,0,0,0,0,0 +151068,0,0,0,0,0 +151069,0,0,0,0,0 +151070,0,0,0,0,0 +151071,0,0,0,0,0 +151072,0,0,0,0,0 +151073,0,0,0,0,0 +151074,0,0,0,0,0 +151075,0,0,0,0,0 +151076,0,0,0,0,0 +151077,0,0,0,0,0 +151078,0,0,0,0,0 +151079,0,0,0,0,0 +151080,0,0,0,0,0 +151081,0,0,0,0,0 +151082,0,0,0,0,0 +151083,0,0,0,0,0 +151084,0,0,0,0,0 +151085,0,0,0,0,0 +151086,0,0,0,0,0 +151087,0,0,0,0,0 +151088,0,0,0,0,0 +151089,0,0,0,0,0 +151090,0,0,0,0,0 +151091,0,0,0,0,0 +151092,0,0,0,0,0 +151093,0,0,0,0,0 +151094,0,0,0,0,0 +151095,0,0,0,0,0 +151096,0,0,0,0,0 +151097,0,0,0,0,0 +151098,0,0,0,0,0 +151099,0,0,0,0,0 +151100,0,0,0,0,0 +151101,0,0,0,0,0 +151102,0,0,0,0,0 +151103,0,0,0,0,0 +151104,0,0,0,0,0 +151105,0,0,0,0,0 +151106,0,0,0,0,0 +151107,0,0,0,0,0 +151108,0,0,0,0,0 +151109,0,0,0,0,0 +151110,0,0,0,0,0 +151111,0,0,0,0,0 +151112,0,0,0,0,0 +151113,0,0,0,0,0 +151114,0,0,0,0,0 +151115,0,0,0,0,0 +151116,0,0,0,0,0 +151117,0,0,0,0,0 +151118,0,0,0,0,0 +151119,0,0,0,0,0 +151120,0,0,0,0,0 +151121,0,0,0,0,0 +151122,0,0,0,0,0 +151123,0,0,0,0,0 +151124,0,0,0,0,0 +151125,0,0,0,0,0 +151126,0,0,0,0,0 +151127,0,0,0,0,0 +151128,0,0,0,0,0 +151129,0,0,0,0,0 +151130,0,0,0,0,0 +151131,0,0,0,0,0 +151132,0,0,0,0,0 +151133,0,0,0,0,0 +151134,0,0,0,0,0 +151135,0,0,0,0,0 +151136,0,0,0,0,0 +151137,0,0,0,0,0 +151138,0,0,0,0,0 +151139,0,0,0,0,0 +151140,0,0,0,0,0 +151141,0,0,0,0,0 +151142,0,0,0,0,0 +151143,0,0,0,0,0 +151144,0,0,0,0,0 +151145,0,0,0,0,0 +151146,0,0,0,0,0 +151147,0,0,0,0,0 +151148,0,0,0,0,0 +151149,0,0,0,0,0 +151150,0,0,0,0,0 +151151,0,0,0,0,0 +151152,0,0,0,0,0 +151153,0,0,0,0,0 +151154,0,0,0,0,0 +151155,0,0,0,0,0 +151156,0,0,0,0,0 +151157,0,0,0,0,0 +151158,0,0,0,0,0 +151159,0,0,0,0,0 +151160,0,0,0,0,0 +151161,0,0,0,0,0 +151162,0,0,0,0,0 +151163,0,0,0,0,0 +151164,0,0,0,0,0 +151165,0,0,0,0,0 +151166,0,0,0,0,0 +151167,0,0,0,0,0 +151168,0,0,0,0,0 +151169,0,0,0,0,0 +151170,0,0,0,0,0 +151171,0,0,0,0,0 +151172,0,0,0,0,0 +151173,0,0,0,0,0 +151174,0,0,0,0,0 +151175,0,0,0,0,0 +151176,0,0,0,0,0 +151177,0,0,0,0,0 +151178,0,0,0,0,0 +151179,0,0,0,0,0 +151180,0,0,0,0,0 +151181,0,0,0,0,0 +151182,0,0,0,0,0 +151183,0,0,0,0,0 +151184,0,0,0,0,0 +151185,0,0,0,0,0 +151186,0,0,0,0,0 +151187,0,0,0,0,0 +151188,0,0,0,0,0 +151189,0,0,0,0,0 +151190,0,0,0,0,0 +151191,0,0,0,0,0 +151192,0,0,0,0,0 +151193,0,0,0,0,0 +151194,0,0,0,0,0 +151195,0,0,0,0,0 +151196,0,0,0,0,0 +151197,0,0,0,0,0 +151198,0,0,0,0,0 +151199,0,0,0,0,0 +151200,0,0,0,0,0 +151201,0,0,0,0,0 +151202,0,0,0,0,0 +151203,0,0,0,0,0 +151204,0,0,0,0,0 +151205,0,0,0,0,0 +151206,0,0,0,0,0 +151207,0,0,0,0,0 +151208,0,0,0,0,0 +151209,0,0,0,0,0 +151210,0,0,0,0,0 +151211,0,0,0,0,0 +151212,0,0,0,0,0 +151213,0,0,0,0,0 +151214,0,0,0,0,0 +151215,0,0,0,0,0 +151216,0,0,0,0,0 +151217,0,0,0,0,0 +151218,0,0,0,0,0 +151219,0,0,0,0,0 +151220,0,0,0,0,0 +151221,0,0,0,0,0 +151222,0,0,0,0,0 +151223,0,0,0,0,0 +151224,0,0,0,0,0 +151225,0,0,0,0,0 +151226,0,0,0,0,0 +151227,0,0,0,0,0 +151228,0,0,0,0,0 +151229,0,0,0,0,0 +151230,0,0,0,0,0 +151231,0,0,0,0,0 +151232,0,0,0,0,0 +151233,0,0,0,0,0 +151234,0,0,0,0,0 +151235,0,0,0,0,0 +151236,0,0,0,0,0 +151237,0,0,0,0,0 +151238,0,0,0,0,0 +151239,0,0,0,0,0 +151240,0,0,0,0,0 +151241,0,0,0,0,0 +151242,0,0,0,0,0 +151243,0,0,0,0,0 +151244,0,0,0,0,0 +151245,0,0,0,0,0 +151246,0,0,0,0,0 +151247,0,0,0,0,0 +151248,0,0,0,0,0 +151249,0,0,0,0,0 +151250,0,0,0,0,0 +151251,0,0,0,0,0 +151252,0,0,0,0,0 +151253,0,0,0,0,0 +151254,0,0,0,0,0 +151255,0,0,0,0,0 +151256,0,0,0,0,0 +151257,0,0,0,0,0 +151258,0,0,0,0,0 +151259,0,0,0,0,0 +151260,0,0,0,0,0 +151261,0,0,0,0,0 +151262,0,0,0,0,0 +151263,0,0,0,0,0 +151264,0,0,0,0,0 +151265,0,0,0,0,0 +151266,0,0,0,0,0 +151267,0,0,0,0,0 +151268,0,0,0,0,0 +151269,0,0,0,0,0 +151270,0,0,0,0,0 +151271,0,0,0,0,0 +151272,0,0,0,0,0 +151273,0,0,0,0,0 +151274,0,0,0,0,0 +151275,0,0,0,0,0 +151276,0,0,0,0,0 +151277,0,0,0,0,0 +151278,0,0,0,0,0 +151279,0,0,0,0,0 +151280,0,0,0,0,0 +151281,0,0,0,0,0 +151282,0,0,0,0,0 +151283,0,0,0,0,0 +151284,0,0,0,0,0 +151285,0,0,0,0,0 +151286,0,0,0,0,0 +151287,0,0,0,0,0 +151288,0,0,0,0,0 +151289,0,0,0,0,0 +151290,0,0,0,0,0 +151291,0,0,0,0,0 +151292,0,0,0,0,0 +151293,0,0,0,0,0 +151294,0,0,0,0,0 +151295,0,0,0,0,0 +151296,0,0,0,0,0 +151297,0,0,0,0,0 +151298,0,0,0,0,0 +151299,0,0,0,0,0 +151300,0,0,0,0,0 +151301,0,0,0,0,0 +151302,0,0,0,0,0 +151303,0,0,0,0,0 +151304,0,0,0,0,0 +151305,0,0,0,0,0 +151306,0,0,0,0,0 +151307,0,0,0,0,0 +151308,0,0,0,0,0 +151309,0,0,0,0,0 +151310,0,0,0,0,0 +151311,0,0,0,0,0 +151312,0,0,0,0,0 +151313,0,0,0,0,0 +151314,0,0,0,0,0 +151315,0,0,0,0,0 +151316,0,0,0,0,0 +151317,0,0,0,0,0 +151318,0,0,0,0,0 +151319,0,0,0,0,0 +151320,0,0,0,0,0 +151321,0,0,0,0,0 +151322,0,0,0,0,0 +151323,0,0,0,0,0 +151324,0,0,0,0,0 +151325,0,0,0,0,0 +151326,0,0,0,0,0 +151327,0,0,0,0,0 +151328,0,0,0,0,0 +151329,0,0,0,0,0 +151330,0,0,0,0,0 +151331,0,0,0,0,0 +151332,0,0,0,0,0 +151333,0,0,0,0,0 +151334,0,0,0,0,0 +151335,0,0,0,0,0 +151336,0,0,0,0,0 +151337,0,0,0,0,0 +151338,0,0,0,0,0 +151339,0,0,0,0,0 +151340,0,0,0,0,0 +151341,0,0,0,0,0 +151342,0,0,0,0,0 +151343,0,0,0,0,0 +151344,0,0,0,0,0 +151345,0,0,0,0,0 +151346,0,0,0,0,0 +151347,0,0,0,0,0 +151348,0,0,0,0,0 +151349,0,0,0,0,0 +151350,0,0,0,0,0 +151351,0,0,0,0,0 +151352,0,0,0,0,0 +151353,0,0,0,0,0 +151354,0,0,0,0,0 +151355,0,0,0,0,0 +151356,0,0,0,0,0 +151357,0,0,0,0,0 +151358,0,0,0,0,0 +151359,0,0,0,0,0 +151360,0,0,0,0,0 +151361,0,0,0,0,0 +151362,0,0,0,0,0 +151363,0,0,0,0,0 +151364,0,0,0,0,0 +151365,0,0,0,0,0 +151366,0,0,0,0,0 +151367,0,0,0,0,0 +151368,0,0,0,0,0 +151369,0,0,0,0,0 +151370,0,0,0,0,0 +151371,0,0,0,0,0 +151372,0,0,0,0,0 +151373,0,0,0,0,0 +151374,0,0,0,0,0 +151375,0,0,0,0,0 +151376,0,0,0,0,0 +151377,0,0,0,0,0 +151378,0,0,0,0,0 +151379,0,0,0,0,0 +151380,0,0,0,0,0 +151381,0,0,0,0,0 +151382,0,0,0,0,0 +151383,0,0,0,0,0 +151384,0,0,0,0,0 +151385,0,0,0,0,0 +151386,0,0,0,0,0 +151387,0,0,0,0,0 +151388,0,0,0,0,0 +151389,0,0,0,0,0 +151390,0,0,0,0,0 +151391,0,0,0,0,0 +151392,0,0,0,0,0 +151393,0,0,0,0,0 +151394,0,0,0,0,0 +151395,0,0,0,0,0 +151396,0,0,0,0,0 +151397,0,0,0,0,0 +151398,0,0,0,0,0 +151399,0,0,0,0,0 +151400,0,0,0,0,0 +151401,0,0,0,0,0 +151402,0,0,0,0,0 +151403,0,0,0,0,0 +151404,0,0,0,0,0 +151405,0,0,0,0,0 +151406,0,0,0,0,0 +151407,0,0,0,0,0 +151408,0,0,0,0,0 +151409,0,0,0,0,0 +151410,0,0,0,0,0 +151411,0,0,0,0,0 +151412,0,0,0,0,0 +151413,0,0,0,0,0 +151414,0,0,0,0,0 +151415,0,0,0,0,0 +151416,0,0,0,0,0 +151417,0,0,0,0,0 +151418,0,0,0,0,0 +151419,0,0,0,0,0 +151420,0,0,0,0,0 +151421,0,0,0,0,0 +151422,0,0,0,0,0 +151423,0,0,0,0,0 +151424,0,0,0,0,0 +151425,0,0,0,0,0 +151426,0,0,0,0,0 +151427,0,0,0,0,0 +151428,0,0,0,0,0 +151429,0,0,0,0,0 +151430,0,0,0,0,0 +151431,0,0,0,0,0 +151432,0,0,0,0,0 +151433,0,0,0,0,0 +151434,0,0,0,0,0 +151435,0,0,0,0,0 +151436,0,0,0,0,0 +151437,0,0,0,0,0 +151438,0,0,0,0,0 +151439,0,0,0,0,0 +151440,0,0,0,0,0 +151441,0,0,0,0,0 +151442,0,0,0,0,0 +151443,0,0,0,0,0 +151444,0,0,0,0,0 +151445,0,0,0,0,0 +151446,0,0,0,0,0 +151447,0,0,0,0,0 +151448,0,0,0,0,0 +151449,0,0,0,0,0 +151450,0,0,0,0,0 +151451,0,0,0,0,0 +151452,0,0,0,0,0 +151453,0,0,0,0,0 +151454,0,0,0,0,0 +151455,0,0,0,0,0 +151456,0,0,0,0,0 +151457,0,0,0,0,0 +151458,0,0,0,0,0 +151459,0,0,0,0,0 +151460,0,0,0,0,0 +151461,0,0,0,0,0 +151462,0,0,0,0,0 +151463,0,0,0,0,0 +151464,0,0,0,0,0 +151465,0,0,0,0,0 +151466,0,0,0,0,0 +151467,0,0,0,0,0 +151468,0,0,0,0,0 +151469,0,0,0,0,0 +151470,0,0,0,0,0 +151471,0,0,0,0,0 +151472,0,0,0,0,0 +151473,0,0,0,0,0 +151474,0,0,0,0,0 +151475,0,0,0,0,0 +151476,0,0,0,0,0 +151477,0,0,0,0,0 +151478,0,0,0,0,0 +151479,0,0,0,0,0 +151480,0,0,0,0,0 +151481,0,0,0,0,0 +151482,0,0,0,0,0 +151483,0,0,0,0,0 +151484,0,0,0,0,0 +151485,0,0,0,0,0 +151486,0,0,0,0,0 +151487,0,0,0,0,0 +151488,0,0,0,0,0 +151489,0,0,0,0,0 +151490,0,0,0,0,0 +151491,0,0,0,0,0 +151492,0,0,0,0,0 +151493,0,0,0,0,0 +151494,0,0,0,0,0 +151495,0,0,0,0,0 +151496,0,0,0,0,0 +151497,0,0,0,0,0 +151498,0,0,0,0,0 +151499,0,0,0,0,0 +151500,0,0,0,0,0 +151501,0,0,0,0,0 +151502,0,0,0,0,0 +151503,0,0,0,0,0 +151504,0,0,0,0,0 +151505,0,0,0,0,0 +151506,0,0,0,0,0 +151507,0,0,0,0,0 +151508,0,0,0,0,0 +151509,0,0,0,0,0 +151510,0,0,0,0,0 +151511,0,0,0,0,0 +151512,0,0,0,0,0 +151513,0,0,0,0,0 +151514,0,0,0,0,0 +151515,0,0,0,0,0 +151516,0,0,0,0,0 +151517,0,0,0,0,0 +151518,0,0,0,0,0 +151519,0,0,0,0,0 +151520,0,0,0,0,0 +151521,0,0,0,0,0 +151522,0,0,0,0,0 +151523,0,0,0,0,0 +151524,0,0,0,0,0 +151525,0,0,0,0,0 +151526,0,0,0,0,0 +151527,0,0,0,0,0 +151528,0,0,0,0,0 +151529,0,0,0,0,0 +151530,0,0,0,0,0 +151531,0,0,0,0,0 +151532,0,0,0,0,0 +151533,0,0,0,0,0 +151534,0,0,0,0,0 +151535,0,0,0,0,0 +151536,0,0,0,0,0 +151537,0,0,0,0,0 +151538,0,0,0,0,0 +151539,0,0,0,0,0 +151540,0,0,0,0,0 +151541,0,0,0,0,0 +151542,0,0,0,0,0 +151543,0,0,0,0,0 +151544,0,0,0,0,0 +151545,0,0,0,0,0 +151546,0,0,0,0,0 +151547,0,0,0,0,0 +151548,0,0,0,0,0 +151549,0,0,0,0,0 +151550,0,0,0,0,0 +151551,0,0,0,0,0 +151552,0,0,0,0,0 +151553,0,0,0,0,0 +151554,0,0,0,0,0 +151555,0,0,0,0,0 +151556,0,0,0,0,0 +151557,0,0,0,0,0 +151558,0,0,0,0,0 +151559,0,0,0,0,0 +151560,0,0,0,0,0 +151561,0,0,0,0,0 +151562,0,0,0,0,0 +151563,0,0,0,0,0 +151564,0,0,0,0,0 +151565,0,0,0,0,0 +151566,0,0,0,0,0 +151567,0,0,0,0,0 +151568,0,0,0,0,0 +151569,0,0,0,0,0 +151570,0,0,0,0,0 +151571,0,0,0,0,0 +151572,0,0,0,0,0 +151573,0,0,0,0,0 +151574,0,0,0,0,0 +151575,0,0,0,0,0 +151576,0,0,0,0,0 +151577,0,0,0,0,0 +151578,0,0,0,0,0 +151579,0,0,0,0,0 +151580,0,0,0,0,0 +151581,0,0,0,0,0 +151582,0,0,0,0,0 +151583,0,0,0,0,0 +151584,0,0,0,0,0 +151585,0,0,0,0,0 +151586,0,0,0,0,0 +151587,0,0,0,0,0 +151588,0,0,0,0,0 +151589,0,0,0,0,0 +151590,0,0,0,0,0 +151591,0,0,0,0,0 +151592,0,0,0,0,0 +151593,0,0,0,0,0 +151594,0,0,0,0,0 +151595,0,0,0,0,0 +151596,0,0,0,0,0 +151597,0,0,0,0,0 +151598,0,0,0,0,0 +151599,0,0,0,0,0 +151600,0,0,0,0,0 +151601,0,0,0,0,0 +151602,0,0,0,0,0 +151603,0,0,0,0,0 +151604,0,0,0,0,0 +151605,0,0,0,0,0 +151606,0,0,0,0,0 +151607,0,0,0,0,0 +151608,0,0,0,0,0 +151609,0,0,0,0,0 +151610,0,0,0,0,0 +151611,0,0,0,0,0 +151612,0,0,0,0,0 +151613,0,0,0,0,0 +151614,0,0,0,0,0 +151615,0,0,0,0,0 +151616,0,0,0,0,0 +151617,0,0,0,0,0 +151618,0,0,0,0,0 +151619,0,0,0,0,0 +151620,0,0,0,0,0 +151621,-1642.911155,0,0,-695.4522194,0 +151622,-1529.689728,0,0,-647.5233232,0 +151623,0,0,0,0,0 +151624,0,0,0,0,0 +151625,-513.7673814,0,0,-48.82863349,0 +151626,-238.9887383,0,0,-192.4600716,0 +151627,-246.4556445,0,0,-65.1121538,0 +151628,-238.0590973,0,0,-91.104527,0 +151629,-227.9773203,0,0,-86.2264329,0 +151630,-218.0006681,0,0,-81.50507869,0 +151631,-207.349557,0,0,-76.61127037,0 +151632,-197.8980782,0,0,-71.88868568,0 +151633,-187.5322302,0,0,-67.45799591,0 +151634,-178.1323791,0,0,-62.5304403,0 +151635,-168.1041711,0,0,-59.27248393,0 +151636,-158.5312169,0,0,-55.07240243,0 +151637,-149.1542852,0,0,-51.52975135,0 +151638,-139.1686167,0,0,-47.73315124,0 +151639,-129.9335029,0,0,-43.68348379,0 +151640,-120.3725554,0,0,-40.07293288,0 +151641,-110.7616495,0,0,-36.32903052,0 +151642,-101.5144,0,0,-32.56856175,0 +151643,-93.86563894,0,0,-28.67793426,0 +151644,-86.05027828,0,0,-25.23750555,0 +151645,-78.48117625,0,0,-21.0912784,0 +151646,-70.75147903,42.84861661,0,-17.8625712,0 +151647,-63.13754452,188.4549782,0,-13.92983799,0 +151648,-55.36819569,132.9930973,0,-10.22208826,0 +151649,-47.7202334,167.5709803,0,-6.50862505,0 +151650,-40.19651036,187.7043798,0,-2.790679613,0 +151651,-32.79985668,203.1795658,0,0,0 +151652,-25.39587551,218.4109788,0,0,0 +151653,-18.26127526,233.1705376,0,0,0 +151654,-10.98571315,247.836961,0,0,0 +151655,-3.570596578,262.021747,0,0,0 +151656,0,276.5686173,0,0,0 +151657,0,290.2783584,0,0,0 +151658,0,304.6737436,0,0,0 +151659,0,317.9350367,0,0,0 +151660,0,331.5159283,0,0,0 +151661,0,345.2229076,0,0,0 +151662,0,358.3432974,0,0,0 +151663,0,371.302391,0,0,0 +151664,0,384.7136675,0,0,0 +151665,0,397.4058333,0,0,0 +151666,0,410.2291374,0,0,0 +151667,0,422.8839217,0,0,0 +151668,0,435.1701472,0,0,0 +151669,0,448.2996141,0,0,0 +151670,0,459.9914436,0,0,0 +151671,0,472.4708063,0,0,0 +151672,0,484.5416465,0,0,0 +151673,0,496.5615216,0,0,0 +151674,0,508.4843874,0,0,0 +151675,0,519.9878682,0,0,0 +151676,0,532.2651725,0,0,0 +151677,0,543.6349761,0,0,0 +151678,0,555.259671,0,0,0 +151679,0,566.6930004,0,0,0 +151680,0,578.1336786,132.7251836,0,0 +151681,0,589.0887735,131.1967598,0,0 +151682,0,599.9082473,121.9547576,0,0 +151683,0,610.7245641,143.9933024,0,0 +151684,0,621.372424,153.4990319,0,0 +151685,0,631.9275615,162.7252307,0,0 +151686,0,649.1477281,171.6580485,0,0 +151687,0,662.9741518,180.4416021,0,0 +151688,0,676.6572746,188.508823,0,0 +151689,0,690.3307916,196.7228067,0,0 +151690,0,703.800451,204.4996692,0,0 +151691,0,717.1466463,212.0130129,0,0 +151692,0,730.4922707,219.3429301,0,0 +151693,0,739.1987856,226.2661392,0,0 +151694,0,751.5459812,233.1048162,0,0 +151695,0,763.5396691,239.7957748,0,0 +151696,0,776.8025232,246.2123644,0,0 +151697,0,788.8983838,252.6834517,0,0 +151698,0,801.3252627,258.301967,0,0 +151699,0,813.706976,264.2585584,0,0 +151700,0,825.9048801,269.8172129,0,0 +151701,0,838.0588376,275.1933563,0,0 +151702,0,850.1178941,280.4068396,0,0 +151703,0,862.0449442,285.3518606,0,0 +151704,0,874.0097195,290.1713955,0,0 +151705,0,885.7794599,294.8101334,0,0 +151706,0,897.4524969,299.1904514,0,0 +151707,0,909.2261866,303.4949379,0,0 +151708,0,920.5964427,307.5121298,0,0 +151709,0,932.2006468,311.4693625,0,0 +151710,0,943.5299372,315.1748259,0,0 +151711,0,954.070257,318.0929201,0,0 +151712,0,964.2809987,320.8000251,0,0 +151713,0,974.4504405,323.2138126,0,0 +151714,0,984.5024525,325.469743,0,0 +151715,0,994.2446944,327.5065506,0,0 +151716,0,1004.022737,329.4614456,0,0 +151717,0,1013.635907,331.1705875,0,0 +151718,0,1023.017941,332.7534378,0,0 +151719,0,1032.434168,334.1739986,0,0 +151720,0,1041.55978,335.44374,0,0 +151721,0,1050.667439,336.5653519,0,0 +151722,0,1059.654955,337.5436162,0,0 +151723,0,1068.610931,338.3453871,0,0 +151724,0,1077.180878,339.1012687,0,0 +151725,0,1085.875975,339.6407341,0,0 +151726,0,1094.400702,340.0841722,0,0 +151727,0,1102.840635,340.3934888,0,0 +151728,0,1111.071706,340.5792547,0,0 +151729,0,1119.346508,340.6432817,0,0 +151730,0,1131.043024,340.589515,0,0 +151731,0,1135.530108,340.4197782,0,0 +151732,0,1148.979398,340.137835,0,0 +151733,0,1149.636499,339.7454479,0,0 +151734,0,1168.429991,339.2462417,0,0 +151735,0,1160.516606,338.6419008,0,0 +151736,0,1162.297542,337.935964,0,0 +151737,0,1189.558914,337.1663264,0,0 +151738,0,1185.671839,336.2090517,0,0 +151739,0,1195.406893,335.2392163,0,0 +151740,0,1202.588047,334.1441913,0,0 +151741,0,1209.76356,333.3608026,0,0 +151742,0,1216.958867,332.6337897,0,0 +151743,0,1223.906669,331.8726331,0,0 +151744,0,1231.038658,331.0496752,0,0 +151745,0,1237.722683,330.1561792,0,0 +151746,0,1244.552672,329.1918719,0,0 +151747,0,1251.289768,328.1568363,0,0 +151748,0,1257.750252,327.0537018,0,0 +151749,0,1264.220437,325.9188094,0,0 +151750,0,1270.724572,324.6314405,0,0 +151751,0,1276.976912,323.3610797,0,0 +151752,0,1283.288227,321.9984923,0,0 +151753,0,1289.305604,320.5835582,0,0 +151754,0,1295.407439,319.1132537,0,0 +151755,0,1301.350763,317.589053,0,0 +151756,0,1307.218367,316.0479704,0,0 +151757,0,1312.998874,314.3726181,0,0 +151758,0,1318.693372,312.7274375,0,0 +151759,0,1324.300329,311.0064787,0,0 +151760,0,1329.821215,309.2496732,0,0 +151761,0,1335.338953,307.4528088,0,0 +151762,0,1340.562858,305.6523241,0,0 +151763,0,1345.887656,303.7336486,0,0 +151764,0,1351.05197,301.8574223,0,0 +151765,0,1356.060977,299.9205932,0,0 +151766,0,1361.192913,297.9620968,0,0 +151767,0,1366.140186,296.0105009,0,0 +151768,0,1370.866606,293.9557659,0,0 +151769,0,1375.685238,291.9530019,0,0 +151770,0,1380.343099,289.9036311,0,0 +151771,0,1384.444156,287.6405085,0,0 +151772,0,1388.467963,285.2408039,0,0 +151773,0,1392.527974,282.8810335,0,0 +151774,0,1396.259809,280.5045082,0,0 +151775,0,1400.027381,278.0454166,0,0 +151776,0,1403.409862,275.644304,0,0 +151777,0,1407.232792,273.211173,0,0 +151778,0,1410.467577,270.8113297,0,0 +151779,0,1413.749957,268.3385049,0,0 +151780,0,1416.939482,265.9368187,0,0 +151781,0,1420.036475,263.5449738,0,0 +151782,0,1423.038149,261.0969534,0,0 +151783,0,1425.943732,258.7264469,0,0 +151784,0,1428.753978,256.3757003,0,0 +151785,0,1431.558549,253.9787445,0,0 +151786,0,1434.047649,251.6672169,0,0 +151787,0,1436.640727,249.1156363,0,0 +151788,0,1439.061233,247.1935183,0,0 +151789,0,1441.403855,244.7963668,0,0 +151790,0,1443.655291,242.584714,0,0 +151791,0,1445.815598,240.4289685,0,0 +151792,0,1447.885633,238.3163578,0,0 +151793,0,1449.865578,236.187659,0,0 +151794,0,1451.756203,234.1625941,0,0 +151795,0,1453.466481,232.1887719,0,0 +151796,0,1455.313256,230.2097906,0,0 +151797,0,1456.871716,228.3416063,0,0 +151798,0,1458.423515,226.5343477,0,0 +151799,0,1459.873036,224.7317081,0,0 +151800,0,1461.235488,223.0483697,0,0 +151801,0,1462.378103,221.2493658,0,0 +151802,0,1463.384419,219.4028149,0,0 +151803,0,1464.286877,217.6633293,0,0 +151804,0,1465.096552,215.9977608,0,0 +151805,0,1465.816966,214.3568842,0,0 +151806,0,1466.54212,212.8514809,0,0 +151807,0,1466.953081,211.4349011,0,0 +151808,0,1467.479564,210.0566334,0,0 +151809,0,1467.838477,208.8218406,0,0 +151810,0,1468.126575,207.6642537,0,0 +151811,0,1468.329452,206.8296059,0,0 +151812,0,1468.447452,205.5500087,0,0 +151813,0,1468.480589,204.6438801,0,0 +151814,0,1468.429308,204.2051071,0,0 +151815,0,1468.29351,203.4182433,0,0 +151816,0,1468.073601,203.3824153,0,0 +151817,0,1467.769531,203.5838817,0,0 +151818,0,1467.381641,203.9634102,0,0 +151819,0,1466.909707,204.506302,0,0 +151820,0,1455.834727,210.0530016,0,0 +151821,0,1453.460769,211.4753066,0,0 +151822,0,1451.69974,212.7862863,0,0 +151823,0,1449.936129,214.033395,0,0 +151824,0,1448.394245,215.3643311,0,0 +151825,0,1446.76234,216.6030116,0,0 +151826,0,1445.113034,217.9629162,0,0 +151827,0,1443.419566,219.2710335,0,0 +151828,0,1441.674874,220.5915424,0,0 +151829,0,1439.874171,222.0311784,0,0 +151830,0,1438.014518,223.4007549,0,0 +151831,0,1435.904458,224.6552531,0,0 +151832,0,1433.693324,225.9376684,0,0 +151833,0,1431.396726,227.2853321,0,0 +151834,0,1428.927468,228.559246,0,0 +151835,0,1426.600505,229.8266985,0,0 +151836,0,1423.997719,231.1387234,0,0 +151837,0,1421.394647,232.5443816,0,0 +151838,0,1418.698029,233.7921714,0,0 +151839,0,1415.921752,235.151656,0,0 +151840,0,1413.066048,236.4771758,0,0 +151841,0,1410.130675,237.9238158,0,0 +151842,0,1407.115788,239.2073805,0,0 +151843,0,1404.021412,240.6053988,0,0 +151844,0,1400.847077,241.967747,0,0 +151845,0,1397.69241,243.4743209,0,0 +151846,0,1394.146873,244.8347559,0,0 +151847,0,1390.930057,246.2149843,0,0 +151848,0,1387.362801,247.6796576,0,0 +151849,0,1383.806423,249.1825856,0,0 +151850,0,1380.156414,250.8338733,0,0 +151851,0,1376.426636,251.8412135,0,0 +151852,0,1372.617703,253.5382835,0,0 +151853,0,1368.729861,255.032807,0,0 +151854,0,1364.76357,256.4598067,0,0 +151855,0,1360.630402,257.9342448,0,0 +151856,0,1356.647556,259.4554942,0,0 +151857,0,1352.376896,261.0599417,0,0 +151858,0,1348.210971,262.5492899,0,0 +151859,0,1343.724882,264.0345474,0,0 +151860,0,1339.367217,265.5920479,0,0 +151861,0,1334.882185,267.2339362,0,0 +151862,0,1330.283244,268.7516169,0,0 +151863,0,1325.806463,270.2660029,0,0 +151864,0,1321.090445,271.967017,0,0 +151865,0,1316.357241,273.427002,0,0 +151866,0,1311.554612,275.0932761,0,0 +151867,0,1306.661422,276.7241553,0,0 +151868,0,1301.711231,278.331197,0,0 +151869,0,1296.672631,279.906263,0,0 +151870,0,1291.578783,281.6433124,0,0 +151871,0,1286.397086,283.2440656,0,0 +151872,0,1281.160656,284.9105008,0,0 +151873,0,1275.756196,286.6347247,0,0 +151874,0,1270.495137,288.3041363,0,0 +151875,0,1264.976986,289.9163361,0,0 +151876,0,1259.555337,291.7961459,0,0 +151877,0,1253.843267,293.3955926,0,0 +151878,0,1248.169984,295.157343,0,0 +151879,0,1242.542818,296.943421,0,0 +151880,0,1236.705452,298.6491634,0,0 +151881,0,1230.859014,300.4077566,0,0 +151882,0,1224.871805,302.1982018,0,0 +151883,0,1219.075507,304.0394094,32.63480227,0 +151884,0,1212.875493,305.821841,18.92769777,0 +151885,0,1206.83527,307.5454019,38.7302352,0 +151886,0,1200.591438,309.4549269,18.47056112,0 +151887,5.631276335,1194.481489,311.3579814,33.20237729,0 +151888,94.92359902,1188.1518,313.1570396,39.81082659,0 +151889,49.91406292,1181.898309,314.957017,38.26918549,0 +151890,70.12735582,1175.322747,316.7828903,42.27282059,0 +151891,76.80081375,1168.960418,318.6437323,44.90034105,0 +151892,82.69406127,1162.301713,320.424452,47.51348054,0 +151893,88.47223082,1155.584199,322.2413331,50.01445998,0 +151894,94.33000493,1168.05837,324.0578452,52.65104655,0 +151895,100.083011,1114.071633,325.8809473,55.10224395,0 +151896,105.6446287,1168.830824,327.6762988,57.58503128,0 +151897,111.1403302,1096.721629,329.566504,59.98247665,0 +151898,116.8629314,1145.310078,331.3835819,62.4538751,0 +151899,122.0010292,1097.212413,333.2409038,64.85242522,0 +151900,127.6116922,1114.409111,335.0991883,67.09865435,0 +151901,133.0163581,1098.916331,337.013465,69.67177377,0 +151902,137.9643969,1093.228566,338.8146917,71.76202006,0 +151903,143.4788572,1086.124961,340.7945299,74.24293286,0 +151904,148.4576558,1078.974201,342.6178932,76.34747707,0 +151905,153.6421047,1071.632658,344.5634372,78.69151289,0 +151906,158.6089688,1064.319199,346.4292624,80.74815439,0 +151907,163.6732445,1057.080056,348.3831267,83.16350756,0 +151908,168.414407,1049.659999,350.2275829,85.05800198,0 +151909,173.5906924,1042.338421,352.2541728,87.42738928,0 +151910,178.2699924,1034.79615,354.12305,89.52919869,0 +151911,183.2330805,1027.36938,356.4409615,91.48685335,0 +151912,187.7700448,1019.850768,357.8171702,93.70953809,0 +151913,192.4521341,1012.310963,360.0601721,95.65084883,0 +151914,197.3430499,1004.741451,361.9253696,97.87787756,0 +151915,201.866021,997.1427635,363.9965246,99.7533196,0 +151916,206.4969003,989.5801806,365.8899832,101.831882,0 +151917,211.0630627,981.8378656,367.915782,103.7506843,0 +151918,215.5936053,974.1431748,369.9071051,105.8387908,0 +151919,219.9141204,966.5226743,371.9521688,107.8254583,0 +151920,224.8295474,958.8204097,373.9046201,109.6034287,0 +151921,228.3871964,950.7692893,375.4849816,111.5572356,0 +151922,232.3470032,942.8317973,376.9776034,113.1901149,0 +151923,236.010954,934.81992,378.3384884,114.8724308,0 +151924,239.6582561,926.796923,379.9353068,116.5195561,0 +151925,243.261644,918.7589007,381.1720695,118.0697536,0 +151926,246.826868,910.762987,382.6356796,119.8863506,0 +151927,250.3588082,902.6097355,383.8939939,121.2980533,0 +151928,253.8556711,894.5104842,385.3813218,122.9603366,0 +151929,257.1199209,886.5523793,386.7669493,124.5181625,0 +151930,260.8725503,878.3279584,388.1358033,126.0775823,0 +151931,264.118611,870.3270599,389.4643117,127.5393701,0 +151932,267.5313093,862.0708966,390.9398547,129.2052511,0 +151933,270.8778684,854.0733755,392.2190585,130.6614859,0 +151934,274.1968521,845.9624508,393.6334699,132.1880244,0 +151935,277.4884816,837.7749636,395.0056846,133.6873419,0 +151936,280.753518,829.6951612,396.3875208,135.2657088,0 +151937,283.9929216,821.5756358,397.77264,136.6041866,0 +151938,287.2072543,813.4667991,399.1608779,138.0492644,0 +151939,290.3974336,805.4193109,400.5946732,139.6326317,0 +151940,293.5641358,799.5146501,401.9248635,141.0086302,0 +151941,296.7082372,793.8543473,403.3554233,142.4629893,0 +151942,299.8305005,788.0752285,404.7079523,143.8911261,0 +151943,302.9315104,782.2298455,406.1788793,145.3105042,0 +151944,306.0122843,776.4924413,407.5558618,146.7208498,0 +151945,308.8330892,770.7137461,408.9762531,148.122542,0 +151946,312.4954709,764.9527676,410.4366618,149.4136773,0 +151947,314.9502066,759.1992004,411.790891,150.9563986,0 +151948,318.1927057,753.9485791,413.248616,152.2537599,0 +151949,321.1646371,747.4476625,414.6700494,153.7468871,0 +151950,324.1022913,742.1587128,416.1026046,154.9451355,0 +151951,326.9990696,736.2797531,417.4405646,156.3381156,0 +151952,329.8664614,730.5265877,418.7614528,157.6144568,0 +151953,332.652389,724.7359837,420.0319747,158.8979051,0 +151954,335.4803959,719.0759851,421.4564971,160.1707706,0 +151955,338.2954662,713.3357901,422.6644924,161.4340522,0 +151956,341.034662,707.6580597,424.0145125,162.6881083,0 +151957,343.82334,701.9531786,425.3152059,163.8218423,0 +151958,346.6041728,696.3834633,426.622717,165.2301833,0 +151959,349.3122133,690.7451853,427.9301953,166.3722995,0 +151960,352.0764751,685.1757909,429.2376583,167.6129739,0 +151961,354.8384308,679.5884994,430.5453832,168.8251974,0 +151962,357.5308209,674.1410393,431.8992807,170.0302993,0 +151963,360.2877807,668.6354645,433.1376263,171.2278164,0 +151964,363.0197804,663.2054964,434.4817381,172.4180607,0 +151965,365.7896892,657.7665519,435.7842202,173.6012186,0 +151966,368.4939393,652.4730131,437.0488717,174.7774534,0 +151967,371.274716,647.1312714,438.4323596,175.9469459,0 +151968,374.0721297,641.8723635,439.7103709,177.1098523,0 +151969,376.8155131,636.6133571,441.0329006,178.2663353,0 +151970,379.6331738,631.5061724,442.3490372,179.5399312,0 +151971,382.118022,626.3604619,443.7135205,180.3699795,0 +151972,385.4034659,621.3053403,444.960459,181.7929885,0 +151973,387.9050404,616.2591385,446.3167882,182.8081592,0 +151974,390.7599932,611.371899,447.6311846,183.9567193,0 +151975,393.5265233,606.4558334,448.9550813,185.0772741,0 +151976,396.3255803,601.6000313,450.280884,186.1928008,0 +151977,399.0390221,596.8980214,451.6084907,187.3028825,0 +151978,401.8204999,592.1785669,452.9380146,188.4077498,0 +151979,404.5670545,587.5629848,454.2694494,189.5074829,0 +151980,407.3143516,582.974958,455.603073,190.6022122,0 +151981,0,0,0,0,0 +151982,0,0,0,0,0 +151983,0,0,0,0,0 +151984,0,0,0,0,0 +151985,0,0,0,0,0 +151986,0,0,0,0,0 +151987,0,0,0,0,0 +151988,0,0,0,0,0 +151989,0,0,0,0,0 +151990,0,0,0,0,0 +151991,0,0,0,0,0 +151992,0,0,0,0,0 +151993,0,0,0,0,0 +151994,0,0,0,0,0 +151995,0,0,0,0,0 +151996,0,0,0,0,0 +151997,0,0,0,0,0 +151998,0,0,0,0,0 +151999,0,0,0,0,0 +152000,0,0,0,0,0 +152001,0,0,0,0,0 +152002,0,0,0,0,0 +152003,0,0,0,0,0 +152004,0,0,0,0,0 +152005,0,0,0,0,0 +152006,0,0,0,0,0 +152007,0,0,0,0,0 +152008,0,0,0,0,0 +152009,0,0,0,0,0 +152010,0,0,0,0,0 +152011,0,0,0,0,0 +152012,0,0,0,0,0 +152013,0,0,0,0,0 +152014,0,0,0,0,0 +152015,0,0,0,0,0 +152016,0,0,0,0,0 +152017,0,0,0,0,0 +152018,0,0,0,0,0 +152019,0,0,0,0,0 +152020,0,0,0,0,0 +152021,0,0,0,0,0 +152022,0,0,0,0,0 +152023,0,0,0,0,0 +152024,0,0,0,0,0 +152025,0,0,0,0,0 +152026,0,0,0,0,0 +152027,0,0,0,0,0 +152028,0,0,0,0,0 +152029,0,0,0,0,0 +152030,0,0,0,0,0 +152031,0,0,0,0,0 +152032,0,0,0,0,0 +152033,0,0,0,0,0 +152034,0,0,0,0,0 +152035,0,0,0,0,0 +152036,0,0,0,0,0 +152037,0,0,0,0,0 +152038,0,0,0,0,0 +152039,0,0,0,0,0 +152040,0,0,0,0,0 +152041,0,0,0,0,0 +152042,0,0,0,0,0 +152043,0,0,0,0,0 +152044,0,0,0,0,0 +152045,0,0,0,0,0 +152046,0,0,0,0,0 +152047,0,0,0,0,0 +152048,0,0,0,0,0 +152049,0,0,0,0,0 +152050,0,0,0,0,0 +152051,0,0,0,0,0 +152052,0,0,0,0,0 +152053,0,0,0,0,0 +152054,0,0,0,0,0 +152055,0,0,0,0,0 +152056,0,0,0,0,0 +152057,0,0,0,0,0 +152058,0,0,0,0,0 +152059,0,0,0,0,0 +152060,0,0,0,0,0 +152061,0,0,0,0,0 +152062,0,0,0,0,0 +152063,0,0,0,0,0 +152064,0,0,0,0,0 +152065,0,0,0,0,0 +152066,0,0,0,0,0 +152067,0,0,0,0,0 +152068,0,0,0,0,0 +152069,0,0,0,0,0 +152070,0,0,0,0,0 +152071,0,0,0,0,0 +152072,0,0,0,0,0 +152073,0,0,0,0,0 +152074,0,0,0,0,0 +152075,0,0,0,0,0 +152076,0,0,0,0,0 +152077,0,0,0,0,0 +152078,0,0,0,0,0 +152079,0,0,0,0,0 +152080,0,0,0,0,0 +152081,0,0,0,0,0 +152082,0,0,0,0,0 +152083,0,0,0,0,0 +152084,0,0,0,0,0 +152085,0,0,0,0,0 +152086,0,0,0,0,0 +152087,0,0,0,0,0 +152088,0,0,0,0,0 +152089,0,0,0,0,0 +152090,0,0,0,0,0 +152091,0,0,0,0,0 +152092,0,0,0,0,0 +152093,0,0,0,0,0 +152094,0,0,0,0,0 +152095,0,0,0,0,0 +152096,0,0,0,0,0 +152097,0,0,0,0,0 +152098,0,0,0,0,0 +152099,0,0,0,0,0 +152100,0,0,0,0,0 +152101,0,0,0,0,0 +152102,0,0,0,0,0 +152103,0,0,0,0,0 +152104,0,0,0,0,0 +152105,0,0,0,0,0 +152106,0,0,0,0,0 +152107,0,0,0,0,0 +152108,0,0,0,0,0 +152109,0,0,0,0,0 +152110,0,0,0,0,0 +152111,0,0,0,0,0 +152112,0,0,0,0,0 +152113,0,0,0,0,0 +152114,0,0,0,0,0 +152115,0,0,0,0,0 +152116,0,0,0,0,0 +152117,0,0,0,0,0 +152118,0,0,0,0,0 +152119,0,0,0,0,0 +152120,0,0,0,0,0 +152121,0,0,0,0,0 +152122,0,0,0,0,0 +152123,0,0,0,0,0 +152124,0,0,0,0,0 +152125,0,0,0,0,0 +152126,0,0,0,0,0 +152127,0,0,0,0,0 +152128,0,0,0,0,0 +152129,0,0,0,0,0 +152130,0,0,0,0,0 +152131,0,0,0,0,0 +152132,0,0,0,0,0 +152133,0,0,0,0,0 +152134,0,0,0,0,0 +152135,0,0,0,0,0 +152136,0,0,0,0,0 +152137,0,0,0,0,0 +152138,0,0,0,0,0 +152139,0,0,0,0,0 +152140,0,0,0,0,0 +152141,0,0,0,0,0 +152142,0,0,0,0,0 +152143,0,0,0,0,0 +152144,0,0,0,0,0 +152145,0,0,0,0,0 +152146,0,0,0,0,0 +152147,0,0,0,0,0 +152148,0,0,0,0,0 +152149,0,0,0,0,0 +152150,0,0,0,0,0 +152151,0,0,0,0,0 +152152,0,0,0,0,0 +152153,0,0,0,0,0 +152154,0,0,0,0,0 +152155,0,0,0,0,0 +152156,0,0,0,0,0 +152157,0,0,0,0,0 +152158,0,0,0,0,0 +152159,0,0,0,0,0 +152160,0,0,0,0,0 +152161,0,0,0,0,0 +152162,0,0,0,0,0 +152163,0,0,0,0,0 +152164,0,0,0,0,0 +152165,0,0,0,0,0 +152166,0,0,0,0,0 +152167,0,0,0,0,0 +152168,0,0,0,0,0 +152169,0,0,0,0,0 +152170,0,0,0,0,0 +152171,0,0,0,0,0 +152172,0,0,0,0,0 +152173,0,0,0,0,0 +152174,0,0,0,0,0 +152175,0,0,0,0,0 +152176,0,0,0,0,0 +152177,0,0,0,0,0 +152178,0,0,0,0,0 +152179,0,0,0,0,0 +152180,0,0,0,0,0 +152181,0,0,0,0,0 +152182,0,0,0,0,0 +152183,0,0,0,0,0 +152184,0,0,0,0,0 +152185,0,0,0,0,0 +152186,0,0,0,0,0 +152187,0,0,0,0,0 +152188,0,0,0,0,0 +152189,0,0,0,0,0 +152190,0,0,0,0,0 +152191,0,0,0,0,0 +152192,0,0,0,0,0 +152193,0,0,0,0,0 +152194,0,0,0,0,0 +152195,0,0,0,0,0 +152196,0,0,0,0,0 +152197,0,0,0,0,0 +152198,0,0,0,0,0 +152199,0,0,0,0,0 +152200,0,0,0,0,0 +152201,0,0,0,0,0 +152202,0,0,0,0,0 +152203,0,0,0,0,0 +152204,0,0,0,0,0 +152205,0,0,0,0,0 +152206,0,0,0,0,0 +152207,0,0,0,0,0 +152208,0,0,0,0,0 +152209,0,0,0,0,0 +152210,0,0,0,0,0 +152211,0,0,0,0,0 +152212,0,0,0,0,0 +152213,0,0,0,0,0 +152214,0,0,0,0,0 +152215,0,0,0,0,0 +152216,0,0,0,0,0 +152217,0,0,0,0,0 +152218,0,0,0,0,0 +152219,0,0,0,0,0 +152220,0,0,0,0,0 +152221,0,0,0,0,0 +152222,0,0,0,0,0 +152223,0,0,0,0,0 +152224,0,0,0,0,0 +152225,0,0,0,0,0 +152226,0,0,0,0,0 +152227,0,0,0,0,0 +152228,0,0,0,0,0 +152229,0,0,0,0,0 +152230,0,0,0,0,0 +152231,0,0,0,0,0 +152232,0,0,0,0,0 +152233,0,0,0,0,0 +152234,0,0,0,0,0 +152235,0,0,0,0,0 +152236,0,0,0,0,0 +152237,0,0,0,0,0 +152238,0,0,0,0,0 +152239,0,0,0,0,0 +152240,0,0,0,0,0 +152241,0,0,0,0,0 +152242,0,0,0,0,0 +152243,0,0,0,0,0 +152244,0,0,0,0,0 +152245,0,0,0,0,0 +152246,0,0,0,0,0 +152247,0,0,0,0,0 +152248,0,0,0,0,0 +152249,0,0,0,0,0 +152250,0,0,0,0,0 +152251,0,0,0,0,0 +152252,0,0,0,0,0 +152253,0,0,0,0,0 +152254,0,0,0,0,0 +152255,0,0,0,0,0 +152256,0,0,0,0,0 +152257,0,0,0,0,0 +152258,0,0,0,0,0 +152259,0,0,0,0,0 +152260,0,0,0,0,0 +152261,0,0,0,0,0 +152262,0,0,0,0,0 +152263,0,0,0,0,0 +152264,0,0,0,0,0 +152265,0,0,0,0,0 +152266,0,0,0,0,0 +152267,0,0,0,0,0 +152268,0,0,0,0,0 +152269,0,0,0,0,0 +152270,0,0,0,0,0 +152271,0,0,0,0,0 +152272,0,0,0,0,0 +152273,0,0,0,0,0 +152274,0,0,0,0,0 +152275,0,0,0,0,0 +152276,0,0,0,0,0 +152277,0,0,0,0,0 +152278,0,0,0,0,0 +152279,0,0,0,0,0 +152280,0,0,0,0,0 +152281,0,0,0,0,0 +152282,0,0,0,0,0 +152283,0,0,0,0,0 +152284,0,0,0,0,0 +152285,0,0,0,0,0 +152286,0,0,0,0,0 +152287,0,0,0,0,0 +152288,0,0,0,0,0 +152289,0,0,0,0,0 +152290,0,0,0,0,0 +152291,0,0,0,0,0 +152292,0,0,0,0,0 +152293,0,0,0,0,0 +152294,0,0,0,0,0 +152295,0,0,0,0,0 +152296,0,0,0,0,0 +152297,0,0,0,0,0 +152298,0,0,0,0,0 +152299,0,0,0,0,0 +152300,0,0,0,0,0 +152301,0,0,0,0,0 +152302,0,0,0,0,0 +152303,0,0,0,0,0 +152304,0,0,0,0,0 +152305,0,0,0,0,0 +152306,0,0,0,0,0 +152307,0,0,0,0,0 +152308,0,0,0,0,0 +152309,0,0,0,0,0 +152310,0,0,0,0,0 +152311,0,0,0,0,0 +152312,0,0,0,0,0 +152313,0,0,0,0,0 +152314,0,0,0,0,0 +152315,0,0,0,0,0 +152316,0,0,0,0,0 +152317,0,0,0,0,0 +152318,0,0,0,0,0 +152319,0,0,0,0,0 +152320,0,0,0,0,0 +152321,0,0,0,0,0 +152322,0,0,0,0,0 +152323,0,0,0,0,0 +152324,0,0,0,0,0 +152325,0,0,0,0,0 +152326,0,0,0,0,0 +152327,0,0,0,0,0 +152328,0,0,0,0,0 +152329,0,0,0,0,0 +152330,0,0,0,0,0 +152331,0,0,0,0,0 +152332,0,0,0,0,0 +152333,0,0,0,0,0 +152334,0,0,0,0,0 +152335,0,0,0,0,0 +152336,0,0,0,0,0 +152337,0,0,0,0,0 +152338,0,0,0,0,0 +152339,0,0,0,0,0 +152340,0,0,0,0,0 +152341,0,0,0,0,0 +152342,0,0,0,0,0 +152343,0,0,0,0,0 +152344,0,0,0,0,0 +152345,0,0,0,0,0 +152346,0,0,0,0,0 +152347,0,0,0,0,0 +152348,0,0,0,0,0 +152349,0,0,0,0,0 +152350,0,0,0,0,0 +152351,0,0,0,0,0 +152352,0,0,0,0,0 +152353,0,0,0,0,0 +152354,0,0,0,0,0 +152355,0,0,0,0,0 +152356,0,0,0,0,0 +152357,0,0,0,0,0 +152358,0,0,0,0,0 +152359,0,0,0,0,0 +152360,0,0,0,0,0 +152361,0,0,0,0,0 +152362,0,0,0,0,0 +152363,0,0,0,0,0 +152364,0,0,0,0,0 +152365,0,0,0,0,0 +152366,0,0,0,0,0 +152367,0,0,0,0,0 +152368,0,0,0,0,0 +152369,0,0,0,0,0 +152370,0,0,0,0,0 +152371,0,0,0,0,0 +152372,0,0,0,0,0 +152373,0,0,0,0,0 +152374,0,0,0,0,0 +152375,0,0,0,0,0 +152376,0,0,0,0,0 +152377,0,0,0,0,0 +152378,0,0,0,0,0 +152379,0,0,0,0,0 +152380,0,0,0,0,0 +152381,0,0,0,0,0 +152382,0,0,0,0,0 +152383,0,0,0,0,0 +152384,0,0,0,0,0 +152385,0,0,0,0,0 +152386,0,0,0,0,0 +152387,0,0,0,0,0 +152388,0,0,0,0,0 +152389,0,0,0,0,0 +152390,0,0,0,0,0 +152391,0,0,0,0,0 +152392,0,0,0,0,0 +152393,0,0,0,0,0 +152394,0,0,0,0,0 +152395,0,0,0,0,0 +152396,0,0,0,0,0 +152397,0,0,0,0,0 +152398,0,0,0,0,0 +152399,0,0,0,0,0 +152400,0,0,0,0,0 +152401,0,0,0,0,0 +152402,0,0,0,0,0 +152403,0,0,0,0,0 +152404,0,0,0,0,0 +152405,0,0,0,0,0 +152406,0,0,0,0,0 +152407,0,0,0,0,0 +152408,0,0,0,0,0 +152409,0,0,0,0,0 +152410,0,0,0,0,0 +152411,0,0,0,0,0 +152412,0,0,0,0,0 +152413,0,0,0,0,0 +152414,0,0,0,0,0 +152415,0,0,0,0,0 +152416,0,0,0,0,0 +152417,0,0,0,0,0 +152418,0,0,0,0,0 +152419,0,0,0,0,0 +152420,0,0,0,0,0 +152421,0,0,0,0,0 +152422,0,0,0,0,0 +152423,0,0,0,0,0 +152424,0,0,0,0,0 +152425,0,0,0,0,0 +152426,0,0,0,0,0 +152427,0,0,0,0,0 +152428,0,0,0,0,0 +152429,0,0,0,0,0 +152430,0,0,0,0,0 +152431,0,0,0,0,0 +152432,0,0,0,0,0 +152433,0,0,0,0,0 +152434,0,0,0,0,0 +152435,0,0,0,0,0 +152436,0,0,0,0,0 +152437,0,0,0,0,0 +152438,0,0,0,0,0 +152439,0,0,0,0,0 +152440,0,0,0,0,0 +152441,0,0,0,0,0 +152442,0,0,0,0,0 +152443,0,0,0,0,0 +152444,0,0,0,0,0 +152445,0,0,0,0,0 +152446,0,0,0,0,0 +152447,0,0,0,0,0 +152448,0,0,0,0,0 +152449,0,0,0,0,0 +152450,0,0,0,0,0 +152451,0,0,0,0,0 +152452,0,0,0,0,0 +152453,0,0,0,0,0 +152454,0,0,0,0,0 +152455,0,0,0,0,0 +152456,0,0,0,0,0 +152457,0,0,0,0,0 +152458,0,0,0,0,0 +152459,0,0,0,0,0 +152460,0,0,0,0,0 +152461,0,0,0,0,0 +152462,0,0,0,0,0 +152463,0,0,0,0,0 +152464,0,0,0,0,0 +152465,0,0,0,0,0 +152466,0,0,0,0,0 +152467,0,0,0,0,0 +152468,0,0,0,0,0 +152469,0,0,0,0,0 +152470,0,0,0,0,0 +152471,0,0,0,0,0 +152472,0,0,0,0,0 +152473,0,0,0,0,0 +152474,0,0,0,0,0 +152475,0,0,0,0,0 +152476,0,0,0,0,0 +152477,0,0,0,0,0 +152478,0,0,0,0,0 +152479,0,0,0,0,0 +152480,0,0,0,0,0 +152481,0,0,0,0,0 +152482,0,0,0,0,0 +152483,0,0,0,0,0 +152484,0,0,0,0,0 +152485,0,0,0,0,0 +152486,0,0,0,0,0 +152487,0,0,0,0,0 +152488,0,0,0,0,0 +152489,0,0,0,0,0 +152490,0,0,0,0,0 +152491,0,0,0,0,0 +152492,0,0,0,0,0 +152493,0,0,0,0,0 +152494,0,0,0,0,0 +152495,0,0,0,0,0 +152496,0,0,0,0,0 +152497,0,0,0,0,0 +152498,0,0,0,0,0 +152499,0,0,0,0,0 +152500,0,0,0,0,0 +152501,0,0,0,0,0 +152502,0,0,0,0,0 +152503,0,0,0,0,0 +152504,0,0,0,0,0 +152505,0,0,0,0,0 +152506,0,0,0,0,0 +152507,0,0,0,0,0 +152508,0,0,0,0,0 +152509,0,0,0,0,0 +152510,0,0,0,0,0 +152511,0,0,0,0,0 +152512,0,0,0,0,0 +152513,0,0,0,0,0 +152514,0,0,0,0,0 +152515,0,0,0,0,0 +152516,0,0,0,0,0 +152517,0,0,0,0,0 +152518,0,0,0,0,0 +152519,0,0,0,0,0 +152520,0,0,0,0,0 +152521,0,0,0,0,0 +152522,0,0,0,0,0 +152523,0,0,0,0,0 +152524,0,0,0,0,0 +152525,0,0,0,0,0 +152526,0,0,0,0,0 +152527,0,0,0,0,0 +152528,0,0,0,0,0 +152529,0,0,0,0,0 +152530,0,0,0,0,0 +152531,0,0,0,0,0 +152532,0,0,0,0,0 +152533,0,0,0,0,0 +152534,0,0,0,0,0 +152535,0,0,0,0,0 +152536,0,0,0,0,0 +152537,0,0,0,0,0 +152538,0,0,0,0,0 +152539,0,0,0,0,0 +152540,0,0,0,0,0 +152541,0,0,0,0,0 +152542,0,0,0,0,0 +152543,0,0,0,0,0 +152544,0,0,0,0,0 +152545,0,0,0,0,0 +152546,0,0,0,0,0 +152547,0,0,0,0,0 +152548,0,0,0,0,0 +152549,0,0,0,0,0 +152550,0,0,0,0,0 +152551,0,0,0,0,0 +152552,0,0,0,0,0 +152553,0,0,0,0,0 +152554,0,0,0,0,0 +152555,0,0,0,0,0 +152556,0,0,0,0,0 +152557,0,0,0,0,0 +152558,0,0,0,0,0 +152559,0,0,0,0,0 +152560,0,0,0,0,0 +152561,0,0,0,0,0 +152562,0,0,0,0,0 +152563,0,0,0,0,0 +152564,0,0,0,0,0 +152565,0,0,0,0,0 +152566,0,0,0,0,0 +152567,0,0,0,0,0 +152568,0,0,0,0,0 +152569,0,0,0,0,0 +152570,0,0,0,0,0 +152571,0,0,0,0,0 +152572,0,0,0,0,0 +152573,0,0,0,0,0 +152574,0,0,0,0,0 +152575,0,0,0,0,0 +152576,0,0,0,0,0 +152577,0,0,0,0,0 +152578,0,0,0,0,0 +152579,0,0,0,0,0 +152580,0,0,0,0,0 +152581,0,0,0,0,0 +152582,0,0,0,0,0 +152583,0,0,0,0,0 +152584,0,0,0,0,0 +152585,0,0,0,0,0 +152586,0,0,0,0,0 +152587,0,0,0,0,0 +152588,0,0,0,0,0 +152589,0,0,0,0,0 +152590,0,0,0,0,0 +152591,0,0,0,0,0 +152592,0,0,0,0,0 +152593,0,0,0,0,0 +152594,0,0,0,0,0 +152595,0,0,0,0,0 +152596,0,0,0,0,0 +152597,0,0,0,0,0 +152598,0,0,0,0,0 +152599,0,0,0,0,0 +152600,0,0,0,0,0 +152601,0,0,0,0,0 +152602,0,0,0,0,0 +152603,0,0,0,0,0 +152604,0,0,0,0,0 +152605,0,0,0,0,0 +152606,0,0,0,0,0 +152607,0,0,0,0,0 +152608,0,0,0,0,0 +152609,0,0,0,0,0 +152610,0,0,0,0,0 +152611,0,0,0,0,0 +152612,0,0,0,0,0 +152613,0,0,0,0,0 +152614,0,0,0,0,0 +152615,0,0,0,0,0 +152616,0,0,0,0,0 +152617,0,0,0,0,0 +152618,0,0,0,0,0 +152619,0,0,0,0,0 +152620,0,0,0,0,0 +152621,0,0,0,0,0 +152622,0,0,0,0,0 +152623,0,0,0,0,0 +152624,0,0,0,0,0 +152625,0,0,0,0,0 +152626,0,0,0,0,0 +152627,0,0,0,0,0 +152628,0,0,0,0,0 +152629,0,0,0,0,0 +152630,0,0,0,0,0 +152631,0,0,0,0,0 +152632,0,0,0,0,0 +152633,0,0,0,0,0 +152634,0,0,0,0,0 +152635,0,0,0,0,0 +152636,0,0,0,0,0 +152637,0,0,0,0,0 +152638,0,0,0,0,0 +152639,0,0,0,0,0 +152640,0,0,0,0,0 +152641,0,0,0,0,0 +152642,0,0,0,0,0 +152643,0,0,0,0,0 +152644,0,0,0,0,0 +152645,0,0,0,0,0 +152646,0,0,0,0,0 +152647,0,0,0,0,0 +152648,0,0,0,0,0 +152649,0,0,0,0,0 +152650,0,0,0,0,0 +152651,0,0,0,0,0 +152652,0,0,0,0,0 +152653,0,0,0,0,0 +152654,0,0,0,0,0 +152655,0,0,0,0,0 +152656,0,0,0,0,0 +152657,0,0,0,0,0 +152658,0,0,0,0,0 +152659,0,0,0,0,0 +152660,0,0,0,0,0 +152661,0,0,0,0,0 +152662,0,0,0,0,0 +152663,0,0,0,0,0 +152664,0,0,0,0,0 +152665,0,0,0,0,0 +152666,0,0,0,0,0 +152667,0,0,0,0,0 +152668,0,0,0,0,0 +152669,0,0,0,0,0 +152670,0,0,0,0,0 +152671,0,0,0,0,0 +152672,0,0,0,0,0 +152673,0,0,0,0,0 +152674,0,0,0,0,0 +152675,0,0,0,0,0 +152676,0,0,0,0,0 +152677,0,0,0,0,0 +152678,0,0,0,0,0 +152679,0,0,0,0,0 +152680,0,0,0,0,0 +152681,0,0,0,0,0 +152682,0,0,0,0,0 +152683,0,0,0,0,0 +152684,0,0,0,0,0 +152685,0,0,0,0,0 +152686,0,0,0,0,0 +152687,0,0,0,0,0 +152688,0,0,0,0,0 +152689,0,0,0,0,0 +152690,0,0,0,0,0 +152691,0,0,0,0,0 +152692,0,0,0,0,0 +152693,0,0,0,0,0 +152694,0,0,0,0,0 +152695,0,0,0,0,0 +152696,0,0,0,0,0 +152697,0,0,0,0,0 +152698,0,0,0,0,0 +152699,0,0,0,0,0 +152700,0,0,0,0,0 +152701,0,0,0,0,0 +152702,0,0,0,0,0 +152703,0,0,0,0,0 +152704,0,0,0,0,0 +152705,0,0,0,0,0 +152706,0,0,0,0,0 +152707,0,0,0,0,0 +152708,0,0,0,0,0 +152709,0,0,0,0,0 +152710,0,0,0,0,0 +152711,0,0,0,0,0 +152712,0,0,0,0,0 +152713,0,0,0,0,0 +152714,0,0,0,0,0 +152715,0,0,0,0,0 +152716,0,0,0,0,0 +152717,0,0,0,0,0 +152718,0,0,0,0,0 +152719,0,0,0,0,0 +152720,0,0,0,0,0 +152721,0,0,0,0,0 +152722,0,0,0,0,0 +152723,0,0,0,0,0 +152724,0,0,0,0,0 +152725,0,0,0,0,0 +152726,0,0,0,0,0 +152727,0,0,0,0,0 +152728,0,0,0,0,0 +152729,0,0,0,0,0 +152730,0,0,0,0,0 +152731,0,0,0,0,0 +152732,0,0,0,0,0 +152733,0,0,0,0,0 +152734,0,0,0,0,0 +152735,0,0,0,0,0 +152736,0,0,0,0,0 +152737,0,0,0,0,0 +152738,0,0,0,0,0 +152739,0,0,0,0,0 +152740,0,0,0,0,0 +152741,0,0,0,0,0 +152742,0,0,0,0,0 +152743,0,0,0,0,0 +152744,0,0,0,0,0 +152745,0,0,0,0,0 +152746,0,0,0,0,0 +152747,0,0,0,0,0 +152748,0,0,0,0,0 +152749,0,0,0,0,0 +152750,0,0,0,0,0 +152751,0,0,0,0,0 +152752,0,0,0,0,0 +152753,0,0,0,0,0 +152754,0,0,0,0,0 +152755,0,0,0,0,0 +152756,0,0,0,0,0 +152757,0,0,0,0,0 +152758,0,0,0,0,0 +152759,0,0,0,0,0 +152760,0,0,0,0,0 +152761,0,0,0,0,0 +152762,0,0,0,0,0 +152763,0,0,0,0,0 +152764,0,0,0,0,0 +152765,0,0,0,0,0 +152766,0,0,0,0,0 +152767,0,0,0,0,0 +152768,0,0,0,0,0 +152769,0,0,0,0,0 +152770,0,0,0,0,0 +152771,0,0,0,0,0 +152772,0,0,0,0,0 +152773,0,0,0,0,0 +152774,0,0,0,0,0 +152775,0,0,0,0,0 +152776,0,0,0,0,0 +152777,0,0,0,0,0 +152778,0,0,0,0,0 +152779,0,0,0,0,0 +152780,0,0,0,0,0 +152781,0,0,0,0,0 +152782,0,0,0,0,0 +152783,0,0,0,0,0 +152784,0,0,0,0,0 +152785,0,0,0,0,0 +152786,0,0,0,0,0 +152787,0,0,0,0,0 +152788,0,0,0,0,0 +152789,0,0,0,0,0 +152790,0,0,0,0,0 +152791,0,0,0,0,0 +152792,0,0,0,0,0 +152793,0,0,0,0,0 +152794,0,0,0,0,0 +152795,0,0,0,0,0 +152796,0,0,0,0,0 +152797,0,0,0,0,0 +152798,0,0,0,0,0 +152799,0,0,0,0,0 +152800,0,0,0,0,0 +152801,0,0,0,0,0 +152802,0,0,0,0,0 +152803,0,0,0,0,0 +152804,0,0,0,0,0 +152805,0,0,0,0,0 +152806,0,0,0,0,0 +152807,0,0,0,0,0 +152808,0,0,0,0,0 +152809,0,0,0,0,0 +152810,0,0,0,0,0 +152811,0,0,0,0,0 +152812,0,0,0,0,0 +152813,0,0,0,0,0 +152814,0,0,0,0,0 +152815,0,0,0,0,0 +152816,0,0,0,0,0 +152817,0,0,0,0,0 +152818,0,0,0,0,0 +152819,0,0,0,0,0 +152820,0,0,0,0,0 +152821,0,0,0,0,0 +152822,0,0,0,0,0 +152823,0,0,0,0,0 +152824,0,0,0,0,0 +152825,0,0,0,0,0 +152826,0,0,0,0,0 +152827,0,0,0,0,0 +152828,0,0,0,0,0 +152829,0,0,0,0,0 +152830,0,0,0,0,0 +152831,0,0,0,0,0 +152832,0,0,0,0,0 +152833,0,0,0,0,0 +152834,0,0,0,0,0 +152835,0,0,0,0,0 +152836,0,0,0,0,0 +152837,0,0,0,0,0 +152838,0,0,0,0,0 +152839,0,0,0,0,0 +152840,0,0,0,0,0 +152841,0,0,0,0,0 +152842,0,0,0,0,0 +152843,0,0,0,0,0 +152844,0,0,0,0,0 +152845,0,0,0,0,0 +152846,0,0,0,0,0 +152847,0,0,0,0,0 +152848,0,0,0,0,0 +152849,0,0,0,0,0 +152850,0,0,0,0,0 +152851,0,0,0,0,0 +152852,0,0,0,0,0 +152853,0,0,0,0,0 +152854,0,0,0,0,0 +152855,0,0,0,0,0 +152856,0,0,0,0,0 +152857,0,0,0,0,0 +152858,0,0,0,0,0 +152859,0,0,0,0,0 +152860,0,0,0,0,0 +152861,0,0,0,0,0 +152862,0,0,0,0,0 +152863,0,0,0,0,0 +152864,0,0,0,0,0 +152865,0,0,0,0,0 +152866,0,0,0,0,0 +152867,0,0,0,0,0 +152868,0,0,0,0,0 +152869,0,0,0,0,0 +152870,0,0,0,0,0 +152871,0,0,0,0,0 +152872,0,0,0,0,0 +152873,0,0,0,0,0 +152874,0,0,0,0,0 +152875,0,0,0,0,0 +152876,0,0,0,0,0 +152877,0,0,0,0,0 +152878,0,0,0,0,0 +152879,0,0,0,0,0 +152880,0,0,0,0,0 +152881,0,0,0,0,0 +152882,0,0,0,0,0 +152883,0,0,0,0,0 +152884,0,0,0,0,0 +152885,0,0,0,0,0 +152886,0,0,0,0,0 +152887,0,0,0,0,0 +152888,0,0,0,0,0 +152889,0,0,0,0,0 +152890,0,0,0,0,0 +152891,0,0,0,0,0 +152892,0,0,0,0,0 +152893,0,0,0,0,0 +152894,0,0,0,0,0 +152895,0,0,0,0,0 +152896,0,0,0,0,0 +152897,0,0,0,0,0 +152898,0,0,0,0,0 +152899,0,0,0,0,0 +152900,0,0,0,0,0 +152901,0,0,0,0,0 +152902,0,0,0,0,0 +152903,0,0,0,0,0 +152904,0,0,0,0,0 +152905,0,0,0,0,0 +152906,0,0,0,0,0 +152907,0,0,0,0,0 +152908,0,0,0,0,0 +152909,0,0,0,0,0 +152910,0,0,0,0,0 +152911,0,0,0,0,0 +152912,0,0,0,0,0 +152913,0,0,0,0,0 +152914,0,0,0,0,0 +152915,0,0,0,0,0 +152916,0,0,0,0,0 +152917,0,0,0,0,0 +152918,0,0,0,0,0 +152919,0,0,0,0,0 +152920,0,0,0,0,0 +152921,0,0,0,0,0 +152922,0,0,0,0,0 +152923,0,0,0,0,0 +152924,0,0,0,0,0 +152925,0,0,0,0,0 +152926,0,0,0,0,0 +152927,0,0,0,0,0 +152928,0,0,0,0,0 +152929,0,0,0,0,0 +152930,0,0,0,0,0 +152931,0,0,0,0,0 +152932,0,0,0,0,0 +152933,0,0,0,0,0 +152934,0,0,0,0,0 +152935,0,0,0,0,0 +152936,0,0,0,0,0 +152937,0,0,0,0,0 +152938,0,0,0,0,0 +152939,0,0,0,0,0 +152940,0,0,0,0,0 +152941,0,0,0,0,0 +152942,0,0,0,0,0 +152943,0,0,0,0,0 +152944,0,0,0,0,0 +152945,0,0,0,0,0 +152946,0,0,0,0,0 +152947,0,0,0,0,0 +152948,0,0,0,0,0 +152949,0,0,0,0,0 +152950,0,0,0,0,0 +152951,0,0,0,0,0 +152952,0,0,0,0,0 +152953,0,0,0,0,0 +152954,0,0,0,0,0 +152955,0,0,0,0,0 +152956,0,0,0,0,0 +152957,0,0,0,0,0 +152958,0,0,0,0,0 +152959,0,0,0,0,0 +152960,0,0,0,0,0 +152961,0,0,0,0,0 +152962,0,0,0,0,0 +152963,0,0,0,0,0 +152964,0,0,0,0,0 +152965,0,0,0,0,0 +152966,0,0,0,0,0 +152967,0,0,0,0,0 +152968,0,0,0,0,0 +152969,0,0,0,0,0 +152970,0,0,0,0,0 +152971,0,0,0,0,0 +152972,0,0,0,0,0 +152973,0,0,0,0,0 +152974,0,0,0,0,0 +152975,0,0,0,0,0 +152976,0,0,0,0,0 +152977,0,0,0,0,0 +152978,0,0,0,0,0 +152979,0,0,0,0,0 +152980,0,0,0,0,0 +152981,0,0,0,0,0 +152982,0,0,0,0,0 +152983,0,0,0,0,0 +152984,0,0,0,0,0 +152985,0,0,0,0,0 +152986,0,0,0,0,0 +152987,0,0,0,0,0 +152988,0,0,0,0,0 +152989,0,0,0,0,0 +152990,0,0,0,0,0 +152991,0,0,0,0,0 +152992,0,0,0,0,0 +152993,0,0,0,0,0 +152994,0,0,0,0,0 +152995,0,0,0,0,0 +152996,0,0,0,0,0 +152997,0,0,0,0,0 +152998,0,0,0,0,0 +152999,0,0,0,0,0 +153000,0,0,0,0,0 +153001,0,0,0,0,0 +153002,0,0,0,0,0 +153003,0,0,0,0,0 +153004,0,0,0,0,0 +153005,0,0,0,0,0 +153006,0,0,0,0,0 +153007,0,0,0,0,0 +153008,0,0,0,0,0 +153009,0,0,0,0,0 +153010,0,0,0,0,0 +153011,0,0,0,0,0 +153012,0,0,0,0,0 +153013,0,0,0,0,0 +153014,0,0,0,0,0 +153015,0,0,0,0,0 +153016,0,0,0,0,0 +153017,0,0,0,0,0 +153018,0,0,0,0,0 +153019,0,0,0,0,0 +153020,0,0,0,0,0 +153021,0,0,0,0,0 +153022,0,0,0,0,0 +153023,0,0,0,0,0 +153024,0,0,0,0,0 +153025,0,0,0,0,0 +153026,0,0,0,0,0 +153027,0,0,0,0,0 +153028,0,0,0,0,0 +153029,0,0,0,0,0 +153030,0,0,0,0,0 +153031,0,0,0,0,0 +153032,0,0,0,0,0 +153033,0,0,0,0,0 +153034,0,0,0,0,0 +153035,0,0,0,0,0 +153036,0,0,0,0,0 +153037,0,0,0,0,0 +153038,0,0,0,0,0 +153039,0,0,0,0,0 +153040,0,0,0,0,0 +153041,0,0,0,0,0 +153042,0,0,0,0,0 +153043,0,0,0,0,0 +153044,0,0,0,0,0 +153045,0,0,0,0,0 +153046,0,0,0,0,0 +153047,0,0,0,0,0 +153048,0,0,0,0,0 +153049,0,0,0,0,0 +153050,0,0,0,0,0 +153051,0,0,0,0,0 +153052,0,0,0,0,0 +153053,0,0,0,0,0 +153054,0,0,0,0,0 +153055,0,0,0,0,0 +153056,0,0,0,0,0 +153057,0,0,0,0,0 +153058,0,0,0,0,0 +153059,0,0,0,0,0 +153060,0,0,0,0,0 +153061,-1188.494761,297.2837587,584.2113526,-483.7189537,-114.3609831 +153062,-1196.255413,289.3591044,566.1721152,-488.0563899,-147.4171539 +153063,-1312.41242,278.5672365,542.5290872,-537.1222375,-249.2276573 +153064,-1373.02948,267.876689,518.8397888,-563.467639,-319.4781038 +153065,-682.1391303,258.503167,497.4531851,-152.7657761,-360.6419028 +153066,-239.5242678,250.5325059,478.6143001,-172.6421051,-385.8667663 +153067,-621.838426,243.6843453,461.8631444,-233.8423032,-407.1284723 +153068,-456.8507775,237.6826237,446.9189587,-186.5485373,-426.226034 +153069,-442.8362056,232.4385575,433.4333988,-178.5476996,-443.7998645 +153070,-430.0778398,227.805777,421.0986639,-174.5398341,-460.5472456 +153071,-419.2955675,223.6487059,409.6756787,-167.5394265,-476.8006913 +153072,-405.3590943,219.8635631,398.9844636,-163.3894472,-492.7701127 +153073,-397.0448373,216.3751677,388.8873922,-157.1306138,-508.5885999 +153074,-383.9445794,213.1182603,379.2614215,-152.4803878,-524.3380807 +153075,-374.0460972,210.055664,370.0274122,-147.4563753,-540.0647728 +153076,-362.4004268,207.1594377,361.1235004,-141.6178465,-455.7299548 +153077,-351.1309129,204.4055198,352.4969158,-138.164195,-199.4973885 +153078,-341.4732322,201.7732769,344.1027552,-134.499734,-362.4956698 +153079,-330.2098316,199.2456948,335.9037553,-129.6729315,-304.5445397 +153080,-319.5777944,196.8090685,327.8693977,-126.0662531,-299.4229343 +153081,-308.5046461,194.5110876,320.0755063,-121.2982437,-296.6691772 +153082,-299.3658872,192.3456639,312.5274423,-117.587835,-290.5025409 +153083,-287.4961554,190.292974,305.1986426,-113.2205258,-286.4950251 +153084,-277.6760458,188.3360241,298.0579937,-109.470411,-283.4058405 +153085,-270.001499,186.4632392,291.0795826,-105.3344142,-277.6522112 +153086,-261.4895616,184.6666729,284.2432623,-101.0802531,-274.5133599 +153087,-252.768117,182.9402486,277.5329381,-97.25262553,-269.1148453 +153088,-244.4907827,181.2788306,270.9350533,-93.34050331,-265.8775513 +153089,-236.060997,179.6779253,264.4378492,-88.82088284,-261.6760335 +153090,-227.499529,178.1335771,258.0309845,-85.31542508,-256.5935397 +153091,-219.8730584,181.0452593,261.3918092,-81.3807499,-253.7301059 +153092,-211.8978022,185.1809106,267.4381101,-77.48055367,-248.7531283 +153093,-203.1865492,189.2006904,273.238506,-73.80443845,-244.6466124 +153094,-195.9691014,193.2324714,279.0728523,-69.9379433,-240.8602682 +153095,-187.7600439,196.9775277,284.2748905,-66.19911532,-235.9249895 +153096,-180.162066,200.6023044,289.2010081,-62.45029473,-233.1434939 +153097,-171.9041518,204.1318337,293.8990211,-58.69177188,-227.5157645 +153098,-164.2653906,207.5845402,298.4048274,-55.1940355,-224.0740648 +153099,-156.6074559,210.9739993,302.7454491,-51.14458993,-220.0185227 +153100,-148.2918501,214.3107818,306.942384,-47.90028473,-215.9049131 +153101,-140.9198243,217.6035477,311.0136086,-43.83375405,-211.1595055 +153102,-132.8927045,220.8595182,314.9744131,-40.30315962,-207.524129 +153103,-125.1698331,224.084728,318.8378383,-36.63115472,-203.2580397 +153104,-117.4329973,227.2841821,322.6149337,-32.95235025,-198.9396087 +153105,-109.6819838,230.4620208,326.3150472,-29.40252457,-194.5734829 +153106,-101.5992703,233.62165,329.946052,-25.57522893,-190.7601005 +153107,-94.14698672,236.765877,333.5145972,-22.01486583,-186.3010605 +153108,-86.04425048,239.8970031,337.0262761,-18.44945821,-181.7956411 +153109,-78.57155205,243.0169212,340.4858151,-14.60745611,-178.4680411 +153110,-70.767539,246.127172,343.897179,-11.30361823,-173.2593048 +153111,-62.95244112,249.22902,347.2637241,-7.451169903,-169.240613 +153112,-55.1289367,252.3234813,350.5882517,-3.865899166,-165.1887087 +153113,-47.29858304,255.4113842,353.873135,-0.277481594,-161.0974031 +153114,-39.78053104,258.4933818,357.1203432,3.315140899,-156.9652918 +153115,-31.93231415,261.5699995,360.3315436,6.912265115,-152.1618244 +153116,-24.07551539,264.6416401,363.508113,10.51359517,-147.9607828 +153117,-16.21318652,267.7086175,366.6512119,14.11866714,-144.3695664 +153118,-8.665145954,416.2858535,369.7617917,17.72703973,-139.4559497 +153119,-0.788910289,357.3556558,372.8406527,21.33836861,-135.7997708 +153120,6.934142621,389.0557164,375.8876329,24.68206485,-131.4643128 +153121,127.4595001,829.527705,378.6456687,57.87690672,231.7865793 +153122,144.4994967,855.7987092,399.6351079,66.17750624,263.4136985 +153123,170.6357779,877.6723296,430.1526276,78.77517989,310.0045535 +153124,197.4712256,897.4662101,461.1346314,91.5212698,357.6888642 +153125,221.3724343,917.1891029,488.7008014,102.6716424,400.9283283 +153126,241.8634796,935.2159649,512.3789885,112.0543648,439.0398377 +153127,259.5557912,953.1768863,532.8601116,120.0228617,472.8707142 +153128,275.1169268,970.6293155,550.8875136,126.9405222,503.3042058 +153129,289.0094032,987.791911,566.9789515,133.0553829,530.9294418 +153130,301.5313836,1004.641633,581.4708629,138.525595,556.1232468 +153131,312.893347,1021.338977,964.010116,143.4611972,578.5282872 +153132,323.2640916,1037.725099,1001.652754,147.9488442,598.5421097 +153133,332.7883137,1060.731074,945.7735527,152.0613892,616.6310336 +153134,341.5909861,1080.639669,1011.201957,155.8605271,633.1387082 +153135,349.778777,1100.456677,1034.10105,159.397853,648.3000588 +153136,357.4417731,1119.922587,1056.455129,162.7160273,662.2895284 +153137,364.6557312,1139.276058,1076.751387,165.8501532,675.2514311 +153138,371.4843558,1158.317796,1097.202114,168.8291082,687.3118443 +153139,377.9812694,1177.181454,1117.2121,171.6766717,698.5817079 +153140,384.1916586,1195.778446,1136.11703,174.4124453,709.1578593 +153141,390.1536309,1213.794918,1154.959943,177.0525983,719.124146 +153142,395.8993366,1232.728943,1172.923292,179.6104723,728.5528934 +153143,401.4559258,1250.444819,1190.491945,182.0970851,737.5065013 +153144,406.846336,1268.333634,1207.529346,184.5215396,746.0388123 +153145,412.0899752,1286.086888,1224.174185,186.8913688,754.1964062 +153146,417.2032769,1303.495211,1240.299897,189.2128116,762.0195591 +153147,422.2001897,1320.953108,1256.07231,191.4910503,769.5432205 +153148,427.0925547,1337.921556,1271.33691,193.7303905,776.7976525 +153149,431.8904643,1355.01407,1286.210493,195.9344271,783.809203 +153150,436.6025133,1371.763485,1300.631829,198.1061592,790.6007212 +153151,441.236067,1387.531127,1314.065115,200.2481095,797.1921847 +153152,445.7932577,1403.181455,1326.893257,202.3602858,803.6009181 +153153,450.27676,1418.260143,1339.27391,204.4431021,809.8420983 +153154,454.6905738,1433.426038,1350.958894,206.4977601,815.9289594 +153155,459.0391821,1448.184385,1363.096292,208.525803,821.8732068 +153156,463.3268043,1462.791655,1374.19423,210.5287214,827.6850868 +153157,467.5571608,1477.122062,1385.017208,212.5078208,833.3737077 +153158,471.7334541,1491.464584,1395.67863,214.4642054,838.94706 +153159,475.8584761,1505.257776,1405.860169,216.3988252,844.4122834 +153160,479.934672,1519.208778,1415.711491,218.312504,849.7756608 +153161,483.9642231,1532.698946,1425.354596,220.205975,855.0428542 +153162,487.9490657,1546.300843,1434.626264,222.0798868,860.2188593 +153163,491.8909518,1559.404236,1443.481154,223.9348285,865.308224 +153164,495.7914476,1572.462029,1452.247742,225.7713267,870.3149713 +153165,499.6519892,1585.446269,1460.587723,227.5898684,875.2428052 +153166,503.4738749,1598.186585,1468.691971,229.3908957,880.0950204 +153167,507.258309,1610.577774,1476.520784,231.1748237,884.8746818 +153168,511.0063877,1623.114836,1484.036731,232.9420328,889.584522 +153169,514.7191426,1635.274342,1491.411905,234.6928864,894.2271158 +153170,518.3975233,1647.270808,1498.476837,236.4277223,898.8047731 +153171,522.0424308,1659.347262,1505.169838,238.146866,903.31969 +153172,525.6547027,1677.507835,1511.846061,239.8506237,907.7738479 +153173,529.2351379,1681.50215,1518.13609,241.5392917,912.1691449 +153174,532.7844865,1704.19241,1524.198929,243.2131514,916.5073026 +153175,536.3034706,1701.520504,1530.210488,244.8724781,920.789986 +153176,539.7927688,1703.437957,1535.762747,246.5175331,925.0187055 +153177,543.2530415,1736.080536,1541.264095,248.1485747,929.1949402 +153178,546.6849107,1735.724814,1546.506672,249.7658483,933.3200406 +153179,550.0889923,1748.796716,1551.505062,251.3696009,937.3953654 +153180,553.4658694,1759.489863,1556.437677,252.9600686,941.4221542 +153181,556.8153732,1938.794394,1951.042132,254.5371489,945.4002846 +153182,567.2180121,1951.490873,1959.649518,259.2827353,962.6933145 +153183,581.1642955,1963.074048,1966.747202,265.5697407,986.6977834 +153184,595.1211264,1974.177608,1973.32384,271.7882108,1010.887158 +153185,1006.957803,1985.193603,1979.150839,496.7083825,1032.580758 +153186,928.9872336,1995.925556,1984.895647,387.3715773,1051.505423 +153187,922.102133,2006.47466,1990.28679,423.9519914,1068.160329 +153188,971.9752586,2011.311407,1998.174201,439.6325133,1083.051307 +153189,989.534866,2020.389011,2003.798102,448.4206078,1096.521277 +153190,1004.86621,2029.981629,2008.750921,456.4570682,1494.204796 +153191,1020.915277,2039.542865,2013.535103,464.2336329,1483.200247 +153192,1035.692665,2048.775805,2018.227444,472.1443099,1447.703228 +153193,1051.027168,2058.003576,2022.55854,479.318623,1500.782761 +153194,1065.69031,2067.26113,2026.773486,486.9274264,1518.904431 +153195,1079.72826,2076.208216,2030.805605,494.048606,1535.535229 +153196,1093.83654,2085.204435,2034.675321,501.1375089,1552.505373 +153197,1108.102522,2093.834307,2038.470104,508.1040533,1568.021733 +153198,1121.608739,2102.544344,2041.91771,514.8253044,1583.822373 +153199,1135.144626,2111.050592,2045.398554,521.7382015,1599.084955 +153200,1148.433141,2119.447364,2048.669082,528.3897964,1613.827698 +153201,1161.26864,2127.722665,2051.815364,534.5641513,1628.817875 +153202,1174.592323,2135.868388,2054.828745,541.2904168,1642.960029 +153203,1187.098637,2143.898104,2057.713083,547.4602557,1657.039068 +153204,1199.684166,2151.801414,2060.471371,553.6868267,1670.794651 +153205,1212.047197,2159.582523,2063.107688,559.7947569,1684.284976 +153206,1224.241151,2167.240854,2065.625165,565.6711456,1697.515719 +153207,1235.935372,2174.878617,2068.027883,571.8187095,1710.467267 +153208,1248.351698,2182.141695,2070.238578,577.7007053,1723.258798 +153209,1259.794805,2197.461917,2072.543297,583.229413,1735.751411 +153210,1271.422352,2189.039568,2074.565044,589.0240063,1748.012093 +153211,1282.672848,2227.815166,2076.300237,594.3347546,1760.136404 +153212,1294.100242,2175.958911,2077.957487,600.0185099,1771.977255 +153213,1304.522527,2232.258443,2079.300572,605.2204796,1783.606427 +153214,1315.513115,2218.38728,2080.721614,610.5036209,1795.125938 +153215,1326.161795,2228.094137,2081.97961,615.6810792,1806.340732 +153216,1336.643272,2233.940498,2083.161716,620.7840464,1817.493091 +153217,1346.984804,2239.650606,2084.261581,625.8149901,1828.344021 +153218,1356.887762,2245.186134,2085.283147,630.7757696,1839.146337 +153219,1367.635903,2250.617416,2086.231346,635.6686298,1849.652394 +153220,1377.278701,2255.919494,2087.110234,640.3134965,1859.694803 +153221,1387.300783,2261.194646,2087.924403,645.3600932,1870.587431 +153222,1396.99419,2266.080054,2088.67829,649.9206291,1880.28595 +153223,1406.723392,2270.956203,2089.375842,654.5916382,1890.422252 +153224,1416.19332,2275.87413,2090.021362,659.1711026,1900.079604 +153225,1425.707896,2280.453127,2090.619276,663.6932689,1909.830367 +153226,1434.964791,2284.995205,2091.173413,668.1587001,1919.307279 +153227,1444.230402,2289.397331,2091.688306,672.5693709,1928.689299 +153228,1453.399795,2293.675148,2092.167909,676.9265622,1934.007919 +153229,1462.370464,2297.830626,2092.617435,681.232304,1941.239016 +153230,1471.393703,2301.96996,2093.040157,685.4873168,1947.281774 +153231,1480.168518,2305.730161,2093.440413,689.6930792,1953.535406 +153232,1488.966743,2309.597376,2093.821938,693.6282047,1959.835074 +153233,1497.682639,2313.257244,2094.189047,698.0842597,1965.907488 +153234,1506.202739,2316.814301,2094.545498,701.9800938,1971.897179 +153235,1514.746623,2320.255588,2094.895656,706.0402641,1977.958944 +153236,1523.214663,2323.580673,2095.243269,709.9013381,1983.71703 +153237,1531.490994,2326.790949,2095.59269,713.9400033,1989.544533 +153238,1527.166134,2324.096775,2083.301997,712.1012407,1972.251763 +153239,1496.318902,2309.217696,2044.723309,698.3458035,1907.575878 +153240,1579.40143,2360.345754,2119.092329,735.281334,2054.311059 +153241,1557.332793,2319.025438,2090.668211,725.9596539,2000.886536 +153242,1574.428434,2339.443269,2099.775072,733.66124,2022.925303 +153243,1582.301634,2347.302821,2100.423466,737.5837379,2029.332376 +153244,1591.68937,2351.399776,2119.938192,741.6032802,2035.549276 +153245,1600.76498,2340.501482,2079.771857,746.0094948,2049.689579 +153246,1607.907922,2355.776275,2113.468296,749.2978551,2047.366574 +153247,1616.973894,2353.990689,2105.270069,753.5592967,2042.693289 +153248,1623.799951,2366.454138,2108.665681,756.6357863,2064.932061 +153249,1633.365945,2343.457261,2103.639439,761.171109,2063.666382 +153250,1639.359571,2385.940187,2110.189835,763.9276552,2068.841567 +153251,1649.261824,2353.923308,2110.896889,768.5082253,2076.253564 +153252,1655.052731,2367.026942,2114.037766,771.2145206,2079.51783 +153253,1664.051522,2368.064022,2107.858406,775.3398699,2086.07739 +153254,1670.605876,2367.364543,2131.527401,778.3374325,2089.969022 +153255,1679.567248,2371.462002,2108.153246,782.5831681,2096.658569 +153256,1685.606992,2369.694268,2118.866629,785.2669632,2099.977066 +153257,1693.287893,2377.62708,2119.020738,788.4669735,2105.107067 +153258,1793.792681,2418.984505,2215.667449,834.9423224,2275.601937 +153259,1576.907799,2316.554638,1979.379772,736.9392178,1869.833586 +153260,1866.020716,2445.058053,2299.718132,866.5639141,2398.94237 +153261,1579.12404,2313.772051,1959.660266,738.3040759,1852.703892 +153262,1883.782599,2449.097442,2312.118631,874.4384117,2413.677797 +153263,1589.11694,2310.69814,1960.312289,742.9053118,1854.902819 +153264,1902.172077,2453.84409,2321.76149,882.7349625,2429.545106 +153265,1599.623855,2308.592661,1962.276964,747.6715932,1857.316141 +153266,1920.089256,2456.923754,2330.698579,890.7957644,2444.838587 +153267,1610.353122,2307.052534,1964.919507,752.413185,1859.932083 +153268,1937.541286,2459.052668,2338.964308,898.6915949,2459.678386 +153269,1620.992174,2305.379964,1968.11532,757.1015359,1862.504499 +153270,1954.957639,2460.625683,2347.159574,906.3877602,2474.240336 +153271,1631.489525,2303.401573,1971.256414,761.7387989,1865.091168 +153272,1971.655034,2461.067265,2359.357654,913.8004146,2488.412742 +153273,1641.801848,2300.853277,1967.454855,766.2445859,1867.416479 +153274,1988.467137,2461.157714,2369.483762,921.1991683,2502.777069 +153275,1651.8242,2297.865397,1974.107807,770.5820739,1869.429378 +153276,2004.845326,2460.639692,2371.755377,928.2983946,2516.81092 +153277,1661.310373,2293.487963,1992.360506,774.5920294,1871.107105 +153278,2021.862017,2461.062475,2361.008564,935.7977433,2531.296001 +153279,1670.811937,2289.510017,1985.507749,778.7152927,1876.946864 +153280,2042.961335,2459.322332,2389.404229,942.7647681,2543.367384 +153281,1673.179964,2286.242314,1980.898094,782.6601049,1874.898599 +153282,2075.108693,2456.832548,2400.914421,950.0526839,2554.160891 +153283,1662.822891,2281.806843,1978.353263,786.5245337,1890.914696 +153284,2082.186843,2454.85217,2409.971156,956.9747678,2552.612874 +153285,1695.901843,2275.435345,1981.576971,790.142945,1905.057499 +153286,2086.100662,2454.123734,2416.491835,964.2789829,2554.729445 +153287,1707.760806,2269.972884,1985.994584,793.9374953,1892.359961 +153288,2101.137605,2450.526676,2426.045169,970.8688141,2595.795737 +153289,1716.894298,2263.825792,1983.526261,797.6919221,1897.805252 +153290,2117.159241,2448.344385,2434.3866,977.7754869,2583.883687 +153291,1725.826382,2257.821071,1988.982601,801.4940109,1894.111305 +153292,2132.155792,2444.012996,2442.755745,984.1599565,2622.22992 +153293,1735.019324,2251.615972,1987.876413,805.3578701,1881.491065 +153294,2147.250163,2440.129133,2453.739852,990.6525811,2638.18534 +153295,1743.570136,2244.520191,1988.818744,808.9222478,1882.110451 +153296,2162.372502,2435.993129,2457.917881,997.2389595,2657.022208 +153297,1751.567049,2235.861965,2011.073248,812.0309755,1873.301829 +153298,2178.339328,2433.023728,2442.26071,1004.124434,2669.225611 +153299,1759.774101,2228.176475,2004.78903,815.5440807,1881.569077 +153300,2192.803241,2427.333712,2470.68104,1010.187095,2690.200358 +153301,1652.530064,2151.877481,1884.097003,766.9636606,1651.202442 +153302,2109.395764,2382.604775,2359.477205,960.798148,2483.073628 +153303,1621.552274,2135.125007,1878.294337,768.5520691,1663.017244 +153304,2118.507936,2380.069368,2369.775958,967.4542538,2485.541263 +153305,1657.081825,2122.473137,1876.900181,769.9620837,1659.911895 +153306,2115.928946,2374.273139,2380.809824,973.4427728,2497.137721 +153307,1666.568616,2112.172673,1871.155486,772.2818454,1656.263228 +153308,2129.930966,2367.014665,2389.693492,979.2991581,2508.412395 +153309,1672.330395,2118.573587,1872.207938,774.3615923,1652.854046 +153310,2144.517266,2335.777812,2395.873251,985.5319004,2520.394801 +153311,1678.513525,2101.821935,1874.345666,776.3005411,1649.498263 +153312,2158.281633,2350.396681,2401.669362,991.7941119,2531.825166 +153313,1684.874827,2079.138339,1876.321673,778.6294776,1646.534341 +153314,2172.172269,2344.800668,2408.688341,997.5741344,2543.355347 +153315,1691.099996,2067.957913,1877.213633,781.0233275,1643.398624 +153316,2186.145163,2336.751769,2420.034705,1003.547531,2555.209017 +153317,1697.279683,2056.129547,1872.600065,783.2104065,1639.991519 +153318,2200.404143,2328.643566,2429.233946,1009.580138,2573.848533 +153319,1703.27291,2044.163844,1874.795359,785.3875616,1626.575653 +153320,2214.437706,2320.141817,2435.356169,1015.386482,2583.826844 +153321,1709.398279,2031.850321,1882.422682,787.8585615,1632.723263 +153322,2228.611408,2311.311509,2438.945885,1021.350803,2590.632417 +153323,1716.841288,2019.851401,1877.921924,790.7128642,1633.63362 +153324,2240.364606,2301.6175,2452.619575,1026.152206,2597.838007 +153325,1725.924285,2008.229733,1880.424073,794.4663147,1635.974939 +153326,2251.540127,2291.006397,2456.884754,1030.849256,2617.9449 +153327,1734.346936,2014.481018,1885.133933,797.6807439,1617.226237 +153328,2263.46338,2235.664359,2462.936221,1035.767526,2621.343591 +153329,1743.239641,2023.603174,1889.061594,801.386933,1638.153823 +153330,2274.263,2235.970785,2456.455292,1040.187893,2617.442501 +153331,1751.986262,2000.371093,1910.809201,804.891492,1642.90875 +153332,2285.102719,2226.875838,2446.408418,1044.746695,2623.960771 +153333,1760.74016,1988.415988,1927.215567,808.2083389,1645.000321 +153334,2296.023902,2214.709321,2434.067145,1049.190274,2644.248962 +153335,1769.152554,1975.471805,1951.233859,811.6981341,1626.495834 +153336,2306.533562,2202.243086,2422.099458,1053.556556,2660.540876 +153337,1777.96287,1962.367512,1985.423427,815.0908815,1626.801782 +153338,2317.32399,2207.249952,2409.187827,1057.962758,2666.641386 +153339,1785.856657,1923.456452,1985.174523,818.41388,1629.402151 +153340,2328.060358,2189.540159,2398.559674,1062.377062,2678.162161 +153341,1798.298301,1940.363626,2018.568374,821.3162617,1623.081189 +153342,2333.052105,2152.199935,2383.957908,1067.289248,2688.242855 +153343,1826.788225,1945.367771,2038.567832,824.2615329,1631.251818 +153344,2316.350573,2131.760327,2368.645407,1071.927816,2684.497558 +153345,1825.491255,1913.982883,2060.594862,827.3509738,1633.236243 +153346,2357.636678,2130.454454,2355.851196,1076.259046,2696.733407 +153347,1812.29879,1894.777134,2085.096846,828.4463349,1630.224384 +153348,2378.977106,2124.12681,2344.64126,1083.812739,2706.194514 +153349,1986.021425,1950.261121,2269.307376,906.9859432,1933.599245 +153350,2137.029637,2004.69743,2189.182682,974.6860103,2236.731128 +153351,2116.227165,1986.834096,2252.45408,965.0782613,2195.322532 +153352,2120.215415,1979.276607,2239.920413,966.6872944,2165.332217 +153353,2124.593306,1971.950386,2239.728133,968.5675107,2189.096634 +153354,2129.334298,1964.557321,2246.450608,970.3518054,2188.913058 +153355,2133.548146,1957.142674,2244.482464,972.1760862,2188.693253 +153356,2138.092855,1949.55509,2247.444312,973.9911622,2191.56346 +153357,2142.51209,1964.501375,2254.605658,975.8008703,2193.572597 +153358,2146.927395,1902.72093,2252.566755,977.6077358,2195.359351 +153359,2151.328301,1961.2242,2254.616342,979.3552459,2197.108727 +153360,2155.619357,1889.10162,2261.427738,981.231232,2199.065287 +153361,1755.21313,1743.026188,1854.048415,799.4190422,1463.117351 +153362,2160.018949,1890.106177,2261.417629,981.8872193,2221.191255 +153363,1633.810514,1658.911934,1713.559271,744.6010736,1230.231256 +153364,2187.514165,1886.058756,2307.405303,993.7486728,2264.791514 +153365,1633.450132,1638.363455,1700.097523,744.1027971,1224.279004 +153366,2190.733494,1868.773323,2308.556994,994.8324215,2262.520889 +153367,1634.136038,1618.371691,1697.605366,744.1074394,1219.765635 +153368,2194.670695,1858.555454,2310.744414,996.2674963,2261.42158 +153369,1635.413587,1588.873075,1692.803529,744.3031678,1216.187861 +153370,2198.562793,1838.858633,2312.738558,997.7420889,2260.739881 +153371,1637.561715,1579.113207,1691.021271,744.9506803,1213.464234 +153372,2201.919008,1815.866303,2313.426101,998.954565,2260.059148 +153373,1639.847476,1561.436585,1689.290193,745.6805205,1211.094123 +153374,2205.860726,1798.283103,2313.878409,1000.455325,2259.938699 +153375,1642.288936,1542.782266,1689.427693,746.493918,1209.071449 +153376,2209.547127,1780.492166,2313.347089,1001.853748,2259.803832 +153377,1645.108026,1524.216062,1690.132844,747.4552904,1207.380071 +153378,2213.173928,1762.603502,2313.005453,1003.299738,2259.939134 +153379,1647.988373,1505.899518,1690.953403,748.4718434,1205.81996 +153380,2216.990794,1744.857849,2312.740965,1004.739874,2260.333087 +153381,1651.087194,1487.795152,1692.285182,749.710253,1204.567661 +153382,2220.60168,1726.838929,2312.594056,1006.106763,2260.674283 +153383,1653.888717,1469.516785,1693.005038,750.7956073,1203.353904 +153384,2225.122491,1709.5082,2317.066254,1007.831877,2264.234993 +153385,1656.632004,1451.36518,1688.391906,751.9224783,1198.103095 +153386,2229.142753,1691.780087,2318.813742,1009.409408,2278.501914 +153387,1660.025811,1433.829694,1691.272262,753.2613317,1179.332703 +153388,2232.870219,1674.037198,2318.651288,1010.903316,2273.546921 +153389,1663.265907,1415.852645,1692.064879,754.5328425,1198.406436 +153390,2237.120633,1656.948352,2319.002034,1012.648932,2264.24646 +153391,1666.527024,1398.24904,1694.8187,755.812426,1199.999328 +153392,2240.840023,1639.337198,2322.622024,1014.142543,2265.269991 +153393,1669.512289,1380.464992,1690.14482,756.9582412,1199.376515 +153394,2245.112462,1622.412795,2323.623943,1015.944743,2266.71416 +153395,1672.071678,1362.404225,1703.177065,757.7846355,1198.594492 +153396,2249.624199,1605.926025,2309.909284,1017.954654,2268.276862 +153397,1675.510968,1360.079093,1702.801445,759.0220702,1198.491997 +153398,2253.183713,1567.244165,2323.791849,1019.352547,2269.287466 +153399,1678.621372,1349.978444,1695.10836,760.3350649,1198.169183 +153400,2257.621218,1553.077984,2327.647562,1021.001699,2270.928782 +153401,1681.779487,1318.931715,1696.232329,761.6570636,1197.898336 +153402,2261.709947,1554.020215,2326.828454,1022.589241,2272.393925 +153403,1685.100874,1293.967696,1700.298293,762.926423,1197.692425 +153404,2266.006447,1539.796303,2325.344544,1024.298234,2274.084164 +153405,1688.408964,1277.339296,1704.158569,764.1573851,1197.50332 +153406,2270.416594,1523.927456,2323.326341,1026.030532,2283.796435 +153407,1691.898705,1261.194089,1709.560253,765.4396069,1185.151225 +153408,2274.798824,1508.326735,2321.089917,1027.711754,2283.487963 +153409,1697.247944,1245.183693,1714.106134,766.6944836,1195.981344 +153410,2276.772956,1493.898891,2318.119358,1029.49636,2279.37377 +153411,1708.763021,1232.592049,1720.722834,767.9469363,1197.246093 +153412,2271.249463,1486.373097,2314.494488,1031.246293,2281.17877 +153413,1726.554931,1219.001746,1736.811279,769.0815362,1197.082548 +153414,2260.88883,1476.275052,2306.07202,1033.224237,2284.481184 +153415,1718.759891,1207.227799,1744.787557,770.1430749,1195.151908 +153416,2291.269768,1465.964623,2299.795449,1035.191608,2286.317963 +153417,1735.507233,1195.921119,1729.99085,771.2737241,1196.618547 +153418,2259.902852,1455.851144,2297.843743,1037.096622,2287.569264 +153419,1732.483987,1185.584263,1766.421312,772.9141969,1197.396509 +153420,2298.59159,1444.761593,2291.413888,1038.304031,2301.854382 +153421,2128.184134,1376.966788,2178.936312,960.6896465,1922.949471 +153422,2286.32617,1403.560261,2217.705516,1031.407259,2255.864506 +153423,2289.903216,1421.913726,2211.007716,1021.860447,2165.34558 +153424,2231.691165,1405.010504,2209.858415,1023.631113,2201.258875 +153425,2291.716335,1403.465207,2211.829053,1025.46592,2192.746172 +153426,2273.713604,1399.826988,2211.213785,1027.168729,2213.509473 +153427,2281.885885,1396.145876,2212.918559,1028.914705,2190.197666 +153428,2285.653847,1392.511235,2212.06009,1030.585245,2208.387312 +153429,2289.706708,1388.94362,2211.879543,1032.128618,2207.257429 +153430,2293.572614,1385.443826,2212.104799,1033.77279,2209.461968 +153431,2297.413379,1382.02065,2212.738288,1035.342921,2212.519711 +153432,2301.213145,1378.678172,2213.672744,1036.903045,2214.927192 +153433,2305.10875,1375.505739,2216.53421,1038.444801,2217.375664 +153434,2308.626348,1372.210855,2216.710159,1039.972807,2219.714933 +153435,2312.424092,1369.113467,2219.242853,1041.48121,2222.215288 +153436,2316.056271,1366.236617,2220.958337,1042.977971,2224.463699 +153437,2319.680096,1362.485077,2220.560146,1044.408027,2226.74428 +153438,2323.285319,1359.819551,2222.701464,1046.02588,2229.002623 +153439,2326.707872,1357.32492,2222.363477,1047.692831,2231.208453 +153440,2330.458249,1354.921932,2224.489678,1049.601949,2233.236227 +153441,2333.866718,1352.570512,2224.112338,1051.724395,2235.549946 +153442,2337.595531,1350.285081,2224.542201,1053.987032,2243.497604 +153443,2340.789145,1348.027547,2226.9421,1056.261951,2230.923709 +153444,2344.385407,1345.818949,2226.507961,1058.693502,2251.439719 +153445,2347.795347,1343.569249,2226.930342,1061.168675,2240.492005 +153446,2351.185088,1341.550176,2227.443581,1063.781779,2246.541225 +153447,2354.556432,1339.472847,2229.786809,1066.310405,2248.343056 +153448,2357.892831,1337.295773,2229.478729,1069.052544,2249.957841 +153449,2361.2171,1335.315759,2229.767557,1073.750842,2251.978933 +153450,2364.516085,1333.298095,2232.011486,1073.512157,2253.926797 +153451,2367.686088,1355.146108,2233.329447,1081.145759,2255.606858 +153452,2370.814375,1293.857063,2232.59756,1078.41092,2257.662863 +153453,2378.200991,1344.215754,2232.689101,1089.244085,2259.423618 +153454,2370.596551,1339.418494,2234.746737,1080.805876,2261.335362 +153455,2404.145576,1299.033882,2234.204292,1101.562452,2263.062576 +153456,2350.995777,1330.997233,2234.406094,1079.47393,2264.720063 +153457,2401.211657,1334.63253,2234.820684,1096.975482,2266.708188 +153458,2412.675416,1292.844457,2237.023038,1100.84264,2268.494925 +153459,2351.541725,1350.544367,2236.571913,1101.592802,2270.034779 +153460,2414.335759,1277.109087,2238.536274,1105.850448,2271.979539 +153461,2393.622371,1351.626757,2239.655772,1109.341458,2273.665716 +153462,2400.526138,1272.424899,2240.46458,1112.875658,2275.249133 +153463,2403.51478,1345.438406,2241.11809,1116.469079,2276.857397 +153464,2406.357869,1272.710401,2239.956177,1120.127542,2278.668973 +153465,2409.247247,1337.60571,2239.73675,1123.849425,2280.275323 +153466,2412.144551,1273.322651,2239.905509,1127.632402,2281.958809 +153467,2415.162277,1328.415976,2242.003728,1131.47969,2283.661147 +153468,2418.015498,1276.253765,2241.47631,1135.452385,2284.966901 +153469,2421.052293,1318.823878,2241.585073,1139.326034,2286.921631 +153470,2423.93337,1278.630298,2241.93113,1143.408322,2293.786919 +153471,2426.994675,1309.498836,2242.479407,1147.428237,2282.175144 +153472,2429.994373,1281.35273,2242.945054,1151.690339,2299.616007 +153473,2433.004088,1299.192564,2245.332328,1155.866666,2291.092126 +153474,2436.012121,1285.513748,2246.600123,1160.23046,2294.849391 +153475,2439.037882,1290.428564,2247.396316,1164.4799,2296.737906 +153476,2442.066242,1286.809932,2246.291171,1168.940197,2297.798033 +153477,2445.113244,1285.690859,2246.070938,1173.407922,2299.378273 +153478,2448.162163,1284.225067,2246.215818,1177.94629,2301.054796 +153479,2457.593345,1282.774306,2246.537632,1182.617412,2302.278294 +153480,2444.797021,1281.339883,2248.885822,1187.179624,2304.265152 +153481,2509.192909,1308.230129,2252.692373,1214.522938,2388.734241 +153482,2506.102641,1293.704391,2261.711824,1220.309927,2386.860934 +153483,2513.145535,1307.352952,2271.329435,1225.709074,2401.510275 +153484,2515.995983,1296.562635,2279.191318,1231.035655,2394.13971 +153485,2519.546294,1300.643477,2286.525623,1236.323598,2403.515738 +153486,2522.817243,1297.863939,2291.367363,1241.604282,2406.110367 +153487,2525.985842,1297.015407,2293.111098,1246.902448,2407.850472 +153488,2529.099859,1295.862167,2295.108604,1252.232325,2416.008321 +153489,2532.160058,1294.698072,2298.578348,1257.598591,2408.315284 +153490,2535.159342,1293.532968,2299.191007,1263.001801,2421.628211 +153491,2538.147753,1292.36309,2300.458765,1268.455178,2419.084471 +153492,2541.096914,1291.194917,2303.477382,1273.950771,2421.717322 +153493,2544.008004,1290.031162,2305.437713,1279.491472,2424.36437 +153494,2546.900365,1288.868532,2306.997697,1285.079978,2426.804446 +153495,2553.091544,1287.711648,2306.635691,1290.714699,2428.480413 +153496,2547.658503,1286.554751,2308.85709,1296.473584,2431.806905 +153497,2570.454109,1285.406948,2310.438591,1302.087906,2433.85777 +153498,2538.886419,1284.263021,2310.078497,1307.918127,2435.336336 +153499,2569.966945,1283.120882,2312.282629,1313.733086,2438.617213 +153500,2582.294446,1281.989535,2312.235914,1319.523846,2444.745899 +153501,2535.926596,1280.858328,2314.542053,1325.558894,2437.94183 +153502,2584.037883,1279.737692,2314.376386,1331.542014,2448.595577 +153503,2568.699326,1278.61891,2315.012511,1337.449498,2447.317148 +153504,2574.655055,1277.506585,2317.562658,1343.562914,2449.398551 +153505,2577.430808,1276.404527,2317.443389,1349.650945,2450.425221 +153506,2579.982573,1275.301886,2319.635718,1355.800395,2453.662285 +153507,2582.655206,1274.212503,2319.546273,1361.991141,2459.697119 +153508,2585.35355,1273.123943,2320.04736,1368.305906,2452.312284 +153509,2587.901802,1272.044263,2320.664692,1374.389929,2462.336994 +153510,2590.596942,1270.96842,2323.280737,1380.891408,2463.260622 +153511,2592.989015,1269.845449,2323.256342,1387.074012,2462.584858 +153512,2598.026716,1268.711536,2323.638021,1393.361887,2464.050417 +153513,2594.056722,1267.580084,2324.335867,1399.667454,2471.157532 +153514,2612.514844,1266.448277,2326.800593,1406.084611,2466.14237 +153515,2586.871007,1265.323813,2326.553738,1412.329881,2473.258206 +153516,2612.46779,1264.196624,2326.979899,1418.790163,2473.177042 +153517,2620.247958,1263.074174,2329.067749,1429.560851,2470.203037 +153518,2588.232503,1261.958776,2328.50863,1430.713692,2476.806913 +153519,2625.409811,1260.841604,2328.749513,1448.365747,2477.392341 +153520,2628.346035,1259.730763,2329.19963,1431.977303,2478.331039 +153521,2588.2136,1258.621377,2331.48,1451.623339,2481.249937 +153522,2655.671154,1257.520522,2331.080086,1460.028802,2481.301055 +153523,2584.700797,1256.418533,2331.185338,1463.40962,2482.41852 +153524,2639.660298,1255.393894,2333.219658,1471.024965,2485.502593 +153525,2622.65354,1254.197846,2332.627262,1477.717154,2484.686233 +153526,2636.767854,1253.159277,2332.507223,1484.496556,2484.497563 +153527,2617.578347,1252.064757,2332.510816,1491.001979,2484.515313 +153528,2638.924581,1250.984367,2332.56143,1497.941703,2484.64702 +153529,2657.258817,1249.90852,2332.566562,1504.637145,2484.776556 +153530,2610.344661,1248.836638,2332.609068,1511.530906,2485.000107 +153531,2659.749724,1247.768973,2332.685443,1518.218084,2485.308309 +153532,2621.297684,1246.705389,2332.751852,1525.123107,2485.64326 +153533,2677.300783,1245.646146,2332.85238,1531.973488,2486.055094 +153534,2633.430102,1244.59109,2332.955557,1538.947209,2486.502003 +153535,2648.72397,1243.540267,2333.008056,1545.714651,2486.91555 +153536,2635.748448,1242.493316,2333.031253,1554.698146,2487.318517 +153537,2686.816433,1241.450612,2333.201577,1565.261409,2487.924234 +153538,2617.547151,1240.412123,2333.464823,1562.630022,2488.665708 +153539,2697.717381,1239.377665,2333.864953,1568.599972,2489.596944 +153540,2625.19388,1238.347318,2334.211733,1584.469677,2490.484739 +153541,2597.855515,1204.296744,2333.541355,1556.732233,2489.668686 +153542,2586.451422,1203.190745,2329.199007,1565.553026,2425.060355 +153543,2598.08165,1202.153875,2315.603325,1557.122578,2316.718695 +153544,2594.445731,1201.175946,2301.807376,1581.291519,2394.077618 +153545,2580.293116,1200.149933,2293.09261,1580.983292,2372.623767 +153546,2618.289262,1199.311142,2288.221695,1589.153201,2380.725628 +153547,2579.95413,1198.33486,2285.240578,1602.466174,2374.927863 +153548,2634.61306,1197.426664,2285.09384,1597.694083,2377.251006 +153549,2594.71125,1196.523301,2282.975968,1610.263856,2378.294045 +153550,2602.456453,1195.621776,2281.942522,1618.986546,2379.531832 +153551,2616.469177,1194.731291,2281.379043,1624.231906,2380.523893 +153552,2605.651102,1193.84733,2281.061172,1639.208567,2381.535339 +153553,2633.469737,1192.97027,2281.153047,1629.092245,2387.623453 +153554,2607.866021,1192.098376,2282.943043,1649.93793,2378.201926 +153555,2628.461783,1191.3062,2283.579144,1652.819874,2390.446594 +153556,2615.029518,1190.347018,2282.011217,1675.628112,2380.223113 +153557,2638.987688,1189.541706,2283.15842,1647.936355,2392.265214 +153558,2620.062831,1188.687983,2282.175597,1705.943626,2387.523168 +153559,2640.089886,1187.845962,2281.842724,1666.219282,2388.238617 +153560,2631.953983,1187.011108,2281.94875,1724.876125,2390.025378 +153561,2638.396948,1186.181562,2282.213443,1701.086758,2391.173474 +153562,2640.301489,1185.356932,2282.494071,1722.7861,2392.048286 +153563,2642.954803,1184.537131,2283.091767,1730.698244,2393.123812 +153564,2645.677454,1183.72201,2284.100788,1740.102812,2394.294603 +153565,2648.641571,1182.912004,2285.059615,1750.031088,2400.223935 +153566,2651.698268,1182.106054,2286.066582,1759.610083,2391.046046 +153567,2654.734059,1181.3047,2286.987978,1769.189262,2402.252089 +153568,2657.783461,1180.507164,2287.904906,1779.019174,2393.860774 +153569,2660.691362,1179.713714,2288.85455,1788.588581,2404.305267 +153570,2663.948275,1178.923927,2289.766309,1798.138655,2395.757263 +153571,2666.670564,1178.05054,2290.758503,1813.115964,2406.31026 +153572,2669.449265,1177.230304,2291.670162,1814.487887,2397.748435 +153573,2672.20339,1176.23774,2292.457441,1827.036725,2408.272064 +153574,2674.918209,1175.319349,2293.183881,1835.466435,2399.647841 +153575,2677.616059,1174.507815,2293.922937,1844.579384,2410.248233 +153576,2680.289033,1173.557083,2294.610777,1853.438576,2401.585402 +153577,2682.940374,1172.662144,2295.298457,1862.308404,2412.192821 +153578,2685.566289,1171.755077,2295.950193,1871.299559,2403.477041 +153579,2688.170032,1170.846053,2296.612079,1880.176413,2414.132751 +153580,2690.746687,1169.934998,2297.23796,1888.924283,2405.341446 +153581,2693.292991,1169.022164,2297.872494,1897.557963,2416.05402 +153582,2695.827145,1168.10732,2298.477215,1906.444199,2407.170353 +153583,2698.3228,1167.190703,2299.094727,1915.010341,2417.961197 +153584,2700.794502,1166.338257,2299.676184,1923.631732,2408.959376 +153585,2703.241487,1165.320968,2300.366395,1937.167634,2419.89351 +153586,2705.654054,1164.444818,2301.019191,1938.96915,2410.73001 +153587,2708.035653,1163.510603,2301.430367,1949.691976,2416.503242 +153588,2710.393484,1162.583548,2302.051053,1957.993401,2423.097818 +153589,2712.724365,1161.6551,2302.673553,1966.233525,2412.757544 +153590,2712.610075,1157.142275,2303.090383,1977.178048,2419.011948 +153591,2714.578524,1155.514299,2303.36284,1991.757949,2420.684976 +153592,2716.316851,1154.323894,2303.503119,1993.487074,2420.925869 +153593,2718.443318,1153.070288,2303.399427,2003.492479,2421.480724 +153594,2720.433149,1151.973577,2303.281777,2012.052003,2422.378061 +153595,2722.439568,1150.726786,2303.269116,2020.140447,2423.26703 +153596,2724.413211,1149.633863,2303.43203,2033.646875,2424.097107 +153597,2726.362147,1148.494338,2303.62129,2035.10608,2424.852872 +153598,2728.280368,1147.370628,2303.680219,2044.189066,2425.556505 +153599,2730.174464,1146.252123,2303.743062,2052.873622,2426.312038 +153600,2732.014532,1145.137359,2303.986704,2064.915186,2427.303713 +153601,2556.581865,1077.766076,2297.165436,1997.322386,2143.994943 +153602,2592.602027,1076.17331,2276.044584,2012.843704,2139.564299 +153603,2576.678024,1074.551765,2250.289743,2017.729232,2140.639016 +153604,2597.974717,1073.122228,2233.501567,2025.082102,2140.633431 +153605,2557.725563,1071.816583,2222.745674,2032.797689,2140.424752 +153606,2608.68618,1070.411923,2216.501503,2040.389272,2140.31454 +153607,2562.764363,1069.074087,2211.311756,2046.379218,2140.50277 +153608,2607.822558,1067.732109,2210.125928,2049.832177,2140.620985 +153609,2569.063442,1066.465935,2207.213923,2053.148032,2140.559751 +153610,2601.200448,1065.04957,2205.232406,2055.367527,2140.729701 +153611,2600.036349,1063.773564,2203.485145,2057.315273,2140.800878 +153612,2560.539655,1062.449061,2201.853441,2059.744717,2140.893155 +153613,2610.630315,1061.137474,2200.250521,2062.467286,2140.98746 +153614,2582.338108,1059.829492,2198.607299,2065.293688,2141.080723 +153615,2605.853926,1058.523576,2198.666357,2070.063741,2141.246157 +153616,2604.30866,1057.223806,2196.106986,2071.888172,2141.205691 +153617,2562.717396,1055.922792,2194.19581,2074.443735,2141.385792 +153618,2632.604612,1054.62567,2192.472099,2077.241682,2141.459113 +153619,2562.483213,1053.330353,2190.842252,2080.154687,2141.575916 +153620,2630.4425,1052.036846,2189.280574,2083.125379,2141.624571 +153621,2574.338822,1050.745297,2187.763898,2086.110904,2141.729038 +153622,2626.293363,1049.454036,2187.98116,2090.971878,2141.883244 +153623,2564.238328,1048.167776,2185.64632,2092.896575,2141.820467 +153624,2638.298778,1046.87888,2183.902816,2095.45707,2141.984398 +153625,2567.017968,1045.533208,2182.353397,2098.250606,2142.041136 +153626,2633.929474,1044.336314,2180.857964,2101.107648,2142.107059 +153627,2581.349618,1043.009968,2179.389905,2103.9765,2142.174624 +153628,2595.363385,1041.735796,2178.011469,2106.913673,2142.278849 +153629,2635.755983,1040.453684,2176.461326,2109.835869,2142.27729 +153630,2597.504721,1039.232042,2175.104099,2112.714136,2142.357712 +153631,2593.653501,1037.756488,2175.680417,2117.483896,2142.489193 +153632,2639.394683,1036.392383,2173.299684,2119.254821,2142.400531 +153633,2585.298413,1034.962608,2171.673215,2121.554111,2142.50861 +153634,2649.598128,1033.534806,2172.000442,2125.958202,2142.629196 +153635,2588.455508,1032.103458,2171.482136,2129.289085,2142.580291 +153636,2654.07264,1030.666299,2168.954205,2130.268846,2142.549137 +153637,2606.525294,1029.221015,2168.79268,2133.875107,2142.733752 +153638,2639.605768,1027.776947,2166.089388,2134.616225,2142.443704 +153639,2619.700251,1026.322509,2165.664477,2137.903875,2142.817604 +153640,2643.363433,1024.870359,2162.968631,2138.620335,2142.582963 +153641,2630.443292,1023.40854,2162.713727,2142.045101,2142.772376 +153642,2638.260918,1021.949654,2160.078653,2142.749429,2142.616701 +153643,2639.644026,1020.481152,2159.910265,2146.173909,2142.772135 +153644,2641.761143,1019.016007,2157.46821,2146.98658,2142.60624 +153645,2644.000223,1017.543015,2155.767737,2148.598766,2142.67578 +153646,2646.195006,1016.069437,2154.355059,2150.514263,2142.646937 +153647,2648.267293,1014.592785,2153.079158,2152.538679,2142.620154 +153648,2650.346156,1013.171657,2151.864926,2154.566274,2142.619493 +153649,2652.393399,1011.604689,2150.673552,2156.547963,2142.540358 +153650,2654.382689,1010.161399,2149.485976,2158.468072,2142.514012 +153651,2656.182409,1008.66615,2148.29466,2160.327231,2142.460951 +153652,2658.33677,1007.118674,2148.763642,2163.981427,2142.487634 +153653,2660.044628,1005.712379,2148.251861,2166.423747,2142.33496 +153654,2661.849023,1004.17993,2145.66116,2166.458994,2142.191718 +153655,2663.601624,1002.691314,2143.830253,2167.377587,2142.194642 +153656,2665.288625,1001.193813,2142.289275,2168.672028,2142.082441 +153657,2666.917852,999.6935729,2140.886293,2170.124498,2141.981798 +153658,2668.489306,998.1911362,2139.54661,2171.605724,2141.87559 +153659,2670.037087,996.6867019,2138.23195,2173.051993,2141.759248 +153660,2671.435268,995.1801102,2136.923034,2174.440404,2141.633068 +153661,1879.146361,993.5868088,885.9273148,1582.302475,2096.925212 +153662,1988.251558,1123.502785,944.4386678,1685.312041,2189.063873 +153663,2107.351719,1126.476615,1012.372458,1798.028115,2278.651472 +153664,2190.834101,1135.932378,1065.05431,1873.535291,2331.344768 +153665,2243.393828,1111.000775,1103.017235,1914.818921,2359.548601 +153666,2278.127311,1141.539942,1131.486838,1936.05645,2376.376976 +153667,2302.653451,1109.685543,1153.803898,1946.934583,2388.032564 +153668,2321.343753,1135.403301,1172.038625,1953.484574,2396.818227 +153669,2336.35683,1112.494195,1187.341357,1958.307407,2404.089774 +153670,2348.805031,1127.650416,1200.386964,1962.350573,2410.418258 +153671,2359.282944,1115.680525,1211.590393,1965.873238,2416.059692 +153672,2368.144223,1120.789538,1221.235519,1968.935873,2421.112617 +153673,2375.678668,1117.3908,1229.557723,1971.604252,2425.648688 +153674,2382.122401,1116.702083,1236.758016,1973.957307,2429.728671 +153675,2387.680328,1115.480362,1243.009951,1976.070366,2433.410702 +153676,2392.513367,1114.450103,1248.460628,1978.001117,2436.74713 +153677,2396.752798,1113.262594,1253.233136,1979.788314,2439.783218 +153678,2400.472262,1112.212442,1257.414929,1981.431561,2442.524066 +153679,2403.784835,1110.978459,1261.105853,1982.971519,2445.034464 +153680,2406.782188,1109.905234,1264.389787,1984.439875,2447.370223 +153681,2409.503376,1108.771762,1267.320302,1985.832872,2449.541749 +153682,2411.985395,1107.652456,1269.945364,1987.15141,2451.565139 +153683,2414.26051,1106.536633,1272.306395,1988.398115,2453.457044 +153684,2416.355854,1105.422305,1274.438719,1989.576112,2455.233095 +153685,2418.293751,1104.310431,1276.372205,1990.688278,2456.907185 +153686,2420.092525,1103.186392,1278.132104,1991.737052,2458.491536 +153687,2421.764242,1102.072268,1279.738338,1992.716249,2459.993965 +153688,2423.321955,1100.960485,1281.209298,1993.636164,2461.424425 +153689,2424.777159,1099.84844,1282.56097,1994.501562,2462.79215 +153690,2426.138927,1098.734978,1283.806711,1995.306178,2464.104676 +153691,2427.414279,1097.522642,1284.957627,1996.057047,2465.368028 +153692,2428.570987,1096.287325,1286.019197,1996.638642,2466.587167 +153693,2429.588108,1095.039686,1286.996598,1996.987464,2467.766201 +153694,2430.463975,1093.782062,1287.89589,1997.104314,2468.908638 +153695,2431.207422,1092.515597,1288.723369,1997.019276,2470.017483 +153696,2431.829693,1091.240321,1289.484916,1996.764388,2471.295111 +153697,2432.3406,1089.956559,1290.185704,1996.36325,2472.341339 +153698,2432.747915,1088.663992,1290.830201,1995.830884,2473.358373 +153699,2433.05784,1087.362786,1291.422274,1995.176721,2474.349788 +153700,2433.275362,1086.052558,1291.965303,1994.407212,2475.317813 +153701,2433.404695,1084.733455,1292.462258,1993.527248,2476.263677 +153702,2433.449436,1083.405101,1292.915769,1992.540802,2477.188156 +153703,2433.412646,1082.092219,1293.328168,1991.451163,2478.091822 +153704,2433.31407,1080.751575,1293.702525,1990.29677,2478.975173 +153705,2433.151139,1079.467477,1294.040472,1989.066384,2479.838648 +153706,2432.917303,1078.002232,1294.343221,1987.74206,2480.682595 +153707,2432.609488,1076.680876,1294.612003,1986.315649,2481.507254 +153708,2432.227991,1075.287269,1294.848116,1984.787543,2482.312828 +153709,2431.774551,1073.895691,1295.052834,1983.161573,2483.099463 +153710,2431.251235,1072.494404,1295.227365,1981.44171,2483.867289 +153711,2430.659866,1071.083742,1295.372818,1979.630948,2484.616391 +153712,2430.00198,1069.663458,1295.490225,1977.731385,2485.346851 +153713,2429.278865,1068.233767,1295.580536,1975.744563,2486.058712 +153714,2428.491728,1066.794369,1295.644642,1973.670683,2486.752014 +153715,2427.641685,1065.277963,1295.683366,1971.509768,2487.426755 +153716,2426.729776,1063.913171,1295.697501,1969.262648,2488.082972 +153717,2425.756041,1062.393478,1295.687787,1966.927348,2488.721607 +153718,2424.721582,1058.708477,1295.65489,1964.506443,2489.342288 +153719,2423.284271,1056.909227,1295.50951,1961.4904,2489.944264 +153720,2421.582764,1055.23181,1295.285641,1958.119265,2490.526601 +153721,0,0,0,0,0 +153722,0,0,0,0,0 +153723,0,0,0,0,0 +153724,0,0,0,0,0 +153725,0,0,0,0,0 +153726,0,0,0,0,0 +153727,0,0,0,0,0 +153728,0,0,0,0,0 +153729,0,0,0,0,0 +153730,0,0,0,0,0 +153731,0,0,0,0,0 +153732,0,0,0,0,0 +153733,0,0,0,0,0 +153734,0,0,0,0,0 +153735,0,0,0,0,0 +153736,0,0,0,0,0 +153737,0,0,0,0,0 +153738,0,0,0,0,0 +153739,0,0,0,0,0 +153740,0,0,0,0,0 +153741,0,0,0,0,0 +153742,0,0,0,0,0 +153743,0,0,0,0,0 +153744,0,0,0,0,0 +153745,0,0,0,0,0 +153746,0,0,0,0,0 +153747,0,0,0,0,0 +153748,0,0,0,0,0 +153749,0,0,0,0,0 +153750,0,0,0,0,0 +153751,0,0,0,0,0 +153752,0,0,0,0,0 +153753,0,0,0,0,0 +153754,0,0,0,0,0 +153755,0,0,0,0,0 +153756,0,0,0,0,0 +153757,0,0,0,0,0 +153758,0,0,0,0,0 +153759,0,0,0,0,0 +153760,0,0,0,0,0 +153761,0,0,0,0,0 +153762,0,0,0,0,0 +153763,0,0,0,0,0 +153764,0,0,0,0,0 +153765,0,0,0,0,0 +153766,0,0,0,0,0 +153767,0,0,0,0,0 +153768,0,0,0,0,0 +153769,0,0,0,0,0 +153770,0,0,0,0,0 +153771,0,0,0,0,0 +153772,0,0,0,0,0 +153773,0,0,0,0,0 +153774,0,0,0,0,0 +153775,0,0,0,0,0 +153776,0,0,0,0,0 +153777,0,0,0,0,0 +153778,0,0,0,0,0 +153779,0,0,0,0,0 +153780,0,0,0,0,0 +153781,0,0,0,0,0 +153782,0,0,0,0,0 +153783,0,0,0,0,0 +153784,0,0,0,0,0 +153785,0,0,0,0,0 +153786,0,0,0,0,0 +153787,0,0,0,0,0 +153788,0,0,0,0,0 +153789,0,0,0,0,0 +153790,0,0,0,0,0 +153791,0,0,0,0,0 +153792,0,0,0,0,0 +153793,0,0,0,0,0 +153794,0,0,0,0,0 +153795,0,0,0,0,0 +153796,0,0,0,0,0 +153797,0,0,0,0,0 +153798,0,0,0,0,0 +153799,0,0,0,0,0 +153800,0,0,0,0,0 +153801,0,0,0,0,0 +153802,0,0,0,0,0 +153803,0,0,0,0,0 +153804,0,0,0,0,0 +153805,0,0,0,0,0 +153806,0,0,0,0,0 +153807,0,0,0,0,0 +153808,0,0,0,0,0 +153809,0,0,0,0,0 +153810,0,0,0,0,0 +153811,0,0,0,0,0 +153812,0,0,0,0,0 +153813,0,0,0,0,0 +153814,0,0,0,0,0 +153815,0,0,0,0,0 +153816,0,0,0,0,0 +153817,0,0,0,0,0 +153818,0,0,0,0,0 +153819,0,0,0,0,0 +153820,0,0,0,0,0 +153821,0,0,0,0,0 +153822,0,0,0,0,0 +153823,0,0,0,0,0 +153824,0,0,0,0,0 +153825,0,0,0,0,0 +153826,0,0,0,0,0 +153827,0,0,0,0,0 +153828,0,0,0,0,0 +153829,0,0,0,0,0 +153830,0,0,0,0,0 +153831,0,0,0,0,0 +153832,0,0,0,0,0 +153833,0,0,0,0,0 +153834,0,0,0,0,0 +153835,0,0,0,0,0 +153836,0,0,0,0,0 +153837,0,0,0,0,0 +153838,0,0,0,0,0 +153839,0,0,0,0,0 +153840,0,0,0,0,0 +153841,0,0,0,0,0 +153842,0,0,0,0,0 +153843,0,0,0,0,0 +153844,0,0,0,0,0 +153845,0,0,0,0,0 +153846,0,0,0,0,0 +153847,0,0,0,0,0 +153848,0,0,0,0,0 +153849,0,0,0,0,0 +153850,0,0,0,0,0 +153851,0,0,0,0,0 +153852,0,0,0,0,0 +153853,0,0,0,0,0 +153854,0,0,0,0,0 +153855,0,0,0,0,0 +153856,0,0,0,0,0 +153857,0,0,0,0,0 +153858,0,0,0,0,0 +153859,0,0,0,0,0 +153860,0,0,0,0,0 +153861,0,0,0,0,0 +153862,0,0,0,0,0 +153863,0,0,0,0,0 +153864,0,0,0,0,0 +153865,0,0,0,0,0 +153866,0,0,0,0,0 +153867,0,0,0,0,0 +153868,0,0,0,0,0 +153869,0,0,0,0,0 +153870,0,0,0,0,0 +153871,0,0,0,0,0 +153872,0,0,0,0,0 +153873,0,0,0,0,0 +153874,0,0,0,0,0 +153875,0,0,0,0,0 +153876,0,0,0,0,0 +153877,0,0,0,0,0 +153878,0,0,0,0,0 +153879,0,0,0,0,0 +153880,0,0,0,0,0 +153881,0,0,0,0,0 +153882,0,0,0,0,0 +153883,0,0,0,0,0 +153884,0,0,0,0,0 +153885,0,0,0,0,0 +153886,0,0,0,0,0 +153887,0,0,0,0,0 +153888,0,0,0,0,0 +153889,0,0,0,0,0 +153890,0,0,0,0,0 +153891,0,0,0,0,0 +153892,0,0,0,0,0 +153893,0,0,0,0,0 +153894,0,0,0,0,0 +153895,0,0,0,0,0 +153896,0,0,0,0,0 +153897,0,0,0,0,0 +153898,0,0,0,0,0 +153899,0,0,0,0,0 +153900,0,0,0,0,0 +153901,0,0,0,0,0 +153902,0,0,0,0,0 +153903,0,0,0,0,0 +153904,0,0,0,0,0 +153905,0,0,0,0,0 +153906,0,0,0,0,0 +153907,0,0,0,0,0 +153908,0,0,0,0,0 +153909,0,0,0,0,0 +153910,0,0,0,0,0 +153911,0,0,0,0,0 +153912,0,0,0,0,0 +153913,0,0,0,0,0 +153914,0,0,0,0,0 +153915,0,0,0,0,0 +153916,0,0,0,0,0 +153917,0,0,0,0,0 +153918,0,0,0,0,0 +153919,0,0,0,0,0 +153920,0,0,0,0,0 +153921,0,0,0,0,0 +153922,0,0,0,0,0 +153923,0,0,0,0,0 +153924,0,0,0,0,0 +153925,0,0,0,0,0 +153926,0,0,0,0,0 +153927,0,0,0,0,0 +153928,0,0,0,0,0 +153929,0,0,0,0,0 +153930,0,0,0,0,0 +153931,0,0,0,0,0 +153932,0,0,0,0,0 +153933,0,0,0,0,0 +153934,0,0,0,0,0 +153935,0,0,0,0,0 +153936,0,0,0,0,0 +153937,0,0,0,0,0 +153938,0,0,0,0,0 +153939,0,0,0,0,0 +153940,0,0,0,0,0 +153941,0,0,0,0,0 +153942,0,0,0,0,0 +153943,0,0,0,0,0 +153944,0,0,0,0,0 +153945,0,0,0,0,0 +153946,0,0,0,0,0 +153947,0,0,0,0,0 +153948,0,0,0,0,0 +153949,0,0,0,0,0 +153950,0,0,0,0,0 +153951,0,0,0,0,0 +153952,0,0,0,0,0 +153953,0,0,0,0,0 +153954,0,0,0,0,0 +153955,0,0,0,0,0 +153956,0,0,0,0,0 +153957,0,0,0,0,0 +153958,0,0,0,0,0 +153959,0,0,0,0,0 +153960,0,0,0,0,0 +153961,0,0,0,0,0 +153962,0,0,0,0,0 +153963,0,0,0,0,0 +153964,0,0,0,0,0 +153965,0,0,0,0,0 +153966,0,0,0,0,0 +153967,0,0,0,0,0 +153968,0,0,0,0,0 +153969,0,0,0,0,0 +153970,0,0,0,0,0 +153971,0,0,0,0,0 +153972,0,0,0,0,0 +153973,0,0,0,0,0 +153974,0,0,0,0,0 +153975,0,0,0,0,0 +153976,0,0,0,0,0 +153977,0,0,0,0,0 +153978,0,0,0,0,0 +153979,0,0,0,0,0 +153980,0,0,0,0,0 +153981,0,0,0,0,0 +153982,0,0,0,0,0 +153983,0,0,0,0,0 +153984,0,0,0,0,0 +153985,0,0,0,0,0 +153986,0,0,0,0,0 +153987,0,0,0,0,0 +153988,0,0,0,0,0 +153989,0,0,0,0,0 +153990,0,0,0,0,0 +153991,0,0,0,0,0 +153992,0,0,0,0,0 +153993,0,0,0,0,0 +153994,0,0,0,0,0 +153995,0,0,0,0,0 +153996,0,0,0,0,0 +153997,0,0,0,0,0 +153998,0,0,0,0,0 +153999,0,0,0,0,0 +154000,0,0,0,0,0 +154001,0,0,0,0,0 +154002,0,0,0,0,0 +154003,0,0,0,0,0 +154004,0,0,0,0,0 +154005,0,0,0,0,0 +154006,0,0,0,0,0 +154007,0,0,0,0,0 +154008,0,0,0,0,0 +154009,0,0,0,0,0 +154010,0,0,0,0,0 +154011,0,0,0,0,0 +154012,0,0,0,0,0 +154013,0,0,0,0,0 +154014,0,0,0,0,0 +154015,0,0,0,0,0 +154016,0,0,0,0,0 +154017,0,0,0,0,0 +154018,0,0,0,0,0 +154019,0,0,0,0,0 +154020,0,0,0,0,0 +154021,0,0,0,0,0 +154022,0,0,0,0,0 +154023,0,0,0,0,0 +154024,0,0,0,0,0 +154025,0,0,0,0,0 +154026,0,0,0,0,0 +154027,0,0,0,0,0 +154028,0,0,0,0,0 +154029,0,0,0,0,0 +154030,0,0,0,0,0 +154031,0,0,0,0,0 +154032,0,0,0,0,0 +154033,0,0,0,0,0 +154034,0,0,0,0,0 +154035,0,0,0,0,0 +154036,0,0,0,0,0 +154037,0,0,0,0,0 +154038,0,0,0,0,0 +154039,0,0,0,0,0 +154040,0,0,0,0,0 +154041,0,0,0,0,0 +154042,0,0,0,0,0 +154043,0,0,0,0,0 +154044,0,0,0,0,0 +154045,0,0,0,0,0 +154046,0,0,0,0,0 +154047,0,0,0,0,0 +154048,0,0,0,0,0 +154049,0,0,0,0,0 +154050,0,0,0,0,0 +154051,0,0,0,0,0 +154052,0,0,0,0,0 +154053,0,0,0,0,0 +154054,0,0,0,0,0 +154055,0,0,0,0,0 +154056,0,0,0,0,0 +154057,0,0,0,0,0 +154058,0,0,0,0,0 +154059,0,0,0,0,0 +154060,0,0,0,0,0 +154061,0,0,0,0,0 +154062,0,0,0,0,0 +154063,0,0,0,0,0 +154064,0,0,0,0,0 +154065,0,0,0,0,0 +154066,0,0,0,0,0 +154067,0,0,0,0,0 +154068,0,0,0,0,0 +154069,0,0,0,0,0 +154070,0,0,0,0,0 +154071,0,0,0,0,0 +154072,0,0,0,0,0 +154073,0,0,0,0,0 +154074,0,0,0,0,0 +154075,0,0,0,0,0 +154076,0,0,0,0,0 +154077,0,0,0,0,0 +154078,0,0,0,0,0 +154079,0,0,0,0,0 +154080,0,0,0,0,0 +154081,0,0,0,0,0 +154082,0,0,0,0,0 +154083,0,0,0,0,0 +154084,0,0,0,0,0 +154085,0,0,0,0,0 +154086,0,0,0,0,0 +154087,0,0,0,0,0 +154088,0,0,0,0,0 +154089,0,0,0,0,0 +154090,0,0,0,0,0 +154091,0,0,0,0,0 +154092,0,0,0,0,0 +154093,0,0,0,0,0 +154094,0,0,0,0,0 +154095,0,0,0,0,0 +154096,0,0,0,0,0 +154097,0,0,0,0,0 +154098,0,0,0,0,0 +154099,0,0,0,0,0 +154100,0,0,0,0,0 +154101,0,0,0,0,0 +154102,0,0,0,0,0 +154103,0,0,0,0,0 +154104,0,0,0,0,0 +154105,0,0,0,0,0 +154106,0,0,0,0,0 +154107,0,0,0,0,0 +154108,0,0,0,0,0 +154109,0,0,0,0,0 +154110,0,0,0,0,0 +154111,0,0,0,0,0 +154112,0,0,0,0,0 +154113,0,0,0,0,0 +154114,0,0,0,0,0 +154115,0,0,0,0,0 +154116,0,0,0,0,0 +154117,0,0,0,0,0 +154118,0,0,0,0,0 +154119,0,0,0,0,0 +154120,0,0,0,0,0 +154121,0,0,0,0,0 +154122,0,0,0,0,0 +154123,0,0,0,0,0 +154124,0,0,0,0,0 +154125,0,0,0,0,0 +154126,0,0,0,0,0 +154127,0,0,0,0,0 +154128,0,0,0,0,0 +154129,0,0,0,0,0 +154130,0,0,0,0,0 +154131,0,0,0,0,0 +154132,0,0,0,0,0 +154133,0,0,0,0,0 +154134,0,0,0,0,0 +154135,0,0,0,0,0 +154136,0,0,0,0,0 +154137,0,0,0,0,0 +154138,0,0,0,0,0 +154139,0,0,0,0,0 +154140,0,0,0,0,0 +154141,0,0,0,0,0 +154142,0,0,0,0,0 +154143,0,0,0,0,0 +154144,0,0,0,0,0 +154145,0,0,0,0,0 +154146,0,0,0,0,0 +154147,0,0,0,0,0 +154148,0,0,0,0,0 +154149,0,0,0,0,0 +154150,0,0,0,0,0 +154151,0,0,0,0,0 +154152,0,0,0,0,0 +154153,0,0,0,0,0 +154154,0,0,0,0,0 +154155,0,0,0,0,0 +154156,0,0,0,0,0 +154157,0,0,0,0,0 +154158,0,0,0,0,0 +154159,0,0,0,0,0 +154160,0,0,0,0,0 +154161,0,0,0,0,0 +154162,0,0,0,0,0 +154163,0,0,0,0,0 +154164,0,0,0,0,0 +154165,0,0,0,0,0 +154166,0,0,0,0,0 +154167,0,0,0,0,0 +154168,0,0,0,0,0 +154169,0,0,0,0,0 +154170,0,0,0,0,0 +154171,0,0,0,0,0 +154172,0,0,0,0,0 +154173,0,0,0,0,0 +154174,0,0,0,0,0 +154175,0,0,0,0,0 +154176,0,0,0,0,0 +154177,0,0,0,0,0 +154178,0,0,0,0,0 +154179,0,0,0,0,0 +154180,0,0,0,0,0 +154181,0,0,0,0,0 +154182,0,0,0,0,0 +154183,0,0,0,0,0 +154184,0,0,0,0,0 +154185,0,0,0,0,0 +154186,0,0,0,0,0 +154187,0,0,0,0,0 +154188,0,0,0,0,0 +154189,0,0,0,0,0 +154190,0,0,0,0,0 +154191,0,0,0,0,0 +154192,0,0,0,0,0 +154193,0,0,0,0,0 +154194,0,0,0,0,0 +154195,0,0,0,0,0 +154196,0,0,0,0,0 +154197,0,0,0,0,0 +154198,0,0,0,0,0 +154199,0,0,0,0,0 +154200,0,0,0,0,0 +154201,0,0,0,0,0 +154202,0,0,0,0,0 +154203,0,0,0,0,0 +154204,0,0,0,0,0 +154205,0,0,0,0,0 +154206,0,0,0,0,0 +154207,0,0,0,0,0 +154208,0,0,0,0,0 +154209,0,0,0,0,0 +154210,0,0,0,0,0 +154211,0,0,0,0,0 +154212,0,0,0,0,0 +154213,0,0,0,0,0 +154214,0,0,0,0,0 +154215,0,0,0,0,0 +154216,0,0,0,0,0 +154217,0,0,0,0,0 +154218,0,0,0,0,0 +154219,0,0,0,0,0 +154220,0,0,0,0,0 +154221,0,0,0,0,0 +154222,0,0,0,0,0 +154223,0,0,0,0,0 +154224,0,0,0,0,0 +154225,0,0,0,0,0 +154226,0,0,0,0,0 +154227,0,0,0,0,0 +154228,0,0,0,0,0 +154229,0,0,0,0,0 +154230,0,0,0,0,0 +154231,0,0,0,0,0 +154232,0,0,0,0,0 +154233,0,0,0,0,0 +154234,0,0,0,0,0 +154235,0,0,0,0,0 +154236,0,0,0,0,0 +154237,0,0,0,0,0 +154238,0,0,0,0,0 +154239,0,0,0,0,0 +154240,0,0,0,0,0 +154241,0,0,0,0,0 +154242,0,0,0,0,0 +154243,0,0,0,0,0 +154244,0,0,0,0,0 +154245,0,0,0,0,0 +154246,0,0,0,0,0 +154247,0,0,0,0,0 +154248,0,0,0,0,0 +154249,0,0,0,0,0 +154250,0,0,0,0,0 +154251,0,0,0,0,0 +154252,0,0,0,0,0 +154253,0,0,0,0,0 +154254,0,0,0,0,0 +154255,0,0,0,0,0 +154256,0,0,0,0,0 +154257,0,0,0,0,0 +154258,0,0,0,0,0 +154259,0,0,0,0,0 +154260,0,0,0,0,0 +154261,0,0,0,0,0 +154262,0,0,0,0,0 +154263,0,0,0,0,0 +154264,0,0,0,0,0 +154265,0,0,0,0,0 +154266,0,0,0,0,0 +154267,0,0,0,0,0 +154268,0,0,0,0,0 +154269,0,0,0,0,0 +154270,0,0,0,0,0 +154271,0,0,0,0,0 +154272,0,0,0,0,0 +154273,0,0,0,0,0 +154274,0,0,0,0,0 +154275,0,0,0,0,0 +154276,0,0,0,0,0 +154277,0,0,0,0,0 +154278,0,0,0,0,0 +154279,0,0,0,0,0 +154280,0,0,0,0,0 +154281,0,0,0,0,0 +154282,0,0,0,0,0 +154283,0,0,0,0,0 +154284,0,0,0,0,0 +154285,0,0,0,0,0 +154286,0,0,0,0,0 +154287,0,0,0,0,0 +154288,0,0,0,0,0 +154289,0,0,0,0,0 +154290,0,0,0,0,0 +154291,0,0,0,0,0 +154292,0,0,0,0,0 +154293,0,0,0,0,0 +154294,0,0,0,0,0 +154295,0,0,0,0,0 +154296,0,0,0,0,0 +154297,0,0,0,0,0 +154298,0,0,0,0,0 +154299,0,0,0,0,0 +154300,0,0,0,0,0 +154301,0,0,0,0,0 +154302,0,0,0,0,0 +154303,0,0,0,0,0 +154304,0,0,0,0,0 +154305,0,0,0,0,0 +154306,0,0,0,0,0 +154307,0,0,0,0,0 +154308,0,0,0,0,0 +154309,0,0,0,0,0 +154310,0,0,0,0,0 +154311,0,0,0,0,0 +154312,0,0,0,0,0 +154313,0,0,0,0,0 +154314,0,0,0,0,0 +154315,0,0,0,0,0 +154316,0,0,0,0,0 +154317,0,0,0,0,0 +154318,0,0,0,0,0 +154319,0,0,0,0,0 +154320,0,0,0,0,0 +154321,0,0,0,0,0 +154322,0,0,0,0,0 +154323,0,0,0,0,0 +154324,0,0,0,0,0 +154325,0,0,0,0,0 +154326,0,0,0,0,0 +154327,0,0,0,0,0 +154328,0,0,0,0,0 +154329,0,0,0,0,0 +154330,0,0,0,0,0 +154331,0,0,0,0,0 +154332,0,0,0,0,0 +154333,0,0,0,0,0 +154334,0,0,0,0,0 +154335,0,0,0,0,0 +154336,0,0,0,0,0 +154337,0,0,0,0,0 +154338,0,0,0,0,0 +154339,0,0,0,0,0 +154340,0,0,0,0,0 +154341,0,0,0,0,0 +154342,0,0,0,0,0 +154343,0,0,0,0,0 +154344,0,0,0,0,0 +154345,0,0,0,0,0 +154346,0,0,0,0,0 +154347,0,0,0,0,0 +154348,0,0,0,0,0 +154349,0,0,0,0,0 +154350,0,0,0,0,0 +154351,0,0,0,0,0 +154352,0,0,0,0,0 +154353,0,0,0,0,0 +154354,0,0,0,0,0 +154355,0,0,0,0,0 +154356,0,0,0,0,0 +154357,0,0,0,0,0 +154358,0,0,0,0,0 +154359,0,0,0,0,0 +154360,0,0,0,0,0 +154361,0,0,0,0,0 +154362,0,0,0,0,0 +154363,0,0,0,0,0 +154364,0,0,0,0,0 +154365,0,0,0,0,0 +154366,0,0,0,0,0 +154367,0,0,0,0,0 +154368,0,0,0,0,0 +154369,0,0,0,0,0 +154370,0,0,0,0,0 +154371,0,0,0,0,0 +154372,0,0,0,0,0 +154373,0,0,0,0,0 +154374,0,0,0,0,0 +154375,0,0,0,0,0 +154376,0,0,0,0,0 +154377,0,0,0,0,0 +154378,0,0,0,0,0 +154379,0,0,0,0,0 +154380,0,0,0,0,0 +154381,0,0,0,0,0 +154382,0,0,0,0,0 +154383,0,0,0,0,0 +154384,0,0,0,0,0 +154385,0,0,0,0,0 +154386,0,0,0,0,0 +154387,0,0,0,0,0 +154388,0,0,0,0,0 +154389,0,0,0,0,0 +154390,0,0,0,0,0 +154391,0,0,0,0,0 +154392,0,0,0,0,0 +154393,0,0,0,0,0 +154394,0,0,0,0,0 +154395,0,0,0,0,0 +154396,0,0,0,0,0 +154397,0,0,0,0,0 +154398,0,0,0,0,0 +154399,0,0,0,0,0 +154400,0,0,0,0,0 +154401,0,0,0,0,0 +154402,0,0,0,0,0 +154403,0,0,0,0,0 +154404,0,0,0,0,0 +154405,0,0,0,0,0 +154406,0,0,0,0,0 +154407,0,0,0,0,0 +154408,0,0,0,0,0 +154409,0,0,0,0,0 +154410,0,0,0,0,0 +154411,0,0,0,0,0 +154412,0,0,0,0,0 +154413,0,0,0,0,0 +154414,0,0,0,0,0 +154415,0,0,0,0,0 +154416,0,0,0,0,0 +154417,0,0,0,0,0 +154418,0,0,0,0,0 +154419,0,0,0,0,0 +154420,0,0,0,0,0 +154421,0,0,0,0,0 +154422,0,0,0,0,0 +154423,0,0,0,0,0 +154424,0,0,0,0,0 +154425,0,0,0,0,0 +154426,0,0,0,0,0 +154427,0,0,0,0,0 +154428,0,0,0,0,0 +154429,0,0,0,0,0 +154430,0,0,0,0,0 +154431,0,0,0,0,0 +154432,0,0,0,0,0 +154433,0,0,0,0,0 +154434,0,0,0,0,0 +154435,0,0,0,0,0 +154436,0,0,0,0,0 +154437,0,0,0,0,0 +154438,0,0,0,0,0 +154439,0,0,0,0,0 +154440,0,0,0,0,0 +154441,0,0,0,0,0 +154442,0,0,0,0,0 +154443,0,0,0,0,0 +154444,0,0,0,0,0 +154445,0,0,0,0,0 +154446,0,0,0,0,0 +154447,0,0,0,0,0 +154448,0,0,0,0,0 +154449,0,0,0,0,0 +154450,0,0,0,0,0 +154451,0,0,0,0,0 +154452,0,0,0,0,0 +154453,0,0,0,0,0 +154454,0,0,0,0,0 +154455,0,0,0,0,0 +154456,0,0,0,0,0 +154457,0,0,0,0,0 +154458,0,0,0,0,0 +154459,0,0,0,0,0 +154460,0,0,0,0,0 +154461,0,0,0,0,0 +154462,0,0,0,0,0 +154463,0,0,0,0,0 +154464,0,0,0,0,0 +154465,0,0,0,0,0 +154466,0,0,0,0,0 +154467,0,0,0,0,0 +154468,0,0,0,0,0 +154469,0,0,0,0,0 +154470,0,0,0,0,0 +154471,0,0,0,0,0 +154472,0,0,0,0,0 +154473,0,0,0,0,0 +154474,0,0,0,0,0 +154475,0,0,0,0,0 +154476,0,0,0,0,0 +154477,0,0,0,0,0 +154478,0,0,0,0,0 +154479,0,0,0,0,0 +154480,0,0,0,0,0 +154481,0,0,0,0,0 +154482,0,0,0,0,0 +154483,0,0,0,0,0 +154484,0,0,0,0,0 +154485,0,0,0,0,0 +154486,0,0,0,0,0 +154487,0,0,0,0,0 +154488,0,0,0,0,0 +154489,0,0,0,0,0 +154490,0,0,0,0,0 +154491,0,0,0,0,0 +154492,0,0,0,0,0 +154493,0,0,0,0,0 +154494,0,0,0,0,0 +154495,0,0,0,0,0 +154496,0,0,0,0,0 +154497,0,0,0,0,0 +154498,0,0,0,0,0 +154499,0,0,0,0,0 +154500,0,0,0,0,0 +154501,-1663.906376,198.5421683,348.9377287,-778.3613428,-918.3846454 +154502,-1689.123905,200.9443528,353.3833987,-757.9437746,-911.2177684 +154503,-301.0597105,198.7695238,348.6334465,66.16722633,-884.4267757 +154504,10.07788788,196.4377788,343.3716682,72.52835613,-20.72231468 +154505,-491.2632077,194.8343718,339.160542,-279.7230958,-153.2308197 +154506,-278.8859795,194.0621693,336.2415471,-85.33425482,-248.9611319 +154507,-266.8838853,193.9606489,334.3926397,-108.6431245,-171.1397021 +154508,-256.0294233,194.3598057,333.3555585,-103.6493211,-166.0945273 +154509,-247.244051,195.2275264,333.2130774,-100.0459042,-163.9034929 +154510,-240.5843755,196.2214648,333.23049,-96.2784083,-160.3746344 +154511,-231.9795813,197.4672601,333.6742645,-92.74368328,-157.965008 +154512,-225.8436038,198.9463419,334.5051408,-89.1793132,-155.470478 +154513,-218.392622,200.6247794,335.6659643,-85.85512193,-151.6588732 +154514,-210.8892911,202.4764674,337.1134323,-82.50313318,-149.0041892 +154515,-203.9770363,204.479391,338.8106332,-78.85595869,-146.9011818 +154516,-197.0231008,206.6141054,340.7242947,-75.7240441,-142.8415766 +154517,-190.0261107,208.8636582,342.8247862,-72.03156303,-140.5971466 +154518,-182.9887763,211.2135919,345.0863029,-69.12763437,-137.6541943 +154519,-175.9149843,213.6525468,347.4875804,-65.39238695,-134.002231 +154520,-168.8092992,216.1700944,350.0094035,-62.44871936,-131.5686812 +154521,-162.3103009,218.7572947,352.6351209,-58.67637759,-128.4304105 +154522,-155.4580631,221.4067174,355.350529,-55.97059632,-125.2280854 +154523,-148.5721957,224.1121981,358.1435186,-52.16465245,-122.6180929 +154524,-141.3399139,226.8685492,361.0036562,-49.15744362,-118.6415642 +154525,-134.7246876,229.671367,363.9219168,-46.00059264,-116.584458 +154526,-128.085163,232.5168706,366.8904238,-42.55732988,-113.1527365 +154527,-121.4174981,235.4018123,369.9023123,-39.37320183,-109.6636089 +154528,-114.0857228,238.3233686,372.9515324,-36.17771746,-106.1279825 +154529,-107.6950435,241.2790963,376.0327841,-32.83506064,-103.8904778 +154530,-100.9636034,244.2668476,379.1413568,-29.75294756,-100.2573697 +154531,-94.20901898,247.2847435,382.2730915,-26.65860233,-97.24892116 +154532,-88.07631663,250.3008063,385.3818636,-23.41835264,-93.5186782 +154533,-81.6045127,253.2945817,388.4378865,-20.57666286,-91.11189489 +154534,-74.79611485,256.2605926,391.432786,-17.45385734,-86.60966781 +154535,-69.25281194,259.2009115,394.3690792,-14.45724489,-84.81808974 +154536,-62.0906416,262.1194196,397.2519856,-11.31711937,-80.22712965 +154537,-56.19479756,265.0195204,400.0861657,-8.441239854,-77.67467479 +154538,-49.64542844,267.9037563,402.8751411,-5.556442367,-73.69884873 +154539,-43.72063302,358.530852,405.6216155,-2.391082973,-71.08334614 +154540,-36.82098202,381.766105,408.3277788,0.509503927,-67.03268666 +154541,-31.18973438,373.7070768,410.9954962,3.551692674,-64.35336283 +154542,-24.26506384,396.8171188,413.6263285,6.464295457,-60.23250949 +154543,-18.60896544,410.0929415,416.2215616,9.383573566,-57.49616778 +154544,-11.97940711,422.773645,418.7822434,12.44498608,-53.66693062 +154545,-5.659243503,435.4530135,421.3092623,15.10568702,-50.5202573 +154546,0.349664014,448.0103988,423.8033751,18.31611273,-46.99040166 +154547,6.690245832,460.1934266,426.2652377,21.12424862,-44.14868145 +154548,12.88195686,472.5393792,428.6953952,24.07248142,-39.84402334 +154549,19.08379934,484.5437265,431.0943076,26.89063559,-37.31613783 +154550,25.45480306,496.3500693,433.4623309,29.85033741,-33.32251603 +154551,31.51377332,508.3421045,435.7997595,32.81462237,-30.39004013 +154552,37.9012369,519.9217617,438.1068051,35.64681921,-26.71085728 +154553,43.81732021,537.7778466,440.3836391,38.48367544,-23.73617361 +154554,50.22316498,552.4810072,442.6288579,41.46114573,-20.01187448 +154555,56.47632974,567.6785008,444.8446597,44.4416074,-16.99745084 +154556,62.57529977,582.2990795,447.0297888,47.15329133,-13.23333576 +154557,68.68209583,596.8556772,449.1816933,50.00558335,-10.18501867 +154558,74.95739485,611.1857525,451.3046141,52.86342269,-6.386840797 +154559,81.23893394,625.7110441,453.3964411,55.86059498,-4.042495568 +154560,87.20595869,639.7731107,455.4603384,58.85863935,0.530825782 +154561,129.4757952,1084.294252,457.4810087,58.88094741,235.0320878 +154562,148.057564,1112.142762,477.5461428,67.84782964,269.125525 +154563,176.4399831,1136.084998,507.0488084,81.4080038,318.7155596 +154564,205.4981352,1157.958974,537.0312806,95.08889678,369.1331582 +154565,231.3061697,1178.775423,563.6563189,107.0202066,414.6800123 +154566,253.3690906,1198.792854,881.8371226,117.0268619,454.741874 +154567,272.3662662,1217.908277,1367.529047,125.4970882,490.257914 +154568,289.0318547,1237.679964,1047.310009,132.8269795,522.1718335 +154569,303.8736688,1256.074598,1186.482624,139.2865211,551.1065695 +154570,317.2187805,1274.767961,1209.087508,145.0477024,577.4596606 +154571,329.2979979,1292.817945,1229.590168,150.2301234,601.5223073 +154572,340.2963922,1310.919848,1249.032884,154.927929,623.5425033 +154573,350.3725181,1328.564091,1267.842869,159.2202077,643.2387268 +154574,359.6634889,1346.196578,1286.057515,163.1739894,660.9399079 +154575,368.2865149,1363.487205,1303.709684,166.8453899,677.030247 +154576,376.3406011,1380.57773,1320.707721,170.2807932,691.7939891 +154577,383.9088995,1397.670001,1337.450793,173.5183035,705.4264781 +154578,391.0611845,1414.24433,1353.091902,176.5891921,718.0731938 +154579,397.8560651,1430.966065,1369.365143,179.5191533,729.8543158 +154580,404.342844,1447.318687,1384.286958,182.3293347,740.8744371 +154581,410.5630445,1463.560931,1399.11967,185.0371657,751.2253684 +154582,416.551655,1479.56378,1413.273928,187.6570203,760.987085 +154583,422.3381964,1495.609633,1427.365664,190.2007709,770.2288533 +154584,427.9475839,1511.144474,1440.73093,192.6782277,779.0104267 +154585,433.400879,1526.860533,1454.148603,195.0975135,787.3834393 +154586,438.7158968,1542.216819,1466.66912,197.4653591,795.3924891 +154587,443.9077449,1557.477245,1479.252913,199.7873609,803.0762564 +154588,448.9892322,1572.508018,1491.267554,202.0681716,810.4682236 +154589,453.9712663,1587.553127,1503.120163,204.3116812,817.5975379 +154590,458.8631309,1602.363046,1514.303619,206.5211414,824.4894887 +154591,463.6727702,1616.224168,1524.746727,208.6992901,831.1661734 +154592,468.4040923,1630.135045,1535.002747,210.847056,837.6467732 +154593,473.0610319,1643.623941,1544.679334,212.9654922,843.9480997 +154594,477.6481441,1656.986553,1554.140998,215.0560484,850.084826 +154595,482.170071,1675.753492,1563.363965,217.1203005,856.0699012 +154596,486.631067,1684.245855,1572.226443,219.1597124,861.9146692 +154597,491.0348731,1703.849335,1580.657565,221.1755652,867.6292025 +154598,495.3847163,1708.730714,1589.042566,223.1689508,873.2223304 +154599,499.6834254,1703.826809,1596.982501,225.1408205,878.7019436 +154600,503.9334791,1743.790399,1604.651665,227.0920033,884.0749874 +154601,508.1370869,1742.477389,1612.238914,229.0232397,889.3477142 +154602,512.2962192,1757.17169,1619.308552,230.9351911,894.5256766 +154603,516.4126588,1769.107105,1626.29792,232.8284607,899.6139206 +154604,520.4879974,1780.544735,1632.928851,234.7035883,904.6169024 +154605,524.523693,1792.266035,1639.470629,236.5610739,909.5387056 +154606,528.5210647,1803.400072,1645.652653,238.401373,914.3829637 +154607,532.4813325,1814.63543,1651.657702,240.2249125,919.15304 +154608,536.4056152,1825.719099,1657.488651,242.0320876,923.8519501 +154609,540.2949644,1836.39143,1662.904003,243.8232762,928.482523 +154610,544.1503459,1837.884391,1666.54863,245.5988283,933.0472917 +154611,548.024446,1846.70082,1671.360618,247.4209755,937.5485964 +154612,551.8997047,1856.292277,1676.234198,249.2683976,941.9885186 +154613,555.750453,1865.707302,1680.966363,251.110021,946.3690788 +154614,559.5637567,1875.259861,1685.538863,252.9298516,950.6921832 +154615,563.3370338,1884.668843,1689.943948,254.7242494,954.9597149 +154616,567.0719719,1893.990595,1694.181544,256.4947293,959.1733789 +154617,570.7709835,1903.220924,1698.193707,258.2436984,963.3348043 +154618,574.436041,1912.343122,1702.252005,259.9730552,967.4454438 +154619,578.0686472,1921.445291,1705.866675,261.6841308,971.5067194 +154620,581.6700054,1930.221799,1709.513827,263.3779116,975.5199093 +154621,585.2641291,2107.989544,2111.873159,265.0656512,979.5280009 +154622,595.9391727,2118.840135,2097.449071,269.9331612,996.9159263 +154623,901.5451019,2128.691002,2120.443797,342.7134858,1021.033938 +154624,1146.482067,2138.237858,2120.081516,532.2548688,1045.325398 +154625,953.7636346,2147.544377,2125.055605,411.4271082,1067.099754 +154626,1041.733571,2156.649124,2129.592675,458.9710672,1086.085174 +154627,1059.153883,2165.579662,2133.588684,467.7587096,1102.784522 +154628,1075.435608,2174.352531,2137.574717,475.9474402,1278.040036 +154629,1090.334763,2183.075708,2141.268691,483.3876992,1702.585485 +154630,1105.466813,2198.876232,2144.650254,491.2388295,1446.463607 +154631,1120.647916,2194.56472,2148.032936,498.5909706,1552.008859 +154632,1135.052456,2229.75118,2151.178621,505.9026123,1570.80178 +154633,1149.446189,2184.455594,2154.185198,513.0829761,1587.159906 +154634,1163.294088,2239.063315,2157.050829,520.0165797,1603.514055 +154635,1177.658537,2228.641582,2159.785135,527.1300093,1619.294888 +154636,1191.132128,2239.323833,2162.392931,533.9803154,1634.431969 +154637,1204.687036,2247.069666,2164.879434,540.3682383,1649.835922 +154638,1217.995474,2254.508125,2167.24756,547.2805744,1664.323951 +154639,1231.117864,2261.830497,2169.501239,553.6506282,1678.720881 +154640,1243.719634,2269.129269,2171.728645,560.0701378,1692.764234 +154641,1257.03752,2275.952157,2173.634907,566.2204773,1706.514875 +154642,1269.354047,2283.130776,2175.625496,572.6640347,1719.982057 +154643,1281.844764,2289.876267,2177.440906,578.660536,1733.180532 +154644,1294.476693,2296.604371,2179.169991,584.8513249,1746.084645 +154645,1305.998565,2303.303731,2180.804773,590.5593373,1758.822348 +154646,1318.270679,2309.620105,2182.34774,596.5263747,1771.248494 +154647,1329.991545,2316.048759,2183.802551,602.1132932,1783.435619 +154648,1341.654885,2322.267821,2185.172405,608.0584337,1795.481473 +154649,1353.130142,2328.383925,2186.461012,613.5504279,1807.202331 +154650,1364.56931,2334.382943,2187.671681,619.1186923,1818.830346 +154651,1375.290899,2339.808347,2188.663797,624.5487261,1830.142001 +154652,1386.950295,2345.385195,2189.557204,629.90058,1841.374713 +154653,1397.502942,2350.339453,2190.373665,635.1792336,1852.301907 +154654,1408.271196,2355.590436,2191.12159,640.3872371,1863.166773 +154655,1418.94978,2360.295069,2191.806883,645.3464015,1873.733004 +154656,1429.364661,2365.351497,2192.434031,650.7025851,1883.878009 +154657,1439.807501,2369.836761,2193.007521,655.5725208,1894.654133 +154658,1449.983864,2374.48514,2193.531282,660.5501871,1904.592046 +154659,1460.19787,2378.785226,2194.0095,665.4346838,1914.591094 +154660,1470.147819,2383.157652,2194.446395,670.2600321,1919.213772 +154661,1467.336995,2381.44453,2182.019521,669.2049697,1903.674498 +154662,1401.593127,2368.805886,2106.676481,639.5137892,1773.906498 +154663,1540.718605,2381.423177,2240.305258,702.5026495,2022.686458 +154664,1487.648826,2401.261777,2173.507554,678.6996066,1910.837851 +154665,1510.831381,2394.964249,2183.46315,689.6100462,1943.024864 +154666,1519.979946,2399.442302,2191.363649,693.6428783,1949.524363 +154667,1528.82562,2403.395236,2187.663536,698.563278,1955.973903 +154668,1538.595068,2426.012057,2205.302784,702.6187833,1964.872549 +154669,1547.813482,2401.348974,2176.701758,707.2079095,1979.081746 +154670,1555.992012,2415.718982,2197.164348,711.1028074,1973.139445 +154671,1565.918711,2417.545312,2187.767233,715.7834185,1960.491371 +154672,1574.322606,2419.163441,2190.167851,719.77558,1998.450068 +154673,1582.701112,2426.979357,2193.953786,723.7422926,1988.503336 +154674,1719.497792,2488.396546,2317.394381,786.2019373,2225.162474 +154675,1419.147788,2349.842001,1995.291438,650.5144947,1664.295494 +154676,1817.220929,2521.798007,2419.620732,830.5231362,2395.004153 +154677,1417.911358,2348.732993,1969.684603,650.2711075,1637.828463 +154678,1838.369237,2530.692105,2427.767182,840.4764949,2413.351063 +154679,1429.103362,2346.71977,1961.870184,655.6063038,1639.620739 +154680,1860.089786,2539.086587,2435.489463,850.6299595,2432.514 +154681,1447.022386,2349.535754,1963.203799,663.9054242,1653.665094 +154682,1887.691531,2548.827216,2446.862856,863.2983792,2468.393843 +154683,1460.514032,2351.711529,1963.64522,670.4297011,1651.396946 +154684,1907.832186,2553.871376,2455.527163,872.4024619,2485.255071 +154685,1473.450803,2353.450038,1955.905361,677.2044492,1664.105128 +154686,1927.400858,2558.075237,2462.833559,881.2366836,2498.48026 +154687,1485.919676,2354.952212,1954.858348,683.360671,1669.877338 +154688,1946.491603,2561.742686,2466.551358,890.1662544,2515.304156 +154689,1498.022398,2355.809298,1954.668415,689.118625,1674.026151 +154690,1965.173164,2564.968961,2470.262393,898.9646718,2531.821027 +154691,1510.042667,2356.28641,1954.925583,694.8761307,1678.030652 +154692,1983.691752,2567.760439,2473.984537,907.5702623,2548.142249 +154693,1521.495276,2356.330162,1955.793223,700.4497222,1681.665567 +154694,2001.994253,2570.052829,2482.338636,916.1125893,2564.108474 +154695,1533.021798,2356.003713,1950.361034,705.9303629,1685.280001 +154696,2019.837893,2572.022995,2488.435208,924.4134387,2579.623273 +154697,1544.221579,2355.122062,1953.02366,711.3257915,1688.570509 +154698,2037.513023,2573.700515,2496.455286,932.6958938,2595.239719 +154699,1555.305512,2353.828938,1949.255378,716.5623325,1691.446599 +154700,2055.031369,2574.863675,2503.139339,940.829711,2610.578935 +154701,1565.912742,2352.044305,1955.322334,721.653242,1694.142787 +154702,2072.734195,2575.758183,2510.78542,948.9478306,2625.599892 +154703,1576.529792,2349.933905,1954.787923,726.6472082,1696.832754 +154704,2096.910715,2576.14321,2519.77488,956.8913303,2640.535726 +154705,1576.60817,2347.497284,1957.337182,731.5605413,1699.168433 +154706,2135.596975,2576.084679,2525.571826,964.7164626,2655.146629 +154707,1562.169173,2345.07006,1972.388789,736.8919565,1703.372198 +154708,2139.397303,2574.741243,2517.572328,971.8339468,2666.840049 +154709,1606.611192,2342.217628,1972.756983,742.2623669,1708.924768 +154710,2137.701897,2573.724276,2511.542608,978.7621089,2684.070117 +154711,1622.138503,2339.000948,2008.007944,747.7810934,1704.987926 +154712,2152.210163,2571.245952,2499.27278,985.2792327,2692.38384 +154713,1634.437412,2336.15035,2031.21428,753.268352,1720.234211 +154714,2165.881365,2567.157282,2486.164906,991.4330011,2710.723613 +154715,1645.710131,2331.952133,2043.120442,758.3842468,1706.030539 +154716,2180.594732,2571.270078,2472.027327,998.0485777,2730.978726 +154717,1656.981679,2318.164523,2072.086893,763.0747539,1709.429303 +154718,2194.516859,2570.969953,2459.605836,1004.738768,2746.167589 +154719,1668.42044,2314.008894,2087.587022,768.0949699,1706.575193 +154720,2207.667881,2565.538201,2448.680333,1010.685356,2758.59055 +154721,1679.538462,2308.785526,2113.328243,773.0262706,1718.46813 +154722,2221.771745,2561.328329,2435.69949,1017.090575,2757.766674 +154723,1850.469525,2377.938855,2288.056402,850.5645459,2013.061903 +154724,2010.6636,2449.804994,2268.352713,915.409913,2320.869601 +154725,1954.724543,2427.594567,2304.788245,907.2896994,2243.888622 +154726,2018.649076,2427.137077,2297.13467,909.6876125,2268.068034 +154727,1949.15644,2424.024957,2298.508903,912.2773089,2264.098646 +154728,2012.57563,2420.741597,2300.337961,914.9309769,2268.83481 +154729,1996.583234,2417.604368,2302.610894,917.3614644,2278.006406 +154730,2006.111049,2414.325366,2309.190854,920.1341655,2272.415579 +154731,2012.109029,2410.993399,2305.788917,922.4708063,2274.748181 +154732,2017.81947,2407.509114,2308.884459,925.1387581,2285.56289 +154733,2023.451241,2403.927169,2311.560233,927.5375656,2284.705114 +154734,2029.331688,2400.369457,2313.546634,930.0874365,2288.889353 +154735,2034.918389,2396.787527,2315.437533,932.5325101,2292.246122 +154736,2040.607154,2392.782757,2321.730388,935.0650973,2295.24213 +154737,2046.013784,2388.914085,2318.838478,937.4179648,2298.654426 +154738,2051.937055,2384.975117,2321.552002,940.0028288,2301.754096 +154739,2057.347752,2380.931365,2328.385574,942.2475688,2305.013196 +154740,2062.939031,2376.78376,2321.396983,944.7421747,2308.005999 +154741,1974.945519,2312.984344,2215.178486,893.7953451,2098.436383 +154742,1926.818547,2315.39972,2209.399569,894.9740268,2098.832727 +154743,1961.197358,2306.703324,2215.151515,896.6907646,2100.238204 +154744,1964.554931,2302.214064,2210.401076,898.2594257,2101.60967 +154745,1964.384772,2297.15748,2213.79173,900.1470706,2103.416628 +154746,1970.092885,2292.016231,2214.300596,901.9174251,2105.257256 +154747,1974.450151,2286.811253,2215.403661,903.7543256,2107.189541 +154748,1978.783539,2281.516433,2216.73482,905.6386274,2109.165571 +154749,1983.130749,2276.206466,2217.630508,907.3635861,2111.17286 +154750,1987.579931,2270.840287,2219.135184,909.3088236,2113.282846 +154751,1991.774754,2265.551756,2224.606291,911.1078936,2115.196023 +154752,1996.193464,2259.746346,2220.309727,912.9531556,2117.312919 +154753,2000.518137,2254.34314,2222.961473,914.7878943,2119.28012 +154754,2004.747205,2248.606943,2224.616664,916.6193281,2121.47657 +154755,2009.336766,2242.951356,2225.722001,918.4466578,2127.677096 +154756,2013.328264,2237.111967,2227.045663,920.221753,2123.240234 +154757,2017.816412,2231.477576,2228.388483,922.1131932,2139.807371 +154758,2022.018791,2225.275595,2233.907019,923.9417771,2110.259337 +154759,2026.395758,2219.496923,2230.417561,925.6867839,2140.155927 +154760,2030.597295,2213.381893,2232.332644,927.5278591,2132.572513 +154761,2035.060321,2207.27735,2234.272092,929.3215588,2135.692381 +154762,2039.082561,2201.147831,2235.67371,931.1180649,2137.964755 +154763,2043.385864,2195.067989,2240.980805,932.910088,2140.262974 +154764,2047.700845,2188.525302,2238.069303,934.6478825,2142.142328 +154765,2051.933143,2182.358544,2239.447214,936.5049235,2144.293708 +154766,2056.095879,2175.880176,2245.637785,938.2471061,2146.351651 +154767,2060.495391,2169.457255,2238.836416,940.0283477,2148.508654 +154768,2064.452283,2163.062633,2251.3903,941.7969446,2150.429379 +154769,2068.797735,2156.241602,2242.933668,943.5609293,2152.558787 +154770,2072.884351,2149.797425,2249.56255,945.3715485,2154.599639 +154771,2077.217461,2132.12233,2253.244102,947.5582913,2156.65228 +154772,2081.348888,2149.914708,2252.247074,949.6426239,2158.701892 +154773,2085.460797,2102.082669,2252.623157,951.9987974,2160.745218 +154774,2089.59954,2139.826178,2255.345283,954.0513885,2162.789991 +154775,2093.606751,2098.297497,2254.475278,956.3220854,2164.822489 +154776,2097.179807,2125.871207,2253.195345,958.3799658,2166.859027 +154777,2111.104198,2071.487733,2252.066619,960.1892656,2173.150244 +154778,2117.07307,2120.761971,2250.948577,962.6738513,2168.187253 +154779,2122.108158,2075.845825,2249.888295,965.0278836,2170.415413 +154780,2127.359689,2091.589643,2248.945056,967.6090766,2177.147267 +154781,2132.094973,2071.616702,2249.937635,969.9538424,2176.40845 +154782,2137.166403,2071.140888,2248.325682,972.7011262,2179.062331 +154783,2141.928781,2075.604982,2247.360945,975.0026421,2181.111044 +154784,2146.667824,2034.889941,2246.669788,977.6793913,2183.243454 +154785,2151.502952,2067.366143,2246.157929,980.1094907,2185.038481 +154786,2156.18374,2023.049661,2245.755531,982.7494357,2187.309088 +154787,2160.617586,2039.688351,2245.458425,985.1438103,2190.661485 +154788,2165.251072,2023.357233,2245.204221,987.8728715,2198.632238 +154789,2169.715555,2017.506067,2245.025333,990.2888464,2182.036447 +154790,2178.349269,2014.07055,2244.903472,990.8608649,2199.04961 +154791,2183.433644,2007.511632,2244.578953,993.035107,2197.42884 +154792,2188.373129,2011.609632,2245.935726,995.5386496,2198.942203 +154793,2193.246791,1977.491316,2244.620511,997.948412,2205.014976 +154794,2198.079433,2000.23644,2243.954198,1000.374857,2203.674923 +154795,2202.84952,1967.957651,2243.525349,1002.892306,2216.192813 +154796,2207.571594,1976.285727,2243.283059,1005.437338,2184.695643 +154797,2212.244842,1963.362714,2243.150938,1007.85836,2226.479996 +154798,2216.869453,1957.265839,2243.068095,1010.468611,2203.605491 +154799,2221.572161,1949.933204,2243.055223,1012.894394,2219.585185 +154800,2226.479797,1942.67359,2243.09523,1015.514823,2209.884145 +154801,1988.50461,1825.055668,2245.162008,908.703851,1779.398228 +154802,1988.004265,1814.741192,2237.552577,908.3999988,1777.650294 +154803,1987.677471,1805.238768,2224.673404,909.0103242,1771.640032 +154804,1988.842488,1796.328723,2211.640316,909.9635947,1769.712126 +154805,1990.149781,1787.388264,2160.323822,911.1087706,1767.76329 +154806,1991.485203,1778.674937,2079.866585,912.3811505,1766.231453 +154807,1993.188259,1770.052241,2136.948643,913.7350034,1764.999133 +154808,1994.885154,1761.534421,2125.151555,915.1483403,1763.992429 +154809,1996.722564,1752.933149,2120.4494,916.6544055,1763.266129 +154810,1998.533832,1744.680568,2121.543202,918.1657466,1762.573748 +154811,2000.360236,1736.264398,2124.220165,919.7014887,1761.988941 +154812,2002.199064,1748.242472,2130.00856,921.265313,1761.495427 +154813,2004.043833,1690.747575,2127.530599,922.8528504,1761.084267 +154814,2012.227165,1746.938043,2140.74127,929.1692891,1760.750533 +154815,2015.216724,1676.413856,2144.927579,931.729965,1760.508995 +154816,2017.883399,1712.075316,2151.3383,933.7262313,1760.323414 +154817,2020.492178,1688.515434,2147.340516,935.7482275,1760.200635 +154818,2023.059252,1683.908007,2155.08251,937.8115638,1760.129825 +154819,2025.6118,1676.530392,2155.956119,939.7268021,1760.192933 +154820,2028.147666,1668.985118,2161.148344,941.7608684,1760.113953 +154821,2030.674875,1661.670776,2161.546028,943.7470913,1760.262661 +154822,2033.192496,1654.437065,2162.652918,945.7434058,1760.392727 +154823,2035.701934,1647.199449,2164.393964,947.7423497,1760.584093 +154824,2038.202381,1639.973531,2166.275207,949.7440143,1760.821819 +154825,2040.693881,1632.922218,2166.337938,951.7489349,1761.104737 +154826,2043.175009,1625.807607,2166.298632,953.7567057,1761.429194 +154827,2045.646179,1618.872284,2166.177181,955.7674991,1761.794858 +154828,2048.105726,1611.96156,2166.030858,957.7807861,1762.198069 +154829,2050.66942,1605.097837,2165.888788,959.741303,1762.63857 +154830,2052.929949,1598.293282,2165.772612,961.8422886,1763.036661 +154831,2055.196815,1590.982419,2165.690551,963.0827492,1763.529839 +154832,2057.373302,1583.471297,2165.570562,964.2594025,1763.984088 +154833,2059.545335,1576.148065,2165.367892,965.3585571,1764.621243 +154834,2061.692934,1568.682299,2165.075769,966.4042646,1765.074974 +154835,2063.816936,1561.033904,2164.708196,967.4047649,1765.73292 +154836,2065.919045,1553.546887,2166.080706,968.362906,1766.344046 +154837,2067.992176,1545.858112,2164.6978,969.2872646,1766.984169 +154838,2069.928598,1538.394735,2163.83198,970.1705894,1767.646622 +154839,2072.136544,1530.717367,2163.089765,971.0213253,1768.323074 +154840,2074.056155,1523.100019,2162.401811,971.8939257,1769.013302 +154841,2076.177223,1515.457139,2161.739903,972.5932603,1769.715637 +154842,2077.95324,1507.895115,2161.086448,973.3845645,1770.507595 +154843,2079.976712,1500.00571,2160.432866,974.0954474,1771.021154 +154844,2081.872284,1492.530891,2159.775174,974.7266134,1771.933463 +154845,2083.764601,1484.780882,2159.109184,975.4696798,1772.591829 +154846,2085.639446,1477.120099,2160.230586,976.0555534,1773.340132 +154847,2087.491319,1469.273709,2158.625403,976.6651917,1774.076204 +154848,2089.33224,1461.782894,2157.557212,977.2325364,1774.81533 +154849,2091.156122,1454.072353,2156.62546,977.7727278,1775.553373 +154850,2092.955883,1446.4435,2155.757128,978.2833818,1776.290115 +154851,2089.675405,1434.975647,2154.941196,974.4125721,1777.142897 +154852,2090.643977,1426.921371,2153.688952,974.0848122,1777.830819 +154853,2092.139835,1418.986863,2152.151208,974.1046897,1778.402167 +154854,2093.752872,1413.188843,2150.561079,974.2087605,1779.162697 +154855,2095.401618,1407.393184,2149.041107,974.3387909,1779.844136 +154856,2097.055699,1401.412075,2149.415301,974.4720959,1780.531372 +154857,2098.697392,1395.426981,2147.152679,974.6036107,1781.204877 +154858,2100.446527,1389.589626,2145.493826,974.7200072,1783.940291 +154859,2101.864994,1383.733536,2144.024606,974.8244591,1782.045294 +154860,2103.531383,1377.89261,2142.65726,974.912468,1788.15162 +154861,2353.398985,1478.487268,2142.987222,1081.778676,2216.458365 +154862,2326.239821,1474.799848,2156.512909,1083.565517,2211.825767 +154863,2359.693025,1470.366414,2175.397013,1085.030611,2221.530016 +154864,2369.814903,1465.666514,2192.758155,1086.123369,2224.937204 +154865,2330.059432,1461.174571,2208.162718,1087.078941,2228.087242 +154866,2373.479677,1456.220779,2217.278041,1087.884313,2230.971968 +154867,2384.279177,1451.518345,2226.034246,1088.640653,2234.068697 +154868,2330.347417,1446.637862,2232.274384,1089.32977,2236.756303 +154869,2386.142893,1442.007808,2237.040752,1089.966839,2239.394394 +154870,2367.832682,1437.218306,2240.723818,1090.553902,2241.852847 +154871,2373.954758,1432.536902,2241.901036,1091.093611,2244.087003 +154872,2376.535741,1427.888756,2243.522468,1091.592737,2246.75941 +154873,2378.89276,1423.287296,2245.120974,1092.047448,2248.868771 +154874,2381.184813,1418.740916,2246.586617,1092.461384,2251.183752 +154875,2383.398313,1414.252083,2249.631031,1092.836519,2253.370085 +154876,2385.517646,1409.828621,2251.515771,1093.168558,2255.397067 +154877,2387.558575,1404.81998,2251.096675,1093.468839,2257.198564 +154878,2389.528596,1400.798214,2251.331638,1093.776879,2259.531706 +154879,2389.282302,1399.165948,2251.748169,1096.60937,2261.449607 +154880,2390.853559,1395.762375,2252.587375,1097.701103,2268.428776 +154881,2392.642851,1392.153368,2253.584562,1098.746456,2257.616947 +154882,2394.431628,1388.746283,2254.328983,1099.811079,2274.824885 +154883,2396.184453,1385.241667,2256.849305,1101.026084,2266.638716 +154884,2397.869437,1381.606894,2258.130172,1102.050374,2270.58519 +154885,2399.493551,1378.144373,2257.103221,1103.293387,2272.404365 +154886,2401.058459,1374.622612,2256.813968,1104.478916,2273.901113 +154887,2402.54892,1371.032717,2256.757093,1105.677623,2275.389694 +154888,2403.969819,1367.649901,2256.792952,1106.902231,2277.173683 +154889,2405.319655,1364.094895,2256.84875,1108.151637,2278.605174 +154890,2406.596818,1360.610528,2256.875403,1109.42599,2280.0017 +154891,2409.073501,1358.082579,2256.855233,1111.774606,2281.517777 +154892,2411.405647,1355.776054,2258.617451,1114.363085,2283.250668 +154893,2414.17987,1353.589855,2259.502536,1117.133136,2284.518554 +154894,2416.764711,1351.566706,2260.10523,1119.949606,2285.943188 +154895,2419.501094,1349.349994,2260.608245,1122.946116,2287.148656 +154896,2422.061547,1347.574091,2259.384695,1126.014521,2288.554213 +154897,2425.004236,1345.622881,2259.182883,1129.246906,2290.384643 +154898,2427.630228,1343.812339,2259.420447,1132.40153,2290.99545 +154899,2430.393436,1342.051859,2260.04702,1135.799415,2297.717117 +154900,2433.146872,1340.35064,2262.396729,1139.228545,2287.116295 +154901,2437.753492,1338.700912,2262.093705,1142.750861,2301.953629 +154902,2439.115753,1337.112256,2262.600499,1146.36463,2294.883329 +154903,2446.107802,1335.57404,2263.240215,1149.991822,2297.481446 +154904,2436.645849,1334.08896,2263.968635,1153.940223,2299.187422 +154905,2474.212722,1332.65734,2266.514106,1157.649439,2300.510426 +154906,2412.564352,1331.26951,2266.451018,1161.645747,2300.927012 +154907,2470.626455,1329.937794,2267.03666,1165.655343,2302.619345 +154908,2451.911086,1328.650941,2267.816899,1169.749425,2303.770484 +154909,2460.268571,1324.877397,2268.718578,1173.347878,2304.919675 +154910,2463.582581,1323.284215,2269.442986,1177.65044,2306.114666 +154911,2466.974897,1346.259174,2270.124303,1181.916662,2312.232009 +154912,2470.017714,1284.276428,2270.715818,1186.43648,2302.114077 +154913,2473.41514,1336.803754,2271.366963,1190.91016,2315.647019 +154914,2476.709093,1333.172345,2272.176798,1195.655315,2310.31416 +154915,2480.048429,1291.083968,2272.987826,1200.324431,2311.586503 +154916,2483.412371,1326.113388,2273.811173,1205.205964,2313.448239 +154917,2489.872918,1332.026709,2274.639586,1209.972236,2314.592642 +154918,2487.336493,1286.430229,2275.562675,1214.976084,2315.66288 +154919,2510.371359,1325.627551,2276.700471,1219.990415,2321.698372 +154920,2472.417327,1325.051618,2277.68447,1225.088281,2312.234774 +154921,2584.176794,1326.09274,2283.057115,1252.81888,2366.038886 +154922,2512.314007,1344.941922,2289.484674,1259.268267,2371.201853 +154923,2585.130246,1321.383734,2297.46335,1265.241157,2377.898805 +154924,2559.883291,1354.469897,2304.372792,1271.152981,2383.584658 +154925,2570.669519,1307.08907,2309.90221,1277.102781,2388.101234 +154926,2563.765241,1342.190386,2314.296113,1282.859685,2391.684527 +154927,2563.518305,1355.617789,2317.758042,1288.801932,2394.440605 +154928,2595.060578,1297.982098,2320.625026,1294.70725,2396.660749 +154929,2566.494092,1348.923834,2323.124135,1300.581432,2398.546111 +154930,2611.951694,1348.336311,2325.233497,1306.689293,2400.026898 +154931,2559.120519,1305.568134,2327.206584,1312.740836,2401.387833 +154932,2631.078948,1342.181534,2329.270862,1318.706989,2402.892306 +154933,2559.63883,1350.625121,2331.21808,1324.875067,2404.277436 +154934,2641.224023,1301.929768,2333.214116,1331.014625,2405.739578 +154935,2566.591716,1344.579879,2336.936428,1337.206184,2409.329546 +154936,2648.532331,1346.925479,2337.918369,1343.434324,2409.589682 +154937,2584.87292,1305.968559,2339.351813,1349.77988,2410.402497 +154938,2640.343747,1341.066633,2340.814942,1355.886436,2411.237379 +154939,2599.836243,1348.900629,2342.141809,1362.402799,2411.889841 +154940,2645.531098,1303.234302,2343.63149,1368.707849,2412.727864 +154941,2620.249032,1342.951638,2346.946216,1375.128161,2415.792784 +154942,2634.000367,1346.699252,2349.148948,1381.650215,2417.509766 +154943,2636.105831,1305.869501,2351.143322,1387.995722,2418.981158 +154944,2639.548896,1341.51634,2351.444599,1394.55515,2418.375058 +154945,2642.964823,1348.601771,2352.576333,1405.169169,2418.757061 +154946,2646.69562,1304.186865,2354.123166,1406.856274,2419.619042 +154947,2650.262493,1342.781566,2357.646437,1422.583401,2422.887758 +154948,2653.652351,1348.586619,2358.556163,1413.010554,2422.970132 +154949,2657.221686,1305.077878,2360.141646,1423.225769,2423.876576 +154950,2659.655817,1343.318211,2363.675059,1437.279569,2427.157615 +154951,2663.275864,1348.167839,2364.580503,1438.64934,2427.175812 +154952,2665.972577,1303.810557,2366.029051,1446.119179,2427.976269 +154953,2668.539457,1341.494285,2369.273718,1452.178784,2431.173601 +154954,2670.906997,1342.705616,2369.698442,1458.262254,2431.138227 +154955,2673.405048,1304.375374,2372.327012,1464.13146,2433.978202 +154956,2675.693612,1361.405791,2372.368433,1470.086871,2433.804004 +154957,2677.997604,1288.640476,2372.984747,1476.189992,2434.446624 +154958,2680.278192,1341.739543,2375.68546,1482.109376,2437.504176 +154959,2682.389834,1330.982205,2375.492364,1488.188143,2437.363684 +154960,2684.653717,1308.019279,2377.574458,1494.043817,2440.101397 +154961,2686.469521,1342.926538,2377.155427,1500.08832,2439.852228 +154962,2688.882782,1296.484708,2377.362748,1506.067792,2440.427966 +154963,2690.798753,1348.396565,2377.745529,1512.06018,2441.266186 +154964,2692.777838,1288.851574,2378.208292,1518.147121,2442.252331 +154965,2694.749298,1347.517873,2378.679619,1524.014045,2443.302363 +154966,2696.667765,1286.542826,2379.145764,1529.996703,2444.400042 +154967,2698.60532,1341.789792,2381.286277,1542.587991,2447.606927 +154968,2700.377774,1288.444264,2380.745621,1535.138007,2447.589442 +154969,2702.228635,1333.371054,2382.451163,1548.959548,2450.373456 +154970,2704.01288,1291.763485,2383.340396,1554.963072,2452.205127 +154971,2705.781877,1323.678757,2383.886689,1559.89677,2453.662381 +154972,2707.385396,1296.115649,2382.521418,1566.17672,2452.807679 +154973,2709.155325,1314.606631,2381.972703,1572.314289,2452.965818 +154974,2710.777763,1298.762283,2381.721152,1578.356848,2453.499246 +154975,2712.457055,1306.008331,2383.32976,1584.425032,2456.341741 +154976,2713.948045,1301.574387,2382.341012,1590.582357,2456.045598 +154977,2715.570539,1300.643739,2381.927655,1596.524568,2456.49061 +154978,2717.143791,1299.17853,2381.681059,1609.468513,2457.166132 +154979,2718.587953,1297.68601,2383.237077,1598.761491,2460.085137 +154980,2720.103284,1296.177538,2382.174457,1619.555634,2459.836935 +154981,2646.779011,1261.792535,2378.313202,1587.206684,2454.730782 +154982,2646.47719,1260.187927,2371.772195,1593.988308,2445.384102 +154983,2649.312319,1258.747948,2362.842435,1611.383608,2432.658243 +154984,2650.954627,1257.342316,2355.059996,1590.097224,2420.777083 +154985,2652.947295,1255.941946,2348.945298,1620.680302,2410.867563 +154986,2654.854664,1254.540253,2344.232986,1617.270956,2402.758504 +154987,2656.813834,1253.134204,2340.513262,1625.206719,2396.03012 +154988,2658.780186,1251.723257,2335.703893,1643.23081,2388.167435 +154989,2660.632361,1250.302182,2332.278542,1620.60869,2382.192119 +154990,2662.544677,1248.873186,2331.247409,1660.523714,2379.342152 +154991,2664.594444,1247.439747,2327.960332,1636.714323,2373.940967 +154992,2666.477605,1245.991995,2325.498257,1665.172342,2369.735794 +154993,2668.440215,1244.535745,2325.092301,1657.731155,2368.215829 +154994,2670.309532,1243.071789,2323.944017,1671.364405,2365.959901 +154995,2672.195597,1241.597322,2320.796904,1686.666757,2361.412608 +154996,2674.094263,1240.109509,2318.460341,1681.245091,2357.972547 +154997,2676.03159,1238.611199,2318.196198,1682.979978,2357.168928 +154998,2677.835299,1237.105562,2315.64024,1704.556186,2353.668513 +154999,2679.690398,1235.583945,2313.902239,1698.714575,2351.261056 +155000,2681.577975,1234.053295,2312.502242,1712.828144,2349.347589 +155001,2683.197228,1232.510528,2311.434568,1721.882867,2347.91907 +155002,2685.303543,1230.956015,2310.610296,1730.29047,2346.866332 +155003,2686.981221,1229.38983,2309.894884,1739.491897,2346.022109 +155004,2688.846271,1227.811445,2309.223826,1748.320299,2345.301613 +155005,2691.007732,1226.219397,2310.445922,1757.171563,2346.732457 +155006,2693.019702,1224.61964,2308.807377,1766.214562,2344.972442 +155007,2695.189769,1223.074271,2307.737537,1775.082488,2343.95892 +155008,2697.276171,1221.341066,2306.941868,1789.550266,2343.309373 +155009,2699.402588,1219.749629,2307.911329,1790.720765,2344.857845 +155010,2701.372776,1218.086587,2306.183182,1802.836751,2343.132449 +155011,2703.874888,1216.982028,2305.037906,1810.838393,2342.148183 +155012,2706.466343,1215.987241,2304.163832,1818.701794,2341.435818 +155013,2708.983417,1215.047102,2303.472234,1827.069828,2340.837233 +155014,2711.614145,1214.14677,2302.924404,1835.033319,2340.298599 +155015,2714.182595,1213.279737,2302.483042,1843.094439,2339.788358 +155016,2716.873652,1212.369775,2303.786886,1850.919893,2341.345686 +155017,2719.422837,1211.664061,2304.175281,1858.808547,2341.724126 +155018,2722.025689,1210.828745,2304.207316,1866.583419,2341.618399 +155019,2724.62712,1210.078326,2304.077927,1874.226886,2341.263102 +155020,2727.157007,1209.342046,2302.226548,1881.666794,2338.727812 +155021,2729.813795,1208.624266,2301.341326,1889.437027,2337.313188 +155022,2732.437565,1207.93001,2300.87324,1896.895991,2336.35211 +155023,2734.935069,1207.255918,2300.713883,1909.293808,2335.730762 +155024,2737.546414,1206.672792,2300.669644,1909.913546,2335.226507 +155025,2740.082223,1205.934627,2300.583091,1919.503599,2334.653071 +155026,2750.871077,1205.368656,2300.637745,1926.723456,2334.238536 +155027,2733.151463,1204.761031,2300.607638,1933.310896,2333.704479 +155028,2761.114563,1204.178884,2300.58573,1940.486134,2333.164745 +155029,2737.495146,1203.61885,2300.57659,1947.45032,2332.623904 +155030,2765.8871,1203.070347,2302.238562,1954.415929,2334.337766 +155031,2742.426899,1202.543678,2301.357742,1965.738455,2332.696529 +155032,2770.691532,1202.028201,2302.905396,1966.496314,2333.810237 +155033,2755.647666,1201.534472,2301.826581,1974.394647,2331.911241 +155034,2763.455958,1201.05163,2301.297323,1981.111274,2330.673976 +155035,2765.518663,1200.586009,2301.03383,1987.678213,2329.736558 +155036,2767.692887,1200.133634,2302.567151,1994.003834,2331.008449 +155037,2769.935606,1199.698567,2303.298204,2005.124182,2331.285625 +155038,2772.186673,1199.277614,2302.042775,2004.91422,2329.095453 +155039,2774.494461,1198.868731,2301.443653,2012.06534,2327.69622 +155040,2776.745273,1198.475156,2301.137634,2019.212378,2326.630632 +155041,2619.420805,1131.504269,2303.369095,1958.717435,2330.976273 +155042,2626.83773,1130.227321,2293.285879,1962.309108,2318.142978 +155043,2623.142404,1129.042068,2279.326967,1972.32016,2299.371201 +155044,2624.022007,1127.803598,2268.023661,1971.165885,2282.800333 +155045,2624.069522,1126.732707,2258.632425,1977.153745,2268.618672 +155046,2624.154819,1125.620793,2253.180961,1982.77485,2259.403656 +155047,2624.122822,1124.536137,2247.985416,1991.347765,2159.38479 +155048,2623.918415,1123.463862,2240.908927,1989.79035,2128.812358 +155049,2624.087536,1122.401317,2235.145252,1994.822002,2172.874129 +155050,2623.946617,1121.350743,2232.484672,2004.810368,2145.494847 +155051,2623.81021,1120.312584,2231.087569,2003.786609,2150.324061 +155052,2623.641848,1119.284262,2230.442885,2007.911018,2149.735226 +155053,2623.432077,1118.265,2230.365693,2017.468629,2148.718382 +155054,2613.791126,1114.237646,2230.219284,2006.683925,2148.458567 +155055,2611.897077,1112.664308,2229.313668,2012.156385,2148.200705 +155056,2610.98981,1111.428975,2228.389641,2020.055789,2147.965166 +155057,2610.008493,1110.104501,2227.662776,2018.735698,2142.3371 +155058,2609.061079,1108.866492,2227.147397,2021.259892,2154.579988 +155059,2608.186784,1107.63935,2226.87327,2024.910815,2139.497281 +155060,2607.192174,1106.49276,2226.46816,2032.197752,2148.812507 +155061,2606.336623,1105.197166,2226.418043,2031.911592,2146.522676 +155062,2605.333657,1104.053671,2226.302113,2033.635222,2145.87991 +155063,2604.351893,1102.863532,2226.17398,2040.865261,2145.95743 +155064,2603.326119,1101.691428,2226.130945,2041.150769,2145.888064 +155065,2602.289245,1100.527616,2225.977788,2042.209117,2145.443176 +155066,2601.16695,1099.371186,2225.677588,2043.994049,2145.214985 +155067,2600.099122,1098.221938,2225.330289,2046.147998,2145.021307 +155068,2599.339244,1097.07951,2224.996355,2048.355552,2144.790361 +155069,2599.733131,1095.943852,2224.697389,2050.360044,2144.508801 +155070,2600.353143,1094.814791,2224.403176,2051.089693,2144.277356 +155071,2600.102174,1093.316355,2224.056764,2051.847459,2144.048149 +155072,2599.777478,1091.743725,2223.599935,2052.535065,2143.790359 +155073,2599.406225,1090.135645,2223.020471,2053.092103,2143.721616 +155074,2598.987728,1088.502821,2222.337955,2053.50518,2143.195703 +155075,2598.520583,1086.850285,2221.576083,2053.793519,2143.021012 +155076,2595.800588,1085.243466,2220.781213,2054.001916,2142.719399 +155077,2600.711985,1083.466403,2219.984714,2054.166862,2142.468347 +155078,2578.621805,1081.810581,2220.911617,2056.178622,2142.330302 +155079,2621.21407,1080.09057,2219.297241,2055.262771,2135.935378 +155080,2574.185889,1078.301845,2218.388881,2055.080605,2149.893801 +155081,2611.155058,1076.657753,2217.47052,2054.872505,2132.354863 +155082,2577.569747,1074.864588,2218.081112,2056.318588,2143.678357 +155083,2608.527423,1073.118671,2216.143518,2054.847506,2140.164101 +155084,2570.931853,1071.348377,2214.811608,2054.013278,2139.723819 +155085,2613.286688,1069.570713,2213.663925,2052.447631,2139.667885 +155086,2555.849827,1067.783104,2212.598213,2050.754579,2139.255094 +155087,2626.027731,1065.986549,2211.617524,2049.346178,2138.936578 +155088,2568.610476,1064.181591,2210.595005,2047.895343,2138.527299 +155089,2581.036582,1062.428003,2211.038471,2047.57389,2138.195524 +155090,2575.894211,1060.520014,2208.546256,2038.563279,2137.616784 +155091,2607.844812,1058.732327,2206.388234,2038.970751,2137.287994 +155092,2566.870192,1056.887127,2204.567479,2037.982298,2136.827723 +155093,2567.430746,1055.043386,2203.095625,2035.741636,2136.391638 +155094,2588.813303,1053.19294,2201.536732,2027.746405,2135.911013 +155095,2562.648598,1051.334722,2201.510931,2029.426633,2135.52661 +155096,2577.672731,1049.473137,2198.945688,2026.05382,2134.85106 +155097,2585.630776,1047.601822,2196.981145,2022.695565,2134.592561 +155098,2528.531586,1043.987114,2194.617704,1996.950307,2133.74673 +155099,2563.745442,1041.882964,2191.471791,1995.626238,2133.232689 +155100,2542.295747,1039.861116,2189.959997,1989.850442,2132.751538 +155101,1865.685352,1038.010314,899.8851552,1492.904321,2081.433376 +155102,1972.679128,1167.585373,959.8931169,1589.342587,2175.608402 +155103,2091.183017,1170.392054,1031.482306,1695.490703,2271.281074 +155104,2172.568681,1169.472365,1087.303802,1764.46727,2328.736496 +155105,2221.228353,1169.393357,1126.755951,1798.902288,2358.686091 +155106,2251.479122,1168.453784,1155.937302,1814.134868,2375.831118 +155107,2271.828887,1167.259636,1178.605328,1820.189859,2387.287416 +155108,2286.731706,1166.01728,1197.019845,1822.607729,2395.690444 +155109,2298.397031,1164.742484,1212.440158,1823.788029,2402.593891 +155110,2307.85202,1163.42225,1225.551523,1824.482973,2408.565163 +155111,2315.607848,1162.103924,1236.767247,1824.833436,2413.83553 +155112,2321.986027,1160.776615,1246.387376,1824.855596,2418.519562 +155113,2327.234797,1159.44455,1254.657879,1824.582308,2422.694556 +155114,2331.527143,1158.109271,1261.772097,1824.041492,2426.389055 +155115,2335.064748,1156.701489,1267.923136,1823.312523,2429.693061 +155116,2338.012312,1155.478863,1273.273879,1822.458063,2432.685119 +155117,2340.465791,1176.933783,1277.942999,1821.493621,2435.393691 +155118,2342.505775,1118.352917,1282.031945,1820.430342,2437.84914 +155119,2344.200106,1168.744289,1285.627246,1819.277807,2440.081956 +155120,2345.605642,1163.12709,1288.80244,1818.044849,2442.121254 +155121,2346.76403,1124.481352,1291.616433,1816.736963,2443.987247 +155122,2347.712131,1158.541574,1294.120928,1815.358941,2445.701868 +155123,2348.481912,1159.575091,1296.360468,1813.915627,2447.286372 +155124,2349.096551,1121.388026,1298.371027,1812.409751,2448.756126 +155125,2349.575986,1179.041535,1300.1833,1810.841616,2450.125676 +155126,2349.935567,1103.850825,1301.997726,1809.211109,2451.406626 +155127,2350.187849,1159.006853,1303.481938,1807.51972,2452.609018 +155128,2350.344587,1144.890366,1304.831748,1805.770843,2453.743045 +155129,2350.413384,1126.133717,1306.06348,1803.965997,2454.815245 +155130,2350.401406,1152.47012,1307.19072,1802.107099,2455.832172 +155131,2349.795454,1114.501061,1308.163366,1799.204997,2456.801027 +155132,2348.804614,1154.926753,1309.000904,1795.757096,2457.723479 +155133,2347.707028,1107.728852,1309.73545,1792.361637,2458.60327 +155134,2346.646114,1150.702368,1310.389236,1789.280958,2459.444936 +155135,2345.654428,1106.84572,1310.973866,1786.518633,2460.252112 +155136,2344.717271,1142.526211,1311.495335,1783.98296,2461.027642 +155137,2343.81158,1108.75012,1311.957531,1781.584197,2461.773631 +155138,2342.919533,1132.169019,1312.363757,1779.263344,2462.491673 +155139,2342.029722,1112.274762,1312.717156,1776.987848,2463.183162 +155140,2341.134505,1121.237692,1313.020571,1774.739955,2463.849123 +155141,2340.228517,1115.557369,1313.276662,1772.508841,2464.490619 +155142,2339.307389,1114.549771,1313.487749,1770.286539,2465.108451 +155143,2338.367522,1112.731248,1313.655901,1768.066765,2465.703302 +155144,2337.406112,1110.888616,1313.783025,1765.844634,2466.275866 +155145,2336.411148,1109.112793,1313.87514,1763.580784,2466.827374 +155146,2335.384646,1107.237755,1313.932723,1761.289096,2467.357468 +155147,2334.329891,1105.354733,1313.955045,1758.98629,2467.866527 +155148,2333.248161,1103.454517,1313.942123,1756.678796,2468.355147 +155149,2332.139158,1101.520624,1313.894752,1754.365525,2468.823842 +155150,2331.000848,1099.58362,1313.813762,1752.039657,2469.273448 +155151,2329.832789,1097.633357,1313.70038,1749.698987,2469.704068 +155152,2328.63511,1095.667501,1313.55587,1747.343053,2470.11582 +155153,2327.407838,1093.68712,1313.381332,1744.971322,2470.707907 +155154,2326.150965,1091.691108,1313.177755,1742.582988,2471.078856 +155155,2324.897719,1089.680663,1312.962429,1740.203227,2471.465519 +155156,2323.616231,1087.654804,1312.720775,1737.805553,2471.836152 +155157,2322.280088,1085.614734,1312.440694,1735.36833,2472.16345 +155158,2320.904864,1083.559419,1312.13035,1732.903876,2472.464172 +155159,2319.49707,1081.490119,1311.793329,1730.417417,2472.744832 +155160,2318.059407,1079.474257,1311.431423,1727.91083,2473.008023 +155161,0,0,0,0,0 +155162,0,0,0,0,0 +155163,0,0,0,0,0 +155164,0,0,0,0,0 +155165,0,0,0,0,0 +155166,0,0,0,0,0 +155167,0,0,0,0,0 +155168,0,0,0,0,0 +155169,0,0,0,0,0 +155170,0,0,0,0,0 +155171,0,0,0,0,0 +155172,0,0,0,0,0 +155173,0,0,0,0,0 +155174,0,0,0,0,0 +155175,0,0,0,0,0 +155176,0,0,0,0,0 +155177,0,0,0,0,0 +155178,0,0,0,0,0 +155179,0,0,0,0,0 +155180,0,0,0,0,0 +155181,0,0,0,0,0 +155182,0,0,0,0,0 +155183,0,0,0,0,0 +155184,0,0,0,0,0 +155185,0,0,0,0,0 +155186,0,0,0,0,0 +155187,0,0,0,0,0 +155188,0,0,0,0,0 +155189,0,0,0,0,0 +155190,0,0,0,0,0 +155191,0,0,0,0,0 +155192,0,0,0,0,0 +155193,0,0,0,0,0 +155194,0,0,0,0,0 +155195,0,0,0,0,0 +155196,0,0,0,0,0 +155197,0,0,0,0,0 +155198,0,0,0,0,0 +155199,0,0,0,0,0 +155200,0,0,0,0,0 +155201,0,0,0,0,0 +155202,0,0,0,0,0 +155203,0,0,0,0,0 +155204,0,0,0,0,0 +155205,0,0,0,0,0 +155206,0,0,0,0,0 +155207,0,0,0,0,0 +155208,0,0,0,0,0 +155209,0,0,0,0,0 +155210,0,0,0,0,0 +155211,0,0,0,0,0 +155212,0,0,0,0,0 +155213,0,0,0,0,0 +155214,0,0,0,0,0 +155215,0,0,0,0,0 +155216,0,0,0,0,0 +155217,0,0,0,0,0 +155218,0,0,0,0,0 +155219,0,0,0,0,0 +155220,0,0,0,0,0 +155221,0,0,0,0,0 +155222,0,0,0,0,0 +155223,0,0,0,0,0 +155224,0,0,0,0,0 +155225,0,0,0,0,0 +155226,0,0,0,0,0 +155227,0,0,0,0,0 +155228,0,0,0,0,0 +155229,0,0,0,0,0 +155230,0,0,0,0,0 +155231,0,0,0,0,0 +155232,0,0,0,0,0 +155233,0,0,0,0,0 +155234,0,0,0,0,0 +155235,0,0,0,0,0 +155236,0,0,0,0,0 +155237,0,0,0,0,0 +155238,0,0,0,0,0 +155239,0,0,0,0,0 +155240,0,0,0,0,0 +155241,0,0,0,0,0 +155242,0,0,0,0,0 +155243,0,0,0,0,0 +155244,0,0,0,0,0 +155245,0,0,0,0,0 +155246,0,0,0,0,0 +155247,0,0,0,0,0 +155248,0,0,0,0,0 +155249,0,0,0,0,0 +155250,0,0,0,0,0 +155251,0,0,0,0,0 +155252,0,0,0,0,0 +155253,0,0,0,0,0 +155254,0,0,0,0,0 +155255,0,0,0,0,0 +155256,0,0,0,0,0 +155257,0,0,0,0,0 +155258,0,0,0,0,0 +155259,0,0,0,0,0 +155260,0,0,0,0,0 +155261,0,0,0,0,0 +155262,0,0,0,0,0 +155263,0,0,0,0,0 +155264,0,0,0,0,0 +155265,0,0,0,0,0 +155266,0,0,0,0,0 +155267,0,0,0,0,0 +155268,0,0,0,0,0 +155269,0,0,0,0,0 +155270,0,0,0,0,0 +155271,0,0,0,0,0 +155272,0,0,0,0,0 +155273,0,0,0,0,0 +155274,0,0,0,0,0 +155275,0,0,0,0,0 +155276,0,0,0,0,0 +155277,0,0,0,0,0 +155278,0,0,0,0,0 +155279,0,0,0,0,0 +155280,0,0,0,0,0 +155281,0,0,0,0,0 +155282,0,0,0,0,0 +155283,0,0,0,0,0 +155284,0,0,0,0,0 +155285,0,0,0,0,0 +155286,0,0,0,0,0 +155287,0,0,0,0,0 +155288,0,0,0,0,0 +155289,0,0,0,0,0 +155290,0,0,0,0,0 +155291,0,0,0,0,0 +155292,0,0,0,0,0 +155293,0,0,0,0,0 +155294,0,0,0,0,0 +155295,0,0,0,0,0 +155296,0,0,0,0,0 +155297,0,0,0,0,0 +155298,0,0,0,0,0 +155299,0,0,0,0,0 +155300,0,0,0,0,0 +155301,0,0,0,0,0 +155302,0,0,0,0,0 +155303,0,0,0,0,0 +155304,0,0,0,0,0 +155305,0,0,0,0,0 +155306,0,0,0,0,0 +155307,0,0,0,0,0 +155308,0,0,0,0,0 +155309,0,0,0,0,0 +155310,0,0,0,0,0 +155311,0,0,0,0,0 +155312,0,0,0,0,0 +155313,0,0,0,0,0 +155314,0,0,0,0,0 +155315,0,0,0,0,0 +155316,0,0,0,0,0 +155317,0,0,0,0,0 +155318,0,0,0,0,0 +155319,0,0,0,0,0 +155320,0,0,0,0,0 +155321,0,0,0,0,0 +155322,0,0,0,0,0 +155323,0,0,0,0,0 +155324,0,0,0,0,0 +155325,0,0,0,0,0 +155326,0,0,0,0,0 +155327,0,0,0,0,0 +155328,0,0,0,0,0 +155329,0,0,0,0,0 +155330,0,0,0,0,0 +155331,0,0,0,0,0 +155332,0,0,0,0,0 +155333,0,0,0,0,0 +155334,0,0,0,0,0 +155335,0,0,0,0,0 +155336,0,0,0,0,0 +155337,0,0,0,0,0 +155338,0,0,0,0,0 +155339,0,0,0,0,0 +155340,0,0,0,0,0 +155341,0,0,0,0,0 +155342,0,0,0,0,0 +155343,0,0,0,0,0 +155344,0,0,0,0,0 +155345,0,0,0,0,0 +155346,0,0,0,0,0 +155347,0,0,0,0,0 +155348,0,0,0,0,0 +155349,0,0,0,0,0 +155350,0,0,0,0,0 +155351,0,0,0,0,0 +155352,0,0,0,0,0 +155353,0,0,0,0,0 +155354,0,0,0,0,0 +155355,0,0,0,0,0 +155356,0,0,0,0,0 +155357,0,0,0,0,0 +155358,0,0,0,0,0 +155359,0,0,0,0,0 +155360,0,0,0,0,0 +155361,0,0,0,0,0 +155362,0,0,0,0,0 +155363,0,0,0,0,0 +155364,0,0,0,0,0 +155365,0,0,0,0,0 +155366,0,0,0,0,0 +155367,0,0,0,0,0 +155368,0,0,0,0,0 +155369,0,0,0,0,0 +155370,0,0,0,0,0 +155371,0,0,0,0,0 +155372,0,0,0,0,0 +155373,0,0,0,0,0 +155374,0,0,0,0,0 +155375,0,0,0,0,0 +155376,0,0,0,0,0 +155377,0,0,0,0,0 +155378,0,0,0,0,0 +155379,0,0,0,0,0 +155380,0,0,0,0,0 +155381,0,0,0,0,0 +155382,0,0,0,0,0 +155383,0,0,0,0,0 +155384,0,0,0,0,0 +155385,0,0,0,0,0 +155386,0,0,0,0,0 +155387,0,0,0,0,0 +155388,0,0,0,0,0 +155389,0,0,0,0,0 +155390,0,0,0,0,0 +155391,0,0,0,0,0 +155392,0,0,0,0,0 +155393,0,0,0,0,0 +155394,0,0,0,0,0 +155395,0,0,0,0,0 +155396,0,0,0,0,0 +155397,0,0,0,0,0 +155398,0,0,0,0,0 +155399,0,0,0,0,0 +155400,0,0,0,0,0 +155401,0,0,0,0,0 +155402,0,0,0,0,0 +155403,0,0,0,0,0 +155404,0,0,0,0,0 +155405,0,0,0,0,0 +155406,0,0,0,0,0 +155407,0,0,0,0,0 +155408,0,0,0,0,0 +155409,0,0,0,0,0 +155410,0,0,0,0,0 +155411,0,0,0,0,0 +155412,0,0,0,0,0 +155413,0,0,0,0,0 +155414,0,0,0,0,0 +155415,0,0,0,0,0 +155416,0,0,0,0,0 +155417,0,0,0,0,0 +155418,0,0,0,0,0 +155419,0,0,0,0,0 +155420,0,0,0,0,0 +155421,0,0,0,0,0 +155422,0,0,0,0,0 +155423,0,0,0,0,0 +155424,0,0,0,0,0 +155425,0,0,0,0,0 +155426,0,0,0,0,0 +155427,0,0,0,0,0 +155428,0,0,0,0,0 +155429,0,0,0,0,0 +155430,0,0,0,0,0 +155431,0,0,0,0,0 +155432,0,0,0,0,0 +155433,0,0,0,0,0 +155434,0,0,0,0,0 +155435,0,0,0,0,0 +155436,0,0,0,0,0 +155437,0,0,0,0,0 +155438,0,0,0,0,0 +155439,0,0,0,0,0 +155440,0,0,0,0,0 +155441,0,0,0,0,0 +155442,0,0,0,0,0 +155443,0,0,0,0,0 +155444,0,0,0,0,0 +155445,0,0,0,0,0 +155446,0,0,0,0,0 +155447,0,0,0,0,0 +155448,0,0,0,0,0 +155449,0,0,0,0,0 +155450,0,0,0,0,0 +155451,0,0,0,0,0 +155452,0,0,0,0,0 +155453,0,0,0,0,0 +155454,0,0,0,0,0 +155455,0,0,0,0,0 +155456,0,0,0,0,0 +155457,0,0,0,0,0 +155458,0,0,0,0,0 +155459,0,0,0,0,0 +155460,0,0,0,0,0 +155461,0,0,0,0,0 +155462,0,0,0,0,0 +155463,0,0,0,0,0 +155464,0,0,0,0,0 +155465,0,0,0,0,0 +155466,0,0,0,0,0 +155467,0,0,0,0,0 +155468,0,0,0,0,0 +155469,0,0,0,0,0 +155470,0,0,0,0,0 +155471,0,0,0,0,0 +155472,0,0,0,0,0 +155473,0,0,0,0,0 +155474,0,0,0,0,0 +155475,0,0,0,0,0 +155476,0,0,0,0,0 +155477,0,0,0,0,0 +155478,0,0,0,0,0 +155479,0,0,0,0,0 +155480,0,0,0,0,0 +155481,0,0,0,0,0 +155482,0,0,0,0,0 +155483,0,0,0,0,0 +155484,0,0,0,0,0 +155485,0,0,0,0,0 +155486,0,0,0,0,0 +155487,0,0,0,0,0 +155488,0,0,0,0,0 +155489,0,0,0,0,0 +155490,0,0,0,0,0 +155491,0,0,0,0,0 +155492,0,0,0,0,0 +155493,0,0,0,0,0 +155494,0,0,0,0,0 +155495,0,0,0,0,0 +155496,0,0,0,0,0 +155497,0,0,0,0,0 +155498,0,0,0,0,0 +155499,0,0,0,0,0 +155500,0,0,0,0,0 +155501,0,0,0,0,0 +155502,0,0,0,0,0 +155503,0,0,0,0,0 +155504,0,0,0,0,0 +155505,0,0,0,0,0 +155506,0,0,0,0,0 +155507,0,0,0,0,0 +155508,0,0,0,0,0 +155509,0,0,0,0,0 +155510,0,0,0,0,0 +155511,0,0,0,0,0 +155512,0,0,0,0,0 +155513,0,0,0,0,0 +155514,0,0,0,0,0 +155515,0,0,0,0,0 +155516,0,0,0,0,0 +155517,0,0,0,0,0 +155518,0,0,0,0,0 +155519,0,0,0,0,0 +155520,0,0,0,0,0 +155521,0,0,0,0,0 +155522,0,0,0,0,0 +155523,0,0,0,0,0 +155524,0,0,0,0,0 +155525,0,0,0,0,0 +155526,0,0,0,0,0 +155527,0,0,0,0,0 +155528,0,0,0,0,0 +155529,0,0,0,0,0 +155530,0,0,0,0,0 +155531,0,0,0,0,0 +155532,0,0,0,0,0 +155533,0,0,0,0,0 +155534,0,0,0,0,0 +155535,0,0,0,0,0 +155536,0,0,0,0,0 +155537,0,0,0,0,0 +155538,0,0,0,0,0 +155539,0,0,0,0,0 +155540,0,0,0,0,0 +155541,0,0,0,0,0 +155542,0,0,0,0,0 +155543,0,0,0,0,0 +155544,0,0,0,0,0 +155545,0,0,0,0,0 +155546,0,0,0,0,0 +155547,0,0,0,0,0 +155548,0,0,0,0,0 +155549,0,0,0,0,0 +155550,0,0,0,0,0 +155551,0,0,0,0,0 +155552,0,0,0,0,0 +155553,0,0,0,0,0 +155554,0,0,0,0,0 +155555,0,0,0,0,0 +155556,0,0,0,0,0 +155557,0,0,0,0,0 +155558,0,0,0,0,0 +155559,0,0,0,0,0 +155560,0,0,0,0,0 +155561,0,0,0,0,0 +155562,0,0,0,0,0 +155563,0,0,0,0,0 +155564,0,0,0,0,0 +155565,0,0,0,0,0 +155566,0,0,0,0,0 +155567,0,0,0,0,0 +155568,0,0,0,0,0 +155569,0,0,0,0,0 +155570,0,0,0,0,0 +155571,0,0,0,0,0 +155572,0,0,0,0,0 +155573,0,0,0,0,0 +155574,0,0,0,0,0 +155575,0,0,0,0,0 +155576,0,0,0,0,0 +155577,0,0,0,0,0 +155578,0,0,0,0,0 +155579,0,0,0,0,0 +155580,0,0,0,0,0 +155581,0,0,0,0,0 +155582,0,0,0,0,0 +155583,0,0,0,0,0 +155584,0,0,0,0,0 +155585,0,0,0,0,0 +155586,0,0,0,0,0 +155587,0,0,0,0,0 +155588,0,0,0,0,0 +155589,0,0,0,0,0 +155590,0,0,0,0,0 +155591,0,0,0,0,0 +155592,0,0,0,0,0 +155593,0,0,0,0,0 +155594,0,0,0,0,0 +155595,0,0,0,0,0 +155596,0,0,0,0,0 +155597,0,0,0,0,0 +155598,0,0,0,0,0 +155599,0,0,0,0,0 +155600,0,0,0,0,0 +155601,0,0,0,0,0 +155602,0,0,0,0,0 +155603,0,0,0,0,0 +155604,0,0,0,0,0 +155605,0,0,0,0,0 +155606,0,0,0,0,0 +155607,0,0,0,0,0 +155608,0,0,0,0,0 +155609,0,0,0,0,0 +155610,0,0,0,0,0 +155611,0,0,0,0,0 +155612,0,0,0,0,0 +155613,0,0,0,0,0 +155614,0,0,0,0,0 +155615,0,0,0,0,0 +155616,0,0,0,0,0 +155617,0,0,0,0,0 +155618,0,0,0,0,0 +155619,0,0,0,0,0 +155620,0,0,0,0,0 +155621,0,0,0,0,0 +155622,0,0,0,0,0 +155623,0,0,0,0,0 +155624,0,0,0,0,0 +155625,0,0,0,0,0 +155626,0,0,0,0,0 +155627,0,0,0,0,0 +155628,0,0,0,0,0 +155629,0,0,0,0,0 +155630,0,0,0,0,0 +155631,0,0,0,0,0 +155632,0,0,0,0,0 +155633,0,0,0,0,0 +155634,0,0,0,0,0 +155635,0,0,0,0,0 +155636,0,0,0,0,0 +155637,0,0,0,0,0 +155638,0,0,0,0,0 +155639,0,0,0,0,0 +155640,0,0,0,0,0 +155641,0,0,0,0,0 +155642,0,0,0,0,0 +155643,0,0,0,0,0 +155644,0,0,0,0,0 +155645,0,0,0,0,0 +155646,0,0,0,0,0 +155647,0,0,0,0,0 +155648,0,0,0,0,0 +155649,0,0,0,0,0 +155650,0,0,0,0,0 +155651,0,0,0,0,0 +155652,0,0,0,0,0 +155653,0,0,0,0,0 +155654,0,0,0,0,0 +155655,0,0,0,0,0 +155656,0,0,0,0,0 +155657,0,0,0,0,0 +155658,0,0,0,0,0 +155659,0,0,0,0,0 +155660,0,0,0,0,0 +155661,0,0,0,0,0 +155662,0,0,0,0,0 +155663,0,0,0,0,0 +155664,0,0,0,0,0 +155665,0,0,0,0,0 +155666,0,0,0,0,0 +155667,0,0,0,0,0 +155668,0,0,0,0,0 +155669,0,0,0,0,0 +155670,0,0,0,0,0 +155671,0,0,0,0,0 +155672,0,0,0,0,0 +155673,0,0,0,0,0 +155674,0,0,0,0,0 +155675,0,0,0,0,0 +155676,0,0,0,0,0 +155677,0,0,0,0,0 +155678,0,0,0,0,0 +155679,0,0,0,0,0 +155680,0,0,0,0,0 +155681,0,0,0,0,0 +155682,0,0,0,0,0 +155683,0,0,0,0,0 +155684,0,0,0,0,0 +155685,0,0,0,0,0 +155686,0,0,0,0,0 +155687,0,0,0,0,0 +155688,0,0,0,0,0 +155689,0,0,0,0,0 +155690,0,0,0,0,0 +155691,0,0,0,0,0 +155692,0,0,0,0,0 +155693,0,0,0,0,0 +155694,0,0,0,0,0 +155695,0,0,0,0,0 +155696,0,0,0,0,0 +155697,0,0,0,0,0 +155698,0,0,0,0,0 +155699,0,0,0,0,0 +155700,0,0,0,0,0 +155701,0,0,0,0,0 +155702,0,0,0,0,0 +155703,0,0,0,0,0 +155704,0,0,0,0,0 +155705,0,0,0,0,0 +155706,0,0,0,0,0 +155707,0,0,0,0,0 +155708,0,0,0,0,0 +155709,0,0,0,0,0 +155710,0,0,0,0,0 +155711,0,0,0,0,0 +155712,0,0,0,0,0 +155713,0,0,0,0,0 +155714,0,0,0,0,0 +155715,0,0,0,0,0 +155716,0,0,0,0,0 +155717,0,0,0,0,0 +155718,0,0,0,0,0 +155719,0,0,0,0,0 +155720,0,0,0,0,0 +155721,0,0,0,0,0 +155722,0,0,0,0,0 +155723,0,0,0,0,0 +155724,0,0,0,0,0 +155725,0,0,0,0,0 +155726,0,0,0,0,0 +155727,0,0,0,0,0 +155728,0,0,0,0,0 +155729,0,0,0,0,0 +155730,0,0,0,0,0 +155731,0,0,0,0,0 +155732,0,0,0,0,0 +155733,0,0,0,0,0 +155734,0,0,0,0,0 +155735,0,0,0,0,0 +155736,0,0,0,0,0 +155737,0,0,0,0,0 +155738,0,0,0,0,0 +155739,0,0,0,0,0 +155740,0,0,0,0,0 +155741,0,0,0,0,0 +155742,0,0,0,0,0 +155743,0,0,0,0,0 +155744,0,0,0,0,0 +155745,0,0,0,0,0 +155746,0,0,0,0,0 +155747,0,0,0,0,0 +155748,0,0,0,0,0 +155749,0,0,0,0,0 +155750,0,0,0,0,0 +155751,0,0,0,0,0 +155752,0,0,0,0,0 +155753,0,0,0,0,0 +155754,0,0,0,0,0 +155755,0,0,0,0,0 +155756,0,0,0,0,0 +155757,0,0,0,0,0 +155758,0,0,0,0,0 +155759,0,0,0,0,0 +155760,0,0,0,0,0 +155761,0,0,0,0,0 +155762,0,0,0,0,0 +155763,0,0,0,0,0 +155764,0,0,0,0,0 +155765,0,0,0,0,0 +155766,0,0,0,0,0 +155767,0,0,0,0,0 +155768,0,0,0,0,0 +155769,0,0,0,0,0 +155770,0,0,0,0,0 +155771,0,0,0,0,0 +155772,0,0,0,0,0 +155773,0,0,0,0,0 +155774,0,0,0,0,0 +155775,0,0,0,0,0 +155776,0,0,0,0,0 +155777,0,0,0,0,0 +155778,0,0,0,0,0 +155779,0,0,0,0,0 +155780,0,0,0,0,0 +155781,0,0,0,0,0 +155782,0,0,0,0,0 +155783,0,0,0,0,0 +155784,0,0,0,0,0 +155785,0,0,0,0,0 +155786,0,0,0,0,0 +155787,0,0,0,0,0 +155788,0,0,0,0,0 +155789,0,0,0,0,0 +155790,0,0,0,0,0 +155791,0,0,0,0,0 +155792,0,0,0,0,0 +155793,0,0,0,0,0 +155794,0,0,0,0,0 +155795,0,0,0,0,0 +155796,0,0,0,0,0 +155797,0,0,0,0,0 +155798,0,0,0,0,0 +155799,0,0,0,0,0 +155800,0,0,0,0,0 +155801,0,0,0,0,0 +155802,0,0,0,0,0 +155803,0,0,0,0,0 +155804,0,0,0,0,0 +155805,0,0,0,0,0 +155806,0,0,0,0,0 +155807,0,0,0,0,0 +155808,0,0,0,0,0 +155809,0,0,0,0,0 +155810,0,0,0,0,0 +155811,0,0,0,0,0 +155812,0,0,0,0,0 +155813,0,0,0,0,0 +155814,0,0,0,0,0 +155815,0,0,0,0,0 +155816,0,0,0,0,0 +155817,0,0,0,0,0 +155818,0,0,0,0,0 +155819,0,0,0,0,0 +155820,0,0,0,0,0 +155821,0,0,0,0,0 +155822,0,0,0,0,0 +155823,0,0,0,0,0 +155824,0,0,0,0,0 +155825,0,0,0,0,0 +155826,0,0,0,0,0 +155827,0,0,0,0,0 +155828,0,0,0,0,0 +155829,0,0,0,0,0 +155830,0,0,0,0,0 +155831,0,0,0,0,0 +155832,0,0,0,0,0 +155833,0,0,0,0,0 +155834,0,0,0,0,0 +155835,0,0,0,0,0 +155836,0,0,0,0,0 +155837,0,0,0,0,0 +155838,0,0,0,0,0 +155839,0,0,0,0,0 +155840,0,0,0,0,0 +155841,0,0,0,0,0 +155842,0,0,0,0,0 +155843,0,0,0,0,0 +155844,0,0,0,0,0 +155845,0,0,0,0,0 +155846,0,0,0,0,0 +155847,0,0,0,0,0 +155848,0,0,0,0,0 +155849,0,0,0,0,0 +155850,0,0,0,0,0 +155851,0,0,0,0,0 +155852,0,0,0,0,0 +155853,0,0,0,0,0 +155854,0,0,0,0,0 +155855,0,0,0,0,0 +155856,0,0,0,0,0 +155857,0,0,0,0,0 +155858,0,0,0,0,0 +155859,0,0,0,0,0 +155860,0,0,0,0,0 +155861,0,0,0,0,0 +155862,0,0,0,0,0 +155863,0,0,0,0,0 +155864,0,0,0,0,0 +155865,0,0,0,0,0 +155866,0,0,0,0,0 +155867,0,0,0,0,0 +155868,0,0,0,0,0 +155869,0,0,0,0,0 +155870,0,0,0,0,0 +155871,0,0,0,0,0 +155872,0,0,0,0,0 +155873,0,0,0,0,0 +155874,0,0,0,0,0 +155875,0,0,0,0,0 +155876,0,0,0,0,0 +155877,0,0,0,0,0 +155878,0,0,0,0,0 +155879,0,0,0,0,0 +155880,0,0,0,0,0 +155881,0,0,0,0,0 +155882,0,0,0,0,0 +155883,0,0,0,0,0 +155884,0,0,0,0,0 +155885,0,0,0,0,0 +155886,0,0,0,0,0 +155887,0,0,0,0,0 +155888,0,0,0,0,0 +155889,0,0,0,0,0 +155890,0,0,0,0,0 +155891,0,0,0,0,0 +155892,0,0,0,0,0 +155893,0,0,0,0,0 +155894,0,0,0,0,0 +155895,0,0,0,0,0 +155896,0,0,0,0,0 +155897,0,0,0,0,0 +155898,0,0,0,0,0 +155899,0,0,0,0,0 +155900,0,0,0,0,0 +155901,0,0,0,0,0 +155902,0,0,0,0,0 +155903,0,0,0,0,0 +155904,0,0,0,0,0 +155905,0,0,0,0,0 +155906,0,0,0,0,0 +155907,0,0,0,0,0 +155908,0,0,0,0,0 +155909,0,0,0,0,0 +155910,0,0,0,0,0 +155911,0,0,0,0,0 +155912,0,0,0,0,0 +155913,0,0,0,0,0 +155914,0,0,0,0,0 +155915,0,0,0,0,0 +155916,0,0,0,0,0 +155917,0,0,0,0,0 +155918,0,0,0,0,0 +155919,0,0,0,0,0 +155920,0,0,0,0,0 +155921,0,0,0,0,0 +155922,0,0,0,0,0 +155923,0,0,0,0,0 +155924,0,0,0,0,0 +155925,0,0,0,0,0 +155926,0,0,0,0,0 +155927,0,0,0,0,0 +155928,0,0,0,0,0 +155929,0,0,0,0,0 +155930,0,0,0,0,0 +155931,0,0,0,0,0 +155932,0,0,0,0,0 +155933,0,0,0,0,0 +155934,0,0,0,0,0 +155935,0,0,0,0,0 +155936,0,0,0,0,0 +155937,0,0,0,0,0 +155938,0,0,0,0,0 +155939,0,0,0,0,0 +155940,0,0,0,0,0 +155941,-1533.257175,211.2704381,396.659374,-722.9008128,-712.892087 +155942,-1506.642391,206.2104736,384.7596349,-529.1030995,-617.7096709 +155943,16.71171301,199.0616425,368.9296433,102.9927926,-530.104515 +155944,-134.6643591,191.9366958,352.9629975,60.12079078,-469.1973801 +155945,-377.1317623,185.7199197,338.5036198,-228.1211831,125.4843667 +155946,-233.0584043,180.4871865,325.7499636,-51.7354051,-253.7275906 +155947,-222.2206156,176.0476294,314.4049308,-77.90733307,-134.6505927 +155948,-215.9857553,172.2083982,304.1486002,-75.51329561,-131.7468774 +155949,-207.82969,168.8375341,294.7567921,-71.83179157,-128.9046188 +155950,-202.3910729,165.8508528,286.0835814,-69.07173998,-128.2244311 +155951,-195.0490726,163.8074461,279.3842139,-65.95222951,-125.1601373 +155952,-188.7373176,165.8138886,281.5188015,-62.54533605,-124.8366938 +155953,-182.1774328,167.9743353,283.934265,-60.01953963,-121.9912298 +155954,-174.8178947,170.2197721,286.4857712,-56.40701324,-121.1619408 +155955,-169.6154494,172.5271295,289.1241019,-53.70916579,-118.9742327 +155956,-161.8799466,174.8918383,291.8393361,-50.68601329,-116.5760764 +155957,-156.5791596,177.4771848,294.9910033,-47.42754525,-115.6849272 +155958,-149.0734541,179.9716121,297.8945676,-44.50361325,-112.8423819 +155959,-142.6271626,182.5155002,300.8593417,-41.39641837,-111.0266135 +155960,-136.6637153,185.1073066,303.8823313,-38.49036743,-109.0692737 +155961,-129.9838872,187.7448999,306.959209,-35.15250848,-106.3653471 +155962,-123.1958791,190.4268022,310.0861785,-32.40906734,-104.7533757 +155963,-116.9171235,193.1505711,313.2583174,-29.11078345,-102.404297 +155964,-110.5489451,195.9137699,316.4707979,-26.15852459,-99.93447681 +155965,-104.0943306,198.7143856,319.7194674,-23.17017737,-97.35560658 +155966,-96.95371053,201.5507814,323.0007864,-20.14639907,-95.93501557 +155967,-90.96358999,204.4215891,326.3117008,-16.83202449,-92.51575459 +155968,-84.29651431,207.3255855,329.6494422,-14.00727628,-90.91150422 +155969,-77.86901996,210.2616585,333.011481,-10.76615577,-87.9403993 +155970,-71.07511331,213.228767,336.3954472,-7.758355531,-85.52679647 +155971,-65.14507177,216.2259459,339.7991403,-4.855490537,-82.38811786 +155972,-58.24383429,219.2219597,343.1776904,-1.799392732,-81.13260349 +155973,-52.83410745,222.1970132,346.5025747,1.0168118,-77.18306084 +155974,-45.83909637,225.1462115,349.7666648,3.983603466,-75.13682104 +155975,-40.34207252,228.072118,352.9735876,6.969268704,-72.3685714 +155976,-33.26263945,230.9790162,356.1294929,9.841154772,-69.53544031 +155977,-27.69185486,233.8706353,359.2398019,12.72981552,-67.30955775 +155978,-21.15801214,236.7497805,362.3086527,15.76560281,-63.68255024 +155979,-15.20688116,239.6185856,365.3392552,18.55365498,-61.3487328 +155980,-8.603917193,242.4787518,368.3342114,21.48762078,-58.28920062 +155981,-2.592203625,245.3316933,371.2957226,24.4356219,-55.17890001 +155982,3.757210468,248.1785875,374.2256473,27.39572089,-52.70486729 +155983,10.13304644,251.0204206,377.1255729,30.36650759,-49.49935485 +155984,16.06789261,253.8579969,379.9968153,33.08489868,-46.9345305 +155985,22.65004188,256.6919762,382.8404795,36.07920212,-43.63629646 +155986,28.78831039,259.5228853,385.6574681,39.2154978,-40.29767302 +155987,35.10306822,262.3511478,388.4485291,41.83197981,-37.96596831 +155988,41.43835421,265.1770892,391.2142563,44.98593128,-34.20353312 +155989,47.63727156,268.0009631,393.9551351,47.62113932,-31.80200921 +155990,54.16627308,348.8546599,396.6715371,50.92556628,-28.314916 +155991,60.24431393,380.7176886,399.3637561,53.57540505,-25.14549508 +155992,66.80711319,369.1220828,402.0319957,56.62903962,-22.65108293 +155993,72.91752186,392.7144709,404.6763828,59.03083471,-18.71080535 +155994,79.51127731,405.6916764,407.2969224,59.07712444,-16.5135645 +155995,85.65010223,418.6844138,409.8935613,59.18652507,-12.51351129 +155996,92.11521202,431.1325614,412.4662129,59.38025771,-9.91233684 +155997,98.59287845,443.7596572,415.0147997,59.65493834,-6.574442059 +155998,104.7690873,455.973682,417.5392359,59.99814928,-3.569025826 +155999,111.4262745,468.3650161,420.0394405,60.39756125,-0.182377149 +156000,117.6244642,480.3111011,422.5153097,60.84354028,2.865902065 +156001,130.8408884,917.5755065,424.8077964,61.25665674,237.7594369 +156002,149.8909216,942.4129461,445.2990292,70.60290281,271.7538746 +156003,179.0152825,962.9811194,475.3044896,84.48538471,321.1785838 +156004,208.7979676,981.9027531,505.7810862,98.42411259,371.3687346 +156005,235.1972336,999.8159756,532.859199,110.55615,416.6602593 +156006,257.7123879,1017.066336,556.0712479,120.7177191,456.4616854 +156007,277.0519426,1033.851311,576.1098448,129.307243,491.7213744 +156008,293.9782438,1055.447796,989.8076533,136.7286196,523.3852822 +156009,309.0184128,1075.589681,1157.499447,143.2576433,552.0766907 +156010,322.5121651,1095.531182,1016.712863,149.0707972,578.1936022 +156011,334.6993386,1115.233877,1109.160603,154.2912545,602.0278959 +156012,345.7720266,1134.598585,1132.532688,159.0159718,623.827968 +156013,355.8945505,1153.759222,1154.109261,163.3262602,643.8185785 +156014,365.2088017,1172.641631,1175.032565,167.290909,661.6629526 +156015,373.8359505,1191.429459,1195.206025,170.9674407,677.701266 +156016,381.8783812,1209.918757,1214.865215,174.4034208,692.3187074 +156017,389.4220753,1227.730977,1233.938131,177.6379251,705.7839074 +156018,396.5391478,1246.607742,1252.484625,180.7030103,718.2700543 +156019,403.2901402,1264.152193,1270.522587,183.6250009,729.901171 +156020,409.725944,1282.079548,1288.072114,186.4255449,740.7791228 +156021,415.8893949,1299.646611,1305.150784,189.1224706,750.9933332 +156022,421.8165656,1317.087228,1321.734079,191.7304685,760.6228142 +156023,427.5378751,1334.293472,1337.976034,194.2616626,769.736687 +156024,433.0789792,1351.53593,1353.317473,196.7260607,778.3947654 +156025,438.4615562,1368.295849,1368.98354,199.131943,786.6487163 +156026,443.703927,1385.152931,1383.828333,201.4861618,794.5430725 +156027,448.821618,1401.875202,1398.23373,203.7944081,802.1163983 +156028,453.8277874,1418.174075,1412.652633,206.0614089,809.4020306 +156029,458.7336304,1434.636346,1426.183481,208.291111,816.428962 +156030,463.5486679,1450.761024,1439.859034,210.4868086,823.2223106 +156031,468.2810414,1466.072213,1452.073681,212.6512719,829.8040107 +156032,472.9337588,1481.043873,1464.009625,214.7848135,836.1930652 +156033,477.5102015,1496.006634,1475.595119,216.8880916,842.4061098 +156034,482.0148789,1510.420604,1486.795092,218.9624788,848.4576274 +156035,486.4526547,1524.984826,1497.820326,221.0096428,854.3604146 +156036,490.8280495,1539.162695,1508.242918,223.0311723,860.1256488 +156037,495.1450401,1553.22083,1518.62012,225.0284585,865.7632588 +156038,499.4070458,1567.096951,1528.528795,227.0026795,871.2819315 +156039,503.6170522,1580.733763,1538.181843,228.9548542,876.6894338 +156040,507.7776669,1594.435623,1547.53915,230.8858653,881.9925759 +156041,511.8912153,1607.582549,1556.558384,232.7965004,887.1974975 +156042,515.9597566,1620.95686,1565.426757,234.687456,892.309597 +156043,519.9851526,1633.944366,1573.95972,236.5593655,897.3337904 +156044,523.9690667,1646.77617,1582.09441,238.4127963,902.2744135 +156045,527.9130218,1659.696195,1590.209064,240.2482728,907.135459 +156046,531.8183921,1678.723442,1597.909546,242.0662711,911.9204614 +156047,535.6864496,1684.117418,1605.365194,243.8672376,916.6327089 +156048,539.5183543,1706.947102,1612.764243,245.6515829,921.2751233 +156049,543.315195,1706.250711,1619.671118,247.4196983,925.8504558 +156050,547.0779699,1706.393203,1626.521509,249.1719459,930.361152 +156051,550.8076281,1742.529127,1633.036579,250.9086758,934.8095472 +156052,554.5050485,1741.972349,1639.485783,252.6302158,939.1977327 +156053,558.1710813,1756.156849,1645.596857,254.3368888,943.5277554 +156054,561.8065173,1767.768181,1651.610357,256.0289981,947.8014428 +156055,565.4121211,1778.909733,1657.267083,257.7068415,952.0205752 +156056,568.9886044,1790.365328,1662.801095,259.3706985,956.1867313 +156057,572.5366626,1801.25317,1668.236906,261.0208462,960.3014767 +156058,576.0569492,1812.270215,1673.365028,262.6575472,964.3662137 +156059,579.5501052,1823.159543,1678.362277,264.2810625,968.3823487 +156060,583.0167368,1833.656307,1683.173134,265.8916407,972.3511443 +156061,586.4629385,2013.190462,2077.210506,267.4920286,976.2838736 +156062,597.0034206,2025.472005,2085.399946,272.2803963,993.6207872 +156063,1133.93446,2037.004938,2091.900927,541.6608319,1017.694504 +156064,1028.88053,2047.935802,2103.8157,438.1896397,1041.937357 +156065,1003.426793,2058.725118,2095.326985,457.5743241,1063.655368 +156066,1054.698288,2069.453741,2131.490234,474.5157029,1082.57719 +156067,1075.933646,2074.124094,2083.753768,486.0137931,1099.207328 +156068,1090.997219,2083.429148,2135.35231,494.2348731,1464.360983 +156069,1106.515463,2092.913429,2121.74108,502.0150573,1607.799452 +156070,1121.12382,2102.507242,2129.208254,509.3304934,1485.423467 +156071,1135.39198,2111.833873,2133.576524,516.5069521,1563.034813 +156072,1149.678614,2121.241188,2137.557977,523.9025341,1580.675776 +156073,1163.117491,2130.374686,2141.157649,530.838696,1597.744048 +156074,1177.353122,2139.555273,2144.898836,537.4731884,1613.764186 +156075,1190.384907,2148.465644,2148.37161,544.4450923,1630.154605 +156076,1203.808423,2157.421899,2151.618371,551.0386909,1645.476559 +156077,1216.643717,2166.102917,2154.855277,557.490211,1660.661227 +156078,1229.619493,2174.829901,2157.832748,563.8458441,1675.513332 +156079,1241.745576,2183.378887,2160.797414,570.3018284,1690.021104 +156080,1254.882476,2200.543945,2163.506233,576.4859593,1704.19479 +156081,1266.708052,2192.015397,2166.29761,582.6708271,1718.153205 +156082,1279.023965,2235.892623,2168.621448,588.5531181,1731.764179 +156083,1291.137916,2177.881199,2171.142543,594.5018015,1745.132809 +156084,1302.486362,2242.817837,2173.341063,600.2475148,1758.238606 +156085,1314.233583,2227.912153,2175.566711,606.1585188,1771.060687 +156086,1325.761505,2239.586284,2177.550211,611.795757,1783.73348 +156087,1336.898862,2247.402587,2179.556921,617.3210162,1796.063739 +156088,1348.171111,2254.806707,2181.325375,622.9197694,1808.288969 +156089,1359.077161,2262.260289,2183.12551,628.2621689,1820.220616 +156090,1369.724765,2269.350389,2184.692605,633.7085919,1831.933048 +156091,1380.575884,2276.002736,2185.926738,638.6234042,1843.538338 +156092,1390.984736,2282.613947,2187.025368,644.1171763,1854.821435 +156093,1400.985508,2288.84892,2188.017361,648.9125823,1865.619275 +156094,1411.411556,2295.016632,2188.91317,653.9875716,1877.248021 +156095,1421.080901,2301.126193,2189.719521,658.7860787,1887.657322 +156096,1431.249155,2306.825807,2190.441815,663.6867765,1898.443543 +156097,1440.667413,2312.614244,2191.084754,668.349905,1908.880024 +156098,1450.594021,2318.170503,2191.65321,673.1180348,1914.190049 +156099,1459.77588,2323.603901,2192.15209,677.6538412,1922.359068 +156100,1469.428134,2328.900271,2192.585053,682.188205,1929.23042 +156101,1478.501809,2334.060889,2192.956128,686.7926279,1936.415836 +156102,1487.831197,2339.08707,2193.269507,691.1508962,1943.519887 +156103,1484.060925,2338.275465,2180.835675,689.5280395,1927.431307 +156104,1449.739952,2322.276334,2137.430983,674.4974134,1856.126797 +156105,1541.160346,2362.251241,2220.159795,715.9558643,2017.24047 +156106,1508.527645,2349.958828,2179.228601,701.2296463,1945.987525 +156107,1526.767697,2358.981608,2189.138912,709.9584706,1970.168124 +156108,1534.930034,2363.325467,2188.300811,713.4659634,1976.210437 +156109,1543.965635,2365.117995,2189.361908,718.3722361,1983.179719 +156110,1551.017028,2370.919754,2193.762276,721.7962124,1988.76378 +156111,1561.112128,2374.943767,2181.104759,726.1444937,1995.666148 +156112,1568.014953,2391.421021,2192.168227,729.8109836,2000.873116 +156113,1576.341345,2386.743461,2197.91378,733.6660087,2013.835226 +156114,1585.179667,2378.40516,2185.091491,737.8326724,2014.820812 +156115,1592.497022,2395.464403,2195.160228,741.3776926,2005.927004 +156116,1600.039889,2391.728598,2186.096289,745.00378,2031.624157 +156117,1608.484224,2396.340659,2189.762627,748.8351127,2028.382938 +156118,1615.813226,2398.981335,2188.749506,752.5599137,2035.613164 +156119,1623.665919,2401.799001,2188.685215,756.1695575,2041.188464 +156120,1631.256974,2410.549628,2188.048026,759.6874475,2046.50622 +156121,1735.695864,2453.972954,2290.893873,807.3230598,2224.430537 +156122,1525.047234,2357.36202,2049.070988,712.3666854,1829.318691 +156123,1809.001857,2483.584441,2368.96612,840.1120095,2348.683229 +156124,1528.757294,2357.657715,2032.039176,714.9594498,1816.058412 +156125,1827.08371,2491.424397,2372.042729,848.4300018,2364.500654 +156126,1540.687538,2358.712802,2026.663021,720.6725145,1821.84823 +156127,1845.295985,2498.345582,2380.790599,856.965085,2380.551277 +156128,1552.869889,2360.74365,2023.123061,726.5095936,1827.828494 +156129,1862.767284,2503.967719,2384.79603,865.1932988,2395.773252 +156130,1564.879485,2362.844799,2022.064603,732.1746681,1833.799113 +156131,1879.984774,2508.6484,2388.025693,873.2180055,2410.629817 +156132,1576.704449,2364.694748,2021.894033,737.8701024,1839.285673 +156133,1896.771108,2512.822937,2391.271638,880.972225,2435.397616 +156134,1588.467703,2366.450676,2021.87459,743.4989388,1829.269628 +156135,1913.064183,2516.077332,2394.528082,888.6548264,2446.737944 +156136,1599.948043,2367.575107,2022.195771,748.8216911,1848.288868 +156137,1929.349956,2519.253909,2398.009068,896.2416459,2453.31324 +156138,1611.16996,2368.557927,2023.877667,754.1970626,1854.705333 +156139,1945.319271,2521.422949,2400.563446,903.6649658,2467.042528 +156140,1622.232129,2369.012343,2037.209038,759.3092943,1859.429586 +156141,1961.201914,2523.286465,2390.935334,910.9892195,2480.676612 +156142,1633.136189,2369.10341,2033.606277,764.4042973,1863.840926 +156143,1977.15256,2525.033708,2416.063966,918.2496923,2494.08621 +156144,1644.289724,2369.077019,2025.408132,769.4703005,1868.5278 +156145,1992.475623,2525.653924,2423.476331,925.2271745,2506.797814 +156146,1654.829388,2368.257665,2029.757705,774.2945121,1872.523673 +156147,2008.124284,2526.548757,2428.432327,932.2049613,2519.866 +156148,1665.39717,2366.873417,2033.750819,779.0715212,1876.487751 +156149,2023.196209,2526.845181,2437.262317,939.0744639,2532.484296 +156150,1676.021466,2365.087825,2031.65378,783.8008005,1884.795183 +156151,2037.73007,2526.591375,2443.761232,945.6917852,2538.194616 +156152,1685.444559,2361.456688,2050.081984,787.6122051,1897.858059 +156153,2063.621681,2526.684137,2431.290885,953.267112,2540.51271 +156154,1679.945369,2358.405979,2048.606344,791.7254282,1895.015978 +156155,2101.361509,2524.392001,2449.549212,959.4464184,2568.285413 +156156,1663.9434,2355.518127,2041.50277,796.1234086,1908.505246 +156157,2100.518436,2521.93158,2462.098791,965.7710753,2571.228021 +156158,1710.317608,2351.568257,2039.019487,800.4011379,1894.328717 +156159,2095.452837,2519.427873,2471.582392,971.8416287,2583.850333 +156160,1723.190357,2346.124189,2040.63785,804.3028203,1903.421455 +156161,2110.155687,2517.503901,2472.682576,978.2928708,2604.184071 +156162,1732.068872,2340.493957,2045.19378,808.1244309,1899.20125 +156163,2123.82315,2514.449534,2478.174695,984.3607085,2629.238037 +156164,1740.840945,2334.774078,2058.713282,811.8993939,1885.011685 +156165,2137.753524,2510.824886,2469.906215,990.4204575,2637.874447 +156166,1749.27719,2327.864707,2068.90405,815.5557222,1902.531116 +156167,2151.65624,2507.722298,2471.247773,996.5504481,2641.883751 +156168,1757.438066,2321.144914,2069.672452,819.0233523,1906.335078 +156169,2165.240218,2503.03788,2470.84195,1002.466958,2670.823908 +156170,1766.33598,2314.789215,2081.490289,822.8558725,1882.295853 +156171,2177.960786,2497.573866,2469.985126,1007.932769,2677.218294 +156172,1774.385999,2307.183718,2085.440423,826.2677744,1908.330367 +156173,2191.671321,2492.833494,2469.009624,1013.972905,2675.866998 +156174,1782.027141,2298.427575,2095.434423,829.470563,1912.504662 +156175,2205.136528,2488.140424,2465.195813,1019.781816,2693.116362 +156176,1789.73503,2290.077947,2105.930267,832.6533989,1905.990172 +156177,2218.272559,2481.871736,2461.655494,1025.562344,2716.453249 +156178,1797.784351,2281.753201,2115.67627,835.9927878,1894.412877 +156179,2230.880481,2475.338418,2459.294684,1030.89891,2733.357696 +156180,1805.306997,2272.803581,2124.269583,839.2893207,1894.763837 +156181,2126.067763,2417.26883,2377.715899,983.0514911,2518.139578 +156182,1696.713651,2201.309945,1954.348761,789.8211272,1704.911153 +156183,2128.346547,2409.331352,2405.426842,983.7288366,2509.044114 +156184,1702.416052,2183.987636,1937.236621,792.0891845,1706.895325 +156185,2139.530318,2413.295712,2419.722741,988.4879893,2516.929265 +156186,1706.620379,2165.489108,1932.499206,793.6206625,1706.074984 +156187,2149.17997,2406.615891,2422.802338,992.5572657,2523.930577 +156188,1711.86566,2153.069953,1931.585176,795.7379814,1706.387917 +156189,2159.05608,2398.119698,2425.952069,996.6601344,2531.128681 +156190,1717.775625,2144.869749,1931.647204,798.0760927,1707.144432 +156191,2167.8814,2383.259858,2427.906133,1000.378966,2537.819427 +156192,1723.52835,2131.454558,1931.846171,800.3865235,1707.889505 +156193,2177.352412,2378.158875,2434.851376,1004.404132,2545.154286 +156194,1729.335519,2116.906636,1925.879278,802.5579528,1708.516139 +156195,2186.606936,2368.088262,2439.272919,1008.243075,2552.157804 +156196,1735.106071,2104.591149,1927.114107,804.9204545,1709.372608 +156197,2195.685511,2357.289188,2440.912756,1012.022553,2569.578842 +156198,1741.208155,2102.679068,1928.329748,807.3344516,1694.618735 +156199,2204.372264,2331.076576,2442.541359,1015.632526,2573.480596 +156200,1747.014154,2090.791078,1929.652916,809.6204926,1709.806978 +156201,2213.574245,2326.776121,2444.110134,1019.48268,2572.983383 +156202,1752.429239,2068.660778,1931.404246,811.7211754,1712.129928 +156203,2222.883403,2322.847274,2450.136054,1023.385278,2580.255719 +156204,1758.051008,2052.035348,1926.681055,813.9611441,1712.87336 +156205,2231.719495,2311.457802,2454.010162,1026.957187,2587.223988 +156206,1763.725368,2038.198525,1928.991793,816.2923493,1713.768654 +156207,2240.61322,2299.396726,2455.406632,1030.675651,2594.195167 +156208,1769.267249,2024.264515,1930.558122,818.3968851,1714.600562 +156209,2249.482307,2286.626085,2461.4835,1034.411744,2601.171683 +156210,1774.81324,2010.290173,1926.318637,820.5684769,1715.503334 +156211,2258.241478,2277.014224,2464.68328,1038.010411,2608.076878 +156212,1780.428135,1991.204858,1930.016436,822.8582537,1716.52554 +156213,2266.218657,2243.206461,2465.97487,1041.25314,2614.58266 +156214,1784.869926,2028.295174,1929.073931,824.4829194,1716.696768 +156215,2276.222544,2184.99801,2471.908964,1045.507639,2631.498021 +156216,1789.941045,2009.859603,1928.236318,826.4925681,1703.802501 +156217,2283.657562,2206.828943,2473.661081,1048.563584,2635.381521 +156218,1795.774908,1967.327996,1930.643492,828.7525673,1717.155957 +156219,2291.664045,2193.148901,2475.419063,1051.907154,2635.464113 +156220,1800.847668,1963.109703,1931.980295,830.7236491,1719.254646 +156221,2300.048161,2172.865312,2480.997992,1055.345794,2642.309256 +156222,1805.547321,1948.427256,1928.553014,832.6496427,1719.850118 +156223,2308.411104,2179.901682,2483.260847,1058.737265,2649.153088 +156224,1810.503016,1902.064823,1932.99283,834.6270523,1720.225742 +156225,2316.159135,2174.291469,2485.360706,1061.937229,2655.701009 +156226,1815.330058,1890.0798,1932.248474,836.5106806,1720.526945 +156227,2324.347615,2139.656476,2487.574166,1065.359282,2662.117936 +156228,1819.928766,1897.573569,1937.226014,838.2942758,1720.738469 +156229,2332.376221,2113.568755,2487.448684,1068.767165,2675.743827 +156230,1824.618986,1883.325701,1942.599143,840.0114327,1710.24093 +156231,2340.215864,2098.333506,2487.193854,1072.139157,2680.405645 +156232,1828.941411,1866.067659,1946.074673,841.6829733,1720.330258 +156233,2348.611626,2083.68306,2484.490661,1075.534541,2681.367819 +156234,1834.240233,1849.52688,1943.679972,843.9921038,1723.47554 +156235,2354.796693,2075.558881,2486.262279,1077.997781,2696.976154 +156236,1840.279306,1822.559742,1957.108403,846.4368343,1708.279859 +156237,2361.064101,2054.55813,2482.597198,1080.710764,2717.348665 +156238,1846.260022,1816.501298,1960.18573,848.7402079,1697.350886 +156239,2367.20799,2034.091882,2479.645414,1083.362815,2721.285799 +156240,1851.565418,1799.638275,1968.346919,850.8954766,1706.896515 +156241,1978.249941,1854.919797,2101.972275,906.66835,1989.470087 +156242,1841.580034,1745.64461,1929.079123,845.3962375,1720.689435 +156243,1864.941591,1781.87917,1982.760413,855.5718037,1763.825557 +156244,1861.62896,1754.090582,1964.748055,853.9496619,1759.096115 +156245,1863.996848,1749.499353,1984.031276,854.8745012,1758.881388 +156246,1864.365422,1739.45286,1941.742623,854.9852322,1757.08137 +156247,1863.601727,1728.609176,1987.282,854.5146899,1754.915319 +156248,1865.341292,1720.133078,1943.694287,855.1548086,1754.406514 +156249,1865.280915,1709.657732,1970.421307,854.9935956,1752.782513 +156250,1866.000091,1700.097906,1959.357995,855.2703429,1751.912647 +156251,1866.755413,1690.772745,1960.275691,855.5223335,1751.057165 +156252,1867.520391,1680.760538,1959.349978,855.7124417,1750.211863 +156253,1868.292682,1671.421307,1958.589556,855.9950737,1749.409196 +156254,1869.111177,1661.758963,1957.823224,856.2654721,1748.695895 +156255,1869.954622,1652.213937,1957.115651,856.5565947,1748.14393 +156256,1870.92806,1642.604571,1956.37347,856.9104566,1747.536934 +156257,1871.68653,1633.198102,1955.892998,857.1695529,1747.017627 +156258,1872.152733,1623.199798,1974.176444,857.2888868,1746.173271 +156259,1874.469637,1614.939999,1926.537131,858.284137,1746.749131 +156260,1874.133355,1604.38107,1967.762759,857.9969172,1745.465121 +156261,1875.706699,1595.469301,1951.877685,858.7058173,1745.464788 +156262,1876.604995,1585.992207,1952.086261,859.0135252,1745.118974 +156263,1877.550583,1576.463657,1953.619187,859.3809428,1744.782959 +156264,1878.634255,1567.367065,1952.585183,859.8491712,1744.578199 +156265,1879.732289,1557.854459,1952.454045,860.227959,1744.403812 +156266,1880.775847,1548.730467,1952.165575,860.6707416,1744.209269 +156267,1881.792432,1539.364021,1951.950072,861.1097341,1744.077283 +156268,1883.025279,1530.361723,1951.658691,861.5565512,1743.96264 +156269,1884.027242,1541.149846,1951.570743,861.9868437,1743.836952 +156270,1885.455237,1482.980862,1951.567394,862.5430522,1743.917756 +156271,1886.08774,1531.188578,1951.10527,862.8485881,1743.690887 +156272,1887.338018,1469.710003,1951.078943,863.3578431,1743.809225 +156273,1888.295252,1494.334484,1950.8503,863.7677093,1743.789627 +156274,1889.221938,1473.228873,1950.59015,864.1581259,1743.758067 +156275,1890.385647,1466.30381,1950.581769,864.6602786,1743.859657 +156276,1891.300581,1457.306609,1950.336906,865.0465786,1743.93391 +156277,1892.382911,1448.332105,1950.269389,865.510925,1744.019043 +156278,1893.408677,1439.614792,1950.15652,866.3441125,1744.178562 +156279,1894.468546,1430.639276,1950.086014,866.2154079,1744.226092 +156280,1895.519676,1421.918002,1950.014724,866.8984963,1744.400229 +156281,1896.589361,1413.263049,1949.968011,867.3516431,1744.546625 +156282,1897.671448,1404.434087,1950.027841,867.7781717,1744.716434 +156283,1898.764201,1395.985622,1949.879514,868.241158,1744.898642 +156284,1899.873235,1387.467184,1949.853394,868.7017007,1745.095283 +156285,1900.990063,1378.910138,1949.982345,869.160274,1745.298655 +156286,1902.135018,1370.562191,1949.951126,869.6256314,1745.521179 +156287,1903.293476,1362.22077,1950.005003,870.0893896,1745.75035 +156288,1904.475511,1353.967723,1950.060481,870.5553947,1745.990746 +156289,1905.682249,1345.784589,1950.128699,871.0226521,1746.241485 +156290,1906.898981,1338.598759,1950.206356,871.4894881,1746.499165 +156291,1908.10742,1336.137485,1950.28304,871.9510032,1746.757007 +156292,1909.352868,1328.347485,1950.405849,872.4296965,1747.048329 +156293,1910.580066,1322.738858,1950.521288,872.9003119,1747.33376 +156294,1911.799392,1316.929334,1950.639465,873.3674624,1747.620733 +156295,1913.033182,1311.117818,1950.782999,873.8420535,1747.926126 +156296,1914.259313,1305.262833,1950.930227,874.3138398,1748.178171 +156297,1915.483466,1299.596705,1951.086768,874.7854774,1748.631483 +156298,1916.708305,1293.945111,1951.255554,875.2583986,1748.826577 +156299,1917.929524,1288.369079,1951.432076,875.7306383,1749.202659 +156300,1919.147936,1282.861849,1951.617695,876.2026698,1749.525306 +156301,2147.091436,1377.828654,2195.140239,978.9371662,2167.636674 +156302,2159.509121,1379.844537,2179.924868,985.1986671,2179.65847 +156303,2338.461486,1459.227171,2374.659823,1066.608371,2487.750101 +156304,1922.586528,1260.267783,1933.888736,878.4893987,1737.827696 +156305,2446.199762,1492.996783,2468.520691,1114.721619,2709.690526 +156306,1913.884463,1247.631543,1964.684045,874.7121284,1685.243923 +156307,2448.619363,1502.380143,2465.163848,1115.753141,2728.482942 +156308,1919.819545,1210.107557,1939.990268,877.3506594,1678.657558 +156309,2454.075016,1510.044574,2471.801902,1118.174559,2737.932278 +156310,1925.075527,1196.237225,1961.088011,879.6956395,1681.946189 +156311,2459.398995,1498.483206,2471.8428,1120.54115,2742.525723 +156312,1929.854176,1195.158719,1957.22996,881.8233867,1686.03834 +156313,2464.911414,1480.046708,2471.324408,1123.003201,2747.037705 +156314,1934.355687,1199.447488,1972.344116,883.8316923,1689.701686 +156315,2470.1563,1459.435758,2469.211803,1125.347296,2751.285452 +156316,1938.306607,1204.769138,1984.760428,885.5428051,1695.67397 +156317,2475.901443,1445.960385,2465.714896,1127.950467,2751.740548 +156318,1942.250831,1200.706538,1992.268574,887.5827255,1707.177778 +156319,2480.990393,1439.194197,2461.773866,1130.867687,2745.575665 +156320,1946.266623,1194.786925,1995.947033,890.5706823,1723.552822 +156321,2485.73575,1433.611864,2457.515304,1134.515596,2735.335029 +156322,1950.462898,1189.071924,2012.40218,894.0395457,1715.191545 +156323,2490.103266,1427.902119,2452.710375,1138.301904,2763.5764 +156324,1954.796866,1183.707244,2017.241832,897.8872382,1706.697178 +156325,2497.076064,1422.249457,2450.804959,1142.152088,2768.618845 +156326,1954.622357,1178.423403,2026.710329,902.2454098,1710.51896 +156327,2511.656735,1416.865295,2449.77761,1146.266823,2771.297389 +156328,1945.001238,1172.895512,2030.115384,906.5461555,1713.337856 +156329,2538.498475,1412.082406,2447.489248,1151.056992,2774.653348 +156330,1923.060473,1167.549261,2040.312595,910.9421833,1716.014787 +156331,2526.72863,1407.489516,2445.609092,1156.524381,2777.749169 +156332,1965.330561,1163.185033,2047.949147,916.5356278,1718.527253 +156333,2511.518752,1404.0198,2441.260381,1162.985818,2780.567074 +156334,1973.048749,1159.034214,2065.477872,922.5215375,1721.332399 +156335,2516.162372,1400.722494,2436.093646,1169.728701,2783.268909 +156336,1976.189295,1155.207189,2083.854536,928.8876265,1724.054877 +156337,2522.850982,1395.327928,2430.525249,1175.690683,2785.492466 +156338,1982.988701,1149.206936,2080.917061,934.7363886,1727.273077 +156339,2527.476544,1391.192601,2427.712375,1182.601414,2787.531951 +156340,1987.084233,1145.418241,2096.421828,941.8198846,1729.777201 +156341,2532.623528,1388.270043,2422.919252,1190.355738,2790.283009 +156342,1990.747136,1141.822733,2109.340401,949.2173297,1732.158023 +156343,2537.251671,1385.380649,2418.224201,1201.538558,2792.364183 +156344,1994.586227,1138.548964,2124.801825,952.0282375,1735.126873 +156345,2541.753235,1382.745029,2413.423664,1221.515341,2799.577794 +156346,1998.643252,1135.728725,2144.37293,945.8169748,1730.196067 +156347,2545.878036,1379.883876,2410.315092,1223.800771,2804.638511 +156348,2002.214014,1132.832327,2150.401199,970.9023967,1732.524278 +156349,2550.928597,1377.86402,2405.832555,1223.823031,2806.382892 +156350,2005.279346,1129.642931,2174.092149,980.7693583,1735.178125 +156351,2556.214308,1376.306557,2399.039997,1233.057745,2807.954613 +156352,2008.996911,1127.209529,2188.546237,989.4143285,1739.078497 +156353,2560.104096,1373.946839,2394.538517,1241.672843,2808.959295 +156354,2176.559424,1199.525709,2371.400069,1072.683911,2039.072055 +156355,2320.06863,1262.204227,2260.255365,1140.805905,2341.367002 +156356,2297.557781,1250.126585,2329.549878,1134.258898,2283.227412 +156357,2300.510611,1251.207946,2324.237778,1139.465269,2285.753428 +156358,2302.738486,1250.66202,2328.85008,1144.257851,2286.939315 +156359,2304.884056,1249.887041,2328.472352,1148.941935,2287.870844 +156360,2307.119518,1249.168644,2338.038802,1153.471077,2289.006712 +156361,2355.800338,1271.324126,2343.558068,1181.15576,2370.744224 +156362,2360.65139,1271.790727,2346.314475,1186.807268,2375.713534 +156363,2364.344675,1272.002866,2350.096449,1192.562961,2379.816307 +156364,2367.728571,1272.02059,2353.852348,1197.867922,2383.14547 +156365,2370.865544,1271.975854,2357.15469,1203.166104,2386.598055 +156366,2373.834613,1271.8884,2361.775283,1208.395304,2389.512756 +156367,2376.680967,1271.784419,2363.317661,1213.669265,2392.356714 +156368,2379.435019,1271.670438,2365.166219,1218.858611,2395.084561 +156369,2382.237213,1271.559545,2367.000219,1223.840667,2400.30378 +156370,2387.625489,1271.453309,2368.800754,1229.132733,2396.91924 +156371,2384.191276,1271.355274,2370.554975,1234.203696,2417.452338 +156372,2400.010016,1271.266408,2372.289047,1239.391307,2384.474593 +156373,2377.432465,1271.188362,2374.024987,1244.380014,2417.653558 +156374,2426.962921,1271.121428,2375.686904,1249.497114,2407.768197 +156375,2353.72541,1274.513828,2377.355396,1252.017458,2412.355483 +156376,2413.079394,1275.168971,2379.434847,1256.461381,2414.628123 +156377,2408.218945,1275.444333,2381.667199,1261.379675,2416.993385 +156378,2376.098265,1275.723571,2383.930858,1266.016269,2419.064608 +156379,2412.264609,1275.969203,2387.941135,1270.881005,2421.337586 +156380,2426.015668,1276.211402,2389.065213,1275.667251,2423.47361 +156381,2367.945139,1276.446507,2390.698872,1280.456498,2425.61614 +156382,2425.668569,1276.685821,2392.463209,1285.296966,2427.720592 +156383,2405.989219,1276.928735,2394.213202,1289.943406,2429.802619 +156384,2411.462274,1277.17634,2395.967698,1294.652733,2431.858728 +156385,2413.891443,1277.429893,2397.729233,1299.456974,2437.692377 +156386,2415.769562,1277.689194,2399.490996,1304.08524,2430.107058 +156387,2417.758186,1277.955063,2401.225586,1308.820432,2458.310856 +156388,2419.692979,1278.227086,2402.975443,1313.334519,2412.266208 +156389,2417.174012,1282.284807,2404.741081,1313.370891,2456.216175 +156390,2417.992598,1283.088928,2406.87292,1316.91186,2454.006275 +156391,2419.041252,1283.173263,2409.258076,1320.668217,2423.185622 +156392,2420.139531,1283.082697,2411.604969,1324.467411,2468.215081 +156393,2421.245877,1282.903161,2415.554496,1328.277305,2432.856145 +156394,2422.328009,1282.670342,2416.564626,1332.074504,2462.488444 +156395,2423.395305,1282.388403,2417.946882,1335.858363,2443.392404 +156396,2424.431219,1282.073015,2419.325205,1339.622913,2469.617679 +156397,2425.569809,1281.725891,2420.657284,1343.36635,2457.061296 +156398,2426.351901,1281.350625,2421.963621,1347.089021,2456.715902 +156399,2427.393726,1280.94974,2423.256214,1350.790564,2443.544056 +156400,2428.291899,1280.525048,2424.468605,1354.470842,2483.124243 +156401,2429.17963,1280.07839,2425.613804,1358.20765,2443.628923 +156402,2430.038106,1279.610852,2426.707099,1361.729133,2486.068682 +156403,2430.867177,1279.123841,2427.764596,1365.40264,2444.542769 +156404,2431.666253,1278.618123,2428.785692,1368.987242,2482.387167 +156405,2432.436312,1278.094979,2429.754862,1372.483947,2460.654327 +156406,2433.177164,1277.555056,2430.66284,1376.156966,2492.853402 +156407,2433.889509,1276.999316,2431.56216,1379.63563,2443.972514 +156408,2434.573345,1276.428135,2432.538855,1383.16214,2501.27223 +156409,2435.229236,1275.842725,2433.501116,1386.736579,2455.845523 +156410,2435.861627,1275.241661,2436.110982,1390.092127,2490.866249 +156411,2436.454684,1274.632336,2435.879786,1393.600977,2464.480781 +156412,2437.035023,1274.004543,2436.244121,1397.025293,2499.874789 +156413,2437.582785,1273.36732,2436.762127,1400.43943,2476.606554 +156414,2438.10634,1272.717365,2437.292442,1403.834956,2467.619161 +156415,2438.605314,1272.055713,2437.975099,1407.211366,2505.04874 +156416,2439.083821,1271.381292,2440.531239,1410.56957,2463.233124 +156417,2439.526827,1270.701167,2440.370422,1413.906258,2509.344481 +156418,2439.964066,1270.003264,2442.523362,1417.228073,2464.878327 +156419,2440.359731,1269.302917,2442.075632,1420.609399,2512.081053 +156420,2440.748319,1268.586374,2442.196358,1423.688879,2469.765641 +156421,2364.341726,1234.71188,2442.557692,1394.054561,2354.173839 +156422,2364.089574,1233.642709,2439.750955,1396.826196,2348.072199 +156423,2363.842523,1232.703041,2435.427889,1399.861892,2348.398756 +156424,2363.752341,1231.640645,2431.2401,1402.872142,2349.399029 +156425,2363.663171,1230.728888,2427.913744,1405.88686,2350.008049 +156426,2363.577185,1229.760383,2425.458061,1408.894653,2350.618854 +156427,2363.48826,1228.799822,2423.64405,1411.892325,2351.23112 +156428,2363.393512,1227.834164,2424.065455,1414.878989,2351.841748 +156429,2363.289779,1226.868094,2422.043315,1417.850377,2352.428871 +156430,2363.179158,1225.892399,2420.78271,1420.811469,2353.019808 +156431,2363.059039,1224.913571,2419.832591,1423.839809,2353.589958 +156432,2362.930219,1223.927159,2420.892748,1426.651665,2354.15193 +156433,2362.791212,1222.939382,2419.368887,1429.544494,2354.684994 +156434,2362.644757,1221.941366,2418.503558,1432.561265,2355.217811 +156435,2362.488433,1220.940005,2417.86535,1435.394585,2355.727461 +156436,2362.323727,1219.932427,2417.360621,1438.285775,2356.222531 +156437,2362.150906,1218.919397,2416.943573,1441.151792,2356.701938 +156438,2361.970384,1217.899367,2418.390936,1444.004954,2357.169469 +156439,2361.780365,1216.878259,2417.147171,1446.843061,2357.607828 +156440,2361.584316,1215.847146,2416.482593,1449.670889,2358.044755 +156441,2361.380379,1214.813118,2415.987227,1452.484687,2358.458751 +156442,2361.169678,1213.77331,2415.581804,1455.286355,2358.858319 +156443,2360.952076,1212.728522,2415.230393,1458.075803,2359.242636 +156444,2360.753968,1211.67869,2414.909883,1460.935977,2359.611219 +156445,2360.663547,1210.624041,2414.60595,1463.577127,2359.965002 +156446,2360.596433,1209.564548,2414.309804,1466.390347,2360.303568 +156447,2360.533319,1208.500422,2414.014362,1470.164317,2360.627664 +156448,2360.467884,1207.431291,2413.715352,1472.915098,2360.93717 +156449,2360.398959,1206.35675,2415.22144,1474.041945,2361.236703 +156450,2360.322859,1205.281881,2413.990001,1482.885456,2361.509084 +156451,2360.21661,1203.89684,2413.315675,1473.047721,2361.781647 +156452,2360.222853,1202.440212,2412.764024,1484.601256,2362.031583 +156453,2360.040502,1200.937145,2414.02467,1487.342251,2362.272455 +156454,2360.002998,1199.402935,2412.529995,1489.434042,2362.485938 +156455,2359.789805,1197.831113,2411.557716,1492.988784,2362.698773 +156456,2359.727012,1196.231365,2410.702266,1496.30477,2362.8901 +156457,2359.484633,1194.600025,2411.696295,1499.570521,2363.072503 +156458,2359.393719,1192.945115,2409.975352,1502.844969,2363.227346 +156459,2359.121604,1191.256866,2408.803205,1506.091055,2363.381152 +156460,2359.003653,1189.543686,2407.767822,1509.480567,2363.512473 +156461,2369.561763,1187.689134,2406.759654,1525.498539,2363.606398 +156462,2370.965738,1185.938394,2405.718877,1530.869958,2363.7553 +156463,2371.650515,1184.152088,2404.666108,1535.475118,2363.864847 +156464,2372.007874,1182.339796,2403.619248,1540.041533,2363.956739 +156465,2372.221055,1180.564215,2404.379918,1544.328248,2364.036891 +156466,2372.879702,1178.609996,2402.405955,1548.636731,2364.090218 +156467,2372.821299,1176.764235,2400.97304,1552.910126,2364.144567 +156468,2372.99485,1174.84098,2399.675751,1557.251666,2364.180603 +156469,2373.194347,1172.901698,2398.43752,1561.366303,2364.207594 +156470,2373.292911,1170.937604,2397.224581,1565.673057,2364.223553 +156471,2373.34847,1168.948669,2396.015827,1569.902136,2364.228737 +156472,2373.243847,1166.870465,2396.604412,1574.148387,2364.226405 +156473,2373.547095,1164.926615,2394.450472,1578.391378,2364.200396 +156474,2373.22508,1162.816623,2392.830466,1582.646475,2364.175255 +156475,2373.261794,1160.737806,2391.341219,1586.993452,2364.130842 +156476,2373.140207,1158.623846,2389.907963,1591.122563,2364.074666 +156477,2373.007509,1156.484678,2388.490929,1601.711132,2364.005114 +156478,2372.846838,1154.382018,2387.088764,1590.531968,2363.921652 +156479,2372.65807,1152.101775,2385.685277,1608.356779,2363.824052 +156480,2372.441351,1149.92996,2384.253316,1607.420029,2363.712036 +156481,2218.990939,1081.498076,2384.751777,1546.367083,2077.470654 +156482,2217.917525,1078.768055,2376.448758,1550.370327,2076.007599 +156483,2217.102727,1076.217667,2367.317131,1554.461991,2074.746277 +156484,2216.494653,1073.722471,2286.536856,1558.728398,2073.729393 +156485,2045.313879,993.3933274,2039.434396,1483.025874,1770.292911 +156486,2470.456431,1183.722244,2333.564891,1688.892776,2548.418411 +156487,2092.468791,1011.194954,2335.338051,1512.604575,1827.785656 +156488,2251.962099,1076.291423,2215.724336,1610.2141,2127.734395 +156489,2227.578278,1062.506398,2215.420604,1604.681821,2068.381112 +156490,2227.860606,1059.732799,2236.779466,1613.394655,2068.884897 +156491,2227.924375,1057.361303,2216.796099,1621.696501,2068.180299 +156492,2228.249503,1054.8062,2216.683396,1643.773217,2067.298909 +156493,2228.372601,1052.286567,2210.133639,1619.366529,2066.59289 +156494,2228.466046,1049.727847,2205.096098,1660.025098,2065.829353 +156495,2228.508512,1047.149018,2200.196338,1644.236241,2065.081578 +156496,2228.508817,1044.545928,2195.12055,1666.158149,2064.34079 +156497,2228.467277,1041.919474,2190.152484,1676.729084,2063.605454 +156498,2228.387253,1039.267384,2184.931855,1674.482458,2062.875637 +156499,2228.140652,1036.597317,2179.427674,1695.456381,2062.06831 +156500,2228.162937,1033.896499,2174.425768,1691.657797,2061.465731 +156501,2227.994112,1031.174412,2169.252822,1707.335525,2060.76388 +156502,2227.583927,1028.427114,2158.789611,1711.179609,2059.932311 +156503,2227.390867,1025.708785,2165.315242,1720.83858,2059.272974 +156504,2227.041517,1022.832798,2145.817235,1728.53421,2058.53708 +156505,2226.676102,1020.047708,2149.289452,1736.764561,2057.817648 +156506,2226.264491,1017.191509,2141.986466,1744.929877,2057.095179 +156507,2225.81033,1014.317604,2135.845298,1752.915839,2056.371255 +156508,2225.730984,1011.417798,2130.847441,1761.298922,2055.644942 +156509,2226.857554,1008.491709,2124.855284,1769.248098,2054.916191 +156510,2228.234054,1005.539399,2119.446343,1777.603549,2054.185251 +156511,2228.966466,1002.9658,2114.37204,1782.684178,2053.451666 +156512,2229.633401,1000.462669,2109.79172,1792.089657,2052.715844 +156513,2230.280333,997.9895504,2105.319815,1784.484298,2051.976879 +156514,2230.915843,995.5366122,2100.615413,1802.907402,2051.234923 +156515,2231.536406,993.0983532,2096.19782,1796.496808,2050.489848 +156516,2232.141955,990.6731065,2091.687653,1802.808056,2049.741304 +156517,2232.728133,988.2590055,2082.67364,1805.589638,2048.989702 +156518,2233.295733,985.8548862,2089.496181,1808.425584,2048.235398 +156519,2233.83528,983.460948,2070.987399,1810.985873,2047.478125 +156520,2234.345388,981.0762014,2076.318171,1813.406647,2046.718126 +156521,2234.823689,978.7533207,2069.168975,1815.588225,2045.955794 +156522,2235.267839,976.3076146,2064.791579,1817.629346,2045.190795 +156523,2235.674763,973.9856213,2060.672937,1819.356617,2044.423299 +156524,2236.04048,971.6258922,2056.388514,1821.122427,2043.653387 +156525,2236.366266,969.2816669,2052.017324,1822.52082,2042.880947 +156526,2236.64854,966.9448779,2047.779249,1823.816793,2042.106034 +156527,2236.885133,964.5625706,2043.593405,1824.947694,2041.328603 +156528,2237.075473,962.3168218,2039.12385,1825.882844,2040.548615 +156529,2237.213901,959.9638202,2034.95705,1826.652363,2039.765991 +156530,2237.301624,957.6622741,2030.720406,1827.143691,2038.980663 +156531,2237.335385,955.3592647,2026.431037,1827.760466,2038.192517 +156532,2237.206989,953.114509,2022.236006,1827.924216,2037.40146 +156533,2237.199438,950.7473952,2018.094736,1828.109278,2036.607338 +156534,2236.978718,948.4992211,2013.728265,1828.13431,2035.810054 +156535,2236.854968,946.2123935,2009.525347,1827.890481,2035.009456 +156536,2236.507847,943.9390367,2005.387115,1827.559561,2034.205386 +156537,2236.263005,941.6713929,2001.154803,1827.090348,2033.397713 +156538,2235.782572,939.4092793,1996.928283,1826.4677,2032.586256 +156539,2235.533639,937.1525823,1992.789469,1825.606527,2031.770872 +156540,2234.725356,934.9011969,1988.71091,1824.808283,2031.033522 +156541,1663.453695,932.6152716,777.4344458,1331.710297,1858.87314 +156542,1794.489428,1061.518754,848.8004019,1449.803214,1986.045998 +156543,1950.369422,1063.131149,938.6554564,1589.668506,2133.423418 +156544,2085.235949,1061.029014,1021.050229,1704.55591,2261.324805 +156545,2167.153151,1059.988358,1078.320859,1767.08254,2337.888647 +156546,2202.16739,1057.991349,1112.005193,1786.015621,2369.981613 +156547,2217.247605,1055.706585,1134.333842,1787.759326,2384.055033 +156548,2224.366641,1053.821642,1150.846023,1784.67586,2390.798099 +156549,2228.535964,1051.665572,1164.050146,1781.499482,2394.842762 +156550,2231.567988,1049.551911,1175.049125,1779.315912,2397.844292 +156551,2234.006154,1047.356407,1184.357292,1777.936765,2400.342735 +156552,2236.028578,1045.192332,1192.287173,1777.007798,2402.536115 +156553,2237.706037,1043.1228,1199.06246,1776.283938,2404.495479 +156554,2239.091321,1040.975649,1204.864724,1775.644668,2406.258563 +156555,2240.231578,1038.71399,1209.846169,1775.037483,2407.853593 +156556,2241.164692,1036.659231,1214.132901,1774.435214,2409.301786 +156557,2241.922158,1034.557544,1217.830201,1773.818915,2410.62329 +156558,2242.528719,1032.443804,1221.029068,1773.17315,2411.8354 +156559,2242.968094,1030.207758,1223.785639,1772.457837,2412.914021 +156560,2243.288526,1028.177831,1226.179279,1771.691721,2413.906791 +156561,2243.529851,1026.100027,1228.273942,1770.89183,2414.853957 +156562,2243.685678,1024.009502,1230.106705,1770.041427,2415.747195 +156563,2243.757405,1021.795807,1231.709621,1769.132712,2416.587314 +156564,2243.748994,1019.786238,1233.113556,1768.1624,2417.378242 +156565,2243.664946,1015.990763,1234.342465,1767.129429,2418.124635 +156566,2242.909584,1013.725045,1235.35095,1764.867149,2418.83204 +156567,2241.708676,1011.514489,1236.182337,1761.893735,2419.501669 +156568,2240.383727,1009.201046,1236.887022,1758.875218,2420.136953 +156569,2239.099261,1007.100018,1237.493332,1756.119358,2420.741713 +156570,2237.926757,1004.955216,1238.034917,1753.675204,2421.357318 +156571,2236.815398,1002.637258,1238.502333,1751.426236,2421.950215 +156572,2235.72969,1000.508477,1238.887918,1749.324229,2422.492155 +156573,2234.678577,998.3216346,1239.201978,1747.360507,2423.00172 +156574,2233.658907,995.9910302,1239.452079,1745.509427,2423.486779 +156575,2232.662482,993.8529567,1239.645734,1743.73967,2423.950833 +156576,2231.680186,991.7184222,1239.785722,1742.023453,2424.39558 +156577,2230.703741,989.2824289,1239.875589,1740.339834,2424.821931 +156578,2229.726314,987.1780548,1239.91883,1738.674221,2425.230499 +156579,2228.742481,984.956336,1239.918428,1737.016596,2425.621767 +156580,2227.747855,982.5989601,1239.876868,1735.359907,2425.996162 +156581,2226.738933,980.4318504,1239.796272,1733.697947,2426.35405 +156582,2225.712891,978.2035967,1239.678524,1732.026117,2426.69579 +156583,2224.667426,975.7662496,1239.521606,1730.341342,2427.02169 +156584,2223.600729,973.7306106,1239.331345,1728.641549,2427.332066 +156585,2222.511555,971.4504218,1239.114356,1726.919286,2427.627207 +156586,2221.39862,969.073951,1238.868745,1725.175453,2427.907385 +156587,2220.260847,966.8743424,1238.589739,1723.412234,2428.172836 +156588,2219.097445,964.6730462,1238.281901,1721.630342,2428.423811 +156589,2217.638832,962.1709322,1237.947641,1719.829156,2428.660492 +156590,2216.431305,959.9945349,1237.583781,1718.007596,2428.88308 +156591,2215.2013,957.6994944,1237.194687,1716.164656,2429.091793 +156592,2213.943769,955.2664673,1236.7822,1714.299542,2429.286822 +156593,2212.656533,953.0220128,1236.34269,1712.41165,2429.468323 +156594,2211.339412,950.7144231,1235.880285,1710.500534,2429.636465 +156595,2209.992915,948.2585331,1235.396676,1708.565819,2429.791383 +156596,2208.617577,945.9910323,1234.888114,1706.607209,2429.933223 +156597,2207.213793,943.6357868,1234.35864,1704.624454,2430.06212 +156598,2205.780018,941.1744791,1233.809102,1702.614224,2430.178024 +156599,2204.318851,938.9218593,1233.236574,1700.580564,2430.281238 +156600,2202.829057,936.4126583,1232.64444,1698.520879,2430.371718 +156601,0,0,0,0,0 +156602,0,0,0,0,0 +156603,0,0,0,0,0 +156604,0,0,0,0,0 +156605,0,0,0,0,0 +156606,0,0,0,0,0 +156607,0,0,0,0,0 +156608,0,0,0,0,0 +156609,0,0,0,0,0 +156610,0,0,0,0,0 +156611,0,0,0,0,0 +156612,0,0,0,0,0 +156613,0,0,0,0,0 +156614,0,0,0,0,0 +156615,0,0,0,0,0 +156616,0,0,0,0,0 +156617,0,0,0,0,0 +156618,0,0,0,0,0 +156619,0,0,0,0,0 +156620,0,0,0,0,0 +156621,0,0,0,0,0 +156622,0,0,0,0,0 +156623,0,0,0,0,0 +156624,0,0,0,0,0 +156625,0,0,0,0,0 +156626,0,0,0,0,0 +156627,0,0,0,0,0 +156628,0,0,0,0,0 +156629,0,0,0,0,0 +156630,0,0,0,0,0 +156631,0,0,0,0,0 +156632,0,0,0,0,0 +156633,0,0,0,0,0 +156634,0,0,0,0,0 +156635,0,0,0,0,0 +156636,0,0,0,0,0 +156637,0,0,0,0,0 +156638,0,0,0,0,0 +156639,0,0,0,0,0 +156640,0,0,0,0,0 +156641,0,0,0,0,0 +156642,0,0,0,0,0 +156643,0,0,0,0,0 +156644,0,0,0,0,0 +156645,0,0,0,0,0 +156646,0,0,0,0,0 +156647,0,0,0,0,0 +156648,0,0,0,0,0 +156649,0,0,0,0,0 +156650,0,0,0,0,0 +156651,0,0,0,0,0 +156652,0,0,0,0,0 +156653,0,0,0,0,0 +156654,0,0,0,0,0 +156655,0,0,0,0,0 +156656,0,0,0,0,0 +156657,0,0,0,0,0 +156658,0,0,0,0,0 +156659,0,0,0,0,0 +156660,0,0,0,0,0 +156661,0,0,0,0,0 +156662,0,0,0,0,0 +156663,0,0,0,0,0 +156664,0,0,0,0,0 +156665,0,0,0,0,0 +156666,0,0,0,0,0 +156667,0,0,0,0,0 +156668,0,0,0,0,0 +156669,0,0,0,0,0 +156670,0,0,0,0,0 +156671,0,0,0,0,0 +156672,0,0,0,0,0 +156673,0,0,0,0,0 +156674,0,0,0,0,0 +156675,0,0,0,0,0 +156676,0,0,0,0,0 +156677,0,0,0,0,0 +156678,0,0,0,0,0 +156679,0,0,0,0,0 +156680,0,0,0,0,0 +156681,0,0,0,0,0 +156682,0,0,0,0,0 +156683,0,0,0,0,0 +156684,0,0,0,0,0 +156685,0,0,0,0,0 +156686,0,0,0,0,0 +156687,0,0,0,0,0 +156688,0,0,0,0,0 +156689,0,0,0,0,0 +156690,0,0,0,0,0 +156691,0,0,0,0,0 +156692,0,0,0,0,0 +156693,0,0,0,0,0 +156694,0,0,0,0,0 +156695,0,0,0,0,0 +156696,0,0,0,0,0 +156697,0,0,0,0,0 +156698,0,0,0,0,0 +156699,0,0,0,0,0 +156700,0,0,0,0,0 +156701,0,0,0,0,0 +156702,0,0,0,0,0 +156703,0,0,0,0,0 +156704,0,0,0,0,0 +156705,0,0,0,0,0 +156706,0,0,0,0,0 +156707,0,0,0,0,0 +156708,0,0,0,0,0 +156709,0,0,0,0,0 +156710,0,0,0,0,0 +156711,0,0,0,0,0 +156712,0,0,0,0,0 +156713,0,0,0,0,0 +156714,0,0,0,0,0 +156715,0,0,0,0,0 +156716,0,0,0,0,0 +156717,0,0,0,0,0 +156718,0,0,0,0,0 +156719,0,0,0,0,0 +156720,0,0,0,0,0 +156721,0,0,0,0,0 +156722,0,0,0,0,0 +156723,0,0,0,0,0 +156724,0,0,0,0,0 +156725,0,0,0,0,0 +156726,0,0,0,0,0 +156727,0,0,0,0,0 +156728,0,0,0,0,0 +156729,0,0,0,0,0 +156730,0,0,0,0,0 +156731,0,0,0,0,0 +156732,0,0,0,0,0 +156733,0,0,0,0,0 +156734,0,0,0,0,0 +156735,0,0,0,0,0 +156736,0,0,0,0,0 +156737,0,0,0,0,0 +156738,0,0,0,0,0 +156739,0,0,0,0,0 +156740,0,0,0,0,0 +156741,0,0,0,0,0 +156742,0,0,0,0,0 +156743,0,0,0,0,0 +156744,0,0,0,0,0 +156745,0,0,0,0,0 +156746,0,0,0,0,0 +156747,0,0,0,0,0 +156748,0,0,0,0,0 +156749,0,0,0,0,0 +156750,0,0,0,0,0 +156751,0,0,0,0,0 +156752,0,0,0,0,0 +156753,0,0,0,0,0 +156754,0,0,0,0,0 +156755,0,0,0,0,0 +156756,0,0,0,0,0 +156757,0,0,0,0,0 +156758,0,0,0,0,0 +156759,0,0,0,0,0 +156760,0,0,0,0,0 +156761,0,0,0,0,0 +156762,0,0,0,0,0 +156763,0,0,0,0,0 +156764,0,0,0,0,0 +156765,0,0,0,0,0 +156766,0,0,0,0,0 +156767,0,0,0,0,0 +156768,0,0,0,0,0 +156769,0,0,0,0,0 +156770,0,0,0,0,0 +156771,0,0,0,0,0 +156772,0,0,0,0,0 +156773,0,0,0,0,0 +156774,0,0,0,0,0 +156775,0,0,0,0,0 +156776,0,0,0,0,0 +156777,0,0,0,0,0 +156778,0,0,0,0,0 +156779,0,0,0,0,0 +156780,0,0,0,0,0 +156781,0,0,0,0,0 +156782,0,0,0,0,0 +156783,0,0,0,0,0 +156784,0,0,0,0,0 +156785,0,0,0,0,0 +156786,0,0,0,0,0 +156787,0,0,0,0,0 +156788,0,0,0,0,0 +156789,0,0,0,0,0 +156790,0,0,0,0,0 +156791,0,0,0,0,0 +156792,0,0,0,0,0 +156793,0,0,0,0,0 +156794,0,0,0,0,0 +156795,0,0,0,0,0 +156796,0,0,0,0,0 +156797,0,0,0,0,0 +156798,0,0,0,0,0 +156799,0,0,0,0,0 +156800,0,0,0,0,0 +156801,0,0,0,0,0 +156802,0,0,0,0,0 +156803,0,0,0,0,0 +156804,0,0,0,0,0 +156805,0,0,0,0,0 +156806,0,0,0,0,0 +156807,0,0,0,0,0 +156808,0,0,0,0,0 +156809,0,0,0,0,0 +156810,0,0,0,0,0 +156811,0,0,0,0,0 +156812,0,0,0,0,0 +156813,0,0,0,0,0 +156814,0,0,0,0,0 +156815,0,0,0,0,0 +156816,0,0,0,0,0 +156817,0,0,0,0,0 +156818,0,0,0,0,0 +156819,0,0,0,0,0 +156820,0,0,0,0,0 +156821,0,0,0,0,0 +156822,0,0,0,0,0 +156823,0,0,0,0,0 +156824,0,0,0,0,0 +156825,0,0,0,0,0 +156826,0,0,0,0,0 +156827,0,0,0,0,0 +156828,0,0,0,0,0 +156829,0,0,0,0,0 +156830,0,0,0,0,0 +156831,0,0,0,0,0 +156832,0,0,0,0,0 +156833,0,0,0,0,0 +156834,0,0,0,0,0 +156835,0,0,0,0,0 +156836,0,0,0,0,0 +156837,0,0,0,0,0 +156838,0,0,0,0,0 +156839,0,0,0,0,0 +156840,0,0,0,0,0 +156841,0,0,0,0,0 +156842,0,0,0,0,0 +156843,0,0,0,0,0 +156844,0,0,0,0,0 +156845,0,0,0,0,0 +156846,0,0,0,0,0 +156847,0,0,0,0,0 +156848,0,0,0,0,0 +156849,0,0,0,0,0 +156850,0,0,0,0,0 +156851,0,0,0,0,0 +156852,0,0,0,0,0 +156853,0,0,0,0,0 +156854,0,0,0,0,0 +156855,0,0,0,0,0 +156856,0,0,0,0,0 +156857,0,0,0,0,0 +156858,0,0,0,0,0 +156859,0,0,0,0,0 +156860,0,0,0,0,0 +156861,0,0,0,0,0 +156862,0,0,0,0,0 +156863,0,0,0,0,0 +156864,0,0,0,0,0 +156865,0,0,0,0,0 +156866,0,0,0,0,0 +156867,0,0,0,0,0 +156868,0,0,0,0,0 +156869,0,0,0,0,0 +156870,0,0,0,0,0 +156871,0,0,0,0,0 +156872,0,0,0,0,0 +156873,0,0,0,0,0 +156874,0,0,0,0,0 +156875,0,0,0,0,0 +156876,0,0,0,0,0 +156877,0,0,0,0,0 +156878,0,0,0,0,0 +156879,0,0,0,0,0 +156880,0,0,0,0,0 +156881,0,0,0,0,0 +156882,0,0,0,0,0 +156883,0,0,0,0,0 +156884,0,0,0,0,0 +156885,0,0,0,0,0 +156886,0,0,0,0,0 +156887,0,0,0,0,0 +156888,0,0,0,0,0 +156889,0,0,0,0,0 +156890,0,0,0,0,0 +156891,0,0,0,0,0 +156892,0,0,0,0,0 +156893,0,0,0,0,0 +156894,0,0,0,0,0 +156895,0,0,0,0,0 +156896,0,0,0,0,0 +156897,0,0,0,0,0 +156898,0,0,0,0,0 +156899,0,0,0,0,0 +156900,0,0,0,0,0 +156901,0,0,0,0,0 +156902,0,0,0,0,0 +156903,0,0,0,0,0 +156904,0,0,0,0,0 +156905,0,0,0,0,0 +156906,0,0,0,0,0 +156907,0,0,0,0,0 +156908,0,0,0,0,0 +156909,0,0,0,0,0 +156910,0,0,0,0,0 +156911,0,0,0,0,0 +156912,0,0,0,0,0 +156913,0,0,0,0,0 +156914,0,0,0,0,0 +156915,0,0,0,0,0 +156916,0,0,0,0,0 +156917,0,0,0,0,0 +156918,0,0,0,0,0 +156919,0,0,0,0,0 +156920,0,0,0,0,0 +156921,0,0,0,0,0 +156922,0,0,0,0,0 +156923,0,0,0,0,0 +156924,0,0,0,0,0 +156925,0,0,0,0,0 +156926,0,0,0,0,0 +156927,0,0,0,0,0 +156928,0,0,0,0,0 +156929,0,0,0,0,0 +156930,0,0,0,0,0 +156931,0,0,0,0,0 +156932,0,0,0,0,0 +156933,0,0,0,0,0 +156934,0,0,0,0,0 +156935,0,0,0,0,0 +156936,0,0,0,0,0 +156937,0,0,0,0,0 +156938,0,0,0,0,0 +156939,0,0,0,0,0 +156940,0,0,0,0,0 +156941,0,0,0,0,0 +156942,0,0,0,0,0 +156943,0,0,0,0,0 +156944,0,0,0,0,0 +156945,0,0,0,0,0 +156946,0,0,0,0,0 +156947,0,0,0,0,0 +156948,0,0,0,0,0 +156949,0,0,0,0,0 +156950,0,0,0,0,0 +156951,0,0,0,0,0 +156952,0,0,0,0,0 +156953,0,0,0,0,0 +156954,0,0,0,0,0 +156955,0,0,0,0,0 +156956,0,0,0,0,0 +156957,0,0,0,0,0 +156958,0,0,0,0,0 +156959,0,0,0,0,0 +156960,0,0,0,0,0 +156961,0,0,0,0,0 +156962,0,0,0,0,0 +156963,0,0,0,0,0 +156964,0,0,0,0,0 +156965,0,0,0,0,0 +156966,0,0,0,0,0 +156967,0,0,0,0,0 +156968,0,0,0,0,0 +156969,0,0,0,0,0 +156970,0,0,0,0,0 +156971,0,0,0,0,0 +156972,0,0,0,0,0 +156973,0,0,0,0,0 +156974,0,0,0,0,0 +156975,0,0,0,0,0 +156976,0,0,0,0,0 +156977,0,0,0,0,0 +156978,0,0,0,0,0 +156979,0,0,0,0,0 +156980,0,0,0,0,0 +156981,0,0,0,0,0 +156982,0,0,0,0,0 +156983,0,0,0,0,0 +156984,0,0,0,0,0 +156985,0,0,0,0,0 +156986,0,0,0,0,0 +156987,0,0,0,0,0 +156988,0,0,0,0,0 +156989,0,0,0,0,0 +156990,0,0,0,0,0 +156991,0,0,0,0,0 +156992,0,0,0,0,0 +156993,0,0,0,0,0 +156994,0,0,0,0,0 +156995,0,0,0,0,0 +156996,0,0,0,0,0 +156997,0,0,0,0,0 +156998,0,0,0,0,0 +156999,0,0,0,0,0 +157000,0,0,0,0,0 +157001,0,0,0,0,0 +157002,0,0,0,0,0 +157003,0,0,0,0,0 +157004,0,0,0,0,0 +157005,0,0,0,0,0 +157006,0,0,0,0,0 +157007,0,0,0,0,0 +157008,0,0,0,0,0 +157009,0,0,0,0,0 +157010,0,0,0,0,0 +157011,0,0,0,0,0 +157012,0,0,0,0,0 +157013,0,0,0,0,0 +157014,0,0,0,0,0 +157015,0,0,0,0,0 +157016,0,0,0,0,0 +157017,0,0,0,0,0 +157018,0,0,0,0,0 +157019,0,0,0,0,0 +157020,0,0,0,0,0 +157021,0,0,0,0,0 +157022,0,0,0,0,0 +157023,0,0,0,0,0 +157024,0,0,0,0,0 +157025,0,0,0,0,0 +157026,0,0,0,0,0 +157027,0,0,0,0,0 +157028,0,0,0,0,0 +157029,0,0,0,0,0 +157030,0,0,0,0,0 +157031,0,0,0,0,0 +157032,0,0,0,0,0 +157033,0,0,0,0,0 +157034,0,0,0,0,0 +157035,0,0,0,0,0 +157036,0,0,0,0,0 +157037,0,0,0,0,0 +157038,0,0,0,0,0 +157039,0,0,0,0,0 +157040,0,0,0,0,0 +157041,0,0,0,0,0 +157042,0,0,0,0,0 +157043,0,0,0,0,0 +157044,0,0,0,0,0 +157045,0,0,0,0,0 +157046,0,0,0,0,0 +157047,0,0,0,0,0 +157048,0,0,0,0,0 +157049,0,0,0,0,0 +157050,0,0,0,0,0 +157051,0,0,0,0,0 +157052,0,0,0,0,0 +157053,0,0,0,0,0 +157054,0,0,0,0,0 +157055,0,0,0,0,0 +157056,0,0,0,0,0 +157057,0,0,0,0,0 +157058,0,0,0,0,0 +157059,0,0,0,0,0 +157060,0,0,0,0,0 +157061,0,0,0,0,0 +157062,0,0,0,0,0 +157063,0,0,0,0,0 +157064,0,0,0,0,0 +157065,0,0,0,0,0 +157066,0,0,0,0,0 +157067,0,0,0,0,0 +157068,0,0,0,0,0 +157069,0,0,0,0,0 +157070,0,0,0,0,0 +157071,0,0,0,0,0 +157072,0,0,0,0,0 +157073,0,0,0,0,0 +157074,0,0,0,0,0 +157075,0,0,0,0,0 +157076,0,0,0,0,0 +157077,0,0,0,0,0 +157078,0,0,0,0,0 +157079,0,0,0,0,0 +157080,0,0,0,0,0 +157081,0,0,0,0,0 +157082,0,0,0,0,0 +157083,0,0,0,0,0 +157084,0,0,0,0,0 +157085,0,0,0,0,0 +157086,0,0,0,0,0 +157087,0,0,0,0,0 +157088,0,0,0,0,0 +157089,0,0,0,0,0 +157090,0,0,0,0,0 +157091,0,0,0,0,0 +157092,0,0,0,0,0 +157093,0,0,0,0,0 +157094,0,0,0,0,0 +157095,0,0,0,0,0 +157096,0,0,0,0,0 +157097,0,0,0,0,0 +157098,0,0,0,0,0 +157099,0,0,0,0,0 +157100,0,0,0,0,0 +157101,0,0,0,0,0 +157102,0,0,0,0,0 +157103,0,0,0,0,0 +157104,0,0,0,0,0 +157105,0,0,0,0,0 +157106,0,0,0,0,0 +157107,0,0,0,0,0 +157108,0,0,0,0,0 +157109,0,0,0,0,0 +157110,0,0,0,0,0 +157111,0,0,0,0,0 +157112,0,0,0,0,0 +157113,0,0,0,0,0 +157114,0,0,0,0,0 +157115,0,0,0,0,0 +157116,0,0,0,0,0 +157117,0,0,0,0,0 +157118,0,0,0,0,0 +157119,0,0,0,0,0 +157120,0,0,0,0,0 +157121,0,0,0,0,0 +157122,0,0,0,0,0 +157123,0,0,0,0,0 +157124,0,0,0,0,0 +157125,0,0,0,0,0 +157126,0,0,0,0,0 +157127,0,0,0,0,0 +157128,0,0,0,0,0 +157129,0,0,0,0,0 +157130,0,0,0,0,0 +157131,0,0,0,0,0 +157132,0,0,0,0,0 +157133,0,0,0,0,0 +157134,0,0,0,0,0 +157135,0,0,0,0,0 +157136,0,0,0,0,0 +157137,0,0,0,0,0 +157138,0,0,0,0,0 +157139,0,0,0,0,0 +157140,0,0,0,0,0 +157141,0,0,0,0,0 +157142,0,0,0,0,0 +157143,0,0,0,0,0 +157144,0,0,0,0,0 +157145,0,0,0,0,0 +157146,0,0,0,0,0 +157147,0,0,0,0,0 +157148,0,0,0,0,0 +157149,0,0,0,0,0 +157150,0,0,0,0,0 +157151,0,0,0,0,0 +157152,0,0,0,0,0 +157153,0,0,0,0,0 +157154,0,0,0,0,0 +157155,0,0,0,0,0 +157156,0,0,0,0,0 +157157,0,0,0,0,0 +157158,0,0,0,0,0 +157159,0,0,0,0,0 +157160,0,0,0,0,0 +157161,0,0,0,0,0 +157162,0,0,0,0,0 +157163,0,0,0,0,0 +157164,0,0,0,0,0 +157165,0,0,0,0,0 +157166,0,0,0,0,0 +157167,0,0,0,0,0 +157168,0,0,0,0,0 +157169,0,0,0,0,0 +157170,0,0,0,0,0 +157171,0,0,0,0,0 +157172,0,0,0,0,0 +157173,0,0,0,0,0 +157174,0,0,0,0,0 +157175,0,0,0,0,0 +157176,0,0,0,0,0 +157177,0,0,0,0,0 +157178,0,0,0,0,0 +157179,0,0,0,0,0 +157180,0,0,0,0,0 +157181,0,0,0,0,0 +157182,0,0,0,0,0 +157183,0,0,0,0,0 +157184,0,0,0,0,0 +157185,0,0,0,0,0 +157186,0,0,0,0,0 +157187,0,0,0,0,0 +157188,0,0,0,0,0 +157189,0,0,0,0,0 +157190,0,0,0,0,0 +157191,0,0,0,0,0 +157192,0,0,0,0,0 +157193,0,0,0,0,0 +157194,0,0,0,0,0 +157195,0,0,0,0,0 +157196,0,0,0,0,0 +157197,0,0,0,0,0 +157198,0,0,0,0,0 +157199,0,0,0,0,0 +157200,0,0,0,0,0 +157201,0,0,0,0,0 +157202,0,0,0,0,0 +157203,0,0,0,0,0 +157204,0,0,0,0,0 +157205,0,0,0,0,0 +157206,0,0,0,0,0 +157207,0,0,0,0,0 +157208,0,0,0,0,0 +157209,0,0,0,0,0 +157210,0,0,0,0,0 +157211,0,0,0,0,0 +157212,0,0,0,0,0 +157213,0,0,0,0,0 +157214,0,0,0,0,0 +157215,0,0,0,0,0 +157216,0,0,0,0,0 +157217,0,0,0,0,0 +157218,0,0,0,0,0 +157219,0,0,0,0,0 +157220,0,0,0,0,0 +157221,0,0,0,0,0 +157222,0,0,0,0,0 +157223,0,0,0,0,0 +157224,0,0,0,0,0 +157225,0,0,0,0,0 +157226,0,0,0,0,0 +157227,0,0,0,0,0 +157228,0,0,0,0,0 +157229,0,0,0,0,0 +157230,0,0,0,0,0 +157231,0,0,0,0,0 +157232,0,0,0,0,0 +157233,0,0,0,0,0 +157234,0,0,0,0,0 +157235,0,0,0,0,0 +157236,0,0,0,0,0 +157237,0,0,0,0,0 +157238,0,0,0,0,0 +157239,0,0,0,0,0 +157240,0,0,0,0,0 +157241,0,0,0,0,0 +157242,0,0,0,0,0 +157243,0,0,0,0,0 +157244,0,0,0,0,0 +157245,0,0,0,0,0 +157246,0,0,0,0,0 +157247,0,0,0,0,0 +157248,0,0,0,0,0 +157249,0,0,0,0,0 +157250,0,0,0,0,0 +157251,0,0,0,0,0 +157252,0,0,0,0,0 +157253,0,0,0,0,0 +157254,0,0,0,0,0 +157255,0,0,0,0,0 +157256,0,0,0,0,0 +157257,0,0,0,0,0 +157258,0,0,0,0,0 +157259,0,0,0,0,0 +157260,0,0,0,0,0 +157261,0,0,0,0,0 +157262,0,0,0,0,0 +157263,0,0,0,0,0 +157264,0,0,0,0,0 +157265,0,0,0,0,0 +157266,0,0,0,0,0 +157267,0,0,0,0,0 +157268,0,0,0,0,0 +157269,0,0,0,0,0 +157270,0,0,0,0,0 +157271,0,0,0,0,0 +157272,0,0,0,0,0 +157273,0,0,0,0,0 +157274,0,0,0,0,0 +157275,0,0,0,0,0 +157276,0,0,0,0,0 +157277,0,0,0,0,0 +157278,0,0,0,0,0 +157279,0,0,0,0,0 +157280,0,0,0,0,0 +157281,0,0,0,0,0 +157282,0,0,0,0,0 +157283,0,0,0,0,0 +157284,0,0,0,0,0 +157285,0,0,0,0,0 +157286,0,0,0,0,0 +157287,0,0,0,0,0 +157288,0,0,0,0,0 +157289,0,0,0,0,0 +157290,0,0,0,0,0 +157291,0,0,0,0,0 +157292,0,0,0,0,0 +157293,0,0,0,0,0 +157294,0,0,0,0,0 +157295,0,0,0,0,0 +157296,0,0,0,0,0 +157297,0,0,0,0,0 +157298,0,0,0,0,0 +157299,0,0,0,0,0 +157300,0,0,0,0,0 +157301,0,0,0,0,0 +157302,0,0,0,0,0 +157303,0,0,0,0,0 +157304,0,0,0,0,0 +157305,0,0,0,0,0 +157306,0,0,0,0,0 +157307,0,0,0,0,0 +157308,0,0,0,0,0 +157309,0,0,0,0,0 +157310,0,0,0,0,0 +157311,0,0,0,0,0 +157312,0,0,0,0,0 +157313,0,0,0,0,0 +157314,0,0,0,0,0 +157315,0,0,0,0,0 +157316,0,0,0,0,0 +157317,0,0,0,0,0 +157318,0,0,0,0,0 +157319,0,0,0,0,0 +157320,0,0,0,0,0 +157321,0,0,0,0,0 +157322,0,0,0,0,0 +157323,0,0,0,0,0 +157324,0,0,0,0,0 +157325,0,0,0,0,0 +157326,0,0,0,0,0 +157327,0,0,0,0,0 +157328,0,0,0,0,0 +157329,0,0,0,0,0 +157330,0,0,0,0,0 +157331,0,0,0,0,0 +157332,0,0,0,0,0 +157333,0,0,0,0,0 +157334,0,0,0,0,0 +157335,0,0,0,0,0 +157336,0,0,0,0,0 +157337,0,0,0,0,0 +157338,0,0,0,0,0 +157339,0,0,0,0,0 +157340,0,0,0,0,0 +157341,0,0,0,0,0 +157342,0,0,0,0,0 +157343,0,0,0,0,0 +157344,0,0,0,0,0 +157345,0,0,0,0,0 +157346,0,0,0,0,0 +157347,0,0,0,0,0 +157348,0,0,0,0,0 +157349,0,0,0,0,0 +157350,0,0,0,0,0 +157351,0,0,0,0,0 +157352,0,0,0,0,0 +157353,0,0,0,0,0 +157354,0,0,0,0,0 +157355,0,0,0,0,0 +157356,0,0,0,0,0 +157357,0,0,0,0,0 +157358,0,0,0,0,0 +157359,0,0,0,0,0 +157360,0,0,0,0,0 +157361,0,0,0,0,0 +157362,0,0,0,0,0 +157363,0,0,0,0,0 +157364,0,0,0,0,0 +157365,0,0,0,0,0 +157366,0,0,0,0,0 +157367,0,0,0,0,0 +157368,0,0,0,0,0 +157369,0,0,0,0,0 +157370,0,0,0,0,0 +157371,0,0,0,0,0 +157372,0,0,0,0,0 +157373,0,0,0,0,0 +157374,0,0,0,0,0 +157375,0,0,0,0,0 +157376,0,0,0,0,0 +157377,0,0,0,0,0 +157378,0,0,0,0,0 +157379,0,0,0,0,0 +157380,0,0,0,0,0 +157381,-1400.724108,288.2198401,553.1087603,-663.0342051,-451.8644066 +157382,-1337.979286,282.7381068,540.4318754,-549.7192599,-338.3431559 +157383,-1141.209709,274.3705521,522.2253219,-465.6994936,-247.2730837 +157384,-1218.574755,266.0103589,503.7757456,-499.0627743,-317.638063 +157385,-1337.299294,258.8534084,487.3415148,-550.4883743,-409.7879819 +157386,-643.1661832,252.9959948,473.1818619,-217.754007,-460.5086964 +157387,-421.9132411,248.1770184,460.8824449,-227.2758426,-487.0718494 +157388,-655.200857,244.1366074,450.0062518,-268.0955938,-505.993748 +157389,-537.7898929,240.6990575,440.2520386,-231.9564051,-520.466605 +157390,-522.6320256,237.8187248,431.4264309,-224.797889,-532.0292513 +157391,-509.1463313,235.3967093,423.480632,-218.7286663,-542.0356798 +157392,-498.5827161,233.3419368,416.2818482,-212.9806148,-551.1673381 +157393,-484.7016999,231.581283,409.686749,-207.1584941,-559.8367625 +157394,-474.9696237,230.0587649,403.5748852,-201.452079,-568.2991076 +157395,-462.4509531,228.731732,397.8536114,-196.007676,-576.7098313 +157396,-450.9869795,227.5672455,392.4523158,-190.5405756,-585.1598073 +157397,-440.796047,226.5395036,387.3159424,-184.707033,-593.6981891 +157398,-428.0145769,225.6280981,382.4004907,-179.7949331,-602.3473176 +157399,-418.7162362,224.8168235,377.6703426,-174.1694997,-422.084792 +157400,-406.8712023,224.092758,373.1804057,-169.1417631,-345.2258492 +157401,-396.7008314,223.4455676,368.9149921,-163.4453119,-413.7834626 +157402,-385.0662451,222.9086227,364.8402385,-158.8937506,-378.1229791 +157403,-375.2434906,222.4775664,360.9261932,-153.6932896,-370.8821823 +157404,-365.0894027,222.1379204,357.1505231,-148.3005988,-366.4583919 +157405,-353.4714241,221.8769926,353.4964222,-143.2114831,-359.6663514 +157406,-343.8330923,221.6858988,349.9502854,-138.4537465,-353.9464767 +157407,-332.7615559,221.558407,346.5004557,-133.5517581,-349.056031 +157408,-323.7745139,221.4896728,343.1366721,-128.5113934,-343.3347008 +157409,-312.1697027,221.4755865,339.8498707,-123.3444197,-338.0671371 +157410,-302.7322169,221.5125206,336.6320205,-120.6238837,-332.3463413 +157411,-293.0989946,221.5972699,333.4760255,-116.8040188,-326.3151403 +157412,-283.2816976,221.6977757,330.3338708,-112.6436566,-323.0967003 +157413,-273.9175676,221.7926318,327.1734103,-108.9375401,-315.5355542 +157414,-264.4098123,221.875236,323.9840441,-105.4355906,-311.3554751 +157415,-254.7727708,221.9466961,320.7663692,-101.3470447,-306.0259067 +157416,-245.6508799,222.0101136,317.5239432,-98.00784078,-300.4114492 +157417,-239.1564555,223.685573,317.8180812,-94.07424678,-295.8821371 +157418,-231.3530536,227.3285068,322.4313173,-90.51750024,-289.7474103 +157419,-224.1276726,230.8970197,326.8734417,-86.66631423,-285.4149079 +157420,-216.8674261,234.3659761,331.0864464,-83.33659209,-279.9808947 +157421,-209.5728211,237.7427745,335.0815076,-79.45216969,-275.4409455 +157422,-201.6141797,241.0431405,338.8884218,-76.09290919,-269.7783262 +157423,-194.9043688,244.2817692,342.5361025,-72.18142154,-264.0066555 +157424,-187.532198,247.4700002,346.0474258,-69.06921149,-260.2391181 +157425,-179.8162912,250.6163521,349.4400089,-65.13350313,-255.3322701 +157426,-172.9943859,253.8911101,353.0879546,-61.8350448,-248.5977138 +157427,-165.5252472,256.9836889,356.3081096,-58.13633546,-245.6282999 +157428,-158.0380544,260.0488566,359.4408383,-54.83524074,-239.3164253 +157429,-151.1744126,263.0917987,362.4976527,-51.2539697,-235.1176725 +157430,-144.2908255,320.1808035,365.4869807,-47.66506067,-229.1754061 +157431,-136.1106046,401.5804579,368.4150454,-44.34136412,-224.8456635 +157432,-129.8380631,365.8128622,371.2867178,-40.87477942,-219.8825253 +157433,-122.2728912,395.9597618,374.1051464,-37.40136625,-215.4225577 +157434,-115.3326572,409.9272821,376.8739353,-33.92264432,-209.7341078 +157435,-108.3783539,423.4112122,379.5949144,-30.70957764,-205.1476523 +157436,-100.7712207,436.7841019,382.2726404,-27.08303708,-200.5049342 +157437,-93.79671675,449.7695519,384.9079643,-23.72351003,-195.2040104 +157438,-86.8139929,462.902854,387.5041005,-20.49516953,-191.0437655 +157439,-79.81910876,475.5454058,390.0609873,-16.98943031,-185.6169942 +157440,-72.81132996,488.3857591,392.5811551,-13.48001437,-181.3523128 +157441,121.9678584,926.0010198,394.9295099,55.29039875,221.994139 +157442,137.5427915,951.4522463,415.4112341,62.85499755,252.6792876 +157443,161.5454038,979.3187028,445.3787615,74.39306186,298.3704947 +157444,186.2594864,1003.131638,475.8246737,86.10322309,345.3560935 +157445,208.3301356,1025.828767,502.8901212,96.3780194,388.0471594 +157446,227.3042214,1047.745881,526.1035061,105.0509876,425.6945232 +157447,243.7328291,1069.063326,546.1498056,112.4401352,459.1098613 +157448,258.2228572,1089.899225,563.7665838,118.8750936,489.1637146 +157449,271.196677,1110.443964,710.4078168,124.581842,516.444258 +157450,282.9233624,1130.59803,1209.60898,129.7030107,540.4941698 +157451,293.5938929,1145.952654,916.3777615,134.3383198,561.8345978 +157452,303.4607379,1164.75143,1037.783558,138.6293711,581.0475034 +157453,312.6175435,1183.747094,1061.582058,142.6195595,598.528828 +157454,321.1291383,1202.475744,1082.822071,146.3332765,614.5397802 +157455,329.0682633,1220.530088,1103.313511,149.801207,629.2707486 +157456,336.5113558,1239.657027,1123.838307,153.0583035,642.8793013 +157457,343.5293104,1257.427071,1142.832737,156.1377421,655.5037462 +157458,350.1832293,1275.571973,1161.648188,159.0678873,667.2663354 +157459,356.5242398,1293.338695,1180.129925,161.8719452,678.2738364 +157460,362.5949683,1310.962642,1197.635753,164.5687573,688.6186948 +157461,368.4311326,1328.334887,1214.804502,167.173716,698.3805975 +157462,374.0628224,1345.726175,1231.483271,169.6994911,707.6282287 +157463,379.5154679,1362.616968,1247.660098,172.1565602,716.4208667 +157464,384.810585,1379.587541,1263.466571,174.5536005,724.8097214 +157465,389.9663972,1396.405095,1278.744755,176.8978061,732.8391134 +157466,394.9983464,1412.781764,1293.617727,179.1951438,740.5473991 +157467,399.9195412,1429.303448,1308.019725,181.4505726,747.9678558 +157468,404.74112,1445.469647,1322.110221,183.6682189,755.1293336 +157469,409.472576,1461.469959,1335.262827,185.8515301,762.0569419 +157470,414.1220055,1477.45815,1349.216959,188.003389,768.7724941 +157471,418.6963453,1492.46733,1361.021637,190.1262211,775.2950504 +157472,423.1976137,1507.037688,1372.913127,192.2200755,781.6411702 +157473,427.6283446,1521.651329,1384.20001,194.285381,787.8253524 +157474,431.9923279,1535.858739,1395.143333,196.3233118,793.8602736 +157475,436.293801,1549.9192,1405.668477,198.3353573,799.7571297 +157476,440.536754,1563.703364,1415.959125,200.3229552,805.5257442 +157477,444.7247044,1577.462089,1425.800585,202.2873649,811.1748402 +157478,448.860684,1590.946616,1435.358788,204.229654,816.7120925 +157479,452.9473374,1604.063185,1444.582626,206.1507425,822.144352 +157480,456.9869839,1617.312798,1453.496806,208.05143,827.4776672 +157481,460.9816886,1630.16763,1462.102499,209.9324263,832.7174726 +157482,464.9332912,1642.846141,1470.368456,211.7943629,837.8685889 +157483,468.8434525,1655.59015,1478.464443,213.637811,842.9353875 +157484,472.7136641,1675.822926,1486.219716,215.4632849,847.9217619 +157485,476.5452895,1677.556164,1493.574487,217.2712579,852.8312787 +157486,480.3395628,1705.10351,1500.887424,219.0621602,857.6671259 +157487,484.0976258,1697.337171,1507.786741,220.8363946,862.432249 +157488,487.8205241,1703.801616,1514.434398,222.5943323,867.1292981 +157489,491.5092355,1736.042668,1521.005093,224.3363257,871.7607471 +157490,495.1646645,1736.238556,1527.095461,226.0627037,876.3288415 +157491,498.7876729,1749.97309,1533.110844,227.7737852,880.8357254 +157492,502.3790641,1761.237293,1538.793417,229.4698706,885.2833456 +157493,505.9396019,1772.019369,1544.392065,231.1512496,889.673546 +157494,509.4700016,1783.098044,1549.657058,232.8181964,894.0080002 +157495,512.9709483,1793.591169,1554.757198,234.4709771,898.2883128 +157496,516.4430918,1804.197102,1559.695205,236.1098466,902.5159601 +157497,519.8870616,1814.659555,1564.248413,237.7350556,906.6923779 +157498,523.3034555,1824.709387,1568.857921,239.3468443,910.8188888 +157499,526.692857,1835.000428,1573.110051,240.9454502,914.8967895 +157500,530.0558191,1844.989626,1577.232771,242.5311002,918.9272721 +157501,533.4516321,2023.633156,1970.951537,244.1307235,923.0183284 +157502,543.9023329,2035.71294,1978.834403,248.8998836,940.4303343 +157503,557.8897082,2046.401315,1985.101821,255.2077124,964.5441246 +157504,571.8823892,2056.913887,1990.643805,261.4451212,988.836002 +157505,584.4175453,2067.304357,1995.859056,266.9654536,1010.627662 +157506,765.9161851,2077.39582,2000.583723,390.0352635,1029.647397 +157507,974.7137991,2087.147846,2005.144465,406.4708459,1046.39528 +157508,840.9595826,2096.924498,2009.604811,387.4018536,1061.378211 +157509,910.1890422,2106.451805,2013.685282,410.0911061,1074.939827 +157510,927.620736,2115.736405,2017.631589,418.5588534,1226.504164 +157511,943.2786604,2125.207117,2021.378831,426.3209482,1585.720285 +157512,958.6051305,2134.078811,2024.948854,434.1584906,1374.361772 +157513,974.0496426,2143.097854,2028.42359,441.6775546,1465.471693 +157514,988.7350694,2151.874033,2031.533719,449.0823129,1484.866365 +157515,1003.420576,2160.422951,2034.6643,456.3593685,1501.984929 +157516,1017.762626,2169.02301,2037.577548,463.4096449,1518.633607 +157517,1031.672049,2177.412083,2040.363284,470.6492556,1535.562087 +157518,1045.93808,2194.946067,2043.014037,477.2336184,1551.025934 +157519,1059.648752,2184.318858,2045.534728,484.2511295,1566.88779 +157520,1072.78859,2202.354572,2047.927727,490.8257679,1582.09625 +157521,1086.009653,2210.862023,2050.197448,497.3860704,1596.872416 +157522,1099.426027,2216.649663,2052.346391,503.8414139,1611.883368 +157523,1112.113087,2224.842137,2054.378363,510.066633,1626.052585 +157524,1124.850277,2232.25104,2056.295819,516.5052251,1640.163188 +157525,1137.364112,2239.556128,2058.102514,522.5604879,1653.959794 +157526,1149.43208,2246.819945,2059.719632,528.7554209,1667.4913 +157527,1162.040535,2253.797304,2061.290944,534.400308,1680.740318 +157528,1173.822456,2260.917486,2062.920887,540.5732232,1693.820364 +157529,1185.713304,2267.384956,2064.181618,546.2421219,1706.600167 +157530,1197.396022,2274.371945,2065.553858,551.9695853,1719.176964 +157531,1208.779274,2280.419536,2066.468681,557.3671624,1731.495647 +157532,1219.990016,2286.433872,2067.387764,563.0678362,1743.682715 +157533,1230.71779,2292.287947,2068.070353,568.3232875,1755.593238 +157534,1242.151675,2298.096034,2068.880698,573.7996596,1767.291616 +157535,1252.648994,2303.499456,2069.269445,578.7631719,1778.886338 +157536,1263.329632,2308.982452,2069.894278,584.0266407,1790.173394 +157537,1273.812034,2314.233328,2070.240425,589.0664202,1801.404527 +157538,1284.513594,2319.356874,2070.663187,593.8993304,1812.331534 +157539,1294.220148,2324.340925,2070.888243,599.0794083,1823.21631 +157540,1304.523914,2329.186099,2071.184536,603.8148732,1833.801897 +157541,1314.502367,2334.00446,2071.293478,608.6363752,1843.928053 +157542,1324.289271,2338.414707,2071.479477,613.3663452,1854.905836 +157543,1334.090062,2342.929019,2071.489279,618.0341534,1864.690402 +157544,1343.688651,2347.216115,2071.581232,622.6410417,1874.912342 +157545,1352.777334,2351.276968,2071.588616,627.1890195,1884.659096 +157546,1362.87256,2355.475357,2071.546659,631.6792766,1894.49704 +157547,1371.794929,2359.309619,2071.469407,635.9278847,1904.065489 +157548,1381.135897,2363.106797,2071.362962,640.5967162,1913.536075 +157549,1390.162667,2366.760055,2071.151083,644.7817742,1922.833678 +157550,1399.238557,2370.285676,2071.12196,649.0889109,1932.147174 +157551,1408.070687,2373.685189,2070.897843,653.3130693,1937.746085 +157552,1416.917439,2376.959619,2070.733264,657.4885994,1944.671869 +157553,1425.67684,2380.219747,2070.549605,661.6160111,1950.520853 +157554,1434.246961,2383.086725,2070.362222,665.6963548,1956.627274 +157555,1442.873481,2389.124877,2070.175791,669.7310787,1962.749475 +157556,1451.262906,2385.372305,2069.993829,673.7209729,1968.56856 +157557,1459.680032,2404.568458,2069.820763,677.6674213,1974.457847 +157558,1468.020783,2376.547945,2069.660198,681.5711416,1980.17381 +157559,1476.176275,2404.827568,2069.516481,685.4335087,1985.939379 +157560,1484.358071,2415.657818,2069.393467,689.255194,1991.52395 +157561,1498.514233,2376.913662,2075.355078,695.4678201,2008.319263 +157562,1465.00767,2399.863535,2033.939907,680.7019332,1938.588467 +157563,1529.666158,2409.512405,2090.280181,710.0751347,2050.184347 +157564,1517.576293,2407.367399,2071.101757,704.4008338,2018.372189 +157565,1527.591848,2410.260485,2073.512232,709.3583347,2028.268819 +157566,1536.161643,2437.155385,2073.555528,713.2357957,2035.306934 +157567,1545.11496,2377.352926,2076.190354,717.4989547,2042.714565 +157568,1551.460673,2451.775549,2074.271428,720.2029673,2046.971306 +157569,1560.670473,2385.611761,2076.698904,724.9386655,2053.998863 +157570,1566.502797,2441.291478,2075.640737,727.7304145,2058.458447 +157571,1575.937528,2402.140285,2077.678035,731.7609779,2071.915356 +157572,1581.613948,2445.877284,2075.936655,734.5915417,2066.561807 +157573,1590.784453,2392.267398,2079.34226,738.9373312,2090.294701 +157574,1592.977375,2443.296481,2080.826162,743.4108388,2067.231941 +157575,1600.97224,2402.107089,2084.575831,747.7431193,2077.103594 +157576,1607.345573,2410.832409,2084.731689,750.939537,2098.648655 +157577,1613.778419,2412.459263,2085.898693,754.2977398,2093.114991 +157578,1621.085954,2410.189916,2098.462324,757.8357407,2100.599912 +157579,1627.836724,2410.67851,2078.190116,761.2386345,2106.073751 +157580,1634.415383,2409.83334,2089.872936,764.4402692,2110.461477 +157581,1640.878438,2408.875915,2094.394193,767.6476784,2115.425273 +157582,1647.880881,2408.471173,2093.343242,770.880434,2120.093395 +157583,1654.251064,2407.971759,2096.289825,774.1649818,2124.920806 +157584,1660.748428,2406.492542,2098.412663,777.2064293,2129.309217 +157585,1666.730529,2411.462501,2115.120386,780.0693467,2133.419791 +157586,1674.318638,2402.896176,2095.482573,783.7581025,2139.003736 +157587,1679.991813,2404.071415,2106.941061,786.0246202,2142.681188 +157588,1753.535684,2436.897247,2175.260945,820.1746779,2267.044363 +157589,1597.128413,2364.795925,1998.814526,749.8226429,1972.69186 +157590,1809.292755,2443.368835,2241.917816,844.7415721,2359.462743 +157591,1600.123095,2355.33751,1998.293145,751.8468921,1961.76503 +157592,1823.264282,2450.103127,2230.03735,851.0863404,2374.195196 +157593,1609.445879,2344.981791,1994.585634,756.3018614,1961.003288 +157594,1838.579352,2449.947809,2254.229738,858.1186266,2403.234211 +157595,1619.20482,2339.874838,1995.930992,760.7610252,1943.323635 +157596,1852.420461,2446.804978,2249.159301,864.6677679,2408.793094 +157597,1628.648294,2333.651824,1994.352871,765.0782127,1970.189073 +157598,1867.311255,2444.840981,2271.597593,871.4443786,2409.22426 +157599,1638.212499,2327.931185,1988.476735,769.432953,1976.525208 +157600,1880.781814,2440.683438,2273.735458,877.6669974,2420.754867 +157601,1647.173575,2321.040988,2003.579993,773.5953312,1979.878856 +157602,1895.610537,2438.016146,2258.839104,884.2741073,2433.283021 +157603,1656.334377,2314.317371,2003.19505,777.7122873,1982.937409 +157604,1908.829701,2433.261448,2286.714079,890.4222209,2444.789459 +157605,1665.834021,2308.279892,1989.145651,781.9971867,1986.698269 +157606,1922.058047,2428.027877,2296.405456,896.1784843,2455.649921 +157607,1674.959058,2301.100251,1991.040008,785.8197459,1990.080419 +157608,1935.286535,2422.908718,2301.216054,902.6948133,2466.959604 +157609,1683.764372,2293.39749,1992.831445,789.4530309,1992.936733 +157610,1948.872187,2417.637149,2306.37006,908.75753,2478.304693 +157611,1692.438752,2285.303114,1994.791342,793.2579069,1995.725037 +157612,1961.717432,2411.963683,2311.356736,914.6797135,2489.620474 +157613,1701.014703,2276.875529,1996.649133,797.1167171,1998.503991 +157614,1974.969264,2405.951484,2316.3665,920.4729952,2500.682527 +157615,1709.268363,2268.047539,1998.600277,800.8465203,2001.124596 +157616,1987.536793,2399.492163,2321.074203,926.1301469,2521.356576 +157617,1717.606703,2259.42154,2000.676747,804.5456155,1988.740721 +157618,1999.981161,2385.215299,2330.314439,931.7020944,2529.440836 +157619,1725.426969,2259.420171,1995.386971,807.9820842,2004.179926 +157620,2018.218162,2374.134486,2338.079966,937.4904101,2533.406593 +157621,1609.751337,2197.566232,1882.102953,759.3297027,1796.706104 +157622,1821.468063,2275.304679,2133.817647,848.2173115,2170.632764 +157623,1745.720407,2224.02856,2005.739969,817.017542,2031.89803 +157624,1766.825255,2255.248797,2068.651205,825.8833357,2061.837562 +157625,1767.810663,2208.670221,2031.535526,826.1988725,2061.035128 +157626,1771.585001,2250.822891,2064.329958,827.9363339,2062.99987 +157627,1777.344078,2196.713074,2037.157335,830.4918677,2066.875745 +157628,1779.18075,2240.627639,2047.23112,831.1308194,2066.845301 +157629,1784.156543,2182.850617,2068.380346,833.4308906,2070.133021 +157630,1787.426682,2232.598754,2025.029502,834.7868182,2071.353163 +157631,1791.269139,2169.08469,2077.775365,836.4618173,2073.816204 +157632,1794.779594,2222.312682,2032.899582,837.9623192,2075.340991 +157633,1799.17515,2180.553961,2067.374126,839.8934349,2078.157483 +157634,1803.084895,2167.056955,2048.902051,841.5484799,2080.207612 +157635,1805.6613,2195.174274,2054.516899,842.7448901,2081.238236 +157636,1810.491163,2161.848082,2055.579838,844.720262,2084.141275 +157637,1814.289239,2155.615849,2056.171621,846.3856502,2086.345025 +157638,1817.215845,2172.207224,2056.028337,847.6113888,2087.746924 +157639,1821.72678,2138.164607,2057.795162,849.6217301,2090.404396 +157640,1824.979644,2155.541494,2058.093426,851.0134795,2092.167446 +157641,1828.929611,2128.031484,2059.089536,852.6617982,2094.317561 +157642,1832.539186,2134.733348,2059.708648,854.2382962,2096.273157 +157643,1836.728551,2116.813279,2061.295,856.0549423,2098.997361 +157644,1839.157082,2137.099198,2060.577132,856.9826967,2099.564441 +157645,1844.4866,2088.21508,2063.548682,859.4228034,2103.531754 +157646,1846.238478,2132.196958,2062.063013,860.0368452,2103.514567 +157647,1851.46419,2073.780802,2064.872163,862.4072742,2107.1807 +157648,1854.766407,2101.172939,2065.399257,863.7397331,2108.956783 +157649,1859.424511,2079.088752,2065.309851,864.8044619,2109.835839 +157650,1864.095282,2082.46423,2067.050351,866.8409457,2112.942736 +157651,1866.286304,2086.602788,2067.576805,868.0549902,2114.419692 +157652,1872.206553,2033.487523,2069.132832,869.8959881,2117.186126 +157653,1871.688269,2079.102636,2068.889927,870.8303793,2118.148342 +157654,1881.970846,2031.725953,2070.31249,872.6773532,2121.051116 +157655,1875.297597,2062.313277,2070.874586,873.8249258,2122.342897 +157656,1893.772738,2018.008089,2071.823864,875.3966153,2127.836202 +157657,1875.308441,2024.317429,2073.078949,876.923308,2124.876309 +157658,1870.449335,2013.222183,2076.205332,875.1791498,2131.638474 +157659,2013.931401,2067.982782,2173.679788,930.8747849,2321.563738 +157660,1736.563753,1934.7795,1913.877793,811.249844,1849.015455 +157661,2072.519049,2067.959944,2268.248322,960.6100358,2444.279952 +157662,1734.758302,1919.597239,1887.183717,809.1694278,1828.707835 +157663,2079.969542,2052.858901,2277.001132,963.8511854,2462.373871 +157664,1737.794887,1900.077182,1900.356742,810.1325824,1820.167352 +157665,2089.730525,2040.399866,2259.470434,968.2403305,2472.519762 +157666,1741.466035,1882.076782,1891.033937,811.5909343,1820.381419 +157667,2097.84594,2038.808365,2286.856276,971.674168,2479.333451 +157668,1746.225975,1845.961621,1880.190188,813.5998619,1821.330057 +157669,2105.179772,2018.555238,2291.950628,974.7911947,2485.692189 +157670,1750.703326,1845.848583,1880.072985,815.4460469,1821.944129 +157671,2113.342042,1994.036596,2295.993531,978.2747075,2492.639201 +157672,1754.418651,1843.166219,1879.569774,817.0018544,1822.197105 +157673,2121.572361,1959.776768,2299.952113,981.8651323,2499.627748 +157674,1759.198307,1821.852219,1880.303641,818.939792,1823.20623 +157675,2128.132615,1959.843325,2302.401656,984.6827946,2505.355375 +157676,1763.603537,1795.01198,1880.539683,820.7596276,1823.941742 +157677,2136.013409,1946.167309,2306.251787,988.1085115,2512.258028 +157678,1767.585872,1777.077354,1880.685912,822.3914953,1824.20342 +157679,2143.284544,1929.84524,2309.583311,991.3005277,2518.746132 +157680,1771.927081,1759.11906,1881.093894,824.1310917,1824.779938 +157681,1801.394211,1758.053373,1947.731481,836.2077237,1886.14574 +157682,1694.991376,1697.391579,1824.69255,788.5697627,1692.7305 +157683,1715.152236,1698.490199,1845.676879,796.9489679,1724.468463 +157684,1713.215753,1686.034236,1841.868944,796.0795788,1719.821077 +157685,1714.893322,1677.54212,1841.699501,796.6107137,1718.421681 +157686,1715.154879,1666.966743,1840.047152,796.5001406,1716.007782 +157687,1823.230425,1705.740144,1946.392179,845.4704329,1909.96598 +157688,1673.957059,1629.79999,1794.523865,777.6842432,1627.360995 +157689,1736.864218,1649.182008,1857.253895,806.9039486,1742.970476 +157690,1729.161913,1634.175508,1846.530601,802.3273606,1723.501925 +157691,1728.762195,1624.091522,1844.255016,802.0263352,1719.268813 +157692,1729.000494,1614.375476,1843.682139,802.3825481,1718.08802 +157693,1730.793525,1604.887723,1843.209058,802.7391815,1717.063097 +157694,1731.825489,1595.082982,1842.802188,803.1446214,1716.145414 +157695,1732.563018,1585.730013,1842.457455,803.5669187,1715.296276 +157696,1734.799655,1576.166902,1842.170523,804.0085718,1714.512724 +157697,1735.728189,1566.637008,1841.938208,804.4684913,1713.790243 +157698,1737.221942,1557.165053,1841.757978,804.9455753,1713.124123 +157699,1738.652544,1547.773854,1841.627969,805.4677108,1712.511318 +157700,1740.110414,1538.313519,1841.546119,805.9343316,1711.948214 +157701,1741.595432,1528.937208,1841.511048,806.4789934,1711.43262 +157702,1743.106511,1519.596901,1841.521,807.0131282,1710.961508 +157703,1744.64261,1510.293509,1841.574866,807.565674,1710.533227 +157704,1746.202938,1501.094933,1841.671085,808.1316181,1710.145135 +157705,1747.786797,1491.706382,1841.808721,808.7105986,1709.795929 +157706,1749.393178,1482.653563,1841.98633,809.3020676,1709.483244 +157707,1751.021942,1473.518536,1842.203091,809.9057146,1709.206025 +157708,1752.672082,1464.333124,1842.457696,810.5210199,1708.962142 +157709,1754.343603,1455.317159,1842.749404,811.1477216,1708.750734 +157710,1756.035724,1446.357637,1843.076973,811.7853378,1708.569832 +157711,1757.645202,1437.201386,1843.382339,812.4087603,1708.418747 +157712,1759.421293,1428.372812,1843.70908,813.0370615,1708.295487 +157713,1761.075104,1419.408633,1844.063166,813.6725677,1708.199507 +157714,1762.800502,1410.619806,1844.445226,814.315593,1708.098621 +157715,1764.534196,1401.725398,1844.855489,814.9662653,1708.100035 +157716,1766.285711,1392.952774,1845.2933,815.6243558,1708.055904 +157717,1768.055986,1384.398925,1845.758425,816.2898038,1708.062202 +157718,1769.907951,1375.639008,1846.250037,816.9623021,1708.085439 +157719,1771.622614,1367.117235,1846.767822,817.6417503,1708.129955 +157720,1773.497207,1358.60296,1847.310937,818.3278295,1708.194388 +157721,1775.337989,1350.160212,1847.879082,819.0497825,1708.278517 +157722,1777.210513,1341.788981,1848.47141,819.7049694,1708.380993 +157723,1779.106835,1333.545034,1849.155473,820.4308423,1708.501663 +157724,1781.027743,1325.23553,1849.693192,821.1370169,1708.639271 +157725,1782.97531,1317.062633,1850.40375,821.8533993,1708.793713 +157726,1784.887794,1309.113046,1851.077714,822.5752519,1708.963816 +157727,1786.989724,1300.998008,1851.715632,823.3024634,1709.149548 +157728,1788.983592,1295.989714,1852.543935,824.0347358,1709.349796 +157729,1791.068833,1290.238891,1853.243408,824.7719955,1709.564582 +157730,1793.168077,1284.40127,1854.021547,825.5139626,1709.792842 +157731,1795.283076,1278.776701,1854.809658,826.2605686,1710.034639 +157732,1797.410999,1273.178577,1855.616637,827.0115452,1710.288975 +157733,1799.550894,1267.621177,1856.442585,827.7668284,1710.555943 +157734,1801.701737,1262.119117,1857.286803,828.5261606,1710.834601 +157735,1803.864036,1256.754062,1858.1479,829.289985,1711.155899 +157736,1806.037267,1251.403342,1859.027671,830.0580388,1711.412437 +157737,1808.219294,1246.075735,1859.927706,830.8595972,1711.75156 +157738,1810.411315,1241.003235,1860.842457,831.5895824,1712.072193 +157739,1812.611063,1235.764621,1861.7741,832.3895616,1712.438 +157740,1814.819026,1230.761694,1862.790524,833.1663687,1712.736429 +157741,1893.408131,1259.054194,1940.092599,868.5273957,1853.317868 +157742,2134.742514,1362.475224,2183.419502,976.2947105,2310.30965 +157743,2035.863938,1312.432443,2090.567597,931.0390935,2070.627065 +157744,2079.572795,1315.367092,2071.820919,940.830605,2149.291585 +157745,2041.985531,1312.395415,2124.994061,943.093447,2140.847534 +157746,2050.709138,1310.466585,2089.808011,945.8956571,2148.800226 +157747,2079.589509,1304.477044,2129.121793,945.9461312,2148.776344 +157748,2069.378692,1302.750546,2102.206139,948.7369808,2166.340239 +157749,2075.457894,1298.481004,2115.512876,949.7597,2157.111582 +157750,2079.796867,1295.606033,2116.780831,951.5956426,2139.131493 +157751,2082.202751,1291.202026,2122.068732,952.4846751,2173.260675 +157752,2087.142385,1289.229853,2118.720693,954.6689231,2162.385592 +157753,2089.569317,1285.15731,2122.523962,955.6240886,2166.641031 +157754,2253.970164,1356.369487,2289.864116,1030.365003,2458.713291 +157755,1887.527748,1174.867895,1890.336465,853.7987375,1753.035089 +157756,2328.880752,1395.065207,2401.086752,1079.747669,2653.925599 +157757,1877.375509,1161.138692,1858.758942,847.5591481,1690.127426 +157758,2351.034245,1389.286405,2426.541593,1082.398629,2692.178099 +157759,1861.51885,1154.819002,1860.914611,850.0123414,1677.319056 +157760,2376.943837,1385.479943,2415.56644,1086.911948,2701.325238 +157761,1858.3653,1148.857916,1864.775006,852.9159542,1679.529386 +157762,2385.910077,1381.43812,2435.236662,1091.247284,2707.058998 +157763,1863.19235,1143.367757,1864.446192,856.3295262,1682.134519 +157764,2392.790129,1377.389571,2433.682034,1095.760027,2712.299083 +157765,1867.911164,1137.985356,1878.485107,860.1313157,1684.716275 +157766,2399.650593,1373.413678,2422.284326,1100.616009,2717.2318 +157767,1873.213863,1133.277317,1876.106016,864.4151887,1687.875936 +157768,2405.38756,1368.812667,2449.654214,1105.187908,2721.333135 +157769,1881.058044,1128.929257,1864.093149,869.1555996,1691.013851 +157770,2407.465644,1364.291528,2455.357201,1110.040026,2725.4405 +157771,1893.03567,1124.419701,1870.365579,873.9164326,1693.716464 +157772,2405.082229,1360.214485,2456.530746,1115.221902,2729.873717 +157773,1908.884294,1119.773074,1874.60758,878.7882639,1696.156167 +157774,2398.743452,1356.207701,2462.281862,1120.837508,2740.394262 +157775,1926.60219,1114.755704,1873.068515,883.4933186,1688.819186 +157776,2391.623972,1352.84662,2469.704287,1127.00136,2749.539296 +157777,1913.968517,1110.443627,1873.62697,888.9984921,1690.628171 +157778,2429.58412,1348.341058,2471.143312,1132.411314,2752.570446 +157779,1925.202356,1105.977284,1878.94871,894.5451028,1693.195327 +157780,2403.816716,1345.012389,2475.505218,1138.946075,2756.795168 +157781,1923.149636,1101.967059,1879.463271,900.5477111,1697.935939 +157782,2439.630716,1340.442084,2475.966584,1144.730539,2756.630355 +157783,1910.801276,1098.159546,1886.479169,906.9393224,1708.200047 +157784,2448.319715,1336.631107,2474.592233,1151.299172,2750.64334 +157785,1914.399878,1093.657242,1892.310463,912.8952415,1722.957922 +157786,2454.439664,1333.517856,2471.83333,1158.702664,2740.861707 +157787,1917.690528,1089.137208,1918.368551,919.0127745,1714.098459 +157788,2460.14049,1330.287675,2455.543337,1165.989898,2767.966891 +157789,1922.443612,1085.361202,1904.209731,926.0465667,1705.599805 +157790,2464.462754,1326.285762,2464.139412,1172.946096,2772.512451 +157791,1926.919501,1081.558883,1934.275686,933.153289,1708.270745 +157792,2470.063708,1323.000758,2456.68182,1180.653087,2775.522107 +157793,1931.594273,1077.922752,1915.722781,940.6132038,1711.138198 +157794,2474.632888,1319.20522,2456.464875,1188.060707,2777.820468 +157795,1935.467064,1073.817715,1962.568413,947.9997909,1713.152876 +157796,2481.186886,1316.683951,2445.949541,1196.727739,2781.177522 +157797,1939.777481,1070.10381,1921.9381,955.7287756,1715.895311 +157798,2485.626063,1312.98971,2447.269327,1204.676154,2783.164909 +157799,1944.364118,1066.673651,1989.626897,963.9141956,1718.327709 +157800,2504.451415,1309.895595,2436.333975,1218.46934,2785.907867 +157801,1975.297966,1085.478394,1996.451735,987.1270045,1801.321453 +157802,2555.570933,1331.000569,2430.113953,1250.030575,2874.874231 +157803,1998.77588,1082.659278,2119.430801,1003.04165,1804.639831 +157804,2557.114802,1331.172024,2413.343057,1258.571259,2885.911708 +157805,2009.065671,1081.132339,2088.612166,1014.591063,1812.692648 +157806,2559.914593,1326.745352,2414.159969,1266.646602,2888.028214 +157807,2016.326163,1079.382862,2118.04762,1025.209342,1819.710462 +157808,2567.278922,1324.940622,2409.707687,1277.46106,2895.797542 +157809,2021.776316,1076.551463,2117.779004,1035.017055,1821.02856 +157810,2573.451407,1322.631041,2406.802149,1287.806618,2899.146488 +157811,2026.868482,1073.750829,2135.45233,1045.067667,1829.954018 +157812,2580.34946,1320.749675,2401.472507,1298.856378,2902.838285 +157813,2032.290016,1071.154873,2138.913584,1055.491779,1833.454482 +157814,2585.96844,1318.263778,2398.253108,1309.514238,2907.488861 +157815,2037.401004,1068.515746,2154.403812,1065.983024,1837.71387 +157816,2592.664319,1316.27961,2393.336558,1320.740646,2908.568764 +157817,2042.433892,1065.935372,2156.944395,1076.91127,1847.007637 +157818,2598.05155,1313.911645,2389.593334,1331.820721,2904.839175 +157819,2212.431439,1138.264597,2337.037496,1162.667761,2157.830183 +157820,2357.752219,1201.080886,2237.54768,1232.72424,2441.817736 +157821,2335.805239,1188.791462,2307.872208,1227.081041,2398.932171 +157822,2337.661384,1187.311826,2291.67438,1232.529079,2396.354934 +157823,2340.452327,1186.194311,2289.396775,1238.489891,2380.825397 +157824,2343.002724,1184.956759,2295.157008,1244.083342,2414.020298 +157825,2345.497559,1183.783375,2292.502823,1250.185286,2384.846289 +157826,2348.27258,1182.610445,2297.079532,1255.942267,2406.733782 +157827,2350.638442,1181.442723,2290.374434,1261.975273,2417.383646 +157828,2356.861401,1180.284463,2298.797818,1268.053092,2379.515385 +157829,2351.362121,1179.133334,2297.235973,1274.01444,2426.75941 +157830,2371.650271,1177.990134,2297.153254,1280.109793,2395.425471 +157831,2342.542305,1176.808993,2297.926072,1286.270641,2408.872155 +157832,2396.918981,1175.623828,2303.764457,1292.387165,2413.155909 +157833,2325.739051,1174.447006,2295.630898,1298.414319,2410.278536 +157834,2385.947077,1173.267949,2302.815708,1304.63593,2424.097225 +157835,2387.61473,1172.096117,2301.631573,1310.827458,2399.898738 +157836,2340.489504,1170.92844,2301.253735,1317.066898,2427.483063 +157837,2389.960735,1169.764164,2302.537107,1323.342086,2417.233617 +157838,2373.989179,1168.609952,2301.773492,1329.652957,2426.140898 +157839,2379.056644,1167.4537,2303.148244,1336.003138,2404.503645 +157840,2381.738099,1166.310551,2302.482259,1342.383636,2435.717549 +157841,2383.912736,1165.230286,2307.046443,1348.878561,2414.866304 +157842,2386.214922,1164.00072,2300.819493,1355.212402,2431.610821 +157843,2388.49806,1162.913789,2307.843657,1361.754898,2427.65763 +157844,2390.767039,1161.78078,2301.287609,1368.179967,2428.854915 +157845,2393.045234,1160.658078,2307.868185,1374.8479,2428.624574 +157846,2395.307645,1159.545883,2306.032497,1381.448648,2441.207455 +157847,2397.708787,1158.435438,2305.274386,1387.954448,2408.550102 +157848,2399.775395,1157.331902,2305.281589,1394.653701,2458.742535 +157849,2405.801148,1154.335107,2304.473097,1405.968801,2411.619877 +157850,2408.697224,1152.782842,2299.303937,1413.625169,2457.68891 +157851,2411.236306,1151.576655,2303.409564,1420.63196,2427.513528 +157852,2413.708392,1150.28556,2297.057839,1427.968211,2441.773285 +157853,2416.135129,1149.079848,2301.939813,1435.035125,2439.397799 +157854,2418.541893,1147.882389,2301.088064,1442.269426,2441.220097 +157855,2420.934528,1146.699324,2300.494266,1449.283177,2442.169838 +157856,2423.317917,1145.527739,2300.131113,1462.3615,2443.518204 +157857,2425.699101,1144.364596,2301.294218,1458.207846,2444.589159 +157858,2428.068514,1143.214658,2301.297612,1470.253409,2445.750277 +157859,2430.435509,1142.073362,2299.579715,1479.392492,2446.875574 +157860,2432.938758,1140.937201,2299.057251,1484.82134,2448.033946 +157861,2382.483414,1106.613297,2222.051448,1468.961358,2292.632204 +157862,2322.561067,1104.981456,2225.134962,1460.11432,2313.532345 +157863,2378.219905,1103.521671,2218.563695,1466.712576,2304.279874 +157864,2358.201499,1102.068919,2219.318492,1484.338147,2307.662337 +157865,2363.664856,1100.647104,2218.681334,1485.296225,2309.818869 +157866,2365.122358,1099.238879,2217.584397,1493.309774,2304.512479 +157867,2366.694904,1097.844879,2216.291788,1500.508783,2326.219187 +157868,2368.215474,1096.457684,2215.621421,1507.49481,2286.507941 +157869,2369.87168,1095.081144,2214.692525,1514.355774,2321.935792 +157870,2371.368024,1093.712091,2213.694595,1521.421165,2321.098654 +157871,2372.921375,1092.35068,2212.724072,1528.414857,2293.821563 +157872,2374.599966,1090.996222,2211.745905,1535.427005,2321.993298 +157873,2376.112562,1089.648823,2210.742956,1542.394187,2326.039045 +157874,2377.784615,1088.307882,2209.739112,1553.576739,2292.75216 +157875,2379.30494,1086.973378,2208.725092,1556.875338,2325.854923 +157876,2380.988566,1085.645015,2207.691112,1574.427176,2328.220279 +157877,2382.652537,1084.322716,2206.664237,1554.848631,2294.590173 +157878,2384.149202,1083.00597,2205.623647,1580.065342,2328.27647 +157879,2385.651352,1081.695208,2204.557173,1589.965897,2330.964005 +157880,2387.539776,1080.38989,2203.497342,1597.083985,2295.950752 +157881,2388.999881,1079.08838,2202.731954,1608.968826,2330.890792 +157882,2390.732543,1077.796788,2201.097789,1616.35999,2332.425747 +157883,2392.300503,1076.505009,2200.242562,1628.376295,2299.109359 +157884,2394.101554,1075.218977,2195.004386,1637.287887,2332.590961 +157885,2396.114173,1073.940159,2203.625964,1658.215188,2332.90652 +157886,2398.161476,1072.665641,2190.798616,1645.255329,2303.966103 +157887,2400.226259,1071.392588,2201.141247,1685.587189,2333.424291 +157888,2402.292332,1070.125915,2188.865867,1653.922784,2339.941946 +157889,2404.363836,1068.862703,2194.599156,1711.418029,2299.005522 +157890,2406.437013,1067.603243,2192.179901,1674.680683,2338.900727 +157891,2408.292332,1066.269344,2190.483164,1727.612763,2340.203518 +157892,2410.104895,1064.923414,2189.260746,1707.879174,2302.762869 +157893,2411.895916,1063.57248,2187.891533,1727.412939,2340.140587 +157894,2413.667188,1062.218196,2186.460139,1735.032246,2340.30354 +157895,2415.420375,1060.862269,2185.031114,1744.219591,2308.014909 +157896,2417.15562,1059.504779,2183.538085,1753.332268,2340.618866 +157897,2418.872627,1058.146193,2182.198591,1762.336798,2337.010958 +157898,2420.570821,1056.786393,2180.436531,1771.574549,2318.561911 +157899,2422.250736,1055.483757,2179.156532,1780.554828,2338.509943 +157900,2423.910821,1054.037094,2177.45634,1789.391696,2333.82747 +157901,2425.550895,1052.715186,2175.429801,1798.539118,2329.646308 +157902,2427.171287,1051.342713,2174.468818,1812.266239,2338.684428 +157903,2428.77014,1049.921218,2168.180481,1814.246802,2330.114612 +157904,2430.348351,1048.638813,2172.628081,1825.992461,2337.343505 +157905,2431.905111,1047.232269,2168.920217,1834.214346,2335.535924 +157906,2433.438894,1045.873468,2167.054012,1842.989724,2336.551729 +157907,2434.854583,1044.562002,2165.971655,1851.433779,2337.169746 +157908,2436.42919,1043.109894,2163.852434,1860.28747,2337.765064 +157909,2437.808425,1041.779301,2162.466758,1868.735649,2338.354749 +157910,2439.335078,1040.399377,2160.528189,1877.177544,2338.936783 +157911,2440.669557,1039.026875,2158.821642,1885.879782,2339.512099 +157912,2442.145132,1037.653246,2157.100097,1893.997763,2340.079468 +157913,2443.432569,1036.278508,2155.401752,1907.207907,2340.640487 +157914,2444.854432,1034.957865,2153.436143,1909.323661,2341.192585 +157915,2446.093219,1033.445014,2151.714813,1920.18521,2341.640367 +157916,2447.460021,1032.18585,2149.900023,1927.849444,2342.322831 +157917,2448.648933,1030.759285,2148.157322,1935.95466,2342.783221 +157918,2449.864184,1029.386449,2146.109386,1944.202786,2343.415797 +157919,2451.301483,1028.004291,2144.323097,1951.995081,2343.783893 +157920,2452.212791,1026.620654,2137.632052,1960.21227,2344.359052 +157921,2300.570667,959.2684259,1976.581216,1902.906643,2058.970832 +157922,2301.046929,957.4020011,1990.43717,1912.848348,2057.578321 +157923,2301.837536,955.8643487,1987.108978,1915.546124,2056.792009 +157924,2302.893394,954.497994,1968.358769,1924.630278,2056.37527 +157925,2303.991025,953.066023,1983.487481,1932.769209,2055.905362 +157926,2305.230474,951.7056584,1988.18134,1944.493634,2055.575597 +157927,2306.036319,950.354429,1969.972827,1946.657812,2055.283086 +157928,2307.435516,949.0657269,1958.716434,1955.687522,2055.023326 +157929,2308.434562,947.6633157,1980.111402,1963.588362,2054.788605 +157930,2309.550564,946.377417,1966.654664,1975.260234,2054.574099 +157931,2310.633131,945.0565874,1967.395364,1977.481987,2054.376642 +157932,2311.699501,943.697936,1965.728774,1986.101747,2054.193746 +157933,2312.746257,942.5214612,1977.196074,1993.668761,2054.022312 +157934,2313.681564,941.1201932,1942.716994,2000.315689,2053.861877 +157935,2314.772531,939.8710059,1969.960421,2011.725825,2053.790372 +157936,2315.676937,938.5796047,1956.991001,2014.602226,2053.531733 +157937,2316.723264,937.2999676,1957.158789,2021.759685,2053.456031 +157938,2317.587549,936.0730227,1955.54316,2033.102247,2053.319563 +157939,2318.586532,934.6827363,1953.847899,2037.24329,2053.203722 +157940,2319.40452,933.5222283,1952.145426,2046.675831,2053.088309 +157941,2320.352863,932.2154566,1950.462136,2051.187249,2052.91034 +157942,2321.123621,930.9674716,1948.651714,2060.065117,2052.921218 +157943,2322.053593,929.7565327,1962.697717,2064.733172,2052.771812 +157944,2322.651141,928.4382198,1922.064457,2067.968533,2052.689251 +157945,2323.509641,927.2212295,1954.793005,2073.03913,2052.601137 +157946,2324.229726,925.9689449,1939.533278,2076.180703,2052.514966 +157947,2324.941582,924.726421,1940.185375,2078.697605,2052.432515 +157948,2326.127034,923.4868712,1938.512591,2081.228889,2052.352624 +157949,2328.767897,922.6662621,1936.804412,2083.771373,2052.275783 +157950,2331.904655,920.8236076,1935.093055,2086.322042,2052.202176 +157951,2334.495726,919.786547,1933.157027,2088.875847,2052.131963 +157952,2337.169223,918.3814259,1931.170126,2091.369432,2052.063318 +157953,2339.767492,917.0272691,1929.158656,2093.768218,2051.996549 +157954,2342.897295,915.6701905,1927.128431,2096.07322,2052.007473 +157955,2345.448519,914.3093754,1925.082985,2098.301326,2051.825839 +157956,2348.211111,912.9455394,1923.023154,2100.471166,2051.819507 +157957,2350.989322,911.5791876,1920.950098,2102.594985,2051.746257 +157958,2353.782074,910.2131794,1918.964842,2106.650346,2051.687199 +157959,2356.57022,908.8373997,1916.714962,2107.612401,2051.624427 +157960,2359.353025,907.4680899,1914.678053,2109.163335,2051.567964 +157961,2362.12307,906.0929719,1912.442823,2110.901946,2051.509348 +157962,2364.879462,904.7171639,1910.452396,2112.732672,2051.451476 +157963,2371.99142,903.3399019,1908.238737,2114.58735,2051.394004 +157964,2365.094614,901.9612497,1906.096612,2116.443287,2051.336239 +157965,2389.58759,900.5812991,1903.929796,2118.259787,2051.278304 +157966,2353.038242,899.2001721,1901.751799,2120.072808,2051.219634 +157967,2389.303957,897.8178092,1899.562688,2121.873883,2051.159871 +157968,2402.515448,896.4342383,1897.363253,2123.570335,2051.021728 +157969,2347.400558,895.049931,1895.153958,2125.480096,2051.079498 +157970,2401.636039,890.4839152,1885.530778,2127.204195,2050.951039 +157971,2382.914247,888.6320431,1882.14254,2129.204451,2050.893184 +157972,2388.650601,886.9240079,1879.300697,2131.346476,2050.818601 +157973,2391.199045,885.3180047,1876.58979,2133.435205,2050.741484 +157974,2393.364752,883.7399956,1873.945887,2135.371493,2050.740251 +157975,2395.854358,882.1817377,1871.241099,2137.163194,2050.535379 +157976,2398.02004,880.6364674,1868.795575,2138.84621,2050.505074 +157977,2400.258843,879.1006405,1883.751331,2140.4244,2050.398634 +157978,2402.432992,877.5722557,1837.318486,2141.984956,2050.29778 +157979,2404.691219,876.0499003,1873.737451,2143.526323,2050.190598 +157980,2406.572866,874.5328297,1860.692458,2144.975529,2050.076916 +157981,1744.537083,872.4958588,815.5772084,1451.64707,1948.234083 +157982,1868.060011,1012.467794,879.5609245,1575.585273,2062.16031 +157983,2016.590194,993.7708266,959.6277666,1725.700413,2193.826442 +157984,2133.040242,1011.755569,1026.619344,1840.138644,2293.324545 +157985,2200.221195,1004.030303,1070.781635,1901.267391,2346.259015 +157986,2234.193757,1004.511073,1098.664751,1926.607002,2370.265821 +157987,2253.04222,1003.5825,1118.244777,1936.030756,2382.419742 +157988,2265.185668,1002.563985,1133.298594,1940.032522,2389.445566 +157989,2274.275875,1001.522461,1145.607118,1942.833377,2394.442144 +157990,2281.745048,1000.440672,1156.002385,1945.617865,2398.536026 +157991,2288.116865,999.3653301,1164.899685,1948.452661,2402.115237 +157992,2293.622269,998.2844537,1172.556482,1951.19964,2405.317427 +157993,2298.412509,997.2009917,1179.167879,1953.784332,2408.20578 +157994,2302.613258,996.1161817,1184.896062,1956.20599,2410.823576 +157995,2306.327578,995.0335126,1189.878128,1958.492769,2413.206938 +157996,2309.646366,993.9529335,1194.229357,1960.671966,2415.387098 +157997,2312.636419,992.8768572,1198.046077,1962.761137,2417.390705 +157998,2315.355734,991.8671923,1201.408734,1964.76988,2419.240587 +157999,2317.81079,990.7059528,1204.368354,1966.676532,2420.920115 +158000,2320.070829,989.6896646,1206.99617,1968.510895,2422.479704 +158001,2322.186734,988.6210846,1209.352102,1970.29773,2423.962432 +158002,2324.169274,987.5547493,1211.468746,1972.026885,2425.365203 +158003,2326.024041,986.5012917,1213.375313,1973.69237,2426.690254 +158004,2327.767635,985.4537105,1215.099169,1975.294944,2427.945483 +158005,2329.409154,984.4095349,1216.664279,1976.837279,2429.139551 +158006,2330.959218,983.3677868,1218.090858,1978.321649,2430.280037 +158007,2332.427088,982.328071,1219.395803,1979.749546,2431.373226 +158008,2333.819953,981.289593,1220.593313,1981.121977,2432.424401 +158009,2335.143135,980.2519863,1221.69538,1982.439716,2433.438045 +158010,2336.40082,979.2144988,1222.712196,1983.703454,2434.418017 +158011,2337.596472,978.0638663,1223.652434,1984.913827,2435.367617 +158012,2338.691586,976.826652,1224.519082,1985.943519,2436.289657 +158013,2339.660514,975.731996,1225.315312,1986.723141,2437.186464 +158014,2340.499138,974.4891679,1226.045694,1987.253908,2438.06 +158015,2341.215235,973.2953441,1226.715397,1987.569079,2438.911924 +158016,2341.819538,972.0836067,1227.32939,1987.703971,2439.743672 +158017,2342.321484,970.8649442,1227.892079,1987.684592,2440.556442 +158018,2342.72849,969.6391093,1228.407277,1987.527526,2441.351247 +158019,2343.046398,968.4063399,1228.878271,1987.243186,2442.128892 +158020,2343.279831,967.1663872,1229.307934,1986.838682,2442.890043 +158021,2343.432668,965.9803321,1229.698788,1986.319399,2443.63521 +158022,2343.508188,964.6348565,1230.053066,1985.689697,2444.364792 +158023,2343.50915,963.4190176,1230.37275,1984.953175,2445.079074 +158024,2343.437988,962.1400933,1230.659616,1984.112841,2445.778274 +158025,2343.296759,960.8836835,1230.915253,1983.171216,2446.46253 +158026,2343.100266,959.6053545,1231.14186,1982.158869,2447.131942 +158027,2342.846435,958.3177912,1231.340554,1981.066936,2447.786573 +158028,2342.530141,957.0222553,1231.512153,1979.881224,2448.426445 +158029,2342.148827,955.7193376,1231.657509,1978.595347,2449.051522 +158030,2341.702593,954.4089489,1231.777548,1977.209738,2449.661765 +158031,2341.192708,953.0913855,1231.873188,1975.72759,2450.257106 +158032,2340.620646,951.766483,1231.945309,1974.152232,2450.837495 +158033,2339.987686,950.4345138,1231.994729,1972.486221,2451.402856 +158034,2339.29497,949.0953064,1232.02221,1970.731407,2451.953128 +158035,2338.543515,947.7491363,1232.028463,1968.889204,2452.488232 +158036,2337.73421,946.3958366,1232.01416,1966.960813,2453.008107 +158037,2336.867866,945.0356917,1231.979929,1964.947326,2453.512675 +158038,2335.945269,943.668543,1231.926371,1962.849771,2454.001877 +158039,2334.967212,942.2946848,1231.854052,1960.669116,2454.475645 +158040,2333.934396,940.9020713,1231.763514,1958.406287,2454.933928 +158041,0,0,0,0,0 +158042,0,0,0,0,0 +158043,0,0,0,0,0 +158044,0,0,0,0,0 +158045,0,0,0,0,0 +158046,0,0,0,0,0 +158047,0,0,0,0,0 +158048,0,0,0,0,0 +158049,0,0,0,0,0 +158050,0,0,0,0,0 +158051,0,0,0,0,0 +158052,0,0,0,0,0 +158053,0,0,0,0,0 +158054,0,0,0,0,0 +158055,0,0,0,0,0 +158056,0,0,0,0,0 +158057,0,0,0,0,0 +158058,0,0,0,0,0 +158059,0,0,0,0,0 +158060,0,0,0,0,0 +158061,0,0,0,0,0 +158062,0,0,0,0,0 +158063,0,0,0,0,0 +158064,0,0,0,0,0 +158065,0,0,0,0,0 +158066,0,0,0,0,0 +158067,0,0,0,0,0 +158068,0,0,0,0,0 +158069,0,0,0,0,0 +158070,0,0,0,0,0 +158071,0,0,0,0,0 +158072,0,0,0,0,0 +158073,0,0,0,0,0 +158074,0,0,0,0,0 +158075,0,0,0,0,0 +158076,0,0,0,0,0 +158077,0,0,0,0,0 +158078,0,0,0,0,0 +158079,0,0,0,0,0 +158080,0,0,0,0,0 +158081,0,0,0,0,0 +158082,0,0,0,0,0 +158083,0,0,0,0,0 +158084,0,0,0,0,0 +158085,0,0,0,0,0 +158086,0,0,0,0,0 +158087,0,0,0,0,0 +158088,0,0,0,0,0 +158089,0,0,0,0,0 +158090,0,0,0,0,0 +158091,0,0,0,0,0 +158092,0,0,0,0,0 +158093,0,0,0,0,0 +158094,0,0,0,0,0 +158095,0,0,0,0,0 +158096,0,0,0,0,0 +158097,0,0,0,0,0 +158098,0,0,0,0,0 +158099,0,0,0,0,0 +158100,0,0,0,0,0 +158101,0,0,0,0,0 +158102,0,0,0,0,0 +158103,0,0,0,0,0 +158104,0,0,0,0,0 +158105,0,0,0,0,0 +158106,0,0,0,0,0 +158107,0,0,0,0,0 +158108,0,0,0,0,0 +158109,0,0,0,0,0 +158110,0,0,0,0,0 +158111,0,0,0,0,0 +158112,0,0,0,0,0 +158113,0,0,0,0,0 +158114,0,0,0,0,0 +158115,0,0,0,0,0 +158116,0,0,0,0,0 +158117,0,0,0,0,0 +158118,0,0,0,0,0 +158119,0,0,0,0,0 +158120,0,0,0,0,0 +158121,0,0,0,0,0 +158122,0,0,0,0,0 +158123,0,0,0,0,0 +158124,0,0,0,0,0 +158125,0,0,0,0,0 +158126,0,0,0,0,0 +158127,0,0,0,0,0 +158128,0,0,0,0,0 +158129,0,0,0,0,0 +158130,0,0,0,0,0 +158131,0,0,0,0,0 +158132,0,0,0,0,0 +158133,0,0,0,0,0 +158134,0,0,0,0,0 +158135,0,0,0,0,0 +158136,0,0,0,0,0 +158137,0,0,0,0,0 +158138,0,0,0,0,0 +158139,0,0,0,0,0 +158140,0,0,0,0,0 +158141,0,0,0,0,0 +158142,0,0,0,0,0 +158143,0,0,0,0,0 +158144,0,0,0,0,0 +158145,0,0,0,0,0 +158146,0,0,0,0,0 +158147,0,0,0,0,0 +158148,0,0,0,0,0 +158149,0,0,0,0,0 +158150,0,0,0,0,0 +158151,0,0,0,0,0 +158152,0,0,0,0,0 +158153,0,0,0,0,0 +158154,0,0,0,0,0 +158155,0,0,0,0,0 +158156,0,0,0,0,0 +158157,0,0,0,0,0 +158158,0,0,0,0,0 +158159,0,0,0,0,0 +158160,0,0,0,0,0 +158161,0,0,0,0,0 +158162,0,0,0,0,0 +158163,0,0,0,0,0 +158164,0,0,0,0,0 +158165,0,0,0,0,0 +158166,0,0,0,0,0 +158167,0,0,0,0,0 +158168,0,0,0,0,0 +158169,0,0,0,0,0 +158170,0,0,0,0,0 +158171,0,0,0,0,0 +158172,0,0,0,0,0 +158173,0,0,0,0,0 +158174,0,0,0,0,0 +158175,0,0,0,0,0 +158176,0,0,0,0,0 +158177,0,0,0,0,0 +158178,0,0,0,0,0 +158179,0,0,0,0,0 +158180,0,0,0,0,0 +158181,0,0,0,0,0 +158182,0,0,0,0,0 +158183,0,0,0,0,0 +158184,0,0,0,0,0 +158185,0,0,0,0,0 +158186,0,0,0,0,0 +158187,0,0,0,0,0 +158188,0,0,0,0,0 +158189,0,0,0,0,0 +158190,0,0,0,0,0 +158191,0,0,0,0,0 +158192,0,0,0,0,0 +158193,0,0,0,0,0 +158194,0,0,0,0,0 +158195,0,0,0,0,0 +158196,0,0,0,0,0 +158197,0,0,0,0,0 +158198,0,0,0,0,0 +158199,0,0,0,0,0 +158200,0,0,0,0,0 +158201,0,0,0,0,0 +158202,0,0,0,0,0 +158203,0,0,0,0,0 +158204,0,0,0,0,0 +158205,0,0,0,0,0 +158206,0,0,0,0,0 +158207,0,0,0,0,0 +158208,0,0,0,0,0 +158209,0,0,0,0,0 +158210,0,0,0,0,0 +158211,0,0,0,0,0 +158212,0,0,0,0,0 +158213,0,0,0,0,0 +158214,0,0,0,0,0 +158215,0,0,0,0,0 +158216,0,0,0,0,0 +158217,0,0,0,0,0 +158218,0,0,0,0,0 +158219,0,0,0,0,0 +158220,0,0,0,0,0 +158221,0,0,0,0,0 +158222,0,0,0,0,0 +158223,0,0,0,0,0 +158224,0,0,0,0,0 +158225,0,0,0,0,0 +158226,0,0,0,0,0 +158227,0,0,0,0,0 +158228,0,0,0,0,0 +158229,0,0,0,0,0 +158230,0,0,0,0,0 +158231,0,0,0,0,0 +158232,0,0,0,0,0 +158233,0,0,0,0,0 +158234,0,0,0,0,0 +158235,0,0,0,0,0 +158236,0,0,0,0,0 +158237,0,0,0,0,0 +158238,0,0,0,0,0 +158239,0,0,0,0,0 +158240,0,0,0,0,0 +158241,0,0,0,0,0 +158242,0,0,0,0,0 +158243,0,0,0,0,0 +158244,0,0,0,0,0 +158245,0,0,0,0,0 +158246,0,0,0,0,0 +158247,0,0,0,0,0 +158248,0,0,0,0,0 +158249,0,0,0,0,0 +158250,0,0,0,0,0 +158251,0,0,0,0,0 +158252,0,0,0,0,0 +158253,0,0,0,0,0 +158254,0,0,0,0,0 +158255,0,0,0,0,0 +158256,0,0,0,0,0 +158257,0,0,0,0,0 +158258,0,0,0,0,0 +158259,0,0,0,0,0 +158260,0,0,0,0,0 +158261,0,0,0,0,0 +158262,0,0,0,0,0 +158263,0,0,0,0,0 +158264,0,0,0,0,0 +158265,0,0,0,0,0 +158266,0,0,0,0,0 +158267,0,0,0,0,0 +158268,0,0,0,0,0 +158269,0,0,0,0,0 +158270,0,0,0,0,0 +158271,0,0,0,0,0 +158272,0,0,0,0,0 +158273,0,0,0,0,0 +158274,0,0,0,0,0 +158275,0,0,0,0,0 +158276,0,0,0,0,0 +158277,0,0,0,0,0 +158278,0,0,0,0,0 +158279,0,0,0,0,0 +158280,0,0,0,0,0 +158281,0,0,0,0,0 +158282,0,0,0,0,0 +158283,0,0,0,0,0 +158284,0,0,0,0,0 +158285,0,0,0,0,0 +158286,0,0,0,0,0 +158287,0,0,0,0,0 +158288,0,0,0,0,0 +158289,0,0,0,0,0 +158290,0,0,0,0,0 +158291,0,0,0,0,0 +158292,0,0,0,0,0 +158293,0,0,0,0,0 +158294,0,0,0,0,0 +158295,0,0,0,0,0 +158296,0,0,0,0,0 +158297,0,0,0,0,0 +158298,0,0,0,0,0 +158299,0,0,0,0,0 +158300,0,0,0,0,0 +158301,0,0,0,0,0 +158302,0,0,0,0,0 +158303,0,0,0,0,0 +158304,0,0,0,0,0 +158305,0,0,0,0,0 +158306,0,0,0,0,0 +158307,0,0,0,0,0 +158308,0,0,0,0,0 +158309,0,0,0,0,0 +158310,0,0,0,0,0 +158311,0,0,0,0,0 +158312,0,0,0,0,0 +158313,0,0,0,0,0 +158314,0,0,0,0,0 +158315,0,0,0,0,0 +158316,0,0,0,0,0 +158317,0,0,0,0,0 +158318,0,0,0,0,0 +158319,0,0,0,0,0 +158320,0,0,0,0,0 +158321,0,0,0,0,0 +158322,0,0,0,0,0 +158323,0,0,0,0,0 +158324,0,0,0,0,0 +158325,0,0,0,0,0 +158326,0,0,0,0,0 +158327,0,0,0,0,0 +158328,0,0,0,0,0 +158329,0,0,0,0,0 +158330,0,0,0,0,0 +158331,0,0,0,0,0 +158332,0,0,0,0,0 +158333,0,0,0,0,0 +158334,0,0,0,0,0 +158335,0,0,0,0,0 +158336,0,0,0,0,0 +158337,0,0,0,0,0 +158338,0,0,0,0,0 +158339,0,0,0,0,0 +158340,0,0,0,0,0 +158341,0,0,0,0,0 +158342,0,0,0,0,0 +158343,0,0,0,0,0 +158344,0,0,0,0,0 +158345,0,0,0,0,0 +158346,0,0,0,0,0 +158347,0,0,0,0,0 +158348,0,0,0,0,0 +158349,0,0,0,0,0 +158350,0,0,0,0,0 +158351,0,0,0,0,0 +158352,0,0,0,0,0 +158353,0,0,0,0,0 +158354,0,0,0,0,0 +158355,0,0,0,0,0 +158356,0,0,0,0,0 +158357,0,0,0,0,0 +158358,0,0,0,0,0 +158359,0,0,0,0,0 +158360,0,0,0,0,0 +158361,0,0,0,0,0 +158362,0,0,0,0,0 +158363,0,0,0,0,0 +158364,0,0,0,0,0 +158365,0,0,0,0,0 +158366,0,0,0,0,0 +158367,0,0,0,0,0 +158368,0,0,0,0,0 +158369,0,0,0,0,0 +158370,0,0,0,0,0 +158371,0,0,0,0,0 +158372,0,0,0,0,0 +158373,0,0,0,0,0 +158374,0,0,0,0,0 +158375,0,0,0,0,0 +158376,0,0,0,0,0 +158377,0,0,0,0,0 +158378,0,0,0,0,0 +158379,0,0,0,0,0 +158380,0,0,0,0,0 +158381,0,0,0,0,0 +158382,0,0,0,0,0 +158383,0,0,0,0,0 +158384,0,0,0,0,0 +158385,0,0,0,0,0 +158386,0,0,0,0,0 +158387,0,0,0,0,0 +158388,0,0,0,0,0 +158389,0,0,0,0,0 +158390,0,0,0,0,0 +158391,0,0,0,0,0 +158392,0,0,0,0,0 +158393,0,0,0,0,0 +158394,0,0,0,0,0 +158395,0,0,0,0,0 +158396,0,0,0,0,0 +158397,0,0,0,0,0 +158398,0,0,0,0,0 +158399,0,0,0,0,0 +158400,0,0,0,0,0 +158401,0,0,0,0,0 +158402,0,0,0,0,0 +158403,0,0,0,0,0 +158404,0,0,0,0,0 +158405,0,0,0,0,0 +158406,0,0,0,0,0 +158407,0,0,0,0,0 +158408,0,0,0,0,0 +158409,0,0,0,0,0 +158410,0,0,0,0,0 +158411,0,0,0,0,0 +158412,0,0,0,0,0 +158413,0,0,0,0,0 +158414,0,0,0,0,0 +158415,0,0,0,0,0 +158416,0,0,0,0,0 +158417,0,0,0,0,0 +158418,0,0,0,0,0 +158419,0,0,0,0,0 +158420,0,0,0,0,0 +158421,0,0,0,0,0 +158422,0,0,0,0,0 +158423,0,0,0,0,0 +158424,0,0,0,0,0 +158425,0,0,0,0,0 +158426,0,0,0,0,0 +158427,0,0,0,0,0 +158428,0,0,0,0,0 +158429,0,0,0,0,0 +158430,0,0,0,0,0 +158431,0,0,0,0,0 +158432,0,0,0,0,0 +158433,0,0,0,0,0 +158434,0,0,0,0,0 +158435,0,0,0,0,0 +158436,0,0,0,0,0 +158437,0,0,0,0,0 +158438,0,0,0,0,0 +158439,0,0,0,0,0 +158440,0,0,0,0,0 +158441,0,0,0,0,0 +158442,0,0,0,0,0 +158443,0,0,0,0,0 +158444,0,0,0,0,0 +158445,0,0,0,0,0 +158446,0,0,0,0,0 +158447,0,0,0,0,0 +158448,0,0,0,0,0 +158449,0,0,0,0,0 +158450,0,0,0,0,0 +158451,0,0,0,0,0 +158452,0,0,0,0,0 +158453,0,0,0,0,0 +158454,0,0,0,0,0 +158455,0,0,0,0,0 +158456,0,0,0,0,0 +158457,0,0,0,0,0 +158458,0,0,0,0,0 +158459,0,0,0,0,0 +158460,0,0,0,0,0 +158461,0,0,0,0,0 +158462,0,0,0,0,0 +158463,0,0,0,0,0 +158464,0,0,0,0,0 +158465,0,0,0,0,0 +158466,0,0,0,0,0 +158467,0,0,0,0,0 +158468,0,0,0,0,0 +158469,0,0,0,0,0 +158470,0,0,0,0,0 +158471,0,0,0,0,0 +158472,0,0,0,0,0 +158473,0,0,0,0,0 +158474,0,0,0,0,0 +158475,0,0,0,0,0 +158476,0,0,0,0,0 +158477,0,0,0,0,0 +158478,0,0,0,0,0 +158479,0,0,0,0,0 +158480,0,0,0,0,0 +158481,0,0,0,0,0 +158482,0,0,0,0,0 +158483,0,0,0,0,0 +158484,0,0,0,0,0 +158485,0,0,0,0,0 +158486,0,0,0,0,0 +158487,0,0,0,0,0 +158488,0,0,0,0,0 +158489,0,0,0,0,0 +158490,0,0,0,0,0 +158491,0,0,0,0,0 +158492,0,0,0,0,0 +158493,0,0,0,0,0 +158494,0,0,0,0,0 +158495,0,0,0,0,0 +158496,0,0,0,0,0 +158497,0,0,0,0,0 +158498,0,0,0,0,0 +158499,0,0,0,0,0 +158500,0,0,0,0,0 +158501,0,0,0,0,0 +158502,0,0,0,0,0 +158503,0,0,0,0,0 +158504,0,0,0,0,0 +158505,0,0,0,0,0 +158506,0,0,0,0,0 +158507,0,0,0,0,0 +158508,0,0,0,0,0 +158509,0,0,0,0,0 +158510,0,0,0,0,0 +158511,0,0,0,0,0 +158512,0,0,0,0,0 +158513,0,0,0,0,0 +158514,0,0,0,0,0 +158515,0,0,0,0,0 +158516,0,0,0,0,0 +158517,0,0,0,0,0 +158518,0,0,0,0,0 +158519,0,0,0,0,0 +158520,0,0,0,0,0 +158521,0,0,0,0,0 +158522,0,0,0,0,0 +158523,0,0,0,0,0 +158524,0,0,0,0,0 +158525,0,0,0,0,0 +158526,0,0,0,0,0 +158527,0,0,0,0,0 +158528,0,0,0,0,0 +158529,0,0,0,0,0 +158530,0,0,0,0,0 +158531,0,0,0,0,0 +158532,0,0,0,0,0 +158533,0,0,0,0,0 +158534,0,0,0,0,0 +158535,0,0,0,0,0 +158536,0,0,0,0,0 +158537,0,0,0,0,0 +158538,0,0,0,0,0 +158539,0,0,0,0,0 +158540,0,0,0,0,0 +158541,0,0,0,0,0 +158542,0,0,0,0,0 +158543,0,0,0,0,0 +158544,0,0,0,0,0 +158545,0,0,0,0,0 +158546,0,0,0,0,0 +158547,0,0,0,0,0 +158548,0,0,0,0,0 +158549,0,0,0,0,0 +158550,0,0,0,0,0 +158551,0,0,0,0,0 +158552,0,0,0,0,0 +158553,0,0,0,0,0 +158554,0,0,0,0,0 +158555,0,0,0,0,0 +158556,0,0,0,0,0 +158557,0,0,0,0,0 +158558,0,0,0,0,0 +158559,0,0,0,0,0 +158560,0,0,0,0,0 +158561,0,0,0,0,0 +158562,0,0,0,0,0 +158563,0,0,0,0,0 +158564,0,0,0,0,0 +158565,0,0,0,0,0 +158566,0,0,0,0,0 +158567,0,0,0,0,0 +158568,0,0,0,0,0 +158569,0,0,0,0,0 +158570,0,0,0,0,0 +158571,0,0,0,0,0 +158572,0,0,0,0,0 +158573,0,0,0,0,0 +158574,0,0,0,0,0 +158575,0,0,0,0,0 +158576,0,0,0,0,0 +158577,0,0,0,0,0 +158578,0,0,0,0,0 +158579,0,0,0,0,0 +158580,0,0,0,0,0 +158581,0,0,0,0,0 +158582,0,0,0,0,0 +158583,0,0,0,0,0 +158584,0,0,0,0,0 +158585,0,0,0,0,0 +158586,0,0,0,0,0 +158587,0,0,0,0,0 +158588,0,0,0,0,0 +158589,0,0,0,0,0 +158590,0,0,0,0,0 +158591,0,0,0,0,0 +158592,0,0,0,0,0 +158593,0,0,0,0,0 +158594,0,0,0,0,0 +158595,0,0,0,0,0 +158596,0,0,0,0,0 +158597,0,0,0,0,0 +158598,0,0,0,0,0 +158599,0,0,0,0,0 +158600,0,0,0,0,0 +158601,0,0,0,0,0 +158602,0,0,0,0,0 +158603,0,0,0,0,0 +158604,0,0,0,0,0 +158605,0,0,0,0,0 +158606,0,0,0,0,0 +158607,0,0,0,0,0 +158608,0,0,0,0,0 +158609,0,0,0,0,0 +158610,0,0,0,0,0 +158611,0,0,0,0,0 +158612,0,0,0,0,0 +158613,0,0,0,0,0 +158614,0,0,0,0,0 +158615,0,0,0,0,0 +158616,0,0,0,0,0 +158617,0,0,0,0,0 +158618,0,0,0,0,0 +158619,0,0,0,0,0 +158620,0,0,0,0,0 +158621,0,0,0,0,0 +158622,0,0,0,0,0 +158623,0,0,0,0,0 +158624,0,0,0,0,0 +158625,0,0,0,0,0 +158626,0,0,0,0,0 +158627,0,0,0,0,0 +158628,0,0,0,0,0 +158629,0,0,0,0,0 +158630,0,0,0,0,0 +158631,0,0,0,0,0 +158632,0,0,0,0,0 +158633,0,0,0,0,0 +158634,0,0,0,0,0 +158635,0,0,0,0,0 +158636,0,0,0,0,0 +158637,0,0,0,0,0 +158638,0,0,0,0,0 +158639,0,0,0,0,0 +158640,0,0,0,0,0 +158641,0,0,0,0,0 +158642,0,0,0,0,0 +158643,0,0,0,0,0 +158644,0,0,0,0,0 +158645,0,0,0,0,0 +158646,0,0,0,0,0 +158647,0,0,0,0,0 +158648,0,0,0,0,0 +158649,0,0,0,0,0 +158650,0,0,0,0,0 +158651,0,0,0,0,0 +158652,0,0,0,0,0 +158653,0,0,0,0,0 +158654,0,0,0,0,0 +158655,0,0,0,0,0 +158656,0,0,0,0,0 +158657,0,0,0,0,0 +158658,0,0,0,0,0 +158659,0,0,0,0,0 +158660,0,0,0,0,0 +158661,0,0,0,0,0 +158662,0,0,0,0,0 +158663,0,0,0,0,0 +158664,0,0,0,0,0 +158665,0,0,0,0,0 +158666,0,0,0,0,0 +158667,0,0,0,0,0 +158668,0,0,0,0,0 +158669,0,0,0,0,0 +158670,0,0,0,0,0 +158671,0,0,0,0,0 +158672,0,0,0,0,0 +158673,0,0,0,0,0 +158674,0,0,0,0,0 +158675,0,0,0,0,0 +158676,0,0,0,0,0 +158677,0,0,0,0,0 +158678,0,0,0,0,0 +158679,0,0,0,0,0 +158680,0,0,0,0,0 +158681,0,0,0,0,0 +158682,0,0,0,0,0 +158683,0,0,0,0,0 +158684,0,0,0,0,0 +158685,0,0,0,0,0 +158686,0,0,0,0,0 +158687,0,0,0,0,0 +158688,0,0,0,0,0 +158689,0,0,0,0,0 +158690,0,0,0,0,0 +158691,0,0,0,0,0 +158692,0,0,0,0,0 +158693,0,0,0,0,0 +158694,0,0,0,0,0 +158695,0,0,0,0,0 +158696,0,0,0,0,0 +158697,0,0,0,0,0 +158698,0,0,0,0,0 +158699,0,0,0,0,0 +158700,0,0,0,0,0 +158701,0,0,0,0,0 +158702,0,0,0,0,0 +158703,0,0,0,0,0 +158704,0,0,0,0,0 +158705,0,0,0,0,0 +158706,0,0,0,0,0 +158707,0,0,0,0,0 +158708,0,0,0,0,0 +158709,0,0,0,0,0 +158710,0,0,0,0,0 +158711,0,0,0,0,0 +158712,0,0,0,0,0 +158713,0,0,0,0,0 +158714,0,0,0,0,0 +158715,0,0,0,0,0 +158716,0,0,0,0,0 +158717,0,0,0,0,0 +158718,0,0,0,0,0 +158719,0,0,0,0,0 +158720,0,0,0,0,0 +158721,0,0,0,0,0 +158722,0,0,0,0,0 +158723,0,0,0,0,0 +158724,0,0,0,0,0 +158725,0,0,0,0,0 +158726,0,0,0,0,0 +158727,0,0,0,0,0 +158728,0,0,0,0,0 +158729,0,0,0,0,0 +158730,0,0,0,0,0 +158731,0,0,0,0,0 +158732,0,0,0,0,0 +158733,0,0,0,0,0 +158734,0,0,0,0,0 +158735,0,0,0,0,0 +158736,0,0,0,0,0 +158737,0,0,0,0,0 +158738,0,0,0,0,0 +158739,0,0,0,0,0 +158740,0,0,0,0,0 +158741,0,0,0,0,0 +158742,0,0,0,0,0 +158743,0,0,0,0,0 +158744,0,0,0,0,0 +158745,0,0,0,0,0 +158746,0,0,0,0,0 +158747,0,0,0,0,0 +158748,0,0,0,0,0 +158749,0,0,0,0,0 +158750,0,0,0,0,0 +158751,0,0,0,0,0 +158752,0,0,0,0,0 +158753,0,0,0,0,0 +158754,0,0,0,0,0 +158755,0,0,0,0,0 +158756,0,0,0,0,0 +158757,0,0,0,0,0 +158758,0,0,0,0,0 +158759,0,0,0,0,0 +158760,0,0,0,0,0 +158761,0,0,0,0,0 +158762,0,0,0,0,0 +158763,0,0,0,0,0 +158764,0,0,0,0,0 +158765,0,0,0,0,0 +158766,0,0,0,0,0 +158767,0,0,0,0,0 +158768,0,0,0,0,0 +158769,0,0,0,0,0 +158770,0,0,0,0,0 +158771,0,0,0,0,0 +158772,0,0,0,0,0 +158773,0,0,0,0,0 +158774,0,0,0,0,0 +158775,0,0,0,0,0 +158776,0,0,0,0,0 +158777,0,0,0,0,0 +158778,0,0,0,0,0 +158779,0,0,0,0,0 +158780,0,0,0,0,0 +158781,0,0,0,0,0 +158782,0,0,0,0,0 +158783,0,0,0,0,0 +158784,0,0,0,0,0 +158785,0,0,0,0,0 +158786,0,0,0,0,0 +158787,0,0,0,0,0 +158788,0,0,0,0,0 +158789,0,0,0,0,0 +158790,0,0,0,0,0 +158791,0,0,0,0,0 +158792,0,0,0,0,0 +158793,0,0,0,0,0 +158794,0,0,0,0,0 +158795,0,0,0,0,0 +158796,0,0,0,0,0 +158797,0,0,0,0,0 +158798,0,0,0,0,0 +158799,0,0,0,0,0 +158800,0,0,0,0,0 +158801,0,0,0,0,0 +158802,0,0,0,0,0 +158803,0,0,0,0,0 +158804,0,0,0,0,0 +158805,0,0,0,0,0 +158806,0,0,0,0,0 +158807,0,0,0,0,0 +158808,0,0,0,0,0 +158809,0,0,0,0,0 +158810,0,0,0,0,0 +158811,0,0,0,0,0 +158812,0,0,0,0,0 +158813,0,0,0,0,0 +158814,0,0,0,0,0 +158815,0,0,0,0,0 +158816,0,0,0,0,0 +158817,0,0,0,0,0 +158818,0,0,0,0,0 +158819,0,0,0,0,0 +158820,0,0,0,0,0 +158821,-1075.421633,452.4384076,886.6027239,-430.4520096,181.1710521 +158822,-844.864258,443.3989586,866.2481608,-333.1778812,289.1783564 +158823,-876.7738722,430.0364372,837.4727575,-347.5042775,234.9139514 +158824,-990.482699,416.791414,808.5406865,-396.6246781,132.5592275 +158825,-1061.954049,405.8519734,783.4914475,-427.8488889,58.15851106 +158826,-1120.509665,397.3207416,762.7616603,-453.5066846,-4.634155875 +158827,-1204.104339,390.6155042,745.4630012,-489.7313249,-78.8295443 +158828,-1242.543907,385.1777413,730.6450254,-506.8000288,-123.977793 +158829,-744.1207262,380.6404037,717.6440134,-407.836388,-149.2318684 +158830,-529.7358356,376.7824411,706.0391561,-183.8266899,-165.5616669 +158831,-725.1511728,373.4624073,695.5518557,-324.5273037,-179.8904957 +158832,-628.8557657,370.5779986,685.9754184,-271.4717096,-193.3888163 +158833,-613.3240972,368.0460584,677.1407556,-262.7708945,-206.3166124 +158834,-597.4742898,365.7983129,668.9075238,-257.0954139,-218.9498186 +158835,-588.0114824,363.77999,661.1611055,-250.574855,-231.4099712 +158836,-573.060713,361.9480197,653.8093704,-244.8793677,-243.7696439 +158837,-561.1718991,360.268816,646.7788068,-238.5011692,-256.0722426 +158838,-548.1705494,358.7161398,640.0107074,-233.2894658,-268.34255 +158839,-536.5256578,357.2693768,633.4580057,-226.558516,-280.59303 +158840,-526.4929205,355.9122166,627.0827654,-222.2617462,-292.8290069 +158841,-511.6014432,354.6316953,620.8543119,-215.4164249,-305.0514472 +158842,-502.587255,353.417447,614.7477274,-210.2188607,-317.2592907 +158843,-490.0165088,352.2611582,608.7427354,-205.7557543,-329.4502692 +158844,-478.0642587,351.1561091,602.8227386,-198.5001134,-341.6218708 +158845,-468.4126415,350.096849,596.9741256,-195.1108474,-353.7714041 +158846,-456.5288668,349.0789076,591.1856426,-188.8533514,-365.896543 +158847,-445.5454265,348.0986042,585.4479657,-183.5041175,-377.9950579 +158848,-433.9096754,347.1528648,579.753288,-178.4995652,-390.0652289 +158849,-425.0864194,346.2391127,574.0950621,-173.8894727,-402.1054755 +158850,-412.1835051,345.3551495,568.4677216,-168.2423532,-414.1147156 +158851,-403.1799229,344.4990951,562.8665317,-163.7860831,-426.0919589 +158852,-391.8336156,343.6421206,557.2506346,-158.2894632,-438.0367145 +158853,-382.8124309,342.7661405,551.5943014,-154.1080689,-449.948583 +158854,-371.3903332,341.8671376,545.8913161,-148.8778914,-461.8275211 +158855,-363.4634821,340.9480412,540.1451459,-145.073989,-473.6734441 +158856,-351.0778616,340.0131766,534.3613057,-139.3499254,-485.4865685 +158857,-342.3674934,339.0661066,528.5444012,-135.1379361,-367.4964184 +158858,-333.3034776,338.1093433,522.6976922,-132.0865953,-249.6392577 +158859,-321.7146655,337.1446653,516.8235096,-127.9870212,-331.1755481 +158860,-313.0224469,336.1733609,510.9235285,-124.1912007,-295.6413809 +158861,-302.9114931,335.1963826,504.9989606,-120.7243344,-286.7642377 +158862,-293.60495,334.214432,499.0506699,-117.1256736,-282.6945261 +158863,-284.0075492,333.2280513,493.0793335,-112.91318,-274.0843959 +158864,-276.4527936,376.0017572,487.0840077,-109.5579425,-270.37671 +158865,-268.6915829,497.4883629,481.0672497,-105.6020919,-263.3160684 +158866,-261.9181113,445.4396595,475.0272469,-102.0436394,-257.6197356 +158867,-252.567071,484.0454324,468.9661245,-98.6470278,-253.0203831 +158868,-246.6576365,501.1743973,463.0172873,-94.65022833,-246.3689653 +158869,-236.9491796,518.0735089,457.1861418,-91.34830708,-240.2191849 +158870,-231.3821942,534.572361,451.4396979,-87.71698701,-236.5055857 +158871,-222.604642,550.762326,445.7520041,-84.020376,-229.6667782 +158872,-215.5633186,566.8232371,440.1045777,-80.53267903,-224.3486636 +158873,-207.1725482,582.4536956,434.4887282,-76.9973356,-219.290959 +158874,-200.5767054,598.3352249,428.8958372,-73.42001447,-214.714944 +158875,-192.641147,613.407101,423.3213988,-69.80800861,-208.852961 +158876,-185.2668973,629.0008187,417.758665,-66.70525988,-203.7749815 +158877,-177.2039706,643.9102871,412.2043343,-62.76813817,-198.6465577 +158878,-170.3717289,658.7665448,406.6528685,-59.35423727,-193.5907382 +158879,-162.8640268,673.3046372,401.1020811,-56.19855956,-188.1392786 +158880,-155.323429,688.1897518,395.5475094,-52.35323409,-184.2377751 +158881,113.5612075,1132.798507,398.4657928,51.71243351,206.205886 +158882,127.894643,1160.623002,420.4282731,58.65227776,237.2893211 +158883,149.9645159,1184.724572,451.5816114,69.23602165,283.4721279 +158884,172.7579269,1206.099454,482.9729091,80.01346491,330.9873685 +158885,193.2074192,1227.566615,510.8023714,89.5162509,374.2150512 +158886,210.879107,1247.304155,534.6348337,97.58208482,412.3908593 +158887,226.2576292,1266.850455,555.1765748,104.4913931,446.3206396 +158888,239.8846806,1285.711596,868.7318662,110.5384566,476.872813 +158889,252.1367754,1304.476973,1203.235607,115.9249135,503.9479615 +158890,263.2567746,1322.703048,975.9730171,120.7795315,528.0678523 +158891,273.4159939,1340.889115,1085.789274,125.1919192,549.7690988 +158892,282.7516385,1358.466475,1107.289469,129.232583,569.4509429 +158893,291.3813142,1376.043615,1126.811954,132.9607994,587.4005253 +158894,299.4069155,1393.396194,1145.574138,136.4269086,603.8413974 +158895,307.2537033,1410.248451,1163.539618,139.8267721,619.5764593 +158896,314.333258,1427.190148,1180.9347,142.8942177,633.5662679 +158897,321.0290277,1443.728905,1197.700181,145.8041698,646.5384169 +158898,327.3966116,1460.05583,1213.894671,148.5818844,658.6235449 +158899,333.4815774,1476.391462,1229.539586,151.2475664,669.9322668 +158900,339.321497,1492.159141,1244.656603,153.8174695,680.5585515 +158901,344.9477581,1508.09472,1259.226257,156.3048542,690.5829195 +158902,350.3868435,1523.625373,1273.400622,158.7206602,700.074869 +158903,355.6611935,1539.03518,1287.019719,161.0739574,709.0945713 +158904,360.7898372,1554.247573,1300.170083,163.3722717,717.6941548 +158905,365.7889242,1569.212818,1312.973565,165.6218537,725.9188304 +158906,370.6721606,1584.232342,1325.216293,167.8278952,733.8077951 +158907,375.4512023,1598.681128,1336.788613,169.9947187,741.3951117 +158908,380.1359699,1613.34663,1348.78037,172.1259278,748.7103679 +158909,384.734934,1627.610103,1359.713379,174.2245389,755.7793577 +158910,389.2553352,1641.705159,1370.346096,176.293081,762.6245447 +158911,393.7033904,1656.906316,1380.369863,178.3336876,769.265592 +158912,398.0819027,1675.170541,1389.806364,180.3469366,775.7196464 +158913,402.3938014,1681.261849,1398.896329,182.3335561,782.0017583 +158914,406.6426608,1705.009467,1407.575573,184.2946656,788.1251256 +158915,410.8322034,1704.036371,1416.058852,186.231524,794.1014083 +158916,414.9658798,1702.030064,1423.945853,188.1453171,799.9408774 +158917,419.0467364,1742.660624,1431.764276,190.0370858,805.6526633 +158918,423.0774205,1740.358509,1439.114383,191.9077235,811.2448381 +158919,427.0602663,1755.312936,1446.206162,193.7580126,816.724649 +158920,430.9973337,1766.957305,1452.987542,195.5886399,822.098522 +158921,434.8904661,1778.518436,1459.481137,197.4002201,827.372234 +158922,438.7413112,1789.831039,1465.642533,199.1933027,832.5509208 +158923,442.5513625,1800.998276,1471.648976,200.9683885,837.6392417 +158924,446.321972,1812.074672,1477.279599,202.7259333,842.6413743 +158925,450.0543831,1822.704492,1482.740141,204.4663603,847.5611497 +158926,453.7497322,1833.553383,1487.769574,206.1900597,852.4020215 +158927,457.4090752,1844.077522,1492.784376,207.8973986,857.1671812 +158928,461.0333876,1854.320283,1497.405263,209.5887201,861.8595222 +158929,464.6235867,1864.579849,1501.84388,211.2643515,866.4817438 +158930,468.1805264,1874.529679,1506.047731,212.9246013,871.0363043 +158931,471.7050183,1884.628376,1510.0301,214.5697673,875.5255186 +158932,475.1978227,1894.195954,1513.747632,216.200132,879.9515034 +158933,478.6596691,1903.866079,1517.431237,217.8159704,884.3162708 +158934,482.0912463,1913.39381,1520.672777,219.4175457,888.6216712 +158935,485.4932191,1922.574742,1523.873611,221.0051153,892.8694752 +158936,488.866219,1931.718044,1526.829393,222.5789266,897.0613196 +158937,492.2108575,1940.858218,1529.605462,224.1392222,901.1987793 +158938,495.5277191,1949.774134,1532.199755,225.6862366,905.2833176 +158939,498.8173732,1958.405478,1534.616989,227.2202008,909.3163536 +158940,502.0803646,1967.083793,1536.810489,228.741338,913.2992082 +158941,505.3987739,2144.715573,1929.269395,230.286936,917.381438 +158942,515.7249357,2155.452894,1935.585498,234.9802882,934.6834716 +158943,529.5838301,2165.201776,1940.633898,241.2099396,958.6505325 +158944,543.4732986,2174.762276,1944.924417,247.37992,982.8061629 +158945,555.9385929,2193.984554,1948.851759,252.8470339,1004.488421 +158946,566.8421719,2182.679804,1952.424637,257.5731771,1023.423937 +158947,576.4809259,2201.989875,1955.951143,261.713476,1040.106285 +158948,585.1581969,2211.813477,1959.185162,265.4188909,1055.036896 +158949,613.1434297,2218.026103,1962.114305,268.791473,1068.556231 +158950,934.0450984,2226.882416,1965.032272,366.7389014,1109.961206 +158951,769.1843747,2235.154543,1967.727095,362.7429185,1619.364191 +158952,836.5201176,2243.17593,1970.276393,360.7093907,1347.901466 +158953,854.9796582,2251.067578,1972.664616,376.59892,1447.244899 +158954,871.1822487,2258.915887,1974.898527,384.5066397,1467.731662 +158955,886.6392423,2266.271397,1976.991278,392.3538558,1484.984821 +158956,902.2250723,2273.970423,1978.953623,399.7355648,1501.309486 +158957,917.2730678,2281.226092,1980.796044,407.3741293,1517.19329 +158958,932.1400069,2288.455682,1982.523264,414.6485274,1533.378927 +158959,946.7382586,2295.646442,1984.141265,421.6297851,1548.169602 +158960,960.967033,2302.451679,1985.652662,428.846941,1563.35935 +158961,975.4118642,2309.357549,1987.062029,435.5917469,1577.934485 +158962,989.1800766,2316.047768,1988.371826,442.5503622,1592.053969 +158963,1002.995724,2322.627403,1989.586239,449.1622227,1606.527769 +158964,1016.514841,2329.082178,1990.707803,455.7625827,1620.119802 +158965,1029.635214,2335.519039,1991.740584,462.1469101,1633.610174 +158966,1043.166166,2341.566509,1992.6873,468.7581065,1646.92522 +158967,1056.181013,2347.613229,1993.55201,474.7100428,1659.908715 +158968,1068.617035,2353.714864,1994.337634,481.1459443,1672.68029 +158969,1081.188265,2359.472858,1995.048263,487.1373346,1685.219983 +158970,1094.011767,2365.201965,1995.687003,493.1574997,1697.535329 +158971,1105.949965,2370.273405,1996.030562,498.9919927,1709.60204 +158972,1117.95766,2375.501323,1996.265613,504.7429928,1721.541085 +158973,1129.75485,2380.071345,1996.422875,510.2792981,1733.173809 +158974,1141.393672,2389.965041,1996.513121,516.044491,1744.71875 +158975,1152.616903,2383.543134,1996.543874,521.4420005,1756.00136 +158976,1164.384591,2416.027485,1996.520045,527.0027016,1767.086459 +158977,1175.368239,2368.614981,1996.447106,531.9991532,1778.082784 +158978,1186.474474,2416.362164,1996.328815,537.5754816,1788.784796 +158979,1197.397064,2402.925824,1996.170726,542.6385393,1799.446123 +158980,1208.189023,2410.173365,1995.976646,547.7820087,1809.814978 +158981,1218.853702,2413.617162,1995.751239,552.8344894,1820.117866 +158982,1229.05414,2417.390047,1995.498264,557.8207495,1830.265647 +158983,1240.023358,2420.723667,1995.222455,562.6018184,1840.178611 +158984,1250.054592,2424.150794,1994.927644,567.6832289,1849.68461 +158985,1260.308168,2427.241799,1994.61856,572.3735032,1859.89216 +158986,1270.386226,2430.413435,1994.298992,577.2823134,1869.1355 +158987,1280.726668,2433.25259,1993.973587,581.7321279,1878.654768 +158988,1290.014352,2436.035571,1993.646109,586.4719135,1887.901115 +158989,1300.095396,2438.746039,1993.321174,591.0190097,1897.008646 +158990,1309.639773,2441.384491,1993.002542,595.3759739,1906.133822 +158991,1319.269336,2443.836731,1992.694797,600.0953115,1914.935231 +158992,1328.717216,2446.00698,1992.401679,604.3905958,1923.708605 +158993,1338.063174,2448.433992,1992.127738,608.7873378,1932.472769 +158994,1347.416158,2450.413562,1991.876699,613.1093131,1940.877693 +158995,1356.163028,2452.354489,1991.65309,617.3850886,1949.423987 +158996,1365.972736,2454.201411,1991.461012,621.6158104,1952.684314 +158997,1374.633599,2455.939378,1991.305575,625.8033477,1959.203104 +158998,1383.731695,2457.56436,1991.189869,629.9480845,1964.487289 +158999,1392.53651,2459.07589,1991.118366,634.0514016,1970.143538 +159000,1401.411726,2460.474138,1991.094769,637.9291678,1975.570279 +159001,1415.929191,2464.541873,1997.004289,644.8350059,1992.222716 +159002,1425.310799,2466.203198,1997.923013,649.0427704,1998.960168 +159003,1434.040211,2467.542764,1998.44953,653.2099085,2005.239582 +159004,1442.683042,2468.686534,1998.850354,657.225461,2011.266349 +159005,1451.013664,2469.667054,1999.208953,661.1661154,2017.085687 +159006,1459.333945,2470.504643,1999.57139,665.0463567,2022.759242 +159007,1467.556742,2471.21204,1999.967166,668.8762546,2028.269089 +159008,1475.579526,2471.796558,2000.414017,672.6611712,2033.80523 +159009,1473.530054,2467.62903,1990.817804,671.8163579,2020.85042 +159010,1451.547855,2453.872004,1961.368002,661.8499019,1972.412086 +159011,1517.961536,2478.24307,2020.412699,691.970717,2086.923719 +159012,1496.509844,2468.013,1992.412338,682.0354237,2037.123427 +159013,1510.533682,2481.458762,1999.288951,689.204877,2053.976793 +159014,1518.097468,2465.126045,2010.096796,692.1400407,2059.163665 +159015,1526.333614,2460.390654,1993.474962,696.1957411,2064.779465 +159016,1533.553641,2483.700262,2000.440512,699.5186638,2069.613131 +159017,1540.703217,2456.530353,2006.389029,702.8401617,2082.723961 +159018,1547.65147,2491.811261,2003.469884,705.8559192,2073.525005 +159019,1556.300831,2445.034534,2008.244919,710.4866765,2077.172217 +159020,1561.465701,2490.7575,2006.24993,712.3425419,2091.649469 +159021,1570.627395,2459.046935,2010.676434,716.7843079,2092.016516 +159022,1576.979005,2468.663538,2011.731745,719.668021,2096.784886 +159023,1583.988828,2465.377329,2013.574803,722.9620893,2101.423113 +159024,1591.45348,2464.693059,2015.975779,726.3232521,2106.008552 +159025,1597.957279,2462.180088,2035.498473,729.3481612,2109.902898 +159026,1606.02494,2462.824175,1994.022529,732.9604139,2115.316964 +159027,1611.986372,2459.34942,2034.576237,735.7282038,2118.432878 +159028,1618.933048,2464.535813,2021.103461,738.8504588,2122.72189 +159029,1626.782448,2454.659118,2035.728797,742.4219404,2127.896488 +159030,1632.827061,2455.441835,2025.521008,745.1798853,2131.193695 +159031,1640.137966,2453.577237,2021.863363,748.2741316,2135.75059 +159032,1646.696635,2451.152113,2038.80368,751.3980259,2139.73269 +159033,1653.097399,2447.793752,2032.64261,754.2441882,2143.177169 +159034,1656.91663,2445.524258,2037.740819,755.8307528,2144.669564 +159035,1750.062525,2483.791675,2124.840013,798.2144325,2297.991992 +159036,1557.077686,2398.435414,1916.509395,710.9957238,1940.386686 +159037,1810.942176,2488.277513,2193.546788,825.1524478,2402.362609 +159038,1559.944565,2392.926879,1895.692045,712.7193978,1925.55224 +159039,1826.667202,2484.83163,2206.6083,831.9054867,2415.169439 +159040,1568.901695,2383.5447,1894.431757,716.6929764,1926.497647 +159041,1843.331226,2481.798191,2214.278384,839.2802958,2428.995253 +159042,1578.448729,2369.073397,1895.65706,720.9203326,1928.2022 +159043,1858.839365,2485.941533,2220.886582,846.1591346,2441.841634 +159044,1587.823289,2356.316197,1896.482894,725.0003078,1929.43198 +159045,1875.138732,2482.724251,2228.568056,853.3160927,2455.33239 +159046,1596.837216,2347.445136,1897.084086,728.9259693,1930.629214 +159047,1890.921887,2477.665416,2235.90517,860.2425614,2468.304195 +159048,1606.10027,2338.240256,1898.056024,732.9369485,1931.78242 +159049,1906.348026,2472.211688,2242.796724,867.105436,2481.306671 +159050,1615.193733,2328.907794,1899.419925,736.8202995,1932.786566 +159051,1921.838843,2466.108606,2249.838933,873.8184183,2493.971241 +159052,1624.144671,2319.4333,1900.508485,740.7383996,1933.824275 +159053,1937.122198,2459.669503,2256.597903,880.4946519,2506.634932 +159054,1633.033685,2309.814006,1903.208332,744.5534295,1934.63976 +159055,1952.289837,2452.496976,2261.537555,887.0907658,2525.760304 +159056,1641.87335,2299.656113,1913.202797,748.3256769,1925.22696 +159057,1967.150061,2445.390022,2256.833095,893.5877819,2536.208429 +159058,1650.390225,2288.71804,1910.493545,751.9050193,1934.96141 +159059,1982.392094,2438.400923,2280.655545,900.2554705,2544.034556 +159060,1659.055091,2278.058882,1909.496336,755.5795986,1936.669283 +159061,1778.355131,2325.846671,2040.533337,807.3598645,2160.126146 +159062,1696.74464,2281.665908,1977.436928,771.7132154,2001.017632 +159063,1718.357216,2286.119011,1952.08405,780.1877508,2032.005179 +159064,1719.226778,2274.655214,1983.686169,781.1298001,2030.350848 +159065,1726.138901,2272.435656,1974.209165,783.8764179,2034.223464 +159066,1730.24152,2265.870562,1976.719114,785.4634745,2035.426373 +159067,1734.978241,2260.148802,1978.138706,787.5929212,2037.306956 +159068,1739.568686,2254.249636,1979.135043,789.4233025,2039.184848 +159069,1744.38367,2248.432991,1980.53901,791.5316304,2041.182843 +159070,1748.959195,2242.289074,1985.849219,793.2600542,2042.844251 +159071,1754.034191,2236.655366,1977.709222,795.5109252,2045.200189 +159072,1758.406118,2230.280428,1985.764119,797.2572486,2046.92211 +159073,1763.336006,2224.171012,1985.798591,799.2940307,2048.944016 +159074,1767.910878,2218.025874,1986.80786,801.2667214,2051.048704 +159075,1772.624231,2211.450907,1996.005767,803.1474573,2052.754542 +159076,1777.570521,2205.794621,1978.521361,805.1905477,2055.161346 +159077,1781.765739,2198.406861,2007.520898,807.0103168,2056.682807 +159078,1786.945641,2192.819405,1980.37511,809.1131043,2059.248318 +159079,1791.651076,2185.993848,1996.584112,810.969713,2060.971227 +159080,1795.754148,2178.970191,2005.848998,812.7711605,2062.782931 +159081,1801.012852,2172.983638,1994.09677,814.9628149,2065.222799 +159082,1805.376903,2165.913458,2001.419302,816.6475003,2067.007448 +159083,1810.153739,2159.135893,2002.120064,818.7733214,2069.034695 +159084,1814.633626,2152.313686,2002.306407,820.5049757,2071.066943 +159085,1819.418319,2145.355179,2004.707734,822.4972301,2073.060575 +159086,1823.891996,2138.444507,2006.10651,824.3792403,2075.194703 +159087,1828.699574,2131.475771,2007.808911,826.3562411,2077.016132 +159088,1835.374391,2124.251142,2009.134632,828.1341828,2079.155904 +159089,1841.594676,2117.209364,2011.183155,830.1501605,2081.148401 +159090,1843.585562,2110.071007,2012.549303,831.9174854,2083.286511 +159091,1852.841006,2102.460197,2014.2954,833.8874952,2090.13146 +159092,1851.068971,2095.517715,2016.009653,835.6401416,2085.460264 +159093,1840.066981,2089.441934,2018.722332,838.1188503,2084.895829 +159094,1864.121951,2076.974734,2016.763089,836.3631719,2089.071332 +159095,2004.08939,2137.706611,2157.01121,905.809726,2342.129997 +159096,1669.449917,1964.806145,1827.354893,753.4486329,1723.887458 +159097,2099.275543,2168.380607,2250.244964,946.7344972,2516.979697 +159098,1660.758616,1944.801415,1793.248003,749.1696835,1689.39694 +159099,2111.289122,2143.487428,2280.311754,951.8187886,2526.61167 +159100,1664.712648,1939.141669,1781.531963,750.6878877,1686.222772 +159101,2123.965361,2124.565345,2290.747674,957.1723876,2537.079862 +159102,1669.244989,1921.682262,1779.493137,752.6239382,1683.250604 +159103,2136.909078,2112.011986,2299.583566,962.2199707,2548.119938 +159104,1673.872726,1903.046103,1778.604209,754.5941711,1680.423621 +159105,2149.172692,2097.997037,2307.052656,967.3469238,2558.457578 +159106,1678.866509,1885.091459,1778.525869,756.5048764,1678.05725 +159107,2161.194394,2083.559589,2314.136546,972.4305675,2568.530172 +159108,1683.909855,1867.190961,1778.855901,758.4346929,1675.737336 +159109,2173.171176,2068.926372,2321.023888,977.4600884,2578.588344 +159110,1688.806455,1848.975346,1779.370531,760.3677222,1673.39904 +159111,2185.013236,2057.181337,2327.78775,982.4062545,2588.606699 +159112,1694.03896,1834.967137,1780.332897,762.4615967,1671.210622 +159113,2196.371277,2028.620994,2334.183536,987.1901583,2598.352601 +159114,1699.308248,1818.477033,1781.410161,764.5088417,1669.047898 +159115,2207.769026,2021.830672,2340.770076,992.0265439,2608.254155 +159116,1703.959167,1794.428623,1781.882299,766.2711555,1666.298978 +159117,2219.87164,2008.291192,2347.61281,997.1945116,2625.021037 +159118,1709.920939,1776.49072,1784.879481,768.7455733,1656.656536 +159119,2229.211391,1991.787636,2351.484366,1001.106612,2629.104317 +159120,1717.451106,1758.957791,1788.841177,771.32516,1667.618452 +159121,1845.657731,1799.077317,1949.250374,827.5025189,1914.901161 +159122,1704.887356,1723.951533,1812.868964,764.548193,1654.656633 +159123,1733.885571,1730.026001,1794.180823,776.8448936,1700.284831 +159124,1729.684607,1713.759847,1846.486333,775.0248308,1694.178657 +159125,1734.390705,1707.803474,1792.77916,776.9335071,1694.854383 +159126,1734.253656,1695.861145,1828.582916,776.6150685,1692.26982 +159127,1735.953749,1686.487361,1814.934835,777.3505854,1691.157365 +159128,1737.916517,1676.725181,1816.884942,777.9007308,1690.192798 +159129,1739.371989,1666.608798,1816.850193,778.5278211,1689.2023 +159130,1741.27494,1657.057644,1816.834476,779.1717141,1688.445624 +159131,1743.098119,1647.151933,1816.712392,779.811863,1687.797723 +159132,1744.980753,1637.627544,1816.739972,780.552668,1687.110841 +159133,1746.905734,1627.688043,1816.965438,781.2436506,1686.61649 +159134,1748.872737,1618.128838,1817.089295,781.9837463,1686.152214 +159135,1775.214512,1619.571872,1841.675568,793.8000722,1730.19679 +159136,1873.725527,1663.500878,1938.48494,838.5939791,1903.696085 +159137,1694.481186,1552.594731,1757.245855,757.5506453,1565.550197 +159138,1787.911948,1602.433276,1849.248543,799.9710047,1736.552842 +159139,1769.660024,1576.214228,1829.09631,791.0571304,1697.831207 +159140,1771.161203,1567.690127,1829.036491,791.8682106,1697.07744 +159141,1773.231156,1558.316335,1829.424423,792.5772565,1696.738005 +159142,1775.291198,1548.838969,1829.857484,793.4008923,1696.598186 +159143,1777.322744,1539.302091,1830.342073,794.1619092,1696.477575 +159144,1779.547463,1529.940347,1830.800875,795.0013512,1696.407193 +159145,1781.647588,1520.563783,1831.474735,795.8282636,1696.414422 +159146,1783.896123,1511.238253,1832.033031,796.6716515,1696.367562 +159147,1785.986916,1501.959754,1832.758551,797.5264203,1696.440556 +159148,1788.248913,1492.724642,1833.335348,798.3918968,1696.514934 +159149,1790.47116,1483.537313,1834.101954,799.2975842,1696.627655 +159150,1792.65583,1474.464123,1834.840874,800.1379506,1696.808876 +159151,1794.98759,1465.250373,1835.567444,801.0304432,1696.924421 +159152,1797.177718,1456.152763,1836.313397,801.9003056,1697.154648 +159153,1799.44185,1447.208691,1837.083884,802.7805646,1697.378317 +159154,1801.710436,1438.25698,1837.879467,803.666946,1697.633759 +159155,1803.994685,1429.260203,1838.700045,804.5593776,1697.914694 +159156,1806.29441,1420.444171,1839.615883,805.4576084,1698.256882 +159157,1808.611204,1411.636091,1840.37662,806.3919382,1698.526919 +159158,1810.944486,1402.899004,1841.247745,807.2553898,1698.905472 +159159,1813.295311,1394.225146,1842.260071,808.1914868,1699.271707 +159160,1815.664162,1385.618539,1843.143392,809.1057332,1699.664159 +159161,1818.052042,1377.079779,1844.111553,810.0291644,1699.731857 +159162,1820.459827,1368.673008,1845.089249,810.9569401,1700.703463 +159163,1822.817902,1360.191803,1846.086521,811.8887911,1700.892599 +159164,1825.377408,1351.852191,1847.10277,812.856183,1701.377539 +159165,1827.801707,1343.683877,1848.210577,813.7477844,1701.926275 +159166,1830.388035,1335.540051,1849.152587,814.7130261,1702.397861 +159167,1832.80963,1327.381946,1850.275873,815.653723,1702.961889 +159168,1835.425487,1319.424244,1851.351516,816.6020405,1703.392251 +159169,1838.010818,1311.503899,1852.454469,817.5531741,1704.033491 +159170,1840.555813,1303.681792,1853.573408,818.5067434,1704.558294 +159171,1843.296247,1298.349497,1854.707644,819.4626181,1705.098416 +159172,1845.882769,1292.900414,1855.781522,820.420533,1705.796302 +159173,1848.542188,1287.377598,1857.058069,821.4123808,1706.299735 +159174,1851.197513,1281.97585,1858.255238,822.3259248,1706.953387 +159175,1853.859459,1276.690821,1859.343228,823.3118376,1707.529872 +159176,1856.527388,1271.337772,1860.600963,824.2712335,1708.235518 +159177,1859.200604,1266.181495,1861.804614,825.2365988,1708.852304 +159178,1861.87924,1261.134481,1863.03141,826.2030625,1709.563857 +159179,1864.562253,1255.967066,1864.270103,827.1704043,1710.121376 +159180,1867.249274,1251.158054,1865.519776,828.1384017,1710.905346 +159181,1935.630983,1274.947823,1932.564243,858.7909125,1832.529572 +159182,2176.743736,1374.370608,2190.778239,966.484734,2286.214116 +159183,2091.082745,1336.501988,2077.24425,928.7714525,2100.400849 +159184,2287.605471,1426.739502,2279.729513,1017.491562,2460.036185 +159185,1856.97185,1206.546648,1841.077875,823.0863963,1656.981859 +159186,2404.974944,1463.845333,2371.629234,1070.097335,2694.962559 +159187,1849.273754,1202.61885,1880.590129,819.2873395,1615.236187 +159188,2409.624102,1450.305757,2374.952895,1071.97563,2707.632753 +159189,1856.143626,1196.07329,1854.026415,822.1447553,1611.659258 +159190,2417.127907,1461.709802,2381.784835,1075.017356,2717.467474 +159191,1863.478794,1162.379186,1862.091836,825.2082803,1616.889838 +159192,2423.612776,1469.550021,2386.150009,1077.650291,2722.506089 +159193,1869.629209,1149.531292,1883.966207,827.652118,1621.654027 +159194,2436.205552,1461.984343,2385.580465,1081.121191,2728.513231 +159195,1869.596575,1148.220614,1860.302216,830.2732748,1627.219576 +159196,2453.066601,1445.154528,2389.407398,1083.524772,2732.782865 +159197,1863.745497,1154.603529,1903.743633,833.0481587,1632.139188 +159198,2453.569234,1428.677347,2386.348711,1086.86894,2737.327434 +159199,1886.299642,1159.307292,1873.42093,835.9292295,1637.700324 +159200,2451.806467,1416.482676,2384.985428,1090.408336,2741.281649 +159201,1893.637278,1159.150185,1933.788868,839.1159453,1642.729039 +159202,2458.692277,1409.926549,2378.065181,1094.391902,2744.843351 +159203,1900.464175,1155.083318,1886.451509,843.2893368,1649.599685 +159204,2463.197912,1404.128056,2380.151169,1097.693307,2747.235621 +159205,1905.408109,1149.660813,1954.344797,846.8929326,1653.30797 +159206,2471.608291,1400.795084,2371.312012,1103.018126,2757.204071 +159207,1910.869496,1144.807849,1920.488321,851.285701,1651.669179 +159208,2476.114531,1395.28441,2372.092833,1107.003942,2762.341122 +159209,1916.258532,1139.958233,1954.272128,855.7287963,1656.163229 +159210,2483.104614,1391.512276,2366.921806,1112.38822,2765.23995 +159211,1921.3134,1135.077453,1949.622959,860.4949266,1662.367508 +159212,2488.17073,1386.678212,2364.881577,1117.198596,2766.88746 +159213,1926.646095,1130.611887,1965.876693,865.6350068,1667.959351 +159214,2493.674586,1382.092213,2362.229165,1122.510158,2774.122508 +159215,1931.164226,1125.871159,1968.019842,870.7498504,1665.650494 +159216,2499.209697,1377.857164,2359.58007,1128.299963,2778.763552 +159217,1936.287393,1121.297242,1979.985845,876.2512179,1672.076763 +159218,2503.896324,1373.366801,2357.339199,1134.047538,2779.684064 +159219,1940.853748,1116.598663,1983.660166,881.9947031,1677.501624 +159220,2509.534065,1369.429157,2353.82093,1140.359582,2785.784851 +159221,1944.834009,1111.829479,1999.861225,887.8031844,1676.565562 +159222,2515.154779,1365.416674,2349.703087,1146.967843,2792.975628 +159223,1949.160203,1107.501039,2000.099786,894.1471064,1677.756899 +159224,2519.774384,1361.017202,2347.852423,1153.442348,2794.10031 +159225,1953.497588,1103.084042,2010.185295,900.6781581,1685.325813 +159226,2525.113719,1357.162369,2344.466116,1160.48908,2797.200096 +159227,1958.302064,1098.894036,2016.816321,907.7018927,1686.84793 +159228,2529.415801,1352.804434,2342.838091,1171.82145,2801.62531 +159229,1962.789802,1094.570156,2021.380344,908.1982731,1689.271689 +159230,2535.0498,1349.25516,2339.633057,1191.602969,2798.92675 +159231,1966.904228,1089.997098,2030.331112,901.5360192,1702.276053 +159232,2540.503524,1345.604537,2335.59245,1192.628067,2794.105933 +159233,1970.576101,1085.302459,2040.974494,926.8450448,1710.801348 +159234,2546.936952,1342.451024,2329.267865,1191.90606,2787.694764 +159235,1975.013071,1081.217113,2046.792093,936.6280179,1726.7129 +159236,2551.750647,1338.407567,2322.939985,1200.126807,2778.884399 +159237,1979.636945,1077.203156,2057.686789,944.758451,1739.630026 +159238,2579.872033,1334.963477,2315.421647,1208.995927,2768.511171 +159239,1944.634922,1069.755171,2071.42543,950.2355038,1753.533458 +159240,2588.019727,1336.383009,2308.930401,1222.253881,2759.775378 +159241,2199.853394,1167.8027,2300.446764,1060.846735,2168.817131 +159242,2363.297724,1237.307322,2201.126189,1138.16363,2399.160026 +159243,2340.947963,1224.323414,2271.71157,1128.842755,2360.02156 +159244,2344.925916,1223.133679,2261.869691,1144.289886,2368.246752 +159245,2348.964869,1222.186612,2257.84699,1133.530098,2369.511418 +159246,2353.313629,1221.070379,2257.272804,1143.078727,2372.360906 +159247,2356.980702,1219.987519,2255.668733,1154.950433,2375.509171 +159248,2361.00022,1218.884105,2254.89075,1156.388837,2378.257959 +159249,2364.845506,1217.777388,2254.623375,1162.881356,2381.037861 +159250,2368.68074,1216.66881,2256.431064,1168.648191,2383.687017 +159251,2372.480525,1215.568939,2255.700981,1174.369381,2386.182055 +159252,2376.269165,1214.46652,2255.78179,1180.226234,2394.767763 +159253,2380.034287,1213.371052,2257.737129,1185.97573,2382.506664 +159254,2383.772437,1212.286047,2257.104748,1191.858269,2403.695123 +159255,2387.506287,1211.19945,2258.992966,1197.912296,2392.644237 +159256,2391.33899,1210.128864,2258.259438,1203.947131,2399.513364 +159257,2394.845072,1209.124583,2259.938679,1209.936152,2401.394604 +159258,2398.612696,1207.966112,2260.928618,1216.118078,2403.406096 +159259,2402.254301,1206.961834,2259.89806,1222.299332,2405.849716 +159260,2405.908452,1205.904813,2259.707043,1228.547086,2408.030659 +159261,2409.543513,1204.867617,2259.837739,1234.855586,2410.270447 +159262,2413.170105,1203.836497,2261.882009,1241.219169,2412.559297 +159263,2416.775509,1202.816296,2263.033917,1247.638161,2414.58679 +159264,2420.373326,1201.802244,2263.824883,1254.183505,2416.754194 +159265,2423.95386,1200.798259,2262.680761,1260.606985,2418.652921 +159266,2427.530332,1199.79938,2262.419745,1267.173112,2421.048072 +159267,2431.082614,1198.810497,2262.509172,1273.98779,2422.951843 +159268,2434.636779,1197.827654,2264.514931,1280.516115,2425.099579 +159269,2438.167373,1196.855839,2265.629283,1287.329799,2427.103078 +159270,2441.692659,1195.890128,2266.382854,1294.120135,2429.036653 +159271,2445.109622,1194.898973,2266.943582,1300.874275,2431.036939 +159272,2448.497515,1193.908628,2267.396808,1307.73699,2432.849746 +159273,2451.867906,1192.922878,2267.793384,1314.45123,2434.998593 +159274,2455.220519,1191.942197,2268.156746,1321.301581,2436.838153 +159275,2458.556678,1190.968844,2266.756194,1328.312762,2438.613327 +159276,2461.886762,1189.996965,2268.054308,1335.289595,2440.704659 +159277,2470.491462,1189.037335,2267.021721,1342.170439,2442.442886 +159278,2460.921447,1188.078459,2266.779389,1349.26175,2444.12269 +159279,2499.526665,1187.128246,2266.812729,1356.318976,2446.217162 +159280,2438.045228,1186.181949,2268.774473,1363.347944,2448.054439 +159281,2495.872399,1185.311576,2269.855604,1370.690254,2449.7195 +159282,2477.673374,1184.281243,2268.775513,1377.693692,2451.457741 +159283,2484.808007,1183.333354,2270.203171,1384.983219,2453.466717 +159284,2488.180294,1182.502329,2270.95296,1392.221921,2454.962868 +159285,2491.202227,1181.542078,2269.7137,1399.507393,2456.560426 +159286,2494.53553,1180.642093,2269.336138,1406.90459,2458.617001 +159287,2497.727556,1179.740312,2269.297493,1414.134913,2460.15641 +159288,2500.935483,1178.843355,2269.557706,1421.494025,2467.224125 +159289,2504.136493,1177.952836,2269.740823,1429.015383,2455.824552 +159290,2507.336758,1177.065955,2271.669781,1440.276479,2473.397385 +159291,2510.515953,1176.189784,2271.055581,1445.298744,2464.506674 +159292,2513.70452,1175.314053,2270.896287,1457.969941,2468.696425 +159293,2516.885503,1174.444858,2272.6182,1453.900918,2470.769522 +159294,2520.052828,1173.583405,2273.522249,1458.255798,2471.989223 +159295,2523.221445,1172.725794,2274.042961,1480.032945,2473.448496 +159296,2526.520778,1171.875507,2272.620015,1479.81281,2474.860881 +159297,2529.468478,1171.027551,2272.096069,1489.148246,2476.767878 +159298,2532.580258,1170.186637,2271.942189,1496.844664,2478.183511 +159299,2535.928952,1169.348991,2273.684599,1504.503374,2479.897019 +159300,2538.965547,1168.519435,2274.527011,1512.267192,2481.109922 +159301,2490.903299,1134.470179,2270.694964,1486.652913,2342.660673 +159302,2429.080536,1133.220083,2260.022532,1494.101291,2339.023391 +159303,2488.256131,1132.102825,2247.99831,1501.644553,2341.454656 +159304,2468.291609,1130.883488,2238.637767,1508.973401,2342.456647 +159305,2474.623935,1129.819147,2232.305119,1516.830728,2343.357331 +159306,2477.10382,1128.713424,2228.285955,1524.215045,2344.160981 +159307,2479.968008,1127.628117,2225.777279,1531.912614,2345.479799 +159308,2482.189269,1126.551327,2224.18089,1548.203906,2346.44718 +159309,2484.852683,1125.482414,2223.148303,1537.010055,2347.486726 +159310,2487.377226,1124.419898,2222.466896,1557.226282,2348.552415 +159311,2489.926084,1123.36397,2221.98273,1562.910569,2349.695474 +159312,2492.482693,1122.312496,2223.361614,1569.858719,2350.722707 +159313,2495.034486,1121.269107,2223.837426,1577.970292,2351.728028 +159314,2497.589916,1120.230411,2222.218119,1585.562979,2352.54111 +159315,2500.158562,1119.19418,2223.146977,1593.353408,2354.00472 +159316,2502.711865,1118.167347,2221.656724,1608.498612,2354.742058 +159317,2510.593881,1117.141661,2220.881791,1617.306584,2355.913035 +159318,2499.936756,1116.122157,2220.418446,1610.691064,2356.910422 +159319,2538.393095,1115.107225,2220.063886,1643.968427,2357.939788 +159320,2476.151626,1114.0967,2219.783665,1644.484257,2358.982184 +159321,2532.94839,1113.026066,2221.301952,1657.061767,2360.086225 +159322,2538.93158,1112.121234,2220.036724,1667.865631,2360.908024 +159323,2483.914314,1111.077701,2219.370675,1695.068867,2362.006562 +159324,2541.108926,1110.095187,2218.981965,1665.438908,2363.015302 +159325,2522.410491,1109.104996,2220.735146,1725.863225,2364.122908 +159326,2529.424384,1108.124887,2219.86746,1701.10259,2364.756737 +159327,2532.229899,1107.142993,2219.546592,1725.683325,2366.073106 +159328,2535.362906,1106.16564,2221.479275,1732.789437,2367.09089 +159329,2538.34608,1105.260726,2221.100237,1743.963445,2367.850792 +159330,2541.373955,1104.198488,2221.524035,1754.465977,2368.966164 +159331,2544.540882,1103.509623,2222.272614,1764.543026,2369.918315 +159332,2547.736994,1102.817495,2223.183273,1774.875081,2370.874881 +159333,2550.95127,1102.162783,2225.882465,1784.928486,2371.940812 +159334,2554.147832,1101.534654,2225.901793,1794.768046,2372.673893 +159335,2557.368436,1100.922065,2226.55245,1804.985702,2373.751964 +159336,2560.577429,1100.329373,2227.546595,1819.957189,2374.679979 +159337,2563.791485,1099.752149,2230.346687,1822.652203,2375.888929 +159338,2566.981335,1099.194936,2230.375814,1835.427259,2376.187048 +159339,2570.188491,1098.648664,2231.038788,1844.686432,2377.571592 +159340,2573.377434,1098.119278,2231.977112,1854.367139,2378.370447 +159341,2576.560938,1097.604014,2233.027658,1863.860362,2379.428907 +159342,2579.735916,1097.164532,2234.12692,1873.539715,2380.142868 +159343,2583.730051,1096.58538,2235.25053,1882.721421,2381.116181 +159344,2585.580493,1096.091642,2236.398899,1892.46306,2382.032589 +159345,2593.006772,1095.710337,2237.561768,1901.720446,2382.893246 +159346,2586.270823,1095.215816,2238.741213,1910.903735,2383.804291 +159347,2609.741732,1094.784655,2241.593424,1920.465329,2384.772557 +159348,2581.041233,1094.35997,2241.884016,1934.222499,2385.506061 +159349,2637.956063,1093.941244,2242.743775,1936.921891,2386.490939 +159350,2560.718364,1093.535363,2243.744474,1948.267448,2387.351746 +159351,2629.044062,1090.095009,2245.039435,1963.34061,2388.239782 +159352,2617.3761,1089.290643,2246.234397,1973.95685,2389.105043 +159353,2600.21373,1088.594408,2247.428206,1988.03645,2389.99903 +159354,2625.32246,1088.116028,2250.217362,1992.082227,2390.919833 +159355,2636.699185,1087.638174,2250.084439,2002.322321,2391.602421 +159356,2599.374692,1087.200041,2250.553136,2011.824874,2392.569599 +159357,2639.792705,1086.792074,2251.350694,2020.611464,2393.396204 +159358,2648.21205,1086.40799,2252.353386,2033.939007,2394.235092 +159359,2603.850381,1085.984937,2255.164516,2037.855249,2395.20551 +159360,2651.511499,1085.735054,2255.248591,2046.768187,2395.804625 +159361,2509.904493,1019.125913,2253.054405,1991.056377,2095.527313 +159362,2447.106247,1018.013135,2240.207258,2001.399067,2122.978328 +159363,2508.217285,1017.262536,2159.074738,2002.663638,2099.611362 +159364,2486.663056,1016.490138,2088.434846,2015.530789,2112.553707 +159365,2492.416507,1015.912831,2147.098304,2021.808327,2108.610147 +159366,2494.389956,1015.247969,2128.07787,2029.89852,2109.467341 +159367,2496.349577,1014.665206,2127.159669,2037.790241,2109.717025 +159368,2497.958548,1014.098519,2126.300999,2044.839438,2109.970624 +159369,2499.868749,1013.554105,2126.130556,2047.742124,2110.250537 +159370,2501.633551,1013.030297,2125.618445,2052.345659,2110.545451 +159371,2503.256751,1012.524304,2125.722455,2056.250702,2110.858156 +159372,2502.597383,1008.416066,2117.38732,2058.870024,2128.770459 +159373,2503.846414,1007.338071,2110.079515,2059.517402,2084.634864 +159374,2505.549374,1006.522134,2119.857893,2061.455078,2124.743824 +159375,2506.892584,1005.852886,2107.204695,2064.098191,2121.577358 +159376,2508.561185,1005.096953,2118.25137,2067.145922,2093.673473 +159377,2510.097093,1004.499796,2106.059229,2070.542055,2121.90575 +159378,2511.646415,1003.883572,2112.805141,2075.498901,2120.211691 +159379,2513.16017,1003.304955,2111.044631,2077.576135,2099.725813 +159380,2514.673887,1002.745785,2110.074404,2080.399095,2120.576154 +159381,2516.008587,1002.210385,2110.106313,2083.412156,2122.347634 +159382,2517.683481,1001.694727,2109.752264,2086.59136,2099.957622 +159383,2519.015545,1001.197567,2109.712178,2091.751608,2122.073313 +159384,2520.417381,1000.7208,2109.276392,2095.737822,2115.841238 +159385,2521.789627,1000.260907,2109.08119,2099.200564,2112.54858 +159386,2523.130086,999.8189009,2108.94355,2102.411233,2121.534303 +159387,2524.434654,999.3949173,2108.682548,2103.62654,2109.903993 +159388,2526.219309,998.9835494,2108.855646,2107.852573,2125.220741 +159389,2529.432523,998.5920336,2108.62692,2111.409746,2108.174479 +159390,2541.27469,998.2153502,2108.481378,2112.75112,2128.269082 +159391,2523.426642,997.3451853,2107.48496,2115.064023,2106.730047 +159392,2572.692306,996.3792498,2106.426302,2119.531577,2128.400547 +159393,2498.416825,995.3733632,2104.320539,2121.003851,2109.664361 +159394,2564.398811,994.3343894,2103.028248,2123.088767,2127.003372 +159395,2542.655503,993.2747817,2101.395042,2125.294047,2112.163793 +159396,2549.803931,992.1951737,2099.680025,2127.552907,2125.328675 +159397,2552.588703,991.098198,2097.963318,2129.821649,2115.656916 +159398,2555.339857,989.9850282,2096.197289,2132.054179,2122.412767 +159399,2558.203739,988.8567921,2094.530678,2134.236943,2120.444516 +159400,2560.67204,987.7142038,2092.720757,2136.365384,2121.243924 +159401,2563.438032,986.5568301,2090.91872,2140.344477,2121.613589 +159402,2566.027619,985.3888656,2088.836636,2143.105621,2121.96476 +159403,2568.608809,984.2068851,2087.037746,2145.317666,2122.320349 +159404,2571.14453,982.9587091,2080.397418,2147.252951,2122.668099 +159405,2573.631888,981.8356966,2089.121607,2147.023615,2123.004443 +159406,2576.087452,980.5786785,2074.177265,2148.052551,2123.345691 +159407,2578.490858,979.3585631,2085.379813,2151.456819,2123.677207 +159408,2582.424141,978.1226837,2070.067743,2153.853043,2123.992726 +159409,2582.809969,976.9282093,2076.676539,2155.676523,2124.306919 +159410,2591.465886,975.5909219,2072.154798,2157.361307,2124.511058 +159411,2577.122663,974.3628486,2069.868934,2157.060659,2125.054146 +159412,2594.804011,973.0760717,2067.953483,2157.822033,2125.119606 +159413,2618.17797,971.7885033,2065.833828,2160.905519,2125.487531 +159414,2552.622445,970.4955044,2063.375172,2161.150566,2125.729463 +159415,2630.550303,969.1889322,2061.2774,2162.118715,2125.991603 +159416,2570.722765,967.8758362,2059.010639,2163.301173,2126.235218 +159417,2617.706642,966.5535474,2056.784056,2164.574372,2126.470259 +159418,2587.371983,965.2227425,2054.291052,2165.845906,2126.694009 +159419,2614.396195,963.8835125,2052.017859,2167.077591,2126.906905 +159420,2593.763346,962.5358431,2049.599195,2168.270363,2127.107775 +159421,1773.920087,966.216316,829.2401635,1512.220976,1980.597401 +159422,1897.222528,1084.558233,893.2332969,1629.72021,2088.946884 +159423,2048.407146,1099.020961,974.7693624,1772.605227,2215.567881 +159424,2165.598065,1093.986463,1042.383074,1878.570352,2307.885605 +159425,2234.421407,1095.669159,1087.610876,1934.052362,2356.144184 +159426,2272.782444,1095.111178,1117.887062,1957.533193,2379.675583 +159427,2296.398917,1094.525476,1140.082894,1966.930101,2392.916371 +159428,2312.928684,1093.845553,1157.61693,1971.358273,2401.463623 +159429,2325.804892,1093.116863,1172.160877,1974.562668,2408.025456 +159430,2336.458848,1092.354729,1184.533136,1977.610903,2413.586861 +159431,2345.490272,1091.569616,1195.169904,1980.58907,2418.505143 +159432,2353.216307,1090.765435,1204.356477,1983.400215,2422.919649 +159433,2359.863346,1089.928013,1212.315769,1985.999971,2426.904459 +159434,2365.624435,1089.098414,1219.234194,1988.402729,2430.513174 +159435,2370.658923,1088.265997,1225.271864,1990.646463,2433.795048 +159436,2375.10247,1087.428727,1230.564222,1992.764978,2436.793606 +159437,2379.057037,1086.589528,1235.224517,1994.780167,2439.545921 +159438,2382.605992,1085.747412,1239.347288,1996.704598,2442.083627 +159439,2385.81629,1084.904641,1243.011549,1998.545653,2444.433779 +159440,2388.741442,1084.059692,1246.283569,2000.308451,2446.619871 +159441,2391.39252,1083.214261,1249.203666,2001.971623,2448.628274 +159442,2393.833579,1082.366476,1251.832716,2003.563115,2450.508161 +159443,2396.117509,1081.517654,1254.222044,2005.106133,2452.301587 +159444,2398.25256,1080.665861,1256.39809,2006.590842,2454.007002 +159445,2400.251007,1079.880386,1258.386138,2008.013663,2455.630031 +159446,2402.125315,1078.920257,1260.208742,2009.373969,2457.178383 +159447,2403.88667,1078.094905,1261.885419,2010.672401,2458.659794 +159448,2405.541859,1077.213648,1263.431471,2011.90789,2460.078642 +159449,2407.099739,1076.342183,1264.861537,2013.082312,2461.442085 +159450,2408.56863,1075.465843,1266.18853,2014.197875,2462.757051 +159451,2409.955047,1074.370252,1267.423239,2015.255945,2464.02907 +159452,2411.203125,1073.222591,1268.566176,2016.078486,2465.262458 +159453,2412.27579,1072.04674,1269.618804,2016.567897,2466.460561 +159454,2413.167377,1067.48713,1270.585813,2016.725369,2467.626084 +159455,2413.60024,1065.677106,1271.33917,2016.325825,2468.76356 +159456,2413.703215,1064.243469,1271.932406,2015.54337,2469.871457 +159457,2413.642594,1062.707286,1272.438291,2014.576274,2471.150759 +159458,2413.507489,1061.248895,1272.897399,2013.52225,2472.201708 +159459,2413.323682,1059.782897,1273.323399,2012.399887,2473.226239 +159460,2413.089147,1058.314219,1273.718018,2011.195931,2474.227546 +159461,2412.796235,1056.839655,1274.080211,2009.894279,2475.207239 +159462,2412.439382,1055.357049,1274.409406,2008.485323,2476.165919 +159463,2412.015779,1053.865566,1274.705836,2006.965448,2477.103735 +159464,2411.524321,1052.364251,1274.970163,2005.334256,2478.020737 +159465,2410.964549,1050.852937,1275.20315,2003.592514,2478.91694 +159466,2410.336301,1049.451275,1275.405546,2001.741265,2479.792376 +159467,2409.651733,1047.832942,1275.580189,1999.8038,2480.647048 +159468,2408.907441,1046.346567,1275.727224,1997.772753,2481.480985 +159469,2408.097424,1044.787367,1275.846257,1995.636868,2482.294171 +159470,2407.218532,1043.227579,1275.937313,1993.391217,2483.086593 +159471,2406.270231,1041.656551,1276.000828,1991.036319,2483.858217 +159472,2405.253262,1040.067299,1276.037445,1988.574938,2484.609035 +159473,2404.167802,1038.472095,1276.047933,1986.006899,2485.34025 +159474,2403.01509,1036.865529,1276.032911,1983.33559,2486.051412 +159475,2401.796425,1035.248718,1275.992927,1980.564471,2486.741857 +159476,2400.512937,1033.619965,1275.928576,1977.695642,2487.41132 +159477,2399.165481,1031.98093,1275.840422,1974.728785,2488.059666 +159478,2397.754913,1030.330412,1275.729058,1971.664093,2488.686954 +159479,2396.282071,1028.669903,1275.595041,1968.50268,2489.293213 +159480,2394.747802,1026.998093,1275.438945,1965.246191,2489.87856 +159481,0,0,0,0,0 +159482,0,0,0,0,0 +159483,0,0,0,0,0 +159484,0,0,0,0,0 +159485,0,0,0,0,0 +159486,0,0,0,0,0 +159487,0,0,0,0,0 +159488,0,0,0,0,0 +159489,0,0,0,0,0 +159490,0,0,0,0,0 +159491,0,0,0,0,0 +159492,0,0,0,0,0 +159493,0,0,0,0,0 +159494,0,0,0,0,0 +159495,0,0,0,0,0 +159496,0,0,0,0,0 +159497,0,0,0,0,0 +159498,0,0,0,0,0 +159499,0,0,0,0,0 +159500,0,0,0,0,0 +159501,0,0,0,0,0 +159502,0,0,0,0,0 +159503,0,0,0,0,0 +159504,0,0,0,0,0 +159505,0,0,0,0,0 +159506,0,0,0,0,0 +159507,0,0,0,0,0 +159508,0,0,0,0,0 +159509,0,0,0,0,0 +159510,0,0,0,0,0 +159511,0,0,0,0,0 +159512,0,0,0,0,0 +159513,0,0,0,0,0 +159514,0,0,0,0,0 +159515,0,0,0,0,0 +159516,0,0,0,0,0 +159517,0,0,0,0,0 +159518,0,0,0,0,0 +159519,0,0,0,0,0 +159520,0,0,0,0,0 +159521,0,0,0,0,0 +159522,0,0,0,0,0 +159523,0,0,0,0,0 +159524,0,0,0,0,0 +159525,0,0,0,0,0 +159526,0,0,0,0,0 +159527,0,0,0,0,0 +159528,0,0,0,0,0 +159529,0,0,0,0,0 +159530,0,0,0,0,0 +159531,0,0,0,0,0 +159532,0,0,0,0,0 +159533,0,0,0,0,0 +159534,0,0,0,0,0 +159535,0,0,0,0,0 +159536,0,0,0,0,0 +159537,0,0,0,0,0 +159538,0,0,0,0,0 +159539,0,0,0,0,0 +159540,0,0,0,0,0 +159541,0,0,0,0,0 +159542,0,0,0,0,0 +159543,0,0,0,0,0 +159544,0,0,0,0,0 +159545,0,0,0,0,0 +159546,0,0,0,0,0 +159547,0,0,0,0,0 +159548,0,0,0,0,0 +159549,0,0,0,0,0 +159550,0,0,0,0,0 +159551,0,0,0,0,0 +159552,0,0,0,0,0 +159553,0,0,0,0,0 +159554,0,0,0,0,0 +159555,0,0,0,0,0 +159556,0,0,0,0,0 +159557,0,0,0,0,0 +159558,0,0,0,0,0 +159559,0,0,0,0,0 +159560,0,0,0,0,0 +159561,0,0,0,0,0 +159562,0,0,0,0,0 +159563,0,0,0,0,0 +159564,0,0,0,0,0 +159565,0,0,0,0,0 +159566,0,0,0,0,0 +159567,0,0,0,0,0 +159568,0,0,0,0,0 +159569,0,0,0,0,0 +159570,0,0,0,0,0 +159571,0,0,0,0,0 +159572,0,0,0,0,0 +159573,0,0,0,0,0 +159574,0,0,0,0,0 +159575,0,0,0,0,0 +159576,0,0,0,0,0 +159577,0,0,0,0,0 +159578,0,0,0,0,0 +159579,0,0,0,0,0 +159580,0,0,0,0,0 +159581,0,0,0,0,0 +159582,0,0,0,0,0 +159583,0,0,0,0,0 +159584,0,0,0,0,0 +159585,0,0,0,0,0 +159586,0,0,0,0,0 +159587,0,0,0,0,0 +159588,0,0,0,0,0 +159589,0,0,0,0,0 +159590,0,0,0,0,0 +159591,0,0,0,0,0 +159592,0,0,0,0,0 +159593,0,0,0,0,0 +159594,0,0,0,0,0 +159595,0,0,0,0,0 +159596,0,0,0,0,0 +159597,0,0,0,0,0 +159598,0,0,0,0,0 +159599,0,0,0,0,0 +159600,0,0,0,0,0 +159601,0,0,0,0,0 +159602,0,0,0,0,0 +159603,0,0,0,0,0 +159604,0,0,0,0,0 +159605,0,0,0,0,0 +159606,0,0,0,0,0 +159607,0,0,0,0,0 +159608,0,0,0,0,0 +159609,0,0,0,0,0 +159610,0,0,0,0,0 +159611,0,0,0,0,0 +159612,0,0,0,0,0 +159613,0,0,0,0,0 +159614,0,0,0,0,0 +159615,0,0,0,0,0 +159616,0,0,0,0,0 +159617,0,0,0,0,0 +159618,0,0,0,0,0 +159619,0,0,0,0,0 +159620,0,0,0,0,0 +159621,0,0,0,0,0 +159622,0,0,0,0,0 +159623,0,0,0,0,0 +159624,0,0,0,0,0 +159625,0,0,0,0,0 +159626,0,0,0,0,0 +159627,0,0,0,0,0 +159628,0,0,0,0,0 +159629,0,0,0,0,0 +159630,0,0,0,0,0 +159631,0,0,0,0,0 +159632,0,0,0,0,0 +159633,0,0,0,0,0 +159634,0,0,0,0,0 +159635,0,0,0,0,0 +159636,0,0,0,0,0 +159637,0,0,0,0,0 +159638,0,0,0,0,0 +159639,0,0,0,0,0 +159640,0,0,0,0,0 +159641,0,0,0,0,0 +159642,0,0,0,0,0 +159643,0,0,0,0,0 +159644,0,0,0,0,0 +159645,0,0,0,0,0 +159646,0,0,0,0,0 +159647,0,0,0,0,0 +159648,0,0,0,0,0 +159649,0,0,0,0,0 +159650,0,0,0,0,0 +159651,0,0,0,0,0 +159652,0,0,0,0,0 +159653,0,0,0,0,0 +159654,0,0,0,0,0 +159655,0,0,0,0,0 +159656,0,0,0,0,0 +159657,0,0,0,0,0 +159658,0,0,0,0,0 +159659,0,0,0,0,0 +159660,0,0,0,0,0 +159661,0,0,0,0,0 +159662,0,0,0,0,0 +159663,0,0,0,0,0 +159664,0,0,0,0,0 +159665,0,0,0,0,0 +159666,0,0,0,0,0 +159667,0,0,0,0,0 +159668,0,0,0,0,0 +159669,0,0,0,0,0 +159670,0,0,0,0,0 +159671,0,0,0,0,0 +159672,0,0,0,0,0 +159673,0,0,0,0,0 +159674,0,0,0,0,0 +159675,0,0,0,0,0 +159676,0,0,0,0,0 +159677,0,0,0,0,0 +159678,0,0,0,0,0 +159679,0,0,0,0,0 +159680,0,0,0,0,0 +159681,0,0,0,0,0 +159682,0,0,0,0,0 +159683,0,0,0,0,0 +159684,0,0,0,0,0 +159685,0,0,0,0,0 +159686,0,0,0,0,0 +159687,0,0,0,0,0 +159688,0,0,0,0,0 +159689,0,0,0,0,0 +159690,0,0,0,0,0 +159691,0,0,0,0,0 +159692,0,0,0,0,0 +159693,0,0,0,0,0 +159694,0,0,0,0,0 +159695,0,0,0,0,0 +159696,0,0,0,0,0 +159697,0,0,0,0,0 +159698,0,0,0,0,0 +159699,0,0,0,0,0 +159700,0,0,0,0,0 +159701,0,0,0,0,0 +159702,0,0,0,0,0 +159703,0,0,0,0,0 +159704,0,0,0,0,0 +159705,0,0,0,0,0 +159706,0,0,0,0,0 +159707,0,0,0,0,0 +159708,0,0,0,0,0 +159709,0,0,0,0,0 +159710,0,0,0,0,0 +159711,0,0,0,0,0 +159712,0,0,0,0,0 +159713,0,0,0,0,0 +159714,0,0,0,0,0 +159715,0,0,0,0,0 +159716,0,0,0,0,0 +159717,0,0,0,0,0 +159718,0,0,0,0,0 +159719,0,0,0,0,0 +159720,0,0,0,0,0 +159721,0,0,0,0,0 +159722,0,0,0,0,0 +159723,0,0,0,0,0 +159724,0,0,0,0,0 +159725,0,0,0,0,0 +159726,0,0,0,0,0 +159727,0,0,0,0,0 +159728,0,0,0,0,0 +159729,0,0,0,0,0 +159730,0,0,0,0,0 +159731,0,0,0,0,0 +159732,0,0,0,0,0 +159733,0,0,0,0,0 +159734,0,0,0,0,0 +159735,0,0,0,0,0 +159736,0,0,0,0,0 +159737,0,0,0,0,0 +159738,0,0,0,0,0 +159739,0,0,0,0,0 +159740,0,0,0,0,0 +159741,0,0,0,0,0 +159742,0,0,0,0,0 +159743,0,0,0,0,0 +159744,0,0,0,0,0 +159745,0,0,0,0,0 +159746,0,0,0,0,0 +159747,0,0,0,0,0 +159748,0,0,0,0,0 +159749,0,0,0,0,0 +159750,0,0,0,0,0 +159751,0,0,0,0,0 +159752,0,0,0,0,0 +159753,0,0,0,0,0 +159754,0,0,0,0,0 +159755,0,0,0,0,0 +159756,0,0,0,0,0 +159757,0,0,0,0,0 +159758,0,0,0,0,0 +159759,0,0,0,0,0 +159760,0,0,0,0,0 +159761,0,0,0,0,0 +159762,0,0,0,0,0 +159763,0,0,0,0,0 +159764,0,0,0,0,0 +159765,0,0,0,0,0 +159766,0,0,0,0,0 +159767,0,0,0,0,0 +159768,0,0,0,0,0 +159769,0,0,0,0,0 +159770,0,0,0,0,0 +159771,0,0,0,0,0 +159772,0,0,0,0,0 +159773,0,0,0,0,0 +159774,0,0,0,0,0 +159775,0,0,0,0,0 +159776,0,0,0,0,0 +159777,0,0,0,0,0 +159778,0,0,0,0,0 +159779,0,0,0,0,0 +159780,0,0,0,0,0 +159781,0,0,0,0,0 +159782,0,0,0,0,0 +159783,0,0,0,0,0 +159784,0,0,0,0,0 +159785,0,0,0,0,0 +159786,0,0,0,0,0 +159787,0,0,0,0,0 +159788,0,0,0,0,0 +159789,0,0,0,0,0 +159790,0,0,0,0,0 +159791,0,0,0,0,0 +159792,0,0,0,0,0 +159793,0,0,0,0,0 +159794,0,0,0,0,0 +159795,0,0,0,0,0 +159796,0,0,0,0,0 +159797,0,0,0,0,0 +159798,0,0,0,0,0 +159799,0,0,0,0,0 +159800,0,0,0,0,0 +159801,0,0,0,0,0 +159802,0,0,0,0,0 +159803,0,0,0,0,0 +159804,0,0,0,0,0 +159805,0,0,0,0,0 +159806,0,0,0,0,0 +159807,0,0,0,0,0 +159808,0,0,0,0,0 +159809,0,0,0,0,0 +159810,0,0,0,0,0 +159811,0,0,0,0,0 +159812,0,0,0,0,0 +159813,0,0,0,0,0 +159814,0,0,0,0,0 +159815,0,0,0,0,0 +159816,0,0,0,0,0 +159817,0,0,0,0,0 +159818,0,0,0,0,0 +159819,0,0,0,0,0 +159820,0,0,0,0,0 +159821,0,0,0,0,0 +159822,0,0,0,0,0 +159823,0,0,0,0,0 +159824,0,0,0,0,0 +159825,0,0,0,0,0 +159826,0,0,0,0,0 +159827,0,0,0,0,0 +159828,0,0,0,0,0 +159829,0,0,0,0,0 +159830,0,0,0,0,0 +159831,0,0,0,0,0 +159832,0,0,0,0,0 +159833,0,0,0,0,0 +159834,0,0,0,0,0 +159835,0,0,0,0,0 +159836,0,0,0,0,0 +159837,0,0,0,0,0 +159838,0,0,0,0,0 +159839,0,0,0,0,0 +159840,0,0,0,0,0 +159841,0,0,0,0,0 +159842,0,0,0,0,0 +159843,0,0,0,0,0 +159844,0,0,0,0,0 +159845,0,0,0,0,0 +159846,0,0,0,0,0 +159847,0,0,0,0,0 +159848,0,0,0,0,0 +159849,0,0,0,0,0 +159850,0,0,0,0,0 +159851,0,0,0,0,0 +159852,0,0,0,0,0 +159853,0,0,0,0,0 +159854,0,0,0,0,0 +159855,0,0,0,0,0 +159856,0,0,0,0,0 +159857,0,0,0,0,0 +159858,0,0,0,0,0 +159859,0,0,0,0,0 +159860,0,0,0,0,0 +159861,0,0,0,0,0 +159862,0,0,0,0,0 +159863,0,0,0,0,0 +159864,0,0,0,0,0 +159865,0,0,0,0,0 +159866,0,0,0,0,0 +159867,0,0,0,0,0 +159868,0,0,0,0,0 +159869,0,0,0,0,0 +159870,0,0,0,0,0 +159871,0,0,0,0,0 +159872,0,0,0,0,0 +159873,0,0,0,0,0 +159874,0,0,0,0,0 +159875,0,0,0,0,0 +159876,0,0,0,0,0 +159877,0,0,0,0,0 +159878,0,0,0,0,0 +159879,0,0,0,0,0 +159880,0,0,0,0,0 +159881,0,0,0,0,0 +159882,0,0,0,0,0 +159883,0,0,0,0,0 +159884,0,0,0,0,0 +159885,0,0,0,0,0 +159886,0,0,0,0,0 +159887,0,0,0,0,0 +159888,0,0,0,0,0 +159889,0,0,0,0,0 +159890,0,0,0,0,0 +159891,0,0,0,0,0 +159892,0,0,0,0,0 +159893,0,0,0,0,0 +159894,0,0,0,0,0 +159895,0,0,0,0,0 +159896,0,0,0,0,0 +159897,0,0,0,0,0 +159898,0,0,0,0,0 +159899,0,0,0,0,0 +159900,0,0,0,0,0 +159901,0,0,0,0,0 +159902,0,0,0,0,0 +159903,0,0,0,0,0 +159904,0,0,0,0,0 +159905,0,0,0,0,0 +159906,0,0,0,0,0 +159907,0,0,0,0,0 +159908,0,0,0,0,0 +159909,0,0,0,0,0 +159910,0,0,0,0,0 +159911,0,0,0,0,0 +159912,0,0,0,0,0 +159913,0,0,0,0,0 +159914,0,0,0,0,0 +159915,0,0,0,0,0 +159916,0,0,0,0,0 +159917,0,0,0,0,0 +159918,0,0,0,0,0 +159919,0,0,0,0,0 +159920,0,0,0,0,0 +159921,0,0,0,0,0 +159922,0,0,0,0,0 +159923,0,0,0,0,0 +159924,0,0,0,0,0 +159925,0,0,0,0,0 +159926,0,0,0,0,0 +159927,0,0,0,0,0 +159928,0,0,0,0,0 +159929,0,0,0,0,0 +159930,0,0,0,0,0 +159931,0,0,0,0,0 +159932,0,0,0,0,0 +159933,0,0,0,0,0 +159934,0,0,0,0,0 +159935,0,0,0,0,0 +159936,0,0,0,0,0 +159937,0,0,0,0,0 +159938,0,0,0,0,0 +159939,0,0,0,0,0 +159940,0,0,0,0,0 +159941,0,0,0,0,0 +159942,0,0,0,0,0 +159943,0,0,0,0,0 +159944,0,0,0,0,0 +159945,0,0,0,0,0 +159946,0,0,0,0,0 +159947,0,0,0,0,0 +159948,0,0,0,0,0 +159949,0,0,0,0,0 +159950,0,0,0,0,0 +159951,0,0,0,0,0 +159952,0,0,0,0,0 +159953,0,0,0,0,0 +159954,0,0,0,0,0 +159955,0,0,0,0,0 +159956,0,0,0,0,0 +159957,0,0,0,0,0 +159958,0,0,0,0,0 +159959,0,0,0,0,0 +159960,0,0,0,0,0 +159961,0,0,0,0,0 +159962,0,0,0,0,0 +159963,0,0,0,0,0 +159964,0,0,0,0,0 +159965,0,0,0,0,0 +159966,0,0,0,0,0 +159967,0,0,0,0,0 +159968,0,0,0,0,0 +159969,0,0,0,0,0 +159970,0,0,0,0,0 +159971,0,0,0,0,0 +159972,0,0,0,0,0 +159973,0,0,0,0,0 +159974,0,0,0,0,0 +159975,0,0,0,0,0 +159976,0,0,0,0,0 +159977,0,0,0,0,0 +159978,0,0,0,0,0 +159979,0,0,0,0,0 +159980,0,0,0,0,0 +159981,0,0,0,0,0 +159982,0,0,0,0,0 +159983,0,0,0,0,0 +159984,0,0,0,0,0 +159985,0,0,0,0,0 +159986,0,0,0,0,0 +159987,0,0,0,0,0 +159988,0,0,0,0,0 +159989,0,0,0,0,0 +159990,0,0,0,0,0 +159991,0,0,0,0,0 +159992,0,0,0,0,0 +159993,0,0,0,0,0 +159994,0,0,0,0,0 +159995,0,0,0,0,0 +159996,0,0,0,0,0 +159997,0,0,0,0,0 +159998,0,0,0,0,0 +159999,0,0,0,0,0 +160000,0,0,0,0,0 +160001,0,0,0,0,0 +160002,0,0,0,0,0 +160003,0,0,0,0,0 +160004,0,0,0,0,0 +160005,0,0,0,0,0 +160006,0,0,0,0,0 +160007,0,0,0,0,0 +160008,0,0,0,0,0 +160009,0,0,0,0,0 +160010,0,0,0,0,0 +160011,0,0,0,0,0 +160012,0,0,0,0,0 +160013,0,0,0,0,0 +160014,0,0,0,0,0 +160015,0,0,0,0,0 +160016,0,0,0,0,0 +160017,0,0,0,0,0 +160018,0,0,0,0,0 +160019,0,0,0,0,0 +160020,0,0,0,0,0 +160021,0,0,0,0,0 +160022,0,0,0,0,0 +160023,0,0,0,0,0 +160024,0,0,0,0,0 +160025,0,0,0,0,0 +160026,0,0,0,0,0 +160027,0,0,0,0,0 +160028,0,0,0,0,0 +160029,0,0,0,0,0 +160030,0,0,0,0,0 +160031,0,0,0,0,0 +160032,0,0,0,0,0 +160033,0,0,0,0,0 +160034,0,0,0,0,0 +160035,0,0,0,0,0 +160036,0,0,0,0,0 +160037,0,0,0,0,0 +160038,0,0,0,0,0 +160039,0,0,0,0,0 +160040,0,0,0,0,0 +160041,0,0,0,0,0 +160042,0,0,0,0,0 +160043,0,0,0,0,0 +160044,0,0,0,0,0 +160045,0,0,0,0,0 +160046,0,0,0,0,0 +160047,0,0,0,0,0 +160048,0,0,0,0,0 +160049,0,0,0,0,0 +160050,0,0,0,0,0 +160051,0,0,0,0,0 +160052,0,0,0,0,0 +160053,0,0,0,0,0 +160054,0,0,0,0,0 +160055,0,0,0,0,0 +160056,0,0,0,0,0 +160057,0,0,0,0,0 +160058,0,0,0,0,0 +160059,0,0,0,0,0 +160060,0,0,0,0,0 +160061,0,0,0,0,0 +160062,0,0,0,0,0 +160063,0,0,0,0,0 +160064,0,0,0,0,0 +160065,0,0,0,0,0 +160066,0,0,0,0,0 +160067,0,0,0,0,0 +160068,0,0,0,0,0 +160069,0,0,0,0,0 +160070,0,0,0,0,0 +160071,0,0,0,0,0 +160072,0,0,0,0,0 +160073,0,0,0,0,0 +160074,0,0,0,0,0 +160075,0,0,0,0,0 +160076,0,0,0,0,0 +160077,0,0,0,0,0 +160078,0,0,0,0,0 +160079,0,0,0,0,0 +160080,0,0,0,0,0 +160081,0,0,0,0,0 +160082,0,0,0,0,0 +160083,0,0,0,0,0 +160084,0,0,0,0,0 +160085,0,0,0,0,0 +160086,0,0,0,0,0 +160087,0,0,0,0,0 +160088,0,0,0,0,0 +160089,0,0,0,0,0 +160090,0,0,0,0,0 +160091,0,0,0,0,0 +160092,0,0,0,0,0 +160093,0,0,0,0,0 +160094,0,0,0,0,0 +160095,0,0,0,0,0 +160096,0,0,0,0,0 +160097,0,0,0,0,0 +160098,0,0,0,0,0 +160099,0,0,0,0,0 +160100,0,0,0,0,0 +160101,0,0,0,0,0 +160102,0,0,0,0,0 +160103,0,0,0,0,0 +160104,0,0,0,0,0 +160105,0,0,0,0,0 +160106,0,0,0,0,0 +160107,0,0,0,0,0 +160108,0,0,0,0,0 +160109,0,0,0,0,0 +160110,0,0,0,0,0 +160111,0,0,0,0,0 +160112,0,0,0,0,0 +160113,0,0,0,0,0 +160114,0,0,0,0,0 +160115,0,0,0,0,0 +160116,0,0,0,0,0 +160117,0,0,0,0,0 +160118,0,0,0,0,0 +160119,0,0,0,0,0 +160120,0,0,0,0,0 +160121,0,0,0,0,0 +160122,0,0,0,0,0 +160123,0,0,0,0,0 +160124,0,0,0,0,0 +160125,0,0,0,0,0 +160126,0,0,0,0,0 +160127,0,0,0,0,0 +160128,0,0,0,0,0 +160129,0,0,0,0,0 +160130,0,0,0,0,0 +160131,0,0,0,0,0 +160132,0,0,0,0,0 +160133,0,0,0,0,0 +160134,0,0,0,0,0 +160135,0,0,0,0,0 +160136,0,0,0,0,0 +160137,0,0,0,0,0 +160138,0,0,0,0,0 +160139,0,0,0,0,0 +160140,0,0,0,0,0 +160141,0,0,0,0,0 +160142,0,0,0,0,0 +160143,0,0,0,0,0 +160144,0,0,0,0,0 +160145,0,0,0,0,0 +160146,0,0,0,0,0 +160147,0,0,0,0,0 +160148,0,0,0,0,0 +160149,0,0,0,0,0 +160150,0,0,0,0,0 +160151,0,0,0,0,0 +160152,0,0,0,0,0 +160153,0,0,0,0,0 +160154,0,0,0,0,0 +160155,0,0,0,0,0 +160156,0,0,0,0,0 +160157,0,0,0,0,0 +160158,0,0,0,0,0 +160159,0,0,0,0,0 +160160,0,0,0,0,0 +160161,0,0,0,0,0 +160162,0,0,0,0,0 +160163,0,0,0,0,0 +160164,0,0,0,0,0 +160165,0,0,0,0,0 +160166,0,0,0,0,0 +160167,0,0,0,0,0 +160168,0,0,0,0,0 +160169,0,0,0,0,0 +160170,0,0,0,0,0 +160171,0,0,0,0,0 +160172,0,0,0,0,0 +160173,0,0,0,0,0 +160174,0,0,0,0,0 +160175,0,0,0,0,0 +160176,0,0,0,0,0 +160177,0,0,0,0,0 +160178,0,0,0,0,0 +160179,0,0,0,0,0 +160180,0,0,0,0,0 +160181,0,0,0,0,0 +160182,0,0,0,0,0 +160183,0,0,0,0,0 +160184,0,0,0,0,0 +160185,0,0,0,0,0 +160186,0,0,0,0,0 +160187,0,0,0,0,0 +160188,0,0,0,0,0 +160189,0,0,0,0,0 +160190,0,0,0,0,0 +160191,0,0,0,0,0 +160192,0,0,0,0,0 +160193,0,0,0,0,0 +160194,0,0,0,0,0 +160195,0,0,0,0,0 +160196,0,0,0,0,0 +160197,0,0,0,0,0 +160198,0,0,0,0,0 +160199,0,0,0,0,0 +160200,0,0,0,0,0 +160201,0,0,0,0,0 +160202,0,0,0,0,0 +160203,0,0,0,0,0 +160204,0,0,0,0,0 +160205,0,0,0,0,0 +160206,0,0,0,0,0 +160207,0,0,0,0,0 +160208,0,0,0,0,0 +160209,0,0,0,0,0 +160210,0,0,0,0,0 +160211,0,0,0,0,0 +160212,0,0,0,0,0 +160213,0,0,0,0,0 +160214,0,0,0,0,0 +160215,0,0,0,0,0 +160216,0,0,0,0,0 +160217,0,0,0,0,0 +160218,0,0,0,0,0 +160219,0,0,0,0,0 +160220,0,0,0,0,0 +160221,0,0,0,0,0 +160222,0,0,0,0,0 +160223,0,0,0,0,0 +160224,0,0,0,0,0 +160225,0,0,0,0,0 +160226,0,0,0,0,0 +160227,0,0,0,0,0 +160228,0,0,0,0,0 +160229,0,0,0,0,0 +160230,0,0,0,0,0 +160231,0,0,0,0,0 +160232,0,0,0,0,0 +160233,0,0,0,0,0 +160234,0,0,0,0,0 +160235,0,0,0,0,0 +160236,0,0,0,0,0 +160237,0,0,0,0,0 +160238,0,0,0,0,0 +160239,0,0,0,0,0 +160240,0,0,0,0,0 +160241,0,0,0,0,0 +160242,0,0,0,0,0 +160243,0,0,0,0,0 +160244,0,0,0,0,0 +160245,0,0,0,0,0 +160246,0,0,0,0,0 +160247,0,0,0,0,0 +160248,0,0,0,0,0 +160249,0,0,0,0,0 +160250,0,0,0,0,0 +160251,0,0,0,0,0 +160252,0,0,0,0,0 +160253,0,0,0,0,0 +160254,0,0,0,0,0 +160255,0,0,0,0,0 +160256,0,0,0,0,0 +160257,0,0,0,0,0 +160258,0,0,0,0,0 +160259,0,0,0,0,0 +160260,0,0,0,0,0 +160261,-1769.794639,0,0,-516.9041657,0 +160262,0,0,0,0,0 +160263,0,0,0,0,0 +160264,0,0,0,0,0 +160265,0,0,0,0,0 +160266,-39.64423259,0,0,0,0 +160267,-127.9966245,0,0,0,0 +160268,-37.75314631,0,0,0,0 +160269,-60.28856855,0,0,0,0 +160270,-54.15821983,0,0,0,0 +160271,-48.019913,0,0,0,0 +160272,-42.01468959,0,0,0,0 +160273,-35.72328751,0,0,0,0 +160274,-29.84705396,0,0,0,0 +160275,-23.82654698,0,0,0,0 +160276,-17.66250775,0,0,0,0 +160277,-11.77634585,0,0,0,0 +160278,-5.888575008,0,0,0,0 +160279,0,0,0,0,0 +160280,0,0,0,0,0 +160281,0,0,0,0,0 +160282,0,0,0,0,0 +160283,0,0,0,0,0 +160284,0,0,0,0,0 +160285,0,0,0,0,0 +160286,0,0,0,0,0 +160287,0,0,0,0,0 +160288,0,0,0,0,0 +160289,0,0,0,0,0 +160290,0,0,0,0,0 +160291,0,0,0,0,0 +160292,0,0,0,0,0 +160293,0,0,0,0,0 +160294,0,0,0,0,0 +160295,0,0,0,0,0 +160296,0,0,0,0,0 +160297,0,0,0,0,0 +160298,0,0,0,0,0 +160299,0,0,0,0,0 +160300,0,0,0,0,0 +160301,0,0,0,0,0 +160302,0,0,0,0,0 +160303,0,0,0,0,0 +160304,0,0,0,0,0 +160305,0,0,0,0,0 +160306,0,0,0,0,0 +160307,0,0,0,0,0 +160308,0,0,0,0,0 +160309,0,0,0,0,0 +160310,0,0,0,0,0 +160311,0,0,0,0,0 +160312,0,0,0,0,0 +160313,0,74.37428629,0,0,0 +160314,0,105.8252256,0,0,0 +160315,0,88.6527213,0,0,0 +160316,0,110.5703871,0,0,0 +160317,0,120.9555099,0,0,0 +160318,0,131.2379566,0,0,0 +160319,0,141.3046093,0,0,0 +160320,0,151.2374709,0,0,0 +160321,0,161.1563868,0,0,0 +160322,0,170.7878453,0,0,0 +160323,0,180.2798952,0,0,0 +160324,0,189.9682678,0,0,0 +160325,0,199.3063881,0,0,0 +160326,0,208.5831885,0,0,0 +160327,0,218.0318467,0,0,0 +160328,0,227.1761438,0,0,0 +160329,0,236.3381623,0,0,0 +160330,0,245.2928746,0,0,0 +160331,0,254.6662101,0,0,0 +160332,0,263.1264337,0,0,0 +160333,0,272.4398528,0,0,0 +160334,0,281.1215529,0,0,0 +160335,0,289.946043,0,0,0 +160336,0,298.7121755,0,0,0 +160337,0,307.3405032,0,0,0 +160338,0,316.0073634,0,0,0 +160339,0,324.58631,0,0,0 +160340,0,332.9421856,0,0,0 +160341,0,341.7346185,0,0,0 +160342,0,350.0283724,0,0,0 +160343,0,358.4670561,0,0,0 +160344,0,366.8252782,0,0,0 +160345,0,374.9216137,0,0,0 +160346,0,383.5537562,0,0,0 +160347,0,391.6031815,0,0,0 +160348,0,399.8399902,0,0,0 +160349,0,407.9912498,0,0,0 +160350,0,416.1048861,0,0,0 +160351,0,423.8893019,0,0,0 +160352,0,431.3172708,0,0,0 +160353,0,439.6545881,0,0,0 +160354,0,446.6191325,0,0,0 +160355,0,454.3683125,0,0,0 +160356,0,461.8442825,0,0,0 +160357,0,469.2540442,0,0,0 +160358,0,476.6113868,0,0,0 +160359,0,483.9920434,0,0,0 +160360,0,491.2620172,0,0,0 +160361,0,498.4815823,35.93688414,0,0 +160362,0,505.7319361,105.7881001,0,0 +160363,0,512.8369357,65.909492,0,0 +160364,0,519.6807319,87.96116599,0,0 +160365,0,527.2582799,94.47478693,0,0 +160366,0,533.9978285,101.0092993,0,0 +160367,0,541.1077783,106.9570619,0,0 +160368,0,547.9989604,113.3479073,0,0 +160369,0,554.9377674,118.9582662,0,0 +160370,0,561.835931,124.8098669,0,0 +160371,0,568.6155717,130.3545048,0,0 +160372,0,575.4680222,135.9392728,0,0 +160373,0,582.1602636,141.000286,0,0 +160374,0,588.9368339,146.1258722,0,0 +160375,0,595.5476648,151.3817021,0,0 +160376,0,602.2111781,156.2968132,0,0 +160377,0,608.8369051,160.8569036,0,0 +160378,0,615.3376518,165.6290667,0,0 +160379,0,621.9234746,170.1331374,0,0 +160380,0,628.3365663,174.5482559,0,0 +160381,0,635.483072,180.9368718,0,0 +160382,0,642.6838463,186.8837398,0,0 +160383,0,649.7712018,193.1498528,0,0 +160384,0,656.9238276,199.1712364,0,0 +160385,0,664.0494099,205.3535861,0,0 +160386,0,688.5832467,223.8926259,0,0 +160387,0,698.3284384,231.9015478,0,0 +160388,0,706.9367359,238.137933,0,0 +160389,0,715.0836551,244.4137827,0,0 +160390,0,723.1385756,250.7007842,0,0 +160391,0,731.0590598,256.1420576,0,0 +160392,0,738.7693148,262.091706,0,0 +160393,0,746.4940261,267.6618511,0,0 +160394,0,754.1450664,273.1694711,0,0 +160395,0,761.1455597,278.6061741,0,0 +160396,0,769.3843013,283.8700454,0,0 +160397,0,776.4213397,289.1068448,0,0 +160398,0,783.8521021,294.2606683,0,0 +160399,0,791.1411396,299.2513981,0,0 +160400,0,798.3239402,304.2649643,0,0 +160401,0,805.6241878,309.0870136,0,0 +160402,0,812.577705,313.9451645,0,0 +160403,0,819.77146,318.6150153,0,0 +160404,0,826.7383989,323.3303052,0,0 +160405,0,833.6605441,327.8585874,0,0 +160406,0,840.7056138,332.4430338,0,0 +160407,0,847.4534984,336.8761694,0,0 +160408,0,854.2680023,341.2493451,0,0 +160409,0,861.1117533,345.6466096,0,0 +160410,0,867.8507416,349.8707648,0,0 +160411,0,874.3125069,353.9558654,0,0 +160412,0,880.9683472,358.2268762,0,0 +160413,0,887.3941389,361.5337333,0,0 +160414,0,893.7747356,365.6310739,0,0 +160415,0,902.2046878,369.32481,0,0 +160416,0,910.0517425,373.0721569,0,0 +160417,0,917.9677544,376.6333444,0,0 +160418,0,925.8876947,380.342405,0,0 +160419,0,933.6199422,383.9206999,0,0 +160420,0,941.3358795,387.4050253,0,0 +160421,0,948.9772541,390.9391453,0,0 +160422,0,956.5502608,394.4020074,0,0 +160423,0,964.0579167,397.8426139,0,0 +160424,0,971.4411499,401.2977652,0,0 +160425,0,978.9682491,404.5783263,0,0 +160426,0,986.1446646,408.0438353,0,0 +160427,0,993.3868844,411.3932788,0,0 +160428,0,1000.654279,414.664187,0,0 +160429,0,1007.72842,418.0132137,0,0 +160430,0,1014.796361,421.3110844,0,0 +160431,0,1021.789939,424.6055293,0,0 +160432,0,1028.720022,427.8951398,0,0 +160433,0,1035.587335,431.18017,0,0 +160434,0,1042.391271,434.5093059,0,0 +160435,0,1049.131867,437.6794417,0,0 +160436,0,1055.745462,441.0760093,0,0 +160437,0,1062.455588,444.375895,0,0 +160438,0,1069.025431,447.6179867,0,0 +160439,0,1075.424685,450.9725797,0,0 +160440,0,1081.831363,454.2985979,0,0 +160441,0,1087.679344,456.0784561,0,0 +160442,0,1093.24971,457.809649,0,0 +160443,0,1098.800055,459.539632,0,0 +160444,0,1104.264515,461.2779259,0,0 +160445,0,1109.655611,463.0299319,0,0 +160446,0,1114.905107,464.8013451,0,0 +160447,0,1120.215341,466.5950992,0,0 +160448,0,1127.604035,468.4657426,0,0 +160449,0,1130.646429,470.2395222,0,0 +160450,0,1139.017282,472.1619739,0,0 +160451,0,1139.640165,474.0744552,0,0 +160452,0,1151.358902,475.9859776,0,0 +160453,0,1146.757041,478.068006,0,0 +160454,0,1165.749647,480.0816348,0,0 +160455,0,1150.02085,482.2428013,27.15768777,0 +160456,0,1158.569205,484.3193194,41.68935552,0 +160457,0,1174.094886,486.569349,44.61378938,0 +160458,0,1171.240024,488.8315907,47.69638262,0 +160459,0,1177.398584,491.1642886,54.13366597,0 +160460,0,1181.893871,493.5632124,58.74146589,0 +160461,0,1185.856894,494.0701554,63.18342648,0 +160462,0,1190.274669,497.4564281,67.69591654,0 +160463,0,1194.209678,501.9914829,72.00869959,0 +160464,0,1198.208497,505.6878185,76.43304031,0 +160465,0,1202.260251,509.2001862,80.63656857,0 +160466,0,1206.112733,514.0398952,84.97556655,0 +160467,0,1209.763569,516.2932207,89.21008398,0 +160468,0,1213.520563,512.604357,93.2258695,0 +160469,0,1217.139215,528.5989263,97.49952526,0 +160470,0,1220.694219,526.3648639,101.5226356,0 +160471,0,1222.422856,531.5116565,105.1975645,0 +160472,0,1223.927972,534.513814,109.1560807,0 +160473,64.32752217,1225.005089,538.3431764,112.7149183,0 +160474,118.7116939,1225.937641,541.4662587,116.4824948,0 +160475,86.03690836,1226.744867,545.1443321,119.9945961,0 +160476,110.3758403,1227.186786,548.3063848,123.6524204,0 +160477,119.1322013,1227.631889,551.9580609,126.991905,0 +160478,127.7323296,1227.851434,555.0502201,130.7108862,0 +160479,136.2880904,1227.931802,558.7769255,134.074034,0 +160480,144.793216,1227.866946,561.9244981,137.3521661,0 +160481,152.8885148,1227.661186,565.4053755,140.8404919,0 +160482,161.2149484,1227.319358,568.661889,144.1789244,0 +160483,168.9318105,1226.845086,572.2088416,147.3894189,0 +160484,177.2523228,1226.164982,575.2598737,150.6510237,0 +160485,184.9090407,1225.549666,578.9434037,154.0371614,0 +160486,192.4580442,1224.644199,582.0388393,157.0855036,0 +160487,200.2366052,1223.687749,585.5256937,160.248255,0 +160488,207.791435,1222.602674,588.5783505,163.3463881,0 +160489,215.0561085,1221.481198,592.215983,166.5222498,0 +160490,222.4036632,1220.059532,595.2165737,169.6028425,0 +160491,229.9047812,1218.696417,598.7626826,172.5625005,0 +160492,236.8415759,1217.159507,601.7962007,175.6747,0 +160493,243.9044543,1215.530138,605.313509,178.5566089,0 +160494,251.0570635,1213.798873,608.3292254,181.6084148,0 +160495,257.5909518,1211.967204,611.8304344,184.4411284,0 +160496,264.94497,1210.037351,614.7672982,187.4418667,0 +160497,271.3709089,1208.01089,618.3516759,190.2177877,0 +160498,278.29793,1205.88991,621.3510689,193.1694052,0 +160499,284.7712003,1203.687178,624.7555,195.9059774,0 +160500,291.5391048,1201.312408,627.7250306,198.8150515,0 +160501,297.8550041,1199.051934,631.2612929,201.3515416,0 +160502,304.4667389,1196.544049,634.1518873,204.409537,0 +160503,310.4090272,1194.016531,637.5793815,206.9227992,0 +160504,317.5007232,1191.391494,640.4997754,209.7431281,0 +160505,323.0160088,1188.681684,643.8964085,212.3168271,0 +160506,329.5899284,1185.888941,646.7949339,215.0649048,0 +160507,335.4586283,1183.089267,650.1704125,217.7448184,0 +160508,341.7375139,1180.027212,653.05417,220.2102437,0 +160509,347.5388956,1176.971544,656.3403666,222.8154137,0 +160510,353.6410569,1173.959777,659.3180027,225.4471837,0 +160511,359.3954256,1170.720849,662.6021952,227.7407498,0 +160512,365.3933388,1167.47412,665.4669298,230.5948672,0 +160513,370.9761625,1164.142899,668.8606424,232.8812733,0 +160514,376.9364296,1160.741153,671.5896974,235.4882178,0 +160515,382.0899182,1157.196374,675.2315671,237.8546668,0 +160516,388.4313488,1176.359769,680.9751201,240.3963174,0 +160517,393.5517372,1116.955906,677.1126733,242.7263242,0 +160518,399.3819963,1163.020809,684.2891325,245.2313211,0 +160519,404.645572,1150.524911,687.6869866,247.5259145,0 +160520,410.2399589,1121.823897,689.6708554,249.9957905,0 +160521,415.4966986,1158.637499,693.214678,252.2563492,0 +160522,421.011658,1107.007181,695.9982943,254.69239,0 +160523,426.1807849,1149.423319,699.2576848,256.920223,0 +160524,431.5798488,1104.073208,702.0327715,259.1465353,0 +160525,436.7504874,1130.7305,705.2066422,261.6181638,0 +160526,441.990004,1107.829818,708.088951,263.8522516,0 +160527,447.1135843,1113.160265,711.0440201,266.0508076,0 +160528,452.2661798,1105.942363,714.2005783,268.3936047,0 +160529,457.2770006,1102.087436,717.0153259,270.5304323,0 +160530,462.4460308,1097.815377,720.3025219,272.8451284,0 +160531,467.9499067,1093.965046,723.1654036,275.0265641,0 +160532,473.1771178,1090.149052,726.403355,277.3483939,0 +160533,478.6248155,1086.36303,729.3737061,279.51406,0 +160534,483.7524799,1082.539284,732.6752074,281.8191847,0 +160535,489.1358095,1078.791676,735.6848433,283.9670524,0 +160536,494.343862,1074.829057,738.8870715,286.2546711,0 +160537,499.481794,1071.015865,741.9685784,288.3848821,0 +160538,504.7577256,1067.092167,746.4384666,290.6554924,0 +160539,509.8901641,1063.108786,749.8612948,292.7686905,0 +160540,515.3897454,1059.256317,752.1003862,295.0506378,0 +160541,520.2152886,1055.227857,758.8721385,297.1283206,0 +160542,525.6421911,1051.23122,750.7446587,299.3934138,0 +160543,530.1070945,1047.261903,760.8053075,301.4556845,0 +160544,536.0429448,1043.100203,765.803896,303.4999016,0 +160545,540.5606776,1039.054141,766.5209488,305.8660034,0 +160546,545.9010907,1034.920474,770.485078,307.9408301,0 +160547,550.7798333,1030.768979,773.6809913,310.0124304,0 +160548,555.9143933,1026.588792,776.9245686,312.4486182,0 +160549,560.7579966,1022.380528,779.9539987,314.139195,0 +160550,565.9562457,1019.901277,789.0862008,316.5138467,0 +160551,570.6629198,1016.881082,777.7937451,318.4838754,0 +160552,575.8655255,1013.824625,794.0300428,320.7026832,0 +160553,580.5301149,1010.747564,791.9264528,322.6657924,0 +160554,585.6500109,1007.64501,796.2467225,324.8676736,0 +160555,590.3525312,1004.51864,799.3439497,326.871905,0 +160556,595.493515,1001.368727,802.6179493,329.011783,0 +160557,600.0278214,998.1961535,813.3620441,331.0043083,0 +160558,605.112561,995.0011527,797.7947915,333.1645951,0 +160559,609.7426404,991.8474309,819.6070771,335.1530262,0 +160560,614.8177969,988.5159401,811.9156534,337.2725849,0 +160561,619.1458101,985.2711155,827.8565616,339.2424544,0 +160562,623.8373572,981.9377627,810.051065,341.3770655,0 +160563,628.6210812,978.592676,831.2874566,343.3433444,0 +160564,633.078925,975.1655592,827.3030196,345.4376133,0 +160565,637.5738533,971.8767251,831.9384376,347.3901528,0 +160566,642.4879374,968.4312776,837.5521491,349.508619,0 +160567,646.7756786,965.0878652,836.0939533,351.4596944,0 +160568,651.3259011,961.5668185,848.3367743,353.661314,0 +160569,656.0081732,958.1670721,838.4874,355.4933971,0 +160570,660.4498733,954.6984924,858.1514206,357.6932276,0 +160571,664.8668923,951.2264087,838.0162255,359.5140986,0 +160572,669.6323295,947.7420422,870.9342812,361.7200093,0 +160573,673.8176186,944.2455593,842.5609283,363.5123552,0 +160574,678.3582464,940.7380405,877.5262837,365.6909275,0 +160575,682.9735196,937.2212444,859.4018456,367.5890371,0 +160576,687.2656065,933.692199,869.4561624,369.4536913,0 +160577,691.646135,930.1566754,872.4757083,371.6827576,0 +160578,696.2209994,926.6114122,875.3554438,373.5916974,0 +160579,700.6051197,923.0585067,878.6857371,375.5129606,0 +160580,704.8230742,919.4981181,882.123291,377.5873938,0 +160581,709.4753146,915.9910708,885.6387569,379.491923,0 +160582,713.5391436,912.3213121,888.9414734,381.486153,0 +160583,718.0055845,908.7962323,892.26446,383.4066262,0 +160584,722.4496058,905.1948106,895.5745526,385.4344711,0 +160585,726.7075236,901.6181389,901.0679076,387.3298855,0 +160586,731.0529279,897.9730168,901.6459056,389.421153,0 +160587,735.4408342,894.4694412,905.9791973,391.2417932,0 +160588,739.725129,890.8923119,909.4163884,393.3184554,0 +160589,743.9207412,887.2242637,912.7418879,395.1696782,0 +160590,748.4356341,883.673678,916.0064882,397.2208262,0 +160591,752.61202,880.1551995,921.4435178,399.1592164,0 +160592,756.9007157,876.6648622,922.6319791,401.3421443,0 +160593,761.3938653,873.1877036,927.0268285,403.2572885,0 +160594,765.71527,869.7780334,930.7554717,405.4440148,0 +160595,769.8531196,866.1872158,936.061564,407.4026036,0 +160596,774.448836,862.868653,937.4283083,409.5743165,0 +160597,778.6892808,859.3904154,941.6946376,411.5701208,0 +160598,782.8859233,855.9838632,947.2496178,413.7029397,0 +160599,787.3361292,852.5819331,948.5490073,415.6955448,0 +160600,791.6703069,849.2483656,954.6082524,417.8697601,0 +160601,795.812005,845.7951146,956.0922241,419.8436381,0 +160602,800.4903779,842.4781751,961.6212684,422.0254289,0 +160603,804.4680743,839.1287542,963.7134622,424.0301115,0 +160604,808.8582602,835.8053941,970.1391727,426.1702865,0 +160605,813.2456997,832.4465874,970.848997,428.1699592,0 +160606,817.5874933,829.2922438,976.0187852,430.3508678,0 +160607,821.7417805,825.9069676,976.8169277,432.3301104,0 +160608,826.4016612,822.7082387,977.6061956,434.5175024,0 +160609,830.512875,819.4741026,977.7335201,436.5273018,0 +160610,834.9096282,816.2707876,977.9434002,438.6709499,0 +160611,839.2555011,813.0788757,978.2393242,440.6399681,0 +160612,843.7639505,809.9832412,978.6061163,442.8522985,0 +160613,847.747389,806.763875,979.0375736,444.8028904,0 +160614,852.5225895,803.6544225,979.5193063,447.0217474,0 +160615,856.5245049,800.6319608,980.0491325,449.0038946,0 +160616,860.9521018,797.5520443,980.6158551,451.177032,0 +160617,865.3358823,794.5267174,981.2196215,453.1526715,0 +160618,869.5704938,791.5932027,981.8513859,455.3679619,0 +160619,873.7723613,788.5443639,982.5124514,457.3210884,0 +160620,878.392408,785.6601053,983.194886,459.5422646,0 +160621,0,0,0,0,0 +160622,0,0,0,0,0 +160623,0,0,0,0,0 +160624,0,0,0,0,0 +160625,0,0,0,0,0 +160626,0,0,0,0,0 +160627,0,0,0,0,0 +160628,0,0,0,0,0 +160629,0,0,0,0,0 +160630,0,0,0,0,0 +160631,0,0,0,0,0 +160632,0,0,0,0,0 +160633,0,0,0,0,0 +160634,0,0,0,0,0 +160635,0,0,0,0,0 +160636,0,0,0,0,0 +160637,0,0,0,0,0 +160638,0,0,0,0,0 +160639,0,0,0,0,0 +160640,0,0,0,0,0 +160641,0,0,0,0,0 +160642,0,0,0,0,0 +160643,0,0,0,0,0 +160644,0,0,0,0,0 +160645,0,0,0,0,0 +160646,0,0,0,0,0 +160647,0,0,0,0,0 +160648,0,0,0,0,0 +160649,0,0,0,0,0 +160650,0,0,0,0,0 +160651,0,0,0,0,0 +160652,0,0,0,0,0 +160653,0,0,0,0,0 +160654,0,0,0,0,0 +160655,0,0,0,0,0 +160656,0,0,0,0,0 +160657,0,0,0,0,0 +160658,0,0,0,0,0 +160659,0,0,0,0,0 +160660,0,0,0,0,0 +160661,0,0,0,0,0 +160662,0,0,0,0,0 +160663,0,0,0,0,0 +160664,0,0,0,0,0 +160665,0,0,0,0,0 +160666,0,0,0,0,0 +160667,0,0,0,0,0 +160668,0,0,0,0,0 +160669,0,0,0,0,0 +160670,0,0,0,0,0 +160671,0,0,0,0,0 +160672,0,0,0,0,0 +160673,0,0,0,0,0 +160674,0,0,0,0,0 +160675,0,0,0,0,0 +160676,0,0,0,0,0 +160677,0,0,0,0,0 +160678,0,0,0,0,0 +160679,0,0,0,0,0 +160680,0,0,0,0,0 +160681,0,0,0,0,0 +160682,0,0,0,0,0 +160683,0,0,0,0,0 +160684,0,0,0,0,0 +160685,0,0,0,0,0 +160686,0,0,0,0,0 +160687,0,0,0,0,0 +160688,0,0,0,0,0 +160689,0,0,0,0,0 +160690,0,0,0,0,0 +160691,0,0,0,0,0 +160692,0,0,0,0,0 +160693,0,0,0,0,0 +160694,0,0,0,0,0 +160695,0,0,0,0,0 +160696,0,0,0,0,0 +160697,0,0,0,0,0 +160698,0,0,0,0,0 +160699,0,0,0,0,0 +160700,0,0,0,0,0 +160701,0,0,0,0,0 +160702,0,0,0,0,0 +160703,0,0,0,0,0 +160704,0,0,0,0,0 +160705,0,0,0,0,0 +160706,0,0,0,0,0 +160707,0,0,0,0,0 +160708,0,0,0,0,0 +160709,0,0,0,0,0 +160710,0,0,0,0,0 +160711,0,0,0,0,0 +160712,0,0,0,0,0 +160713,0,0,0,0,0 +160714,0,0,0,0,0 +160715,0,0,0,0,0 +160716,0,0,0,0,0 +160717,0,0,0,0,0 +160718,0,0,0,0,0 +160719,0,0,0,0,0 +160720,0,0,0,0,0 +160721,0,0,0,0,0 +160722,0,0,0,0,0 +160723,0,0,0,0,0 +160724,0,0,0,0,0 +160725,0,0,0,0,0 +160726,0,0,0,0,0 +160727,0,0,0,0,0 +160728,0,0,0,0,0 +160729,0,0,0,0,0 +160730,0,0,0,0,0 +160731,0,0,0,0,0 +160732,0,0,0,0,0 +160733,0,0,0,0,0 +160734,0,0,0,0,0 +160735,0,0,0,0,0 +160736,0,0,0,0,0 +160737,0,0,0,0,0 +160738,0,0,0,0,0 +160739,0,0,0,0,0 +160740,0,0,0,0,0 +160741,0,0,0,0,0 +160742,0,0,0,0,0 +160743,0,0,0,0,0 +160744,0,0,0,0,0 +160745,0,0,0,0,0 +160746,0,0,0,0,0 +160747,0,0,0,0,0 +160748,0,0,0,0,0 +160749,0,0,0,0,0 +160750,0,0,0,0,0 +160751,0,0,0,0,0 +160752,0,0,0,0,0 +160753,0,0,0,0,0 +160754,0,0,0,0,0 +160755,0,0,0,0,0 +160756,0,0,0,0,0 +160757,0,0,0,0,0 +160758,0,0,0,0,0 +160759,0,0,0,0,0 +160760,0,0,0,0,0 +160761,0,0,0,0,0 +160762,0,0,0,0,0 +160763,0,0,0,0,0 +160764,0,0,0,0,0 +160765,0,0,0,0,0 +160766,0,0,0,0,0 +160767,0,0,0,0,0 +160768,0,0,0,0,0 +160769,0,0,0,0,0 +160770,0,0,0,0,0 +160771,0,0,0,0,0 +160772,0,0,0,0,0 +160773,0,0,0,0,0 +160774,0,0,0,0,0 +160775,0,0,0,0,0 +160776,0,0,0,0,0 +160777,0,0,0,0,0 +160778,0,0,0,0,0 +160779,0,0,0,0,0 +160780,0,0,0,0,0 +160781,0,0,0,0,0 +160782,0,0,0,0,0 +160783,0,0,0,0,0 +160784,0,0,0,0,0 +160785,0,0,0,0,0 +160786,0,0,0,0,0 +160787,0,0,0,0,0 +160788,0,0,0,0,0 +160789,0,0,0,0,0 +160790,0,0,0,0,0 +160791,0,0,0,0,0 +160792,0,0,0,0,0 +160793,0,0,0,0,0 +160794,0,0,0,0,0 +160795,0,0,0,0,0 +160796,0,0,0,0,0 +160797,0,0,0,0,0 +160798,0,0,0,0,0 +160799,0,0,0,0,0 +160800,0,0,0,0,0 +160801,0,0,0,0,0 +160802,0,0,0,0,0 +160803,0,0,0,0,0 +160804,0,0,0,0,0 +160805,0,0,0,0,0 +160806,0,0,0,0,0 +160807,0,0,0,0,0 +160808,0,0,0,0,0 +160809,0,0,0,0,0 +160810,0,0,0,0,0 +160811,0,0,0,0,0 +160812,0,0,0,0,0 +160813,0,0,0,0,0 +160814,0,0,0,0,0 +160815,0,0,0,0,0 +160816,0,0,0,0,0 +160817,0,0,0,0,0 +160818,0,0,0,0,0 +160819,0,0,0,0,0 +160820,0,0,0,0,0 +160821,0,0,0,0,0 +160822,0,0,0,0,0 +160823,0,0,0,0,0 +160824,0,0,0,0,0 +160825,0,0,0,0,0 +160826,0,0,0,0,0 +160827,0,0,0,0,0 +160828,0,0,0,0,0 +160829,0,0,0,0,0 +160830,0,0,0,0,0 +160831,0,0,0,0,0 +160832,0,0,0,0,0 +160833,0,0,0,0,0 +160834,0,0,0,0,0 +160835,0,0,0,0,0 +160836,0,0,0,0,0 +160837,0,0,0,0,0 +160838,0,0,0,0,0 +160839,0,0,0,0,0 +160840,0,0,0,0,0 +160841,0,0,0,0,0 +160842,0,0,0,0,0 +160843,0,0,0,0,0 +160844,0,0,0,0,0 +160845,0,0,0,0,0 +160846,0,0,0,0,0 +160847,0,0,0,0,0 +160848,0,0,0,0,0 +160849,0,0,0,0,0 +160850,0,0,0,0,0 +160851,0,0,0,0,0 +160852,0,0,0,0,0 +160853,0,0,0,0,0 +160854,0,0,0,0,0 +160855,0,0,0,0,0 +160856,0,0,0,0,0 +160857,0,0,0,0,0 +160858,0,0,0,0,0 +160859,0,0,0,0,0 +160860,0,0,0,0,0 +160861,0,0,0,0,0 +160862,0,0,0,0,0 +160863,0,0,0,0,0 +160864,0,0,0,0,0 +160865,0,0,0,0,0 +160866,0,0,0,0,0 +160867,0,0,0,0,0 +160868,0,0,0,0,0 +160869,0,0,0,0,0 +160870,0,0,0,0,0 +160871,0,0,0,0,0 +160872,0,0,0,0,0 +160873,0,0,0,0,0 +160874,0,0,0,0,0 +160875,0,0,0,0,0 +160876,0,0,0,0,0 +160877,0,0,0,0,0 +160878,0,0,0,0,0 +160879,0,0,0,0,0 +160880,0,0,0,0,0 +160881,0,0,0,0,0 +160882,0,0,0,0,0 +160883,0,0,0,0,0 +160884,0,0,0,0,0 +160885,0,0,0,0,0 +160886,0,0,0,0,0 +160887,0,0,0,0,0 +160888,0,0,0,0,0 +160889,0,0,0,0,0 +160890,0,0,0,0,0 +160891,0,0,0,0,0 +160892,0,0,0,0,0 +160893,0,0,0,0,0 +160894,0,0,0,0,0 +160895,0,0,0,0,0 +160896,0,0,0,0,0 +160897,0,0,0,0,0 +160898,0,0,0,0,0 +160899,0,0,0,0,0 +160900,0,0,0,0,0 +160901,0,0,0,0,0 +160902,0,0,0,0,0 +160903,0,0,0,0,0 +160904,0,0,0,0,0 +160905,0,0,0,0,0 +160906,0,0,0,0,0 +160907,0,0,0,0,0 +160908,0,0,0,0,0 +160909,0,0,0,0,0 +160910,0,0,0,0,0 +160911,0,0,0,0,0 +160912,0,0,0,0,0 +160913,0,0,0,0,0 +160914,0,0,0,0,0 +160915,0,0,0,0,0 +160916,0,0,0,0,0 +160917,0,0,0,0,0 +160918,0,0,0,0,0 +160919,0,0,0,0,0 +160920,0,0,0,0,0 +160921,0,0,0,0,0 +160922,0,0,0,0,0 +160923,0,0,0,0,0 +160924,0,0,0,0,0 +160925,0,0,0,0,0 +160926,0,0,0,0,0 +160927,0,0,0,0,0 +160928,0,0,0,0,0 +160929,0,0,0,0,0 +160930,0,0,0,0,0 +160931,0,0,0,0,0 +160932,0,0,0,0,0 +160933,0,0,0,0,0 +160934,0,0,0,0,0 +160935,0,0,0,0,0 +160936,0,0,0,0,0 +160937,0,0,0,0,0 +160938,0,0,0,0,0 +160939,0,0,0,0,0 +160940,0,0,0,0,0 +160941,0,0,0,0,0 +160942,0,0,0,0,0 +160943,0,0,0,0,0 +160944,0,0,0,0,0 +160945,0,0,0,0,0 +160946,0,0,0,0,0 +160947,0,0,0,0,0 +160948,0,0,0,0,0 +160949,0,0,0,0,0 +160950,0,0,0,0,0 +160951,0,0,0,0,0 +160952,0,0,0,0,0 +160953,0,0,0,0,0 +160954,0,0,0,0,0 +160955,0,0,0,0,0 +160956,0,0,0,0,0 +160957,0,0,0,0,0 +160958,0,0,0,0,0 +160959,0,0,0,0,0 +160960,0,0,0,0,0 +160961,0,0,0,0,0 +160962,0,0,0,0,0 +160963,0,0,0,0,0 +160964,0,0,0,0,0 +160965,0,0,0,0,0 +160966,0,0,0,0,0 +160967,0,0,0,0,0 +160968,0,0,0,0,0 +160969,0,0,0,0,0 +160970,0,0,0,0,0 +160971,0,0,0,0,0 +160972,0,0,0,0,0 +160973,0,0,0,0,0 +160974,0,0,0,0,0 +160975,0,0,0,0,0 +160976,0,0,0,0,0 +160977,0,0,0,0,0 +160978,0,0,0,0,0 +160979,0,0,0,0,0 +160980,0,0,0,0,0 +160981,0,0,0,0,0 +160982,0,0,0,0,0 +160983,0,0,0,0,0 +160984,0,0,0,0,0 +160985,0,0,0,0,0 +160986,0,0,0,0,0 +160987,0,0,0,0,0 +160988,0,0,0,0,0 +160989,0,0,0,0,0 +160990,0,0,0,0,0 +160991,0,0,0,0,0 +160992,0,0,0,0,0 +160993,0,0,0,0,0 +160994,0,0,0,0,0 +160995,0,0,0,0,0 +160996,0,0,0,0,0 +160997,0,0,0,0,0 +160998,0,0,0,0,0 +160999,0,0,0,0,0 +161000,0,0,0,0,0 +161001,0,0,0,0,0 +161002,0,0,0,0,0 +161003,0,0,0,0,0 +161004,0,0,0,0,0 +161005,0,0,0,0,0 +161006,0,0,0,0,0 +161007,0,0,0,0,0 +161008,0,0,0,0,0 +161009,0,0,0,0,0 +161010,0,0,0,0,0 +161011,0,0,0,0,0 +161012,0,0,0,0,0 +161013,0,0,0,0,0 +161014,0,0,0,0,0 +161015,0,0,0,0,0 +161016,0,0,0,0,0 +161017,0,0,0,0,0 +161018,0,0,0,0,0 +161019,0,0,0,0,0 +161020,0,0,0,0,0 +161021,0,0,0,0,0 +161022,0,0,0,0,0 +161023,0,0,0,0,0 +161024,0,0,0,0,0 +161025,0,0,0,0,0 +161026,0,0,0,0,0 +161027,0,0,0,0,0 +161028,0,0,0,0,0 +161029,0,0,0,0,0 +161030,0,0,0,0,0 +161031,0,0,0,0,0 +161032,0,0,0,0,0 +161033,0,0,0,0,0 +161034,0,0,0,0,0 +161035,0,0,0,0,0 +161036,0,0,0,0,0 +161037,0,0,0,0,0 +161038,0,0,0,0,0 +161039,0,0,0,0,0 +161040,0,0,0,0,0 +161041,0,0,0,0,0 +161042,0,0,0,0,0 +161043,0,0,0,0,0 +161044,0,0,0,0,0 +161045,0,0,0,0,0 +161046,0,0,0,0,0 +161047,0,0,0,0,0 +161048,0,0,0,0,0 +161049,0,0,0,0,0 +161050,0,0,0,0,0 +161051,0,0,0,0,0 +161052,0,0,0,0,0 +161053,0,0,0,0,0 +161054,0,0,0,0,0 +161055,0,0,0,0,0 +161056,0,0,0,0,0 +161057,0,0,0,0,0 +161058,0,0,0,0,0 +161059,0,0,0,0,0 +161060,0,0,0,0,0 +161061,0,0,0,0,0 +161062,0,0,0,0,0 +161063,0,0,0,0,0 +161064,0,0,0,0,0 +161065,0,0,0,0,0 +161066,0,0,0,0,0 +161067,0,0,0,0,0 +161068,0,0,0,0,0 +161069,0,0,0,0,0 +161070,0,0,0,0,0 +161071,0,0,0,0,0 +161072,0,0,0,0,0 +161073,0,0,0,0,0 +161074,0,0,0,0,0 +161075,0,0,0,0,0 +161076,0,0,0,0,0 +161077,0,0,0,0,0 +161078,0,0,0,0,0 +161079,0,0,0,0,0 +161080,0,0,0,0,0 +161081,0,0,0,0,0 +161082,0,0,0,0,0 +161083,0,0,0,0,0 +161084,0,0,0,0,0 +161085,0,0,0,0,0 +161086,0,0,0,0,0 +161087,0,0,0,0,0 +161088,0,0,0,0,0 +161089,0,0,0,0,0 +161090,0,0,0,0,0 +161091,0,0,0,0,0 +161092,0,0,0,0,0 +161093,0,0,0,0,0 +161094,0,0,0,0,0 +161095,0,0,0,0,0 +161096,0,0,0,0,0 +161097,0,0,0,0,0 +161098,0,0,0,0,0 +161099,0,0,0,0,0 +161100,0,0,0,0,0 +161101,0,0,0,0,0 +161102,0,0,0,0,0 +161103,0,0,0,0,0 +161104,0,0,0,0,0 +161105,0,0,0,0,0 +161106,0,0,0,0,0 +161107,0,0,0,0,0 +161108,0,0,0,0,0 +161109,0,0,0,0,0 +161110,0,0,0,0,0 +161111,0,0,0,0,0 +161112,0,0,0,0,0 +161113,0,0,0,0,0 +161114,0,0,0,0,0 +161115,0,0,0,0,0 +161116,0,0,0,0,0 +161117,0,0,0,0,0 +161118,0,0,0,0,0 +161119,0,0,0,0,0 +161120,0,0,0,0,0 +161121,0,0,0,0,0 +161122,0,0,0,0,0 +161123,0,0,0,0,0 +161124,0,0,0,0,0 +161125,0,0,0,0,0 +161126,0,0,0,0,0 +161127,0,0,0,0,0 +161128,0,0,0,0,0 +161129,0,0,0,0,0 +161130,0,0,0,0,0 +161131,0,0,0,0,0 +161132,0,0,0,0,0 +161133,0,0,0,0,0 +161134,0,0,0,0,0 +161135,0,0,0,0,0 +161136,0,0,0,0,0 +161137,0,0,0,0,0 +161138,0,0,0,0,0 +161139,0,0,0,0,0 +161140,0,0,0,0,0 +161141,0,0,0,0,0 +161142,0,0,0,0,0 +161143,0,0,0,0,0 +161144,0,0,0,0,0 +161145,0,0,0,0,0 +161146,0,0,0,0,0 +161147,0,0,0,0,0 +161148,0,0,0,0,0 +161149,0,0,0,0,0 +161150,0,0,0,0,0 +161151,0,0,0,0,0 +161152,0,0,0,0,0 +161153,0,0,0,0,0 +161154,0,0,0,0,0 +161155,0,0,0,0,0 +161156,0,0,0,0,0 +161157,0,0,0,0,0 +161158,0,0,0,0,0 +161159,0,0,0,0,0 +161160,0,0,0,0,0 +161161,0,0,0,0,0 +161162,0,0,0,0,0 +161163,0,0,0,0,0 +161164,0,0,0,0,0 +161165,0,0,0,0,0 +161166,0,0,0,0,0 +161167,0,0,0,0,0 +161168,0,0,0,0,0 +161169,0,0,0,0,0 +161170,0,0,0,0,0 +161171,0,0,0,0,0 +161172,0,0,0,0,0 +161173,0,0,0,0,0 +161174,0,0,0,0,0 +161175,0,0,0,0,0 +161176,0,0,0,0,0 +161177,0,0,0,0,0 +161178,0,0,0,0,0 +161179,0,0,0,0,0 +161180,0,0,0,0,0 +161181,0,0,0,0,0 +161182,0,0,0,0,0 +161183,0,0,0,0,0 +161184,0,0,0,0,0 +161185,0,0,0,0,0 +161186,0,0,0,0,0 +161187,0,0,0,0,0 +161188,0,0,0,0,0 +161189,0,0,0,0,0 +161190,0,0,0,0,0 +161191,0,0,0,0,0 +161192,0,0,0,0,0 +161193,0,0,0,0,0 +161194,0,0,0,0,0 +161195,0,0,0,0,0 +161196,0,0,0,0,0 +161197,0,0,0,0,0 +161198,0,0,0,0,0 +161199,0,0,0,0,0 +161200,0,0,0,0,0 +161201,0,0,0,0,0 +161202,0,0,0,0,0 +161203,0,0,0,0,0 +161204,0,0,0,0,0 +161205,0,0,0,0,0 +161206,0,0,0,0,0 +161207,0,0,0,0,0 +161208,0,0,0,0,0 +161209,0,0,0,0,0 +161210,0,0,0,0,0 +161211,0,0,0,0,0 +161212,0,0,0,0,0 +161213,0,0,0,0,0 +161214,0,0,0,0,0 +161215,0,0,0,0,0 +161216,0,0,0,0,0 +161217,0,0,0,0,0 +161218,0,0,0,0,0 +161219,0,0,0,0,0 +161220,0,0,0,0,0 +161221,0,0,0,0,0 +161222,0,0,0,0,0 +161223,0,0,0,0,0 +161224,0,0,0,0,0 +161225,0,0,0,0,0 +161226,0,0,0,0,0 +161227,0,0,0,0,0 +161228,0,0,0,0,0 +161229,0,0,0,0,0 +161230,0,0,0,0,0 +161231,0,0,0,0,0 +161232,0,0,0,0,0 +161233,0,0,0,0,0 +161234,0,0,0,0,0 +161235,0,0,0,0,0 +161236,0,0,0,0,0 +161237,0,0,0,0,0 +161238,0,0,0,0,0 +161239,0,0,0,0,0 +161240,0,0,0,0,0 +161241,0,0,0,0,0 +161242,0,0,0,0,0 +161243,0,0,0,0,0 +161244,0,0,0,0,0 +161245,0,0,0,0,0 +161246,0,0,0,0,0 +161247,0,0,0,0,0 +161248,0,0,0,0,0 +161249,0,0,0,0,0 +161250,0,0,0,0,0 +161251,0,0,0,0,0 +161252,0,0,0,0,0 +161253,0,0,0,0,0 +161254,0,0,0,0,0 +161255,0,0,0,0,0 +161256,0,0,0,0,0 +161257,0,0,0,0,0 +161258,0,0,0,0,0 +161259,0,0,0,0,0 +161260,0,0,0,0,0 +161261,0,0,0,0,0 +161262,0,0,0,0,0 +161263,0,0,0,0,0 +161264,0,0,0,0,0 +161265,0,0,0,0,0 +161266,0,0,0,0,0 +161267,0,0,0,0,0 +161268,0,0,0,0,0 +161269,0,0,0,0,0 +161270,0,0,0,0,0 +161271,0,0,0,0,0 +161272,0,0,0,0,0 +161273,0,0,0,0,0 +161274,0,0,0,0,0 +161275,0,0,0,0,0 +161276,0,0,0,0,0 +161277,0,0,0,0,0 +161278,0,0,0,0,0 +161279,0,0,0,0,0 +161280,0,0,0,0,0 +161281,0,0,0,0,0 +161282,0,0,0,0,0 +161283,0,0,0,0,0 +161284,0,0,0,0,0 +161285,0,0,0,0,0 +161286,0,0,0,0,0 +161287,0,0,0,0,0 +161288,0,0,0,0,0 +161289,0,0,0,0,0 +161290,0,0,0,0,0 +161291,0,0,0,0,0 +161292,0,0,0,0,0 +161293,0,0,0,0,0 +161294,0,0,0,0,0 +161295,0,0,0,0,0 +161296,0,0,0,0,0 +161297,0,0,0,0,0 +161298,0,0,0,0,0 +161299,0,0,0,0,0 +161300,0,0,0,0,0 +161301,0,0,0,0,0 +161302,0,0,0,0,0 +161303,0,0,0,0,0 +161304,0,0,0,0,0 +161305,0,0,0,0,0 +161306,0,0,0,0,0 +161307,0,0,0,0,0 +161308,0,0,0,0,0 +161309,0,0,0,0,0 +161310,0,0,0,0,0 +161311,0,0,0,0,0 +161312,0,0,0,0,0 +161313,0,0,0,0,0 +161314,0,0,0,0,0 +161315,0,0,0,0,0 +161316,0,0,0,0,0 +161317,0,0,0,0,0 +161318,0,0,0,0,0 +161319,0,0,0,0,0 +161320,0,0,0,0,0 +161321,0,0,0,0,0 +161322,0,0,0,0,0 +161323,0,0,0,0,0 +161324,0,0,0,0,0 +161325,0,0,0,0,0 +161326,0,0,0,0,0 +161327,0,0,0,0,0 +161328,0,0,0,0,0 +161329,0,0,0,0,0 +161330,0,0,0,0,0 +161331,0,0,0,0,0 +161332,0,0,0,0,0 +161333,0,0,0,0,0 +161334,0,0,0,0,0 +161335,0,0,0,0,0 +161336,0,0,0,0,0 +161337,0,0,0,0,0 +161338,0,0,0,0,0 +161339,0,0,0,0,0 +161340,0,0,0,0,0 +161341,0,0,0,0,0 +161342,0,0,0,0,0 +161343,0,0,0,0,0 +161344,0,0,0,0,0 +161345,0,0,0,0,0 +161346,0,0,0,0,0 +161347,0,0,0,0,0 +161348,0,0,0,0,0 +161349,0,0,0,0,0 +161350,0,0,0,0,0 +161351,0,0,0,0,0 +161352,0,0,0,0,0 +161353,0,0,0,0,0 +161354,0,0,0,0,0 +161355,0,0,0,0,0 +161356,0,0,0,0,0 +161357,0,0,0,0,0 +161358,0,0,0,0,0 +161359,0,0,0,0,0 +161360,0,0,0,0,0 +161361,0,0,0,0,0 +161362,0,0,0,0,0 +161363,0,0,0,0,0 +161364,0,0,0,0,0 +161365,0,0,0,0,0 +161366,0,0,0,0,0 +161367,0,0,0,0,0 +161368,0,0,0,0,0 +161369,0,0,0,0,0 +161370,0,0,0,0,0 +161371,0,0,0,0,0 +161372,0,0,0,0,0 +161373,0,0,0,0,0 +161374,0,0,0,0,0 +161375,0,0,0,0,0 +161376,0,0,0,0,0 +161377,0,0,0,0,0 +161378,0,0,0,0,0 +161379,0,0,0,0,0 +161380,0,0,0,0,0 +161381,0,0,0,0,0 +161382,0,0,0,0,0 +161383,0,0,0,0,0 +161384,0,0,0,0,0 +161385,0,0,0,0,0 +161386,0,0,0,0,0 +161387,0,0,0,0,0 +161388,0,0,0,0,0 +161389,0,0,0,0,0 +161390,0,0,0,0,0 +161391,0,0,0,0,0 +161392,0,0,0,0,0 +161393,0,0,0,0,0 +161394,0,0,0,0,0 +161395,0,0,0,0,0 +161396,0,0,0,0,0 +161397,0,0,0,0,0 +161398,0,0,0,0,0 +161399,0,0,0,0,0 +161400,0,0,0,0,0 +161401,0,0,0,0,0 +161402,0,0,0,0,0 +161403,0,0,0,0,0 +161404,0,0,0,0,0 +161405,0,0,0,0,0 +161406,0,0,0,0,0 +161407,0,0,0,0,0 +161408,0,0,0,0,0 +161409,0,0,0,0,0 +161410,0,0,0,0,0 +161411,0,0,0,0,0 +161412,0,0,0,0,0 +161413,0,0,0,0,0 +161414,0,0,0,0,0 +161415,0,0,0,0,0 +161416,0,0,0,0,0 +161417,0,0,0,0,0 +161418,0,0,0,0,0 +161419,0,0,0,0,0 +161420,0,0,0,0,0 +161421,0,0,0,0,0 +161422,0,0,0,0,0 +161423,0,0,0,0,0 +161424,0,0,0,0,0 +161425,0,0,0,0,0 +161426,0,0,0,0,0 +161427,0,0,0,0,0 +161428,0,0,0,0,0 +161429,0,0,0,0,0 +161430,0,0,0,0,0 +161431,0,0,0,0,0 +161432,0,0,0,0,0 +161433,0,0,0,0,0 +161434,0,0,0,0,0 +161435,0,0,0,0,0 +161436,0,0,0,0,0 +161437,0,0,0,0,0 +161438,0,0,0,0,0 +161439,0,0,0,0,0 +161440,0,0,0,0,0 +161441,0,0,0,0,0 +161442,0,0,0,0,0 +161443,0,0,0,0,0 +161444,0,0,0,0,0 +161445,0,0,0,0,0 +161446,0,0,0,0,0 +161447,0,0,0,0,0 +161448,0,0,0,0,0 +161449,0,0,0,0,0 +161450,0,0,0,0,0 +161451,0,0,0,0,0 +161452,0,0,0,0,0 +161453,0,0,0,0,0 +161454,0,0,0,0,0 +161455,0,0,0,0,0 +161456,0,0,0,0,0 +161457,0,0,0,0,0 +161458,0,0,0,0,0 +161459,0,0,0,0,0 +161460,0,0,0,0,0 +161461,0,0,0,0,0 +161462,0,0,0,0,0 +161463,0,0,0,0,0 +161464,0,0,0,0,0 +161465,0,0,0,0,0 +161466,0,0,0,0,0 +161467,0,0,0,0,0 +161468,0,0,0,0,0 +161469,0,0,0,0,0 +161470,0,0,0,0,0 +161471,0,0,0,0,0 +161472,0,0,0,0,0 +161473,0,0,0,0,0 +161474,0,0,0,0,0 +161475,0,0,0,0,0 +161476,0,0,0,0,0 +161477,0,0,0,0,0 +161478,0,0,0,0,0 +161479,0,0,0,0,0 +161480,0,0,0,0,0 +161481,0,0,0,0,0 +161482,0,0,0,0,0 +161483,0,0,0,0,0 +161484,0,0,0,0,0 +161485,0,0,0,0,0 +161486,0,0,0,0,0 +161487,0,0,0,0,0 +161488,0,0,0,0,0 +161489,0,0,0,0,0 +161490,0,0,0,0,0 +161491,0,0,0,0,0 +161492,0,0,0,0,0 +161493,0,0,0,0,0 +161494,0,0,0,0,0 +161495,0,0,0,0,0 +161496,0,0,0,0,0 +161497,0,0,0,0,0 +161498,0,0,0,0,0 +161499,0,0,0,0,0 +161500,0,0,0,0,0 +161501,0,0,0,0,0 +161502,0,0,0,0,0 +161503,0,0,0,0,0 +161504,0,0,0,0,0 +161505,0,0,0,0,0 +161506,0,0,0,0,0 +161507,0,0,0,0,0 +161508,0,0,0,0,0 +161509,0,0,0,0,0 +161510,0,0,0,0,0 +161511,0,0,0,0,0 +161512,0,0,0,0,0 +161513,0,0,0,0,0 +161514,0,0,0,0,0 +161515,0,0,0,0,0 +161516,0,0,0,0,0 +161517,0,0,0,0,0 +161518,0,0,0,0,0 +161519,0,0,0,0,0 +161520,0,0,0,0,0 +161521,0,0,0,0,0 +161522,0,0,0,0,0 +161523,0,0,0,0,0 +161524,0,0,0,0,0 +161525,0,0,0,0,0 +161526,0,0,0,0,0 +161527,0,0,0,0,0 +161528,0,0,0,0,0 +161529,0,0,0,0,0 +161530,0,0,0,0,0 +161531,0,0,0,0,0 +161532,0,0,0,0,0 +161533,0,0,0,0,0 +161534,0,0,0,0,0 +161535,0,0,0,0,0 +161536,0,0,0,0,0 +161537,0,0,0,0,0 +161538,0,0,0,0,0 +161539,0,0,0,0,0 +161540,0,0,0,0,0 +161541,0,0,0,0,0 +161542,0,0,0,0,0 +161543,0,0,0,0,0 +161544,0,0,0,0,0 +161545,0,0,0,0,0 +161546,0,0,0,0,0 +161547,0,0,0,0,0 +161548,0,0,0,0,0 +161549,0,0,0,0,0 +161550,0,0,0,0,0 +161551,0,0,0,0,0 +161552,0,0,0,0,0 +161553,0,0,0,0,0 +161554,0,0,0,0,0 +161555,0,0,0,0,0 +161556,0,0,0,0,0 +161557,0,0,0,0,0 +161558,0,0,0,0,0 +161559,0,0,0,0,0 +161560,0,0,0,0,0 +161561,0,0,0,0,0 +161562,0,0,0,0,0 +161563,0,0,0,0,0 +161564,0,0,0,0,0 +161565,0,0,0,0,0 +161566,0,0,0,0,0 +161567,0,0,0,0,0 +161568,0,0,0,0,0 +161569,0,0,0,0,0 +161570,0,0,0,0,0 +161571,0,0,0,0,0 +161572,0,0,0,0,0 +161573,0,0,0,0,0 +161574,0,0,0,0,0 +161575,0,0,0,0,0 +161576,0,0,0,0,0 +161577,0,0,0,0,0 +161578,0,0,0,0,0 +161579,0,0,0,0,0 +161580,0,0,0,0,0 +161581,0,0,0,0,0 +161582,0,0,0,0,0 +161583,0,0,0,0,0 +161584,0,0,0,0,0 +161585,0,0,0,0,0 +161586,0,0,0,0,0 +161587,0,0,0,0,0 +161588,0,0,0,0,0 +161589,0,0,0,0,0 +161590,0,0,0,0,0 +161591,0,0,0,0,0 +161592,0,0,0,0,0 +161593,0,0,0,0,0 +161594,0,0,0,0,0 +161595,0,0,0,0,0 +161596,0,0,0,0,0 +161597,0,0,0,0,0 +161598,0,0,0,0,0 +161599,0,0,0,0,0 +161600,0,0,0,0,0 +161601,0,0,0,0,0 +161602,0,0,0,0,0 +161603,0,0,0,0,0 +161604,0,0,0,0,0 +161605,0,0,0,0,0 +161606,0,0,0,0,0 +161607,0,0,0,0,0 +161608,0,0,0,0,0 +161609,0,0,0,0,0 +161610,0,0,0,0,0 +161611,0,0,0,0,0 +161612,0,0,0,0,0 +161613,0,0,0,0,0 +161614,0,0,0,0,0 +161615,0,0,0,0,0 +161616,0,0,0,0,0 +161617,0,0,0,0,0 +161618,0,0,0,0,0 +161619,0,0,0,0,0 +161620,0,0,0,0,0 +161621,0,0,0,0,0 +161622,0,0,0,0,0 +161623,0,0,0,0,0 +161624,0,0,0,0,0 +161625,0,0,0,0,0 +161626,0,0,0,0,0 +161627,0,0,0,0,0 +161628,0,0,0,0,0 +161629,0,0,0,0,0 +161630,0,0,0,0,0 +161631,0,0,0,0,0 +161632,0,0,0,0,0 +161633,0,0,0,0,0 +161634,0,0,0,0,0 +161635,0,0,0,0,0 +161636,0,0,0,0,0 +161637,0,0,0,0,0 +161638,0,0,0,0,0 +161639,0,0,0,0,0 +161640,0,0,0,0,0 +161641,0,0,0,0,0 +161642,0,0,0,0,0 +161643,0,0,0,0,0 +161644,0,0,0,0,0 +161645,0,0,0,0,0 +161646,0,0,0,0,0 +161647,0,0,0,0,0 +161648,0,0,0,0,0 +161649,0,0,0,0,0 +161650,0,0,0,0,0 +161651,0,0,0,0,0 +161652,0,0,0,0,0 +161653,0,0,0,0,0 +161654,0,0,0,0,0 +161655,0,0,0,0,0 +161656,0,0,0,0,0 +161657,0,0,0,0,0 +161658,0,0,0,0,0 +161659,0,0,0,0,0 +161660,0,0,0,0,0 +161661,0,0,0,0,0 +161662,0,0,0,0,0 +161663,0,0,0,0,0 +161664,0,0,0,0,0 +161665,0,0,0,0,0 +161666,0,0,0,0,0 +161667,0,0,0,0,0 +161668,0,0,0,0,0 +161669,0,0,0,0,0 +161670,0,0,0,0,0 +161671,0,0,0,0,0 +161672,0,0,0,0,0 +161673,0,0,0,0,0 +161674,0,0,0,0,0 +161675,0,0,0,0,0 +161676,0,0,0,0,0 +161677,0,0,0,0,0 +161678,0,0,0,0,0 +161679,0,0,0,0,0 +161680,0,0,0,0,0 +161681,0,0,0,0,0 +161682,0,0,0,0,0 +161683,0,0,0,0,0 +161684,0,0,0,0,0 +161685,0,0,0,0,0 +161686,0,0,0,0,0 +161687,0,0,0,0,0 +161688,0,0,0,0,0 +161689,0,0,0,0,0 +161690,0,0,0,0,0 +161691,0,0,0,0,0 +161692,0,0,0,0,0 +161693,0,0,0,0,0 +161694,0,0,0,0,0 +161695,0,0,0,0,0 +161696,0,0,0,0,0 +161697,0,0,0,0,0 +161698,0,0,0,0,0 +161699,0,0,0,0,0 +161700,0,0,0,0,0 +161701,0,0,0,0,0 +161702,0,0,0,0,0 +161703,0,0,0,0,0 +161704,0,0,0,0,0 +161705,0,0,0,0,0 +161706,0,0,0,0,0 +161707,0,0,0,0,0 +161708,0,0,0,0,0 +161709,0,0,0,0,0 +161710,0,0,0,0,0 +161711,0,0,0,0,0 +161712,0,0,0,0,0 +161713,0,0,0,0,0 +161714,0,0,0,0,0 +161715,0,0,0,0,0 +161716,0,0,0,0,0 +161717,0,0,0,0,0 +161718,0,0,0,0,0 +161719,0,0,0,0,0 +161720,0,0,0,0,0 +161721,0,0,0,0,0 +161722,0,0,0,0,0 +161723,0,0,0,0,0 +161724,0,0,0,0,0 +161725,0,0,0,0,0 +161726,0,0,0,0,0 +161727,0,0,0,0,0 +161728,0,0,0,0,0 +161729,0,0,0,0,0 +161730,0,0,0,0,0 +161731,0,0,0,0,0 +161732,0,0,0,0,0 +161733,0,0,0,0,0 +161734,0,0,0,0,0 +161735,0,0,0,0,0 +161736,0,0,0,0,0 +161737,0,0,0,0,0 +161738,0,0,0,0,0 +161739,0,0,0,0,0 +161740,0,0,0,0,0 +161741,0,0,0,0,0 +161742,0,0,0,0,0 +161743,0,0,0,0,0 +161744,0,75.0652464,0,0,0 +161745,0,57.52024647,0,0,0 +161746,0,65.14578882,0,0,0 +161747,0,75.51792829,0,0,0 +161748,0,82.40130281,0,0,0 +161749,0,89.10652608,0,0,0 +161750,0,95.83618481,0,0,0 +161751,0,102.5153313,0,0,0 +161752,0,108.9853186,0,0,0 +161753,0,115.6057562,0,0,0 +161754,0,121.9234805,0,0,0 +161755,0,128.4514313,0,0,0 +161756,0,134.6509581,0,0,0 +161757,0,141.169488,0,0,0 +161758,0,147.1331145,0,0,0 +161759,0,153.5409574,0,0,0 +161760,0,159.6098618,0,0,0 +161761,0,166.1193668,0,0,0 +161762,0,172.8510152,0,0,0 +161763,0,179.3741757,0,0,0 +161764,0,185.8043447,0,0,0 +161765,0,192.6112131,0,0,0 +161766,0,198.8202568,0,0,0 +161767,0,205.2653116,0,0,0 +161768,0,211.8526224,0,0,0 +161769,0,218.1292999,0,0,0 +161770,0,224.5395178,0,0,0 +161771,0,230.8640978,0,0,0 +161772,0,237.176626,0,0,0 +161773,0,243.3246082,0,0,0 +161774,0,249.9536885,0,0,0 +161775,0,255.8296144,0,0,0 +161776,0,262.0288324,111.0231939,0,0 +161777,0,268.4506354,84.15038827,0,0 +161778,0,274.4822039,93.57218103,0,0 +161779,0,280.657027,107.5893797,0,0 +161780,0,286.7782282,116.5721525,0,0 +161781,0,292.7030059,125.0125442,0,0 +161782,0,299.2517498,133.603092,0,0 +161783,0,323.0528137,162.0586832,0,0 +161784,0,331.9222514,172.7874781,0,0 +161785,0,339.8277196,182.5431889,0,0 +161786,0,346.9744315,191.3880292,0,0 +161787,0,354.1243098,200.3853569,0,0 +161788,0,361.1112508,209.0013334,0,0 +161789,0,368.0058584,217.4602301,0,0 +161790,0,374.6052627,225.8464872,0,0 +161791,0,383.2457357,236.0390512,0,0 +161792,0,391.5382762,246.465335,0,0 +161793,0,400.1413757,257.1297181,0,0 +161794,0,408.7546817,267.0870739,0,0 +161795,0,417.4129659,277.6957217,0,0 +161796,0,426.1080282,287.9481056,0,0 +161797,0,434.5766536,298.1942824,0,0 +161798,0,444.0075175,308.4679216,0,0 +161799,0,452.1984131,318.6199009,0,0 +161800,0,461.2486248,328.7504414,0,0 +161801,0,470.0379332,338.8230949,0,0 +161802,0,478.8937464,348.8809237,0,0 +161803,0,487.7375735,359.1532869,0,0 +161804,0,496.6774419,368.5422647,0,0 +161805,0,505.5667098,378.6674952,0,0 +161806,0,514.5002266,388.4528462,0,0 +161807,0,523.0983063,398.1415033,0,0 +161808,0,532.6144899,407.864541,0,0 +161809,0,541.3035797,417.5416583,0,0 +161810,0,550.3186933,427.0600238,0,0 +161811,0,559.3660717,436.6642915,0,0 +161812,0,568.3097931,446.0642265,0,0 +161813,0,577.3829459,455.5101843,0,0 +161814,0,586.3806587,464.867107,0,0 +161815,0,595.3766245,474.217959,0,0 +161816,0,604.4719382,483.3964884,0,0 +161817,0,613.4451833,492.6210942,0,0 +161818,0,622.5584697,503.6739192,0,0 +161819,0,631.5389168,514.7772889,0,0 +161820,0,640.6613722,520.1122069,0,0 +161821,0,649.3451993,518.6613334,0,0 +161822,0,658.0920259,541.980204,0,0 +161823,0,666.8310281,542.381764,0,0 +161824,0,675.4712058,551.8754022,0,0 +161825,0,684.2395472,559.6073582,0,0 +161826,0,692.8584637,567.4477444,0,0 +161827,0,701.5753624,575.0855447,0,0 +161828,0,710.2879318,582.7196804,0,0 +161829,0,718.8938324,590.2114436,0,0 +161830,0,727.6351824,597.8099116,0,0 +161831,0,736.2125128,605.1997489,0,0 +161832,0,744.8941675,612.5233117,0,0 +161833,0,753.5690217,619.9492661,0,0 +161834,0,761.6559776,627.1529322,0,0 +161835,0,771.0373007,634.3765378,0,0 +161836,0,779.2680501,641.4501087,0,0 +161837,0,787.9427203,648.715862,0,0 +161838,0,796.4730035,655.5883436,0,0 +161839,0,805.1644927,662.5666937,0,0 +161840,0,813.5465018,669.6487421,0,0 +161841,0,822.2079714,678.6020694,39.17743372,0 +161842,0,830.6251857,686.9045783,63.31693873,0 +161843,0,839.2675124,689.5311791,50.49410994,0 +161844,0,847.6297384,688.2872658,63.90132646,0 +161845,0,856.0912077,708.7953568,70.02591089,0 +161846,0,864.6076779,708.4106303,75.92493263,0 +161847,0,872.9892219,716.4974203,81.93792183,0 +161848,0,881.4050819,722.9735812,87.70778184,0 +161849,0,889.7852117,729.4248213,93.62380971,0 +161850,0,898.0899884,735.5206969,99.35563868,0 +161851,0,905.2610144,738.903508,103.9234087,0 +161852,0,911.9055259,741.6189021,108.5060361,0 +161853,0,918.535286,744.0219281,112.5196516,0 +161854,0,925.1383797,750.2323028,116.8399645,0 +161855,0,931.5228527,742.4956621,120.8018062,0 +161856,145.7290555,937.9333181,753.0573221,124.7377431,0 +161857,86.60840916,944.042274,751.1820808,128.497261,0 +161858,109.6220163,950.3582735,753.3397287,132.379136,0 +161859,122.1459436,956.4072618,754.6637515,136.0652711,0 +161860,136.8320679,977.0952119,760.2901021,138.1374742,0 +161861,146.7125468,985.747741,761.9081204,141.7108571,0 +161862,156.0453759,993.0348521,763.0470415,144.8064339,0 +161863,165.1278347,1000.341671,764.0479917,148.2114843,0 +161864,173.9087315,1007.229674,764.8715257,151.3352937,0 +161865,182.995446,1014.0279,765.5467793,154.60615,0 +161866,191.2552925,1020.681597,766.0873611,157.571904,0 +161867,199.7121207,1027.21508,766.5029036,160.7155434,0 +161868,208.2384237,1033.638326,766.8027959,163.4207799,0 +161869,216.3275605,1039.95471,766.9935933,166.6326543,0 +161870,224.2704864,1046.168599,767.0830302,169.4174768,0 +161871,232.6729385,1052.216773,767.076662,172.1107972,0 +161872,240.131607,1058.332556,766.9815766,174.9857876,0 +161873,248.0500663,1068.432418,766.8029814,177.7038817,0 +161874,255.6682801,1076.43843,766.5477406,180.3443765,0 +161875,263.0237139,1084.415943,766.2207174,182.7618172,0 +161876,270.7845616,1092.370198,765.8286249,185.4756309,0 +161877,277.9868548,1100.068217,765.3764198,187.9979813,0 +161878,285.2903392,1107.710032,764.8706496,190.3621826,0 +161879,292.4675282,1115.154315,764.3161461,192.9111384,0 +161880,299.5593877,1123.133239,763.7194527,195.1669695,0 +161881,305.6318375,1134.116286,762.6173034,197.2845983,0 +161882,311.7138187,1135.501753,761.3067443,199.3162422,0 +161883,320.927123,1159.290275,761.1917834,201.3095073,0 +161884,327.1608796,1147.682253,759.8346276,203.4010194,0 +161885,333.2167925,1158.458392,758.2878263,205.0999172,0 +161886,339.2327957,1176.252292,756.7328864,206.8794368,0 +161887,345.0913028,1176.423326,754.926394,208.5867104,0 +161888,350.8532811,1185.078633,753.2665715,210.2519283,0 +161889,356.7806045,1191.922313,751.510325,211.8767611,0 +161890,362.189872,1198.609824,749.7549151,213.4627872,0 +161891,367.904326,1205.242307,754.8040177,215.0104398,0 +161892,373.1988892,1211.564572,735.8848112,216.5306264,0 +161893,378.7477634,1217.916842,749.6588211,218.1587715,0 +161894,383.7161961,1223.992833,741.6542044,219.3726285,0 +161895,389.4623706,1230.212592,741.0547122,220.8972587,0 +161896,394.3277949,1235.943039,739.3924733,222.2477394,0 +161897,399.5152082,1241.777628,737.7471543,223.5912507,0 +161898,404.4707968,1247.398632,736.1476789,224.9034159,0 +161899,409.4680203,1252.97683,734.5993221,226.1848825,0 +161900,414.2866823,1258.227628,733.1112869,227.2840022,0 +161901,419.1200677,1263.441364,729.2206221,228.7416994,0 +161902,423.8954545,1268.64737,727.9919304,229.8190566,0 +161903,428.5411207,1273.558458,727.3237748,231.0143813,0 +161904,433.2482991,1278.488539,726.7243576,232.1564301,0 +161905,437.830007,1282.955701,726.2016509,233.273678,0 +161906,442.4801497,1287.690064,725.7173777,234.3665581,0 +161907,447.0932447,1292.011607,725.2595806,235.4356254,0 +161908,451.5786274,1296.421973,724.8223263,236.4818583,0 +161909,456.3779366,1294.326109,731.4743596,240.5472295,0 +161910,460.8687603,1297.384141,732.1021171,241.9807743,0 +161911,467.0526667,1300.133422,735.7923476,244.750013,0 +161912,473.910799,1309.504693,732.9386618,244.6891402,0 +161913,480.4399057,1313.409512,735.8054401,247.0164053,0 +161914,487.3838875,1316.785556,739.7936436,249.8604909,0 +161915,493.9941391,1319.864232,743.7400393,252.6815222,0 +161916,500.9730059,1322.778839,755.3396304,255.6076494,0 +161917,507.6545184,1325.49287,741.5179268,258.5667664,0 +161918,514.6739646,1328.036537,762.3586165,261.3983665,0 +161919,521.257075,1330.419297,760.3700369,264.7052643,0 +161920,528.261133,1332.647611,766.3085743,267.6451027,0 +161921,534.5163523,1334.808971,771.0025171,270.7826685,0 +161922,541.9914624,1336.617191,776.0235467,273.9160974,0 +161923,548.416898,1338.465669,780.6369336,277.0761414,0 +161924,555.289101,1340.0991,786.0459188,280.2600263,0 +161925,561.8490649,1341.607136,791.023857,283.4655281,0 +161926,568.5577815,1342.979242,795.9669799,286.6914342,0 +161927,575.3990317,1344.217358,801.479169,289.9355269,0 +161928,581.8969723,1345.323175,815.3916045,293.0870433,0 +161929,588.41621,1346.298583,798.4116565,296.4613115,0 +161930,595.3140686,1347.145631,823.9843916,299.761771,0 +161931,601.5544248,1347.865567,821.2517448,302.7505661,0 +161932,608.1386286,1348.460545,830.3244642,306.4903659,0 +161933,614.5533594,1348.931576,839.4840843,309.5509778,0 +161934,620.9936709,1349.280782,826.7835339,313.2394615,0 +161935,627.3900351,1349.509058,861.0532837,316.1549667,0 +161936,633.746107,1349.618573,833.9820978,319.7943388,0 +161937,640.0112426,1349.609954,872.5464865,322.9849045,0 +161938,646.4098267,1349.485812,854.6572029,326.4884906,0 +161939,652.5236847,1349.24655,870.1412205,329.7254961,0 +161940,658.7048936,1348.894384,873.0987342,333.2161304,0 +161941,669.739031,1349.340932,885.2764409,339.3907212,0 +161942,676.6470391,1349.185794,892.9050577,343.3383013,0 +161943,683.8655436,1348.893045,901.0965791,347.0723313,0 +161944,690.4835406,1348.510523,904.6011283,350.7938225,0 +161945,697.2186604,1348.045352,912.0430165,354.4982914,0 +161946,704.1472977,1347.501647,920.4426349,358.1352461,0 +161947,710.6894268,1346.880504,923.78946,361.8414784,0 +161948,717.2453226,1346.183705,931.0919795,365.4577973,0 +161949,723.9412836,1345.411588,939.1940546,368.9060252,0 +161950,730.5423978,1344.565582,942.903307,372.8989093,0 +161951,736.9599671,1343.645631,951.3933623,376.3658971,0 +161952,743.6184289,1342.653337,957.1649686,380.0711904,0 +161953,750.0520785,1341.58796,963.1783171,383.6637266,0 +161954,756.5178185,1340.451542,970.2524808,387.3120607,0 +161955,762.9388837,1339.243433,975.6766805,390.9557008,0 +161956,769.3212825,1337.964891,976.9703951,394.5315721,0 +161957,775.6707922,1336.615727,977.5843476,398.0472866,0 +161958,781.9828551,1335.196978,977.8103499,401.773913,0 +161959,788.1958091,1333.624111,978.1863205,405.3390633,0 +161960,794.5278105,1332.188768,978.7010525,408.8372646,0 +161961,800.7416975,1330.501989,979.3300077,412.5413625,0 +161962,806.7159284,1328.820736,980.0578922,415.9682097,0 +161963,812.9073129,1327.057973,980.8696114,419.6562254,0 +161964,818.9848737,1325.227743,981.7493418,423.1340081,0 +161965,825.0588753,1323.330029,982.6910208,426.7369989,0 +161966,830.9792757,1321.365763,983.6869668,430.1952291,0 +161967,837.0148706,1319.334863,984.7261003,433.8174363,0 +161968,842.8409368,1317.238326,985.8064541,437.2631289,0 +161969,848.7841153,1315.076142,986.9198612,440.8234431,0 +161970,854.5227206,1312.849332,988.0657296,444.2415838,0 +161971,859.5984534,1309.846534,989.2368851,446.8929245,0 +161972,864.5220573,1306.636899,990.398294,449.4379799,0 +161973,869.2890062,1303.28854,991.5283529,451.94822,0 +161974,874.1536669,1299.816761,992.6207946,454.2361224,0 +161975,878.7981785,1296.232642,993.6772566,456.6372267,0 +161976,883.445109,1292.539775,994.7015055,458.8142206,0 +161977,888.0933781,1288.743106,995.696984,461.1051248,0 +161978,892.510028,1284.845668,996.6473303,463.3125856,0 +161979,897.0325319,1280.850008,997.5701571,465.3913018,0 +161980,901.3663477,1276.676555,998.4843055,467.5006784,0 +161981,905.8392294,1272.60594,999.3840286,469.5421195,0 +161982,910.098539,1268.269987,1000.267485,471.5514524,0 +161983,914.3738723,1263.913215,1001.134257,473.5247281,0 +161984,918.5873208,1259.536161,1001.984889,475.4630717,0 +161985,922.7520335,1254.875953,1002.820075,477.3999142,0 +161986,926.8681482,1250.224469,1003.640567,479.2221271,0 +161987,930.862851,1245.613295,1004.447104,481.0861772,0 +161988,935.0714734,1240.764228,1005.240415,482.8890891,0 +161989,938.8760328,1235.904045,1006.021107,484.6670797,0 +161990,942.8735213,1230.954231,1006.789612,486.4153486,0 +161991,946.7496885,1225.852917,1007.546554,488.1374652,0 +161992,950.5057412,1220.930992,1008.29658,489.7937787,0 +161993,954.3673275,1215.603689,1009.033577,491.5202441,0 +161994,958.0418544,1210.420068,1009.761759,493.0740006,0 +161995,961.8145878,1205.107122,1010.477058,494.7383423,0 +161996,965.4842776,1199.654858,1011.183765,496.3210381,0 +161997,969.0283869,1194.325311,1011.881928,497.8807728,0 +161998,972.7209506,1188.76839,1012.570733,499.4149115,0 +161999,976.1957128,1183.290701,1013.249681,500.9244808,0 +162000,979.6984498,1177.483984,1013.91876,502.4093495,0 +162001,982.7879562,1171.877589,1014.578221,503.730443,0 +162002,985.7755213,1165.871544,1015.222081,504.9675795,0 +162003,988.4725178,1160.00541,1015.844956,506.1592997,0 +162004,991.2098513,1176.541153,1016.444336,507.2853411,0 +162005,993.9612327,1114.586128,1017.027678,508.4785438,0 +162006,996.5444789,1158.558364,1017.571398,509.5026716,0 +162007,999.2141847,1138.272071,1018.116839,510.6377577,0 +162008,1001.705462,1119.708005,1018.635965,511.661108,0 +162009,1004.203389,1132.107465,1019.136277,512.7227986,0 +162010,1006.727003,1109.67609,1019.629441,513.7061105,0 +162011,1009.077948,1115.27157,1020.100924,514.6895914,0 +162012,1011.465277,1106.868994,1020.563812,515.653856,0 +162013,1013.797556,1102.436715,1021.01166,516.5970901,0 +162014,1016.086579,1097.510065,1021.448049,517.5188282,0 +162015,1018.334637,1092.475706,1021.872949,518.4200645,0 +162016,1020.540406,1087.417297,1022.286853,519.300374,0 +162017,1022.706357,1082.326367,1022.690147,520.1608853,0 +162018,1024.831212,1077.273298,1023.083188,521.0011602,0 +162019,1026.917584,1072.019577,1023.466289,521.8223836,0 +162020,1028.96428,1066.891679,1023.839712,522.6240943,0 +162021,1030.974023,1061.606774,1024.203772,523.4075099,0 +162022,1032.945671,1056.480946,1024.558666,524.1721424,0 +162023,1034.881799,1051.179738,1024.904682,524.9553335,0 +162024,1036.781455,1045.987517,1025.241994,525.6297319,0 +162025,1038.647331,1040.59835,1025.589991,526.3689399,0 +162026,1040.478289,1035.341687,1025.932919,526.6949698,0 +162027,1042.2774,1030.009634,1026.254044,527.9234827,0 +162028,1044.043288,1024.675047,1026.561315,528.3118552,0 +162029,1045.77875,1019.329011,1026.858088,529.0208005,0 +162030,1047.483256,1013.972775,1027.146282,529.6514837,0 +162031,1048.749087,1008.465559,1027.426701,530.3230147,0 +162032,1049.903694,1002.960168,1027.701654,530.9902637,0 +162033,1050.992233,997.4689948,1027.972921,531.6494006,0 +162034,1052.265461,992.0574827,1028.241161,532.2983439,0 +162035,1053.351401,986.5101023,1028.506468,532.9376565,0 +162036,1054.080748,981.1227242,1028.768545,533.5663823,0 +162037,1055.365865,975.6399923,1029.027151,534.1854903,0 +162038,1055.691003,970.3465724,1029.282398,534.7942299,0 +162039,1057.394776,965.0031875,1029.533795,535.3936506,0 +162040,1056.873094,959.5914716,1029.781957,535.983066,0 +162041,1059.708992,954.3349261,1030.025739,536.5635396,0 +162042,1057.270518,949.0537734,1030.266904,537.1344187,0 +162043,1062.927395,943.8149258,1030.502748,537.6967642,0 +162044,1055.977341,938.668771,1030.737458,538.2499458,0 +162045,1068.510524,933.3472217,1030.964626,538.7578987,0 +162046,1051.1135,928.3443847,1031.194243,539.3504736,0 +162047,1079.080257,923.1891352,1031.411121,539.8511535,0 +162048,1043.586044,918.1909771,1031.638387,540.3782917,0 +162049,1089.991069,916.9899087,1031.843089,547.8743962,0 +162050,1038.184874,912.9483268,1032.334815,549.4759688,0 +162051,1099.161895,908.3687804,1032.966969,550.6838163,0 +162052,1032.75693,904.023842,1033.673539,551.6686411,0 +162053,1083.329243,899.4253329,1034.318452,552.6787878,0 +162054,1073.933252,895.150719,1034.948258,553.5531599,0 +162055,1056.706768,890.7859567,1035.524933,554.4283101,0 +162056,1089.753361,886.3488306,1036.061319,555.2692466,0 +162057,1045.141027,882.0609068,1036.58545,556.0877682,0 +162058,1083.019841,877.7565328,1037.062401,556.8858838,0 +162059,1080.58967,873.499087,1037.538596,557.6661044,0 +162060,1054.275753,869.3347364,1037.988919,558.4292296,0 +162061,0,0,0,0,0 +162062,0,0,0,0,0 +162063,0,0,0,0,0 +162064,0,0,0,0,0 +162065,0,0,0,0,0 +162066,0,0,0,0,0 +162067,0,0,0,0,0 +162068,0,0,0,0,0 +162069,0,0,0,0,0 +162070,0,0,0,0,0 +162071,0,0,0,0,0 +162072,0,0,0,0,0 +162073,0,0,0,0,0 +162074,0,0,0,0,0 +162075,0,0,0,0,0 +162076,0,0,0,0,0 +162077,0,0,0,0,0 +162078,0,0,0,0,0 +162079,0,0,0,0,0 +162080,0,0,0,0,0 +162081,0,0,0,0,0 +162082,0,0,0,0,0 +162083,0,0,0,0,0 +162084,0,0,0,0,0 +162085,0,0,0,0,0 +162086,0,0,0,0,0 +162087,0,0,0,0,0 +162088,0,0,0,0,0 +162089,0,0,0,0,0 +162090,0,0,0,0,0 +162091,0,0,0,0,0 +162092,0,0,0,0,0 +162093,0,0,0,0,0 +162094,0,0,0,0,0 +162095,0,0,0,0,0 +162096,0,0,0,0,0 +162097,0,0,0,0,0 +162098,0,0,0,0,0 +162099,0,0,0,0,0 +162100,0,0,0,0,0 +162101,0,0,0,0,0 +162102,0,0,0,0,0 +162103,0,0,0,0,0 +162104,0,0,0,0,0 +162105,0,0,0,0,0 +162106,0,0,0,0,0 +162107,0,0,0,0,0 +162108,0,0,0,0,0 +162109,0,0,0,0,0 +162110,0,0,0,0,0 +162111,0,0,0,0,0 +162112,0,0,0,0,0 +162113,0,0,0,0,0 +162114,0,0,0,0,0 +162115,0,0,0,0,0 +162116,0,0,0,0,0 +162117,0,0,0,0,0 +162118,0,0,0,0,0 +162119,0,0,0,0,0 +162120,0,0,0,0,0 +162121,0,0,0,0,0 +162122,0,0,0,0,0 +162123,0,0,0,0,0 +162124,0,0,0,0,0 +162125,0,0,0,0,0 +162126,0,0,0,0,0 +162127,0,0,0,0,0 +162128,0,0,0,0,0 +162129,0,0,0,0,0 +162130,0,0,0,0,0 +162131,0,0,0,0,0 +162132,0,0,0,0,0 +162133,0,0,0,0,0 +162134,0,0,0,0,0 +162135,0,0,0,0,0 +162136,0,0,0,0,0 +162137,0,0,0,0,0 +162138,0,0,0,0,0 +162139,0,0,0,0,0 +162140,0,0,0,0,0 +162141,0,0,0,0,0 +162142,0,0,0,0,0 +162143,0,0,0,0,0 +162144,0,0,0,0,0 +162145,0,0,0,0,0 +162146,0,0,0,0,0 +162147,0,0,0,0,0 +162148,0,0,0,0,0 +162149,0,0,0,0,0 +162150,0,0,0,0,0 +162151,0,0,0,0,0 +162152,0,0,0,0,0 +162153,0,0,0,0,0 +162154,0,0,0,0,0 +162155,0,0,0,0,0 +162156,0,0,0,0,0 +162157,0,0,0,0,0 +162158,0,0,0,0,0 +162159,0,0,0,0,0 +162160,0,0,0,0,0 +162161,0,0,0,0,0 +162162,0,0,0,0,0 +162163,0,0,0,0,0 +162164,0,0,0,0,0 +162165,0,0,0,0,0 +162166,0,0,0,0,0 +162167,0,0,0,0,0 +162168,0,0,0,0,0 +162169,0,0,0,0,0 +162170,0,0,0,0,0 +162171,0,0,0,0,0 +162172,0,0,0,0,0 +162173,0,0,0,0,0 +162174,0,0,0,0,0 +162175,0,0,0,0,0 +162176,0,0,0,0,0 +162177,0,0,0,0,0 +162178,0,0,0,0,0 +162179,0,0,0,0,0 +162180,0,0,0,0,0 +162181,0,0,0,0,0 +162182,0,0,0,0,0 +162183,0,0,0,0,0 +162184,0,0,0,0,0 +162185,0,0,0,0,0 +162186,0,0,0,0,0 +162187,0,0,0,0,0 +162188,0,0,0,0,0 +162189,0,0,0,0,0 +162190,0,0,0,0,0 +162191,0,0,0,0,0 +162192,0,0,0,0,0 +162193,0,0,0,0,0 +162194,0,0,0,0,0 +162195,0,0,0,0,0 +162196,0,0,0,0,0 +162197,0,0,0,0,0 +162198,0,0,0,0,0 +162199,0,0,0,0,0 +162200,0,0,0,0,0 +162201,0,0,0,0,0 +162202,0,0,0,0,0 +162203,0,0,0,0,0 +162204,0,0,0,0,0 +162205,0,0,0,0,0 +162206,0,0,0,0,0 +162207,0,0,0,0,0 +162208,0,0,0,0,0 +162209,0,0,0,0,0 +162210,0,0,0,0,0 +162211,0,0,0,0,0 +162212,0,0,0,0,0 +162213,0,0,0,0,0 +162214,0,0,0,0,0 +162215,0,0,0,0,0 +162216,0,0,0,0,0 +162217,0,0,0,0,0 +162218,0,0,0,0,0 +162219,0,0,0,0,0 +162220,0,0,0,0,0 +162221,0,0,0,0,0 +162222,0,0,0,0,0 +162223,0,0,0,0,0 +162224,0,0,0,0,0 +162225,0,0,0,0,0 +162226,0,0,0,0,0 +162227,0,0,0,0,0 +162228,0,0,0,0,0 +162229,0,0,0,0,0 +162230,0,0,0,0,0 +162231,0,0,0,0,0 +162232,0,0,0,0,0 +162233,0,0,0,0,0 +162234,0,0,0,0,0 +162235,0,0,0,0,0 +162236,0,0,0,0,0 +162237,0,0,0,0,0 +162238,0,0,0,0,0 +162239,0,0,0,0,0 +162240,0,0,0,0,0 +162241,0,0,0,0,0 +162242,0,0,0,0,0 +162243,0,0,0,0,0 +162244,0,0,0,0,0 +162245,0,0,0,0,0 +162246,0,0,0,0,0 +162247,0,0,0,0,0 +162248,0,0,0,0,0 +162249,0,0,0,0,0 +162250,0,0,0,0,0 +162251,0,0,0,0,0 +162252,0,0,0,0,0 +162253,0,0,0,0,0 +162254,0,0,0,0,0 +162255,0,0,0,0,0 +162256,0,0,0,0,0 +162257,0,0,0,0,0 +162258,0,0,0,0,0 +162259,0,0,0,0,0 +162260,0,0,0,0,0 +162261,0,0,0,0,0 +162262,0,0,0,0,0 +162263,0,0,0,0,0 +162264,0,0,0,0,0 +162265,0,0,0,0,0 +162266,0,0,0,0,0 +162267,0,0,0,0,0 +162268,0,0,0,0,0 +162269,0,0,0,0,0 +162270,0,0,0,0,0 +162271,0,0,0,0,0 +162272,0,0,0,0,0 +162273,0,0,0,0,0 +162274,0,0,0,0,0 +162275,0,0,0,0,0 +162276,0,0,0,0,0 +162277,0,0,0,0,0 +162278,0,0,0,0,0 +162279,0,0,0,0,0 +162280,0,0,0,0,0 +162281,0,0,0,0,0 +162282,0,0,0,0,0 +162283,0,0,0,0,0 +162284,0,0,0,0,0 +162285,0,0,0,0,0 +162286,0,0,0,0,0 +162287,0,0,0,0,0 +162288,0,0,0,0,0 +162289,0,0,0,0,0 +162290,0,0,0,0,0 +162291,0,0,0,0,0 +162292,0,0,0,0,0 +162293,0,0,0,0,0 +162294,0,0,0,0,0 +162295,0,0,0,0,0 +162296,0,0,0,0,0 +162297,0,0,0,0,0 +162298,0,0,0,0,0 +162299,0,0,0,0,0 +162300,0,0,0,0,0 +162301,0,0,0,0,0 +162302,0,0,0,0,0 +162303,0,0,0,0,0 +162304,0,0,0,0,0 +162305,0,0,0,0,0 +162306,0,0,0,0,0 +162307,0,0,0,0,0 +162308,0,0,0,0,0 +162309,0,0,0,0,0 +162310,0,0,0,0,0 +162311,0,0,0,0,0 +162312,0,0,0,0,0 +162313,0,0,0,0,0 +162314,0,0,0,0,0 +162315,0,0,0,0,0 +162316,0,0,0,0,0 +162317,0,0,0,0,0 +162318,0,0,0,0,0 +162319,0,0,0,0,0 +162320,0,0,0,0,0 +162321,0,0,0,0,0 +162322,0,0,0,0,0 +162323,0,0,0,0,0 +162324,0,0,0,0,0 +162325,0,0,0,0,0 +162326,0,0,0,0,0 +162327,0,0,0,0,0 +162328,0,0,0,0,0 +162329,0,0,0,0,0 +162330,0,0,0,0,0 +162331,0,0,0,0,0 +162332,0,0,0,0,0 +162333,0,0,0,0,0 +162334,0,0,0,0,0 +162335,0,0,0,0,0 +162336,0,0,0,0,0 +162337,0,0,0,0,0 +162338,0,0,0,0,0 +162339,0,0,0,0,0 +162340,0,0,0,0,0 +162341,0,0,0,0,0 +162342,0,0,0,0,0 +162343,0,0,0,0,0 +162344,0,0,0,0,0 +162345,0,0,0,0,0 +162346,0,0,0,0,0 +162347,0,0,0,0,0 +162348,0,0,0,0,0 +162349,0,0,0,0,0 +162350,0,0,0,0,0 +162351,0,0,0,0,0 +162352,0,0,0,0,0 +162353,0,0,0,0,0 +162354,0,0,0,0,0 +162355,0,0,0,0,0 +162356,0,0,0,0,0 +162357,0,0,0,0,0 +162358,0,0,0,0,0 +162359,0,0,0,0,0 +162360,0,0,0,0,0 +162361,0,0,0,0,0 +162362,0,0,0,0,0 +162363,0,0,0,0,0 +162364,0,0,0,0,0 +162365,0,0,0,0,0 +162366,0,0,0,0,0 +162367,0,0,0,0,0 +162368,0,0,0,0,0 +162369,0,0,0,0,0 +162370,0,0,0,0,0 +162371,0,0,0,0,0 +162372,0,0,0,0,0 +162373,0,0,0,0,0 +162374,0,0,0,0,0 +162375,0,0,0,0,0 +162376,0,0,0,0,0 +162377,0,0,0,0,0 +162378,0,0,0,0,0 +162379,0,0,0,0,0 +162380,0,0,0,0,0 +162381,0,0,0,0,0 +162382,0,0,0,0,0 +162383,0,0,0,0,0 +162384,0,0,0,0,0 +162385,0,0,0,0,0 +162386,0,0,0,0,0 +162387,0,0,0,0,0 +162388,0,0,0,0,0 +162389,0,0,0,0,0 +162390,0,0,0,0,0 +162391,0,0,0,0,0 +162392,0,0,0,0,0 +162393,0,0,0,0,0 +162394,0,0,0,0,0 +162395,0,0,0,0,0 +162396,0,0,0,0,0 +162397,0,0,0,0,0 +162398,0,0,0,0,0 +162399,0,0,0,0,0 +162400,0,0,0,0,0 +162401,0,0,0,0,0 +162402,0,0,0,0,0 +162403,0,0,0,0,0 +162404,0,0,0,0,0 +162405,0,0,0,0,0 +162406,0,0,0,0,0 +162407,0,0,0,0,0 +162408,0,0,0,0,0 +162409,0,0,0,0,0 +162410,0,0,0,0,0 +162411,0,0,0,0,0 +162412,0,0,0,0,0 +162413,0,0,0,0,0 +162414,0,0,0,0,0 +162415,0,0,0,0,0 +162416,0,0,0,0,0 +162417,0,0,0,0,0 +162418,0,0,0,0,0 +162419,0,0,0,0,0 +162420,0,0,0,0,0 +162421,0,0,0,0,0 +162422,0,0,0,0,0 +162423,0,0,0,0,0 +162424,0,0,0,0,0 +162425,0,0,0,0,0 +162426,0,0,0,0,0 +162427,0,0,0,0,0 +162428,0,0,0,0,0 +162429,0,0,0,0,0 +162430,0,0,0,0,0 +162431,0,0,0,0,0 +162432,0,0,0,0,0 +162433,0,0,0,0,0 +162434,0,0,0,0,0 +162435,0,0,0,0,0 +162436,0,0,0,0,0 +162437,0,0,0,0,0 +162438,0,0,0,0,0 +162439,0,0,0,0,0 +162440,0,0,0,0,0 +162441,0,0,0,0,0 +162442,0,0,0,0,0 +162443,0,0,0,0,0 +162444,0,0,0,0,0 +162445,0,0,0,0,0 +162446,0,0,0,0,0 +162447,0,0,0,0,0 +162448,0,0,0,0,0 +162449,0,0,0,0,0 +162450,0,0,0,0,0 +162451,0,0,0,0,0 +162452,0,0,0,0,0 +162453,0,0,0,0,0 +162454,0,0,0,0,0 +162455,0,0,0,0,0 +162456,0,0,0,0,0 +162457,0,0,0,0,0 +162458,0,0,0,0,0 +162459,0,0,0,0,0 +162460,0,0,0,0,0 +162461,0,0,0,0,0 +162462,0,0,0,0,0 +162463,0,0,0,0,0 +162464,0,0,0,0,0 +162465,0,0,0,0,0 +162466,0,0,0,0,0 +162467,0,0,0,0,0 +162468,0,0,0,0,0 +162469,0,0,0,0,0 +162470,0,0,0,0,0 +162471,0,0,0,0,0 +162472,0,0,0,0,0 +162473,0,0,0,0,0 +162474,0,0,0,0,0 +162475,0,0,0,0,0 +162476,0,0,0,0,0 +162477,0,0,0,0,0 +162478,0,0,0,0,0 +162479,0,0,0,0,0 +162480,0,0,0,0,0 +162481,0,0,0,0,0 +162482,0,0,0,0,0 +162483,0,0,0,0,0 +162484,0,0,0,0,0 +162485,0,0,0,0,0 +162486,0,0,0,0,0 +162487,0,0,0,0,0 +162488,0,0,0,0,0 +162489,0,0,0,0,0 +162490,0,0,0,0,0 +162491,0,0,0,0,0 +162492,0,0,0,0,0 +162493,0,0,0,0,0 +162494,0,0,0,0,0 +162495,0,0,0,0,0 +162496,0,0,0,0,0 +162497,0,0,0,0,0 +162498,0,0,0,0,0 +162499,0,0,0,0,0 +162500,0,0,0,0,0 +162501,0,0,0,0,0 +162502,0,0,0,0,0 +162503,0,0,0,0,0 +162504,0,0,0,0,0 +162505,0,0,0,0,0 +162506,0,0,0,0,0 +162507,0,0,0,0,0 +162508,0,0,0,0,0 +162509,0,0,0,0,0 +162510,0,0,0,0,0 +162511,0,0,0,0,0 +162512,0,0,0,0,0 +162513,0,0,0,0,0 +162514,0,0,0,0,0 +162515,0,0,0,0,0 +162516,0,0,0,0,0 +162517,0,0,0,0,0 +162518,0,0,0,0,0 +162519,0,0,0,0,0 +162520,0,0,0,0,0 +162521,0,0,0,0,0 +162522,0,0,0,0,0 +162523,0,0,0,0,0 +162524,0,0,0,0,0 +162525,0,0,0,0,0 +162526,0,0,0,0,0 +162527,0,0,0,0,0 +162528,0,0,0,0,0 +162529,0,0,0,0,0 +162530,0,0,0,0,0 +162531,0,0,0,0,0 +162532,0,0,0,0,0 +162533,0,0,0,0,0 +162534,0,0,0,0,0 +162535,0,0,0,0,0 +162536,0,0,0,0,0 +162537,0,0,0,0,0 +162538,0,0,0,0,0 +162539,0,0,0,0,0 +162540,0,0,0,0,0 +162541,0,0,0,0,0 +162542,0,0,0,0,0 +162543,0,0,0,0,0 +162544,0,0,0,0,0 +162545,0,0,0,0,0 +162546,0,0,0,0,0 +162547,0,0,0,0,0 +162548,0,0,0,0,0 +162549,0,0,0,0,0 +162550,0,0,0,0,0 +162551,0,0,0,0,0 +162552,0,0,0,0,0 +162553,0,0,0,0,0 +162554,0,0,0,0,0 +162555,0,0,0,0,0 +162556,0,0,0,0,0 +162557,0,0,0,0,0 +162558,0,0,0,0,0 +162559,0,0,0,0,0 +162560,0,0,0,0,0 +162561,0,0,0,0,0 +162562,0,0,0,0,0 +162563,0,0,0,0,0 +162564,0,0,0,0,0 +162565,0,0,0,0,0 +162566,0,0,0,0,0 +162567,0,0,0,0,0 +162568,0,0,0,0,0 +162569,0,0,0,0,0 +162570,0,0,0,0,0 +162571,0,0,0,0,0 +162572,0,0,0,0,0 +162573,0,0,0,0,0 +162574,0,0,0,0,0 +162575,0,0,0,0,0 +162576,0,0,0,0,0 +162577,0,0,0,0,0 +162578,0,0,0,0,0 +162579,0,0,0,0,0 +162580,0,0,0,0,0 +162581,0,0,0,0,0 +162582,0,0,0,0,0 +162583,0,0,0,0,0 +162584,0,0,0,0,0 +162585,0,0,0,0,0 +162586,0,0,0,0,0 +162587,0,0,0,0,0 +162588,0,0,0,0,0 +162589,0,0,0,0,0 +162590,0,0,0,0,0 +162591,0,0,0,0,0 +162592,0,0,0,0,0 +162593,0,0,0,0,0 +162594,0,0,0,0,0 +162595,0,0,0,0,0 +162596,0,0,0,0,0 +162597,0,0,0,0,0 +162598,0,0,0,0,0 +162599,0,0,0,0,0 +162600,0,0,0,0,0 +162601,0,0,0,0,0 +162602,0,0,0,0,0 +162603,0,0,0,0,0 +162604,0,0,0,0,0 +162605,0,0,0,0,0 +162606,0,0,0,0,0 +162607,0,0,0,0,0 +162608,0,0,0,0,0 +162609,0,0,0,0,0 +162610,0,0,0,0,0 +162611,0,0,0,0,0 +162612,0,0,0,0,0 +162613,0,0,0,0,0 +162614,0,0,0,0,0 +162615,0,0,0,0,0 +162616,0,0,0,0,0 +162617,0,0,0,0,0 +162618,0,0,0,0,0 +162619,0,0,0,0,0 +162620,0,0,0,0,0 +162621,0,0,0,0,0 +162622,0,0,0,0,0 +162623,0,0,0,0,0 +162624,0,0,0,0,0 +162625,0,0,0,0,0 +162626,0,0,0,0,0 +162627,0,0,0,0,0 +162628,0,0,0,0,0 +162629,0,0,0,0,0 +162630,0,0,0,0,0 +162631,0,0,0,0,0 +162632,0,0,0,0,0 +162633,0,0,0,0,0 +162634,0,0,0,0,0 +162635,0,0,0,0,0 +162636,0,0,0,0,0 +162637,0,0,0,0,0 +162638,0,0,0,0,0 +162639,0,0,0,0,0 +162640,0,0,0,0,0 +162641,0,0,0,0,0 +162642,0,0,0,0,0 +162643,0,0,0,0,0 +162644,0,0,0,0,0 +162645,0,0,0,0,0 +162646,0,0,0,0,0 +162647,0,0,0,0,0 +162648,0,0,0,0,0 +162649,0,0,0,0,0 +162650,0,0,0,0,0 +162651,0,0,0,0,0 +162652,0,0,0,0,0 +162653,0,0,0,0,0 +162654,0,0,0,0,0 +162655,0,0,0,0,0 +162656,0,0,0,0,0 +162657,0,0,0,0,0 +162658,0,0,0,0,0 +162659,0,0,0,0,0 +162660,0,0,0,0,0 +162661,0,0,0,0,0 +162662,0,0,0,0,0 +162663,0,0,0,0,0 +162664,0,0,0,0,0 +162665,0,0,0,0,0 +162666,0,0,0,0,0 +162667,0,0,0,0,0 +162668,0,0,0,0,0 +162669,0,0,0,0,0 +162670,0,0,0,0,0 +162671,0,0,0,0,0 +162672,0,0,0,0,0 +162673,0,0,0,0,0 +162674,0,0,0,0,0 +162675,0,0,0,0,0 +162676,0,0,0,0,0 +162677,0,0,0,0,0 +162678,0,0,0,0,0 +162679,0,0,0,0,0 +162680,0,0,0,0,0 +162681,0,0,0,0,0 +162682,0,0,0,0,0 +162683,0,0,0,0,0 +162684,0,0,0,0,0 +162685,0,0,0,0,0 +162686,0,0,0,0,0 +162687,0,0,0,0,0 +162688,0,0,0,0,0 +162689,0,0,0,0,0 +162690,0,0,0,0,0 +162691,0,0,0,0,0 +162692,0,0,0,0,0 +162693,0,0,0,0,0 +162694,0,0,0,0,0 +162695,0,0,0,0,0 +162696,0,0,0,0,0 +162697,0,0,0,0,0 +162698,0,0,0,0,0 +162699,0,0,0,0,0 +162700,0,0,0,0,0 +162701,0,0,0,0,0 +162702,0,0,0,0,0 +162703,0,0,0,0,0 +162704,0,0,0,0,0 +162705,0,0,0,0,0 +162706,0,0,0,0,0 +162707,0,0,0,0,0 +162708,0,0,0,0,0 +162709,0,0,0,0,0 +162710,0,0,0,0,0 +162711,0,0,0,0,0 +162712,0,0,0,0,0 +162713,0,0,0,0,0 +162714,0,0,0,0,0 +162715,0,0,0,0,0 +162716,0,0,0,0,0 +162717,0,0,0,0,0 +162718,0,0,0,0,0 +162719,0,0,0,0,0 +162720,0,0,0,0,0 +162721,0,0,0,0,0 +162722,0,0,0,0,0 +162723,0,0,0,0,0 +162724,0,0,0,0,0 +162725,0,0,0,0,0 +162726,0,0,0,0,0 +162727,0,0,0,0,0 +162728,0,0,0,0,0 +162729,0,0,0,0,0 +162730,0,0,0,0,0 +162731,0,0,0,0,0 +162732,0,0,0,0,0 +162733,0,0,0,0,0 +162734,0,0,0,0,0 +162735,0,0,0,0,0 +162736,0,0,0,0,0 +162737,0,0,0,0,0 +162738,0,0,0,0,0 +162739,0,0,0,0,0 +162740,0,0,0,0,0 +162741,0,0,0,0,0 +162742,0,0,0,0,0 +162743,0,0,0,0,0 +162744,0,0,0,0,0 +162745,0,0,0,0,0 +162746,0,0,0,0,0 +162747,0,0,0,0,0 +162748,0,0,0,0,0 +162749,0,0,0,0,0 +162750,0,0,0,0,0 +162751,0,0,0,0,0 +162752,0,0,0,0,0 +162753,0,0,0,0,0 +162754,0,0,0,0,0 +162755,0,0,0,0,0 +162756,0,0,0,0,0 +162757,0,0,0,0,0 +162758,0,0,0,0,0 +162759,0,0,0,0,0 +162760,0,0,0,0,0 +162761,0,0,0,0,0 +162762,0,0,0,0,0 +162763,0,0,0,0,0 +162764,0,0,0,0,0 +162765,0,0,0,0,0 +162766,0,0,0,0,0 +162767,0,0,0,0,0 +162768,0,0,0,0,0 +162769,0,0,0,0,0 +162770,0,0,0,0,0 +162771,0,0,0,0,0 +162772,0,0,0,0,0 +162773,0,0,0,0,0 +162774,0,0,0,0,0 +162775,0,0,0,0,0 +162776,0,0,0,0,0 +162777,0,0,0,0,0 +162778,0,0,0,0,0 +162779,0,0,0,0,0 +162780,0,0,0,0,0 +162781,0,0,0,0,0 +162782,0,0,0,0,0 +162783,0,0,0,0,0 +162784,0,0,0,0,0 +162785,0,0,0,0,0 +162786,0,0,0,0,0 +162787,0,0,0,0,0 +162788,0,0,0,0,0 +162789,0,0,0,0,0 +162790,0,0,0,0,0 +162791,0,0,0,0,0 +162792,0,0,0,0,0 +162793,0,0,0,0,0 +162794,0,0,0,0,0 +162795,0,0,0,0,0 +162796,0,0,0,0,0 +162797,0,0,0,0,0 +162798,0,0,0,0,0 +162799,0,0,0,0,0 +162800,0,0,0,0,0 +162801,0,0,0,0,0 +162802,0,0,0,0,0 +162803,0,0,0,0,0 +162804,0,0,0,0,0 +162805,0,0,0,0,0 +162806,0,0,0,0,0 +162807,0,0,0,0,0 +162808,0,0,0,0,0 +162809,0,0,0,0,0 +162810,0,0,0,0,0 +162811,0,0,0,0,0 +162812,0,0,0,0,0 +162813,0,0,0,0,0 +162814,0,0,0,0,0 +162815,0,0,0,0,0 +162816,0,0,0,0,0 +162817,0,0,0,0,0 +162818,0,0,0,0,0 +162819,0,0,0,0,0 +162820,0,0,0,0,0 +162821,0,0,0,0,0 +162822,0,0,0,0,0 +162823,0,0,0,0,0 +162824,0,0,0,0,0 +162825,0,0,0,0,0 +162826,0,0,0,0,0 +162827,0,0,0,0,0 +162828,0,0,0,0,0 +162829,0,0,0,0,0 +162830,0,0,0,0,0 +162831,0,0,0,0,0 +162832,0,0,0,0,0 +162833,0,0,0,0,0 +162834,0,0,0,0,0 +162835,0,0,0,0,0 +162836,0,0,0,0,0 +162837,0,0,0,0,0 +162838,0,0,0,0,0 +162839,0,0,0,0,0 +162840,0,0,0,0,0 +162841,0,0,0,0,0 +162842,0,0,0,0,0 +162843,0,0,0,0,0 +162844,0,0,0,0,0 +162845,0,0,0,0,0 +162846,0,0,0,0,0 +162847,0,0,0,0,0 +162848,0,0,0,0,0 +162849,0,0,0,0,0 +162850,0,0,0,0,0 +162851,0,0,0,0,0 +162852,0,0,0,0,0 +162853,0,0,0,0,0 +162854,0,0,0,0,0 +162855,0,0,0,0,0 +162856,0,0,0,0,0 +162857,0,0,0,0,0 +162858,0,0,0,0,0 +162859,0,0,0,0,0 +162860,0,0,0,0,0 +162861,0,0,0,0,0 +162862,0,0,0,0,0 +162863,0,0,0,0,0 +162864,0,0,0,0,0 +162865,0,0,0,0,0 +162866,0,0,0,0,0 +162867,0,0,0,0,0 +162868,0,0,0,0,0 +162869,0,0,0,0,0 +162870,0,0,0,0,0 +162871,0,0,0,0,0 +162872,0,0,0,0,0 +162873,0,0,0,0,0 +162874,0,0,0,0,0 +162875,0,0,0,0,0 +162876,0,0,0,0,0 +162877,0,0,0,0,0 +162878,0,0,0,0,0 +162879,0,0,0,0,0 +162880,0,0,0,0,0 +162881,0,0,0,0,0 +162882,0,0,0,0,0 +162883,0,0,0,0,0 +162884,0,0,0,0,0 +162885,0,0,0,0,0 +162886,0,0,0,0,0 +162887,0,0,0,0,0 +162888,0,0,0,0,0 +162889,0,0,0,0,0 +162890,0,0,0,0,0 +162891,0,0,0,0,0 +162892,0,0,0,0,0 +162893,0,0,0,0,0 +162894,0,0,0,0,0 +162895,0,0,0,0,0 +162896,0,0,0,0,0 +162897,0,0,0,0,0 +162898,0,0,0,0,0 +162899,0,0,0,0,0 +162900,0,0,0,0,0 +162901,0,0,0,0,0 +162902,0,0,0,0,0 +162903,0,0,0,0,0 +162904,0,0,0,0,0 +162905,0,0,0,0,0 +162906,0,0,0,0,0 +162907,0,0,0,0,0 +162908,0,0,0,0,0 +162909,0,0,0,0,0 +162910,0,0,0,0,0 +162911,0,0,0,0,0 +162912,0,0,0,0,0 +162913,0,0,0,0,0 +162914,0,0,0,0,0 +162915,0,0,0,0,0 +162916,0,0,0,0,0 +162917,0,0,0,0,0 +162918,0,0,0,0,0 +162919,0,0,0,0,0 +162920,0,0,0,0,0 +162921,0,0,0,0,0 +162922,0,0,0,0,0 +162923,0,0,0,0,0 +162924,0,0,0,0,0 +162925,0,0,0,0,0 +162926,0,0,0,0,0 +162927,0,0,0,0,0 +162928,0,0,0,0,0 +162929,0,0,0,0,0 +162930,0,0,0,0,0 +162931,0,0,0,0,0 +162932,0,0,0,0,0 +162933,0,0,0,0,0 +162934,0,0,0,0,0 +162935,0,0,0,0,0 +162936,0,0,0,0,0 +162937,0,0,0,0,0 +162938,0,0,0,0,0 +162939,0,0,0,0,0 +162940,0,0,0,0,0 +162941,0,0,0,0,0 +162942,0,0,0,0,0 +162943,0,0,0,0,0 +162944,0,0,0,0,0 +162945,0,0,0,0,0 +162946,0,0,0,0,0 +162947,0,0,0,0,0 +162948,0,0,0,0,0 +162949,0,0,0,0,0 +162950,0,0,0,0,0 +162951,0,0,0,0,0 +162952,0,0,0,0,0 +162953,0,0,0,0,0 +162954,0,0,0,0,0 +162955,0,0,0,0,0 +162956,0,0,0,0,0 +162957,0,0,0,0,0 +162958,0,0,0,0,0 +162959,0,0,0,0,0 +162960,0,0,0,0,0 +162961,0,0,0,0,0 +162962,0,0,0,0,0 +162963,0,0,0,0,0 +162964,0,0,0,0,0 +162965,0,0,0,0,0 +162966,0,0,0,0,0 +162967,0,0,0,0,0 +162968,0,0,0,0,0 +162969,0,0,0,0,0 +162970,0,0,0,0,0 +162971,0,0,0,0,0 +162972,0,0,0,0,0 +162973,0,0,0,0,0 +162974,0,0,0,0,0 +162975,0,0,0,0,0 +162976,0,0,0,0,0 +162977,0,0,0,0,0 +162978,0,0,0,0,0 +162979,0,0,0,0,0 +162980,0,0,0,0,0 +162981,0,0,0,0,0 +162982,0,0,0,0,0 +162983,0,0,0,0,0 +162984,0,0,0,0,0 +162985,0,0,0,0,0 +162986,0,0,0,0,0 +162987,0,0,0,0,0 +162988,0,0,0,0,0 +162989,0,0,0,0,0 +162990,0,0,0,0,0 +162991,0,0,0,0,0 +162992,0,0,0,0,0 +162993,0,0,0,0,0 +162994,0,0,0,0,0 +162995,0,0,0,0,0 +162996,0,0,0,0,0 +162997,0,0,0,0,0 +162998,0,0,0,0,0 +162999,0,0,0,0,0 +163000,0,0,0,0,0 +163001,0,0,0,0,0 +163002,0,0,0,0,0 +163003,0,0,0,0,0 +163004,0,0,0,0,0 +163005,0,0,0,0,0 +163006,0,0,0,0,0 +163007,0,0,0,0,0 +163008,0,0,0,0,0 +163009,0,0,0,0,0 +163010,0,0,0,0,0 +163011,0,0,0,0,0 +163012,0,0,0,0,0 +163013,0,0,0,0,0 +163014,0,0,0,0,0 +163015,0,0,0,0,0 +163016,0,0,0,0,0 +163017,0,0,0,0,0 +163018,0,0,0,0,0 +163019,0,0,0,0,0 +163020,0,0,0,0,0 +163021,0,0,0,0,0 +163022,0,0,0,0,0 +163023,0,0,0,0,0 +163024,0,0,0,0,0 +163025,0,0,0,0,0 +163026,0,0,0,0,0 +163027,0,0,0,0,0 +163028,0,0,0,0,0 +163029,0,0,0,0,0 +163030,0,0,0,0,0 +163031,0,0,0,0,0 +163032,0,0,0,0,0 +163033,0,0,0,0,0 +163034,0,0,0,0,0 +163035,0,0,0,0,0 +163036,0,0,0,0,0 +163037,0,0,0,0,0 +163038,0,0,0,0,0 +163039,0,0,0,0,0 +163040,0,0,0,0,0 +163041,0,0,0,0,0 +163042,0,0,0,0,0 +163043,0,0,0,0,0 +163044,0,0,0,0,0 +163045,0,0,0,0,0 +163046,0,0,0,0,0 +163047,0,0,0,0,0 +163048,0,0,0,0,0 +163049,0,0,0,0,0 +163050,0,0,0,0,0 +163051,0,0,0,0,0 +163052,0,0,0,0,0 +163053,0,0,0,0,0 +163054,0,0,0,0,0 +163055,0,0,0,0,0 +163056,0,0,0,0,0 +163057,0,0,0,0,0 +163058,0,0,0,0,0 +163059,0,0,0,0,0 +163060,0,0,0,0,0 +163061,0,0,0,0,0 +163062,0,0,0,0,0 +163063,0,0,0,0,0 +163064,0,0,0,0,0 +163065,0,0,0,0,0 +163066,0,0,0,0,0 +163067,0,0,0,0,0 +163068,0,0,0,0,0 +163069,0,0,0,0,0 +163070,0,0,0,0,0 +163071,0,0,0,0,0 +163072,0,0,0,0,0 +163073,0,0,0,0,0 +163074,0,0,0,0,0 +163075,0,0,0,0,0 +163076,0,0,0,0,0 +163077,0,0,0,0,0 +163078,0,0,0,0,0 +163079,0,0,0,0,0 +163080,0,0,0,0,0 +163081,0,0,0,0,0 +163082,0,0,0,0,0 +163083,0,0,0,0,0 +163084,0,0,0,0,0 +163085,0,0,0,0,0 +163086,0,0,0,0,0 +163087,0,0,0,0,0 +163088,0,0,0,0,0 +163089,0,0,0,0,0 +163090,0,0,0,0,0 +163091,0,0,0,0,0 +163092,0,0,0,0,0 +163093,0,0,0,0,0 +163094,0,0,0,0,0 +163095,0,0,0,0,0 +163096,0,0,0,0,0 +163097,0,0,0,0,0 +163098,0,0,0,0,0 +163099,0,0,0,0,0 +163100,0,0,0,0,0 +163101,0,0,0,0,0 +163102,0,0,0,0,0 +163103,0,0,0,0,0 +163104,0,0,0,0,0 +163105,0,0,0,0,0 +163106,0,0,0,0,0 +163107,0,0,0,0,0 +163108,0,0,0,0,0 +163109,0,0,0,0,0 +163110,0,0,0,0,0 +163111,0,0,0,0,0 +163112,0,0,0,0,0 +163113,0,0,0,0,0 +163114,0,0,0,0,0 +163115,0,0,0,0,0 +163116,0,0,0,0,0 +163117,0,0,0,0,0 +163118,0,0,0,0,0 +163119,0,0,0,0,0 +163120,0,0,0,0,0 +163121,0,0,0,0,0 +163122,0,0,0,0,0 +163123,0,0,0,0,0 +163124,0,0,0,0,0 +163125,0,0,0,0,0 +163126,0,0,0,0,0 +163127,0,0,0,0,0 +163128,0,0,0,0,0 +163129,0,0,0,0,0 +163130,0,0,0,0,0 +163131,0,0,0,0,0 +163132,0,0,0,0,0 +163133,0,0,0,0,0 +163134,0,0,0,0,0 +163135,0,0,0,0,0 +163136,0,0,0,0,0 +163137,0,0,0,0,0 +163138,0,0,0,0,0 +163139,0,0,0,0,0 +163140,0,0,0,0,0 +163141,-192.2328935,23.6995378,13.71181225,-80.02073138,-481.6619786 +163142,252.2811778,224.7682537,455.7142191,122.0974656,327.6962273 +163143,250.2700859,221.4203921,448.8329928,121.0318936,326.9210818 +163144,243.968634,215.9082336,437.3015233,117.9616518,318.443415 +163145,236.8819999,210.4645833,425.5904502,114.5981228,307.7423201 +163146,230.6590579,205.9574962,415.5277181,111.718885,297.6581843 +163147,225.602271,202.4403342,407.3124951,109.4421872,288.9289979 +163148,221.5224749,199.7036723,400.5961321,107.6577749,281.425251 +163149,218.1735664,197.5457323,395.0194191,106.2346287,36.31771215 +163150,215.3905831,195.8310306,390.336534,105.0871026,122.8934131 +163151,213.0666659,194.4739489,386.3909099,104.1612695,117.2250585 +163152,211.1378203,193.4147269,383.0723378,103.4206996,104.9708461 +163153,209.5469979,192.6058919,380.2920225,102.8373978,104.2842106 +163154,208.25269,192.0072197,377.9733413,102.3879412,104.2801333 +163155,207.210591,191.584367,376.0495533,102.0522875,103.6285225 +163156,206.3900249,191.3083488,374.4631525,101.8134011,103.6616794 +163157,205.7568381,191.1549623,373.1651048,101.6569597,103.3802014 +163158,205.2898928,191.1065565,372.1138489,101.5710194,103.1152712 +163159,204.9632925,191.1435609,371.2741349,101.5456118,102.8677775 +163160,204.7629662,191.2511334,370.6160228,101.5724023,102.9711751 +163161,204.6730533,191.420555,370.1140542,101.6444114,102.7527079 +163162,204.6747175,191.6398704,369.7465524,101.7557812,102.2134606 +163163,204.7613171,191.9003901,369.4950663,101.9015965,102.6984663 +163164,204.9234888,192.198351,369.3438731,102.0777248,102.1877918 +163165,205.1518202,192.5257791,369.2795709,102.2806881,102.362345 +163166,205.4383864,192.8772833,369.2907221,102.507552,101.8771022 +163167,205.7767858,193.2518712,369.3675518,102.7558332,102.0812118 +163168,206.1617542,193.6438495,369.5017014,103.0234267,101.9609324 +163169,206.5888347,194.0497349,369.686014,103.3085424,102.1883358 +163170,207.0541796,194.4701411,369.9143493,103.6096513,101.7486001 +163171,207.5544511,194.900697,370.1814385,103.9254454,101.9984487 +163172,208.0888977,195.4074294,370.573113,104.253001,101.5823046 +163173,208.6563648,196.0315284,371.1376038,104.5900345,101.8570917 +163174,209.2552085,196.781491,371.8801902,104.9354349,101.8027416 +163175,209.8837154,197.6495836,372.7863194,105.2888186,102.0961262 +163176,210.5403028,198.6244129,373.837731,105.6500581,101.716783 +163177,211.223619,199.6959475,375.0184798,106.0190822,102.0299698 +163178,212.0273785,201.1649019,376.7554341,106.4104048,102.3528707 +163179,212.9178008,202.9125213,378.8747257,106.8184075,102.0009083 +163180,213.8468081,204.7807955,381.1509963,107.2354573,102.684569 +163181,214.7890624,206.6875026,383.4668012,107.6576616,102.6920776 +163182,215.7375993,208.6099539,385.7881063,108.084071,103.0482182 +163183,216.6931813,210.5500306,388.1151124,108.5149584,103.0702853 +163184,217.6580381,212.5140806,390.454381,108.9508101,103.7874879 +163185,218.6338732,214.50655,392.8101098,109.3920176,103.825192 +163186,219.6217001,216.529687,395.1837154,109.8388411,104.2154463 +163187,220.622181,218.5846004,397.57527,110.2914741,105.3020472 +163188,221.6358089,220.6719689,399.984424,110.7500623,105.015997 +163189,222.663022,222.7923264,402.4107783,111.2147319,106.117454 +163190,223.7041842,224.946093,404.8538889,111.6855773,106.5375304 +163191,224.7596224,227.1335825,407.313273,112.1626805,107.3088862 +163192,225.9724077,229.728026,410.2927038,112.6731575,108.0875074 +163193,227.2948701,232.5955408,413.6075049,113.207688,108.8731922 +163194,228.6562887,235.5509968,417.0088028,113.7525227,110.0106737 +163195,230.0198775,238.5003328,420.3702871,114.3006473,110.4600622 +163196,231.3762373,241.4209118,423.6604485,114.8503818,111.6116755 +163197,232.7273649,244.3191655,426.8861887,115.4022371,112.4254878 +163198,234.0773163,247.2063389,430.0609145,115.9570941,113.9411407 +163199,235.4292397,250.0908782,433.1946186,116.5156426,114.7652783 +163200,236.7851753,252.9781622,436.2935003,117.0783357,115.9436334 +163201,238.2060678,255.8988938,439.4211977,117.6725478,278.3847693 +163202,258.4263841,267.0407382,460.6726685,126.9646912,310.5455493 +163203,288.4777676,985.8888927,491.4056001,140.6786099,360.2196637 +163204,319.0632542,660.0271261,522.6403424,154.4529136,412.3006246 +163205,346.215365,743.9996553,550.5309352,166.4786882,460.0043759 +163206,369.4371594,780.4299647,574.6066857,176.5848864,502.1182987 +163207,389.4254991,801.065611,595.5458464,185.1490524,539.4154325 +163208,406.935412,821.2447981,750.5541961,192.5590292,572.8551838 +163209,422.4981084,841.9421438,1351.846621,199.0837706,603.1186833 +163210,436.4592576,861.1193407,1002.548821,204.896406,630.6452763 +163211,449.064814,880.9284738,1146.305281,210.1182624,655.7508468 +163212,460.5125135,900.3699318,1173.881319,214.8450626,678.6988388 +163213,470.9716921,929.347705,1214.281423,219.1571942,699.7258428 +163214,480.7421408,950.6271532,1241.177947,223.1742442,719.0488684 +163215,489.8921103,970.3633598,1266.438265,226.934082,736.857592 +163216,498.4512675,990.2081666,1290.957216,230.4576852,753.3218646 +163217,506.4701116,1009.777348,1314.696389,233.7706281,768.5919106 +163218,514.0143272,1029.20191,1337.922893,236.9018604,782.7999205 +163219,521.1497125,1048.499204,1360.567421,239.8789076,796.0621729 +163220,527.934167,1067.683228,1382.314132,242.725376,808.4810469 +163221,534.4161515,1086.763023,1404.539303,245.4606546,820.1467539 +163222,540.6358973,1105.69952,1425.320632,248.1005419,831.1388031 +163223,546.6270588,1124.652399,1446.206673,250.6579927,841.5272812 +163224,552.4180262,1143.422048,1466.393691,253.1437126,851.3739723 +163225,558.0328772,1162.095577,1486.172467,255.5665962,860.7333788 +163226,563.4920562,1180.792205,1505.627863,257.9340433,869.6535684 +163227,568.8129563,1199.312409,1524.623548,260.2522274,878.0085335 +163228,574.0103628,1217.741052,1543.077675,262.526294,885.8947942 +163229,579.0969268,1235.724332,1561.368431,264.7605709,893.4194586 +163230,584.0834422,1254.729727,1579.065009,266.9586847,900.6502299 +163231,588.9791658,1269.80736,1593.709486,269.1236959,907.6253376 +163232,593.7803853,1290.55535,1607.470331,271.2535212,914.3693844 +163233,598.4861468,1309.501727,1621.061695,273.3472473,920.9022997 +163234,603.1003195,1328.34493,1634.035285,275.4059576,927.2420907 +163235,607.6290554,1346.582495,1646.641872,277.4317032,933.4052857 +163236,612.0786327,1364.745849,1658.791727,279.4266236,939.406615 +163237,616.4546167,1382.2612,1670.698949,281.3926033,945.2591021 +163238,620.7617461,1399.738406,1682.164751,283.3312229,950.97408 +163239,625.0040996,1416.951299,1693.126573,285.243827,956.561529 +163240,629.1852212,1433.622672,1704.007614,287.131572,962.0301297 +163241,633.3082563,1450.347289,1714.372883,288.995482,967.3875947 +163242,715.2804371,1466.631645,1724.478246,374.7709672,969.0639818 +163243,801.7036428,1482.673526,1734.256346,339.3357708,968.2882325 +163244,760.9713283,1498.690564,1747.679248,358.0414106,967.5558422 +163245,796.138202,1514.110236,1755.540151,366.5853883,966.8930211 +163246,811.8377945,1529.66572,1766.191555,374.041088,966.2919795 +163247,826.9170938,1544.7926,1772.979426,381.4185099,965.7349305 +163248,841.8015563,1559.770646,1760.041821,388.5105093,965.2054567 +163249,856.2521545,1574.466668,1797.705787,395.5721944,964.6910922 +163250,870.3938139,1589.130114,1791.594283,402.5249966,964.1824628 +163251,884.5752607,1603.50917,1801.839878,409.2635628,963.6722246 +163252,898.2797884,1617.520616,1809.343466,415.8489569,963.1542728 +163253,911.6391549,1631.647485,1816.22355,422.4789737,962.6234912 +163254,925.0546879,1645.3059,1823.073353,428.8524095,962.0754943 +163255,938.4470597,1660.74101,1829.623428,435.0643241,961.5066592 +163256,950.8160833,1680.105006,1835.958209,441.3967042,960.9138991 +163257,963.9696051,1685.39477,1842.136449,447.4155458,960.2947347 +163258,976.2638715,1711.005047,1847.931168,453.3247631,959.6470664 +163259,988.6683525,1708.350135,1853.599898,459.460394,958.9692383 +163260,1000.797069,1704.739084,1859.241609,464.9195411,958.2598616 +163261,1402.567657,1918.449458,2253.653098,639.0525937,960.3238128 +163262,1417.673185,1916.622722,2262.668647,646.546319,975.6826764 +163263,1431.269806,1933.164764,2269.593209,652.9536516,997.7028983 +163264,1444.113611,1946.619537,2285.97218,659.2015182,1019.848129 +163265,1403.485563,1934.095025,2213.307453,640.8056888,1694.118931 +163266,1392.593416,1926.883745,2232.632863,638.0861356,1496.401835 +163267,1525.361641,1992.665942,2326.128484,697.9553171,1686.750484 +163268,1470.152398,1972.167563,2275.263101,673.633002,1637.910768 +163269,1499.885974,1995.03559,2293.977833,687.8255226,1687.05005 +163270,1508.638384,2000.577459,2299.912511,691.9494983,1701.225368 +163271,1523.017847,2016.422765,2303.336961,698.9141965,1720.018496 +163272,1532.999552,2025.57972,2311.013188,703.8226743,1734.680853 +163273,1711.94996,2119.820754,2463.161452,785.6242439,2049.862088 +163274,1313.974487,1944.940468,2103.098375,605.8874427,1322.752496 +163275,1841.576984,2176.326154,2490.951199,844.6335867,2282.726738 +163276,1312.056835,1957.608913,2201.993106,605.6123405,1307.842927 +163277,1866.037555,2204.220052,2476.955012,856.0500537,2312.413404 +163278,1330.920801,1975.088635,2170.694364,615.2898228,1327.566764 +163279,1886.390509,2223.147556,2471.834925,865.4032781,2355.255644 +163280,1349.852579,1993.318769,2224.48297,624.5603647,1338.53502 +163281,1908.691983,2246.183724,2453.055762,875.9317146,2364.476351 +163282,1368.22414,2011.008165,2234.434373,633.4240206,1357.220995 +163283,1928.479683,2265.477033,2437.463073,885.3614989,2383.751309 +163284,1386.781675,2028.975519,2259.404196,642.2576989,1374.617218 +163285,1948.554517,2304.113568,2419.167491,894.7256957,2403.045255 +163286,1405.338967,2020.107482,2249.34092,651.1447062,1391.625204 +163287,1969.103424,2333.337778,2411.297111,903.2192345,2420.490593 +163288,1419.730791,2038.353624,2242.582148,659.8225567,1408.153679 +163289,2009.363629,2346.69133,2406.265021,911.9076003,2437.926867 +163290,1406.90625,2054.921792,2238.197774,667.9461408,1423.577983 +163291,2019.050205,2365.076303,2403.257802,920.2610393,2471.751177 +163292,1453.654354,2068.562408,2234.141072,675.698098,1412.4292 +163293,2019.999918,2379.443367,2399.830798,928.234552,2501.8402 +163294,1638.072113,2158.329008,2396.348112,758.1748646,1721.777331 +163295,1789.541681,2286.096389,2389.923829,824.9559325,2040.642654 +163296,1772.534535,2240.418668,2382.5459,818.3020984,1985.198958 +163297,1779.836815,2261.598088,2375.930495,821.4001529,1994.133429 +163298,1787.464421,2265.291071,2372.986578,824.9779505,2001.133309 +163299,1795.024154,2271.024824,2370.715205,828.4750926,2007.981133 +163300,1802.486445,2276.862963,2367.294145,831.8816984,2014.55144 +163301,1809.862998,2282.26366,2365.264503,835.339088,2021.109925 +163302,1817.147927,2287.983597,2363.902109,838.7035841,2027.739979 +163303,1824.346212,2293.168429,2364.660049,841.954247,2033.933916 +163304,1831.464169,2298.294977,2362.905665,845.2074814,2040.2482 +163305,1838.403456,2303.271619,2361.858162,848.4794759,2046.460212 +163306,1845.491527,2308.149769,2361.069928,851.6262177,2052.318388 +163307,1852.386543,2312.785784,2360.411,854.7667943,2058.441071 +163308,1859.054128,2317.147223,2359.809004,857.8183768,2064.227615 +163309,1865.836327,2321.792079,2360.970814,860.9755785,2070.073785 +163310,1872.465357,2325.835487,2359.404433,863.898744,2075.624626 +163311,1879.030768,2330.01339,2358.40389,866.8561045,2081.26208 +163312,1885.435484,2333.938355,2357.576251,869.8331819,2086.663709 +163313,1891.997177,2337.746768,2358.560183,872.6301463,2092.266831 +163314,1898.289087,2341.377813,2358.579808,875.6191847,2097.410678 +163315,1904.592481,2344.899611,2358.195668,878.3474938,2102.72433 +163316,1916.375591,2348.263721,2355.852978,881.1351944,2107.872285 +163317,1913.968571,2351.483424,2354.373314,883.9307908,2113.039214 +163318,1932.854448,2354.472165,2353.228539,886.5421589,2117.918734 +163319,1921.009069,2357.629423,2352.266898,889.3304202,2122.837846 +163320,1952.184951,2360.418407,2353.110123,891.9478971,2127.810321 +163321,1935.040123,2365.913653,2351.214295,897.2853643,2143.954706 +163322,1944.91571,2376.436892,2350.44015,900.5107152,2150.90241 +163323,1969.30674,2362.182348,2349.882795,903.4840613,2164.712124 +163324,1964.821677,2386.284974,2349.44258,906.4746596,2151.892938 +163325,1973.901493,2374.363364,2350.915709,909.1898901,2167.528571 +163326,1979.963416,2381.166408,2351.202138,911.994107,2174.030625 +163327,1986.237041,2382.939193,2349.233901,914.7045224,2176.911779 +163328,1992.138711,2385.059329,2349.768835,917.3804602,2182.495252 +163329,1998.181718,2386.630766,2347.84666,919.9777234,2187.511034 +163330,2003.921607,2388.821219,2346.63543,922.6560937,2192.445186 +163331,2009.827433,2390.381761,2345.688326,925.2002883,2197.079865 +163332,2012.786081,2382.343709,2344.654026,929.9423148,2201.760596 +163333,2017.822396,2381.53257,2343.505902,932.6801286,2206.506627 +163334,2023.450351,2382.019505,2342.420857,935.3470484,2211.137618 +163335,2028.587685,2382.39539,2341.502215,938.0272196,2215.527163 +163336,2034.017117,2382.78376,2340.712344,940.5599972,2220.041018 +163337,2039.293778,2383.12381,2340.002627,943.0941803,2224.403712 +163338,2044.538306,2383.501036,2341.07087,945.5830007,2228.806152 +163339,2049.834228,2383.478623,2339.450043,948.041749,2232.89922 +163340,2054.81777,2383.741116,2338.419434,950.4160594,2246.299244 +163341,2059.886027,2383.659594,2337.626304,952.9356277,2227.315429 +163342,2065.081423,2383.594587,2336.884429,955.1919132,2251.974852 +163343,2070.021763,2383.407587,2336.152306,957.5751893,2247.960482 +163344,2075.022148,2383.151547,2335.468149,959.8808261,2253.334783 +163345,2080.079269,2382.740057,2334.843999,962.1687595,2257.150881 +163346,2084.849371,2382.281921,2334.266262,964.3807759,2261.073952 +163347,2089.953387,2381.718587,2333.722751,966.6973207,2264.868363 +163348,2094.759317,2381.045857,2333.200865,968.8766637,2268.718864 +163349,2099.490234,2380.275238,2332.685784,971.0786783,2277.284067 +163350,2104.712574,2379.393585,2332.18261,973.250793,2272.671824 +163351,2109.90126,2377.569845,2333.405373,976.2897637,2276.751516 +163352,2120.549977,2384.666873,2332.127332,977.6565725,2285.715763 +163353,2127.284845,2384.827189,2331.627561,980.5965774,2286.23572 +163354,2133.852719,2383.284578,2331.41445,984.0024645,2290.247241 +163355,2140.470629,2381.423543,2331.277286,987.1570741,2302.588372 +163356,2146.736888,2379.321435,2331.227234,990.5952695,2283.924663 +163357,2153.078761,2376.909609,2331.244788,993.8483019,2309.107873 +163358,2159.540964,2374.463955,2333.043607,997.3155305,2299.766881 +163359,2165.690592,2371.587732,2333.87617,1000.544411,2323.52913 +163360,2171.987899,2368.383599,2332.643713,1004.166923,2288.136267 +163361,2177.895164,2365.490054,2333.969648,1007.339021,2336.970208 +163362,2184.939906,2367.73278,2334.75282,1008.134318,2309.386899 +163363,2191.277286,2365.916005,2333.519423,1010.994933,2310.165954 +163364,2197.566413,2363.125007,2333.294484,1014.249683,2345.135017 +163365,2203.699713,2360.070507,2333.412777,1017.319227,2307.546217 +163366,2210.201408,2356.879982,2333.81014,1020.744109,2349.337797 +163367,2216.087054,2353.467798,2334.40471,1023.873324,2326.786294 +163368,2222.28466,2350.01857,2336.693242,1027.247764,2339.133428 +163369,2228.295715,2346.045615,2336.417396,1030.49329,2340.89622 +163370,2234.264795,2342.354943,2336.951738,1033.779914,2343.994205 +163371,2240.167442,2338.277944,2337.814633,1036.955163,2347.032468 +163372,2246.124001,2334.127536,2338.845825,1040.405765,2350.392881 +163373,2251.706695,2329.999146,2339.971537,1043.552618,2353.45684 +163374,2257.368393,2318.221633,2341.127815,1046.928543,2356.614461 +163375,2263.166084,2330.674497,2342.28938,1050.110025,2365.552989 +163376,2268.628142,2304.592034,2343.470112,1053.465706,2353.999273 +163377,2274.127494,2314.939329,2344.545416,1056.635638,2375.768388 +163378,2284.901199,2304.754921,2345.842568,1059.797492,2365.406241 +163379,2281.214694,2300.414111,2347.089703,1063.3029,2372.882347 +163380,2306.860263,2295.475663,2348.281092,1066.319011,2375.608372 +163381,2150.6801,2236.900134,2348.122975,1016.228295,2147.156445 +163382,2193.350901,2229.33782,2339.385462,1018.347424,2175.706824 +163383,2183.38399,2222.892936,2327.7856,1023.514336,2163.126328 +163384,2190.487146,2216.691554,2318.282974,1026.6136,2167.322478 +163385,2194.8049,2210.727707,2311.732621,1029.419176,2169.048095 +163386,2198.741209,2204.753677,2309.302469,1032.267691,2170.571297 +163387,2202.818904,2198.741608,2305.683706,1035.047557,2173.900324 +163388,2207.076853,2192.738852,2303.622926,1038.017183,2179.438858 +163389,2211.048516,2186.672042,2302.388857,1040.708509,2167.921687 +163390,2215.095381,2180.5429,2301.681559,1043.570535,2179.863682 +163391,2219.086731,2174.608944,2303.085148,1046.362417,2180.407917 +163392,2223.160524,2168.128454,2301.959375,1049.095043,2184.729642 +163393,2230.509158,2162.044843,2303.368919,1051.96471,2180.271962 +163394,2229.434083,2155.769081,2304.119689,1054.691688,2186.3239 +163395,2246.845237,2149.41591,2302.874926,1057.459426,2190.85587 +163396,2220.492292,2143.055048,2302.553596,1060.20229,2190.340493 +163397,2248.033869,2136.733403,2304.399813,1062.932257,2196.773211 +163398,2245.611881,2130.243748,2303.672533,1065.712453,2189.774068 +163399,2248.866855,2123.937683,2303.649946,1068.260082,2203.135041 +163400,2252.956793,2117.205136,2305.688319,1071.085195,2183.640842 +163401,2256.605612,2110.830753,2305.438467,1073.750406,2221.422093 +163402,2259.87859,2104.225431,2305.949341,1078.939035,2185.303629 +163403,2263.380159,2088.843644,2306.749345,1077.756979,2219.564686 +163404,2267.165734,2091.157627,2307.83615,1096.501125,2201.404676 +163405,2270.844041,2070.624875,2309.753334,1082.606037,2210.646426 +163406,2274.592541,2073.868503,2314.133049,1110.869008,2211.480339 +163407,2278.331497,2054.091936,2316.045058,1079.897832,2213.597198 +163408,2282.201274,2060.705932,2320.338594,1105.510135,2215.692801 +163409,2285.698735,2059.506796,2323.702079,1104.857787,2217.836348 +163410,2289.469979,2027.537896,2324.890979,1106.527192,2219.831798 +163411,2292.054537,2043.526007,2328.653124,1109.493113,2222.145218 +163412,2294.390746,2025.978711,2329.796448,1111.576323,2224.167118 +163413,2296.488291,2039.482192,2331.482694,1113.550099,2226.354465 +163414,2298.820605,1985.719291,2333.306914,1115.44526,2228.433005 +163415,2300.776829,2031.368058,2335.120588,1117.275765,2230.617164 +163416,2302.781475,1996.251389,2338.622488,1119.048999,2232.70447 +163417,2304.694754,1976.265906,2341.095194,1120.7659,2234.824591 +163418,2306.544249,1982.221692,2341.320185,1122.499471,2236.816725 +163419,2308.340855,1994.006008,2343.970382,1124.021933,2239.114944 +163420,2310.069566,1938.59187,2346.049089,1125.640714,2241.104383 +163421,2311.746072,1974.346111,2347.617757,1127.160973,2243.226666 +163422,2313.36331,1940.9056,2347.179336,1128.578791,2245.251827 +163423,2314.934619,1944.760693,2349.387804,1130.128529,2247.340866 +163424,2316.442384,1933.279485,2349.139567,1131.485294,2249.304428 +163425,2317.908302,1925.941505,2349.739563,1132.8673,2256.952442 +163426,2319.321127,1917.90005,2352.254998,1134.201543,2244.918869 +163427,2320.682423,1910.110597,2353.899412,1135.49853,2264.748258 +163428,2321.997714,1902.086543,2355.186965,1136.762479,2248.202438 +163429,2323.265765,1906.177604,2356.277263,1137.992938,2268.428977 +163430,2324.487166,1868.930231,2357.346228,1139.190873,2257.736655 +163431,2325.663385,1886.597734,2358.244926,1140.357307,2263.791356 +163432,2326.734866,1868.454222,2359.026536,1141.462744,2264.905208 +163433,2329.063663,1859.442998,2357.999688,1150.865638,2266.582154 +163434,2330.041815,1851.151531,2360.602512,1153.200345,2268.372241 +163435,2331.2551,1843.233894,2361.354057,1155.091711,2269.996997 +163436,2332.321683,1835.152094,2364.729723,1156.750695,2271.75051 +163437,2333.344551,1827.519666,2367.235029,1158.302229,2273.400915 +163438,2334.332797,1819.699837,2369.263864,1159.780034,2275.075967 +163439,2335.278849,1811.861226,2370.972759,1161.197688,2276.722735 +163440,2336.181098,1804.160599,2370.694085,1162.563563,2278.169791 +163441,2095.540164,1685.856392,2371.383235,1054.437104,1825.702059 +163442,2090.398513,1675.489178,2359.65466,1053.115699,1847.602913 +163443,2086.927847,1665.441941,2342.540844,1052.299564,1830.458668 +163444,2084.071906,1656.18405,2326.487861,1051.854904,1830.421567 +163445,2081.547277,1646.905132,2314.127369,1051.598326,1828.012132 +163446,2079.242909,1638.060073,2305.092234,1051.210506,1826.02851 +163447,2076.956051,1629.133644,2298.501662,1051.162811,1824.310012 +163448,2075.059832,1620.400051,2295.378022,1050.948621,1822.780907 +163449,2072.958566,1611.741589,2290.640034,1050.814832,1821.387674 +163450,2071.006714,1603.170063,2287.268583,1050.672691,1820.103838 +163451,2069.071533,1594.680719,2284.66131,1050.534332,1818.905916 +163452,2067.163943,1586.266237,2282.605363,1050.394283,1817.780661 +163453,2065.400146,1577.926894,2280.961914,1050.251564,1816.71792 +163454,2063.35719,1569.556665,2279.628682,1050.104906,1815.708328 +163455,2061.594579,1561.501084,2278.530378,1049.953662,1814.747523 +163456,2059.743503,1553.406762,2277.610357,1049.797188,1813.825977 +163457,2057.452053,1544.843623,2276.819324,1057.11981,1813.016319 +163458,2055.633976,1536.942303,2276.938329,1058.258777,1812.140172 +163459,2053.849537,1529.304641,2277.637549,1058.840543,1811.34399 +163460,2052.077046,1521.566393,2278.47355,1059.24951,1810.581514 +163461,2050.316284,1514.085754,2279.215058,1059.570858,1809.848114 +163462,2048.446547,1506.493564,2279.808219,1059.837187,1809.142762 +163463,2046.881208,1499.149484,2280.275362,1060.064842,1808.466313 +163464,2045.064319,1491.715198,2280.65282,1060.262169,1807.817493 +163465,2043.356431,1484.521957,2280.967737,1060.434067,1807.196072 +163466,2041.637464,1477.148795,2281.236343,1060.583232,1806.599889 +163467,2039.92377,1470.232638,2281.467965,1060.711689,1806.028261 +163468,2038.214549,1463.133372,2281.668053,1060.820614,1805.478836 +163469,2036.509469,1456.120337,2281.841767,1060.911199,1804.950927 +163470,2034.80878,1449.211358,2283.802515,1060.982623,1804.363045 +163471,2034.176934,1443.18311,2283.01499,1061.230969,1803.992316 +163472,2033.779041,1437.15567,2282.779017,1061.496636,1803.463599 +163473,2033.485487,1432.725558,2282.704927,1061.767585,1803.021827 +163474,2033.265969,1428.356412,2282.722366,1062.03543,1802.584189 +163475,2033.104278,1424.170092,2282.798542,1062.298623,1802.161913 +163476,2032.991763,1419.669838,2282.912471,1062.555776,1801.831606 +163477,2033.671806,1413.292525,2284.872021,1055.65248,1801.373051 +163478,2033.882726,1408.574829,2283.363695,1054.749384,1800.971969 +163479,2034.087486,1403.9306,2281.964187,1054.372225,1800.566303 +163480,2034.310191,1399.532804,2280.678252,1054.152185,1800.184017 +163481,2034.67569,1394.987447,2279.636061,1054.005359,1799.814117 +163482,2034.783393,1390.531873,2278.842443,1053.901234,1799.452879 +163483,2035.172928,1386.163489,2278.244805,1053.824146,1799.098991 +163484,2035.490854,1381.60617,2277.788989,1053.765282,1798.750113 +163485,2035.85225,1377.152964,2277.437322,1053.719726,1798.40632 +163486,2036.240045,1372.848259,2277.164555,1053.745257,1797.989158 +163487,2036.653814,1368.386959,2276.953822,1053.627181,1797.77103 +163488,2037.093268,1364.006295,2276.794059,1053.648477,1797.384232 +163489,2035.868094,1354.690772,2276.700054,1045.436177,1797.109659 +163490,2036.276469,1349.635384,2275.779218,1044.056308,1796.715669 +163491,2036.59494,1366.394924,2274.31924,1043.28843,1796.364789 +163492,2037.06384,1307.274303,2272.868985,1042.701923,1796.020096 +163493,2037.547558,1350.580752,2271.644127,1042.206943,1795.679004 +163494,2038.053845,1334.852842,2270.575146,1041.767858,1795.339536 +163495,2038.578814,1313.330657,2269.703264,1041.366375,1795.000095 +163496,2039.118539,1333.791159,2268.98479,1040.992146,1794.657674 +163497,2039.671498,1304.055711,2268.367883,1040.639278,1794.312705 +163498,2040.235754,1316.543562,2267.842607,1040.303616,1793.964213 +163499,2040.810665,1305.690039,2267.369248,1039.982614,1793.68889 +163500,2041.394986,1302.109066,2266.947279,1039.613866,1793.221845 +163501,2277.801053,1404.448721,2263.001586,1146.350247,2236.427865 +163502,2282.951741,1401.996465,2268.401278,1148.018269,2210.088105 +163503,2287.635033,1399.27341,2279.117793,1149.562243,2232.32497 +163504,2293.059323,1391.544348,2290.356313,1144.871603,2230.753158 +163505,2296.957117,1387.55984,2299.184542,1144.926716,2233.372439 +163506,2300.615623,1383.871609,2305.637568,1145.297932,2235.961607 +163507,2304.206515,1380.257181,2310.512513,1145.930863,2237.972981 +163508,2307.853158,1376.69211,2314.426763,1146.453214,2240.020207 +163509,2311.104492,1373.251528,2317.705314,1147.048684,2241.686415 +163510,2314.608235,1369.568167,2322.272005,1147.64182,2243.666522 +163511,2317.938625,1366.30145,2325.432549,1148.234458,2245.220522 +163512,2321.250403,1362.835242,2326.042742,1148.827031,2246.854423 +163513,2324.536725,1359.500828,2328.886932,1149.420661,2248.398839 +163514,2327.772234,1356.651851,2330.766584,1150.008087,2249.883988 +163515,2330.844316,1354.092443,2330.401215,1150.592931,2251.329037 +163516,2334.225979,1351.665178,2330.716426,1151.175358,2252.557398 +163517,2337.273561,1349.334566,2331.218172,1154.111217,2254.112219 +163518,2340.547102,1347.072571,2331.773131,1155.714513,2255.360305 +163519,2343.429219,1344.864639,2332.322068,1157.129856,2256.638005 +163520,2346.593047,1342.625242,2334.726708,1158.874933,2263.680865 +163521,2349.596132,1340.623836,2334.186929,1160.393432,2250.301919 +163522,2352.611742,1338.494624,2335.968173,1162.168138,2269.956536 +163523,2355.583208,1336.466183,2335.261638,1163.784957,2258.044225 +163524,2358.543522,1334.545727,2335.271326,1165.666578,2263.234938 +163525,2361.476321,1355.724594,2336.990358,1167.509509,2264.218006 +163526,2364.379602,1296.088676,2337.9035,1169.389226,2265.038764 +163527,2362.841759,1341.441493,2338.502071,1167.912228,2266.151946 +163528,2364.930515,1332.059728,2338.443023,1169.370994,2267.183797 +163529,2367.551943,1301.439348,2338.03087,1171.199306,2268.185395 +163530,2370.30584,1345.058125,2335.74508,1173.155292,2269.179059 +163531,2372.337487,1286.404698,2336.259696,1175.312636,2270.239277 +163532,2374.227145,1347.865466,2336.264445,1177.565528,2271.155272 +163533,2376.06332,1279.796704,2336.168718,1179.901308,2272.124915 +163534,2377.856594,1343.450271,2336.043262,1182.307771,2272.952892 +163535,2380.219667,1278.979982,2334.168323,1184.78218,2274.020647 +163536,2393.1847,1342.342727,2335.034246,1190.130572,2274.986518 +163537,2376.104205,1280.400109,2335.73349,1193.160949,2275.824425 +163538,2396.112769,1339.156047,2334.723756,1196.0232,2276.643101 +163539,2410.967721,1279.090289,2336.379835,1198.891547,2277.715517 +163540,2363.450084,1334.259318,2335.617859,1201.781441,2278.429125 +163541,2410.559059,1279.329213,2335.585983,1204.780512,2279.341216 +163542,2394.45763,1328.562217,2335.745826,1207.641465,2280.079216 +163543,2399.33799,1280.010362,2336.018496,1210.701757,2281.123098 +163544,2401.230209,1321.726573,2338.110742,1213.744354,2281.986418 +163545,2403.002076,1282.474247,2337.469884,1216.835584,2282.698863 +163546,2404.82252,1314.217024,2339.170635,1219.902131,2283.708969 +163547,2406.618507,1285.251187,2338.315079,1223.186934,2284.381861 +163548,2408.443285,1307.671838,2338.13838,1226.354934,2285.386511 +163549,2410.263526,1286.690125,2338.20813,1229.697312,2286.109047 +163550,2412.096757,1301.293057,2340.153561,1232.88807,2287.093411 +163551,2413.918096,1289.08071,2339.413342,1236.274266,2287.61534 +163552,2415.618888,1295.488288,2339.299144,1239.639423,2288.752422 +163553,2417.67222,1290.245947,2339.405379,1243.049656,2289.53112 +163554,2419.414288,1291.479524,2339.617039,1246.496632,2290.313101 +163555,2421.285627,1289.866231,2341.632409,1249.979397,2291.296792 +163556,2423.132546,1289.094421,2342.680391,1253.494188,2292.057492 +163557,2424.984531,1288.147822,2343.332674,1257.043274,2292.91655 +163558,2426.974596,1287.414416,2342.031969,1260.696061,2293.586217 +163559,2428.731421,1286.530912,2343.371125,1264.199977,2294.671545 +163560,2430.608151,1285.741982,2344.078019,1267.816448,2295.226419 +163561,2478.701366,1316.261889,2346.43608,1294.251243,2380.258995 +163562,2508.839574,1295.052624,2355.821362,1298.849611,2381.042461 +163563,2447.0749,1322.024522,2363.516568,1303.252619,2385.332683 +163564,2507.257528,1294.34372,2370.254527,1307.480851,2389.026389 +163565,2493.052612,1316.54925,2376.912757,1311.64272,2386.562364 +163566,2483.857641,1300.21123,2381.389014,1315.759089,2400.915978 +163567,2523.544531,1308.986891,2382.829739,1319.851655,2389.11743 +163568,2461.359827,1305.430111,2384.50924,1323.934568,2405.291991 +163569,2516.14849,1305.551274,2386.295653,1328.009951,2399.690712 +163570,2509.258697,1305.124291,2389.542532,1332.084133,2403.119045 +163571,2486.356065,1304.690445,2389.911738,1336.111014,2405.313844 +163572,2513.378734,1304.263643,2392.583962,1340.218806,2407.781926 +163573,2527.781621,1303.837153,2392.631969,1344.169043,2409.175544 +163574,2471.878884,1307.098196,2393.361787,1345.75429,2411.263988 +163575,2522.26978,1307.310598,2394.773857,1348.994212,2413.427137 +163576,2523.93398,1307.252396,2396.464575,1352.753583,2415.233873 +163577,2480.291693,1307.113588,2399.979373,1356.503372,2417.416776 +163578,2524.771367,1306.943153,2402.458977,1360.293947,2419.030977 +163579,2532.362133,1306.753644,2402.60512,1364.101742,2420.533242 +163580,2479.812566,1306.548402,2405.2109,1367.920878,2422.917919 +163581,2531.589611,1306.343483,2407.1068,1371.742164,2424.426981 +163582,2540.557356,1306.134114,2406.867588,1375.56747,2425.813165 +163583,2478.108705,1305.917618,2409.221922,1379.395204,2428.136861 +163584,2539.038224,1305.708691,2409.223611,1383.220294,2429.267565 +163585,2517.099902,1305.566823,2411.612837,1387.127967,2431.469422 +163586,2522.615849,1305.245602,2413.260572,1390.827271,2432.888011 +163587,2524.05417,1305.088675,2412.899671,1394.703505,2434.181514 +163588,2525.455002,1304.865771,2415.101892,1398.508715,2436.38591 +163589,2526.810881,1304.661601,2414.917896,1402.314013,2437.392728 +163590,2528.164563,1304.455788,2415.472199,1406.035778,2439.191888 +163591,2529.050716,1303.836349,2418.033819,1409.563087,2441.090652 +163592,2529.811641,1303.131451,2419.687572,1412.818824,2442.329618 +163593,2530.513495,1302.380301,2420.900789,1417.148654,2443.830446 +163594,2531.157083,1301.5981,2420.26956,1421.79402,2449.98228 +163595,2531.764012,1300.786754,2420.318615,1421.302476,2440.324009 +163596,2532.323161,1299.953083,2420.620468,1432.730366,2454.33207 +163597,2532.844698,1299.097432,2421.241779,1418.391178,2449.122332 +163598,2533.326788,1298.22207,2421.801051,1434.877814,2450.632698 +163599,2533.773109,1297.327934,2422.232677,1435.138739,2452.706651 +163600,2534.184133,1296.416026,2422.667932,1437.679419,2454.058257 +163601,2534.560757,1295.487406,2423.090512,1440.955943,2455.27476 +163602,2534.904044,1294.542676,2423.473042,1444.012693,2456.568506 +163603,2535.215059,1293.582593,2423.814891,1446.958567,2457.870157 +163604,2535.49444,1292.607729,2424.119023,1449.8905,2459.138137 +163605,2535.743272,1291.618752,2424.385632,1452.796134,2460.377598 +163606,2535.962261,1290.616128,2424.614871,1455.675246,2461.594821 +163607,2536.152064,1289.600434,2424.807764,1458.528165,2462.789942 +163608,2536.31376,1288.572057,2424.965683,1461.35497,2463.961777 +163609,2536.452681,1287.530193,2426.811391,1464.15814,2465.569506 +163610,2536.550316,1286.480408,2425.904675,1466.928515,2465.900016 +163611,2536.642689,1285.41356,2427.257656,1469.769891,2467.743364 +163612,2536.691729,1284.340308,2427.799012,1472.272819,2468.568067 +163613,2536.723773,1283.254116,2427.999343,1475.162541,2469.538728 +163614,2536.724898,1282.159162,2426.294863,1477.757257,2470.129559 +163615,2536.71811,1281.123515,2427.209442,1480.421049,2471.939523 +163616,2536.670749,1279.826322,2427.498951,1483.038844,2472.63619 +163617,2536.603774,1278.861947,2425.8184,1485.632467,2473.052234 +163618,2536.524342,1277.661333,2424.995551,1488.20397,2474.361286 +163619,2536.415728,1276.5278,2424.526233,1490.746836,2475.349148 +163620,2536.288755,1275.373674,2424.38315,1493.26481,2481.224098 +163621,2459.888137,1241.277824,2419.851573,1462.808356,2327.977013 +163622,2459.398619,1239.879365,2408.744772,1465.053703,2336.519184 +163623,2459.352496,1238.856673,2393.792223,1467.513323,2334.298201 +163624,2459.313459,1237.674123,2382.89265,1469.947512,2340.288302 +163625,2459.315264,1236.576099,2375.63642,1472.461105,2333.535049 +163626,2459.318618,1235.470943,2370.900226,1474.746669,2336.818228 +163627,2459.323897,1234.36628,2367.864652,1477.206811,2337.39923 +163628,2459.324279,1233.260521,2365.879737,1479.569129,2337.571626 +163629,2459.322446,1232.151116,2366.219427,1481.924835,2338.504728 +163630,2459.299951,1231.043524,2364.164991,1484.250432,2338.716729 +163631,2459.287696,1229.926015,2364.631479,1486.563098,2339.517647 +163632,2459.24567,1228.812221,2362.680382,1488.750502,2339.690758 +163633,2459.214573,1227.687443,2363.220638,1491.147315,2340.551845 +163634,2459.157543,1226.564626,2363.057136,1493.406396,2340.859435 +163635,2459.097067,1225.435429,2362.623941,1495.493102,2341.342267 +163636,2459.024848,1224.302923,2362.050726,1497.74198,2341.795268 +163637,2458.937866,1223.168171,2359.663983,1499.883865,2341.837109 +163638,2458.849049,1222.026261,2358.240534,1502.018505,2342.784938 +163639,2458.743529,1220.882612,2357.212786,1504.124167,2342.97453 +163640,2458.628403,1219.734543,2356.375091,1506.204499,2343.329548 +163641,2458.502456,1218.582711,2355.629466,1508.258393,2343.767591 +163642,2458.369727,1217.425372,2356.662811,1510.287539,2344.427626 +163643,2458.212506,1216.269152,2354.973774,1512.283649,2344.342276 +163644,2458.085024,1215.103586,2353.861094,1514.259319,2344.856568 +163645,2458.056845,1213.936796,2352.947992,1516.204341,2345.330454 +163646,2458.047628,1212.765447,2352.127625,1518.122144,2345.516226 +163647,2458.03457,1211.590225,2351.34337,1522.036974,2345.750758 +163648,2458.015279,1210.480138,2352.315172,1518.890788,2346.451527 +163649,2457.974564,1209.194897,2352.28209,1531.915545,2346.502895 +163650,2457.924904,1208.056788,2351.827272,1515.209547,2346.742082 +163651,2457.994208,1206.774754,2351.133778,1549.793763,2346.899061 +163652,2458.088998,1205.479659,2350.347269,1503.339867,2347.497011 +163653,2458.185373,1204.169112,2349.5085,1544.465571,2347.331052 +163654,2458.275418,1202.845158,2348.558605,1547.106843,2347.971352 +163655,2458.352444,1201.509637,2345.860614,1513.984108,2348.01422 +163656,2458.431894,1200.158765,2345.875252,1549.952663,2348.195336 +163657,2458.48073,1198.800404,2343.521026,1538.945001,2348.230976 +163658,2458.533019,1197.426491,2341.949992,1543.513821,2348.63742 +163659,2458.569061,1196.041564,2342.420157,1545.877941,2348.824447 +163660,2458.584018,1194.57612,2342.036493,1548.158181,2348.92328 +163661,2458.585584,1193.273157,2339.723558,1550.450357,2354.041355 +163662,2458.578213,1191.802727,2338.063543,1552.746427,2342.084396 +163663,2458.550026,1190.382793,2336.68755,1555.036885,2356.617076 +163664,2458.506958,1188.940116,2335.48188,1557.326632,2342.765163 +163665,2458.446937,1187.485706,2334.378589,1559.519915,2356.211153 +163666,2458.373491,1186.017758,2334.997623,1561.948003,2343.508619 +163667,2458.270573,1184.543748,2332.923415,1564.25328,2356.122069 +163668,2458.167315,1183.049756,2333.257822,1566.413379,2348.877771 +163669,2458.026223,1181.553178,2330.934295,1568.74856,2349.594303 +163670,2457.886053,1180.104934,2330.929714,1571.015788,2350.679187 +163671,2457.708015,1178.482134,2328.490524,1573.275849,2350.068022 +163672,2457.530054,1176.990799,2328.482042,1575.548162,2350.523033 +163673,2457.313265,1175.434721,2326.009787,1577.800957,2350.059586 +163674,2457.096557,1173.870903,2325.966043,1580.063601,2350.58101 +163675,2456.840742,1172.301368,2323.466561,1582.307729,2350.081443 +163676,2456.584416,1170.713753,2323.395722,1584.559864,2350.577134 +163677,2456.292803,1169.11894,2322.592704,1587.361193,2350.336816 +163678,2455.987753,1167.509871,2321.493841,1590.903532,2350.293572 +163679,2455.65679,1165.890533,2318.516375,1592.023215,2349.992389 +163680,2455.317987,1164.254917,2318.179079,1594.086786,2350.46424 +163681,2301.526838,1096.252492,2311.820253,1536.218085,2056.152825 +163682,2299.34271,1094.007668,2288.865706,1535.402625,2070.467812 +163683,2297.87218,1091.630146,2263.570135,1512.450049,2057.545492 +163684,2296.429632,1089.647032,2243.124134,1545.874499,2060.565044 +163685,2295.050849,1087.476865,2228.676276,1533.247705,2058.919305 +163686,2293.68807,1085.381053,2218.809822,1539.101992,2058.215634 +163687,2292.471175,1083.275895,2211.966081,1545.172262,2057.252236 +163688,2292.234036,1081.167642,2207.004238,1532.709405,2056.483447 +163689,2287.663111,1079.054298,2203.198883,1547.336143,2055.686838 +163690,2293.204003,1076.934452,2200.094457,1544.675231,2054.905694 +163691,2280.559065,1074.805525,2199.224151,1546.989407,2054.147361 +163692,2292.514729,1072.673275,2195.890888,1548.922493,2053.371975 +163693,2277.273927,1070.527024,2193.328727,1550.742154,2052.62197 +163694,2285.690772,1068.372616,2192.850395,1552.555358,2051.886581 +163695,2280.362288,1066.213332,2189.770798,1554.355138,2051.109868 +163696,2279.816816,1064.037311,2189.139124,1556.163132,2050.410706 +163697,2278.24095,1061.859416,2185.982295,1560.042714,2049.616774 +163698,2276.776774,1059.66542,2183.521004,1562.832774,2048.905358 +163699,2275.275239,1057.462485,2183.081163,1567.022931,2048.179623 +163700,2273.747972,1055.317695,2179.997884,1574.588767,2047.394055 +163701,2272.211125,1052.999844,2177.571839,1563.543843,2046.682131 +163702,2270.651093,1050.812781,2175.370294,1579.926552,2045.932491 +163703,2269.076101,1048.559106,2175.038063,1577.504988,2045.18526 +163704,2281.220395,1047.323582,2171.959326,1600.301277,2044.430715 +163705,2281.268355,1045.305041,2171.310415,1614.753602,2043.756764 +163706,2281.049801,1043.1704,2169.9582,1599.495122,2043.015874 +163707,2280.159957,1040.929766,2168.3767,1636.217396,2042.303131 +163708,2279.572632,1038.823726,2164.883138,1598.759755,2041.561605 +163709,2279.943041,1036.557058,2162.519929,1649.00851,2040.861464 +163710,2280.098557,1034.331822,2160.522315,1620.38921,2040.136621 +163711,2281.09031,1032.235411,2158.45413,1638.715171,2039.422166 +163712,2282.120986,1030.15813,2156.492761,1640.521905,2038.718083 +163713,2283.259159,1028.147256,2154.773048,1646.376957,2038.008482 +163714,2284.464308,1025.983396,2153.273249,1651.354972,2037.335958 +163715,2285.728672,1023.950708,2153.680215,1656.851611,2036.758326 +163716,2287.027485,1021.866147,2151.40135,1662.196581,2035.895498 +163717,2289.70741,1019.782377,2149.769698,1667.534406,2035.316495 +163718,2287.822808,1017.696602,2148.376646,1672.989196,2034.60981 +163719,2293.421135,1015.604119,2148.838414,1678.283279,2033.947674 +163720,2290.482219,1013.50937,2148.329065,1684.030691,2033.317246 +163721,2299.029212,1011.408793,2145.677358,1689.367738,2032.626556 +163722,2289.737661,1009.360898,2143.856477,1694.915131,2031.997201 +163723,2309.424919,1007.097301,2142.350181,1700.491038,2031.345934 +163724,2284.309389,1005.109557,2141.016496,1706.016387,2030.697799 +163725,2324.494689,1002.930905,2139.755023,1711.768749,2030.044446 +163726,2274.881075,1000.806533,2138.545989,1717.299411,2029.442237 +163727,2343.649043,998.6661047,2137.331314,1722.951559,2028.794315 +163728,2261.79647,996.5182374,2136.141315,1728.69315,2028.170712 +163729,2326.89289,994.3626841,2134.9783,1734.209981,2027.534325 +163730,2306.785337,992.2591606,2133.878853,1745.379336,2026.931067 +163731,2311.46145,990.0009352,2132.757912,1743.788449,2026.406843 +163732,2307.478017,987.8621418,2133.259419,1752.743133,2025.628506 +163733,2327.273582,985.6664943,2132.715179,1758.086052,2025.072391 +163734,2299.631215,983.4098696,2131.780083,1763.694487,2024.487707 +163735,2345.695659,981.2926865,2128.8918,1769.360314,2023.8464 +163736,2287.043483,979.0922495,2126.957933,1775.456565,2023.252541 +163737,2336.061143,976.7935498,2125.457154,1781.239154,2019.894127 +163738,2325.782742,974.6004709,2124.157036,1787.117493,2026.244891 +163739,2315.518752,972.348846,2123.000811,1792.84315,2024.942887 +163740,2350.112316,970.0958856,2121.939262,1798.999943,2002.255934 +163741,1765.012516,980.8934351,832.6427076,1413.080971,1971.388424 +163742,1882.692826,1076.674144,898.7324035,1515.182171,2082.131947 +163743,2023.480009,1108.119775,982.7662428,1635.534077,2209.3476 +163744,2127.891342,1094.006764,1051.837389,1720.490139,2299.539938 +163745,2184.855548,1098.033616,1097.51525,1760.571894,2343.846056 +163746,2214.508174,1096.875744,1128.092291,1775.609756,2364.334849 +163747,2231.366695,1095.0838,1150.488659,1780.85869,2374.526774 +163748,2242.624822,1093.336692,1168.124169,1783.33431,2380.770272 +163749,2251.279065,1091.452587,1182.682939,1785.644121,2385.146762 +163750,2258.471433,1089.532722,1194.973898,1788.346268,2388.740533 +163751,2264.589498,1087.577617,1205.414835,1791.311245,2391.811905 +163752,2269.894059,1085.594588,1214.327556,1794.414969,2394.530689 +163753,2274.562637,1083.589858,1221.963206,1797.588947,2396.989003 +163754,2278.699792,1081.56621,1228.512775,1800.786837,2399.211553 +163755,2282.398897,1079.595426,1234.141213,1803.995843,2401.225858 +163756,2285.738204,1077.439348,1238.988605,1807.212473,2403.058546 +163757,2288.781038,1075.423643,1243.172711,1810.433981,2404.733528 +163758,2291.578071,1073.33263,1246.7922,1813.657257,2406.271719 +163759,2294.169735,1071.241202,1249.929712,1816.8795,2407.691218 +163760,2296.588511,1069.137119,1252.654556,1820.09872,2409.007737 +163761,2298.860481,1067.021065,1255.02489,1823.313677,2410.234863 +163762,2301.006719,1064.823933,1257.089578,1826.523648,2411.384391 +163763,2303.044322,1062.783653,1258.88825,1829.728153,2412.466496 +163764,2304.987021,1060.577264,1260.457168,1832.926801,2413.489976 +163765,2306.845837,1058.419095,1261.824519,1836.119179,2414.462378 +163766,2308.629674,1056.234467,1263.016261,1839.304842,2415.390213 +163767,2310.345661,1054.034883,1264.051795,1842.483256,2416.279024 +163768,2311.999605,1051.819035,1264.949925,1845.653832,2417.133585 +163769,2313.596044,1049.653026,1265.724102,1848.815889,2417.957939 +163770,2315.138638,1047.304572,1266.388255,1851.968674,2418.755549 +163771,2316.63032,1045.406568,1266.951695,1855.111339,2419.529319 +163772,2318.001424,1043.499161,1267.436883,1857.973419,2420.280112 +163773,2319.208671,1041.627893,1267.861014,1860.398074,2421.010398 +163774,2320.246116,1039.772854,1268.233634,1862.380428,2421.722622 +163775,2321.1272,1037.930294,1268.55973,1863.98835,2422.418609 +163776,2321.869628,1036.097899,1268.842476,1865.297053,2423.09968 +163777,2322.4553,1034.274347,1269.068175,1866.336376,2423.730777 +163778,2322.927635,1032.458415,1269.254454,1867.168548,2424.346301 +163779,2323.32225,1030.649373,1269.416365,1867.837775,2424.975183 +163780,2323.631098,1028.846404,1269.548703,1868.346665,2425.601842 +163781,2323.853869,1027.048951,1269.650467,1868.701085,2426.220293 +163782,2323.993081,1025.256347,1269.722206,1868.908035,2426.828328 +163783,2324.052092,1023.468183,1269.764996,1868.974473,2427.42521 +163784,2324.034325,1021.683893,1269.780045,1868.906644,2428.010754 +163785,2323.942843,1019.903057,1269.768532,1868.709854,2428.58493 +163786,2323.780332,1018.125425,1269.731567,1868.38853,2429.147733 +163787,2323.54912,1016.35062,1269.670172,1867.94638,2429.699128 +163788,2323.251216,1014.595444,1269.585297,1867.386572,2430.239061 +163789,2322.899517,1012.829768,1269.4785,1866.737082,2430.767453 +163790,2322.492392,1011.064216,1269.350445,1865.990932,2431.284233 +163791,2322.025541,1009.300008,1269.201573,1865.136319,2431.789297 +163792,2321.496903,1007.537161,1269.032407,1864.168236,2432.282523 +163793,2320.939851,1005.775704,1268.85984,1863.114111,2432.799735 +163794,2320.32383,1004.015488,1268.669295,1861.951293,2433.307064 +163795,2319.62381,1002.256494,1268.448659,1860.661906,2433.776126 +163796,2318.856311,1000.498492,1268.205839,1859.261591,2434.222989 +163797,2318.028636,998.7415342,1267.944256,1857.758112,2434.653911 +163798,2317.144152,996.9854226,1267.665545,1856.155332,2435.07127 +163799,2316.204529,995.2302123,1267.370611,1854.45523,2435.475856 +163800,2315.210662,993.4757283,1267.060072,1852.659013,2435.867856 +163801,0,0,0,0,0 +163802,0,0,0,0,0 +163803,0,0,0,0,0 +163804,0,0,0,0,0 +163805,0,0,0,0,0 +163806,0,0,0,0,0 +163807,0,0,0,0,0 +163808,0,0,0,0,0 +163809,0,0,0,0,0 +163810,0,0,0,0,0 +163811,0,0,0,0,0 +163812,0,0,0,0,0 +163813,0,0,0,0,0 +163814,0,0,0,0,0 +163815,0,0,0,0,0 +163816,0,0,0,0,0 +163817,0,0,0,0,0 +163818,0,0,0,0,0 +163819,0,0,0,0,0 +163820,0,0,0,0,0 +163821,0,0,0,0,0 +163822,0,0,0,0,0 +163823,0,0,0,0,0 +163824,0,0,0,0,0 +163825,0,0,0,0,0 +163826,0,0,0,0,0 +163827,0,0,0,0,0 +163828,0,0,0,0,0 +163829,0,0,0,0,0 +163830,0,0,0,0,0 +163831,0,0,0,0,0 +163832,0,0,0,0,0 +163833,0,0,0,0,0 +163834,0,0,0,0,0 +163835,0,0,0,0,0 +163836,0,0,0,0,0 +163837,0,0,0,0,0 +163838,0,0,0,0,0 +163839,0,0,0,0,0 +163840,0,0,0,0,0 +163841,0,0,0,0,0 +163842,0,0,0,0,0 +163843,0,0,0,0,0 +163844,0,0,0,0,0 +163845,0,0,0,0,0 +163846,0,0,0,0,0 +163847,0,0,0,0,0 +163848,0,0,0,0,0 +163849,0,0,0,0,0 +163850,0,0,0,0,0 +163851,0,0,0,0,0 +163852,0,0,0,0,0 +163853,0,0,0,0,0 +163854,0,0,0,0,0 +163855,0,0,0,0,0 +163856,0,0,0,0,0 +163857,0,0,0,0,0 +163858,0,0,0,0,0 +163859,0,0,0,0,0 +163860,0,0,0,0,0 +163861,0,0,0,0,0 +163862,0,0,0,0,0 +163863,0,0,0,0,0 +163864,0,0,0,0,0 +163865,0,0,0,0,0 +163866,0,0,0,0,0 +163867,0,0,0,0,0 +163868,0,0,0,0,0 +163869,0,0,0,0,0 +163870,0,0,0,0,0 +163871,0,0,0,0,0 +163872,0,0,0,0,0 +163873,0,0,0,0,0 +163874,0,0,0,0,0 +163875,0,0,0,0,0 +163876,0,0,0,0,0 +163877,0,0,0,0,0 +163878,0,0,0,0,0 +163879,0,0,0,0,0 +163880,0,0,0,0,0 +163881,0,0,0,0,0 +163882,0,0,0,0,0 +163883,0,0,0,0,0 +163884,0,0,0,0,0 +163885,0,0,0,0,0 +163886,0,0,0,0,0 +163887,0,0,0,0,0 +163888,0,0,0,0,0 +163889,0,0,0,0,0 +163890,0,0,0,0,0 +163891,0,0,0,0,0 +163892,0,0,0,0,0 +163893,0,0,0,0,0 +163894,0,0,0,0,0 +163895,0,0,0,0,0 +163896,0,0,0,0,0 +163897,0,0,0,0,0 +163898,0,0,0,0,0 +163899,0,0,0,0,0 +163900,0,0,0,0,0 +163901,0,0,0,0,0 +163902,0,0,0,0,0 +163903,0,0,0,0,0 +163904,0,0,0,0,0 +163905,0,0,0,0,0 +163906,0,0,0,0,0 +163907,0,0,0,0,0 +163908,0,0,0,0,0 +163909,0,0,0,0,0 +163910,0,0,0,0,0 +163911,0,0,0,0,0 +163912,0,0,0,0,0 +163913,0,0,0,0,0 +163914,0,0,0,0,0 +163915,0,0,0,0,0 +163916,0,0,0,0,0 +163917,0,0,0,0,0 +163918,0,0,0,0,0 +163919,0,0,0,0,0 +163920,0,0,0,0,0 +163921,0,0,0,0,0 +163922,0,0,0,0,0 +163923,0,0,0,0,0 +163924,0,0,0,0,0 +163925,0,0,0,0,0 +163926,0,0,0,0,0 +163927,0,0,0,0,0 +163928,0,0,0,0,0 +163929,0,0,0,0,0 +163930,0,0,0,0,0 +163931,0,0,0,0,0 +163932,0,0,0,0,0 +163933,0,0,0,0,0 +163934,0,0,0,0,0 +163935,0,0,0,0,0 +163936,0,0,0,0,0 +163937,0,0,0,0,0 +163938,0,0,0,0,0 +163939,0,0,0,0,0 +163940,0,0,0,0,0 +163941,0,0,0,0,0 +163942,0,0,0,0,0 +163943,0,0,0,0,0 +163944,0,0,0,0,0 +163945,0,0,0,0,0 +163946,0,0,0,0,0 +163947,0,0,0,0,0 +163948,0,0,0,0,0 +163949,0,0,0,0,0 +163950,0,0,0,0,0 +163951,0,0,0,0,0 +163952,0,0,0,0,0 +163953,0,0,0,0,0 +163954,0,0,0,0,0 +163955,0,0,0,0,0 +163956,0,0,0,0,0 +163957,0,0,0,0,0 +163958,0,0,0,0,0 +163959,0,0,0,0,0 +163960,0,0,0,0,0 +163961,0,0,0,0,0 +163962,0,0,0,0,0 +163963,0,0,0,0,0 +163964,0,0,0,0,0 +163965,0,0,0,0,0 +163966,0,0,0,0,0 +163967,0,0,0,0,0 +163968,0,0,0,0,0 +163969,0,0,0,0,0 +163970,0,0,0,0,0 +163971,0,0,0,0,0 +163972,0,0,0,0,0 +163973,0,0,0,0,0 +163974,0,0,0,0,0 +163975,0,0,0,0,0 +163976,0,0,0,0,0 +163977,0,0,0,0,0 +163978,0,0,0,0,0 +163979,0,0,0,0,0 +163980,0,0,0,0,0 +163981,0,0,0,0,0 +163982,0,0,0,0,0 +163983,0,0,0,0,0 +163984,0,0,0,0,0 +163985,0,0,0,0,0 +163986,0,0,0,0,0 +163987,0,0,0,0,0 +163988,0,0,0,0,0 +163989,0,0,0,0,0 +163990,0,0,0,0,0 +163991,0,0,0,0,0 +163992,0,0,0,0,0 +163993,0,0,0,0,0 +163994,0,0,0,0,0 +163995,0,0,0,0,0 +163996,0,0,0,0,0 +163997,0,0,0,0,0 +163998,0,0,0,0,0 +163999,0,0,0,0,0 +164000,0,0,0,0,0 +164001,0,0,0,0,0 +164002,0,0,0,0,0 +164003,0,0,0,0,0 +164004,0,0,0,0,0 +164005,0,0,0,0,0 +164006,0,0,0,0,0 +164007,0,0,0,0,0 +164008,0,0,0,0,0 +164009,0,0,0,0,0 +164010,0,0,0,0,0 +164011,0,0,0,0,0 +164012,0,0,0,0,0 +164013,0,0,0,0,0 +164014,0,0,0,0,0 +164015,0,0,0,0,0 +164016,0,0,0,0,0 +164017,0,0,0,0,0 +164018,0,0,0,0,0 +164019,0,0,0,0,0 +164020,0,0,0,0,0 +164021,0,0,0,0,0 +164022,0,0,0,0,0 +164023,0,0,0,0,0 +164024,0,0,0,0,0 +164025,0,0,0,0,0 +164026,0,0,0,0,0 +164027,0,0,0,0,0 +164028,0,0,0,0,0 +164029,0,0,0,0,0 +164030,0,0,0,0,0 +164031,0,0,0,0,0 +164032,0,0,0,0,0 +164033,0,0,0,0,0 +164034,0,0,0,0,0 +164035,0,0,0,0,0 +164036,0,0,0,0,0 +164037,0,0,0,0,0 +164038,0,0,0,0,0 +164039,0,0,0,0,0 +164040,0,0,0,0,0 +164041,0,0,0,0,0 +164042,0,0,0,0,0 +164043,0,0,0,0,0 +164044,0,0,0,0,0 +164045,0,0,0,0,0 +164046,0,0,0,0,0 +164047,0,0,0,0,0 +164048,0,0,0,0,0 +164049,0,0,0,0,0 +164050,0,0,0,0,0 +164051,0,0,0,0,0 +164052,0,0,0,0,0 +164053,0,0,0,0,0 +164054,0,0,0,0,0 +164055,0,0,0,0,0 +164056,0,0,0,0,0 +164057,0,0,0,0,0 +164058,0,0,0,0,0 +164059,0,0,0,0,0 +164060,0,0,0,0,0 +164061,0,0,0,0,0 +164062,0,0,0,0,0 +164063,0,0,0,0,0 +164064,0,0,0,0,0 +164065,0,0,0,0,0 +164066,0,0,0,0,0 +164067,0,0,0,0,0 +164068,0,0,0,0,0 +164069,0,0,0,0,0 +164070,0,0,0,0,0 +164071,0,0,0,0,0 +164072,0,0,0,0,0 +164073,0,0,0,0,0 +164074,0,0,0,0,0 +164075,0,0,0,0,0 +164076,0,0,0,0,0 +164077,0,0,0,0,0 +164078,0,0,0,0,0 +164079,0,0,0,0,0 +164080,0,0,0,0,0 +164081,0,0,0,0,0 +164082,0,0,0,0,0 +164083,0,0,0,0,0 +164084,0,0,0,0,0 +164085,0,0,0,0,0 +164086,0,0,0,0,0 +164087,0,0,0,0,0 +164088,0,0,0,0,0 +164089,0,0,0,0,0 +164090,0,0,0,0,0 +164091,0,0,0,0,0 +164092,0,0,0,0,0 +164093,0,0,0,0,0 +164094,0,0,0,0,0 +164095,0,0,0,0,0 +164096,0,0,0,0,0 +164097,0,0,0,0,0 +164098,0,0,0,0,0 +164099,0,0,0,0,0 +164100,0,0,0,0,0 +164101,0,0,0,0,0 +164102,0,0,0,0,0 +164103,0,0,0,0,0 +164104,0,0,0,0,0 +164105,0,0,0,0,0 +164106,0,0,0,0,0 +164107,0,0,0,0,0 +164108,0,0,0,0,0 +164109,0,0,0,0,0 +164110,0,0,0,0,0 +164111,0,0,0,0,0 +164112,0,0,0,0,0 +164113,0,0,0,0,0 +164114,0,0,0,0,0 +164115,0,0,0,0,0 +164116,0,0,0,0,0 +164117,0,0,0,0,0 +164118,0,0,0,0,0 +164119,0,0,0,0,0 +164120,0,0,0,0,0 +164121,0,0,0,0,0 +164122,0,0,0,0,0 +164123,0,0,0,0,0 +164124,0,0,0,0,0 +164125,0,0,0,0,0 +164126,0,0,0,0,0 +164127,0,0,0,0,0 +164128,0,0,0,0,0 +164129,0,0,0,0,0 +164130,0,0,0,0,0 +164131,0,0,0,0,0 +164132,0,0,0,0,0 +164133,0,0,0,0,0 +164134,0,0,0,0,0 +164135,0,0,0,0,0 +164136,0,0,0,0,0 +164137,0,0,0,0,0 +164138,0,0,0,0,0 +164139,0,0,0,0,0 +164140,0,0,0,0,0 +164141,0,0,0,0,0 +164142,0,0,0,0,0 +164143,0,0,0,0,0 +164144,0,0,0,0,0 +164145,0,0,0,0,0 +164146,0,0,0,0,0 +164147,0,0,0,0,0 +164148,0,0,0,0,0 +164149,0,0,0,0,0 +164150,0,0,0,0,0 +164151,0,0,0,0,0 +164152,0,0,0,0,0 +164153,0,0,0,0,0 +164154,0,0,0,0,0 +164155,0,0,0,0,0 +164156,0,0,0,0,0 +164157,0,0,0,0,0 +164158,0,0,0,0,0 +164159,0,0,0,0,0 +164160,0,0,0,0,0 +164161,0,0,0,0,0 +164162,0,0,0,0,0 +164163,0,0,0,0,0 +164164,0,0,0,0,0 +164165,0,0,0,0,0 +164166,0,0,0,0,0 +164167,0,0,0,0,0 +164168,0,0,0,0,0 +164169,0,0,0,0,0 +164170,0,0,0,0,0 +164171,0,0,0,0,0 +164172,0,0,0,0,0 +164173,0,0,0,0,0 +164174,0,0,0,0,0 +164175,0,0,0,0,0 +164176,0,0,0,0,0 +164177,0,0,0,0,0 +164178,0,0,0,0,0 +164179,0,0,0,0,0 +164180,0,0,0,0,0 +164181,0,0,0,0,0 +164182,0,0,0,0,0 +164183,0,0,0,0,0 +164184,0,0,0,0,0 +164185,0,0,0,0,0 +164186,0,0,0,0,0 +164187,0,0,0,0,0 +164188,0,0,0,0,0 +164189,0,0,0,0,0 +164190,0,0,0,0,0 +164191,0,0,0,0,0 +164192,0,0,0,0,0 +164193,0,0,0,0,0 +164194,0,0,0,0,0 +164195,0,0,0,0,0 +164196,0,0,0,0,0 +164197,0,0,0,0,0 +164198,0,0,0,0,0 +164199,0,0,0,0,0 +164200,0,0,0,0,0 +164201,0,0,0,0,0 +164202,0,0,0,0,0 +164203,0,0,0,0,0 +164204,0,0,0,0,0 +164205,0,0,0,0,0 +164206,0,0,0,0,0 +164207,0,0,0,0,0 +164208,0,0,0,0,0 +164209,0,0,0,0,0 +164210,0,0,0,0,0 +164211,0,0,0,0,0 +164212,0,0,0,0,0 +164213,0,0,0,0,0 +164214,0,0,0,0,0 +164215,0,0,0,0,0 +164216,0,0,0,0,0 +164217,0,0,0,0,0 +164218,0,0,0,0,0 +164219,0,0,0,0,0 +164220,0,0,0,0,0 +164221,0,0,0,0,0 +164222,0,0,0,0,0 +164223,0,0,0,0,0 +164224,0,0,0,0,0 +164225,0,0,0,0,0 +164226,0,0,0,0,0 +164227,0,0,0,0,0 +164228,0,0,0,0,0 +164229,0,0,0,0,0 +164230,0,0,0,0,0 +164231,0,0,0,0,0 +164232,0,0,0,0,0 +164233,0,0,0,0,0 +164234,0,0,0,0,0 +164235,0,0,0,0,0 +164236,0,0,0,0,0 +164237,0,0,0,0,0 +164238,0,0,0,0,0 +164239,0,0,0,0,0 +164240,0,0,0,0,0 +164241,0,0,0,0,0 +164242,0,0,0,0,0 +164243,0,0,0,0,0 +164244,0,0,0,0,0 +164245,0,0,0,0,0 +164246,0,0,0,0,0 +164247,0,0,0,0,0 +164248,0,0,0,0,0 +164249,0,0,0,0,0 +164250,0,0,0,0,0 +164251,0,0,0,0,0 +164252,0,0,0,0,0 +164253,0,0,0,0,0 +164254,0,0,0,0,0 +164255,0,0,0,0,0 +164256,0,0,0,0,0 +164257,0,0,0,0,0 +164258,0,0,0,0,0 +164259,0,0,0,0,0 +164260,0,0,0,0,0 +164261,0,0,0,0,0 +164262,0,0,0,0,0 +164263,0,0,0,0,0 +164264,0,0,0,0,0 +164265,0,0,0,0,0 +164266,0,0,0,0,0 +164267,0,0,0,0,0 +164268,0,0,0,0,0 +164269,0,0,0,0,0 +164270,0,0,0,0,0 +164271,0,0,0,0,0 +164272,0,0,0,0,0 +164273,0,0,0,0,0 +164274,0,0,0,0,0 +164275,0,0,0,0,0 +164276,0,0,0,0,0 +164277,0,0,0,0,0 +164278,0,0,0,0,0 +164279,0,0,0,0,0 +164280,0,0,0,0,0 +164281,0,0,0,0,0 +164282,0,0,0,0,0 +164283,0,0,0,0,0 +164284,0,0,0,0,0 +164285,0,0,0,0,0 +164286,0,0,0,0,0 +164287,0,0,0,0,0 +164288,0,0,0,0,0 +164289,0,0,0,0,0 +164290,0,0,0,0,0 +164291,0,0,0,0,0 +164292,0,0,0,0,0 +164293,0,0,0,0,0 +164294,0,0,0,0,0 +164295,0,0,0,0,0 +164296,0,0,0,0,0 +164297,0,0,0,0,0 +164298,0,0,0,0,0 +164299,0,0,0,0,0 +164300,0,0,0,0,0 +164301,0,0,0,0,0 +164302,0,0,0,0,0 +164303,0,0,0,0,0 +164304,0,0,0,0,0 +164305,0,0,0,0,0 +164306,0,0,0,0,0 +164307,0,0,0,0,0 +164308,0,0,0,0,0 +164309,0,0,0,0,0 +164310,0,0,0,0,0 +164311,0,0,0,0,0 +164312,0,0,0,0,0 +164313,0,0,0,0,0 +164314,0,0,0,0,0 +164315,0,0,0,0,0 +164316,0,0,0,0,0 +164317,0,0,0,0,0 +164318,0,0,0,0,0 +164319,0,0,0,0,0 +164320,0,0,0,0,0 +164321,0,0,0,0,0 +164322,0,0,0,0,0 +164323,0,0,0,0,0 +164324,0,0,0,0,0 +164325,0,0,0,0,0 +164326,0,0,0,0,0 +164327,0,0,0,0,0 +164328,0,0,0,0,0 +164329,0,0,0,0,0 +164330,0,0,0,0,0 +164331,0,0,0,0,0 +164332,0,0,0,0,0 +164333,0,0,0,0,0 +164334,0,0,0,0,0 +164335,0,0,0,0,0 +164336,0,0,0,0,0 +164337,0,0,0,0,0 +164338,0,0,0,0,0 +164339,0,0,0,0,0 +164340,0,0,0,0,0 +164341,0,0,0,0,0 +164342,0,0,0,0,0 +164343,0,0,0,0,0 +164344,0,0,0,0,0 +164345,0,0,0,0,0 +164346,0,0,0,0,0 +164347,0,0,0,0,0 +164348,0,0,0,0,0 +164349,0,0,0,0,0 +164350,0,0,0,0,0 +164351,0,0,0,0,0 +164352,0,0,0,0,0 +164353,0,0,0,0,0 +164354,0,0,0,0,0 +164355,0,0,0,0,0 +164356,0,0,0,0,0 +164357,0,0,0,0,0 +164358,0,0,0,0,0 +164359,0,0,0,0,0 +164360,0,0,0,0,0 +164361,0,0,0,0,0 +164362,0,0,0,0,0 +164363,0,0,0,0,0 +164364,0,0,0,0,0 +164365,0,0,0,0,0 +164366,0,0,0,0,0 +164367,0,0,0,0,0 +164368,0,0,0,0,0 +164369,0,0,0,0,0 +164370,0,0,0,0,0 +164371,0,0,0,0,0 +164372,0,0,0,0,0 +164373,0,0,0,0,0 +164374,0,0,0,0,0 +164375,0,0,0,0,0 +164376,0,0,0,0,0 +164377,0,0,0,0,0 +164378,0,0,0,0,0 +164379,0,0,0,0,0 +164380,0,0,0,0,0 +164381,0,0,0,0,0 +164382,0,0,0,0,0 +164383,0,0,0,0,0 +164384,0,0,0,0,0 +164385,0,0,0,0,0 +164386,0,0,0,0,0 +164387,0,0,0,0,0 +164388,0,0,0,0,0 +164389,0,0,0,0,0 +164390,0,0,0,0,0 +164391,0,0,0,0,0 +164392,0,0,0,0,0 +164393,0,0,0,0,0 +164394,0,0,0,0,0 +164395,0,0,0,0,0 +164396,0,0,0,0,0 +164397,0,0,0,0,0 +164398,0,0,0,0,0 +164399,0,0,0,0,0 +164400,0,0,0,0,0 +164401,0,0,0,0,0 +164402,0,0,0,0,0 +164403,0,0,0,0,0 +164404,0,0,0,0,0 +164405,0,0,0,0,0 +164406,0,0,0,0,0 +164407,0,0,0,0,0 +164408,0,0,0,0,0 +164409,0,0,0,0,0 +164410,0,0,0,0,0 +164411,0,0,0,0,0 +164412,0,0,0,0,0 +164413,0,0,0,0,0 +164414,0,0,0,0,0 +164415,0,0,0,0,0 +164416,0,0,0,0,0 +164417,0,0,0,0,0 +164418,0,0,0,0,0 +164419,0,0,0,0,0 +164420,0,0,0,0,0 +164421,0,0,0,0,0 +164422,0,0,0,0,0 +164423,0,0,0,0,0 +164424,0,0,0,0,0 +164425,0,0,0,0,0 +164426,0,0,0,0,0 +164427,0,0,0,0,0 +164428,0,0,0,0,0 +164429,0,0,0,0,0 +164430,0,0,0,0,0 +164431,0,0,0,0,0 +164432,0,0,0,0,0 +164433,0,0,0,0,0 +164434,0,0,0,0,0 +164435,0,0,0,0,0 +164436,0,0,0,0,0 +164437,0,0,0,0,0 +164438,0,0,0,0,0 +164439,0,0,0,0,0 +164440,0,0,0,0,0 +164441,0,0,0,0,0 +164442,0,0,0,0,0 +164443,0,0,0,0,0 +164444,0,0,0,0,0 +164445,0,0,0,0,0 +164446,0,0,0,0,0 +164447,0,0,0,0,0 +164448,0,0,0,0,0 +164449,0,0,0,0,0 +164450,0,0,0,0,0 +164451,0,0,0,0,0 +164452,0,0,0,0,0 +164453,0,0,0,0,0 +164454,0,0,0,0,0 +164455,0,0,0,0,0 +164456,0,0,0,0,0 +164457,0,0,0,0,0 +164458,0,0,0,0,0 +164459,0,0,0,0,0 +164460,0,0,0,0,0 +164461,0,0,0,0,0 +164462,0,0,0,0,0 +164463,0,0,0,0,0 +164464,0,0,0,0,0 +164465,0,0,0,0,0 +164466,0,0,0,0,0 +164467,0,0,0,0,0 +164468,0,0,0,0,0 +164469,0,0,0,0,0 +164470,0,0,0,0,0 +164471,0,0,0,0,0 +164472,0,0,0,0,0 +164473,0,0,0,0,0 +164474,0,0,0,0,0 +164475,0,0,0,0,0 +164476,0,0,0,0,0 +164477,0,0,0,0,0 +164478,0,0,0,0,0 +164479,0,0,0,0,0 +164480,0,0,0,0,0 +164481,0,0,0,0,0 +164482,0,0,0,0,0 +164483,0,0,0,0,0 +164484,0,0,0,0,0 +164485,0,0,0,0,0 +164486,0,0,0,0,0 +164487,0,0,0,0,0 +164488,0,0,0,0,0 +164489,0,0,0,0,0 +164490,0,0,0,0,0 +164491,0,0,0,0,0 +164492,0,0,0,0,0 +164493,0,0,0,0,0 +164494,0,0,0,0,0 +164495,0,0,0,0,0 +164496,0,0,0,0,0 +164497,0,0,0,0,0 +164498,0,0,0,0,0 +164499,0,0,0,0,0 +164500,0,0,0,0,0 +164501,0,0,0,0,0 +164502,0,0,0,0,0 +164503,0,0,0,0,0 +164504,0,0,0,0,0 +164505,0,0,0,0,0 +164506,0,0,0,0,0 +164507,0,0,0,0,0 +164508,0,0,0,0,0 +164509,0,0,0,0,0 +164510,0,0,0,0,0 +164511,0,0,0,0,0 +164512,0,0,0,0,0 +164513,0,0,0,0,0 +164514,0,0,0,0,0 +164515,0,0,0,0,0 +164516,0,0,0,0,0 +164517,0,0,0,0,0 +164518,0,0,0,0,0 +164519,0,0,0,0,0 +164520,0,0,0,0,0 +164521,0,0,0,0,0 +164522,0,0,0,0,0 +164523,0,0,0,0,0 +164524,0,0,0,0,0 +164525,0,0,0,0,0 +164526,0,0,0,0,0 +164527,0,0,0,0,0 +164528,0,0,0,0,0 +164529,0,0,0,0,0 +164530,0,0,0,0,0 +164531,0,0,0,0,0 +164532,0,0,0,0,0 +164533,0,0,0,0,0 +164534,0,0,0,0,0 +164535,0,0,0,0,0 +164536,0,0,0,0,0 +164537,0,0,0,0,0 +164538,0,0,0,0,0 +164539,0,0,0,0,0 +164540,0,0,0,0,0 +164541,0,0,0,0,0 +164542,0,0,0,0,0 +164543,0,0,0,0,0 +164544,0,0,0,0,0 +164545,0,0,0,0,0 +164546,0,0,0,0,0 +164547,0,0,0,0,0 +164548,0,0,0,0,0 +164549,0,0,0,0,0 +164550,0,0,0,0,0 +164551,0,0,0,0,0 +164552,0,0,0,0,0 +164553,0,0,0,0,0 +164554,0,0,0,0,0 +164555,0,0,0,0,0 +164556,0,0,0,0,0 +164557,0,0,0,0,0 +164558,0,0,0,0,0 +164559,0,0,0,0,0 +164560,0,0,0,0,0 +164561,0,0,0,0,0 +164562,0,0,0,0,0 +164563,0,0,0,0,0 +164564,0,0,0,0,0 +164565,0,0,0,0,0 +164566,0,0,0,0,0 +164567,0,0,0,0,0 +164568,0,0,0,0,0 +164569,0,0,0,0,0 +164570,0,0,0,0,0 +164571,0,0,0,0,0 +164572,0,0,0,0,0 +164573,0,0,0,0,0 +164574,0,0,0,0,0 +164575,0,0,0,0,0 +164576,0,0,0,0,0 +164577,0,0,0,0,0 +164578,0,0,0,0,0 +164579,0,0,0,0,0 +164580,0,0,0,0,0 +164581,-214.8776907,41.04819063,35.10575466,-92.28804629,-480.6681023 +164582,230.3964118,243.5276998,479.5611025,110.1345093,329.0284231 +164583,229.1955885,241.5483366,475.0712064,109.3968045,328.24485 +164584,223.6335588,237.5107747,466.0505541,106.6021121,319.6036355 +164585,217.118497,233.613805,456.8823204,103.4202675,-134.9464216 +164586,211.3102461,230.6836022,449.3310555,100.6456991,130.8642456 +164587,206.5593084,228.7485002,443.5679554,98.42146939,71.72757373 +164588,202.7002986,227.5981524,439.2514391,96.65221054,65.55968379 +164589,199.5143715,227.036604,436.0361901,95.21478223,65.55161483 +164590,196.8403991,226.9340065,433.6891451,94.02940312,65.95592551 +164591,194.588958,227.2083452,432.0626377,93.04757966,65.74576351 +164592,192.6965843,227.8019019,431.0522874,92.2377203,66.28825534 +164593,191.1222206,228.6684695,430.5734066,91.57586102,66.21569607 +164594,189.8266674,229.7687649,430.5525846,91.04182826,67.58195145 +164595,188.774165,231.0692533,430.925799,90.6182132,67.28920176 +164596,187.933815,232.5416533,431.6378657,90.29013205,68.43422302 +164597,187.2795251,234.1623656,432.6417226,90.04504139,68.60480575 +164598,186.7892609,235.9117566,433.8973602,89.87242844,69.52518362 +164599,186.4443323,237.7734892,435.3707746,89.76349876,70.50153999 +164600,186.3626839,239.8905059,437.3143908,89.76358877,71.52736114 +164601,186.4849158,242.1943821,439.6006818,89.84816345,71.90645549 +164602,186.7332485,244.5992239,442.072312,89.98568822,73.034209 +164603,187.0632697,247.0584221,444.6423226,90.15811929,74.21236724 +164604,187.4575275,249.5559716,447.2781916,90.35831905,74.73768298 +164605,187.910422,252.0888266,449.9705776,90.58398079,76.70754363 +164606,188.4192777,254.6567648,452.7155104,90.83401243,76.966741 +164607,188.9814291,257.2591466,455.5087211,91.1073446,78.67211757 +164608,189.5939101,259.8946829,458.3451933,91.40279301,80.06741219 +164609,190.2538164,262.5618916,461.2199177,91.7192001,80.79591864 +164610,190.9585059,265.2593805,464.1283363,92.05551146,82.62208023 +164611,191.7056763,267.9859421,467.0664744,92.41080626,84.13207415 +164612,192.488833,270.7174088,469.9974114,92.7821148,85.32105179 +164613,193.3031697,273.4378447,472.8967669,93.1672684,86.89910739 +164614,194.1462333,276.1428878,475.7572712,93.56522429,88.51219741 +164615,195.0168938,278.8341664,478.5804907,93.97556311,90.15710954 +164616,195.9144412,281.5147911,481.3702434,94.39804957,91.83197691 +164617,196.8382479,409.0181316,484.1299551,94.83246696,93.18203839 +164618,197.7876428,369.8680603,486.8621505,95.27855989,95.27546427 +164619,198.7619712,391.5736175,489.5687268,95.7360643,97.04034791 +164620,199.7605273,407.2674651,492.2511218,96.20468078,98.82992468 +164621,200.7825933,419.8793705,494.9104791,96.6840947,100.6452761 +164622,201.8274452,432.2185392,497.547708,97.17398182,102.4867734 +164623,202.8944117,444.3778246,500.1635669,97.67403701,104.7101903 +164624,203.9828642,456.2785791,502.7586741,98.18397215,106.2399043 +164625,205.0922352,468.512475,505.3335459,98.70352536,108.1530441 +164626,206.221975,480.2576961,507.888575,99.23244285,110.8069022 +164627,207.3715658,491.9510281,510.424062,99.77048529,112.0438281 +164628,208.5404945,503.7757533,512.9402051,100.3174159,114.559308 +164629,209.7282755,515.319121,515.4371362,100.8730108,116.3775943 +164630,210.9344181,526.8193815,517.9149011,101.4370438,118.75379 +164631,212.1584617,538.1193983,520.3735039,102.0093026,120.6078286 +164632,213.3999345,549.8256107,522.8128757,102.5895697,122.8401768 +164633,214.6583981,560.6021145,525.2329262,103.1776422,124.9107973 +164634,215.933408,572.1751463,527.6335119,103.7733145,127.3580783 +164635,217.2245476,583.0018056,530.0144755,104.3763929,129.0991059 +164636,218.5313974,594.4855149,532.3756207,104.9866821,131.5790339 +164637,219.8535606,605.0862328,534.7167425,105.6039964,133.8933043 +164638,221.1906403,616.0077457,537.0376089,106.2281497,135.8589904 +164639,222.5422672,627.0919736,539.3379913,106.8589676,138.3810777 +164640,223.9080661,637.7553357,541.6176353,107.4962728,140.194282 +164641,225.4199342,1074.0519,544.0049698,108.2000112,277.7266448 +164642,245.8620487,1097.482893,564.2407644,117.6675386,310.4125032 +164643,276.2216923,1117.456032,593.8267935,131.5948797,360.9485881 +164644,307.1506598,1135.482385,1947.638789,145.5955538,413.9377159 +164645,334.6285983,1152.499267,1211.265686,157.8321442,462.4751643 +164646,358.1558212,1174.10952,1416.991426,168.1332223,505.3252397 +164647,378.4406875,1193.906923,1459.590137,176.8837815,543.2754991 +164648,396.2473126,1213.414529,1481.866601,184.477408,577.3049414 +164649,412.1107813,1232.203164,1503.156925,191.1856782,608.1085017 +164650,426.3776555,1251.807963,1523.8389,197.1825487,636.134155 +164651,439.2936424,1270.12909,1543.73975,202.5894692,661.7033635 +164652,451.0561827,1288.822275,1563.303011,207.5021863,685.084007 +164653,461.8344673,1306.940784,1582.05677,212.001132,706.516533 +164654,471.7746767,1325.162979,1600.611166,216.1544164,726.2186777 +164655,481.0016937,1342.974721,1618.551336,220.0190314,744.3852614 +164656,489.6210445,1360.869961,1636.10642,223.6421115,761.1886649 +164657,497.7214518,1378.262845,1653.180448,227.0624278,776.7806477 +164658,505.377422,1395.752354,1670.002466,230.3118343,791.2946242 +164659,512.6515962,1413.102522,1686.300039,233.4165388,804.8479715 +164660,519.5966966,1430.025893,1702.286985,236.3981332,817.5440241 +164661,526.257149,1447.112506,1717.894297,239.274432,829.4738246 +164662,532.6704114,1463.859323,1733.144857,242.0601446,840.7176087 +164663,538.8681008,1480.457634,1753.235142,244.7674335,851.1044047 +164664,544.8769157,1497.124999,1764.794877,247.406361,860.7791845 +164665,550.7194644,1513.278833,1783.377281,249.9852816,869.9024144 +164666,556.4148724,1529.656448,1792.016471,252.5111248,878.5783995 +164667,561.979356,1545.612429,1783.876393,254.9896547,886.8686717 +164668,567.4266647,1561.728899,1830.134929,257.4256676,894.8145963 +164669,572.7685202,1577.38969,1827.399903,259.8231834,902.4500862 +164670,578.0149029,1593.049354,1843.376097,262.1855667,909.8054571 +164671,583.1743696,1608.001581,1855.09678,264.5156604,916.9081524 +164672,588.251122,1622.312987,1866.308535,266.8144305,923.7823627 +164673,593.2494046,1636.8014,1877.632467,269.082977,930.4493216 +164674,598.1741229,1650.867128,1888.540887,271.3228075,936.9274544 +164675,603.0302814,1664.746872,1898.731926,273.5355649,943.2329409 +164676,607.8224663,1680.969428,1909.190617,275.7227757,949.3798865 +164677,612.5547043,1698.066795,1919.113785,277.8857754,955.3807499 +164678,617.2304788,1706.802339,1928.908272,280.0257075,961.2464349 +164679,621.8528346,1728.020633,1938.21536,282.1435656,966.9866253 +164680,626.4244419,1731.651722,1947.636936,284.2402175,972.609814 +164681,626.8363937,1724.465994,1956.389918,284.4476716,970.648533 +164682,625.5522581,1770.206002,1965.421927,283.8868407,965.5798081 +164683,747.3605942,1766.626441,1973.600533,334.8580577,960.6674475 +164684,803.5795507,1782.359716,1982.154799,344.7001145,955.9452898 +164685,776.2821884,1794.928864,1989.971554,361.7054811,951.3935573 +164686,811.3399675,1806.883869,1998.020747,364.1975448,946.9783852 +164687,828.8462257,1819.0156,2005.47817,375.7576529,942.6694967 +164688,845.3406855,1830.632878,2012.90113,384.2134434,938.4433596 +164689,861.9770155,1842.573451,2020.112166,392.208094,934.2818711 +164690,878.063204,1853.911408,2027.115844,400.2936282,930.1704178 +164691,893.8066876,1865.288923,2033.752766,408.0167579,926.0968577 +164692,909.7525355,1876.728258,2040.542867,415.8526911,922.0508477 +164693,924.8630673,1887.649311,2046.718832,423.2868589,918.0236201 +164694,940.4550961,1898.77199,2064.97744,430.910378,914.0077031 +164695,955.2613173,1909.36246,2045.7857,438.0938551,909.9967852 +164696,970.1646698,1920.242807,2066.82278,445.614515,905.9855039 +164697,984.5621666,1930.801991,2071.964164,452.4066618,901.9693447 +164698,999.5588962,1941.095854,2075.448702,459.7023056,897.9444868 +164699,1012.974667,1951.438617,2081.346804,466.5342192,893.9077535 +164700,1027.739483,1961.569692,2086.82966,473.3840385,889.8564403 +164701,1261.145995,2067.228586,2321.510732,570.8036184,528.781828 +164702,1530.398224,2173.653468,2422.442175,694.0968503,543.4366531 +164703,1426.819665,2156.943734,2378.331977,646.9492792,1522.065183 +164704,1622.881596,2244.719559,2507.907989,737.2894155,2199.171765 +164705,1232.609969,2058.916433,2345.699435,561.1093665,1039.820649 +164706,1769.757751,2309.528307,2502.855305,804.9143515,2181.582745 +164707,1230.695001,2077.937388,2331.216804,561.3676682,1195.361747 +164708,1796.057889,2349.576625,2488.769002,818.0606437,2220.867647 +164709,1253.592879,2065.056053,2319.995367,572.9163051,1228.785681 +164710,1821.348975,2381.924185,2481.717586,830.1770759,2254.538277 +164711,1276.724992,2081.485962,2314.463784,585.1331493,1260.198634 +164712,1844.81764,2397.727025,2478.41706,841.5644352,2286.86027 +164713,1299.536132,2099.352962,2311.199374,596.6733048,1290.09608 +164714,1867.712858,2414.703289,2476.406668,852.7934555,2317.117362 +164715,1321.413359,2135.769647,2308.239037,607.7489568,1316.655527 +164716,1890.178494,2403.175879,2473.687944,863.843539,2362.052293 +164717,1342.99878,2146.748061,2305.108962,618.561049,1329.991419 +164718,1911.642652,2448.336298,2472.277125,874.4371119,2381.282744 +164719,1364.005153,2149.398218,2305.113222,629.0624393,1339.322697 +164720,1932.595017,2458.276747,2473.418378,884.8063607,2399.129349 +164721,1384.336361,2180.118567,2303.464189,639.1080484,1369.026006 +164722,1964.734082,2456.457908,2471.476555,895.0425701,2413.257125 +164723,1553.320755,2278.649484,2469.790522,724.5756607,1690.485889 +164724,1732.781495,2355.504003,2465.060838,793.0257722,1969.33599 +164725,1707.380684,2350.057577,2462.159583,787.3726248,1931.314383 +164726,1718.224614,2356.243746,2459.764,791.5775469,1939.362899 +164727,1727.616147,2363.145007,2458.252533,796.248203,1947.763085 +164728,1736.910507,2369.352916,2455.756052,800.790126,1956.209263 +164729,1746.008584,2376.010636,2454.734129,805.4024021,1964.438536 +164730,1755.28453,2389.300001,2454.563955,809.7420274,1972.543185 +164731,1763.840102,2377.746076,2454.584211,814.1201449,1980.568146 +164732,1772.502593,2404.612014,2454.773311,818.2923046,1988.21131 +164733,1780.870384,2395.297933,2455.187198,822.4386787,1996.054894 +164734,1789.347578,2404.711107,2455.454721,826.5181396,2003.612366 +164735,1797.524178,2409.248673,2455.648958,830.5358529,2010.935019 +164736,1805.666859,2414.121974,2457.582,834.4973569,2018.287414 +164737,1813.785708,2418.469396,2456.748388,838.4052461,2025.375646 +164738,1821.402691,2423.08149,2456.446623,842.1785748,2032.475357 +164739,1829.497201,2427.383492,2456.296542,846.0675819,2039.371305 +164740,1837.07189,2431.609936,2456.198083,849.7933048,2046.128277 +164741,1844.790776,2435.660719,2456.101525,853.4642124,2053.027468 +164742,1852.259053,2439.675304,2455.985497,857.0674063,2059.380865 +164743,1859.695738,2443.496073,2457.554807,860.7133969,2065.922221 +164744,1866.965261,2446.958396,2456.365381,864.2339495,2072.21729 +164745,1874.373496,2450.491788,2455.718284,867.7415206,2078.616587 +164746,1881.586433,2454.121484,2455.240615,871.1569083,2084.818624 +164747,1888.567339,2457.307275,2454.824999,874.6101765,2090.800223 +164748,1895.741718,2460.533077,2454.41527,877.979939,2096.98501 +164749,1902.607308,2463.598222,2453.988962,881.2395236,2102.754834 +164750,1909.465548,2466.481078,2453.533474,884.4956043,2108.475113 +164751,1916.163728,2469.329289,2453.044557,887.6841672,2114.391619 +164752,1923.103934,2472.000231,2452.521,890.9442266,2119.847459 +164753,1934.30304,2474.584772,2451.953576,894.0685553,2125.467389 +164754,1933.920182,2477.109064,2451.355656,897.1937603,2130.922772 +164755,1950.945416,2479.397053,2450.723533,900.319181,2136.309788 +164756,1942.570966,2481.627399,2450.067557,903.2975776,2141.693706 +164757,1971.118503,2483.777909,2449.373588,906.3175803,2146.928278 +164758,1945.416715,2485.790827,2448.670973,909.3323254,2152.028544 +164759,1966.093391,2487.801784,2449.688998,912.2608354,2157.140613 +164760,1978.29877,2489.483611,2449.657277,915.1561969,2162.157796 +164761,1984.897726,2493.660499,2446.470226,920.8130869,2181.039119 +164762,1994.11254,2496.531281,2444.475724,924.3400288,2189.601882 +164763,2001.725116,2498.40552,2443.106825,927.6954735,2189.570426 +164764,2008.13808,2500.194328,2442.037742,930.9029617,2186.143965 +164765,2015.133144,2501.910477,2441.046313,934.0531919,2207.982051 +164766,2021.726945,2503.458064,2440.034747,937.1490282,2205.241672 +164767,2028.440013,2504.885397,2439.007691,940.152908,2212.013139 +164768,2034.802621,2506.351123,2439.678321,943.2334562,2217.137687 +164769,2041.325902,2507.416441,2439.337011,946.177849,2222.113511 +164770,2047.719911,2508.458558,2436.861761,949.1897804,2227.167674 +164771,2053.942758,2509.514018,2435.172215,952.0289477,2231.894784 +164772,2060.453688,2510.375646,2433.790491,954.8922865,2236.642721 +164773,2066.404721,2511.130396,2432.561133,957.8009898,2241.558426 +164774,2072.618601,2511.605639,2431.408966,960.5773855,2245.977287 +164775,2078.666006,2512.403346,2430.300598,963.3672893,2250.625314 +164776,2084.671625,2512.772572,2429.21393,966.1210781,2255.1104 +164777,2090.726049,2513.097229,2428.131486,968.8472215,2259.64169 +164778,2096.465628,2513.370825,2427.044028,971.4964832,2268.369683 +164779,2102.281767,2513.648422,2427.677696,974.2932604,2264.875291 +164780,2108.220988,2513.574383,2427.337418,976.8307884,2270.577181 +164781,2113.887845,2513.534816,2426.587801,979.4968784,2278.438531 +164782,2119.710107,2513.227835,2423.725428,982.0872519,2280.395997 +164783,2125.211992,2513.262039,2423.383026,984.6590036,2285.054869 +164784,2130.918293,2512.747113,2422.453469,987.2108555,2288.992505 +164785,2136.496437,2512.125933,2419.683464,989.6886445,2293.074803 +164786,2142.06281,2511.973662,2419.61411,992.2690971,2297.031431 +164787,2147.691099,2511.099532,2418.99294,994.718398,2301.041175 +164788,2153.18207,2510.39526,2418.188482,997.1894073,2312.327991 +164789,2158.809049,2509.417086,2415.619212,999.6858414,2300.104524 +164790,2164.248694,2508.643739,2414.047548,1002.028288,2313.368715 +164791,2169.380258,2501.164547,2412.716591,1007.346701,2317.234504 +164792,2174.481278,2498.182011,2411.66883,1010.146986,2319.495706 +164793,2179.837514,2496.368466,2412.567043,1012.630715,2328.979504 +164794,2184.716573,2493.992321,2410.916065,1015.089059,2325.006629 +164795,2189.977702,2491.970038,2409.92418,1017.485632,2325.411847 +164796,2194.826854,2489.82713,2409.11879,1019.844682,2350.868365 +164797,2200.104443,2487.584491,2408.414471,1022.116445,2317.329079 +164798,2205.048636,2485.252725,2407.757517,1024.546279,2353.818303 +164799,2209.918449,2483.062649,2408.797859,1026.694266,2340.897235 +164800,2214.840569,2480.212857,2407.10047,1028.986097,2354.822498 +164801,2219.787601,2477.908687,2405.982192,1031.194704,2345.119799 +164802,2224.55528,2475.234881,2405.222705,1033.389313,2367.420653 +164803,2229.450741,2472.541585,2404.615333,1035.561183,2353.246987 +164804,2234.153084,2469.792168,2404.065981,1037.655639,2363.931948 +164805,2238.981504,2467.074772,2403.722254,1039.867378,2365.58082 +164806,2243.62037,2463.92033,2403.723515,1041.935726,2369.031002 +164807,2248.387709,2461.003979,2403.568979,1044.033001,2372.176665 +164808,2252.965121,2457.878768,2403.428291,1046.102406,2375.364016 +164809,2257.671365,2454.609258,2403.284425,1048.210671,2378.620662 +164810,2262.189903,2451.482094,2403.13093,1050.15673,2381.566381 +164811,2266.837415,2448.060791,2402.967469,1052.212785,2384.926765 +164812,2271.299365,2444.685283,2402.790302,1054.201078,2387.927795 +164813,2276.012321,2441.145235,2402.688064,1056.123657,2396.909877 +164814,2280.231738,2437.608866,2402.460527,1058.173805,2385.124782 +164815,2284.856244,2433.922376,2402.224725,1060.08039,2407.019225 +164816,2289.191786,2430.405807,2402.078296,1062.021627,2396.447328 +164817,2293.671227,2426.31067,2401.819608,1063.938977,2403.983942 +164818,2297.85013,2422.523326,2401.529925,1065.841022,2406.365091 +164819,2305.803751,2418.525099,2401.270083,1067.728502,2409.054089 +164820,2306.098644,2414.520397,2401.01707,1069.601622,2412.179405 +164821,2189.398183,2359.10571,2398.35681,1018.23107,2183.937157 +164822,2198.098291,2350.228737,2388.622233,1018.906764,2212.073905 +164823,2197.555737,2346.292942,2373.267637,1020.119664,2199.437403 +164824,2201.189041,2341.482498,2360.808014,1021.295464,2209.513865 +164825,2204.31854,2336.29571,2351.551512,1022.64117,2199.413075 +164826,2207.506972,2331.251845,2344.844839,1023.814667,2205.200864 +164827,2210.742565,2326.270753,2341.584438,1025.274795,2211.581565 +164828,2214.124725,2321.109491,2338.401021,1026.570067,2208.753029 +164829,2217.211023,2315.825075,2333.734062,1027.929797,2227.277496 +164830,2220.591482,2310.967498,2332.095512,1029.279812,2186.215634 +164831,2223.734945,2305.238313,2328.414123,1030.635438,2241.450486 +164832,2227.216203,2293.028545,2325.556558,1031.986373,2205.626777 +164833,2230.420587,2304.268994,2323.243442,1033.33786,2211.368441 +164834,2233.733367,2277.965262,2321.349541,1034.687251,2236.045758 +164835,2241.47321,2287.171806,2319.535984,1035.976438,2206.123794 +164836,2237.567506,2276.54425,2318.083161,1037.408777,2238.44018 +164837,2256.823961,2271.570813,2316.823151,1038.768145,2219.598019 +164838,2225.799041,2266.004504,2315.548442,1040.029357,2228.635997 +164839,2260.400438,2260.243273,2314.451228,1041.40874,2229.285628 +164840,2251.240946,2254.566382,2313.500417,1042.733889,2230.915855 +164841,2256.591663,2248.508268,2312.619039,1044.065276,2232.742074 +164842,2259.836428,2242.625053,2311.793852,1045.393847,2234.315146 +164843,2263.284327,2236.699539,2311.009411,1046.719594,2236.294967 +164844,2266.442331,2230.593951,2310.252978,1048.042333,2237.957092 +164845,2269.836163,2224.539017,2309.512357,1049.300992,2239.70674 +164846,2272.873591,2218.368502,2308.782532,1050.708206,2241.278702 +164847,2276.19354,2212.328518,2308.060864,1051.976319,2242.780899 +164848,2279.392793,2205.838927,2307.348919,1053.295423,2244.633581 +164849,2282.608706,2199.634721,2308.484851,1054.601477,2252.116803 +164850,2285.81071,2193.242993,2308.465459,1055.908397,2239.0639 +164851,2289.333445,2186.916528,2306.315512,1057.565851,2259.283739 +164852,2292.912042,2180.576339,2305.18079,1059.286739,2247.884744 +164853,2296.626878,2174.272216,2304.354872,1061.040549,2253.605721 +164854,2300.01335,2167.688546,2303.752579,1062.876765,2255.05551 +164855,2303.690345,2161.308527,2303.351734,1064.572656,2256.518045 +164856,2312.186587,2159.941751,2303.134756,1064.603915,2258.208347 +164857,2316.424057,2154.45094,2302.904466,1066.065033,2259.859614 +164858,2320.777355,2148.459128,2302.625831,1067.939779,2261.432671 +164859,2324.92101,2142.428008,2302.337656,1070.842711,2263.310499 +164860,2328.803351,2136.347483,2302.089217,1070.912251,2264.850585 +164861,2332.951764,2129.930284,2301.894666,1075.30625,2266.628405 +164862,2336.959261,2123.653615,2301.762992,1073.684663,2268.207672 +164863,2340.971264,2117.32144,2301.688466,1080.542324,2269.772438 +164864,2344.96873,2110.899081,2301.67657,1075.461365,2271.684205 +164865,2348.952633,2093.654256,2301.806206,1087.249432,2273.243617 +164866,2352.921383,2113.671602,2302.190453,1075.123165,2274.981456 +164867,2356.876281,2065.406693,2303.010867,1096.908576,2276.675882 +164868,2363.376848,2113.272615,2305.479006,1070.044437,2278.419244 +164869,2366.6157,2047.050538,2305.270101,1092.087605,2279.814502 +164870,2371.199272,2106.049788,2305.694115,1089.853696,2281.817422 +164871,2373.935071,2042.354809,2306.365911,1090.941483,2283.442038 +164872,2381.588836,2050.944645,2307.23707,1093.407869,2285.131669 +164873,2375.790417,2065.480155,2308.1636,1095.334996,2286.877627 +164874,2374.283236,2042.686835,2309.111446,1097.190391,2288.536687 +164875,2394.848512,2024.420023,2310.118563,1099.214279,2290.115937 +164876,2389.719173,2055.509306,2312.866706,1101.101496,2292.185476 +164877,2395.463167,1993.328202,2312.893483,1103.113492,2293.577865 +164878,2399.179412,2040.481756,2313.530421,1104.960173,2295.414896 +164879,2403.153098,1991.350927,2316.115999,1106.95653,2297.268192 +164880,2406.793212,2009.865991,2317.821331,1108.897933,2298.830036 +164881,2173.640464,1884.009073,2314.80169,1001.492744,1850.053825 +164882,2165.03611,1875.692304,2296.993158,1000.70144,1866.215297 +164883,2181.392404,1866.817759,2273.598215,1000.794808,1852.151756 +164884,2143.716013,1858.219028,2253.18582,1001.022956,1851.705077 +164885,2176.406697,1849.803729,2237.647623,1001.608048,1849.360336 +164886,2166.91483,1841.51292,2226.413949,1002.259033,1847.660766 +164887,2168.660705,1833.186122,2218.318871,1002.944984,1846.170956 +164888,2170.189926,1825.206494,2212.362677,1003.843604,1844.904548 +164889,2171.515579,1817.027111,2207.865322,1004.656213,1843.798648 +164890,2172.56819,1808.982232,2204.409639,1005.561025,1842.821107 +164891,2173.964163,1800.956211,2201.727579,1006.490753,1841.95209 +164892,2175.288752,1792.961251,2199.631351,1007.451023,1841.177219 +164893,2176.670605,1784.876457,2197.981888,1008.43939,1840.485867 +164894,2178.086942,1777.106403,2196.673648,1009.453952,1839.8698 +164895,2179.538384,1769.240761,2197.442138,1010.491739,1839.325077 +164896,2181.004962,1761.214368,2195.668326,1011.557541,1838.83665 +164897,2182.511785,1753.33672,2194.612479,1012.641125,1838.415695 +164898,2184.035709,1745.658095,2193.839266,1013.748894,1838.04632 +164899,2185.583949,1737.800455,2193.251064,1014.877243,1837.730573 +164900,2187.153514,1730.063319,2192.799861,1016.088156,1837.372438 +164901,2188.743355,1722.344668,2192.45299,1017.164673,1837.386652 +164902,2190.352513,1714.546651,2192.187973,1018.397341,1837.005625 +164903,2191.983195,1707.053072,2193.805884,1019.594682,1836.960519 +164904,2193.62155,1699.361035,2192.736233,1020.821946,1836.852969 +164905,2195.287534,1711.109089,2192.2476,1022.003004,1836.808507 +164906,2197.09618,1656.588491,2191.997635,1023.358941,1836.797957 +164907,2198.589785,1708.206501,2191.872506,1024.594165,1836.824847 +164908,2200.392983,1640.203924,2191.830821,1025.901164,1836.887595 +164909,2202.095688,1675.175003,2191.86827,1027.215651,1836.984655 +164910,2203.832526,1650.525518,2191.925949,1028.738738,1837.115208 +164911,2205.27473,1647.161591,2192.01835,1029.96641,1837.278362 +164912,2206.667471,1638.616546,2193.922639,1029.411825,1837.471956 +164913,2208.031112,1630.840763,2193.030194,1033.111248,1837.68633 +164914,2209.270983,1623.046196,2192.638838,1029.346164,1837.934288 +164915,2210.840014,1614.997055,2192.348404,1036.35079,1838.204079 +164916,2212.113635,1607.069444,2192.100275,1028.214713,1838.498901 +164917,2213.507846,1599.31272,2191.862987,1041.285335,1841.118771 +164918,2214.887352,1591.374953,2191.639389,1024.814552,1835.63576 +164919,2216.274814,1583.536974,2193.21866,1048.278465,1848.921021 +164920,2217.664743,1575.703044,2193.87959,1020.975495,1827.736703 +164921,2219.063986,1567.890277,2192.352638,1054.450441,1845.977216 +164922,2220.477335,1560.101079,2191.512179,1017.528137,1851.388382 +164923,2221.899305,1552.343054,2190.911592,1060.738145,1822.840722 +164924,2223.335275,1544.611746,2190.461373,1013.755525,1850.442275 +164925,2224.921569,1536.912771,2190.060157,1066.948728,1840.014196 +164926,2226.186864,1529.248502,2189.710588,1010.068385,1842.587127 +164927,2227.77326,1521.520751,2189.409908,1052.186028,1842.889189 +164928,2229.269603,1514.069469,2190.90731,1046.987902,1843.459169 +164929,2230.798012,1506.455035,2189.676574,1029.036684,1843.931589 +164930,2232.355405,1499.062325,2189.016094,1059.224399,1844.442481 +164931,2233.911211,1491.467079,2188.527197,1019.372221,1844.953599 +164932,2235.471981,1484.024398,2188.133322,1052.739991,1845.473758 +164933,2237.035491,1476.784581,2187.751798,1053.931281,1846.001334 +164934,2238.601162,1469.413658,2187.416203,1025.331019,1846.53596 +164935,2240.168973,1462.174478,2187.12537,1050.113976,1847.076579 +164936,2241.737492,1456.873576,2186.804318,1060.635657,1847.622953 +164937,2243.307603,1451.417234,2186.503997,1020.011524,1848.175573 +164938,2244.878019,1446.174901,2186.227279,1056.480863,1848.732916 +164939,2246.448714,1440.610031,2185.901429,1060.921733,1849.29519 +164940,2248.020251,1435.355862,2185.595518,1022.365332,1849.766279 +164941,2485.793381,1536.8796,2190.381424,1163.174541,2294.084222 +164942,2502.432061,1534.011146,2213.722625,1155.390075,2270.296157 +164943,2484.623012,1530.795153,2241.792419,1158.403004,2290.536966 +164944,2533.787673,1526.864636,2264.86523,1160.718059,2292.909274 +164945,2465.74834,1523.378866,2281.642743,1162.75179,2294.957153 +164946,2533.809009,1519.664474,2293.123196,1164.321597,2298.212974 +164947,2505.764745,1515.724236,2301.005858,1166.039061,2301.323333 +164948,2539.8377,1512.224954,2308.407133,1167.559226,2304.322849 +164949,2496.162333,1508.490331,2313.47388,1169.302066,2306.856724 +164950,2540.594838,1504.8943,2317.402087,1170.914883,2309.443775 +164951,2553.304957,1501.336506,2318.567261,1172.46005,2316.299483 +164952,2497.635935,1497.840975,2320.373627,1173.859236,2313.115789 +164953,2560.516395,1494.656155,2323.820494,1175.409974,2316.962571 +164954,2533.686964,1492.160553,2324.421526,1176.879522,2319.141079 +164955,2572.613463,1489.408405,2325.689399,1178.34817,2326.529221 +164956,2514.790378,1487.047112,2328.749407,1179.797321,2318.523601 +164957,2594.253178,1484.710083,2330.815533,1184.168658,2331.346616 +164958,2527.632863,1482.443111,2330.890482,1186.7468,2327.987753 +164959,2588.950475,1480.226973,2333.299429,1189.218661,2330.541365 +164960,2533.365537,1478.046338,2335.022965,1191.653551,2337.434906 +164961,2607.02981,1475.903513,2335.014485,1194.319943,2334.195359 +164962,2534.035288,1473.797883,2335.890276,1196.886425,2340.775757 +164963,2615.653745,1471.63309,2337.110141,1199.570111,2339.054598 +164964,2546.351424,1469.716254,2338.222639,1202.300127,2339.679286 +164965,2614.903943,1467.63735,2339.306972,1205.085567,2345.063089 +164966,2575.836994,1465.659857,2342.082407,1207.998887,2345.556667 +164967,2593.024881,1463.691515,2341.731006,1210.781256,2343.670413 +164968,2595.11207,1461.748968,2341.693543,1213.780104,2343.215738 +164969,2597.916581,1459.916289,2343.577989,1216.766965,2342.600918 +164970,2601.310202,1457.882854,2342.838397,1219.810819,2338.963818 +164971,2604.677326,1456.135094,2342.636657,1222.989045,2336.181879 +164972,2607.786819,1454.344256,2342.610683,1226.22884,2333.768694 +164973,2611.304145,1452.594771,2344.583844,1229.52667,2333.713948 +164974,2614.464546,1450.862678,2343.739587,1232.876047,2330.60589 +164975,2617.747518,1449.159499,2343.484595,1236.35378,2328.318953 +164976,2620.899661,1447.47588,2345.143839,1239.628219,2328.457447 +164977,2624.120367,1445.80633,2344.241373,1243.297236,2325.555516 +164978,2627.303212,1444.163227,2343.968908,1246.793891,2323.47423 +164979,2630.385532,1442.449869,2345.62249,1250.415176,2323.806295 +164980,2633.351721,1440.965314,2344.724832,1254.074236,2321.082627 +164981,2636.67993,1439.31482,2344.459068,1257.785525,2319.167509 +164982,2639.670975,1437.754048,2346.123873,1261.62117,2319.651469 +164983,2642.667525,1436.194963,2345.230248,1265.314509,2317.05963 +164984,2645.819786,1434.656856,2346.679816,1269.230806,2317.357829 +164985,2648.762484,1433.129856,2345.678447,1273.12385,2314.696349 +164986,2651.893185,1431.624255,2347.055076,1277.083445,2314.972834 +164987,2655.020741,1430.130327,2347.736813,1281.087738,2314.421179 +164988,2658.047881,1428.653791,2348.160395,1285.06589,2313.58575 +164989,2660.954419,1427.1911,2346.729992,1289.362192,2310.507891 +164990,2664.409377,1425.747465,2347.895672,1293.342481,2310.598888 +164991,2667.237698,1424.313431,2346.748266,1297.609856,2307.872428 +164992,2670.50633,1422.898991,2346.337037,1301.848954,2306.056745 +164993,2673.489535,1421.497453,2346.211697,1306.146418,2304.587882 +164994,2676.638787,1420.110915,2346.2316,1310.492905,2303.309656 +164995,2679.8105,1418.740698,2348.035708,1314.888592,2304.248548 +164996,2682.815093,1417.380455,2347.23904,1319.409272,2302.022157 +164997,2686.01215,1416.041036,2348.727775,1323.783031,2302.622857 +164998,2688.824197,1414.70878,2347.752069,1328.295625,2300.226035 +164999,2692.312803,1413.397855,2349.151919,1332.994301,2300.740926 +165000,2695.216028,1412.095154,2349.840463,1337.569276,2300.40029 +165001,2750.43611,1433.299071,2353.590085,1364.83655,2305.025677 +165002,2746.530485,1433.03095,2357.894729,1372.553435,2311.240267 +165003,2754.161851,1432.244077,2363.659844,1376.268698,2319.686818 +165004,2757.185932,1431.31832,2368.962986,1385.115083,2327.760572 +165005,2760.317776,1430.295801,2375.038872,1381.834138,2336.850625 +165006,2763.29062,1429.210177,2377.584189,1408.17623,2341.581974 +165007,2766.286851,1428.092763,2380.076985,1369.859678,2346.18543 +165008,2769.230022,1426.950015,2382.332168,1414.571511,2350.400412 +165009,2771.997568,1425.793001,2384.332207,1403.569548,2354.199172 +165010,2774.587252,1424.624873,2386.157214,1411.860531,2357.685295 +165011,2777.744737,1423.450597,2389.724195,1416.969961,2363.019819 +165012,2780.159911,1422.352333,2392.025935,1422.278024,2366.980148 +165013,2782.848811,1421.040281,2393.83766,1427.541078,2370.275517 +165014,2785.256433,1419.905776,2393.692477,1432.842581,2371.059359 +165015,2788.114181,1418.617363,2395.981152,1438.182372,2374.798725 +165016,2790.290312,1417.541163,2395.934112,1443.628053,2375.55575 +165017,2792.975406,1416.284257,2396.5608,1448.901752,2377.091497 +165018,2795.501694,1415.096793,2399.092376,1454.395779,2380.956286 +165019,2797.777753,1413.894135,2400.790263,1459.754482,2383.75898 +165020,2800.1838,1412.691599,2402.1422,1465.381452,2386.117648 +165021,2802.531183,1411.488495,2403.469969,1470.845665,2388.417338 +165022,2804.840225,1410.284698,2404.478069,1476.50311,2390.331372 +165023,2806.956429,1409.079646,2403.778189,1481.961643,2390.037226 +165024,2809.534266,1407.879236,2405.577844,1487.651588,2392.90275 +165025,2811.582958,1406.674444,2406.807133,1493.289422,2395.024377 +165026,2813.81156,1405.472534,2407.828768,1498.975762,2396.878288 +165027,2815.894204,1404.269584,2407.104479,1504.781232,2396.495294 +165028,2818.280507,1403.072675,2408.852848,1510.396182,2399.256645 +165029,2820.112768,1401.86978,2408.373278,1523.049239,2399.164411 +165030,2822.154335,1400.674486,2408.606468,1513.373224,2399.974488 +165031,2824.520247,1399.470204,2409.117477,1530.556393,2401.132476 +165032,2826.544981,1398.268411,2411.484756,1533.622255,2404.519745 +165033,2828.274746,1397.062453,2411.249114,1539.244244,2404.725273 +165034,2830.438658,1395.780857,2411.532251,1545.443915,2405.644567 +165035,2832.361893,1394.703495,2411.983293,1551.201627,2406.789854 +165036,2834.285402,1393.448335,2412.510917,1557.191231,2408.036928 +165037,2836.218461,1392.266186,2413.259541,1563.123369,2409.328799 +165038,2838.300173,1391.075185,2415.027338,1569.096122,2412.725983 +165039,2839.902953,1389.883382,2414.94897,1575.179616,2412.88407 +165040,2841.897026,1388.697253,2415.086791,1581.57949,2413.714255 +165041,2843.762404,1387.512398,2415.227869,1596.450484,2414.73142 +165042,2845.617076,1386.330288,2415.665228,1578.788003,2415.873088 +165043,2847.438155,1385.233888,2416.24142,1606.216574,2417.074675 +165044,2849.262513,1383.936207,2416.66713,1603.957909,2418.2592 +165045,2851.195679,1382.820905,2417.08334,1611.474757,2419.440938 +165046,2852.982079,1381.638449,2417.717332,1617.780949,2420.623209 +165047,2854.815739,1380.47321,2419.882412,1627.032388,2423.865643 +165048,2856.502602,1379.304906,2419.20287,1633.072605,2423.846069 +165049,2865.858435,1378.147018,2419.370134,1638.958417,2424.693627 +165050,2849.533709,1376.988075,2419.560819,1648.138218,2425.560642 +165051,2873.265416,1375.833678,2420.017941,1646.409915,2426.516682 +165052,2853.257457,1374.68207,2420.36188,1640.67536,2427.577285 +165053,2876.246472,1373.533916,2420.692992,1689.053339,2428.6324 +165054,2857.081338,1372.308219,2422.609793,1637.66526,2431.728342 +165055,2879.543145,1371.284443,2422.088393,1702.245628,2431.717682 +165056,2860.676532,1370.091747,2423.68292,1669.305503,2434.421548 +165057,2883.218383,1368.967278,2424.521973,1678.542327,2436.165935 +165058,2871.387742,1367.83486,2423.65455,1712.29356,2435.728589 +165059,2876.630383,1366.709009,2425.300464,1678.434707,2438.241076 +165060,2878.359311,1365.580354,2424.36484,1728.06259,2437.980447 +165061,2800.833692,1331.487739,2422.292934,1673.499067,2435.600929 +165062,2805.809188,1330.091165,2414.827684,1669.54904,2425.733811 +165063,2806.016956,1328.938506,2406.711054,1716.766627,2413.686525 +165064,2807.869231,1327.7856,2399.658323,1688.233373,2403.252417 +165065,2809.943785,1326.661723,2396.272182,1707.538765,2397.19812 +165066,2811.500724,1325.546056,2392.100835,1712.017428,2390.24217 +165067,2813.442699,1324.447279,2389.792052,1718.288284,2385.75863 +165068,2815.243674,1323.354172,2388.437754,1724.752008,2382.641921 +165069,2817.230279,1322.27231,2389.286705,1731.210009,2382.467436 +165070,2818.826964,1321.191535,2387.85664,1737.479786,2379.643598 +165071,2820.955537,1345.938443,2388.808478,1744.208807,2379.967347 +165072,2822.55702,1280.799788,2387.557578,1750.522287,2377.695127 +165073,2824.559606,1336.456351,2387.13794,1759.163721,2376.587293 +165074,2826.219543,1333.273325,2387.003613,1768.37153,2375.943159 +165075,2828.412899,1287.736595,2387.34199,1777.200059,2375.751403 +165076,2830.202113,1326.367162,2387.647895,1785.951056,2375.897588 +165077,2832.112879,1330.266378,2388.012648,1800.383654,2376.210086 +165078,2834.025329,1285.598137,2388.447224,1801.466276,2376.68665 +165079,2836.16726,1350.450033,2388.989013,1813.622096,2377.156725 +165080,2837.790626,1269.606785,2389.324787,1822.039223,2377.717255 +165081,2839.838853,1328.089316,2389.86479,1830.503217,2378.399195 +165082,2841.904115,1313.904917,2391.560408,1839.640123,2381.088706 +165083,2843.718115,1295.217434,2392.782534,1848.257276,2382.647553 +165084,2845.723146,1323.309023,2393.50397,1857.14251,2383.772403 +165085,2847.831386,1287.20202,2392.465762,1865.66221,2382.664663 +165086,2850.303471,1326.155156,2392.290508,1874.741001,2382.663937 +165087,2852.600073,1282.443722,2392.685235,1883.423188,2383.14398 +165088,2854.925342,1323.024338,2393.090764,1892.043659,2383.865941 +165089,2857.267128,1283.197683,2393.590324,1901.021481,2384.729626 +165090,2859.616425,1315.993193,2394.228373,1915.116561,2385.788914 +165091,2861.598315,1286.813119,2394.865867,1910.650939,2386.867241 +165092,2863.465616,1306.279781,2395.28562,1933.646914,2387.711955 +165093,2865.350923,1292.068321,2395.817009,1932.427356,2388.746896 +165094,2867.161772,1297.762096,2396.415257,1942.440936,2389.668905 +165095,2868.961188,1294.457693,2396.732619,1950.649247,2390.525948 +165096,2870.667718,1293.405651,2397.027675,1958.100886,2391.399865 +165097,2872.512853,1292.368277,2397.296738,1966.134758,2392.274771 +165098,2874.206659,1291.078548,2397.641539,1978.808906,2393.270838 +165099,2875.881051,1289.862754,2397.970599,1980.048421,2394.27237 +165100,2877.547441,1288.621027,2398.164709,1989.453626,2395.128477 +165101,2879.194709,1287.382125,2398.322551,1997.381757,2395.960575 +165102,2880.972366,1286.132453,2400.110093,2004.692636,2398.838876 +165103,2882.226929,1284.881631,2399.288024,2011.794631,2398.504369 +165104,2883.988088,1283.620382,2399.105834,2023.940419,2398.977524 +165105,2885.498313,1282.356566,2399.13866,2025.807567,2399.722038 +165106,2886.975898,1281.087169,2399.144921,2033.810661,2400.441236 +165107,2888.470114,1279.886306,2399.259558,2047.423048,2401.307428 +165108,2890.017399,1278.49879,2401.114289,2043.394488,2404.120254 +165109,2891.217801,1277.267947,2400.116982,2060.240296,2403.660525 +165110,2892.767609,1275.966988,2399.772732,2062.861042,2404.024307 +165111,2894.140002,1274.673577,2399.692961,2073.558387,2404.716261 +165112,2895.417062,1273.375298,2399.677515,2076.510514,2405.490798 +165113,2896.753212,1272.072382,2399.683439,2087.03254,2406.300412 +165114,2898.043716,1270.764739,2399.787046,2094.99681,2407.243318 +165115,2899.417316,1269.379294,2401.472137,2098.385973,2410.163373 +165116,2900.331317,1268.170519,2400.347817,2100.999645,2409.629289 +165117,2901.833572,1266.79508,2401.196136,2107.217609,2411.549094 +165118,2902.643588,1265.483793,2399.548517,2109.396926,2410.381296 +165119,2903.833565,1264.15117,2398.364838,2111.123235,2409.778505 +165120,2905.11145,1262.887148,2398.864393,2115.102648,2411.251852 +165121,2750.267087,1195.170077,2395.580071,2114.759053,2408.421704 +165122,2752.963779,1193.263637,2384.203242,2082.741558,2393.68012 +165123,2751.329982,1191.43666,2366.280026,2074.565746,2369.603988 +165124,2751.749345,1189.713409,2351.452758,2090.191173,2348.648851 +165125,2751.843503,1188.011154,2341.416869,2091.721589,2333.147092 +165126,2751.941209,1186.320518,2334.587083,2092.938678,2321.90121 +165127,2752.004464,1184.636699,2329.646431,2094.15848,2313.298597 +165128,2752.052705,1182.957025,2326.263047,2096.042055,2306.370643 +165129,2752.078472,1181.280183,2323.036337,2098.378368,2300.590655 +165130,2752.079561,1179.604809,2320.095094,2100.972765,2295.681945 +165131,2752.115327,1177.996888,2319.213388,2105.506856,2293.52113 +165132,2751.938109,1176.224256,2316.123127,2107.189676,2288.813795 +165133,2751.931689,1174.594736,2313.517397,2109.469966,2285.238902 +165134,2751.771671,1172.907913,2310.708629,2111.218199,2253.207095 +165135,2751.592525,1171.229258,2306.904008,2111.777612,2234.832634 +165136,2751.417017,1169.548284,2303.192715,2112.439957,2249.968008 +165137,2751.085158,1167.865763,2300.267939,2114.223287,2245.720091 +165138,2751.092015,1166.181164,2299.585745,2118.2345,2237.371769 +165139,2750.65726,1164.497685,2296.586188,2119.481396,2245.848116 +165140,2750.458466,1162.807771,2295.964781,2123.266972,2235.773739 +165141,2749.99366,1161.120118,2293.119113,2124.447955,2243.914197 +165142,2749.760214,1159.425818,2292.586596,2128.165832,2233.748723 +165143,2749.263016,1157.731831,2291.298868,2130.961264,2237.707478 +165144,2748.808691,1156.033808,2289.832306,2133.482818,2237.238777 +165145,2748.366422,1154.33328,2288.320452,2135.911777,2235.860565 +165146,2747.787539,1152.63072,2285.117329,2136.440653,2234.339907 +165147,2747.259763,1150.923599,2282.831273,2138.057584,2234.035283 +165148,2747.115622,1149.214329,2281.067877,2140.302427,2233.503508 +165149,2748.229572,1147.5023,2279.298322,2142.521004,2232.661442 +165150,2749.652372,1145.787205,2277.767934,2144.953454,2231.983215 +165151,2750.856022,1143.930828,2276.314154,2147.406335,2231.311542 +165152,2752.037604,1142.219934,2274.891151,2149.785929,2230.637171 +165153,2753.228261,1140.354743,2273.469169,2152.043979,2229.966339 +165154,2754.425205,1138.537941,2271.847561,2154.181749,2229.304612 +165155,2755.691428,1136.768567,2272.217194,2158.209946,2229.252167 +165156,2756.746058,1134.833518,2269.604099,2158.997248,2227.627918 +165157,2758.017964,1133.030905,2267.721108,2160.344971,2227.235334 +165158,2759.236577,1131.167793,2266.045213,2161.933492,2226.754461 +165159,2760.309602,1129.308147,2264.47061,2163.634732,2226.114583 +165160,2761.486593,1127.44288,2262.933629,2165.350103,2225.470189 +165161,2762.594877,1125.572142,2261.404617,2167.02848,2224.857598 +165162,2763.692122,1123.695919,2259.872395,2168.652572,2224.254581 +165163,2764.732319,1121.814438,2258.332398,2170.219758,2223.650515 +165164,2765.761265,1119.927653,2256.782705,2171.731981,2223.047054 +165165,2766.747968,1118.035763,2255.222715,2173.191635,2222.446584 +165166,2776.307464,1116.138614,2253.760401,2174.720092,2221.887934 +165167,2756.02298,1114.236697,2252.163057,2176.054899,2221.244408 +165168,2783.405288,1112.329428,2250.557898,2177.341715,2220.651917 +165169,2757.341833,1110.416124,2250.453637,2180.257645,2215.150902 +165170,2784.526988,1108.565329,2247.870878,2180.317309,2225.021571 +165171,2758.926775,1106.547292,2247.477989,2182.794924,2213.534903 +165172,2785.914344,1104.667261,2244.730278,2182.598812,2223.248878 +165173,2760.232731,1102.724773,2242.572377,2183.07264,2211.732809 +165174,2787.040005,1100.787938,2240.715193,2183.902554,2222.520091 +165175,2761.400409,1098.783019,2238.935535,2184.803861,2210.588799 +165176,2787.965686,1096.928886,2237.255178,2185.769699,2221.386676 +165177,2762.283502,1094.933084,2235.538826,2186.634732,2209.340928 +165178,2788.681836,1092.986109,2233.866593,2187.490367,2220.357275 +165179,2762.941026,1091.025088,2232.133991,2188.225828,2207.765182 +165180,2789.129561,1089.058855,2230.325899,2188.832277,2213.693086 +165181,1945.149342,1087.128217,957.7573829,1626.923181,2170.256335 +165182,2040.424737,1216.411787,1009.790593,1715.444835,2245.28113 +165183,2137.440558,1219.206366,1067.151994,1806.125314,2308.346699 +165184,2207.25243,1218.222314,1112.783785,1867.334595,2343.313965 +165185,2257.493337,1214.750048,1148.805475,1904.921214,2366.431584 +165186,2293.527716,1213.086906,1177.02609,1925.830442,2382.935213 +165187,2320.114861,1211.353291,1199.590829,1937.480806,2395.449214 +165188,2340.722024,1209.605384,1218.165071,1944.443218,2405.680611 +165189,2357.348735,1207.839177,1233.794196,1949.4089,2414.442387 +165190,2371.058334,1206.057154,1247.095717,1953.364072,2422.134955 +165191,2382.464414,1204.264416,1258.465833,1956.632742,2428.960179 +165192,2391.991506,1202.366491,1268.201306,1959.338119,2435.039709 +165193,2399.943331,1200.670755,1276.532421,1961.565542,2440.429059 +165194,2406.633419,1198.805765,1283.68667,1963.436953,2445.241471 +165195,2412.322689,1197.010984,1289.859111,1965.068807,2449.577651 +165196,2417.187489,1195.205619,1295.197238,1966.508012,2453.487489 +165197,2421.374012,1193.404819,1299.827346,1967.800324,2457.021167 +165198,2425.001131,1191.607465,1304.030598,1968.965563,2460.22504 +165199,2428.16468,1189.815693,1307.543546,1970.029333,2463.140365 +165200,2430.941945,1188.02767,1310.618624,1970.997906,2465.803504 +165201,2433.395066,1186.2449,1313.320414,1971.88165,2468.246143 +165202,2435.574187,1184.455151,1315.702499,1972.690344,2470.694986 +165203,2437.516882,1182.751543,1317.807941,1973.42903,2472.771356 +165204,2439.25661,1180.866573,1319.674318,1974.102712,2474.695124 +165205,2440.821315,1179.076068,1321.332279,1974.715264,2476.487821 +165206,2442.23326,1177.405711,1322.810185,1975.269248,2478.16682 +165207,2443.509971,1175.581507,1324.13081,1975.766321,2479.746013 +165208,2444.665501,1173.824253,1325.311232,1976.207686,2481.23693 +165209,2445.711142,1172.054108,1326.368554,1976.594327,2482.649392 +165210,2446.656198,1170.281871,1327.315113,1976.927124,2483.991921 +165211,2447.508391,1168.469092,1328.163581,1977.206858,2485.271877 +165212,2448.241445,1166.645247,1328.920841,1977.333193,2486.495631 +165213,2448.838701,1164.815566,1329.59536,1977.247933,2487.668601 +165214,2449.29996,1162.979947,1330.192683,1976.950037,2488.79545 +165215,2449.633891,1161.138914,1330.72043,1976.465829,2489.880177 +165216,2449.851071,1159.291996,1331.182948,1975.824283,2490.926255 +165217,2449.960703,1157.365751,1331.586458,1975.047119,2491.936642 +165218,2449.970154,1155.61566,1331.933932,1974.148363,2492.913903 +165219,2449.88587,1176.207809,1332.230652,1973.137303,2493.860765 +165220,2449.711373,1117.874831,1332.477942,1972.018989,2494.777724 +165221,2449.451032,1167.004071,1332.68012,1970.797883,2495.666639 +165222,2449.109969,1159.596503,1332.83919,1969.477741,2496.530565 +165223,2448.689632,1123.724033,1332.957973,1968.059733,2497.368948 +165224,2448.193115,1177.869777,1333.037374,1966.546948,2498.18319 +165225,2447.622515,1105.271288,1333.080424,1964.941933,2498.97384 +165226,2446.979762,1157.82591,1333.087366,1963.246993,2499.741407 +165227,2446.268004,1143.06376,1333.061634,1961.465188,2500.48781 +165228,2445.487897,1124.832121,1333.002763,1959.597401,2501.212426 +165229,2444.650406,1151.396682,1332.915062,1957.662913,2501.915672 +165230,2443.754194,1113.823509,1332.797944,1955.656331,2502.597946 +165231,2442.795939,1152.162308,1332.653039,1953.569056,2503.259764 +165232,2441.773924,1107.956433,1332.479417,1951.397136,2503.901195 +165233,2440.688545,1146.017181,1332.279201,1949.14111,2504.522505 +165234,2439.532992,1107.792867,1332.051748,1946.799936,2505.124785 +165235,2438.317325,1135.903799,1331.799264,1944.377041,2505.707749 +165236,2437.04605,1110.576613,1331.521331,1941.876197,2506.271185 +165237,2435.712009,1123.638348,1331.220043,1939.299664,2506.814841 +165238,2434.323303,1114.851764,1330.89487,1936.64887,2507.338962 +165239,2432.875512,1115.226058,1330.547795,1933.924541,2507.843554 +165240,2431.37629,1112.666403,1330.178115,1931.127382,2508.328747 +165241,0,0,0,0,0 +165242,0,0,0,0,0 +165243,0,0,0,0,0 +165244,0,0,0,0,0 +165245,0,0,0,0,0 +165246,0,0,0,0,0 +165247,0,0,0,0,0 +165248,0,0,0,0,0 +165249,0,0,0,0,0 +165250,0,0,0,0,0 +165251,0,0,0,0,0 +165252,0,0,0,0,0 +165253,0,0,0,0,0 +165254,0,0,0,0,0 +165255,0,0,0,0,0 +165256,0,0,0,0,0 +165257,0,0,0,0,0 +165258,0,0,0,0,0 +165259,0,0,0,0,0 +165260,0,0,0,0,0 +165261,0,0,0,0,0 +165262,0,0,0,0,0 +165263,0,0,0,0,0 +165264,0,0,0,0,0 +165265,0,0,0,0,0 +165266,0,0,0,0,0 +165267,0,0,0,0,0 +165268,0,0,0,0,0 +165269,0,0,0,0,0 +165270,0,0,0,0,0 +165271,0,0,0,0,0 +165272,0,0,0,0,0 +165273,0,0,0,0,0 +165274,0,0,0,0,0 +165275,0,0,0,0,0 +165276,0,0,0,0,0 +165277,0,0,0,0,0 +165278,0,0,0,0,0 +165279,0,0,0,0,0 +165280,0,0,0,0,0 +165281,0,0,0,0,0 +165282,0,0,0,0,0 +165283,0,0,0,0,0 +165284,0,0,0,0,0 +165285,0,0,0,0,0 +165286,0,0,0,0,0 +165287,0,0,0,0,0 +165288,0,0,0,0,0 +165289,0,0,0,0,0 +165290,0,0,0,0,0 +165291,0,0,0,0,0 +165292,0,0,0,0,0 +165293,0,0,0,0,0 +165294,0,0,0,0,0 +165295,0,0,0,0,0 +165296,0,0,0,0,0 +165297,0,0,0,0,0 +165298,0,0,0,0,0 +165299,0,0,0,0,0 +165300,0,0,0,0,0 +165301,0,0,0,0,0 +165302,0,0,0,0,0 +165303,0,0,0,0,0 +165304,0,0,0,0,0 +165305,0,0,0,0,0 +165306,0,0,0,0,0 +165307,0,0,0,0,0 +165308,0,0,0,0,0 +165309,0,0,0,0,0 +165310,0,0,0,0,0 +165311,0,0,0,0,0 +165312,0,0,0,0,0 +165313,0,0,0,0,0 +165314,0,0,0,0,0 +165315,0,0,0,0,0 +165316,0,0,0,0,0 +165317,0,0,0,0,0 +165318,0,0,0,0,0 +165319,0,0,0,0,0 +165320,0,0,0,0,0 +165321,0,0,0,0,0 +165322,0,0,0,0,0 +165323,0,0,0,0,0 +165324,0,0,0,0,0 +165325,0,0,0,0,0 +165326,0,0,0,0,0 +165327,0,0,0,0,0 +165328,0,0,0,0,0 +165329,0,0,0,0,0 +165330,0,0,0,0,0 +165331,0,0,0,0,0 +165332,0,0,0,0,0 +165333,0,0,0,0,0 +165334,0,0,0,0,0 +165335,0,0,0,0,0 +165336,0,0,0,0,0 +165337,0,0,0,0,0 +165338,0,0,0,0,0 +165339,0,0,0,0,0 +165340,0,0,0,0,0 +165341,0,0,0,0,0 +165342,0,0,0,0,0 +165343,0,0,0,0,0 +165344,0,0,0,0,0 +165345,0,0,0,0,0 +165346,0,0,0,0,0 +165347,0,0,0,0,0 +165348,0,0,0,0,0 +165349,0,0,0,0,0 +165350,0,0,0,0,0 +165351,0,0,0,0,0 +165352,0,0,0,0,0 +165353,0,0,0,0,0 +165354,0,0,0,0,0 +165355,0,0,0,0,0 +165356,0,0,0,0,0 +165357,0,0,0,0,0 +165358,0,0,0,0,0 +165359,0,0,0,0,0 +165360,0,0,0,0,0 +165361,0,0,0,0,0 +165362,0,0,0,0,0 +165363,0,0,0,0,0 +165364,0,0,0,0,0 +165365,0,0,0,0,0 +165366,0,0,0,0,0 +165367,0,0,0,0,0 +165368,0,0,0,0,0 +165369,0,0,0,0,0 +165370,0,0,0,0,0 +165371,0,0,0,0,0 +165372,0,0,0,0,0 +165373,0,0,0,0,0 +165374,0,0,0,0,0 +165375,0,0,0,0,0 +165376,0,0,0,0,0 +165377,0,0,0,0,0 +165378,0,0,0,0,0 +165379,0,0,0,0,0 +165380,0,0,0,0,0 +165381,0,0,0,0,0 +165382,0,0,0,0,0 +165383,0,0,0,0,0 +165384,0,0,0,0,0 +165385,0,0,0,0,0 +165386,0,0,0,0,0 +165387,0,0,0,0,0 +165388,0,0,0,0,0 +165389,0,0,0,0,0 +165390,0,0,0,0,0 +165391,0,0,0,0,0 +165392,0,0,0,0,0 +165393,0,0,0,0,0 +165394,0,0,0,0,0 +165395,0,0,0,0,0 +165396,0,0,0,0,0 +165397,0,0,0,0,0 +165398,0,0,0,0,0 +165399,0,0,0,0,0 +165400,0,0,0,0,0 +165401,0,0,0,0,0 +165402,0,0,0,0,0 +165403,0,0,0,0,0 +165404,0,0,0,0,0 +165405,0,0,0,0,0 +165406,0,0,0,0,0 +165407,0,0,0,0,0 +165408,0,0,0,0,0 +165409,0,0,0,0,0 +165410,0,0,0,0,0 +165411,0,0,0,0,0 +165412,0,0,0,0,0 +165413,0,0,0,0,0 +165414,0,0,0,0,0 +165415,0,0,0,0,0 +165416,0,0,0,0,0 +165417,0,0,0,0,0 +165418,0,0,0,0,0 +165419,0,0,0,0,0 +165420,0,0,0,0,0 +165421,0,0,0,0,0 +165422,0,0,0,0,0 +165423,0,0,0,0,0 +165424,0,0,0,0,0 +165425,0,0,0,0,0 +165426,0,0,0,0,0 +165427,0,0,0,0,0 +165428,0,0,0,0,0 +165429,0,0,0,0,0 +165430,0,0,0,0,0 +165431,0,0,0,0,0 +165432,0,0,0,0,0 +165433,0,0,0,0,0 +165434,0,0,0,0,0 +165435,0,0,0,0,0 +165436,0,0,0,0,0 +165437,0,0,0,0,0 +165438,0,0,0,0,0 +165439,0,0,0,0,0 +165440,0,0,0,0,0 +165441,0,0,0,0,0 +165442,0,0,0,0,0 +165443,0,0,0,0,0 +165444,0,0,0,0,0 +165445,0,0,0,0,0 +165446,0,0,0,0,0 +165447,0,0,0,0,0 +165448,0,0,0,0,0 +165449,0,0,0,0,0 +165450,0,0,0,0,0 +165451,0,0,0,0,0 +165452,0,0,0,0,0 +165453,0,0,0,0,0 +165454,0,0,0,0,0 +165455,0,0,0,0,0 +165456,0,0,0,0,0 +165457,0,0,0,0,0 +165458,0,0,0,0,0 +165459,0,0,0,0,0 +165460,0,0,0,0,0 +165461,0,0,0,0,0 +165462,0,0,0,0,0 +165463,0,0,0,0,0 +165464,0,0,0,0,0 +165465,0,0,0,0,0 +165466,0,0,0,0,0 +165467,0,0,0,0,0 +165468,0,0,0,0,0 +165469,0,0,0,0,0 +165470,0,0,0,0,0 +165471,0,0,0,0,0 +165472,0,0,0,0,0 +165473,0,0,0,0,0 +165474,0,0,0,0,0 +165475,0,0,0,0,0 +165476,0,0,0,0,0 +165477,0,0,0,0,0 +165478,0,0,0,0,0 +165479,0,0,0,0,0 +165480,0,0,0,0,0 +165481,0,0,0,0,0 +165482,0,0,0,0,0 +165483,0,0,0,0,0 +165484,0,0,0,0,0 +165485,0,0,0,0,0 +165486,0,0,0,0,0 +165487,0,0,0,0,0 +165488,0,0,0,0,0 +165489,0,0,0,0,0 +165490,0,0,0,0,0 +165491,0,0,0,0,0 +165492,0,0,0,0,0 +165493,0,0,0,0,0 +165494,0,0,0,0,0 +165495,0,0,0,0,0 +165496,0,0,0,0,0 +165497,0,0,0,0,0 +165498,0,0,0,0,0 +165499,0,0,0,0,0 +165500,0,0,0,0,0 +165501,0,0,0,0,0 +165502,0,0,0,0,0 +165503,0,0,0,0,0 +165504,0,0,0,0,0 +165505,0,0,0,0,0 +165506,0,0,0,0,0 +165507,0,0,0,0,0 +165508,0,0,0,0,0 +165509,0,0,0,0,0 +165510,0,0,0,0,0 +165511,0,0,0,0,0 +165512,0,0,0,0,0 +165513,0,0,0,0,0 +165514,0,0,0,0,0 +165515,0,0,0,0,0 +165516,0,0,0,0,0 +165517,0,0,0,0,0 +165518,0,0,0,0,0 +165519,0,0,0,0,0 +165520,0,0,0,0,0 +165521,0,0,0,0,0 +165522,0,0,0,0,0 +165523,0,0,0,0,0 +165524,0,0,0,0,0 +165525,0,0,0,0,0 +165526,0,0,0,0,0 +165527,0,0,0,0,0 +165528,0,0,0,0,0 +165529,0,0,0,0,0 +165530,0,0,0,0,0 +165531,0,0,0,0,0 +165532,0,0,0,0,0 +165533,0,0,0,0,0 +165534,0,0,0,0,0 +165535,0,0,0,0,0 +165536,0,0,0,0,0 +165537,0,0,0,0,0 +165538,0,0,0,0,0 +165539,0,0,0,0,0 +165540,0,0,0,0,0 +165541,0,0,0,0,0 +165542,0,0,0,0,0 +165543,0,0,0,0,0 +165544,0,0,0,0,0 +165545,0,0,0,0,0 +165546,0,0,0,0,0 +165547,0,0,0,0,0 +165548,0,0,0,0,0 +165549,0,0,0,0,0 +165550,0,0,0,0,0 +165551,0,0,0,0,0 +165552,0,0,0,0,0 +165553,0,0,0,0,0 +165554,0,0,0,0,0 +165555,0,0,0,0,0 +165556,0,0,0,0,0 +165557,0,0,0,0,0 +165558,0,0,0,0,0 +165559,0,0,0,0,0 +165560,0,0,0,0,0 +165561,0,0,0,0,0 +165562,0,0,0,0,0 +165563,0,0,0,0,0 +165564,0,0,0,0,0 +165565,0,0,0,0,0 +165566,0,0,0,0,0 +165567,0,0,0,0,0 +165568,0,0,0,0,0 +165569,0,0,0,0,0 +165570,0,0,0,0,0 +165571,0,0,0,0,0 +165572,0,0,0,0,0 +165573,0,0,0,0,0 +165574,0,0,0,0,0 +165575,0,0,0,0,0 +165576,0,0,0,0,0 +165577,0,0,0,0,0 +165578,0,0,0,0,0 +165579,0,0,0,0,0 +165580,0,0,0,0,0 +165581,0,0,0,0,0 +165582,0,0,0,0,0 +165583,0,0,0,0,0 +165584,0,0,0,0,0 +165585,0,0,0,0,0 +165586,0,0,0,0,0 +165587,0,0,0,0,0 +165588,0,0,0,0,0 +165589,0,0,0,0,0 +165590,0,0,0,0,0 +165591,0,0,0,0,0 +165592,0,0,0,0,0 +165593,0,0,0,0,0 +165594,0,0,0,0,0 +165595,0,0,0,0,0 +165596,0,0,0,0,0 +165597,0,0,0,0,0 +165598,0,0,0,0,0 +165599,0,0,0,0,0 +165600,0,0,0,0,0 +165601,0,0,0,0,0 +165602,0,0,0,0,0 +165603,0,0,0,0,0 +165604,0,0,0,0,0 +165605,0,0,0,0,0 +165606,0,0,0,0,0 +165607,0,0,0,0,0 +165608,0,0,0,0,0 +165609,0,0,0,0,0 +165610,0,0,0,0,0 +165611,0,0,0,0,0 +165612,0,0,0,0,0 +165613,0,0,0,0,0 +165614,0,0,0,0,0 +165615,0,0,0,0,0 +165616,0,0,0,0,0 +165617,0,0,0,0,0 +165618,0,0,0,0,0 +165619,0,0,0,0,0 +165620,0,0,0,0,0 +165621,0,0,0,0,0 +165622,0,0,0,0,0 +165623,0,0,0,0,0 +165624,0,0,0,0,0 +165625,0,0,0,0,0 +165626,0,0,0,0,0 +165627,0,0,0,0,0 +165628,0,0,0,0,0 +165629,0,0,0,0,0 +165630,0,0,0,0,0 +165631,0,0,0,0,0 +165632,0,0,0,0,0 +165633,0,0,0,0,0 +165634,0,0,0,0,0 +165635,0,0,0,0,0 +165636,0,0,0,0,0 +165637,0,0,0,0,0 +165638,0,0,0,0,0 +165639,0,0,0,0,0 +165640,0,0,0,0,0 +165641,0,0,0,0,0 +165642,0,0,0,0,0 +165643,0,0,0,0,0 +165644,0,0,0,0,0 +165645,0,0,0,0,0 +165646,0,0,0,0,0 +165647,0,0,0,0,0 +165648,0,0,0,0,0 +165649,0,0,0,0,0 +165650,0,0,0,0,0 +165651,0,0,0,0,0 +165652,0,0,0,0,0 +165653,0,0,0,0,0 +165654,0,0,0,0,0 +165655,0,0,0,0,0 +165656,0,0,0,0,0 +165657,0,0,0,0,0 +165658,0,0,0,0,0 +165659,0,0,0,0,0 +165660,0,0,0,0,0 +165661,0,0,0,0,0 +165662,0,0,0,0,0 +165663,0,0,0,0,0 +165664,0,0,0,0,0 +165665,0,0,0,0,0 +165666,0,0,0,0,0 +165667,0,0,0,0,0 +165668,0,0,0,0,0 +165669,0,0,0,0,0 +165670,0,0,0,0,0 +165671,0,0,0,0,0 +165672,0,0,0,0,0 +165673,0,0,0,0,0 +165674,0,0,0,0,0 +165675,0,0,0,0,0 +165676,0,0,0,0,0 +165677,0,0,0,0,0 +165678,0,0,0,0,0 +165679,0,0,0,0,0 +165680,0,0,0,0,0 +165681,0,0,0,0,0 +165682,0,0,0,0,0 +165683,0,0,0,0,0 +165684,0,0,0,0,0 +165685,0,0,0,0,0 +165686,0,0,0,0,0 +165687,0,0,0,0,0 +165688,0,0,0,0,0 +165689,0,0,0,0,0 +165690,0,0,0,0,0 +165691,0,0,0,0,0 +165692,0,0,0,0,0 +165693,0,0,0,0,0 +165694,0,0,0,0,0 +165695,0,0,0,0,0 +165696,0,0,0,0,0 +165697,0,0,0,0,0 +165698,0,0,0,0,0 +165699,0,0,0,0,0 +165700,0,0,0,0,0 +165701,0,0,0,0,0 +165702,0,0,0,0,0 +165703,0,0,0,0,0 +165704,0,0,0,0,0 +165705,0,0,0,0,0 +165706,0,0,0,0,0 +165707,0,0,0,0,0 +165708,0,0,0,0,0 +165709,0,0,0,0,0 +165710,0,0,0,0,0 +165711,0,0,0,0,0 +165712,0,0,0,0,0 +165713,0,0,0,0,0 +165714,0,0,0,0,0 +165715,0,0,0,0,0 +165716,0,0,0,0,0 +165717,0,0,0,0,0 +165718,0,0,0,0,0 +165719,0,0,0,0,0 +165720,0,0,0,0,0 +165721,0,0,0,0,0 +165722,0,0,0,0,0 +165723,0,0,0,0,0 +165724,0,0,0,0,0 +165725,0,0,0,0,0 +165726,0,0,0,0,0 +165727,0,0,0,0,0 +165728,0,0,0,0,0 +165729,0,0,0,0,0 +165730,0,0,0,0,0 +165731,0,0,0,0,0 +165732,0,0,0,0,0 +165733,0,0,0,0,0 +165734,0,0,0,0,0 +165735,0,0,0,0,0 +165736,0,0,0,0,0 +165737,0,0,0,0,0 +165738,0,0,0,0,0 +165739,0,0,0,0,0 +165740,0,0,0,0,0 +165741,0,0,0,0,0 +165742,0,0,0,0,0 +165743,0,0,0,0,0 +165744,0,0,0,0,0 +165745,0,0,0,0,0 +165746,0,0,0,0,0 +165747,0,0,0,0,0 +165748,0,0,0,0,0 +165749,0,0,0,0,0 +165750,0,0,0,0,0 +165751,0,0,0,0,0 +165752,0,0,0,0,0 +165753,0,0,0,0,0 +165754,0,0,0,0,0 +165755,0,0,0,0,0 +165756,0,0,0,0,0 +165757,0,0,0,0,0 +165758,0,0,0,0,0 +165759,0,0,0,0,0 +165760,0,0,0,0,0 +165761,0,0,0,0,0 +165762,0,0,0,0,0 +165763,0,0,0,0,0 +165764,0,0,0,0,0 +165765,0,0,0,0,0 +165766,0,0,0,0,0 +165767,0,0,0,0,0 +165768,0,0,0,0,0 +165769,0,0,0,0,0 +165770,0,0,0,0,0 +165771,0,0,0,0,0 +165772,0,0,0,0,0 +165773,0,0,0,0,0 +165774,0,0,0,0,0 +165775,0,0,0,0,0 +165776,0,0,0,0,0 +165777,0,0,0,0,0 +165778,0,0,0,0,0 +165779,0,0,0,0,0 +165780,0,0,0,0,0 +165781,0,0,0,0,0 +165782,0,0,0,0,0 +165783,0,0,0,0,0 +165784,0,0,0,0,0 +165785,0,0,0,0,0 +165786,0,0,0,0,0 +165787,0,0,0,0,0 +165788,0,0,0,0,0 +165789,0,0,0,0,0 +165790,0,0,0,0,0 +165791,0,0,0,0,0 +165792,0,0,0,0,0 +165793,0,0,0,0,0 +165794,0,0,0,0,0 +165795,0,0,0,0,0 +165796,0,0,0,0,0 +165797,0,0,0,0,0 +165798,0,0,0,0,0 +165799,0,0,0,0,0 +165800,0,0,0,0,0 +165801,0,0,0,0,0 +165802,0,0,0,0,0 +165803,0,0,0,0,0 +165804,0,0,0,0,0 +165805,0,0,0,0,0 +165806,0,0,0,0,0 +165807,0,0,0,0,0 +165808,0,0,0,0,0 +165809,0,0,0,0,0 +165810,0,0,0,0,0 +165811,0,0,0,0,0 +165812,0,0,0,0,0 +165813,0,0,0,0,0 +165814,0,0,0,0,0 +165815,0,0,0,0,0 +165816,0,0,0,0,0 +165817,0,0,0,0,0 +165818,0,0,0,0,0 +165819,0,0,0,0,0 +165820,0,0,0,0,0 +165821,0,0,0,0,0 +165822,0,0,0,0,0 +165823,0,0,0,0,0 +165824,0,0,0,0,0 +165825,0,0,0,0,0 +165826,0,0,0,0,0 +165827,0,0,0,0,0 +165828,0,0,0,0,0 +165829,0,0,0,0,0 +165830,0,0,0,0,0 +165831,0,0,0,0,0 +165832,0,0,0,0,0 +165833,0,0,0,0,0 +165834,0,0,0,0,0 +165835,0,0,0,0,0 +165836,0,0,0,0,0 +165837,0,0,0,0,0 +165838,0,0,0,0,0 +165839,0,0,0,0,0 +165840,0,0,0,0,0 +165841,0,0,0,0,0 +165842,0,0,0,0,0 +165843,0,0,0,0,0 +165844,0,0,0,0,0 +165845,0,0,0,0,0 +165846,0,0,0,0,0 +165847,0,0,0,0,0 +165848,0,0,0,0,0 +165849,0,0,0,0,0 +165850,0,0,0,0,0 +165851,0,0,0,0,0 +165852,0,0,0,0,0 +165853,0,0,0,0,0 +165854,0,0,0,0,0 +165855,0,0,0,0,0 +165856,0,0,0,0,0 +165857,0,0,0,0,0 +165858,0,0,0,0,0 +165859,0,0,0,0,0 +165860,0,0,0,0,0 +165861,0,0,0,0,0 +165862,0,0,0,0,0 +165863,0,0,0,0,0 +165864,0,0,0,0,0 +165865,0,0,0,0,0 +165866,0,0,0,0,0 +165867,0,0,0,0,0 +165868,0,0,0,0,0 +165869,0,0,0,0,0 +165870,0,0,0,0,0 +165871,0,0,0,0,0 +165872,0,0,0,0,0 +165873,0,0,0,0,0 +165874,0,0,0,0,0 +165875,0,0,0,0,0 +165876,0,0,0,0,0 +165877,0,0,0,0,0 +165878,0,0,0,0,0 +165879,0,0,0,0,0 +165880,0,0,0,0,0 +165881,0,0,0,0,0 +165882,0,0,0,0,0 +165883,0,0,0,0,0 +165884,0,0,0,0,0 +165885,0,0,0,0,0 +165886,0,0,0,0,0 +165887,0,0,0,0,0 +165888,0,0,0,0,0 +165889,0,0,0,0,0 +165890,0,0,0,0,0 +165891,0,0,0,0,0 +165892,0,0,0,0,0 +165893,0,0,0,0,0 +165894,0,0,0,0,0 +165895,0,0,0,0,0 +165896,0,0,0,0,0 +165897,0,0,0,0,0 +165898,0,0,0,0,0 +165899,0,0,0,0,0 +165900,0,0,0,0,0 +165901,0,0,0,0,0 +165902,0,0,0,0,0 +165903,0,0,0,0,0 +165904,0,0,0,0,0 +165905,0,0,0,0,0 +165906,0,0,0,0,0 +165907,0,0,0,0,0 +165908,0,0,0,0,0 +165909,0,0,0,0,0 +165910,0,0,0,0,0 +165911,0,0,0,0,0 +165912,0,0,0,0,0 +165913,0,0,0,0,0 +165914,0,0,0,0,0 +165915,0,0,0,0,0 +165916,0,0,0,0,0 +165917,0,0,0,0,0 +165918,0,0,0,0,0 +165919,0,0,0,0,0 +165920,0,0,0,0,0 +165921,0,0,0,0,0 +165922,0,0,0,0,0 +165923,0,0,0,0,0 +165924,0,0,0,0,0 +165925,0,0,0,0,0 +165926,0,0,0,0,0 +165927,0,0,0,0,0 +165928,0,0,0,0,0 +165929,0,0,0,0,0 +165930,0,0,0,0,0 +165931,0,0,0,0,0 +165932,0,0,0,0,0 +165933,0,0,0,0,0 +165934,0,0,0,0,0 +165935,0,0,0,0,0 +165936,0,0,0,0,0 +165937,0,0,0,0,0 +165938,0,0,0,0,0 +165939,0,0,0,0,0 +165940,0,0,0,0,0 +165941,0,0,0,0,0 +165942,0,0,0,0,0 +165943,0,0,0,0,0 +165944,0,0,0,0,0 +165945,0,0,0,0,0 +165946,0,0,0,0,0 +165947,0,0,0,0,0 +165948,0,0,0,0,0 +165949,0,0,0,0,0 +165950,0,0,0,0,0 +165951,0,0,0,0,0 +165952,0,0,0,0,0 +165953,0,0,0,0,0 +165954,0,0,0,0,0 +165955,0,0,0,0,0 +165956,0,0,0,0,0 +165957,0,0,0,0,0 +165958,0,0,0,0,0 +165959,0,0,0,0,0 +165960,0,0,0,0,0 +165961,0,0,0,0,0 +165962,0,0,0,0,0 +165963,0,0,0,0,0 +165964,0,0,0,0,0 +165965,0,0,0,0,0 +165966,0,0,0,0,0 +165967,0,0,0,0,0 +165968,0,0,0,0,0 +165969,0,0,0,0,0 +165970,0,0,0,0,0 +165971,0,0,0,0,0 +165972,0,0,0,0,0 +165973,0,0,0,0,0 +165974,0,0,0,0,0 +165975,0,0,0,0,0 +165976,0,0,0,0,0 +165977,0,0,0,0,0 +165978,0,0,0,0,0 +165979,0,0,0,0,0 +165980,0,0,0,0,0 +165981,0,0,0,0,0 +165982,0,0,0,0,0 +165983,0,0,0,0,0 +165984,0,0,0,0,0 +165985,0,0,0,0,0 +165986,0,0,0,0,0 +165987,0,0,0,0,0 +165988,0,0,0,0,0 +165989,0,0,0,0,0 +165990,0,0,0,0,0 +165991,0,0,0,0,0 +165992,0,0,0,0,0 +165993,0,0,0,0,0 +165994,0,0,0,0,0 +165995,0,0,0,0,0 +165996,0,0,0,0,0 +165997,0,0,0,0,0 +165998,0,0,0,0,0 +165999,0,0,0,0,0 +166000,0,0,0,0,0 +166001,0,0,0,0,0 +166002,0,0,0,0,0 +166003,0,0,0,0,0 +166004,0,0,0,0,0 +166005,0,0,0,0,0 +166006,0,0,0,0,0 +166007,0,0,0,0,0 +166008,0,0,0,0,0 +166009,0,0,0,0,0 +166010,0,0,0,0,0 +166011,0,0,0,0,0 +166012,0,0,0,0,0 +166013,0,0,0,0,0 +166014,0,0,0,0,0 +166015,0,0,0,0,0 +166016,0,0,0,0,0 +166017,0,0,0,0,0 +166018,0,0,0,0,0 +166019,0,0,0,0,0 +166020,0,0,0,0,0 +166021,-209.465142,78.81191564,106.4273216,-89.53943919,-464.7310094 +166022,235.9045085,280.6782385,549.5877335,112.9796909,344.8824088 +166023,234.7100198,277.6863549,543.0548572,112.2892734,343.7914244 +166024,229.1266648,272.6228874,531.936338,109.5261099,334.7754717 +166025,222.5982888,267.8404146,520.9008226,106.3820762,323.4447655 +166026,216.803258,264.1846521,511.7650109,103.6533288,-43.36601443 +166027,212.0814897,261.6491638,504.6478495,101.487351,152.6520275 +166028,208.2710251,259.9865849,499.1464308,99.78497898,110.9591501 +166029,205.1410491,258.9755814,494.8724764,98.42368716,102.3823427 +166030,202.5386232,258.470566,491.5661375,97.31869777,102.4370521 +166031,200.3696057,258.3790284,489.0618343,96.41983654,102.5633749 +166032,198.5718856,258.635253,487.2414111,95.69539448,103.1188693 +166033,197.0971286,259.1864101,486.0085943,95.12151144,103.0254143 +166034,195.9040172,259.9876472,485.2800568,94.67798216,104.438471 +166035,194.9568957,261.0007845,484.9833509,94.34724756,104.1145073 +166036,194.2251449,262.1936975,485.0561889,94.11422632,105.2957857 +166037,193.6826288,263.5396234,485.4455532,93.96617849,105.8179851 +166038,193.307044,265.0163276,486.1064561,93.89241317,106.7582987 +166039,193.0793749,266.6053375,487.0007431,93.88398061,107.3931993 +166040,192.9833545,268.2912569,488.0959699,93.93335777,108.0843424 +166041,193.0050686,270.0612329,489.3645192,94.0342116,109.5536026 +166042,193.1325572,271.9044938,490.7828041,94.18117752,109.9849486 +166043,193.355554,273.8120058,492.3306787,94.36971257,111.5517063 +166044,193.665187,275.7761557,493.9908654,94.59593945,112.0768927 +166045,194.0538127,277.7905275,495.7485571,94.85655603,113.3752608 +166046,194.5147909,279.8496797,497.5909996,95.14872269,114.7186339 +166047,195.0423707,281.9489962,499.5072128,95.47000237,115.7387929 +166048,195.6315247,341.0517325,501.4876882,95.81828025,116.8002005 +166049,196.2778702,359.4584346,503.5241937,96.1917242,118.4485794 +166050,196.9775477,378.259131,505.6095557,96.58872762,119.405947 +166051,197.7271525,382.8629223,507.7375085,97.00787688,120.9468941 +166052,198.5128317,397.6591129,509.8792452,97.44028515,122.5226821 +166053,199.3246903,408.4630724,512.0144882,97.87981779,123.402176 +166054,200.1584954,419.1549323,514.1351679,98.32428973,125.411262 +166055,201.0131259,429.7888934,516.2398728,98.77363608,126.7209045 +166056,201.8884152,440.1387913,518.3292191,99.22838342,128.0601038 +166057,202.7842673,450.6514485,520.4039018,99.68901912,129.7962264 +166058,203.7004204,460.8915668,522.4642327,100.1558458,131.1962143 +166059,204.6365286,471.0141148,524.5102749,100.6290418,132.9897029 +166060,205.5921867,481.2889703,526.541947,101.1086996,134.4438158 +166061,206.5669932,491.1751365,528.5591246,101.5948703,136.289498 +166062,207.5605301,501.4378178,530.5616337,102.0875629,137.7937127 +166063,208.5723873,511.0038795,532.5492769,102.5867604,139.6880003 +166064,209.6021411,521.1123987,534.521814,103.0924145,141.238851 +166065,210.6493807,530.7865065,536.4789902,103.6044605,143.1782558 +166066,211.7136812,540.3987152,538.4151401,104.1228094,144.5899031 +166067,212.7946293,550.3947349,540.3373965,104.6473617,146.7567552 +166068,213.8918051,559.512068,542.2408353,105.178002,148.3925059 +166069,215.0048075,569.4153579,544.1311348,105.7146122,150.0472921 +166070,216.1332263,578.7533142,546.0023039,106.2570608,152.0892063 +166071,217.2766743,588.0610238,547.859449,106.8052189,153.7820475 +166072,218.4347526,597.7922895,549.6965859,107.3589454,155.6756801 +166073,219.6070894,614.3057555,551.5187824,107.9181057,157.586119 +166074,220.949741,625.2986426,553.5725805,108.5442087,159.5126365 +166075,222.4062492,635.2195272,555.7716544,109.2150153,161.4537859 +166076,223.8991769,644.9673779,557.9890376,109.8992077,163.2259397 +166077,225.3887451,655.21965,560.168667,110.580612,165.0146401 +166078,226.8648414,664.4882077,562.2893301,111.2552181,167.3698213 +166079,228.329543,674.2828097,564.3593652,111.9240654,169.001514 +166080,229.7870511,683.804997,566.3794996,112.5890709,171.0138986 +166081,231.3273526,1118.680209,568.4463655,113.2911629,276.7405993 +166082,251.7783909,1145.579917,588.2784621,122.7418746,309.9348004 +166083,282.1067545,1168.467469,1848.846287,136.6313953,361.305018 +166084,312.9561486,1189.336831,1428.658762,150.5732337,415.1393073 +166085,340.3094793,1209.032552,1448.973501,162.7325698,464.3988678 +166086,363.6749427,1227.609694,1526.508999,172.9415367,507.83089 +166087,383.7687997,1246.683075,1547.676289,181.5884455,546.2457685 +166088,401.3615179,1264.571629,1566.717202,189.0695045,580.6477073 +166089,416.9928067,1282.28849,1585.221432,195.658146,611.7495393 +166090,431.0125905,1299.949548,1602.76112,201.5296142,640.0110809 +166091,443.6690796,1317.174784,1619.976965,206.8062566,665.7623191 +166092,455.1616389,1334.424372,1636.682249,211.584463,689.2780668 +166093,465.6609353,1351.173765,1652.644368,215.9451217,710.8047376 +166094,475.3143097,1368.034701,1668.509362,219.9566794,730.5653229 +166095,484.2475267,1384.554202,1683.551972,223.6763638,748.7591858 +166096,492.5668057,1400.96538,1698.51821,227.1514856,765.562661 +166097,500.3613838,1417.198237,1712.834536,230.4209357,781.1308772 +166098,507.7061748,1433.231391,1727.03354,233.5166617,795.6001738 +166099,514.6641214,1449.249921,1743.077673,236.4649369,809.0904257 +166100,521.2881821,1464.997798,1759.072446,239.2874063,821.7071289 +166101,527.6229601,1480.590131,1767.412697,242.0019252,833.54318 +166102,533.7060551,1496.254648,1788.023782,244.6232407,844.6804213 +166103,539.5691964,1511.414522,1767.355788,247.1635493,854.9475934 +166104,545.2391692,1526.8025,1816.942274,249.6329446,864.4899076 +166105,550.7386613,1541.845202,1811.898207,252.039816,873.4688842 +166106,556.0868682,1556.825168,1826.50473,254.3911287,881.9901915 +166107,561.3000745,1571.663782,1837.583475,256.6926866,890.1166086 +166108,566.3920936,1586.310238,1848.360132,258.9493266,897.8905583 +166109,571.3746973,1600.996986,1858.753784,261.1651058,905.3467672 +166110,576.2579167,1615.477074,1869.062775,263.3434283,912.5162352 +166111,581.050351,1628.834856,1878.084645,265.4871745,919.4269446 +166112,585.7545002,1642.230077,1886.649377,267.5962017,926.103582 +166113,590.3734951,1655.20991,1895.09086,269.670902,932.567765 +166114,594.9120262,1668.07117,1903.114218,271.7126696,938.8383046 +166115,599.3753366,1685.904967,1911.103723,273.7233335,944.9316721 +166116,603.7683779,1694.635125,1918.495222,275.7046842,950.862263 +166117,608.0955099,1712.717908,1925.833291,277.6582951,956.6427553 +166118,612.3604991,1718.529282,1932.839387,279.5855089,962.2842675 +166119,616.5666253,1740.525771,1939.669369,281.4874847,967.7966385 +166120,620.7167726,1739.970124,1946.006875,283.3652374,973.1885275 +166121,624.8135067,1729.769037,1952.437449,285.2196712,978.4676463 +166122,628.85912,1779.592478,1958.410389,287.0515961,983.6408135 +166123,632.8556789,1771.960205,1964.299996,332.8213042,988.7141525 +166124,794.8452344,1787.239412,1969.767465,354.0820099,993.6931291 +166125,754.4415702,1798.456791,1975.180635,345.7480768,998.5826851 +166126,774.9531301,1809.41171,1980.307281,359.781977,1003.387113 +166127,796.2209431,1820.244469,1985.227719,367.2945982,1008.110106 +166128,811.2779309,1831.012935,1989.936784,374.3920363,1012.754802 +166129,826.067541,1841.359409,1994.366665,381.5851764,1017.324076 +166130,840.3058416,1851.954841,1998.855832,388.4360011,1021.820638 +166131,854.6384404,1862.252527,2002.798974,395.1735927,1026.247097 +166132,868.333877,1872.29236,2006.784304,401.9082587,1030.605915 +166133,882.1963038,1882.377831,2010.507286,408.3290735,1034.899403 +166134,895.5684207,1892.177003,2014.060159,414.8387547,1039.129684 +166135,908.7881463,1902.154308,2017.436338,421.0914811,1043.298733 +166136,921.668478,1911.61858,2020.639649,427.2010375,1047.408367 +166137,934.6834207,1921.212611,2023.671688,433.3917012,1046.112891 +166138,947.2310551,1930.69196,2026.627219,439.2294958,1042.611088 +166139,959.6742552,1939.846219,2029.228039,445.3161942,1039.236017 +166140,971.9024666,1948.98779,2031.768346,450.828814,1036.009379 +166141,1373.492515,2126.926022,2441.842758,624.9536692,1035.959028 +166142,1389.171457,2137.907159,2404.722798,632.3212101,1049.388241 +166143,1402.477434,2147.702993,2461.311986,638.5446592,1070.110455 +166144,1420.268864,2152.405084,2416.266226,648.7497967,1090.78483 +166145,1401.070311,2145.375187,2432.071276,640.5043255,1583.259107 +166146,1337.067471,2117.878282,2327.172383,611.3232431,1596.286809 +166147,1505.93185,2188.102524,2496.895439,688.5414378,1718.900759 +166148,1444.38225,2175.863287,2429.767642,660.3578702,1676.824388 +166149,1472.542556,2190.507365,2427.560897,674.013581,1727.364124 +166150,1482.805435,2194.331181,2392.748538,678.8113959,1742.410914 +166151,1655.28386,2280.48466,2525.59066,757.5233574,2048.195628 +166152,1269.351518,2107.899075,2368.342923,583.2086228,1341.438893 +166153,1788.863522,2361.345632,2519.765083,818.5891579,2281.493317 +166154,1268.130268,2087.322265,2359.165179,583.040892,1326.565056 +166155,1810.632588,2389.930861,2512.749139,829.0020951,2309.880736 +166156,1288.71429,2099.527167,2353.011262,592.8767572,1348.702685 +166157,1832.368152,2404.804147,2506.92586,839.2598233,2353.228244 +166158,1308.300361,2122.572043,2344.015327,602.1759914,1359.693376 +166159,1854.594081,2407.881485,2499.504155,849.3296476,2363.475176 +166160,1327.415066,2134.07219,2335.946448,611.8360758,1378.43447 +166161,1875.422141,2432.711937,2492.900299,858.7078228,2383.150156 +166162,1346.345656,2145.32574,2329.119908,620.9851498,1395.378903 +166163,1895.747018,2443.563907,2487.280105,868.0984805,2402.445156 +166164,1365.08391,2158.350835,2324.486719,629.7947882,1411.886122 +166165,1915.214862,2466.809377,2482.908386,877.1616096,2420.704258 +166166,1383.282492,2166.55199,2319.301257,638.3144316,1427.538583 +166167,1934.456604,2474.779196,2478.430684,886.0400054,2438.4859 +166168,1400.798433,2195.017664,2312.954535,646.5396475,1442.480445 +166169,1953.444122,2469.292262,2472.251994,894.791461,2455.817534 +166170,1417.500288,2215.317682,2302.386955,654.3238104,1456.322597 +166171,1973.663468,2478.297866,2463.752756,904.41834,2472.857733 +166172,1599.811904,2303.327738,2460.110107,738.0334582,1765.605644 +166173,1751.197565,2377.830597,2453.613077,805.3276517,2036.188295 +166174,1736.844686,2371.056659,2447.415123,800.4640106,1997.576624 +166175,1746.207513,2375.871033,2442.833771,804.1778253,2003.930255 +166176,1756.263751,2381.310424,2439.655337,809.956451,2010.606704 +166177,1766.034653,2386.238628,2437.533814,814.624041,2017.603468 +166178,1775.74106,2391.020011,2436.090038,819.7506792,2024.114741 +166179,1785.45128,2395.945014,2435.072636,824.5927319,2030.818292 +166180,1795.079676,2407.590457,2434.492467,829.6346733,2037.109181 +166181,1801.85868,2408.316007,2435.966986,831.0207262,2043.650688 +166182,1811.093842,2418.329126,2434.751952,835.2132234,2049.942019 +166183,1820.607647,2422.807324,2435.888559,839.8659088,2056.053211 +166184,1829.716477,2427.200513,2436.243814,844.4874843,2062.227494 +166185,1839.329121,2432.009985,2434.561293,849.1164104,2068.256951 +166186,1848.414866,2436.531253,2433.736609,853.7043096,2074.22006 +166187,1857.648543,2440.899644,2434.983394,858.3060585,2080.107298 +166188,1866.93658,2445.019412,2435.423947,863.0009213,2085.993614 +166189,1875.89779,2448.997468,2433.843998,867.4080942,2091.541393 +166190,1885.06499,2453.059225,2433.115568,872.0601411,2097.39279 +166191,1894.133073,2456.720224,2432.730322,876.580864,2103.006267 +166192,1903.073607,2460.251285,2432.52394,881.1308976,2108.443781 +166193,1911.886105,2464.014649,2432.421697,885.6581428,2113.988206 +166194,1920.571882,2467.322554,2432.376035,890.1436135,2119.269395 +166195,1930.198509,2470.556082,2432.349748,894.6205385,2124.749813 +166196,1944.432741,2473.724138,2432.321867,899.1408481,2129.936 +166197,1944.231717,2476.707361,2432.301065,903.6121812,2135.173658 +166198,1966.484211,2479.663619,2432.28062,907.9548465,2140.368159 +166199,1956.082437,2482.369706,2432.272029,912.4835752,2145.588572 +166200,1962.137154,2485.011702,2432.302172,916.8580603,2150.482489 +166201,1995.106398,2490.180599,2431.282532,924.1032575,2167.144086 +166202,1994.922258,2493.712405,2430.632402,929.1381182,2181.717712 +166203,2006.642315,2496.39646,2430.312442,934.0034927,2173.432569 +166204,2015.95105,2498.992837,2430.15485,938.7317378,2180.268407 +166205,2025.155846,2501.48515,2430.006594,943.5179522,2194.418441 +166206,2033.994031,2503.863424,2429.824685,948.2032027,2194.797635 +166207,2042.97704,2505.99716,2429.627401,952.7279199,2201.223678 +166208,2051.791044,2508.049396,2429.41996,957.4480623,2206.59312 +166209,2060.543822,2509.777349,2429.20634,961.99178,2211.640619 +166210,2069.239568,2511.878792,2428.998848,966.5635423,2216.747715 +166211,2077.867837,2513.594794,2430.506218,971.0552174,2222.027181 +166212,2086.52936,2514.890359,2429.301658,975.7020595,2226.837098 +166213,2094.772475,2523.25643,2428.851319,980.0904666,2231.890352 +166214,2103.476389,2508.816085,2428.450404,984.6244332,2242.242845 +166215,2111.872251,2528.890315,2428.13871,989.0276234,2243.087144 +166216,2120.041261,2518.272268,2428.108405,993.5391821,2236.128045 +166217,2128.367369,2521.75609,2428.149905,997.9668359,2257.466314 +166218,2136.643862,2522.883108,2427.913602,1002.284757,2254.714173 +166219,2144.480974,2523.583073,2427.731969,1006.639016,2260.830588 +166220,2152.789463,2524.114216,2427.572374,1011.055448,2265.647056 +166221,2160.689822,2524.716869,2427.392215,1015.343189,2286.032709 +166222,2168.760286,2525.092891,2426.929004,1019.654819,2250.511017 +166223,2176.479075,2525.437787,2426.328684,1023.940054,2295.91304 +166224,2184.411355,2525.727026,2425.752562,1028.201252,2273.720936 +166225,2192.081163,2525.765698,2425.316043,1032.446855,2291.980816 +166226,2200.123713,2525.772778,2425.014755,1036.671343,2292.021299 +166227,2207.569654,2525.930735,2426.512797,1040.819102,2310.991703 +166228,2215.332284,2525.274338,2425.417909,1045.09291,2280.314649 +166229,2222.998612,2525.486657,2426.753403,1049.215367,2329.896252 +166230,2230.660724,2524.839899,2427.365863,1053.373951,2286.911847 +166231,2237.163765,2524.337452,2427.947486,1056.347401,2338.297797 +166232,2243.434975,2523.154024,2426.623122,1059.046647,2309.289425 +166233,2249.786329,2522.967274,2426.010607,1061.716916,2325.612564 +166234,2256.037449,2521.965261,2425.886203,1064.395172,2327.774153 +166235,2261.944745,2521.000924,2426.052727,1066.876194,2331.807883 +166236,2268.248967,2519.942678,2426.277303,1069.335553,2335.823624 +166237,2273.779388,2518.741312,2426.480652,1071.71863,2340.01357 +166238,2279.88854,2517.674197,2426.703417,1074.037752,2350.059785 +166239,2285.435229,2516.099854,2426.812201,1076.296375,2344.840484 +166240,2295.170391,2514.486218,2426.718827,1078.496922,2352.868576 +166241,2297.347682,2512.918067,2426.55966,1080.581474,2356.243392 +166242,2310.656983,2511.157895,2426.357809,1082.762981,2359.925982 +166243,2299.754107,2509.24796,2426.10315,1084.819721,2363.619123 +166244,2307.465246,2507.310487,2425.819729,1086.729741,2367.653836 +166245,2323.675367,2505.1835,2425.467754,1088.715517,2371.332247 +166246,2322.17137,2503.001767,2425.039986,1090.602481,2374.874706 +166247,2328.841147,2500.647681,2424.573628,1092.453879,2378.777858 +166248,2334.188985,2498.413076,2424.073577,1094.261957,2382.368426 +166249,2339.07275,2495.576566,2423.527757,1096.027995,2385.74638 +166250,2344.264968,2493.090799,2422.947957,1097.753062,2389.544893 +166251,2349.162514,2490.182777,2422.34548,1099.438464,2393.011303 +166252,2354.029388,2480.518049,2421.570799,1101.085246,2396.281522 +166253,2358.774939,2493.264493,2420.920625,1102.694311,2399.980001 +166254,2363.57471,2471.084431,2420.264755,1104.204323,2403.232921 +166255,2368.303856,2480.229295,2419.543741,1107.496926,2411.957097 +166256,2373.047007,2473.805449,2418.897573,1106.451606,2407.547412 +166257,2377.486244,2469.960262,2418.131184,1111.696632,2413.571615 +166258,2382.343804,2466.804069,2417.312694,1108.050413,2416.688526 +166259,2386.451815,2463.064151,2416.532657,1116.740438,2419.799394 +166260,2391.164163,2459.248327,2415.750832,1108.025707,2422.597466 +166261,2277.368895,2404.260074,2411.849329,1059.74492,2211.83924 +166262,2278.985299,2394.442885,2396.502685,1062.586577,2221.017728 +166263,2280.915362,2391.403992,2380.54091,1060.711569,2211.585051 +166264,2283.377499,2385.983128,2365.745913,1061.734624,2217.452917 +166265,2285.812859,2380.86748,2355.934602,1062.218636,2218.697489 +166266,2288.31899,2375.757331,2349.550824,1062.709908,2220.059221 +166267,2290.82609,2370.504991,2345.21516,1063.139662,2222.158257 +166268,2293.327245,2365.180148,2342.022342,1063.714087,2223.904766 +166269,2292.688034,2353.884201,2339.332816,1066.438477,2225.855192 +166270,2294.647427,2347.181275,2337.083301,1067.258515,2227.486378 +166271,2297.060667,2341.494418,2335.190195,1067.899705,2229.64065 +166272,2299.19469,2335.339588,2333.542265,1069.216192,2231.38192 +166273,2301.646306,2329.35902,2332.016212,1068.959897,2233.26617 +166274,2303.969494,2323.474447,2330.548657,1070.600004,2235.142497 +166275,2306.295255,2317.360389,2329.110991,1069.592801,2236.798523 +166276,2308.599569,2311.202519,2327.685795,1072.215238,2238.866713 +166277,2310.878176,2305.062089,2326.265641,1069.683757,2240.617551 +166278,2313.133045,2299.043644,2326.539736,1073.664017,2242.473447 +166279,2315.34893,2292.179246,2324.05085,1070.174228,2244.170462 +166280,2317.547082,2286.048136,2322.160503,1075.726538,2245.825902 +166281,2319.708934,2272.210193,2320.386512,1068.731132,2247.823656 +166282,2321.976656,2282.965913,2318.854389,1079.477894,2249.455194 +166283,2323.734423,2254.433388,2317.375491,1065.138662,2251.288724 +166284,2326.107209,2263.128991,2315.778739,1086.185738,2252.686412 +166285,2328.024559,2250.962264,2314.303716,1057.134416,2254.738622 +166286,2330.047268,2244.778092,2312.850795,1098.900222,2256.3479 +166287,2332.01811,2237.814323,2311.502631,1046.109693,2263.144836 +166288,2333.95362,2230.798913,2310.156986,1086.824919,2257.583119 +166289,2335.767316,2223.72013,2308.594255,1083.688616,2261.194046 +166290,2327.879785,2207.707111,2306.91655,1059.551167,2263.307415 +166291,2328.556458,2199.107083,2305.190792,1079.85917,2264.212411 +166292,2330.178024,2191.324379,2303.482797,1093.890874,2265.434419 +166293,2332.052334,2183.678003,2301.978339,1051.003339,2267.022655 +166294,2336.005008,2175.826218,2302.389797,1089.422901,2268.609728 +166295,2338.330067,2168.230133,2300.165481,1076.152427,2269.731117 +166296,2338.579226,2160.564624,2298.660486,1079.299775,2271.419067 +166297,2346.348303,2153.021031,2297.474983,1080.129346,2273.13059 +166298,2333.829451,2145.195686,2296.462084,1081.025765,2274.140476 +166299,2343.726175,2137.516619,2295.557401,1081.867204,2275.4825 +166300,2360.551147,2138.099304,2294.944481,1082.830753,2282.118158 +166301,2361.057421,2131.84911,2294.506785,1083.755373,2277.027993 +166302,2365.276767,2124.881486,2293.950918,1084.681311,2279.795484 +166303,2368.35029,2117.74462,2293.359661,1085.613452,2281.808995 +166304,2371.324521,2098.234702,2292.902179,1086.551224,2282.887552 +166305,2374.253681,2120.755775,2292.642817,1087.494731,2284.178401 +166306,2377.150861,2068.33317,2292.597681,1088.444024,2285.57977 +166307,2379.929934,2114.950847,2292.624935,1089.358396,2286.808136 +166308,2383.007538,2052.368281,2292.703579,1090.350059,2288.242091 +166309,2385.547001,2091.751947,2292.992405,1091.279398,2294.482184 +166310,2388.412102,2048.421033,2293.159125,1092.282027,2284.525155 +166311,2391.491633,2064.69468,2295.028305,1093.22306,2298.670745 +166312,2393.898987,2044.04288,2294.33802,1094.233153,2292.772062 +166313,2396.96367,2063.278676,2295.824795,1095.184853,2294.863057 +166314,2399.690621,2003.37286,2294.755115,1096.269555,2296.256199 +166315,2402.413908,2052.112133,2296.162319,1097.064981,2298.23118 +166316,2405.245802,1997.051396,2295.116789,1098.301068,2298.787562 +166317,2407.927893,2018.611541,2296.525304,1099.11555,2300.765598 +166318,2410.744832,2000.365295,2297.201509,1100.204627,2301.923209 +166319,2413.400242,2009.631089,2297.724695,1101.167577,2307.942234 +166320,2419.58164,1965.015263,2298.010993,1102.167747,2298.703407 +166321,2173.17609,1878.949207,2290.235179,993.9905002,1860.117975 +166322,2177.897697,1855.799138,2260.504228,992.7026873,1867.791006 +166323,2174.325996,1848.158622,2226.084487,991.9522475,1866.399284 +166324,2174.946816,1841.625953,2197.213387,991.6271899,1857.696198 +166325,2175.057172,1826.283245,2175.434168,991.6186513,1839.522415 +166326,2176.182224,1828.954912,2159.916954,991.6659868,1879.030492 +166327,2176.719965,1800.35963,2148.70172,991.6417864,1819.150735 +166328,2177.837806,1812.884672,2140.633766,992.7479413,1875.810895 +166329,2178.907678,1784.586939,2134.572792,992.9524877,1823.537103 +166330,2180.0775,1788.121373,2129.925137,992.9600202,1869.090567 +166331,2181.453783,1774.755411,2126.167674,993.7447669,1838.23799 +166332,2182.540173,1766.825238,2122.792953,993.6199958,1841.982579 +166333,2187.45484,1757.980219,2119.96536,994.7032283,1845.17011 +166334,2180.227463,1749.234201,2119.568712,993.3990969,1841.881306 +166335,2204.62467,1740.500288,2118.581413,996.6805963,1841.380649 +166336,2164.935872,1731.682017,2115.69188,993.8445095,1840.628516 +166337,2200.66824,1723.170738,2113.784943,998.5793958,1839.877618 +166338,2214.798687,1714.460377,2114.035596,992.5644379,1839.243575 +166339,2154.683786,1705.980473,2111.780558,1003.354309,1838.647537 +166340,2213.132059,1697.252503,2110.298192,989.1044872,1837.919224 +166341,2192.305184,1688.67794,2110.848825,1009.98744,1837.640586 +166342,2198.06569,1680.312045,2108.789093,982.9355866,1837.054033 +166343,2199.830714,1671.774962,2107.438175,1001.665163,1836.669975 +166344,2201.626757,1663.360731,2106.330214,999.8012793,1836.324081 +166345,2203.450977,1654.861247,2107.149457,999.0306306,1835.973041 +166346,2205.434383,1646.657762,2105.294158,1000.35063,1835.661725 +166347,2207.105928,1638.38969,2105.878379,1001.046551,1835.499384 +166348,2209.098836,1646.714402,2103.910879,1001.738477,1835.192485 +166349,2211.017664,1597.718552,2102.702072,1002.450683,1834.944018 +166350,2212.971738,1637.895556,2101.783422,1003.24173,1834.983814 +166351,2215.035055,1584.630995,2102.798813,1003.954613,1834.825189 +166352,2217.123191,1606.325135,2101.16006,1004.834207,1834.727353 +166353,2219.261746,1587.508891,2100.163557,1005.685722,1834.700134 +166354,2221.425363,1581.654431,2101.194835,1006.564823,1834.730021 +166355,2223.609869,1573.882969,2101.49596,1007.459828,1840.454495 +166356,2225.822701,1565.970033,2099.577219,1008.37239,1826.087893 +166357,2228.075243,1558.323378,2100.289818,1009.306122,1844.403292 +166358,2230.335398,1550.539218,2098.699037,1010.249071,1831.499218 +166359,2232.783737,1543.155841,2097.777111,1011.213119,1835.927654 +166360,2237.080356,1535.488409,2097.138759,1012.189792,1835.618614 +166361,2237.604691,1528.093439,2096.906617,1013.181682,1835.718467 +166362,2241.647523,1520.624962,2098.353755,1014.189014,1835.955811 +166363,2245.889481,1513.44389,2097.100438,1015.206214,1836.119951 +166364,2241.304856,1505.867647,2096.497303,1016.241161,1836.400471 +166365,2266.218063,1498.935616,2096.12052,1017.286932,1836.593795 +166366,2216.100929,1491.662109,2095.924245,1018.412956,1837.085657 +166367,2268.785572,1484.678432,2097.598931,1019.386346,1837.380332 +166368,2250.942693,1477.71145,2098.287141,1020.514757,1837.684297 +166369,2257.090048,1470.708144,2096.826078,1021.598248,1837.996115 +166370,2259.930407,1464.019707,2097.957833,1022.708271,1838.582284 +166371,2262.61666,1457.300351,2098.416619,1023.822834,1838.881828 +166372,2265.225447,1450.507594,2098.647153,1024.951504,1839.306513 +166373,2267.832068,1446.111087,2097.007621,1026.020327,1839.552773 +166374,2270.699954,1441.469629,2098.087807,1027.272678,1840.385316 +166375,2273.373849,1436.608743,2098.568186,1028.3816,1840.714634 +166376,2279.250159,1432.12244,2098.847799,1029.560586,1841.202007 +166377,2279.694048,1427.477894,2097.273722,1030.737816,1841.700036 +166378,2287.923437,1422.97971,2096.662391,1031.925985,1842.297298 +166379,2272.984266,1418.53285,2096.473879,1033.121858,1842.642616 +166380,2289.674599,1414.153667,2096.525277,1034.326786,1843.475911 +166381,2552.772727,1516.263302,2106.535916,1142.205275,2044.369223 +166382,2511.786113,1513.99499,2133.436183,1145.242595,2070.161126 +166383,2545.283596,1511.094733,2165.209802,1147.645973,2100.702076 +166384,2542.946988,1508.037869,2191.236409,1150.078636,2125.567495 +166385,2547.21351,1504.806664,2209.945182,1152.041698,2143.525614 +166386,2551.926753,1501.894218,2222.648761,1154.144559,2155.798012 +166387,2556.03071,1498.564891,2231.509165,1156.119441,2164.172572 +166388,2560.103486,1495.547873,2237.618309,1158.066852,2169.985317 +166389,2564.116553,1492.489,2242.127073,1159.986587,2174.114713 +166390,2568.069087,1489.40284,2245.602726,1161.884592,2177.112615 +166391,2571.972651,1486.612522,2248.385713,1163.764827,2179.328003 +166392,2575.851034,1483.844708,2250.693692,1165.629606,2180.992434 +166393,2579.692918,1481.504442,2252.674127,1167.481452,2182.265534 +166394,2583.40951,1479.294078,2254.42773,1169.321264,2183.257139 +166395,2587.189335,1477.202272,2256.025034,1171.150651,2184.045296 +166396,2590.970368,1475.224907,2259.227953,1172.970907,2186.792121 +166397,2594.559372,1473.347987,2259.695373,1177.154095,2186.17736 +166398,2602.660392,1469.749898,2260.743071,1178.422055,2186.253803 +166399,2607.279309,1467.699908,2261.851256,1180.819058,2186.617186 +166400,2611.067982,1465.643818,2262.916421,1183.645561,2187.067161 +166401,2623.158826,1463.869712,2264.073939,1186.292062,2187.649001 +166402,2606.995275,1461.987017,2266.790162,1189.186856,2190.101712 +166403,2635.941029,1460.387456,2268.57531,1192.098337,2191.363126 +166404,2613.774085,1458.634754,2269.987825,1195.030673,2192.121493 +166405,2642.809738,1456.997264,2271.418435,1198.230903,2192.623956 +166406,2629.882238,1455.383066,2272.638487,1201.344913,2193.076492 +166407,2637.930946,1453.801935,2271.983694,1204.600814,2191.172753 +166408,2641.974465,1452.258082,2273.907734,1207.923966,2192.401117 +166409,2644.843829,1450.741162,2273.615536,1211.319713,2190.855482 +166410,2648.600002,1449.26027,2274.079061,1214.868044,2190.20773 +166411,2652.046692,1447.838637,2274.836054,1218.33394,2189.89277 +166412,2655.541777,1446.45392,2275.752626,1222.049233,2189.752721 +166413,2659.052304,1445.102531,2276.761826,1225.772752,2189.711212 +166414,2662.433435,1443.782755,2277.824396,1229.58092,2189.723826 +166415,2665.864256,1442.494257,2278.916592,1233.462035,2189.763252 +166416,2669.38586,1441.237626,2281.717223,1237.415379,2191.909339 +166417,2672.426844,1440.008154,2283.76956,1241.437583,2192.904928 +166418,2675.96004,1438.808431,2283.545209,1245.532072,2191.341441 +166419,2679.448577,1437.642834,2285.731111,1249.692197,2192.976138 +166420,2682.611199,1436.500767,2287.257104,1253.924261,2193.555288 +166421,2685.819373,1435.388825,2286.872712,1258.222791,2191.727933 +166422,2689.198071,1434.308505,2287.307527,1262.591564,2190.890376 +166423,2692.530488,1433.254972,2288.069046,1267.026302,2190.430074 +166424,2695.701691,1432.230601,2289.1633,1271.528444,2190.165196 +166425,2699.254242,1431.146799,2291.951447,1276.097939,2192.097956 +166426,2702.372056,1430.309698,2293.651317,1280.812435,2192.940279 +166427,2705.397424,1429.308831,2293.479678,1285.390593,2191.265195 +166428,2709.318229,1428.41262,2293.587811,1290.216362,2190.535187 +166429,2712.456857,1427.531532,2294.47737,1294.953975,2190.161814 +166430,2715.98691,1426.678575,2295.627623,1299.969778,2189.962286 +166431,2719.309039,1425.854255,2296.701228,1304.871756,2189.853904 +166432,2722.901453,1425.058195,2298.013898,1309.907372,2189.798001 +166433,2733.733162,1424.379026,2299.335778,1315.075967,2189.95785 +166434,2719.460154,1423.511397,2302.176581,1320.101859,2192.026569 +166435,2744.349188,1422.859302,2302.404359,1328.587011,2190.837581 +166436,2734.154062,1422.165469,2303.355439,1330.35592,2190.543139 +166437,2740.615169,1421.509731,2304.570103,1343.49749,2190.308435 +166438,2744.695257,1420.883025,2305.649458,1333.134261,2190.124462 +166439,2748.142745,1420.286041,2308.526161,1344.820858,2192.1648 +166440,2751.188208,1419.712022,2308.78999,1355.032175,2190.975456 +166441,2803.977547,1441.987933,2311.528382,1379.683094,2193.420043 +166442,2807.937678,1442.718288,2319.164918,1387.369158,2202.489667 +166443,2813.010318,1443.022622,2325.119751,1393.889635,2209.871293 +166444,2818.788683,1443.145517,2332.781598,1400.331377,2219.276946 +166445,2822.705088,1443.409772,2336.738807,1406.50933,2224.393551 +166446,2827.124953,1443.445192,2340.432988,1412.87614,2229.136093 +166447,2832.031913,1443.537043,2343.746164,1419.169386,2233.304475 +166448,2836.739422,1443.701326,2348.463921,1425.497418,2239.092622 +166449,2840.397716,1443.644491,2350.35032,1431.8477,2241.278326 +166450,2845.017851,1443.791151,2352.640339,1438.224594,2243.848863 +166451,2849.00562,1443.869511,2355.014694,1444.640231,2246.408827 +166452,2853.664189,1443.971701,2357.411818,1451.083614,2248.894214 +166453,2865.148643,1444.086536,2359.967107,1457.560645,2251.487386 +166454,2852.857232,1444.213694,2362.34244,1464.070024,2253.783758 +166455,2876.327583,1444.355977,2366.294186,1472.960973,2257.967594 +166456,2868.675718,1444.507894,2367.747497,1481.553896,2259.014912 +166457,2874.776324,1444.678216,2369.626709,1482.463422,2260.531725 +166458,2879.917511,1444.861885,2373.294547,1483.116128,2264.203527 +166459,2883.65759,1445.057754,2376.124221,1501.734032,2266.802119 +166460,2886.851287,1445.268225,2376.901275,1502.558703,2266.827398 +166461,2892.03595,1445.497208,2380.110528,1510.438496,2269.814697 +166462,2894.892619,1445.73437,2381.011105,1517.327118,2269.90606 +166463,2907.518335,1445.992836,2384.662797,1523.973564,2273.119829 +166464,2894.647332,1446.258488,2385.620999,1530.833768,2273.230258 +166465,2914.630168,1446.543923,2387.172971,1537.650405,2274.049305 +166466,2912.024795,1446.841208,2389.171798,1550.58035,2275.388231 +166467,2914.965657,1447.152914,2391.246979,1545.015046,2276.796815 +166468,2920.913168,1448.290467,2394.967635,1558.903708,2280.225895 +166469,2931.298441,1448.72323,2396.379149,1566.130376,2280.890654 +166470,2920.971946,1449.077511,2398.288229,1571.878621,2281.881084 +166471,2937.728513,1448.845436,2400.264637,1578.688754,2282.935026 +166472,2936.193771,1448.490036,2402.382347,1588.388875,2284.260371 +166473,2937.644392,1448.072093,2404.323621,1592.351513,2285.530816 +166474,2941.94181,1447.609518,2407.660208,1603.887923,2288.696415 +166475,2950.873629,1446.659185,2408.421193,1600.102825,2288.851058 +166476,2940.696754,1446.077401,2409.507637,1603.020871,2289.591954 +166477,2956.294748,1445.517858,2412.214038,1622.829343,2292.463286 +166478,2954.385261,1444.941803,2412.457655,1621.940847,2292.390538 +166479,2955.428756,1444.352709,2413.191834,1637.03087,2292.975251 +166480,2965.077741,1443.74092,2414.154779,1626.011197,2293.877291 +166481,2956.821812,1443.109036,2415.131428,1663.435884,2294.833099 +166482,2967.618697,1442.456416,2416.033518,1625.140572,2295.738146 +166483,2968.600594,1441.784059,2417.205763,1682.210508,2297.019494 +166484,2969.983964,1441.091292,2418.391729,1636.761451,2298.362669 +166485,2971.882682,1440.379274,2419.493644,1694.779535,2299.646745 +166486,2974.088721,1439.647917,2420.461617,1665.42306,2300.80693 +166487,2976.306569,1438.897812,2421.23933,1684.628841,2301.768887 +166488,2978.70493,1438.129192,2422.081605,1688.95484,2302.842607 +166489,2982.783826,1437.255233,2424.708182,1695.13553,2306.153949 +166490,2982.473055,1436.577336,2424.731184,1701.67814,2306.297121 +166491,2983.065031,1435.694256,2425.216727,1708.007506,2307.040525 +166492,2983.991411,1434.866486,2425.788313,1714.416388,2307.908082 +166493,2985.126191,1434.009197,2426.383838,1720.783539,2308.823904 +166494,2986.396805,1433.134113,2426.982194,1727.065824,2309.765924 +166495,2987.756216,1432.24226,2427.573488,1733.62111,2310.724914 +166496,2989.173586,1431.333262,2428.151278,1739.953608,2311.694224 +166497,2990.628675,1430.407746,2428.710871,1746.326597,2312.668239 +166498,2992.11007,1429.551649,2429.250305,1752.583015,2313.839398 +166499,2993.718199,1428.466332,2429.837342,1765.10105,2314.882337 +166500,2995.238398,1427.550981,2430.339261,1756.785407,2315.843788 +166501,2996.023793,1393.395637,2430.273922,1743.329852,2316.017335 +166502,2984.994437,1392.124435,2426.113029,1743.844253,2310.240698 +166503,2906.162038,1390.866675,2418.506718,1750.91754,2299.354734 +166504,2958.016565,1389.66044,2410.714332,1763.269333,2288.11061 +166505,2943.592164,1388.447566,2405.611416,1760.863413,2280.104433 +166506,2953.705955,1387.225768,2402.666929,1770.860945,2274.828009 +166507,2942.549758,1385.994568,2400.715661,1776.410359,2270.93746 +166508,2956.03737,1384.75236,2399.418706,1782.664111,2268.059177 +166509,2947.022386,1383.498783,2398.536771,1788.863881,2265.907603 +166510,2959.383737,1382.231917,2397.952308,1795.054536,2264.329544 +166511,2957.925391,1380.953011,2397.686798,1801.356793,2263.336861 +166512,2951.544264,1379.660149,2398.99136,1809.724512,2264.462315 +166513,2964.136739,1378.351026,2397.769434,1819.168593,2262.639091 +166514,2956.934431,1377.033084,2398.943797,1827.521168,2263.915909 +166515,2967.467162,1375.694748,2397.846402,1836.019474,2262.514789 +166516,2965.855978,1374.34706,2397.571459,1844.582199,2262.232356 +166517,2958.491063,1372.982637,2397.357347,1853.325405,2262.11404 +166518,2972.401961,1371.604232,2397.225376,1861.749523,2262.181084 +166519,2971.339362,1370.211939,2397.410888,1870.397416,2262.922319 +166520,2963.677813,1368.804482,2397.540536,1884.228744,2263.449046 +166521,2977.165557,1367.383129,2397.600656,1885.578715,2263.957965 +166522,2975.901894,1365.947198,2397.79296,1896.680767,2264.693107 +166523,2969.181833,1364.414902,2399.427032,1905.089155,2267.262017 +166524,2981.578867,1363.068217,2398.410102,1913.211119,2266.640853 +166525,2972.62129,1361.533031,2397.989351,1921.746688,2266.793836 +166526,2986.597755,1360.052,2399.45929,1930.392752,2269.302116 +166527,2975.519235,1358.623902,2398.518102,1943.67285,2269.092047 +166528,2990.024235,1356.985934,2399.724926,1940.312492,2271.287137 +166529,2979.580618,1355.504126,2400.153978,1962.403384,2272.580528 +166530,2985.869244,1353.941863,2400.230213,1962.676684,2273.606464 +166531,2988.881879,1352.824423,2400.130886,1971.383434,2274.431001 +166532,2990.349209,1351.709518,2400.058893,1979.717327,2274.680117 +166533,2990.828702,1350.832237,2398.508817,1991.411154,2273.698365 +166534,2994.194743,1349.812855,2399.579829,1993.551919,2275.71938 +166535,2994.765446,1348.87951,2398.433957,2001.270376,2274.888822 +166536,2997.889426,1347.960799,2399.760508,2014.543855,2276.978701 +166537,2998.408265,1347.054816,2398.900779,2015.256782,2276.379938 +166538,3000.380646,1346.170573,2398.773282,2022.580736,2276.836228 +166539,3009.714611,1345.301049,2398.846202,2035.500015,2277.304845 +166540,2998.87971,1344.448142,2400.790387,2037.638853,2280.042373 +166541,3004.274147,1343.606232,2399.881376,2042.462115,2279.256284 +166542,3015.06339,1342.784576,2399.74627,2053.598612,2279.397636 +166543,3004.310393,1342.055393,2401.666292,2062.700454,2282.042072 +166544,3009.042195,1341.140001,2401.099019,2062.937546,2281.382021 +166545,3013.440254,1340.337266,2402.35116,2067.447743,2283.392047 +166546,3013.429427,1339.668417,2401.231223,2071.13702,2282.263388 +166547,3014.686285,1338.85783,2400.663816,2073.838466,2281.78472 +166548,3023.751397,1338.124509,2400.355643,2075.826495,2281.59117 +166549,3011.428695,1337.392441,2399.960303,2078.036218,2281.263644 +166550,3025.112672,1336.672005,2399.434704,2080.383915,2280.75667 +166551,3014.927166,1335.963492,2398.862204,2082.876314,2280.176824 +166552,3027.408905,1335.266498,2398.304273,2085.494997,2279.601983 +166553,3025.169488,1334.581102,2397.881751,2088.307361,2279.184233 +166554,3013.094315,1331.443992,2397.197565,2090.833265,2278.43446 +166555,3023.760643,1330.185665,2396.040139,2092.632493,2277.435077 +166556,3012.62055,1329.189619,2396.310239,2095.926919,2278.432927 +166557,3023.623919,1328.261087,2394.109095,2096.519192,2276.426871 +166558,3012.713382,1327.3756,2392.540374,2097.934308,2275.149177 +166559,3026.070189,1326.513229,2392.935587,2101.625231,2276.222144 +166560,3021.878322,1325.663971,2391.158338,2102.915972,2274.543943 +166561,2863.881346,1258.339374,2388.8414,2102.558701,2273.093075 +166562,2867.581076,1256.766203,2375.672296,2092.746359,2256.316589 +166563,2865.677971,1255.319277,2359.566593,2081.443489,2234.364543 +166564,2872.691412,1253.885214,2346.196877,2074.287013,2215.651392 +166565,2854.185599,1252.531507,2336.396947,2071.334814,2200.458759 +166566,2874.627894,1251.188017,2329.62533,2071.327515,2189.37956 +166567,2853.784551,1249.862204,2324.919499,2072.844516,2181.121889 +166568,2872.855638,1248.551609,2321.51445,2074.957571,2174.581483 +166569,2852.707686,1247.253423,2320.503153,2078.948303,2171.56454 +166570,2871.851436,1245.970282,2319.142448,2081.881713,2168.477563 +166571,2850.539833,1244.697966,2316.113136,2082.471829,2163.652231 +166572,2870.487679,1243.432907,2314.08792,2083.892667,2160.332875 +166573,2849.558861,1242.177568,2314.135647,2087.412863,2159.806016 +166574,2861.002057,1240.934858,2311.822024,2088.101197,2156.582986 +166575,2857.774838,1239.695333,2310.316485,2089.535341,2154.544991 +166576,2856.366329,1238.540526,2309.157334,2091.247997,2153.093817 +166577,2855.765207,1237.209418,2308.1362,2093.008258,2151.956074 +166578,2854.91778,1236.047078,2307.221343,2094.777168,2151.078716 +166579,2853.944998,1234.828456,2306.37812,2096.521201,2150.404502 +166580,2852.954637,1233.627749,2305.578847,2098.220757,2149.884636 +166581,2851.936735,1232.434102,2304.808862,2099.87206,2149.487178 +166582,2851.1596,1231.246137,2305.694652,2103.273789,2151.211421 +166583,2849.505389,1230.067549,2304.0566,2103.76329,2149.896292 +166584,2848.701085,1228.892236,2302.960957,2104.812216,2149.301327 +166585,2847.801277,1227.723791,2303.687895,2107.865344,2150.993008 +166586,2846.046258,1226.563893,2301.974488,2108.143942,2149.715187 +166587,2845.085485,1225.407088,2300.845498,2109.044689,2149.185123 +166588,2844.157069,1224.257682,2299.929852,2110.177541,2148.934243 +166589,2844.538631,1223.113009,2300.789815,2113.240146,2150.895125 +166590,2844.465499,1221.977211,2299.228237,2113.512962,2149.900156 +166591,2844.820483,1220.379485,2298.286541,2114.422381,2149.68792 +166592,2844.790382,1218.687604,2297.52219,2115.55745,2149.765452 +166593,2844.751568,1216.947791,2296.785545,2116.776916,2149.996941 +166594,2844.992385,1215.09993,2297.657115,2119.804124,2152.342676 +166595,2844.468695,1213.40583,2295.939457,2119.93041,2151.626249 +166596,2844.667191,1211.525136,2294.704035,2120.619024,2151.60055 +166597,2844.584998,1209.68542,2293.596731,2121.513117,2151.605821 +166598,2844.474779,1207.812641,2292.538802,2122.502516,2151.941468 +166599,2844.632285,1205.989542,2293.119205,2125.311969,2154.575327 +166600,2844.008895,1203.974351,2291.150566,2125.231186,2153.714115 +166601,2844.582722,1202.090242,2291.322889,2127.518654,2155.760276 +166602,2843.552881,1200.132497,2289.101943,2127.132822,2154.893178 +166603,2843.658413,1198.163672,2287.467724,2127.440578,2154.784866 +166604,2843.653353,1196.17877,2287.671061,2129.823787,2156.973687 +166605,2842.848735,1194.180822,2285.427679,2129.455857,2156.175834 +166606,2842.72379,1192.163111,2283.569363,2129.720603,2156.108776 +166607,2842.29528,1190.132029,2282.091462,2130.212325,2156.289681 +166608,2841.923126,1188.085485,2280.702694,2130.800681,2156.596489 +166609,2841.4228,1186.024461,2279.34502,2131.407778,2156.971626 +166610,2840.937472,1183.94915,2277.9933,2131.991942,2157.383507 +166611,2840.38099,1181.859976,2276.630036,2132.536479,2157.814574 +166612,2839.708603,1179.757078,2275.251132,2133.035733,2158.252958 +166613,2839.389186,1177.639533,2275.482486,2135.294765,2160.721711 +166614,2838.142752,1175.512547,2273.164423,2134.6376,2160.062858 +166615,2837.705054,1173.438414,2271.351524,2134.542747,2160.052668 +166616,2836.822843,1171.180968,2269.692638,2134.652119,2160.240129 +166617,2836.000182,1169.062068,2268.099104,2134.854674,2160.521751 +166618,2835.034002,1166.871112,2266.532889,2135.077153,2160.850504 +166619,2834.160218,1164.608551,2264.969065,2135.279434,2161.203095 +166620,2833.091555,1162.505614,2263.399678,2135.443817,2161.565911 +166621,1983.491271,1160.32123,1021.808178,1637.905065,2268.413568 +166622,2064.227393,1290.101604,1066.358581,1709.489826,2322.811084 +166623,2148.346524,1292.457332,1116.601642,1783.10832,2365.464146 +166624,2214.937344,1291.528337,1159.498264,1836.237994,2390.856493 +166625,2265.537295,1291.380327,1194.499119,1870.392614,2408.280885 +166626,2303.368116,1290.078842,1222.464759,1890.531986,2421.122095 +166627,2332.078416,1288.586235,1245.05766,1902.283567,2431.089712 +166628,2354.64015,1287.004267,1263.751514,1909.687969,2439.261468 +166629,2372.902182,1285.366135,1279.507572,1914.919221,2446.253657 +166630,2387.900865,1283.68982,1292.898536,1918.908391,2452.352173 +166631,2400.333828,1281.986131,1304.504309,1922.068577,2457.752584 +166632,2410.701009,1280.24045,1314.282974,1924.607173,2462.580713 +166633,2419.368172,1278.495459,1322.6582,1926.661666,2466.894313 +166634,2426.647368,1276.658096,1329.846031,1928.34215,2470.952669 +166635,2432.797725,1275.014809,1336.031517,1929.935131,2474.414134 +166636,2438.029331,1273.183336,1341.370453,1931.121042,2477.526582 +166637,2442.510363,1271.420729,1345.993003,1932.147498,2480.337102 +166638,2446.375172,1269.640163,1350.007872,1933.046178,2482.885948 +166639,2449.731059,1267.856831,1353.505877,1933.847843,2485.207367 +166640,2452.634243,1266.069508,1356.5484,1934.536401,2487.298866 +166641,2455.181813,1264.270176,1359.212591,1935.144901,2489.215637 +166642,2457.450112,1262.474089,1361.561885,1935.700138,2491.002167 +166643,2459.4714,1260.756756,1363.633659,1936.198123,2492.664438 +166644,2461.277867,1258.835562,1365.465346,1936.639143,2494.214936 +166645,2462.897376,1257.088554,1367.087086,1937.024569,2495.666612 +166646,2464.353009,1255.263677,1368.526521,1937.35602,2497.03126 +166647,2465.663642,1253.445524,1369.804611,1937.635073,2498.31921 +166648,2466.844772,1251.620537,1370.941327,1937.863159,2499.539452 +166649,2467.909015,1249.707963,1371.951239,1938.041485,2500.699726 +166650,2468.86678,1247.986102,1372.84906,1938.171079,2501.806721 +166651,2469.72669,1246.105962,1373.644918,1938.25279,2502.866154 +166652,2470.472389,1244.295875,1374.350984,1938.210193,2503.882924 +166653,2471.094068,1240.619448,1374.975158,1938.000278,2504.861134 +166654,2471.051264,1238.550447,1375.450904,1936.545031,2505.806475 +166655,2470.559157,1236.562915,1375.811407,1934.341811,2506.717527 +166656,2469.908383,1234.589525,1376.100184,1932.028751,2507.596548 +166657,2469.251287,1232.622542,1376.339193,1929.907264,2508.446769 +166658,2468.62593,1230.656371,1376.538129,1927.820497,2509.270831 +166659,2468.021038,1228.687918,1376.697667,1926.074597,2510.070524 +166660,2467.416116,1226.714831,1376.819663,1924.396259,2510.847034 +166661,2466.795564,1224.657402,1376.90353,1922.725756,2511.601146 +166662,2466.149769,1222.788257,1376.951656,1921.032997,2512.333443 +166663,2465.472812,1220.814206,1376.963914,1919.304923,2513.044378 +166664,2464.760649,1218.710122,1376.94279,1917.535429,2513.734333 +166665,2464.010142,1216.757491,1376.888038,1915.720583,2514.403637 +166666,2463.218807,1214.726196,1376.801995,1913.857231,2515.052591 +166667,2462.384711,1212.698397,1376.684272,1911.942863,2515.681452 +166668,2461.50641,1210.661377,1376.5371,1909.975675,2516.290472 +166669,2460.582815,1208.689546,1376.359997,1907.9545,2516.879871 +166670,2459.61378,1206.651346,1376.158145,1905.870325,2517.449868 +166671,2458.598632,1204.595439,1375.930216,1903.725896,2518.000657 +166672,2457.536793,1202.527617,1375.676773,1901.525743,2518.532432 +166673,2456.427968,1200.371797,1375.396286,1899.272225,2519.045361 +166674,2455.272192,1198.397464,1375.090512,1896.965791,2519.539631 +166675,2454.069678,1196.241409,1374.758786,1894.606108,2520.0154 +166676,2452.850408,1194.130327,1374.417808,1892.216285,2520.504811 +166677,2451.585181,1192.007357,1374.052892,1889.76988,2520.978677 +166678,2450.251161,1189.874829,1373.654674,1887.24944,2521.411722 +166679,2448.863114,1187.733002,1373.229106,1884.668599,2521.818101 +166680,2447.427545,1185.580625,1372.780805,1882.033802,2522.203491 +166681,0,0,0,0,0 +166682,0,0,0,0,0 +166683,0,0,0,0,0 +166684,0,0,0,0,0 +166685,0,0,0,0,0 +166686,0,0,0,0,0 +166687,0,0,0,0,0 +166688,0,0,0,0,0 +166689,0,0,0,0,0 +166690,0,0,0,0,0 +166691,0,0,0,0,0 +166692,0,0,0,0,0 +166693,0,0,0,0,0 +166694,0,0,0,0,0 +166695,0,0,0,0,0 +166696,0,0,0,0,0 +166697,0,0,0,0,0 +166698,0,0,0,0,0 +166699,0,0,0,0,0 +166700,0,0,0,0,0 +166701,0,0,0,0,0 +166702,0,0,0,0,0 +166703,0,0,0,0,0 +166704,0,0,0,0,0 +166705,0,0,0,0,0 +166706,0,0,0,0,0 +166707,0,0,0,0,0 +166708,0,0,0,0,0 +166709,0,0,0,0,0 +166710,0,0,0,0,0 +166711,0,0,0,0,0 +166712,0,0,0,0,0 +166713,0,0,0,0,0 +166714,0,0,0,0,0 +166715,0,0,0,0,0 +166716,0,0,0,0,0 +166717,0,0,0,0,0 +166718,0,0,0,0,0 +166719,0,0,0,0,0 +166720,0,0,0,0,0 +166721,0,0,0,0,0 +166722,0,0,0,0,0 +166723,0,0,0,0,0 +166724,0,0,0,0,0 +166725,0,0,0,0,0 +166726,0,0,0,0,0 +166727,0,0,0,0,0 +166728,0,0,0,0,0 +166729,0,0,0,0,0 +166730,0,0,0,0,0 +166731,0,0,0,0,0 +166732,0,0,0,0,0 +166733,0,0,0,0,0 +166734,0,0,0,0,0 +166735,0,0,0,0,0 +166736,0,0,0,0,0 +166737,0,0,0,0,0 +166738,0,0,0,0,0 +166739,0,0,0,0,0 +166740,0,0,0,0,0 +166741,0,0,0,0,0 +166742,0,0,0,0,0 +166743,0,0,0,0,0 +166744,0,0,0,0,0 +166745,0,0,0,0,0 +166746,0,0,0,0,0 +166747,0,0,0,0,0 +166748,0,0,0,0,0 +166749,0,0,0,0,0 +166750,0,0,0,0,0 +166751,0,0,0,0,0 +166752,0,0,0,0,0 +166753,0,0,0,0,0 +166754,0,0,0,0,0 +166755,0,0,0,0,0 +166756,0,0,0,0,0 +166757,0,0,0,0,0 +166758,0,0,0,0,0 +166759,0,0,0,0,0 +166760,0,0,0,0,0 +166761,0,0,0,0,0 +166762,0,0,0,0,0 +166763,0,0,0,0,0 +166764,0,0,0,0,0 +166765,0,0,0,0,0 +166766,0,0,0,0,0 +166767,0,0,0,0,0 +166768,0,0,0,0,0 +166769,0,0,0,0,0 +166770,0,0,0,0,0 +166771,0,0,0,0,0 +166772,0,0,0,0,0 +166773,0,0,0,0,0 +166774,0,0,0,0,0 +166775,0,0,0,0,0 +166776,0,0,0,0,0 +166777,0,0,0,0,0 +166778,0,0,0,0,0 +166779,0,0,0,0,0 +166780,0,0,0,0,0 +166781,0,0,0,0,0 +166782,0,0,0,0,0 +166783,0,0,0,0,0 +166784,0,0,0,0,0 +166785,0,0,0,0,0 +166786,0,0,0,0,0 +166787,0,0,0,0,0 +166788,0,0,0,0,0 +166789,0,0,0,0,0 +166790,0,0,0,0,0 +166791,0,0,0,0,0 +166792,0,0,0,0,0 +166793,0,0,0,0,0 +166794,0,0,0,0,0 +166795,0,0,0,0,0 +166796,0,0,0,0,0 +166797,0,0,0,0,0 +166798,0,0,0,0,0 +166799,0,0,0,0,0 +166800,0,0,0,0,0 +166801,0,0,0,0,0 +166802,0,0,0,0,0 +166803,0,0,0,0,0 +166804,0,0,0,0,0 +166805,0,0,0,0,0 +166806,0,0,0,0,0 +166807,0,0,0,0,0 +166808,0,0,0,0,0 +166809,0,0,0,0,0 +166810,0,0,0,0,0 +166811,0,0,0,0,0 +166812,0,0,0,0,0 +166813,0,0,0,0,0 +166814,0,0,0,0,0 +166815,0,0,0,0,0 +166816,0,0,0,0,0 +166817,0,0,0,0,0 +166818,0,0,0,0,0 +166819,0,0,0,0,0 +166820,0,0,0,0,0 +166821,0,0,0,0,0 +166822,0,0,0,0,0 +166823,0,0,0,0,0 +166824,0,0,0,0,0 +166825,0,0,0,0,0 +166826,0,0,0,0,0 +166827,0,0,0,0,0 +166828,0,0,0,0,0 +166829,0,0,0,0,0 +166830,0,0,0,0,0 +166831,0,0,0,0,0 +166832,0,0,0,0,0 +166833,0,0,0,0,0 +166834,0,0,0,0,0 +166835,0,0,0,0,0 +166836,0,0,0,0,0 +166837,0,0,0,0,0 +166838,0,0,0,0,0 +166839,0,0,0,0,0 +166840,0,0,0,0,0 +166841,0,0,0,0,0 +166842,0,0,0,0,0 +166843,0,0,0,0,0 +166844,0,0,0,0,0 +166845,0,0,0,0,0 +166846,0,0,0,0,0 +166847,0,0,0,0,0 +166848,0,0,0,0,0 +166849,0,0,0,0,0 +166850,0,0,0,0,0 +166851,0,0,0,0,0 +166852,0,0,0,0,0 +166853,0,0,0,0,0 +166854,0,0,0,0,0 +166855,0,0,0,0,0 +166856,0,0,0,0,0 +166857,0,0,0,0,0 +166858,0,0,0,0,0 +166859,0,0,0,0,0 +166860,0,0,0,0,0 +166861,0,0,0,0,0 +166862,0,0,0,0,0 +166863,0,0,0,0,0 +166864,0,0,0,0,0 +166865,0,0,0,0,0 +166866,0,0,0,0,0 +166867,0,0,0,0,0 +166868,0,0,0,0,0 +166869,0,0,0,0,0 +166870,0,0,0,0,0 +166871,0,0,0,0,0 +166872,0,0,0,0,0 +166873,0,0,0,0,0 +166874,0,0,0,0,0 +166875,0,0,0,0,0 +166876,0,0,0,0,0 +166877,0,0,0,0,0 +166878,0,0,0,0,0 +166879,0,0,0,0,0 +166880,0,0,0,0,0 +166881,0,0,0,0,0 +166882,0,0,0,0,0 +166883,0,0,0,0,0 +166884,0,0,0,0,0 +166885,0,0,0,0,0 +166886,0,0,0,0,0 +166887,0,0,0,0,0 +166888,0,0,0,0,0 +166889,0,0,0,0,0 +166890,0,0,0,0,0 +166891,0,0,0,0,0 +166892,0,0,0,0,0 +166893,0,0,0,0,0 +166894,0,0,0,0,0 +166895,0,0,0,0,0 +166896,0,0,0,0,0 +166897,0,0,0,0,0 +166898,0,0,0,0,0 +166899,0,0,0,0,0 +166900,0,0,0,0,0 +166901,0,0,0,0,0 +166902,0,0,0,0,0 +166903,0,0,0,0,0 +166904,0,0,0,0,0 +166905,0,0,0,0,0 +166906,0,0,0,0,0 +166907,0,0,0,0,0 +166908,0,0,0,0,0 +166909,0,0,0,0,0 +166910,0,0,0,0,0 +166911,0,0,0,0,0 +166912,0,0,0,0,0 +166913,0,0,0,0,0 +166914,0,0,0,0,0 +166915,0,0,0,0,0 +166916,0,0,0,0,0 +166917,0,0,0,0,0 +166918,0,0,0,0,0 +166919,0,0,0,0,0 +166920,0,0,0,0,0 +166921,0,0,0,0,0 +166922,0,0,0,0,0 +166923,0,0,0,0,0 +166924,0,0,0,0,0 +166925,0,0,0,0,0 +166926,0,0,0,0,0 +166927,0,0,0,0,0 +166928,0,0,0,0,0 +166929,0,0,0,0,0 +166930,0,0,0,0,0 +166931,0,0,0,0,0 +166932,0,0,0,0,0 +166933,0,0,0,0,0 +166934,0,0,0,0,0 +166935,0,0,0,0,0 +166936,0,0,0,0,0 +166937,0,0,0,0,0 +166938,0,0,0,0,0 +166939,0,0,0,0,0 +166940,0,0,0,0,0 +166941,0,0,0,0,0 +166942,0,0,0,0,0 +166943,0,0,0,0,0 +166944,0,0,0,0,0 +166945,0,0,0,0,0 +166946,0,0,0,0,0 +166947,0,0,0,0,0 +166948,0,0,0,0,0 +166949,0,0,0,0,0 +166950,0,0,0,0,0 +166951,0,0,0,0,0 +166952,0,0,0,0,0 +166953,0,0,0,0,0 +166954,0,0,0,0,0 +166955,0,0,0,0,0 +166956,0,0,0,0,0 +166957,0,0,0,0,0 +166958,0,0,0,0,0 +166959,0,0,0,0,0 +166960,0,0,0,0,0 +166961,0,0,0,0,0 +166962,0,0,0,0,0 +166963,0,0,0,0,0 +166964,0,0,0,0,0 +166965,0,0,0,0,0 +166966,0,0,0,0,0 +166967,0,0,0,0,0 +166968,0,0,0,0,0 +166969,0,0,0,0,0 +166970,0,0,0,0,0 +166971,0,0,0,0,0 +166972,0,0,0,0,0 +166973,0,0,0,0,0 +166974,0,0,0,0,0 +166975,0,0,0,0,0 +166976,0,0,0,0,0 +166977,0,0,0,0,0 +166978,0,0,0,0,0 +166979,0,0,0,0,0 +166980,0,0,0,0,0 +166981,0,0,0,0,0 +166982,0,0,0,0,0 +166983,0,0,0,0,0 +166984,0,0,0,0,0 +166985,0,0,0,0,0 +166986,0,0,0,0,0 +166987,0,0,0,0,0 +166988,0,0,0,0,0 +166989,0,0,0,0,0 +166990,0,0,0,0,0 +166991,0,0,0,0,0 +166992,0,0,0,0,0 +166993,0,0,0,0,0 +166994,0,0,0,0,0 +166995,0,0,0,0,0 +166996,0,0,0,0,0 +166997,0,0,0,0,0 +166998,0,0,0,0,0 +166999,0,0,0,0,0 +167000,0,0,0,0,0 +167001,0,0,0,0,0 +167002,0,0,0,0,0 +167003,0,0,0,0,0 +167004,0,0,0,0,0 +167005,0,0,0,0,0 +167006,0,0,0,0,0 +167007,0,0,0,0,0 +167008,0,0,0,0,0 +167009,0,0,0,0,0 +167010,0,0,0,0,0 +167011,0,0,0,0,0 +167012,0,0,0,0,0 +167013,0,0,0,0,0 +167014,0,0,0,0,0 +167015,0,0,0,0,0 +167016,0,0,0,0,0 +167017,0,0,0,0,0 +167018,0,0,0,0,0 +167019,0,0,0,0,0 +167020,0,0,0,0,0 +167021,0,0,0,0,0 +167022,0,0,0,0,0 +167023,0,0,0,0,0 +167024,0,0,0,0,0 +167025,0,0,0,0,0 +167026,0,0,0,0,0 +167027,0,0,0,0,0 +167028,0,0,0,0,0 +167029,0,0,0,0,0 +167030,0,0,0,0,0 +167031,0,0,0,0,0 +167032,0,0,0,0,0 +167033,0,0,0,0,0 +167034,0,0,0,0,0 +167035,0,0,0,0,0 +167036,0,0,0,0,0 +167037,0,0,0,0,0 +167038,0,0,0,0,0 +167039,0,0,0,0,0 +167040,0,0,0,0,0 +167041,0,0,0,0,0 +167042,0,0,0,0,0 +167043,0,0,0,0,0 +167044,0,0,0,0,0 +167045,0,0,0,0,0 +167046,0,0,0,0,0 +167047,0,0,0,0,0 +167048,0,0,0,0,0 +167049,0,0,0,0,0 +167050,0,0,0,0,0 +167051,0,0,0,0,0 +167052,0,0,0,0,0 +167053,0,0,0,0,0 +167054,0,0,0,0,0 +167055,0,0,0,0,0 +167056,0,0,0,0,0 +167057,0,0,0,0,0 +167058,0,0,0,0,0 +167059,0,0,0,0,0 +167060,0,0,0,0,0 +167061,0,0,0,0,0 +167062,0,0,0,0,0 +167063,0,0,0,0,0 +167064,0,0,0,0,0 +167065,0,0,0,0,0 +167066,0,0,0,0,0 +167067,0,0,0,0,0 +167068,0,0,0,0,0 +167069,0,0,0,0,0 +167070,0,0,0,0,0 +167071,0,0,0,0,0 +167072,0,0,0,0,0 +167073,0,0,0,0,0 +167074,0,0,0,0,0 +167075,0,0,0,0,0 +167076,0,0,0,0,0 +167077,0,0,0,0,0 +167078,0,0,0,0,0 +167079,0,0,0,0,0 +167080,0,0,0,0,0 +167081,0,0,0,0,0 +167082,0,0,0,0,0 +167083,0,0,0,0,0 +167084,0,0,0,0,0 +167085,0,0,0,0,0 +167086,0,0,0,0,0 +167087,0,0,0,0,0 +167088,0,0,0,0,0 +167089,0,0,0,0,0 +167090,0,0,0,0,0 +167091,0,0,0,0,0 +167092,0,0,0,0,0 +167093,0,0,0,0,0 +167094,0,0,0,0,0 +167095,0,0,0,0,0 +167096,0,0,0,0,0 +167097,0,0,0,0,0 +167098,0,0,0,0,0 +167099,0,0,0,0,0 +167100,0,0,0,0,0 +167101,0,0,0,0,0 +167102,0,0,0,0,0 +167103,0,0,0,0,0 +167104,0,0,0,0,0 +167105,0,0,0,0,0 +167106,0,0,0,0,0 +167107,0,0,0,0,0 +167108,0,0,0,0,0 +167109,0,0,0,0,0 +167110,0,0,0,0,0 +167111,0,0,0,0,0 +167112,0,0,0,0,0 +167113,0,0,0,0,0 +167114,0,0,0,0,0 +167115,0,0,0,0,0 +167116,0,0,0,0,0 +167117,0,0,0,0,0 +167118,0,0,0,0,0 +167119,0,0,0,0,0 +167120,0,0,0,0,0 +167121,0,0,0,0,0 +167122,0,0,0,0,0 +167123,0,0,0,0,0 +167124,0,0,0,0,0 +167125,0,0,0,0,0 +167126,0,0,0,0,0 +167127,0,0,0,0,0 +167128,0,0,0,0,0 +167129,0,0,0,0,0 +167130,0,0,0,0,0 +167131,0,0,0,0,0 +167132,0,0,0,0,0 +167133,0,0,0,0,0 +167134,0,0,0,0,0 +167135,0,0,0,0,0 +167136,0,0,0,0,0 +167137,0,0,0,0,0 +167138,0,0,0,0,0 +167139,0,0,0,0,0 +167140,0,0,0,0,0 +167141,0,0,0,0,0 +167142,0,0,0,0,0 +167143,0,0,0,0,0 +167144,0,0,0,0,0 +167145,0,0,0,0,0 +167146,0,0,0,0,0 +167147,0,0,0,0,0 +167148,0,0,0,0,0 +167149,0,0,0,0,0 +167150,0,0,0,0,0 +167151,0,0,0,0,0 +167152,0,0,0,0,0 +167153,0,0,0,0,0 +167154,0,0,0,0,0 +167155,0,0,0,0,0 +167156,0,0,0,0,0 +167157,0,0,0,0,0 +167158,0,0,0,0,0 +167159,0,0,0,0,0 +167160,0,0,0,0,0 +167161,0,0,0,0,0 +167162,0,0,0,0,0 +167163,0,0,0,0,0 +167164,0,0,0,0,0 +167165,0,0,0,0,0 +167166,0,0,0,0,0 +167167,0,0,0,0,0 +167168,0,0,0,0,0 +167169,0,0,0,0,0 +167170,0,0,0,0,0 +167171,0,0,0,0,0 +167172,0,0,0,0,0 +167173,0,0,0,0,0 +167174,0,0,0,0,0 +167175,0,0,0,0,0 +167176,0,0,0,0,0 +167177,0,0,0,0,0 +167178,0,0,0,0,0 +167179,0,0,0,0,0 +167180,0,0,0,0,0 +167181,0,0,0,0,0 +167182,0,0,0,0,0 +167183,0,0,0,0,0 +167184,0,0,0,0,0 +167185,0,0,0,0,0 +167186,0,0,0,0,0 +167187,0,0,0,0,0 +167188,0,0,0,0,0 +167189,0,0,0,0,0 +167190,0,0,0,0,0 +167191,0,0,0,0,0 +167192,0,0,0,0,0 +167193,0,0,0,0,0 +167194,0,0,0,0,0 +167195,0,0,0,0,0 +167196,0,0,0,0,0 +167197,0,0,0,0,0 +167198,0,0,0,0,0 +167199,0,0,0,0,0 +167200,0,0,0,0,0 +167201,0,0,0,0,0 +167202,0,0,0,0,0 +167203,0,0,0,0,0 +167204,0,0,0,0,0 +167205,0,0,0,0,0 +167206,0,0,0,0,0 +167207,0,0,0,0,0 +167208,0,0,0,0,0 +167209,0,0,0,0,0 +167210,0,0,0,0,0 +167211,0,0,0,0,0 +167212,0,0,0,0,0 +167213,0,0,0,0,0 +167214,0,0,0,0,0 +167215,0,0,0,0,0 +167216,0,0,0,0,0 +167217,0,0,0,0,0 +167218,0,0,0,0,0 +167219,0,0,0,0,0 +167220,0,0,0,0,0 +167221,0,0,0,0,0 +167222,0,0,0,0,0 +167223,0,0,0,0,0 +167224,0,0,0,0,0 +167225,0,0,0,0,0 +167226,0,0,0,0,0 +167227,0,0,0,0,0 +167228,0,0,0,0,0 +167229,0,0,0,0,0 +167230,0,0,0,0,0 +167231,0,0,0,0,0 +167232,0,0,0,0,0 +167233,0,0,0,0,0 +167234,0,0,0,0,0 +167235,0,0,0,0,0 +167236,0,0,0,0,0 +167237,0,0,0,0,0 +167238,0,0,0,0,0 +167239,0,0,0,0,0 +167240,0,0,0,0,0 +167241,0,0,0,0,0 +167242,0,0,0,0,0 +167243,0,0,0,0,0 +167244,0,0,0,0,0 +167245,0,0,0,0,0 +167246,0,0,0,0,0 +167247,0,0,0,0,0 +167248,0,0,0,0,0 +167249,0,0,0,0,0 +167250,0,0,0,0,0 +167251,0,0,0,0,0 +167252,0,0,0,0,0 +167253,0,0,0,0,0 +167254,0,0,0,0,0 +167255,0,0,0,0,0 +167256,0,0,0,0,0 +167257,0,0,0,0,0 +167258,0,0,0,0,0 +167259,0,0,0,0,0 +167260,0,0,0,0,0 +167261,0,0,0,0,0 +167262,0,0,0,0,0 +167263,0,0,0,0,0 +167264,0,0,0,0,0 +167265,0,0,0,0,0 +167266,0,0,0,0,0 +167267,0,0,0,0,0 +167268,0,0,0,0,0 +167269,0,0,0,0,0 +167270,0,0,0,0,0 +167271,0,0,0,0,0 +167272,0,0,0,0,0 +167273,0,0,0,0,0 +167274,0,0,0,0,0 +167275,0,0,0,0,0 +167276,0,0,0,0,0 +167277,0,0,0,0,0 +167278,0,0,0,0,0 +167279,0,0,0,0,0 +167280,0,0,0,0,0 +167281,0,0,0,0,0 +167282,0,0,0,0,0 +167283,0,0,0,0,0 +167284,0,0,0,0,0 +167285,0,0,0,0,0 +167286,0,0,0,0,0 +167287,0,0,0,0,0 +167288,0,0,0,0,0 +167289,0,0,0,0,0 +167290,0,0,0,0,0 +167291,0,0,0,0,0 +167292,0,0,0,0,0 +167293,0,0,0,0,0 +167294,0,0,0,0,0 +167295,0,0,0,0,0 +167296,0,0,0,0,0 +167297,0,0,0,0,0 +167298,0,0,0,0,0 +167299,0,0,0,0,0 +167300,0,0,0,0,0 +167301,0,0,0,0,0 +167302,0,0,0,0,0 +167303,0,0,0,0,0 +167304,0,0,0,0,0 +167305,0,0,0,0,0 +167306,0,0,0,0,0 +167307,0,0,0,0,0 +167308,0,0,0,0,0 +167309,0,0,0,0,0 +167310,0,0,0,0,0 +167311,0,0,0,0,0 +167312,0,0,0,0,0 +167313,0,0,0,0,0 +167314,0,0,0,0,0 +167315,0,0,0,0,0 +167316,0,0,0,0,0 +167317,0,0,0,0,0 +167318,0,0,0,0,0 +167319,0,0,0,0,0 +167320,0,0,0,0,0 +167321,0,0,0,0,0 +167322,0,0,0,0,0 +167323,0,0,0,0,0 +167324,0,0,0,0,0 +167325,0,0,0,0,0 +167326,0,0,0,0,0 +167327,0,0,0,0,0 +167328,0,0,0,0,0 +167329,0,0,0,0,0 +167330,0,0,0,0,0 +167331,0,0,0,0,0 +167332,0,0,0,0,0 +167333,0,0,0,0,0 +167334,0,0,0,0,0 +167335,0,0,0,0,0 +167336,0,0,0,0,0 +167337,0,0,0,0,0 +167338,0,0,0,0,0 +167339,0,0,0,0,0 +167340,0,0,0,0,0 +167341,0,0,0,0,0 +167342,0,0,0,0,0 +167343,0,0,0,0,0 +167344,0,0,0,0,0 +167345,0,0,0,0,0 +167346,0,0,0,0,0 +167347,0,0,0,0,0 +167348,0,0,0,0,0 +167349,0,0,0,0,0 +167350,0,0,0,0,0 +167351,0,0,0,0,0 +167352,0,0,0,0,0 +167353,0,0,0,0,0 +167354,0,0,0,0,0 +167355,0,0,0,0,0 +167356,0,0,0,0,0 +167357,0,0,0,0,0 +167358,0,0,0,0,0 +167359,0,0,0,0,0 +167360,0,0,0,0,0 +167361,0,0,0,0,0 +167362,0,0,0,0,0 +167363,0,0,0,0,0 +167364,0,0,0,0,0 +167365,0,0,0,0,0 +167366,0,0,0,0,0 +167367,0,0,0,0,0 +167368,0,0,0,0,0 +167369,0,0,0,0,0 +167370,0,0,0,0,0 +167371,0,0,0,0,0 +167372,0,0,0,0,0 +167373,0,0,0,0,0 +167374,0,0,0,0,0 +167375,0,0,0,0,0 +167376,0,0,0,0,0 +167377,0,0,0,0,0 +167378,0,0,0,0,0 +167379,0,0,0,0,0 +167380,0,0,0,0,0 +167381,0,0,0,0,0 +167382,0,0,0,0,0 +167383,0,0,0,0,0 +167384,0,0,0,0,0 +167385,0,0,0,0,0 +167386,0,0,0,0,0 +167387,0,0,0,0,0 +167388,0,0,0,0,0 +167389,0,0,0,0,0 +167390,0,0,0,0,0 +167391,0,0,0,0,0 +167392,0,0,0,0,0 +167393,0,0,0,0,0 +167394,0,0,0,0,0 +167395,0,0,0,0,0 +167396,0,0,0,0,0 +167397,0,0,0,0,0 +167398,0,0,0,0,0 +167399,0,0,0,0,0 +167400,0,0,0,0,0 +167401,0,0,0,0,0 +167402,0,0,0,0,0 +167403,0,0,0,0,0 +167404,0,0,0,0,0 +167405,0,0,0,0,0 +167406,0,0,0,0,0 +167407,0,0,0,0,0 +167408,0,0,0,0,0 +167409,0,0,0,0,0 +167410,0,0,0,0,0 +167411,0,0,0,0,0 +167412,0,0,0,0,0 +167413,0,0,0,0,0 +167414,0,0,0,0,0 +167415,0,0,0,0,0 +167416,0,0,0,0,0 +167417,0,0,0,0,0 +167418,0,0,0,0,0 +167419,0,0,0,0,0 +167420,0,0,0,0,0 +167421,0,0,0,0,0 +167422,0,0,0,0,0 +167423,0,0,0,0,0 +167424,0,0,0,0,0 +167425,0,0,0,0,0 +167426,0,0,0,0,0 +167427,0,0,0,0,0 +167428,0,0,0,0,0 +167429,0,0,0,0,0 +167430,0,0,0,0,0 +167431,0,0,0,0,0 +167432,0,0,0,0,0 +167433,0,0,0,0,0 +167434,0,0,0,0,0 +167435,0,0,0,0,0 +167436,0,0,0,0,0 +167437,0,0,0,0,0 +167438,0,0,0,0,0 +167439,0,0,0,0,0 +167440,0,0,0,0,0 +167441,0,0,0,0,0 +167442,0,0,0,0,0 +167443,0,0,0,0,0 +167444,0,0,0,0,0 +167445,0,0,0,0,0 +167446,0,0,0,0,0 +167447,0,0,0,0,0 +167448,0,0,0,0,0 +167449,0,0,0,0,0 +167450,0,0,0,0,0 +167451,0,0,0,0,0 +167452,0,0,0,0,0 +167453,0,0,0,0,0 +167454,0,0,0,0,0 +167455,0,0,0,0,0 +167456,0,0,0,0,0 +167457,0,0,0,0,0 +167458,0,0,0,0,0 +167459,0,0,0,0,0 +167460,0,0,0,0,0 +167461,-195.0983405,9.76274569,-11.19788467,-78.65461343,-446.6448252 +167462,249.4625053,211.9479631,432.7984706,123.415439,362.1572755 +167463,247.3276918,209.9572496,428.247302,122.1757315,360.0447095 +167464,240.8348348,205.9127453,419.191849,118.8823011,350.0099118 +167465,233.4726348,201.8917073,409.8460584,115.2608761,337.7116301 +167466,226.9161765,198.7179213,401.972311,112.1108362,326.0919101 +167467,221.4962129,196.4457584,395.7748855,109.5616954,315.9044198 +167468,217.0271998,194.8888764,390.9421236,107.5063586,307.0099559 +167469,213.2775897,193.8671872,387.1482355,105.8141369,25.28294082 +167470,210.0816714,193.2599914,384.1718967,104.4006597,169.0764999 +167471,207.344978,192.993273,381.8745789,103.2128696,133.4107114 +167472,204.9993905,193.0151159,380.1591728,102.2155141,126.1543182 +167473,202.9999714,193.2840508,378.9474031,101.381738,125.1680041 +167474,201.2997113,193.7648582,378.1714922,100.6889916,123.1377087 +167475,199.8652269,194.4274489,377.7722027,100.1178507,122.6335321 +167476,198.6632184,195.2463879,377.6982919,99.65168935,121.0835722 +167477,197.6638111,196.2004049,377.9059369,99.27646977,120.687951 +167478,196.8418079,197.2717769,378.3578206,98.98041502,119.2421658 +167479,196.1762445,198.4457497,379.0222135,98.75367685,119.3157337 +167480,195.649476,199.7099988,379.8720593,98.58799142,117.9660118 +167481,195.2465064,201.0542139,380.8842632,98.47641797,117.7662045 +167482,194.9544732,202.4697354,382.0390438,98.41309854,117.4276093 +167483,194.7623408,203.9492847,383.3194517,98.39308885,116.7623576 +167484,194.6605957,205.4867123,384.7109019,98.41219001,116.6906601 +167485,194.6410597,207.0768225,386.2008485,98.46684088,116.2911907 +167486,194.6966522,208.7151932,387.7784339,98.55399439,115.9316246 +167487,194.8212544,210.3980579,389.4342616,98.67104564,116.1622125 +167488,195.0095613,212.122193,391.1601699,98.81575745,115.6908806 +167489,195.257,213.8848449,392.9490848,98.98621814,115.8072664 +167490,195.6909723,216.021533,395.322646,99.21182226,115.9580927 +167491,196.2638115,218.4084032,398.0833435,99.48037624,116.1402142 +167492,196.9008314,220.8707348,400.9542481,99.77015561,115.9850376 +167493,197.5608197,223.3179324,403.7906452,100.0687411,116.5991496 +167494,198.2313868,225.7272233,406.5541098,100.3723701,116.8724562 +167495,198.9127473,228.1040345,409.2505702,100.6812241,117.1718549 +167496,199.6077681,230.4587816,411.8941881,100.9963612,117.4993573 +167497,200.3186198,232.7993916,414.495715,101.3186312,118.2236126 +167498,201.0464429,235.1309167,417.0617975,101.6485331,118.6039919 +167499,201.7918254,237.4567695,419.5968119,101.9863571,119.3782784 +167500,202.5551044,239.779585,422.1041226,102.3322753,119.9917777 +167501,203.3365443,242.1015968,424.5866329,102.6864094,120.8129223 +167502,204.1363267,244.4247104,427.0468564,103.0488275,121.4721242 +167503,204.9545804,246.7505358,429.4869518,103.4195636,122.7071018 +167504,205.7913511,249.0803953,431.9087043,103.7986077,123.222229 +167505,206.6466329,251.4153692,434.3135844,104.1859228,124.4974035 +167506,207.5203545,253.756323,436.7027693,104.5814401,125.4219582 +167507,208.4124157,256.1039549,439.0772117,104.9850767,126.3651192 +167508,209.3226655,258.4588108,441.4376463,105.3967265,127.6972304 +167509,210.2509352,260.8213204,443.7846467,105.8162755,128.6762449 +167510,211.1970209,263.1918059,446.1186273,106.2435948,130.0418428 +167511,212.1607152,265.5705102,448.4398919,106.6785548,131.0535685 +167512,213.1417793,267.9575962,450.7486208,107.1210131,132.6365708 +167513,214.1399815,270.3531735,453.0449202,107.5708318,133.6783772 +167514,215.15506,272.7572897,455.3287976,108.0278613,135.1057347 +167515,216.1867681,275.1699581,457.6002142,108.4919602,136.3634808 +167516,217.2348375,277.5911463,459.8590582,108.9629788,138.1901682 +167517,218.2990141,343.108368,462.1051856,109.4407757,139.1016051 +167518,219.379028,352.5681923,464.3383982,109.9252039,140.7690347 +167519,220.4746212,377.8703659,466.5584748,110.416123,142.2652382 +167520,221.5855001,380.9859719,468.7651304,110.9133781,143.9573705 +167521,222.7921651,821.8370418,471.0388494,111.4535406,272.4298034 +167522,242.9569607,847.6127044,491.440668,120.7566083,305.2251443 +167523,273.0356201,867.5695667,521.3296182,134.5104802,355.9686435 +167524,303.6674672,887.0151573,551.7256645,148.3195318,409.1375578 +167525,330.8245101,905.0426351,578.7846599,160.3604146,457.779689 +167526,354.0099233,922.2134503,602.0366014,170.4645426,500.6630349 +167527,373.937895,939.5833976,1508.457598,179.0160693,538.5906186 +167528,391.3775426,965.5328026,1046.402569,186.4081664,572.5542386 +167529,407.0244992,983.3692622,1207.914969,192.9672364,603.260857 +167530,421.1691674,1000.468741,1241.575474,198.847832,631.1614691 +167531,433.9813449,1017.173623,1265.945654,204.1445101,656.5817953 +167532,445.6205654,1033.58542,1288.778003,208.9395338,679.7940287 +167533,456.2476664,1049.887154,1310.994669,213.3104845,701.0425124 +167534,466.0124079,1065.91954,1332.537731,217.326959,720.5484573 +167535,475.0451034,1081.77865,1353.492605,221.0480971,738.5097426 +167536,483.455431,1097.582175,1373.502821,224.5226836,755.1014611 +167537,491.3348635,1113.153568,1393.93404,227.7905862,770.4776805 +167538,498.7598445,1128.57514,1413.082241,230.8844222,784.7737632 +167539,505.7945302,1143.969248,1432.014092,233.830978,798.1086698 +167540,512.4929236,1159.094374,1450.458564,236.6523166,810.5870135 +167541,518.9005426,1174.242141,1468.39941,239.3666378,822.3008379 +167542,525.0557681,1189.169843,1486.032978,241.9889633,833.3311421 +167543,530.991,1203.960778,1503.091428,244.5317096,843.7492705 +167544,536.7335882,1218.709905,1519.960381,247.0051404,853.6180446 +167545,542.3066599,1232.869564,1536.146617,249.4177589,862.7936465 +167546,547.7297859,1255.105603,1552.227396,251.7766166,871.391887 +167547,553.0195941,1272.999832,1567.770176,254.0875924,879.5421514 +167548,558.1901915,1291.507641,1582.957552,256.3555788,887.3282364 +167549,563.2535869,1309.606522,1597.900503,258.5846669,894.799118 +167550,568.2200094,1327.630573,1612.393478,260.7782806,901.9874102 +167551,573.0982147,1342.885969,1625.715801,262.9393057,908.9197523 +167552,577.9072849,1357.697077,1639.352271,265.0811861,915.620044 +167553,582.6608904,1371.943941,1651.973736,267.2129916,922.1099989 +167554,587.3656945,1385.858708,1665.018696,269.3377849,928.4087787 +167555,592.0245216,1399.347635,1677.246306,271.4554605,934.5332341 +167556,596.6388418,1412.69893,1689.456097,273.5650217,940.4979898 +167557,601.2098787,1425.401873,1701.261526,275.665559,946.3159051 +167558,605.7388286,1438.119806,1712.958703,277.7564249,951.9981819 +167559,610.2268702,1450.350211,1724.278233,279.8371817,957.554779 +167560,614.6750725,1462.353806,1735.182525,281.9074978,962.9944093 +167561,619.0844169,1474.069497,1749.692116,283.9671182,968.3248785 +167562,623.4557721,1485.451645,1758.871943,286.0158316,973.5530406 +167563,627.7899506,1496.788838,1771.040394,336.7169685,978.6850996 +167564,632.0876792,1507.57048,1779.746236,362.9071107,983.7265063 +167565,843.7161514,1518.234162,1792.394474,353.0464051,988.682221 +167566,745.4320679,1528.742578,1775.25925,369.5089778,993.5565774 +167567,786.3636851,1530.274415,1808.149392,375.791273,998.3534372 +167568,802.9090422,1538.797981,1800.080809,384.060569,1003.070354 +167569,819.0565303,1547.912071,1811.582623,392.3593052,1007.716044 +167570,834.8720642,1557.144296,1820.204867,400.586625,1012.29375 +167571,850.5472971,1565.947166,1828.557608,408.5721267,1016.805351 +167572,865.7482322,1574.80417,1836.785566,416.5795079,1021.25278 +167573,881.350175,1583.366716,1845.110034,424.5089679,1025.638131 +167574,896.2185592,1591.943375,1853.002544,432.2409742,1029.963378 +167575,911.0566104,1600.0632,1860.820686,439.9124474,1034.230355 +167576,925.5577665,1608.401079,1868.833259,447.4868323,1038.440671 +167577,940.1621151,1616.279063,1876.274943,454.8614758,1042.407472 +167578,954.3485918,1623.923779,1883.768668,462.376758,1037.295069 +167579,968.4043796,1631.771352,1891.300013,469.4974281,1032.295297 +167580,982.1022673,1639.065517,1898.418491,476.9751774,1027.488585 +167581,1385.728883,1815.5209,2294.977003,651.8867075,1025.814263 +167582,1402.501496,1824.406102,2305.580611,661.1112842,1037.685193 +167583,1417.875411,1832.449245,2322.028649,668.8510109,1056.868822 +167584,1432.466949,1840.358677,2319.837084,676.5192134,1076.064441 +167585,1446.659016,1847.748352,2323.603592,683.9463259,1246.485357 +167586,1400.709285,1827.006736,2282.992401,663.8203197,1870.717727 +167587,1406.73159,1829.479717,2294.463086,667.7273705,1411.527474 +167588,1520.257419,1880.281566,2379.280132,719.3843911,1754.971323 +167589,1474.320641,1859.259269,2336.254293,699.6855666,1668.617 +167590,1503.470894,1875.406426,2355.586098,714.0844306,1712.787165 +167591,1514.546786,1877.895681,2364.467358,719.8413539,1727.330681 +167592,1528.461598,1886.120215,2372.405636,727.1991917,1744.017775 +167593,1541.181298,1891.84065,2372.484981,733.7907809,1759.167863 +167594,1555.813927,1901.56929,2356.428794,741.6190673,1776.498026 +167595,1561.843975,1897.626445,2328.678932,744.9462491,1784.712052 +167596,1745.338396,1992.47729,2473.288275,829.7025278,2100.503998 +167597,1347.93998,1806.977881,2318.904542,650.7169308,1373.553642 +167598,1877.613927,2042.6632,2476.120908,890.4536826,2351.06124 +167599,1349.32244,1811.016352,2315.058164,653.8983548,1335.760403 +167600,1900.762793,2052.312182,2472.149969,902.4737528,2359.888816 +167601,1370.811635,1819.008499,2307.948198,665.4126499,1361.030099 +167602,1924.530663,2062.467866,2465.362061,914.9695323,2376.709959 +167603,1391.734173,1840.731581,2299.259253,676.8106876,1378.812799 +167604,1947.858489,2052.308401,2457.527878,927.2063203,2396.83346 +167605,1412.360265,1844.072687,2290.663031,687.8119369,1394.961402 +167606,1970.438857,2078.442803,2450.224228,939.1632593,2416.347204 +167607,1432.404382,1841.633017,2282.552937,698.6430933,1410.276675 +167608,2012.109989,2088.538873,2443.425946,950.7883783,2435.231417 +167609,1422.891825,1848.350034,2275.552097,709.2757849,1425.164968 +167610,2028.169265,2095.885763,2437.911558,962.1274079,2465.222594 +167611,1468.444876,1856.439448,2270.097905,719.2045263,1421.451235 +167612,2035.170158,2115.652215,2432.485732,973.3199152,2479.527477 +167613,1490.202332,1853.050571,2260.936418,728.5069113,1451.392235 +167614,2056.13943,2124.106803,2425.089031,983.9859907,2499.58568 +167615,1674.542215,1950.692373,2419.747307,813.3192291,1750.204616 +167616,1827.876131,2019.90934,2413.807053,882.5388317,2051.505675 +167617,1812.788349,2014.403221,2407.963762,876.2280184,2002.00146 +167618,1821.413419,2019.451782,2402.888228,880.5974421,2009.912998 +167619,1831.004474,2024.47259,2399.070057,885.3374901,2016.887857 +167620,1840.021368,2029.721048,2396.164146,889.8584744,2023.702949 +167621,1849.168633,2034.845191,2393.852851,894.5363577,2030.500541 +167622,1858.376703,2040.080497,2391.922094,898.9502333,2037.008515 +167623,1867.322101,2044.982564,2390.248299,903.4156275,2043.605079 +167624,1881.360653,2062.560899,2388.733285,907.9053791,2050.017909 +167625,1886.563305,2037.369693,2387.382894,912.304119,2056.370516 +167626,1900.879745,2068.473162,2386.157849,916.5406626,2062.619271 +167627,1902.714562,2063.27495,2384.983999,920.9500958,2068.789983 +167628,1893.379054,2069.836467,2383.892764,925.1756822,2074.870811 +167629,1931.026967,2074.876506,2382.838638,929.4137971,2080.941498 +167630,1925.598592,2085.189324,2381.762854,933.6025363,2088.257609 +167631,1937.031288,2081.648846,2380.693714,937.7603696,2103.784141 +167632,1945.156688,2085.196322,2379.681713,941.8312997,2086.913158 +167633,1953.965553,2096.709061,2378.702454,946.0166094,2101.66623 +167634,1962.066814,2098.9811,2377.69703,950.0647661,2113.385267 +167635,1970.148607,2114.410179,2376.65853,953.9597893,2113.91461 +167636,1978.411283,2088.97791,2375.659,958.0626159,2120.610133 +167637,1986.528472,2120.924229,2374.68126,961.9731186,2126.121563 +167638,1994.619926,2131.483469,2373.645029,965.9074161,2131.310457 +167639,2002.765877,2096.257028,2372.635949,969.7521248,2136.640151 +167640,2010.589406,2155.168811,2371.87806,973.751195,2141.820605 +167641,2024.205681,2107.594013,2374.551291,979.8921563,2172.313901 +167642,2032.806259,2160.925135,2374.76575,984.1154686,2143.535169 +167643,2040.55649,2121.237718,2377.37228,988.004082,2181.520546 +167644,2048.493436,2166.320161,2377.346218,991.944965,2174.878797 +167645,2056.18291,2142.935754,2379.647611,995.6841281,2182.813978 +167646,2063.771971,2156.772638,2380.921959,999.4194571,2188.473464 +167647,2071.273467,2159.126468,2380.170632,1003.154996,2193.971125 +167648,2078.709846,2162.930633,2382.147395,1006.708297,2207.321178 +167649,2086.072578,2166.730358,2381.688257,1010.300077,2195.672596 +167650,2093.379722,2170.431949,2381.988413,1013.945286,2211.154089 +167651,2100.62767,2174.14226,2384.314111,1017.444287,2216.070879 +167652,2107.929438,2177.754887,2383.965454,1020.965656,2219.709289 +167653,2114.897052,2181.21603,2384.234081,1024.445354,2238.570634 +167654,2122.068969,2184.627635,2386.502914,1027.897366,2209.839485 +167655,2128.966716,2188.193867,2387.862077,1031.323679,2257.330257 +167656,2136.133448,2191.396696,2387.052113,1034.665504,2232.87343 +167657,2143.106507,2194.753271,2387.064177,1038.181064,2233.996751 +167658,2149.834209,2197.902093,2387.360839,1041.397953,2258.52866 +167659,2156.770953,2201.069473,2387.760322,1044.770773,2261.929346 +167660,2163.555336,2204.176929,2388.251074,1048.058435,2242.153883 +167661,2170.315198,2207.157327,2390.983358,1051.32957,2282.693303 +167662,2177.051257,2210.058359,2390.386958,1054.588305,2251.136307 +167663,2183.738672,2212.995863,2390.287791,1057.75213,2288.728283 +167664,2190.595417,2215.606253,2390.5193,1061.040627,2270.636242 +167665,2196.825371,2218.558249,2390.931365,1064.169806,2283.198995 +167666,2203.646566,2221.120502,2391.678563,1067.327625,2286.102725 +167667,2210.168208,2223.758576,2392.723216,1070.453416,2290.194668 +167668,2216.617736,2226.239052,2393.919047,1073.557052,2294.603078 +167669,2223.168121,2228.708492,2395.206759,1076.6392,2298.684565 +167670,2229.572203,2231.0853,2396.544802,1079.700533,2302.803589 +167671,2235.55598,2232.477282,2397.896967,1082.530568,2306.927316 +167672,2241.656513,2233.598272,2399.201316,1085.130261,2310.80178 +167673,2253.955608,2234.553354,2400.42317,1087.818197,2314.978997 +167674,2245.213331,2235.362234,2401.582136,1090.411369,2318.905029 +167675,2283.506271,2236.039396,2402.76299,1093.77463,2328.497887 +167676,2230.129029,2236.588649,2403.897161,1096.105049,2323.789693 +167677,2286.281654,2237.016391,2404.889489,1098.946204,2331.335397 +167678,2272.079584,2237.318487,2405.824326,1101.162064,2334.753761 +167679,2280.640535,2237.520805,2406.759917,1104.163031,2338.250496 +167680,2286.451078,2237.627795,2407.680618,1105.976176,2342.097099 +167681,2291.813309,2237.602509,2408.580997,1109.384725,2345.661573 +167682,2297.243081,2237.476843,2409.466105,1110.462944,2349.273022 +167683,2302.326412,2237.263023,2410.342207,1114.771861,2353.102459 +167684,2307.774769,2236.933403,2411.20779,1114.427745,2356.56272 +167685,2312.901437,2236.509505,2412.055146,1120.642315,2360.217811 +167686,2318.055526,2236.137726,2412.886223,1117.440556,2363.632365 +167687,2323.281479,2235.308686,2413.695584,1127.635442,2367.054692 +167688,2328.305357,2234.668316,2414.499363,1118.58311,2370.729514 +167689,2333.339592,2233.875794,2415.315277,1117.482137,2374.021191 +167690,2338.57891,2232.948785,2416.106214,1133.881781,2377.5348 +167691,2343.283385,2231.926775,2416.85989,1128.217809,2380.781843 +167692,2348.301281,2230.90237,2417.604838,1132.034785,2384.015887 +167693,2353.272691,2229.702291,2418.353076,1134.344832,2387.580139 +167694,2358.075424,2228.483609,2420.816769,1136.277142,2390.797175 +167695,2362.878576,2227.063266,2420.498734,1138.387991,2393.953471 +167696,2367.675602,2225.673397,2420.786449,1140.417918,2397.04001 +167697,2372.434759,2224.101817,2421.306699,1142.434609,2400.544691 +167698,2377.02558,2222.549507,2421.937103,1144.433427,2403.552433 +167699,2382.062239,2220.835166,2422.73642,1146.413763,2411.894868 +167700,2386.418921,2219.032582,2423.401519,1148.375761,2402.353198 +167701,2274.12302,2164.033354,2418.33872,1105.184,2203.632421 +167702,2276.742136,2160.617936,2404.018729,1090.84996,2199.983173 +167703,2280.181102,2157.990999,2386.836175,1115.746291,2201.768689 +167704,2283.974195,2155.632629,2371.739598,1083.931218,2203.031754 +167705,2287.940111,2152.9886,2362.09016,1104.203838,2204.898547 +167706,2291.565792,2150.374948,2356.138958,1105.931046,2206.399141 +167707,2295.557099,2147.772998,2352.466901,1104.418379,2208.421154 +167708,2299.627023,2145.08717,2350.228894,1106.9854,2215.749816 +167709,2303.730135,2142.301911,2348.722395,1108.571423,2209.284966 +167710,2307.443943,2139.562066,2347.535207,1110.129774,2214.922723 +167711,2311.612887,2136.670831,2346.637312,1111.687454,2216.288168 +167712,2315.495085,2133.750252,2345.955511,1113.241658,2218.071267 +167713,2319.553958,2130.760075,2345.397925,1114.858085,2219.873019 +167714,2323.449614,2127.666668,2344.935351,1116.305353,2222.037857 +167715,2327.496828,2124.603023,2344.542644,1117.826465,2223.85545 +167716,2331.380616,2121.394843,2344.198933,1119.453788,2225.910328 +167717,2335.411419,2118.154079,2343.890945,1120.937838,2227.741554 +167718,2342.57074,2114.969916,2343.607627,1122.475484,2229.603768 +167719,2342.905028,2111.412966,2343.353374,1123.998609,2231.7833 +167720,2356.651136,2108.010985,2343.120173,1125.516718,2233.61897 +167721,2334.825753,2104.573687,2342.928822,1127.030224,2235.600167 +167722,2361.870955,2100.996459,2344.505775,1128.539922,2237.458609 +167723,2351.729917,2095.688734,2343.283077,1125.971797,2239.446835 +167724,2355.092195,2081.125476,2344.048879,1126.584811,2241.481448 +167725,2358.603339,2102.873865,2342.175686,1127.590519,2243.263239 +167726,2361.991653,2063.728291,2341.109968,1128.698677,2245.088487 +167727,2365.372346,2099.471467,2340.402844,1129.849491,2247.298058 +167728,2368.986428,2048.352616,2339.959514,1131.091322,2249.039863 +167729,2372.344121,2099.988015,2339.68221,1132.175813,2250.976111 +167730,2375.848188,2035.970233,2341.292605,1133.41972,2252.885166 +167731,2379.303853,2075.063126,2340.35473,1134.753551,2259.972056 +167732,2389.780342,2052.696632,2340.011539,1140.881256,2254.434432 +167733,2394.38262,2054.859841,2340.289454,1143.163772,2258.834665 +167734,2398.297118,2064.949089,2341.051464,1144.971812,2260.870044 +167735,2402.191999,2044.453884,2342.027366,1146.768166,2262.3615 +167736,2406.036182,2033.041861,2343.05071,1148.545404,2264.412979 +167737,2409.838428,2025.141318,2344.04217,1150.307859,2266.014015 +167738,2415.817094,2037.139199,2344.937214,1152.060345,2268.438927 +167739,2418.447543,2041.191316,2345.711716,1153.806302,2269.789093 +167740,2425.580635,1992.389535,2346.497633,1155.618057,2271.661949 +167741,2419.246961,2027.36901,2347.328995,1157.250421,2273.49274 +167742,2451.444583,2006.544378,2349.864112,1159.036564,2275.743253 +167743,2396.54244,2004.279941,2349.819745,1160.682637,2282.018401 +167744,2453.178432,1998.925697,2350.23993,1162.518599,2272.360118 +167745,2435.35186,1993.788332,2350.785298,1164.194422,2287.595246 +167746,2442.748788,1988.516292,2353.343259,1165.930852,2281.865824 +167747,2446.432351,2005.300535,2354.819918,1167.652395,2284.472711 +167748,2449.952265,1946.131333,2354.138895,1169.371295,2286.40911 +167749,2453.48794,1987.681671,2356.085072,1171.08979,2288.57361 +167750,2456.974117,1963.810393,2355.578088,1172.802608,2289.66557 +167751,2460.468518,1961.639261,2355.961613,1174.51838,2296.59563 +167752,2463.939026,1956.259023,2358.257494,1176.232324,2287.478608 +167753,2476.214048,1950.809474,2357.90514,1177.943248,2300.755729 +167754,2457.666846,1945.350775,2358.409128,1179.656127,2296.378095 +167755,2480.64662,1939.748531,2360.827082,1181.367047,2298.741841 +167756,2504.337667,1934.531766,2360.499285,1183.075161,2300.317179 +167757,2439.035021,1928.772689,2361.056161,1184.784931,2306.934053 +167758,2522.593471,1923.342256,2361.924093,1186.492185,2303.388956 +167759,2456.378797,1917.7876,2362.706923,1188.271109,2305.13992 +167760,2522.317954,1912.239383,2363.631283,1189.869757,2312.424704 +167761,2222.873335,1796.101679,2359.717296,1082.424061,1852.733483 +167762,2263.66264,1787.647101,2332.094096,1081.32426,1889.07653 +167763,2246.942049,1779.945362,2299.001134,1081.175127,1845.550521 +167764,2263.897598,1772.413882,2271.305853,1081.333531,1883.301386 +167765,2233.519455,1765.175058,2250.873174,1081.763364,1835.018988 +167766,2254.003749,1758.249247,2236.518699,1082.13004,1879.862042 +167767,2252.785852,1751.310969,2226.439573,1082.744813,1848.609118 +167768,2251.593657,1744.263932,2219.244875,1083.285979,1857.262145 +167769,2253.417778,1737.38056,2214.009612,1084.125113,1839.779222 +167770,2254.478808,1730.729279,2210.428831,1084.674181,1874.238154 +167771,2255.59789,1723.966204,2207.878941,1085.47082,1846.25505 +167772,2256.768397,1717.210506,2205.657392,1086.224333,1847.881033 +167773,2257.98693,1710.60037,2203.916044,1087.014233,1853.684473 +167774,2259.249732,1704.022457,2204.555825,1087.829807,1849.800398 +167775,2260.680837,1697.320539,2202.741819,1088.663918,1849.817766 +167776,2261.806556,1690.674849,2203.531467,1089.524961,1849.342079 +167777,2263.265659,1684.34347,2203.676491,1090.401781,1848.948238 +167778,2264.640144,1677.727263,2203.617988,1091.300109,1848.595488 +167779,2267.09631,1671.346048,2201.670006,1092.21554,1848.280956 +167780,2266.665448,1664.882854,2202.479358,1093.152181,1848.095721 +167781,2279.193495,1658.553051,2200.887707,1094.10144,1847.818216 +167782,2255.155805,1652.124259,2201.922019,1095.072099,1847.700258 +167783,2279.272339,1645.974771,2202.297498,1096.126455,1847.457537 +167784,2294.247537,1639.632597,2200.618867,1097.017763,1847.562763 +167785,2241.818574,1655.61605,2199.835751,1098.084963,1847.434256 +167786,2295.499055,1598.001761,2199.468037,1106.981759,1847.686924 +167787,2278.478233,1639.489343,2200.169046,1109.534523,1847.692627 +167788,2283.733834,1618.080497,2201.472054,1111.229379,1847.815526 +167789,2285.792983,1609.288877,2202.91677,1112.872325,1847.839315 +167790,2287.870845,1609.261729,2204.259241,1114.531827,1848.174029 +167791,2289.488475,1601.216266,2205.43999,1115.882527,1848.225584 +167792,2291.097536,1595.651556,2206.458725,1116.999732,1848.34314 +167793,2292.845785,1589.624055,2207.34274,1118.241742,1848.807404 +167794,2294.217437,1583.844619,2209.910524,1119.393371,1849.060705 +167795,2295.895588,1577.862994,2209.594707,1120.527319,1849.400206 +167796,2297.474949,1571.982369,2211.587479,1121.64887,1849.806899 +167797,2299.046404,1566.208628,2212.713872,1122.746564,1850.203979 +167798,2300.630899,1560.205784,2213.481425,1123.830655,1850.678275 +167799,2304.509172,1554.438549,2214.047505,1124.899043,1851.110629 +167800,2300.374075,1548.506288,2214.499515,1125.953202,1851.636832 +167801,2325.512339,1542.858805,2213.185907,1126.992606,1857.643499 +167802,2278.884977,1537.0247,2212.726376,1128.021989,1844.318616 +167803,2322.009202,1531.298034,2212.676181,1129.037411,1862.551709 +167804,2334.050643,1528.064844,2212.879912,1130.041743,1850.422492 +167805,2271.391139,1523.87175,2213.111158,1131.034967,1855.247611 +167806,2344.147161,1519.515061,2215.175331,1132.018551,1855.450165 +167807,2298.028928,1515.240139,2214.479158,1132.988222,1855.841824 +167808,2318.00971,1510.975121,2216.178348,1133.952953,1856.596061 +167809,2319.541573,1506.720159,2217.070603,1134.903611,1857.223144 +167810,2319.026951,1502.487665,2217.639342,1135.846609,1857.83658 +167811,2321.476282,1498.271194,2216.264595,1136.778758,1858.478321 +167812,2322.892892,1494.077992,2217.592322,1137.70483,1859.144021 +167813,2329.540821,1489.899844,2216.50092,1138.617245,1859.875132 +167814,2318.788322,1485.748612,2217.986223,1139.525426,1860.673679 +167815,2353.422797,1481.61274,2216.965154,1140.420025,1861.179958 +167816,2316.647789,1477.504969,2216.690808,1141.309008,1862.00808 +167817,2315.088216,1473.418098,2216.756148,1142.188154,1862.735746 +167818,2354.286779,1469.258537,2216.94145,1143.05861,1863.420378 +167819,2315.543852,1465.361981,2218.952535,1143.921986,1864.201114 +167820,2350.194964,1461.282701,2218.2199,1144.772832,1864.773478 +167821,2584.811554,1563.842568,2227.565428,1252.198596,2095.322967 +167822,2564.593863,1561.629121,2259.956332,1254.994495,2127.881473 +167823,2589.083726,1559.231612,2294.263911,1257.076071,2160.911671 +167824,2585.865763,1556.29479,2322.022862,1258.958768,2187.601513 +167825,2589.710625,1553.357662,2341.705306,1260.683225,2206.641844 +167826,2592.603446,1550.336371,2354.909379,1262.309552,2219.589893 +167827,2595.501057,1547.28404,2363.795854,1263.862712,2228.407748 +167828,2598.140678,1544.209845,2370.14642,1265.321998,2234.539249 +167829,2600.737976,1541.041062,2374.596254,1266.767402,2238.922176 +167830,2603.282242,1538.107166,2377.953348,1268.179525,2242.152596 +167831,2605.82278,1535.099552,2382.307371,1269.560119,2246.722088 +167832,2608.116332,1532.696503,2383.505952,1270.906422,2247.510204 +167833,2610.61089,1530.511055,2386.645264,1272.229593,2250.729888 +167834,2612.835266,1528.166159,2388.786217,1273.521508,2252.765688 +167835,2615.09917,1526.094114,2390.473062,1274.78952,2254.275007 +167836,2617.231357,1523.998879,2390.179015,1276.03097,2253.366951 +167837,2619.574265,1521.987174,2392.551153,1281.298567,2255.510128 +167838,2621.633245,1519.997709,2394.054465,1283.787216,2256.840019 +167839,2623.601999,1518.026534,2393.608474,1286.071652,2255.770722 +167840,2625.59813,1516.089955,2393.958508,1288.381577,2255.683254 +167841,2627.647134,1514.083814,2396.3033,1290.706074,2258.064884 +167842,2629.423439,1512.324372,2396.164452,1293.047313,2257.384168 +167843,2631.387814,1510.389275,2396.655354,1295.492638,2257.493933 +167844,2633.208756,1508.550213,2397.358604,1297.758013,2257.872241 +167845,2635.059125,1506.717042,2398.162948,1300.338612,2258.385414 +167846,2636.746056,1504.901283,2399.01401,1302.600294,2258.97096 +167847,2638.580889,1503.103734,2401.734876,1305.147007,2261.698261 +167848,2640.188574,1501.320716,2403.306578,1307.671487,2263.291967 +167849,2641.856294,1499.55481,2404.488835,1310.094278,2264.424962 +167850,2643.235216,1497.802667,2403.803027,1312.694324,2263.196382 +167851,2645.409559,1496.175175,2403.919229,1315.253415,2262.969592 +167852,2647.236242,1494.593545,2404.527188,1318.085111,2263.121065 +167853,2649.176358,1493.022619,2406.767243,1320.792643,2265.578146 +167854,2650.989988,1491.477135,2407.943375,1323.545343,2266.997065 +167855,2652.797278,1489.953229,2407.350846,1326.329657,2265.907737 +167856,2654.726983,1488.451461,2407.65395,1329.142063,2265.743782 +167857,2656.569336,1486.968341,2409.822583,1332.06435,2268.011134 +167858,2658.346668,1485.499906,2409.573196,1334.805187,2267.191208 +167859,2668.229453,1484.144959,2410.228944,1337.758737,2267.306949 +167860,2650.031322,1482.580743,2410.773349,1340.664934,2267.496504 +167861,2676.702168,1481.231603,2411.421059,1343.610584,2267.817485 +167862,2653.266157,1479.822407,2412.132635,1347.012209,2268.21892 +167863,2679.737641,1478.353418,2414.750677,1350.908062,2270.783508 +167864,2656.795569,1477.122554,2416.244157,1352.824778,2272.163362 +167865,2683.075502,1475.713471,2417.378917,1358.767297,2273.119505 +167866,2668.39273,1474.395422,2416.718915,1357.581451,2271.846864 +167867,2675.014425,1473.083843,2418.45321,1368.207452,2273.528932 +167868,2676.168928,1471.782369,2417.848777,1358.014887,2272.293513 +167869,2678.008523,1470.501029,2418.027535,1365.596114,2272.014899 +167870,2679.724308,1469.234299,2420.153093,1374.153743,2274.145512 +167871,2681.199233,1467.979621,2419.763844,1373.490029,2273.160705 +167872,2683.077124,1466.744419,2420.000898,1377.794929,2272.954391 +167873,2684.907734,1465.523666,2422.149657,1380.963325,2275.12213 +167874,2686.492595,1464.315428,2423.674781,1384.315383,2276.271266 +167875,2688.239664,1463.123792,2424.662257,1387.625337,2277.02561 +167876,2689.855966,1461.944646,2423.762342,1390.97101,2275.467456 +167877,2691.78363,1460.784665,2425.420527,1394.352524,2277.042577 +167878,2693.218226,1459.632337,2424.759916,1397.750349,2275.755874 +167879,2695.08711,1458.499925,2424.834981,1401.185248,2275.361492 +167880,2696.924046,1457.380642,2426.893579,1404.645337,2277.40113 +167881,2742.971848,1479.105129,2426.272737,1430.936647,2275.62721 +167882,2751.198595,1479.412628,2429.274389,1436.050372,2279.001105 +167883,2753.915547,1479.248608,2433.680963,1440.392763,2284.561819 +167884,2757.313656,1478.977418,2437.735663,1444.852638,2289.89104 +167885,2760.730011,1478.620592,2440.964593,1449.161256,2294.256623 +167886,2764.034995,1478.212911,2445.350869,1453.44865,2299.979559 +167887,2766.808511,1477.770971,2446.335776,1457.715055,2301.511106 +167888,2769.910071,1477.314538,2447.522175,1461.987514,2303.211915 +167889,2772.841714,1476.845702,2448.665762,1466.262028,2304.764687 +167890,2776.030133,1476.371537,2451.45103,1470.548872,2308.24433 +167891,2778.47201,1475.88992,2451.511994,1474.930545,2308.313109 +167892,2781.500582,1475.409724,2452.074222,1479.113828,2308.922709 +167893,2791.733809,1474.9269,2452.915537,1489.945505,2309.799546 +167894,2776.688319,1474.443797,2453.666822,1478.357571,2310.501904 +167895,2801.073876,1473.963054,2456.119987,1496.689048,2313.246186 +167896,2789.94962,1473.480665,2457.751178,1495.650094,2314.955965 +167897,2795.387176,1473.000259,2457.138277,1500.940925,2313.883303 +167898,2798.810642,1472.523924,2457.202523,1505.404933,2313.593949 +167899,2801.08879,1472.048511,2457.582601,1509.938962,2313.64035 +167900,2803.937099,1471.577173,2459.791569,1514.263567,2315.89948 +167901,2806.034453,1471.105005,2459.397405,1518.809906,2314.947735 +167902,2808.973404,1470.640159,2459.589852,1523.307229,2314.697079 +167903,2811.245746,1470.17678,2459.985625,1527.834144,2314.670996 +167904,2814.451398,1469.718592,2462.179717,1532.387665,2316.840581 +167905,2816.383092,1469.260284,2461.764146,1536.95574,2315.802594 +167906,2819.245639,1468.810209,2461.92167,1541.646026,2315.45856 +167907,2821.664799,1468.362248,2462.264106,1549.782269,2315.323623 +167908,2824.343626,1467.918808,2462.701734,1548.893388,2315.291672 +167909,2826.676849,1467.479977,2463.166266,1570.371743,2315.28513 +167910,2829.303841,1467.040304,2463.681057,1536.408445,2315.337026 +167911,2831.021103,1466.505702,2464.206293,1575.991783,2315.40037 +167912,2833.770873,1465.956666,2466.353217,1565.897824,2317.477136 +167913,2834.938633,1465.398175,2465.794186,1572.645016,2316.258918 +167914,2837.437264,1464.843681,2467.441408,1576.809162,2317.780063 +167915,2846.238641,1464.281859,2466.745536,1581.150312,2316.436897 +167916,2830.903107,1463.725208,2466.698951,1591.581429,2315.65795 +167917,2853.06116,1463.168727,2468.349732,1579.679449,2317.213316 +167918,2835.699236,1462.610886,2469.173235,1597.869704,2317.776702 +167919,2855.516622,1462.056627,2469.653778,1596.464571,2317.939925 +167920,2846.827487,1461.503955,2470.060437,1601.450729,2318.021809 +167921,2849.267602,1460.951708,2468.550208,1605.640586,2315.743847 +167922,2852.062741,1460.405194,2467.857932,1618.889331,2314.449487 +167923,2853.802702,1459.859502,2467.61783,1599.908736,2313.691015 +167924,2855.191468,1459.317108,2467.579182,1633.868548,2313.175281 +167925,2856.731635,1458.778021,2467.606068,1612.631904,2312.747459 +167926,2859.037174,1458.243936,2469.376656,1628.634902,2314.480817 +167927,2859.697473,1457.708661,2468.499779,1635.114001,2312.984576 +167928,2861.839898,1457.182325,2468.194117,1625.798547,2312.19835 +167929,2863.443257,1456.657218,2468.088864,1651.794154,2311.654178 +167930,2864.771174,1456.136622,2468.080968,1629.684709,2311.227138 +167931,2866.529373,1455.620124,2468.18665,1657.691211,2310.942273 +167932,2876.166037,1455.107888,2468.489243,1638.116389,2310.906267 +167933,2859.968692,1454.599651,2468.690924,1666.535839,2310.754994 +167934,2880.787549,1454.095954,2468.837817,1652.71643,2310.543837 +167935,2864.86055,1453.598316,2470.620542,1663.071624,2312.355188 +167936,2882.943557,1453.100231,2469.837948,1665.765442,2311.024213 +167937,2875.206988,1452.612273,2469.816358,1669.506462,2310.628734 +167938,2877.128753,1452.036845,2469.902982,1673.161601,2310.356943 +167939,2879.471477,1451.686577,2470.018274,1677.093886,2310.113946 +167940,2881.11228,1451.147717,2470.235578,1680.716968,2309.994424 +167941,2802.903593,1417.633174,2469.273759,1651.555755,2308.873433 +167942,2800.388993,1419.001076,2462.019563,1645.241636,2299.030669 +167943,2797.782134,1418.478795,2453.214238,1646.993311,2286.223306 +167944,2798.363251,1417.970313,2447.94258,1649.318945,2277.200694 +167945,2805.685659,1417.363023,2442.526189,1651.869424,2267.880368 +167946,2789.557439,1416.763737,2441.031943,1654.513378,2263.505092 +167947,2809.124856,1416.150499,2438.195809,1657.037231,2257.708353 +167948,2790.524597,1415.540968,2436.723802,1659.943387,2253.830686 +167949,2809.827009,1414.927387,2435.939888,1662.539605,2251.027345 +167950,2791.819973,1414.313997,2435.480027,1665.302664,2248.836419 +167951,2810.400062,1413.700727,2435.243984,1667.977787,2247.117614 +167952,2800.461291,1413.087961,2435.24653,1670.703354,2245.869802 +167953,2801.996302,1412.474838,2435.191645,1673.399938,2244.709349 +167954,2803.859926,1411.864623,2436.773224,1676.122247,2245.701967 +167955,2796.339344,1411.251202,2437.429687,1678.816635,2245.692349 +167956,2812.932178,1410.638634,2435.878969,1681.442003,2243.079345 +167957,2802.54026,1410.0308,2435.469228,1684.023869,2241.938713 +167958,2804.389878,1409.420435,2435.225391,1686.83373,2241.056628 +167959,2805.86559,1408.812069,2435.061595,1689.398805,2240.328045 +167960,2806.13576,1408.204626,2435.022786,1692.053237,2239.808717 +167961,2806.480841,1407.598123,2435.026891,1694.661732,2239.395491 +167962,2807.372487,1406.907673,2436.709449,1697.305178,2241.099233 +167963,2807.130525,1406.514506,2435.728923,1699.791741,2239.584208 +167964,2807.99731,1405.637212,2435.322878,1702.412891,2238.808955 +167965,2808.564013,1405.236412,2435.135893,1704.948686,2238.321772 +167966,2809.175761,1404.561299,2435.059553,1707.512593,2237.989248 +167967,2809.815357,1403.9735,2435.035831,1709.976811,2237.743284 +167968,2810.452085,1403.374345,2435.035291,1712.395875,2237.549114 +167969,2811.080428,1402.775725,2435.043747,1715.015689,2237.388404 +167970,2811.700631,1402.177871,2435.051209,1717.406776,2237.246775 +167971,2811.825701,1401.031348,2435.035772,1719.337464,2237.094893 +167972,2811.682382,1399.76179,2434.910744,1721.111342,2236.898312 +167973,2811.536422,1398.426018,2434.629289,1722.815029,2236.648117 +167974,2811.299596,1397.038769,2434.194008,1724.450737,2236.356638 +167975,2810.976584,1395.606966,2433.625456,1726.022221,2236.036312 +167976,2810.680661,1394.134231,2432.94635,1727.506682,2235.696914 +167977,2810.279709,1392.622893,2432.175357,1728.977199,2235.345597 +167978,2809.83487,1391.074395,2431.324529,1730.387237,2234.985263 +167979,2809.333061,1389.489983,2430.472202,1737.540185,2234.703634 +167980,2808.816581,1387.870292,2429.475533,1724.591745,2234.31845 +167981,2808.191351,1386.302395,2428.420741,1743.697673,2233.929758 +167982,2807.578646,1384.488517,2427.311638,1726.758013,2233.537049 +167983,2806.982636,1382.827664,2426.161344,1745.716701,2233.152438 +167984,2806.152437,1381.061391,2424.937974,1729.127435,2232.733442 +167985,2805.362319,1379.275134,2423.678745,1747.852427,2232.322992 +167986,2804.556087,1377.45741,2422.422231,1737.051269,2231.966331 +167987,2803.679034,1375.522315,2421.054822,1741.493873,2231.521815 +167988,2802.694029,1373.766785,2419.622852,1742.402456,2231.044208 +167989,2801.785482,1371.795668,2418.167307,1743.011327,2230.581819 +167990,2800.643493,1369.86595,2416.661687,1743.869087,2230.100582 +167991,2799.69047,1367.893652,2415.10906,1744.673075,2229.603152 +167992,2798.546773,1365.890706,2413.514726,1745.430529,2229.095015 +167993,2797.372015,1363.857725,2411.877848,1746.158279,2228.574195 +167994,2796.162413,1361.794764,2410.197341,1746.794554,2228.038497 +167995,2794.864979,1359.702052,2408.473149,1747.438733,2227.487044 +167996,2793.599879,1357.579623,2406.706768,1748.024922,2226.920935 +167997,2792.233298,1355.427677,2404.899418,1748.572181,2226.340998 +167998,2790.826458,1353.246217,2403.050552,1749.080396,2225.745965 +167999,2781.949658,1351.035263,2401.005521,1749.541376,2224.944264 +168000,2797.341805,1348.795314,2399.066774,1749.987012,2224.307119 +168001,2637.146745,1280.00348,2396.252285,1693.91878,2224.013285 +168002,2642.405126,1277.015422,2383.480505,1702.312882,2209.591142 +168003,2638.512704,1273.958875,2364.770597,1700.63426,2186.708557 +168004,2636.470381,1271.102392,2349.884873,1702.070542,2167.627542 +168005,2633.928811,1268.065381,2339.147652,1702.776662,2153.50124 +168006,2631.230261,1265.098512,2331.715032,1710.185296,2143.602187 +168007,2628.603488,1262.213487,2326.283113,1698.687443,2136.492166 +168008,2625.773908,1259.104082,2322.082118,1716.94908,2131.280525 +168009,2622.902008,1256.035852,2318.570137,1700.891496,2127.323518 +168010,2619.916684,1253.033396,2315.300698,1719.462594,2124.27087 +168011,2617.139959,1249.839771,2312.472439,1703.535345,2121.86204 +168012,2613.732652,1246.790917,2309.831726,1721.739656,2119.991786 +168013,2610.664374,1267.966137,2307.303701,1711.43489,2118.552496 +168014,2607.478925,1204.21514,2304.842217,1716.049671,2117.44803 +168015,2604.160469,1254.596113,2302.434922,1716.731642,2116.647147 +168016,2600.746065,1244.044933,2299.978599,1717.427838,2115.98543 +168017,2597.376232,1210.262396,2297.535196,1718.285185,2115.527497 +168018,2593.854226,1254.630642,2295.092294,1719.003736,2115.226254 +168019,2590.49038,1195.320786,2292.464382,1719.707931,2115.059062 +168020,2586.55149,1248.420481,2290.010146,1720.334664,2114.985563 +168021,2582.97078,1191.881604,2287.536809,1720.903748,2114.785886 +168022,2579.313327,1231.960415,2286.692648,1721.491592,2116.947264 +168023,2566.981284,1196.571886,2282.908036,1721.792072,2115.750015 +168024,2583.359171,1212.014812,2279.851369,1722.288843,2115.488694 +168025,2554.239735,1201.88234,2277.067027,1722.597779,2115.498722 +168026,2567.716137,1199.542688,2274.668223,1722.87534,2115.485173 +168027,2558.290553,1195.864234,2271.872414,1723.109086,2115.693342 +168028,2554.630254,1192.32408,2269.210944,1723.276907,2115.995516 +168029,2551.707276,1188.638623,2266.254982,1723.389711,2116.309732 +168030,2548.749759,1184.847721,2265.165133,1723.526999,2118.769735 +168031,2545.473152,1181.892663,2261.440503,1721.959681,2118.003227 +168032,2542.60312,1178.787049,2259.956852,1720.365042,2119.98469 +168033,2539.539382,1175.798818,2255.868253,1718.34755,2118.901666 +168034,2536.597874,1172.819108,2252.614818,1710.699204,2118.498897 +168035,2533.557121,1169.860992,2249.746838,1721.697682,2118.463967 +168036,2530.528647,1166.918717,2247.039758,1702.403613,2118.545385 +168037,2527.628135,1163.990708,2244.416259,1717.187872,2118.676945 +168038,2524.229784,1161.075599,2241.820186,1696.894301,2118.79869 +168039,2521.245798,1158.172423,2239.18335,1705.835399,2118.838674 +168040,2517.962421,1155.280126,2236.43444,1698.574595,2118.948007 +168041,2514.890281,1152.469114,2235.592508,1695.787036,2121.145672 +168042,2511.491213,1149.493151,2233.76749,1692.43366,2122.122109 +168043,2508.10703,1146.681316,2229.857887,1688.766728,2120.529866 +168044,2504.845261,1143.815567,2226.727998,1685.154952,2119.860313 +168045,2501.380778,1140.96995,2223.893363,1681.065217,2119.519079 +168046,2497.877952,1138.132081,2221.207524,1677.076957,2119.332225 +168047,2494.61517,1135.300994,2220.287053,1672.939552,2121.304511 +168048,2490.67035,1132.480257,2216.731529,1668.504846,2120.04399 +168049,2487.184773,1129.663395,2213.76146,1664.126607,2119.495175 +168050,2483.491781,1126.783658,2211.001279,1659.454193,2119.182761 +168051,2479.696556,1124.083871,2210.035019,1654.888017,2121.063196 +168052,2475.887549,1121.24168,2206.44662,1649.776449,2119.726695 +168053,2472.019569,1118.460488,2203.453331,1644.906781,2119.114023 +168054,2468.086354,1115.677643,2200.67149,1639.740304,2118.741254 +168055,2464.032459,1112.937397,2199.686683,1634.423399,2120.566369 +168056,2459.923781,1110.059226,2196.074997,1628.999075,2119.17407 +168057,2442.889323,1106.674598,2192.816221,1606.20967,2118.210921 +168058,2436.642216,1103.857463,2189.270263,1581.602734,2117.202058 +168059,2431.434843,1101.039767,2186.099168,1603.917312,2116.435344 +168060,2422.542836,1098.222239,2183.302387,1570.509136,2116.114769 +168061,1833.832798,1095.326998,938.254958,1468.757067,2079.525708 +168062,1940.842516,1222.552309,999.2775343,1544.81282,2176.221022 +168063,2065.168247,1224.803605,1075.441306,1626.68182,2283.14201 +168064,2151.869379,1222.642025,1135.328081,1674.281361,2351.26521 +168065,2198.837172,1221.42745,1175.313686,1689.735043,2383.669245 +168066,2225.883578,1219.134561,1203.763486,1691.10833,2400.434295 +168067,2242.409012,1217.152698,1225.287661,1687.625929,2410.290858 +168068,2253.707526,1214.534461,1242.489134,1683.050488,2417.037242 +168069,2262.14747,1212.345042,1256.742493,1678.767602,2422.320014 +168070,2268.747967,1209.85815,1268.756309,1675.010796,2426.785105 +168071,2273.963906,1207.574145,1278.944972,1646.49365,2430.683015 +168072,2278.071441,1205.083788,1287.601769,1633.005573,2434.122955 +168073,2281.253896,1202.793144,1294.960323,1635.573323,2437.160476 +168074,2283.644632,1200.226327,1301.203147,1628.97961,2439.804006 +168075,2285.406349,1198.05828,1306.690449,1616.498295,2442.134852 +168076,2286.689756,1194.4492,1311.232101,1598.447146,2444.22649 +168077,2287.100725,1191.993611,1315.070817,1590.28952,2446.098255 +168078,2286.869487,1189.416907,1318.324091,1581.454944,2447.768773 +168079,2286.260383,1187.076383,1321.081128,1569.858296,2449.226838 +168080,2285.472973,1184.551941,1323.438425,1567.79447,2450.524639 +168081,2284.597525,1182.319831,1325.467526,1558.305114,2451.708068 +168082,2283.638418,1179.635311,1327.21225,1550.820335,2452.781037 +168083,2282.593929,1177.515363,1328.708424,1543.530436,2453.752886 +168084,2281.465759,1174.968841,1329.990498,1531.333263,2454.634498 +168085,2280.257603,1172.711719,1331.080191,1530.185501,2455.434993 +168086,2278.974569,1170.246607,1332.006171,1520.349267,2456.162815 +168087,2277.622962,1167.990998,1332.791476,1512.506813,2456.826943 +168088,2276.209291,1165.209192,1333.449556,1492.692991,2457.436446 +168089,2274.347158,1162.89944,1333.971321,1482.113804,2457.964651 +168090,2272.197828,1160.413578,1334.381822,1473.48581,2458.443322 +168091,2269.972974,1158.048296,1334.712639,1466.248206,2458.901131 +168092,2267.804928,1155.383795,1334.962435,1459.719165,2459.328192 +168093,2265.7272,1175.227277,1335.138798,1453.155235,2459.723427 +168094,2263.740622,1117.102595,1335.242393,1446.833247,2460.08628 +168095,2261.814,1164.82037,1335.282036,1440.789365,2460.419649 +168096,2259.93842,1155.203158,1335.25994,1434.47441,2460.726738 +168097,2258.090726,1123.081436,1335.183889,1423.966225,2461.008359 +168098,2256.268429,1169.500868,1335.053844,1424.764412,2461.2659 +168099,2254.455395,1106.329538,1334.876644,1415.582025,2461.500127 +168100,2252.654782,1169.939771,1334.65189,1410.526338,2461.71317 +168101,2250.8535,1099.474055,1334.385805,1400.112795,2461.905595 +168102,2249.055408,1161.435988,1334.076683,1403.509496,2462.077788 +168103,2247.248734,1099.674866,1333.730117,1380.913881,2462.229838 +168104,2245.437949,1147.832011,1333.343824,1400.717216,2462.36316 +168105,2243.615753,1103.696896,1332.924358,1367.73617,2462.478821 +168106,2241.787378,1131.595683,1332.468916,1381.235583,2462.577487 +168107,2239.946121,1109.56207,1331.983832,1368.831675,2462.66045 +168108,2238.097347,1117.416248,1331.465856,1378.170762,2462.728206 +168109,2236.233517,1111.336653,1330.920541,1342.854829,2462.780767 +168110,2234.343402,1109.257275,1330.346519,1355.955335,2462.818342 +168111,2232.440508,1106.712517,1329.748289,1348.858516,2462.841922 +168112,2230.520726,1103.944766,1329.122035,1352.243939,2462.852082 +168113,2228.592997,1101.383815,1328.471758,1320.211803,2462.848328 +168114,2226.649299,1098.59347,1327.794376,1346.393526,2462.831341 +168115,2224.697684,1096.012105,1327.094767,1313.628137,2462.801597 +168116,2222.729227,1093.200878,1326.369652,1325.638889,2462.75916 +168117,2220.752204,1090.599267,1325.623846,1314.021753,2462.70445 +168118,2218.758355,1087.767329,1324.854148,1325.973651,2462.637944 +168119,2216.485831,1085.145582,1324.064787,1280.064092,2462.558925 +168120,2214.473698,1082.293003,1323.252477,1311.30616,2462.467857 +168121,0,0,0,0,0 +168122,0,0,0,0,0 +168123,0,0,0,0,0 +168124,0,0,0,0,0 +168125,0,0,0,0,0 +168126,0,0,0,0,0 +168127,0,0,0,0,0 +168128,0,0,0,0,0 +168129,0,0,0,0,0 +168130,0,0,0,0,0 +168131,0,0,0,0,0 +168132,0,0,0,0,0 +168133,0,0,0,0,0 +168134,0,0,0,0,0 +168135,0,0,0,0,0 +168136,0,0,0,0,0 +168137,0,0,0,0,0 +168138,0,0,0,0,0 +168139,0,0,0,0,0 +168140,0,0,0,0,0 +168141,0,0,0,0,0 +168142,0,0,0,0,0 +168143,0,0,0,0,0 +168144,0,0,0,0,0 +168145,0,0,0,0,0 +168146,0,0,0,0,0 +168147,0,0,0,0,0 +168148,0,0,0,0,0 +168149,0,0,0,0,0 +168150,0,0,0,0,0 +168151,0,0,0,0,0 +168152,0,0,0,0,0 +168153,0,0,0,0,0 +168154,0,0,0,0,0 +168155,0,0,0,0,0 +168156,0,0,0,0,0 +168157,0,0,0,0,0 +168158,0,0,0,0,0 +168159,0,0,0,0,0 +168160,0,0,0,0,0 +168161,0,0,0,0,0 +168162,0,0,0,0,0 +168163,0,0,0,0,0 +168164,0,0,0,0,0 +168165,0,0,0,0,0 +168166,0,0,0,0,0 +168167,0,0,0,0,0 +168168,0,0,0,0,0 +168169,0,0,0,0,0 +168170,0,0,0,0,0 +168171,0,0,0,0,0 +168172,0,0,0,0,0 +168173,0,0,0,0,0 +168174,0,0,0,0,0 +168175,0,0,0,0,0 +168176,0,0,0,0,0 +168177,0,0,0,0,0 +168178,0,0,0,0,0 +168179,0,0,0,0,0 +168180,0,0,0,0,0 +168181,0,0,0,0,0 +168182,0,0,0,0,0 +168183,0,0,0,0,0 +168184,0,0,0,0,0 +168185,0,0,0,0,0 +168186,0,0,0,0,0 +168187,0,0,0,0,0 +168188,0,0,0,0,0 +168189,0,0,0,0,0 +168190,0,0,0,0,0 +168191,0,0,0,0,0 +168192,0,0,0,0,0 +168193,0,0,0,0,0 +168194,0,0,0,0,0 +168195,0,0,0,0,0 +168196,0,0,0,0,0 +168197,0,0,0,0,0 +168198,0,0,0,0,0 +168199,0,0,0,0,0 +168200,0,0,0,0,0 +168201,0,0,0,0,0 +168202,0,0,0,0,0 +168203,0,0,0,0,0 +168204,0,0,0,0,0 +168205,0,0,0,0,0 +168206,0,0,0,0,0 +168207,0,0,0,0,0 +168208,0,0,0,0,0 +168209,0,0,0,0,0 +168210,0,0,0,0,0 +168211,0,0,0,0,0 +168212,0,0,0,0,0 +168213,0,0,0,0,0 +168214,0,0,0,0,0 +168215,0,0,0,0,0 +168216,0,0,0,0,0 +168217,0,0,0,0,0 +168218,0,0,0,0,0 +168219,0,0,0,0,0 +168220,0,0,0,0,0 +168221,0,0,0,0,0 +168222,0,0,0,0,0 +168223,0,0,0,0,0 +168224,0,0,0,0,0 +168225,0,0,0,0,0 +168226,0,0,0,0,0 +168227,0,0,0,0,0 +168228,0,0,0,0,0 +168229,0,0,0,0,0 +168230,0,0,0,0,0 +168231,0,0,0,0,0 +168232,0,0,0,0,0 +168233,0,0,0,0,0 +168234,0,0,0,0,0 +168235,0,0,0,0,0 +168236,0,0,0,0,0 +168237,0,0,0,0,0 +168238,0,0,0,0,0 +168239,0,0,0,0,0 +168240,0,0,0,0,0 +168241,0,0,0,0,0 +168242,0,0,0,0,0 +168243,0,0,0,0,0 +168244,0,0,0,0,0 +168245,0,0,0,0,0 +168246,0,0,0,0,0 +168247,0,0,0,0,0 +168248,0,0,0,0,0 +168249,0,0,0,0,0 +168250,0,0,0,0,0 +168251,0,0,0,0,0 +168252,0,0,0,0,0 +168253,0,0,0,0,0 +168254,0,0,0,0,0 +168255,0,0,0,0,0 +168256,0,0,0,0,0 +168257,0,0,0,0,0 +168258,0,0,0,0,0 +168259,0,0,0,0,0 +168260,0,0,0,0,0 +168261,0,0,0,0,0 +168262,0,0,0,0,0 +168263,0,0,0,0,0 +168264,0,0,0,0,0 +168265,0,0,0,0,0 +168266,0,0,0,0,0 +168267,0,0,0,0,0 +168268,0,0,0,0,0 +168269,0,0,0,0,0 +168270,0,0,0,0,0 +168271,0,0,0,0,0 +168272,0,0,0,0,0 +168273,0,0,0,0,0 +168274,0,0,0,0,0 +168275,0,0,0,0,0 +168276,0,0,0,0,0 +168277,0,0,0,0,0 +168278,0,0,0,0,0 +168279,0,0,0,0,0 +168280,0,0,0,0,0 +168281,0,0,0,0,0 +168282,0,0,0,0,0 +168283,0,0,0,0,0 +168284,0,0,0,0,0 +168285,0,0,0,0,0 +168286,0,0,0,0,0 +168287,0,0,0,0,0 +168288,0,0,0,0,0 +168289,0,0,0,0,0 +168290,0,0,0,0,0 +168291,0,0,0,0,0 +168292,0,0,0,0,0 +168293,0,0,0,0,0 +168294,0,0,0,0,0 +168295,0,0,0,0,0 +168296,0,0,0,0,0 +168297,0,0,0,0,0 +168298,0,0,0,0,0 +168299,0,0,0,0,0 +168300,0,0,0,0,0 +168301,0,0,0,0,0 +168302,0,0,0,0,0 +168303,0,0,0,0,0 +168304,0,0,0,0,0 +168305,0,0,0,0,0 +168306,0,0,0,0,0 +168307,0,0,0,0,0 +168308,0,0,0,0,0 +168309,0,0,0,0,0 +168310,0,0,0,0,0 +168311,0,0,0,0,0 +168312,0,0,0,0,0 +168313,0,0,0,0,0 +168314,0,0,0,0,0 +168315,0,0,0,0,0 +168316,0,0,0,0,0 +168317,0,0,0,0,0 +168318,0,0,0,0,0 +168319,0,0,0,0,0 +168320,0,0,0,0,0 +168321,0,0,0,0,0 +168322,0,0,0,0,0 +168323,0,0,0,0,0 +168324,0,0,0,0,0 +168325,0,0,0,0,0 +168326,0,0,0,0,0 +168327,0,0,0,0,0 +168328,0,0,0,0,0 +168329,0,0,0,0,0 +168330,0,0,0,0,0 +168331,0,0,0,0,0 +168332,0,0,0,0,0 +168333,0,0,0,0,0 +168334,0,0,0,0,0 +168335,0,0,0,0,0 +168336,0,0,0,0,0 +168337,0,0,0,0,0 +168338,0,0,0,0,0 +168339,0,0,0,0,0 +168340,0,0,0,0,0 +168341,0,0,0,0,0 +168342,0,0,0,0,0 +168343,0,0,0,0,0 +168344,0,0,0,0,0 +168345,0,0,0,0,0 +168346,0,0,0,0,0 +168347,0,0,0,0,0 +168348,0,0,0,0,0 +168349,0,0,0,0,0 +168350,0,0,0,0,0 +168351,0,0,0,0,0 +168352,0,0,0,0,0 +168353,0,0,0,0,0 +168354,0,0,0,0,0 +168355,0,0,0,0,0 +168356,0,0,0,0,0 +168357,0,0,0,0,0 +168358,0,0,0,0,0 +168359,0,0,0,0,0 +168360,0,0,0,0,0 +168361,0,0,0,0,0 +168362,0,0,0,0,0 +168363,0,0,0,0,0 +168364,0,0,0,0,0 +168365,0,0,0,0,0 +168366,0,0,0,0,0 +168367,0,0,0,0,0 +168368,0,0,0,0,0 +168369,0,0,0,0,0 +168370,0,0,0,0,0 +168371,0,0,0,0,0 +168372,0,0,0,0,0 +168373,0,0,0,0,0 +168374,0,0,0,0,0 +168375,0,0,0,0,0 +168376,0,0,0,0,0 +168377,0,0,0,0,0 +168378,0,0,0,0,0 +168379,0,0,0,0,0 +168380,0,0,0,0,0 +168381,0,0,0,0,0 +168382,0,0,0,0,0 +168383,0,0,0,0,0 +168384,0,0,0,0,0 +168385,0,0,0,0,0 +168386,0,0,0,0,0 +168387,0,0,0,0,0 +168388,0,0,0,0,0 +168389,0,0,0,0,0 +168390,0,0,0,0,0 +168391,0,0,0,0,0 +168392,0,0,0,0,0 +168393,0,0,0,0,0 +168394,0,0,0,0,0 +168395,0,0,0,0,0 +168396,0,0,0,0,0 +168397,0,0,0,0,0 +168398,0,0,0,0,0 +168399,0,0,0,0,0 +168400,0,0,0,0,0 +168401,0,0,0,0,0 +168402,0,0,0,0,0 +168403,0,0,0,0,0 +168404,0,0,0,0,0 +168405,0,0,0,0,0 +168406,0,0,0,0,0 +168407,0,0,0,0,0 +168408,0,0,0,0,0 +168409,0,0,0,0,0 +168410,0,0,0,0,0 +168411,0,0,0,0,0 +168412,0,0,0,0,0 +168413,0,0,0,0,0 +168414,0,0,0,0,0 +168415,0,0,0,0,0 +168416,0,0,0,0,0 +168417,0,0,0,0,0 +168418,0,0,0,0,0 +168419,0,0,0,0,0 +168420,0,0,0,0,0 +168421,0,0,0,0,0 +168422,0,0,0,0,0 +168423,0,0,0,0,0 +168424,0,0,0,0,0 +168425,0,0,0,0,0 +168426,0,0,0,0,0 +168427,0,0,0,0,0 +168428,0,0,0,0,0 +168429,0,0,0,0,0 +168430,0,0,0,0,0 +168431,0,0,0,0,0 +168432,0,0,0,0,0 +168433,0,0,0,0,0 +168434,0,0,0,0,0 +168435,0,0,0,0,0 +168436,0,0,0,0,0 +168437,0,0,0,0,0 +168438,0,0,0,0,0 +168439,0,0,0,0,0 +168440,0,0,0,0,0 +168441,0,0,0,0,0 +168442,0,0,0,0,0 +168443,0,0,0,0,0 +168444,0,0,0,0,0 +168445,0,0,0,0,0 +168446,0,0,0,0,0 +168447,0,0,0,0,0 +168448,0,0,0,0,0 +168449,0,0,0,0,0 +168450,0,0,0,0,0 +168451,0,0,0,0,0 +168452,0,0,0,0,0 +168453,0,0,0,0,0 +168454,0,0,0,0,0 +168455,0,0,0,0,0 +168456,0,0,0,0,0 +168457,0,0,0,0,0 +168458,0,0,0,0,0 +168459,0,0,0,0,0 +168460,0,0,0,0,0 +168461,0,0,0,0,0 +168462,0,0,0,0,0 +168463,0,0,0,0,0 +168464,0,0,0,0,0 +168465,0,0,0,0,0 +168466,0,0,0,0,0 +168467,0,0,0,0,0 +168468,0,0,0,0,0 +168469,0,0,0,0,0 +168470,0,0,0,0,0 +168471,0,0,0,0,0 +168472,0,0,0,0,0 +168473,0,0,0,0,0 +168474,0,0,0,0,0 +168475,0,0,0,0,0 +168476,0,0,0,0,0 +168477,0,0,0,0,0 +168478,0,0,0,0,0 +168479,0,0,0,0,0 +168480,0,0,0,0,0 +168481,0,0,0,0,0 +168482,0,0,0,0,0 +168483,0,0,0,0,0 +168484,0,0,0,0,0 +168485,0,0,0,0,0 +168486,0,0,0,0,0 +168487,0,0,0,0,0 +168488,0,0,0,0,0 +168489,0,0,0,0,0 +168490,0,0,0,0,0 +168491,0,0,0,0,0 +168492,0,0,0,0,0 +168493,0,0,0,0,0 +168494,0,0,0,0,0 +168495,0,0,0,0,0 +168496,0,0,0,0,0 +168497,0,0,0,0,0 +168498,0,0,0,0,0 +168499,0,0,0,0,0 +168500,0,0,0,0,0 +168501,0,0,0,0,0 +168502,0,0,0,0,0 +168503,0,0,0,0,0 +168504,0,0,0,0,0 +168505,0,0,0,0,0 +168506,0,0,0,0,0 +168507,0,0,0,0,0 +168508,0,0,0,0,0 +168509,0,0,0,0,0 +168510,0,0,0,0,0 +168511,0,0,0,0,0 +168512,0,0,0,0,0 +168513,0,0,0,0,0 +168514,0,0,0,0,0 +168515,0,0,0,0,0 +168516,0,0,0,0,0 +168517,0,0,0,0,0 +168518,0,0,0,0,0 +168519,0,0,0,0,0 +168520,0,0,0,0,0 +168521,0,0,0,0,0 +168522,0,0,0,0,0 +168523,0,0,0,0,0 +168524,0,0,0,0,0 +168525,0,0,0,0,0 +168526,0,0,0,0,0 +168527,0,0,0,0,0 +168528,0,0,0,0,0 +168529,0,0,0,0,0 +168530,0,0,0,0,0 +168531,0,0,0,0,0 +168532,0,0,0,0,0 +168533,0,0,0,0,0 +168534,0,0,0,0,0 +168535,0,0,0,0,0 +168536,0,0,0,0,0 +168537,0,0,0,0,0 +168538,0,0,0,0,0 +168539,0,0,0,0,0 +168540,0,0,0,0,0 +168541,0,0,0,0,0 +168542,0,0,0,0,0 +168543,0,0,0,0,0 +168544,0,0,0,0,0 +168545,0,0,0,0,0 +168546,0,0,0,0,0 +168547,0,0,0,0,0 +168548,0,0,0,0,0 +168549,0,0,0,0,0 +168550,0,0,0,0,0 +168551,0,0,0,0,0 +168552,0,0,0,0,0 +168553,0,0,0,0,0 +168554,0,0,0,0,0 +168555,0,0,0,0,0 +168556,0,0,0,0,0 +168557,0,0,0,0,0 +168558,0,0,0,0,0 +168559,0,0,0,0,0 +168560,0,0,0,0,0 +168561,0,0,0,0,0 +168562,0,0,0,0,0 +168563,0,0,0,0,0 +168564,0,0,0,0,0 +168565,0,0,0,0,0 +168566,0,0,0,0,0 +168567,0,0,0,0,0 +168568,0,0,0,0,0 +168569,0,0,0,0,0 +168570,0,0,0,0,0 +168571,0,0,0,0,0 +168572,0,0,0,0,0 +168573,0,0,0,0,0 +168574,0,0,0,0,0 +168575,0,0,0,0,0 +168576,0,0,0,0,0 +168577,0,0,0,0,0 +168578,0,0,0,0,0 +168579,0,0,0,0,0 +168580,0,0,0,0,0 +168581,0,0,0,0,0 +168582,0,0,0,0,0 +168583,0,0,0,0,0 +168584,0,0,0,0,0 +168585,0,0,0,0,0 +168586,0,0,0,0,0 +168587,0,0,0,0,0 +168588,0,0,0,0,0 +168589,0,0,0,0,0 +168590,0,0,0,0,0 +168591,0,0,0,0,0 +168592,0,0,0,0,0 +168593,0,0,0,0,0 +168594,0,0,0,0,0 +168595,0,0,0,0,0 +168596,0,0,0,0,0 +168597,0,0,0,0,0 +168598,0,0,0,0,0 +168599,0,0,0,0,0 +168600,0,0,0,0,0 +168601,0,0,0,0,0 +168602,0,0,0,0,0 +168603,0,0,0,0,0 +168604,0,0,0,0,0 +168605,0,0,0,0,0 +168606,0,0,0,0,0 +168607,0,0,0,0,0 +168608,0,0,0,0,0 +168609,0,0,0,0,0 +168610,0,0,0,0,0 +168611,0,0,0,0,0 +168612,0,0,0,0,0 +168613,0,0,0,0,0 +168614,0,0,0,0,0 +168615,0,0,0,0,0 +168616,0,0,0,0,0 +168617,0,0,0,0,0 +168618,0,0,0,0,0 +168619,0,0,0,0,0 +168620,0,0,0,0,0 +168621,0,0,0,0,0 +168622,0,0,0,0,0 +168623,0,0,0,0,0 +168624,0,0,0,0,0 +168625,0,0,0,0,0 +168626,0,0,0,0,0 +168627,0,0,0,0,0 +168628,0,0,0,0,0 +168629,0,0,0,0,0 +168630,0,0,0,0,0 +168631,0,0,0,0,0 +168632,0,0,0,0,0 +168633,0,0,0,0,0 +168634,0,0,0,0,0 +168635,0,0,0,0,0 +168636,0,0,0,0,0 +168637,0,0,0,0,0 +168638,0,0,0,0,0 +168639,0,0,0,0,0 +168640,0,0,0,0,0 +168641,0,0,0,0,0 +168642,0,0,0,0,0 +168643,0,0,0,0,0 +168644,0,0,0,0,0 +168645,0,0,0,0,0 +168646,0,0,0,0,0 +168647,0,0,0,0,0 +168648,0,0,0,0,0 +168649,0,0,0,0,0 +168650,0,0,0,0,0 +168651,0,0,0,0,0 +168652,0,0,0,0,0 +168653,0,0,0,0,0 +168654,0,0,0,0,0 +168655,0,0,0,0,0 +168656,0,0,0,0,0 +168657,0,0,0,0,0 +168658,0,0,0,0,0 +168659,0,0,0,0,0 +168660,0,0,0,0,0 +168661,0,0,0,0,0 +168662,0,0,0,0,0 +168663,0,0,0,0,0 +168664,0,0,0,0,0 +168665,0,0,0,0,0 +168666,0,0,0,0,0 +168667,0,0,0,0,0 +168668,0,0,0,0,0 +168669,0,0,0,0,0 +168670,0,0,0,0,0 +168671,0,0,0,0,0 +168672,0,0,0,0,0 +168673,0,0,0,0,0 +168674,0,0,0,0,0 +168675,0,0,0,0,0 +168676,0,0,0,0,0 +168677,0,0,0,0,0 +168678,0,0,0,0,0 +168679,0,0,0,0,0 +168680,0,0,0,0,0 +168681,0,0,0,0,0 +168682,0,0,0,0,0 +168683,0,0,0,0,0 +168684,0,0,0,0,0 +168685,0,0,0,0,0 +168686,0,0,0,0,0 +168687,0,0,0,0,0 +168688,0,0,0,0,0 +168689,0,0,0,0,0 +168690,0,0,0,0,0 +168691,0,0,0,0,0 +168692,0,0,0,0,0 +168693,0,0,0,0,0 +168694,0,0,0,0,0 +168695,0,0,0,0,0 +168696,0,0,0,0,0 +168697,0,0,0,0,0 +168698,0,0,0,0,0 +168699,0,0,0,0,0 +168700,0,0,0,0,0 +168701,0,0,0,0,0 +168702,0,0,0,0,0 +168703,0,0,0,0,0 +168704,0,0,0,0,0 +168705,0,0,0,0,0 +168706,0,0,0,0,0 +168707,0,0,0,0,0 +168708,0,0,0,0,0 +168709,0,0,0,0,0 +168710,0,0,0,0,0 +168711,0,0,0,0,0 +168712,0,0,0,0,0 +168713,0,0,0,0,0 +168714,0,0,0,0,0 +168715,0,0,0,0,0 +168716,0,0,0,0,0 +168717,0,0,0,0,0 +168718,0,0,0,0,0 +168719,0,0,0,0,0 +168720,0,0,0,0,0 +168721,0,0,0,0,0 +168722,0,0,0,0,0 +168723,0,0,0,0,0 +168724,0,0,0,0,0 +168725,0,0,0,0,0 +168726,0,0,0,0,0 +168727,0,0,0,0,0 +168728,0,0,0,0,0 +168729,0,0,0,0,0 +168730,0,0,0,0,0 +168731,0,0,0,0,0 +168732,0,0,0,0,0 +168733,0,0,0,0,0 +168734,0,0,0,0,0 +168735,0,0,0,0,0 +168736,0,0,0,0,0 +168737,0,0,0,0,0 +168738,0,0,0,0,0 +168739,0,0,0,0,0 +168740,0,0,0,0,0 +168741,0,0,0,0,0 +168742,0,0,0,0,0 +168743,0,0,0,0,0 +168744,0,0,0,0,0 +168745,0,0,0,0,0 +168746,0,0,0,0,0 +168747,0,0,0,0,0 +168748,0,0,0,0,0 +168749,0,0,0,0,0 +168750,0,0,0,0,0 +168751,0,0,0,0,0 +168752,0,0,0,0,0 +168753,0,0,0,0,0 +168754,0,0,0,0,0 +168755,0,0,0,0,0 +168756,0,0,0,0,0 +168757,0,0,0,0,0 +168758,0,0,0,0,0 +168759,0,0,0,0,0 +168760,0,0,0,0,0 +168761,0,0,0,0,0 +168762,0,0,0,0,0 +168763,0,0,0,0,0 +168764,0,0,0,0,0 +168765,0,0,0,0,0 +168766,0,0,0,0,0 +168767,0,0,0,0,0 +168768,0,0,0,0,0 +168769,0,0,0,0,0 +168770,0,0,0,0,0 +168771,0,0,0,0,0 +168772,0,0,0,0,0 +168773,0,0,0,0,0 +168774,0,0,0,0,0 +168775,0,0,0,0,0 +168776,0,0,0,0,0 +168777,0,0,0,0,0 +168778,0,0,0,0,0 +168779,0,0,0,0,0 +168780,0,0,0,0,0 +168781,0,0,0,0,0 +168782,0,0,0,0,0 +168783,0,0,0,0,0 +168784,0,0,0,0,0 +168785,0,0,0,0,0 +168786,0,0,0,0,0 +168787,0,0,0,0,0 +168788,0,0,0,0,0 +168789,0,0,0,0,0 +168790,0,0,0,0,0 +168791,0,0,0,0,0 +168792,0,0,0,0,0 +168793,0,0,0,0,0 +168794,0,0,0,0,0 +168795,0,0,0,0,0 +168796,0,0,0,0,0 +168797,0,0,0,0,0 +168798,0,0,0,0,0 +168799,0,0,0,0,0 +168800,0,0,0,0,0 +168801,0,0,0,0,0 +168802,0,0,0,0,0 +168803,0,0,0,0,0 +168804,0,0,0,0,0 +168805,0,0,0,0,0 +168806,0,0,0,0,0 +168807,0,0,0,0,0 +168808,0,0,0,0,0 +168809,0,0,0,0,0 +168810,0,0,0,0,0 +168811,0,0,0,0,0 +168812,0,0,0,0,0 +168813,0,0,0,0,0 +168814,0,0,0,0,0 +168815,0,0,0,0,0 +168816,0,0,0,0,0 +168817,0,0,0,0,0 +168818,0,0,0,0,0 +168819,0,0,0,0,0 +168820,0,0,0,0,0 +168821,0,0,0,0,0 +168822,0,0,0,0,0 +168823,0,0,0,0,0 +168824,0,0,0,0,0 +168825,0,0,0,0,0 +168826,0,0,0,0,0 +168827,0,0,0,0,0 +168828,0,0,0,0,0 +168829,0,0,0,0,0 +168830,0,0,0,0,0 +168831,0,0,0,0,0 +168832,0,0,0,0,0 +168833,0,0,0,0,0 +168834,0,0,0,0,0 +168835,0,0,0,0,0 +168836,0,0,0,0,0 +168837,0,0,0,0,0 +168838,0,0,0,0,0 +168839,0,0,0,0,0 +168840,0,0,0,0,0 +168841,0,0,0,0,0 +168842,0,0,0,0,0 +168843,0,0,0,0,0 +168844,0,0,0,0,0 +168845,0,0,0,0,0 +168846,0,0,0,0,0 +168847,0,0,0,0,0 +168848,0,0,0,0,0 +168849,0,0,0,0,0 +168850,0,0,0,0,0 +168851,0,0,0,0,0 +168852,0,0,0,0,0 +168853,0,0,0,0,0 +168854,0,0,0,0,0 +168855,0,0,0,0,0 +168856,0,0,0,0,0 +168857,0,0,0,0,0 +168858,0,0,0,0,0 +168859,0,0,0,0,0 +168860,0,0,0,0,0 +168861,0,0,0,0,0 +168862,0,0,0,0,0 +168863,0,0,0,0,0 +168864,0,0,0,0,0 +168865,0,0,0,0,0 +168866,0,0,0,0,0 +168867,0,0,0,0,0 +168868,0,0,0,0,0 +168869,0,0,0,0,0 +168870,0,0,0,0,0 +168871,0,0,0,0,0 +168872,0,0,0,0,0 +168873,0,0,0,0,0 +168874,0,0,0,0,0 +168875,0,0,0,0,0 +168876,0,0,0,0,0 +168877,0,0,0,0,0 +168878,0,0,0,0,0 +168879,0,0,0,0,0 +168880,0,0,0,0,0 +168881,0,0,0,0,0 +168882,0,0,0,0,0 +168883,0,0,0,0,0 +168884,0,0,0,0,0 +168885,0,0,0,0,0 +168886,0,0,0,0,0 +168887,0,0,0,0,0 +168888,0,0,0,0,0 +168889,0,0,0,0,0 +168890,0,0,0,0,0 +168891,0,0,0,0,0 +168892,0,0,0,0,0 +168893,0,0,0,0,0 +168894,0,0,0,0,0 +168895,0,0,0,0,0 +168896,0,0,0,0,0 +168897,0,0,0,0,0 +168898,0,0,0,0,0 +168899,0,0,0,0,0 +168900,0,0,0,0,0 +168901,-680.5571332,58.56381627,56.1872798,-125.4928531,-1427.708968 +168902,168.7936338,261.4038316,501.1786384,77.68886794,303.0185731 +168903,173.3524938,259.5590055,496.9078015,78.00805018,312.7005768 +168904,76.57600168,255.6431429,488.0751567,-12.2584939,137.5736561 +168905,-39.49104807,251.9247752,479.1439408,40.85715605,-171.8246443 +168906,71.41292401,249.2454734,471.9073111,33.93620846,71.10369289 +168907,49.5278013,247.6155453,466.5160607,36.36723513,13.74389923 +168908,54.39026518,246.8065174,462.6072931,38.82579918,12.86261998 +168909,59.77788234,246.6105047,459.8214767,41.31072034,14.87798293 +168910,65.05560339,246.8908506,457.9176835,43.82128562,14.85649659 +168911,70.53769933,247.5614227,456.7437994,46.6233171,17.39459284 +168912,75.90712097,248.561558,456.192457,48.91138745,17.88051988 +168913,81.47882602,249.8426743,456.1766337,51.7581673,19.50685604 +168914,87.09256907,251.3635061,456.6209829,54.35783268,21.20769401 +168915,92.74568585,253.0888789,457.4598816,56.97702201,22.26189613 +168916,98.43647974,254.9891706,458.6368351,59.74977657,24.09980254 +168917,104.0064011,257.0396922,460.1037166,62.4066649,25.28663646 +168918,109.929548,259.2199203,461.8196483,65.08159968,27.61389795 +168919,115.7284352,261.5127888,463.7499177,67.90838194,28.55855647 +168920,121.4020028,263.9040515,465.8649501,70.35021264,30.64331918 +168921,127.5834723,266.3825856,468.1403958,70.14304636,32.06347738 +168922,133.4776263,268.9381451,470.5543894,70.00920709,34.26102887 +168923,139.3999633,271.5619241,473.0879979,69.9724158,35.7833593 +168924,145.5093083,274.2465896,475.7250541,70.02980021,37.35564201 +168925,151.4878877,276.9860597,478.4517864,70.16843741,39.7061138 +168926,152.7653231,279.7752088,481.2563367,70.37521324,41.372781 +168927,152.5786993,412.8907465,484.1284777,70.63980731,43.44600852 +168928,152.5747348,382.0350063,487.0592968,70.95444807,45.19642969 +168929,152.7664616,401.7983777,490.0401312,71.31280786,47.35396621 +168930,153.1361204,421.6429619,493.0643851,71.71000404,49.18534156 +168931,153.6588941,435.3042417,496.1264372,72.14200427,51.4218058 +168932,154.3084024,448.797005,499.1853454,72.60324256,53.69355823 +168933,155.064539,462.096236,502.213699,73.08933324,55.26414869 +168934,155.9130462,475.0168865,505.2025186,73.5973363,57.6077449 +168935,156.8432827,487.9815387,508.1524516,74.12524453,60.3528123 +168936,157.8465859,500.9629233,511.0667455,74.67151127,61.65094923 +168937,158.9155785,513.2789137,513.9483712,75.23484368,64.45747778 +168938,160.0438506,526.0583843,516.7994565,75.81410422,66.18800523 +168939,161.22587,538.2435039,519.6215244,76.40830042,69.05623233 +168940,162.4568356,550.901616,522.4157188,77.01655015,70.84040257 +168941,163.7326195,562.6203201,525.1829716,77.63808586,73.39165422 +168942,165.0496233,575.0597368,527.9240242,78.27221774,75.59889211 +168943,166.4047416,586.7646829,530.6394826,78.91834139,78.20081425 +168944,167.7952435,599.0311213,533.3298011,79.57590506,80.08375055 +168945,169.2187568,610.3116377,535.9953279,80.24441941,83.10460565 +168946,170.6731744,622.4227247,538.6362936,80.92343029,84.66092448 +168947,172.1566569,633.8622798,541.2528566,81.61253206,88.09864882 +168948,173.6675499,645.2279127,543.8450842,82.31134103,89.69408371 +168949,175.2044028,657.1048978,546.4129993,83.01951292,92.42698748 +168950,176.7658969,674.2847719,548.9565579,83.7367182,94.80899228 +168951,178.3508681,688.8213737,551.4756875,84.46265854,97.20970975 +168952,179.9582454,703.8710466,553.9702665,85.19704512,100.0004627 +168953,181.587076,718.2216134,556.4401557,85.93961428,102.0606807 +168954,183.2364738,732.6791361,558.8851811,86.6901087,104.8844713 +168955,184.9056488,746.7753338,561.3051641,87.44829376,106.9786648 +168956,186.5938542,761.3165273,563.6998974,88.21393701,109.8365689 +168957,188.3004228,775.2331612,566.0691783,88.9868268,112.3346884 +168958,190.0247134,789.2555689,568.4127799,89.76675042,114.8447448 +168959,191.7661527,803.1325398,570.7304873,90.55351478,116.9959504 +168960,193.5241845,816.6605464,573.0220686,91.34692512,120.2839172 +168961,194.9484916,1260.537017,574.9374887,91.98779597,276.9167656 +168962,215.2858858,1287.557919,696.0808786,101.3942059,308.4504511 +168963,245.4961257,1310.570212,2148.388848,115.2481057,357.6097566 +168964,276.1940857,1331.72501,1290.112505,129.1413334,409.2140336 +168965,303.3687006,1351.544106,1537.505965,141.239919,456.4513011 +168966,326.5404455,1370.905894,1562.885333,151.382176,498.1016503 +168967,346.4328301,1389.50871,1581.774767,159.9603614,534.9409963 +168968,363.8203916,1407.945365,1599.84746,167.3727518,567.9365327 +168969,379.2411151,1421.508683,1616.112258,173.8919076,597.7688525 +168970,393.1416275,1438.595536,1632.757401,179.7565526,624.8806434 +168971,405.7352461,1455.587269,1648.735365,185.0661106,649.584804 +168972,417.1736738,1472.495769,1664.583942,189.8852263,672.1442769 +168973,427.6036449,1489.161974,1679.573177,194.2786994,692.7955415 +168974,437.1671908,1505.792187,1694.442234,198.3113452,711.7525517 +168975,445.9923514,1522.127734,1708.686427,202.0418765,729.2064662 +168976,454.1888512,1538.328252,1722.566846,205.5199245,745.3262961 +168977,461.8486678,1554.352049,1740.931307,208.7861729,760.2607457 +168978,469.0485955,1570.204158,1750.887145,211.8737704,773.8226133 +168979,475.8529797,1585.826863,1768.117586,214.8098535,786.2126887 +168980,482.315975,1601.518605,1774.632065,217.6167747,797.6620313 +168981,488.4832257,1616.659269,1767.992489,220.3129909,808.3363461 +168982,494.393218,1632.028547,1808.821219,222.9137529,818.3456997 +168983,500.0784448,1647.013825,1806.115351,225.4316812,827.770501 +168984,505.5663561,1661.919217,1819.986475,227.8772276,836.6770338 +168985,510.8801818,1682.679884,1830.600945,230.2590661,845.1234076 +168986,516.0395879,1692.910122,1840.97317,232.5844007,853.160875 +168987,521.0612646,1714.234513,1850.973491,234.8592337,860.8343637 +168988,525.9593834,1720.790505,1860.685601,237.0885707,868.1828478 +168989,530.746018,1714.215481,1870.16443,239.276606,875.2401611 +168990,535.431459,1760.222013,1879.178468,241.4268565,882.0355807 +168991,540.0245213,1757.951495,1887.394248,243.5422924,888.5946217 +168992,544.529038,1773.967205,1895.393394,245.6235657,894.9394196 +168993,548.9490661,1786.6048,1902.741999,247.6715998,901.0893262 +168994,553.2896103,1799.239756,1910.01543,249.6879347,907.0611819 +168995,557.5559087,1811.407365,1916.927258,251.6743465,912.8698057 +168996,561.7527934,1823.569592,1923.64429,253.6325092,918.5281383 +168997,565.8845169,1835.333385,1929.837567,255.5638915,924.0476319 +168998,569.9547473,1847.166825,1936.114887,257.469745,929.4383147 +168999,573.9634871,1858.8062,1941.907517,259.3511569,934.7091094 +169000,577.9180352,1870.004492,1947.525603,261.2090738,939.8678481 +169001,581.8180865,1881.35259,1952.960873,263.0443413,944.9215489 +169002,585.669505,1892.317917,1957.972329,264.8577094,949.8763902 +169003,589.4708375,1903.27214,1962.915802,266.648016,954.7379518 +169004,593.2272222,1913.930062,1967.56585,268.4184794,959.5111646 +169005,596.9368267,1924.563024,1972.003618,270.1698978,964.2005238 +169006,600.6044874,1934.93466,1976.223937,271.9004302,968.8100174 +169007,604.2281621,1945.102038,1980.156787,273.6127409,973.3433137 +169008,607.8124546,1955.300743,1984.141937,275.3055123,977.8036848 +169009,611.3551562,1965.277332,1987.489465,276.9812323,982.1941681 +169010,614.8606816,1974.967019,1991.008045,278.6383261,986.5174849 +169011,618.3266973,1984.691814,1994.213603,280.2791036,990.776187 +169012,621.75747,1994.195621,1997.146545,281.9019328,994.9725715 +169013,750.2272561,2003.570097,2000.03116,325.5979692,999.1088133 +169014,740.3336879,2012.800002,2002.610074,327.415682,1003.186877 +169015,745.981798,2021.892963,2005.134924,344.836179,1007.208608 +169016,767.83339,2030.842503,2007.352497,345.9373921,1011.175517 +169017,781.5265054,2039.652433,2009.524892,355.5143384,1015.088877 +169018,794.7945073,2048.413545,2011.395379,362.3086693,1018.94981 +169019,807.717643,2056.815508,2013.234616,368.8309575,1022.759438 +169020,820.4635096,2065.186541,2014.778412,375.506958,1026.518929 +169021,1223.929525,2242.999774,2406.48224,550.442271,1030.315365 +169022,1241.175342,2253.226944,2423.959949,559.0616705,1047.396399 +169023,1256.124537,2262.905747,2421.09354,566.4350647,1071.173477 +169024,1271.262196,2272.191016,2412.375152,573.9496186,1095.131073 +169025,1285.190094,2280.883037,2429.60314,581.0234161,1116.592162 +169026,1299.46559,2289.842245,2421.203108,587.6448918,1723.039277 +169027,1312.505072,2298.309474,2434.301021,594.4984945,1662.540849 +169028,1326.061452,2306.708939,2424.861588,600.8926488,1616.397524 +169029,1339.170011,2314.865394,2453.164254,607.6270195,1684.326253 +169030,1352.040898,2322.908038,2416.909822,613.8547253,1702.166665 +169031,1364.751838,2330.898117,2460.042404,620.1371872,1718.406343 +169032,1376.872733,2338.573336,2431.223293,626.2905932,1734.195216 +169033,1389.874558,2346.401536,2448.819738,632.3491647,1749.551409 +169034,1401.73317,2353.641627,2437.67406,638.3153977,1764.512186 +169035,1383.887848,2347.323421,2426.001786,630.418723,1724.813011 +169036,1354.141022,2345.482631,2370.230275,617.3271988,1663.644785 +169037,1468.332316,2361.722174,2481.607882,669.1443595,1867.690886 +169038,1430.209303,2384.546686,2426.727149,652.2852951,1786.944914 +169039,1451.034461,2379.872572,2448.119685,662.2814045,1819.508243 +169040,1461.297741,2405.590283,2437.103397,667.1670246,1832.529278 +169041,1600.357759,2454.94506,2566.004533,730.9262995,2071.105501 +169042,1305.193617,2308.930585,2280.841604,597.4657614,1524.103811 +169043,1702.075714,2526.568104,2580.623049,777.6525864,2245.852364 +169044,1308.261894,2308.584584,2341.457501,599.3215007,1501.673594 +169045,1727.812577,2536.607389,2572.266558,790.0662579,2271.077321 +169046,1325.624424,2329.61681,2313.098324,607.7511624,1512.65816 +169047,1750.93582,2544.743329,2572.084438,801.0694036,2293.378729 +169048,1342.900849,2339.493882,2337.411331,616.2209432,1523.195544 +169049,1775.342891,2553.471428,2565.172563,812.587232,2317.00462 +169050,1359.298023,2352.321782,2329.8847,624.2161286,1532.670324 +169051,1798.454831,2563.366798,2559.921514,823.5146182,2338.99245 +169052,1374.799487,2360.469173,2343.817853,631.4484643,1541.887812 +169053,1821.290642,2574.276166,2552.525347,834.6891694,2360.79941 +169054,1390.003651,2369.985843,2341.194332,639.007583,1550.936035 +169055,1843.592439,2582.086767,2549.058032,844.7663866,2381.215397 +169056,1404.6206,2377.467255,2342.514112,646.1693515,1559.191071 +169057,1865.652067,2591.986204,2543.724592,855.0440304,2401.949362 +169058,1418.807463,2383.698232,2348.251686,653.069772,1566.538984 +169059,1887.383156,2601.1113,2538.15563,865.1751503,2422.42944 +169060,1433.112241,2391.174994,2345.069037,659.8635665,1573.757405 +169061,1907.718407,2607.795727,2534.22354,874.2455887,2441.363269 +169062,1447.320757,2398.277669,2345.886852,667.1857682,1581.102804 +169063,1928.037796,2614.457344,2531.093766,883.3856646,2466.499565 +169064,1459.329063,2402.590345,2346.400556,672.9787047,1576.808638 +169065,1950.403368,2630.002925,2526.994172,893.7436242,2485.329992 +169066,1617.887479,2465.889451,2489.346696,745.2908082,1854.711367 +169067,1751.63618,2541.542674,2399.463973,804.959589,2095.260035 +169068,1737.830194,2524.099778,2455.371512,799.0106052,2058.638644 +169069,1745.640099,2529.132187,2437.803265,802.6664287,2065.726763 +169070,1753.39882,2531.684888,2439.053955,806.2152809,2070.509598 +169071,1761.32375,2533.716985,2437.22382,809.9027344,2076.436342 +169072,1769.023299,2535.726576,2435.766514,813.4952107,2081.686646 +169073,1776.726131,2538.097512,2434.723616,817.0317797,2088.080237 +169074,1784.477869,2539.907835,2433.529745,820.5482505,2094.979669 +169075,1791.867162,2541.762778,2432.317056,824.0245075,2097.607988 +169076,1799.435877,2543.506207,2430.93315,827.4743953,2108.419968 +169077,1806.791718,2545.060331,2429.534073,830.9278803,2108.085665 +169078,1814.288961,2546.623618,2428.580378,834.2645877,2101.559699 +169079,1821.552266,2548.154248,2427.662607,837.647273,2125.650158 +169080,1828.826129,2549.157136,2426.131591,840.5919024,2121.270138 +169081,1841.555684,2553.328434,2434.640677,846.935712,2139.56766 +169082,1849.354464,2554.952394,2425.907433,850.233782,2145.929578 +169083,1856.60466,2556.223084,2435.641182,853.6532681,2151.848465 +169084,1863.55821,2557.303063,2424.743712,856.9749541,2157.682672 +169085,1870.567213,2558.212013,2433.596754,860.1480254,2162.860372 +169086,1877.133068,2558.984283,2422.80171,863.2306552,2168.225509 +169087,1883.876016,2559.642375,2431.743815,866.3135291,2173.475465 +169088,1890.450192,2560.170471,2421.06868,869.4180191,2178.389711 +169089,1896.879642,2560.414486,2429.911013,872.3458102,2183.558356 +169090,1903.530714,2560.96655,2419.520493,875.4219865,2188.621577 +169091,1909.781109,2561.057671,2428.251179,878.2741733,2193.253018 +169092,1916.17742,2561.163849,2422.48875,881.2869399,2198.20754 +169093,1922.446923,2561.135481,2421.906868,884.0628939,2202.787509 +169094,1928.404705,2560.958064,2421.817731,886.8943958,2207.41478 +169095,1934.582026,2560.729531,2421.321278,889.6665892,2211.980859 +169096,1940.814719,2560.399112,2420.831986,892.5472154,2216.693133 +169097,1942.520866,2550.359755,2421.868308,897.0481236,2221.042895 +169098,1947.541419,2546.924804,2422.428629,899.8853634,2225.497722 +169099,1952.91109,2545.619709,2422.526946,902.7966973,2229.720344 +169100,1958.330788,2543.939653,2422.630125,905.5235328,2233.979772 +169101,1963.650596,2542.323723,2420.023301,908.2514569,2238.30239 +169102,1969.258136,2540.672748,2418.89307,910.9351342,2242.478924 +169103,1974.406692,2538.988872,2423.567945,913.586343,2246.476815 +169104,1979.812798,2537.250841,2414.939673,916.2040826,2250.586527 +169105,1985.092042,2535.429567,2424.629026,918.7945255,2254.572993 +169106,1990.354029,2533.562988,2421.262258,921.3554582,2258.519316 +169107,1995.492046,2531.587818,2421.160189,923.8894377,2262.414753 +169108,2000.833046,2529.544494,2422.108311,926.3534663,2266.26082 +169109,2008.281389,2527.412469,2427.240823,928.8994669,2270.061341 +169110,2012.286519,2525.254585,2419.074621,931.3247762,2273.813809 +169111,2018.996763,2522.822379,2427.504529,933.7713771,2277.522318 +169112,2022.176369,2520.358032,2425.20442,936.0686799,2281.266155 +169113,2030.313015,2517.745242,2424.742534,938.3931327,2284.76184 +169114,2031.362233,2515.241947,2425.289013,940.7654212,2288.403694 +169115,2042.240393,2512.21769,2429.824758,943.0204029,2291.852002 +169116,2038.937279,2509.489772,2427.491123,945.2916154,2295.478656 +169117,2056.259532,2506.427388,2426.714837,947.5334315,2298.883162 +169118,2043.286773,2503.495109,2431.315893,949.7527369,2302.405186 +169119,2038.162592,2500.349095,2424.909064,951.9507381,2307.393832 +169120,2072.344603,2497.117128,2429.881053,954.1288457,2312.528473 +169121,2061.169273,2493.864749,2428.943636,956.2837948,2311.533103 +169122,2069.751943,2490.434482,2428.333173,958.4216287,2324.840648 +169123,2074.097306,2487.043391,2428.07533,960.5389916,2306.915691 +169124,2079.059949,2483.479076,2427.55729,962.6372973,2320.540289 +169125,2083.514848,2479.846206,2425.932463,964.7172035,2328.772306 +169126,2088.202632,2476.478865,2425.952054,966.7307642,2327.180255 +169127,2092.784363,2472.14682,2423.250742,968.8479137,2331.619842 +169128,2097.244978,2468.561526,2421.146196,970.8390999,2334.752701 +169129,2101.746937,2464.553829,2419.283484,972.8568125,2337.825609 +169130,2106.288854,2460.529626,2417.565709,974.8973978,2340.958251 +169131,2110.561435,2456.457388,2417.659159,976.8025147,2343.849912 +169132,2115.320103,2452.152186,2415.112633,978.7512239,2346.813398 +169133,2119.414552,2448.071763,2414.914528,980.7594765,2349.914152 +169134,2123.952631,2443.519824,2412.245104,982.6574162,2352.873192 +169135,2128.213639,2439.331465,2412.005732,984.5776765,2355.668293 +169136,2132.608588,2434.597995,2409.33392,986.4811415,2358.62435 +169137,2136.941359,2430.22866,2409.111742,988.3648937,2361.485006 +169138,2141.124189,2425.396932,2406.462123,990.1903046,2364.32432 +169139,2145.277783,2420.873079,2406.268765,992.1698677,2367.239586 +169140,2149.717172,2415.86989,2403.639668,993.9069107,2373.392509 +169141,2036.223478,2351.464652,2402.02745,942.4677187,2154.479315 +169142,2037.894389,2353.446119,2394.482088,943.1288263,2162.738381 +169143,2040.369614,2343.753987,2373.180687,944.2354389,2160.472525 +169144,2043.142613,2338.550209,2275.891992,945.3493366,2162.22424 +169145,2045.708394,2332.708633,2343.067404,946.5556018,2163.719231 +169146,2048.828586,2326.910792,2324.004397,947.7922297,2165.041792 +169147,2051.769302,2321.02536,2320.860405,949.0446945,2166.819724 +169148,2054.586594,2314.995803,2320.408609,950.3082362,2168.390643 +169149,2057.628729,2309.017795,2320.38013,951.5747743,2170.076952 +169150,2060.586164,2302.941473,2320.071883,952.8424831,2171.771474 +169151,2063.560056,2296.824231,2323.954365,954.1092925,2173.562704 +169152,2066.533032,2290.617334,2315.122261,955.3255506,2175.152817 +169153,2069.502461,2284.55807,2322.767769,956.6608976,2176.941779 +169154,2072.468857,2277.974845,2319.729072,957.9339799,2178.661014 +169155,2075.430198,2271.742736,2318.533962,959.1240318,2180.396966 +169156,2078.385357,2265.356512,2318.373694,960.4115376,2182.135853 +169157,2081.334596,2258.789251,2318.350648,961.652104,2186.752684 +169158,2084.276786,2252.279005,2318.201191,962.896166,2183.289771 +169159,2087.2118,2245.818397,2322.050272,964.1362301,2196.33963 +169160,2090.138801,2238.961953,2314.559543,965.3723052,2174.763064 +169161,2093.165542,2232.322832,2320.570058,966.5535212,2197.993707 +169162,2095.912228,2225.595974,2318.746862,967.8562972,2190.958068 +169163,2098.892698,2218.705811,2317.727149,969.0434273,2194.283309 +169164,2101.768946,2211.892428,2321.626267,970.2701064,2196.134836 +169165,2104.653881,2205.069577,2315.86036,971.4835156,2197.736328 +169166,2107.413322,2197.822543,2319.896224,972.6964529,2199.522241 +169167,2110.446508,2190.968502,2318.288574,973.9000711,2201.241322 +169168,2113.219961,2183.815085,2317.320787,975.1016534,2202.962494 +169169,2115.984602,2163.934914,2316.853302,976.3080333,2204.314674 +169170,2118.996395,2187.728811,2316.854787,977.4521078,2206.04989 +169171,2121.49352,2157.769267,2318.418426,978.5989589,2207.53714 +169172,2124.269023,2152.071907,2317.358072,979.718568,2209.13146 +169173,2126.949064,2145.252142,2317.076887,980.788366,2210.744968 +169174,2129.628658,2133.358056,2317.2154,981.9820293,2212.351573 +169175,2132.298078,2132.078004,2318.478729,983.0542022,2213.959617 +169176,2134.947913,2117.764569,2317.058,984.1690394,2215.555801 +169177,2137.590206,2117.373947,2316.204754,985.2658453,2217.156792 +169178,2140.214969,2106.178432,2315.517866,986.3584032,2218.748198 +169179,2142.826004,2114.631109,2314.911044,987.4443474,2220.335176 +169180,2145.422369,2069.551402,2314.412301,988.5241139,2221.916147 +169181,2148.003789,2100.818282,2313.977752,989.5977458,2223.490535 +169182,2150.684809,2063.788543,2313.556999,990.665389,2225.147082 +169183,2153.06731,2072.231454,2314.965905,991.725868,2226.574709 +169184,2155.566345,2058.716646,2313.666373,992.7840687,2228.188935 +169185,2158.247421,2070.659156,2312.904467,993.8325988,2229.728384 +169186,2160.670576,2016.202849,2312.35604,994.8771664,2231.268156 +169187,2163.181812,2059.996492,2313.716116,995.914274,2232.805407 +169188,2165.656223,2007.812763,2312.397345,996.9492556,2234.326512 +169189,2168.12077,2026.754875,2311.67772,997.9748356,2235.850363 +169190,2170.567223,2009.023742,2311.118973,998.9435071,2237.362156 +169191,2172.999789,2002.323166,2310.653939,1000.038931,2238.868017 +169192,2175.417999,1993.940478,2312.062942,1001.009835,2240.368791 +169193,2177.818317,1985.726967,2310.795243,1002.026858,2241.946924 +169194,2180.206935,1977.261742,2310.112577,1003.078887,2243.198158 +169195,2182.578867,1968.849961,2309.606552,1003.994011,2244.884606 +169196,2185.053205,1973.08851,2309.178226,1005.022165,2246.270392 +169197,2187.218228,1933.6735,2308.840101,1005.998314,2247.745471 +169198,2189.630075,1953.574713,2308.560317,1006.977494,2249.199069 +169199,2191.924326,1930.833779,2308.281135,1007.951914,2250.645024 +169200,2194.221349,1927.238001,2308.01455,1008.921429,2253.21402 +169201,1956.441818,1807.592474,2273.811935,900.9641698,1815.422454 +169202,1788.759847,1723.431948,1795.845888,824.7164615,1524.492865 +169203,2200.372532,1891.326625,2316.719748,1010.070174,2249.211324 +169204,1669.345823,1652.689269,1870.575103,770.5700482,1287.511365 +169205,2228.21348,1883.163526,2313.733137,1022.029144,2315.030919 +169206,1669.157741,1632.013227,1780.214815,770.1578191,1270.186357 +169207,2232.746553,1866.119467,2332.220564,1023.512103,2316.400522 +169208,1669.107024,1610.970129,1840.185667,769.6350886,1264.526755 +169209,2237.579059,1849.094399,2324.785063,1025.269661,2316.267202 +169210,1670.687588,1591.764788,1772.575517,769.9161577,1260.118126 +169211,2240.836623,1832.379118,2330.265042,1026.278093,2315.941154 +169212,1673.106365,1569.832425,1824.862785,770.520288,1255.620902 +169213,2244.640315,1813.643364,2325.043055,1027.619128,2334.866684 +169214,1675.291357,1553.495671,1790.806331,771.0215996,1223.187817 +169215,2248.945356,1794.307411,2321.991208,1029.089997,2329.525146 +169216,1677.009811,1534.245455,1834.089638,771.379588,1246.212142 +169217,2254.173732,1777.250177,2312.879243,1031.132254,2316.08384 +169218,1679.424812,1515.537858,1796.737005,771.9694589,1246.2019 +169219,2258.275826,1759.045934,2306.869435,1032.552438,2329.310973 +169220,1683.74388,1497.120393,1853.911024,772.8570155,1223.621701 +169221,2260.673722,1741.516206,2295.713028,1034.223952,2344.427321 +169222,1695.602191,1479.396128,1822.683269,774.1243315,1212.119933 +169223,2253.164319,1722.666727,2290.985461,1035.313854,2344.720593 +169224,1717.627649,1460.418595,1854.6311,774.6779534,1213.491263 +169225,2236.759172,1707.093304,2277.51135,1037.97005,2343.752283 +169226,1707.444368,1441.703792,1856.299861,775.4870518,1212.355468 +169227,2273.695317,1689.518131,2268.209498,1039.529004,2344.167904 +169228,1693.950419,1423.841317,1873.125017,776.5734484,1210.528976 +169229,2282.338913,1672.611244,2258.724511,1041.613801,2345.442638 +169230,1697.366962,1405.92551,1880.947188,777.5104614,1208.430965 +169231,2287.27125,1655.525792,2250.191713,1043.485577,2346.736014 +169232,1700.346765,1388.139071,1897.407774,778.553007,1206.619611 +169233,2309.677026,1639.049979,2240.692366,1045.513061,2354.110206 +169234,1678.427684,1370.65857,1902.323481,779.7442435,1196.191949 +169235,2309.682851,1622.059179,2234.845844,1047.211836,2359.309438 +169236,1704.057877,1353.121759,1912.396667,780.8189817,1193.919665 +169237,2303.481739,1606.21201,2226.820639,1049.416379,2360.688287 +169238,1709.9901,1335.930299,1927.689025,781.9139865,1193.006622 +169239,2308.455434,1589.729361,2219.105598,1051.359639,2361.678023 +169240,1713.341423,1319.005281,1930.440793,782.9580259,1192.000668 +169241,2314.221414,1574.213247,2211.189556,1053.672973,2362.935038 +169242,1716.464867,1301.78304,1949.697697,783.8124073,1191.147994 +169243,2320.510075,1559.294565,2201.284459,1056.110776,2364.193143 +169244,1719.84906,1285.196549,1954.691977,785.0364011,1190.854928 +169245,2325.993782,1543.875315,2193.511558,1058.042648,2365.129174 +169246,1723.221034,1268.979409,1973.958349,786.0994089,1190.157389 +169247,2332.654017,1529.27576,2183.422089,1060.60952,2366.421303 +169248,1907.762062,1356.024137,2165.404775,869.5460043,1518.955942 +169249,1885.106816,1283.574097,1848.62429,857.8948803,1518.653181 +169250,2315.647533,1510.415297,2157.117708,1052.29824,2306.972618 +169251,1913.63922,1322.648725,2155.714088,871.4187052,1533.691551 +169252,2074.974042,1357.78828,2151.665878,943.5433181,1827.871749 +169253,2050.323547,1369.124255,2082.675755,932.0539335,1794.696191 +169254,2052.044024,1352.576258,2097.992811,932.7880238,1785.784901 +169255,2054.789985,1349.170888,2104.346421,933.5368951,1787.081709 +169256,2057.224684,1344.114954,2102.773459,934.514433,1787.698087 +169257,2059.687641,1339.191243,2105.016729,935.2940259,1788.564753 +169258,2062.429741,1334.191061,2103.648001,936.2849522,1792.089553 +169259,2064.814759,1329.328921,2103.490203,937.0217776,1785.579727 +169260,2067.596467,1324.533586,2106.432771,938.1101156,1803.101985 +169261,2304.452297,1426.022359,2114.002852,1045.376393,2209.265903 +169262,2310.123062,1423.207733,2128.249532,1047.807812,2222.302256 +169263,2314.546395,1419.536668,2148.357166,1049.774074,2226.244951 +169264,2318.439773,1415.922885,2166.711469,1051.379195,2229.416468 +169265,2322.038366,1412.083329,2181.00618,1053.010617,2232.777185 +169266,2325.439324,1408.393174,2191.591805,1054.413,2235.776653 +169267,2328.621123,1404.676579,2199.502619,1055.771014,2238.435586 +169268,2331.772964,1400.989561,2205.625313,1057.104688,2241.075189 +169269,2334.863429,1397.359817,2212.291961,1058.408127,2243.652652 +169270,2337.886226,1393.705025,2217.121062,1059.688118,2246.022097 +169271,2340.856724,1390.562351,2219.164461,1061.105572,2248.323142 +169272,2343.783724,1387.369277,2221.497185,1062.899995,2250.709006 +169273,2346.661328,1384.355463,2223.751302,1063.213225,2253.032246 +169274,2349.498271,1381.519468,2225.86403,1065.757896,2255.107003 +169275,2352.294835,1378.583933,2227.828287,1065.146936,2257.184263 +169276,2355.053371,1375.936203,2229.660184,1068.894588,2259.525095 +169277,2357.926645,1373.326284,2233.115246,1068.666643,2261.702761 +169278,2365.849088,1370.687161,2233.72056,1074.92302,2263.503724 +169279,2355.012533,1368.30492,2236.5624,1069.612026,2265.738798 +169280,2385.654548,1365.771602,2238.50941,1081.652391,2267.556826 +169281,2343.632007,1363.341297,2238.364483,1069.930106,2269.443211 +169282,2382.487754,1360.931855,2239.009921,1090.524903,2271.446868 +169283,2391.733615,1358.549063,2239.883301,1066.492186,2273.359274 +169284,2344.602186,1356.194559,2240.905672,1105.28035,2275.145252 +169285,2393.536958,1353.866594,2242.035739,1057.626628,2276.888239 +169286,2377.430833,1351.564283,2243.157965,1099.472466,2278.894795 +169287,2383.233939,1349.286811,2245.945618,1102.626926,2280.710266 +169288,2385.604105,1347.032861,2247.753479,1070.114098,2282.373275 +169289,2388.114704,1344.800302,2247.431945,1100.666532,2284.078461 +169290,2390.251236,1342.593655,2247.840346,1095.717182,2285.844409 +169291,2392.580743,1340.363894,2248.655006,1097.876952,2292.897051 +169292,2394.746131,1338.146158,2249.445828,1100.837042,2281.404135 +169293,2396.90583,1335.946919,2252.016867,1103.354599,2299.159458 +169294,2399.02322,1333.760219,2253.632606,1105.914947,2284.919902 +169295,2401.1144,1331.590921,2253.132815,1108.532974,2301.733261 +169296,2403.188422,1353.709022,2253.463402,1111.210031,2293.447464 +169297,2405.233115,1291.251437,2255.748396,1113.943443,2297.664079 +169298,2407.236508,1342.636759,2255.441701,1116.729767,2299.129572 +169299,2409.23341,1335.978586,2255.733572,1119.579311,2300.657697 +169300,2411.196305,1297.66051,2256.2781,1122.484325,2301.99227 +169301,2413.136559,1352.169494,2256.92983,1125.447606,2303.617458 +169302,2415.052877,1280.395038,2257.842076,1128.46936,2305.076079 +169303,2416.951809,1355.968517,2260.281863,1131.550602,2306.706975 +169304,2418.835848,1272.795531,2260.009147,1134.687554,2307.712866 +169305,2420.804695,1350.881613,2260.310038,1137.997772,2309.611116 +169306,2422.677747,1271.470345,2260.821021,1141.121388,2310.895276 +169307,2424.663707,1340.869931,2263.139341,1144.527241,2312.493627 +169308,2426.552042,1274.799696,2262.777481,1147.856094,2313.533474 +169309,2428.561163,1329.006762,2263.000828,1151.333554,2314.919214 +169310,2430.537051,1278.530265,2265.163045,1154.840192,2316.791061 +169311,2432.511289,1315.759074,2266.440497,1158.332565,2317.841043 +169312,2434.498079,1284.491141,2267.337746,1162.056873,2319.184403 +169313,2436.634312,1301.694273,2268.040509,1165.758648,2320.581794 +169314,2438.418842,1290.67196,2268.630615,1169.408633,2321.833316 +169315,2440.520333,1292.554516,2267.442905,1173.260025,2322.907946 +169316,2442.518106,1289.73657,2267.222179,1177.114631,2324.357889 +169317,2444.539587,1288.13042,2269.123173,1181.039946,2325.879697 +169318,2446.405608,1286.366917,2268.513861,1185.023166,2326.640545 +169319,2448.66296,1284.686673,2270.29707,1189.142854,2328.825545 +169320,2450.581006,1282.84322,2269.596764,1193.140013,2329.153094 +169321,2499.735659,1306.939645,2271.73575,1220.168049,2413.393828 +169322,2504.351761,1299.102901,2279.248203,1225.760132,2416.658867 +169323,2508.320687,1304.934841,2287.905934,1230.94041,2420.770896 +169324,2512.042183,1301.467478,2294.855443,1236.046935,2423.912187 +169325,2515.402787,1300.801374,2299.865892,1241.115426,2426.565864 +169326,2518.602907,1299.798042,2305.088605,1246.181503,2424.946609 +169327,2521.832782,1298.701511,2306.437843,1251.261786,2435.589779 +169328,2524.863052,1297.595298,2309.861574,1256.378557,2435.331471 +169329,2527.985072,1296.489458,2310.360918,1261.527663,2435.403745 +169330,2530.924625,1295.376153,2311.313713,1266.796763,2442.976644 +169331,2533.992964,1294.264397,2313.996024,1271.924967,2437.280377 +169332,2537.01017,1293.156436,2315.666082,1277.187032,2447.109079 +169333,2539.797258,1292.051538,2315.345395,1282.616968,2445.390965 +169334,2542.739865,1290.947155,2317.427291,1287.944186,2447.499203 +169335,2545.681798,1289.851777,2318.87651,1293.381087,2454.057528 +169336,2548.45706,1288.760542,2318.426561,1298.855829,2451.85505 +169337,2552.904316,1287.673053,2318.601015,1304.452114,2451.736883 +169338,2555.386126,1286.592656,2318.901686,1309.911554,2452.762567 +169339,2559.232869,1285.592289,2319.328543,1315.584014,2454.339758 +169340,2559.328521,1284.340342,2319.836085,1321.239255,2454.669533 +169341,2572.063509,1283.439987,2320.283233,1326.8773,2453.995763 +169342,2546.304233,1282.321075,2320.630113,1332.830607,2453.302849 +169343,2578.160106,1281.283714,2320.857861,1338.467993,2452.587947 +169344,2568.366321,1280.242272,2320.95191,1344.392534,2451.824302 +169345,2573.776078,1279.207977,2320.9712,1350.284365,2451.065441 +169346,2576.229999,1278.180616,2320.947494,1356.233912,2450.333131 +169347,2579.058051,1277.160699,2320.887861,1362.31022,2449.623331 +169348,2587.2543,1276.147882,2320.793726,1368.228839,2448.928596 +169349,2576.20648,1275.142634,2320.694409,1374.296269,2448.277755 +169350,2591.108845,1274.144604,2320.591121,1380.534502,2447.666658 +169351,2616.707386,1273.108861,2320.41673,1386.561437,2447.008218 +169352,2577.221303,1272.070977,2320.243499,1392.684694,2446.392274 +169353,2582.203237,1271.035562,2320.152186,1398.907804,2445.918182 +169354,2616.223224,1270.003785,2320.01858,1404.966783,2445.432414 +169355,2583.628586,1267.445056,2319.815134,1424.825432,2444.8976 +169356,2639.983328,1266.099173,2319.398069,1413.581149,2444.337361 +169357,2593.686941,1264.902613,2318.868135,1431.123197,2443.804867 +169358,2601.912771,1263.751706,2318.373989,1437.815948,2443.370784 +169359,2649.759026,1262.62451,2318.016746,1442.782658,2443.09695 +169360,2581.083585,1261.512884,2317.750598,1450.087565,2442.911208 +169361,2661.511766,1260.413179,2317.682429,1456.824616,2442.949367 +169362,2589.858228,1259.323862,2317.62542,1463.661351,2442.991997 +169363,2660.776541,1258.242328,2319.23986,1470.306189,2445.083443 +169364,2617.018239,1257.174164,2318.083674,1477.072282,2443.792434 +169365,2636.829651,1256.109568,2317.179758,1484.007929,2442.804636 +169366,2635.861156,1255.05508,2316.36631,1490.86871,2441.908884 +169367,2638.570126,1254.008031,2315.781537,1497.607829,2441.276856 +169368,2641.092872,1252.968637,2315.422333,1504.55443,2440.914125 +169369,2643.543809,1251.93705,2315.237457,1511.44387,2440.76742 +169370,2646.05515,1250.912777,2315.161739,1518.455359,2440.763167 +169371,2648.399718,1249.895984,2315.15104,1525.264151,2440.849925 +169372,2651.114142,1248.886165,2315.173256,1535.960007,2440.988455 +169373,2653.490995,1247.883492,2315.2101,1540.793246,2441.155127 +169374,2655.998688,1246.88745,2315.245112,1553.796112,2441.32811 +169375,2658.516759,1245.898186,2315.29411,1546.399482,2441.525167 +169376,2660.989138,1244.91362,2317.08619,1553.513819,2443.869285 +169377,2663.412715,1243.940448,2316.191338,1573.000087,2442.937738 +169378,2665.934519,1242.96832,2315.810508,1572.6927,2442.637341 +169379,2668.405725,1242.005103,2315.596571,1581.589131,2442.531451 +169380,2670.928405,1241.0472,2315.469433,1588.592389,2442.524232 +169381,2587.165964,1207.061461,2314.168595,1562.711933,2440.681191 +169382,2612.941928,1206.000229,2308.550328,1569.64275,2432.584516 +169383,2596.883261,1205.016663,2301.238175,1576.773006,2421.710213 +169384,2593.863545,1204.095166,2294.614943,1583.713194,2411.345809 +169385,2622.486653,1203.19378,2289.550832,1596.204463,2402.803047 +169386,2590.987313,1202.306052,2287.551359,1593.789757,2398.070935 +169387,2629.846357,1201.436317,2283.915381,1603.570204,2391.47481 +169388,2607.081442,1200.569827,2283.112395,1614.168944,2388.51263 +169389,2618.73228,1199.722133,2280.039395,1618.87928,2382.942762 +169390,2619.980626,1198.876599,2277.940529,1632.495655,2378.720137 +169391,2622.555272,1198.043062,2276.398412,1630.541591,2375.319457 +169392,2625.074008,1197.216957,2275.202829,1637.539304,2372.480094 +169393,2627.996023,1196.397089,2275.933317,1658.67555,2372.137355 +169394,2630.503015,1195.59023,2274.159852,1643.489792,2368.867339 +169395,2633.300782,1194.782903,2274.749506,1680.215372,2368.607497 +169396,2635.935465,1193.991015,2272.930991,1655.668285,2365.500728 +169397,2638.649887,1193.199013,2271.988214,1708.163245,2363.543975 +169398,2641.371273,1192.416775,2271.351619,1675.090126,2362.026111 +169399,2644.06572,1191.640069,2271.027649,1724.071952,2360.953667 +169400,2646.847484,1190.86777,2272.664005,1708.433424,2362.350213 +169401,2649.513888,1190.107416,2271.709564,1727.283076,2360.646494 +169402,2652.264194,1189.346386,2271.533802,1735.586165,2359.948904 +169403,2655.035194,1188.663181,2273.445586,1745.566257,2361.850792 +169404,2657.735235,1187.815673,2272.883582,1755.275953,2360.768226 +169405,2660.705891,1187.121791,2273.007296,1765.056071,2360.557791 +169406,2664.093138,1186.373941,2275.089147,1775.088881,2362.773011 +169407,2667.055118,1185.643861,2276.334703,1784.765585,2363.999886 +169408,2670.209218,1184.917107,2277.327987,1800.180238,2364.952237 +169409,2673.27963,1184.197116,2276.466079,1802.082459,2363.645308 +169410,2676.464066,1183.478956,2276.406387,1815.294647,2363.314753 +169411,2679.380346,1182.689826,2278.379833,1824.213525,2365.472241 +169412,2682.224606,1181.892928,2277.877947,1833.4851,2364.612077 +169413,2685.082097,1181.088031,2278.00384,1842.832489,2364.543251 +169414,2687.92288,1180.283118,2278.347329,1852.055783,2364.757939 +169415,2690.729845,1179.47679,2278.794357,1861.434668,2365.117904 +169416,2693.562713,1178.668289,2280.958091,1870.69347,2367.611862 +169417,2696.23922,1177.863516,2280.494115,1879.678114,2366.909947 +169418,2699.082708,1177.12251,2280.604328,1888.778877,2366.928648 +169419,2701.759802,1176.213339,2282.582678,1898.123968,2369.251906 +169420,2704.462654,1175.385869,2282.021666,1906.888379,2368.470377 +169421,2707.132395,1174.665927,2282.173162,1921.057286,2368.570834 +169422,2709.797103,1173.808488,2282.548091,1923.167778,2368.946037 +169423,2712.419392,1173.009287,2282.921035,1934.468402,2369.322844 +169424,2715.025086,1172.199268,2283.335595,1943.118177,2369.758956 +169425,2717.655712,1171.387497,2285.634822,1952.117039,2372.301474 +169426,2720.120449,1170.578201,2286.76016,1960.581401,2373.672537 +169427,2722.709578,1169.76668,2287.468624,1969.323512,2374.55765 +169428,2725.185185,1168.954803,2288.080098,1982.875263,2375.331921 +169429,2727.656284,1168.142594,2288.60203,1985.121422,2375.993063 +169430,2730.07199,1167.397972,2287.313179,1994.896734,2374.407388 +169431,2732.489621,1166.484466,2286.956917,2004.230219,2373.950062 +169432,2734.946296,1165.71633,2288.774833,2017.337681,2376.165516 +169433,2737.198247,1164.892096,2289.824344,2019.537987,2377.448058 +169434,2739.564725,1164.076581,2288.775498,2028.9136,2376.156924 +169435,2741.861037,1163.257739,2290.118393,2037.739487,2377.824246 +169436,2744.111664,1162.442111,2289.317722,2049.885242,2376.844554 +169437,2746.334266,1161.622113,2289.258656,2052.714737,2376.979614 +169438,2748.541397,1160.801558,2290.975446,2061.430629,2379.099033 +169439,2750.729374,1159.982812,2290.2863,2073.187261,2378.256434 +169440,2752.828522,1159.093452,2290.378395,2081.587857,2378.385907 +169441,2588.946834,1091.964001,2291.225735,2017.452984,2381.255052 +169442,2596.468627,1089.992542,2281.610845,2031.651613,2369.105721 +169443,2622.855456,1088.412199,2267.900471,2032.331813,2328.754422 +169444,2586.656331,1086.751797,2249.370262,2043.206448,1992.012877 +169445,2584.789357,1085.268623,2231.076341,2047.246284,2209.84547 +169446,2632.307957,1083.655913,2220.573932,2056.623919,2149.208663 +169447,2570.007539,1082.109177,2215.209659,2056.292864,2147.273855 +169448,2627.282927,1080.5577,2211.604459,2057.689482,2146.501499 +169449,2589.055609,1079.007873,2209.078997,2057.964808,2146.237787 +169450,2602.900254,1077.459327,2206.968553,2059.196628,2145.916941 +169451,2597.83312,1075.910285,2205.128801,2061.137643,2145.618044 +169452,2607.113862,1074.358597,2205.158629,2065.355637,2139.635183 +169453,2578.555969,1072.809782,2202.974927,2067.123798,2153.236126 +169454,2629.996531,1071.254032,2201.761982,2069.960489,2136.009922 +169455,2574.886847,1069.698936,2200.891426,2073.163879,2153.026635 +169456,2620.826328,1068.140938,2199.968464,2076.274616,2135.614636 +169457,2588.341107,1066.580512,2198.903596,2079.189017,2146.907443 +169458,2600.297872,1065.017316,2197.849939,2082.089001,2143.57486 +169459,2598.283661,1063.451688,2196.811535,2084.988799,2143.180193 +169460,2599.467682,1061.883353,2195.807373,2087.912313,2143.252321 +169461,2592.06582,1060.373761,2194.888834,2090.914578,2143.108158 +169462,2612.989467,1058.710058,2194.025598,2093.957,2142.872979 +169463,2576.586766,1057.176964,2193.219188,2097.037655,2142.683806 +169464,2618.569504,1055.587416,2194.14127,2102.00264,2142.563659 +169465,2563.412583,1054.006477,2194.170106,2105.877505,2142.273677 +169466,2633.286054,1052.422357,2192.264193,2107.531648,2142.04223 +169467,2581.481544,1050.833815,2191.067785,2110.018077,2141.914055 +169468,2580.37055,1049.243603,2189.945557,2112.65331,2141.683449 +169469,2618.810428,1047.650003,2188.827056,2115.327636,2141.477071 +169470,2563.520718,1046.052576,2189.50536,2119.993656,2141.495516 +169471,2636.48889,1044.374331,2187.809525,2121.934723,2140.933866 +169472,2559.27799,1042.672571,2186.74616,2124.522251,2140.906115 +169473,2640.478476,1040.900729,2185.853561,2127.244783,2140.623692 +169474,2561.923787,1039.268066,2184.991524,2129.934726,2140.455069 +169475,2642.995112,1037.556034,2184.137124,2132.568779,2140.211229 +169476,2564.536777,1035.741594,2183.256954,2135.110704,2139.986513 +169477,2645.582735,1034.038956,2184.047882,2139.450181,2139.813925 +169478,2567.10245,1032.282838,2182.186444,2140.730728,2139.450133 +169479,2648.169337,1030.524879,2180.908359,2142.639907,2139.297206 +169480,2569.798901,1028.763177,2179.797736,2144.751026,2139.026245 +169481,2650.446563,1026.99508,2178.781174,2146.971121,2138.774007 +169482,2569.956461,1021.896829,2177.798218,2149.200867,2138.506609 +169483,2650.370829,1019.657953,2176.463458,2151.736008,2138.398981 +169484,2571.685991,1017.593287,2174.886278,2154.386255,2137.922581 +169485,2652.427006,1015.578096,2173.11004,2157.002213,2137.710174 +169486,2573.947803,1013.646033,2171.588297,2159.466038,2137.405349 +169487,2654.274075,1011.584361,2170.17242,2161.804755,2137.155385 +169488,2576.082593,1009.658079,2168.808744,2164.015219,2136.831907 +169489,2656.241697,1007.630005,2167.509516,2166.160579,2136.52789 +169490,2578.038448,1005.755805,2166.2267,2168.225588,2136.209744 +169491,2658.098179,1003.759838,2164.9835,2170.25114,2135.853984 +169492,2579.768283,1001.814706,2163.741834,2172.208824,2135.557028 +169493,2659.785458,999.8622152,2162.529582,2174.132647,2135.192924 +169494,2581.439477,997.910545,2161.310959,2175.991651,2134.837921 +169495,2661.358704,996.0140021,2161.786942,2179.677361,2134.643464 +169496,2582.928453,993.9835991,2159.619011,2180.295675,2133.983682 +169497,2662.752382,992.0702839,2158.042975,2181.54356,2133.748322 +169498,2584.258972,990.1110217,2156.644021,2182.999453,2133.257316 +169499,2663.956839,988.1590883,2155.352476,2184.564664,2132.952605 +169500,2585.399317,986.2067372,2154.098129,2186.137705,2132.496271 +169501,1861.006371,984.2493922,874.3805894,1574.990094,2076.093311 +169502,1971.760512,1113.981538,933.8539277,1681.085768,2170.886439 +169503,2096.167887,1136.818334,1005.184201,1801.103462,2268.334586 +169504,2183.832988,1084.911287,1060.978856,1882.88779,2327.768959 +169505,2236.496325,1140.063369,1100.07318,1926.609721,2358.377466 +169506,2270.022535,1096.823328,1128.884778,1948.214602,2375.728031 +169507,2293.093389,1120.060368,1151.244689,1959.122589,2387.282357 +169508,2310.412035,1110.165915,1169.404449,1965.630689,2395.752372 +169509,2324.238662,1110.411462,1184.59255,1970.494461,2402.662973 +169510,2335.686341,1109.034762,1197.509987,1974.672795,2408.640653 +169511,2345.319048,1107.635631,1208.579193,1978.39788,2413.955088 +169512,2353.466687,1106.238901,1218.084701,1981.703216,2418.703515 +169513,2360.388876,1104.839569,1226.263129,1984.640317,2422.956409 +169514,2366.308885,1103.437432,1233.318083,1987.283193,2426.775582 +169515,2371.413108,1102.036678,1239.423496,1989.702797,2430.216507 +169516,2375.852329,1100.63746,1244.726182,1991.953088,2433.328269 +169517,2379.746633,1099.242763,1249.349113,1994.070171,2436.153523 +169518,2383.191588,1097.851715,1253.395154,1996.077229,2438.729308 +169519,2386.263362,1096.466349,1256.950343,1997.989467,2441.087644 +169520,2388.991308,1095.085239,1260.071376,1999.791987,2443.222234 +169521,2391.45435,1093.699711,1262.832903,2001.517293,2445.18878 +169522,2393.714359,1092.325845,1265.296348,2003.189248,2447.032534 +169523,2395.789997,1090.958591,1267.498017,2004.801254,2448.757475 +169524,2397.702852,1089.595343,1269.47189,2006.352984,2450.374729 +169525,2399.47239,1088.235432,1271.247543,2007.845819,2451.896315 +169526,2401.114976,1086.877942,1272.850127,2009.281438,2453.333359 +169527,2402.644073,1085.522431,1274.300913,2010.653927,2454.695693 +169528,2404.070809,1084.168013,1275.617908,2011.97405,2455.99192 +169529,2405.404225,1082.814257,1276.816365,2013.245988,2457.229471 +169530,2406.651807,1081.460302,1277.909243,2014.461513,2458.414792 +169531,2407.819793,1080.064524,1278.907559,2015.62846,2459.553409 +169532,2408.875567,1078.474027,1279.816398,2016.629298,2460.650065 +169533,2409.797674,1077.023942,1280.639205,2017.399491,2461.708742 +169534,2410.583947,1075.501765,1281.383752,2017.939803,2462.732838 +169535,2411.242841,1073.982521,1282.056975,2018.280677,2463.725259 +169536,2411.785324,1072.454933,1282.663102,2018.454533,2464.688517 +169537,2412.221024,1070.919414,1283.208814,2018.485263,2465.624738 +169538,2412.55759,1069.375732,1283.699038,2018.388107,2466.535737 +169539,2412.801128,1067.824042,1284.135882,2018.17265,2467.423024 +169540,2412.956521,1066.196586,1284.524208,2017.845449,2468.287865 +169541,2413.027897,1064.729285,1284.867419,2017.411487,2469.131297 +169542,2413.018772,1063.102295,1285.166358,2016.874813,2469.954186 +169543,2412.93214,1061.528611,1285.424835,2016.238788,2470.956583 +169544,2412.770639,1059.93492,1285.645363,2015.506225,2471.737201 +169545,2412.536508,1058.33283,1285.827994,2014.679471,2472.496727 +169546,2412.231738,1056.721985,1285.975882,2013.76055,2473.237532 +169547,2411.858121,1055.102591,1286.090974,2012.751225,2473.960799 +169548,2411.417256,1053.474405,1286.17284,2011.65307,2474.666908 +169549,2410.910504,1051.837636,1286.224221,2010.467498,2475.355898 +169550,2410.339168,1050.211285,1286.245234,2009.195805,2476.027756 +169551,2409.716581,1048.628482,1286.239155,2007.867962,2476.682471 +169552,2409.040358,1046.86894,1286.207023,2006.474213,2477.320075 +169553,2408.305303,1045.249388,1286.147434,2004.999529,2477.940563 +169554,2407.508838,1043.560203,1286.062455,2003.436909,2478.543931 +169555,2406.650877,1041.873658,1285.951757,2001.786328,2479.130154 +169556,2405.732459,1040.178432,1285.81756,2000.05064,2479.699224 +169557,2404.754843,1038.474891,1285.659356,1998.232871,2480.251122 +169558,2403.719202,1036.762888,1285.479169,1996.335328,2480.78585 +169559,2402.62659,1035.042715,1285.276358,1994.359619,2481.303396 +169560,2401.477885,1033.31424,1285.052862,1992.306948,2481.803767 +169561,0,0,0,0,0 +169562,0,0,0,0,0 +169563,0,0,0,0,0 +169564,0,0,0,0,0 +169565,0,0,0,0,0 +169566,0,0,0,0,0 +169567,0,0,0,0,0 +169568,0,0,0,0,0 +169569,0,0,0,0,0 +169570,0,0,0,0,0 +169571,0,0,0,0,0 +169572,0,0,0,0,0 +169573,0,0,0,0,0 +169574,0,0,0,0,0 +169575,0,0,0,0,0 +169576,0,0,0,0,0 +169577,0,0,0,0,0 +169578,0,0,0,0,0 +169579,0,0,0,0,0 +169580,0,0,0,0,0 +169581,0,0,0,0,0 +169582,0,0,0,0,0 +169583,0,0,0,0,0 +169584,0,0,0,0,0 +169585,0,0,0,0,0 +169586,0,0,0,0,0 +169587,0,0,0,0,0 +169588,0,0,0,0,0 +169589,0,0,0,0,0 +169590,0,0,0,0,0 +169591,0,0,0,0,0 +169592,0,0,0,0,0 +169593,0,0,0,0,0 +169594,0,0,0,0,0 +169595,0,0,0,0,0 +169596,0,0,0,0,0 +169597,0,0,0,0,0 +169598,0,0,0,0,0 +169599,0,0,0,0,0 +169600,0,0,0,0,0 +169601,0,0,0,0,0 +169602,0,0,0,0,0 +169603,0,0,0,0,0 +169604,0,0,0,0,0 +169605,0,0,0,0,0 +169606,0,0,0,0,0 +169607,0,0,0,0,0 +169608,0,0,0,0,0 +169609,0,0,0,0,0 +169610,0,0,0,0,0 +169611,0,0,0,0,0 +169612,0,0,0,0,0 +169613,0,0,0,0,0 +169614,0,0,0,0,0 +169615,0,0,0,0,0 +169616,0,0,0,0,0 +169617,0,0,0,0,0 +169618,0,0,0,0,0 +169619,0,0,0,0,0 +169620,0,0,0,0,0 +169621,0,0,0,0,0 +169622,0,0,0,0,0 +169623,0,0,0,0,0 +169624,0,0,0,0,0 +169625,0,0,0,0,0 +169626,0,0,0,0,0 +169627,0,0,0,0,0 +169628,0,0,0,0,0 +169629,0,0,0,0,0 +169630,0,0,0,0,0 +169631,0,0,0,0,0 +169632,0,0,0,0,0 +169633,0,0,0,0,0 +169634,0,0,0,0,0 +169635,0,0,0,0,0 +169636,0,0,0,0,0 +169637,0,0,0,0,0 +169638,0,0,0,0,0 +169639,0,0,0,0,0 +169640,0,0,0,0,0 +169641,0,0,0,0,0 +169642,0,0,0,0,0 +169643,0,0,0,0,0 +169644,0,0,0,0,0 +169645,0,0,0,0,0 +169646,0,0,0,0,0 +169647,0,0,0,0,0 +169648,0,0,0,0,0 +169649,0,0,0,0,0 +169650,0,0,0,0,0 +169651,0,0,0,0,0 +169652,0,0,0,0,0 +169653,0,0,0,0,0 +169654,0,0,0,0,0 +169655,0,0,0,0,0 +169656,0,0,0,0,0 +169657,0,0,0,0,0 +169658,0,0,0,0,0 +169659,0,0,0,0,0 +169660,0,0,0,0,0 +169661,0,0,0,0,0 +169662,0,0,0,0,0 +169663,0,0,0,0,0 +169664,0,0,0,0,0 +169665,0,0,0,0,0 +169666,0,0,0,0,0 +169667,0,0,0,0,0 +169668,0,0,0,0,0 +169669,0,0,0,0,0 +169670,0,0,0,0,0 +169671,0,0,0,0,0 +169672,0,0,0,0,0 +169673,0,0,0,0,0 +169674,0,0,0,0,0 +169675,0,0,0,0,0 +169676,0,0,0,0,0 +169677,0,0,0,0,0 +169678,0,0,0,0,0 +169679,0,0,0,0,0 +169680,0,0,0,0,0 +169681,0,0,0,0,0 +169682,0,0,0,0,0 +169683,0,0,0,0,0 +169684,0,0,0,0,0 +169685,0,0,0,0,0 +169686,0,0,0,0,0 +169687,0,0,0,0,0 +169688,0,0,0,0,0 +169689,0,0,0,0,0 +169690,0,0,0,0,0 +169691,0,0,0,0,0 +169692,0,0,0,0,0 +169693,0,0,0,0,0 +169694,0,0,0,0,0 +169695,0,0,0,0,0 +169696,0,0,0,0,0 +169697,0,0,0,0,0 +169698,0,0,0,0,0 +169699,0,0,0,0,0 +169700,0,0,0,0,0 +169701,0,0,0,0,0 +169702,0,0,0,0,0 +169703,0,0,0,0,0 +169704,0,0,0,0,0 +169705,0,0,0,0,0 +169706,0,0,0,0,0 +169707,0,0,0,0,0 +169708,0,0,0,0,0 +169709,0,0,0,0,0 +169710,0,0,0,0,0 +169711,0,0,0,0,0 +169712,0,0,0,0,0 +169713,0,0,0,0,0 +169714,0,0,0,0,0 +169715,0,0,0,0,0 +169716,0,0,0,0,0 +169717,0,0,0,0,0 +169718,0,0,0,0,0 +169719,0,0,0,0,0 +169720,0,0,0,0,0 +169721,0,0,0,0,0 +169722,0,0,0,0,0 +169723,0,0,0,0,0 +169724,0,0,0,0,0 +169725,0,0,0,0,0 +169726,0,0,0,0,0 +169727,0,0,0,0,0 +169728,0,0,0,0,0 +169729,0,0,0,0,0 +169730,0,0,0,0,0 +169731,0,0,0,0,0 +169732,0,0,0,0,0 +169733,0,0,0,0,0 +169734,0,0,0,0,0 +169735,0,0,0,0,0 +169736,0,0,0,0,0 +169737,0,0,0,0,0 +169738,0,0,0,0,0 +169739,0,0,0,0,0 +169740,0,0,0,0,0 +169741,0,0,0,0,0 +169742,0,0,0,0,0 +169743,0,0,0,0,0 +169744,0,0,0,0,0 +169745,0,0,0,0,0 +169746,0,0,0,0,0 +169747,0,0,0,0,0 +169748,0,0,0,0,0 +169749,0,0,0,0,0 +169750,0,0,0,0,0 +169751,0,0,0,0,0 +169752,0,0,0,0,0 +169753,0,0,0,0,0 +169754,0,0,0,0,0 +169755,0,0,0,0,0 +169756,0,0,0,0,0 +169757,0,0,0,0,0 +169758,0,0,0,0,0 +169759,0,0,0,0,0 +169760,0,0,0,0,0 +169761,0,0,0,0,0 +169762,0,0,0,0,0 +169763,0,0,0,0,0 +169764,0,0,0,0,0 +169765,0,0,0,0,0 +169766,0,0,0,0,0 +169767,0,0,0,0,0 +169768,0,0,0,0,0 +169769,0,0,0,0,0 +169770,0,0,0,0,0 +169771,0,0,0,0,0 +169772,0,0,0,0,0 +169773,0,0,0,0,0 +169774,0,0,0,0,0 +169775,0,0,0,0,0 +169776,0,0,0,0,0 +169777,0,0,0,0,0 +169778,0,0,0,0,0 +169779,0,0,0,0,0 +169780,0,0,0,0,0 +169781,0,0,0,0,0 +169782,0,0,0,0,0 +169783,0,0,0,0,0 +169784,0,0,0,0,0 +169785,0,0,0,0,0 +169786,0,0,0,0,0 +169787,0,0,0,0,0 +169788,0,0,0,0,0 +169789,0,0,0,0,0 +169790,0,0,0,0,0 +169791,0,0,0,0,0 +169792,0,0,0,0,0 +169793,0,0,0,0,0 +169794,0,0,0,0,0 +169795,0,0,0,0,0 +169796,0,0,0,0,0 +169797,0,0,0,0,0 +169798,0,0,0,0,0 +169799,0,0,0,0,0 +169800,0,0,0,0,0 +169801,0,0,0,0,0 +169802,0,0,0,0,0 +169803,0,0,0,0,0 +169804,0,0,0,0,0 +169805,0,0,0,0,0 +169806,0,0,0,0,0 +169807,0,0,0,0,0 +169808,0,0,0,0,0 +169809,0,0,0,0,0 +169810,0,0,0,0,0 +169811,0,0,0,0,0 +169812,0,0,0,0,0 +169813,0,0,0,0,0 +169814,0,0,0,0,0 +169815,0,0,0,0,0 +169816,0,0,0,0,0 +169817,0,0,0,0,0 +169818,0,0,0,0,0 +169819,0,0,0,0,0 +169820,0,0,0,0,0 +169821,0,0,0,0,0 +169822,0,0,0,0,0 +169823,0,0,0,0,0 +169824,0,0,0,0,0 +169825,0,0,0,0,0 +169826,0,0,0,0,0 +169827,0,0,0,0,0 +169828,0,0,0,0,0 +169829,0,0,0,0,0 +169830,0,0,0,0,0 +169831,0,0,0,0,0 +169832,0,0,0,0,0 +169833,0,0,0,0,0 +169834,0,0,0,0,0 +169835,0,0,0,0,0 +169836,0,0,0,0,0 +169837,0,0,0,0,0 +169838,0,0,0,0,0 +169839,0,0,0,0,0 +169840,0,0,0,0,0 +169841,0,0,0,0,0 +169842,0,0,0,0,0 +169843,0,0,0,0,0 +169844,0,0,0,0,0 +169845,0,0,0,0,0 +169846,0,0,0,0,0 +169847,0,0,0,0,0 +169848,0,0,0,0,0 +169849,0,0,0,0,0 +169850,0,0,0,0,0 +169851,0,0,0,0,0 +169852,0,0,0,0,0 +169853,0,0,0,0,0 +169854,0,0,0,0,0 +169855,0,0,0,0,0 +169856,0,0,0,0,0 +169857,0,0,0,0,0 +169858,0,0,0,0,0 +169859,0,0,0,0,0 +169860,0,0,0,0,0 +169861,0,0,0,0,0 +169862,0,0,0,0,0 +169863,0,0,0,0,0 +169864,0,0,0,0,0 +169865,0,0,0,0,0 +169866,0,0,0,0,0 +169867,0,0,0,0,0 +169868,0,0,0,0,0 +169869,0,0,0,0,0 +169870,0,0,0,0,0 +169871,0,0,0,0,0 +169872,0,0,0,0,0 +169873,0,0,0,0,0 +169874,0,0,0,0,0 +169875,0,0,0,0,0 +169876,0,0,0,0,0 +169877,0,0,0,0,0 +169878,0,0,0,0,0 +169879,0,0,0,0,0 +169880,0,0,0,0,0 +169881,0,0,0,0,0 +169882,0,0,0,0,0 +169883,0,0,0,0,0 +169884,0,0,0,0,0 +169885,0,0,0,0,0 +169886,0,0,0,0,0 +169887,0,0,0,0,0 +169888,0,0,0,0,0 +169889,0,0,0,0,0 +169890,0,0,0,0,0 +169891,0,0,0,0,0 +169892,0,0,0,0,0 +169893,0,0,0,0,0 +169894,0,0,0,0,0 +169895,0,0,0,0,0 +169896,0,0,0,0,0 +169897,0,0,0,0,0 +169898,0,0,0,0,0 +169899,0,0,0,0,0 +169900,0,0,0,0,0 +169901,0,0,0,0,0 +169902,0,0,0,0,0 +169903,0,0,0,0,0 +169904,0,0,0,0,0 +169905,0,0,0,0,0 +169906,0,0,0,0,0 +169907,0,0,0,0,0 +169908,0,0,0,0,0 +169909,0,0,0,0,0 +169910,0,0,0,0,0 +169911,0,0,0,0,0 +169912,0,0,0,0,0 +169913,0,0,0,0,0 +169914,0,0,0,0,0 +169915,0,0,0,0,0 +169916,0,0,0,0,0 +169917,0,0,0,0,0 +169918,0,0,0,0,0 +169919,0,0,0,0,0 +169920,0,0,0,0,0 +169921,0,0,0,0,0 +169922,0,0,0,0,0 +169923,0,0,0,0,0 +169924,0,0,0,0,0 +169925,0,0,0,0,0 +169926,0,0,0,0,0 +169927,0,0,0,0,0 +169928,0,0,0,0,0 +169929,0,0,0,0,0 +169930,0,0,0,0,0 +169931,0,0,0,0,0 +169932,0,0,0,0,0 +169933,0,0,0,0,0 +169934,0,0,0,0,0 +169935,0,0,0,0,0 +169936,0,0,0,0,0 +169937,0,0,0,0,0 +169938,0,0,0,0,0 +169939,0,0,0,0,0 +169940,0,0,0,0,0 +169941,0,0,0,0,0 +169942,0,0,0,0,0 +169943,0,0,0,0,0 +169944,0,0,0,0,0 +169945,0,0,0,0,0 +169946,0,0,0,0,0 +169947,0,0,0,0,0 +169948,0,0,0,0,0 +169949,0,0,0,0,0 +169950,0,0,0,0,0 +169951,0,0,0,0,0 +169952,0,0,0,0,0 +169953,0,0,0,0,0 +169954,0,0,0,0,0 +169955,0,0,0,0,0 +169956,0,0,0,0,0 +169957,0,0,0,0,0 +169958,0,0,0,0,0 +169959,0,0,0,0,0 +169960,0,0,0,0,0 +169961,0,0,0,0,0 +169962,0,0,0,0,0 +169963,0,0,0,0,0 +169964,0,0,0,0,0 +169965,0,0,0,0,0 +169966,0,0,0,0,0 +169967,0,0,0,0,0 +169968,0,0,0,0,0 +169969,0,0,0,0,0 +169970,0,0,0,0,0 +169971,0,0,0,0,0 +169972,0,0,0,0,0 +169973,0,0,0,0,0 +169974,0,0,0,0,0 +169975,0,0,0,0,0 +169976,0,0,0,0,0 +169977,0,0,0,0,0 +169978,0,0,0,0,0 +169979,0,0,0,0,0 +169980,0,0,0,0,0 +169981,0,0,0,0,0 +169982,0,0,0,0,0 +169983,0,0,0,0,0 +169984,0,0,0,0,0 +169985,0,0,0,0,0 +169986,0,0,0,0,0 +169987,0,0,0,0,0 +169988,0,0,0,0,0 +169989,0,0,0,0,0 +169990,0,0,0,0,0 +169991,0,0,0,0,0 +169992,0,0,0,0,0 +169993,0,0,0,0,0 +169994,0,0,0,0,0 +169995,0,0,0,0,0 +169996,0,0,0,0,0 +169997,0,0,0,0,0 +169998,0,0,0,0,0 +169999,0,0,0,0,0 +170000,0,0,0,0,0 +170001,0,0,0,0,0 +170002,0,0,0,0,0 +170003,0,0,0,0,0 +170004,0,0,0,0,0 +170005,0,0,0,0,0 +170006,0,0,0,0,0 +170007,0,0,0,0,0 +170008,0,0,0,0,0 +170009,0,0,0,0,0 +170010,0,0,0,0,0 +170011,0,0,0,0,0 +170012,0,0,0,0,0 +170013,0,0,0,0,0 +170014,0,0,0,0,0 +170015,0,0,0,0,0 +170016,0,0,0,0,0 +170017,0,0,0,0,0 +170018,0,0,0,0,0 +170019,0,0,0,0,0 +170020,0,0,0,0,0 +170021,0,0,0,0,0 +170022,0,0,0,0,0 +170023,0,0,0,0,0 +170024,0,0,0,0,0 +170025,0,0,0,0,0 +170026,0,0,0,0,0 +170027,0,0,0,0,0 +170028,0,0,0,0,0 +170029,0,0,0,0,0 +170030,0,0,0,0,0 +170031,0,0,0,0,0 +170032,0,0,0,0,0 +170033,0,0,0,0,0 +170034,0,0,0,0,0 +170035,0,0,0,0,0 +170036,0,0,0,0,0 +170037,0,0,0,0,0 +170038,0,0,0,0,0 +170039,0,0,0,0,0 +170040,0,0,0,0,0 +170041,0,0,0,0,0 +170042,0,0,0,0,0 +170043,0,0,0,0,0 +170044,0,0,0,0,0 +170045,0,0,0,0,0 +170046,0,0,0,0,0 +170047,0,0,0,0,0 +170048,0,0,0,0,0 +170049,0,0,0,0,0 +170050,0,0,0,0,0 +170051,0,0,0,0,0 +170052,0,0,0,0,0 +170053,0,0,0,0,0 +170054,0,0,0,0,0 +170055,0,0,0,0,0 +170056,0,0,0,0,0 +170057,0,0,0,0,0 +170058,0,0,0,0,0 +170059,0,0,0,0,0 +170060,0,0,0,0,0 +170061,0,0,0,0,0 +170062,0,0,0,0,0 +170063,0,0,0,0,0 +170064,0,0,0,0,0 +170065,0,0,0,0,0 +170066,0,0,0,0,0 +170067,0,0,0,0,0 +170068,0,0,0,0,0 +170069,0,0,0,0,0 +170070,0,0,0,0,0 +170071,0,0,0,0,0 +170072,0,0,0,0,0 +170073,0,0,0,0,0 +170074,0,0,0,0,0 +170075,0,0,0,0,0 +170076,0,0,0,0,0 +170077,0,0,0,0,0 +170078,0,0,0,0,0 +170079,0,0,0,0,0 +170080,0,0,0,0,0 +170081,0,0,0,0,0 +170082,0,0,0,0,0 +170083,0,0,0,0,0 +170084,0,0,0,0,0 +170085,0,0,0,0,0 +170086,0,0,0,0,0 +170087,0,0,0,0,0 +170088,0,0,0,0,0 +170089,0,0,0,0,0 +170090,0,0,0,0,0 +170091,0,0,0,0,0 +170092,0,0,0,0,0 +170093,0,0,0,0,0 +170094,0,0,0,0,0 +170095,0,0,0,0,0 +170096,0,0,0,0,0 +170097,0,0,0,0,0 +170098,0,0,0,0,0 +170099,0,0,0,0,0 +170100,0,0,0,0,0 +170101,0,0,0,0,0 +170102,0,0,0,0,0 +170103,0,0,0,0,0 +170104,0,0,0,0,0 +170105,0,0,0,0,0 +170106,0,0,0,0,0 +170107,0,0,0,0,0 +170108,0,0,0,0,0 +170109,0,0,0,0,0 +170110,0,0,0,0,0 +170111,0,0,0,0,0 +170112,0,0,0,0,0 +170113,0,0,0,0,0 +170114,0,0,0,0,0 +170115,0,0,0,0,0 +170116,0,0,0,0,0 +170117,0,0,0,0,0 +170118,0,0,0,0,0 +170119,0,0,0,0,0 +170120,0,0,0,0,0 +170121,0,0,0,0,0 +170122,0,0,0,0,0 +170123,0,0,0,0,0 +170124,0,0,0,0,0 +170125,0,0,0,0,0 +170126,0,0,0,0,0 +170127,0,0,0,0,0 +170128,0,0,0,0,0 +170129,0,0,0,0,0 +170130,0,0,0,0,0 +170131,0,0,0,0,0 +170132,0,0,0,0,0 +170133,0,0,0,0,0 +170134,0,0,0,0,0 +170135,0,0,0,0,0 +170136,0,0,0,0,0 +170137,0,0,0,0,0 +170138,0,0,0,0,0 +170139,0,0,0,0,0 +170140,0,0,0,0,0 +170141,0,0,0,0,0 +170142,0,0,0,0,0 +170143,0,0,0,0,0 +170144,0,0,0,0,0 +170145,0,0,0,0,0 +170146,0,0,0,0,0 +170147,0,0,0,0,0 +170148,0,0,0,0,0 +170149,0,0,0,0,0 +170150,0,0,0,0,0 +170151,0,0,0,0,0 +170152,0,0,0,0,0 +170153,0,0,0,0,0 +170154,0,0,0,0,0 +170155,0,0,0,0,0 +170156,0,0,0,0,0 +170157,0,0,0,0,0 +170158,0,0,0,0,0 +170159,0,0,0,0,0 +170160,0,0,0,0,0 +170161,0,0,0,0,0 +170162,0,0,0,0,0 +170163,0,0,0,0,0 +170164,0,0,0,0,0 +170165,0,0,0,0,0 +170166,0,0,0,0,0 +170167,0,0,0,0,0 +170168,0,0,0,0,0 +170169,0,0,0,0,0 +170170,0,0,0,0,0 +170171,0,0,0,0,0 +170172,0,0,0,0,0 +170173,0,0,0,0,0 +170174,0,0,0,0,0 +170175,0,0,0,0,0 +170176,0,0,0,0,0 +170177,0,0,0,0,0 +170178,0,0,0,0,0 +170179,0,0,0,0,0 +170180,0,0,0,0,0 +170181,0,0,0,0,0 +170182,0,0,0,0,0 +170183,0,0,0,0,0 +170184,0,0,0,0,0 +170185,0,0,0,0,0 +170186,0,0,0,0,0 +170187,0,0,0,0,0 +170188,0,0,0,0,0 +170189,0,0,0,0,0 +170190,0,0,0,0,0 +170191,0,0,0,0,0 +170192,0,0,0,0,0 +170193,0,0,0,0,0 +170194,0,0,0,0,0 +170195,0,0,0,0,0 +170196,0,0,0,0,0 +170197,0,0,0,0,0 +170198,0,0,0,0,0 +170199,0,0,0,0,0 +170200,0,0,0,0,0 +170201,0,0,0,0,0 +170202,0,0,0,0,0 +170203,0,0,0,0,0 +170204,0,0,0,0,0 +170205,0,0,0,0,0 +170206,0,0,0,0,0 +170207,0,0,0,0,0 +170208,0,0,0,0,0 +170209,0,0,0,0,0 +170210,0,0,0,0,0 +170211,0,0,0,0,0 +170212,0,0,0,0,0 +170213,0,0,0,0,0 +170214,0,0,0,0,0 +170215,0,0,0,0,0 +170216,0,0,0,0,0 +170217,0,0,0,0,0 +170218,0,0,0,0,0 +170219,0,0,0,0,0 +170220,0,0,0,0,0 +170221,0,0,0,0,0 +170222,0,0,0,0,0 +170223,0,0,0,0,0 +170224,0,0,0,0,0 +170225,0,0,0,0,0 +170226,0,0,0,0,0 +170227,0,0,0,0,0 +170228,0,0,0,0,0 +170229,0,0,0,0,0 +170230,0,0,0,0,0 +170231,0,0,0,0,0 +170232,0,0,0,0,0 +170233,0,0,0,0,0 +170234,0,0,0,0,0 +170235,0,0,0,0,0 +170236,0,0,0,0,0 +170237,0,0,0,0,0 +170238,0,0,0,0,0 +170239,0,0,0,0,0 +170240,0,0,0,0,0 +170241,0,0,0,0,0 +170242,0,0,0,0,0 +170243,0,0,0,0,0 +170244,0,0,0,0,0 +170245,0,0,0,0,0 +170246,0,0,0,0,0 +170247,0,0,0,0,0 +170248,0,0,0,0,0 +170249,0,0,0,0,0 +170250,0,0,0,0,0 +170251,0,0,0,0,0 +170252,0,0,0,0,0 +170253,0,0,0,0,0 +170254,0,0,0,0,0 +170255,0,0,0,0,0 +170256,0,0,0,0,0 +170257,0,0,0,0,0 +170258,0,0,0,0,0 +170259,0,0,0,0,0 +170260,0,0,0,0,0 +170261,0,0,0,0,0 +170262,0,0,0,0,0 +170263,0,0,0,0,0 +170264,0,0,0,0,0 +170265,0,0,0,0,0 +170266,0,0,0,0,0 +170267,0,0,0,0,0 +170268,0,0,0,0,0 +170269,0,0,0,0,0 +170270,0,0,0,0,0 +170271,0,0,0,0,0 +170272,0,0,0,0,0 +170273,0,0,0,0,0 +170274,0,0,0,0,0 +170275,0,0,0,0,0 +170276,0,0,0,0,0 +170277,0,0,0,0,0 +170278,0,0,0,0,0 +170279,0,0,0,0,0 +170280,0,0,0,0,0 +170281,0,0,0,0,0 +170282,0,0,0,0,0 +170283,0,0,0,0,0 +170284,0,0,0,0,0 +170285,0,0,0,0,0 +170286,0,0,0,0,0 +170287,0,0,0,0,0 +170288,0,0,0,0,0 +170289,0,0,0,0,0 +170290,0,0,0,0,0 +170291,0,0,0,0,0 +170292,0,0,0,0,0 +170293,0,0,0,0,0 +170294,0,0,0,0,0 +170295,0,0,0,0,0 +170296,0,0,0,0,0 +170297,0,0,0,0,0 +170298,0,0,0,0,0 +170299,0,0,0,0,0 +170300,0,0,0,0,0 +170301,0,0,0,0,0 +170302,0,0,0,0,0 +170303,0,0,0,0,0 +170304,0,0,0,0,0 +170305,0,0,0,0,0 +170306,0,0,0,0,0 +170307,0,0,0,0,0 +170308,0,0,0,0,0 +170309,0,0,0,0,0 +170310,0,0,0,0,0 +170311,0,0,0,0,0 +170312,0,0,0,0,0 +170313,0,0,0,0,0 +170314,0,0,0,0,0 +170315,0,0,0,0,0 +170316,0,0,0,0,0 +170317,0,0,0,0,0 +170318,0,0,0,0,0 +170319,0,0,0,0,0 +170320,0,0,0,0,0 +170321,0,0,0,0,0 +170322,0,0,0,0,0 +170323,0,0,0,0,0 +170324,0,0,0,0,0 +170325,0,0,0,0,0 +170326,0,0,0,0,0 +170327,0,0,0,0,0 +170328,0,0,0,0,0 +170329,0,0,0,0,0 +170330,0,0,0,0,0 +170331,0,0,0,0,0 +170332,0,0,0,0,0 +170333,0,0,0,0,0 +170334,0,0,0,0,0 +170335,0,0,0,0,0 +170336,0,0,0,0,0 +170337,0,0,0,0,0 +170338,0,0,0,0,0 +170339,0,0,0,0,0 +170340,0,0,0,0,0 +170341,0,0,0,0,0 +170342,0,0,0,0,0 +170343,0,0,0,0,0 +170344,0,3.435254597,0,0,0 +170345,0,192.3827532,0,0,0 +170346,0,99.05382977,0,0,0 +170347,0,145.0893644,0,0,0 +170348,0,160.3152955,0,0,0 +170349,0,175.0956805,0,0,0 +170350,0,190.046132,0,0,0 +170351,0,204.5080194,0,0,0 +170352,0,219.3183098,0,0,0 +170353,0,233.7372459,0,0,0 +170354,0,248.2230167,0,0,0 +170355,0,262.3634361,0,0,0 +170356,0,276.9839915,0,0,0 +170357,0,290.8864226,0,0,0 +170358,0,305.574966,0,0,0 +170359,0,319.2451717,0,0,0 +170360,0,333.3323073,22.34181358,0,0 +170361,0,347.6332476,270.7234801,0,0 +170362,0,361.4510664,148.0765418,0,0 +170363,0,375.2067637,204.5589285,0,0 +170364,0,389.4722764,223.5007541,0,0 +170365,0,403.1317907,241.002755,0,0 +170366,0,416.9943198,258.1989834,0,0 +170367,0,430.7719296,274.4745107,0,0 +170368,0,444.5407602,291.2039525,0,0 +170369,0,458.2734293,307.3381203,0,0 +170370,0,471.9076787,323.3366163,0,0 +170371,0,484.3937615,337.2746097,0,0 +170372,0,496.6206307,350.7177184,0,0 +170373,0,508.7095942,364.2791848,0,0 +170374,0,520.3564605,376.4796196,0,0 +170375,0,532.757529,389.3087591,0,0 +170376,0,544.2446363,401.581466,0,0 +170377,0,555.9787075,413.4402148,0,0 +170378,0,567.5187684,425.2336737,0,0 +170379,0,579.0633274,436.7477791,0,0 +170380,0,590.4439999,447.9230826,0,0 +170381,0,601.7375365,458.9608877,0,0 +170382,0,613.0406364,469.7850078,0,0 +170383,0,624.1852849,480.2137339,0,0 +170384,0,635.2479039,490.7194046,0,0 +170385,0,646.3333796,501.8351003,0,0 +170386,0,657.2188647,516.7308414,0,0 +170387,0,668.1726072,517.5979912,0,0 +170388,0,678.9222302,523.0628203,0,0 +170389,0,689.7450544,544.1681663,0,0 +170390,0,707.1122231,546.9727243,0,0 +170391,0,721.1042867,557.2760201,0,0 +170392,0,735.0707148,566.1140853,0,0 +170393,0,748.8102798,574.6584936,0,0 +170394,0,762.1381824,583.0758418,0,0 +170395,0,776.4089698,591.2389845,0,0 +170396,0,789.617012,599.458616,0,0 +170397,0,803.0956787,607.1370029,0,0 +170398,0,816.5270706,614.949444,0,0 +170399,0,829.7721797,622.6129605,0,0 +170400,0,842.9731846,629.798504,0,0 +170401,0,855.6884434,636.0795569,0,0 +170402,0,868.4650439,641.9296319,0,0 +170403,0,880.8388909,647.9413935,0,0 +170404,0,893.4340453,653.4472231,0,0 +170405,0,905.766744,658.947958,0,0 +170406,0,918.0119231,664.3872099,0,0 +170407,0,930.3176816,669.5876105,0,0 +170408,0,942.4076146,674.4523018,0,0 +170409,0,954.4747646,686.3181045,0,0 +170410,0,966.3905718,673.7252457,0,0 +170411,0,978.4431144,693.8695017,0,0 +170412,0,990.124058,692.0189838,0,0 +170413,0,997.6409246,696.386317,0,0 +170414,0,1008.64671,700.3425705,0,0 +170415,0,1019.781172,704.3129092,0,0 +170416,0,1030.980996,708.1057044,0,0 +170417,0,1042.139762,711.9593885,0,0 +170418,0,1053.187117,715.5176265,0,0 +170419,0,1064.343612,718.9450041,0,0 +170420,0,1075.358354,722.495214,0,0 +170421,0,1086.145663,725.5498571,0,0 +170422,0,1097.172087,728.7272627,0,0 +170423,0,1107.925376,731.6177595,0,0 +170424,0,1118.689546,734.5902733,0,0 +170425,0,1134.475179,737.2611475,0,0 +170426,0,1140.035009,739.8843019,0,0 +170427,0,1158.549909,742.3721118,0,0 +170428,0,1158.839207,745.1473977,0,0 +170429,0,1158.77257,749.9466696,0,0 +170430,0,1190.434927,743.8835268,0,0 +170431,0,1188.943073,753.3126277,0,0 +170432,0,1200.794012,751.0949206,0,0 +170433,0,1210.173762,752.8380591,0,0 +170434,0,1219.218313,753.7140068,0,0 +170435,0,1228.313453,754.4931706,0,0 +170436,0,1237.221205,755.1384043,0,0 +170437,0,1246.037009,755.6613713,0,0 +170438,0,1254.81868,756.0653633,0,0 +170439,0,1263.221919,756.3522098,0,0 +170440,0,1271.894957,756.5257453,0,0 +170441,0,1280.295595,756.5873067,0,0 +170442,0,1288.481822,756.5404668,0,0 +170443,0,1296.736111,756.3863827,0,0 +170444,0,1304.818853,756.1284783,0,0 +170445,0,1312.815478,755.7677946,0,0 +170446,0,1320.721027,755.307637,0,0 +170447,0,1328.52946,754.748955,0,0 +170448,0,1336.327363,754.0949586,0,0 +170449,0,1343.823902,753.3465266,0,0 +170450,0,1351.416619,752.5067931,0,0 +170451,0,1358.758306,751.5765846,0,0 +170452,0,1366.31368,750.5589757,0,0 +170453,0,1373.381729,759.1330501,0,0 +170454,0,1380.523507,733.50747,0,0 +170455,0,1387.679357,754.3648293,0,0 +170456,0,1394.679399,743.9193252,0,0 +170457,0,1401.477025,744.2612743,0,0 +170458,0,1408.38507,742.767924,0,0 +170459,0,1415.018566,741.087251,0,0 +170460,0,1421.751506,739.4927755,0,0 +170461,0,1428.610308,738.3643334,0,0 +170462,0,1435.499457,737.3855179,0,0 +170463,0,1442.093409,736.4068488,0,0 +170464,0,1448.80332,735.3904199,0,0 +170465,0,1455.262466,734.3233844,0,0 +170466,0,1461.880945,733.2048871,0,0 +170467,0,1468.308596,732.0340755,0,0 +170468,0,1474.509376,730.8132396,0,0 +170469,0,1480.820547,729.5427089,0,0 +170470,0,1486.967648,728.3046518,0,0 +170471,0,1493.049805,726.8214662,0,0 +170472,0,1499.052386,725.4734558,0,0 +170473,0,1505.06918,724.0093972,0,0 +170474,0,1510.676124,722.5190241,0,0 +170475,0,1516.649399,720.9889459,0,0 +170476,0,1522.248503,719.3454328,0,0 +170477,0,1527.868507,717.8605681,0,0 +170478,0,1533.394331,716.2437562,0,0 +170479,0,1538.841284,714.4758411,0,0 +170480,0,1544.209313,712.8382211,0,0 +170481,0,1550.501683,711.1022369,0,0 +170482,0,1558.929781,709.3551692,0,0 +170483,0,1557.059075,707.5841042,0,0 +170484,0,1578.342424,705.7926747,0,0 +170485,0,1548.957371,704.0578396,0,0 +170486,0,1584.996637,702.1173457,0,0 +170487,0,1577.365988,700.3323667,0,0 +170488,0,1584.184189,698.4657169,0,0 +170489,0,1589.070159,696.6018421,0,0 +170490,0,1593.507752,694.7302949,0,0 +170491,0,1597.765423,692.6821715,0,0 +170492,0,1601.800393,690.3255142,0,0 +170493,0,1605.740949,688.301537,0,0 +170494,0,1609.578633,686.0284327,0,0 +170495,0,1613.316171,683.8333276,0,0 +170496,0,1617.05697,681.6964444,0,0 +170497,0,1620.451456,686.1570954,0,0 +170498,0,1623.975633,667.0073395,0,0 +170499,0,1627.316071,687.7013373,0,0 +170500,0,1630.580576,660.0715865,0,0 +170501,0,1633.652106,679.1793478,0,0 +170502,0,1636.885928,663.129375,0,0 +170503,0,1639.805379,668.5258787,0,0 +170504,0,1642.726929,663.7260943,0,0 +170505,0,1645.543761,662.2831129,0,0 +170506,0,1648.375155,660.1628199,0,0 +170507,0,1650.887163,658.1935997,0,0 +170508,0,1653.501458,656.2597945,0,0 +170509,0,1655.973281,654.2429618,0,0 +170510,0,1658.339928,652.369717,0,0 +170511,0,1660.656835,650.5306311,0,0 +170512,0,1662.723242,648.6954302,0,0 +170513,0,1664.986098,646.9649597,0,0 +170514,0,1666.894449,645.231679,0,0 +170515,0,1668.990159,643.6103409,0,0 +170516,0,1670.752974,641.9549357,0,0 +170517,0,1672.664466,640.6018848,0,0 +170518,0,1674.260767,638.9846537,0,0 +170519,0,1676.004596,637.6537044,0,0 +170520,0,1677.436819,636.3201123,0,0 +170521,0,1678.464775,634.0244837,0,0 +170522,0,1679.294849,631.5529866,0,0 +170523,0,1680.108805,629.0814913,0,0 +170524,0,1680.564692,626.664183,0,0 +170525,0,1681.158838,624.4596577,0,0 +170526,0,1681.571502,622.0207871,0,0 +170527,0,1681.912257,619.8823928,0,0 +170528,0,1682.166381,617.8876084,0,0 +170529,0,1682.333453,615.8314502,0,0 +170530,0,1682.414515,613.9289765,0,0 +170531,0,1682.421483,612.2046488,0,0 +170532,0,1682.336304,610.4035431,0,0 +170533,0,1682.162906,608.8494158,0,0 +170534,0,1681.902992,607.3415788,37.0533307,0 +170535,101.9544372,1681.556593,605.954411,23.94355243,0 +170536,61.81521684,1681.12445,604.6813854,25.30228652,0 +170537,77.820657,1680.606037,603.5252961,41.14991977,0 +170538,87.09585003,1680.002479,602.4909096,38.0230376,0 +170539,93.77886291,1679.206787,601.5807382,42.89670231,0 +170540,95.78297412,1668.029107,602.7635833,47.64412659,0 +170541,101.3296091,1665.22326,598.1523631,51.01839231,0 +170542,107.2230469,1663.312801,597.4777615,54.14770046,0 +170543,113.1752976,1661.468134,597.2438779,57.32438725,0 +170544,119.0860591,1659.644448,597.1710743,60.31514114,0 +170545,124.880899,1657.804515,597.1812622,63.39300576,0 +170546,130.9605029,1655.929065,597.2515315,66.32951445,0 +170547,136.3966185,1654.006197,597.3683843,69.21192943,0 +170548,142.3892998,1652.029569,597.5261648,72.16274594,0 +170549,147.9609795,1649.994288,597.7189946,75.02879816,0 +170550,153.6067732,1647.897142,597.9447622,77.70741865,0 +170551,159.098658,1645.485453,598.1127269,80.50852555,0 +170552,164.5390478,1643.23526,598.2914299,83.28905757,0 +170553,169.812715,1640.676192,598.4862628,85.76869198,0 +170554,175.3884899,1638.127713,598.6992304,88.5926798,0 +170555,180.6023584,1635.483162,598.9286568,90.96473765,0 +170556,186.0353117,1632.759085,599.17488,93.67496946,0 +170557,191.044476,1630.058941,599.4998811,96.07290048,0 +170558,196.1884911,1627.025201,599.6146467,98.74380368,0 +170559,201.5290416,1624.134877,600.0507019,101.0547749,0 +170560,206.5072897,1621.074828,600.2940312,103.4867483,0 +170561,211.5844331,1617.949784,600.6210625,105.9896465,0 +170562,216.5940192,1614.641811,600.9493872,108.3888669,0 +170563,221.3902058,1611.502359,601.2895044,110.5730012,0 +170564,226.7675064,1608.063032,601.6417697,113.0748858,0 +170565,231.2427833,1604.630634,602.0051055,115.3108268,0 +170566,236.267879,1601.102048,602.3802384,117.5276566,0 +170567,241.0510149,1597.49222,602.7661794,119.9932423,0 +170568,245.8313754,1593.802023,603.1636915,122.0404934,0 +170569,250.5753468,1590.030577,603.571905,124.3347117,0 +170570,255.285285,1586.179099,603.9915871,126.426544,0 +170571,259.7614309,1582.143455,604.4219658,128.7359156,0 +170572,264.7169878,1578.278292,604.8641503,130.8199737,0 +170573,269.1710639,1574.113568,605.3177244,132.9693951,0 +170574,273.7871721,1569.957144,605.782717,135.1726222,0 +170575,278.3344629,1586.545833,606.258688,137.0313643,0 +170576,282.8523133,1530.833571,606.7462972,139.3250616,0 +170577,287.3395435,1572.130862,607.2450071,141.2919551,0 +170578,291.8037221,1549.338628,608.0184256,143.3517733,0 +170579,296.230347,1547.457561,608.3128783,145.3726159,0 +170580,300.6344659,1543.345481,609.0456032,147.3792942,0 +170581,305.5390806,1538.646238,609.7709101,149.3997836,0 +170582,310.2319818,1534.008877,610.9812913,151.716463,0 +170583,315.7810375,1529.350868,612.0878266,153.8985568,0 +170584,320.16648,1524.607808,613.1424631,155.9023343,0 +170585,325.265167,1519.792977,614.3785398,158.1215522,0 +170586,330.1534071,1514.905192,615.4813472,160.2269646,0 +170587,334.975668,1509.944414,616.6612816,162.3385244,0 +170588,339.8679868,1505.007377,617.8451784,164.3269559,0 +170589,344.6764453,1499.664664,619.0443449,166.5850371,0 +170590,349.4600869,1494.695028,620.2588188,168.5725564,0 +170591,354.2015868,1489.361774,621.553761,170.6549218,0 +170592,359.0012496,1484.056363,622.6971191,172.7047045,0 +170593,363.6874024,1478.665484,624.0064454,174.743218,0 +170594,368.5201646,1473.204472,625.2685774,176.7701272,0 +170595,373.1040058,1467.674117,626.4902257,178.7856491,0 +170596,377.9247098,1461.978664,627.8957651,180.7857901,0 +170597,382.1636496,1456.446015,629.1609557,182.7840858,0 +170598,387.4186499,1450.735214,630.5040793,184.7645605,0 +170599,391.6857768,1444.813886,631.8489905,186.7371417,0 +170600,396.4883234,1439.00932,633.2088949,188.6989744,0 +170601,400.9541615,1433.058991,634.5821292,190.6506622,0 +170602,405.6340725,1426.964909,635.96958,192.5924254,0 +170603,410.1471428,1421.029639,637.3708438,194.5244395,0 +170604,414.7150914,1414.834873,638.7859267,196.4469064,0 +170605,419.1930241,1408.655425,640.2147738,198.3600196,0 +170606,423.800969,1402.399692,641.5898593,200.2639539,0 +170607,428.1701283,1396.083206,643.2192468,202.0236904,0 +170608,432.6509487,1389.700109,644.5311107,204.1196191,0 +170609,437.2232018,1383.263309,646.0793427,205.8915666,0 +170610,441.5436636,1376.764252,647.5639357,207.7859369,0 +170611,445.8903979,1370.089347,648.9730337,209.6029621,0 +170612,450.2194809,1363.247517,650.375067,211.404097,0 +170613,454.4442704,1356.546272,651.7806713,213.1925884,0 +170614,458.7292842,1349.684835,653.1925309,214.9699978,0 +170615,462.9971981,1342.627093,654.6120645,216.7371017,0 +170616,467.1580378,1335.680018,656.0396107,218.6415148,0 +170617,471.3842777,1328.514034,657.4072325,220.1603961,0 +170618,475.5566015,1321.516152,658.9584898,222.0123915,0 +170619,479.7539499,1314.279533,660.3591083,223.7157162,0 +170620,483.8372393,1307.063569,661.8343626,225.4358054,0 +170621,487.9892456,1299.781147,663.3065778,226.9938529,0 +170622,492.0878218,1292.449593,664.788139,228.9345552,0 +170623,496.2138334,1285.069201,666.27927,230.5112995,0 +170624,500.2236346,1277.640951,667.8503555,232.2267062,0 +170625,504.3059908,1270.08029,669.2518861,233.9067207,0 +170626,508.3344057,1262.680668,670.8257447,235.5796646,0 +170627,512.3933022,1255.140273,672.3429408,237.2453144,0 +170628,516.3326838,1247.348478,673.8118715,238.9037712,0 +170629,520.3491414,1239.873704,676.6412946,240.5554164,0 +170630,524.3110902,1232.118718,675.972548,242.2002001,0 +170631,528.2642891,1224.327702,683.3389202,243.8385234,0 +170632,531.8291882,1216.755325,672.7465531,245.4703032,0 +170633,536.3250821,1208.79239,685.3723294,247.0959659,0 +170634,539.9447128,1200.952259,682.4771367,248.7153894,0 +170635,543.858518,1193.184788,684.9239156,250.3290098,0 +170636,547.8000048,1185.238145,686.5339943,251.936683,0 +170637,551.671452,1177.327093,688.1710988,253.5388429,0 +170638,555.4146884,1169.372614,689.8095612,255.1353491,0 +170639,559.3479809,1161.337391,691.4591923,256.7266236,0 +170640,563.1237529,1175.564147,693.1184577,258.3125135,0 +170641,566.5441257,1112.416695,694.4441124,259.5936495,0 +170642,569.8104297,1175.426172,695.6617665,261.2699265,0 +170643,573.0204617,1092.224138,696.8517774,262.5185399,0 +170644,576.1999206,1146.598933,698.0364955,263.9249869,0 +170645,579.3572675,1093.365474,699.2236276,265.2905169,0 +170646,582.4950041,1110.940327,700.4150365,266.6502925,0 +170647,585.568285,1093.514828,701.6120452,268.0035113,0 +170648,588.7416683,1086.823367,702.8144671,269.3505761,0 +170649,591.8379793,1078.505073,704.0232263,270.6919,0 +170650,594.8415696,1070.021264,705.1637863,272.0273537,0 +170651,597.9295947,1061.602684,706.4999003,273.3574453,0 +170652,600.9090846,1053.285058,707.6694525,274.6819487,0 +170653,604.0030613,1044.894066,708.9173065,276.0013822,0 +170654,606.9709608,1036.394888,710.1574736,277.315482,0 +170655,609.9694386,1028.027482,711.4051919,278.6247607,0 +170656,612.9444709,1019.60196,712.6590427,279.9289252,0 +170657,615.9544982,1011.188992,713.9201041,281.228484,0 +170658,618.7772863,1002.780619,715.1874358,282.5231155,0 +170659,621.8232823,994.3779907,716.461996,283.8133269,0 +170660,624.6970119,986.0478546,717.6681578,285.0987697,0 +170661,627.6126178,977.5712439,719.0724912,286.3799523,0 +170662,630.4286824,969.1724058,720.3128668,287.6221983,0 +170663,633.3746701,960.9622145,721.5695535,288.9225563,0 +170664,636.1235116,952.4784588,722.8705762,290.159381,0 +170665,639.1243584,944.2113818,724.2319523,291.4518446,0 +170666,641.9133981,935.8901932,725.4881582,292.6806844,0 +170667,644.7459752,927.6084322,726.876239,293.964905,0 +170668,647.5410739,919.3422585,728.1452009,295.1857759,0 +170669,650.4135916,915.6493614,729.4688426,296.4618293,0 +170670,653.0990712,909.5979837,730.8713433,297.6748377,0 +170671,655.9863816,903.6479738,732.1559303,298.9137406,0 +170672,658.6010101,897.588918,733.3840102,300.0843129,0 +170673,661.3069924,891.7570226,734.6486388,301.2720012,0 +170674,663.9992764,885.6729333,735.9199459,302.4562826,0 +170675,666.6838428,879.785215,737.1945142,303.4297723,0 +170676,669.4129205,873.8574602,738.4710282,304.9195346,0 +170677,672.0276631,868.1141929,739.8246294,305.9634929,0 +170678,674.753616,862.0249122,741.0501383,307.1385545,0 +170679,677.3553665,856.3197542,742.3280235,308.2925905,0 +170680,680.0202583,850.4841314,743.5368505,309.446005,0 +170681,682.6751562,844.5985437,746.0335609,310.5946777,0 +170682,685.3299242,838.8531016,744.8157979,311.9540779,0 +170683,687.9869941,833.040191,754.6066083,312.7640053,0 +170684,690.6468886,827.4561731,738.591477,314.0628316,0 +170685,693.2582141,821.6608723,755.1340058,315.1543793,0 +170686,696.0156302,816.0704682,750.2243339,316.279272,0 +170687,698.7132719,810.516978,752.7268291,317.3991162,0 +170688,701.3355347,804.8887374,754.0002036,318.5142322,0 +170689,704.0919235,799.3674604,755.3238885,319.6468718,0 +170690,706.8006982,793.9782454,756.6368953,320.7193796,0 +170691,709.5164349,788.5830597,757.8758046,321.8376705,0 +170692,712.2262272,783.1599023,759.3169157,322.9306792,0 +170693,714.8742018,777.896236,760.5761919,324.023269,0 +170694,717.6577167,772.6421739,761.9140015,325.1110882,0 +170695,720.305507,767.457256,763.2389595,326.1947044,0 +170696,722.9985554,762.3317189,764.5658698,327.2959779,0 +170697,725.6751908,757.750243,765.8950025,328.3366438,0 +170698,728.4020398,752.0460306,767.2252691,329.4236899,0 +170699,730.9743377,747.418154,768.4771388,330.4857225,0 +170700,733.6723272,742.555514,769.9364736,331.5469769,0 +170701,0,0,0,0,0 +170702,0,0,0,0,0 +170703,0,0,0,0,0 +170704,0,0,0,0,0 +170705,0,0,0,0,0 +170706,0,0,0,0,0 +170707,0,0,0,0,0 +170708,0,0,0,0,0 +170709,0,0,0,0,0 +170710,0,0,0,0,0 +170711,0,0,0,0,0 +170712,0,0,0,0,0 +170713,0,0,0,0,0 +170714,0,0,0,0,0 +170715,0,0,0,0,0 +170716,0,0,0,0,0 +170717,0,0,0,0,0 +170718,0,0,0,0,0 +170719,0,0,0,0,0 +170720,0,0,0,0,0 +170721,0,0,0,0,0 +170722,0,0,0,0,0 +170723,0,0,0,0,0 +170724,0,0,0,0,0 +170725,0,0,0,0,0 +170726,0,0,0,0,0 +170727,0,0,0,0,0 +170728,0,0,0,0,0 +170729,0,0,0,0,0 +170730,0,0,0,0,0 +170731,0,0,0,0,0 +170732,0,0,0,0,0 +170733,0,0,0,0,0 +170734,0,0,0,0,0 +170735,0,0,0,0,0 +170736,0,0,0,0,0 +170737,0,0,0,0,0 +170738,0,0,0,0,0 +170739,0,0,0,0,0 +170740,0,0,0,0,0 +170741,0,0,0,0,0 +170742,0,0,0,0,0 +170743,0,0,0,0,0 +170744,0,0,0,0,0 +170745,0,0,0,0,0 +170746,0,0,0,0,0 +170747,0,0,0,0,0 +170748,0,0,0,0,0 +170749,0,0,0,0,0 +170750,0,0,0,0,0 +170751,0,0,0,0,0 +170752,0,0,0,0,0 +170753,0,0,0,0,0 +170754,0,0,0,0,0 +170755,0,0,0,0,0 +170756,0,0,0,0,0 +170757,0,0,0,0,0 +170758,0,0,0,0,0 +170759,0,0,0,0,0 +170760,0,0,0,0,0 +170761,0,0,0,0,0 +170762,0,0,0,0,0 +170763,0,0,0,0,0 +170764,0,0,0,0,0 +170765,0,0,0,0,0 +170766,0,0,0,0,0 +170767,0,0,0,0,0 +170768,0,0,0,0,0 +170769,0,0,0,0,0 +170770,0,0,0,0,0 +170771,0,0,0,0,0 +170772,0,0,0,0,0 +170773,0,0,0,0,0 +170774,0,0,0,0,0 +170775,0,0,0,0,0 +170776,0,0,0,0,0 +170777,0,0,0,0,0 +170778,0,0,0,0,0 +170779,0,0,0,0,0 +170780,0,0,0,0,0 +170781,0,0,0,0,0 +170782,0,0,0,0,0 +170783,0,0,0,0,0 +170784,0,0,0,0,0 +170785,0,0,0,0,0 +170786,0,0,0,0,0 +170787,0,0,0,0,0 +170788,0,0,0,0,0 +170789,0,0,0,0,0 +170790,0,0,0,0,0 +170791,0,0,0,0,0 +170792,0,0,0,0,0 +170793,0,0,0,0,0 +170794,0,0,0,0,0 +170795,0,0,0,0,0 +170796,0,0,0,0,0 +170797,0,0,0,0,0 +170798,0,0,0,0,0 +170799,0,0,0,0,0 +170800,0,0,0,0,0 +170801,0,0,0,0,0 +170802,0,0,0,0,0 +170803,0,0,0,0,0 +170804,0,0,0,0,0 +170805,0,0,0,0,0 +170806,0,0,0,0,0 +170807,0,0,0,0,0 +170808,0,0,0,0,0 +170809,0,0,0,0,0 +170810,0,0,0,0,0 +170811,0,0,0,0,0 +170812,0,0,0,0,0 +170813,0,0,0,0,0 +170814,0,0,0,0,0 +170815,0,0,0,0,0 +170816,0,0,0,0,0 +170817,0,0,0,0,0 +170818,0,0,0,0,0 +170819,0,0,0,0,0 +170820,0,0,0,0,0 +170821,0,0,0,0,0 +170822,0,0,0,0,0 +170823,0,0,0,0,0 +170824,0,0,0,0,0 +170825,0,0,0,0,0 +170826,0,0,0,0,0 +170827,0,0,0,0,0 +170828,0,0,0,0,0 +170829,0,0,0,0,0 +170830,0,0,0,0,0 +170831,0,0,0,0,0 +170832,0,0,0,0,0 +170833,0,0,0,0,0 +170834,0,0,0,0,0 +170835,0,0,0,0,0 +170836,0,0,0,0,0 +170837,0,0,0,0,0 +170838,0,0,0,0,0 +170839,0,0,0,0,0 +170840,0,0,0,0,0 +170841,0,0,0,0,0 +170842,0,0,0,0,0 +170843,0,0,0,0,0 +170844,0,0,0,0,0 +170845,0,0,0,0,0 +170846,0,0,0,0,0 +170847,0,0,0,0,0 +170848,0,0,0,0,0 +170849,0,0,0,0,0 +170850,0,0,0,0,0 +170851,0,0,0,0,0 +170852,0,0,0,0,0 +170853,0,0,0,0,0 +170854,0,0,0,0,0 +170855,0,0,0,0,0 +170856,0,0,0,0,0 +170857,0,0,0,0,0 +170858,0,0,0,0,0 +170859,0,0,0,0,0 +170860,0,0,0,0,0 +170861,0,0,0,0,0 +170862,0,0,0,0,0 +170863,0,0,0,0,0 +170864,0,0,0,0,0 +170865,0,0,0,0,0 +170866,0,0,0,0,0 +170867,0,0,0,0,0 +170868,0,0,0,0,0 +170869,0,0,0,0,0 +170870,0,0,0,0,0 +170871,0,0,0,0,0 +170872,0,0,0,0,0 +170873,0,0,0,0,0 +170874,0,0,0,0,0 +170875,0,0,0,0,0 +170876,0,0,0,0,0 +170877,0,0,0,0,0 +170878,0,0,0,0,0 +170879,0,0,0,0,0 +170880,0,0,0,0,0 +170881,0,0,0,0,0 +170882,0,0,0,0,0 +170883,0,0,0,0,0 +170884,0,0,0,0,0 +170885,0,0,0,0,0 +170886,0,0,0,0,0 +170887,0,0,0,0,0 +170888,0,0,0,0,0 +170889,0,0,0,0,0 +170890,0,0,0,0,0 +170891,0,0,0,0,0 +170892,0,0,0,0,0 +170893,0,0,0,0,0 +170894,0,0,0,0,0 +170895,0,0,0,0,0 +170896,0,0,0,0,0 +170897,0,0,0,0,0 +170898,0,0,0,0,0 +170899,0,0,0,0,0 +170900,0,0,0,0,0 +170901,0,0,0,0,0 +170902,0,0,0,0,0 +170903,0,0,0,0,0 +170904,0,0,0,0,0 +170905,0,0,0,0,0 +170906,0,0,0,0,0 +170907,0,0,0,0,0 +170908,0,0,0,0,0 +170909,0,0,0,0,0 +170910,0,0,0,0,0 +170911,0,0,0,0,0 +170912,0,0,0,0,0 +170913,0,0,0,0,0 +170914,0,0,0,0,0 +170915,0,0,0,0,0 +170916,0,0,0,0,0 +170917,0,0,0,0,0 +170918,0,0,0,0,0 +170919,0,0,0,0,0 +170920,0,0,0,0,0 +170921,0,0,0,0,0 +170922,0,0,0,0,0 +170923,0,0,0,0,0 +170924,0,0,0,0,0 +170925,0,0,0,0,0 +170926,0,0,0,0,0 +170927,0,0,0,0,0 +170928,0,0,0,0,0 +170929,0,0,0,0,0 +170930,0,0,0,0,0 +170931,0,0,0,0,0 +170932,0,0,0,0,0 +170933,0,0,0,0,0 +170934,0,0,0,0,0 +170935,0,0,0,0,0 +170936,0,0,0,0,0 +170937,0,0,0,0,0 +170938,0,0,0,0,0 +170939,0,0,0,0,0 +170940,0,0,0,0,0 +170941,0,0,0,0,0 +170942,0,0,0,0,0 +170943,0,0,0,0,0 +170944,0,0,0,0,0 +170945,0,0,0,0,0 +170946,0,0,0,0,0 +170947,0,0,0,0,0 +170948,0,0,0,0,0 +170949,0,0,0,0,0 +170950,0,0,0,0,0 +170951,0,0,0,0,0 +170952,0,0,0,0,0 +170953,0,0,0,0,0 +170954,0,0,0,0,0 +170955,0,0,0,0,0 +170956,0,0,0,0,0 +170957,0,0,0,0,0 +170958,0,0,0,0,0 +170959,0,0,0,0,0 +170960,0,0,0,0,0 +170961,0,0,0,0,0 +170962,0,0,0,0,0 +170963,0,0,0,0,0 +170964,0,0,0,0,0 +170965,0,0,0,0,0 +170966,0,0,0,0,0 +170967,0,0,0,0,0 +170968,0,0,0,0,0 +170969,0,0,0,0,0 +170970,0,0,0,0,0 +170971,0,0,0,0,0 +170972,0,0,0,0,0 +170973,0,0,0,0,0 +170974,0,0,0,0,0 +170975,0,0,0,0,0 +170976,0,0,0,0,0 +170977,0,0,0,0,0 +170978,0,0,0,0,0 +170979,0,0,0,0,0 +170980,0,0,0,0,0 +170981,0,0,0,0,0 +170982,0,0,0,0,0 +170983,0,0,0,0,0 +170984,0,0,0,0,0 +170985,0,0,0,0,0 +170986,0,0,0,0,0 +170987,0,0,0,0,0 +170988,0,0,0,0,0 +170989,0,0,0,0,0 +170990,0,0,0,0,0 +170991,0,0,0,0,0 +170992,0,0,0,0,0 +170993,0,0,0,0,0 +170994,0,0,0,0,0 +170995,0,0,0,0,0 +170996,0,0,0,0,0 +170997,0,0,0,0,0 +170998,0,0,0,0,0 +170999,0,0,0,0,0 +171000,0,0,0,0,0 +171001,0,0,0,0,0 +171002,0,0,0,0,0 +171003,0,0,0,0,0 +171004,0,0,0,0,0 +171005,0,0,0,0,0 +171006,0,0,0,0,0 +171007,0,0,0,0,0 +171008,0,0,0,0,0 +171009,0,0,0,0,0 +171010,0,0,0,0,0 +171011,0,0,0,0,0 +171012,0,0,0,0,0 +171013,0,0,0,0,0 +171014,0,0,0,0,0 +171015,0,0,0,0,0 +171016,0,0,0,0,0 +171017,0,0,0,0,0 +171018,0,0,0,0,0 +171019,0,0,0,0,0 +171020,0,0,0,0,0 +171021,0,0,0,0,0 +171022,0,0,0,0,0 +171023,0,0,0,0,0 +171024,0,0,0,0,0 +171025,0,0,0,0,0 +171026,0,0,0,0,0 +171027,0,0,0,0,0 +171028,0,0,0,0,0 +171029,0,0,0,0,0 +171030,0,0,0,0,0 +171031,0,0,0,0,0 +171032,0,0,0,0,0 +171033,0,0,0,0,0 +171034,0,0,0,0,0 +171035,0,0,0,0,0 +171036,0,0,0,0,0 +171037,0,0,0,0,0 +171038,0,0,0,0,0 +171039,0,0,0,0,0 +171040,0,0,0,0,0 +171041,0,0,0,0,0 +171042,0,0,0,0,0 +171043,0,0,0,0,0 +171044,0,0,0,0,0 +171045,0,0,0,0,0 +171046,0,0,0,0,0 +171047,0,0,0,0,0 +171048,0,0,0,0,0 +171049,0,0,0,0,0 +171050,0,0,0,0,0 +171051,0,0,0,0,0 +171052,0,0,0,0,0 +171053,0,0,0,0,0 +171054,0,0,0,0,0 +171055,0,0,0,0,0 +171056,0,0,0,0,0 +171057,0,0,0,0,0 +171058,0,0,0,0,0 +171059,0,0,0,0,0 +171060,0,0,0,0,0 +171061,0,0,0,0,0 +171062,0,0,0,0,0 +171063,0,0,0,0,0 +171064,0,0,0,0,0 +171065,0,0,0,0,0 +171066,0,0,0,0,0 +171067,0,0,0,0,0 +171068,0,0,0,0,0 +171069,0,0,0,0,0 +171070,0,0,0,0,0 +171071,0,0,0,0,0 +171072,0,0,0,0,0 +171073,0,0,0,0,0 +171074,0,0,0,0,0 +171075,0,0,0,0,0 +171076,0,0,0,0,0 +171077,0,0,0,0,0 +171078,0,0,0,0,0 +171079,0,0,0,0,0 +171080,0,0,0,0,0 +171081,0,0,0,0,0 +171082,0,0,0,0,0 +171083,0,0,0,0,0 +171084,0,0,0,0,0 +171085,0,0,0,0,0 +171086,0,0,0,0,0 +171087,0,0,0,0,0 +171088,0,0,0,0,0 +171089,0,0,0,0,0 +171090,0,0,0,0,0 +171091,0,0,0,0,0 +171092,0,0,0,0,0 +171093,0,0,0,0,0 +171094,0,0,0,0,0 +171095,0,0,0,0,0 +171096,0,0,0,0,0 +171097,0,0,0,0,0 +171098,0,0,0,0,0 +171099,0,0,0,0,0 +171100,0,0,0,0,0 +171101,0,0,0,0,0 +171102,0,0,0,0,0 +171103,0,0,0,0,0 +171104,0,0,0,0,0 +171105,0,0,0,0,0 +171106,0,0,0,0,0 +171107,0,0,0,0,0 +171108,0,0,0,0,0 +171109,0,0,0,0,0 +171110,0,0,0,0,0 +171111,0,0,0,0,0 +171112,0,0,0,0,0 +171113,0,0,0,0,0 +171114,0,0,0,0,0 +171115,0,0,0,0,0 +171116,0,0,0,0,0 +171117,0,0,0,0,0 +171118,0,0,0,0,0 +171119,0,0,0,0,0 +171120,0,0,0,0,0 +171121,0,0,0,0,0 +171122,0,0,0,0,0 +171123,0,0,0,0,0 +171124,0,0,0,0,0 +171125,0,0,0,0,0 +171126,0,0,0,0,0 +171127,0,0,0,0,0 +171128,0,0,0,0,0 +171129,0,0,0,0,0 +171130,0,0,0,0,0 +171131,0,0,0,0,0 +171132,0,0,0,0,0 +171133,0,0,0,0,0 +171134,0,0,0,0,0 +171135,0,0,0,0,0 +171136,0,0,0,0,0 +171137,0,0,0,0,0 +171138,0,0,0,0,0 +171139,0,0,0,0,0 +171140,0,0,0,0,0 +171141,0,0,0,0,0 +171142,0,0,0,0,0 +171143,0,0,0,0,0 +171144,0,0,0,0,0 +171145,0,0,0,0,0 +171146,0,0,0,0,0 +171147,0,0,0,0,0 +171148,0,0,0,0,0 +171149,0,0,0,0,0 +171150,0,0,0,0,0 +171151,0,0,0,0,0 +171152,0,0,0,0,0 +171153,0,0,0,0,0 +171154,0,0,0,0,0 +171155,0,0,0,0,0 +171156,0,0,0,0,0 +171157,0,0,0,0,0 +171158,0,0,0,0,0 +171159,0,0,0,0,0 +171160,0,0,0,0,0 +171161,0,0,0,0,0 +171162,0,0,0,0,0 +171163,0,0,0,0,0 +171164,0,0,0,0,0 +171165,0,0,0,0,0 +171166,0,0,0,0,0 +171167,0,0,0,0,0 +171168,0,0,0,0,0 +171169,0,0,0,0,0 +171170,0,0,0,0,0 +171171,0,0,0,0,0 +171172,0,0,0,0,0 +171173,0,0,0,0,0 +171174,0,0,0,0,0 +171175,0,0,0,0,0 +171176,0,0,0,0,0 +171177,0,0,0,0,0 +171178,0,0,0,0,0 +171179,0,0,0,0,0 +171180,0,0,0,0,0 +171181,0,0,0,0,0 +171182,0,0,0,0,0 +171183,0,0,0,0,0 +171184,0,0,0,0,0 +171185,0,0,0,0,0 +171186,0,0,0,0,0 +171187,0,0,0,0,0 +171188,0,0,0,0,0 +171189,0,0,0,0,0 +171190,0,0,0,0,0 +171191,0,0,0,0,0 +171192,0,0,0,0,0 +171193,0,0,0,0,0 +171194,0,0,0,0,0 +171195,0,0,0,0,0 +171196,0,0,0,0,0 +171197,0,0,0,0,0 +171198,0,0,0,0,0 +171199,0,0,0,0,0 +171200,0,0,0,0,0 +171201,0,0,0,0,0 +171202,0,0,0,0,0 +171203,0,0,0,0,0 +171204,0,0,0,0,0 +171205,0,0,0,0,0 +171206,0,0,0,0,0 +171207,0,0,0,0,0 +171208,0,0,0,0,0 +171209,0,0,0,0,0 +171210,0,0,0,0,0 +171211,0,0,0,0,0 +171212,0,0,0,0,0 +171213,0,0,0,0,0 +171214,0,0,0,0,0 +171215,0,0,0,0,0 +171216,0,0,0,0,0 +171217,0,0,0,0,0 +171218,0,0,0,0,0 +171219,0,0,0,0,0 +171220,0,0,0,0,0 +171221,0,0,0,0,0 +171222,0,0,0,0,0 +171223,0,0,0,0,0 +171224,0,0,0,0,0 +171225,0,0,0,0,0 +171226,0,0,0,0,0 +171227,0,0,0,0,0 +171228,0,0,0,0,0 +171229,0,0,0,0,0 +171230,0,0,0,0,0 +171231,0,0,0,0,0 +171232,0,0,0,0,0 +171233,0,0,0,0,0 +171234,0,0,0,0,0 +171235,0,0,0,0,0 +171236,0,0,0,0,0 +171237,0,0,0,0,0 +171238,0,0,0,0,0 +171239,0,0,0,0,0 +171240,0,0,0,0,0 +171241,0,0,0,0,0 +171242,0,0,0,0,0 +171243,0,0,0,0,0 +171244,0,0,0,0,0 +171245,0,0,0,0,0 +171246,0,0,0,0,0 +171247,0,0,0,0,0 +171248,0,0,0,0,0 +171249,0,0,0,0,0 +171250,0,0,0,0,0 +171251,0,0,0,0,0 +171252,0,0,0,0,0 +171253,0,0,0,0,0 +171254,0,0,0,0,0 +171255,0,0,0,0,0 +171256,0,0,0,0,0 +171257,0,0,0,0,0 +171258,0,0,0,0,0 +171259,0,0,0,0,0 +171260,0,0,0,0,0 +171261,0,0,0,0,0 +171262,0,0,0,0,0 +171263,0,0,0,0,0 +171264,0,0,0,0,0 +171265,0,0,0,0,0 +171266,0,0,0,0,0 +171267,0,0,0,0,0 +171268,0,0,0,0,0 +171269,0,0,0,0,0 +171270,0,0,0,0,0 +171271,0,0,0,0,0 +171272,0,0,0,0,0 +171273,0,0,0,0,0 +171274,0,0,0,0,0 +171275,0,0,0,0,0 +171276,0,0,0,0,0 +171277,0,0,0,0,0 +171278,0,0,0,0,0 +171279,0,0,0,0,0 +171280,0,0,0,0,0 +171281,0,0,0,0,0 +171282,0,0,0,0,0 +171283,0,0,0,0,0 +171284,0,0,0,0,0 +171285,0,0,0,0,0 +171286,0,0,0,0,0 +171287,0,0,0,0,0 +171288,0,0,0,0,0 +171289,0,0,0,0,0 +171290,0,0,0,0,0 +171291,0,0,0,0,0 +171292,0,0,0,0,0 +171293,0,0,0,0,0 +171294,0,0,0,0,0 +171295,0,0,0,0,0 +171296,0,0,0,0,0 +171297,0,0,0,0,0 +171298,0,0,0,0,0 +171299,0,0,0,0,0 +171300,0,0,0,0,0 +171301,0,0,0,0,0 +171302,0,0,0,0,0 +171303,0,0,0,0,0 +171304,0,0,0,0,0 +171305,0,0,0,0,0 +171306,0,0,0,0,0 +171307,0,0,0,0,0 +171308,0,0,0,0,0 +171309,0,0,0,0,0 +171310,0,0,0,0,0 +171311,0,0,0,0,0 +171312,0,0,0,0,0 +171313,0,0,0,0,0 +171314,0,0,0,0,0 +171315,0,0,0,0,0 +171316,0,0,0,0,0 +171317,0,0,0,0,0 +171318,0,0,0,0,0 +171319,0,0,0,0,0 +171320,0,0,0,0,0 +171321,0,0,0,0,0 +171322,0,0,0,0,0 +171323,0,0,0,0,0 +171324,0,0,0,0,0 +171325,0,0,0,0,0 +171326,0,0,0,0,0 +171327,0,0,0,0,0 +171328,0,0,0,0,0 +171329,0,0,0,0,0 +171330,0,0,0,0,0 +171331,0,0,0,0,0 +171332,0,0,0,0,0 +171333,0,0,0,0,0 +171334,0,0,0,0,0 +171335,0,0,0,0,0 +171336,0,0,0,0,0 +171337,0,0,0,0,0 +171338,0,0,0,0,0 +171339,0,0,0,0,0 +171340,0,0,0,0,0 +171341,0,0,0,0,0 +171342,0,0,0,0,0 +171343,0,0,0,0,0 +171344,0,0,0,0,0 +171345,0,0,0,0,0 +171346,0,0,0,0,0 +171347,0,0,0,0,0 +171348,0,0,0,0,0 +171349,0,0,0,0,0 +171350,0,0,0,0,0 +171351,0,0,0,0,0 +171352,0,0,0,0,0 +171353,0,0,0,0,0 +171354,0,0,0,0,0 +171355,0,0,0,0,0 +171356,0,0,0,0,0 +171357,0,0,0,0,0 +171358,0,0,0,0,0 +171359,0,0,0,0,0 +171360,0,0,0,0,0 +171361,0,0,0,0,0 +171362,0,0,0,0,0 +171363,0,0,0,0,0 +171364,0,0,0,0,0 +171365,0,0,0,0,0 +171366,0,0,0,0,0 +171367,0,0,0,0,0 +171368,0,0,0,0,0 +171369,0,0,0,0,0 +171370,0,0,0,0,0 +171371,0,0,0,0,0 +171372,0,0,0,0,0 +171373,0,0,0,0,0 +171374,0,0,0,0,0 +171375,0,0,0,0,0 +171376,0,0,0,0,0 +171377,0,0,0,0,0 +171378,0,0,0,0,0 +171379,0,0,0,0,0 +171380,0,0,0,0,0 +171381,0,0,0,0,0 +171382,0,0,0,0,0 +171383,0,0,0,0,0 +171384,0,0,0,0,0 +171385,0,0,0,0,0 +171386,0,0,0,0,0 +171387,0,0,0,0,0 +171388,0,0,0,0,0 +171389,0,0,0,0,0 +171390,0,0,0,0,0 +171391,0,0,0,0,0 +171392,0,0,0,0,0 +171393,0,0,0,0,0 +171394,0,0,0,0,0 +171395,0,0,0,0,0 +171396,0,0,0,0,0 +171397,0,0,0,0,0 +171398,0,0,0,0,0 +171399,0,0,0,0,0 +171400,0,0,0,0,0 +171401,0,0,0,0,0 +171402,0,0,0,0,0 +171403,0,0,0,0,0 +171404,0,0,0,0,0 +171405,0,0,0,0,0 +171406,0,0,0,0,0 +171407,0,0,0,0,0 +171408,0,0,0,0,0 +171409,0,0,0,0,0 +171410,0,0,0,0,0 +171411,0,0,0,0,0 +171412,0,0,0,0,0 +171413,0,0,0,0,0 +171414,0,0,0,0,0 +171415,0,0,0,0,0 +171416,0,0,0,0,0 +171417,0,0,0,0,0 +171418,0,0,0,0,0 +171419,0,0,0,0,0 +171420,0,0,0,0,0 +171421,0,0,0,0,0 +171422,0,0,0,0,0 +171423,0,0,0,0,0 +171424,0,0,0,0,0 +171425,0,0,0,0,0 +171426,0,0,0,0,0 +171427,0,0,0,0,0 +171428,0,0,0,0,0 +171429,0,0,0,0,0 +171430,0,0,0,0,0 +171431,0,0,0,0,0 +171432,0,0,0,0,0 +171433,0,0,0,0,0 +171434,0,0,0,0,0 +171435,0,0,0,0,0 +171436,0,0,0,0,0 +171437,0,0,0,0,0 +171438,0,0,0,0,0 +171439,0,0,0,0,0 +171440,0,0,0,0,0 +171441,0,0,0,0,0 +171442,0,0,0,0,0 +171443,0,0,0,0,0 +171444,0,0,0,0,0 +171445,0,0,0,0,0 +171446,0,0,0,0,0 +171447,0,0,0,0,0 +171448,0,0,0,0,0 +171449,0,0,0,0,0 +171450,0,0,0,0,0 +171451,0,0,0,0,0 +171452,0,0,0,0,0 +171453,0,0,0,0,0 +171454,0,0,0,0,0 +171455,0,0,0,0,0 +171456,0,0,0,0,0 +171457,0,0,0,0,0 +171458,0,0,0,0,0 +171459,0,0,0,0,0 +171460,0,0,0,0,0 +171461,0,0,0,0,0 +171462,0,0,0,0,0 +171463,0,0,0,0,0 +171464,0,0,0,0,0 +171465,0,0,0,0,0 +171466,0,0,0,0,0 +171467,0,0,0,0,0 +171468,0,0,0,0,0 +171469,0,0,0,0,0 +171470,0,0,0,0,0 +171471,0,0,0,0,0 +171472,0,0,0,0,0 +171473,0,0,0,0,0 +171474,0,0,0,0,0 +171475,0,0,0,0,0 +171476,0,0,0,0,0 +171477,0,0,0,0,0 +171478,0,0,0,0,0 +171479,0,0,0,0,0 +171480,0,0,0,0,0 +171481,0,0,0,0,0 +171482,0,0,0,0,0 +171483,0,0,0,0,0 +171484,0,0,0,0,0 +171485,0,0,0,0,0 +171486,0,0,0,0,0 +171487,0,0,0,0,0 +171488,0,0,0,0,0 +171489,0,0,0,0,0 +171490,0,0,0,0,0 +171491,0,0,0,0,0 +171492,0,0,0,0,0 +171493,0,0,0,0,0 +171494,0,0,0,0,0 +171495,0,0,0,0,0 +171496,0,0,0,0,0 +171497,0,0,0,0,0 +171498,0,0,0,0,0 +171499,0,0,0,0,0 +171500,0,0,0,0,0 +171501,0,0,0,0,0 +171502,0,0,0,0,0 +171503,0,0,0,0,0 +171504,0,0,0,0,0 +171505,0,0,0,0,0 +171506,0,0,0,0,0 +171507,0,0,0,0,0 +171508,0,0,0,0,0 +171509,0,0,0,0,0 +171510,0,0,0,0,0 +171511,0,0,0,0,0 +171512,0,0,0,0,0 +171513,0,0,0,0,0 +171514,0,0,0,0,0 +171515,0,0,0,0,0 +171516,0,0,0,0,0 +171517,0,0,0,0,0 +171518,0,0,0,0,0 +171519,0,0,0,0,0 +171520,0,0,0,0,0 +171521,0,0,0,0,0 +171522,0,0,0,0,0 +171523,0,0,0,0,0 +171524,0,0,0,0,0 +171525,0,0,0,0,0 +171526,0,0,0,0,0 +171527,0,0,0,0,0 +171528,0,0,0,0,0 +171529,0,0,0,0,0 +171530,0,0,0,0,0 +171531,0,0,0,0,0 +171532,0,0,0,0,0 +171533,0,0,0,0,0 +171534,0,0,0,0,0 +171535,0,0,0,0,0 +171536,0,0,0,0,0 +171537,0,0,0,0,0 +171538,0,0,0,0,0 +171539,0,0,0,0,0 +171540,0,0,0,0,0 +171541,0,0,0,0,0 +171542,0,0,0,0,0 +171543,0,0,0,0,0 +171544,0,0,0,0,0 +171545,0,0,0,0,0 +171546,0,0,0,0,0 +171547,0,0,0,0,0 +171548,0,0,0,0,0 +171549,0,0,0,0,0 +171550,0,0,0,0,0 +171551,0,0,0,0,0 +171552,0,0,0,0,0 +171553,0,0,0,0,0 +171554,0,0,0,0,0 +171555,0,0,0,0,0 +171556,0,0,0,0,0 +171557,0,0,0,0,0 +171558,0,0,0,0,0 +171559,0,0,0,0,0 +171560,0,0,0,0,0 +171561,0,0,0,0,0 +171562,0,0,0,0,0 +171563,0,0,0,0,0 +171564,0,0,0,0,0 +171565,0,0,0,0,0 +171566,0,0,0,0,0 +171567,0,0,0,0,0 +171568,0,0,0,0,0 +171569,0,0,0,0,0 +171570,0,0,0,0,0 +171571,0,0,0,0,0 +171572,0,0,0,0,0 +171573,0,0,0,0,0 +171574,0,0,0,0,0 +171575,0,0,0,0,0 +171576,0,0,0,0,0 +171577,0,0,0,0,0 +171578,0,0,0,0,0 +171579,0,0,0,0,0 +171580,0,0,0,0,0 +171581,0,0,0,0,0 +171582,0,0,0,0,0 +171583,0,0,0,0,0 +171584,0,0,0,0,0 +171585,0,0,0,0,0 +171586,0,0,0,0,0 +171587,0,0,0,0,0 +171588,0,0,0,0,0 +171589,0,0,0,0,0 +171590,0,0,0,0,0 +171591,0,0,0,0,0 +171592,0,0,0,0,0 +171593,0,0,0,0,0 +171594,0,0,0,0,0 +171595,0,0,0,0,0 +171596,0,0,0,0,0 +171597,0,0,0,0,0 +171598,0,0,0,0,0 +171599,0,0,0,0,0 +171600,0,0,0,0,0 +171601,0,0,0,0,0 +171602,0,0,0,0,0 +171603,0,0,0,0,0 +171604,0,0,0,0,0 +171605,0,0,0,0,0 +171606,0,0,0,0,0 +171607,0,0,0,0,0 +171608,0,0,0,0,0 +171609,0,0,0,0,0 +171610,0,0,0,0,0 +171611,0,0,0,0,0 +171612,0,0,0,0,0 +171613,0,0,0,0,0 +171614,0,0,0,0,0 +171615,0,0,0,0,0 +171616,0,0,0,0,0 +171617,0,0,0,0,0 +171618,0,0,0,0,0 +171619,0,0,0,0,0 +171620,0,0,0,0,0 +171621,0,0,0,0,0 +171622,0,0,0,0,0 +171623,0,0,0,0,0 +171624,0,0,0,0,0 +171625,0,0,0,0,0 +171626,0,0,0,0,0 +171627,0,0,0,0,0 +171628,0,0,0,0,0 +171629,0,0,0,0,0 +171630,0,0,0,0,0 +171631,0,0,0,0,0 +171632,0,0,0,0,0 +171633,0,0,0,0,0 +171634,0,0,0,0,0 +171635,0,0,0,0,0 +171636,0,0,0,0,0 +171637,0,0,0,0,0 +171638,0,0,0,0,0 +171639,0,0,0,0,0 +171640,0,0,0,0,0 +171641,0,0,0,0,0 +171642,0,0,0,0,0 +171643,0,0,0,0,0 +171644,0,0,0,0,0 +171645,0,0,0,0,0 +171646,0,0,0,0,0 +171647,0,0,0,0,0 +171648,0,0,0,0,0 +171649,0,0,0,0,0 +171650,0,0,0,0,0 +171651,0,0,0,0,0 +171652,0,0,0,0,0 +171653,0,0,0,0,0 +171654,0,0,0,0,0 +171655,0,0,0,0,0 +171656,0,0,0,0,0 +171657,0,0,0,0,0 +171658,0,0,0,0,0 +171659,0,0,0,0,0 +171660,0,0,0,0,0 +171661,0,0,0,0,0 +171662,0,0,0,0,0 +171663,0,0,0,0,0 +171664,0,0,0,0,0 +171665,0,0,0,0,0 +171666,0,0,0,0,0 +171667,0,0,0,0,0 +171668,0,0,0,0,0 +171669,0,0,0,0,0 +171670,0,0,0,0,0 +171671,0,0,0,0,0 +171672,0,0,0,0,0 +171673,0,0,0,0,0 +171674,0,0,0,0,0 +171675,0,0,0,0,0 +171676,0,0,0,0,0 +171677,0,0,0,0,0 +171678,0,0,0,0,0 +171679,0,0,0,0,0 +171680,0,0,0,0,0 +171681,0,0,0,0,0 +171682,0,0,0,0,0 +171683,0,0,0,0,0 +171684,0,0,0,0,0 +171685,0,0,0,0,0 +171686,0,0,0,0,0 +171687,0,0,0,0,0 +171688,0,0,0,0,0 +171689,0,0,0,0,0 +171690,0,0,0,0,0 +171691,0,0,0,0,0 +171692,0,0,0,0,0 +171693,0,0,0,0,0 +171694,0,0,0,0,0 +171695,0,0,0,0,0 +171696,0,0,0,0,0 +171697,0,0,0,0,0 +171698,0,0,0,0,0 +171699,0,0,0,0,0 +171700,0,0,0,0,0 +171701,0,0,0,0,0 +171702,0,0,0,0,0 +171703,0,0,0,0,0 +171704,0,0,0,0,0 +171705,0,0,0,0,0 +171706,0,0,0,0,0 +171707,0,0,0,0,0 +171708,0,0,0,0,0 +171709,0,0,0,0,0 +171710,0,0,0,0,0 +171711,0,0,0,0,0 +171712,0,0,0,0,0 +171713,0,0,0,0,0 +171714,0,0,0,0,0 +171715,0,0,0,0,0 +171716,0,0,0,0,0 +171717,0,0,0,0,0 +171718,0,0,0,0,0 +171719,0,0,0,0,0 +171720,0,0,0,0,0 +171721,0,0,0,0,0 +171722,0,0,0,0,0 +171723,0,0,0,0,0 +171724,0,0,0,0,0 +171725,0,0,0,0,0 +171726,0,0,0,0,0 +171727,0,0,0,0,0 +171728,0,0,0,0,0 +171729,0,0,0,0,0 +171730,0,0,0,0,0 +171731,0,0,0,0,0 +171732,0,0,0,0,0 +171733,0,0,0,0,0 +171734,0,0,0,0,0 +171735,0,0,0,0,0 +171736,0,0,0,0,0 +171737,0,0,0,0,0 +171738,0,0,0,0,0 +171739,0,0,0,0,0 +171740,0,0,0,0,0 +171741,0,0,0,0,0 +171742,0,0,0,0,0 +171743,0,0,0,0,0 +171744,0,0,0,0,0 +171745,0,0,0,0,0 +171746,0,0,0,0,0 +171747,0,0,0,0,0 +171748,0,0,0,0,0 +171749,0,0,0,0,0 +171750,0,0,0,0,0 +171751,0,0,0,0,0 +171752,0,0,0,0,0 +171753,0,0,0,0,0 +171754,0,0,0,0,0 +171755,0,0,0,0,0 +171756,0,0,0,0,0 +171757,0,0,0,0,0 +171758,0,0,0,0,0 +171759,0,0,0,0,0 +171760,0,0,0,0,0 +171761,0,0,0,0,0 +171762,0,0,0,0,0 +171763,0,0,0,0,0 +171764,0,0,0,0,0 +171765,0,0,0,0,0 +171766,0,0,0,0,0 +171767,0,0,0,0,0 +171768,0,0,0,0,0 +171769,0,0,0,0,0 +171770,0,0,0,0,0 +171771,0,0,0,0,0 +171772,0,0,0,0,0 +171773,0,0,0,0,0 +171774,0,0,0,0,0 +171775,0,0,0,0,0 +171776,0,0,0,0,0 +171777,0,0,0,0,0 +171778,0,0,0,0,0 +171779,0,0,0,0,0 +171780,0,0,0,0,0 +171781,0,798.7445619,0,0,0 +171782,0,0,0,0,0 +171783,0,0,0,0,0 +171784,0,325.1438242,0,0,0 +171785,0,200.6985877,0,0,0 +171786,0,228.8535311,0,0,0 +171787,0,246.5117799,0,0,0 +171788,0,260.974597,0,0,0 +171789,0,274.5150064,0,0,0 +171790,0,288.8089872,0,0,0 +171791,0,302.5407964,11.35843255,0,0 +171792,0,316.308596,278.303335,0,0 +171793,0,329.8780669,141.9824003,0,0 +171794,0,343.8699414,202.5781822,0,0 +171795,0,357.3143987,220.9439917,0,0 +171796,0,367.5738332,233.9876534,0,0 +171797,0,380.3252052,250.4183498,0,0 +171798,0,393.8419285,266.1221555,0,0 +171799,0,406.8593817,282.4375553,0,0 +171800,0,420.0853241,298.1475393,0,0 +171801,0,432.9783703,313.737255,0,0 +171802,0,446.8261555,329.0024558,0,0 +171803,0,459.2752658,344.1448618,0,0 +171804,0,472.6090959,359.332478,0,0 +171805,0,485.5961178,373.4352574,0,0 +171806,0,498.6018337,388.0634759,0,0 +171807,0,511.5759859,402.2577801,0,0 +171808,0,524.2138052,416.1580884,0,0 +171809,0,537.6447606,429.9494822,0,0 +171810,0,550.2665721,443.5415676,0,0 +171811,0,562.031868,455.1550621,0,0 +171812,0,573.5091009,466.4338205,0,0 +171813,0,584.8089242,477.355938,0,0 +171814,0,596.0826555,488.0701447,0,0 +171815,0,607.16861,498.1548373,0,0 +171816,0,618.1473803,515.9146861,0,0 +171817,0,629.1219673,513.0526087,0,0 +171818,0,639.920805,524.20038,0,0 +171819,0,650.6213097,540.806414,0,0 +171820,0,667.457609,545.7030241,0,0 +171821,0,681.5319063,555.4861098,0,0 +171822,0,695.4464363,564.6418305,0,0 +171823,0,709.3501906,572.927471,0,0 +171824,0,722.9922388,581.6097504,0,0 +171825,0,736.6658158,589.4734582,0,0 +171826,0,750.0800588,597.8487409,0,0 +171827,0,763.069773,605.3498908,0,0 +171828,0,776.981554,613.1887017,0,0 +171829,0,789.8228012,620.5443519,0,0 +171830,0,802.9179399,627.8456168,0,0 +171831,0,815.9523751,634.8473365,0,0 +171832,0,828.7877955,641.8035499,0,0 +171833,0,841.5657873,648.6162859,0,0 +171834,0,854.1867048,655.1623025,0,0 +171835,0,866.9043477,661.3607254,0,0 +171836,0,879.2156245,667.9493501,0,0 +171837,0,891.7451617,673.6033541,0,0 +171838,0,904.0049742,686.6395962,0,0 +171839,0,916.2277343,675.337764,0,0 +171840,0,928.3062022,695.5666915,0,0 +171841,0,940.5101034,695.6047305,0,0 +171842,0,952.3045294,701.9454624,0,0 +171843,0,964.3395246,706.9526781,0,0 +171844,0,976.0411194,712.0628533,0,0 +171845,0,987.9245895,717.0721667,0,0 +171846,0,999.3777945,721.8625383,0,0 +171847,0,1011.087158,726.2341027,0,0 +171848,0,1022.513012,730.6845456,0,0 +171849,0,1033.923668,735.3802017,0,0 +171850,0,1045.244605,739.3384526,0,0 +171851,0,1056.420943,743.273009,0,0 +171852,0,1067.745755,752.9176869,0,0 +171853,0,1078.677215,742.4929914,0,0 +171854,0,1089.677983,758.8483354,0,0 +171855,0,1100.689902,757.2809254,0,0 +171856,0,1111.488749,761.6133827,0,0 +171857,0,1122.340198,764.8614237,0,0 +171858,0,1140.449525,767.931872,0,0 +171859,0,1140.09881,771.0768292,0,0 +171860,0,1167.669907,773.9041248,0,0 +171861,0,1154.707909,776.6902759,0,0 +171862,0,1167.500342,779.3402775,0,0 +171863,0,1192.059495,783.7639,0,0 +171864,0,1193.285199,782.2653987,0,0 +171865,0,1205.700326,786.6701187,0,0 +171866,0,1215.699254,789.116806,0,0 +171867,0,1225.696061,790.6750298,0,0 +171868,0,1235.814533,792.7085088,0,0 +171869,0,1245.519664,794.6771945,0,0 +171870,0,1255.461646,796.3491456,0,0 +171871,0,1264.061136,797.6248337,0,0 +171872,0,1272.806342,798.7011368,0,0 +171873,0,1281.205181,799.6438832,0,0 +171874,0,1289.33181,800.4730608,0,0 +171875,0,1297.474599,801.1943866,0,0 +171876,0,1305.48345,801.7289035,0,0 +171877,0,1313.081194,802.3806556,0,0 +171878,0,1320.930689,802.737389,0,0 +171879,0,1328.396142,803.3420704,0,0 +171880,0,1335.903229,802.9230253,0,0 +171881,0,1343.063883,805.4358425,0,0 +171882,0,1350.290849,800.8613578,0,0 +171883,0,1357.237493,809.3021334,0,0 +171884,0,1364.373135,796.2450805,0,0 +171885,0,1370.991091,816.1028629,0,0 +171886,0,1377.764589,787.7816895,0,0 +171887,0,1384.331864,809.6833719,0,0 +171888,0,1390.802058,800.7172935,0,0 +171889,0,1397.249405,801.6465997,0,0 +171890,0,1403.281078,801.1522883,0,0 +171891,0,1409.618502,800.5156732,0,0 +171892,0,1415.575769,799.8189852,0,0 +171893,0,1421.519923,799.0577587,0,0 +171894,0,1427.345631,798.2329105,0,0 +171895,0,1433.155513,797.3465619,0,0 +171896,0,1438.641821,796.4005278,0,0 +171897,0,1444.224231,795.3960009,0,0 +171898,0,1449.624691,794.3351467,0,0 +171899,0,1454.848469,793.2188371,0,0 +171900,0,1460.198038,792.0507921,0,0 +171901,0,1465.359254,791.0693383,0,0 +171902,0,1470.608769,789.8783016,0,0 +171903,0,1475.526719,788.8471531,0,0 +171904,0,1480.549862,787.6965572,0,0 +171905,0,1485.397228,786.5183747,0,0 +171906,0,1490.165547,785.2980923,0,0 +171907,0,1494.840299,791.0898526,0,0 +171908,0,1499.422277,771.960985,0,0 +171909,0,1503.911519,786.8060149,0,0 +171910,0,1508.305605,778.7913573,0,0 +171911,0,1512.614797,778.6319897,0,0 +171912,0,1516.828185,777.1705392,0,0 +171913,0,1520.952716,775.7044864,0,0 +171914,0,1524.98728,774.2030738,0,0 +171915,0,1528.932246,772.6747536,0,0 +171916,0,1532.78844,771.1211955,0,0 +171917,0,1536.556588,769.5435451,0,0 +171918,0,1540.236881,767.9439521,0,0 +171919,0,1543.830012,766.408165,0,0 +171920,0,1547.431882,764.6441572,0,0 +171921,0,1553.044596,763.0530184,0,0 +171922,0,1553.196876,761.3696476,0,0 +171923,0,1563.680228,759.6884791,0,0 +171924,0,1551.677914,757.9965595,0,0 +171925,0,1588.476159,756.3767899,0,0 +171926,0,1534.38692,754.5483485,0,0 +171927,0,1591.068359,750.716996,0,0 +171928,0,1575.511271,756.4085051,0,0 +171929,0,1582.63452,734.4985694,0,0 +171930,0,1585.877014,750.5854533,0,0 +171931,0,1588.621411,740.7157207,0,0 +171932,0,1591.434973,739.3526505,0,0 +171933,0,1588.230804,739.2140505,0,0 +171934,0,1589.606114,737.0172952,0,0 +171935,0,1591.595896,734.5854613,0,0 +171936,0,1593.506794,732.0690377,0,0 +171937,0,1595.377133,729.5144139,0,0 +171938,0,1597.196009,727.021075,0,0 +171939,0,1598.818453,724.3132094,0,0 +171940,0,1600.628651,721.7815543,0,0 +171941,0,1602.263566,719.0972289,0,0 +171942,0,1603.685013,716.6246596,0,0 +171943,0,1605.285073,714.0627654,0,0 +171944,0,1606.57599,711.3852496,0,0 +171945,0,1608.035861,708.8856483,0,0 +171946,0,1609.186764,706.3310309,0,0 +171947,0,1610.503958,703.8867165,0,0 +171948,0,1611.514801,701.2770986,0,0 +171949,0,1612.689595,698.8637073,0,0 +171950,0,1613.560866,696.4115578,0,0 +171951,0,1614.593798,694.0056289,0,0 +171952,0,1615.326151,691.637653,0,0 +171953,0,1616.319107,689.3078092,0,0 +171954,0,1616.765166,687.0209119,0,0 +171955,0,1617.589085,684.7798946,0,0 +171956,0,1618.030246,682.588183,0,0 +171957,0,1618.659025,688.9945689,0,0 +171958,0,1618.966901,665.4932734,0,0 +171959,0,1619.455269,682.6965784,0,0 +171960,0,1619.627451,673.1090353,0,0 +171961,0,1619.511714,671.8435898,0,0 +171962,0,1619.210852,668.9850213,0,0 +171963,0,1618.838025,666.3052022,0,0 +171964,0,1618.358039,663.711773,0,0 +171965,0,1617.828788,661.0751364,0,0 +171966,0,1617.200574,658.5237145,0,0 +171967,0,1616.510688,656.1286673,6.48597355,0 +171968,0,1615.7508,653.6435591,43.12521583,0 +171969,0,1614.817141,651.3995077,26.53878501,0 +171970,0,1614.064286,649.1809755,35.14060405,0 +171971,89.71214273,1613.045709,647.1240151,38.81933444,0 +171972,66.7105941,1612.012327,645.0873278,42.00458183,0 +171973,74.28417491,1610.90128,643.1673607,45.1631683,0 +171974,85.11279596,1609.720364,641.2784077,48.19464975,0 +171975,91.82017268,1608.468669,639.7355242,51.28307996,0 +171976,98.28020326,1607.146808,637.9665044,54.20913505,0 +171977,104.6847603,1605.754605,636.5269503,57.21320716,0 +171978,110.9032417,1604.292495,635.1240433,60.04365292,0 +171979,117.338145,1602.760128,633.8480479,62.97057051,0 +171980,123.1670935,1601.157858,632.6907637,65.76123449,0 +171981,129.4474414,1599.484955,624.4473618,68.50077986,0 +171982,135.316146,1597.74011,622.7527374,71.36378589,0 +171983,141.2549594,1595.924979,621.8995991,73.91446709,0 +171984,147.0985698,1594.039765,621.232958,76.70664586,0 +171985,152.8947329,1592.083465,620.7050175,79.30215831,0 +171986,158.6240813,1590.057051,620.2001819,81.92183135,0 +171987,164.3119157,1587.959418,619.9323694,84.49222498,0 +171988,169.8103553,1585.69087,619.5722988,86.98696494,0 +171989,175.6007834,1583.594855,619.3262146,89.64774003,0 +171990,181.173114,1581.212872,619.1161839,91.93887864,0 +171991,187.5964207,1579.245112,620.7062192,95.26077007,0 +171992,194.1564739,1577.245459,622.3620153,98.55632183,0 +171993,200.9584495,1575.195689,624.3276563,101.7612426,0 +171994,207.4531493,1573.088522,626.3509693,104.971258,0 +171995,214.101521,1570.918525,628.4216525,108.549603,0 +171996,220.5305454,1568.683579,630.7468224,111.5414712,0 +171997,227.5592533,1588.017632,632.9999665,115.0129981,0 +171998,233.6923075,1532.31952,635.3900947,118.2760842,0 +171999,240.3870838,1577.306491,637.8351049,121.723901,0 +172000,246.8453967,1563.766863,640.3441862,124.8262571,0 +172001,253.3034341,1544.418534,642.913906,128.226774,0 +172002,259.5284853,1573.154819,645.5339929,131.5721342,0 +172003,267.7993569,1536.286175,642.0851765,132.1976454,0 +172004,274.3135985,1586.125307,643.8256174,135.1047633,0 +172005,281.0248456,1521.276019,645.9774506,137.9068969,0 +172006,287.6810724,1588.237938,648.5172768,141.2402905,0 +172007,294.3142953,1513.822469,651.0877084,144.2918467,0 +172008,300.9230189,1579.274133,653.7524016,147.4663216,0 +172009,307.2614557,1515.925193,656.3394875,150.5305384,0 +172010,314.4461868,1559.683704,659.308577,153.961526,0 +172011,320.4244002,1527.183613,662.1032197,156.8852228,0 +172012,327.1269859,1540.332995,664.9391919,160.1598262,0 +172013,333.6035622,1532.143542,668.0201283,163.3110937,0 +172014,340.0363697,1530.184642,670.8306215,166.3761273,0 +172015,346.464391,1527.192458,673.9142981,169.711933,0 +172016,352.833147,1524.120214,680.3507707,172.7953351,0 +172017,359.2430026,1520.975726,675.6606737,175.9800805,0 +172018,365.5617864,1517.759155,684.7374789,179.141927,0 +172019,371.8460514,1514.471025,686.4351054,182.2951008,0 +172020,378.1718862,1511.11244,689.5185668,185.4562494,0 +172021,384.2683004,1507.792975,693.309544,188.7761813,0 +172022,391.4663561,1504.08205,696.640014,191.910961,0 +172023,397.5136882,1500.741508,700.3177821,195.2254356,0 +172024,403.927295,1497.048671,703.7060012,198.3524296,0 +172025,410.5766869,1493.386572,707.3739436,201.5217613,0 +172026,416.7421845,1489.644779,710.9349984,204.8552338,0 +172027,423.0995198,1485.838031,714.672606,208.0434517,0 +172028,429.5535352,1481.967435,718.1146258,211.1780462,0 +172029,435.7475738,1478.033301,722.1561183,214.4642502,0 +172030,441.899818,1474.036569,725.5317131,217.7138092,0 +172031,448.3820368,1469.977594,729.4235015,220.7491309,0 +172032,454.3664689,1465.764823,733.1352584,223.9570651,0 +172033,460.5141477,1461.715431,737.0136489,227.0378368,0 +172034,466.8713674,1457.408685,740.6739378,230.3549683,0 +172035,472.7702009,1453.121729,744.9366653,233.4838169,0 +172036,478.8631706,1448.854616,754.487788,236.5760129,0 +172037,484.8319849,1444.304122,742.7491856,239.8160557,0 +172038,491.0717448,1439.894147,761.1435137,242.8667561,0 +172039,496.9397098,1435.348465,759.0615415,246.093021,0 +172040,502.7794411,1430.759166,764.1437777,249.1307809,0 +172041,508.7132393,1426.022195,768.0272736,252.3428581,0 +172042,514.6214321,1421.455078,772.0686938,255.3673564,0 +172043,520.3199991,1416.635797,776.0093099,258.5649377,0 +172044,526.2455732,1411.841903,779.6907127,261.4054919,0 +172045,531.5687429,1406.981049,791.6486623,264.8558013,0 +172046,537.9794508,1402.068727,776.6414769,267.7190363,0 +172047,543.2862464,1397.194092,797.612825,270.9204361,0 +172048,549.2262476,1391.959838,794.9272111,273.9034651,0 +172049,554.698722,1387.088321,800.1370371,277.0583135,0 +172050,560.3922106,1381.896147,806.6288439,280.0276734,0 +172051,565.3991282,1376.561423,802.0677115,282.1606593,0 +172052,570.2205551,1371.106626,809.5485269,284.1320551,0 +172053,575.0109032,1365.561232,808.5430305,286.0119332,0 +172054,579.7274387,1359.836263,810.3020011,287.8224525,0 +172055,584.3817302,1354.236916,811.4823067,289.5734589,0 +172056,588.9305891,1348.445705,812.6037684,291.270707,0 +172057,593.5845059,1342.431173,813.643052,292.918247,0 +172058,597.9570744,1336.497988,814.6139337,294.5188502,0 +172059,602.3780518,1330.314538,815.6068891,296.0749645,0 +172060,606.8123081,1324.263118,816.2328383,297.5883956,0 +172061,611.0908054,1317.939782,817.2240505,299.0610143,0 +172062,615.4090863,1311.600147,819.2874963,300.494189,0 +172063,619.4924818,1305.240749,816.3996739,301.8894992,0 +172064,623.7598079,1298.505287,828.5695956,303.0410022,0 +172065,627.8157669,1292.066389,806.8380948,304.6826063,0 +172066,631.8736502,1285.286297,826.6856832,305.8104078,0 +172067,635.8210133,1278.504985,825.2211102,307.1045013,0 +172068,639.8438282,1271.539044,812.3869618,308.3263529,0 +172069,643.7495127,1264.691088,826.1987089,309.518527,0 +172070,647.523059,1257.661644,821.0090596,310.6793066,0 +172071,651.3531786,1250.342736,822.4674726,312.025665,0 +172072,655.0326852,1243.292075,822.7187565,312.798184,0 +172073,658.8012493,1235.923422,823.0060997,314.0355177,0 +172074,662.3997,1228.552721,823.2438545,315.042109,0 +172075,665.9964272,1221.087084,823.4508615,316.0596336,0 +172076,669.5856574,1213.548888,823.625368,317.0493886,0 +172077,672.9373852,1205.929266,823.7691056,318.0130286,0 +172078,676.4168852,1198.150692,823.8162783,318.9182935,0 +172079,679.8167003,1190.495493,823.9541929,319.8783968,0 +172080,683.0897739,1182.66858,823.9476566,320.7029032,0 +172081,686.0222338,1174.356229,823.6660405,321.4779877,0 +172082,688.6268175,1166.317058,823.1197241,322.1040337,0 +172083,691.2668975,1157.988981,822.6166817,322.7471359,0 +172084,687.5575161,1162.822052,825.196104,324.694756,0 +172085,689.0782271,1112.454582,825.1462463,325.5128243,0 +172086,691.170548,1154.296745,824.8415555,326.2060468,0 +172087,693.3313595,1097.681029,824.4079512,326.8633022,0 +172088,695.6558604,1121.109334,823.9091764,327.4234358,0 +172089,697.9016643,1100.582055,823.3592767,328.0012956,0 +172090,700.0352752,1094.116365,822.7656578,328.5277554,0 +172091,702.2561058,1085.402978,822.1314172,329.0295754,0 +172092,704.3895187,1076.732798,821.4587894,329.5035055,0 +172093,706.4952801,1067.849044,830.248565,329.9505816,0 +172094,708.560595,1058.999862,812.2285864,330.3709163,0 +172095,710.5851325,1050.219498,816.1737507,330.7652501,0 +172096,712.5666651,1041.329398,821.9065848,331.1335433,0 +172097,714.4487287,1032.293413,816.3647455,331.4764462,0 +172098,716.428537,1023.35445,816.6739682,331.7937892,0 +172099,718.2338095,1014.3191,815.8063889,332.0861658,0 +172100,720.0452911,1005.259645,814.6407271,332.3533629,0 +172101,721.8005035,996.1663815,813.8476022,332.5959303,0 +172102,710.4953631,981.8360217,810.9986379,332.0693213,0 +172103,710.5965189,971.9611049,810.1930974,332.3572433,0 +172104,711.8495787,962.8953498,809.5997985,332.7409211,0 +172105,713.2648318,955.8377201,809.069854,333.1381257,0 +172106,714.9334223,948.9945416,808.539434,333.528136,0 +172107,716.5129216,942.0925927,807.9921115,333.9031058,0 +172108,718.1556121,935.2101698,807.4171251,334.2813876,0 +172109,719.783521,928.3237179,806.8093458,334.579366,0 +172110,721.3958198,921.4368423,814.5126371,334.9053743,0 +172111,723.0979901,914.8909676,793.6972984,335.5632384,0 +172112,724.8288232,908.2860823,812.9957523,336.2883764,0 +172113,726.5769744,901.8703383,812.853058,337.0410338,0 +172114,728.3373586,895.3975323,796.8591537,337.8107625,0 +172115,730.1666409,889.1894243,813.499866,338.5934256,0 +172116,731.8604229,882.8463964,807.5151118,339.3868037,0 +172117,733.6955189,876.5735603,809.3711686,340.1887012,0 +172118,735.4253011,870.4433149,809.9503745,340.9974233,0 +172119,737.3238075,864.1350282,810.6248567,341.8136888,0 +172120,739.0964822,858.1288093,811.3045988,342.6592765,0 +172121,740.9340933,852.0014801,812.0115485,343.4510977,0 +172122,742.7712552,846.0394861,812.7405369,344.3012452,0 +172123,744.6200199,839.9850065,813.4915796,345.1341204,0 +172124,746.4801564,834.0531682,814.2625,345.9746902,0 +172125,748.3542268,828.3106696,815.140069,346.8189796,0 +172126,750.2428056,822.3854963,815.8152328,347.6661949,0 +172127,752.1488717,816.6820396,816.6238043,348.5164405,0 +172128,754.0736742,811.0317972,818.1017676,349.3689682,0 +172129,756.0202595,805.3232802,818.1122741,350.2239479,0 +172130,757.9760766,799.7358293,822.974121,351.1048513,0 +172131,759.8741607,794.2947007,814.1486525,351.9268092,0 +172132,761.9230694,788.8605136,824.1574089,352.8049889,0 +172133,776.5796728,785.5400093,822.795578,354.3420743,0 +172134,780.4278651,780.5693962,824.9547474,355.3999647,0 +172135,783.6093025,775.4486623,826.1671545,356.4341241,0 +172136,786.6724203,770.5422265,828.6331657,357.464291,0 +172137,789.499008,765.4545807,827.6351417,358.495958,0 +172138,792.3218684,760.5831364,830.6745078,359.5311582,0 +172139,795.0934458,756.2100274,831.6556252,360.5960855,0 +172140,797.8339894,750.7146416,833.0059194,361.604124,0 +172141,0,0,0,0,0 +172142,0,0,0,0,0 +172143,0,0,0,0,0 +172144,0,0,0,0,0 +172145,0,0,0,0,0 +172146,0,0,0,0,0 +172147,0,0,0,0,0 +172148,0,0,0,0,0 +172149,0,0,0,0,0 +172150,0,0,0,0,0 +172151,0,0,0,0,0 +172152,0,0,0,0,0 +172153,0,0,0,0,0 +172154,0,0,0,0,0 +172155,0,0,0,0,0 +172156,0,0,0,0,0 +172157,0,0,0,0,0 +172158,0,0,0,0,0 +172159,0,0,0,0,0 +172160,0,0,0,0,0 +172161,0,0,0,0,0 +172162,0,0,0,0,0 +172163,0,0,0,0,0 +172164,0,0,0,0,0 +172165,0,0,0,0,0 +172166,0,0,0,0,0 +172167,0,0,0,0,0 +172168,0,0,0,0,0 +172169,0,0,0,0,0 +172170,0,0,0,0,0 +172171,0,0,0,0,0 +172172,0,0,0,0,0 +172173,0,0,0,0,0 +172174,0,0,0,0,0 +172175,0,0,0,0,0 +172176,0,0,0,0,0 +172177,0,0,0,0,0 +172178,0,0,0,0,0 +172179,0,0,0,0,0 +172180,0,0,0,0,0 +172181,0,0,0,0,0 +172182,0,0,0,0,0 +172183,0,0,0,0,0 +172184,0,0,0,0,0 +172185,0,0,0,0,0 +172186,0,0,0,0,0 +172187,0,0,0,0,0 +172188,0,0,0,0,0 +172189,0,0,0,0,0 +172190,0,0,0,0,0 +172191,0,0,0,0,0 +172192,0,0,0,0,0 +172193,0,0,0,0,0 +172194,0,0,0,0,0 +172195,0,0,0,0,0 +172196,0,0,0,0,0 +172197,0,0,0,0,0 +172198,0,0,0,0,0 +172199,0,0,0,0,0 +172200,0,0,0,0,0 +172201,0,0,0,0,0 +172202,0,0,0,0,0 +172203,0,0,0,0,0 +172204,0,0,0,0,0 +172205,0,0,0,0,0 +172206,0,0,0,0,0 +172207,0,0,0,0,0 +172208,0,0,0,0,0 +172209,0,0,0,0,0 +172210,0,0,0,0,0 +172211,0,0,0,0,0 +172212,0,0,0,0,0 +172213,0,0,0,0,0 +172214,0,0,0,0,0 +172215,0,0,0,0,0 +172216,0,0,0,0,0 +172217,0,0,0,0,0 +172218,0,0,0,0,0 +172219,0,0,0,0,0 +172220,0,0,0,0,0 +172221,0,0,0,0,0 +172222,0,0,0,0,0 +172223,0,0,0,0,0 +172224,0,0,0,0,0 +172225,0,0,0,0,0 +172226,0,0,0,0,0 +172227,0,0,0,0,0 +172228,0,0,0,0,0 +172229,0,0,0,0,0 +172230,0,0,0,0,0 +172231,0,0,0,0,0 +172232,0,0,0,0,0 +172233,0,0,0,0,0 +172234,0,0,0,0,0 +172235,0,0,0,0,0 +172236,0,0,0,0,0 +172237,0,0,0,0,0 +172238,0,0,0,0,0 +172239,0,0,0,0,0 +172240,0,0,0,0,0 +172241,0,0,0,0,0 +172242,0,0,0,0,0 +172243,0,0,0,0,0 +172244,0,0,0,0,0 +172245,0,0,0,0,0 +172246,0,0,0,0,0 +172247,0,0,0,0,0 +172248,0,0,0,0,0 +172249,0,0,0,0,0 +172250,0,0,0,0,0 +172251,0,0,0,0,0 +172252,0,0,0,0,0 +172253,0,0,0,0,0 +172254,0,0,0,0,0 +172255,0,0,0,0,0 +172256,0,0,0,0,0 +172257,0,0,0,0,0 +172258,0,0,0,0,0 +172259,0,0,0,0,0 +172260,0,0,0,0,0 +172261,0,0,0,0,0 +172262,0,0,0,0,0 +172263,0,0,0,0,0 +172264,0,0,0,0,0 +172265,0,0,0,0,0 +172266,0,0,0,0,0 +172267,0,0,0,0,0 +172268,0,0,0,0,0 +172269,0,0,0,0,0 +172270,0,0,0,0,0 +172271,0,0,0,0,0 +172272,0,0,0,0,0 +172273,0,0,0,0,0 +172274,0,0,0,0,0 +172275,0,0,0,0,0 +172276,0,0,0,0,0 +172277,0,0,0,0,0 +172278,0,0,0,0,0 +172279,0,0,0,0,0 +172280,0,0,0,0,0 +172281,0,0,0,0,0 +172282,0,0,0,0,0 +172283,0,0,0,0,0 +172284,0,0,0,0,0 +172285,0,0,0,0,0 +172286,0,0,0,0,0 +172287,0,0,0,0,0 +172288,0,0,0,0,0 +172289,0,0,0,0,0 +172290,0,0,0,0,0 +172291,0,0,0,0,0 +172292,0,0,0,0,0 +172293,0,0,0,0,0 +172294,0,0,0,0,0 +172295,0,0,0,0,0 +172296,0,0,0,0,0 +172297,0,0,0,0,0 +172298,0,0,0,0,0 +172299,0,0,0,0,0 +172300,0,0,0,0,0 +172301,0,0,0,0,0 +172302,0,0,0,0,0 +172303,0,0,0,0,0 +172304,0,0,0,0,0 +172305,0,0,0,0,0 +172306,0,0,0,0,0 +172307,0,0,0,0,0 +172308,0,0,0,0,0 +172309,0,0,0,0,0 +172310,0,0,0,0,0 +172311,0,0,0,0,0 +172312,0,0,0,0,0 +172313,0,0,0,0,0 +172314,0,0,0,0,0 +172315,0,0,0,0,0 +172316,0,0,0,0,0 +172317,0,0,0,0,0 +172318,0,0,0,0,0 +172319,0,0,0,0,0 +172320,0,0,0,0,0 +172321,0,0,0,0,0 +172322,0,0,0,0,0 +172323,0,0,0,0,0 +172324,0,0,0,0,0 +172325,0,0,0,0,0 +172326,0,0,0,0,0 +172327,0,0,0,0,0 +172328,0,0,0,0,0 +172329,0,0,0,0,0 +172330,0,0,0,0,0 +172331,0,0,0,0,0 +172332,0,0,0,0,0 +172333,0,0,0,0,0 +172334,0,0,0,0,0 +172335,0,0,0,0,0 +172336,0,0,0,0,0 +172337,0,0,0,0,0 +172338,0,0,0,0,0 +172339,0,0,0,0,0 +172340,0,0,0,0,0 +172341,0,0,0,0,0 +172342,0,0,0,0,0 +172343,0,0,0,0,0 +172344,0,0,0,0,0 +172345,0,0,0,0,0 +172346,0,0,0,0,0 +172347,0,0,0,0,0 +172348,0,0,0,0,0 +172349,0,0,0,0,0 +172350,0,0,0,0,0 +172351,0,0,0,0,0 +172352,0,0,0,0,0 +172353,0,0,0,0,0 +172354,0,0,0,0,0 +172355,0,0,0,0,0 +172356,0,0,0,0,0 +172357,0,0,0,0,0 +172358,0,0,0,0,0 +172359,0,0,0,0,0 +172360,0,0,0,0,0 +172361,0,0,0,0,0 +172362,0,0,0,0,0 +172363,0,0,0,0,0 +172364,0,0,0,0,0 +172365,0,0,0,0,0 +172366,0,0,0,0,0 +172367,0,0,0,0,0 +172368,0,0,0,0,0 +172369,0,0,0,0,0 +172370,0,0,0,0,0 +172371,0,0,0,0,0 +172372,0,0,0,0,0 +172373,0,0,0,0,0 +172374,0,0,0,0,0 +172375,0,0,0,0,0 +172376,0,0,0,0,0 +172377,0,0,0,0,0 +172378,0,0,0,0,0 +172379,0,0,0,0,0 +172380,0,0,0,0,0 +172381,0,0,0,0,0 +172382,0,0,0,0,0 +172383,0,0,0,0,0 +172384,0,0,0,0,0 +172385,0,0,0,0,0 +172386,0,0,0,0,0 +172387,0,0,0,0,0 +172388,0,0,0,0,0 +172389,0,0,0,0,0 +172390,0,0,0,0,0 +172391,0,0,0,0,0 +172392,0,0,0,0,0 +172393,0,0,0,0,0 +172394,0,0,0,0,0 +172395,0,0,0,0,0 +172396,0,0,0,0,0 +172397,0,0,0,0,0 +172398,0,0,0,0,0 +172399,0,0,0,0,0 +172400,0,0,0,0,0 +172401,0,0,0,0,0 +172402,0,0,0,0,0 +172403,0,0,0,0,0 +172404,0,0,0,0,0 +172405,0,0,0,0,0 +172406,0,0,0,0,0 +172407,0,0,0,0,0 +172408,0,0,0,0,0 +172409,0,0,0,0,0 +172410,0,0,0,0,0 +172411,0,0,0,0,0 +172412,0,0,0,0,0 +172413,0,0,0,0,0 +172414,0,0,0,0,0 +172415,0,0,0,0,0 +172416,0,0,0,0,0 +172417,0,0,0,0,0 +172418,0,0,0,0,0 +172419,0,0,0,0,0 +172420,0,0,0,0,0 +172421,0,0,0,0,0 +172422,0,0,0,0,0 +172423,0,0,0,0,0 +172424,0,0,0,0,0 +172425,0,0,0,0,0 +172426,0,0,0,0,0 +172427,0,0,0,0,0 +172428,0,0,0,0,0 +172429,0,0,0,0,0 +172430,0,0,0,0,0 +172431,0,0,0,0,0 +172432,0,0,0,0,0 +172433,0,0,0,0,0 +172434,0,0,0,0,0 +172435,0,0,0,0,0 +172436,0,0,0,0,0 +172437,0,0,0,0,0 +172438,0,0,0,0,0 +172439,0,0,0,0,0 +172440,0,0,0,0,0 +172441,0,0,0,0,0 +172442,0,0,0,0,0 +172443,0,0,0,0,0 +172444,0,0,0,0,0 +172445,0,0,0,0,0 +172446,0,0,0,0,0 +172447,0,0,0,0,0 +172448,0,0,0,0,0 +172449,0,0,0,0,0 +172450,0,0,0,0,0 +172451,0,0,0,0,0 +172452,0,0,0,0,0 +172453,0,0,0,0,0 +172454,0,0,0,0,0 +172455,0,0,0,0,0 +172456,0,0,0,0,0 +172457,0,0,0,0,0 +172458,0,0,0,0,0 +172459,0,0,0,0,0 +172460,0,0,0,0,0 +172461,0,0,0,0,0 +172462,0,0,0,0,0 +172463,0,0,0,0,0 +172464,0,0,0,0,0 +172465,0,0,0,0,0 +172466,0,0,0,0,0 +172467,0,0,0,0,0 +172468,0,0,0,0,0 +172469,0,0,0,0,0 +172470,0,0,0,0,0 +172471,0,0,0,0,0 +172472,0,0,0,0,0 +172473,0,0,0,0,0 +172474,0,0,0,0,0 +172475,0,0,0,0,0 +172476,0,0,0,0,0 +172477,0,0,0,0,0 +172478,0,0,0,0,0 +172479,0,0,0,0,0 +172480,0,0,0,0,0 +172481,0,0,0,0,0 +172482,0,0,0,0,0 +172483,0,0,0,0,0 +172484,0,0,0,0,0 +172485,0,0,0,0,0 +172486,0,0,0,0,0 +172487,0,0,0,0,0 +172488,0,0,0,0,0 +172489,0,0,0,0,0 +172490,0,0,0,0,0 +172491,0,0,0,0,0 +172492,0,0,0,0,0 +172493,0,0,0,0,0 +172494,0,0,0,0,0 +172495,0,0,0,0,0 +172496,0,0,0,0,0 +172497,0,0,0,0,0 +172498,0,0,0,0,0 +172499,0,0,0,0,0 +172500,0,0,0,0,0 +172501,0,0,0,0,0 +172502,0,0,0,0,0 +172503,0,0,0,0,0 +172504,0,0,0,0,0 +172505,0,0,0,0,0 +172506,0,0,0,0,0 +172507,0,0,0,0,0 +172508,0,0,0,0,0 +172509,0,0,0,0,0 +172510,0,0,0,0,0 +172511,0,0,0,0,0 +172512,0,0,0,0,0 +172513,0,0,0,0,0 +172514,0,0,0,0,0 +172515,0,0,0,0,0 +172516,0,0,0,0,0 +172517,0,0,0,0,0 +172518,0,0,0,0,0 +172519,0,0,0,0,0 +172520,0,0,0,0,0 +172521,0,0,0,0,0 +172522,0,0,0,0,0 +172523,0,0,0,0,0 +172524,0,0,0,0,0 +172525,0,0,0,0,0 +172526,0,0,0,0,0 +172527,0,0,0,0,0 +172528,0,0,0,0,0 +172529,0,0,0,0,0 +172530,0,0,0,0,0 +172531,0,0,0,0,0 +172532,0,0,0,0,0 +172533,0,0,0,0,0 +172534,0,0,0,0,0 +172535,0,0,0,0,0 +172536,0,0,0,0,0 +172537,0,0,0,0,0 +172538,0,0,0,0,0 +172539,0,0,0,0,0 +172540,0,0,0,0,0 +172541,0,0,0,0,0 +172542,0,0,0,0,0 +172543,0,0,0,0,0 +172544,0,0,0,0,0 +172545,0,0,0,0,0 +172546,0,0,0,0,0 +172547,0,0,0,0,0 +172548,0,0,0,0,0 +172549,0,0,0,0,0 +172550,0,0,0,0,0 +172551,0,0,0,0,0 +172552,0,0,0,0,0 +172553,0,0,0,0,0 +172554,0,0,0,0,0 +172555,0,0,0,0,0 +172556,0,0,0,0,0 +172557,0,0,0,0,0 +172558,0,0,0,0,0 +172559,0,0,0,0,0 +172560,0,0,0,0,0 +172561,0,0,0,0,0 +172562,0,0,0,0,0 +172563,0,0,0,0,0 +172564,0,0,0,0,0 +172565,0,0,0,0,0 +172566,0,0,0,0,0 +172567,0,0,0,0,0 +172568,0,0,0,0,0 +172569,0,0,0,0,0 +172570,0,0,0,0,0 +172571,0,0,0,0,0 +172572,0,0,0,0,0 +172573,0,0,0,0,0 +172574,0,0,0,0,0 +172575,0,0,0,0,0 +172576,0,0,0,0,0 +172577,0,0,0,0,0 +172578,0,0,0,0,0 +172579,0,0,0,0,0 +172580,0,0,0,0,0 +172581,0,0,0,0,0 +172582,0,0,0,0,0 +172583,0,0,0,0,0 +172584,0,0,0,0,0 +172585,0,0,0,0,0 +172586,0,0,0,0,0 +172587,0,0,0,0,0 +172588,0,0,0,0,0 +172589,0,0,0,0,0 +172590,0,0,0,0,0 +172591,0,0,0,0,0 +172592,0,0,0,0,0 +172593,0,0,0,0,0 +172594,0,0,0,0,0 +172595,0,0,0,0,0 +172596,0,0,0,0,0 +172597,0,0,0,0,0 +172598,0,0,0,0,0 +172599,0,0,0,0,0 +172600,0,0,0,0,0 +172601,0,0,0,0,0 +172602,0,0,0,0,0 +172603,0,0,0,0,0 +172604,0,0,0,0,0 +172605,0,0,0,0,0 +172606,0,0,0,0,0 +172607,0,0,0,0,0 +172608,0,0,0,0,0 +172609,0,0,0,0,0 +172610,0,0,0,0,0 +172611,0,0,0,0,0 +172612,0,0,0,0,0 +172613,0,0,0,0,0 +172614,0,0,0,0,0 +172615,0,0,0,0,0 +172616,0,0,0,0,0 +172617,0,0,0,0,0 +172618,0,0,0,0,0 +172619,0,0,0,0,0 +172620,0,0,0,0,0 +172621,0,0,0,0,0 +172622,0,0,0,0,0 +172623,0,0,0,0,0 +172624,0,0,0,0,0 +172625,0,0,0,0,0 +172626,0,0,0,0,0 +172627,0,0,0,0,0 +172628,0,0,0,0,0 +172629,0,0,0,0,0 +172630,0,0,0,0,0 +172631,0,0,0,0,0 +172632,0,0,0,0,0 +172633,0,0,0,0,0 +172634,0,0,0,0,0 +172635,0,0,0,0,0 +172636,0,0,0,0,0 +172637,0,0,0,0,0 +172638,0,0,0,0,0 +172639,0,0,0,0,0 +172640,0,0,0,0,0 +172641,0,0,0,0,0 +172642,0,0,0,0,0 +172643,0,0,0,0,0 +172644,0,0,0,0,0 +172645,0,0,0,0,0 +172646,0,0,0,0,0 +172647,0,0,0,0,0 +172648,0,0,0,0,0 +172649,0,0,0,0,0 +172650,0,0,0,0,0 +172651,0,0,0,0,0 +172652,0,0,0,0,0 +172653,0,0,0,0,0 +172654,0,0,0,0,0 +172655,0,0,0,0,0 +172656,0,0,0,0,0 +172657,0,0,0,0,0 +172658,0,0,0,0,0 +172659,0,0,0,0,0 +172660,0,0,0,0,0 +172661,0,0,0,0,0 +172662,0,0,0,0,0 +172663,0,0,0,0,0 +172664,0,0,0,0,0 +172665,0,0,0,0,0 +172666,0,0,0,0,0 +172667,0,0,0,0,0 +172668,0,0,0,0,0 +172669,0,0,0,0,0 +172670,0,0,0,0,0 +172671,0,0,0,0,0 +172672,0,0,0,0,0 +172673,0,0,0,0,0 +172674,0,0,0,0,0 +172675,0,0,0,0,0 +172676,0,0,0,0,0 +172677,0,0,0,0,0 +172678,0,0,0,0,0 +172679,0,0,0,0,0 +172680,0,0,0,0,0 +172681,0,0,0,0,0 +172682,0,0,0,0,0 +172683,0,0,0,0,0 +172684,0,0,0,0,0 +172685,0,0,0,0,0 +172686,0,0,0,0,0 +172687,0,0,0,0,0 +172688,0,0,0,0,0 +172689,0,0,0,0,0 +172690,0,0,0,0,0 +172691,0,0,0,0,0 +172692,0,0,0,0,0 +172693,0,0,0,0,0 +172694,0,0,0,0,0 +172695,0,0,0,0,0 +172696,0,0,0,0,0 +172697,0,0,0,0,0 +172698,0,0,0,0,0 +172699,0,0,0,0,0 +172700,0,0,0,0,0 +172701,0,0,0,0,0 +172702,0,0,0,0,0 +172703,0,0,0,0,0 +172704,0,0,0,0,0 +172705,0,0,0,0,0 +172706,0,0,0,0,0 +172707,0,0,0,0,0 +172708,0,0,0,0,0 +172709,0,0,0,0,0 +172710,0,0,0,0,0 +172711,0,0,0,0,0 +172712,0,0,0,0,0 +172713,0,0,0,0,0 +172714,0,0,0,0,0 +172715,0,0,0,0,0 +172716,0,0,0,0,0 +172717,0,0,0,0,0 +172718,0,0,0,0,0 +172719,0,0,0,0,0 +172720,0,0,0,0,0 +172721,0,0,0,0,0 +172722,0,0,0,0,0 +172723,0,0,0,0,0 +172724,0,0,0,0,0 +172725,0,0,0,0,0 +172726,0,0,0,0,0 +172727,0,0,0,0,0 +172728,0,0,0,0,0 +172729,0,0,0,0,0 +172730,0,0,0,0,0 +172731,0,0,0,0,0 +172732,0,0,0,0,0 +172733,0,0,0,0,0 +172734,0,0,0,0,0 +172735,0,0,0,0,0 +172736,0,0,0,0,0 +172737,0,0,0,0,0 +172738,0,0,0,0,0 +172739,0,0,0,0,0 +172740,0,0,0,0,0 +172741,0,0,0,0,0 +172742,0,0,0,0,0 +172743,0,0,0,0,0 +172744,0,0,0,0,0 +172745,0,0,0,0,0 +172746,0,0,0,0,0 +172747,0,0,0,0,0 +172748,0,0,0,0,0 +172749,0,0,0,0,0 +172750,0,0,0,0,0 +172751,0,0,0,0,0 +172752,0,0,0,0,0 +172753,0,0,0,0,0 +172754,0,0,0,0,0 +172755,0,0,0,0,0 +172756,0,0,0,0,0 +172757,0,0,0,0,0 +172758,0,0,0,0,0 +172759,0,0,0,0,0 +172760,0,0,0,0,0 +172761,0,0,0,0,0 +172762,0,0,0,0,0 +172763,0,0,0,0,0 +172764,0,0,0,0,0 +172765,0,0,0,0,0 +172766,0,0,0,0,0 +172767,0,0,0,0,0 +172768,0,0,0,0,0 +172769,0,0,0,0,0 +172770,0,0,0,0,0 +172771,0,0,0,0,0 +172772,0,0,0,0,0 +172773,0,0,0,0,0 +172774,0,0,0,0,0 +172775,0,0,0,0,0 +172776,0,0,0,0,0 +172777,0,0,0,0,0 +172778,0,0,0,0,0 +172779,0,0,0,0,0 +172780,0,0,0,0,0 +172781,0,0,0,0,0 +172782,0,0,0,0,0 +172783,0,0,0,0,0 +172784,0,0,0,0,0 +172785,0,0,0,0,0 +172786,0,0,0,0,0 +172787,0,0,0,0,0 +172788,0,0,0,0,0 +172789,0,0,0,0,0 +172790,0,0,0,0,0 +172791,0,0,0,0,0 +172792,0,0,0,0,0 +172793,0,0,0,0,0 +172794,0,0,0,0,0 +172795,0,0,0,0,0 +172796,0,0,0,0,0 +172797,0,0,0,0,0 +172798,0,0,0,0,0 +172799,0,0,0,0,0 +172800,0,0,0,0,0 +172801,0,0,0,0,0 +172802,0,0,0,0,0 +172803,0,0,0,0,0 +172804,0,0,0,0,0 +172805,0,0,0,0,0 +172806,0,0,0,0,0 +172807,0,0,0,0,0 +172808,0,0,0,0,0 +172809,0,0,0,0,0 +172810,0,0,0,0,0 +172811,0,0,0,0,0 +172812,0,0,0,0,0 +172813,0,0,0,0,0 +172814,0,0,0,0,0 +172815,0,0,0,0,0 +172816,0,0,0,0,0 +172817,0,0,0,0,0 +172818,0,0,0,0,0 +172819,0,0,0,0,0 +172820,0,0,0,0,0 +172821,0,0,0,0,0 +172822,0,0,0,0,0 +172823,0,0,0,0,0 +172824,0,0,0,0,0 +172825,0,0,0,0,0 +172826,0,0,0,0,0 +172827,0,0,0,0,0 +172828,0,0,0,0,0 +172829,0,0,0,0,0 +172830,0,0,0,0,0 +172831,0,0,0,0,0 +172832,0,0,0,0,0 +172833,0,0,0,0,0 +172834,0,0,0,0,0 +172835,0,0,0,0,0 +172836,0,0,0,0,0 +172837,0,0,0,0,0 +172838,0,0,0,0,0 +172839,0,0,0,0,0 +172840,0,0,0,0,0 +172841,0,0,0,0,0 +172842,0,0,0,0,0 +172843,0,0,0,0,0 +172844,0,0,0,0,0 +172845,0,0,0,0,0 +172846,0,0,0,0,0 +172847,0,0,0,0,0 +172848,0,0,0,0,0 +172849,0,0,0,0,0 +172850,0,0,0,0,0 +172851,0,0,0,0,0 +172852,0,0,0,0,0 +172853,0,0,0,0,0 +172854,0,0,0,0,0 +172855,0,0,0,0,0 +172856,0,0,0,0,0 +172857,0,0,0,0,0 +172858,0,0,0,0,0 +172859,0,0,0,0,0 +172860,0,0,0,0,0 +172861,0,0,0,0,0 +172862,0,0,0,0,0 +172863,0,0,0,0,0 +172864,0,0,0,0,0 +172865,0,0,0,0,0 +172866,0,0,0,0,0 +172867,0,0,0,0,0 +172868,0,0,0,0,0 +172869,0,0,0,0,0 +172870,0,0,0,0,0 +172871,0,0,0,0,0 +172872,0,0,0,0,0 +172873,0,0,0,0,0 +172874,0,0,0,0,0 +172875,0,0,0,0,0 +172876,0,0,0,0,0 +172877,0,0,0,0,0 +172878,0,0,0,0,0 +172879,0,0,0,0,0 +172880,0,0,0,0,0 +172881,0,0,0,0,0 +172882,0,0,0,0,0 +172883,0,0,0,0,0 +172884,0,0,0,0,0 +172885,0,0,0,0,0 +172886,0,0,0,0,0 +172887,0,0,0,0,0 +172888,0,0,0,0,0 +172889,0,0,0,0,0 +172890,0,0,0,0,0 +172891,0,0,0,0,0 +172892,0,0,0,0,0 +172893,0,0,0,0,0 +172894,0,0,0,0,0 +172895,0,0,0,0,0 +172896,0,0,0,0,0 +172897,0,0,0,0,0 +172898,0,0,0,0,0 +172899,0,0,0,0,0 +172900,0,0,0,0,0 +172901,0,0,0,0,0 +172902,0,0,0,0,0 +172903,0,0,0,0,0 +172904,0,0,0,0,0 +172905,0,0,0,0,0 +172906,0,0,0,0,0 +172907,0,0,0,0,0 +172908,0,0,0,0,0 +172909,0,0,0,0,0 +172910,0,0,0,0,0 +172911,0,0,0,0,0 +172912,0,0,0,0,0 +172913,0,0,0,0,0 +172914,0,0,0,0,0 +172915,0,0,0,0,0 +172916,0,0,0,0,0 +172917,0,0,0,0,0 +172918,0,0,0,0,0 +172919,0,0,0,0,0 +172920,0,0,0,0,0 +172921,0,0,0,0,0 +172922,0,0,0,0,0 +172923,0,0,0,0,0 +172924,0,0,0,0,0 +172925,0,0,0,0,0 +172926,0,0,0,0,0 +172927,0,0,0,0,0 +172928,0,0,0,0,0 +172929,0,0,0,0,0 +172930,0,0,0,0,0 +172931,0,0,0,0,0 +172932,0,0,0,0,0 +172933,0,0,0,0,0 +172934,0,0,0,0,0 +172935,0,0,0,0,0 +172936,0,0,0,0,0 +172937,0,0,0,0,0 +172938,0,0,0,0,0 +172939,0,0,0,0,0 +172940,0,0,0,0,0 +172941,0,0,0,0,0 +172942,0,0,0,0,0 +172943,0,0,0,0,0 +172944,0,0,0,0,0 +172945,0,0,0,0,0 +172946,0,0,0,0,0 +172947,0,0,0,0,0 +172948,0,0,0,0,0 +172949,0,0,0,0,0 +172950,0,0,0,0,0 +172951,0,0,0,0,0 +172952,0,0,0,0,0 +172953,0,0,0,0,0 +172954,0,0,0,0,0 +172955,0,0,0,0,0 +172956,0,0,0,0,0 +172957,0,0,0,0,0 +172958,0,0,0,0,0 +172959,0,0,0,0,0 +172960,0,0,0,0,0 +172961,0,0,0,0,0 +172962,0,0,0,0,0 +172963,0,0,0,0,0 +172964,0,0,0,0,0 +172965,0,0,0,0,0 +172966,0,0,0,0,0 +172967,0,0,0,0,0 +172968,0,0,0,0,0 +172969,0,0,0,0,0 +172970,0,0,0,0,0 +172971,0,0,0,0,0 +172972,0,0,0,0,0 +172973,0,0,0,0,0 +172974,0,0,0,0,0 +172975,0,0,0,0,0 +172976,0,0,0,0,0 +172977,0,0,0,0,0 +172978,0,0,0,0,0 +172979,0,0,0,0,0 +172980,0,0,0,0,0 +172981,0,0,0,0,0 +172982,0,0,0,0,0 +172983,0,0,0,0,0 +172984,0,0,0,0,0 +172985,0,0,0,0,0 +172986,0,0,0,0,0 +172987,0,0,0,0,0 +172988,0,0,0,0,0 +172989,0,0,0,0,0 +172990,0,0,0,0,0 +172991,0,0,0,0,0 +172992,0,0,0,0,0 +172993,0,0,0,0,0 +172994,0,0,0,0,0 +172995,0,0,0,0,0 +172996,0,0,0,0,0 +172997,0,0,0,0,0 +172998,0,0,0,0,0 +172999,0,0,0,0,0 +173000,0,0,0,0,0 +173001,0,0,0,0,0 +173002,0,0,0,0,0 +173003,0,0,0,0,0 +173004,0,0,0,0,0 +173005,0,0,0,0,0 +173006,0,0,0,0,0 +173007,0,0,0,0,0 +173008,0,0,0,0,0 +173009,0,0,0,0,0 +173010,0,0,0,0,0 +173011,0,0,0,0,0 +173012,0,0,0,0,0 +173013,0,0,0,0,0 +173014,0,0,0,0,0 +173015,0,0,0,0,0 +173016,0,0,0,0,0 +173017,0,0,0,0,0 +173018,0,0,0,0,0 +173019,0,0,0,0,0 +173020,0,0,0,0,0 +173021,0,0,0,0,0 +173022,0,0,0,0,0 +173023,0,0,0,0,0 +173024,0,0,0,0,0 +173025,0,0,0,0,0 +173026,0,0,0,0,0 +173027,0,0,0,0,0 +173028,0,0,0,0,0 +173029,0,0,0,0,0 +173030,0,0,0,0,0 +173031,0,0,0,0,0 +173032,0,0,0,0,0 +173033,0,0,0,0,0 +173034,0,0,0,0,0 +173035,0,0,0,0,0 +173036,0,0,0,0,0 +173037,0,0,0,0,0 +173038,0,0,0,0,0 +173039,0,0,0,0,0 +173040,0,0,0,0,0 +173041,0,0,0,0,0 +173042,0,0,0,0,0 +173043,0,0,0,0,0 +173044,0,0,0,0,0 +173045,0,0,0,0,0 +173046,0,0,0,0,0 +173047,0,0,0,0,0 +173048,0,0,0,0,0 +173049,0,0,0,0,0 +173050,0,0,0,0,0 +173051,0,0,0,0,0 +173052,0,0,0,0,0 +173053,0,0,0,0,0 +173054,0,0,0,0,0 +173055,0,0,0,0,0 +173056,0,0,0,0,0 +173057,0,0,0,0,0 +173058,0,0,0,0,0 +173059,0,0,0,0,0 +173060,0,0,0,0,0 +173061,0,0,0,0,0 +173062,0,0,0,0,0 +173063,0,0,0,0,0 +173064,0,0,0,0,0 +173065,0,0,0,0,0 +173066,0,0,0,0,0 +173067,0,0,0,0,0 +173068,0,0,0,0,0 +173069,0,0,0,0,0 +173070,0,0,0,0,0 +173071,0,0,0,0,0 +173072,0,0,0,0,0 +173073,0,0,0,0,0 +173074,0,0,0,0,0 +173075,0,0,0,0,0 +173076,0,0,0,0,0 +173077,0,0,0,0,0 +173078,0,0,0,0,0 +173079,0,0,0,0,0 +173080,0,0,0,0,0 +173081,0,0,0,0,0 +173082,0,0,0,0,0 +173083,0,0,0,0,0 +173084,0,0,0,0,0 +173085,0,0,0,0,0 +173086,0,0,0,0,0 +173087,0,0,0,0,0 +173088,0,0,0,0,0 +173089,0,0,0,0,0 +173090,0,0,0,0,0 +173091,0,0,0,0,0 +173092,0,0,0,0,0 +173093,0,0,0,0,0 +173094,0,0,0,0,0 +173095,0,0,0,0,0 +173096,0,0,0,0,0 +173097,0,0,0,0,0 +173098,0,0,0,0,0 +173099,0,0,0,0,0 +173100,0,0,0,0,0 +173101,0,0,0,0,0 +173102,0,0,0,0,0 +173103,0,0,0,0,0 +173104,0,0,0,0,0 +173105,0,0,0,0,0 +173106,0,0,0,0,0 +173107,0,0,0,0,0 +173108,0,0,0,0,0 +173109,0,0,0,0,0 +173110,0,0,0,0,0 +173111,0,0,0,0,0 +173112,0,0,0,0,0 +173113,0,0,0,0,0 +173114,0,0,0,0,0 +173115,0,0,0,0,0 +173116,0,0,0,0,0 +173117,0,0,0,0,0 +173118,0,0,0,0,0 +173119,0,0,0,0,0 +173120,0,0,0,0,0 +173121,0,0,0,0,0 +173122,0,0,0,0,0 +173123,0,0,0,0,0 +173124,0,0,0,0,0 +173125,0,0,0,0,0 +173126,0,0,0,0,0 +173127,0,0,0,0,0 +173128,0,0,0,0,0 +173129,0,0,0,0,0 +173130,0,0,0,0,0 +173131,0,0,0,0,0 +173132,0,0,0,0,0 +173133,0,0,0,0,0 +173134,0,0,0,0,0 +173135,0,0,0,0,0 +173136,0,0,0,0,0 +173137,0,0,0,0,0 +173138,0,0,0,0,0 +173139,0,0,0,0,0 +173140,0,0,0,0,0 +173141,0,0,0,0,0 +173142,0,0,0,0,0 +173143,0,0,0,0,0 +173144,0,0,0,0,0 +173145,0,0,0,0,0 +173146,0,0,0,0,0 +173147,0,0,0,0,0 +173148,0,0,0,0,0 +173149,0,0,0,0,0 +173150,0,0,0,0,0 +173151,0,0,0,0,0 +173152,0,0,0,0,0 +173153,0,0,0,0,0 +173154,0,0,0,0,0 +173155,0,0,0,0,0 +173156,0,0,0,0,0 +173157,0,0,0,0,0 +173158,0,0,0,0,0 +173159,0,0,0,0,0 +173160,0,0,0,0,0 +173161,0,0,0,0,0 +173162,0,0,0,0,0 +173163,0,0,0,0,0 +173164,0,0,0,0,0 +173165,0,0,0,0,0 +173166,0,0,0,0,0 +173167,0,0,0,0,0 +173168,0,0,0,0,0 +173169,0,0,0,0,0 +173170,0,0,0,0,0 +173171,0,0,0,0,0 +173172,0,0,0,0,0 +173173,0,0,0,0,0 +173174,0,0,0,0,0 +173175,0,0,0,0,0 +173176,0,0,0,0,0 +173177,0,0,0,0,0 +173178,0,0,0,0,0 +173179,0,0,0,0,0 +173180,0,0,0,0,0 +173181,0,0,0,0,0 +173182,0,0,0,0,0 +173183,0,0,0,0,0 +173184,0,0,0,0,0 +173185,0,0,0,0,0 +173186,0,0,0,0,0 +173187,0,0,0,0,0 +173188,0,0,0,0,0 +173189,0,0,0,0,0 +173190,0,0,0,0,0 +173191,0,0,0,0,0 +173192,0,0,0,0,0 +173193,0,0,0,0,0 +173194,0,0,0,0,0 +173195,0,0,0,0,0 +173196,0,0,0,0,0 +173197,0,0,0,0,0 +173198,0,0,0,0,0 +173199,0,0,0,0,0 +173200,0,0,0,0,0 +173201,0,0,0,0,0 +173202,0,0,0,0,0 +173203,0,0,0,0,0 +173204,0,0,0,0,0 +173205,0,0,0,0,0 +173206,0,0,0,0,0 +173207,0,0,0,0,0 +173208,0,0,0,0,0 +173209,0,0,0,0,0 +173210,0,0,0,0,0 +173211,0,0,0,0,0 +173212,0,0,0,0,0 +173213,0,0,0,0,0 +173214,0,0,0,0,0 +173215,0,0,0,0,0 +173216,0,0,0,0,0 +173217,0,0,0,0,0 +173218,0,0,0,0,0 +173219,0,0,0,0,0 +173220,0,0,0,0,0 +173221,-177.7209752,564.4126903,219.7764277,-74.89372976,-400.5048955 +173222,267.0835152,299.799776,661.9805239,127.3032142,408.3226288 +173223,265.0720264,292.0998791,653.4438395,126.1689884,405.8576891 +173224,258.6811443,286.7206968,640.2857949,122.9676517,395.3965771 +173225,251.4650435,283.4667785,627.6097664,119.4420565,382.7693763 +173226,245.1014635,281.5360129,617.2616722,116.392234,370.9347501 +173227,239.9086502,280.383895,609.271374,113.9495016,360.6229673 +173228,235.6974082,279.7606176,603.1513278,112.0028064,351.67184 +173229,232.226586,279.565915,598.4577274,110.4227602,343.7780867 +173230,229.3296572,279.7461655,594.8960088,109.1215263,336.7255915 +173231,226.9061308,280.2550321,592.2761167,108.0463952,330.3878649 +173232,224.8898958,281.0470902,590.460076,107.1629139,324.6848887 +173233,223.2294105,282.0805163,589.3345466,106.4445208,319.5541553 +173234,221.8801418,283.3192828,588.8014129,105.8681531,314.9395134 +173235,220.8029306,284.7334217,588.7755675,105.4140873,310.7891845 +173236,219.9637508,286.2982084,589.1839889,105.0657731,225.9587961 +173237,219.3334778,287.9931793,589.9645832,104.8094268,242.8837971 +173238,218.8868378,377.9849429,591.0646672,104.6335356,249.0297134 +173239,218.6025463,371.1101267,592.4395819,104.5284772,242.7556823 +173240,218.4627517,379.9894619,594.051369,104.4861679,242.8772751 +173241,218.4523312,397.4385549,595.8676733,104.4997851,243.2384091 +173242,218.5582637,409.9943154,597.8607726,104.563514,243.463194 +173243,218.7693053,422.3915137,600.0069003,104.6724005,244.113022 +173244,219.0757107,434.982775,602.2856331,104.8222088,244.4364731 +173245,219.4690747,447.1920782,604.6794377,105.0093318,245.182248 +173246,219.9421061,459.5814462,607.1731988,105.2306764,245.9727169 +173247,220.4885035,471.9740129,609.7538881,105.4835976,246.6178009 +173248,221.1027668,484.2023907,612.4102061,105.7658072,247.4921855 +173249,221.7801086,496.3598138,615.1323487,106.0753302,248.407295 +173250,222.5163158,508.7191475,617.9117493,106.4104393,249.3611706 +173251,223.3076987,519.7384575,620.7409262,106.7696306,250.3527255 +173252,224.1467321,530.5846723,623.5770711,107.1496125,251.3812643 +173253,225.0276418,541.1796165,626.3896718,107.547894,252.6327077 +173254,225.9470262,552.1458449,650.8440416,107.9630703,253.9165492 +173255,226.902874,562.155486,777.0105546,108.3943639,254.8573207 +173256,227.8936878,572.9454748,723.4699989,108.8412153,256.3932868 +173257,228.9181335,583.1187308,751.533344,109.3031199,257.7717325 +173258,229.9748615,593.4005242,764.5254756,109.7795473,258.9907415 +173259,231.0625513,603.4871451,775.2606213,110.2699641,260.4265172 +173260,232.1799335,613.4058685,785.9038937,110.7738457,261.8909233 +173261,233.3258608,623.6542839,796.3346794,111.2907098,263.568587 +173262,234.4992798,633.4158924,806.43856,111.8201046,264.8953808 +173263,235.69925,643.2688596,816.2523408,112.361617,266.4350435 +173264,236.9248912,653.0265316,826.2131186,112.9148505,268.1870296 +173265,238.1753944,662.6604533,835.3406011,113.4794309,269.7734858 +173266,239.449985,672.2793553,844.7536353,114.0549918,271.3812433 +173267,240.7479441,686.3867614,854.0123657,114.6411852,273.0110435 +173268,242.0685711,698.5782939,862.6107026,115.2376667,274.8493641 +173269,243.4112139,711.447038,871.2721834,115.84411,276.5192614 +173270,244.7752341,723.6471925,879.89572,116.4601926,278.2080079 +173271,246.1600325,735.9425793,888.055441,117.085608,279.9164066 +173272,247.5650204,747.8847263,896.1775162,117.7200536,281.8308759 +173273,248.9896468,760.2933369,903.8098555,118.3632438,283.574402 +173274,250.4333637,772.0801014,911.736369,119.0148945,285.3342239 +173275,251.8956592,783.9825149,919.1515081,119.6747386,287.2976745 +173276,253.3760249,795.7477835,926.4750205,120.3425116,288.9017437 +173277,254.8739829,807.4175143,933.9009187,121.0179639,290.8968448 +173278,256.3890572,818.7424889,940.4325197,121.7008481,291.0405366 +173279,257.9208034,830.6239851,947.4339978,122.3909324,291.2280183 +173280,259.4687741,842.0866807,954.1010195,123.0879853,291.4755766 +173281,260.8415722,1282.44337,1914.348453,123.7049814,291.4374655 +173282,280.860839,1308.340298,1948.220091,132.9612863,325.9743154 +173283,310.6266716,1328.960819,1972.454643,146.6081653,379.5418693 +173284,340.9064843,1348.032126,1993.221571,160.3094836,435.655793 +173285,367.7348662,1366.067222,2011.961845,172.2515812,486.9455889 +173286,390.6249368,1379.026663,2027.604044,182.2680097,532.1086993 +173287,410.3756763,1394.911246,2043.304126,190.8032177,572.0012569 +173288,427.7128135,1410.9095,2058.908705,198.2267671,607.6786498 +173289,443.1229316,1426.345377,2073.53765,204.7774911,639.8887658 +173290,456.9282586,1441.876582,2087.863188,210.6122248,669.1137289 +173291,469.3685462,1456.999591,2101.933496,215.8478384,695.6996274 +173292,480.6426322,1471.978252,2125.374939,220.5807371,719.9348288 +173293,490.9222715,1486.68981,2121.185993,224.892967,742.078047 +173294,500.3554872,1501.427828,2136.597133,228.8538318,762.3634754 +173295,509.0682347,1515.629625,2157.510804,232.5210229,781.0005892 +173296,517.1667183,1530.008765,2164.257742,235.9421185,798.1747451 +173297,524.7401653,1543.944371,2177.223557,239.1562312,814.0491171 +173298,531.8635217,1558.010726,2188.50623,242.1955227,828.7671827 +173299,538.5998106,1571.598224,2199.649525,245.0864812,842.4551808 +173300,545.0020825,1585.159751,2210.412832,247.8509503,855.2242611 +173301,551.1150388,1598.665971,2220.889865,250.5069666,867.1723623 +173302,556.9763705,1611.946949,2231.089798,253.0694358,878.3858152 +173303,562.6178887,1624.900829,2241.089144,255.5506931,888.9407656 +173304,568.0664595,1638.014297,2250.589217,257.9609558,898.9043934 +173305,573.3448083,1650.770962,2271.392955,260.3087053,908.3360243 +173306,578.4721682,1663.456231,2252.151754,262.6009883,917.2880526 +173307,583.464856,1678.638689,2286.11311,264.8436789,925.8068167 +173308,588.3367223,1693.162618,2284.685336,267.0416788,933.9333 +173309,593.0995611,1702.710077,2294.929829,269.1990961,941.703811 +173310,597.763425,1719.987675,2302.853952,271.3193795,949.1505225 +173311,602.3369136,1725.243324,2310.125596,273.4054394,956.3019936 +173312,606.8239212,1715.389234,2317.030105,275.4579707,963.0518646 +173313,611.2284655,1758.188345,2323.419133,277.4779016,969.4764517 +173314,615.5554405,1753.602755,2334.138774,279.4667526,975.6568997 +173315,619.8099284,1767.401273,2332.579224,281.4262623,981.6405857 +173316,623.9966159,1777.769584,2339.624772,283.3580704,987.4510111 +173317,628.1196133,1787.98082,2348.610311,285.2636105,993.1018561 +173318,720.6218628,1798.240028,2351.793432,335.1914346,998.6040908 +173319,797.8693263,1807.976735,2357.258342,338.6840799,1003.968093 +173320,761.0952467,1817.801922,2362.186993,357.6395727,1009.203584 +173321,796.143344,1827.470937,2366.621891,359.3096865,1014.319287 +173322,811.844972,1836.707764,2371.041734,370.1341478,1019.322724 +173323,827.3855058,1846.068712,2383.178347,377.9391554,1024.220442 +173324,842.2876455,1855.236461,2367.129648,385.4353388,1029.018272 +173325,857.1301253,1864.226131,2388.584358,392.828436,1033.7215 +173326,871.4048465,1873.056453,2384.952256,400.0536628,1038.334967 +173327,885.6206499,1881.726757,2389.711359,407.1404087,1042.863066 +173328,899.5573174,1890.297862,2392.639315,414.0969209,1047.309795 +173329,913.1672368,1898.838798,2395.63526,420.9838143,1051.678743 +173330,926.8377712,1907.048866,2398.351387,427.5181304,1055.973163 +173331,939.7059635,1915.184603,2404.870752,434.3008049,1060.195989 +173332,952.9160668,1923.294866,2397.339829,440.5325037,1064.349896 +173333,965.7320563,1931.179671,2427.544951,447.190128,1068.43732 +173334,978.1258577,1938.910107,2390.067195,453.0597824,1072.460233 +173335,990.5172261,1946.423088,2419.749329,459.4892181,1075.111224 +173336,1002.817048,1954.138139,2394.884126,465.338328,1074.462996 +173337,1014.814536,1961.365539,2442.216946,471.2809091,1073.847682 +173338,1026.524564,1968.813546,2379.905616,477.2663011,1073.295479 +173339,1038.333369,1975.725442,2448.433987,482.7487072,1072.804001 +173340,1049.401811,1982.887932,2385.475639,488.563438,1072.359008 +173341,1289.917009,2082.943977,2574.378912,588.8913651,745.6652729 +173342,1550.209323,2200.754321,2532.186538,707.7404914,762.9291045 +173343,1594.993334,2231.127107,2662.000372,728.2510086,2523.068981 +173344,1249.49003,2072.983807,2510.44304,572.7351169,1309.484517 +173345,1756.87314,2321.024402,2661.475562,803.344725,2240.69883 +173346,1248.81119,2050.298411,2509.137722,572.7262984,1357.253171 +173347,1780.53126,2329.903836,2660.159134,815.2463409,2330.767003 +173348,1270.208256,2092.260838,2504.664712,583.6246638,1377.518359 +173349,1803.153436,2328.436893,2655.746507,825.9510659,2356.365411 +173350,1291.631613,2100.814062,2499.896244,594.4471402,1400.431003 +173351,1824.514582,2364.782199,2651.898865,836.4075192,2379.161462 +173352,1312.359256,2087.915724,2496.201347,604.7248327,1421.253464 +173353,1845.218595,2387.864634,2649.951215,846.5592536,2401.401804 +173354,1332.056038,2098.033765,2494.379232,614.5033741,1441.470883 +173355,1866.174716,2398.844739,2649.146113,856.3724113,2426.923277 +173356,1351.33424,2114.665944,2494.993858,624.6686363,1453.489392 +173357,1885.620433,2402.954805,2649.254717,865.5416185,2445.189234 +173358,1370.48876,2124.725289,2493.512427,634.2124413,1478.951974 +173359,1904.751351,2418.94015,2647.955425,874.8284603,2460.505989 +173360,1388.624517,2132.167154,2489.77796,643.2453444,1497.358637 +173361,1923.554521,2429.675591,2645.601692,883.9645007,2478.76907 +173362,1406.855491,2143.227826,2486.993464,652.1763349,1514.65946 +173363,1941.112111,2437.851642,2643.354209,892.514601,2495.889852 +173364,1424.337143,2153.375569,2486.054815,660.8056639,1530.972497 +173365,1958.961223,2454.190625,2642.112762,901.1782752,2514.657042 +173366,1441.06208,2162.76376,2484.079828,669.0415474,1543.875594 +173367,1976.298045,2452.636897,2640.163209,909.5613453,2530.384289 +173368,1457.385553,2182.119989,2480.469898,677.050705,1561.277747 +173369,1993.128598,2452.961202,2636.469544,917.7807179,2544.909415 +173370,1630.439017,2269.441621,2631.379552,756.2173909,1861.130624 +173371,1774.533098,2345.996441,2623.934224,820.0450684,2122.923232 +173372,1758.547728,2335.341036,2617.107671,813.9144029,2085.818518 +173373,1765.797191,2338.630974,2612.040052,817.1962749,2091.87954 +173374,1773.030007,2341.934533,2608.365935,820.7596863,2098.852455 +173375,1780.571123,2344.839919,2605.698021,824.3147565,2105.376159 +173376,1787.771086,2347.619397,2603.630203,827.8753661,2112.009837 +173377,1794.962377,2350.548376,2601.901855,831.3096082,2118.458669 +173378,1801.968386,2353.136594,2602.110041,834.7663736,2124.81358 +173379,1809.098645,2355.588141,2599.673052,838.0415124,2131.054765 +173380,1816.032889,2358.0549,2597.875952,841.4471532,2137.264625 +173381,1822.75373,2360.322126,2596.301398,844.691364,2143.185488 +173382,1829.563315,2362.508834,2594.827939,847.9308782,2149.171385 +173383,1836.134719,2364.531427,2593.394961,851.082937,2154.920461 +173384,1842.852884,2366.497377,2591.965667,854.3285306,2160.835239 +173385,1849.30407,2368.330101,2590.51761,857.3498718,2166.306611 +173386,1855.75531,2370.057408,2589.038725,860.4512734,2171.916572 +173387,1862.117885,2371.728084,2589.267525,863.4318152,2177.358597 +173388,1868.411918,2373.194047,2588.457639,866.482448,2182.719189 +173389,1874.631728,2374.56284,2585.451902,869.4059296,2188.064207 +173390,1880.786378,2375.956257,2583.188194,872.3665439,2193.068329 +173391,1886.869976,2377.074081,2581.187998,875.1834922,2198.342114 +173392,1892.887169,2378.25321,2581.048351,878.0141024,2203.298382 +173393,1898.84451,2379.135131,2578.204176,880.8793577,2208.327164 +173394,1904.732664,2380.088722,2575.952737,883.6223617,2213.071942 +173395,1910.561082,2380.862831,2573.890298,886.3159073,2217.916632 +173396,1916.236674,2381.607051,2573.640037,889.0672327,2222.616185 +173397,1922.083652,2382.088952,2570.677142,891.6411492,2227.173234 +173398,1927.754817,2382.513846,2568.110448,894.447889,2231.942328 +173399,1933.22391,2383.088114,2565.933027,896.8935399,2236.254034 +173400,1938.825166,2383.283643,2563.839492,899.4954365,2240.752703 +173401,1950.844025,2386.392464,2560.893065,904.7850676,2256.484818 +173402,1957.502371,2387.225811,2558.342932,908.0415616,2262.189267 +173403,1964.358462,2387.719087,2556.071504,911.0406038,2267.416246 +173404,1970.403455,2388.090594,2555.633962,913.9330988,2272.520082 +173405,1977.985129,2388.161236,2552.438703,916.8105387,2277.273389 +173406,1985.131123,2388.339898,2551.519417,919.4766808,2281.975794 +173407,1989.629816,2388.210405,2549.754469,922.3075399,2286.620058 +173408,1999.157797,2387.998481,2545.896111,924.9630788,2290.963523 +173409,1998.697144,2387.836672,2544.585239,927.6270493,2302.660861 +173410,2015.661028,2387.338527,2540.842455,930.2577315,2292.88921 +173411,2004.904667,2386.955572,2537.8603,932.8092113,2302.74527 +173412,2004.92199,2386.391467,2536.917523,935.4921679,2310.09029 +173413,2031.535824,2385.710648,2535.075305,937.9348567,2311.591175 +173414,2025.689725,2384.91723,2531.106065,940.4924865,2316.152888 +173415,2033.6634,2384.098416,2527.957294,942.9759285,2320.216188 +173416,2034.784806,2373.009195,2524.92036,947.0370258,2324.112982 +173417,2039.205743,2369.898922,2521.790748,949.7384717,2328.041149 +173418,2044.019364,2367.807229,2518.723403,952.2341038,2331.619309 +173419,2048.89889,2365.794237,2517.581705,954.7240639,2335.566421 +173420,2053.877689,2363.683656,2513.84437,957.2213577,2339.174878 +173421,2058.59437,2361.73024,2512.54293,959.5176181,2342.918254 +173422,2063.394751,2359.585418,2508.768103,962.0137601,2346.365886 +173423,2068.343716,2357.65641,2507.464346,964.3300365,2349.977154 +173424,2073.033067,2355.083119,2503.693235,966.6753653,2353.447184 +173425,2077.886025,2353.331503,2502.405099,968.9831858,2356.984761 +173426,2082.425252,2350.639754,2498.65412,971.2723992,2360.229015 +173427,2087.16431,2348.4261,2495.630291,973.485524,2367.111745 +173428,2091.774951,2345.964759,2492.889327,975.8489545,2367.712565 +173429,2096.366537,2343.458401,2490.293967,977.9587189,2377.871198 +173430,2101.029267,2340.942387,2489.553466,980.1985517,2360.722018 +173431,2105.2196,2338.085316,2486.12998,982.3316222,2378.103191 +173432,2109.867812,2335.308156,2485.044521,984.4401756,2381.383915 +173433,2114.142022,2332.327745,2481.408618,986.4791641,2381.984182 +173434,2118.494208,2329.40184,2480.225063,988.6174541,2385.907211 +173435,2122.789991,2326.257438,2478.309451,990.6266554,2389.057772 +173436,2127.155118,2323.056599,2474.376697,992.6591005,2391.898415 +173437,2131.227571,2319.907366,2473.089732,994.6603483,2394.85581 +173438,2135.493673,2316.478417,2469.420147,996.6993238,2409.881047 +173439,2139.533871,2313.154902,2468.33791,998.5855343,2382.490192 +173440,2143.826849,2309.622646,2464.861372,1000.520513,2412.512488 +173441,2147.957787,2306.151599,2463.899987,1002.517719,2404.484304 +173442,2151.868452,2302.42976,2460.503431,1004.395564,2409.389837 +173443,2155.991195,2298.795888,2459.639746,1006.29676,2412.012403 +173444,2159.976704,2295.005946,2458.083497,1008.177985,2424.653072 +173445,2163.95139,2291.10715,2454.560923,1010.042221,2402.590648 +173446,2167.900846,2287.254947,2453.709523,1011.887659,2431.270356 +173447,2172.159699,2283.369791,2452.230571,1013.667901,2415.665861 +173448,2176.170286,2279.046692,2448.796943,1015.567455,2428.250483 +173449,2179.790949,2275.016858,2446.278649,1017.383214,2427.681344 +173450,2183.926611,2270.800439,2444.127233,1019.101509,2445.137417 +173451,2187.694363,2266.488567,2443.963726,1020.914092,2422.120895 +173452,2191.553996,2262.146369,2442.955778,1022.668131,2435.270488 +173453,2195.377036,2257.674405,2439.937416,1024.416744,2450.142705 +173454,2199.293657,2253.20417,2437.772368,1026.095755,2429.114704 +173455,2202.898826,2248.626426,2436.131884,1027.901192,2455.639172 +173456,2206.742422,2243.9551,2434.830272,1029.571268,2441.806267 +173457,2210.462303,2239.288583,2433.612943,1031.277873,2450.190479 +173458,2214.180522,2234.505463,2434.294825,1032.962391,2451.557194 +173459,2217.754372,2229.760305,2432.338585,1034.639478,2453.995081 +173460,2221.610367,2224.686621,2431.052317,1036.3003,2456.25416 +173461,2107.973994,2152.081935,2428.96832,984.7344782,2232.551349 +173462,2109.374964,2180.075211,2420.369113,985.3801096,2252.937928 +173463,2111.752741,2127.153962,2409.221118,986.3757048,2257.734044 +173464,2114.27856,2175.16216,2399.094961,987.424279,2224.874861 +173465,2116.956127,2135.58988,2390.976547,988.6682552,2258.177573 +173466,2119.709183,2113.862727,2384.572115,989.8833959,2246.593692 +173467,2122.513176,2160.759182,2379.465178,991.0322531,2250.043228 +173468,2125.342031,2093.214047,2375.334278,992.3027119,2251.41225 +173469,2128.187776,2133.087705,2371.859075,993.5328282,2252.746604 +173470,2131.04567,2119.13714,2370.62479,994.7737354,2254.021337 +173471,2133.9067,2085.829687,2367.056291,996.0194805,2255.641019 +173472,2136.776092,2109.219257,2364.363371,997.2626458,2256.829522 +173473,2139.646172,2090.963179,2362.016666,998.4522523,2258.323265 +173474,2142.633965,2087.095816,2359.918944,999.7782254,2259.729191 +173475,2145.330087,2080.948057,2358.004778,1000.981443,2267.623906 +173476,2148.286712,2074.610963,2356.237918,1002.231422,2252.713124 +173477,2151.139694,2089.126129,2354.553577,1003.471434,2268.898685 +173478,2154.008732,2032.591734,2352.9829,1004.709556,2264.303874 +173479,2156.757323,2069.944948,2351.506543,1005.945751,2267.056347 +173480,2159.710091,2046.388831,2351.854045,1007.13855,2267.95144 +173481,2162.457807,2042.845008,2349.485706,1008.361149,2269.345046 +173482,2165.321942,2036.323161,2347.716627,1009.582646,2270.696898 +173483,2168.167808,2029.956665,2346.128334,1010.861739,2275.144214 +173484,2171.131081,2023.295259,2344.650712,1012.000447,2271.764438 +173485,2173.794915,2016.692264,2343.239713,1013.204228,2288.536583 +173486,2176.722603,2025.306838,2341.887196,1014.499445,2253.315716 +173487,2179.542553,1981.42873,2340.599849,1015.675838,2305.152662 +173488,2182.376857,2020.284641,2339.348662,1016.899944,2251.561695 +173489,2185.208074,1968.584489,2338.12676,1018.113408,2298.200619 +173490,2188.036855,1992.026809,2338.74263,1019.323421,2269.918875 +173491,2190.798148,1973.939274,2336.605178,1020.503124,2294.746355 +173492,2193.547061,1969.024386,2335.02503,1021.669777,2286.031166 +173493,2196.282744,1961.96304,2333.626533,1022.832697,2286.674859 +173494,2199.133752,1954.903343,2332.354161,1023.990215,2270.975861 +173495,2201.666786,1947.801155,2333.110614,1025.142006,2311.923976 +173496,2204.338746,1940.518687,2331.210498,1026.293427,2266.761744 +173497,2207.210746,1933.51457,2330.030497,1027.436803,2314.590698 +173498,2209.815036,1926.215388,2328.994456,1028.578363,2285.565311 +173499,2212.521615,1934.207355,2329.514333,1029.714527,2293.584717 +173500,2215.198373,1889.907829,2327.391148,1030.791927,2297.498889 +173501,2217.871614,1924.512166,2327.938892,1032.004606,2297.116635 +173502,2220.531637,1880.720703,2326.082258,1033.092688,2298.728268 +173503,2223.188361,1896.364001,2325.033267,1034.22165,2300.070032 +173504,2225.835083,1880.646296,2324.298109,1035.399939,2301.430867 +173505,2228.475328,1874.793815,2325.521053,1036.426637,2302.826795 +173506,2231.106329,1867.352109,2325.867365,1037.581436,2304.115586 +173507,2233.730026,1859.84979,2324.090093,1038.681437,2305.339502 +173508,2236.346661,1852.307059,2323.122997,1039.785288,2306.86879 +173509,2239.079974,1844.908401,2322.463962,1040.887181,2308.122787 +173510,2241.490827,1837.366529,2321.966942,1041.985423,2309.440552 +173511,2246.357812,1829.908633,2321.558447,1043.080489,2310.780683 +173512,2245.98465,1822.250072,2321.203607,1044.172361,2312.12554 +173513,2252.802712,1814.596893,2322.657105,1045.260172,2313.416807 +173514,2250.107343,1807.211748,2321.370847,1046.347717,2314.600885 +173515,2263.476307,1799.498487,2320.681027,1047.4291,2316.091551 +173516,2242.610248,1791.911213,2320.21069,1048.508975,2317.339221 +173517,2264.683316,1784.198371,2319.853617,1049.585527,2318.635346 +173518,2261.712578,1776.740169,2319.535084,1050.65923,2319.909791 +173519,2264.21467,1769.166774,2319.35679,1051.730124,2326.953433 +173520,2267.129042,1761.415819,2319.069119,1052.79838,2313.828525 +173521,2028.173273,1643.25319,2319.866359,944.4947987,1878.328656 +173522,2024.621495,1632.751754,2308.955728,942.7433575,1887.92149 +173523,2022.655388,1622.843775,2292.621398,941.7769547,1875.080126 +173524,2021.43809,1613.372462,2276.966038,941.1265484,1873.97137 +173525,2020.586981,1604.079793,2264.321982,940.6516504,1871.464313 +173526,2019.984835,1594.82148,2254.672765,940.2931491,1869.3242 +173527,2019.547363,1585.998946,2247.259816,940.0114761,1867.471167 +173528,2019.224132,1576.816085,2241.373925,939.7827424,1865.81787 +173529,2018.986015,1567.875062,2236.547451,939.593092,1864.313644 +173530,2018.816829,1559.122006,2232.500173,939.4345609,1862.928035 +173531,2018.706415,1550.241125,2229.056003,939.3022289,1861.64134 +173532,2018.647986,1541.482528,2226.090823,939.1927491,1860.439481 +173533,2018.636702,1532.757317,2223.507553,939.1037686,1859.312237 +173534,2018.668876,1524.07802,2221.229283,939.0334701,1858.251453 +173535,2018.741796,1515.44819,2219.196674,938.9805331,1857.172231 +173536,2018.853182,1506.774059,2217.363198,938.9438314,1856.346557 +173537,2019.00148,1498.361611,2215.692011,938.9225429,1855.395639 +173538,2019.184937,1489.907842,2214.153749,938.9158736,1854.561665 +173539,2019.401356,1481.357131,2192.830946,938.9239898,1853.760835 +173540,2019.651043,1472.942318,2187.251591,938.94552,1853.001965 +173541,2019.935158,1464.722939,2186.739869,938.9792862,1852.284282 +173542,2020.253689,1456.389383,2185.966339,939.0245682,1851.606202 +173543,2020.598147,1448.179022,2182.246837,939.0863152,1850.965815 +173544,2020.980526,1440.019206,2175.299249,939.1561964,1850.440203 +173545,2021.393438,1431.914713,2182.115488,939.2380875,1849.673612 +173546,2021.832432,1423.873554,2171.487488,939.3344615,1849.391269 +173547,2022.308275,1415.895588,2172.919646,939.4378748,1848.698294 +173548,2022.812713,1407.981744,2171.698219,939.5533756,1848.293494 +173549,2023.34938,1400.04613,2169.552741,939.6787304,1847.837601 +173550,2023.917981,1392.386733,2167.60784,939.8140141,1847.421408 +173551,2024.451925,1384.568268,2165.868457,939.9244616,1847.033558 +173552,2025.004654,1376.884083,2164.158819,940.0366989,1846.672089 +173553,2025.578073,1369.250578,2162.452809,940.1541016,1846.336665 +173554,2026.168565,1361.697032,2160.786071,940.2773164,1846.026131 +173555,2026.77516,1354.21527,2159.174466,940.4066068,1845.740187 +173556,2027.396782,1346.729286,2153.284526,940.5420282,1845.477502 +173557,2028.147728,1342.299701,2160.368586,940.6831056,1845.238388 +173558,2028.626848,1358.30659,2150.249034,940.8301754,1845.021137 +173559,2029.258817,1299.719931,2157.148352,940.9828475,1844.825725 +173560,2030.089341,1341.445419,2147.151666,941.1408427,1844.650193 +173561,2030.696276,1326.170552,2150.402308,941.2508741,1844.495251 +173562,2031.415281,1302.743474,2149.172739,941.4985422,1844.360465 +173563,2032.12864,1325.369778,2147.393418,941.6339138,1844.244572 +173564,2032.851955,1291.289119,2146.123719,941.8204936,1844.14689 +173565,2033.586359,1308.537895,2145.02774,942.0033811,1844.067131 +173566,2034.329912,1291.187522,2143.895823,942.1905791,1844.00448 +173567,2035.083137,1292.02926,2142.7669,942.3820098,1843.958818 +173568,2035.845067,1285.532461,2141.676805,942.5774409,1843.929166 +173569,2036.615481,1281.129821,2140.62492,942.7767669,1843.915461 +173570,2037.393681,1276.433197,2139.605066,942.979718,1843.916725 +173571,2038.179442,1272.000752,2138.614363,943.1862186,1843.932965 +173572,2038.972107,1267.586631,2137.652973,943.4497672,1843.963268 +173573,2039.771492,1263.136924,2136.72063,943.5830173,1844.007702 +173574,2040.576942,1258.92968,2135.816171,943.8371676,1844.065347 +173575,2041.388289,1254.752331,2134.93868,944.0477578,1844.136297 +173576,2042.206161,1250.720564,2134.516116,944.2680891,1844.220925 +173577,2043.025284,1246.5969,2132.959334,944.494124,1844.314199 +173578,2043.853209,1242.72252,2132.394973,944.7191833,1844.423491 +173579,2044.683369,1238.883954,2131.707744,944.9481453,1844.542424 +173580,2045.517753,1235.155038,2130.929774,945.1787928,1844.672777 +173581,2281.767956,1338.181026,2181.953954,1052.075471,2283.669387 +173582,2286.840207,1357.086107,2195.091662,1054.423442,2268.895868 +173583,2290.824181,1301.048339,2212.357279,1056.121641,2282.455875 +173584,2294.239407,1346.83721,2227.755689,1057.684131,2284.026466 +173585,2297.288256,1335.181341,2239.543284,1059.129886,2286.858047 +173586,2300.217753,1313.245258,2248.10327,1060.585137,2289.599055 +173587,2303.029993,1343.155797,2254.361509,1062.053497,2292.063203 +173588,2305.75761,1303.889513,2260.860227,1063.605858,2294.473047 +173589,2308.404628,1338.293682,2263.595092,1065.501084,2296.721797 +173590,2311.009213,1303.082205,2266.193375,1067.28192,2298.782978 +173591,2313.558137,1327.990478,2268.459219,1069.315889,2301.087362 +173592,2316.068232,1305.71113,2272.182992,1071.329388,2303.084884 +173593,2318.527046,1315.918306,2272.913844,1073.400432,2305.074013 +173594,2320.96412,1309.664869,2275.887263,1075.525421,2312.904037 +173595,2323.352287,1308.423454,2277.761234,1077.717306,2300.096688 +173596,2325.709943,1306.471267,2277.449252,1079.968932,2320.708291 +173597,2328.041175,1304.44904,2277.975809,1082.279228,2309.054601 +173598,2330.336647,1302.633979,2278.613948,1084.715133,2315.389825 +173599,2332.60723,1300.669134,2281.079896,1087.053963,2316.695631 +173600,2334.840414,1298.793197,2280.878321,1089.594376,2318.193462 +173601,2337.058494,1296.915604,2283.015537,1092.589606,2319.931829 +173602,2339.369425,1295.064271,2282.595045,1096.291754,2321.676064 +173603,2341.332113,1293.223327,2282.839755,1097.238365,2323.369684 +173604,2343.560972,1291.402793,2283.307881,1102.667635,2324.961158 +173605,2345.650732,1289.598788,2283.87989,1101.961664,2326.59485 +173606,2347.736059,1287.811894,2284.497464,1110.032288,2328.194354 +173607,2349.804087,1286.114994,2286.890359,1105.161083,2329.839651 +173608,2351.835111,1284.256069,2286.538043,1120.547877,2331.277818 +173609,2353.865451,1282.569687,2288.520439,1105.166571,2332.973279 +173610,2355.91119,1280.849624,2287.962569,1117.170403,2334.389722 +173611,2357.791784,1279.104004,2289.808899,1123.223112,2335.982355 +173612,2359.672591,1277.377006,2289.129137,1123.260222,2337.251104 +173613,2361.632298,1275.664185,2290.893363,1127.427817,2338.892903 +173614,2363.476943,1273.959698,2291.927703,1130.714078,2340.333788 +173615,2365.416955,1272.278444,2290.926168,1134.042783,2341.71304 +173616,2367.328838,1270.604574,2292.507168,1137.632605,2343.291125 +173617,2369.220225,1268.950951,2291.66916,1140.967841,2344.569299 +173618,2371.128351,1267.306031,2293.318786,1144.569065,2346.064374 +173619,2373.022971,1265.681251,2294.255223,1148.159461,2347.367221 +173620,2374.919791,1264.070667,2293.171529,1151.820941,2348.650167 +173621,2376.822867,1262.473369,2292.931566,1155.545894,2350.101449 +173622,2378.584668,1260.892959,2293.019331,1159.395642,2351.41681 +173623,2380.689191,1259.327731,2293.271883,1163.142735,2352.667628 +173624,2382.627673,1257.777854,2293.607183,1167.02939,2354.000705 +173625,2384.343695,1256.170842,2293.983341,1171.090864,2355.150666 +173626,2386.343073,1254.831517,2294.379823,1175.07257,2356.634276 +173627,2388.223838,1253.170612,2294.780091,1179.244673,2357.794768 +173628,2390.128631,1251.74345,2296.917539,1183.296547,2359.151442 +173629,2392.023044,1250.263706,2296.310974,1187.559338,2360.244918 +173630,2393.930516,1248.804808,2296.273317,1191.828379,2361.532954 +173631,2395.832534,1247.364141,2296.420588,1196.167078,2362.758157 +173632,2397.736007,1245.938121,2296.656782,1200.567745,2363.945519 +173633,2399.640312,1244.527639,2296.936651,1205.099487,2365.14709 +173634,2401.545366,1243.132268,2297.238421,1209.447497,2366.420108 +173635,2403.45106,1241.752288,2297.546309,1214.187307,2367.462993 +173636,2405.357201,1240.387272,2297.850439,1218.771823,2368.683494 +173637,2407.264482,1239.037469,2298.150034,1223.48838,2369.835327 +173638,2409.174786,1237.70082,2300.185748,1228.25594,2371.086443 +173639,2411.077621,1236.384084,2299.484985,1233.15114,2371.878031 +173640,2412.990517,1235.076552,2299.363937,1237.932187,2373.350814 +173641,2461.983994,1256.572818,2301.318648,1265.711553,2454.569877 +173642,2466.65489,1256.680972,2309.743276,1272.14903,2460.413421 +173643,2470.61998,1256.364789,2318.353548,1278.120153,2463.558003 +173644,2474.145314,1255.891101,2323.447981,1284.023531,2468.007968 +173645,2477.489536,1255.328698,2327.618367,1289.885432,2469.952542 +173646,2480.682108,1254.714533,2330.930497,1295.737088,2474.125706 +173647,2483.878552,1254.068173,2333.276915,1301.601838,2476.058662 +173648,2486.840331,1253.40318,2335.255619,1307.566053,2479.134582 +173649,2489.797379,1252.727952,2336.7799,1313.375405,2486.397692 +173650,2492.826514,1252.045725,2338.070306,1319.388146,2477.071505 +173651,2495.655105,1251.431265,2339.187483,1325.297867,2493.41653 +173652,2498.500822,1250.63794,2340.372818,1331.448053,2487.279183 +173653,2501.432773,1249.999168,2341.363959,1337.471271,2490.923098 +173654,2504.169928,1249.298844,2342.224605,1343.676008,2493.679149 +173655,2507.031488,1248.609754,2343.085279,1349.721775,2495.708462 +173656,2509.720997,1247.920661,2345.633817,1355.97852,2498.078555 +173657,2512.53134,1247.23512,2347.158181,1362.207444,2499.971036 +173658,2515.171821,1246.549745,2348.240054,1368.49025,2502.062161 +173659,2517.940759,1245.867763,2347.381238,1374.813137,2503.633358 +173660,2520.541867,1245.185606,2347.404206,1381.174581,2506.115558 +173661,2523.275896,1244.507181,2347.789483,1387.581133,2508.034628 +173662,2525.837901,1243.829675,2350.053943,1394.024595,2510.263734 +173663,2528.671718,1243.157929,2349.838589,1400.506418,2516.707037 +173664,2530.984465,1242.485592,2350.065506,1407.02963,2507.191295 +173665,2533.752373,1241.747102,2350.452387,1413.670915,2521.828497 +173666,2536.22002,1241.185205,2351.122332,1420.145248,2516.948121 +173667,2538.854189,1240.473217,2351.729419,1426.840858,2518.847211 +173668,2541.311036,1239.824516,2352.25255,1433.416687,2521.326554 +173669,2543.918467,1239.168447,2352.809927,1445.36046,2523.074278 +173670,2546.351551,1238.513518,2355.097799,1442.153885,2525.141544 +173671,2549.043055,1237.818222,2354.686593,1453.246665,2526.039496 +173672,2554.936859,1237.109737,2354.809321,1461.418863,2528.008614 +173673,2547.468949,1236.4021,2355.281769,1466.668335,2534.704667 +173674,2573.274759,1235.691412,2357.3954,1473.672091,2525.944928 +173675,2535.790375,1234.986179,2356.793222,1480.4897,2537.965054 +173676,2576.120949,1232.848367,2358.653259,1492.41675,2535.2606 +173677,2593.457395,1231.724109,2359.390238,1499.939489,2535.910227 +173678,2531.673497,1230.890837,2357.921028,1507.474471,2537.242063 +173679,2592.990161,1230.036758,2357.333179,1514.672022,2539.337461 +173680,2572.243234,1229.213387,2357.095639,1522.017515,2540.888934 +173681,2578.789911,1228.400734,2357.225957,1529.119675,2547.088391 +173682,2581.107717,1227.594541,2359.067725,1536.425874,2539.387048 +173683,2583.523449,1226.798106,2358.172612,1543.650707,2549.179474 +173684,2585.75406,1226.002139,2358.016231,1550.905018,2547.198496 +173685,2588.122133,1225.211817,2359.739627,1558.252356,2548.623684 +173686,2590.285744,1224.428898,2358.777447,1565.290676,2548.981023 +173687,2592.761219,1223.645584,2358.56912,1577.216193,2555.415557 +173688,2594.664699,1222.868242,2358.527449,1579.330494,2548.11247 +173689,2597.052407,1222.09401,2358.5011,1600.834981,2561.575207 +173690,2599.217048,1221.322714,2358.941687,1571.295611,2552.670069 +173691,2601.28536,1220.554218,2360.709546,1612.525186,2555.977254 +173692,2603.498738,1219.792177,2359.808749,1607.276547,2561.344827 +173693,2605.641008,1219.029225,2359.643719,1616.270313,2560.100149 +173694,2607.753785,1218.270131,2361.304737,1623.886142,2561.336686 +173695,2611.884023,1217.517491,2360.234056,1631.314436,2560.261629 +173696,2610.637377,1216.763016,2359.670368,1639.608849,2560.64335 +173697,2623.543926,1216.013516,2359.273378,1656.509182,2561.570189 +173698,2601.005227,1215.265919,2359.074118,1636.110789,2562.506843 +173699,2625.40787,1214.521013,2358.934936,1673.034748,2561.746304 +173700,2643.068729,1213.778748,2358.603843,1672.517887,2560.806064 +173701,2508.649586,1179.92041,2355.723729,1651.212471,2468.284821 +173702,2564.291332,1178.950852,2344.381138,1661.039282,2404.785872 +173703,2544.664879,1178.038073,2330.39831,1670.798129,2435.933035 +173704,2549.891584,1177.18439,2319.762073,1689.965845,2428.670734 +173705,2551.84565,1176.415266,2312.89431,1688.404676,2429.54089 +173706,2553.317856,1175.49237,2310.355676,1701.293814,2431.17777 +173707,2555.110111,1174.728275,2306.849115,1716.155287,2431.211378 +173708,2556.796364,1173.844238,2305.018004,1719.287286,2432.527534 +173709,2558.489748,1173.143358,2304.259921,1731.961078,2433.428531 +173710,2563.222611,1172.36914,2304.289691,1741.373828,2434.315243 +173711,2557.346368,1171.491749,2304.79001,1750.969319,2435.21826 +173712,2576.432118,1170.687464,2305.508035,1760.990419,2436.101437 +173713,2548.81738,1169.996459,2306.348017,1770.775209,2436.979205 +173714,2597.669308,1169.172836,2307.202313,1780.407934,2437.8389 +173715,2532.308964,1168.41099,2308.089836,1790.459162,2438.703799 +173716,2586.947828,1167.642518,2308.997755,1800.135854,2439.559545 +173717,2568.660478,1166.877719,2309.83891,1809.828485,2440.394874 +173718,2578.800521,1166.116029,2310.738996,1825.274617,2441.253235 +173719,2566.352597,1165.357786,2311.644096,1827.237516,2442.089922 +173720,2596.694936,1164.602412,2312.418224,1840.126151,2442.897414 +173721,2553.964534,1163.84986,2313.210797,1849.650451,2443.735561 +173722,2591.265263,1163.099879,2314.043021,1859.111758,2444.562046 +173723,2579.894474,1162.352811,2314.825849,1868.636273,2445.541206 +173724,2581.934823,1161.673374,2317.268226,1878.615318,2446.401962 +173725,2588.830352,1160.836201,2317.013696,1888.010041,2446.723233 +173726,2580.787298,1160.141159,2317.365888,1897.606612,2447.789884 +173727,2597.577363,1159.393509,2317.960499,1907.3645,2448.546725 +173728,2577.997518,1158.657026,2318.689633,1916.92363,2449.366842 +173729,2606.613768,1157.922606,2319.468907,1926.321323,2450.130875 +173730,2575.115819,1157.189653,2320.394472,1941.196175,2450.928136 +173731,2614.132907,1156.326495,2321.313483,1943.430545,2451.65678 +173732,2573.98046,1155.609997,2322.096117,1954.900002,2452.619398 +173733,2617.729218,1154.747607,2322.84163,1964.212278,2453.108978 +173734,2576.702276,1153.93588,2323.597128,1972.946695,2453.932031 +173735,2615.496427,1153.175885,2324.331753,1981.760095,2454.679987 +173736,2585.570042,1152.253074,2325.052656,1991.045662,2455.495403 +173737,2606.692187,1151.467319,2325.881093,2004.345079,2456.166079 +173738,2600.432849,1150.623561,2326.685139,2007.366475,2456.847953 +173739,2603.093923,1149.785381,2329.000711,2017.849963,2457.412143 +173740,2604.011542,1148.948118,2328.643395,2026.327855,2458.090096 +173741,2605.171793,1148.103773,2329.032335,2040.453112,2459.189078 +173742,2606.134313,1147.258763,2329.644614,2042.588531,2459.654016 +173743,2607.377307,1146.410656,2330.178278,2052.234618,2460.21089 +173744,2608.082385,1145.559386,2330.716071,2061.039615,2461.157893 +173745,2609.24371,1144.768545,2331.433009,2073.860317,2461.613845 +173746,2610.106944,1143.819548,2332.180496,2077.101105,2462.304696 +173747,2611.124455,1143.004223,2332.89383,2090.152936,2463.063738 +173748,2611.979554,1142.067502,2335.22396,2094.846412,2463.942434 +173749,2612.947635,1141.297233,2334.882545,2105.973827,2463.916095 +173750,2613.775525,1140.38106,2336.708128,2110.936627,2465.131041 +173751,2614.70451,1139.522833,2336.061081,2120.065335,2465.207943 +173752,2615.498077,1138.644974,2337.653061,2125.290249,2466.180911 +173753,2616.398489,1137.769915,2338.363899,2130.871496,2466.717147 +173754,2617.136497,1136.890741,2336.884833,2132.358697,2466.81526 +173755,2617.928425,1136.066671,2337.584266,2136.212756,2467.887636 +173756,2618.789369,1135.092759,2335.749787,2137.767131,2467.890655 +173757,2619.495673,1134.245834,2334.441742,2140.35029,2468.566436 +173758,2620.223914,1133.345009,2333.293778,2143.422639,2469.106167 +173759,2621.055897,1132.450386,2332.228405,2146.757271,2469.614843 +173760,2621.713504,1131.551856,2332.879064,2152.059824,2470.382921 +173761,2469.037328,1064.407979,2328.15305,2151.487053,2180.010618 +173762,2468.603643,1062.944828,2308.838275,2137.004766,2186.112113 +173763,2485.381745,1061.659733,2286.993676,2121.885119,2181.83491 +173764,2443.515876,1060.292898,2269.005408,2112.420174,2182.228722 +173765,2480.573465,1059.217776,2255.797023,2108.641263,2181.813222 +173766,2466.458154,1057.982989,2246.472219,2108.728519,2187.775206 +173767,2468.721536,1056.81215,2239.473603,2110.706839,2171.711709 +173768,2469.222148,1055.653005,2234.375509,2113.569475,2191.659725 +173769,2469.349641,1054.487862,2230.46119,2116.835181,2176.809775 +173770,2469.447792,1053.338851,2227.205975,2120.112646,2181.64163 +173771,2469.664242,1052.188022,2224.453475,2123.404665,2180.791947 +173772,2469.854189,1051.038835,2222.101904,2126.741565,2180.481384 +173773,2469.725242,1049.891328,2220.020094,2130.080619,2180.369003 +173774,2469.90118,1048.745026,2218.135428,2133.413849,2180.201847 +173775,2469.943174,1047.598441,2218.099821,2138.621736,2180.063967 +173776,2469.965666,1046.456733,2215.541772,2140.827313,2179.837189 +173777,2469.984233,1045.311275,2213.601273,2143.633353,2179.728028 +173778,2469.9742,1044.167092,2213.588387,2148.548733,2179.634903 +173779,2469.924634,1043.027039,2211.076648,2150.592312,2179.375202 +173780,2469.867482,1041.882795,2209.188671,2153.306011,2179.183366 +173781,2469.775099,1040.741146,2207.521119,2156.269922,2179.21975 +173782,2469.664109,1039.59776,2207.681248,2161.250213,2179.038665 +173783,2469.515307,1038.457456,2206.995027,2165.182046,2178.875818 +173784,2469.34653,1037.31547,2205.980947,2168.648654,2178.752045 +173785,2469.143509,1036.175525,2203.085716,2169.9808,2178.565883 +173786,2468.92344,1035.032651,2201.009757,2172.296383,2178.474795 +173787,2468.668776,1033.891591,2199.251627,2175.035701,2178.35552 +173788,2468.388073,1032.74994,2197.666956,2177.981417,2178.180747 +173789,2468.079116,1031.608359,2196.182457,2181.005099,2178.064344 +173790,2467.741815,1030.466663,2194.75733,2184.042029,2177.926119 +173791,2467.100852,1029.291528,2195.075695,2188.963977,2177.850834 +173792,2466.346431,1027.956987,2192.786375,2190.818916,2177.591112 +173793,2465.549536,1026.735274,2191.047196,2193.198228,2177.524747 +173794,2464.700187,1025.457139,2191.181691,2197.616874,2177.428582 +173795,2463.79218,1024.183892,2188.77666,2199.088327,2177.167141 +173796,2462.862153,1022.90117,2188.669712,2203.081554,2177.132562 +173797,2461.866765,1021.617663,2186.13472,2204.288275,2176.931661 +173798,2460.848052,1020.325796,2184.245872,2206.212438,2176.732838 +173799,2459.780289,1018.97347,2182.58133,2208.397485,2176.612303 +173800,2458.67396,1017.75802,2181.034354,2210.695598,2176.43949 +173801,2454.462304,1013.121359,2181.269144,2214.931317,2176.293287 +173802,2452.693806,1011.282913,2178.569803,2216.525762,2175.892552 +173803,2451.187637,1009.656769,2177.923841,2220.807882,2176.008294 +173804,2449.688679,1008.106235,2174.798761,2222.263505,2175.584259 +173805,2448.208429,1006.58136,2172.369882,2224.31853,2175.46433 +173806,2446.708404,1005.074862,2171.944548,2228.614188,2175.301875 +173807,2445.169186,1003.583241,2169.08072,2229.732747,2174.93845 +173808,2443.621642,1002.149487,2166.881132,2231.459689,2174.781569 +173809,2442.041847,1000.58319,2166.631361,2235.293367,2174.584445 +173810,2440.416606,999.1457648,2163.899355,2236.219413,2174.184003 +173811,2438.780786,997.6593836,2161.800907,2237.795564,2174.022069 +173812,2437.104492,996.1855517,2159.928009,2239.595166,2173.679086 +173813,2435.400113,994.7134291,2158.177917,2241.488838,2173.398904 +173814,2433.521648,993.2429289,2156.501894,2243.402104,2173.089718 +173815,2431.970389,991.7726726,2156.572194,2247.190919,2172.843882 +173816,2430.065789,990.3069888,2154.049187,2247.935992,2172.368541 +173817,2428.262855,988.8383947,2152.091423,2249.267028,2172.115002 +173818,2426.40302,987.3722746,2150.31756,2250.800877,2171.745189 +173819,2424.513064,985.9062412,2148.639854,2252.427466,2171.380277 +173820,2422.591952,984.440504,2147.017184,2254.076572,2171.007584 +173821,1866.79336,982.830146,874.3379904,1621.696224,2082.459121 +173822,1968.240425,1113.409067,933.2818267,1728.559292,2176.008121 +173823,2079.870807,1135.003928,1003.923647,1849.81629,2272.413267 +173824,2155.337408,1086.601438,1059.30758,1933.098165,2331.694038 +173825,2198.704285,1138.643597,1098.425105,1977.946816,2362.775825 +173826,2225.310399,1098.391958,1127.433244,2000.585131,2381.155957 +173827,2242.680694,1120.295086,1150.052082,2012.236078,2393.36157 +173828,2255.2529,1111.240051,1168.485578,2019.286803,2402.602332 +173829,2264.999773,1111.654128,1183.94488,2024.567769,2410.205092 +173830,2272.885109,1110.549465,1197.126564,2029.08426,2416.79897 +173831,2279.378948,1109.438406,1208.452653,2033.094141,2422.660572 +173832,2284.739046,1108.29202,1218.209443,2036.64772,2427.896755 +173833,2289.158905,1107.1554,1226.632239,2039.80402,2432.58187 +173834,2292.810476,1106.016119,1233.924895,2042.644393,2436.78391 +173835,2295.83217,1104.876553,1240.262195,2045.246118,2440.564678 +173836,2298.339714,1103.736961,1245.791747,2047.667733,2443.978746 +173837,2300.426519,1102.600212,1250.637134,2049.948325,2447.073358 +173838,2302.166934,1101.465634,1254.9017,2052.112947,2449.88943 +173839,2303.620025,1100.33519,1258.671889,2054.178,2452.46232 +173840,2304.833157,1099.207635,1262.020182,2056.154948,2454.822802 +173841,2305.813002,1098.084333,1264.991977,2058.026576,2456.963465 +173842,2306.619982,1096.963673,1267.652523,2059.824088,2458.93911 +173843,2307.303974,1095.846617,1270.056744,2061.572935,2460.796606 +173844,2307.871101,1094.719451,1272.23396,2063.26461,2462.538433 +173845,2308.33043,1093.603434,1274.210424,2064.893988,2464.171142 +173846,2308.693526,1092.491261,1276.011104,2066.46221,2465.706307 +173847,2308.971679,1091.380431,1277.657985,2067.972116,2467.155709 +173848,2309.174584,1090.2699,1279.169637,2069.426079,2468.529605 +173849,2309.310203,1089.159206,1280.5616,2071.011387,2469.8366 +173850,2309.385078,1088.047519,1281.846952,2072.3442,2471.283731 +173851,2309.42897,1086.828883,1283.036763,2073.620113,2472.475055 +173852,2309.459294,1085.586069,1284.136283,2074.732122,2473.616047 +173853,2309.480924,1084.330527,1285.150597,2075.621928,2474.713308 +173854,2309.492383,1083.064943,1286.085822,2076.291051,2475.771721 +173855,2309.490312,1081.79056,1286.948378,2076.768124,2476.794853 +173856,2309.471536,1080.507631,1287.744273,2077.083488,2477.785538 +173857,2309.433632,1079.285027,1288.478797,2077.259558,2478.746168 +173858,2309.374813,1077.883104,1289.156518,2077.310712,2479.678824 +173859,2309.293636,1076.626851,1289.781381,2077.246061,2480.585295 +173860,2309.189014,1075.299797,1290.356832,2077.071891,2481.46714 +173861,2309.06,1073.976213,1290.885896,2076.793005,2482.325678 +173862,2308.905847,1072.644387,1291.371248,2076.413322,2483.162048 +173863,2308.725931,1071.304569,1291.815262,2075.936102,2483.977204 +173864,2308.519723,1069.95656,1292.22006,2075.364092,2484.771972 +173865,2308.286755,1068.600568,1292.587543,2074.699609,2485.547045 +173866,2308.026721,1067.236415,1292.919426,2073.944653,2486.303024 +173867,2307.739338,1065.796694,1293.217257,2073.100966,2487.040409 +173868,2307.424363,1064.517699,1293.482454,2072.170108,2487.759645 +173869,2307.081596,1063.079118,1293.716306,2071.153483,2488.461097 +173870,2306.710845,1061.69436,1293.919998,2069.86535,2489.145081 +173871,2306.311945,1060.290382,1294.094625,2068.691065,2489.811865 +173872,2305.884816,1058.898627,1294.241213,2067.439188,2490.461712 +173873,2305.43792,1057.484099,1294.361509,2066.134683,2491.094834 +173874,2304.968702,1056.059606,1294.456205,2064.764663,2491.711442 +173875,2304.472762,1054.626957,1294.525737,2063.313513,2492.311694 +173876,2303.947587,1053.186381,1294.570647,2061.774962,2492.895733 +173877,2303.392448,1051.738265,1294.591593,2060.149916,2493.463675 +173878,2302.807461,1050.282531,1294.589276,2058.44189,2494.015646 +173879,2302.19296,1048.885874,1294.564383,2056.654265,2494.551757 +173880,2301.549265,1047.315985,1294.51757,2054.789494,2495.072124 +173881,0,0,0,0,0 +173882,0,0,0,0,0 +173883,0,0,0,0,0 +173884,0,0,0,0,0 +173885,0,0,0,0,0 +173886,0,0,0,0,0 +173887,0,0,0,0,0 +173888,0,0,0,0,0 +173889,0,0,0,0,0 +173890,0,0,0,0,0 +173891,0,0,0,0,0 +173892,0,0,0,0,0 +173893,0,0,0,0,0 +173894,0,0,0,0,0 +173895,0,0,0,0,0 +173896,0,0,0,0,0 +173897,0,0,0,0,0 +173898,0,0,0,0,0 +173899,0,0,0,0,0 +173900,0,0,0,0,0 +173901,0,0,0,0,0 +173902,0,0,0,0,0 +173903,0,0,0,0,0 +173904,0,0,0,0,0 +173905,0,0,0,0,0 +173906,0,0,0,0,0 +173907,0,0,0,0,0 +173908,0,0,0,0,0 +173909,0,0,0,0,0 +173910,0,0,0,0,0 +173911,0,0,0,0,0 +173912,0,0,0,0,0 +173913,0,0,0,0,0 +173914,0,0,0,0,0 +173915,0,0,0,0,0 +173916,0,0,0,0,0 +173917,0,0,0,0,0 +173918,0,0,0,0,0 +173919,0,0,0,0,0 +173920,0,0,0,0,0 +173921,0,0,0,0,0 +173922,0,0,0,0,0 +173923,0,0,0,0,0 +173924,0,0,0,0,0 +173925,0,0,0,0,0 +173926,0,0,0,0,0 +173927,0,0,0,0,0 +173928,0,0,0,0,0 +173929,0,0,0,0,0 +173930,0,0,0,0,0 +173931,0,0,0,0,0 +173932,0,0,0,0,0 +173933,0,0,0,0,0 +173934,0,0,0,0,0 +173935,0,0,0,0,0 +173936,0,0,0,0,0 +173937,0,0,0,0,0 +173938,0,0,0,0,0 +173939,0,0,0,0,0 +173940,0,0,0,0,0 +173941,0,0,0,0,0 +173942,0,0,0,0,0 +173943,0,0,0,0,0 +173944,0,0,0,0,0 +173945,0,0,0,0,0 +173946,0,0,0,0,0 +173947,0,0,0,0,0 +173948,0,0,0,0,0 +173949,0,0,0,0,0 +173950,0,0,0,0,0 +173951,0,0,0,0,0 +173952,0,0,0,0,0 +173953,0,0,0,0,0 +173954,0,0,0,0,0 +173955,0,0,0,0,0 +173956,0,0,0,0,0 +173957,0,0,0,0,0 +173958,0,0,0,0,0 +173959,0,0,0,0,0 +173960,0,0,0,0,0 +173961,0,0,0,0,0 +173962,0,0,0,0,0 +173963,0,0,0,0,0 +173964,0,0,0,0,0 +173965,0,0,0,0,0 +173966,0,0,0,0,0 +173967,0,0,0,0,0 +173968,0,0,0,0,0 +173969,0,0,0,0,0 +173970,0,0,0,0,0 +173971,0,0,0,0,0 +173972,0,0,0,0,0 +173973,0,0,0,0,0 +173974,0,0,0,0,0 +173975,0,0,0,0,0 +173976,0,0,0,0,0 +173977,0,0,0,0,0 +173978,0,0,0,0,0 +173979,0,0,0,0,0 +173980,0,0,0,0,0 +173981,0,0,0,0,0 +173982,0,0,0,0,0 +173983,0,0,0,0,0 +173984,0,0,0,0,0 +173985,0,0,0,0,0 +173986,0,0,0,0,0 +173987,0,0,0,0,0 +173988,0,0,0,0,0 +173989,0,0,0,0,0 +173990,0,0,0,0,0 +173991,0,0,0,0,0 +173992,0,0,0,0,0 +173993,0,0,0,0,0 +173994,0,0,0,0,0 +173995,0,0,0,0,0 +173996,0,0,0,0,0 +173997,0,0,0,0,0 +173998,0,0,0,0,0 +173999,0,0,0,0,0 +174000,0,0,0,0,0 +174001,0,0,0,0,0 +174002,0,0,0,0,0 +174003,0,0,0,0,0 +174004,0,0,0,0,0 +174005,0,0,0,0,0 +174006,0,0,0,0,0 +174007,0,0,0,0,0 +174008,0,0,0,0,0 +174009,0,0,0,0,0 +174010,0,0,0,0,0 +174011,0,0,0,0,0 +174012,0,0,0,0,0 +174013,0,0,0,0,0 +174014,0,0,0,0,0 +174015,0,0,0,0,0 +174016,0,0,0,0,0 +174017,0,0,0,0,0 +174018,0,0,0,0,0 +174019,0,0,0,0,0 +174020,0,0,0,0,0 +174021,0,0,0,0,0 +174022,0,0,0,0,0 +174023,0,0,0,0,0 +174024,0,0,0,0,0 +174025,0,0,0,0,0 +174026,0,0,0,0,0 +174027,0,0,0,0,0 +174028,0,0,0,0,0 +174029,0,0,0,0,0 +174030,0,0,0,0,0 +174031,0,0,0,0,0 +174032,0,0,0,0,0 +174033,0,0,0,0,0 +174034,0,0,0,0,0 +174035,0,0,0,0,0 +174036,0,0,0,0,0 +174037,0,0,0,0,0 +174038,0,0,0,0,0 +174039,0,0,0,0,0 +174040,0,0,0,0,0 +174041,0,0,0,0,0 +174042,0,0,0,0,0 +174043,0,0,0,0,0 +174044,0,0,0,0,0 +174045,0,0,0,0,0 +174046,0,0,0,0,0 +174047,0,0,0,0,0 +174048,0,0,0,0,0 +174049,0,0,0,0,0 +174050,0,0,0,0,0 +174051,0,0,0,0,0 +174052,0,0,0,0,0 +174053,0,0,0,0,0 +174054,0,0,0,0,0 +174055,0,0,0,0,0 +174056,0,0,0,0,0 +174057,0,0,0,0,0 +174058,0,0,0,0,0 +174059,0,0,0,0,0 +174060,0,0,0,0,0 +174061,0,0,0,0,0 +174062,0,0,0,0,0 +174063,0,0,0,0,0 +174064,0,0,0,0,0 +174065,0,0,0,0,0 +174066,0,0,0,0,0 +174067,0,0,0,0,0 +174068,0,0,0,0,0 +174069,0,0,0,0,0 +174070,0,0,0,0,0 +174071,0,0,0,0,0 +174072,0,0,0,0,0 +174073,0,0,0,0,0 +174074,0,0,0,0,0 +174075,0,0,0,0,0 +174076,0,0,0,0,0 +174077,0,0,0,0,0 +174078,0,0,0,0,0 +174079,0,0,0,0,0 +174080,0,0,0,0,0 +174081,0,0,0,0,0 +174082,0,0,0,0,0 +174083,0,0,0,0,0 +174084,0,0,0,0,0 +174085,0,0,0,0,0 +174086,0,0,0,0,0 +174087,0,0,0,0,0 +174088,0,0,0,0,0 +174089,0,0,0,0,0 +174090,0,0,0,0,0 +174091,0,0,0,0,0 +174092,0,0,0,0,0 +174093,0,0,0,0,0 +174094,0,0,0,0,0 +174095,0,0,0,0,0 +174096,0,0,0,0,0 +174097,0,0,0,0,0 +174098,0,0,0,0,0 +174099,0,0,0,0,0 +174100,0,0,0,0,0 +174101,0,0,0,0,0 +174102,0,0,0,0,0 +174103,0,0,0,0,0 +174104,0,0,0,0,0 +174105,0,0,0,0,0 +174106,0,0,0,0,0 +174107,0,0,0,0,0 +174108,0,0,0,0,0 +174109,0,0,0,0,0 +174110,0,0,0,0,0 +174111,0,0,0,0,0 +174112,0,0,0,0,0 +174113,0,0,0,0,0 +174114,0,0,0,0,0 +174115,0,0,0,0,0 +174116,0,0,0,0,0 +174117,0,0,0,0,0 +174118,0,0,0,0,0 +174119,0,0,0,0,0 +174120,0,0,0,0,0 +174121,0,0,0,0,0 +174122,0,0,0,0,0 +174123,0,0,0,0,0 +174124,0,0,0,0,0 +174125,0,0,0,0,0 +174126,0,0,0,0,0 +174127,0,0,0,0,0 +174128,0,0,0,0,0 +174129,0,0,0,0,0 +174130,0,0,0,0,0 +174131,0,0,0,0,0 +174132,0,0,0,0,0 +174133,0,0,0,0,0 +174134,0,0,0,0,0 +174135,0,0,0,0,0 +174136,0,0,0,0,0 +174137,0,0,0,0,0 +174138,0,0,0,0,0 +174139,0,0,0,0,0 +174140,0,0,0,0,0 +174141,0,0,0,0,0 +174142,0,0,0,0,0 +174143,0,0,0,0,0 +174144,0,0,0,0,0 +174145,0,0,0,0,0 +174146,0,0,0,0,0 +174147,0,0,0,0,0 +174148,0,0,0,0,0 +174149,0,0,0,0,0 +174150,0,0,0,0,0 +174151,0,0,0,0,0 +174152,0,0,0,0,0 +174153,0,0,0,0,0 +174154,0,0,0,0,0 +174155,0,0,0,0,0 +174156,0,0,0,0,0 +174157,0,0,0,0,0 +174158,0,0,0,0,0 +174159,0,0,0,0,0 +174160,0,0,0,0,0 +174161,0,0,0,0,0 +174162,0,0,0,0,0 +174163,0,0,0,0,0 +174164,0,0,0,0,0 +174165,0,0,0,0,0 +174166,0,0,0,0,0 +174167,0,0,0,0,0 +174168,0,0,0,0,0 +174169,0,0,0,0,0 +174170,0,0,0,0,0 +174171,0,0,0,0,0 +174172,0,0,0,0,0 +174173,0,0,0,0,0 +174174,0,0,0,0,0 +174175,0,0,0,0,0 +174176,0,0,0,0,0 +174177,0,0,0,0,0 +174178,0,0,0,0,0 +174179,0,0,0,0,0 +174180,0,0,0,0,0 +174181,0,0,0,0,0 +174182,0,0,0,0,0 +174183,0,0,0,0,0 +174184,0,0,0,0,0 +174185,0,0,0,0,0 +174186,0,0,0,0,0 +174187,0,0,0,0,0 +174188,0,0,0,0,0 +174189,0,0,0,0,0 +174190,0,0,0,0,0 +174191,0,0,0,0,0 +174192,0,0,0,0,0 +174193,0,0,0,0,0 +174194,0,0,0,0,0 +174195,0,0,0,0,0 +174196,0,0,0,0,0 +174197,0,0,0,0,0 +174198,0,0,0,0,0 +174199,0,0,0,0,0 +174200,0,0,0,0,0 +174201,0,0,0,0,0 +174202,0,0,0,0,0 +174203,0,0,0,0,0 +174204,0,0,0,0,0 +174205,0,0,0,0,0 +174206,0,0,0,0,0 +174207,0,0,0,0,0 +174208,0,0,0,0,0 +174209,0,0,0,0,0 +174210,0,0,0,0,0 +174211,0,0,0,0,0 +174212,0,0,0,0,0 +174213,0,0,0,0,0 +174214,0,0,0,0,0 +174215,0,0,0,0,0 +174216,0,0,0,0,0 +174217,0,0,0,0,0 +174218,0,0,0,0,0 +174219,0,0,0,0,0 +174220,0,0,0,0,0 +174221,0,0,0,0,0 +174222,0,0,0,0,0 +174223,0,0,0,0,0 +174224,0,0,0,0,0 +174225,0,0,0,0,0 +174226,0,0,0,0,0 +174227,0,0,0,0,0 +174228,0,0,0,0,0 +174229,0,0,0,0,0 +174230,0,0,0,0,0 +174231,0,0,0,0,0 +174232,0,0,0,0,0 +174233,0,0,0,0,0 +174234,0,0,0,0,0 +174235,0,0,0,0,0 +174236,0,0,0,0,0 +174237,0,0,0,0,0 +174238,0,0,0,0,0 +174239,0,0,0,0,0 +174240,0,0,0,0,0 +174241,0,0,0,0,0 +174242,0,0,0,0,0 +174243,0,0,0,0,0 +174244,0,0,0,0,0 +174245,0,0,0,0,0 +174246,0,0,0,0,0 +174247,0,0,0,0,0 +174248,0,0,0,0,0 +174249,0,0,0,0,0 +174250,0,0,0,0,0 +174251,0,0,0,0,0 +174252,0,0,0,0,0 +174253,0,0,0,0,0 +174254,0,0,0,0,0 +174255,0,0,0,0,0 +174256,0,0,0,0,0 +174257,0,0,0,0,0 +174258,0,0,0,0,0 +174259,0,0,0,0,0 +174260,0,0,0,0,0 +174261,0,0,0,0,0 +174262,0,0,0,0,0 +174263,0,0,0,0,0 +174264,0,0,0,0,0 +174265,0,0,0,0,0 +174266,0,0,0,0,0 +174267,0,0,0,0,0 +174268,0,0,0,0,0 +174269,0,0,0,0,0 +174270,0,0,0,0,0 +174271,0,0,0,0,0 +174272,0,0,0,0,0 +174273,0,0,0,0,0 +174274,0,0,0,0,0 +174275,0,0,0,0,0 +174276,0,0,0,0,0 +174277,0,0,0,0,0 +174278,0,0,0,0,0 +174279,0,0,0,0,0 +174280,0,0,0,0,0 +174281,0,0,0,0,0 +174282,0,0,0,0,0 +174283,0,0,0,0,0 +174284,0,0,0,0,0 +174285,0,0,0,0,0 +174286,0,0,0,0,0 +174287,0,0,0,0,0 +174288,0,0,0,0,0 +174289,0,0,0,0,0 +174290,0,0,0,0,0 +174291,0,0,0,0,0 +174292,0,0,0,0,0 +174293,0,0,0,0,0 +174294,0,0,0,0,0 +174295,0,0,0,0,0 +174296,0,0,0,0,0 +174297,0,0,0,0,0 +174298,0,0,0,0,0 +174299,0,0,0,0,0 +174300,0,0,0,0,0 +174301,0,0,0,0,0 +174302,0,0,0,0,0 +174303,0,0,0,0,0 +174304,0,0,0,0,0 +174305,0,0,0,0,0 +174306,0,0,0,0,0 +174307,0,0,0,0,0 +174308,0,0,0,0,0 +174309,0,0,0,0,0 +174310,0,0,0,0,0 +174311,0,0,0,0,0 +174312,0,0,0,0,0 +174313,0,0,0,0,0 +174314,0,0,0,0,0 +174315,0,0,0,0,0 +174316,0,0,0,0,0 +174317,0,0,0,0,0 +174318,0,0,0,0,0 +174319,0,0,0,0,0 +174320,0,0,0,0,0 +174321,0,0,0,0,0 +174322,0,0,0,0,0 +174323,0,0,0,0,0 +174324,0,0,0,0,0 +174325,0,0,0,0,0 +174326,0,0,0,0,0 +174327,0,0,0,0,0 +174328,0,0,0,0,0 +174329,0,0,0,0,0 +174330,0,0,0,0,0 +174331,0,0,0,0,0 +174332,0,0,0,0,0 +174333,0,0,0,0,0 +174334,0,0,0,0,0 +174335,0,0,0,0,0 +174336,0,0,0,0,0 +174337,0,0,0,0,0 +174338,0,0,0,0,0 +174339,0,0,0,0,0 +174340,0,0,0,0,0 +174341,0,0,0,0,0 +174342,0,0,0,0,0 +174343,0,0,0,0,0 +174344,0,0,0,0,0 +174345,0,0,0,0,0 +174346,0,0,0,0,0 +174347,0,0,0,0,0 +174348,0,0,0,0,0 +174349,0,0,0,0,0 +174350,0,0,0,0,0 +174351,0,0,0,0,0 +174352,0,0,0,0,0 +174353,0,0,0,0,0 +174354,0,0,0,0,0 +174355,0,0,0,0,0 +174356,0,0,0,0,0 +174357,0,0,0,0,0 +174358,0,0,0,0,0 +174359,0,0,0,0,0 +174360,0,0,0,0,0 +174361,0,0,0,0,0 +174362,0,0,0,0,0 +174363,0,0,0,0,0 +174364,0,0,0,0,0 +174365,0,0,0,0,0 +174366,0,0,0,0,0 +174367,0,0,0,0,0 +174368,0,0,0,0,0 +174369,0,0,0,0,0 +174370,0,0,0,0,0 +174371,0,0,0,0,0 +174372,0,0,0,0,0 +174373,0,0,0,0,0 +174374,0,0,0,0,0 +174375,0,0,0,0,0 +174376,0,0,0,0,0 +174377,0,0,0,0,0 +174378,0,0,0,0,0 +174379,0,0,0,0,0 +174380,0,0,0,0,0 +174381,0,0,0,0,0 +174382,0,0,0,0,0 +174383,0,0,0,0,0 +174384,0,0,0,0,0 +174385,0,0,0,0,0 +174386,0,0,0,0,0 +174387,0,0,0,0,0 +174388,0,0,0,0,0 +174389,0,0,0,0,0 +174390,0,0,0,0,0 +174391,0,0,0,0,0 +174392,0,0,0,0,0 +174393,0,0,0,0,0 +174394,0,0,0,0,0 +174395,0,0,0,0,0 +174396,0,0,0,0,0 +174397,0,0,0,0,0 +174398,0,0,0,0,0 +174399,0,0,0,0,0 +174400,0,0,0,0,0 +174401,0,0,0,0,0 +174402,0,0,0,0,0 +174403,0,0,0,0,0 +174404,0,0,0,0,0 +174405,0,0,0,0,0 +174406,0,0,0,0,0 +174407,0,0,0,0,0 +174408,0,0,0,0,0 +174409,0,0,0,0,0 +174410,0,0,0,0,0 +174411,0,0,0,0,0 +174412,0,0,0,0,0 +174413,0,0,0,0,0 +174414,0,0,0,0,0 +174415,0,0,0,0,0 +174416,0,0,0,0,0 +174417,0,0,0,0,0 +174418,0,0,0,0,0 +174419,0,0,0,0,0 +174420,0,0,0,0,0 +174421,0,0,0,0,0 +174422,0,0,0,0,0 +174423,0,0,0,0,0 +174424,0,0,0,0,0 +174425,0,0,0,0,0 +174426,0,0,0,0,0 +174427,0,0,0,0,0 +174428,0,0,0,0,0 +174429,0,0,0,0,0 +174430,0,0,0,0,0 +174431,0,0,0,0,0 +174432,0,0,0,0,0 +174433,0,0,0,0,0 +174434,0,0,0,0,0 +174435,0,0,0,0,0 +174436,0,0,0,0,0 +174437,0,0,0,0,0 +174438,0,0,0,0,0 +174439,0,0,0,0,0 +174440,0,0,0,0,0 +174441,0,0,0,0,0 +174442,0,0,0,0,0 +174443,0,0,0,0,0 +174444,0,0,0,0,0 +174445,0,0,0,0,0 +174446,0,0,0,0,0 +174447,0,0,0,0,0 +174448,0,0,0,0,0 +174449,0,0,0,0,0 +174450,0,0,0,0,0 +174451,0,0,0,0,0 +174452,0,0,0,0,0 +174453,0,0,0,0,0 +174454,0,0,0,0,0 +174455,0,0,0,0,0 +174456,0,0,0,0,0 +174457,0,0,0,0,0 +174458,0,0,0,0,0 +174459,0,0,0,0,0 +174460,0,0,0,0,0 +174461,0,0,0,0,0 +174462,0,0,0,0,0 +174463,0,0,0,0,0 +174464,0,0,0,0,0 +174465,0,0,0,0,0 +174466,0,0,0,0,0 +174467,0,0,0,0,0 +174468,0,0,0,0,0 +174469,0,0,0,0,0 +174470,0,0,0,0,0 +174471,0,0,0,0,0 +174472,0,0,0,0,0 +174473,0,0,0,0,0 +174474,0,0,0,0,0 +174475,0,0,0,0,0 +174476,0,0,0,0,0 +174477,0,0,0,0,0 +174478,0,0,0,0,0 +174479,0,0,0,0,0 +174480,0,0,0,0,0 +174481,0,0,0,0,0 +174482,0,0,0,0,0 +174483,0,0,0,0,0 +174484,0,0,0,0,0 +174485,0,0,0,0,0 +174486,0,0,0,0,0 +174487,0,0,0,0,0 +174488,0,0,0,0,0 +174489,0,0,0,0,0 +174490,0,0,0,0,0 +174491,0,0,0,0,0 +174492,0,0,0,0,0 +174493,0,0,0,0,0 +174494,0,0,0,0,0 +174495,0,0,0,0,0 +174496,0,0,0,0,0 +174497,0,0,0,0,0 +174498,0,0,0,0,0 +174499,0,0,0,0,0 +174500,0,0,0,0,0 +174501,0,0,0,0,0 +174502,0,0,0,0,0 +174503,0,0,0,0,0 +174504,0,0,0,0,0 +174505,0,0,0,0,0 +174506,0,0,0,0,0 +174507,0,0,0,0,0 +174508,0,0,0,0,0 +174509,0,0,0,0,0 +174510,0,0,0,0,0 +174511,0,0,0,0,0 +174512,0,0,0,0,0 +174513,0,0,0,0,0 +174514,0,0,0,0,0 +174515,0,0,0,0,0 +174516,0,0,0,0,0 +174517,0,0,0,0,0 +174518,0,0,0,0,0 +174519,0,0,0,0,0 +174520,0,0,0,0,0 +174521,0,0,0,0,0 +174522,0,0,0,0,0 +174523,0,0,0,0,0 +174524,0,0,0,0,0 +174525,0,0,0,0,0 +174526,0,0,0,0,0 +174527,0,0,0,0,0 +174528,0,0,0,0,0 +174529,0,0,0,0,0 +174530,0,0,0,0,0 +174531,0,0,0,0,0 +174532,0,0,0,0,0 +174533,0,0,0,0,0 +174534,0,0,0,0,0 +174535,0,0,0,0,0 +174536,0,0,0,0,0 +174537,0,0,0,0,0 +174538,0,0,0,0,0 +174539,0,0,0,0,0 +174540,0,0,0,0,0 +174541,0,0,0,0,0 +174542,0,0,0,0,0 +174543,0,0,0,0,0 +174544,0,0,0,0,0 +174545,0,0,0,0,0 +174546,0,0,0,0,0 +174547,0,0,0,0,0 +174548,0,0,0,0,0 +174549,0,0,0,0,0 +174550,0,0,0,0,0 +174551,0,0,0,0,0 +174552,0,0,0,0,0 +174553,0,0,0,0,0 +174554,0,0,0,0,0 +174555,0,0,0,0,0 +174556,0,0,0,0,0 +174557,0,0,0,0,0 +174558,0,0,0,0,0 +174559,0,0,0,0,0 +174560,0,0,0,0,0 +174561,0,0,0,0,0 +174562,0,0,0,0,0 +174563,0,0,0,0,0 +174564,0,0,0,0,0 +174565,0,0,0,0,0 +174566,0,0,0,0,0 +174567,0,0,0,0,0 +174568,0,0,0,0,0 +174569,0,0,0,0,0 +174570,0,0,0,0,0 +174571,0,0,0,0,0 +174572,0,0,0,0,0 +174573,0,0,0,0,0 +174574,0,0,0,0,0 +174575,0,0,0,0,0 +174576,0,0,0,0,0 +174577,0,0,0,0,0 +174578,0,0,0,0,0 +174579,0,0,0,0,0 +174580,0,0,0,0,0 +174581,0,0,0,0,0 +174582,0,0,0,0,0 +174583,0,0,0,0,0 +174584,0,0,0,0,0 +174585,0,0,0,0,0 +174586,0,0,0,0,0 +174587,0,0,0,0,0 +174588,0,0,0,0,0 +174589,0,0,0,0,0 +174590,0,0,0,0,0 +174591,0,0,0,0,0 +174592,0,0,0,0,0 +174593,0,0,0,0,0 +174594,0,0,0,0,0 +174595,0,0,0,0,0 +174596,0,0,0,0,0 +174597,0,0,0,0,0 +174598,0,0,0,0,0 +174599,0,0,0,0,0 +174600,0,0,0,0,0 +174601,0,0,0,0,0 +174602,0,0,0,0,0 +174603,0,0,0,0,0 +174604,0,0,0,0,0 +174605,0,0,0,0,0 +174606,0,0,0,0,0 +174607,0,0,0,0,0 +174608,0,0,0,0,0 +174609,0,0,0,0,0 +174610,0,0,0,0,0 +174611,0,0,0,0,0 +174612,0,0,0,0,0 +174613,0,0,0,0,0 +174614,0,0,0,0,0 +174615,0,0,0,0,0 +174616,0,0,0,0,0 +174617,0,0,0,0,0 +174618,0,0,0,0,0 +174619,0,0,0,0,0 +174620,0,0,0,0,0 +174621,0,0,0,0,0 +174622,0,0,0,0,0 +174623,0,0,0,0,0 +174624,0,0,0,0,0 +174625,0,0,0,0,0 +174626,0,0,0,0,0 +174627,0,0,0,0,0 +174628,0,0,0,0,0 +174629,0,0,0,0,0 +174630,0,0,0,0,0 +174631,0,0,0,0,0 +174632,0,0,0,0,0 +174633,0,0,0,0,0 +174634,0,0,0,0,0 +174635,0,0,0,0,0 +174636,0,0,0,0,0 +174637,0,0,0,0,0 +174638,0,0,0,0,0 +174639,0,0,0,0,0 +174640,0,0,0,0,0 +174641,0,0,0,0,0 +174642,0,0,0,0,0 +174643,0,0,0,0,0 +174644,0,0,0,0,0 +174645,0,0,0,0,0 +174646,0,0,0,0,0 +174647,0,0,0,0,0 +174648,0,0,0,0,0 +174649,0,0,0,0,0 +174650,0,0,0,0,0 +174651,0,0,0,0,0 +174652,0,0,0,0,0 +174653,0,0,0,0,0 +174654,0,0,0,0,0 +174655,0,0,0,0,0 +174656,0,0,0,0,0 +174657,0,0,0,0,0 +174658,0,0,0,0,0 +174659,0,0,0,0,0 +174660,0,0,0,0,0 +174661,-262.4753046,1463.889647,2252.557586,-111.656193,-478.3580219 +174662,183.8975024,291.5863769,643.5753285,91.24831843,332.0968745 +174663,184.2893277,275.5712954,616.0093335,91.19777943,331.9788901 +174664,180.422325,270.4010077,602.1153825,89.12348706,324.0486225 +174665,175.4637714,270.7632082,596.255985,86.58982401,313.7773399 +174666,171.0371172,272.6574835,593.4710011,84.3746662,304.0678209 +174667,167.5131004,274.5343934,591.5762131,82.63729627,295.6806076 +174668,164.7630398,276.1721609,590.0602239,81.2976688,33.2199976 +174669,162.5883693,277.7250617,588.9604897,80.24812469,185.7258024 +174670,160.8498939,279.3291859,588.3507753,79.41473114,146.0362958 +174671,159.4663337,281.0353297,588.2284533,78.7544459,144.0848999 +174672,158.3869917,282.8434568,588.5407493,78.24043736,144.9890876 +174673,157.5736021,366.9345873,589.2228635,77.85261907,146.3280516 +174674,156.9931938,370.2875774,590.2166318,77.57395124,147.5368094 +174675,156.6165882,373.2967376,591.4745036,77.38961694,148.8004551 +174676,156.4182749,391.5082934,592.9577748,77.28689508,150.1178685 +174677,156.3763761,403.5043163,594.6342394,77.25506899,151.673935 +174678,156.4722538,415.5959481,596.4765388,77.28516915,152.9034035 +174679,156.6901005,427.3002865,598.461255,77.36971594,154.3687307 +174680,157.0164538,439.1408844,600.5682825,77.502443,156.0678493 +174681,157.4398526,450.9536568,602.7803771,77.67809823,157.4346565 +174682,157.9504692,462.5997226,605.0827033,77.89224527,158.8448301 +174683,158.5398963,474.261008,607.4625013,78.14114277,160.6731701 +174684,159.2008836,485.7346518,609.9087392,78.42160724,162.1655893 +174685,159.927196,497.4487347,612.4118728,78.73093486,163.8832717 +174686,160.7134239,508.7464372,614.9635991,79.06680589,165.4506099 +174687,161.5548957,520.395294,617.556695,79.42723718,167.2419502 +174688,162.4475229,531.712076,706.5084843,79.8105072,169.0672966 +174689,163.3877574,542.9858303,742.8255943,80.21513273,170.5504006 +174690,164.3724681,554.6188453,726.2445738,80.639811,172.62967 +174691,165.3989016,569.3955745,749.5474254,81.08340022,174.3640261 +174692,166.4614901,582.9796789,760.6207161,81.54352874,176.127583 +174693,167.5559104,596.8717168,770.9857876,82.01836637,178.1081191 +174694,168.6795724,609.6826585,781.0522486,82.50683483,179.74182 +174695,169.8309299,623.2822092,790.9732324,83.00830285,181.9660938 +174696,171.0088367,636.158172,800.5958599,83.52230146,183.6525356 +174697,172.2122935,649.1015973,809.8271008,84.04841171,185.7390605 +174698,173.4403351,661.8326351,819.177548,84.58621568,187.6619502 +174699,174.692064,674.4993449,827.9773426,85.1353132,189.6079714 +174700,175.9666226,686.8139051,836.643769,85.69531095,191.5771496 +174701,177.2632212,699.5411954,845.3438223,86.26583723,193.5688936 +174702,178.5811069,711.6678741,853.3046321,86.84652963,195.7689491 +174703,179.9195883,723.8787116,861.3774555,87.43704765,197.6126116 +174704,181.277993,735.6997626,869.4071793,88.03705518,199.6639952 +174705,182.6557022,748.0426101,877.0431078,88.64623707,201.7354119 +174706,184.052113,759.6993335,884.3714811,89.26428331,203.8249958 +174707,185.4666644,771.4885649,891.799452,89.89090138,205.9312769 +174708,186.8988067,783.1298749,898.7475886,90.5258033,207.8664142 +174709,188.3480324,794.6703011,905.676183,91.16871983,210.006513 +174710,189.8138353,805.8304836,912.4940913,91.81938278,211.9756942 +174711,191.29575,817.6194484,919.092592,92.47754287,214.3353571 +174712,192.7933134,828.9396731,925.407245,93.1429528,216.1452579 +174713,194.3060944,839.687743,931.674316,93.81538079,218.3452385 +174714,195.8336641,850.9907599,937.3901917,94.49459712,220.372168 +174715,197.3756271,861.8890334,943.7004827,95.18038867,222.5998814 +174716,198.9315821,872.7635137,949.0549818,95.87254094,224.4647195 +174717,200.5011619,883.5423289,954.8374525,96.5708563,226.7182909 +174718,202.0839949,894.1978746,960.0030415,97.27513651,228.7960351 +174719,203.6797403,904.8417524,965.4333771,97.98519868,230.8845253 +174720,205.2880489,915.0393681,970.2818081,98.70085756,232.9839279 +174721,206.8969226,1355.731481,1929.846134,99.41663431,271.3128212 +174722,227.4445312,1380.250376,1962.896436,108.9055174,305.6154418 +174723,257.8747297,1400.358451,1985.938887,122.8413659,358.6764229 +174724,288.8075662,1418.557378,2005.628108,136.8204408,414.2513414 +174725,316.233616,1435.86713,2023.28818,149.0103533,465.0695682 +174726,339.6731034,1452.307537,2039.461634,159.2495251,509.8456853 +174727,359.8486397,1468.267978,2054.484907,167.9298906,549.4250109 +174728,377.5321071,1483.798547,2069.133631,175.448589,584.8500709 +174729,393.2624612,1499.23594,2082.95651,182.0787309,616.8597199 +174730,407.3884197,1514.055947,2096.660582,187.9949521,645.9300215 +174731,420.1571787,1528.985836,2122.624872,193.3190849,672.4023897 +174732,431.7673751,1543.492601,2107.80002,198.1471609,696.5611239 +174733,442.3891564,1557.855187,2136.442482,202.5598268,718.6611942 +174734,452.1694433,1572.016764,2148.252269,206.6253473,738.9333417 +174735,461.233654,1585.924357,2157.169329,210.4008118,757.5838984 +174736,469.6877028,1599.886609,2169.507051,213.9334181,774.7953762 +174737,477.62057,1613.282797,2180.353126,217.2619716,790.7283856 +174738,485.1069365,1626.90029,2191.119146,220.4183485,805.524098 +174739,492.2095456,1640.123214,2201.35121,223.428768,819.3066796 +174740,498.9811769,1653.18437,2211.641649,226.3148312,832.1854289 +174741,505.4662733,1666.328088,2221.253029,229.0943578,843.9781817 +174742,511.7022863,1685.71336,2231.011596,231.7820635,854.8574857 +174743,517.7208461,1691.081687,2240.16276,234.3901345,865.0168469 +174744,523.5486359,1714.466421,2252.205373,236.9286509,874.5876455 +174745,529.2081986,1713.493647,2262.790607,239.4059668,883.6519509 +174746,534.7185965,1713.994238,2265.948239,241.8290155,892.2673463 +174747,540.0959875,1750.458971,2264.171644,244.2035696,900.4811846 +174748,545.3540827,1749.970692,2289.444826,246.5344438,908.3353782 +174749,550.5045593,1764.355614,2288.641254,248.8256742,915.8674032 +174750,555.5573715,1776.130397,2298.08542,251.0806495,923.110263 +174751,560.521031,1787.001348,2304.77876,253.3022278,930.0927872 +174752,565.4004085,1798.099124,2311.322689,255.4916495,936.8399564 +174753,570.2001725,1808.578354,2317.419294,257.6501992,943.3735322 +174754,574.9253229,1819.139293,2323.496208,259.7794481,949.7124599 +174755,579.5807777,1829.532116,2338.38195,261.881034,955.8733725 +174756,584.1710003,1839.491747,2321.202497,263.9564647,961.8708297 +174757,588.699906,1849.670004,2346.567873,266.0070587,967.7176719 +174758,593.1708885,1859.528356,2343.867085,268.0339499,973.4251612 +174759,597.5869266,1869.105707,2350.030202,270.0381301,979.0032958 +174760,601.9506375,1878.704172,2354.751311,272.0204685,984.4608805 +174761,606.2643542,1887.994112,2359.297968,273.9817426,989.8057679 +174762,610.5301522,1897.441585,2363.409465,275.9226459,995.0448974 +174763,614.7499068,1906.352697,2367.530698,277.8438101,1000.184505 +174764,618.9253025,1915.375483,2374.7415,279.7458058,1005.230128 +174765,623.0578766,1924.170784,2370.247687,281.6291592,1010.186775 +174766,627.1490298,1932.922304,2401.583501,283.4943545,1015.058927 +174767,656.1712481,1941.324433,2350.047767,285.3418432,1019.850665 +174768,809.3409214,1949.689062,2405.295614,301.3764207,1024.565652 +174769,747.3619133,1958.055721,2387.795913,361.8970108,1029.207246 +174770,783.318405,1966.20205,2390.738656,340.5795214,1033.778436 +174771,800.9413849,1974.063349,2399.848752,355.5189257,1038.281798 +174772,816.6286116,1981.973253,2381.054449,364.1312982,1042.719492 +174773,831.6857502,1989.672091,2401.95002,371.7323829,1047.093455 +174774,846.4929156,1997.252996,2398.317557,378.9732196,1051.405566 +174775,861.3213837,2004.613603,2406.959456,386.2595359,1055.657676 +174776,875.6796379,2012.156428,2395.879937,393.2433691,1059.851622 +174777,889.7655131,2019.159209,2425.560998,400.2938251,1063.989131 +174778,903.9596655,2026.302257,2380.140202,407.0965274,1060.853354 +174779,917.6864741,2033.238672,2420.009028,413.6981071,1055.837666 +174780,931.1013087,2040.061693,2409.791022,420.520866,1050.994977 +174781,1172.838099,2131.948275,2573.122362,521.8147148,715.0453516 +174782,1436.420107,2268.843602,2531.998595,641.1858413,729.2576628 +174783,1328.842322,2224.48482,2548.949242,593.0784764,1013.639769 +174784,1519.785635,2282.043777,2685.193438,681.2604272,2605.037083 +174785,1151.016417,2147.172921,2533.844462,514.4984628,1054.767126 +174786,1662.719115,2364.674699,2681.537056,746.3244367,2233.752997 +174787,1150.072518,2155.176899,2519.23691,514.9248868,1299.170971 +174788,1689.75961,2353.840591,2665.440961,760.0501304,2273.786166 +174789,1174.381734,2163.113352,2504.774976,526.6565175,1330.762738 +174790,1714.784356,2409.51083,2654.12121,772.4191221,2306.439321 +174791,1198.415522,2134.292113,2495.056265,538.414559,1359.061921 +174792,1739.142086,2436.959997,2647.714883,784.365959,2352.566901 +174793,1221.443187,2151.390182,2488.993022,549.5427786,1372.987539 +174794,1762.955563,2436.611457,2643.239574,796.250955,2366.569457 +174795,1244.013032,2160.442946,2485.48467,560.7239403,1393.784321 +174796,1785.889531,2456.243671,2640.044622,807.0689,2391.98469 +174797,1265.587736,2176.321172,2479.280772,571.5425641,1407.368362 +174798,1808.736591,2453.150511,2635.247475,818.0710559,2412.381109 +174799,1286.491929,2192.143968,2472.950567,581.8096226,1430.226698 +174800,1830.925606,2469.701013,2629.905,828.7754352,2430.369314 +174801,1306.46117,2182.1062,2467.814451,591.6638048,1448.115955 +174802,1853.094264,2495.218144,2626.426241,839.0563671,2449.714024 +174803,1325.896802,2207.573703,2463.007971,601.8055944,1464.927039 +174804,1874.298417,2473.753022,2621.463107,848.9572557,2479.666073 +174805,1345.125488,2227.256652,2454.989275,611.2448474,1463.715668 +174806,1894.994885,2482.716392,2614.486416,858.898204,2495.161969 +174807,1362.072504,2233.211538,2446.243577,619.6443686,1492.748789 +174808,1917.659992,2491.122132,2608.085015,869.6508248,2521.483121 +174809,1542.57791,2316.44121,2606.681605,702.3107282,1780.008339 +174810,1693.137382,2386.878925,2599.102897,769.5929696,2083.694668 +174811,1677.888578,2379.160276,2591.981073,763.1813984,2032.41977 +174812,1686.522549,2381.049702,2586.41161,767.4129241,2041.412063 +174813,1695.04096,2384.533409,2582.109449,771.5281736,2048.710536 +174814,1703.850846,2387.209614,2578.726424,775.7224965,2055.885566 +174815,1712.737625,2389.908545,2575.896015,779.8544751,2063.006495 +174816,1721.15761,2399.606429,2573.532462,783.9800697,2069.831193 +174817,1729.476008,2384.865127,2571.173874,787.9691479,2076.634039 +174818,1737.897359,2408.597701,2568.921303,791.9862335,2083.504399 +174819,1746.203181,2396.178669,2566.744486,795.5600767,2089.799391 +174820,1754.368367,2402.746452,2564.749846,799.9779397,2096.539726 +174821,1762.148593,2404.346216,2562.567522,803.5534943,2102.579805 +174822,1770.473423,2406.119548,2562.149893,807.3986972,2109.146697 +174823,1778.250484,2407.471095,2558.970569,811.1800131,2115.190653 +174824,1786.055215,2409.455763,2556.351568,814.8538154,2121.131015 +174825,1793.549813,2410.82363,2553.914831,818.5267734,2127.151485 +174826,1801.387931,2412.239178,2551.543722,822.1474543,2132.925865 +174827,1808.804236,2413.571841,2549.192778,825.6885876,2138.890924 +174828,1816.474353,2414.819001,2548.563693,829.3261704,2144.396845 +174829,1823.588732,2415.714609,2545.180494,832.7400642,2150.055828 +174830,1831.207558,2416.791849,2542.35354,836.2342653,2155.626884 +174831,1838.31571,2417.667059,2539.704643,839.611474,2160.836327 +174832,1845.610289,2418.400163,2537.124659,843.05598,2166.361132 +174833,1852.566032,2419.061975,2534.567385,846.4158705,2171.538767 +174834,1859.848163,2419.604752,2532.00218,849.6323254,2176.804134 +174835,1866.782941,2420.164677,2529.417159,853.0011003,2184.703341 +174836,1873.671632,2420.412953,2526.797492,856.2075735,2190.852442 +174837,1880.521985,2420.710398,2524.155448,859.4231223,2192.719022 +174838,1887.29894,2420.858191,2521.516969,862.6001282,2184.58706 +174839,1894.101199,2420.935632,2518.852493,865.7421276,2208.649992 +174840,1900.795544,2420.865772,2516.129783,868.8549727,2204.360005 +174841,1923.989565,2423.333073,2513.258474,874.7713019,2222.191743 +174842,1913.463674,2424.13821,2510.73915,878.3682939,2228.093637 +174843,1948.388248,2424.120625,2508.41553,881.7961193,2234.091767 +174844,1916.448062,2424.06865,2506.128878,885.0056254,2239.381341 +174845,1943.101615,2423.878195,2503.80332,888.2272526,2244.454908 +174846,1953.576182,2423.548664,2501.360687,891.4710508,2249.578181 +174847,1955.166347,2423.107024,2498.81002,894.5821435,2254.591666 +174848,1963.559922,2422.559821,2496.202688,897.6941572,2261.587668 +174849,1970.187263,2421.907807,2493.53921,900.7664157,2271.627712 +174850,1976.64403,2421.205712,2490.858391,903.8023783,2261.272506 +174851,1983.241109,2420.290125,2488.174054,906.8104807,2269.330542 +174852,1989.948179,2419.381942,2485.450478,909.7869843,2281.879516 +174853,1996.142401,2418.312953,2482.687486,912.6881293,2281.049831 +174854,2002.456807,2417.20668,2479.907599,915.7311914,2286.900394 +174855,2009.018868,2415.960739,2477.120622,918.5100496,2291.246354 +174856,2015.024782,2414.634344,2474.306319,921.5156601,2306.660666 +174857,2021.389363,2413.30511,2473.239766,924.1669173,2282.65883 +174858,2027.200297,2411.627832,2471.176869,926.9286914,2311.976268 +174859,2033.365411,2410.02296,2466.935244,929.7525451,2306.147201 +174860,2039.0821,2408.306753,2463.473769,932.4503704,2315.650012 +174861,2045.06467,2406.585251,2462.054622,935.1665293,2317.111662 +174862,2051.001959,2404.565274,2458.076861,937.8540498,2311.865166 +174863,2056.841092,2402.614182,2454.748434,940.4654118,2345.818978 +174864,2062.667003,2400.545907,2451.663046,943.2260807,2317.646885 +174865,2068.327606,2398.376556,2448.744504,945.7330017,2331.748571 +174866,2074.020824,2396.122484,2445.910892,948.3693399,2328.569286 +174867,2079.624825,2393.786038,2443.180092,950.9334614,2351.204183 +174868,2085.432934,2391.357764,2440.491149,953.4335816,2331.249828 +174869,2090.829842,2388.928568,2439.739202,956.0375035,2356.82228 +174870,2096.370848,2386.175619,2436.473071,958.5132854,2345.892626 +174871,2101.853965,2383.494068,2433.902006,960.9778354,2354.408944 +174872,2107.141096,2380.570849,2431.707027,963.4623646,2357.20889 +174873,2112.538442,2377.595566,2429.750066,965.7947426,2360.552171 +174874,2117.848079,2374.684436,2427.893698,968.168194,2363.774654 +174875,2122.990367,2371.275108,2426.085167,970.6067262,2367.384512 +174876,2128.073892,2368.081575,2424.301774,972.9170974,2370.526385 +174877,2133.460575,2364.684293,2422.634629,975.2541647,2379.753952 +174878,2138.414604,2361.326218,2420.973582,977.5644139,2374.05856 +174879,2143.585335,2357.788307,2419.234504,979.856136,2381.357225 +174880,2148.664093,2354.129545,2417.547642,982.1296502,2383.869919 +174881,2153.563838,2350.437178,2415.932505,984.3856332,2386.662793 +174882,2158.538884,2346.707502,2414.365066,986.5702884,2390.054754 +174883,2163.525834,2342.814294,2412.850706,988.8730072,2393.004761 +174884,2168.344395,2339.066241,2411.384126,991.0932735,2396.117108 +174885,2173.18176,2334.812054,2409.961966,993.2105906,2398.910017 +174886,2178.103193,2330.744153,2408.59237,995.4228916,2402.163605 +174887,2183.06224,2319.416022,2407.150921,997.5726937,2404.965402 +174888,2187.779262,2332.380391,2405.909977,999.7153969,2407.997534 +174889,2192.626051,2306.356573,2404.724353,1001.843714,2410.690569 +174890,2197.28667,2317.068428,2403.457763,1003.957494,2413.813658 +174891,2202.081922,2307.746887,2402.351222,1006.001212,2416.528354 +174892,2206.691913,2303.55878,2401.3153,1008.170318,2419.468664 +174893,2211.43971,2299.112994,2400.279649,1010.202496,2422.011676 +174894,2215.999134,2294.435532,2399.291072,1012.270011,2425.078306 +174895,2220.82492,2289.601239,2398.342057,1014.315985,2427.769976 +174896,2225.143649,2284.763907,2397.417451,1016.348967,2430.222281 +174897,2229.888801,2279.86261,2396.521849,1018.369385,2433.315251 +174898,2234.330323,2274.855236,2395.780651,1020.434187,2441.184245 +174899,2238.935906,2269.919583,2395.030013,1022.345185,2436.194325 +174900,2243.22308,2264.556407,2394.128161,1024.369894,2441.42975 +174901,2130.415569,2206.067649,2389.067757,972.9400087,2227.346053 +174902,2132.073357,2198.927732,2372.548003,973.9523393,2233.467495 +174903,2134.850278,2192.94606,2353.971402,974.9607861,2230.898262 +174904,2137.740355,2186.816697,2341.285289,976.2242808,2232.688772 +174905,2140.7779,2180.567673,2332.071821,977.6241798,2233.771331 +174906,2143.888933,2174.399874,2323.843712,978.9458655,2234.926244 +174907,2147.168048,2168.175876,2318.861616,980.390293,2242.269254 +174908,2150.162472,2161.98179,2315.410403,981.6988182,2234.834785 +174909,2153.325304,2155.663452,2312.69139,983.0812612,2240.07527 +174910,2156.696147,2149.295778,2310.485587,984.5601598,2241.15911 +174911,2159.815214,2142.965829,2308.61875,985.9229122,2242.352616 +174912,2163.045132,2136.507931,2306.943454,987.3362831,2243.922354 +174913,2166.256914,2130.149672,2305.402054,988.7405885,2245.443906 +174914,2169.466904,2123.389113,2303.955452,990.1438098,2246.791991 +174915,2172.675548,2116.985984,2302.586448,991.5456925,2248.557013 +174916,2176.008936,2110.269354,2301.28192,992.9458682,2250.005384 +174917,2182.529996,2094.699912,2300.095898,994.344149,2251.534157 +174918,2180.054695,2109.726406,2299.127061,995.740245,2253.184366 +174919,2195.701367,2065.446713,2298.406285,997.1342039,2254.651976 +174920,2172.000036,2111.285,2299.600678,998.5245829,2256.323946 +174921,2200.363365,2045.175945,2298.146072,999.9160472,2257.597149 +174922,2218.629016,2103.304044,2297.287828,1001.301065,2259.491944 +174923,2159.77606,2036.897641,2298.672044,1002.684245,2261.013617 +174924,2219.831762,2058.151203,2297.294043,1004.008481,2262.449593 +174925,2200.711112,2043.646132,2296.505198,1005.472521,2264.192232 +174926,2207.48695,2041.509535,2295.90911,1006.805171,2265.423195 +174927,2210.840231,2053.192363,2295.399948,1008.184716,2266.924603 +174928,2213.95442,1994.988184,2296.768696,1009.551011,2268.405576 +174929,2216.952017,2052.705867,2295.444276,1010.979062,2269.919493 +174930,2220.281819,1994.463794,2294.712669,1012.251614,2271.430379 +174931,2223.249788,1995.945456,2296.004368,1013.620744,2273.050553 +174932,2226.209754,2003.635299,2296.391118,1014.887897,2274.318544 +174933,2229.442947,2006.521771,2294.593735,1016.232258,2275.888793 +174934,2232.174177,1953.00191,2293.664382,1017.498559,2277.278655 +174935,2235.350357,2009.232388,2293.065439,1018.832243,2278.790447 +174936,2238.237494,1932.551823,2292.652075,1020.089407,2280.380322 +174937,2241.297166,1973.818394,2292.36092,1021.412521,2281.867083 +174938,2244.183566,1948.030559,2292.079937,1022.659879,2283.300777 +174939,2247.226579,1943.68803,2293.562198,1023.972119,2284.982725 +174940,2250.088433,1935.977342,2294.078221,1025.210625,2286.255473 +174941,2253.10402,1928.42488,2292.586677,1026.514244,2292.989709 +174942,2255.951332,1920.782753,2291.745054,1027.741129,2281.683954 +174943,2258.949103,1912.900278,2292.947999,1029.033187,2298.909012 +174944,2261.766187,1921.797687,2291.702775,1030.252765,2289.808962 +174945,2264.746186,1873.558966,2292.791839,1031.533345,2294.134007 +174946,2267.540977,1909.841853,2291.358479,1032.743431,2295.364667 +174947,2270.533424,1866.782088,2290.662116,1033.972464,2296.593888 +174948,2273.181618,1879.907131,2290.258382,1035.202348,2298.296411 +174949,2276.122617,1864.856651,2289.990942,1036.427867,2299.532095 +174950,2278.935867,1858.215826,2289.793945,1037.648981,2300.956993 +174951,2281.758775,1850.376838,2289.648653,1038.865615,2302.378704 +174952,2284.571971,1842.486647,2289.54196,1040.015789,2303.999813 +174953,2287.374501,1834.587771,2289.458545,1041.314891,2305.166399 +174954,2290.171151,1826.682963,2291.123349,1042.472187,2306.971332 +174955,2292.948387,1818.642915,2291.798471,1043.681442,2308.121299 +174956,2295.716857,1810.878745,2290.32886,1044.876243,2309.372791 +174957,2298.481453,1802.876307,2289.650522,1046.063802,2311.503205 +174958,2301.233783,1794.962915,2290.998939,1047.247152,2312.286147 +174959,2303.969966,1787.024245,2291.500628,1048.428429,2313.805351 +174960,2306.700428,1779.092891,2291.691062,1049.603226,2315.203769 +174961,2068.513972,1660.771953,2284.835602,941.6593576,1865.760384 +174962,2065.479084,1650.158699,2261.036834,940.0339612,1882.364304 +174963,2064.314194,1640.181795,2231.67048,939.3410367,1867.85494 +174964,2063.984105,1630.630244,2206.506364,939.0521103,1866.762894 +174965,2063.722301,1621.266098,2187.310714,938.8873609,1864.387837 +174966,2063.889514,1612.045739,2173.25324,938.7500056,1862.259058 +174967,2064.414332,1602.929399,2162.888859,938.7536191,1860.440186 +174968,2064.806186,1593.893229,2155.014994,938.9010408,1858.837673 +174969,2065.395379,1584.923752,2148.828829,938.9735859,1857.381731 +174970,2066.037722,1576.013761,2143.828822,939.1275847,1856.052652 +174971,2066.741196,1567.159302,2139.691443,939.3000951,1854.826222 +174972,2067.4988,1558.356823,2136.18622,939.4961158,1857.744795 +174973,2068.431032,1549.60685,2133.161126,939.7132631,1846.437869 +174974,2069.092153,1540.910556,2130.470878,939.9496676,1872.171766 +174975,2070.614301,1532.265261,2128.066729,940.2039335,1823.27624 +174976,2073.028789,1523.673355,2125.878856,940.4748347,1862.794037 +174977,2070.633078,1515.036676,2123.814316,940.7616953,1846.220698 +174978,2079.376258,1506.688006,2121.856603,941.0636601,1848.287255 +174979,2063.818065,1498.19641,2120.00746,941.3801251,1847.593484 +174980,2099.308963,1489.939495,2120.023635,941.7092455,1846.947539 +174981,2045.694534,1481.488248,2117.384937,942.0552922,1846.429567 +174982,2091.496714,1473.207154,2115.375158,942.4103069,1845.717198 +174983,2095.369205,1465.140449,2115.317351,942.7786696,1845.267849 +174984,2049.862928,1456.949213,2112.671203,943.1035517,1844.756847 +174985,2095.103946,1448.90478,2110.699161,943.5821182,1844.315307 +174986,2079.210363,1440.820867,2108.909091,943.9450051,1843.902096 +174987,2083.38823,1433.118527,2107.241115,944.3694918,1843.526769 +174988,2084.822782,1425.075275,2105.666553,944.7958065,1845.669146 +174989,2086.184248,1417.371561,2104.161465,945.2917524,1839.45424 +174990,2087.590037,1409.657157,2104.508736,945.6492442,1855.398918 +174991,2088.984573,1401.906358,2102.180107,946.1309539,1824.608208 +174992,2090.415451,1394.45638,2100.454964,946.5633763,1850.464696 +174993,2091.999104,1386.893644,2098.891165,947.0135231,1840.313856 +174994,2093.275022,1379.575531,2097.42793,947.4708348,1841.560648 +174995,2094.868728,1372.027099,2097.851944,947.9346293,1841.738553 +174996,2096.352076,1364.953225,2095.591902,948.4085947,1841.527891 +174997,2097.888652,1357.72143,2093.922722,948.8865358,1844.5629 +174998,2099.435639,1350.658721,2092.444629,949.3729194,1836.690168 +174999,2101.001409,1346.959728,2091.073487,949.865675,1843.697881 +175000,2102.583588,1341.999575,2089.761166,950.3649813,1840.874503 +175001,2104.185667,1336.865281,2090.304263,950.8697179,1841.38919 +175002,2105.79197,1332.156494,2088.146127,951.3834547,1842.804163 +175003,2107.425638,1327.119194,2086.569359,951.9001115,1843.249749 +175004,2109.067604,1322.41004,2085.17395,952.4240288,1841.461264 +175005,2110.725006,1317.694688,2083.877642,952.9531878,1848.623826 +175006,2112.527578,1313.070189,2082.670492,953.4877342,1826.880098 +175007,2114.011981,1308.612277,2081.644652,953.9668432,1863.295108 +175008,2115.803895,1303.994409,2080.700894,954.6018639,1819.494103 +175009,2117.492863,1299.813385,2079.894586,955.1084109,1865.659384 +175010,2119.218248,1295.489237,2080.906487,955.6708592,1821.549674 +175011,2120.940532,1291.305575,2079.17678,956.233274,1863.199761 +175012,2122.69488,1287.2039,2079.732178,956.7934295,1836.564773 +175013,2124.301547,1283.187761,2077.43684,957.3650421,1843.223828 +175014,2126.279363,1279.359605,2077.581602,957.9331821,1845.182681 +175015,2127.948851,1275.334291,2075.408555,958.5123269,1843.927861 +175016,2129.759711,1271.802377,2075.88187,959.0882229,1844.645528 +175017,2131.550124,1268.121244,2075.75005,959.6732836,1844.846936 +175018,2133.353224,1264.630765,2075.435859,960.259316,1845.194205 +175019,2135.164087,1261.238289,2075.035726,960.8492572,1845.5268 +175020,2136.983231,1257.95783,2074.593514,961.4423218,1845.904789 +175021,2374.415107,1361.38135,2080.279024,1068.940764,2184.145918 +175022,2380.175117,1359.771998,2108.056284,1071.321805,2206.951523 +175023,2385.385369,1358.208867,2141.882477,1073.641412,2233.067806 +175024,2389.633845,1356.540673,2170.353144,1075.508549,2253.661646 +175025,2393.60743,1355.101528,2191.159152,1077.480201,2268.274225 +175026,2397.733996,1353.150089,2205.665924,1079.304582,2278.086117 +175027,2401.325101,1351.628387,2215.661383,1081.21897,2284.416718 +175028,2405.114917,1349.963017,2224.360496,1083.383974,2290.463413 +175029,2408.646295,1348.154238,2228.360763,1085.527195,2291.612301 +175030,2412.287694,1346.470299,2231.454576,1087.791008,2292.231195 +175031,2415.724565,1344.909085,2233.666863,1090.041358,2292.19466 +175032,2419.264877,1343.223747,2235.21218,1092.42623,2291.670856 +175033,2422.623895,1341.601586,2236.273594,1094.801287,2290.819186 +175034,2426.088219,1340.008124,2236.981778,1097.311637,2289.748406 +175035,2429.462268,1338.422869,2237.440373,1099.855699,2288.546493 +175036,2432.798449,1336.853803,2237.722857,1102.524143,2287.272368 +175037,2436.104407,1335.301793,2237.881367,1105.091706,2285.966197 +175038,2439.526252,1333.766331,2237.952541,1107.866745,2284.654718 +175039,2442.554405,1332.247326,2237.963151,1110.581196,2283.356527 +175040,2446.742659,1330.744392,2237.930196,1113.534365,2282.081049 +175041,2451.39185,1329.259411,2239.61093,1116.405017,2282.975833 +175042,2456.15494,1327.784388,2238.641338,1119.462299,2280.69688 +175043,2453.082924,1326.331107,2238.196291,1122.403899,2279.110448 +175044,2478.320278,1324.89004,2237.860614,1125.560547,2277.692011 +175045,2426.789329,1323.465123,2237.644774,1128.721306,2276.451737 +175046,2506.592618,1322.05512,2237.451205,1131.956188,2275.271432 +175047,2427.368555,1320.660619,2237.275004,1135.256181,2274.145221 +175048,2488.179661,1319.281209,2237.145667,1138.619794,2273.107576 +175049,2480.802212,1317.917034,2236.960555,1142.049949,2272.030218 +175050,2460.573865,1316.568207,2236.791358,1145.545485,2270.997691 +175051,2495.380137,1315.249222,2236.641128,1149.099044,2270.010849 +175052,2492.139046,1313.948859,2236.444965,1152.716865,2268.985845 +175053,2459.859297,1312.666011,2236.307131,1156.470372,2268.046748 +175054,2513.039926,1311.399877,2236.182044,1160.107734,2267.135815 +175055,2469.274198,1310.150854,2236.037376,1163.969812,2266.212297 +175056,2527.098305,1308.918738,2235.922422,1167.832844,2265.335392 +175057,2482.60004,1307.625684,2237.569332,1171.700336,2266.631291 +175058,2483.084066,1306.541669,2236.593448,1175.807992,2264.735342 +175059,2539.1492,1305.305977,2236.365758,1179.895092,2263.762199 +175060,2471.587734,1304.152811,2236.357172,1183.927623,2263.054451 +175061,2542.579758,1303.005538,2236.48168,1188.173981,2262.509855 +175062,2503.535485,1301.875749,2238.291062,1192.421706,2264.039599 +175063,2513.984733,1300.759739,2237.096091,1196.740534,2261.904999 +175064,2521.838744,1299.663874,2236.437507,1201.201179,2260.425914 +175065,2521.776246,1298.583355,2236.20838,1205.461198,2259.459062 +175066,2525.08529,1297.519885,2236.245217,1210.13921,2258.809732 +175067,2527.985718,1296.473394,2236.45481,1214.648571,2258.373549 +175068,2531.086596,1295.444669,2238.50719,1219.297794,2260.209302 +175069,2533.919482,1294.429745,2237.963198,1223.99685,2258.884951 +175070,2536.879083,1293.434733,2238.007684,1228.834498,2258.288651 +175071,2539.873405,1292.455846,2239.963841,1233.546189,2260.035883 +175072,2542.679003,1291.490534,2239.352162,1238.483197,2258.642131 +175073,2545.7395,1290.545255,2239.34883,1243.42019,2257.990565 +175074,2548.618713,1289.614487,2239.548491,1248.349308,2257.576468 +175075,2551.587125,1288.700538,2239.850476,1253.533189,2257.279945 +175076,2554.505823,1287.883498,2241.925929,1258.681791,2259.161406 +175077,2557.297899,1286.884051,2243.277491,1263.764154,2259.937634 +175078,2560.495493,1286.074165,2244.056675,1269.065853,2260.278795 +175079,2563.377989,1285.2128,2244.634316,1274.35802,2260.380364 +175080,2566.209234,1284.376247,2243.382491,1279.718502,2258.21919 +175081,2615.307988,1306.363786,2245.970394,1307.897697,2261.137683 +175082,2621.844589,1306.78298,2249.047944,1314.628158,2265.149519 +175083,2625.79981,1306.77311,2255.590316,1320.953483,2273.777375 +175084,2629.977111,1306.645205,2259.226467,1327.20274,2279.018063 +175085,2633.822834,1306.437691,2262.636052,1333.487425,2284.042149 +175086,2637.922469,1306.176644,2265.488751,1339.561392,2288.363691 +175087,2641.472513,1305.887068,2267.882973,1348.359696,2292.063387 +175088,2645.213737,1305.580891,2269.949775,1354.037834,2295.28368 +175089,2656.923809,1305.265991,2271.922543,1361.477319,2298.305324 +175090,2640.508075,1304.945478,2273.58746,1366.50395,2300.865018 +175091,2669.105714,1304.623027,2275.127488,1376.589297,2303.190336 +175092,2655.100485,1304.299604,2276.709767,1375.669623,2305.69619 +175093,2664.063796,1303.978498,2279.82757,1367.920158,2309.814389 +175094,2666.872836,1303.652756,2280.173798,1400.060362,2310.462396 +175095,2670.249207,1303.257799,2282.723145,1393.693565,2313.768275 +175096,2673.182923,1303.133709,2282.759843,1402.909144,2313.925091 +175097,2676.881343,1302.568611,2283.427811,1409.60398,2314.801164 +175098,2680.119281,1302.441652,2284.308993,1416.040639,2315.882747 +175099,2683.478916,1302.06725,2286.989761,1422.622893,2319.142898 +175100,2686.586802,1301.772367,2287.062959,1429.373898,2319.167441 +175101,2689.999428,1301.474011,2289.411015,1436.074314,2321.974186 +175102,2693.150025,1301.255145,2290.993982,1442.65053,2323.821821 +175103,2696.146983,1300.764587,2290.573104,1449.448279,2323.180036 +175104,2699.675233,1300.729844,2292.639248,1456.202817,2325.575944 +175105,2702.52405,1300.256733,2292.354391,1462.99189,2325.04792 +175106,2705.921769,1300.046106,2294.659858,1469.907681,2327.467128 +175107,2708.723409,1299.753672,2294.382432,1476.777405,2326.925207 +175108,2711.963927,1299.484006,2296.466148,1492.360856,2329.301575 +175109,2714.972304,1299.211281,2296.189971,1479.372851,2328.744552 +175110,2718.272932,1298.950386,2298.311354,1500.575333,2331.147032 +175111,2720.893419,1298.641288,2298.025133,1504.475335,2330.557156 +175112,2724.140863,1298.333141,2298.40139,1511.008345,2330.780047 +175113,2726.936353,1298.021789,2299.018736,1518.197565,2331.295136 +175114,2729.946234,1297.711287,2299.748892,1525.275843,2331.951555 +175115,2732.952162,1297.403922,2302.21942,1532.289231,2334.779039 +175116,2735.654299,1297.092373,2302.075582,1539.419659,2334.386029 +175117,2738.53189,1296.788476,2302.481973,1552.00909,2334.682115 +175118,2741.643671,1296.48496,2304.766375,1547.184253,2337.308438 +175119,2744.174831,1296.178715,2304.519509,1561.552542,2336.803603 +175120,2746.860583,1295.879923,2304.857782,1568.307042,2337.023774 +175121,2750.024817,1295.580497,2305.398045,1574.614523,2337.486826 +175122,2752.654713,1295.283479,2306.04151,1581.966858,2338.074228 +175123,2755.6272,1294.990626,2308.39403,1600.579475,2340.789557 +175124,2758.080378,1294.694145,2308.153535,1579.569816,2340.303202 +175125,2761.129063,1294.407848,2310.341714,1619.502762,2342.613407 +175126,2763.496663,1294.114868,2309.87893,1597.408655,2341.873681 +175127,2766.36096,1293.831109,2310.052948,1626.512918,2341.929371 +175128,2769.108081,1293.546219,2310.453613,1619.796118,2342.255373 +175129,2771.616988,1293.264486,2310.964203,1639.020923,2342.709516 +175130,2781.858408,1292.98488,2311.68728,1633.767598,2343.42806 +175131,2766.614816,1292.707439,2312.375543,1663.833969,2344.106586 +175132,2790.810916,1292.432163,2313.107804,1632.797354,2344.845961 +175133,2772.077324,1292.159446,2314.072821,1685.974451,2345.883513 +175134,2795.423498,1291.888438,2315.111429,1660.237381,2347.020795 +175135,2784.814449,1291.619872,2316.281771,1679.242523,2348.11587 +175136,2793.401066,1289.113409,2317.325879,1690.203613,2349.329589 +175137,2797.357596,1288.40258,2318.370496,1698.372209,2350.870804 +175138,2799.756393,1287.920498,2319.505603,1706.115901,2352.57313 +175139,2802.455717,1313.592654,2320.42497,1716.524636,2354.196826 +175140,2805.235653,1248.449655,2321.151657,1727.334852,2355.90361 +175141,2728.698763,1286.623484,2322.094446,1704.476302,2358.265802 +175142,2732.699368,1227.057021,2317.653814,1713.438883,2352.273875 +175143,2733.26971,1270.484234,2312.689434,1723.84257,2345.577548 +175144,2734.710891,1236.20725,2306.527796,1733.277159,2337.121009 +175145,2736.581989,1261.707616,2303.102348,1743.357196,2331.763702 +175146,2738.15979,1240.234831,2301.565182,1758.673324,2328.789895 +175147,2739.73562,1254.477841,2301.171759,1760.635239,2327.356942 +175148,2741.308714,1244.657572,2301.367566,1773.755622,2326.813369 +175149,2742.875917,1248.732237,2301.959799,1783.085899,2326.928148 +175150,2744.423433,1246.512304,2302.810506,1792.474294,2327.521658 +175151,2745.955801,1246.113665,2303.819775,1802.391946,2328.455386 +175152,2747.475345,1245.453309,2304.945739,1812.017239,2329.66214 +175153,2749.073865,1244.794048,2307.788591,1821.63033,2333.141042 +175154,2750.346834,1244.218311,2308.094443,1831.311048,2333.545774 +175155,2751.966976,1243.383136,2309.013929,1840.959101,2334.80455 +175156,2753.366926,1242.901203,2310.174292,1850.559421,2336.429523 +175157,2754.868943,1242.197504,2311.463472,1859.989861,2338.273932 +175158,2756.28606,1241.57222,2313.014911,1869.78942,2340.269728 +175159,2758.085412,1240.93857,2316.068783,1884.631738,2344.53288 +175160,2759.021806,1240.311152,2318.36823,1886.942493,2347.664843 +175161,2760.526477,1239.685425,2319.935448,1898.794585,2350.231256 +175162,2761.981698,1239.062874,2321.442988,1908.455196,2352.610331 +175163,2763.290973,1238.443551,2322.473589,1917.483806,2354.949802 +175164,2764.481204,1237.828301,2322.801667,1926.560938,2355.215283 +175165,2765.951896,1237.212888,2323.161241,1936.293415,2356.676412 +175166,2767.215499,1236.601695,2324.37986,1950.348924,2358.775099 +175167,2768.632203,1236.065183,2327.58654,1953.646583,2363.180519 +175168,2769.662679,1235.353533,2328.082344,1964.06094,2364.350579 +175169,2771.049237,1234.799472,2329.144088,1973.761791,2366.274677 +175170,2772.448285,1234.185689,2332.03252,1982.913549,2370.567744 +175171,2773.134535,1233.518246,2332.60935,1995.903567,2371.898741 +175172,2774.307283,1232.835516,2333.950892,1999.162894,2373.981961 +175173,2775.40155,1232.149171,2335.17753,2009.10475,2376.168725 +175174,2776.035218,1231.458394,2336.537488,2022.396012,2378.549384 +175175,2777.020232,1230.765174,2337.960892,2025.426848,2381.032712 +175176,2777.816145,1229.996308,2339.265342,2033.741793,2383.386347 +175177,2778.613134,1229.404889,2340.615925,2046.790317,2385.815038 +175178,2779.616734,1228.651846,2343.630482,2051.466139,2390.359478 +175179,2780.085928,1228.036092,2344.055724,2061.713677,2391.666616 +175180,2781.108149,1227.224214,2346.878273,2071.636279,2395.754126 +175181,2781.640619,1226.570891,2348.701145,2075.04597,2398.840689 +175182,2782.403824,1225.852047,2349.97968,2080.013398,2401.267356 +175183,2783.042879,1225.142964,2350.910195,2085.86346,2403.26247 +175184,2783.558464,1224.433163,2349.94768,2086.927914,2402.88325 +175185,2784.28421,1223.719697,2349.619779,2089.195277,2403.265028 +175186,2784.848999,1223.006055,2349.432809,2092.105168,2403.794691 +175187,2785.735489,1222.289737,2350.936036,2097.230281,2406.422556 +175188,2785.78253,1221.575787,2349.91327,2099.672968,2405.910795 +175189,2784.159745,1217.284116,2349.399376,2102.787144,2406.03637 +175190,2784.159608,1215.978757,2350.271774,2108.292773,2408.388536 +175191,2784.23991,1214.918027,2348.265287,2111.235679,2407.699094 +175192,2784.65483,1213.92051,2347.032675,2114.8647,2407.76096 +175193,2784.956066,1212.958769,2346.087108,2118.680549,2408.09191 +175194,2785.269093,1212.01632,2345.349145,2122.547298,2408.576551 +175195,2785.583881,1211.087288,2344.756021,2126.412795,2409.161667 +175196,2785.889095,1210.167346,2344.260636,2130.258381,2409.815383 +175197,2777.623234,1209.323598,2345.354903,2135.789267,2412.441187 +175198,2798.706875,1208.3153,2345.737462,2140.369984,2414.158611 +175199,2772.923102,1207.463165,2344.178279,2142.647254,2413.415961 +175200,2799.926816,1206.554386,2343.332343,2145.741932,2413.542765 +175201,2623.563833,1139.59295,2339.541243,2146.791087,2409.217505 +175202,2637.637233,1138.448951,2327.386843,2140.045659,2391.859676 +175203,2633.375222,1137.370033,2311.783387,2131.790509,2369.512721 +175204,2634.203468,1136.578919,2298.17563,2126.6809,2349.044111 +175205,2634.801863,1135.673851,2287.966064,2125.273849,2332.434166 +175206,2635.189893,1134.846624,2280.558082,2126.501135,2319.41028 +175207,2635.729159,1134.02535,2275.088002,2129.103294,2309.05484 +175208,2636.170768,1133.215226,2272.521182,2134.091838,2302.639978 +175209,2636.623455,1132.421829,2268.029479,2136.319007,2294.435783 +175210,2637.135675,1131.630738,2266.489557,2141.007043,2289.983628 +175211,2637.596135,1130.856506,2262.973522,2142.997303,2283.400978 +175212,2637.955229,1130.08344,2260.378552,2145.694525,2278.233641 +175213,2638.44413,1129.384114,2259.888058,2150.50194,2275.917533 +175214,2638.784395,1128.533111,2257.12944,2152.519411,2271.039931 +175215,2639.183056,1127.826163,2255.097075,2155.365235,2267.06102 +175216,2639.594341,1127.069605,2255.029509,2160.062786,2265.898805 +175217,2639.84587,1126.331491,2252.593963,2161.947292,2261.982447 +175218,2640.216755,1125.594679,2250.811787,2164.470527,2259.012016 +175219,2640.497487,1124.864985,2249.276098,2167.222848,2256.458259 +175220,2640.605006,1124.139707,2247.88562,2170.084783,2254.183446 +175221,2641.295967,1123.41815,2248.25597,2174.831991,2254.179827 +175222,2640.917928,1122.705047,2246.136272,2176.664369,2251.193773 +175223,2641.53701,1121.992714,2244.590285,2179.079944,2248.986381 +175224,2641.562471,1121.286943,2243.240113,2181.701598,2247.071356 +175225,2641.766205,1120.584142,2243.661936,2186.270258,2247.394757 +175226,2641.820173,1119.889614,2241.598619,2187.961017,2244.701906 +175227,2641.947586,1119.19568,2240.108516,2190.253726,2242.753958 +175228,2641.990105,1118.508196,2238.80889,2192.755861,2241.064139 +175229,2642.032506,1117.824821,2237.613571,2195.358651,2239.524084 +175230,2642.038971,1117.145903,2236.482627,2197.99552,2238.085474 +175231,2641.265425,1116.244562,2237.048946,2202.468143,2238.770433 +175232,2640.118952,1115.304228,2235.046154,2203.799922,2236.343613 +175233,2639.004928,1114.340849,2233.532297,2205.405353,2234.586397 +175234,2637.737481,1113.367014,2232.138933,2206.920777,2233.034622 +175235,2636.455856,1112.382195,2232.46142,2210.15621,2233.659017 +175236,2634.975785,1111.39353,2230.255957,2210.337073,2231.218782 +175237,2633.605706,1110.393135,2230.256432,2212.836215,2231.548854 +175238,2632.091781,1109.430327,2227.870268,2212.523897,2228.966749 +175239,2630.566581,1108.432896,2226.102414,2212.824951,2227.166098 +175240,2628.94645,1107.427632,2224.545263,2213.310849,2225.635193 +175241,2627.280462,1106.41488,2224.761173,2215.688882,2226.313933 +175242,2625.511824,1105.402125,2222.482749,2215.111781,2223.940976 +175243,2623.75822,1104.381351,2220.767023,2215.060637,2222.281172 +175244,2621.95437,1103.358541,2220.895983,2217.004229,2222.91286 +175245,2619.889925,1102.291948,2218.562826,2216.051527,2220.521192 +175246,2617.976909,1101.251267,2216.80749,2215.667044,2218.854647 +175247,2615.960503,1100.215483,2215.239868,2215.440726,2217.42203 +175248,2613.909768,1099.17848,2213.771032,2215.25471,2216.114161 +175249,2611.812133,1098.140608,2212.35957,2215.038473,2214.882957 +175250,2600.089609,1094.109784,2212.552911,2216.692526,2215.647443 +175251,2596.186723,1092.514463,2209.748987,2214.011539,2213.135338 +175252,2593.372276,1091.132164,2207.267734,2211.642108,2211.284112 +175253,2590.376707,1089.817242,2204.988174,2209.580491,2209.719494 +175254,2587.634337,1088.532402,2202.91616,2207.911584,2208.339622 +175255,2584.847806,1087.26493,2201.014146,2206.527602,2207.079095 +175256,2581.942956,1086.008116,2199.229044,2205.277373,2205.88902 +175257,2579.191865,1084.758729,2197.51933,2204.052392,2204.7385 +175258,2576.273377,1083.514809,2195.859417,2202.797097,2203.610062 +175259,2573.486155,1082.275483,2194.234454,2201.489308,2202.493538 +175260,2570.488628,1081.039993,2192.634837,2200.120802,2201.381871 +175261,1933.789022,1079.741513,959.5991414,1646.511281,2176.045149 +175262,2026.547566,1209.132286,1013.391764,1736.941914,2255.657116 +175263,2118.207479,1212.764803,1072.63525,1829.703612,2323.192501 +175264,2178.994395,1212.202838,1118.596588,1890.001264,2360.200883 +175265,2220.908791,1212.85324,1154.438044,1925.549283,2383.49959 +175266,2249.863932,1212.078244,1182.478889,1944.823236,2399.529571 +175267,2270.823948,1211.292652,1204.966646,1954.809599,2411.59739 +175268,2286.7805,1210.37562,1223.542556,1960.43704,2421.379236 +175269,2299.41732,1209.432882,1239.222706,1964.055981,2429.724371 +175270,2309.637144,1208.460759,1252.611091,1966.597134,2437.040377 +175271,2317.96072,1207.469704,1264.099537,1968.385171,2443.527353 +175272,2324.744158,1206.444048,1273.982772,1969.566462,2449.303077 +175273,2330.265548,1205.428978,1282.504406,1970.255584,2454.453874 +175274,2334.72599,1204.411532,1289.859461,1970.534769,2459.023645 +175275,2338.34702,1203.394829,1296.241812,1970.518163,2463.113588 +175276,2341.309406,1202.30288,1301.990191,1970.292337,2466.812153 +175277,2343.723671,1201.404824,1306.869815,1969.890213,2470.157984 +175278,2345.683428,1200.340444,1311.162078,1969.336117,2473.39387 +175279,2347.265777,1199.350718,1314.955746,1968.64783,2476.152052 +175280,2348.533736,1198.353173,1318.324956,1967.838762,2478.667029 +175281,2349.538428,1197.361824,1321.331486,1966.919112,2480.970748 +175282,2350.321313,1194.6539,1324.027025,1965.896683,2483.090323 +175283,2350.508927,1193.422257,1326.385647,1963.546658,2485.049163 +175284,2350.28796,1192.290015,1328.467454,1960.426441,2486.862362 +175285,2349.893105,1191.182808,1330.337327,1957.248142,2488.547583 +175286,2349.450217,1190.091849,1332.03919,1954.340565,2490.121346 +175287,2348.997007,1189.012303,1333.5995,1951.726144,2491.597494 +175288,2348.532784,1187.940677,1335.035543,1949.30942,2492.98736 +175289,2348.04883,1186.87515,1336.360612,1946.992829,2494.300294 +175290,2347.539029,1185.814039,1337.586085,1944.714019,2495.544197 +175291,2347.015549,1184.448645,1338.721933,1942.436915,2496.725818 +175292,2346.485639,1183.090173,1339.763017,1940.16807,2497.850967 +175293,2345.949132,1181.511529,1340.709529,1937.911374,2498.924609 +175294,2345.402187,1180.07353,1341.564152,1935.660804,2499.951078 +175295,2344.840319,1178.470652,1342.334911,1933.405755,2500.934139 +175296,2344.259756,1177.046001,1343.027407,1931.13618,2501.877094 +175297,2343.657659,1175.434326,1343.649232,1928.658728,2502.782782 +175298,2343.031974,1173.870816,1344.204318,1926.34986,2503.653689 +175299,2342.381139,1172.276514,1344.698593,1924.015195,2504.491977 +175300,2341.704005,1170.663347,1345.134608,1921.645912,2505.299532 +175301,2340.999649,1169.032172,1345.517207,1919.238085,2506.077963 +175302,2340.267399,1167.382325,1345.848054,1916.790923,2506.828686 +175303,2339.506756,1165.715087,1346.13127,1914.304677,2507.55292 +175304,2338.717365,1164.01947,1346.367886,1911.779599,2508.251745 +175305,2337.898436,1162.314211,1346.561546,1909.212396,2508.927032 +175306,2337.049988,1160.591888,1346.712742,1906.604139,2509.579247 +175307,2336.172171,1158.853223,1346.824614,1903.956489,2510.208583 +175308,2335.26517,1157.023403,1346.897348,1901.270293,2510.815469 +175309,2334.329078,1155.360523,1346.933854,1898.545595,2511.400371 +175310,2333.364488,1175.919629,1346.934305,1895.782555,2511.964334 +175311,2332.370398,1117.932387,1346.900861,1892.980048,2512.506615 +175312,2331.347268,1166.86563,1346.833387,1890.13821,2513.027943 +175313,2330.296675,1159.764933,1346.735093,1887.258154,2513.530175 +175314,2329.219952,1123.742666,1346.607755,1884.330971,2514.012244 +175315,2328.116841,1178.221535,1346.453087,1881.360096,2514.474826 +175316,2326.986111,1105.223466,1346.269046,1878.349949,2514.918025 +175317,2325.827122,1158.229913,1346.055693,1875.302743,2515.341928 +175318,2324.641041,1143.253144,1345.81593,1872.219823,2515.747991 +175319,2323.427275,1125.044251,1345.54848,1869.10013,2516.135465 +175320,2322.217503,1151.563661,1345.269568,1865.968235,2516.538673 +175321,0,0,0,0,0 +175322,0,0,0,0,0 +175323,0,0,0,0,0 +175324,0,0,0,0,0 +175325,0,0,0,0,0 +175326,0,0,0,0,0 +175327,0,0,0,0,0 +175328,0,0,0,0,0 +175329,0,0,0,0,0 +175330,0,0,0,0,0 +175331,0,0,0,0,0 +175332,0,0,0,0,0 +175333,0,0,0,0,0 +175334,0,0,0,0,0 +175335,0,0,0,0,0 +175336,0,0,0,0,0 +175337,0,0,0,0,0 +175338,0,0,0,0,0 +175339,0,0,0,0,0 +175340,0,0,0,0,0 +175341,0,0,0,0,0 +175342,0,0,0,0,0 +175343,0,0,0,0,0 +175344,0,0,0,0,0 +175345,0,0,0,0,0 +175346,0,0,0,0,0 +175347,0,0,0,0,0 +175348,0,0,0,0,0 +175349,0,0,0,0,0 +175350,0,0,0,0,0 +175351,0,0,0,0,0 +175352,0,0,0,0,0 +175353,0,0,0,0,0 +175354,0,0,0,0,0 +175355,0,0,0,0,0 +175356,0,0,0,0,0 +175357,0,0,0,0,0 +175358,0,0,0,0,0 +175359,0,0,0,0,0 +175360,0,0,0,0,0 +175361,0,0,0,0,0 +175362,0,0,0,0,0 +175363,0,0,0,0,0 +175364,0,0,0,0,0 +175365,0,0,0,0,0 +175366,0,0,0,0,0 +175367,0,0,0,0,0 +175368,0,0,0,0,0 +175369,0,0,0,0,0 +175370,0,0,0,0,0 +175371,0,0,0,0,0 +175372,0,0,0,0,0 +175373,0,0,0,0,0 +175374,0,0,0,0,0 +175375,0,0,0,0,0 +175376,0,0,0,0,0 +175377,0,0,0,0,0 +175378,0,0,0,0,0 +175379,0,0,0,0,0 +175380,0,0,0,0,0 +175381,0,0,0,0,0 +175382,0,0,0,0,0 +175383,0,0,0,0,0 +175384,0,0,0,0,0 +175385,0,0,0,0,0 +175386,0,0,0,0,0 +175387,0,0,0,0,0 +175388,0,0,0,0,0 +175389,0,0,0,0,0 +175390,0,0,0,0,0 +175391,0,0,0,0,0 +175392,0,0,0,0,0 +175393,0,0,0,0,0 +175394,0,0,0,0,0 +175395,0,0,0,0,0 +175396,0,0,0,0,0 +175397,0,0,0,0,0 +175398,0,0,0,0,0 +175399,0,0,0,0,0 +175400,0,0,0,0,0 +175401,0,0,0,0,0 +175402,0,0,0,0,0 +175403,0,0,0,0,0 +175404,0,0,0,0,0 +175405,0,0,0,0,0 +175406,0,0,0,0,0 +175407,0,0,0,0,0 +175408,0,0,0,0,0 +175409,0,0,0,0,0 +175410,0,0,0,0,0 +175411,0,0,0,0,0 +175412,0,0,0,0,0 +175413,0,0,0,0,0 +175414,0,0,0,0,0 +175415,0,0,0,0,0 +175416,0,0,0,0,0 +175417,0,0,0,0,0 +175418,0,0,0,0,0 +175419,0,0,0,0,0 +175420,0,0,0,0,0 +175421,0,0,0,0,0 +175422,0,0,0,0,0 +175423,0,0,0,0,0 +175424,0,0,0,0,0 +175425,0,0,0,0,0 +175426,0,0,0,0,0 +175427,0,0,0,0,0 +175428,0,0,0,0,0 +175429,0,0,0,0,0 +175430,0,0,0,0,0 +175431,0,0,0,0,0 +175432,0,0,0,0,0 +175433,0,0,0,0,0 +175434,0,0,0,0,0 +175435,0,0,0,0,0 +175436,0,0,0,0,0 +175437,0,0,0,0,0 +175438,0,0,0,0,0 +175439,0,0,0,0,0 +175440,0,0,0,0,0 +175441,0,0,0,0,0 +175442,0,0,0,0,0 +175443,0,0,0,0,0 +175444,0,0,0,0,0 +175445,0,0,0,0,0 +175446,0,0,0,0,0 +175447,0,0,0,0,0 +175448,0,0,0,0,0 +175449,0,0,0,0,0 +175450,0,0,0,0,0 +175451,0,0,0,0,0 +175452,0,0,0,0,0 +175453,0,0,0,0,0 +175454,0,0,0,0,0 +175455,0,0,0,0,0 +175456,0,0,0,0,0 +175457,0,0,0,0,0 +175458,0,0,0,0,0 +175459,0,0,0,0,0 +175460,0,0,0,0,0 +175461,0,0,0,0,0 +175462,0,0,0,0,0 +175463,0,0,0,0,0 +175464,0,0,0,0,0 +175465,0,0,0,0,0 +175466,0,0,0,0,0 +175467,0,0,0,0,0 +175468,0,0,0,0,0 +175469,0,0,0,0,0 +175470,0,0,0,0,0 +175471,0,0,0,0,0 +175472,0,0,0,0,0 +175473,0,0,0,0,0 +175474,0,0,0,0,0 +175475,0,0,0,0,0 +175476,0,0,0,0,0 +175477,0,0,0,0,0 +175478,0,0,0,0,0 +175479,0,0,0,0,0 +175480,0,0,0,0,0 +175481,0,0,0,0,0 +175482,0,0,0,0,0 +175483,0,0,0,0,0 +175484,0,0,0,0,0 +175485,0,0,0,0,0 +175486,0,0,0,0,0 +175487,0,0,0,0,0 +175488,0,0,0,0,0 +175489,0,0,0,0,0 +175490,0,0,0,0,0 +175491,0,0,0,0,0 +175492,0,0,0,0,0 +175493,0,0,0,0,0 +175494,0,0,0,0,0 +175495,0,0,0,0,0 +175496,0,0,0,0,0 +175497,0,0,0,0,0 +175498,0,0,0,0,0 +175499,0,0,0,0,0 +175500,0,0,0,0,0 +175501,0,0,0,0,0 +175502,0,0,0,0,0 +175503,0,0,0,0,0 +175504,0,0,0,0,0 +175505,0,0,0,0,0 +175506,0,0,0,0,0 +175507,0,0,0,0,0 +175508,0,0,0,0,0 +175509,0,0,0,0,0 +175510,0,0,0,0,0 +175511,0,0,0,0,0 +175512,0,0,0,0,0 +175513,0,0,0,0,0 +175514,0,0,0,0,0 +175515,0,0,0,0,0 +175516,0,0,0,0,0 +175517,0,0,0,0,0 +175518,0,0,0,0,0 +175519,0,0,0,0,0 +175520,0,0,0,0,0 +175521,0,0,0,0,0 +175522,0,0,0,0,0 +175523,0,0,0,0,0 +175524,0,0,0,0,0 +175525,0,0,0,0,0 +175526,0,0,0,0,0 +175527,0,0,0,0,0 +175528,0,0,0,0,0 +175529,0,0,0,0,0 +175530,0,0,0,0,0 +175531,0,0,0,0,0 +175532,0,0,0,0,0 +175533,0,0,0,0,0 +175534,0,0,0,0,0 +175535,0,0,0,0,0 +175536,0,0,0,0,0 +175537,0,0,0,0,0 +175538,0,0,0,0,0 +175539,0,0,0,0,0 +175540,0,0,0,0,0 +175541,0,0,0,0,0 +175542,0,0,0,0,0 +175543,0,0,0,0,0 +175544,0,0,0,0,0 +175545,0,0,0,0,0 +175546,0,0,0,0,0 +175547,0,0,0,0,0 +175548,0,0,0,0,0 +175549,0,0,0,0,0 +175550,0,0,0,0,0 +175551,0,0,0,0,0 +175552,0,0,0,0,0 +175553,0,0,0,0,0 +175554,0,0,0,0,0 +175555,0,0,0,0,0 +175556,0,0,0,0,0 +175557,0,0,0,0,0 +175558,0,0,0,0,0 +175559,0,0,0,0,0 +175560,0,0,0,0,0 +175561,0,0,0,0,0 +175562,0,0,0,0,0 +175563,0,0,0,0,0 +175564,0,0,0,0,0 +175565,0,0,0,0,0 +175566,0,0,0,0,0 +175567,0,0,0,0,0 +175568,0,0,0,0,0 +175569,0,0,0,0,0 +175570,0,0,0,0,0 +175571,0,0,0,0,0 +175572,0,0,0,0,0 +175573,0,0,0,0,0 +175574,0,0,0,0,0 +175575,0,0,0,0,0 +175576,0,0,0,0,0 +175577,0,0,0,0,0 +175578,0,0,0,0,0 +175579,0,0,0,0,0 +175580,0,0,0,0,0 +175581,0,0,0,0,0 +175582,0,0,0,0,0 +175583,0,0,0,0,0 +175584,0,0,0,0,0 +175585,0,0,0,0,0 +175586,0,0,0,0,0 +175587,0,0,0,0,0 +175588,0,0,0,0,0 +175589,0,0,0,0,0 +175590,0,0,0,0,0 +175591,0,0,0,0,0 +175592,0,0,0,0,0 +175593,0,0,0,0,0 +175594,0,0,0,0,0 +175595,0,0,0,0,0 +175596,0,0,0,0,0 +175597,0,0,0,0,0 +175598,0,0,0,0,0 +175599,0,0,0,0,0 +175600,0,0,0,0,0 +175601,0,0,0,0,0 +175602,0,0,0,0,0 +175603,0,0,0,0,0 +175604,0,0,0,0,0 +175605,0,0,0,0,0 +175606,0,0,0,0,0 +175607,0,0,0,0,0 +175608,0,0,0,0,0 +175609,0,0,0,0,0 +175610,0,0,0,0,0 +175611,0,0,0,0,0 +175612,0,0,0,0,0 +175613,0,0,0,0,0 +175614,0,0,0,0,0 +175615,0,0,0,0,0 +175616,0,0,0,0,0 +175617,0,0,0,0,0 +175618,0,0,0,0,0 +175619,0,0,0,0,0 +175620,0,0,0,0,0 +175621,0,0,0,0,0 +175622,0,0,0,0,0 +175623,0,0,0,0,0 +175624,0,0,0,0,0 +175625,0,0,0,0,0 +175626,0,0,0,0,0 +175627,0,0,0,0,0 +175628,0,0,0,0,0 +175629,0,0,0,0,0 +175630,0,0,0,0,0 +175631,0,0,0,0,0 +175632,0,0,0,0,0 +175633,0,0,0,0,0 +175634,0,0,0,0,0 +175635,0,0,0,0,0 +175636,0,0,0,0,0 +175637,0,0,0,0,0 +175638,0,0,0,0,0 +175639,0,0,0,0,0 +175640,0,0,0,0,0 +175641,0,0,0,0,0 +175642,0,0,0,0,0 +175643,0,0,0,0,0 +175644,0,0,0,0,0 +175645,0,0,0,0,0 +175646,0,0,0,0,0 +175647,0,0,0,0,0 +175648,0,0,0,0,0 +175649,0,0,0,0,0 +175650,0,0,0,0,0 +175651,0,0,0,0,0 +175652,0,0,0,0,0 +175653,0,0,0,0,0 +175654,0,0,0,0,0 +175655,0,0,0,0,0 +175656,0,0,0,0,0 +175657,0,0,0,0,0 +175658,0,0,0,0,0 +175659,0,0,0,0,0 +175660,0,0,0,0,0 +175661,0,0,0,0,0 +175662,0,0,0,0,0 +175663,0,0,0,0,0 +175664,0,0,0,0,0 +175665,0,0,0,0,0 +175666,0,0,0,0,0 +175667,0,0,0,0,0 +175668,0,0,0,0,0 +175669,0,0,0,0,0 +175670,0,0,0,0,0 +175671,0,0,0,0,0 +175672,0,0,0,0,0 +175673,0,0,0,0,0 +175674,0,0,0,0,0 +175675,0,0,0,0,0 +175676,0,0,0,0,0 +175677,0,0,0,0,0 +175678,0,0,0,0,0 +175679,0,0,0,0,0 +175680,0,0,0,0,0 +175681,0,0,0,0,0 +175682,0,0,0,0,0 +175683,0,0,0,0,0 +175684,0,0,0,0,0 +175685,0,0,0,0,0 +175686,0,0,0,0,0 +175687,0,0,0,0,0 +175688,0,0,0,0,0 +175689,0,0,0,0,0 +175690,0,0,0,0,0 +175691,0,0,0,0,0 +175692,0,0,0,0,0 +175693,0,0,0,0,0 +175694,0,0,0,0,0 +175695,0,0,0,0,0 +175696,0,0,0,0,0 +175697,0,0,0,0,0 +175698,0,0,0,0,0 +175699,0,0,0,0,0 +175700,0,0,0,0,0 +175701,0,0,0,0,0 +175702,0,0,0,0,0 +175703,0,0,0,0,0 +175704,0,0,0,0,0 +175705,0,0,0,0,0 +175706,0,0,0,0,0 +175707,0,0,0,0,0 +175708,0,0,0,0,0 +175709,0,0,0,0,0 +175710,0,0,0,0,0 +175711,0,0,0,0,0 +175712,0,0,0,0,0 +175713,0,0,0,0,0 +175714,0,0,0,0,0 +175715,0,0,0,0,0 +175716,0,0,0,0,0 +175717,0,0,0,0,0 +175718,0,0,0,0,0 +175719,0,0,0,0,0 +175720,0,0,0,0,0 +175721,0,0,0,0,0 +175722,0,0,0,0,0 +175723,0,0,0,0,0 +175724,0,0,0,0,0 +175725,0,0,0,0,0 +175726,0,0,0,0,0 +175727,0,0,0,0,0 +175728,0,0,0,0,0 +175729,0,0,0,0,0 +175730,0,0,0,0,0 +175731,0,0,0,0,0 +175732,0,0,0,0,0 +175733,0,0,0,0,0 +175734,0,0,0,0,0 +175735,0,0,0,0,0 +175736,0,0,0,0,0 +175737,0,0,0,0,0 +175738,0,0,0,0,0 +175739,0,0,0,0,0 +175740,0,0,0,0,0 +175741,0,0,0,0,0 +175742,0,0,0,0,0 +175743,0,0,0,0,0 +175744,0,0,0,0,0 +175745,0,0,0,0,0 +175746,0,0,0,0,0 +175747,0,0,0,0,0 +175748,0,0,0,0,0 +175749,0,0,0,0,0 +175750,0,0,0,0,0 +175751,0,0,0,0,0 +175752,0,0,0,0,0 +175753,0,0,0,0,0 +175754,0,0,0,0,0 +175755,0,0,0,0,0 +175756,0,0,0,0,0 +175757,0,0,0,0,0 +175758,0,0,0,0,0 +175759,0,0,0,0,0 +175760,0,0,0,0,0 +175761,0,0,0,0,0 +175762,0,0,0,0,0 +175763,0,0,0,0,0 +175764,0,0,0,0,0 +175765,0,0,0,0,0 +175766,0,0,0,0,0 +175767,0,0,0,0,0 +175768,0,0,0,0,0 +175769,0,0,0,0,0 +175770,0,0,0,0,0 +175771,0,0,0,0,0 +175772,0,0,0,0,0 +175773,0,0,0,0,0 +175774,0,0,0,0,0 +175775,0,0,0,0,0 +175776,0,0,0,0,0 +175777,0,0,0,0,0 +175778,0,0,0,0,0 +175779,0,0,0,0,0 +175780,0,0,0,0,0 +175781,0,0,0,0,0 +175782,0,0,0,0,0 +175783,0,0,0,0,0 +175784,0,0,0,0,0 +175785,0,0,0,0,0 +175786,0,0,0,0,0 +175787,0,0,0,0,0 +175788,0,0,0,0,0 +175789,0,0,0,0,0 +175790,0,0,0,0,0 +175791,0,0,0,0,0 +175792,0,0,0,0,0 +175793,0,0,0,0,0 +175794,0,0,0,0,0 +175795,0,0,0,0,0 +175796,0,0,0,0,0 +175797,0,0,0,0,0 +175798,0,0,0,0,0 +175799,0,0,0,0,0 +175800,0,0,0,0,0 +175801,0,0,0,0,0 +175802,0,0,0,0,0 +175803,0,0,0,0,0 +175804,0,0,0,0,0 +175805,0,0,0,0,0 +175806,0,0,0,0,0 +175807,0,0,0,0,0 +175808,0,0,0,0,0 +175809,0,0,0,0,0 +175810,0,0,0,0,0 +175811,0,0,0,0,0 +175812,0,0,0,0,0 +175813,0,0,0,0,0 +175814,0,0,0,0,0 +175815,0,0,0,0,0 +175816,0,0,0,0,0 +175817,0,0,0,0,0 +175818,0,0,0,0,0 +175819,0,0,0,0,0 +175820,0,0,0,0,0 +175821,0,0,0,0,0 +175822,0,0,0,0,0 +175823,0,0,0,0,0 +175824,0,0,0,0,0 +175825,0,0,0,0,0 +175826,0,0,0,0,0 +175827,0,0,0,0,0 +175828,0,0,0,0,0 +175829,0,0,0,0,0 +175830,0,0,0,0,0 +175831,0,0,0,0,0 +175832,0,0,0,0,0 +175833,0,0,0,0,0 +175834,0,0,0,0,0 +175835,0,0,0,0,0 +175836,0,0,0,0,0 +175837,0,0,0,0,0 +175838,0,0,0,0,0 +175839,0,0,0,0,0 +175840,0,0,0,0,0 +175841,0,0,0,0,0 +175842,0,0,0,0,0 +175843,0,0,0,0,0 +175844,0,0,0,0,0 +175845,0,0,0,0,0 +175846,0,0,0,0,0 +175847,0,0,0,0,0 +175848,0,0,0,0,0 +175849,0,0,0,0,0 +175850,0,0,0,0,0 +175851,0,0,0,0,0 +175852,0,0,0,0,0 +175853,0,0,0,0,0 +175854,0,0,0,0,0 +175855,0,0,0,0,0 +175856,0,0,0,0,0 +175857,0,0,0,0,0 +175858,0,0,0,0,0 +175859,0,0,0,0,0 +175860,0,0,0,0,0 +175861,0,0,0,0,0 +175862,0,0,0,0,0 +175863,0,0,0,0,0 +175864,0,0,0,0,0 +175865,0,0,0,0,0 +175866,0,0,0,0,0 +175867,0,0,0,0,0 +175868,0,0,0,0,0 +175869,0,0,0,0,0 +175870,0,0,0,0,0 +175871,0,0,0,0,0 +175872,0,0,0,0,0 +175873,0,0,0,0,0 +175874,0,0,0,0,0 +175875,0,0,0,0,0 +175876,0,0,0,0,0 +175877,0,0,0,0,0 +175878,0,0,0,0,0 +175879,0,0,0,0,0 +175880,0,0,0,0,0 +175881,0,0,0,0,0 +175882,0,0,0,0,0 +175883,0,0,0,0,0 +175884,0,0,0,0,0 +175885,0,0,0,0,0 +175886,0,0,0,0,0 +175887,0,0,0,0,0 +175888,0,0,0,0,0 +175889,0,0,0,0,0 +175890,0,0,0,0,0 +175891,0,0,0,0,0 +175892,0,0,0,0,0 +175893,0,0,0,0,0 +175894,0,0,0,0,0 +175895,0,0,0,0,0 +175896,0,0,0,0,0 +175897,0,0,0,0,0 +175898,0,0,0,0,0 +175899,0,0,0,0,0 +175900,0,0,0,0,0 +175901,0,0,0,0,0 +175902,0,0,0,0,0 +175903,0,0,0,0,0 +175904,0,0,0,0,0 +175905,0,0,0,0,0 +175906,0,0,0,0,0 +175907,0,0,0,0,0 +175908,0,0,0,0,0 +175909,0,0,0,0,0 +175910,0,0,0,0,0 +175911,0,0,0,0,0 +175912,0,0,0,0,0 +175913,0,0,0,0,0 +175914,0,0,0,0,0 +175915,0,0,0,0,0 +175916,0,0,0,0,0 +175917,0,0,0,0,0 +175918,0,0,0,0,0 +175919,0,0,0,0,0 +175920,0,0,0,0,0 +175921,0,0,0,0,0 +175922,0,0,0,0,0 +175923,0,0,0,0,0 +175924,0,0,0,0,0 +175925,0,0,0,0,0 +175926,0,0,0,0,0 +175927,0,0,0,0,0 +175928,0,0,0,0,0 +175929,0,0,0,0,0 +175930,0,0,0,0,0 +175931,0,0,0,0,0 +175932,0,0,0,0,0 +175933,0,0,0,0,0 +175934,0,0,0,0,0 +175935,0,0,0,0,0 +175936,0,0,0,0,0 +175937,0,0,0,0,0 +175938,0,0,0,0,0 +175939,0,0,0,0,0 +175940,0,0,0,0,0 +175941,0,0,0,0,0 +175942,0,0,0,0,0 +175943,0,0,0,0,0 +175944,0,0,0,0,0 +175945,0,0,0,0,0 +175946,0,0,0,0,0 +175947,0,0,0,0,0 +175948,0,0,0,0,0 +175949,0,0,0,0,0 +175950,0,0,0,0,0 +175951,0,0,0,0,0 +175952,0,0,0,0,0 +175953,0,0,0,0,0 +175954,0,0,0,0,0 +175955,0,0,0,0,0 +175956,0,0,0,0,0 +175957,0,0,0,0,0 +175958,0,0,0,0,0 +175959,0,0,0,0,0 +175960,0,0,0,0,0 +175961,0,0,0,0,0 +175962,0,0,0,0,0 +175963,0,0,0,0,0 +175964,0,0,0,0,0 +175965,0,0,0,0,0 +175966,0,0,0,0,0 +175967,0,0,0,0,0 +175968,0,0,0,0,0 +175969,0,0,0,0,0 +175970,0,0,0,0,0 +175971,0,0,0,0,0 +175972,0,0,0,0,0 +175973,0,0,0,0,0 +175974,0,0,0,0,0 +175975,0,0,0,0,0 +175976,0,0,0,0,0 +175977,0,0,0,0,0 +175978,0,0,0,0,0 +175979,0,0,0,0,0 +175980,0,0,0,0,0 +175981,0,0,0,0,0 +175982,0,0,0,0,0 +175983,0,0,0,0,0 +175984,0,0,0,0,0 +175985,0,0,0,0,0 +175986,0,0,0,0,0 +175987,0,0,0,0,0 +175988,0,0,0,0,0 +175989,0,0,0,0,0 +175990,0,0,0,0,0 +175991,0,0,0,0,0 +175992,0,0,0,0,0 +175993,0,0,0,0,0 +175994,0,0,0,0,0 +175995,0,0,0,0,0 +175996,0,0,0,0,0 +175997,0,0,0,0,0 +175998,0,0,0,0,0 +175999,0,0,0,0,0 +176000,0,0,0,0,0 +176001,0,0,0,0,0 +176002,0,0,0,0,0 +176003,0,0,0,0,0 +176004,0,0,0,0,0 +176005,0,0,0,0,0 +176006,0,0,0,0,0 +176007,0,0,0,0,0 +176008,0,0,0,0,0 +176009,0,0,0,0,0 +176010,0,0,0,0,0 +176011,0,0,0,0,0 +176012,0,0,0,0,0 +176013,0,0,0,0,0 +176014,0,0,0,0,0 +176015,0,0,0,0,0 +176016,0,0,0,0,0 +176017,0,0,0,0,0 +176018,0,0,0,0,0 +176019,0,0,0,0,0 +176020,0,0,0,0,0 +176021,0,0,0,0,0 +176022,0,0,0,0,0 +176023,0,0,0,0,0 +176024,0,0,0,0,0 +176025,0,0,0,0,0 +176026,0,0,0,0,0 +176027,0,0,0,0,0 +176028,0,0,0,0,0 +176029,0,0,0,0,0 +176030,0,0,0,0,0 +176031,0,0,0,0,0 +176032,0,0,0,0,0 +176033,0,0,0,0,0 +176034,0,0,0,0,0 +176035,0,0,0,0,0 +176036,0,0,0,0,0 +176037,0,0,0,0,0 +176038,0,0,0,0,0 +176039,0,0,0,0,0 +176040,0,0,0,0,0 +176041,0,0,0,0,0 +176042,0,0,0,0,0 +176043,0,0,0,0,0 +176044,0,0,0,0,0 +176045,0,0,0,0,0 +176046,0,0,0,0,0 +176047,0,0,0,0,0 +176048,0,0,0,0,0 +176049,0,0,0,0,0 +176050,0,0,0,0,0 +176051,0,0,0,0,0 +176052,0,0,0,0,0 +176053,0,0,0,0,0 +176054,0,0,0,0,0 +176055,0,0,0,0,0 +176056,0,0,0,0,0 +176057,0,0,0,0,0 +176058,0,0,0,0,0 +176059,0,0,0,0,0 +176060,0,0,0,0,0 +176061,0,0,0,0,0 +176062,0,0,0,0,0 +176063,0,0,0,0,0 +176064,0,0,0,0,0 +176065,0,0,0,0,0 +176066,0,0,0,0,0 +176067,0,0,0,0,0 +176068,0,0,0,0,0 +176069,0,0,0,0,0 +176070,0,0,0,0,0 +176071,0,0,0,0,0 +176072,0,0,0,0,0 +176073,0,0,0,0,0 +176074,0,0,0,0,0 +176075,0,0,0,0,0 +176076,0,0,0,0,0 +176077,0,0,0,0,0 +176078,0,0,0,0,0 +176079,0,0,0,0,0 +176080,0,0,0,0,0 +176081,0,0,0,0,0 +176082,0,0,0,0,0 +176083,0,0,0,0,0 +176084,0,0,0,0,0 +176085,0,0,0,0,0 +176086,0,0,0,0,0 +176087,0,0,0,0,0 +176088,0,0,0,0,0 +176089,0,0,0,0,0 +176090,0,0,0,0,0 +176091,0,0,0,0,0 +176092,0,0,0,0,0 +176093,0,0,0,0,0 +176094,0,0,0,0,0 +176095,0,0,0,0,0 +176096,0,0,0,0,0 +176097,0,0,0,0,0 +176098,0,0,0,0,0 +176099,0,0,0,0,0 +176100,0,0,0,0,0 +176101,-240.1568381,62.64858744,123.3608645,-100.1761059,-463.351082 +176102,205.6791341,264.7085176,566.7039777,102.4601188,346.4255002 +176103,205.2916906,262.1014013,560.2440527,102.0131693,345.5103113 +176104,200.6239568,257.4710081,549.2873175,99.53820563,336.7877567 +176105,194.9563886,253.0856789,538.5293968,96.66132084,325.7898679 +176106,189.9332766,249.7754993,529.7687736,94.16982508,315.4281796 +176107,185.9094035,247.541093,523.0967523,92.21196221,306.453769 +176108,182.735093,246.1455939,518.0905953,90.69438907,298.7316329 +176109,180.1957541,245.3754823,514.3499628,89.49950001,291.9765693 +176110,178.1412995,245.0901839,511.6072871,88.54668445,285.9830807 +176111,176.4826309,245.2006085,509.6912827,87.78818106,176.0321789 +176112,175.1628542,245.6437373,508.4791546,87.19348626,143.9878393 +176113,174.1384673,246.3690722,507.870772,86.73942284,184.7933528 +176114,173.3720369,247.3338222,507.7796447,86.40595977,167.4064588 +176115,172.830608,248.5016259,508.1308022,86.17599542,167.6277133 +176116,172.4855025,249.8419337,508.8599455,86.03519526,167.7013982 +176117,172.3121815,251.3293216,509.9124274,85.97163674,168.1938395 +176118,172.2897456,252.9426738,511.2418972,85.97536824,168.9162393 +176119,172.4004572,254.664448,512.8090457,86.0380624,169.4891746 +176120,172.6291946,256.4800246,514.5804489,86.15271509,170.0997092 +176121,172.9630863,258.3772059,516.5276697,86.31343657,170.7488195 +176122,173.3911038,260.3457761,518.626437,86.51524805,171.8103611 +176123,173.9038359,262.3771793,520.8560434,86.75395048,172.529636 +176124,174.493188,264.4642162,523.1987562,87.02597806,173.4695365 +176125,175.1522287,266.6008265,525.6393901,87.32830744,174.6290534 +176126,175.8749677,268.7818802,528.1648857,87.65835459,175.4428404 +176127,176.6562611,271.0030335,530.764016,88.01391721,176.4756654 +176128,177.4916288,273.2605773,533.427066,88.39309425,177.9139076 +176129,178.37721,275.5513484,536.1456432,88.79425532,178.8150211 +176130,179.3096176,277.8726195,538.9124392,89.21597955,180.1189291 +176131,180.2859181,363.5176956,541.7211012,89.65703815,181.4494812 +176132,181.3052658,367.8909592,544.5365873,90.11843279,182.8041057 +176133,182.3664454,368.0051122,547.3352213,90.60053253,183.9947447 +176134,183.4675091,385.7030763,550.108648,91.10270736,185.585161 +176135,184.6062543,396.5695501,552.8565132,91.62384747,186.8226738 +176136,185.7805319,407.0307545,555.5806485,92.16277374,188.6450437 +176137,186.9884307,417.4918602,558.2827378,92.71843251,189.7362145 +176138,188.2282333,427.774305,560.9638609,93.28990712,191.6001438 +176139,189.4984343,438.0441081,563.6247141,93.87641065,193.1078195 +176140,190.7976533,448.0838997,566.2657714,94.47723945,194.6339432 +176141,192.1246496,458.0827754,568.8874087,95.09176489,196.5541485 +176142,193.478263,467.864538,571.4899044,95.71940816,197.9276555 +176143,194.8574446,477.7907279,574.0734761,96.35964547,199.8824819 +176144,196.2611951,487.3132095,576.6382468,97.0119847,201.6652304 +176145,197.6886096,497.1988059,579.1842925,97.67597811,203.2748884 +176146,199.1388203,506.3590411,581.7116149,98.35120149,205.2760467 +176147,200.6110334,516.0596673,584.2201796,99.03726356,206.9163606 +176148,202.1044827,525.2956213,586.7098967,99.73379044,208.9470443 +176149,203.6184693,534.4506395,589.1806593,100.440437,210.6161481 +176150,205.1523067,543.8520531,591.6323115,101.1568677,212.8621468 +176151,206.7053707,552.97068,594.0646936,101.8827724,214.3688808 +176152,208.2770462,561.6939538,596.477611,102.6178491,216.6406485 +176153,209.8667682,570.9598844,598.8708672,103.361815,218.5482111 +176154,211.4739783,579.5596466,601.2442403,104.1143938,220.6533446 +176155,213.0981672,588.8051051,603.5975173,104.8753284,222.393582 +176156,214.738822,597.1502161,605.9304594,105.6443629,224.7094627 +176157,216.3954776,605.9788581,608.2428437,106.4212602,226.4723982 +176158,218.0676644,614.3940009,610.5344285,107.2057842,228.8094131 +176159,219.7549563,623.1726779,612.8049902,107.9977154,230.7795145 +176160,221.4569174,631.5129653,615.054287,108.7968329,232.9459146 +176161,223.0166589,1065.184476,1551.88889,109.5317978,272.4194568 +176162,243.4936036,1085.884276,1722.659925,119.0075441,306.5470287 +176163,273.8335738,1103.162396,1672.200502,132.9237252,359.4558272 +176164,304.6707893,1123.32598,1716.201223,146.8913839,414.8804879 +176165,331.9996665,1140.780609,1745.330912,159.0773226,465.5405838 +176166,355.3401557,1157.638027,1759.305217,169.3162108,510.1491208 +176167,375.4149056,1173.837097,1761.139524,177.9980576,549.5536524 +176168,392.9966353,1189.791413,1802.212155,185.5197477,584.799597 +176169,408.6253993,1205.275843,1808.697853,192.154778,616.6281939 +176170,422.6508946,1220.647433,1827.683876,198.0781894,645.5173042 +176171,435.3210581,1235.141453,1843.53093,203.4120582,671.8097238 +176172,446.83503,1250.70013,1859.663763,208.2525071,695.7908236 +176173,457.3632769,1264.898614,1874.854835,212.6801782,717.7164102 +176174,467.0529119,1279.458605,1889.981883,216.7632811,737.8178792 +176175,476.0294533,1293.630413,1904.60087,220.5588217,756.3020614 +176176,484.3988375,1307.669391,1918.945136,224.1138927,773.3518177 +176177,492.2500199,1321.519149,1932.860183,227.4671855,789.1280026 +176178,499.6576153,1335.189962,1946.667492,230.6504545,803.7719324 +176179,506.6842831,1348.645302,1959.864997,233.689799,817.4078579 +176180,513.3826899,1362.062382,1973.00505,236.6066963,830.145082 +176181,519.7971675,1375.203983,1985.609813,239.418851,842.0798599 +176182,525.9650412,1388.171971,1998.258315,242.1408643,853.2969576 +176183,531.9177737,1401.182436,2010.242509,244.7847958,863.651722 +176184,537.6818944,1413.760041,2022.419991,247.3606105,873.2779045 +176185,543.279854,1426.312672,2033.666055,249.8765805,882.3267999 +176186,548.7306179,1438.797307,2045.40599,252.3395595,890.9014346 +176187,554.0502395,1451.015685,2056.322853,254.7552402,899.0662849 +176188,559.2523176,1463.139945,2067.265822,257.1283576,906.8665739 +176189,564.3484112,1475.110918,2077.72755,259.4628678,914.3395105 +176190,569.3483551,1486.879134,2088.26634,261.7620816,921.5180159 +176191,574.2605513,1498.829743,2097.551588,264.0287855,928.4315547 +176192,579.080033,1510.297876,2110.019435,266.2559605,935.1059732 +176193,583.805049,1521.995192,2118.642314,268.439555,941.5638297 +176194,588.4391542,1533.361647,2127.464792,270.5800104,947.8247599 +176195,592.988404,1544.604113,2135.69347,272.6800069,953.9059558 +176196,597.4590397,1555.941919,2122.55052,274.7426126,959.8224254 +176197,601.8565838,1566.852163,2158.346609,276.770536,965.5873739 +176198,606.1857157,1577.768682,2152.803928,278.7660071,971.2123544 +176199,610.4504561,1588.668354,2162.434536,280.7308905,976.7076046 +176200,614.6542958,1599.304186,2169.706656,282.6667769,982.0820955 +176201,618.8003274,1609.945963,2176.298226,287.9683788,987.3437975 +176202,622.8912887,1620.219527,2182.550902,373.1418171,992.4997125 +176203,662.8160908,1630.692877,2188.805545,335.3960962,997.5561039 +176204,796.4407302,1640.835082,2194.76007,355.9032537,1002.518486 +176205,747.6795092,1650.927599,2200.499234,364.0400224,1007.391745 +176206,778.8660255,1660.81769,2205.923058,371.5631141,1012.180109 +176207,796.7397302,1670.834174,2211.417555,379.0534757,1016.887237 +176208,812.1177425,1686.314255,2216.285603,386.1676957,1021.516351 +176209,826.7991455,1688.514999,2221.200925,393.3354018,1026.070406 +176210,841.2081237,1708.912121,2225.81542,400.225216,1030.552197 +176211,855.6180834,1704.645302,2230.232806,407.0271751,1034.964341 +176212,869.5344186,1733.544779,2234.445375,413.6112962,1039.309297 +176213,883.1525193,1716.646014,2238.456454,420.2426545,1043.589319 +176214,896.8602247,1725.054801,2242.355857,426.5259111,1047.806499 +176215,909.8928548,1754.138594,2245.842772,432.9217469,1051.962741 +176216,923.3773709,1751.221842,2249.334356,438.9614738,1056.059826 +176217,935.6970024,1762.613853,2252.562078,445.2302858,1060.099416 +176218,948.7570851,1771.352106,2256.993644,450.906517,1064.083047 +176219,961.0653182,1779.714884,2258.811982,456.9545779,1068.012146 +176220,973.3320429,1788.061139,2264.168617,462.6087273,1071.888033 +176221,1305.578625,1933.996077,2597.618457,604.9433016,943.4898073 +176222,1345.625768,1947.947402,2602.938368,622.29542,804.3620434 +176223,1435.591359,2006.534613,2613.61435,664.2995623,856.8129093 +176224,1390.249855,1967.988999,2575.233704,642.9236121,2320.094064 +176225,1425.393229,2001.949578,2547.99537,659.5854071,1531.433307 +176226,1435.342372,2011.300304,2541.160123,663.9987318,1734.041255 +176227,1447.681627,2002.932671,2528.485415,669.5474697,1774.776934 +176228,1460.173685,2026.521158,2516.300752,675.8689568,1791.47109 +176229,1473.206115,2029.155393,2504.371744,681.3414613,1807.447636 +176230,1489.400893,2033.68629,2490.615517,690.6418484,1823.801486 +176231,1501.940468,2040.838704,2475.804167,696.6484739,1838.866135 +176232,1513.96659,2048.382914,2461.118442,702.2753591,1850.726097 +176233,1526.16437,2056.484751,2447.440211,708.0488507,1848.725689 +176234,1694.874873,2136.836364,2593.203601,784.780683,2162.243531 +176235,1316.435001,1969.660772,2447.67606,613.5577577,1444.875282 +176236,1827.458729,2196.785239,2603.55729,845.2590921,2384.888584 +176237,1314.508935,1974.681012,2447.910327,612.8390731,1421.045286 +176238,1851.219826,2211.952386,2601.51583,855.4873878,2417.062663 +176239,1334.240183,1987.236038,2441.941395,622.5972088,1420.991563 +176240,1874.244281,2239.128477,2595.259287,865.6403934,2435.357801 +176241,1353.968796,1982.224894,2432.937883,631.7298698,1452.203744 +176242,1896.558047,2269.017177,2586.610139,875.6423948,2447.621765 +176243,1373.445766,1982.760118,2422.55771,640.5821957,1469.410749 +176244,1918.131273,2285.210987,2577.180016,885.3584306,2467.394922 +176245,1392.281626,1997.287091,2411.22652,649.140763,1483.953251 +176246,1939.378106,2298.983525,2567.366776,894.8790382,2486.481878 +176247,1410.791326,2006.270552,2400.692938,657.4332778,1498.165871 +176248,1959.99643,2313.13225,2558.717137,904.0910008,2519.027827 +176249,1428.762355,2017.755934,2391.882238,665.5148411,1489.795668 +176250,1993.015701,2325.027329,2551.682182,913.0235432,2532.887735 +176251,1428.117557,2045.989538,2384.5778,673.9025007,1522.524169 +176252,2010.843012,2311.132211,2544.105257,922.885564,2555.045755 +176253,1626.468506,2124.80213,2538.108959,756.8224811,1808.968139 +176254,1779.379939,2237.329765,2529.974774,823.3680387,2114.679874 +176255,1764.775437,2174.494249,2522.897381,817.9123202,2061.927847 +176256,1774.079805,2236.01902,2514.527128,822.0032402,2070.478795 +176257,1783.805818,2199.728814,2508.263273,826.5661851,2077.213615 +176258,1793.185376,2222.785595,2503.249433,831.2049153,2083.905814 +176259,1802.900685,2220.452992,2501.238572,835.5863222,2090.241095 +176260,1812.28278,2225.97782,2499.12479,840.169629,2096.91379 +176261,1821.601802,2229.770756,2495.375589,844.5533324,2103.047688 +176262,1831.136934,2233.465476,2494.534746,849.0930464,2109.433855 +176263,1840.113455,2237.105654,2491.624987,853.3720405,2115.221919 +176264,1849.358295,2240.816532,2489.374125,857.7753836,2121.575317 +176265,1858.527994,2244.026616,2487.470868,862.1943183,2127.419997 +176266,1867.588862,2247.522679,2485.744924,866.4103001,2133.297988 +176267,1880.082765,2250.670212,2484.087778,870.7818857,2150.974774 +176268,1889.040905,2253.76901,2482.473716,875.0476077,2132.368633 +176269,1896.703318,2256.812775,2482.659277,879.2231803,2150.435991 +176270,1910.016792,2259.700844,2480.054953,883.5915542,2158.352491 +176271,1912.449391,2262.454926,2478.014432,887.5957811,2160.500131 +176272,1898.831433,2265.185758,2477.957892,891.8405874,2166.92831 +176273,1942.392244,2267.525385,2475.205714,895.9471442,2172.273457 +176274,1934.144684,2270.271907,2474.791277,900.0032957,2177.398761 +176275,1946.169805,2272.502834,2473.578403,904.1386219,2182.681406 +176276,1954.460291,2274.771282,2472.050652,908.077131,2187.906259 +176277,1963.078405,2276.947365,2470.350246,912.2160484,2192.758709 +176278,1971.422465,2278.901652,2466.767241,916.1857139,2214.994584 +176279,1979.570417,2280.95911,2465.919818,920.128582,2176.94894 +176280,1987.727746,2282.738549,2462.708682,924.2192978,2220.353042 +176281,2002.120936,2287.303651,2462.847592,930.7123793,2221.408532 +176282,2010.991269,2289.31213,2460.788921,935.1861125,2232.455602 +176283,2019.944495,2291.436173,2459.583583,939.3789101,2249.629972 +176284,2027.936394,2293.001818,2458.640358,943.5614936,2218.67518 +176285,2035.595565,2300.95956,2457.848303,944.4621568,2271.8258 +176286,2043.403108,2303.553114,2457.010417,948.013248,2228.703293 +176287,2052.046408,2305.636883,2457.780697,951.6594717,2274.508992 +176288,2059.605939,2314.069858,2455.761908,955.353864,2250.58372 +176289,2067.671576,2299.525728,2454.068299,959.1469669,2280.156438 +176290,2075.595485,2321.397482,2452.515445,962.82979,2259.518328 +176291,2083.600845,2301.878211,2452.872619,966.5445207,2296.901307 +176292,2091.152797,2323.692479,2450.522438,970.1864208,2275.022141 +176293,2099.208254,2311.186322,2450.63115,973.9425101,2287.886817 +176294,2106.849939,2316.390189,2448.323855,977.6209465,2293.175223 +176295,2114.684172,2317.079734,2447.014305,981.1921066,2296.782185 +176296,2122.153872,2317.6706,2446.210976,984.8590231,2301.474369 +176297,2129.8463,2318.387943,2445.63103,988.4614144,2305.859506 +176298,2137.407255,2319.007582,2445.156423,992.0087534,2310.547601 +176299,2144.926671,2319.501252,2444.719142,995.6714149,2314.911187 +176300,2152.273827,2319.925539,2444.379066,999.1895926,2325.038955 +176301,2159.980012,2320.178746,2443.997046,1002.735713,2320.651724 +176302,2167.075191,2320.402041,2443.47372,1006.252995,2328.88488 +176303,2174.490873,2320.493875,2442.938484,1009.807341,2332.265058 +176304,2181.737338,2320.483997,2442.417268,1013.201329,2336.544157 +176305,2188.955133,2320.395733,2441.882175,1016.645378,2340.61624 +176306,2196.128943,2320.185454,2441.336025,1020.165805,2344.473035 +176307,2203.379873,2319.912192,2440.786442,1023.549452,2348.780295 +176308,2210.280049,2319.525096,2440.237112,1026.966366,2352.643219 +176309,2217.413916,2319.209091,2439.684932,1030.357263,2356.677052 +176310,2224.273132,2318.428894,2439.129083,1033.730981,2360.364406 +176311,2231.146683,2316.873562,2438.562023,1037.073933,2364.483266 +176312,2240.185001,2314.853725,2437.960031,1040.394349,2368.281841 +176313,2247.7004,2312.647366,2437.310748,1043.693036,2371.811933 +176314,2252.24535,2310.304653,2436.518137,1046.911251,2375.88241 +176315,2264.114776,2300.590836,2435.837832,1050.314401,2379.475217 +176316,2258.704369,2315.152162,2435.184559,1053.416396,2383.005245 +176317,2256.492758,2290.753263,2434.700498,1056.681024,2392.336622 +176318,2284.764394,2302.840537,2434.058751,1059.862979,2388.002719 +176319,2279.050479,2294.99581,2433.360886,1063.032783,2394.25363 +176320,2287.858828,2292.147573,2432.79125,1066.181625,2397.989038 +176321,2293.719898,2289.04687,2432.338789,1069.309468,2401.117713 +176322,2299.866019,2285.65544,2431.995919,1072.416211,2404.445326 +176323,2305.551596,2282.088579,2431.739678,1075.440707,2407.924025 +176324,2311.587618,2278.385129,2431.570921,1078.597152,2412.075195 +176325,2317.151234,2274.726972,2431.57763,1081.597175,2419.645541 +176326,2323.069563,2270.821568,2431.612943,1085.769241,2416.29156 +176327,2328.996148,2267.019333,2431.536209,1088.489779,2421.356852 +176328,2335.059423,2262.773582,2431.521207,1091.905295,2425.157502 +176329,2340.289077,2258.685402,2431.627383,1094.556691,2428.078479 +176330,2346.171252,2254.501916,2433.623105,1097.539871,2436.350507 +176331,2351.459046,2250.104449,2432.904679,1101.761232,2432.67087 +176332,2357.135982,2245.725383,2432.633686,1102.829954,2437.044047 +176333,2362.344489,2241.245847,2432.753091,1108.363029,2445.530775 +176334,2367.90905,2236.790269,2433.099573,1107.759698,2442.802536 +176335,2373.145448,2231.911519,2433.327773,1115.863765,2445.780832 +176336,2378.397986,2227.333652,2433.658695,1111.349993,2453.356307 +176337,2383.498852,2222.481017,2435.983666,1104.863903,2452.898386 +176338,2388.678659,2217.589149,2435.401557,1126.854619,2462.028757 +176339,2399.065799,2212.838467,2437.265376,1119.88542,2454.396081 +176340,2396.891609,2207.548736,2436.098422,1124.72505,2458.508013 +176341,2285.032598,2136.724208,2433.741244,1079.78403,2265.063193 +176342,2295.47172,2158.696916,2416.260026,1082.939126,2247.795195 +176343,2294.79815,2108.705398,2398.973033,1082.709645,2254.405931 +176344,2298.568332,2158.852056,2384.455443,1088.340567,2260.762782 +176345,2302.007106,2093.911406,2375.863185,1084.673079,2254.372993 +176346,2305.313782,2144.771754,2370.999264,1075.194366,2258.45912 +176347,2308.655754,2104.970088,2368.441264,1097.904535,2260.056691 +176348,2311.993387,2082.942731,2368.740195,1089.841984,2261.911882 +176349,2315.311926,2129.970738,2368.932377,1094.070673,2263.10277 +176350,2318.612887,2061.303941,2367.636458,1096.223253,2264.875929 +176351,2327.357576,2117.569294,2367.347965,1098.304388,2267.373926 +176352,2317.01058,2056.600988,2367.483775,1100.372874,2268.206994 +176353,2357.00439,2096.402994,2367.79028,1102.428678,2270.20426 +176354,2293.898801,2041.252667,2368.319208,1104.471187,2272.212137 +176355,2352.528614,2084.46718,2369.167343,1106.500233,2278.840109 +176356,2333.973092,2036.832521,2369.885474,1108.515648,2268.692917 +176357,2341.133475,2070.622852,2370.59603,1110.518012,2284.476351 +176358,2344.017111,2026.679778,2371.511018,1112.574219,2277.963783 +176359,2347.193612,2037.771805,2374.085935,1114.45069,2281.204876 +176360,2350.198337,2050.742887,2375.528221,1116.45765,2283.37647 +176361,2353.194857,1996.888207,2374.861557,1118.394036,2284.726631 +176362,2356.171401,2046.175117,2375.002647,1120.329091,2286.726125 +176363,2359.115104,2010.593832,2377.155854,1122.250238,2288.848958 +176364,2362.017789,1995.342732,2378.508873,1124.15447,2290.402755 +176365,2364.891522,1993.006335,2377.81794,1126.045465,2291.913983 +176366,2367.742917,1998.657881,2377.916494,1127.92511,2293.997155 +176367,2370.556213,2000.735281,2378.290886,1129.789006,2295.795956 +176368,2373.339736,1956.050519,2378.881179,1131.571062,2297.589168 +176369,2376.091503,2001.357146,2379.716687,1133.508778,2304.441976 +176370,2378.809677,1941.431515,2380.438153,1135.282408,2294.687152 +176371,2382.064846,1972.733347,2381.140442,1137.281111,2309.180446 +176372,2385.411541,1953.94026,2382.009519,1139.294418,2304.270226 +176373,2388.930901,1950.816743,2382.791759,1141.384047,2306.148354 +176374,2392.11205,1945.455111,2385.253434,1143.305799,2309.078071 +176375,2395.605729,1940.437842,2386.779484,1145.377007,2310.505124 +176376,2398.834456,1934.910581,2386.186039,1147.388159,2311.631116 +176377,2402.458057,1929.758201,2386.406666,1149.410521,2313.725375 +176378,2405.751087,1924.503743,2386.979662,1151.428805,2315.534053 +176379,2409.168966,1919.281279,2387.743594,1153.44532,2317.236694 +176380,2412.565934,1913.954897,2390.493277,1155.460072,2324.408805 +176381,2415.943386,1928.099595,2390.383772,1157.467822,2314.464122 +176382,2419.953185,1876.150197,2390.836302,1159.475247,2327.312911 +176383,2426.583891,1934.160912,2391.682366,1161.476673,2324.068574 +176384,2419.323636,1858.255065,2394.327189,1163.475695,2325.683554 +176385,2455.33081,1910.439603,2394.180055,1165.468395,2326.783299 +176386,2398.452062,1869.733074,2394.856186,1167.418016,2328.731005 +176387,2451.93463,1882.310456,2395.779437,1169.438745,2335.417345 +176388,2460.509845,1871.819895,2398.363532,1171.384566,2327.436259 +176389,2406.188415,1867.268157,2398.229479,1173.467032,2337.677783 +176390,2465.482484,1861.130321,2398.907689,1182.812569,2335.844309 +176391,2448.004348,1855.846096,2402.278372,1186.227796,2337.413785 +176392,2455.381545,1850.830223,2403.443165,1188.902783,2337.945 +176393,2459.038373,1845.87329,2407.052986,1191.520293,2340.752095 +176394,2462.792643,1840.944964,2409.96529,1194.04664,2347.042557 +176395,2466.15796,1836.046656,2410.588051,1196.525736,2338.40461 +176396,2469.857722,1831.066712,2413.498159,1198.97311,2348.510826 +176397,2473.39173,1826.377966,2414.078615,1201.46603,2346.815544 +176398,2476.962227,1821.480293,2415.463283,1203.757795,2351.658256 +176399,2481.595789,1816.693583,2417.080847,1206.192433,2350.607287 +176400,2487.271837,1812.022405,2418.632856,1208.503936,2350.491221 +176401,2240.060581,1696.784033,2411.632476,1101.801326,1904.951147 +176402,2247.907618,1689.418888,2382.396151,1101.233916,1917.443482 +176403,2243.24134,1682.646564,2347.6098,1101.862348,1919.704228 +176404,2244.376622,1685.297654,2318.995009,1102.666851,1889.570074 +176405,2263.920741,1658.528166,2298.60529,1103.530469,1918.906072 +176406,2218.099999,1668.61186,2284.949895,1104.658229,1895.207594 +176407,2260.569683,1676.483431,2275.838562,1105.793182,1901.410509 +176408,2245.49715,1625.386882,2269.946406,1106.992665,1898.875822 +176409,2249.937782,1659.574082,2266.226363,1108.225834,1897.67012 +176410,2251.13285,1646.497156,2263.825004,1109.558948,1896.625118 +176411,2252.738442,1623.683838,2262.330096,1110.734863,1895.601724 +176412,2254.261041,1643.956453,2261.44795,1112.090818,1894.969292 +176413,2255.85173,1611.03635,2260.969719,1113.329025,1894.143592 +176414,2257.492869,1624.656905,2262.5616,1114.774135,1893.486472 +176415,2259.159563,1612.247785,2261.517266,1116.072869,1892.891253 +176416,2260.887188,1608.06278,2262.972233,1117.451822,1892.362805 +176417,2262.629552,1602.650083,2261.903304,1118.828931,1891.855072 +176418,2264.423156,1597.504381,2261.576643,1120.221797,1891.44017 +176419,2266.248391,1592.179962,2263.336088,1121.626118,1891.078863 +176420,2268.094623,1586.980866,2262.459663,1123.040161,1890.708304 +176421,2269.991299,1581.809377,2264.070534,1124.469083,1890.467008 +176422,2272.050165,1576.779866,2264.937592,1125.906384,1890.197176 +176423,2273.77936,1571.542281,2265.538059,1127.35595,1890.025528 +176424,2275.862363,1566.559937,2266.011301,1128.815887,1889.822431 +176425,2277.848691,1561.431224,2266.424859,1130.359922,1889.713373 +176426,2279.885863,1556.602193,2266.817609,1131.730885,1889.624687 +176427,2288.592374,1551.602714,2265.407107,1133.272107,1889.534468 +176428,2274.15085,1546.727141,2265.017597,1134.763344,1889.537034 +176429,2290.965231,1541.877592,2265.063634,1136.272664,1889.5728 +176430,2310.071465,1537.068801,2265.316787,1137.792424,1889.554711 +176431,2255.325298,1531.422508,2267.544587,1138.694745,1889.674901 +176432,2306.745417,1525.633243,2267.028074,1139.465488,1889.712267 +176433,2314.544771,1519.800421,2266.990442,1140.180214,1889.867125 +176434,2252.146503,1513.843017,2267.102138,1140.849063,1889.857393 +176435,2311.887377,1508.219558,2267.274078,1141.482936,1890.202632 +176436,2289.603997,1502.146662,2267.393945,1142.086007,1890.291822 +176437,2294.155644,1496.370708,2269.272236,1142.662677,1890.528031 +176438,2294.961286,1490.504184,2268.328949,1143.209513,1890.696742 +176439,2295.604094,1484.671527,2269.737131,1143.737501,1890.966646 +176440,2296.214498,1481.035573,2270.303247,1144.237565,1891.174692 +176441,2296.801833,1476.69724,2268.728867,1144.716354,1891.41859 +176442,2297.373757,1472.066184,2267.962973,1145.17594,1891.672884 +176443,2297.920249,1467.566897,2269.287156,1145.614771,1891.972888 +176444,2298.429781,1463.060524,2267.965191,1146.030767,1892.204607 +176445,2298.940703,1458.669574,2269.100371,1146.433028,1892.512256 +176446,2299.410914,1454.059603,2269.460115,1146.812631,1892.767658 +176447,2299.864329,1449.673836,2267.727239,1147.175367,1893.027003 +176448,2300.30634,1445.234479,2266.835203,1147.522857,1893.340012 +176449,2300.722643,1440.732877,2266.261451,1147.852224,1893.612554 +176450,2301.122073,1436.491917,2265.962926,1148.165877,1899.486292 +176451,2301.502097,1432.072359,2265.617221,1148.463646,1885.729141 +176452,2301.864736,1427.760011,2265.31587,1148.746198,1903.89556 +176453,2302.20946,1423.463181,2265.033517,1149.013803,1885.692777 +176454,2302.53677,1419.195433,2264.777723,1149.266806,1904.289193 +176455,2302.846914,1414.959219,2264.487503,1149.505576,1886.3191 +176456,2303.140284,1410.755102,2264.219722,1149.730412,1904.781215 +176457,2303.421398,1406.583013,2265.702744,1149.942645,1886.958714 +176458,2303.672477,1402.446144,2264.412702,1150.138352,1905.243327 +176459,2303.92247,1398.345735,2263.785498,1150.324448,1893.071599 +176460,2304.148229,1394.280407,2263.236034,1150.495781,1897.443259 +176461,2559.592968,1496.68699,2271.285978,1257.210047,2168.562184 +176462,2535.307693,1491.933424,2300.456399,1259.439446,2196.875252 +176463,2551.319521,1489.392151,2334.084418,1260.949433,2228.087508 +176464,2551.438482,1487.351577,2361.136098,1262.274888,2252.340441 +176465,2553.739581,1484.801642,2379.966042,1263.476543,2269.297055 +176466,2555.501612,1482.75352,2392.384318,1264.591426,2280.573292 +176467,2557.628986,1480.431445,2402.228058,1266.105974,2290.115155 +176468,2559.369889,1478.208583,2406.653364,1267.871411,2293.888442 +176469,2561.132549,1475.9955,2409.926121,1269.704149,2296.72835 +176470,2562.790391,1473.802964,2412.452536,1271.569732,2298.711362 +176471,2564.36352,1471.631259,2414.108553,1273.463027,2300.092202 +176472,2565.906301,1469.481338,2415.301142,1275.379812,2301.066557 +176473,2567.367711,1467.352882,2416.172482,1277.31814,2301.769877 +176474,2568.795558,1465.245337,2416.820919,1279.276488,2302.294841 +176475,2570.202963,1463.15991,2419.042358,1281.254919,2304.824766 +176476,2571.431915,1461.088872,2418.482414,1283.247532,2304.02441 +176477,2572.760573,1459.042303,2418.402532,1285.260785,2303.85984 +176478,2573.95248,1457.010992,2418.440777,1287.287786,2303.870609 +176479,2575.138899,1454.997659,2418.524298,1289.33007,2303.965065 +176480,2576.283564,1453.000931,2418.622845,1291.386275,2304.107744 +176481,2577.369703,1450.931572,2418.719159,1293.455678,2304.278087 +176482,2578.440006,1449.095648,2418.803609,1295.537481,2304.46311 +176483,2579.478593,1447.084312,2420.597305,1297.63179,2306.773324 +176484,2580.399233,1445.159579,2419.701981,1299.734838,2305.827789 +176485,2581.378227,1443.238623,2419.346086,1301.85087,2305.562351 +176486,2582.270968,1441.329412,2419.147147,1304.054855,2305.49644 +176487,2583.187939,1439.434491,2420.743912,1306.072028,2307.6439 +176488,2583.986275,1437.549288,2419.703513,1308.187074,2306.586569 +176489,2584.809932,1435.76833,2420.954928,1310.450099,2308.35518 +176490,2585.512186,1433.777803,2419.708892,1312.549021,2307.079946 +176491,2587.159599,1432.360509,2419.112608,1315.334765,2306.603878 +176492,2588.924035,1430.9595,2420.521561,1318.127189,2308.538884 +176493,2590.712877,1429.619056,2421.185507,1320.973294,2309.500736 +176494,2592.381851,1428.320384,2419.888277,1323.876226,2307.990813 +176495,2594.578964,1427.061154,2419.437266,1326.833872,2307.436491 +176496,2596.438384,1425.834317,2421.053567,1329.84295,2309.34555 +176497,2598.404788,1424.634818,2421.915853,1332.901998,2310.291295 +176498,2600.357182,1423.467438,2422.506038,1336.012211,2310.878396 +176499,2602.328753,1422.325235,2421.236642,1339.252255,2309.152803 +176500,2604.433732,1421.214885,2420.843094,1342.338728,2308.45206 +176501,2606.464785,1420.043326,2422.709924,1345.65711,2310.252365 +176502,2608.443581,1419.106456,2421.908734,1348.948525,2308.99724 +176503,2610.574802,1418.011963,2421.768622,1352.306965,2308.54446 +176504,2612.651633,1417.012699,2421.872619,1355.808165,2308.368989 +176505,2614.804093,1416.024585,2422.104482,1363.354163,2308.33051 +176506,2616.847413,1415.059267,2422.421349,1358.184247,2308.382594 +176507,2619.044771,1414.116033,2422.771914,1380.707365,2308.46659 +176508,2620.965399,1413.194468,2423.173602,1349.616421,2308.606521 +176509,2623.434029,1412.301199,2423.611737,1383.266038,2308.785279 +176510,2625.44768,1411.416339,2424.033338,1374.958393,2308.937833 +176511,2627.682085,1410.563031,2424.450303,1380.977947,2309.078359 +176512,2629.836434,1409.717637,2424.873466,1384.826957,2309.220384 +176513,2632.090416,1408.9029,2425.29492,1388.605833,2309.353824 +176514,2634.29854,1408.096351,2427.602728,1392.546498,2311.594293 +176515,2636.486999,1407.315773,2427.074225,1396.528539,2310.56543 +176516,2638.721948,1406.552458,2427.085352,1400.555152,2310.217608 +176517,2640.976548,1405.803833,2427.274757,1404.625751,2310.076393 +176518,2644.049372,1399.886546,2427.579305,1409.169676,2310.062626 +176519,2646.621501,1398.287093,2429.069506,1413.425282,2312.260591 +176520,2648.970727,1397.135626,2427.677146,1417.831786,2311.251887 +176521,2704.447128,1418.791918,2428.447554,1445.211703,2313.541699 +176522,2700.487962,1419.207127,2432.310827,1450.932071,2320.059252 +176523,2708.379959,1419.139867,2436.742201,1456.43307,2328.105028 +176524,2711.721784,1418.975079,2441.207557,1461.787936,2335.659809 +176525,2715.038365,1418.738263,2444.756998,1467.11362,2342.117872 +176526,2718.510793,1418.463291,2447.795501,1472.433753,2347.493112 +176527,2721.923812,1418.171221,2451.78812,1477.771968,2354.145298 +176528,2724.935454,1417.86831,2452.792206,1483.221385,2356.940972 +176529,2728.450827,1417.570315,2455.81272,1488.49397,2362.091323 +176530,2731.475974,1417.269885,2457.923841,1493.996562,2365.968341 +176531,2734.651467,1416.975815,2459.821077,1503.938935,2369.206166 +176532,2737.640436,1416.684742,2459.403116,1502.953543,2369.932318 +176533,2740.889679,1416.402132,2459.977459,1525.355087,2371.511307 +176534,2744.071496,1416.124875,2462.792781,1491.744641,2375.493617 +176535,2747.098408,1415.851184,2464.620814,1534.078791,2378.42746 +176536,2749.969777,1415.583626,2464.378461,1524.852883,2378.753018 +176537,2753.12812,1415.324556,2464.907019,1533.269607,2379.954224 +176538,2755.975672,1415.069124,2465.740607,1539.191523,2381.456792 +176539,2759.237652,1414.819706,2466.730279,1545.061247,2383.092553 +176540,2762.144054,1414.575419,2467.799921,1550.993972,2384.783512 +176541,2765.305439,1414.337805,2470.602755,1557.073457,2388.582827 +176542,2767.998434,1414.100328,2470.758528,1562.96073,2389.105584 +176543,2771.185108,1413.872574,2471.464281,1575.806066,2390.279818 +176544,2774.069361,1413.646673,2472.365848,1566.072919,2391.661281 +176545,2777.208389,1413.427144,2475.065991,1585.118733,2395.236221 +176546,2779.859985,1413.206746,2475.138715,1587.189914,2395.56376 +176547,2782.960952,1412.995585,2475.781995,1593.856412,2396.781684 +176548,2785.881774,1412.785459,2476.617788,1600.440656,2397.998632 +176549,2788.860009,1412.57947,2477.544675,1608.557631,2399.303947 +176550,2791.707879,1412.461684,2478.507416,1619.59944,2400.6406 +176551,2793.591275,1411.652122,2479.493973,1607.324212,2402.000342 +176552,2795.012714,1410.844752,2480.402001,1627.805629,2403.325293 +176553,2796.386429,1410.126415,2481.147814,1627.388683,2404.556138 +176554,2797.653891,1409.200865,2481.740805,1635.675431,2405.71188 +176555,2799.018182,1408.319463,2483.919419,1633.665972,2408.928295 +176556,2799.795079,1407.395666,2483.352359,1643.144485,2408.858001 +176557,2801.02619,1406.450293,2483.257568,1646.643441,2409.438327 +176558,2801.784795,1405.483869,2483.269918,1658.334277,2410.197534 +176559,2802.976414,1404.494006,2483.343252,1644.783527,2411.076452 +176560,2803.735549,1403.48488,2483.408172,1680.295473,2411.988578 +176561,2804.56241,1402.457063,2483.46472,1640.844227,2412.933664 +176562,2805.353814,1401.410948,2483.646547,1694.441204,2414.075179 +176563,2806.068134,1400.347086,2483.82935,1650.504547,2415.258459 +176564,2806.737811,1399.266187,2483.979754,1699.442263,2416.440051 +176565,2807.355831,1398.168809,2484.039513,1659.262285,2417.54464 +176566,2807.939981,1397.055538,2484.119408,1709.271852,2418.704981 +176567,2808.462361,1395.926674,2484.111207,1680.853436,2419.784562 +176568,2808.933834,1394.782654,2483.900427,1696.601085,2420.638965 +176569,2809.39243,1393.624279,2483.750798,1698.578893,2421.590019 +176570,2809.800802,1392.451578,2483.715717,1702.551209,2422.702591 +176571,2810.158846,1391.264992,2483.70673,1706.352177,2423.868672 +176572,2810.479886,1390.064983,2483.698763,1710.216701,2425.058038 +176573,2810.745068,1388.85182,2483.674439,1713.965038,2426.248688 +176574,2811.003914,1387.542194,2483.624595,1717.713986,2427.427898 +176575,2811.195877,1386.42557,2483.545322,1721.441189,2428.58915 +176576,2811.550429,1385.116459,2483.432227,1725.029884,2429.725428 +176577,2811.403144,1383.865701,2483.280099,1728.517292,2430.828912 +176578,2811.734807,1382.592436,2484.768445,1732.257138,2433.976726 +176579,2811.652367,1381.304804,2485.245762,1735.644151,2435.906971 +176580,2811.663116,1380.09014,2485.287026,1739.131234,2437.325101 +176581,2739.42247,1345.721793,2480.302999,1709.825681,2431.603535 +176582,2733.368188,1344.433701,2470.753816,1712.503925,2419.262138 +176583,2735.82987,1343.157916,2460.250951,1716.004041,2404.98955 +176584,2736.332132,1341.957152,2453.431554,1719.057747,2394.88839 +176585,2736.138417,1340.758786,2446.142346,1722.429227,2384.325789 +176586,2736.55746,1339.569253,2441.418561,1725.535024,2376.556995 +176587,2736.848916,1338.377753,2438.056064,1728.65165,2370.848201 +176588,2737.100076,1337.185828,2435.487965,1731.746191,2366.331083 +176589,2737.341695,1335.992107,2433.386319,1734.801262,2362.606326 +176590,2737.565218,1334.795955,2431.598901,1739.854504,2359.475417 +176591,2737.76827,1333.596896,2430.054848,1744.709472,2356.833813 +176592,2737.946763,1332.394456,2428.67361,1748.534019,2354.563181 +176593,2738.101734,1331.188379,2427.384631,1752.685951,2352.557826 +176594,2738.234018,1329.978406,2426.15159,1756.60549,2350.755374 +176595,2738.342551,1328.764387,2424.954729,1760.587045,2349.115136 +176596,2738.433805,1327.546206,2423.857501,1769.949447,2347.701839 +176597,2738.484074,1326.323486,2422.693324,1760.337336,2346.295224 +176598,2738.522613,1325.096409,2421.535941,1780.847906,2345.179686 +176599,2738.538255,1323.784115,2420.456042,1772.834509,2344.015701 +176600,2738.512453,1322.745122,2419.304061,1780.054192,2342.817807 +176601,2738.471156,1321.33108,2418.12562,1783.22979,2341.639071 +176602,2738.403633,1320.152381,2417.158805,1786.500813,2340.523822 +176603,2738.288336,1318.889991,2415.97751,1789.814132,2339.434596 +176604,2738.317468,1317.63526,2416.449171,1793.132458,2340.433188 +176605,2729.220899,1317.135848,2415.612054,1783.786603,2339.864866 +176606,2726.758866,1316.003241,2413.97799,1783.851839,2338.245383 +176607,2725.610283,1314.7481,2410.434454,1785.505393,2334.206757 +176608,2724.78024,1313.499651,2407.971748,1787.294611,2331.481955 +176609,2723.781588,1312.195518,2406.053612,1789.019176,2329.440092 +176610,2722.919019,1310.891605,2404.430524,1790.854343,2327.806193 +176611,2721.04315,1309.117071,2402.9204,1790.918263,2326.367247 +176612,2718.840758,1307.232341,2401.330823,1790.475525,2324.946081 +176613,2716.524458,1305.286458,2399.568642,1789.770365,2323.462062 +176614,2714.067186,1303.292208,2397.627058,1788.820967,2321.906629 +176615,2711.617118,1301.256114,2395.530185,1787.64462,2320.291922 +176616,2709.004842,1299.181695,2393.304486,1786.238243,2318.630103 +176617,2706.339618,1297.071481,2390.77941,1784.586442,2316.929213 +176618,2703.593764,1320.877809,2388.322269,1782.809497,2315.138466 +176619,2700.782196,1254.306834,2385.848752,1780.756622,2313.394508 +176620,2697.890929,1309.079528,2383.342027,1778.591364,2311.675356 +176621,2694.917846,1304.612296,2380.659967,1776.116092,2309.800111 +176622,2691.889624,1258.137374,2377.941151,1773.517996,2307.935936 +176623,2688.786257,1294.837289,2375.212744,1770.734731,2306.111309 +176624,2685.60253,1299.146268,2372.34188,1767.685013,2304.156071 +176625,2682.694147,1249.991893,2371.096325,1764.568119,2304.278959 +176626,2678.842139,1290.48763,2367.212481,1761.040101,2301.1581 +176627,2675.723929,1286.413799,2363.766949,1757.538415,2298.619102 +176628,2672.248307,1250.907776,2360.505158,1753.724833,2296.33203 +176629,2668.721581,1299.374487,2357.135679,1749.793302,2294.144674 +176630,2665.141862,1233.512273,2353.918057,1740.011676,2291.916327 +176631,2661.485251,1304.388283,2350.744242,1749.028596,2289.771957 +176632,2657.807144,1221.644825,2347.378645,1727.606982,2287.63488 +176633,2654.003089,1301.65973,2344.137762,1734.896712,2285.370462 +176634,2650.196877,1216.139705,2340.744782,1725.822919,2283.173135 +176635,2646.423996,1293.653844,2338.958793,1721.296949,2283.039571 +176636,2642.232607,1214.982089,2336.628858,1716.115553,2281.667365 +176637,2638.346392,1283.411692,2331.929837,1710.585566,2277.699561 +176638,2634.189901,1214.538337,2327.718441,1705.073323,2274.663522 +176639,2630.076478,1272.938256,2323.909826,1699.092874,2271.951002 +176640,2625.811604,1214.006745,2320.021813,1693.072796,2269.395754 +176641,2461.377889,1182.534853,2317.411681,1613.449274,2270.431949 +176642,2461.792196,1164.848571,2303.660243,1607.467118,2256.064916 +176643,2451.097975,1163.47204,2286.556916,1614.924077,2235.8397 +176644,2434.233394,1160.833618,2271.498232,1566.48205,2218.024909 +176645,2420.970918,1157.172075,2262.062068,1587.578844,2206.620841 +176646,2435.771098,1153.486245,2253.18771,1543.250418,2195.998823 +176647,2382.30492,1149.769485,2247.165074,1558.95416,2189.179383 +176648,2442.179854,1146.027576,2244.510693,1540.075393,2186.884684 +176649,2358.106349,1142.33709,2241.988522,1532.305057,2185.17649 +176650,2432.883566,1138.445481,2237.947552,1522.55132,2182.006097 +176651,2339.179339,1134.684513,2235.010634,1517.568461,2180.529986 +176652,2389.35781,1130.840602,2232.65157,1498.652398,2180.057189 +176653,2363.202467,1126.914015,2230.588584,1500.140246,2180.213904 +176654,2381.567873,1123.137542,2228.672207,1487.722599,2180.792137 +176655,2313.710778,1119.188299,2226.755622,1479.915688,2181.827841 +176656,2374.516334,1115.346553,2225.138538,1471.077183,2183.173516 +176657,2325.472774,1111.300624,2223.498122,1475.347426,2184.651504 +176658,2326.200128,1107.383758,2221.933777,1434.286042,2186.366829 +176659,2304.442159,1103.386901,2220.435123,1453.464215,2188.289977 +176660,2333.402068,1099.379198,2218.850753,1433.285722,2190.219552 +176661,2267.101274,1094.859394,2217.282073,1412.814425,2192.264164 +176662,2293.370307,1090.540282,2215.722247,1401.590672,2194.476941 +176663,2271.426966,1086.551645,2214.08868,1390.927683,2196.719412 +176664,2264.56776,1082.346669,2212.403995,1380.424772,2198.971675 +176665,2256.01728,1078.196921,2210.696492,1369.948906,2201.240202 +176666,2265.16925,1074.089201,2208.931322,1359.335694,2203.470752 +176667,2211.169731,1069.800291,2207.177292,1353.747511,2205.743562 +176668,2242.378291,1065.638356,2205.444819,1331.02556,2208.070037 +176669,2212.464715,1061.280965,2203.681962,1322.838928,2210.385576 +176670,2205.844854,1057.179847,2201.907812,1307.013803,2212.71825 +176671,2199.072321,1053.865271,2200.110423,1299.422819,2215.051205 +176672,2192.281465,1050.838201,2198.374209,1292.361446,2217.331475 +176673,2186.297039,1047.807525,2196.752342,1285.314121,2219.545052 +176674,2179.631607,1044.839121,2194.768754,1278.574864,2207.587756 +176675,2173.63976,1041.920684,2189.753871,1271.941625,2129.686715 +176676,2167.452074,1039.104078,2184.724365,1265.682782,2176.543969 +176677,2161.394537,1036.174646,2180.173586,1259.493348,2156.034786 +176678,2155.583619,1033.418474,2176.108225,1253.321656,2150.533764 +176679,2149.717829,1030.645641,2170.735047,1247.446237,2158.14218 +176680,2143.875201,1027.851638,2166.746421,1241.634965,2142.470602 +176681,2138.238726,1025.244237,2163.254804,1235.954417,2147.335751 +176682,2132.503781,1022.530383,2161.969786,1230.31088,2143.675 +176683,2126.978689,1019.90405,2158.304767,1224.966761,2139.976783 +176684,2121.363033,1017.289577,2157.011698,1219.561537,2137.61333 +176685,2115.811639,1014.709597,2153.324512,1214.317238,2134.051636 +176686,2110.595317,1012.149545,2150.414075,1209.159193,2132.141224 +176687,2105.007434,1009.617855,2147.67451,1204.165503,2123.742036 +176688,2099.761112,1007.10945,2145.108466,1198.998648,2128.319675 +176689,2120.096581,1004.625141,2142.779856,1194.263717,2123.355503 +176690,2050.96634,1002.223723,2140.584141,1189.384437,2120.307085 +176691,2102.251197,999.6966604,2138.422462,1184.657758,2118.009573 +176692,2074.965468,997.3212937,2136.053168,1179.996598,2115.690511 +176693,2073.512227,994.9150979,2135.61252,1175.411152,2112.763075 +176694,2068.593205,992.5414835,2132.512908,1170.817783,2110.07335 +176695,2063.57261,990.184586,2130.017023,1166.481706,2107.822466 +176696,2058.464225,987.8475605,2129.467214,1162.053506,2105.164026 +176697,2053.636919,985.5647808,2126.198395,1157.796651,2096.992474 +176698,2048.551447,983.2400509,2123.762742,1153.590895,2107.898315 +176699,2043.801324,980.9282563,2123.315681,1149.345405,2089.242433 +176700,2038.870575,978.7307304,2120.158416,1145.16591,2097.69922 +176701,1801.643999,981.3153886,866.3497441,1140.94655,2010.826402 +176702,1893.790776,1097.425016,925.1794022,1279.269754,2105.388456 +176703,2002.66717,1110.890276,1001.665403,1251.196456,2216.935829 +176704,2085.708074,1109.704402,1067.780216,1276.198067,2302.737317 +176705,2129.990786,1095.985036,1113.480228,1255.41135,2349.842328 +176706,2148.792555,1106.648758,1143.859594,1260.876015,2372.328225 +176707,2156.607987,1099.718371,1165.904932,1255.251935,2384.491061 +176708,2159.939967,1098.769468,1183.123104,1252.400184,2391.964154 +176709,2161.560636,1096.864743,1197.256197,1260.132513,2397.476227 +176710,2162.469308,1094.959322,1209.137632,1228.679622,2401.992337 +176711,2162.939576,1093.052218,1219.197215,1265.17317,2405.817579 +176712,2163.115827,1091.147956,1227.753543,1215.572893,2409.140408 +176713,2163.075055,1089.250791,1235.055593,1254.004815,2412.067518 +176714,2162.843869,1087.364746,1241.29409,1219.174061,2414.640264 +176715,2162.452452,1085.490754,1246.629701,1235.175105,2416.901621 +176716,2161.92901,1083.628991,1251.209417,1225.196613,2418.892151 +176717,2161.296634,1081.780248,1255.148199,1223.568178,2420.647242 +176718,2160.573707,1080.012888,1258.549132,1220.559943,2422.197413 +176719,2159.774997,1078.088752,1261.489729,1217.669918,2423.56911 +176720,2158.912394,1076.330521,1264.042764,1214.822004,2424.785189 +176721,2157.995644,1074.52307,1266.260883,1212.025737,2425.865525 +176722,2157.032783,1072.739405,1268.19659,1209.280841,2426.827406 +176723,2156.03045,1070.967708,1269.885519,1206.587459,2427.685841 +176724,2154.994149,1069.207293,1271.366073,1203.859589,2428.453865 +176725,2153.928454,1067.457646,1272.661991,1201.475352,2429.142779 +176726,2152.837171,1065.65027,1273.797259,1198.748384,2429.762373 +176727,2151.723482,1064.021114,1274.797958,1196.330712,2430.321111 +176728,2150.590084,1062.24901,1275.675984,1193.87518,2430.826332 +176729,2149.439252,1060.546717,1276.445142,1191.622419,2431.284375 +176730,2148.272922,1058.840287,1277.118732,1189.158858,2431.700725 +176731,2147.094072,1056.784876,1277.70795,1186.042568,2432.080083 +176732,2145.885093,1054.666776,1278.207644,1182.81864,2432.426509 +176733,2144.633935,1052.519318,1278.61554,1179.46736,2432.743439 +176734,2143.338532,1050.350087,1278.935467,1176.293651,2433.03386 +176735,2142.00235,1048.228994,1279.174366,1172.914184,2433.30035 +176736,2140.63024,1045.924988,1279.339568,1169.589195,2433.545141 +176737,2139.226529,1043.754317,1279.437595,1166.235472,2433.770143 +176738,2137.794635,1041.507822,1279.473976,1162.865694,2433.976994 +176739,2136.33722,1039.257921,1279.453397,1159.482383,2434.167075 +176740,2134.856434,1036.993662,1279.379903,1156.001973,2434.341551 +176741,2133.354071,1034.715503,1279.257029,1152.71491,2434.501392 +176742,2131.831671,1032.423574,1279.087899,1149.312944,2434.647425 +176743,2130.290535,1030.118187,1278.87527,1145.773268,2434.780315 +176744,2128.731784,1027.799441,1278.621596,1142.386807,2434.900618 +176745,2127.156664,1025.46761,1278.329205,1154.267054,2435.009098 +176746,2125.565331,1023.122768,1277.999721,1112.265003,2435.105387 +176747,2123.989342,1020.765118,1277.650317,1143.578607,2435.22378 +176748,2122.400792,1018.39459,1277.268581,1125.727273,2435.333512 +176749,2120.775512,1016.011974,1276.843739,1125.020005,2435.407729 +176750,2119.128028,1013.616681,1276.383942,1121.423404,2435.461694 +176751,2117.464771,1011.209252,1275.893172,1117.917768,2435.501725 +176752,2115.788454,1008.789646,1275.373579,1114.386031,2435.530277 +176753,2114.100219,1006.364433,1274.82656,1110.379844,2435.548281 +176754,2112.395136,1003.953762,1274.253679,1106.904682,2435.554955 +176755,2110.677719,1001.472212,1273.656758,1103.278479,2435.551823 +176756,2108.947546,999.0353233,1273.034927,1099.599108,2435.538063 +176757,2107.208438,996.5293229,1272.389764,1095.995935,2435.514942 +176758,2105.458141,994.0695472,1271.720726,1092.388482,2435.48136 +176759,2103.699416,991.6029882,1271.029705,1088.707592,2435.438529 +176760,2101.929567,988.9918008,1270.316181,1085.045799,2435.38527 +176761,0,0,0,0,0 +176762,0,0,0,0,0 +176763,0,0,0,0,0 +176764,0,0,0,0,0 +176765,0,0,0,0,0 +176766,0,0,0,0,0 +176767,0,0,0,0,0 +176768,0,0,0,0,0 +176769,0,0,0,0,0 +176770,0,0,0,0,0 +176771,0,0,0,0,0 +176772,0,0,0,0,0 +176773,0,0,0,0,0 +176774,0,0,0,0,0 +176775,0,0,0,0,0 +176776,0,0,0,0,0 +176777,0,0,0,0,0 +176778,0,0,0,0,0 +176779,0,0,0,0,0 +176780,0,0,0,0,0 +176781,0,0,0,0,0 +176782,0,0,0,0,0 +176783,0,0,0,0,0 +176784,0,0,0,0,0 +176785,0,0,0,0,0 +176786,0,0,0,0,0 +176787,0,0,0,0,0 +176788,0,0,0,0,0 +176789,0,0,0,0,0 +176790,0,0,0,0,0 +176791,0,0,0,0,0 +176792,0,0,0,0,0 +176793,0,0,0,0,0 +176794,0,0,0,0,0 +176795,0,0,0,0,0 +176796,0,0,0,0,0 +176797,0,0,0,0,0 +176798,0,0,0,0,0 +176799,0,0,0,0,0 +176800,0,0,0,0,0 +176801,0,0,0,0,0 +176802,0,0,0,0,0 +176803,0,0,0,0,0 +176804,0,0,0,0,0 +176805,0,0,0,0,0 +176806,0,0,0,0,0 +176807,0,0,0,0,0 +176808,0,0,0,0,0 +176809,0,0,0,0,0 +176810,0,0,0,0,0 +176811,0,0,0,0,0 +176812,0,0,0,0,0 +176813,0,0,0,0,0 +176814,0,0,0,0,0 +176815,0,0,0,0,0 +176816,0,0,0,0,0 +176817,0,0,0,0,0 +176818,0,0,0,0,0 +176819,0,0,0,0,0 +176820,0,0,0,0,0 +176821,0,0,0,0,0 +176822,0,0,0,0,0 +176823,0,0,0,0,0 +176824,0,0,0,0,0 +176825,0,0,0,0,0 +176826,0,0,0,0,0 +176827,0,0,0,0,0 +176828,0,0,0,0,0 +176829,0,0,0,0,0 +176830,0,0,0,0,0 +176831,0,0,0,0,0 +176832,0,0,0,0,0 +176833,0,0,0,0,0 +176834,0,0,0,0,0 +176835,0,0,0,0,0 +176836,0,0,0,0,0 +176837,0,0,0,0,0 +176838,0,0,0,0,0 +176839,0,0,0,0,0 +176840,0,0,0,0,0 +176841,0,0,0,0,0 +176842,0,0,0,0,0 +176843,0,0,0,0,0 +176844,0,0,0,0,0 +176845,0,0,0,0,0 +176846,0,0,0,0,0 +176847,0,0,0,0,0 +176848,0,0,0,0,0 +176849,0,0,0,0,0 +176850,0,0,0,0,0 +176851,0,0,0,0,0 +176852,0,0,0,0,0 +176853,0,0,0,0,0 +176854,0,0,0,0,0 +176855,0,0,0,0,0 +176856,0,0,0,0,0 +176857,0,0,0,0,0 +176858,0,0,0,0,0 +176859,0,0,0,0,0 +176860,0,0,0,0,0 +176861,0,0,0,0,0 +176862,0,0,0,0,0 +176863,0,0,0,0,0 +176864,0,0,0,0,0 +176865,0,0,0,0,0 +176866,0,0,0,0,0 +176867,0,0,0,0,0 +176868,0,0,0,0,0 +176869,0,0,0,0,0 +176870,0,0,0,0,0 +176871,0,0,0,0,0 +176872,0,0,0,0,0 +176873,0,0,0,0,0 +176874,0,0,0,0,0 +176875,0,0,0,0,0 +176876,0,0,0,0,0 +176877,0,0,0,0,0 +176878,0,0,0,0,0 +176879,0,0,0,0,0 +176880,0,0,0,0,0 +176881,0,0,0,0,0 +176882,0,0,0,0,0 +176883,0,0,0,0,0 +176884,0,0,0,0,0 +176885,0,0,0,0,0 +176886,0,0,0,0,0 +176887,0,0,0,0,0 +176888,0,0,0,0,0 +176889,0,0,0,0,0 +176890,0,0,0,0,0 +176891,0,0,0,0,0 +176892,0,0,0,0,0 +176893,0,0,0,0,0 +176894,0,0,0,0,0 +176895,0,0,0,0,0 +176896,0,0,0,0,0 +176897,0,0,0,0,0 +176898,0,0,0,0,0 +176899,0,0,0,0,0 +176900,0,0,0,0,0 +176901,0,0,0,0,0 +176902,0,0,0,0,0 +176903,0,0,0,0,0 +176904,0,0,0,0,0 +176905,0,0,0,0,0 +176906,0,0,0,0,0 +176907,0,0,0,0,0 +176908,0,0,0,0,0 +176909,0,0,0,0,0 +176910,0,0,0,0,0 +176911,0,0,0,0,0 +176912,0,0,0,0,0 +176913,0,0,0,0,0 +176914,0,0,0,0,0 +176915,0,0,0,0,0 +176916,0,0,0,0,0 +176917,0,0,0,0,0 +176918,0,0,0,0,0 +176919,0,0,0,0,0 +176920,0,0,0,0,0 +176921,0,0,0,0,0 +176922,0,0,0,0,0 +176923,0,0,0,0,0 +176924,0,0,0,0,0 +176925,0,0,0,0,0 +176926,0,0,0,0,0 +176927,0,0,0,0,0 +176928,0,0,0,0,0 +176929,0,0,0,0,0 +176930,0,0,0,0,0 +176931,0,0,0,0,0 +176932,0,0,0,0,0 +176933,0,0,0,0,0 +176934,0,0,0,0,0 +176935,0,0,0,0,0 +176936,0,0,0,0,0 +176937,0,0,0,0,0 +176938,0,0,0,0,0 +176939,0,0,0,0,0 +176940,0,0,0,0,0 +176941,0,0,0,0,0 +176942,0,0,0,0,0 +176943,0,0,0,0,0 +176944,0,0,0,0,0 +176945,0,0,0,0,0 +176946,0,0,0,0,0 +176947,0,0,0,0,0 +176948,0,0,0,0,0 +176949,0,0,0,0,0 +176950,0,0,0,0,0 +176951,0,0,0,0,0 +176952,0,0,0,0,0 +176953,0,0,0,0,0 +176954,0,0,0,0,0 +176955,0,0,0,0,0 +176956,0,0,0,0,0 +176957,0,0,0,0,0 +176958,0,0,0,0,0 +176959,0,0,0,0,0 +176960,0,0,0,0,0 +176961,0,0,0,0,0 +176962,0,0,0,0,0 +176963,0,0,0,0,0 +176964,0,0,0,0,0 +176965,0,0,0,0,0 +176966,0,0,0,0,0 +176967,0,0,0,0,0 +176968,0,0,0,0,0 +176969,0,0,0,0,0 +176970,0,0,0,0,0 +176971,0,0,0,0,0 +176972,0,0,0,0,0 +176973,0,0,0,0,0 +176974,0,0,0,0,0 +176975,0,0,0,0,0 +176976,0,0,0,0,0 +176977,0,0,0,0,0 +176978,0,0,0,0,0 +176979,0,0,0,0,0 +176980,0,0,0,0,0 +176981,0,0,0,0,0 +176982,0,0,0,0,0 +176983,0,0,0,0,0 +176984,0,0,0,0,0 +176985,0,0,0,0,0 +176986,0,0,0,0,0 +176987,0,0,0,0,0 +176988,0,0,0,0,0 +176989,0,0,0,0,0 +176990,0,0,0,0,0 +176991,0,0,0,0,0 +176992,0,0,0,0,0 +176993,0,0,0,0,0 +176994,0,0,0,0,0 +176995,0,0,0,0,0 +176996,0,0,0,0,0 +176997,0,0,0,0,0 +176998,0,0,0,0,0 +176999,0,0,0,0,0 +177000,0,0,0,0,0 +177001,0,0,0,0,0 +177002,0,0,0,0,0 +177003,0,0,0,0,0 +177004,0,0,0,0,0 +177005,0,0,0,0,0 +177006,0,0,0,0,0 +177007,0,0,0,0,0 +177008,0,0,0,0,0 +177009,0,0,0,0,0 +177010,0,0,0,0,0 +177011,0,0,0,0,0 +177012,0,0,0,0,0 +177013,0,0,0,0,0 +177014,0,0,0,0,0 +177015,0,0,0,0,0 +177016,0,0,0,0,0 +177017,0,0,0,0,0 +177018,0,0,0,0,0 +177019,0,0,0,0,0 +177020,0,0,0,0,0 +177021,0,0,0,0,0 +177022,0,0,0,0,0 +177023,0,0,0,0,0 +177024,0,0,0,0,0 +177025,0,0,0,0,0 +177026,0,0,0,0,0 +177027,0,0,0,0,0 +177028,0,0,0,0,0 +177029,0,0,0,0,0 +177030,0,0,0,0,0 +177031,0,0,0,0,0 +177032,0,0,0,0,0 +177033,0,0,0,0,0 +177034,0,0,0,0,0 +177035,0,0,0,0,0 +177036,0,0,0,0,0 +177037,0,0,0,0,0 +177038,0,0,0,0,0 +177039,0,0,0,0,0 +177040,0,0,0,0,0 +177041,0,0,0,0,0 +177042,0,0,0,0,0 +177043,0,0,0,0,0 +177044,0,0,0,0,0 +177045,0,0,0,0,0 +177046,0,0,0,0,0 +177047,0,0,0,0,0 +177048,0,0,0,0,0 +177049,0,0,0,0,0 +177050,0,0,0,0,0 +177051,0,0,0,0,0 +177052,0,0,0,0,0 +177053,0,0,0,0,0 +177054,0,0,0,0,0 +177055,0,0,0,0,0 +177056,0,0,0,0,0 +177057,0,0,0,0,0 +177058,0,0,0,0,0 +177059,0,0,0,0,0 +177060,0,0,0,0,0 +177061,0,0,0,0,0 +177062,0,0,0,0,0 +177063,0,0,0,0,0 +177064,0,0,0,0,0 +177065,0,0,0,0,0 +177066,0,0,0,0,0 +177067,0,0,0,0,0 +177068,0,0,0,0,0 +177069,0,0,0,0,0 +177070,0,0,0,0,0 +177071,0,0,0,0,0 +177072,0,0,0,0,0 +177073,0,0,0,0,0 +177074,0,0,0,0,0 +177075,0,0,0,0,0 +177076,0,0,0,0,0 +177077,0,0,0,0,0 +177078,0,0,0,0,0 +177079,0,0,0,0,0 +177080,0,0,0,0,0 +177081,0,0,0,0,0 +177082,0,0,0,0,0 +177083,0,0,0,0,0 +177084,0,0,0,0,0 +177085,0,0,0,0,0 +177086,0,0,0,0,0 +177087,0,0,0,0,0 +177088,0,0,0,0,0 +177089,0,0,0,0,0 +177090,0,0,0,0,0 +177091,0,0,0,0,0 +177092,0,0,0,0,0 +177093,0,0,0,0,0 +177094,0,0,0,0,0 +177095,0,0,0,0,0 +177096,0,0,0,0,0 +177097,0,0,0,0,0 +177098,0,0,0,0,0 +177099,0,0,0,0,0 +177100,0,0,0,0,0 +177101,0,0,0,0,0 +177102,0,0,0,0,0 +177103,0,0,0,0,0 +177104,0,0,0,0,0 +177105,0,0,0,0,0 +177106,0,0,0,0,0 +177107,0,0,0,0,0 +177108,0,0,0,0,0 +177109,0,0,0,0,0 +177110,0,0,0,0,0 +177111,0,0,0,0,0 +177112,0,0,0,0,0 +177113,0,0,0,0,0 +177114,0,0,0,0,0 +177115,0,0,0,0,0 +177116,0,0,0,0,0 +177117,0,0,0,0,0 +177118,0,0,0,0,0 +177119,0,0,0,0,0 +177120,0,0,0,0,0 +177121,0,0,0,0,0 +177122,0,0,0,0,0 +177123,0,0,0,0,0 +177124,0,0,0,0,0 +177125,0,0,0,0,0 +177126,0,0,0,0,0 +177127,0,0,0,0,0 +177128,0,0,0,0,0 +177129,0,0,0,0,0 +177130,0,0,0,0,0 +177131,0,0,0,0,0 +177132,0,0,0,0,0 +177133,0,0,0,0,0 +177134,0,0,0,0,0 +177135,0,0,0,0,0 +177136,0,0,0,0,0 +177137,0,0,0,0,0 +177138,0,0,0,0,0 +177139,0,0,0,0,0 +177140,0,0,0,0,0 +177141,0,0,0,0,0 +177142,0,0,0,0,0 +177143,0,0,0,0,0 +177144,0,0,0,0,0 +177145,0,0,0,0,0 +177146,0,0,0,0,0 +177147,0,0,0,0,0 +177148,0,0,0,0,0 +177149,0,0,0,0,0 +177150,0,0,0,0,0 +177151,0,0,0,0,0 +177152,0,0,0,0,0 +177153,0,0,0,0,0 +177154,0,0,0,0,0 +177155,0,0,0,0,0 +177156,0,0,0,0,0 +177157,0,0,0,0,0 +177158,0,0,0,0,0 +177159,0,0,0,0,0 +177160,0,0,0,0,0 +177161,0,0,0,0,0 +177162,0,0,0,0,0 +177163,0,0,0,0,0 +177164,0,0,0,0,0 +177165,0,0,0,0,0 +177166,0,0,0,0,0 +177167,0,0,0,0,0 +177168,0,0,0,0,0 +177169,0,0,0,0,0 +177170,0,0,0,0,0 +177171,0,0,0,0,0 +177172,0,0,0,0,0 +177173,0,0,0,0,0 +177174,0,0,0,0,0 +177175,0,0,0,0,0 +177176,0,0,0,0,0 +177177,0,0,0,0,0 +177178,0,0,0,0,0 +177179,0,0,0,0,0 +177180,0,0,0,0,0 +177181,0,0,0,0,0 +177182,0,0,0,0,0 +177183,0,0,0,0,0 +177184,0,0,0,0,0 +177185,0,0,0,0,0 +177186,0,0,0,0,0 +177187,0,0,0,0,0 +177188,0,0,0,0,0 +177189,0,0,0,0,0 +177190,0,0,0,0,0 +177191,0,0,0,0,0 +177192,0,0,0,0,0 +177193,0,0,0,0,0 +177194,0,0,0,0,0 +177195,0,0,0,0,0 +177196,0,0,0,0,0 +177197,0,0,0,0,0 +177198,0,0,0,0,0 +177199,0,0,0,0,0 +177200,0,0,0,0,0 +177201,0,0,0,0,0 +177202,0,0,0,0,0 +177203,0,0,0,0,0 +177204,0,0,0,0,0 +177205,0,0,0,0,0 +177206,0,0,0,0,0 +177207,0,0,0,0,0 +177208,0,0,0,0,0 +177209,0,0,0,0,0 +177210,0,0,0,0,0 +177211,0,0,0,0,0 +177212,0,0,0,0,0 +177213,0,0,0,0,0 +177214,0,0,0,0,0 +177215,0,0,0,0,0 +177216,0,0,0,0,0 +177217,0,0,0,0,0 +177218,0,0,0,0,0 +177219,0,0,0,0,0 +177220,0,0,0,0,0 +177221,0,0,0,0,0 +177222,0,0,0,0,0 +177223,0,0,0,0,0 +177224,0,0,0,0,0 +177225,0,0,0,0,0 +177226,0,0,0,0,0 +177227,0,0,0,0,0 +177228,0,0,0,0,0 +177229,0,0,0,0,0 +177230,0,0,0,0,0 +177231,0,0,0,0,0 +177232,0,0,0,0,0 +177233,0,0,0,0,0 +177234,0,0,0,0,0 +177235,0,0,0,0,0 +177236,0,0,0,0,0 +177237,0,0,0,0,0 +177238,0,0,0,0,0 +177239,0,0,0,0,0 +177240,0,0,0,0,0 +177241,0,0,0,0,0 +177242,0,0,0,0,0 +177243,0,0,0,0,0 +177244,0,0,0,0,0 +177245,0,0,0,0,0 +177246,0,0,0,0,0 +177247,0,0,0,0,0 +177248,0,0,0,0,0 +177249,0,0,0,0,0 +177250,0,0,0,0,0 +177251,0,0,0,0,0 +177252,0,0,0,0,0 +177253,0,0,0,0,0 +177254,0,0,0,0,0 +177255,0,0,0,0,0 +177256,0,0,0,0,0 +177257,0,0,0,0,0 +177258,0,0,0,0,0 +177259,0,0,0,0,0 +177260,0,0,0,0,0 +177261,0,0,0,0,0 +177262,0,0,0,0,0 +177263,0,0,0,0,0 +177264,0,0,0,0,0 +177265,0,0,0,0,0 +177266,0,0,0,0,0 +177267,0,0,0,0,0 +177268,0,0,0,0,0 +177269,0,0,0,0,0 +177270,0,0,0,0,0 +177271,0,0,0,0,0 +177272,0,0,0,0,0 +177273,0,0,0,0,0 +177274,0,0,0,0,0 +177275,0,0,0,0,0 +177276,0,0,0,0,0 +177277,0,0,0,0,0 +177278,0,0,0,0,0 +177279,0,0,0,0,0 +177280,0,0,0,0,0 +177281,0,0,0,0,0 +177282,0,0,0,0,0 +177283,0,0,0,0,0 +177284,0,0,0,0,0 +177285,0,0,0,0,0 +177286,0,0,0,0,0 +177287,0,0,0,0,0 +177288,0,0,0,0,0 +177289,0,0,0,0,0 +177290,0,0,0,0,0 +177291,0,0,0,0,0 +177292,0,0,0,0,0 +177293,0,0,0,0,0 +177294,0,0,0,0,0 +177295,0,0,0,0,0 +177296,0,0,0,0,0 +177297,0,0,0,0,0 +177298,0,0,0,0,0 +177299,0,0,0,0,0 +177300,0,0,0,0,0 +177301,0,0,0,0,0 +177302,0,0,0,0,0 +177303,0,0,0,0,0 +177304,0,0,0,0,0 +177305,0,0,0,0,0 +177306,0,0,0,0,0 +177307,0,0,0,0,0 +177308,0,0,0,0,0 +177309,0,0,0,0,0 +177310,0,0,0,0,0 +177311,0,0,0,0,0 +177312,0,0,0,0,0 +177313,0,0,0,0,0 +177314,0,0,0,0,0 +177315,0,0,0,0,0 +177316,0,0,0,0,0 +177317,0,0,0,0,0 +177318,0,0,0,0,0 +177319,0,0,0,0,0 +177320,0,0,0,0,0 +177321,0,0,0,0,0 +177322,0,0,0,0,0 +177323,0,0,0,0,0 +177324,0,0,0,0,0 +177325,0,0,0,0,0 +177326,0,0,0,0,0 +177327,0,0,0,0,0 +177328,0,0,0,0,0 +177329,0,0,0,0,0 +177330,0,0,0,0,0 +177331,0,0,0,0,0 +177332,0,0,0,0,0 +177333,0,0,0,0,0 +177334,0,0,0,0,0 +177335,0,0,0,0,0 +177336,0,0,0,0,0 +177337,0,0,0,0,0 +177338,0,0,0,0,0 +177339,0,0,0,0,0 +177340,0,0,0,0,0 +177341,0,0,0,0,0 +177342,0,0,0,0,0 +177343,0,0,0,0,0 +177344,0,0,0,0,0 +177345,0,0,0,0,0 +177346,0,0,0,0,0 +177347,0,0,0,0,0 +177348,0,0,0,0,0 +177349,0,0,0,0,0 +177350,0,0,0,0,0 +177351,0,0,0,0,0 +177352,0,0,0,0,0 +177353,0,0,0,0,0 +177354,0,0,0,0,0 +177355,0,0,0,0,0 +177356,0,0,0,0,0 +177357,0,0,0,0,0 +177358,0,0,0,0,0 +177359,0,0,0,0,0 +177360,0,0,0,0,0 +177361,0,0,0,0,0 +177362,0,0,0,0,0 +177363,0,0,0,0,0 +177364,0,0,0,0,0 +177365,0,0,0,0,0 +177366,0,0,0,0,0 +177367,0,0,0,0,0 +177368,0,0,0,0,0 +177369,0,0,0,0,0 +177370,0,0,0,0,0 +177371,0,0,0,0,0 +177372,0,0,0,0,0 +177373,0,0,0,0,0 +177374,0,0,0,0,0 +177375,0,0,0,0,0 +177376,0,0,0,0,0 +177377,0,0,0,0,0 +177378,0,0,0,0,0 +177379,0,0,0,0,0 +177380,0,0,0,0,0 +177381,0,0,0,0,0 +177382,0,0,0,0,0 +177383,0,0,0,0,0 +177384,0,0,0,0,0 +177385,0,0,0,0,0 +177386,0,0,0,0,0 +177387,0,0,0,0,0 +177388,0,0,0,0,0 +177389,0,0,0,0,0 +177390,0,0,0,0,0 +177391,0,0,0,0,0 +177392,0,0,0,0,0 +177393,0,0,0,0,0 +177394,0,0,0,0,0 +177395,0,0,0,0,0 +177396,0,0,0,0,0 +177397,0,0,0,0,0 +177398,0,0,0,0,0 +177399,0,0,0,0,0 +177400,0,0,0,0,0 +177401,0,0,0,0,0 +177402,0,0,0,0,0 +177403,0,0,0,0,0 +177404,0,0,0,0,0 +177405,0,0,0,0,0 +177406,0,0,0,0,0 +177407,0,0,0,0,0 +177408,0,0,0,0,0 +177409,0,0,0,0,0 +177410,0,0,0,0,0 +177411,0,0,0,0,0 +177412,0,0,0,0,0 +177413,0,0,0,0,0 +177414,0,0,0,0,0 +177415,0,0,0,0,0 +177416,0,0,0,0,0 +177417,0,0,0,0,0 +177418,0,0,0,0,0 +177419,0,0,0,0,0 +177420,0,0,0,0,0 +177421,0,0,0,0,0 +177422,0,0,0,0,0 +177423,0,0,0,0,0 +177424,0,0,0,0,0 +177425,0,0,0,0,0 +177426,0,0,0,0,0 +177427,0,0,0,0,0 +177428,0,0,0,0,0 +177429,0,0,0,0,0 +177430,0,0,0,0,0 +177431,0,0,0,0,0 +177432,0,0,0,0,0 +177433,0,0,0,0,0 +177434,0,0,0,0,0 +177435,0,0,0,0,0 +177436,0,0,0,0,0 +177437,0,0,0,0,0 +177438,0,0,0,0,0 +177439,0,0,0,0,0 +177440,0,0,0,0,0 +177441,0,0,0,0,0 +177442,0,0,0,0,0 +177443,0,0,0,0,0 +177444,0,0,0,0,0 +177445,0,0,0,0,0 +177446,0,0,0,0,0 +177447,0,0,0,0,0 +177448,0,0,0,0,0 +177449,0,0,0,0,0 +177450,0,0,0,0,0 +177451,0,0,0,0,0 +177452,0,0,0,0,0 +177453,0,0,0,0,0 +177454,0,0,0,0,0 +177455,0,0,0,0,0 +177456,0,0,0,0,0 +177457,0,0,0,0,0 +177458,0,0,0,0,0 +177459,0,0,0,0,0 +177460,0,0,0,0,0 +177461,0,0,0,0,0 +177462,0,0,0,0,0 +177463,0,0,0,0,0 +177464,0,0,0,0,0 +177465,0,0,0,0,0 +177466,0,0,0,0,0 +177467,0,0,0,0,0 +177468,0,0,0,0,0 +177469,0,0,0,0,0 +177470,0,0,0,0,0 +177471,0,0,0,0,0 +177472,0,0,0,0,0 +177473,0,0,0,0,0 +177474,0,0,0,0,0 +177475,0,0,0,0,0 +177476,0,0,0,0,0 +177477,0,0,0,0,0 +177478,0,0,0,0,0 +177479,0,0,0,0,0 +177480,0,0,0,0,0 +177481,0,0,0,0,0 +177482,0,0,0,0,0 +177483,0,0,0,0,0 +177484,0,0,0,0,0 +177485,0,0,0,0,0 +177486,0,0,0,0,0 +177487,0,0,0,0,0 +177488,0,0,0,0,0 +177489,0,0,0,0,0 +177490,0,0,0,0,0 +177491,0,0,0,0,0 +177492,0,0,0,0,0 +177493,0,0,0,0,0 +177494,0,0,0,0,0 +177495,0,0,0,0,0 +177496,0,0,0,0,0 +177497,0,0,0,0,0 +177498,0,0,0,0,0 +177499,0,0,0,0,0 +177500,0,0,0,0,0 +177501,0,0,0,0,0 +177502,0,0,0,0,0 +177503,0,0,0,0,0 +177504,0,0,0,0,0 +177505,0,0,0,0,0 +177506,0,0,0,0,0 +177507,0,0,0,0,0 +177508,0,0,0,0,0 +177509,0,0,0,0,0 +177510,0,0,0,0,0 +177511,0,0,0,0,0 +177512,0,0,0,0,0 +177513,0,0,0,0,0 +177514,0,0,0,0,0 +177515,0,0,0,0,0 +177516,0,0,0,0,0 +177517,0,0,0,0,0 +177518,0,0,0,0,0 +177519,0,0,0,0,0 +177520,0,0,0,0,0 +177521,0,0,0,0,0 +177522,0,0,0,0,0 +177523,0,0,0,0,0 +177524,0,0,0,0,0 +177525,0,0,0,0,0 +177526,0,0,0,0,0 +177527,0,0,0,0,0 +177528,0,0,0,0,0 +177529,0,0,0,0,0 +177530,0,0,0,0,0 +177531,0,0,0,0,0 +177532,0,0,0,0,0 +177533,0,0,0,0,0 +177534,0,0,0,0,0 +177535,0,0,0,0,0 +177536,0,0,0,0,0 +177537,0,0,0,0,0 +177538,0,0,0,0,0 +177539,0,0,0,0,0 +177540,0,0,0,0,0 +177541,-1640.961747,-772.7377917,-1578.506087,-776.447369,-956.7411778 +177542,-1657.316361,-416.3170477,-1527.47426,-593.4986782,-956.3382782 +177543,-394.5923351,62.06698621,138.8766729,62.13384308,-933.0593767 +177544,-83.05903815,10.14498354,156.8776745,68.94676028,-898.4064555 +177545,-557.1167278,-211.5943772,-262.849147,-274.3928822,-866.9782933 +177546,-359.1051088,-68.93197333,-314.2845685,-77.64106213,-31.70698092 +177547,-348.4358244,-89.20053498,-149.3427487,-106.7511874,-487.4867117 +177548,-343.7189918,-86.80655081,-191.654646,-105.415558,-364.0677667 +177549,-337.7935092,-83.6100472,-186.4141681,-102.7640715,-347.2852834 +177550,-331.8659807,-80.945013,-181.1722692,-100.3715282,-345.3510307 +177551,-328.3370735,-78.01030293,-176.5431732,-97.71294102,-340.6288031 +177552,-323.5976569,-75.07373482,-171.2838738,-95.57968654,-338.4551598 +177553,-317.6522313,-72.40427206,-166.0162012,-92.9171027,-334.868181 +177554,-315.3007035,-69.9988416,-161.3636149,-90.78059701,-332.4356116 +177555,-309.3482654,-66.78679531,-156.704227,-88.37883314,-328.6462496 +177556,-305.1935837,-64.3774769,-151.4191385,-85.97607064,-327.1643893 +177557,-302.2374246,-61.70018632,-146.7514981,-84.09961711,-323.1605549 +177558,-296.285087,-59.02073749,-142.6984503,-81.69145474,-321.3670031 +177559,-293.9253892,-56.60705216,-136.7842066,-79.54449645,-319.3898997 +177560,-290.3595338,-53.92279153,-133.9608563,-77.39671204,-315.0582896 +177561,-284.9924361,-51.23776563,-128.035802,-74.98541039,-312.8050404 +177562,-282.024107,-48.82160634,-123.9652887,-73.36557773,-312.4598267 +177563,-279.6479072,-46.40406448,-120.5096261,-70.95077195,-306.7926896 +177564,-273.6842818,-43.71633987,-114.5711007,-68.79907834,-307.0477284 +177565,-272.4939078,-41.56345431,-111.1099422,-67.17494937,-302.2065695 +177566,-267.7239358,-38.87214945,-107.0282005,-64.49406741,-302.9215501 +177567,-265.328934,-36.44874564,-102.320155,-63.13263629,-297.8537823 +177568,-260.5564149,-34.02643027,-98.84441799,-60.71433676,-296.290212 +177569,-259.3494754,-31.60426804,-93.51171737,-59.0852106,-294.5093943 +177570,-254.5721018,-29.44885625,-90.65319308,-56.92718868,-292.5040662 +177571,-250.9872294,-25.42025048,-83.4746282,-54.50789879,-290.2815988 +177572,-247.4037914,-21.12326168,-75.67529682,-52.61739188,-287.8573728 +177573,-242.0403027,-17.09499292,-68.4966732,-49.93394727,-285.2477952 +177574,-239.0491337,-12.25667021,-60.69654421,-47.77715378,-283.9167609 +177575,-234.277952,-7.95523967,-52.89000311,-45.3564521,-280.9080502 +177576,-224.7906692,8.167189253,-27.15889035,-42.93570781,-279.0972051 +177577,-221.1994347,14.63157028,-16.23613382,-40.24883643,-277.0375134 +177578,-218.7947485,20.69779776,-6.548285063,-38.09074243,-275.9885437 +177579,-214.0187532,26.49532427,2.519846905,-35.66850731,-272.1911284 +177580,-212.7974901,32.15920812,12.21776241,-33.24563911,-271.7703769 +177581,-208.0202099,38.09688881,21.2934485,-31.08635249,-268.7282797 +177582,-205.6083408,43.76523923,30.37276727,-28.3981692,-266.5712008 +177583,-203.1911668,49.8413724,39.45731405,-26.50223213,-266.1947058 +177584,-198.4090674,55.51067342,49.17089832,-23.81159619,-261.4711347 +177585,-197.1648187,61.5876796,57.63488265,-21.38565368,-262.3118119 +177586,-192.3852768,67.52908602,67.35379096,-19.22582394,-257.2394033 +177587,-191.1300303,73.47020817,76.4482219,-16.80022109,-258.924275 +177588,-186.3447985,79.41255763,85.54322275,-14.37324457,-253.4860751 +177589,-183.9105909,85.62740065,94.3290578,-11.94687222,-252.6489761 +177590,-180.3088898,91.70561543,103.7460836,-9.784872861,-251.3447055 +177591,-177.8771664,97.78292304,113.1653181,-7.092917932,-248.2328483 +177592,-174.8514516,103.9961401,121.9557493,-4.930678162,-246.1616367 +177593,-171.2356892,110.2092011,131.0605103,-2.503351061,-244.9260004 +177594,-168.2069783,116.2868531,140.1689142,0.188365086,-242.0550956 +177595,-165.7601413,122.6372494,149.2793926,2.084950283,-239.9335707 +177596,-162.1417432,129.1225248,158.3905338,4.778201095,-239.3535652 +177597,-158.5257168,135.0637065,167.1898945,7.207335588,-234.4403429 +177598,-157.2319628,141.8198279,176.6174477,9.370977594,-236.2268377 +177599,-152.4455024,147.7620037,185.1060589,12.06529762,-230.7145304 +177600,-149.9797552,154.519353,194.8482682,14.49317453,-229.4881871 +177601,399.6550756,181.6820409,400.10858,181.6940845,726.4465283 +177602,401.184167,186.9223117,408.2790093,183.9207237,733.4983192 +177603,408.1974395,196.9178947,425.3937042,189.3367903,750.3038573 +177604,416.176714,207.3226233,443.6587667,195.0844798,768.0495525 +177605,423.0183471,216.2642163,459.6080605,199.9174068,783.3565228 +177606,428.3262059,223.5151004,472.6992967,203.6600456,795.830648 +177607,432.3378416,229.408979,483.4267973,206.5146554,805.9698256 +177608,435.3617518,234.3022628,492.3590915,208.7086603,814.2754707 +177609,437.6175497,238.4387784,499.893271,210.4006657,821.06998 +177610,439.2439869,241.9712631,506.2807759,211.691004,826.5505245 +177611,440.3364936,245.0043365,511.6959941,212.648561,830.8590298 +177612,440.9709821,247.6200501,516.2781154,213.3272844,834.1175632 +177613,441.2129329,249.8875764,520.1468991,213.7726083,836.4384444 +177614,441.1194873,251.8657575,523.4064273,214.0231929,837.9246155 +177615,440.7398596,253.6039743,526.1460108,214.1115201,838.6686955 +177616,440.1158413,255.1431127,528.4412998,214.0645157,838.7528702 +177617,439.2827024,256.5168156,530.3559944,213.9043652,838.2497161 +177618,438.2701331,257.7527194,531.9436312,213.6493109,836.8486031 +177619,437.103183,258.8735642,533.2492698,213.314385,834.704824 +177620,435.8029902,259.8980785,534.3108557,212.9119828,832.0131704 +177621,434.3874206,260.8417083,535.1603827,212.4523424,828.8988648 +177622,432.8715445,261.7171873,535.8248114,211.9439081,825.4307009 +177623,431.2681122,262.5350265,536.3268881,211.3936636,821.6513447 +177624,429.5879144,263.3039092,536.6858193,210.8073871,817.5943658 +177625,427.8401113,264.0310176,536.9178395,210.1898731,813.290042 +177626,426.0324768,264.7222977,537.0366833,209.5451001,808.7658626 +177627,424.1716346,265.3826782,537.0539842,208.8763828,804.0463763 +177628,422.2632222,266.0162483,536.9796035,208.1864808,799.1529369 +177629,420.3120654,266.6264064,536.8219148,207.4777052,794.1041503 +177630,418.3222836,267.2159776,536.5880306,206.7519872,788.916047 +177631,416.2974361,267.7873226,536.2840213,206.0109605,783.6026766 +177632,414.2280632,268.3296307,535.8901421,205.2468336,778.1760136 +177633,412.1086237,268.8363058,535.3944658,204.4548256,772.6465374 +177634,409.939518,269.3070764,534.7969839,203.6346269,767.0233173 +177635,407.7241953,269.7449006,534.103806,202.7882225,761.3144666 +177636,405.4666549,294.1525655,533.3222765,201.9180516,755.5270024 +177637,403.170506,449.75391,532.4590046,201.0262867,749.6672244 +177638,406.8208723,385.1963694,537.5015997,202.8338345,754.6171378 +177639,412.4204977,420.6143936,544.4544962,205.5219977,763.1161643 +177640,417.8116782,455.0843311,551.1613542,208.109354,771.2461829 +177641,423.0806934,472.6051983,557.9432461,210.5760504,778.9431679 +177642,428.2057683,488.4385737,564.6880282,212.9346669,786.2379477 +177643,433.1583201,503.7371572,571.2522947,215.2039692,793.183853 +177644,437.9358528,518.9152687,577.5772081,217.3997053,799.8293389 +177645,442.5534284,533.4593392,583.6656522,219.5333595,806.2128786 +177646,447.3741769,548.1153126,589.8861512,221.7693569,812.9889801 +177647,451.7564345,562.312898,866.3761794,223.814178,818.9834828 +177648,456.0281908,576.2228597,739.2807506,225.8155712,824.7868698 +177649,460.2048617,590.4298213,797.5687006,227.7796074,830.4235362 +177650,464.2979945,603.5971826,819.008049,229.7107748,835.9121559 +177651,468.3164282,617.4797425,837.5222906,231.6123966,841.2672156 +177652,472.2673533,630.6299526,855.9737978,233.4870892,846.5006312 +177653,476.156899,643.8078434,873.6688012,235.337034,851.622732 +177654,479.9903745,656.7685515,890.9500811,237.1640921,856.6426104 +177655,483.7724044,669.6234435,908.3132923,238.9698654,861.5682994 +177656,487.5069841,682.1206023,924.4103701,240.7557182,866.4067922 +177657,491.1975842,694.9876321,941.1024567,242.5228202,871.1642068 +177658,494.8472006,707.2461535,956.8486867,244.2721654,875.845821 +177659,498.4584549,719.5661756,972.2986384,246.0046147,880.4562705 +177660,502.0336249,731.4923467,987.8166233,247.7209068,884.9995564 +177661,505.0598131,912.1760385,1391.544213,249.1876408,888.5430228 +177662,515.4189893,925.0870506,1409.278292,253.9552963,905.9464797 +177663,529.3494862,937.9306246,1425.140206,260.2814512,930.1611572 +177664,543.2666707,950.1874657,1440.119671,266.5312513,954.5650434 +177665,555.6948428,962.2137823,1454.816289,494.5802454,976.4498776 +177666,566.5018689,974.1565712,1468.945717,382.1576045,995.5400949 +177667,576.3358852,985.8236692,1482.704604,419.9349964,1012.956678 +177668,584.5231399,997.4731602,1496.219704,431.8183047,1027.41578 +177669,592.5451236,1008.90721,1509.313775,439.7526739,1041.564983 +177670,924.2334182,1020.205229,1522.137969,447.6165654,1053.368188 +177671,765.4735787,1031.483489,1534.662832,455.1271184,1065.275557 +177672,833.9450343,1060.188512,1561.747632,462.2869515,1075.106284 +177673,854.2255963,1074.052936,1575.542857,469.4479265,1238.230046 +177674,870.24687,1086.469716,1588.306489,476.4546247,1471.278051 +177675,885.2630056,1098.586951,1600.412214,483.5561766,1334.026438 +177676,900.3466008,1110.281277,1612.1532,490.3175983,1404.293896 +177677,914.8410094,1121.918585,1623.492451,497.0402022,1423.204984 +177678,929.1231921,1133.221908,1634.657071,503.6468506,1440.813656 +177679,943.1089526,1144.482054,1645.465193,510.0248322,1457.533984 +177680,956.7048249,1155.601222,1655.853094,516.5956636,1474.430931 +177681,970.511839,1166.478979,1666.241446,522.9209423,1490.503872 +177682,983.6228288,1177.375762,1676.194931,528.7814744,1506.196859 +177683,996.7684894,1187.983533,1685.96288,535.1936941,1522.106336 +177684,1009.612003,1198.584225,1695.472356,541.0626651,1537.363886 +177685,1022.272759,1209.070051,1704.750145,546.9936225,1551.973931 +177686,1034.529139,1218.831843,1717.959624,552.8121853,1566.796912 +177687,1047.134276,1229.826438,1722.423728,558.4026256,1581.068658 +177688,1059.248975,1239.553388,1737.501051,564.2750742,1594.956709 +177689,1070.847095,1249.612702,1737.001603,569.8884856,1609.133628 +177690,1082.516764,1259.435615,1758.707769,575.1385635,1622.509622 +177691,1093.869842,1267.779878,1745.173523,580.4301245,1635.863386 +177692,1104.409584,1275.757386,1750.764178,585.4390222,1648.929929 +177693,1114.963159,1283.368799,1774.82537,590.2105152,1661.764693 +177694,1125.277106,1291.020269,1770.023433,595.3069593,1674.373497 +177695,1135.405223,1298.318883,1778.20142,599.9354178,1686.73155 +177696,1144.998742,1305.409121,1783.39855,604.5930724,1698.691702 +177697,1155.282912,1312.56518,1788.562025,609.2081649,1710.890563 +177698,1164.601791,1319.246116,1793.545861,613.6786401,1722.37189 +177699,1174.088122,1325.958619,1798.300439,618.0975042,1733.975773 +177700,1183.375227,1332.406306,1802.762235,622.4434541,1745.323048 +177701,1192.512731,1338.847775,1807.183666,626.7157699,1756.472294 +177702,1201.502771,1345.019418,1811.370845,630.7256771,1767.526594 +177703,1210.349654,1351.151192,1815.398216,635.1508549,1778.283631 +177704,1219.057004,1356.934591,1819.260889,639.0672291,1788.990239 +177705,1227.308177,1362.846572,1823.030597,643.0942952,1799.399361 +177706,1236.258576,1368.447097,1826.408347,647.0224657,1809.769788 +177707,1244.317034,1373.972601,1829.95449,650.8869932,1819.844751 +177708,1252.56122,1379.299666,1833.145178,654.6886243,1829.854435 +177709,1260.624047,1384.645369,1836.262401,658.4291865,1839.338313 +177710,1268.568874,1389.793363,1839.231798,662.1100258,1849.493942 +177711,1276.754225,1394.718566,1842.066903,665.7325746,1858.867807 +177712,1283.914313,1399.645843,1844.771864,669.2981241,1868.164241 +177713,1291.823768,1404.399448,1847.35062,672.8080822,1877.499621 +177714,1299.204394,1408.983545,1849.874718,676.2636359,1886.557587 +177715,1306.659305,1413.600191,1852.109594,679.666134,1895.518939 +177716,1313.883563,1417.968418,1854.381067,683.016661,1904.301357 +177717,1321.138764,1422.275215,1856.481452,686.0940668,1913.060186 +177718,1328.163279,1426.460262,1858.483776,689.6866519,1921.591451 +177719,1335.187504,1430.534144,1860.381889,692.721088,1930.04154 +177720,1342.122009,1434.498288,1862.178524,695.9146729,1938.358124 +177721,1355.435265,1441.124534,1870.216037,701.9602018,1968.678431 +177722,1364.0709,1445.603761,1873.598354,705.6357642,1971.373507 +177723,1371.692389,1449.814647,1876.400301,709.1851868,1979.082768 +177724,1379.296868,1453.809435,1878.776439,712.569609,1985.183815 +177725,1386.673677,1457.674266,1881.145399,715.9053234,1991.618275 +177726,1393.982612,1461.410304,1883.310806,719.4176987,1997.813208 +177727,1401.095198,1465.027721,1885.368698,722.2773059,2003.87313 +177728,1408.3166,1468.470242,1887.325055,725.6201138,2009.766193 +177729,1415.274521,1471.963489,1889.190222,728.7295838,2015.678191 +177730,1422.090842,1475.212195,1890.970247,731.770174,2021.42552 +177731,1428.938334,1478.413793,1892.670649,734.8236247,2026.999762 +177732,1435.714247,1481.504678,1894.29529,737.8394494,2032.5868 +177733,1442.411302,1486.268176,1895.848582,740.7552435,2037.992987 +177734,1448.957103,1489.911837,1897.333771,743.6887056,2043.446283 +177735,1455.48383,1493.843866,1898.75479,746.5618011,2048.704248 +177736,1461.840983,1497.47915,1900.114559,749.4272666,2053.925981 +177737,1468.238731,1500.949535,1901.416782,752.1919929,2059.11308 +177738,1474.5257,1504.452544,1902.66421,754.9785811,2064.041178 +177739,1480.800357,1507.691195,1903.86042,757.7080221,2069.142815 +177740,1486.887994,1510.861182,1905.008047,760.4338331,2074.007031 +177741,1493.018915,1513.899538,1906.182714,763.0604505,2078.855058 +177742,1499.043263,1516.817045,1907.134612,765.7134259,2083.62464 +177743,1505.062172,1519.615418,1908.207176,768.0504975,2088.27372 +177744,1510.896135,1522.295846,1909.180504,771.0208055,2092.990581 +177745,1516.781822,1524.859852,1910.131177,773.3952653,2097.520791 +177746,1522.564564,1527.308332,1911.050949,775.858399,2102.087402 +177747,1528.298001,1529.642652,1911.942592,778.4038972,2106.446444 +177748,1534.025257,1531.864353,1912.809581,780.798162,2110.868175 +177749,1539.573331,1533.907233,1913.654621,783.277979,2115.18137 +177750,1545.179245,1536.004161,1914.48048,785.6401937,2119.390296 +177751,1549.951169,1537.351931,1914.058375,787.507545,2123.679417 +177752,1554.513471,1538.364207,1913.372273,789.1754104,2127.782813 +177753,1558.995551,1539.336392,1912.557819,790.8637216,2131.879332 +177754,1563.317732,1544.200102,1906.856936,790.2337974,2135.909338 +177755,1567.601094,1545.601018,1904.975943,791.3004617,2139.881503 +177756,1571.761751,1546.580176,1903.250436,792.4113911,2143.800604 +177757,1575.847979,1547.334942,1901.627204,793.6169846,2147.665653 +177758,1579.850938,1547.904972,1899.994658,794.7094145,2151.475781 +177759,1583.771886,1548.306622,1898.685887,795.8536795,2155.231112 +177760,1587.665853,1548.549395,1897.913118,796.8755144,2158.931889 +177761,1591.347914,1548.638858,1897.25115,797.97026,2162.578148 +177762,1595.07226,1548.579141,1896.64106,798.8741135,2166.169537 +177763,1598.674708,1548.372972,1896.067032,799.882137,2169.70643 +177764,1602.211253,1548.02309,1895.524564,800.7506348,2173.189009 +177765,1605.67562,1547.531417,1895.012221,801.6622483,2176.617923 +177766,1609.069289,1546.900428,1894.531761,802.5071153,2179.994609 +177767,1612.728409,1546.131974,1894.079432,803.3126397,2183.262127 +177768,1616.10605,1545.227615,1893.620543,804.0836655,2186.623388 +177769,1619.433277,1544.189263,1893.141061,804.821829,2189.803035 +177770,1622.548483,1543.018343,1892.635922,805.527638,2192.983663 +177771,1625.719046,1541.716866,1892.104138,806.2024388,2196.107075 +177772,1628.777879,1540.286131,1891.544177,806.8465625,2199.18094 +177773,1631.783383,1538.728053,1890.956371,807.4612741,2202.266728 +177774,1634.727743,1536.975658,1890.339706,808.0468178,2205.156233 +177775,1637.612633,1535.331417,1889.694787,808.604399,2208.134763 +177776,1640.437717,1533.257155,1889.020815,809.1341914,2211.014083 +177777,1643.204819,1531.259868,1888.318537,809.6373397,2213.859368 +177778,1645.913441,1529.076405,1887.587267,810.1139874,2216.660008 +177779,1648.565445,1526.783793,1886.827916,810.5652341,2219.359981 +177780,1651.216919,1524.373541,1886.039909,810.9911619,2222.166274 +177781,1536.774387,1468.502109,1768.387348,758.3504848,2011.932571 +177782,1538.37576,1464.937003,1765.994516,757.8469845,2011.843694 +177783,1540.376763,1461.735156,1764.799025,758.0233756,2012.501987 +177784,1542.596399,1458.560248,1763.386636,757.9949381,2013.449694 +177785,1544.901581,1455.371153,1762.544251,758.2585503,2014.584901 +177786,1547.248858,1452.13067,1761.321356,758.3063817,2015.826785 +177787,1549.610025,1448.820295,1760.555622,758.601779,2017.130405 +177788,1550.643145,1442.146419,1764.593255,760.9245703,2018.467534 +177789,1553.091522,1438.151591,1764.565259,761.4274681,2019.824434 +177790,1555.454865,1434.382568,1763.644643,761.6772551,2021.187928 +177791,1557.798268,1430.631112,1763.298818,762.0539935,2022.556261 +177792,1560.129169,1426.843254,1762.39097,762.2350358,2023.923844 +177793,1562.445456,1422.999526,1761.876246,762.5669399,2025.29152 +177794,1564.795044,1419.089717,1760.9039,762.7056668,2026.654719 +177795,1566.994755,1415.110005,1760.4396,763.040984,2028.016346 +177796,1569.288892,1411.118669,1759.393533,763.1191395,2029.371669 +177797,1571.515759,1406.905627,1758.91346,763.4213104,2030.722143 +177798,1573.727103,1402.745472,1757.844882,763.4722704,2032.065136 +177799,1575.915903,1398.46005,1757.343568,763.7486032,2033.352893 +177800,1578.080644,1394.046826,1777.53587,763.774783,2034.756165 +177801,1580.22199,1389.705634,1723.823489,764.02713,2036.0407 +177802,1582.3385,1385.221678,1769.966908,764.0300167,2037.359421 +177803,1584.431371,1380.570166,1767.547263,764.2597842,2038.662653 +177804,1586.499296,1375.959702,1728.42959,764.2409004,2039.955655 +177805,1583.307909,1365.485211,1768.464409,766.5844961,2041.238359 +177806,1584.89099,1359.896866,1774.954807,767.123917,2042.506306 +177807,1586.833293,1354.544047,1727.807841,767.3863974,2043.769757 +177808,1588.837315,1349.547635,1771.061812,767.8321061,2045.021947 +177809,1590.869078,1344.39974,1771.066703,768.0090551,2046.26506 +177810,1592.907599,1339.292564,1731.111095,768.4068063,2047.496319 +177811,1596.212156,1336.282178,1768.843166,769.4313198,2048.768253 +177812,1599.795454,1333.787594,1777.186129,770.5657945,2049.909451 +177813,1603.352881,1330.932445,1732.824252,771.7576114,2051.156086 +177814,1607.111331,1328.381073,1775.22627,772.9510414,2052.348156 +177815,1610.915234,1325.807686,1762.982174,774.0026045,2053.57924 +177816,1614.787116,1323.271991,1766.83284,775.665851,2054.794521 +177817,1618.711021,1320.758295,1769.23271,776.7980086,2055.99276 +177818,1622.68676,1318.207073,1771.36707,778.19974,2057.18312 +177819,1626.711946,1315.809156,1773.72308,779.6112716,2058.368089 +177820,1630.839222,1313.303432,1776.063762,780.9804821,2059.549504 +177821,1634.873882,1310.91213,1778.359763,782.4344602,2060.730565 +177822,1638.966836,1308.384527,1780.847688,783.8878566,2061.909381 +177823,1643.10806,1305.984249,1783.336488,785.3686423,2063.088976 +177824,1647.304888,1303.54289,1785.891957,786.8724162,2064.273352 +177825,1651.541164,1301.114709,1788.50396,788.3988351,2065.463727 +177826,1655.814576,1298.690158,1791.170429,789.9471449,2066.659995 +177827,1660.124152,1296.268047,1793.890279,791.5168375,2067.863838 +177828,1664.524774,1293.847118,1796.661727,793.1349243,2069.074786 +177829,1668.816367,1291.426588,1799.483772,794.7039453,2070.294271 +177830,1673.266762,1289.059694,1802.419129,796.3541028,2071.521723 +177831,1677.698928,1286.558224,1805.240962,797.9989944,2072.758392 +177832,1682.169501,1284.118317,1808.253659,799.6669376,2074.003684 +177833,1686.669973,1281.762794,1811.255971,801.3532328,2075.208396 +177834,1691.109756,1279.292175,1814.170795,803.0203504,2076.397713 +177835,1695.736117,1276.871432,1817.42975,804.7707287,2077.765985 +177836,1700.298283,1274.433603,1820.4579,806.5046147,2078.914326 +177837,1704.892039,1271.998608,1823.716757,808.2473021,2080.341282 +177838,1709.491526,1269.554656,1826.942593,810.006969,2081.502605 +177839,1714.216775,1267.16659,1830.175046,811.8209367,2082.949513 +177840,1718.824231,1264.638871,1833.463874,813.5922355,2084.13108 +177841,1481.31227,1153.229357,1594.761699,705.4805875,1648.473777 +177842,1479.010885,1147.036224,1591.238979,704.6875985,1642.370625 +177843,1478.676271,1142.700838,1589.670394,704.0528251,1638.514762 +177844,1479.038776,1138.261205,1588.885413,704.0636124,1635.624299 +177845,1479.905182,1134.021994,1588.54027,704.2221861,1632.666187 +177846,1480.939722,1130.019115,1588.503139,704.5224506,1630.669226 +177847,1482.279984,1126.001864,1588.683378,704.9206585,1628.782373 +177848,1483.726743,1122.081282,1589.026057,705.3918086,1627.078623 +177849,1485.295547,1118.199271,1589.498737,705.9207192,1625.557008 +177850,1486.961621,1114.3544,1590.083073,706.4988517,1624.162998 +177851,1488.713477,1110.542529,1590.767472,707.12086,1622.882924 +177852,1490.543845,1106.716371,1591.544255,707.7832378,1621.705385 +177853,1492.447191,1103.028659,1592.407541,708.4833403,1620.621361 +177854,1494.419545,1099.273276,1593.352899,709.2191892,1619.62426 +177855,1496.457545,1095.582486,1594.323079,709.9891193,1618.682546 +177856,1498.558684,1091.912673,1595.502394,710.7918043,1617.882433 +177857,1500.768984,1088.269844,1596.635286,711.6260362,1617.096847 +177858,1502.917304,1084.654391,1597.885335,712.4907994,1616.403177 +177859,1505.230637,1081.022582,1599.195129,713.3851057,1615.77141 +177860,1507.55782,1077.52652,1600.57081,714.3080996,1615.202714 +177861,1509.947065,1073.964927,1602.010483,715.2589088,1614.694345 +177862,1512.390275,1070.469077,1603.512438,716.236772,1614.244107 +177863,1514.886331,1066.9968,1605.074871,717.2408924,1613.849562 +177864,1517.434447,1063.554836,1606.696205,718.2705679,1613.508829 +177865,1520.033979,1060.10201,1608.374765,719.3250555,1613.219754 +177866,1522.684529,1056.78445,1610.109092,720.4037006,1612.980715 +177867,1525.434776,1053.40976,1611.897613,721.5058023,1612.789773 +177868,1528.112016,1050.104234,1613.738965,722.6307463,1612.645514 +177869,1530.94948,1046.827785,1615.631661,723.7778666,1612.546178 +177870,1533.794465,1043.587351,1617.574428,724.9465863,1612.490528 +177871,1536.077807,1039.976618,1619.022111,725.8993364,1612.476938 +177872,1538.276008,1036.461815,1620.343253,726.8222894,1612.502294 +177873,1540.453305,1032.926575,1621.788799,727.9820938,1612.565856 +177874,1542.623535,1029.477849,1623.114822,728.5329928,1612.666719 +177875,1544.792798,1025.95692,1624.498254,729.6242756,1612.803439 +177876,1546.964223,1022.609096,1625.940305,730.5062946,1612.974811 +177877,1549.139385,1019.214921,1627.257599,731.4293568,1613.179228 +177878,1551.369605,1015.946707,1628.711798,732.357075,1613.415397 +177879,1553.478923,1012.634549,1630.132033,733.2891969,1613.681684 +177880,1555.705846,1009.401174,1631.575425,734.2257229,1613.976835 +177881,1557.894603,1006.210833,1633.033655,735.16663,1614.299345 +177882,1560.09676,1003.071373,1634.506667,736.1119104,1614.648105 +177883,1562.305052,999.9848278,1635.994316,737.0614826,1615.021747 +177884,1564.519317,996.9137249,1637.496564,738.0402141,1615.419312 +177885,1566.739444,993.9956846,1639.013211,738.9610674,1615.839579 +177886,1568.965401,991.0514267,1640.54416,739.9408461,1616.281717 +177887,1571.196994,988.2003368,1642.089169,740.9029746,1616.744644 +177888,1573.434127,985.4052656,1643.648103,741.8727249,1617.227646 +177889,1575.676546,982.6735357,1645.220683,742.8462757,1617.729745 +177890,1577.97597,979.9690853,1646.806746,743.8234818,1618.250324 +177891,1580.150282,977.4243882,1648.406005,744.8042013,1618.788526 +177892,1582.444609,974.8666249,1649.962143,745.7883348,1619.369393 +177893,1584.698098,972.4110428,1651.671581,746.7757444,1619.901652 +177894,1586.963355,970.0216622,1653.268472,747.7663248,1620.50788 +177895,1589.232666,967.7056672,1654.926958,748.7852919,1621.106362 +177896,1591.505529,965.4647619,1656.588763,749.7440818,1621.723414 +177897,1593.78164,963.2639819,1658.262129,750.7614345,1622.354625 +177898,1596.06073,961.2317399,1659.946904,751.7595424,1622.999469 +177899,1598.342476,959.2003217,1661.642809,752.7639722,1623.65741 +177900,1600.626602,957.2818274,1663.349594,753.7709133,1624.328036 +177901,1837.438868,1062.276066,1900.228465,861.5100045,2051.233219 +177902,1844.450854,1061.122534,1905.764932,864.2807019,2057.144164 +177903,1848.818684,1060.970646,1909.981302,866.5774714,2061.636844 +177904,1853.297057,1060.421923,1913.802521,868.6940864,2065.62024 +177905,1857.205357,1059.873169,1917.272585,870.7127475,2069.06839 +177906,1861.058134,1059.275122,1920.556937,872.7973191,2072.344726 +177907,1864.712774,1058.654764,1923.710935,875.0452491,2075.389527 +177908,1868.211082,1058.026283,1926.77423,877.3516148,2078.259685 +177909,1871.804166,1057.397523,1929.841685,879.8684408,2081.159094 +177910,1875.182479,1056.77224,1932.673666,882.1509449,2083.862461 +177911,1878.566098,1056.152595,1935.619957,884.745586,2086.544087 +177912,1892.827263,1055.672067,1938.694975,887.9771553,2089.16036 +177913,1897.808594,1055.13875,1941.786029,890.8219228,2091.734826 +177914,1902.054471,1054.608501,1944.671172,893.6836318,2094.252907 +177915,1906.060003,1054.087167,1947.589193,896.6320562,2096.726319 +177916,1909.931729,1053.575175,1950.469452,899.5552823,2099.157631 +177917,1913.709945,1053.073098,1953.325098,902.6114397,2101.551768 +177918,1917.414781,1052.580968,1956.157674,905.6989126,2103.961747 +177919,1921.056486,1052.098367,1959.041634,908.85134,2105.979677 +177920,1924.640967,1051.624858,1961.717249,912.0636856,2108.330176 +177921,1928.17677,1051.162125,1964.540711,915.3712785,2110.496649 +177922,1931.59586,1050.709951,1967.282025,918.6558347,2112.691614 +177923,1935.150465,1050.268595,1970.018678,922.0769754,2114.854798 +177924,1938.505702,1049.837729,1972.740017,925.5300861,2116.993623 +177925,1941.885054,1049.417503,1975.446699,929.0497161,2119.109654 +177926,1945.288402,1049.007649,1978.13873,932.665909,2121.202409 +177927,1948.474231,1048.608397,1980.817172,936.2555061,2123.273579 +177928,1951.787713,1048.219581,1983.482082,939.984625,2125.322751 +177929,1955.004634,1047.841514,1986.060066,943.744721,2127.35166 +177930,1958.201048,1047.474051,1988.812252,947.5714905,2129.359844 +177931,1961.214279,1047.344141,1991.984504,951.6386741,2131.349217 +177932,1964.099073,1047.271078,1995.129846,955.6926098,2133.267313 +177933,1967.125932,1047.232899,1998.473534,959.8876746,2135.302719 +177934,1969.951505,1047.223382,2001.777825,964.1041948,2137.199825 +177935,1972.804357,1047.23992,2005.114235,968.3749205,2139.128904 +177936,1975.608137,1047.280736,2008.468138,972.7280872,2141.033195 +177937,1978.374246,1047.345118,2011.837954,977.0291133,2142.922742 +177938,1984.149862,1045.500673,2010.765764,981.5584065,2144.796558 +177939,1987.651,1045.213591,2013.240776,986.1355683,2146.707675 +177940,1990.875179,1045.139704,2016.199189,990.7724053,2148.469657 +177941,1994.00656,1045.141357,2019.3041,995.49623,2150.342651 +177942,1997.160799,1045.191374,2022.484474,1000.16846,2152.155029 +177943,2000.012967,1045.279017,2025.789333,1004.967939,2153.965108 +177944,2003.187214,1045.398936,2028.939499,1009.77235,2155.763725 +177945,2006.098185,1045.548738,2032.29173,1014.618239,2157.552245 +177946,2009.056773,1045.726733,2035.526923,1019.536368,2159.33001 +177947,2011.974787,1045.932238,2038.994995,1023.992207,2161.09865 +177948,2014.863163,1046.164373,2042.315405,1029.552947,2162.803302 +177949,2017.722118,1046.422912,2045.728689,1034.221683,2164.637807 +177950,2020.550728,1046.707216,2049.154045,1039.226923,2166.339687 +177951,2023.34943,1047.017188,2052.602873,1044.332267,2168.083541 +177952,2026.116903,1047.352265,2056.074498,1049.259871,2169.811018 +177953,2028.853404,1047.712438,2059.647398,1054.285394,2171.532129 +177954,2031.557724,1048.097184,2063.044952,1059.384091,2173.246145 +177955,2034.152517,1048.506508,2066.641214,1064.402122,2174.954608 +177956,2036.907706,1048.93992,2070.189716,1069.503646,2176.656585 +177957,2039.45707,1049.397469,2073.772042,1074.451358,2178.353585 +177958,2044.562408,1053.052381,2084.870756,1080.699884,2180.047176 +177959,2047.607161,1054.011853,2089.365345,1085.934148,2181.749665 +177960,2050.483023,1054.767433,2093.589383,1090.991385,2183.443798 +177961,2041.801879,1051.724949,2086.150677,1092.439966,2161.725079 +177962,2061.907667,1059.855245,2107.822751,1104.877177,2191.004634 +177963,2140.733972,1090.591491,2178.476724,1140.129429,2322.361244 +177964,2084.101802,1075.438616,2145.976923,1129.43256,2248.58219 +177965,2117.920547,1080.377104,2160.882407,1139.172834,2271.382326 +177966,2112.536596,1081.85023,2177.683205,1144.247371,2273.841459 +177967,2120.652605,1084.105683,2167.913328,1151.245026,2279.088738 +177968,2122.137206,1084.543461,2180.488784,1155.576299,2297.207943 +177969,2128.601904,1087.169709,2183.027905,1162.785332,2259.929037 +177970,2130.832982,1087.797509,2188.284071,1167.404517,2299.480772 +177971,2134.66572,1089.246647,2197.614623,1172.999784,2287.471035 +177972,2139.592842,1091.280799,2196.048485,1192.332796,2294.153644 +177973,2141.7963,1091.956007,2202.6999,1178.142057,2312.604513 +177974,2284.817315,1163.352226,2367.349611,1241.295776,2527.965498 +177975,1941.754063,1008.886809,2001.980839,1107.31161,1934.143786 +177976,2378.421917,1205.401517,2479.934078,1296.942854,2745.266981 +177977,1939.557126,1004.871527,2014.380085,1102.429082,1868.573047 +177978,2374.167663,1209.766436,2475.934471,1310.321718,2766.823865 +177979,1946.671957,1005.97837,2011.823636,1109.872961,1881.332191 +177980,2385.687826,1215.234473,2507.156676,1322.497214,2739.88842 +177981,1947.971348,1008.216087,2008.561711,1118.743402,1900.050857 +177982,2396.598749,1218.780118,2522.78082,1332.581184,2772.070909 +177983,1949.55698,1010.648587,2031.216425,1127.732162,1885.951679 +177984,2408.002422,1223.132705,2526.149745,1343.226526,2764.964965 +177985,1953.205631,1012.533957,2041.996749,1135.851764,1890.998557 +177986,2415.597997,1227.634422,2528.642909,1354.132366,2795.073137 +177987,1956.77949,1020.114027,2056.385938,1139.728793,1889.141145 +177988,2416.137221,1236.414153,2535.313601,1357.087325,2785.069183 +177989,1966.806207,1023.365045,2127.397891,1145.973156,1885.244646 +177990,2414.488827,1241.767675,2527.893011,1366.662881,2815.497329 +177991,1978.884172,1024.753201,2112.214563,1151.338,1875.25106 +177992,2406.901751,1242.425612,2529.185939,1370.87777,2824.5443 +177993,1986.405424,1024.036911,2137.20881,1154.234549,1876.725109 +177994,2401.806654,1243.239434,2526.335336,1375.284418,2832.497807 +177995,1988.642388,1022.384886,2130.514054,1155.841245,1877.829171 +177996,2400.731079,1243.430128,2526.933091,1378.803642,2846.11116 +177997,1987.793708,1020.858525,2138.519584,1157.502023,1869.93403 +177998,2400.314669,1242.584475,2527.206009,1380.832589,2857.08171 +177999,1983.643224,1019.080991,2132.431533,1158.792798,1870.907767 +178000,2403.141723,1241.583181,2529.107483,1382.505296,2863.630274 +178001,1975.416227,1016.698773,2131.165812,1159.078798,1871.983828 +178002,2408.63195,1240.493224,2530.845797,1383.915923,2870.514689 +178003,1963.831177,1013.977785,2124.41171,1158.744067,1872.877257 +178004,2416.323769,1239.007697,2533.44261,1384.719252,2877.086538 +178005,1949.227015,1010.982663,2117.856911,1157.754843,1873.588372 +178006,2425.980861,1237.273296,2536.436065,1384.984513,2883.605545 +178007,1933.1032,1007.688231,2108.09262,1156.275592,1873.96446 +178008,2435.530718,1235.265241,2540.085678,1384.646363,2889.941365 +178009,1923.157892,1004.05467,2097.573414,1154.104426,1874.138894 +178010,2434.79353,1233.172118,2543.79092,1383.9893,2896.116089 +178011,1917.911292,1000.248277,2081.752969,1151.586959,1874.57888 +178012,2432.085847,1230.493459,2544.612592,1382.294782,2901.035415 +178013,1912.848057,996.5277803,2076.100243,1148.926034,1876.326491 +178014,2428.427948,1227.370215,2543.812651,1379.948101,2904.47087 +178015,1907.186629,992.3961153,2070.143343,1145.455118,1877.983341 +178016,2424.982807,1224.365502,2541.405061,1377.459263,2908.069462 +178017,1901.418573,988.1969855,2059.847484,1141.624147,1879.601541 +178018,2420.337241,1220.62043,2539.899053,1373.990198,2910.926622 +178019,1896.090274,984.3267691,2029.813276,1137.714518,1881.464277 +178020,2414.516829,1216.354429,2542.692795,1369.660383,2913.210074 +178021,1811.768645,946.9910076,1960.379277,1099.803453,1741.940976 +178022,2321.553214,1174.324975,2465.250999,1327.629622,2761.781863 +178023,1800.322069,941.2615081,1910.064728,1093.059909,1761.011596 +178024,2149.173504,1094.947051,2311.918922,1247.455627,2461.531032 +178025,2013.721093,1035.499449,2133.840873,1189.654767,2220.684523 +178026,2024.965492,1045.49967,2173.24803,1181.254478,2239.71045 +178027,2006.8124,1036.520831,2153.40097,1175.395431,2259.153431 +178028,2004.64996,1036.167469,2150.897715,1171.449187,2255.211314 +178029,1994.052013,1030.98142,2140.971423,1164.927548,2255.561228 +178030,1985.705806,1027.139694,2132.335324,1159.59388,2256.470882 +178031,1999.514642,1022.685276,2123.421119,1153.587525,2256.535414 +178032,1934.410803,1018.709083,2114.886329,1148.201372,2257.49971 +178033,1984.403127,1014.161772,2091.084785,1141.936065,2257.28829 +178034,1932.989782,1009.600837,2105.594225,1135.931809,2267.289384 +178035,1947.158818,1005.192656,2075.825417,1129.56041,2242.081839 +178036,1929.939681,1000.886367,2097.686672,1123.491904,2264.74666 +178037,1923.522337,996.5510514,2037.889678,1117.84597,2257.232512 +178038,1912.651422,991.2518638,2069.095165,1110.571452,2257.212817 +178039,1903.859544,986.9843875,2043.419326,1104.398803,2257.947846 +178040,1894.326391,982.1290391,2036.124694,1097.909537,2257.783193 +178041,1884.896188,977.411944,2026.207535,1091.039136,2257.746394 +178042,1874.613379,972.3343767,2015.262855,1084.130476,2257.054704 +178043,1865.334755,967.5972441,2005.455268,1077.255826,2257.26752 +178044,1855.255851,962.5568088,1994.567281,1070.170861,2256.687088 +178045,1845.342,957.5487489,1984.092217,1062.96198,2256.551865 +178046,1830.942151,953.7739858,1981.377963,1048.919207,2256.220335 +178047,1825.954888,951.2335738,1963.334924,1042.914137,2266.635291 +178048,1884.050397,977.2262302,2032.593182,1066.072344,2391.021095 +178049,1759.64991,920.7678936,1902.785961,1007.584646,2176.692906 +178050,1804.830406,940.853286,1948.249717,1023.503324,2281.619198 +178051,1784.091085,930.7932581,1927.348997,1013.675654,2266.096328 +178052,1775.530318,926.8269044,1918.934714,1007.1956,2242.626115 +178053,1767.141094,922.8551983,1910.704189,1002.296462,2273.202971 +178054,1758.911889,918.9244942,1902.63466,997.0490336,2234.845649 +178055,1750.907384,915.0520918,1894.618978,991.9801257,2273.799918 +178056,1742.665568,911.1691105,1886.579012,986.9464252,2231.128561 +178057,1734.650459,907.7358679,1878.835644,982.0768136,2272.036042 +178058,1726.603965,903.4227686,1870.790216,977.1843652,2228.762793 +178059,1719.161799,899.8741723,1862.919589,972.3792343,2269.1831 +178060,1710.348405,896.0250066,1855.175555,967.6187585,2227.019454 +178061,1702.774687,892.3181866,1847.313178,962.8650674,2265.679044 +178062,1694.744008,888.5550923,1839.595949,958.2481378,2225.627414 +178063,1686.747464,884.831507,1831.644137,953.5879671,2261.791264 +178064,1678.911466,881.0815489,1824.028403,948.9956452,2224.365805 +178065,1670.959391,877.4202321,1816.213887,944.3946602,2257.583223 +178066,1663.065605,873.6985539,1808.407383,939.9137243,2223.311347 +178067,1655.17151,870.0117805,1800.76794,935.3839297,2253.077567 +178068,1647.224222,866.2956175,1793.055176,930.9110105,2222.406926 +178069,1639.426687,862.6632104,1785.168977,926.4581366,2248.355044 +178070,1631.507078,858.9686253,1777.586515,921.9921409,2221.603744 +178071,1623.639803,855.3056681,1769.806286,917.6363559,2243.454209 +178072,1615.709771,851.6112197,1762.024669,913.2242293,2220.834994 +178073,1607.920116,847.99702,1754.460971,908.8613503,2238.565818 +178074,1600.010083,844.3193779,1764.626912,904.4769472,2220.043467 +178075,1592.1478,840.671017,1711.856775,900.1939572,2233.510392 +178076,1584.221784,836.9894771,1761.358716,895.8535555,2219.366149 +178077,1576.430216,833.3857886,1694.877845,891.5572439,2228.312893 +178078,1568.519527,829.7176188,1734.377374,887.2705139,2218.762437 +178079,1560.653866,825.7798925,1695.707495,882.9630688,2223.025059 +178080,1552.724444,822.5662558,1704.755915,878.7530238,2218.184103 +178081,1391.091695,752.4600191,1537.900378,808.0298759,1932.388394 +178082,1381.93424,747.9319242,1529.324955,803.1532574,1927.577083 +178083,1372.89273,743.843832,1520.631541,798.3542517,1924.523908 +178084,1364.17473,739.7076667,1511.860163,793.6476748,1921.37574 +178085,1355.562962,735.6917019,1503.329962,789.1193407,1918.590434 +178086,1346.85932,731.6374377,1494.762985,784.4956279,1915.672916 +178087,1338.897012,727.9298677,1486.221651,779.9768009,1913.016792 +178088,1329.64723,723.558171,1477.796047,775.4772598,1910.271668 +178089,1321.627612,719.8079426,1469.45647,771.0186667,1907.725743 +178090,1313.003446,715.7919499,1460.918225,766.504401,1905.07871 +178091,1304.668297,711.8557808,1452.52154,762.3851526,1902.542114 +178092,1296.238615,707.9353984,1444.280202,757.5682531,1900.044902 +178093,1287.971121,704.0284236,1435.848626,753.3409946,1897.587097 +178094,1279.602105,700.133018,1427.630253,748.9759301,1895.162609 +178095,1271.389649,696.2494431,1419.226036,744.5837585,1892.773305 +178096,1262.731439,692.3763647,1411.061062,740.2977928,1890.456935 +178097,1255.065672,688.5141741,1402.824794,735.9720312,1888.062464 +178098,1246.600261,684.6616924,1394.53862,731.6596765,1885.792337 +178099,1238.485027,680.8193578,1386.362267,727.4251101,1883.512007 +178100,1230.333733,676.9861337,1378.166997,723.1525878,1881.261993 +178101,1222.207797,673.1625081,1369.993435,718.8929967,1879.03794 +178102,1214.103498,669.572372,1361.838383,714.7092334,1876.835083 +178103,1206.391923,665.4464039,1353.694974,710.2382221,1874.655728 +178104,1197.811733,661.8022052,1345.61422,706.4099159,1872.49543 +178105,1190.027829,657.9818578,1337.441827,702.0640287,1870.356454 +178106,1181.960794,654.2008445,1329.75304,697.9434462,1868.234615 +178107,1173.969429,650.4287027,1321.125455,693.8000313,1866.132149 +178108,1165.998062,646.6640457,1313.317165,689.6716619,1864.045066 +178109,1158.048278,642.9073377,1305.171964,685.5578629,1861.975553 +178110,1150.1181,639.157799,1297.192322,681.4581209,1859.876782 +178111,1142.218523,635.4416265,1289.200375,677.5611889,1857.902586 +178112,1134.33976,631.5350558,1281.224976,673.1138054,1855.843739 +178113,1126.482506,628.1218011,1273.36159,669.1593683,1853.880301 +178114,1118.95696,624.5006156,1265.428893,665.0243264,1851.814217 +178115,1110.701227,620.5637739,1257.506462,660.9328295,1849.857035 +178116,1103.116383,617.0324256,1249.690613,656.8508168,1847.871977 +178117,1095.296619,613.3412352,1241.769974,652.7785915,1845.905078 +178118,1087.541662,609.688796,1233.98446,648.7172111,1843.948468 +178119,1079.767956,606.0169043,1226.121067,644.6325524,1842.014664 +178120,1072.374048,602.5700142,1218.256557,640.5883466,1840.411168 +178121,1063.899669,598.6833133,1210.488568,636.7643967,1837.867754 +178122,1057.080566,595.1275351,1202.620323,632.4391653,1836.213252 +178123,1049.040938,591.5259899,1194.841117,628.5520706,1834.241348 +178124,1041.017807,587.8880707,1187.038447,624.6883621,1832.245171 +178125,1034.061677,584.3053693,1179.645516,620.4584442,1830.297695 +178126,1025.906916,580.7946586,1171.166519,616.3666273,1828.389657 +178127,1018.519757,577.0428535,1163.984552,612.7651062,1826.697129 +178128,1011.032423,573.5269554,1156.316372,608.4566858,1824.4748 +178129,1003.238106,570.0434054,1148.282556,604.7528878,1822.413943 +178130,995.9144445,566.1896072,1140.963452,600.4224853,1821.140904 +178131,988.2805935,562.9751809,1132.97457,596.8849026,1818.866878 +178132,980.7717421,559.1516545,1125.476572,592.6576434,1817.113099 +178133,973.3430048,555.6976293,1117.850673,588.8003081,1815.086359 +178134,965.7255208,552.3022157,1110.058568,584.9768834,1813.383299 +178135,958.4051678,548.4887108,1102.613831,580.8772072,1811.381394 +178136,951.1112282,545.1597922,1094.893929,577.1506066,1809.428729 +178137,962.0949949,541.4792992,1087.221418,573.0607983,1807.697496 +178138,930.8696795,538.0767617,1079.752099,569.2442134,1805.787032 +178139,948.0783902,534.5004002,1072.098432,565.3280348,1803.899365 +178140,965.0520053,530.9982797,1064.58239,561.513349,1802.033787 +178141,807.3554307,528.5535959,955.8118829,558.5253037,1822.971573 +178142,1299.11387,660.6685952,878.0141396,690.6322571,2089.830942 +178143,1189.184531,660.1888414,896.4611123,689.3237141,2118.75653 +178144,1229.581998,658.2570463,939.4323403,686.9894706,2200.922892 +178145,1214.19117,655.5070896,978.9929375,684.3958573,2275.583369 +178146,1212.719173,653.7043758,1005.729465,681.8975636,2322.317932 +178147,1208.873723,651.4273215,1019.597276,679.4303441,2342.015651 +178148,1205.149196,649.2913205,1026.84972,676.758848,2348.662633 +178149,1201.552172,647.0841678,1031.233456,674.3172183,2350.183356 +178150,1197.755516,644.9056963,1034.279869,671.7737237,2349.998818 +178151,1194.043489,642.7225841,1036.598752,669.1650599,2349.30522 +178152,1190.318867,640.5423022,1038.441066,666.6570181,2348.510829 +178153,1186.514272,638.2841966,1039.920474,664.0666286,2347.730606 +178154,1182.775436,636.1624561,1041.102502,661.522335,2346.987774 +178155,1179.057522,633.9604879,1042.035899,658.9893183,2346.284806 +178156,1175.346414,631.8019698,1042.760102,656.463773,2345.619424 +178157,1171.647579,629.6440537,1043.307405,653.946693,2344.987849 +178158,1167.958035,627.4927176,1043.704334,651.4350795,2344.191542 +178159,1164.279881,625.3487157,1043.972812,648.9330034,2343.623003 +178160,1160.61161,623.2114397,1044.131133,646.4374689,2343.077519 +178161,1156.958261,621.0815294,1044.194632,643.9499202,2342.549689 +178162,1153.220672,618.9184709,1044.176227,641.4695715,2342.035732 +178163,1149.728321,616.8618845,1044.086817,639.0410954,2341.533031 +178164,1146.040214,614.7232403,1043.93562,636.50989,2341.039629 +178165,1142.448636,612.6277631,1043.73043,634.084646,2340.553883 +178166,1138.854821,610.5323384,1043.477864,631.626287,2340.074397 +178167,1135.273579,608.4439213,1043.183539,629.1826173,2339.599934 +178168,1131.796162,606.3619474,1042.852247,626.7013373,2339.129459 +178169,1128.104465,604.2868225,1042.50098,624.3372683,2338.691323 +178170,1124.541922,602.1795232,1042.121138,621.9244117,2338.257219 +178171,1121.117928,600.1499666,1041.705612,619.4766875,2337.803476 +178172,1117.515648,598.0357065,1041.261885,617.1303242,2337.342745 +178173,1114.00682,595.9599489,1040.793783,614.7547189,2336.879712 +178174,1110.494204,593.8817584,1040.303911,612.3949444,2336.415985 +178175,1106.993545,591.8081275,1039.794329,610.0436668,2335.951913 +178176,1103.503463,589.7387574,1039.266764,607.7002609,2335.487414 +178177,1100.025827,587.6740585,1038.722681,605.4073163,2335.022257 +178178,1096.470749,585.5763526,1038.163347,602.9734934,2334.556198 +178179,1093.148311,583.576154,1037.589863,600.7480264,2334.089012 +178180,1089.639531,581.4970825,1037.003214,598.3961594,2333.620508 +178181,1086.308675,579.4564968,1036.404266,596.0973618,2333.150507 +178182,1082.757857,577.4139773,1035.793805,593.7982414,2332.678864 +178183,1100.092121,575.3760678,1035.172687,591.5473037,2332.205794 +178184,1044.323651,573.3424054,1034.541151,589.2006746,2331.730287 +178185,1088.527347,571.313238,1033.899872,586.9524521,2331.252457 +178186,1075.818878,569.2519108,1033.249853,584.6733472,2330.773306 +178187,1050.200419,567.2856732,1032.591156,582.3670556,2330.2918 +178188,1084.365506,565.2423152,1031.924288,580.1676228,2329.617174 +178189,1036.013029,563.2345527,1031.249647,577.9351521,2329.143914 +178190,1077.601672,561.2197255,1030.567584,575.6747761,2328.670243 +178191,1033.188081,559.2083179,1029.878237,573.5099029,2328.194211 +178192,1062.079917,557.2005025,1029.181771,571.3188954,2327.714894 +178193,1037.252562,555.1966893,1028.478533,569.1439401,2327.232297 +178194,1045.987797,553.1549928,1027.768794,566.9717013,2326.746435 +178195,1038.585283,551.2110271,1027.053192,564.8127147,2321.311615 +178196,1036.094317,549.1916265,1026.333355,562.7019535,2309.728314 +178197,1032.850002,547.2091462,1025.609168,560.4619265,2309.552618 +178198,1029.621947,545.2245597,1024.879031,558.4161191,2309.337732 +178199,1026.404563,543.2441806,1024.142722,556.2544548,2307.900499 +178200,1023.198559,541.2677307,1023.401784,554.1429448,2299.474981 +178201,0,0,0,0,0 +178202,0,0,0,0,0 +178203,0,0,0,0,0 +178204,0,0,0,0,0 +178205,0,0,0,0,0 +178206,0,0,0,0,0 +178207,0,0,0,0,0 +178208,0,0,0,0,0 +178209,0,0,0,0,0 +178210,0,0,0,0,0 +178211,0,0,0,0,0 +178212,0,0,0,0,0 +178213,0,0,0,0,0 +178214,0,0,0,0,0 +178215,0,0,0,0,0 +178216,0,0,0,0,0 +178217,0,0,0,0,0 +178218,0,0,0,0,0 +178219,0,0,0,0,0 +178220,0,0,0,0,0 +178221,0,0,0,0,0 +178222,0,0,0,0,0 +178223,0,0,0,0,0 +178224,0,0,0,0,0 +178225,0,0,0,0,0 +178226,0,0,0,0,0 +178227,0,0,0,0,0 +178228,0,0,0,0,0 +178229,0,0,0,0,0 +178230,0,0,0,0,0 +178231,0,0,0,0,0 +178232,0,0,0,0,0 +178233,0,0,0,0,0 +178234,0,0,0,0,0 +178235,0,0,0,0,0 +178236,0,0,0,0,0 +178237,0,0,0,0,0 +178238,0,0,0,0,0 +178239,0,0,0,0,0 +178240,0,0,0,0,0 +178241,0,0,0,0,0 +178242,0,0,0,0,0 +178243,0,0,0,0,0 +178244,0,0,0,0,0 +178245,0,0,0,0,0 +178246,0,0,0,0,0 +178247,0,0,0,0,0 +178248,0,0,0,0,0 +178249,0,0,0,0,0 +178250,0,0,0,0,0 +178251,0,0,0,0,0 +178252,0,0,0,0,0 +178253,0,0,0,0,0 +178254,0,0,0,0,0 +178255,0,0,0,0,0 +178256,0,0,0,0,0 +178257,0,0,0,0,0 +178258,0,0,0,0,0 +178259,0,0,0,0,0 +178260,0,0,0,0,0 +178261,0,0,0,0,0 +178262,0,0,0,0,0 +178263,0,0,0,0,0 +178264,0,0,0,0,0 +178265,0,0,0,0,0 +178266,0,0,0,0,0 +178267,0,0,0,0,0 +178268,0,0,0,0,0 +178269,0,0,0,0,0 +178270,0,0,0,0,0 +178271,0,0,0,0,0 +178272,0,0,0,0,0 +178273,0,0,0,0,0 +178274,0,0,0,0,0 +178275,0,0,0,0,0 +178276,0,0,0,0,0 +178277,0,0,0,0,0 +178278,0,0,0,0,0 +178279,0,0,0,0,0 +178280,0,0,0,0,0 +178281,0,0,0,0,0 +178282,0,0,0,0,0 +178283,0,0,0,0,0 +178284,0,0,0,0,0 +178285,0,0,0,0,0 +178286,0,0,0,0,0 +178287,0,0,0,0,0 +178288,0,0,0,0,0 +178289,0,0,0,0,0 +178290,0,0,0,0,0 +178291,0,0,0,0,0 +178292,0,0,0,0,0 +178293,0,0,0,0,0 +178294,0,0,0,0,0 +178295,0,0,0,0,0 +178296,0,0,0,0,0 +178297,0,0,0,0,0 +178298,0,0,0,0,0 +178299,0,0,0,0,0 +178300,0,0,0,0,0 +178301,0,0,0,0,0 +178302,0,0,0,0,0 +178303,0,0,0,0,0 +178304,0,0,0,0,0 +178305,0,0,0,0,0 +178306,0,0,0,0,0 +178307,0,0,0,0,0 +178308,0,0,0,0,0 +178309,0,0,0,0,0 +178310,0,0,0,0,0 +178311,0,0,0,0,0 +178312,0,0,0,0,0 +178313,0,0,0,0,0 +178314,0,0,0,0,0 +178315,0,0,0,0,0 +178316,0,0,0,0,0 +178317,0,0,0,0,0 +178318,0,0,0,0,0 +178319,0,0,0,0,0 +178320,0,0,0,0,0 +178321,0,0,0,0,0 +178322,0,0,0,0,0 +178323,0,0,0,0,0 +178324,0,0,0,0,0 +178325,0,0,0,0,0 +178326,0,0,0,0,0 +178327,0,0,0,0,0 +178328,0,0,0,0,0 +178329,0,0,0,0,0 +178330,0,0,0,0,0 +178331,0,0,0,0,0 +178332,0,0,0,0,0 +178333,0,0,0,0,0 +178334,0,0,0,0,0 +178335,0,0,0,0,0 +178336,0,0,0,0,0 +178337,0,0,0,0,0 +178338,0,0,0,0,0 +178339,0,0,0,0,0 +178340,0,0,0,0,0 +178341,0,0,0,0,0 +178342,0,0,0,0,0 +178343,0,0,0,0,0 +178344,0,0,0,0,0 +178345,0,0,0,0,0 +178346,0,0,0,0,0 +178347,0,0,0,0,0 +178348,0,0,0,0,0 +178349,0,0,0,0,0 +178350,0,0,0,0,0 +178351,0,0,0,0,0 +178352,0,0,0,0,0 +178353,0,0,0,0,0 +178354,0,0,0,0,0 +178355,0,0,0,0,0 +178356,0,0,0,0,0 +178357,0,0,0,0,0 +178358,0,0,0,0,0 +178359,0,0,0,0,0 +178360,0,0,0,0,0 +178361,0,0,0,0,0 +178362,0,0,0,0,0 +178363,0,0,0,0,0 +178364,0,0,0,0,0 +178365,0,0,0,0,0 +178366,0,0,0,0,0 +178367,0,0,0,0,0 +178368,0,0,0,0,0 +178369,0,0,0,0,0 +178370,0,0,0,0,0 +178371,0,0,0,0,0 +178372,0,0,0,0,0 +178373,0,0,0,0,0 +178374,0,0,0,0,0 +178375,0,0,0,0,0 +178376,0,0,0,0,0 +178377,0,0,0,0,0 +178378,0,0,0,0,0 +178379,0,0,0,0,0 +178380,0,0,0,0,0 +178381,0,0,0,0,0 +178382,0,0,0,0,0 +178383,0,0,0,0,0 +178384,0,0,0,0,0 +178385,0,0,0,0,0 +178386,0,0,0,0,0 +178387,0,0,0,0,0 +178388,0,0,0,0,0 +178389,0,0,0,0,0 +178390,0,0,0,0,0 +178391,0,0,0,0,0 +178392,0,0,0,0,0 +178393,0,0,0,0,0 +178394,0,0,0,0,0 +178395,0,0,0,0,0 +178396,0,0,0,0,0 +178397,0,0,0,0,0 +178398,0,0,0,0,0 +178399,0,0,0,0,0 +178400,0,0,0,0,0 +178401,0,0,0,0,0 +178402,0,0,0,0,0 +178403,0,0,0,0,0 +178404,0,0,0,0,0 +178405,0,0,0,0,0 +178406,0,0,0,0,0 +178407,0,0,0,0,0 +178408,0,0,0,0,0 +178409,0,0,0,0,0 +178410,0,0,0,0,0 +178411,0,0,0,0,0 +178412,0,0,0,0,0 +178413,0,0,0,0,0 +178414,0,0,0,0,0 +178415,0,0,0,0,0 +178416,0,0,0,0,0 +178417,0,0,0,0,0 +178418,0,0,0,0,0 +178419,0,0,0,0,0 +178420,0,0,0,0,0 +178421,0,0,0,0,0 +178422,0,0,0,0,0 +178423,0,0,0,0,0 +178424,0,0,0,0,0 +178425,0,0,0,0,0 +178426,0,0,0,0,0 +178427,0,0,0,0,0 +178428,0,0,0,0,0 +178429,0,0,0,0,0 +178430,0,0,0,0,0 +178431,0,0,0,0,0 +178432,0,0,0,0,0 +178433,0,0,0,0,0 +178434,0,0,0,0,0 +178435,0,0,0,0,0 +178436,0,0,0,0,0 +178437,0,0,0,0,0 +178438,0,0,0,0,0 +178439,0,0,0,0,0 +178440,0,0,0,0,0 +178441,0,0,0,0,0 +178442,0,0,0,0,0 +178443,0,0,0,0,0 +178444,0,0,0,0,0 +178445,0,0,0,0,0 +178446,0,0,0,0,0 +178447,0,0,0,0,0 +178448,0,0,0,0,0 +178449,0,0,0,0,0 +178450,0,0,0,0,0 +178451,0,0,0,0,0 +178452,0,0,0,0,0 +178453,0,0,0,0,0 +178454,0,0,0,0,0 +178455,0,0,0,0,0 +178456,0,0,0,0,0 +178457,0,0,0,0,0 +178458,0,0,0,0,0 +178459,0,0,0,0,0 +178460,0,0,0,0,0 +178461,0,0,0,0,0 +178462,0,0,0,0,0 +178463,0,0,0,0,0 +178464,0,0,0,0,0 +178465,0,0,0,0,0 +178466,0,0,0,0,0 +178467,0,0,0,0,0 +178468,0,0,0,0,0 +178469,0,0,0,0,0 +178470,0,0,0,0,0 +178471,0,0,0,0,0 +178472,0,0,0,0,0 +178473,0,0,0,0,0 +178474,0,0,0,0,0 +178475,0,0,0,0,0 +178476,0,0,0,0,0 +178477,0,0,0,0,0 +178478,0,0,0,0,0 +178479,0,0,0,0,0 +178480,0,0,0,0,0 +178481,0,0,0,0,0 +178482,0,0,0,0,0 +178483,0,0,0,0,0 +178484,0,0,0,0,0 +178485,0,0,0,0,0 +178486,0,0,0,0,0 +178487,0,0,0,0,0 +178488,0,0,0,0,0 +178489,0,0,0,0,0 +178490,0,0,0,0,0 +178491,0,0,0,0,0 +178492,0,0,0,0,0 +178493,0,0,0,0,0 +178494,0,0,0,0,0 +178495,0,0,0,0,0 +178496,0,0,0,0,0 +178497,0,0,0,0,0 +178498,0,0,0,0,0 +178499,0,0,0,0,0 +178500,0,0,0,0,0 +178501,0,0,0,0,0 +178502,0,0,0,0,0 +178503,0,0,0,0,0 +178504,0,0,0,0,0 +178505,0,0,0,0,0 +178506,0,0,0,0,0 +178507,0,0,0,0,0 +178508,0,0,0,0,0 +178509,0,0,0,0,0 +178510,0,0,0,0,0 +178511,0,0,0,0,0 +178512,0,0,0,0,0 +178513,0,0,0,0,0 +178514,0,0,0,0,0 +178515,0,0,0,0,0 +178516,0,0,0,0,0 +178517,0,0,0,0,0 +178518,0,0,0,0,0 +178519,0,0,0,0,0 +178520,0,0,0,0,0 +178521,0,0,0,0,0 +178522,0,0,0,0,0 +178523,0,0,0,0,0 +178524,0,0,0,0,0 +178525,0,0,0,0,0 +178526,0,0,0,0,0 +178527,0,0,0,0,0 +178528,0,0,0,0,0 +178529,0,0,0,0,0 +178530,0,0,0,0,0 +178531,0,0,0,0,0 +178532,0,0,0,0,0 +178533,0,0,0,0,0 +178534,0,0,0,0,0 +178535,0,0,0,0,0 +178536,0,0,0,0,0 +178537,0,0,0,0,0 +178538,0,0,0,0,0 +178539,0,0,0,0,0 +178540,0,0,0,0,0 +178541,0,0,0,0,0 +178542,0,0,0,0,0 +178543,0,0,0,0,0 +178544,0,0,0,0,0 +178545,0,0,0,0,0 +178546,0,0,0,0,0 +178547,0,0,0,0,0 +178548,0,0,0,0,0 +178549,0,0,0,0,0 +178550,0,0,0,0,0 +178551,0,0,0,0,0 +178552,0,0,0,0,0 +178553,0,0,0,0,0 +178554,0,0,0,0,0 +178555,0,0,0,0,0 +178556,0,0,0,0,0 +178557,0,0,0,0,0 +178558,0,0,0,0,0 +178559,0,0,0,0,0 +178560,0,0,0,0,0 +178561,0,0,0,0,0 +178562,0,0,0,0,0 +178563,0,0,0,0,0 +178564,0,0,0,0,0 +178565,0,0,0,0,0 +178566,0,0,0,0,0 +178567,0,0,0,0,0 +178568,0,0,0,0,0 +178569,0,0,0,0,0 +178570,0,0,0,0,0 +178571,0,0,0,0,0 +178572,0,0,0,0,0 +178573,0,0,0,0,0 +178574,0,0,0,0,0 +178575,0,0,0,0,0 +178576,0,0,0,0,0 +178577,0,0,0,0,0 +178578,0,0,0,0,0 +178579,0,0,0,0,0 +178580,0,0,0,0,0 +178581,0,0,0,0,0 +178582,0,0,0,0,0 +178583,0,0,0,0,0 +178584,0,0,0,0,0 +178585,0,0,0,0,0 +178586,0,0,0,0,0 +178587,0,0,0,0,0 +178588,0,0,0,0,0 +178589,0,0,0,0,0 +178590,0,0,0,0,0 +178591,0,0,0,0,0 +178592,0,0,0,0,0 +178593,0,0,0,0,0 +178594,0,0,0,0,0 +178595,0,0,0,0,0 +178596,0,0,0,0,0 +178597,0,0,0,0,0 +178598,0,0,0,0,0 +178599,0,0,0,0,0 +178600,0,0,0,0,0 +178601,0,0,0,0,0 +178602,0,0,0,0,0 +178603,0,0,0,0,0 +178604,0,0,0,0,0 +178605,0,0,0,0,0 +178606,0,0,0,0,0 +178607,0,0,0,0,0 +178608,0,0,0,0,0 +178609,0,0,0,0,0 +178610,0,0,0,0,0 +178611,0,0,0,0,0 +178612,0,0,0,0,0 +178613,0,0,0,0,0 +178614,0,0,0,0,0 +178615,0,0,0,0,0 +178616,0,0,0,0,0 +178617,0,0,0,0,0 +178618,0,0,0,0,0 +178619,0,0,0,0,0 +178620,0,0,0,0,0 +178621,0,0,0,0,0 +178622,0,0,0,0,0 +178623,0,0,0,0,0 +178624,0,0,0,0,0 +178625,0,0,0,0,0 +178626,0,0,0,0,0 +178627,0,0,0,0,0 +178628,0,0,0,0,0 +178629,0,0,0,0,0 +178630,0,0,0,0,0 +178631,0,0,0,0,0 +178632,0,0,0,0,0 +178633,0,0,0,0,0 +178634,0,0,0,0,0 +178635,0,0,0,0,0 +178636,0,0,0,0,0 +178637,0,0,0,0,0 +178638,0,0,0,0,0 +178639,0,0,0,0,0 +178640,0,0,0,0,0 +178641,0,0,0,0,0 +178642,0,0,0,0,0 +178643,0,0,0,0,0 +178644,0,0,0,0,0 +178645,0,0,0,0,0 +178646,0,0,0,0,0 +178647,0,0,0,0,0 +178648,0,0,0,0,0 +178649,0,0,0,0,0 +178650,0,0,0,0,0 +178651,0,0,0,0,0 +178652,0,0,0,0,0 +178653,0,0,0,0,0 +178654,0,0,0,0,0 +178655,0,0,0,0,0 +178656,0,0,0,0,0 +178657,0,0,0,0,0 +178658,0,0,0,0,0 +178659,0,0,0,0,0 +178660,0,0,0,0,0 +178661,0,0,0,0,0 +178662,0,0,0,0,0 +178663,0,0,0,0,0 +178664,0,0,0,0,0 +178665,0,0,0,0,0 +178666,0,0,0,0,0 +178667,0,0,0,0,0 +178668,0,0,0,0,0 +178669,0,0,0,0,0 +178670,0,0,0,0,0 +178671,0,0,0,0,0 +178672,0,0,0,0,0 +178673,0,0,0,0,0 +178674,0,0,0,0,0 +178675,0,0,0,0,0 +178676,0,0,0,0,0 +178677,0,0,0,0,0 +178678,0,0,0,0,0 +178679,0,0,0,0,0 +178680,0,0,0,0,0 +178681,0,0,0,0,0 +178682,0,0,0,0,0 +178683,0,0,0,0,0 +178684,0,0,0,0,0 +178685,0,0,0,0,0 +178686,0,0,0,0,0 +178687,0,0,0,0,0 +178688,0,0,0,0,0 +178689,0,0,0,0,0 +178690,0,0,0,0,0 +178691,0,0,0,0,0 +178692,0,0,0,0,0 +178693,0,0,0,0,0 +178694,0,0,0,0,0 +178695,0,0,0,0,0 +178696,0,0,0,0,0 +178697,0,0,0,0,0 +178698,0,0,0,0,0 +178699,0,0,0,0,0 +178700,0,0,0,0,0 +178701,0,0,0,0,0 +178702,0,0,0,0,0 +178703,0,0,0,0,0 +178704,0,0,0,0,0 +178705,0,0,0,0,0 +178706,0,0,0,0,0 +178707,0,0,0,0,0 +178708,0,0,0,0,0 +178709,0,0,0,0,0 +178710,0,0,0,0,0 +178711,0,0,0,0,0 +178712,0,0,0,0,0 +178713,0,0,0,0,0 +178714,0,0,0,0,0 +178715,0,0,0,0,0 +178716,0,0,0,0,0 +178717,0,0,0,0,0 +178718,0,0,0,0,0 +178719,0,0,0,0,0 +178720,0,0,0,0,0 +178721,0,0,0,0,0 +178722,0,0,0,0,0 +178723,0,0,0,0,0 +178724,0,0,0,0,0 +178725,0,0,0,0,0 +178726,0,0,0,0,0 +178727,0,0,0,0,0 +178728,0,0,0,0,0 +178729,0,0,0,0,0 +178730,0,0,0,0,0 +178731,0,0,0,0,0 +178732,0,0,0,0,0 +178733,0,0,0,0,0 +178734,0,0,0,0,0 +178735,0,0,0,0,0 +178736,0,0,0,0,0 +178737,0,0,0,0,0 +178738,0,0,0,0,0 +178739,0,0,0,0,0 +178740,0,0,0,0,0 +178741,0,0,0,0,0 +178742,0,0,0,0,0 +178743,0,0,0,0,0 +178744,0,0,0,0,0 +178745,0,0,0,0,0 +178746,0,0,0,0,0 +178747,0,0,0,0,0 +178748,0,0,0,0,0 +178749,0,0,0,0,0 +178750,0,0,0,0,0 +178751,0,0,0,0,0 +178752,0,0,0,0,0 +178753,0,0,0,0,0 +178754,0,0,0,0,0 +178755,0,0,0,0,0 +178756,0,0,0,0,0 +178757,0,0,0,0,0 +178758,0,0,0,0,0 +178759,0,0,0,0,0 +178760,0,0,0,0,0 +178761,0,0,0,0,0 +178762,0,0,0,0,0 +178763,0,0,0,0,0 +178764,0,0,0,0,0 +178765,0,0,0,0,0 +178766,0,0,0,0,0 +178767,0,0,0,0,0 +178768,0,0,0,0,0 +178769,0,0,0,0,0 +178770,0,0,0,0,0 +178771,0,0,0,0,0 +178772,0,0,0,0,0 +178773,0,0,0,0,0 +178774,0,0,0,0,0 +178775,0,0,0,0,0 +178776,0,0,0,0,0 +178777,0,0,0,0,0 +178778,0,0,0,0,0 +178779,0,0,0,0,0 +178780,0,0,0,0,0 +178781,0,0,0,0,0 +178782,0,0,0,0,0 +178783,0,0,0,0,0 +178784,0,0,0,0,0 +178785,0,0,0,0,0 +178786,0,0,0,0,0 +178787,0,0,0,0,0 +178788,0,0,0,0,0 +178789,0,0,0,0,0 +178790,0,0,0,0,0 +178791,0,0,0,0,0 +178792,0,0,0,0,0 +178793,0,0,0,0,0 +178794,0,0,0,0,0 +178795,0,0,0,0,0 +178796,0,0,0,0,0 +178797,0,0,0,0,0 +178798,0,0,0,0,0 +178799,0,0,0,0,0 +178800,0,0,0,0,0 +178801,0,0,0,0,0 +178802,0,0,0,0,0 +178803,0,0,0,0,0 +178804,0,0,0,0,0 +178805,0,0,0,0,0 +178806,0,0,0,0,0 +178807,0,0,0,0,0 +178808,0,0,0,0,0 +178809,0,0,0,0,0 +178810,0,0,0,0,0 +178811,0,0,0,0,0 +178812,0,0,0,0,0 +178813,0,0,0,0,0 +178814,0,0,0,0,0 +178815,0,0,0,0,0 +178816,0,0,0,0,0 +178817,0,0,0,0,0 +178818,0,0,0,0,0 +178819,0,0,0,0,0 +178820,0,0,0,0,0 +178821,0,0,0,0,0 +178822,0,0,0,0,0 +178823,0,0,0,0,0 +178824,0,0,0,0,0 +178825,0,0,0,0,0 +178826,0,0,0,0,0 +178827,0,0,0,0,0 +178828,0,0,0,0,0 +178829,0,0,0,0,0 +178830,0,0,0,0,0 +178831,0,0,0,0,0 +178832,0,0,0,0,0 +178833,0,0,0,0,0 +178834,0,0,0,0,0 +178835,0,0,0,0,0 +178836,0,0,0,0,0 +178837,0,0,0,0,0 +178838,0,0,0,0,0 +178839,0,0,0,0,0 +178840,0,0,0,0,0 +178841,0,0,0,0,0 +178842,0,0,0,0,0 +178843,0,0,0,0,0 +178844,0,0,0,0,0 +178845,0,0,0,0,0 +178846,0,0,0,0,0 +178847,0,0,0,0,0 +178848,0,0,0,0,0 +178849,0,0,0,0,0 +178850,0,0,0,0,0 +178851,0,0,0,0,0 +178852,0,0,0,0,0 +178853,0,0,0,0,0 +178854,0,0,0,0,0 +178855,0,0,0,0,0 +178856,0,0,0,0,0 +178857,0,0,0,0,0 +178858,0,0,0,0,0 +178859,0,0,0,0,0 +178860,0,0,0,0,0 +178861,0,0,0,0,0 +178862,0,0,0,0,0 +178863,0,0,0,0,0 +178864,0,0,0,0,0 +178865,0,0,0,0,0 +178866,0,0,0,0,0 +178867,0,0,0,0,0 +178868,0,0,0,0,0 +178869,0,0,0,0,0 +178870,0,0,0,0,0 +178871,0,0,0,0,0 +178872,0,0,0,0,0 +178873,0,0,0,0,0 +178874,0,0,0,0,0 +178875,0,0,0,0,0 +178876,0,0,0,0,0 +178877,0,0,0,0,0 +178878,0,0,0,0,0 +178879,0,0,0,0,0 +178880,0,0,0,0,0 +178881,0,0,0,0,0 +178882,0,0,0,0,0 +178883,0,0,0,0,0 +178884,0,0,0,0,0 +178885,0,0,0,0,0 +178886,0,0,0,0,0 +178887,0,0,0,0,0 +178888,0,0,0,0,0 +178889,0,0,0,0,0 +178890,0,0,0,0,0 +178891,0,0,0,0,0 +178892,0,0,0,0,0 +178893,0,0,0,0,0 +178894,0,0,0,0,0 +178895,0,0,0,0,0 +178896,0,0,0,0,0 +178897,0,0,0,0,0 +178898,0,0,0,0,0 +178899,0,0,0,0,0 +178900,0,0,0,0,0 +178901,0,0,0,0,0 +178902,0,0,0,0,0 +178903,0,0,0,0,0 +178904,0,0,0,0,0 +178905,0,0,0,0,0 +178906,0,0,0,0,0 +178907,0,0,0,0,0 +178908,0,0,0,0,0 +178909,0,0,0,0,0 +178910,0,0,0,0,0 +178911,0,0,0,0,0 +178912,0,0,0,0,0 +178913,0,0,0,0,0 +178914,0,0,0,0,0 +178915,0,0,0,0,0 +178916,0,0,0,0,0 +178917,0,0,0,0,0 +178918,0,0,0,0,0 +178919,0,0,0,0,0 +178920,0,0,0,0,0 +178921,0,0,0,0,0 +178922,0,0,0,0,0 +178923,0,0,0,0,0 +178924,0,0,0,0,0 +178925,0,0,0,0,0 +178926,0,0,0,0,0 +178927,0,0,0,0,0 +178928,0,0,0,0,0 +178929,0,0,0,0,0 +178930,0,0,0,0,0 +178931,0,0,0,0,0 +178932,0,0,0,0,0 +178933,0,0,0,0,0 +178934,0,0,0,0,0 +178935,0,0,0,0,0 +178936,0,0,0,0,0 +178937,0,0,0,0,0 +178938,0,0,0,0,0 +178939,0,0,0,0,0 +178940,0,0,0,0,0 +178941,0,0,0,0,0 +178942,0,0,0,0,0 +178943,0,0,0,0,0 +178944,0,0,0,0,0 +178945,0,0,0,0,0 +178946,0,0,0,0,0 +178947,0,0,0,0,0 +178948,0,0,0,0,0 +178949,0,0,0,0,0 +178950,0,0,0,0,0 +178951,0,0,0,0,0 +178952,0,0,0,0,0 +178953,0,0,0,0,0 +178954,0,0,0,0,0 +178955,0,0,0,0,0 +178956,0,0,0,0,0 +178957,0,0,0,0,0 +178958,0,0,0,0,0 +178959,0,0,0,0,0 +178960,0,0,0,0,0 +178961,0,0,0,0,0 +178962,0,0,0,0,0 +178963,0,0,0,0,0 +178964,0,0,0,0,0 +178965,0,0,0,0,0 +178966,0,0,0,0,0 +178967,0,0,0,0,0 +178968,0,0,0,0,0 +178969,0,0,0,0,0 +178970,0,0,0,0,0 +178971,0,0,0,0,0 +178972,0,0,0,0,0 +178973,0,0,0,0,0 +178974,0,0,0,0,0 +178975,0,0,0,0,0 +178976,0,0,0,0,0 +178977,0,0,0,0,0 +178978,0,0,0,0,0 +178979,0,0,0,0,0 +178980,0,0,0,0,0 +178981,-1394.411155,295.287107,630.624016,-594.3564706,-207.758527 +178982,-1430.325903,290.7824973,418.6702658,-583.2163309,-212.3927966 +178983,-1329.232293,283.3557619,127.3767942,-536.6691822,-174.73673 +178984,-1279.205295,237.7536799,387.1311988,-515.6729592,-171.1275089 +178985,-1275.090634,211.1477323,356.346842,-474.9140132,-191.2571435 +178986,-644.6258657,268.520871,383.5312175,-79.9218074,-203.8628101 +178987,-514.6427174,265.9299649,410.7440049,-312.0237755,-217.759375 +178988,-679.9191665,263.4202983,438.0354415,-231.6631394,-228.4495936 +178989,-579.8105075,261.2821316,465.3155422,-222.3645757,-236.9221949 +178990,-562.9424936,259.6441872,492.0134283,-216.9972458,-244.0385626 +178991,-550.5017843,258.4757145,519.0723682,-209.8471595,-250.4092668 +178992,-541.2808068,257.6875906,545.6326138,-204.954027,-256.35666 +178993,-523.9482951,257.194767,550.3236151,-197.4989635,-262.0697553 +178994,-515.2993307,256.934143,545.161219,-192.7509537,-267.6591012 +178995,-503.5110318,256.8617553,540.7664002,-187.6780103,-273.1879084 +178996,-491.0138842,256.9460279,537.1924868,-180.5391198,-278.6914551 +178997,-480.56022,257.1629453,534.3255656,-175.4052333,-284.1891049 +178998,-469.5897369,257.4935396,532.0191134,-170.6299952,-289.6898745 +178999,-458.097153,257.9226178,530.1515833,-164.34017,-295.1968054 +179000,-446.0981548,258.4380166,528.6341719,-159.7196385,-300.7093207 +179001,-436.6167501,259.0300101,527.4021648,-153.5492381,-306.2250116 +179002,-425.2085908,259.6908023,526.4061119,-149.1897884,-311.7405477 +179003,-400.571034,260.4141215,525.6065747,-137.5138946,-317.2522345 +179004,-389.574904,261.3613612,525.2866767,-133.3912765,-322.7555093 +179005,-378.1671255,262.4616532,525.2931938,-126.8442285,-328.2462165 +179006,-366.356286,263.6265742,525.4450514,-123.1479641,-333.7218707 +179007,-355.9151216,264.8126759,525.6483475,-119.3321509,-339.1803079 +179008,-346.0378056,266.0104259,525.8745757,-114.5881979,-344.6196508 +179009,-334.0015952,267.2234672,526.1216561,-110.1053061,-350.0380273 +179010,-324.4050272,268.4570531,526.392234,-106.3270919,-355.4338876 +179011,-316.4186754,269.7146582,526.6871241,-102.8574328,-360.805747 +179012,-306.2698591,270.93683,526.8981535,-98.86053552,-366.1527199 +179013,-297.8230565,272.0870509,526.9544393,-95.62999084,-371.4742242 +179014,-291.1585038,273.1598615,526.8488617,-92.31862438,-376.7699457 +179015,-280.2797245,274.1649292,526.5952849,-88.92359276,-382.0395747 +179016,-275.2824617,275.1146309,526.2149572,-85.89695377,-387.2830454 +179017,-263.9395476,276.0192213,525.7298783,-81.88660181,-392.5003291 +179018,-258.6465803,276.8862834,525.1500557,-79.64011951,-397.6916547 +179019,-248.9827484,277.7214747,524.4847826,-75.47494196,-402.8573062 +179020,-245.5474805,278.5292229,523.742812,-73.11532542,-407.9978016 +179021,-238.7888584,279.3131341,522.931592,-69.75294279,-413.1136069 +179022,-231.8959548,280.0761732,522.0571071,-66.32588793,-418.2053844 +179023,-225.9872576,280.8207875,521.1241722,-63.81225404,-423.2737875 +179024,-219.9726933,281.5489766,520.136704,-60.76120098,-428.3196722 +179025,-213.847251,282.2623772,519.0979628,-57.65563633,-433.3438294 +179026,-208.7432361,282.9623243,518.0106799,-54.50253041,-438.3471874 +179027,-201.2584485,283.6499164,516.8771722,-51.80733874,-443.3305582 +179028,-195.967981,284.3260436,515.6993733,-49.07176951,-448.2948989 +179029,-189.4404815,284.9914435,514.4789366,-46.04049007,-400.4370482 +179030,-183.9895,285.6467129,513.2172451,-43.22571065,-264.7388864 +179031,-178.4562435,286.2923383,511.9154699,-40.63384189,-343.2143702 +179032,-172.2477615,286.9652813,510.5734811,-37.23525925,-309.3563258 +179033,-166.5538761,287.6691318,509.2786267,-35.36455913,-303.0466248 +179034,-160.79081,288.3947716,508.0303703,-31.90117416,-295.4186247 +179035,-154.960213,289.134195,506.8078313,-29.71925944,-288.1677872 +179036,-149.6696968,289.8823906,505.5941206,-26.72531121,-282.108755 +179037,-143.7085372,290.6363079,504.3794492,-24.23638602,-276.1513976 +179038,-137.6883226,291.3937989,503.1582866,-21.46282596,-267.3761456 +179039,-132.844747,292.1531058,501.9268597,-18.93683926,-262.5200423 +179040,-126.7169993,292.9127,500.6820176,-16.12797617,-256.4103411 +179041,303.2609563,293.8006607,499.7056367,137.7475996,551.8116233 +179042,310.172877,303.0636188,517.2867766,141.710517,567.5083261 +179043,323.5176705,316.5706634,544.5696643,148.9252536,594.9823212 +179044,337.6904117,330.1044805,572.3493982,156.3996736,623.7972082 +179045,350.180133,805.0870942,596.6808821,162.8361929,649.6910146 +179046,360.5850703,665.742884,617.0789395,168.0722998,672.0534773 +179047,369.2561839,688.5129428,634.2400455,172.3375315,691.4522026 +179048,376.604266,732.0444541,648.914916,175.8793021,708.5045789 +179049,382.9155311,750.2426402,661.6260701,178.86755,723.6196228 +179050,388.3735189,768.260704,672.7114699,181.4104467,737.0550819 +179051,393.106629,785.2960332,682.4144355,183.5828645,748.524262 +179052,397.2175585,801.9743735,690.928464,185.4436629,758.2894454 +179053,400.7946258,818.7982453,698.4203992,187.042435,766.6745448 +179054,403.9145107,834.794973,705.0349044,188.4213466,773.9223201 +179055,406.6429604,850.4183142,984.8924434,189.6157953,780.1999262 +179056,409.0356852,866.4765246,1065.307368,190.6551374,785.631623 +179057,411.1396049,878.7696729,1000.692152,191.5635677,790.3199354 +179058,413.0882193,893.0528399,1061.088685,192.422835,794.354192 +179059,414.8817321,907.7621099,1082.748194,193.2274212,797.8125074 +179060,416.500375,922.1147841,1103.500371,193.9592904,800.762633 +179061,417.9429371,936.2724579,1122.979018,194.613279,803.2633871 +179062,419.2232463,949.952395,1142.679453,195.1947213,805.3659415 +179063,420.3598687,964.1600847,1160.672595,195.7125454,807.1147106 +179064,421.3701968,977.4560829,1178.57433,196.1752694,808.548253 +179065,422.2687602,990.8372577,1196.352038,196.5898281,809.6999762 +179066,423.0674596,1003.963482,1212.933262,196.9616945,810.5988383 +179067,423.776192,1016.893305,1229.246329,197.2952707,811.2699506 +179068,424.4033393,1029.590507,1245.073126,197.5941897,811.7351005 +179069,424.9560805,1048.857305,1260.301224,197.8614974,812.0132334 +179070,425.4405816,1064.351044,1275.127457,198.0997578,812.1208141 +179071,425.8621629,1080.166475,1290.925684,198.3111404,812.0722252 +179072,426.2493174,1095.71068,1306.537436,198.5130152,811.8801777 +179073,426.6213531,1111.007866,1321.833608,198.7169148,811.5559789 +179074,426.9847868,1126.188154,1336.791561,198.9261696,811.1094461 +179075,427.3393794,1141.060346,1351.404967,199.1398164,810.5491939 +179076,427.6829827,1155.701322,1365.231342,199.3557612,809.8827264 +179077,428.0136117,1170.230965,1379.833585,199.572122,809.1167241 +179078,428.329822,1184.455946,1393.10674,199.7874669,808.2570798 +179079,428.6305893,1198.453696,1406.447851,200.0007146,807.3091205 +179080,428.9151145,1215.857643,1419.288602,200.2109956,806.2775928 +179081,429.0914872,1231.039086,1432.044615,200.3513959,805.166587 +179082,429.192646,1244.707677,1444.41402,200.4437814,803.979871 +179083,431.1896077,1258.478916,1456.52726,201.3961841,806.222148 +179084,435.8463676,1272.134131,1468.28969,203.5617557,813.2461644 +179085,440.4046778,1285.28284,1479.933402,205.6873298,820.0341669 +179086,444.8359217,1298.469888,1491.017663,207.7595908,826.5404519 +179087,449.1435079,1311.48731,1502.106342,209.780071,832.7763329 +179088,453.3429625,1324.058614,1512.712228,211.7560018,838.7726555 +179089,457.4500529,1336.744784,1523.279996,213.6946649,844.5596866 +179090,461.4773327,1349.068006,1533.292749,215.6017286,850.1618976 +179091,465.4343737,1361.272969,1543.340507,217.481376,855.598748 +179092,469.3287194,1373.290958,1553.019661,219.3367925,860.8862905 +179093,473.1665933,1385.07975,1562.324383,221.1705301,866.038308 +179094,476.953257,1396.892029,1571.63652,222.9846944,871.0668149 +179095,480.6931954,1408.119433,1580.545792,224.7810408,875.9823521 +179096,484.3902258,1419.675138,1589.228179,226.5610306,880.7941386 +179097,488.0475969,1430.772488,1597.867146,228.3258794,885.5102556 +179098,491.6680724,1441.720182,1606.027629,230.076598,890.1377778 +179099,495.2540111,1452.616092,1614.142372,231.81403,894.6829269 +179100,498.8074308,1463.268103,1621.934184,233.5388817,899.1511758 +179101,502.2925697,1643.000598,2019.518608,235.2347042,903.4791884 +179102,512.7990749,1655.586188,2031.102717,240.0887066,921.0627483 +179103,526.8646638,1674.756097,2040.968759,246.495097,945.3809046 +179104,540.9395034,1675.509509,2050.163709,252.8358851,969.8730854 +179105,553.5515058,1701.706875,2059.14252,258.4599036,991.8435006 +179106,564.5655124,1692.872034,2067.415464,263.3302161,1011.018981 +179107,574.286364,1700.087979,2078.782157,318.9212737,1027.903518 +179108,583.0244507,1728.549079,2086.104141,404.942648,1043.008193 +179109,716.209027,1728.604789,2094.811761,375.9169009,1056.680037 +179110,897.0224273,1740.823144,2100.889117,393.0258355,1069.142574 +179111,791.2818606,1750.789399,2112.062041,405.4895714,1470.397142 +179112,849.9037453,1760.3305,2111.014003,414.4149207,1428.763386 +179113,867.5015347,1769.805092,2101.341707,422.9080208,1412.775953 +179114,884.0285141,1779.244441,2138.119606,431.4779812,1461.87226 +179115,899.7745703,1788.4386,2129.553569,439.7388222,1480.97605 +179116,915.9990512,1797.357974,2138.932619,447.8942291,1498.689648 +179117,931.2228084,1806.281979,2145.166938,455.8356375,1516.61921 +179118,946.4416089,1815.070086,2150.910031,463.9865504,1533.762791 +179119,961.6149904,1823.442689,2156.683698,471.4288727,1550.248155 +179120,976.5373912,1832.044984,2162.212348,479.3532745,1566.768777 +179121,990.4266964,1840.257204,2167.590299,486.7045591,1582.617651 +179122,1005.334008,1848.486258,2172.808484,494.2390626,1598.715012 +179123,1019.063272,1856.360441,2177.859865,501.5862207,1613.965468 +179124,1032.710286,1864.268018,2182.763157,508.5984775,1629.145481 +179125,1047.104117,1871.878685,2187.508391,515.9976868,1644.003523 +179126,1059.829352,1879.653221,2192.102471,522.9625212,1658.585383 +179127,1073.028341,1886.896163,2196.547239,529.6728945,1672.908201 +179128,1086.633764,1894.254921,2200.844856,536.7257116,1686.974158 +179129,1099.159859,1901.390579,2205.086714,543.4381451,1700.798941 +179130,1111.85604,1908.399798,2208.963079,550.026476,1714.348835 +179131,1123.553815,1914.95773,2211.588504,555.8969485,1727.749803 +179132,1134.732945,1921.091523,2213.898884,561.9702352,1740.844751 +179133,1146.466582,1927.153412,2215.842351,567.7344395,1753.715707 +179134,1157.300389,1933.198452,2217.714201,573.0968784,1766.453528 +179135,1168.235882,1938.913702,2220.1034,578.7188305,1778.913813 +179136,1178.937422,1944.553862,2220.611406,584.0807156,1791.157503 +179137,1189.468024,1950.123285,2224.033318,589.2119317,1803.303327 +179138,1199.831016,1955.328132,2219.039616,594.6625047,1815.127942 +179139,1210.033522,1960.582798,2236.584048,599.6463931,1826.520001 +179140,1219.745424,1965.620316,2208.227016,604.6924769,1838.577165 +179141,1230.178004,1970.530155,2232.986545,609.6262761,1849.663407 +179142,1239.656534,1975.304179,2230.985276,614.4763116,1860.843259 +179143,1249.32766,1979.939345,2215.668862,619.2461186,1871.908034 +179144,1258.78953,1984.441241,2249.450137,623.9371874,1882.707606 +179145,1268.492661,1988.808447,2197.972897,628.360128,1893.334488 +179146,1277.115361,1993.041066,2239.302552,633.2009106,1903.906509 +179147,1286.504008,1997.144541,2228.878941,637.5245706,1914.218973 +179148,1295.33391,2001.118595,2217.27657,641.9565437,1924.421438 +179149,1304.223295,2004.962016,2243.72945,646.2888676,1934.417378 +179150,1312.868917,2008.679273,2202.332008,650.5540202,1944.424127 +179151,1321.528577,2012.26971,2234.582334,654.7548813,1954.026767 +179152,1329.946574,2015.734902,2221.905118,658.8924682,1963.745622 +179153,1338.386959,2019.076171,2222.410605,662.9690494,1973.222543 +179154,1346.220005,2022.294437,2220.538957,666.9858468,1976.922432 +179155,1355.044978,2025.391336,2222.067841,670.945217,1984.239005 +179156,1362.752771,2028.367271,2218.170492,674.8475725,1990.222375 +179157,1370.858224,2031.31655,2218.879393,678.6948339,1996.594992 +179158,1378.658826,2033.919131,2216.952609,682.4878793,2002.746321 +179159,1386.512336,2036.602911,2215.731955,686.0120642,2008.979499 +179160,1394.124223,2039.091479,2214.332106,690.0358796,2014.886791 +179161,1408.277939,2044.29891,2218.996274,696.2012322,2032.060017 +179162,1416.772731,2047.176059,2218.632894,700.3955089,2039.61749 +179163,1424.929352,2049.604521,2217.748036,704.2935815,2046.585212 +179164,1432.877965,2052.070973,2216.657353,708.063849,2053.127874 +179165,1440.560146,2054.17121,2215.409801,711.747013,2059.692626 +179166,1448.210592,2056.20464,2214.047344,715.6029225,2065.923535 +179167,1455.75317,2058.091942,2212.598295,718.7852859,2072.073255 +179168,1463.086131,2059.853534,2211.078976,722.4606948,2078.04322 +179169,1470.429199,2061.494729,2209.501183,725.8932422,2084.04231 +179170,1477.688182,2063.017698,2207.781159,729.253195,2089.872521 +179171,1484.751165,2064.424847,2206.236605,732.6232777,2095.52156 +179172,1491.83702,2065.717212,2204.454873,735.951617,2101.194108 +179173,1498.850274,2066.896543,2202.712352,739.1767572,2106.678029 +179174,1505.667707,2067.96351,2200.923191,742.4160618,2112.221895 +179175,1512.52113,2068.91956,2199.104683,745.5918797,2117.561237 +179176,1519.255449,2069.765181,2197.260004,748.7562523,2122.868765 +179177,1525.97518,2070.501632,2195.393667,751.8179308,2128.091457 +179178,1532.496784,2071.129255,2193.508066,754.8973014,2133.237118 +179179,1539.062248,2071.649205,2191.607513,757.9432904,2138.310314 +179180,1545.514318,2072.157645,2189.69478,760.8894311,2143.309996 +179181,1551.958693,2072.325346,2187.855677,763.5964867,2148.241194 +179182,1558.209466,2072.591698,2185.856571,766.9420538,2153.102156 +179183,1564.510672,2072.672743,2184.00168,769.5836286,2157.839765 +179184,1570.75696,2072.663026,2182.005369,772.4962768,2162.658264 +179185,1576.731083,2072.531082,2180.115201,775.2350282,2167.139935 +179186,1582.916364,2072.328478,2178.163754,778.0584273,2171.93005 +179187,1588.907394,2071.992476,2176.291466,780.724991,2176.247726 +179188,1594.852232,2071.5849,2174.450435,783.564251,2180.838283 +179189,1600.723667,2070.948752,2172.551531,786.0947474,2185.208675 +179190,1606.632654,2070.480449,2170.732267,788.8823092,2192.808591 +179191,1612.081826,2069.223883,2168.333182,791.2201714,2193.453121 +179192,1617.325404,2067.967429,2166.038294,793.5216034,2202.839574 +179193,1622.617068,2066.313075,2163.784985,795.8520005,2200.03201 +179194,1627.842843,2064.731969,2161.302179,798.1455005,2214.715998 +179195,1632.861495,2062.941411,2159.031838,800.3309923,2203.713492 +179196,1637.945356,2061.041363,2156.704841,802.5458023,2205.655352 +179197,1642.911326,2059.020135,2154.417046,804.6988605,2225.168515 +179198,1647.287784,2056.881468,2152.162874,806.8513778,2220.418141 +179199,1652.963513,2054.626824,2149.945131,808.8964133,2226.248076 +179200,1657.357549,2052.25754,2147.782993,810.9746671,2230.198021 +179201,1662.118415,2049.776126,2146.603821,813.0261352,2233.825165 +179202,1666.888644,2047.183888,2145.428262,814.9727652,2237.713306 +179203,1671.525275,2044.482759,2144.456013,816.9591742,2241.416685 +179204,1675.947004,2041.673755,2143.578337,818.8882724,2244.973413 +179205,1680.597591,2038.759148,2142.802059,820.8257025,2248.628447 +179206,1685.00057,2035.739309,2142.125508,822.6544622,2252.111906 +179207,1689.718062,2032.616395,2141.540847,824.5274346,2255.795603 +179208,1694.188529,2029.39134,2140.996156,826.3453602,2259.117596 +179209,1698.583243,2025.965106,2140.558688,828.142111,2262.610231 +179210,1702.923494,2022.684283,2139.907815,829.9453404,2265.990859 +179211,1707.016598,2019.091389,2140.870522,831.6428816,2269.404914 +179212,1711.474746,2015.484486,2137.92763,833.3866775,2272.541297 +179213,1715.553947,2011.76803,2144.279676,835.0791786,2275.969069 +179214,1719.700217,2007.956229,2128.899016,836.7531272,2279.140884 +179215,1723.806991,2004.051465,2141.941418,838.4371473,2282.417889 +179216,1727.984711,2000.054119,2150.285873,840.0178319,2285.471992 +179217,1731.85231,1995.965755,2115.003705,841.6493986,2288.651755 +179218,1735.745004,1991.785932,2146.172425,843.2296863,2291.726628 +179219,1739.851884,1987.517533,2133.420151,844.7940306,2294.714609 +179220,1743.600973,1983.161204,2134.743133,846.3746198,2297.915956 +179221,1629.901058,1925.128189,2017.075481,794.4586538,2087.813222 +179222,1631.205347,1919.051374,2013.678062,794.8814362,2087.922411 +179223,1633.726522,1913.915066,2011.679775,795.5194128,2088.955774 +179224,1635.219697,1908.439184,2009.538606,796.3071518,2090.028609 +179225,1637.876648,1902.881681,2007.912159,797.1600071,2091.442171 +179226,1640.287491,1897.696886,2005.891484,797.9638182,2092.958645 +179227,1642.658621,1891.851443,2004.376358,798.8752431,2094.415499 +179228,1645.101385,1886.549276,2002.728,799.7180425,2096.032966 +179229,1647.532204,1880.796112,2000.996361,800.5861099,2097.633194 +179230,1649.956594,1875.091308,1999.450531,801.4447862,2099.258104 +179231,1652.368272,1869.491745,1997.858058,802.2986151,2100.895844 +179232,1651.172035,1857.996017,2001.064615,805.1712405,2102.545265 +179233,1652.819836,1851.256414,2000.200581,806.3130635,2104.197653 +179234,1654.831167,1844.824786,1999.023836,807.3147507,2105.855284 +179235,1656.921854,1838.530203,1997.778935,808.2978557,2107.516053 +179236,1659.047162,1832.182203,1996.510123,809.1807643,2109.181161 +179237,1661.179516,1825.760506,1995.151131,810.108363,2110.845208 +179238,1663.309318,1819.49974,1993.981586,810.9944268,2112.453083 +179239,1665.440396,1812.796101,1992.647332,811.8716221,2114.201854 +179240,1667.562511,1806.547597,1991.382125,812.7355988,2115.820682 +179241,1669.675182,1799.894574,1990.110649,813.5881996,2117.487175 +179242,1671.78395,1793.403139,1988.849052,814.429759,2119.143136 +179243,1673.881994,1786.73131,1987.594051,815.260291,2120.793969 +179244,1676.026431,1779.987539,1986.345938,816.0805045,2122.439369 +179245,1678.020595,1773.487493,1985.111029,816.8912521,2124.083753 +179246,1680.131858,1766.580425,1983.883765,817.6916647,2125.7195 +179247,1682.180387,1759.863094,1982.665837,818.4830699,2127.351078 +179248,1684.231964,1752.948585,1981.461832,819.2655424,2128.978139 +179249,1686.271709,1746.193618,1980.267683,820.0388858,2130.598062 +179250,1688.298114,1739.23276,1979.083219,820.8036196,2132.210479 +179251,1690.59414,1732.519916,1978.480711,821.8343786,2133.820366 +179252,1692.933872,1725.803281,1978.003129,822.8299865,2135.421712 +179253,1695.285661,1719.071124,1977.590254,823.9086722,2137.018137 +179254,1697.648236,1712.325967,1977.230368,824.9712788,2138.609064 +179255,1700.007017,1705.559343,1976.908974,826.0449172,2140.13652 +179256,1702.370951,1725.20482,1976.629949,827.1241964,2141.856771 +179257,1704.727937,1653.960188,1976.383365,828.2073219,2143.30042 +179258,1707.087269,1703.456408,1976.17463,829.2941362,2144.916636 +179259,1709.499174,1683.655814,1975.995744,830.3837221,2146.467163 +179260,1711.15437,1657.781546,1975.853144,831.4764653,2148.022361 +179261,1714.455278,1678.362615,1975.738048,832.571076,2149.57118 +179262,1716.349197,1645.58712,1975.657382,833.6681763,2151.11641 +179263,1718.780824,1655.817915,1975.602629,834.7665895,2152.655612 +179264,1721.11433,1642.613449,1975.580893,835.8670403,2154.191539 +179265,1723.440716,1636.808914,1975.583905,836.9991146,2155.721873 +179266,1731.458109,1633.975657,1972.346688,836.6494883,2157.250314 +179267,1734.600579,1627.858275,1971.769193,837.5049547,2158.777637 +179268,1737.571398,1621.241621,1971.583213,838.4785579,2160.299681 +179269,1740.306754,1614.564852,1971.517971,839.4974584,2161.816532 +179270,1743.048807,1607.836834,1971.526865,840.5369899,2163.330993 +179271,1745.813125,1601.14337,1971.581795,841.5875524,2164.840986 +179272,1748.396852,1594.24764,1971.682058,842.6470743,2166.349309 +179273,1751.103248,1587.406416,1971.815602,843.7122014,2167.853733 +179274,1753.739364,1580.659614,1971.987858,844.7834737,2169.356816 +179275,1756.370906,1573.75776,1972.189396,845.8586738,2170.856105 +179276,1758.990683,1566.969885,1972.426872,846.9389494,2172.296458 +179277,1761.534738,1559.99308,1972.691501,848.0223473,2173.879243 +179278,1764.226522,1553.1504,1972.990302,849.1102303,2175.328564 +179279,1766.766119,1546.242831,1973.314739,850.2007166,2176.826756 +179280,1769.351274,1539.339025,1973.671964,851.2952773,2178.313043 +179281,1531.435125,1422.160481,1746.7583,743.0700282,1743.052855 +179282,1527.492078,1412.449535,1707.111395,741.6479896,1737.094703 +179283,1526.737706,1403.68219,1749.312965,740.9334281,1733.774225 +179284,1526.305804,1395.096306,1697.500388,740.6148594,1731.058666 +179285,1526.25229,1386.77714,1742.712178,740.4779934,1728.87944 +179286,1526.511541,1378.755139,1697.537957,740.4705529,1726.995272 +179287,1526.990338,1370.572318,1733.568876,740.5507549,1725.333381 +179288,1527.46732,1362.637121,1700.636994,740.694573,1723.878257 +179289,1528.149946,1354.706495,1724.283189,740.8869401,1722.579089 +179290,1528.863617,1346.838134,1704.490193,741.1191508,1721.404626 +179291,1529.648347,1339.0156,1715.779587,741.3858215,1720.334748 +179292,1530.489772,1331.242136,1708.176517,741.6834786,1719.35595 +179293,1531.382509,1323.570204,1710.302911,742.0096538,1718.45829 +179294,1532.322854,1315.804709,1708.537466,742.3624678,1717.633949 +179295,1533.307985,1308.145784,1707.927508,742.7405163,1716.877014 +179296,1534.335664,1300.675592,1707.227973,743.1426011,1716.182302 +179297,1535.404438,1293.00839,1706.594378,743.5678354,1715.546018 +179298,1536.512604,1285.547497,1706.026493,744.0153493,1714.931089 +179299,1537.659409,1278.134325,1705.522859,744.4845048,1714.451955 +179300,1538.843908,1270.590497,1705.081673,744.9746119,1713.946753 +179301,1540.065506,1263.338389,1704.701578,745.485165,1713.517697 +179302,1541.323536,1258.461298,1704.381004,746.0155717,1713.127873 +179303,1542.617885,1253.124132,1704.118796,746.5654102,1712.780471 +179304,1543.948085,1247.519813,1703.91355,747.1341568,1712.473419 +179305,1545.314355,1242.129582,1703.764251,747.7214459,1712.205346 +179306,1546.716638,1236.665291,1703.669606,748.3528313,1711.974289 +179307,1548.155262,1231.428552,1703.628711,748.9372767,1711.779114 +179308,1549.630569,1225.986557,1703.640379,749.5960992,1711.618075 +179309,1551.143307,1220.741761,1703.703782,750.2495526,1711.490205 +179310,1552.694097,1215.989506,1703.817802,750.923434,1711.393904 +179311,1554.603773,1210.199207,1704.218737,751.715252,1711.32836 +179312,1556.482758,1205.495401,1704.720223,752.5452861,1711.292908 +179313,1558.538718,1200.550223,1705.294739,753.4022719,1711.286773 +179314,1560.596972,1195.614125,1705.933912,754.2829257,1711.308633 +179315,1562.704956,1190.771564,1706.633996,755.1856862,1711.357886 +179316,1564.852164,1185.971095,1707.3924,756.1094708,1711.433389 +179317,1567.036489,1181.220476,1708.207451,757.0535913,1711.534734 +179318,1569.256226,1176.471637,1709.0775,758.0173853,1711.660965 +179319,1571.510184,1171.895028,1710.001374,759.0003937,1711.811822 +179320,1573.79702,1167.266984,1710.977727,760.0285487,1711.986466 +179321,1576.115768,1162.821864,1712.00557,761.0091828,1712.18468 +179322,1578.465266,1158.260507,1713.08371,762.0657975,1712.405688 +179323,1580.844661,1153.911547,1714.729355,763.1171502,1712.649262 +179324,1583.306187,1149.419349,1715.403648,764.1894719,1712.914669 +179325,1585.662255,1145.253065,1717.411618,765.2786883,1713.201697 +179326,1588.164025,1140.901137,1717.674522,766.1168627,1713.509627 +179327,1590.645858,1136.79345,1720.499321,767.6409141,1713.838249 +179328,1593.161137,1132.693187,1719.865792,768.5839571,1714.186902 +179329,1595.701697,1128.644642,1724.252447,769.7811371,1714.555398 +179330,1598.266484,1124.659872,1721.505411,770.9770864,1714.943081 +179331,1600.854941,1120.697081,1729.185893,772.1201627,1715.349731 +179332,1603.466376,1116.919271,1721.871902,773.3381982,1715.77477 +179333,1606.100242,1113.11569,1736.4004,774.5464376,1716.217955 +179334,1608.755946,1109.426204,1719.332343,775.7731432,1716.678809 +179335,1611.488327,1105.807837,1748.284355,777.0136696,1717.189923 +179336,1614.10252,1102.268972,1711.698605,778.2678152,1717.634578 +179337,1616.860212,1098.811835,1744.686144,779.5353246,1718.170394 +179338,1619.589549,1095.393609,1748.361502,780.8159772,1718.693407 +179339,1622.346379,1092.172252,1719.137347,782.1096642,1719.2376 +179340,1625.122056,1088.942606,1747.037242,783.443829,1719.797051 +179341,1863.395593,1192.709044,1977.304526,891.9739726,2145.762936 +179342,1872.301551,1190.283741,1984.781517,895.3174837,2152.268023 +179343,1878.108647,1189.217134,1990.694916,898.5609435,2156.790047 +179344,1884.3704,1188.395488,1995.856061,901.4239344,2160.984993 +179345,1889.896911,1187.353455,2000.813357,904.336825,2164.650223 +179346,1895.607374,1186.513212,2005.416177,907.7167311,2167.997781 +179347,1900.842785,1185.491017,2010.094569,911.2874701,2171.134622 +179348,1906.365035,1184.69884,2014.569936,914.9132532,2174.126019 +179349,1911.403729,1183.740095,2019.213239,918.6280562,2177.011386 +179350,1916.94021,1183.019407,2023.661286,922.4615637,2179.754348 +179351,1921.925057,1182.13394,2028.160245,926.2898013,2182.57399 +179352,1927.377322,1181.487721,2032.635514,930.2786551,2185.20153 +179353,1932.253684,1180.626597,2037.180292,934.3184997,2187.829076 +179354,1937.630049,1180.124003,2041.521822,938.4443477,2190.400115 +179355,1942.488837,1179.347312,2046.036094,942.6869227,2192.929283 +179356,1947.886691,1178.849691,2050.478361,946.9179198,2195.419501 +179357,1952.741838,1178.173482,2054.931625,951.3087284,2197.87485 +179358,1958.008893,1177.734326,2059.385026,955.7460649,2200.356011 +179359,1962.887317,1177.121037,2063.839447,960.2666226,2202.657888 +179360,1968.114602,1176.74434,2068.214946,964.9016359,2205.065851 +179361,1972.965664,1176.191343,2072.794863,969.5206795,2207.394838 +179362,1978.167218,1175.874515,2077.276517,974.2990443,2209.70841 +179363,1982.993446,1175.379514,2081.632982,979.1214951,2211.999607 +179364,1988.171775,1175.120469,2086.159477,984.0256432,2214.269241 +179365,1992.97512,1174.681626,2090.620085,989.0437575,2216.519122 +179366,1998.131704,1174.4787,2098.762006,994.0433704,2218.750043 +179367,2002.913718,1174.094558,2096.4105,999.2031733,2220.904538 +179368,2008.049932,1173.946389,2116.458567,1004.405948,2223.192107 +179369,2012.811793,1173.615763,2089.927596,1009.730166,2225.329571 +179370,2017.851961,1173.521222,2122.233697,1014.632911,2227.505242 +179371,2021.302505,1172.430009,2113.29645,1019.706804,2229.860801 +179372,2024.516254,1171.262653,2117.417954,1023.743323,2232.60939 +179373,2027.736574,1170.054993,2119.455906,1028.107601,2233.746851 +179374,2030.881175,1168.811363,2121.319798,1032.35524,2237.319393 +179375,2033.965448,1167.537237,2123.082704,1036.737526,2237.409924 +179376,2037.071129,1166.236448,2124.745167,1040.92681,2242.380544 +179377,2039.929037,1164.912091,2126.314796,1045.243913,2240.381574 +179378,2043.002799,1163.566194,2127.796479,1049.481331,2248.249179 +179379,2045.800459,1162.200706,2129.111229,1053.833609,2242.032889 +179380,2048.704736,1160.816839,2130.554659,1058.100149,2255.835752 +179381,2051.416934,1159.416045,2131.736565,1062.452524,2241.04067 +179382,2054.23424,1157.998984,2132.916494,1066.658151,2267.025746 +179383,2056.776108,1156.5674,2134.013186,1071.072761,2234.784142 +179384,2035.156659,1143.933326,2110.565056,1064.231025,2241.595155 +179385,2049.578198,1147.732313,2123.556537,1073.788407,2203.161083 +179386,2070.022688,1154.261812,2142.159699,1086.120251,2287.60691 +179387,2060.24405,1147.372767,2130.781235,1085.099916,2247.116784 +179388,2066.125192,1147.286918,2134.745678,1090.825201,2258.42532 +179389,2068.135274,1145.683982,2135.415281,1095.233053,2260.374753 +179390,2071.068175,1144.313188,2136.081863,1099.606127,2262.243272 +179391,2073.223024,1142.747263,2138.30481,1104.036807,2263.851987 +179392,2075.248617,1140.566407,2145.205627,1108.319266,2265.607883 +179393,2078.292326,1140.062786,2127.380845,1113.004819,2267.567445 +179394,2080.024354,1137.947305,2139.536946,1117.191353,2268.996831 +179395,2082.287427,1136.444282,2139.469704,1121.735402,2270.611901 +179396,2084.456866,1134.882517,2138.243437,1126.07016,2272.332206 +179397,2086.649582,1133.381069,2139.044214,1130.601975,2273.939061 +179398,2088.77624,1131.686054,2139.15865,1135.019314,2275.342533 +179399,2090.696051,1130.126086,2139.370554,1139.486139,2277.060313 +179400,2092.673804,1128.452461,2139.538039,1143.949538,2278.586093 +179401,2141.346238,1149.562611,2185.93217,1170.975111,2361.868678 +179402,2143.00372,1147.902987,2198.958305,1175.531646,2364.825001 +179403,2148.383606,1148.335545,2180.944779,1181.891263,2371.832165 +179404,2149.056654,1146.09127,2187.544643,1185.838789,2380.63127 +179405,2150.515331,1144.321645,2200.693255,1190.220689,2380.52974 +179406,2154.007095,1143.968249,2183.843446,1196.040116,2365.850422 +179407,2153.491839,1140.913895,2188.915952,1199.261087,2391.673571 +179408,2155.855835,1140.041801,2188.20663,1204.46736,2384.422287 +179409,2157.123578,1138.217813,2187.14458,1210.219244,2389.126588 +179410,2158.11973,1136.389867,2186.302142,1219.117439,2391.37824 +179411,2159.575003,1134.756358,2185.395657,1216.765487,2394.386433 +179412,2160.186358,1132.823141,2184.455676,1231.78733,2396.448103 +179413,2161.562505,1131.25312,2183.380501,1221.801625,2399.15343 +179414,2162.558307,1129.343649,2182.519558,1218.177331,2401.297889 +179415,2162.513221,1127.135781,2180.509063,1244.02339,2416.36689 +179416,2164.435211,1125.873842,2180.213579,1237.680459,2386.097928 +179417,2164.325614,1123.532548,2178.281188,1243.982163,2417.402213 +179418,2165.265123,1121.747817,2176.91267,1248.478067,2407.914053 +179419,2165.240386,1119.581068,2179.7679,1252.508852,2411.478713 +179420,2167.085828,1118.349946,2167.855082,1257.79354,2415.031747 +179421,2165.990612,1115.542009,2179.109543,1260.975305,2415.300874 +179422,2167.262829,1114.066293,2168.714844,1265.954639,2418.196766 +179423,2167.158079,1111.840095,2168.993706,1269.762331,2426.759811 +179424,2167.677896,1109.978291,2167.757062,1274.332067,2410.9755 +179425,2167.576883,1107.788478,2165.285182,1278.373877,2428.595695 +179426,2167.778411,1105.784422,2163.453334,1282.51348,2424.002684 +179427,2167.854912,1103.726519,2161.526275,1286.747718,2426.761625 +179428,2167.777406,1101.601431,2159.351225,1290.758135,2428.550334 +179429,2167.722503,1099.504919,2157.277909,1295.062707,2430.120973 +179430,2167.504784,1097.335387,2155.002016,1298.927683,2433.997995 +179431,2167.458728,1095.152095,2153.266686,1303.39551,2432.269342 +179432,2162.928636,1090.775306,2150.433457,1305.035647,2439.50517 +179433,2238.614845,1124.067754,2212.811947,1346.970956,2542.7209 +179434,2078.101713,1048.876188,2059.40518,1277.206368,2269.682553 +179435,2268.454826,1132.207311,2245.981906,1366.690382,2640.722524 +179436,2074.502139,1043.616786,2044.695893,1286.058706,2245.728456 +179437,2270.817848,1129.355939,2250.490923,1377.71628,2640.560859 +179438,2073.04943,1038.717002,2030.818229,1294.423407,2248.71644 +179439,2272.134276,1126.015749,2255.78996,1388.155321,2646.147616 +179440,2073.156475,1034.704178,2016.004003,1304.137486,2244.729433 +179441,2272.699676,1122.239813,2263.251281,1398.051023,2655.97237 +179442,2073.62633,1030.856158,2009.144484,1314.235975,2242.210267 +179443,2272.635004,1118.320733,2257.86158,1407.664145,2661.251683 +179444,2073.500315,1026.872814,2003.4312,1324.091274,2243.116628 +179445,2273.429505,1114.759981,2257.464721,1418.06254,2664.318774 +179446,2074.000602,1025.646929,2003.955561,1331.889353,2244.890627 +179447,2274.804235,1114.5535,2261.765111,1425.972799,2666.692828 +179448,2074.387597,1022.632394,2002.132259,1341.322375,2246.972853 +179449,2274.992675,1111.153868,2258.546822,1435.830084,2668.706807 +179450,2074.557237,1019.12863,1998.053184,1351.135072,2250.041259 +179451,2275.094987,1107.590444,2255.230044,1445.741657,2669.118806 +179452,2074.485437,1015.452002,1993.684767,1361.026031,2256.487733 +179453,2275.130824,1103.975547,2251.495751,1455.771089,2665.107461 +179454,2074.225904,1011.67576,1989.171088,1371.000902,2267.901401 +179455,2275.067452,1100.313368,2247.506536,1465.74991,2656.049047 +179456,2073.807984,1007.877663,1984.44847,1380.962247,2262.836656 +179457,2274.886365,1096.524176,2243.358386,1475.877673,2674.618897 +179458,2073.513415,1004.143904,1979.599245,1391.009099,2270.225086 +179459,2204.989155,1060.818827,2170.535512,1452.032705,2542.905214 +179460,2172.848455,1045.309376,2088.589299,1448.381124,2438.71912 +179461,2094.271371,1009.40898,2013.9092,1416.918083,2333.766442 +179462,2092.840746,1006.576978,2028.078779,1420.972752,2319.115642 +179463,2093.291526,1005.072905,2015.786623,1426.622155,2323.281816 +179464,2093.689052,1003.345781,2016.168228,1432.254688,2324.408358 +179465,2092.767387,1001.118948,2013.09987,1436.941438,2324.414878 +179466,2092.807328,999.2147258,2017.938109,1442.189884,2325.112083 +179467,2092.089383,996.9910062,1997.243984,1446.947818,2325.21981 +179468,2091.875086,995.1690375,2010.415628,1452.262237,2325.908783 +179469,2091.40864,992.9391831,2001.42988,1457.225051,2326.385706 +179470,2090.931289,991.0373772,1999.900764,1462.354707,2326.866422 +179471,2090.549228,988.9490636,1997.0222,1467.355903,2327.264729 +179472,2090.011024,986.8294984,1994.235055,1472.43339,2327.825472 +179473,2089.490233,984.7760206,1991.261078,1477.469145,2328.114014 +179474,2088.926034,983.0985725,1988.489123,1482.498867,2328.587376 +179475,2088.415573,980.3767708,1985.47252,1491.737073,2328.929093 +179476,2087.602204,978.5204893,1999.601599,1497.546576,2329.30325 +179477,2087.238366,976.4507159,1953.99277,1505.770752,2329.862936 +179478,2085.547122,973.8710209,1988.056366,1512.183396,2348.798108 +179479,2086.638366,972.5322107,1971.55618,1520.932107,2301.467047 +179480,2084.446762,969.7005648,1969.669296,1526.980419,2344.823349 +179481,2083.523647,970.9206608,1974.51805,1528.659047,2344.622646 +179482,2083.167572,969.6149426,1973.158031,1535.04011,2305.809325 +179483,2081.875392,967.5149593,1970.199862,1542.92469,2344.017862 +179484,2081.181189,965.6226995,1967.570303,1554.789405,2348.75839 +179485,2081.093876,963.9473101,1965.37869,1550.691885,2302.3989 +179486,2079.516142,961.6384146,1961.707039,1558.328531,2346.798412 +179487,2078.946402,959.7064367,1959.118356,1572.086465,2329.67412 +179488,2078.242396,957.742448,1956.167092,1574.900995,2332.947501 +179489,2077.158126,955.5823286,1952.928395,1582.586236,2333.146623 +179490,2076.283138,953.5184777,1949.831103,1589.513639,2333.399346 +179491,2076.482413,951.9632184,1947.941453,1597.446001,2333.59644 +179492,2076.807871,950.5361782,1946.328448,1605.566605,2333.785348 +179493,2077.215546,949.1647164,1944.823358,1613.886015,2333.975063 +179494,2077.768807,947.8235222,1943.370317,1622.06698,2334.145257 +179495,2078.126189,946.5156436,1941.97203,1630.532831,2334.232868 +179496,2078.73119,945.2249192,1940.597449,1638.974177,2334.512794 +179497,2079.197081,943.9616805,1939.26531,1647.507624,2334.603367 +179498,2079.860138,942.6716687,1937.875836,1660.16531,2334.666768 +179499,2080.527686,941.4919641,1936.681281,1671.933849,2334.984297 +179500,2081.240846,940.2978677,1935.449474,1673.687769,2335.010176 +179501,2082.061297,939.1655162,1934.321331,1667.795185,2335.313599 +179502,2082.454923,937.8361137,1932.822711,1699.793896,2335.09851 +179503,2083.53424,936.7843119,1931.828499,1697.562154,2335.442319 +179504,2083.952874,935.5450027,1930.567502,1721.594065,2335.360873 +179505,2085.208937,934.5944143,1929.604092,1702.251438,2335.847286 +179506,2085.7568,933.3591969,1928.212515,1731.167706,2335.78955 +179507,2086.239008,932.1789746,1926.987155,1750.176561,2335.514402 +179508,2088.076533,931.4009028,1926.50822,1723.96658,2336.395 +179509,2088.013721,929.9032266,1924.584062,1772.65848,2335.672961 +179510,2089.403993,929.1134079,1924.027701,1764.801531,2336.324194 +179511,2090.470641,928.0881666,1923.00412,1762.705411,2336.502302 +179512,2090.71662,926.7254746,1925.700019,1793.296459,2336.033444 +179513,2092.515232,926.117985,1915.389655,1788.062111,2336.913228 +179514,2093.509114,924.9764186,1921.908387,1802.052146,2336.828553 +179515,2093.933164,923.3453063,1918.31046,1810.169533,2336.583821 +179516,2095.059995,923.0746527,1917.352461,1819.344682,2336.708466 +179517,2096.602295,921.8631578,1916.690815,1828.965284,2337.211205 +179518,2097.101509,920.8017824,1915.573595,1842.852719,2337.041828 +179519,2098.721366,920.01786,1914.829926,1845.277794,2341.076274 +179520,2099.662362,918.9348632,1913.555681,1857.4045,2338.421016 +179521,1953.571912,855.1656151,1764.736109,1805.952316,2050.074869 +179522,1946.750458,850.0040792,1756.976079,1811.119073,2054.144433 +179523,1945.006582,848.053006,1753.364104,1800.587499,2046.377509 +179524,1948.069476,848.0652959,1754.1218,1847.995241,2049.131211 +179525,1947.517884,846.3314269,1751.598064,1812.981717,2047.554794 +179526,1948.047054,845.321256,1750.222966,1853.123972,2047.184276 +179527,1949.188692,844.260861,1749.100225,1851.3483,2047.061814 +179528,1948.916541,842.8740801,1747.065108,1862.042235,2045.962075 +179529,1949.26894,841.6865155,1745.444976,1870.952303,2065.63785 +179530,1951.420884,841.1229084,1745.119516,1881.851412,2015.228389 +179531,1949.94671,839.2603686,1742.170257,1888.974871,2079.796469 +179532,1952.504505,838.9762277,1742.288309,1900.482384,2010.547757 +179533,1951.909779,837.3153776,1739.791392,1908.470008,2073.162492 +179534,1952.691639,836.4740636,1738.824859,1918.019788,2019.309461 +179535,1953.653764,835.4850151,1737.646896,1928.044485,2059.831449 +179536,1953.594314,834.1977897,1735.792735,1947.149471,2032.079685 +179537,1954.766803,833.3639589,1734.780111,1931.216956,2047.330035 +179538,1954.586226,832.0293136,1732.8295,1982.629481,2041.381001 +179539,1956.680593,831.6155541,1732.723516,1935.630035,2043.182668 +179540,1955.846414,830.0163232,1730.252475,2003.647849,2041.807953 +179541,1957.370053,829.3765407,1729.624834,1968.583628,2042.278512 +179542,1957.539132,828.2238837,1728.031724,2006.115758,2041.75593 +179543,1958.173787,827.5938066,1726.775738,2000.560698,2041.594189 +179544,1958.524328,822.8008672,1717.67745,2022.946214,2041.36994 +179545,1958.89877,821.5356219,1715.165433,2032.800959,2041.195809 +179546,1959.498997,820.3345038,1713.466042,2043.345607,2041.218044 +179547,1959.974246,819.0583503,1711.652051,2053.454193,2040.872756 +179548,1960.34025,817.9089362,1709.95381,2069.211011,2041.571228 +179549,1961.274935,816.5797255,1708.584513,2071.191812,2041.658334 +179550,1961.565902,815.9038675,1706.896802,2084.503153,2041.057412 +179551,1961.313346,814.3356819,1704.771401,2092.354206,2041.969145 +179552,1960.971497,813.057357,1702.688531,2100.089756,2040.594818 +179553,1960.292579,811.6090884,1700.196757,2107.72998,2042.390189 +179554,1959.605413,810.210368,1697.946414,2115.457743,2039.689666 +179555,1959.098144,808.7782241,1695.498772,2122.581152,2043.471738 +179556,1957.678879,807.1857575,1692.866484,2134.683519,2037.477838 +179557,1958.167017,806.2022642,1691.374465,2135.640056,2047.224018 +179558,1956.347418,804.3926807,1688.249898,2144.526638,2032.104872 +179559,1956.096103,803.2119414,1686.335362,2151.657046,2033.323825 +179560,1953.643444,801.143001,1682.749063,2161.27328,2044.058714 +179561,1954.712519,800.5669054,1681.960717,2163.420986,2038.506209 +179562,1952.445332,798.550576,1678.463133,2170.354081,2038.982785 +179563,1951.487476,797.1669119,1676.13264,2181.858903,2039.073314 +179564,1950.756465,795.851011,1673.947083,2181.787023,2039.28324 +179565,1949.256005,794.2453006,1671.26818,2192.517449,2038.896441 +179566,1948.142282,792.8088203,1668.725849,2197.68504,2038.862858 +179567,1947.126332,791.4216372,1666.371717,2202.43325,2038.869131 +179568,1945.625073,789.8582349,1663.77164,2205.971921,2038.682934 +179569,1944.372118,788.4016461,1661.240487,2206.524971,2038.57 +179570,1943.038582,786.9270651,1658.726678,2206.491922,2038.483033 +179571,1941.489208,785.3443596,1655.985535,2207.627924,2038.23449 +179572,1940.050644,783.9024193,1653.521818,2209.75328,2038.107558 +179573,1938.535058,782.3675864,1650.864378,2212.403376,2037.944855 +179574,1936.982533,780.8599246,1648.257329,2215.321274,2037.778892 +179575,1935.300793,779.3432049,1645.628163,2218.369045,2037.607017 +179576,1933.793036,777.8199518,1642.98134,2221.47999,2037.422841 +179577,1932.058096,776.2961498,1640.328722,2224.631366,2037.239014 +179578,1930.353147,774.732818,1637.658966,2227.815122,2037.042295 +179579,1928.592848,773.2456512,1634.904871,2231.021054,2036.836687 +179580,1926.79362,771.6837073,1632.312053,2234.237173,2036.624265 +179581,1852.193098,802.8689295,866.3374723,1498.407667,2066.751223 +179582,1936.040359,884.2045196,916.8015116,1608.556087,2156.205228 +179583,2031.988301,911.1081205,979.3950832,1744.115241,2258.320266 +179584,2089.7313,904.8155451,1025.421856,1839.514138,2320.493642 +179585,2115.050346,904.4837248,1054.786604,1891.390288,2350.374732 +179586,2126.015895,903.4839506,1075.113083,1917.916349,2365.955859 +179587,2130.826103,902.4707261,1090.290085,1932.01849,2375.292897 +179588,2133.164087,901.3467395,1102.36664,1940.612833,2382.025874 +179589,2134.549416,900.1604227,1112.386927,1947.179972,2387.220459 +179590,2135.545752,899.0932254,1120.888765,1952.863483,2391.666279 +179591,2136.322192,897.8784264,1128.168551,1957.949221,2395.594462 +179592,2136.926733,896.6996981,1134.424792,1962.516251,2399.102645 +179593,2137.381994,895.4995014,1139.814345,1966.642197,2402.247936 +179594,2137.708422,894.2890687,1144.469854,1970.421154,2405.075875 +179595,2137.925433,893.1281603,1148.504224,1973.940003,2407.626541 +179596,2138.049731,891.8193107,1152.012744,1977.264332,2409.935331 +179597,2138.094633,890.6331758,1155.075215,1980.438063,2412.032932 +179598,2138.070683,889.3906229,1157.758387,1983.489409,2413.945943 +179599,2137.98301,888.1547909,1160.118086,1986.436792,2415.697306 +179600,2137.842338,886.9152422,1162.201131,1989.292986,2417.306995 +179601,2137.655347,885.6734521,1164.046792,1992.067275,2418.792317 +179602,2137.387725,884.4283251,1165.670998,1994.737866,2420.129926 +179603,2137.079508,883.1809394,1167.117293,1997.338031,2421.368629 +179604,2136.758997,881.9252433,1168.422418,1999.895011,2422.550041 +179605,2136.415576,880.6704391,1169.59764,2002.394981,2423.665091 +179606,2136.042045,879.4136587,1170.65687,2004.835493,2424.716227 +179607,2135.641331,878.1536634,1171.613476,2007.218038,2425.709232 +179608,2135.211439,876.8898995,1172.479193,2009.544626,2426.650132 +179609,2134.757078,875.6222676,1173.264023,2011.816862,2427.544345 +179610,2134.276444,874.3502993,1173.976468,2014.035965,2428.396612 +179611,2133.79975,873.134434,1174.623762,2016.202922,2429.211044 +179612,2133.332216,871.9312642,1175.214443,2018.079288,2429.991223 +179613,2132.872641,870.7903688,1175.755666,2019.528195,2430.740198 +179614,2132.417764,869.5167341,1176.252764,2020.547272,2431.460584 +179615,2131.963861,868.3719564,1176.709765,2021.197952,2432.154631 +179616,2131.507456,867.1809965,1177.129943,2021.547502,2432.824313 +179617,2131.045574,865.9487349,1177.516099,2021.646075,2433.471331 +179618,2130.575741,864.8576603,1177.870701,2021.525773,2434.097169 +179619,2130.095794,863.6475161,1178.195926,2021.206701,2434.703088 +179620,2129.603959,862.4915958,1178.493699,2020.702464,2435.29017 +179621,2129.098646,861.3304852,1178.765719,2020.023278,2435.859328 +179622,2128.578509,860.1733326,1179.013494,2019.177355,2436.411345 +179623,2128.042359,859.0202268,1179.238366,2018.171432,2436.946875 +179624,2127.489126,857.8709912,1179.441542,2017.011075,2437.466481 +179625,2126.917825,856.7258138,1179.624103,2015.700887,2437.970626 +179626,2126.327648,855.5845094,1179.787035,2014.244733,2438.459713 +179627,2125.717781,852.2171085,1179.931206,2012.64585,2438.934017 +179628,2125.012891,850.7430516,1179.969113,2011.157771,2439.393814 +179629,2124.237215,849.316089,1179.930959,2009.687975,2439.83919 +179630,2123.431232,848.0645735,1179.861553,2008.098839,2440.270385 +179631,2122.6176,846.7915296,1179.785521,2006.323009,2440.68765 +179632,2121.802136,845.5376906,1179.710071,2004.354067,2441.091166 +179633,2120.982039,844.3035279,1179.634613,2002.207638,2441.481577 +179634,2120.153478,843.0806993,1179.556898,1999.904944,2441.858719 +179635,2119.31332,841.8843413,1179.475146,1997.461596,2442.2223 +179636,2118.465924,840.6847886,1179.388946,1994.910994,2442.572225 +179637,2117.607704,839.4928092,1179.297541,1992.249013,2442.908468 +179638,2116.734031,838.3081622,1179.200254,1989.465418,2443.231088 +179639,2115.876612,837.1318545,1179.113671,1986.584554,2443.578498 +179640,2115.000739,835.9627656,1179.021506,1983.579338,2443.914615 +179641,0,0,0,0,0 +179642,0,0,0,0,0 +179643,0,0,0,0,0 +179644,0,0,0,0,0 +179645,0,0,0,0,0 +179646,0,0,0,0,0 +179647,0,0,0,0,0 +179648,0,0,0,0,0 +179649,0,0,0,0,0 +179650,0,0,0,0,0 +179651,0,0,0,0,0 +179652,0,0,0,0,0 +179653,0,0,0,0,0 +179654,0,0,0,0,0 +179655,0,0,0,0,0 +179656,0,0,0,0,0 +179657,0,0,0,0,0 +179658,0,0,0,0,0 +179659,0,0,0,0,0 +179660,0,0,0,0,0 +179661,0,0,0,0,0 +179662,0,0,0,0,0 +179663,0,0,0,0,0 +179664,0,0,0,0,0 +179665,0,0,0,0,0 +179666,0,0,0,0,0 +179667,0,0,0,0,0 +179668,0,0,0,0,0 +179669,0,0,0,0,0 +179670,0,0,0,0,0 +179671,0,0,0,0,0 +179672,0,0,0,0,0 +179673,0,0,0,0,0 +179674,0,0,0,0,0 +179675,0,0,0,0,0 +179676,0,0,0,0,0 +179677,0,0,0,0,0 +179678,0,0,0,0,0 +179679,0,0,0,0,0 +179680,0,0,0,0,0 +179681,0,0,0,0,0 +179682,0,0,0,0,0 +179683,0,0,0,0,0 +179684,0,0,0,0,0 +179685,0,0,0,0,0 +179686,0,0,0,0,0 +179687,0,0,0,0,0 +179688,0,0,0,0,0 +179689,0,0,0,0,0 +179690,0,0,0,0,0 +179691,0,0,0,0,0 +179692,0,0,0,0,0 +179693,0,0,0,0,0 +179694,0,0,0,0,0 +179695,0,0,0,0,0 +179696,0,0,0,0,0 +179697,0,0,0,0,0 +179698,0,0,0,0,0 +179699,0,0,0,0,0 +179700,0,0,0,0,0 +179701,0,0,0,0,0 +179702,0,0,0,0,0 +179703,0,0,0,0,0 +179704,0,0,0,0,0 +179705,0,0,0,0,0 +179706,0,0,0,0,0 +179707,0,0,0,0,0 +179708,0,0,0,0,0 +179709,0,0,0,0,0 +179710,0,0,0,0,0 +179711,0,0,0,0,0 +179712,0,0,0,0,0 +179713,0,0,0,0,0 +179714,0,0,0,0,0 +179715,0,0,0,0,0 +179716,0,0,0,0,0 +179717,0,0,0,0,0 +179718,0,0,0,0,0 +179719,0,0,0,0,0 +179720,0,0,0,0,0 +179721,0,0,0,0,0 +179722,0,0,0,0,0 +179723,0,0,0,0,0 +179724,0,0,0,0,0 +179725,0,0,0,0,0 +179726,0,0,0,0,0 +179727,0,0,0,0,0 +179728,0,0,0,0,0 +179729,0,0,0,0,0 +179730,0,0,0,0,0 +179731,0,0,0,0,0 +179732,0,0,0,0,0 +179733,0,0,0,0,0 +179734,0,0,0,0,0 +179735,0,0,0,0,0 +179736,0,0,0,0,0 +179737,0,0,0,0,0 +179738,0,0,0,0,0 +179739,0,0,0,0,0 +179740,0,0,0,0,0 +179741,0,0,0,0,0 +179742,0,0,0,0,0 +179743,0,0,0,0,0 +179744,0,0,0,0,0 +179745,0,0,0,0,0 +179746,0,0,0,0,0 +179747,0,0,0,0,0 +179748,0,0,0,0,0 +179749,0,0,0,0,0 +179750,0,0,0,0,0 +179751,0,0,0,0,0 +179752,0,0,0,0,0 +179753,0,0,0,0,0 +179754,0,0,0,0,0 +179755,0,0,0,0,0 +179756,0,0,0,0,0 +179757,0,0,0,0,0 +179758,0,0,0,0,0 +179759,0,0,0,0,0 +179760,0,0,0,0,0 +179761,0,0,0,0,0 +179762,0,0,0,0,0 +179763,0,0,0,0,0 +179764,0,0,0,0,0 +179765,0,0,0,0,0 +179766,0,0,0,0,0 +179767,0,0,0,0,0 +179768,0,0,0,0,0 +179769,0,0,0,0,0 +179770,0,0,0,0,0 +179771,0,0,0,0,0 +179772,0,0,0,0,0 +179773,0,0,0,0,0 +179774,0,0,0,0,0 +179775,0,0,0,0,0 +179776,0,0,0,0,0 +179777,0,0,0,0,0 +179778,0,0,0,0,0 +179779,0,0,0,0,0 +179780,0,0,0,0,0 +179781,0,0,0,0,0 +179782,0,0,0,0,0 +179783,0,0,0,0,0 +179784,0,0,0,0,0 +179785,0,0,0,0,0 +179786,0,0,0,0,0 +179787,0,0,0,0,0 +179788,0,0,0,0,0 +179789,0,0,0,0,0 +179790,0,0,0,0,0 +179791,0,0,0,0,0 +179792,0,0,0,0,0 +179793,0,0,0,0,0 +179794,0,0,0,0,0 +179795,0,0,0,0,0 +179796,0,0,0,0,0 +179797,0,0,0,0,0 +179798,0,0,0,0,0 +179799,0,0,0,0,0 +179800,0,0,0,0,0 +179801,0,0,0,0,0 +179802,0,0,0,0,0 +179803,0,0,0,0,0 +179804,0,0,0,0,0 +179805,0,0,0,0,0 +179806,0,0,0,0,0 +179807,0,0,0,0,0 +179808,0,0,0,0,0 +179809,0,0,0,0,0 +179810,0,0,0,0,0 +179811,0,0,0,0,0 +179812,0,0,0,0,0 +179813,0,0,0,0,0 +179814,0,0,0,0,0 +179815,0,0,0,0,0 +179816,0,0,0,0,0 +179817,0,0,0,0,0 +179818,0,0,0,0,0 +179819,0,0,0,0,0 +179820,0,0,0,0,0 +179821,0,0,0,0,0 +179822,0,0,0,0,0 +179823,0,0,0,0,0 +179824,0,0,0,0,0 +179825,0,0,0,0,0 +179826,0,0,0,0,0 +179827,0,0,0,0,0 +179828,0,0,0,0,0 +179829,0,0,0,0,0 +179830,0,0,0,0,0 +179831,0,0,0,0,0 +179832,0,0,0,0,0 +179833,0,0,0,0,0 +179834,0,0,0,0,0 +179835,0,0,0,0,0 +179836,0,0,0,0,0 +179837,0,0,0,0,0 +179838,0,0,0,0,0 +179839,0,0,0,0,0 +179840,0,0,0,0,0 +179841,0,0,0,0,0 +179842,0,0,0,0,0 +179843,0,0,0,0,0 +179844,0,0,0,0,0 +179845,0,0,0,0,0 +179846,0,0,0,0,0 +179847,0,0,0,0,0 +179848,0,0,0,0,0 +179849,0,0,0,0,0 +179850,0,0,0,0,0 +179851,0,0,0,0,0 +179852,0,0,0,0,0 +179853,0,0,0,0,0 +179854,0,0,0,0,0 +179855,0,0,0,0,0 +179856,0,0,0,0,0 +179857,0,0,0,0,0 +179858,0,0,0,0,0 +179859,0,0,0,0,0 +179860,0,0,0,0,0 +179861,0,0,0,0,0 +179862,0,0,0,0,0 +179863,0,0,0,0,0 +179864,0,0,0,0,0 +179865,0,0,0,0,0 +179866,0,0,0,0,0 +179867,0,0,0,0,0 +179868,0,0,0,0,0 +179869,0,0,0,0,0 +179870,0,0,0,0,0 +179871,0,0,0,0,0 +179872,0,0,0,0,0 +179873,0,0,0,0,0 +179874,0,0,0,0,0 +179875,0,0,0,0,0 +179876,0,0,0,0,0 +179877,0,0,0,0,0 +179878,0,0,0,0,0 +179879,0,0,0,0,0 +179880,0,0,0,0,0 +179881,0,0,0,0,0 +179882,0,0,0,0,0 +179883,0,0,0,0,0 +179884,0,0,0,0,0 +179885,0,0,0,0,0 +179886,0,0,0,0,0 +179887,0,0,0,0,0 +179888,0,0,0,0,0 +179889,0,0,0,0,0 +179890,0,0,0,0,0 +179891,0,0,0,0,0 +179892,0,0,0,0,0 +179893,0,0,0,0,0 +179894,0,0,0,0,0 +179895,0,0,0,0,0 +179896,0,0,0,0,0 +179897,0,0,0,0,0 +179898,0,0,0,0,0 +179899,0,0,0,0,0 +179900,0,0,0,0,0 +179901,0,0,0,0,0 +179902,0,0,0,0,0 +179903,0,0,0,0,0 +179904,0,0,0,0,0 +179905,0,0,0,0,0 +179906,0,0,0,0,0 +179907,0,0,0,0,0 +179908,0,0,0,0,0 +179909,0,0,0,0,0 +179910,0,0,0,0,0 +179911,0,0,0,0,0 +179912,0,0,0,0,0 +179913,0,0,0,0,0 +179914,0,0,0,0,0 +179915,0,0,0,0,0 +179916,0,0,0,0,0 +179917,0,0,0,0,0 +179918,0,0,0,0,0 +179919,0,0,0,0,0 +179920,0,0,0,0,0 +179921,0,0,0,0,0 +179922,0,0,0,0,0 +179923,0,0,0,0,0 +179924,0,0,0,0,0 +179925,0,0,0,0,0 +179926,0,0,0,0,0 +179927,0,0,0,0,0 +179928,0,0,0,0,0 +179929,0,0,0,0,0 +179930,0,0,0,0,0 +179931,0,0,0,0,0 +179932,0,0,0,0,0 +179933,0,0,0,0,0 +179934,0,0,0,0,0 +179935,0,0,0,0,0 +179936,0,0,0,0,0 +179937,0,0,0,0,0 +179938,0,0,0,0,0 +179939,0,0,0,0,0 +179940,0,0,0,0,0 +179941,0,0,0,0,0 +179942,0,0,0,0,0 +179943,0,0,0,0,0 +179944,0,0,0,0,0 +179945,0,0,0,0,0 +179946,0,0,0,0,0 +179947,0,0,0,0,0 +179948,0,0,0,0,0 +179949,0,0,0,0,0 +179950,0,0,0,0,0 +179951,0,0,0,0,0 +179952,0,0,0,0,0 +179953,0,0,0,0,0 +179954,0,0,0,0,0 +179955,0,0,0,0,0 +179956,0,0,0,0,0 +179957,0,0,0,0,0 +179958,0,0,0,0,0 +179959,0,0,0,0,0 +179960,0,0,0,0,0 +179961,0,0,0,0,0 +179962,0,0,0,0,0 +179963,0,0,0,0,0 +179964,0,0,0,0,0 +179965,0,0,0,0,0 +179966,0,0,0,0,0 +179967,0,0,0,0,0 +179968,0,0,0,0,0 +179969,0,0,0,0,0 +179970,0,0,0,0,0 +179971,0,0,0,0,0 +179972,0,0,0,0,0 +179973,0,0,0,0,0 +179974,0,0,0,0,0 +179975,0,0,0,0,0 +179976,0,0,0,0,0 +179977,0,0,0,0,0 +179978,0,0,0,0,0 +179979,0,0,0,0,0 +179980,0,0,0,0,0 +179981,0,0,0,0,0 +179982,0,0,0,0,0 +179983,0,0,0,0,0 +179984,0,0,0,0,0 +179985,0,0,0,0,0 +179986,0,0,0,0,0 +179987,0,0,0,0,0 +179988,0,0,0,0,0 +179989,0,0,0,0,0 +179990,0,0,0,0,0 +179991,0,0,0,0,0 +179992,0,0,0,0,0 +179993,0,0,0,0,0 +179994,0,0,0,0,0 +179995,0,0,0,0,0 +179996,0,0,0,0,0 +179997,0,0,0,0,0 +179998,0,0,0,0,0 +179999,0,0,0,0,0 +180000,0,0,0,0,0 +180001,0,0,0,0,0 +180002,0,0,0,0,0 +180003,0,0,0,0,0 +180004,0,0,0,0,0 +180005,0,0,0,0,0 +180006,0,0,0,0,0 +180007,0,0,0,0,0 +180008,0,0,0,0,0 +180009,0,0,0,0,0 +180010,0,0,0,0,0 +180011,0,0,0,0,0 +180012,0,0,0,0,0 +180013,0,0,0,0,0 +180014,0,0,0,0,0 +180015,0,0,0,0,0 +180016,0,0,0,0,0 +180017,0,0,0,0,0 +180018,0,0,0,0,0 +180019,0,0,0,0,0 +180020,0,0,0,0,0 +180021,0,0,0,0,0 +180022,0,0,0,0,0 +180023,0,0,0,0,0 +180024,0,0,0,0,0 +180025,0,0,0,0,0 +180026,0,0,0,0,0 +180027,0,0,0,0,0 +180028,0,0,0,0,0 +180029,0,0,0,0,0 +180030,0,0,0,0,0 +180031,0,0,0,0,0 +180032,0,0,0,0,0 +180033,0,0,0,0,0 +180034,0,0,0,0,0 +180035,0,0,0,0,0 +180036,0,0,0,0,0 +180037,0,0,0,0,0 +180038,0,0,0,0,0 +180039,0,0,0,0,0 +180040,0,0,0,0,0 +180041,0,0,0,0,0 +180042,0,0,0,0,0 +180043,0,0,0,0,0 +180044,0,0,0,0,0 +180045,0,0,0,0,0 +180046,0,0,0,0,0 +180047,0,0,0,0,0 +180048,0,0,0,0,0 +180049,0,0,0,0,0 +180050,0,0,0,0,0 +180051,0,0,0,0,0 +180052,0,0,0,0,0 +180053,0,0,0,0,0 +180054,0,0,0,0,0 +180055,0,0,0,0,0 +180056,0,0,0,0,0 +180057,0,0,0,0,0 +180058,0,0,0,0,0 +180059,0,0,0,0,0 +180060,0,0,0,0,0 +180061,0,0,0,0,0 +180062,0,0,0,0,0 +180063,0,0,0,0,0 +180064,0,0,0,0,0 +180065,0,0,0,0,0 +180066,0,0,0,0,0 +180067,0,0,0,0,0 +180068,0,0,0,0,0 +180069,0,0,0,0,0 +180070,0,0,0,0,0 +180071,0,0,0,0,0 +180072,0,0,0,0,0 +180073,0,0,0,0,0 +180074,0,0,0,0,0 +180075,0,0,0,0,0 +180076,0,0,0,0,0 +180077,0,0,0,0,0 +180078,0,0,0,0,0 +180079,0,0,0,0,0 +180080,0,0,0,0,0 +180081,0,0,0,0,0 +180082,0,0,0,0,0 +180083,0,0,0,0,0 +180084,0,0,0,0,0 +180085,0,0,0,0,0 +180086,0,0,0,0,0 +180087,0,0,0,0,0 +180088,0,0,0,0,0 +180089,0,0,0,0,0 +180090,0,0,0,0,0 +180091,0,0,0,0,0 +180092,0,0,0,0,0 +180093,0,0,0,0,0 +180094,0,0,0,0,0 +180095,0,0,0,0,0 +180096,0,0,0,0,0 +180097,0,0,0,0,0 +180098,0,0,0,0,0 +180099,0,0,0,0,0 +180100,0,0,0,0,0 +180101,0,0,0,0,0 +180102,0,0,0,0,0 +180103,0,0,0,0,0 +180104,0,0,0,0,0 +180105,0,0,0,0,0 +180106,0,0,0,0,0 +180107,0,0,0,0,0 +180108,0,0,0,0,0 +180109,0,0,0,0,0 +180110,0,0,0,0,0 +180111,0,0,0,0,0 +180112,0,0,0,0,0 +180113,0,0,0,0,0 +180114,0,0,0,0,0 +180115,0,0,0,0,0 +180116,0,0,0,0,0 +180117,0,0,0,0,0 +180118,0,0,0,0,0 +180119,0,0,0,0,0 +180120,0,0,0,0,0 +180121,0,0,0,0,0 +180122,0,0,0,0,0 +180123,0,0,0,0,0 +180124,0,0,0,0,0 +180125,0,0,0,0,0 +180126,0,0,0,0,0 +180127,0,0,0,0,0 +180128,0,0,0,0,0 +180129,0,0,0,0,0 +180130,0,0,0,0,0 +180131,0,0,0,0,0 +180132,0,0,0,0,0 +180133,0,0,0,0,0 +180134,0,0,0,0,0 +180135,0,0,0,0,0 +180136,0,0,0,0,0 +180137,0,0,0,0,0 +180138,0,0,0,0,0 +180139,0,0,0,0,0 +180140,0,0,0,0,0 +180141,0,0,0,0,0 +180142,0,0,0,0,0 +180143,0,0,0,0,0 +180144,0,0,0,0,0 +180145,0,0,0,0,0 +180146,0,0,0,0,0 +180147,0,0,0,0,0 +180148,0,0,0,0,0 +180149,0,0,0,0,0 +180150,0,0,0,0,0 +180151,0,0,0,0,0 +180152,0,0,0,0,0 +180153,0,0,0,0,0 +180154,0,0,0,0,0 +180155,0,0,0,0,0 +180156,0,0,0,0,0 +180157,0,0,0,0,0 +180158,0,0,0,0,0 +180159,0,0,0,0,0 +180160,0,0,0,0,0 +180161,0,0,0,0,0 +180162,0,0,0,0,0 +180163,0,0,0,0,0 +180164,0,0,0,0,0 +180165,0,0,0,0,0 +180166,0,0,0,0,0 +180167,0,0,0,0,0 +180168,0,0,0,0,0 +180169,0,0,0,0,0 +180170,0,0,0,0,0 +180171,0,0,0,0,0 +180172,0,0,0,0,0 +180173,0,0,0,0,0 +180174,0,0,0,0,0 +180175,0,0,0,0,0 +180176,0,0,0,0,0 +180177,0,0,0,0,0 +180178,0,0,0,0,0 +180179,0,0,0,0,0 +180180,0,0,0,0,0 +180181,0,0,0,0,0 +180182,0,0,0,0,0 +180183,0,0,0,0,0 +180184,0,0,0,0,0 +180185,0,0,0,0,0 +180186,0,0,0,0,0 +180187,0,0,0,0,0 +180188,0,0,0,0,0 +180189,0,0,0,0,0 +180190,0,0,0,0,0 +180191,0,0,0,0,0 +180192,0,0,0,0,0 +180193,0,0,0,0,0 +180194,0,0,0,0,0 +180195,0,0,0,0,0 +180196,0,0,0,0,0 +180197,0,0,0,0,0 +180198,0,0,0,0,0 +180199,0,0,0,0,0 +180200,0,0,0,0,0 +180201,0,0,0,0,0 +180202,0,0,0,0,0 +180203,0,0,0,0,0 +180204,0,0,0,0,0 +180205,0,0,0,0,0 +180206,0,0,0,0,0 +180207,0,0,0,0,0 +180208,0,0,0,0,0 +180209,0,0,0,0,0 +180210,0,0,0,0,0 +180211,0,0,0,0,0 +180212,0,0,0,0,0 +180213,0,0,0,0,0 +180214,0,0,0,0,0 +180215,0,0,0,0,0 +180216,0,0,0,0,0 +180217,0,0,0,0,0 +180218,0,0,0,0,0 +180219,0,0,0,0,0 +180220,0,0,0,0,0 +180221,0,0,0,0,0 +180222,0,0,0,0,0 +180223,0,0,0,0,0 +180224,0,0,0,0,0 +180225,0,0,0,0,0 +180226,0,0,0,0,0 +180227,0,0,0,0,0 +180228,0,0,0,0,0 +180229,0,0,0,0,0 +180230,0,0,0,0,0 +180231,0,0,0,0,0 +180232,0,0,0,0,0 +180233,0,0,0,0,0 +180234,0,0,0,0,0 +180235,0,0,0,0,0 +180236,0,0,0,0,0 +180237,0,0,0,0,0 +180238,0,0,0,0,0 +180239,0,0,0,0,0 +180240,0,0,0,0,0 +180241,0,0,0,0,0 +180242,0,0,0,0,0 +180243,0,0,0,0,0 +180244,0,0,0,0,0 +180245,0,0,0,0,0 +180246,0,0,0,0,0 +180247,0,0,0,0,0 +180248,0,0,0,0,0 +180249,0,0,0,0,0 +180250,0,0,0,0,0 +180251,0,0,0,0,0 +180252,0,0,0,0,0 +180253,0,0,0,0,0 +180254,0,0,0,0,0 +180255,0,0,0,0,0 +180256,0,0,0,0,0 +180257,0,0,0,0,0 +180258,0,0,0,0,0 +180259,0,0,0,0,0 +180260,0,0,0,0,0 +180261,0,0,0,0,0 +180262,0,0,0,0,0 +180263,0,0,0,0,0 +180264,0,0,0,0,0 +180265,0,0,0,0,0 +180266,0,0,0,0,0 +180267,0,0,0,0,0 +180268,0,0,0,0,0 +180269,0,0,0,0,0 +180270,0,0,0,0,0 +180271,0,0,0,0,0 +180272,0,0,0,0,0 +180273,0,0,0,0,0 +180274,0,0,0,0,0 +180275,0,0,0,0,0 +180276,0,0,0,0,0 +180277,0,0,0,0,0 +180278,0,0,0,0,0 +180279,0,0,0,0,0 +180280,0,0,0,0,0 +180281,0,0,0,0,0 +180282,0,0,0,0,0 +180283,0,0,0,0,0 +180284,0,0,0,0,0 +180285,0,0,0,0,0 +180286,0,0,0,0,0 +180287,0,0,0,0,0 +180288,0,0,0,0,0 +180289,0,0,0,0,0 +180290,0,0,0,0,0 +180291,0,0,0,0,0 +180292,0,0,0,0,0 +180293,0,0,0,0,0 +180294,0,0,0,0,0 +180295,0,0,0,0,0 +180296,0,0,0,0,0 +180297,0,0,0,0,0 +180298,0,0,0,0,0 +180299,0,0,0,0,0 +180300,0,0,0,0,0 +180301,0,0,0,0,0 +180302,0,0,0,0,0 +180303,0,0,0,0,0 +180304,0,0,0,0,0 +180305,0,0,0,0,0 +180306,0,0,0,0,0 +180307,0,0,0,0,0 +180308,0,0,0,0,0 +180309,0,0,0,0,0 +180310,0,0,0,0,0 +180311,0,0,0,0,0 +180312,0,0,0,0,0 +180313,0,0,0,0,0 +180314,0,0,0,0,0 +180315,0,0,0,0,0 +180316,0,0,0,0,0 +180317,0,0,0,0,0 +180318,0,0,0,0,0 +180319,0,0,0,0,0 +180320,0,0,0,0,0 +180321,0,0,0,0,0 +180322,0,0,0,0,0 +180323,0,0,0,0,0 +180324,0,0,0,0,0 +180325,0,0,0,0,0 +180326,0,0,0,0,0 +180327,0,0,0,0,0 +180328,0,0,0,0,0 +180329,0,0,0,0,0 +180330,0,0,0,0,0 +180331,0,0,0,0,0 +180332,0,0,0,0,0 +180333,0,0,0,0,0 +180334,0,0,0,0,0 +180335,0,0,0,0,0 +180336,0,0,0,0,0 +180337,0,0,0,0,0 +180338,0,0,0,0,0 +180339,0,0,0,0,0 +180340,0,0,0,0,0 +180341,0,0,0,0,0 +180342,0,0,0,0,0 +180343,0,0,0,0,0 +180344,0,0,0,0,0 +180345,0,0,0,0,0 +180346,0,0,0,0,0 +180347,0,0,0,0,0 +180348,0,0,0,0,0 +180349,0,0,0,0,0 +180350,0,0,0,0,0 +180351,0,0,0,0,0 +180352,0,0,0,0,0 +180353,0,0,0,0,0 +180354,0,0,0,0,0 +180355,0,0,0,0,0 +180356,0,0,0,0,0 +180357,0,0,0,0,0 +180358,0,0,0,0,0 +180359,0,0,0,0,0 +180360,0,0,0,0,0 +180361,0,0,0,0,0 +180362,0,0,0,0,0 +180363,0,0,0,0,0 +180364,0,0,0,0,0 +180365,0,0,0,0,0 +180366,0,0,0,0,0 +180367,0,0,0,0,0 +180368,0,0,0,0,0 +180369,0,0,0,0,0 +180370,0,0,0,0,0 +180371,0,0,0,0,0 +180372,0,0,0,0,0 +180373,0,0,0,0,0 +180374,0,0,0,0,0 +180375,0,0,0,0,0 +180376,0,0,0,0,0 +180377,0,0,0,0,0 +180378,0,0,0,0,0 +180379,0,0,0,0,0 +180380,0,0,0,0,0 +180381,0,0,0,0,0 +180382,0,0,0,0,0 +180383,0,0,0,0,0 +180384,0,0,0,0,0 +180385,0,0,0,0,0 +180386,0,0,0,0,0 +180387,0,0,0,0,0 +180388,0,0,0,0,0 +180389,0,0,0,0,0 +180390,0,0,0,0,0 +180391,0,0,0,0,0 +180392,0,0,0,0,0 +180393,0,0,0,0,0 +180394,0,0,0,0,0 +180395,0,0,0,0,0 +180396,0,0,0,0,0 +180397,0,0,0,0,0 +180398,0,0,0,0,0 +180399,0,0,0,0,0 +180400,0,0,0,0,0 +180401,0,0,0,0,0 +180402,0,0,0,0,0 +180403,0,0,0,0,0 +180404,0,0,0,0,0 +180405,0,0,0,0,0 +180406,0,0,0,0,0 +180407,0,0,0,0,0 +180408,0,0,0,0,0 +180409,0,0,0,0,0 +180410,0,0,0,0,0 +180411,0,0,0,0,0 +180412,0,0,0,0,0 +180413,0,0,0,0,0 +180414,0,0,0,0,0 +180415,0,0,0,0,0 +180416,0,0,0,0,0 +180417,0,0,0,0,0 +180418,0,0,0,0,0 +180419,0,0,0,0,0 +180420,0,0,0,0,0 +180421,0,0,0,0,0 +180422,0,0,0,0,0 +180423,0,0,0,0,0 +180424,0,0,0,0,0 +180425,0,0,0,0,0 +180426,0,0,0,0,0 +180427,0,0,0,0,0 +180428,0,0,0,0,0 +180429,0,0,0,0,0 +180430,0,0,0,0,0 +180431,0,0,0,0,0 +180432,0,0,0,0,0 +180433,0,0,0,0,0 +180434,0,0,0,0,0 +180435,0,0,0,0,0 +180436,0,0,0,0,0 +180437,0,0,0,0,0 +180438,0,0,0,0,0 +180439,0,0,0,0,0 +180440,0,0,0,0,0 +180441,0,0,0,0,0 +180442,0,0,0,0,0 +180443,0,0,0,0,0 +180444,0,0,0,0,0 +180445,0,0,0,0,0 +180446,0,0,0,0,0 +180447,0,0,0,0,0 +180448,0,0,0,0,0 +180449,0,0,0,0,0 +180450,0,0,0,0,0 +180451,0,0,0,0,0 +180452,0,0,0,0,0 +180453,0,0,0,0,0 +180454,0,0,0,0,0 +180455,0,0,0,0,0 +180456,0,0,0,0,0 +180457,0,0,0,0,0 +180458,0,0,0,0,0 +180459,0,0,0,0,0 +180460,0,0,0,0,0 +180461,0,0,0,0,0 +180462,0,0,0,0,0 +180463,0,0,0,0,0 +180464,0,50.13804773,0,0,0 +180465,0,126.5099661,0,0,0 +180466,0,87.13567339,0,0,0 +180467,0,115.2162076,0,0,0 +180468,0,126.5110998,0,0,0 +180469,0,154.9231052,0,0,0 +180470,0,168.8147536,0,0,0 +180471,0,181.219448,0,0,0 +180472,0,193.5747794,0,0,0 +180473,0,205.2961364,0,0,0 +180474,0,217.4026326,0,0,0 +180475,0,228.5900635,0,0,0 +180476,0,240.2828318,0,0,0 +180477,0,251.9410038,0,0,0 +180478,0,262.7320015,0,0,0 +180479,0,274.3827665,0,0,0 +180480,0,285.3436105,0,0,0 +180481,0,296.4489748,118.109394,0,0 +180482,0,308.0629092,169.0377227,0,0 +180483,0,318.7753886,135.5869855,0,0 +180484,0,329.8136993,168.0913936,0,0 +180485,0,341.0981118,181.5720576,0,0 +180486,0,351.870742,194.0009931,0,0 +180487,0,362.7910025,206.8791487,0,0 +180488,0,373.3923645,218.5012008,0,0 +180489,0,384.5395608,231.0073391,0,0 +180490,0,395.070446,242.5315119,0,0 +180491,0,405.790984,254.2989038,0,0 +180492,0,416.416088,265.158172,0,0 +180493,0,426.9960527,276.3576354,0,0 +180494,0,437.5515456,287.1561188,0,0 +180495,0,448.0431649,297.6837409,0,0 +180496,0,458.4871854,308.1025955,0,0 +180497,0,468.8962963,318.2331146,0,0 +180498,0,479.2622234,328.1864588,0,0 +180499,0,489.5879834,337.7283651,0,0 +180500,0,499.842825,347.4895366,0,0 +180501,0,510.1378405,356.9684768,0,0 +180502,0,528.4655908,379.5122831,0,0 +180503,0,540.4810217,390.962525,0,0 +180504,0,551.2361538,400.6042602,0,0 +180505,0,562.190038,410.2687321,0,0 +180506,0,572.8991344,419.3353265,0,0 +180507,0,583.5203304,428.4621134,0,0 +180508,0,594.160011,437.014565,0,0 +180509,0,604.6587822,445.7398174,0,0 +180510,0,615.0948074,453.7952281,0,0 +180511,0,624.3268675,460.7534466,0,0 +180512,0,633.1803013,467.3386344,0,0 +180513,0,642.0118953,473.7350337,0,0 +180514,0,650.5687951,479.7430718,0,0 +180515,0,659.1013509,485.8315381,0,0 +180516,0,667.5178381,491.438299,0,0 +180517,0,675.7299313,497.0279764,0,0 +180518,0,683.9685328,504.7922889,0,0 +180519,0,691.9596324,507.5121664,0,0 +180520,0,699.9556222,516.5483637,0,0 +180521,0,707.8569224,515.1228537,0,0 +180522,0,715.5627662,516.4350671,0,0 +180523,0,723.2756,530.7776161,0,0 +180524,0,730.9021999,529.7511836,0,0 +180525,0,738.3355301,535.1799176,0,0 +180526,0,745.785504,539.320281,0,0 +180527,0,753.1551391,543.2106852,0,0 +180528,0,763.668605,547.0086629,0,0 +180529,0,773.889684,550.6555468,0,0 +180530,0,782.8597628,554.110094,0,0 +180531,0,792.1573674,557.5791913,0,0 +180532,0,801.2051913,560.779897,0,0 +180533,0,810.3024196,563.906628,0,0 +180534,0,819.0039795,566.9016372,0,0 +180535,0,827.8689552,569.7658371,0,0 +180536,0,836.3544267,572.5108076,0,0 +180537,0,844.9729464,575.1342625,0,0 +180538,0,853.238767,577.5812347,0,0 +180539,0,861.7141526,580.1234012,0,0 +180540,0,869.8307454,582.2564193,0,0 +180541,0,877.7153522,584.303579,0,0 +180542,0,885.7416858,586.1097899,0,0 +180543,0,893.4940587,587.7341351,0,0 +180544,0,901.2040388,589.4006834,0,0 +180545,0,908.7941985,590.8115732,0,0 +180546,0,916.2894895,592.175044,0,0 +180547,0,923.6246151,593.4212265,0,0 +180548,0,930.998977,594.5645826,0,0 +180549,0,938.2071939,595.6055543,0,0 +180550,0,945.1615764,596.5469592,0,0 +180551,0,952.2855552,597.3893813,0,0 +180552,0,959.1271927,598.1355157,0,0 +180553,0,965.9345267,598.7860325,0,0 +180554,0,972.5765536,599.407527,0,0 +180555,0,979.3297404,599.7112989,0,0 +180556,0,985.7032394,600.2331719,0,0 +180557,0,992.1723275,600.4595084,0,0 +180558,0,998.4203024,600.6708586,0,0 +180559,0,1004.735535,600.7848732,0,0 +180560,0,1010.821854,600.8160081,0,0 +180561,0,1016.870362,600.764615,0,0 +180562,0,1022.816098,600.6333775,0,0 +180563,0,1028.669517,600.4229746,0,0 +180564,0,1034.431961,600.1360052,0,0 +180565,0,1040.102888,599.7731595,0,0 +180566,0,1045.683471,599.4009158,0,0 +180567,0,1051.108125,598.7309524,0,0 +180568,0,1056.60653,598.2986926,0,0 +180569,0,1061.869271,597.5908171,0,0 +180570,0,1067.17019,596.8875212,0,0 +180571,0,1070.890629,596.4173746,0,0 +180572,0,1074.387614,596.0296548,0,0 +180573,0,1077.555037,595.7220123,0,0 +180574,0,1080.435443,595.2555159,0,0 +180575,0,1083.27182,594.8431134,0,0 +180576,0,1085.757497,594.5012451,0,0 +180577,0,1088.111894,593.9965617,0,0 +180578,0,1090.269536,593.62206,0,0 +180579,0,1092.247135,593.0888948,0,0 +180580,0,1089.517732,588.5550759,0,0 +180581,0,1090.720875,587.7676187,0,0 +180582,0,1092.13042,587.3104641,0,0 +180583,0,1093.511334,586.8636244,0,0 +180584,0,1094.814885,586.4218873,0,0 +180585,0,1096.022911,586.0194028,0,0 +180586,0,1097.127624,585.6993132,0,0 +180587,0,1098.125046,585.3559079,0,0 +180588,0,1099.014289,584.9301802,0,0 +180589,0,1099.794815,584.6452448,0,0 +180590,0,1100.467492,584.3247456,0,0 +180591,0,1101.032687,583.9985842,0,0 +180592,0,1101.49172,583.6753093,0,0 +180593,0,1101.845212,583.3560281,0,0 +180594,0,1102.094612,583.0419461,0,0 +180595,0,1102.240628,582.732144,0,0 +180596,0,1102.284749,582.4273511,0,0 +180597,0,1102.227725,582.1265721,0,0 +180598,0,1102.071079,581.8305541,0,0 +180599,0,1101.815584,581.5383226,0,0 +180600,0,1101.462777,581.2506299,0,0 +180601,0,1101.131704,581.3141013,0,0 +180602,0,1100.746656,581.4942141,0,0 +180603,0,1100.281376,581.7144858,0,0 +180604,0,1099.729373,581.9531935,0,0 +180605,0,1099.08906,582.2028875,0,0 +180606,0,1098.361237,582.4622508,0,0 +180607,0,1097.546463,582.7295705,0,0 +180608,0,1096.646188,583.0051752,0,0 +180609,0,1095.661205,583.28788,0,0 +180610,0,1094.593043,583.5781446,0,0 +180611,0,1093.442552,583.8748507,0,0 +180612,0,1080.283026,587.5235799,0,0 +180613,0,1077.289128,588.9125882,0,0 +180614,0,1074.935929,589.9884555,0,0 +180615,0,1072.943906,591.0874862,0,0 +180616,0,1070.970376,592.1752162,0,0 +180617,0,1069.037317,593.2721666,0,0 +180618,0,1067.109185,594.3821065,0,0 +180619,0,1065.104739,595.5052011,0,0 +180620,0,1063.250999,596.6419872,0,0 +180621,0,1061.229615,597.7912931,0,0 +180622,0,1059.245254,598.9530279,0,0 +180623,0,1057.224747,600.1262041,0,0 +180624,0,1055.178132,601.3093623,0,0 +180625,0,1053.104021,602.5018013,62.20791912,0 +180626,0,1051.001927,603.7028576,35.77188525,0 +180627,0,1048.937349,604.9107209,47.93473231,0 +180628,0,1046.681152,606.1248155,53.62308073,0 +180629,0,1044.539538,607.3434352,58.26082254,0 +180630,0,1042.310041,608.5658759,62.91382724,0 +180631,0,1039.596497,608.4813702,66.87111147,0 +180632,0,1036.773398,608.1961676,70.71985998,0 +180633,0,1033.851536,607.7380155,74.41431273,0 +180634,0,1030.886776,607.278703,78.19078715,0 +180635,0,1027.843091,606.7083123,81.7374162,0 +180636,0,1024.764888,606.1613486,85.23286077,0 +180637,0,1021.614339,605.5201292,88.82846938,0 +180638,0,1018.432494,604.9120783,92.0404326,0 +180639,0,1015.182896,604.2199613,95.50775603,0 +180640,0,1011.89407,603.5338043,98.72189377,0 +180641,0,1008.559852,602.8322953,101.9443235,0 +180642,0,1005.180424,603.0959924,105.0442031,0 +180643,0,1001.757055,603.7039731,108.3270619,0 +180644,0,998.3149429,604.4996996,111.185356,0 +180645,0,994.8009019,605.2729532,114.3618459,0 +180646,0,991.3290067,606.1793482,117.1982578,0 +180647,0,987.6546854,607.1026384,120.3429477,0 +180648,0,984.0763406,608.0470035,123.0277169,0 +180649,0,980.3934175,608.9613446,125.9156893,0 +180650,0,976.6431014,609.9635333,128.6289031,0 +180651,0,972.9888833,610.8990394,131.4878171,0 +180652,0,969.1874401,611.9171186,134.2468557,0 +180653,0,965.4490238,612.8011548,136.7676016,0 +180654,0,961.5400989,613.9309443,139.4108012,0 +180655,0,957.7134028,614.8393119,142.115043,0 +180656,0,953.8239195,615.8890392,144.6341242,0 +180657,0,949.8971416,616.8546449,147.1651971,0 +180658,0,945.9631067,617.8989136,149.5880793,0 +180659,0,941.9843293,618.8698598,152.1995005,0 +180660,0,938.0605269,619.9184872,154.6848215,0 +180661,0,933.8525217,620.9828037,156.9604299,0 +180662,0,921.0984823,640.2361309,167.0187936,0 +180663,0,915.681044,644.2392835,170.8815241,0 +180664,40.71386667,913.14705,646.5297784,173.7897044,0 +180665,55.3856031,909.8918022,648.8476529,176.8633636,0 +180666,62.19600987,906.6354313,650.9768625,179.734883,0 +180667,64.23892877,903.4408554,653.0674413,182.29358,0 +180668,72.8321549,900.2162272,655.3036245,185.2325761,0 +180669,78.22536892,897.1529188,657.0954283,187.8967719,0 +180670,83.66777156,893.97718,659.1329016,190.4924592,0 +180671,89.32937043,890.9226526,661.0106497,193.2000431,0 +180672,94.23481047,887.7264849,662.9398983,195.7056474,0 +180673,99.65173057,884.6674412,665.0365354,198.3493389,0 +180674,104.8546239,881.5646395,666.7770344,200.7932361,0 +180675,109.7857301,878.4787524,668.6739668,203.2460237,0 +180676,114.9190667,875.3993596,670.4066707,205.8389362,0 +180677,119.9240405,872.3258877,672.4962121,208.2655714,0 +180678,124.597933,869.3134091,674.0996732,210.6232844,0 +180679,129.6929739,866.1118949,677.8648194,213.1024066,0 +180680,134.2533198,863.1754865,675.1823781,215.3853163,0 +180681,139.1642872,860.0699694,689.1369066,217.9662771,0 +180682,143.6247345,857.0266717,668.46006,219.9666506,0 +180683,148.4429896,853.9770788,689.3286395,222.4674942,0 +180684,152.9482868,850.9300569,683.5136319,224.6310091,0 +180685,157.3568241,847.9398759,686.8711175,226.8156532,0 +180686,162.0147475,844.8157747,688.4800965,229.2013104,0 +180687,166.3742692,841.8153047,690.2172263,231.3786924,0 +180688,170.5199666,838.7669236,691.9647543,233.5106,0 +180689,175.2474617,835.7291825,693.9250766,235.7674218,0 +180690,179.3716574,832.6393574,695.5316182,237.8310852,0 +180691,183.5834805,829.6285209,697.1217251,239.8862691,0 +180692,187.4255784,826.348123,698.7139885,242.0436125,0 +180693,191.6268599,823.225753,700.3001669,243.9867898,0 +180694,195.6863882,820.0417718,701.8771009,245.9658131,0 +180695,199.4764499,816.863434,703.4450636,248.0548828,0 +180696,203.4012873,813.6827848,704.9304174,249.9323117,0 +180697,207.4750874,810.5517124,706.5974779,251.8475401,0 +180698,211.154458,807.2913369,708.0823,253.8748908,0 +180699,214.8991793,804.0939352,709.6317303,255.6907848,0 +180700,218.6348484,800.9760881,711.1594968,257.545501,0 +180701,222.3819364,797.7536261,712.6808552,259.3379464,0 +180702,226.3497756,794.5775239,714.194915,261.3678688,0 +180703,229.5315514,791.4443309,715.7025507,263.0279545,0 +180704,233.2884845,788.1868528,717.1278784,264.9740534,0 +180705,237.030263,785.0436234,718.7404398,266.674265,0 +180706,240.4111076,781.8566379,720.2457005,268.4174885,0 +180707,243.8625848,778.6806682,721.6243159,270.2776869,0 +180708,247.311223,775.4579808,723.159541,271.9248982,0 +180709,250.9508901,772.4110743,724.616496,273.6151057,0 +180710,254.1969317,769.1340646,726.0813853,275.4238687,0 +180711,257.3131612,766.0167173,727.5406616,277.019686,0 +180712,260.9482735,762.8502381,728.9938599,278.6588736,0 +180713,264.3038542,759.6970568,730.5805048,280.4185909,0 +180714,268.2527317,755.5560088,752.7703482,290.6748748,0 +180715,271.4214055,751.5377042,757.1582945,293.7220931,0 +180716,274.6715545,748.73287,760.1527154,296.037555,0 +180717,278.1338826,745.6783504,762.7852784,298.3547511,0 +180718,281.2032183,742.6304114,765.5859107,300.3981156,0 +180719,284.3527986,739.6538929,767.8971622,302.5579761,0 +180720,287.724036,736.6929715,770.3251412,304.2850176,0 +180721,290.1243226,733.5601754,772.0329693,306.3582813,0 +180722,292.4141085,730.3777085,773.6179622,307.8733724,0 +180723,294.6480555,727.1922523,775.0915895,309.5358308,0 +180724,296.8415527,723.9704695,776.5058221,311.1216078,0 +180725,299.0007223,720.8778719,777.8735621,312.8895582,0 +180726,301.1257394,717.6978355,779.1994446,314.0877103,0 +180727,303.2194522,714.5746767,780.4069287,315.7468378,0 +180728,305.2809227,711.4594081,783.8177275,317.1773924,0 +180729,307.0686592,708.3597087,779.8264922,318.6199204,0 +180730,309.4462423,705.2750488,785.7691093,320.058039,0 +180731,311.4771335,702.2059136,793.9356063,321.4170339,0 +180732,313.0805879,699.1062783,772.6512903,322.8020073,0 +180733,315.1876004,696.1349391,794.3999452,324.2286728,0 +180734,317.030181,693.0779766,787.1115286,325.4809975,0 +180735,318.8900127,690.0764686,789.6628922,326.8642027,0 +180736,320.7467197,687.0826961,790.7055261,328.0523226,0 +180737,322.5131922,684.1035975,791.6353665,329.3728726,0 +180738,324.3117445,681.1395117,792.7530803,330.6085886,0 +180739,326.0610516,678.146902,793.6572652,331.8217588,0 +180740,327.8143182,675.276851,794.622737,333.0140424,0 +180741,329.4771871,672.3250815,795.5527527,334.1873893,0 +180742,331.1742549,669.4262468,796.4644966,335.3641498,0 +180743,336.4941595,671.0575181,829.7616277,349.4857083,0 +180744,338.593529,669.1487324,839.1188026,352.504823,0 +180745,340.5199458,666.9494744,824.186692,354.7519042,0 +180746,342.3278398,664.6934881,852.2294331,356.7914993,0 +180747,344.0887305,662.418839,837.3740478,358.7485822,0 +180748,345.8351193,660.1419081,837.4005759,360.5056651,0 +180749,347.4791182,657.8292974,860.3164013,362.2393771,0 +180750,349.1563767,655.6321328,832.1756416,363.9274591,0 +180751,351.1943195,653.5703126,867.1141576,365.6993502,0 +180752,353.2955566,651.5985863,845.798947,367.4650768,0 +180753,355.4406841,649.6488017,858.6865274,368.9860697,0 +180754,357.5153877,647.7207638,857.5505037,371.0469268,0 +180755,359.6527868,645.812038,860.4815831,372.5696479,0 +180756,361.7570186,643.9204481,862.6616185,374.2795979,0 +180757,363.8891902,642.0455781,864.8333835,375.9262434,0 +180758,365.9381637,640.1859596,866.9948691,377.5505839,0 +180759,368.0463207,638.3008297,869.1362489,379.179396,0 +180760,370.1163058,636.5314537,871.3505878,380.7207765,0 +180761,372.1822512,634.6852866,873.3006668,382.301954,0 +180762,374.2684911,632.889732,875.5605419,383.8393494,0 +180763,376.2675473,631.1008897,877.466819,385.3621222,0 +180764,378.3214486,629.3239177,879.5815943,386.8651799,0 +180765,380.3379293,627.5602968,881.4501273,388.35123,0 +180766,382.0416744,625.8074804,883.5104313,389.8449321,0 +180767,384.536557,624.0677863,885.423508,391.255878,0 +180768,386.2389322,622.3393928,887.4543604,392.7100008,0 +180769,388.2877832,620.5833651,889.1861068,394.1233257,0 +180770,390.2390269,618.9358392,891.120012,395.5246031,0 +180771,392.1841956,617.2113329,892.9441341,396.9104514,0 +180772,394.1141518,615.5322407,894.7806258,398.2801469,0 +180773,396.0632302,613.857049,898.5351273,399.6625502,0 +180774,397.9166826,612.1912744,895.5744341,400.9597394,0 +180775,399.8304677,610.5353923,903.2387967,402.3055054,0 +180776,401.6988621,608.8885185,901.0488568,403.6103175,0 +180777,403.5600703,607.2511067,903.7149714,404.9059791,0 +180778,405.4056482,605.6222761,905.5747193,406.1867659,0 +180779,407.2382063,604.0025598,907.1405858,407.4539776,0 +180780,409.0874814,602.3526314,908.8131307,408.7067208,0 +180781,0,0,0,0,0 +180782,0,0,0,0,0 +180783,0,0,0,0,0 +180784,0,0,0,0,0 +180785,0,0,0,0,0 +180786,0,0,0,0,0 +180787,0,0,0,0,0 +180788,0,0,0,0,0 +180789,0,0,0,0,0 +180790,0,0,0,0,0 +180791,0,0,0,0,0 +180792,0,0,0,0,0 +180793,0,0,0,0,0 +180794,0,0,0,0,0 +180795,0,0,0,0,0 +180796,0,0,0,0,0 +180797,0,0,0,0,0 +180798,0,0,0,0,0 +180799,0,0,0,0,0 +180800,0,0,0,0,0 +180801,0,0,0,0,0 +180802,0,0,0,0,0 +180803,0,0,0,0,0 +180804,0,0,0,0,0 +180805,0,0,0,0,0 +180806,0,0,0,0,0 +180807,0,0,0,0,0 +180808,0,0,0,0,0 +180809,0,0,0,0,0 +180810,0,0,0,0,0 +180811,0,0,0,0,0 +180812,0,0,0,0,0 +180813,0,0,0,0,0 +180814,0,0,0,0,0 +180815,0,0,0,0,0 +180816,0,0,0,0,0 +180817,0,0,0,0,0 +180818,0,0,0,0,0 +180819,0,0,0,0,0 +180820,0,0,0,0,0 +180821,0,0,0,0,0 +180822,0,0,0,0,0 +180823,0,0,0,0,0 +180824,0,0,0,0,0 +180825,0,0,0,0,0 +180826,0,0,0,0,0 +180827,0,0,0,0,0 +180828,0,0,0,0,0 +180829,0,0,0,0,0 +180830,0,0,0,0,0 +180831,0,0,0,0,0 +180832,0,0,0,0,0 +180833,0,0,0,0,0 +180834,0,0,0,0,0 +180835,0,0,0,0,0 +180836,0,0,0,0,0 +180837,0,0,0,0,0 +180838,0,0,0,0,0 +180839,0,0,0,0,0 +180840,0,0,0,0,0 +180841,0,0,0,0,0 +180842,0,0,0,0,0 +180843,0,0,0,0,0 +180844,0,0,0,0,0 +180845,0,0,0,0,0 +180846,0,0,0,0,0 +180847,0,0,0,0,0 +180848,0,0,0,0,0 +180849,0,0,0,0,0 +180850,0,0,0,0,0 +180851,0,0,0,0,0 +180852,0,0,0,0,0 +180853,0,0,0,0,0 +180854,0,0,0,0,0 +180855,0,0,0,0,0 +180856,0,0,0,0,0 +180857,0,0,0,0,0 +180858,0,0,0,0,0 +180859,0,0,0,0,0 +180860,0,0,0,0,0 +180861,0,0,0,0,0 +180862,0,0,0,0,0 +180863,0,0,0,0,0 +180864,0,0,0,0,0 +180865,0,0,0,0,0 +180866,0,0,0,0,0 +180867,0,0,0,0,0 +180868,0,0,0,0,0 +180869,0,0,0,0,0 +180870,0,0,0,0,0 +180871,0,0,0,0,0 +180872,0,0,0,0,0 +180873,0,0,0,0,0 +180874,0,0,0,0,0 +180875,0,0,0,0,0 +180876,0,0,0,0,0 +180877,0,0,0,0,0 +180878,0,0,0,0,0 +180879,0,0,0,0,0 +180880,0,0,0,0,0 +180881,0,0,0,0,0 +180882,0,0,0,0,0 +180883,0,0,0,0,0 +180884,0,0,0,0,0 +180885,0,0,0,0,0 +180886,0,0,0,0,0 +180887,0,0,0,0,0 +180888,0,0,0,0,0 +180889,0,0,0,0,0 +180890,0,0,0,0,0 +180891,0,0,0,0,0 +180892,0,0,0,0,0 +180893,0,0,0,0,0 +180894,0,0,0,0,0 +180895,0,0,0,0,0 +180896,0,0,0,0,0 +180897,0,0,0,0,0 +180898,0,0,0,0,0 +180899,0,0,0,0,0 +180900,0,0,0,0,0 +180901,0,0,0,0,0 +180902,0,0,0,0,0 +180903,0,0,0,0,0 +180904,0,0,0,0,0 +180905,0,0,0,0,0 +180906,0,0,0,0,0 +180907,0,0,0,0,0 +180908,0,0,0,0,0 +180909,0,0,0,0,0 +180910,0,0,0,0,0 +180911,0,0,0,0,0 +180912,0,0,0,0,0 +180913,0,0,0,0,0 +180914,0,0,0,0,0 +180915,0,0,0,0,0 +180916,0,0,0,0,0 +180917,0,0,0,0,0 +180918,0,0,0,0,0 +180919,0,0,0,0,0 +180920,0,0,0,0,0 +180921,0,0,0,0,0 +180922,0,0,0,0,0 +180923,0,0,0,0,0 +180924,0,0,0,0,0 +180925,0,0,0,0,0 +180926,0,0,0,0,0 +180927,0,0,0,0,0 +180928,0,0,0,0,0 +180929,0,0,0,0,0 +180930,0,0,0,0,0 +180931,0,0,0,0,0 +180932,0,0,0,0,0 +180933,0,0,0,0,0 +180934,0,0,0,0,0 +180935,0,0,0,0,0 +180936,0,0,0,0,0 +180937,0,0,0,0,0 +180938,0,0,0,0,0 +180939,0,0,0,0,0 +180940,0,0,0,0,0 +180941,0,0,0,0,0 +180942,0,0,0,0,0 +180943,0,0,0,0,0 +180944,0,0,0,0,0 +180945,0,0,0,0,0 +180946,0,0,0,0,0 +180947,0,0,0,0,0 +180948,0,0,0,0,0 +180949,0,0,0,0,0 +180950,0,0,0,0,0 +180951,0,0,0,0,0 +180952,0,0,0,0,0 +180953,0,0,0,0,0 +180954,0,0,0,0,0 +180955,0,0,0,0,0 +180956,0,0,0,0,0 +180957,0,0,0,0,0 +180958,0,0,0,0,0 +180959,0,0,0,0,0 +180960,0,0,0,0,0 +180961,0,0,0,0,0 +180962,0,0,0,0,0 +180963,0,0,0,0,0 +180964,0,0,0,0,0 +180965,0,0,0,0,0 +180966,0,0,0,0,0 +180967,0,0,0,0,0 +180968,0,0,0,0,0 +180969,0,0,0,0,0 +180970,0,0,0,0,0 +180971,0,0,0,0,0 +180972,0,0,0,0,0 +180973,0,0,0,0,0 +180974,0,0,0,0,0 +180975,0,0,0,0,0 +180976,0,0,0,0,0 +180977,0,0,0,0,0 +180978,0,0,0,0,0 +180979,0,0,0,0,0 +180980,0,0,0,0,0 +180981,0,0,0,0,0 +180982,0,0,0,0,0 +180983,0,0,0,0,0 +180984,0,0,0,0,0 +180985,0,0,0,0,0 +180986,0,0,0,0,0 +180987,0,0,0,0,0 +180988,0,0,0,0,0 +180989,0,0,0,0,0 +180990,0,0,0,0,0 +180991,0,0,0,0,0 +180992,0,0,0,0,0 +180993,0,0,0,0,0 +180994,0,0,0,0,0 +180995,0,0,0,0,0 +180996,0,0,0,0,0 +180997,0,0,0,0,0 +180998,0,0,0,0,0 +180999,0,0,0,0,0 +181000,0,0,0,0,0 +181001,0,0,0,0,0 +181002,0,0,0,0,0 +181003,0,0,0,0,0 +181004,0,0,0,0,0 +181005,0,0,0,0,0 +181006,0,0,0,0,0 +181007,0,0,0,0,0 +181008,0,0,0,0,0 +181009,0,0,0,0,0 +181010,0,0,0,0,0 +181011,0,0,0,0,0 +181012,0,0,0,0,0 +181013,0,0,0,0,0 +181014,0,0,0,0,0 +181015,0,0,0,0,0 +181016,0,0,0,0,0 +181017,0,0,0,0,0 +181018,0,0,0,0,0 +181019,0,0,0,0,0 +181020,0,0,0,0,0 +181021,0,0,0,0,0 +181022,0,0,0,0,0 +181023,0,0,0,0,0 +181024,0,0,0,0,0 +181025,0,0,0,0,0 +181026,0,0,0,0,0 +181027,0,0,0,0,0 +181028,0,0,0,0,0 +181029,0,0,0,0,0 +181030,0,0,0,0,0 +181031,0,0,0,0,0 +181032,0,0,0,0,0 +181033,0,0,0,0,0 +181034,0,0,0,0,0 +181035,0,0,0,0,0 +181036,0,0,0,0,0 +181037,0,0,0,0,0 +181038,0,0,0,0,0 +181039,0,0,0,0,0 +181040,0,0,0,0,0 +181041,0,0,0,0,0 +181042,0,0,0,0,0 +181043,0,0,0,0,0 +181044,0,0,0,0,0 +181045,0,0,0,0,0 +181046,0,0,0,0,0 +181047,0,0,0,0,0 +181048,0,0,0,0,0 +181049,0,0,0,0,0 +181050,0,0,0,0,0 +181051,0,0,0,0,0 +181052,0,0,0,0,0 +181053,0,0,0,0,0 +181054,0,0,0,0,0 +181055,0,0,0,0,0 +181056,0,0,0,0,0 +181057,0,0,0,0,0 +181058,0,0,0,0,0 +181059,0,0,0,0,0 +181060,0,0,0,0,0 +181061,0,0,0,0,0 +181062,0,0,0,0,0 +181063,0,0,0,0,0 +181064,0,0,0,0,0 +181065,0,0,0,0,0 +181066,0,0,0,0,0 +181067,0,0,0,0,0 +181068,0,0,0,0,0 +181069,0,0,0,0,0 +181070,0,0,0,0,0 +181071,0,0,0,0,0 +181072,0,0,0,0,0 +181073,0,0,0,0,0 +181074,0,0,0,0,0 +181075,0,0,0,0,0 +181076,0,0,0,0,0 +181077,0,0,0,0,0 +181078,0,0,0,0,0 +181079,0,0,0,0,0 +181080,0,0,0,0,0 +181081,0,0,0,0,0 +181082,0,0,0,0,0 +181083,0,0,0,0,0 +181084,0,0,0,0,0 +181085,0,0,0,0,0 +181086,0,0,0,0,0 +181087,0,0,0,0,0 +181088,0,0,0,0,0 +181089,0,0,0,0,0 +181090,0,0,0,0,0 +181091,0,0,0,0,0 +181092,0,0,0,0,0 +181093,0,0,0,0,0 +181094,0,0,0,0,0 +181095,0,0,0,0,0 +181096,0,0,0,0,0 +181097,0,0,0,0,0 +181098,0,0,0,0,0 +181099,0,0,0,0,0 +181100,0,0,0,0,0 +181101,0,0,0,0,0 +181102,0,0,0,0,0 +181103,0,0,0,0,0 +181104,0,0,0,0,0 +181105,0,0,0,0,0 +181106,0,0,0,0,0 +181107,0,0,0,0,0 +181108,0,0,0,0,0 +181109,0,0,0,0,0 +181110,0,0,0,0,0 +181111,0,0,0,0,0 +181112,0,0,0,0,0 +181113,0,0,0,0,0 +181114,0,0,0,0,0 +181115,0,0,0,0,0 +181116,0,0,0,0,0 +181117,0,0,0,0,0 +181118,0,0,0,0,0 +181119,0,0,0,0,0 +181120,0,0,0,0,0 +181121,0,0,0,0,0 +181122,0,0,0,0,0 +181123,0,0,0,0,0 +181124,0,0,0,0,0 +181125,0,0,0,0,0 +181126,0,0,0,0,0 +181127,0,0,0,0,0 +181128,0,0,0,0,0 +181129,0,0,0,0,0 +181130,0,0,0,0,0 +181131,0,0,0,0,0 +181132,0,0,0,0,0 +181133,0,0,0,0,0 +181134,0,0,0,0,0 +181135,0,0,0,0,0 +181136,0,0,0,0,0 +181137,0,0,0,0,0 +181138,0,0,0,0,0 +181139,0,0,0,0,0 +181140,0,0,0,0,0 +181141,0,0,0,0,0 +181142,0,0,0,0,0 +181143,0,0,0,0,0 +181144,0,0,0,0,0 +181145,0,0,0,0,0 +181146,0,0,0,0,0 +181147,0,0,0,0,0 +181148,0,0,0,0,0 +181149,0,0,0,0,0 +181150,0,0,0,0,0 +181151,0,0,0,0,0 +181152,0,0,0,0,0 +181153,0,0,0,0,0 +181154,0,0,0,0,0 +181155,0,0,0,0,0 +181156,0,0,0,0,0 +181157,0,0,0,0,0 +181158,0,0,0,0,0 +181159,0,0,0,0,0 +181160,0,0,0,0,0 +181161,0,0,0,0,0 +181162,0,0,0,0,0 +181163,0,0,0,0,0 +181164,0,0,0,0,0 +181165,0,0,0,0,0 +181166,0,0,0,0,0 +181167,0,0,0,0,0 +181168,0,0,0,0,0 +181169,0,0,0,0,0 +181170,0,0,0,0,0 +181171,0,0,0,0,0 +181172,0,0,0,0,0 +181173,0,0,0,0,0 +181174,0,0,0,0,0 +181175,0,0,0,0,0 +181176,0,0,0,0,0 +181177,0,0,0,0,0 +181178,0,0,0,0,0 +181179,0,0,0,0,0 +181180,0,0,0,0,0 +181181,0,0,0,0,0 +181182,0,0,0,0,0 +181183,0,0,0,0,0 +181184,0,0,0,0,0 +181185,0,0,0,0,0 +181186,0,0,0,0,0 +181187,0,0,0,0,0 +181188,0,0,0,0,0 +181189,0,0,0,0,0 +181190,0,0,0,0,0 +181191,0,0,0,0,0 +181192,0,0,0,0,0 +181193,0,0,0,0,0 +181194,0,0,0,0,0 +181195,0,0,0,0,0 +181196,0,0,0,0,0 +181197,0,0,0,0,0 +181198,0,0,0,0,0 +181199,0,0,0,0,0 +181200,0,0,0,0,0 +181201,0,0,0,0,0 +181202,0,0,0,0,0 +181203,0,0,0,0,0 +181204,0,0,0,0,0 +181205,0,0,0,0,0 +181206,0,0,0,0,0 +181207,0,0,0,0,0 +181208,0,0,0,0,0 +181209,0,0,0,0,0 +181210,0,0,0,0,0 +181211,0,0,0,0,0 +181212,0,0,0,0,0 +181213,0,0,0,0,0 +181214,0,0,0,0,0 +181215,0,0,0,0,0 +181216,0,0,0,0,0 +181217,0,0,0,0,0 +181218,0,0,0,0,0 +181219,0,0,0,0,0 +181220,0,0,0,0,0 +181221,0,0,0,0,0 +181222,0,0,0,0,0 +181223,0,0,0,0,0 +181224,0,0,0,0,0 +181225,0,0,0,0,0 +181226,0,0,0,0,0 +181227,0,0,0,0,0 +181228,0,0,0,0,0 +181229,0,0,0,0,0 +181230,0,0,0,0,0 +181231,0,0,0,0,0 +181232,0,0,0,0,0 +181233,0,0,0,0,0 +181234,0,0,0,0,0 +181235,0,0,0,0,0 +181236,0,0,0,0,0 +181237,0,0,0,0,0 +181238,0,0,0,0,0 +181239,0,0,0,0,0 +181240,0,0,0,0,0 +181241,0,0,0,0,0 +181242,0,0,0,0,0 +181243,0,0,0,0,0 +181244,0,0,0,0,0 +181245,0,0,0,0,0 +181246,0,0,0,0,0 +181247,0,0,0,0,0 +181248,0,0,0,0,0 +181249,0,0,0,0,0 +181250,0,0,0,0,0 +181251,0,0,0,0,0 +181252,0,0,0,0,0 +181253,0,0,0,0,0 +181254,0,0,0,0,0 +181255,0,0,0,0,0 +181256,0,0,0,0,0 +181257,0,0,0,0,0 +181258,0,0,0,0,0 +181259,0,0,0,0,0 +181260,0,0,0,0,0 +181261,0,0,0,0,0 +181262,0,0,0,0,0 +181263,0,0,0,0,0 +181264,0,0,0,0,0 +181265,0,0,0,0,0 +181266,0,0,0,0,0 +181267,0,0,0,0,0 +181268,0,0,0,0,0 +181269,0,0,0,0,0 +181270,0,0,0,0,0 +181271,0,0,0,0,0 +181272,0,0,0,0,0 +181273,0,0,0,0,0 +181274,0,0,0,0,0 +181275,0,0,0,0,0 +181276,0,0,0,0,0 +181277,0,0,0,0,0 +181278,0,0,0,0,0 +181279,0,0,0,0,0 +181280,0,0,0,0,0 +181281,0,0,0,0,0 +181282,0,0,0,0,0 +181283,0,0,0,0,0 +181284,0,0,0,0,0 +181285,0,0,0,0,0 +181286,0,0,0,0,0 +181287,0,0,0,0,0 +181288,0,0,0,0,0 +181289,0,0,0,0,0 +181290,0,0,0,0,0 +181291,0,0,0,0,0 +181292,0,0,0,0,0 +181293,0,0,0,0,0 +181294,0,0,0,0,0 +181295,0,0,0,0,0 +181296,0,0,0,0,0 +181297,0,0,0,0,0 +181298,0,0,0,0,0 +181299,0,0,0,0,0 +181300,0,0,0,0,0 +181301,0,0,0,0,0 +181302,0,0,0,0,0 +181303,0,0,0,0,0 +181304,0,0,0,0,0 +181305,0,0,0,0,0 +181306,0,0,0,0,0 +181307,0,0,0,0,0 +181308,0,0,0,0,0 +181309,0,0,0,0,0 +181310,0,0,0,0,0 +181311,0,0,0,0,0 +181312,0,0,0,0,0 +181313,0,0,0,0,0 +181314,0,0,0,0,0 +181315,0,0,0,0,0 +181316,0,0,0,0,0 +181317,0,0,0,0,0 +181318,0,0,0,0,0 +181319,0,0,0,0,0 +181320,0,0,0,0,0 +181321,0,0,0,0,0 +181322,0,0,0,0,0 +181323,0,0,0,0,0 +181324,0,0,0,0,0 +181325,0,0,0,0,0 +181326,0,0,0,0,0 +181327,0,0,0,0,0 +181328,0,0,0,0,0 +181329,0,0,0,0,0 +181330,0,0,0,0,0 +181331,0,0,0,0,0 +181332,0,0,0,0,0 +181333,0,0,0,0,0 +181334,0,0,0,0,0 +181335,0,0,0,0,0 +181336,0,0,0,0,0 +181337,0,0,0,0,0 +181338,0,0,0,0,0 +181339,0,0,0,0,0 +181340,0,0,0,0,0 +181341,0,0,0,0,0 +181342,0,0,0,0,0 +181343,0,0,0,0,0 +181344,0,0,0,0,0 +181345,0,0,0,0,0 +181346,0,0,0,0,0 +181347,0,0,0,0,0 +181348,0,0,0,0,0 +181349,0,0,0,0,0 +181350,0,0,0,0,0 +181351,0,0,0,0,0 +181352,0,0,0,0,0 +181353,0,0,0,0,0 +181354,0,0,0,0,0 +181355,0,0,0,0,0 +181356,0,0,0,0,0 +181357,0,0,0,0,0 +181358,0,0,0,0,0 +181359,0,0,0,0,0 +181360,0,0,0,0,0 +181361,0,0,0,0,0 +181362,0,0,0,0,0 +181363,0,0,0,0,0 +181364,0,0,0,0,0 +181365,0,0,0,0,0 +181366,0,0,0,0,0 +181367,0,0,0,0,0 +181368,0,0,0,0,0 +181369,0,0,0,0,0 +181370,0,0,0,0,0 +181371,0,0,0,0,0 +181372,0,0,0,0,0 +181373,0,0,0,0,0 +181374,0,0,0,0,0 +181375,0,0,0,0,0 +181376,0,0,0,0,0 +181377,0,0,0,0,0 +181378,0,0,0,0,0 +181379,0,0,0,0,0 +181380,0,0,0,0,0 +181381,0,0,0,0,0 +181382,0,0,0,0,0 +181383,0,0,0,0,0 +181384,0,0,0,0,0 +181385,0,0,0,0,0 +181386,0,0,0,0,0 +181387,0,0,0,0,0 +181388,0,0,0,0,0 +181389,0,0,0,0,0 +181390,0,0,0,0,0 +181391,0,0,0,0,0 +181392,0,0,0,0,0 +181393,0,0,0,0,0 +181394,0,0,0,0,0 +181395,0,0,0,0,0 +181396,0,0,0,0,0 +181397,0,0,0,0,0 +181398,0,0,0,0,0 +181399,0,0,0,0,0 +181400,0,0,0,0,0 +181401,0,0,0,0,0 +181402,0,0,0,0,0 +181403,0,0,0,0,0 +181404,0,0,0,0,0 +181405,0,0,0,0,0 +181406,0,0,0,0,0 +181407,0,0,0,0,0 +181408,0,0,0,0,0 +181409,0,0,0,0,0 +181410,0,0,0,0,0 +181411,0,0,0,0,0 +181412,0,0,0,0,0 +181413,0,0,0,0,0 +181414,0,0,0,0,0 +181415,0,0,0,0,0 +181416,0,0,0,0,0 +181417,0,0,0,0,0 +181418,0,0,0,0,0 +181419,0,0,0,0,0 +181420,0,0,0,0,0 +181421,0,0,0,0,0 +181422,0,0,0,0,0 +181423,0,0,0,0,0 +181424,0,0,0,0,0 +181425,0,0,0,0,0 +181426,0,0,0,0,0 +181427,0,0,0,0,0 +181428,0,0,0,0,0 +181429,0,0,0,0,0 +181430,0,0,0,0,0 +181431,0,0,0,0,0 +181432,0,0,0,0,0 +181433,0,0,0,0,0 +181434,0,0,0,0,0 +181435,0,0,0,0,0 +181436,0,0,0,0,0 +181437,0,0,0,0,0 +181438,0,0,0,0,0 +181439,0,0,0,0,0 +181440,0,0,0,0,0 +181441,0,0,0,0,0 +181442,0,0,0,0,0 +181443,0,0,0,0,0 +181444,0,0,0,0,0 +181445,0,0,0,0,0 +181446,0,0,0,0,0 +181447,0,0,0,0,0 +181448,0,0,0,0,0 +181449,0,0,0,0,0 +181450,0,0,0,0,0 +181451,0,0,0,0,0 +181452,0,0,0,0,0 +181453,0,0,0,0,0 +181454,0,0,0,0,0 +181455,0,0,0,0,0 +181456,0,0,0,0,0 +181457,0,0,0,0,0 +181458,0,0,0,0,0 +181459,0,0,0,0,0 +181460,0,0,0,0,0 +181461,0,0,0,0,0 +181462,0,0,0,0,0 +181463,0,0,0,0,0 +181464,0,0,0,0,0 +181465,0,0,0,0,0 +181466,0,0,0,0,0 +181467,0,0,0,0,0 +181468,0,0,0,0,0 +181469,0,0,0,0,0 +181470,0,0,0,0,0 +181471,0,0,0,0,0 +181472,0,0,0,0,0 +181473,0,0,0,0,0 +181474,0,0,0,0,0 +181475,0,0,0,0,0 +181476,0,0,0,0,0 +181477,0,0,0,0,0 +181478,0,0,0,0,0 +181479,0,0,0,0,0 +181480,0,0,0,0,0 +181481,0,0,0,0,0 +181482,0,0,0,0,0 +181483,0,0,0,0,0 +181484,0,0,0,0,0 +181485,0,0,0,0,0 +181486,0,0,0,0,0 +181487,0,0,0,0,0 +181488,0,0,0,0,0 +181489,0,0,0,0,0 +181490,0,0,0,0,0 +181491,0,0,0,0,0 +181492,0,0,0,0,0 +181493,0,0,0,0,0 +181494,0,0,0,0,0 +181495,0,0,0,0,0 +181496,0,0,0,0,0 +181497,0,0,0,0,0 +181498,0,0,0,0,0 +181499,0,0,0,0,0 +181500,0,0,0,0,0 +181501,0,0,0,0,0 +181502,0,0,0,0,0 +181503,0,0,0,0,0 +181504,0,0,0,0,0 +181505,0,0,0,0,0 +181506,0,0,0,0,0 +181507,0,0,0,0,0 +181508,0,0,0,0,0 +181509,0,0,0,0,0 +181510,0,0,0,0,0 +181511,0,0,0,0,0 +181512,0,0,0,0,0 +181513,0,0,0,0,0 +181514,0,0,0,0,0 +181515,0,0,0,0,0 +181516,0,0,0,0,0 +181517,0,0,0,0,0 +181518,0,0,0,0,0 +181519,0,0,0,0,0 +181520,0,0,0,0,0 +181521,0,0,0,0,0 +181522,0,0,0,0,0 +181523,0,0,0,0,0 +181524,0,0,0,0,0 +181525,0,0,0,0,0 +181526,0,0,0,0,0 +181527,0,0,0,0,0 +181528,0,0,0,0,0 +181529,0,0,0,0,0 +181530,0,0,0,0,0 +181531,0,0,0,0,0 +181532,0,0,0,0,0 +181533,0,0,0,0,0 +181534,0,0,0,0,0 +181535,0,0,0,0,0 +181536,0,0,0,0,0 +181537,0,0,0,0,0 +181538,0,0,0,0,0 +181539,0,0,0,0,0 +181540,0,0,0,0,0 +181541,0,0,0,0,0 +181542,0,0,0,0,0 +181543,0,0,0,0,0 +181544,0,0,0,0,0 +181545,0,0,0,0,0 +181546,0,0,0,0,0 +181547,0,0,0,0,0 +181548,0,0,0,0,0 +181549,0,0,0,0,0 +181550,0,0,0,0,0 +181551,0,0,0,0,0 +181552,0,0,0,0,0 +181553,0,0,0,0,0 +181554,0,0,0,0,0 +181555,0,0,0,0,0 +181556,0,0,0,0,0 +181557,0,0,0,0,0 +181558,0,0,0,0,0 +181559,0,0,0,0,0 +181560,0,0,0,0,0 +181561,0,0,0,0,0 +181562,0,0,0,0,0 +181563,0,0,0,0,0 +181564,0,0,0,0,0 +181565,0,0,0,0,0 +181566,0,0,0,0,0 +181567,0,0,0,0,0 +181568,0,0,0,0,0 +181569,0,0,0,0,0 +181570,0,0,0,0,0 +181571,0,0,0,0,0 +181572,0,0,0,0,0 +181573,0,0,0,0,0 +181574,0,0,0,0,0 +181575,0,0,0,0,0 +181576,0,0,0,0,0 +181577,0,0,0,0,0 +181578,0,0,0,0,0 +181579,0,0,0,0,0 +181580,0,0,0,0,0 +181581,0,0,0,0,0 +181582,0,0,0,0,0 +181583,0,0,0,0,0 +181584,0,0,0,0,0 +181585,0,0,0,0,0 +181586,0,0,0,0,0 +181587,0,0,0,0,0 +181588,0,0,0,0,0 +181589,0,0,0,0,0 +181590,0,0,0,0,0 +181591,0,0,0,0,0 +181592,0,0,0,0,0 +181593,0,0,0,0,0 +181594,0,0,0,0,0 +181595,0,0,0,0,0 +181596,0,0,0,0,0 +181597,0,0,0,0,0 +181598,0,0,0,0,0 +181599,0,0,0,0,0 +181600,0,0,0,0,0 +181601,0,0,0,0,0 +181602,0,0,0,0,0 +181603,0,0,0,0,0 +181604,0,0,0,0,0 +181605,0,0,0,0,0 +181606,0,0,0,0,0 +181607,0,0,0,0,0 +181608,0,0,0,0,0 +181609,0,0,0,0,0 +181610,0,0,0,0,0 +181611,0,0,0,0,0 +181612,0,0,0,0,0 +181613,0,0,0,0,0 +181614,0,0,0,0,0 +181615,0,0,0,0,0 +181616,0,0,0,0,0 +181617,0,0,0,0,0 +181618,0,0,0,0,0 +181619,0,0,0,0,0 +181620,0,0,0,0,0 +181621,0,0,0,0,0 +181622,0,0,0,0,0 +181623,0,0,0,0,0 +181624,0,0,0,0,0 +181625,0,0,0,0,0 +181626,0,0,0,0,0 +181627,0,0,0,0,0 +181628,0,0,0,0,0 +181629,0,0,0,0,0 +181630,0,0,0,0,0 +181631,0,0,0,0,0 +181632,0,0,0,0,0 +181633,0,0,0,0,0 +181634,0,0,0,0,0 +181635,0,0,0,0,0 +181636,0,0,0,0,0 +181637,0,0,0,0,0 +181638,0,0,0,0,0 +181639,0,0,0,0,0 +181640,0,0,0,0,0 +181641,0,0,0,0,0 +181642,0,0,0,0,0 +181643,0,0,0,0,0 +181644,0,0,0,0,0 +181645,0,0,0,0,0 +181646,0,0,0,0,0 +181647,0,0,0,0,0 +181648,0,0,0,0,0 +181649,0,0,0,0,0 +181650,0,0,0,0,0 +181651,0,0,0,0,0 +181652,0,0,0,0,0 +181653,0,0,0,0,0 +181654,0,0,0,0,0 +181655,0,0,0,0,0 +181656,0,0,0,0,0 +181657,0,0,0,0,0 +181658,0,0,0,0,0 +181659,0,0,0,0,0 +181660,0,0,0,0,0 +181661,0,0,0,0,0 +181662,0,0,0,0,0 +181663,0,0,0,0,0 +181664,0,0,0,0,0 +181665,0,0,0,0,0 +181666,0,0,0,0,0 +181667,0,0,0,0,0 +181668,0,0,0,0,0 +181669,0,0,0,0,0 +181670,0,0,0,0,0 +181671,0,0,0,0,0 +181672,0,0,0,0,0 +181673,0,0,0,0,0 +181674,0,0,0,0,0 +181675,0,0,0,0,0 +181676,0,0,0,0,0 +181677,0,0,0,0,0 +181678,0,0,0,0,0 +181679,0,0,0,0,0 +181680,0,0,0,0,0 +181681,0,0,0,0,0 +181682,0,0,0,0,0 +181683,0,0,0,0,0 +181684,0,0,0,0,0 +181685,0,0,0,0,0 +181686,0,0,0,0,0 +181687,0,0,0,0,0 +181688,0,0,0,0,0 +181689,0,0,0,0,0 +181690,0,0,0,0,0 +181691,0,0,0,0,0 +181692,0,0,0,0,0 +181693,0,0,0,0,0 +181694,0,0,0,0,0 +181695,0,0,0,0,0 +181696,0,0,0,0,0 +181697,0,0,0,0,0 +181698,0,0,0,0,0 +181699,0,0,0,0,0 +181700,0,0,0,0,0 +181701,0,0,0,0,0 +181702,0,0,0,0,0 +181703,0,0,0,0,0 +181704,0,0,0,0,0 +181705,0,0,0,0,0 +181706,0,0,0,0,0 +181707,0,0,0,0,0 +181708,0,0,0,0,0 +181709,0,0,0,0,0 +181710,0,0,0,0,0 +181711,0,0,0,0,0 +181712,0,0,0,0,0 +181713,0,0,0,0,0 +181714,0,0,0,0,0 +181715,0,0,0,0,0 +181716,0,0,0,0,0 +181717,0,0,0,0,0 +181718,0,0,0,0,0 +181719,0,0,0,0,0 +181720,0,0,0,0,0 +181721,0,0,0,0,0 +181722,0,0,0,0,0 +181723,0,0,0,0,0 +181724,0,0,0,0,0 +181725,0,0,0,0,0 +181726,0,0,0,0,0 +181727,0,0,0,0,0 +181728,0,0,0,0,0 +181729,0,0,0,0,0 +181730,0,0,0,0,0 +181731,0,0,0,0,0 +181732,0,0,0,0,0 +181733,0,0,0,0,0 +181734,0,0,0,0,0 +181735,0,0,0,0,0 +181736,0,0,0,0,0 +181737,0,0,0,0,0 +181738,0,0,0,0,0 +181739,0,0,0,0,0 +181740,0,0,0,0,0 +181741,0,0,0,0,0 +181742,0,0,0,0,0 +181743,0,0,0,0,0 +181744,0,0,0,0,0 +181745,0,0,0,0,0 +181746,0,0,0,0,0 +181747,0,0,0,0,0 +181748,0,0,0,0,0 +181749,0,0,0,0,0 +181750,0,0,0,0,0 +181751,0,0,0,0,0 +181752,0,0,0,0,0 +181753,0,0,0,0,0 +181754,0,0,0,0,0 +181755,0,0,0,0,0 +181756,0,0,0,0,0 +181757,0,0,0,0,0 +181758,0,0,0,0,0 +181759,0,0,0,0,0 +181760,0,0,0,0,0 +181761,0,0,0,0,0 +181762,0,0,0,0,0 +181763,0,0,0,0,0 +181764,0,0,0,0,0 +181765,0,0,0,0,0 +181766,0,0,0,0,0 +181767,0,0,0,0,0 +181768,0,0,0,0,0 +181769,0,0,0,0,0 +181770,0,0,0,0,0 +181771,0,0,0,0,0 +181772,0,0,0,0,0 +181773,0,0,0,0,0 +181774,0,0,0,0,0 +181775,0,0,0,0,0 +181776,0,0,0,0,0 +181777,0,0,0,0,0 +181778,0,0,0,0,0 +181779,0,0,0,0,0 +181780,0,0,0,0,0 +181781,0,0,0,0,0 +181782,0,0,0,0,0 +181783,0,0,0,0,0 +181784,0,0,0,0,0 +181785,0,0,0,0,0 +181786,0,0,0,0,0 +181787,0,0,0,0,0 +181788,0,0,0,0,0 +181789,0,0,0,0,0 +181790,0,0,0,0,0 +181791,0,0,0,0,0 +181792,0,0,0,0,0 +181793,0,0,0,0,0 +181794,0,0,0,0,0 +181795,0,0,0,0,0 +181796,0,0,0,0,0 +181797,0,0,0,0,0 +181798,0,0,0,0,0 +181799,0,0,0,0,0 +181800,0,0,0,0,0 +181801,0,0,0,0,0 +181802,0,0,0,0,0 +181803,0,0,0,0,0 +181804,0,0,0,0,0 +181805,0,0,0,0,0 +181806,0,0,0,0,0 +181807,0,0,0,0,0 +181808,0,0,0,0,0 +181809,0,0,0,0,0 +181810,0,0,0,0,0 +181811,0,0,0,0,0 +181812,0,0,0,0,0 +181813,0,0,0,0,0 +181814,0,0,0,0,0 +181815,0,0,0,0,0 +181816,0,0,0,0,0 +181817,0,0,0,0,0 +181818,0,0,0,0,0 +181819,0,0,0,0,0 +181820,0,0,0,0,0 +181821,0,0,0,0,0 +181822,0,0,0,0,0 +181823,0,0,0,0,0 +181824,0,0,0,0,0 +181825,0,0,0,0,0 +181826,0,0,0,0,0 +181827,0,0,0,0,0 +181828,0,0,0,0,0 +181829,0,0,0,0,0 +181830,0,0,0,0,0 +181831,0,0,0,0,0 +181832,0,0,0,0,0 +181833,0,0,0,0,0 +181834,0,0,0,0,0 +181835,0,0,0,0,0 +181836,0,0,0,0,0 +181837,0,0,0,0,0 +181838,0,0,0,0,0 +181839,0,0,0,0,0 +181840,0,0,0,0,0 +181841,0,0,0,0,0 +181842,0,0,0,0,0 +181843,0,0,0,0,0 +181844,0,0,0,0,0 +181845,0,0,0,0,0 +181846,0,0,0,0,0 +181847,0,0,0,0,0 +181848,0,0,0,0,0 +181849,0,0,0,0,0 +181850,0,0,0,0,0 +181851,0,0,0,0,0 +181852,0,0,0,0,0 +181853,0,0,0,0,0 +181854,0,0,0,0,0 +181855,0,0,0,0,0 +181856,0,0,0,0,0 +181857,0,0,0,0,0 +181858,0,0,0,0,0 +181859,0,0,0,0,0 +181860,0,0,0,0,0 +181861,-1557.964209,0,0,-108.5683311,0 +181862,0,36.97077532,0,0,0 +181863,0,167.9116401,0,0,0 +181864,0,101.490868,0,0,0 +181865,0,140.3331414,0,0,0 +181866,0,154.0923629,178.9827856,0,0 +181867,0,167.8795475,220.0002604,0,0 +181868,0,181.2044703,190.2942116,0,0 +181869,0,194.7762447,231.7446217,0,0 +181870,0,207.8246023,251.2770303,0,0 +181871,0,221.1629408,269.1067622,0,0 +181872,0,234.1138262,287.5604046,0,0 +181873,0,246.9258039,305.3319827,0,0 +181874,0,260.0864676,322.8926749,0,0 +181875,0,272.3514077,340.168482,0,0 +181876,0,285.3574952,357.5799893,0,0 +181877,0,297.5855598,373.7536021,0,0 +181878,0,310.4837471,390.4842979,0,0 +181879,0,322.4506539,406.6852206,0,0 +181880,0,334.7228213,422.7199851,0,0 +181881,0,347.1929596,438.4098442,0,0 +181882,0,359.1600788,454.0180092,0,0 +181883,0,371.0105476,469.286196,0,0 +181884,0,383.3709792,484.3203551,0,0 +181885,0,395.0678923,499.2038834,0,0 +181886,0,406.9446178,513.7629178,0,0 +181887,0,418.7016136,528.3154224,0,0 +181888,0,430.3929608,542.467315,0,0 +181889,0,442.0408598,556.5013937,0,0 +181890,0,453.5979542,570.3744569,0,0 +181891,0,463.2806241,580.7324682,0,0 +181892,0,472.5045833,590.5145124,0,0 +181893,0,481.6705975,600.0474131,0,0 +181894,0,490.4646158,609.0832632,0,0 +181895,0,499.0990799,617.7933793,0,0 +181896,0,502.8464775,615.7429211,0,0 +181897,0,510.3374807,622.3407439,0,0 +181898,0,518.2224308,629.3150156,0,0 +181899,0,525.7944428,636.6019475,0,0 +181900,0,533.9828649,643.5323315,0,0 +181901,0,541.3107359,650.3573337,0,0 +181902,0,548.9590376,656.9088528,0,0 +181903,0,556.3233144,663.4436134,0,0 +181904,0,563.5094313,669.6803193,0,0 +181905,0,570.7203042,676.8746679,0,0 +181906,0,577.6954796,686.3909439,0,0 +181907,0,584.6499115,681.9787928,0,0 +181908,0,591.4930275,690.8631349,0,0 +181909,0,598.1414349,700.0635119,0,0 +181910,0,604.8017947,702.1836057,0,0 +181911,0,611.2239251,707.8214964,0,0 +181912,0,617.6344749,712.6719454,0,0 +181913,0,623.9419886,717.125834,0,0 +181914,0,630.055025,721.7555616,0,0 +181915,0,636.1546449,725.8307214,0,0 +181916,0,642.15632,729.9258046,0,0 +181917,0,647.963442,733.9761016,0,0 +181918,0,653.7638894,737.7015216,0,0 +181919,0,659.4702701,741.354285,0,0 +181920,0,666.7364143,745.5168945,0,0 +181921,0,673.592217,752.1429339,0,0 +181922,0,680.284826,743.9543817,0,0 +181923,0,686.7474101,757.9488251,0,0 +181924,0,693.1721891,756.1839422,0,0 +181925,0,699.4265641,759.5647565,0,0 +181926,0,705.6027314,762.2597899,0,0 +181927,0,711.5440287,764.5942583,0,0 +181928,0,717.4573491,766.8805502,0,0 +181929,0,723.2075968,768.9430989,0,0 +181930,0,728.8877849,771.086198,0,0 +181931,0,734.3359964,772.9151809,0,0 +181932,0,739.7653532,774.7023138,0,0 +181933,0,745.0365019,776.3541893,0,0 +181934,0,750.1990997,777.8904501,0,0 +181935,0,755.2925176,779.3117057,0,0 +181936,0,759.6863432,780.5405644,0,0 +181937,0,765.2491321,784.0173251,0,0 +181938,0,769.6032304,779.5958345,0,0 +181939,0,774.2885479,785.6142154,0,0 +181940,0,778.7863381,792.0585634,0,0 +181941,0,783.1771077,773.8269468,0,0 +181942,0,787.4645054,792.0788007,0,0 +181943,0,791.6477595,785.5866256,0,0 +181944,0,795.68025,787.3230544,0,0 +181945,0,799.7341185,787.752909,0,0 +181946,0,803.5795651,788.0719717,0,0 +181947,0,807.4214047,788.3036199,0,0 +181948,0,811.0346689,788.4525257,0,0 +181949,0,814.613237,788.518779,0,0 +181950,0,818.1771741,788.5055161,0,0 +181951,0,821.8370029,788.4760559,0,0 +181952,0,825.5147253,788.3900708,0,0 +181953,0,829.1348679,788.2338368,0,0 +181954,0,832.6473459,788.0047667,0,0 +181955,0,836.2808908,787.7023676,0,0 +181956,0,839.61005,787.3287723,0,0 +181957,0,843.0404921,786.8846816,0,0 +181958,0,846.3536941,786.3724807,0,0 +181959,0,849.6140232,785.792945,0,0 +181960,0,852.7600559,794.8152083,0,0 +181961,0,855.976007,769.6542629,0,0 +181962,0,859.013715,791.0187133,0,0 +181963,0,862.0384354,781.8540375,0,0 +181964,0,864.9940472,781.0054624,0,0 +181965,0,867.9436608,782.4618649,0,0 +181966,0,870.6994417,778.3196806,0,0 +181967,0,873.4615984,779.6399583,0,0 +181968,0,876.250964,777.7541848,0,0 +181969,0,878.8707732,776.5899714,0,0 +181970,0,881.4820837,775.4456153,0,0 +181971,0,884.0269659,774.1653348,0,0 +181972,0,886.5153836,772.8514771,0,0 +181973,0,888.9474735,771.4898717,0,0 +181974,0,891.324088,770.0831759,0,0 +181975,0,893.6454432,768.6320866,0,0 +181976,0,895.8567652,767.2207599,0,0 +181977,0,898.1515312,765.5603541,0,0 +181978,0,900.2701167,764.046641,0,0 +181979,0,902.4419264,762.4161365,0,0 +181980,0,904.4128089,760.7628077,0,0 +181981,0,906.4444901,759.1512639,0,0 +181982,0,908.3711458,757.5407972,0,0 +181983,0,910.2560037,755.9954939,0,0 +181984,0,912.0913848,754.2249019,0,0 +181985,0,913.8778537,752.615726,0,0 +181986,0,915.6162908,750.9092993,0,0 +181987,0,917.2493927,758.429509,0,0 +181988,0,918.9777648,733.3904969,0,0 +181989,0,920.5325888,752.7338726,0,0 +181990,0,922.093063,742.3779696,0,0 +181991,0,923.5980894,742.1558881,0,0 +181992,0,925.0579132,740.3533842,0,0 +181993,0,926.4725268,738.5377383,0,0 +181994,0,927.8424899,736.705881,0,0 +181995,0,929.1677354,734.8600874,0,0 +181996,0,930.4487023,733.00201,0,0 +181997,0,931.6852107,731.1308417,0,0 +181998,0,915.3751913,716.340722,0,0 +181999,0,913.5235907,712.6260415,0,0 +182000,0,912.9585203,709.9179051,0,0 +182001,0,912.6756219,707.4496327,0,0 +182002,0,912.5502744,705.1230412,0,0 +182003,0,912.5024942,702.951379,0,0 +182004,0,912.4960589,700.6408098,0,0 +182005,0,912.5105416,698.5411666,0,0 +182006,0,912.534332,696.4021615,0,0 +182007,0,912.5595288,694.302844,0,0 +182008,0,912.5811123,692.2276664,0,0 +182009,0,912.5948099,690.1735319,0,0 +182010,0,912.5976752,688.1381786,0,0 +182011,0,909.8827338,683.7214881,0,0 +182012,0,906.5339189,685.2967437,0,0 +182013,0,902.9092455,664.4434297,0,0 +182014,0,898.9894563,673.7802991,0,0 +182015,0,894.9997659,662.8585818,0,0 +182016,0,890.7520195,658.8259792,0,0 +182017,0,886.2367737,653.8189858,0,0 +182018,0,881.6679476,648.4622407,0,0 +182019,0,876.8901393,643.386598,0,0 +182020,0,871.9701344,638.0833104,0,0 +182021,0,866.9617608,632.9233406,0,0 +182022,0,861.6207953,627.6993555,0,0 +182023,0,856.4052341,622.438166,0,0 +182024,0,850.8917342,617.07764,0,0 +182025,0,845.3685525,612.0609084,0,0 +182026,0,839.5834203,606.6593642,0,0 +182027,0,833.7496062,601.4738618,0,0 +182028,0,827.9389923,596.2267261,0,0 +182029,0,821.7889565,590.9980155,0,0 +182030,0,815.6955786,585.8432042,0,0 +182031,0,809.5542205,580.5458539,0,0 +182032,0,803.0467364,575.3369154,0,0 +182033,0,796.7785948,570.3150916,0,0 +182034,0,790.2212271,565.0163862,0,0 +182035,0,783.6011739,559.9409318,0,0 +182036,0,776.9046622,554.811037,0,0 +182037,0,772.3065991,549.7776728,0,0 +182038,0,767.262971,544.6152599,0,0 +182039,0,762.1395927,539.612066,0,0 +182040,0,757.4402393,534.5774631,0,0 +182041,0,751.5050307,529.5939976,0,0 +182042,0,732.8585668,525.7194308,0,0 +182043,0,725.3104782,521.3994345,0,0 +182044,0,718.8789967,516.7184103,0,0 +182045,0,712.538049,512.2899466,0,0 +182046,0,706.3125188,514.5322402,0,0 +182047,0,700.0718977,492.9351708,0,0 +182048,0,693.9552917,507.4920481,0,0 +182049,0,687.7424646,487.7719982,0,0 +182050,0,681.5639002,492.6748354,0,0 +182051,0,675.3255566,485.0144012,0,0 +182052,0,669.1862183,481.216658,0,0 +182053,0,662.9387198,476.995495,0,0 +182054,0,656.6757939,472.7330472,0,0 +182055,0,650.4984964,468.4192267,0,0 +182056,0,644.2168477,464.1886764,0,0 +182057,0,637.920094,460.0703878,0,0 +182058,0,631.7059798,455.8741637,0,0 +182059,0,612.3830786,453.5241601,0,0 +182060,0,604.138342,449.9955663,0,0 +182061,0,596.745414,446.3719352,0,0 +182062,0,589.6768688,442.7043319,0,0 +182063,0,582.5962723,439.1778868,0,0 +182064,0,575.7204105,435.6222203,0,0 +182065,0,568.7725172,432.0235134,0,0 +182066,0,561.9892856,428.5048237,0,0 +182067,0,555.1560972,425.0930722,0,0 +182068,0,548.3490884,421.6128504,0,0 +182069,0,531.260427,427.1222311,0,0 +182070,0,522.8900609,425.1393607,0,0 +182071,0,518.4192213,425.5875751,0,0 +182072,0,513.9936181,426.1558481,0,0 +182073,0,510.5441284,426.8451552,0,0 +182074,0,507.1372787,427.6644606,0,0 +182075,0,503.928457,428.6078767,0,0 +182076,0,500.9110605,429.6671781,0,0 +182077,0,498.1423621,430.8382365,0,0 +182078,0,495.4655302,432.1614144,0,0 +182079,0,492.9690008,433.4723188,0,0 +182080,0,490.6102645,434.9872788,0,0 +182081,0,488.3562829,436.5569912,40.24370287,0 +182082,0,486.30832,438.1819223,25.18663976,0 +182083,0,484.3143045,440.1389447,32.63560091,0 +182084,0,482.465513,442.1880568,37.07568921,0 +182085,0,480.7242241,444.4430912,40.70538134,0 +182086,0,479.0905534,446.6764709,44.23112791,0 +182087,0,477.560675,449.1188272,47.9113025,0 +182088,0,476.099738,451.6135722,51.44457281,0 +182089,0,474.8114214,454.2100433,54.98987599,0 +182090,0,473.5472919,456.8976136,58.60891867,0 +182091,0,472.4009809,459.6741908,62.09964717,0 +182092,0,471.3363072,462.5377779,65.72488228,0 +182093,0,470.3562262,465.4871363,69.19735215,0 +182094,0,469.4578548,468.5694845,72.82248348,0 +182095,0,468.6393372,471.6075437,76.33667002,0 +182096,0,467.8981527,474.8411039,79.88789376,0 +182097,0,467.2327039,478.0587442,83.4338748,0 +182098,0,466.6407325,481.4872425,86.91713821,0 +182099,0,466.0913136,484.9285615,90.54693211,0 +182100,0,465.6859569,488.3638924,94.04891061,0 +182101,0,464.8226005,490.7279321,97.16459905,0 +182102,0,464.0465215,493.1089726,100.2630049,0 +182103,0,463.3235687,495.5580179,103.299417,0 +182104,0,462.6580116,498.0611947,106.5027665,0 +182105,0,462.0490606,501.6540887,109.5336019,0 +182106,0,469.6832438,483.2583417,104.8968098,0 +182107,0,470.3537989,485.1543839,106.5708318,0 +182108,0,470.5615178,485.1483227,108.8684723,0 +182109,0,470.6124325,486.6486897,111.0876244,0 +182110,0,470.6288277,488.1969008,113.7283539,0 +182111,0,470.6364244,489.8857423,116.1721944,0 +182112,0,470.6498713,491.6841255,118.6472723,0 +182113,0,470.6768227,493.5747323,121.4040289,0 +182114,0,470.7209481,495.5470431,123.7915116,0 +182115,0,470.7845393,497.5948479,126.3629042,0 +182116,0,470.8685595,500.0425241,129.077367,0 +182117,0,470.973794,503.0444316,131.6086417,0 +182118,0,471.1003883,503.9299883,134.3250286,0 +182119,0,471.2485768,508.6700295,136.7923728,0 +182120,0,471.4181835,507.3590362,139.3969732,0 +182121,0,471.6091594,516.0428302,142.145282,0 +182122,0,471.8211513,508.4403843,144.7047009,0 +182123,0,472.0539146,514.9764415,147.3552751,0 +182124,0,472.3069782,520.7330459,149.8916775,0 +182125,0,472.5799492,520.7336217,152.6912108,0 +182126,0,472.8722586,524.0842321,155.3543276,0 +182127,0,473.1833906,526.9351951,157.8601495,0 +182128,0,473.5127202,529.5685583,160.5867319,0 +182129,0,473.8596411,532.4230282,163.2165842,0 +182130,0,474.2234864,535.1981422,165.7588891,0 +182131,0,473.4203693,536.4569655,167.8437815,0 +182132,0,472.4014994,537.2811091,169.5302634,0 +182133,0,471.2843897,538.0212621,171.2428968,0 +182134,0,470.1026703,538.6655173,172.8780429,0 +182135,0,468.8713351,539.2441507,174.4653129,0 +182136,0,467.5985989,539.7669952,176.0089247,0 +182137,0,466.2897886,540.2403993,177.5121947,0 +182138,0,464.9186691,540.668367,178.9772396,0 +182139,0,463.5927514,541.0541361,180.4018368,0 +182140,0,462.1726826,541.4000985,181.8001015,0 +182141,0,460.7549288,541.7082715,183.1573556,0 +182142,0,459.3088607,541.9812015,184.4845261,0 +182143,0,457.8412697,542.2195832,185.7794136,0 +182144,0,456.3535146,542.4255568,187.0433688,0 +182145,0,454.8178899,542.6003189,188.2772482,0 +182146,0,453.3371993,542.687423,189.4817993,0 +182147,0,451.7748479,542.8917763,190.6577724,0 +182148,0,448.0313916,566.4058382,201.564168,0 +182149,0,446.2872546,569.8259598,204.4961095,0 +182150,0,444.6671071,571.8125585,206.4132708,0 +182151,0,443.1663768,573.2894599,208.2236214,0 +182152,0,441.622273,574.5289398,209.8800772,0 +182153,0,440.1159282,575.5516031,211.4497898,0 +182154,0,438.6120971,576.6154371,212.9523423,0 +182155,53.81085633,437.1137591,577.4480628,214.3991937,0 +182156,42.2677877,435.6121466,578.2130983,215.7673591,0 +182157,17.77300536,433.8384529,578.9348431,217.1126497,0 +182158,41.94032339,432.77801,579.7109813,218.5964411,0 +182159,45.02074457,431.0731571,580.1870376,219.6146481,0 +182160,43.84326596,429.9142795,580.7815104,220.9530763,0 +182161,48.24009512,428.1877764,581.7883315,222.3075676,0 +182162,51.28307436,427.1338317,582.8375724,223.6640459,0 +182163,54.53727555,425.8642977,583.9820618,225.057334,0 +182164,57.44322899,424.6380651,585.0204155,226.2222954,0 +182165,60.56202022,423.4209722,586.059945,227.7733565,0 +182166,63.49517223,422.2084033,587.008228,228.9400803,0 +182167,66.42346998,420.9982751,588.0832569,230.2268822,0 +182168,69.29071319,419.7901039,588.9806883,231.458237,0 +182169,72.10911254,418.5836495,589.9066565,232.663234,0 +182170,74.87082376,417.3786806,590.7908512,233.8417816,0 +182171,77.52873224,416.1750798,591.6459384,234.9946064,0 +182172,80.35215704,414.9727063,592.4724778,236.1222187,0 +182173,82.82844906,413.7715283,593.2715111,237.2251971,0 +182174,85.39841455,412.5714755,594.043803,238.3040343,0 +182175,88.01848631,411.3725858,594.7902771,239.3592852,0 +182176,90.52401812,410.174846,595.5116335,240.3914149,0 +182177,92.80166661,408.9783513,596.2087472,241.4009595,0 +182178,95.36910882,407.783133,596.8822592,242.3883601,0 +182179,97.66497498,406.5893315,597.5330064,243.3541373,0 +182180,100.0022216,405.3970112,598.1615785,244.2987114,0 +182181,102.2865994,404.2063451,598.7687772,245.2225878,0 +182182,104.5366782,403.0174187,599.4191097,246.1261665,0 +182183,106.7494702,401.8304266,599.8240914,247.0099378,0 +182184,108.9273984,400.6454658,600.5171908,247.8742813,0 +182185,110.985404,399.4627423,600.9850641,248.7196715,0 +182186,113.3190414,398.2823566,601.5059664,249.5464674,0 +182187,115.1907816,397.1045182,601.9976251,250.355127,0 +182188,117.3234771,395.9293244,602.4722794,251.1459885,0 +182189,119.3240941,394.7569821,602.930283,251.9194928,0 +182190,121.2157111,393.5875804,603.3720643,252.6759582,0 +182191,124.245655,393.0129648,605.116661,253.9475343,0 +182192,127.0358703,392.5621396,606.9640686,255.3168765,0 +182193,130.241873,392.1763074,609.0657835,256.7297822,0 +182194,133.0280298,391.8364005,611.096453,258.2940949,0 +182195,136.1425724,391.5347714,613.2698778,259.49891,0 +182196,139.274417,391.2669533,615.5151306,261.2228076,0 +182197,142.3627855,391.0301502,617.8039296,262.5727371,0 +182198,145.3962032,390.8222778,620.0531933,264.2352368,0 +182199,148.5899228,390.6417776,622.5444265,265.674305,0 +182200,151.6300659,390.4872549,624.7632625,267.1824703,0 +182201,154.8357477,390.357572,627.2516202,268.7190547,0 +182202,157.8942485,390.2516224,629.7364785,270.3960114,0 +182203,161.1231258,390.1684832,632.2590928,271.8797634,0 +182204,164.1930905,390.1072081,634.7325797,273.4288712,0 +182205,167.4373139,390.0670068,637.3716183,275.0044838,0 +182206,170.3890174,390.0470575,639.8953577,276.7183035,0 +182207,173.8511316,390.046681,642.5282392,278.2372515,0 +182208,176.8434684,390.0651458,645.2814727,279.8197155,0 +182209,180.1360257,390.1018523,647.8799614,281.4272118,0 +182210,183.382212,390.1561509,650.5798253,283.1713626,0 +182211,186.4408515,390.2275153,653.374941,284.7195491,0 +182212,189.6671889,390.3153555,656.0612273,286.3298852,0 +182213,192.7789293,390.4191947,658.8501782,287.9642055,0 +182214,196.1381404,390.5384997,661.6891948,289.7339971,0 +182215,199.3171539,390.6728432,664.5385049,291.3071059,0 +182216,202.478046,390.82173,667.4001989,292.9413051,0 +182217,205.7824572,390.9847624,670.236097,294.5987121,0 +182218,208.9245685,391.1614849,673.0409999,296.3906421,0 +182219,212.2371146,391.3515343,678.1916782,297.9854133,0 +182220,215.386916,391.5544772,677.3821985,299.6404124,0 +182221,0,0,0,0,0 +182222,0,0,0,0,0 +182223,0,0,0,0,0 +182224,0,0,0,0,0 +182225,0,0,0,0,0 +182226,0,0,0,0,0 +182227,0,0,0,0,0 +182228,0,0,0,0,0 +182229,0,0,0,0,0 +182230,0,0,0,0,0 +182231,0,0,0,0,0 +182232,0,0,0,0,0 +182233,0,0,0,0,0 +182234,0,0,0,0,0 +182235,0,0,0,0,0 +182236,0,0,0,0,0 +182237,0,0,0,0,0 +182238,0,0,0,0,0 +182239,0,0,0,0,0 +182240,0,0,0,0,0 +182241,0,0,0,0,0 +182242,0,0,0,0,0 +182243,0,0,0,0,0 +182244,0,0,0,0,0 +182245,0,0,0,0,0 +182246,0,0,0,0,0 +182247,0,0,0,0,0 +182248,0,0,0,0,0 +182249,0,0,0,0,0 +182250,0,0,0,0,0 +182251,0,0,0,0,0 +182252,0,0,0,0,0 +182253,0,0,0,0,0 +182254,0,0,0,0,0 +182255,0,0,0,0,0 +182256,0,0,0,0,0 +182257,0,0,0,0,0 +182258,0,0,0,0,0 +182259,0,0,0,0,0 +182260,0,0,0,0,0 +182261,0,0,0,0,0 +182262,0,0,0,0,0 +182263,0,0,0,0,0 +182264,0,0,0,0,0 +182265,0,0,0,0,0 +182266,0,0,0,0,0 +182267,0,0,0,0,0 +182268,0,0,0,0,0 +182269,0,0,0,0,0 +182270,0,0,0,0,0 +182271,0,0,0,0,0 +182272,0,0,0,0,0 +182273,0,0,0,0,0 +182274,0,0,0,0,0 +182275,0,0,0,0,0 +182276,0,0,0,0,0 +182277,0,0,0,0,0 +182278,0,0,0,0,0 +182279,0,0,0,0,0 +182280,0,0,0,0,0 +182281,0,0,0,0,0 +182282,0,0,0,0,0 +182283,0,0,0,0,0 +182284,0,0,0,0,0 +182285,0,0,0,0,0 +182286,0,0,0,0,0 +182287,0,0,0,0,0 +182288,0,0,0,0,0 +182289,0,0,0,0,0 +182290,0,0,0,0,0 +182291,0,0,0,0,0 +182292,0,0,0,0,0 +182293,0,0,0,0,0 +182294,0,0,0,0,0 +182295,0,0,0,0,0 +182296,0,0,0,0,0 +182297,0,0,0,0,0 +182298,0,0,0,0,0 +182299,0,0,0,0,0 +182300,0,0,0,0,0 +182301,0,0,0,0,0 +182302,0,0,0,0,0 +182303,0,0,0,0,0 +182304,0,0,0,0,0 +182305,0,0,0,0,0 +182306,0,0,0,0,0 +182307,0,0,0,0,0 +182308,0,0,0,0,0 +182309,0,0,0,0,0 +182310,0,0,0,0,0 +182311,0,0,0,0,0 +182312,0,0,0,0,0 +182313,0,0,0,0,0 +182314,0,0,0,0,0 +182315,0,0,0,0,0 +182316,0,0,0,0,0 +182317,0,0,0,0,0 +182318,0,0,0,0,0 +182319,0,0,0,0,0 +182320,0,0,0,0,0 +182321,0,0,0,0,0 +182322,0,0,0,0,0 +182323,0,0,0,0,0 +182324,0,0,0,0,0 +182325,0,0,0,0,0 +182326,0,0,0,0,0 +182327,0,0,0,0,0 +182328,0,0,0,0,0 +182329,0,0,0,0,0 +182330,0,0,0,0,0 +182331,0,0,0,0,0 +182332,0,0,0,0,0 +182333,0,0,0,0,0 +182334,0,0,0,0,0 +182335,0,0,0,0,0 +182336,0,0,0,0,0 +182337,0,0,0,0,0 +182338,0,0,0,0,0 +182339,0,0,0,0,0 +182340,0,0,0,0,0 +182341,0,0,0,0,0 +182342,0,0,0,0,0 +182343,0,0,0,0,0 +182344,0,0,0,0,0 +182345,0,0,0,0,0 +182346,0,0,0,0,0 +182347,0,0,0,0,0 +182348,0,0,0,0,0 +182349,0,0,0,0,0 +182350,0,0,0,0,0 +182351,0,0,0,0,0 +182352,0,0,0,0,0 +182353,0,0,0,0,0 +182354,0,0,0,0,0 +182355,0,0,0,0,0 +182356,0,0,0,0,0 +182357,0,0,0,0,0 +182358,0,0,0,0,0 +182359,0,0,0,0,0 +182360,0,0,0,0,0 +182361,0,0,0,0,0 +182362,0,0,0,0,0 +182363,0,0,0,0,0 +182364,0,0,0,0,0 +182365,0,0,0,0,0 +182366,0,0,0,0,0 +182367,0,0,0,0,0 +182368,0,0,0,0,0 +182369,0,0,0,0,0 +182370,0,0,0,0,0 +182371,0,0,0,0,0 +182372,0,0,0,0,0 +182373,0,0,0,0,0 +182374,0,0,0,0,0 +182375,0,0,0,0,0 +182376,0,0,0,0,0 +182377,0,0,0,0,0 +182378,0,0,0,0,0 +182379,0,0,0,0,0 +182380,0,0,0,0,0 +182381,0,0,0,0,0 +182382,0,0,0,0,0 +182383,0,0,0,0,0 +182384,0,0,0,0,0 +182385,0,0,0,0,0 +182386,0,0,0,0,0 +182387,0,0,0,0,0 +182388,0,0,0,0,0 +182389,0,0,0,0,0 +182390,0,0,0,0,0 +182391,0,0,0,0,0 +182392,0,0,0,0,0 +182393,0,0,0,0,0 +182394,0,0,0,0,0 +182395,0,0,0,0,0 +182396,0,0,0,0,0 +182397,0,0,0,0,0 +182398,0,0,0,0,0 +182399,0,0,0,0,0 +182400,0,0,0,0,0 +182401,0,0,0,0,0 +182402,0,0,0,0,0 +182403,0,0,0,0,0 +182404,0,0,0,0,0 +182405,0,0,0,0,0 +182406,0,0,0,0,0 +182407,0,0,0,0,0 +182408,0,0,0,0,0 +182409,0,0,0,0,0 +182410,0,0,0,0,0 +182411,0,0,0,0,0 +182412,0,0,0,0,0 +182413,0,0,0,0,0 +182414,0,0,0,0,0 +182415,0,0,0,0,0 +182416,0,0,0,0,0 +182417,0,0,0,0,0 +182418,0,0,0,0,0 +182419,0,0,0,0,0 +182420,0,0,0,0,0 +182421,0,0,0,0,0 +182422,0,0,0,0,0 +182423,0,0,0,0,0 +182424,0,0,0,0,0 +182425,0,0,0,0,0 +182426,0,0,0,0,0 +182427,0,0,0,0,0 +182428,0,0,0,0,0 +182429,0,0,0,0,0 +182430,0,0,0,0,0 +182431,0,0,0,0,0 +182432,0,0,0,0,0 +182433,0,0,0,0,0 +182434,0,0,0,0,0 +182435,0,0,0,0,0 +182436,0,0,0,0,0 +182437,0,0,0,0,0 +182438,0,0,0,0,0 +182439,0,0,0,0,0 +182440,0,0,0,0,0 +182441,0,0,0,0,0 +182442,0,0,0,0,0 +182443,0,0,0,0,0 +182444,0,0,0,0,0 +182445,0,0,0,0,0 +182446,0,0,0,0,0 +182447,0,0,0,0,0 +182448,0,0,0,0,0 +182449,0,0,0,0,0 +182450,0,0,0,0,0 +182451,0,0,0,0,0 +182452,0,0,0,0,0 +182453,0,0,0,0,0 +182454,0,0,0,0,0 +182455,0,0,0,0,0 +182456,0,0,0,0,0 +182457,0,0,0,0,0 +182458,0,0,0,0,0 +182459,0,0,0,0,0 +182460,0,0,0,0,0 +182461,0,0,0,0,0 +182462,0,0,0,0,0 +182463,0,0,0,0,0 +182464,0,0,0,0,0 +182465,0,0,0,0,0 +182466,0,0,0,0,0 +182467,0,0,0,0,0 +182468,0,0,0,0,0 +182469,0,0,0,0,0 +182470,0,0,0,0,0 +182471,0,0,0,0,0 +182472,0,0,0,0,0 +182473,0,0,0,0,0 +182474,0,0,0,0,0 +182475,0,0,0,0,0 +182476,0,0,0,0,0 +182477,0,0,0,0,0 +182478,0,0,0,0,0 +182479,0,0,0,0,0 +182480,0,0,0,0,0 +182481,0,0,0,0,0 +182482,0,0,0,0,0 +182483,0,0,0,0,0 +182484,0,0,0,0,0 +182485,0,0,0,0,0 +182486,0,0,0,0,0 +182487,0,0,0,0,0 +182488,0,0,0,0,0 +182489,0,0,0,0,0 +182490,0,0,0,0,0 +182491,0,0,0,0,0 +182492,0,0,0,0,0 +182493,0,0,0,0,0 +182494,0,0,0,0,0 +182495,0,0,0,0,0 +182496,0,0,0,0,0 +182497,0,0,0,0,0 +182498,0,0,0,0,0 +182499,0,0,0,0,0 +182500,0,0,0,0,0 +182501,0,0,0,0,0 +182502,0,0,0,0,0 +182503,0,0,0,0,0 +182504,0,0,0,0,0 +182505,0,0,0,0,0 +182506,0,0,0,0,0 +182507,0,0,0,0,0 +182508,0,0,0,0,0 +182509,0,0,0,0,0 +182510,0,0,0,0,0 +182511,0,0,0,0,0 +182512,0,0,0,0,0 +182513,0,0,0,0,0 +182514,0,0,0,0,0 +182515,0,0,0,0,0 +182516,0,0,0,0,0 +182517,0,0,0,0,0 +182518,0,0,0,0,0 +182519,0,0,0,0,0 +182520,0,0,0,0,0 +182521,0,0,0,0,0 +182522,0,0,0,0,0 +182523,0,0,0,0,0 +182524,0,0,0,0,0 +182525,0,0,0,0,0 +182526,0,0,0,0,0 +182527,0,0,0,0,0 +182528,0,0,0,0,0 +182529,0,0,0,0,0 +182530,0,0,0,0,0 +182531,0,0,0,0,0 +182532,0,0,0,0,0 +182533,0,0,0,0,0 +182534,0,0,0,0,0 +182535,0,0,0,0,0 +182536,0,0,0,0,0 +182537,0,0,0,0,0 +182538,0,0,0,0,0 +182539,0,0,0,0,0 +182540,0,0,0,0,0 +182541,0,0,0,0,0 +182542,0,0,0,0,0 +182543,0,0,0,0,0 +182544,0,0,0,0,0 +182545,0,0,0,0,0 +182546,0,0,0,0,0 +182547,0,0,0,0,0 +182548,0,0,0,0,0 +182549,0,0,0,0,0 +182550,0,0,0,0,0 +182551,0,0,0,0,0 +182552,0,0,0,0,0 +182553,0,0,0,0,0 +182554,0,0,0,0,0 +182555,0,0,0,0,0 +182556,0,0,0,0,0 +182557,0,0,0,0,0 +182558,0,0,0,0,0 +182559,0,0,0,0,0 +182560,0,0,0,0,0 +182561,0,0,0,0,0 +182562,0,0,0,0,0 +182563,0,0,0,0,0 +182564,0,0,0,0,0 +182565,0,0,0,0,0 +182566,0,0,0,0,0 +182567,0,0,0,0,0 +182568,0,0,0,0,0 +182569,0,0,0,0,0 +182570,0,0,0,0,0 +182571,0,0,0,0,0 +182572,0,0,0,0,0 +182573,0,0,0,0,0 +182574,0,0,0,0,0 +182575,0,0,0,0,0 +182576,0,0,0,0,0 +182577,0,0,0,0,0 +182578,0,0,0,0,0 +182579,0,0,0,0,0 +182580,0,0,0,0,0 +182581,0,0,0,0,0 +182582,0,0,0,0,0 +182583,0,0,0,0,0 +182584,0,0,0,0,0 +182585,0,0,0,0,0 +182586,0,0,0,0,0 +182587,0,0,0,0,0 +182588,0,0,0,0,0 +182589,0,0,0,0,0 +182590,0,0,0,0,0 +182591,0,0,0,0,0 +182592,0,0,0,0,0 +182593,0,0,0,0,0 +182594,0,0,0,0,0 +182595,0,0,0,0,0 +182596,0,0,0,0,0 +182597,0,0,0,0,0 +182598,0,0,0,0,0 +182599,0,0,0,0,0 +182600,0,0,0,0,0 +182601,0,0,0,0,0 +182602,0,0,0,0,0 +182603,0,0,0,0,0 +182604,0,0,0,0,0 +182605,0,0,0,0,0 +182606,0,0,0,0,0 +182607,0,0,0,0,0 +182608,0,0,0,0,0 +182609,0,0,0,0,0 +182610,0,0,0,0,0 +182611,0,0,0,0,0 +182612,0,0,0,0,0 +182613,0,0,0,0,0 +182614,0,0,0,0,0 +182615,0,0,0,0,0 +182616,0,0,0,0,0 +182617,0,0,0,0,0 +182618,0,0,0,0,0 +182619,0,0,0,0,0 +182620,0,0,0,0,0 +182621,0,0,0,0,0 +182622,0,0,0,0,0 +182623,0,0,0,0,0 +182624,0,0,0,0,0 +182625,0,0,0,0,0 +182626,0,0,0,0,0 +182627,0,0,0,0,0 +182628,0,0,0,0,0 +182629,0,0,0,0,0 +182630,0,0,0,0,0 +182631,0,0,0,0,0 +182632,0,0,0,0,0 +182633,0,0,0,0,0 +182634,0,0,0,0,0 +182635,0,0,0,0,0 +182636,0,0,0,0,0 +182637,0,0,0,0,0 +182638,0,0,0,0,0 +182639,0,0,0,0,0 +182640,0,0,0,0,0 +182641,0,0,0,0,0 +182642,0,0,0,0,0 +182643,0,0,0,0,0 +182644,0,0,0,0,0 +182645,0,0,0,0,0 +182646,0,0,0,0,0 +182647,0,0,0,0,0 +182648,0,0,0,0,0 +182649,0,0,0,0,0 +182650,0,0,0,0,0 +182651,0,0,0,0,0 +182652,0,0,0,0,0 +182653,0,0,0,0,0 +182654,0,0,0,0,0 +182655,0,0,0,0,0 +182656,0,0,0,0,0 +182657,0,0,0,0,0 +182658,0,0,0,0,0 +182659,0,0,0,0,0 +182660,0,0,0,0,0 +182661,0,0,0,0,0 +182662,0,0,0,0,0 +182663,0,0,0,0,0 +182664,0,0,0,0,0 +182665,0,0,0,0,0 +182666,0,0,0,0,0 +182667,0,0,0,0,0 +182668,0,0,0,0,0 +182669,0,0,0,0,0 +182670,0,0,0,0,0 +182671,0,0,0,0,0 +182672,0,0,0,0,0 +182673,0,0,0,0,0 +182674,0,0,0,0,0 +182675,0,0,0,0,0 +182676,0,0,0,0,0 +182677,0,0,0,0,0 +182678,0,0,0,0,0 +182679,0,0,0,0,0 +182680,0,0,0,0,0 +182681,0,0,0,0,0 +182682,0,0,0,0,0 +182683,0,0,0,0,0 +182684,0,0,0,0,0 +182685,0,0,0,0,0 +182686,0,0,0,0,0 +182687,0,0,0,0,0 +182688,0,0,0,0,0 +182689,0,0,0,0,0 +182690,0,0,0,0,0 +182691,0,0,0,0,0 +182692,0,0,0,0,0 +182693,0,0,0,0,0 +182694,0,0,0,0,0 +182695,0,0,0,0,0 +182696,0,0,0,0,0 +182697,0,0,0,0,0 +182698,0,0,0,0,0 +182699,0,0,0,0,0 +182700,0,0,0,0,0 +182701,0,0,0,0,0 +182702,0,0,0,0,0 +182703,0,0,0,0,0 +182704,0,0,0,0,0 +182705,0,0,0,0,0 +182706,0,0,0,0,0 +182707,0,0,0,0,0 +182708,0,0,0,0,0 +182709,0,0,0,0,0 +182710,0,0,0,0,0 +182711,0,0,0,0,0 +182712,0,0,0,0,0 +182713,0,0,0,0,0 +182714,0,0,0,0,0 +182715,0,0,0,0,0 +182716,0,0,0,0,0 +182717,0,0,0,0,0 +182718,0,0,0,0,0 +182719,0,0,0,0,0 +182720,0,0,0,0,0 +182721,0,0,0,0,0 +182722,0,0,0,0,0 +182723,0,0,0,0,0 +182724,0,0,0,0,0 +182725,0,0,0,0,0 +182726,0,0,0,0,0 +182727,0,0,0,0,0 +182728,0,0,0,0,0 +182729,0,0,0,0,0 +182730,0,0,0,0,0 +182731,0,0,0,0,0 +182732,0,0,0,0,0 +182733,0,0,0,0,0 +182734,0,0,0,0,0 +182735,0,0,0,0,0 +182736,0,0,0,0,0 +182737,0,0,0,0,0 +182738,0,0,0,0,0 +182739,0,0,0,0,0 +182740,0,0,0,0,0 +182741,0,0,0,0,0 +182742,0,0,0,0,0 +182743,0,0,0,0,0 +182744,0,0,0,0,0 +182745,0,0,0,0,0 +182746,0,0,0,0,0 +182747,0,0,0,0,0 +182748,0,0,0,0,0 +182749,0,0,0,0,0 +182750,0,0,0,0,0 +182751,0,0,0,0,0 +182752,0,0,0,0,0 +182753,0,0,0,0,0 +182754,0,0,0,0,0 +182755,0,0,0,0,0 +182756,0,0,0,0,0 +182757,0,0,0,0,0 +182758,0,0,0,0,0 +182759,0,0,0,0,0 +182760,0,0,0,0,0 +182761,0,0,0,0,0 +182762,0,0,0,0,0 +182763,0,0,0,0,0 +182764,0,0,0,0,0 +182765,0,0,0,0,0 +182766,0,0,0,0,0 +182767,0,0,0,0,0 +182768,0,0,0,0,0 +182769,0,0,0,0,0 +182770,0,0,0,0,0 +182771,0,0,0,0,0 +182772,0,0,0,0,0 +182773,0,0,0,0,0 +182774,0,0,0,0,0 +182775,0,0,0,0,0 +182776,0,0,0,0,0 +182777,0,0,0,0,0 +182778,0,0,0,0,0 +182779,0,0,0,0,0 +182780,0,0,0,0,0 +182781,0,0,0,0,0 +182782,0,0,0,0,0 +182783,0,0,0,0,0 +182784,0,0,0,0,0 +182785,0,0,0,0,0 +182786,0,0,0,0,0 +182787,0,0,0,0,0 +182788,0,0,0,0,0 +182789,0,0,0,0,0 +182790,0,0,0,0,0 +182791,0,0,0,0,0 +182792,0,0,0,0,0 +182793,0,0,0,0,0 +182794,0,0,0,0,0 +182795,0,0,0,0,0 +182796,0,0,0,0,0 +182797,0,0,0,0,0 +182798,0,0,0,0,0 +182799,0,0,0,0,0 +182800,0,0,0,0,0 +182801,0,0,0,0,0 +182802,0,0,0,0,0 +182803,0,0,0,0,0 +182804,0,0,0,0,0 +182805,0,0,0,0,0 +182806,0,0,0,0,0 +182807,0,0,0,0,0 +182808,0,0,0,0,0 +182809,0,0,0,0,0 +182810,0,0,0,0,0 +182811,0,0,0,0,0 +182812,0,0,0,0,0 +182813,0,0,0,0,0 +182814,0,0,0,0,0 +182815,0,0,0,0,0 +182816,0,0,0,0,0 +182817,0,0,0,0,0 +182818,0,0,0,0,0 +182819,0,0,0,0,0 +182820,0,0,0,0,0 +182821,0,0,0,0,0 +182822,0,0,0,0,0 +182823,0,0,0,0,0 +182824,0,0,0,0,0 +182825,0,0,0,0,0 +182826,0,0,0,0,0 +182827,0,0,0,0,0 +182828,0,0,0,0,0 +182829,0,0,0,0,0 +182830,0,0,0,0,0 +182831,0,0,0,0,0 +182832,0,0,0,0,0 +182833,0,0,0,0,0 +182834,0,0,0,0,0 +182835,0,0,0,0,0 +182836,0,0,0,0,0 +182837,0,0,0,0,0 +182838,0,0,0,0,0 +182839,0,0,0,0,0 +182840,0,0,0,0,0 +182841,0,0,0,0,0 +182842,0,0,0,0,0 +182843,0,0,0,0,0 +182844,0,0,0,0,0 +182845,0,0,0,0,0 +182846,0,0,0,0,0 +182847,0,0,0,0,0 +182848,0,0,0,0,0 +182849,0,0,0,0,0 +182850,0,0,0,0,0 +182851,0,0,0,0,0 +182852,0,0,0,0,0 +182853,0,0,0,0,0 +182854,0,0,0,0,0 +182855,0,0,0,0,0 +182856,0,0,0,0,0 +182857,0,0,0,0,0 +182858,0,0,0,0,0 +182859,0,0,0,0,0 +182860,0,0,0,0,0 +182861,0,0,0,0,0 +182862,0,0,0,0,0 +182863,0,0,0,0,0 +182864,0,0,0,0,0 +182865,0,0,0,0,0 +182866,0,0,0,0,0 +182867,0,0,0,0,0 +182868,0,0,0,0,0 +182869,0,0,0,0,0 +182870,0,0,0,0,0 +182871,0,0,0,0,0 +182872,0,0,0,0,0 +182873,0,0,0,0,0 +182874,0,0,0,0,0 +182875,0,0,0,0,0 +182876,0,0,0,0,0 +182877,0,0,0,0,0 +182878,0,0,0,0,0 +182879,0,0,0,0,0 +182880,0,0,0,0,0 +182881,0,0,0,0,0 +182882,0,0,0,0,0 +182883,0,0,0,0,0 +182884,0,0,0,0,0 +182885,0,0,0,0,0 +182886,0,0,0,0,0 +182887,0,0,0,0,0 +182888,0,0,0,0,0 +182889,0,0,0,0,0 +182890,0,0,0,0,0 +182891,0,0,0,0,0 +182892,0,0,0,0,0 +182893,0,0,0,0,0 +182894,0,0,0,0,0 +182895,0,0,0,0,0 +182896,0,0,0,0,0 +182897,0,0,0,0,0 +182898,0,0,0,0,0 +182899,0,0,0,0,0 +182900,0,0,0,0,0 +182901,0,0,0,0,0 +182902,0,0,0,0,0 +182903,0,0,0,0,0 +182904,0,0,0,0,0 +182905,0,0,0,0,0 +182906,0,0,0,0,0 +182907,0,0,0,0,0 +182908,0,0,0,0,0 +182909,0,0,0,0,0 +182910,0,0,0,0,0 +182911,0,0,0,0,0 +182912,0,0,0,0,0 +182913,0,0,0,0,0 +182914,0,0,0,0,0 +182915,0,0,0,0,0 +182916,0,0,0,0,0 +182917,0,0,0,0,0 +182918,0,0,0,0,0 +182919,0,0,0,0,0 +182920,0,0,0,0,0 +182921,0,0,0,0,0 +182922,0,0,0,0,0 +182923,0,0,0,0,0 +182924,0,0,0,0,0 +182925,0,0,0,0,0 +182926,0,0,0,0,0 +182927,0,0,0,0,0 +182928,0,0,0,0,0 +182929,0,0,0,0,0 +182930,0,0,0,0,0 +182931,0,0,0,0,0 +182932,0,0,0,0,0 +182933,0,0,0,0,0 +182934,0,0,0,0,0 +182935,0,0,0,0,0 +182936,0,0,0,0,0 +182937,0,0,0,0,0 +182938,0,0,0,0,0 +182939,0,0,0,0,0 +182940,0,0,0,0,0 +182941,0,0,0,0,0 +182942,0,0,0,0,0 +182943,0,0,0,0,0 +182944,0,0,0,0,0 +182945,0,0,0,0,0 +182946,0,0,0,0,0 +182947,0,0,0,0,0 +182948,0,0,0,0,0 +182949,0,0,0,0,0 +182950,0,0,0,0,0 +182951,0,0,0,0,0 +182952,0,0,0,0,0 +182953,0,0,0,0,0 +182954,0,0,0,0,0 +182955,0,0,0,0,0 +182956,0,0,0,0,0 +182957,0,0,0,0,0 +182958,0,0,0,0,0 +182959,0,0,0,0,0 +182960,0,0,0,0,0 +182961,0,0,0,0,0 +182962,0,0,0,0,0 +182963,0,0,0,0,0 +182964,0,0,0,0,0 +182965,0,0,0,0,0 +182966,0,0,0,0,0 +182967,0,0,0,0,0 +182968,0,0,0,0,0 +182969,0,0,0,0,0 +182970,0,0,0,0,0 +182971,0,0,0,0,0 +182972,0,0,0,0,0 +182973,0,0,0,0,0 +182974,0,0,0,0,0 +182975,0,0,0,0,0 +182976,0,0,0,0,0 +182977,0,0,0,0,0 +182978,0,0,0,0,0 +182979,0,0,0,0,0 +182980,0,0,0,0,0 +182981,0,0,0,0,0 +182982,0,0,0,0,0 +182983,0,0,0,0,0 +182984,0,0,0,0,0 +182985,0,0,0,0,0 +182986,0,0,0,0,0 +182987,0,0,0,0,0 +182988,0,0,0,0,0 +182989,0,0,0,0,0 +182990,0,0,0,0,0 +182991,0,0,0,0,0 +182992,0,0,0,0,0 +182993,0,0,0,0,0 +182994,0,0,0,0,0 +182995,0,0,0,0,0 +182996,0,0,0,0,0 +182997,0,0,0,0,0 +182998,0,0,0,0,0 +182999,0,0,0,0,0 +183000,0,0,0,0,0 +183001,0,0,0,0,0 +183002,0,0,0,0,0 +183003,0,0,0,0,0 +183004,0,0,0,0,0 +183005,0,0,0,0,0 +183006,0,0,0,0,0 +183007,0,0,0,0,0 +183008,0,0,0,0,0 +183009,0,0,0,0,0 +183010,0,0,0,0,0 +183011,0,0,0,0,0 +183012,0,0,0,0,0 +183013,0,0,0,0,0 +183014,0,0,0,0,0 +183015,0,0,0,0,0 +183016,0,0,0,0,0 +183017,0,0,0,0,0 +183018,0,0,0,0,0 +183019,0,0,0,0,0 +183020,0,0,0,0,0 +183021,0,0,0,0,0 +183022,0,0,0,0,0 +183023,0,0,0,0,0 +183024,0,0,0,0,0 +183025,0,0,0,0,0 +183026,0,0,0,0,0 +183027,0,0,0,0,0 +183028,0,0,0,0,0 +183029,0,0,0,0,0 +183030,0,0,0,0,0 +183031,0,0,0,0,0 +183032,0,0,0,0,0 +183033,0,0,0,0,0 +183034,0,0,0,0,0 +183035,0,0,0,0,0 +183036,0,0,0,0,0 +183037,0,0,0,0,0 +183038,0,0,0,0,0 +183039,0,0,0,0,0 +183040,0,0,0,0,0 +183041,0,0,0,0,0 +183042,0,0,0,0,0 +183043,0,0,0,0,0 +183044,0,0,0,0,0 +183045,0,0,0,0,0 +183046,0,0,0,0,0 +183047,0,0,0,0,0 +183048,0,0,0,0,0 +183049,0,0,0,0,0 +183050,0,0,0,0,0 +183051,0,0,0,0,0 +183052,0,0,0,0,0 +183053,0,0,0,0,0 +183054,0,0,0,0,0 +183055,0,0,0,0,0 +183056,0,0,0,0,0 +183057,0,0,0,0,0 +183058,0,0,0,0,0 +183059,0,0,0,0,0 +183060,0,0,0,0,0 +183061,0,0,0,0,0 +183062,0,0,0,0,0 +183063,0,0,0,0,0 +183064,0,0,0,0,0 +183065,0,0,0,0,0 +183066,0,0,0,0,0 +183067,0,0,0,0,0 +183068,0,0,0,0,0 +183069,0,0,0,0,0 +183070,0,0,0,0,0 +183071,0,0,0,0,0 +183072,0,0,0,0,0 +183073,0,0,0,0,0 +183074,0,0,0,0,0 +183075,0,0,0,0,0 +183076,0,0,0,0,0 +183077,0,0,0,0,0 +183078,0,0,0,0,0 +183079,0,0,0,0,0 +183080,0,0,0,0,0 +183081,0,0,0,0,0 +183082,0,0,0,0,0 +183083,0,0,0,0,0 +183084,0,0,0,0,0 +183085,0,0,0,0,0 +183086,0,0,0,0,0 +183087,0,0,0,0,0 +183088,0,0,0,0,0 +183089,0,0,0,0,0 +183090,0,0,0,0,0 +183091,0,0,0,0,0 +183092,0,0,0,0,0 +183093,0,0,0,0,0 +183094,0,0,0,0,0 +183095,0,0,0,0,0 +183096,0,0,0,0,0 +183097,0,0,0,0,0 +183098,0,0,0,0,0 +183099,0,0,0,0,0 +183100,0,0,0,0,0 +183101,0,0,0,0,0 +183102,0,0,0,0,0 +183103,0,0,0,0,0 +183104,0,0,0,0,0 +183105,0,0,0,0,0 +183106,0,0,0,0,0 +183107,0,0,0,0,0 +183108,0,0,0,0,0 +183109,0,0,0,0,0 +183110,0,0,0,0,0 +183111,0,0,0,0,0 +183112,0,0,0,0,0 +183113,0,0,0,0,0 +183114,0,0,0,0,0 +183115,0,0,0,0,0 +183116,0,0,0,0,0 +183117,0,0,0,0,0 +183118,0,0,0,0,0 +183119,0,0,0,0,0 +183120,0,0,0,0,0 +183121,0,0,0,0,0 +183122,0,0,0,0,0 +183123,0,0,0,0,0 +183124,0,0,0,0,0 +183125,0,0,0,0,0 +183126,0,0,0,0,0 +183127,0,0,0,0,0 +183128,0,0,0,0,0 +183129,0,0,0,0,0 +183130,0,0,0,0,0 +183131,0,0,0,0,0 +183132,0,0,0,0,0 +183133,0,0,0,0,0 +183134,0,0,0,0,0 +183135,0,0,0,0,0 +183136,0,0,0,0,0 +183137,0,0,0,0,0 +183138,0,0,0,0,0 +183139,0,0,0,0,0 +183140,0,0,0,0,0 +183141,0,0,0,0,0 +183142,0,0,0,0,0 +183143,0,0,0,0,0 +183144,0,0,0,0,0 +183145,0,0,0,0,0 +183146,0,0,0,0,0 +183147,0,0,0,0,0 +183148,0,0,0,0,0 +183149,0,0,0,0,0 +183150,0,0,0,0,0 +183151,0,0,0,0,0 +183152,0,0,0,0,0 +183153,0,0,0,0,0 +183154,0,0,0,0,0 +183155,0,0,0,0,0 +183156,0,0,0,0,0 +183157,0,0,0,0,0 +183158,0,0,0,0,0 +183159,0,0,0,0,0 +183160,0,0,0,0,0 +183161,0,0,0,0,0 +183162,0,0,0,0,0 +183163,0,0,0,0,0 +183164,0,0,0,0,0 +183165,0,0,0,0,0 +183166,0,0,0,0,0 +183167,0,0,0,0,0 +183168,0,0,0,0,0 +183169,0,0,0,0,0 +183170,0,0,0,0,0 +183171,0,0,0,0,0 +183172,0,0,0,0,0 +183173,0,0,0,0,0 +183174,0,0,0,0,0 +183175,0,0,0,0,0 +183176,0,0,0,0,0 +183177,0,0,0,0,0 +183178,0,0,0,0,0 +183179,0,0,0,0,0 +183180,0,0,0,0,0 +183181,0,0,0,0,0 +183182,0,0,0,0,0 +183183,0,0,0,0,0 +183184,0,0,0,0,0 +183185,0,0,0,0,0 +183186,0,0,0,0,0 +183187,0,0,0,0,0 +183188,0,0,0,0,0 +183189,0,0,0,0,0 +183190,0,0,0,0,0 +183191,0,0,0,0,0 +183192,0,0,0,0,0 +183193,0,0,0,0,0 +183194,0,0,0,0,0 +183195,0,0,0,0,0 +183196,0,0,0,0,0 +183197,0,0,0,0,0 +183198,0,0,0,0,0 +183199,0,0,0,0,0 +183200,0,0,0,0,0 +183201,0,0,0,0,0 +183202,0,0,0,0,0 +183203,0,0,0,0,0 +183204,0,0,0,0,0 +183205,0,0,0,0,0 +183206,0,0,0,0,0 +183207,0,0,0,0,0 +183208,0,0,0,0,0 +183209,0,0,0,0,0 +183210,0,0,0,0,0 +183211,0,0,0,0,0 +183212,0,0,0,0,0 +183213,0,0,0,0,0 +183214,0,0,0,0,0 +183215,0,0,0,0,0 +183216,0,0,0,0,0 +183217,0,0,0,0,0 +183218,0,0,0,0,0 +183219,0,0,0,0,0 +183220,0,0,0,0,0 +183221,0,0,0,0,0 +183222,0,0,0,0,0 +183223,0,0,0,0,0 +183224,0,0,0,0,0 +183225,0,0,0,0,0 +183226,0,0,0,0,0 +183227,0,0,0,0,0 +183228,0,0,0,0,0 +183229,0,0,0,0,0 +183230,0,0,0,0,0 +183231,0,0,0,0,0 +183232,0,0,0,0,0 +183233,0,0,0,0,0 +183234,0,0,0,0,0 +183235,0,0,0,0,0 +183236,0,0,0,0,0 +183237,0,0,0,0,0 +183238,0,0,0,0,0 +183239,0,0,0,0,0 +183240,0,0,0,0,0 +183241,0,0,0,0,0 +183242,0,0,0,0,0 +183243,0,0,0,0,0 +183244,0,0,0,0,0 +183245,0,0,0,0,0 +183246,0,0,0,0,0 +183247,0,0,0,0,0 +183248,0,0,0,0,0 +183249,0,0,0,0,0 +183250,0,0,0,0,0 +183251,0,0,0,0,0 +183252,0,0,0,0,0 +183253,0,0,0,0,0 +183254,0,0,0,0,0 +183255,0,0,0,0,0 +183256,0,0,0,0,0 +183257,0,0,0,0,0 +183258,0,0,0,0,0 +183259,0,0,0,0,0 +183260,0,0,0,0,0 +183261,0,0,0,0,0 +183262,0,0,0,0,0 +183263,0,0,0,0,0 +183264,0,0,0,0,0 +183265,0,0,0,0,0 +183266,0,0,0,0,0 +183267,0,0,0,0,0 +183268,0,0,0,0,0 +183269,0,0,0,0,0 +183270,0,0,0,0,0 +183271,0,0,0,0,0 +183272,0,0,0,0,0 +183273,0,0,0,0,0 +183274,0,0,0,0,0 +183275,0,0,0,0,0 +183276,0,0,0,0,0 +183277,0,0,0,0,0 +183278,0,0,0,0,0 +183279,0,0,0,0,0 +183280,0,0,0,0,0 +183281,0,0,0,0,0 +183282,0,0,0,0,0 +183283,0,0,0,0,0 +183284,0,0,0,0,0 +183285,0,0,0,0,0 +183286,0,0,0,0,0 +183287,0,0,0,0,0 +183288,0,0,0,0,0 +183289,0,0,0,0,0 +183290,0,0,0,0,0 +183291,0,0,0,0,0 +183292,0,0,0,0,0 +183293,0,0,0,0,0 +183294,0,0,0,0,0 +183295,0,0,0,0,0 +183296,0,0,0,0,0 +183297,0,0,0,0,0 +183298,0,0,0,0,0 +183299,0,0,0,0,0 +183300,0,0,0,0,0 +183301,-1315.601206,-513.0427333,-1217.638737,-525.9958068,-113.4790983 +183302,-1245.253738,-483.284219,-1149.198392,-496.2467931,-86.62815046 +183303,-1301.482799,-506.912321,-1203.792356,-519.9737739,-141.0924966 +183304,-1316.211064,-460.3950648,-1170.288205,-526.2417035,-170.5174881 +183305,-1308.259848,81.40669128,293.4895579,-523.0982555,-183.268483 +183306,-1272.845518,-255.7717317,-611.5740711,-194.7335454,-176.5104876 +183307,-443.4927041,-150.0614693,-330.3377863,-238.0758819,-171.3947788 +183308,-736.3229729,-140.7561978,-313.3402758,-260.7660485,-175.3323972 +183309,-693.338559,-135.709681,-304.710744,-227.3197142,-177.0115825 +183310,-643.3779454,-130.3687821,-295.7430586,-221.0275346,-177.177827 +183311,-632.7387084,-125.086819,-284.1500674,-214.746723,-176.5822494 +183312,-624.4031613,-120.0698236,-276.4514122,-209.6337062,-175.638818 +183313,-611.8773065,-114.1363042,-266.732491,-204.1590474,-174.5706949 +183314,-602.2716469,-109.9834224,-256.639318,-198.3802615,-173.4959353 +183315,-595.9323262,-105.0127514,-249.5039277,-193.2852345,-172.4715554 +183316,-583.6929183,-99.20447479,-238.8883295,-187.9928334,-171.5202035 +183317,-574.8865317,-95.36834127,-231.3797036,-182.5120605,-170.6472419 +183318,-567.8094429,-90.01568561,-222.038849,-177.8731528,-169.8492917 +183319,-558.534583,-85.27087637,-214.2371251,-173.0943463,-169.1188391 +183320,-551.050144,-80.43334191,-204.5747033,-167.104673,-168.4467511 +183321,-541.3049289,-75.50449492,-198.2595257,-163.6773437,-167.8236792 +183322,-535.5716781,-71.62771335,-188.3051968,-157.9376931,-167.2407233 +183323,-525.4091434,-66.13512914,-179.9917898,-153.7472683,-166.6897955 +183324,-517.2150854,-62.50158514,-173.3806288,-148.8784421,-166.1637587 +183325,-513.3243391,-56.82534995,-164.8441481,-143.8913402,-165.6564277 +183326,-502.5633183,-53.06780302,-157.1058022,-139.9974323,-165.1625454 +183327,-495.021482,-48.03424888,-149.2671666,-134.7909318,-164.6776586 +183328,-489.6974921,-44.15899124,-141.3308296,-131.9631828,-164.1980693 +183329,-480.7238487,-39.39148618,-133.3011671,-127.8225076,-163.720702 +183330,-473.9865853,-34.97563615,-127.0947965,-124.8876999,-163.2430335 +183331,-469.5740007,-30.50140762,-117.9104439,-120.6050793,-162.7630493 +183332,-458.9061315,-25.53204741,-109.5920781,-118.2236532,-162.2791267 +183333,-454.3197863,-20.49476447,-102.1724576,-113.8056486,-161.7899419 +183334,-447.1399176,-16.27840958,-94.66619748,-110.6650369,-161.2944566 +183335,-441.1221215,-11.11237744,-85.06451101,-107.4812959,-160.7919036 +183336,-433.7126241,-6.782577324,-78.39844606,-104.2470308,-160.2818064 +183337,-426.1959443,-1.486330504,-69.62772938,-100.2634485,-159.7637476 +183338,-415.9153852,18.84474976,-35.85043602,-98.3439615,-159.2374713 +183339,-408.1122469,26.83838181,-24.55177176,-94.25624859,-158.6998012 +183340,-400.1752893,32.50970772,-13.11007204,-91.55377048,-158.1519786 +183341,-393.5323089,39.22941299,-5.891514001,-88.08913711,-157.5944246 +183342,-388.2224908,44.03233524,4.66957254,-84.58020897,-157.027397 +183343,-381.4130209,50.88788918,13.13227525,-81.7765809,-156.4511835 +183344,-374.5076874,55.78583158,22.76931439,-78.93784605,-155.8660698 +183345,-368.9755352,61.48853166,30.25323895,-75.30051234,-155.2721811 +183346,-361.9077755,67.24187217,40.04460911,-72.38721126,-154.669542 +183347,-357.7213814,72.78004895,47.65421727,-69.44289117,-154.0581064 +183348,-348.9835361,78.35514251,56.4573367,-66.46316513,-153.4378704 +183349,-344.6900502,83.70492973,65.3248009,-63.44761517,-152.8088585 +183350,-338.8247278,89.08856055,71.95301583,-59.60491308,-152.1711818 +183351,-331.3421175,95.03010058,82.09778805,-57.33270282,-151.5249838 +183352,-326.8979302,99.94004166,89.97832536,-54.22919797,-150.8704851 +183353,-319.2687845,105.6700465,96.73148987,-51.08929428,-150.2079179 +183354,-314.7332107,110.8915393,106.4633532,-48.7384688,-149.5375761 +183355,-308.5529833,116.1334266,113.3029053,-44.70593376,-148.8597501 +183356,-302.303988,121.6630911,121.9507847,-42.31032759,-148.174776 +183357,-297.62126,127.2074474,128.8628092,-39.47546828,-147.4829717 +183358,-289.6111618,131.9561634,138.1944077,-36.61030084,-146.7846883 +183359,-286.4944669,137.7974209,143.9749177,-33.29037656,-146.0802507 +183360,-280.0100405,142.838771,153.388386,-30.37557718,-145.3700094 +183361,588.0718927,267.151488,588.2680329,267.5033231,-153.3350278 +183362,588.4539452,271.5802727,594.7831351,268.6021017,-120.5194659 +183363,590.4868379,279.6090682,607.7649787,271.6736088,1041.942567 +183364,592.5673192,287.9743371,621.7043079,275.1085006,1073.200758 +183365,594.3013433,295.2600551,634.1101027,278.1606255,1088.440155 +183366,595.7159071,301.2839047,644.5578652,280.6770574,1096.34337 +183367,596.9042688,306.2900975,653.3695161,282.7435715,1102.134159 +183368,597.922183,310.5413077,660.9303716,284.4695698,1107.549195 +183369,598.7952452,314.2182003,667.5114582,285.9337415,1112.741665 +183370,599.5368597,317.43445,673.2848491,287.1863757,1117.509193 +183371,600.1582129,320.2681961,678.3702549,288.2620711,1121.72314 +183372,600.6709945,322.7808922,682.8636837,289.1880422,1125.369375 +183373,601.0868854,325.0244141,686.8480496,289.9873376,1128.491139 +183374,601.4167757,327.0429438,690.3956433,290.6797147,1131.144282 +183375,601.6702902,328.8735774,693.5686004,291.281858,1133.379179 +183376,601.8557659,330.5470561,696.4196464,291.8076703,1135.237966 +183377,601.9803498,332.0886823,698.9932178,292.2686409,1136.756334 +183378,602.0501807,333.5192613,701.3267227,292.6742543,1137.965524 +183379,602.0705208,334.8559146,703.4516654,293.03234,1138.893387 +183380,602.045888,336.1127557,705.3946147,293.3493732,1139.56492 +183381,601.9801682,337.3014355,707.1780046,293.6307186,1140.002555 +183382,601.8766949,338.4315779,708.8207848,293.8808215,1140.226373 +183383,601.7383424,339.5111437,710.338983,294.1033749,1140.254355 +183384,601.5675859,340.5467247,711.7461655,294.3014483,1140.102593 +183385,601.3665698,341.5437875,713.0538319,294.4776011,1139.785507 +183386,601.1371464,342.506871,714.2717375,294.6339677,1139.316012 +183387,600.8809356,343.4397552,715.4081803,294.7723391,1138.705715 +183388,600.5993473,344.3455922,716.4702256,294.8942176,1137.965029 +183389,600.2936262,345.2270199,717.4639073,295.0008731,1137.103337 +183390,599.9648541,346.086246,718.394377,295.0933737,1135.969727 +183391,599.6139997,346.9251302,719.2660586,295.1726319,1134.618306 +183392,599.2341829,347.7670668,720.0953978,295.2306156,1133.118953 +183393,598.9438768,348.9508444,721.2766336,295.2620458,1131.515892 +183394,598.7002758,350.3621847,722.6689385,295.2658865,1129.821691 +183395,598.4443556,351.8384753,724.0820325,295.2439576,1128.042667 +183396,598.1466911,353.2952682,725.4191857,295.1986163,1126.183839 +183397,597.8012646,354.711215,726.6568923,295.1318655,1124.250287 +183398,597.4116061,356.0912436,727.8015859,295.045269,1122.24701 +183399,596.9828095,357.4449355,728.864843,294.9400985,1120.178807 +183400,596.5189737,358.779521,729.8555146,294.8174435,1118.05003 +183401,596.0231113,360.0995426,730.7794069,294.6782727,1115.864648 +183402,595.4975519,361.4080055,731.6405811,294.5234408,1113.626126 +183403,594.9442946,362.7072328,732.4423199,294.3537157,1111.337612 +183404,594.4834917,364.3317741,733.5443657,294.1580331,1109.006462 +183405,594.0735994,366.1602331,734.8126375,293.9414285,1106.631643 +183406,593.6561301,368.0273189,736.0708739,293.7092054,1104.214712 +183407,593.2016887,369.849825,737.2315806,293.464084,1101.757896 +183408,592.7040328,371.609172,738.2755654,293.2070373,1099.263102 +183409,592.1664628,373.313114,739.2111483,292.9384059,1096.732078 +183410,591.5938554,453.4492458,740.0510156,292.6584319,1094.166379 +183411,590.9901363,532.8875287,740.8050066,292.3674112,1091.567541 +183412,590.3581528,496.5447938,741.4798974,292.0656747,1088.936948 +183413,589.700089,530.3435212,742.0806504,291.7535459,1086.275831 +183414,589.0177495,546.0253324,742.6112795,291.4313104,1083.585084 +183415,588.3127221,561.3312844,743.0752558,291.0992259,1080.865461 +183416,587.5864182,576.5003156,743.4756424,290.7575267,1078.117593 +183417,586.8401275,591.2287089,743.8151708,290.4064476,1075.342165 +183418,586.0750073,624.6416235,744.0962495,290.0462172,1072.539827 +183419,585.4546641,642.2283347,744.6754405,289.6794967,1069.716003 +183420,584.9236292,658.266809,745.4216794,289.3049357,1066.867663 +183421,584.6223645,842.5267523,746.3809544,289.019609,1064.395435 +183422,591.3715291,859.9128492,754.3474415,291.9114023,1075.279537 +183423,601.6497046,876.0430957,1466.039808,296.3508908,1092.907837 +183424,611.9256073,892.5799238,1201.849773,300.7255546,1110.745824 +183425,620.739205,908.3895327,1244.625907,304.3868514,1126.108927 +183426,627.9584935,923.5551178,1287.809616,307.297779,1138.721692 +183427,633.88766,939.1221816,1306.302677,309.6162481,1149.08139 +183428,638.8359359,954.2946553,1323.109924,311.4956045,1157.692669 +183429,643.0159597,968.9735708,1339.485812,313.0395521,1164.897887 +183430,646.564836,984.4120678,1355.435605,314.3139238,1170.917428 +183431,649.5799624,998.8970442,1370.753059,315.3645929,1175.911163 +183432,652.1396719,1013.585983,1385.942612,316.2277058,1180.011388 +183433,654.3109885,1028.091703,1400.460344,316.9335854,1183.334219 +183434,656.1516425,1042.480843,1414.871216,317.5078378,1185.981708 +183435,657.7108155,1056.717328,1428.674338,317.9718293,1188.042545 +183436,659.0299648,1070.941367,1442.36645,318.3431825,1189.592992 +183437,660.1438876,1084.976203,1455.037662,339.4340138,1190.698455 +183438,661.0817677,1098.941188,1468.398453,414.9798322,1191.414963 +183439,661.8681215,1120.297577,1489.007496,386.1896466,1191.79063 +183440,662.6329384,1135.285303,1502.586568,402.6918956,1191.867519 +183441,663.3551251,1149.794515,1514.873356,411.5227658,1191.681686 +183442,663.9937519,1163.999142,1526.811642,418.6530293,1191.263195 +183443,664.5322955,1178.027302,1538.495843,425.4960373,1190.637866 +183444,664.9740401,1192.027511,1549.696364,432.3682347,1189.828092 +183445,735.4362263,1205.758798,1560.805283,438.8989769,1188.853416 +183446,856.3066801,1219.527983,1571.321313,445.5290362,1187.730853 +183447,820.2434536,1233.033881,1581.81031,451.7901491,1186.475223 +183448,844.6977081,1246.10437,1591.838051,458.1906624,1185.099282 +183449,864.7034177,1260.094296,1601.581103,464.3152489,1509.433721 +183450,879.4800276,1273.150642,1611.151194,470.3673318,1381.338332 +183451,894.0590928,1283.583094,1619.943188,476.7931679,1426.928422 +183452,908.4565183,1293.858443,1628.416969,483.3318939,1451.028391 +183453,922.6538507,1303.475095,1636.639982,489.4035001,1467.135553 +183454,936.1622136,1313.124317,1644.650429,495.8124332,1483.462309 +183455,950.2415793,1322.358077,1652.420598,501.9738153,1498.704157 +183456,963.3047139,1331.407395,1660.200107,507.9853682,1514.321438 +183457,976.5403777,1340.18049,1667.475594,513.9793633,1529.115185 +183458,989.80711,1348.875097,1674.907974,520.032186,1543.912807 +183459,1002.071861,1357.241138,1681.98015,526.0235938,1558.216017 +183460,1014.98018,1365.461053,1688.954114,531.4156097,1572.373342 +183461,1027.105912,1373.477092,1695.755176,537.5531525,1586.026259 +183462,1039.514836,1381.249898,1704.434399,543.0002987,1600.060047 +183463,1051.663366,1389.040885,1711.855552,548.7037232,1613.194738 +183464,1063.020801,1396.376087,1715.131702,554.0003801,1626.405646 +183465,1074.743986,1403.65924,1726.559426,559.7683435,1639.315164 +183466,1086.370363,1410.86234,1725.428871,565.1254505,1651.984468 +183467,1097.63355,1417.774313,1742.230598,570.3058161,1664.521128 +183468,1108.637998,1424.576824,1732.465197,575.6156924,1676.789329 +183469,1119.760583,1431.210064,1734.789747,580.8774707,1688.886368 +183470,1130.125294,1437.687164,1757.927763,585.7768247,1700.755048 +183471,1141.400435,1444.010516,1753.638254,591.202119,1712.524559 +183472,1151.522104,1453.227299,1761.138908,596.0240243,1724.007804 +183473,1162.094608,1460.644567,1766.465016,601.1073605,1735.42874 +183474,1172.15958,1468.257174,1771.455868,605.9422698,1746.605559 +183475,1182.397895,1475.430268,1776.421696,610.8864917,1757.603841 +183476,1192.191592,1482.538429,1781.388073,615.6137971,1768.536515 +183477,1202.160384,1489.285777,1786.115342,620.450698,1779.188242 +183478,1209.521604,1491.526238,1789.475263,625.4147819,1789.770079 +183479,1218.5557,1497.308983,1793.948042,630.3961943,1800.203262 +183480,1228.693206,1503.438135,1798.607064,635.0223299,1810.417901 +183481,1243.891284,1512.12936,1809.15809,642.4153075,1842.16956 +183482,1254.008149,1518.515061,1814.84036,647.4985955,1854.584749 +183483,1264.123292,1524.51673,1819.921587,652.3873914,1865.687445 +183484,1272.914243,1530.296298,1824.772667,657.1706835,1876.779563 +183485,1282.46551,1535.876687,1829.450486,661.8738897,1887.289934 +183486,1291.538173,1541.282399,1833.997373,666.5102092,1897.832368 +183487,1300.509963,1546.521243,1838.507805,671.0880702,1907.874344 +183488,1309.325851,1551.602484,1842.75399,675.6132916,1918.001899 +183489,1318.033324,1556.530701,1847.075893,680.0894053,1927.785026 +183490,1326.736467,1561.309124,1851.261167,684.3059541,1937.625293 +183491,1334.806874,1565.872158,1855.385646,689.0217637,1947.065678 +183492,1343.954498,1570.457038,1859.37388,693.1997102,1956.63183 +183493,1351.914246,1574.752475,1863.470215,697.5355809,1965.919507 +183494,1360.266974,1578.964519,1867.418924,701.7918011,1975.138896 +183495,1368.458539,1583.026799,1871.193265,706.0080086,1980.846552 +183496,1376.465552,1587.021532,1875.0564,710.1845561,1987.848539 +183497,1384.520291,1590.70806,1878.801759,714.5605903,1993.692601 +183498,1392.343191,1594.410487,1882.503789,718.2958098,2000.042347 +183499,1400.186018,1597.920021,1886.153672,722.557462,2006.00911 +183500,1407.949605,1601.23732,1889.752991,726.5050787,2012.059753 +183501,1415.528401,1604.596782,1893.301968,730.424872,2017.931805 +183502,1423.172381,1607.6759,1896.874083,734.4701521,2023.869321 +183503,1430.580776,1610.686477,1900.222032,738.2499833,2029.618673 +183504,1438.025833,1613.560883,1903.613344,742.2418599,2035.34992 +183505,1445.397265,1616.309169,1907.077406,745.9943373,2040.999006 +183506,1452.583249,1618.933663,1910.350521,749.7438571,2046.58514 +183507,1459.802982,1621.435636,1913.646439,753.5259572,2052.106185 +183508,1466.908249,1623.816324,1916.892319,757.2797526,2057.564491 +183509,1473.995787,1626.076962,1920.099575,760.9402928,2062.960459 +183510,1480.896052,1628.218802,1923.270087,764.3739244,2068.243045 +183511,1487.584347,1630.861993,1925.486304,768.0176145,2073.598728 +183512,1494.164049,1633.505336,1927.296638,770.9076737,2078.77209 +183513,1500.543792,1636.097279,1929.150785,774.0237522,2083.98733 +183514,1506.960218,1638.618558,1930.853934,777.0161787,2089.002121 +183515,1513.263529,1640.987748,1932.496713,779.9900964,2094.081536 +183516,1519.557673,1643.450413,1934.078863,782.8471644,2099.003014 +183517,1525.660495,1645.669676,1935.608351,785.7210489,2104.014107 +183518,1531.813881,1647.933055,1937.091765,788.5270701,2108.846553 +183519,1537.861726,1649.913005,1938.536058,791.3242846,2113.673295 +183520,1543.854541,1651.954389,1939.94392,794.00976,2118.435975 +183521,1549.844733,1653.838131,1941.328637,796.7199623,2123.148055 +183522,1555.643331,1655.633644,1942.684911,799.3669287,2127.802575 +183523,1561.506566,1657.681,1944.02976,801.9814663,2132.408249 +183524,1567.263037,1659.607157,1945.681201,804.5895902,2136.957598 +183525,1572.980265,1660.432683,1948.04155,807.0894132,2141.460419 +183526,1578.690224,1663.059931,1950.476325,809.6206525,2145.907832 +183527,1584.397475,1662.579417,1953.180712,812.0934136,2150.310432 +183528,1590.084544,1666.453232,1955.731139,814.5380619,2154.658412 +183529,1595.67344,1663.774757,1958.421278,816.9519592,2158.905633 +183530,1601.214927,1669.980774,1960.894604,819.3643093,2163.245575 +183531,1606.770411,1663.867745,1963.519574,821.6726274,2167.410958 +183532,1612.142892,1674.062967,1966.057727,824.017933,2171.5807 +183533,1617.512244,1662.065257,1968.537258,826.2842188,2175.55914 +183534,1622.939172,1679.696225,1971.08104,828.5707637,2179.811311 +183535,1628.190785,1657.202092,1973.518443,830.7889639,2183.618371 +183536,1633.542296,1688.385421,1976.014669,833.0222535,2187.771705 +183537,1638.767482,1651.091661,1978.403429,835.2188866,2191.517804 +183538,1643.868134,1693.86008,1980.800494,837.331185,2195.499353 +183539,1644.413619,1647.468224,1974.015263,835.6271549,2199.307327 +183540,1648.593586,1696.306498,1974.668287,836.9679204,2205.207739 +183541,1535.693282,1591.968951,1858.642661,785.1409262,1990.900044 +183542,1538.14813,1625.93217,1857.700726,786.0119862,1996.497698 +183543,1541.428496,1611.821022,1857.77657,786.8718338,1996.333731 +183544,1544.870451,1612.972066,1858.118712,788.0211362,1998.607962 +183545,1548.736929,1611.907743,1858.636757,789.2100413,2000.872187 +183546,1552.257152,1610.75534,1859.254934,790.4354437,2003.1264 +183547,1556.257257,1609.53119,1859.932326,791.6784552,2005.485393 +183548,1559.871185,1608.228827,1860.645205,792.9569535,2007.866879 +183549,1563.6474,1606.841993,1861.379546,794.1647705,2010.308052 +183550,1567.443282,1605.369113,1862.130938,795.4343666,2012.635127 +183551,1571.2372,1603.808638,1862.825104,796.6757564,2015.076944 +183552,1575.025219,1602.159598,1863.703979,797.9172462,2017.473081 +183553,1578.858544,1600.493578,1864.436404,799.1539395,2019.87489 +183554,1582.549863,1598.564357,1865.236174,800.3851083,2022.271602 +183555,1586.349393,1596.697302,1866.031646,801.6106402,2024.613842 +183556,1590.091473,1594.681629,1866.831512,802.8300341,2027.075766 +183557,1593.830292,1592.587549,1867.636077,804.0434093,2029.417425 +183558,1597.557179,1590.404904,1868.444209,805.2503648,2031.795891 +183559,1601.272185,1588.063404,1869.256217,806.4803513,2034.159544 +183560,1604.974339,1585.804981,1870.07113,807.6309829,2036.513783 +183561,1608.718477,1583.31064,1870.889429,808.8398676,2038.860469 +183562,1612.312673,1580.787548,1871.780962,810.0166599,2041.197208 +183563,1616.015591,1578.167843,1872.498861,811.1917011,2043.525902 +183564,1619.657279,1575.461761,1873.375733,812.3602548,2045.84416 +183565,1623.294007,1572.670272,1874.194222,813.5226527,2048.205427 +183566,1626.91718,1569.793635,1875.025338,814.6786125,2050.37342 +183567,1630.5272,1566.832784,1875.85976,815.828521,2052.781403 +183568,1634.123309,1563.857807,1876.696475,816.9721156,2055.013849 +183569,1637.763154,1560.631084,1877.536276,818.1097976,2057.291984 +183570,1641.24592,1557.468192,1878.378473,819.2413252,2059.550711 +183571,1644.984537,1554.123808,1879.848027,820.6653767,2061.869947 +183572,1648.664926,1550.701041,1881.422638,822.0516332,2064.153934 +183573,1652.330776,1547.198626,1883.036918,823.5154931,2066.407864 +183574,1655.976671,1543.624493,1884.679879,824.9602519,2068.643708 +183575,1659.604877,1539.983338,1886.348095,826.4152359,2070.866219 +183576,1663.216168,1536.277986,1888.039128,827.8748912,2073.075642 +183577,1666.811892,1532.443124,1889.752226,829.3388145,2075.274837 +183578,1670.391927,1528.780515,1891.48574,830.8062675,2077.462977 +183579,1674.014954,1524.754419,1893.239361,832.2771178,2079.58992 +183580,1677.477425,1520.870646,1895.011788,833.7508039,2081.840592 +183581,1681.054737,1516.867545,1896.802926,835.2580855,2083.963553 +183582,1684.566676,1512.82182,1898.611637,836.6909786,2086.125343 +183583,1688.073031,1508.725913,1900.437914,838.194122,2088.271969 +183584,1691.565267,1504.581119,1902.352195,839.6724201,2090.410439 +183585,1695.043678,1500.389212,1904.103748,841.1573119,2092.596007 +183586,1698.507906,1496.217511,1906.030299,842.6438667,2094.638055 +183587,1701.958634,1491.842646,1907.910147,844.132088,2096.796494 +183588,1705.395417,1487.562799,1909.743248,845.6216297,2098.899263 +183589,1708.271567,1483.187774,1911.772601,847.1126157,2101.004791 +183590,1712.507865,1478.637799,1913.655976,848.604741,2103.103395 +183591,1715.507202,1474.343003,1915.616994,850.0981634,2105.196509 +183592,1718.977546,1469.832118,1917.58132,851.6239444,2107.282737 +183593,1722.35038,1465.315002,1919.559695,853.0728899,2109.309565 +183594,1725.709103,1460.733005,1921.551775,854.591831,2111.466818 +183595,1729.055268,1456.131139,1923.557964,856.0848051,2113.495292 +183596,1732.326367,1451.569169,1925.577662,857.5833918,2115.565835 +183597,1735.742055,1446.862595,1927.611351,859.0832847,2117.622561 +183598,1739.005905,1442.253568,1929.658332,860.584162,2119.672346 +183599,1742.313506,1437.491232,1931.7933,862.0862964,2121.716852 +183600,1745.661941,1432.831797,1933.756244,863.5894815,2123.754497 +183601,1508.30626,1320.909635,1694.801275,755.8007325,1688.968858 +183602,1505.043236,1314.807239,1691.233165,754.7170141,1683.405735 +183603,1504.890871,1309.448856,1689.52414,754.3732665,1680.503908 +183604,1505.008452,1304.44046,1688.56668,754.4324128,1678.132981 +183605,1505.60858,1299.643595,1688.179503,754.6736953,1676.446297 +183606,1506.548708,1294.811617,1688.012778,755.0766989,1675.228263 +183607,1507.617097,1290.082672,1688.05799,755.5466274,1674.165682 +183608,1508.800965,1285.486387,1688.23465,756.0761262,1673.27246 +183609,1510.073663,1280.809541,1688.52455,756.6528261,1672.516616 +183610,1511.418178,1276.336524,1688.97065,757.2686389,1671.872418 +183611,1512.824131,1271.572039,1689.351156,757.9187662,1671.324079 +183612,1514.284629,1267.203085,1689.94369,758.6265128,1670.860203 +183613,1515.794946,1262.563109,1690.556501,759.2971622,1670.473137 +183614,1517.351306,1258.121898,1691.247413,760.0531061,1670.155919 +183615,1518.951208,1253.615307,1692.004538,760.8121442,1669.904191 +183616,1520.592242,1249.123947,1692.824921,761.5997627,1669.712782 +183617,1522.273191,1244.635344,1693.706815,762.4114951,1669.57907 +183618,1523.992115,1240.250786,1694.648012,763.2463275,1669.498692 +183619,1525.799054,1235.707863,1695.647379,764.1038274,1669.470057 +183620,1527.515763,1231.499876,1696.703034,764.7148614,1669.489247 +183621,1529.380706,1226.935666,1697.814187,766.0186344,1669.555327 +183622,1531.236599,1222.684045,1698.979142,766.7459034,1669.664659 +183623,1533.135183,1218.267928,1700.197335,767.7326908,1669.816779 +183624,1535.068323,1214.522292,1701.467182,768.6958074,1670.008241 +183625,1537.036415,1209.426466,1702.788279,769.7066954,1670.238938 +183626,1539.038964,1205.520207,1704.15912,770.6683749,1670.505586 +183627,1541.076708,1201.210491,1705.579414,771.7099204,1670.808338 +183628,1543.149523,1197.021525,1707.047743,772.7459509,1671.14407 +183629,1545.258579,1192.771922,1708.563911,773.804974,1671.513163 +183630,1547.404002,1188.675975,1710.126537,774.8820008,1671.912592 +183631,1549.135303,1184.022781,1710.839756,775.5924032,1672.342337 +183632,1550.808669,1179.380487,1711.531132,776.2424482,1672.797285 +183633,1552.441119,1174.694683,1711.981326,776.8336417,1672.970904 +183634,1554.078155,1170.120399,1712.614367,777.4707712,1673.742566 +183635,1555.697863,1165.462795,1712.87441,778.0424794,1673.878799 +183636,1557.322286,1160.852211,1713.663287,778.6282975,1674.301201 +183637,1558.970012,1156.253431,1713.71229,779.2143592,1674.790956 +183638,1560.624158,1151.67479,1714.838359,779.7976452,1675.306267 +183639,1562.283403,1147.071125,1714.423782,780.3781408,1675.843106 +183640,1563.947169,1142.690292,1716.233564,780.9560555,1676.398849 +183641,1565.615325,1138.08163,1714.850776,781.5317204,1676.971994 +183642,1567.287384,1133.68548,1718.01307,782.1332637,1677.560475 +183643,1568.963355,1129.17131,1714.823397,782.6633826,1678.163344 +183644,1570.642732,1124.828547,1720.539891,783.2535501,1678.778928 +183645,1572.325644,1120.424429,1713.707444,783.8177898,1679.406654 +183646,1574.01158,1116.156859,1724.709088,784.3851098,1680.045056 +183647,1575.700638,1111.825693,1710.950671,784.9513157,1680.724961 +183648,1577.392272,1107.572259,1730.570936,785.5164784,1681.334837 +183649,1579.086615,1103.354826,1707.636614,786.0807546,1682.024437 +183650,1580.836719,1099.181555,1735.448839,786.6441419,1682.693709 +183651,1582.454725,1095.009862,1705.386374,787.2067894,1683.375445 +183652,1584.193388,1090.996509,1739.675812,787.7686647,1684.063653 +183653,1585.887253,1086.937571,1703.622892,788.3298889,1684.758551 +183654,1587.589962,1082.967993,1743.615732,788.8904044,1685.458835 +183655,1589.29424,1079.046353,1702.103069,789.4503038,1686.164947 +183656,1590.998949,1075.180279,1747.454766,790.0095064,1686.875587 +183657,1592.704465,1071.328459,1700.686984,790.568092,1687.59134 +183658,1594.40986,1067.643038,1751.28786,791.1259551,1688.310879 +183659,1596.115545,1063.925957,1699.30226,791.6831661,1689.034916 +183660,1597.820542,1060.308425,1755.100391,792.2396008,1689.762099 +183661,1834.786388,1163.52674,1933.852441,899.9047899,2115.947737 +183662,1842.225444,1161.599745,1980.375909,902.4233979,2122.634248 +183663,1846.541694,1160.214709,1969.020837,904.5989552,2127.343797 +183664,1851.205376,1158.801424,1974.974885,907.2911349,2131.702328 +183665,1855.380421,1157.347364,1978.189168,909.9287314,2135.52178 +183666,1859.428455,1155.871493,1981.148086,912.5739162,2139.010569 +183667,1863.336137,1154.392524,1983.986088,915.2467464,2142.275696 +183668,1867.14988,1152.922092,1986.735575,917.958763,2145.381953 +183669,1870.892375,1151.419892,1989.41962,920.7161837,2148.36977 +183670,1874.645001,1150.050758,1992.049779,923.5556074,2151.259382 +183671,1878.101703,1148.599326,1994.634966,926.3567435,2154.067964 +183672,1881.841701,1147.206161,1997.179391,929.2826539,2156.802975 +183673,1885.323113,1145.825414,1999.687937,932.2263708,2159.474269 +183674,1888.836239,1144.462581,2002.238783,935.2219557,2162.085578 +183675,1892.301775,1143.117761,2004.567217,938.2641485,2164.64361 +183676,1895.730889,1141.789872,2007.036093,941.3515151,2167.150209 +183677,1899.126074,1140.47874,2009.410949,944.5192821,2169.610543 +183678,1902.487573,1139.18334,2011.769686,947.6416255,2172.025481 +183679,1905.817379,1137.903497,2014.026159,950.8861605,2174.399361 +183680,1909.115434,1136.638314,2016.451785,954.1420415,2176.732504 +183681,1912.312519,1135.387724,2018.681711,957.4451734,2179.028712 +183682,1915.657249,1134.150924,2020.955967,960.7896079,2181.287922 +183683,1918.814903,1132.92795,2023.196869,964.2123182,2183.513593 +183684,1922.006231,1131.718096,2025.415428,967.5819915,2185.647949 +183685,1925.158998,1130.521484,2027.613444,971.0745523,2187.897545 +183686,1928.355719,1129.337471,2029.790564,974.5742378,2189.984736 +183687,1931.345022,1128.166285,2031.948215,978.118972,2192.095664 +183688,1934.468146,1126.961773,2034.085966,981.7028368,2194.168528 +183689,1937.501885,1125.88208,2036.205199,985.3257682,2196.215236 +183690,1940.520355,1124.715804,2038.305402,989.0248209,2198.234917 +183691,1944.143035,1123.724638,2041.062488,992.8405396,2200.230591 +183692,1947.194613,1122.764611,2043.149484,996.8113098,2202.202127 +183693,1950.717262,1121.829482,2045.647992,1000.807049,2204.151836 +183694,1954.190923,1120.915682,2048.213613,1004.863115,2206.078692 +183695,1957.540424,1120.021947,2050.550128,1008.973331,2208.043835 +183696,1960.920229,1119.146851,2052.863531,1013.175048,2209.839 +183697,1964.568316,1118.290228,2055.562743,1016.940095,2211.748904 +183698,1967.849629,1117.451193,2057.763199,1021.82743,2213.586279 +183699,1971.247296,1116.62976,2060.192695,1025.857596,2215.41572 +183700,1974.916496,1115.82519,2062.753342,1030.250901,2217.22698 +183701,1978.216606,1115.037664,2065.067462,1034.779729,2219.022833 +183702,1981.705423,1114.266424,2067.354557,1039.163844,2220.801669 +183703,1985.201861,1113.511703,2070.028787,1043.728302,2222.566371 +183704,1988.680765,1112.89757,2072.198342,1048.259288,2224.315438 +183705,1992.039066,1112.091922,2074.516913,1052.952915,2226.051521 +183706,1995.745278,1111.35676,2077.166981,1057.604394,2227.713713 +183707,1999.065181,1110.65645,2079.389294,1062.38656,2229.514332 +183708,2002.495609,1109.976877,2081.732998,1067.064267,2231.166187 +183709,2006.197253,1109.440128,2084.253182,1071.994515,2232.860451 +183710,2009.520621,1108.709515,2086.442725,1076.84304,2234.532543 +183711,2012.955012,1108.049228,2088.791355,1081.786773,2236.194212 +183712,2016.659556,1107.422506,2091.283089,1086.731365,2238.194211 +183713,2019.985323,1106.942345,2093.523983,1091.878399,2239.771771 +183714,2023.34349,1106.268363,2095.734382,1096.870087,2241.450346 +183715,2027.165729,1105.664337,2098.336337,1102.047944,2243.065616 +183716,2030.434801,1105.093352,2102.624835,1107.186696,2244.743674 +183717,2033.881654,1104.624822,2100.315038,1112.492594,2246.300411 +183718,2037.587445,1104.06983,2113.433474,1117.750115,2248.002439 +183719,2040.989108,1103.488337,2095.813265,1123.094854,2249.470312 +183720,2044.303103,1102.976662,2134.320762,1128.486076,2251.250651 +183721,2032.733356,1097.235862,2067.021478,1128.628911,2218.690424 +183722,2126.371884,1137.275665,2203.265291,1174.483862,2396.934816 +183723,2089.593856,1119.271428,2167.106869,1162.52271,2319.873652 +183724,2102.812666,1123.457941,2136.090208,1172.865721,2341.741541 +183725,2103.899632,1121.455891,2176.959076,1177.271191,2343.386449 +183726,2108.522322,1122.484767,2166.095054,1183.801208,2347.839655 +183727,2111.302243,1121.765264,2165.945632,1189.522802,2351.013172 +183728,2122.412428,1120.755587,2171.174442,1194.750927,2352.789708 +183729,2114.338702,1120.61118,2187.31761,1200.735952,2356.303446 +183730,2134.340977,1120.525048,2150.690738,1206.959328,2359.501291 +183731,2111.559207,1119.308627,2194.902899,1212.131147,2361.258888 +183732,2112.142461,1119.275681,2172.780467,1218.361206,2364.553718 +183733,2137.2482,1118.487204,2178.83743,1223.868839,2370.470217 +183734,2127.070833,1117.878826,2182.973415,1229.960449,2374.509229 +183735,2132.710881,1117.539666,2182.468839,1241.394981,2372.911258 +183736,2135.765581,1117.284134,2183.124147,1242.936082,2358.922311 +183737,2136.867592,1115.896987,2183.661691,1254.512936,2385.057556 +183738,2141.06934,1116.356725,2186.546013,1235.511418,2377.4471 +183739,2141.746693,1114.795894,2186.166074,1269.595595,2380.433182 +183740,2145.382915,1114.876982,2188.009204,1263.552184,2383.534889 +183741,2147.292649,1114.132828,2189.147336,1271.961772,2385.838783 +183742,2149.684501,1113.557953,2189.960832,1278.06144,2387.77694 +183743,2152.015829,1112.998618,2191.208324,1284.273904,2390.062978 +183744,2154.405939,1112.366835,2191.997056,1290.463794,2392.180348 +183745,2155.889986,1111.589816,2197.376176,1296.279589,2395.989025 +183746,2158.896611,1111.323897,2191.969571,1303.05542,2406.911643 +183747,2161.740667,1110.94996,2196.015277,1309.692379,2384.395783 +183748,2162.770577,1109.937195,2195.942526,1315.279964,2402.673848 +183749,2165.224123,1109.480546,2196.608244,1321.89069,2403.751154 +183750,2161.841372,1105.89969,2196.73416,1324.400093,2398.76665 +183751,2233.330487,1138.034598,2254.812508,1365.589163,2513.136551 +183752,2088.755811,1070.470053,2120.471902,1303.077738,2257.022026 +183753,2261.197316,1146.372106,2290.275154,1385.433308,2592.691638 +183754,2090.688378,1068.814621,2111.649579,1315.759365,2226.358983 +183755,2263.570962,1144.53098,2288.635129,1397.081288,2590.499544 +183756,2092.943871,1066.706509,2117.224988,1327.075852,2254.873623 +183757,2267.128874,1143.329723,2287.101949,1409.563004,2580.75734 +183758,2095.807741,1065.043695,2117.617316,1338.819136,2264.073832 +183759,2269.903077,1141.656935,2287.620952,1421.727995,2575.608525 +183760,2098.978448,1063.584369,2118.21834,1350.744944,2268.466567 +183761,2272.255593,1139.867445,2287.372394,1433.661356,2603.352066 +183762,2102.433779,1062.232021,2119.210116,1363.080694,2241.388718 +183763,2274.014678,1137.886243,2286.648921,1445.191994,2606.146927 +183764,2105.631109,1060.8003,2119.609337,1375.389918,2276.485833 +183765,2276.125511,1136.064583,2286.309871,1456.960985,2573.900891 +183766,2108.504933,1059.272527,2119.973444,1387.44272,2286.088167 +183767,2278.109526,1134.205459,2285.401269,1468.925791,2590.486102 +183768,2111.522004,1057.863051,2120.840323,1399.724586,2281.910293 +183769,2279.755919,1132.139384,2284.139699,1480.502928,2596.619672 +183770,2114.435304,1056.474101,2121.337331,1411.954927,2282.337615 +183771,2281.189663,1130.100807,2283.027778,1494.261185,2611.09996 +183772,2117.426876,1055.095323,2121.680692,1421.232719,2269.665538 +183773,2282.410331,1127.953428,2281.735042,1505.139663,2612.168328 +183774,2119.942012,1053.591035,2121.613211,1436.128752,2284.746745 +183775,2284.109375,1126.00074,2280.694303,1515.532172,2603.263563 +183776,2122.317499,1052.02867,2121.458237,1448.401166,2296.845178 +183777,2285.403278,1123.948124,2279.352812,1527.209203,2602.75449 +183778,2124.826696,1050.530056,2121.38588,1460.572028,2299.641746 +183779,2286.34932,1121.816505,2277.740879,1538.707901,2614.075972 +183780,2127.458449,1049.038683,2121.271739,1484.490476,2289.609851 +183781,2163.291912,1064.800367,2152.009967,1495.499626,2390.67528 +183782,2125.92252,1046.76137,2116.646488,1470.268427,2280.840426 +183783,2133.712274,1048.642005,2120.374152,1499.754011,2318.643828 +183784,2134.613947,1047.492592,2120.787056,1498.076876,2309.566974 +183785,2138.133685,1047.71314,2122.544767,1505.846828,2313.400904 +183786,2139.457267,1046.786167,2122.389213,1512.109272,2313.724557 +183787,2141.62353,1046.30961,2123.012079,1518.582635,2314.776536 +183788,2143.66139,1045.712043,2123.476502,1524.859458,2315.704886 +183789,2145.521806,1045.170039,2123.781976,1531.214787,2316.495028 +183790,2147.553265,1044.650172,2124.442581,1537.594698,2317.424459 +183791,2149.529836,1043.965604,2124.761227,1543.783244,2318.31202 +183792,2151.361816,1043.517546,2125.245309,1550.134295,2319.079204 +183793,2153.562557,1042.896115,2125.467584,1560.468745,2320.143454 +183794,2155.069297,1042.2502,2125.85466,1576.128505,2320.627665 +183795,2157.399867,1041.845866,2126.346238,1577.736226,2321.835472 +183796,2159.478141,1041.321982,2127.018495,1572.392261,2322.815001 +183797,2220.148621,1067.606598,2190.635034,1628.553169,2429.795601 +183798,2079.025296,1002.5814,2039.294495,1569.910374,2164.854278 +183799,2261.284731,1082.800932,2227.379202,1644.306453,2506.663894 +183800,2073.255658,997.2495274,2022.199913,1583.25938,2147.501486 +183801,2268.912647,1083.569473,2246.248207,1670.14144,2513.526355 +183802,2073.575241,994.5009655,2011.65925,1594.557734,2144.205197 +183803,2274.955516,1083.526655,2252.196533,1688.700298,2519.055915 +183804,2074.661689,992.1811829,2005.472522,1609.846047,2141.50579 +183805,2281.511809,1083.770701,2260.704533,1711.77977,2525.194873 +183806,2075.663903,989.8971116,2001.353515,1618.009231,2138.654213 +183807,2287.551171,1083.70221,2263.910398,1727.940463,2530.925762 +183808,2076.937365,987.7125606,1999.713063,1639.751668,2136.028061 +183809,2293.426148,1083.718719,2266.591759,1741.909452,2536.532007 +183810,2078.085226,985.4698847,1997.88991,1655.751646,2133.293713 +183811,2299.053702,1083.577171,2268.828951,1772.638513,2551.498156 +183812,2078.260987,982.5962479,2008.89883,1664.987132,2115.84969 +183813,2305.003921,1083.504186,2251.342732,1780.128978,2555.554814 +183814,2078.912717,980.0240658,2000.043976,1671.852557,2125.714212 +183815,2309.35011,1082.57683,2270.396083,1814.481515,2553.671075 +183816,2080.474747,977.9103971,1999.564436,1680.922637,2125.334533 +183817,2313.081028,1081.350542,2258.212378,1827.528616,2558.17956 +183818,2080.448746,975.0063363,2006.698385,1694.251634,2122.238307 +183819,2319.176216,1081.292046,2252.564293,1848.067134,2564.652928 +183820,2079.644397,971.7720827,2003.80786,1722.397723,2118.438739 +183821,2324.716345,1080.885126,2255.466098,1841.893283,2570.810976 +183822,2080.445543,969.3204906,1996.367311,1746.160745,2115.972717 +183823,2328.239681,1079.562551,2260.319676,1856.836023,2575.111838 +183824,2081.149608,966.7895042,1983.7392,1759.782868,2113.641293 +183825,2332.662594,1078.67713,2271.813684,1877.228165,2581.699086 +183826,2081.495155,964.0709646,1973.427601,1767.218189,2108.597416 +183827,2336.899007,1077.648709,2276.418892,1895.292495,2591.727 +183828,2081.603069,961.2675889,1968.170072,1780.919267,2099.499668 +183829,2341.479895,1076.871478,2277.410189,1910.082581,2608.343794 +183830,2081.481828,958.3386321,1963.912579,1795.228401,2082.632371 +183831,2346.021422,1075.974957,2278.234208,1924.570577,2606.058347 +183832,2081.101494,955.2943897,1959.142695,1809.125659,2099.214562 +183833,2350.850038,1075.265794,2279.281725,1939.491001,2618.169759 +183834,2080.978115,952.3322294,1964.380454,1823.130286,2072.251651 +183835,2354.983771,1074.226796,2266.097918,1953.429049,2620.982473 +183836,2080.435065,949.1665131,1969.221124,1836.66711,2088.593816 +183837,2360.055702,1073.62447,2260.299313,1972.57036,2613.534761 +183838,2079.916481,946.0028081,1964.790883,1849.159034,2090.691098 +183839,2364.35954,1072.650517,2262.939052,1982.371521,2617.079918 +183840,2079.709944,943.0282498,1949.117103,1865.155743,2087.67431 +183841,2126.686972,965.320951,2024.053551,1887.921159,2178.290642 +183842,2054.617408,931.7876575,1929.375732,1868.853962,2040.792152 +183843,2065.035572,935.2500605,1949.212487,1876.261084,2063.034629 +183844,2062.345713,932.6487112,1941.118342,1880.592431,2061.366381 +183845,2063.79803,932.0813412,1941.01835,1888.545568,2062.797887 +183846,2062.30845,930.1049785,1937.661576,1893.520664,2061.910211 +183847,2061.746529,928.6203295,1935.083353,1899.503388,2061.791745 +183848,2060.957864,926.9087805,1932.301756,1905.115244,2061.512897 +183849,2060.272363,925.3536557,1929.609886,1910.643011,2061.342297 +183850,2059.508741,923.7278719,1926.853492,1916.398658,2061.134457 +183851,2058.221178,921.8718104,1923.644741,1926.155798,2060.540703 +183852,2058.74764,920.8662551,1922.021014,1926.507768,2061.405451 +183853,2056.83934,918.7377983,1918.285504,1933.855227,2060.34675 +183854,2056.331581,917.268954,1915.76917,1938.954172,2060.438596 +183855,2055.510223,915.6580801,1912.894516,1944.321101,2060.298096 +183856,2054.537154,913.9881235,1910.129725,1949.625525,2060.062153 +183857,2047.163584,909.5058613,1901.374438,1953.479853,2055.333327 +183858,2149.243344,954.4245405,2000.030519,2006.825505,2224.138842 +183859,1925.084203,851.81971,1772.412721,1911.734195,1819.065679 +183860,2189.288443,971.1011643,2041.210825,2029.244855,2327.52874 +183861,1915.104115,844.8473916,1758.745065,1924.803991,1798.343723 +183862,2191.98503,968.9804366,2036.965167,2040.293196,2328.206492 +183863,1908.810181,840.127804,1750.567754,1932.74025,1796.019955 +183864,2103.436049,926.3428743,1944.278686,2011.718175,2170.611879 +183865,2032.345679,893.2504291,1871.089421,1992.369719,2033.873194 +183866,2046.469681,898.523097,1882.695358,2003.543455,2059.941822 +183867,2040.857856,894.7803839,1876.093685,2008.835374,2056.407942 +183868,2130.016918,934.1934197,1962.839062,2050.815855,2216.495119 +183869,1914.272023,835.656227,1745.117759,1970.334336,1819.051117 +183870,2182.106988,955.2953023,2018.36716,2076.879671,2326.60084 +183871,1900.327477,827.3250854,1718.847234,1972.362427,1795.586506 +183872,2180.020521,952.4856895,2011.797535,2092.465773,2326.599952 +183873,1895.680917,823.3225557,1719.666066,1974.705926,1794.007983 +183874,2177.849434,949.8148773,2002.557916,2101.215804,2326.865792 +183875,1891.414831,819.6914702,1714.325002,1980.555824,1793.037145 +183876,2082.027702,904.74362,1904.951117,2066.914288,2164.625525 +183877,2021.194715,876.157364,1841.603113,2040.693292,2036.623572 +183878,2025.611737,877.7020122,1845.159403,2050.419963,2055.306671 +183879,2022.375194,875.3687129,1841.463939,2053.896641,2054.193851 +183880,2110.628854,914.6994413,1928.045637,2093.658163,2213.917205 +183881,1893.929838,816.1120842,1710.230634,2009.071958,1816.419087 +183882,2161.461053,936.0954191,1977.946571,2118.618391,2323.843803 +183883,1879.233465,807.9834296,1693.527343,2006.598519,1793.128269 +183884,2157.525855,933.0248542,1972.277084,2130.716127,2323.218377 +183885,1873.533822,803.8981845,1686.026558,2004.851686,1791.29111 +183886,2067.275151,890.6860139,1880.236132,2093.191763,2165.623545 +183887,2015.396295,856.9039488,1805.894188,2065.105738,2028.400422 +183888,1989.737399,862.8146606,1826.691161,2077.94048,2055.034013 +183889,1997.399251,859.1512849,1800.144924,2072.440242,2051.470064 +183890,2002.063517,856.0972895,1827.099862,2077.692116,2048.779053 +183891,2092.153186,899.6952311,1877.493977,2118.467568,2216.027179 +183892,1867.221029,796.9892277,1686.217089,2030.182137,1811.002723 +183893,2136.690555,918.0485077,1942.727083,2137.638665,2320.408978 +183894,1854.546647,789.8838653,1660.415169,2031.943591,1789.706866 +183895,2046.608811,876.0961995,1853.544092,2103.700431,2163.063996 +183896,1962.64262,839.0603004,1771.500012,2068.61176,2025.419564 +183897,1977.555623,844.3154004,1782.963094,2078.125083,2052.074459 +183898,1963.822264,840.3135593,1775.608986,2073.660042,2047.874584 +183899,1968.257784,839.5722183,1774.106401,2075.260632,2049.882504 +183900,1962.255372,837.3411494,1769.881029,2075.203882,2048.722295 +183901,1792.442704,874.4464651,838.2016997,1434.509719,2000.978838 +183902,1886.432767,945.8166241,894.3064739,1542.41334,2099.298206 +183903,2005.514215,977.3371513,969.6644275,1682.52837,2224.607465 +183904,2086.446253,969.3772556,1028.764931,1783.060046,2310.759519 +183905,2122.870956,969.1105915,1065.611497,1832.861101,2351.280116 +183906,2137.582908,967.7135079,1089.866162,1853.975939,2370.696902 +183907,2143.222852,966.5513304,1107.399302,1862.23679,2381.2959 +183908,2145.363146,965.2099898,1121.104673,1865.87229,2387.903345 +183909,2146.274213,963.736772,1132.387274,1868.279362,2392.851463 +183910,2146.767503,962.3861213,1141.927825,1870.439108,2396.986345 +183911,2147.066477,960.968767,1150.083077,1872.449426,2400.609228 +183912,2147.22571,959.5513609,1157.083223,1874.245032,2403.833948 +183913,2147.258424,958.1277445,1163.10686,1875.805676,2406.719164 +183914,2147.183209,956.6988803,1168.303985,1877.160887,2409.308727 +183915,2147.012683,955.2679189,1172.801946,1878.354332,2411.640497 +183916,2146.764252,953.834626,1176.708078,1879.422009,2413.747618 +183917,2146.445501,952.4013552,1180.112209,1880.387337,2415.658602 +183918,2146.06836,950.9568164,1183.089447,1881.2643,2417.398022 +183919,2145.634944,949.5210341,1185.70125,1882.059741,2418.984525 +183920,2145.151159,948.0878054,1188.000721,1882.78041,2420.437306 +183921,2144.623211,946.655343,1190.032842,1883.43205,2421.773631 +183922,2144.055898,945.2230573,1191.835208,1884.018941,2423.008126 +183923,2143.452655,943.7909362,1193.439185,1884.544151,2424.153077 +183924,2142.816055,942.3584499,1194.871054,1885.009973,2425.218971 +183925,2142.148173,940.9255133,1196.152914,1885.418228,2426.214842 +183926,2141.450786,939.5512681,1197.303421,1885.770455,2427.148545 +183927,2140.725581,938.0267725,1198.338333,1886.067967,2428.026878 +183928,2139.97416,936.5747942,1199.271001,1886.311923,2428.855745 +183929,2139.197978,935.215386,1200.112742,1886.503339,2429.640246 +183930,2138.398347,933.729761,1200.873183,1886.643135,2430.38481 +183931,2137.595619,932.2008554,1201.560517,1886.732126,2431.093243 +183932,2136.801045,930.6386498,1202.178036,1886.68434,2431.768855 +183933,2136.016303,929.0638068,1202.729071,1886.455296,2432.414457 +183934,2135.238337,927.4787813,1203.218025,1886.047371,2433.032474 +183935,2134.462889,925.8849074,1203.649723,1885.483299,2433.624986 +183936,2133.686103,924.2824969,1204.028752,1884.78662,2434.193812 +183937,2132.904912,922.672081,1204.359171,1883.974568,2434.740505 +183938,2132.116931,921.0536275,1204.644494,1883.058216,2435.266417 +183939,2131.320189,919.4275002,1204.887761,1882.044661,2435.772701 +183940,2130.513102,917.7935852,1205.091629,1880.938872,2436.260348 +183941,2129.694298,916.210162,1205.258435,1879.744698,2436.730195 +183942,2128.862639,914.4744712,1205.390252,1878.465308,2437.182965 +183943,2128.017147,912.8614083,1205.488921,1877.103358,2437.619256 +183944,2127.156985,911.1879803,1205.556095,1875.661108,2438.039596 +183945,2126.28141,909.5171483,1205.593255,1874.140483,2438.44442 +183946,2125.38985,907.8389915,1205.601744,1872.543165,2438.83411 +183947,2124.481783,906.1538713,1205.582774,1870.870635,2439.208981 +183948,2123.556755,904.4616308,1205.537457,1869.124232,2439.56931 +183949,2122.614367,902.7625695,1205.466808,1867.305176,2439.915328 +183950,2121.654263,901.0565456,1205.371767,1865.414598,2440.24724 +183951,2120.676119,899.2863455,1205.253194,1863.453547,2440.565207 +183952,2119.679686,897.6527681,1205.111899,1861.423018,2440.869388 +183953,2118.664749,895.8838858,1204.94863,1859.323944,2441.159905 +183954,2117.631089,894.1449956,1204.764091,1857.157218,2441.436877 +183955,2116.577357,892.4589287,1204.558589,1854.920761,2441.700649 +183956,2115.503708,890.6903568,1204.332828,1852.616421,2441.951197 +183957,2114.419271,888.9781915,1204.089802,1850.26971,2442.188241 +183958,2113.320508,887.2132545,1203.829203,1847.87043,2442.412071 +183959,2112.203262,885.4523921,1203.550566,1845.407569,2442.622708 +183960,2111.065555,883.6846025,1203.25393,1842.876964,2442.820208 +183961,0,0,0,0,0 +183962,0,0,0,0,0 +183963,0,0,0,0,0 +183964,0,0,0,0,0 +183965,0,0,0,0,0 +183966,0,0,0,0,0 +183967,0,0,0,0,0 +183968,0,0,0,0,0 +183969,0,0,0,0,0 +183970,0,0,0,0,0 +183971,0,0,0,0,0 +183972,0,0,0,0,0 +183973,0,0,0,0,0 +183974,0,0,0,0,0 +183975,0,0,0,0,0 +183976,0,0,0,0,0 +183977,0,0,0,0,0 +183978,0,0,0,0,0 +183979,0,0,0,0,0 +183980,0,0,0,0,0 +183981,0,0,0,0,0 +183982,0,0,0,0,0 +183983,0,0,0,0,0 +183984,0,0,0,0,0 +183985,0,0,0,0,0 +183986,0,0,0,0,0 +183987,0,0,0,0,0 +183988,0,0,0,0,0 +183989,0,0,0,0,0 +183990,0,0,0,0,0 +183991,0,0,0,0,0 +183992,0,0,0,0,0 +183993,0,0,0,0,0 +183994,0,0,0,0,0 +183995,0,0,0,0,0 +183996,0,0,0,0,0 +183997,0,0,0,0,0 +183998,0,0,0,0,0 +183999,0,0,0,0,0 +184000,0,0,0,0,0 +184001,0,0,0,0,0 +184002,0,0,0,0,0 +184003,0,0,0,0,0 +184004,0,0,0,0,0 +184005,0,0,0,0,0 +184006,0,0,0,0,0 +184007,0,0,0,0,0 +184008,0,0,0,0,0 +184009,0,0,0,0,0 +184010,0,0,0,0,0 +184011,0,0,0,0,0 +184012,0,0,0,0,0 +184013,0,0,0,0,0 +184014,0,0,0,0,0 +184015,0,0,0,0,0 +184016,0,0,0,0,0 +184017,0,0,0,0,0 +184018,0,0,0,0,0 +184019,0,0,0,0,0 +184020,0,0,0,0,0 +184021,0,0,0,0,0 +184022,0,0,0,0,0 +184023,0,0,0,0,0 +184024,0,0,0,0,0 +184025,0,0,0,0,0 +184026,0,0,0,0,0 +184027,0,0,0,0,0 +184028,0,0,0,0,0 +184029,0,0,0,0,0 +184030,0,0,0,0,0 +184031,0,0,0,0,0 +184032,0,0,0,0,0 +184033,0,0,0,0,0 +184034,0,0,0,0,0 +184035,0,0,0,0,0 +184036,0,0,0,0,0 +184037,0,0,0,0,0 +184038,0,0,0,0,0 +184039,0,0,0,0,0 +184040,0,0,0,0,0 +184041,0,0,0,0,0 +184042,0,0,0,0,0 +184043,0,0,0,0,0 +184044,0,0,0,0,0 +184045,0,0,0,0,0 +184046,0,0,0,0,0 +184047,0,0,0,0,0 +184048,0,0,0,0,0 +184049,0,0,0,0,0 +184050,0,0,0,0,0 +184051,0,0,0,0,0 +184052,0,0,0,0,0 +184053,0,0,0,0,0 +184054,0,0,0,0,0 +184055,0,0,0,0,0 +184056,0,0,0,0,0 +184057,0,0,0,0,0 +184058,0,0,0,0,0 +184059,0,0,0,0,0 +184060,0,0,0,0,0 +184061,0,0,0,0,0 +184062,0,0,0,0,0 +184063,0,0,0,0,0 +184064,0,0,0,0,0 +184065,0,0,0,0,0 +184066,0,0,0,0,0 +184067,0,0,0,0,0 +184068,0,0,0,0,0 +184069,0,0,0,0,0 +184070,0,0,0,0,0 +184071,0,0,0,0,0 +184072,0,0,0,0,0 +184073,0,0,0,0,0 +184074,0,0,0,0,0 +184075,0,0,0,0,0 +184076,0,0,0,0,0 +184077,0,0,0,0,0 +184078,0,0,0,0,0 +184079,0,0,0,0,0 +184080,0,0,0,0,0 +184081,0,0,0,0,0 +184082,0,0,0,0,0 +184083,0,0,0,0,0 +184084,0,0,0,0,0 +184085,0,0,0,0,0 +184086,0,0,0,0,0 +184087,0,0,0,0,0 +184088,0,0,0,0,0 +184089,0,0,0,0,0 +184090,0,0,0,0,0 +184091,0,0,0,0,0 +184092,0,0,0,0,0 +184093,0,0,0,0,0 +184094,0,0,0,0,0 +184095,0,0,0,0,0 +184096,0,0,0,0,0 +184097,0,0,0,0,0 +184098,0,0,0,0,0 +184099,0,0,0,0,0 +184100,0,0,0,0,0 +184101,0,0,0,0,0 +184102,0,0,0,0,0 +184103,0,0,0,0,0 +184104,0,0,0,0,0 +184105,0,0,0,0,0 +184106,0,0,0,0,0 +184107,0,0,0,0,0 +184108,0,0,0,0,0 +184109,0,0,0,0,0 +184110,0,0,0,0,0 +184111,0,0,0,0,0 +184112,0,0,0,0,0 +184113,0,0,0,0,0 +184114,0,0,0,0,0 +184115,0,0,0,0,0 +184116,0,0,0,0,0 +184117,0,0,0,0,0 +184118,0,0,0,0,0 +184119,0,0,0,0,0 +184120,0,0,0,0,0 +184121,0,0,0,0,0 +184122,0,0,0,0,0 +184123,0,0,0,0,0 +184124,0,0,0,0,0 +184125,0,0,0,0,0 +184126,0,0,0,0,0 +184127,0,0,0,0,0 +184128,0,0,0,0,0 +184129,0,0,0,0,0 +184130,0,0,0,0,0 +184131,0,0,0,0,0 +184132,0,0,0,0,0 +184133,0,0,0,0,0 +184134,0,0,0,0,0 +184135,0,0,0,0,0 +184136,0,0,0,0,0 +184137,0,0,0,0,0 +184138,0,0,0,0,0 +184139,0,0,0,0,0 +184140,0,0,0,0,0 +184141,0,0,0,0,0 +184142,0,0,0,0,0 +184143,0,0,0,0,0 +184144,0,0,0,0,0 +184145,0,0,0,0,0 +184146,0,0,0,0,0 +184147,0,0,0,0,0 +184148,0,0,0,0,0 +184149,0,0,0,0,0 +184150,0,0,0,0,0 +184151,0,0,0,0,0 +184152,0,0,0,0,0 +184153,0,0,0,0,0 +184154,0,0,0,0,0 +184155,0,0,0,0,0 +184156,0,0,0,0,0 +184157,0,0,0,0,0 +184158,0,0,0,0,0 +184159,0,0,0,0,0 +184160,0,0,0,0,0 +184161,0,0,0,0,0 +184162,0,0,0,0,0 +184163,0,0,0,0,0 +184164,0,0,0,0,0 +184165,0,0,0,0,0 +184166,0,0,0,0,0 +184167,0,0,0,0,0 +184168,0,0,0,0,0 +184169,0,0,0,0,0 +184170,0,0,0,0,0 +184171,0,0,0,0,0 +184172,0,0,0,0,0 +184173,0,0,0,0,0 +184174,0,0,0,0,0 +184175,0,0,0,0,0 +184176,0,0,0,0,0 +184177,0,0,0,0,0 +184178,0,0,0,0,0 +184179,0,0,0,0,0 +184180,0,0,0,0,0 +184181,0,0,0,0,0 +184182,0,0,0,0,0 +184183,0,0,0,0,0 +184184,0,0,0,0,0 +184185,0,0,0,0,0 +184186,0,0,0,0,0 +184187,0,0,0,0,0 +184188,0,0,0,0,0 +184189,0,0,0,0,0 +184190,0,0,0,0,0 +184191,0,0,0,0,0 +184192,0,0,0,0,0 +184193,0,0,0,0,0 +184194,0,0,0,0,0 +184195,0,0,0,0,0 +184196,0,0,0,0,0 +184197,0,0,0,0,0 +184198,0,0,0,0,0 +184199,0,0,0,0,0 +184200,0,0,0,0,0 +184201,0,0,0,0,0 +184202,0,0,0,0,0 +184203,0,0,0,0,0 +184204,0,0,0,0,0 +184205,0,0,0,0,0 +184206,0,0,0,0,0 +184207,0,0,0,0,0 +184208,0,0,0,0,0 +184209,0,0,0,0,0 +184210,0,0,0,0,0 +184211,0,0,0,0,0 +184212,0,0,0,0,0 +184213,0,0,0,0,0 +184214,0,0,0,0,0 +184215,0,0,0,0,0 +184216,0,0,0,0,0 +184217,0,0,0,0,0 +184218,0,0,0,0,0 +184219,0,0,0,0,0 +184220,0,0,0,0,0 +184221,0,0,0,0,0 +184222,0,0,0,0,0 +184223,0,0,0,0,0 +184224,0,0,0,0,0 +184225,0,0,0,0,0 +184226,0,0,0,0,0 +184227,0,0,0,0,0 +184228,0,0,0,0,0 +184229,0,0,0,0,0 +184230,0,0,0,0,0 +184231,0,0,0,0,0 +184232,0,0,0,0,0 +184233,0,0,0,0,0 +184234,0,0,0,0,0 +184235,0,0,0,0,0 +184236,0,0,0,0,0 +184237,0,0,0,0,0 +184238,0,0,0,0,0 +184239,0,0,0,0,0 +184240,0,0,0,0,0 +184241,0,0,0,0,0 +184242,0,0,0,0,0 +184243,0,0,0,0,0 +184244,0,0,0,0,0 +184245,0,0,0,0,0 +184246,0,0,0,0,0 +184247,0,0,0,0,0 +184248,0,0,0,0,0 +184249,0,0,0,0,0 +184250,0,0,0,0,0 +184251,0,0,0,0,0 +184252,0,0,0,0,0 +184253,0,0,0,0,0 +184254,0,0,0,0,0 +184255,0,0,0,0,0 +184256,0,0,0,0,0 +184257,0,0,0,0,0 +184258,0,0,0,0,0 +184259,0,0,0,0,0 +184260,0,0,0,0,0 +184261,0,0,0,0,0 +184262,0,0,0,0,0 +184263,0,0,0,0,0 +184264,0,0,0,0,0 +184265,0,0,0,0,0 +184266,0,0,0,0,0 +184267,0,0,0,0,0 +184268,0,0,0,0,0 +184269,0,0,0,0,0 +184270,0,0,0,0,0 +184271,0,0,0,0,0 +184272,0,0,0,0,0 +184273,0,0,0,0,0 +184274,0,0,0,0,0 +184275,0,0,0,0,0 +184276,0,0,0,0,0 +184277,0,0,0,0,0 +184278,0,0,0,0,0 +184279,0,0,0,0,0 +184280,0,0,0,0,0 +184281,0,0,0,0,0 +184282,0,0,0,0,0 +184283,0,0,0,0,0 +184284,0,0,0,0,0 +184285,0,0,0,0,0 +184286,0,0,0,0,0 +184287,0,0,0,0,0 +184288,0,0,0,0,0 +184289,0,0,0,0,0 +184290,0,0,0,0,0 +184291,0,0,0,0,0 +184292,0,0,0,0,0 +184293,0,0,0,0,0 +184294,0,0,0,0,0 +184295,0,0,0,0,0 +184296,0,0,0,0,0 +184297,0,0,0,0,0 +184298,0,0,0,0,0 +184299,0,0,0,0,0 +184300,0,0,0,0,0 +184301,0,0,0,0,0 +184302,0,0,0,0,0 +184303,0,0,0,0,0 +184304,0,0,0,0,0 +184305,0,0,0,0,0 +184306,0,0,0,0,0 +184307,0,0,0,0,0 +184308,0,0,0,0,0 +184309,0,0,0,0,0 +184310,0,0,0,0,0 +184311,0,0,0,0,0 +184312,0,0,0,0,0 +184313,0,0,0,0,0 +184314,0,0,0,0,0 +184315,0,0,0,0,0 +184316,0,0,0,0,0 +184317,0,0,0,0,0 +184318,0,0,0,0,0 +184319,0,0,0,0,0 +184320,0,0,0,0,0 +184321,0,0,0,0,0 +184322,0,0,0,0,0 +184323,0,0,0,0,0 +184324,0,0,0,0,0 +184325,0,0,0,0,0 +184326,0,0,0,0,0 +184327,0,0,0,0,0 +184328,0,0,0,0,0 +184329,0,0,0,0,0 +184330,0,0,0,0,0 +184331,0,0,0,0,0 +184332,0,0,0,0,0 +184333,0,0,0,0,0 +184334,0,0,0,0,0 +184335,0,0,0,0,0 +184336,0,0,0,0,0 +184337,0,0,0,0,0 +184338,0,0,0,0,0 +184339,0,0,0,0,0 +184340,0,0,0,0,0 +184341,0,0,0,0,0 +184342,0,0,0,0,0 +184343,0,0,0,0,0 +184344,0,0,0,0,0 +184345,0,0,0,0,0 +184346,0,0,0,0,0 +184347,0,0,0,0,0 +184348,0,0,0,0,0 +184349,0,0,0,0,0 +184350,0,0,0,0,0 +184351,0,0,0,0,0 +184352,0,0,0,0,0 +184353,0,0,0,0,0 +184354,0,0,0,0,0 +184355,0,0,0,0,0 +184356,0,0,0,0,0 +184357,0,0,0,0,0 +184358,0,0,0,0,0 +184359,0,0,0,0,0 +184360,0,0,0,0,0 +184361,0,0,0,0,0 +184362,0,0,0,0,0 +184363,0,0,0,0,0 +184364,0,0,0,0,0 +184365,0,0,0,0,0 +184366,0,0,0,0,0 +184367,0,0,0,0,0 +184368,0,0,0,0,0 +184369,0,0,0,0,0 +184370,0,0,0,0,0 +184371,0,0,0,0,0 +184372,0,0,0,0,0 +184373,0,0,0,0,0 +184374,0,0,0,0,0 +184375,0,0,0,0,0 +184376,0,0,0,0,0 +184377,0,0,0,0,0 +184378,0,0,0,0,0 +184379,0,0,0,0,0 +184380,0,0,0,0,0 +184381,0,0,0,0,0 +184382,0,0,0,0,0 +184383,0,0,0,0,0 +184384,0,0,0,0,0 +184385,0,0,0,0,0 +184386,0,0,0,0,0 +184387,0,0,0,0,0 +184388,0,0,0,0,0 +184389,0,0,0,0,0 +184390,0,0,0,0,0 +184391,0,0,0,0,0 +184392,0,0,0,0,0 +184393,0,0,0,0,0 +184394,0,0,0,0,0 +184395,0,0,0,0,0 +184396,0,0,0,0,0 +184397,0,0,0,0,0 +184398,0,0,0,0,0 +184399,0,0,0,0,0 +184400,0,0,0,0,0 +184401,0,0,0,0,0 +184402,0,0,0,0,0 +184403,0,0,0,0,0 +184404,0,0,0,0,0 +184405,0,0,0,0,0 +184406,0,0,0,0,0 +184407,0,0,0,0,0 +184408,0,0,0,0,0 +184409,0,0,0,0,0 +184410,0,0,0,0,0 +184411,0,0,0,0,0 +184412,0,0,0,0,0 +184413,0,0,0,0,0 +184414,0,0,0,0,0 +184415,0,0,0,0,0 +184416,0,0,0,0,0 +184417,0,0,0,0,0 +184418,0,0,0,0,0 +184419,0,0,0,0,0 +184420,0,0,0,0,0 +184421,0,0,0,0,0 +184422,0,0,0,0,0 +184423,0,0,0,0,0 +184424,0,0,0,0,0 +184425,0,0,0,0,0 +184426,0,0,0,0,0 +184427,0,0,0,0,0 +184428,0,0,0,0,0 +184429,0,0,0,0,0 +184430,0,0,0,0,0 +184431,0,0,0,0,0 +184432,0,0,0,0,0 +184433,0,0,0,0,0 +184434,0,0,0,0,0 +184435,0,0,0,0,0 +184436,0,0,0,0,0 +184437,0,0,0,0,0 +184438,0,0,0,0,0 +184439,0,0,0,0,0 +184440,0,0,0,0,0 +184441,0,0,0,0,0 +184442,0,0,0,0,0 +184443,0,0,0,0,0 +184444,0,0,0,0,0 +184445,0,0,0,0,0 +184446,0,0,0,0,0 +184447,0,0,0,0,0 +184448,0,0,0,0,0 +184449,0,0,0,0,0 +184450,0,0,0,0,0 +184451,0,0,0,0,0 +184452,0,0,0,0,0 +184453,0,0,0,0,0 +184454,0,0,0,0,0 +184455,0,0,0,0,0 +184456,0,0,0,0,0 +184457,0,0,0,0,0 +184458,0,0,0,0,0 +184459,0,0,0,0,0 +184460,0,0,0,0,0 +184461,0,0,0,0,0 +184462,0,0,0,0,0 +184463,0,0,0,0,0 +184464,0,0,0,0,0 +184465,0,0,0,0,0 +184466,0,0,0,0,0 +184467,0,0,0,0,0 +184468,0,0,0,0,0 +184469,0,0,0,0,0 +184470,0,0,0,0,0 +184471,0,0,0,0,0 +184472,0,0,0,0,0 +184473,0,0,0,0,0 +184474,0,0,0,0,0 +184475,0,0,0,0,0 +184476,0,0,0,0,0 +184477,0,0,0,0,0 +184478,0,0,0,0,0 +184479,0,0,0,0,0 +184480,0,0,0,0,0 +184481,0,0,0,0,0 +184482,0,0,0,0,0 +184483,0,0,0,0,0 +184484,0,0,0,0,0 +184485,0,0,0,0,0 +184486,0,0,0,0,0 +184487,0,0,0,0,0 +184488,0,0,0,0,0 +184489,0,0,0,0,0 +184490,0,0,0,0,0 +184491,0,0,0,0,0 +184492,0,0,0,0,0 +184493,0,0,0,0,0 +184494,0,0,0,0,0 +184495,0,0,0,0,0 +184496,0,0,0,0,0 +184497,0,0,0,0,0 +184498,0,0,0,0,0 +184499,0,0,0,0,0 +184500,0,0,0,0,0 +184501,0,0,0,0,0 +184502,0,0,0,0,0 +184503,0,0,0,0,0 +184504,0,0,0,0,0 +184505,0,0,0,0,0 +184506,0,0,0,0,0 +184507,0,0,0,0,0 +184508,0,0,0,0,0 +184509,0,0,0,0,0 +184510,0,0,0,0,0 +184511,0,0,0,0,0 +184512,0,0,0,0,0 +184513,0,0,0,0,0 +184514,0,0,0,0,0 +184515,0,0,0,0,0 +184516,0,0,0,0,0 +184517,0,0,0,0,0 +184518,0,0,0,0,0 +184519,0,0,0,0,0 +184520,0,0,0,0,0 +184521,0,0,0,0,0 +184522,0,0,0,0,0 +184523,0,0,0,0,0 +184524,0,0,0,0,0 +184525,0,0,0,0,0 +184526,0,0,0,0,0 +184527,0,0,0,0,0 +184528,0,0,0,0,0 +184529,0,0,0,0,0 +184530,0,0,0,0,0 +184531,0,0,0,0,0 +184532,0,0,0,0,0 +184533,0,0,0,0,0 +184534,0,0,0,0,0 +184535,0,0,0,0,0 +184536,0,0,0,0,0 +184537,0,0,0,0,0 +184538,0,0,0,0,0 +184539,0,0,0,0,0 +184540,0,0,0,0,0 +184541,0,0,0,0,0 +184542,0,0,0,0,0 +184543,0,0,0,0,0 +184544,0,0,0,0,0 +184545,0,0,0,0,0 +184546,0,0,0,0,0 +184547,0,0,0,0,0 +184548,0,0,0,0,0 +184549,0,0,0,0,0 +184550,0,0,0,0,0 +184551,0,0,0,0,0 +184552,0,0,0,0,0 +184553,0,0,0,0,0 +184554,0,0,0,0,0 +184555,0,0,0,0,0 +184556,0,0,0,0,0 +184557,0,0,0,0,0 +184558,0,0,0,0,0 +184559,0,0,0,0,0 +184560,0,0,0,0,0 +184561,0,0,0,0,0 +184562,0,0,0,0,0 +184563,0,0,0,0,0 +184564,0,0,0,0,0 +184565,0,0,0,0,0 +184566,0,0,0,0,0 +184567,0,0,0,0,0 +184568,0,0,0,0,0 +184569,0,0,0,0,0 +184570,0,0,0,0,0 +184571,0,0,0,0,0 +184572,0,0,0,0,0 +184573,0,0,0,0,0 +184574,0,0,0,0,0 +184575,0,0,0,0,0 +184576,0,0,0,0,0 +184577,0,0,0,0,0 +184578,0,0,0,0,0 +184579,0,0,0,0,0 +184580,0,0,0,0,0 +184581,0,0,0,0,0 +184582,0,0,0,0,0 +184583,0,0,0,0,0 +184584,0,0,0,0,0 +184585,0,0,0,0,0 +184586,0,0,0,0,0 +184587,0,0,0,0,0 +184588,0,0,0,0,0 +184589,0,0,0,0,0 +184590,0,0,0,0,0 +184591,0,0,0,0,0 +184592,0,0,0,0,0 +184593,0,0,0,0,0 +184594,0,0,0,0,0 +184595,0,0,0,0,0 +184596,0,0,0,0,0 +184597,0,0,0,0,0 +184598,0,0,0,0,0 +184599,0,0,0,0,0 +184600,0,0,0,0,0 +184601,0,0,0,0,0 +184602,0,0,0,0,0 +184603,0,0,0,0,0 +184604,0,0,0,0,0 +184605,0,0,0,0,0 +184606,0,0,0,0,0 +184607,0,0,0,0,0 +184608,0,0,0,0,0 +184609,0,0,0,0,0 +184610,0,0,0,0,0 +184611,0,0,0,0,0 +184612,0,0,0,0,0 +184613,0,0,0,0,0 +184614,0,0,0,0,0 +184615,0,0,0,0,0 +184616,0,0,0,0,0 +184617,0,0,0,0,0 +184618,0,0,0,0,0 +184619,0,0,0,0,0 +184620,0,0,0,0,0 +184621,0,0,0,0,0 +184622,0,0,0,0,0 +184623,0,0,0,0,0 +184624,0,0,0,0,0 +184625,0,0,0,0,0 +184626,0,0,0,0,0 +184627,0,0,0,0,0 +184628,0,0,0,0,0 +184629,0,0,0,0,0 +184630,0,0,0,0,0 +184631,0,0,0,0,0 +184632,0,0,0,0,0 +184633,0,0,0,0,0 +184634,0,0,0,0,0 +184635,0,0,0,0,0 +184636,0,0,0,0,0 +184637,0,0,0,0,0 +184638,0,0,0,0,0 +184639,0,0,0,0,0 +184640,0,0,0,0,0 +184641,0,0,0,0,0 +184642,0,0,0,0,0 +184643,0,0,0,0,0 +184644,0,0,0,0,0 +184645,0,0,0,0,0 +184646,0,0,0,0,0 +184647,0,0,0,0,0 +184648,0,0,0,0,0 +184649,0,0,0,0,0 +184650,0,0,0,0,0 +184651,0,0,0,0,0 +184652,0,0,0,0,0 +184653,0,0,0,0,0 +184654,0,0,0,0,0 +184655,0,0,0,0,0 +184656,0,0,0,0,0 +184657,0,0,0,0,0 +184658,0,0,0,0,0 +184659,0,0,0,0,0 +184660,0,0,0,0,0 +184661,0,0,0,0,0 +184662,0,0,0,0,0 +184663,0,0,0,0,0 +184664,0,0,0,0,0 +184665,0,0,0,0,0 +184666,0,0,0,0,0 +184667,0,0,0,0,0 +184668,0,0,0,0,0 +184669,0,0,0,0,0 +184670,0,0,0,0,0 +184671,0,0,0,0,0 +184672,0,0,0,0,0 +184673,0,0,0,0,0 +184674,0,0,0,0,0 +184675,0,0,0,0,0 +184676,0,0,0,0,0 +184677,0,0,0,0,0 +184678,0,0,0,0,0 +184679,0,0,0,0,0 +184680,0,0,0,0,0 +184681,0,0,0,0,0 +184682,0,0,0,0,0 +184683,0,0,0,0,0 +184684,0,0,0,0,0 +184685,0,0,0,0,0 +184686,0,0,0,0,0 +184687,0,0,0,0,0 +184688,0,0,0,0,0 +184689,0,0,0,0,0 +184690,0,0,0,0,0 +184691,0,0,0,0,0 +184692,0,0,0,0,0 +184693,0,0,0,0,0 +184694,0,0,0,0,0 +184695,0,0,0,0,0 +184696,0,0,0,0,0 +184697,0,0,0,0,0 +184698,0,0,0,0,0 +184699,0,0,0,0,0 +184700,0,0,0,0,0 +184701,0,0,0,0,0 +184702,0,0,0,0,0 +184703,0,0,0,0,0 +184704,0,0,0,0,0 +184705,0,0,0,0,0 +184706,0,0,0,0,0 +184707,0,0,0,0,0 +184708,0,0,0,0,0 +184709,0,0,0,0,0 +184710,0,0,0,0,0 +184711,0,0,0,0,0 +184712,0,0,0,0,0 +184713,0,0,0,0,0 +184714,0,0,0,0,0 +184715,0,0,0,0,0 +184716,0,0,0,0,0 +184717,0,0,0,0,0 +184718,0,0,0,0,0 +184719,0,0,0,0,0 +184720,0,0,0,0,0 +184721,0,0,0,0,0 +184722,0,0,0,0,0 +184723,0,0,0,0,0 +184724,0,0,0,0,0 +184725,0,0,0,0,0 +184726,0,0,0,0,0 +184727,0,0,0,0,0 +184728,0,0,0,0,0 +184729,0,0,0,0,0 +184730,0,0,0,0,0 +184731,0,0,0,0,0 +184732,0,0,0,0,0 +184733,0,0,0,0,0 +184734,0,0,0,0,0 +184735,0,0,0,0,0 +184736,0,0,0,0,0 +184737,0,0,0,0,0 +184738,0,0,0,0,0 +184739,0,0,0,0,0 +184740,0,0,0,0,0 +184741,-1760.315985,277.0166378,592.8061712,-728.8904661,-754.3643325 +184742,-1727.321848,272.3256728,581.3546655,-714.7523321,-750.5131669 +184743,-98.2986744,264.8586594,563.9943631,105.7097061,-740.111713 +184744,-116.4068632,257.3918584,546.3677253,68.52172792,-729.6274836 +184745,-453.1781772,251.0730461,530.8784848,-252.9851159,64.76074266 +184746,-272.5157687,245.9920532,517.7944826,-66.53231651,-238.3267261 +184747,-256.7656198,241.8956557,506.6672263,-90.45840802,-200.0400718 +184748,-250.568412,238.5320505,497.0259529,-86.5369134,-160.5361136 +184749,-242.4120217,235.7308935,488.5466537,-83.08104749,-155.4490033 +184750,-234.75,233.3848426,481.0224022,-79.03563805,-149.5425588 +184751,-226.9738782,231.4197285,474.3079066,-75.46857546,-145.0325526 +184752,-219.094786,229.7772558,468.2868849,-71.58681601,-140.417576 +184753,-212.381991,228.408375,462.8596801,-67.93217157,-135.1536929 +184754,-203.6927312,227.2713904,457.9399679,-64.24224703,-131.0781596 +184755,-197.4628773,226.3312232,453.4536867,-60.79013349,-126.4638843 +184756,-189.2657345,225.5586537,449.3378832,-57.30778827,-121.3196443 +184757,-182.9157226,224.9294345,445.5392406,-53.52809717,-117.6427535 +184758,-174.6238952,226.7206567,447.0664838,-50.12840203,-112.3672643 +184759,-168.8487965,229.1508862,450.002706,-46.67497726,-108.0019243 +184760,-160.4736689,231.6047259,452.9933177,-43.19797317,-103.5340643 +184761,-154.3020881,234.0604495,455.9861662,-39.70456131,-99.66245435 +184762,-146.8250078,236.5175418,458.9746313,-36.46726164,-94.34980163 +184763,-140.2776319,238.9800658,461.9627603,-32.94336504,-91.0197578 +184764,-133.0641654,241.4514429,464.9542723,-29.67689559,-85.55554727 +184765,-126.4649803,243.9336141,467.9505652,-26.12677726,-82.10270583 +184766,-119.2034147,246.4275204,470.9514946,-22.97248647,-77.19683568 +184767,-112.880265,248.9336325,473.956334,-19.53495782,-72.9283461 +184768,-105.8941299,251.4521998,476.9642039,-16.22197004,-68.60524592 +184769,-98.88757482,253.9833476,479.9742186,-13.03398483,-64.22751729 +184770,-92.50400315,256.5270912,482.9854714,-9.563959734,-59.79728429 +184771,-85.46078526,259.0841627,485.9980752,-6.490988275,-56.02732962 +184772,-79.34014113,261.7916744,489.3203224,-3.388273501,-50.87197404 +184773,-72.8847387,264.3350153,492.2672401,-0.15067393,-46.97985174 +184774,-66.09285816,266.8587073,495.1526886,2.95957346,-43.04690937 +184775,-60.2471298,313.9014093,497.9886535,6.077578334,-37.98330384 +184776,-53.42490294,383.9626985,500.7761188,9.203301107,-34.33160008 +184777,-47.22932854,353.0505843,503.5242838,12.20115673,-29.55094091 +184778,-41.02069785,378.5143191,506.2305892,15.34275495,-25.46339285 +184779,-34.47807548,390.0935843,508.9003946,18.35596195,-20.97650642 +184780,-23.46731705,398.218559,511.5333577,24.48049227,-17.19013495 +184781,-15.94390218,408.9279629,514.0761095,27.91118961,-12.26652295 +184782,-9.687877114,419.3852575,516.5476193,31.3503487,-8.420190765 +184783,-2.780098156,430.1635013,518.9815792,34.52434705,-4.176309914 +184784,3.338223005,440.5028552,521.3897602,37.83913485,0.097262432 +184785,9.948344138,451.0512885,523.7798415,40.88747949,4.397207008 +184786,16.40866358,461.2909854,526.1476778,43.9423322,8.720389021 +184787,22.55798573,471.3703479,528.4953269,47.27498418,12.69339919 +184788,29.19720368,481.634195,530.818111,50.20497683,16.69085127 +184789,35.20489362,491.4006681,533.1187286,53.41106021,21.45857762 +184790,41.70213939,501.5054699,535.3931349,55.81095902,25.1224214 +184791,48.04709959,511.1921474,537.6403544,55.79784343,29.55353887 +184792,54.07893001,520.9102764,539.8651039,55.85299493,33.25527819 +184793,60.43980446,530.3958234,542.0632172,55.99779788,38.10036589 +184794,66.64859243,543.6401819,544.2331586,56.22790559,41.45845602 +184795,72.86400172,555.8588712,546.375282,56.52975813,45.96049215 +184796,78.92648753,568.0128862,548.4901091,56.89004523,50.10178897 +184797,85.15681296,580.5463244,550.5777628,57.29838518,53.87937995 +184798,91.39350949,592.1770722,552.6380267,57.74700052,58.04829059 +184799,97.47515788,604.0803667,554.670548,58.2298554,62.23045502 +184800,103.5626452,616.0820082,556.6749584,58.74203821,66.04679422 +184801,122.5677226,1058.255125,558.8227502,59.35755439,223.0285595 +184802,141.7512421,1083.874445,1241.638657,68.89143758,258.8091215 +184803,170.9676887,1105.622022,1845.924326,82.96011123,310.8134986 +184804,200.8785893,1125.281611,1397.199184,97.09260409,363.7185427 +184805,227.465485,1143.843147,1558.020274,109.4276676,411.5464202 +184806,250.2194505,1161.766335,1581.209207,119.7984481,453.6392214 +184807,269.8328274,1179.064469,1600.795841,128.5990793,490.971912 +184808,287.0545918,1195.950344,1619.376518,136.2300624,524.5292419 +184809,302.4045541,1212.103563,1637.328388,142.9657649,554.9649013 +184810,316.2148293,1229.109637,1654.403228,148.9805179,582.6912977 +184811,328.7213674,1244.848502,1671.368416,154.3967597,608.0129078 +184812,340.1142035,1260.712697,1687.501898,159.3113817,631.189705 +184813,350.5562245,1276.470869,1703.269031,163.8057779,651.8471829 +184814,360.1881387,1291.725912,1726.033549,167.9488153,670.3732681 +184815,369.1301319,1307.019091,1732.194413,171.7980865,687.2102372 +184816,377.4837404,1322.139791,1738.487983,175.4012115,702.6707461 +184817,385.3342857,1336.828052,1767.933673,178.7973477,716.9595178 +184818,392.7534279,1351.623391,1774.351351,182.0186809,730.2247665 +184819,399.8014142,1366.073331,1789.021939,185.0917011,742.5885706 +184820,406.5289789,1380.34712,1802.390649,188.0382535,754.1580155 +184821,412.9788738,1394.650135,1814.777003,190.8763697,765.0276856 +184822,419.1871593,1408.451419,1827.404561,193.6209529,775.2803115 +184823,425.1842821,1422.42332,1839.230284,196.2843366,784.9876395 +184824,430.9959618,1436.040646,1851.23177,198.8767364,794.2116612 +184825,436.6439525,1449.5627,1862.332247,201.4066286,803.0059666 +184826,442.1466837,1462.921047,1873.632158,203.8810612,811.416959 +184827,447.5197831,1476.064568,1884.399096,206.3059045,819.4848876 +184828,452.7765265,1489.27173,1894.966694,208.6860597,827.2447055 +184829,457.9282152,1501.972374,1905.057159,211.0256318,834.726833 +184830,462.9844931,1514.879823,1915.193252,213.3280707,841.9577678 +184831,467.9536048,1526.935999,1924.138802,215.5962848,848.9606411 +184832,472.8396078,1538.82883,1932.824978,217.8312226,855.7556208 +184833,477.6465956,1550.513448,1941.318188,220.0339892,862.3603702 +184834,482.3793246,1562.017305,1949.354767,222.2061451,868.7903671 +184835,487.042644,1573.274461,1957.279801,224.3494,875.0592499 +184836,491.641017,1584.527927,1964.797387,226.4653556,881.1790395 +184837,496.1783573,1595.533213,1972.322219,228.5554113,887.1603662 +184838,500.658058,1606.259419,1979.237731,230.6207702,893.0126214 +184839,505.0830921,1616.897903,1986.134397,232.6624808,898.7441691 +184840,509.4560712,1627.484088,1992.707445,234.681462,904.3624217 +184841,513.7793205,1637.774936,1999.050437,236.678533,909.8740118 +184842,518.0549141,1647.89724,2005.233102,238.6544271,915.2848522 +184843,522.2847261,1658.108716,2010.993345,240.6098112,920.6002789 +184844,526.4704421,1670.810512,2016.622661,242.5452885,925.8250695 +184845,530.6135957,1680.137877,2022.155763,244.4614127,930.9635548 +184846,534.7155919,1690.560281,2027.311094,246.3586961,936.0196563 +184847,538.7777188,1700.011933,2032.322087,248.2376129,940.9969436 +184848,542.8011618,1710.310424,2037.113264,250.0986043,945.8986559 +184849,546.7870305,1719.04978,2041.777296,251.9420886,950.7277841 +184850,550.7363529,1729.54855,2046.046533,253.7684576,955.4870562 +184851,554.6500941,1706.834844,2050.294697,255.5780836,960.1789991 +184852,558.5291676,1756.784859,2054.282446,257.3713236,964.8059536 +184853,562.3744342,1746.233163,2058.094832,259.1485177,969.370098 +184854,566.1867155,1758.592313,2061.724078,260.9099947,973.8734785 +184855,569.9667936,1767.115818,2065.173266,262.6560706,978.3180103 +184856,573.7154155,1775.212519,2068.446121,264.3870505,982.7054718 +184857,577.4332892,1783.269069,2071.546274,266.1032257,987.0375187 +184858,581.1210909,1791.404448,2074.397625,267.8048767,991.315699 +184859,584.7794793,1799.053643,2077.283422,269.4922791,995.5414946 +184860,588.4090838,1806.818821,2079.910202,271.1656983,999.7162993 +184861,591.7389438,1983.20712,2489.045629,272.7019521,1003.347679 +184862,602.1123683,1992.511059,2468.695482,399.5589246,1020.316266 +184863,1211.261888,2000.849736,2484.46178,542.6186026,1044.034168 +184864,999.2932737,2008.883411,2485.662525,445.6007734,1067.947861 +184865,1023.413635,2016.680839,2488.151022,484.1775088,1089.363935 +184866,1063.907505,2024.272811,2490.643751,492.2505982,1108.005878 +184867,1079.306189,2031.683424,2492.862202,499.4990833,1860.855412 +184868,1093.124368,2039.022117,2494.837176,506.5698061,1498.871194 +184869,1107.742872,2045.966845,2496.577511,513.3612722,1608.434564 +184870,1121.35184,2052.961156,2498.121686,520.3313959,1638.259649 +184871,1134.82636,2059.632125,2499.496628,526.8612595,1655.951415 +184872,1148.161863,2066.4048,2500.614615,533.5093732,1672.183909 +184873,1160.826196,2072.838797,2501.631874,539.5639682,1688.172875 +184874,1174.046154,2079.217358,2502.462587,546.1369679,1703.712007 +184875,1186.501002,2085.544189,2503.14048,552.1710312,1718.878187 +184876,1198.843709,2091.506821,2503.683478,558.2434896,1733.681669 +184877,1210.98811,2097.54523,2504.03633,564.0404583,1748.154042 +184878,1223.060935,2103.373875,2504.279328,570.1235,1762.300736 +184879,1234.767112,2109.089467,2504.367435,575.7537724,1776.14677 +184880,1246.027561,2114.678911,2504.317163,581.5753738,1789.656945 +184881,1258.058993,2120.143337,2504.131258,586.8990037,1802.982765 +184882,1268.972945,2125.385482,2503.794436,592.4826876,1815.917557 +184883,1280.086111,2130.841398,2503.369591,597.6721938,1828.717066 +184884,1291.45864,2135.725802,2502.780346,603.2268966,1841.180511 +184885,1301.561775,2140.782009,2502.080297,608.3115489,1853.392443 +184886,1312.446973,2145.620755,2501.25709,613.4706373,1865.077888 +184887,1322.907391,2150.354315,2500.315252,618.5225914,1877.410424 +184888,1333.093334,2154.969841,2499.136765,623.4970804,1888.673686 +184889,1343.279942,2159.468271,2498.071805,628.3965944,1900.149044 +184890,1353.360665,2163.850245,2496.793875,633.2226268,1911.276453 +184891,1362.603104,2167.841686,2495.074419,637.7165033,1922.239387 +184892,1372.855824,2171.663289,2493.355099,642.6257712,1932.954407 +184893,1381.906294,2175.340246,2491.374216,647.0076257,1943.600028 +184894,1391.349684,2178.981388,2489.408404,651.5014985,1947.868267 +184895,1392.224556,2178.460936,2478.987514,652.1535949,1941.082018 +184896,1370.653529,2178.512739,2445.377993,642.4667902,1893.025966 +184897,1436.285579,2176.645667,2502.419993,672.0062058,2006.175287 +184898,1416.175453,2185.301988,2467.456192,666.7257974,1961.198086 +184899,1431.220543,2180.341915,2471.706623,674.1558499,1980.092555 +184900,1438.479436,2181.03546,2467.63416,678.107052,1985.701454 +184901,1447.546217,2184.469214,2465.647319,682.3658306,1993.382937 +184902,1455.485845,2186.189207,2462.810017,686.5243194,1999.802122 +184903,1463.716122,2187.879679,2459.774521,690.554718,2006.180498 +184904,1471.340565,2188.94711,2461.320976,694.3555074,2012.267305 +184905,1479.827296,2191.990309,2452.315708,698.3223748,2019.190107 +184906,1487.195781,2216.829728,2450.761723,702.363956,2024.889251 +184907,1495.438537,2162.007959,2448.672139,706.1986286,2033.656976 +184908,1501.619292,2209.198904,2448.458634,709.5614744,2042.790403 +184909,1511.007495,2195.926065,2440.267098,713.792178,2044.664742 +184910,1517.714845,2198.738832,2439.107257,717.2293385,2033.861612 +184911,1523.95413,2206.32487,2437.666482,720.2400492,2062.113326 +184912,1532.802086,2212.479239,2430.421926,724.5584304,2058.260212 +184913,1539.698582,2175.568177,2431.834288,727.9111701,2065.797789 +184914,1545.906894,2215.910852,2426.760654,730.9208785,2069.951274 +184915,1613.707135,2230.356475,2483.190456,762.0126568,2184.549535 +184916,1473.724445,2168.201762,2337.597215,698.9808548,1919.00907 +184917,1666.370289,2245.375297,2504.801809,786.1021745,2270.417657 +184918,1478.386512,2183.864013,2327.589836,701.4256839,1911.61818 +184919,1681.862827,2225.150986,2506.535569,793.5815161,2283.680388 +184920,1489.531393,2177.165251,2311.729475,706.8797862,1918.125788 +184921,1703.835962,2251.027401,2508.414842,803.6166314,2307.570231 +184922,1508.525993,2187.202499,2311.237983,715.575384,1935.870936 +184923,1723.526574,2232.005215,2505.768949,812.8632197,2325.745272 +184924,1520.795421,2177.54318,2307.904322,721.3457241,1941.787922 +184925,1740.80511,2257.876158,2502.384015,820.9063613,2341.428102 +184926,1532.738145,2166.396504,2299.777856,727.0812055,1947.331773 +184927,1758.012624,2271.54015,2500.036016,828.8258096,2356.69187 +184928,1544.279632,2163.907868,2293.070737,732.5631399,1952.258308 +184929,1774.916427,2249.475849,2497.131334,836.6887195,2371.680875 +184930,1555.486935,2171.740817,2285.605579,737.7564625,1962.791205 +184931,1791.773748,2260.75307,2493.900665,844.1124667,2377.261511 +184932,1566.13261,2161.640673,2279.566992,743.3821941,1980.507984 +184933,1808.327489,2263.696316,2490.37214,851.51305,2376.563702 +184934,1576.912473,2159.05194,2273.507008,748.4046311,1975.824312 +184935,1824.442409,2270.252937,2487.775378,858.8900166,2412.654104 +184936,1587.264096,2147.033916,2266.012612,753.3224341,1968.078821 +184937,1840.48754,2289.045131,2485.701771,866.280555,2429.192673 +184938,1597.561776,2126.226902,2259.353204,758.1039831,1971.312911 +184939,1856.21211,2277.425241,2483.93032,873.4523398,2442.828796 +184940,1607.432529,2140.946058,2251.605085,762.6518907,1974.31601 +184941,1872.032374,2265.128867,2481.630435,880.7801719,2456.739235 +184942,1616.935393,2145.406935,2245.997355,767.0178771,1976.754032 +184943,1887.714916,2260.220706,2478.897906,887.9046983,2470.447522 +184944,1626.352288,2142.365525,2240.387639,771.4420857,1979.07493 +184945,1902.949533,2259.770082,2476.417383,894.7939174,2483.700081 +184946,1635.772312,2136.205006,2235.097184,775.7028843,1981.491013 +184947,1918.109555,2262.932508,2474.161948,901.7025939,2496.832086 +184948,1644.773286,2125.172785,2230.022231,779.8892304,1983.51931 +184949,1933.022521,2270.332986,2472.273357,908.4633526,2509.726624 +184950,1653.323079,2130.598251,2224.410661,783.6662863,1985.020315 +184951,1948.22411,2229.514977,2470.350921,915.3744722,2523.249165 +184952,1661.433353,2133.815824,2220.454011,787.3497765,1986.500621 +184953,1961.591553,2268.308236,2467.758177,921.5293664,2541.372578 +184954,1669.973714,2079.652409,2215.42001,790.8116707,1979.7082 +184955,1974.911689,2277.157089,2467.787703,927.9716877,2551.889476 +184956,1677.635293,2076.699068,2207.843074,794.2004385,1989.230484 +184957,1988.536397,2256.453974,2467.938934,934.0490583,2559.925287 +184958,1684.72113,2085.575348,2201.905443,797.3751269,1990.910174 +184959,2002.114208,2248.950024,2466.535414,940.3282399,2572.691183 +184960,1691.845235,2070.66874,2198.93309,800.4849983,1991.687876 +184961,2015.221083,2246.637168,2465.25176,946.2647518,2584.937556 +184962,1698.854867,2061.314625,2194.864795,803.6585722,1992.365111 +184963,2030.042431,2229.869285,2464.432811,952.0438527,2597.200499 +184964,1702.858615,2066.582554,2191.9028,806.649939,1992.783406 +184965,2055.400703,2233.801252,2462.915319,957.9235268,2609.121114 +184966,1692.528814,2033.64315,2191.266939,809.6133404,1993.716031 +184967,2090.284333,2218.700337,2463.090704,963.4798542,2620.758192 +184968,1675.580741,2049.389692,2189.680638,812.4687459,1993.951963 +184969,2085.951471,2197.709352,2462.669677,969.1044218,2632.64858 +184970,1719.991108,2041.520842,2190.126064,815.0403222,1993.819865 +184971,2079.312116,2190.50603,2459.803616,974.7787108,2644.785239 +184972,1730.028785,2030.693031,2193.361061,817.6404669,1993.496524 +184973,2091.692358,2182.477103,2457.111095,980.2792083,2662.654541 +184974,1736.105455,2019.684547,2195.062792,820.1629539,1983.984958 +184975,2103.700205,2194.509424,2455.355809,985.5866903,2683.438765 +184976,1742.074084,1986.622125,2197.162134,822.7848411,1975.502341 +184977,2115.668256,2181.23297,2455.088617,990.7847576,2700.586186 +184978,1747.594932,1992.815832,2196.390244,825.1991319,1970.642095 +184979,2127.626045,2146.793848,2454.525515,996.0766694,2713.713386 +184980,1753.175658,1991.353863,2197.377358,827.5262719,1969.696281 +184981,2026.181915,2091.429727,2377.509103,947.8188093,2498.751391 +184982,1634.157972,1921.729059,2021.112691,776.9869307,1776.613058 +184983,2028.588003,2076.705064,2395.222285,948.6931216,2491.497191 +184984,1643.867095,1908.602737,1999.471132,778.5495197,1776.206557 +184985,2034.68206,2075.567025,2421.120555,952.821829,2499.292564 +184986,1647.019863,1881.7107,1989.058494,779.3201896,1773.183217 +184987,2043.851023,2062.518152,2409.040002,956.8587081,2507.06154 +184988,1650.202925,1877.892236,2000.351015,780.5250155,1770.921541 +184989,2052.905309,2046.099384,2400.460323,960.7226365,2514.949172 +184990,1653.064373,1881.828788,1994.988873,781.6909081,1768.603731 +184991,2069.205728,2010.42524,2405.222825,964.8336651,2523.317234 +184992,1646.624097,1877.551507,1983.232989,783.0768656,1766.734794 +184993,2090.719942,1998.657341,2415.457486,968.3915742,2530.740401 +184994,1637.596245,1847.739304,1970.190378,785.0268825,1765.990166 +184995,2111.351311,2007.356647,2429.079794,971.4316457,2537.314208 +184996,1629.39966,1823.267316,1956.819481,786.641794,1764.749877 +184997,2103.018027,1997.584426,2434.312781,975.1885997,2545.172777 +184998,1664.747989,1808.367008,1952.219331,787.8913934,1762.92942 +184999,2118.4992,1985.659771,2436.086416,978.9670656,2553.106695 +185000,1637.828864,1793.631414,1948.484073,789.2510394,1761.337535 +185001,2120.594281,1972.901007,2437.877513,982.5589267,2560.770671 +185002,1671.540734,1778.765198,1944.435892,790.6312388,1759.809465 +185003,2112.769175,1960.337486,2439.811985,986.1717159,2568.509614 +185004,1678.43915,1763.42133,1940.766542,791.882101,1758.108924 +185005,2121.303218,1947.734834,2441.589086,989.8917598,2576.445561 +185006,1681.812372,1748.252932,1937.61319,793.1431497,1756.449358 +185007,2129.749251,1955.71483,2443.132927,993.475149,2585.199456 +185008,1685.250458,1703.155086,1934.832426,794.5476145,1753.480125 +185009,2137.818926,1953.740279,2444.833912,996.8735146,2600.749659 +185010,1688.497767,1688.501519,1931.22424,795.7997849,1740.5115 +185011,2146.587472,1920.928895,2447.519576,1000.660646,2605.82864 +185012,1691.987087,1699.693291,1928.650046,797.1814851,1750.049325 +185013,2155.573828,1895.969153,2449.903977,1004.700967,2607.721169 +185014,1695.658183,1687.332327,1927.071085,798.3616931,1749.603249 +185015,2164.578032,1883.267705,2452.034174,1008.98052,2615.361537 +185016,1699.281977,1672.460381,1925.656988,799.6677952,1748.099282 +185017,2173.361594,1870.222375,2454.492896,1012.931602,2622.999071 +185018,1703.216508,1657.544395,1924.156559,801.2940206,1746.4176 +185019,2182.1054,1857.53715,2457.168139,1016.625895,2630.809799 +185020,1707.001996,1642.246413,1922.864337,802.8881573,1744.544671 +185021,2190.929582,1844.762786,2459.84616,1020.563932,2638.594228 +185022,1710.346614,1626.579077,1939.197348,804.2868111,1742.471902 +185023,2200.450361,1832.459198,2435.20777,1024.619843,2646.773263 +185024,1714.061875,1611.703022,1934.913392,805.8711971,1740.803398 +185025,2208.756732,1818.796008,2462.178691,1028.369358,2654.031032 +185026,1718.144146,1596.744571,1919.686485,807.5305778,1739.246134 +185027,2217.278642,1805.89408,2468.230925,1032.137593,2661.790658 +185028,1721.457139,1581.036268,1937.659814,808.8390621,1736.966781 +185029,2226.745867,1793.470334,2447.885785,1036.407615,2677.349569 +185030,1725.366894,1565.995633,1925.718071,810.4874176,1724.11961 +185031,2234.744702,1779.822751,2474.443591,1039.84408,2682.568159 +185032,1728.769358,1550.482708,1933.939951,811.9740024,1732.131876 +185033,2244.379976,1767.462917,2456.996472,1044.114766,2685.459596 +185034,1732.372941,1535.302948,1923.183925,813.5578589,1731.424804 +185035,2252.580009,1753.960828,2484.68912,1047.655171,2692.362844 +185036,1737.403626,1520.950581,1913.029005,815.765031,1731.707095 +185037,2259.355691,1740.10556,2486.982765,1050.689738,2696.427054 +185038,1742.976922,1506.361206,1916.292932,818.255952,1733.378833 +185039,2266.25706,1726.503475,2491.952797,1053.63404,2716.153464 +185040,1748.525138,1492.146144,1912.706023,820.6044582,1710.819477 +185041,1880.347764,1535.859845,2099.835421,878.7602665,2000.468413 +185042,1734.693131,1461.20451,1900.351079,813.657102,1720.858833 +185043,1763.468314,1466.994535,1961.59981,826.0516944,1770.009944 +185044,1758.970739,1455.372523,1941.991979,824.1291962,1763.495684 +185045,1760.938495,1448.387026,1944.777215,824.9756351,1763.192898 +185046,1760.264565,1439.294236,1941.554777,824.5835242,1760.373424 +185047,1760.536951,1430.906322,1940.170323,824.751599,1758.989521 +185048,1760.856923,1422.778949,1938.380276,824.7895462,1757.319596 +185049,1761.256012,1414.389858,1936.758055,824.9998515,1756.016682 +185050,1805.140581,1425.688489,1995.640446,844.8740744,1834.358245 +185051,1852.951966,1440.591397,1999.335984,866.8747056,1915.675944 +185052,1716.617552,1372.841665,1898.456292,805.4140256,1659.854037 +185053,1791.013819,1396.820521,1956.298482,839.1010352,1796.876501 +185054,1774.25871,1381.182778,1940.256674,831.2325346,1763.419834 +185055,1774.543262,1373.222823,1938.647438,831.4751375,1761.960894 +185056,1775.168601,1365.157607,1937.604407,831.6871304,1761.019875 +185057,1775.865695,1357.341853,1936.463242,831.9745225,1760.205329 +185058,1789.195595,1354.202292,1936.406128,832.6963551,1759.567671 +185059,1791.87885,1347.161751,1935.68653,833.117637,1758.806535 +185060,1793.843348,1340.015583,1934.984864,833.5480374,1758.180274 +185061,1795.615967,1332.655879,1934.329335,833.9931617,1757.613017 +185062,1797.31847,1325.417822,1933.724632,834.4543523,1757.130225 +185063,1798.994531,1318.061534,1933.173154,834.9325953,1756.60737 +185064,1800.665442,1310.806441,1932.675366,835.4282441,1756.211733 +185065,1802.342552,1303.682808,1932.230961,835.9413001,1755.832031 +185066,1804.032114,1296.558965,1931.839033,836.5022399,1755.503003 +185067,1805.738049,1291.204155,1931.498601,837.0033618,1755.218099 +185068,1807.463156,1286.188172,1931.282281,837.5884085,1754.975231 +185069,1809.209765,1280.960361,1930.930785,838.1626649,1754.772833 +185070,1810.91344,1275.913253,1930.790645,838.7568497,1754.609051 +185071,1812.510295,1270.45512,1930.149912,839.1578791,1754.482417 +185072,1813.919618,1265.24242,1929.458848,839.5278213,1754.389829 +185073,1815.377178,1259.887538,1928.761704,839.8883331,1754.330121 +185074,1816.818676,1254.666474,1928.071293,840.2449074,1754.301727 +185075,1818.256839,1249.340545,1927.392881,840.5998118,1754.303497 +185076,1819.760218,1244.163131,1926.728604,840.9540605,1754.333882 +185077,1821.09434,1238.979876,1926.079559,841.3082093,1754.391685 +185078,1810.308318,1231.258264,1924.651024,841.3267564,1754.586274 +185079,1809.977936,1225.878253,1923.935796,841.6353472,1754.620075 +185080,1810.464586,1220.766309,1923.386608,842.0094232,1754.673164 +185081,1811.294197,1215.767921,1922.894953,842.402254,1754.836676 +185082,1812.245434,1210.855358,1922.43947,842.8044601,1754.989632 +185083,1813.343806,1206.534677,1922.012913,843.2128447,1755.167021 +185084,1814.327774,1200.977303,1921.611486,843.6256406,1755.360997 +185085,1815.504315,1196.715515,1921.232979,844.0418107,1755.569571 +185086,1816.655904,1191.992036,1920.875776,844.4923343,1755.791314 +185087,1817.847687,1187.454859,1920.538829,844.8663433,1756.025638 +185088,1819.066016,1182.98809,1920.221124,845.3117605,1756.271868 +185089,1820.308293,1178.687843,1919.921942,845.7315217,1756.529897 +185090,1821.572268,1174.295733,1919.640435,846.1573293,1756.799297 +185091,1822.856164,1170.137658,1919.375975,846.5844218,1757.080083 +185092,1824.090452,1165.955487,1919.127782,847.0124473,1757.409145 +185093,1825.51116,1161.961286,1918.895287,847.4412419,1757.654616 +185094,1826.796081,1157.940951,1918.677737,847.8705625,1757.995775 +185095,1828.154584,1154.047243,1918.474594,848.3002503,1758.314509 +185096,1829.515209,1150.2352,1918.285137,848.7300688,1758.649284 +185097,1830.887207,1146.513966,1918.108855,849.1598635,1758.994803 +185098,1832.269465,1142.88605,1917.945043,849.5893979,1759.350474 +185099,1833.661077,1139.353757,1917.793222,850.0185247,1759.716385 +185100,1835.06095,1135.871537,1917.652704,850.4470086,1760.092129 +185101,1906.579734,1162.832457,1987.499816,882.4105714,1888.318666 +185102,2153.392601,1269.816835,2248.92753,992.6041041,2345.570682 +185103,2054.518505,1225.29397,2125.999325,949.501034,2143.071974 +185104,2071.997328,1226.938884,2150.091204,956.8807123,2182.179878 +185105,2076.879116,1225.862248,2157.409696,959.4870726,2187.565447 +185106,2084.722199,1227.046367,2154.58291,963.5321642,2194.520678 +185107,2254.738805,1302.003333,2328.969142,1041.29646,2494.559608 +185108,1860.447987,1114.348988,1906.116136,858.7938158,1749.74037 +185109,2349.30714,1343.201113,2444.452325,1092.061154,2724.872948 +185110,1845.003357,1103.586459,1900.63707,854.7218499,1686.387878 +185111,2370.06744,1339.365256,2457.058495,1096.100084,2740.501475 +185112,1841.759475,1099.103417,1878.879274,858.2924882,1685.294339 +185113,2379.606933,1336.845583,2469.816532,1101.275596,2749.500435 +185114,1846.570702,1095.007878,1885.041009,862.2900196,1686.943492 +185115,2386.917018,1334.026252,2474.148833,1106.459161,2755.052233 +185116,1851.903374,1091.251046,1883.250024,866.743463,1693.475345 +185117,2393.431888,1331.108349,2477.709275,1111.571637,2755.309761 +185118,1857.188324,1087.457496,1888.824549,871.4235994,1705.226126 +185119,2399.926179,1328.233553,2477.465107,1116.995688,2750.151619 +185120,1863.278715,1083.531377,1894.220662,875.9917639,1722.349954 +185121,2405.151094,1325.851518,2474.337751,1122.994735,2739.418104 +185122,1876.116804,1080.116915,1905.923135,881.1295116,1712.869511 +185123,2400.37575,1322.461437,2471.362327,1128.425065,2771.136382 +185124,1897.000547,1076.831632,1911.332965,886.6009224,1702.878147 +185125,2389.301139,1319.661546,2468.780908,1134.354344,2777.745675 +185126,1891.124015,1073.473832,1921.189912,892.1649278,1706.450338 +185127,2421.29555,1316.655922,2465.269718,1140.362557,2781.265552 +185128,1907.639096,1069.618222,1941.179289,897.5263937,1709.185013 +185129,2392.509653,1314.674017,2458.252636,1147.391036,2785.997206 +185130,1904.536267,1066.076696,1940.163891,903.3261607,1712.239288 +185131,2433.181416,1311.850673,2455.077739,1153.955281,2789.000657 +185132,1891.336925,1063.483059,1943.321025,910.1454686,1716.150603 +185133,2442.676894,1309.116876,2452.060693,1160.829769,2792.061668 +185134,1897.677093,1061.263921,1963.852703,917.5405197,1719.94839 +185135,2447.79188,1306.121745,2448.10745,1167.733053,2794.57855 +185136,1902.908098,1058.508175,1978.433279,924.6890743,1723.060673 +185137,2454.663971,1304.341634,2441.141898,1175.751784,2797.990526 +185138,1907.864257,1055.633476,1980.993502,931.9034953,1726.374566 +185139,2461.200672,1302.289127,2435.426277,1183.828903,2806.197676 +185140,1912.981895,1052.890574,1999.975397,939.4916889,1721.323879 +185141,2467.679126,1300.395275,2429.147181,1192.202638,2812.396652 +185142,1918.353545,1050.37681,2007.533617,947.4448594,1724.900378 +185143,2483.991824,1298.270076,2423.733099,1201.484123,2814.062644 +185144,1908.983268,1048.241381,2022.193998,954.6388911,1729.207804 +185145,2487.097847,1296.076726,2419.392297,1218.577604,2815.669732 +185146,1927.623419,1045.761911,2029.512536,951.1805684,1732.837783 +185147,2486.842506,1294.573885,2413.11526,1224.933862,2817.995383 +185148,1934.384027,1043.390804,2045.337323,971.4095907,1736.89613 +185149,2493.278352,1292.718655,2405.592178,1227.980376,2824.513214 +185150,1939.658065,1041.258395,2061.837474,981.8382738,1733.231862 +185151,2499.861205,1290.978113,2399.89508,1237.718801,2828.960196 +185152,1945.12115,1039.172014,2066.797461,991.0762763,1737.993777 +185153,2506.199572,1289.283705,2394.997433,1247.629612,2829.30675 +185154,1950.312588,1036.943814,2081.384273,1000.436642,1742.59709 +185155,2513.256466,1287.988937,2388.58668,1257.972309,2834.611114 +185156,1955.375811,1034.811128,2092.263463,1010.226983,1740.85588 +185157,2519.719471,1286.515253,2382.934184,1268.478497,2841.680369 +185158,1960.569648,1032.488582,2107.537593,1019.926445,1739.581533 +185159,2526.835881,1285.658224,2375.454989,1279.651518,2846.600212 +185160,1965.171926,1030.079925,2120.25441,1029.836064,1741.173176 +185161,2581.22426,1307.522495,2369.801287,1313.663567,2862.972571 +185162,2188.334651,1128.962711,2365.177444,1141.206052,2237.845308 +185163,2339.49927,1194.609123,2310.159481,1213.435704,2412.922846 +185164,2318.292696,1183.203048,2302.700239,1207.935865,2405.466475 +185165,2321.982405,1182.77792,2320.01031,1214.146415,2385.715873 +185166,2325.464133,1182.341603,2313.925747,1220.057155,2429.545528 +185167,2329.592721,1182.174651,2311.176064,1226.462146,2376.45819 +185168,2333.113013,1181.797022,2308.43253,1232.500827,2435.444186 +185169,2336.873013,1181.477456,2306.76821,1238.810685,2387.83414 +185170,2342.789446,1181.143515,2305.896498,1245.089755,2437.697264 +185171,2345.524293,1180.808016,2305.448822,1251.423744,2412.312715 +185172,2351.018256,1180.471813,2304.962953,1257.806817,2414.664227 +185173,2350.828056,1180.135674,2304.797253,1264.30749,2426.016797 +185174,2362.596419,1179.800476,2305.141239,1270.673481,2424.177502 +185175,2346.017027,1179.465806,2307.516619,1277.252878,2427.315881 +185176,2360.867273,1179.13785,2307.298953,1283.739861,2429.723974 +185177,2367.731954,1178.807235,2307.722925,1290.539282,2432.03708 +185178,2367.250462,1178.481835,2308.354259,1297.043687,2434.401806 +185179,2371.814867,1178.157258,2310.859653,1303.823616,2436.640032 +185180,2375.158074,1177.840462,2310.679151,1310.570914,2438.898414 +185181,2378.607336,1177.521596,2311.094338,1317.454056,2440.995219 +185182,2381.864756,1177.208433,2311.701438,1324.118902,2443.383143 +185183,2385.405966,1176.898228,2312.39817,1331.184993,2445.431274 +185184,2388.435309,1176.589623,2314.895315,1338.065101,2447.646111 +185185,2391.897667,1176.289751,2314.6668,1345.142421,2449.67365 +185186,2395.070604,1175.987797,2315.014795,1352.057581,2451.807048 +185187,2398.414355,1175.692379,2315.544209,1359.193404,2453.903243 +185188,2401.572195,1175.398111,2317.919648,1366.303512,2455.906861 +185189,2404.880367,1175.112795,2317.602378,1373.388955,2457.80891 +185190,2408.106819,1174.825505,2317.886566,1380.78864,2459.983856 +185191,2410.843319,1174.385389,2318.367528,1387.444372,2461.884067 +185192,2413.553946,1173.915535,2319.040016,1394.306964,2469.706719 +185193,2416.334002,1173.432888,2319.596716,1401.085761,2456.940863 +185194,2418.908273,1172.939115,2321.910781,1407.87895,2477.640955 +185195,2421.588013,1172.443818,2321.587495,1414.754067,2465.929117 +185196,2424.226076,1171.937263,2321.704388,1421.356104,2472.423013 +185197,2426.642863,1171.428461,2321.961767,1428.345675,2473.713315 +185198,2429.182469,1170.91263,2324.086965,1435.090767,2475.472367 +185199,2431.71255,1170.398159,2323.508939,1441.923778,2477.082525 +185200,2434.098281,1169.874087,2323.525362,1448.834895,2479.137254 +185201,2436.606529,1169.347844,2325.481354,1461.279081,2480.901442 +185202,2438.92135,1168.822627,2324.79445,1459.180264,2482.520324 +185203,2441.380444,1168.288971,2324.743755,1465.721294,2484.352422 +185204,2443.654444,1167.817833,2326.647697,1478.776287,2486.136568 +185205,2446.052188,1167.187898,2327.655491,1482.223131,2487.772777 +185206,2448.274667,1166.693125,2328.307751,1489.85235,2489.499612 +185207,2450.623798,1166.142886,2327.021019,1496.606908,2491.127596 +185208,2452.804543,1165.596362,2328.35746,1503.532083,2492.850588 +185209,2455.106047,1165.051692,2329.052555,1510.371514,2494.436932 +185210,2457.229621,1164.504123,2327.76962,1517.313962,2495.83278 +185211,2459.498093,1163.951985,2329.10228,1524.039777,2497.816148 +185212,2461.570243,1163.402528,2328.043437,1530.952128,2499.180955 +185213,2463.795264,1162.846481,2329.478265,1537.707814,2500.85829 +185214,2465.689339,1162.292592,2330.20863,1544.687354,2502.3515 +185215,2468.069578,1161.735553,2330.673636,1551.555621,2503.896519 +185216,2473.794968,1159.056899,2330.987406,1564.175975,2505.443042 +185217,2476.272832,1158.06719,2330.972614,1572.142784,2506.917668 +185218,2478.598307,1157.277633,2330.756374,1582.477039,2508.464957 +185219,2480.872071,1156.546142,2328.741612,1592.522888,2509.756874 +185220,2482.95132,1155.837432,2327.752134,1591.459953,2511.184233 +185221,2408.228104,1121.936711,2327.214746,1560.008479,2366.727438 +185222,2409.403329,1120.920786,2317.280242,1597.345609,2372.060634 +185223,2410.950141,1119.937229,2306.409703,1555.755837,2370.751224 +185224,2412.194725,1119.017981,2297.829156,1604.143138,2372.203299 +185225,2413.745211,1118.113516,2291.843196,1599.1509,2373.20594 +185226,2415.171457,1117.220599,2287.925646,1611.253902,2374.300545 +185227,2416.610058,1116.335019,2287.168499,1622.707277,2375.309681 +185228,2417.886352,1115.459724,2284.522536,1644.933604,2376.368093 +185229,2419.497643,1114.585199,2283.030656,1616.708669,2377.293578 +185230,2420.783258,1113.716771,2282.074544,1674.468919,2378.523236 +185231,2422.17384,1112.850352,2283.199958,1636.093106,2379.472403 +185232,2423.518057,1111.990934,2281.788058,1681.195888,2380.52259 +185233,2424.854441,1111.128695,2282.830948,1670.136923,2381.534706 +185234,2426.162384,1110.275141,2281.392322,1689.191232,2382.55 +185235,2427.46037,1109.419046,2280.661869,1706.156545,2383.547385 +185236,2428.873618,1108.567038,2280.218966,1690.772527,2384.544627 +185237,2429.930258,1107.716473,2280.170951,1734.850923,2385.529468 +185238,2431.367512,1106.86777,2280.266078,1708.661396,2386.526126 +185239,2432.506463,1106.020844,2280.565853,1747.334404,2387.453348 +185240,2433.69558,1105.17533,2281.130223,1738.229144,2388.42538 +185241,2434.884128,1104.331805,2281.772162,1753.334305,2389.364152 +185242,2436.157769,1103.489334,2282.598493,1761.647591,2390.297234 +185243,2437.241638,1102.648688,2283.598159,1770.260286,2391.19468 +185244,2438.355695,1101.809242,2284.660552,1779.499409,2392.142992 +185245,2439.328081,1100.971438,2285.749172,1788.306088,2393.025716 +185246,2440.627366,1100.195985,2286.837561,1797.12146,2393.917709 +185247,2441.606683,1099.209807,2287.916845,1806.123467,2394.796667 +185248,2442.686027,1098.508267,2288.982619,1814.918655,2395.641336 +185249,2443.727587,1097.62339,2290.030106,1823.689831,2396.525521 +185250,2444.887511,1096.800617,2291.170041,1837.52475,2397.362957 +185251,2445.777469,1095.909648,2292.293668,1839.401681,2398.309758 +185252,2446.781659,1095.00608,2293.290193,1851.373842,2398.96215 +185253,2447.796197,1094.096033,2294.276702,1859.728714,2399.836895 +185254,2448.663712,1093.180766,2295.279934,1868.675751,2400.64707 +185255,2449.66141,1092.32134,2296.268326,1877.542296,2401.386877 +185256,2450.498235,1091.309245,2298.957448,1886.427869,2402.230049 +185257,2451.453481,1090.426409,2298.898287,1895.01103,2402.947066 +185258,2452.258795,1089.484952,2299.440109,1904.122042,2403.72413 +185259,2453.188772,1088.550872,2300.204432,1912.6853,2404.463581 +185260,2453.95726,1087.554227,2301.074569,1921.629815,2405.170467 +185261,2454.858642,1086.698062,2301.994724,1930.366913,2405.928147 +185262,2455.59802,1085.71212,2302.935062,1938.9581,2406.61024 +185263,2456.470163,1084.831063,2304.015271,1952.850751,2407.325441 +185264,2457.186311,1083.793048,2296.308949,1954.869656,2407.991521 +185265,2458.019626,1082.882515,2284.287129,1965.336749,2408.668504 +185266,2458.712384,1081.913515,2286.570153,1974.198788,2409.331643 +185267,2459.533923,1080.952254,2287.227528,1982.439126,2409.986042 +185268,2460.198422,1079.987744,2285.930504,1990.964025,2410.627604 +185269,2460.861761,1079.020684,2279.522334,2004.9338,2411.258504 +185270,2461.707034,1078.050359,2282.479619,2006.526946,2411.987595 +185271,2462.39105,1077.077073,2281.514543,2016.715373,2412.432997 +185272,2463.034531,1076.100489,2279.794004,2025.648144,2413.111182 +185273,2463.796704,1075.121282,2273.936944,2033.710991,2413.66549 +185274,2464.40162,1074.195838,2281.894585,2046.02117,2414.267035 +185275,2465.145002,1073.126522,2271.057486,2049.367008,2414.793153 +185276,2465.731325,1072.121389,2274.498792,2058.316523,2415.400143 +185277,2466.460063,1071.203997,2273.352695,2071.071671,2415.925732 +185278,2467.030798,1070.169236,2271.542201,2074.516824,2416.46416 +185279,2467.742969,1069.180417,2265.68129,2086.561561,2416.995988 +185280,2468.299164,1068.179518,2274.046549,2090.772841,2417.502042 +185281,2315.780761,1001.051096,2107.311863,2036.621993,2118.207124 +185282,2315.561623,999.5447953,2113.239542,2042.626751,2138.444178 +185283,2315.354402,998.3135167,2113.708626,2049.059394,2127.561781 +185284,2315.667938,996.9887265,2099.956765,2060.577709,2129.47557 +185285,2316.082067,995.9403675,2113.461729,2065.057174,2129.143457 +185286,2316.445681,994.7533065,2096.957812,2068.466274,2129.019216 +185287,2316.78362,993.6874073,2110.088082,2073.606244,2128.857396 +185288,2317.281008,992.4917647,2093.293389,2073.585445,2128.73669 +185289,2317.617143,991.4144285,2107.087619,2074.944122,2128.641883 +185290,2318.103772,990.2983767,2090.080561,2076.959241,2128.557235 +185291,2318.432532,989.1868397,2103.906903,2079.424397,2128.407112 +185292,2318.890184,988.0910442,2086.855296,2082.089345,2128.475387 +185293,2319.197417,986.9868624,2100.817494,2084.9079,2128.367274 +185294,2319.53582,985.8961667,2083.7717,2089.674318,2128.331748 +185295,2320.132028,984.7993597,2092.462878,2091.314186,2128.300086 +185296,2322.246035,983.7131053,2087.761595,2093.769987,2128.265242 +185297,2317.29579,982.5653266,2086.438049,2098.48694,2128.249192 +185298,2327.899544,981.562363,2084.965812,2102.180318,2128.2211 +185299,2312.575319,980.4352688,2083.318068,2103.551978,2128.212276 +185300,2337.838845,979.3622842,2081.876565,2107.984424,2128.197846 +185301,2302.048846,978.27541,2080.209685,2111.485702,2128.284321 +185302,2355.044092,977.2011668,2078.585165,2112.761639,2128.133978 +185303,2284.064683,976.1199862,2077.077286,2115.084192,2128.202567 +185304,2339.534153,975.0407847,2075.469278,2117.886159,2128.189123 +185305,2331.972075,973.9600204,2073.947263,2122.758882,2128.196241 +185306,2302.339342,972.8845099,2072.242922,2124.667252,2128.198301 +185307,2332.501125,971.8022691,2070.781968,2129.218825,2128.214086 +185308,2340.499574,970.7261139,2069.116733,2132.820347,2128.221456 +185309,2292.737608,969.6487784,2067.470336,2134.179032,2128.233453 +185310,2337.44416,968.5684023,2065.92287,2136.563518,2128.24937 +185311,2346.363281,967.4195485,2064.143309,2139.28075,2128.263538 +185312,2281.505755,966.2534502,2062.399103,2144.103453,2128.280716 +185313,2341.241788,965.0848164,2060.454886,2145.842425,2128.290817 +185314,2316.731857,963.9054697,2058.67873,2148.064229,2128.398772 +185315,2320.597258,962.724266,2056.815146,2150.434959,2128.269104 +185316,2319.810248,961.5383199,2054.948458,2152.880809,2128.349455 +185317,2319.256292,960.3485727,2053.079657,2155.328927,2128.345457 +185318,2318.548534,959.1550513,2051.184182,2157.74628,2128.352822 +185319,2317.817295,957.9579647,2049.284752,2160.118382,2128.265229 +185320,2317.047214,956.7573158,2047.386102,2162.439963,2129.692614 +185321,2316.243057,955.5515682,2045.655529,2166.652848,2126.385157 +185322,2315.384574,954.3474066,2043.42395,2167.701876,2136.939151 +185323,2314.504424,953.1343878,2041.633682,2169.376848,2116.555501 +185324,2313.581875,951.9189997,2039.707981,2173.201161,2152.898386 +185325,2312.612939,950.7030603,2037.706746,2175.995023,2098.015535 +185326,2311.612249,949.4815876,2035.718101,2178.341066,2142.250564 +185327,2310.571579,948.2576239,2033.778114,2180.375802,2138.45106 +185328,2309.493596,947.0302954,2031.779747,2182.308633,2108.064803 +185329,2308.372368,945.8014585,2029.724839,2182.267559,2137.815436 +185330,2307.223224,944.5660244,2027.768581,2183.322949,2125.96953 +185331,2306.030483,943.3296596,2025.74265,2184.842606,2128.037982 +185332,2304.80637,942.0878365,2023.773928,2188.513714,2127.96489 +185333,2303.530933,940.8481619,2021.631184,2189.123005,2127.990093 +185334,2302.233579,939.599696,2019.648519,2190.37958,2127.767594 +185335,2300.895975,938.4002524,2017.639515,2193.813644,2127.753305 +185336,2299.513433,937.0744006,2015.521986,2196.181198,2127.636907 +185337,2298.09505,935.8555132,2013.399649,2196.119958,2127.528199 +185338,2296.647303,934.5878697,2011.373626,2196.974284,2127.418788 +185339,2295.161644,933.3250616,2009.324539,2200.157605,2127.298578 +185340,2293.626573,932.0625577,2007.10428,2200.390274,2127.159064 +185341,1750.890932,930.6010248,818.4254618,1516.289304,1955.234845 +185342,1867.912827,1060.5363,883.5537237,1639.049615,2067.901925 +185343,2007.478945,1072.032904,965.8719927,1787.739179,2198.891079 +185344,2115.978142,1049.985698,1035.867002,1901.861513,2299.32594 +185345,2177.501283,1069.429364,1083.103944,1963.138435,2354.280562 +185346,2207.219043,1060.860811,1113.594091,1988.43357,2380.09451 +185347,2222.359077,1058.12985,1135.367135,1998.019128,2393.877921 +185348,2231.238814,1056.866769,1152.196023,2002.487929,2402.36368 +185349,2237.337329,1055.540769,1165.939969,2005.918027,2408.660098 +185350,2242.034901,1054.310962,1177.517681,2009.324414,2413.882762 +185351,2245.858994,1053.056678,1187.418267,2012.718448,2418.456506 +185352,2249.012649,1051.821958,1195.936667,2015.955788,2422.53712 +185353,2251.584661,1050.591939,1203.274745,2018.95271,2426.16662 +185354,2253.698653,1049.429412,1209.627059,2021.754239,2429.434998 +185355,2255.465105,1048.104666,1215.158379,2024.423489,2432.418311 +185356,2256.932573,1046.930902,1219.989842,2026.981673,2435.141451 +185357,2258.151092,1045.700818,1224.226075,2029.443947,2437.632895 +185358,2259.157029,1044.484929,1227.955802,2031.819554,2439.920015 +185359,2259.983135,1043.273581,1231.253688,2034.114653,2442.027537 +185360,2260.657094,1042.065329,1234.182499,2036.334201,2443.977437 +185361,2261.201251,1040.861274,1236.794928,2038.482502,2445.788941 +185362,2261.63356,1039.659726,1239.135273,2040.563338,2447.478896 +185363,2261.96845,1038.461517,1241.240739,2042.579887,2449.06189 +185364,2262.217715,1037.252421,1243.14265,2044.534841,2450.550656 +185365,2262.389507,1036.054389,1244.865983,2046.427558,2451.953566 +185366,2262.492195,1034.859908,1246.433353,2048.261042,2453.280961 +185367,2262.533424,1033.666436,1247.864272,2050.038672,2454.542434 +185368,2262.5195,1032.472946,1249.175043,2051.762772,2455.745881 +185369,2262.455485,1031.279012,1250.379237,2053.434722,2456.897695 +185370,2262.345532,1030.083852,1251.488251,2055.055455,2458.003211 +185371,2262.217716,1028.806778,1252.511744,2056.625751,2459.066946 +185372,2262.091959,1027.510672,1253.454771,2058.057262,2460.092832 +185373,2261.974595,1026.204347,1254.32212,2059.302035,2461.084224 +185374,2261.863646,1024.88974,1255.119239,2060.361338,2462.044014 +185375,2261.754264,1023.567779,1255.851707,2061.258778,2462.974685 +185376,2261.641656,1022.238574,1256.524704,2062.019386,2463.878394 +185377,2261.522017,1020.902439,1257.142784,2062.661668,2464.756989 +185378,2261.392486,1019.559097,1257.709892,2063.197531,2465.612075 +185379,2261.250771,1018.209121,1258.229449,2063.634559,2466.445019 +185380,2261.095095,1016.851949,1258.704444,2063.978013,2467.256992 +185381,2260.92394,1015.487956,1259.137509,2064.231945,2468.048995 +185382,2260.736078,1014.11691,1259.530982,2064.399693,2468.821894 +185383,2260.53048,1012.739004,1259.886939,2064.484055,2469.576421 +185384,2260.306279,1011.354066,1260.207251,2064.487416,2470.512041 +185385,2260.062712,1009.962291,1260.49359,2064.411801,2471.22844 +185386,2259.799198,1008.56352,1260.747462,2064.258955,2471.925868 +185387,2259.515221,1007.157955,1260.970236,2064.030421,2472.606715 +185388,2259.210343,1005.745448,1261.163169,2063.727595,2473.272236 +185389,2258.884189,1004.326207,1261.327412,2063.351739,2473.922876 +185390,2258.536421,1002.900093,1261.464028,2062.904021,2474.558778 +185391,2258.166726,1001.467321,1261.573997,2062.385514,2475.180016 +185392,2257.774879,1000.02776,1261.658234,2061.797222,2475.786689 +185393,2257.360681,998.5816304,1261.717588,2061.140082,2476.378902 +185394,2256.923919,997.1288066,1261.752858,2060.414983,2476.956771 +185395,2256.464388,995.6695125,1261.764792,2059.622758,2477.520396 +185396,2255.981916,994.2036299,1261.754098,2058.764205,2478.069879 +185397,2255.47634,992.7494496,1261.721442,2057.840076,2478.605305 +185398,2254.955065,991.3382528,1261.668185,2056.879008,2479.126775 +185399,2254.415758,989.7616751,1261.594749,2055.871016,2479.634384 +185400,2253.854531,988.3194477,1261.501353,2054.801209,2480.128218 +185401,0,0,0,0,0 +185402,0,0,0,0,0 +185403,0,0,0,0,0 +185404,0,0,0,0,0 +185405,0,0,0,0,0 +185406,0,0,0,0,0 +185407,0,0,0,0,0 +185408,0,0,0,0,0 +185409,0,0,0,0,0 +185410,0,0,0,0,0 +185411,0,0,0,0,0 +185412,0,0,0,0,0 +185413,0,0,0,0,0 +185414,0,0,0,0,0 +185415,0,0,0,0,0 +185416,0,0,0,0,0 +185417,0,0,0,0,0 +185418,0,0,0,0,0 +185419,0,0,0,0,0 +185420,0,0,0,0,0 +185421,0,0,0,0,0 +185422,0,0,0,0,0 +185423,0,0,0,0,0 +185424,0,0,0,0,0 +185425,0,0,0,0,0 +185426,0,0,0,0,0 +185427,0,0,0,0,0 +185428,0,0,0,0,0 +185429,0,0,0,0,0 +185430,0,0,0,0,0 +185431,0,0,0,0,0 +185432,0,0,0,0,0 +185433,0,0,0,0,0 +185434,0,0,0,0,0 +185435,0,0,0,0,0 +185436,0,0,0,0,0 +185437,0,0,0,0,0 +185438,0,0,0,0,0 +185439,0,0,0,0,0 +185440,0,0,0,0,0 +185441,0,0,0,0,0 +185442,0,0,0,0,0 +185443,0,0,0,0,0 +185444,0,0,0,0,0 +185445,0,0,0,0,0 +185446,0,0,0,0,0 +185447,0,0,0,0,0 +185448,0,0,0,0,0 +185449,0,0,0,0,0 +185450,0,0,0,0,0 +185451,0,0,0,0,0 +185452,0,0,0,0,0 +185453,0,0,0,0,0 +185454,0,0,0,0,0 +185455,0,0,0,0,0 +185456,0,0,0,0,0 +185457,0,0,0,0,0 +185458,0,0,0,0,0 +185459,0,0,0,0,0 +185460,0,0,0,0,0 +185461,0,0,0,0,0 +185462,0,0,0,0,0 +185463,0,0,0,0,0 +185464,0,0,0,0,0 +185465,0,0,0,0,0 +185466,0,0,0,0,0 +185467,0,0,0,0,0 +185468,0,0,0,0,0 +185469,0,0,0,0,0 +185470,0,0,0,0,0 +185471,0,0,0,0,0 +185472,0,0,0,0,0 +185473,0,0,0,0,0 +185474,0,0,0,0,0 +185475,0,0,0,0,0 +185476,0,0,0,0,0 +185477,0,0,0,0,0 +185478,0,0,0,0,0 +185479,0,0,0,0,0 +185480,0,0,0,0,0 +185481,0,0,0,0,0 +185482,0,0,0,0,0 +185483,0,0,0,0,0 +185484,0,0,0,0,0 +185485,0,0,0,0,0 +185486,0,0,0,0,0 +185487,0,0,0,0,0 +185488,0,0,0,0,0 +185489,0,0,0,0,0 +185490,0,0,0,0,0 +185491,0,0,0,0,0 +185492,0,0,0,0,0 +185493,0,0,0,0,0 +185494,0,0,0,0,0 +185495,0,0,0,0,0 +185496,0,0,0,0,0 +185497,0,0,0,0,0 +185498,0,0,0,0,0 +185499,0,0,0,0,0 +185500,0,0,0,0,0 +185501,0,0,0,0,0 +185502,0,0,0,0,0 +185503,0,0,0,0,0 +185504,0,0,0,0,0 +185505,0,0,0,0,0 +185506,0,0,0,0,0 +185507,0,0,0,0,0 +185508,0,0,0,0,0 +185509,0,0,0,0,0 +185510,0,0,0,0,0 +185511,0,0,0,0,0 +185512,0,0,0,0,0 +185513,0,0,0,0,0 +185514,0,0,0,0,0 +185515,0,0,0,0,0 +185516,0,0,0,0,0 +185517,0,0,0,0,0 +185518,0,0,0,0,0 +185519,0,0,0,0,0 +185520,0,0,0,0,0 +185521,0,0,0,0,0 +185522,0,0,0,0,0 +185523,0,0,0,0,0 +185524,0,0,0,0,0 +185525,0,0,0,0,0 +185526,0,0,0,0,0 +185527,0,0,0,0,0 +185528,0,0,0,0,0 +185529,0,0,0,0,0 +185530,0,0,0,0,0 +185531,0,0,0,0,0 +185532,0,0,0,0,0 +185533,0,0,0,0,0 +185534,0,0,0,0,0 +185535,0,0,0,0,0 +185536,0,0,0,0,0 +185537,0,0,0,0,0 +185538,0,0,0,0,0 +185539,0,0,0,0,0 +185540,0,0,0,0,0 +185541,0,0,0,0,0 +185542,0,0,0,0,0 +185543,0,0,0,0,0 +185544,0,0,0,0,0 +185545,0,0,0,0,0 +185546,0,0,0,0,0 +185547,0,0,0,0,0 +185548,0,0,0,0,0 +185549,0,0,0,0,0 +185550,0,0,0,0,0 +185551,0,0,0,0,0 +185552,0,0,0,0,0 +185553,0,0,0,0,0 +185554,0,0,0,0,0 +185555,0,0,0,0,0 +185556,0,0,0,0,0 +185557,0,0,0,0,0 +185558,0,0,0,0,0 +185559,0,0,0,0,0 +185560,0,0,0,0,0 +185561,0,0,0,0,0 +185562,0,0,0,0,0 +185563,0,0,0,0,0 +185564,0,0,0,0,0 +185565,0,0,0,0,0 +185566,0,0,0,0,0 +185567,0,0,0,0,0 +185568,0,0,0,0,0 +185569,0,0,0,0,0 +185570,0,0,0,0,0 +185571,0,0,0,0,0 +185572,0,0,0,0,0 +185573,0,0,0,0,0 +185574,0,0,0,0,0 +185575,0,0,0,0,0 +185576,0,0,0,0,0 +185577,0,0,0,0,0 +185578,0,0,0,0,0 +185579,0,0,0,0,0 +185580,0,0,0,0,0 +185581,0,0,0,0,0 +185582,0,0,0,0,0 +185583,0,0,0,0,0 +185584,0,0,0,0,0 +185585,0,0,0,0,0 +185586,0,0,0,0,0 +185587,0,0,0,0,0 +185588,0,0,0,0,0 +185589,0,0,0,0,0 +185590,0,0,0,0,0 +185591,0,0,0,0,0 +185592,0,0,0,0,0 +185593,0,0,0,0,0 +185594,0,0,0,0,0 +185595,0,0,0,0,0 +185596,0,0,0,0,0 +185597,0,0,0,0,0 +185598,0,0,0,0,0 +185599,0,0,0,0,0 +185600,0,0,0,0,0 +185601,0,0,0,0,0 +185602,0,0,0,0,0 +185603,0,0,0,0,0 +185604,0,0,0,0,0 +185605,0,0,0,0,0 +185606,0,0,0,0,0 +185607,0,0,0,0,0 +185608,0,0,0,0,0 +185609,0,0,0,0,0 +185610,0,0,0,0,0 +185611,0,0,0,0,0 +185612,0,0,0,0,0 +185613,0,0,0,0,0 +185614,0,0,0,0,0 +185615,0,0,0,0,0 +185616,0,0,0,0,0 +185617,0,0,0,0,0 +185618,0,0,0,0,0 +185619,0,0,0,0,0 +185620,0,0,0,0,0 +185621,0,0,0,0,0 +185622,0,0,0,0,0 +185623,0,0,0,0,0 +185624,0,0,0,0,0 +185625,0,0,0,0,0 +185626,0,0,0,0,0 +185627,0,0,0,0,0 +185628,0,0,0,0,0 +185629,0,0,0,0,0 +185630,0,0,0,0,0 +185631,0,0,0,0,0 +185632,0,0,0,0,0 +185633,0,0,0,0,0 +185634,0,0,0,0,0 +185635,0,0,0,0,0 +185636,0,0,0,0,0 +185637,0,0,0,0,0 +185638,0,0,0,0,0 +185639,0,0,0,0,0 +185640,0,0,0,0,0 +185641,0,0,0,0,0 +185642,0,0,0,0,0 +185643,0,0,0,0,0 +185644,0,0,0,0,0 +185645,0,0,0,0,0 +185646,0,0,0,0,0 +185647,0,0,0,0,0 +185648,0,0,0,0,0 +185649,0,0,0,0,0 +185650,0,0,0,0,0 +185651,0,0,0,0,0 +185652,0,0,0,0,0 +185653,0,0,0,0,0 +185654,0,0,0,0,0 +185655,0,0,0,0,0 +185656,0,0,0,0,0 +185657,0,0,0,0,0 +185658,0,0,0,0,0 +185659,0,0,0,0,0 +185660,0,0,0,0,0 +185661,0,0,0,0,0 +185662,0,0,0,0,0 +185663,0,0,0,0,0 +185664,0,0,0,0,0 +185665,0,0,0,0,0 +185666,0,0,0,0,0 +185667,0,0,0,0,0 +185668,0,0,0,0,0 +185669,0,0,0,0,0 +185670,0,0,0,0,0 +185671,0,0,0,0,0 +185672,0,0,0,0,0 +185673,0,0,0,0,0 +185674,0,0,0,0,0 +185675,0,0,0,0,0 +185676,0,0,0,0,0 +185677,0,0,0,0,0 +185678,0,0,0,0,0 +185679,0,0,0,0,0 +185680,0,0,0,0,0 +185681,0,0,0,0,0 +185682,0,0,0,0,0 +185683,0,0,0,0,0 +185684,0,0,0,0,0 +185685,0,0,0,0,0 +185686,0,0,0,0,0 +185687,0,0,0,0,0 +185688,0,0,0,0,0 +185689,0,0,0,0,0 +185690,0,0,0,0,0 +185691,0,0,0,0,0 +185692,0,0,0,0,0 +185693,0,0,0,0,0 +185694,0,0,0,0,0 +185695,0,0,0,0,0 +185696,0,0,0,0,0 +185697,0,0,0,0,0 +185698,0,0,0,0,0 +185699,0,0,0,0,0 +185700,0,0,0,0,0 +185701,0,0,0,0,0 +185702,0,0,0,0,0 +185703,0,0,0,0,0 +185704,0,0,0,0,0 +185705,0,0,0,0,0 +185706,0,0,0,0,0 +185707,0,0,0,0,0 +185708,0,0,0,0,0 +185709,0,0,0,0,0 +185710,0,0,0,0,0 +185711,0,0,0,0,0 +185712,0,0,0,0,0 +185713,0,0,0,0,0 +185714,0,0,0,0,0 +185715,0,0,0,0,0 +185716,0,0,0,0,0 +185717,0,0,0,0,0 +185718,0,0,0,0,0 +185719,0,0,0,0,0 +185720,0,0,0,0,0 +185721,0,0,0,0,0 +185722,0,0,0,0,0 +185723,0,0,0,0,0 +185724,0,0,0,0,0 +185725,0,0,0,0,0 +185726,0,0,0,0,0 +185727,0,0,0,0,0 +185728,0,0,0,0,0 +185729,0,0,0,0,0 +185730,0,0,0,0,0 +185731,0,0,0,0,0 +185732,0,0,0,0,0 +185733,0,0,0,0,0 +185734,0,0,0,0,0 +185735,0,0,0,0,0 +185736,0,0,0,0,0 +185737,0,0,0,0,0 +185738,0,0,0,0,0 +185739,0,0,0,0,0 +185740,0,0,0,0,0 +185741,0,0,0,0,0 +185742,0,0,0,0,0 +185743,0,0,0,0,0 +185744,0,0,0,0,0 +185745,0,0,0,0,0 +185746,0,0,0,0,0 +185747,0,0,0,0,0 +185748,0,0,0,0,0 +185749,0,0,0,0,0 +185750,0,0,0,0,0 +185751,0,0,0,0,0 +185752,0,0,0,0,0 +185753,0,0,0,0,0 +185754,0,0,0,0,0 +185755,0,0,0,0,0 +185756,0,0,0,0,0 +185757,0,0,0,0,0 +185758,0,0,0,0,0 +185759,0,0,0,0,0 +185760,0,0,0,0,0 +185761,0,0,0,0,0 +185762,0,0,0,0,0 +185763,0,0,0,0,0 +185764,0,0,0,0,0 +185765,0,0,0,0,0 +185766,0,0,0,0,0 +185767,0,0,0,0,0 +185768,0,0,0,0,0 +185769,0,0,0,0,0 +185770,0,0,0,0,0 +185771,0,0,0,0,0 +185772,0,0,0,0,0 +185773,0,0,0,0,0 +185774,0,0,0,0,0 +185775,0,0,0,0,0 +185776,0,0,0,0,0 +185777,0,0,0,0,0 +185778,0,0,0,0,0 +185779,0,0,0,0,0 +185780,0,0,0,0,0 +185781,0,0,0,0,0 +185782,0,0,0,0,0 +185783,0,0,0,0,0 +185784,0,0,0,0,0 +185785,0,0,0,0,0 +185786,0,0,0,0,0 +185787,0,0,0,0,0 +185788,0,0,0,0,0 +185789,0,0,0,0,0 +185790,0,0,0,0,0 +185791,0,0,0,0,0 +185792,0,0,0,0,0 +185793,0,0,0,0,0 +185794,0,0,0,0,0 +185795,0,0,0,0,0 +185796,0,0,0,0,0 +185797,0,0,0,0,0 +185798,0,0,0,0,0 +185799,0,0,0,0,0 +185800,0,0,0,0,0 +185801,0,0,0,0,0 +185802,0,0,0,0,0 +185803,0,0,0,0,0 +185804,0,0,0,0,0 +185805,0,0,0,0,0 +185806,0,0,0,0,0 +185807,0,0,0,0,0 +185808,0,0,0,0,0 +185809,0,0,0,0,0 +185810,0,0,0,0,0 +185811,0,0,0,0,0 +185812,0,0,0,0,0 +185813,0,0,0,0,0 +185814,0,0,0,0,0 +185815,0,0,0,0,0 +185816,0,0,0,0,0 +185817,0,0,0,0,0 +185818,0,0,0,0,0 +185819,0,0,0,0,0 +185820,0,0,0,0,0 +185821,0,0,0,0,0 +185822,0,0,0,0,0 +185823,0,0,0,0,0 +185824,0,0,0,0,0 +185825,0,0,0,0,0 +185826,0,0,0,0,0 +185827,0,0,0,0,0 +185828,0,0,0,0,0 +185829,0,0,0,0,0 +185830,0,0,0,0,0 +185831,0,0,0,0,0 +185832,0,0,0,0,0 +185833,0,0,0,0,0 +185834,0,0,0,0,0 +185835,0,0,0,0,0 +185836,0,0,0,0,0 +185837,0,0,0,0,0 +185838,0,0,0,0,0 +185839,0,0,0,0,0 +185840,0,0,0,0,0 +185841,0,0,0,0,0 +185842,0,0,0,0,0 +185843,0,0,0,0,0 +185844,0,0,0,0,0 +185845,0,0,0,0,0 +185846,0,0,0,0,0 +185847,0,0,0,0,0 +185848,0,0,0,0,0 +185849,0,0,0,0,0 +185850,0,0,0,0,0 +185851,0,0,0,0,0 +185852,0,0,0,0,0 +185853,0,0,0,0,0 +185854,0,0,0,0,0 +185855,0,0,0,0,0 +185856,0,0,0,0,0 +185857,0,0,0,0,0 +185858,0,0,0,0,0 +185859,0,0,0,0,0 +185860,0,0,0,0,0 +185861,0,0,0,0,0 +185862,0,0,0,0,0 +185863,0,0,0,0,0 +185864,0,0,0,0,0 +185865,0,0,0,0,0 +185866,0,0,0,0,0 +185867,0,0,0,0,0 +185868,0,0,0,0,0 +185869,0,0,0,0,0 +185870,0,0,0,0,0 +185871,0,0,0,0,0 +185872,0,0,0,0,0 +185873,0,0,0,0,0 +185874,0,0,0,0,0 +185875,0,0,0,0,0 +185876,0,0,0,0,0 +185877,0,0,0,0,0 +185878,0,0,0,0,0 +185879,0,0,0,0,0 +185880,0,0,0,0,0 +185881,0,0,0,0,0 +185882,0,0,0,0,0 +185883,0,0,0,0,0 +185884,0,0,0,0,0 +185885,0,0,0,0,0 +185886,0,0,0,0,0 +185887,0,0,0,0,0 +185888,0,0,0,0,0 +185889,0,0,0,0,0 +185890,0,0,0,0,0 +185891,0,0,0,0,0 +185892,0,0,0,0,0 +185893,0,0,0,0,0 +185894,0,0,0,0,0 +185895,0,0,0,0,0 +185896,0,0,0,0,0 +185897,0,0,0,0,0 +185898,0,0,0,0,0 +185899,0,0,0,0,0 +185900,0,0,0,0,0 +185901,0,0,0,0,0 +185902,0,0,0,0,0 +185903,0,0,0,0,0 +185904,0,0,0,0,0 +185905,0,0,0,0,0 +185906,0,0,0,0,0 +185907,0,0,0,0,0 +185908,0,0,0,0,0 +185909,0,0,0,0,0 +185910,0,0,0,0,0 +185911,0,0,0,0,0 +185912,0,0,0,0,0 +185913,0,0,0,0,0 +185914,0,0,0,0,0 +185915,0,0,0,0,0 +185916,0,0,0,0,0 +185917,0,0,0,0,0 +185918,0,0,0,0,0 +185919,0,0,0,0,0 +185920,0,0,0,0,0 +185921,0,0,0,0,0 +185922,0,0,0,0,0 +185923,0,0,0,0,0 +185924,0,0,0,0,0 +185925,0,0,0,0,0 +185926,0,0,0,0,0 +185927,0,0,0,0,0 +185928,0,0,0,0,0 +185929,0,0,0,0,0 +185930,0,0,0,0,0 +185931,0,0,0,0,0 +185932,0,0,0,0,0 +185933,0,0,0,0,0 +185934,0,0,0,0,0 +185935,0,0,0,0,0 +185936,0,0,0,0,0 +185937,0,0,0,0,0 +185938,0,0,0,0,0 +185939,0,0,0,0,0 +185940,0,0,0,0,0 +185941,0,0,0,0,0 +185942,0,0,0,0,0 +185943,0,0,0,0,0 +185944,0,0,0,0,0 +185945,0,0,0,0,0 +185946,0,0,0,0,0 +185947,0,0,0,0,0 +185948,0,0,0,0,0 +185949,0,0,0,0,0 +185950,0,0,0,0,0 +185951,0,0,0,0,0 +185952,0,0,0,0,0 +185953,0,0,0,0,0 +185954,0,0,0,0,0 +185955,0,0,0,0,0 +185956,0,0,0,0,0 +185957,0,0,0,0,0 +185958,0,0,0,0,0 +185959,0,0,0,0,0 +185960,0,0,0,0,0 +185961,0,0,0,0,0 +185962,0,0,0,0,0 +185963,0,0,0,0,0 +185964,0,0,0,0,0 +185965,0,0,0,0,0 +185966,0,0,0,0,0 +185967,0,0,0,0,0 +185968,0,0,0,0,0 +185969,0,0,0,0,0 +185970,0,0,0,0,0 +185971,0,0,0,0,0 +185972,0,0,0,0,0 +185973,0,0,0,0,0 +185974,0,0,0,0,0 +185975,0,0,0,0,0 +185976,0,0,0,0,0 +185977,0,0,0,0,0 +185978,0,0,0,0,0 +185979,0,0,0,0,0 +185980,0,0,0,0,0 +185981,0,0,0,0,0 +185982,0,0,0,0,0 +185983,0,0,0,0,0 +185984,0,0,0,0,0 +185985,0,0,0,0,0 +185986,0,0,0,0,0 +185987,0,0,0,0,0 +185988,0,0,0,0,0 +185989,0,0,0,0,0 +185990,0,0,0,0,0 +185991,0,0,0,0,0 +185992,0,0,0,0,0 +185993,0,0,0,0,0 +185994,0,0,0,0,0 +185995,0,0,0,0,0 +185996,0,0,0,0,0 +185997,0,0,0,0,0 +185998,0,0,0,0,0 +185999,0,0,0,0,0 +186000,0,0,0,0,0 +186001,0,0,0,0,0 +186002,0,0,0,0,0 +186003,0,0,0,0,0 +186004,0,0,0,0,0 +186005,0,0,0,0,0 +186006,0,0,0,0,0 +186007,0,0,0,0,0 +186008,0,0,0,0,0 +186009,0,0,0,0,0 +186010,0,0,0,0,0 +186011,0,0,0,0,0 +186012,0,0,0,0,0 +186013,0,0,0,0,0 +186014,0,0,0,0,0 +186015,0,0,0,0,0 +186016,0,0,0,0,0 +186017,0,0,0,0,0 +186018,0,0,0,0,0 +186019,0,0,0,0,0 +186020,0,0,0,0,0 +186021,0,0,0,0,0 +186022,0,0,0,0,0 +186023,0,0,0,0,0 +186024,0,0,0,0,0 +186025,0,0,0,0,0 +186026,0,0,0,0,0 +186027,0,0,0,0,0 +186028,0,0,0,0,0 +186029,0,0,0,0,0 +186030,0,0,0,0,0 +186031,0,0,0,0,0 +186032,0,0,0,0,0 +186033,0,0,0,0,0 +186034,0,0,0,0,0 +186035,0,0,0,0,0 +186036,0,0,0,0,0 +186037,0,0,0,0,0 +186038,0,0,0,0,0 +186039,0,0,0,0,0 +186040,0,0,0,0,0 +186041,0,0,0,0,0 +186042,0,0,0,0,0 +186043,0,0,0,0,0 +186044,0,0,0,0,0 +186045,0,0,0,0,0 +186046,0,0,0,0,0 +186047,0,0,0,0,0 +186048,0,0,0,0,0 +186049,0,0,0,0,0 +186050,0,0,0,0,0 +186051,0,0,0,0,0 +186052,0,0,0,0,0 +186053,0,0,0,0,0 +186054,0,0,0,0,0 +186055,0,0,0,0,0 +186056,0,0,0,0,0 +186057,0,0,0,0,0 +186058,0,0,0,0,0 +186059,0,0,0,0,0 +186060,0,0,0,0,0 +186061,0,0,0,0,0 +186062,0,0,0,0,0 +186063,0,0,0,0,0 +186064,0,0,0,0,0 +186065,0,0,0,0,0 +186066,0,0,0,0,0 +186067,0,0,0,0,0 +186068,0,0,0,0,0 +186069,0,0,0,0,0 +186070,0,0,0,0,0 +186071,0,0,0,0,0 +186072,0,0,0,0,0 +186073,0,0,0,0,0 +186074,0,0,0,0,0 +186075,0,0,0,0,0 +186076,0,0,0,0,0 +186077,0,0,0,0,0 +186078,0,0,0,0,0 +186079,0,0,0,0,0 +186080,0,0,0,0,0 +186081,0,0,0,0,0 +186082,0,0,0,0,0 +186083,0,0,0,0,0 +186084,0,0,0,0,0 +186085,0,0,0,0,0 +186086,0,0,0,0,0 +186087,0,0,0,0,0 +186088,0,0,0,0,0 +186089,0,0,0,0,0 +186090,0,0,0,0,0 +186091,0,0,0,0,0 +186092,0,0,0,0,0 +186093,0,0,0,0,0 +186094,0,0,0,0,0 +186095,0,0,0,0,0 +186096,0,0,0,0,0 +186097,0,0,0,0,0 +186098,0,0,0,0,0 +186099,0,0,0,0,0 +186100,0,0,0,0,0 +186101,0,0,0,0,0 +186102,0,0,0,0,0 +186103,0,0,0,0,0 +186104,0,0,0,0,0 +186105,0,0,0,0,0 +186106,0,0,0,0,0 +186107,0,0,0,0,0 +186108,0,0,0,0,0 +186109,0,0,0,0,0 +186110,0,0,0,0,0 +186111,0,0,0,0,0 +186112,0,0,0,0,0 +186113,0,0,0,0,0 +186114,0,0,0,0,0 +186115,0,0,0,0,0 +186116,0,0,0,0,0 +186117,0,0,0,0,0 +186118,0,0,0,0,0 +186119,0,0,0,0,0 +186120,0,0,0,0,0 +186121,0,0,0,0,0 +186122,0,0,0,0,0 +186123,0,0,0,0,0 +186124,0,0,0,0,0 +186125,0,0,0,0,0 +186126,0,0,0,0,0 +186127,0,0,0,0,0 +186128,0,0,0,0,0 +186129,0,0,0,0,0 +186130,0,0,0,0,0 +186131,0,0,0,0,0 +186132,0,0,0,0,0 +186133,0,0,0,0,0 +186134,0,0,0,0,0 +186135,0,0,0,0,0 +186136,0,0,0,0,0 +186137,0,0,0,0,0 +186138,0,0,0,0,0 +186139,0,0,0,0,0 +186140,0,0,0,0,0 +186141,0,0,0,0,0 +186142,0,0,0,0,0 +186143,0,0,0,0,0 +186144,0,0,0,0,0 +186145,0,0,0,0,0 +186146,0,0,0,0,0 +186147,0,0,0,0,0 +186148,0,0,0,0,0 +186149,0,0,0,0,0 +186150,0,0,0,0,0 +186151,0,0,0,0,0 +186152,0,0,0,0,0 +186153,0,0,0,0,0 +186154,0,0,0,0,0 +186155,0,0,0,0,0 +186156,0,0,0,0,0 +186157,0,0,0,0,0 +186158,0,0,0,0,0 +186159,0,0,0,0,0 +186160,0,0,0,0,0 +186161,0,0,0,0,0 +186162,0,0,0,0,0 +186163,0,0,0,0,0 +186164,0,0,0,0,0 +186165,0,0,0,0,0 +186166,0,0,0,0,0 +186167,0,0,0,0,0 +186168,0,0,0,0,0 +186169,0,0,0,0,0 +186170,0,0,0,0,0 +186171,0,0,0,0,0 +186172,0,0,0,0,0 +186173,0,0,0,0,0 +186174,0,0,0,0,0 +186175,0,0,0,0,0 +186176,0,0,0,0,0 +186177,0,0,0,0,0 +186178,0,0,0,0,0 +186179,0,0,0,0,0 +186180,0,0,0,0,0 +186181,-893.3818554,442.9359799,239.7191698,-103.1189005,-426.310442 +186182,151.0074541,284.9893355,626.3021166,74.68913254,283.1296077 +186183,158.0186482,278.7629562,618.0268776,74.90989193,283.3607368 +186184,155.474197,273.9190575,605.7711834,66.58011553,276.7609981 +186185,-112.9254844,270.7724176,594.1572859,7.96636349,-79.78387723 +186186,63.88291374,268.8771106,584.8057908,53.14304948,118.7220993 +186187,34.40171013,267.808771,577.6902928,44.49149339,83.29079123 +186188,37.64983539,267.320729,572.3346224,46.96424608,77.96080072 +186189,43.10475455,267.2877023,568.3166884,49.45895838,79.95728966 +186190,48.75182727,267.6368665,565.3571686,51.97512382,82.00538063 +186191,54.59032084,268.3125366,563.2746152,54.51300727,84.10237714 +186192,60.14935731,269.2655686,561.9362345,57.07206977,85.88246426 +186193,65.89673066,270.4524321,561.2326149,59.7828849,88.080321 +186194,71.36382283,271.8358531,561.0691914,62.24641011,90.3263577 +186195,77.48628956,273.3847284,561.36419,64.86036375,92.61515653 +186196,82.69815066,275.0733686,562.047715,67.49182891,94.21115503 +186197,88.87550851,276.8805661,563.0605377,67.23751656,97.13736832 +186198,94.14019381,331.3606039,564.3526046,67.05090907,98.81343328 +186199,100.3681662,371.229374,565.8815987,66.95753183,101.2629781 +186200,105.6799339,357.6565022,567.6116697,66.95557005,103.3812963 +186201,111.6409397,378.9361902,569.5123827,67.0323996,105.7185017 +186202,117.3112944,391.0869125,571.5578234,67.1748821,107.9044508 +186203,123.002778,402.8860089,573.7259202,67.37259763,110.1226646 +186204,129.0274471,414.643302,575.9978413,67.61771243,112.3727283 +186205,134.4440019,426.3965755,578.3575439,67.9041614,114.6532559 +186206,141.1301266,437.8938303,580.7913073,68.22699506,116.9624798 +186207,140.9606278,449.5807472,583.2874031,68.58207119,119.2982238 +186208,140.9067484,460.9283662,585.8357464,68.96587037,121.4745573 +186209,141.0283911,472.525728,588.4276746,69.37542011,123.8610532 +186210,141.3280968,483.7292287,591.0556947,69.80819262,126.0872435 +186211,141.7840013,494.533547,593.7133446,70.262056,128.5215114 +186212,142.3682853,504.4907472,596.3682778,70.73374934,130.7927392 +186213,143.0587232,514.9550353,598.9983143,71.22074964,133.0854735 +186214,143.8394229,524.9238823,601.5952911,71.72145952,135.5840011 +186215,144.6986279,534.7966991,604.1585128,72.23485013,137.7322769 +186216,145.6268961,545.0205927,606.6894521,72.76014094,140.2701852 +186217,146.6162379,554.3279508,609.1895351,73.29666346,142.6411158 +186218,147.6597551,569.1121876,677.2095462,73.84380818,144.8445203 +186219,148.7515133,581.4160505,714.6413579,74.40102582,147.2519862 +186220,149.8864083,594.5517405,695.6734406,74.9678152,149.8615996 +186221,151.0600616,606.5522024,716.0598338,75.54372164,152.1151556 +186222,152.2686805,619.370118,725.4655001,76.12831671,154.3841835 +186223,153.5089928,631.4993559,733.9977384,76.72120571,156.8552743 +186224,154.7781647,643.7242171,742.8883729,77.32202194,159.3410199 +186225,156.0737674,655.7445952,751.14142,77.9304374,161.654319 +186226,157.3936854,667.7327564,759.5251213,78.54614295,163.9811722 +186227,158.7361055,679.5841562,767.229656,79.16886124,166.5069441 +186228,160.0994276,691.1601358,775.3475349,79.79832265,168.6751168 +186229,161.4822709,703.1090857,782.6784418,80.4342813,171.4111693 +186230,162.8833997,714.5269278,790.2874244,81.07649376,173.4171496 +186231,164.3017429,726.0258214,797.1769383,81.72473749,175.991219 +186232,165.7363284,737.1688001,804.5720264,82.37879035,178.3913166 +186233,167.1863106,748.8151146,811.2022677,83.0384497,180.8005354 +186234,168.6509109,759.8244041,817.7506155,83.70351211,183.0341334 +186235,170.1294474,770.9673313,824.3262037,84.37379172,185.4638689 +186236,171.6212901,781.9798406,830.5503972,85.04910434,187.7188539 +186237,173.1258754,792.9056803,836.855249,85.72927768,190.35347 +186238,174.642681,803.7456262,842.6819819,86.41414313,192.4394045 +186239,176.1712367,814.258926,848.328321,87.10354289,194.7203022 +186240,177.711101,825.3148339,854.276551,87.79732198,197.3813677 +186241,179.0634139,1265.293353,1813.290575,88.40512636,257.423441 +186242,199.4464992,1289.865793,1846.007922,97.82590652,291.0921457 +186243,229.7663129,1309.715627,1868.780083,111.7157898,343.3760563 +186244,260.5760854,1327.939705,1887.942762,125.6453734,398.1814616 +186245,287.8411871,1344.778552,1905.152451,137.7716523,448.2992874 +186246,311.0807692,1361.188632,1920.906812,147.9319297,492.4494906 +186247,331.0233063,1376.898418,1935.663538,156.5201761,531.4645 +186248,348.4463225,1392.249885,1949.807537,163.9357617,566.3737869 +186249,363.8927323,1407.489027,1963.206691,170.4534608,597.9070876 +186250,377.7140376,1422.144487,1976.277873,176.2491058,626.5343785 +186251,390.1596225,1436.883392,1988.835694,181.4454619,652.5925342 +186252,401.4300122,1451.219481,2001.008479,186.1393481,676.3620392 +186253,411.6970396,1465.415329,2012.871239,190.4121012,698.0944862 +186254,421.1091366,1479.349838,2024.117087,194.332596,718.0176312 +186255,429.7930599,1493.318144,2035.383916,197.9584552,736.3351865 +186256,437.8559009,1506.754133,2046.159945,201.3373401,753.2273853 +186257,445.3876733,1520.375634,2056.508395,204.5084569,768.8528651 +186258,452.4639644,1533.624883,2066.716434,207.5040283,782.9685473 +186259,459.1483266,1546.781204,2076.561668,210.3505791,795.8118743 +186260,465.4942757,1559.768454,2086.11989,213.0699861,807.6510663 +186261,471.5468939,1564.337071,2088.470297,215.6803043,818.6713367 +186262,477.4037988,1575.402568,2099.498222,218.2593512,828.9904123 +186263,483.0759639,1587.267532,2107.49431,220.7975113,838.6919492 +186264,488.5600704,1599.009458,2115.915032,223.2731388,847.8448201 +186265,493.8632726,1610.500532,2124.073576,225.6781594,856.509878 +186266,499.0011136,1622.220682,2132.08981,228.0156053,864.7411806 +186267,503.9911584,1633.620597,2114.523475,230.2925837,872.5862306 +186268,508.849349,1644.982586,2155.443777,232.5161413,880.0862483 +186269,513.5891076,1656.22233,2146.890525,234.6920356,887.2769964 +186270,518.2215817,1668.501085,2156.794543,236.8247952,894.1894476 +186271,522.7529062,1683.302242,2162.981508,238.9180798,900.8505806 +186272,527.1929072,1687.735623,2168.823226,240.9718015,907.2838152 +186273,531.5421467,1707.123228,2174.199957,242.9902357,913.509628 +186274,535.8122256,1705.733311,2179.520689,244.9738347,919.5458894 +186275,540.0054256,1732.207021,2184.532367,246.9267056,925.4083374 +186276,544.1276705,1720.02643,2189.328899,248.8487896,931.1107643 +186277,548.1820234,1721.312185,2193.81665,250.743593,936.6653669 +186278,552.1738142,1758.202986,2198.385498,252.6105828,942.0828739 +186279,556.1050228,1752.63304,2202.334798,254.4528563,947.3728348 +186280,559.9799219,1765.125618,2206.340127,256.2695859,952.5436938 +186281,563.7996892,1774.096057,2210.049765,258.0635931,957.603003 +186282,567.5679561,1782.933456,2213.568534,259.8338469,962.5574322 +186283,571.2854042,1791.846297,2216.886961,261.5829649,967.4129805 +186284,574.9552303,1800.263719,2220.009091,263.3097747,972.1749817 +186285,578.5777678,1808.792121,2222.937762,265.016747,976.8482863 +186286,582.1558891,1817.106977,2225.676865,266.7026126,981.4372251 +186287,585.6896685,1825.382791,2228.317049,268.3697326,985.9457745 +186288,589.18174,1833.249118,2230.55354,270.0167743,990.3775071 +186289,592.6319842,1841.36367,2232.806502,271.646014,994.7357212 +186290,596.0428499,1849.105841,2234.805911,273.2560734,999.0233959 +186291,599.4140731,1856.885253,2236.644516,274.8491629,1003.243305 +186292,602.7479598,1864.325103,2238.313422,276.423873,1007.397966 +186293,606.0441363,1871.820583,2239.814807,277.9823605,1011.489743 +186294,609.3013702,1879.122766,2241.152161,279.5231944,1015.520792 +186295,612.5268802,1886.231573,2242.730688,281.0465434,1019.493154 +186296,615.7162897,1893.508744,2243.644307,355.3159322,1023.408696 +186297,635.3818265,1900.282303,2244.524227,323.0331567,1027.269201 +186298,767.0895596,1907.187352,2245.161331,339.6456599,1031.076294 +186299,711.0796968,1913.890525,2245.798799,347.061709,1034.831462 +186300,741.9804149,1920.486767,2245.879532,353.2486404,1038.535988 +186301,1147.517339,2096.572751,2655.358056,528.5698565,1042.504068 +186302,1165.429163,2105.524932,2630.546162,537.2232535,1059.845471 +186303,1182.002105,2113.659139,2655.769589,545.0009632,1083.91396 +186304,1197.25063,2121.428049,2643.737644,552.4318939,1108.153261 +186305,1212.327911,2128.859762,2660.879185,559.6547149,1971.298692 +186306,1227.01234,2136.435685,2654.2447,566.5564442,1624.848171 +186307,1241.407312,2143.39868,2658.658832,573.6961061,1696.488166 +186308,1255.249887,2150.493687,2661.251258,580.5085096,1743.88946 +186309,1269.649165,2157.347497,2663.039597,586.9266891,1760.856398 +186310,1283.102267,2164.078544,2664.850094,593.6000739,1776.646159 +186311,1297.023377,2170.680612,2666.573526,599.8475408,1791.955148 +186312,1292.073485,2169.006942,2650.259815,598.3963517,1774.653508 +186313,1268.51825,2175.110526,2613.885466,587.5741987,1722.376194 +186314,1361.062926,2170.866251,2662.969281,629.5297852,1882.194139 +186315,1333.773724,2201.842912,2627.271577,617.7200787,1822.811889 +186316,1355.153943,2194.957825,2607.257696,627.3715959,1852.283869 +186317,1367.342763,2202.526623,2590.660909,633.5068406,1865.52179 +186318,1379.742503,2223.446732,2575.708697,639.4078486,1878.418425 +186319,1392.038401,2216.145991,2562.698196,644.9004452,1880.696786 +186320,1404.310975,2198.50769,2551.695832,650.8772824,1899.020103 +186321,1415.575581,2239.278863,2540.529419,656.096436,1903.318422 +186322,1427.46665,2237.745719,2529.446527,661.4510301,1913.138462 +186323,1439.529937,2219.808283,2519.622155,667.5248873,1922.577322 +186324,1449.285924,2271.931472,2509.221125,672.1344169,1929.677543 +186325,1462.824858,2210.443553,2499.986621,678.1565653,1950.989772 +186326,1472.527167,2267.931065,2490.972717,682.8289268,1941.645245 +186327,1588.263472,2304.577557,2586.421968,735.5913002,2133.40808 +186328,1341.792525,2186.549614,2490.741795,624.1722527,1683.786153 +186329,1684.41367,2365.53183,2596.986167,779.474815,2299.140707 +186330,1343.884057,2166.511746,2494.154255,625.1833166,1654.388882 +186331,1711.527212,2387.059624,2602.839822,792.1822505,2326.055685 +186332,1360.061242,2170.23035,2495.37124,632.7079249,1658.765024 +186333,1739.199081,2398.256597,2605.834519,805.4474592,2351.332658 +186334,1376.091903,2175.885633,2492.111766,640.3123272,1662.530345 +186335,1766.673926,2409.298482,2605.98937,818.2916173,2376.179043 +186336,1391.285899,2188.119428,2489.295934,647.9561329,1665.955722 +186337,1794.292194,2410.056626,2605.846201,830.8494655,2400.44173 +186338,1406.367057,2191.138557,2484.9463,655.4203391,1668.827225 +186339,1821.100917,2428.442668,2605.196908,843.3577303,2424.515902 +186340,1421.134735,2191.316726,2479.502923,662.6299511,1671.23306 +186341,1847.885985,2438.815139,2604.238815,855.4340867,2457.300652 +186342,1435.491321,2204.622923,2475.083394,670.2347899,1659.229824 +186343,1874.041877,2435.467328,2603.467632,867.3789975,2478.329368 +186344,1450.006531,2205.934909,2471.277431,677.3227711,1673.191305 +186345,1899.643518,2461.898112,2602.999006,879.4045388,2494.595828 +186346,1463.962719,2193.832905,2466.498067,684.1225043,1675.875423 +186347,1925.273338,2475.692129,2603.053343,891.4040614,2517.239922 +186348,1477.7766,2197.331076,2464.418425,690.8055634,1676.828521 +186349,1950.453003,2481.844922,2603.849776,903.1306109,2539.630066 +186350,1490.886004,2218.999772,2460.196409,697.3070036,1677.130792 +186351,1975.762431,2463.984943,2602.370331,914.964684,2562.083294 +186352,1501.281938,2231.570706,2452.86776,702.3537751,1675.049993 +186353,2004.462038,2470.155445,2600.052585,928.4348073,2587.104049 +186354,1664.080497,2302.841257,2597.607714,776.791036,1946.851691 +186355,1802.21394,2371.681083,2592.285568,837.9239293,2190.421702 +186356,1789.144295,2360.843014,2587.020238,833.3974808,2154.41043 +186357,1797.863426,2362.698113,2584.755834,836.388481,2158.826026 +186358,1806.925516,2364.580397,2578.33841,841.5659602,2163.87546 +186359,1815.955151,2366.115235,2569.552324,845.4396487,2169.127802 +186360,1824.927019,2367.826059,2564.29967,849.8331092,2174.074801 +186361,1842.886685,2381.752565,2561.642375,854.4601706,2190.151879 +186362,1852.528718,2385.618021,2560.729117,858.5923647,2197.110638 +186363,1860.9042,2387.744997,2560.419147,862.5415629,2203.059418 +186364,1869.444184,2389.785213,2560.081126,866.3992094,2208.93757 +186365,1877.491118,2391.557959,2561.273767,870.3452809,2214.799256 +186366,1885.684825,2393.032682,2561.264932,873.9867746,2220.171979 +186367,1893.704775,2394.350086,2558.93932,877.8679121,2225.671415 +186368,1901.625165,2395.602211,2557.27702,881.4737609,2230.996939 +186369,1909.202837,2396.710838,2557.559583,885.3356674,2236.328272 +186370,1917.234288,2397.593639,2555.198108,888.9286255,2241.318244 +186371,1924.753403,2398.404441,2553.444966,892.4697515,2246.601398 +186372,1932.10877,2399.089987,2551.88823,896.1543594,2251.516985 +186373,1939.936414,2399.724894,2552.146015,899.7329373,2256.504549 +186374,1946.988563,2399.893548,2549.706893,903.2872957,2261.346982 +186375,1954.846515,2400.561715,2547.861632,906.8546049,2266.312672 +186376,1961.775794,2400.669413,2547.952436,910.3497963,2270.902755 +186377,1969.005694,2400.707766,2545.391313,913.8444739,2275.813361 +186378,1976.151768,2400.823333,2545.187791,917.3126651,2280.30917 +186379,1983.186355,2400.605616,2542.466865,920.7205146,2284.993899 +186380,1990.393077,2400.482236,2542.165398,924.2062418,2289.547817 +186381,1997.371831,2400.081656,2539.380294,927.634981,2294.203359 +186382,2009.427194,2399.701198,2537.297276,930.9133839,2298.502405 +186383,2009.784503,2399.167872,2535.479541,934.3673664,2303.128354 +186384,2026.447756,2398.514534,2533.789341,937.6557061,2307.433139 +186385,2019.744756,2397.773338,2532.171071,940.9649049,2311.773168 +186386,2045.695373,2396.971115,2532.314908,944.2420535,2316.130372 +186387,2026.539867,2395.928685,2529.746421,947.5005011,2320.228672 +186388,2035.526521,2394.977023,2529.53813,950.7280948,2328.597883 +186389,2059.147743,2393.772271,2528.514715,953.9407695,2326.968212 +186390,2055.55842,2392.530065,2527.137142,957.1287854,2343.880507 +186391,2063.910628,2390.869517,2523.886253,960.0552575,2322.252706 +186392,2070.126439,2389.138338,2521.551307,963.0364152,2341.97304 +186393,2076.09568,2387.236583,2519.517987,965.8750472,2346.734596 +186394,2082.117339,2385.230293,2517.615949,968.7676046,2347.632354 +186395,2087.827752,2383.163009,2517.527237,971.5020589,2352.478411 +186396,2093.702892,2380.897247,2516.47383,974.2663405,2356.43545 +186397,2099.333518,2378.532262,2513.280806,977.0800309,2360.096845 +186398,2105.286489,2376.138831,2510.880553,979.7651529,2363.852914 +186399,2110.693704,2373.594969,2508.784252,982.4672481,2367.703404 +186400,2116.376787,2370.960387,2506.844381,985.1355423,2371.420132 +186401,2121.902392,2368.263234,2506.73468,987.7282434,2374.953117 +186402,2127.389281,2365.355736,2503.932042,990.4718535,2378.636822 +186403,2132.829714,2362.637964,2501.744085,992.954478,2382.212017 +186404,2138.228554,2359.357886,2499.771385,995.5687972,2385.852332 +186405,2143.577096,2356.430406,2499.661204,998.1074083,2389.22233 +186406,2148.877513,2353.083557,2496.883857,1000.582915,2392.675222 +186407,2154.274035,2349.846849,2494.729541,1003.160662,2405.808781 +186408,2159.361929,2346.441236,2492.850621,1005.604998,2385.013863 +186409,2164.669739,2342.963282,2492.901835,1008.071412,2410.128928 +186410,2169.837618,2339.359691,2490.307192,1010.565341,2404.794663 +186411,2174.887612,2335.732841,2488.38178,1012.903989,2409.631922 +186412,2180.287049,2331.978892,2486.719619,1015.289373,2412.95178 +186413,2185.125093,2328.196852,2486.951995,1017.737143,2416.206113 +186414,2190.275218,2324.188888,2484.519486,1020.062322,2419.523036 +186415,2195.281437,2320.214182,2482.725895,1022.410511,2422.479115 +186416,2200.266985,2316.163854,2481.161183,1024.73435,2428.804537 +186417,2205.220488,2311.978443,2479.714912,1027.039682,2431.658298 +186418,2210.25356,2307.749967,2480.100286,1029.27238,2432.282106 +186419,2214.851983,2303.418358,2479.551579,1031.624509,2426.20374 +186420,2219.960937,2298.976427,2476.858067,1033.893506,2443.77332 +186421,2107.755506,2241.618282,2474.608013,982.906996,2227.022976 +186422,2110.815072,2235.2569,2465.747322,984.3096868,2228.603048 +186423,2115.058924,2230.378584,2452.4885,986.0949669,2229.371853 +186424,2118.833626,2225.196105,2442.704985,987.8591855,2230.665669 +186425,2123.217514,2220.022044,2434.159943,989.7470376,2232.14483 +186426,2127.602842,2214.847965,2425.375717,991.5334858,2233.447447 +186427,2131.884921,2209.670922,2418.758188,993.6164197,2235.268521 +186428,2136.177818,2204.426024,2413.350871,995.4089051,2236.944269 +186429,2140.732815,2199.263197,2408.711412,997.448383,2238.515464 +186430,2144.946488,2193.752299,2404.612991,999.2321351,2240.318868 +186431,2149.526803,2188.433546,2400.902476,1001.347373,2242.057164 +186432,2153.750848,2182.941598,2399.26843,1003.197815,2243.82584 +186433,2158.332481,2177.503648,2396.869711,1005.160721,2245.609387 +186434,2162.550042,2171.911292,2392.476498,1007.03455,2247.405796 +186435,2167.131617,2165.716489,2390.766423,1009.053022,2260.16503 +186436,2171.45616,2154.585906,2388.572465,1010.884302,2234.310253 +186437,2175.847056,2164.511784,2384.600517,1012.854561,2260.989656 +186438,2180.137305,2143.840788,2381.63578,1014.759064,2252.937884 +186439,2184.561574,2126.823871,2379.088857,1016.738002,2256.490842 +186440,2188.929922,2163.683475,2376.932699,1018.565469,2258.373222 +186441,2193.512752,2115.97229,2376.809019,1020.631697,2260.222261 +186442,2197.524401,2124.444612,2373.926382,1022.363297,2262.677394 +186443,2202.150118,2118.91153,2371.568946,1024.352047,2277.017902 +186444,2206.297303,2105.102075,2369.470624,1026.234421,2244.868882 +186445,2210.817774,2121.821054,2367.521727,1028.192991,2277.926039 +186446,2214.971129,2080.67485,2365.682299,1030.003431,2267.338748 +186447,2219.475025,2106.525304,2363.92374,1031.996482,2279.139515 +186448,2223.614166,2080.29718,2362.23448,1033.791752,2262.027142 +186449,2228.103471,2092.614253,2360.58347,1035.719229,2282.988718 +186450,2232.22528,2059.042691,2358.990558,1037.595988,2270.841811 +186451,2236.546473,2082.049593,2357.423876,1039.490601,2281.866767 +186452,2240.484245,2071.09495,2355.827161,1041.081512,2286.184995 +186453,2244.882341,2029.498799,2354.285838,1042.968321,2275.839748 +186454,2248.593104,2061.490367,2352.830693,1044.609102,2295.045423 +186455,2256.910788,2045.211277,2351.341758,1046.4355,2272.129352 +186456,2256.16856,2024.723064,2350.199962,1048.069906,2303.191323 +186457,2270.591618,2033.317611,2349.302681,1049.881668,2283.342694 +186458,2250.532221,2018.999577,2350.190943,1051.441405,2293.187292 +186459,2271.778145,2014.496592,2348.500095,1053.331728,2293.590462 +186460,2273.916275,2007.206361,2349.363614,1054.893482,2295.238809 +186461,2276.167186,2000.266523,2347.740232,1056.692638,2297.234337 +186462,2280.931322,2014.397132,2346.837899,1058.287327,2298.907789 +186463,2284.821103,1956.120562,2348.043554,1059.940673,2300.796668 +186464,2288.76984,2014.875933,2346.632389,1061.737559,2302.390338 +186465,2292.805799,1938.754403,2347.676126,1063.316742,2304.432593 +186466,2296.636114,1979.496312,2346.197904,1065.079632,2306.074756 +186467,2300.670682,1954.729535,2347.290556,1066.647116,2313.64164 +186468,2304.481416,1950.717728,2345.7233,1068.280086,2300.98433 +186469,2308.49241,1943.564737,2344.8995,1070.109308,2320.872131 +186470,2312.427659,1936.262361,2346.257669,1071.576792,2309.887124 +186471,2316.201756,1929.202004,2344.88377,1073.239223,2315.710454 +186472,2320.089945,1921.899165,2345.919617,1074.985083,2317.157018 +186473,2324.026606,1914.654287,2344.481406,1076.534094,2318.519436 +186474,2327.79769,1918.95038,2345.517923,1078.074917,2320.632518 +186475,2331.739493,1883.499806,2344.087624,1080.828663,2322.098559 +186476,2335.355174,1901.433319,2345.377544,1080.995293,2324.119084 +186477,2339.488636,1882.767002,2343.95434,1085.591166,2325.426076 +186478,2343.122114,1878.610222,2345.025621,1082.338163,2327.590943 +186479,2347.196863,1870.732433,2343.63957,1091.961029,2329.074903 +186480,2350.705057,1863.509441,2344.758961,1081.336703,2330.977396 +186481,2113.062356,1761.975513,2344.48468,981.3272456,1890.412562 +186482,2110.533228,1711.833202,2329.839911,979.3068636,1883.259163 +186483,2109.925659,1754.922864,2307.274413,978.1662858,1891.902911 +186484,2110.034316,1688.418825,2287.430236,978.2540646,1882.07074 +186485,2110.528601,1726.162644,2271.879398,978.4807369,1881.64074 +186486,2111.278764,1686.883031,2260.193865,978.6444472,1879.958997 +186487,2112.197729,1694.201279,2251.340524,978.9453954,1878.521373 +186488,2113.234731,1680.256319,2244.402753,979.2924164,1877.292276 +186489,2114.483659,1672.527839,2238.780244,979.6800671,1876.214359 +186490,2115.494628,1664.066913,2234.111093,980.1004776,1875.257576 +186491,2116.719466,1655.381405,2230.158895,980.5486986,1874.401872 +186492,2118.203245,1646.8571,2228.571017,981.0202008,1873.635773 +186493,2119.477037,1638.529054,2226.487577,981.5162999,1872.941521 +186494,2120.906771,1630.055674,2222.558891,982.0325269,1872.314741 +186495,2122.364242,1621.706532,2219.599508,982.5658609,1871.758445 +186496,2123.861213,1613.387832,2217.078408,983.1187753,1871.254355 +186497,2125.398988,1605.114401,2214.849943,983.6885302,1870.805279 +186498,2126.975476,1596.885992,2212.83224,984.2749181,1870.406533 +186499,2128.589881,1588.705331,2210.971066,984.8773658,1870.055336 +186500,2130.241172,1580.575274,2209.231595,985.4953491,1869.749189 +186501,2131.929436,1572.494091,2207.590174,986.1284314,1869.486007 +186502,2133.653044,1564.465233,2206.030155,986.7172951,1869.263764 +186503,2135.412495,1556.391571,2204.538859,987.4669744,1869.08083 +186504,2137.207208,1548.604685,2203.105448,988.1009694,1869.024691 +186505,2139.037356,1540.675708,2201.722173,988.7997366,1868.776631 +186506,2141.029894,1532.978931,2200.382534,989.5028163,1868.769157 +186507,2142.739006,1525.095802,2199.082164,990.2781163,1868.714885 +186508,2144.771033,1517.380855,2199.628843,990.9173029,1868.709805 +186509,2151.286196,1509.872904,2197.472019,991.7025843,1868.727371 +186510,2143.203709,1502.253743,2195.909313,992.4452321,1868.786276 +186511,2167.474125,1494.687642,2194.520598,993.1462812,1868.869177 +186512,2129.654687,1487.16327,2193.257134,993.844786,1868.98174 +186513,2165.582631,1479.700702,2192.07564,994.547496,1869.121833 +186514,2178.550257,1472.304783,2190.880449,995.2561284,1869.288731 +186515,2122.088638,1464.980507,2189.757176,995.9711671,1869.479444 +186516,2178.161626,1457.72935,2190.510405,996.6916848,1869.703087 +186517,2158.958368,1450.547718,2188.511769,997.4218181,1869.939599 +186518,2164.658484,1443.358318,2187.082205,998.1554827,1870.210976 +186519,2166.846217,1436.460843,2185.835623,998.8972368,1870.500758 +186520,2168.943783,1429.461954,2186.498063,999.6440725,1870.816021 +186521,2171.058317,1422.703791,2184.495928,1000.400025,1871.146714 +186522,2173.327056,1415.808944,2183.091085,1001.159105,1876.203068 +186523,2175.27577,1409.096494,2181.885976,1001.865414,1864.699263 +186524,2177.533389,1404.503502,2180.7958,1002.727443,1875.770131 +186525,2179.689697,1399.709191,2179.765654,1003.462408,1871.940779 +186526,2181.878568,1394.869774,2178.780458,1004.255487,1873.11405 +186527,2184.081136,1390.161017,2177.83186,1005.044958,1873.675872 +186528,2186.296063,1385.595754,2176.91106,1005.839688,1873.998594 +186529,2188.523069,1380.949361,2176.014381,1006.639656,1874.557926 +186530,2190.761631,1376.522674,2175.138839,1007.444706,1875.04909 +186531,2193.011416,1372.036417,2174.282227,1008.254726,1875.571255 +186532,2195.404924,1367.829733,2173.442588,1009.069545,1876.109953 +186533,2197.473236,1363.604134,2172.617997,1009.889052,1876.664505 +186534,2199.855895,1359.326433,2173.619368,1010.711589,1877.237796 +186535,2202.114889,1355.304868,2171.900262,1011.542898,1877.815441 +186536,2204.420681,1351.308408,2170.752477,1012.436004,1878.418083 +186537,2206.726774,1347.41515,2169.772259,1013.180244,1879.032329 +186538,2208.909033,1343.618964,2168.886974,1014.065373,1879.660294 +186539,2211.436117,1339.922208,2168.065296,1014.900199,1880.302553 +186540,2213.671878,1336.241613,2167.286108,1015.748116,1881.082243 +186541,2452.063418,1439.744484,2172.419004,1123.604601,2322.108863 +186542,2459.389296,1438.481659,2197.297345,1126.792809,2305.876354 +186543,2476.012785,1437.469645,2226.806555,1129.810228,2320.881443 +186544,2454.418609,1435.916623,2251.097282,1132.61218,2324.686053 +186545,2489.659136,1434.594245,2268.346589,1135.645832,2326.710793 +186546,2469.743354,1433.111335,2279.960349,1138.367204,2329.691623 +186547,2492.720098,1431.551345,2287.859692,1141.334898,2332.82752 +186548,2485.03339,1430.183768,2293.502431,1144.287403,2335.715772 +186549,2503.921622,1428.639257,2299.477091,1147.31062,2338.939807 +186550,2488.668038,1427.339767,2302.009979,1150.393569,2345.53488 +186551,2537.331616,1425.84995,2306.203859,1153.547682,2343.590127 +186552,2465.345388,1424.438557,2307.321836,1156.692886,2345.392472 +186553,2544.402772,1423.202365,2308.916418,1160.148731,2353.420352 +186554,2506.242217,1421.777425,2310.615061,1163.34594,2351.207437 +186555,2516.101977,1420.561254,2312.299524,1166.820921,2357.627459 +186556,2539.539057,1419.179881,2313.878692,1170.2915,2355.864652 +186557,2517.492082,1417.922726,2315.340752,1173.83714,2361.044376 +186558,2541.164427,1416.791998,2316.706663,1177.447599,2359.456153 +186559,2563.162669,1415.479865,2317.758713,1181.122198,2359.130212 +186560,2506.9257,1414.252563,2318.575685,1184.861261,2357.618648 +186561,2573.863576,1413.15097,2319.108838,1188.7323,2354.36425 +186562,2537.421539,1411.890931,2319.268701,1192.493406,2350.906862 +186563,2569.609884,1410.840594,2319.12838,1196.472774,2347.347585 +186564,2567.691456,1409.618989,2318.768989,1200.383245,2343.741646 +186565,2554.845013,1408.606988,2318.293862,1204.546921,2340.190485 +186566,2587.111422,1407.422479,2317.785967,1208.686804,2336.751425 +186567,2570.15283,1406.449641,2318.966504,1212.773048,2335.520673 +186568,2578.065939,1405.29841,2317.447205,1217.069855,2331.116722 +186569,2585.034624,1404.363138,2316.559928,1221.371013,2327.591468 +186570,2587.564719,1403.250913,2316.078341,1225.74446,2324.634828 +186571,2591.717999,1402.371017,2317.610831,1230.27427,2324.224668 +186572,2595.859974,1401.313855,2316.688465,1234.607406,2320.894402 +186573,2600.103023,1400.478772,2318.183422,1239.363497,2320.593952 +186574,2604.274539,1399.460312,2317.4735,1243.949207,2317.420794 +186575,2608.261132,1398.662958,2317.249099,1248.679791,2315.139078 +186576,2612.668101,1397.685873,2317.284122,1253.538818,2313.203714 +186577,2616.606018,1396.926724,2319.172007,1258.272476,2313.578115 +186578,2620.757565,1395.984767,2318.49068,1263.238092,2310.840992 +186579,2625.03514,1395.264335,2318.414473,1268.206225,2308.876279 +186580,2629.366407,1394.364083,2320.26903,1273.249169,2309.287968 +186581,2633.29761,1393.678059,2321.281765,1278.27928,2308.70547 +186582,2637.703143,1392.812742,2320.260919,1283.642704,2305.649313 +186583,2641.761761,1392.169107,2321.719786,1288.709816,2305.644402 +186584,2645.909576,1391.338056,2320.820209,1294.077005,2302.747327 +186585,2650.234792,1390.730773,2320.635563,1299.433187,2300.730205 +186586,2654.525186,1389.939559,2320.729425,1304.863069,2299.042994 +186587,2658.524743,1389.367357,2320.958358,1310.438009,2297.530192 +186588,2663.000924,1388.613121,2321.273175,1315.874503,2296.124709 +186589,2666.78453,1388.077813,2321.631452,1321.476724,2294.790545 +186590,2671.596088,1387.361292,2323.738016,1327.271085,2295.611359 +186591,2675.333979,1386.859299,2323.202948,1332.962535,2293.220185 +186592,2688.044378,1386.178987,2323.371724,1338.789,2291.692194 +186593,2672.095268,1385.717066,2325.279992,1344.747199,2292.306661 +186594,2701.214441,1385.066572,2324.64073,1350.559698,2289.795796 +186595,2688.500236,1384.641434,2324.749613,1358.473715,2288.207917 +186596,2697.566308,1384.029585,2326.836348,1365.467892,2288.8081 +186597,2701.709755,1383.635741,2327.828735,1370.454918,2288.343057 +186598,2705.591047,1383.056007,2326.845019,1381.669696,2285.446752 +186599,2709.740802,1382.699597,2326.642648,1377.535427,2283.507583 +186600,2714.192858,1382.154028,2326.783662,1376.262088,2281.9645 +186601,2761.437143,1404.097683,2331.507357,1424.003039,2288.295476 +186602,2770.492539,1404.574839,2338.835651,1421.273696,2298.453883 +186603,2774.320973,1404.607266,2348.663854,1430.309917,2311.910428 +186604,2777.670032,1404.290265,2354.637147,1437.124423,2321.318416 +186605,2782.728794,1403.982069,2361.547756,1443.761692,2331.753684 +186606,2785.940471,1403.74852,2366.810296,1450.602429,2339.909858 +186607,2789.394788,1403.307703,2369.18666,1457.347574,2344.598317 +186608,2793.450096,1402.919268,2371.846929,1463.964819,2349.527602 +186609,2796.889937,1402.502717,2374.673454,1470.797665,2354.287262 +186610,2800.327561,1402.07578,2377.160863,1477.581138,2358.813064 +186611,2803.981395,1401.643296,2380.940779,1484.413966,2365.195989 +186612,2807.0913,1401.200457,2382.249087,1491.366437,2368.125285 +186613,2810.56002,1400.758553,2384.338334,1498.129861,2371.545001 +186614,2813.888798,1400.310574,2386.42878,1513.848635,2374.990057 +186615,2817.133657,1399.860948,2388.43544,1499.254874,2378.413932 +186616,2820.372399,1399.408838,2390.441688,1525.175525,2381.78144 +186617,2823.783668,1398.957191,2394.252686,1524.874037,2387.125857 +186618,2826.767876,1398.500816,2396.922293,1533.163258,2391.219198 +186619,2829.799555,1398.04415,2397.551825,1540.415468,2392.675047 +186620,2833.195586,1397.59101,2400.699273,1547.429864,2397.04655 +186621,2843.372116,1397.13042,2401.467553,1554.674069,2398.618583 +186622,2828.667746,1396.675024,2402.744471,1561.882357,2400.792542 +186623,2853.298867,1396.217197,2404.240902,1569.224006,2403.204508 +186624,2834.916227,1395.759531,2405.848666,1582.63762,2405.727805 +186625,2858.573179,1395.302348,2407.538701,1577.408819,2408.336111 +186626,2848.675283,1394.84707,2411.032533,1591.283339,2413.196311 +186627,2854.238807,1394.304965,2413.453523,1599.439997,2416.724607 +186628,2857.683332,1393.970776,2415.40504,1605.476327,2419.673669 +186629,2859.826976,1393.456009,2415.51456,1613.372345,2420.307268 +186630,2863.129718,1393.014143,2418.088913,1627.05535,2424.001548 +186631,2865.187121,1392.138975,2420.041457,1619.526594,2426.904504 +186632,2867.251123,1391.174534,2421.703768,1637.782489,2429.499568 +186633,2869.260254,1390.162458,2423.314012,1641.424178,2431.880636 +186634,2870.915382,1389.111643,2422.664202,1659.195151,2432.021969 +186635,2873.021341,1388.031098,2423.044798,1639.674328,2433.276533 +186636,2874.778252,1387.002043,2423.730763,1671.650085,2434.96946 +186637,2876.756795,1385.744316,2426.155251,1675.509071,2438.906407 +186638,2878.232631,1384.635274,2427.884379,1665.223075,2441.805985 +186639,2879.611638,1383.431633,2427.225076,1700.875435,2442.299001 +186640,2881.476618,1382.217958,2427.483177,1685.624671,2443.731453 +186641,2883.088477,1380.980531,2429.791824,1696.328296,2447.518469 +186642,2884.221131,1379.71389,2429.296421,1706.502014,2448.346162 +186643,2885.798896,1378.431513,2429.775367,1711.336307,2450.182246 +186644,2887.191051,1377.122942,2430.565827,1718.334968,2452.438916 +186645,2888.492683,1375.793495,2431.495117,1725.339497,2454.907205 +186646,2889.760644,1374.359239,2432.667665,1732.107233,2457.480003 +186647,2890.898874,1373.107262,2433.632596,1738.927502,2460.085727 +186648,2892.17238,1371.656062,2434.562137,1745.612454,2462.693223 +186649,2893.254284,1370.253924,2435.454431,1752.57043,2465.290201 +186650,2894.317562,1368.819272,2436.304055,1759.298277,2467.863776 +186651,2895.297568,1367.364425,2437.153699,1770.230367,2470.463895 +186652,2896.337946,1365.889244,2438.053884,1780.071492,2473.152251 +186653,2897.295501,1364.394556,2438.983729,1789.345596,2475.903062 +186654,2898.369266,1362.881577,2441.552352,1798.787983,2480.717965 +186655,2898.743003,1361.345019,2441.529875,1813.542209,2482.354582 +186656,2899.741136,1359.791861,2442.038648,1815.213837,2484.671574 +186657,2900.49215,1358.219456,2442.647913,1827.789347,2487.123643 +186658,2901.175505,1356.627184,2443.330422,1836.737916,2489.678762 +186659,2902.296236,1355.018134,2445.69368,1845.70312,2494.342689 +186660,2894.240971,1353.384474,2445.274686,1855.058156,2495.583661 +186661,2834.409288,1330.638052,2442.293416,1832.684168,2492.783801 +186662,2823.72293,1299.950471,2434.162711,1839.572537,2482.642751 +186663,2826.964296,1339.644715,2426.302778,1849.794976,2472.319739 +186664,2827.976496,1287.071405,2419.574179,1858.812146,2462.831276 +186665,2828.186803,1342.68418,2412.957201,1867.724024,2453.608416 +186666,2828.860627,1279.611985,2409.077889,1877.209223,2447.640427 +186667,2829.421145,1339.035484,2406.60439,1886.173994,2443.628905 +186668,2829.912969,1278.248154,2404.946444,1895.514234,2440.869038 +186669,2830.48098,1330.396958,2403.752914,1904.583618,2438.925987 +186670,2830.88575,1281.10136,2402.925851,1918.77608,2437.667559 +186671,2831.374884,1318.262775,2402.279753,1921.086502,2436.839689 +186672,2831.915107,1286.749896,2401.650356,1932.587369,2436.212328 +186673,2832.052098,1303.968919,2401.094296,1941.560097,2435.838599 +186674,2832.394728,1293.870776,2400.80248,1950.220432,2435.683956 +186675,2832.797977,1294.919802,2400.354579,1959.439473,2435.700851 +186676,2832.920286,1292.368786,2400.031911,1973.337824,2435.995069 +186677,2833.408497,1290.774147,2401.348156,1976.025316,2438.454581 +186678,2833.376886,1288.887409,2401.599377,1986.579495,2439.683794 +186679,2833.620672,1287.046626,2401.435935,1995.457938,2440.483968 +186680,2833.523544,1285.181724,2399.496572,2004.122925,2439.118759 +186681,2831.401845,1285.694872,2398.263312,2006.756526,2438.678668 +186682,2830.908352,1284.385551,2397.493904,2017.622645,2438.516448 +186683,2831.143894,1282.821027,2398.847619,2020.544123,2440.578139 +186684,2830.929793,1281.181763,2399.16612,2030.059063,2441.589645 +186685,2831.307109,1279.498989,2399.158881,2038.083351,2442.301785 +186686,2830.812575,1277.788057,2397.487134,2050.173715,2441.052519 +186687,2831.090766,1276.12389,2396.719767,2053.470544,2441.006406 +186688,2831.037158,1274.255616,2397.919204,2066.655911,2443.475139 +186689,2830.857237,1272.528259,2398.312558,2070.533934,2445.020979 +186690,2830.75085,1270.715917,2398.352935,2082.052028,2446.204903 +186691,2831.121107,1269.232097,2398.2901,2090.851044,2447.322652 +186692,2831.423033,1267.803359,2396.468077,2092.581257,2446.247505 +186693,2831.976979,1266.396299,2395.339844,2097.689423,2445.980715 +186694,2832.39256,1265.004373,2394.364574,2100.191195,2445.837317 +186695,2832.824063,1263.550362,2393.33729,2102.725859,2445.574877 +186696,2833.295028,1262.284781,2392.182667,2105.685731,2445.114231 +186697,2833.743944,1260.869331,2390.920489,2108.963941,2444.48959 +186698,2834.202257,1259.522972,2389.58806,2112.452764,2443.753208 +186699,2834.786163,1258.170849,2389.861712,2117.894478,2445.003122 +186700,2835.005078,1256.829759,2387.583132,2120.53396,2443.069055 +186701,2835.742885,1255.559024,2387.475112,2125.659564,2443.830951 +186702,2835.922443,1254.123203,2385.005375,2128.182016,2441.64184 +186703,2836.548509,1252.843561,2383.161336,2131.478418,2440.2168 +186704,2836.953275,1251.509018,2381.54563,2135.106524,2439.059357 +186705,2837.548269,1250.188184,2381.699323,2140.737453,2440.103961 +186706,2837.77003,1248.875055,2379.395142,2143.567277,2438.097109 +186707,2838.358322,1247.562282,2377.668202,2147.042665,2436.812929 +186708,2838.934394,1246.253667,2377.784208,2152.60067,2437.826738 +186709,2839.17237,1244.951994,2375.475451,2155.410451,2435.828454 +186710,2839.845045,1243.648217,2375.402663,2160.915907,2436.624322 +186711,2840.034401,1242.353389,2373.001062,2163.582591,2434.523857 +186712,2840.661125,1241.056795,2371.240214,2166.994387,2433.219198 +186713,2841.044491,1239.765197,2369.713333,2170.72018,2432.19898 +186714,2841.50453,1238.475526,2368.311288,2174.612358,2431.333138 +186715,2841.952933,1237.18866,2366.980962,2178.581886,2430.561796 +186716,2842.544267,1235.902691,2367.33533,2184.406183,2431.90451 +186717,2842.514476,1234.622919,2365.180502,2187.343686,2430.138937 +186718,2843.401563,1233.340918,2363.575559,2190.895187,2429.065006 +186719,2843.702923,1232.063064,2362.151928,2194.689692,2428.212593 +186720,2844.147653,1230.786284,2360.818161,2198.612143,2427.469566 +186721,2687.321665,1163.274484,2360.245386,2202.821962,2428.165351 +186722,2691.860518,1161.358809,2347.628418,2195.852749,2412.146 +186723,2688.74053,1159.669951,2332.794335,2187.731097,2391.419628 +186724,2688.874169,1158.03704,2319.470783,2182.923546,2372.528051 +186725,2688.665454,1156.422599,2309.541752,2181.976224,2357.445102 +186726,2688.295452,1154.830074,2302.087931,2183.765326,2345.881438 +186727,2688.05793,1153.24835,2296.706385,2186.984166,2336.916816 +186728,2687.78885,1151.673708,2292.52265,2190.769766,2329.760038 +186729,2687.520204,1150.105245,2289.104153,2194.712506,2323.893246 +186730,2687.239936,1148.540904,2286.204348,2198.672757,2319.001411 +186731,2686.945158,1146.980202,2283.677434,2202.620794,2314.881202 +186732,2686.63205,1145.421684,2281.426679,2206.553921,2311.385576 +186733,2686.303278,1143.864203,2281.037702,2212.318241,2310.459927 +186734,2685.97265,1142.322293,2278.259181,2215.145498,2306.807292 +186735,2685.55327,1140.692142,2275.930897,2218.554237,2304.153015 +186736,2685.182949,1139.24586,2274.044869,2222.173818,2301.970681 +186737,2684.704141,1137.63728,2272.308335,2225.894627,2300.115012 +186738,2684.335766,1136.104789,2270.663699,2229.656532,2298.508067 +186739,2683.886042,1134.618737,2270.741225,2235.456535,2299.155379 +186740,2683.298044,1132.974869,2268.30184,2238.101899,2296.815507 +186741,2682.84255,1131.468103,2266.421166,2241.330254,2295.258779 +186742,2682.333975,1129.906223,2266.38869,2246.627685,2296.06023 +186743,2681.663735,1128.357167,2263.901345,2249.136157,2293.905211 +186744,2681.129188,1126.803973,2262.005088,2252.308122,2292.33351 +186745,2680.49104,1125.252639,2260.307721,2255.72671,2291.260145 +186746,2679.840441,1123.700549,2258.714376,2259.265418,2290.359408 +186747,2679.163569,1122.148307,2257.180439,2262.850206,2289.572056 +186748,2678.458916,1120.595745,2255.680637,2266.440482,2288.863567 +186749,2677.776453,1119.041649,2255.864507,2272.04121,2290.274015 +186750,2676.918564,1117.490968,2253.504639,2274.502113,2288.582336 +186751,2675.980913,1115.895946,2251.68167,2277.544318,2287.57802 +186752,2674.883163,1114.294378,2250.017483,2280.751253,2286.78626 +186753,2673.751618,1112.688126,2248.427448,2283.990961,2286.105992 +186754,2672.032259,1107.814728,2246.87511,2287.357551,2285.495802 +186755,2670.693569,1105.703862,2246.637574,2293.106361,2286.991315 +186756,2669.25215,1103.803253,2243.625221,2296.336155,2285.363432 +186757,2667.943106,1101.960148,2241.114202,2299.52666,2284.406913 +186758,2666.533088,1100.213397,2238.83361,2303.181362,2283.656092 +186759,2665.106464,1098.326799,2236.722605,2306.611865,2283.013385 +186760,2663.611919,1096.590857,2234.731104,2310.113184,2282.437259 +186761,2662.171684,1094.809043,2232.82068,2313.330674,2281.904957 +186762,2660.621344,1093.043322,2230.967444,2316.450836,2281.404194 +186763,2659.110888,1091.219181,2230.823299,2321.342335,2282.991809 +186764,2657.430295,1089.558684,2228.154795,2323.271244,2281.448114 +186765,2655.857625,1087.761552,2226.040771,2325.948346,2280.568589 +186766,2654.183481,1086.023932,2224.106244,2328.607148,2279.883243 +186767,2652.48925,1084.279751,2222.269702,2331.337576,2279.296702 +186768,2650.729905,1082.538386,2220.492722,2334.084929,2278.769109 +186769,2649.015199,1080.799765,2218.752154,2336.814191,2278.27742 +186770,2647.403091,1079.061978,2218.701554,2341.370587,2279.873622 +186771,2645.257286,1077.331002,2216.104775,2342.943029,2278.329575 +186772,2643.558742,1075.596911,2214.047906,2345.083384,2277.446551 +186773,2641.630443,1073.867008,2212.162306,2347.41896,2276.759505 +186774,2639.699879,1072.137971,2210.176117,2349.846609,2276.172968 +186775,2637.739021,1070.410379,2208.44199,2352.298438,2275.645942 +186776,2635.743992,1068.683955,2206.74198,2354.731743,2275.152939 +186777,2633.690697,1067.020622,2205.057102,2357.126513,2274.678239 +186778,2631.665913,1065.205247,2203.379149,2359.478258,2274.214508 +186779,2629.544834,1063.52425,2203.378094,2363.65687,2275.826899 +186780,2627.414874,1061.79408,2200.813722,2365.045013,2274.290205 +186781,1926.65698,1077.037551,942.9646568,1738.217528,2159.468571 +186782,2023.105074,1162.635616,997.3691826,1837.982545,2241.963308 +186783,2120.499323,1204.985972,1057.856829,1943.070729,2315.399876 +186784,2186.189876,1188.852283,1104.771372,2013.649222,2356.061482 +186785,2231.326108,1192.166072,1141.009497,2056.489722,2382.044571 +186786,2262.630797,1191.462679,1169.256286,2081.11965,2400.062327 +186787,2285.457294,1190.538696,1191.872454,2095.414393,2413.717785 +186788,2302.987318,1189.559491,1210.5365,2104.881802,2424.823321 +186789,2316.98661,1188.538351,1226.27394,2112.1374,2434.285638 +186790,2328.437924,1187.484747,1239.7107,2118.243752,2442.58569 +186791,2337.91414,1186.409613,1251.252914,2123.578962,2449.9733 +186792,2345.776252,1185.317935,1261.189232,2128.290331,2456.567128 +186793,2352.313482,1184.218213,1269.761978,2132.499076,2462.462055 +186794,2357.767836,1183.165545,1277.180059,2136.321236,2467.74314 +186795,2362.334636,1181.944347,1283.620854,2139.852773,2472.686259 +186796,2366.152163,1180.892704,1289.221476,2143.143204,2476.926921 +186797,2369.378417,1179.777821,1294.122656,2146.451669,2480.753405 +186798,2372.146007,1178.602837,1298.442263,2149.441349,2484.246003 +186799,2374.522948,1177.620989,1302.43784,2152.323738,2487.437348 +186800,2376.574358,1176.475504,1305.827248,2155.115547,2490.361603 +186801,2378.348959,1175.403628,1308.849386,2157.827563,2493.050688 +186802,2379.889974,1174.323722,1311.557643,2160.466442,2495.533451 +186803,2381.233533,1173.248924,1313.996341,2163.036696,2497.835309 +186804,2382.408899,1172.177429,1316.202334,2165.541907,2499.978578 +186805,2383.439458,1171.110116,1318.206411,2167.985028,2501.982581 +186806,2384.3441,1170.044964,1320.034498,2170.368557,2503.864135 +186807,2385.138325,1168.98288,1321.708437,2172.694521,2505.63773 +186808,2385.835045,1167.92125,1323.24672,2174.964609,2507.315972 +186809,2386.444916,1166.861539,1324.664963,2177.180172,2508.909676 +186810,2386.976849,1165.78671,1325.976429,2179.342376,2510.428267 +186811,2387.462654,1164.655844,1327.191019,2181.449053,2511.876987 +186812,2387.927957,1163.513106,1328.316006,2183.590134,2513.263711 +186813,2388.383575,1162.363553,1329.358401,2185.326436,2514.595879 +186814,2388.83011,1161.208168,1330.325143,2186.863479,2515.879468 +186815,2389.264059,1160.047586,1331.222702,2188.233544,2517.119184 +186816,2389.681434,1158.881602,1332.05684,2189.465087,2518.318896 +186817,2390.079055,1157.637108,1332.832552,2190.576545,2519.481872 +186818,2390.454618,1156.569587,1333.554162,2191.578641,2520.610937 +186819,2390.806847,1179.067286,1334.225663,2192.478319,2521.709071 +186820,2391.133198,1118.360325,1334.84973,2193.279205,2522.777059 +186821,2391.432838,1170.918967,1335.429371,2193.985281,2523.816999 +186822,2391.706501,1165.662124,1335.967913,2194.601043,2524.832184 +186823,2391.951878,1124.684908,1336.466834,2195.127851,2525.822232 +186824,2392.16824,1161.025641,1336.928085,2195.567863,2526.788163 +186825,2392.356564,1162.662907,1337.3542,2195.92423,2527.732577 +186826,2392.515167,1121.385498,1337.746149,2196.197498,2528.654882 +186827,2392.643701,1158.388046,1338.105379,2196.389084,2529.555762 +186828,2392.743206,1154.885129,1338.433867,2196.50136,2530.437259 +186829,2392.81229,1123.641822,1338.732257,2196.534522,2531.298645 +186830,2392.851138,1171.351674,1339.001861,2196.489952,2532.140812 +186831,2392.859361,1108.02134,1339.24361,2196.368467,2532.963933 +186832,2392.83725,1177.982768,1339.458654,2196.171312,2533.768793 +186833,2392.784397,1099.457894,1339.647726,2195.899072,2534.555346 +186834,2392.700993,1177.432936,1339.811809,2195.552797,2535.324196 +186835,2392.586699,1096.75707,1339.951568,2195.133049,2536.075328 +186836,2392.441674,1172.626816,1340.067859,2194.64074,2536.809222 +186837,2392.265657,1097.268716,1340.161283,2194.076398,2537.525865 +186838,2392.058758,1165.464509,1340.232589,2193.440817,2538.225632 +186839,2391.827928,1099.582114,1340.283145,2192.760206,2538.908536 +186840,2391.57123,1156.972518,1340.313409,2192.025496,2539.574884 +186841,0,0,0,0,0 +186842,0,0,0,0,0 +186843,0,0,0,0,0 +186844,0,0,0,0,0 +186845,0,0,0,0,0 +186846,0,0,0,0,0 +186847,0,0,0,0,0 +186848,0,0,0,0,0 +186849,0,0,0,0,0 +186850,0,0,0,0,0 +186851,0,0,0,0,0 +186852,0,0,0,0,0 +186853,0,0,0,0,0 +186854,0,0,0,0,0 +186855,0,0,0,0,0 +186856,0,0,0,0,0 +186857,0,0,0,0,0 +186858,0,0,0,0,0 +186859,0,0,0,0,0 +186860,0,0,0,0,0 +186861,0,0,0,0,0 +186862,0,0,0,0,0 +186863,0,0,0,0,0 +186864,0,0,0,0,0 +186865,0,0,0,0,0 +186866,0,0,0,0,0 +186867,0,0,0,0,0 +186868,0,0,0,0,0 +186869,0,0,0,0,0 +186870,0,0,0,0,0 +186871,0,0,0,0,0 +186872,0,0,0,0,0 +186873,0,0,0,0,0 +186874,0,0,0,0,0 +186875,0,0,0,0,0 +186876,0,0,0,0,0 +186877,0,0,0,0,0 +186878,0,0,0,0,0 +186879,0,0,0,0,0 +186880,0,0,0,0,0 +186881,0,0,0,0,0 +186882,0,0,0,0,0 +186883,0,0,0,0,0 +186884,0,0,0,0,0 +186885,0,0,0,0,0 +186886,0,0,0,0,0 +186887,0,0,0,0,0 +186888,0,0,0,0,0 +186889,0,0,0,0,0 +186890,0,0,0,0,0 +186891,0,0,0,0,0 +186892,0,0,0,0,0 +186893,0,0,0,0,0 +186894,0,0,0,0,0 +186895,0,0,0,0,0 +186896,0,0,0,0,0 +186897,0,0,0,0,0 +186898,0,0,0,0,0 +186899,0,0,0,0,0 +186900,0,0,0,0,0 +186901,0,0,0,0,0 +186902,0,0,0,0,0 +186903,0,0,0,0,0 +186904,0,0,0,0,0 +186905,0,0,0,0,0 +186906,0,0,0,0,0 +186907,0,0,0,0,0 +186908,0,0,0,0,0 +186909,0,0,0,0,0 +186910,0,0,0,0,0 +186911,0,0,0,0,0 +186912,0,0,0,0,0 +186913,0,0,0,0,0 +186914,0,0,0,0,0 +186915,0,0,0,0,0 +186916,0,0,0,0,0 +186917,0,0,0,0,0 +186918,0,0,0,0,0 +186919,0,0,0,0,0 +186920,0,0,0,0,0 +186921,0,0,0,0,0 +186922,0,0,0,0,0 +186923,0,0,0,0,0 +186924,0,0,0,0,0 +186925,0,0,0,0,0 +186926,0,0,0,0,0 +186927,0,0,0,0,0 +186928,0,0,0,0,0 +186929,0,0,0,0,0 +186930,0,0,0,0,0 +186931,0,0,0,0,0 +186932,0,0,0,0,0 +186933,0,0,0,0,0 +186934,0,0,0,0,0 +186935,0,0,0,0,0 +186936,0,0,0,0,0 +186937,0,0,0,0,0 +186938,0,0,0,0,0 +186939,0,0,0,0,0 +186940,0,0,0,0,0 +186941,0,0,0,0,0 +186942,0,0,0,0,0 +186943,0,0,0,0,0 +186944,0,0,0,0,0 +186945,0,0,0,0,0 +186946,0,0,0,0,0 +186947,0,0,0,0,0 +186948,0,0,0,0,0 +186949,0,0,0,0,0 +186950,0,0,0,0,0 +186951,0,0,0,0,0 +186952,0,0,0,0,0 +186953,0,0,0,0,0 +186954,0,0,0,0,0 +186955,0,0,0,0,0 +186956,0,0,0,0,0 +186957,0,0,0,0,0 +186958,0,0,0,0,0 +186959,0,0,0,0,0 +186960,0,0,0,0,0 +186961,0,0,0,0,0 +186962,0,0,0,0,0 +186963,0,0,0,0,0 +186964,0,0,0,0,0 +186965,0,0,0,0,0 +186966,0,0,0,0,0 +186967,0,0,0,0,0 +186968,0,0,0,0,0 +186969,0,0,0,0,0 +186970,0,0,0,0,0 +186971,0,0,0,0,0 +186972,0,0,0,0,0 +186973,0,0,0,0,0 +186974,0,0,0,0,0 +186975,0,0,0,0,0 +186976,0,0,0,0,0 +186977,0,0,0,0,0 +186978,0,0,0,0,0 +186979,0,0,0,0,0 +186980,0,0,0,0,0 +186981,0,0,0,0,0 +186982,0,0,0,0,0 +186983,0,0,0,0,0 +186984,0,0,0,0,0 +186985,0,0,0,0,0 +186986,0,0,0,0,0 +186987,0,0,0,0,0 +186988,0,0,0,0,0 +186989,0,0,0,0,0 +186990,0,0,0,0,0 +186991,0,0,0,0,0 +186992,0,0,0,0,0 +186993,0,0,0,0,0 +186994,0,0,0,0,0 +186995,0,0,0,0,0 +186996,0,0,0,0,0 +186997,0,0,0,0,0 +186998,0,0,0,0,0 +186999,0,0,0,0,0 +187000,0,0,0,0,0 +187001,0,0,0,0,0 +187002,0,0,0,0,0 +187003,0,0,0,0,0 +187004,0,0,0,0,0 +187005,0,0,0,0,0 +187006,0,0,0,0,0 +187007,0,0,0,0,0 +187008,0,0,0,0,0 +187009,0,0,0,0,0 +187010,0,0,0,0,0 +187011,0,0,0,0,0 +187012,0,0,0,0,0 +187013,0,0,0,0,0 +187014,0,0,0,0,0 +187015,0,0,0,0,0 +187016,0,0,0,0,0 +187017,0,0,0,0,0 +187018,0,0,0,0,0 +187019,0,0,0,0,0 +187020,0,0,0,0,0 +187021,0,0,0,0,0 +187022,0,0,0,0,0 +187023,0,0,0,0,0 +187024,0,0,0,0,0 +187025,0,0,0,0,0 +187026,0,0,0,0,0 +187027,0,0,0,0,0 +187028,0,0,0,0,0 +187029,0,0,0,0,0 +187030,0,0,0,0,0 +187031,0,0,0,0,0 +187032,0,0,0,0,0 +187033,0,0,0,0,0 +187034,0,0,0,0,0 +187035,0,0,0,0,0 +187036,0,0,0,0,0 +187037,0,0,0,0,0 +187038,0,0,0,0,0 +187039,0,0,0,0,0 +187040,0,0,0,0,0 +187041,0,0,0,0,0 +187042,0,0,0,0,0 +187043,0,0,0,0,0 +187044,0,0,0,0,0 +187045,0,0,0,0,0 +187046,0,0,0,0,0 +187047,0,0,0,0,0 +187048,0,0,0,0,0 +187049,0,0,0,0,0 +187050,0,0,0,0,0 +187051,0,0,0,0,0 +187052,0,0,0,0,0 +187053,0,0,0,0,0 +187054,0,0,0,0,0 +187055,0,0,0,0,0 +187056,0,0,0,0,0 +187057,0,0,0,0,0 +187058,0,0,0,0,0 +187059,0,0,0,0,0 +187060,0,0,0,0,0 +187061,0,0,0,0,0 +187062,0,0,0,0,0 +187063,0,0,0,0,0 +187064,0,0,0,0,0 +187065,0,0,0,0,0 +187066,0,0,0,0,0 +187067,0,0,0,0,0 +187068,0,0,0,0,0 +187069,0,0,0,0,0 +187070,0,0,0,0,0 +187071,0,0,0,0,0 +187072,0,0,0,0,0 +187073,0,0,0,0,0 +187074,0,0,0,0,0 +187075,0,0,0,0,0 +187076,0,0,0,0,0 +187077,0,0,0,0,0 +187078,0,0,0,0,0 +187079,0,0,0,0,0 +187080,0,0,0,0,0 +187081,0,0,0,0,0 +187082,0,0,0,0,0 +187083,0,0,0,0,0 +187084,0,0,0,0,0 +187085,0,0,0,0,0 +187086,0,0,0,0,0 +187087,0,0,0,0,0 +187088,0,0,0,0,0 +187089,0,0,0,0,0 +187090,0,0,0,0,0 +187091,0,0,0,0,0 +187092,0,0,0,0,0 +187093,0,0,0,0,0 +187094,0,0,0,0,0 +187095,0,0,0,0,0 +187096,0,0,0,0,0 +187097,0,0,0,0,0 +187098,0,0,0,0,0 +187099,0,0,0,0,0 +187100,0,0,0,0,0 +187101,0,0,0,0,0 +187102,0,0,0,0,0 +187103,0,0,0,0,0 +187104,0,0,0,0,0 +187105,0,0,0,0,0 +187106,0,0,0,0,0 +187107,0,0,0,0,0 +187108,0,0,0,0,0 +187109,0,0,0,0,0 +187110,0,0,0,0,0 +187111,0,0,0,0,0 +187112,0,0,0,0,0 +187113,0,0,0,0,0 +187114,0,0,0,0,0 +187115,0,0,0,0,0 +187116,0,0,0,0,0 +187117,0,0,0,0,0 +187118,0,0,0,0,0 +187119,0,0,0,0,0 +187120,0,0,0,0,0 +187121,0,0,0,0,0 +187122,0,0,0,0,0 +187123,0,0,0,0,0 +187124,0,0,0,0,0 +187125,0,0,0,0,0 +187126,0,0,0,0,0 +187127,0,0,0,0,0 +187128,0,0,0,0,0 +187129,0,0,0,0,0 +187130,0,0,0,0,0 +187131,0,0,0,0,0 +187132,0,0,0,0,0 +187133,0,0,0,0,0 +187134,0,0,0,0,0 +187135,0,0,0,0,0 +187136,0,0,0,0,0 +187137,0,0,0,0,0 +187138,0,0,0,0,0 +187139,0,0,0,0,0 +187140,0,0,0,0,0 +187141,0,0,0,0,0 +187142,0,0,0,0,0 +187143,0,0,0,0,0 +187144,0,0,0,0,0 +187145,0,0,0,0,0 +187146,0,0,0,0,0 +187147,0,0,0,0,0 +187148,0,0,0,0,0 +187149,0,0,0,0,0 +187150,0,0,0,0,0 +187151,0,0,0,0,0 +187152,0,0,0,0,0 +187153,0,0,0,0,0 +187154,0,0,0,0,0 +187155,0,0,0,0,0 +187156,0,0,0,0,0 +187157,0,0,0,0,0 +187158,0,0,0,0,0 +187159,0,0,0,0,0 +187160,0,0,0,0,0 +187161,0,0,0,0,0 +187162,0,0,0,0,0 +187163,0,0,0,0,0 +187164,0,0,0,0,0 +187165,0,0,0,0,0 +187166,0,0,0,0,0 +187167,0,0,0,0,0 +187168,0,0,0,0,0 +187169,0,0,0,0,0 +187170,0,0,0,0,0 +187171,0,0,0,0,0 +187172,0,0,0,0,0 +187173,0,0,0,0,0 +187174,0,0,0,0,0 +187175,0,0,0,0,0 +187176,0,0,0,0,0 +187177,0,0,0,0,0 +187178,0,0,0,0,0 +187179,0,0,0,0,0 +187180,0,0,0,0,0 +187181,0,0,0,0,0 +187182,0,0,0,0,0 +187183,0,0,0,0,0 +187184,0,0,0,0,0 +187185,0,0,0,0,0 +187186,0,0,0,0,0 +187187,0,0,0,0,0 +187188,0,0,0,0,0 +187189,0,0,0,0,0 +187190,0,0,0,0,0 +187191,0,0,0,0,0 +187192,0,0,0,0,0 +187193,0,0,0,0,0 +187194,0,0,0,0,0 +187195,0,0,0,0,0 +187196,0,0,0,0,0 +187197,0,0,0,0,0 +187198,0,0,0,0,0 +187199,0,0,0,0,0 +187200,0,0,0,0,0 +187201,0,0,0,0,0 +187202,0,0,0,0,0 +187203,0,0,0,0,0 +187204,0,0,0,0,0 +187205,0,0,0,0,0 +187206,0,0,0,0,0 +187207,0,0,0,0,0 +187208,0,0,0,0,0 +187209,0,0,0,0,0 +187210,0,0,0,0,0 +187211,0,0,0,0,0 +187212,0,0,0,0,0 +187213,0,0,0,0,0 +187214,0,0,0,0,0 +187215,0,0,0,0,0 +187216,0,0,0,0,0 +187217,0,0,0,0,0 +187218,0,0,0,0,0 +187219,0,0,0,0,0 +187220,0,0,0,0,0 +187221,0,0,0,0,0 +187222,0,0,0,0,0 +187223,0,0,0,0,0 +187224,0,0,0,0,0 +187225,0,0,0,0,0 +187226,0,0,0,0,0 +187227,0,0,0,0,0 +187228,0,0,0,0,0 +187229,0,0,0,0,0 +187230,0,0,0,0,0 +187231,0,0,0,0,0 +187232,0,0,0,0,0 +187233,0,0,0,0,0 +187234,0,0,0,0,0 +187235,0,0,0,0,0 +187236,0,0,0,0,0 +187237,0,0,0,0,0 +187238,0,0,0,0,0 +187239,0,0,0,0,0 +187240,0,0,0,0,0 +187241,0,0,0,0,0 +187242,0,0,0,0,0 +187243,0,0,0,0,0 +187244,0,0,0,0,0 +187245,0,0,0,0,0 +187246,0,0,0,0,0 +187247,0,0,0,0,0 +187248,0,0,0,0,0 +187249,0,0,0,0,0 +187250,0,0,0,0,0 +187251,0,0,0,0,0 +187252,0,0,0,0,0 +187253,0,0,0,0,0 +187254,0,0,0,0,0 +187255,0,0,0,0,0 +187256,0,0,0,0,0 +187257,0,0,0,0,0 +187258,0,0,0,0,0 +187259,0,0,0,0,0 +187260,0,0,0,0,0 +187261,0,0,0,0,0 +187262,0,0,0,0,0 +187263,0,0,0,0,0 +187264,0,0,0,0,0 +187265,0,0,0,0,0 +187266,0,0,0,0,0 +187267,0,0,0,0,0 +187268,0,0,0,0,0 +187269,0,0,0,0,0 +187270,0,0,0,0,0 +187271,0,0,0,0,0 +187272,0,0,0,0,0 +187273,0,0,0,0,0 +187274,0,0,0,0,0 +187275,0,0,0,0,0 +187276,0,0,0,0,0 +187277,0,0,0,0,0 +187278,0,0,0,0,0 +187279,0,0,0,0,0 +187280,0,0,0,0,0 +187281,0,0,0,0,0 +187282,0,0,0,0,0 +187283,0,0,0,0,0 +187284,0,0,0,0,0 +187285,0,0,0,0,0 +187286,0,0,0,0,0 +187287,0,0,0,0,0 +187288,0,0,0,0,0 +187289,0,0,0,0,0 +187290,0,0,0,0,0 +187291,0,0,0,0,0 +187292,0,0,0,0,0 +187293,0,0,0,0,0 +187294,0,0,0,0,0 +187295,0,0,0,0,0 +187296,0,0,0,0,0 +187297,0,0,0,0,0 +187298,0,0,0,0,0 +187299,0,0,0,0,0 +187300,0,0,0,0,0 +187301,0,0,0,0,0 +187302,0,0,0,0,0 +187303,0,0,0,0,0 +187304,0,0,0,0,0 +187305,0,0,0,0,0 +187306,0,0,0,0,0 +187307,0,0,0,0,0 +187308,0,0,0,0,0 +187309,0,0,0,0,0 +187310,0,0,0,0,0 +187311,0,0,0,0,0 +187312,0,0,0,0,0 +187313,0,0,0,0,0 +187314,0,0,0,0,0 +187315,0,0,0,0,0 +187316,0,0,0,0,0 +187317,0,0,0,0,0 +187318,0,0,0,0,0 +187319,0,0,0,0,0 +187320,0,0,0,0,0 +187321,0,0,0,0,0 +187322,0,0,0,0,0 +187323,0,0,0,0,0 +187324,0,0,0,0,0 +187325,0,0,0,0,0 +187326,0,0,0,0,0 +187327,0,0,0,0,0 +187328,0,0,0,0,0 +187329,0,0,0,0,0 +187330,0,0,0,0,0 +187331,0,0,0,0,0 +187332,0,0,0,0,0 +187333,0,0,0,0,0 +187334,0,0,0,0,0 +187335,0,0,0,0,0 +187336,0,0,0,0,0 +187337,0,0,0,0,0 +187338,0,0,0,0,0 +187339,0,0,0,0,0 +187340,0,0,0,0,0 +187341,0,0,0,0,0 +187342,0,0,0,0,0 +187343,0,0,0,0,0 +187344,0,0,0,0,0 +187345,0,0,0,0,0 +187346,0,0,0,0,0 +187347,0,0,0,0,0 +187348,0,0,0,0,0 +187349,0,0,0,0,0 +187350,0,0,0,0,0 +187351,0,0,0,0,0 +187352,0,0,0,0,0 +187353,0,0,0,0,0 +187354,0,0,0,0,0 +187355,0,0,0,0,0 +187356,0,0,0,0,0 +187357,0,0,0,0,0 +187358,0,0,0,0,0 +187359,0,0,0,0,0 +187360,0,0,0,0,0 +187361,0,0,0,0,0 +187362,0,0,0,0,0 +187363,0,0,0,0,0 +187364,0,0,0,0,0 +187365,0,0,0,0,0 +187366,0,0,0,0,0 +187367,0,0,0,0,0 +187368,0,0,0,0,0 +187369,0,0,0,0,0 +187370,0,0,0,0,0 +187371,0,0,0,0,0 +187372,0,0,0,0,0 +187373,0,0,0,0,0 +187374,0,0,0,0,0 +187375,0,0,0,0,0 +187376,0,0,0,0,0 +187377,0,0,0,0,0 +187378,0,0,0,0,0 +187379,0,0,0,0,0 +187380,0,0,0,0,0 +187381,0,0,0,0,0 +187382,0,0,0,0,0 +187383,0,0,0,0,0 +187384,0,0,0,0,0 +187385,0,0,0,0,0 +187386,0,0,0,0,0 +187387,0,0,0,0,0 +187388,0,0,0,0,0 +187389,0,0,0,0,0 +187390,0,0,0,0,0 +187391,0,0,0,0,0 +187392,0,0,0,0,0 +187393,0,0,0,0,0 +187394,0,0,0,0,0 +187395,0,0,0,0,0 +187396,0,0,0,0,0 +187397,0,0,0,0,0 +187398,0,0,0,0,0 +187399,0,0,0,0,0 +187400,0,0,0,0,0 +187401,0,0,0,0,0 +187402,0,0,0,0,0 +187403,0,0,0,0,0 +187404,0,0,0,0,0 +187405,0,0,0,0,0 +187406,0,0,0,0,0 +187407,0,0,0,0,0 +187408,0,0,0,0,0 +187409,0,0,0,0,0 +187410,0,0,0,0,0 +187411,0,0,0,0,0 +187412,0,0,0,0,0 +187413,0,0,0,0,0 +187414,0,0,0,0,0 +187415,0,0,0,0,0 +187416,0,0,0,0,0 +187417,0,0,0,0,0 +187418,0,0,0,0,0 +187419,0,0,0,0,0 +187420,0,0,0,0,0 +187421,0,0,0,0,0 +187422,0,0,0,0,0 +187423,0,0,0,0,0 +187424,0,0,0,0,0 +187425,0,0,0,0,0 +187426,0,0,0,0,0 +187427,0,0,0,0,0 +187428,0,0,0,0,0 +187429,0,0,0,0,0 +187430,0,0,0,0,0 +187431,0,0,0,0,0 +187432,0,0,0,0,0 +187433,0,0,0,0,0 +187434,0,0,0,0,0 +187435,0,0,0,0,0 +187436,0,0,0,0,0 +187437,0,0,0,0,0 +187438,0,0,0,0,0 +187439,0,0,0,0,0 +187440,0,0,0,0,0 +187441,0,0,0,0,0 +187442,0,0,0,0,0 +187443,0,0,0,0,0 +187444,0,0,0,0,0 +187445,0,0,0,0,0 +187446,0,0,0,0,0 +187447,0,0,0,0,0 +187448,0,0,0,0,0 +187449,0,0,0,0,0 +187450,0,0,0,0,0 +187451,0,0,0,0,0 +187452,0,0,0,0,0 +187453,0,0,0,0,0 +187454,0,0,0,0,0 +187455,0,0,0,0,0 +187456,0,0,0,0,0 +187457,0,0,0,0,0 +187458,0,0,0,0,0 +187459,0,0,0,0,0 +187460,0,0,0,0,0 +187461,0,0,0,0,0 +187462,0,0,0,0,0 +187463,0,0,0,0,0 +187464,0,0,0,0,0 +187465,0,0,0,0,0 +187466,0,0,0,0,0 +187467,0,0,0,0,0 +187468,0,0,0,0,0 +187469,0,0,0,0,0 +187470,0,0,0,0,0 +187471,0,0,0,0,0 +187472,0,0,0,0,0 +187473,0,0,0,0,0 +187474,0,0,0,0,0 +187475,0,0,0,0,0 +187476,0,0,0,0,0 +187477,0,0,0,0,0 +187478,0,0,0,0,0 +187479,0,0,0,0,0 +187480,0,0,0,0,0 +187481,0,0,0,0,0 +187482,0,0,0,0,0 +187483,0,0,0,0,0 +187484,0,0,0,0,0 +187485,0,0,0,0,0 +187486,0,0,0,0,0 +187487,0,0,0,0,0 +187488,0,0,0,0,0 +187489,0,0,0,0,0 +187490,0,0,0,0,0 +187491,0,0,0,0,0 +187492,0,0,0,0,0 +187493,0,0,0,0,0 +187494,0,0,0,0,0 +187495,0,0,0,0,0 +187496,0,0,0,0,0 +187497,0,0,0,0,0 +187498,0,0,0,0,0 +187499,0,0,0,0,0 +187500,0,0,0,0,0 +187501,0,0,0,0,0 +187502,0,0,0,0,0 +187503,0,0,0,0,0 +187504,0,0,0,0,0 +187505,0,0,0,0,0 +187506,0,0,0,0,0 +187507,0,0,0,0,0 +187508,0,0,0,0,0 +187509,0,0,0,0,0 +187510,0,0,0,0,0 +187511,0,0,0,0,0 +187512,0,0,0,0,0 +187513,0,0,0,0,0 +187514,0,0,0,0,0 +187515,0,0,0,0,0 +187516,0,0,0,0,0 +187517,0,0,0,0,0 +187518,0,0,0,0,0 +187519,0,0,0,0,0 +187520,0,0,0,0,0 +187521,0,0,0,0,0 +187522,0,0,0,0,0 +187523,0,0,0,0,0 +187524,0,0,0,0,0 +187525,0,0,0,0,0 +187526,0,0,0,0,0 +187527,0,0,0,0,0 +187528,0,0,0,0,0 +187529,0,0,0,0,0 +187530,0,0,0,0,0 +187531,0,0,0,0,0 +187532,0,0,0,0,0 +187533,0,0,0,0,0 +187534,0,0,0,0,0 +187535,0,0,0,0,0 +187536,0,0,0,0,0 +187537,0,0,0,0,0 +187538,0,0,0,0,0 +187539,0,0,0,0,0 +187540,0,0,0,0,0 +187541,0,0,0,0,0 +187542,0,0,0,0,0 +187543,0,0,0,0,0 +187544,0,0,0,0,0 +187545,0,0,0,0,0 +187546,0,0,0,0,0 +187547,0,0,0,0,0 +187548,0,0,0,0,0 +187549,0,0,0,0,0 +187550,0,0,0,0,0 +187551,0,0,0,0,0 +187552,0,0,0,0,0 +187553,0,0,0,0,0 +187554,0,0,0,0,0 +187555,0,0,0,0,0 +187556,0,0,0,0,0 +187557,0,0,0,0,0 +187558,0,0,0,0,0 +187559,0,0,0,0,0 +187560,0,0,0,0,0 +187561,0,0,0,0,0 +187562,0,0,0,0,0 +187563,0,0,0,0,0 +187564,0,0,0,0,0 +187565,0,0,0,0,0 +187566,0,0,0,0,0 +187567,0,0,0,0,0 +187568,0,0,0,0,0 +187569,0,0,0,0,0 +187570,0,0,0,0,0 +187571,0,0,0,0,0 +187572,0,0,0,0,0 +187573,0,0,0,0,0 +187574,0,0,0,0,0 +187575,0,0,0,0,0 +187576,0,0,0,0,0 +187577,0,0,0,0,0 +187578,0,0,0,0,0 +187579,0,0,0,0,0 +187580,0,0,0,0,0 +187581,0,0,0,0,0 +187582,0,0,0,0,0 +187583,0,0,0,0,0 +187584,0,0,0,0,0 +187585,0,0,0,0,0 +187586,0,0,0,0,0 +187587,0,0,0,0,0 +187588,0,0,0,0,0 +187589,0,0,0,0,0 +187590,0,0,0,0,0 +187591,0,0,0,0,0 +187592,0,0,0,0,0 +187593,0,0,0,0,0 +187594,0,0,0,0,0 +187595,0,0,0,0,0 +187596,0,0,0,0,0 +187597,0,0,0,0,0 +187598,0,0,0,0,0 +187599,0,0,0,0,0 +187600,0,0,0,0,0 +187601,0,0,0,0,0 +187602,0,0,0,0,0 +187603,0,0,0,0,0 +187604,0,0,0,0,0 +187605,0,0,0,0,0 +187606,0,0,0,0,0 +187607,0,0,0,0,0 +187608,0,0,0,0,0 +187609,0,0,0,0,0 +187610,0,0,0,0,0 +187611,0,0,0,0,0 +187612,0,0,0,0,0 +187613,0,0,0,0,0 +187614,0,0,0,0,0 +187615,0,0,0,0,0 +187616,0,0,0,0,0 +187617,0,0,0,0,0 +187618,0,0,0,0,0 +187619,0,0,0,0,0 +187620,0,0,0,0,0 +187621,-232.5078962,67.83001546,141.1658137,-92.78535243,-457.6773737 +187622,213.1131969,269.7235614,584.0501231,109.709103,351.9357293 +187623,212.4652768,266.9269421,577.0185419,109.0483597,350.8499251 +187624,207.6849826,262.2696781,565.8193892,106.4076205,341.9860196 +187625,202.0242871,257.9783779,555.0893217,103.4233027,330.8797694 +187626,197.058537,254.8087597,546.4793279,100.8589206,320.4334053 +187627,193.1015195,252.7198424,539.9917806,98.84367995,311.3908028 +187628,189.989604,251.4619313,535.1725387,97.27559913,303.6132675 +187629,187.5067321,250.8213187,531.6167313,96.03452482,296.8138529 +187630,185.5043664,250.6599371,529.0589679,95.03937606,290.7860137 +187631,183.8945559,250.8905073,527.3295147,94.241781,285.409475 +187632,182.620772,251.4508615,526.3056243,93.61029801,280.6092566 +187633,181.6395001,252.290859,525.886484,93.12122098,276.3274917 +187634,180.9131806,253.3678762,525.9847388,92.75473001,199.0995023 +187635,180.408732,254.645659,526.5246056,92.49379803,175.985016 +187636,180.0970238,256.0937488,527.4410949,92.32388983,205.8085842 +187637,179.9530582,257.6868421,528.6790691,92.2327933,193.445472 +187638,179.9559482,259.403979,530.1918785,92.21030821,193.8507271 +187639,180.088271,261.2277872,531.9400435,92.24792679,194.4745236 +187640,180.3352687,263.1437961,533.8900066,92.33849919,194.9460807 +187641,180.6843563,265.1399324,536.013212,92.47600875,196.0071006 +187642,181.1247147,267.2060837,538.285282,92.65536088,196.7271062 +187643,181.6470619,269.3337792,540.6854101,92.87224694,197.6615884 +187644,182.2434094,271.5158997,543.1957931,93.12300605,198.6250962 +187645,182.9069022,273.7464602,545.8011987,93.40453184,199.6168682 +187646,183.6316268,276.0204051,548.4885471,93.71417059,200.8212024 +187647,184.4124953,278.3334616,551.2466057,94.0496584,201.680866 +187648,185.2450973,404.1587241,554.065682,94.40904617,203.3084077 +187649,186.1256223,353.024168,556.9374115,94.79065934,204.2166915 +187650,187.0507435,381.6361944,559.8545299,95.19304121,205.7049922 +187651,188.017531,394.0700798,562.8106915,95.61491092,207.0304042 +187652,189.019975,405.2245537,565.7690851,96.05308638,208.3771621 +187653,190.0518591,416.2057774,568.7046809,96.50519412,209.9304746 +187654,191.110797,427.0425952,571.6086814,96.96997387,211.3179119 +187655,192.1947016,437.8528126,574.4809091,97.44682089,212.7257142 +187656,193.3031301,448.4299336,577.3235808,97.9353451,214.5246496 +187657,194.4352903,458.9676037,580.1388015,98.43522,215.9696919 +187658,195.5902032,469.2952251,582.9280085,98.94610891,217.6178014 +187659,196.7670056,479.7595152,585.6921893,99.46768595,219.2836905 +187660,197.9649263,489.8411464,588.4320509,99.99962423,221.1511514 +187661,199.1833048,500.1452565,591.1481741,100.5416193,222.6621786 +187662,200.4215094,510.1769748,593.8410176,101.0933734,224.5603854 +187663,201.6789604,520.1654818,596.5109551,101.6546063,226.2881492 +187664,202.955089,530.0865176,599.158262,102.2250441,228.030671 +187665,204.2493691,539.8109457,601.7831434,102.8044271,230.1582801 +187666,205.5606209,549.9046604,604.3857192,103.3924975,231.7406758 +187667,206.8892172,559.1542864,606.966051,103.9890063,233.707893 +187668,208.2340358,569.1343532,609.5241537,104.5937148,235.6883003 +187669,209.5955229,578.4080844,612.0600077,105.2063954,237.494697 +187670,210.9723075,588.3466464,614.5735539,105.826827,239.6836585 +187671,212.3650054,597.3845699,716.666353,106.4547975,241.3261784 +187672,213.7720666,606.7462989,699.772701,107.090096,243.537664 +187673,215.1930807,616.3060439,707.3566029,107.7325187,245.5734832 +187674,216.6279598,625.4148436,722.070031,108.3818463,247.4324936 +187675,218.076498,634.6326865,731.5729435,109.0378562,249.4879045 +187676,219.5383151,643.5764474,740.3907759,109.7003137,251.7384218 +187677,221.0130052,653.0991512,749.3592144,110.3690058,253.4399431 +187678,222.500166,661.68986,757.5182432,111.0437285,255.7086406 +187679,223.99946,670.811069,766.3262573,111.7243033,257.8001492 +187680,225.5105651,682.5874105,774.1223134,112.4105533,259.8981576 +187681,226.963402,1125.047459,1746.307176,113.0705896,267.6051831 +187682,247.2705209,1150.040184,1759.773849,122.4510316,302.3784491 +187683,277.4437977,1171.884572,1806.347204,136.2652712,356.2213411 +187684,308.1501173,1191.43994,1821.63383,150.1394363,412.6192236 +187685,335.3819789,1209.880409,1843.597354,162.2436367,464.1821005 +187686,358.64726,1227.208301,1862.965302,172.4095396,509.6017296 +187687,378.6585008,1245.027754,1881.249515,181.0232298,549.7357404 +187688,396.1827022,1261.681242,1898.705928,188.4788935,585.6433823 +187689,411.7570925,1278.157088,1915.722064,195.048529,618.0758845 +187690,425.7298926,1294.576457,1932.179878,200.9063936,647.5176625 +187691,438.3480412,1310.55438,1948.275725,206.1740973,674.3162565 +187692,449.8098662,1326.557064,1963.752577,210.9474324,698.7610135 +187693,460.2851774,1342.046125,1979.022261,215.3067989,721.1113705 +187694,469.9205952,1357.709163,1993.84021,219.3202414,741.6020943 +187695,478.8413077,1372.818237,2008.332559,223.0446729,760.4431365 +187696,487.1530495,1388.019015,2022.551763,226.5271486,777.8202089 +187697,494.9446788,1403.07927,2036.110787,229.8063659,793.8967692 +187698,502.2907822,1417.698833,2049.7069,232.9141128,808.8164927 +187699,509.254046,1432.48674,2062.848246,235.876543,822.7057781 +187700,515.8871983,1446.926854,2075.684248,238.7151986,835.6758742 +187701,522.2346615,1461.279834,2088.420315,241.4478587,847.8248106 +187702,528.3338652,1475.413842,2100.600972,244.0892009,859.2389588 +187703,534.216401,1489.562386,2126.400996,246.6513688,869.9945104 +187704,539.9089279,1503.488407,2107.235358,249.1444088,880.1586527 +187705,545.4339903,1517.116435,2141.115201,251.5766555,889.5875415 +187706,550.8106527,1530.888464,2147.390116,253.9550245,898.4021958 +187707,556.055112,1544.333132,2157.67655,256.2852897,906.7373653 +187708,561.1811093,1557.70469,2168.831833,258.5722642,914.6810409 +187709,566.200332,1570.937573,2179.510501,260.8199747,922.2853919 +187710,571.1227272,1583.970726,2189.387205,263.0317942,929.5856302 +187711,575.9568007,1596.439203,2198.60397,265.2105668,936.6106437 +187712,580.7060878,1608.595349,2207.721547,267.3567667,943.3862352 +187713,585.3743794,1620.383272,2216.158769,269.4711769,949.9357339 +187714,589.966473,1632.305481,2224.602064,271.5552541,956.2798187 +187715,594.4874309,1643.846972,2232.697204,273.6107203,962.4367076 +187716,598.9419441,1655.223052,2240.63869,275.6392141,968.4222783 +187717,603.3341401,1666.681161,2248.120968,277.6421739,974.2504988 +187718,607.6675756,1682.435865,2264.776671,279.6208242,979.9335601 +187719,611.9453644,1689.591201,2248.946687,281.5762296,985.48227 +187720,616.1702283,1706.204549,2276.142356,283.5093154,990.9060948 +187721,620.344597,1710.315508,2274.909923,322.5651812,996.2134762 +187722,624.4706238,1730.996042,2282.698211,359.6738797,1001.41184 +187723,722.7021502,1728.469871,2289.082696,344.1003672,1006.507861 +187724,785.8935947,1721.615371,2294.982461,360.429366,1011.507384 +187725,756.8118267,1763.990097,2300.871866,368.5688029,1016.415605 +187726,789.7868947,1757.744751,2306.473015,376.2979655,1021.237004 +187727,805.8171578,1771.090881,2311.8807,383.9471782,1025.975525 +187728,821.3092971,1780.759516,2317.176038,391.3138747,1030.634678 +187729,836.2697622,1790.292576,2322.048762,398.7230941,1035.217706 +187730,851.2993201,1799.902647,2328.32658,405.8008542,1039.727641 +187731,865.8359454,1809.025772,2335.188286,412.9585897,1044.167324 +187732,880.0645127,1818.261293,2332.121401,419.8542784,1048.539392 +187733,894.4138683,1827.371308,2338.717568,426.6075463,1052.846281 +187734,908.213156,1836.078434,2345.943322,433.4148788,1057.090216 +187735,921.966033,1845.046297,2347.727332,439.8824673,1061.273258 +187736,935.2442561,1853.639705,2351.937639,446.5787921,1065.397298 +187737,948.8208797,1862.275418,2355.537859,452.7018235,1069.464108 +187738,961.7929793,1870.572717,2359.035108,459.1841209,1073.475304 +187739,974.7082116,1878.930373,2362.129537,465.2959534,1077.43242 +187740,987.2714035,1887.096845,2365.279493,471.3040575,1081.336864 +187741,1249.133796,1990.916907,2628.400889,581.5241221,837.4350333 +187742,1478.910383,2113.312123,2612.616806,686.1258971,860.1462105 +187743,1391.82359,2084.268475,2602.377084,646.9049097,1355.153823 +187744,1419.643592,2055.288576,2576.810936,660.081924,2183.85944 +187745,1439.251282,2108.18162,2562.508925,669.0938508,1586.634229 +187746,1450.139381,2099.199426,2558.602104,674.806485,1794.827309 +187747,1461.410965,2108.50372,2548.705761,680.3149943,1815.256891 +187748,1475.493864,2118.225937,2539.1,686.7677273,1832.161047 +187749,1487.05966,2125.445582,2529.939658,692.5118459,1833.825864 +187750,1498.751555,2132.483074,2520.975757,698.0840323,1858.251997 +187751,1510.653785,2140.437688,2512.214979,703.8741456,1863.717879 +187752,1661.917084,2213.16955,2642.515688,772.8886589,2144.274613 +187753,1327.466444,2064.828552,2517.538556,621.6589744,1478.00381 +187754,1782.42918,2267.499406,2658.696035,828.4841788,2347.620709 +187755,1327.70317,2069.960972,2523.39494,622.0438866,1477.75983 +187756,1806.568296,2287.206375,2663.260508,840.1194451,2360.367201 +187757,1346.781465,2075.076488,2523.724879,631.2608653,1495.326871 +187758,1830.751984,2309.466681,2664.081156,851.491726,2384.611827 +187759,1364.778758,2079.547454,2521.829131,640.3363648,1509.88442 +187760,1855.138807,2336.722518,2663.459905,862.21604,2407.934108 +187761,1382.513217,2075.610977,2519.28191,649.6865494,1523.735326 +187762,1878.162606,2356.825558,2663.01006,872.7405269,2430.420297 +187763,1400.339334,2085.09664,2517.123764,658.3604061,1536.925127 +187764,1900.542146,2369.54845,2662.75415,883.2893282,2459.873372 +187765,1417.548837,2095.77239,2515.338556,666.6504807,1537.527499 +187766,1922.381282,2381.649174,2662.838346,893.6194159,2479.10864 +187767,1434.307613,2126.795228,2512.210094,674.6589161,1559.634571 +187768,1944.126088,2363.516917,2660.58042,903.8016063,2494.313886 +187769,1450.688213,2129.87154,2509.832311,682.5521078,1571.992473 +187770,1965.050852,2401.318048,2659.876473,913.6432679,2514.189089 +187771,1466.547175,2124.62174,2506.572471,690.1049684,1582.763841 +187772,1985.376411,2414.454778,2659.599321,923.2175553,2533.736688 +187773,1481.669436,2146.990196,2503.980701,697.2595103,1592.718352 +187774,2005.563821,2404.0418,2658.110927,932.5981712,2552.92667 +187775,1498.961487,2144.028692,2499.894052,707.8408146,1602.520155 +187776,2027.447233,2423.868704,2653.592694,945.7048931,2571.136677 +187777,1514.706722,2140.912981,2493.101269,715.9098712,1613.781616 +187778,2052.377431,2438.894615,2648.095511,954.3743736,2586.147135 +187779,1519.462462,2139.132454,2489.214492,723.5079701,1625.384261 +187780,2068.731669,2448.106488,2644.628017,963.1261504,2604.583652 +187781,1700.462143,2215.851943,2640.546352,802.1226993,1915.640439 +187782,1845.772443,2348.340409,2633.101927,865.7086618,2182.489562 +187783,1829.77313,2295.761438,2625.043793,859.7065928,2141.663359 +187784,1837.227633,2313.843792,2619.526034,862.9420946,2147.607502 +187785,1844.785554,2314.103966,2614.603168,866.6484699,2153.329816 +187786,1852.36635,2316.427032,2608.956072,870.234907,2159.344625 +187787,1859.918849,2319.084198,2604.954235,873.8068956,2165.11638 +187788,1867.450285,2321.431652,2601.779252,877.4490803,2170.764241 +187789,1874.762757,2323.699162,2600.83903,880.7432439,2176.487155 +187790,1881.904725,2325.829973,2597.427588,884.2650126,2181.808595 +187791,1889.232651,2327.949858,2594.777679,887.6285855,2187.312294 +187792,1896.380204,2329.97521,2592.42788,890.9563299,2192.726801 +187793,1903.396355,2331.782947,2590.23887,894.3856614,2197.811306 +187794,1910.39862,2333.628348,2588.132326,897.5808584,2203.182383 +187795,1917.40708,2335.128857,2586.067889,900.8695571,2208.314949 +187796,1924.392873,2336.948548,2584.017547,904.0371399,2213.252669 +187797,1931.020644,2338.33968,2581.966669,907.2826958,2218.290921 +187798,1937.926787,2339.761028,2579.896506,910.3998564,2223.108462 +187799,1944.299467,2341.068233,2577.806783,913.5636322,2228.137206 +187800,1951.283889,2342.261994,2575.691704,916.5369129,2232.724556 +187801,1964.169676,2346.252051,2573.466511,922.5275847,2248.907031 +187802,1974.022201,2347.967053,2571.555786,926.0606494,2254.993686 +187803,1982.74205,2349.328053,2569.835867,929.3862965,2260.801297 +187804,1987.26632,2350.60137,2569.884832,932.8238298,2266.349445 +187805,1999.86988,2351.551375,2567.114855,935.9350121,2271.609991 +187806,1998.049785,2352.612865,2566.598688,939.1706674,2276.749547 +187807,2018.71475,2353.356827,2565.197753,942.2740723,2284.371745 +187808,2005.568934,2354.124643,2563.42197,945.3135201,2290.797379 +187809,2005.958009,2354.623354,2559.730937,948.4490364,2293.702663 +187810,2037.429371,2355.265543,2558.651738,951.4369463,2301.143512 +187811,2030.356283,2355.59898,2556.899456,954.4794137,2280.446324 +187812,2039.78837,2355.740317,2553.14869,957.358334,2317.518716 +187813,2046.265868,2356.15637,2550.236589,960.2635976,2307.081108 +187814,2052.712943,2356.165034,2547.656386,963.2139888,2314.650331 +187815,2058.72951,2356.181315,2545.241667,966.0375122,2319.081114 +187816,2065.11034,2356.144034,2544.649462,968.8727134,2323.443602 +187817,2071.200849,2355.847519,2541.334455,971.6268568,2327.822984 +187818,2077.237755,2355.681016,2540.364405,974.472604,2331.930018 +187819,2083.284668,2355.178493,2536.839773,977.2365804,2336.171876 +187820,2089.350787,2354.768213,2533.995299,979.8915069,2340.377168 +187821,2095.336001,2354.241999,2533.14635,982.6237608,2344.304569 +187822,2101.046973,2353.528302,2531.412518,985.2898253,2351.274416 +187823,2107.072374,2352.78998,2529.320741,987.8876313,2356.530824 +187824,2112.86816,2351.887551,2525.296087,990.5907143,2358.927099 +187825,2118.580887,2351.027877,2522.206391,993.1552937,2345.09235 +187826,2124.49018,2349.983217,2521.228287,995.7425676,2372.697753 +187827,2129.932754,2348.831643,2517.653278,998.3549098,2365.552966 +187828,2135.734054,2347.673936,2516.515377,1000.812315,2371.409528 +187829,2141.129581,2346.362592,2514.635283,1003.315017,2375.242235 +187830,2147.045838,2344.942197,2510.71477,1005.88107,2383.757884 +187831,2152.141236,2343.348253,2507.653362,1008.265779,2382.162459 +187832,2157.67725,2341.615956,2504.94113,1010.667229,2378.307681 +187833,2162.90432,2339.722179,2502.38802,1013.035477,2394.234373 +187834,2168.246758,2337.7915,2499.898723,1015.326681,2391.771416 +187835,2173.406009,2335.753585,2499.188818,1017.72951,2406.665742 +187836,2178.679527,2333.562674,2495.765642,1020.049496,2384.188806 +187837,2183.638363,2331.409812,2494.700641,1022.255547,2421.539277 +187838,2188.92612,2329.03356,2492.847746,1024.557576,2388.550965 +187839,2193.875611,2326.582543,2488.928902,1026.791465,2433.318149 +187840,2199.012936,2324.114455,2485.878367,1029.012928,2387.588974 +187841,2204.050729,2321.515236,2483.356466,1031.161796,2441.423758 +187842,2208.813064,2318.830752,2481.058115,1033.429989,2400.307978 +187843,2213.908235,2316.112069,2480.676597,1035.55636,2440.142008 +187844,2218.702877,2313.159818,2477.592954,1037.718163,2419.562965 +187845,2223.417404,2310.280027,2475.129288,1039.849531,2431.056457 +187846,2228.501956,2307.248718,2473.166052,1042.02279,2432.78003 +187847,2233.247742,2304.144023,2471.581996,1044.037502,2435.743452 +187848,2237.933138,2301.090434,2470.170783,1046.162058,2438.641491 +187849,2242.714232,2297.625078,2468.879403,1048.164717,2441.808192 +187850,2247.516479,2294.363002,2467.681856,1050.301954,2444.681798 +187851,2252.163159,2290.920487,2468.286332,1052.298057,2447.67055 +187852,2256.935704,2287.370657,2466.169018,1054.332674,2450.377806 +187853,2261.533945,2283.812914,2464.814688,1056.340162,2459.314008 +187854,2266.261493,2280.097809,2463.696736,1058.335603,2453.251063 +187855,2270.927937,2276.380812,2462.588646,1060.316851,2460.100327 +187856,2275.42491,2272.528563,2461.568723,1062.284534,2462.084847 +187857,2279.886901,2268.656107,2460.632497,1064.239216,2464.960375 +187858,2284.687455,2264.81908,2459.727383,1066.18108,2467.626229 +187859,2289.046152,2260.534119,2458.83993,1068.051348,2470.355057 +187860,2293.651224,2256.520114,2459.696419,1070.054991,2473.009492 +187861,2180.778099,2198.979088,2455.040802,1018.690795,2254.946186 +187862,2182.753564,2193.108426,2441.931237,1019.534616,2258.094048 +187863,2186.235608,2188.20333,2426.326934,1020.79755,2284.62615 +187864,2189.141173,2183.179188,2412.843183,1021.962006,2236.320173 +187865,2192.725158,2178.118698,2404.48426,1023.454517,2278.287703 +187866,2196.099062,2173.047764,2397.663433,1024.809238,2272.94332 +187867,2199.690227,2168.022931,2390.416794,1026.242226,2261.810862 +187868,2203.275579,2162.840451,2386.871729,1027.674479,2275.781239 +187869,2206.596545,2157.721426,2383.34506,1029.116708,2269.977154 +187870,2210.354658,2152.457079,2378.271882,1030.503245,2278.09106 +187871,2213.890046,2147.206279,2374.428926,1032.034772,2274.970607 +187872,2217.400034,2141.874116,2371.332371,1033.496722,2277.071705 +187873,2221.044055,2136.619669,2368.890808,1034.863837,2279.375613 +187874,2224.535634,2131.014006,2366.926716,1036.350423,2280.724159 +187875,2228.29853,2125.532697,2365.246902,1037.784659,2282.485158 +187876,2231.598294,2120.080438,2363.738948,1039.22636,2283.99829 +187877,2242.548451,2111.873171,2362.355782,1040.666621,2285.910483 +187878,2229.357019,2106.964225,2361.15229,1042.105084,2287.533815 +187879,2267.97889,2093.026367,2361.936366,1043.539913,2289.020063 +187880,2212.166132,2117.183136,2360.127753,1044.915235,2290.950195 +187881,2265.398784,2078.660302,2359.046826,1046.434925,2292.158676 +187882,2249.486689,2073.421776,2358.235613,1047.82094,2293.985195 +187883,2256.447334,2103.320259,2359.301112,1049.257401,2295.56272 +187884,2259.995026,2044.788628,2359.456818,1050.686546,2297.154793 +187885,2263.580774,2078.471926,2357.606912,1052.11351,2304.367299 +187886,2267.1671,2056.584781,2356.409833,1053.536596,2292.058875 +187887,2270.470302,2054.269158,2357.304674,1054.958156,2311.460313 +187888,2274.156997,2047.610363,2357.497869,1056.380399,2300.350209 +187889,2277.573392,2041.70538,2355.49448,1057.800716,2306.150192 +187890,2281.063914,2044.770937,2356.261172,1059.215063,2307.479299 +187891,2284.436408,2015.636665,2356.211712,1060.576341,2308.845424 +187892,2287.786053,2029.140633,2354.163185,1061.923344,2310.35325 +187893,2291.12648,2014.62303,2352.981804,1063.260351,2312.24974 +187894,2294.448624,2009.626053,2352.153395,1064.593038,2313.746021 +187895,2297.76042,2002.994617,2351.51906,1065.982152,2315.48668 +187896,2301.193418,1996.505582,2350.991097,1067.211515,2317.0022 +187897,2304.281229,2004.78295,2350.504904,1068.573176,2318.535862 +187898,2307.656708,1961.237753,2350.097698,1069.876358,2320.392289 +187899,2310.909835,1992.381335,2351.499027,1071.18395,2321.96866 +187900,2314.16208,1959.043544,2351.892628,1072.488865,2323.53935 +187901,2317.412954,1966.467959,2351.884715,1073.789064,2325.195182 +187902,2320.651717,1954.961158,2351.667369,1075.085608,2326.793565 +187903,2323.88157,1948.86341,2351.342384,1077.332585,2328.369602 +187904,2327.098144,1941.85374,2349.216081,1077.923942,2329.765869 +187905,2330.31766,1935.08368,2349.840013,1079.311859,2331.738591 +187906,2333.514981,1928.15145,2349.881809,1080.961065,2333.159465 +187907,2336.573897,1921.006197,2349.730619,1081.861855,2334.821927 +187908,2339.962226,1932.566362,2347.708043,1084.468194,2336.080657 +187909,2343.177683,1880.335706,2346.694072,1083.572031,2338.040117 +187910,2346.166984,1927.110814,2347.843274,1087.322318,2339.575619 +187911,2349.418202,1869.390941,2346.440689,1086.273535,2341.031479 +187912,2352.560181,1895.477526,2347.500355,1089.839817,2342.745041 +187913,2355.700441,1876.479736,2347.935552,1088.293908,2349.380961 +187914,2358.836723,1871.290214,2346.323562,1094.342103,2343.44445 +187915,2361.972002,1864.249913,2345.424521,1088.565391,2347.774815 +187916,2365.095259,1857.028546,2344.870903,1099.904663,2349.147906 +187917,2368.216035,1849.907512,2346.305716,1086.220389,2350.850934 +187918,2371.323841,1842.669594,2346.838503,1109.246937,2352.168842 +187919,2374.430059,1835.528384,2347.01686,1079.662621,2353.668074 +187920,2377.861198,1828.161811,2347.028895,1102.333884,2355.050598 +187921,2139.606829,1710.979507,2339.761102,990.2254713,1903.921727 +187922,2137.374812,1700.76628,2316.521922,987.9815723,1929.242261 +187923,2136.546735,1691.613939,2287.992418,988.0111044,1897.225019 +187924,2137.159824,1682.953956,2262.826014,987.9486971,1910.516574 +187925,2143.862912,1674.279727,2243.399119,988.0397176,1902.352891 +187926,2135.428585,1665.834321,2228.829107,988.1636258,1900.859405 +187927,2155.742697,1657.477433,2217.768459,988.3668535,1898.956578 +187928,2115.451043,1649.199774,2209.115878,988.7643461,1897.154367 +187929,2152.254122,1640.987949,2202.120745,989.0240911,1895.532485 +187930,2142.151652,1632.834756,2196.247728,989.5197365,1894.051964 +187931,2144.309814,1624.840911,2191.223846,989.7945078,1892.683425 +187932,2146.662904,1616.646749,2186.83382,990.4466193,1895.34888 +187933,2147.829142,1608.721017,2182.938249,990.7981586,1887.297303 +187934,2149.817864,1600.6572,2179.415621,991.4262378,1887.372808 +187935,2151.268318,1592.904122,2176.179611,991.8729301,1889.825427 +187936,2153.274968,1584.990251,2173.152391,992.5417559,1886.634334 +187937,2154.849833,1577.209598,2170.299082,993.0355554,1886.281924 +187938,2156.96363,1569.467915,2169.396784,993.7489042,1885.465534 +187939,2158.760612,1561.774816,2165.863509,994.2894476,1887.161554 +187940,2160.771082,1554.138899,2162.9736,995.1072359,1886.501669 +187941,2162.632071,1546.553431,2160.324591,995.5940555,1884.949733 +187942,2164.777806,1539.026928,2157.821221,996.4365735,1888.418917 +187943,2166.8341,1531.556005,2155.447474,996.9823012,1875.14795 +187944,2169.129076,1524.143346,2153.175223,997.9119319,1874.49882 +187945,2171.089231,1516.790356,2150.955175,998.5218625,1893.541596 +187946,2173.707043,1509.497757,2148.762925,999.4051576,1881.378048 +187947,2175.524912,1502.267801,2146.655022,1001.007095,1866.314468 +187948,2178.195663,1495.001684,2144.690887,1001.3581,1901.662989 +187949,2180.28456,1488.037845,2142.807392,1002.77683,1857.189137 +187950,2182.946677,1480.936735,2141.167759,1003.040931,1902.934689 +187951,2185.094278,1474.039887,2141.399704,1004.044241,1870.926872 +187952,2187.77716,1466.956292,2138.648997,1006.091972,1880.66041 +187953,2190.080445,1460.14297,2136.55931,1004.866633,1880.321169 +187954,2192.892461,1453.224404,2134.908369,1008.862473,1879.472783 +187955,2195.027822,1446.618334,2133.566213,1005.282321,1879.48736 +187956,2199.798088,1439.892809,2134.216722,1011.952317,1879.522183 +187957,2204.025326,1433.315481,2132.241656,1005.830993,1879.335776 +187958,2197.737044,1426.807838,2132.734648,1015.730822,1879.600123 +187959,2230.114413,1422.146993,2130.695321,1005.056687,1879.532134 +187960,2171.978439,1417.411839,2129.397214,1022.274073,1879.644561 +187961,2228.24194,1412.957744,2130.184731,999.3224846,1879.778699 +187962,2209.801178,1408.173626,2128.317398,1013.12008,1879.928468 +187963,2216.02852,1403.725541,2127.107569,1016.606316,1879.938166 +187964,2219.061184,1399.249096,2126.143523,1013.978459,1880.366649 +187965,2221.626488,1394.853948,2127.111572,1016.139148,1880.515295 +187966,2224.573198,1390.523553,2127.174358,1017.105842,1880.7282 +187967,2227.32465,1386.175408,2127.009231,1018.061446,1886.62826 +187968,2230.09204,1382.117413,2126.647143,1019.163608,1878.611259 +187969,2232.835303,1377.942179,2126.264023,1020.079909,1882.38137 +187970,2235.823733,1373.915706,2123.870789,1021.206424,1882.348981 +187971,2238.504896,1369.957294,2124.271578,1022.142052,1882.528661 +187972,2241.542806,1366.164441,2124.091637,1023.283963,1882.991665 +187973,2244.243739,1362.233639,2123.745465,1024.232036,1883.264333 +187974,2247.312212,1358.576827,2121.556869,1025.389752,1883.543843 +187975,2250.041566,1354.934856,2120.349965,1026.352892,1884.238101 +187976,2256.656716,1351.30164,2119.547724,1027.525834,1884.551171 +187977,2250.64251,1347.976712,2120.747912,1028.502137,1885.166026 +187978,2281.516317,1344.551914,2121.058693,1029.687658,1885.557429 +187979,2231.410775,1341.295987,2121.07575,1030.675583,1885.926888 +187980,2279.306288,1338.121411,2119.193892,1031.939968,1886.590244 +187981,2520.402255,1441.468052,2128.708495,1139.310689,2107.680444 +187982,2499.819097,1440.785588,2154.871645,1142.667782,2132.073619 +187983,2518.885578,1439.481156,2186.159433,1145.57782,2161.144027 +187984,2521.228384,1438.078532,2211.902524,1148.098354,2184.812849 +187985,2525.656957,1436.588563,2230.505856,1150.836692,2201.998664 +187986,2529.685454,1435.058672,2243.237949,1153.484991,2213.885049 +187987,2534.110642,1433.5129,2251.965312,1156.19913,2222.091437 +187988,2538.151786,1431.877789,2258.142059,1158.930038,2227.875698 +187989,2542.178004,1430.465622,2262.69343,1161.69043,2232.062235 +187990,2546.199554,1428.877059,2268.082189,1164.502547,2237.283332 +187991,2550.057143,1427.372841,2269.869237,1167.440689,2238.50212 +187992,2553.932704,1425.8734,2271.700253,1170.254234,2239.875942 +187993,2557.558287,1424.387895,2273.352513,1173.28577,2241.083005 +187994,2561.585505,1423.005722,2274.851255,1176.311264,2242.131581 +187995,2565.271503,1421.425286,2277.949406,1179.406597,2245.165341 +187996,2568.861693,1420.044119,2278.287508,1182.555956,2244.841353 +187997,2572.6211,1418.61084,2279.108231,1185.767243,2245.115239 +187998,2576.168937,1417.201888,2280.049302,1189.033751,2245.529372 +187999,2579.782367,1415.80924,2281.036392,1192.358379,2245.993193 +188000,2583.382338,1414.431183,2282.04015,1195.814441,2246.47497 +188001,2586.892603,1413.070222,2284.759588,1199.143579,2249.067258 +188002,2590.320639,1411.717115,2284.808525,1202.615075,2248.397505 +188003,2593.670007,1410.385738,2285.404848,1206.271936,2248.398313 +188004,2597.322025,1409.065031,2286.170935,1209.828855,2248.595979 +188005,2600.6248,1407.759836,2287.01591,1213.50947,2248.881715 +188006,2604.038771,1406.380973,2287.894898,1217.23654,2249.206039 +188007,2607.485261,1405.233315,2290.498517,1221.021953,2251.653305 +188008,2610.609251,1403.907641,2290.440878,1224.939987,2250.847853 +188009,2614.023562,1402.673901,2290.934802,1228.725965,2250.718845 +188010,2617.323723,1401.440182,2291.601793,1232.740516,2250.791171 +188011,2620.411302,1400.173745,2292.349936,1236.686083,2250.954641 +188012,2623.431765,1398.91176,2293.131986,1240.690169,2251.163205 +188013,2626.869305,1397.660724,2295.636273,1244.748308,2253.504096 +188014,2629.820655,1396.41788,2297.188427,1248.857423,2254.70695 +188015,2632.978249,1395.188212,2298.337445,1252.945216,2255.44212 +188016,2636.020126,1393.968367,2297.556349,1257.357119,2253.812796 +188017,2647.369453,1392.763586,2297.72999,1261.458298,2253.34083 +188018,2630.434472,1391.568913,2298.071643,1265.855846,2253.057771 +188019,2658.763793,1390.389027,2300.465244,1270.229586,2255.073059 +188020,2644.110291,1389.217414,2300.229108,1274.667511,2254.108915 +188021,2652.79926,1388.063179,2300.462093,1279.164783,2253.735937 +188022,2655.411668,1386.919547,2300.8605,1283.716225,2253.563939 +188023,2658.200301,1385.791198,2303.100283,1288.324765,2255.667366 +188024,2661.300391,1384.671122,2302.75257,1293.064231,2254.587063 +188025,2664.636354,1383.571059,2304.689051,1297.66975,2256.335506 +188026,2667.502224,1382.56335,2305.873001,1302.418991,2257.16481 +188027,2670.604872,1381.362227,2306.759508,1307.360909,2257.637291 +188028,2673.690664,1380.272361,2307.487607,1312.190814,2258.122035 +188029,2676.555135,1379.416959,2306.431001,1317.147342,2256.17919 +188030,2679.791798,1378.112059,2306.271699,1322.148374,2255.317835 +188031,2682.825118,1377.28424,2306.476851,1327.283941,2254.886759 +188032,2685.833664,1376.202013,2306.871128,1332.274891,2254.685248 +188033,2688.612872,1375.217257,2307.359845,1340.508056,2254.607684 +188034,2692.035184,1374.233919,2307.904876,1342.818753,2254.611633 +188035,2694.998732,1373.265234,2310.331549,1353.092701,2256.755944 +188036,2697.805878,1372.305499,2309.951604,1350.98825,2255.673167 +188037,2701.09396,1371.365218,2311.783348,1370.967654,2257.367546 +188038,2703.879784,1370.43135,2311.20935,1348.288848,2256.061527 +188039,2706.929339,1369.515981,2311.304291,1370.058211,2255.580807 +188040,2710.010309,1368.61114,2311.59879,1377.929043,2255.334797 +188041,2764.50952,1390.602262,2313.110933,1402.379503,2256.411164 +188042,2764.559598,1391.086981,2319.300831,1410.57223,2263.948464 +188043,2771.214775,1391.120424,2323.214975,1417.265532,2269.823546 +188044,2775.952908,1391.055108,2327.645391,1423.710721,2275.843189 +188045,2780.157423,1390.986055,2331.457223,1430.335385,2280.968978 +188046,2784.600411,1390.656945,2336.023472,1436.842014,2287.219941 +188047,2788.51426,1390.476685,2339.288324,1443.207109,2291.561252 +188048,2792.624698,1390.208533,2341.623131,1449.778843,2294.889593 +188049,2796.381197,1389.938225,2341.82882,1456.29659,2295.492403 +188050,2800.812,1389.582848,2344.388172,1462.86377,2298.908761 +188051,2804.254572,1389.425703,2346.217876,1469.548315,2301.328097 +188052,2808.516195,1389.084786,2347.741846,1477.472649,2303.292489 +188053,2812.270391,1388.813795,2349.078276,1489.160751,2304.954753 +188054,2816.04199,1388.529702,2350.3098,1482.796728,2306.421138 +188055,2819.901658,1388.245448,2351.483905,1494.838694,2307.755582 +188056,2823.641061,1387.961382,2352.593682,1504.975353,2308.956015 +188057,2827.411408,1387.678517,2353.651619,1509.054968,2310.044724 +188058,2830.531072,1387.395318,2353.0116,1516.634381,2308.977921 +188059,2842.747687,1387.117766,2355.340191,1523.41558,2311.303467 +188060,2828.254432,1386.835817,2355.055705,1530.38212,2310.610146 +188061,2851.843105,1386.562018,2357.136147,1537.318689,2312.823272 +188062,2844.171288,1386.284065,2357.04186,1548.330911,2312.331765 +188063,2849.39041,1386.014107,2359.206198,1550.005359,2314.6177 +188064,2852.951239,1385.740131,2358.923556,1554.461063,2313.864493 +188065,2856.943414,1385.473375,2359.366752,1567.900056,2313.989604 +188066,2860.627062,1385.207821,2361.741881,1571.899482,2316.489061 +188067,2863.246091,1384.941433,2361.592742,1579.707936,2315.862892 +188068,2867.046828,1384.681526,2362.028476,1597.878821,2315.951671 +188069,2871.140441,1384.423547,2364.391992,1577.586098,2318.41747 +188070,2880.887417,1384.164236,2364.405535,1615.643353,2317.976398 +188071,2868.40736,1383.87082,2364.849368,1597.134039,2318.062874 +188072,2889.823097,1383.569285,2365.434784,1620.154366,2318.317837 +188073,2883.204128,1383.268303,2367.940345,1621.634546,2320.956404 +188074,2886.975509,1382.962027,2367.715449,1645.881707,2320.231445 +188075,2891.395931,1382.662025,2369.635784,1627.764743,2322.175076 +188076,2893.466539,1382.355482,2369.195404,1639.426204,2321.199899 +188077,2896.732819,1382.054627,2369.513193,1666.935919,2321.158258 +188078,2900.123367,1381.75184,2370.093549,1650.059371,2321.632882 +188079,2903.741934,1381.452001,2372.499589,1672.538602,2324.156732 +188080,2913.140888,1381.148604,2372.629689,1672.424869,2323.880806 +188081,2900.815058,1380.850627,2373.291043,1681.820221,2324.271454 +188082,2919.732895,1380.551135,2374.161328,1688.850046,2324.922694 +188083,2917.105346,1380.255025,2377.036997,1696.067339,2328.064672 +188084,2917.516438,1379.954705,2377.25649,1703.286027,2327.940396 +188085,2921.222495,1379.660681,2377.913615,1710.672883,2328.364428 +188086,2924.922736,1379.36506,2379.004994,1717.78595,2329.079076 +188087,2927.73698,1379.071176,2380.041142,1725.330844,2329.96784 +188088,2930.486696,1378.778052,2381.114623,1732.49161,2330.908917 +188089,2940.662933,1378.486428,2382.351996,1739.897078,2332.056448 +188090,2928.882605,1378.195265,2383.460559,1747.071185,2333.048005 +188091,2946.886193,1377.907451,2386.120965,1754.610668,2335.964253 +188092,2935.427307,1377.614888,2386.213797,1767.697844,2335.718066 +188093,2950.935466,1377.245596,2386.876379,1766.588089,2336.171838 +188094,2949.983247,1377.165547,2389.501344,1780.479669,2339.044217 +188095,2950.920583,1376.697782,2391.273852,1790.693238,2341.054854 +188096,2953.7056,1376.483547,2392.62495,1799.960586,2342.345179 +188097,2955.632604,1376.186191,2392.157318,1809.713291,2341.394321 +188098,2958.863916,1375.903974,2392.615648,1819.809405,2341.560197 +188099,2962.949499,1375.623105,2395.13531,1829.575204,2344.24644 +188100,2964.057061,1375.338307,2395.245049,1839.312406,2343.976012 +188101,2890.707673,1341.9564,2396.078256,1817.45353,2344.87941 +188102,2898.400879,1341.063036,2388.547665,1824.413833,2334.533504 +188103,2891.579485,1340.633079,2380.244611,1834.661012,2322.505605 +188104,2895.677938,1340.011051,2373.951456,1844.222688,2312.372922 +188105,2899.303864,1339.482161,2371.724928,1853.68495,2307.35231 +188106,2899.828793,1338.948699,2368.763703,1862.809895,2301.50778 +188107,2902.268892,1338.427156,2367.600714,1877.94053,2298.045127 +188108,2904.119062,1334.713651,2367.369458,1883.625539,2295.918516 +188109,2906.302285,1333.467792,2368.876906,1896.750756,2296.793596 +188110,2907.024553,1332.671617,2367.826281,1906.418278,2294.778427 +188111,2909.351651,1331.892484,2367.461907,1915.88215,2293.817187 +188112,2911.29012,1331.080958,2367.556675,1925.744081,2293.482244 +188113,2913.214872,1330.492809,2367.826076,1940.272843,2293.383754 +188114,2915.044208,1329.748357,2368.349315,1943.369928,2293.623155 +188115,2916.898025,1329.084237,2368.882099,1954.851149,2293.910831 +188116,2918.885707,1328.419327,2369.576158,1964.62392,2294.437821 +188117,2920.835199,1327.762779,2370.26095,1978.604936,2294.993828 +188118,2922.979583,1327.116069,2372.689103,1982.794175,2297.910129 +188119,2924.438926,1326.47347,2374.048529,1992.619663,2299.326376 +188120,2925.644192,1325.837711,2373.458489,2007.151814,2298.419101 +188121,2927.836155,1325.210944,2373.706117,2010.897232,2298.711062 +188122,2929.707856,1324.58743,2374.283757,2024.797743,2299.328694 +188123,2931.404952,1323.969988,2375.025534,2029.678246,2299.572437 +188124,2933.21837,1323.355975,2375.933164,2046.281747,2300.592514 +188125,2934.940497,1322.749161,2376.904537,2048.496637,2301.786883 +188126,2936.806466,1322.144213,2377.645278,2053.251802,2302.589864 +188127,2938.274798,1321.544147,2378.100848,2058.474208,2303.060003 +188128,2939.780617,1320.947371,2378.313887,2061.166737,2303.454044 +188129,2941.40356,1320.354319,2378.278961,2064.229627,2303.356989 +188130,2942.952306,1319.764375,2378.045405,2067.642547,2303.008032 +188131,2944.25233,1319.088934,2377.680727,2071.327788,2302.492295 +188132,2945.596315,1318.397809,2377.224888,2075.154676,2301.87343 +188133,2947.380978,1317.702104,2378.339779,2081.028146,2303.213212 +188134,2947.620885,1316.996257,2376.876031,2083.852189,2301.413485 +188135,2949.777122,1316.294748,2377.549517,2089.074413,2302.272058 +188136,2949.808138,1315.581505,2375.862231,2091.710693,2300.246411 +188137,2951.458946,1314.872222,2374.80051,2095.110594,2299.001953 +188138,2952.75026,1314.156959,2373.977339,2098.839466,2298.057713 +188139,2953.721276,1313.440023,2373.278625,2102.736986,2297.279751 +188140,2954.983573,1312.720254,2372.644488,2106.693326,2296.60108 +188141,2955.854172,1311.998315,2372.043808,2110.66365,2295.986594 +188142,2956.955716,1311.27364,2371.459148,2114.61975,2295.414996 +188143,2958.589774,1310.54876,2372.516658,2120.351481,2296.89294 +188144,2959.205364,1309.817357,2372.67651,2125.009861,2297.301938 +188145,2960.06682,1309.08616,2372.455775,2129.178071,2297.478893 +188146,2961.094226,1308.273788,2372.034155,2133.106541,2297.220582 +188147,2969.475164,1335.450026,2371.462065,2136.889556,2296.778298 +188148,2953.654397,1266.451075,2369.429844,2139.100059,2294.521132 +188149,2972.428395,1324.908092,2369.769342,2144.185156,2295.199882 +188150,2956.926232,1326.363431,2367.827791,2146.549028,2293.05107 +188151,2972.467207,1270.677712,2366.670387,2149.793936,2291.875996 +188152,2966.8052,1317.233177,2365.984822,2153.578225,2291.287851 +188153,2966.573832,1327.056625,2365.253924,2157.296431,2290.653553 +188154,2967.966104,1264.894913,2364.545033,2161.003434,2290.061659 +188155,2969.105353,1318.252603,2363.958544,2164.808192,2289.637457 +188156,2969.886694,1321.572967,2363.296658,2168.678947,2289.13469 +188157,2970.176037,1266.607112,2362.683344,2172.34374,2288.705304 +188158,2971.429592,1313.081281,2362.139009,2176.058337,2288.373096 +188159,2971.711044,1320.132612,2361.488197,2179.641929,2287.919182 +188160,2972.519419,1263.558577,2360.873036,2183.38842,2287.518244 +188161,2825.643591,1245.26418,2359.420335,2184.99111,2287.052038 +188162,2815.713941,1226.347127,2347.152339,2176.885413,2271.150216 +188163,2817.496611,1227.05422,2331.37293,2166.796698,2249.691833 +188164,2816.810782,1225.954946,2318.018842,2160.717921,2230.894906 +188165,2816.088344,1224.542339,2308.306692,2159.012123,2216.075231 +188166,2815.499165,1223.139547,2303.224035,2162.08198,2207.23086 +188167,2814.539541,1221.742295,2299.233422,2165.579755,2200.04509 +188168,2813.817828,1220.345579,2296.108049,2169.175268,2194.078243 +188169,2813.044889,1218.949804,2293.559522,2172.68333,2189.399332 +188170,2811.93863,1217.554244,2289.770617,2174.286048,2183.533581 +188171,2811.323591,1216.155398,2287.184669,2177.088854,2179.455244 +188172,2810.419255,1214.75546,2285.194744,2180.090873,2176.383325 +188173,2809.493453,1213.352701,2283.56815,2183.269391,2174.013099 +188174,2808.557359,1211.94701,2282.170175,2186.496998,2172.160425 +188175,2807.583782,1210.538331,2280.918355,2189.710655,2170.701823 +188176,2806.572994,1209.126329,2279.761506,2192.886237,2169.55035 +188177,2806.010363,1207.710111,2280.309568,2197.93493,2170.676595 +188178,2804.41082,1206.292274,2279.984041,2201.816665,2170.885124 +188179,2803.391173,1204.869833,2279.307224,2205.149743,2170.799423 +188180,2802.298736,1203.444089,2278.459279,2207.653823,2170.613007 +188181,2800.999571,1202.014875,2277.525466,2210.653685,2170.407551 +188182,2799.67769,1200.583082,2274.717328,2211.791472,2168.179657 +188183,2798.519683,1199.146078,2272.985484,2214.129337,2167.082381 +188184,2797.177152,1197.707018,2271.609136,2216.680336,2166.460176 +188185,2795.926125,1196.192122,2270.416296,2219.400831,2166.11243 +188186,2794.549409,1194.853423,2269.31961,2222.387128,2165.937493 +188187,2793.416608,1193.352478,2269.91325,2226.976222,2167.912971 +188188,2791.791618,1191.914344,2269.627486,2230.463904,2168.864003 +188189,2790.08461,1190.462264,2267.33986,2231.656006,2167.387094 +188190,2788.838851,1189.004317,2265.765799,2233.671911,2166.814421 +188191,2787.196335,1187.450341,2266.096633,2237.841197,2168.613985 +188192,2784.678039,1185.950613,2263.990232,2239.399527,2167.434644 +188193,2782.815339,1184.256107,2262.453069,2241.25453,2166.795461 +188194,2772.46511,1182.711283,2260.966762,2243.055955,2166.462857 +188195,2789.437859,1181.096377,2259.698191,2245.004655,2166.434866 +188196,2764.276883,1179.485386,2258.486512,2246.922719,2166.507388 +188197,2785.014803,1177.866929,2258.927816,2250.582678,2168.664792 +188198,2759.527869,1176.246028,2256.788422,2251.221827,2167.663565 +188199,2772.19711,1174.615579,2255.08794,2252.293219,2167.227503 +188200,2766.037442,1172.981386,2253.661755,2253.659707,2167.137494 +188201,2763.032708,1171.34178,2252.349908,2255.132827,2167.20168 +188202,2761.03081,1169.695985,2252.685525,2258.381428,2169.326844 +188203,2758.249336,1168.049179,2250.493502,2258.67794,2168.340899 +188204,2755.912022,1166.392567,2250.493384,2261.363416,2170.095136 +188205,2752.893037,1164.737336,2248.116125,2261.320482,2168.912318 +188206,2750.334085,1163.073336,2246.359344,2261.96198,2168.49747 +188207,2747.634025,1161.407378,2244.817065,2262.852686,2168.347155 +188208,2744.869373,1159.735804,2245.032786,2265.670995,2170.381891 +188209,2741.886336,1158.064437,2242.752467,2265.581377,2169.336695 +188210,2739.104519,1156.385372,2241.032095,2266.067915,2168.996953 +188211,2736.161403,1154.704977,2239.3156,2266.745093,2168.885356 +188212,2733.215987,1153.020766,2237.893197,2267.497767,2168.889352 +188213,2730.229429,1151.333477,2236.519291,2268.254027,2168.957688 +188214,2727.426551,1149.643117,2235.166311,2268.971358,2169.060017 +188215,2724.06897,1147.949891,2233.815389,2269.627468,2169.174534 +188216,2721.282492,1146.321844,2234.102059,2272.049884,2171.349715 +188217,2717.783083,1144.523422,2231.845693,2271.499442,2170.37419 +188218,2714.865988,1142.86934,2230.122199,2271.516923,2170.06549 +188219,2711.616752,1141.155034,2228.564624,2271.72203,2169.96099 +188220,2708.382187,1139.448033,2227.090915,2272.010619,2169.955804 +188221,1950.428699,1137.89499,1003.647759,1722.97583,2254.059998 +188222,2040.06258,1267.395855,1053.90582,1809.10006,2322.667372 +188223,2132.045371,1267.862293,1110.133139,1898.772071,2380.50992 +188224,2196.896309,1266.688204,1154.749362,1958.95572,2411.503091 +188225,2243.310023,1267.035885,1189.879404,1995.187185,2430.667298 +188226,2276.275014,1266.121306,1217.48725,2015.376586,2443.835048 +188227,2300.58687,1265.059645,1239.66174,2026.631283,2453.652756 +188228,2319.274942,1263.952524,1257.956542,2033.555815,2461.493435 +188229,2334.175838,1262.817817,1273.382302,2038.489608,2468.139918 +188230,2346.313143,1261.741288,1286.546417,2042.385088,2474.182301 +188231,2356.265624,1260.452316,1297.82997,2045.550908,2479.373422 +188232,2364.440164,1259.311684,1307.696158,2048.139262,2484.002069 +188233,2371.158434,1258.11415,1316.033672,2050.257757,2488.135964 +188234,2376.660655,1256.931193,1323.21447,2051.991782,2491.804893 +188235,2381.197424,1255.752491,1329.431715,2053.457519,2495.093745 +188236,2384.973024,1254.578004,1334.847784,2054.742243,2498.076695 +188237,2388.118992,1253.410651,1339.582115,2055.879871,2500.782459 +188238,2390.745368,1252.249686,1343.736991,2056.894534,2503.242502 +188239,2392.942231,1251.017823,1347.398899,2057.80346,2505.486646 +188240,2394.782913,1249.990238,1350.640704,2058.619486,2507.541972 +188241,2396.326743,1248.794083,1353.523595,2059.352278,2509.432356 +188242,2397.62174,1247.675864,1356.098961,2060.009158,2511.178752 +188243,2398.70665,1246.552123,1358.409891,2060.595571,2512.799315 +188244,2399.612843,1245.420058,1360.492584,2061.115607,2514.309845 +188245,2400.363908,1244.317907,1362.37596,2061.570877,2515.721317 +188246,2400.982757,1243.199408,1364.08748,2061.965685,2517.049039 +188247,2401.485185,1242.092307,1365.647659,2062.300929,2518.301075 +188248,2401.885219,1240.99054,1367.074728,2062.578139,2519.486379 +188249,2402.194913,1239.891642,1368.384464,2062.798884,2520.613271 +188250,2402.424146,1238.794492,1369.590148,2062.964345,2521.688731 +188251,2402.601264,1237.493759,1370.7029,2063.075335,2522.718494 +188252,2402.740709,1236.148044,1371.723804,2063.060881,2523.707359 +188253,2402.846558,1234.780064,1372.654851,2062.8797,2524.659331 +188254,2402.918609,1233.394986,1373.501128,2062.531416,2525.577834 +188255,2402.955705,1231.995211,1374.269264,2062.035275,2526.465793 +188256,2402.95694,1230.581545,1374.965876,2061.412361,2527.325732 +188257,2402.921848,1229.154704,1375.596844,2060.678445,2528.159797 +188258,2402.850269,1227.714763,1376.167213,2059.843673,2528.969822 +188259,2402.742111,1226.184583,1376.681299,2058.914424,2529.757344 +188260,2402.597425,1224.834526,1377.142844,2057.895043,2530.523673 +188261,2402.416245,1223.299385,1377.555123,2056.788812,2531.269891 +188262,2402.198675,1221.820999,1377.921023,2055.598396,2531.996914 +188263,2401.944843,1220.39554,1378.243102,2054.326018,2532.705495 +188264,2401.654886,1218.763931,1378.523639,2052.973555,2533.396267 +188265,2401.328929,1217.293223,1378.764663,2051.542597,2534.069738 +188266,2400.967194,1215.74006,1378.968008,2050.034531,2534.726342 +188267,2400.569879,1214.187146,1379.13532,2048.450579,2535.366426 +188268,2400.137188,1212.622024,1379.268099,2046.791847,2535.990285 +188269,2399.669323,1211.044787,1379.36771,2045.059343,2536.598145 +188270,2399.16649,1209.455309,1379.435405,2043.254009,2537.190207 +188271,2398.628881,1207.85387,1379.472332,2041.376722,2537.766618 +188272,2398.05673,1206.240316,1379.479557,2039.428315,2538.327509 +188273,2397.450278,1204.614958,1379.458068,2037.409582,2538.872982 +188274,2396.809735,1202.977621,1379.408787,2035.321499,2539.403128 +188275,2396.1353,1201.251722,1379.332571,2033.163338,2539.918006 +188276,2395.427179,1199.704969,1379.230229,2030.934772,2540.417673 +188277,2394.685583,1197.976043,1379.102517,2028.636403,2540.902169 +188278,2393.910733,1196.366451,1378.950162,2026.269352,2541.371555 +188279,2393.112827,1194.686604,1378.776356,2023.861524,2541.825875 +188280,2392.289211,1192.978641,1378.581116,2021.403807,2542.265216 +188281,0,0,0,0,0 +188282,0,0,0,0,0 +188283,0,0,0,0,0 +188284,0,0,0,0,0 +188285,0,0,0,0,0 +188286,0,0,0,0,0 +188287,0,0,0,0,0 +188288,0,0,0,0,0 +188289,0,0,0,0,0 +188290,0,0,0,0,0 +188291,0,0,0,0,0 +188292,0,0,0,0,0 +188293,0,0,0,0,0 +188294,0,0,0,0,0 +188295,0,0,0,0,0 +188296,0,0,0,0,0 +188297,0,0,0,0,0 +188298,0,0,0,0,0 +188299,0,0,0,0,0 +188300,0,0,0,0,0 +188301,0,0,0,0,0 +188302,0,0,0,0,0 +188303,0,0,0,0,0 +188304,0,0,0,0,0 +188305,0,0,0,0,0 +188306,0,0,0,0,0 +188307,0,0,0,0,0 +188308,0,0,0,0,0 +188309,0,0,0,0,0 +188310,0,0,0,0,0 +188311,0,0,0,0,0 +188312,0,0,0,0,0 +188313,0,0,0,0,0 +188314,0,0,0,0,0 +188315,0,0,0,0,0 +188316,0,0,0,0,0 +188317,0,0,0,0,0 +188318,0,0,0,0,0 +188319,0,0,0,0,0 +188320,0,0,0,0,0 +188321,0,0,0,0,0 +188322,0,0,0,0,0 +188323,0,0,0,0,0 +188324,0,0,0,0,0 +188325,0,0,0,0,0 +188326,0,0,0,0,0 +188327,0,0,0,0,0 +188328,0,0,0,0,0 +188329,0,0,0,0,0 +188330,0,0,0,0,0 +188331,0,0,0,0,0 +188332,0,0,0,0,0 +188333,0,0,0,0,0 +188334,0,0,0,0,0 +188335,0,0,0,0,0 +188336,0,0,0,0,0 +188337,0,0,0,0,0 +188338,0,0,0,0,0 +188339,0,0,0,0,0 +188340,0,0,0,0,0 +188341,0,0,0,0,0 +188342,0,0,0,0,0 +188343,0,0,0,0,0 +188344,0,0,0,0,0 +188345,0,0,0,0,0 +188346,0,0,0,0,0 +188347,0,0,0,0,0 +188348,0,0,0,0,0 +188349,0,0,0,0,0 +188350,0,0,0,0,0 +188351,0,0,0,0,0 +188352,0,0,0,0,0 +188353,0,0,0,0,0 +188354,0,0,0,0,0 +188355,0,0,0,0,0 +188356,0,0,0,0,0 +188357,0,0,0,0,0 +188358,0,0,0,0,0 +188359,0,0,0,0,0 +188360,0,0,0,0,0 +188361,0,0,0,0,0 +188362,0,0,0,0,0 +188363,0,0,0,0,0 +188364,0,0,0,0,0 +188365,0,0,0,0,0 +188366,0,0,0,0,0 +188367,0,0,0,0,0 +188368,0,0,0,0,0 +188369,0,0,0,0,0 +188370,0,0,0,0,0 +188371,0,0,0,0,0 +188372,0,0,0,0,0 +188373,0,0,0,0,0 +188374,0,0,0,0,0 +188375,0,0,0,0,0 +188376,0,0,0,0,0 +188377,0,0,0,0,0 +188378,0,0,0,0,0 +188379,0,0,0,0,0 +188380,0,0,0,0,0 +188381,0,0,0,0,0 +188382,0,0,0,0,0 +188383,0,0,0,0,0 +188384,0,0,0,0,0 +188385,0,0,0,0,0 +188386,0,0,0,0,0 +188387,0,0,0,0,0 +188388,0,0,0,0,0 +188389,0,0,0,0,0 +188390,0,0,0,0,0 +188391,0,0,0,0,0 +188392,0,0,0,0,0 +188393,0,0,0,0,0 +188394,0,0,0,0,0 +188395,0,0,0,0,0 +188396,0,0,0,0,0 +188397,0,0,0,0,0 +188398,0,0,0,0,0 +188399,0,0,0,0,0 +188400,0,0,0,0,0 +188401,0,0,0,0,0 +188402,0,0,0,0,0 +188403,0,0,0,0,0 +188404,0,0,0,0,0 +188405,0,0,0,0,0 +188406,0,0,0,0,0 +188407,0,0,0,0,0 +188408,0,0,0,0,0 +188409,0,0,0,0,0 +188410,0,0,0,0,0 +188411,0,0,0,0,0 +188412,0,0,0,0,0 +188413,0,0,0,0,0 +188414,0,0,0,0,0 +188415,0,0,0,0,0 +188416,0,0,0,0,0 +188417,0,0,0,0,0 +188418,0,0,0,0,0 +188419,0,0,0,0,0 +188420,0,0,0,0,0 +188421,0,0,0,0,0 +188422,0,0,0,0,0 +188423,0,0,0,0,0 +188424,0,0,0,0,0 +188425,0,0,0,0,0 +188426,0,0,0,0,0 +188427,0,0,0,0,0 +188428,0,0,0,0,0 +188429,0,0,0,0,0 +188430,0,0,0,0,0 +188431,0,0,0,0,0 +188432,0,0,0,0,0 +188433,0,0,0,0,0 +188434,0,0,0,0,0 +188435,0,0,0,0,0 +188436,0,0,0,0,0 +188437,0,0,0,0,0 +188438,0,0,0,0,0 +188439,0,0,0,0,0 +188440,0,0,0,0,0 +188441,0,0,0,0,0 +188442,0,0,0,0,0 +188443,0,0,0,0,0 +188444,0,0,0,0,0 +188445,0,0,0,0,0 +188446,0,0,0,0,0 +188447,0,0,0,0,0 +188448,0,0,0,0,0 +188449,0,0,0,0,0 +188450,0,0,0,0,0 +188451,0,0,0,0,0 +188452,0,0,0,0,0 +188453,0,0,0,0,0 +188454,0,0,0,0,0 +188455,0,0,0,0,0 +188456,0,0,0,0,0 +188457,0,0,0,0,0 +188458,0,0,0,0,0 +188459,0,0,0,0,0 +188460,0,0,0,0,0 +188461,0,0,0,0,0 +188462,0,0,0,0,0 +188463,0,0,0,0,0 +188464,0,0,0,0,0 +188465,0,0,0,0,0 +188466,0,0,0,0,0 +188467,0,0,0,0,0 +188468,0,0,0,0,0 +188469,0,0,0,0,0 +188470,0,0,0,0,0 +188471,0,0,0,0,0 +188472,0,0,0,0,0 +188473,0,0,0,0,0 +188474,0,0,0,0,0 +188475,0,0,0,0,0 +188476,0,0,0,0,0 +188477,0,0,0,0,0 +188478,0,0,0,0,0 +188479,0,0,0,0,0 +188480,0,0,0,0,0 +188481,0,0,0,0,0 +188482,0,0,0,0,0 +188483,0,0,0,0,0 +188484,0,0,0,0,0 +188485,0,0,0,0,0 +188486,0,0,0,0,0 +188487,0,0,0,0,0 +188488,0,0,0,0,0 +188489,0,0,0,0,0 +188490,0,0,0,0,0 +188491,0,0,0,0,0 +188492,0,0,0,0,0 +188493,0,0,0,0,0 +188494,0,0,0,0,0 +188495,0,0,0,0,0 +188496,0,0,0,0,0 +188497,0,0,0,0,0 +188498,0,0,0,0,0 +188499,0,0,0,0,0 +188500,0,0,0,0,0 +188501,0,0,0,0,0 +188502,0,0,0,0,0 +188503,0,0,0,0,0 +188504,0,0,0,0,0 +188505,0,0,0,0,0 +188506,0,0,0,0,0 +188507,0,0,0,0,0 +188508,0,0,0,0,0 +188509,0,0,0,0,0 +188510,0,0,0,0,0 +188511,0,0,0,0,0 +188512,0,0,0,0,0 +188513,0,0,0,0,0 +188514,0,0,0,0,0 +188515,0,0,0,0,0 +188516,0,0,0,0,0 +188517,0,0,0,0,0 +188518,0,0,0,0,0 +188519,0,0,0,0,0 +188520,0,0,0,0,0 +188521,0,0,0,0,0 +188522,0,0,0,0,0 +188523,0,0,0,0,0 +188524,0,0,0,0,0 +188525,0,0,0,0,0 +188526,0,0,0,0,0 +188527,0,0,0,0,0 +188528,0,0,0,0,0 +188529,0,0,0,0,0 +188530,0,0,0,0,0 +188531,0,0,0,0,0 +188532,0,0,0,0,0 +188533,0,0,0,0,0 +188534,0,0,0,0,0 +188535,0,0,0,0,0 +188536,0,0,0,0,0 +188537,0,0,0,0,0 +188538,0,0,0,0,0 +188539,0,0,0,0,0 +188540,0,0,0,0,0 +188541,0,0,0,0,0 +188542,0,0,0,0,0 +188543,0,0,0,0,0 +188544,0,0,0,0,0 +188545,0,0,0,0,0 +188546,0,0,0,0,0 +188547,0,0,0,0,0 +188548,0,0,0,0,0 +188549,0,0,0,0,0 +188550,0,0,0,0,0 +188551,0,0,0,0,0 +188552,0,0,0,0,0 +188553,0,0,0,0,0 +188554,0,0,0,0,0 +188555,0,0,0,0,0 +188556,0,0,0,0,0 +188557,0,0,0,0,0 +188558,0,0,0,0,0 +188559,0,0,0,0,0 +188560,0,0,0,0,0 +188561,0,0,0,0,0 +188562,0,0,0,0,0 +188563,0,0,0,0,0 +188564,0,0,0,0,0 +188565,0,0,0,0,0 +188566,0,0,0,0,0 +188567,0,0,0,0,0 +188568,0,0,0,0,0 +188569,0,0,0,0,0 +188570,0,0,0,0,0 +188571,0,0,0,0,0 +188572,0,0,0,0,0 +188573,0,0,0,0,0 +188574,0,0,0,0,0 +188575,0,0,0,0,0 +188576,0,0,0,0,0 +188577,0,0,0,0,0 +188578,0,0,0,0,0 +188579,0,0,0,0,0 +188580,0,0,0,0,0 +188581,0,0,0,0,0 +188582,0,0,0,0,0 +188583,0,0,0,0,0 +188584,0,0,0,0,0 +188585,0,0,0,0,0 +188586,0,0,0,0,0 +188587,0,0,0,0,0 +188588,0,0,0,0,0 +188589,0,0,0,0,0 +188590,0,0,0,0,0 +188591,0,0,0,0,0 +188592,0,0,0,0,0 +188593,0,0,0,0,0 +188594,0,0,0,0,0 +188595,0,0,0,0,0 +188596,0,0,0,0,0 +188597,0,0,0,0,0 +188598,0,0,0,0,0 +188599,0,0,0,0,0 +188600,0,0,0,0,0 +188601,0,0,0,0,0 +188602,0,0,0,0,0 +188603,0,0,0,0,0 +188604,0,0,0,0,0 +188605,0,0,0,0,0 +188606,0,0,0,0,0 +188607,0,0,0,0,0 +188608,0,0,0,0,0 +188609,0,0,0,0,0 +188610,0,0,0,0,0 +188611,0,0,0,0,0 +188612,0,0,0,0,0 +188613,0,0,0,0,0 +188614,0,0,0,0,0 +188615,0,0,0,0,0 +188616,0,0,0,0,0 +188617,0,0,0,0,0 +188618,0,0,0,0,0 +188619,0,0,0,0,0 +188620,0,0,0,0,0 +188621,0,0,0,0,0 +188622,0,0,0,0,0 +188623,0,0,0,0,0 +188624,0,0,0,0,0 +188625,0,0,0,0,0 +188626,0,0,0,0,0 +188627,0,0,0,0,0 +188628,0,0,0,0,0 +188629,0,0,0,0,0 +188630,0,0,0,0,0 +188631,0,0,0,0,0 +188632,0,0,0,0,0 +188633,0,0,0,0,0 +188634,0,0,0,0,0 +188635,0,0,0,0,0 +188636,0,0,0,0,0 +188637,0,0,0,0,0 +188638,0,0,0,0,0 +188639,0,0,0,0,0 +188640,0,0,0,0,0 +188641,0,0,0,0,0 +188642,0,0,0,0,0 +188643,0,0,0,0,0 +188644,0,0,0,0,0 +188645,0,0,0,0,0 +188646,0,0,0,0,0 +188647,0,0,0,0,0 +188648,0,0,0,0,0 +188649,0,0,0,0,0 +188650,0,0,0,0,0 +188651,0,0,0,0,0 +188652,0,0,0,0,0 +188653,0,0,0,0,0 +188654,0,0,0,0,0 +188655,0,0,0,0,0 +188656,0,0,0,0,0 +188657,0,0,0,0,0 +188658,0,0,0,0,0 +188659,0,0,0,0,0 +188660,0,0,0,0,0 +188661,0,0,0,0,0 +188662,0,0,0,0,0 +188663,0,0,0,0,0 +188664,0,0,0,0,0 +188665,0,0,0,0,0 +188666,0,0,0,0,0 +188667,0,0,0,0,0 +188668,0,0,0,0,0 +188669,0,0,0,0,0 +188670,0,0,0,0,0 +188671,0,0,0,0,0 +188672,0,0,0,0,0 +188673,0,0,0,0,0 +188674,0,0,0,0,0 +188675,0,0,0,0,0 +188676,0,0,0,0,0 +188677,0,0,0,0,0 +188678,0,0,0,0,0 +188679,0,0,0,0,0 +188680,0,0,0,0,0 +188681,0,0,0,0,0 +188682,0,0,0,0,0 +188683,0,0,0,0,0 +188684,0,0,0,0,0 +188685,0,0,0,0,0 +188686,0,0,0,0,0 +188687,0,0,0,0,0 +188688,0,0,0,0,0 +188689,0,0,0,0,0 +188690,0,0,0,0,0 +188691,0,0,0,0,0 +188692,0,0,0,0,0 +188693,0,0,0,0,0 +188694,0,0,0,0,0 +188695,0,0,0,0,0 +188696,0,0,0,0,0 +188697,0,0,0,0,0 +188698,0,0,0,0,0 +188699,0,0,0,0,0 +188700,0,0,0,0,0 +188701,0,0,0,0,0 +188702,0,0,0,0,0 +188703,0,0,0,0,0 +188704,0,0,0,0,0 +188705,0,0,0,0,0 +188706,0,0,0,0,0 +188707,0,0,0,0,0 +188708,0,0,0,0,0 +188709,0,0,0,0,0 +188710,0,0,0,0,0 +188711,0,0,0,0,0 +188712,0,0,0,0,0 +188713,0,0,0,0,0 +188714,0,0,0,0,0 +188715,0,0,0,0,0 +188716,0,0,0,0,0 +188717,0,0,0,0,0 +188718,0,0,0,0,0 +188719,0,0,0,0,0 +188720,0,0,0,0,0 +188721,0,0,0,0,0 +188722,0,0,0,0,0 +188723,0,0,0,0,0 +188724,0,0,0,0,0 +188725,0,0,0,0,0 +188726,0,0,0,0,0 +188727,0,0,0,0,0 +188728,0,0,0,0,0 +188729,0,0,0,0,0 +188730,0,0,0,0,0 +188731,0,0,0,0,0 +188732,0,0,0,0,0 +188733,0,0,0,0,0 +188734,0,0,0,0,0 +188735,0,0,0,0,0 +188736,0,0,0,0,0 +188737,0,0,0,0,0 +188738,0,0,0,0,0 +188739,0,0,0,0,0 +188740,0,0,0,0,0 +188741,0,0,0,0,0 +188742,0,0,0,0,0 +188743,0,0,0,0,0 +188744,0,0,0,0,0 +188745,0,0,0,0,0 +188746,0,0,0,0,0 +188747,0,0,0,0,0 +188748,0,0,0,0,0 +188749,0,0,0,0,0 +188750,0,0,0,0,0 +188751,0,0,0,0,0 +188752,0,0,0,0,0 +188753,0,0,0,0,0 +188754,0,0,0,0,0 +188755,0,0,0,0,0 +188756,0,0,0,0,0 +188757,0,0,0,0,0 +188758,0,0,0,0,0 +188759,0,0,0,0,0 +188760,0,0,0,0,0 +188761,0,0,0,0,0 +188762,0,0,0,0,0 +188763,0,0,0,0,0 +188764,0,0,0,0,0 +188765,0,0,0,0,0 +188766,0,0,0,0,0 +188767,0,0,0,0,0 +188768,0,0,0,0,0 +188769,0,0,0,0,0 +188770,0,0,0,0,0 +188771,0,0,0,0,0 +188772,0,0,0,0,0 +188773,0,0,0,0,0 +188774,0,0,0,0,0 +188775,0,0,0,0,0 +188776,0,0,0,0,0 +188777,0,0,0,0,0 +188778,0,0,0,0,0 +188779,0,0,0,0,0 +188780,0,0,0,0,0 +188781,0,0,0,0,0 +188782,0,0,0,0,0 +188783,0,0,0,0,0 +188784,0,0,0,0,0 +188785,0,0,0,0,0 +188786,0,0,0,0,0 +188787,0,0,0,0,0 +188788,0,0,0,0,0 +188789,0,0,0,0,0 +188790,0,0,0,0,0 +188791,0,0,0,0,0 +188792,0,0,0,0,0 +188793,0,0,0,0,0 +188794,0,0,0,0,0 +188795,0,0,0,0,0 +188796,0,0,0,0,0 +188797,0,0,0,0,0 +188798,0,0,0,0,0 +188799,0,0,0,0,0 +188800,0,0,0,0,0 +188801,0,0,0,0,0 +188802,0,0,0,0,0 +188803,0,0,0,0,0 +188804,0,0,0,0,0 +188805,0,0,0,0,0 +188806,0,0,0,0,0 +188807,0,0,0,0,0 +188808,0,0,0,0,0 +188809,0,0,0,0,0 +188810,0,0,0,0,0 +188811,0,0,0,0,0 +188812,0,0,0,0,0 +188813,0,0,0,0,0 +188814,0,0,0,0,0 +188815,0,0,0,0,0 +188816,0,0,0,0,0 +188817,0,0,0,0,0 +188818,0,0,0,0,0 +188819,0,0,0,0,0 +188820,0,0,0,0,0 +188821,0,0,0,0,0 +188822,0,0,0,0,0 +188823,0,0,0,0,0 +188824,0,0,0,0,0 +188825,0,0,0,0,0 +188826,0,0,0,0,0 +188827,0,0,0,0,0 +188828,0,0,0,0,0 +188829,0,0,0,0,0 +188830,0,0,0,0,0 +188831,0,0,0,0,0 +188832,0,0,0,0,0 +188833,0,0,0,0,0 +188834,0,0,0,0,0 +188835,0,0,0,0,0 +188836,0,0,0,0,0 +188837,0,0,0,0,0 +188838,0,0,0,0,0 +188839,0,0,0,0,0 +188840,0,0,0,0,0 +188841,0,0,0,0,0 +188842,0,0,0,0,0 +188843,0,0,0,0,0 +188844,0,0,0,0,0 +188845,0,0,0,0,0 +188846,0,0,0,0,0 +188847,0,0,0,0,0 +188848,0,0,0,0,0 +188849,0,0,0,0,0 +188850,0,0,0,0,0 +188851,0,0,0,0,0 +188852,0,0,0,0,0 +188853,0,0,0,0,0 +188854,0,0,0,0,0 +188855,0,0,0,0,0 +188856,0,0,0,0,0 +188857,0,0,0,0,0 +188858,0,0,0,0,0 +188859,0,0,0,0,0 +188860,0,0,0,0,0 +188861,0,0,0,0,0 +188862,0,0,0,0,0 +188863,0,0,0,0,0 +188864,0,0,0,0,0 +188865,0,0,0,0,0 +188866,0,0,0,0,0 +188867,0,0,0,0,0 +188868,0,0,0,0,0 +188869,0,0,0,0,0 +188870,0,0,0,0,0 +188871,0,0,0,0,0 +188872,0,0,0,0,0 +188873,0,0,0,0,0 +188874,0,0,0,0,0 +188875,0,0,0,0,0 +188876,0,0,0,0,0 +188877,0,0,0,0,0 +188878,0,0,0,0,0 +188879,0,0,0,0,0 +188880,0,0,0,0,0 +188881,0,0,0,0,0 +188882,0,0,0,0,0 +188883,0,0,0,0,0 +188884,0,0,0,0,0 +188885,0,0,0,0,0 +188886,0,0,0,0,0 +188887,0,0,0,0,0 +188888,0,0,0,0,0 +188889,0,0,0,0,0 +188890,0,0,0,0,0 +188891,0,0,0,0,0 +188892,0,0,0,0,0 +188893,0,0,0,0,0 +188894,0,0,0,0,0 +188895,0,0,0,0,0 +188896,0,0,0,0,0 +188897,0,0,0,0,0 +188898,0,0,0,0,0 +188899,0,0,0,0,0 +188900,0,0,0,0,0 +188901,0,0,0,0,0 +188902,0,0,0,0,0 +188903,0,0,0,0,0 +188904,0,0,0,0,0 +188905,0,0,0,0,0 +188906,0,0,0,0,0 +188907,0,0,0,0,0 +188908,0,0,0,0,0 +188909,0,0,0,0,0 +188910,0,0,0,0,0 +188911,0,0,0,0,0 +188912,0,0,0,0,0 +188913,0,0,0,0,0 +188914,0,0,0,0,0 +188915,0,0,0,0,0 +188916,0,0,0,0,0 +188917,0,0,0,0,0 +188918,0,0,0,0,0 +188919,0,0,0,0,0 +188920,0,0,0,0,0 +188921,0,0,0,0,0 +188922,0,0,0,0,0 +188923,0,0,0,0,0 +188924,0,0,0,0,0 +188925,0,0,0,0,0 +188926,0,0,0,0,0 +188927,0,0,0,0,0 +188928,0,0,0,0,0 +188929,0,0,0,0,0 +188930,0,0,0,0,0 +188931,0,0,0,0,0 +188932,0,0,0,0,0 +188933,0,0,0,0,0 +188934,0,0,0,0,0 +188935,0,0,0,0,0 +188936,0,0,0,0,0 +188937,0,0,0,0,0 +188938,0,0,0,0,0 +188939,0,0,0,0,0 +188940,0,0,0,0,0 +188941,0,0,0,0,0 +188942,0,0,0,0,0 +188943,0,0,0,0,0 +188944,0,0,0,0,0 +188945,0,0,0,0,0 +188946,0,0,0,0,0 +188947,0,0,0,0,0 +188948,0,0,0,0,0 +188949,0,0,0,0,0 +188950,0,0,0,0,0 +188951,0,0,0,0,0 +188952,0,0,0,0,0 +188953,0,0,0,0,0 +188954,0,0,0,0,0 +188955,0,0,0,0,0 +188956,0,0,0,0,0 +188957,0,0,0,0,0 +188958,0,0,0,0,0 +188959,0,0,0,0,0 +188960,0,0,0,0,0 +188961,0,0,0,0,0 +188962,0,0,0,0,0 +188963,0,0,0,0,0 +188964,0,0,0,0,0 +188965,0,0,0,0,0 +188966,0,0,0,0,0 +188967,0,0,0,0,0 +188968,0,0,0,0,0 +188969,0,0,0,0,0 +188970,0,0,0,0,0 +188971,0,0,0,0,0 +188972,0,0,0,0,0 +188973,0,0,0,0,0 +188974,0,0,0,0,0 +188975,0,0,0,0,0 +188976,0,0,0,0,0 +188977,0,0,0,0,0 +188978,0,0,0,0,0 +188979,0,0,0,0,0 +188980,0,0,0,0,0 +188981,0,0,0,0,0 +188982,0,0,0,0,0 +188983,0,0,0,0,0 +188984,0,0,0,0,0 +188985,0,0,0,0,0 +188986,0,0,0,0,0 +188987,0,0,0,0,0 +188988,0,0,0,0,0 +188989,0,0,0,0,0 +188990,0,0,0,0,0 +188991,0,0,0,0,0 +188992,0,0,0,0,0 +188993,0,0,0,0,0 +188994,0,0,0,0,0 +188995,0,0,0,0,0 +188996,0,0,0,0,0 +188997,0,0,0,0,0 +188998,0,0,0,0,0 +188999,0,0,0,0,0 +189000,0,0,0,0,0 +189001,0,0,0,0,0 +189002,0,0,0,0,0 +189003,0,0,0,0,0 +189004,0,0,0,0,0 +189005,0,0,0,0,0 +189006,0,0,0,0,0 +189007,0,0,0,0,0 +189008,0,0,0,0,0 +189009,0,0,0,0,0 +189010,0,0,0,0,0 +189011,0,0,0,0,0 +189012,0,0,0,0,0 +189013,0,0,0,0,0 +189014,0,0,0,0,0 +189015,0,0,0,0,0 +189016,0,0,0,0,0 +189017,0,0,0,0,0 +189018,0,0,0,0,0 +189019,0,0,0,0,0 +189020,0,0,0,0,0 +189021,0,0,0,0,0 +189022,0,0,0,0,0 +189023,0,0,0,0,0 +189024,0,0,0,0,0 +189025,0,0,0,0,0 +189026,0,0,0,0,0 +189027,0,0,0,0,0 +189028,0,0,0,0,0 +189029,0,0,0,0,0 +189030,0,0,0,0,0 +189031,0,0,0,0,0 +189032,0,0,0,0,0 +189033,0,0,0,0,0 +189034,0,0,0,0,0 +189035,0,0,0,0,0 +189036,0,0,0,0,0 +189037,0,0,0,0,0 +189038,0,0,0,0,0 +189039,0,0,0,0,0 +189040,0,0,0,0,0 +189041,0,0,0,0,0 +189042,0,0,0,0,0 +189043,0,0,0,0,0 +189044,0,0,0,0,0 +189045,0,0,0,0,0 +189046,0,0,0,0,0 +189047,0,0,0,0,0 +189048,0,0,0,0,0 +189049,0,0,0,0,0 +189050,0,0,0,0,0 +189051,0,0,0,0,0 +189052,0,0,0,0,0 +189053,0,0,0,0,0 +189054,0,0,0,0,0 +189055,0,0,0,0,0 +189056,0,0,0,0,0 +189057,0,0,0,0,0 +189058,0,0,0,0,0 +189059,0,0,0,0,0 +189060,0,0,0,0,0 +189061,-211.9050889,963.6564534,1592.203665,-86.61059298,-430.0952385 +189062,233.2669638,291.2454468,645.5288267,115.701325,378.743145 +189063,232.1533027,279.777943,623.9758582,114.8880599,376.9602975 +189064,226.7277338,274.5358759,610.314528,112.0333013,367.3184947 +189065,220.3867035,272.9625701,602.2890933,108.8220989,355.48861 +189066,214.7812198,272.7940748,597.0923607,106.0468348,344.3972156 +189067,210.2527239,273.0295531,593.2427336,103.8451405,334.778798 +189068,206.6331144,273.4342178,590.238185,102.1132287,326.4809458 +189069,203.6942403,274.0254008,587.9652332,100.7266654,319.2068953 +189070,201.2775069,274.8369414,586.3821389,99.6006579,312.7437919 +189071,199.2881161,275.8674277,585.4277701,98.6845489,306.9668089 +189072,197.6647027,277.0926103,585.0230042,97.94549166,301.79707 +189073,196.3599152,278.4831735,585.0881787,97.35833829,297.1731485 +189074,195.3329105,280.0133112,585.5529082,96.90174935,293.0399861 +189075,194.5477448,281.6624123,586.3581293,96.55720199,289.3469031 +189076,193.9731683,344.659492,587.4546347,96.30871663,286.0478318 +189077,193.5824608,343.7569779,588.8011,96.1430184,283.1016764 +189078,193.3528957,375.0598721,590.3624573,96.04917532,280.471994 +189079,193.265192,376.4806038,592.1087864,96.01813143,269.62573 +189080,193.3029027,392.1665061,594.0144478,96.04229421,214.5220526 +189081,193.4520121,404.0268366,596.0574782,96.11527247,250.7598731 +189082,193.7005119,415.529121,598.2190269,96.23166107,240.3605854 +189083,194.0381604,427.1572236,600.4829598,96.38691182,240.9031802 +189084,194.4561616,438.6748834,602.8354148,96.57717954,241.2933053 +189085,194.9469874,450.2582665,605.2644732,96.79921405,242.2748575 +189086,195.5041265,461.6794715,607.7598106,97.05023728,242.9170593 +189087,196.1219773,473.1310619,610.3124833,97.32787748,243.7765523 +189088,196.7956628,484.4058599,612.9146876,97.63008736,244.8522411 +189089,197.5209672,495.9444909,615.5596228,97.95510593,245.5851149 +189090,198.2941972,507.0687004,618.2413185,98.30140127,246.7188249 +189091,199.1121499,517.7395111,697.4803227,98.66764821,247.8800611 +189092,199.9684293,527.9418055,746.2041387,99.05102846,248.8809421 +189093,200.8581488,538.031816,721.2454701,99.44941753,250.093388 +189094,201.7784251,548.4783407,745.9912191,99.86160511,251.3307723 +189095,202.727551,558.0134766,757.1316719,100.2868917,252.4066569 +189096,203.7042381,568.3199605,767.8207573,100.7247489,254.0630617 +189097,204.7073627,578.0398085,778.1623263,101.1747058,254.9973098 +189098,205.7358512,587.8826297,788.2281907,101.6363114,256.6963382 +189099,206.7887282,597.5446949,798.3100897,102.1091511,257.8584555 +189100,207.865076,607.0522805,807.7943786,102.5928329,259.412206 +189101,208.9640757,616.9160834,817.6631061,103.0869976,260.7997623 +189102,210.0849455,626.2987645,826.3700231,103.5912966,262.3914288 +189103,211.2269851,635.791508,835.9037633,104.1054063,263.814766 +189104,212.3895161,645.010936,844.7865187,104.6290086,265.4410337 +189105,213.5719239,654.7976764,853.5483684,105.1618047,266.8982413 +189106,214.7736055,663.66821,861.8732848,105.7034997,268.9274909 +189107,215.9931745,678.6285693,870.6880721,106.2538131,268.9313693 +189108,217.2300925,690.4019443,878.5499053,106.8124648,268.9747987 +189109,218.4841219,702.8105936,886.8943175,107.3791976,269.0761296 +189110,219.7549631,714.5942285,894.5181931,107.9537605,269.2380619 +189111,221.0422539,726.4927901,902.4810031,108.5359205,269.4560795 +189112,222.3455795,738.0365257,909.6477771,109.1254452,269.7242271 +189113,223.6645438,750.1106817,917.429222,109.7221181,270.0373591 +189114,224.9987425,761.5401909,924.5802715,110.3257197,270.3912655 +189115,226.3478078,773.1196133,931.5419603,110.9360469,270.7824891 +189116,227.7113682,784.5762843,938.2135349,111.5528958,271.2079671 +189117,229.0890806,795.9549478,945.3881807,112.1760763,271.6649938 +189118,230.4805958,806.9778378,951.672557,112.8053975,272.1510754 +189119,231.8855926,818.6457743,958.3287558,113.4406825,272.6639983 +189120,233.303743,829.870851,964.4476017,114.0817531,273.2017158 +189121,234.7577602,1270.375687,1925.619682,114.7389059,273.8042639 +189122,255.0700497,1296.406971,1960.262751,124.1212732,309.1910393 +189123,285.2427816,1317.11949,1985.023488,137.9356817,363.6747137 +189124,315.9463399,1336.282389,2006.49194,151.807295,420.6655845 +189125,343.1748011,1354.431172,2025.670768,163.906635,472.7501084 +189126,366.4367431,1371.704932,2043.420773,174.0661829,518.6239858 +189127,386.4449673,1388.438144,2060.118077,182.6726096,559.1557183 +189128,403.9663485,1405.013205,2076.024402,190.1203086,595.4137383 +189129,419.5379326,1420.960782,2091.467132,196.6813183,628.1558874 +189130,433.5077984,1436.983853,2115.161604,202.5298948,657.8714879 +189131,446.1228149,1452.586442,2118.362589,207.7876643,684.912149 +189132,457.5812829,1468.043126,2126.055054,212.5504519,709.5708191 +189133,468.0529979,1483.23473,2154.806261,216.898694,732.1101664 +189134,477.6845635,1498.458006,2160.881421,220.9004675,752.7678351 +189135,486.6011479,1513.150627,2175.326323,224.6127118,771.7563204 +189136,494.9084632,1528.027776,2188.183337,228.0825039,789.26357 +189137,502.6953422,1542.469153,2200.587882,231.348559,805.4550015 +189138,510.0363462,1557.04788,2212.852657,234.4426802,820.4760084 +189139,516.9941374,1566.969384,2222.650826,237.391035,834.4544989 +189140,523.7145778,1580.390772,2233.934643,240.2815433,847.5031189 +189141,530.2094105,1594.038812,2245.209068,243.1087335,859.7211221 +189142,536.4689012,1607.545842,2269.847715,245.8536375,871.1958536 +189143,542.5001774,1620.773792,2246.423274,248.5109663,882.0043715 +189144,548.3238759,1634.200331,2287.130039,251.0865813,892.2146608 +189145,553.964209,1647.295571,2285.564822,253.590167,901.8867879 +189146,559.443274,1660.269587,2297.398031,256.0309509,911.073802 +189147,564.7795819,1675.477432,2307.141173,258.416475,919.8226245 +189148,569.9883902,1691.641383,2316.938687,260.7527146,928.0168082 +189149,575.0824512,1699.852619,2331.661558,263.0445076,935.7511499 +189150,580.0726003,1720.011703,2332.770775,265.2958834,943.1290353 +189151,584.9681192,1722.362455,2337.452848,267.5102494,950.2157222 +189152,589.7732155,1716.03064,2354.540004,269.688625,957.0479643 +189153,594.4922724,1757.5454,2357.111306,271.8322495,963.6497883 +189154,599.1306027,1753.937434,2365.316277,273.9429441,970.0407962 +189155,603.6937207,1768.126527,2383.021414,276.022729,976.2389015 +189156,608.1867059,1778.967326,2362.960381,278.0734905,982.2604072 +189157,612.6140213,1789.661626,2393.149929,280.0968778,988.119964 +189158,616.9795099,1800.409848,2390.018783,282.0942942,993.830399 +189159,621.2865387,1810.651095,2403.695439,284.0669602,999.4030617 +189160,625.5380536,1820.985922,2394.401986,311.112513,1004.847865 +189161,711.1506083,1831.174273,2414.776117,357.5698903,1010.173639 +189162,766.3761266,1840.950023,2411.382906,347.2201208,1015.388117 +189163,773.3836108,1850.959564,2436.558113,358.8807728,1020.498207 +189164,786.518442,1860.664397,2410.319517,368.5623771,1025.509826 +189165,807.8460782,1870.101729,2426.886593,376.4486589,1030.428133 +189166,823.7059963,1879.573083,2454.955002,384.1459707,1035.257608 +189167,838.9820974,1888.749818,2409.995045,391.7954121,1040.002346 +189168,854.2911368,1898.09748,2473.101163,399.0359063,1044.666152 +189169,869.0980377,1906.922009,2420.748788,406.3696566,1049.25256 +189170,883.5883609,1915.871075,2474.201949,413.5527742,1053.764835 +189171,898.1786379,1924.605316,2427.603256,420.5336737,1058.205968 +189172,912.0684421,1933.307949,2485.867659,427.3596414,1062.578682 +189173,926.4137104,1941.672545,2440.013137,434.2383942,1066.88547 +189174,939.5864028,1950.011304,2480.369829,440.7709598,1071.12861 +189175,953.4888371,1958.363604,2461.063172,447.5318757,1075.310201 +189176,966.6349792,1966.508021,2470.976261,453.713061,1079.43216 +189177,979.7399093,1974.380354,2472.61256,460.2531025,1083.496291 +189178,992.4859872,1982.315194,2474.807022,466.4182234,1087.504235 +189179,1005.504219,1990.051099,2477.063125,472.4772405,1091.457568 +189180,1018.096565,1997.680626,2479.163827,478.6907369,1095.357735 +189181,1267.31875,2097.190371,2626.355793,583.3022614,827.328521 +189182,1514.428035,2221.589905,2597.251841,695.2358258,850.9369723 +189183,1419.160087,2175.564764,2572.609695,653.0134735,1891.707644 +189184,1450.898216,2187.726062,2549.077264,667.2530345,1947.026819 +189185,1469.40988,2205.126206,2542.135372,676.8514287,1673.653547 +189186,1479.903663,2218.677342,2536.774783,681.3498739,1841.907631 +189187,1493.746966,2200.197071,2527.861139,688.1540834,1840.413487 +189188,1658.262953,2319.691189,2670.666547,763.4010778,2137.752866 +189189,1292.709811,2107.728275,2534.30517,598.1990958,1437.53259 +189190,1790.29402,2384.61996,2689.982073,823.8548724,2362.889368 +189191,1292.307122,2106.771849,2543.664248,598.5191795,1421.838742 +189192,1816.819006,2401.987011,2698.64194,836.6246826,2385.61028 +189193,1313.064448,2118.345358,2544.334075,608.4172402,1439.531456 +189194,1842.204069,2416.437367,2696.809138,848.6670669,2410.7189 +189195,1334.536258,2131.461102,2540.152159,618.6842448,1457.611767 +189196,1865.516095,2428.480861,2693.064508,859.7033749,2433.090648 +189197,1355.48063,2144.116551,2536.668741,629.3993762,1475.516733 +189198,1889.609056,2441.174786,2689.475502,870.426123,2454.562369 +189199,1375.322221,2175.379091,2528.682697,639.3606978,1492.433053 +189200,1912.615729,2425.731844,2682.425097,881.2600153,2475.460181 +189201,1395.680391,2180.060382,2520.406418,649.0772104,1508.756115 +189202,1934.564705,2468.827452,2676.233894,891.5748984,2495.065014 +189203,1415.394096,2169.184717,2515.135028,658.7162812,1524.862348 +189204,1955.936386,2485.580039,2672.789774,901.638814,2527.669054 +189205,1434.896241,2188.577562,2512.515335,668.0555351,1519.203743 +189206,1976.783925,2483.493943,2669.735052,911.5072024,2542.23309 +189207,1612.566958,2288.258385,2665.006039,749.226339,1841.209264 +189208,1759.906208,2368.754944,2657.402826,814.4807901,2107.94791 +189209,1745.756344,2360.118952,2650.246809,809.5323786,2071.168066 +189210,1754.908533,2364.339307,2643.139471,812.6496128,2078.158805 +189211,1763.960392,2368.810148,2638.428536,817.8283444,2085.501776 +189212,1773.299109,2373.055267,2635.126939,821.8121024,2092.921113 +189213,1782.285993,2376.888735,2632.620546,826.2181341,2100.167099 +189214,1791.179987,2381.045032,2630.543672,830.3077858,2107.36388 +189215,1800.244479,2384.718409,2628.692998,834.560542,2114.210431 +189216,1808.835431,2388.472541,2628.698674,838.6388475,2121.34861 +189217,1817.509979,2391.972757,2626.010635,842.7134971,2127.968931 +189218,1826.216318,2402.430787,2624.094666,846.7295954,2134.795317 +189219,1834.663456,2388.84656,2622.208667,850.5503815,2141.177347 +189220,1843.097206,2413.040383,2620.407647,854.6419399,2147.827708 +189221,1851.443049,2401.880475,2618.791102,858.5486451,2154.206631 +189222,1859.702631,2408.913846,2617.013723,862.1826246,2160.383018 +189223,1867.884085,2411.882702,2616.900812,866.1771254,2166.544872 +189224,1875.993236,2414.110159,2614.041938,869.9135783,2172.809475 +189225,1883.932945,2416.929732,2613.455882,873.5263716,2178.631565 +189226,1892.116912,2419.355681,2612.018451,877.3128014,2184.602949 +189227,1899.715611,2421.595284,2608.477471,880.9285864,2190.344723 +189228,1907.678908,2424.110415,2605.743167,884.4529363,2195.996228 +189229,1915.244479,2426.153984,2603.304214,888.0484346,2201.692576 +189230,1923.132689,2428.24587,2600.992586,891.572826,2207.380068 +189231,1933.092542,2430.037557,2598.71134,895.1561203,2218.967949 +189232,1940.852761,2432.271588,2598.176279,898.4866411,2214.91093 +189233,1948.400144,2433.801737,2596.642704,901.9185204,2218.271431 +189234,1957.339993,2435.376893,2592.920246,905.3553158,2232.527554 +189235,1962.858913,2437.086641,2589.945053,908.6892103,2232.743364 +189236,1973.825879,2438.426902,2587.246669,911.9789711,2239.004638 +189237,1976.217677,2439.815583,2584.672377,915.4179019,2244.214438 +189238,1956.062491,2441.061931,2582.198486,918.4708025,2248.995231 +189239,2004.989622,2442.174008,2579.716216,921.8179242,2253.986922 +189240,1991.691023,2443.270727,2577.15951,924.8504665,2258.816323 +189241,2009.381835,2446.878334,2574.407763,930.9094694,2274.794224 +189242,2017.479279,2448.563096,2571.997253,934.5569683,2280.943936 +189243,2025.122357,2449.501544,2569.762414,937.9789358,2302.947787 +189244,2032.849279,2450.77695,2567.587324,941.3453209,2266.824591 +189245,2039.944886,2451.565294,2565.368113,944.6594893,2309.264528 +189246,2047.260381,2452.297164,2563.01453,947.9782877,2299.732853 +189247,2054.373312,2452.971845,2560.566243,951.094527,2307.174546 +189248,2061.528153,2453.446369,2558.054918,954.3219929,2312.231348 +189249,2068.245156,2453.845036,2555.463611,957.4832658,2331.367681 +189250,2075.404112,2454.154254,2552.856006,960.5826324,2299.581335 +189251,2082.169637,2454.347374,2550.225053,963.601572,2339.516528 +189252,2089.09221,2454.437816,2547.531979,966.7450989,2324.723891 +189253,2095.679164,2454.465681,2544.807338,969.612892,2337.233132 +189254,2102.451688,2454.388935,2542.058573,972.7859291,2339.587401 +189255,2108.967052,2454.106724,2539.259781,975.6152353,2360.649472 +189256,2115.83505,2453.82477,2536.473597,978.7204893,2323.574526 +189257,2122.131854,2453.450759,2533.802462,981.4575939,2378.685112 +189258,2128.724766,2452.94669,2531.135861,984.4386946,2334.740825 +189259,2135.157091,2452.325319,2528.64859,987.2781038,2383.346812 +189260,2141.672273,2451.709443,2526.196896,990.1885832,2356.952434 +189261,2147.858379,2451.109054,2525.380562,992.9193193,2372.082821 +189262,2153.929247,2449.907456,2522.062915,995.8252806,2374.293701 +189263,2160.546994,2449.143145,2519.620589,998.5039237,2378.186055 +189264,2166.706631,2448.102202,2517.523219,1001.3106,2381.984448 +189265,2172.826115,2446.933078,2515.594088,1004.08581,2386.083552 +189266,2178.976575,2445.744019,2513.829529,1006.783405,2395.691336 +189267,2185.188392,2444.2949,2512.061171,1009.430771,2390.577973 +189268,2191.034148,2443.042573,2510.183417,1012.202282,2398.396062 +189269,2197.246727,2441.491974,2508.316146,1014.763009,2401.445497 +189270,2203.255705,2439.884366,2506.474676,1017.505041,2404.777097 +189271,2208.900647,2438.092155,2504.632549,1019.977557,2408.672396 +189272,2214.867776,2436.071694,2502.787798,1022.561904,2412.130171 +189273,2220.429602,2434.055352,2500.936511,1025.069134,2415.758716 +189274,2219.026995,2422.408976,2498.884933,1028.512025,2419.033659 +189275,2223.177239,2417.378049,2496.556303,1031.036308,2422.737748 +189276,2228.36478,2414.438525,2494.213684,1033.659625,2426.052364 +189277,2233.232427,2411.117398,2492.050381,1036.106495,2429.319629 +189278,2238.479651,2407.981024,2491.764442,1038.574008,2432.998263 +189279,2243.362757,2404.553764,2488.869323,1040.95491,2436.060898 +189280,2248.717556,2401.384219,2486.68002,1043.394306,2439.274554 +189281,2253.384616,2398.086146,2484.804003,1045.776815,2442.760293 +189282,2258.665638,2394.803736,2483.099565,1048.201065,2445.922588 +189283,2263.456154,2391.184582,2481.603601,1050.466116,2454.287192 +189284,2268.600453,2387.776316,2481.717878,1052.892958,2444.55419 +189285,2280.17783,2384.110795,2479.135092,1055.114568,2463.141453 +189286,2272.015848,2380.567498,2477.365063,1057.50434,2456.141984 +189287,2306.011107,2376.81099,2475.748635,1059.689372,2461.464052 +189288,2254.746961,2373.106236,2474.255116,1062.046119,2464.738888 +189289,2309.208273,2369.258933,2472.943425,1064.197611,2467.414031 +189290,2294.189715,2365.562301,2471.678434,1066.522257,2470.496218 +189291,2302.702772,2361.395057,2472.299565,1068.642074,2479.164184 +189292,2307.511957,2357.380637,2470.21741,1070.879113,2473.966814 +189293,2312.259547,2353.367425,2468.620015,1073.118063,2478.968871 +189294,2317.214302,2349.186654,2467.323028,1075.251086,2482.514468 +189295,2321.817868,2344.95906,2466.272412,1077.367223,2484.649574 +189296,2326.755323,2333.486152,2465.342493,1079.595369,2492.457257 +189297,2331.453828,2346.402842,2464.590916,1081.632703,2488.889818 +189298,2336.153736,2320.083307,2463.684882,1083.843938,2492.577913 +189299,2340.781896,2331.225588,2462.813869,1085.85637,2500.794476 +189300,2345.49256,2321.272531,2462.130388,1088.042459,2497.444616 +189301,2233.188272,2264.525152,2455.647143,1036.781557,2289.217618 +189302,2255.752336,2257.306864,2436.675212,1037.830958,2289.283867 +189303,2214.793974,2252.480668,2415.993669,1039.259673,2289.2553 +189304,2245.331179,2246.900557,2402.162,1040.817681,2290.662417 +189305,2247.844139,2241.289386,2390.765022,1042.356686,2291.744191 +189306,2247.777677,2235.90409,2383.66365,1043.910718,2292.952315 +189307,2252.892086,2230.388475,2379.18557,1045.631018,2299.599015 +189308,2256.506846,2224.850781,2376.060565,1047.108068,2293.417277 +189309,2260.463975,2219.224798,2373.522346,1048.949917,2297.383328 +189310,2264.080945,2213.667638,2371.400487,1050.45755,2298.712282 +189311,2268.073918,2207.956426,2369.592953,1052.228407,2299.779227 +189312,2271.84909,2202.271741,2367.958993,1053.788648,2301.334232 +189313,2275.658715,2196.541788,2366.454113,1055.55631,2303.316763 +189314,2279.419518,2190.910358,2366.720963,1058.073045,2304.29042 +189315,2283.4174,2184.786529,2364.426142,1059.708905,2310.639545 +189316,2287.091801,2179.111256,2362.793852,1061.110942,2305.424852 +189317,2291.126585,2173.093789,2361.292735,1063.547033,2308.625376 +189318,2294.802482,2167.193442,2359.952636,1064.283095,2310.684893 +189319,2298.845772,2161.275334,2358.781799,1067.487767,2311.880829 +189320,2302.661129,2155.069254,2357.674611,1067.066851,2313.317144 +189321,2306.501809,2149.036653,2356.752548,1071.880433,2319.559979 +189322,2310.147476,2142.938816,2355.868459,1069.21168,2315.082579 +189323,2314.381242,2136.701274,2354.831349,1077.39798,2317.514325 +189324,2317.966903,2130.567838,2353.947372,1069.769516,2324.613886 +189325,2322.041056,2115.410543,2354.79355,1084.343208,2315.670071 +189326,2330.04461,2130.818876,2354.690347,1068.070007,2327.416074 +189327,2328.377524,2086.25399,2352.839371,1074.824215,2323.471535 +189328,2342.305862,2134.265164,2353.720287,1084.568059,2330.002724 +189329,2321.602751,2066.39054,2353.996159,1080.636846,2327.079839 +189330,2348.494136,2125.070903,2353.86866,1083.788756,2327.829531 +189331,2343.789959,2073.2654,2352.052881,1085.405906,2337.396695 +189332,2348.550608,2059.268741,2351.273076,1086.97768,2327.466855 +189333,2352.833572,2103.819462,2350.562312,1088.683792,2332.526867 +189334,2356.201877,2030.994762,2349.951549,1090.190674,2331.424549 +189335,2360.243583,2071.183023,2349.384041,1091.898027,2329.300814 +189336,2363.79046,2057.913296,2348.527192,1093.396534,2325.735062 +189337,2367.718042,2028.710301,2347.408821,1095.096593,2322.080105 +189338,2371.275045,2048.696727,2346.074415,1096.58768,2318.409905 +189339,2375.192962,2021.590324,2344.570411,1098.347351,2314.736751 +189340,2378.742897,2026.273335,2344.919137,1099.733824,2313.268635 +189341,2382.78332,2015.445922,2342.346603,1101.46403,2308.633623 +189342,2386.107874,2009.0156,2340.263273,1102.8678,2304.719306 +189343,2390.108718,2002.236736,2338.317762,1104.646455,2301.050209 +189344,2404.273972,2016.498534,2336.389658,1106.070685,2297.477885 +189345,2381.535163,1957.652948,2334.593726,1107.755958,2294.123414 +189346,2408.512405,1995.499038,2332.890778,1109.221344,2290.947108 +189347,2403.253854,1970.860311,2331.155009,1110.958131,2287.777628 +189348,2408.317638,1966.776254,2329.42626,1112.317036,2284.669487 +189349,2412.323245,1959.705706,2327.742239,1114.030041,2281.649118 +189350,2415.670779,1952.689388,2326.07485,1115.474188,2278.689063 +189351,2419.564531,1945.360553,2324.436003,1117.1338,2275.786106 +189352,2436.313628,1938.140482,2322.794745,1118.582956,2272.910767 +189353,2407.222061,1931.106742,2321.207277,1120.169111,2270.114866 +189354,2439.939236,1923.820692,2319.655203,1121.785668,2267.385477 +189355,2432.194808,1916.62328,2318.100286,1123.283659,2264.660195 +189356,2438.355855,1909.399798,2316.551708,1124.783578,2261.960126 +189357,2454.84348,1902.167843,2315.011389,1126.42069,2259.271904 +189358,2424.258107,1894.810216,2313.511602,1127.855907,2256.645488 +189359,2479.846131,1887.730862,2312.022194,1129.499447,2254.029313 +189360,2418.955466,1903.412629,2310.516155,1130.93113,2251.401611 +189361,2229.490525,1729.900817,2310.552945,1035.420562,2251.082588 +189362,2209.070712,1768.329423,2300.752066,1003.67039,2235.730422 +189363,2211.613659,1739.868863,2285.872609,1047.776817,2212.135623 +189364,2211.649737,1734.193622,2264.690146,993.3950607,1961.518681 +189365,2219.331972,1725.433738,2238.478767,1033.86963,1872.992724 +189366,2226.520811,1716.703379,2213.06012,1018.835498,1979.430976 +189367,2197.556576,1708.174593,2197.111959,1021.744452,1930.692339 +189368,2209.569608,1699.494115,2186.487938,1022.054538,1931.965152 +189369,2222.789798,1691.250087,2178.79703,1022.574941,1928.863444 +189370,2215.173174,1682.833749,2173.502759,1022.83221,1932.704629 +189371,2218.652435,1674.400888,2169.593372,1023.316145,1918.990047 +189372,2220.099376,1666.121915,2168.436985,1023.760877,1933.292657 +189373,2221.500196,1657.900204,2165.328441,1024.233042,1921.97537 +189374,2222.970859,1649.527699,2163.099486,1024.729583,1923.357624 +189375,2224.474966,1659.358766,2161.268675,1025.242779,1923.079221 +189376,2226.021054,1607.586109,2159.80093,1025.773975,1921.873513 +189377,2227.604845,1652.172803,2158.496485,1026.321619,1920.999666 +189378,2229.229455,1593.747802,2159.025332,1026.886343,1920.725776 +189379,2233.034451,1619.021557,2156.890483,1027.463326,1919.628424 +189380,2232.020523,1599.314881,2155.372406,1028.126332,1919.281201 +189381,2237.83899,1593.262637,2155.841651,1028.568012,1919.02528 +189382,2233.640104,1585.571729,2153.710928,1029.402732,1918.0707 +189383,2252.873842,1577.686577,2152.228158,1029.883467,1918.507882 +189384,2214.633769,1570.113514,2151.017926,1030.589709,1917.235348 +189385,2254.14575,1562.391706,2149.958693,1031.242623,1917.394674 +189386,2240.404656,1554.811241,2150.706372,1031.91945,1917.128679 +189387,2245.365585,1547.380222,2150.514803,1032.605564,1916.830932 +189388,2247.442429,1539.836762,2148.220169,1033.30442,1916.240788 +189389,2249.233462,1532.337219,2146.907623,1034.018423,1921.405364 +189390,2251.382901,1525.194123,2147.530784,1034.743019,1909.682146 +189391,2253.381409,1517.759764,2145.569432,1035.45159,1922.629013 +189392,2255.456751,1510.605833,2144.465959,1036.171916,1914.742625 +189393,2257.546942,1503.37622,2143.526139,1036.897453,1915.785191 +189394,2259.670593,1496.250785,2144.398895,1037.634065,1916.643248 +189395,2261.796691,1489.404738,2142.666813,1038.374739,1915.929188 +189396,2263.965679,1482.325883,2141.580144,1039.12926,1916.136419 +189397,2266.144735,1475.484333,2140.744182,1039.889836,1916.229972 +189398,2273.966898,1468.754126,2140.04299,1040.65934,1916.296188 +189399,2262.195024,1461.983795,2141.166578,1041.438583,1916.729417 +189400,2300.544595,1455.509802,2139.734344,1042.221543,1921.287857 +189401,2238.827155,1448.930086,2138.799896,1042.948184,1910.219674 +189402,2294.265205,1445.015633,2139.805692,1043.920659,1923.32749 +189403,2297.785772,1440.460852,2140.027557,1044.578289,1916.63207 +189404,2249.307107,1435.647484,2139.823487,1045.453303,1916.882692 +189405,2301.300756,1431.051482,2139.398407,1046.197373,1917.829039 +189406,2281.16606,1426.66892,2138.905777,1047.129538,1918.05414 +189407,2289.847003,1422.175793,2136.688806,1047.917267,1917.722967 +189408,2291.127773,1417.838527,2135.641605,1048.77187,1923.108573 +189409,2294.402762,1413.5659,2135.061973,1049.691332,1918.023606 +189410,2300.944662,1409.374061,2134.502672,1050.444703,1918.394849 +189411,2290.263807,1405.265617,2134.009061,1051.356142,1919.406282 +189412,2304.966026,1401.242512,2133.65557,1052.214073,1919.800957 +189413,2324.922875,1397.307815,2135.209401,1053.089289,1925.466085 +189414,2272.399004,1393.460463,2135.717073,1053.96734,1915.525043 +189415,2345.018211,1389.707341,2135.707803,1054.852562,1924.980175 +189416,2276.569499,1386.046349,2133.922769,1055.741367,1920.970245 +189417,2330.529458,1382.485032,2133.166104,1056.637862,1925.377184 +189418,2308.773607,1379.022352,2134.302123,1057.538578,1918.180628 +189419,2340.947641,1375.656649,2132.931548,1058.441004,1928.787222 +189420,2292.544948,1372.402342,2134.08494,1059.353441,1920.815446 +189421,2592.986002,1475.650903,2138.065986,1166.81403,1936.948989 +189422,2554.230243,1474.992275,2156.366488,1169.955726,1960.941124 +189423,2572.652927,1473.558282,2178.780497,1172.384426,1992.110445 +189424,2576.622933,1471.828076,2198.153341,1174.848077,2020.711538 +189425,2579.795543,1470.203277,2213.033227,1177.097721,2044.035322 +189426,2583.749734,1468.362418,2223.562663,1179.407527,2062.288975 +189427,2587.579204,1466.746346,2231.220507,1181.728517,2076.757247 +189428,2591.27843,1464.929551,2237.039706,1184.086488,2088.577435 +189429,2594.911859,1463.195982,2241.850344,1186.67872,2098.497087 +189430,2598.636737,1461.460114,2247.30743,1188.942022,2109.079306 +189431,2601.930003,1459.733989,2249.561659,1191.600622,2115.47369 +189432,2605.534123,1458.024572,2251.934948,1194.171613,2121.414461 +189433,2608.932739,1456.328847,2254.167277,1196.7987,2126.809206 +189434,2612.148765,1454.648644,2256.406678,1199.481832,2131.685251 +189435,2615.76918,1452.984435,2258.312159,1202.221414,2136.107502 +189436,2619.151605,1451.336428,2261.851231,1205.018616,2142.231879 +189437,2622.310268,1449.702439,2264.065309,1207.870567,2146.847178 +189438,2625.489764,1448.083711,2264.185776,1210.779846,2148.588198 +189439,2628.808976,1446.57414,2265.249108,1213.669564,2150.970137 +189440,2632.003154,1444.852156,2266.517195,1216.810506,2153.444908 +189441,2635.18506,1443.34417,2267.728618,1219.9142,2155.885614 +189442,2638.372047,1441.773544,2269.210755,1222.948061,2158.245762 +189443,2641.421332,1440.230964,2270.504893,1226.201075,2160.504394 +189444,2644.577619,1438.61193,2271.780599,1229.443791,2162.658209 +189445,2647.389179,1437.23281,2273.234386,1232.755848,2164.711368 +189446,2650.769065,1435.670832,2274.494992,1236.126352,2166.675345 +189447,2653.817428,1434.201834,2277.404674,1239.556117,2170.653016 +189448,2656.529366,1432.730689,2277.672847,1243.041823,2171.284897 +189449,2659.639371,1431.277574,2278.467689,1246.589131,2172.524357 +189450,2662.579929,1429.836888,2279.42696,1250.193865,2173.91375 +189451,2665.47193,1428.370535,2280.460405,1253.803207,2175.348452 +189452,2668.391022,1426.911354,2283.384294,1257.54182,2178.876124 +189453,2671.085699,1425.459775,2285.174382,1261.132731,2181.214865 +189454,2673.915944,1424.020832,2286.553089,1264.955907,2183.048927 +189455,2676.735465,1422.593237,2287.713103,1268.764709,2184.601146 +189456,2679.321616,1421.17579,2287.067468,1272.557778,2183.888258 +189457,2682.54394,1419.775289,2288.993396,1276.613735,2186.327 +189458,2692.351534,1418.380244,2288.788449,1280.542174,2186.099675 +189459,2677.396603,1417.003148,2289.161649,1284.600029,2186.567363 +189460,2701.883298,1415.63602,2289.797782,1288.701296,2187.341715 +189461,2683.346184,1414.283933,2292.266076,1292.859494,2190.382599 +189462,2706.554249,1412.850144,2292.18965,1297.154916,2190.276148 +189463,2696.365005,1411.654182,2292.812876,1301.30423,2191.03582 +189464,2702.034378,1410.275275,2293.511654,1307.887611,2191.879557 +189465,2705.540387,1408.985962,2295.934207,1309.086959,2194.859413 +189466,2707.472114,1407.69468,2295.800163,1322.781984,2194.675349 +189467,2710.360333,1406.506395,2296.25543,1307.516514,2195.218813 +189468,2713.182767,1405.111254,2296.916487,1327.29761,2196.005758 +189469,2715.804663,1403.921278,2297.651893,1328.091568,2196.876632 +189470,2718.546548,1402.668982,2298.422602,1332.41693,2197.78839 +189471,2721.311495,1401.442363,2299.216046,1337.603223,2198.72875 +189472,2724.206829,1400.230398,2301.886239,1342.337653,2201.763896 +189473,2726.260814,1399.02634,2301.714542,1347.27342,2201.536579 +189474,2729.750923,1397.842008,2303.785053,1352.051834,2204.088453 +189475,2731.852774,1396.662519,2303.402935,1357.063162,2203.608531 +189476,2735.013683,1395.503751,2305.353254,1362.068607,2206.001656 +189477,2737.20207,1394.348861,2304.893809,1367.131635,2205.409004 +189478,2740.385535,1393.215191,2306.794513,1372.261093,2207.724849 +189479,2742.523676,1392.085204,2306.303628,1377.521344,2207.079996 +189480,2745.466725,1390.974309,2306.497223,1382.630097,2207.27042 +189481,2795.488615,1412.96507,2306.009711,1411.027443,2205.482362 +189482,2801.10667,1413.294045,2309.013374,1417.847796,2208.535692 +189483,2807.292857,1413.301525,2315.050929,1424.312671,2215.69801 +189484,2818.794586,1413.198135,2318.163219,1430.702034,2219.435808 +189485,2806.687262,1413.022301,2322.458881,1437.057806,2224.705706 +189486,2829.505533,1412.795594,2325.16806,1443.492286,2228.201349 +189487,2824.151629,1412.546272,2327.218427,1454.668124,2230.611085 +189488,2827.850423,1412.28057,2326.990342,1454.805466,2230.128788 +189489,2833.364395,1412.013253,2327.361638,1457.367505,2230.285864 +189490,2837.840373,1411.741076,2328.023719,1472.318079,2230.70528 +189491,2848.350244,1411.470529,2328.962727,1474.68598,2231.384204 +189492,2845.085197,1411.201106,2330.15555,1482.00402,2232.079305 +189493,2849.23954,1410.935146,2330.942348,1488.71346,2232.463741 +189494,2866.681797,1409.829595,2331.918805,1500.221017,2233.046418 +189495,2867.059349,1409.381713,2333.109491,1507.856794,2233.975711 +189496,2870.841721,1409.025626,2334.109799,1518.826016,2234.71675 +189497,2882.667404,1408.696564,2335.049738,1523.35609,2235.370703 +189498,2873.963771,1408.381727,2335.798646,1539.009919,2235.738061 +189499,2894.987357,1408.077791,2336.548422,1522.574754,2236.052617 +189500,2884.909758,1407.782272,2337.348491,1544.948071,2236.38153 +189501,2895.742684,1407.494735,2337.940312,1552.972033,2236.597205 +189502,2896.41177,1407.214911,2338.441472,1564.736723,2236.450718 +189503,2898.130057,1406.94255,2338.864601,1557.858234,2236.175619 +189504,2900.714107,1406.676977,2339.170159,1573.238128,2235.725403 +189505,2901.765425,1406.418592,2339.341458,1589.317875,2235.088462 +189506,2901.293248,1406.166863,2339.358732,1575.42084,2234.243805 +189507,2900.764587,1405.922007,2339.160642,1618.104111,2233.111805 +189508,2900.288688,1405.683745,2338.799899,1577.774916,2231.962846 +189509,2900.047507,1405.452316,2338.41753,1634.33369,2230.537815 +189510,2902.589374,1405.228978,2339.680613,1601.181012,2231.091106 +189511,2901.201322,1404.960624,2338.369556,1639.561424,2228.533587 +189512,2900.751258,1404.69427,2337.579801,1628.002785,2226.610926 +189513,2900.666439,1404.42655,2336.951099,1642.065734,2225.056675 +189514,2903.703473,1404.163377,2338.255012,1648.313964,2225.798788 +189515,2903.042074,1403.89831,2337.192352,1655.895657,2223.309661 +189516,2903.459155,1403.641437,2336.792721,1663.350341,2221.647433 +189517,2904.303387,1403.385358,2336.638611,1670.909246,2220.635098 +189518,2908.061187,1403.134545,2338.321561,1678.329969,2221.926348 +189519,2907.889968,1402.88248,2337.519532,1686.064443,2220.093933 +189520,2908.657071,1402.638635,2337.309191,1693.55563,2218.986684 +189521,2912.414578,1402.397301,2338.987303,1701.088174,2220.407789 +189522,2912.382229,1402.154926,2338.266197,1714.692971,2218.714884 +189523,2913.303948,1401.920991,2338.144647,1713.765029,2217.76114 +189524,2914.463147,1401.687411,2338.158431,1725.003324,2216.970173 +189525,2915.828824,1401.457901,2338.290762,1732.277517,2216.324974 +189526,2917.340056,1401.231302,2338.508934,1739.687798,2215.789798 +189527,2918.917871,1401.008142,2338.767443,1747.438595,2215.311268 +189528,2920.544942,1400.78793,2339.057404,1754.961442,2214.879051 +189529,2922.212358,1400.571089,2339.373549,1762.844438,2214.696456 +189530,2923.91132,1400.357066,2339.71001,1770.491118,2214.343798 +189531,2925.636508,1400.1463,2340.062993,1778.056327,2214.012175 +189532,2927.389564,1399.938232,2340.433179,1785.9536,2213.705383 +189533,2929.239181,1399.733519,2340.864039,1796.823386,2213.478637 +189534,2931.274834,1399.530965,2341.4131,1807.740108,2213.40394 +189535,2933.609521,1399.331882,2342.154179,1823.309454,2213.574044 +189536,2936.049553,1399.134957,2342.967552,1826.472937,2213.841779 +189537,2938.412914,1398.940853,2343.739232,1839.126223,2214.065623 +189538,2940.817097,1398.749083,2344.542448,1849.734601,2214.33473 +189539,2943.291582,1398.559966,2345.394188,1859.60066,2214.668326 +189540,2945.9271,1398.372993,2346.351354,1875.253405,2215.136289 +189541,2949.673257,1364.950161,2348.907471,1843.836074,2218.456446 +189542,2947.241048,1364.325679,2346.792034,1858.177778,2215.294133 +189543,2942.55447,1363.80353,2342.699819,1867.283206,2209.249826 +189544,2939.062201,1363.19881,2339.446215,1882.26996,2203.685807 +189545,2937.537723,1362.818602,2337.446371,1885.734001,2199.592797 +189546,2937.551193,1362.255249,2336.6671,1897.294298,2196.82636 +189547,2938.663705,1361.765712,2336.458152,1907.872868,2195.13025 +189548,2940.601405,1361.263725,2336.845298,1922.16536,2194.323276 +189549,2942.914994,1360.76133,2337.546283,1926.192695,2194.056997 +189550,2945.267028,1360.257623,2338.3414,1936.940536,2194.052229 +189551,2947.847397,1359.753182,2339.339776,1952.275842,2194.43404 +189552,2950.576742,1359.24615,2340.480002,1956.347532,2195.322627 +189553,2953.611723,1358.822,2341.672234,1970.747125,2196.180729 +189554,2956.345664,1358.187976,2342.899934,1976.098744,2197.180606 +189555,2959.221561,1357.733409,2344.246535,1993.477492,2198.419315 +189556,2962.166124,1357.119589,2345.654588,1996.094555,2199.81758 +189557,2964.755717,1356.724774,2346.848358,2001.309383,2201.022655 +189558,2966.905275,1356.144056,2347.766737,2007.243384,2201.946599 +189559,2968.663553,1355.632451,2348.432258,2010.379061,2202.60482 +189560,2969.990819,1355.105838,2348.811773,2013.844584,2202.944913 +189561,2970.937617,1354.576717,2348.93092,2017.608852,2202.990066 +189562,2971.605939,1354.044929,2348.849992,2021.778714,2202.809211 +189563,2972.081069,1353.511166,2348.621115,2025.870099,2202.463663 +189564,2972.426911,1352.974894,2348.285559,2030.023564,2202.003324 +189565,2972.687627,1352.436772,2347.87334,2034.214429,2201.465436 +189566,2972.892283,1351.896248,2347.405511,2038.429345,2200.876741 +189567,2973.060091,1351.353943,2346.897072,2042.65995,2200.256599 +189568,2973.203918,1350.809294,2346.358834,2046.90056,2199.619059 +189569,2973.332285,1350.262913,2345.798548,2051.147321,2198.974121 +189570,2973.450826,1349.714237,2345.221829,2055.397846,2198.328878 +189571,2973.563327,1349.097857,2344.632797,2059.650884,2197.688304 +189572,2973.656389,1348.465536,2344.027386,2063.882843,2197.056105 +189573,2973.733888,1347.824473,2343.403282,2068.081241,2196.434926 +189574,2973.791749,1347.175825,2342.761566,2072.247435,2195.826605 +189575,2973.83967,1346.52105,2342.104855,2076.388634,2195.232064 +189576,2973.874499,1345.860044,2341.435784,2080.511793,2194.651513 +189577,2973.902667,1345.193722,2340.755273,2084.797606,2194.08323 +189578,2973.918895,1344.521729,2340.064492,2088.862741,2193.526245 +189579,2973.932196,1343.844843,2339.365761,2092.913702,2192.981367 +189580,2973.937954,1343.162629,2338.660446,2096.961392,2192.448513 +189581,2973.942027,1342.475822,2337.948737,2101.008079,2191.926316 +189582,2973.937933,1341.783956,2337.230648,2105.051636,2191.413362 +189583,2973.931367,1341.087732,2336.506164,2109.089136,2190.908318 +189584,2973.914615,1340.386666,2335.77441,2113.280115,2190.408903 +189585,2973.893685,1339.681442,2335.035431,2117.247807,2189.91407 +189586,2973.865062,1338.971555,2334.290874,2121.201555,2189.424888 +189587,2973.834299,1338.25767,2333.540518,2125.322738,2188.940197 +189588,2973.795278,1337.539272,2332.78433,2129.189166,2188.459177 +189589,2976.390921,1336.818565,2333.702347,2134.531269,2190.081794 +189590,2977.639544,1336.090513,2333.789354,2139.569662,2190.694887 +189591,2975.706382,1335.358926,2331.871491,2142.114857,2188.82643 +189592,2974.792145,1334.625413,2330.586838,2145.584894,2187.742882 +189593,2974.235454,1333.886197,2329.498918,2149.178903,2186.891511 +189594,2973.876622,1333.143248,2328.517094,2152.916467,2186.166194 +189595,2973.635828,1332.396707,2327.597262,2156.720016,2185.520438 +189596,2973.45183,1331.646111,2326.711368,2160.759224,2184.924478 +189597,2973.301059,1330.892071,2325.843866,2164.598519,2184.3609 +189598,2973.165656,1330.134025,2324.987978,2168.417238,2183.821424 +189599,2973.045458,1329.372543,2324.13973,2172.225496,2183.300593 +189600,2972.929778,1328.607058,2323.295787,2176.027766,2182.793631 +189601,2974.454335,1261.513955,2324.01164,2180.616367,2185.054574 +189602,2966.460307,1260.024809,2317.606844,2179.466525,2176.60587 +189603,2954.386681,1258.46873,2307.991125,2176.399331,2162.850479 +189604,2943.581842,1257.330321,2299.033872,2174.881081,2149.328759 +189605,2935.974562,1255.970888,2292.187937,2175.86697,2138.308322 +189606,2931.238811,1254.695672,2287.322385,2178.762894,2129.670817 +189607,2928.402122,1253.41189,2283.836181,2182.658914,2123.20157 +189608,2926.368063,1252.128503,2281.209702,2186.912537,2118.092808 +189609,2925.239363,1250.845172,2279.121059,2191.215733,2113.954071 +189610,2924.472817,1249.560656,2277.391517,2195.672202,2110.554553 +189611,2923.932602,1248.274194,2275.920518,2199.853175,2107.752352 +189612,2923.545727,1246.984806,2274.644857,2203.969527,2105.448659 +189613,2923.177854,1272.636388,2273.462382,2207.976781,2103.495147 +189614,2922.989675,1204.432001,2272.27009,2212.018881,2101.977524 +189615,2922.931419,1262.400107,2271.413502,2216.07645,2100.822011 +189616,2922.725162,1257.093095,2270.512795,2219.963091,2099.779749 +189617,2922.580954,1213.459895,2269.687351,2223.838829,2098.985919 +189618,2922.441706,1277.867469,2268.892204,2227.672302,2098.369522 +189619,2922.334052,1195.184156,2268.139134,2231.488506,2097.929769 +189620,2922.286098,1255.890887,2267.442949,2235.311276,2097.670773 +189621,2922.093236,1243.437731,2266.672,2238.998805,2097.416103 +189622,2921.913321,1217.202501,2265.923231,2242.667745,2097.274084 +189623,2921.739119,1255.673998,2265.189697,2246.316307,2097.225619 +189624,2921.577171,1204.862252,2264.474244,2249.950432,2097.265575 +189625,2921.380529,1261.126009,2263.746402,2253.537408,2097.34865 +189626,2921.188815,1197.227131,2263.030459,2257.106363,2097.498313 +189627,2920.977007,1258.453929,2262.309981,2260.640538,2097.688243 +189628,2918.029759,1196.435482,2261.53781,2264.089113,2097.854501 +189629,2916.842298,1250.671915,2262.268981,2269.184714,2099.928123 +189630,2912.70482,1199.814468,2260.347058,2271.429611,2098.747336 +189631,2902.403046,1241.587146,2258.679751,2273.759704,2097.903923 +189632,2911.801309,1202.557432,2257.151306,2276.261332,2097.249971 +189633,2899.826148,1226.851552,2255.784021,2278.932789,2096.821121 +189634,2899.288153,1204.748871,2253.947864,2281.853307,2096.324689 +189635,2898.003369,1214.405295,2251.892141,2284.937971,2095.87855 +189636,2896.159319,1208.757182,2249.903697,2288.053878,2095.584766 +189637,2886.367943,1207.715811,2247.879552,2290.872869,2095.187986 +189638,2897.053587,1206.009285,2246.02564,2293.611903,2094.917329 +189639,2883.781303,1204.302005,2244.353038,2296.339245,2094.80267 +189640,2886.907709,1202.59533,2244.275888,2300.68724,2096.627644 +189641,2884.47121,1200.894515,2241.745992,2302.098469,2095.387588 +189642,2882.204097,1199.263307,2239.848651,2304.141797,2094.908923 +189643,2881.071475,1197.449943,2239.794524,2308.215066,2096.696529 +189644,2877.441017,1195.799352,2237.314975,2309.458662,2095.463872 +189645,2867.133963,1194.081281,2235.258013,2311.134419,2094.548689 +189646,2880.651285,1192.374036,2233.506601,2313.145027,2094.2027 +189647,2863.460503,1190.6653,2231.959808,2315.358847,2094.099298 +189648,2869.02413,1188.954011,2231.982385,2319.272122,2095.930507 +189649,2864.904005,1187.243594,2229.543498,2320.289379,2094.736261 +189650,2862.763763,1185.528152,2227.726362,2321.960224,2094.305453 +189651,2860.425234,1183.812143,2226.096321,2323.835319,2094.094151 +189652,2858.139609,1182.09344,2224.553791,2325.789777,2093.983344 +189653,2856.327227,1180.371544,2224.683732,2329.575351,2095.93759 +189654,2852.669752,1178.649987,2222.286829,2330.4001,2094.789814 +189655,2850.194789,1176.922914,2220.415494,2331.780642,2094.289909 +189656,2847.838922,1175.194665,2218.727698,2333.374116,2094.006325 +189657,2838.374661,1173.462632,2218.623437,2336.734974,2095.67218 +189658,2849.940713,1171.730562,2216.126048,2337.310909,2094.396231 +189659,2831.57211,1169.992908,2214.235445,2338.544288,2093.866679 +189660,2836.803373,1168.254032,2212.398572,2339.840876,2093.214101 +189661,1986.503578,1166.908677,1050.021711,1811.831825,2361.646374 +189662,2064.972571,1294.612484,1092.731049,1886.706163,2411.485888 +189663,2148.42228,1299.628939,1141.280583,1965.98817,2448.842778 +189664,2214.642538,1299.475542,1182.568045,2023.970522,2468.800618 +189665,2265.046567,1300.314167,1216.271729,2061.874991,2481.818414 +189666,2302.778638,1300.120105,1243.26602,2085.006523,2490.794417 +189667,2331.476712,1299.663852,1265.171667,2099.000186,2497.498371 +189668,2354.023648,1299.158009,1283.371053,2108.378505,2502.861575 +189669,2372.22485,1298.611774,1298.764246,2115.450409,2507.372374 +189670,2387.186841,1298.033671,1312.103566,2121.261593,2511.324185 +189671,2399.619286,1297.434723,1323.426407,2126.240662,2514.868902 +189672,2409.985409,1296.819587,1333.19272,2130.574535,2518.058926 +189673,2418.660711,1296.174535,1341.636397,2134.40168,2520.933977 +189674,2425.95702,1295.542508,1348.964283,2137.840467,2523.528221 +189675,2432.106066,1294.912997,1355.334997,2140.967023,2525.846085 +189676,2437.345818,1294.284156,1360.909038,2143.877651,2527.948469 +189677,2441.867778,1293.659424,1365.821822,2146.825672,2529.888124 +189678,2445.7938,1293.037982,1370.170973,2149.447127,2531.676467 +189679,2449.225865,1292.422414,1374.040191,2151.958329,2533.329436 +189680,2452.247907,1291.811317,1377.500295,2154.379527,2534.863444 +189681,2454.928309,1291.206528,1380.610868,2156.723321,2536.293685 +189682,2457.322645,1290.606323,1383.422023,2158.997127,2537.633822 +189683,2459.475858,1290.012047,1385.975824,2161.20567,2538.89575 +189684,2461.42437,1289.421825,1388.307632,2163.352503,2540.089843 +189685,2463.197624,1288.836693,1390.447132,2165.4405,2541.224975 +189686,2464.819587,1288.254736,1392.419329,2167.47209,2542.308838 +189687,2466.309905,1287.676807,1394.245251,2169.449232,2543.34794 +189688,2467.684865,1287.08616,1395.942673,2171.373563,2544.347913 +189689,2468.955686,1286.508917,1397.525157,2173.243631,2545.311083 +189690,2470.134129,1285.936131,1399.005827,2175.061606,2546.242226 +189691,2471.25495,1285.256689,1400.396248,2176.830093,2547.145977 +189692,2472.350467,1284.555123,1401.701685,2178.445887,2548.025936 +189693,2473.41706,1283.843443,1402.926996,2179.84588,2548.884707 +189694,2474.459718,1283.124185,1404.078032,2181.026259,2549.724279 +189695,2475.466984,1282.398911,1405.160987,2182.013482,2550.546249 +189696,2476.44472,1281.667215,1406.181696,2183.025581,2551.351961 +189697,2477.38427,1280.93047,1407.145296,2183.695804,2552.142525 +189698,2478.293223,1280.187964,1408.056223,2184.238999,2552.918846 +189699,2479.137378,1279.440169,1408.905277,2184.650496,2553.653229 +189700,2479.949479,1278.686917,1409.707917,2184.959802,2554.37279 +189701,2480.742826,1277.928433,1410.477279,2185.188218,2555.100311 +189702,2481.513016,1277.083567,1411.210158,2185.327956,2555.823468 +189703,2482.247642,1276.435472,1411.906588,2185.376571,2556.537512 +189704,2482.952315,1275.600903,1412.56775,2185.33436,2557.240677 +189705,2483.619049,1274.834513,1413.195166,2185.202872,2557.932362 +189706,2484.255283,1274.049626,1413.790396,2184.980362,2558.612417 +189707,2484.853915,1273.259552,1414.354916,2184.673131,2559.28082 +189708,2485.414139,1272.464219,1414.89009,2184.280928,2559.937566 +189709,2485.947409,1271.663903,1415.397167,2183.808612,2560.582641 +189710,2486.446141,1270.858402,1415.877299,2183.254282,2561.216026 +189711,2486.908074,1270.047998,1416.33154,2182.432353,2561.837659 +189712,2487.343578,1269.23253,1416.760874,2181.727832,2562.447492 +189713,2487.74499,1268.412271,1417.166216,2180.95172,2563.04547 +189714,2488.110111,1267.587048,1417.548424,2180.094977,2563.631543 +189715,2488.440786,1266.757162,1417.908291,2179.156363,2564.205629 +189716,2488.73926,1265.92245,1418.246567,2178.138447,2564.767665 +189717,2489.006802,1265.083208,1418.563955,2177.04408,2565.317576 +189718,2489.243836,1264.239276,1418.861126,2175.875257,2565.855307 +189719,2489.450407,1263.412053,1419.138711,2174.633201,2566.38079 +189720,2489.634772,1262.564539,1419.398168,2173.354148,2566.893983 +189721,0,0,0,0,0 +189722,0,0,0,0,0 +189723,0,0,0,0,0 +189724,0,0,0,0,0 +189725,0,0,0,0,0 +189726,0,0,0,0,0 +189727,0,0,0,0,0 +189728,0,0,0,0,0 +189729,0,0,0,0,0 +189730,0,0,0,0,0 +189731,0,0,0,0,0 +189732,0,0,0,0,0 +189733,0,0,0,0,0 +189734,0,0,0,0,0 +189735,0,0,0,0,0 +189736,0,0,0,0,0 +189737,0,0,0,0,0 +189738,0,0,0,0,0 +189739,0,0,0,0,0 +189740,0,0,0,0,0 +189741,0,0,0,0,0 +189742,0,0,0,0,0 +189743,0,0,0,0,0 +189744,0,0,0,0,0 +189745,0,0,0,0,0 +189746,0,0,0,0,0 +189747,0,0,0,0,0 +189748,0,0,0,0,0 +189749,0,0,0,0,0 +189750,0,0,0,0,0 +189751,0,0,0,0,0 +189752,0,0,0,0,0 +189753,0,0,0,0,0 +189754,0,0,0,0,0 +189755,0,0,0,0,0 +189756,0,0,0,0,0 +189757,0,0,0,0,0 +189758,0,0,0,0,0 +189759,0,0,0,0,0 +189760,0,0,0,0,0 +189761,0,0,0,0,0 +189762,0,0,0,0,0 +189763,0,0,0,0,0 +189764,0,0,0,0,0 +189765,0,0,0,0,0 +189766,0,0,0,0,0 +189767,0,0,0,0,0 +189768,0,0,0,0,0 +189769,0,0,0,0,0 +189770,0,0,0,0,0 +189771,0,0,0,0,0 +189772,0,0,0,0,0 +189773,0,0,0,0,0 +189774,0,0,0,0,0 +189775,0,0,0,0,0 +189776,0,0,0,0,0 +189777,0,0,0,0,0 +189778,0,0,0,0,0 +189779,0,0,0,0,0 +189780,0,0,0,0,0 +189781,0,0,0,0,0 +189782,0,0,0,0,0 +189783,0,0,0,0,0 +189784,0,0,0,0,0 +189785,0,0,0,0,0 +189786,0,0,0,0,0 +189787,0,0,0,0,0 +189788,0,0,0,0,0 +189789,0,0,0,0,0 +189790,0,0,0,0,0 +189791,0,0,0,0,0 +189792,0,0,0,0,0 +189793,0,0,0,0,0 +189794,0,0,0,0,0 +189795,0,0,0,0,0 +189796,0,0,0,0,0 +189797,0,0,0,0,0 +189798,0,0,0,0,0 +189799,0,0,0,0,0 +189800,0,0,0,0,0 +189801,0,0,0,0,0 +189802,0,0,0,0,0 +189803,0,0,0,0,0 +189804,0,0,0,0,0 +189805,0,0,0,0,0 +189806,0,0,0,0,0 +189807,0,0,0,0,0 +189808,0,0,0,0,0 +189809,0,0,0,0,0 +189810,0,0,0,0,0 +189811,0,0,0,0,0 +189812,0,0,0,0,0 +189813,0,0,0,0,0 +189814,0,0,0,0,0 +189815,0,0,0,0,0 +189816,0,0,0,0,0 +189817,0,0,0,0,0 +189818,0,0,0,0,0 +189819,0,0,0,0,0 +189820,0,0,0,0,0 +189821,0,0,0,0,0 +189822,0,0,0,0,0 +189823,0,0,0,0,0 +189824,0,0,0,0,0 +189825,0,0,0,0,0 +189826,0,0,0,0,0 +189827,0,0,0,0,0 +189828,0,0,0,0,0 +189829,0,0,0,0,0 +189830,0,0,0,0,0 +189831,0,0,0,0,0 +189832,0,0,0,0,0 +189833,0,0,0,0,0 +189834,0,0,0,0,0 +189835,0,0,0,0,0 +189836,0,0,0,0,0 +189837,0,0,0,0,0 +189838,0,0,0,0,0 +189839,0,0,0,0,0 +189840,0,0,0,0,0 +189841,0,0,0,0,0 +189842,0,0,0,0,0 +189843,0,0,0,0,0 +189844,0,0,0,0,0 +189845,0,0,0,0,0 +189846,0,0,0,0,0 +189847,0,0,0,0,0 +189848,0,0,0,0,0 +189849,0,0,0,0,0 +189850,0,0,0,0,0 +189851,0,0,0,0,0 +189852,0,0,0,0,0 +189853,0,0,0,0,0 +189854,0,0,0,0,0 +189855,0,0,0,0,0 +189856,0,0,0,0,0 +189857,0,0,0,0,0 +189858,0,0,0,0,0 +189859,0,0,0,0,0 +189860,0,0,0,0,0 +189861,0,0,0,0,0 +189862,0,0,0,0,0 +189863,0,0,0,0,0 +189864,0,0,0,0,0 +189865,0,0,0,0,0 +189866,0,0,0,0,0 +189867,0,0,0,0,0 +189868,0,0,0,0,0 +189869,0,0,0,0,0 +189870,0,0,0,0,0 +189871,0,0,0,0,0 +189872,0,0,0,0,0 +189873,0,0,0,0,0 +189874,0,0,0,0,0 +189875,0,0,0,0,0 +189876,0,0,0,0,0 +189877,0,0,0,0,0 +189878,0,0,0,0,0 +189879,0,0,0,0,0 +189880,0,0,0,0,0 +189881,0,0,0,0,0 +189882,0,0,0,0,0 +189883,0,0,0,0,0 +189884,0,0,0,0,0 +189885,0,0,0,0,0 +189886,0,0,0,0,0 +189887,0,0,0,0,0 +189888,0,0,0,0,0 +189889,0,0,0,0,0 +189890,0,0,0,0,0 +189891,0,0,0,0,0 +189892,0,0,0,0,0 +189893,0,0,0,0,0 +189894,0,0,0,0,0 +189895,0,0,0,0,0 +189896,0,0,0,0,0 +189897,0,0,0,0,0 +189898,0,0,0,0,0 +189899,0,0,0,0,0 +189900,0,0,0,0,0 +189901,0,0,0,0,0 +189902,0,0,0,0,0 +189903,0,0,0,0,0 +189904,0,0,0,0,0 +189905,0,0,0,0,0 +189906,0,0,0,0,0 +189907,0,0,0,0,0 +189908,0,0,0,0,0 +189909,0,0,0,0,0 +189910,0,0,0,0,0 +189911,0,0,0,0,0 +189912,0,0,0,0,0 +189913,0,0,0,0,0 +189914,0,0,0,0,0 +189915,0,0,0,0,0 +189916,0,0,0,0,0 +189917,0,0,0,0,0 +189918,0,0,0,0,0 +189919,0,0,0,0,0 +189920,0,0,0,0,0 +189921,0,0,0,0,0 +189922,0,0,0,0,0 +189923,0,0,0,0,0 +189924,0,0,0,0,0 +189925,0,0,0,0,0 +189926,0,0,0,0,0 +189927,0,0,0,0,0 +189928,0,0,0,0,0 +189929,0,0,0,0,0 +189930,0,0,0,0,0 +189931,0,0,0,0,0 +189932,0,0,0,0,0 +189933,0,0,0,0,0 +189934,0,0,0,0,0 +189935,0,0,0,0,0 +189936,0,0,0,0,0 +189937,0,0,0,0,0 +189938,0,0,0,0,0 +189939,0,0,0,0,0 +189940,0,0,0,0,0 +189941,0,0,0,0,0 +189942,0,0,0,0,0 +189943,0,0,0,0,0 +189944,0,0,0,0,0 +189945,0,0,0,0,0 +189946,0,0,0,0,0 +189947,0,0,0,0,0 +189948,0,0,0,0,0 +189949,0,0,0,0,0 +189950,0,0,0,0,0 +189951,0,0,0,0,0 +189952,0,0,0,0,0 +189953,0,0,0,0,0 +189954,0,0,0,0,0 +189955,0,0,0,0,0 +189956,0,0,0,0,0 +189957,0,0,0,0,0 +189958,0,0,0,0,0 +189959,0,0,0,0,0 +189960,0,0,0,0,0 +189961,0,0,0,0,0 +189962,0,0,0,0,0 +189963,0,0,0,0,0 +189964,0,0,0,0,0 +189965,0,0,0,0,0 +189966,0,0,0,0,0 +189967,0,0,0,0,0 +189968,0,0,0,0,0 +189969,0,0,0,0,0 +189970,0,0,0,0,0 +189971,0,0,0,0,0 +189972,0,0,0,0,0 +189973,0,0,0,0,0 +189974,0,0,0,0,0 +189975,0,0,0,0,0 +189976,0,0,0,0,0 +189977,0,0,0,0,0 +189978,0,0,0,0,0 +189979,0,0,0,0,0 +189980,0,0,0,0,0 +189981,0,0,0,0,0 +189982,0,0,0,0,0 +189983,0,0,0,0,0 +189984,0,0,0,0,0 +189985,0,0,0,0,0 +189986,0,0,0,0,0 +189987,0,0,0,0,0 +189988,0,0,0,0,0 +189989,0,0,0,0,0 +189990,0,0,0,0,0 +189991,0,0,0,0,0 +189992,0,0,0,0,0 +189993,0,0,0,0,0 +189994,0,0,0,0,0 +189995,0,0,0,0,0 +189996,0,0,0,0,0 +189997,0,0,0,0,0 +189998,0,0,0,0,0 +189999,0,0,0,0,0 +190000,0,0,0,0,0 +190001,0,0,0,0,0 +190002,0,0,0,0,0 +190003,0,0,0,0,0 +190004,0,0,0,0,0 +190005,0,0,0,0,0 +190006,0,0,0,0,0 +190007,0,0,0,0,0 +190008,0,0,0,0,0 +190009,0,0,0,0,0 +190010,0,0,0,0,0 +190011,0,0,0,0,0 +190012,0,0,0,0,0 +190013,0,0,0,0,0 +190014,0,0,0,0,0 +190015,0,0,0,0,0 +190016,0,0,0,0,0 +190017,0,0,0,0,0 +190018,0,0,0,0,0 +190019,0,0,0,0,0 +190020,0,0,0,0,0 +190021,0,0,0,0,0 +190022,0,0,0,0,0 +190023,0,0,0,0,0 +190024,0,0,0,0,0 +190025,0,0,0,0,0 +190026,0,0,0,0,0 +190027,0,0,0,0,0 +190028,0,0,0,0,0 +190029,0,0,0,0,0 +190030,0,0,0,0,0 +190031,0,0,0,0,0 +190032,0,0,0,0,0 +190033,0,0,0,0,0 +190034,0,0,0,0,0 +190035,0,0,0,0,0 +190036,0,0,0,0,0 +190037,0,0,0,0,0 +190038,0,0,0,0,0 +190039,0,0,0,0,0 +190040,0,0,0,0,0 +190041,0,0,0,0,0 +190042,0,0,0,0,0 +190043,0,0,0,0,0 +190044,0,0,0,0,0 +190045,0,0,0,0,0 +190046,0,0,0,0,0 +190047,0,0,0,0,0 +190048,0,0,0,0,0 +190049,0,0,0,0,0 +190050,0,0,0,0,0 +190051,0,0,0,0,0 +190052,0,0,0,0,0 +190053,0,0,0,0,0 +190054,0,0,0,0,0 +190055,0,0,0,0,0 +190056,0,0,0,0,0 +190057,0,0,0,0,0 +190058,0,0,0,0,0 +190059,0,0,0,0,0 +190060,0,0,0,0,0 +190061,0,0,0,0,0 +190062,0,0,0,0,0 +190063,0,0,0,0,0 +190064,0,0,0,0,0 +190065,0,0,0,0,0 +190066,0,0,0,0,0 +190067,0,0,0,0,0 +190068,0,0,0,0,0 +190069,0,0,0,0,0 +190070,0,0,0,0,0 +190071,0,0,0,0,0 +190072,0,0,0,0,0 +190073,0,0,0,0,0 +190074,0,0,0,0,0 +190075,0,0,0,0,0 +190076,0,0,0,0,0 +190077,0,0,0,0,0 +190078,0,0,0,0,0 +190079,0,0,0,0,0 +190080,0,0,0,0,0 +190081,0,0,0,0,0 +190082,0,0,0,0,0 +190083,0,0,0,0,0 +190084,0,0,0,0,0 +190085,0,0,0,0,0 +190086,0,0,0,0,0 +190087,0,0,0,0,0 +190088,0,0,0,0,0 +190089,0,0,0,0,0 +190090,0,0,0,0,0 +190091,0,0,0,0,0 +190092,0,0,0,0,0 +190093,0,0,0,0,0 +190094,0,0,0,0,0 +190095,0,0,0,0,0 +190096,0,0,0,0,0 +190097,0,0,0,0,0 +190098,0,0,0,0,0 +190099,0,0,0,0,0 +190100,0,0,0,0,0 +190101,0,0,0,0,0 +190102,0,0,0,0,0 +190103,0,0,0,0,0 +190104,0,0,0,0,0 +190105,0,0,0,0,0 +190106,0,0,0,0,0 +190107,0,0,0,0,0 +190108,0,0,0,0,0 +190109,0,0,0,0,0 +190110,0,0,0,0,0 +190111,0,0,0,0,0 +190112,0,0,0,0,0 +190113,0,0,0,0,0 +190114,0,0,0,0,0 +190115,0,0,0,0,0 +190116,0,0,0,0,0 +190117,0,0,0,0,0 +190118,0,0,0,0,0 +190119,0,0,0,0,0 +190120,0,0,0,0,0 +190121,0,0,0,0,0 +190122,0,0,0,0,0 +190123,0,0,0,0,0 +190124,0,0,0,0,0 +190125,0,0,0,0,0 +190126,0,0,0,0,0 +190127,0,0,0,0,0 +190128,0,0,0,0,0 +190129,0,0,0,0,0 +190130,0,0,0,0,0 +190131,0,0,0,0,0 +190132,0,0,0,0,0 +190133,0,0,0,0,0 +190134,0,0,0,0,0 +190135,0,0,0,0,0 +190136,0,0,0,0,0 +190137,0,0,0,0,0 +190138,0,0,0,0,0 +190139,0,0,0,0,0 +190140,0,0,0,0,0 +190141,0,0,0,0,0 +190142,0,0,0,0,0 +190143,0,0,0,0,0 +190144,0,0,0,0,0 +190145,0,0,0,0,0 +190146,0,0,0,0,0 +190147,0,0,0,0,0 +190148,0,0,0,0,0 +190149,0,0,0,0,0 +190150,0,0,0,0,0 +190151,0,0,0,0,0 +190152,0,0,0,0,0 +190153,0,0,0,0,0 +190154,0,0,0,0,0 +190155,0,0,0,0,0 +190156,0,0,0,0,0 +190157,0,0,0,0,0 +190158,0,0,0,0,0 +190159,0,0,0,0,0 +190160,0,0,0,0,0 +190161,0,0,0,0,0 +190162,0,0,0,0,0 +190163,0,0,0,0,0 +190164,0,0,0,0,0 +190165,0,0,0,0,0 +190166,0,0,0,0,0 +190167,0,0,0,0,0 +190168,0,0,0,0,0 +190169,0,0,0,0,0 +190170,0,0,0,0,0 +190171,0,0,0,0,0 +190172,0,0,0,0,0 +190173,0,0,0,0,0 +190174,0,0,0,0,0 +190175,0,0,0,0,0 +190176,0,0,0,0,0 +190177,0,0,0,0,0 +190178,0,0,0,0,0 +190179,0,0,0,0,0 +190180,0,0,0,0,0 +190181,0,0,0,0,0 +190182,0,0,0,0,0 +190183,0,0,0,0,0 +190184,0,0,0,0,0 +190185,0,0,0,0,0 +190186,0,0,0,0,0 +190187,0,0,0,0,0 +190188,0,0,0,0,0 +190189,0,0,0,0,0 +190190,0,0,0,0,0 +190191,0,0,0,0,0 +190192,0,0,0,0,0 +190193,0,0,0,0,0 +190194,0,0,0,0,0 +190195,0,0,0,0,0 +190196,0,0,0,0,0 +190197,0,0,0,0,0 +190198,0,0,0,0,0 +190199,0,0,0,0,0 +190200,0,0,0,0,0 +190201,0,0,0,0,0 +190202,0,0,0,0,0 +190203,0,0,0,0,0 +190204,0,0,0,0,0 +190205,0,0,0,0,0 +190206,0,0,0,0,0 +190207,0,0,0,0,0 +190208,0,0,0,0,0 +190209,0,0,0,0,0 +190210,0,0,0,0,0 +190211,0,0,0,0,0 +190212,0,0,0,0,0 +190213,0,0,0,0,0 +190214,0,0,0,0,0 +190215,0,0,0,0,0 +190216,0,0,0,0,0 +190217,0,0,0,0,0 +190218,0,0,0,0,0 +190219,0,0,0,0,0 +190220,0,0,0,0,0 +190221,0,0,0,0,0 +190222,0,0,0,0,0 +190223,0,0,0,0,0 +190224,0,0,0,0,0 +190225,0,0,0,0,0 +190226,0,0,0,0,0 +190227,0,0,0,0,0 +190228,0,0,0,0,0 +190229,0,0,0,0,0 +190230,0,0,0,0,0 +190231,0,0,0,0,0 +190232,0,0,0,0,0 +190233,0,0,0,0,0 +190234,0,0,0,0,0 +190235,0,0,0,0,0 +190236,0,0,0,0,0 +190237,0,0,0,0,0 +190238,0,0,0,0,0 +190239,0,0,0,0,0 +190240,0,0,0,0,0 +190241,0,0,0,0,0 +190242,0,0,0,0,0 +190243,0,0,0,0,0 +190244,0,0,0,0,0 +190245,0,0,0,0,0 +190246,0,0,0,0,0 +190247,0,0,0,0,0 +190248,0,0,0,0,0 +190249,0,0,0,0,0 +190250,0,0,0,0,0 +190251,0,0,0,0,0 +190252,0,0,0,0,0 +190253,0,0,0,0,0 +190254,0,0,0,0,0 +190255,0,0,0,0,0 +190256,0,0,0,0,0 +190257,0,0,0,0,0 +190258,0,0,0,0,0 +190259,0,0,0,0,0 +190260,0,0,0,0,0 +190261,0,0,0,0,0 +190262,0,0,0,0,0 +190263,0,0,0,0,0 +190264,0,0,0,0,0 +190265,0,0,0,0,0 +190266,0,0,0,0,0 +190267,0,0,0,0,0 +190268,0,0,0,0,0 +190269,0,0,0,0,0 +190270,0,0,0,0,0 +190271,0,0,0,0,0 +190272,0,0,0,0,0 +190273,0,0,0,0,0 +190274,0,0,0,0,0 +190275,0,0,0,0,0 +190276,0,0,0,0,0 +190277,0,0,0,0,0 +190278,0,0,0,0,0 +190279,0,0,0,0,0 +190280,0,0,0,0,0 +190281,0,0,0,0,0 +190282,0,0,0,0,0 +190283,0,0,0,0,0 +190284,0,0,0,0,0 +190285,0,0,0,0,0 +190286,0,0,0,0,0 +190287,0,0,0,0,0 +190288,0,0,0,0,0 +190289,0,0,0,0,0 +190290,0,0,0,0,0 +190291,0,0,0,0,0 +190292,0,0,0,0,0 +190293,0,0,0,0,0 +190294,0,0,0,0,0 +190295,0,0,0,0,0 +190296,0,0,0,0,0 +190297,0,0,0,0,0 +190298,0,0,0,0,0 +190299,0,0,0,0,0 +190300,0,0,0,0,0 +190301,0,0,0,0,0 +190302,0,0,0,0,0 +190303,0,0,0,0,0 +190304,0,0,0,0,0 +190305,0,0,0,0,0 +190306,0,0,0,0,0 +190307,0,0,0,0,0 +190308,0,0,0,0,0 +190309,0,0,0,0,0 +190310,0,0,0,0,0 +190311,0,0,0,0,0 +190312,0,0,0,0,0 +190313,0,0,0,0,0 +190314,0,0,0,0,0 +190315,0,0,0,0,0 +190316,0,0,0,0,0 +190317,0,0,0,0,0 +190318,0,0,0,0,0 +190319,0,0,0,0,0 +190320,0,0,0,0,0 +190321,0,0,0,0,0 +190322,0,0,0,0,0 +190323,0,0,0,0,0 +190324,0,0,0,0,0 +190325,0,0,0,0,0 +190326,0,0,0,0,0 +190327,0,0,0,0,0 +190328,0,0,0,0,0 +190329,0,0,0,0,0 +190330,0,0,0,0,0 +190331,0,0,0,0,0 +190332,0,0,0,0,0 +190333,0,0,0,0,0 +190334,0,0,0,0,0 +190335,0,0,0,0,0 +190336,0,0,0,0,0 +190337,0,0,0,0,0 +190338,0,0,0,0,0 +190339,0,0,0,0,0 +190340,0,0,0,0,0 +190341,0,0,0,0,0 +190342,0,0,0,0,0 +190343,0,0,0,0,0 +190344,0,0,0,0,0 +190345,0,0,0,0,0 +190346,0,0,0,0,0 +190347,0,0,0,0,0 +190348,0,0,0,0,0 +190349,0,0,0,0,0 +190350,0,0,0,0,0 +190351,0,0,0,0,0 +190352,0,0,0,0,0 +190353,0,0,0,0,0 +190354,0,0,0,0,0 +190355,0,0,0,0,0 +190356,0,0,0,0,0 +190357,0,0,0,0,0 +190358,0,0,0,0,0 +190359,0,0,0,0,0 +190360,0,0,0,0,0 +190361,0,0,0,0,0 +190362,0,0,0,0,0 +190363,0,0,0,0,0 +190364,0,0,0,0,0 +190365,0,0,0,0,0 +190366,0,0,0,0,0 +190367,0,0,0,0,0 +190368,0,0,0,0,0 +190369,0,0,0,0,0 +190370,0,0,0,0,0 +190371,0,0,0,0,0 +190372,0,0,0,0,0 +190373,0,0,0,0,0 +190374,0,0,0,0,0 +190375,0,0,0,0,0 +190376,0,0,0,0,0 +190377,0,0,0,0,0 +190378,0,0,0,0,0 +190379,0,0,0,0,0 +190380,0,0,0,0,0 +190381,0,0,0,0,0 +190382,0,0,0,0,0 +190383,0,0,0,0,0 +190384,0,0,0,0,0 +190385,0,0,0,0,0 +190386,0,0,0,0,0 +190387,0,0,0,0,0 +190388,0,0,0,0,0 +190389,0,0,0,0,0 +190390,0,0,0,0,0 +190391,0,0,0,0,0 +190392,0,0,0,0,0 +190393,0,0,0,0,0 +190394,0,0,0,0,0 +190395,0,0,0,0,0 +190396,0,0,0,0,0 +190397,0,0,0,0,0 +190398,0,0,0,0,0 +190399,0,0,0,0,0 +190400,0,0,0,0,0 +190401,0,0,0,0,0 +190402,0,0,0,0,0 +190403,0,0,0,0,0 +190404,0,0,0,0,0 +190405,0,0,0,0,0 +190406,0,0,0,0,0 +190407,0,0,0,0,0 +190408,0,0,0,0,0 +190409,0,0,0,0,0 +190410,0,0,0,0,0 +190411,0,0,0,0,0 +190412,0,0,0,0,0 +190413,0,0,0,0,0 +190414,0,0,0,0,0 +190415,0,0,0,0,0 +190416,0,0,0,0,0 +190417,0,0,0,0,0 +190418,0,0,0,0,0 +190419,0,0,0,0,0 +190420,0,0,0,0,0 +190421,0,0,0,0,0 +190422,0,0,0,0,0 +190423,0,0,0,0,0 +190424,0,0,0,0,0 +190425,0,0,0,0,0 +190426,0,0,0,0,0 +190427,0,0,0,0,0 +190428,0,0,0,0,0 +190429,0,0,0,0,0 +190430,0,0,0,0,0 +190431,0,0,0,0,0 +190432,0,0,0,0,0 +190433,0,0,0,0,0 +190434,0,0,0,0,0 +190435,0,0,0,0,0 +190436,0,0,0,0,0 +190437,0,0,0,0,0 +190438,0,0,0,0,0 +190439,0,0,0,0,0 +190440,0,0,0,0,0 +190441,0,0,0,0,0 +190442,0,0,0,0,0 +190443,0,0,0,0,0 +190444,0,0,0,0,0 +190445,0,0,0,0,0 +190446,0,0,0,0,0 +190447,0,0,0,0,0 +190448,0,0,0,0,0 +190449,0,0,0,0,0 +190450,0,0,0,0,0 +190451,0,0,0,0,0 +190452,0,0,0,0,0 +190453,0,0,0,0,0 +190454,0,0,0,0,0 +190455,0,0,0,0,0 +190456,0,0,0,0,0 +190457,0,0,0,0,0 +190458,0,0,0,0,0 +190459,0,0,0,0,0 +190460,0,0,0,0,0 +190461,0,0,0,0,0 +190462,0,0,0,0,0 +190463,0,0,0,0,0 +190464,0,0,0,0,0 +190465,0,0,0,0,0 +190466,0,0,0,0,0 +190467,0,0,0,0,0 +190468,0,0,0,0,0 +190469,0,0,0,0,0 +190470,0,0,0,0,0 +190471,0,0,0,0,0 +190472,0,0,0,0,0 +190473,0,0,0,0,0 +190474,0,0,0,0,0 +190475,0,0,0,0,0 +190476,0,0,0,0,0 +190477,0,0,0,0,0 +190478,0,0,0,0,0 +190479,0,0,0,0,0 +190480,0,0,0,0,0 +190481,0,0,0,0,0 +190482,0,0,0,0,0 +190483,0,0,0,0,0 +190484,0,0,0,0,0 +190485,0,0,0,0,0 +190486,0,0,0,0,0 +190487,0,0,0,0,0 +190488,0,0,0,0,0 +190489,0,0,0,0,0 +190490,0,0,0,0,0 +190491,0,0,0,0,0 +190492,0,0,0,0,0 +190493,0,0,0,0,0 +190494,0,0,0,0,0 +190495,0,0,0,0,0 +190496,0,0,0,0,0 +190497,0,0,0,0,0 +190498,0,0,0,0,0 +190499,0,0,0,0,0 +190500,0,0,0,0,0 +190501,0,3067.587116,1267.154506,0,0 +190502,0,2807.003182,1252.008545,0,0 +190503,0,0,1225.361641,0,0 +190504,0,140.2038692,1197.853003,0,0 +190505,0,1271.823249,1174.813355,0,0 +190506,0,637.140384,1156.711453,0,0 +190507,0,737.8556264,1142.13527,0,0 +190508,0,745.029654,1130.447464,0,0 +190509,0,752.4978521,1120.922673,0,0 +190510,0,759.5350694,1113.163282,0,0 +190511,0,773.9005683,1106.878273,0,0 +190512,0,784.7264005,1101.845796,0,0 +190513,0,796.0738485,1097.868742,0,0 +190514,0,807.5761037,1094.786698,0,0 +190515,0,818.8550198,1092.459537,0,0 +190516,0,830.4737007,1090.768045,0,0 +190517,0,841.9732401,1089.612542,0,0 +190518,0,853.5144736,1088.909645,0,0 +190519,0,865.2206204,1088.589533,0,0 +190520,0,876.8349815,1088.593456,0,0 +190521,0,888.5330914,1088.871818,0,0 +190522,0,900.1880869,1089.382714,0,0 +190523,0,912.0557223,1090.090675,0,0 +190524,0,923.6279067,1090.965691,0,0 +190525,0,935.528013,1091.982204,0,0 +190526,0,947.2524685,1093.11864,0,0 +190527,0,959.0517538,1094.356527,0,0 +190528,0,970.7870694,1095.680171,0,0 +190529,0,982.737825,1097.07616,0,0 +190530,0,994.3432949,1098.533056,0,0 +190531,0,1005.404916,1100.040949,0,0 +190532,0,1016.099921,1101.566274,0,0 +190533,0,1026.762683,1103.088526,0,0 +190534,0,1037.330607,1104.574624,0,0 +190535,0,1047.821496,1106.037144,0,0 +190536,0,1058.176619,1107.501067,0,0 +190537,0,1068.687539,1108.959802,0,0 +190538,0,1078.82011,1110.408821,0,0 +190539,0,1089.03178,1111.844873,0,0 +190540,0,1099.269485,1113.265876,0,0 +190541,0,1109.307136,1114.670355,0,0 +190542,0,1119.343788,1116.057208,0,0 +190543,0,1134.374438,1117.425473,0,0 +190544,0,1138.767213,1118.776036,0,0 +190545,0,1157.209456,1120.104915,0,0 +190546,0,1155.766538,1121.416606,0,0 +190547,0,1157.397525,1122.704602,0,0 +190548,0,1185.945299,1123.970382,0,0 +190549,0,1185.486249,1125.220607,0,0 +190550,0,1197.243572,1126.445013,0,0 +190551,0,1206.812833,1127.649088,0,0 +190552,0,1216.108168,1128.830845,0,0 +190553,0,1225.439704,1129.990158,0,0 +190554,0,1234.902643,1131.126825,0,0 +190555,0,1243.963904,1132.240633,0,0 +190556,0,1253.276603,1133.331252,0,0 +190557,0,1262.250599,1134.398593,0,0 +190558,0,1271.277586,1135.442346,0,0 +190559,0,1280.439935,1136.437095,0,0 +190560,0,1289.183218,1137.397988,0,0 +190561,0,1298.118551,1138.349764,0,0 +190562,0,1306.905239,1139.285866,0,0 +190563,0,1315.642271,1140.202295,0,0 +190564,0,1324.320133,1141.096668,0,0 +190565,0,1332.933911,1141.967628,0,0 +190566,0,1341.564671,1142.814375,0,0 +190567,0,1349.932779,1143.636479,0,0 +190568,0,1358.336491,1144.433582,0,0 +190569,0,1366.893383,1145.205556,0,0 +190570,0,1375.003261,1145.95229,0,0 +190571,0,1383.317051,1146.673574,0,0 +190572,0,1391.475524,1147.369429,0,0 +190573,0,1399.669956,1148.039746,0,0 +190574,0,1407.498658,1148.684501,0,0 +190575,0,1415.672558,1149.303582,0,0 +190576,0,1423.511403,1149.897061,0,0 +190577,0,1431.467454,1150.464812,0,0 +190578,0,1439.119948,1151.006891,0,0 +190579,0,1446.910994,1151.523211,0,0 +190580,0,1454.463967,1152.013839,0,0 +190581,0,1462.1933,1152.478738,0,0 +190582,0,1469.745367,1152.917965,0,0 +190583,0,1477.08864,1153.331504,0,0 +190584,0,1484.555848,1153.719352,0,0 +190585,0,1491.874465,1154.081611,0,0 +190586,0,1499.143165,1154.418279,0,0 +190587,0,1506.439539,1154.705323,0,0 +190588,0,1513.342932,1154.958305,0,0 +190589,0,1520.623667,1155.200805,0,0 +190590,0,1527.54557,1155.426223,0,0 +190591,0,1534.155341,1155.630676,0,0 +190592,0,1540.623536,1155.805861,0,0 +190593,0,1547.08444,1155.946325,0,0 +190594,0,1558.595793,1156.050134,0,0 +190595,0,1555.349787,1156.119498,0,0 +190596,0,1582.802309,1156.150354,0,0 +190597,0,1545.703905,1156.155249,0,0 +190598,0,1590.499347,1156.113579,0,0 +190599,0,1580.100883,1156.05476,0,0 +190600,0,1588.999711,1155.957078,0,0 +190601,0,1594.568438,1155.831766,0,0 +190602,0,1600.238192,1155.676718,0,0 +190603,0,1605.60554,1155.492934,0,0 +190604,0,1611.117461,1155.280908,0,0 +190605,0,1616.446221,1155.04127,0,0 +190606,0,1621.644497,1154.774469,0,0 +190607,0,1626.786485,1154.480984,0,0 +190608,0,1631.958007,1154.161265,0,0 +190609,0,1636.763764,1153.815772,0,0 +190610,0,1641.941041,1153.444835,0,0 +190611,0,1646.615709,1153.048293,26.57733149,0 +190612,0,1651.59986,1152.634336,24.84717987,0 +190613,0,1656.042365,1152.191321,35.97417671,0 +190614,28.31801388,1660.825643,1151.726178,35.22112347,0 +190615,89.50992758,1665.243681,1151.217255,40.47223423,0 +190616,67.7285246,1669.794992,1150.692429,43.90051432,0 +190617,81.27925841,1674.073172,1150.139686,47.28731809,0 +190618,90.47306267,1678.467477,1149.577032,50.65858633,0 +190619,97.62431064,1682.692947,1148.995323,53.90693187,0 +190620,104.8699612,1686.775894,1148.392957,57.23735285,0 +190621,111.7968741,1690.861148,1147.769763,60.27468128,0 +190622,119.0296304,1694.999335,1147.126634,63.64551725,0 +190623,125.6695413,1698.862157,1146.46498,66.7896714,0 +190624,132.8737012,1702.757946,1145.78495,69.8109643,0 +190625,139.3342352,1706.625201,1145.086994,72.96603112,0 +190626,146.3531068,1710.394449,1144.370809,76.12861797,0 +190627,152.958236,1713.968226,1143.636633,79.01531775,0 +190628,159.6204351,1717.763701,1142.86205,82.15206765,0 +190629,166.2257681,1726.171083,1142.062362,85.0905666,0 +190630,172.6487302,1717.092944,1141.260283,88.03357729,0 +190631,179.3602317,1753.822762,1140.442675,91.02990356,0 +190632,185.8549939,1697.920816,1139.622765,93.85276542,0 +190633,191.9522157,1750.44491,1138.766744,96.86843493,0 +190634,198.6970516,1733.865913,1137.914364,99.63073957,0 +190635,204.8988069,1740.607814,1137.03504,102.5295321,0 +190636,211.2348845,1743.480516,1136.14233,105.3613509,0 +190637,217.5032188,1746.352406,1135.232787,108.2975562,0 +190638,223.5662127,1749.245629,1134.306979,110.8067668,0 +190639,230.1996427,1751.878419,1133.365022,113.858539,0 +190640,235.9568249,1754.630439,1132.407493,116.4308087,0 +190641,242.2531017,1757.108891,1131.434206,119.2922912,0 +190642,248.3187512,1759.575705,1130.445921,121.8896643,0 +190643,254.3848891,1762.121601,1129.442716,124.7015385,0 +190644,260.2227289,1764.372405,1128.425116,127.1881533,0 +190645,266.5436209,1766.6098,1127.372391,130.0962344,0 +190646,272.365631,1768.923203,1126.300245,132.5689423,0 +190647,278.3548508,1771.056455,1125.228093,135.4162145,0 +190648,284.2810953,1772.902123,1124.149744,137.6919809,0 +190649,290.1818989,1774.935572,1123.061781,140.6203359,0 +190650,296.0583722,1776.689845,1121.963169,143.0122727,0 +190651,301.5907185,1778.466322,1120.853199,145.6624818,0 +190652,307.2512764,1779.884443,1119.72753,148.0604195,0 +190653,313.3567615,1781.303186,1118.585996,150.5511792,0 +190654,318.6291225,1782.612631,1117.427664,153.0713115,0 +190655,324.315173,1783.832555,1116.254302,155.6497423,0 +190656,330.0535354,1784.964699,1115.06598,157.8448445,0 +190657,335.4063835,1786.010923,1113.864818,160.4508714,0 +190658,341.1938634,1786.971544,1112.650417,162.738066,0 +190659,346.5020614,1787.847645,1111.424988,165.1284668,0 +190660,352.1786266,1788.640118,1110.18782,167.5765135,0 +190661,357.5051925,1789.349531,1108.941163,169.9641187,0 +190662,363.1118067,1789.976512,1107.684175,172.2372049,0 +190663,368.4012449,1790.521328,1106.419038,174.6848049,0 +190664,373.9645117,1790.984832,1105.144938,176.9138298,0 +190665,379.2149355,1791.367143,1103.863951,179.4614411,0 +190666,384.4390293,1791.669042,1102.575248,181.3516701,0 +190667,390.1181721,1791.890592,1101.280762,184.0386453,0 +190668,395.3677915,1792.032454,1099.959636,186.1057482,0 +190669,400.599918,1792.09478,1098.627492,188.5065009,0 +190670,406.0445857,1792.078206,1097.305484,190.6701008,0 +190671,411.1903515,1791.982625,1095.985446,193.0279928,0 +190672,416.5981497,1791.808748,1094.664253,195.1722189,0 +190673,421.7126685,1791.556495,1093.34115,197.5101197,0 +190674,427.0840385,1791.226485,1092.016081,199.6355439,0 +190675,432.1343578,1790.818628,1090.689391,201.8186418,0 +190676,437.5581153,1790.333518,1089.3614,204.1372874,0 +190677,442.4992277,1789.771043,1088.032757,206.3320932,0 +190678,447.9253246,1789.131778,1086.70369,208.4471188,0 +190679,452.8277965,1788.415594,1085.374984,210.7309508,0 +190680,458.1892414,1787.62305,1084.046963,212.8045572,0 +190681,462.6403672,1786.571443,1082.720372,214.806056,0 +190682,467.0532987,1785.377203,1081.388168,216.7703632,0 +190683,471.5515678,1784.085098,1080.043142,218.8626198,0 +190684,476.0021564,1782.708079,1078.687422,220.5682607,0 +190685,480.4784762,1781.251014,1077.320749,222.6051246,0 +190686,484.8426136,1779.714815,1075.94818,224.4933619,0 +190687,489.2750557,1778.100613,1074.572144,226.2421121,0 +190688,493.6948553,1776.408813,1073.191345,228.379603,0 +190689,498.0063692,1774.752872,1071.809926,230.1478821,0 +190690,502.3918147,1772.744715,1070.432617,232.0567968,0 +190691,506.7220418,1770.90235,1069.056573,233.9285052,0 +190692,511.087177,1768.774776,1067.683675,235.7944122,0 +190693,515.3316621,1766.863506,1066.314348,237.6518786,0 +190694,519.6558567,1764.634962,1064.948928,239.5022295,0 +190695,523.9263742,1762.427957,1063.588045,241.3451029,0 +190696,528.1896863,1760.128385,1062.232683,243.1810831,0 +190697,532.0662201,1757.752793,1060.88386,245.0097948,0 +190698,536.8750809,1755.302304,1059.542571,246.8318438,0 +190699,540.8083878,1752.776293,1058.209963,248.6468492,0 +190700,545.0377212,1750.175308,1056.886521,250.4553984,0 +190701,549.3387094,1747.499257,1055.573365,252.2570946,0 +190702,553.4176193,1744.747843,1054.271256,254.05251,0 +190703,557.5795383,1741.921696,1052.980886,255.8412414,0 +190704,561.7909115,1738.909451,1051.703086,257.623847,0 +190705,565.8944379,1736.092008,1050.438539,259.2229276,0 +190706,570.0261632,1732.962742,1049.188,261.2666637,0 +190707,574.1363379,1749.106253,1047.953485,262.8925552,0 +190708,578.2335977,1698.528079,1046.738894,264.683381,0 +190709,582.3169095,1737.256427,1045.525087,266.4345836,0 +190710,586.3410186,1716.926245,1044.345395,268.1810446,0 +190711,590.3869619,1716.414896,1043.173422,269.8813004,0 +190712,594.342071,1712.667909,1042.021272,271.5677744,0 +190713,598.2008855,1709.065382,1040.884847,273.2439579,0 +190714,602.0930481,1705.151277,1039.764581,274.9115076,0 +190715,606.04376,1701.354032,1038.661134,276.5705546,0 +190716,609.8757331,1697.196472,1037.575501,278.2218533,0 +190717,613.7350869,1693.188946,1036.508566,279.8652271,0 +190718,617.5690714,1689.009165,1035.461369,281.5012708,0 +190719,621.38771,1684.7665,1034.43474,283.1297431,0 +190720,625.1890763,1680.445927,1033.429503,284.7511824,0 +190721,628.9742755,1675.937701,1032.44648,286.3653338,0 +190722,632.7437525,1671.617832,1031.486427,287.9727049,0 +190723,636.4467308,1666.988564,1030.550205,289.5730415,0 +190724,640.3128912,1662.376949,1029.638462,291.1668278,0 +190725,643.9169288,1657.673273,1028.752049,292.7538151,0 +190726,647.6715993,1652.894708,1027.891567,294.3344662,0 +190727,651.3538683,1648.041966,1027.057851,295.9084788,0 +190728,654.9839633,1643.007275,1026.23996,297.4761395,0 +190729,658.7374491,1638.159661,1025.444476,299.0376927,0 +190730,662.3670731,1633.012095,1024.678385,300.5933628,0 +190731,666.0486274,1627.988386,1023.943622,302.1428748,0 +190732,669.7689725,1622.621642,1023.238961,303.4809053,0 +190733,673.2946253,1617.4088,1022.561817,305.3359706,0 +190734,677.0696749,1611.929934,1021.909782,306.707891,0 +190735,680.6633669,1606.651279,1021.280514,308.2729769,0 +190736,684.3078913,1601.081793,1020.67233,309.7931893,0 +190737,687.933578,1595.532498,1020.083599,311.3094091,0 +190738,691.5501344,1589.90005,1019.513004,313.0326213,0 +190739,695.1022602,1584.097938,1018.9594,314.2120284,0 +190740,698.8378466,1578.474032,1018.421488,315.8750357,0 +190741,702.1179886,1572.421461,1017.898698,317.2813823,0 +190742,705.5056944,1588.024724,1017.387432,318.7017431,0 +190743,708.8012032,1528.67535,1016.89119,320.1317263,0 +190744,712.0884462,1569.979105,1016.384774,321.4994361,0 +190745,715.304412,1544.346391,1015.90619,322.910824,0 +190746,718.6499779,1541.708345,1015.423635,324.2961712,0 +190747,721.8524357,1535.317041,1014.951995,325.6797378,0 +190748,725.0952018,1528.929014,1014.48748,327.0804164,0 +190749,728.3152238,1522.46934,1014.030571,328.4190118,0 +190750,731.5801776,1515.948959,1013.581204,329.8038526,0 +190751,734.6869684,1509.368525,1013.139401,331.1624692,0 +190752,737.855998,1502.730402,1012.70505,332.5199841,0 +190753,741.10569,1496.028282,1012.278163,333.8723766,0 +190754,744.2200697,1489.275334,1011.858723,335.2427058,0 +190755,747.3768712,1482.462825,1011.446634,336.5503086,0 +190756,750.5119878,1475.595201,1011.041867,337.9053094,0 +190757,753.635396,1468.672809,1010.644392,339.2340697,0 +190758,756.7473596,1461.599841,1010.254154,340.561975,0 +190759,759.7876892,1454.704532,1009.871085,341.8850045,0 +190760,763.0300614,1447.648452,1009.495217,343.226713,0 +190761,765.9681324,1440.39454,1009.126496,344.5044241,0 +190762,769.0919688,1433.275188,1008.764735,345.8309152,0 +190763,772.1368339,1425.931957,1008.410099,347.1308268,0 +190764,775.181344,1418.778336,1008.062406,348.430022,0 +190765,778.2147337,1411.380757,1007.721724,349.7244658,0 +190766,781.2371987,1404.014668,1007.387929,351.0384113,0 +190767,784.1866127,1396.67749,1007.061038,352.2865325,0 +190768,787.2827511,1388.983975,1006.740978,353.5851688,0 +190769,790.2249468,1381.661738,1006.427711,354.8566579,0 +190770,793.2147201,1374.023372,1006.121262,356.1275592,0 +190771,796.0897836,1366.31793,1005.821524,357.3519956,0 +190772,798.9345838,1358.449326,1005.526887,358.5630102,0 +190773,801.8224615,1350.8335,1005.236189,359.7897631,0 +190774,804.5325264,1342.776659,1004.949185,360.9458967,0 +190775,807.3722019,1334.933815,1004.665743,362.1511933,0 +190776,810.0725637,1326.87462,1004.386305,363.3263906,0 +190777,812.9317294,1319.002366,1004.110937,364.4988823,0 +190778,815.6281673,1310.90677,1003.83996,365.6646009,0 +190779,818.3704022,1302.849174,1003.573363,366.8237327,0 +190780,821.0869555,1294.742769,1003.311313,367.7236763,0 +190781,823.7895442,1286.606385,1003.05388,369.2820479,0 +190782,826.4778866,1278.437797,1002.801281,370.1892775,0 +190783,829.1524717,1270.153975,1002.553331,371.3876928,0 +190784,831.8131155,1262.127372,1002.33032,372.5102215,0 +190785,834.4603841,1253.703233,1002.115894,373.6323193,0 +190786,837.0940147,1245.411939,1001.89191,374.7479999,0 +190787,839.6484946,1237.215862,1001.666302,375.8578374,0 +190788,842.4233182,1228.83769,1001.442798,376.9617223,0 +190789,844.8649517,1220.505361,1001.223128,378.0599055,0 +190790,847.5082702,1212.149374,1001.007933,379.1782851,0 +190791,850.0652482,1203.772892,1000.797687,380.2254285,0 +190792,852.6207907,1195.302436,1000.592406,381.326389,0 +190793,855.1640073,1187.011885,1000.39214,382.3975368,0 +190794,857.6955458,1178.610298,1000.19694,383.4681706,0 +190795,860.215357,1170.180585,1000.006734,384.5336414,0 +190796,862.7221202,1161.723673,999.8215512,385.5934401,0 +190797,865.2174855,1175.329377,999.6410146,386.6482713,0 +190798,867.6321359,1112.239251,999.472127,387.6978704,0 +190799,870.209646,1174.282799,999.2892757,388.7694721,0 +190800,872.6173091,1092.20464,999.1387019,389.7681188,0 +190801,875.2407662,1144.536671,998.9631191,390.8713615,0 +190802,877.8967865,1093.865779,998.821032,391.9628648,0 +190803,880.5607902,1109.445653,998.6686595,393.060823,0 +190804,883.2199957,1092.815306,998.5375874,394.1562339,0 +190805,885.9422318,1086.020797,998.4107259,395.2483713,0 +190806,888.477891,1077.765462,998.2939499,396.3364988,0 +190807,891.1663931,1069.365448,998.1850582,397.4208816,0 +190808,893.780192,1061.053185,998.0837798,398.5011619,0 +190809,896.3978068,1052.864967,997.9896822,399.6052526,0 +190810,898.935636,1044.625129,997.9024796,400.6358117,0 +190811,901.6458235,1036.300053,997.8217978,401.7255538,0 +190812,904.1843555,1028.129559,997.7474665,402.7856658,0 +190813,906.7823678,1019.924287,997.6792209,403.8470222,0 +190814,909.3604183,1011.754584,997.6168779,404.9044993,0 +190815,911.932165,1003.613487,997.5602853,405.9586111,0 +190816,914.4970736,995.50173,997.5092932,407.0090279,0 +190817,917.0566955,987.486616,997.4637709,408.056242,0 +190818,919.6104419,979.3503349,997.4236171,409.0999335,0 +190819,922.1600639,971.3233273,997.3886994,410.1406157,0 +190820,924.7053207,963.496332,997.3589632,411.2061288,0 +190821,927.2478049,958.2311688,997.3554062,412.1978331,0 +190822,929.7875087,952.5769788,997.3617261,413.2505562,0 +190823,932.2526665,946.8749188,997.3581689,414.2745372,0 +190824,934.977093,941.2127114,997.3526286,415.3004281,0 +190825,937.346728,935.5794724,997.3489658,416.3239339,0 +190826,939.9562096,929.9742651,997.3487742,417.3447523,0 +190827,942.4875066,924.4050962,997.3529948,418.3634223,0 +190828,945.0357287,918.8699045,997.3618662,419.3796147,0 +190829,947.5906022,913.4315243,997.3755069,420.3938691,0 +190830,950.1529418,907.886684,997.393944,421.405856,0 +190831,952.7202907,902.5056113,997.4171336,422.4365712,0 +190832,955.297803,897.0551292,997.4447863,423.3899364,0 +190833,957.8815141,891.8609703,997.4765712,424.407102,0 +190834,960.4657641,886.4438859,997.5124859,425.3946839,0 +190835,963.0504266,881.2552428,997.5524226,426.3852112,0 +190836,965.6342788,876.0576849,997.596494,427.3734735,0 +190837,968.141921,870.9793716,997.6446834,428.3599955,0 +190838,970.8422077,865.7654937,997.6970238,429.3444785,0 +190839,973.3672486,860.8693281,997.7535292,430.3274065,0 +190840,975.9632341,855.8631691,997.8142215,431.308479,0 +190841,978.5462951,850.9792615,997.8790785,432.2881534,0 +190842,981.1289333,846.2071726,997.9481305,433.2661325,0 +190843,983.7119667,841.3670832,998.0213687,434.2428492,0 +190844,986.3729238,836.7198716,998.0987676,435.2478514,0 +190845,988.8358328,832.0429251,998.1804046,436.1765385,0 +190846,991.4786392,827.7235978,998.2661196,437.1715984,0 +190847,994.0486353,823.0674582,998.3561122,438.1380734,0 +190848,996.6320041,818.8090097,998.4501669,439.1082284,0 +190849,999.2160255,814.5206784,998.5484239,440.0774445,0 +190850,1001.800055,810.3628649,998.6508025,441.0454318,0 +190851,1004.305117,806.1605313,998.7572947,442.0125279,0 +190852,1007.012237,802.1098146,998.8678599,442.9784761,0 +190853,1009.536995,798.2337832,998.9825542,443.9435898,0 +190854,1012.136612,794.3470811,999.1012958,444.9076227,0 +190855,1014.723257,790.6561614,999.2240823,445.8708651,0 +190856,1017.310191,786.9317299,999.3509087,446.8330821,0 +190857,1019.897925,783.4244073,999.481721,447.8254158,0 +190858,1022.485924,779.9780148,999.6165515,448.7390229,0 +190859,1025.074746,776.6499387,999.7553189,449.7219801,0 +190860,1027.663869,773.4336124,999.8980456,450.6755644,0 +190861,0,0,0,0,0 +190862,0,0,0,0,0 +190863,0,0,0,0,0 +190864,0,0,0,0,0 +190865,0,0,0,0,0 +190866,0,0,0,0,0 +190867,0,0,0,0,0 +190868,0,0,0,0,0 +190869,0,0,0,0,0 +190870,0,0,0,0,0 +190871,0,0,0,0,0 +190872,0,0,0,0,0 +190873,0,0,0,0,0 +190874,0,0,0,0,0 +190875,0,0,0,0,0 +190876,0,0,0,0,0 +190877,0,0,0,0,0 +190878,0,0,0,0,0 +190879,0,0,0,0,0 +190880,0,0,0,0,0 +190881,0,0,0,0,0 +190882,0,0,0,0,0 +190883,0,0,0,0,0 +190884,0,0,0,0,0 +190885,0,0,0,0,0 +190886,0,0,0,0,0 +190887,0,0,0,0,0 +190888,0,0,0,0,0 +190889,0,0,0,0,0 +190890,0,0,0,0,0 +190891,0,0,0,0,0 +190892,0,0,0,0,0 +190893,0,0,0,0,0 +190894,0,0,0,0,0 +190895,0,0,0,0,0 +190896,0,0,0,0,0 +190897,0,0,0,0,0 +190898,0,0,0,0,0 +190899,0,0,0,0,0 +190900,0,0,0,0,0 +190901,0,0,0,0,0 +190902,0,0,0,0,0 +190903,0,0,0,0,0 +190904,0,0,0,0,0 +190905,0,0,0,0,0 +190906,0,0,0,0,0 +190907,0,0,0,0,0 +190908,0,0,0,0,0 +190909,0,0,0,0,0 +190910,0,0,0,0,0 +190911,0,0,0,0,0 +190912,0,0,0,0,0 +190913,0,0,0,0,0 +190914,0,0,0,0,0 +190915,0,0,0,0,0 +190916,0,0,0,0,0 +190917,0,0,0,0,0 +190918,0,0,0,0,0 +190919,0,0,0,0,0 +190920,0,0,0,0,0 +190921,0,0,0,0,0 +190922,0,0,0,0,0 +190923,0,0,0,0,0 +190924,0,0,0,0,0 +190925,0,0,0,0,0 +190926,0,0,0,0,0 +190927,0,0,0,0,0 +190928,0,0,0,0,0 +190929,0,0,0,0,0 +190930,0,0,0,0,0 +190931,0,0,0,0,0 +190932,0,0,0,0,0 +190933,0,0,0,0,0 +190934,0,0,0,0,0 +190935,0,0,0,0,0 +190936,0,0,0,0,0 +190937,0,0,0,0,0 +190938,0,0,0,0,0 +190939,0,0,0,0,0 +190940,0,0,0,0,0 +190941,0,0,0,0,0 +190942,0,0,0,0,0 +190943,0,0,0,0,0 +190944,0,0,0,0,0 +190945,0,0,0,0,0 +190946,0,0,0,0,0 +190947,0,0,0,0,0 +190948,0,0,0,0,0 +190949,0,0,0,0,0 +190950,0,0,0,0,0 +190951,0,0,0,0,0 +190952,0,0,0,0,0 +190953,0,0,0,0,0 +190954,0,0,0,0,0 +190955,0,0,0,0,0 +190956,0,0,0,0,0 +190957,0,0,0,0,0 +190958,0,0,0,0,0 +190959,0,0,0,0,0 +190960,0,0,0,0,0 +190961,0,0,0,0,0 +190962,0,0,0,0,0 +190963,0,0,0,0,0 +190964,0,0,0,0,0 +190965,0,0,0,0,0 +190966,0,0,0,0,0 +190967,0,0,0,0,0 +190968,0,0,0,0,0 +190969,0,0,0,0,0 +190970,0,0,0,0,0 +190971,0,0,0,0,0 +190972,0,0,0,0,0 +190973,0,0,0,0,0 +190974,0,0,0,0,0 +190975,0,0,0,0,0 +190976,0,0,0,0,0 +190977,0,0,0,0,0 +190978,0,0,0,0,0 +190979,0,0,0,0,0 +190980,0,0,0,0,0 +190981,0,0,0,0,0 +190982,0,0,0,0,0 +190983,0,0,0,0,0 +190984,0,0,0,0,0 +190985,0,0,0,0,0 +190986,0,0,0,0,0 +190987,0,0,0,0,0 +190988,0,0,0,0,0 +190989,0,0,0,0,0 +190990,0,0,0,0,0 +190991,0,0,0,0,0 +190992,0,0,0,0,0 +190993,0,0,0,0,0 +190994,0,0,0,0,0 +190995,0,0,0,0,0 +190996,0,0,0,0,0 +190997,0,0,0,0,0 +190998,0,0,0,0,0 +190999,0,0,0,0,0 +191000,0,0,0,0,0 +191001,0,0,0,0,0 +191002,0,0,0,0,0 +191003,0,0,0,0,0 +191004,0,0,0,0,0 +191005,0,0,0,0,0 +191006,0,0,0,0,0 +191007,0,0,0,0,0 +191008,0,0,0,0,0 +191009,0,0,0,0,0 +191010,0,0,0,0,0 +191011,0,0,0,0,0 +191012,0,0,0,0,0 +191013,0,0,0,0,0 +191014,0,0,0,0,0 +191015,0,0,0,0,0 +191016,0,0,0,0,0 +191017,0,0,0,0,0 +191018,0,0,0,0,0 +191019,0,0,0,0,0 +191020,0,0,0,0,0 +191021,0,0,0,0,0 +191022,0,0,0,0,0 +191023,0,0,0,0,0 +191024,0,0,0,0,0 +191025,0,0,0,0,0 +191026,0,0,0,0,0 +191027,0,0,0,0,0 +191028,0,0,0,0,0 +191029,0,0,0,0,0 +191030,0,0,0,0,0 +191031,0,0,0,0,0 +191032,0,0,0,0,0 +191033,0,0,0,0,0 +191034,0,0,0,0,0 +191035,0,0,0,0,0 +191036,0,0,0,0,0 +191037,0,0,0,0,0 +191038,0,0,0,0,0 +191039,0,0,0,0,0 +191040,0,0,0,0,0 +191041,0,0,0,0,0 +191042,0,0,0,0,0 +191043,0,0,0,0,0 +191044,0,0,0,0,0 +191045,0,0,0,0,0 +191046,0,0,0,0,0 +191047,0,0,0,0,0 +191048,0,0,0,0,0 +191049,0,0,0,0,0 +191050,0,0,0,0,0 +191051,0,0,0,0,0 +191052,0,0,0,0,0 +191053,0,0,0,0,0 +191054,0,0,0,0,0 +191055,0,0,0,0,0 +191056,0,0,0,0,0 +191057,0,0,0,0,0 +191058,0,0,0,0,0 +191059,0,0,0,0,0 +191060,0,0,0,0,0 +191061,0,0,0,0,0 +191062,0,0,0,0,0 +191063,0,0,0,0,0 +191064,0,0,0,0,0 +191065,0,0,0,0,0 +191066,0,0,0,128.2178692,0 +191067,0,0,0,74.2215528,0 +191068,0,0,0,98.6618231,0 +191069,0,0,0,110.8560528,0 +191070,0,0,0,120.2340818,0 +191071,0,0,0,129.2257979,0 +191072,0,0,0,137.9043844,0 +191073,0,0,0,146.4122179,0 +191074,0,0,0,154.6007634,0 +191075,0,0,0,162.7705653,0 +191076,0,0,0,170.577971,0 +191077,0,0,0,178.3452197,0 +191078,0,0,0,185.9610791,0 +191079,0,0,0,193.337065,0 +191080,0,0,0,200.5233904,0 +191081,0,0,0,207.804088,0 +191082,0,0,0,214.5212248,0 +191083,0,0,0,221.5051069,0 +191084,0,0,0,228.0984418,0 +191085,0,0,0,234.5722949,0 +191086,0,0,0,241.0683696,0 +191087,0,0,0,247.2871129,0 +191088,0,0,0,253.3390412,0 +191089,0,0,0,259.569038,0 +191090,0,0,0,265.2002034,0 +191091,0,0,0,270.9509863,0 +191092,0,0,0,276.7097547,0 +191093,0,0,0,282.1499044,0 +191094,0,0,0,287.5885095,0 +191095,0,0,0,292.8755314,0 +191096,0,0,0,298.0604254,0 +191097,0,0,0,303.0383191,0 +191098,0,0,0,308.2571853,0 +191099,0,0,0,312.8797218,0 +191100,0,0,0,317.6233001,0 +191101,0,0,0,322.5091707,0 +191102,0,0,0,327.0724291,0 +191103,0,0,0,331.6564377,0 +191104,0,0,0,336.1237477,0 +191105,0,0,0,340.4904274,0 +191106,0,0,0,344.7728569,0 +191107,0,0,0,348.9532452,0 +191108,0,0,0,353.0431697,0 +191109,0,0,0,357.0407257,0 +191110,0,0,0,360.9471116,0 +191111,0,0,0,364.639033,0 +191112,0,0,0,368.5626161,0 +191113,0,0,0,372.1033369,0 +191114,0,0,0,375.679712,0 +191115,0,0,0,379.2776824,0 +191116,0,0,0,382.452833,0 +191117,0,0,0,385.8558763,0 +191118,0,0,0,389.0483759,0 +191119,0,0,0,392.0481969,0 +191120,0,0,0,395.3135738,0 +191121,0,0,0,398.1836028,0 +191122,0,0,0,401.1061538,0 +191123,0,0,0,403.927154,0 +191124,0,0,0,406.6726563,0 +191125,0,0,0,409.3435252,0 +191126,0,0,0,411.9406732,0 +191127,0,0,0,414.4654261,0 +191128,0,0,0,416.9185673,0 +191129,0,0,0,419.3013799,0 +191130,0,0,0,421.6146181,0 +191131,0,0,0,422.6921479,0 +191132,0,0,0,423.8653002,0 +191133,0,0,0,424.5033755,0 +191134,0,0,0,425.1236792,0 +191135,0,0,0,425.4956856,0 +191136,0,0,0,425.8523351,0 +191137,0,0,0,426.0441659,0 +191138,0,0,0,426.0206658,0 +191139,0,0,0,425.9929967,0 +191140,0,0,0,425.736507,0 +191141,0,0,0,425.4706088,0 +191142,0,0,0,424.9781055,0 +191143,0,0,0,424.4831307,0 +191144,0,0,0,423.7639524,0 +191145,0,0,0,423.0489986,0 +191146,0,0,0,422.2631885,0 +191147,0,0,0,421.0452995,0 +191148,0,0,0,420.067316,0 +191149,0,0,0,418.8500099,0 +191150,0,0,0,417.5580046,0 +191151,0,0,0,416.1668604,0 +191152,0,0,0,414.6782139,0 +191153,0,0,0,413.0935644,0 +191154,0,0,0,411.414039,0 +191155,0,0,0,409.6411191,0 +191156,0,0,0,407.7758357,0 +191157,0,0,0,405.8195851,0 +191158,0,0,0,403.7733285,0 +191159,0,0,0,401.6383935,0 +191160,0,0,0,399.5153239,0 +191161,0,0,0,397.0267153,0 +191162,0,0,0,394.4209512,0 +191163,0,0,0,399.9813326,0 +191164,0,0,0,398.6486626,0 +191165,0,0,0,396.5365769,0 +191166,0,0,0,394.2127924,0 +191167,0,0,0,391.6712036,0 +191168,0,0,0,389.1901067,0 +191169,0,0,0,386.1849798,0 +191170,0,0,0,383.4027927,0 +191171,0,0,0,380.3952923,0 +191172,0,0,0,377.1738533,0 +191173,0,0,0,374.1907696,0 +191174,0,0,0,370.8180179,0 +191175,0,0,0,367.4742515,0 +191176,0,0,0,364.017911,0 +191177,0,0,0,360.6085727,0 +191178,0,0,0,356.7851848,0 +191179,0,0,0,353.1675985,0 +191180,0,0,0,349.3491455,0 +191181,0,0,0,345.4707666,0 +191182,0,0,0,341.5113866,0 +191183,0,0,0,337.5955409,0 +191184,0,0,0,333.1717696,0 +191185,0,0,0,329.2515153,0 +191186,0,0,0,324.8698088,0 +191187,0,0,0,320.5459247,0 +191188,0,0,0,316.2413134,0 +191189,0,0,0,311.5868999,0 +191190,0,0,0,307.1047304,0 +191191,0,0,0,300.6272168,0 +191192,0,0,0,294.191627,0 +191193,0,0,0,287.0033601,0 +191194,0,0,0,280.0432116,0 +191195,0,0,0,272.4267295,0 +191196,0,0,0,265.2111095,0 +191197,0,0,0,257.2929714,0 +191198,0,0,0,249.4982257,0 +191199,0,0,0,241.4665522,0 +191200,0,0,0,233.2898989,0 +191201,0,0,0,225.0272173,0 +191202,0,0,0,216.4368785,0 +191203,0,0,0,207.9423299,0 +191204,0,0,0,199.056737,0 +191205,0,0,0,190.2162441,0 +191206,0,0,0,181.2283993,0 +191207,0,0,0,171.9629305,0 +191208,0,0,0,162.7737062,0 +191209,0,0,0,152.843773,0 +191210,0,0,0,141.442724,0 +191211,0,0,0,129.4727927,0 +191212,0,0,0,117.2380671,0 +191213,0,0,0,104.710429,0 +191214,0,0,0,91.95103467,0 +191215,0,0,0,79.14212098,0 +191216,0,0,0,65.28548326,0 +191217,0,0,0,86.49184114,0 +191218,0,0,0,0,0 +191219,0,0,0,48.87230134,0 +191220,0,0,0,0,0 +191221,0,0,0,0,0 +191222,0,0,0,0,0 +191223,0,0,0,0,0 +191224,0,0,0,0,0 +191225,0,0,0,0,0 +191226,0,0,0,0,0 +191227,0,0,0,0,0 +191228,0,0,0,0,0 +191229,0,0,0,0,0 +191230,0,0,0,0,0 +191231,0,0,0,0,0 +191232,0,0,0,0,0 +191233,0,0,0,0,0 +191234,0,0,0,0,0 +191235,0,0,0,0,0 +191236,0,0,0,0,0 +191237,0,0,0,0,0 +191238,0,0,0,0,0 +191239,0,0,0,0,0 +191240,0,0,0,0,0 +191241,0,0,0,0,0 +191242,0,0,0,0,0 +191243,0,0,0,0,0 +191244,0,0,0,0,0 +191245,0,0,0,0,0 +191246,0,0,0,0,0 +191247,0,0,0,0,0 +191248,0,0,0,0,0 +191249,0,0,0,0,0 +191250,0,0,0,0,0 +191251,0,0,0,0,0 +191252,0,0,0,0,0 +191253,0,0,0,0,0 +191254,0,0,0,0,0 +191255,0,0,0,0,0 +191256,0,0,0,0,0 +191257,0,0,0,0,0 +191258,0,0,0,0,0 +191259,0,0,0,0,0 +191260,0,0,0,0,0 +191261,0,0,0,0,0 +191262,0,0,0,0,0 +191263,0,0,0,0,0 +191264,0,0,0,0,0 +191265,0,0,0,0,0 +191266,0,0,0,0,0 +191267,0,0,0,0,0 +191268,0,0,0,0,0 +191269,0,0,0,0,0 +191270,0,0,0,0,0 +191271,0,0,0,0,0 +191272,0,0,0,0,0 +191273,0,0,0,0,0 +191274,0,0,0,0,0 +191275,0,0,0,0,0 +191276,0,0,0,0,0 +191277,0,0,0,0,0 +191278,0,0,0,0,0 +191279,0,0,0,0,0 +191280,0,0,0,0,0 +191281,0,0,0,0,0 +191282,0,0,0,0,0 +191283,0,0,0,0,0 +191284,0,0,0,0,0 +191285,0,0,0,0,0 +191286,0,0,0,0,0 +191287,0,0,0,0,0 +191288,0,0,0,0,0 +191289,0,0,0,0,0 +191290,0,0,0,0,0 +191291,0,0,0,0,0 +191292,0,0,0,0,0 +191293,0,0,0,0,0 +191294,0,0,0,0,0 +191295,0,0,0,0,0 +191296,0,0,0,0,0 +191297,0,0,0,0,0 +191298,0,0,0,0,0 +191299,0,0,0,0,0 +191300,0,0,0,0,0 +191301,0,0,0,0,0 +191302,0,0,0,0,0 +191303,0,0,0,0,0 +191304,0,0,0,0,0 +191305,0,0,0,0,0 +191306,0,0,0,0,0 +191307,0,0,0,0,0 +191308,0,0,0,0,0 +191309,0,0,0,0,0 +191310,0,0,0,0,0 +191311,0,0,0,0,0 +191312,0,0,0,0,0 +191313,0,0,0,0,0 +191314,0,0,0,0,0 +191315,0,0,0,0,0 +191316,0,0,0,0,0 +191317,0,0,0,0,0 +191318,0,0,0,0,0 +191319,0,0,0,0,0 +191320,0,0,0,0,0 +191321,0,0,0,0,0 +191322,0,0,0,0,0 +191323,0,0,0,0,0 +191324,0,0,0,0,0 +191325,0,0,0,0,0 +191326,0,0,0,0,0 +191327,0,0,0,0,0 +191328,0,0,0,0,0 +191329,0,0,0,0,0 +191330,0,0,0,0,0 +191331,0,0,0,0,0 +191332,0,0,0,0,0 +191333,0,0,0,0,0 +191334,0,0,0,0,0 +191335,0,0,0,0,0 +191336,0,0,0,0,0 +191337,0,0,0,0,0 +191338,0,0,0,0,0 +191339,0,0,0,0,0 +191340,0,0,0,0,0 +191341,0,0,0,0,0 +191342,0,0,0,0,0 +191343,0,0,0,0,0 +191344,0,0,0,0,0 +191345,0,0,0,0,0 +191346,0,0,0,0,0 +191347,0,0,0,0,0 +191348,0,0,0,0,0 +191349,0,0,0,0,0 +191350,0,0,0,0,0 +191351,0,0,0,0,0 +191352,0,0,0,0,0 +191353,0,0,0,0,0 +191354,0,0,0,0,0 +191355,0,0,0,0,0 +191356,0,0,0,0,0 +191357,0,0,0,0,0 +191358,0,0,0,0,0 +191359,0,0,0,0,0 +191360,0,0,0,0,0 +191361,0,0,0,0,0 +191362,0,0,0,0,0 +191363,0,0,0,0,0 +191364,0,0,0,0,0 +191365,0,0,0,0,0 +191366,0,0,0,0,0 +191367,0,0,0,0,0 +191368,0,0,0,0,0 +191369,0,0,0,0,0 +191370,0,0,0,0,0 +191371,0,0,0,0,0 +191372,0,0,0,0,0 +191373,0,0,0,0,0 +191374,0,0,0,0,0 +191375,0,0,0,0,0 +191376,0,0,0,0,0 +191377,0,0,0,0,0 +191378,0,0,0,0,0 +191379,0,0,0,0,0 +191380,0,0,0,0,0 +191381,0,0,0,0,0 +191382,0,0,0,0,0 +191383,0,0,0,0,0 +191384,0,0,0,0,0 +191385,0,0,0,0,0 +191386,0,0,0,0,0 +191387,0,0,0,0,0 +191388,0,0,0,0,0 +191389,0,0,0,0,0 +191390,0,0,0,0,0 +191391,0,0,0,0,0 +191392,0,0,0,0,0 +191393,0,0,0,0,0 +191394,0,0,0,0,0 +191395,0,0,0,0,0 +191396,0,0,0,0,0 +191397,0,0,0,0,0 +191398,0,0,0,0,0 +191399,0,0,0,0,0 +191400,0,0,0,0,0 +191401,0,0,0,0,0 +191402,0,0,0,0,0 +191403,0,0,0,0,0 +191404,0,0,0,0,0 +191405,0,0,0,0,0 +191406,0,0,0,0,0 +191407,0,0,0,0,0 +191408,0,0,0,0,0 +191409,0,0,0,0,0 +191410,0,0,0,0,0 +191411,0,0,0,0,0 +191412,0,0,0,0,0 +191413,0,0,0,0,0 +191414,0,0,0,0,0 +191415,0,0,0,0,0 +191416,0,0,0,0,0 +191417,0,0,0,0,0 +191418,0,0,0,0,0 +191419,0,0,0,0,0 +191420,0,0,0,0,0 +191421,0,0,0,0,0 +191422,0,0,0,0,0 +191423,0,0,0,0,0 +191424,0,0,0,0,0 +191425,0,0,0,0,0 +191426,0,0,0,0,0 +191427,0,0,0,0,0 +191428,0,0,0,0,0 +191429,0,0,0,0,0 +191430,0,0,0,0,0 +191431,0,0,0,0,0 +191432,0,0,0,0,0 +191433,0,0,0,0,0 +191434,0,0,0,0,0 +191435,0,0,0,0,0 +191436,0,0,0,0,0 +191437,0,0,0,0,0 +191438,0,0,0,0,0 +191439,0,0,0,0,0 +191440,0,0,0,0,0 +191441,0,0,0,0,0 +191442,0,0,0,0,0 +191443,0,0,0,0,0 +191444,0,0,0,0,0 +191445,0,0,0,0,0 +191446,0,0,0,0,0 +191447,0,0,0,0,0 +191448,0,0,0,0,0 +191449,0,0,0,0,0 +191450,0,0,0,0,0 +191451,0,0,0,0,0 +191452,0,0,0,0,0 +191453,0,0,0,0,0 +191454,0,0,0,0,0 +191455,0,0,0,0,0 +191456,0,0,0,0,0 +191457,0,0,0,0,0 +191458,0,0,0,0,0 +191459,0,0,0,0,0 +191460,0,0,0,0,0 +191461,0,0,0,0,0 +191462,0,0,0,0,0 +191463,0,0,0,0,0 +191464,0,0,0,0,0 +191465,0,0,0,0,0 +191466,0,0,0,0,0 +191467,0,0,0,0,0 +191468,0,0,0,0,0 +191469,0,0,0,0,0 +191470,0,0,0,0,0 +191471,0,0,0,0,0 +191472,0,0,0,0,0 +191473,0,0,0,0,0 +191474,0,0,0,0,0 +191475,0,0,0,0,0 +191476,0,0,0,0,0 +191477,0,0,0,0,0 +191478,0,0,0,0,0 +191479,0,0,0,0,0 +191480,0,0,0,0,0 +191481,0,0,0,0,0 +191482,0,0,0,0,0 +191483,0,0,0,0,0 +191484,0,0,0,0,0 +191485,0,0,0,0,0 +191486,0,0,0,0,0 +191487,0,0,0,0,0 +191488,0,0,0,0,0 +191489,0,0,0,0,0 +191490,0,0,0,0,0 +191491,0,0,0,0,0 +191492,0,0,0,0,0 +191493,0,0,0,0,0 +191494,0,0,0,0,0 +191495,0,0,0,0,0 +191496,0,0,0,0,0 +191497,0,0,0,0,0 +191498,0,0,0,0,0 +191499,0,0,0,0,0 +191500,0,0,0,0,0 +191501,0,0,0,0,0 +191502,0,0,0,0,0 +191503,0,0,0,0,0 +191504,0,0,0,0,0 +191505,0,0,0,0,0 +191506,0,0,0,0,0 +191507,0,0,0,0,0 +191508,0,0,0,0,0 +191509,0,0,0,0,0 +191510,0,0,0,0,0 +191511,0,0,0,0,0 +191512,0,0,0,0,0 +191513,0,0,0,0,0 +191514,0,0,0,0,0 +191515,0,0,0,0,0 +191516,0,0,0,0,0 +191517,0,0,0,0,0 +191518,0,0,0,0,0 +191519,0,0,0,0,0 +191520,0,0,0,0,0 +191521,0,0,0,0,0 +191522,0,0,0,0,0 +191523,0,0,0,0,0 +191524,0,0,0,0,0 +191525,0,0,0,0,0 +191526,0,0,0,0,0 +191527,0,0,0,0,0 +191528,0,0,0,0,0 +191529,0,0,0,0,0 +191530,0,0,0,0,0 +191531,0,0,0,0,0 +191532,0,0,0,0,0 +191533,0,0,0,0,0 +191534,0,0,0,0,0 +191535,0,0,0,0,0 +191536,0,0,0,0,0 +191537,0,0,0,0,0 +191538,0,0,0,0,0 +191539,0,0,0,0,0 +191540,0,0,0,0,0 +191541,0,0,0,0,0 +191542,0,0,0,0,0 +191543,0,0,0,0,0 +191544,0,0,0,0,0 +191545,0,0,0,0,0 +191546,0,0,0,0,0 +191547,0,0,0,0,0 +191548,0,0,0,0,0 +191549,0,0,0,0,0 +191550,0,0,0,0,0 +191551,0,0,0,0,0 +191552,0,0,0,0,0 +191553,0,0,0,0,0 +191554,0,0,0,0,0 +191555,0,0,0,0,0 +191556,0,0,0,0,0 +191557,0,0,0,0,0 +191558,0,0,0,0,0 +191559,0,0,0,0,0 +191560,0,0,0,0,0 +191561,0,0,0,0,0 +191562,0,0,0,0,0 +191563,0,0,0,0,0 +191564,0,0,0,0,0 +191565,0,0,0,0,0 +191566,0,0,0,0,0 +191567,0,0,0,0,0 +191568,0,0,0,0,0 +191569,0,0,0,0,0 +191570,0,0,0,0,0 +191571,0,0,0,0,0 +191572,0,0,0,0,0 +191573,0,0,0,0,0 +191574,0,0,0,0,0 +191575,0,0,0,0,0 +191576,0,0,0,0,0 +191577,0,0,0,0,0 +191578,0,0,0,0,0 +191579,0,0,0,0,0 +191580,0,0,0,0,0 +191581,0,0,0,0,0 +191582,0,0,0,0,0 +191583,0,0,0,0,0 +191584,0,0,0,0,0 +191585,0,0,0,0,0 +191586,0,0,0,0,0 +191587,0,0,0,0,0 +191588,0,0,0,0,0 +191589,0,0,0,0,0 +191590,0,0,0,0,0 +191591,0,0,0,0,0 +191592,0,0,0,0,0 +191593,0,0,0,0,0 +191594,0,0,0,0,0 +191595,0,0,0,0,0 +191596,0,0,0,0,0 +191597,0,0,0,0,0 +191598,0,0,0,0,0 +191599,0,0,0,0,0 +191600,0,0,0,0,0 +191601,0,0,0,0,0 +191602,0,0,0,0,0 +191603,0,0,0,0,0 +191604,0,0,0,0,0 +191605,0,0,0,0,0 +191606,0,0,0,0,0 +191607,0,0,0,0,0 +191608,0,0,0,0,0 +191609,0,0,0,0,0 +191610,0,0,0,0,0 +191611,0,0,0,0,0 +191612,0,0,0,0,0 +191613,0,0,0,0,0 +191614,0,0,0,0,0 +191615,0,0,0,0,0 +191616,0,0,0,0,0 +191617,0,0,0,0,0 +191618,0,0,0,0,0 +191619,0,0,0,0,0 +191620,0,0,0,0,0 +191621,0,0,0,0,0 +191622,0,0,0,0,0 +191623,0,0,0,0,0 +191624,0,0,0,0,0 +191625,0,0,0,0,0 +191626,0,0,0,0,0 +191627,0,0,0,0,0 +191628,0,0,0,0,0 +191629,0,0,0,0,0 +191630,0,0,0,0,0 +191631,0,0,0,0,0 +191632,0,0,0,0,0 +191633,0,0,0,0,0 +191634,0,0,0,0,0 +191635,0,0,0,0,0 +191636,0,0,0,0,0 +191637,0,0,0,0,0 +191638,0,0,0,0,0 +191639,0,0,0,0,0 +191640,0,0,0,0,0 +191641,0,0,0,0,0 +191642,0,0,0,0,0 +191643,0,0,0,0,0 +191644,0,0,0,0,0 +191645,0,0,0,0,0 +191646,0,0,0,0,0 +191647,0,0,0,0,0 +191648,0,0,0,0,0 +191649,0,0,0,0,0 +191650,0,0,0,0,0 +191651,0,0,0,0,0 +191652,0,0,0,0,0 +191653,0,0,0,0,0 +191654,0,0,0,0,0 +191655,0,0,0,0,0 +191656,0,0,0,0,0 +191657,0,0,0,0,0 +191658,0,0,0,0,0 +191659,0,0,0,0,0 +191660,0,0,0,0,0 +191661,0,0,0,0,0 +191662,0,0,0,0,0 +191663,0,0,0,0,0 +191664,0,0,0,0,0 +191665,0,0,0,0,0 +191666,0,0,0,0,0 +191667,0,0,0,0,0 +191668,0,0,0,0,0 +191669,0,0,0,0,0 +191670,0,0,0,0,0 +191671,0,0,0,0,0 +191672,0,0,0,0,0 +191673,0,0,0,0,0 +191674,0,0,0,0,0 +191675,0,0,0,0,0 +191676,0,0,0,0,0 +191677,0,0,0,0,0 +191678,0,0,0,0,0 +191679,0,0,0,0,0 +191680,0,0,0,0,0 +191681,0,0,0,0,0 +191682,0,0,0,0,0 +191683,0,0,0,0,0 +191684,0,0,0,0,0 +191685,0,0,0,0,0 +191686,0,0,0,0,0 +191687,0,0,0,0,0 +191688,0,0,0,0,0 +191689,0,0,0,0,0 +191690,0,0,0,0,0 +191691,0,0,0,0,0 +191692,0,0,0,0,0 +191693,0,0,0,0,0 +191694,0,0,0,0,0 +191695,0,0,0,0,0 +191696,0,0,0,0,0 +191697,0,0,0,0,0 +191698,0,0,0,0,0 +191699,0,0,0,0,0 +191700,0,0,0,0,0 +191701,0,0,0,0,0 +191702,0,0,0,0,0 +191703,0,0,0,0,0 +191704,0,0,0,0,0 +191705,0,0,0,0,0 +191706,0,0,0,0,0 +191707,0,0,0,0,0 +191708,0,0,0,0,0 +191709,0,0,0,0,0 +191710,0,0,0,0,0 +191711,0,0,0,0,0 +191712,0,0,0,0,0 +191713,0,0,0,0,0 +191714,0,0,0,0,0 +191715,0,0,0,0,0 +191716,0,0,0,0,0 +191717,0,0,0,0,0 +191718,0,0,0,0,0 +191719,0,0,0,0,0 +191720,0,0,0,0,0 +191721,0,0,0,0,0 +191722,0,0,0,0,0 +191723,0,0,0,0,0 +191724,0,0,0,0,0 +191725,0,0,0,0,0 +191726,0,0,0,0,0 +191727,0,0,0,0,0 +191728,0,0,0,0,0 +191729,0,0,0,0,0 +191730,0,0,0,0,0 +191731,0,0,0,0,0 +191732,0,0,0,0,0 +191733,0,0,0,0,0 +191734,0,0,0,0,0 +191735,0,0,0,0,0 +191736,0,0,0,0,0 +191737,0,0,0,0,0 +191738,0,0,0,0,0 +191739,0,0,0,0,0 +191740,0,0,0,0,0 +191741,0,0,0,0,0 +191742,0,0,0,0,0 +191743,0,0,0,0,0 +191744,0,0,0,0,0 +191745,0,0,0,0,0 +191746,0,0,0,0,0 +191747,0,0,0,0,0 +191748,0,0,0,0,0 +191749,0,0,0,0,0 +191750,0,0,0,0,0 +191751,0,0,0,0,0 +191752,0,0,0,0,0 +191753,0,0,0,0,0 +191754,0,0,0,0,0 +191755,0,0,0,0,0 +191756,0,0,0,0,0 +191757,0,0,0,0,0 +191758,0,0,0,0,0 +191759,0,0,0,0,0 +191760,0,0,0,0,0 +191761,0,0,0,0,0 +191762,0,0,0,0,0 +191763,0,0,0,0,0 +191764,0,0,0,0,0 +191765,0,0,0,0,0 +191766,0,0,0,0,0 +191767,0,0,0,0,0 +191768,0,0,0,0,0 +191769,0,0,0,0,0 +191770,0,0,0,0,0 +191771,0,0,0,0,0 +191772,0,0,0,0,0 +191773,0,0,0,0,0 +191774,0,0,0,0,0 +191775,0,0,0,0,0 +191776,0,0,0,0,0 +191777,0,0,0,0,0 +191778,0,0,0,0,0 +191779,0,0,0,0,0 +191780,0,0,0,0,0 +191781,0,0,0,0,0 +191782,0,0,0,0,0 +191783,0,0,0,0,0 +191784,0,0,0,0,0 +191785,0,0,0,0,0 +191786,0,0,0,0,0 +191787,0,0,0,0,0 +191788,0,0,0,0,0 +191789,0,0,0,0,0 +191790,0,0,0,0,0 +191791,0,0,0,0,0 +191792,0,0,0,0,0 +191793,0,0,0,0,0 +191794,0,0,0,0,0 +191795,0,0,0,0,0 +191796,0,0,0,0,0 +191797,0,0,0,0,0 +191798,0,0,0,0,0 +191799,0,0,0,0,0 +191800,0,0,0,0,0 +191801,0,0,0,0,0 +191802,0,0,0,0,0 +191803,0,0,0,0,0 +191804,0,0,0,0,0 +191805,0,0,0,0,0 +191806,0,0,0,0,0 +191807,0,0,0,0,0 +191808,0,0,0,0,0 +191809,0,0,0,0,0 +191810,0,0,0,0,0 +191811,0,0,0,0,0 +191812,0,0,0,0,0 +191813,0,0,0,0,0 +191814,0,0,0,0,0 +191815,0,0,0,0,0 +191816,0,0,0,0,0 +191817,0,0,0,0,0 +191818,0,0,0,0,0 +191819,0,0,0,0,0 +191820,0,0,0,0,0 +191821,0,0,0,0,0 +191822,0,0,0,0,0 +191823,0,0,0,0,0 +191824,0,0,0,0,0 +191825,0,0,0,0,0 +191826,0,0,0,0,0 +191827,0,0,0,0,0 +191828,0,0,0,0,0 +191829,0,0,0,0,0 +191830,0,0,0,0,0 +191831,0,0,0,0,0 +191832,0,0,0,0,0 +191833,0,0,0,0,0 +191834,0,0,0,0,0 +191835,0,0,0,0,0 +191836,0,0,0,0,0 +191837,0,0,0,0,0 +191838,0,0,0,0,0 +191839,0,0,0,0,0 +191840,0,0,0,0,0 +191841,0,0,0,0,0 +191842,0,0,0,0,0 +191843,0,0,0,0,0 +191844,0,0,0,0,0 +191845,0,0,0,0,0 +191846,0,0,0,0,0 +191847,0,0,0,0,0 +191848,0,0,0,0,0 +191849,0,0,0,0,0 +191850,0,0,0,0,0 +191851,0,0,0,0,0 +191852,0,0,0,0,0 +191853,0,0,0,0,0 +191854,0,0,0,0,0 +191855,0,0,0,0,0 +191856,0,0,0,0,0 +191857,0,0,0,0,0 +191858,0,0,0,0,0 +191859,0,0,0,0,0 +191860,0,0,0,0,0 +191861,0,0,0,0,0 +191862,0,0,0,0,0 +191863,0,0,0,0,0 +191864,0,0,0,0,0 +191865,0,0,0,0,0 +191866,0,0,0,0,0 +191867,0,0,0,0,0 +191868,0,0,0,0,0 +191869,0,0,0,0,0 +191870,0,0,0,0,0 +191871,0,0,0,0,0 +191872,0,0,0,0,0 +191873,0,0,0,0,0 +191874,0,0,0,0,0 +191875,0,0,0,0,0 +191876,0,0,0,0,0 +191877,0,0,0,0,0 +191878,0,0,0,0,0 +191879,0,0,0,0,0 +191880,0,0,0,0,0 +191881,0,0,0,0,0 +191882,0,0,0,0,0 +191883,0,0,0,0,0 +191884,0,0,0,0,0 +191885,0,0,0,0,0 +191886,0,0,0,0,0 +191887,0,0,0,0,0 +191888,0,0,0,0,0 +191889,0,0,0,0,0 +191890,0,0,0,0,0 +191891,0,0,0,0,0 +191892,0,0,0,0,0 +191893,0,0,0,0,0 +191894,0,0,0,0,0 +191895,0,0,0,0,0 +191896,0,0,0,0,0 +191897,0,0,0,0,0 +191898,0,0,0,0,0 +191899,0,0,0,0,0 +191900,0,0,0,0,0 +191901,0,0,0,0,0 +191902,0,0,0,0,0 +191903,0,0,0,0,0 +191904,0,0,0,0,0 +191905,0,0,0,0,0 +191906,0,0,0,0,0 +191907,0,0,0,0,0 +191908,0,0,0,0,0 +191909,0,0,0,0,0 +191910,0,0,0,0,0 +191911,0,0,0,0,0 +191912,0,0,0,0,0 +191913,0,0,0,0,0 +191914,0,0,0,0,0 +191915,0,0,0,0,0 +191916,0,0,0,0,0 +191917,0,0,0,0,0 +191918,0,0,0,0,0 +191919,0,0,0,0,0 +191920,0,0,0,0,0 +191921,0,0,0,0,0 +191922,0,0,0,0,0 +191923,0,0,0,0,0 +191924,0,0,0,0,0 +191925,0,0,0,0,0 +191926,0,0,0,0,0 +191927,0,0,0,0,0 +191928,0,0,0,0,0 +191929,0,0,0,0,0 +191930,0,0,0,0,0 +191931,0,0,0,0,0 +191932,0,0,0,0,0 +191933,0,0,0,0,0 +191934,0,0,0,0,0 +191935,0,0,0,0,0 +191936,0,0,0,0,0 +191937,0,0,0,0,0 +191938,0,0,0,0,0 +191939,0,0,0,0,0 +191940,0,0,0,0,0 +191941,0,2586.703005,1063.277534,0,0 +191942,0,1212.627166,1014.830101,0,0 +191943,0,0,1043.203519,0,0 +191944,0,170.2049488,1047.549717,0,0 +191945,0,861.9086175,1047.249878,0,0 +191946,0,435.0860867,1043.497647,0,0 +191947,0,524.1057406,1037.379742,0,0 +191948,0,534.1542435,1031.024442,0,0 +191949,0,544.204043,1024.936288,0,0 +191950,0,554.3297476,1019.4665,0,0 +191951,0,564.4902054,1014.760062,0,0 +191952,0,574.7799171,1010.870722,0,0 +191953,0,584.9866249,1007.775459,0,0 +191954,0,595.3447206,1005.412804,0,0 +191955,0,605.6410973,1003.706151,0,0 +191956,0,615.9492389,1002.576357,0,0 +191957,0,626.3669579,1001.948239,0,0 +191958,0,636.6721431,1001.753338,0,0 +191959,0,647.1233448,1001.930769,0,0 +191960,0,657.4505142,1002.427311,0,0 +191961,0,667.921984,1003.196773,0,0 +191962,0,678.2638244,1004.199457,0,0 +191963,0,688.7503728,1005.401248,0,0 +191964,0,699.1008653,1006.773043,0,0 +191965,0,709.5985313,1008.289905,0,0 +191966,0,719.9525054,1009.930617,0,0 +191967,0,736.9845898,1011.676764,0,0 +191968,0,750.8501832,1013.514449,0,0 +191969,0,764.1863537,1015.429057,0,0 +191970,0,778.7544007,1017.409371,0,0 +191971,0,791.1963412,1019.445816,0,0 +191972,0,803.8446081,1021.505792,0,0 +191973,0,816.3939095,1023.566795,0,0 +191974,0,828.7326309,1025.592154,0,0 +191975,0,841.0092024,1027.592933,0,0 +191976,0,853.1292288,1029.595239,0,0 +191977,0,865.296131,1031.593195,0,0 +191978,0,877.2516937,1033.58278,0,0 +191979,0,889.1794758,1035.561179,0,0 +191980,0,901.0154407,1037.526483,0,0 +191981,0,912.7662859,1039.477415,0,0 +191982,0,924.3922367,1041.413044,0,0 +191983,0,936.0788449,1043.332709,0,0 +191984,0,947.5641011,1045.23589,0,0 +191985,0,959.0316633,1047.122125,0,0 +191986,0,970.3557698,1048.991023,0,0 +191987,0,981.81956,1050.84223,0,0 +191988,0,992.8636777,1052.675458,0,0 +191989,0,1004.188735,1054.490322,0,0 +191990,0,1015.236418,1056.286627,0,0 +191991,0,1026.284302,1058.064026,0,0 +191992,0,1037.254162,1059.822298,0,0 +191993,0,1048.157098,1061.561169,0,0 +191994,0,1058.930299,1063.280393,0,0 +191995,0,1069.861589,1064.979738,0,0 +191996,0,1080.34933,1066.633275,0,0 +191997,0,1091.151717,1068.255301,0,0 +191998,0,1101.661691,1069.871285,0,0 +191999,0,1112.181049,1071.474874,0,0 +192000,0,1122.97428,1073.062164,0,0 +192001,0,1139.2744,1074.630571,0,0 +192002,0,1139.947384,1076.161918,0,0 +192003,0,1164.262522,1077.641699,0,0 +192004,0,1154.297033,1079.078133,0,0 +192005,0,1163.695726,1080.463863,0,0 +192006,0,1188.449331,1081.809459,0,0 +192007,0,1188.937648,1083.120298,0,0 +192008,0,1200.586097,1084.390805,0,0 +192009,0,1210.11482,1085.627443,0,0 +192010,0,1219.371071,1086.829892,0,0 +192011,0,1228.727486,1087.999338,0,0 +192012,0,1237.942964,1089.136754,0,0 +192013,0,1247.108731,1090.242858,0,0 +192014,0,1256.279457,1091.31832,0,0 +192015,0,1265.112147,1092.363725,0,0 +192016,0,1274.247339,1093.379484,0,0 +192017,0,1283.144275,1094.366107,0,0 +192018,0,1291.864067,1095.323872,0,0 +192019,0,1300.678841,1096.253079,0,0 +192020,0,1309.35294,1097.154039,0,0 +192021,0,1317.973431,1098.002,0,0 +192022,0,1326.527699,1098.812415,0,0 +192023,0,1335.096892,1099.610136,0,0 +192024,0,1343.388373,1100.388811,0,0 +192025,0,1351.718024,1101.144683,0,0 +192026,0,1360.114719,1101.875752,0,0 +192027,0,1368.351359,1102.580954,0,0 +192028,0,1376.388281,1103.25976,0,0 +192029,0,1376.226307,1103.912319,0,0 +192030,0,1382.588255,1104.423465,0,0 +192031,0,1389.386104,1104.831569,0,0 +192032,0,1396.113826,1105.185526,0,0 +192033,0,1402.805144,1105.511855,0,0 +192034,0,1409.455854,1105.818566,0,0 +192035,0,1416.042505,1106.105578,0,0 +192036,0,1422.565529,1106.371118,0,0 +192037,0,1429.019662,1106.613862,0,0 +192038,0,1435.490022,1106.833121,0,0 +192039,0,1441.671665,1107.028616,0,0 +192040,0,1447.976432,1107.200103,0,0 +192041,0,1454.037967,1107.347539,0,0 +192042,0,1460.267178,1107.470788,0,0 +192043,0,1466.313609,1107.569854,0,0 +192044,0,1472.136974,1107.644678,0,0 +192045,0,1478.080163,1107.695261,0,0 +192046,0,1483.864578,1107.721716,0,0 +192047,0,1489.590346,1107.724089,0,0 +192048,0,1495.242427,1107.70249,0,0 +192049,0,1500.820088,1107.657046,0,0 +192050,0,1506.416965,1107.587891,0,0 +192051,0,1511.612203,1107.495206,0,0 +192052,0,1517.175322,1107.379079,0,0 +192053,0,1522.371105,1107.239814,0,0 +192054,0,1527.5923,1107.077486,0,0 +192055,0,1532.723685,1106.892356,0,0 +192056,0,1537.663962,1106.684613,0,0 +192057,0,1542.748667,1106.454446,0,0 +192058,0,1547.644917,1106.202148,0,0 +192059,0,1556.780866,1105.903881,0,0 +192060,0,1553.535415,1105.577183,0,0 +192061,0,1576.279113,1105.241,0,0 +192062,0,1545.41983,1104.897572,0,0 +192063,0,1581.438666,1104.524198,0,0 +192064,0,1572.816846,1104.141753,0,0 +192065,0,1579.625857,1103.731659,0,0 +192066,0,1583.828568,1103.302071,0,0 +192067,0,1588.075301,1102.851098,0,0 +192068,0,1592.156203,1102.379381,0,0 +192069,0,1596.176483,1101.887294,0,0 +192070,0,1600.092256,1101.374077,22.90519798,0 +192071,0,1604.091505,1100.846651,33.71906164,0 +192072,0,1607.816281,1100.299526,37.0802688,0 +192073,19.26583007,1611.523377,1099.731234,39.30346789,0 +192074,109.0892189,1615.175235,1099.14647,44.74088386,0 +192075,68.98168482,1618.856514,1098.569712,48.55034889,0 +192076,89.39786187,1622.218231,1097.944565,52.24958256,0 +192077,98.55827499,1625.725331,1097.312426,56.00009027,0 +192078,106.5565257,1629.06834,1096.638855,59.58097309,0 +192079,114.2695894,1632.352307,1095.940387,63.25051073,0 +192080,121.8513985,1635.459367,1095.23936,66.66039919,0 +192081,129.7075961,1638.741677,1094.529581,70.29663477,0 +192082,136.8704659,1641.725295,1093.808121,73.73632491,0 +192083,144.5802392,1644.722827,1093.073061,77.1366046,0 +192084,151.8491129,1647.731119,1092.324079,80.56022839,0 +192085,159.158782,1650.406755,1091.560923,84.08958308,0 +192086,166.3990371,1653.233833,1090.783686,87.12708473,0 +192087,173.4405236,1655.892113,1089.992553,90.67622285,0 +192088,180.9008601,1658.489479,1089.187965,93.91104124,0 +192089,187.6149918,1661.009883,1088.370228,97.04700466,0 +192090,194.6048463,1663.452956,1087.53941,100.360198,0 +192091,201.4264025,1665.57597,1086.696183,103.3206839,0 +192092,208.2689935,1667.57187,1085.835889,106.6340319,0 +192093,215.0218014,1669.462293,1084.958485,109.5277737,0 +192094,221.2806657,1671.253812,1084.062664,112.6937882,0 +192095,228.5189523,1672.949187,1083.12879,115.5857798,0 +192096,234.6973381,1674.559915,1082.17218,118.6075493,0 +192097,241.1611418,1676.072997,1081.215498,121.6550656,0 +192098,247.7813802,1677.493217,1080.251662,124.5087792,0 +192099,253.9897684,1678.82162,1079.279009,127.2946837,0 +192100,260.3561844,1680.164011,1078.294849,130.401322,0 +192101,266.7861353,1681.155624,1077.300487,133.0776783,0 +192102,273.1054002,1682.288231,1076.294462,136.1190598,0 +192103,279.1728338,1683.238457,1075.278772,138.5858456,0 +192104,285.5665666,1684.116457,1074.252287,141.6904285,0 +192105,291.5168852,1684.906441,1073.217313,144.2544627,0 +192106,297.8325631,1685.608734,1072.172651,147.1193341,0 +192107,303.7067963,1686.223591,1071.120573,149.6276388,0 +192108,309.7091004,1686.751655,1070.059968,152.5941405,0 +192109,316.1272838,1687.193055,1068.993065,155.1835391,0 +192110,321.7571542,1687.54839,1067.918957,157.8104336,0 +192111,327.7116565,1687.817745,1066.839298,160.4224604,0 +192112,333.7499366,1688.001682,1065.75354,163.1328578,0 +192113,339.4621691,1688.100256,1064.663576,165.521111,0 +192114,345.4833467,1688.113993,1063.568401,168.3830834,0 +192115,351.0686314,1688.042935,1062.470188,170.7585265,0 +192116,357.0914847,1687.887575,1061.36775,173.4384978,0 +192117,362.5918662,1687.647945,1060.263326,175.8654064,0 +192118,368.5614833,1687.324434,1059.13483,178.4928125,0 +192119,374.0344955,1686.917248,1057.999952,180.8839986,0 +192120,379.8734831,1686.426768,1056.876921,183.4843787,0 +192121,385.5771047,1685.939896,1055.760628,186.0663636,0 +192122,391.9274923,1685.403531,1054.651587,188.640192,0 +192123,397.6705363,1684.795843,1053.551212,191.2006364,0 +192124,403.5681203,1684.11058,1052.4596,193.748451,0 +192125,409.5007519,1683.345531,1051.376553,196.2834093,0 +192126,415.2998973,1682.500402,1050.301542,198.806042,0 +192127,421.1914912,1681.574881,1049.234104,201.1787768,0 +192128,426.9457054,1680.569278,1048.174073,203.8917488,0 +192129,432.7625101,1679.377429,1047.12141,206.269824,0 +192130,438.5603716,1678.36541,1046.076062,208.7707085,0 +192131,444.2589632,1677.044569,1045.03833,211.2342494,0 +192132,450.0504688,1675.73663,1044.00828,213.6873729,0 +192133,455.7001744,1674.332834,1042.986278,216.1291646,0 +192134,461.418481,1672.849853,1041.97254,218.7074115,0 +192135,467.1192602,1671.288116,1040.967506,220.8970811,0 +192136,472.7166407,1669.647431,1039.971391,223.422307,0 +192137,478.4158036,1667.92864,1038.984723,225.7958348,0 +192138,483.9664318,1666.13168,1038.007888,228.0347261,0 +192139,489.5929337,1664.256799,1037.041286,230.6493878,0 +192140,495.204837,1662.30443,1036.085507,232.9026056,0 +192141,500.7058863,1660.274666,1035.140887,235.2916606,0 +192142,506.2805871,1658.167973,1034.20798,237.6441417,0 +192143,511.8413165,1655.984466,1033.287316,239.9880779,0 +192144,517.2887677,1653.724612,1032.379405,242.3233037,0 +192145,522.8134755,1651.388545,1031.484738,244.6498876,0 +192146,528.2836305,1648.976917,1030.603908,246.9682299,0 +192147,533.3746757,1646.384955,1029.73741,249.2782808,0 +192148,539.39238,1643.972095,1028.885778,251.5804354,0 +192149,544.4928388,1641.260626,1028.049851,253.8746447,0 +192150,550.1669199,1638.58014,1027.209635,256.1985015,0 +192151,555.3094275,1635.643309,1026.385796,258.4039856,0 +192152,560.6569215,1632.627408,1025.589592,260.47954,0 +192153,565.9077293,1629.60574,1024.815557,262.9273689,0 +192154,571.1010615,1626.25566,1024.059086,264.9845524,0 +192155,576.3241463,1623.04938,1023.318309,267.203363,0 +192156,581.5221139,1619.673682,1022.593468,269.3807639,0 +192157,586.6557276,1616.234771,1021.885248,271.5503629,0 +192158,591.9364126,1612.613557,1021.194598,273.7112364,0 +192159,596.972223,1609.169367,1020.522463,275.8637082,0 +192160,602.09678,1605.426096,1019.869704,278.0081326,0 +192161,607.2723096,1601.696855,1019.237166,280.1445537,0 +192162,612.3294763,1597.877335,1018.625707,282.2733384,0 +192163,617.4143054,1593.98383,1018.036066,284.3945165,0 +192164,622.4762989,1590.016901,1017.469067,286.5084391,0 +192165,627.5210534,1585.977845,1016.930874,288.6151506,0 +192166,632.5506048,1581.763052,1016.415876,290.7149361,0 +192167,637.5151759,1577.728297,1015.928457,292.8077556,0 +192168,642.6473304,1573.402693,1015.443531,294.8935948,0 +192169,647.6091004,1569.1074,1014.976239,297.0083183,0 +192170,652.5838175,1584.22661,1014.539044,299.0545949,0 +192171,657.5787093,1531.662435,1014.136736,301.1532014,0 +192172,662.5823982,1569.927801,1013.751504,302.9792607,0 +192173,667.6528842,1547.927625,1013.414141,305.3869707,0 +192174,672.4377291,1546.427412,1013.094197,307.2459068,0 +192175,677.6017982,1541.625201,1012.800189,309.3603607,0 +192176,682.4460939,1536.960753,1012.528001,311.3696543,0 +192177,687.4784709,1532.044566,1012.275288,313.6455816,0 +192178,692.3002343,1527.130503,1012.041881,315.3212828,0 +192179,697.44536,1522.156,1011.825403,317.5377407,0 +192180,702.1750748,1517.101035,1011.626184,319.512134,0 +192181,706.2640437,1511.867626,1011.442034,321.1850279,0 +192182,710.4939428,1506.621404,1011.259301,322.9378586,0 +192183,714.527289,1500.966594,1011.072563,324.6737809,0 +192184,718.8465753,1495.684839,1010.881995,326.4099625,0 +192185,722.8683128,1490.050398,1010.690071,328.1620812,0 +192186,727.0801384,1484.451546,1010.498516,329.8516626,0 +192187,731.1714495,1478.77702,1010.308853,331.585317,0 +192188,735.1945864,1473.042346,1010.121904,333.291714,0 +192189,739.3325812,1467.24866,1009.938307,335.0184517,0 +192190,743.4170497,1461.299894,1009.758608,336.6809715,0 +192191,747.40183,1455.525904,1009.583161,338.3898756,0 +192192,751.5115,1449.584542,1009.412408,340.0713851,0 +192193,755.4583341,1443.44336,1009.246625,341.7509704,0 +192194,759.4791351,1437.431245,1009.085989,343.4481962,0 +192195,763.552695,1431.284938,1008.930853,345.0806759,0 +192196,767.4660229,1425.005504,1008.781307,346.7611624,0 +192197,771.4180705,1418.900713,1008.637456,348.4144065,0 +192198,775.3418509,1412.546128,1008.49953,350.0663757,0 +192199,779.3728,1406.220839,1008.367536,351.7370915,0 +192200,783.2329454,1399.92066,1008.241664,353.3420873,0 +192201,787.0697139,1393.266123,1008.121879,354.9968866,0 +192202,791.1568868,1386.971236,1008.008238,356.6244716,0 +192203,794.9358421,1380.36375,1007.900993,358.2512785,0 +192204,798.8104801,1373.800885,1007.799926,359.8981781,0 +192205,802.7395105,1367.180447,1007.705229,361.4777268,0 +192206,806.5012306,1360.427976,1007.61691,363.1093913,0 +192207,810.3342905,1353.847099,1007.534924,364.7135398,0 +192208,814.2605939,1347.125588,1007.459431,366.3175113,0 +192209,818.0393384,1340.228618,1007.390365,367.6642953,0 +192210,821.8682549,1333.380195,1007.327677,369.6737947,0 +192211,825.6325497,1326.573733,1007.271603,371.0086535,0 +192212,829.37799,1319.557491,1007.221029,372.6335827,0 +192213,833.1093008,1312.572715,1007.17549,374.1821982,0 +192214,836.8281686,1305.53825,1007.134795,375.7307674,0 +192215,840.5362786,1298.466362,1007.099021,377.2737362,0 +192216,844.2297753,1291.363657,1007.068319,378.8378927,0 +192217,847.9152482,1284.22797,1007.042844,380.3311543,0 +192218,851.5887696,1276.981163,1007.022694,381.8797169,0 +192219,855.2519188,1269.898909,1007.007971,383.3991562,0 +192220,858.9048824,1262.62024,1006.998805,384.9189341,0 +192221,862.5478154,1255.46514,1006.995202,386.4343914,0 +192222,866.1810309,1247.993148,1006.997266,387.9458276,0 +192223,869.7365105,1240.867141,1007.004972,389.4799225,0 +192224,873.4556449,1233.479608,1007.018494,390.9428629,0 +192225,877.0086381,1226.074553,1007.037782,392.4631013,0 +192226,880.6169489,1218.90266,1007.062851,393.9547986,0 +192227,884.27524,1211.361954,1007.093814,395.4476814,0 +192228,887.7460655,1204.036578,1007.130612,396.9372209,0 +192229,891.3713257,1196.538775,1007.173286,398.4235119,0 +192230,894.9223087,1189.231112,1007.221861,399.9341863,0 +192231,898.4065557,1181.820832,1007.276391,401.3725111,0 +192232,902.0639349,1174.207428,1007.336802,402.8707663,0 +192233,905.550041,1166.860556,1007.403156,404.3405669,0 +192234,909.0961514,1159.382101,1007.475458,405.8125499,0 +192235,912.6229569,1172.967369,1007.552922,407.2819222,0 +192236,916.1433043,1113.394699,1007.66304,408.7489353,0 +192237,919.6574586,1174.144119,1007.744665,410.2135994,0 +192238,923.1653694,1094.122273,1007.860866,411.7041476,0 +192239,926.6677216,1148.851164,1007.945506,413.1218052,0 +192240,930.2428885,1094.747622,1008.068715,414.6358203,0 +192241,933.8951013,1115.088253,1008.191723,416.1368491,0 +192242,937.9757031,1098.058789,1008.327447,417.7269142,0 +192243,941.5540483,1092.381027,1008.466404,419.3862189,0 +192244,945.603685,1085.111534,1008.617061,420.9022394,0 +192245,949.1792863,1077.850255,1008.780596,422.4486928,0 +192246,953.2302692,1070.566106,1008.954353,423.9988602,0 +192247,956.8051316,1063.167202,1009.14025,425.6807448,0 +192248,960.8531116,1056.038588,1009.335218,427.1922548,0 +192249,964.4292566,1048.780306,1009.54123,428.7101123,0 +192250,968.4026031,1041.458833,1009.755317,430.3046376,0 +192251,972.0981734,1034.26711,1009.979637,431.9652175,0 +192252,975.8744666,1027.002841,1010.211486,433.4837533,0 +192253,979.9273546,1019.875893,1010.452815,435.0672747,0 +192254,983.5870964,1012.678976,1010.702436,436.5911346,0 +192255,987.6601081,1005.615315,1010.960665,438.3072408,0 +192256,991.2012527,998.4814257,1011.226329,439.7953104,0 +192257,995.2605248,991.5509698,1011.499871,441.3482485,0 +192258,998.915248,986.6323009,1011.780413,442.9198013,0 +192259,1002.922457,981.8313038,1012.069223,444.6154661,0 +192260,1006.521334,976.8173017,1012.365011,446.111871,0 +192261,1010.660802,972.1054106,1012.668343,447.6683794,0 +192262,1014.290514,967.1681788,1012.978378,449.2741054,0 +192263,1018.120279,962.4908346,1013.295748,450.8089231,0 +192264,1022.202831,957.5623619,1013.619486,452.5338394,0 +192265,1025.921146,952.9202564,1013.95066,454.0307938,0 +192266,1029.981144,948.1367979,1014.287927,455.5931771,0 +192267,1033.718147,943.5175629,1014.632489,457.1743728,0 +192268,1037.670519,938.8748515,1014.986494,458.7617967,0 +192269,1041.746995,934.1814258,1015.346978,460.4694327,0 +192270,1045.598552,929.6910022,1015.711631,462.0101052,0 +192271,1049.375825,925.1294921,1016.082037,463.4950959,0 +192272,1054.915646,920.5445792,1016.456414,465.0638767,0 +192273,1057.700515,916.1748678,1016.835969,466.6057722,0 +192274,1063.205075,911.5830582,1017.218138,468.1529946,0 +192275,1065.184601,907.2906844,1017.605479,469.6996429,0 +192276,1072.370399,902.87537,1017.995394,471.2458897,0 +192277,1071.226941,898.5834799,1018.391595,472.7915943,0 +192278,1083.741211,894.4457942,1018.789143,474.3370919,0 +192279,1074.212816,890.2831187,1019.195817,475.8822735,0 +192280,1099.558308,886.0853536,1019.579219,477.4596666,0 +192281,1070.136973,882.0655882,1019.994858,478.9554233,0 +192282,1094.40265,878.0570422,1020.417214,480.5247136,0 +192283,1098.908181,874.1231852,1020.830099,482.0641363,0 +192284,1099.129462,870.3123369,1021.256705,483.6090996,0 +192285,1104.237441,866.3787604,1021.682811,485.154056,0 +192286,1108.199052,862.7768117,1022.101491,486.6992049,0 +192287,1112.278458,859.0775821,1022.535542,488.244445,0 +192288,1116.138919,855.5139922,1022.978452,489.7899239,0 +192289,1119.978825,852.020425,1023.428592,491.369334,0 +192290,1124.202733,848.6630305,1023.883709,492.8636817,0 +192291,1128.025429,845.2545786,1024.344434,494.4350951,0 +192292,1131.871431,842.0538615,1024.809286,495.9756521,0 +192293,1135.947249,838.8930746,1025.279293,497.5219001,0 +192294,1139.945893,835.8331127,1025.753451,499.0685125,0 +192295,1143.734679,832.8139738,1026.232687,500.6152095,0 +192296,1147.987743,830.0770556,1026.715853,502.1621733,0 +192297,1151.739228,827.1898351,1027.204239,503.7092441,0 +192298,1155.827397,824.5706221,1027.696433,505.2565213,0 +192299,1159.798853,821.9997049,1028.193727,506.8038721,0 +192300,1163.760303,819.6334787,1028.694918,508.3861316,0 +192301,0,0,0,0,0 +192302,0,0,0,0,0 +192303,0,0,0,0,0 +192304,0,0,0,0,0 +192305,0,0,0,0,0 +192306,0,0,0,0,0 +192307,0,0,0,0,0 +192308,0,0,0,0,0 +192309,0,0,0,0,0 +192310,0,0,0,0,0 +192311,0,0,0,0,0 +192312,0,0,0,0,0 +192313,0,0,0,0,0 +192314,0,0,0,0,0 +192315,0,0,0,0,0 +192316,0,0,0,0,0 +192317,0,0,0,0,0 +192318,0,0,0,0,0 +192319,0,0,0,0,0 +192320,0,0,0,0,0 +192321,0,0,0,0,0 +192322,0,0,0,0,0 +192323,0,0,0,0,0 +192324,0,0,0,0,0 +192325,0,0,0,0,0 +192326,0,0,0,0,0 +192327,0,0,0,0,0 +192328,0,0,0,0,0 +192329,0,0,0,0,0 +192330,0,0,0,0,0 +192331,0,0,0,0,0 +192332,0,0,0,0,0 +192333,0,0,0,0,0 +192334,0,0,0,0,0 +192335,0,0,0,0,0 +192336,0,0,0,0,0 +192337,0,0,0,0,0 +192338,0,0,0,0,0 +192339,0,0,0,0,0 +192340,0,0,0,0,0 +192341,0,0,0,0,0 +192342,0,0,0,0,0 +192343,0,0,0,0,0 +192344,0,0,0,0,0 +192345,0,0,0,0,0 +192346,0,0,0,0,0 +192347,0,0,0,0,0 +192348,0,0,0,0,0 +192349,0,0,0,0,0 +192350,0,0,0,0,0 +192351,0,0,0,0,0 +192352,0,0,0,0,0 +192353,0,0,0,0,0 +192354,0,0,0,0,0 +192355,0,0,0,0,0 +192356,0,0,0,0,0 +192357,0,0,0,0,0 +192358,0,0,0,0,0 +192359,0,0,0,0,0 +192360,0,0,0,0,0 +192361,0,0,0,0,0 +192362,0,0,0,0,0 +192363,0,0,0,0,0 +192364,0,0,0,0,0 +192365,0,0,0,0,0 +192366,0,0,0,0,0 +192367,0,0,0,0,0 +192368,0,0,0,0,0 +192369,0,0,0,0,0 +192370,0,0,0,0,0 +192371,0,0,0,0,0 +192372,0,0,0,0,0 +192373,0,0,0,0,0 +192374,0,0,0,0,0 +192375,0,0,0,0,0 +192376,0,0,0,0,0 +192377,0,0,0,0,0 +192378,0,0,0,0,0 +192379,0,0,0,0,0 +192380,0,0,0,0,0 +192381,0,0,0,0,0 +192382,0,0,0,0,0 +192383,0,0,0,0,0 +192384,0,0,0,0,0 +192385,0,0,0,0,0 +192386,0,0,0,0,0 +192387,0,0,0,0,0 +192388,0,0,0,0,0 +192389,0,0,0,0,0 +192390,0,0,0,0,0 +192391,0,0,0,0,0 +192392,0,0,0,0,0 +192393,0,0,0,0,0 +192394,0,0,0,0,0 +192395,0,0,0,0,0 +192396,0,0,0,0,0 +192397,0,0,0,0,0 +192398,0,0,0,0,0 +192399,0,0,0,0,0 +192400,0,0,0,0,0 +192401,0,0,0,0,0 +192402,0,0,0,0,0 +192403,0,0,0,0,0 +192404,0,0,0,0,0 +192405,0,0,0,0,0 +192406,0,0,0,0,0 +192407,0,0,0,0,0 +192408,0,0,0,0,0 +192409,0,0,0,0,0 +192410,0,0,0,0,0 +192411,0,0,0,0,0 +192412,0,0,0,0,0 +192413,0,0,0,0,0 +192414,0,0,0,0,0 +192415,0,0,0,0,0 +192416,0,0,0,0,0 +192417,0,0,0,0,0 +192418,0,0,0,0,0 +192419,0,0,0,0,0 +192420,0,0,0,0,0 +192421,0,0,0,0,0 +192422,0,0,0,0,0 +192423,0,0,0,0,0 +192424,0,0,0,0,0 +192425,0,0,0,0,0 +192426,0,0,0,0,0 +192427,0,0,0,0,0 +192428,0,0,0,0,0 +192429,0,0,0,0,0 +192430,0,0,0,0,0 +192431,0,0,0,0,0 +192432,0,0,0,0,0 +192433,0,0,0,0,0 +192434,0,0,0,0,0 +192435,0,0,0,0,0 +192436,0,0,0,0,0 +192437,0,0,0,0,0 +192438,0,0,0,0,0 +192439,0,0,0,0,0 +192440,0,0,0,0,0 +192441,0,0,0,0,0 +192442,0,0,0,0,0 +192443,0,0,0,0,0 +192444,0,0,0,0,0 +192445,0,0,0,0,0 +192446,0,0,0,0,0 +192447,0,0,0,0,0 +192448,0,0,0,0,0 +192449,0,0,0,0,0 +192450,0,0,0,0,0 +192451,0,0,0,0,0 +192452,0,0,0,0,0 +192453,0,0,0,0,0 +192454,0,0,0,0,0 +192455,0,0,0,0,0 +192456,0,0,0,0,0 +192457,0,0,0,0,0 +192458,0,0,0,0,0 +192459,0,0,0,0,0 +192460,0,0,0,0,0 +192461,0,0,0,0,0 +192462,0,0,0,0,0 +192463,0,0,0,0,0 +192464,0,0,0,0,0 +192465,0,0,0,0,0 +192466,0,0,0,0,0 +192467,0,0,0,0,0 +192468,0,0,0,0,0 +192469,0,0,0,0,0 +192470,0,0,0,0,0 +192471,0,0,0,0,0 +192472,0,0,0,0,0 +192473,0,0,0,0,0 +192474,0,0,0,0,0 +192475,0,0,0,0,0 +192476,0,0,0,0,0 +192477,0,0,0,0,0 +192478,0,0,0,0,0 +192479,0,0,0,0,0 +192480,0,0,0,0,0 +192481,0,0,0,0,0 +192482,0,0,0,0,0 +192483,0,0,0,0,0 +192484,0,0,0,0,0 +192485,0,0,0,0,0 +192486,0,0,0,0,0 +192487,0,0,0,0,0 +192488,0,0,0,0,0 +192489,0,0,0,0,0 +192490,0,0,0,0,0 +192491,0,0,0,0,0 +192492,0,0,0,0,0 +192493,0,0,0,0,0 +192494,0,0,0,0,0 +192495,0,0,0,0,0 +192496,0,0,0,0,0 +192497,0,0,0,0,0 +192498,0,0,0,88.19771541,0 +192499,0,0,0,84.10128712,0 +192500,0,0,0,87.28347975,0 +192501,0,0,0,65.91498786,0 +192502,0,0,0,128.102788,0 +192503,0,0,0,111.1271793,0 +192504,0,0,0,125.5473583,0 +192505,0,0,0,141.6070244,0 +192506,0,0,0,151.3800428,0 +192507,0,0,0,160.4311181,0 +192508,0,0,0,169.0757418,0 +192509,0,0,0,177.6282233,0 +192510,0,0,0,186.0114786,0 +192511,0,0,0,193.7300823,0 +192512,0,0,0,201.1835321,0 +192513,0,0,0,208.6119014,0 +192514,0,0,0,215.7143296,0 +192515,0,0,0,222.7054141,0 +192516,0,0,0,229.4501862,0 +192517,0,0,0,236.3374767,0 +192518,0,0,0,242.5797926,0 +192519,0,0,0,249.1806597,0 +192520,0,0,0,255.3468112,0 +192521,0,0,0,261.4610493,0 +192522,0,0,0,267.3534784,0 +192523,0,0,0,273.3504807,0 +192524,0,0,0,279.0458149,0 +192525,0,0,0,284.4058145,0 +192526,0,0,0,290.1120491,0 +192527,0,0,0,295.3769653,0 +192528,0,0,0,300.5397938,0 +192529,0,0,0,305.9393759,0 +192530,0,0,0,310.7101291,0 +192531,0,0,0,315.729798,0 +192532,0,0,0,320.4110815,0 +192533,0,0,0,325.2823501,0 +192534,0,0,0,329.7959551,0 +192535,0,0,0,334.3136534,0 +192536,0,0,0,338.706376,0 +192537,0,0,0,343.0087316,0 +192538,0,0,0,347.2085356,0 +192539,0,0,0,351.3139617,0 +192540,0,0,0,355.3243508,0 +192541,0,0,0,359.2540528,0 +192542,0,0,0,362.9678255,0 +192543,0,0,0,366.9223833,0 +192544,0,0,0,370.4835145,0 +192545,0,0,0,374.082239,0 +192546,0,0,0,377.5684631,0 +192547,0,0,0,381.0936182,0 +192548,0,0,0,384.2089646,0 +192549,0,0,0,387.5367251,0 +192550,0,0,0,390.5191757,0 +192551,0,0,0,393.7956755,0 +192552,0,0,0,396.6649586,0 +192553,0,0,0,399.5865285,0 +192554,0,0,0,402.4014908,0 +192555,0,0,0,405.1367245,0 +192556,0,0,0,407.7922656,0 +192557,0,0,0,410.3691904,0 +192558,0,0,0,412.8680146,0 +192559,0,0,0,415.2896823,0 +192560,0,0,0,417.6346965,0 +192561,0,0,0,419.9039751,0 +192562,0,0,0,422.0979924,0 +192563,0,0,0,424.0709365,0 +192564,0,0,0,426.3430505,0 +192565,0,0,0,428.2017272,0 +192566,0,0,0,430.1288617,0 +192567,0,0,0,432.1048623,0 +192568,0,0,0,433.6328649,0 +192569,0,0,0,435.4335637,0 +192570,0,0,0,437.0236329,0 +192571,0,0,0,437.3848971,0 +192572,0,0,0,437.5251757,0 +192573,0,0,0,437.4860961,0 +192574,0,0,0,437.2840469,0 +192575,0,0,0,436.9298358,0 +192576,0,0,0,436.4303373,0 +192577,0,0,0,435.7909284,0 +192578,0,0,0,435.0154771,0 +192579,0,0,0,434.1076214,0 +192580,0,0,0,433.0701523,0 +192581,0,0,0,431.9059773,0 +192582,0,0,0,430.4634968,0 +192583,0,0,0,429.2796041,0 +192584,0,0,0,427.6346042,0 +192585,0,0,0,426.0115334,0 +192586,0,0,0,424.2452726,0 +192587,0,0,0,422.5162094,0 +192588,0,0,0,420.3006665,0 +192589,0,0,0,418.3073798,0 +192590,0,0,0,416.0681894,0 +192591,0,0,0,413.7456799,0 +192592,0,0,0,411.3152967,0 +192593,0,0,0,408.7788426,0 +192594,0,0,0,406.1371486,0 +192595,0,0,0,403.3914892,0 +192596,0,0,0,400.5426748,0 +192597,0,0,0,397.5918726,0 +192598,0,0,0,394.5398034,0 +192599,0,0,0,391.3875494,0 +192600,0,0,0,388.6673921,0 +192601,0,0,0,385.1232418,0 +192602,0,0,0,381.7525247,0 +192603,0,0,0,378.1506213,0 +192604,0,0,0,374.324319,0 +192605,0,0,0,370.7563842,0 +192606,0,0,0,366.7786274,0 +192607,0,0,0,362.8336237,0 +192608,0,0,0,358.9088193,0 +192609,0,0,0,359.1920545,0 +192610,0,0,0,355.9663144,0 +192611,0,0,0,352.1556475,0 +192612,0,0,0,348.1867803,0 +192613,0,0,0,344.090044,0 +192614,0,0,0,339.8833667,0 +192615,0,0,0,335.5339927,0 +192616,0,0,0,331.1139703,0 +192617,0,0,0,326.6167103,0 +192618,0,0,0,322.0274146,0 +192619,0,0,0,317.3533762,0 +192620,0,0,0,312.717377,0 +192621,0,0,0,307.70323,0 +192622,0,0,0,302.7550228,0 +192623,0,0,0,297.9972595,0 +192624,0,0,0,292.6895653,0 +192625,0,0,0,287.6244258,0 +192626,0,0,0,282.3751425,0 +192627,0,0,0,277.0778931,0 +192628,0,0,0,271.6813759,0 +192629,0,0,0,266.2372307,0 +192630,0,0,0,260.8168839,0 +192631,0,0,0,253.8451817,0 +192632,0,0,0,247.1384112,0 +192633,0,0,0,239.7423676,0 +192634,0,0,0,232.4908925,0 +192635,0,0,0,225.0593215,0 +192636,0,0,0,217.3239012,0 +192637,0,0,0,209.6241685,0 +192638,0,0,0,201.7374823,0 +192639,0,0,0,193.7992875,0 +192640,0,0,0,185.576079,0 +192641,0,0,0,177.4001297,0 +192642,0,0,0,169.1061265,0 +192643,0,0,0,160.62405,0 +192644,0,0,0,152.0853889,0 +192645,0,0,0,143.338394,0 +192646,0,0,0,134.7557954,0 +192647,0,0,0,125.8431971,0 +192648,0,0,0,116.9386794,0 +192649,0,0,0,107.9333977,0 +192650,0,0,0,97.59510259,0 +192651,0,0,0,85.898711,0 +192652,0,0,0,73.97266425,0 +192653,0,0,0,61.21222844,0 +192654,0,0,0,80.71448772,0 +192655,0,0,0,0,0 +192656,0,0,0,44.8508469,0 +192657,0,0,0,0,0 +192658,0,0,0,0,0 +192659,0,0,0,0,0 +192660,0,0,0,0,0 +192661,0,0,0,0,0 +192662,0,0,0,0,0 +192663,0,0,0,0,0 +192664,0,0,0,0,0 +192665,0,0,0,0,0 +192666,0,0,0,0,0 +192667,0,0,0,0,0 +192668,0,0,0,0,0 +192669,0,0,0,0,0 +192670,0,0,0,0,0 +192671,0,0,0,0,0 +192672,0,0,0,0,0 +192673,0,0,0,0,0 +192674,0,0,0,0,0 +192675,0,0,0,0,0 +192676,0,0,0,0,0 +192677,0,0,0,0,0 +192678,0,0,0,0,0 +192679,0,0,0,0,0 +192680,0,0,0,0,0 +192681,0,0,0,0,0 +192682,0,0,0,0,0 +192683,0,0,0,0,0 +192684,0,0,0,0,0 +192685,0,0,0,0,0 +192686,0,0,0,0,0 +192687,0,0,0,0,0 +192688,0,0,0,0,0 +192689,0,0,0,0,0 +192690,0,0,0,0,0 +192691,0,0,0,0,0 +192692,0,0,0,0,0 +192693,0,0,0,0,0 +192694,0,0,0,0,0 +192695,0,0,0,0,0 +192696,0,0,0,0,0 +192697,0,0,0,0,0 +192698,0,0,0,0,0 +192699,0,0,0,0,0 +192700,0,0,0,0,0 +192701,0,0,0,0,0 +192702,0,0,0,0,0 +192703,0,0,0,0,0 +192704,0,0,0,0,0 +192705,0,0,0,0,0 +192706,0,0,0,0,0 +192707,0,0,0,0,0 +192708,0,0,0,0,0 +192709,0,0,0,0,0 +192710,0,0,0,0,0 +192711,0,0,0,0,0 +192712,0,0,0,0,0 +192713,0,0,0,0,0 +192714,0,0,0,0,0 +192715,0,0,0,0,0 +192716,0,0,0,0,0 +192717,0,0,0,0,0 +192718,0,0,0,0,0 +192719,0,0,0,0,0 +192720,0,0,0,0,0 +192721,0,0,0,0,0 +192722,0,0,0,0,0 +192723,0,0,0,0,0 +192724,0,0,0,0,0 +192725,0,0,0,0,0 +192726,0,0,0,0,0 +192727,0,0,0,0,0 +192728,0,0,0,0,0 +192729,0,0,0,0,0 +192730,0,0,0,0,0 +192731,0,0,0,0,0 +192732,0,0,0,0,0 +192733,0,0,0,0,0 +192734,0,0,0,0,0 +192735,0,0,0,0,0 +192736,0,0,0,0,0 +192737,0,0,0,0,0 +192738,0,0,0,0,0 +192739,0,0,0,0,0 +192740,0,0,0,0,0 +192741,0,0,0,0,0 +192742,0,0,0,0,0 +192743,0,0,0,0,0 +192744,0,0,0,0,0 +192745,0,0,0,0,0 +192746,0,0,0,0,0 +192747,0,0,0,0,0 +192748,0,0,0,0,0 +192749,0,0,0,0,0 +192750,0,0,0,0,0 +192751,0,0,0,0,0 +192752,0,0,0,0,0 +192753,0,0,0,0,0 +192754,0,0,0,0,0 +192755,0,0,0,0,0 +192756,0,0,0,0,0 +192757,0,0,0,0,0 +192758,0,0,0,0,0 +192759,0,0,0,0,0 +192760,0,0,0,0,0 +192761,0,0,0,0,0 +192762,0,0,0,0,0 +192763,0,0,0,0,0 +192764,0,0,0,0,0 +192765,0,0,0,0,0 +192766,0,0,0,0,0 +192767,0,0,0,0,0 +192768,0,0,0,0,0 +192769,0,0,0,0,0 +192770,0,0,0,0,0 +192771,0,0,0,0,0 +192772,0,0,0,0,0 +192773,0,0,0,0,0 +192774,0,0,0,0,0 +192775,0,0,0,0,0 +192776,0,0,0,0,0 +192777,0,0,0,0,0 +192778,0,0,0,0,0 +192779,0,0,0,0,0 +192780,0,0,0,0,0 +192781,0,0,0,0,0 +192782,0,0,0,0,0 +192783,0,0,0,0,0 +192784,0,0,0,0,0 +192785,0,0,0,0,0 +192786,0,0,0,0,0 +192787,0,0,0,0,0 +192788,0,0,0,0,0 +192789,0,0,0,0,0 +192790,0,0,0,0,0 +192791,0,0,0,0,0 +192792,0,0,0,0,0 +192793,0,0,0,0,0 +192794,0,0,0,0,0 +192795,0,0,0,0,0 +192796,0,0,0,0,0 +192797,0,0,0,0,0 +192798,0,0,0,0,0 +192799,0,0,0,0,0 +192800,0,0,0,0,0 +192801,0,0,0,0,0 +192802,0,0,0,0,0 +192803,0,0,0,0,0 +192804,0,0,0,0,0 +192805,0,0,0,0,0 +192806,0,0,0,0,0 +192807,0,0,0,0,0 +192808,0,0,0,0,0 +192809,0,0,0,0,0 +192810,0,0,0,0,0 +192811,0,0,0,0,0 +192812,0,0,0,0,0 +192813,0,0,0,0,0 +192814,0,0,0,0,0 +192815,0,0,0,0,0 +192816,0,0,0,0,0 +192817,0,0,0,0,0 +192818,0,0,0,0,0 +192819,0,0,0,0,0 +192820,0,0,0,0,0 +192821,0,0,0,0,0 +192822,0,0,0,0,0 +192823,0,0,0,0,0 +192824,0,0,0,0,0 +192825,0,0,0,0,0 +192826,0,0,0,0,0 +192827,0,0,0,0,0 +192828,0,0,0,0,0 +192829,0,0,0,0,0 +192830,0,0,0,0,0 +192831,0,0,0,0,0 +192832,0,0,0,0,0 +192833,0,0,0,0,0 +192834,0,0,0,0,0 +192835,0,0,0,0,0 +192836,0,0,0,0,0 +192837,0,0,0,0,0 +192838,0,0,0,0,0 +192839,0,0,0,0,0 +192840,0,0,0,0,0 +192841,0,0,0,0,0 +192842,0,0,0,0,0 +192843,0,0,0,0,0 +192844,0,0,0,0,0 +192845,0,0,0,0,0 +192846,0,0,0,0,0 +192847,0,0,0,0,0 +192848,0,0,0,0,0 +192849,0,0,0,0,0 +192850,0,0,0,0,0 +192851,0,0,0,0,0 +192852,0,0,0,0,0 +192853,0,0,0,0,0 +192854,0,0,0,0,0 +192855,0,0,0,0,0 +192856,0,0,0,0,0 +192857,0,0,0,0,0 +192858,0,0,0,0,0 +192859,0,0,0,0,0 +192860,0,0,0,0,0 +192861,0,0,0,0,0 +192862,0,0,0,0,0 +192863,0,0,0,0,0 +192864,0,0,0,0,0 +192865,0,0,0,0,0 +192866,0,0,0,0,0 +192867,0,0,0,0,0 +192868,0,0,0,0,0 +192869,0,0,0,0,0 +192870,0,0,0,0,0 +192871,0,0,0,0,0 +192872,0,0,0,0,0 +192873,0,0,0,0,0 +192874,0,0,0,0,0 +192875,0,0,0,0,0 +192876,0,0,0,0,0 +192877,0,0,0,0,0 +192878,0,0,0,0,0 +192879,0,0,0,0,0 +192880,0,0,0,0,0 +192881,0,0,0,0,0 +192882,0,0,0,0,0 +192883,0,0,0,0,0 +192884,0,0,0,0,0 +192885,0,0,0,0,0 +192886,0,0,0,0,0 +192887,0,0,0,0,0 +192888,0,0,0,0,0 +192889,0,0,0,0,0 +192890,0,0,0,0,0 +192891,0,0,0,0,0 +192892,0,0,0,0,0 +192893,0,0,0,0,0 +192894,0,0,0,0,0 +192895,0,0,0,0,0 +192896,0,0,0,0,0 +192897,0,0,0,0,0 +192898,0,0,0,0,0 +192899,0,0,0,0,0 +192900,0,0,0,0,0 +192901,0,0,0,0,0 +192902,0,0,0,0,0 +192903,0,0,0,0,0 +192904,0,0,0,0,0 +192905,0,0,0,0,0 +192906,0,0,0,0,0 +192907,0,0,0,0,0 +192908,0,0,0,0,0 +192909,0,0,0,0,0 +192910,0,0,0,0,0 +192911,0,0,0,0,0 +192912,0,0,0,0,0 +192913,0,0,0,0,0 +192914,0,0,0,0,0 +192915,0,0,0,0,0 +192916,0,0,0,0,0 +192917,0,0,0,0,0 +192918,0,0,0,0,0 +192919,0,0,0,0,0 +192920,0,0,0,0,0 +192921,0,0,0,0,0 +192922,0,0,0,0,0 +192923,0,0,0,0,0 +192924,0,0,0,0,0 +192925,0,0,0,0,0 +192926,0,0,0,0,0 +192927,0,0,0,0,0 +192928,0,0,0,0,0 +192929,0,0,0,0,0 +192930,0,0,0,0,0 +192931,0,0,0,0,0 +192932,0,0,0,0,0 +192933,0,0,0,0,0 +192934,0,0,0,0,0 +192935,0,0,0,0,0 +192936,0,0,0,0,0 +192937,0,0,0,0,0 +192938,0,0,0,0,0 +192939,0,0,0,0,0 +192940,0,0,0,0,0 +192941,0,0,0,0,0 +192942,0,0,0,0,0 +192943,0,0,0,0,0 +192944,0,0,0,0,0 +192945,0,0,0,0,0 +192946,0,0,0,0,0 +192947,0,0,0,0,0 +192948,0,0,0,0,0 +192949,0,0,0,0,0 +192950,0,0,0,0,0 +192951,0,0,0,0,0 +192952,0,0,0,0,0 +192953,0,0,0,0,0 +192954,0,0,0,0,0 +192955,0,0,0,0,0 +192956,0,0,0,0,0 +192957,0,0,0,0,0 +192958,0,0,0,0,0 +192959,0,0,0,0,0 +192960,0,0,0,0,0 +192961,0,0,0,0,0 +192962,0,0,0,0,0 +192963,0,0,0,0,0 +192964,0,0,0,0,0 +192965,0,0,0,0,0 +192966,0,0,0,0,0 +192967,0,0,0,0,0 +192968,0,0,0,0,0 +192969,0,0,0,0,0 +192970,0,0,0,0,0 +192971,0,0,0,0,0 +192972,0,0,0,0,0 +192973,0,0,0,0,0 +192974,0,0,0,0,0 +192975,0,0,0,0,0 +192976,0,0,0,0,0 +192977,0,0,0,0,0 +192978,0,0,0,0,0 +192979,0,0,0,0,0 +192980,0,0,0,0,0 +192981,0,0,0,0,0 +192982,0,0,0,0,0 +192983,0,0,0,0,0 +192984,0,0,0,0,0 +192985,0,0,0,0,0 +192986,0,0,0,0,0 +192987,0,0,0,0,0 +192988,0,0,0,0,0 +192989,0,0,0,0,0 +192990,0,0,0,0,0 +192991,0,0,0,0,0 +192992,0,0,0,0,0 +192993,0,0,0,0,0 +192994,0,0,0,0,0 +192995,0,0,0,0,0 +192996,0,0,0,0,0 +192997,0,0,0,0,0 +192998,0,0,0,0,0 +192999,0,0,0,0,0 +193000,0,0,0,0,0 +193001,0,0,0,0,0 +193002,0,0,0,0,0 +193003,0,0,0,0,0 +193004,0,0,0,0,0 +193005,0,0,0,0,0 +193006,0,0,0,0,0 +193007,0,0,0,0,0 +193008,0,0,0,0,0 +193009,0,0,0,0,0 +193010,0,0,0,0,0 +193011,0,0,0,0,0 +193012,0,0,0,0,0 +193013,0,0,0,0,0 +193014,0,0,0,0,0 +193015,0,0,0,0,0 +193016,0,0,0,0,0 +193017,0,0,0,0,0 +193018,0,0,0,0,0 +193019,0,0,0,0,0 +193020,0,0,0,0,0 +193021,0,0,0,0,0 +193022,0,0,0,0,0 +193023,0,0,0,0,0 +193024,0,0,0,0,0 +193025,0,0,0,0,0 +193026,0,0,0,0,0 +193027,0,0,0,0,0 +193028,0,0,0,0,0 +193029,0,0,0,0,0 +193030,0,0,0,0,0 +193031,0,0,0,0,0 +193032,0,0,0,0,0 +193033,0,0,0,0,0 +193034,0,0,0,0,0 +193035,0,0,0,0,0 +193036,0,0,0,0,0 +193037,0,0,0,0,0 +193038,0,0,0,0,0 +193039,0,0,0,0,0 +193040,0,0,0,0,0 +193041,0,0,0,0,0 +193042,0,0,0,0,0 +193043,0,0,0,0,0 +193044,0,0,0,0,0 +193045,0,0,0,0,0 +193046,0,0,0,0,0 +193047,0,0,0,0,0 +193048,0,0,0,0,0 +193049,0,0,0,0,0 +193050,0,0,0,0,0 +193051,0,0,0,0,0 +193052,0,0,0,0,0 +193053,0,0,0,0,0 +193054,0,0,0,0,0 +193055,0,0,0,0,0 +193056,0,0,0,0,0 +193057,0,0,0,0,0 +193058,0,0,0,0,0 +193059,0,0,0,0,0 +193060,0,0,0,0,0 +193061,0,0,0,0,0 +193062,0,0,0,0,0 +193063,0,0,0,0,0 +193064,0,0,0,0,0 +193065,0,0,0,0,0 +193066,0,0,0,0,0 +193067,0,0,0,0,0 +193068,0,0,0,0,0 +193069,0,0,0,0,0 +193070,0,0,0,0,0 +193071,0,0,0,0,0 +193072,0,0,0,0,0 +193073,0,0,0,0,0 +193074,0,0,0,0,0 +193075,0,0,0,0,0 +193076,0,0,0,0,0 +193077,0,0,0,0,0 +193078,0,0,0,0,0 +193079,0,0,0,0,0 +193080,0,0,0,0,0 +193081,0,0,0,0,0 +193082,0,0,0,0,0 +193083,0,0,0,0,0 +193084,0,0,0,0,0 +193085,0,0,0,0,0 +193086,0,0,0,0,0 +193087,0,0,0,0,0 +193088,0,0,0,0,0 +193089,0,0,0,0,0 +193090,0,0,0,0,0 +193091,0,0,0,0,0 +193092,0,0,0,0,0 +193093,0,0,0,0,0 +193094,0,0,0,0,0 +193095,0,0,0,0,0 +193096,0,0,0,0,0 +193097,0,0,0,0,0 +193098,0,0,0,0,0 +193099,0,0,0,0,0 +193100,0,0,0,0,0 +193101,0,0,0,0,0 +193102,0,0,0,0,0 +193103,0,0,0,0,0 +193104,0,0,0,0,0 +193105,0,0,0,0,0 +193106,0,0,0,0,0 +193107,0,0,0,0,0 +193108,0,0,0,0,0 +193109,0,0,0,0,0 +193110,0,0,0,0,0 +193111,0,0,0,0,0 +193112,0,0,0,0,0 +193113,0,0,0,0,0 +193114,0,0,0,0,0 +193115,0,0,0,0,0 +193116,0,0,0,0,0 +193117,0,0,0,0,0 +193118,0,0,0,0,0 +193119,0,0,0,0,0 +193120,0,0,0,0,0 +193121,0,0,0,0,0 +193122,0,0,0,0,0 +193123,0,0,0,0,0 +193124,0,0,0,0,0 +193125,0,0,0,0,0 +193126,0,0,0,0,0 +193127,0,0,0,0,0 +193128,0,0,0,0,0 +193129,0,0,0,0,0 +193130,0,0,0,0,0 +193131,0,0,0,0,0 +193132,0,0,0,0,0 +193133,0,0,0,0,0 +193134,0,0,0,0,0 +193135,0,0,0,0,0 +193136,0,0,0,0,0 +193137,0,0,0,0,0 +193138,0,0,0,0,0 +193139,0,0,0,0,0 +193140,0,0,0,0,0 +193141,0,0,0,0,0 +193142,0,0,0,0,0 +193143,0,0,0,0,0 +193144,0,0,0,0,0 +193145,0,0,0,0,0 +193146,0,0,0,0,0 +193147,0,0,0,0,0 +193148,0,0,0,0,0 +193149,0,0,0,0,0 +193150,0,0,0,0,0 +193151,0,0,0,0,0 +193152,0,0,0,0,0 +193153,0,0,0,0,0 +193154,0,0,0,0,0 +193155,0,0,0,0,0 +193156,0,0,0,0,0 +193157,0,0,0,0,0 +193158,0,0,0,0,0 +193159,0,0,0,0,0 +193160,0,0,0,0,0 +193161,0,0,0,0,0 +193162,0,0,0,0,0 +193163,0,0,0,0,0 +193164,0,0,0,0,0 +193165,0,0,0,0,0 +193166,0,0,0,0,0 +193167,0,0,0,0,0 +193168,0,0,0,0,0 +193169,0,0,0,0,0 +193170,0,0,0,0,0 +193171,0,0,0,0,0 +193172,0,0,0,0,0 +193173,0,0,0,0,0 +193174,0,0,0,0,0 +193175,0,0,0,0,0 +193176,0,0,0,0,0 +193177,0,0,0,0,0 +193178,0,0,0,0,0 +193179,0,0,0,0,0 +193180,0,0,0,0,0 +193181,0,0,0,0,0 +193182,0,0,0,0,0 +193183,0,0,0,0,0 +193184,0,0,0,0,0 +193185,0,0,0,0,0 +193186,0,0,0,0,0 +193187,0,0,0,0,0 +193188,0,0,0,0,0 +193189,0,0,0,0,0 +193190,0,0,0,0,0 +193191,0,0,0,0,0 +193192,0,0,0,0,0 +193193,0,0,0,0,0 +193194,0,0,0,0,0 +193195,0,0,0,0,0 +193196,0,0,0,0,0 +193197,0,0,0,0,0 +193198,0,0,0,0,0 +193199,0,0,0,0,0 +193200,0,0,0,0,0 +193201,0,0,0,0,0 +193202,0,0,0,0,0 +193203,0,0,0,0,0 +193204,0,0,0,0,0 +193205,0,0,0,0,0 +193206,0,0,0,0,0 +193207,0,0,0,0,0 +193208,0,0,0,0,0 +193209,0,0,0,0,0 +193210,0,0,0,0,0 +193211,0,0,0,0,0 +193212,0,0,0,0,0 +193213,0,0,0,0,0 +193214,0,0,0,0,0 +193215,0,0,0,0,0 +193216,0,0,0,0,0 +193217,0,0,0,0,0 +193218,0,0,0,0,0 +193219,0,0,0,0,0 +193220,0,0,0,0,0 +193221,0,0,0,0,0 +193222,0,0,0,0,0 +193223,0,0,0,0,0 +193224,0,0,0,0,0 +193225,0,0,0,0,0 +193226,0,0,0,0,0 +193227,0,0,0,0,0 +193228,0,0,0,0,0 +193229,0,0,0,0,0 +193230,0,0,0,0,0 +193231,0,0,0,0,0 +193232,0,0,0,0,0 +193233,0,0,0,0,0 +193234,0,0,0,0,0 +193235,0,0,0,0,0 +193236,0,0,0,0,0 +193237,0,0,0,0,0 +193238,0,0,0,0,0 +193239,0,0,0,0,0 +193240,0,0,0,0,0 +193241,0,0,0,0,0 +193242,0,0,0,0,0 +193243,0,0,0,0,0 +193244,0,0,0,0,0 +193245,0,0,0,0,0 +193246,0,0,0,0,0 +193247,0,0,0,0,0 +193248,0,0,0,0,0 +193249,0,0,0,0,0 +193250,0,0,0,0,0 +193251,0,0,0,0,0 +193252,0,0,0,0,0 +193253,0,0,0,0,0 +193254,0,0,0,0,0 +193255,0,0,0,0,0 +193256,0,0,0,0,0 +193257,0,0,0,0,0 +193258,0,0,0,0,0 +193259,0,0,0,0,0 +193260,0,0,0,0,0 +193261,0,0,0,0,0 +193262,0,0,0,0,0 +193263,0,0,0,0,0 +193264,0,0,0,0,0 +193265,0,0,0,0,0 +193266,0,0,0,0,0 +193267,0,0,0,0,0 +193268,0,0,0,0,0 +193269,0,0,0,0,0 +193270,0,0,0,0,0 +193271,0,0,0,0,0 +193272,0,0,0,0,0 +193273,0,0,0,0,0 +193274,0,0,0,0,0 +193275,0,0,0,0,0 +193276,0,0,0,0,0 +193277,0,0,0,0,0 +193278,0,0,0,0,0 +193279,0,0,0,0,0 +193280,0,0,0,0,0 +193281,0,0,0,0,0 +193282,0,0,0,0,0 +193283,0,0,0,0,0 +193284,0,0,0,0,0 +193285,0,0,0,0,0 +193286,0,0,0,0,0 +193287,0,0,0,0,0 +193288,0,0,0,0,0 +193289,0,0,0,0,0 +193290,0,0,0,0,0 +193291,0,0,0,0,0 +193292,0,0,0,0,0 +193293,0,0,0,0,0 +193294,0,0,0,0,0 +193295,0,0,0,0,0 +193296,0,0,0,0,0 +193297,0,0,0,0,0 +193298,0,0,0,0,0 +193299,0,0,0,0,0 +193300,0,0,0,0,0 +193301,0,0,0,0,0 +193302,0,0,0,0,0 +193303,0,0,0,0,0 +193304,0,0,0,0,0 +193305,0,0,0,0,0 +193306,0,0,0,0,0 +193307,0,0,0,0,0 +193308,0,0,0,0,0 +193309,0,0,0,0,0 +193310,0,0,0,0,0 +193311,0,0,0,0,0 +193312,0,0,0,0,0 +193313,0,0,0,0,0 +193314,0,0,0,0,0 +193315,0,0,0,0,0 +193316,0,0,0,0,0 +193317,0,0,0,0,0 +193318,0,0,0,0,0 +193319,0,0,0,0,0 +193320,0,0,0,0,0 +193321,0,0,0,0,0 +193322,0,0,0,0,0 +193323,0,0,0,0,0 +193324,0,0,0,0,0 +193325,0,0,0,0,0 +193326,0,0,0,0,0 +193327,0,0,0,0,0 +193328,0,0,0,0,0 +193329,0,0,0,0,0 +193330,0,0,0,0,0 +193331,0,0,0,0,0 +193332,0,0,0,0,0 +193333,0,0,0,0,0 +193334,0,0,0,0,0 +193335,0,0,0,0,0 +193336,0,0,0,0,0 +193337,0,0,0,0,0 +193338,0,0,0,0,0 +193339,0,0,0,0,0 +193340,0,0,0,0,0 +193341,0,0,0,0,0 +193342,0,0,0,0,0 +193343,0,0,0,0,0 +193344,0,0,0,0,0 +193345,0,0,0,0,0 +193346,0,0,0,0,0 +193347,0,0,0,0,0 +193348,0,0,0,0,0 +193349,0,0,0,0,0 +193350,0,0,0,0,0 +193351,0,0,0,0,0 +193352,0,0,0,0,0 +193353,0,0,0,0,0 +193354,0,0,0,0,0 +193355,0,0,0,0,0 +193356,0,0,0,0,0 +193357,0,0,0,0,0 +193358,0,0,0,0,0 +193359,0,0,0,0,0 +193360,0,0,0,0,0 +193361,0,0,0,0,0 +193362,0,0,0,0,0 +193363,0,0,0,0,0 +193364,0,0,0,0,0 +193365,0,0,0,0,0 +193366,0,0,0,0,0 +193367,0,0,0,0,0 +193368,0,0,0,0,0 +193369,0,0,0,0,0 +193370,0,0,0,0,0 +193371,0,0,0,0,0 +193372,0,0,0,0,0 +193373,0,0,0,0,0 +193374,0,0,0,0,0 +193375,0,0,0,0,0 +193376,0,0,0,0,0 +193377,0,0,0,0,0 +193378,0,0,0,0,0 +193379,0,0,0,0,0 +193380,0,0,0,0,0 +193381,-108.2624871,3156.030849,2557.398115,-39.63471431,-311.2185859 +193382,335.0732399,307.0057177,2790.71648,161.8256909,496.0968999 +193383,330.9811237,274.1668167,686.8008741,159.622657,491.2547445 +193384,322.4426753,268.2696438,650.5693602,155.3250555,478.148646 +193385,313.3580119,274.4412304,642.2917784,150.8555111,463.1051912 +193386,305.4366884,282.6237753,645.2300166,147.027908,449.1608942 +193387,298.9407941,289.3504146,649.8990504,143.9408406,437.0063992 +193388,293.6212033,407.5268873,653.4638791,141.4465735,426.4260718 +193389,289.1918634,455.107071,771.343769,139.3915223,417.0786627 +193390,285.4582211,422.1315155,770.8497321,137.6737629,408.7230993 +193391,282.3019092,452.0497061,770.7109016,136.2315642,401.2153088 +193392,279.6428254,462.9821462,793.0440942,135.0232146,394.4601375 +193393,277.416738,473.3417093,805.5255469,134.0155894,388.3806677 +193394,275.5678532,483.6162202,817.6162658,133.1803713,382.9078702 +193395,274.0471259,494.2098788,829.9150359,132.4931335,377.9784832 +193396,272.8120845,504.5256209,841.9934835,131.933132,373.5353248 +193397,271.8264655,514.8259634,853.9066504,131.4829943,369.5275514 +193398,271.4050057,525.4576281,866.1511887,131.2853039,366.5384588 +193399,270.7624039,535.7537592,877.9745231,130.9827974,363.1481818 +193400,270.2980404,546.2330338,889.8904193,130.7571644,360.0878167 +193401,269.9950197,556.6519711,901.7071298,130.6009633,357.3299988 +193402,269.8366135,566.9478339,913.3288656,130.5068346,354.8464705 +193403,269.8073674,577.7547959,925.364436,130.4680166,352.6102644 +193404,269.8936116,587.8355314,936.4076742,130.4785874,350.596736 +193405,270.0836446,598.2638073,948.3720939,130.5335414,348.7841224 +193406,270.3674927,608.9246743,959.6327503,130.6286649,347.1532662 +193407,270.7366413,619.2373615,971.0156466,130.7604002,345.6873288 +193408,271.1837326,629.5133899,982.0932087,130.9256988,344.3713355 +193409,271.702478,640.4292664,993.5892766,131.1219764,343.1921441 +193410,272.2873687,650.4100607,1004.523241,131.3469787,342.1379553 +193411,272.9336463,660.1265782,1013.943132,131.5987673,341.1983448 +193412,273.6335192,669.471167,1023.006706,131.8740007,340.3640214 +193413,274.3808736,678.55589,1031.863565,132.1700846,339.6266421 +193414,275.1718428,688.1032282,1040.316278,132.4854307,338.9787642 +193415,276.0038727,703.4451109,1049.204842,132.819028,338.413722 +193416,276.8749877,715.3486379,1057.379853,133.1701054,337.9255279 +193417,277.7833685,727.6099638,1065.630172,133.5379399,337.5086673 +193418,278.7275973,739.358986,1073.689606,133.9219698,337.1586149 +193419,279.7060953,751.6264136,1081.844069,134.3215415,336.8707996 +193420,280.7175072,763.2793601,1089.263988,134.7360875,336.6412212 +193421,281.7606017,775.0623523,1097.039675,135.1650831,336.4662698 +193422,282.834218,786.7224629,1104.538952,135.6080248,336.3425821 +193423,283.9373234,798.302576,1111.880193,136.0644577,336.2671677 +193424,285.0689297,809.53128,1119.082237,136.5339394,336.2372177 +193425,286.2281362,821.390356,1126.217208,137.016061,336.2502045 +193426,287.4140593,828.8854392,1129.259453,137.5104159,336.3037145 +193427,288.7201669,840.0057632,1136.264854,138.0759867,336.3956362 +193428,290.1116457,850.4909864,1142.619475,138.6920813,336.5239555 +193429,291.5413086,861.5540668,1149.081668,139.3285511,336.6868382 +193430,292.9847671,872.3538336,1155.490881,139.969498,336.8825379 +193431,294.4355802,883.1144051,1161.701046,140.6107299,337.1094765 +193432,295.8946342,893.9017622,1167.897523,141.252959,337.3661498 +193433,297.3641068,904.5674397,1173.884648,141.8977927,337.6511997 +193434,298.8455259,914.8842845,1179.858453,142.5464095,337.9633186 +193435,300.3397246,925.9305648,1185.616682,143.1995021,338.3013272 +193436,301.8471296,936.2494779,1191.33441,143.8574732,338.664073 +193437,303.3680266,946.7078121,1196.939967,144.5206082,339.0505285 +193438,304.9026047,957.1634073,1202.362785,145.1891186,339.4596744 +193439,306.4510184,967.483277,1207.76994,145.8631774,339.890606 +193440,308.0133459,977.7335919,1212.957339,146.5429029,340.3424165 +193441,309.3781724,1417.224027,2171.21877,147.1322626,340.42983 +193442,329.4390311,1441.768779,2204.05228,156.376459,375.2705887 +193443,359.2584467,1461.297791,2226.27345,170.01152,429.2007458 +193444,389.5594409,1479.291849,2246.112453,183.6834898,485.6191334 +193445,416.3971205,1496.251983,2273.223291,195.5922474,537.1109204 +193446,439.2851795,1512.408495,2276.604047,205.5727963,582.379013 +193447,458.929746,1528.162172,2283.288196,214.0082254,622.3033405 +193448,476.0927007,1543.380629,2315.654584,221.2900796,657.9581952 +193449,491.309599,1558.345548,2320.244727,227.6892746,690.1036329 +193450,504.9287359,1573.041078,2342.054547,233.3798265,719.229599 +193451,517.1977935,1587.445753,2348.966727,238.4834485,745.6884568 +193452,528.3158114,1601.812603,2348.001504,243.0960497,769.7741324 +193453,535.2905043,1615.907154,2395.983844,245.8605292,786.0001817 +193454,541.3863749,1629.652499,2357.169174,248.2630531,800.2730682 +193455,546.8617185,1643.530179,2406.97551,250.4210031,813.0514407 +193456,551.8225847,1656.966021,2403.515769,252.3808077,824.5301387 +193457,556.3453797,1672.625278,2421.517916,254.1746204,834.8577665 +193458,560.4909262,1690.702802,2438.406124,255.8273066,844.1588367 +193459,564.3106975,1697.497333,2426.60709,257.3595247,852.5433456 +193460,567.8488663,1720.776942,2458.04064,258.7887288,860.1095682 +193461,571.1431368,1721.123199,2454.615848,260.1295687,866.9449457 +193462,574.2254172,1714.180658,2467.892147,261.3942089,873.1267771 +193463,577.1226256,1761.162527,2476.577809,262.5927095,878.7232416 +193464,579.8574299,1756.45966,2485.245194,263.7333729,883.7943866 +193465,582.4489852,1772.235411,2493.731239,264.823082,888.3932152 +193466,584.9134634,1784.657429,2502.299877,265.8675379,892.5664697 +193467,610.2412785,1796.482385,2510.157327,266.871493,896.3554912 +193468,849.0335445,1808.508375,2518.273501,384.3942851,899.7967928 +193469,738.8958859,1820.035758,2531.58123,331.622047,902.9227321 +193470,791.759436,1831.826361,2530.646861,357.1833087,905.761906 +193471,811.8627179,1842.862361,2540.785211,366.9161521,908.3395604 +193472,829.1966049,1853.572332,2546.631514,375.5423658,910.6779558 +193473,846.5328798,1864.188804,2552.689274,384.052522,912.7968615 +193474,863.2143768,1874.857032,2558.459527,392.4011665,914.7138961 +193475,879.4812913,1884.996818,2563.919023,400.4207849,916.4448162 +193476,895.8594891,1895.231728,2569.48328,408.4205713,918.0036952 +193477,911.3323422,1905.313623,2574.559894,416.289018,919.4031142 +193478,927.2297768,1914.969004,2579.468634,424.0084631,920.654285 +193479,942.2653026,1924.872145,2589.409275,431.2860805,921.7672421 +193480,957.3240969,1934.456942,2586.66319,438.7798903,922.6167634 +193481,972.0261742,1943.771606,2593.310092,446.1654083,923.2541307 +193482,986.3145335,1953.123515,2597.38205,452.9768204,923.7419688 +193483,1001.062151,1962.261598,2601.160659,460.0791497,924.115255 +193484,1014.275788,1971.269056,2604.776986,467.1321233,924.3883906 +193485,1028.705926,1980.148385,2613.351916,473.6284793,924.5675332 +193486,1042.002579,1988.889818,2610.117661,480.2438645,924.6569911 +193487,1055.397547,1997.498576,2614.476421,486.9226132,924.661205 +193488,1068.261844,2006.063452,2618.110204,493.351914,924.584632 +193489,1081.675471,2014.183505,2620.558538,499.3548429,924.4315441 +193490,1094.195896,2022.602593,2627.856218,505.8502498,924.2057697 +193491,1106.820557,2030.611326,2624.284756,511.8312095,923.9107838 +193492,1119.211972,2038.68121,2627.329011,517.7120165,923.5496471 +193493,1131.430018,2046.377725,2630.043688,523.8628281,923.1251704 +193494,1143.192664,2054.156825,2636.456513,529.7199816,967.6181323 +193495,1155.559196,2061.729912,2632.705504,535.2271705,1175.279763 +193496,1167.045068,2069.194043,2634.27447,541.003396,1066.620456 +193497,1178.924948,2076.506274,2641.094895,546.3461892,1116.717206 +193498,1189.895547,2083.740039,2637.575216,552.1104352,1131.233193 +193499,1201.332558,2090.695508,2637.741966,557.3574987,1144.237145 +193500,1212.386102,2097.761304,2643.568331,562.7052836,1152.138823 +193501,1442.304786,2191.260307,2437.59648,658.9944212,1582.373249 +193502,1884.179118,2401.004895,2554.120759,858.534703,2375.494182 +193503,1348.593899,2151.780715,2373.932204,617.104924,1382.716096 +193504,1936.571692,2448.481662,2545.600545,882.7315607,2463.831483 +193505,1374.015431,2156.172317,2376.976397,629.6230855,1385.606609 +193506,1984.92603,2457.924324,2554.118257,894.1392201,2498.261238 +193507,1533.889307,2257.036833,2558.218009,718.9609814,1713.426819 +193508,1746.022973,2344.751379,2559.458373,790.1460602,2033.311526 +193509,1711.405309,2336.397956,2561.37745,784.9075385,1983.275152 +193510,1725.689905,2342.517533,2564.966226,789.6280261,1994.775076 +193511,1736.987735,2349.570386,2571.265483,794.9768728,2004.445048 +193512,1748.006269,2362.821082,2577.079058,800.2328672,2014.105611 +193513,1758.655658,2358.989186,2580.568964,805.2337616,2023.500214 +193514,1769.555958,2369.506435,2586.006894,810.3820903,2032.722991 +193515,1779.968823,2375.008577,2590.233327,815.3362517,2041.784204 +193516,1790.658898,2380.48478,2591.954787,820.2737248,2050.746028 +193517,1800.765782,2386.257234,2595.776356,825.136413,2064.438481 +193518,1811.046669,2391.880122,2596.728857,829.9465732,2073.842785 +193519,1820.928181,2397.462388,2598.092255,834.6531579,2059.122745 +193520,1831.091309,2402.732357,2599.403547,839.3318751,2093.880669 +193521,1848.34834,2408.19674,2600.503554,843.9987342,2090.451207 +193522,1847.877173,2412.965224,2601.401152,848.6222008,2100.649037 +193523,1872.853715,2418.379168,2602.102162,853.011171,2108.439899 +193524,1860.9891,2423.158884,2602.811293,857.5793598,2116.215878 +193525,1867.955805,2428.011062,2603.158869,861.9603397,2123.663247 +193526,1896.756517,2432.818417,2605.041818,866.337713,2131.190747 +193527,1895.149289,2437.423216,2605.711598,870.6165525,2140.00504 +193528,1906.428187,2441.738501,2605.797914,875.0051574,2159.260061 +193529,1915.740936,2445.873469,2603.846964,879.1338391,2134.974932 +193530,1924.68298,2450.56569,2602.731809,883.355768,2163.324446 +193531,1933.235708,2454.151819,2601.848888,887.2474129,2167.974469 +193532,1941.78778,2457.982959,2602.724848,891.4259491,2172.690396 +193533,1950.510366,2467.699797,2600.969735,895.2898036,2189.476259 +193534,1958.668538,2456.249026,2601.300083,899.2381189,2175.488956 +193535,1967.060251,2477.698757,2600.734237,902.9805735,2194.97931 +193536,1975.25851,2468.899345,2598.184532,906.9711677,2203.413337 +193537,1983.491883,2474.827688,2596.234101,910.6016587,2214.561021 +193538,1991.279438,2477.958656,2594.495175,914.44861,2202.642678 +193539,1999.487232,2480.482726,2592.901574,917.9821045,2224.991176 +193540,2007.397191,2483.31349,2593.018298,921.8614071,2224.58218 +193541,2015.061258,2485.516433,2592.094414,925.2556857,2218.057229 +193542,2023.010889,2488.24747,2590.87518,929.0307928,2253.584972 +193543,2030.615576,2490.358568,2587.702932,932.429603,2233.949357 +193544,2035.471633,2483.720956,2585.219706,938.1700367,2249.391722 +193545,2042.860481,2483.15408,2582.891662,941.9661679,2253.188756 +193546,2049.591832,2484.436317,2580.813259,945.3883607,2258.553585 +193547,2056.903014,2485.479428,2579.034883,949.0557923,2263.82438 +193548,2063.952906,2486.579643,2577.489485,952.3211647,2269.231406 +193549,2070.853938,2487.6509,2576.158029,955.8132367,2280.220135 +193550,2077.817658,2488.576414,2574.844579,959.1373142,2276.402223 +193551,2084.815535,2489.587601,2573.415799,962.5243717,2285.499074 +193552,2091.416868,2490.425493,2571.967278,965.7090483,2289.780171 +193553,2098.272417,2491.18163,2570.504559,969.0592726,2294.312821 +193554,2105.191045,2491.933019,2568.998738,972.1643715,2299.394251 +193555,2111.679058,2492.726452,2567.451398,975.4445077,2303.974634 +193556,2118.323742,2493.097686,2565.857358,978.4278695,2308.575292 +193557,2124.774978,2493.533497,2564.222747,981.7779565,2313.276873 +193558,2131.464005,2493.935481,2562.555296,984.6310616,2317.764044 +193559,2137.726575,2494.21,2560.856857,987.8303652,2322.244007 +193560,2144.334231,2494.415498,2559.128192,990.7357815,2326.431437 +193561,2157.088521,2497.186016,2557.649535,996.5499844,2341.861821 +193562,2164.324686,2498.072114,2556.967438,1000.043991,2347.696865 +193563,2171.092941,2498.397386,2556.281861,1003.231746,2352.883085 +193564,2178.26626,2498.584061,2555.548786,1006.484341,2363.150518 +193565,2184.66422,2498.610777,2554.569332,1009.597185,2360.050372 +193566,2191.454203,2498.571606,2553.259026,1012.745066,2367.574794 +193567,2197.751739,2498.282427,2551.816724,1015.685226,2371.745904 +193568,2204.368281,2498.430859,2550.332619,1018.792268,2376.1838 +193569,2210.655765,2497.677527,2548.791287,1021.653505,2380.46017 +193570,2216.965827,2497.35399,2547.199188,1024.753642,2384.344939 +193571,2223.111468,2496.735766,2545.58509,1027.469718,2388.806652 +193572,2237.624923,2496.203124,2544.069938,1030.496433,2397.870145 +193573,2225.650395,2495.420755,2542.541262,1033.235404,2395.035665 +193574,2272.85734,2494.581471,2540.804234,1036.109296,2401.275393 +193575,2205.101635,2493.727215,2539.263509,1038.893785,2404.978289 +193576,2274.05609,2492.677499,2537.581031,1041.734681,2408.846009 +193577,2255.028784,2491.682673,2535.964329,1044.392893,2417.208228 +193578,2265.625694,2483.646472,2534.2071,1047.229343,2414.793253 +193579,2271.467807,2498.180053,2532.437006,1049.832979,2419.496424 +193580,2277.314686,2477.625312,2530.790123,1052.624119,2428.459236 +193581,2283.022288,2489.006149,2529.081859,1055.184199,2426.128404 +193582,2288.956558,2483.934133,2527.615744,1057.932134,2434.69617 +193583,2294.491793,2482.469013,2527.553832,1060.449214,2434.058357 +193584,2300.361627,2480.77501,2525.046174,1063.158043,2440.534173 +193585,2305.825879,2479.300161,2524.639279,1065.633447,2440.30287 +193586,2311.751044,2477.17697,2521.551085,1068.241448,2444.405136 +193587,2316.943042,2475.684639,2520.549626,1070.769206,2444.526966 +193588,2322.761852,2473.293079,2519.103394,1073.416829,2444.355032 +193589,2328.052992,2471.15066,2515.208187,1075.738278,2438.844137 +193590,2333.71562,2469.021023,2511.973206,1078.373263,2434.1979 +193591,2338.768706,2466.683364,2508.802475,1081.108304,2429.906293 +193592,2344.625665,2464.177037,2505.638793,1085.395252,2425.875908 +193593,2349.434567,2461.620367,2502.482491,1085.007235,2422.071248 +193594,2355.004788,2458.9735,2499.339493,1091.786871,2418.461527 +193595,2360.026927,2456.239391,2496.222145,1088.230416,2415.029039 +193596,2365.412367,2453.421014,2493.131219,1099.333084,2411.74633 +193597,2370.531657,2450.662188,2491.8302,1088.88564,2410.688224 +193598,2383.778788,2447.414122,2487.72747,1110.831416,2406.504797 +193599,2372.7198,2444.501745,2484.396733,1084.988359,2403.1303 +193600,2385.547106,2441.335724,2481.317637,1101.865573,2400.114618 +193601,2392.453713,2438.101419,2478.328436,1106.702675,2397.234472 +193602,2395.173718,2434.800974,2475.225307,1105.201579,2394.438228 +193603,2400.809814,2431.422811,2472.391088,1108.483652,2391.741783 +193604,2406.011532,2427.964541,2469.611873,1110.838052,2389.116049 +193605,2410.573735,2424.392309,2466.874532,1112.94648,2386.538904 +193606,2415.775357,2420.967361,2465.836692,1115.245619,2386.090509 +193607,2420.448434,2417.141985,2463.861326,1117.327223,2384.536832 +193608,2425.639062,2413.275654,2459.934161,1119.597104,2380.455846 +193609,2436.797599,2409.558369,2456.529141,1121.721107,2377.270246 +193610,2431.983775,2405.619956,2453.631562,1123.866758,2374.420793 +193611,2462.586293,2401.728745,2452.532082,1125.949476,2373.817817 +193612,2406.770182,2397.502296,2448.96344,1128.090996,2370.152352 +193613,2471.144473,2393.461408,2446.204542,1130.203535,2367.255275 +193614,2445.801981,2389.268639,2443.615593,1132.42237,2364.536345 +193615,2467.096939,2384.991247,2440.959406,1134.318701,2361.925822 +193616,2454.26098,2380.956615,2440.387681,1136.547904,2361.509394 +193617,2472.739678,2376.190005,2438.752902,1138.504184,2359.994694 +193618,2472.399578,2371.768563,2435.232646,1140.660813,2355.922577 +193619,2479.831755,2367.257847,2432.237719,1142.610594,2352.753079 +193620,2496.06125,2362.668857,2429.713118,1144.746219,2349.888765 +193621,2346.745382,2306.634529,2426.830856,1093.488677,2346.714642 +193622,2412.074196,2297.58353,2418.67857,1094.322554,2334.709475 +193623,2330.415663,2293.491649,2409.164404,1095.662475,2320.821674 +193624,2399.052781,2287.635399,2397.806681,1097.112329,2304.307722 +193625,2378.191114,2282.287353,2390.690382,1098.597183,2292.731479 +193626,2385.741174,2276.597237,2382.609974,1100.02102,2280.284328 +193627,2389.727564,2263.914369,2378.193052,1101.736154,2272.285944 +193628,2393.358563,2275.769757,2373.982252,1103.081384,2264.74018 +193629,2399.274572,2248.005055,2370.039032,1104.644965,2257.751079 +193630,2412.307991,2265.394533,2364.606525,1106.295107,2249.145649 +193631,2383.805257,2236.683553,2362.051214,1107.761993,2244.268392 +193632,2422.42546,2246.673546,2357.329979,1109.284398,2236.910186 +193633,2403.897661,2235.36293,2353.571573,1110.953566,2230.898294 +193634,2442.239457,2230.314817,2350.220336,1112.420581,2225.528859 +193635,2383.056192,2224.530862,2347.151626,1113.948498,2220.644449 +193636,2444.684396,2218.613399,2346.016802,1115.495279,2218.265188 +193637,2416.707624,2212.552669,2342.30074,1117.166165,2212.845522 +193638,2446.544232,2206.569343,2339.208592,1118.635345,2208.288718 +193639,2430.728163,2200.610478,2336.359467,1120.16036,2204.1067 +193640,2434.977795,2194.304434,2333.681591,1121.771795,2200.197119 +193641,2456.751499,2188.22151,2331.213337,1123.336766,2196.606327 +193642,2436.402401,2181.945491,2328.853375,1124.850489,2193.188269 +193643,2457.943492,2175.754942,2326.656103,1126.289738,2190.02352 +193644,2452.041516,2169.43016,2324.711012,1127.934996,2187.216421 +193645,2458.541339,2163.06594,2324.610591,1129.548448,2186.725132 +193646,2461.901643,2156.707024,2321.950999,1131.018581,2183.133592 +193647,2465.525187,2150.289966,2319.986742,1132.6087,2180.421548 +193648,2469.247947,2143.980919,2319.990672,1134.037664,2180.13835 +193649,2472.891522,2137.246713,2317.445075,1135.625357,2176.728268 +193650,2476.427208,2130.78951,2315.562473,1137.276285,2174.136276 +193651,2480.129181,2124.164926,2313.928716,1138.692918,2171.851612 +193652,2483.85735,2117.375255,2312.42257,1140.159302,2169.725078 +193653,2487.316193,2110.661179,2310.979544,1141.639027,2167.684622 +193654,2490.853115,2103.826066,2309.571579,1143.120042,2165.691539 +193655,2494.385181,2097.151365,2308.186246,1144.599216,2163.732011 +193656,2498.150381,2090.005145,2307.008063,1146.149733,2161.798681 +193657,2501.489075,2083.274766,2305.641094,1147.439548,2159.883185 +193658,2505.270525,2076.272302,2304.291376,1149.07405,2157.986853 +193659,2508.689106,2069.285759,2302.961896,1150.479637,2156.10958 +193660,2512.234399,2062.445903,2303.339825,1151.958463,2156.346063 +193661,2515.658698,2055.212561,2301.067624,1153.421805,2153.289175 +193662,2519.416613,2044.358281,2299.432091,1154.885962,2151.005766 +193663,2522.83857,2037.205898,2299.829904,1156.347332,2151.233382 +193664,2526.422779,2034.92903,2298.021738,1157.804884,2148.468815 +193665,2537.955859,2031.288701,2298.517952,1159.263973,2148.895699 +193666,2521.594233,2000.894331,2296.608327,1160.717945,2146.255387 +193667,2549.701994,2019.685388,2295.616528,1162.172752,2144.521104 +193668,2536.453535,2001.223702,2294.725796,1163.70022,2143.454942 +193669,2544.903315,2014.294228,2295.288927,1165.040264,2144.28313 +193670,2548.104275,1984.732886,2293.731919,1166.540101,2141.882302 +193671,2551.359301,1987.730335,2292.683578,1167.978845,2140.322919 +193672,2554.823516,1955.637729,2292.138933,1169.424355,2139.054024 +193673,2558.41639,1976.103593,2291.504234,1170.869609,2137.889148 +193674,2561.7357,1967.524933,2292.761659,1172.315413,2138.831744 +193675,2565.164125,1940.036246,2291.254521,1173.755898,2136.536929 +193676,2569.020413,1951.663428,2292.051925,1175.201477,2137.112074 +193677,2572.084564,1937.287121,2290.387576,1176.639875,2134.607538 +193678,2575.618477,1931.240851,2289.387787,1178.082173,2132.9012 +193679,2579.309783,1923.917693,2288.647906,1179.443376,2131.488406 +193680,2582.622966,1916.855583,2288.254018,1180.998427,2130.225698 +193681,2343.829747,1799.138146,2285.4778,1073.258677,2127.275707 +193682,2342.386854,1788.714455,2267.726494,1071.601659,2102.587551 +193683,2340.744776,1779.216283,2245.321577,1071.079026,2069.344097 +193684,2340.825632,1770.266896,2225.091208,1070.93362,2038.527495 +193685,2341.052646,1761.395978,2210.050639,1070.825375,2013.724377 +193686,2341.470644,1752.483094,2199.277272,1070.900636,1994.321491 +193687,2342.123836,1743.783164,2191.492026,1071.045425,1978.954326 +193688,2342.940338,1735.341751,2185.642794,1071.320165,1966.425547 +193689,2343.710528,1726.752041,2181.051868,1071.459063,1955.929977 +193690,2344.724694,1718.317593,2179.052424,1071.795028,1949.098545 +193691,2345.662099,1709.915722,2174.792239,1072.09523,1940.193819 +193692,2346.73319,1701.461027,2171.758706,1072.438912,1932.951829 +193693,2347.857595,1693.330827,2169.254576,1072.805263,1926.710458 +193694,2348.856448,1685.020204,2167.104908,1073.195192,1921.226138 +193695,2350.319263,1676.965399,2165.210222,1073.606556,1916.348571 +193696,2351.509034,1668.57075,2165.429576,1074.039693,1914.087771 +193697,2352.79819,1660.719775,2164.624301,1074.489032,1911.080109 +193698,2354.144482,1652.608718,2161.808583,1074.957174,1905.824453 +193699,2355.565322,1644.664451,2161.550656,1075.446934,1903.874487 +193700,2356.919822,1636.637977,2158.969158,1075.947305,1899.213448 +193701,2358.475813,1628.94421,2158.887024,1076.470943,1897.738962 +193702,2359.88188,1645.801239,2156.41165,1077.003738,1893.435631 +193703,2361.56493,1577.937096,2156.470108,1077.558791,1892.334646 +193704,2362.974243,1622.589842,2154.206627,1078.122125,1888.467945 +193705,2364.6781,1594.407078,2152.625073,1078.705261,1885.503689 +193706,2366.370736,1590.440302,2153.051396,1079.301906,1885.061132 +193707,2368.006983,1583.020045,2152.717715,1079.910393,1883.752239 +193708,2369.692639,1575.615504,2150.389745,1080.532826,1880.052118 +193709,2371.573862,1568.177651,2150.603354,1081.171867,1879.507104 +193710,2373.295322,1561.051321,2148.482992,1081.818317,1876.12549 +193711,2375.165414,1553.758383,2148.834063,1082.461114,1875.801833 +193712,2376.943299,1546.717782,2146.81694,1083.105063,1872.597096 +193713,2378.644735,1539.490332,2145.528614,1083.763608,1870.305832 +193714,2380.809153,1532.551641,2144.530275,1084.429612,1868.383175 +193715,2382.607798,1525.60825,2143.696552,1085.105623,1866.678312 +193716,2384.590424,1518.655197,2142.961878,1085.791529,1865.113942 +193717,2386.596907,1512.032044,2144.007196,1086.487813,1865.760887 +193718,2388.483142,1505.279661,2142.433935,1087.19016,1863.219891 +193719,2390.583637,1498.697504,2141.455538,1087.904906,1861.421197 +193720,2392.55089,1492.18833,2140.686686,1088.626579,1859.878281 +193721,2394.622286,1485.867382,2140.034371,1089.35707,1858.477312 +193722,2396.687506,1479.381018,2139.456494,1090.095714,1857.170223 +193723,2398.825361,1473.280523,2138.929702,1090.84233,1855.930519 +193724,2400.930071,1467.131426,2140.151158,1091.597519,1856.850168 +193725,2402.936405,1463.60039,2138.73552,1092.357537,1854.543543 +193726,2405.238193,1459.319311,2139.606075,1093.128473,1855.052948 +193727,2407.064237,1454.99702,2138.01753,1093.902363,1852.538461 +193728,2409.564054,1450.795082,2137.104552,1094.760286,1850.842111 +193729,2411.684577,1446.663071,2138.347944,1095.440495,1851.547838 +193730,2413.771353,1442.509627,2136.675178,1096.284178,1849.154833 +193731,2416.140935,1438.680162,2137.723635,1097.078819,1849.652554 +193732,2418.219015,1434.724817,2136.178378,1097.880743,1847.172257 +193733,2420.596671,1431.03448,2137.00407,1098.697409,1847.634511 +193734,2430.873173,1427.180918,2135.595801,1099.510884,1845.315114 +193735,2413.108752,1423.626722,2134.741666,1100.260533,1843.670575 +193736,2440.305413,1420.083559,2134.161582,1101.198926,1842.349105 +193737,2425.724732,1416.651504,2135.560861,1101.979008,1843.483137 +193738,2432.780659,1413.31125,2134.296531,1102.824897,1841.313788 +193739,2434.90531,1410.076942,2133.594408,1103.667318,1839.84106 +193740,2437.084998,1407.065234,2135.012459,1104.512688,1840.776054 +193741,2673.410242,1511.04462,2138.184519,1212.029998,1844.132159 +193742,2683.55606,1510.580315,2157.356409,1215.790151,1870.868222 +193743,2679.842105,1509.228091,2181.92258,1218.461516,1905.924457 +193744,2693.979959,1508.163663,2202.720368,1220.843322,1937.046705 +193745,2696.453007,1506.72492,2217.94429,1223.478869,1961.765515 +193746,2699.472819,1505.332753,2228.552658,1225.841186,1980.614653 +193747,2704.267669,1503.907298,2235.969099,1228.430955,1995.100938 +193748,2708.310082,1502.475739,2241.433851,1230.971012,2006.645164 +193749,2719.442122,1501.046565,2245.853451,1233.547867,2016.342522 +193750,2707.349497,1499.623583,2249.324689,1236.173573,2024.334068 +193751,2730.114469,1498.211604,2254.048303,1238.853745,2033.146047 +193752,2722.965862,1496.807233,2257.380239,1241.585659,2040.047154 +193753,2727.811516,1495.415358,2258.212451,1244.373748,2043.473794 +193754,2732.182665,1494.037431,2259.478303,1247.220251,2047.258478 +193755,2736.676062,1492.671754,2262.602753,1250.040776,2052.779306 +193756,2739.037753,1491.315659,2263.146886,1253.120916,2054.831394 +193757,2743.867766,1489.976819,2265.91524,1256.080153,2059.377042 +193758,2754.046061,1488.645408,2266.392385,1259.166062,2060.885902 +193759,2742.007621,1487.330315,2267.34026,1262.298377,2062.782652 +193760,2761.39488,1486.02561,2268.412354,1265.570978,2064.659065 +193761,2758.292424,1484.733927,2269.775013,1270.338762,2066.746564 +193762,2760.800508,1483.453907,2271.096931,1272.500182,2068.662206 +193763,2764.976737,1482.186324,2272.291763,1278.589669,2070.318666 +193764,2775.748603,1480.930839,2273.667524,1276.605885,2072.109561 +193765,2764.920372,1479.68732,2274.918496,1292.314359,2073.669184 +193766,2782.442949,1478.457214,2277.747345,1268.877731,2077.114086 +193767,2779.526774,1477.235357,2278.097776,1297.515294,2077.44942 +193768,2782.62127,1476.031258,2280.557715,1291.393095,2080.338917 +193769,2784.794998,1474.832974,2280.429963,1296.649375,2079.983117 +193770,2794.989779,1473.652297,2281.093432,1300.567463,2080.747861 +193771,2793.48942,1472.443336,2282.106303,1304.347857,2081.668289 +193772,2794.740318,1471.238813,2283.063931,1308.182284,2082.482099 +193773,2804.732119,1470.04307,2284.084798,1312.071262,2083.353173 +193774,2796.548562,1468.856231,2285.046025,1316.016356,2084.139201 +193775,2807.264715,1467.679559,2285.872708,1320.012659,2084.750036 +193776,2808.189478,1466.513186,2286.784414,1324.071535,2085.454726 +193777,2809.612965,1465.263196,2287.681337,1328.184759,2086.131151 +193778,2811.602024,1464.25595,2288.457115,1332.355525,2086.649488 +193779,2813.901312,1463.055851,2289.161204,1336.584218,2087.255472 +193780,2813.910886,1461.946566,2289.773472,1340.870353,2087.517279 +193781,2813.878912,1460.835041,2290.231004,1345.302113,2087.579174 +193782,2813.854894,1459.734313,2290.531006,1349.570962,2087.441051 +193783,2813.87026,1458.645355,2290.708766,1354.095221,2087.146337 +193784,2813.93421,1457.567807,2290.795011,1358.600923,2086.900949 +193785,2814.035985,1456.502316,2290.81393,1363.178263,2086.349477 +193786,2814.178729,1455.448497,2290.784826,1367.81473,2085.73431 +193787,2814.353353,1454.406951,2290.720504,1372.508421,2085.210578 +193788,2814.561921,1453.377261,2290.629196,1377.26265,2084.562473 +193789,2814.80043,1452.360002,2290.520266,1382.07658,2083.402681 +193790,2815.072721,1451.354733,2290.398573,1386.948656,2082.844295 +193791,2815.364479,1450.362004,2290.264036,1391.88002,2082.045991 +193792,2815.667104,1449.381362,2290.111095,1400.177681,2081.484186 +193793,2815.983216,1448.413347,2289.944742,1402.61507,2080.723992 +193794,2816.305438,1447.45744,2289.763911,1415.023368,2079.945406 +193795,2816.67567,1446.51417,2289.597901,1402.302171,2079.185913 +193796,2817.097805,1445.582977,2289.451263,1415.909003,2078.662922 +193797,2817.494876,1444.664481,2289.276687,1425.551735,2077.92061 +193798,2817.868715,1443.758248,2289.076065,1426.838694,2077.146063 +193799,2820.955445,1442.865239,2290.594633,1433.526158,2078.460488 +193800,2819.974977,1441.982805,2289.536735,1438.803497,2076.671961 +193801,2819.55584,1464.117898,2288.777159,1467.268231,2075.165686 +193802,2822.200478,1464.377231,2289.861824,1474.146506,2076.436223 +193803,2826.371517,1464.470156,2291.9044,1480.527112,2079.422268 +193804,2830.449858,1464.370735,2293.957832,1486.902124,2082.3873 +193805,2833.711759,1464.201892,2295.582801,1505.17212,2084.850695 +193806,2836.224112,1463.983688,2296.79927,1482.374397,2086.786382 +193807,2838.172945,1463.736309,2297.691572,1526.570214,2088.273754 +193808,2839.774464,1463.472128,2298.370301,1492.8274,2089.436672 +193809,2841.15388,1463.19869,2298.899657,1541.117919,2090.348955 +193810,2842.406437,1462.919631,2299.333548,1505.371768,2091.076376 +193811,2843.612983,1462.637944,2299.721703,1554.1341,2091.682522 +193812,2844.786065,1462.354808,2300.072829,1514.964457,2092.182245 +193813,2846.207693,1462.167495,2300.568079,1570.968733,2092.804047 +193814,2847.650659,1461.648493,2301.066858,1534.777357,2093.381346 +193815,2849.07566,1461.576247,2301.54697,1572.330734,2093.892493 +193816,2850.646906,1461.215944,2302.113959,1561.374676,2094.471948 +193817,2852.296045,1460.953367,2302.725863,1573.732477,2095.072371 +193818,2854.114815,1460.679677,2303.442604,1579.810391,2095.987316 +193819,2856.106311,1460.408522,2304.268218,1586.46239,2096.798089 +193820,2860.881533,1460.141265,2306.868551,1593.237514,2099.78907 +193821,2861.575407,1459.873054,2306.899071,1600.236474,2099.585544 +193822,2863.153402,1459.611879,2307.493063,1607.127974,2100.062539 +193823,2865.022654,1459.351623,2308.258987,1614.0902,2100.72555 +193824,2867.054905,1459.094468,2309.116332,1620.955196,2101.47803 +193825,2869.186966,1458.840501,2310.03042,1628.173286,2102.283094 +193826,2871.482375,1458.589223,2311.046043,1640.971491,2103.20121 +193827,2873.799633,1458.341066,2312.076137,1639.689552,2104.127481 +193828,2876.022307,1458.095426,2313.047245,1650.312782,2104.971939 +193829,2878.26486,1457.852938,2314.030509,1657.138694,2105.822689 +193830,2880.54303,1457.612886,2315.0346,1664.13791,2106.690496 +193831,2882.819785,1457.333214,2316.035551,1671.084533,2107.546206 +193832,2885.095739,1457.047028,2317.03254,1678.427672,2108.395422 +193833,2887.37008,1456.759045,2318.024074,1685.540153,2109.240884 +193834,2889.636401,1456.565621,2319.19937,1692.701181,2110.078374 +193835,2892.180745,1456.135141,2320.163236,1699.744849,2110.907102 +193836,2894.418205,1455.816203,2321.120115,1707.176169,2111.735764 +193837,2896.657259,1455.652462,2322.078669,1714.326361,2112.568401 +193838,2898.905162,1455.294209,2323.03924,1721.59335,2113.402726 +193839,2901.166783,1455.017871,2324.002809,1728.699972,2114.23981 +193840,2903.445051,1454.727278,2324.971099,1736.183372,2115.293196 +193841,2905.866487,1454.436566,2326.025534,1748.79566,2116.242335 +193842,2908.293624,1454.145353,2327.080502,1748.691722,2117.189874 +193843,2910.580944,1453.854232,2328.044235,1758.430048,2118.025836 +193844,2912.874017,1453.562664,2329.008293,1766.051346,2118.865119 +193845,2915.212672,1453.271196,2329.997176,1773.073349,2119.737917 +193846,2917.548505,1452.979184,2330.980281,1780.191239,2120.606063 +193847,2919.888555,1452.687267,2331.962474,1787.813827,2121.475667 +193848,2922.381782,1452.394813,2333.039052,1800.361606,2122.465842 +193849,2924.88518,1452.102284,2334.12048,1800.820858,2123.465904 +193850,2927.285467,1451.809023,2335.13538,1812.125482,2124.387113 +193851,2929.845429,1451.515776,2336.250255,1823.294985,2125.436538 +193852,2932.786782,1451.221811,2337.607281,1837.737888,2126.792446 +193853,2935.856888,1450.927576,2339.049728,1841.552302,2128.262041 +193854,2938.795145,1450.632573,2340.414482,1852.139519,2129.643075 +193855,2941.861627,1450.336995,2341.865999,1867.881008,2131.139452 +193856,2945.005255,1450.040686,2343.370834,1871.799608,2132.708209 +193857,2948.098925,1449.743754,2344.847693,1885.848134,2134.247029 +193858,2951.588868,1449.445794,2346.396622,1896.153974,2135.879793 +193859,2954.808207,1449.147188,2347.983124,1905.592609,2137.562974 +193860,2957.793133,1448.847327,2349.426783,1909.17457,2139.07056 +193861,2961.291003,1415.309442,2351.750111,1895.946633,2142.551618 +193862,2958.779683,1414.45145,2349.679147,1903.171922,2139.622828 +193863,2953.87637,1413.740343,2345.728463,1906.479832,2133.681036 +193864,2949.873007,1413.023525,2342.226188,1917.015475,2127.987843 +193865,2947.81772,1412.224712,2339.961573,1922.71418,2123.761852 +193866,2947.211922,1411.656272,2338.667733,1925.597506,2120.799926 +193867,2947.272792,1408.811737,2337.863317,1928.969625,2118.566809 +193868,2947.797168,1407.694846,2337.0345,1933.449657,2116.744168 +193869,2948.504436,1406.762001,2336.140261,1938.603088,2115.178663 +193870,2949.207643,1405.881333,2335.256558,1943.895069,2113.802724 +193871,2949.841699,1405.025553,2334.437592,1949.056955,2112.591687 +193872,2950.408512,1404.182148,2333.697193,1954.043267,2111.534238 +193873,2950.92898,1403.346423,2333.026732,1958.901433,2110.619858 +193874,2951.421025,1402.514909,2332.411614,1963.686812,2109.836233 +193875,2951.893167,1401.686765,2331.837572,1968.624573,2109.168539 +193876,2952.356372,1400.860391,2331.294389,1973.322663,2108.60334 +193877,2955.45297,1400.127735,2332.46984,1979.842956,2110.250228 +193878,2954.538486,1399.168,2331.133248,1983.523365,2108.830017 +193879,2954.417458,1398.410496,2330.325075,1987.7753,2108.120749 +193880,2954.530511,1397.573771,2329.664977,1992.223602,2107.633243 +193881,2954.766431,1396.751092,2329.084658,1996.78306,2107.280532 +193882,2955.070027,1395.928538,2328.553418,2001.398375,2107.025682 +193883,2955.41475,1395.106255,2328.051844,2006.034789,2106.844624 +193884,2955.774477,1394.283504,2327.568536,2010.676556,2106.721501 +193885,2956.138058,1393.460806,2327.097047,2015.319115,2106.645569 +193886,2956.502508,1392.637422,2326.633527,2019.96222,2106.609035 +193887,2956.873142,1391.813891,2326.175224,2024.606207,2106.605573 +193888,2957.240676,1390.989501,2325.720063,2029.251077,2106.629961 +193889,2957.601373,1390.164812,2325.266416,2033.896508,2106.677777 +193890,2957.953786,1389.339148,2324.811981,2038.733678,2106.744002 +193891,2958.298761,1388.447812,2324.355766,2043.344128,2106.825449 +193892,2958.629369,1387.541937,2323.891818,2047.919652,2106.922002 +193893,2958.940646,1386.628577,2323.416157,2052.465805,2107.03316 +193894,2959.231739,1385.708782,2322.927866,2056.982027,2107.157586 +193895,2959.50462,1384.783987,2322.427969,2061.473395,2107.29383 +193896,2959.761881,1383.85403,2321.91794,2065.952421,2107.440472 +193897,2960.005491,1382.919794,2321.398899,2070.415239,2107.596018 +193898,2960.235651,1381.891425,2320.870866,2075.029383,2107.758159 +193899,2960.452926,1381.07999,2320.334111,2079.410712,2107.925334 +193900,2960.660193,1380.06996,2319.790396,2083.776837,2108.098181 +193901,2960.857831,1379.132221,2319.239913,2088.304396,2108.275609 +193902,2961.046168,1378.177343,2318.682819,2092.576034,2108.456695 +193903,2961.226088,1377.218548,2318.119649,2097.012969,2108.641124 +193904,2961.40063,1376.255669,2317.552332,2100.990722,2108.830472 +193905,2961.570686,1375.289342,2316.981396,2105.381814,2109.024678 +193906,2961.733035,1374.319047,2316.404766,2109.661625,2109.22054 +193907,2961.884127,1373.345567,2315.820143,2114.190491,2109.41461 +193908,2962.023453,1372.367841,2315.227079,2118.486673,2109.605786 +193909,2962.153769,1371.38719,2314.627184,2122.752297,2109.795569 +193910,2962.275323,1370.402616,2314.020502,2127.206284,2109.983589 +193911,2962.387804,1369.414864,2313.406732,2131.450499,2110.169103 +193912,2962.493394,1368.423384,2312.787203,2135.672842,2110.353459 +193913,2962.593387,1367.428756,2312.162681,2139.882356,2110.537346 +193914,2962.687733,1366.430452,2311.533106,2144.081077,2110.720468 +193915,2962.77612,1365.429043,2310.898256,2148.267255,2110.902345 +193916,2962.858338,1364.424004,2310.258,2152.438446,2111.08263 +193917,2962.934308,1363.415894,2309.612248,2156.592803,2111.261025 +193918,2963.004146,1362.404191,2308.960999,2160.729275,2111.437362 +193919,2963.066066,1361.389441,2308.303064,2165.052168,2111.60999 +193920,2963.119674,1360.371126,2307.638131,2169.142004,2111.778364 +193921,2963.288306,1293.154771,2307.019003,2173.308111,2111.967629 +193922,2954.010298,1291.488711,2299.316483,2171.736498,2101.473336 +193923,2940.514659,1290.047416,2288.519298,2168.334623,2085.792031 +193924,2928.751886,1288.672279,2278.519143,2166.592161,2070.497394 +193925,2920.344973,1287.318995,2270.746702,2167.432246,2057.839914 +193926,2914.906995,1285.976067,2265.037636,2170.216602,2047.868217 +193927,2911.422828,1284.640453,2260.764854,2174.005405,2039.928691 +193928,2909.056987,1283.394308,2257.391255,2178.142176,2033.408377 +193929,2907.315179,1281.859988,2254.585336,2182.316951,2027.909435 +193930,2905.947092,1280.717745,2252.165611,2186.433935,2023.198822 +193931,2904.826119,1279.325237,2250.02847,2190.483197,2019.13008 +193932,2903.878555,1278.016247,2248.105866,2194.473466,2015.596974 +193933,2903.052683,1276.696075,2246.3468,2198.409966,2012.513311 +193934,2902.309524,1275.375275,2244.711481,2202.29351,2009.806898 +193935,2901.620522,1274.054,2243.16942,2206.124179,2007.417756 +193936,2900.965646,1272.731831,2241.697793,2209.903243,2005.296503 +193937,2900.331444,1271.408719,2240.279782,2213.633292,2003.402604 +193938,2899.709021,1270.084398,2238.903034,2217.317558,2001.70266 +193939,2899.092525,1268.758922,2237.55842,2220.959288,2000.168951 +193940,2898.478093,1267.432109,2236.23915,2224.561415,1998.778324 +193941,2897.863096,1266.104077,2234.940116,2228.126448,1997.511301 +193942,2897.245741,1264.774697,2233.657473,2231.65652,1996.351452 +193943,2896.624803,1263.444122,2232.388286,2235.153421,1995.284826 +193944,2895.997601,1262.112252,2231.12918,2238.815847,1994.298139 +193945,2895.363069,1260.779257,2229.878136,2242.234393,1993.380875 +193946,2897.377662,1259.363297,2230.325187,2247.495986,1994.636479 +193947,2895.376951,1258.147227,2228.255076,2249.844661,1992.814877 +193948,2894.176561,1256.754187,2226.703264,2252.758702,1991.67796 +193949,2893.206358,1255.428565,2225.293347,2255.856047,1990.742019 +193950,2892.361052,1254.090332,2223.959554,2259.047897,1989.923325 +193951,2891.586527,1252.679329,2222.673131,2262.275658,1989.187681 +193952,2890.835686,1251.251969,2221.408791,2265.466283,1988.514138 +193953,2890.081537,1249.815991,2220.15181,2268.582791,1987.890043 +193954,2889.314365,1248.373306,2218.896566,2271.621851,1987.307788 +193955,2888.532245,1247.00643,2217.641467,2274.594136,1986.761529 +193956,2887.736448,1245.433532,2216.386759,2277.511788,1986.247064 +193957,2886.928678,1244.032218,2215.133075,2280.383348,1985.761161 +193958,2886.109189,1242.557476,2213.880288,2283.212901,1985.300364 +193959,2885.277714,1241.090042,2212.628067,2286.00222,1984.861537 +193960,2887.087881,1239.620814,2213.065324,2290.636305,1986.551761 +193961,2884.875293,1238.141644,2210.978268,2292.334073,1985.126178 +193962,2883.455629,1236.664869,2209.402391,2294.581023,1984.350901 +193963,2882.259147,1235.181118,2207.962016,2296.99545,1983.746262 +193964,2881.181103,1233.694284,2206.592021,2299.490625,1983.232123 +193965,2880.167636,1232.203873,2205.264059,2302.009265,1982.777242 +193966,2879.184098,1230.629025,2203.960859,2304.515263,1982.362916 +193967,2878.210901,1229.249925,2202.672368,2306.991787,1981.977537 +193968,2877.241955,1227.692833,2201.205032,2309.43631,1981.413966 +193969,2876.273873,1226.200725,2199.947586,2311.849268,1981.08321 +193970,2875.299315,1224.69395,2198.699056,2314.227666,1980.77112 +193971,2876.965034,1223.184671,2199.136765,2318.45565,1982.77893 +193972,2874.606957,1221.668513,2197.050876,2319.74277,1981.448904 +193973,2873.043519,1220.153347,2195.474321,2321.583742,1980.553477 +193974,2871.706907,1218.632812,2194.033662,2323.59738,1980.034691 +193975,2870.489807,1217.109657,2192.662791,2325.694594,1979.60499 +193976,2869.336646,1215.583347,2191.332676,2327.81641,1979.228989 +193977,2868.212372,1214.054075,2190.025983,2329.926145,1978.886352 +193978,2869.748318,1212.523421,2190.417749,2333.894677,1980.873686 +193979,2867.276492,1210.985065,2188.29864,2334.92396,1979.333611 +193980,2865.608073,1209.448772,2186.697198,2336.509906,1978.651008 +193981,2029.645053,1207.772808,1085.301596,1848.242731,2426.444862 +193982,2110.796642,1338.445915,1129.049271,1923.814764,2476.380926 +193983,2198.016627,1341.707446,1178.647269,2003.122149,2513.168358 +193984,2264.627539,1341.405055,1219.573771,2059.183012,2529.20428 +193985,2314.551657,1338.584646,1252.464873,2095.064509,2537.468053 +193986,2351.269341,1337.590222,1278.433135,2116.464019,2542.14656 +193987,2378.770209,1336.466192,1299.254195,2129.550275,2545.022405 +193988,2400.120796,1335.349935,1316.57374,2138.399662,2547.016936 +193989,2417.201556,1334.219336,1330.983948,2145.127882,2548.566553 +193990,2431.136342,1332.986279,1343.247973,2150.853586,2549.908981 +193991,2442.614679,1331.951416,1353.748608,2155.596807,2551.148981 +193992,2452.092623,1330.694029,1362.75767,2159.727955,2552.301736 +193993,2459.932533,1329.526257,1370.501239,2163.383074,2553.371323 +193994,2466.43869,1328.342836,1377.175674,2166.678621,2554.365366 +193995,2471.862841,1327.159549,1382.949108,2169.706777,2555.292989 +193996,2476.405554,1325.976425,1387.963184,2172.534072,2556.16324 +193997,2480.234127,1324.796573,1392.336118,2175.205649,2556.984174 +193998,2483.476388,1323.619076,1396.16643,2177.751658,2557.762966 +193999,2486.213136,1322.446142,1399.523136,2180.171012,2558.477172 +194000,2488.549237,1321.276366,1402.486935,2182.498891,2559.158813 +194001,2490.575792,1320.111295,1405.125427,2184.939418,2559.835065 +194002,2492.330925,1318.949199,1407.480872,2187.113379,2560.49743 +194003,2493.856347,1317.791213,1409.591185,2189.2187,2561.144349 +194004,2495.181373,1316.621948,1411.489204,2191.264582,2561.776866 +194005,2496.335074,1315.46551,1413.201471,2193.252789,2562.394254 +194006,2497.337171,1314.313647,1414.752059,2195.186316,2562.999106 +194007,2498.207958,1313.163669,1416.161715,2197.06774,2563.594318 +194008,2498.964934,1312.014525,1417.447744,2198.898649,2564.181967 +194009,2499.621936,1310.865803,1418.624519,2200.868061,2564.763359 +194010,2500.189817,1309.716667,1419.70408,2202.567909,2565.339338 +194011,2500.702192,1308.47454,1420.696596,2204.216734,2565.910456 +194012,2501.181469,1307.211578,1421.606968,2205.718032,2566.477119 +194013,2501.636063,1305.937999,1422.439928,2207.018096,2567.039565 +194014,2502.066538,1304.655928,1423.201106,2208.11748,2567.597921 +194015,2502.470736,1303.366082,1423.896374,2209.041759,2568.152199 +194016,2502.846361,1302.069708,1424.531221,2209.989054,2568.702359 +194017,2503.191745,1300.766229,1425.110467,2210.611103,2569.248277 +194018,2503.505811,1299.455887,1425.638276,2211.118815,2569.789776 +194019,2503.787786,1298.138853,1426.118242,2211.526434,2570.326627 +194020,2504.037213,1296.814914,1426.553511,2211.841116,2570.85859 +194021,2504.253714,1295.484286,1426.946842,2212.066059,2571.385376 +194022,2504.437068,1294.146751,1427.300677,2212.203138,2571.906692 +194023,2504.587134,1292.802526,1427.617185,2212.254056,2572.422216 +194024,2504.703819,1291.451399,1427.898301,2212.220578,2572.931622 +194025,2504.787065,1290.093594,1428.145762,2212.104458,2573.434576 +194026,2504.836948,1288.728911,1428.361137,2211.907334,2573.930759 +194027,2504.853537,1287.357584,1428.545845,2211.630688,2574.41984 +194028,2504.83692,1285.97942,1428.701181,2211.275866,2574.901512 +194029,2504.787199,1284.594663,1428.828329,2210.844089,2575.375462 +194030,2504.704482,1283.203129,1428.928379,2210.336493,2575.841405 +194031,2504.588871,1281.805263,1429.002337,2209.75413,2576.299052 +194032,2504.440516,1280.400221,1429.051134,2208.903615,2576.748134 +194033,2504.259576,1278.989163,1429.075637,2208.167441,2577.188388 +194034,2504.04619,1277.571326,1429.076667,2207.36338,2577.619594 +194035,2503.800484,1276.065532,1429.054991,2206.485942,2578.041536 +194036,2503.522587,1274.756485,1429.011327,2205.533576,2578.454006 +194037,2503.212621,1273.259274,1428.946352,2204.507357,2578.856801 +194038,2502.870709,1271.829266,1428.860707,2203.409131,2579.249744 +194039,2502.496986,1270.379957,1428.755,2202.240535,2579.63266 +194040,2502.091629,1268.924265,1428.629813,2201.002796,2580.005404 +194041,0,0,0,0,0 +194042,0,0,0,0,0 +194043,0,0,0,0,0 +194044,0,0,0,0,0 +194045,0,0,0,0,0 +194046,0,0,0,0,0 +194047,0,0,0,0,0 +194048,0,0,0,0,0 +194049,0,0,0,0,0 +194050,0,0,0,0,0 +194051,0,0,0,0,0 +194052,0,0,0,0,0 +194053,0,0,0,0,0 +194054,0,0,0,0,0 +194055,0,0,0,0,0 +194056,0,0,0,0,0 +194057,0,0,0,0,0 +194058,0,0,0,0,0 +194059,0,0,0,0,0 +194060,0,0,0,0,0 +194061,0,0,0,0,0 +194062,0,0,0,0,0 +194063,0,0,0,0,0 +194064,0,0,0,0,0 +194065,0,0,0,0,0 +194066,0,0,0,0,0 +194067,0,0,0,0,0 +194068,0,0,0,0,0 +194069,0,0,0,0,0 +194070,0,0,0,0,0 +194071,0,0,0,0,0 +194072,0,0,0,0,0 +194073,0,0,0,0,0 +194074,0,0,0,0,0 +194075,0,0,0,0,0 +194076,0,0,0,0,0 +194077,0,0,0,0,0 +194078,0,0,0,0,0 +194079,0,0,0,0,0 +194080,0,0,0,0,0 +194081,0,0,0,0,0 +194082,0,0,0,0,0 +194083,0,0,0,0,0 +194084,0,0,0,0,0 +194085,0,0,0,0,0 +194086,0,0,0,0,0 +194087,0,0,0,0,0 +194088,0,0,0,0,0 +194089,0,0,0,0,0 +194090,0,0,0,0,0 +194091,0,0,0,0,0 +194092,0,0,0,0,0 +194093,0,0,0,0,0 +194094,0,0,0,0,0 +194095,0,0,0,0,0 +194096,0,0,0,0,0 +194097,0,0,0,0,0 +194098,0,0,0,0,0 +194099,0,0,0,0,0 +194100,0,0,0,0,0 +194101,0,0,0,0,0 +194102,0,0,0,0,0 +194103,0,0,0,0,0 +194104,0,0,0,0,0 +194105,0,0,0,0,0 +194106,0,0,0,0,0 +194107,0,0,0,0,0 +194108,0,0,0,0,0 +194109,0,0,0,0,0 +194110,0,0,0,0,0 +194111,0,0,0,0,0 +194112,0,0,0,0,0 +194113,0,0,0,0,0 +194114,0,0,0,0,0 +194115,0,0,0,0,0 +194116,0,0,0,0,0 +194117,0,0,0,0,0 +194118,0,0,0,0,0 +194119,0,0,0,0,0 +194120,0,0,0,0,0 +194121,0,0,0,0,0 +194122,0,0,0,0,0 +194123,0,0,0,0,0 +194124,0,0,0,0,0 +194125,0,0,0,0,0 +194126,0,0,0,0,0 +194127,0,0,0,0,0 +194128,0,0,0,0,0 +194129,0,0,0,0,0 +194130,0,0,0,0,0 +194131,0,0,0,0,0 +194132,0,0,0,0,0 +194133,0,0,0,0,0 +194134,0,0,0,0,0 +194135,0,0,0,0,0 +194136,0,0,0,0,0 +194137,0,0,0,0,0 +194138,0,0,0,0,0 +194139,0,0,0,0,0 +194140,0,0,0,0,0 +194141,0,0,0,0,0 +194142,0,0,0,0,0 +194143,0,0,0,0,0 +194144,0,0,0,0,0 +194145,0,0,0,0,0 +194146,0,0,0,0,0 +194147,0,0,0,0,0 +194148,0,0,0,0,0 +194149,0,0,0,0,0 +194150,0,0,0,0,0 +194151,0,0,0,0,0 +194152,0,0,0,0,0 +194153,0,0,0,0,0 +194154,0,0,0,0,0 +194155,0,0,0,0,0 +194156,0,0,0,0,0 +194157,0,0,0,0,0 +194158,0,0,0,0,0 +194159,0,0,0,0,0 +194160,0,0,0,0,0 +194161,0,0,0,0,0 +194162,0,0,0,0,0 +194163,0,0,0,0,0 +194164,0,0,0,0,0 +194165,0,0,0,0,0 +194166,0,0,0,0,0 +194167,0,0,0,0,0 +194168,0,0,0,0,0 +194169,0,0,0,0,0 +194170,0,0,0,0,0 +194171,0,0,0,0,0 +194172,0,0,0,0,0 +194173,0,0,0,0,0 +194174,0,0,0,0,0 +194175,0,0,0,0,0 +194176,0,0,0,0,0 +194177,0,0,0,0,0 +194178,0,0,0,0,0 +194179,0,0,0,0,0 +194180,0,0,0,0,0 +194181,0,0,0,0,0 +194182,0,0,0,0,0 +194183,0,0,0,0,0 +194184,0,0,0,0,0 +194185,0,0,0,0,0 +194186,0,0,0,0,0 +194187,0,0,0,0,0 +194188,0,0,0,0,0 +194189,0,0,0,0,0 +194190,0,0,0,0,0 +194191,0,0,0,0,0 +194192,0,0,0,0,0 +194193,0,0,0,0,0 +194194,0,0,0,0,0 +194195,0,0,0,0,0 +194196,0,0,0,0,0 +194197,0,0,0,0,0 +194198,0,0,0,0,0 +194199,0,0,0,0,0 +194200,0,0,0,0,0 +194201,0,0,0,0,0 +194202,0,0,0,0,0 +194203,0,0,0,0,0 +194204,0,0,0,0,0 +194205,0,0,0,0,0 +194206,0,0,0,0,0 +194207,0,0,0,0,0 +194208,0,0,0,0,0 +194209,0,0,0,0,0 +194210,0,0,0,0,0 +194211,0,0,0,0,0 +194212,0,0,0,0,0 +194213,0,0,0,0,0 +194214,0,0,0,0,0 +194215,0,0,0,0,0 +194216,0,0,0,0,0 +194217,0,0,0,0,0 +194218,0,0,0,0,0 +194219,0,0,0,0,0 +194220,0,0,0,0,0 +194221,0,0,0,0,0 +194222,0,0,0,0,0 +194223,0,0,0,0,0 +194224,0,0,0,0,0 +194225,0,0,0,0,0 +194226,0,0,0,0,0 +194227,0,0,0,0,0 +194228,0,0,0,0,0 +194229,0,0,0,0,0 +194230,0,0,0,0,0 +194231,0,0,0,0,0 +194232,0,0,0,0,0 +194233,0,0,0,0,0 +194234,0,0,0,0,0 +194235,0,0,0,0,0 +194236,0,0,0,0,0 +194237,0,0,0,0,0 +194238,0,0,0,0,0 +194239,0,0,0,0,0 +194240,0,0,0,0,0 +194241,0,0,0,0,0 +194242,0,0,0,0,0 +194243,0,0,0,0,0 +194244,0,0,0,0,0 +194245,0,0,0,0,0 +194246,0,0,0,0,0 +194247,0,0,0,0,0 +194248,0,0,0,0,0 +194249,0,0,0,0,0 +194250,0,0,0,0,0 +194251,0,0,0,0,0 +194252,0,0,0,0,0 +194253,0,0,0,0,0 +194254,0,0,0,0,0 +194255,0,0,0,0,0 +194256,0,0,0,0,0 +194257,0,0,0,0,0 +194258,0,0,0,0,0 +194259,0,0,0,0,0 +194260,0,0,0,0,0 +194261,0,0,0,0,0 +194262,0,0,0,0,0 +194263,0,0,0,0,0 +194264,0,0,0,0,0 +194265,0,0,0,0,0 +194266,0,0,0,0,0 +194267,0,0,0,0,0 +194268,0,0,0,0,0 +194269,0,0,0,0,0 +194270,0,0,0,0,0 +194271,0,0,0,0,0 +194272,0,0,0,0,0 +194273,0,0,0,0,0 +194274,0,0,0,0,0 +194275,0,0,0,0,0 +194276,0,0,0,0,0 +194277,0,0,0,0,0 +194278,0,0,0,0,0 +194279,0,0,0,0,0 +194280,0,0,0,0,0 +194281,0,0,0,0,0 +194282,0,0,0,0,0 +194283,0,0,0,0,0 +194284,0,0,0,0,0 +194285,0,0,0,0,0 +194286,0,0,0,0,0 +194287,0,0,0,0,0 +194288,0,0,0,0,0 +194289,0,0,0,0,0 +194290,0,0,0,0,0 +194291,0,0,0,0,0 +194292,0,0,0,0,0 +194293,0,0,0,0,0 +194294,0,0,0,0,0 +194295,0,0,0,0,0 +194296,0,0,0,0,0 +194297,0,0,0,0,0 +194298,0,0,0,0,0 +194299,0,0,0,0,0 +194300,0,0,0,0,0 +194301,0,0,0,0,0 +194302,0,0,0,0,0 +194303,0,0,0,0,0 +194304,0,0,0,0,0 +194305,0,0,0,0,0 +194306,0,0,0,0,0 +194307,0,0,0,0,0 +194308,0,0,0,0,0 +194309,0,0,0,0,0 +194310,0,0,0,0,0 +194311,0,0,0,0,0 +194312,0,0,0,0,0 +194313,0,0,0,0,0 +194314,0,0,0,0,0 +194315,0,0,0,0,0 +194316,0,0,0,0,0 +194317,0,0,0,0,0 +194318,0,0,0,0,0 +194319,0,0,0,0,0 +194320,0,0,0,0,0 +194321,0,0,0,0,0 +194322,0,0,0,0,0 +194323,0,0,0,0,0 +194324,0,0,0,0,0 +194325,0,0,0,0,0 +194326,0,0,0,0,0 +194327,0,0,0,0,0 +194328,0,0,0,0,0 +194329,0,0,0,0,0 +194330,0,0,0,0,0 +194331,0,0,0,0,0 +194332,0,0,0,0,0 +194333,0,0,0,0,0 +194334,0,0,0,0,0 +194335,0,0,0,0,0 +194336,0,0,0,0,0 +194337,0,0,0,0,0 +194338,0,0,0,0,0 +194339,0,0,0,0,0 +194340,0,0,0,0,0 +194341,0,0,0,0,0 +194342,0,0,0,0,0 +194343,0,0,0,0,0 +194344,0,0,0,0,0 +194345,0,0,0,0,0 +194346,0,0,0,0,0 +194347,0,0,0,0,0 +194348,0,0,0,0,0 +194349,0,0,0,0,0 +194350,0,0,0,0,0 +194351,0,0,0,0,0 +194352,0,0,0,0,0 +194353,0,0,0,0,0 +194354,0,0,0,0,0 +194355,0,0,0,0,0 +194356,0,0,0,0,0 +194357,0,0,0,0,0 +194358,0,0,0,0,0 +194359,0,0,0,0,0 +194360,0,0,0,0,0 +194361,0,0,0,0,0 +194362,0,0,0,0,0 +194363,0,0,0,0,0 +194364,0,0,0,0,0 +194365,0,0,0,0,0 +194366,0,0,0,0,0 +194367,0,0,0,0,0 +194368,0,0,0,0,0 +194369,0,0,0,0,0 +194370,0,0,0,0,0 +194371,0,0,0,0,0 +194372,0,0,0,0,0 +194373,0,0,0,0,0 +194374,0,0,0,0,0 +194375,0,0,0,0,0 +194376,0,0,0,0,0 +194377,0,0,0,0,0 +194378,0,0,0,0,0 +194379,0,0,0,0,0 +194380,0,0,0,0,0 +194381,0,0,0,0,0 +194382,0,0,0,0,0 +194383,0,0,0,0,0 +194384,0,0,0,0,0 +194385,0,0,0,0,0 +194386,0,0,0,0,0 +194387,0,0,0,0,0 +194388,0,0,0,0,0 +194389,0,0,0,0,0 +194390,0,0,0,0,0 +194391,0,0,0,0,0 +194392,0,0,0,0,0 +194393,0,0,0,0,0 +194394,0,0,0,0,0 +194395,0,0,0,0,0 +194396,0,0,0,0,0 +194397,0,0,0,0,0 +194398,0,0,0,0,0 +194399,0,0,0,0,0 +194400,0,0,0,0,0 +194401,0,0,0,0,0 +194402,0,0,0,0,0 +194403,0,0,0,0,0 +194404,0,0,0,0,0 +194405,0,0,0,0,0 +194406,0,0,0,0,0 +194407,0,0,0,0,0 +194408,0,0,0,0,0 +194409,0,0,0,0,0 +194410,0,0,0,0,0 +194411,0,0,0,0,0 +194412,0,0,0,0,0 +194413,0,0,0,0,0 +194414,0,0,0,0,0 +194415,0,0,0,0,0 +194416,0,0,0,0,0 +194417,0,0,0,0,0 +194418,0,0,0,0,0 +194419,0,0,0,0,0 +194420,0,0,0,0,0 +194421,0,0,0,0,0 +194422,0,0,0,0,0 +194423,0,0,0,0,0 +194424,0,0,0,0,0 +194425,0,0,0,0,0 +194426,0,0,0,0,0 +194427,0,0,0,0,0 +194428,0,0,0,0,0 +194429,0,0,0,0,0 +194430,0,0,0,0,0 +194431,0,0,0,0,0 +194432,0,0,0,0,0 +194433,0,0,0,0,0 +194434,0,0,0,0,0 +194435,0,0,0,0,0 +194436,0,0,0,0,0 +194437,0,0,0,0,0 +194438,0,0,0,0,0 +194439,0,0,0,0,0 +194440,0,0,0,0,0 +194441,0,0,0,0,0 +194442,0,0,0,0,0 +194443,0,0,0,0,0 +194444,0,0,0,0,0 +194445,0,0,0,0,0 +194446,0,0,0,0,0 +194447,0,0,0,0,0 +194448,0,0,0,0,0 +194449,0,0,0,0,0 +194450,0,0,0,0,0 +194451,0,0,0,0,0 +194452,0,0,0,0,0 +194453,0,0,0,0,0 +194454,0,0,0,0,0 +194455,0,0,0,0,0 +194456,0,0,0,0,0 +194457,0,0,0,0,0 +194458,0,0,0,0,0 +194459,0,0,0,0,0 +194460,0,0,0,0,0 +194461,0,0,0,0,0 +194462,0,0,0,0,0 +194463,0,0,0,0,0 +194464,0,0,0,0,0 +194465,0,0,0,0,0 +194466,0,0,0,0,0 +194467,0,0,0,0,0 +194468,0,0,0,0,0 +194469,0,0,0,0,0 +194470,0,0,0,0,0 +194471,0,0,0,0,0 +194472,0,0,0,0,0 +194473,0,0,0,0,0 +194474,0,0,0,0,0 +194475,0,0,0,0,0 +194476,0,0,0,0,0 +194477,0,0,0,0,0 +194478,0,0,0,0,0 +194479,0,0,0,0,0 +194480,0,0,0,0,0 +194481,0,0,0,0,0 +194482,0,0,0,0,0 +194483,0,0,0,0,0 +194484,0,0,0,0,0 +194485,0,0,0,0,0 +194486,0,0,0,0,0 +194487,0,0,0,0,0 +194488,0,0,0,0,0 +194489,0,0,0,0,0 +194490,0,0,0,0,0 +194491,0,0,0,0,0 +194492,0,0,0,0,0 +194493,0,0,0,0,0 +194494,0,0,0,0,0 +194495,0,0,0,0,0 +194496,0,0,0,0,0 +194497,0,0,0,0,0 +194498,0,0,0,0,0 +194499,0,0,0,0,0 +194500,0,0,0,0,0 +194501,0,0,0,0,0 +194502,0,0,0,0,0 +194503,0,0,0,0,0 +194504,0,0,0,0,0 +194505,0,0,0,0,0 +194506,0,0,0,0,0 +194507,0,0,0,0,0 +194508,0,0,0,0,0 +194509,0,0,0,0,0 +194510,0,0,0,0,0 +194511,0,0,0,0,0 +194512,0,0,0,0,0 +194513,0,0,0,0,0 +194514,0,0,0,0,0 +194515,0,0,0,0,0 +194516,0,0,0,0,0 +194517,0,0,0,0,0 +194518,0,0,0,0,0 +194519,0,0,0,0,0 +194520,0,0,0,0,0 +194521,0,0,0,0,0 +194522,0,0,0,0,0 +194523,0,0,0,0,0 +194524,0,0,0,0,0 +194525,0,0,0,0,0 +194526,0,0,0,0,0 +194527,0,0,0,0,0 +194528,0,0,0,0,0 +194529,0,0,0,0,0 +194530,0,0,0,0,0 +194531,0,0,0,0,0 +194532,0,0,0,0,0 +194533,0,0,0,0,0 +194534,0,0,0,0,0 +194535,0,0,0,0,0 +194536,0,0,0,0,0 +194537,0,0,0,0,0 +194538,0,0,0,0,0 +194539,0,0,0,0,0 +194540,0,0,0,0,0 +194541,0,0,0,0,0 +194542,0,0,0,0,0 +194543,0,0,0,0,0 +194544,0,0,0,0,0 +194545,0,0,0,0,0 +194546,0,0,0,0,0 +194547,0,0,0,0,0 +194548,0,0,0,0,0 +194549,0,0,0,0,0 +194550,0,0,0,0,0 +194551,0,0,0,0,0 +194552,0,0,0,0,0 +194553,0,0,0,0,0 +194554,0,0,0,0,0 +194555,0,0,0,0,0 +194556,0,0,0,0,0 +194557,0,0,0,0,0 +194558,0,0,0,0,0 +194559,0,0,0,0,0 +194560,0,0,0,0,0 +194561,0,0,0,0,0 +194562,0,0,0,0,0 +194563,0,0,0,0,0 +194564,0,0,0,0,0 +194565,0,0,0,0,0 +194566,0,0,0,0,0 +194567,0,0,0,0,0 +194568,0,0,0,0,0 +194569,0,0,0,0,0 +194570,0,0,0,0,0 +194571,0,0,0,0,0 +194572,0,0,0,0,0 +194573,0,0,0,0,0 +194574,0,0,0,0,0 +194575,0,0,0,0,0 +194576,0,0,0,0,0 +194577,0,0,0,0,0 +194578,0,0,0,0,0 +194579,0,0,0,0,0 +194580,0,0,0,0,0 +194581,0,0,0,0,0 +194582,0,0,0,0,0 +194583,0,0,0,0,0 +194584,0,0,0,0,0 +194585,0,0,0,0,0 +194586,0,0,0,0,0 +194587,0,0,0,0,0 +194588,0,0,0,0,0 +194589,0,0,0,0,0 +194590,0,0,0,0,0 +194591,0,0,0,0,0 +194592,0,0,0,0,0 +194593,0,0,0,0,0 +194594,0,0,0,0,0 +194595,0,0,0,0,0 +194596,0,0,0,0,0 +194597,0,0,0,0,0 +194598,0,0,0,0,0 +194599,0,0,0,0,0 +194600,0,0,0,0,0 +194601,0,0,0,0,0 +194602,0,0,0,0,0 +194603,0,0,0,0,0 +194604,0,0,0,0,0 +194605,0,0,0,0,0 +194606,0,0,0,0,0 +194607,0,0,0,0,0 +194608,0,0,0,0,0 +194609,0,0,0,0,0 +194610,0,0,0,0,0 +194611,0,0,0,0,0 +194612,0,0,0,0,0 +194613,0,0,0,0,0 +194614,0,0,0,0,0 +194615,0,0,0,0,0 +194616,0,0,0,0,0 +194617,0,0,0,0,0 +194618,0,0,0,0,0 +194619,0,0,0,0,0 +194620,0,0,0,0,0 +194621,0,0,0,0,0 +194622,0,0,0,0,0 +194623,0,0,0,0,0 +194624,0,0,0,0,0 +194625,0,0,0,0,0 +194626,0,0,0,0,0 +194627,0,0,0,0,0 +194628,0,0,0,0,0 +194629,0,0,0,0,0 +194630,0,0,0,0,0 +194631,0,0,0,0,0 +194632,0,0,0,0,0 +194633,0,0,0,0,0 +194634,0,0,0,0,0 +194635,0,0,0,0,0 +194636,0,0,0,0,0 +194637,0,0,0,0,0 +194638,0,0,0,0,0 +194639,0,0,0,0,0 +194640,0,0,0,0,0 +194641,0,0,0,0,0 +194642,0,0,0,0,0 +194643,0,0,0,0,0 +194644,0,0,0,0,0 +194645,0,0,0,0,0 +194646,0,0,0,0,0 +194647,0,0,0,0,0 +194648,0,0,0,0,0 +194649,0,0,0,0,0 +194650,0,0,0,0,0 +194651,0,0,0,0,0 +194652,0,0,0,0,0 +194653,0,0,0,0,0 +194654,0,0,0,0,0 +194655,0,0,0,0,0 +194656,0,0,0,0,0 +194657,0,0,0,0,0 +194658,0,0,0,0,0 +194659,0,0,0,0,0 +194660,0,0,0,0,0 +194661,0,0,0,0,0 +194662,0,0,0,0,0 +194663,0,0,0,0,0 +194664,0,0,0,0,0 +194665,0,0,0,0,0 +194666,0,0,0,0,0 +194667,0,0,0,0,0 +194668,0,0,0,0,0 +194669,0,0,0,0,0 +194670,0,0,0,0,0 +194671,0,0,0,0,0 +194672,0,0,0,0,0 +194673,0,0,0,0,0 +194674,0,0,0,0,0 +194675,0,0,0,0,0 +194676,0,0,0,0,0 +194677,0,0,0,0,0 +194678,0,0,0,0,0 +194679,0,0,0,0,0 +194680,0,0,0,0,0 +194681,0,0,0,0,0 +194682,0,0,0,0,0 +194683,0,0,0,0,0 +194684,0,0,0,0,0 +194685,0,0,0,0,0 +194686,0,0,0,0,0 +194687,0,0,0,0,0 +194688,0,0,0,0,0 +194689,0,0,0,0,0 +194690,0,0,0,0,0 +194691,0,0,0,0,0 +194692,0,0,0,0,0 +194693,0,0,0,0,0 +194694,0,0,0,0,0 +194695,0,0,0,0,0 +194696,0,0,0,0,0 +194697,0,0,0,0,0 +194698,0,0,0,0,0 +194699,0,0,0,0,0 +194700,0,0,0,0,0 +194701,0,0,0,0,0 +194702,0,0,0,0,0 +194703,0,0,0,0,0 +194704,0,0,0,0,0 +194705,0,0,0,0,0 +194706,0,0,0,0,0 +194707,0,0,0,0,0 +194708,0,0,0,0,0 +194709,0,0,0,0,0 +194710,0,0,0,0,0 +194711,0,0,0,0,0 +194712,0,0,0,0,0 +194713,0,0,0,0,0 +194714,0,0,0,0,0 +194715,0,0,0,0,0 +194716,0,0,0,0,0 +194717,0,0,0,0,0 +194718,0,0,0,0,0 +194719,0,0,0,0,0 +194720,0,0,0,0,0 +194721,0,0,0,0,0 +194722,0,0,0,0,0 +194723,0,0,0,0,0 +194724,0,0,0,0,0 +194725,0,0,0,0,0 +194726,0,0,0,0,0 +194727,0,0,0,0,0 +194728,0,0,0,0,0 +194729,0,0,0,0,0 +194730,0,0,0,0,0 +194731,0,0,0,0,0 +194732,0,0,0,0,0 +194733,0,0,0,0,0 +194734,0,0,0,0,0 +194735,0,0,0,0,0 +194736,0,0,0,0,0 +194737,0,0,0,0,0 +194738,0,0,0,0,0 +194739,0,0,0,0,0 +194740,0,0,0,0,0 +194741,0,0,0,0,0 +194742,0,0,0,0,0 +194743,0,0,0,0,0 +194744,0,0,0,0,0 +194745,0,0,0,0,0 +194746,0,0,0,0,0 +194747,0,0,0,0,0 +194748,0,0,0,0,0 +194749,0,0,0,0,0 +194750,0,0,0,0,0 +194751,0,0,0,0,0 +194752,0,0,0,0,0 +194753,0,0,0,0,0 +194754,0,0,0,0,0 +194755,0,0,0,0,0 +194756,0,0,0,0,0 +194757,0,0,0,0,0 +194758,0,0,0,0,0 +194759,0,0,0,0,0 +194760,0,0,0,0,0 +194761,0,0,0,0,0 +194762,0,0,0,0,0 +194763,0,0,0,0,0 +194764,0,0,0,0,0 +194765,0,0,0,0,0 +194766,0,0,0,0,0 +194767,0,0,0,0,0 +194768,0,0,0,0,0 +194769,0,0,0,0,0 +194770,0,0,0,0,0 +194771,0,0,0,0,0 +194772,0,0,0,0,0 +194773,0,0,0,0,0 +194774,0,0,0,0,0 +194775,0,0,0,0,0 +194776,0,0,0,0,0 +194777,0,0,0,0,0 +194778,0,0,0,0,0 +194779,0,0,0,0,0 +194780,0,0,0,0,0 +194781,0,0,0,0,0 +194782,0,0,0,0,0 +194783,0,0,0,0,0 +194784,0,0,0,0,0 +194785,0,0,0,0,0 +194786,0,0,0,0,0 +194787,0,0,0,0,0 +194788,0,0,0,0,0 +194789,0,0,0,0,0 +194790,0,0,0,0,0 +194791,0,0,0,0,0 +194792,0,0,0,0,0 +194793,0,0,0,0,0 +194794,0,0,0,0,0 +194795,0,0,0,0,0 +194796,0,0,0,0,0 +194797,0,0,0,0,0 +194798,0,0,0,0,0 +194799,0,0,0,0,0 +194800,0,0,0,0,0 +194801,0,0,0,0,0 +194802,0,0,0,0,0 +194803,0,0,0,0,0 +194804,0,0,0,0,0 +194805,0,0,0,0,0 +194806,0,0,0,0,0 +194807,0,0,0,0,0 +194808,0,0,0,0,0 +194809,0,0,0,0,0 +194810,0,0,0,0,0 +194811,0,0,0,0,0 +194812,0,0,0,0,0 +194813,0,0,0,0,0 +194814,0,0,0,0,0 +194815,0,0,0,0,0 +194816,0,0,0,0,0 +194817,0,0,0,0,0 +194818,0,0,0,0,0 +194819,0,0,0,0,0 +194820,0,0,0,0,0 +194821,-114.9026103,1568.505126,2521.716949,-41.45898295,-340.0848634 +194822,328.8042493,297.2382839,671.5550988,160.1273756,467.2611534 +194823,325.1397781,279.7734494,640.6501221,158.0735342,462.8278024 +194824,317.0472765,274.1689089,625.6605863,153.9395165,450.3101328 +194825,308.3601229,274.5267815,619.740476,149.6203646,435.8367087 +194826,300.7799856,276.4544865,617.0705533,145.9273899,422.400235 +194827,294.5759915,278.2774822,615.1699941,142.9563734,410.6946469 +194828,289.5069719,279.7767294,613.5123729,140.5658322,400.5172664 +194829,285.2883601,281.1378496,612.1900816,138.6023955,391.5362097 +194830,281.7346415,282.5203994,611.3202988,136.9677957,383.5161605 +194831,278.7264037,283.9869946,610.9213686,135.5983485,376.3159653 +194832,276.1904543,285.5428177,610.948378,134.4554042,369.8428314 +194833,274.0609068,287.1753826,611.3397409,133.5040918,364.0226594 +194834,272.2887582,294.3302084,612.0396289,132.7194264,358.788809 +194835,270.8226027,396.0323534,613.0028321,132.0775427,354.0801931 +194836,269.6262691,353.8142697,614.1928973,131.5574153,349.8414687 +194837,268.6648176,378.8219813,615.5795982,131.1415914,346.0233291 +194838,267.9072118,390.3601486,617.1371602,130.8157629,342.582015 +194839,267.3273732,401.1290585,618.8433784,130.5681292,339.4788561 +194840,266.9035642,411.889102,620.6790562,130.3888431,336.6795593 +194841,266.6175415,422.6133547,622.6276626,130.2696552,334.1538043 +194842,266.4537919,433.3917193,624.6749295,130.2036171,331.8746539 +194843,266.3990801,443.9552573,626.8085672,130.184885,329.8182732 +194844,266.442041,454.7564439,629.0179234,130.2085173,327.9634509 +194845,266.5729344,465.3502968,631.2937698,130.2703398,326.2913926 +194846,266.7833671,475.8961319,651.825761,130.3668009,324.7853388 +194847,267.0661217,486.6491389,776.1146878,130.4948811,323.4304172 +194848,267.4149508,497.0856504,725.4220485,130.6519912,322.2133361 +194849,267.8244547,507.8180469,754.4746808,130.8359119,321.1222841 +194850,268.2898706,518.3423134,768.6332236,131.0446951,320.1466179 +194851,268.8070095,528.018017,779.4488417,131.2766339,319.2768289 +194852,269.368206,537.5453209,790.0915314,131.5282786,318.5043286 +194853,269.9675614,546.8514017,800.1890382,131.7970217,317.8214355 +194854,270.6015195,556.5162344,810.3799039,132.081378,317.2212213 +194855,271.2679302,565.3419382,820.0306717,132.3805186,316.6975155 +194856,271.9651984,574.8949676,829.7115319,132.6938516,316.2447154 +194857,272.6919529,583.7464786,839.0029101,133.0208588,315.8578054 +194858,273.4469076,593.2756282,848.425401,133.3610328,315.5321905 +194859,274.2288861,601.8983467,857.4815478,133.7138926,315.2637302 +194860,275.0367935,611.0333386,866.2027342,134.0789751,315.0486046 +194861,275.8696382,619.7663263,875.0644826,134.4558485,314.883352 +194862,276.7264973,628.8777385,883.8485407,134.8440995,314.7647638 +194863,277.6065328,637.5684416,891.7197277,135.243343,314.6899336 +194864,278.5089511,646.1690168,900.5045283,135.6532055,314.656146 +194865,279.4330277,655.3649554,908.2780072,136.0733386,314.660944 +194866,280.3780643,663.5866302,916.2921528,136.5034002,314.7020118 +194867,281.3434229,672.3873658,924.1453958,136.9430719,314.777259 +194868,282.3284851,680.9306735,932.0295484,137.3920412,314.8847087 +194869,283.3326823,689.2518281,939.0899921,137.8500163,315.0225749 +194870,284.3554553,698.0745054,946.5210197,138.3167081,315.1891521 +194871,285.3962911,706.3534643,953.8831728,138.791848,315.382906 +194872,286.454684,719.3216185,960.9322492,139.2751702,315.6023667 +194873,287.530167,730.3042993,967.7948233,139.7664266,315.8462096 +194874,288.6222779,741.1878213,974.7103715,140.2653718,316.1131598 +194875,289.7305856,752.5379046,981.2695897,140.7717748,316.4020645 +194876,290.8546635,763.2629032,987.9151522,141.2854077,316.7118104 +194877,291.9941171,774.1520864,994.0282143,141.8060581,317.0413995 +194878,293.1485501,784.9300506,1000.460862,142.3335139,317.3898541 +194879,294.317598,795.642056,1006.754732,142.8675784,317.7563046 +194880,295.500889,806.28886,1012.560946,143.4080529,318.1398842 +194881,296.8002201,1246.83797,1973.507173,144.0011802,318.7255326 +194882,316.8116596,1272.041419,2007.844412,153.2469648,354.0345124 +194883,346.6080229,1292.544476,2032.91207,166.887852,408.3906165 +194884,376.9323675,1311.463646,2054.657661,180.5836046,465.2330978 +194885,403.8401953,1329.346377,2074.203462,192.5365682,517.1624254 +194886,426.8386976,1346.438576,2092.519128,202.5782892,562.8821865 +194887,446.6248937,1363.145867,2111.263653,211.08684,603.2656648 +194888,463.9528139,1379.156093,2141.840412,218.4497891,639.3808224 +194889,479.3523278,1395.116519,2124.42111,224.9354807,671.9836195 +194890,493.1678153,1410.850568,2156.822155,230.7163614,701.5617981 +194891,505.6440965,1426.091313,2175.408658,235.9130987,728.4664376 +194892,516.9779781,1441.452255,2185.139386,240.6208274,752.9905884 +194893,527.3379367,1456.437089,2200.502635,244.9193715,775.3972581 +194894,536.8693242,1471.311074,2214.42011,248.8762281,795.9243838 +194895,545.6961496,1485.949442,2227.896674,252.5478064,814.7846654 +194896,553.9230745,1500.648098,2241.096087,255.9807116,832.1661709 +194897,561.6380041,1514.834394,2254.07408,259.2132502,848.2343986 +194898,568.9146873,1529.231274,2282.829915,262.2768749,863.1348004 +194899,575.8150666,1543.275485,2254.722708,265.1974486,876.9953107 +194900,582.391218,1557.247265,2302.659958,267.9962655,889.9285201 +194901,588.686984,1571.069915,2300.362787,270.690889,902.0336155 +194902,594.7392835,1584.692615,2314.30122,273.2958121,913.3979741 +194903,600.5792611,1598.351612,2325.761136,275.8230211,924.0986649 +194904,606.2331841,1611.798135,2345.852145,278.2824288,934.2036404 +194905,611.7232533,1624.936777,2337.882775,280.6822559,943.7728959 +194906,617.0682344,1638.26168,2358.578481,283.0293226,952.8593927 +194907,622.2840395,1651.24807,2370.01048,285.3293112,961.5099706 +194908,626.9858825,1664.110995,2383.189346,287.4059219,969.0418997 +194909,627.0860225,1679.900014,2400.555479,337.9704081,968.0386713 +194910,734.4391342,1695.726262,2384.572308,372.0574055,966.8802136 +194911,829.7428914,1703.378264,2400.833155,357.5663814,965.6746549 +194912,783.0331697,1722.666157,2439.463986,375.3487037,964.4521178 +194913,823.8329287,1725.469543,2393.542228,384.2349972,963.2082769 +194914,841.9804375,1713.729327,2461.958995,392.7769786,961.9320258 +194915,859.3907968,1761.435352,2427.108557,401.2090051,960.6150497 +194916,876.2965795,1754.750423,2449.116834,409.3046599,959.2525808 +194917,892.9840621,1769.344308,2454.479094,417.4650071,957.841989 +194918,909.1664165,1780.207549,2460.739077,425.3133138,956.3815889 +194919,925.4773211,1790.814753,2467.545295,432.9780471,954.8701619 +194920,940.9603818,1801.297179,2474.089526,440.7200115,953.3067491 +194921,957.0269589,1811.625856,2480.330868,448.0324664,951.6906513 +194922,971.6012266,1821.826952,2486.197637,455.6422303,950.021393 +194923,987.1604652,1831.966101,2491.926626,462.527493,948.2987307 +194924,1001.557765,1841.763037,2497.732875,469.8790634,946.5225726 +194925,1016.711053,1851.612447,2508.804918,476.759577,944.6930141 +194926,1030.231503,1861.256898,2505.761984,483.6382258,942.668426 +194927,1045.050994,1870.777832,2514.217276,490.2892389,940.492203 +194928,1058.713876,1880.17835,2518.602417,497.2532713,938.2212782 +194929,1072.498515,1889.533626,2523.288209,503.345993,935.885282 +194930,1085.786322,1898.548442,2527.671625,510.1476342,933.493492 +194931,1099.582236,1907.545692,2531.938275,516.363745,931.0474347 +194932,1112.543118,1916.553837,2536.230654,522.494051,928.5473483 +194933,1125.602688,1925.351778,2540.194034,528.9074923,925.9941617 +194934,1138.444782,1933.893906,2549.378148,535.0126359,923.3893025 +194935,1150.84313,1942.489567,2545.563077,540.7771612,920.7344307 +194936,1163.846592,1950.893458,2551.524511,546.6443568,918.0310831 +194937,1176.346705,1959.189221,2555.005332,552.7217247,915.2807295 +194938,1188.0708,1967.374869,2557.726682,558.337758,1179.038435 +194939,1200.336847,1975.412582,2560.919832,564.0060503,1077.943296 +194940,1212.291957,1983.479803,2569.017903,569.638306,1113.009195 +194941,1441.711596,2077.049463,2434.330357,665.6690603,1588.292639 +194942,1884.680318,2290.238091,2543.814783,865.7656282,2335.858578 +194943,1347.666605,2037.525143,2364.930231,623.6933007,1365.540329 +194944,1935.309192,2333.045233,2534.502415,889.1873901,2423.68333 +194945,1373.875151,2035.813144,2364.913166,636.7781923,1383.76915 +194946,1976.389215,2359.44565,2538.833945,899.9198545,2448.741284 +194947,1371.165265,2046.66582,2371.540449,648.2301648,1405.877302 +194948,1994.832839,2374.921084,2547.29994,910.9616086,2485.316145 +194949,1587.600514,2142.619044,2552.655746,736.5159674,1713.785591 +194950,1749.774508,2275.478946,2551.681053,807.0607186,2030.536956 +194951,1734.900028,2229.747226,2550.039394,801.5000943,1980.33568 +194952,1745.371694,2251.407925,2549.240225,806.1483735,1991.566356 +194953,1755.806928,2255.970167,2550.210674,811.1975613,2001.003009 +194954,1766.373342,2262.546312,2552.522847,816.2398331,2010.425034 +194955,1776.78744,2268.957535,2555.399908,821.0286347,2019.692251 +194956,1786.974709,2275.822909,2560.188261,826.0762345,2028.512355 +194957,1796.908998,2281.911477,2562.114747,830.652406,2037.417211 +194958,1807.020811,2288.437675,2566.187972,835.5002865,2046.242315 +194959,1816.776385,2294.248005,2569.202257,840.1152653,2055.49632 +194960,1826.696639,2300.576639,2569.861657,844.8710753,2076.92035 +194961,1841.735348,2306.416458,2571.141674,849.2139272,2054.049261 +194962,1845.647788,2312.12722,2572.539998,853.9458002,2082.231054 +194963,1863.110662,2324.743497,2574.018836,858.2483684,2088.851763 +194964,1860.70029,2314.068384,2576.977754,862.5851447,2094.278854 +194965,1860.868332,2339.70448,2577.05932,867.170888,2102.607577 +194966,1894.014153,2325.723408,2577.600161,874.9247392,2110.627011 +194967,1892.32156,2334.186229,2579.599591,879.7433247,2117.724512 +194968,1903.740835,2338.222667,2578.711405,884.2302114,2125.117502 +194969,1912.65956,2342.833172,2580.225014,888.570265,2132.401135 +194970,1921.634997,2347.278046,2580.918734,893.0639462,2139.330575 +194971,1929.883476,2351.444912,2579.48903,897.0551453,2157.431868 +194972,1938.438312,2355.380819,2578.864044,901.2554932,2139.203695 +194973,1947.077952,2359.629771,2578.508348,905.2651106,2163.756281 +194974,1954.957463,2363.402217,2578.205441,909.2731971,2166.977649 +194975,1963.220894,2367.134342,2577.875197,913.1729732,2172.685198 +194976,1971.392851,2370.946942,2579.24335,917.1933435,2179.691873 +194977,1979.287884,2374.287702,2577.764927,920.8766746,2190.727965 +194978,1987.138621,2377.91801,2576.801656,924.8040694,2195.516995 +194979,1995.158199,2381.127437,2575.969649,928.4541558,2185.774825 +194980,2002.83336,2384.250383,2575.215418,932.2075903,2215.180342 +194981,2010.278205,2387.624639,2574.404507,935.8364254,2203.282197 +194982,2018.037423,2390.563372,2573.552598,939.3959685,2218.924922 +194983,2025.442192,2393.605003,2574.375769,942.9675679,2221.472949 +194984,2032.623744,2396.329197,2574.091186,946.5461654,2241.716237 +194985,2040.525414,2399.08177,2573.542588,949.9541204,2212.117089 +194986,2047.327817,2401.724507,2572.561999,953.3867283,2262.822148 +194987,2054.781044,2404.161361,2569.681021,956.9019328,2221.574492 +194988,2061.621234,2406.857642,2569.709966,960.2183168,2273.460177 +194989,2069.205088,2408.807457,2567.349677,963.5863935,2245.306459 +194990,2075.838334,2411.251738,2565.646295,966.8598254,2264.322492 +194991,2082.575071,2413.179221,2564.474881,970.1135181,2265.763745 +194992,2089.289839,2415.450309,2563.662741,973.2800313,2271.453923 +194993,2096.292731,2417.294435,2562.985819,976.5999128,2276.242679 +194994,2103.059468,2419.142534,2562.3382,979.6328676,2281.316396 +194995,2109.665994,2420.890634,2561.661384,982.8004699,2286.118828 +194996,2116.261116,2422.52698,2561.017876,985.8807353,2296.80297 +194997,2122.693766,2424.083566,2560.195152,988.9384092,2286.700297 +194998,2129.189153,2425.532884,2559.3145,991.9659229,2310.271363 +194999,2135.682172,2426.898498,2558.470563,994.9639699,2301.182928 +195000,2141.991323,2428.132958,2557.466256,997.8772414,2310.386223 +195001,2155.142319,2432.08651,2555.974046,1003.827715,2325.13899 +195002,2163.049707,2434.075988,2555.191278,1007.418143,2331.588648 +195003,2170.442904,2435.472983,2554.718799,1010.718429,2336.659153 +195004,2177.446071,2436.861444,2554.194289,1014.135754,2342.209027 +195005,2184.708516,2437.964261,2553.518136,1017.334127,2347.217706 +195006,2191.694146,2439.049043,2552.691351,1020.544637,2351.986056 +195007,2198.366142,2440.193619,2551.751709,1023.629768,2357.066035 +195008,2205.36169,2440.748385,2550.726471,1026.836073,2361.713602 +195009,2212.246864,2441.593124,2549.636013,1029.751584,2366.187499 +195010,2218.535813,2442.212521,2548.508773,1032.988834,2371.007757 +195011,2225.442161,2442.737996,2547.353228,1035.861015,2375.370671 +195012,2232.017849,2443.139221,2546.168303,1038.963913,2379.745536 +195013,2240.723587,2443.577001,2545.073316,1041.823039,2389.569374 +195014,2248.682502,2443.792152,2543.930124,1044.863985,2386.086287 +195015,2251.7861,2443.947726,2542.623877,1047.671902,2393.047658 +195016,2266.763534,2444.025702,2541.308481,1050.662526,2397.393068 +195017,2254.812379,2443.98976,2540.042292,1053.421752,2401.061535 +195018,2263.163565,2443.857498,2538.793951,1056.364702,2405.129705 +195019,2283.027272,2443.681348,2537.517542,1059.077685,2409.10174 +195020,2280.613183,2443.393533,2536.337492,1061.915007,2418.344152 +195021,2288.966876,2442.999772,2535.144436,1064.734696,2415.179767 +195022,2294.940896,2442.493032,2533.777294,1067.454762,2421.167723 +195023,2301.207853,2441.951483,2532.572971,1070.134199,2424.909674 +195024,2307.061401,2441.486308,2531.212761,1072.937176,2428.62924 +195025,2313.255511,2440.463788,2529.995532,1075.522372,2437.133495 +195026,2319.157346,2439.809176,2528.786799,1078.294402,2434.346178 +195027,2325.080635,2438.759276,2527.41538,1080.840901,2438.983198 +195028,2330.87533,2437.843658,2526.03358,1083.574059,2443.177428 +195029,2336.766901,2436.71844,2524.855637,1086.082766,2451.101535 +195030,2342.59664,2435.552312,2523.712234,1089.044272,2448.878593 +195031,2348.345367,2434.032751,2522.520538,1092.686305,2457.301402 +195032,2353.779485,2432.498968,2521.289042,1093.6064,2455.825455 +195033,2359.651359,2430.747946,2520.035839,1098.312665,2463.102583 +195034,2364.780565,2428.953636,2518.749073,1098.043296,2461.926242 +195035,2370.535372,2427.218611,2517.393826,1104.382852,2466.655415 +195036,2375.76528,2424.961455,2515.949737,1101.613439,2465.658988 +195037,2381.350127,2423.048824,2516.14106,1110.809028,2465.919209 +195038,2386.520413,2420.647545,2513.186829,1105.021895,2461.049159 +195039,2392.037148,2418.567993,2512.141926,1118.128689,2458.836702 +195040,2397.270714,2415.926081,2508.442657,1106.645164,2453.61761 +195041,2409.78075,2413.57012,2505.23344,1128.466656,2449.230598 +195042,2401.143716,2410.978983,2502.215045,1103.384419,2445.251889 +195043,2411.829272,2408.43852,2501.031975,1117.149632,2443.691574 +195044,2419.757428,2405.468998,2497.284029,1125.933433,2439.080791 +195045,2422.700501,2402.767403,2494.110282,1122.415891,2435.275405 +195046,2428.152834,2399.830114,2491.176755,1126.407178,2431.832919 +195047,2433.589952,2396.907214,2490.075515,1128.418888,2430.717733 +195048,2438.237698,2393.771702,2487.970671,1130.766171,2428.639081 +195049,2443.545918,2390.496306,2483.787558,1132.839622,2424.142455 +195050,2448.351941,2387.352588,2480.42401,1135.10671,2420.63351 +195051,2453.521809,2384.112235,2479.132304,1137.228313,2419.612763 +195052,2458.43583,2380.600906,2477.179217,1139.367765,2417.686319 +195053,2480.292886,2377.025582,2473.301552,1141.443107,2413.319102 +195054,2442.997101,2373.561749,2470.310418,1143.582017,2409.978596 +195055,2485.258239,2369.890608,2467.691196,1145.68503,2407.049869 +195056,2475.57659,2366.275966,2466.935281,1147.895574,2406.387915 +195057,2483.023057,2362.35127,2465.363193,1149.783483,2404.710364 +195058,2487.973867,2358.717789,2463.505979,1151.999446,2402.66415 +195059,2499.781867,2354.501957,2461.479153,1153.948088,2400.400467 +195060,2495.863158,2350.498908,2457.695489,1156.091126,2395.919147 +195061,2376.714956,2286.929235,2454.964989,1104.73362,2393.14517 +195062,2392.093503,2289.756662,2446.665894,1105.606055,2381.918052 +195063,2388.845968,2280.810105,2435.906338,1106.835974,2366.878785 +195064,2393.516407,2276.483226,2426.173574,1108.242776,2352.397314 +195065,2396.871415,2271.5084,2418.269503,1109.546984,2340.067003 +195066,2405.745992,2266.423284,2412.044185,1110.96175,2329.895179 +195067,2400.489374,2261.311967,2407.023876,1112.505014,2321.388302 +195068,2431.26288,2256.152114,2402.766614,1113.920883,2314.031013 +195069,2374.155856,2251.075937,2399.077401,1115.402262,2307.590471 +195070,2432.926986,2245.676729,2397.498184,1116.879358,2303.957096 +195071,2414.338042,2240.360431,2395.198373,1118.424641,2299.661101 +195072,2422.096437,2235.010421,2390.999143,1119.804404,2293.233487 +195073,2425.60764,2229.597883,2387.70762,1121.335688,2288.073022 +195074,2431.885247,2224.11493,2384.613011,1122.806827,2283.522228 +195075,2439.043379,2218.554061,2381.957049,1124.287713,2279.384148 +195076,2430.540956,2213.003448,2379.483639,1125.768386,2275.579612 +195077,2436.47592,2207.345781,2377.146688,1127.247925,2272.049354 +195078,2447.368285,2201.673538,2374.877872,1128.724534,2268.701067 +195079,2446.308225,2196.095944,2374.384978,1130.203431,2267.611971 +195080,2464.791209,2190.046487,2373.168704,1131.677207,2265.49614 +195081,2434.137459,2184.289873,2371.433061,1133.151447,2263.071726 +195082,2483.071997,2178.419707,2369.522333,1134.623376,2260.492622 +195083,2444.353268,2172.448453,2367.520916,1136.093737,2257.838154 +195084,2465.673147,2166.419779,2363.585576,1137.561279,2253.074428 +195085,2492.239692,2160.405942,2360.740324,1139.099067,2249.394483 +195086,2440.943831,2154.27166,2358.304757,1140.458474,2246.207274 +195087,2514.034296,2148.181652,2356.439618,1141.972959,2243.726737 +195088,2458.499182,2141.95458,2354.782453,1143.352268,2241.524292 +195089,2498.73884,2135.734118,2353.032119,1144.919774,2239.236182 +195090,2483.607914,2129.631521,2352.96558,1146.328137,2239.031962 +195091,2492.763603,2122.976308,2350.249915,1147.751182,2235.62093 +195092,2495.516952,2116.585744,2348.34447,1149.15529,2233.21188 +195093,2498.775968,2110.111348,2346.859616,1150.622686,2231.321442 +195094,2502.161877,2103.501882,2345.588599,1151.908084,2229.701496 +195095,2505.634151,2096.88625,2344.436299,1153.346557,2228.240026 +195096,2508.998262,2090.270317,2343.53975,1154.719191,2226.869198 +195097,2512.23562,2083.674503,2342.470912,1156.098617,2225.548223 +195098,2515.886209,2073.033909,2341.444763,1157.474704,2224.290392 +195099,2519.170852,2070.252979,2340.524347,1158.847399,2223.163293 +195100,2522.527911,2048.954612,2339.775339,1160.216693,2222.243042 +195101,2525.980977,2080.914886,2340.870979,1161.583811,2223.587844 +195102,2529.284766,2025.151303,2339.384041,1162.944564,2221.771049 +195103,2532.66539,2061.072953,2338.523068,1164.305884,2220.714957 +195104,2535.803927,2010.540766,2337.882856,1165.661119,2219.910657 +195105,2539.483327,2039.996002,2339.090018,1167.016726,2221.362575 +195106,2542.592511,2013.973398,2337.652685,1168.364732,2219.56443 +195107,2546.062566,2014.245064,2338.539161,1169.715603,2220.611648 +195108,2549.266087,2005.429614,2336.948542,1171.058085,2218.602255 +195109,2552.608228,1998.817306,2336.025555,1172.402201,2217.387754 +195110,2555.966552,2009.362025,2335.320672,1173.741632,2216.410678 +195111,2559.183551,1959.029751,2334.788305,1175.079083,2215.621513 +195112,2562.611087,2001.056404,2336.067293,1176.414677,2217.048743 +195113,2565.595288,1951.145743,2336.613855,1177.746274,2217.342282 +195114,2569.117573,1970.978538,2334.88061,1179.075812,2215.082693 +195115,2572.30223,1954.090275,2333.886424,1180.404645,2213.719089 +195116,2575.632652,1948.730858,2333.175419,1181.730092,2212.670988 +195117,2578.81743,1962.036963,2332.596105,1183.053852,2211.75596 +195118,2590.097193,1905.019637,2332.285109,1184.375541,2211.153868 +195119,2573.694818,1960.90361,2331.890265,1185.695103,2210.434428 +195120,2601.271864,1888.399631,2331.530632,1187.012861,2209.747935 +195121,2329.62641,1815.82579,2330.146968,1079.123759,2208.201228 +195122,2354.775415,1788.939957,2315.024652,1077.699301,2186.802872 +195123,2339.667663,1782.610459,2294.505041,1076.992562,2156.473756 +195124,2345.589501,1773.584964,2275.647283,1076.759894,2127.458047 +195125,2346.159111,1764.762322,2260.995138,1076.644783,2103.157331 +195126,2345.756591,1756.061671,2250.080842,1076.657165,2083.570817 +195127,2352.324899,1747.338039,2241.878815,1076.74844,2067.644671 +195128,2339.033881,1738.954925,2235.510745,1076.895431,2054.398972 +195129,2377.025995,1730.399827,2230.342211,1077.084913,2043.08979 +195130,2311.453719,1722.09565,2226.080634,1077.309174,2033.355028 +195131,2390.986275,1713.560066,2222.504665,1077.562914,2024.901586 +195132,2312.570183,1705.179314,2219.429026,1077.842808,2017.472197 +195133,2392.005259,1697.029713,2216.744821,1078.146007,2010.89913 +195134,2315.635024,1688.707828,2216.117072,1078.472329,2007.180395 +195135,2393.168134,1680.509691,2213.048896,1078.814694,2000.808481 +195136,2330.979522,1672.237476,2210.658398,1079.179981,1995.533832 +195137,2364.051494,1664.272478,2208.460865,1079.56084,1990.722682 +195138,2349.428373,1675.397623,2206.354653,1079.959177,1986.223066 +195139,2386.15968,1620.470233,2204.471141,1080.373978,1982.173132 +195140,2325.139608,1668.259483,2204.546872,1080.805349,1980.674927 +195141,2401.492641,1607.945491,2202.275407,1081.249353,1976.47382 +195142,2325.345987,1634.417824,2202.445093,1081.711922,1975.378763 +195143,2404.319693,1614.276012,2200.126418,1082.184808,1971.366606 +195144,2328.261593,1608.606019,2200.141152,1082.67585,1970.288711 +195145,2407.23988,1600.830107,2197.751481,1083.176563,1966.359762 +195146,2344.671068,1593.313556,2195.958025,1083.764231,1963.21394 +195147,2390.57763,1585.634538,2194.211878,1084.187632,1960.167369 +195148,2353.438576,1578.206225,2194.253821,1084.781043,1959.342095 +195149,2397.013746,1570.568873,2191.902002,1085.321028,1955.648956 +195150,2366.781214,1563.215055,2190.201863,1085.889095,1952.78377 +195151,2382.384295,1555.692507,2188.595717,1086.434871,1950.054845 +195152,2379.791808,1548.487981,2188.964187,1086.987938,1949.7618 +195153,2382.237784,1541.137443,2186.892846,1087.543826,1946.537822 +195154,2383.844966,1533.937478,2185.523844,1088.113617,1944.19962 +195155,2385.338953,1526.792381,2184.440536,1088.689455,1942.22841 +195156,2387.35759,1519.818364,2185.252996,1089.276032,1942.591582 +195157,2388.906153,1512.655151,2183.495105,1089.866552,1939.85439 +195158,2390.781812,1505.870462,2184.08938,1090.47193,1940.006716 +195159,2392.469904,1499.00907,2182.229513,1091.078543,1937.183927 +195160,2394.347004,1492.189763,2181.052373,1091.626644,1935.194641 +195161,2396.096557,1485.566689,2180.129761,1092.358552,1933.509059 +195162,2397.97718,1478.983787,2181.075512,1092.941862,1934.104522 +195163,2399.751771,1472.368578,2179.437102,1093.592288,1931.563863 +195164,2401.673321,1468.094455,2180.136863,1094.242329,1931.8825 +195165,2403.482078,1463.346269,2178.37442,1094.895847,1929.202404 +195166,2405.372755,1458.704628,2177.284425,1095.558699,1927.33335 +195167,2407.286355,1453.934676,2176.443846,1096.227029,1925.753262 +195168,2409.161191,1449.429901,2175.743044,1096.901954,1924.334004 +195169,2411.132473,1444.918648,2176.852817,1097.583654,1925.1259 +195170,2412.799805,1440.488242,2175.350668,1098.269838,1922.743567 +195171,2415.087009,1436.046607,2176.174089,1098.964014,1923.202911 +195172,2416.834724,1431.907702,2174.539237,1099.661516,1920.662235 +195173,2418.881133,1427.650891,2175.297174,1100.366592,1921.034405 +195174,2420.750068,1423.54966,2173.635402,1101.146879,1918.447022 +195175,2422.810189,1419.521924,2172.670455,1101.754202,1916.695441 +195176,2424.723323,1415.577467,2171.968086,1102.524262,1915.246328 +195177,2426.73162,1411.720872,2171.410183,1103.237012,1913.962423 +195178,2428.719515,1407.952991,2170.940383,1103.964699,1912.781899 +195179,2430.766704,1404.533475,2170.525876,1104.697079,1911.668425 +195180,2432.695376,1401.127252,2170.146489,1105.433551,1910.598297 +195181,2672.150365,1504.821769,2175.697341,1212.755789,1916.702927 +195182,2675.980343,1503.940291,2193.624277,1216.989074,1941.387636 +195183,2681.82348,1502.500249,2217.043377,1219.654838,1974.803883 +195184,2686.184748,1500.809863,2236.556354,1222.204569,2005.128795 +195185,2689.734847,1499.3725,2251.268566,1224.700979,2029.288415 +195186,2693.7302,1497.448833,2261.495602,1227.3114,2048.016854 +195187,2697.436663,1495.797799,2268.713543,1229.741778,2062.394383 +195188,2701.05656,1494.05167,2274.029492,1232.394292,2073.899516 +195189,2704.44429,1492.32593,2278.333698,1235.007911,2083.372388 +195190,2708.490403,1490.613377,2283.334672,1237.661456,2093.416082 +195191,2711.427564,1488.909933,2285.122619,1240.363667,2099.035524 +195192,2715.00993,1487.226931,2287.046539,1243.121469,2104.375955 +195193,2718.475543,1485.557727,2288.852061,1245.932873,2109.155151 +195194,2721.707377,1483.905467,2290.524708,1248.799658,2113.400355 +195195,2725.090817,1482.270375,2292.074047,1251.722626,2117.169623 +195196,2728.601308,1480.560043,2295.199168,1254.782962,2122.605586 +195197,2731.298997,1479.092913,2295.590892,1257.695251,2124.434628 +195198,2742.12754,1477.444513,2296.626212,1260.846729,2126.838726 +195199,2728.468218,1475.890893,2299.31682,1263.983968,2131.090118 +195200,2750.680838,1474.338767,2299.373941,1267.18607,2131.927225 +195201,2742.743027,1472.805281,2300.174991,1270.450723,2133.530196 +195202,2746.956158,1471.286895,2301.037528,1273.68797,2135.069561 +195203,2751.418074,1469.78653,2303.57279,1277.187126,2138.561344 +195204,2753.213992,1468.299749,2303.542427,1280.562843,2138.795306 +195205,2756.715298,1466.832559,2304.084696,1284.068357,2139.648841 +195206,2759.677457,1465.380274,2304.815793,1287.618959,2140.650158 +195207,2762.502334,1463.945123,2305.628886,1291.310949,2141.680017 +195208,2765.270782,1462.526299,2306.467022,1294.852816,2142.681574 +195209,2768.750786,1461.218598,2308.98378,1301.252412,2145.71475 +195210,2770.683952,1459.694069,2308.865326,1302.1662,2145.459291 +195211,2773.978321,1458.333305,2309.293098,1311.763243,2145.838823 +195212,2783.754425,1456.895806,2310.074267,1303.638852,2146.617618 +195213,2770.216129,1455.482206,2310.790001,1312.593774,2147.290887 +195214,2791.184621,1454.080928,2311.453804,1319.77005,2147.884626 +195215,2783.518715,1452.692953,2312.466655,1320.993896,2148.66075 +195216,2787.518416,1451.317569,2313.162981,1325.733909,2149.28153 +195217,2791.075977,1449.867208,2315.419867,1329.839407,2152.035061 +195218,2792.602139,1448.649322,2315.055994,1333.882507,2151.339095 +195219,2795.693928,1447.254079,2315.257092,1338.204508,2151.319067 +195220,2798.077347,1445.947375,2315.659069,1342.470824,2151.521632 +195221,2800.912954,1444.642631,2316.166082,1346.659702,2151.835813 +195222,2803.503595,1443.351749,2316.72348,1351.077207,2152.202303 +195223,2806.703674,1442.076668,2318.97404,1355.479673,2154.656358 +195224,2815.223771,1440.813154,2318.757172,1359.944159,2154.077958 +195225,2803.340102,1439.567574,2318.948502,1364.47212,2153.998392 +195226,2821.856446,1438.33611,2320.930783,1369.142391,2156.117163 +195227,2816.586141,1437.11691,2320.561081,1373.642228,2155.333865 +195228,2818.494691,1435.915611,2320.700932,1378.402777,2155.169138 +195229,2821.940443,1434.727734,2320.938272,1383.138694,2155.108749 +195230,2824.73206,1433.555031,2321.312485,1387.944436,2155.205026 +195231,2834.163968,1432.397557,2321.934664,1392.807597,2155.601615 +195232,2823.418716,1431.255871,2324.135737,1397.727879,2157.951753 +195233,2839.234114,1430.126968,2325.292838,1402.699494,2159.032102 +195234,2835.386078,1429.013126,2324.530133,1407.727917,2157.751632 +195235,2836.70158,1427.916238,2324.432575,1412.817297,2157.275675 +195236,2840.941542,1426.833745,2326.188522,1417.959947,2159.069309 +195237,2849.464642,1425.762753,2325.668854,1423.153985,2158.050145 +195238,2839.878826,1424.71191,2327.369519,1428.4104,2159.770492 +195239,2852.143825,1423.669432,2326.539418,1439.533878,2158.36599 +195240,2852.844865,1422.737403,2328.208434,1430.49819,2160.042584 +195241,2873.3693,1444.410806,2329.360781,1471.41859,2161.142377 +195242,2873.829118,1444.885082,2330.752799,1473.197226,2162.865155 +195243,2876.38125,1444.730896,2333.670737,1480.531875,2166.803943 +195244,2878.892416,1444.547862,2336.406219,1486.725205,2170.646572 +195245,2880.811047,1444.273486,2338.493708,1493.049484,2173.704627 +195246,2882.137347,1443.953039,2339.949131,1500.96967,2175.942178 +195247,2883.023158,1443.607455,2340.91954,1513.650798,2177.712418 +195248,2883.692742,1443.249101,2341.592361,1500.809212,2178.798142 +195249,2884.262451,1442.885324,2342.074341,1520.486224,2179.564686 +195250,2884.729939,1442.519908,2342.38809,1525.227294,2180.046626 +195251,2885.140506,1442.155768,2342.580844,1530.360525,2180.307995 +195252,2885.503684,1441.794107,2342.673456,1548.877083,2180.583161 +195253,2885.901376,1441.436432,2342.730188,1526.716819,2180.499801 +195254,2886.304744,1441.083032,2342.743214,1568.728328,2180.308847 +195255,2886.711154,1440.735009,2342.719454,1539.870839,2180.029165 +195256,2887.122696,1440.392346,2342.666987,1579.051261,2179.795048 +195257,2887.501221,1440.146849,2342.56672,1571.174631,2179.359376 +195258,2887.961184,1439.681066,2342.49531,1560.229305,2178.624852 +195259,2888.613324,1439.421087,2342.527185,1608.332029,2178.306601 +195260,2889.299321,1439.089121,2342.56634,1574.377948,2178.102001 +195261,2890.038137,1438.776831,2342.628194,1609.180254,2177.760273 +195262,2890.865362,1438.471198,2342.737483,1600.672605,2177.455168 +195263,2891.801071,1438.172,2342.908738,1612.532672,2177.429561 +195264,2892.994989,1437.879105,2343.239208,1618.404668,2177.402513 +195265,2894.434421,1437.592577,2343.724071,1625.443472,2177.550806 +195266,2898.701941,1437.314118,2346.01279,1632.318865,2179.883729 +195267,2898.951451,1437.036062,2345.772683,1639.246851,2179.370393 +195268,2900.100842,1436.770224,2346.10828,1646.15326,2179.361074 +195269,2901.562306,1436.507221,2346.631347,1653.359282,2179.563299 +195270,2903.202651,1436.250575,2347.257988,1660.269923,2179.878947 +195271,2904.948424,1435.941308,2347.946677,1667.18381,2180.263373 +195272,2909.422286,1435.627357,2350.370877,1674.327185,2182.793963 +195273,2909.909519,1435.306901,2350.281256,1687.074057,2182.25278 +195274,2911.236167,1434.993058,2350.722921,1685.506756,2182.375879 +195275,2912.727208,1434.677256,2351.252563,1696.185244,2182.605478 +195276,2914.380684,1434.363532,2351.86922,1702.801645,2182.940026 +195277,2916.145836,1434.051495,2352.545911,1709.557401,2183.55841 +195278,2917.949941,1433.741009,2353.241251,1716.702138,2184.000325 +195279,2919.782396,1433.43246,2353.950998,1723.537452,2184.460483 +195280,2921.64146,1433.125503,2354.674839,1730.85867,2184.942158 +195281,2923.521217,1432.820428,2355.409092,1737.834633,2185.442028 +195282,2925.413268,1432.516877,2356.148371,1744.941968,2185.953224 +195283,2927.316824,1432.21514,2356.89206,1751.900758,2186.474334 +195284,2929.235967,1431.914839,2357.642689,1759.195944,2187.007908 +195285,2931.16956,1431.524638,2358.399543,1766.307614,2187.552651 +195286,2933.110954,1431.361857,2359.158443,1773.392773,2188.103129 +195287,2935.059588,1431.001978,2359.919049,1780.404906,2188.658708 +195288,2937.020308,1430.721121,2360.877667,1787.74382,2189.223028 +195289,2939.119673,1430.428574,2361.721302,1800.192135,2189.896277 +195290,2941.223334,1430.136698,2362.561807,1799.947844,2190.574703 +195291,2943.257899,1429.846143,2363.357889,1812.297879,2191.201201 +195292,2945.466653,1429.55655,2364.26562,1823.02875,2191.9666 +195293,2948.160023,1429.268322,2365.30231,1832.050725,2192.893094 +195294,2950.618461,1428.980455,2366.390562,1841.37088,2193.886889 +195295,2953.250412,1428.694087,2367.599182,1856.269936,2195.035038 +195296,2955.934311,1428.408113,2368.845341,1859.17102,2196.444103 +195297,2958.49237,1428.122985,2370.013229,1870.635393,2197.553615 +195298,2961.047458,1427.83829,2371.178922,1880.302048,2198.659731 +195299,2963.789698,1427.554359,2372.462479,1894.33283,2199.914424 +195300,2966.556514,1427.270571,2373.761693,1898.073849,2201.192351 +195301,2969.791681,1393.745064,2375.895733,1876.862419,2204.358437 +195302,2966.868023,1392.843518,2373.560364,1884.893729,2201.042551 +195303,2961.824626,1392.120862,2369.529159,1898.780778,2194.957886 +195304,2957.904361,1391.384789,2366.092008,1901.89528,2189.311732 +195305,2955.862346,1390.662308,2363.85117,1912.197622,2185.087037 +195306,2955.659237,1389.943558,2362.833604,1926.683313,2182.445924 +195307,2956.647582,1389.139477,2362.648849,1930.043068,2180.968226 +195308,2958.252276,1388.550553,2362.937646,1943.963151,2180.235667 +195309,2960.191379,1387.775147,2363.517194,1948.447961,2180.027245 +195310,2962.33316,1387.160201,2364.294424,1961.191398,2180.221644 +195311,2964.73701,1386.317347,2365.296154,1970.975269,2180.841921 +195312,2967.141257,1385.661284,2366.34622,1974.490631,2181.657058 +195313,2969.237519,1384.930362,2367.238466,1980.163649,2182.397038 +195314,2973.672768,1384.211733,2369.649211,1987.482002,2185.140348 +195315,2973.818622,1383.486716,2369.366563,1989.743132,2184.63135 +195316,2974.411236,1382.764964,2369.372192,1992.821968,2184.557276 +195317,2974.923572,1382.03879,2369.308729,1996.33582,2184.451227 +195318,2975.337143,1381.311062,2369.159622,2000.143897,2184.28548 +195319,2975.669907,1380.496042,2368.938424,2004.118771,2184.075136 +195320,2975.937002,1379.890087,2368.658036,2008.360485,2183.835236 +195321,2976.154596,1379.097402,2368.331334,2012.417494,2183.580252 +195322,2976.34059,1378.375165,2367.971561,2016.482252,2183.32472 +195323,2976.508172,1377.639146,2367.588608,2020.559941,2183.078913 +195324,2976.675434,1373.47248,2367.195786,2024.658498,2182.857473 +195325,2976.764135,1372.139794,2366.415003,2029.154425,2182.668139 +195326,2979.427625,1371.062482,2367.067045,2035.696955,2184.600424 +195327,2978.099295,1370.04659,2365.166146,2039.411247,2183.439201 +195328,2977.57948,1369.068127,2363.83259,2043.57736,2182.927987 +195329,2977.310884,1368.10664,2362.716803,2047.822696,2182.592122 +195330,2977.188249,1367.158092,2361.742488,2052.100947,2182.353485 +195331,2977.154323,1366.143431,2360.863621,2056.392425,2182.181647 +195332,2977.160231,1365.119631,2360.040944,2060.653067,2182.058063 +195333,2977.177585,1364.093291,2359.250447,2064.864612,2181.97152 +195334,2977.194961,1363.065067,2358.480328,2069.030945,2181.915333 +195335,2977.209361,1362.035805,2357.724949,2073.163119,2181.884907 +195336,2977.218769,1361.005101,2356.979898,2077.45364,2181.87524 +195337,2977.222729,1359.973402,2356.242298,2081.508672,2181.882821 +195338,2977.223287,1358.940161,2355.511323,2085.54259,2181.906682 +195339,2977.221155,1357.905762,2354.785724,2089.567259,2181.945292 +195340,2977.215592,1356.869647,2354.063682,2093.585447,2181.996333 +195341,2977.205778,1355.832202,2353.343574,2097.595283,2182.057626 +195342,2977.191251,1354.792885,2352.624174,2101.594114,2182.127411 +195343,2977.170963,1353.836422,2351.904052,2105.579523,2182.203611 +195344,2977.143486,1352.669622,2351.181654,2109.720702,2182.283976 +195345,2977.109708,1351.684281,2350.456933,2113.630782,2182.368117 +195346,2977.072239,1350.625333,2349.731038,2117.524623,2182.457163 +195347,2977.030452,1349.576684,2349.003182,2121.598292,2182.549861 +195348,2976.984217,1348.526237,2348.272937,2125.397231,2182.645436 +195349,2976.934802,1347.473992,2347.540813,2129.316029,2182.744294 +195350,2976.885406,1346.419502,2346.808604,2132.806529,2182.848478 +195351,2976.837253,1345.36317,2346.0769,2136.614304,2182.958559 +195352,2976.785135,1344.304535,2345.342263,2140.597914,2183.07011 +195353,2976.724119,1343.24401,2344.601378,2144.589214,2183.178824 +195354,2976.655419,1342.09704,2343.854782,2148.394714,2183.285162 +195355,2976.582099,1341.155694,2343.104187,2152.169567,2183.391047 +195356,2976.50559,1340.029606,2342.350355,2155.92736,2183.497278 +195357,2976.424507,1338.972868,2341.592284,2159.87384,2183.602487 +195358,2976.338092,1337.901644,2340.829357,2163.613276,2183.705815 +195359,2976.248221,1336.82806,2340.062664,2167.328521,2183.808522 +195360,2976.156194,1335.752036,2339.292952,2171.028422,2183.911461 +195361,2976.97256,1268.47269,2339.356277,2175.17964,2185.460445 +195362,2968.333697,1266.757524,2332.34675,2173.621606,2176.350925 +195363,2955.71152,1265.27128,2322.201526,2170.185385,2162.004826 +195364,2944.447055,1263.844492,2312.788796,2168.326919,2147.955463 +195365,2936.446658,1262.440773,2305.547508,2168.986579,2136.456783 +195366,2931.362341,1261.047396,2300.331248,2171.558857,2127.381354 +195367,2928.206832,1259.659578,2296.527401,2175.128266,2120.500139 +195368,2926.158457,1258.277623,2293.607447,2179.049283,2115.002074 +195369,2924.443036,1256.898817,2291.245851,2183.015485,2110.495144 +195370,2923.403711,1255.522586,2289.264109,2186.929924,2106.750675 +195371,2922.616603,1254.147903,2287.558431,2190.778602,2103.623947 +195372,2921.994426,1252.773758,2286.059499,2194.769797,2101.009342 +195373,2921.481698,1251.399603,2284.717041,2198.494939,2098.823523 +195374,2921.043067,1250.024811,2283.493907,2202.158544,2096.999213 +195375,2920.653562,1248.649118,2282.361308,2205.772294,2095.479941 +195376,2920.206038,1274.949681,2281.240469,2209.278462,2094.147999 +195377,2919.887867,1204.849369,2280.24108,2212.820696,2093.120529 +195378,2919.66603,1264.33632,2279.336074,2216.380941,2092.347375 +195379,2919.270234,1259.018885,2278.349617,2219.771684,2091.595491 +195380,2921.553581,1212.98403,2279.090676,2225.008743,2093.098413 +195381,2919.963995,1252.851428,2277.415972,2227.436369,2091.712842 +195382,2919.027893,1254.029377,2276.173512,2230.304875,2090.945566 +195383,2918.366576,1212.243931,2275.106607,2233.373109,2090.458087 +195384,2917.823097,1272.146393,2274.115182,2236.520507,2090.119671 +195385,2917.377829,1196.252437,2273.191346,2239.716069,2089.918127 +195386,2916.632688,1276.627431,2272.091491,2242.883784,2089.782798 +195387,2911.51844,1189.735995,2271.117717,2245.925324,2089.603105 +195388,2908.345945,1273.351711,2269.957528,2248.716776,2089.226552 +195389,2905.973293,1189.030539,2268.681321,2251.35645,2088.739383 +195390,2895.418773,1266.586386,2267.188375,2253.745077,2088.012511 +195391,2905.717052,1190.503417,2265.730937,2256.172034,2087.354229 +195392,2893.697396,1258.116606,2264.371154,2258.658514,2086.852293 +195393,2894.657634,1192.946199,2262.925132,2260.961589,2086.287053 +195394,2894.063142,1248.824987,2261.496889,2263.192801,2085.788778 +195395,2892.254309,1195.931258,2260.167846,2265.453075,2085.455696 +195396,2882.298276,1239.259342,2258.696793,2267.481805,2084.984713 +195397,2892.777125,1198.888091,2257.264476,2269.494296,2084.595471 +195398,2879.275432,1229.778391,2255.907615,2271.538332,2084.329863 +195399,2881.009951,1201.830818,2254.43687,2273.402206,2083.950412 +195400,2880.205644,1220.195142,2253.006998,2275.263371,2083.64624 +195401,2877.964263,1204.784311,2251.666998,2277.177861,2083.476002 +195402,2876.146279,1211.171743,2251.959886,2281.057334,2085.358386 +195403,2864.021613,1206.851681,2249.532976,2281.56246,2083.70332 +195404,2877.394868,1205.721479,2247.697173,2282.700035,2083.007603 +195405,2860.510211,1204.115581,2246.122866,2284.14981,2082.639805 +195406,2872.358011,1202.497847,2244.669057,2285.733964,2082.425342 +195407,2854.369153,1200.873629,2243.207405,2287.275311,2082.21004 +195408,2859.867669,1199.243771,2241.6326,2288.639382,2081.86625 +195409,2857.661224,1197.608263,2240.154681,2290.063805,2081.652316 +195410,2854.190642,1195.96743,2238.768782,2291.543681,2081.562228 +195411,2851.545925,1194.321417,2237.354144,2292.940474,2081.447802 +195412,2849.75154,1192.743245,2237.552867,2296.08917,2083.336688 +195413,2845.793113,1190.979486,2235.20431,2296.268637,2082.108476 +195414,2836.680111,1189.36792,2234.854244,2298.658749,2083.352533 +195415,2847.978821,1187.691815,2232.232439,2298.455162,2081.802952 +195416,2829.917399,1186.018358,2230.289988,2299.034191,2081.08402 +195417,2842.288906,1184.341574,2228.590983,2299.908692,2080.461296 +195418,2823.559868,1182.659505,2226.965403,2300.849096,2080.151563 +195419,2829.368806,1180.972677,2225.266285,2301.660023,2079.760564 +195420,2826.284921,1179.280863,2223.685354,2302.549366,2079.518751 +195421,1987.884689,1177.665342,1056.278663,1789.914603,2360.874796 +195422,2065.116422,1307.883719,1098.764239,1862.461217,2409.589483 +195423,2147.641301,1311.130893,1147.371805,1939.425744,2446.290966 +195424,2213.17881,1310.544232,1188.811285,1995.503253,2465.98076 +195425,2262.989772,1310.953801,1222.635607,2031.941264,2478.819145 +195426,2300.162926,1310.242235,1249.689239,2053.760197,2487.638739 +195427,2328.306307,1309.283002,1271.596896,2066.816395,2494.195006 +195428,2350.29277,1308.268776,1289.750264,2075.517839,2499.419276 +195429,2367.926848,1307.210993,1305.233215,2081.740884,2503.800595 +195430,2382.320674,1306.118216,1318.277258,2086.705386,2507.630079 +195431,2394.174572,1305.083641,1329.456332,2090.839564,2511.057528 +195432,2403.957498,1303.718418,1339.056529,2094.332014,2514.13492 +195433,2412.043347,1302.75207,1347.316676,2097.318558,2516.899261 +195434,2418.742033,1301.518241,1354.443687,2099.918367,2519.387699 +195435,2424.317107,1300.368685,1360.614478,2102.228817,2521.635397 +195436,2428.976434,1299.201857,1365.978179,2104.321747,2523.674114 +195437,2432.86409,1298.034473,1370.64558,2106.223607,2525.501178 +195438,2436.137618,1296.865921,1374.733534,2107.98922,2527.16883 +195439,2438.930541,1295.698718,1378.339851,2109.658945,2528.721852 +195440,2441.31285,1294.531396,1381.531211,2111.23726,2530.165144 +195441,2443.348846,1293.365826,1384.366093,2112.730259,2531.509119 +195442,2445.093559,1292.200226,1386.894607,2114.144112,2532.765371 +195443,2446.592088,1291.035972,1389.15917,2115.484316,2533.944844 +195444,2447.880994,1289.857616,1391.195584,2116.755497,2535.057453 +195445,2448.987755,1288.689463,1393.032516,2117.959103,2536.109187 +195446,2449.936963,1287.523252,1394.695751,2119.098877,2537.108296 +195447,2450.749515,1286.356356,1396.20745,2120.17842,2538.062468 +195448,2451.442386,1285.187714,1397.586103,2121.200208,2538.977886 +195449,2452.029218,1284.01699,1398.847083,2122.165768,2539.859372 +195450,2452.521127,1282.843337,1400.003287,2123.076154,2540.710833 +195451,2452.94917,1281.573146,1401.065624,2123.93221,2541.535488 +195452,2453.334234,1280.278647,1402.039612,2124.641876,2542.336072 +195453,2453.684628,1278.971121,1402.930497,2125.158026,2543.114834 +195454,2454.001624,1277.652078,1403.744346,2125.483702,2543.873658 +195455,2454.284011,1276.24141,1404.487412,2125.643502,2544.614093 +195456,2454.530374,1275.023801,1405.165513,2125.662636,2545.337443 +195457,2454.739769,1273.614827,1405.78376,2125.559402,2546.044765 +195458,2454.911711,1272.269679,1406.346578,2125.345437,2546.736931 +195459,2455.045905,1270.901906,1406.857786,2125.0281,2547.414616 +195460,2455.142291,1269.524332,1407.320724,2124.612517,2548.07838 +195461,2455.200834,1268.137352,1407.738325,2124.102639,2548.728632 +195462,2455.221613,1266.740697,1408.113185,2123.501723,2549.365701 +195463,2455.204746,1265.334636,1408.447608,2122.812494,2549.989808 +195464,2455.150386,1263.918934,1408.74366,2122.037265,2550.601126 +195465,2455.058691,1262.493865,1409.003184,2121.178,2551.199749 +195466,2454.92993,1261.139241,1409.227857,2120.23641,2551.785751 +195467,2454.764346,1259.575644,1409.419185,2119.21399,2552.359143 +195468,2454.562188,1258.181396,1409.578549,2118.112086,2552.919922 +195469,2454.32371,1256.705692,1409.707205,2116.931919,2553.46805 +195470,2454.049176,1255.233402,1409.806321,2115.674623,2554.003499 +195471,2453.738826,1253.752178,1409.876965,2114.341238,2554.526202 +195472,2453.392949,1252.261625,1409.920137,2112.932743,2555.036105 +195473,2453.011778,1248.051225,1409.936734,2111.450012,2555.533077 +195474,2452.304289,1246.258191,1409.819721,2109.335799,2556.017806 +195475,2451.381006,1244.453116,1409.60876,2106.836156,2556.488268 +195476,2450.393916,1242.755527,1409.358206,2104.277515,2556.944307 +195477,2449.421846,1241.06199,1409.09678,2101.813028,2557.386354 +195478,2448.48281,1239.37537,1408.832309,2099.453999,2557.814728 +195479,2447.56858,1237.691219,1408.563655,2097.156168,2558.229453 +195480,2446.666256,1236.006604,1408.287925,2094.873783,2558.630382 +195481,0,0,0,0,0 +195482,0,0,0,0,0 +195483,0,0,0,0,0 +195484,0,0,0,0,0 +195485,0,0,0,0,0 +195486,0,0,0,0,0 +195487,0,0,0,0,0 +195488,0,0,0,0,0 +195489,0,0,0,0,0 +195490,0,0,0,0,0 +195491,0,0,0,0,0 +195492,0,0,0,0,0 +195493,0,0,0,0,0 +195494,0,0,0,0,0 +195495,0,0,0,0,0 +195496,0,0,0,0,0 +195497,0,0,0,0,0 +195498,0,0,0,0,0 +195499,0,0,0,0,0 +195500,0,0,0,0,0 +195501,0,0,0,0,0 +195502,0,0,0,0,0 +195503,0,0,0,0,0 +195504,0,0,0,0,0 +195505,0,0,0,0,0 +195506,0,0,0,0,0 +195507,0,0,0,0,0 +195508,0,0,0,0,0 +195509,0,0,0,0,0 +195510,0,0,0,0,0 +195511,0,0,0,0,0 +195512,0,0,0,0,0 +195513,0,0,0,0,0 +195514,0,0,0,0,0 +195515,0,0,0,0,0 +195516,0,0,0,0,0 +195517,0,0,0,0,0 +195518,0,0,0,0,0 +195519,0,0,0,0,0 +195520,0,0,0,0,0 +195521,0,0,0,0,0 +195522,0,0,0,0,0 +195523,0,0,0,0,0 +195524,0,0,0,0,0 +195525,0,0,0,0,0 +195526,0,0,0,0,0 +195527,0,0,0,0,0 +195528,0,0,0,0,0 +195529,0,0,0,0,0 +195530,0,0,0,0,0 +195531,0,0,0,0,0 +195532,0,0,0,0,0 +195533,0,0,0,0,0 +195534,0,0,0,0,0 +195535,0,0,0,0,0 +195536,0,0,0,0,0 +195537,0,0,0,0,0 +195538,0,0,0,0,0 +195539,0,0,0,0,0 +195540,0,0,0,0,0 +195541,0,0,0,0,0 +195542,0,0,0,0,0 +195543,0,0,0,0,0 +195544,0,0,0,0,0 +195545,0,0,0,0,0 +195546,0,0,0,0,0 +195547,0,0,0,0,0 +195548,0,0,0,0,0 +195549,0,0,0,0,0 +195550,0,0,0,0,0 +195551,0,0,0,0,0 +195552,0,0,0,0,0 +195553,0,0,0,0,0 +195554,0,0,0,0,0 +195555,0,0,0,0,0 +195556,0,0,0,0,0 +195557,0,0,0,0,0 +195558,0,0,0,0,0 +195559,0,0,0,0,0 +195560,0,0,0,0,0 +195561,0,0,0,0,0 +195562,0,0,0,0,0 +195563,0,0,0,0,0 +195564,0,0,0,0,0 +195565,0,0,0,0,0 +195566,0,0,0,0,0 +195567,0,0,0,0,0 +195568,0,0,0,0,0 +195569,0,0,0,0,0 +195570,0,0,0,0,0 +195571,0,0,0,0,0 +195572,0,0,0,0,0 +195573,0,0,0,0,0 +195574,0,0,0,0,0 +195575,0,0,0,0,0 +195576,0,0,0,0,0 +195577,0,0,0,0,0 +195578,0,0,0,0,0 +195579,0,0,0,0,0 +195580,0,0,0,0,0 +195581,0,0,0,0,0 +195582,0,0,0,0,0 +195583,0,0,0,0,0 +195584,0,0,0,0,0 +195585,0,0,0,0,0 +195586,0,0,0,0,0 +195587,0,0,0,0,0 +195588,0,0,0,0,0 +195589,0,0,0,0,0 +195590,0,0,0,0,0 +195591,0,0,0,0,0 +195592,0,0,0,0,0 +195593,0,0,0,0,0 +195594,0,0,0,0,0 +195595,0,0,0,0,0 +195596,0,0,0,0,0 +195597,0,0,0,0,0 +195598,0,0,0,0,0 +195599,0,0,0,0,0 +195600,0,0,0,0,0 +195601,0,0,0,0,0 +195602,0,0,0,0,0 +195603,0,0,0,0,0 +195604,0,0,0,0,0 +195605,0,0,0,0,0 +195606,0,0,0,0,0 +195607,0,0,0,0,0 +195608,0,0,0,0,0 +195609,0,0,0,0,0 +195610,0,0,0,0,0 +195611,0,0,0,0,0 +195612,0,0,0,0,0 +195613,0,0,0,0,0 +195614,0,0,0,0,0 +195615,0,0,0,0,0 +195616,0,0,0,0,0 +195617,0,0,0,0,0 +195618,0,0,0,0,0 +195619,0,0,0,0,0 +195620,0,0,0,0,0 +195621,0,0,0,0,0 +195622,0,0,0,0,0 +195623,0,0,0,0,0 +195624,0,0,0,0,0 +195625,0,0,0,0,0 +195626,0,0,0,0,0 +195627,0,0,0,0,0 +195628,0,0,0,0,0 +195629,0,0,0,0,0 +195630,0,0,0,0,0 +195631,0,0,0,0,0 +195632,0,0,0,0,0 +195633,0,0,0,0,0 +195634,0,0,0,0,0 +195635,0,0,0,0,0 +195636,0,0,0,0,0 +195637,0,0,0,0,0 +195638,0,0,0,0,0 +195639,0,0,0,0,0 +195640,0,0,0,0,0 +195641,0,0,0,0,0 +195642,0,0,0,0,0 +195643,0,0,0,0,0 +195644,0,0,0,0,0 +195645,0,0,0,0,0 +195646,0,0,0,0,0 +195647,0,0,0,0,0 +195648,0,0,0,0,0 +195649,0,0,0,0,0 +195650,0,0,0,0,0 +195651,0,0,0,0,0 +195652,0,0,0,0,0 +195653,0,0,0,0,0 +195654,0,0,0,0,0 +195655,0,0,0,0,0 +195656,0,0,0,0,0 +195657,0,0,0,0,0 +195658,0,0,0,0,0 +195659,0,0,0,0,0 +195660,0,0,0,0,0 +195661,0,0,0,0,0 +195662,0,0,0,0,0 +195663,0,0,0,0,0 +195664,0,0,0,0,0 +195665,0,0,0,0,0 +195666,0,0,0,0,0 +195667,0,0,0,0,0 +195668,0,0,0,0,0 +195669,0,0,0,0,0 +195670,0,0,0,0,0 +195671,0,0,0,0,0 +195672,0,0,0,0,0 +195673,0,0,0,0,0 +195674,0,0,0,0,0 +195675,0,0,0,0,0 +195676,0,0,0,0,0 +195677,0,0,0,0,0 +195678,0,0,0,0,0 +195679,0,0,0,0,0 +195680,0,0,0,0,0 +195681,0,0,0,0,0 +195682,0,0,0,0,0 +195683,0,0,0,0,0 +195684,0,0,0,0,0 +195685,0,0,0,0,0 +195686,0,0,0,0,0 +195687,0,0,0,0,0 +195688,0,0,0,0,0 +195689,0,0,0,0,0 +195690,0,0,0,0,0 +195691,0,0,0,0,0 +195692,0,0,0,0,0 +195693,0,0,0,0,0 +195694,0,0,0,0,0 +195695,0,0,0,0,0 +195696,0,0,0,0,0 +195697,0,0,0,0,0 +195698,0,0,0,0,0 +195699,0,0,0,0,0 +195700,0,0,0,0,0 +195701,0,0,0,0,0 +195702,0,0,0,0,0 +195703,0,0,0,0,0 +195704,0,0,0,0,0 +195705,0,0,0,0,0 +195706,0,0,0,0,0 +195707,0,0,0,0,0 +195708,0,0,0,0,0 +195709,0,0,0,0,0 +195710,0,0,0,0,0 +195711,0,0,0,0,0 +195712,0,0,0,0,0 +195713,0,0,0,0,0 +195714,0,0,0,0,0 +195715,0,0,0,0,0 +195716,0,0,0,0,0 +195717,0,0,0,0,0 +195718,0,0,0,0,0 +195719,0,0,0,0,0 +195720,0,0,0,0,0 +195721,0,0,0,0,0 +195722,0,0,0,0,0 +195723,0,0,0,0,0 +195724,0,0,0,0,0 +195725,0,0,0,0,0 +195726,0,0,0,0,0 +195727,0,0,0,0,0 +195728,0,0,0,0,0 +195729,0,0,0,0,0 +195730,0,0,0,0,0 +195731,0,0,0,0,0 +195732,0,0,0,0,0 +195733,0,0,0,0,0 +195734,0,0,0,0,0 +195735,0,0,0,0,0 +195736,0,0,0,0,0 +195737,0,0,0,0,0 +195738,0,0,0,0,0 +195739,0,0,0,0,0 +195740,0,0,0,0,0 +195741,0,0,0,0,0 +195742,0,0,0,0,0 +195743,0,0,0,0,0 +195744,0,0,0,0,0 +195745,0,0,0,0,0 +195746,0,0,0,0,0 +195747,0,0,0,0,0 +195748,0,0,0,0,0 +195749,0,0,0,0,0 +195750,0,0,0,0,0 +195751,0,0,0,0,0 +195752,0,0,0,0,0 +195753,0,0,0,0,0 +195754,0,0,0,0,0 +195755,0,0,0,0,0 +195756,0,0,0,0,0 +195757,0,0,0,0,0 +195758,0,0,0,0,0 +195759,0,0,0,0,0 +195760,0,0,0,0,0 +195761,0,0,0,0,0 +195762,0,0,0,0,0 +195763,0,0,0,0,0 +195764,0,0,0,0,0 +195765,0,0,0,0,0 +195766,0,0,0,0,0 +195767,0,0,0,0,0 +195768,0,0,0,0,0 +195769,0,0,0,0,0 +195770,0,0,0,0,0 +195771,0,0,0,0,0 +195772,0,0,0,0,0 +195773,0,0,0,0,0 +195774,0,0,0,0,0 +195775,0,0,0,0,0 +195776,0,0,0,0,0 +195777,0,0,0,0,0 +195778,0,0,0,0,0 +195779,0,0,0,0,0 +195780,0,0,0,0,0 +195781,0,0,0,0,0 +195782,0,0,0,0,0 +195783,0,0,0,0,0 +195784,0,0,0,0,0 +195785,0,0,0,0,0 +195786,0,0,0,0,0 +195787,0,0,0,0,0 +195788,0,0,0,0,0 +195789,0,0,0,0,0 +195790,0,0,0,0,0 +195791,0,0,0,0,0 +195792,0,0,0,0,0 +195793,0,0,0,0,0 +195794,0,0,0,0,0 +195795,0,0,0,0,0 +195796,0,0,0,0,0 +195797,0,0,0,0,0 +195798,0,0,0,0,0 +195799,0,0,0,0,0 +195800,0,0,0,0,0 +195801,0,0,0,0,0 +195802,0,0,0,0,0 +195803,0,0,0,0,0 +195804,0,0,0,0,0 +195805,0,0,0,0,0 +195806,0,0,0,0,0 +195807,0,0,0,0,0 +195808,0,0,0,0,0 +195809,0,0,0,0,0 +195810,0,0,0,0,0 +195811,0,0,0,0,0 +195812,0,0,0,0,0 +195813,0,0,0,0,0 +195814,0,0,0,0,0 +195815,0,0,0,0,0 +195816,0,0,0,0,0 +195817,0,0,0,0,0 +195818,0,0,0,0,0 +195819,0,0,0,0,0 +195820,0,0,0,0,0 +195821,0,0,0,0,0 +195822,0,0,0,0,0 +195823,0,0,0,0,0 +195824,0,0,0,0,0 +195825,0,0,0,0,0 +195826,0,0,0,0,0 +195827,0,0,0,0,0 +195828,0,0,0,0,0 +195829,0,0,0,0,0 +195830,0,0,0,0,0 +195831,0,0,0,0,0 +195832,0,0,0,0,0 +195833,0,0,0,0,0 +195834,0,0,0,0,0 +195835,0,0,0,0,0 +195836,0,0,0,0,0 +195837,0,0,0,0,0 +195838,0,0,0,0,0 +195839,0,0,0,0,0 +195840,0,0,0,0,0 +195841,0,0,0,0,0 +195842,0,0,0,0,0 +195843,0,0,0,0,0 +195844,0,0,0,0,0 +195845,0,0,0,0,0 +195846,0,0,0,0,0 +195847,0,0,0,0,0 +195848,0,0,0,0,0 +195849,0,0,0,0,0 +195850,0,0,0,0,0 +195851,0,0,0,0,0 +195852,0,0,0,0,0 +195853,0,0,0,0,0 +195854,0,0,0,0,0 +195855,0,0,0,0,0 +195856,0,0,0,0,0 +195857,0,0,0,0,0 +195858,0,0,0,0,0 +195859,0,0,0,0,0 +195860,0,0,0,0,0 +195861,0,0,0,0,0 +195862,0,0,0,0,0 +195863,0,0,0,0,0 +195864,0,0,0,0,0 +195865,0,0,0,0,0 +195866,0,0,0,0,0 +195867,0,0,0,0,0 +195868,0,0,0,0,0 +195869,0,0,0,0,0 +195870,0,0,0,0,0 +195871,0,0,0,0,0 +195872,0,0,0,0,0 +195873,0,0,0,0,0 +195874,0,0,0,0,0 +195875,0,0,0,0,0 +195876,0,0,0,0,0 +195877,0,0,0,0,0 +195878,0,0,0,0,0 +195879,0,0,0,0,0 +195880,0,0,0,0,0 +195881,0,0,0,0,0 +195882,0,0,0,0,0 +195883,0,0,0,0,0 +195884,0,0,0,0,0 +195885,0,0,0,0,0 +195886,0,0,0,0,0 +195887,0,0,0,0,0 +195888,0,0,0,0,0 +195889,0,0,0,0,0 +195890,0,0,0,0,0 +195891,0,0,0,0,0 +195892,0,0,0,0,0 +195893,0,0,0,0,0 +195894,0,0,0,0,0 +195895,0,0,0,0,0 +195896,0,0,0,0,0 +195897,0,0,0,0,0 +195898,0,0,0,0,0 +195899,0,0,0,0,0 +195900,0,0,0,0,0 +195901,0,0,0,0,0 +195902,0,0,0,0,0 +195903,0,0,0,0,0 +195904,0,0,0,0,0 +195905,0,0,0,0,0 +195906,0,0,0,0,0 +195907,0,0,0,0,0 +195908,0,0,0,0,0 +195909,0,0,0,0,0 +195910,0,0,0,0,0 +195911,0,0,0,0,0 +195912,0,0,0,0,0 +195913,0,0,0,0,0 +195914,0,0,0,0,0 +195915,0,0,0,0,0 +195916,0,0,0,0,0 +195917,0,0,0,0,0 +195918,0,0,0,0,0 +195919,0,0,0,0,0 +195920,0,0,0,0,0 +195921,0,0,0,0,0 +195922,0,0,0,0,0 +195923,0,0,0,0,0 +195924,0,0,0,0,0 +195925,0,0,0,0,0 +195926,0,0,0,0,0 +195927,0,0,0,0,0 +195928,0,0,0,0,0 +195929,0,0,0,0,0 +195930,0,0,0,0,0 +195931,0,0,0,0,0 +195932,0,0,0,0,0 +195933,0,0,0,0,0 +195934,0,0,0,0,0 +195935,0,0,0,0,0 +195936,0,0,0,0,0 +195937,0,0,0,0,0 +195938,0,0,0,0,0 +195939,0,0,0,0,0 +195940,0,0,0,0,0 +195941,0,0,0,0,0 +195942,0,0,0,0,0 +195943,0,0,0,0,0 +195944,0,0,0,0,0 +195945,0,0,0,0,0 +195946,0,0,0,0,0 +195947,0,0,0,0,0 +195948,0,0,0,0,0 +195949,0,0,0,0,0 +195950,0,0,0,0,0 +195951,0,0,0,0,0 +195952,0,0,0,0,0 +195953,0,0,0,0,0 +195954,0,0,0,0,0 +195955,0,0,0,0,0 +195956,0,0,0,0,0 +195957,0,0,0,0,0 +195958,0,0,0,0,0 +195959,0,0,0,0,0 +195960,0,0,0,0,0 +195961,0,0,0,0,0 +195962,0,0,0,0,0 +195963,0,0,0,0,0 +195964,0,0,0,0,0 +195965,0,0,0,0,0 +195966,0,0,0,0,0 +195967,0,0,0,0,0 +195968,0,0,0,0,0 +195969,0,0,0,0,0 +195970,0,0,0,0,0 +195971,0,0,0,0,0 +195972,0,0,0,0,0 +195973,0,0,0,0,0 +195974,0,0,0,0,0 +195975,0,0,0,0,0 +195976,0,0,0,0,0 +195977,0,0,0,0,0 +195978,0,0,0,0,0 +195979,0,0,0,0,0 +195980,0,0,0,0,0 +195981,0,0,0,0,0 +195982,0,0,0,0,0 +195983,0,0,0,0,0 +195984,0,0,0,0,0 +195985,0,0,0,0,0 +195986,0,0,0,0,0 +195987,0,0,0,0,0 +195988,0,0,0,0,0 +195989,0,0,0,0,0 +195990,0,0,0,0,0 +195991,0,0,0,0,0 +195992,0,0,0,0,0 +195993,0,0,0,0,0 +195994,0,0,0,0,0 +195995,0,0,0,0,0 +195996,0,0,0,0,0 +195997,0,0,0,0,0 +195998,0,0,0,0,0 +195999,0,0,0,0,0 +196000,0,0,0,0,0 +196001,0,0,0,0,0 +196002,0,0,0,0,0 +196003,0,0,0,0,0 +196004,0,0,0,0,0 +196005,0,0,0,0,0 +196006,0,0,0,0,0 +196007,0,0,0,0,0 +196008,0,0,0,0,0 +196009,0,0,0,0,0 +196010,0,0,0,0,0 +196011,0,0,0,0,0 +196012,0,0,0,0,0 +196013,0,0,0,0,0 +196014,0,0,0,0,0 +196015,0,0,0,0,0 +196016,0,0,0,0,0 +196017,0,0,0,0,0 +196018,0,0,0,0,0 +196019,0,0,0,0,0 +196020,0,0,0,0,0 +196021,0,0,0,0,0 +196022,0,0,0,0,0 +196023,0,0,0,0,0 +196024,0,0,0,0,0 +196025,0,0,0,0,0 +196026,0,0,0,0,0 +196027,0,0,0,0,0 +196028,0,0,0,0,0 +196029,0,0,0,0,0 +196030,0,0,0,0,0 +196031,0,0,0,0,0 +196032,0,0,0,0,0 +196033,0,0,0,0,0 +196034,0,0,0,0,0 +196035,0,0,0,0,0 +196036,0,0,0,0,0 +196037,0,0,0,0,0 +196038,0,0,0,0,0 +196039,0,0,0,0,0 +196040,0,0,0,0,0 +196041,0,0,0,0,0 +196042,0,0,0,0,0 +196043,0,0,0,0,0 +196044,0,0,0,0,0 +196045,0,0,0,0,0 +196046,0,0,0,0,0 +196047,0,0,0,0,0 +196048,0,0,0,0,0 +196049,0,0,0,0,0 +196050,0,0,0,0,0 +196051,0,0,0,0,0 +196052,0,0,0,0,0 +196053,0,0,0,0,0 +196054,0,0,0,0,0 +196055,0,0,0,0,0 +196056,0,0,0,0,0 +196057,0,0,0,0,0 +196058,0,0,0,0,0 +196059,0,0,0,0,0 +196060,0,0,0,0,0 +196061,0,0,0,0,0 +196062,0,0,0,0,0 +196063,0,0,0,0,0 +196064,0,0,0,0,0 +196065,0,0,0,0,0 +196066,0,0,0,0,0 +196067,0,0,0,0,0 +196068,0,0,0,0,0 +196069,0,0,0,0,0 +196070,0,0,0,0,0 +196071,0,0,0,0,0 +196072,0,0,0,0,0 +196073,0,0,0,0,0 +196074,0,0,0,0,0 +196075,0,0,0,0,0 +196076,0,0,0,0,0 +196077,0,0,0,0,0 +196078,0,0,0,0,0 +196079,0,0,0,0,0 +196080,0,0,0,0,0 +196081,0,0,0,0,0 +196082,0,0,0,0,0 +196083,0,0,0,0,0 +196084,0,0,0,0,0 +196085,0,0,0,0,0 +196086,0,0,0,0,0 +196087,0,0,0,0,0 +196088,0,0,0,0,0 +196089,0,0,0,0,0 +196090,0,0,0,0,0 +196091,0,0,0,0,0 +196092,0,0,0,0,0 +196093,0,0,0,0,0 +196094,0,0,0,0,0 +196095,0,0,0,0,0 +196096,0,0,0,0,0 +196097,0,0,0,0,0 +196098,0,0,0,0,0 +196099,0,0,0,0,0 +196100,0,0,0,0,0 +196101,0,0,0,0,0 +196102,0,0,0,0,0 +196103,0,0,0,0,0 +196104,0,0,0,0,0 +196105,0,0,0,0,0 +196106,0,0,0,0,0 +196107,0,0,0,0,0 +196108,0,0,0,0,0 +196109,0,0,0,0,0 +196110,0,0,0,0,0 +196111,0,0,0,0,0 +196112,0,0,0,0,0 +196113,0,0,0,0,0 +196114,0,0,0,0,0 +196115,0,0,0,0,0 +196116,0,0,0,0,0 +196117,0,0,0,0,0 +196118,0,0,0,0,0 +196119,0,0,0,0,0 +196120,0,0,0,0,0 +196121,0,0,0,0,0 +196122,0,0,0,0,0 +196123,0,0,0,0,0 +196124,0,0,0,0,0 +196125,0,0,0,0,0 +196126,0,0,0,0,0 +196127,0,0,0,0,0 +196128,0,0,0,0,0 +196129,0,0,0,0,0 +196130,0,0,0,0,0 +196131,0,0,0,0,0 +196132,0,0,0,0,0 +196133,0,0,0,0,0 +196134,0,0,0,0,0 +196135,0,0,0,0,0 +196136,0,0,0,0,0 +196137,0,0,0,0,0 +196138,0,0,0,0,0 +196139,0,0,0,0,0 +196140,0,0,0,0,0 +196141,0,0,0,0,0 +196142,0,0,0,0,0 +196143,0,0,0,0,0 +196144,0,0,0,0,0 +196145,0,0,0,0,0 +196146,0,0,0,0,0 +196147,0,0,0,0,0 +196148,0,0,0,0,0 +196149,0,0,0,0,0 +196150,0,0,0,0,0 +196151,0,0,0,0,0 +196152,0,0,0,0,0 +196153,0,0,0,0,0 +196154,0,0,0,0,0 +196155,0,0,0,0,0 +196156,0,0,0,0,0 +196157,0,0,0,0,0 +196158,0,0,0,0,0 +196159,0,0,0,0,0 +196160,0,0,0,0,0 +196161,0,0,0,0,0 +196162,0,0,0,0,0 +196163,0,0,0,0,0 +196164,0,0,0,0,0 +196165,0,0,0,0,0 +196166,0,0,0,0,0 +196167,0,0,0,0,0 +196168,0,0,0,0,0 +196169,0,0,0,0,0 +196170,0,0,0,0,0 +196171,0,0,0,0,0 +196172,0,0,0,0,0 +196173,0,0,0,0,0 +196174,0,0,0,0,0 +196175,0,0,0,0,0 +196176,0,0,0,0,0 +196177,0,0,0,0,0 +196178,0,0,0,0,0 +196179,0,0,0,0,0 +196180,0,0,0,0,0 +196181,0,0,0,0,0 +196182,0,0,0,0,0 +196183,0,0,0,0,0 +196184,0,0,0,0,0 +196185,0,0,0,0,0 +196186,0,0,0,0,0 +196187,0,0,0,0,0 +196188,0,0,0,0,0 +196189,0,0,0,0,0 +196190,0,0,0,0,0 +196191,0,0,0,0,0 +196192,0,0,0,0,0 +196193,0,0,0,0,0 +196194,0,0,0,0,0 +196195,0,0,0,0,0 +196196,0,0,0,0,0 +196197,0,0,0,0,0 +196198,0,0,0,0,0 +196199,0,0,0,0,0 +196200,0,0,0,0,0 +196201,0,0,0,0,0 +196202,0,0,0,0,0 +196203,0,0,0,0,0 +196204,0,0,0,0,0 +196205,0,0,0,0,0 +196206,0,0,0,0,0 +196207,0,0,0,0,0 +196208,0,0,0,0,0 +196209,0,0,0,0,0 +196210,0,0,0,0,0 +196211,0,0,0,0,0 +196212,0,0,0,0,0 +196213,0,0,0,0,0 +196214,0,0,0,0,0 +196215,0,0,0,0,0 +196216,0,0,0,0,0 +196217,0,0,0,0,0 +196218,0,0,0,0,0 +196219,0,0,0,0,0 +196220,0,0,0,0,0 +196221,0,0,0,0,0 +196222,0,0,0,0,0 +196223,0,0,0,0,0 +196224,0,0,0,0,0 +196225,0,0,0,0,0 +196226,0,0,0,0,0 +196227,0,0,0,0,0 +196228,0,0,0,0,0 +196229,0,0,0,0,0 +196230,0,0,0,0,0 +196231,0,0,0,0,0 +196232,0,0,0,0,0 +196233,0,0,0,0,0 +196234,0,0,0,0,0 +196235,0,0,0,0,0 +196236,0,0,0,0,0 +196237,0,0,0,0,0 +196238,0,0,0,0,0 +196239,0,0,0,0,0 +196240,0,0,0,0,0 +196241,0,0,0,0,0 +196242,0,0,0,0,0 +196243,0,0,0,0,0 +196244,0,0,0,0,0 +196245,0,0,0,0,0 +196246,0,0,0,0,0 +196247,0,0,0,0,0 +196248,0,0,0,0,0 +196249,0,0,0,0,0 +196250,0,0,0,0,0 +196251,0,0,0,0,0 +196252,0,0,0,0,0 +196253,0,0,0,0,0 +196254,0,0,0,0,0 +196255,0,0,0,0,0 +196256,0,0,0,0,0 +196257,0,0,0,0,0 +196258,0,0,0,0,0 +196259,0,0,0,0,0 +196260,0,0,0,0,0 +196261,-123.818084,248.0344201,268.9925349,-45.47610449,-363.3441447 +196262,319.8424531,294.6736365,653.9046093,156.1211907,444.2753556 +196263,316.2730399,289.5067816,644.1835418,154.147096,440.3995156 +196264,308.3287584,283.7624948,630.3982223,150.1189291,428.518545 +196265,299.7886911,278.9798309,617.3432982,145.9051392,414.6465116 +196266,292.3399785,275.446322,606.6603965,142.3087672,401.7489078 +196267,286.2532787,272.9625553,598.3150232,139.4298401,390.5260788 +196268,281.2918893,271.2703326,591.8188729,137.123534,380.7865086 +196269,277.1739464,270.1822757,586.7406877,135.242578,372.2060549 +196270,273.7146512,269.5790103,582.794295,133.6847055,364.5540674 +196271,270.794984,269.3798434,579.7925155,132.3914945,357.6926606 +196272,268.3419963,269.522746,577.5974149,131.319528,351.5319078 +196273,266.290412,269.9559116,576.0949142,130.439222,346.0003585 +196274,264.591658,270.6351878,575.1862038,129.7231066,341.0338099 +196275,263.1949406,271.5232668,574.7856884,129.1468245,336.5733157 +196276,262.0644024,272.5889583,574.8200139,128.6898555,332.5654002 +196277,261.165441,273.8063493,575.2268538,128.3352639,328.9623594 +196278,260.4674053,275.1539163,575.9533686,128.0690558,325.7218662 +196279,259.9445855,276.613765,576.9547644,127.8796028,322.8065257 +196280,259.575561,278.1709688,578.1929651,127.7571679,320.1831783 +196281,259.3423408,279.8130674,579.6355838,127.6935855,317.8224972 +196282,259.2296054,281.5296205,581.2549869,127.6819751,315.6984113 +196283,259.2242728,283.3118835,583.0276064,127.7165489,313.7878514 +196284,259.3151034,285.1524994,584.9332715,127.7924123,312.0702883 +196285,259.4924673,388.5462458,586.9547252,127.9054317,310.5275466 +196286,259.7480719,350.6223694,589.0771439,128.0520929,309.1434326 +196287,260.0747933,372.8461743,591.2877938,128.229411,307.9035942 +196288,260.4664351,385.0283865,593.5756487,128.434813,306.7951881 +196289,260.9176125,395.9174224,595.9311534,128.6660809,305.8067951 +196290,261.4236191,406.7129623,598.3459895,128.9212887,304.9281758 +196291,261.980389,416.5136239,600.8129503,129.1987838,304.1502533 +196292,262.5804214,426.2838682,603.2982016,129.4951465,303.4648713 +196293,263.2179789,435.97775,605.7784804,129.8078165,302.864766 +196294,263.8896299,445.3944101,608.2449986,130.1353685,302.3433907 +196295,264.5933143,454.9901607,610.6966843,130.4770364,301.8949305 +196296,265.327496,464.3380974,613.1346883,130.8322868,301.5141097 +196297,266.0908491,473.5830634,615.5601425,131.2006587,301.1962289 +196298,266.8821211,482.990644,617.9736745,131.5817001,300.9369945 +196299,267.7001643,492.0321611,620.3755878,131.9749851,300.7325595 +196300,268.5439085,501.4731305,622.7660091,132.3801056,300.5793853 +196301,269.4123849,510.2148438,625.1450037,132.7966846,300.4742843 +196302,270.304692,519.5421758,627.5125774,133.2243632,300.4143089 +196303,271.2200144,528.4302784,758.6344603,133.6628101,300.3968069 +196304,272.1575787,537.407469,700.2271077,134.1117038,300.419301 +196305,273.1166826,546.1960003,727.8757334,134.5707465,300.4795637 +196306,274.0965992,555.3750382,738.6665316,135.0396223,300.5754454 +196307,275.0966172,563.7459198,748.2643834,135.5180165,300.7049769 +196308,276.1160353,581.1342047,773.6148766,136.0056136,300.8662775 +196309,277.3112087,590.8676085,785.159586,136.5601537,301.0583481 +196310,278.6255104,600.734049,795.587484,137.16089,301.2795789 +196311,279.9811884,609.6867609,805.4441967,137.7784347,301.528433 +196312,281.3381861,618.8505002,814.9468792,138.3974916,301.8034888 +196313,282.6862156,628.1690307,824.5824004,139.0141429,302.1035189 +196314,284.0271968,637.0700358,833.3743883,139.6291957,302.4274076 +196315,285.3652279,645.8705927,842.6009361,140.244308,302.7742167 +196316,286.7033743,655.2593231,851.0634346,140.8607234,303.1430836 +196317,288.0435504,663.6689468,859.8467642,141.4792163,303.5332583 +196318,289.387004,672.6545521,867.9706543,142.1002776,303.9439833 +196319,290.7347155,681.3796068,876.615039,142.7242757,304.3745692 +196320,292.0874984,689.8834124,884.552652,143.3514971,304.8242791 +196321,293.485219,1124.280655,1846.826932,143.9999751,305.3636103 +196322,313.5793695,1145.025052,1883.234116,153.290368,340.6399572 +196323,343.4468188,1162.921043,1909.455864,166.9712242,394.9863466 +196324,373.8352261,1178.700366,1932.66066,180.705974,451.8411785 +196325,400.7999701,1200.200084,1953.548645,192.6983061,503.8010212 +196326,423.8471406,1217.828256,1973.342197,202.7788593,549.5662265 +196327,443.6717448,1234.591188,1991.563125,211.3239834,590.005218 +196328,461.026504,1252.003571,2009.050502,218.7200579,626.1818716 +196329,476.4409924,1268.131764,2026.339652,225.2349655,658.8494495 +196330,490.2600236,1284.35659,2042.432185,231.0411736,688.4941392 +196331,502.729098,1300.404431,2059.049673,236.2595419,715.465967 +196332,514.0457135,1316.090706,2074.320818,240.9854214,740.0571264 +196333,524.3789839,1331.81665,2089.904748,245.2988361,762.5298752 +196334,533.8748387,1347.05009,2104.83799,249.267464,783.1214861 +196335,542.6578432,1362.47616,2130.511103,252.9478935,802.0441311 +196336,550.8331974,1377.365244,2125.742434,256.386908,819.4854757 +196337,558.4893219,1392.362839,2143.462254,259.6229877,835.6107213 +196338,565.7004432,1407.236497,2165.71948,262.6877466,850.5650907 +196339,572.5289613,1421.682499,2173.885607,265.6072033,864.4763786 +196340,579.0273739,1436.313888,2188.145711,268.4027944,877.4570852 +196341,585.2399157,1450.610051,2201.097938,271.0922155,889.6063569 +196342,591.203865,1464.83319,2213.613967,273.6900795,901.0115635 +196343,596.9506847,1478.914049,2225.897781,276.2084764,911.7497766 +196344,602.5069345,1492.803364,2238.213954,278.6574136,921.8889775 +196345,607.8950867,1506.774411,2249.98007,281.0451994,931.489218 +196346,613.1341505,1520.268233,2267.197374,283.3787314,940.6035222 +196347,618.2402627,1533.983456,2274.142038,285.6637625,949.2788079 +196348,623.2271074,1547.303597,2273.051184,290.1855183,957.5565499 +196349,628.1063508,1560.795983,2301.057672,393.6102619,965.4735222 +196350,632.8879249,1573.850558,2303.767222,346.7607951,973.06229 +196351,824.4457382,1586.30324,2314.999123,371.3609791,980.3517881 +196352,778.8026715,1598.632173,2324.458734,380.6278257,987.3676257 +196353,800.4272481,1610.705463,2334.513445,389.3356999,994.1325579 +196354,825.4717599,1622.424732,2354.374535,397.713839,1000.666738 +196355,842.5226521,1634.295105,2330.768722,406.020332,1006.988103 +196356,859.2536866,1645.791908,2368.714816,414.1860594,1013.112643 +196357,875.4620071,1657.206484,2364.851286,422.1066767,1019.054677 +196358,891.2964744,1668.462739,2374.662659,429.8421926,1024.827052 +196359,907.1582418,1682.105861,2393.721295,437.5998785,1030.441303 +196360,922.2959139,1694.480544,2372.569619,445.0708644,1035.907762 +196361,937.6191402,1703.561409,2407.458459,452.3489601,1041.235717 +196362,952.3886952,1718.363831,2398.051569,459.7417778,1043.763464 +196363,966.9891335,1725.045619,2412.074342,466.7770654,1042.917412 +196364,981.3130827,1741.881063,2421.792818,473.6957563,1042.090139 +196365,995.2830852,1713.925319,2424.276421,480.8094054,1041.321696 +196366,1009.605825,1769.850668,2418.740773,487.2350178,1040.612389 +196367,1022.634695,1758.952311,2459.067325,494.1304353,1039.947971 +196368,1036.571752,1773.170642,2411.886812,500.5672363,1039.313385 +196369,1049.417973,1782.777232,2476.926494,507.0021225,1038.696706 +196370,1063.096977,1792.656456,2440.068231,513.2084868,1038.088861 +196371,1075.324782,1801.96839,2459.75005,519.6316009,1037.482665 +196372,1088.010666,1811.4086,2462.700204,525.7925407,1036.872107 +196373,1100.848593,1820.723251,2466.922922,531.4905912,1036.252058 +196374,1112.953804,1829.649448,2471.679422,537.7623554,1035.618098 +196375,1125.138662,1838.828746,2475.940355,543.4839983,1034.966487 +196376,1136.833915,1847.725264,2480.142062,549.2768924,1034.294031 +196377,1149.118017,1856.381211,2484.027503,554.8197,1033.59808 +196378,1160.546859,1865.08819,2488.051435,560.6546666,1032.876399 +196379,1172.114516,1873.608525,2491.667174,566.2139344,1032.127163 +196380,1183.483528,1882.01891,2495.198327,571.4422198,1031.348859 +196381,1418.894322,1977.273172,2537.289094,669.4891496,704.5570081 +196382,1848.60053,2187.580009,2621.723866,865.4225628,2396.025652 +196383,1335.141807,1970.899814,2449.052939,632.1729592,1464.991572 +196384,1891.26533,2195.007654,2606.877354,884.837016,2292.325985 +196385,1363.547825,1958.999605,2449.502931,646.7274811,1382.003913 +196386,1918.506747,2234.154917,2611.421452,896.9411667,2398.907432 +196387,1385.53619,1985.366251,2448.303957,657.6325479,1404.340095 +196388,1944.315347,2242.010301,2609.515337,909.0287888,2424.972596 +196389,1407.706086,2026.159701,2443.054975,668.2803212,1424.709648 +196390,1969.193733,2238.211625,2605.093147,920.7285043,2449.313387 +196391,1429.808587,2019.243283,2438.072354,678.9186141,1444.605087 +196392,2015.631536,2298.066086,2602.442661,931.714459,2484.23833 +196393,1417.462252,2006.981198,2437.35483,689.4156514,1444.702724 +196394,2031.698234,2321.107502,2604.468666,942.3771236,2503.125941 +196395,1634.130606,2097.256432,2601.96747,774.4365543,1777.742032 +196396,1791.327242,2227.586653,2597.267082,842.2482125,2056.815461 +196397,1777.089169,2163.377551,2591.727087,837.0479989,2019.304097 +196398,1787.182736,2230.867872,2587.399775,841.4848588,2027.883443 +196399,1797.513858,2195.950321,2586.343033,846.3758592,2036.739216 +196400,1807.676607,2217.980588,2583.470459,851.3217317,2045.382085 +196401,1817.950414,2222.244831,2584.1005,855.9688379,2054.241786 +196402,1828.006257,2228.652344,2582.991413,860.8062861,2062.446538 +196403,1837.724178,2235.141947,2582.968773,865.4908255,2071.040449 +196404,1847.759984,2241.664478,2583.400245,870.0216982,2079.024391 +196405,1857.405705,2247.884731,2584.029078,874.6992516,2087.217739 +196406,1867.052318,2254.052781,2584.713409,879.1489874,2094.899892 +196407,1878.762132,2260.18039,2587.14636,883.7161854,2102.722305 +196408,1890.708434,2265.97939,2588.495328,888.0840526,2110.490781 +196409,1896.255056,2271.757397,2589.344667,892.483195,2117.756323 +196410,1912.093791,2277.670329,2589.883601,896.808266,2131.259859 +196411,1912.271266,2282.816554,2590.213676,900.992976,2133.20305 +196412,1904.349072,2287.954852,2590.416494,905.1858274,2129.140895 +196413,1942.555239,2292.952364,2588.677106,909.2347002,2152.955805 +196414,1936.855074,2297.705989,2589.512292,913.2571883,2152.133431 +196415,1948.472135,2302.545901,2587.868737,917.2505268,2160.350424 +196416,1956.804053,2307.140605,2586.940027,921.134928,2167.099083 +196417,1965.463589,2311.609675,2586.225298,925.0382796,2173.779811 +196418,1973.828629,2316.013338,2587.338985,928.842923,2180.157606 +196419,1981.953136,2320.218916,2587.434641,932.7789601,2186.630747 +196420,1990.225292,2331.038132,2585.465268,936.4430135,2192.918928 +196421,1998.331404,2325.723891,2584.227763,940.2180384,2209.579348 +196422,2006.37493,2333.72995,2584.856788,943.9035992,2191.359634 +196423,2014.348283,2336.799179,2582.813198,947.5117016,2216.005601 +196424,2022.255451,2340.321676,2581.381312,951.2028903,2217.040367 +196425,2030.059858,2343.924738,2580.104658,954.7489152,2222.872729 +196426,2037.859871,2347.387935,2578.885727,958.3772258,2228.846445 +196427,2045.418581,2350.742938,2579.413101,961.7393512,2245.255711 +196428,2053.193782,2353.915155,2578.913027,965.3661176,2225.173665 +196429,2060.777895,2356.750624,2576.210621,968.7452692,2252.217101 +196430,2067.971581,2360.182837,2576.004929,972.1545939,2250.291696 +196431,2075.478579,2362.83958,2575.014948,975.5271819,2274.41712 +196432,2082.80787,2365.686056,2573.742419,978.8637907,2234.62619 +196433,2090.091993,2368.312704,2572.294558,982.1145834,2290.087234 +196434,2097.426546,2370.773003,2568.952931,985.523089,2257.489635 +196435,2104.313387,2373.483839,2568.295517,988.6430641,2293.098066 +196436,2111.679308,2375.607092,2565.22947,991.9055804,2275.961428 +196437,2118.640046,2378.051709,2564.796138,995.0783155,2290.932058 +196438,2125.778326,2379.795034,2562.119915,998.2353493,2292.21948 +196439,2132.552475,2382.255916,2560.456848,1001.30673,2298.015233 +196440,2139.544069,2384.105018,2559.295458,1004.48909,2302.526824 +196441,2152.27782,2388.645091,2559.600148,1010.106124,2318.414738 +196442,2159.766448,2391.164916,2560.434369,1013.542074,2324.817485 +196443,2166.898074,2393.105469,2561.426845,1016.803809,2336.41114 +196444,2174.143886,2394.900632,2562.120437,1020.046235,2333.060737 +196445,2180.830838,2396.588217,2562.377635,1023.081575,2342.488037 +196446,2187.632926,2398.11839,2562.36941,1026.18689,2347.005908 +196447,2194.363853,2399.530706,2562.375422,1029.140122,2351.780384 +196448,2200.890015,2400.826459,2562.015392,1032.206164,2357.029256 +196449,2207.490667,2402.001461,2561.537389,1035.110456,2361.802701 +196450,2213.883792,2403.2326,2562.673921,1038.031175,2366.743457 +196451,2220.357268,2403.935381,2560.973816,1040.915976,2371.146472 +196452,2226.754266,2404.956515,2559.830669,1043.767078,2376.134798 +196453,2232.929702,2406.004589,2560.583074,1046.590561,2380.682837 +196454,2239.178648,2406.166252,2558.636978,1049.389539,2385.076261 +196455,2245.418535,2407.097837,2559.018192,1052.156702,2389.568601 +196456,2251.473567,2407.285976,2556.880174,1054.903134,2394.012281 +196457,2257.504968,2407.780164,2555.456669,1057.619851,2398.32597 +196458,2269.456169,2408.023296,2554.293028,1060.313601,2402.661595 +196459,2264.663762,2408.184338,2553.246807,1062.923046,2406.688626 +196460,2294.633505,2408.22541,2552.22691,1065.657051,2411.098638 +196461,2252.578876,2408.174331,2551.244319,1068.295968,2415.084795 +196462,2301.599027,2408.118038,2550.265112,1070.815052,2419.23323 +196463,2289.701915,2407.976849,2550.917865,1073.433833,2423.066958 +196464,2299.01827,2407.437386,2548.922136,1075.981258,2432.488853 +196465,2304.451175,2407.154418,2547.514004,1078.513233,2428.648841 +196466,2310.219721,2406.722178,2547.871935,1081.024839,2435.349957 +196467,2315.920859,2405.908115,2545.599928,1083.518057,2438.995608 +196468,2321.459277,2405.369055,2544.033502,1085.987931,2442.574549 +196469,2327.00104,2404.55029,2542.727043,1088.439479,2446.143607 +196470,2332.743174,2403.658311,2541.544445,1090.871162,2450.068914 +196471,2337.846075,2402.529452,2540.414213,1093.225336,2453.335105 +196472,2343.103133,2401.383903,2539.289679,1095.548784,2457.063156 +196473,2348.542133,2399.812542,2538.280223,1097.785486,2466.218188 +196474,2353.667157,2398.460932,2538.909644,1100.152654,2462.342399 +196475,2358.858706,2396.628354,2536.610791,1103.987947,2467.334148 +196476,2364.00098,2395.111429,2534.918325,1104.128985,2471.504973 +196477,2369.097863,2393.273135,2533.541041,1109.354989,2474.498384 +196478,2374.290907,2391.381858,2532.297291,1107.545258,2477.527524 +196479,2379.108142,2389.398557,2531.247768,1115.490917,2485.992021 +196480,2384.190307,2387.296377,2530.237191,1109.702819,2482.907501 +196481,2389.117045,2385.156932,2529.054379,1123.287058,2487.059341 +196482,2394.028529,2382.877818,2527.859354,1109.402685,2490.86888 +196483,2398.905615,2380.706467,2526.866642,1134.285185,2498.647819 +196484,2403.748333,2378.014662,2525.924072,1104.223516,2495.941375 +196485,2408.556322,2375.569257,2524.810837,1129.426668,2499.064134 +196486,2413.332245,2372.878089,2523.768103,1125.656348,2507.446941 +196487,2418.211,2370.270509,2522.831541,1127.412655,2505.46815 +196488,2422.714913,2367.415326,2521.479744,1129.912929,2512.435092 +196489,2427.502169,2364.556773,2520.235392,1131.92684,2511.108005 +196490,2432.234164,2361.624113,2520.42321,1133.916085,2513.512505 +196491,2446.308058,2358.445794,2518.003601,1135.821881,2517.604475 +196492,2427.241896,2348.067138,2516.238732,1137.878645,2516.691565 +196493,2452.790123,2362.302998,2514.75913,1139.840694,2515.718695 +196494,2449.184376,2336.922156,2514.888604,1141.684469,2514.964828 +196495,2455.136393,2349.193331,2512.080351,1143.643621,2510.777436 +196496,2459.696109,2340.356273,2511.491049,1145.539548,2509.473031 +196497,2464.302739,2337.467253,2508.361486,1147.425162,2505.226366 +196498,2468.895589,2333.993578,2505.823971,1149.303608,2501.81901 +196499,2473.267423,2330.322682,2505.242316,1151.168699,2500.890797 +196500,2477.766169,2326.459828,2502.141293,1153.019065,2496.976032 +196501,2364.66287,2269.780633,2501.667427,1111.147394,2496.768543 +196502,2366.588617,2263.368277,2491.610443,1090.646591,2383.434928 +196503,2369.283913,2258.818152,2470.988153,1106.37305,2268.030669 +196504,2372.214397,2254.113622,2451.826701,1104.677846,2363.265921 +196505,2390.226322,2249.192786,2440.103312,1105.32333,2339.463766 +196506,2356.19579,2244.396995,2433.275959,1106.81003,2336.629509 +196507,2392.45933,2239.501271,2428.714956,1108.132178,2338.919817 +196508,2382.352096,2234.58303,2425.664245,1109.392738,2340.641111 +196509,2388.239198,2229.575155,2423.522108,1110.670545,2341.745511 +196510,2391.213811,2224.589951,2422.008987,1111.953186,2347.900849 +196511,2394.574906,2219.451797,2420.763369,1113.3047,2343.19558 +196512,2397.804601,2214.349144,2419.489993,1114.491496,2345.530481 +196513,2401.054332,2209.26176,2418.286031,1115.758695,2347.56246 +196514,2404.303758,2203.777612,2417.211176,1117.133567,2348.818682 +196515,2407.551376,2198.617168,2416.348765,1118.371439,2355.113999 +196516,2410.795051,2193.195154,2415.381583,1119.665838,2345.577066 +196517,2414.036342,2187.748467,2414.363989,1120.949228,2357.905887 +196518,2417.414598,2182.295671,2413.545523,1122.231163,2354.476054 +196519,2420.432458,2176.885452,2412.681379,1123.511422,2355.242281 +196520,2423.762954,2171.093396,2411.876427,1124.790235,2361.786566 +196521,2426.81958,2165.530452,2411.156291,1126.067414,2358.704421 +196522,2430.25782,2159.824782,2411.992954,1127.343636,2360.196312 +196523,2433.361815,2154.084994,2411.723062,1128.616303,2361.609443 +196524,2442.156243,2148.258939,2409.489389,1129.887615,2366.330273 +196525,2431.501739,2142.520858,2409.913908,1131.1594,2365.337584 +196526,2474.351835,2126.115075,2408.012928,1132.492734,2368.937465 +196527,2404.51618,2145.442254,2407.03094,1133.659878,2366.900629 +196528,2469.000599,2098.112142,2408.139244,1134.97338,2368.129677 +196529,2448.204799,2147.776018,2406.585862,1136.221974,2367.234483 +196530,2455.663563,2080.288442,2405.666202,1137.484499,2367.948207 +196531,2458.724384,2119.931638,2404.922234,1138.684318,2366.142944 +196532,2461.74658,2110.688116,2404.067244,1139.870694,2364.304038 +196533,2464.893048,2064.907099,2403.166658,1141.049322,2362.558562 +196534,2467.651059,2097.980363,2402.234776,1142.221253,2360.926028 +196535,2470.725954,2075.55539,2401.207282,1143.38767,2359.307652 +196536,2473.659957,2071.794767,2400.141059,1144.549004,2357.748006 +196537,2476.609378,2065.447971,2400.835847,1145.706905,2358.423874 +196538,2484.210427,2080.010577,2398.822846,1146.85611,2355.883893 +196539,2476.282803,2021.256866,2397.407128,1147.93615,2354.127108 +196540,2515.72621,2060.00798,2396.145263,1149.250894,2352.593748 +196541,2445.86034,2035.238135,2394.96453,1150.194674,2351.190099 +196542,2524.003547,2031.633958,2393.845123,1151.421541,2349.889083 +196543,2476.296224,2024.808473,2392.736099,1152.546275,2348.629196 +196544,2497.555703,2017.9469,2391.674576,1153.674126,2347.45214 +196545,2501.768815,2010.919521,2392.401571,1154.799819,2348.480938 +196546,2505.875133,2004.15023,2390.467987,1155.918023,2346.296851 +196547,2502.847723,2011.656314,2389.071821,1157.03695,2344.778888 +196548,2527.227902,1969.238193,2387.85477,1158.15036,2343.476562 +196549,2480.913373,2004.087721,2386.777163,1159.219364,2342.341546 +196550,2528.521129,1958.2242,2385.771879,1160.358789,2341.294199 +196551,2505.946361,1971.943619,2384.796247,1162.36516,2340.287285 +196552,2510.351713,1955.374988,2385.72482,1163.5967,2341.485983 +196553,2515.993438,1949.289326,2384.080142,1164.832515,2339.483246 +196554,2511.118595,1941.956135,2382.998109,1165.871928,2338.154573 +196555,2539.247974,1934.564047,2382.022342,1167.053009,2336.966497 +196556,2498.423261,1927.192951,2381.127354,1168.164592,2335.896125 +196557,2523.99964,1919.828526,2380.312732,1169.279997,2334.942737 +196558,2536.5342,1912.344795,2379.481357,1170.390311,2333.984607 +196559,2524.197229,1929.756275,2378.599648,1171.424574,2332.976311 +196560,2511.982059,1862.578955,2377.836721,1172.632519,2332.119962 +196561,2325.512101,1796.925252,2376.870344,1064.660363,2330.454805 +196562,2247.692516,1766.56979,2366.094003,1063.074852,2313.73112 +196563,2303.722614,1760.756388,2342.86278,1062.518835,2003.324219 +196564,2281.921866,1751.907763,2308.251231,1062.091631,1879.995575 +196565,2285.635898,1743.243857,2277.426079,1062.008953,2030.748646 +196566,2285.813876,1734.64042,2257.648936,1061.992015,1970.914701 +196567,2286.323695,1726.224963,2244.358456,1062.128948,1966.554721 +196568,2286.883544,1717.794641,2234.665034,1062.099272,1965.612031 +196569,2294.188696,1709.532944,2227.823458,1062.432186,1963.836591 +196570,2278.464116,1701.224749,2222.9123,1062.594067,1961.945433 +196571,2294.118074,1693.073747,2219.251129,1062.857626,1960.365809 +196572,2315.824761,1684.757298,2218.131247,1063.140904,1959.281777 +196573,2250.903803,1676.853062,2214.827164,1063.516568,1957.640998 +196574,2311.485561,1668.778881,2212.489866,1063.74749,1956.591783 +196575,2289.141402,1660.684563,2212.29133,1064.153406,1955.493594 +196576,2294.247594,1675.343759,2209.538574,1064.516846,1954.257333 +196577,2295.606313,1612.155836,2209.354377,1064.918957,1953.430753 +196578,2296.827994,1674.270247,2208.473093,1065.335034,1952.400614 +196579,2298.130654,1594.668526,2207.346973,1065.773804,1951.368118 +196580,2299.475097,1637.922546,2206.142632,1066.231106,1950.801545 +196581,2300.864564,1607.695477,2204.871978,1066.707285,1949.895203 +196582,2302.292261,1607.120414,2201.830835,1067.200218,1949.105779 +196583,2303.777634,1597.966038,2199.818675,1067.714822,1948.597454 +196584,2305.297489,1590.72795,2198.386035,1068.244743,1953.000174 +196585,2329.200833,1585.13546,2198.780318,1068.173508,1940.119603 +196586,2298.139895,1577.918729,2198.249906,1068.579576,1954.903495 +196587,2330.22334,1570.719893,2195.752126,1069.088836,1943.935395 +196588,2320.859735,1563.442333,2193.955099,1069.636638,1946.193127 +196589,2324.963339,1556.154278,2192.479379,1070.206939,1945.972367 +196590,2327.241203,1549.022769,2191.280119,1070.797802,1945.316342 +196591,2329.35234,1541.852325,2190.227166,1071.360416,1945.081713 +196592,2331.473723,1534.435373,2189.257756,1071.930129,1944.672857 +196593,2334.033383,1527.599991,2190.09279,1072.512571,1944.764396 +196594,2343.585657,1520.397318,2188.207814,1073.103421,1944.071444 +196595,2325.555702,1513.477799,2186.966861,1073.71069,1944.142163 +196596,2346.092171,1506.479778,2185.977822,1074.327944,1944.070863 +196597,2340.926358,1499.670234,2185.100618,1074.957615,1943.771181 +196598,2344.376652,1492.704251,2184.296881,1075.598966,1944.313546 +196599,2346.610992,1486.26681,2183.531658,1076.251747,1943.688286 +196600,2353.606638,1479.415461,2182.781367,1076.915613,1943.734469 +196601,2343.89813,1472.91135,2183.825023,1077.591406,1944.04313 +196602,2380.862867,1468.057912,2182.136558,1078.274544,1943.551947 +196603,2318.627111,1463.185617,2181.252007,1079.041905,1949.032217 +196604,2398.216634,1458.454479,2182.248146,1079.644473,1937.300792 +196605,2325.245143,1453.636834,2180.59791,1080.405151,1950.789566 +196606,2396.727417,1448.951898,2181.481613,1081.124096,1943.337363 +196607,2350.290292,1444.313086,2179.710995,1081.85251,1943.703742 +196608,2375.49354,1439.836132,2178.549685,1082.597862,1944.959285 +196609,2351.903123,1435.198222,2179.483279,1083.35059,1945.266896 +196610,2397.40241,1430.731864,2177.978651,1084.10666,1944.803251 +196611,2348.101594,1426.491756,2177.195084,1084.877435,1945.305093 +196612,2403.64311,1422.138494,2176.775131,1085.653161,1945.603599 +196613,2367.001922,1417.938818,2176.463509,1086.365971,1945.831905 +196614,2387.631126,1413.803977,2176.134027,1087.263145,1951.113859 +196615,2383.352263,1409.748597,2175.571887,1088.011871,1939.846235 +196616,2387.483468,1405.775497,2175.06302,1088.828753,1952.721852 +196617,2389.472565,1401.886812,2174.93155,1089.642408,1946.511449 +196618,2391.873865,1397.993068,2174.858425,1090.46226,1946.945273 +196619,2394.297812,1394.951608,2174.779046,1091.288809,1947.988302 +196620,2396.508136,1391.721047,2174.792576,1092.121836,1948.362209 +196621,2634.594316,1495.458454,2180.653515,1199.640134,2004.708842 +196622,2641.188455,1494.691002,2203.344773,1204.402144,2031.626202 +196623,2646.525948,1493.21948,2230.309334,1207.589148,2065.474966 +196624,2650.443184,1491.958913,2252.601858,1210.336969,2094.863522 +196625,2654.884485,1490.165579,2268.812714,1213.182529,2117.434502 +196626,2658.979151,1488.531285,2279.751847,1215.940715,2134.145001 +196627,2662.88885,1487.020891,2287.458378,1218.73262,2146.643785 +196628,2666.917032,1485.329612,2294.450585,1221.566398,2158.374451 +196629,2670.579377,1483.725674,2299.330457,1224.446807,2166.983921 +196630,2674.357821,1482.125185,2302.880787,1227.382585,2173.705779 +196631,2677.943438,1480.541272,2303.764639,1230.373414,2177.017163 +196632,2681.687811,1478.977888,2305.167791,1233.424268,2180.515123 +196633,2685.321501,1477.433623,2306.158094,1236.53249,2183.956061 +196634,2689.058944,1475.910596,2309.424146,1239.622471,2188.963563 +196635,2692.353765,1474.404533,2309.83155,1243.043275,2190.420668 +196636,2696.198475,1473.015244,2312.556587,1246.157029,2194.378828 +196637,2699.133291,1471.41254,2312.648695,1249.56799,2195.06993 +196638,2703.111349,1470.034014,2313.338653,1252.96119,2196.35608 +196639,2706.369268,1468.594084,2314.227756,1256.422895,2197.748153 +196640,2709.847967,1467.186439,2315.200651,1259.943242,2199.122392 +196641,2713.204497,1465.797822,2316.205161,1263.522072,2200.43439 +196642,2716.772404,1464.338192,2319.08581,1267.159436,2203.755814 +196643,2719.761111,1463.115489,2319.144096,1270.852942,2203.745045 +196644,2730.828171,1461.718982,2319.750615,1274.606318,2204.351212 +196645,2716.059278,1460.414689,2320.656387,1278.495199,2205.259426 +196646,2741.281358,1459.115857,2323.178917,1282.245533,2208.11326 +196647,2722.771107,1457.83214,2324.797483,1286.226398,2209.816493 +196648,2746.763164,1456.56538,2324.377973,1290.196354,2208.96517 +196649,2737.223246,1455.318945,2326.503879,1294.157933,2211.220009 +196650,2742.704891,1454.08394,2326.156834,1298.375726,2210.373991 +196651,2746.617431,1452.811079,2326.446949,1302.397306,2210.274477 +196652,2749.276951,1451.540463,2327.033565,1306.531131,2210.509586 +196653,2752.145688,1450.280599,2327.734235,1310.702543,2210.870056 +196654,2755.208033,1449.032309,2328.478355,1315.005107,2211.279822 +196655,2758.515085,1447.797984,2331.115839,1319.156463,2213.797069 +196656,2761.022096,1446.573592,2332.60664,1325.631785,2215.152902 +196657,2764.398269,1445.363997,2333.695953,1328.357743,2216.03342 +196658,2767.285179,1444.166788,2334.577145,1336.718684,2216.657558 +196659,2769.944308,1442.981323,2333.664037,1335.013763,2215.050619 +196660,2773.454539,1441.813326,2335.320471,1351.228546,2216.585616 +196661,2776.17195,1440.65385,2336.404208,1332.402097,2217.401891 +196662,2778.913224,1439.508241,2335.61196,1351.403528,2215.898301 +196663,2782.056181,1438.378886,2335.635717,1357.278266,2215.384667 +196664,2784.873786,1437.26088,2335.981351,1358.924404,2215.250236 +196665,2795.519972,1436.15728,2336.670078,1364.798532,2215.532075 +196666,2781.603383,1434.979005,2338.968012,1369.548493,2217.808953 +196667,2803.467184,1434.030254,2338.620854,1374.500887,2216.838459 +196668,2795.366136,1432.905521,2339.021165,1379.442089,2216.794101 +196669,2800.122482,1431.957408,2341.184436,1384.444017,2218.925192 +196670,2803.08687,1430.788815,2340.725177,1389.580488,2217.823229 +196671,2806.00862,1429.828584,2340.910695,1394.553194,2217.512532 +196672,2809.033295,1428.804625,2341.329793,1399.771445,2217.478327 +196673,2811.889602,1427.807206,2341.856117,1404.964197,2217.569437 +196674,2815.128861,1426.824551,2344.104429,1410.222249,2219.792869 +196675,2817.313706,1425.850993,2343.734974,1415.436144,2218.795447 +196676,2820.239422,1424.894924,2343.92396,1421.016326,2218.488416 +196677,2823.596707,1423.949763,2344.318413,1426.225366,2218.425254 +196678,2833.804472,1423.019465,2346.65979,1431.761793,2220.767654 +196679,2819.744853,1422.097295,2346.260903,1437.249644,2219.733427 +196680,2841.463841,1421.192784,2346.367703,1442.806409,2219.323816 +196681,2876.298064,1443.194374,2347.683955,1471.371925,2220.369609 +196682,2893.726409,1443.604968,2352.322404,1478.141357,2226.090224 +196683,2886.337319,1443.61369,2358.141131,1484.815599,2233.419284 +196684,2902.72766,1443.510636,2363.046666,1491.189279,2240.246219 +196685,2901.754776,1443.324175,2367.014193,1497.765091,2245.759448 +196686,2904.083768,1443.084885,2369.993108,1504.208183,2250.022947 +196687,2908.0981,1442.815336,2372.21473,1510.505594,2253.278485 +196688,2918.800539,1442.527722,2374.204649,1517.010008,2256.153847 +196689,2917.434769,1442.229511,2376.061365,1523.455275,2258.76672 +196690,2918.951237,1441.924191,2377.566737,1529.939304,2260.852473 +196691,2922.237507,1441.615126,2378.760285,1547.675035,2262.46507 +196692,2931.842216,1441.303572,2380.023152,1526.460749,2264.08062 +196693,2931.877497,1440.990901,2381.378356,1557.567115,2265.736711 +196694,2932.824686,1440.677433,2382.521134,1554.446845,2267.067349 +196695,2934.788104,1440.364645,2383.426715,1562.75335,2268.048761 +196696,2937.420994,1440.052375,2384.222502,1569.459965,2268.842337 +196697,2939.475484,1439.741472,2384.942676,1587.363503,2269.494601 +196698,2939.468215,1439.431878,2385.584382,1566.351237,2270.202657 +196699,2939.41625,1439.123654,2386.062314,1603.605333,2270.457027 +196700,2939.344582,1438.817461,2386.359122,1585.714018,2270.452502 +196701,2939.324481,1438.513324,2386.53177,1607.495207,2270.265935 +196702,2939.336419,1438.211619,2386.597727,1610.185186,2269.923441 +196703,2942.041491,1437.913789,2388.282545,1628.562675,2271.553331 +196704,2940.776786,1437.613737,2387.389675,1605.013909,2270.011721 +196705,2940.603613,1437.321603,2387.132265,1655.51799,2269.235141 +196706,2940.729135,1437.029062,2387.006443,1630.534532,2268.599347 +196707,2940.890712,1436.740083,2386.85666,1644.829071,2267.919123 +196708,2941.338506,1436.453709,2386.853696,1654.446359,2267.411359 +196709,2942.175387,1436.170465,2387.073744,1659.508194,2267.176125 +196710,2943.279606,1435.889884,2387.449394,1666.695424,2267.136323 +196711,2944.572786,1435.552854,2387.938312,1673.85164,2267.243727 +196712,2945.987739,1435.206074,2388.500621,1680.638406,2267.651602 +196713,2947.469489,1434.855967,2389.102114,1687.666928,2267.90226 +196714,2948.993371,1434.503556,2389.727036,1694.438311,2268.200652 +196715,2950.549137,1434.15011,2390.368523,1701.635518,2268.539781 +196716,2952.12425,1433.795488,2391.018241,1708.444515,2269.089554 +196717,2953.71144,1433.440494,2391.671181,1715.388093,2269.391293 +196718,2955.312851,1433.084759,2392.328351,1722.522936,2269.903139 +196719,2957.033982,1432.729015,2393.056702,1735.350794,2269.959939 +196720,2958.7585,1432.372687,2393.783076,1733.799313,2270.542656 +196721,2960.378752,1432.016428,2394.43922,1744.478462,2271.13528 +196722,2962.008722,1431.659859,2395.096407,1751.061771,2271.580296 +196723,2963.666152,1431.303694,2395.765065,1757.898923,2272.038473 +196724,2965.320207,1430.946875,2396.425592,1764.934061,2272.488135 +196725,2966.977346,1430.590787,2397.082249,1771.822816,2273.170332 +196726,2968.644944,1430.234379,2397.739874,1779.072655,2273.649044 +196727,2970.324095,1429.878403,2398.399368,1786.015219,2274.127292 +196728,2972.01138,1429.522271,2399.058799,1793.085871,2274.606313 +196729,2973.707014,1429.166568,2399.718499,1800.115978,2275.088276 +196730,2975.412833,1428.810885,2400.379805,1807.016253,2275.575238 +196731,2977.13358,1428.455204,2401.045914,1814.288806,2276.071037 +196732,2978.937618,1428.099769,2401.760591,1824.368917,2276.629586 +196733,2980.904721,1427.74462,2402.57558,1834.306333,2277.531007 +196734,2983.14321,1427.389357,2403.561953,1849.020014,2278.442968 +196735,2985.463301,1427.034341,2404.60247,1851.177704,2279.424539 +196736,2987.686798,1426.678976,2405.585549,1862.918953,2280.341588 +196737,2989.933929,1426.323958,2406.586225,1872.563783,2281.287393 +196738,2992.23327,1425.968535,2407.621031,1881.58177,2282.281145 +196739,2994.533212,1425.613281,2408.849858,1890.723703,2283.280065 +196740,2996.97537,1425.257683,2409.968954,1905.402474,2284.394633 +196741,2999.39947,1391.72329,2411.353264,1873.275508,2286.292744 +196742,2995.750095,1390.908771,2408.332897,1886.455958,2281.802683 +196743,2989.97592,1390.248701,2403.627119,1894.690466,2274.554415 +196744,2988.149244,1389.499033,2401.32242,1909.108251,2269.978527 +196745,2984.310761,1388.973299,2397.774961,1911.088839,2263.804456 +196746,2982.904986,1388.267111,2395.835911,1922.01031,2259.68397 +196747,2982.915216,1387.634288,2394.867334,1931.476562,2256.882882 +196748,2983.938456,1386.989784,2394.614701,1945.210147,2255.117387 +196749,2985.442718,1386.345368,2394.746647,1948.028102,2253.990514 +196750,2987.042433,1385.700275,2395.0105,1957.848514,2253.188748 +196751,2991.520692,1385.055626,2397.172077,1972.964467,2254.896535 +196752,2992.143971,1384.405775,2396.955701,1975.2861,2253.80903 +196753,2993.469368,1383.842964,2397.229053,1984.670802,2253.453557 +196754,2995.175101,1383.067967,2397.760401,1998.269242,2253.519492 +196755,2997.142681,1382.474004,2398.472859,2002.226099,2253.901979 +196756,2999.185736,1381.721187,2399.245616,2014.276838,2254.446133 +196757,3001.634123,1381.187485,2400.11568,2023.056309,2255.191825 +196758,3003.699527,1380.468748,2400.946835,2026.58658,2256.165327 +196759,3005.425514,1379.81936,2401.579196,2032.169492,2256.752401 +196760,3006.787303,1379.155466,2401.979873,2035.365698,2257.100083 +196761,3007.751901,1378.489399,2402.121339,2038.228043,2257.166936 +196762,3008.343924,1377.821067,2402.008037,2041.595037,2256.950668 +196763,3008.643653,1377.151256,2401.69012,2044.996937,2256.506627 +196764,3008.744829,1376.479504,2401.221253,2048.549518,2255.896602 +196765,3008.707244,1375.806548,2400.643233,2052.188881,2255.169892 +196766,3008.582573,1375.131919,2399.986384,2055.873726,2254.363263 +196767,3008.395712,1374.456292,2399.272626,2059.58163,2253.503985 +196768,3008.173774,1373.779185,2398.517834,2063.301564,2252.612195 +196769,3007.924833,1373.101236,2397.733436,2067.028028,2251.702511 +196770,3007.664462,1372.421965,2396.927713,2070.757999,2250.785505 +196771,3007.393152,1371.650298,2396.106768,2074.489759,2249.868828 +196772,3007.101862,1370.858397,2395.265235,2078.184451,2248.958339 +196773,3006.787589,1370.05602,2394.400136,2081.83499,2248.05843 +196774,3006.453502,1369.245082,2393.513108,2085.437373,2247.17227 +196775,3006.104744,1368.427355,2392.607895,2089.008663,2246.301734 +196776,3005.745768,1367.603009,2391.688223,2092.550862,2245.447647 +196777,3005.379435,1366.773054,2390.756876,2096.076705,2244.609933 +196778,3005.00744,1365.937315,2389.815767,2099.582261,2243.788029 +196779,3004.629007,1365.096598,2388.86508,2103.25698,2242.979687 +196780,3004.244429,1364.250637,2387.905525,2106.700388,2242.183633 +196781,3003.856461,1363.400146,2386.93926,2110.121429,2241.400625 +196782,3003.46657,1362.544831,2385.96754,2113.541262,2240.630511 +196783,3003.07445,1361.685353,2384.990472,2116.954709,2239.871879 +196784,3002.679649,1360.821396,2384.008029,2120.357624,2239.123315 +196785,3002.281906,1359.953589,2383.0202,2123.748944,2238.383537 +196786,3001.881133,1359.081602,2382.027042,2127.128547,2237.651474 +196787,3001.475611,1358.206025,2381.027567,2130.675021,2236.92484 +196788,3001.065265,1357.326522,2380.021755,2133.983457,2236.202653 +196789,3000.652666,1356.443648,2379.011257,2137.275805,2235.486098 +196790,3000.239063,1355.557057,2377.996903,2140.5624,2234.775447 +196791,2999.82261,1354.667281,2376.977554,2144.00108,2234.0686 +196792,2999.402979,1353.773971,2375.953044,2147.19877,2233.364738 +196793,2998.980013,1352.877634,2374.923276,2150.647341,2232.663168 +196794,2998.558016,1351.977919,2373.890986,2153.368518,2231.96679 +196795,2998.140471,1351.075306,2372.858429,2156.550823,2231.277976 +196796,2997.721146,1350.173749,2371.821758,2159.951077,2230.591573 +196797,2997.293127,1349.261669,2370.777126,2163.32998,2229.901379 +196798,2996.85853,1348.35407,2369.72508,2166.514269,2229.209087 +196799,2996.420587,1347.440504,2368.668009,2169.663639,2228.516377 +196800,2995.981186,1346.523648,2367.607025,2172.793678,2227.824435 +196801,2998.025549,1279.232152,2368.951139,2177.286628,2231.437354 +196802,2990.488037,1277.385788,2363.122451,2175.640977,2224.283985 +196803,2981.407076,1275.779464,2355.684713,2174.06148,2213.829298 +196804,2969.539332,1274.212916,2346.341623,2171.180368,2200.224623 +196805,2961.307129,1272.670616,2339.571886,2171.31726,2189.901566 +196806,2956.446754,1271.133058,2334.888626,2173.52505,2182.261703 +196807,2953.597378,1269.599972,2331.630092,2176.827424,2176.605809 +196808,2928.911193,1295.288941,2328.72263,2180.155648,2171.65222 +196809,2894.909714,1226.172925,2325.162086,2182.063766,2166.165558 +196810,2918.693129,1284.505806,2321.584923,2183.590817,2160.923552 +196811,2914.039133,1279.780595,2318.675954,2185.820518,2156.982887 +196812,2900.48549,1233.553606,2316.457392,2188.382166,2153.881945 +196813,2913.738746,1271.95291,2314.574525,2191.101636,2151.423321 +196814,2897.193901,1275.657526,2312.872624,2193.81407,2149.40597 +196815,2903.160866,1229.459038,2312.913272,2198.262515,2149.557927 +196816,2901.107807,1295.427513,2310.636403,2199.935274,2147.262002 +196817,2899.106988,1212.35444,2309.090386,2202.312441,2146.037247 +196818,2897.982617,1298.360933,2309.401775,2206.678837,2147.239229 +196819,2895.271355,1207.184052,2307.318425,2208.272934,2145.624594 +196820,2893.658116,1293.973948,2305.82559,2210.46896,2144.843999 +196821,2892.079387,1206.459222,2304.576662,2212.917948,2144.451903 +196822,2882.482983,1286.436256,2303.30082,2215.313759,2144.112034 +196823,2896.1934,1208.334199,2302.215672,2217.879571,2143.899923 +196824,2879.046204,1276.126658,2302.874037,2222.314538,2146.088203 +196825,2884.180672,1212.922596,2300.878367,2223.68887,2145.143172 +196826,2882.60816,1265.229628,2299.483186,2225.699886,2144.975432 +196827,2880.547122,1216.859602,2299.989057,2230.026615,2147.149476 +196828,2878.021863,1253.395604,2299.666965,2233.153398,2148.369878 +196829,2875.666032,1222.638329,2297.367049,2233.995881,2147.145536 +196830,2874.146006,1242.030658,2295.810981,2235.701475,2147.022449 +196831,2871.889719,1226.547029,2294.537853,2237.782261,2147.440535 +196832,2869.450217,1232.545144,2293.393245,2239.973475,2147.632201 +196833,2867.263375,1228.213755,2292.284592,2242.108356,2147.882299 +196834,2856.401419,1226.919189,2291.027455,2243.961781,2148.162867 +196835,2871.502763,1225.161416,2291.514366,2247.659861,2150.610746 +196836,2848.881284,1223.3927,2289.490027,2248.417479,2150.074597 +196837,2857.61454,1221.608432,2287.842064,2249.552422,2150.028806 +196838,2853.607757,1219.81666,2286.464066,2250.991362,2150.093751 +196839,2850.244105,1218.013793,2286.872822,2254.407089,2152.589206 +196840,2846.993556,1216.206548,2284.736003,2254.87646,2151.992314 +196841,2845.326261,1214.458686,2284.773102,2257.72748,2154.098391 +196842,2841.32383,1212.524578,2282.442998,2257.868203,2153.314279 +196843,2838.727327,1210.739473,2280.72386,2258.695838,2153.291984 +196844,2836.161898,1208.883277,2280.868573,2261.610197,2155.566077 +196845,2832.473027,1207.032452,2278.576338,2261.72728,2154.866461 +196846,2830.107396,1205.169858,2278.51421,2264.296401,2156.922252 +196847,2819.099079,1203.30283,2277.739276,2265.983468,2158.125466 +196848,2832.884312,1201.427486,2274.9214,2265.321532,2156.831959 +196849,2809.92683,1199.542834,2273.015016,2265.719197,2156.446714 +196850,2826.664885,1197.651871,2271.404457,2266.474685,2156.621228 +196851,2803.629307,1195.752222,2271.551408,2269.176323,2158.984921 +196852,2812.57285,1193.848097,2269.116044,2268.8686,2158.175862 +196853,2806.78919,1191.933564,2267.349481,2269.269635,2158.207881 +196854,2802.881806,1190.013428,2265.829418,2269.929718,2158.544983 +196855,2800.023203,1188.084914,2266.013284,2272.46781,2161.002441 +196856,2796.164186,1186.152151,2263.691567,2272.08902,2160.380397 +196857,2792.870412,1184.136525,2261.928263,2272.304307,2160.461141 +196858,2789.39833,1182.294836,2260.165509,2272.722792,2160.773201 +196859,2786.083242,1180.286229,2260.337989,2275.067377,2163.243319 +196860,2782.180329,1178.338189,2258.006741,2274.491843,2162.621008 +196861,1965.881646,1176.757472,1032.021707,1739.307794,2302.973651 +196862,2051.525874,1305.719635,1079.532888,1819.854211,2363.738379 +196863,2140.815076,1309.806221,1133.148962,1904.003509,2413.292495 +196864,2207.59976,1306.205708,1177.109063,1962.809968,2439.977066 +196865,2256.374611,1306.303106,1212.213053,1999.020854,2456.892815 +196866,2291.791018,1305.443384,1239.938018,2019.461718,2468.638107 +196867,2318.165334,1304.387141,1262.244752,2030.969028,2477.630928 +196868,2338.612923,1303.306608,1280.681053,2038.165211,2484.695191 +196869,2355.006023,1302.201798,1296.232697,2043.383064,2490.686677 +196870,2368.39789,1301.074277,1309.665351,2047.553339,2495.930497 +196871,2379.391385,1299.931974,1321.002503,2050.976759,2500.551043 +196872,2388.45807,1298.777645,1330.73157,2053.822473,2504.664772 +196873,2395.974379,1297.597847,1339.112098,2056.226076,2508.359974 +196874,2402.217178,1296.43183,1346.348171,2058.282674,2511.674829 +196875,2407.422388,1295.26969,1352.617473,2060.077871,2514.653549 +196876,2411.784146,1294.109334,1358.070987,2061.67695,2517.338811 +196877,2415.458651,1292.95384,1362.835207,2063.124791,2519.768666 +196878,2418.570791,1291.802184,1367.015752,2064.451079,2521.976408 +196879,2421.220297,1290.656628,1370.700768,2065.675553,2523.990856 +196880,2423.487178,1289.515597,1373.963984,2066.811874,2525.837119 +196881,2425.435664,1288.380683,1376.867078,2067.869805,2527.53693 +196882,2427.117544,1287.250008,1379.461745,2068.856556,2529.109222 +196883,2428.574531,1286.124724,1381.791284,2069.777462,2530.570329 +196884,2429.840407,1285.002827,1383.892053,2070.822567,2531.934468 +196885,2430.942442,1283.870894,1385.794543,2071.610136,2533.213824 +196886,2431.872794,1282.751906,1387.509117,2072.312564,2534.386037 +196887,2432.676729,1281.638425,1389.070608,2072.961032,2535.489137 +196888,2433.392638,1280.526583,1390.50886,2073.57844,2536.556057 +196889,2434.020855,1279.416511,1391.833593,2074.155041,2537.580847 +196890,2434.566552,1278.306664,1393.055576,2074.685692,2538.564192 +196891,2435.056166,1277.007733,1394.184922,2075.168115,2539.508918 +196892,2435.502052,1275.886472,1395.226246,2075.508245,2540.418421 +196893,2435.91089,1274.572635,1396.184275,2075.654669,2541.295947 +196894,2436.285012,1273.322456,1397.064957,2075.60831,2542.144413 +196895,2436.62447,1272.051025,1397.874639,2075.393972,2542.966346 +196896,2436.92866,1270.771511,1398.619287,2075.038041,2543.763926 +196897,2437.197073,1269.484475,1399.304147,2074.559973,2544.538989 +196898,2437.429478,1268.189707,1399.933748,2073.972196,2545.293107 +196899,2437.625761,1266.887477,1400.511991,2073.282523,2546.027567 +196900,2437.786007,1265.57753,1401.042283,2072.496322,2546.743469 +196901,2437.91031,1264.260102,1401.527605,2071.617677,2547.441711 +196902,2437.998847,1262.934935,1401.970601,2070.649931,2548.123045 +196903,2438.051809,1261.682095,1402.373607,2069.408225,2548.788072 +196904,2438.069409,1260.22233,1402.738716,2068.280459,2549.437297 +196905,2438.051864,1258.933498,1403.067801,2067.075335,2550.071128 +196906,2437.999473,1257.564923,1403.362559,2065.787901,2550.689909 +196907,2437.912512,1256.201782,1403.624515,2064.41826,2551.293898 +196908,2437.791257,1254.830887,1403.855067,2062.966704,2551.883314 +196909,2437.635969,1253.452591,1404.055478,2061.434332,2552.458305 +196910,2437.446907,1252.06676,1404.226916,2059.823041,2553.018995 +196911,2437.224331,1250.594187,1404.37046,2058.134915,2553.565481 +196912,2436.96855,1249.312012,1404.487121,2056.37182,2554.097862 +196913,2436.679866,1247.845563,1404.577833,2054.535279,2554.616201 +196914,2436.358546,1246.443322,1404.643473,2052.626544,2555.120557 +196915,2436.004844,1245.021203,1404.684856,2050.646671,2555.610959 +196916,2435.619022,1243.591685,1404.702758,2048.596615,2556.087448 +196917,2435.201332,1242.155216,1404.697901,2046.477243,2556.550038 +196918,2434.752027,1240.7116,1404.670975,2044.28938,2556.998754 +196919,2434.271362,1239.261145,1404.622628,2042.033801,2557.433604 +196920,2433.759623,1237.803687,1404.553484,2039.711252,2557.854611 +196921,0,0,0,0,0 +196922,0,0,0,0,0 +196923,0,0,0,0,0 +196924,0,0,0,0,0 +196925,0,0,0,0,0 +196926,0,0,0,0,0 +196927,0,0,0,0,0 +196928,0,0,0,0,0 +196929,0,0,0,0,0 +196930,0,0,0,0,0 +196931,0,0,0,0,0 +196932,0,0,0,0,0 +196933,0,0,0,0,0 +196934,0,0,0,0,0 +196935,0,0,0,0,0 +196936,0,0,0,0,0 +196937,0,0,0,0,0 +196938,0,0,0,0,0 +196939,0,0,0,0,0 +196940,0,0,0,0,0 +196941,0,0,0,0,0 +196942,0,0,0,0,0 +196943,0,0,0,0,0 +196944,0,0,0,0,0 +196945,0,0,0,0,0 +196946,0,0,0,0,0 +196947,0,0,0,0,0 +196948,0,0,0,0,0 +196949,0,0,0,0,0 +196950,0,0,0,0,0 +196951,0,0,0,0,0 +196952,0,0,0,0,0 +196953,0,0,0,0,0 +196954,0,0,0,0,0 +196955,0,0,0,0,0 +196956,0,0,0,0,0 +196957,0,0,0,0,0 +196958,0,0,0,0,0 +196959,0,0,0,0,0 +196960,0,0,0,0,0 +196961,0,0,0,0,0 +196962,0,0,0,0,0 +196963,0,0,0,0,0 +196964,0,0,0,0,0 +196965,0,0,0,0,0 +196966,0,0,0,0,0 +196967,0,0,0,0,0 +196968,0,0,0,0,0 +196969,0,0,0,0,0 +196970,0,0,0,0,0 +196971,0,0,0,0,0 +196972,0,0,0,0,0 +196973,0,0,0,0,0 +196974,0,0,0,0,0 +196975,0,0,0,0,0 +196976,0,0,0,0,0 +196977,0,0,0,0,0 +196978,0,0,0,0,0 +196979,0,0,0,0,0 +196980,0,0,0,0,0 +196981,0,0,0,0,0 +196982,0,0,0,0,0 +196983,0,0,0,0,0 +196984,0,0,0,0,0 +196985,0,0,0,0,0 +196986,0,0,0,0,0 +196987,0,0,0,0,0 +196988,0,0,0,0,0 +196989,0,0,0,0,0 +196990,0,0,0,0,0 +196991,0,0,0,0,0 +196992,0,0,0,0,0 +196993,0,0,0,0,0 +196994,0,0,0,0,0 +196995,0,0,0,0,0 +196996,0,0,0,0,0 +196997,0,0,0,0,0 +196998,0,0,0,0,0 +196999,0,0,0,0,0 +197000,0,0,0,0,0 +197001,0,0,0,0,0 +197002,0,0,0,0,0 +197003,0,0,0,0,0 +197004,0,0,0,0,0 +197005,0,0,0,0,0 +197006,0,0,0,0,0 +197007,0,0,0,0,0 +197008,0,0,0,0,0 +197009,0,0,0,0,0 +197010,0,0,0,0,0 +197011,0,0,0,0,0 +197012,0,0,0,0,0 +197013,0,0,0,0,0 +197014,0,0,0,0,0 +197015,0,0,0,0,0 +197016,0,0,0,0,0 +197017,0,0,0,0,0 +197018,0,0,0,0,0 +197019,0,0,0,0,0 +197020,0,0,0,0,0 +197021,0,0,0,0,0 +197022,0,0,0,0,0 +197023,0,0,0,0,0 +197024,0,0,0,0,0 +197025,0,0,0,0,0 +197026,0,0,0,0,0 +197027,0,0,0,0,0 +197028,0,0,0,0,0 +197029,0,0,0,0,0 +197030,0,0,0,0,0 +197031,0,0,0,0,0 +197032,0,0,0,0,0 +197033,0,0,0,0,0 +197034,0,0,0,0,0 +197035,0,0,0,0,0 +197036,0,0,0,0,0 +197037,0,0,0,0,0 +197038,0,0,0,0,0 +197039,0,0,0,0,0 +197040,0,0,0,0,0 +197041,0,0,0,0,0 +197042,0,0,0,0,0 +197043,0,0,0,0,0 +197044,0,0,0,0,0 +197045,0,0,0,0,0 +197046,0,0,0,0,0 +197047,0,0,0,0,0 +197048,0,0,0,0,0 +197049,0,0,0,0,0 +197050,0,0,0,0,0 +197051,0,0,0,0,0 +197052,0,0,0,0,0 +197053,0,0,0,0,0 +197054,0,0,0,0,0 +197055,0,0,0,0,0 +197056,0,0,0,0,0 +197057,0,0,0,0,0 +197058,0,0,0,0,0 +197059,0,0,0,0,0 +197060,0,0,0,0,0 +197061,0,0,0,0,0 +197062,0,0,0,0,0 +197063,0,0,0,0,0 +197064,0,0,0,0,0 +197065,0,0,0,0,0 +197066,0,0,0,0,0 +197067,0,0,0,0,0 +197068,0,0,0,0,0 +197069,0,0,0,0,0 +197070,0,0,0,0,0 +197071,0,0,0,0,0 +197072,0,0,0,0,0 +197073,0,0,0,0,0 +197074,0,0,0,0,0 +197075,0,0,0,0,0 +197076,0,0,0,0,0 +197077,0,0,0,0,0 +197078,0,0,0,0,0 +197079,0,0,0,0,0 +197080,0,0,0,0,0 +197081,0,0,0,0,0 +197082,0,0,0,0,0 +197083,0,0,0,0,0 +197084,0,0,0,0,0 +197085,0,0,0,0,0 +197086,0,0,0,0,0 +197087,0,0,0,0,0 +197088,0,0,0,0,0 +197089,0,0,0,0,0 +197090,0,0,0,0,0 +197091,0,0,0,0,0 +197092,0,0,0,0,0 +197093,0,0,0,0,0 +197094,0,0,0,0,0 +197095,0,0,0,0,0 +197096,0,0,0,0,0 +197097,0,0,0,0,0 +197098,0,0,0,0,0 +197099,0,0,0,0,0 +197100,0,0,0,0,0 +197101,0,0,0,0,0 +197102,0,0,0,0,0 +197103,0,0,0,0,0 +197104,0,0,0,0,0 +197105,0,0,0,0,0 +197106,0,0,0,0,0 +197107,0,0,0,0,0 +197108,0,0,0,0,0 +197109,0,0,0,0,0 +197110,0,0,0,0,0 +197111,0,0,0,0,0 +197112,0,0,0,0,0 +197113,0,0,0,0,0 +197114,0,0,0,0,0 +197115,0,0,0,0,0 +197116,0,0,0,0,0 +197117,0,0,0,0,0 +197118,0,0,0,0,0 +197119,0,0,0,0,0 +197120,0,0,0,0,0 +197121,0,0,0,0,0 +197122,0,0,0,0,0 +197123,0,0,0,0,0 +197124,0,0,0,0,0 +197125,0,0,0,0,0 +197126,0,0,0,0,0 +197127,0,0,0,0,0 +197128,0,0,0,0,0 +197129,0,0,0,0,0 +197130,0,0,0,0,0 +197131,0,0,0,0,0 +197132,0,0,0,0,0 +197133,0,0,0,0,0 +197134,0,0,0,0,0 +197135,0,0,0,0,0 +197136,0,0,0,0,0 +197137,0,0,0,0,0 +197138,0,0,0,0,0 +197139,0,0,0,0,0 +197140,0,0,0,0,0 +197141,0,0,0,0,0 +197142,0,0,0,0,0 +197143,0,0,0,0,0 +197144,0,0,0,0,0 +197145,0,0,0,0,0 +197146,0,0,0,0,0 +197147,0,0,0,0,0 +197148,0,0,0,0,0 +197149,0,0,0,0,0 +197150,0,0,0,0,0 +197151,0,0,0,0,0 +197152,0,0,0,0,0 +197153,0,0,0,0,0 +197154,0,0,0,0,0 +197155,0,0,0,0,0 +197156,0,0,0,0,0 +197157,0,0,0,0,0 +197158,0,0,0,0,0 +197159,0,0,0,0,0 +197160,0,0,0,0,0 +197161,0,0,0,0,0 +197162,0,0,0,0,0 +197163,0,0,0,0,0 +197164,0,0,0,0,0 +197165,0,0,0,0,0 +197166,0,0,0,0,0 +197167,0,0,0,0,0 +197168,0,0,0,0,0 +197169,0,0,0,0,0 +197170,0,0,0,0,0 +197171,0,0,0,0,0 +197172,0,0,0,0,0 +197173,0,0,0,0,0 +197174,0,0,0,0,0 +197175,0,0,0,0,0 +197176,0,0,0,0,0 +197177,0,0,0,0,0 +197178,0,0,0,0,0 +197179,0,0,0,0,0 +197180,0,0,0,0,0 +197181,0,0,0,0,0 +197182,0,0,0,0,0 +197183,0,0,0,0,0 +197184,0,0,0,0,0 +197185,0,0,0,0,0 +197186,0,0,0,0,0 +197187,0,0,0,0,0 +197188,0,0,0,0,0 +197189,0,0,0,0,0 +197190,0,0,0,0,0 +197191,0,0,0,0,0 +197192,0,0,0,0,0 +197193,0,0,0,0,0 +197194,0,0,0,0,0 +197195,0,0,0,0,0 +197196,0,0,0,0,0 +197197,0,0,0,0,0 +197198,0,0,0,0,0 +197199,0,0,0,0,0 +197200,0,0,0,0,0 +197201,0,0,0,0,0 +197202,0,0,0,0,0 +197203,0,0,0,0,0 +197204,0,0,0,0,0 +197205,0,0,0,0,0 +197206,0,0,0,0,0 +197207,0,0,0,0,0 +197208,0,0,0,0,0 +197209,0,0,0,0,0 +197210,0,0,0,0,0 +197211,0,0,0,0,0 +197212,0,0,0,0,0 +197213,0,0,0,0,0 +197214,0,0,0,0,0 +197215,0,0,0,0,0 +197216,0,0,0,0,0 +197217,0,0,0,0,0 +197218,0,0,0,0,0 +197219,0,0,0,0,0 +197220,0,0,0,0,0 +197221,0,0,0,0,0 +197222,0,0,0,0,0 +197223,0,0,0,0,0 +197224,0,0,0,0,0 +197225,0,0,0,0,0 +197226,0,0,0,0,0 +197227,0,0,0,0,0 +197228,0,0,0,0,0 +197229,0,0,0,0,0 +197230,0,0,0,0,0 +197231,0,0,0,0,0 +197232,0,0,0,0,0 +197233,0,0,0,0,0 +197234,0,0,0,0,0 +197235,0,0,0,0,0 +197236,0,0,0,0,0 +197237,0,0,0,0,0 +197238,0,0,0,0,0 +197239,0,0,0,0,0 +197240,0,0,0,0,0 +197241,0,0,0,0,0 +197242,0,0,0,0,0 +197243,0,0,0,0,0 +197244,0,0,0,0,0 +197245,0,0,0,0,0 +197246,0,0,0,0,0 +197247,0,0,0,0,0 +197248,0,0,0,0,0 +197249,0,0,0,0,0 +197250,0,0,0,0,0 +197251,0,0,0,0,0 +197252,0,0,0,0,0 +197253,0,0,0,0,0 +197254,0,0,0,0,0 +197255,0,0,0,0,0 +197256,0,0,0,0,0 +197257,0,0,0,0,0 +197258,0,0,0,0,0 +197259,0,0,0,0,0 +197260,0,0,0,0,0 +197261,0,0,0,0,0 +197262,0,0,0,0,0 +197263,0,0,0,0,0 +197264,0,0,0,0,0 +197265,0,0,0,0,0 +197266,0,0,0,0,0 +197267,0,0,0,0,0 +197268,0,0,0,0,0 +197269,0,0,0,0,0 +197270,0,0,0,0,0 +197271,0,0,0,0,0 +197272,0,0,0,0,0 +197273,0,0,0,0,0 +197274,0,0,0,0,0 +197275,0,0,0,0,0 +197276,0,0,0,0,0 +197277,0,0,0,0,0 +197278,0,0,0,0,0 +197279,0,0,0,0,0 +197280,0,0,0,0,0 +197281,0,0,0,0,0 +197282,0,0,0,0,0 +197283,0,0,0,0,0 +197284,0,0,0,0,0 +197285,0,0,0,0,0 +197286,0,0,0,0,0 +197287,0,0,0,0,0 +197288,0,0,0,0,0 +197289,0,0,0,0,0 +197290,0,0,0,0,0 +197291,0,0,0,0,0 +197292,0,0,0,0,0 +197293,0,0,0,0,0 +197294,0,0,0,0,0 +197295,0,0,0,0,0 +197296,0,0,0,0,0 +197297,0,0,0,0,0 +197298,0,0,0,0,0 +197299,0,0,0,0,0 +197300,0,0,0,0,0 +197301,0,0,0,0,0 +197302,0,0,0,0,0 +197303,0,0,0,0,0 +197304,0,0,0,0,0 +197305,0,0,0,0,0 +197306,0,0,0,0,0 +197307,0,0,0,0,0 +197308,0,0,0,0,0 +197309,0,0,0,0,0 +197310,0,0,0,0,0 +197311,0,0,0,0,0 +197312,0,0,0,0,0 +197313,0,0,0,0,0 +197314,0,0,0,0,0 +197315,0,0,0,0,0 +197316,0,0,0,0,0 +197317,0,0,0,0,0 +197318,0,0,0,0,0 +197319,0,0,0,0,0 +197320,0,0,0,0,0 +197321,0,0,0,0,0 +197322,0,0,0,0,0 +197323,0,0,0,0,0 +197324,0,0,0,0,0 +197325,0,0,0,0,0 +197326,0,0,0,0,0 +197327,0,0,0,0,0 +197328,0,0,0,0,0 +197329,0,0,0,0,0 +197330,0,0,0,0,0 +197331,0,0,0,0,0 +197332,0,0,0,0,0 +197333,0,0,0,0,0 +197334,0,0,0,0,0 +197335,0,0,0,0,0 +197336,0,0,0,0,0 +197337,0,0,0,0,0 +197338,0,0,0,0,0 +197339,0,0,0,0,0 +197340,0,0,0,0,0 +197341,0,0,0,0,0 +197342,0,0,0,0,0 +197343,0,0,0,0,0 +197344,0,0,0,0,0 +197345,0,0,0,0,0 +197346,0,0,0,0,0 +197347,0,0,0,0,0 +197348,0,0,0,0,0 +197349,0,0,0,0,0 +197350,0,0,0,0,0 +197351,0,0,0,0,0 +197352,0,0,0,0,0 +197353,0,0,0,0,0 +197354,0,0,0,0,0 +197355,0,0,0,0,0 +197356,0,0,0,0,0 +197357,0,0,0,0,0 +197358,0,0,0,0,0 +197359,0,0,0,0,0 +197360,0,0,0,0,0 +197361,0,0,0,0,0 +197362,0,0,0,0,0 +197363,0,0,0,0,0 +197364,0,0,0,0,0 +197365,0,0,0,0,0 +197366,0,0,0,0,0 +197367,0,0,0,0,0 +197368,0,0,0,0,0 +197369,0,0,0,0,0 +197370,0,0,0,0,0 +197371,0,0,0,0,0 +197372,0,0,0,0,0 +197373,0,0,0,0,0 +197374,0,0,0,0,0 +197375,0,0,0,0,0 +197376,0,0,0,0,0 +197377,0,0,0,0,0 +197378,0,0,0,0,0 +197379,0,0,0,0,0 +197380,0,0,0,0,0 +197381,0,0,0,0,0 +197382,0,0,0,0,0 +197383,0,0,0,0,0 +197384,0,0,0,0,0 +197385,0,0,0,0,0 +197386,0,0,0,0,0 +197387,0,0,0,0,0 +197388,0,0,0,0,0 +197389,0,0,0,0,0 +197390,0,0,0,0,0 +197391,0,0,0,0,0 +197392,0,0,0,0,0 +197393,0,0,0,0,0 +197394,0,0,0,0,0 +197395,0,0,0,0,0 +197396,0,0,0,0,0 +197397,0,0,0,0,0 +197398,0,0,0,0,0 +197399,0,0,0,0,0 +197400,0,0,0,0,0 +197401,0,0,0,0,0 +197402,0,0,0,0,0 +197403,0,0,0,0,0 +197404,0,0,0,0,0 +197405,0,0,0,0,0 +197406,0,0,0,0,0 +197407,0,0,0,0,0 +197408,0,0,0,0,0 +197409,0,0,0,0,0 +197410,0,0,0,0,0 +197411,0,0,0,0,0 +197412,0,0,0,0,0 +197413,0,0,0,0,0 +197414,0,0,0,0,0 +197415,0,0,0,0,0 +197416,0,0,0,0,0 +197417,0,0,0,0,0 +197418,0,0,0,0,0 +197419,0,0,0,0,0 +197420,0,0,0,0,0 +197421,0,0,0,0,0 +197422,0,0,0,0,0 +197423,0,0,0,0,0 +197424,0,0,0,0,0 +197425,0,0,0,0,0 +197426,0,0,0,0,0 +197427,0,0,0,0,0 +197428,0,0,0,0,0 +197429,0,0,0,0,0 +197430,0,0,0,0,0 +197431,0,0,0,0,0 +197432,0,0,0,0,0 +197433,0,0,0,0,0 +197434,0,0,0,0,0 +197435,0,0,0,0,0 +197436,0,0,0,0,0 +197437,0,0,0,0,0 +197438,0,0,0,0,0 +197439,0,0,0,0,0 +197440,0,0,0,0,0 +197441,0,0,0,0,0 +197442,0,0,0,0,0 +197443,0,0,0,0,0 +197444,0,0,0,0,0 +197445,0,0,0,0,0 +197446,0,0,0,0,0 +197447,0,0,0,0,0 +197448,0,0,0,0,0 +197449,0,0,0,0,0 +197450,0,0,0,0,0 +197451,0,0,0,0,0 +197452,0,0,0,0,0 +197453,0,0,0,0,0 +197454,0,0,0,0,0 +197455,0,0,0,0,0 +197456,0,0,0,0,0 +197457,0,0,0,0,0 +197458,0,0,0,0,0 +197459,0,0,0,0,0 +197460,0,0,0,0,0 +197461,0,0,0,0,0 +197462,0,0,0,0,0 +197463,0,0,0,0,0 +197464,0,0,0,0,0 +197465,0,0,0,0,0 +197466,0,0,0,0,0 +197467,0,0,0,0,0 +197468,0,0,0,0,0 +197469,0,0,0,0,0 +197470,0,0,0,0,0 +197471,0,0,0,0,0 +197472,0,0,0,0,0 +197473,0,0,0,0,0 +197474,0,0,0,0,0 +197475,0,0,0,0,0 +197476,0,0,0,0,0 +197477,0,0,0,0,0 +197478,0,0,0,0,0 +197479,0,0,0,0,0 +197480,0,0,0,0,0 +197481,0,0,0,0,0 +197482,0,0,0,0,0 +197483,0,0,0,0,0 +197484,0,0,0,0,0 +197485,0,0,0,0,0 +197486,0,0,0,0,0 +197487,0,0,0,0,0 +197488,0,0,0,0,0 +197489,0,0,0,0,0 +197490,0,0,0,0,0 +197491,0,0,0,0,0 +197492,0,0,0,0,0 +197493,0,0,0,0,0 +197494,0,0,0,0,0 +197495,0,0,0,0,0 +197496,0,0,0,0,0 +197497,0,0,0,0,0 +197498,0,0,0,0,0 +197499,0,0,0,0,0 +197500,0,0,0,0,0 +197501,0,0,0,0,0 +197502,0,0,0,0,0 +197503,0,0,0,0,0 +197504,0,0,0,0,0 +197505,0,0,0,0,0 +197506,0,0,0,0,0 +197507,0,0,0,0,0 +197508,0,0,0,0,0 +197509,0,0,0,0,0 +197510,0,0,0,0,0 +197511,0,0,0,0,0 +197512,0,0,0,0,0 +197513,0,0,0,0,0 +197514,0,0,0,0,0 +197515,0,0,0,0,0 +197516,0,0,0,0,0 +197517,0,0,0,0,0 +197518,0,0,0,0,0 +197519,0,0,0,0,0 +197520,0,0,0,0,0 +197521,0,0,0,0,0 +197522,0,0,0,0,0 +197523,0,0,0,0,0 +197524,0,0,0,0,0 +197525,0,0,0,0,0 +197526,0,0,0,0,0 +197527,0,0,0,0,0 +197528,0,0,0,0,0 +197529,0,0,0,0,0 +197530,0,0,0,0,0 +197531,0,0,0,0,0 +197532,0,0,0,0,0 +197533,0,0,0,0,0 +197534,0,0,0,0,0 +197535,0,0,0,0,0 +197536,0,0,0,0,0 +197537,0,0,0,0,0 +197538,0,0,0,0,0 +197539,0,0,0,0,0 +197540,0,0,0,0,0 +197541,0,0,0,0,0 +197542,0,0,0,0,0 +197543,0,0,0,0,0 +197544,0,0,0,0,0 +197545,0,0,0,0,0 +197546,0,0,0,0,0 +197547,0,0,0,0,0 +197548,0,0,0,0,0 +197549,0,0,0,0,0 +197550,0,0,0,0,0 +197551,0,0,0,0,0 +197552,0,0,0,0,0 +197553,0,0,0,0,0 +197554,0,0,0,0,0 +197555,0,0,0,0,0 +197556,0,0,0,0,0 +197557,0,0,0,0,0 +197558,0,0,0,0,0 +197559,0,0,0,0,0 +197560,0,0,0,0,0 +197561,0,0,0,0,0 +197562,0,0,0,0,0 +197563,0,0,0,0,0 +197564,0,0,0,0,0 +197565,0,0,0,0,0 +197566,0,0,0,0,0 +197567,0,0,0,0,0 +197568,0,0,0,0,0 +197569,0,0,0,0,0 +197570,0,0,0,0,0 +197571,0,0,0,0,0 +197572,0,0,0,0,0 +197573,0,0,0,0,0 +197574,0,0,0,0,0 +197575,0,0,0,0,0 +197576,0,0,0,0,0 +197577,0,0,0,0,0 +197578,0,0,0,0,0 +197579,0,0,0,0,0 +197580,0,0,0,0,0 +197581,0,0,0,0,0 +197582,0,0,0,0,0 +197583,0,0,0,0,0 +197584,0,0,0,0,0 +197585,0,0,0,0,0 +197586,0,0,0,0,0 +197587,0,0,0,0,0 +197588,0,0,0,0,0 +197589,0,0,0,0,0 +197590,0,0,0,0,0 +197591,0,0,0,0,0 +197592,0,0,0,0,0 +197593,0,0,0,0,0 +197594,0,0,0,0,0 +197595,0,0,0,0,0 +197596,0,0,0,0,0 +197597,0,0,0,0,0 +197598,0,0,0,0,0 +197599,0,0,0,0,0 +197600,0,0,0,0,0 +197601,0,0,0,0,0 +197602,0,0,0,0,0 +197603,0,0,0,0,0 +197604,0,0,0,0,0 +197605,0,0,0,0,0 +197606,0,0,0,0,0 +197607,0,0,0,0,0 +197608,0,0,0,0,0 +197609,0,0,0,0,0 +197610,0,0,0,0,0 +197611,0,0,0,0,0 +197612,0,0,0,0,0 +197613,0,0,0,0,0 +197614,0,0,0,0,0 +197615,0,0,0,0,0 +197616,0,0,0,0,0 +197617,0,0,0,0,0 +197618,0,0,0,0,0 +197619,0,0,0,0,0 +197620,0,0,0,0,0 +197621,0,0,0,0,0 +197622,0,0,0,0,0 +197623,0,0,0,0,0 +197624,0,0,0,0,0 +197625,0,0,0,0,0 +197626,0,0,0,0,0 +197627,0,0,0,0,0 +197628,0,0,0,0,0 +197629,0,0,0,0,0 +197630,0,0,0,0,0 +197631,0,0,0,0,0 +197632,0,0,0,0,0 +197633,0,0,0,0,0 +197634,0,0,0,0,0 +197635,0,0,0,0,0 +197636,0,0,0,0,0 +197637,0,0,0,0,0 +197638,0,0,0,0,0 +197639,0,0,0,0,0 +197640,0,0,0,0,0 +197641,0,0,0,0,0 +197642,0,0,0,0,0 +197643,0,0,0,0,0 +197644,0,0,0,0,0 +197645,0,0,0,0,0 +197646,0,0,0,0,0 +197647,0,0,0,0,0 +197648,0,0,0,0,0 +197649,0,0,0,0,0 +197650,0,0,0,0,0 +197651,0,0,0,0,0 +197652,0,0,0,0,0 +197653,0,0,0,0,0 +197654,0,0,0,0,0 +197655,0,0,0,0,0 +197656,0,0,0,0,0 +197657,0,0,0,0,0 +197658,0,0,0,0,0 +197659,0,0,0,0,0 +197660,0,0,0,0,0 +197661,0,0,0,0,0 +197662,0,0,0,0,0 +197663,0,0,0,0,0 +197664,0,0,0,0,0 +197665,0,0,0,0,0 +197666,0,0,0,0,0 +197667,0,0,0,0,0 +197668,0,0,0,0,0 +197669,0,0,0,0,0 +197670,0,0,0,0,0 +197671,0,0,0,0,0 +197672,0,0,0,0,0 +197673,0,0,0,0,0 +197674,0,0,0,0,0 +197675,0,0,0,0,0 +197676,0,0,0,0,0 +197677,0,0,0,0,0 +197678,0,0,0,0,0 +197679,0,0,0,0,0 +197680,0,0,0,0,0 +197681,0,0,0,0,0 +197682,0,0,0,0,0 +197683,0,0,0,0,0 +197684,0,0,0,0,0 +197685,0,0,0,0,0 +197686,0,0,0,0,0 +197687,0,0,0,0,0 +197688,0,0,0,0,0 +197689,0,0,0,0,0 +197690,0,0,0,0,0 +197691,0,0,0,0,0 +197692,0,0,0,0,0 +197693,0,0,0,0,0 +197694,0,0,0,0,0 +197695,0,0,0,0,0 +197696,0,0,0,0,0 +197697,0,0,0,0,0 +197698,0,0,0,0,0 +197699,0,0,0,0,0 +197700,0,0,0,0,0 +197701,-15.7281552,2451.200231,2667.325855,4.295671651,-297.4521199 +197702,426.1359202,298.2723457,2235.398829,205.109431,509.4745805 +197703,419.8319993,271.34277,660.5750012,201.9184511,504.3390632 +197704,409.0117295,264.6481758,628.4189318,196.6355713,490.8444516 +197705,398.0291231,267.3447137,619.8505268,191.3968897,475.5664246 +197706,388.5988839,271.8752946,620.5064688,187.0058939,461.5094841 +197707,380.8922286,275.5588513,622.5644869,183.5085045,449.333646 +197708,374.5773923,278.1923585,623.7869629,180.7164165,438.8026609 +197709,369.3222006,280.2050592,624.2496638,178.4496588,429.5612428 +197710,364.9010712,281.9381492,624.4429642,176.5911575,421.3604265 +197711,361.173042,283.5463637,624.6679376,175.0623635,414.0457621 +197712,358.0367683,285.0767307,625.0149219,173.8116251,407.5126531 +197713,355.4096968,286.5403834,625.4791816,172.794119,401.6769429 +197714,353.2206139,287.9442159,626.0426698,171.9760519,396.4635082 +197715,350.1925673,288.7434617,625.462376,170.7702846,389.5870352 +197716,346.1808073,288.9105127,623.6416865,169.1143396,380.8267877 +197717,342.5029421,289.0753196,621.941437,167.6049096,372.6098525 +197718,339.1378863,334.349032,620.3659311,166.2316762,364.9140348 +197719,336.0446757,350.6178292,618.9034838,164.9769448,357.6930899 +197720,333.1891506,326.9148939,617.5455813,163.8203419,350.8951223 +197721,330.5343727,339.782831,616.2727806,162.7493264,344.4728689 +197722,328.0572758,362.4837913,615.0753861,161.7522303,338.3842304 +197723,325.7316502,358.0257808,613.9478089,160.8186349,332.5935648 +197724,323.5419369,366.292841,612.8787738,159.9396271,327.0702233 +197725,321.4688738,372.0278057,611.8605336,159.1086622,321.7865826 +197726,319.5021988,377.7601941,610.8923133,158.3197687,316.7186118 +197727,317.6269955,383.3777525,609.9651825,157.5686031,311.8447643 +197728,315.8365654,389.0990248,609.0725569,156.8508091,307.1460901 +197729,314.1191155,394.5666062,608.2181169,156.1634116,302.6057777 +197730,312.4705533,400.2763258,676.4833465,155.503149,298.2088451 +197731,310.8813524,406.0152312,676.9186915,154.8680099,293.9421623 +197732,309.3540116,411.816819,674.9532177,154.2586947,289.7939825 +197733,307.8821582,417.5159542,687.2282184,153.6751103,285.7538695 +197734,306.4662481,423.3916383,694.0226985,153.1160175,281.8124393 +197735,305.101976,429.0929279,700.6806736,152.5797108,277.9613676 +197736,303.7803729,434.7303039,706.9737521,152.0645027,274.1931904 +197737,302.5025897,440.5873822,713.8222483,151.568921,270.5012745 +197738,301.2660254,446.1979051,719.9834785,151.0917134,266.8796817 +197739,300.06331,451.8061277,726.2966365,150.6318113,263.323147 +197740,298.8968432,457.5883535,732.5463145,150.1882693,259.8269014 +197741,297.7649891,463.1627189,738.9392818,149.7602603,256.3867282 +197742,296.6649525,468.6847001,744.9342229,149.3470324,252.9987797 +197743,295.5905809,474.5481746,751.2160959,148.9479186,249.6596451 +197744,294.5455857,479.7618888,757.0975239,148.5623092,246.3662113 +197745,293.5292658,485.5985077,763.3950118,148.1896516,243.1156875 +197746,292.5394917,491.0248194,769.0799877,147.8294377,239.9055254 +197747,291.5744774,496.5540413,775.2033197,147.4812061,236.7334507 +197748,290.6329798,502.0508023,780.9470156,147.14452,233.5973435 +197749,289.7141198,507.3915049,786.733873,146.8189832,230.4953248 +197750,288.8171465,513.0531919,792.3640934,146.5042196,227.4256429 +197751,287.9413667,518.5157387,798.2463634,146.1998784,224.3867162 +197752,287.0861132,523.5840501,803.9111921,145.9056273,221.3770736 +197753,286.250764,529.3110224,809.1431103,145.6211584,218.3953998 +197754,285.4347075,534.5411617,814.9897661,145.3461697,215.4404312 +197755,284.6373878,539.9119743,820.3194804,145.0803837,212.5110526 +197756,283.8582652,545.0840073,825.5981534,144.8235302,209.6061966 +197757,283.0968314,550.7917755,831.1976564,144.5753527,206.7248928 +197758,282.3525981,555.6877866,836.3700457,144.3356036,203.8662193 +197759,281.6251119,561.1026235,841.7708317,144.1040509,201.0293526 +197760,280.9139168,566.3101877,846.7265934,143.880462,198.2134726 +197761,280.1876202,996.6188967,1806.606476,143.6505419,195.3615407 +197762,297.9922635,1014.63445,1840.046096,151.9614247,227.2411817 +197763,325.4752143,1028.867407,1863.901952,164.6069756,278.1539497 +197764,353.4564804,1041.435202,1884.117489,177.2966316,331.5504071 +197765,378.0150933,1053.018027,1903.089325,188.2473973,380.0261547 +197766,398.7008873,1064.122882,1920.179976,197.303941,422.2833312 +197767,416.1959529,1074.70805,1936.934275,204.8478412,459.1923889 +197768,431.253662,1085.08922,1952.520503,211.2728987,491.8320854 +197769,444.3963829,1095.06647,1967.527178,216.834624,520.9606879 +197770,455.963556,1104.98879,1982.626678,221.7023594,547.0673655 +197771,466.1978047,1114.577048,2015.095732,291.5282762,570.5037856 +197772,475.2949919,1124.129704,1988.462643,425.669937,591.5631301 +197773,483.4231433,1133.551644,2029.830657,350.2100012,610.5087118 +197774,581.518027,1142.733816,2038.684123,389.3428503,627.5788806 +197775,894.3006757,1151.904575,2050.001214,400.7725168,642.986719 +197776,720.9433518,1160.967289,2063.652323,411.1231097,656.9205832 +197777,801.5911102,1169.315621,2076.302871,421.5022805,669.5460649 +197778,822.7384638,1178.897109,2088.66172,431.4647418,681.0085384 +197779,842.1891248,1187.228798,2100.907058,441.2622497,691.4357057 +197780,861.8589294,1195.902474,2124.888152,450.8552204,700.9399297 +197781,879.8745259,1204.354392,2112.877538,460.1670509,709.6201717 +197782,898.7245757,1212.839293,2135.074049,469.6946732,717.5636514 +197783,916.2827306,1221.166063,2150.106641,478.3299895,724.8471918 +197784,934.4250749,1229.265289,2157.565109,487.5539565,731.5385214 +197785,950.8943775,1237.513374,2174.259873,496.0100648,737.6973406 +197786,968.4580181,1245.455611,2188.975062,504.8684763,743.3762903 +197787,984.8064236,1253.553859,2186.632972,513.3139219,748.375262 +197788,1001.156072,1261.299739,2187.406309,521.3861925,752.812283 +197789,1016.928838,1269.075245,2220.752865,529.5042984,756.8257392 +197790,1032.859448,1276.846682,2218.754478,537.7502214,760.5021586 +197791,1047.825719,1284.843044,2251.592085,544.9983368,763.8882295 +197792,1062.356106,1292.661172,2210.215196,552.4034118,767.0125932 +197793,1076.575363,1300.69614,2282.721559,559.4387307,769.8980328 +197794,1091.057856,1308.507849,2228.366372,566.3358863,772.5652669 +197795,1104.621115,1316.243277,2298.588123,573.3365388,775.0334106 +197796,1118.638653,1324.177547,2264.745489,580.0309721,777.3143252 +197797,1131.559615,1331.737681,2288.1431,586.5239869,779.4307626 +197798,1144.685411,1339.394179,2293.973538,593.0726303,781.3909064 +197799,1157.800545,1347.092465,2301.67805,599.3251165,783.2072105 +197800,1170.34232,1354.620371,2309.821831,605.6457858,784.8914721 +197801,1182.511092,1362.15309,2317.312122,611.4594741,786.4535269 +197802,1195.407149,1369.630156,2324.580247,617.9089239,1088.364843 +197803,1207.362781,1377.059674,2332.152045,623.556648,942.9207565 +197804,1219.09773,1384.439604,2339.104736,629.494606,1002.290229 +197805,1231.04788,1391.70758,2346.039665,635.1111413,1020.415023 +197806,1242.509255,1399.08189,2352.956592,641.0391413,1035.7467 +197807,1253.94336,1406.331631,2365.26452,646.1394122,1050.969429 +197808,1265.038909,1413.431997,2363.412686,651.7882504,1065.919651 +197809,1276.247633,1420.553822,2373.077123,657.0429451,1079.827981 +197810,1287.035126,1427.732271,2378.875318,662.3176851,1094.255621 +197811,1297.820198,1437.61083,2384.457845,667.419136,1103.732056 +197812,1308.413901,1446.468665,2390.505136,672.4587323,1114.899185 +197813,1318.863466,1455.54191,2396.034554,677.2590034,1125.075153 +197814,1329.180338,1464.450749,2401.44328,682.5521046,1135.074167 +197815,1347.451678,1490.947574,2430.790104,687.0594976,1144.875497 +197816,1358.872277,1502.87916,2432.771337,691.9855221,1154.81484 +197817,1369.178022,1513.217053,2441.203648,696.5252375,1164.268862 +197818,1379.663995,1523.560126,2447.130959,701.1499564,1173.23878 +197819,1389.626641,1533.449637,2452.702622,705.7466053,1182.418709 +197820,1371.113375,1530.151265,2429.26362,697.1468166,1139.2541 +197821,1841.88955,1740.827205,2486.357829,902.0115527,2006.640838 +197822,1793.453123,1724.632261,2419.348422,880.1867954,1902.450927 +197823,1829.687095,1746.244715,2399.54819,896.6667838,1960.932372 +197824,1837.057053,1754.88388,2395.430792,899.8936036,1964.435801 +197825,1861.013383,1765.094891,2396.984007,904.9380499,1974.796336 +197826,1859.733306,1774.97761,2402.428114,909.7940141,1997.30146 +197827,1848.628179,1784.813285,2407.981946,914.5419222,1976.809694 +197828,1892.322899,1794.848141,2411.909334,919.3240332,2013.845252 +197829,1887.049491,1804.296598,2416.695109,923.8650342,2012.580676 +197830,1900.145596,1813.823036,2421.711498,928.5617506,2023.988615 +197831,1910.056626,1823.420529,2426.703001,932.8857246,2033.012513 +197832,1920.184894,1832.582507,2431.489392,937.4384326,2042.153724 +197833,1929.779653,1841.931022,2435.977264,941.7623753,2050.95895 +197834,1939.228541,1851.060971,2440.123791,946.0747005,2059.553184 +197835,1948.807564,1860.150273,2443.915097,950.2739129,2070.77625 +197836,1958.333633,1869.24639,2447.364202,954.5548404,2072.545403 +197837,1967.207291,1887.267746,2450.47554,958.657862,2086.732827 +197838,1976.719664,1883.307896,2453.26621,962.8134329,2109.26866 +197839,1985.492378,1888.10821,2455.833545,966.7168496,2075.180032 +197840,1994.450045,1909.615382,2458.152177,970.8327835,2125.898512 +197841,2003.511633,1911.363504,2460.184075,974.7285253,2113.211121 +197842,2011.983493,1921.312841,2462.062657,978.6352072,2130.653796 +197843,2020.459812,1929.874768,2463.915525,982.431206,2128.573094 +197844,2029.441449,1941.977344,2466.000843,986.382506,2140.727889 +197845,2037.690502,1952.175813,2468.482687,990.0180004,2146.698152 +197846,2045.924201,1954.750342,2471.226266,993.7912311,2154.012881 +197847,2054.417193,1950.138622,2475.886647,997.4616909,2161.019745 +197848,2062.522679,1978.515443,2479.517942,1001.102372,2167.791939 +197849,2070.512988,1976.553968,2482.632642,1004.702401,2174.811419 +197850,2078.836548,1987.107891,2483.741308,1008.205806,2186.911284 +197851,2086.994285,2004.020641,2485.598128,1012.295035,2185.329748 +197852,2095.288078,1983.663392,2487.608338,1016.071476,2195.638628 +197853,2103.281185,2014.272528,2491.54668,1020.067779,2201.373383 +197854,2111.545662,2010.883937,2494.510516,1023.855902,2207.766158 +197855,2119.421353,2018.670526,2497.032261,1027.806867,2214.00591 +197856,2127.559559,2024.703453,2499.297896,1031.554028,2219.941507 +197857,2135.308348,2043.140527,2499.596409,1035.526101,2226.247859 +197858,2143.444089,2018.259701,2500.827309,1039.138647,2232.15646 +197859,2157.902489,2056.871901,2504.178611,1042.986288,2238.020234 +197860,2154.414176,2054.488308,2505.04504,1046.818956,2243.953265 +197861,2183.801848,2034.752108,2508.1599,1052.444146,2249.773167 +197862,2148.1305,2065.453129,2508.733923,1054.183378,2255.140916 +197863,2191.665899,2075.687647,2511.724595,1059.999771,2261.116962 +197864,2187.826002,2046.448431,2512.1464,1061.957049,2266.221609 +197865,2196.080254,2101.481439,2515.226628,1067.266765,2277.385865 +197866,2203.956655,2071.440196,2517.501302,1069.094128,2275.000059 +197867,2211.048376,2073.470628,2517.466055,1076.387222,2282.80136 +197868,2218.642143,2101.568806,2518.258244,1074.44019,2288.044509 +197869,2225.700929,2089.857276,2519.402007,1086.177137,2293.813027 +197870,2232.834347,2082.752178,2520.669943,1078.273109,2298.018726 +197871,2240.17804,2120.092673,2523.933392,1077.395192,2303.515212 +197872,2247.237166,2080.115064,2524.489592,1096.537511,2308.386502 +197873,2254.023192,2135.183278,2525.865581,1091.569913,2318.183031 +197874,2261.315881,2087.751569,2527.37561,1096.989389,2316.424422 +197875,2268.087784,2139.666744,2530.434371,1100.430521,2323.314225 +197876,2274.925238,2107.890787,2530.589325,1103.813909,2327.875856 +197877,2281.989798,2131.078442,2532.965292,1107.296685,2332.863186 +197878,2288.633698,2125.628294,2532.815801,1110.58575,2336.893439 +197879,2295.256092,2131.674989,2533.573112,1114.036282,2346.471487 +197880,2302.260294,2134.498234,2534.653813,1117.289362,2344.983906 +197881,2315.293196,2140.603605,2536.111834,1123.514168,2363.896881 +197882,2322.988118,2144.350738,2538.157247,1127.312453,2367.007062 +197883,2330.626522,2147.836033,2540.557166,1130.953133,2377.382273 +197884,2337.734967,2151.143319,2542.78161,1134.656783,2377.532524 +197885,2351.730387,2154.313777,2544.530652,1138.111598,2381.592819 +197886,2342.562498,2157.360546,2546.239155,1141.720042,2395.133177 +197887,2363.036151,2160.303124,2547.80877,1145.092921,2388.307744 +197888,2365.154573,2163.125797,2548.923198,1148.633444,2395.794996 +197889,2372.692629,2165.852695,2550.001136,1151.880986,2397.275866 +197890,2379.414804,2168.516868,2552.38107,1155.472757,2398.555087 +197891,2386.443263,2170.98748,2551.699974,1158.760351,2395.734187 +197892,2392.764667,2173.483639,2553.120027,1162.112395,2395.561775 +197893,2399.658008,2175.777702,2551.574428,1165.384578,2392.283537 +197894,2406.070548,2178.073687,2550.485868,1168.776657,2389.813456 +197895,2412.786311,2180.209486,2549.514864,1171.96049,2387.672385 +197896,2419.269689,2182.295801,2550.45188,1175.322076,2387.886215 +197897,2425.678426,2184.092772,2548.650753,1178.466316,2385.025177 +197898,2435.238272,2186.227756,2547.383798,1181.858638,2382.993461 +197899,2445.144211,2187.920187,2546.465128,1184.862881,2381.278861 +197900,2436.210501,2189.671175,2546.785938,1188.199445,2381.925501 +197901,2449.758544,2191.257875,2545.016782,1191.187872,2379.497666 +197902,2460.085035,2192.866639,2543.729069,1194.544124,2377.847869 +197903,2462.698544,2194.289151,2544.68365,1197.531421,2378.593564 +197904,2469.746401,2195.644274,2542.840432,1200.826532,2376.247063 +197905,2488.125661,2196.95356,2541.567488,1203.723402,2374.675722 +197906,2464.159367,2198.1876,2542.200141,1206.956425,2375.544951 +197907,2496.964225,2199.259242,2540.353422,1209.913378,2373.333488 +197908,2492.361458,2200.372739,2539.085699,1213.061491,2371.877867 +197909,2507.480813,2201.302768,2539.908894,1216.000507,2372.802643 +197910,2501.756191,2202.177587,2538.011428,1219.187534,2370.618701 +197911,2507.195294,2201.675297,2536.731297,1221.562386,2369.216621 +197912,2542.069728,2200.67783,2535.545216,1224.261572,2367.987036 +197913,2496.235949,2199.820307,2534.374875,1226.702686,2366.864873 +197914,2551.367898,2198.477069,2533.176827,1229.181503,2365.804233 +197915,2501.550511,2197.08998,2531.931826,1231.613558,2364.773008 +197916,2571.728882,2195.721999,2532.6343,1234.011007,2366.222852 +197917,2521.091195,2193.755745,2530.681701,1236.37263,2364.474137 +197918,2558.473602,2192.064568,2529.099496,1238.77902,2363.232812 +197919,2547.343973,2190.083999,2527.619167,1240.964409,2362.146813 +197920,2556.404749,2188.009088,2526.255686,1243.286835,2361.228296 +197921,2560.339166,2185.821256,2525.109651,1245.513692,2360.60134 +197922,2564.594106,2183.496569,2524.146139,1247.722586,2360.224299 +197923,2568.936202,2181.136,2525.155944,1249.827439,2362.069687 +197924,2573.205255,2178.545156,2525.015758,1252.093915,2362.769 +197925,2577.51755,2175.985583,2524.462949,1254.165584,2363.001174 +197926,2581.40819,2173.248319,2523.696018,1256.276446,2362.985136 +197927,2585.824631,2170.405855,2521.103346,1258.349021,2360.726559 +197928,2589.804292,2167.526191,2518.975692,1260.471068,2359.58874 +197929,2593.810651,2164.519551,2516.971626,1262.374812,2358.884378 +197930,2597.886256,2161.399277,2515.180743,1264.425437,2358.391182 +197931,2601.764554,2158.281382,2513.643009,1266.384598,2358.001533 +197932,2605.546147,2155.013701,2514.035158,1268.332474,2359.755516 +197933,2609.623308,2151.680214,2513.593417,1270.25476,2360.315945 +197934,2613.30452,2148.391461,2511.14589,1272.154228,2358.278584 +197935,2617.726245,2138.065443,2509.499724,1280.345166,2357.089157 +197936,2621.549149,2133.633741,2508.834345,1283.384504,2356.110613 +197937,2625.600682,2129.476612,2508.807982,1285.859015,2355.276057 +197938,2629.202759,2125.438524,2509.019158,1287.98786,2354.577413 +197939,2633.392042,2121.418085,2509.230195,1290.433472,2353.975633 +197940,2637.052198,2117.43618,2509.365365,1292.585175,2353.43249 +197941,2525.178618,2046.793446,2510.191791,1241.345052,2355.318707 +197942,2522.719037,2052.820703,2503.430265,1242.275631,2346.348553 +197943,2525.737857,2048.503847,2493.956061,1243.502892,2332.98075 +197944,2527.228972,2040.796822,2485.670083,1244.643714,2320.846444 +197945,2528.951671,2055.746973,2481.651825,1245.988116,2313.634369 +197946,2530.811539,2025.292383,2478.685919,1247.275213,2307.877804 +197947,2532.475395,2010.390121,2475.046076,1248.57511,2301.532925 +197948,2534.690543,2045.541424,2474.707272,1249.871872,2299.525074 +197949,2536.372653,2001.628806,2472.463426,1251.153565,2295.423014 +197950,2538.318257,2012.199085,2473.026928,1252.428481,2295.029954 +197951,2540.080519,2008.770176,2471.403337,1253.684687,2292.161848 +197952,2541.96898,2012.295665,2470.609758,1254.930969,2290.515048 +197953,2543.744529,1980.258538,2471.945553,1256.124961,2291.673586 +197954,2545.414551,2005.231976,2470.834855,1257.326642,2289.970547 +197955,2547.276968,1976.282388,2470.406414,1258.52274,2289.242582 +197956,2548.95626,1985.235095,2470.245778,1259.704178,2288.956629 +197957,2550.716035,1975.275584,2470.222747,1260.87272,2288.941923 +197958,2552.412537,1970.908545,2470.283477,1262.027698,2289.123967 +197959,2554.106486,1965.632055,2470.399017,1263.169026,2289.457815 +197960,2555.82218,1982.611215,2472.23471,1264.297446,2291.995208 +197961,2557.38057,1923.809639,2471.465042,1265.409499,2291.390828 +197962,2559.068431,1965.204678,2471.301185,1266.510551,2291.586948 +197963,2560.689799,1941.572915,2472.994465,1267.597402,2294.116877 +197964,2562.246387,1939.583452,2473.82233,1268.669399,2295.6258 +197965,2563.764123,1934.281212,2472.60301,1269.72824,2294.644743 +197966,2565.351827,1929.074851,2472.151183,1270.775003,2294.625182 +197967,2566.849117,1923.832333,2471.985848,1271.807417,2294.963358 +197968,2568.398602,1918.302691,2471.973087,1272.826884,2295.499554 +197969,2569.798949,1913.173716,2473.76566,1273.834079,2298.287889 +197970,2571.309014,1907.812788,2472.936467,1274.826037,2297.867481 +197971,2573.44174,1903.611051,2472.70111,1276.019478,2298.196391 +197972,2575.821861,1899.574149,2472.702577,1277.326743,2298.792698 +197973,2578.18222,1895.620741,2472.865914,1278.448088,2299.544997 +197974,2580.461121,1891.718829,2473.147804,1279.671506,2300.39929 +197975,2583.240716,1887.736004,2475.235806,1281.113142,2303.453416 +197976,2585.49465,1884.054721,2474.717251,1282.108013,2303.266127 +197977,2588.092882,1904.062732,2474.759316,1283.555732,2303.742201 +197978,2590.606794,1842.242826,2475.062592,1284.745921,2304.504039 +197979,2593.165764,1888.780508,2475.521592,1286.018227,2305.426468 +197980,2595.703588,1865.252012,2475.999174,1287.280243,2306.347542 +197981,2598.262378,1864.896335,2476.509972,1288.543001,2307.290103 +197982,2600.88521,1861.155059,2477.062965,1289.806416,2308.267344 +197983,2603.416051,1857.377064,2477.638835,1291.07038,2309.256321 +197984,2606.037613,1853.588433,2478.234114,1292.334599,2310.253246 +197985,2608.639022,1849.909455,2478.8455,1293.599063,2311.254369 +197986,2611.250829,1845.943231,2479.470871,1294.86352,2312.257356 +197987,2613.9407,1842.214813,2482.033502,1296.12882,2315.385732 +197988,2616.498665,1838.254858,2483.450997,1297.392293,2317.356951 +197989,2619.146368,1834.589055,2484.482922,1298.65665,2318.86165 +197990,2621.708023,1830.664486,2483.589071,1299.919534,2317.988286 +197991,2624.462875,1826.826736,2483.553331,1301.183664,2318.123897 +197992,2627.011964,1822.956828,2483.862363,1302.446248,2318.638665 +197993,2629.767365,1819.076815,2486.087839,1303.709457,2321.478487 +197994,2632.290282,1815.172951,2485.73779,1304.970096,2321.15825 +197995,2634.819045,1811.264362,2486.019241,1306.232673,2321.60003 +197996,2637.723009,1807.224345,2486.530509,1307.49359,2322.303497 +197997,2640.260558,1803.436999,2487.165887,1308.754391,2323.142301 +197998,2643.00953,1799.407198,2489.596289,1310.01526,2326.175417 +197999,2645.534271,1795.445113,2489.383454,1311.27402,2325.972405 +198000,2648.329,1791.461823,2491.486521,1312.534769,2328.60403 +198001,2389.12722,1677.265941,2490.551673,1204.69031,2327.045483 +198002,2417.600266,1670.375375,2474.77189,1203.204081,2304.220056 +198003,2422.103411,1664.391905,2454.816957,1202.677579,2273.796074 +198004,2373.380467,1658.685841,2437.291278,1202.421536,2244.928165 +198005,2419.227386,1653.161471,2423.433348,1202.349819,2220.862335 +198006,2401.544449,1647.647232,2413.288802,1202.396709,2201.4741 +198007,2404.992091,1642.460998,2401.711975,1202.522177,2058.694906 +198008,2421.440119,1637.207687,2385.489452,1202.779725,1977.501208 +198009,2382.714662,1631.833445,2372.057011,1202.895903,2053.108973 +198010,2414.239183,1622.574828,2361.554551,1193.872412,2012.32402 +198011,2413.712984,1616.568535,2353.747017,1192.41205,2015.455917 +198012,2378.943668,1610.84703,2347.361646,1191.933874,2011.367589 +198013,2436.799141,1605.210503,2342.568356,1191.515093,2009.232761 +198014,2392.635666,1599.625326,2338.951047,1191.290887,2007.037651 +198015,2398.094804,1594.075307,2336.09556,1191.140431,2005.343665 +198016,2413.316621,1588.446995,2333.746379,1191.052634,2003.407138 +198017,2389.139472,1583.09168,2331.780863,1191.016283,2001.688781 +198018,2437.121837,1577.539823,2330.322449,1191.024555,1999.975068 +198019,2377.874504,1572.090808,2329.120028,1191.073241,1998.38769 +198020,2439.611107,1566.645345,2328.030697,1191.159275,1996.802899 +198021,2393.978348,1561.217588,2326.919394,1191.280727,1995.384882 +198022,2423.577595,1555.908509,2325.616777,1191.435731,1993.93327 +198023,2394.980023,1550.378496,2326.007384,1191.623642,1992.764589 +198024,2438.907572,1546.50722,2325.685088,1191.841708,1991.501545 +198025,2384.489474,1542.518213,2323.346211,1192.090078,1989.704529 +198026,2452.047865,1538.176535,2323.79999,1192.368878,1989.373601 +198027,2381.569302,1533.995847,2321.843301,1192.673909,1987.399359 +198028,2457.752548,1529.809125,2320.735552,1193.008085,1986.807073 +198029,2391.229198,1525.637248,2319.853271,1193.368219,1985.697437 +198030,2450.098358,1521.483629,2319.000034,1193.754418,1984.690663 +198031,2414.058714,1516.82612,2319.831877,1193.823554,1984.100788 +198032,2428.291996,1512.1804,2317.679085,1193.840875,1982.466753 +198033,2426.719816,1507.536253,2316.262785,1193.844776,1982.126511 +198034,2427.624855,1502.78958,2315.289842,1193.841972,1981.249941 +198035,2428.530359,1498.290191,2314.496807,1193.915591,1980.457974 +198036,2429.356712,1493.685499,2313.786515,1193.79547,1979.744959 +198037,2430.263991,1488.934849,2313.109811,1193.846865,1979.059882 +198038,2431.146241,1484.394456,2312.444662,1193.833373,1978.405288 +198039,2432.036747,1479.788673,2311.781739,1193.833167,1977.784055 +198040,2432.932122,1475.30277,2311.11946,1193.835628,1977.240301 +198041,2433.832158,1470.675719,2310.456862,1193.8406,1976.616825 +198042,2434.737042,1466.130359,2309.79417,1193.769794,1976.107721 +198043,2435.647012,1461.689399,2309.134095,1193.974189,1975.604873 +198044,2436.562048,1457.225715,2308.478634,1193.738085,1975.125128 +198045,2437.482317,1452.718482,2307.832783,1193.936634,1979.686251 +198046,2438.410371,1448.380312,2307.310828,1193.888895,1967.351864 +198047,2439.335541,1444.019863,2306.635278,1193.921893,1980.966632 +198048,2440.273585,1439.612908,2305.985377,1193.946667,1966.909737 +198049,2441.262686,1435.393086,2305.37868,1193.973884,1979.847722 +198050,2442.133414,1430.930293,2304.747632,1194.003827,1966.231142 +198051,2443.142967,1426.907243,2304.15798,1194.036425,1979.139405 +198052,2444.051776,1422.680589,2303.552079,1194.071588,1965.508972 +198053,2445.027642,1418.564431,2302.99285,1194.109241,1978.693883 +198054,2445.985069,1414.478402,2302.413764,1194.149274,1964.956702 +198055,2446.951541,1410.440519,2301.871278,1194.191589,1978.098529 +198056,2447.91945,1406.454097,2301.307413,1194.236068,1964.542685 +198057,2448.893121,1402.431248,2300.782405,1194.282593,1977.574523 +198058,2449.867224,1398.937874,2300.23676,1194.331035,1964.187792 +198059,2450.846764,1395.875359,2299.727127,1194.381337,1977.107158 +198060,2451.675057,1392.842289,2299.195886,1194.433471,1963.897124 +198061,2694.086629,1496.833227,2303.635953,1305.617004,2070.736104 +198062,2686.184394,1496.403854,2326.88408,1300.381965,2097.857107 +198063,2703.628701,1495.663095,2355.065166,1312.930912,2131.383601 +198064,2703.147544,1494.384598,2377.935761,1311.650345,2159.53415 +198065,2707.36722,1493.175934,2393.4091,1314.968843,2180.300315 +198066,2710.898044,1492.087357,2403.783492,1317.44149,2194.891858 +198067,2714.604513,1490.798807,2410.380532,1320.11331,2205.183464 +198068,2718.005822,1489.588312,2414.717648,1322.709764,2212.625656 +198069,2721.389837,1488.373231,2417.666443,1325.201031,2218.157545 +198070,2724.763655,1487.169485,2419.731806,1327.899208,2222.356394 +198071,2728.191513,1486.072888,2423.105373,1330.567268,2227.675344 +198072,2730.93193,1484.762398,2423.221552,1333.28426,2229.017474 +198073,2734.653082,1483.670126,2423.626061,1336.049091,2230.502003 +198074,2737.645372,1482.514183,2424.032881,1340.373125,2231.784024 +198075,2740.825532,1481.387595,2424.40175,1342.32801,2232.83602 +198076,2744.166078,1480.279261,2426.432682,1345.801182,2235.773222 +198077,2746.850639,1479.179203,2425.761733,1350.394516,2235.480576 +198078,2750.123506,1478.101436,2425.62132,1349.653824,2235.505776 +198079,2753.153896,1477.034292,2425.641144,1361.09322,2235.611193 +198080,2763.681459,1475.891069,2425.905741,1346.682988,2235.921735 +198081,2748.667046,1474.985572,2426.064779,1358.645009,2236.028453 +198082,2773.147527,1473.896332,2426.190066,1365.418728,2236.032961 +198083,2762.418251,1472.897263,2426.458568,1365.024339,2236.161268 +198084,2768.202332,1471.897557,2426.595145,1369.288366,2236.083492 +198085,2771.917041,1470.921801,2428.35634,1372.745762,2237.965272 +198086,2774.188658,1469.93775,2429.190698,1375.927964,2238.693257 +198087,2777.014194,1468.983771,2429.612407,1379.419162,2238.898032 +198088,2779.879499,1468.023518,2429.814938,1382.809762,2238.808881 +198089,2782.338781,1467.090726,2428.207623,1386.32918,2236.460011 +198090,2785.457586,1466.16561,2429.195526,1389.87373,2237.254328 +198091,2788.139076,1465.460752,2429.596131,1393.667159,2237.302318 +198092,2790.437676,1464.814092,2428.112782,1397.549338,2234.990697 +198093,2793.325796,1464.205953,2427.507632,1401.582933,2233.681609 +198094,2796.191706,1463.628667,2428.966536,1405.464995,2234.834033 +198095,2798.575736,1463.077878,2429.669421,1409.586133,2235.011379 +198096,2800.995332,1462.554564,2428.400645,1413.688048,2232.727481 +198097,2804.122397,1462.060733,2429.647139,1417.86092,2233.489105 +198098,2806.510081,1461.588425,2430.466718,1421.987654,2233.45087 +198099,2808.988631,1461.143073,2430.867587,1426.387184,2233.118466 +198100,2818.897788,1460.720745,2429.634699,1430.723169,2230.755207 +198101,2812.296203,1460.324911,2429.327824,1434.968199,2229.483031 +198102,2817.238921,1459.951197,2429.210414,1439.436235,2228.398467 +198103,2820.933752,1459.602801,2430.956058,1443.874332,2229.57366 +198104,2822.247821,1459.273891,2430.209293,1448.361924,2227.679716 +198105,2825.428517,1458.972025,2430.088355,1452.89815,2226.536157 +198106,2828.393658,1458.692183,2431.888475,1457.562853,2227.731756 +198107,2830.083932,1458.431376,2431.147111,1465.847267,2225.796657 +198108,2833.081782,1458.196994,2431.030093,1465.082509,2224.609197 +198109,2836.301575,1457.983682,2432.83903,1482.173566,2225.767386 +198110,2845.459729,1457.788992,2432.327804,1458.297265,2224.066788 +198111,2831.853181,1457.619502,2432.296028,1489.389647,2222.939389 +198112,2853.103482,1457.469572,2432.399518,1483.92401,2221.955186 +198113,2845.612128,1457.34139,2432.78728,1490.35889,2221.300475 +198114,2848.671512,1457.233937,2433.126204,1495.435317,2220.572051 +198115,2851.978691,1457.147316,2433.404243,1500.173218,2219.758142 +198116,2855.36293,1457.082631,2435.44298,1505.153871,2221.103978 +198117,2856.518901,1457.034502,2434.878141,1510.068796,2219.249625 +198118,2859.700309,1457.010703,2434.881867,1515.033331,2218.081027 +198119,2862.942421,1457.006071,2436.785611,1520.019133,2219.231685 +198120,2871.449711,1457.018184,2436.325523,1527.838404,2217.46714 +198121,2911.367012,1479.636524,2440.327143,1548.427936,2222.869695 +198122,2917.822614,1480.504027,2447.166251,1560.133247,2232.444918 +198123,2923.109029,1481.016558,2454.623322,1563.556471,2243.227016 +198124,2926.201958,1481.53693,2461.085382,1568.969114,2253.157596 +198125,2928.305818,1481.783185,2466.214138,1576.380225,2261.235831 +198126,2930.327545,1482.057286,2470.217543,1581.256217,2267.844623 +198127,2932.491615,1482.290271,2473.448401,1588.098972,2273.377065 +198128,2934.717542,1482.508251,2476.203438,1589.265517,2278.181743 +198129,2938.665248,1488.474547,2480.346417,1601.260668,2284.554913 +198130,2939.311337,1489.683966,2482.337203,1587.058971,2287.351782 +198131,2941.476279,1490.432206,2485.128335,1604.314961,2290.506682 +198132,2950.863118,1491.058017,2488.184855,1619.894644,2293.791532 +198133,2941.93202,1491.623314,2491.111185,1596.549655,2296.955811 +198134,2955.212168,1492.154718,2495.477765,1634.535211,2302.000174 +198135,2945.943553,1492.661827,2497.000021,1616.426713,2303.644335 +198136,2956.608531,1493.156513,2498.941458,1626.360676,2305.857495 +198137,2957.140142,1493.63872,2501.129109,1631.736502,2308.394179 +198138,2957.985304,1494.112272,2503.317039,1653.732484,2310.943643 +198139,2959.358853,1494.578717,2505.415332,1621.19468,2313.394972 +198140,2963.341141,1495.03983,2509.295981,1673.526535,2318.056479 +198141,2963.623915,1495.493183,2510.55176,1637.142786,2319.510716 +198142,2965.07174,1495.944534,2512.228074,1670.245945,2321.488499 +198143,2968.922641,1496.391413,2515.663515,1659.676857,2325.629031 +198144,2969.057597,1496.832346,2516.533486,1669.435744,2326.616841 +198145,2970.604161,1497.272982,2518.068089,1673.64443,2328.416745 +198146,2972.693378,1497.709283,2519.899522,1678.402049,2330.570685 +198147,2976.908278,1498.144331,2523.585059,1683.2929,2335.007279 +198148,2977.207331,1498.574403,2524.739511,1688.04712,2336.343631 +198149,2980.71472,1499.006184,2528.135102,1692.796355,2340.447879 +198150,2980.807681,1499.431803,2529.085306,1697.71431,2341.548242 +198151,2982.261575,1499.36365,2530.650306,1702.469995,2343.398325 +198152,2984.125717,1499.184239,2532.37999,1707.277315,2345.506295 +198153,2986.023272,1498.943912,2534.140805,1712.113542,2347.75984 +198154,2987.980951,1498.654546,2535.869032,1716.958992,2350.097433 +198155,2989.551748,1498.322239,2537.529201,1721.627662,2352.46909 +198156,2993.076801,1497.950799,2540.787457,1726.63596,2356.917056 +198157,2992.847049,1497.538343,2541.343368,1731.395074,2358.138957 +198158,2993.856593,1497.092158,2542.341825,1736.210924,2359.980346 +198159,2997.334361,1496.609723,2545.124711,1741.052897,2364.2834 +198160,2997.079075,1496.088982,2545.337636,1745.818782,2365.070797 +198161,3000.07263,1495.538733,2547.762559,1750.724715,2369.035777 +198162,2999.646973,1494.948972,2547.727338,1755.454939,2369.832457 +198163,3000.59061,1494.330173,2548.285449,1760.201063,2371.391899 +198164,3001.981587,1493.676175,2549.0458,1765.211354,2373.231291 +198165,3003.514776,1492.990196,2549.974417,1775.82809,2375.315383 +198166,3006.860102,1492.272884,2552.551223,1766.343357,2379.467434 +198167,3006.285384,1491.519738,2552.515914,1789.085511,2380.48148 +198168,3007.012111,1490.828503,2553.038823,1781.634621,2382.22245 +198169,3008.093295,1489.88266,2553.632397,1790.019095,2384.081322 +198170,3009.273404,1489.010219,2554.274626,1794.914426,2386.031611 +198171,3010.440998,1488.250545,2555.15384,1799.448468,2388.071958 +198172,3013.518975,1487.280873,2557.498714,1804.504017,2392.194788 +198173,3015.785552,1483.09914,2558.99362,1816.386064,2395.340675 +198174,3018.157602,1481.718011,2559.868907,1823.14782,2398.238719 +198175,3018.286259,1480.530797,2558.682532,1828.66263,2398.908041 +198176,3021.805348,1479.378455,2559.914018,1834.810699,2402.565271 +198177,3021.721306,1478.225448,2558.88162,1840.259299,2403.369108 +198178,3024.790231,1477.071625,2560.252531,1846.121407,2407.011865 +198179,3019.093459,1475.898937,2560.968249,1851.729215,2409.970953 +198180,3028.001944,1474.708976,2559.460579,1857.34463,2409.782267 +198181,2951.269941,1440.658045,2556.549175,1831.755711,2406.687531 +198182,2947.945076,1439.362397,2545.324096,1838.528628,2392.633263 +198183,2958.809745,1438.282152,2534.176151,1848.139258,2377.646002 +198184,2944.614859,1437.187676,2525.623715,1855.957717,2365.206913 +198185,2961.939425,1436.096347,2519.816905,1864.00169,2356.258052 +198186,2956.841077,1434.994526,2516.228662,1872.034299,2350.146093 +198187,2957.599022,1433.87815,2513.92616,1885.811642,2345.822806 +198188,2959.836963,1432.744773,2512.239465,1886.606078,2342.501528 +198189,2961.502201,1431.593629,2510.889066,1897.457464,2339.838583 +198190,2963.645562,1430.425171,2511.444439,1905.657298,2339.755712 +198191,2963.716983,1429.230003,2509.56065,1913.577795,2336.886091 +198192,2966.449948,1427.934907,2509.968894,1922.072406,2337.027666 +198193,2966.458607,1426.82448,2508.044675,1929.976653,2334.460309 +198194,2968.069803,1425.509152,2506.840167,1938.609339,2333.110532 +198195,2969.587046,1424.242411,2506.036307,1951.984926,2332.157131 +198196,2970.776488,1422.940145,2505.401768,1953.854324,2331.520389 +198197,2971.985352,1421.614143,2504.741709,1963.852997,2330.961575 +198198,2973.190994,1420.264091,2504.297522,1972.900092,2330.535729 +198199,2974.424709,1418.890392,2503.787343,1985.866507,2330.366113 +198200,2976.635801,1417.492924,2504.911499,1988.662501,2332.292483 +198201,2976.008469,1416.067151,2503.296897,1997.358618,2331.149106 +198202,2977.779643,1414.707964,2503.927273,2012.197163,2332.55137 +198203,2978.475283,1413.021536,2502.245877,2014.267829,2331.226247 +198204,2979.789375,1411.708143,2501.10809,2023.30361,2330.761614 +198205,2980.806575,1410.11262,2500.241474,2036.325353,2330.547158 +198206,2982.412893,1408.576654,2501.157482,2040.986344,2332.130259 +198207,2983.014712,1407.000869,2501.133912,2052.478708,2333.127451 +198208,2982.852108,1405.39888,2499.103726,2059.506685,2331.64104 +198209,2987.763151,1405.025393,2497.803104,2063.85517,2331.063876 +198210,2991.059795,1403.637119,2496.83,2067.675038,2330.940895 +198211,2992.02895,1402.444226,2495.841468,2070.590311,2330.534462 +198212,2992.499912,1401.271689,2494.625402,2073.798987,2329.805476 +198213,2993.155661,1400.103723,2493.172939,2077.012786,2328.764275 +198214,2993.81023,1398.938573,2491.565793,2080.146399,2327.51469 +198215,2994.48611,1397.77606,2489.878332,2083.203299,2326.147772 +198216,2991.235502,1395.034832,2488.088715,2086.319556,2324.638345 +198217,2988.982314,1393.627573,2485.991305,2088.633665,2322.94129 +198218,2989.730128,1392.196631,2485.359767,2092.412032,2323.179356 +198219,2988.239978,1390.871779,2482.202963,2093.382809,2320.361148 +198220,2989.652307,1389.555887,2481.320066,2096.931891,2320.306464 +198221,2988.551573,1388.245,2478.182511,2098.048634,2317.44554 +198222,2988.863991,1386.942366,2475.74326,2099.988067,2315.397288 +198223,2988.912629,1385.641725,2473.592233,2102.274058,2313.666171 +198224,2989.090967,1384.343582,2471.611419,2104.727445,2312.123058 +198225,2988.848244,1383.047083,2469.725876,2107.230323,2310.688671 +198226,2989.897579,1381.835093,2469.533477,2111.516264,2311.550282 +198227,2989.190291,1380.419036,2468.465771,2114.704909,2311.146681 +198228,2988.308561,1379.181095,2465.393091,2115.587782,2308.27207 +198229,2996.534686,1377.877256,2463.183567,2117.437313,2306.451229 +198230,2980.567564,1376.582804,2461.161746,2119.529754,2304.844943 +198231,2996.080053,1375.289572,2459.221656,2121.710394,2303.330821 +198232,2990.083261,1373.996512,2457.521239,2124.116752,2302.112718 +198233,2980.927491,1372.704801,2457.302052,2128.08352,2302.73629 +198234,2995.413208,1371.408084,2454.541602,2129.136521,2300.234314 +198235,2990.548652,1370.118974,2454.200102,2132.812288,2300.730487 +198236,2987.200836,1368.820913,2451.452178,2133.779776,2298.254717 +198237,2987.537015,1367.529161,2449.195618,2135.291629,2296.37926 +198238,2987.954269,1366.234173,2447.169136,2137.262882,2294.774789 +198239,2987.75816,1364.939446,2445.299375,2139.190685,2293.356098 +198240,2987.363021,1363.644286,2443.507195,2141.160637,2292.032617 +198241,2835.884572,1321.499579,2440.525041,2140.816097,2290.112644 +198242,2830.091381,1258.231502,2426.789566,2130.69803,2272.803005 +198243,2829.795886,1307.288043,2409.559335,2119.054539,2250.10366 +198244,2828.403611,1287.743754,2395.016838,2111.264389,2230.261551 +198245,2826.875947,1288.078037,2384.179648,2107.821394,2214.55352 +198246,2825.531984,1286.681845,2376.410191,2107.358791,2202.451313 +198247,2824.017562,1284.925092,2370.688506,2108.387096,2193.355613 +198248,2822.581669,1283.173109,2366.233185,2109.95918,2186.173364 +198249,2821.109469,1308.317429,2362.514571,2111.580226,2180.043032 +198250,2819.844376,1239.83012,2361.032601,2115.051952,2177.232965 +198251,2817.872495,1297.178843,2357.407327,2115.630775,2172.115378 +198252,2816.547934,1292.455516,2354.468713,2116.630922,2168.133508 +198253,2814.92839,1246.415887,2351.935814,2117.862381,2164.897104 +198254,2813.597936,1283.911762,2351.339782,2121.048425,2164.273304 +198255,2811.415608,1288.05235,2348.246542,2121.249691,2160.777489 +198256,2810.29986,1241.137317,2347.467499,2123.868696,2160.314882 +198257,2808.041589,1307.772106,2344.3714,2123.790137,2157.148081 +198258,2806.543947,1222.97247,2341.970185,2124.424303,2154.961649 +198259,2804.768562,1283.219754,2339.874416,2125.365051,2153.253542 +198260,2802.877088,1269.513716,2337.837487,2126.317271,2151.711102 +198261,2801.390883,1244.911532,2337.541584,2129.112361,2152.407436 +198262,2798.977353,1281.124689,2334.744982,2129.000635,2150.109168 +198263,2797.331443,1232.077666,2332.52544,2129.468112,2148.589145 +198264,2795.659885,1284.154079,2332.138939,2131.937653,2149.382901 +198265,2793.399582,1225.202509,2330.953889,2133.426825,2149.251296 +198266,2791.199742,1280.43137,2327.797034,2132.642279,2146.737805 +198267,2789.364031,1223.355588,2325.390568,2132.698423,2145.173653 +198268,2787.745821,1272.931786,2324.913741,2134.907531,2146.008047 +198269,2784.833728,1224.708432,2322.02337,2134.369869,2143.895168 +198270,2783.043337,1264.274536,2319.741349,2134.47054,2142.553514 +198271,2781.383009,1226.15423,2317.693743,2134.814473,2141.513826 +198272,2779.866888,1255.745556,2315.796024,2135.424792,2140.660253 +198273,2778.681933,1228.068238,2315.651931,2138.122716,2141.970622 +198274,2776.930257,1245.711658,2314.668689,2140.152662,2142.258669 +198275,2775.282725,1232.084944,2311.696955,2139.82961,2140.100415 +198276,2774.012535,1236.852573,2309.466361,2140.45181,2138.840258 +198277,2772.695897,1233.177606,2309.168276,2143.33078,2139.94698 +198278,2770.765546,1231.954832,2306.459624,2143.569716,2138.079028 +198279,2769.50039,1230.36729,2304.370196,2144.540085,2136.969267 +198280,2767.938102,1228.778771,2302.502223,2145.812076,2136.122764 +198281,2766.382277,1227.189853,2300.748547,2147.243855,2135.412306 +198282,2764.826132,1225.601387,2299.056521,2148.752996,2134.778746 +198283,2763.250526,1224.013255,2297.397672,2150.29595,2134.190279 +198284,2761.620231,1222.425073,2295.755585,2151.853052,2133.627626 +198285,2760.052705,1220.836753,2294.122132,2153.418621,2133.080474 +198286,2758.404382,1219.247915,2292.493106,2154.991823,2132.542957 +198287,2756.75079,1217.658497,2290.864974,2156.571359,2132.010072 +198288,2755.079897,1216.068136,2289.235633,2158.15623,2131.478725 +198289,2753.386892,1214.476794,2287.604007,2159.74574,2130.947216 +198290,2751.672795,1212.88413,2285.969311,2161.339073,2130.414321 +198291,2749.938031,1211.290123,2284.331037,2162.935512,2129.87924 +198292,2748.181714,1209.694444,2282.688914,2164.534487,2129.341544 +198293,2738.435347,1208.095659,2282.56695,2167.812489,2130.686187 +198294,2755.720139,1206.571705,2281.664302,2170.167097,2131.085613 +198295,2730.85185,1204.86142,2280.398958,2172.0734,2131.05346 +198296,2752.013985,1203.309721,2278.923976,2173.940684,2130.767077 +198297,2727.182146,1201.693431,2275.658348,2173.471679,2128.261233 +198298,2748.347197,1200.083414,2273.276078,2174.494104,2126.820021 +198299,2723.478838,1198.472205,2271.203901,2175.745491,2125.739145 +198300,2744.519247,1196.857804,2269.336632,2177.247947,2124.903437 +198301,1962.33322,1195.234111,1037.381715,1679.149062,2286.989651 +198302,2047.755072,1324.976829,1086.075061,1759.102777,2349.452621 +198303,2136.205825,1328.236222,1140.938965,1841.735737,2400.274509 +198304,2201.065428,1327.861165,1185.654925,1898.635415,2427.240523 +198305,2248.772584,1328.066692,1221.356108,1934.514396,2444.078024 +198306,2283.319268,1327.552913,1249.605776,1955.472094,2455.676105 +198307,2309.082877,1326.527111,1272.318704,1967.979437,2464.270267 +198308,2329.06391,1325.5297,1291.082941,1976.314022,2471.328455 +198309,2345.111866,1324.471952,1307.090797,1982.704844,2477.158851 +198310,2358.245495,1323.379973,1320.58421,1988.055899,2482.268285 +198311,2369.081197,1322.264665,1332.136032,1992.703415,2486.809376 +198312,2378.051713,1321.129942,1342.047863,1996.805067,2490.866939 +198313,2385.469747,1319.962143,1350.556995,2000.456711,2494.469638 +198314,2391.643478,1318.802643,1357.891187,2003.785891,2497.696928 +198315,2396.830327,1317.641114,1364.246167,2006.900542,2500.622405 +198316,2401.207376,1316.475462,1369.771111,2009.855447,2503.275865 +198317,2404.921137,1315.308783,1374.593248,2012.690299,2505.689528 +198318,2408.090437,1314.140054,1378.819631,2015.432414,2507.893734 +198319,2410.810918,1312.971479,1382.539898,2018.100629,2509.915579 +198320,2413.159639,1311.801455,1385.829117,2020.708359,2511.779013 +198321,2415.198564,1310.631486,1388.750102,2023.265305,2513.504862 +198322,2416.977666,1309.459651,1391.355477,2025.778621,2515.111281 +198323,2418.537168,1308.286995,1393.689292,2028.253542,2516.613907 +198324,2419.9096,1307.111456,1395.788503,2030.693975,2518.026313 +198325,2421.121202,1305.933797,1397.68408,2033.102788,2519.360107 +198326,2422.193309,1304.751952,1399.402074,2035.482178,2520.625353 +198327,2423.143377,1303.566038,1400.964367,2037.833781,2521.830618 +198328,2423.985839,1302.375122,1402.38942,2040.158885,2522.983296 +198329,2424.732546,1301.178767,1403.692794,2042.458467,2524.089657 +198330,2425.393341,1299.975407,1404.887679,2044.733331,2525.155119 +198331,2425.994652,1298.50597,1405.98523,2046.984084,2526.184234 +198332,2426.519907,1296.985231,1406.983696,2048.895257,2527.178351 +198333,2426.955543,1295.43567,1407.884342,2050.289601,2528.141361 +198334,2427.299935,1293.862185,1408.692834,2051.166816,2529.07718 +198335,2427.558206,1292.26782,1409.416676,2051.608909,2529.988771 +198336,2427.709066,1290.653801,1410.049376,2051.681723,2530.848075 +198337,2427.784934,1289.02134,1410.610346,2051.472479,2531.684937 +198338,2427.812619,1287.370725,1411.115984,2051.040583,2532.524388 +198339,2427.782847,1285.702629,1411.564818,2050.400683,2533.353955 +198340,2427.693232,1284.017146,1411.958505,2049.565062,2534.169118 +198341,2427.544052,1282.31502,1412.299676,2048.544636,2534.968411 +198342,2427.336661,1280.595592,1412.591138,2047.349201,2535.751547 +198343,2427.072668,1278.860267,1412.835558,2045.987258,2536.518599 +198344,2426.753617,1277.027473,1413.03538,2044.465957,2537.269729 +198345,2426.380866,1275.380146,1413.192798,2042.791227,2538.005046 +198346,2425.983549,1273.536913,1413.323639,2040.990453,2538.754759 +198347,2425.536177,1271.751065,1413.41673,2039.045853,2539.490573 +198348,2425.017601,1269.936725,1413.462847,2036.943112,2540.188767 +198349,2424.441525,1268.107319,1413.469665,2034.696468,2540.862799 +198350,2423.814025,1266.257641,1413.44096,2032.313742,2541.517919 +198351,2423.137827,1264.397287,1413.379035,2029.796439,2542.157581 +198352,2422.41424,1260.896033,1413.285286,2027.148498,2542.781828 +198353,2421.273559,1258.656655,1413.089931,2023.178101,2543.389842 +198354,2419.859558,1256.67368,1412.821064,2018.412357,2543.979696 +198355,2418.364705,1254.628319,1412.514467,2013.542698,2544.551161 +198356,2416.887442,1252.595987,1412.188544,2008.891972,2545.10473 +198357,2415.449461,1250.480934,1411.848197,2004.483651,2545.640696 +198358,2414.039934,1248.556284,1411.492807,2000.224858,2546.159112 +198359,2412.642435,1246.447657,1411.12074,1996.019958,2546.659693 +198360,2411.244388,1244.400921,1410.730888,1991.806385,2547.142111 +198361,0,0,0,0,0 +198362,0,0,0,0,0 +198363,0,0,0,0,0 +198364,0,0,0,0,0 +198365,0,0,0,0,0 +198366,0,0,0,0,0 +198367,0,0,0,0,0 +198368,0,0,0,0,0 +198369,0,0,0,0,0 +198370,0,0,0,0,0 +198371,0,0,0,0,0 +198372,0,0,0,0,0 +198373,0,0,0,0,0 +198374,0,0,0,0,0 +198375,0,0,0,0,0 +198376,0,0,0,0,0 +198377,0,0,0,0,0 +198378,0,0,0,0,0 +198379,0,0,0,0,0 +198380,0,0,0,0,0 +198381,0,0,0,0,0 +198382,0,0,0,0,0 +198383,0,0,0,0,0 +198384,0,0,0,0,0 +198385,0,0,0,0,0 +198386,0,0,0,0,0 +198387,0,0,0,0,0 +198388,0,0,0,0,0 +198389,0,0,0,0,0 +198390,0,0,0,0,0 +198391,0,0,0,0,0 +198392,0,0,0,0,0 +198393,0,0,0,0,0 +198394,0,0,0,0,0 +198395,0,0,0,0,0 +198396,0,0,0,0,0 +198397,0,0,0,0,0 +198398,0,0,0,0,0 +198399,0,0,0,0,0 +198400,0,0,0,0,0 +198401,0,0,0,0,0 +198402,0,0,0,0,0 +198403,0,0,0,0,0 +198404,0,0,0,0,0 +198405,0,0,0,0,0 +198406,0,0,0,0,0 +198407,0,0,0,0,0 +198408,0,0,0,0,0 +198409,0,0,0,0,0 +198410,0,0,0,0,0 +198411,0,0,0,0,0 +198412,0,0,0,0,0 +198413,0,0,0,0,0 +198414,0,0,0,0,0 +198415,0,0,0,0,0 +198416,0,0,0,0,0 +198417,0,0,0,0,0 +198418,0,0,0,0,0 +198419,0,0,0,0,0 +198420,0,0,0,0,0 +198421,0,0,0,0,0 +198422,0,0,0,0,0 +198423,0,0,0,0,0 +198424,0,0,0,0,0 +198425,0,0,0,0,0 +198426,0,0,0,0,0 +198427,0,0,0,0,0 +198428,0,0,0,0,0 +198429,0,0,0,0,0 +198430,0,0,0,0,0 +198431,0,0,0,0,0 +198432,0,0,0,0,0 +198433,0,0,0,0,0 +198434,0,0,0,0,0 +198435,0,0,0,0,0 +198436,0,0,0,0,0 +198437,0,0,0,0,0 +198438,0,0,0,0,0 +198439,0,0,0,0,0 +198440,0,0,0,0,0 +198441,0,0,0,0,0 +198442,0,0,0,0,0 +198443,0,0,0,0,0 +198444,0,0,0,0,0 +198445,0,0,0,0,0 +198446,0,0,0,0,0 +198447,0,0,0,0,0 +198448,0,0,0,0,0 +198449,0,0,0,0,0 +198450,0,0,0,0,0 +198451,0,0,0,0,0 +198452,0,0,0,0,0 +198453,0,0,0,0,0 +198454,0,0,0,0,0 +198455,0,0,0,0,0 +198456,0,0,0,0,0 +198457,0,0,0,0,0 +198458,0,0,0,0,0 +198459,0,0,0,0,0 +198460,0,0,0,0,0 +198461,0,0,0,0,0 +198462,0,0,0,0,0 +198463,0,0,0,0,0 +198464,0,0,0,0,0 +198465,0,0,0,0,0 +198466,0,0,0,0,0 +198467,0,0,0,0,0 +198468,0,0,0,0,0 +198469,0,0,0,0,0 +198470,0,0,0,0,0 +198471,0,0,0,0,0 +198472,0,0,0,0,0 +198473,0,0,0,0,0 +198474,0,0,0,0,0 +198475,0,0,0,0,0 +198476,0,0,0,0,0 +198477,0,0,0,0,0 +198478,0,0,0,0,0 +198479,0,0,0,0,0 +198480,0,0,0,0,0 +198481,0,0,0,0,0 +198482,0,0,0,0,0 +198483,0,0,0,0,0 +198484,0,0,0,0,0 +198485,0,0,0,0,0 +198486,0,0,0,0,0 +198487,0,0,0,0,0 +198488,0,0,0,0,0 +198489,0,0,0,0,0 +198490,0,0,0,0,0 +198491,0,0,0,0,0 +198492,0,0,0,0,0 +198493,0,0,0,0,0 +198494,0,0,0,0,0 +198495,0,0,0,0,0 +198496,0,0,0,0,0 +198497,0,0,0,0,0 +198498,0,0,0,0,0 +198499,0,0,0,0,0 +198500,0,0,0,0,0 +198501,0,0,0,0,0 +198502,0,0,0,0,0 +198503,0,0,0,0,0 +198504,0,0,0,0,0 +198505,0,0,0,0,0 +198506,0,0,0,0,0 +198507,0,0,0,0,0 +198508,0,0,0,0,0 +198509,0,0,0,0,0 +198510,0,0,0,0,0 +198511,0,0,0,0,0 +198512,0,0,0,0,0 +198513,0,0,0,0,0 +198514,0,0,0,0,0 +198515,0,0,0,0,0 +198516,0,0,0,0,0 +198517,0,0,0,0,0 +198518,0,0,0,0,0 +198519,0,0,0,0,0 +198520,0,0,0,0,0 +198521,0,0,0,0,0 +198522,0,0,0,0,0 +198523,0,0,0,0,0 +198524,0,0,0,0,0 +198525,0,0,0,0,0 +198526,0,0,0,0,0 +198527,0,0,0,0,0 +198528,0,0,0,0,0 +198529,0,0,0,0,0 +198530,0,0,0,0,0 +198531,0,0,0,0,0 +198532,0,0,0,0,0 +198533,0,0,0,0,0 +198534,0,0,0,0,0 +198535,0,0,0,0,0 +198536,0,0,0,0,0 +198537,0,0,0,0,0 +198538,0,0,0,0,0 +198539,0,0,0,0,0 +198540,0,0,0,0,0 +198541,0,0,0,0,0 +198542,0,0,0,0,0 +198543,0,0,0,0,0 +198544,0,0,0,0,0 +198545,0,0,0,0,0 +198546,0,0,0,0,0 +198547,0,0,0,0,0 +198548,0,0,0,0,0 +198549,0,0,0,0,0 +198550,0,0,0,0,0 +198551,0,0,0,0,0 +198552,0,0,0,0,0 +198553,0,0,0,0,0 +198554,0,0,0,0,0 +198555,0,0,0,0,0 +198556,0,0,0,0,0 +198557,0,0,0,0,0 +198558,0,0,0,0,0 +198559,0,0,0,0,0 +198560,0,0,0,0,0 +198561,0,0,0,0,0 +198562,0,0,0,0,0 +198563,0,0,0,0,0 +198564,0,0,0,0,0 +198565,0,0,0,0,0 +198566,0,0,0,0,0 +198567,0,0,0,0,0 +198568,0,0,0,0,0 +198569,0,0,0,0,0 +198570,0,0,0,0,0 +198571,0,0,0,0,0 +198572,0,0,0,0,0 +198573,0,0,0,0,0 +198574,0,0,0,0,0 +198575,0,0,0,0,0 +198576,0,0,0,0,0 +198577,0,0,0,0,0 +198578,0,0,0,0,0 +198579,0,0,0,0,0 +198580,0,0,0,0,0 +198581,0,0,0,0,0 +198582,0,0,0,0,0 +198583,0,0,0,0,0 +198584,0,0,0,0,0 +198585,0,0,0,0,0 +198586,0,0,0,0,0 +198587,0,0,0,0,0 +198588,0,0,0,0,0 +198589,0,0,0,0,0 +198590,0,0,0,0,0 +198591,0,0,0,0,0 +198592,0,0,0,0,0 +198593,0,0,0,0,0 +198594,0,0,0,0,0 +198595,0,0,0,0,0 +198596,0,0,0,0,0 +198597,0,0,0,0,0 +198598,0,0,0,0,0 +198599,0,0,0,0,0 +198600,0,0,0,0,0 +198601,0,0,0,0,0 +198602,0,0,0,0,0 +198603,0,0,0,0,0 +198604,0,0,0,0,0 +198605,0,0,0,0,0 +198606,0,0,0,0,0 +198607,0,0,0,0,0 +198608,0,0,0,0,0 +198609,0,0,0,0,0 +198610,0,0,0,0,0 +198611,0,0,0,0,0 +198612,0,0,0,0,0 +198613,0,0,0,0,0 +198614,0,0,0,0,0 +198615,0,0,0,0,0 +198616,0,0,0,0,0 +198617,0,0,0,0,0 +198618,0,0,0,0,0 +198619,0,0,0,0,0 +198620,0,0,0,0,0 +198621,0,0,0,0,0 +198622,0,0,0,0,0 +198623,0,0,0,0,0 +198624,0,0,0,0,0 +198625,0,0,0,0,0 +198626,0,0,0,0,0 +198627,0,0,0,0,0 +198628,0,0,0,0,0 +198629,0,0,0,0,0 +198630,0,0,0,0,0 +198631,0,0,0,0,0 +198632,0,0,0,0,0 +198633,0,0,0,0,0 +198634,0,0,0,0,0 +198635,0,0,0,0,0 +198636,0,0,0,0,0 +198637,0,0,0,0,0 +198638,0,0,0,0,0 +198639,0,0,0,0,0 +198640,0,0,0,0,0 +198641,0,0,0,0,0 +198642,0,0,0,0,0 +198643,0,0,0,0,0 +198644,0,0,0,0,0 +198645,0,0,0,0,0 +198646,0,0,0,0,0 +198647,0,0,0,0,0 +198648,0,0,0,0,0 +198649,0,0,0,0,0 +198650,0,0,0,0,0 +198651,0,0,0,0,0 +198652,0,0,0,0,0 +198653,0,0,0,0,0 +198654,0,0,0,0,0 +198655,0,0,0,0,0 +198656,0,0,0,0,0 +198657,0,0,0,0,0 +198658,0,0,0,0,0 +198659,0,0,0,0,0 +198660,0,0,0,0,0 +198661,0,0,0,0,0 +198662,0,0,0,0,0 +198663,0,0,0,0,0 +198664,0,0,0,0,0 +198665,0,0,0,0,0 +198666,0,0,0,0,0 +198667,0,0,0,0,0 +198668,0,0,0,0,0 +198669,0,0,0,0,0 +198670,0,0,0,0,0 +198671,0,0,0,0,0 +198672,0,0,0,0,0 +198673,0,0,0,0,0 +198674,0,0,0,0,0 +198675,0,0,0,0,0 +198676,0,0,0,0,0 +198677,0,0,0,0,0 +198678,0,0,0,0,0 +198679,0,0,0,0,0 +198680,0,0,0,0,0 +198681,0,0,0,0,0 +198682,0,0,0,0,0 +198683,0,0,0,0,0 +198684,0,0,0,0,0 +198685,0,0,0,0,0 +198686,0,0,0,0,0 +198687,0,0,0,0,0 +198688,0,0,0,0,0 +198689,0,0,0,0,0 +198690,0,0,0,0,0 +198691,0,0,0,0,0 +198692,0,0,0,0,0 +198693,0,0,0,0,0 +198694,0,0,0,0,0 +198695,0,0,0,0,0 +198696,0,0,0,0,0 +198697,0,0,0,0,0 +198698,0,0,0,0,0 +198699,0,0,0,0,0 +198700,0,0,0,0,0 +198701,0,0,0,0,0 +198702,0,0,0,0,0 +198703,0,0,0,0,0 +198704,0,0,0,0,0 +198705,0,0,0,0,0 +198706,0,0,0,0,0 +198707,0,0,0,0,0 +198708,0,0,0,0,0 +198709,0,0,0,0,0 +198710,0,0,0,0,0 +198711,0,0,0,0,0 +198712,0,0,0,0,0 +198713,0,0,0,0,0 +198714,0,0,0,0,0 +198715,0,0,0,0,0 +198716,0,0,0,0,0 +198717,0,0,0,0,0 +198718,0,0,0,0,0 +198719,0,0,0,0,0 +198720,0,0,0,0,0 +198721,0,0,0,0,0 +198722,0,0,0,0,0 +198723,0,0,0,0,0 +198724,0,0,0,0,0 +198725,0,0,0,0,0 +198726,0,0,0,0,0 +198727,0,0,0,0,0 +198728,0,0,0,0,0 +198729,0,0,0,0,0 +198730,0,0,0,0,0 +198731,0,0,0,0,0 +198732,0,0,0,0,0 +198733,0,0,0,0,0 +198734,0,0,0,0,0 +198735,0,0,0,0,0 +198736,0,0,0,0,0 +198737,0,0,0,0,0 +198738,0,0,0,0,0 +198739,0,0,0,0,0 +198740,0,0,0,0,0 +198741,0,0,0,0,0 +198742,0,0,0,0,0 +198743,0,0,0,0,0 +198744,0,0,0,0,0 +198745,0,0,0,0,0 +198746,0,0,0,0,0 +198747,0,0,0,0,0 +198748,0,0,0,0,0 +198749,0,0,0,0,0 +198750,0,0,0,0,0 +198751,0,0,0,0,0 +198752,0,0,0,0,0 +198753,0,0,0,0,0 +198754,0,0,0,0,0 +198755,0,0,0,0,0 +198756,0,0,0,0,0 +198757,0,0,0,0,0 +198758,0,0,0,0,0 +198759,0,0,0,0,0 +198760,0,0,0,0,0 +198761,0,0,0,0,0 +198762,0,0,0,0,0 +198763,0,0,0,0,0 +198764,0,0,0,0,0 +198765,0,0,0,0,0 +198766,0,0,0,0,0 +198767,0,0,0,0,0 +198768,0,0,0,0,0 +198769,0,0,0,0,0 +198770,0,0,0,0,0 +198771,0,0,0,0,0 +198772,0,0,0,0,0 +198773,0,0,0,0,0 +198774,0,0,0,0,0 +198775,0,0,0,0,0 +198776,0,0,0,0,0 +198777,0,0,0,0,0 +198778,0,0,0,0,0 +198779,0,0,0,0,0 +198780,0,0,0,0,0 +198781,0,0,0,0,0 +198782,0,0,0,0,0 +198783,0,0,0,0,0 +198784,0,0,0,0,0 +198785,0,0,0,0,0 +198786,0,0,0,0,0 +198787,0,0,0,0,0 +198788,0,0,0,0,0 +198789,0,0,0,0,0 +198790,0,0,0,0,0 +198791,0,0,0,0,0 +198792,0,0,0,0,0 +198793,0,0,0,0,0 +198794,0,0,0,0,0 +198795,0,0,0,0,0 +198796,0,0,0,0,0 +198797,0,0,0,0,0 +198798,0,0,0,0,0 +198799,0,0,0,0,0 +198800,0,0,0,0,0 +198801,0,0,0,0,0 +198802,0,0,0,0,0 +198803,0,0,0,0,0 +198804,0,0,0,0,0 +198805,0,0,0,0,0 +198806,0,0,0,0,0 +198807,0,0,0,0,0 +198808,0,0,0,0,0 +198809,0,0,0,0,0 +198810,0,0,0,0,0 +198811,0,0,0,0,0 +198812,0,0,0,0,0 +198813,0,0,0,0,0 +198814,0,0,0,0,0 +198815,0,0,0,0,0 +198816,0,0,0,0,0 +198817,0,0,0,0,0 +198818,0,0,0,0,0 +198819,0,0,0,0,0 +198820,0,0,0,0,0 +198821,0,0,0,0,0 +198822,0,0,0,0,0 +198823,0,0,0,0,0 +198824,0,0,0,0,0 +198825,0,0,0,0,0 +198826,0,0,0,0,0 +198827,0,0,0,0,0 +198828,0,0,0,0,0 +198829,0,0,0,0,0 +198830,0,0,0,0,0 +198831,0,0,0,0,0 +198832,0,0,0,0,0 +198833,0,0,0,0,0 +198834,0,0,0,0,0 +198835,0,0,0,0,0 +198836,0,0,0,0,0 +198837,0,0,0,0,0 +198838,0,0,0,0,0 +198839,0,0,0,0,0 +198840,0,0,0,0,0 +198841,0,0,0,0,0 +198842,0,0,0,0,0 +198843,0,0,0,0,0 +198844,0,0,0,0,0 +198845,0,0,0,0,0 +198846,0,0,0,0,0 +198847,0,0,0,0,0 +198848,0,0,0,0,0 +198849,0,0,0,0,0 +198850,0,0,0,0,0 +198851,0,0,0,0,0 +198852,0,0,0,0,0 +198853,0,0,0,0,0 +198854,0,0,0,0,0 +198855,0,0,0,0,0 +198856,0,0,0,0,0 +198857,0,0,0,0,0 +198858,0,0,0,0,0 +198859,0,0,0,0,0 +198860,0,0,0,0,0 +198861,0,0,0,0,0 +198862,0,0,0,0,0 +198863,0,0,0,0,0 +198864,0,0,0,0,0 +198865,0,0,0,0,0 +198866,0,0,0,0,0 +198867,0,0,0,0,0 +198868,0,0,0,0,0 +198869,0,0,0,0,0 +198870,0,0,0,0,0 +198871,0,0,0,0,0 +198872,0,0,0,0,0 +198873,0,0,0,0,0 +198874,0,0,0,0,0 +198875,0,0,0,0,0 +198876,0,0,0,0,0 +198877,0,0,0,0,0 +198878,0,0,0,0,0 +198879,0,0,0,0,0 +198880,0,0,0,0,0 +198881,0,0,0,0,0 +198882,0,0,0,0,0 +198883,0,0,0,0,0 +198884,0,0,0,0,0 +198885,0,0,0,0,0 +198886,0,0,0,0,0 +198887,0,0,0,0,0 +198888,0,0,0,0,0 +198889,0,0,0,0,0 +198890,0,0,0,0,0 +198891,0,0,0,0,0 +198892,0,0,0,0,0 +198893,0,0,0,0,0 +198894,0,0,0,0,0 +198895,0,0,0,0,0 +198896,0,0,0,0,0 +198897,0,0,0,0,0 +198898,0,0,0,0,0 +198899,0,0,0,0,0 +198900,0,0,0,0,0 +198901,0,0,0,0,0 +198902,0,0,0,0,0 +198903,0,0,0,0,0 +198904,0,0,0,0,0 +198905,0,0,0,0,0 +198906,0,0,0,0,0 +198907,0,0,0,0,0 +198908,0,0,0,0,0 +198909,0,0,0,0,0 +198910,0,0,0,0,0 +198911,0,0,0,0,0 +198912,0,0,0,0,0 +198913,0,0,0,0,0 +198914,0,0,0,0,0 +198915,0,0,0,0,0 +198916,0,0,0,0,0 +198917,0,0,0,0,0 +198918,0,0,0,0,0 +198919,0,0,0,0,0 +198920,0,0,0,0,0 +198921,0,0,0,0,0 +198922,0,0,0,0,0 +198923,0,0,0,0,0 +198924,0,0,0,0,0 +198925,0,0,0,0,0 +198926,0,0,0,0,0 +198927,0,0,0,0,0 +198928,0,0,0,0,0 +198929,0,0,0,0,0 +198930,0,0,0,0,0 +198931,0,0,0,0,0 +198932,0,0,0,0,0 +198933,0,0,0,0,0 +198934,0,0,0,0,0 +198935,0,0,0,0,0 +198936,0,0,0,0,0 +198937,0,0,0,0,0 +198938,0,0,0,0,0 +198939,0,0,0,0,0 +198940,0,0,0,0,0 +198941,0,0,0,0,0 +198942,0,0,0,0,0 +198943,0,0,0,0,0 +198944,0,0,0,0,0 +198945,0,0,0,0,0 +198946,0,0,0,0,0 +198947,0,0,0,0,0 +198948,0,0,0,0,0 +198949,0,0,0,0,0 +198950,0,0,0,0,0 +198951,0,0,0,0,0 +198952,0,0,0,0,0 +198953,0,0,0,0,0 +198954,0,0,0,0,0 +198955,0,0,0,0,0 +198956,0,0,0,0,0 +198957,0,0,0,0,0 +198958,0,0,0,0,0 +198959,0,0,0,0,0 +198960,0,0,0,0,0 +198961,0,0,0,0,0 +198962,0,0,0,0,0 +198963,0,0,0,0,0 +198964,0,0,0,0,0 +198965,0,0,0,0,0 +198966,0,0,0,0,0 +198967,0,0,0,0,0 +198968,0,0,0,0,0 +198969,0,0,0,0,0 +198970,0,0,0,0,0 +198971,0,0,0,0,0 +198972,0,0,0,0,0 +198973,0,0,0,0,0 +198974,0,0,0,0,0 +198975,0,0,0,0,0 +198976,0,0,0,0,0 +198977,0,0,0,0,0 +198978,0,0,0,0,0 +198979,0,0,0,0,0 +198980,0,0,0,0,0 +198981,0,0,0,0,0 +198982,0,0,0,0,0 +198983,0,0,0,0,0 +198984,0,0,0,0,0 +198985,0,0,0,0,0 +198986,0,0,0,0,0 +198987,0,0,0,0,0 +198988,0,0,0,0,0 +198989,0,0,0,0,0 +198990,0,0,0,0,0 +198991,0,0,0,0,0 +198992,0,0,0,0,0 +198993,0,0,0,0,0 +198994,0,0,0,0,0 +198995,0,0,0,0,0 +198996,0,0,0,0,0 +198997,0,0,0,0,0 +198998,0,0,0,0,0 +198999,0,0,0,0,0 +199000,0,0,0,0,0 +199001,0,0,0,0,0 +199002,0,0,0,0,0 +199003,0,0,0,0,0 +199004,0,0,0,0,0 +199005,0,0,0,0,0 +199006,0,0,0,0,0 +199007,0,0,0,0,0 +199008,0,0,0,0,0 +199009,0,0,0,0,0 +199010,0,0,0,0,0 +199011,0,0,0,0,0 +199012,0,0,0,0,0 +199013,0,0,0,0,0 +199014,0,0,0,0,0 +199015,0,0,0,0,0 +199016,0,0,0,0,0 +199017,0,0,0,0,0 +199018,0,0,0,0,0 +199019,0,0,0,0,0 +199020,0,0,0,0,0 +199021,0,0,0,0,0 +199022,0,0,0,0,0 +199023,0,0,0,0,0 +199024,0,0,0,0,0 +199025,0,0,0,0,0 +199026,0,0,0,0,0 +199027,0,0,0,0,0 +199028,0,0,0,0,0 +199029,0,0,0,0,0 +199030,0,0,0,0,0 +199031,0,0,0,0,0 +199032,0,0,0,0,0 +199033,0,0,0,0,0 +199034,0,0,0,0,0 +199035,0,0,0,0,0 +199036,0,0,0,0,0 +199037,0,0,0,0,0 +199038,0,0,0,0,0 +199039,0,0,0,0,0 +199040,0,0,0,0,0 +199041,0,0,0,0,0 +199042,0,0,0,0,0 +199043,0,0,0,0,0 +199044,0,0,0,0,0 +199045,0,0,0,0,0 +199046,0,0,0,0,0 +199047,0,0,0,0,0 +199048,0,0,0,0,0 +199049,0,0,0,0,0 +199050,0,0,0,0,0 +199051,0,0,0,0,0 +199052,0,0,0,0,0 +199053,0,0,0,0,0 +199054,0,0,0,0,0 +199055,0,0,0,0,0 +199056,0,0,0,0,0 +199057,0,0,0,0,0 +199058,0,0,0,0,0 +199059,0,0,0,0,0 +199060,0,0,0,0,0 +199061,0,0,0,0,0 +199062,0,0,0,0,0 +199063,0,0,0,0,0 +199064,0,0,0,0,0 +199065,0,0,0,0,0 +199066,0,0,0,0,0 +199067,0,0,0,0,0 +199068,0,0,0,0,0 +199069,0,0,0,0,0 +199070,0,0,0,0,0 +199071,0,0,0,0,0 +199072,0,0,0,0,0 +199073,0,0,0,0,0 +199074,0,0,0,0,0 +199075,0,0,0,0,0 +199076,0,0,0,0,0 +199077,0,0,0,0,0 +199078,0,0,0,0,0 +199079,0,0,0,0,0 +199080,0,0,0,0,0 +199081,0,0,0,0,0 +199082,0,0,0,0,0 +199083,0,0,0,0,0 +199084,0,0,0,0,0 +199085,0,0,0,0,0 +199086,0,0,0,0,0 +199087,0,0,0,0,0 +199088,0,0,0,0,0 +199089,0,0,0,0,0 +199090,0,0,0,0,0 +199091,0,0,0,0,0 +199092,0,0,0,0,0 +199093,0,0,0,0,0 +199094,0,0,0,0,0 +199095,0,0,0,0,0 +199096,0,0,0,0,0 +199097,0,0,0,0,0 +199098,0,0,0,0,0 +199099,0,0,0,0,0 +199100,0,0,0,0,0 +199101,0,0,0,0,0 +199102,0,0,0,0,0 +199103,0,0,0,0,0 +199104,0,0,0,0,0 +199105,0,0,0,0,0 +199106,0,0,0,0,0 +199107,0,0,0,0,0 +199108,0,0,0,0,0 +199109,0,0,0,0,0 +199110,0,0,0,0,0 +199111,0,0,0,0,0 +199112,0,0,0,0,0 +199113,0,0,0,0,0 +199114,0,0,0,0,0 +199115,0,0,0,0,0 +199116,0,0,0,0,0 +199117,0,0,0,0,0 +199118,0,0,0,0,0 +199119,0,0,0,0,0 +199120,0,0,0,0,0 +199121,0,0,0,0,0 +199122,0,0,0,0,0 +199123,0,0,0,0,0 +199124,0,0,0,0,0 +199125,0,0,0,0,0 +199126,0,0,0,0,0 +199127,0,0,0,0,0 +199128,0,0,0,0,0 +199129,0,0,0,0,0 +199130,0,0,0,0,0 +199131,0,0,0,0,0 +199132,0,0,0,0,0 +199133,0,0,0,0,0 +199134,0,0,0,0,0 +199135,0,0,0,0,0 +199136,0,0,0,0,0 +199137,0,0,0,0,0 +199138,0,0,0,0,0 +199139,0,0,0,0,0 +199140,0,0,0,0,0 +199141,-207.67294,-62.38150778,-124.8111053,-79.96448218,-511.8300741 +199142,236.9076257,139.4930774,318.8604446,122.1263084,297.6870768 +199143,235.2462877,138.07845,315.4686368,121.0782054,297.5489294 +199144,228.7984604,134.4349117,307.2254012,117.7828781,288.7849734 +199145,222.0879025,130.8384934,298.9814245,114.4529864,278.7802002 +199146,215.6046457,127.5518315,291.2717358,111.3510702,-109.0529636 +199147,210.7936285,125.1931095,285.4881012,109.1140045,85.51799163 +199148,206.3489183,123.1192432,280.2653348,107.1158146,48.59694116 +199149,203.1537799,121.6954601,276.4452083,105.7331466,37.72007558 +199150,199.9285131,120.317037,272.721244,104.3685482,37.10168249 +199151,197.6869402,119.4297372,270.0876486,103.473023,37.13796844 +199152,195.2576614,118.4906559,267.3579808,102.5077163,36.91371191 +199153,193.69093,117.9694717,265.5698644,101.9456758,36.97317386 +199154,191.8453875,117.3409232,263.5708725,101.2644785,37.14264091 +199155,190.7755658,117.0793758,262.4059469,100.9408711,36.85404304 +199156,189.3617564,116.6717286,260.9471232,100.4637101,37.05306106 +199157,188.6569703,116.5943394,260.2413025,100.310822,37.14765333 +199158,187.90006,116.4986031,259.521169,100.1349403,37.25821216 +199159,186.8569194,116.2760501,258.5471606,99.82872999,37.3602212 +199160,186.5286955,116.3804459,258.3159217,99.846871,37.10844524 +199161,186.1002508,116.4400993,258.0085739,99.81839042,37.61130888 +199162,185.3514592,116.3542523,257.4018777,99.64310493,37.75698994 +199163,185.2691469,116.5711729,257.4800462,99.76974818,37.52381805 +199164,185.0565103,116.7282127,257.4440095,99.83604231,38.04786805 +199165,184.5056876,116.7306828,257.0839706,99.74759798,38.23117713 +199166,184.5869343,117.0196716,257.368547,99.94574625,38.01298757 +199167,184.520061,117.240348,257.5161094,100.0758448,38.55616632 +199168,184.4396527,117.4538752,257.6600112,100.1992071,38.64969366 +199169,184.3797812,117.6758258,257.8332667,100.3315228,38.7264271 +199170,184.3477366,117.9096061,258.0422526,100.4762887,39.17132696 +199171,184.3435247,118.1552951,258.2861816,100.6336518,39.25352531 +199172,184.3640875,118.4101527,258.5586564,100.8020169,39.34222331 +199173,184.406467,118.6719358,258.8542597,100.979928,39.80598821 +199174,184.4682552,118.9393842,259.1695568,101.1663357,39.90824442 +199175,184.5478351,119.2120013,259.5027446,101.3606295,40.38282798 +199176,184.6438476,119.489517,259.8525663,101.5623289,40.49454861 +199177,184.7551554,119.7717382,260.2180147,101.7710385,40.97871881 +199178,184.8809016,120.0585465,260.598323,101.9864693,40.73438208 +199179,185.0196389,120.34951,260.992099,102.2080458,41.60102254 +199180,185.1711265,120.644713,261.3991379,102.4357271,41.73592257 +199181,185.3344552,120.9439112,261.8185564,102.6691565,42.24063071 +199182,185.5090482,121.2469911,262.2497976,102.9081186,42.01417011 +199183,185.694291,121.5538042,262.692261,103.1523719,43.26699937 +199184,185.8896657,121.8642303,263.1454374,103.4017116,42.68026838 +199185,186.0947391,122.1781736,263.6088972,103.6559644,43.57398999 +199186,186.3090331,122.495506,264.0821617,103.9149315,44.10310029 +199187,186.5321802,122.816139,264.5648587,104.1784588,43.89652937 +199188,186.7638138,123.1399754,265.0566139,104.4463892,44.80311565 +199189,187.0036178,123.4669329,265.5571007,104.7185845,44.97576391 +199190,187.2512709,123.79692,266.0659849,104.9949014,45.88770309 +199191,187.5064846,124.1298537,266.582963,105.2752088,45.69315352 +199192,187.7689975,124.4656582,267.1077571,105.5593859,46.24406735 +199193,188.0568347,124.8125649,267.6583745,105.8556222,47.20311526 +199194,188.046146,125.0233971,267.910945,106.0167013,47.23497187 +199195,188.3341624,125.3697605,268.4626937,106.3141909,47.79464356 +199196,188.6310908,125.7198723,269.0238049,106.6162738,48.35899665 +199197,188.9342724,126.0724825,269.5915939,106.9216677,48.55735368 +199198,189.2424743,126.4270407,270.164803,107.2297913,49.50010112 +199199,189.5554274,126.7834601,270.7431389,107.5405286,50.07251835 +199200,189.8731695,127.1417962,271.3266164,107.8539071,50.27448198 +199201,190.340639,127.5679609,272.060151,108.2358124,253.099166 +199202,209.9779071,136.7531343,291.7189548,117.4438971,284.6892298 +199203,239.6425253,150.3885183,321.2971728,131.1363238,333.5757746 +199204,269.8501684,164.0773739,351.437561,144.8835637,384.8172666 +199205,296.5592173,175.9917398,378.1337115,156.8441637,431.6964656 +199206,319.2645343,185.9694682,400.894352,166.854653,473.0103461 +199207,338.6779381,194.3984502,420.4250728,175.3109267,509.526539 +199208,355.5705048,201.6718076,437.4837278,182.6012896,542.1997986 +199209,370.4846186,208.0597643,452.5996766,188.9980327,571.7098116 +199210,383.7730475,213.7354336,466.116085,194.6750864,598.4962464 +199211,395.6864741,218.8199969,478.2770605,199.7543807,622.8755489 +199212,406.4262418,223.4091763,489.2792605,204.3327046,645.1116229 +199213,416.1648623,227.5869679,499.298528,208.491768,665.4417231 +199214,425.0508242,231.4166201,508.470969,212.3006365,684.0799189 +199215,433.2109906,234.956736,516.9242472,215.8171078,701.2180359 +199216,440.7525644,238.2541003,524.7629986,219.0889717,717.0259296 +199217,447.7655928,241.3468241,532.0745819,222.1554969,731.6530742 +199218,454.325654,244.2665551,538.9330768,225.0489328,745.2308754 +199219,460.4962401,247.0396263,545.4013666,227.7957988,757.5627352 +199220,466.3307692,249.6878648,551.5326509,230.4179416,768.8424071 +199221,471.8710693,252.2293138,557.3718402,232.933395,779.2894621 +199222,477.1595458,254.6788581,562.956786,235.3570462,789.0562467 +199223,482.2254434,257.0487817,568.3194023,237.7011934,798.2403006 +199224,487.0993222,259.3492403,573.4866343,239.9760104,806.9111919 +199225,491.800653,261.5886477,578.481269,242.1899274,815.1261215 +199226,496.3502178,263.7739888,583.3226077,244.3499434,822.9354619 +199227,500.7635516,265.9110772,588.0238675,246.4618831,830.3839223 +199228,505.0906353,268.0203976,592.6377916,248.5462403,837.5732803 +199229,509.3081267,270.0905693,597.1395494,250.5916418,844.4759998 +199230,513.4243356,272.1235883,601.5397359,252.6000895,851.1160353 +199231,517.4456389,274.1219211,605.8427344,254.5740542,857.5173815 +199232,521.3874986,276.0925476,610.0681442,256.5190471,863.7059901 +199233,525.2345962,278.0308575,614.2067182,258.4295199,869.6652365 +199234,528.9855853,279.9344635,618.2536673,260.3029023,875.3934702 +199235,532.6788578,312.5476748,768.6009901,262.1573937,880.9732347 +199236,536.3181651,347.0342592,752.3803338,263.9924866,886.4118887 +199237,539.9034524,345.378913,760.6930054,265.8089275,891.7207875 +199238,543.4402545,354.0767666,785.3613864,267.6071977,896.909007 +199239,546.9273986,364.219328,800.6443127,269.3877059,901.9842638 +199240,550.3698985,372.2309462,815.47134,271.1508609,906.9534498 +199241,553.7645495,379.9866429,830.1863528,272.897059,911.8227676 +199242,557.1184898,387.6302197,844.7849752,274.6266583,916.5977852 +199243,560.4303,395.0878159,858.5531867,276.3400428,921.2837073 +199244,563.6987758,402.5387123,872.7168408,278.0375549,925.8851747 +199245,566.9318766,409.780109,886.1395551,279.7195377,930.4064222 +199246,570.1256483,416.9112765,899.6769749,281.3863018,934.851227 +199247,573.2823082,423.9340207,912.6552342,319.9135844,939.2229437 +199248,576.4052767,430.7932782,925.9714144,331.8901641,943.5247753 +199249,579.4938927,437.7128761,938.676394,342.7659327,947.7594744 +199250,582.5463638,444.3858589,950.9978701,346.2881483,951.9297526 +199251,585.5696315,450.8168709,963.6976232,355.7305468,956.0377784 +199252,588.559206,457.3580387,975.826913,362.802294,960.0856395 +199253,591.5168918,464.036276,987.6317466,369.5685512,964.0752768 +199254,594.4423703,470.0124931,999.8868222,376.3020754,968.0086313 +199255,597.3425489,476.5298035,1011.147443,382.8357066,971.8874695 +199256,600.2108227,482.4724494,1022.955701,389.3107128,975.7087076 +199257,603.0507548,488.6927941,1034.046076,395.8563967,979.4806894 +199258,605.8605164,494.5011722,1045.316821,401.9994374,983.2004863 +199259,608.6451864,500.772775,1056.446578,408.2416988,986.8751247 +199260,611.4024393,506.1899422,1067.207632,414.2903373,990.5008045 +199261,613.7282061,680.7128944,1467.961811,588.8832853,993.3399161 +199262,1179.814342,687.8780729,1482.501252,596.5353699,1010.045457 +199263,1074.149827,695.0116544,1495.295874,603.3900655,1033.660674 +199264,1053.814511,701.3168918,1507.470346,610.2929187,1057.490153 +199265,1093.312143,707.6596207,1519.41162,616.6315513,1078.792689 +199266,1105.184864,713.8310865,1530.979991,622.9733374,1097.285522 +199267,1117.928365,719.8925823,1542.308059,629.1659934,1113.474134 +199268,1129.469916,725.8597578,1553.616533,635.2543233,1248.888236 +199269,1141.053437,731.7421147,1564.511609,641.0561114,1725.914932 +199270,1152.372228,737.5458884,1575.593561,647.2667494,1444.277795 +199271,1163.094559,743.0067923,1586.143519,652.896522,1553.217148 +199272,1174.446356,749.0106537,1596.468488,658.659171,1571.569275 +199273,1184.914764,754.4032942,1606.980579,664.3146959,1586.731832 +199274,1195.492852,759.9479258,1617.184548,669.8965492,1602.241174 +199275,1205.850479,765.3888871,1627.322039,675.4084156,1616.978578 +199276,1216.045703,770.7684082,1637.330672,680.8516093,1631.181098 +199277,1226.082893,776.087387,1647.169452,686.2275979,1645.687379 +199278,1235.968066,781.3484996,1657.034058,691.5385,1659.19942 +199279,1245.364787,786.5524443,1666.720298,696.5646763,1672.668015 +199280,1255.505612,791.6993336,1676.141465,702.097385,1685.775742 +199281,1264.689795,796.7918273,1685.724691,707.0516774,1698.595378 +199282,1274.068198,801.8299928,1695.020689,712.1554543,1711.140612 +199283,1283.254202,806.8152634,1704.27148,717.1628731,1723.416315 +199284,1292.307977,811.470627,1713.417123,722.1120703,1735.443892 +199285,1301.591483,816.7841185,1722.453186,727.2502868,1747.185581 +199286,1309.845269,821.404395,1731.400738,731.7154468,1758.784668 +199287,1318.832981,826.2382989,1744.929871,736.6808872,1770.076957 +199288,1327.327687,830.9721595,1747.828998,741.3984131,1781.152218 +199289,1335.746508,835.9505431,1765.770092,746.0424644,1792.092766 +199290,1344.154176,840.1526677,1761.025759,750.6699255,1802.724128 +199291,1352.146497,844.7750213,1766.140333,755.1295531,1813.269559 +199292,1360.137851,849.0859722,1788.363633,759.5052084,1823.513238 +199293,1367.467195,853.3061232,1788.453241,763.773788,1833.683042 +199294,1375.81948,857.5370176,1797.922517,768.0568412,1843.56528 +199295,1383.123315,861.7175856,1805.693984,772.2885085,1853.392628 +199296,1390.610414,865.7780496,1813.105655,776.1474931,1862.935007 +199297,1398.06069,869.8548852,1820.726055,780.7161686,1868.654126 +199298,1405.272164,873.8902582,1828.124343,784.5355243,1875.905614 +199299,1412.491383,877.8048722,1835.334723,788.6212252,1883.201494 +199300,1419.622069,881.7452844,1842.603051,792.6189585,1889.722805 +199301,1426.5642,885.6447075,1849.722344,796.5080451,1896.487655 +199302,1433.56018,889.4275428,1856.779701,800.4165059,1903.19057 +199303,1440.318935,893.2381978,1863.751564,804.2584691,1909.550809 +199304,1447.10586,896.9821709,1870.653304,808.0917989,1916.05246 +199305,1453.770281,900.7215615,1877.539424,811.8158007,1922.308709 +199306,1460.410081,904.3429993,1884.191794,815.5636246,1928.475394 +199307,1466.860286,907.9967079,1890.8473,819.277654,1934.684109 +199308,1473.339585,911.2533437,1897.556654,822.8868019,1940.601326 +199309,1479.750076,915.3573819,1904.111469,826.5246385,1946.515675 +199310,1485.98485,918.5807598,1910.498281,830.1023952,1952.410865 +199311,1492.251994,922.1523493,1916.956875,833.6792713,1958.12254 +199312,1498.415613,925.6022501,1923.297904,837.1496,1963.836569 +199313,1504.564106,929.0267953,1929.651009,840.6524701,1969.304762 +199314,1510.536415,932.4511618,1935.700955,844.0986051,1974.90625 +199315,1516.548222,935.760431,1942.0264,847.5475745,1980.286165 +199316,1522.463356,939.1135985,1948.075852,850.8911294,1985.595173 +199317,1528.3703,942.4073848,1954.137191,854.2717373,1990.979624 +199318,1534.104726,945.6762641,1960.2096,857.5982446,1996.073398 +199319,1539.886639,948.9517617,1966.041987,860.8994836,2001.239559 +199320,1545.577381,952.1114586,1971.989333,864.2059086,2006.2447 +199321,1558.287277,958.2651484,1984.594524,870.3519243,2022.636102 +199322,1565.660731,962.179482,1992.388351,874.368277,2029.354591 +199323,1572.577213,966.0660156,1999.292127,878.3145574,2035.551725 +199324,1579.743997,969.6002115,2006.619691,881.9220439,2041.497539 +199325,1586.154853,973.203356,2013.261421,885.7062105,2047.241105 +199326,1592.846684,976.8535556,2020.034908,889.2352664,2052.779646 +199327,1599.283751,980.2772556,2026.696381,892.9007052,2058.320336 +199328,1606.094749,983.7590136,2033.366894,896.3912569,2063.691673 +199329,1612.199703,987.2483774,2039.866136,899.9406932,2068.890305 +199330,1618.630073,990.6005968,2046.294452,903.3618518,2074.109 +199331,1624.829517,993.9484958,2052.647484,906.899077,2079.152422 +199332,1631.36509,997.4061555,2059.354171,910.2421525,2084.254825 +199333,1637.396658,1000.648669,2065.344375,913.7664988,2089.169029 +199334,1643.501398,1003.959056,2071.686767,917.0077969,2094.057762 +199335,1649.554178,1007.282027,2077.812027,920.4733766,2098.871168 +199336,1655.892254,1010.47527,2084.039903,923.713363,2103.617748 +199337,1661.68497,1013.667693,2090.219254,927.1076649,2108.300371 +199338,1667.694756,1016.97365,2096.41935,930.3075992,2112.922017 +199339,1673.588875,1020.068654,2102.16308,933.6927411,2117.482587 +199340,1679.472671,1023.235633,2108.273377,936.7970906,2121.984414 +199341,1685.493126,1026.414826,2118.033642,940.129982,2126.429686 +199342,1691.235165,1029.470579,2118.282031,943.2402877,2130.818961 +199343,1696.884403,1032.526615,2136.901616,946.5074764,2135.101486 +199344,1702.748827,1035.698864,2115.151919,949.5835905,2139.466014 +199345,1708.276766,1038.663141,2143.953435,952.8485475,2143.657449 +199346,1714.0659,1041.662631,2142.761396,955.8325079,2147.846916 +199347,1719.818996,1044.813529,2148.501123,959.0502021,2152.032334 +199348,1725.355351,1047.658194,2154.804321,962.0470477,2156.034797 +199349,1730.795889,1050.627035,2160.185647,965.2031543,2160.112706 +199350,1736.397218,1053.673527,2165.92068,968.1707748,2164.096379 +199351,1741.131151,1056.385307,2171.176268,971.0872831,2167.990704 +199352,1747.335563,1059.106504,2176.408243,974.0239457,2171.977373 +199353,1752.119859,1061.813272,2181.676125,976.9612816,2175.798351 +199354,1757.503765,1064.497274,2186.848225,979.7676824,2179.626013 +199355,1762.61374,1067.198033,2191.806774,982.573814,2183.404711 +199356,1767.778325,1069.77256,2196.999551,985.3820578,2187.142635 +199357,1772.911331,1072.414017,2201.94759,988.175738,2190.841765 +199358,1778.088028,1074.997056,2206.908352,991.0663465,2194.50162 +199359,1782.977452,1077.564006,2211.834523,993.7462565,2198.123959 +199360,1788.11817,1080.108523,2216.890801,996.4986962,2201.706137 +199361,1792.959339,1082.633441,2221.548282,999.1561588,2205.256901 +199362,1798.077552,1085.130895,2226.51116,1001.879458,2208.744348 +199363,1802.879076,1087.611082,2231.227103,1004.557008,2212.208649 +199364,1807.859427,1090.113095,2235.960098,1007.223272,2215.634934 +199365,1812.649861,1092.490247,2240.748903,1009.873632,2219.027335 +199366,1817.630477,1094.941541,2245.463488,1012.508009,2222.385369 +199367,1822.203806,1097.337571,2247.234983,1015.126733,2225.709881 +199368,1827.209435,1099.720694,2251.614827,1017.729391,2228.998446 +199369,1831.836648,1102.086267,2256.323024,1020.357054,2232.20002 +199370,1836.658658,1104.434177,2262.318976,1022.870864,2235.515571 +199371,1841.294366,1106.764912,2269.436705,1025.059959,2238.669118 +199372,1846.058647,1109.078525,2267.390566,1028.19375,2241.843413 +199373,1850.581607,1111.375318,2291.894501,1030.438852,2244.978474 +199374,1855.399086,1113.699455,2253.362935,1033.018455,2248.082858 +199375,1859.894398,1115.89762,2297.877352,1035.523665,2251.216255 +199376,1864.644789,1118.176581,2286.336934,1038.014882,2254.17202 +199377,1869.0451,1120.401952,2294.192849,1040.452145,2257.233935 +199378,1873.738856,1122.618143,2298.704876,1042.979019,2260.214765 +199379,1878.132979,1124.819292,2303.529456,1045.443805,2263.178252 +199380,1882.84331,1127.005305,2308.125192,1047.829601,2266.114949 +199381,1769.349899,1075.793594,2195.10186,997.3118668,2056.112418 +199382,1770.813999,1076.634378,2196.694337,997.7926964,2055.863324 +199383,1773.169756,1077.833371,2199.284292,999.5424515,2056.511398 +199384,1775.789504,1079.152,2202.082631,1001.064161,2057.500072 +199385,1778.624166,1080.558191,2205.102549,1002.737371,2058.817825 +199386,1781.437219,1081.946006,2208.092057,1004.393126,2060.029078 +199387,1784.282712,1083.401506,2211.163434,1006.123295,2061.554858 +199388,1787.228673,1084.843559,2214.436554,1007.841374,2063.028313 +199389,1790.124672,1086.285147,2217.615678,1009.561634,2064.531463 +199390,1793.037024,1087.725885,2220.66744,1011.283944,2066.060359 +199391,1795.747638,1089.133208,2223.838428,1012.973241,2067.476024 +199392,1798.876518,1090.634509,2227.067544,1014.721488,2069.154472 +199393,1801.607954,1091.975686,2230.197055,1016.413693,2070.560169 +199394,1804.673054,1093.458217,2233.454804,1018.161567,2072.342983 +199395,1807.446574,1094.85193,2236.604385,1019.895609,2073.805238 +199396,1810.328534,1096.266953,2239.804476,1021.550022,2075.424074 +199397,1813.22763,1097.678607,2243.010434,1023.291909,2077.04873 +199398,1816.124524,1099.08404,2246.305179,1024.596961,2078.679275 +199399,1819.082493,1100.483293,2249.374837,1026.899038,2080.363597 +199400,1821.80973,1101.876566,2252.645122,1028.318063,2081.927788 +199401,1824.840126,1103.264078,2255.837068,1030.081956,2083.608274 +199402,1827.66635,1104.645853,2259.042499,1031.782391,2085.248172 +199403,1830.55633,1106.021913,2265.674442,1033.479389,2086.899285 +199404,1833.433309,1107.392224,2260.997862,1035.173569,2088.553405 +199405,1836.306917,1108.756741,2286.260509,1036.86503,2090.21014 +199406,1839.177128,1110.115433,2247.76321,1038.553732,2091.86896 +199407,1842.043695,1111.4681,2286.407603,1040.19863,2093.479307 +199408,1844.90673,1112.814928,2275.868332,1041.942666,2095.218459 +199409,1847.699976,1114.199469,2281.381047,1043.635128,2096.844371 +199410,1850.655574,1115.46942,2284.670397,1045.257022,2098.516267 +199411,1854.013846,1117.299894,2288.724786,1047.331987,2100.180696 +199412,1857.548588,1119.187364,2293.064035,1049.447078,2101.84767 +199413,1861.193891,1121.123611,2297.256489,1051.605742,2103.516175 +199414,1864.706533,1123.089026,2301.716261,1053.790793,2105.185649 +199415,1868.397239,1125.07688,2306.142786,1055.955056,2106.856124 +199416,1872.052702,1127.083464,2310.624812,1058.243001,2108.527578 +199417,1875.671978,1129.106313,2315.145266,1060.454489,2110.200413 +199418,1879.481958,1131.143553,2319.7004,1062.718167,2111.87488 +199419,1883.157919,1133.193738,2324.376989,1064.989725,2113.551544 +199420,1886.911105,1135.25557,2328.858039,1067.274621,2115.230705 +199421,1890.669663,1137.327935,2334.596211,1069.615031,2116.96416 +199422,1894.442992,1139.454863,2343.594698,1071.860349,2118.519148 +199423,1898.230327,1141.478109,2334.534374,1074.168882,2120.325594 +199424,1902.030741,1143.607973,2350.654306,1076.557636,2121.972052 +199425,1905.843317,1145.70596,2352.194923,1078.86822,2123.677274 +199426,1909.668309,1147.816466,2356.94998,1081.226007,2125.378823 +199427,1913.504037,1149.932505,2361.944084,1083.586395,2127.0848 +199428,1917.350372,1152.053004,2366.848109,1085.955381,2128.795274 +199429,1909.913144,1149.036444,2360.230639,1083.194032,2110.00427 +199430,1864.07589,1128.515229,2315.536614,1062.914392,2022.343251 +199431,1905.274673,1146.361237,2373.669266,1081.232975,2098.28854 +199432,1940.569569,1162.613189,2389.399237,1098.139074,2157.22871 +199433,1922.157649,1156.204381,2377.034946,1091.075029,2113.878192 +199434,1931.469451,1159.942127,2386.563692,1095.515734,2127.68471 +199435,1935.252581,1161.928978,2394.941032,1097.870536,2129.551208 +199436,1939.906217,1164.584802,2397.074429,1100.662971,2132.00285 +199437,1944.016306,1166.954267,2404.418416,1103.301189,2134.0993 +199438,2083.649589,1231.794791,2538.003673,1168.244171,2377.841744 +199439,1758.038432,1084.625183,2228.083511,1021.523548,1774.082176 +199440,2175.822033,1271.213368,2569.359403,1208.949193,2549.095167 +199441,1637.0834,1031.756394,2198.135932,968.6632844,1542.781141 +199442,1745.633216,1078.770211,2149.03616,1017.015255,1747.352887 +199443,1726.763969,1071.141173,2209.655321,1009.287642,1707.596287 +199444,1727.134663,1071.477665,2190.891187,1010.06833,1704.754764 +199445,1728.49259,1072.316719,2195.236312,1011.260842,1702.884226 +199446,1730.595102,1073.302337,2197.851298,1012.975844,1701.409996 +199447,1731.536547,1074.313639,2200.889126,1013.731838,1700.293539 +199448,1733.811522,1075.4107,2203.65628,1015.53541,1699.296006 +199449,1735.725282,1076.543246,2206.798218,1016.95897,1698.471636 +199450,1737.798096,1077.706951,2209.854515,1018.512706,1697.761355 +199451,1739.945602,1078.896835,2213.214966,1020.137072,1697.123806 +199452,1742.217766,1080.109274,2216.537288,1021.693548,1696.650254 +199453,1743.788749,1081.341176,2219.779817,1022.961745,1696.192621 +199454,1747.070179,1082.590499,2223.26059,1025.227463,1695.836257 +199455,1748.995826,1083.855472,2226.718914,1026.634144,1695.545185 +199456,1751.51288,1085.134649,2230.240758,1028.4153,1695.319628 +199457,1753.981918,1086.426768,2233.811721,1030.157456,1695.155777 +199458,1756.493138,1087.730723,2237.428476,1031.920185,1695.050388 +199459,1759.045764,1089.088319,2241.089534,1033.703296,1695.000526 +199460,1761.638426,1090.349406,2244.792972,1035.506145,1695.003561 +199461,1764.269698,1091.713398,2248.62373,1037.328023,1695.057088 +199462,1766.938292,1093.048917,2252.274404,1039.16827,1695.158886 +199463,1769.581369,1094.398066,2256.158919,1040.985546,1695.306936 +199464,1772.414227,1095.754128,2260.002969,1042.921502,1695.499299 +199465,1775.143339,1097.116172,2269.903111,1044.825179,1695.734202 +199466,1777.960065,1098.483492,2258.855135,1046.677984,1696.009982 +199467,1780.86163,1099.855363,2276.042585,1048.630809,1696.324956 +199468,1783.638093,1101.231211,2274.967601,1050.562786,1696.677783 +199469,1786.584613,1102.610361,2279.619004,1052.51557,1697.067048 +199470,1789.506104,1103.992198,2283.903636,1054.48251,1697.491391 +199471,1792.361896,1105.251715,2287.597522,1056.289743,1697.978446 +199472,1795.160187,1106.484292,2291.347693,1058.18744,1698.423923 +199473,1798.13302,1107.701994,2295.17073,1059.991197,1698.966189 +199474,1800.983573,1108.907514,2298.772164,1061.834065,1699.512259 +199475,1803.908728,1110.102047,2302.583608,1063.674308,1700.091699 +199476,1806.843005,1111.286213,2306.3252,1065.518865,1700.698886 +199477,1809.795722,1112.46032,2310.089861,1067.368062,1701.33265 +199478,1812.766576,1113.668456,2313.865116,1069.222025,1701.991944 +199479,1815.75509,1114.757732,2317.650239,1071.123124,1702.675644 +199480,1818.825776,1115.933402,2321.537806,1072.923294,1703.382779 +199481,1821.68552,1117.061876,2325.200905,1074.778921,1704.112308 +199482,1824.868451,1118.187054,2329.082879,1076.70881,1704.863357 +199483,1827.865731,1119.30286,2332.892461,1078.555242,1705.634986 +199484,1830.945167,1120.409162,2342.956113,1080.443366,1706.426422 +199485,1834.029526,1121.506027,2331.271381,1082.329238,1707.236792 +199486,1837.127993,1122.593491,2348.811787,1084.21911,1708.065343 +199487,1840.240315,1123.671728,2347.360493,1086.112964,1708.911411 +199488,1843.366168,1124.740808,2352.096329,1088.010727,1709.774417 +199489,1846.505011,1125.800895,2356.009525,1089.912199,1710.653594 +199490,1849.590601,1126.852092,2359.888083,1091.817259,1711.548419 +199491,1852.853661,1127.89452,2363.872643,1093.682156,1712.487873 +199492,1855.981314,1128.92837,2367.620284,1095.658986,1713.36648 +199493,1859.178605,1129.953809,2371.592148,1097.587082,1714.326719 +199494,1855.571787,1114.561715,2336.855696,1082.236378,1715.386275 +199495,1857.630242,1112.567217,2329.342222,1081.362438,1716.157172 +199496,1860.296349,1111.797821,2336.195485,1081.624181,1717.072945 +199497,1862.953112,1111.201548,2331.388136,1082.245519,1718.008079 +199498,1865.837802,1111.249406,2343.196798,1083.042457,1718.94988 +199499,1868.711339,1111.586237,2328.116168,1083.947747,1719.891608 +199500,1871.628574,1112.049386,2363.185769,1084.926804,1720.82746 +199501,1960.228291,1149.693242,2417.114977,1123.671061,1880.106874 +199502,2342.696391,1324.82307,2683.548104,1301.238685,2563.994859 +199503,1864.924543,1105.260836,2482.411163,1084.077724,1691.569777 +199504,2380.448899,1340.387582,2604.377885,1320.285234,2618.638292 +199505,1877.621311,1110.573187,2440.993418,1091.940481,1697.994346 +199506,2388.940076,1342.057612,2579.349332,1324.918094,2627.04886 +199507,1888.793138,1115.112506,2423.018081,1099.515525,1701.84032 +199508,2400.810506,1345.983643,2569.212972,1331.978524,2637.510956 +199509,1897.287506,1118.148904,2416.943691,1105.555045,1703.257849 +199510,2413.163074,1350.308329,2566.920264,1339.576752,2647.732605 +199511,1905.129094,1120.85849,2412.552786,1111.352005,1704.375748 +199512,2425.821783,1355.208437,2566.354569,1347.684048,2659.290649 +199513,1916.56592,1123.561731,2411.319799,1117.254762,1703.093843 +199514,2432.475884,1359.97033,2567.760081,1355.90079,2669.128509 +199515,1942.345186,1126.14387,2409.386563,1123.398767,1706.004567 +199516,2421.420024,1364.838351,2564.997633,1364.00923,2687.384724 +199517,1943.256643,1129.534772,2406.135995,1130.318569,1693.659507 +199518,2457.77794,1368.711982,2563.101911,1371.69342,2691.210349 +199519,1938.990381,1133.026151,2403.284616,1137.40054,1711.126359 +199520,2471.366842,1372.970711,2561.037452,1379.584608,2691.869245 +199521,1947.345814,1136.1425,2400.188674,1150.496646,1713.478943 +199522,2482.744111,1377.563468,2559.224525,1378.952122,2711.616211 +199523,2114.617146,1211.463979,2557.541364,1246.342333,1985.126924 +199524,2256.089316,1275.082606,2554.032561,1261.59571,2273.521955 +199525,2237.22709,1266.194919,2549.986036,1295.354157,2219.753581 +199526,2241.767042,1267.915329,2546.399101,1283.637512,2223.036212 +199527,2246.193202,1269.772299,2543.897915,1290.219511,2225.551277 +199528,2251.092293,1271.651552,2542.219839,1294.321698,2227.741332 +199529,2255.718334,1273.532734,2541.086746,1298.304047,2230.084819 +199530,2260.503559,1275.416004,2540.309563,1302.572117,2232.219548 +199531,2263.27671,1276.332495,2539.790169,1305.116716,2234.385869 +199532,2265.87959,1277.071824,2539.367349,1307.744067,2236.498677 +199533,2267.927479,1277.643626,2538.937656,1310.208366,2238.892962 +199534,2270.38848,1278.305388,2538.458181,1312.597968,2240.904489 +199535,2272.390218,1278.753921,2537.919139,1314.982544,2243.155295 +199536,2274.414868,1279.2017,2537.324113,1317.117392,2245.309852 +199537,2276.334663,1279.584121,2536.678372,1319.343955,2247.462615 +199538,2278.171259,1279.914121,2535.98661,1321.370969,2249.596482 +199539,2279.92877,1280.193974,2535.251001,1323.527909,2251.720634 +199540,2281.725941,1280.425543,2534.470883,1325.463334,2253.822012 +199541,2283.158556,1280.678387,2533.646785,1327.402624,2255.904596 +199542,2284.780756,1280.716743,2532.780315,1329.345864,2257.966106 +199543,2286.232292,1280.8608,2531.872815,1331.048759,2260.083642 +199544,2287.634908,1280.903035,2530.925689,1332.858017,2261.974315 +199545,2288.973596,1280.913834,2529.940111,1334.548141,2264.026656 +199546,2290.130137,1280.884139,2528.914009,1336.19456,2269.402639 +199547,2291.525015,1280.814748,2527.852444,1337.787486,2267.920894 +199548,2292.593889,1280.706538,2526.751055,1339.32716,2277.263332 +199549,2293.708977,1280.49099,2525.627619,1340.814158,2263.340901 +199550,2294.869009,1280.410411,2524.491486,1342.248934,2270.029975 +199551,2295.669321,1280.141186,2523.308423,1343.630965,2279.217073 +199552,2296.685278,1279.896353,2522.075366,1344.963152,2275.949655 +199553,2297.540424,1279.605972,2520.811584,1346.244156,2278.957674 +199554,2298.36046,1279.280988,2519.518555,1347.474281,2280.744202 +199555,2299.128358,1278.922066,2518.194782,1348.654185,2282.468112 +199556,2299.844305,1278.529779,2516.840694,1349.783931,2284.165401 +199557,2300.509059,1278.104667,2515.456356,1350.863773,2285.834389 +199558,2301.122882,1277.647116,2514.042303,1351.893788,2287.470673 +199559,2301.684434,1277.156707,2512.599208,1352.873252,2289.008607 +199560,2302.199526,1276.636176,2511.127601,1353.804582,2290.519334 +199561,2348.909583,1298.713726,2511.689969,1377.282555,2372.777062 +199562,2351.330784,1299.137172,2513.910753,1379.190767,2377.405414 +199563,2352.741635,1299.173821,2517.176549,1380.612609,2381.916894 +199564,2353.699148,1298.971471,2520.147794,1381.808892,2385.422238 +199565,2354.365415,1298.634908,2522.580375,1382.844595,2388.863124 +199566,2354.83077,1298.199444,2524.440562,1383.840293,2396.807497 +199567,2355.094816,1297.671173,2525.863258,1384.516987,2385.571861 +199568,2355.324458,1297.109275,2526.961089,1385.330713,2401.103976 +199569,2355.371985,1296.46841,2527.800504,1385.960934,2398.420085 +199570,2355.35623,1295.787897,2528.438239,1386.548639,2401.748925 +199571,2355.386523,1295.063367,2528.910184,1387.072595,2404.258311 +199572,2355.017168,1294.295361,2529.238856,1387.531829,2406.422713 +199573,2354.850068,1293.485284,2529.444865,1387.927402,2408.645939 +199574,2354.493541,1292.633118,2529.544114,1388.258972,2410.766532 +199575,2354.08301,1291.741949,2529.549401,1388.52932,2412.856582 +199576,2353.474173,1290.81251,2529.471429,1388.738906,2414.89165 +199577,2353.114104,1289.773509,2529.318669,1388.888362,2416.872841 +199578,2352.404482,1288.876058,2529.097849,1388.977977,2418.801363 +199579,2351.738419,1287.785293,2528.814819,1389.008158,2420.678616 +199580,2350.987304,1286.720786,2528.471973,1388.97909,2424.490572 +199581,2350.170921,1285.682097,2528.078253,1388.891177,2421.257443 +199582,2349.290423,1284.431389,2527.622357,1388.74456,2438.950335 +199583,2348.346989,1283.302649,2527.13498,1388.53969,2409.877448 +199584,2347.341757,1282.077068,2528.437204,1388.27802,2437.673562 +199585,2346.273892,1280.833982,2526.909407,1387.954419,2442.354729 +199586,2345.147391,1279.553088,2525.91734,1387.5778,2412.330203 +199587,2343.960431,1278.242568,2525.060723,1387.141562,2443.53156 +199588,2342.715605,1276.897999,2526.044413,1386.650179,2433.542669 +199589,2341.411107,1275.5271,2524.285891,1386.097687,2436.589027 +199590,2340.051594,1274.119944,2523.086854,1385.493214,2438.281013 +199591,2340.677272,1273.542522,2522.019864,1387.165442,2439.51358 +199592,2341.713354,1273.118432,2521.089092,1389.270282,2440.826808 +199593,2342.91744,1272.757561,2522.139021,1391.579263,2442.095716 +199594,2344.22234,1272.441725,2520.591079,1394.046037,2443.318433 +199595,2345.607076,1272.148067,2521.54783,1396.662554,2444.526378 +199596,2347.052282,1271.88526,2520.007463,1399.407767,2445.68488 +199597,2348.555846,1271.63597,2519.17976,1402.286055,2449.031598 +199598,2354.38763,1266.723791,2518.612755,1412.752022,2444.700887 +199599,2356.879779,1265.785895,2517.665044,1417.519957,2461.886538 +199600,2358.812664,1265.215721,2516.528715,1421.440319,2432.845744 +199601,2360.993467,1264.762923,2517.276421,1425.602333,2459.407649 +199602,2363.154621,1264.379354,2515.218894,1429.731872,2460.369701 +199603,2365.350287,1264.033417,2514.1205,1433.954207,2438.180271 +199604,2370.082118,1263.721934,2513.335661,1438.264136,2465.432804 +199605,2366.311675,1263.435859,2512.723868,1442.670526,2454.02187 +199606,2381.931568,1263.171398,2512.231799,1447.259786,2459.673862 +199607,2359.732808,1262.926302,2511.858938,1451.738373,2448.644947 +199608,2406.088641,1262.698025,2511.537558,1456.507941,2462.20244 +199609,2342.28552,1262.483729,2513.099707,1462.155353,2456.178829 +199610,2397.369262,1262.288253,2511.961989,1471.068962,2464.485323 +199611,2397.862078,1262.100375,2511.370548,1467.208017,2455.457666 +199612,2362.937101,1257.924959,2510.974031,1483.496992,2475.514445 +199613,2406.956243,1257.141312,2510.253989,1494.820896,2448.33927 +199614,2394.027972,1256.670389,2509.289181,1498.193087,2485.030195 +199615,2399.549063,1256.299655,2508.36294,1505.177825,2437.576738 +199616,2402.480983,1255.98184,2507.651095,1511.493824,2491.791648 +199617,2405.320942,1255.697894,2508.922927,1517.946047,2442.86593 +199618,2408.168624,1255.445012,2507.507947,1524.166575,2490.760004 +199619,2411.04409,1255.275283,2508.526518,1530.896095,2446.648865 +199620,2414.051998,1254.889274,2507.001689,1537.43447,2490.690261 +199621,2340.087032,1221.78674,2505.939989,1511.136586,2305.18256 +199622,2343.011778,1221.282039,2501.988582,1517.754853,2337.315156 +199623,2345.714115,1221.030621,2496.547446,1524.384314,2340.952478 +199624,2348.676345,1220.7837,2493.14413,1531.512173,2305.594444 +199625,2351.674183,1220.573253,2487.93675,1538.491003,2340.664214 +199626,2354.843583,1220.376167,2484.18384,1545.764798,2327.716011 +199627,2357.732446,1220.193504,2483.087942,1552.913134,2330.97477 +199628,2360.931169,1220.025112,2479.804248,1560.362931,2331.847477 +199629,2365.631748,1219.861538,2477.454383,1567.85284,2332.517531 +199630,2368.49814,1219.707728,2475.532909,1575.549227,2333.402847 +199631,2372.418202,1219.560163,2473.901859,1586.207862,2334.214066 +199632,2374.706454,1219.418239,2472.486258,1595.822165,2335.046865 +199633,2380.681073,1219.281337,2471.241409,1599.503053,2335.88864 +199634,2378.559887,1219.148537,2470.15442,1595.185272,2336.737297 +199635,2404.277707,1216.950749,2470.951836,1631.661957,2337.626553 +199636,2369.565604,1216.467711,2468.825722,1632.533948,2338.466683 +199637,2402.811562,1216.193768,2467.185889,1647.9162,2339.348848 +199638,2402.312629,1215.986192,2465.711323,1658.256785,2340.232429 +199639,2404.035428,1215.809023,2464.410052,1665.155419,2341.124972 +199640,2408.859786,1215.65046,2463.308285,1654.454641,2341.928767 +199641,2412.91284,1215.504878,2462.324556,1691.593892,2343.07937 +199642,2416.842907,1215.369354,2461.390774,1688.307705,2343.779607 +199643,2420.807101,1215.241949,2460.504797,1710.928324,2344.792719 +199644,2424.794952,1215.121307,2459.673004,1713.675722,2345.716126 +199645,2428.804204,1215.006242,2458.907365,1717.321268,2346.66255 +199646,2432.83501,1214.895657,2458.634256,1763.911812,2347.620316 +199647,2436.890547,1214.788144,2460.473229,1747.734483,2348.590701 +199648,2441.089136,1214.688053,2459.707663,1772.562642,2349.561253 +199649,2444.999815,1214.584497,2461.865746,1784.449286,2350.556438 +199650,2449.202249,1214.489555,2461.954854,1798.228718,2351.546307 +199651,2450.871996,1213.836464,2462.908955,1806.936255,2352.555977 +199652,2452.17543,1213.07688,2465.768508,1815.229935,2353.56597 +199653,2453.284427,1212.268714,2465.726365,1822.655381,2354.571726 +199654,2454.255006,1211.414358,2467.840937,1829.940187,2355.535442 +199655,2455.112065,1210.539163,2467.189117,1836.590275,2356.536362 +199656,2455.895889,1209.633329,2467.172292,1848.623732,2357.555455 +199657,2456.582454,1208.706596,2467.140702,1842.316764,2358.570857 +199658,2457.057378,1207.7559,2468.883357,1864.095793,2359.590604 +199659,2457.782191,1206.789282,2467.948733,1859.002856,2360.599953 +199660,2458.149995,1205.797208,2469.197576,1867.990906,2361.617914 +199661,2458.550691,1204.793684,2467.785955,1872.829133,2364.590399 +199662,2458.878878,1203.765235,2468.792554,1878.133567,2360.612278 +199663,2459.127798,1202.727445,2467.222501,1882.730037,2372.944708 +199664,2459.327346,1201.667646,2466.306267,1887.596554,2354.863018 +199665,2459.465383,1200.593321,2467.340708,1892.036487,2385.753302 +199666,2459.537266,1199.508501,2465.721222,1896.148311,2344.694432 +199667,2459.567653,1198.402203,2466.478096,1900.294342,2378.887349 +199668,2459.53206,1197.288247,2466.402061,1904.241269,2372.581374 +199669,2459.449376,1196.158206,2465.995754,1907.864208,2362.027876 +199670,2459.310064,1195.017637,2463.652715,1911.300588,2375.062813 +199671,2459.12733,1193.925488,2462.137372,1914.662457,2387.34551 +199672,2450.414636,1193.043205,2460.668346,1905.143076,2348.501262 +199673,2448.903621,1191.943033,2458.962559,1905.019289,2385.401136 +199674,2447.892271,1190.733704,2457.212394,1906.799818,2372.171303 +199675,2446.963403,1189.509271,2455.645899,1908.276967,2375.272425 +199676,2446.060303,1188.267596,2454.250292,1909.756658,2376.147988 +199677,2445.154175,1187.011141,2452.951414,1911.081197,2376.900168 +199678,2444.234815,1185.740058,2453.449,1912.45508,2377.642583 +199679,2443.278218,1184.459447,2451.222154,1913.394431,2378.352474 +199680,2442.311584,1183.161781,2451.315936,1914.634686,2379.053427 +199681,2288.262282,1115.783605,2446.902645,1846.499332,2093.881765 +199682,2286.265714,1113.973356,2436.723048,1850.273946,2092.711546 +199683,2284.721123,1112.378368,2420.927203,1848.821196,2092.252064 +199684,2283.372961,1111.047555,2408.825815,1849.486668,2091.753945 +199685,2282.060222,1109.47545,2398.588683,1849.472207,2091.528819 +199686,2280.765648,1108.096559,2388.690246,1849.500381,2091.202124 +199687,2279.475659,1106.663549,2381.315453,1849.321002,2091.127581 +199688,2278.176977,1105.243447,2377.12271,1849.139504,2090.885479 +199689,2276.856822,1103.827399,2372.855462,1848.634704,2090.727374 +199690,2275.511013,1102.412,2367.045559,1848.042052,2090.563964 +199691,2274.142736,1100.993686,2364.186311,1847.423864,2090.405492 +199692,2272.736716,1099.580092,2359.20602,1846.516574,2090.245488 +199693,2271.30788,1098.160528,2356.941025,1845.635402,2090.087269 +199694,2269.838507,1096.745711,2352.399986,1844.431553,2089.925289 +199695,2268.342499,1095.325796,2348.709604,1843.238495,2089.845241 +199696,2266.809563,1093.906926,2345.385778,1841.837115,2089.54833 +199697,2265.244064,1092.48553,2344.022201,1840.321833,2089.441474 +199698,2263.640554,1091.06557,2341.810884,1838.651463,2089.251184 +199699,2262.003617,1089.643151,2339.279511,1836.827708,2089.071552 +199700,2260.329189,1088.220118,2336.587415,1834.867073,2088.886663 +199701,2258.616931,1086.797256,2332.060732,1832.733004,2090.615756 +199702,2256.872608,1085.369702,2330.221053,1830.5647,2086.794845 +199703,2255.085412,1083.945065,2327.779771,1828.11016,2095.098136 +199704,2253.263348,1082.517389,2325.151568,1825.627726,2077.610672 +199705,2239.981841,1080.669632,2320.307186,1804.870424,2093.069196 +199706,2236.480516,1079.108495,2315.786661,1798.571548,2086.50598 +199707,2233.642968,1077.579265,2311.497974,1793.981833,2087.344891 +199708,2230.955477,1076.054892,2309.362939,1789.462104,2087.121888 +199709,2228.323187,1074.535875,2304.829779,1784.85591,2086.936857 +199710,2225.716195,1073.012597,2301.100372,1780.337892,2086.532786 +199711,2223.963559,1071.479015,2299.520668,1778.749073,2086.317243 +199712,2222.412689,1069.940373,2295.536079,1777.583516,2086.002376 +199713,2220.93572,1068.389489,2292.391305,1776.818284,2085.699494 +199714,2219.486908,1066.830569,2291.375805,1776.171667,2085.381369 +199715,2218.049891,1065.264595,2289.602002,1775.740419,2085.046773 +199716,2216.619668,1063.688939,2285.802484,1775.418945,2084.70118 +199717,2215.195273,1062.100543,2284.602322,1775.276578,2084.350599 +199718,2213.761976,1060.5075,2280.996386,1775.155167,2084.064042 +199719,2212.329193,1058.842115,2278.143341,1775.231778,2083.469709 +199720,2210.887532,1057.310259,2277.335126,1775.389011,2083.28719 +199721,2209.432204,1055.646959,2273.942268,1775.539407,2082.809859 +199722,2219.505794,1054.796696,2273.339926,1794.55041,2082.504257 +199723,2219.473152,1053.328103,2270.86458,1798.444877,2082.06523 +199724,2218.795051,1051.769895,2269.250084,1800.499514,2081.676098 +199725,2217.930999,1050.23935,2269.441031,1802.542468,2081.284271 +199726,2216.949841,1048.54983,2266.79182,1804.366757,2080.881383 +199727,2215.893841,1046.963653,2264.599081,1806.169323,2080.482873 +199728,2214.77581,1045.314596,2264.248339,1807.985599,2080.082057 +199729,2213.603999,1043.662852,2262.944547,1809.675294,2079.680485 +199730,2212.386865,1041.996284,2261.242106,1811.411077,2079.283337 +199731,2211.125757,1040.317415,2259.320888,1813.125701,2078.888371 +199732,2209.820954,1038.627035,2255.526778,1814.824076,2078.584054 +199733,2208.479627,1036.91952,2254.385397,1816.567909,2078.057693 +199734,2207.093858,1035.203637,2252.747497,1823.452544,2077.730943 +199735,2205.669628,1033.474235,2249.026394,1812.607385,2077.324815 +199736,2204.208922,1031.728997,2246.170358,1829.985687,2076.937358 +199737,2202.708683,1029.972527,2243.772097,1820.905362,2076.5457 +199738,2201.172175,1028.257112,2243.185163,1825.985895,2076.155355 +199739,2199.594965,1026.393757,2239.930572,1827.322902,2075.755229 +199740,2197.985223,1024.634569,2237.324097,1828.918962,2075.360871 +199741,1771.361765,1022.885179,828.3897628,1417.542632,1977.778141 +199742,1883.053173,1151.716723,895.9534893,1519.520676,2087.203229 +199743,2015.598453,1154.493299,982.9166674,1640.754616,2214.705409 +199744,2111.985709,1152.727115,1054.993134,1725.992409,2305.292152 +199745,2161.942558,1151.93827,1103.435333,1765.800298,2350.566059 +199746,2185.612366,1173.9793,1136.428937,1779.76465,2372.003297 +199747,2197.622333,1114.928327,1160.829165,1783.319763,2383.56694 +199748,2204.648669,1165.496693,1180.169226,1783.876583,2390.712584 +199749,2209.525133,1156.874618,1196.194206,1784.2356,2396.031996 +199750,2213.331727,1124.276945,1209.768927,1785.033151,2400.464408 +199751,2216.442275,1174.043464,1221.367716,1786.173112,2404.344854 +199752,2219.271077,1107.234382,1231.309378,1787.46392,2407.796987 +199753,2221.363732,1156.023006,1239.849332,1788.795512,2410.886371 +199754,2223.074068,1142.977469,1247.204725,1790.131159,2413.663618 +199755,2224.473635,1124.66923,1253.558902,1791.464253,2416.169813 +199756,2225.619911,1151.661468,1259.066409,1792.795696,2418.441363 +199757,2226.556814,1113.90084,1263.856314,1794.12474,2420.509221 +199758,2227.318624,1153.251898,1268.036518,1795.449178,2422.400214 +199759,2227.932007,1107.974046,1271.696997,1796.766265,2424.136899 +199760,2228.418771,1148.239262,1274.913249,1798.074294,2425.73915 +199761,2228.796463,1107.563287,1277.748469,1799.372275,2427.223968 +199762,2229.079504,1139.497913,1280.255734,1800.659918,2428.606226 +199763,2229.279609,1109.798668,1282.479575,1801.937217,2429.89873 +199764,2229.406317,1128.711555,1284.457396,1803.204262,2431.112527 +199765,2229.465851,1113.478743,1286.219381,1804.458866,2432.254357 +199766,2229.46506,1120.770645,1287.792393,1805.702018,2433.333282 +199767,2229.798462,1116.553703,1289.266228,1808.185403,2434.362935 +199768,2230.325318,1115.509407,1290.639929,1811.369329,2435.347889 +199769,2230.848713,1113.703249,1291.895865,1814.541357,2436.291767 +199770,2231.266032,1112.016678,1293.027222,1817.367821,2437.195691 +199771,2231.573976,1110.289958,1294.03991,1819.825608,2438.064017 +199772,2231.791518,1108.74082,1294.951787,1821.842254,2438.901409 +199773,2231.938249,1107.130306,1295.778898,1823.405954,2439.711595 +199774,2232.02751,1105.530402,1296.532191,1824.575141,2440.497428 +199775,2232.067214,1103.927783,1297.218887,1825.429143,2441.261158 +199776,2232.062282,1102.321429,1297.844293,1826.035978,2442.004671 +199777,2232.016301,1100.710933,1298.412807,1826.443689,2442.729562 +199778,2231.932236,1099.095656,1298.928316,1826.683771,2443.437188 +199779,2231.812509,1095.882214,1299.394258,1826.777074,2444.128624 +199780,2231.27485,1093.92489,1299.748499,1825.468482,2444.807452 +199781,2230.462332,1092.119435,1300.01377,1823.32948,2445.469567 +199782,2229.575769,1090.35434,1300.225283,1821.093693,2446.115036 +199783,2228.720943,1088.603385,1300.403787,1819.103749,2446.745352 +199784,2227.923244,1086.857341,1300.55671,1817.388487,2447.361744 +199785,2227.172838,1085.112214,1300.685154,1815.854913,2447.964806 +199786,2226.453267,1083.365624,1300.788578,1814.406444,2448.554678 +199787,2225.751531,1081.616521,1300.866574,1812.979857,2449.13125 +199788,2225.059034,1079.932228,1300.919158,1811.541692,2449.694348 +199789,2224.370006,1078.073833,1300.946603,1810.075351,2450.243769 +199790,2223.680154,1076.364118,1300.949289,1808.571668,2450.779345 +199791,2222.985992,1074.587806,1300.927627,1807.024469,2451.300928 +199792,2222.284637,1072.818203,1300.882046,1805.429123,2451.808417 +199793,2221.573688,1071.043888,1300.812982,1803.782188,2452.301726 +199794,2220.851146,1069.264603,1300.72089,1802.081268,2452.780805 +199795,2220.11537,1067.480419,1300.606235,1800.324803,2453.245629 +199796,2219.365021,1065.623365,1300.469489,1798.511835,2453.696194 +199797,2218.599001,1063.930099,1300.311129,1796.64182,2454.13251 +199798,2217.547432,1062.079965,1300.131627,1794.714472,2454.554597 +199799,2216.756452,1060.286485,1299.931453,1792.729685,2454.96249 +199800,2215.952057,1058.476271,1299.711092,1790.687496,2455.356274 +199801,0,0,0,0,0 +199802,0,0,0,0,0 +199803,0,0,0,0,0 +199804,0,0,0,0,0 +199805,0,0,0,0,0 +199806,0,0,0,0,0 +199807,0,0,0,0,0 +199808,0,0,0,0,0 +199809,0,0,0,0,0 +199810,0,0,0,0,0 +199811,0,0,0,0,0 +199812,0,0,0,0,0 +199813,0,0,0,0,0 +199814,0,0,0,0,0 +199815,0,0,0,0,0 +199816,0,0,0,0,0 +199817,0,0,0,0,0 +199818,0,0,0,0,0 +199819,0,0,0,0,0 +199820,0,0,0,0,0 +199821,0,0,0,0,0 +199822,0,0,0,0,0 +199823,0,0,0,0,0 +199824,0,0,0,0,0 +199825,0,0,0,0,0 +199826,0,0,0,0,0 +199827,0,0,0,0,0 +199828,0,0,0,0,0 +199829,0,0,0,0,0 +199830,0,0,0,0,0 +199831,0,0,0,0,0 +199832,0,0,0,0,0 +199833,0,0,0,0,0 +199834,0,0,0,0,0 +199835,0,0,0,0,0 +199836,0,0,0,0,0 +199837,0,0,0,0,0 +199838,0,0,0,0,0 +199839,0,0,0,0,0 +199840,0,0,0,0,0 +199841,0,0,0,0,0 +199842,0,0,0,0,0 +199843,0,0,0,0,0 +199844,0,0,0,0,0 +199845,0,0,0,0,0 +199846,0,0,0,0,0 +199847,0,0,0,0,0 +199848,0,0,0,0,0 +199849,0,0,0,0,0 +199850,0,0,0,0,0 +199851,0,0,0,0,0 +199852,0,0,0,0,0 +199853,0,0,0,0,0 +199854,0,0,0,0,0 +199855,0,0,0,0,0 +199856,0,0,0,0,0 +199857,0,0,0,0,0 +199858,0,0,0,0,0 +199859,0,0,0,0,0 +199860,0,0,0,0,0 +199861,0,0,0,0,0 +199862,0,0,0,0,0 +199863,0,0,0,0,0 +199864,0,0,0,0,0 +199865,0,0,0,0,0 +199866,0,0,0,0,0 +199867,0,0,0,0,0 +199868,0,0,0,0,0 +199869,0,0,0,0,0 +199870,0,0,0,0,0 +199871,0,0,0,0,0 +199872,0,0,0,0,0 +199873,0,0,0,0,0 +199874,0,0,0,0,0 +199875,0,0,0,0,0 +199876,0,0,0,0,0 +199877,0,0,0,0,0 +199878,0,0,0,0,0 +199879,0,0,0,0,0 +199880,0,0,0,0,0 +199881,0,0,0,0,0 +199882,0,0,0,0,0 +199883,0,0,0,0,0 +199884,0,0,0,0,0 +199885,0,0,0,0,0 +199886,0,0,0,0,0 +199887,0,0,0,0,0 +199888,0,0,0,0,0 +199889,0,0,0,0,0 +199890,0,0,0,0,0 +199891,0,0,0,0,0 +199892,0,0,0,0,0 +199893,0,0,0,0,0 +199894,0,0,0,0,0 +199895,0,0,0,0,0 +199896,0,0,0,0,0 +199897,0,0,0,0,0 +199898,0,0,0,0,0 +199899,0,0,0,0,0 +199900,0,0,0,0,0 +199901,0,0,0,0,0 +199902,0,0,0,0,0 +199903,0,0,0,0,0 +199904,0,0,0,0,0 +199905,0,0,0,0,0 +199906,0,0,0,0,0 +199907,0,0,0,0,0 +199908,0,0,0,0,0 +199909,0,0,0,0,0 +199910,0,0,0,0,0 +199911,0,0,0,0,0 +199912,0,0,0,0,0 +199913,0,0,0,0,0 +199914,0,0,0,0,0 +199915,0,0,0,0,0 +199916,0,0,0,0,0 +199917,0,0,0,0,0 +199918,0,0,0,0,0 +199919,0,0,0,0,0 +199920,0,0,0,0,0 +199921,0,0,0,0,0 +199922,0,0,0,0,0 +199923,0,0,0,0,0 +199924,0,0,0,0,0 +199925,0,0,0,0,0 +199926,0,0,0,0,0 +199927,0,0,0,0,0 +199928,0,0,0,0,0 +199929,0,0,0,0,0 +199930,0,0,0,0,0 +199931,0,0,0,0,0 +199932,0,0,0,0,0 +199933,0,0,0,0,0 +199934,0,0,0,0,0 +199935,0,0,0,0,0 +199936,0,0,0,0,0 +199937,0,0,0,0,0 +199938,0,0,0,0,0 +199939,0,0,0,0,0 +199940,0,0,0,0,0 +199941,0,0,0,0,0 +199942,0,0,0,0,0 +199943,0,0,0,0,0 +199944,0,0,0,0,0 +199945,0,0,0,0,0 +199946,0,0,0,0,0 +199947,0,0,0,0,0 +199948,0,0,0,0,0 +199949,0,0,0,0,0 +199950,0,0,0,0,0 +199951,0,0,0,0,0 +199952,0,0,0,0,0 +199953,0,0,0,0,0 +199954,0,0,0,0,0 +199955,0,0,0,0,0 +199956,0,0,0,0,0 +199957,0,0,0,0,0 +199958,0,0,0,0,0 +199959,0,0,0,0,0 +199960,0,0,0,0,0 +199961,0,0,0,0,0 +199962,0,0,0,0,0 +199963,0,0,0,0,0 +199964,0,0,0,0,0 +199965,0,0,0,0,0 +199966,0,0,0,0,0 +199967,0,0,0,0,0 +199968,0,0,0,0,0 +199969,0,0,0,0,0 +199970,0,0,0,0,0 +199971,0,0,0,0,0 +199972,0,0,0,0,0 +199973,0,0,0,0,0 +199974,0,0,0,0,0 +199975,0,0,0,0,0 +199976,0,0,0,0,0 +199977,0,0,0,0,0 +199978,0,0,0,0,0 +199979,0,0,0,0,0 +199980,0,0,0,0,0 +199981,0,0,0,0,0 +199982,0,0,0,0,0 +199983,0,0,0,0,0 +199984,0,0,0,0,0 +199985,0,0,0,0,0 +199986,0,0,0,0,0 +199987,0,0,0,0,0 +199988,0,0,0,0,0 +199989,0,0,0,0,0 +199990,0,0,0,0,0 +199991,0,0,0,0,0 +199992,0,0,0,0,0 +199993,0,0,0,0,0 +199994,0,0,0,0,0 +199995,0,0,0,0,0 +199996,0,0,0,0,0 +199997,0,0,0,0,0 +199998,0,0,0,0,0 +199999,0,0,0,0,0 +200000,0,0,0,0,0 +200001,0,0,0,0,0 +200002,0,0,0,0,0 +200003,0,0,0,0,0 +200004,0,0,0,0,0 +200005,0,0,0,0,0 +200006,0,0,0,0,0 +200007,0,0,0,0,0 +200008,0,0,0,0,0 +200009,0,0,0,0,0 +200010,0,0,0,0,0 +200011,0,0,0,0,0 +200012,0,0,0,0,0 +200013,0,0,0,0,0 +200014,0,0,0,0,0 +200015,0,0,0,0,0 +200016,0,0,0,0,0 +200017,0,0,0,0,0 +200018,0,0,0,0,0 +200019,0,0,0,0,0 +200020,0,0,0,0,0 +200021,0,0,0,0,0 +200022,0,0,0,0,0 +200023,0,0,0,0,0 +200024,0,0,0,0,0 +200025,0,0,0,0,0 +200026,0,0,0,0,0 +200027,0,0,0,0,0 +200028,0,0,0,0,0 +200029,0,0,0,0,0 +200030,0,0,0,0,0 +200031,0,0,0,0,0 +200032,0,0,0,0,0 +200033,0,0,0,0,0 +200034,0,0,0,0,0 +200035,0,0,0,0,0 +200036,0,0,0,0,0 +200037,0,0,0,0,0 +200038,0,0,0,0,0 +200039,0,0,0,0,0 +200040,0,0,0,0,0 +200041,0,0,0,0,0 +200042,0,0,0,0,0 +200043,0,0,0,0,0 +200044,0,0,0,0,0 +200045,0,0,0,0,0 +200046,0,0,0,0,0 +200047,0,0,0,0,0 +200048,0,0,0,0,0 +200049,0,0,0,0,0 +200050,0,0,0,0,0 +200051,0,0,0,0,0 +200052,0,0,0,0,0 +200053,0,0,0,0,0 +200054,0,0,0,0,0 +200055,0,0,0,0,0 +200056,0,0,0,0,0 +200057,0,0,0,0,0 +200058,0,0,0,0,0 +200059,0,0,0,0,0 +200060,0,0,0,0,0 +200061,0,0,0,0,0 +200062,0,0,0,0,0 +200063,0,0,0,0,0 +200064,0,0,0,0,0 +200065,0,0,0,0,0 +200066,0,0,0,0,0 +200067,0,0,0,0,0 +200068,0,0,0,0,0 +200069,0,0,0,0,0 +200070,0,0,0,0,0 +200071,0,0,0,0,0 +200072,0,0,0,0,0 +200073,0,0,0,0,0 +200074,0,0,0,0,0 +200075,0,0,0,0,0 +200076,0,0,0,0,0 +200077,0,0,0,0,0 +200078,0,0,0,0,0 +200079,0,0,0,0,0 +200080,0,0,0,0,0 +200081,0,0,0,0,0 +200082,0,0,0,0,0 +200083,0,0,0,0,0 +200084,0,0,0,0,0 +200085,0,0,0,0,0 +200086,0,0,0,0,0 +200087,0,0,0,0,0 +200088,0,0,0,0,0 +200089,0,0,0,0,0 +200090,0,0,0,0,0 +200091,0,0,0,0,0 +200092,0,0,0,0,0 +200093,0,0,0,0,0 +200094,0,0,0,0,0 +200095,0,0,0,0,0 +200096,0,0,0,0,0 +200097,0,0,0,0,0 +200098,0,0,0,0,0 +200099,0,0,0,0,0 +200100,0,0,0,0,0 +200101,0,0,0,0,0 +200102,0,0,0,0,0 +200103,0,0,0,0,0 +200104,0,0,0,0,0 +200105,0,0,0,0,0 +200106,0,0,0,0,0 +200107,0,0,0,0,0 +200108,0,0,0,0,0 +200109,0,0,0,0,0 +200110,0,0,0,0,0 +200111,0,0,0,0,0 +200112,0,0,0,0,0 +200113,0,0,0,0,0 +200114,0,0,0,0,0 +200115,0,0,0,0,0 +200116,0,0,0,0,0 +200117,0,0,0,0,0 +200118,0,0,0,0,0 +200119,0,0,0,0,0 +200120,0,0,0,0,0 +200121,0,0,0,0,0 +200122,0,0,0,0,0 +200123,0,0,0,0,0 +200124,0,0,0,0,0 +200125,0,0,0,0,0 +200126,0,0,0,0,0 +200127,0,0,0,0,0 +200128,0,0,0,0,0 +200129,0,0,0,0,0 +200130,0,0,0,0,0 +200131,0,0,0,0,0 +200132,0,0,0,0,0 +200133,0,0,0,0,0 +200134,0,0,0,0,0 +200135,0,0,0,0,0 +200136,0,0,0,0,0 +200137,0,0,0,0,0 +200138,0,0,0,0,0 +200139,0,0,0,0,0 +200140,0,0,0,0,0 +200141,0,0,0,0,0 +200142,0,0,0,0,0 +200143,0,0,0,0,0 +200144,0,0,0,0,0 +200145,0,0,0,0,0 +200146,0,0,0,0,0 +200147,0,0,0,0,0 +200148,0,0,0,0,0 +200149,0,0,0,0,0 +200150,0,0,0,0,0 +200151,0,0,0,0,0 +200152,0,0,0,0,0 +200153,0,0,0,0,0 +200154,0,0,0,0,0 +200155,0,0,0,0,0 +200156,0,0,0,0,0 +200157,0,0,0,0,0 +200158,0,0,0,0,0 +200159,0,0,0,0,0 +200160,0,0,0,0,0 +200161,0,0,0,0,0 +200162,0,0,0,0,0 +200163,0,0,0,0,0 +200164,0,0,0,0,0 +200165,0,0,0,0,0 +200166,0,0,0,0,0 +200167,0,0,0,0,0 +200168,0,0,0,0,0 +200169,0,0,0,0,0 +200170,0,0,0,0,0 +200171,0,0,0,0,0 +200172,0,0,0,0,0 +200173,0,0,0,0,0 +200174,0,0,0,0,0 +200175,0,0,0,0,0 +200176,0,0,0,0,0 +200177,0,0,0,0,0 +200178,0,0,0,0,0 +200179,0,0,0,0,0 +200180,0,0,0,0,0 +200181,0,0,0,0,0 +200182,0,0,0,0,0 +200183,0,0,0,0,0 +200184,0,0,0,0,0 +200185,0,0,0,0,0 +200186,0,0,0,0,0 +200187,0,0,0,0,0 +200188,0,0,0,0,0 +200189,0,0,0,0,0 +200190,0,0,0,0,0 +200191,0,0,0,0,0 +200192,0,0,0,0,0 +200193,0,0,0,0,0 +200194,0,0,0,0,0 +200195,0,0,0,0,0 +200196,0,0,0,0,0 +200197,0,0,0,0,0 +200198,0,0,0,0,0 +200199,0,0,0,0,0 +200200,0,0,0,0,0 +200201,0,0,0,0,0 +200202,0,0,0,0,0 +200203,0,0,0,0,0 +200204,0,0,0,0,0 +200205,0,0,0,0,0 +200206,0,0,0,0,0 +200207,0,0,0,0,0 +200208,0,0,0,0,0 +200209,0,0,0,0,0 +200210,0,0,0,0,0 +200211,0,0,0,0,0 +200212,0,0,0,0,0 +200213,0,0,0,0,0 +200214,0,0,0,0,0 +200215,0,0,0,0,0 +200216,0,0,0,0,0 +200217,0,0,0,0,0 +200218,0,0,0,0,0 +200219,0,0,0,0,0 +200220,0,0,0,0,0 +200221,0,0,0,0,0 +200222,0,0,0,0,0 +200223,0,0,0,0,0 +200224,0,0,0,0,0 +200225,0,0,0,0,0 +200226,0,0,0,0,0 +200227,0,0,0,0,0 +200228,0,0,0,0,0 +200229,0,0,0,0,0 +200230,0,0,0,0,0 +200231,0,0,0,0,0 +200232,0,0,0,0,0 +200233,0,0,0,0,0 +200234,0,0,0,0,0 +200235,0,0,0,0,0 +200236,0,0,0,0,0 +200237,0,0,0,0,0 +200238,0,0,0,0,0 +200239,0,0,0,0,0 +200240,0,0,0,0,0 +200241,0,0,0,0,0 +200242,0,0,0,0,0 +200243,0,0,0,0,0 +200244,0,0,0,0,0 +200245,0,0,0,0,0 +200246,0,0,0,0,0 +200247,0,0,0,0,0 +200248,0,0,0,0,0 +200249,0,0,0,0,0 +200250,0,0,0,0,0 +200251,0,0,0,0,0 +200252,0,0,0,0,0 +200253,0,0,0,0,0 +200254,0,0,0,0,0 +200255,0,0,0,0,0 +200256,0,0,0,0,0 +200257,0,0,0,0,0 +200258,0,0,0,0,0 +200259,0,0,0,0,0 +200260,0,0,0,0,0 +200261,0,0,0,0,0 +200262,0,0,0,0,0 +200263,0,0,0,0,0 +200264,0,0,0,0,0 +200265,0,0,0,0,0 +200266,0,0,0,0,0 +200267,0,0,0,0,0 +200268,0,0,0,0,0 +200269,0,0,0,0,0 +200270,0,0,0,0,0 +200271,0,0,0,0,0 +200272,0,0,0,0,0 +200273,0,0,0,0,0 +200274,0,0,0,0,0 +200275,0,0,0,0,0 +200276,0,0,0,0,0 +200277,0,0,0,0,0 +200278,0,0,0,0,0 +200279,0,0,0,0,0 +200280,0,0,0,0,0 +200281,0,0,0,0,0 +200282,0,0,0,0,0 +200283,0,0,0,0,0 +200284,0,0,0,0,0 +200285,0,0,0,0,0 +200286,0,0,0,0,0 +200287,0,0,0,0,0 +200288,0,0,0,0,0 +200289,0,0,0,0,0 +200290,0,0,0,0,0 +200291,0,0,0,0,0 +200292,0,0,0,0,0 +200293,0,0,0,0,0 +200294,0,0,0,0,0 +200295,0,0,0,0,0 +200296,0,0,0,0,0 +200297,0,0,0,0,0 +200298,0,0,0,0,0 +200299,0,0,0,0,0 +200300,0,0,0,0,0 +200301,0,0,0,0,0 +200302,0,0,0,0,0 +200303,0,0,0,0,0 +200304,0,0,0,0,0 +200305,0,0,0,0,0 +200306,0,0,0,0,0 +200307,0,0,0,0,0 +200308,0,0,0,0,0 +200309,0,0,0,0,0 +200310,0,0,0,0,0 +200311,0,0,0,0,0 +200312,0,0,0,0,0 +200313,0,0,0,0,0 +200314,0,0,0,0,0 +200315,0,0,0,0,0 +200316,0,0,0,0,0 +200317,0,0,0,0,0 +200318,0,0,0,0,0 +200319,0,0,0,0,0 +200320,0,0,0,0,0 +200321,0,0,0,0,0 +200322,0,0,0,0,0 +200323,0,0,0,0,0 +200324,0,0,0,0,0 +200325,0,0,0,0,0 +200326,0,0,0,0,0 +200327,0,0,0,0,0 +200328,0,0,0,0,0 +200329,0,0,0,0,0 +200330,0,0,0,0,0 +200331,0,0,0,0,0 +200332,0,0,0,0,0 +200333,0,0,0,0,0 +200334,0,0,0,0,0 +200335,0,0,0,0,0 +200336,0,0,0,0,0 +200337,0,0,0,0,0 +200338,0,0,0,0,0 +200339,0,0,0,0,0 +200340,0,0,0,0,0 +200341,0,0,0,0,0 +200342,0,0,0,0,0 +200343,0,0,0,0,0 +200344,0,0,0,0,0 +200345,0,0,0,0,0 +200346,0,0,0,0,0 +200347,0,0,0,0,0 +200348,0,0,0,0,0 +200349,0,0,0,0,0 +200350,0,0,0,0,0 +200351,0,0,0,0,0 +200352,0,0,0,0,0 +200353,0,0,0,0,0 +200354,0,0,0,0,0 +200355,0,0,0,0,0 +200356,0,0,0,0,0 +200357,0,0,0,0,0 +200358,0,0,0,0,0 +200359,0,0,0,0,0 +200360,0,0,0,0,0 +200361,0,0,0,0,0 +200362,0,0,0,0,0 +200363,0,0,0,0,0 +200364,0,0,0,0,0 +200365,0,0,0,0,0 +200366,0,0,0,0,0 +200367,0,0,0,0,0 +200368,0,0,0,0,0 +200369,0,0,0,0,0 +200370,0,0,0,0,0 +200371,0,0,0,0,0 +200372,0,0,0,0,0 +200373,0,0,0,0,0 +200374,0,0,0,0,0 +200375,0,0,0,0,0 +200376,0,0,0,0,0 +200377,0,0,0,0,0 +200378,0,0,0,0,0 +200379,0,0,0,0,0 +200380,0,0,0,0,0 +200381,0,0,0,0,0 +200382,0,0,0,0,0 +200383,0,0,0,0,0 +200384,0,0,0,0,0 +200385,0,0,0,0,0 +200386,0,0,0,0,0 +200387,0,0,0,0,0 +200388,0,0,0,0,0 +200389,0,0,0,0,0 +200390,0,0,0,0,0 +200391,0,0,0,0,0 +200392,0,0,0,0,0 +200393,0,0,0,0,0 +200394,0,0,0,0,0 +200395,0,0,0,0,0 +200396,0,0,0,0,0 +200397,0,0,0,0,0 +200398,0,0,0,0,0 +200399,0,0,0,0,0 +200400,0,0,0,0,0 +200401,0,0,0,0,0 +200402,0,0,0,0,0 +200403,0,0,0,0,0 +200404,0,0,0,0,0 +200405,0,0,0,0,0 +200406,0,0,0,0,0 +200407,0,0,0,0,0 +200408,0,0,0,0,0 +200409,0,0,0,0,0 +200410,0,0,0,0,0 +200411,0,0,0,0,0 +200412,0,0,0,0,0 +200413,0,0,0,0,0 +200414,0,0,0,0,0 +200415,0,0,0,0,0 +200416,0,0,0,0,0 +200417,0,0,0,0,0 +200418,0,0,0,0,0 +200419,0,0,0,0,0 +200420,0,0,0,0,0 +200421,0,0,0,0,0 +200422,0,0,0,0,0 +200423,0,0,0,0,0 +200424,0,0,0,0,0 +200425,0,0,0,0,0 +200426,0,0,0,0,0 +200427,0,0,0,0,0 +200428,0,0,0,0,0 +200429,0,0,0,0,0 +200430,0,0,0,0,0 +200431,0,0,0,0,0 +200432,0,0,0,0,0 +200433,0,0,0,0,0 +200434,0,0,0,0,0 +200435,0,0,0,0,0 +200436,0,0,0,0,0 +200437,0,0,0,0,0 +200438,0,0,0,0,0 +200439,0,0,0,0,0 +200440,0,0,0,0,0 +200441,0,0,0,0,0 +200442,0,0,0,0,0 +200443,0,0,0,0,0 +200444,0,0,0,0,0 +200445,0,0,0,0,0 +200446,0,0,0,0,0 +200447,0,0,0,0,0 +200448,0,0,0,0,0 +200449,0,0,0,0,0 +200450,0,0,0,0,0 +200451,0,0,0,0,0 +200452,0,0,0,0,0 +200453,0,0,0,0,0 +200454,0,0,0,0,0 +200455,0,0,0,0,0 +200456,0,0,0,0,0 +200457,0,0,0,0,0 +200458,0,0,0,0,0 +200459,0,0,0,0,0 +200460,0,0,0,0,0 +200461,0,0,0,0,0 +200462,0,0,0,0,0 +200463,0,0,0,0,0 +200464,0,0,0,0,0 +200465,0,0,0,0,0 +200466,0,0,0,0,0 +200467,0,0,0,0,0 +200468,0,0,0,0,0 +200469,0,0,0,0,0 +200470,0,0,0,0,0 +200471,0,0,0,0,0 +200472,0,0,0,0,0 +200473,0,0,0,0,0 +200474,0,0,0,0,0 +200475,0,0,0,0,0 +200476,0,0,0,0,0 +200477,0,0,0,0,0 +200478,0,0,0,0,0 +200479,0,0,0,0,0 +200480,0,0,0,0,0 +200481,0,0,0,0,0 +200482,0,0,0,0,0 +200483,0,0,0,0,0 +200484,0,0,0,0,0 +200485,0,0,0,0,0 +200486,0,0,0,0,0 +200487,0,0,0,0,0 +200488,0,0,0,0,0 +200489,0,0,0,0,0 +200490,0,0,0,0,0 +200491,0,0,0,0,0 +200492,0,0,0,0,0 +200493,0,0,0,0,0 +200494,0,0,0,0,0 +200495,0,0,0,0,0 +200496,0,0,0,0,0 +200497,0,0,0,0,0 +200498,0,0,0,0,0 +200499,0,0,0,0,0 +200500,0,0,0,0,0 +200501,0,0,0,0,0 +200502,0,0,0,0,0 +200503,0,0,0,0,0 +200504,0,0,0,0,0 +200505,0,0,0,0,0 +200506,0,0,0,0,0 +200507,0,0,0,0,0 +200508,0,0,0,0,0 +200509,0,0,0,0,0 +200510,0,0,0,0,0 +200511,0,0,0,0,0 +200512,0,0,0,0,0 +200513,0,0,0,0,0 +200514,0,0,0,0,0 +200515,0,0,0,0,0 +200516,0,0,0,0,0 +200517,0,0,0,0,0 +200518,0,0,0,0,0 +200519,0,0,0,0,0 +200520,0,0,0,0,0 +200521,0,0,0,0,0 +200522,0,0,0,0,0 +200523,0,0,0,0,0 +200524,0,0,0,0,0 +200525,0,0,0,0,0 +200526,0,0,0,0,0 +200527,0,0,0,0,0 +200528,0,0,0,0,0 +200529,0,0,0,0,0 +200530,0,0,0,0,0 +200531,0,0,0,0,0 +200532,0,0,0,0,0 +200533,0,0,0,0,0 +200534,0,0,0,0,0 +200535,0,0,0,0,0 +200536,0,0,0,0,0 +200537,0,0,0,0,0 +200538,0,0,0,0,0 +200539,0,0,0,0,0 +200540,0,0,0,0,0 +200541,0,0,0,0,0 +200542,0,0,0,0,0 +200543,0,0,0,0,0 +200544,0,0,0,0,0 +200545,0,0,0,0,0 +200546,0,0,0,0,0 +200547,0,0,0,0,0 +200548,0,0,0,0,0 +200549,0,0,0,0,0 +200550,0,0,0,0,0 +200551,0,0,0,0,0 +200552,0,0,0,0,0 +200553,0,0,0,0,0 +200554,0,0,0,0,0 +200555,0,0,0,0,0 +200556,0,0,0,0,0 +200557,0,0,0,0,0 +200558,0,0,0,0,0 +200559,0,0,0,0,0 +200560,0,0,0,0,0 +200561,0,0,0,0,0 +200562,0,0,0,0,0 +200563,0,0,0,0,0 +200564,0,0,0,0,0 +200565,0,0,0,0,0 +200566,0,0,0,0,0 +200567,0,0,0,0,0 +200568,0,0,0,0,0 +200569,0,0,0,0,0 +200570,0,0,0,0,0 +200571,0,0,0,0,0 +200572,0,0,0,0,0 +200573,0,0,0,0,0 +200574,0,0,0,0,0 +200575,0,0,0,0,0 +200576,0,0,0,0,0 +200577,0,0,0,0,0 +200578,0,0,0,0,0 +200579,0,0,0,0,0 +200580,0,0,0,0,0 +200581,0,0,0,0,0 +200582,0,0,0,0,0 +200583,0,0,0,0,0 +200584,0,0,0,0,0 +200585,0,0,0,0,0 +200586,0,0,0,0,0 +200587,0,0,0,0,0 +200588,0,0,0,0,0 +200589,0,0,0,0,0 +200590,0,0,0,0,0 +200591,0,0,0,0,0 +200592,0,0,0,0,0 +200593,0,0,0,0,0 +200594,0,0,0,0,0 +200595,0,0,0,0,0 +200596,0,0,0,0,0 +200597,0,0,0,0,0 +200598,0,0,0,0,0 +200599,0,0,0,0,0 +200600,0,0,0,0,0 +200601,0,34.94479072,0,0,0 +200602,0,114.2366357,0,0,0 +200603,0,74.23045486,21.75176197,0,0 +200604,0,100.1535895,226.1847467,0,0 +200605,0,110.1105181,127.5755841,0,0 +200606,0,119.956202,174.0883403,0,0 +200607,0,129.7873495,191.4301517,0,0 +200608,0,139.4363956,206.770032,0,0 +200609,0,148.9868716,221.467856,0,0 +200610,0,158.6901349,236.9402809,0,0 +200611,0,167.4499929,250.4170621,0,0 +200612,0,175.9753344,262.9808781,0,0 +200613,0,184.6965899,275.9865223,0,0 +200614,0,193.0459765,288.5064629,0,0 +200615,0,201.2974005,300.8071984,0,0 +200616,0,209.7933736,313.0222521,0,0 +200617,0,217.8816231,324.9860416,0,0 +200618,0,226.0778929,336.8109181,0,0 +200619,0,234.1519367,348.4691141,0,0 +200620,0,242.0399865,360.3288755,0,0 +200621,0,250.3848199,371.1329663,0,0 +200622,0,257.9314014,382.6562265,0,0 +200623,0,265.7947797,393.6065458,0,0 +200624,0,273.8275604,404.5720371,0,0 +200625,0,281.463154,415.4180879,0,0 +200626,0,289.2121506,426.0312655,0,0 +200627,0,296.7214735,436.6673264,0,0 +200628,0,304.7858498,447.0335654,0,0 +200629,0,311.9659094,457.3869822,0,0 +200630,0,319.6916909,467.5933904,0,0 +200631,0,326.9730267,477.6892622,0,0 +200632,0,334.7783107,487.7376713,0,0 +200633,0,342.0571059,497.543424,0,0 +200634,0,349.507689,513.7680101,0,0 +200635,0,356.8853843,513.6766828,0,0 +200636,0,364.2325362,521.6355716,0,0 +200637,0,371.31724,539.929403,0,0 +200638,0,378.9779888,544.4179086,0,0 +200639,0,386.0449306,554.7646229,0,0 +200640,0,393.3213613,564.0569088,0,0 +200641,0,400.5827045,573.3013826,0,0 +200642,0,407.8268884,582.5284926,0,0 +200643,0,415.0461254,591.5956914,0,0 +200644,0,422.2409405,600.7430614,0,0 +200645,0,429.4113166,609.6596916,0,0 +200646,0,436.5785079,618.492456,0,0 +200647,0,443.6748428,627.3896057,0,0 +200648,0,450.8156993,636.0696182,0,0 +200649,0,457.8773221,644.7223683,0,0 +200650,0,464.9108411,653.2869379,0,0 +200651,0,471.9911701,661.709924,0,0 +200652,0,478.9859235,670.2967212,0,0 +200653,0,485.9542333,683.6705379,0,0 +200654,0,492.9751726,684.6990087,0,0 +200655,0,499.8754679,689.8648362,0,0 +200656,0,506.8614669,706.6919179,0,0 +200657,0,513.7543805,710.112977,0,0 +200658,0,520.2970177,719.0275906,0,0 +200659,0,527.7433883,727.1039397,0,0 +200660,0,550.5231555,759.6065037,0,0 +200661,0,559.9424499,770.946514,0,0 +200662,0,568.2202997,780.3610295,0,0 +200663,0,576.2544875,789.5311681,0,0 +200664,0,584.007333,798.062916,0,0 +200665,0,591.7680116,816.4429344,0,0 +200666,0,599.3197746,800.2140394,0,0 +200667,0,606.9293686,830.6043264,0,0 +200668,0,614.3511107,836.9491038,0,0 +200669,0,621.8517112,831.3290881,0,0 +200670,0,629.1677632,857.6616033,0,0 +200671,0,636.0317403,842.5345988,0,0 +200672,0,642.7683474,872.9873116,0,0 +200673,0,649.3235045,863.3374091,0,0 +200674,0,655.8939168,874.9057094,0,0 +200675,0,662.3965612,880.7773127,0,0 +200676,0,668.7359394,887.0967294,0,0 +200677,0,675.1065519,892.9437383,0,0 +200678,0,681.4205961,900.9822301,0,0 +200679,0,687.5744328,903.9144143,0,0 +200680,0,693.770883,910.7550031,0,0 +200681,0,699.8721379,916.6165435,0,0 +200682,0,705.97055,923.6933539,0,0 +200683,0,711.9073158,926.8428176,0,0 +200684,0,717.8934879,932.8328223,12.00484563,0 +200685,0,723.7894407,940.062521,53.64723575,0 +200686,0,729.688795,942.7424193,37.01688899,0 +200687,0,735.4275333,949.9434505,46.86141192,0 +200688,0,741.222534,954.9259645,52.24569596,0 +200689,0,746.9296805,957.7131772,56.7995554,0 +200690,0,752.6457707,966.0444755,61.2412216,0 +200691,0,758.1989984,967.3016201,65.60877473,0 +200692,0,763.3539817,975.2962256,70.029143,0 +200693,0,769.597212,975.9420253,74.2492865,0 +200694,0,774.7362805,977.455611,78.59173831,0 +200695,0,780.2712803,977.5661644,82.7716328,0 +200696,0,785.6817447,977.7761277,86.89203177,0 +200697,0,791.0521385,978.0874627,91.11234383,0 +200698,0,796.3318233,978.4866817,95.16447712,0 +200699,0,801.6947418,978.9578579,99.23167849,0 +200700,0,806.9540392,979.4873938,103.1791081,0 +200701,0,811.7730886,980.0644482,107.0796268,0 +200702,0,816.8283341,980.6743481,110.5446141,0 +200703,0,821.6893812,981.3048458,114.425844,0 +200704,0,826.5698619,981.9481987,117.9337871,0 +200705,0,831.3488011,982.5997845,121.7808397,0 +200706,0,836.2714547,983.2568542,125.1932947,0 +200707,0,840.9007752,983.9171785,128.7590862,0 +200708,0,845.6591243,984.5789665,132.4178182,0 +200709,0,850.3185325,985.240677,135.9536154,0 +200710,0,854.894847,985.900864,139.2262848,0 +200711,0,859.563627,986.5582964,142.9023516,0 +200712,0,864.0723745,987.2120826,146.2511742,0 +200713,48.92922408,868.6445151,987.8584419,149.5800152,0 +200714,78.20819632,872.9766835,988.5123344,153.2380558,0 +200715,80.61431514,877.5319909,989.1615857,156.3527056,0 +200716,85.64035835,881.8717937,989.7992046,159.8038545,0 +200717,96.77876643,886.232929,990.4290938,163.1073616,0 +200718,104.1936858,890.5455565,991.0274945,166.3049402,0 +200719,111.5113366,894.7629837,991.6065597,169.7550729,0 +200720,119.0283005,899.0832926,992.191413,172.9336466,0 +200721,125.9465884,903.2916151,992.7760055,176.1974372,0 +200722,133.4111282,907.3716936,993.3564636,179.5454144,0 +200723,140.1191931,911.5314579,993.9308308,182.4359854,0 +200724,147.3667604,915.5995339,994.4974735,185.9100211,0 +200725,154.1877968,919.5810769,995.0560519,188.962589,0 +200726,161.0533581,923.6672873,995.6058551,192.1370669,0 +200727,167.8474512,927.5835574,996.1467827,195.2716995,0 +200728,174.4495072,931.5139096,996.6786272,198.3899021,0 +200729,181.4665497,935.3947456,997.20131,201.3541864,0 +200730,187.7483887,939.294909,997.7148955,204.6546716,0 +200731,194.1161271,942.1657199,998.2191966,207.5973118,0 +200732,200.6067926,945.1195028,998.7078782,210.6538405,0 +200733,206.6976109,947.7596734,999.1767558,213.6640771,0 +200734,212.8680797,950.36437,999.6245996,216.6561141,0 +200735,218.9475267,952.8684054,1000.052525,219.7719874,0 +200736,224.9799195,955.2881276,1000.462142,222.4999792,0 +200737,230.9187072,957.6269799,1000.854953,225.5490388,0 +200738,236.8358698,959.8881727,1001.207237,228.2907755,0 +200739,242.6831073,962.0737315,1001.535784,231.4252442,0 +200740,248.4803287,964.1860218,1001.866031,234.1894243,0 +200741,254.2251718,966.1658785,1002.191874,237.081669,0 +200742,259.7205419,968.2292603,1002.510217,239.9289099,0 +200743,265.6793686,970.0857528,1002.819539,242.7592659,0 +200744,271.1186581,971.9321196,1003.119358,245.5725675,0 +200745,276.7054931,973.7023972,1003.409452,248.3688328,0 +200746,282.2093432,975.4086825,1003.69012,251.1484581,0 +200747,287.6684833,977.0518105,1003.961623,253.9113428,0 +200748,293.0837907,978.6943556,1004.224285,256.6578828,0 +200749,298.4555383,980.121787,1004.47845,259.2110457,0 +200750,303.7854432,981.6287035,1004.724369,262.201355,0 +200751,308.8329161,983.0198543,1004.96248,264.7598884,0 +200752,314.7008607,984.3635898,1005.192849,267.4755332,0 +200753,319.3640882,985.6500321,1005.41609,270.1413822,0 +200754,324.728246,986.8802913,1005.631933,272.7927651,0 +200755,329.8597912,988.0549181,1005.841023,275.4282316,0 +200756,334.9085516,989.1748955,1006.043402,278.0484132,0 +200757,340.0101311,990.2407417,1006.239279,280.653184,0 +200758,345.0118993,991.2533815,1006.42887,283.2428814,0 +200759,346.5550687,979.142246,1006.6125,289.898401,0 +200760,350.9296586,978.0031937,1006.748736,293.1142676,0 +200761,355.9246378,977.8138277,1006.859127,296.1557131,0 +200762,360.8145395,977.8686923,1006.968312,299.2503503,0 +200763,365.9899392,978.0205659,1007.090187,302.1066381,0 +200764,370.9030603,978.2140232,1007.228398,304.7859209,0 +200765,376.0682016,978.4220065,1007.381533,308.0906294,0 +200766,380.9529306,978.6308442,1007.522783,310.7035811,0 +200767,385.7899778,978.8325982,1007.666106,313.7624066,0 +200768,391.0957395,979.0229408,1007.833716,316.2424708,0 +200769,395.9597044,979.1987886,1008.016727,319.3413699,0 +200770,400.8167424,979.3582787,1008.210151,321.9665669,0 +200771,405.8398102,979.4996929,1008.410802,324.7200063,0 +200772,410.6851543,979.6220112,1008.616975,327.4748356,0 +200773,415.5935441,979.7240574,1008.827385,330.2841381,0 +200774,420.4313323,979.8051819,1009.041292,332.9333413,0 +200775,425.291241,979.8645024,1009.258023,335.6244167,0 +200776,430.057761,979.9016027,1009.477174,338.2641128,0 +200777,434.9640428,979.9158368,1009.69832,340.9472304,0 +200778,439.6128678,979.9069677,1009.921247,343.6197835,0 +200779,444.4784299,979.8745378,1010.145582,346.2237297,0 +200780,449.1718038,979.8184594,1010.371202,348.8682307,0 +200781,453.9177006,979.7384326,1010.59785,351.5015941,0 +200782,458.5720626,979.6344911,1010.825404,354.065015,0 +200783,463.3650868,979.5064663,1011.05366,356.6711422,0 +200784,467.8989833,979.3544879,1011.282581,359.2422264,0 +200785,472.6527238,979.1784949,1011.511927,361.8293154,0 +200786,477.2388404,978.9786914,1011.741725,364.3429058,0 +200787,481.8686578,978.755103,1011.971767,366.9002714,0 +200788,486.4170171,978.50799,1012.202025,369.201549,0 +200789,491.0630919,978.2374473,1012.432364,372.0610999,0 +200790,495.5858158,977.9437764,1012.66286,374.3926955,0 +200791,500.3819356,978.8360967,1012.893178,376.7701801,0 +200792,505.3656233,979.822517,1013.114488,379.0918663,0 +200793,510.1114925,980.8579679,1013.320091,381.3220635,0 +200794,514.8572072,981.9270927,1013.507911,383.5907963,0 +200795,519.6868752,983.0210984,1013.655527,385.8155772,0 +200796,524.6833653,984.1338131,1013.780979,388.0270875,0 +200797,529.0575368,985.2604656,1013.907887,390.2478803,0 +200798,534.3480784,986.3971623,1014.030221,392.3854271,0 +200799,538.9479068,987.540416,1014.145657,394.5680311,0 +200800,543.9349989,988.6871997,1014.253174,396.710485,0 +200801,549.2586639,998.8168767,1014.353151,392.1516161,0 +200802,553.6284774,1001.344647,1014.252955,392.9945482,0 +200803,558.3005757,1003.112444,1014.009861,394.3448677,0 +200804,563.1761817,1004.75766,1013.716387,395.8388653,0 +200805,567.8044595,1006.289283,1013.424635,397.3898902,0 +200806,572.6126791,1007.747291,1013.150985,398.9683828,0 +200807,577.2631732,1009.145882,1012.895908,400.5872835,0 +200808,582.0470747,1010.4898,1012.448877,402.1408019,0 +200809,586.6424389,1011.786641,1011.893093,403.7602148,0 +200810,591.5465398,1013.038013,1011.341361,405.3551207,0 +200811,596.0759805,1014.245102,1010.851772,406.9545663,0 +200812,600.8565023,1015.408392,1010.437191,408.5528071,0 +200813,605.5568608,1016.528016,1010.091517,410.1490816,0 +200814,610.3015633,1017.491776,1009.804661,411.7707877,0 +200815,614.9898055,1018.62399,1009.568297,413.3187714,0 +200816,619.6436398,1019.511015,1009.37626,414.9275491,0 +200817,624.3830395,1020.556991,1009.223733,416.5067755,0 +200818,629.1118562,1021.359666,1009.106825,418.0873072,0 +200819,633.7855549,1022.317038,1009.02195,419.7429148,0 +200820,638.5699285,1023.035731,1008.966136,421.2506036,0 +200821,643.5999095,1023.889275,1008.936602,422.9183655,0 +200822,648.193789,1024.51084,1008.931465,424.3963773,0 +200823,652.8353718,1025.15129,1008.926124,426.044642,0 +200824,657.7485699,1025.888542,1008.935616,427.5661791,0 +200825,659.5598231,1030.389101,1008.979528,421.86119,0 +200826,663.8850174,1031.603829,1008.771134,422.1275592,0 +200827,668.9039999,1032.356811,1008.397819,422.9687972,0 +200828,673.3719891,1033.051423,1007.991373,423.932641,0 +200829,678.2259346,1033.677407,1007.623568,425.0360011,0 +200830,683.1734596,1034.234467,1007.314433,426.1572434,0 +200831,687.8322834,1034.724884,1007.060529,427.3119893,0 +200832,692.5421572,1035.150837,1006.853288,428.4873261,0 +200833,697.7038859,1035.513594,1006.685767,429.6786082,0 +200834,702.2431079,1035.814155,1006.553268,430.8833675,0 +200835,707.073681,1036.052878,1006.452021,432.0996439,0 +200836,712.0962033,1036.230244,1006.379388,433.3264521,0 +200837,716.7158377,1036.346307,1006.332938,434.5626595,0 +200838,721.5866546,1036.401325,1006.310313,435.8373483,0 +200839,726.5802042,1036.395198,1006.309695,437.0452727,0 +200840,731.3260214,1036.328139,1006.329358,438.3283512,0 +200841,735.8736769,1036.199921,1006.367735,439.5909005,0 +200842,741.1278695,1036.010709,1006.42346,440.8651769,0 +200843,745.7570885,1035.76026,1006.495653,442.1455523,0 +200844,750.4620897,1035.448678,1006.58297,443.4319119,0 +200845,755.5782036,1035.075657,1006.684631,444.7236431,0 +200846,760.1085351,1034.641349,1006.799982,446.0208204,0 +200847,765.1242698,1034.145374,1006.928052,447.3228082,0 +200848,769.9341199,1033.588792,1007.068451,448.6616536,0 +200849,774.7433721,1032.970137,1007.223542,449.9269748,0 +200850,779.424516,1032.289487,1007.388787,451.2660733,0 +200851,783.3185766,1030.626598,1007.565712,452.2871843,0 +200852,787.2209833,1028.731975,1007.739822,453.2547161,0 +200853,790.9035463,1026.704211,1007.90523,454.1954387,0 +200854,794.5852154,1024.571874,1008.059232,455.1158245,0 +200855,798.2052352,1022.347625,1008.201778,456.019597,0 +200856,801.843323,1020.038613,1008.334011,456.9089748,0 +200857,805.2777513,1017.649543,1008.457384,457.7848166,0 +200858,808.8187153,1015.184431,1008.573148,458.6483437,0 +200859,812.1976868,1012.646073,1008.68246,459.4998799,0 +200860,815.713489,1010.037606,1008.786166,460.3403752,0 +200861,819.0469352,1007.361287,1008.885089,461.1699545,0 +200862,822.4072696,1004.619788,1008.958634,462.0211034,0 +200863,825.7235342,1001.814946,1009.02396,462.7826004,0 +200864,829.0091308,998.9491629,1009.100808,463.6066076,0 +200865,832.2640747,996.0241415,1009.181921,464.3922787,0 +200866,835.4903536,993.0420154,1009.2639,465.1746966,0 +200867,838.621791,990.0676098,1009.345308,465.9485901,0 +200868,841.9608449,986.8816828,1009.425621,466.714663,0 +200869,844.9516511,983.7850542,1009.504808,467.4728009,0 +200870,848.1328792,980.5805393,1009.582876,468.2237361,0 +200871,851.2146939,977.3373888,1009.660091,468.9673142,0 +200872,854.284417,973.9837287,1009.736584,469.7042477,0 +200873,843.3980351,964.6990519,1009.83464,462.7315161,0 +200874,844.1505929,960.1122603,1009.635173,462.0028309,0 +200875,846.0086748,956.2131534,1009.225676,461.9333327,0 +200876,848.1665386,952.2981736,1008.755778,462.0322767,0 +200877,850.4473797,948.4049539,1008.307866,462.2115055,0 +200878,852.7924077,944.5061306,1007.90629,462.4353384,0 +200879,855.1733669,940.651352,1007.549339,462.6866008,0 +200880,857.5777143,936.5693678,1007.229288,462.9572551,0 +200881,860.1569092,932.7964482,1006.939589,463.2883493,0 +200882,863.0357466,928.8331864,1006.678088,463.6491973,0 +200883,865.5494111,924.9163181,1006.443485,464.0260869,0 +200884,868.117874,920.968823,1006.233827,464.4146771,0 +200885,871.1365718,916.9998083,1006.046918,464.8126691,0 +200886,873.6235647,913.0687436,1005.880528,465.2194805,0 +200887,876.2928032,908.970397,1005.732267,465.6340695,0 +200888,879.2243686,904.9838461,1005.600408,466.0563355,0 +200889,881.7782392,900.9252028,1005.483508,466.4855572,0 +200890,884.5195531,896.8002533,1005.380022,466.9216915,0 +200891,887.3537508,892.8603265,1005.288936,467.3641491,0 +200892,889.9720828,888.6344175,1005.209324,467.8129994,0 +200893,892.6391343,884.572806,1005.140173,468.2676935,0 +200894,895.590419,880.4373221,1005.08087,468.7283416,0 +200895,898.0907093,876.2993951,1005.030846,469.1945356,0 +200896,900.8871876,872.1509439,1004.989372,469.666351,0 +200897,903.7914596,868.0493972,1004.956118,470.1434549,0 +200898,906.3832022,863.7448315,1004.930686,470.6259889,0 +200899,909.0782867,859.6970853,1004.912545,471.1136216,0 +200900,912.0463058,855.470115,1004.901557,471.6064987,0 +200901,914.6352344,851.2992479,1004.897454,472.1043951,0 +200902,917.3414424,847.1720105,1004.899855,472.6073894,0 +200903,920.3215695,842.9084,1004.908643,473.1153006,0 +200904,922.924337,838.7678767,1004.923694,473.6282465,0 +200905,925.6460545,834.5807463,1004.944708,474.1460203,0 +200906,928.6455231,830.4817804,1004.97161,474.6692575,0 +200907,931.1950577,826.2532328,1005.004394,475.1970584,0 +200908,934.1267884,822.1132552,1005.042721,475.7291678,0 +200909,936.9820388,817.9444168,1005.086673,476.2993357,0 +200910,939.7049706,813.7797595,1005.136083,476.7920718,0 +200911,943.3211008,810.2123554,1005.190758,477.9862803,0 +200912,946.6157891,806.6391888,1005.27494,479.032495,0 +200913,950.3194006,803.2018885,1005.39607,480.338251,0 +200914,953.6904264,799.9052524,1005.559924,481.4818129,0 +200915,957.4571253,796.5575886,1005.760416,482.8671977,0 +200916,960.8833694,793.3085921,1005.997961,484.0818952,0 +200917,964.7005241,790.1531142,1006.265909,485.5342369,0 +200918,968.097565,786.9222151,1006.565682,486.8118848,0 +200919,972.0766826,783.85575,1006.891558,488.325243,0 +200920,975.5339475,780.7947124,1007.245785,489.6612543,0 +200921,979.4497786,777.7940151,1007.623031,491.2318234,0 +200922,983.0046152,774.8451658,1008.025904,492.6563464,0 +200923,987.0228817,771.9509611,1008.449457,494.2303143,0 +200924,990.4938079,769.1095501,1008.896543,495.6990737,0 +200925,994.5286433,766.3233343,1009.362401,497.3700811,0 +200926,998.1402181,763.5927213,1009.850175,498.8638614,0 +200927,1002.147628,760.9186378,1010.355282,500.5902461,0 +200928,1005.724991,758.302114,1010.88097,502.1324107,0 +200929,1009.884985,756.2291912,1011.426242,503.9068372,0 +200930,1013.510394,753.0081543,1011.986505,505.4956475,0 +200931,1017.590914,750.9265298,1012.564636,507.3165493,0 +200932,1021.30493,748.4250287,1013.161274,508.9850846,0 +200933,1025.398505,746.1823027,1013.771243,510.7984463,0 +200934,1029.13865,743.8982671,1014.3986,512.5024112,0 +200935,1033.257431,741.7221071,1015.021437,514.4062686,0 +200936,1052.029192,747.4813521,1015.653958,524.1135864,0 +200937,1062.593113,746.8903108,1016.625859,527.0078179,0 +200938,1059.625076,746.3110691,1017.81633,530.0670687,0 +200939,1078.052583,745.778147,1019.069059,532.1384898,0 +200940,1062.254905,745.3026875,1020.313629,534.6768864,0 +200941,0,0,0,0,0 +200942,0,0,0,0,0 +200943,0,0,0,0,0 +200944,0,0,0,0,0 +200945,0,0,0,0,0 +200946,0,0,0,0,0 +200947,0,0,0,0,0 +200948,0,0,0,0,0 +200949,0,0,0,0,0 +200950,0,0,0,0,0 +200951,0,0,0,0,0 +200952,0,0,0,0,0 +200953,0,0,0,0,0 +200954,0,0,0,0,0 +200955,0,0,0,0,0 +200956,0,0,0,0,0 +200957,0,0,0,0,0 +200958,0,0,0,0,0 +200959,0,0,0,0,0 +200960,0,0,0,0,0 +200961,0,0,0,0,0 +200962,0,0,0,0,0 +200963,0,0,0,0,0 +200964,0,0,0,0,0 +200965,0,0,0,0,0 +200966,0,0,0,0,0 +200967,0,0,0,0,0 +200968,0,0,0,0,0 +200969,0,0,0,0,0 +200970,0,0,0,0,0 +200971,0,0,0,0,0 +200972,0,0,0,0,0 +200973,0,0,0,0,0 +200974,0,0,0,0,0 +200975,0,0,0,0,0 +200976,0,0,0,0,0 +200977,0,0,0,0,0 +200978,0,0,0,0,0 +200979,0,0,0,0,0 +200980,0,0,0,0,0 +200981,0,0,0,0,0 +200982,0,0,0,0,0 +200983,0,0,0,0,0 +200984,0,0,0,0,0 +200985,0,0,0,0,0 +200986,0,0,0,0,0 +200987,0,0,0,0,0 +200988,0,0,0,0,0 +200989,0,0,0,0,0 +200990,0,0,0,0,0 +200991,0,0,0,0,0 +200992,0,0,0,0,0 +200993,0,0,0,0,0 +200994,0,0,0,0,0 +200995,0,0,0,0,0 +200996,0,0,0,0,0 +200997,0,0,0,0,0 +200998,0,0,0,0,0 +200999,0,0,0,0,0 +201000,0,0,0,0,0 +201001,0,0,0,0,0 +201002,0,0,0,0,0 +201003,0,0,0,0,0 +201004,0,0,0,0,0 +201005,0,0,0,0,0 +201006,0,0,0,0,0 +201007,0,0,0,0,0 +201008,0,0,0,0,0 +201009,0,0,0,0,0 +201010,0,0,0,0,0 +201011,0,0,0,0,0 +201012,0,0,0,0,0 +201013,0,0,0,0,0 +201014,0,0,0,0,0 +201015,0,0,0,0,0 +201016,0,0,0,0,0 +201017,0,0,0,0,0 +201018,0,0,0,0,0 +201019,0,0,0,0,0 +201020,0,0,0,0,0 +201021,0,0,0,0,0 +201022,0,0,0,0,0 +201023,0,0,0,0,0 +201024,0,0,0,0,0 +201025,0,0,0,0,0 +201026,0,0,0,0,0 +201027,0,0,0,0,0 +201028,0,0,0,0,0 +201029,0,0,0,0,0 +201030,0,0,0,0,0 +201031,0,0,0,0,0 +201032,0,0,0,0,0 +201033,0,0,0,0,0 +201034,0,0,0,0,0 +201035,0,0,0,0,0 +201036,0,0,0,0,0 +201037,0,0,0,0,0 +201038,0,0,0,0,0 +201039,0,0,0,0,0 +201040,0,0,0,0,0 +201041,0,0,0,0,0 +201042,0,0,0,0,0 +201043,0,0,0,0,0 +201044,0,0,0,0,0 +201045,0,0,0,0,0 +201046,0,0,0,0,0 +201047,0,0,0,0,0 +201048,0,0,0,0,0 +201049,0,0,0,0,0 +201050,0,0,0,0,0 +201051,0,0,0,0,0 +201052,0,0,0,0,0 +201053,0,0,0,0,0 +201054,0,0,0,0,0 +201055,0,0,0,0,0 +201056,0,0,0,0,0 +201057,0,0,0,0,0 +201058,0,0,0,0,0 +201059,0,0,0,0,0 +201060,0,0,0,0,0 +201061,0,0,0,0,0 +201062,0,0,0,0,0 +201063,0,0,0,0,0 +201064,0,0,0,0,0 +201065,0,0,0,0,0 +201066,0,0,0,0,0 +201067,0,0,0,0,0 +201068,0,0,0,0,0 +201069,0,0,0,0,0 +201070,0,0,0,0,0 +201071,0,0,0,0,0 +201072,0,0,0,0,0 +201073,0,0,0,0,0 +201074,0,0,0,0,0 +201075,0,0,0,0,0 +201076,0,0,0,0,0 +201077,0,0,0,0,0 +201078,0,0,0,0,0 +201079,0,0,0,0,0 +201080,0,0,0,0,0 +201081,0,0,0,0,0 +201082,0,0,0,0,0 +201083,0,0,0,0,0 +201084,0,0,0,0,0 +201085,0,0,0,0,0 +201086,0,0,0,0,0 +201087,0,0,0,0,0 +201088,0,0,0,0,0 +201089,0,0,0,0,0 +201090,0,0,0,0,0 +201091,0,0,0,0,0 +201092,0,0,0,0,0 +201093,0,0,0,0,0 +201094,0,0,0,0,0 +201095,0,0,0,0,0 +201096,0,0,0,0,0 +201097,0,0,0,0,0 +201098,0,0,0,0,0 +201099,0,0,0,0,0 +201100,0,0,0,0,0 +201101,0,0,0,0,0 +201102,0,0,0,0,0 +201103,0,0,0,0,0 +201104,0,0,0,0,0 +201105,0,0,0,0,0 +201106,0,0,0,0,0 +201107,0,0,0,0,0 +201108,0,0,0,0,0 +201109,0,0,0,0,0 +201110,0,0,0,0,0 +201111,0,0,0,0,0 +201112,0,0,0,0,0 +201113,0,0,0,0,0 +201114,0,0,0,0,0 +201115,0,0,0,0,0 +201116,0,0,0,0,0 +201117,0,0,0,0,0 +201118,0,0,0,0,0 +201119,0,0,0,0,0 +201120,0,0,0,0,0 +201121,0,0,0,0,0 +201122,0,0,0,0,0 +201123,0,0,0,0,0 +201124,0,0,0,0,0 +201125,0,0,0,0,0 +201126,0,0,0,0,0 +201127,0,0,0,0,0 +201128,0,0,0,0,0 +201129,0,0,0,0,0 +201130,0,0,0,0,0 +201131,0,0,0,0,0 +201132,0,0,0,0,0 +201133,0,0,0,0,0 +201134,0,0,0,0,0 +201135,0,0,0,0,0 +201136,0,0,0,0,0 +201137,0,0,0,0,0 +201138,0,0,0,0,0 +201139,0,0,0,0,0 +201140,0,0,0,0,0 +201141,0,0,0,0,0 +201142,0,0,0,0,0 +201143,0,0,0,0,0 +201144,0,0,0,0,0 +201145,0,0,0,0,0 +201146,0,0,0,0,0 +201147,0,0,0,0,0 +201148,0,0,0,0,0 +201149,0,0,0,0,0 +201150,0,0,0,0,0 +201151,0,0,0,0,0 +201152,0,0,0,0,0 +201153,0,0,0,0,0 +201154,0,0,0,0,0 +201155,0,0,0,0,0 +201156,0,0,0,0,0 +201157,0,0,0,0,0 +201158,0,0,0,0,0 +201159,0,0,0,0,0 +201160,0,0,0,0,0 +201161,0,0,0,0,0 +201162,0,0,0,0,0 +201163,0,0,0,0,0 +201164,0,0,0,0,0 +201165,0,0,0,0,0 +201166,0,0,0,0,0 +201167,0,0,0,0,0 +201168,0,0,0,0,0 +201169,0,0,0,0,0 +201170,0,0,0,0,0 +201171,0,0,0,0,0 +201172,0,0,0,0,0 +201173,0,0,0,0,0 +201174,0,0,0,0,0 +201175,0,0,0,0,0 +201176,0,0,0,0,0 +201177,0,0,0,0,0 +201178,0,0,0,0,0 +201179,0,0,0,0,0 +201180,0,0,0,0,0 +201181,0,0,0,0,0 +201182,0,0,0,0,0 +201183,0,0,0,0,0 +201184,0,0,0,0,0 +201185,0,0,0,0,0 +201186,0,0,0,0,0 +201187,0,0,0,0,0 +201188,0,0,0,0,0 +201189,0,0,0,0,0 +201190,0,0,0,0,0 +201191,0,0,0,0,0 +201192,0,0,0,0,0 +201193,0,0,0,0,0 +201194,0,0,0,0,0 +201195,0,0,0,0,0 +201196,0,0,0,0,0 +201197,0,0,0,0,0 +201198,0,0,0,0,0 +201199,0,0,0,0,0 +201200,0,0,0,0,0 +201201,0,0,0,0,0 +201202,0,0,0,0,0 +201203,0,0,0,0,0 +201204,0,0,0,0,0 +201205,0,0,0,0,0 +201206,0,0,0,0,0 +201207,0,0,0,0,0 +201208,0,0,0,0,0 +201209,0,0,0,0,0 +201210,0,0,0,0,0 +201211,0,0,0,0,0 +201212,0,0,0,0,0 +201213,0,0,0,0,0 +201214,0,0,0,0,0 +201215,0,0,0,0,0 +201216,0,0,0,0,0 +201217,0,0,0,0,0 +201218,0,0,0,0,0 +201219,0,0,0,0,0 +201220,0,0,0,0,0 +201221,0,0,0,0,0 +201222,0,0,0,0,0 +201223,0,0,0,0,0 +201224,0,0,0,0,0 +201225,0,0,0,0,0 +201226,0,0,0,0,0 +201227,0,0,0,0,0 +201228,0,0,0,0,0 +201229,0,0,0,0,0 +201230,0,0,0,0,0 +201231,0,0,0,0,0 +201232,0,0,0,0,0 +201233,0,0,0,0,0 +201234,0,0,0,0,0 +201235,0,0,0,0,0 +201236,0,0,0,0,0 +201237,0,0,0,0,0 +201238,0,0,0,0,0 +201239,0,0,0,0,0 +201240,0,0,0,0,0 +201241,0,0,0,0,0 +201242,0,0,0,0,0 +201243,0,0,0,0,0 +201244,0,0,0,0,0 +201245,0,0,0,0,0 +201246,0,0,0,0,0 +201247,0,0,0,0,0 +201248,0,0,0,0,0 +201249,0,0,0,0,0 +201250,0,0,0,0,0 +201251,0,0,0,0,0 +201252,0,0,0,0,0 +201253,0,0,0,0,0 +201254,0,0,0,0,0 +201255,0,0,0,0,0 +201256,0,0,0,0,0 +201257,0,0,0,0,0 +201258,0,0,0,0,0 +201259,0,0,0,0,0 +201260,0,0,0,0,0 +201261,0,0,0,0,0 +201262,0,0,0,0,0 +201263,0,0,0,0,0 +201264,0,0,0,0,0 +201265,0,0,0,0,0 +201266,0,0,0,0,0 +201267,0,0,0,0,0 +201268,0,0,0,0,0 +201269,0,0,0,0,0 +201270,0,0,0,0,0 +201271,0,0,0,0,0 +201272,0,0,0,0,0 +201273,0,0,0,0,0 +201274,0,0,0,0,0 +201275,0,0,0,0,0 +201276,0,0,0,0,0 +201277,0,0,0,0,0 +201278,0,0,0,0,0 +201279,0,0,0,0,0 +201280,0,0,0,0,0 +201281,0,0,0,0,0 +201282,0,0,0,0,0 +201283,0,0,0,0,0 +201284,0,0,0,0,0 +201285,0,0,0,0,0 +201286,0,0,0,0,0 +201287,0,0,0,0,0 +201288,0,0,0,0,0 +201289,0,0,0,0,0 +201290,0,0,0,0,0 +201291,0,0,0,0,0 +201292,0,0,0,0,0 +201293,0,0,0,0,0 +201294,0,0,0,0,0 +201295,0,0,0,0,0 +201296,0,0,0,0,0 +201297,0,0,0,0,0 +201298,0,0,0,0,0 +201299,0,0,0,0,0 +201300,0,0,0,0,0 +201301,0,0,0,0,0 +201302,0,0,0,0,0 +201303,0,0,0,0,0 +201304,0,0,0,0,0 +201305,0,0,0,0,0 +201306,0,0,0,0,0 +201307,0,0,0,0,0 +201308,0,0,0,0,0 +201309,0,0,0,0,0 +201310,0,0,0,0,0 +201311,0,0,0,0,0 +201312,0,0,0,0,0 +201313,0,0,0,0,0 +201314,0,0,0,0,0 +201315,0,0,0,0,0 +201316,0,0,0,0,0 +201317,0,0,0,0,0 +201318,0,0,0,0,0 +201319,0,0,0,0,0 +201320,0,0,0,0,0 +201321,0,0,0,0,0 +201322,0,0,0,0,0 +201323,0,0,0,0,0 +201324,0,0,0,0,0 +201325,0,0,0,0,0 +201326,0,0,0,0,0 +201327,0,0,0,0,0 +201328,0,0,0,0,0 +201329,0,0,0,0,0 +201330,0,0,0,0,0 +201331,0,0,0,0,0 +201332,0,0,0,0,0 +201333,0,0,0,0,0 +201334,0,0,0,0,0 +201335,0,0,0,0,0 +201336,0,0,0,0,0 +201337,0,0,0,0,0 +201338,0,0,0,0,0 +201339,0,0,0,0,0 +201340,0,0,0,0,0 +201341,0,0,0,0,0 +201342,0,0,0,0,0 +201343,0,0,0,0,0 +201344,0,0,0,0,0 +201345,0,0,0,0,0 +201346,0,0,0,0,0 +201347,0,0,0,0,0 +201348,0,0,0,0,0 +201349,0,0,0,0,0 +201350,0,0,0,0,0 +201351,0,0,0,0,0 +201352,0,0,0,0,0 +201353,0,0,0,0,0 +201354,0,0,0,0,0 +201355,0,0,0,0,0 +201356,0,0,0,0,0 +201357,0,0,0,0,0 +201358,0,0,0,0,0 +201359,0,0,0,0,0 +201360,0,0,0,0,0 +201361,0,0,0,0,0 +201362,0,0,0,0,0 +201363,0,0,0,0,0 +201364,0,0,0,0,0 +201365,0,0,0,0,0 +201366,0,0,0,0,0 +201367,0,0,0,0,0 +201368,0,0,0,0,0 +201369,0,0,0,0,0 +201370,0,0,0,0,0 +201371,0,0,0,0,0 +201372,0,0,0,0,0 +201373,0,0,0,0,0 +201374,0,0,0,0,0 +201375,0,0,0,0,0 +201376,0,0,0,0,0 +201377,0,0,0,0,0 +201378,0,0,0,0,0 +201379,0,0,0,0,0 +201380,0,0,0,0,0 +201381,0,0,0,0,0 +201382,0,0,0,0,0 +201383,0,0,0,0,0 +201384,0,0,0,0,0 +201385,0,0,0,0,0 +201386,0,0,0,0,0 +201387,0,0,0,0,0 +201388,0,0,0,0,0 +201389,0,0,0,0,0 +201390,0,0,0,0,0 +201391,0,0,0,0,0 +201392,0,0,0,0,0 +201393,0,0,0,0,0 +201394,0,0,0,0,0 +201395,0,0,0,0,0 +201396,0,0,0,0,0 +201397,0,0,0,0,0 +201398,0,0,0,0,0 +201399,0,0,0,0,0 +201400,0,0,0,0,0 +201401,0,0,0,0,0 +201402,0,0,0,0,0 +201403,0,0,0,0,0 +201404,0,0,0,0,0 +201405,0,0,0,0,0 +201406,0,0,0,0,0 +201407,0,0,0,0,0 +201408,0,0,0,0,0 +201409,0,0,0,0,0 +201410,0,0,0,0,0 +201411,0,0,0,0,0 +201412,0,0,0,0,0 +201413,0,0,0,0,0 +201414,0,0,0,0,0 +201415,0,0,0,0,0 +201416,0,0,0,0,0 +201417,0,0,0,0,0 +201418,0,0,0,0,0 +201419,0,0,0,0,0 +201420,0,0,0,0,0 +201421,0,0,0,0,0 +201422,0,0,0,0,0 +201423,0,0,0,0,0 +201424,0,0,0,0,0 +201425,0,0,0,0,0 +201426,0,0,0,0,0 +201427,0,0,0,0,0 +201428,0,0,0,0,0 +201429,0,0,0,0,0 +201430,0,0,0,0,0 +201431,0,0,0,0,0 +201432,0,0,0,0,0 +201433,0,0,0,0,0 +201434,0,0,0,0,0 +201435,0,0,0,0,0 +201436,0,0,0,0,0 +201437,0,0,0,0,0 +201438,0,0,0,0,0 +201439,0,0,0,0,0 +201440,0,0,0,0,0 +201441,0,0,0,0,0 +201442,0,0,0,0,0 +201443,0,0,0,0,0 +201444,0,0,0,0,0 +201445,0,0,0,0,0 +201446,0,0,0,0,0 +201447,0,0,0,0,0 +201448,0,0,0,0,0 +201449,0,0,0,0,0 +201450,0,0,0,0,0 +201451,0,0,0,0,0 +201452,0,0,0,0,0 +201453,0,0,0,0,0 +201454,0,0,0,0,0 +201455,0,0,0,0,0 +201456,0,0,0,0,0 +201457,0,0,0,0,0 +201458,0,0,0,0,0 +201459,0,0,0,0,0 +201460,0,0,0,0,0 +201461,0,0,0,0,0 +201462,0,0,0,0,0 +201463,0,0,0,0,0 +201464,0,0,0,0,0 +201465,0,0,0,0,0 +201466,0,0,0,0,0 +201467,0,0,0,0,0 +201468,0,0,0,0,0 +201469,0,0,0,0,0 +201470,0,0,0,0,0 +201471,0,0,0,0,0 +201472,0,0,0,0,0 +201473,0,0,0,0,0 +201474,0,0,0,0,0 +201475,0,0,0,0,0 +201476,0,0,0,0,0 +201477,0,0,0,0,0 +201478,0,0,0,0,0 +201479,0,0,0,0,0 +201480,0,0,0,0,0 +201481,0,0,0,0,0 +201482,0,0,0,0,0 +201483,0,0,0,0,0 +201484,0,0,0,0,0 +201485,0,0,0,0,0 +201486,0,0,0,0,0 +201487,0,0,0,0,0 +201488,0,0,0,0,0 +201489,0,0,0,0,0 +201490,0,0,0,0,0 +201491,0,0,0,0,0 +201492,0,0,0,0,0 +201493,0,0,0,0,0 +201494,0,0,0,0,0 +201495,0,0,0,0,0 +201496,0,0,0,0,0 +201497,0,0,0,0,0 +201498,0,0,0,0,0 +201499,0,0,0,0,0 +201500,0,0,0,0,0 +201501,0,0,0,0,0 +201502,0,0,0,0,0 +201503,0,0,0,0,0 +201504,0,0,0,0,0 +201505,0,0,0,0,0 +201506,0,0,0,0,0 +201507,0,0,0,0,0 +201508,0,0,0,0,0 +201509,0,0,0,0,0 +201510,0,0,0,0,0 +201511,0,0,0,0,0 +201512,0,0,0,0,0 +201513,0,0,0,0,0 +201514,0,0,0,0,0 +201515,0,0,0,0,0 +201516,0,0,0,0,0 +201517,0,0,0,0,0 +201518,0,0,0,0,0 +201519,0,0,0,0,0 +201520,0,0,0,0,0 +201521,0,0,0,0,0 +201522,0,0,0,0,0 +201523,0,0,0,0,0 +201524,0,0,0,0,0 +201525,0,0,0,0,0 +201526,0,0,0,0,0 +201527,0,0,0,0,0 +201528,0,0,0,0,0 +201529,0,0,0,0,0 +201530,0,0,0,0,0 +201531,0,0,0,0,0 +201532,0,0,0,0,0 +201533,0,0,0,0,0 +201534,0,0,0,0,0 +201535,0,0,0,0,0 +201536,0,0,0,0,0 +201537,0,0,0,0,0 +201538,0,0,0,0,0 +201539,0,0,0,0,0 +201540,0,0,0,0,0 +201541,0,0,0,0,0 +201542,0,0,0,0,0 +201543,0,0,0,0,0 +201544,0,0,0,0,0 +201545,0,0,0,0,0 +201546,0,0,0,0,0 +201547,0,0,0,0,0 +201548,0,0,0,0,0 +201549,0,0,0,0,0 +201550,0,0,0,0,0 +201551,0,0,0,0,0 +201552,0,0,0,0,0 +201553,0,0,0,0,0 +201554,0,0,0,0,0 +201555,0,0,0,0,0 +201556,0,0,0,0,0 +201557,0,0,0,0,0 +201558,0,0,0,0,0 +201559,0,0,0,0,0 +201560,0,0,0,0,0 +201561,0,0,0,0,0 +201562,0,0,0,0,0 +201563,0,0,0,0,0 +201564,0,0,0,0,0 +201565,0,0,0,0,0 +201566,0,0,0,0,0 +201567,0,0,0,0,0 +201568,0,0,0,0,0 +201569,0,0,0,0,0 +201570,0,0,0,0,0 +201571,0,0,0,0,0 +201572,0,0,0,0,0 +201573,0,0,0,0,0 +201574,0,0,0,0,0 +201575,0,0,0,0,0 +201576,0,0,0,0,0 +201577,0,0,0,0,0 +201578,0,0,0,0,0 +201579,0,0,0,0,0 +201580,0,0,0,0,0 +201581,0,0,0,0,0 +201582,0,0,0,0,0 +201583,0,0,0,0,0 +201584,0,0,0,0,0 +201585,0,0,0,0,0 +201586,0,0,0,0,0 +201587,0,0,0,0,0 +201588,0,0,0,0,0 +201589,0,0,0,0,0 +201590,0,0,0,0,0 +201591,0,0,0,0,0 +201592,0,0,0,0,0 +201593,0,0,0,0,0 +201594,0,0,0,0,0 +201595,0,0,0,0,0 +201596,0,0,0,0,0 +201597,0,0,0,0,0 +201598,0,0,0,0,0 +201599,0,0,0,0,0 +201600,0,0,0,0,0 +201601,0,0,0,0,0 +201602,0,0,0,0,0 +201603,0,0,0,0,0 +201604,0,0,0,0,0 +201605,0,0,0,0,0 +201606,0,0,0,0,0 +201607,0,0,0,0,0 +201608,0,0,0,0,0 +201609,0,0,0,0,0 +201610,0,0,0,0,0 +201611,0,0,0,0,0 +201612,0,0,0,0,0 +201613,0,0,0,0,0 +201614,0,0,0,0,0 +201615,0,0,0,0,0 +201616,0,0,0,0,0 +201617,0,0,0,0,0 +201618,0,0,0,0,0 +201619,0,0,0,0,0 +201620,0,0,0,0,0 +201621,0,0,0,0,0 +201622,0,0,0,0,0 +201623,0,0,0,0,0 +201624,0,0,0,0,0 +201625,0,0,0,0,0 +201626,0,0,0,0,0 +201627,0,0,0,0,0 +201628,0,0,0,0,0 +201629,0,0,0,0,0 +201630,0,0,0,0,0 +201631,0,0,0,0,0 +201632,0,0,0,0,0 +201633,0,0,0,0,0 +201634,0,0,0,0,0 +201635,0,0,0,0,0 +201636,0,0,0,0,0 +201637,0,0,0,0,0 +201638,0,0,0,0,0 +201639,0,0,0,0,0 +201640,0,0,0,0,0 +201641,0,0,0,0,0 +201642,0,0,0,0,0 +201643,0,0,0,0,0 +201644,0,0,0,0,0 +201645,0,0,0,0,0 +201646,0,0,0,0,0 +201647,0,0,0,0,0 +201648,0,0,0,0,0 +201649,0,0,0,0,0 +201650,0,0,0,0,0 +201651,0,0,0,0,0 +201652,0,0,0,0,0 +201653,0,0,0,0,0 +201654,0,0,0,0,0 +201655,0,0,0,0,0 +201656,0,0,0,0,0 +201657,0,0,0,0,0 +201658,0,0,0,0,0 +201659,0,0,0,0,0 +201660,0,0,0,0,0 +201661,0,0,0,0,0 +201662,0,0,0,0,0 +201663,0,0,0,0,0 +201664,0,0,0,0,0 +201665,0,0,0,0,0 +201666,0,0,0,0,0 +201667,0,0,0,0,0 +201668,0,0,0,0,0 +201669,0,0,0,0,0 +201670,0,0,0,0,0 +201671,0,0,0,0,0 +201672,0,0,0,0,0 +201673,0,0,0,0,0 +201674,0,0,0,0,0 +201675,0,0,0,0,0 +201676,0,0,0,0,0 +201677,0,0,0,0,0 +201678,0,0,0,0,0 +201679,0,0,0,0,0 +201680,0,0,0,0,0 +201681,0,0,0,0,0 +201682,0,0,0,0,0 +201683,0,0,0,0,0 +201684,0,0,0,0,0 +201685,0,0,0,0,0 +201686,0,0,0,0,0 +201687,0,0,0,0,0 +201688,0,0,0,0,0 +201689,0,0,0,0,0 +201690,0,0,0,0,0 +201691,0,0,0,0,0 +201692,0,0,0,0,0 +201693,0,0,0,0,0 +201694,0,0,0,0,0 +201695,0,0,0,0,0 +201696,0,0,0,0,0 +201697,0,0,0,0,0 +201698,0,0,0,0,0 +201699,0,0,0,0,0 +201700,0,0,0,0,0 +201701,0,0,0,0,0 +201702,0,0,0,0,0 +201703,0,0,0,0,0 +201704,0,0,0,0,0 +201705,0,0,0,0,0 +201706,0,0,0,0,0 +201707,0,0,0,0,0 +201708,0,0,0,0,0 +201709,0,0,0,0,0 +201710,0,0,0,0,0 +201711,0,0,0,0,0 +201712,0,0,0,0,0 +201713,0,0,0,0,0 +201714,0,0,0,0,0 +201715,0,0,0,0,0 +201716,0,0,0,0,0 +201717,0,0,0,0,0 +201718,0,0,0,0,0 +201719,0,0,0,0,0 +201720,0,0,0,0,0 +201721,0,0,0,0,0 +201722,0,0,0,0,0 +201723,0,0,0,0,0 +201724,0,0,0,0,0 +201725,0,0,0,0,0 +201726,0,0,0,0,0 +201727,0,0,0,0,0 +201728,0,0,0,0,0 +201729,0,0,0,0,0 +201730,0,0,0,0,0 +201731,0,0,0,0,0 +201732,0,0,0,0,0 +201733,0,0,0,0,0 +201734,0,0,0,0,0 +201735,0,0,0,0,0 +201736,0,0,0,0,0 +201737,0,0,0,0,0 +201738,0,0,0,0,0 +201739,0,0,0,0,0 +201740,0,0,0,0,0 +201741,0,0,0,0,0 +201742,0,0,0,0,0 +201743,0,0,0,0,0 +201744,0,0,0,0,0 +201745,0,0,0,0,0 +201746,0,0,0,0,0 +201747,0,0,0,0,0 +201748,0,0,0,0,0 +201749,0,0,0,0,0 +201750,0,0,0,0,0 +201751,0,0,0,0,0 +201752,0,0,0,0,0 +201753,0,0,0,0,0 +201754,0,0,0,0,0 +201755,0,0,0,0,0 +201756,0,0,0,0,0 +201757,0,0,0,0,0 +201758,0,0,0,0,0 +201759,0,0,0,0,0 +201760,0,0,0,0,0 +201761,0,0,0,0,0 +201762,0,0,0,0,0 +201763,0,0,0,0,0 +201764,0,0,0,0,0 +201765,0,0,0,0,0 +201766,0,0,0,0,0 +201767,0,0,0,0,0 +201768,0,0,0,0,0 +201769,0,0,0,0,0 +201770,0,0,0,0,0 +201771,0,0,0,0,0 +201772,0,0,0,0,0 +201773,0,0,0,0,0 +201774,0,0,0,0,0 +201775,0,0,0,0,0 +201776,0,0,0,0,0 +201777,0,0,0,0,0 +201778,0,0,0,0,0 +201779,0,0,0,0,0 +201780,0,0,0,0,0 +201781,0,0,0,0,0 +201782,0,0,0,0,0 +201783,0,0,0,0,0 +201784,0,0,0,0,0 +201785,0,0,0,0,0 +201786,0,0,0,0,0 +201787,0,0,0,0,0 +201788,0,0,0,0,0 +201789,0,0,0,0,0 +201790,0,0,0,0,0 +201791,0,0,0,0,0 +201792,0,0,0,0,0 +201793,0,0,0,0,0 +201794,0,0,0,0,0 +201795,0,0,0,0,0 +201796,0,0,0,0,0 +201797,0,0,0,0,0 +201798,0,0,0,0,0 +201799,0,0,0,0,0 +201800,0,0,0,0,0 +201801,0,0,0,0,0 +201802,0,0,0,0,0 +201803,0,0,0,0,0 +201804,0,0,0,0,0 +201805,0,0,0,0,0 +201806,0,0,0,0,0 +201807,0,0,0,0,0 +201808,0,0,0,0,0 +201809,0,0,0,0,0 +201810,0,0,0,0,0 +201811,0,0,0,0,0 +201812,0,0,0,0,0 +201813,0,0,0,0,0 +201814,0,0,0,0,0 +201815,0,0,0,0,0 +201816,0,0,0,0,0 +201817,0,0,0,0,0 +201818,0,0,0,0,0 +201819,0,0,0,0,0 +201820,0,0,0,0,0 +201821,0,0,0,0,0 +201822,0,0,0,0,0 +201823,0,0,0,0,0 +201824,0,0,0,0,0 +201825,0,0,0,0,0 +201826,0,0,0,0,0 +201827,0,0,0,0,0 +201828,0,0,0,0,0 +201829,0,0,0,0,0 +201830,0,0,0,0,0 +201831,0,0,0,0,0 +201832,0,0,0,0,0 +201833,0,0,0,0,0 +201834,0,0,0,0,0 +201835,0,0,0,0,0 +201836,0,0,0,0,0 +201837,0,0,0,0,0 +201838,0,0,0,0,0 +201839,0,0,0,0,0 +201840,0,0,0,0,0 +201841,0,0,0,0,0 +201842,0,0,0,0,0 +201843,0,0,0,0,0 +201844,0,0,0,0,0 +201845,0,0,0,0,0 +201846,0,0,0,0,0 +201847,0,0,0,0,0 +201848,0,0,0,0,0 +201849,0,0,0,0,0 +201850,0,0,0,0,0 +201851,0,0,0,0,0 +201852,0,0,0,0,0 +201853,0,0,0,0,0 +201854,0,0,0,0,0 +201855,0,0,0,0,0 +201856,0,0,0,0,0 +201857,0,0,0,0,0 +201858,0,0,0,0,0 +201859,0,0,0,0,0 +201860,0,0,0,0,0 +201861,0,0,0,0,0 +201862,0,0,0,0,0 +201863,0,0,0,0,0 +201864,0,0,0,0,0 +201865,0,0,0,0,0 +201866,0,0,0,0,0 +201867,0,0,0,0,0 +201868,0,0,0,0,0 +201869,0,0,0,0,0 +201870,0,0,0,0,0 +201871,0,0,0,0,0 +201872,0,0,0,0,0 +201873,0,0,0,0,0 +201874,0,0,0,0,0 +201875,0,0,0,0,0 +201876,0,0,0,0,0 +201877,0,0,0,0,0 +201878,0,0,0,0,0 +201879,0,0,0,0,0 +201880,0,0,0,0,0 +201881,0,0,0,0,0 +201882,0,0,0,0,0 +201883,0,0,0,0,0 +201884,0,0,0,0,0 +201885,0,0,0,0,0 +201886,0,0,0,0,0 +201887,0,0,0,0,0 +201888,0,0,0,0,0 +201889,0,0,0,0,0 +201890,0,0,0,0,0 +201891,0,0,0,0,0 +201892,0,0,0,0,0 +201893,0,0,0,0,0 +201894,0,0,0,0,0 +201895,0,0,0,0,0 +201896,0,0,0,0,0 +201897,0,0,0,0,0 +201898,0,0,0,0,0 +201899,0,0,0,0,0 +201900,0,0,0,0,0 +201901,0,0,0,0,0 +201902,0,0,0,0,0 +201903,0,0,0,0,0 +201904,0,0,0,0,0 +201905,0,0,0,0,0 +201906,0,0,0,0,0 +201907,0,0,0,0,0 +201908,0,0,0,0,0 +201909,0,0,0,0,0 +201910,0,0,0,0,0 +201911,0,0,0,0,0 +201912,0,0,0,0,0 +201913,0,0,0,0,0 +201914,0,0,0,0,0 +201915,0,0,0,0,0 +201916,0,0,0,0,0 +201917,0,0,0,0,0 +201918,0,0,0,0,0 +201919,0,0,0,0,0 +201920,0,0,0,0,0 +201921,0,0,0,0,0 +201922,0,0,0,0,0 +201923,0,0,0,0,0 +201924,0,0,0,0,0 +201925,0,0,0,0,0 +201926,0,0,0,0,0 +201927,0,0,0,0,0 +201928,0,0,0,0,0 +201929,0,0,0,0,0 +201930,0,0,0,0,0 +201931,0,0,0,0,0 +201932,0,0,0,0,0 +201933,0,0,0,0,0 +201934,0,0,0,0,0 +201935,0,0,0,0,0 +201936,0,0,0,0,0 +201937,0,0,0,0,0 +201938,0,0,0,0,0 +201939,0,0,0,0,0 +201940,0,0,0,0,0 +201941,0,0,0,0,0 +201942,0,0,0,0,0 +201943,0,0,0,0,0 +201944,0,0,0,0,0 +201945,0,0,0,0,0 +201946,0,0,0,0,0 +201947,0,0,0,0,0 +201948,0,0,0,0,0 +201949,0,0,0,0,0 +201950,0,0,0,0,0 +201951,0,0,0,0,0 +201952,0,0,0,0,0 +201953,0,0,0,0,0 +201954,0,0,0,0,0 +201955,0,0,0,0,0 +201956,0,0,0,0,0 +201957,0,0,0,0,0 +201958,0,0,0,0,0 +201959,0,0,0,0,0 +201960,0,0,0,0,0 +201961,0,0,0,0,0 +201962,0,0,0,0,0 +201963,0,0,0,0,0 +201964,0,0,0,0,0 +201965,0,0,0,0,0 +201966,0,0,0,0,0 +201967,0,0,0,0,0 +201968,0,0,0,0,0 +201969,0,0,0,0,0 +201970,0,0,0,0,0 +201971,0,0,0,0,0 +201972,0,0,0,0,0 +201973,0,0,0,0,0 +201974,0,0,0,0,0 +201975,0,0,0,0,0 +201976,0,0,0,0,0 +201977,0,0,0,0,0 +201978,0,0,0,0,0 +201979,0,0,0,0,0 +201980,0,0,0,0,0 +201981,0,0,0,0,0 +201982,0,0,0,0,0 +201983,0,0,0,0,0 +201984,0,0,0,0,0 +201985,0,0,0,0,0 +201986,0,0,0,0,0 +201987,0,0,0,0,0 +201988,0,0,0,0,0 +201989,0,0,0,0,0 +201990,0,0,0,0,0 +201991,0,0,0,0,0 +201992,0,0,0,0,0 +201993,0,0,0,0,0 +201994,0,0,0,0,0 +201995,0,0,0,0,0 +201996,0,0,0,0,0 +201997,0,0,0,0,0 +201998,0,0,0,0,0 +201999,0,0,0,0,0 +202000,0,0,0,0,0 +202001,0,0,0,0,0 +202002,0,0,0,0,0 +202003,0,0,0,0,0 +202004,0,0,0,0,0 +202005,0,0,0,0,0 +202006,0,0,0,0,0 +202007,0,0,0,0,0 +202008,0,0,0,0,0 +202009,0,0,0,0,0 +202010,0,0,0,0,0 +202011,0,0,0,0,0 +202012,0,0,0,0,0 +202013,0,0,0,0,0 +202014,0,0,0,0,0 +202015,0,0,0,0,0 +202016,0,0,0,0,0 +202017,0,0,0,0,0 +202018,0,0,0,0,0 +202019,0,0,0,0,0 +202020,0,0,0,0,0 +202021,0,2825.100671,1229.033962,0,0 +202022,0,1212.929779,1214.935842,0,0 +202023,0,0,1188.924529,0,0 +202024,0,176.2933585,1162.843919,0,0 +202025,0,891.5011694,1140.915278,0,0 +202026,0,443.4317591,1123.662936,0,0 +202027,0,534.5285725,1109.889461,0,0 +202028,0,542.9796036,1098.890897,0,0 +202029,0,551.4292804,1089.987667,0,0 +202030,0,560.0867685,1082.791244,0,0 +202031,0,562.4366444,1077.025941,0,0 +202032,0,570.1094451,1072.27759,0,0 +202033,0,578.2821934,1068.427519,0,0 +202034,0,586.5630065,1065.413801,0,0 +202035,0,594.9106525,1063.153272,0,0 +202036,0,603.4087622,1061.545875,0,0 +202037,0,611.8207092,1060.493339,0,0 +202038,0,620.3627494,1059.909323,0,0 +202039,0,628.9309495,1059.72151,0,0 +202040,0,637.4343824,1059.869756,0,0 +202041,0,646.0814522,1060.303738,0,0 +202042,0,654.6111645,1060.981086,0,0 +202043,0,663.2917263,1061.865831,0,0 +202044,0,671.8439311,1062.927506,0,0 +202045,0,680.5506085,1064.14014,0,0 +202046,0,689.1172256,1065.481713,0,0 +202047,0,697.7985892,1066.933385,0,0 +202048,0,711.3237821,1068.479041,0,0 +202049,0,722.9286013,1070.106149,0,0 +202050,0,734.6253383,1071.802047,0,0 +202051,0,745.3731448,1073.556801,0,0 +202052,0,756.1075098,1075.33967,0,0 +202053,0,766.1272468,1077.102864,0,0 +202054,0,777.3157521,1078.849909,0,0 +202055,0,787.3365613,1080.60387,0,0 +202056,0,797.6681954,1082.357888,0,0 +202057,0,808.0154599,1084.107904,0,0 +202058,0,818.0060475,1085.850856,0,0 +202059,0,828.2092036,1087.584459,0,0 +202060,0,838.1780896,1089.307151,0,0 +202061,0,848.1308391,1091.017681,0,0 +202062,0,857.9619191,1092.715114,0,0 +202063,0,867.9102043,1094.398695,0,0 +202064,0,877.4884766,1096.067822,0,0 +202065,0,887.3096027,1097.721872,0,0 +202066,0,896.8330714,1099.360431,0,0 +202067,0,906.5480268,1100.982991,0,0 +202068,0,915.9295311,1102.589208,0,0 +202069,0,925.3722368,1104.178625,0,0 +202070,0,934.8329053,1105.750944,0,0 +202071,0,944.1174364,1107.30583,0,0 +202072,0,953.3976055,1108.842948,0,0 +202073,0,962.6070154,1110.362011,0,0 +202074,0,971.7002944,1111.862731,0,0 +202075,0,980.9436496,1113.344843,0,0 +202076,0,989.843889,1114.808128,0,0 +202077,0,998.8177463,1116.252258,0,0 +202078,0,1007.819637,1117.677071,0,0 +202079,0,1016.637836,1119.057162,0,0 +202080,0,1025.454642,1120.406616,0,0 +202081,0,1033.944094,1121.750493,0,0 +202082,0,1042.342056,1123.068174,0,0 +202083,0,1050.608387,1124.349314,0,0 +202084,0,1058.977814,1125.592019,0,0 +202085,0,1067.204869,1126.797893,0,0 +202086,0,1075.263868,1127.969035,0,0 +202087,0,1083.335565,1129.107176,0,0 +202088,0,1091.453039,1130.213681,0,0 +202089,0,1099.37104,1131.289623,0,0 +202090,0,1107.29107,1132.335863,0,0 +202091,0,1115.070203,1133.353216,0,0 +202092,0,1123.653404,1134.342319,0,0 +202093,0,1135.05912,1135.303838,0,0 +202094,0,1137.332578,1136.239168,0,0 +202095,0,1153.522172,1137.145862,0,0 +202096,0,1149.642023,1138.029068,0,0 +202097,0,1174.596213,1138.882147,0,0 +202098,0,1157.259849,1139.71532,0,0 +202099,0,1168.132116,1140.515166,0,0 +202100,0,1190.161092,1141.29263,0,0 +202101,0,1187.870036,1142.048444,0,0 +202102,0,1197.416132,1142.77531,0,0 +202103,0,1204.639741,1143.478648,0,0 +202104,0,1211.588536,1144.156817,0,0 +202105,0,1218.648759,1144.810039,0,0 +202106,0,1225.501336,1145.438428,0,0 +202107,0,1232.565581,1146.041997,0,0 +202108,0,1239.213677,1146.620841,0,0 +202109,0,1246.033289,1147.174891,0,0 +202110,0,1252.787754,1147.704269,0,0 +202111,0,1259.040625,1148.184262,0,0 +202112,0,1265.171708,1148.624551,0,0 +202113,0,1271.544973,1149.045926,0,0 +202114,0,1277.553084,1149.440844,0,0 +202115,0,1283.547647,1149.805887,0,0 +202116,0,1289.430499,1150.139925,0,0 +202117,0,1295.35743,1150.442749,0,0 +202118,0,1301.020017,1150.714618,0,0 +202119,0,1306.800418,1150.955868,0,0 +202120,0,1312.305432,1151.167054,0,0 +202121,0,1317.929383,1151.348557,0,0 +202122,0,1323.279501,1151.500932,0,0 +202123,0,1328.746761,1151.624558,0,0 +202124,0,1334.02695,1151.719921,0,0 +202125,0,1339.212658,1151.787372,0,0 +202126,0,1344.317788,1151.827281,0,0 +202127,0,1349.461306,1151.839987,0,0 +202128,0,1354.266964,1151.825841,0,0 +202129,0,1359.395022,1151.785079,0,0 +202130,0,1364.071308,1151.718091,0,0 +202131,0,1369.018157,1151.625023,0,0 +202132,0,1373.480665,1151.506268,0,0 +202133,0,1378.239024,1151.36194,0,0 +202134,0,1382.660122,1151.192419,0,0 +202135,0,1387.203973,1150.997845,0,0 +202136,0,1391.487601,1150.778528,0,0 +202137,0,1395.755988,1150.53464,0,0 +202138,0,1400.183462,1150.266433,0,0 +202139,0,1404.028486,1149.974201,0,0 +202140,0,1408.261722,1149.658026,0,0 +202141,0,1412.537048,1149.318275,0,0 +202142,0,1416.759011,1148.962705,0,0 +202143,0,1420.887068,1148.597992,0,0 +202144,0,1424.942511,1148.226616,0,0 +202145,0,1428.925343,1147.848068,0,0 +202146,0,1432.923994,1147.460665,0,0 +202147,0,1436.629598,1147.062688,0,0 +202148,0,1440.45902,1146.652622,0,0 +202149,0,1444.135321,1146.229426,0,0 +202150,0,1447.752905,1145.792185,0,0 +202151,0,1451.297156,1145.340222,0,0 +202152,0,1454.677456,1144.872981,0,0 +202153,0,1458.208733,1144.390025,0,0 +202154,0,1461.466854,1143.891054,0,0 +202155,0,1464.732571,1143.375761,0,0 +202156,0,1468.001601,1142.844009,0,0 +202157,0,1470.970432,1142.295338,30.13416062,0 +202158,0,1474.069023,1141.738291,37.98962146,0 +202159,0,1477.01192,1141.162021,33.47287893,0 +202160,0,1479.896958,1140.541283,41.13259998,0 +202161,0,1482.709225,1139.89728,44.98680787,0 +202162,0,1485.448999,1139.251336,48.66956661,0 +202163,81.50686027,1488.116155,1138.591888,52.38568611,0 +202164,87.28240438,1490.711192,1137.944714,56.06643607,0 +202165,81.07190539,1493.233792,1137.271981,59.61803862,0 +202166,97.40183785,1495.684466,1136.578765,63.25861462,0 +202167,105.7388189,1498.063093,1135.874734,66.76705978,0 +202168,113.8157119,1500.370068,1135.15415,70.27909803,0 +202169,121.7479577,1502.605244,1134.418313,73.69659077,0 +202170,129.9630053,1504.863338,1133.667503,77.21150935,0 +202171,137.35712,1506.403755,1132.902217,80.46548218,0 +202172,145.2814916,1508.288655,1132.117716,83.91785976,0 +202173,152.7573355,1509.654676,1131.311656,87.0062419,0 +202174,160.2725313,1511.41908,1130.459899,90.38199848,0 +202175,167.7133995,1512.644983,1129.578989,93.53956202,0 +202176,174.9569385,1514.10741,1128.692001,96.66322435,0 +202177,182.6360574,1515.237031,1127.793451,99.98762704,0 +202178,189.5735519,1516.517024,1126.881047,102.9012272,0 +202179,196.772424,1517.473309,1125.953451,106.1745862,0 +202180,204.1235252,1518.580634,1125.01063,109.1757937,0 +202181,211.1000297,1519.369424,1124.052689,112.2478822,0 +202182,218.1677541,1520.308645,1123.079817,115.268834,0 +202183,225.1697154,1520.933458,1122.09269,118.1922812,0 +202184,232.0891693,1521.70788,1121.091798,121.3725668,0 +202185,238.9965273,1522.171782,1120.077786,124.1423196,0 +202186,245.8446033,1522.784197,1119.05104,127.068345,0 +202187,252.6520134,1523.089762,1118.01233,130.1027168,0 +202188,259.2178889,1523.392697,1116.962095,132.9277486,0 +202189,266.2607263,1523.798587,1115.900846,135.9054463,0 +202190,272.7882523,1523.873618,1114.829342,138.528316,0 +202191,279.4751003,1523.944133,1113.747701,141.5784243,0 +202192,286.0881368,1524.115672,1112.65676,144.3073256,0 +202193,292.6662006,1523.961366,1111.556882,147.1246547,0 +202194,299.2103499,1523.802938,1110.448532,149.8063234,0 +202195,305.7208699,1523.592622,1109.332219,152.7323523,0 +202196,312.2121175,1523.314127,1108.186478,155.5019406,0 +202197,318.6395532,1522.962575,1107.027391,158.0972214,0 +202198,325.0911938,1522.537097,1105.875926,160.8960943,0 +202199,331.4632241,1522.037257,1104.725616,163.4695078,0 +202200,337.8282628,1521.463557,1103.573113,166.3358197,0 +202201,342.9172509,1520.498043,1102.417171,168.5117535,0 +202202,348.0933536,1519.339548,1101.24217,170.8010649,0 +202203,353.1581704,1518.066772,1100.038337,173.0563783,0 +202204,358.2874189,1516.704584,1098.80331,175.2974728,0 +202205,363.2864303,1515.260734,1097.539516,177.5221186,0 +202206,368.3495034,1513.738459,1096.250728,179.8533867,0 +202207,373.2813457,1512.138807,1094.940744,181.7338765,0 +202208,378.2816198,1510.462866,1093.612508,184.1955999,0 +202209,382.849053,1508.710947,1092.268853,186.2423054,0 +202210,388.260343,1506.979436,1090.911735,188.4132185,0 +202211,392.8330092,1504.938537,1089.543434,190.5476551,0 +202212,397.7744987,1502.934786,1088.165232,192.6690266,0 +202213,402.5246359,1501.007259,1086.778983,194.7767289,0 +202214,407.3278291,1498.814297,1085.385978,196.8716101,0 +202215,412.1067052,1496.631637,1083.987449,198.9539072,0 +202216,416.7848641,1494.36075,1082.584567,200.8854148,0 +202217,421.5443637,1492.016586,1081.178321,203.1574314,0 +202218,426.1644789,1489.599737,1079.769783,205.0944747,0 +202219,430.8431719,1487.110052,1078.359652,207.1535353,0 +202220,435.500792,1484.54796,1076.948872,209.1748497,0 +202221,440.0533678,1481.913303,1075.538174,211.1851764,0 +202222,444.6627085,1479.206469,1074.128246,213.1840635,0 +202223,449.2514836,1476.427284,1072.71981,215.1714708,0 +202224,453.7343451,1473.576113,1071.313499,217.1478968,0 +202225,458.2763601,1470.652779,1069.909897,219.2580009,0 +202226,462.7998565,1467.657848,1068.509682,220.986513,0 +202227,467.2138704,1464.496708,1067.113285,223.0422409,0 +202228,471.6916679,1461.492593,1065.721347,224.9492628,0 +202229,476.1128671,1458.215398,1064.334435,226.7162666,0 +202230,480.556669,1454.947973,1062.952977,228.8666422,0 +202231,484.8443423,1451.631293,1061.577636,230.6268017,0 +202232,489.1894617,1448.007755,1060.207767,232.5203869,0 +202233,493.5134784,1444.505811,1058.843351,234.3732826,0 +202234,497.7204774,1440.848795,1057.484749,236.2150711,0 +202235,501.9954869,1437.131832,1056.132477,238.0451865,0 +202236,506.211181,1433.341627,1054.787248,239.8642733,0 +202237,510.4110621,1429.387484,1053.449685,241.6722239,0 +202238,514.6289673,1425.581599,1052.120376,243.4694528,0 +202239,518.7235253,1421.509564,1050.799995,245.2558422,0 +202240,522.888752,1417.444222,1049.490347,247.0317633,0 +202241,526.9947898,1413.293691,1048.190191,248.7970947,0 +202242,530.7125062,1409.07249,1046.901121,250.5521814,0 +202243,535.3632754,1404.782087,1045.622215,252.2981416,0 +202244,539.1267146,1400.422005,1044.358484,254.0337046,0 +202245,543.1783907,1395.993788,1043.104935,255.7583596,0 +202246,547.2558626,1391.493141,1041.864876,257.4745777,0 +202247,551.2558222,1386.93026,1040.638568,259.002823,0 +202248,555.1664351,1382.297779,1039.425338,260.9735557,0 +202249,559.1054852,1377.598784,1038.225052,262.5221355,0 +202250,563.0942011,1372.833287,1037.03792,264.2325614,0 +202251,566.9696642,1368.001725,1035.864648,265.9000526,0 +202252,570.8660483,1363.017729,1034.705824,267.5593985,0 +202253,574.7351413,1358.179187,1033.562115,269.209246,0 +202254,578.5844154,1353.091726,1032.434166,270.8500504,0 +202255,582.4139358,1348.101206,1031.322489,272.4818128,0 +202256,586.1776118,1342.82385,1030.227688,274.1046799,0 +202257,590.0394951,1337.669076,1029.150253,275.7187049,0 +202258,593.8214266,1332.292891,1028.090812,277.324008,0 +202259,597.5094468,1327.074629,1027.049792,278.9206649,0 +202260,601.2302296,1321.615514,1026.027772,280.5087895,0 +202261,605.1577877,1316.261518,1025.028322,282.1274051,0 +202262,609.0184998,1310.871556,1024.057024,283.7531026,0 +202263,612.9239133,1305.517619,1023.117216,285.3760924,0 +202264,616.8576783,1299.824104,1022.209934,286.9930265,0 +202265,620.6040817,1294.459475,1021.334831,288.602922,0 +202266,624.5694424,1288.787004,1020.491321,290.2054457,0 +202267,628.3600393,1283.14532,1019.67879,291.8006195,0 +202268,632.1877162,1277.356202,1018.896798,293.3884164,0 +202269,636.1156903,1271.707638,1018.145093,294.9690003,0 +202270,639.9344464,1265.836584,1017.423559,296.5423922,0 +202271,643.7153286,1260.062368,1016.73099,298.1087334,0 +202272,647.4144785,1254.029509,1016.065584,299.6680308,0 +202273,651.210828,1248.037388,1015.425111,301.2205184,0 +202274,654.8950644,1242.122611,1014.807576,302.7661738,0 +202275,658.7051972,1236.001006,1014.211111,304.1016692,0 +202276,662.3820097,1229.900994,1013.634092,305.9480779,0 +202277,666.1904334,1223.66386,1013.075224,307.3156933,0 +202278,669.862342,1217.650175,1012.533165,308.8737445,0 +202279,673.3816359,1211.235926,1012.006983,310.3867132,0 +202280,677.1570121,1205.013236,1011.495585,312.110363,0 +202281,680.8466954,1198.591548,1010.998414,313.2828053,0 +202282,684.4169168,1192.330032,1010.514412,314.9440628,0 +202283,688.0126036,1185.864892,1010.043203,316.3965859,0 +202284,691.6080296,1179.429213,1009.58406,317.8819038,0 +202285,695.1393142,1172.940225,1009.136521,319.3833548,0 +202286,698.8505511,1166.421634,1008.700149,320.823978,0 +202287,702.2832853,1159.866289,1008.274571,322.3100778,0 +202288,705.8809116,1175.386129,1007.85877,323.7704329,0 +202289,709.4040799,1114.08122,1007.460188,325.2299436,0 +202290,712.8670195,1156.300188,1007.053082,326.707134,0 +202291,716.3949566,1134.522125,1006.675392,328.0889304,0 +202292,719.7656634,1119.012974,1006.296448,329.5108695,0 +202293,723.1712593,1124.082486,1005.923552,330.903871,0 +202294,726.5502994,1110.748707,1005.561656,332.2938801,0 +202295,729.9721812,1106.439634,1005.20316,333.6777052,0 +202296,733.2325771,1098.830133,1004.852767,335.0784033,0 +202297,736.5545547,1092.036339,1004.50861,336.4157403,0 +202298,739.9561546,1085.089438,1004.171408,337.7999061,0 +202299,743.2211248,1078.192726,1003.841124,339.1576136,0 +202300,746.5281336,1071.110724,1003.517775,340.5141481,0 +202301,749.8133415,1064.091286,1003.201422,341.8659338,0 +202302,753.0868011,1057.162881,1002.892129,343.236379,0 +202303,756.3493785,1050.087237,1002.58997,344.5432607,0 +202304,759.5408839,1043.12729,1002.294916,345.899199,0 +202305,762.9356698,1035.981209,1002.00705,347.2292494,0 +202306,766.027245,1028.973141,1001.726422,348.559172,0 +202307,769.3064701,1021.899701,1001.452985,349.8852916,0 +202308,772.5085102,1014.831823,1001.186858,351.2317226,0 +202309,775.7125825,1007.761633,1000.928012,352.5136922,0 +202310,778.9079513,1000.689801,1000.676488,353.8471839,0 +202311,782.0954853,993.6184198,1000.432319,355.155029,0 +202312,785.213268,986.6135424,1000.195516,356.463692,0 +202313,788.4807856,979.4560689,999.9660986,357.769375,0 +202314,791.5986863,972.3778902,999.7440972,359.0720607,0 +202315,794.7682416,965.466308,999.5294891,360.3966478,0 +202316,797.9206413,958.2219481,999.3223721,361.6563154,0 +202317,801.1320156,951.3706631,999.1226154,362.9702005,0 +202318,804.1761228,944.2858232,998.9304512,364.2585914,0 +202319,807.3604342,937.2372821,998.7457004,365.5484197,0 +202320,810.4171917,933.2944216,998.5683027,366.8365813,0 +202321,813.4769767,928.1805411,998.3990531,367.8233692,0 +202322,816.3272026,923.1005357,998.2351195,369.4539194,0 +202323,819.2155524,918.0357736,998.0749058,370.4327153,0 +202324,822.0825879,913.0388895,997.9397583,371.7045064,0 +202325,824.9439873,907.9070076,997.8129664,372.9042197,0 +202326,827.8009156,902.9187419,997.6744538,374.107306,0 +202327,830.6544602,897.8339336,997.5328401,375.3082011,0 +202328,833.5051119,892.9754185,997.3925336,376.507415,0 +202329,836.3536923,887.8658861,997.2559096,377.705094,0 +202330,839.1344482,882.9534044,997.1240911,378.9274098,0 +202331,842.148445,878.001505,996.9978021,380.0825163,0 +202332,844.8410339,873.0816713,996.8774181,381.2961227,0 +202333,847.7492078,868.2421484,996.7630758,382.4841354,0 +202334,850.584222,863.2333136,996.6550613,383.6757551,0 +202335,853.4323987,858.5150704,996.5534038,384.866401,0 +202336,856.2827148,853.6516486,996.4583068,386.0562174,0 +202337,859.1360952,848.9326761,996.3697673,387.245285,0 +202338,861.9932572,844.102176,996.287886,388.4336486,0 +202339,864.8551348,839.4260477,996.212677,389.6479962,0 +202340,867.6539313,834.7367152,996.144228,390.7945741,0 +202341,870.6335443,830.0917442,996.0825127,392.0014414,0 +202342,873.4626082,825.4899668,996.0276151,393.1829143,0 +202343,876.3644606,820.9251528,995.9794793,394.3686083,0 +202344,879.2580718,816.4040896,995.9381561,395.5538305,0 +202345,882.1543398,811.9267956,995.9036281,396.7386901,0 +202346,885.1231267,807.5475983,995.8758913,397.9231883,0 +202347,887.9156013,803.0345483,995.8549626,399.1073586,0 +202348,890.8721382,798.8142927,995.840711,400.3185327,0 +202349,893.764685,794.4842157,995.8332971,401.4604518,0 +202350,896.6714079,790.3126276,995.8325497,402.6644475,0 +202351,899.4598698,786.0316408,995.8385197,403.8186885,0 +202352,902.4198855,782.0019289,995.8502043,404.9723972,0 +202353,905.2136416,777.8202021,995.8670585,406.1232169,0 +202354,908.0722842,773.8569501,995.8887026,407.2718279,0 +202355,910.9175776,769.8059896,995.9152766,408.4185584,0 +202356,913.762032,765.9617085,995.9468333,409.5635206,0 +202357,916.6058131,762.1311531,995.9835285,410.7351898,0 +202358,919.4489025,758.3529684,996.025416,411.8337932,0 +202359,922.291438,755.1275597,996.0725456,412.9954476,0 +202360,925.1333256,750.7590291,996.1250011,414.129236,0 +202361,927.9746876,747.4957705,996.1825647,415.2664207,0 +202362,930.7412985,743.993226,996.2456216,416.4020905,0 +202363,933.7691664,740.537627,996.3139554,417.5363443,0 +202364,936.438154,737.2054916,996.3876629,418.6691177,0 +202365,939.3464718,733.9471668,996.4665948,419.8004841,0 +202366,942.1716008,730.7724724,996.550879,420.9303678,0 +202367,945.0089052,727.6837921,996.6404286,422.058845,0 +202368,947.8451732,724.6371638,996.7352387,423.2147167,0 +202369,950.6806407,721.7953885,996.8352745,424.2963195,0 +202370,953.5149911,718.9441979,996.9405168,425.4421708,0 +202371,956.3483873,716.2290499,997.0509179,426.5598074,0 +202372,959.1804939,713.6038303,997.1664468,427.6807782,0 +202373,962.0114902,711.0781548,997.2870613,428.8002737,0 +202374,964.8409299,708.27561,997.4127217,429.9181246,0 +202375,967.5923806,706.0068939,997.543275,431.062558,0 +202376,970.5363545,703.8524356,997.6788534,432.2667365,0 +202377,973.3030915,701.7142274,997.8194192,433.634568,0 +202378,976.1398527,699.7346236,997.9648486,435.1819048,0 +202379,978.9618948,697.698072,998.0927276,436.8739027,0 +202380,981.781881,695.7398895,998.2200702,438.4992998,0 +202381,0,0,0,0,0 +202382,0,0,0,0,0 +202383,0,0,0,0,0 +202384,0,0,0,0,0 +202385,0,0,0,0,0 +202386,0,0,0,0,0 +202387,0,0,0,0,0 +202388,0,0,0,0,0 +202389,0,0,0,0,0 +202390,0,0,0,0,0 +202391,0,0,0,0,0 +202392,0,0,0,0,0 +202393,0,0,0,0,0 +202394,0,0,0,0,0 +202395,0,0,0,0,0 +202396,0,0,0,0,0 +202397,0,0,0,0,0 +202398,0,0,0,0,0 +202399,0,0,0,0,0 +202400,0,0,0,0,0 +202401,0,0,0,0,0 +202402,0,0,0,0,0 +202403,0,0,0,0,0 +202404,0,0,0,0,0 +202405,0,0,0,0,0 +202406,0,0,0,0,0 +202407,0,0,0,0,0 +202408,0,0,0,0,0 +202409,0,0,0,0,0 +202410,0,0,0,0,0 +202411,0,0,0,0,0 +202412,0,0,0,0,0 +202413,0,0,0,0,0 +202414,0,0,0,0,0 +202415,0,0,0,0,0 +202416,0,0,0,0,0 +202417,0,0,0,0,0 +202418,0,0,0,0,0 +202419,0,0,0,0,0 +202420,0,0,0,0,0 +202421,0,0,0,0,0 +202422,0,0,0,0,0 +202423,0,0,0,0,0 +202424,0,0,0,0,0 +202425,0,0,0,0,0 +202426,0,0,0,0,0 +202427,0,0,0,0,0 +202428,0,0,0,0,0 +202429,0,0,0,0,0 +202430,0,0,0,0,0 +202431,0,0,0,0,0 +202432,0,0,0,0,0 +202433,0,0,0,0,0 +202434,0,0,0,0,0 +202435,0,0,0,0,0 +202436,0,0,0,0,0 +202437,0,0,0,0,0 +202438,0,0,0,0,0 +202439,0,0,0,0,0 +202440,0,0,0,0,0 +202441,0,0,0,0,0 +202442,0,0,0,0,0 +202443,0,0,0,0,0 +202444,0,0,0,0,0 +202445,0,0,0,0,0 +202446,0,0,0,0,0 +202447,0,0,0,0,0 +202448,0,0,0,0,0 +202449,0,0,0,0,0 +202450,0,0,0,0,0 +202451,0,0,0,0,0 +202452,0,0,0,0,0 +202453,0,0,0,0,0 +202454,0,0,0,0,0 +202455,0,0,0,0,0 +202456,0,0,0,0,0 +202457,0,0,0,0,0 +202458,0,0,0,0,0 +202459,0,0,0,0,0 +202460,0,0,0,0,0 +202461,0,0,0,0,0 +202462,0,0,0,0,0 +202463,0,0,0,0,0 +202464,0,0,0,0,0 +202465,0,0,0,0,0 +202466,0,0,0,0,0 +202467,0,0,0,0,0 +202468,0,0,0,0,0 +202469,0,0,0,0,0 +202470,0,0,0,0,0 +202471,0,0,0,0,0 +202472,0,0,0,0,0 +202473,0,0,0,0,0 +202474,0,0,0,0,0 +202475,0,0,0,0,0 +202476,0,0,0,0,0 +202477,0,0,0,0,0 +202478,0,0,0,0,0 +202479,0,0,0,0,0 +202480,0,0,0,0,0 +202481,0,0,0,0,0 +202482,0,0,0,0,0 +202483,0,0,0,0,0 +202484,0,0,0,0,0 +202485,0,0,0,0,0 +202486,0,0,0,0,0 +202487,0,0,0,0,0 +202488,0,0,0,0,0 +202489,0,0,0,0,0 +202490,0,0,0,0,0 +202491,0,0,0,0,0 +202492,0,0,0,0,0 +202493,0,0,0,0,0 +202494,0,0,0,0,0 +202495,0,0,0,0,0 +202496,0,0,0,0,0 +202497,0,0,0,0,0 +202498,0,0,0,0,0 +202499,0,0,0,0,0 +202500,0,0,0,0,0 +202501,0,0,0,0,0 +202502,0,0,0,0,0 +202503,0,0,0,0,0 +202504,0,0,0,0,0 +202505,0,0,0,0,0 +202506,0,0,0,0,0 +202507,0,0,0,0,0 +202508,0,0,0,0,0 +202509,0,0,0,0,0 +202510,0,0,0,0,0 +202511,0,0,0,0,0 +202512,0,0,0,0,0 +202513,0,0,0,0,0 +202514,0,0,0,0,0 +202515,0,0,0,0,0 +202516,0,0,0,0,0 +202517,0,0,0,0,0 +202518,0,0,0,0,0 +202519,0,0,0,0,0 +202520,0,0,0,0,0 +202521,0,0,0,0,0 +202522,0,0,0,0,0 +202523,0,0,0,0,0 +202524,0,0,0,0,0 +202525,0,0,0,0,0 +202526,0,0,0,0,0 +202527,0,0,0,0,0 +202528,0,0,0,0,0 +202529,0,0,0,0,0 +202530,0,0,0,0,0 +202531,0,0,0,0,0 +202532,0,0,0,0,0 +202533,0,0,0,0,0 +202534,0,0,0,0,0 +202535,0,0,0,0,0 +202536,0,0,0,0,0 +202537,0,0,0,0,0 +202538,0,0,0,0,0 +202539,0,0,0,0,0 +202540,0,0,0,0,0 +202541,0,0,0,0,0 +202542,0,0,0,0,0 +202543,0,0,0,0,0 +202544,0,0,0,0,0 +202545,0,0,0,0,0 +202546,0,0,0,0,0 +202547,0,0,0,0,0 +202548,0,0,0,0,0 +202549,0,0,0,0,0 +202550,0,0,0,0,0 +202551,0,0,0,0,0 +202552,0,0,0,0,0 +202553,0,0,0,0,0 +202554,0,0,0,0,0 +202555,0,0,0,0,0 +202556,0,0,0,0,0 +202557,0,0,0,0,0 +202558,0,0,0,0,0 +202559,0,0,0,0,0 +202560,0,0,0,0,0 +202561,0,0,0,0,0 +202562,0,0,0,0,0 +202563,0,0,0,0,0 +202564,0,0,0,0,0 +202565,0,0,0,0,0 +202566,0,0,0,0,0 +202567,0,0,0,0,0 +202568,0,0,0,0,0 +202569,0,0,0,0,0 +202570,0,0,0,0,0 +202571,0,0,0,0,0 +202572,0,0,0,0,0 +202573,0,0,0,0,0 +202574,0,0,0,0,0 +202575,0,0,0,0,0 +202576,0,0,0,0,0 +202577,0,0,0,0,0 +202578,0,0,0,0,0 +202579,0,0,0,0,0 +202580,0,0,0,0,0 +202581,0,0,0,0,0 +202582,0,0,0,0,0 +202583,0,0,0,0,0 +202584,0,0,0,0,0 +202585,0,0,0,0,0 +202586,0,0,0,0,0 +202587,0,0,0,0,0 +202588,0,0,0,0,0 +202589,0,0,0,0,0 +202590,0,0,0,0,0 +202591,0,0,0,0,0 +202592,0,0,0,0,0 +202593,0,0,0,0,0 +202594,0,0,0,0,0 +202595,0,0,0,0,0 +202596,0,0,0,0,0 +202597,0,0,0,0,0 +202598,0,0,0,0,0 +202599,0,0,0,24.8428126,0 +202600,0,0,0,81.2889415,0 +202601,0,0,0,61.24492267,0 +202602,0,0,0,74.77182633,0 +202603,0,0,0,83.4393121,0 +202604,0,0,0,90.09509703,0 +202605,0,0,0,97.351568,0 +202606,0,0,0,103.7567491,0 +202607,0,0,0,110.4995549,0 +202608,0,0,0,116.7698576,0 +202609,0,0,0,123.0619469,0 +202610,0,0,0,129.3644913,0 +202611,0,0,0,135.2642206,0 +202612,0,0,0,141.2476389,0 +202613,0,0,0,146.9767043,0 +202614,0,0,0,152.6276138,0 +202615,0,0,0,158.2417219,0 +202616,0,0,0,163.7771145,0 +202617,0,0,0,169.135694,0 +202618,0,0,0,174.4270629,0 +202619,0,0,0,179.6245531,0 +202620,0,0,0,184.6396714,0 +202621,0,0,0,189.3223928,0 +202622,0,0,0,193.5854537,0 +202623,0,0,0,197.7658068,0 +202624,0,0,0,209.5794197,0 +202625,0,0,0,215.0424391,0 +202626,0,0,0,219.6671772,0 +202627,0,0,0,224.0740466,0 +202628,0,0,0,228.2161004,0 +202629,0,0,0,232.4234003,0 +202630,0,0,0,236.3939749,0 +202631,0,0,0,240.035986,0 +202632,0,0,0,243.9708081,0 +202633,0,0,0,247.5198692,0 +202634,0,0,0,251.0692076,0 +202635,0,0,0,254.4207944,0 +202636,0,0,0,257.9817442,0 +202637,0,0,0,261.0336133,0 +202638,0,0,0,264.2790083,0 +202639,0,0,0,267.2470614,0 +202640,0,0,0,270.3817778,0 +202641,0,0,0,273.2159701,0 +202642,0,0,0,276.0585908,0 +202643,0,0,0,278.8989135,0 +202644,0,0,0,281.3172255,0 +202645,0,0,0,284.1380098,0 +202646,0,0,0,286.5575569,0 +202647,0,0,0,289.0171422,0 +202648,0,0,0,291.3854432,0 +202649,0,0,0,293.6828783,0 +202650,0,0,0,295.910005,0 +202651,0,0,0,297.3103071,0 +202652,0,0,0,298.5055647,0 +202653,0,0,0,299.8404815,0 +202654,0,0,0,300.8132227,0 +202655,0,0,0,301.7729672,0 +202656,0,0,0,302.6044957,0 +202657,0,0,0,303.3315909,0 +202658,0,0,0,303.9563104,0 +202659,0,0,0,304.589403,0 +202660,0,0,0,304.8533775,0 +202661,0,0,0,305.2674719,0 +202662,0,0,0,305.4878163,0 +202663,0,0,0,305.6351118,0 +202664,0,0,0,305.692166,0 +202665,0,0,0,305.6608554,0 +202666,0,0,0,305.54243,0 +202667,0,0,0,305.3384711,0 +202668,0,0,0,305.0500954,0 +202669,0,0,0,304.678728,0 +202670,0,0,0,304.1164667,0 +202671,0,0,0,303.745432,0 +202672,0,0,0,303.0496362,0 +202673,0,0,0,302.37599,0 +202674,0,0,0,301.6052059,0 +202675,0,0,0,300.7582651,0 +202676,0,0,0,299.8352589,0 +202677,0,0,0,298.8373601,0 +202678,0,0,0,297.871887,0 +202679,0,0,0,296.5681131,0 +202680,0,0,0,295.4293339,0 +202681,0,0,0,294.0860616,0 +202682,0,0,0,292.6866594,0 +202683,0,0,0,291.2170999,0 +202684,0,0,0,289.9833402,0 +202685,0,0,0,288.4431136,0 +202686,0,0,0,286.8120207,0 +202687,0,0,0,285.1094148,0 +202688,0,0,0,283.3393553,0 +202689,0,0,0,281.5037979,0 +202690,0,0,0,279.706894,0 +202691,0,0,0,277.5926573,0 +202692,0,0,0,275.5385143,0 +202693,0,0,0,273.584967,0 +202694,0,0,0,271.360812,0 +202695,0,0,0,269.1680177,0 +202696,0,0,0,266.8975004,0 +202697,0,0,0,264.6647174,0 +202698,0,0,0,262.1337026,0 +202699,0,0,0,259.7558443,0 +202700,0,0,0,257.2330212,0 +202701,0,0,0,254.6676631,0 +202702,0,0,0,252.0361087,0 +202703,0,0,0,249.3639076,0 +202704,0,0,0,246.6193015,0 +202705,0,0,0,243.8229715,0 +202706,0,0,0,240.9350306,0 +202707,0,0,0,238.1356924,0 +202708,0,0,0,234.9257073,0 +202709,0,0,0,232.1108285,0 +202710,0,0,0,228.9245344,0 +202711,0,0,0,223.6362999,0 +202712,0,0,0,217.6788092,0 +202713,0,0,0,211.6267034,0 +202714,0,0,0,205.3386906,0 +202715,0,0,0,198.6490513,0 +202716,0,0,0,191.9444518,0 +202717,0,0,0,184.9546052,0 +202718,0,0,0,177.8107804,0 +202719,0,0,0,170.5354518,0 +202720,0,0,0,162.9931729,0 +202721,0,0,0,155.2788729,0 +202722,0,0,0,147.4706312,0 +202723,0,0,0,139.5137866,0 +202724,0,0,0,131.3259338,0 +202725,0,0,0,122.9800797,0 +202726,0,0,0,114.5945669,0 +202727,0,0,0,105.9517461,0 +202728,0,0,0,97.2108633,0 +202729,0,0,0,88.32013192,0 +202730,0,0,0,79.58065952,0 +202731,0,0,0,69.90873856,0 +202732,0,0,0,60.96861071,0 +202733,0,0,0,84.95691563,0 +202734,0,0,0,0,0 +202735,0,0,0,70.46544331,0 +202736,0,0,0,0,0 +202737,0,0,0,0,0 +202738,0,0,0,2.508992063,0 +202739,0,0,0,0,0 +202740,0,0,0,0,0 +202741,0,0,0,0,0 +202742,0,0,0,0,0 +202743,0,0,0,0,0 +202744,0,0,0,0,0 +202745,0,0,0,0,0 +202746,0,0,0,0,0 +202747,0,0,0,0,0 +202748,0,0,0,0,0 +202749,0,0,0,0,0 +202750,0,0,0,0,0 +202751,0,0,0,0,0 +202752,0,0,0,0,0 +202753,0,0,0,0,0 +202754,0,0,0,0,0 +202755,0,0,0,0,0 +202756,0,0,0,0,0 +202757,0,0,0,0,0 +202758,0,0,0,0,0 +202759,0,0,0,0,0 +202760,0,0,0,0,0 +202761,0,0,0,0,0 +202762,0,0,0,0,0 +202763,0,0,0,0,0 +202764,0,0,0,0,0 +202765,0,0,0,0,0 +202766,0,0,0,0,0 +202767,0,0,0,0,0 +202768,0,0,0,0,0 +202769,0,0,0,0,0 +202770,0,0,0,0,0 +202771,0,0,0,0,0 +202772,0,0,0,0,0 +202773,0,0,0,0,0 +202774,0,0,0,0,0 +202775,0,0,0,0,0 +202776,0,0,0,0,0 +202777,0,0,0,0,0 +202778,0,0,0,0,0 +202779,0,0,0,0,0 +202780,0,0,0,0,0 +202781,0,0,0,0,0 +202782,0,0,0,0,0 +202783,0,0,0,0,0 +202784,0,0,0,0,0 +202785,0,0,0,0,0 +202786,0,0,0,0,0 +202787,0,0,0,0,0 +202788,0,0,0,0,0 +202789,0,0,0,0,0 +202790,0,0,0,0,0 +202791,0,0,0,0,0 +202792,0,0,0,0,0 +202793,0,0,0,0,0 +202794,0,0,0,0,0 +202795,0,0,0,0,0 +202796,0,0,0,0,0 +202797,0,0,0,0,0 +202798,0,0,0,0,0 +202799,0,0,0,0,0 +202800,0,0,0,0,0 +202801,0,0,0,0,0 +202802,0,0,0,0,0 +202803,0,0,0,0,0 +202804,0,0,0,0,0 +202805,0,0,0,0,0 +202806,0,0,0,0,0 +202807,0,0,0,0,0 +202808,0,0,0,0,0 +202809,0,0,0,0,0 +202810,0,0,0,0,0 +202811,0,0,0,0,0 +202812,0,0,0,0,0 +202813,0,0,0,0,0 +202814,0,0,0,0,0 +202815,0,0,0,0,0 +202816,0,0,0,0,0 +202817,0,0,0,0,0 +202818,0,0,0,0,0 +202819,0,0,0,0,0 +202820,0,0,0,0,0 +202821,0,0,0,0,0 +202822,0,0,0,0,0 +202823,0,0,0,0,0 +202824,0,0,0,0,0 +202825,0,0,0,0,0 +202826,0,0,0,0,0 +202827,0,0,0,0,0 +202828,0,0,0,0,0 +202829,0,0,0,0,0 +202830,0,0,0,0,0 +202831,0,0,0,0,0 +202832,0,0,0,0,0 +202833,0,0,0,0,0 +202834,0,0,0,0,0 +202835,0,0,0,0,0 +202836,0,0,0,0,0 +202837,0,0,0,0,0 +202838,0,0,0,0,0 +202839,0,0,0,0,0 +202840,0,0,0,0,0 +202841,0,0,0,0,0 +202842,0,0,0,0,0 +202843,0,0,0,0,0 +202844,0,0,0,0,0 +202845,0,0,0,0,0 +202846,0,0,0,0,0 +202847,0,0,0,0,0 +202848,0,0,0,0,0 +202849,0,0,0,0,0 +202850,0,0,0,0,0 +202851,0,0,0,0,0 +202852,0,0,0,0,0 +202853,0,0,0,0,0 +202854,0,0,0,0,0 +202855,0,0,0,0,0 +202856,0,0,0,0,0 +202857,0,0,0,0,0 +202858,0,0,0,0,0 +202859,0,0,0,0,0 +202860,0,0,0,0,0 +202861,0,0,0,0,0 +202862,0,0,0,0,0 +202863,0,0,0,0,0 +202864,0,0,0,0,0 +202865,0,0,0,0,0 +202866,0,0,0,0,0 +202867,0,0,0,0,0 +202868,0,0,0,0,0 +202869,0,0,0,0,0 +202870,0,0,0,0,0 +202871,0,0,0,0,0 +202872,0,0,0,0,0 +202873,0,0,0,0,0 +202874,0,0,0,0,0 +202875,0,0,0,0,0 +202876,0,0,0,0,0 +202877,0,0,0,0,0 +202878,0,0,0,0,0 +202879,0,0,0,0,0 +202880,0,0,0,0,0 +202881,0,0,0,0,0 +202882,0,0,0,0,0 +202883,0,0,0,0,0 +202884,0,0,0,0,0 +202885,0,0,0,0,0 +202886,0,0,0,0,0 +202887,0,0,0,0,0 +202888,0,0,0,0,0 +202889,0,0,0,0,0 +202890,0,0,0,0,0 +202891,0,0,0,0,0 +202892,0,0,0,0,0 +202893,0,0,0,0,0 +202894,0,0,0,0,0 +202895,0,0,0,0,0 +202896,0,0,0,0,0 +202897,0,0,0,0,0 +202898,0,0,0,0,0 +202899,0,0,0,0,0 +202900,0,0,0,0,0 +202901,0,0,0,0,0 +202902,0,0,0,0,0 +202903,0,0,0,0,0 +202904,0,0,0,0,0 +202905,0,0,0,0,0 +202906,0,0,0,0,0 +202907,0,0,0,0,0 +202908,0,0,0,0,0 +202909,0,0,0,0,0 +202910,0,0,0,0,0 +202911,0,0,0,0,0 +202912,0,0,0,0,0 +202913,0,0,0,0,0 +202914,0,0,0,0,0 +202915,0,0,0,0,0 +202916,0,0,0,0,0 +202917,0,0,0,0,0 +202918,0,0,0,0,0 +202919,0,0,0,0,0 +202920,0,0,0,0,0 +202921,0,0,0,0,0 +202922,0,0,0,0,0 +202923,0,0,0,0,0 +202924,0,0,0,0,0 +202925,0,0,0,0,0 +202926,0,0,0,0,0 +202927,0,0,0,0,0 +202928,0,0,0,0,0 +202929,0,0,0,0,0 +202930,0,0,0,0,0 +202931,0,0,0,0,0 +202932,0,0,0,0,0 +202933,0,0,0,0,0 +202934,0,0,0,0,0 +202935,0,0,0,0,0 +202936,0,0,0,0,0 +202937,0,0,0,0,0 +202938,0,0,0,0,0 +202939,0,0,0,0,0 +202940,0,0,0,0,0 +202941,0,0,0,0,0 +202942,0,0,0,0,0 +202943,0,0,0,0,0 +202944,0,0,0,0,0 +202945,0,0,0,0,0 +202946,0,0,0,0,0 +202947,0,0,0,0,0 +202948,0,0,0,0,0 +202949,0,0,0,0,0 +202950,0,0,0,0,0 +202951,0,0,0,0,0 +202952,0,0,0,0,0 +202953,0,0,0,0,0 +202954,0,0,0,0,0 +202955,0,0,0,0,0 +202956,0,0,0,0,0 +202957,0,0,0,0,0 +202958,0,0,0,0,0 +202959,0,0,0,0,0 +202960,0,0,0,0,0 +202961,0,0,0,0,0 +202962,0,0,0,0,0 +202963,0,0,0,0,0 +202964,0,0,0,0,0 +202965,0,0,0,0,0 +202966,0,0,0,0,0 +202967,0,0,0,0,0 +202968,0,0,0,0,0 +202969,0,0,0,0,0 +202970,0,0,0,0,0 +202971,0,0,0,0,0 +202972,0,0,0,0,0 +202973,0,0,0,0,0 +202974,0,0,0,0,0 +202975,0,0,0,0,0 +202976,0,0,0,0,0 +202977,0,0,0,0,0 +202978,0,0,0,0,0 +202979,0,0,0,0,0 +202980,0,0,0,0,0 +202981,0,0,0,0,0 +202982,0,0,0,0,0 +202983,0,0,0,0,0 +202984,0,0,0,0,0 +202985,0,0,0,0,0 +202986,0,0,0,0,0 +202987,0,0,0,0,0 +202988,0,0,0,0,0 +202989,0,0,0,0,0 +202990,0,0,0,0,0 +202991,0,0,0,0,0 +202992,0,0,0,0,0 +202993,0,0,0,0,0 +202994,0,0,0,0,0 +202995,0,0,0,0,0 +202996,0,0,0,0,0 +202997,0,0,0,0,0 +202998,0,0,0,0,0 +202999,0,0,0,0,0 +203000,0,0,0,0,0 +203001,0,0,0,0,0 +203002,0,0,0,0,0 +203003,0,0,0,0,0 +203004,0,0,0,0,0 +203005,0,0,0,0,0 +203006,0,0,0,0,0 +203007,0,0,0,0,0 +203008,0,0,0,0,0 +203009,0,0,0,0,0 +203010,0,0,0,0,0 +203011,0,0,0,0,0 +203012,0,0,0,0,0 +203013,0,0,0,0,0 +203014,0,0,0,0,0 +203015,0,0,0,0,0 +203016,0,0,0,0,0 +203017,0,0,0,0,0 +203018,0,0,0,0,0 +203019,0,0,0,0,0 +203020,0,0,0,0,0 +203021,0,0,0,0,0 +203022,0,0,0,0,0 +203023,0,0,0,0,0 +203024,0,0,0,0,0 +203025,0,0,0,0,0 +203026,0,0,0,0,0 +203027,0,0,0,0,0 +203028,0,0,0,0,0 +203029,0,0,0,0,0 +203030,0,0,0,0,0 +203031,0,0,0,0,0 +203032,0,0,0,0,0 +203033,0,0,0,0,0 +203034,0,0,0,0,0 +203035,0,0,0,0,0 +203036,0,0,0,0,0 +203037,0,0,0,0,0 +203038,0,0,0,0,0 +203039,0,0,0,0,0 +203040,0,0,0,0,0 +203041,0,0,0,0,0 +203042,0,0,0,0,0 +203043,0,0,0,0,0 +203044,0,0,0,0,0 +203045,0,0,0,0,0 +203046,0,0,0,0,0 +203047,0,0,0,0,0 +203048,0,0,0,0,0 +203049,0,0,0,0,0 +203050,0,0,0,0,0 +203051,0,0,0,0,0 +203052,0,0,0,0,0 +203053,0,0,0,0,0 +203054,0,0,0,0,0 +203055,0,0,0,0,0 +203056,0,0,0,0,0 +203057,0,0,0,0,0 +203058,0,0,0,0,0 +203059,0,0,0,0,0 +203060,0,0,0,0,0 +203061,0,0,0,0,0 +203062,0,0,0,0,0 +203063,0,0,0,0,0 +203064,0,0,0,0,0 +203065,0,0,0,0,0 +203066,0,0,0,0,0 +203067,0,0,0,0,0 +203068,0,0,0,0,0 +203069,0,0,0,0,0 +203070,0,0,0,0,0 +203071,0,0,0,0,0 +203072,0,0,0,0,0 +203073,0,0,0,0,0 +203074,0,0,0,0,0 +203075,0,0,0,0,0 +203076,0,0,0,0,0 +203077,0,0,0,0,0 +203078,0,0,0,0,0 +203079,0,0,0,0,0 +203080,0,0,0,0,0 +203081,0,0,0,0,0 +203082,0,0,0,0,0 +203083,0,0,0,0,0 +203084,0,0,0,0,0 +203085,0,0,0,0,0 +203086,0,0,0,0,0 +203087,0,0,0,0,0 +203088,0,0,0,0,0 +203089,0,0,0,0,0 +203090,0,0,0,0,0 +203091,0,0,0,0,0 +203092,0,0,0,0,0 +203093,0,0,0,0,0 +203094,0,0,0,0,0 +203095,0,0,0,0,0 +203096,0,0,0,0,0 +203097,0,0,0,0,0 +203098,0,0,0,0,0 +203099,0,0,0,0,0 +203100,0,0,0,0,0 +203101,0,0,0,0,0 +203102,0,0,0,0,0 +203103,0,0,0,0,0 +203104,0,0,0,0,0 +203105,0,0,0,0,0 +203106,0,0,0,0,0 +203107,0,0,0,0,0 +203108,0,0,0,0,0 +203109,0,0,0,0,0 +203110,0,0,0,0,0 +203111,0,0,0,0,0 +203112,0,0,0,0,0 +203113,0,0,0,0,0 +203114,0,0,0,0,0 +203115,0,0,0,0,0 +203116,0,0,0,0,0 +203117,0,0,0,0,0 +203118,0,0,0,0,0 +203119,0,0,0,0,0 +203120,0,0,0,0,0 +203121,0,0,0,0,0 +203122,0,0,0,0,0 +203123,0,0,0,0,0 +203124,0,0,0,0,0 +203125,0,0,0,0,0 +203126,0,0,0,0,0 +203127,0,0,0,0,0 +203128,0,0,0,0,0 +203129,0,0,0,0,0 +203130,0,0,0,0,0 +203131,0,0,0,0,0 +203132,0,0,0,0,0 +203133,0,0,0,0,0 +203134,0,0,0,0,0 +203135,0,0,0,0,0 +203136,0,0,0,0,0 +203137,0,0,0,0,0 +203138,0,0,0,0,0 +203139,0,0,0,0,0 +203140,0,0,0,0,0 +203141,0,0,0,0,0 +203142,0,0,0,0,0 +203143,0,0,0,0,0 +203144,0,0,0,0,0 +203145,0,0,0,0,0 +203146,0,0,0,0,0 +203147,0,0,0,0,0 +203148,0,0,0,0,0 +203149,0,0,0,0,0 +203150,0,0,0,0,0 +203151,0,0,0,0,0 +203152,0,0,0,0,0 +203153,0,0,0,0,0 +203154,0,0,0,0,0 +203155,0,0,0,0,0 +203156,0,0,0,0,0 +203157,0,0,0,0,0 +203158,0,0,0,0,0 +203159,0,0,0,0,0 +203160,0,0,0,0,0 +203161,0,0,0,0,0 +203162,0,0,0,0,0 +203163,0,0,0,0,0 +203164,0,0,0,0,0 +203165,0,0,0,0,0 +203166,0,0,0,0,0 +203167,0,0,0,0,0 +203168,0,0,0,0,0 +203169,0,0,0,0,0 +203170,0,0,0,0,0 +203171,0,0,0,0,0 +203172,0,0,0,0,0 +203173,0,0,0,0,0 +203174,0,0,0,0,0 +203175,0,0,0,0,0 +203176,0,0,0,0,0 +203177,0,0,0,0,0 +203178,0,0,0,0,0 +203179,0,0,0,0,0 +203180,0,0,0,0,0 +203181,0,0,0,0,0 +203182,0,0,0,0,0 +203183,0,0,0,0,0 +203184,0,0,0,0,0 +203185,0,0,0,0,0 +203186,0,0,0,0,0 +203187,0,0,0,0,0 +203188,0,0,0,0,0 +203189,0,0,0,0,0 +203190,0,0,0,0,0 +203191,0,0,0,0,0 +203192,0,0,0,0,0 +203193,0,0,0,0,0 +203194,0,0,0,0,0 +203195,0,0,0,0,0 +203196,0,0,0,0,0 +203197,0,0,0,0,0 +203198,0,0,0,0,0 +203199,0,0,0,0,0 +203200,0,0,0,0,0 +203201,0,0,0,0,0 +203202,0,0,0,0,0 +203203,0,0,0,0,0 +203204,0,0,0,0,0 +203205,0,0,0,0,0 +203206,0,0,0,0,0 +203207,0,0,0,0,0 +203208,0,0,0,0,0 +203209,0,0,0,0,0 +203210,0,0,0,0,0 +203211,0,0,0,0,0 +203212,0,0,0,0,0 +203213,0,0,0,0,0 +203214,0,0,0,0,0 +203215,0,0,0,0,0 +203216,0,0,0,0,0 +203217,0,0,0,0,0 +203218,0,0,0,0,0 +203219,0,0,0,0,0 +203220,0,0,0,0,0 +203221,0,0,0,0,0 +203222,0,0,0,0,0 +203223,0,0,0,0,0 +203224,0,0,0,0,0 +203225,0,0,0,0,0 +203226,0,0,0,0,0 +203227,0,0,0,0,0 +203228,0,0,0,0,0 +203229,0,0,0,0,0 +203230,0,0,0,0,0 +203231,0,0,0,0,0 +203232,0,0,0,0,0 +203233,0,0,0,0,0 +203234,0,0,0,0,0 +203235,0,0,0,0,0 +203236,0,0,0,0,0 +203237,0,0,0,0,0 +203238,0,0,0,0,0 +203239,0,0,0,0,0 +203240,0,0,0,0,0 +203241,0,0,0,0,0 +203242,0,0,0,0,0 +203243,0,0,0,0,0 +203244,0,0,0,0,0 +203245,0,0,0,0,0 +203246,0,0,0,0,0 +203247,0,0,0,0,0 +203248,0,0,0,0,0 +203249,0,0,0,0,0 +203250,0,0,0,0,0 +203251,0,0,0,0,0 +203252,0,0,0,0,0 +203253,0,0,0,0,0 +203254,0,0,0,0,0 +203255,0,0,0,0,0 +203256,0,0,0,0,0 +203257,0,0,0,0,0 +203258,0,0,0,0,0 +203259,0,0,0,0,0 +203260,0,0,0,0,0 +203261,0,0,0,0,0 +203262,0,0,0,0,0 +203263,0,0,0,0,0 +203264,0,0,0,0,0 +203265,0,0,0,0,0 +203266,0,0,0,0,0 +203267,0,0,0,0,0 +203268,0,0,0,0,0 +203269,0,0,0,0,0 +203270,0,0,0,0,0 +203271,0,0,0,0,0 +203272,0,0,0,0,0 +203273,0,0,0,0,0 +203274,0,0,0,0,0 +203275,0,0,0,0,0 +203276,0,0,0,0,0 +203277,0,0,0,0,0 +203278,0,0,0,0,0 +203279,0,0,0,0,0 +203280,0,0,0,0,0 +203281,0,0,0,0,0 +203282,0,0,0,0,0 +203283,0,0,0,0,0 +203284,0,0,0,0,0 +203285,0,0,0,0,0 +203286,0,0,0,0,0 +203287,0,0,0,0,0 +203288,0,0,0,0,0 +203289,0,0,0,0,0 +203290,0,0,0,0,0 +203291,0,0,0,0,0 +203292,0,0,0,0,0 +203293,0,0,0,0,0 +203294,0,0,0,0,0 +203295,0,0,0,0,0 +203296,0,0,0,0,0 +203297,0,0,0,0,0 +203298,0,0,0,0,0 +203299,0,0,0,0,0 +203300,0,0,0,0,0 +203301,0,0,0,0,0 +203302,0,0,0,0,0 +203303,0,0,0,0,0 +203304,0,0,0,0,0 +203305,0,0,0,0,0 +203306,0,0,0,0,0 +203307,0,0,0,0,0 +203308,0,0,0,0,0 +203309,0,0,0,0,0 +203310,0,0,0,0,0 +203311,0,0,0,0,0 +203312,0,0,0,0,0 +203313,0,0,0,0,0 +203314,0,0,0,0,0 +203315,0,0,0,0,0 +203316,0,0,0,0,0 +203317,0,0,0,0,0 +203318,0,0,0,0,0 +203319,0,0,0,0,0 +203320,0,0,0,0,0 +203321,0,0,0,0,0 +203322,0,0,0,0,0 +203323,0,0,0,0,0 +203324,0,0,0,0,0 +203325,0,0,0,0,0 +203326,0,0,0,0,0 +203327,0,0,0,0,0 +203328,0,0,0,0,0 +203329,0,0,0,0,0 +203330,0,0,0,0,0 +203331,0,0,0,0,0 +203332,0,0,0,0,0 +203333,0,0,0,0,0 +203334,0,0,0,0,0 +203335,0,0,0,0,0 +203336,0,0,0,0,0 +203337,0,0,0,0,0 +203338,0,0,0,0,0 +203339,0,0,0,0,0 +203340,0,0,0,0,0 +203341,0,0,0,0,0 +203342,0,0,0,0,0 +203343,0,0,0,0,0 +203344,0,0,0,0,0 +203345,0,0,0,0,0 +203346,0,0,0,0,0 +203347,0,0,0,0,0 +203348,0,0,0,0,0 +203349,0,0,0,0,0 +203350,0,0,0,0,0 +203351,0,0,0,0,0 +203352,0,0,0,0,0 +203353,0,0,0,0,0 +203354,0,0,0,0,0 +203355,0,0,0,0,0 +203356,0,0,0,0,0 +203357,0,0,0,0,0 +203358,0,0,0,0,0 +203359,0,0,0,0,0 +203360,0,0,0,0,0 +203361,0,0,0,0,0 +203362,0,0,0,0,0 +203363,0,0,0,0,0 +203364,0,0,0,0,0 +203365,0,0,0,0,0 +203366,0,0,0,0,0 +203367,0,0,0,0,0 +203368,0,0,0,0,0 +203369,0,0,0,0,0 +203370,0,0,0,0,0 +203371,0,0,0,0,0 +203372,0,0,0,0,0 +203373,0,0,0,0,0 +203374,0,0,0,0,0 +203375,0,0,0,0,0 +203376,0,0,0,0,0 +203377,0,0,0,0,0 +203378,0,0,0,0,0 +203379,0,0,0,0,0 +203380,0,0,0,0,0 +203381,0,0,0,0,0 +203382,0,0,0,0,0 +203383,0,0,0,0,0 +203384,0,0,0,0,0 +203385,0,0,0,0,0 +203386,0,0,0,0,0 +203387,0,0,0,0,0 +203388,0,0,0,0,0 +203389,0,0,0,0,0 +203390,0,0,0,0,0 +203391,0,0,0,0,0 +203392,0,0,0,0,0 +203393,0,0,0,0,0 +203394,0,0,0,0,0 +203395,0,0,0,0,0 +203396,0,0,0,0,0 +203397,0,0,0,0,0 +203398,0,0,0,0,0 +203399,0,0,0,0,0 +203400,0,0,0,0,0 +203401,0,0,0,0,0 +203402,0,0,0,0,0 +203403,0,0,0,0,0 +203404,0,0,0,0,0 +203405,0,0,0,0,0 +203406,0,0,0,0,0 +203407,0,0,0,0,0 +203408,0,0,0,0,0 +203409,0,0,0,0,0 +203410,0,0,0,0,0 +203411,0,0,0,0,0 +203412,0,0,0,0,0 +203413,0,0,0,0,0 +203414,0,0,0,0,0 +203415,0,0,0,0,0 +203416,0,0,0,0,0 +203417,0,0,0,0,0 +203418,0,0,0,0,0 +203419,0,0,0,0,0 +203420,0,0,0,0,0 +203421,0,0,0,0,0 +203422,0,0,0,0,0 +203423,0,0,0,0,0 +203424,0,0,0,0,0 +203425,0,0,0,0,0 +203426,0,0,0,0,0 +203427,0,0,0,0,0 +203428,0,0,0,0,0 +203429,0,0,0,0,0 +203430,0,0,0,0,0 +203431,0,0,0,0,0 +203432,0,0,0,0,0 +203433,0,0,0,0,0 +203434,0,0,0,0,0 +203435,0,0,0,0,0 +203436,0,0,0,0,0 +203437,0,0,0,0,0 +203438,0,0,0,0,0 +203439,0,0,0,0,0 +203440,0,0,0,0,0 +203441,0,0,0,0,0 +203442,0,0,0,0,0 +203443,0,0,0,0,0 +203444,0,0,0,0,0 +203445,0,0,0,0,0 +203446,0,0,0,0,0 +203447,0,0,0,0,0 +203448,0,0,0,0,0 +203449,0,0,0,0,0 +203450,0,0,0,0,0 +203451,0,0,0,0,0 +203452,0,0,0,0,0 +203453,0,0,0,0,0 +203454,0,0,0,0,0 +203455,0,0,0,0,0 +203456,0,0,0,0,0 +203457,0,0,0,0,0 +203458,0,0,0,0,0 +203459,0,0,0,0,0 +203460,0,0,0,0,0 +203461,-173.5173041,1670.852606,2679.441063,-68.75627404,-343.8414031 +203462,270.9275051,307.6150218,2981.931364,133.1826879,463.3480306 +203463,268.7411325,288.7903902,677.7985421,131.8339652,459.1691084 +203464,261.7130934,282.5396999,639.7724831,128.211591,446.1655952 +203465,253.9644624,282.7046155,631.9631818,124.3333553,431.3836891 +203466,247.0365088,284.493629,636.0493189,120.940933,417.5516018 +203467,241.2654699,286.1225971,641.7826377,118.1646891,405.3866631 +203468,236.4621443,287.3685447,646.1285028,115.8936067,394.6987195 +203469,232.3916218,288.4392226,649.1618253,113.9942778,385.1645913 +203470,228.8858301,289.5119101,651.5501654,112.3807118,376.5565343 +203471,225.8512543,290.658486,708.0888933,110.999929,368.7404517 +203472,223.2198498,291.8883337,820.2882528,109.8165733,361.6299242 +203473,220.946221,293.1911871,783.0046356,108.8034276,355.1564145 +203474,218.9870169,394.6669048,806.149666,107.9375686,349.2582035 +203475,217.3027228,361.3984172,822.3463611,107.1989916,343.8784113 +203476,215.8591809,380.020527,835.0355742,106.5707206,338.9653016 +203477,214.6275365,392.5585436,847.5705464,106.0385877,334.472676 +203478,213.5833518,402.6881615,859.9100078,105.5907553,330.3594457 +203479,212.7059036,412.8902755,872.0355589,105.2173309,326.5893189 +203480,212.3135494,423.0021479,884.4606567,105.0627587,323.7411506 +203481,211.6718178,433.0819348,896.4132431,104.7929567,320.4786279 +203482,211.1528746,443.223957,908.4595734,104.5772057,317.4763105 +203483,210.7484151,453.214004,920.2143226,104.4118698,314.7167534 +203484,210.4494575,463.2387956,932.274028,104.292978,312.1812151 +203485,210.2470725,473.123543,943.9750327,104.2165714,309.8509423 +203486,210.1330195,483.2112816,955.2510758,104.1790184,307.7082955 +203487,210.1003094,492.9795166,967.1332511,104.1772663,305.7378253 +203488,210.1425735,500.2399541,973.8636839,104.208554,303.9251879 +203489,210.3453516,509.2937403,984.733506,104.3261325,302.2581271 +203490,210.6721262,519.1503929,995.5266905,104.5090618,300.7255808 +203491,211.0733841,527.9684787,1005.063511,104.7276633,299.3172112 +203492,211.5188803,536.6743179,1014.213459,104.9643191,298.0239221 +203493,211.9973747,545.6247365,1023.132181,105.2129995,296.8375644 +203494,212.5067466,554.3145056,1032.0749,105.473113,295.7506839 +203495,213.0472898,562.6257724,1040.415787,105.7454042,294.7565552 +203496,213.6191499,571.4892088,1049.413502,106.0304238,293.8490605 +203497,214.2219366,579.7090256,1057.487983,106.328322,293.0226366 +203498,214.8549754,588.5907228,1065.860693,106.6390193,292.2722107 +203499,215.5175127,596.5871056,1074.069517,106.9623441,291.5931586 +203500,216.208801,605.086794,1081.716275,107.2980924,290.9812156 +203501,216.9281291,613.1864809,1089.530847,107.6460489,290.4324943 +203502,217.67479,621.6729203,1097.140603,108.0059763,289.9433735 +203503,218.4481139,629.7327418,1104.804152,108.3776332,289.510572 +203504,219.2474164,637.895559,1111.968282,108.7607544,289.1310004 +203505,220.0720441,649.395518,1118.92059,109.1550743,288.8018504 +203506,220.9213337,659.8631071,1126.62713,109.5603118,288.5204648 +203507,221.7946441,670.6661592,1133.191652,109.9761867,288.2844067 +203508,222.6913469,681.21947,1140.054408,110.402418,288.0913931 +203509,223.6107749,691.5358991,1146.676051,110.8387012,287.9392156 +203510,224.5524515,702.258322,1153.273883,111.2848147,287.8261114 +203511,225.5157287,712.4623591,1159.643597,111.7404554,287.7501267 +203512,226.5000146,722.7704823,1165.982557,112.2053436,287.709485 +203513,227.5047714,732.9705596,1172.089315,112.6792224,287.7026062 +203514,228.5294336,742.8801294,1178.168108,113.1618212,287.7279179 +203515,229.5734945,753.2775066,1184.01251,113.6528952,287.7840359 +203516,230.6364029,763.090956,1189.834166,114.1521794,287.8695386 +203517,231.7176867,773.0412868,1195.417451,114.659444,287.9832163 +203518,232.8168318,782.8814607,1200.950681,115.1744407,288.1238148 +203519,233.9333737,792.6512129,1206.358585,115.6969436,288.290228 +203520,235.066841,802.3509831,1211.562787,116.2267245,288.4813597 +203521,236.3212031,1241.843397,2171.00477,116.8110281,288.886055 +203522,256.4224116,1266.032297,2204.943451,126.108953,324.025092 +203523,286.3670259,1285.393983,2228.540882,139.8292306,378.2173763 +203524,316.8420996,1303.239499,2264.868594,153.6068619,434.9049814 +203525,343.8483553,1319.912774,2251.417754,165.6163579,486.6939821 +203526,366.8943375,1335.727635,2283.668435,175.6902408,532.2853443 +203527,386.6901681,1351.129968,2302.905303,184.2136806,572.5449275 +203528,404.0004175,1366.052529,2313.474252,191.5797288,608.5375085 +203529,419.3610774,1380.741981,2332.73791,198.0597345,641.0189325 +203530,433.1201004,1395.116123,2349.663591,203.8277588,670.4780762 +203531,445.5245373,1409.463551,2384.609539,209.0054124,697.2666867 +203532,456.7728253,1423.282194,2354.300674,213.6885052,721.6778313 +203533,467.0347826,1437.226608,2429.747016,217.9574194,743.9741389 +203534,476.4569486,1450.801827,2380.003907,221.8801493,764.3930807 +203535,485.1644011,1464.26443,2457.771396,225.5135502,783.1469392 +203536,493.2627649,1477.488535,2432.081247,228.9046253,800.4234534 +203537,500.8407906,1490.772192,2453.243992,232.092026,816.3878387 +203538,507.9729703,1503.598343,2470.292644,235.1075036,831.1853085 +203539,514.7218964,1516.408699,2480.677737,237.9771784,844.9435879 +203540,521.1402148,1529.157561,2493.245824,240.7225668,857.7750875 +203541,527.2722703,1541.565401,2505.484824,243.3614259,869.7788422 +203542,533.1554231,1554.113441,2517.001817,245.9084162,881.0420999 +203543,538.8212001,1566.204667,2528.568033,248.3756669,891.6418102 +203544,544.296206,1578.286686,2539.391694,250.7732151,901.645827 +203545,549.6029391,1590.334008,2550.234514,253.1093902,911.1140636 +203546,554.7604281,1602.174064,2566.427949,255.3911072,920.0994147 +203547,559.7848108,1613.695267,2568.251099,257.6241286,928.6486527 +203548,564.6897778,1625.402228,2581.352617,259.8132595,936.8031325 +203549,569.4869868,1636.760332,2590.480462,261.9625278,944.5994925 +203550,574.1863623,1648.060577,2599.187183,264.0753104,952.0701771 +203551,578.7963968,1658.582821,2607.487808,266.1544587,959.1034909 +203552,583.3208241,1669.148021,2614.875831,268.2006586,965.7817819 +203553,587.763587,1685.901363,2621.940677,270.2148434,972.1927924 +203554,592.1295123,1686.817488,2628.941264,272.1985078,978.3882449 +203555,596.423632,1709.990627,2635.328127,274.1533555,984.3944611 +203556,600.6505805,1702.73129,2641.554585,276.0809874,990.2270429 +203557,604.8144351,1736.46458,2647.397911,277.9828094,995.8986676 +203558,608.9187153,1713.536176,2658.246214,279.8600227,1001.421129 +203559,612.9665009,1727.239937,2656.479582,281.7136727,1006.805534 +203560,616.9604918,1754.377274,2663.804097,283.5446727,1012.061893 +203561,620.9030947,1751.994287,2668.576133,367.5433556,1017.199164 +203562,639.1240883,1763.464263,2672.761967,334.0533605,1022.225227 +203563,808.4995712,1772.249375,2676.823377,351.9852219,1027.147095 +203564,733.7678018,1780.634331,2680.609767,360.4915811,1031.97085 +203565,773.2209657,1788.966758,2684.370462,368.0820339,1036.70186 +203566,789.7311338,1797.366341,2687.657175,375.2793501,1041.344705 +203567,804.3217391,1805.160917,2690.733895,382.5121423,1045.903454 +203568,818.9098851,1813.269154,2693.597968,389.4859687,1050.381795 +203569,832.9017804,1820.965209,2696.173563,396.2538123,1054.783175 +203570,846.985481,1828.821494,2698.496314,403.171044,1059.110799 +203571,860.4479589,1836.066846,2705.899083,409.71545,1063.367645 +203572,874.062551,1843.758922,2695.749157,416.2430882,1067.556442 +203573,887.1989567,1850.879721,2711.080155,422.5524036,1071.679693 +203574,900.1770813,1858.234891,2704.94436,428.9452543,1075.739672 +203575,912.820781,1865.049996,2706.812728,435.0613485,1079.73848 +203576,925.7494304,1872.117108,2708.339256,441.148378,1083.678039 +203577,937.6321887,1878.795962,2709.164108,447.0086284,1087.560139 +203578,950.1909204,1885.555985,2709.581052,453.0250871,1091.386431 +203579,962.0501551,1892.006702,2709.931973,458.7214939,1095.15847 +203580,973.8757551,1898.519172,2710.106933,464.4187826,1098.877692 +203581,1375.329566,2073.810412,2797.883822,638.3671959,1102.272058 +203582,1390.898161,2082.178206,2812.020459,645.601817,1118.975038 +203583,1288.033821,2035.302735,2698.339126,599.4871397,1874.142322 +203584,1472.907318,2116.810464,2680.267441,683.0235094,1961.864745 +203585,1405.01756,2092.215123,2671.223621,652.7470279,1760.741737 +203586,1433.02358,2102.82973,2668.549941,665.9407797,1863.247153 +203587,1445.638099,2110.118484,2661.367933,671.8399865,1878.124903 +203588,1457.897483,2117.045835,2653.931318,677.6020144,1889.846992 +203589,1468.559976,2122.734815,2646.146008,683.2914468,1900.945862 +203590,1481.073904,2128.813381,2638.500309,688.7353266,1911.954586 +203591,1491.479599,2134.467886,2630.33974,693.9429599,1938.987477 +203592,1503.219282,2140.616069,2622.898647,699.5031847,1924.093984 +203593,1638.225226,2205.096998,2740.11324,761.1773013,2155.665848 +203594,1340.536691,2070.676369,2628.51641,626.5506455,1619.185077 +203595,1747.053178,2251.561131,2754.998308,811.3684843,2351.169055 +203596,1341.856216,2073.825167,2635.156192,627.343382,1590.696963 +203597,1769.86449,2267.716303,2761.088599,822.3200633,2376.407302 +203598,1359.002864,2075.266951,2636.856796,635.9085378,1604.302721 +203599,1793.608661,2285.728493,2763.228919,833.1095525,2399.231052 +203600,1375.829381,2077.931716,2636.051287,644.2729781,1616.972855 +203601,1815.894867,2309.497254,2763.531799,843.5674565,2421.339515 +203602,1392.824953,2069.86964,2634.228875,652.4973349,1629.262694 +203603,1837.581481,2326.945466,2763.709743,853.4503944,2442.744517 +203604,1409.268099,2075.784241,2632.550377,660.9346508,1640.859866 +203605,1858.84152,2336.304744,2763.849951,863.2346704,2463.478121 +203606,1425.161508,2083.568019,2630.58225,668.668353,1651.955766 +203607,1879.790393,2344.614306,2763.543218,873.0255487,2483.761107 +203608,1439.635455,2088.558526,2628.205776,678.8640971,1662.466531 +203609,1898.795826,2332.045816,2762.244988,885.6289168,2503.464141 +203610,1454.303489,2089.68512,2625.750461,686.7388469,1672.430772 +203611,1918.268747,2347.655379,2760.762638,895.3228234,2522.381521 +203612,1468.457703,2089.095455,2622.575508,694.0003357,1682.034 +203613,1937.493306,2354.771021,2759.460009,904.6996169,2540.927112 +203614,1482.37455,2093.045403,2619.272798,701.0459831,1690.997634 +203615,1956.184527,2360.781979,2757.825273,913.8428838,2559.215267 +203616,1495.846995,2096.585314,2613.980695,707.7006758,1699.267965 +203617,1974.874153,2366.649372,2755.029504,922.9009322,2577.213532 +203618,1508.87262,2100.262605,2611.323868,714.3038356,1707.247037 +203619,1992.769736,2371.323634,2753.491696,931.5744406,2594.351808 +203620,1665.211582,2181.707077,2751.979237,785.7985975,1975.685069 +203621,1795.89356,2265.198483,2744.799335,843.6140712,2211.819141 +203622,1782.092557,2236.887342,2737.032851,838.567273,2177.882948 +203623,1789.018419,2258.377395,2730.483208,841.4970688,2182.901666 +203624,1796.14382,2245.828436,2727.27101,845.1154093,2188.671154 +203625,1803.640483,2252.545489,2722.740572,848.6748333,2194.15288 +203626,1810.468484,2253.109889,2719.705319,852.0006219,2199.652823 +203627,1817.779842,2254.334163,2717.48377,855.4740159,2205.180354 +203628,1824.719919,2255.614687,2717.388567,858.7438141,2210.544836 +203629,1831.666343,2256.737723,2716.610348,862.2198204,2215.705501 +203630,1838.402846,2257.795391,2715.590749,865.3832383,2220.940668 +203631,1845.414368,2258.738241,2712.72462,868.672299,2226.027845 +203632,1852.059626,2259.513469,2710.748133,871.852694,2231.050088 +203633,1858.722341,2260.48371,2710.872823,875.0792075,2235.994217 +203634,1865.488717,2261.063301,2708.422882,878.2451386,2240.857696 +203635,1872.077201,2261.709315,2704.637637,881.3710653,2245.650757 +203636,1878.37146,2262.255149,2700.696751,884.4468642,2250.576757 +203637,1885.256171,2262.697465,2698.828574,887.4775918,2255.223254 +203638,1891.368557,2263.018614,2696.171711,890.4012388,2259.704836 +203639,1897.860911,2263.270337,2691.471291,893.5860947,2264.353198 +203640,1904.01278,2263.455543,2689.422106,896.3366908,2268.817664 +203641,1917.052452,2266.446968,2686.168274,902.140225,2284.549641 +203642,1924.99361,2267.130143,2681.27574,905.8323107,2290.555023 +203643,1932.065367,2267.637394,2679.30588,909.0849918,2296.302502 +203644,1939.153851,2267.856383,2676.764315,912.5016683,2301.508415 +203645,1946.264299,2267.98741,2672.193879,915.5289659,2306.775785 +203646,1953.020865,2268.054621,2668.462444,918.8626278,2311.725148 +203647,1959.567746,2267.894186,2665.028859,921.8295338,2316.454088 +203648,1966.518521,2267.741198,2661.722003,924.9634217,2325.120535 +203649,1974.534267,2267.419193,2660.245034,928.0053935,2327.668904 +203650,1983.481243,2267.058971,2657.772686,931.0101771,2337.396048 +203651,1986.288112,2266.568486,2654.889739,933.9170738,2331.502219 +203652,2000.048959,2266.00044,2650.032312,936.9068058,2326.321748 +203653,1995.751427,2265.330412,2646.043665,939.7837975,2352.597014 +203654,2018.512986,2264.452938,2642.350924,942.7350793,2345.72998 +203655,2000.128793,2263.988954,2640.611904,945.5419573,2352.301949 +203656,2004.114008,2262.584591,2636.208267,948.3562542,2356.634308 +203657,2034.010835,2261.911068,2632.398252,951.1623078,2360.607027 +203658,2026.546444,2260.731902,2630.532088,953.9990118,2364.736759 +203659,2035.719647,2259.530041,2625.983216,956.6610062,2368.71492 +203660,2041.945317,2258.292887,2623.851865,959.4890337,2372.664297 +203661,2047.747502,2256.92854,2619.152293,962.0484734,2378.130782 +203662,2053.981985,2255.509542,2616.915223,964.9503814,2388.800817 +203663,2059.530745,2253.979579,2612.155024,967.4039028,2376.439848 +203664,2065.653087,2252.395134,2609.908717,970.1831098,2384.09152 +203665,2071.26003,2250.711715,2606.904798,972.6923162,2395.414206 +203666,2077.216712,2248.930956,2601.823797,975.3393652,2394.051667 +203667,2082.762669,2247.09141,2597.603466,977.8863385,2398.794618 +203668,2088.64432,2245.180787,2595.492419,980.5040796,2403.154062 +203669,2094.110865,2243.165789,2592.527206,982.9468456,2418.769255 +203670,2100.017001,2241.063421,2587.482891,985.6126166,2388.487211 +203671,2105.165412,2238.767504,2583.283042,987.8378981,2427.360765 +203672,2110.762661,2236.37413,2581.156393,990.4731694,2407.36964 +203673,2116.123222,2233.854167,2576.398117,992.7348884,2422.579832 +203674,2121.69517,2231.266308,2572.306017,995.2207196,2422.165174 +203675,2126.683623,2228.606024,2570.214234,997.4826849,2435.378749 +203676,2132.226196,2225.971592,2567.248006,999.8697043,2415.075543 +203677,2137.271204,2222.937872,2563.926719,1002.173162,2448.611798 +203678,2142.658972,2220.067348,2558.633197,1004.589927,2425.43399 +203679,2147.646502,2217.073133,2554.426803,1006.703669,2450.825843 +203680,2152.966654,2213.973643,2550.680744,1009.107111,2437.338437 +203681,2157.886283,2210.807108,2547.239346,1011.249726,2446.742141 +203682,2163.13631,2207.564795,2544.242971,1013.524467,2448.683427 +203683,2167.989355,2204.219155,2541.57803,1015.722913,2451.43708 +203684,2173.285868,2200.803633,2539.07001,1017.979776,2454.576136 +203685,2177.90152,2197.366459,2536.643405,1020.072814,2457.436403 +203686,2183.104447,2193.794784,2534.251968,1022.336945,2460.343866 +203687,2187.693467,2190.16653,2531.874928,1024.390205,2463.067466 +203688,2192.930839,2186.423144,2529.507458,1026.679367,2466.087334 +203689,2197.509315,2182.701229,2527.256269,1028.618401,2474.353312 +203690,2202.646011,2178.958743,2524.983337,1030.861837,2468.766271 +203691,2207.067552,2174.835607,2522.581602,1032.791059,2475.242349 +203692,2212.095626,2170.920019,2520.200794,1035.04892,2477.443889 +203693,2216.625346,2166.825478,2517.871779,1036.974657,2479.898397 +203694,2221.50708,2162.724755,2515.564509,1039.130149,2482.513367 +203695,2226.000518,2158.502997,2513.292179,1041.069462,2485.301596 +203696,2230.828051,2145.733092,2511.12938,1043.189635,2487.914897 +203697,2235.267759,2162.053884,2509.165875,1045.10285,2490.269138 +203698,2240.166505,2126.389054,2507.398804,1047.197439,2493.135706 +203699,2244.364645,2161.237556,2505.709215,1049.085804,2495.56747 +203700,2249.053221,2126.977225,2504.065146,1051.155756,2498.088884 +203701,2135.494836,2061.929341,2503.617369,999.5889029,2271.714148 +203702,2136.842716,2079.521943,2491.029291,1000.086335,2309.737893 +203703,2138.794141,2070.242031,2475.823431,1001.103782,2274.951353 +203704,2141.224241,2045.687389,2462.635837,1002.091773,2293.409608 +203705,2143.553525,2081.811844,2452.387316,1003.245233,2289.389265 +203706,2146.261964,2012.274983,2444.726092,1004.281617,2277.989232 +203707,2148.867191,2057.076907,2438.988411,1005.405218,2312.373332 +203708,2151.290458,2031.623427,2434.465971,1006.628883,2270.06402 +203709,2154.070625,2029.354322,2430.934716,1007.740926,2317.299526 +203710,2156.589528,2023.393437,2428.029326,1008.861687,2275.678229 +203711,2159.285489,2017.37321,2425.52182,1010.046104,2314.295841 +203712,2161.915971,2011.493058,2423.259001,1011.201918,2278.700059 +203713,2164.539051,2005.424886,2421.349647,1012.353459,2319.432837 +203714,2167.159363,2022.056762,2419.567435,1013.503067,2287.877909 +203715,2169.776064,1960.560492,2417.815792,1014.650139,2309.769325 +203716,2172.387572,2002.572361,2416.232931,1015.79404,2300.365288 +203717,2174.994884,1977.493512,2416.506816,1016.93393,2305.147214 +203718,2177.591965,1974.315903,2414.12119,1018.074167,2305.829234 +203719,2180.187774,1968.028027,2414.262331,1019.205999,2307.113502 +203720,2182.771041,1961.821918,2413.683467,1020.338705,2308.425106 +203721,2185.348371,1955.346543,2412.856763,1021.465902,2309.736257 +203722,2187.916438,1948.925027,2411.911749,1022.589825,2311.04958 +203723,2190.472375,1942.441463,2409.120923,1023.711258,2312.383746 +203724,2193.025241,1935.805289,2407.299299,1024.826478,2313.679914 +203725,2195.564612,1929.414116,2405.878858,1025.880825,2314.894876 +203726,2197.998857,1922.745214,2404.682223,1027.034552,2316.237244 +203727,2200.596987,1932.311053,2405.378676,1028.12858,2317.612944 +203728,2203.019482,1886.25287,2405.192125,1029.202465,2318.796274 +203729,2205.597155,1926.490155,2402.864475,1030.334555,2320.237056 +203730,2208.005092,1875.514576,2403.122028,1031.38706,2321.453642 +203731,2210.482941,1897.796616,2400.920674,1032.475644,2322.893221 +203732,2212.778301,1880.228344,2401.235287,1033.474138,2324.076807 +203733,2215.211629,1875.262227,2399.050323,1034.542485,2325.507804 +203734,2217.47405,1868.258077,2399.392245,1035.526142,2326.727269 +203735,2219.78142,1861.25231,2399.017731,1036.536761,2328.031524 +203736,2222.086122,1854.090627,2398.38414,1037.60178,2329.287052 +203737,2224.377566,1847.171965,2395.841377,1038.515542,2330.6073 +203738,2226.65953,1840.109475,2396.00619,1039.550848,2331.816371 +203739,2228.925519,1832.829352,2393.779955,1040.533422,2333.249997 +203740,2231.182108,1825.753396,2392.34762,1041.515682,2334.524444 +203741,2233.425468,1818.444803,2391.222709,1042.494125,2335.789287 +203742,2235.657589,1811.400913,2392.039368,1043.465678,2337.137075 +203743,2237.877133,1804.104423,2391.958741,1044.433725,2338.397662 +203744,2240.085355,1796.876451,2389.750924,1045.396036,2339.690027 +203745,2242.410329,1789.623204,2388.468004,1046.351325,2346.720534 +203746,2244.404215,1782.232631,2387.360192,1047.302622,2333.544519 +203747,2246.705463,1775.104019,2386.429626,1048.248158,2353.163362 +203748,2251.643358,1767.839616,2385.59962,1049.188601,2335.658369 +203749,2246.705029,1778.027003,2386.600863,1050.123022,2355.464117 +203750,2262.70595,1727.669405,2386.756749,1051.054242,2344.068107 +203751,2243.557149,1772.944435,2384.654778,1051.980282,2349.229961 +203752,2282.05422,1714.333685,2383.296437,1052.899729,2350.355713 +203753,2229.400676,1741.356601,2384.088446,1053.814609,2351.403998 +203754,2275.631199,1721.377288,2382.271252,1054.727272,2352.595361 +203755,2275.229849,1716.377175,2382.841316,1055.631493,2353.939846 +203756,2243.678056,1709.105553,2380.925438,1056.535542,2355.058862 +203757,2278.615322,1701.631238,2379.752841,1057.431705,2356.336791 +203758,2293.473944,1694.365772,2378.795912,1058.325081,2357.631031 +203759,2233.016098,1686.915397,2378.031861,1059.213864,2358.830175 +203760,2292.726547,1679.734163,2377.39105,1060.098331,2360.015194 +203761,2031.358454,1562.201736,2374.940699,951.846492,1906.638654 +203762,2031.694053,1552.093209,2359.863757,950.1172251,1928.728998 +203763,2030.303595,1542.948061,2339.67084,949.2521511,1910.922701 +203764,2029.475328,1534.117558,2320.794109,948.7137615,1910.554311 +203765,2029.060923,1525.503189,2305.490212,948.3591905,1907.869346 +203766,2028.910428,1517.041154,2293.59202,948.0725299,1905.416892 +203767,2028.937431,1508.694406,2284.219612,947.9999567,1903.433785 +203768,2029.090449,1500.435543,2276.575554,947.866395,1901.582891 +203769,2029.340261,1492.162299,2270.130924,947.8218297,1899.899981 +203770,2029.784229,1484.170921,2264.564747,947.8035961,1898.342448 +203771,2030.012416,1476.150413,2259.672734,947.8147275,1896.890228 +203772,2030.556458,1468.051206,2255.311621,947.8518658,1895.529217 +203773,2031.05944,1460.095374,2251.372694,947.9126364,1894.249252 +203774,2031.518249,1452.338699,2247.771194,947.9951837,1893.042149 +203775,2032.316465,1444.476788,2244.439942,948.0981861,1891.901973 +203776,2032.909479,1436.746396,2241.32594,948.2205075,1890.823445 +203777,2033.650114,1428.980604,2238.389225,948.3613439,1889.802815 +203778,2034.42036,1421.571307,2235.598278,948.5740043,1888.836305 +203779,2035.235926,1413.84202,2232.92966,948.6694719,1887.921372 +203780,2036.096232,1406.427995,2230.366657,948.9002311,1887.055094 +203781,2037.003235,1398.915989,2229.696303,949.0994246,1886.236935 +203782,2037.949881,1391.683947,2226.388468,949.3254488,1886.882355 +203783,2038.944926,1384.354019,2223.70469,949.563756,1884.118617 +203784,2039.975616,1377.245851,2221.232803,949.8186294,1887.812241 +203785,2041.04264,1372.939079,2218.899818,950.0878295,1877.821612 +203786,2042.143912,1367.739317,2216.644265,950.3713654,1897.956034 +203787,2043.27878,1362.529063,2214.479668,950.6690136,1861.374727 +203788,2044.44588,1357.286081,2212.393271,950.9803563,1891.494515 +203789,2045.644845,1352.158142,2210.306842,951.3053547,1896.806355 +203790,2046.874711,1347.078111,2208.300523,951.643556,1853.405804 +203791,2048.205248,1341.947529,2206.371924,951.9701203,1893.350396 +203792,2049.263104,1337.073265,2204.445562,952.3041203,1876.959298 +203793,2050.606961,1332.171701,2204.346822,952.6469417,1879.42778 +203794,2051.865852,1349.490978,2201.534254,953.002828,1879.174104 +203795,2053.174623,1289.375175,2199.357157,953.3658408,1878.735817 +203796,2054.503061,1333.649392,2197.402299,953.7403582,1878.510883 +203797,2055.855951,1321.430029,2195.47962,954.1247198,1878.237059 +203798,2057.234081,1291.020385,2195.448701,954.5180241,1878.006238 +203799,2058.628257,1326.819856,2192.768757,954.868457,1877.792392 +203800,2060.051065,1276.503181,2190.691315,955.3633802,1877.61418 +203801,2061.491687,1316.222107,2188.805831,955.7470169,1877.455298 +203802,2062.83405,1272.764603,2187.032151,956.1877048,1877.321692 +203803,2064.496879,1298.808196,2185.343553,956.6289621,1877.211556 +203804,2065.912888,1274.624819,2183.704434,957.0789584,1877.210168 +203805,2067.453078,1281.699106,2182.112488,957.537581,1876.923192 +203806,2068.994143,1274.086643,2182.353324,958.0031415,1877.083099 +203807,2070.672368,1270.822395,2179.910301,958.4813253,1876.977347 +203808,2072.067724,1267.203637,2178.049991,958.9627776,1876.993022 +203809,2073.748085,1263.507593,2176.367842,959.454425,1877.01159 +203810,2075.340407,1259.973002,2174.790138,959.9531177,1877.05055 +203811,2076.966519,1256.527255,2173.28486,960.4593323,1877.108715 +203812,2078.609213,1253.183719,2171.831848,960.9728007,1877.18572 +203813,2080.267413,1249.944902,2170.418545,961.5503429,1877.371751 +203814,2081.940578,1246.377756,2169.03865,961.9930428,1877.344057 +203815,2083.62817,1243.449969,2167.687772,962.5955511,1877.542795 +203816,2085.329974,1240.661847,2166.361048,963.2157194,1877.676947 +203817,2087.045723,1238.02455,2165.054186,964.1308898,1877.842024 +203818,2088.774965,1235.261853,2163.765696,965.1127992,1878.024936 +203819,2090.517424,1232.713849,2162.495215,966.4529736,1878.224258 +203820,2092.272542,1230.150104,2161.241822,967.5601294,1878.439901 +203821,2329.136579,1334.356616,2165.198696,1092.530628,2320.332578 +203822,2334.856627,1333.571172,2185.161929,1053.995014,2303.727194 +203823,2339.242241,1332.730783,2209.758054,1093.809445,2316.069355 +203824,2343.133401,1331.224209,2230.751544,1093.546141,2319.862178 +203825,2346.734941,1352.328291,2246.440026,1071.572381,2322.021492 +203826,2350.14726,1294.988906,2257.588859,1113.4279,2325.058855 +203827,2353.433545,1343.042967,2265.609052,1064.315333,2327.839248 +203828,2356.631253,1335.278661,2271.521672,1107.683311,2330.40265 +203829,2359.763029,1305.070436,2276.061421,1110.823896,2332.907936 +203830,2362.839918,1348.59177,2279.910872,1079.403715,2335.331496 +203831,2365.870203,1292.015918,2282.955485,1109.228953,2337.696831 +203832,2368.858264,1352.090406,2285.467542,1105.632898,2339.969638 +203833,2371.812638,1285.736807,2289.337003,1107.904816,2342.425371 +203834,2374.722764,1347.623563,2290.21719,1111.382846,2344.139796 +203835,2377.611027,1286.149957,2291.479961,1114.368178,2346.704418 +203836,2380.463088,1339.611543,2292.78749,1117.394453,2348.74837 +203837,2385.748978,1288.573298,2294.066983,1120.478894,2350.805852 +203838,2382.417536,1329.760321,2297.024352,1123.621429,2353.071187 +203839,2402.594167,1293.117639,2297.192235,1126.884219,2354.557312 +203840,2373.3541,1319.693263,2297.916311,1129.976964,2357.115619 +203841,2402.92441,1296.894078,2298.819417,1133.438064,2358.891477 +203842,2414.161347,1310.050201,2299.719929,1136.755321,2360.589147 +203843,2371.228729,1300.820873,2300.672127,1140.198438,2362.901286 +203844,2416.108427,1303.151629,2301.665971,1143.691525,2364.713069 +203845,2401.839283,1300.7077,2302.59161,1147.244188,2366.908016 +203846,2407.583724,1299.59176,2303.46489,1150.92425,2368.429404 +203847,2410.168493,1298.293135,2304.45917,1154.495892,2375.297287 +203848,2412.794803,1297.006126,2305.286738,1158.277621,2364.738086 +203849,2415.40744,1295.807393,2306.097721,1162.061667,2381.658199 +203850,2418.017049,1294.434026,2308.628944,1165.917909,2369.190766 +203851,2420.535765,1293.201982,2310.163181,1169.777049,2384.251329 +203852,2423.179148,1291.908862,2311.374182,1173.619963,2377.952547 +203853,2425.448036,1290.638013,2310.517926,1177.757905,2380.455699 +203854,2428.038795,1289.373402,2312.188438,1181.629557,2383.443947 +203855,2430.477034,1288.123657,2313.274279,1185.768451,2384.660711 +203856,2432.935948,1286.88274,2314.124385,1189.895751,2386.279572 +203857,2435.379125,1285.654737,2313.124755,1194.08898,2387.640647 +203858,2437.825344,1284.435183,2313.0515,1198.342826,2389.363946 +203859,2440.255441,1283.228645,2313.371645,1202.72336,2391.219671 +203860,2442.678812,1282.032849,2313.888749,1206.984184,2392.763959 +203861,2445.094099,1280.848581,2314.490575,1211.461476,2394.361753 +203862,2447.500958,1279.675534,2315.124185,1215.863203,2395.969963 +203863,2449.899964,1278.513991,2315.766568,1220.510943,2397.555232 +203864,2452.291004,1277.363519,2316.559489,1225.059663,2404.184134 +203865,2454.673272,1276.224797,2317.184567,1229.800359,2394.132704 +203866,2457.048133,1275.096944,2317.743201,1234.405443,2408.477779 +203867,2459.415679,1273.980407,2318.470298,1239.230773,2403.235417 +203868,2461.773837,1272.875194,2319.075062,1244.048997,2404.863531 +203869,2464.125704,1271.781132,2319.568464,1248.935641,2407.069932 +203870,2466.612451,1270.697936,2320.09494,1253.879379,2408.550976 +203871,2468.739836,1269.624689,2322.344766,1258.881241,2410.360779 +203872,2471.155544,1268.566232,2321.880206,1263.934027,2411.023177 +203873,2473.464535,1267.514435,2321.97372,1269.050756,2412.772231 +203874,2475.773628,1266.475463,2322.275888,1274.219099,2414.300573 +203875,2478.079145,1265.446917,2322.686076,1279.444401,2415.702792 +203876,2480.376887,1264.428743,2323.301653,1284.724844,2422.121475 +203877,2482.666322,1263.421663,2323.789101,1290.136248,2412.601612 +203878,2484.954358,1262.423088,2325.915538,1295.411962,2425.915427 +203879,2487.223232,1261.438153,2327.068595,1300.909785,2416.572272 +203880,2490.638073,1260.462873,2326.12256,1306.394741,2427.325071 +203881,2537.231464,1282.328793,2328.749515,1334.811497,2466.303669 +203882,2544.594,1282.649377,2332.531142,1341.730292,2468.873154 +203883,2547.698122,1282.608072,2339.656753,1348.275215,2475.251104 +203884,2551.601593,1282.405495,2343.437738,1354.731228,2477.858635 +203885,2555.165544,1282.112162,2346.586811,1361.145477,2480.181648 +203886,2561.237599,1281.765885,2348.846601,1367.625242,2481.830066 +203887,2559.711422,1281.386268,2350.435057,1373.833144,2482.942787 +203888,2579.728104,1280.986589,2351.541549,1380.444564,2483.650007 +203889,2546.231884,1280.574674,2352.360999,1386.833598,2484.127236 +203890,2582.21346,1280.154127,2352.976671,1393.33724,2484.440709 +203891,2572.011459,1279.72824,2353.39429,1399.946042,2484.576236 +203892,2577.832447,1279.298023,2353.685345,1406.379229,2484.606711 +203893,2580.529526,1278.865234,2353.895179,1413.037052,2484.576792 +203894,2583.630974,1278.43014,2354.032158,1424.414445,2484.48872 +203895,2590.523856,1277.993894,2354.117379,1424.837812,2484.362358 +203896,2584.974861,1277.556413,2354.165498,1445.51598,2484.211255 +203897,2617.63092,1277.118584,2354.183655,1423.475186,2484.040914 +203898,2559.517294,1276.680076,2354.257175,1449.067014,2483.953614 +203899,2615.366307,1276.241847,2354.272231,1454.926645,2483.808747 +203900,2597.441279,1275.803688,2354.290398,1459.225752,2483.680259 +203901,2613.107932,1275.366428,2354.233038,1467.115893,2483.470307 +203902,2592.777919,1274.929357,2354.201399,1473.832105,2483.301238 +203903,2625.534593,1274.493176,2354.160587,1480.979317,2483.129397 +203904,2601.799716,1274.057512,2354.104302,1487.884355,2482.946535 +203905,2626.509343,1273.622919,2354.04344,1494.998432,2482.765429 +203906,2623.492844,1273.189095,2353.959011,1501.911342,2482.562271 +203907,2608.830392,1272.830247,2353.899126,1509.053954,2482.395447 +203908,2640.363884,1272.289441,2353.874008,1516.14912,2482.277397 +203909,2615.086079,1271.836547,2355.601623,1523.376761,2484.317268 +203910,2639.213112,1271.581088,2354.693114,1530.312994,2483.148058 +203911,2617.520183,1270.955614,2354.301418,1543.944341,2482.615547 +203912,2652.362139,1270.477147,2354.251793,1540.090506,2482.499948 +203913,2625.852923,1270.104168,2354.331323,1549.47369,2482.547465 +203914,2646.933646,1269.579179,2354.359028,1561.449901,2482.543197 +203915,2639.766879,1269.11704,2354.432217,1565.49545,2482.608189 +203916,2645.286274,1268.642944,2354.544175,1573.460906,2482.733517 +203917,2647.154818,1268.168329,2354.716287,1580.806887,2482.94428 +203918,2649.319281,1267.692992,2354.94922,1587.914593,2483.240555 +203919,2651.971476,1267.217553,2355.210407,1595.178234,2483.581894 +203920,2654.144753,1266.741583,2355.460975,1616.509492,2483.919762 +203921,2656.554518,1266.265576,2355.738743,1589.339634,2484.299158 +203922,2658.837822,1265.86284,2356.028397,1627.076278,2484.700153 +203923,2661.141856,1265.277693,2356.272345,1622.41917,2485.051064 +203924,2663.36216,1264.853114,2356.494598,1631.832019,2485.379946 +203925,2665.709742,1264.36542,2356.685822,1654.110723,2485.674082 +203926,2667.830832,1263.814451,2356.895935,1624.815831,2485.993843 +203927,2670.224116,1263.446522,2357.118478,1664.485685,2486.331205 +203928,2672.262968,1262.917308,2357.279757,1668.557884,2486.595881 +203929,2674.618002,1262.450317,2359.16416,1655.214787,2488.980496 +203930,2676.637081,1261.97643,2358.383462,1687.740187,2488.111475 +203931,2678.736556,1261.497808,2358.121786,1687.189153,2487.877904 +203932,2681.051181,1261.021186,2358.042406,1689.433964,2487.856731 +203933,2683.181177,1260.543954,2358.273886,1718.842927,2488.209517 +203934,2685.196884,1260.066559,2358.755818,1713.469965,2488.871006 +203935,2687.40737,1259.589329,2359.387473,1729.539941,2489.725088 +203936,2689.404344,1259.111649,2360.243572,1738.668524,2490.867302 +203937,2691.570033,1258.634177,2361.273906,1748.655485,2492.237679 +203938,2693.549588,1258.156342,2362.385671,1758.990133,2493.72238 +203939,2695.672492,1257.678526,2363.540915,1769.001985,2495.273134 +203940,2697.680382,1257.198685,2366.408656,1779.334753,2498.94142 +203941,2623.783025,1223.669819,2365.599674,1756.622522,2498.31897 +203942,2624.242659,1222.956801,2360.051908,1765.790688,2490.908677 +203943,2626.460291,1222.402066,2353.139723,1775.953422,2481.091722 +203944,2628.233876,1221.847036,2347.679336,1786.049464,2472.69467 +203945,2629.965198,1221.311804,2344.256189,1801.382603,2466.698523 +203946,2631.845724,1220.781829,2342.399004,1803.705217,2462.681379 +203947,2633.598664,1220.25397,2343.190522,1817.128445,2462.057529 +203948,2635.400252,1219.730311,2341.949519,1826.261247,2459.124556 +203949,2637.175578,1219.132509,2343.384556,1836.477053,2459.653436 +203950,2638.966095,1218.712613,2344.289819,1846.265214,2459.705876 +203951,2640.648719,1218.137993,2345.063021,1856.088069,2459.756413 +203952,2642.45376,1217.622849,2345.815109,1866.195711,2459.919186 +203953,2644.094967,1217.096439,2346.58781,1876.057825,2460.225119 +203954,2645.836987,1216.570236,2345.712493,1885.73715,2458.605238 +203955,2647.479441,1216.109317,2345.855971,1895.901133,2458.30882 +203956,2649.245745,1215.474745,2348.119697,1905.766127,2460.686815 +203957,2650.75992,1214.994084,2348.061451,1920.594189,2460.297019 +203958,2652.501742,1214.447643,2348.703273,1923.602301,2460.836982 +203959,2654.036888,1213.910832,2351.364976,1936.067849,2463.689615 +203960,2655.730632,1213.373999,2352.979898,1945.527528,2465.571514 +203961,2657.221041,1212.833883,2354.286678,1955.290563,2467.141183 +203962,2658.821423,1212.293176,2353.764042,1964.802199,2466.49775 +203963,2660.297334,1211.74788,2354.136289,1974.485514,2466.96735 +203964,2661.243883,1211.200343,2356.658748,1989.375924,2470.096907 +203965,2664.123063,1210.654378,2356.755081,1992.406378,2470.267116 +203966,2662.480733,1210.101557,2357.391781,2003.765153,2471.125358 +203967,2668.925252,1209.548547,2358.273464,2013.788584,2472.299404 +203968,2657.600553,1209.061352,2359.449911,2028.289942,2473.852087 +203969,2684.26461,1205.86757,2360.942123,2037.536555,2475.814429 +203970,2642.71699,1204.955748,2364.159088,2056.231555,2480.274863 +203971,2711.242338,1204.009667,2364.850248,2060.871477,2481.880023 +203972,2634.177655,1203.17809,2365.98354,2075.38419,2484.102291 +203973,2716.065528,1202.360367,2367.0767,2080.492104,2486.240011 +203974,2636.325206,1201.549588,2369.760939,2094.578997,2490.2846 +203975,2718.334677,1200.74777,2369.738503,2098.692943,2490.942376 +203976,2664.127214,1200.008877,2371.744474,2110.507345,2494.063461 +203977,2666.755205,1199.107992,2372.798434,2115.838101,2496.178267 +203978,2703.697009,1198.351525,2371.577183,2119.179716,2495.241378 +203979,2649.270461,1197.534898,2370.819923,2121.443457,2494.825455 +203980,2720.675121,1196.727532,2370.16745,2124.477013,2494.489913 +203981,2663.982085,1195.918716,2369.439517,2127.979659,2494.027313 +203982,2689.229487,1195.106606,2370.202551,2133.491629,2495.391313 +203983,2678.656105,1194.295803,2368.283394,2136.180267,2493.442188 +203984,2677.063729,1193.479087,2366.840107,2139.522013,2492.071808 +203985,2713.142093,1192.662031,2365.502552,2143.087494,2490.81743 +203986,2648.557633,1191.840741,2365.968793,2148.711763,2491.788879 +203987,2727.752186,1191.020054,2364.103669,2151.704367,2489.894531 +203988,2674.832342,1190.191985,2364.456293,2157.152882,2490.754498 +203989,2679.103593,1189.365983,2362.252346,2159.720928,2488.470757 +203990,2700.64379,1188.532557,2360.51096,2162.834976,2486.761346 +203991,2690.420665,1187.697962,2358.928995,2166.182402,2485.244707 +203992,2686.916343,1186.859419,2357.505254,2169.735708,2483.924678 +203993,2671.03924,1186.017866,2356.236203,2173.454718,2482.805025 +203994,2722.037385,1185.172621,2355.210332,2177.411635,2482.001785 +203995,2660.384975,1184.324589,2354.289176,2181.436422,2481.348323 +203996,2718.409809,1183.472753,2353.343818,2185.383419,2480.686547 +203997,2678.139268,1182.617775,2352.305951,2189.187156,2479.92983 +203998,2698.026157,1181.75888,2351.072284,2192.749295,2478.946132 +203999,2680.095532,1180.896544,2349.761563,2196.220096,2477.877177 +204000,2707.756467,1180.030148,2348.609804,2199.870472,2477.011848 +204001,2507.146225,1112.81628,2349.241465,2204.881894,2479.071388 +204002,2550.145774,1110.986251,2343.097028,2204.240952,2470.91963 +204003,2534.858435,1109.42929,2333.616861,2201.283997,2457.151898 +204004,2525.02399,1107.911284,2320.796497,2195.640566,2276.095589 +204005,2533.407852,1106.415933,2303.899699,2186.072125,2214.060482 +204006,2529.134951,1104.867835,2289.260943,2179.073051,2294.6895 +204007,2527.737994,1103.477309,2279.874855,2177.908425,2263.761783 +204008,2526.564822,1101.962678,2273.321625,2179.470701,2258.024355 +204009,2525.136682,1100.50546,2268.198933,2181.915,2258.731978 +204010,2523.716741,1099.041684,2264.333247,2185.002854,2258.060628 +204011,2522.278395,1097.579799,2261.37644,2188.440809,2257.250789 +204012,2520.810678,1096.118301,2259.024402,2192.024744,2256.535057 +204013,2519.309523,1094.656559,2257.079882,2195.660785,2255.923192 +204014,2517.772,1093.193875,2255.41071,2199.303007,2255.309253 +204015,2516.203761,1091.728509,2255.607831,2204.794996,2254.899823 +204016,2514.583757,1090.26468,2254.996506,2209.335606,2254.11927 +204017,2512.926686,1088.798922,2252.398529,2211.275834,2253.444848 +204018,2511.335751,1087.327135,2252.262785,2215.926811,2253.176997 +204019,2509.741252,1085.860318,2249.822855,2217.968785,2252.355947 +204020,2508.165327,1084.384317,2249.777656,2222.691605,2252.093886 +204021,2506.539282,1082.912381,2249.074698,2226.626227,2251.457168 +204022,2504.889667,1081.437629,2246.448317,2228.351745,2250.760905 +204023,2503.224494,1080.019877,2244.625932,2231.005817,2250.431837 +204024,2501.381874,1078.449809,2244.80379,2235.926963,2250.081205 +204025,2499.855085,1077.014244,2242.534722,2238.049157,2249.266886 +204026,2521.917033,1075.519818,2242.545915,2242.691728,2249.275141 +204027,2460.540553,1074.037938,2240.22375,2244.665572,2248.239568 +204028,2511.656228,1072.549244,2240.293022,2249.309972,2248.191162 +204029,2497.68861,1071.064258,2237.922172,2251.180517,2247.374588 +204030,2477.255058,1069.573574,2236.240154,2253.83563,2247.051068 +204031,2513.326955,1068.005449,2236.492207,2258.671734,2246.787921 +204032,2457.638696,1066.422275,2234.271852,2260.634138,2245.902118 +204033,2522.71285,1064.825541,2232.641052,2263.184211,2245.670199 +204034,2440.964677,1063.222891,2231.238013,2265.944775,2245.181782 +204035,2524.527947,1061.613191,2229.926933,2268.758946,2244.733329 +204036,2432.984969,1059.997472,2228.678736,2271.584527,2244.173372 +204037,2514.083778,1058.376093,2227.45401,2274.374481,2243.780108 +204038,2438.076777,1056.749362,2226.236911,2277.11529,2243.285245 +204039,2485.343768,1055.057013,2225.043446,2279.831977,2242.818503 +204040,2462.111391,1053.508848,2223.708439,2282.345764,2236.545863 +204041,2465.552127,1051.824451,2222.486537,2284.951852,2249.97028 +204042,2461.86447,1050.245834,2222.97104,2289.428841,2232.600995 +204043,2459.433893,1048.509676,2220.826352,2290.852862,2249.150429 +204044,2456.79735,1046.894613,2219.198098,2292.837623,2231.747965 +204045,2454.116418,1045.224715,2219.347641,2296.830953,2242.575248 +204046,2451.390161,1043.562675,2217.061096,2298.032441,2238.722975 +204047,2448.648073,1041.892423,2215.405678,2299.939312,2238.315077 +204048,2445.871471,1040.218781,2215.608007,2304.123565,2238.101224 +204049,2443.055039,1038.543303,2214.981333,2307.080257,2237.596523 +204050,2440.068338,1036.862122,2214.026201,2309.572633,2236.884577 +204051,2437.408192,1035.17752,2212.895551,2311.824884,2236.41214 +204052,2434.400134,1033.490328,2209.979871,2312.0823,2235.736344 +204053,2431.495389,1031.795169,2209.631027,2315.288676,2235.341903 +204054,2428.525065,1030.102176,2207.012352,2315.94451,2234.592757 +204055,2425.538482,1028.40053,2205.126024,2317.431319,2234.112431 +204056,2422.663309,1026.754825,2205.206495,2321.114297,2233.606563 +204057,2419.307773,1024.963394,2204.502767,2323.810459,2232.917445 +204058,2416.398448,1023.293648,2203.5008,2326.058372,2232.329399 +204059,2413.29336,1021.51351,2202.341507,2328.064642,2231.685962 +204060,2410.061615,1019.88176,2199.403146,2328.061613,2231.030314 +204061,1872.425094,1026.485263,890.951106,1668.277412,2088.704039 +204062,1971.702588,1136.863135,949.7406279,1776.354331,2181.551231 +204063,2080.49151,1158.459394,1020.427116,1899.559458,2277.428978 +204064,2154.090814,1150.556785,1076.27304,1984.648488,2337.275149 +204065,2196.589327,1152.660834,1116.078369,2031.335855,2369.735493 +204066,2222.787166,1174.555331,1145.732789,2055.343278,2389.571823 +204067,2239.918359,1117.526444,1168.91641,2067.962801,2403.075124 +204068,2252.335438,1167.690572,1187.847281,2075.93791,2413.466867 +204069,2262.028032,1162.801306,1203.769847,2081.87756,2422.144563 +204070,2269.897488,1125.112047,1217.362802,2086.995228,2429.700609 +204071,2276.379562,1158.742335,1229.041335,2091.551082,2436.391322 +204072,2281.739316,1161.829566,1239.107706,2095.62119,2442.351727 +204073,2286.142745,1121.430306,1247.791518,2099.250093,2447.637736 +204074,2289.787088,1158.027517,1255.317729,2102.551126,2452.360917 +204075,2292.839249,1155.464437,1261.879162,2105.628404,2456.621489 +204076,2295.398729,1124.093874,1267.620517,2108.530995,2460.466924 +204077,2297.551406,1172.932206,1272.666279,2111.295093,2463.946452 +204078,2299.367456,1108.498681,1277.121322,2113.9448,2467.104795 +204079,2300.904053,1156.984173,1281.073834,2116.496774,2469.98187 +204080,2302.208833,1146.795771,1284.598469,2118.964057,2472.815799 +204081,2303.318445,1125.720686,1287.756922,2121.354841,2475.231814 +204082,2304.263527,1159.184248,1290.60145,2123.676058,2477.457194 +204083,2305.068666,1113.931536,1293.175809,2125.932819,2479.517162 +204084,2305.754295,1166.893382,1295.517,2128.129418,2481.433313 +204085,2306.334845,1105.281744,1297.654325,2130.265614,2483.220494 +204086,2306.824294,1168.469936,1299.614397,2132.345202,2484.894874 +204087,2307.23414,1102.090904,1301.595118,2134.371735,2486.470507 +204088,2307.574002,1166.394021,1303.261592,2136.347884,2487.95965 +204089,2307.851032,1098.780617,1304.806793,2138.274803,2489.371997 +204090,2307.943721,1156.598724,1306.131825,2140.451828,2490.718293 +204091,2307.900719,1102.643421,1307.28614,2142.750842,2492.002738 +204092,2307.778358,1147.234216,1308.333328,2144.921178,2493.231295 +204093,2307.61014,1107.006609,1309.310457,2147.017098,2494.409888 +204094,2307.408758,1138.415819,1310.2325,2148.646626,2495.543625 +204095,2307.176891,1110.951426,1311.104278,2150.04923,2496.636653 +204096,2306.914597,1129.979937,1311.927887,2151.279301,2497.692388 +204097,2306.622203,1114.590906,1312.705402,2152.373196,2498.71379 +204098,2306.300543,1122.056506,1313.439137,2153.345908,2499.703296 +204099,2305.950884,1117.848973,1314.131505,2154.214322,2500.663145 +204100,2305.574388,1117.366772,1314.784682,2154.982153,2501.595149 +204101,2305.172106,1116.187105,1315.4006,2155.659206,2502.500844 +204102,2304.715677,1115.196672,1315.966485,2156.221045,2503.349598 +204103,2304.233875,1114.043537,1316.497411,2156.69901,2504.172537 +204104,2303.750821,1112.95182,1317.006164,2157.110645,2504.995869 +204105,2303.253831,1111.915047,1317.487559,2157.451121,2505.806165 +204106,2302.738089,1110.698311,1317.940255,2157.712489,2506.598552 +204107,2302.202072,1109.635885,1318.364372,2157.89476,2507.37149 +204108,2301.645685,1108.523747,1318.760582,2158.000576,2508.124777 +204109,2301.070726,1107.386794,1319.128972,2158.033116,2508.855891 +204110,2300.476147,1106.27722,1319.471334,2157.992862,2509.56888 +204111,2299.863762,1105.150538,1319.788095,2157.882161,2510.262035 +204112,2299.234133,1104.017932,1320.080021,2157.701926,2510.935735 +204113,2298.58742,1102.879445,1320.348098,2157.452616,2511.591228 +204114,2297.92381,1101.71227,1320.593198,2157.134735,2512.229436 +204115,2297.241735,1100.55605,1320.816499,2156.746291,2512.853491 +204116,2296.542006,1099.397049,1321.01847,2156.288672,2513.462796 +204117,2295.825958,1098.23404,1321.199414,2155.76397,2514.056211 +204118,2295.094619,1097.066394,1321.359742,2155.173724,2514.633199 +204119,2294.34864,1095.894113,1321.499955,2154.518849,2515.193718 +204120,2293.588463,1094.716967,1321.620593,2153.799939,2515.737964 +204121,0,0,0,0,0 +204122,0,0,0,0,0 +204123,0,0,0,0,0 +204124,0,0,0,0,0 +204125,0,0,0,0,0 +204126,0,0,0,0,0 +204127,0,0,0,0,0 +204128,0,0,0,0,0 +204129,0,0,0,0,0 +204130,0,0,0,0,0 +204131,0,0,0,0,0 +204132,0,0,0,0,0 +204133,0,0,0,0,0 +204134,0,0,0,0,0 +204135,0,0,0,0,0 +204136,0,0,0,0,0 +204137,0,0,0,0,0 +204138,0,0,0,0,0 +204139,0,0,0,0,0 +204140,0,0,0,0,0 +204141,0,0,0,0,0 +204142,0,0,0,0,0 +204143,0,0,0,0,0 +204144,0,0,0,0,0 +204145,0,0,0,0,0 +204146,0,0,0,0,0 +204147,0,0,0,0,0 +204148,0,0,0,0,0 +204149,0,0,0,0,0 +204150,0,0,0,0,0 +204151,0,0,0,0,0 +204152,0,0,0,0,0 +204153,0,0,0,0,0 +204154,0,0,0,0,0 +204155,0,0,0,0,0 +204156,0,0,0,0,0 +204157,0,0,0,0,0 +204158,0,0,0,0,0 +204159,0,0,0,0,0 +204160,0,0,0,0,0 +204161,0,0,0,0,0 +204162,0,0,0,0,0 +204163,0,0,0,0,0 +204164,0,0,0,0,0 +204165,0,0,0,0,0 +204166,0,0,0,0,0 +204167,0,0,0,0,0 +204168,0,0,0,0,0 +204169,0,0,0,0,0 +204170,0,0,0,0,0 +204171,0,0,0,0,0 +204172,0,0,0,0,0 +204173,0,0,0,0,0 +204174,0,0,0,0,0 +204175,0,0,0,0,0 +204176,0,0,0,0,0 +204177,0,0,0,0,0 +204178,0,0,0,0,0 +204179,0,0,0,0,0 +204180,0,0,0,0,0 +204181,0,0,0,0,0 +204182,0,0,0,0,0 +204183,0,0,0,0,0 +204184,0,0,0,0,0 +204185,0,0,0,0,0 +204186,0,0,0,0,0 +204187,0,0,0,0,0 +204188,0,0,0,0,0 +204189,0,0,0,0,0 +204190,0,0,0,0,0 +204191,0,0,0,0,0 +204192,0,0,0,0,0 +204193,0,0,0,0,0 +204194,0,0,0,0,0 +204195,0,0,0,0,0 +204196,0,0,0,0,0 +204197,0,0,0,0,0 +204198,0,0,0,0,0 +204199,0,0,0,0,0 +204200,0,0,0,0,0 +204201,0,0,0,0,0 +204202,0,0,0,0,0 +204203,0,0,0,0,0 +204204,0,0,0,0,0 +204205,0,0,0,0,0 +204206,0,0,0,0,0 +204207,0,0,0,0,0 +204208,0,0,0,0,0 +204209,0,0,0,0,0 +204210,0,0,0,0,0 +204211,0,0,0,0,0 +204212,0,0,0,0,0 +204213,0,0,0,0,0 +204214,0,0,0,0,0 +204215,0,0,0,0,0 +204216,0,0,0,0,0 +204217,0,0,0,0,0 +204218,0,0,0,0,0 +204219,0,0,0,0,0 +204220,0,0,0,0,0 +204221,0,0,0,0,0 +204222,0,0,0,0,0 +204223,0,0,0,0,0 +204224,0,0,0,0,0 +204225,0,0,0,0,0 +204226,0,0,0,0,0 +204227,0,0,0,0,0 +204228,0,0,0,0,0 +204229,0,0,0,0,0 +204230,0,0,0,0,0 +204231,0,0,0,0,0 +204232,0,0,0,0,0 +204233,0,0,0,0,0 +204234,0,0,0,0,0 +204235,0,0,0,0,0 +204236,0,0,0,0,0 +204237,0,0,0,0,0 +204238,0,0,0,0,0 +204239,0,0,0,0,0 +204240,0,0,0,0,0 +204241,0,0,0,0,0 +204242,0,0,0,0,0 +204243,0,0,0,0,0 +204244,0,0,0,0,0 +204245,0,0,0,0,0 +204246,0,0,0,0,0 +204247,0,0,0,0,0 +204248,0,0,0,0,0 +204249,0,0,0,0,0 +204250,0,0,0,0,0 +204251,0,0,0,0,0 +204252,0,0,0,0,0 +204253,0,0,0,0,0 +204254,0,0,0,0,0 +204255,0,0,0,0,0 +204256,0,0,0,0,0 +204257,0,0,0,0,0 +204258,0,0,0,0,0 +204259,0,0,0,0,0 +204260,0,0,0,0,0 +204261,0,0,0,0,0 +204262,0,0,0,0,0 +204263,0,0,0,0,0 +204264,0,0,0,0,0 +204265,0,0,0,0,0 +204266,0,0,0,0,0 +204267,0,0,0,0,0 +204268,0,0,0,0,0 +204269,0,0,0,0,0 +204270,0,0,0,0,0 +204271,0,0,0,0,0 +204272,0,0,0,0,0 +204273,0,0,0,0,0 +204274,0,0,0,0,0 +204275,0,0,0,0,0 +204276,0,0,0,0,0 +204277,0,0,0,0,0 +204278,0,0,0,0,0 +204279,0,0,0,0,0 +204280,0,0,0,0,0 +204281,0,0,0,0,0 +204282,0,0,0,0,0 +204283,0,0,0,0,0 +204284,0,0,0,0,0 +204285,0,0,0,0,0 +204286,0,0,0,0,0 +204287,0,0,0,0,0 +204288,0,0,0,0,0 +204289,0,0,0,0,0 +204290,0,0,0,0,0 +204291,0,0,0,0,0 +204292,0,0,0,0,0 +204293,0,0,0,0,0 +204294,0,0,0,0,0 +204295,0,0,0,0,0 +204296,0,0,0,0,0 +204297,0,0,0,0,0 +204298,0,0,0,0,0 +204299,0,0,0,0,0 +204300,0,0,0,0,0 +204301,0,0,0,0,0 +204302,0,0,0,0,0 +204303,0,0,0,0,0 +204304,0,0,0,0,0 +204305,0,0,0,0,0 +204306,0,0,0,0,0 +204307,0,0,0,0,0 +204308,0,0,0,0,0 +204309,0,0,0,0,0 +204310,0,0,0,0,0 +204311,0,0,0,0,0 +204312,0,0,0,0,0 +204313,0,0,0,0,0 +204314,0,0,0,0,0 +204315,0,0,0,0,0 +204316,0,0,0,0,0 +204317,0,0,0,0,0 +204318,0,0,0,0,0 +204319,0,0,0,0,0 +204320,0,0,0,0,0 +204321,0,0,0,0,0 +204322,0,0,0,0,0 +204323,0,0,0,0,0 +204324,0,0,0,0,0 +204325,0,0,0,0,0 +204326,0,0,0,0,0 +204327,0,0,0,0,0 +204328,0,0,0,0,0 +204329,0,0,0,0,0 +204330,0,0,0,0,0 +204331,0,0,0,0,0 +204332,0,0,0,0,0 +204333,0,0,0,0,0 +204334,0,0,0,0,0 +204335,0,0,0,0,0 +204336,0,0,0,0,0 +204337,0,0,0,0,0 +204338,0,0,0,0,0 +204339,0,0,0,0,0 +204340,0,0,0,0,0 +204341,0,0,0,0,0 +204342,0,0,0,0,0 +204343,0,0,0,0,0 +204344,0,0,0,0,0 +204345,0,0,0,0,0 +204346,0,0,0,0,0 +204347,0,0,0,0,0 +204348,0,0,0,0,0 +204349,0,0,0,0,0 +204350,0,0,0,0,0 +204351,0,0,0,0,0 +204352,0,0,0,0,0 +204353,0,0,0,0,0 +204354,0,0,0,0,0 +204355,0,0,0,0,0 +204356,0,0,0,0,0 +204357,0,0,0,0,0 +204358,0,0,0,0,0 +204359,0,0,0,0,0 +204360,0,0,0,0,0 +204361,0,0,0,0,0 +204362,0,0,0,0,0 +204363,0,0,0,0,0 +204364,0,0,0,0,0 +204365,0,0,0,0,0 +204366,0,0,0,0,0 +204367,0,0,0,0,0 +204368,0,0,0,0,0 +204369,0,0,0,0,0 +204370,0,0,0,0,0 +204371,0,0,0,0,0 +204372,0,0,0,0,0 +204373,0,0,0,0,0 +204374,0,0,0,0,0 +204375,0,0,0,0,0 +204376,0,0,0,0,0 +204377,0,0,0,0,0 +204378,0,0,0,0,0 +204379,0,0,0,0,0 +204380,0,0,0,0,0 +204381,0,0,0,0,0 +204382,0,0,0,0,0 +204383,0,0,0,0,0 +204384,0,0,0,0,0 +204385,0,0,0,0,0 +204386,0,0,0,0,0 +204387,0,0,0,0,0 +204388,0,0,0,0,0 +204389,0,0,0,0,0 +204390,0,0,0,0,0 +204391,0,0,0,0,0 +204392,0,0,0,0,0 +204393,0,0,0,0,0 +204394,0,0,0,0,0 +204395,0,0,0,0,0 +204396,0,0,0,0,0 +204397,0,0,0,0,0 +204398,0,0,0,0,0 +204399,0,0,0,0,0 +204400,0,0,0,0,0 +204401,0,0,0,0,0 +204402,0,0,0,0,0 +204403,0,0,0,0,0 +204404,0,0,0,0,0 +204405,0,0,0,0,0 +204406,0,0,0,0,0 +204407,0,0,0,0,0 +204408,0,0,0,0,0 +204409,0,0,0,0,0 +204410,0,0,0,0,0 +204411,0,0,0,0,0 +204412,0,0,0,0,0 +204413,0,0,0,0,0 +204414,0,0,0,0,0 +204415,0,0,0,0,0 +204416,0,0,0,0,0 +204417,0,0,0,0,0 +204418,0,0,0,0,0 +204419,0,0,0,0,0 +204420,0,0,0,0,0 +204421,0,0,0,0,0 +204422,0,0,0,0,0 +204423,0,0,0,0,0 +204424,0,0,0,0,0 +204425,0,0,0,0,0 +204426,0,0,0,0,0 +204427,0,0,0,0,0 +204428,0,0,0,0,0 +204429,0,0,0,0,0 +204430,0,0,0,0,0 +204431,0,0,0,0,0 +204432,0,0,0,0,0 +204433,0,0,0,0,0 +204434,0,0,0,0,0 +204435,0,0,0,0,0 +204436,0,0,0,0,0 +204437,0,0,0,0,0 +204438,0,0,0,0,0 +204439,0,0,0,0,0 +204440,0,0,0,0,0 +204441,0,0,0,0,0 +204442,0,0,0,0,0 +204443,0,0,0,0,0 +204444,0,0,0,0,0 +204445,0,0,0,0,0 +204446,0,0,0,0,0 +204447,0,0,0,0,0 +204448,0,0,0,0,0 +204449,0,0,0,0,0 +204450,0,0,0,0,0 +204451,0,0,0,0,0 +204452,0,0,0,0,0 +204453,0,0,0,0,0 +204454,0,0,0,0,0 +204455,0,0,0,0,0 +204456,0,0,0,0,0 +204457,0,0,0,0,0 +204458,0,0,0,0,0 +204459,0,0,0,0,0 +204460,0,0,0,0,0 +204461,0,0,0,0,0 +204462,0,0,0,0,0 +204463,0,0,0,0,0 +204464,0,0,0,0,0 +204465,0,0,0,0,0 +204466,0,0,0,0,0 +204467,0,0,0,0,0 +204468,0,0,0,0,0 +204469,0,0,0,0,0 +204470,0,0,0,0,0 +204471,0,0,0,0,0 +204472,0,0,0,0,0 +204473,0,0,0,0,0 +204474,0,0,0,0,0 +204475,0,0,0,0,0 +204476,0,0,0,0,0 +204477,0,0,0,0,0 +204478,0,0,0,0,0 +204479,0,0,0,0,0 +204480,0,0,0,0,0 +204481,0,0,0,0,0 +204482,0,0,0,0,0 +204483,0,0,0,0,0 +204484,0,0,0,0,0 +204485,0,0,0,0,0 +204486,0,0,0,0,0 +204487,0,0,0,0,0 +204488,0,0,0,0,0 +204489,0,0,0,0,0 +204490,0,0,0,0,0 +204491,0,0,0,0,0 +204492,0,0,0,0,0 +204493,0,0,0,0,0 +204494,0,0,0,0,0 +204495,0,0,0,0,0 +204496,0,0,0,0,0 +204497,0,0,0,0,0 +204498,0,0,0,0,0 +204499,0,0,0,0,0 +204500,0,0,0,0,0 +204501,0,0,0,0,0 +204502,0,0,0,0,0 +204503,0,0,0,0,0 +204504,0,0,0,0,0 +204505,0,0,0,0,0 +204506,0,0,0,0,0 +204507,0,0,0,0,0 +204508,0,0,0,0,0 +204509,0,0,0,0,0 +204510,0,0,0,0,0 +204511,0,0,0,0,0 +204512,0,0,0,0,0 +204513,0,0,0,0,0 +204514,0,0,0,0,0 +204515,0,0,0,0,0 +204516,0,0,0,0,0 +204517,0,0,0,0,0 +204518,0,0,0,0,0 +204519,0,0,0,0,0 +204520,0,0,0,0,0 +204521,0,0,0,0,0 +204522,0,0,0,0,0 +204523,0,0,0,0,0 +204524,0,0,0,0,0 +204525,0,0,0,0,0 +204526,0,0,0,0,0 +204527,0,0,0,0,0 +204528,0,0,0,0,0 +204529,0,0,0,0,0 +204530,0,0,0,0,0 +204531,0,0,0,0,0 +204532,0,0,0,0,0 +204533,0,0,0,0,0 +204534,0,0,0,0,0 +204535,0,0,0,0,0 +204536,0,0,0,0,0 +204537,0,0,0,0,0 +204538,0,0,0,0,0 +204539,0,0,0,0,0 +204540,0,0,0,0,0 +204541,0,0,0,0,0 +204542,0,0,0,0,0 +204543,0,0,0,0,0 +204544,0,0,0,0,0 +204545,0,0,0,0,0 +204546,0,0,0,0,0 +204547,0,0,0,0,0 +204548,0,0,0,0,0 +204549,0,0,0,0,0 +204550,0,0,0,0,0 +204551,0,0,0,0,0 +204552,0,0,0,0,0 +204553,0,0,0,0,0 +204554,0,0,0,0,0 +204555,0,0,0,0,0 +204556,0,0,0,0,0 +204557,0,0,0,0,0 +204558,0,0,0,0,0 +204559,0,0,0,0,0 +204560,0,0,0,0,0 +204561,0,0,0,0,0 +204562,0,0,0,0,0 +204563,0,0,0,0,0 +204564,0,0,0,0,0 +204565,0,0,0,0,0 +204566,0,0,0,0,0 +204567,0,0,0,0,0 +204568,0,0,0,0,0 +204569,0,0,0,0,0 +204570,0,0,0,0,0 +204571,0,0,0,0,0 +204572,0,0,0,0,0 +204573,0,0,0,0,0 +204574,0,0,0,0,0 +204575,0,0,0,0,0 +204576,0,0,0,0,0 +204577,0,0,0,0,0 +204578,0,0,0,0,0 +204579,0,0,0,0,0 +204580,0,0,0,0,0 +204581,0,0,0,0,0 +204582,0,0,0,0,0 +204583,0,0,0,0,0 +204584,0,0,0,0,0 +204585,0,0,0,0,0 +204586,0,0,0,0,0 +204587,0,0,0,0,0 +204588,0,0,0,0,0 +204589,0,0,0,0,0 +204590,0,0,0,0,0 +204591,0,0,0,0,0 +204592,0,0,0,0,0 +204593,0,0,0,0,0 +204594,0,0,0,0,0 +204595,0,0,0,0,0 +204596,0,0,0,0,0 +204597,0,0,0,0,0 +204598,0,0,0,0,0 +204599,0,0,0,0,0 +204600,0,0,0,0,0 +204601,0,0,0,0,0 +204602,0,0,0,0,0 +204603,0,0,0,0,0 +204604,0,0,0,0,0 +204605,0,0,0,0,0 +204606,0,0,0,0,0 +204607,0,0,0,0,0 +204608,0,0,0,0,0 +204609,0,0,0,0,0 +204610,0,0,0,0,0 +204611,0,0,0,0,0 +204612,0,0,0,0,0 +204613,0,0,0,0,0 +204614,0,0,0,0,0 +204615,0,0,0,0,0 +204616,0,0,0,0,0 +204617,0,0,0,0,0 +204618,0,0,0,0,0 +204619,0,0,0,0,0 +204620,0,0,0,0,0 +204621,0,0,0,0,0 +204622,0,0,0,0,0 +204623,0,0,0,0,0 +204624,0,0,0,0,0 +204625,0,0,0,0,0 +204626,0,0,0,0,0 +204627,0,0,0,0,0 +204628,0,0,0,0,0 +204629,0,0,0,0,0 +204630,0,0,0,0,0 +204631,0,0,0,0,0 +204632,0,0,0,0,0 +204633,0,0,0,0,0 +204634,0,0,0,0,0 +204635,0,0,0,0,0 +204636,0,0,0,0,0 +204637,0,0,0,0,0 +204638,0,0,0,0,0 +204639,0,0,0,0,0 +204640,0,0,0,0,0 +204641,0,0,0,0,0 +204642,0,0,0,0,0 +204643,0,0,0,0,0 +204644,0,0,0,0,0 +204645,0,0,0,0,0 +204646,0,0,0,0,0 +204647,0,0,0,0,0 +204648,0,0,0,0,0 +204649,0,0,0,0,0 +204650,0,0,0,0,0 +204651,0,0,0,0,0 +204652,0,0,0,0,0 +204653,0,0,0,0,0 +204654,0,0,0,0,0 +204655,0,0,0,0,0 +204656,0,0,0,0,0 +204657,0,0,0,0,0 +204658,0,0,0,0,0 +204659,0,0,0,0,0 +204660,0,0,0,0,0 +204661,0,0,0,0,0 +204662,0,0,0,0,0 +204663,0,0,0,0,0 +204664,0,0,0,0,0 +204665,0,0,0,0,0 +204666,0,0,0,0,0 +204667,0,0,0,0,0 +204668,0,0,0,0,0 +204669,0,0,0,0,0 +204670,0,0,0,0,0 +204671,0,0,0,0,0 +204672,0,0,0,0,0 +204673,0,0,0,0,0 +204674,0,0,0,0,0 +204675,0,0,0,0,0 +204676,0,0,0,0,0 +204677,0,0,0,0,0 +204678,0,0,0,0,0 +204679,0,0,0,0,0 +204680,0,0,0,0,0 +204681,0,0,0,0,0 +204682,0,0,0,0,0 +204683,0,0,0,0,0 +204684,0,0,0,0,0 +204685,0,0,0,0,0 +204686,0,0,0,0,0 +204687,0,0,0,0,0 +204688,0,0,0,0,0 +204689,0,0,0,0,0 +204690,0,0,0,0,0 +204691,0,0,0,0,0 +204692,0,0,0,0,0 +204693,0,0,0,0,0 +204694,0,0,0,0,0 +204695,0,0,0,0,0 +204696,0,0,0,0,0 +204697,0,0,0,0,0 +204698,0,0,0,0,0 +204699,0,0,0,0,0 +204700,0,0,0,0,0 +204701,0,0,0,0,0 +204702,0,0,0,0,0 +204703,0,0,0,0,0 +204704,0,0,0,0,0 +204705,0,0,0,0,0 +204706,0,0,0,0,0 +204707,0,0,0,0,0 +204708,0,0,0,0,0 +204709,0,0,0,0,0 +204710,0,0,0,0,0 +204711,0,0,0,0,0 +204712,0,0,0,0,0 +204713,0,0,0,0,0 +204714,0,0,0,0,0 +204715,0,0,0,0,0 +204716,0,0,0,0,0 +204717,0,0,0,0,0 +204718,0,0,0,0,0 +204719,0,0,0,0,0 +204720,0,0,0,0,0 +204721,0,0,0,0,0 +204722,0,0,0,0,0 +204723,0,0,0,0,0 +204724,0,0,0,0,0 +204725,0,0,0,0,0 +204726,0,0,0,0,0 +204727,0,0,0,0,0 +204728,0,0,0,0,0 +204729,0,0,0,0,0 +204730,0,0,0,0,0 +204731,0,0,0,0,0 +204732,0,0,0,0,0 +204733,0,0,0,0,0 +204734,0,0,0,0,0 +204735,0,0,0,0,0 +204736,0,0,0,0,0 +204737,0,0,0,0,0 +204738,0,0,0,0,0 +204739,0,0,0,0,0 +204740,0,0,0,0,0 +204741,0,0,0,0,0 +204742,0,0,0,0,0 +204743,0,0,0,0,0 +204744,0,0,0,0,0 +204745,0,0,0,0,0 +204746,0,0,0,0,0 +204747,0,0,0,0,0 +204748,0,0,0,0,0 +204749,0,0,0,0,0 +204750,0,0,0,0,0 +204751,0,0,0,0,0 +204752,0,0,0,0,0 +204753,0,0,0,0,0 +204754,0,0,0,0,0 +204755,0,0,0,0,0 +204756,0,0,0,0,0 +204757,0,0,0,0,0 +204758,0,0,0,0,0 +204759,0,0,0,0,0 +204760,0,0,0,0,0 +204761,0,0,0,0,0 +204762,0,0,0,0,0 +204763,0,0,0,0,0 +204764,0,0,0,0,0 +204765,0,0,0,0,0 +204766,0,0,0,0,0 +204767,0,0,0,0,0 +204768,0,0,0,0,0 +204769,0,0,0,0,0 +204770,0,0,0,0,0 +204771,0,0,0,0,0 +204772,0,0,0,0,0 +204773,0,0,0,0,0 +204774,0,0,0,0,0 +204775,0,0,0,0,0 +204776,0,0,0,0,0 +204777,0,0,0,0,0 +204778,0,0,0,0,0 +204779,0,0,0,0,0 +204780,0,0,0,0,0 +204781,0,0,0,0,0 +204782,0,0,0,0,0 +204783,0,0,0,0,0 +204784,0,0,0,0,0 +204785,0,0,0,0,0 +204786,0,0,0,0,0 +204787,0,0,0,0,0 +204788,0,0,0,0,0 +204789,0,0,0,0,0 +204790,0,0,0,0,0 +204791,0,0,0,0,0 +204792,0,0,0,0,0 +204793,0,0,0,0,0 +204794,0,0,0,0,0 +204795,0,0,0,0,0 +204796,0,0,0,0,0 +204797,0,0,0,0,0 +204798,0,0,0,0,0 +204799,0,0,0,0,0 +204800,0,0,0,0,0 +204801,0,0,0,0,0 +204802,0,0,0,0,0 +204803,0,0,0,0,0 +204804,0,0,0,0,0 +204805,0,0,0,0,0 +204806,0,0,0,0,0 +204807,0,0,0,0,0 +204808,0,0,0,0,0 +204809,0,0,0,0,0 +204810,0,0,0,0,0 +204811,0,0,0,0,0 +204812,0,0,0,0,0 +204813,0,0,0,0,0 +204814,0,0,0,0,0 +204815,0,0,0,0,0 +204816,0,0,0,0,0 +204817,0,0,0,0,0 +204818,0,0,0,0,0 +204819,0,0,0,0,0 +204820,0,0,0,0,0 +204821,0,0,0,0,0 +204822,0,0,0,0,0 +204823,0,0,0,0,0 +204824,0,0,0,0,0 +204825,0,0,0,0,0 +204826,0,0,0,0,0 +204827,0,0,0,0,0 +204828,0,0,0,0,0 +204829,0,0,0,0,0 +204830,0,0,0,0,0 +204831,0,0,0,0,0 +204832,0,0,0,0,0 +204833,0,0,0,0,0 +204834,0,0,0,0,0 +204835,0,0,0,0,0 +204836,0,0,0,0,0 +204837,0,0,0,0,0 +204838,0,0,0,0,0 +204839,0,0,0,0,0 +204840,0,0,0,0,0 +204841,0,0,0,0,0 +204842,0,0,0,0,0 +204843,0,0,0,0,0 +204844,0,0,0,0,0 +204845,0,0,0,0,0 +204846,0,0,0,0,0 +204847,0,0,0,0,0 +204848,0,0,0,0,0 +204849,0,0,0,0,0 +204850,0,0,0,0,0 +204851,0,0,0,0,0 +204852,0,0,0,0,0 +204853,0,0,0,0,0 +204854,0,0,0,0,0 +204855,0,0,0,0,0 +204856,0,0,0,0,0 +204857,0,0,0,0,0 +204858,0,0,0,0,0 +204859,0,0,0,0,0 +204860,0,0,0,0,0 +204861,0,0,0,0,0 +204862,0,0,0,0,0 +204863,0,0,0,0,0 +204864,0,0,0,0,0 +204865,0,0,0,0,0 +204866,0,0,0,0,0 +204867,0,0,0,0,0 +204868,0,0,0,0,0 +204869,0,0,0,0,0 +204870,0,0,0,0,0 +204871,0,0,0,0,0 +204872,0,0,0,0,0 +204873,0,0,0,0,0 +204874,0,0,0,0,0 +204875,0,0,0,0,0 +204876,0,0,0,0,0 +204877,0,0,0,0,0 +204878,0,0,0,0,0 +204879,0,0,0,0,0 +204880,0,0,0,0,0 +204881,0,0,0,0,0 +204882,0,0,0,0,0 +204883,0,0,0,0,0 +204884,0,0,0,0,0 +204885,0,0,0,0,0 +204886,0,0,0,0,0 +204887,0,0,0,0,0 +204888,0,0,0,0,0 +204889,0,0,0,0,0 +204890,0,0,0,0,0 +204891,0,0,0,0,0 +204892,0,0,0,0,0 +204893,0,0,0,0,0 +204894,0,0,0,0,0 +204895,0,0,0,0,0 +204896,0,0,0,0,0 +204897,0,0,0,0,0 +204898,0,0,0,0,0 +204899,0,0,0,0,0 +204900,0,0,0,0,0 +204901,-240.710824,1701.748769,2682.467541,-96.114227,-455.425005 +204902,205.3759815,287.8821425,3011.941726,106.5729074,354.6098631 +204903,205.2472242,269.3467819,641.09203,106.1262698,353.8736214 +204904,200.8270903,264.0743887,604.3341576,103.6325258,345.3304454 +204905,195.3875539,265.2960176,598.2791673,100.7350749,334.5398128 +204906,190.5708669,268.1053465,604.2881701,98.22281708,324.4099905 +204907,186.7330446,270.6694157,611.8728194,96.24654107,315.6842443 +204908,183.7265572,272.7749826,617.9430251,94.71173637,308.2218595 +204909,181.3388281,274.6487056,622.5892571,93.49915633,301.7341495 +204910,179.4213691,276.4806777,805.015253,92.52721819,296.0131674 +204911,177.886325,278.3494841,770.7376537,91.74775421,290.9374784 +204912,176.6777362,280.2681835,782.8827652,91.13008105,286.4309783 +204913,175.7528258,360.7603258,806.5037796,90.65094642,282.4347413 +204914,175.0746907,364.7313571,820.8030719,90.29062812,278.8959925 +204915,174.6107975,366.2630356,834.5107805,90.03206926,275.766203 +204916,174.3328281,383.4651098,848.4607316,89.86071325,273.0013169 +204917,174.2165864,394.5873588,861.8839439,89.76435946,267.7690924 +204918,174.2415215,405.4972686,875.7906673,89.73284009,197.2550271 +204919,174.3902567,416.3688892,888.7287612,89.7577107,242.6281586 +204920,174.6480306,427.2630685,902.3956692,89.83192059,230.6013548 +204921,175.002332,437.9274677,915.3297751,89.94958946,231.4246945 +204922,175.4424897,448.8010331,928.7924869,90.10577868,232.4652639 +204923,175.9594102,459.4516247,941.2250766,90.29634029,233.537817 +204924,176.5452923,470.0348379,954.5159535,90.51776318,235.0142461 +204925,177.1934586,480.7966902,967.0777934,90.7670787,235.9587372 +204926,177.8981518,491.3428018,979.5334318,91.04175473,237.3058206 +204927,178.6544292,501.7696551,992.3627569,91.33963806,238.6813324 +204928,179.458008,512.4970009,1004.575164,91.65887718,239.896486 +204929,180.3051987,522.8824374,1016.873795,91.99788716,241.510338 +204930,181.1927817,533.2315947,1029.014576,92.35529063,242.5883285 +204931,182.1179757,543.0556838,1039.140095,92.72990117,244.2513877 +204932,183.076824,552.5017821,1049.453996,93.12043689,245.7503726 +204933,184.0661274,561.5285832,1059.010849,93.52579968,247.0837193 +204934,185.0836266,571.0747611,1068.817623,93.94508627,248.8119544 +204935,186.1276967,579.9521092,1077.768796,94.37755493,250.1869521 +204936,187.1969854,589.4488624,1087.055602,94.82254853,251.7690284 +204937,188.2903174,598.0689508,1096.007047,95.27948739,253.3712692 +204938,189.4065942,606.9806941,1104.762484,95.74783135,254.9920652 +204939,190.5448338,616.0823615,1113.099674,96.22709533,256.6303624 +204940,191.7041121,630.0529613,1121.971486,96.71682053,258.2854582 +204941,192.883606,641.3352025,1129.987538,97.21659245,259.9568554 +204942,194.0825379,653.3898182,1137.956508,97.72601621,261.6440371 +204943,195.3002061,664.3684624,1146.072217,98.2447302,262.9749184 +204944,196.5359422,675.8466061,1153.619671,98.77238778,263.0266822 +204945,197.7891405,686.83302,1161.488034,99.30867038,263.1263612 +204946,199.059217,698.2673042,1168.700727,99.85326973,263.2862605 +204947,200.345641,709.1397924,1176.188805,100.405902,263.5061075 +204948,201.6478962,720.1129993,1183.167638,100.9662907,263.7805221 +204949,202.9655132,730.9616228,1190.360111,101.5341811,264.1036169 +204950,204.2980312,741.5044476,1197.042188,102.1093236,264.4703657 +204951,205.6450304,752.5281976,1203.941959,102.6914881,264.8767003 +204952,207.0060935,762.9490702,1210.331129,103.2804467,265.3191484 +204953,208.3808453,773.4981922,1216.910454,103.8759915,265.7947004 +204954,209.7689018,783.9254206,1223.096163,104.4779123,266.3006077 +204955,211.1699227,794.2717171,1229.317228,105.0860193,266.8344399 +204956,212.5835558,804.5379871,1235.219195,105.7001191,267.3939552 +204957,214.0094901,814.4800427,1241.238265,106.3200376,267.9771823 +204958,215.4474007,824.9757447,1246.788536,106.9455961,268.5822936 +204959,216.8969949,835.0911292,1252.528483,107.5760457,269.2076749 +204960,218.3579611,844.6992037,1257.813189,108.2112492,269.8518105 +204961,219.8470912,1284.474721,2217.344676,108.8590136,270.5444027 +204962,240.2747088,1308.936302,2263.445669,118.2547349,306.0428077 +204963,270.5726795,1328.468931,2290.697659,132.0905537,360.6373187 +204964,301.3721125,1346.160842,2322.368753,145.9762716,417.7274652 +204965,328.6653046,1363.011879,2324.677742,158.0791448,469.8929561 +204966,351.970758,1378.96895,2376.457446,168.2341711,515.8304884 +204967,372.009882,1394.392634,2351.081603,176.8311672,556.4125324 +204968,389.554327,1409.653679,2412.232057,184.2665988,592.711201 +204969,405.1433258,1424.296428,2393.195722,190.8135697,625.4868776 +204970,419.125987,1439.001091,2450.496273,196.6468469,655.2304804 +204971,431.7498487,1453.290117,2420.538878,201.8883468,682.2947091 +204972,443.2137943,1467.430247,2477.716019,206.6341135,706.9733836 +204973,453.6881387,1481.303559,2466.037254,210.9647639,729.5299063 +204974,463.3199235,1495.207928,2489.188496,214.9485187,750.202544 +204975,472.2346571,1500.792331,2492.966283,218.6424207,769.2042899 +204976,480.5975714,1512.793807,2504.466958,222.1566382,786.7234104 +204977,488.4765591,1525.327449,2516.844809,225.5078461,802.9255283 +204978,495.9161125,1537.723906,2529.246894,228.6959416,817.9562713 +204979,502.9634161,1550.099925,2540.983133,231.7305596,831.9437607 +204980,509.6675,1562.362391,2552.877527,234.6292825,845.0007479 +204981,516.0739678,1574.513218,2569.898655,237.4111642,857.2265381 +204982,522.2222593,1586.477704,2572.883532,240.0930566,868.708578 +204983,528.1455012,1598.482956,2586.95461,242.6887656,879.5239639 +204984,533.8713543,1610.286233,2596.899125,245.2094222,889.5232978 +204985,539.4230641,1621.789873,2607.026479,247.6641108,898.8398601 +204986,544.8202923,1633.475522,2616.768541,250.0603549,907.6213208 +204987,550.0797243,1644.828986,2626.162278,252.404435,915.9652173 +204988,555.2155249,1656.056914,2635.591476,254.7016014,923.9302288 +204989,560.2397591,1667.400855,2644.476109,256.9562614,931.5566229 +204990,565.162709,1684.356636,2658.363879,259.172116,938.8773848 +204991,569.9931773,1687.91029,2659.369201,261.3522916,945.9220632 +204992,574.7395314,1708.846776,2669.397524,263.500347,952.7171881 +204993,579.4087613,1706.188289,2676.915802,265.6191079,959.2863322 +204994,584.0065128,1735.231926,2683.563328,267.7105923,965.6500899 +204995,588.5374702,1720.289073,2690.506129,269.7763097,971.8265102 +204996,593.0056285,1725.934659,2697.037348,271.817487,977.8313204 +204997,597.4144852,1759.871973,2708.115222,273.8351937,983.6783857 +204998,601.7671052,1755.967878,2707.877722,275.8303736,989.3798432 +204999,606.0662193,1768.567349,2715.128407,277.8038788,994.9464998 +205000,610.3142322,1777.874695,2720.918862,279.7564627,1000.387832 +205001,614.5132997,1787.060001,2725.892141,281.6888078,1005.712307 +205002,618.6653343,1796.325221,2735.61054,283.6015221,1010.92737 +205003,622.7720754,1805.098829,2734.514844,334.0741886,1016.039738 +205004,626.8350841,1813.988671,2739.799338,334.1501533,1021.055351 +205005,818.3104181,1822.66844,2744.5303,355.3935128,1025.979598 +205006,738.5897135,1831.312348,2748.391554,356.4508767,1030.81722 +205007,778.2770271,1839.549578,2756.802041,367.2891255,1035.57246 +205008,796.0847651,1848.034121,2749.914922,375.1742274,1040.248909 +205009,811.9598512,1856.148254,2763.455839,382.7644926,1044.849738 +205010,826.8052479,1864.299722,2762.006246,390.3527702,1049.377835 +205011,841.8700615,1872.116519,2764.149495,397.4675035,1053.835952 +205012,856.6384431,1879.988385,2767.215834,404.9064996,1058.226712 +205013,871.0289146,1887.584229,2774.347266,411.9120382,1062.552592 +205014,885.1226323,1895.366602,2767.120671,418.9132464,1066.81589 +205015,899.31076,1902.637103,2777.756334,425.701634,1071.018737 +205016,912.8477225,1910.046266,2776.330978,432.5654386,1075.163081 +205017,926.8230837,1917.253061,2776.940002,439.0832034,1079.250742 +205018,939.6832053,1924.355065,2778.489598,445.8456334,1083.28338 +205019,953.2535893,1931.427336,2779.840376,452.022641,1087.262566 +205020,966.1014398,1938.171729,2780.791889,458.6717582,1091.189738 +205021,1368.810287,2113.83056,2801.356154,632.8655802,1094.853317 +205022,1384.279757,2122.501581,2818.655775,641.0946001,1111.86463 +205023,1399.305766,2130.012213,2843.190825,647.7933085,1399.251493 +205024,1280.301497,2075.222766,2709.768556,594.6494359,1978.692453 +205025,1490.239907,2168.765135,2689.675623,689.6684683,1783.940308 +205026,1410.579599,2137.680765,2678.556604,654.1862156,1788.166243 +205027,1442.119463,2150.569435,2670.611743,669.1790024,1852.408982 +205028,1455.306902,2158.060632,2660.816675,675.3298803,1859.567852 +205029,1467.649433,2165.094479,2651.479287,682.0689096,1873.365629 +205030,1479.966436,2170.572674,2642.226674,687.5188502,1884.430092 +205031,1492.007526,2177.063222,2632.979067,693.7007935,1910.703067 +205032,1643.210025,2251.020553,2762.971123,762.8536094,2156.227689 +205033,1309.515973,2096.872364,2639.352656,612.3457866,1515.851276 +205034,1763.736689,2309.251073,2781.049504,818.3906621,2377.276142 +205035,1310.651058,2091.149999,2647.627167,613.5892709,1510.255897 +205036,1788.111415,2337.621216,2788.318963,830.3588756,2389.536169 +205037,1330.160908,2082.615095,2650.867271,623.1016535,1528.751047 +205038,1812.523834,2357.627395,2792.579125,842.5645669,2413.871124 +205039,1348.726591,2090.371042,2652.663633,632.5358283,1543.474785 +205040,1837.026423,2368.655951,2795.660727,853.7366713,2437.319648 +205041,1367.043269,2100.158206,2653.230674,642.4427448,1557.613122 +205042,1860.271439,2378.32637,2797.518555,864.6724746,2460.069571 +205043,1385.251125,2109.061148,2654.581146,651.6829632,1571.069411 +205044,1882.713665,2388.831078,2799.516553,875.5925167,2481.963123 +205045,1402.909278,2116.832796,2652.287614,660.4622836,1583.87011 +205046,1905.02566,2398.727807,2799.4373,886.4798555,2503.610756 +205047,1420.068292,2124.838431,2652.268431,669.0279474,1596.029267 +205048,1926.591983,2407.709283,2800.321754,896.9327307,2524.319503 +205049,1436.660369,2147.289483,2650.314112,677.3792948,1607.742149 +205050,1948.076279,2395.253743,2799.275435,907.3536084,2544.638951 +205051,1452.184713,2152.442961,2645.086475,685.1212827,1618.641452 +205052,1968.152269,2415.24888,2796.848681,917.1281255,2582.207963 +205053,1467.230151,2155.297468,2644.648602,692.5575432,1602.696169 +205054,1987.453708,2415.226014,2797.685637,926.2968522,2596.485298 +205055,1481.583318,2153.669009,2641.916717,699.7300651,1636.767541 +205056,2006.378949,2439.165808,2794.792643,935.4779102,2602.659705 +205057,1496.497841,2142.497533,2634.391635,707.091227,1650.643799 +205058,2023.545926,2448.040469,2788.476338,943.7016492,2618.438536 +205059,1666.502275,2218.820948,2785.760106,784.8612573,1944.529557 +205060,1808.317495,2342.166126,2776.744824,847.620459,2201.878942 +205061,1792.687406,2294.673381,2769.608847,841.7151972,2165.000995 +205062,1799.863052,2308.429044,2762.592275,844.8978121,2170.603594 +205063,1807.225784,2307.96399,2754.987888,848.5449312,2176.998226 +205064,1814.728222,2308.816741,2751.344803,852.1064845,2183.037603 +205065,1822.047435,2309.74131,2746.034977,855.6218115,2189.396505 +205066,1829.146345,2310.576728,2743.729814,859.0894633,2195.254795 +205067,1836.25428,2311.208024,2739.220288,862.4766485,2201.260114 +205068,1843.409576,2311.813833,2735.62525,865.9134852,2207.094876 +205069,1850.313534,2312.261905,2732.413799,869.2607986,2212.855059 +205070,1857.296999,2312.581869,2729.401033,872.4594384,2218.521444 +205071,1863.8054,2312.831334,2726.489925,875.7625153,2224.031898 +205072,1870.796529,2312.882415,2723.619219,878.965485,2229.533679 +205073,1877.301003,2312.884853,2720.75471,882.0652786,2234.788922 +205074,1883.966142,2312.769855,2717.875078,885.3277589,2240.413584 +205075,1890.314442,2312.519948,2714.969513,888.2915638,2245.347968 +205076,1896.959981,2312.212559,2712.029524,891.4091504,2250.701963 +205077,1903.281875,2311.720182,2709.050937,894.3415221,2255.720839 +205078,1909.573773,2311.191317,2706.030517,897.4293349,2260.718876 +205079,1915.904438,2310.532178,2702.97018,900.3507472,2265.868066 +205080,1921.988947,2309.608553,2699.870395,903.2354692,2270.678743 +205081,1934.912053,2311.795803,2696.566434,908.9416801,2286.781367 +205082,1941.974972,2311.394664,2693.566927,912.2898459,2297.012634 +205083,1948.889464,2310.751505,2690.744527,915.5669438,2301.081808 +205084,1956.55566,2309.929886,2687.92743,918.5328297,2309.586777 +205085,1966.771851,2308.954819,2685.033519,921.6730915,2308.917117 +205086,1966.379631,2307.888972,2683.850914,924.5482219,2296.716704 +205087,1983.457061,2306.604879,2681.558824,927.4892018,2330.11171 +205088,1975.982134,2305.246644,2676.972823,930.3388616,2321.209319 +205089,2000.663369,2303.859923,2674.89026,933.2251803,2328.680226 +205090,1981.6614,2302.212567,2670.293856,935.9936247,2333.412901 +205091,1987.22956,2300.645909,2668.205212,938.7651218,2338.088396 +205092,2013.396622,2298.839983,2665.331513,941.5482548,2342.473203 +205093,2007.511781,2296.997013,2662.116883,944.1313679,2346.991837 +205094,2015.881795,2295.006902,2656.967376,946.9090883,2351.353776 +205095,2021.737908,2293.036828,2654.507055,949.5044599,2355.678742 +205096,2027.19755,2290.808666,2649.612314,952.12408,2365.788547 +205097,2032.945896,2288.623404,2645.486833,954.7024836,2362.068433 +205098,2038.363308,2286.325729,2643.437874,957.203943,2362.064371 +205099,2044.035058,2284.022912,2640.510051,959.849857,2376.503707 +205100,2049.23025,2281.312843,2637.209362,962.2345487,2375.209632 +205101,2054.649852,2278.768602,2631.943116,964.7462259,2380.356865 +205102,2060.036205,2276.123356,2629.359287,967.1768787,2384.036464 +205103,2065.228571,2273.319046,2626.124959,969.5413718,2388.101021 +205104,2070.41873,2270.430198,2620.863287,972.0062281,2405.622243 +205105,2075.670076,2267.50916,2616.508767,974.3307231,2374.496518 +205106,2080.718528,2264.503005,2614.288594,976.6749901,2409.480282 +205107,2085.76614,2261.308852,2611.205818,979.0410372,2400.735365 +205108,2090.972323,2258.139929,2606.004227,981.2520059,2414.915464 +205109,2095.725658,2254.897909,2603.437771,983.5016318,2397.158486 +205110,2100.600184,2251.452207,2598.406349,985.8137623,2428.829987 +205111,2106.014989,2248.48936,2595.922685,988.270828,2401.95154 +205112,2111.363498,2245.426042,2592.748833,990.5879619,2437.602687 +205113,2116.308462,2242.325778,2587.571623,992.9475286,2417.900845 +205114,2121.416308,2239.241148,2583.3271,995.3765152,2432.563106 +205115,2126.577395,2236.09372,2581.249959,997.731796,2430.054912 +205116,2131.578896,2232.80055,2576.635019,1000.071812,2431.786692 +205117,2136.708242,2229.561644,2572.995543,1002.442506,2439.26181 +205118,2141.657248,2226.179745,2569.979832,1004.718414,2440.3563 +205119,2146.726912,2222.822239,2567.319423,1006.991802,2443.869318 +205120,2151.614923,2219.339865,2564.845389,1009.394608,2446.87254 +205121,2156.623074,2215.805193,2562.474601,1011.535874,2450.115175 +205122,2161.450415,2212.373956,2560.147946,1013.857671,2453.09684 +205123,2166.51183,2208.53699,2557.831027,1016.179844,2456.104393 +205124,2171.102321,2204.893948,2555.516068,1018.342796,2458.961504 +205125,2176.074113,2201.112666,2554.959377,1020.540663,2462.119385 +205126,2180.757069,2197.288083,2551.605241,1022.863146,2464.898804 +205127,2185.583735,2193.398583,2548.988884,1024.974774,2473.370754 +205128,2190.111517,2189.422893,2548.336432,1027.188424,2468.057634 +205129,2195.051061,2185.421742,2544.870299,1029.384627,2474.185386 +205130,2199.552512,2181.346425,2542.109362,1031.43983,2476.774025 +205131,2204.390357,2177.334656,2539.663589,1033.633864,2479.291782 +205132,2208.739923,2172.929868,2537.356674,1035.83054,2481.916054 +205133,2213.47158,2168.765102,2536.88256,1037.871531,2484.945961 +205134,2217.918502,2164.447561,2533.671146,1039.952022,2487.412079 +205135,2222.507877,2156.139152,2532.899221,1042.031557,2490.271846 +205136,2226.916898,2157.418449,2531.447822,1044.224748,2492.652012 +205137,2231.445923,2135.358293,2529.890778,1046.206675,2495.542669 +205138,2235.799371,2171.103579,2526.663559,1048.234351,2498.021695 +205139,2240.272307,2129.950971,2524.493473,1050.264515,2500.687015 +205140,2244.692025,2121.30848,2522.698719,1052.405272,2503.040069 +205141,2131.519797,2087.10033,2518.999002,1001.173885,2292.953018 +205142,2134.134507,2079.212713,2503.294805,1002.026941,2277.057182 +205143,2137.136701,2050.163045,2485.401872,1003.600077,2314.740022 +205144,2140.225709,2067.565795,2469.898478,1004.973875,2269.671488 +205145,2143.971812,2076.699778,2458.008484,1006.471983,2317.148339 +205146,2147.291177,2015.313376,2449.059315,1008.053123,2285.404542 +205147,2150.838701,2060.130852,2442.011448,1009.689675,2298.203792 +205148,2154.291087,2038.499237,2438.346229,1011.18783,2297.330312 +205149,2158.124006,2027.295685,2433.137771,1012.899303,2298.156249 +205150,2161.552968,2032.345229,2429.322843,1014.403605,2299.506517 +205151,2165.352058,2017.486149,2426.258815,1016.122695,2300.520384 +205152,2168.787442,2017.7363,2423.678359,1017.576381,2301.764693 +205153,2183.723656,2018.888403,2421.405458,1019.483584,2302.818191 +205154,2189.369605,2015.141819,2421.119468,1021.033777,2304.272311 +205155,2193.874164,2010.192962,2418.221229,1022.916196,2305.385278 +205156,2198.611275,2005.356152,2416.156382,1024.425415,2312.261159 +205157,2202.880809,2000.114403,2414.264362,1026.285756,2299.517902 +205158,2207.480846,1994.887724,2414.339715,1027.881074,2318.60014 +205159,2211.79082,2009.036982,2411.852997,1029.705229,2307.120873 +205160,2216.139991,1956.282387,2411.745875,1031.313976,2312.719945 +205161,2226.861113,2014.975578,2409.085512,1033.143621,2313.492588 +205162,2215.921278,1937.560302,2408.990816,1034.757009,2314.797177 +205163,2257.39508,1989.522403,2406.413382,1036.591061,2315.918702 +205164,2195.638637,1949.639501,2404.599445,1038.209444,2317.514296 +205165,2255.284441,1960.580747,2404.899759,1040.044347,2318.934943 +205166,2238.214519,1949.76565,2404.322586,1041.668191,2320.229647 +205167,2245.647624,1944.903504,2403.435897,1043.506651,2321.466244 +205168,2250.450071,1939.161298,2400.655502,1045.0725,2323.054769 +205169,2254.34858,1933.230925,2398.830373,1047.002884,2324.428549 +205170,2258.881657,1927.553053,2397.399706,1048.586781,2325.886507 +205171,2262.746306,1921.668174,2397.961399,1050.459401,2327.334025 +205172,2267.269042,1915.968298,2395.884913,1052.116081,2328.462498 +205173,2271.309125,1927.354759,2396.234523,1053.985602,2330.400705 +205174,2275.723179,1879.068103,2394.120473,1055.64735,2331.469834 +205175,2279.766936,1926.948205,2394.506552,1057.520729,2333.207399 +205176,2284.171805,1865.694923,2394.171926,1059.184214,2334.355703 +205177,2288.193243,1897.741657,2393.610448,1061.063565,2336.089395 +205178,2292.586237,1877.69338,2391.146392,1062.729211,2337.346703 +205179,2296.729974,1874.264985,2391.387391,1064.608821,2339.051882 +205180,2300.902952,1868.206454,2389.413095,1066.278278,2345.310392 +205181,2305.002108,1862.174257,2389.990197,1068.222716,2339.780509 +205182,2309.338771,1855.978819,2387.97601,1070.706076,2343.636349 +205183,2313.324508,1850.167728,2386.732699,1072.258879,2345.113482 +205184,2317.682462,1843.821705,2387.591104,1073.532087,2346.561736 +205185,2321.64196,1837.782459,2385.876802,1077.400466,2347.672996 +205186,2325.994539,1831.633423,2386.596325,1075.25527,2349.474492 +205187,2329.944858,1825.358939,2386.591773,1083.168841,2350.805512 +205188,2334.274713,1819.344244,2384.571584,1077.172083,2352.694757 +205189,2338.224158,1813.094926,2385.151915,1089.018872,2353.72299 +205190,2342.542347,1806.916569,2385.079607,1077.147611,2355.296423 +205191,2346.473766,1800.714836,2383.204718,1099.057305,2361.580068 +205192,2350.789769,1794.509625,2382.246372,1071.990393,2356.607524 +205193,2354.712072,1788.29272,2381.497903,1093.908537,2359.485027 +205194,2359.018609,1782.0795,2382.646218,1091.385515,2361.916459 +205195,2366.068959,1775.850946,2381.228175,1092.455476,2362.519079 +205196,2367.412344,1769.632071,2380.466462,1094.888245,2364.147524 +205197,2378.186099,1763.297771,2380.115915,1096.492189,2370.710229 +205198,2362.326253,1779.964684,2381.461582,1098.437402,2360.901444 +205199,2384.412953,1718.380239,2381.895037,1100.106931,2374.676157 +205200,2383.075576,1760.288335,2380.407661,1102.004432,2369.022204 +205201,2145.511997,1624.584371,2375.08586,994.1739811,1918.190497 +205202,2143.25234,1618.56225,2349.835621,993.2229078,1940.010499 +205203,2161.051335,1610.164635,2318.667398,992.7718015,1923.271828 +205204,2119.425113,1602.046594,2292.246948,992.9686908,1923.27494 +205205,2151.616566,1594.140275,2272.504655,993.0528648,1920.996033 +205206,2144.095266,1586.366648,2258.371905,993.3801604,1921.593591 +205207,2145.033875,1578.699507,2248.247746,993.8785872,1919.070474 +205208,2146.510272,1571.111047,2240.826133,994.3067678,1918.825507 +205209,2147.82385,1563.588427,2235.224449,994.8312398,1913.71946 +205210,2149.084119,1556.122978,2230.873684,995.3804665,1925.517785 +205211,2150.426894,1548.713786,2227.445363,995.9588218,1891.017671 +205212,2151.825439,1541.357247,2224.46561,996.5630698,1938.979237 +205213,2153.275105,1534.052438,2222.16476,997.2525778,1886.467932 +205214,2154.772165,1526.799444,2220.228275,997.8105847,1921.945142 +205215,2156.445779,1519.597829,2218.523189,998.5249749,1908.203586 +205216,2157.838124,1512.353983,2218.815766,999.2048305,1909.932485 +205217,2159.548849,1505.388973,2216.486674,999.9146832,1912.654468 +205218,2161.204,1498.284919,2214.822276,1000.578133,1904.102095 +205219,2162.909677,1491.311306,2213.378638,1001.415678,1924.498503 +205220,2164.657139,1484.478234,2212.075008,1002.132433,1902.01887 +205221,2166.310333,1477.471188,2210.910205,1002.91995,1894.804656 +205222,2168.338005,1470.627875,2209.809955,1003.714172,1921.640312 +205223,2170.110483,1463.996077,2210.567315,1004.52291,1897.13017 +205224,2172.023634,1457.242364,2208.619934,1005.350997,1910.858974 +205225,2173.95791,1450.632369,2207.26702,1006.190103,1906.145945 +205226,2175.916136,1444.073339,2206.101783,1007.04606,1906.788689 +205227,2177.906555,1437.491317,2206.874148,1007.914745,1906.707659 +205228,2179.917172,1431.286831,2204.968324,1009.97593,1907.417314 +205229,2181.962648,1427.586183,2203.676147,1008.986092,1907.36062 +205230,2184.166221,1423.056832,2202.578742,1012.65935,1907.043209 +205231,2185.727587,1418.118685,2201.599252,1009.556974,1908.363839 +205232,2187.546329,1413.280182,2200.688899,1015.797276,1904.110333 +205233,2189.236415,1408.471936,2199.802005,1008.8765,1919.629736 +205234,2190.945965,1403.710272,2198.936469,1020.43471,1895.168788 +205235,2192.65945,1398.907797,2198.092568,1006.000058,1920.242608 +205236,2194.377481,1394.382334,2197.251634,1028.12042,1899.06205 +205237,2196.101234,1389.718578,2196.438628,1000.406508,1908.38072 +205238,2197.834429,1385.190379,2197.445539,1037.416448,1909.12839 +205239,2199.562403,1380.793534,2195.706428,995.0505756,1908.967612 +205240,2201.309245,1376.389465,2194.530806,1045.834096,1908.330087 +205241,2203.0554,1371.977698,2193.528388,989.9061232,1912.011129 +205242,2204.809263,1367.683524,2192.645146,1032.1347,1900.365273 +205243,2206.568616,1363.58311,2191.853304,1028.822185,1915.873309 +205244,2208.333957,1359.372904,2191.13148,1006.677049,1899.159949 +205245,2210.104946,1355.307448,2190.578136,1043.835622,1921.841955 +205246,2211.881069,1351.303746,2190.083985,995.813486,1897.039268 +205247,2213.802755,1347.376158,2189.637532,1035.665938,1922.755535 +205248,2215.241087,1343.529135,2190.922508,1035.388911,1901.633713 +205249,2217.473239,1339.756897,2189.386331,1006.511459,1917.786591 +205250,2218.943758,1335.986096,2188.45732,1031.131104,1908.835299 +205251,2220.860741,1332.510771,2187.668518,1026.192477,1912.215571 +205252,2225.408127,1329.02101,2187.020881,1026.498241,1912.263035 +205253,2220.682443,1325.482837,2186.519968,1027.765366,1912.572356 +205254,2237.141194,1321.555164,2187.878223,1028.557623,1913.012904 +205255,2213.829092,1318.521278,2186.521951,1029.363221,1913.446442 +205256,2236.465788,1315.700073,2185.793896,1030.361956,1913.849079 +205257,2248.847473,1312.967761,2185.239339,1031.775767,1914.318556 +205258,2205.75421,1310.220533,2184.82314,1033.162039,1914.763089 +205259,2248.606751,1307.736285,2184.497971,1034.905452,1915.232352 +205260,2234.352815,1305.124429,2184.181917,1036.5001,1915.706601 +205261,2496.732226,1409.354845,2191.487387,1144.991876,2248.878639 +205262,2447.158701,1408.916894,2219.738242,1149.195962,2272.863783 +205263,2524.571154,1407.896769,2253.315985,1152.366429,2299.490395 +205264,2452.367186,1406.950191,2281.076472,1155.789086,2320.239794 +205265,2517.815407,1405.43649,2301.383955,1159.001922,2334.906915 +205266,2483.601914,1404.334903,2315.430883,1162.014599,2344.694524 +205267,2517.046696,1402.940813,2325.030123,1165.366838,2350.979998 +205268,2489.812109,1401.532683,2331.661538,1168.533077,2354.859727 +205269,2526.415344,1400.412819,2336.272544,1171.809015,2357.050074 +205270,2496.345087,1398.901755,2339.488945,1175.119679,2358.072288 +205271,2540.837639,1397.655557,2341.695869,1178.47818,2358.258543 +205272,2518.384679,1396.336158,2343.165965,1181.95713,2357.851941 +205273,2497.668058,1395.040729,2344.205685,1185.311053,2357.160989 +205274,2548.995135,1393.75814,2344.882733,1188.873658,2356.219059 +205275,2518.767232,1392.489586,2345.250858,1192.428222,2355.054097 +205276,2535.096999,1391.23501,2345.453188,1196.047142,2353.811855 +205277,2537.784182,1389.995037,2345.532569,1199.649753,2352.523005 +205278,2546.800974,1388.769482,2345.70039,1203.483752,2351.194844 +205279,2532.582093,1387.559057,2345.627623,1207.287927,2349.895442 +205280,2555.138844,1386.282019,2347.27722,1211.02846,2350.777194 +205281,2570.025069,1385.22091,2346.216296,1214.971239,2348.413485 +205282,2538.982629,1383.999348,2345.69784,1218.910204,2346.75772 +205283,2540.720233,1382.861683,2345.40496,1222.913317,2345.406331 +205284,2594.927907,1381.72801,2345.396809,1226.972985,2344.431264 +205285,2523.946818,1380.61017,2345.506383,1231.162187,2343.632508 +205286,2605.255628,1379.50819,2345.784662,1235.149021,2343.074603 +205287,2550.879026,1378.422557,2346.005161,1239.542166,2342.479441 +205288,2581.03449,1377.352796,2345.88236,1243.762793,2341.492435 +205289,2574.275834,1376.299798,2345.644375,1248.116073,2340.383893 +205290,2579.766003,1375.263141,2345.504973,1252.515416,2339.408629 +205291,2581.967561,1374.195358,2345.551035,1256.889007,2338.671291 +205292,2584.382504,1373.135455,2345.759995,1261.102344,2338.152505 +205293,2587.136433,1372.089038,2346.062259,1265.51869,2337.773298 +205294,2589.529875,1371.057236,2346.414408,1269.906492,2337.481421 +205295,2592.061893,1370.042427,2348.511178,1274.26633,2339.352972 +205296,2600.638927,1367.630724,2348.029857,1280.401493,2338.101313 +205297,2604.030739,1366.351841,2348.066936,1285.30317,2337.686435 +205298,2606.990012,1365.227446,2349.916372,1290.003917,2339.623291 +205299,2609.798753,1364.153406,2349.120155,1294.877171,2338.361145 +205300,2612.554922,1363.117725,2348.905263,1299.714662,2337.780937 +205301,2615.142165,1362.107293,2348.891,1304.594199,2337.392299 +205302,2618.118742,1361.122492,2350.710058,1309.509065,2339.206794 +205303,2620.609317,1360.155872,2349.929471,1314.536903,2337.81603 +205304,2623.266461,1359.215375,2349.740297,1319.397944,2337.122977 +205305,2625.931445,1358.293992,2349.748822,1324.394072,2336.640894 +205306,2628.446864,1357.393851,2349.861744,1329.550709,2336.261407 +205307,2631.037927,1356.51468,2350.034341,1334.575705,2335.937233 +205308,2633.573937,1355.655953,2350.241799,1339.701763,2335.643197 +205309,2636.15611,1354.90165,2352.187516,1344.846988,2337.474729 +205310,2638.586212,1353.959678,2351.48197,1350.100841,2336.060511 +205311,2641.136302,1353.224522,2353.061246,1355.182044,2337.440838 +205312,2643.58323,1352.432264,2353.880168,1360.469179,2337.885565 +205313,2645.792998,1351.673131,2352.69132,1367.331052,2335.859979 +205314,2648.584612,1350.94034,2354.014681,1373.261251,2336.892117 +205315,2650.821475,1350.220057,2354.700783,1377.751584,2337.129813 +205316,2653.254273,1349.523082,2355.16139,1385.871989,2337.085928 +205317,2655.662487,1348.845192,2355.512213,1386.170034,2336.899795 +205318,2657.98421,1348.184302,2354.115581,1381.484444,2334.552996 +205319,2660.411242,1347.550319,2355.338822,1404.607011,2335.394242 +205320,2662.626248,1346.925449,2354.243156,1401.212384,2333.374203 +205321,2717.69398,1368.790787,2356.938893,1430.975736,2337.341262 +205322,2713.038368,1369.434261,2362.561031,1437.55486,2345.480912 +205323,2719.658397,1369.394585,2369.145981,1443.500185,2354.986451 +205324,2722.537731,1369.294954,2374.860793,1449.384741,2363.853421 +205325,2724.814338,1369.093727,2379.558609,1455.184521,2371.516851 +205326,2727.64075,1368.843031,2385.039022,1461.017735,2380.115037 +205327,2729.285043,1368.560547,2387.212733,1466.589337,2384.558642 +205328,2732.229032,1368.350638,2391.208704,1472.340242,2391.144386 +205329,2734.156219,1367.927464,2394.153715,1477.985344,2396.31944 +205330,2736.188504,1367.678059,2394.895683,1483.628752,2398.656869 +205331,2738.548478,1367.365672,2397.974647,1489.261639,2403.755554 +205332,2740.293727,1367.057134,2398.596995,1494.959048,2405.707287 +205333,2742.434457,1366.759862,2399.846775,1500.423481,2408.325656 +205334,2744.358272,1366.462676,2401.294777,1508.602891,2411.089492 +205335,2746.39653,1366.173371,2404.528749,1511.048498,2415.982213 +205336,2748.032927,1365.882261,2405.136722,1528.186675,2417.575777 +205337,2749.955218,1365.604194,2406.335272,1504.074671,2419.839733 +205338,2751.876808,1365.330257,2409.419419,1537.525846,2424.582076 +205339,2753.336926,1365.056761,2409.902104,1531.497332,2425.650774 +205340,2755.20226,1364.796751,2410.971873,1539.221164,2427.607741 +205341,2758.678787,1367.124253,2412.268053,1544.452177,2430.004876 +205342,2760.82869,1367.349968,2413.982805,1549.931211,2432.308323 +205343,2762.579535,1367.308613,2415.927672,1555.306359,2434.638065 +205344,2764.269477,1367.198773,2418.075586,1560.671508,2436.936651 +205345,2765.902754,1367.057061,2419.936408,1566.107067,2439.187756 +205346,2767.484369,1366.898258,2421.691198,1571.281261,2441.393722 +205347,2769.023132,1366.729989,2423.356335,1578.059536,2443.556468 +205348,2770.668831,1366.557611,2426.633575,1583.769484,2447.782094 +205349,2771.993501,1366.376744,2428.918834,1589.13607,2450.819985 +205350,2773.443882,1366.114267,2430.774495,1595.185615,2453.359906 +205351,2775.053221,1365.966454,2432.394203,1600.353658,2455.625588 +205352,2776.541619,1365.620698,2432.217062,1590.089673,2455.663246 +205353,2778.446077,1365.33564,2434.562341,1617.459599,2458.856096 +205354,2779.885975,1365.024919,2436.256396,1613.143784,2461.259669 +205355,2781.407104,1364.706574,2436.028832,1624.828882,2461.291999 +205356,2783.050751,1364.382526,2436.615096,1626.231409,2462.348989 +205357,2784.608032,1364.049983,2437.493068,1646.385161,2463.77479 +205358,2786.207219,1363.712383,2440.240894,1614.196767,2467.550484 +205359,2787.538634,1363.364583,2440.453399,1656.656727,2468.194934 +205360,2789.098086,1363.015098,2441.191177,1654.092419,2469.514301 +205361,2790.579145,1362.658191,2442.116605,1650.526201,2471.0765 +205362,2791.989184,1362.295979,2443.155891,1660.430201,2472.790057 +205363,2793.413812,1361.928777,2444.193507,1688.526402,2474.514249 +205364,2794.814705,1361.556336,2445.26662,1646.935879,2476.297116 +205365,2796.202959,1361.179291,2446.48758,1704.873435,2478.279114 +205366,2797.554351,1360.797138,2447.719453,1664.810257,2480.289682 +205367,2799.049118,1360.412303,2450.624864,1712.089984,2484.40722 +205368,2800.196247,1360.019631,2452.71668,1677.10236,2487.302268 +205369,2801.414196,1359.623231,2452.429787,1724.926314,2487.732761 +205370,2802.797649,1359.224779,2453.08378,1701.338418,2489.088409 +205371,2804.018564,1358.820182,2453.899495,1717.745437,2490.626449 +205372,2805.262384,1358.411823,2454.955591,1722.174093,2492.456179 +205373,2806.488232,1357.999571,2456.214287,1727.846654,2494.542522 +205374,2807.684436,1357.58291,2457.737016,1733.83191,2496.732241 +205375,2808.864909,1357.162641,2459.080474,1739.772577,2498.975446 +205376,2810.024932,1356.738084,2460.428442,1745.545645,2501.242087 +205377,2811.148807,1356.30989,2461.773716,1751.649577,2503.514544 +205378,2812.295168,1355.877429,2463.111036,1757.567453,2505.781638 +205379,2813.375441,1355.441347,2464.433728,1763.445777,2508.033236 +205380,2814.479936,1354.920853,2465.739139,1769.409854,2510.26551 +205381,2734.32295,1338.129639,2463.135298,1742.932516,2506.240183 +205382,2742.998553,1298.759696,2455.22778,1750.72094,2494.851616 +205383,2741.528304,1355.764378,2446.481106,1759.825157,2481.521613 +205384,2743.681781,1281.29117,2439.447738,1767.460138,2470.009187 +205385,2753.727878,1338.534531,2435.008016,1775.838981,2461.616221 +205386,2735.399113,1333.374935,2432.131827,1783.902413,2455.236319 +205387,2762.499668,1296.567875,2432.208452,1797.626383,2452.677396 +205388,2738.063669,1354.572659,2430.34464,1797.977576,2447.940001 +205389,2765.653287,1280.402654,2429.457987,1809.550123,2444.616114 +205390,2741.73127,1337.290784,2429.243482,1817.066334,2442.08343 +205391,2769.169543,1329.080262,2430.741305,1825.326903,2442.116553 +205392,2745.099077,1301.221017,2429.78724,1833.2896,2439.264922 +205393,2772.525049,1344.474542,2429.571728,1841.553595,2437.474329 +205394,2756.99881,1288.295186,2429.652958,1849.553074,2436.167438 +205395,2763.990455,1357.640561,2429.999234,1857.883027,2435.294106 +205396,2765.555415,1277.406476,2432.108831,1866.0781,2436.558991 +205397,2766.853149,1361.631717,2433.300012,1874.161716,2437.03014 +205398,2768.453072,1275.617358,2432.337117,1882.073355,2434.876846 +205399,2770.27508,1361.233775,2432.242636,1890.524148,2433.762974 +205400,2771.927267,1275.370362,2432.016607,1898.577919,2433.128896 +205401,2773.604966,1359.726384,2432.588365,1911.820194,2432.859425 +205402,2775.376018,1276.465605,2434.899082,1913.292499,2434.817734 +205403,2776.898618,1355.58657,2436.275832,1923.72564,2435.548505 +205404,2778.540843,1280.60827,2437.115922,1931.834003,2435.856603 +205405,2780.030953,1350.764977,2436.147403,1939.348691,2433.941932 +205406,2781.749246,1284.016543,2436.070287,1947.849201,2433.147909 +205407,2783.449971,1345.902859,2437.992627,1956.048123,2434.859353 +205408,2784.86263,1288.11162,2439.341085,1963.908109,2435.625522 +205409,2786.241335,1341.092068,2438.634909,1976.584249,2434.104043 +205410,2787.979276,1291.655411,2438.763613,1978.744884,2433.629634 +205411,2789.071759,1335.898948,2440.733997,1987.501396,2435.442559 +205412,2789.864766,1295.701716,2441.806861,1994.503386,2436.182061 +205413,2790.668606,1330.572284,2440.83954,2000.26713,2434.439442 +205414,2791.643393,1299.199959,2440.710073,2011.800449,2433.759981 +205415,2792.421604,1325.581005,2440.870415,2012.60822,2433.456926 +205416,2793.181332,1302.325909,2441.025277,2020.049065,2433.168973 +205417,2793.920183,1320.840889,2441.180764,2026.317012,2432.907306 +205418,2794.629818,1305.266041,2441.473682,2037.185909,2432.841961 +205419,2795.352611,1315.225186,2443.620221,2038.212846,2434.865841 +205420,2795.81639,1309.511227,2442.807281,2043.412966,2433.500961 +205421,2796.530513,1311.298662,2442.595823,2054.71457,2432.899731 +205422,2797.191312,1310.411472,2444.185235,2051.415706,2434.529958 +205423,2797.597716,1309.863358,2444.839117,2065.250934,2435.02492 +205424,2798.017986,1309.612818,2443.678945,2071.105173,2433.295422 +205425,2798.598328,1309.113693,2443.299601,2071.755681,2432.525955 +205426,2799.124841,1308.685686,2444.782346,2081.782719,2434.053371 +205427,2799.291612,1308.24607,2443.776842,2082.225189,2432.519053 +205428,2799.800477,1307.797536,2443.228496,2084.887838,2431.553738 +205429,2800.106054,1307.347246,2442.750814,2088.771446,2430.6724 +205430,2800.426714,1306.892498,2442.27996,2090.830214,2429.798113 +205431,2800.822024,1306.432724,2443.382533,2094.001594,2430.876092 +205432,2800.833353,1305.973689,2441.784579,2094.41591,2428.632513 +205433,2801.313894,1305.505011,2442.268701,2097.403411,2428.969431 +205434,2801.243622,1305.039605,2440.280454,2097.841065,2426.252808 +205435,2801.540682,1304.565659,2438.863731,2099.074275,2424.234101 +205436,2801.654022,1304.090857,2437.635301,2100.631752,2422.436158 +205437,2801.758947,1303.612509,2436.505079,2102.346666,2420.755713 +205438,2801.852847,1303.131195,2435.431714,2104.122731,2419.150307 +205439,2801.893811,1302.647078,2434.392391,2105.908848,2417.597065 +205440,2801.966735,1302.16011,2433.375163,2107.683387,2416.083441 +205441,2642.907838,1235.301866,2432.789685,2108.518662,2416.352574 +205442,2648.323149,1233.822922,2422.743528,2101.103679,2403.064061 +205443,2642.918335,1232.624175,2409.301574,2091.778385,2384.231133 +205444,2641.922278,1231.379165,2397.32619,2085.294761,2366.779453 +205445,2640.262931,1230.334428,2388.50407,2082.356333,2352.829834 +205446,2638.568812,1229.143908,2382.257842,2081.970283,2342.194045 +205447,2636.857899,1228.091257,2377.781212,2082.919932,2334.017847 +205448,2635.115633,1226.85573,2374.256522,2084.392694,2327.555551 +205449,2633.399551,1225.777005,2371.642255,2086.000056,2322.319177 +205450,2631.627046,1224.638417,2369.510525,2087.60624,2318.010851 +205451,2629.848107,1223.510697,2367.722102,2089.180872,2314.439048 +205452,2628.039024,1222.382563,2366.186896,2090.721164,2311.466328 +205453,2626.16377,1221.253473,2364.667721,2092.227241,2308.782449 +205454,2614.51082,1219.70039,2365.021714,2095.437477,2308.669494 +205455,2610.950903,1218.473598,2362.85013,2094.128552,2305.583681 +205456,2608.488061,1217.258904,2361.227282,2092.632669,2303.41785 +205457,2602.068368,1216.050136,2359.770695,2091.552399,2301.791573 +205458,2609.165532,1214.841651,2358.606973,2091.173878,2300.608454 +205459,2575.768138,1213.63228,2357.844908,2091.439499,2299.837181 +205460,2632.816732,1212.420762,2357.768237,2092.286084,2299.580895 +205461,2556.130342,1211.207043,2357.224076,2093.388501,2299.626362 +205462,2633.643684,1209.990375,2356.905799,2094.469111,2299.736957 +205463,2577.872495,1208.770842,2356.277752,2095.413802,2299.793159 +205464,2567.947969,1207.548053,2355.66922,2096.178017,2299.721414 +205465,2619.676568,1206.322022,2354.980347,2096.845538,2299.586175 +205466,2556.913386,1205.092889,2354.097601,2097.56844,2299.540028 +205467,2579.853976,1203.860734,2353.477391,2098.375648,2299.616558 +205468,2583.40534,1202.625608,2352.849331,2099.162347,2299.709317 +205469,2585.5154,1201.387694,2352.197326,2099.907363,2299.79976 +205470,2579.739496,1200.215916,2351.563301,2100.659212,2299.940575 +205471,2542.559951,1198.506941,2350.839764,2101.514785,2300.238796 +205472,2613.440966,1196.863787,2350.240022,2102.373779,2300.530923 +205473,2532.402069,1195.114951,2349.56844,2103.277963,2300.830221 +205474,2585.397103,1193.269979,2348.872296,2104.294041,2301.206321 +205475,2526.997826,1191.564196,2348.053047,2105.293153,2298.127176 +205476,2571.71619,1189.677579,2348.217615,2107.493188,2280.41937 +205477,2548.76248,1187.826548,2345.29861,2106.270344,2286.715975 +205478,2551.233737,1185.933488,2342.895946,2105.772365,2278.959455 +205479,2543.919767,1184.017055,2340.716096,2105.911638,2286.478703 +205480,2544.470235,1182.075139,2338.930415,2106.390644,2276.84945 +205481,2539.77716,1180.108963,2337.126232,2106.886294,2278.860656 +205482,2536.742913,1178.118626,2335.419221,2107.501337,2278.999861 +205483,2533.436266,1176.104962,2333.83207,2108.25303,2278.064295 +205484,2530.227706,1174.068254,2332.244244,2109.004656,2276.672039 +205485,2526.610627,1172.008972,2330.485906,2109.571096,2270.141239 +205486,2547.972582,1169.926988,2328.743963,2110.17252,2279.441735 +205487,2482.893796,1167.823029,2327.129468,2110.937463,2268.848795 +205488,2533.8186,1165.764584,2325.431927,2111.62583,2272.126933 +205489,2509.037159,1163.517595,2325.353366,2114.124505,2272.216653 +205490,2508.959173,1161.397426,2324.393093,2115.585141,2270.340202 +205491,2505.468742,1159.198697,2321.358166,2114.703383,2268.541682 +205492,2501.795698,1156.987255,2318.806395,2114.66289,2267.933029 +205493,2498.09101,1154.756608,2316.715564,2115.028774,2267.066877 +205494,2494.354892,1152.50417,2316.303197,2117.3061,2261.060234 +205495,2500.411319,1151.534447,2313.437631,2116.819883,2270.452885 +205496,2498.501133,1149.556335,2311.277008,2118.567718,2257.923554 +205497,2495.599593,1147.415707,2309.369244,2121.383155,2268.200092 +205498,2492.434508,1145.215059,2309.183063,2126.029088,2256.006541 +205499,2489.096173,1142.980705,2306.313073,2127.179847,2260.695779 +205500,2485.679622,1140.647111,2304.058723,2128.589878,2259.754535 +205501,1920.187305,1138.679387,963.2753434,1572.263397,2141.528684 +205502,2015.031953,1268.371038,1020.569958,1667.573238,2227.491038 +205503,2108.116206,1270.803527,1084.556922,1765.89743,2303.720425 +205504,2168.083148,1269.756257,1134.24305,1830.22103,2346.071391 +205505,2207.412795,1268.756707,1172.471125,1868.268282,2372.366992 +205506,2234.222233,1268.157336,1202.121816,1889.397878,2390.590673 +205507,2253.103413,1266.570431,1225.75811,1901.424518,2404.129898 +205508,2267.322874,1264.921521,1245.192407,1909.173034,2415.04384 +205509,2278.532597,1263.192871,1261.531128,1915.010122,2424.306875 +205510,2287.619168,1261.475851,1275.435308,1919.880402,2432.420948 +205511,2295.039418,1259.538155,1287.312126,1924.079639,2439.597982 +205512,2301.102874,1257.748102,1297.4725,1927.739362,2445.968422 +205513,2306.053856,1255.860477,1306.351247,1931.152248,2451.633372 +205514,2310.095418,1253.962353,1313.819754,1934.039556,2456.680993 +205515,2313.363855,1252.046055,1320.231463,1936.656053,2461.155675 +205516,2316.024507,1250.03207,1325.76294,1939.096225,2465.157784 +205517,2318.211489,1248.202076,1330.561627,1941.425925,2468.774438 +205518,2319.998328,1246.179557,1334.733406,1943.661493,2472.244414 +205519,2321.449161,1244.212849,1338.369481,1945.815583,2475.204974 +205520,2322.616375,1242.222477,1341.54598,1947.895535,2477.889504 +205521,2323.54488,1240.220268,1344.328701,1949.91111,2480.334347 +205522,2324.271886,1238.204759,1346.773386,1951.871095,2482.571308 +205523,2324.827374,1236.17566,1348.926628,1953.781829,2484.627046 +205524,2325.235373,1234.132289,1350.827303,1955.647534,2486.52402 +205525,2325.515211,1232.074389,1352.507932,1957.471071,2488.281421 +205526,2325.682552,1230.001178,1353.995832,1959.254533,2489.915833 +205527,2325.750156,1227.912308,1355.314001,1960.999545,2491.441605 +205528,2325.728472,1225.729158,1356.481848,1962.707425,2492.871179 +205529,2325.626076,1223.722552,1357.515773,1964.379232,2494.215296 +205530,2325.450047,1221.602278,1358.429676,1966.015832,2495.483257 +205531,2325.202651,1219.522369,1359.235345,1967.61791,2496.683069 +205532,2324.87838,1217.628767,1359.950056,1968.957879,2497.821638 +205533,2324.476504,1215.673813,1360.58782,1969.902816,2498.904874 +205534,2324.001524,1213.734244,1361.157903,1970.448813,2499.937859 +205535,2323.460192,1211.79568,1361.666415,1970.654172,2500.924972 +205536,2322.859254,1209.856419,1362.117901,1970.583555,2501.870017 +205537,2322.20452,1207.915831,1362.516169,1970.285521,2502.776275 +205538,2321.500795,1205.973099,1362.864602,1969.791343,2503.646587 +205539,2320.752052,1204.027936,1363.16622,1969.12072,2504.483388 +205540,2319.961643,1202.0035,1363.423715,1968.28705,2505.288774 +205541,2319.132439,1200.165368,1363.639477,1967.300442,2506.064539 +205542,2318.266937,1198.154296,1363.815635,1966.16906,2506.812229 +205543,2317.367304,1196.207934,1363.954089,1964.899644,2507.533158 +205544,2316.435457,1194.245324,1364.056553,1963.497804,2508.228466 +205545,2315.473089,1192.278548,1364.124577,1961.968233,2508.899127 +205546,2314.481719,1190.307443,1364.159578,1960.31492,2509.545988 +205547,2313.462702,1188.332056,1364.162847,1958.541298,2510.169773 +205548,2312.417269,1186.336296,1364.135579,1956.650391,2510.771121 +205549,2311.345376,1184.348212,1364.078656,1954.641982,2511.351201 +205550,2310.248382,1182.4316,1363.993146,1952.519486,2511.91025 +205551,2309.127762,1180.324527,1363.880077,1950.286699,2512.448335 +205552,2307.984741,1178.3042,1363.740414,1947.946519,2512.965693 +205553,2306.82021,1176.399633,1363.575016,1945.50098,2513.462599 +205554,2305.634935,1174.334548,1363.384696,1942.950001,2513.939382 +205555,2304.429506,1170.755211,1363.170172,1940.293968,2514.396253 +205556,2302.899946,1168.511149,1362.867278,1936.215593,2514.832808 +205557,2301.165301,1166.356854,1362.500922,1931.301466,2515.248565 +205558,2299.384788,1164.221871,1362.10379,1926.121495,2515.644116 +205559,2297.639777,1162.097404,1361.69287,1921.409832,2516.020157 +205560,2295.948277,1159.977617,1361.272776,1916.999804,2516.377222 +205561,0,0,0,0,0 +205562,0,0,0,0,0 +205563,0,0,0,0,0 +205564,0,0,0,0,0 +205565,0,0,0,0,0 +205566,0,0,0,0,0 +205567,0,0,0,0,0 +205568,0,0,0,0,0 +205569,0,0,0,0,0 +205570,0,0,0,0,0 +205571,0,0,0,0,0 +205572,0,0,0,0,0 +205573,0,0,0,0,0 +205574,0,0,0,0,0 +205575,0,0,0,0,0 +205576,0,0,0,0,0 +205577,0,0,0,0,0 +205578,0,0,0,0,0 +205579,0,0,0,0,0 +205580,0,0,0,0,0 +205581,0,0,0,0,0 +205582,0,0,0,0,0 +205583,0,0,0,0,0 +205584,0,0,0,0,0 +205585,0,0,0,0,0 +205586,0,0,0,0,0 +205587,0,0,0,0,0 +205588,0,0,0,0,0 +205589,0,0,0,0,0 +205590,0,0,0,0,0 +205591,0,0,0,0,0 +205592,0,0,0,0,0 +205593,0,0,0,0,0 +205594,0,0,0,0,0 +205595,0,0,0,0,0 +205596,0,0,0,0,0 +205597,0,0,0,0,0 +205598,0,0,0,0,0 +205599,0,0,0,0,0 +205600,0,0,0,0,0 +205601,0,0,0,0,0 +205602,0,0,0,0,0 +205603,0,0,0,0,0 +205604,0,0,0,0,0 +205605,0,0,0,0,0 +205606,0,0,0,0,0 +205607,0,0,0,0,0 +205608,0,0,0,0,0 +205609,0,0,0,0,0 +205610,0,0,0,0,0 +205611,0,0,0,0,0 +205612,0,0,0,0,0 +205613,0,0,0,0,0 +205614,0,0,0,0,0 +205615,0,0,0,0,0 +205616,0,0,0,0,0 +205617,0,0,0,0,0 +205618,0,0,0,0,0 +205619,0,0,0,0,0 +205620,0,0,0,0,0 +205621,0,0,0,0,0 +205622,0,0,0,0,0 +205623,0,0,0,0,0 +205624,0,0,0,0,0 +205625,0,0,0,0,0 +205626,0,0,0,0,0 +205627,0,0,0,0,0 +205628,0,0,0,0,0 +205629,0,0,0,0,0 +205630,0,0,0,0,0 +205631,0,0,0,0,0 +205632,0,0,0,0,0 +205633,0,0,0,0,0 +205634,0,0,0,0,0 +205635,0,0,0,0,0 +205636,0,0,0,0,0 +205637,0,0,0,0,0 +205638,0,0,0,0,0 +205639,0,0,0,0,0 +205640,0,0,0,0,0 +205641,0,0,0,0,0 +205642,0,0,0,0,0 +205643,0,0,0,0,0 +205644,0,0,0,0,0 +205645,0,0,0,0,0 +205646,0,0,0,0,0 +205647,0,0,0,0,0 +205648,0,0,0,0,0 +205649,0,0,0,0,0 +205650,0,0,0,0,0 +205651,0,0,0,0,0 +205652,0,0,0,0,0 +205653,0,0,0,0,0 +205654,0,0,0,0,0 +205655,0,0,0,0,0 +205656,0,0,0,0,0 +205657,0,0,0,0,0 +205658,0,0,0,0,0 +205659,0,0,0,0,0 +205660,0,0,0,0,0 +205661,0,0,0,0,0 +205662,0,0,0,0,0 +205663,0,0,0,0,0 +205664,0,0,0,0,0 +205665,0,0,0,0,0 +205666,0,0,0,0,0 +205667,0,0,0,0,0 +205668,0,0,0,0,0 +205669,0,0,0,0,0 +205670,0,0,0,0,0 +205671,0,0,0,0,0 +205672,0,0,0,0,0 +205673,0,0,0,0,0 +205674,0,0,0,0,0 +205675,0,0,0,0,0 +205676,0,0,0,0,0 +205677,0,0,0,0,0 +205678,0,0,0,0,0 +205679,0,0,0,0,0 +205680,0,0,0,0,0 +205681,0,0,0,0,0 +205682,0,0,0,0,0 +205683,0,0,0,0,0 +205684,0,0,0,0,0 +205685,0,0,0,0,0 +205686,0,0,0,0,0 +205687,0,0,0,0,0 +205688,0,0,0,0,0 +205689,0,0,0,0,0 +205690,0,0,0,0,0 +205691,0,0,0,0,0 +205692,0,0,0,0,0 +205693,0,0,0,0,0 +205694,0,0,0,0,0 +205695,0,0,0,0,0 +205696,0,0,0,0,0 +205697,0,0,0,0,0 +205698,0,0,0,0,0 +205699,0,0,0,0,0 +205700,0,0,0,0,0 +205701,0,0,0,0,0 +205702,0,0,0,0,0 +205703,0,0,0,0,0 +205704,0,0,0,0,0 +205705,0,0,0,0,0 +205706,0,0,0,0,0 +205707,0,0,0,0,0 +205708,0,0,0,0,0 +205709,0,0,0,0,0 +205710,0,0,0,0,0 +205711,0,0,0,0,0 +205712,0,0,0,0,0 +205713,0,0,0,0,0 +205714,0,0,0,0,0 +205715,0,0,0,0,0 +205716,0,0,0,0,0 +205717,0,0,0,0,0 +205718,0,0,0,0,0 +205719,0,0,0,0,0 +205720,0,0,0,0,0 +205721,0,0,0,0,0 +205722,0,0,0,0,0 +205723,0,0,0,0,0 +205724,0,0,0,0,0 +205725,0,0,0,0,0 +205726,0,0,0,0,0 +205727,0,0,0,0,0 +205728,0,0,0,0,0 +205729,0,0,0,0,0 +205730,0,0,0,0,0 +205731,0,0,0,0,0 +205732,0,0,0,0,0 +205733,0,0,0,0,0 +205734,0,0,0,0,0 +205735,0,0,0,0,0 +205736,0,0,0,0,0 +205737,0,0,0,0,0 +205738,0,0,0,0,0 +205739,0,0,0,0,0 +205740,0,0,0,0,0 +205741,0,0,0,0,0 +205742,0,0,0,0,0 +205743,0,0,0,0,0 +205744,0,0,0,0,0 +205745,0,0,0,0,0 +205746,0,0,0,0,0 +205747,0,0,0,0,0 +205748,0,0,0,0,0 +205749,0,0,0,0,0 +205750,0,0,0,0,0 +205751,0,0,0,0,0 +205752,0,0,0,0,0 +205753,0,0,0,0,0 +205754,0,0,0,0,0 +205755,0,0,0,0,0 +205756,0,0,0,0,0 +205757,0,0,0,0,0 +205758,0,0,0,0,0 +205759,0,0,0,0,0 +205760,0,0,0,0,0 +205761,0,0,0,0,0 +205762,0,0,0,0,0 +205763,0,0,0,0,0 +205764,0,0,0,0,0 +205765,0,0,0,0,0 +205766,0,0,0,0,0 +205767,0,0,0,0,0 +205768,0,0,0,0,0 +205769,0,0,0,0,0 +205770,0,0,0,0,0 +205771,0,0,0,0,0 +205772,0,0,0,0,0 +205773,0,0,0,0,0 +205774,0,0,0,0,0 +205775,0,0,0,0,0 +205776,0,0,0,0,0 +205777,0,0,0,0,0 +205778,0,0,0,0,0 +205779,0,0,0,0,0 +205780,0,0,0,0,0 +205781,0,0,0,0,0 +205782,0,0,0,0,0 +205783,0,0,0,0,0 +205784,0,0,0,0,0 +205785,0,0,0,0,0 +205786,0,0,0,0,0 +205787,0,0,0,0,0 +205788,0,0,0,0,0 +205789,0,0,0,0,0 +205790,0,0,0,0,0 +205791,0,0,0,0,0 +205792,0,0,0,0,0 +205793,0,0,0,0,0 +205794,0,0,0,0,0 +205795,0,0,0,0,0 +205796,0,0,0,0,0 +205797,0,0,0,0,0 +205798,0,0,0,0,0 +205799,0,0,0,0,0 +205800,0,0,0,0,0 +205801,0,0,0,0,0 +205802,0,0,0,0,0 +205803,0,0,0,0,0 +205804,0,0,0,0,0 +205805,0,0,0,0,0 +205806,0,0,0,0,0 +205807,0,0,0,0,0 +205808,0,0,0,0,0 +205809,0,0,0,0,0 +205810,0,0,0,0,0 +205811,0,0,0,0,0 +205812,0,0,0,0,0 +205813,0,0,0,0,0 +205814,0,0,0,0,0 +205815,0,0,0,0,0 +205816,0,0,0,0,0 +205817,0,0,0,0,0 +205818,0,0,0,0,0 +205819,0,0,0,0,0 +205820,0,0,0,0,0 +205821,0,0,0,0,0 +205822,0,0,0,0,0 +205823,0,0,0,0,0 +205824,0,0,0,0,0 +205825,0,0,0,0,0 +205826,0,0,0,0,0 +205827,0,0,0,0,0 +205828,0,0,0,0,0 +205829,0,0,0,0,0 +205830,0,0,0,0,0 +205831,0,0,0,0,0 +205832,0,0,0,0,0 +205833,0,0,0,0,0 +205834,0,0,0,0,0 +205835,0,0,0,0,0 +205836,0,0,0,0,0 +205837,0,0,0,0,0 +205838,0,0,0,0,0 +205839,0,0,0,0,0 +205840,0,0,0,0,0 +205841,0,0,0,0,0 +205842,0,0,0,0,0 +205843,0,0,0,0,0 +205844,0,0,0,0,0 +205845,0,0,0,0,0 +205846,0,0,0,0,0 +205847,0,0,0,0,0 +205848,0,0,0,0,0 +205849,0,0,0,0,0 +205850,0,0,0,0,0 +205851,0,0,0,0,0 +205852,0,0,0,0,0 +205853,0,0,0,0,0 +205854,0,0,0,0,0 +205855,0,0,0,0,0 +205856,0,0,0,0,0 +205857,0,0,0,0,0 +205858,0,0,0,0,0 +205859,0,0,0,0,0 +205860,0,0,0,0,0 +205861,0,0,0,0,0 +205862,0,0,0,0,0 +205863,0,0,0,0,0 +205864,0,0,0,0,0 +205865,0,0,0,0,0 +205866,0,0,0,0,0 +205867,0,0,0,0,0 +205868,0,0,0,0,0 +205869,0,0,0,0,0 +205870,0,0,0,0,0 +205871,0,0,0,0,0 +205872,0,0,0,0,0 +205873,0,0,0,0,0 +205874,0,0,0,0,0 +205875,0,0,0,0,0 +205876,0,0,0,0,0 +205877,0,0,0,0,0 +205878,0,0,0,0,0 +205879,0,0,0,0,0 +205880,0,0,0,0,0 +205881,0,0,0,0,0 +205882,0,0,0,0,0 +205883,0,0,0,0,0 +205884,0,0,0,0,0 +205885,0,0,0,0,0 +205886,0,0,0,0,0 +205887,0,0,0,0,0 +205888,0,0,0,0,0 +205889,0,0,0,0,0 +205890,0,0,0,0,0 +205891,0,0,0,0,0 +205892,0,0,0,0,0 +205893,0,0,0,0,0 +205894,0,0,0,0,0 +205895,0,0,0,0,0 +205896,0,0,0,0,0 +205897,0,0,0,0,0 +205898,0,0,0,0,0 +205899,0,0,0,0,0 +205900,0,0,0,0,0 +205901,0,0,0,0,0 +205902,0,0,0,0,0 +205903,0,0,0,0,0 +205904,0,0,0,0,0 +205905,0,0,0,0,0 +205906,0,0,0,0,0 +205907,0,0,0,0,0 +205908,0,0,0,0,0 +205909,0,0,0,0,0 +205910,0,0,0,0,0 +205911,0,0,0,0,0 +205912,0,0,0,0,0 +205913,0,0,0,0,0 +205914,0,0,0,0,0 +205915,0,0,0,0,0 +205916,0,0,0,0,0 +205917,0,0,0,0,0 +205918,0,0,0,0,0 +205919,0,0,0,0,0 +205920,0,0,0,0,0 +205921,0,0,0,0,0 +205922,0,0,0,0,0 +205923,0,0,0,0,0 +205924,0,0,0,0,0 +205925,0,0,0,0,0 +205926,0,0,0,0,0 +205927,0,0,0,0,0 +205928,0,0,0,0,0 +205929,0,0,0,0,0 +205930,0,0,0,0,0 +205931,0,0,0,0,0 +205932,0,0,0,0,0 +205933,0,0,0,0,0 +205934,0,0,0,0,0 +205935,0,0,0,0,0 +205936,0,0,0,0,0 +205937,0,0,0,0,0 +205938,0,0,0,0,0 +205939,0,0,0,0,0 +205940,0,0,0,0,0 +205941,0,0,0,0,0 +205942,0,0,0,0,0 +205943,0,0,0,0,0 +205944,0,0,0,0,0 +205945,0,0,0,0,0 +205946,0,0,0,0,0 +205947,0,0,0,0,0 +205948,0,0,0,0,0 +205949,0,0,0,0,0 +205950,0,0,0,0,0 +205951,0,0,0,0,0 +205952,0,0,0,0,0 +205953,0,0,0,0,0 +205954,0,0,0,0,0 +205955,0,0,0,0,0 +205956,0,0,0,0,0 +205957,0,0,0,0,0 +205958,0,0,0,0,0 +205959,0,0,0,0,0 +205960,0,0,0,0,0 +205961,0,0,0,0,0 +205962,0,0,0,0,0 +205963,0,0,0,0,0 +205964,0,0,0,0,0 +205965,0,0,0,0,0 +205966,0,0,0,0,0 +205967,0,0,0,0,0 +205968,0,0,0,0,0 +205969,0,0,0,0,0 +205970,0,0,0,0,0 +205971,0,0,0,0,0 +205972,0,0,0,0,0 +205973,0,0,0,0,0 +205974,0,0,0,0,0 +205975,0,0,0,0,0 +205976,0,0,0,0,0 +205977,0,0,0,0,0 +205978,0,0,0,0,0 +205979,0,0,0,0,0 +205980,0,0,0,0,0 +205981,0,0,0,0,0 +205982,0,0,0,0,0 +205983,0,0,0,0,0 +205984,0,0,0,0,0 +205985,0,0,0,0,0 +205986,0,0,0,0,0 +205987,0,0,0,0,0 +205988,0,0,0,0,0 +205989,0,0,0,0,0 +205990,0,0,0,0,0 +205991,0,0,0,0,0 +205992,0,0,0,0,0 +205993,0,0,0,0,0 +205994,0,0,0,0,0 +205995,0,0,0,0,0 +205996,0,0,0,0,0 +205997,0,0,0,0,0 +205998,0,0,0,0,0 +205999,0,0,0,0,0 +206000,0,0,0,0,0 +206001,0,0,0,0,0 +206002,0,0,0,0,0 +206003,0,0,0,0,0 +206004,0,0,0,0,0 +206005,0,0,0,0,0 +206006,0,0,0,0,0 +206007,0,0,0,0,0 +206008,0,0,0,0,0 +206009,0,0,0,0,0 +206010,0,0,0,0,0 +206011,0,0,0,0,0 +206012,0,0,0,0,0 +206013,0,0,0,0,0 +206014,0,0,0,0,0 +206015,0,0,0,0,0 +206016,0,0,0,0,0 +206017,0,0,0,0,0 +206018,0,0,0,0,0 +206019,0,0,0,0,0 +206020,0,0,0,0,0 +206021,0,0,0,0,0 +206022,0,0,0,0,0 +206023,0,0,0,0,0 +206024,0,0,0,0,0 +206025,0,0,0,0,0 +206026,0,0,0,0,0 +206027,0,0,0,0,0 +206028,0,0,0,0,0 +206029,0,0,0,0,0 +206030,0,0,0,0,0 +206031,0,0,0,0,0 +206032,0,0,0,0,0 +206033,0,0,0,0,0 +206034,0,0,0,0,0 +206035,0,0,0,0,0 +206036,0,0,0,0,0 +206037,0,0,0,0,0 +206038,0,0,0,0,0 +206039,0,0,0,0,0 +206040,0,0,0,0,0 +206041,0,0,0,0,0 +206042,0,0,0,0,0 +206043,0,0,0,0,0 +206044,0,0,0,0,0 +206045,0,0,0,0,0 +206046,0,0,0,0,0 +206047,0,0,0,0,0 +206048,0,0,0,0,0 +206049,0,0,0,0,0 +206050,0,0,0,0,0 +206051,0,0,0,0,0 +206052,0,0,0,0,0 +206053,0,0,0,0,0 +206054,0,0,0,0,0 +206055,0,0,0,0,0 +206056,0,0,0,0,0 +206057,0,0,0,0,0 +206058,0,0,0,0,0 +206059,0,0,0,0,0 +206060,0,0,0,0,0 +206061,0,0,0,0,0 +206062,0,0,0,0,0 +206063,0,0,0,0,0 +206064,0,0,0,0,0 +206065,0,0,0,0,0 +206066,0,0,0,0,0 +206067,0,0,0,0,0 +206068,0,0,0,0,0 +206069,0,0,0,0,0 +206070,0,0,0,0,0 +206071,0,0,0,0,0 +206072,0,0,0,0,0 +206073,0,0,0,0,0 +206074,0,0,0,0,0 +206075,0,0,0,0,0 +206076,0,0,0,0,0 +206077,0,0,0,0,0 +206078,0,0,0,0,0 +206079,0,0,0,0,0 +206080,0,0,0,0,0 +206081,0,0,0,0,0 +206082,0,0,0,0,0 +206083,0,0,0,0,0 +206084,0,0,0,0,0 +206085,0,0,0,0,0 +206086,0,0,0,0,0 +206087,0,0,0,0,0 +206088,0,0,0,0,0 +206089,0,0,0,0,0 +206090,0,0,0,0,0 +206091,0,0,0,0,0 +206092,0,0,0,0,0 +206093,0,0,0,0,0 +206094,0,0,0,0,0 +206095,0,0,0,0,0 +206096,0,0,0,0,0 +206097,0,0,0,0,0 +206098,0,0,0,0,0 +206099,0,0,0,0,0 +206100,0,0,0,0,0 +206101,0,0,0,0,0 +206102,0,0,0,0,0 +206103,0,0,0,0,0 +206104,0,0,0,0,0 +206105,0,0,0,0,0 +206106,0,0,0,0,0 +206107,0,0,0,0,0 +206108,0,0,0,0,0 +206109,0,0,0,0,0 +206110,0,0,0,0,0 +206111,0,0,0,0,0 +206112,0,0,0,0,0 +206113,0,0,0,0,0 +206114,0,0,0,0,0 +206115,0,0,0,0,0 +206116,0,0,0,0,0 +206117,0,0,0,0,0 +206118,0,0,0,0,0 +206119,0,0,0,0,0 +206120,0,0,0,0,0 +206121,0,0,0,0,0 +206122,0,0,0,0,0 +206123,0,0,0,0,0 +206124,0,0,0,0,0 +206125,0,0,0,0,0 +206126,0,0,0,0,0 +206127,0,0,0,0,0 +206128,0,0,0,0,0 +206129,0,0,0,0,0 +206130,0,0,0,0,0 +206131,0,0,0,0,0 +206132,0,0,0,0,0 +206133,0,0,0,0,0 +206134,0,0,0,0,0 +206135,0,0,0,0,0 +206136,0,0,0,0,0 +206137,0,0,0,0,0 +206138,0,0,0,0,0 +206139,0,0,0,0,0 +206140,0,0,0,0,0 +206141,0,0,0,0,0 +206142,0,0,0,0,0 +206143,0,0,0,0,0 +206144,0,0,0,0,0 +206145,0,0,0,0,0 +206146,0,0,0,0,0 +206147,0,0,0,0,0 +206148,0,0,0,0,0 +206149,0,0,0,0,0 +206150,0,0,0,0,0 +206151,0,0,0,0,0 +206152,0,0,0,0,0 +206153,0,0,0,0,0 +206154,0,0,0,0,0 +206155,0,0,0,0,0 +206156,0,0,0,0,0 +206157,0,0,0,0,0 +206158,0,0,0,0,0 +206159,0,0,0,0,0 +206160,0,0,0,0,0 +206161,0,0,0,0,0 +206162,0,0,0,0,0 +206163,0,0,0,0,0 +206164,0,0,0,0,0 +206165,0,0,0,0,0 +206166,0,0,0,0,0 +206167,0,0,0,0,0 +206168,0,0,0,0,0 +206169,0,0,0,0,0 +206170,0,0,0,0,0 +206171,0,0,0,0,0 +206172,0,0,0,0,0 +206173,0,0,0,0,0 +206174,0,0,0,0,0 +206175,0,0,0,0,0 +206176,0,0,0,0,0 +206177,0,0,0,0,0 +206178,0,0,0,0,0 +206179,0,0,0,0,0 +206180,0,0,0,0,0 +206181,0,0,0,0,0 +206182,0,0,0,0,0 +206183,0,0,0,0,0 +206184,0,0,0,0,0 +206185,0,0,0,0,0 +206186,0,0,0,0,0 +206187,0,0,0,0,0 +206188,0,0,0,0,0 +206189,0,0,0,0,0 +206190,0,0,0,0,0 +206191,0,0,0,0,0 +206192,0,0,0,0,0 +206193,0,0,0,0,0 +206194,0,0,0,0,0 +206195,0,0,0,0,0 +206196,0,0,0,0,0 +206197,0,0,0,0,0 +206198,0,0,0,0,0 +206199,0,0,0,0,0 +206200,0,0,0,0,0 +206201,0,0,0,0,0 +206202,0,0,0,0,0 +206203,0,0,0,0,0 +206204,0,0,0,0,0 +206205,0,0,0,0,0 +206206,0,0,0,0,0 +206207,0,0,0,0,0 +206208,0,0,0,0,0 +206209,0,0,0,0,0 +206210,0,0,0,0,0 +206211,0,0,0,0,0 +206212,0,0,0,0,0 +206213,0,0,0,0,0 +206214,0,0,0,0,0 +206215,0,0,0,0,0 +206216,0,0,0,0,0 +206217,0,0,0,0,0 +206218,0,0,0,0,0 +206219,0,0,0,0,0 +206220,0,0,0,0,0 +206221,0,0,0,0,0 +206222,0,0,0,0,0 +206223,0,0,0,0,0 +206224,0,0,0,0,0 +206225,0,0,0,0,0 +206226,0,0,0,0,0 +206227,0,0,0,0,0 +206228,0,0,0,0,0 +206229,0,0,0,0,0 +206230,0,0,0,0,0 +206231,0,0,0,0,0 +206232,0,0,0,0,0 +206233,0,0,0,0,0 +206234,0,0,0,0,0 +206235,0,0,0,0,0 +206236,0,0,0,0,0 +206237,0,0,0,0,0 +206238,0,0,0,0,0 +206239,0,0,0,0,0 +206240,0,0,0,0,0 +206241,0,0,0,0,0 +206242,0,0,0,0,0 +206243,0,0,0,0,0 +206244,0,0,0,0,0 +206245,0,0,0,0,0 +206246,0,0,0,0,0 +206247,0,0,0,0,0 +206248,0,0,0,0,0 +206249,0,0,0,0,0 +206250,0,0,0,0,0 +206251,0,0,0,0,0 +206252,0,0,0,0,0 +206253,0,0,0,0,0 +206254,0,0,0,0,0 +206255,0,0,0,0,0 +206256,0,0,0,0,0 +206257,0,0,0,0,0 +206258,0,0,0,0,0 +206259,0,0,0,0,0 +206260,0,0,0,0,0 +206261,0,0,0,0,0 +206262,0,0,0,0,0 +206263,0,0,0,0,0 +206264,0,0,0,0,0 +206265,0,0,0,0,0 +206266,0,0,0,0,0 +206267,0,0,0,0,0 +206268,0,0,0,0,0 +206269,0,0,0,0,0 +206270,0,0,0,0,0 +206271,0,0,0,0,0 +206272,0,0,0,0,0 +206273,0,0,0,0,0 +206274,0,0,0,0,0 +206275,0,0,0,0,0 +206276,0,0,0,0,0 +206277,0,0,0,0,0 +206278,0,0,0,0,0 +206279,0,0,0,0,0 +206280,0,0,0,0,0 +206281,0,0,0,0,0 +206282,0,0,0,0,0 +206283,0,0,0,0,0 +206284,0,0,0,0,0 +206285,0,0,0,0,0 +206286,0,0,0,0,0 +206287,0,0,0,0,0 +206288,0,0,0,0,0 +206289,0,0,0,0,0 +206290,0,0,0,0,0 +206291,0,0,0,0,0 +206292,0,0,0,0,0 +206293,0,0,0,0,0 +206294,0,0,0,0,0 +206295,0,0,0,0,0 +206296,0,0,0,0,0 +206297,0,0,0,0,0 +206298,0,0,0,0,0 +206299,0,0,0,0,0 +206300,0,0,0,0,0 +206301,0,0,0,0,0 +206302,0,0,0,0,0 +206303,0,0,0,0,0 +206304,0,0,0,0,0 +206305,0,0,0,0,0 +206306,0,0,0,0,0 +206307,0,0,0,0,0 +206308,0,0,0,0,0 +206309,0,0,0,0,0 +206310,0,0,0,0,0 +206311,0,0,0,0,0 +206312,0,0,0,0,0 +206313,0,0,0,0,0 +206314,0,0,0,0,0 +206315,0,0,0,0,0 +206316,0,0,0,0,0 +206317,0,0,0,0,0 +206318,0,0,0,0,0 +206319,0,0,0,0,0 +206320,0,0,0,0,0 +206321,0,0,0,0,0 +206322,0,0,0,0,0 +206323,0,0,0,0,0 +206324,0,0,0,0,0 +206325,0,0,0,0,0 +206326,0,0,0,0,0 +206327,0,0,0,0,0 +206328,0,0,0,0,0 +206329,0,0,0,0,0 +206330,0,0,0,0,0 +206331,0,0,0,0,0 +206332,0,0,0,0,0 +206333,0,0,0,0,0 +206334,0,0,0,0,0 +206335,0,0,0,0,0 +206336,0,0,0,0,0 +206337,0,0,0,0,0 +206338,0,0,0,0,0 +206339,0,0,0,0,0 +206340,0,0,0,0,0 +206341,-217.6574377,81.87938067,1575.38272,-87.73694867,-438.412601 +206342,227.8221141,283.4516135,644.1306883,114.6812575,370.5377686 +206343,227.0583079,280.2690154,623.0660805,113.9865491,368.9577255 +206344,221.9702851,275.0595912,609.7594099,111.2502627,359.5311272 +206345,215.9354722,270.1712889,602.02294,108.1523236,347.898717 +206346,210.6098228,266.4384054,597.0988086,105.4845824,336.9850775 +206347,206.3344144,263.8435288,593.5242265,103.3853099,327.5279902 +206348,202.9451114,262.1326453,590.7993684,101.7513002,319.3779119 +206349,200.2179547,261.080979,588.8083597,100.458503,312.2398212 +206350,197.9973891,260.541025,587.5075296,99.42242445,305.9020281 +206351,196.1907315,260.4189369,586.8351294,98.59269635,300.2407208 +206352,194.7382535,260.6479324,586.7122423,97.93676967,295.1780403 +206353,193.5939956,261.1743338,587.0596977,97.42978623,290.6535462 +206354,192.718348,261.9526281,587.8076265,97.05067881,286.6131053 +206355,192.0764516,262.9441483,588.8974245,96.7812216,283.0068675 +206356,191.6380016,264.1164347,590.280285,96.60562297,220.8953911 +206357,191.3770922,265.4425065,591.9152396,96.51076673,211.0948976 +206358,191.2717025,266.8999968,593.7675435,96.48588129,230.0058207 +206359,191.3031842,268.4703683,595.8076139,96.5220896,221.6625459 +206360,191.4556753,270.1382138,598.0101864,96.61199909,222.4681693 +206361,191.7156919,271.8907058,600.3536826,96.74942103,222.937413 +206362,192.0716901,273.7171149,602.8195943,96.92912892,223.6318279 +206363,192.5138131,275.6084557,605.3920406,97.14670691,224.9236905 +206364,193.0335804,277.5571681,608.0573293,97.39839863,225.3155723 +206365,193.623734,279.5568927,610.8036661,97.68101778,226.8623141 +206366,194.2780034,376.4719385,613.6208363,97.99183999,227.5071445 +206367,194.9910097,356.0385613,616.5000062,98.32854489,228.744623 +206368,195.7580798,369.8843461,668.0279361,98.68913419,230.0135489 +206369,196.5751689,384.8904144,761.2366169,99.0718768,231.3102583 +206370,197.4387155,396.2469167,737.8670144,99.47524539,232.4472463 +206371,198.3456139,406.6279609,758.1399704,99.89789891,233.7992657 +206372,199.2887168,416.7882765,774.0578827,100.3365404,235.1788329 +206373,200.2626095,426.8875987,786.5554982,100.7886971,236.7700799 +206374,201.2642939,436.6879067,798.5992104,101.2530508,238.0110129 +206375,202.2921996,446.6368751,810.3394897,101.7289573,239.4637091 +206376,203.3452668,456.3066598,822.0747826,102.2160127,241.3137585 +206377,204.422595,465.8449724,833.3934341,102.7138753,242.6237993 +206378,205.5233001,475.5405923,844.5626627,103.2222013,244.3286939 +206379,206.6465563,484.9345523,855.3756986,103.7406571,245.8684005 +206380,207.7915665,494.343339,866.3494832,104.268912,247.6154571 +206381,208.9576086,503.5198377,876.7778593,104.8066553,249.3812012 +206382,210.1439837,512.9461579,887.1870311,105.3535799,250.9777142 +206383,211.3500588,522.0104137,897.3601824,105.9093974,252.7793154 +206384,212.5752145,531.1267803,907.2187018,106.4738217,254.5982321 +206385,213.8188847,540.0334457,917.2781388,107.0465826,256.2467857 +206386,215.0805092,549.3193331,926.939207,107.6274113,258.2850495 +206387,216.3595757,557.7608426,936.0279894,108.2160544,259.9640819 +206388,217.6555733,566.9482874,945.7433542,108.81226,261.6586653 +206389,218.9680345,575.5852669,954.7146244,109.4157909,263.743002 +206390,220.2964898,584.1796713,963.7255813,110.0264112,265.6530688 +206391,221.6405104,593.2048042,972.5436032,110.6438995,267.20204 +206392,222.9996626,601.4487659,981.0189973,111.2680353,268.7687815 +206393,224.3735521,609.9664286,989.8270194,111.898613,268.8698652 +206394,225.7607558,618.6870394,998.0245317,112.5354217,269.0194384 +206395,227.1609091,626.9838586,1006.256142,113.1782625,269.2303614 +206396,228.5739648,635.3871971,1014.3034,113.8269455,269.5023991 +206397,229.9998227,643.5243266,1022.202148,114.4813,269.8300052 +206398,231.4382545,652.2493787,1029.954831,115.1411561,270.206972 +206399,232.8889906,660.0442527,1037.347901,115.8063564,270.6280545 +206400,234.3517326,668.3778157,1045.159993,116.4767405,271.0889324 +206401,235.8141869,1101.73482,2006.842856,117.1466968,271.5641531 +206402,256.1144333,1132.201946,2042.28741,126.5261202,306.8244681 +206403,286.2616637,1152.798563,2068.263001,140.3284497,361.1869272 +206404,316.9316906,1171.570962,2090.755929,154.1851827,418.0618732 +206405,344.1226064,1189.095621,2129.53305,166.2697703,470.0337755 +206406,367.3453297,1205.873402,2109.929555,176.4155874,515.7972799 +206407,387.3141478,1221.735488,2149.015914,185.009574,556.2211541 +206408,404.7971421,1238.362249,2167.483855,192.4463588,592.3749594 +206409,420.3322266,1253.682485,2179.873433,198.9981678,625.0175761 +206410,434.2680207,1269.105511,2197.264338,204.8393533,654.6390002 +206411,446.8516558,1284.413176,2212.954468,210.091534,681.5911388 +206412,458.281507,1299.213231,2228.339422,214.8504555,706.1669911 +206413,468.7273388,1314.056128,2244.313066,219.196439,728.6291542 +206414,478.3356617,1328.735604,2277.458885,223.1974315,749.2151347 +206415,487.231513,1342.989723,2240.868797,226.9102389,768.1372496 +206416,495.5204517,1357.426214,2301.101359,230.3818074,785.5832417 +206417,503.2911426,1371.327041,2296.335434,233.6507254,801.7182996 +206418,510.6179805,1385.393409,2312.908435,236.7486801,816.6875893 +206419,517.5634641,1399.130413,2341.729736,239.7017323,830.6187865 +206420,524.1801402,1412.765092,2314.988867,242.5313398,843.6242341 +206421,530.5122561,1426.19858,2366.707233,245.2552041,855.8028912 +206422,536.5970754,1439.628388,2354.753039,247.8879331,867.2419213 +206423,542.4660385,1452.790551,2378.223426,250.4416101,878.0181976 +206424,548.1456691,1465.866425,2386.36703,252.9262307,888.1994961 +206425,553.6583835,1478.733611,2398.435638,255.3500834,897.6599506 +206426,559.0231341,1491.623545,2418.062141,257.7200458,906.5129128 +206427,564.2560207,1504.302283,2412.832995,260.0418612,914.8853848 +206428,569.3706944,1516.691544,2448.545519,262.3203158,922.8622993 +206429,574.3787616,1529.231841,2416.509361,264.5594137,930.495697 +206430,579.2900979,1541.452131,2482.454612,266.7625091,937.8215783 +206431,584.1131469,1553.071625,2449.875679,268.9324314,944.8695908 +206432,588.8515722,1564.461973,2473.533528,271.069775,951.6660828 +206433,593.5092399,1575.674613,2480.100951,273.1754007,958.2347436 +206434,598.0909361,1586.652263,2488.022875,275.2507774,964.5965104 +206435,602.6016721,1597.633157,2496.343813,277.2976082,970.7698188 +206436,607.0460798,1608.380273,2504.118476,279.3175052,976.7707363 +206437,611.4282353,1618.794132,2511.76242,281.3118843,982.613397 +206438,615.7516539,1629.370882,2519.023898,283.2819529,988.310135 +206439,620.0194136,1639.58862,2526.359431,323.5258576,993.871877 +206440,624.2342081,1649.733611,2533.224073,360.3499113,999.3081931 +206441,734.8926646,1659.654193,2539.940882,344.9304957,1004.627615 +206442,783.6052074,1669.682052,2546.314377,361.45211,1009.837592 +206443,761.4464881,1684.576995,2552.751345,369.7474872,1014.944721 +206444,793.3874245,1688.088549,2558.771517,377.5779195,1019.95467 +206445,809.6893715,1706.471401,2564.573292,385.24035,1024.872407 +206446,825.3108893,1704.777174,2576.045633,392.8206229,1029.702327 +206447,840.7698646,1729.952216,2573.128059,400.2824156,1034.448472 +206448,855.799521,1717.971924,2581.814955,407.4696379,1039.114579 +206449,870.6508398,1721.565009,2586.469768,414.6537168,1043.70412 +206450,885.0936793,1753.003497,2591.111436,421.7326831,1048.220272 +206451,899.6267048,1749.223637,2595.815881,428.6848982,1052.665963 +206452,913.5019499,1760.533939,2600.259834,435.284518,1057.043873 +206453,927.7841227,1769.099486,2604.414854,442.1415004,1061.35646 +206454,940.9643928,1777.270579,2608.715527,448.534389,1065.605942 +206455,954.6371151,1785.495596,2612.598218,455.1554131,1069.794367 +206456,968.207109,1793.453078,2616.35497,461.4357112,1073.923602 +206457,980.903888,1801.573007,2619.937313,467.7121014,1077.995409 +206458,993.7931442,1809.211906,2623.357417,473.7774503,1082.011399 +206459,1006.753094,1816.97146,2626.654803,480.0958478,1085.973118 +206460,1019.117986,1824.535463,2629.700375,485.7271909,1089.881984 +206461,1275.49215,1924.431583,2647.187104,595.5099698,823.7619474 +206462,1517.897432,2038.151864,2648.608465,705.6172504,847.1184354 +206463,1424.403874,1995.842886,2639.768802,664.4427615,1850.557276 +206464,1457.468725,2009.058078,2623.763914,679.2433625,1948.406419 +206465,1475.053556,2049.222338,2619.521017,688.33979,1689.918813 +206466,1486.164603,2009.419322,2617.180141,693.8317552,1830.568743 +206467,1499.974619,2025.858978,2611.300391,700.1794415,1832.251011 +206468,1512.291928,2051.624929,2603.385828,706.3730752,1859.120782 +206469,1524.716817,2046.669636,2595.197691,712.3739464,1868.766417 +206470,1536.99982,2060.285457,2586.895971,718.3004407,1890.088896 +206471,1546.967054,2053.550152,2579.221226,723.2302225,1859.822675 +206472,1720.6057,2151.673998,2732.437532,802.59828,2199.136701 +206473,1340.704402,1972.593041,2591.858871,631.056308,1476.956305 +206474,1850.042854,2201.24642,2748.781529,861.3558304,2409.93982 +206475,1341.984403,1979.636276,2597.261972,632.8752969,1457.639193 +206476,1873.195927,2213.741324,2751.376886,872.308081,2441.605072 +206477,1362.78232,1990.578877,2595.824752,643.0636782,1459.672678 +206478,1896.594609,2226.871919,2749.287989,883.4116604,2460.487364 +206479,1383.517667,2015.556511,2589.916058,653.1360492,1491.115711 +206480,1919.619947,2219.165454,2743.153743,894.3254398,2473.6362 +206481,1403.509294,2021.67187,2582.385007,662.9934426,1509.476846 +206482,1941.588234,2249.345001,2736.465994,904.8841581,2493.663852 +206483,1423.434773,2022.108471,2574.454017,672.6081917,1525.393377 +206484,1963.241447,2281.47447,2729.911921,915.1679584,2512.977542 +206485,1442.974156,2005.742815,2569.719649,682.113668,1540.96979 +206486,1983.991862,2304.375541,2726.242147,925.111653,2531.303633 +206487,1462.048557,2012.740292,2562.830177,691.2110252,1555.944115 +206488,2023.767108,2314.66212,2721.195989,935.1094363,2549.483089 +206489,1452.214947,2034.603351,2559.226109,700.0972561,1570.189664 +206490,2038.726839,2306.49497,2717.585838,944.6537357,2582.730092 +206491,1655.062226,2112.500163,2714.965863,781.4278904,1849.79243 +206492,1805.942806,2226.926374,2706.95944,846.6246553,2151.295658 +206493,1790.955759,2161.772653,2698.732442,841.1112316,2099.783534 +206494,1799.588724,2225.8799,2691.830879,844.8729418,2108.619548 +206495,1808.454385,2188.799236,2686.510523,849.1381547,2115.810233 +206496,1817.264042,2205.738658,2682.118088,853.3122312,2122.817924 +206497,1825.978736,2208.428756,2678.616876,857.440167,2129.794758 +206498,1834.518813,2211.073793,2677.705345,861.5166753,2136.415751 +206499,1843.289785,2214.410924,2674.539307,865.5127361,2143.35886 +206500,1851.54245,2217.828726,2672.321891,869.5654292,2149.768154 +206501,1860.00225,2220.870877,2670.511333,873.5245247,2156.335025 +206502,1868.194445,2223.882386,2670.687502,877.3245684,2162.715215 +206503,1876.549696,2226.778202,2669.941813,881.2842272,2169.015927 +206504,1884.626819,2229.593002,2667.018996,885.0665543,2175.218311 +206505,1892.797865,2232.280341,2666.659684,888.8504749,2181.404107 +206506,1900.934192,2234.667236,2663.771041,892.476355,2187.214735 +206507,1916.110234,2237.389602,2661.571782,896.2771867,2202.951817 +206508,1912.651109,2239.613036,2659.617875,899.9152503,2190.08247 +206509,1937.570749,2241.955784,2657.76685,903.4075666,2203.180222 +206510,1920.367878,2244.087301,2657.715736,907.1347653,2213.05453 +206511,1932.735146,2246.155042,2656.644659,910.6969704,2215.187968 +206512,1953.501736,2248.09957,2655.102128,914.0544672,2221.437152 +206513,1952.55044,2249.980667,2653.270959,917.6096556,2227.016722 +206514,1961.979078,2251.719517,2649.498663,921.0698586,2232.319764 +206515,1969.582088,2253.379753,2646.634743,924.4278444,2237.579166 +206516,1976.591419,2254.909788,2644.109618,927.8024236,2242.721432 +206517,1984.076888,2256.267147,2643.518767,930.9674404,2247.814232 +206518,1991.300958,2257.795269,2641.976749,934.4525322,2252.861339 +206519,1998.099244,2258.968281,2640.015471,937.7506447,2265.543075 +206520,2005.46519,2260.137066,2636.040629,940.8168873,2258.894686 +206521,2018.88233,2264.093379,2633.008002,946.8363412,2272.628628 +206522,2027.164036,2265.836006,2632.416971,950.770575,2290.070663 +206523,2035.229394,2267.128101,2629.372837,954.2402986,2290.528719 +206524,2043.045332,2268.382419,2626.999508,957.9120773,2311.392062 +206525,2050.424215,2269.453787,2626.58916,961.1588195,2282.111282 +206526,2057.985888,2270.352912,2625.191806,964.6415543,2319.852673 +206527,2064.964147,2271.144802,2623.319349,967.9054692,2310.54201 +206528,2072.743507,2271.849317,2619.399185,971.2800408,2320.050939 +206529,2079.393666,2272.41592,2616.329094,974.3990929,2325.254446 +206530,2086.539815,2272.905458,2615.318618,977.7044911,2344.867861 +206531,2093.53255,2273.248048,2613.450138,980.7156591,2309.321264 +206532,2100.596509,2273.325523,2609.644858,984.0927376,2365.193991 +206533,2107.203819,2273.760805,2606.678357,986.9726688,2330.441549 +206534,2114.294883,2273.754758,2605.764942,990.2015145,2357.764671 +206535,2120.972305,2273.680916,2602.350454,993.1363553,2351.401349 +206536,2127.715869,2273.606739,2599.815593,996.2040954,2359.561081 +206537,2134.500612,2273.386821,2597.772407,999.1722762,2363.321522 +206538,2140.945584,2273.0882,2596.01736,1002.201815,2367.99864 +206539,2147.598511,2272.676012,2594.37481,1005.042432,2372.33112 +206540,2154.099289,2272.192903,2592.756494,1008.059568,2376.554884 +206541,2160.235068,2271.601358,2591.12418,1010.840521,2381.091167 +206542,2167.026686,2270.917628,2589.560519,1013.863092,2390.878947 +206543,2173.453417,2270.311417,2587.920387,1016.511303,2386.508717 +206544,2179.407335,2269.199689,2586.103912,1019.41269,2394.370055 +206545,2185.970628,2268.372221,2584.26248,1022.173999,2398.020566 +206546,2192.212307,2267.31095,2582.425592,1025.004636,2401.628751 +206547,2198.194828,2266.11771,2580.561482,1027.653088,2405.89716 +206548,2204.540641,2264.973629,2578.676527,1030.480443,2409.671796 +206549,2210.673382,2263.630853,2576.771441,1033.076604,2413.599155 +206550,2216.651824,2262.24027,2574.848809,1035.860926,2417.224043 +206551,2222.566417,2260.583945,2572.914786,1038.354488,2421.245516 +206552,2228.184243,2258.76805,2570.960674,1041.021181,2424.891363 +206553,2234.344802,2256.892451,2568.976357,1043.457877,2428.376199 +206554,2239.813544,2254.937347,2566.96967,1046.074085,2432.261522 +206555,2245.734667,2252.838049,2564.948588,1048.404843,2435.77885 +206556,2251.207755,2250.820494,2562.911894,1051.062841,2439.189936 +206557,2262.850461,2248.323428,2560.855771,1053.425378,2442.881732 +206558,2255.173432,2246.082799,2560.847592,1055.872183,2451.580479 +206559,2294.528284,2243.599354,2557.804343,1058.220225,2447.280252 +206560,2237.268392,2241.078755,2555.250403,1060.695639,2453.343049 +206561,2296.482075,2238.447249,2552.974109,1062.958695,2456.934461 +206562,2280.560593,2235.715759,2550.823696,1065.404861,2459.703185 +206563,2289.843532,2232.963542,2548.727348,1067.629589,2462.931183 +206564,2295.096975,2230.037239,2546.680467,1070.038065,2466.94404 +206565,2300.59512,2227.265934,2544.642004,1072.225997,2469.121542 +206566,2305.689901,2223.979399,2542.745877,1074.598057,2477.67641 +206567,2311.130464,2220.944536,2540.865896,1076.750564,2473.965413 +206568,2316.151648,2217.754437,2538.831864,1079.026399,2478.80481 +206569,2321.526743,2214.456584,2536.806432,1081.236021,2482.227754 +206570,2326.48462,2211.055974,2534.861121,1083.495766,2484.965136 +206571,2331.792564,2207.669388,2533.08645,1085.590762,2492.672056 +206572,2336.686745,2204.098537,2531.324371,1087.862421,2489.409613 +206573,2341.931132,2200.683189,2529.38247,1089.916673,2493.253377 +206574,2346.898595,2196.74323,2527.579149,1093.473998,2501.694463 +206575,2351.875166,2193.176955,2525.87858,1093.900074,2498.477074 +206576,2356.745458,2189.300448,2524.000363,1098.694855,2501.206574 +206577,2361.848424,2185.393097,2522.227143,1097.094865,2509.177922 +206578,2366.561048,2181.46252,2520.578786,1104.660391,2506.978509 +206579,2371.630156,2177.542387,2520.647347,1098.441173,2514.373279 +206580,2376.283048,2165.18946,2519.707084,1112.940896,2512.600497 +206581,2262.831171,2107.399392,2513.974632,1040.311551,2304.367941 +206582,2263.786934,2112.12573,2496.370882,1059.887028,2303.807291 +206583,2265.805858,2099.972816,2476.218739,1052.850447,2303.983003 +206584,2267.919201,2101.319199,2460.635414,1055.191044,2305.084244 +206585,2270.173607,2083.386469,2449.930865,1056.281878,2305.877598 +206586,2272.487923,2100.811307,2442.908634,1057.249712,2307.273302 +206587,2274.839294,2066.065678,2438.431537,1058.286258,2313.456239 +206588,2277.344068,2076.050781,2437.036785,1059.320618,2302.276592 +206589,2279.622115,2091.134583,2433.687086,1060.42469,2318.78649 +206590,2282.151923,2038.936104,2433.251889,1061.369482,2304.952061 +206591,2284.533991,2062.271356,2432.434211,1062.453872,2321.135263 +206592,2286.934147,2051.456037,2429.832667,1064.592311,2312.567723 +206593,2289.337622,2045.167695,2428.083916,1063.754746,2316.563883 +206594,2291.729935,2060.255122,2426.695729,1067.453768,2318.03984 +206595,2294.114442,2003.858617,2425.632347,1064.775289,2319.000504 +206596,2296.487932,2041.850295,2424.727452,1070.956991,2320.189388 +206597,2298.855675,2018.579178,2423.850217,1064.944698,2321.389334 +206598,2301.216562,2015.54726,2423.014145,1075.71335,2322.883983 +206599,2303.574053,2009.59474,2423.984043,1062.748667,2324.291304 +206600,2305.91478,2003.269528,2423.960139,1083.302963,2325.632573 +206601,2308.251509,2019.027609,2423.499043,1060.013358,2326.742878 +206602,2310.576687,1959.462143,2422.880925,1089.448569,2328.157208 +206603,2312.891105,2023.279626,2422.180173,1058.369849,2329.327635 +206604,2315.19098,1941.06448,2419.697014,1095.713689,2330.775646 +206605,2317.490573,1990.656555,2419.991407,1055.981374,2332.200262 +206606,2319.766693,1958.223619,2419.65039,1101.47258,2333.4768 +206607,2322.034595,1960.643091,2417.359734,1054.760766,2334.685673 +206608,2324.15864,1952.107901,2415.978638,1107.61818,2336.017742 +206609,2326.609771,1945.806616,2414.98658,1052.15368,2337.518907 +206610,2328.88262,1939.423308,2414.220708,1094.067006,2338.69437 +206611,2330.630268,1932.809128,2415.275164,1088.586634,2340.347197 +206612,2333.280365,1925.935592,2415.378128,1072.161918,2341.394839 +206613,2334.990709,1942.245162,2415.055278,1101.126161,2342.715545 +206614,2337.283736,1879.417793,2412.856742,1064.692677,2343.883137 +206615,2339.275471,1921.550568,2413.373096,1095.607985,2345.610898 +206616,2341.414783,1895.098797,2411.420487,1096.562424,2346.615949 +206617,2343.400101,1891.877392,2411.992169,1071.636769,2348.163086 +206618,2345.51259,1884.873961,2410.154861,1094.786899,2349.358881 +206619,2347.470044,1877.959994,2410.768469,1102.560631,2350.797857 +206620,2349.462646,1870.980965,2410.684562,1070.081536,2351.989298 +206621,2351.454569,1863.971723,2408.611723,1100.235533,2353.160313 +206622,2353.444365,1856.945202,2409.110978,1104.5555,2354.757863 +206623,2355.410867,1849.888618,2408.984675,1072.89887,2355.923243 +206624,2357.367492,1842.808302,2406.914866,1101.883396,2356.961932 +206625,2359.317797,1835.713308,2405.691372,1109.858679,2358.51381 +206626,2361.252008,1828.481038,2404.859725,1071.690849,2359.724528 +206627,2363.175522,1821.500191,2404.25188,1106.268851,2361.193214 +206628,2365.087332,1814.273719,2403.68792,1112.993548,2362.300924 +206629,2366.988119,1807.121046,2403.200567,1072.649246,2363.68272 +206630,2368.877884,1799.940162,2402.777001,1109.223809,2365.086721 +206631,2370.75652,1792.741643,2402.326753,1097.574817,2366.627997 +206632,2372.624829,1785.539436,2401.851008,1100.022137,2367.396226 +206633,2374.482672,1778.325079,2401.376963,1100.936752,2368.850286 +206634,2376.333668,1771.108601,2402.665848,1101.788007,2369.91631 +206635,2378.168691,1763.764544,2402.992432,1102.565403,2371.651977 +206636,2379.997612,1772.152786,2402.897852,1103.349297,2372.539871 +206637,2381.813698,1727.219172,2400.886245,1104.126555,2374.16119 +206638,2386.162411,1764.729519,2399.755099,1104.902997,2374.986003 +206639,2381.647032,1715.48004,2398.978866,1105.672989,2376.554276 +206640,2396.201836,1735.791065,2400.140743,1106.441328,2377.762238 +206641,2137.621405,1608.590786,2391.532621,998.0926804,1927.200043 +206642,2150.726178,1600.757011,2366.219688,996.7086865,1945.019973 +206643,2143.459857,1591.752337,2335.777685,995.8760019,1929.85678 +206644,2144.139092,1583.320763,2311.27902,995.4431901,1929.071427 +206645,2151.925738,1575.003668,2290.093558,995.3859628,1926.439764 +206646,2137.276598,1566.854916,2274.667418,995.1712553,1924.367623 +206647,2169.691066,1558.81397,2262.924496,995.224258,1922.495985 +206648,2109.471233,1550.859463,2254.028808,995.274269,1920.852207 +206649,2163.791623,1542.97905,2248.743477,995.3765867,1919.360107 +206650,2143.324655,1535.060522,2243.729049,995.5172138,1917.984653 +206651,2147.891811,1527.441517,2237.413684,995.6291205,1921.074948 +206652,2148.960855,1519.678295,2232.494538,995.9160063,1909.057405 +206653,2149.95786,1512.147459,2230.132097,996.0956714,1917.399386 +206654,2151.139936,1504.427822,2225.519219,996.3551745,1912.843194 +206655,2152.061258,1496.967078,2221.825796,996.6226174,1912.404592 +206656,2153.316084,1489.390366,2218.55301,996.9134167,1911.637945 +206657,2154.50861,1482.110636,2215.557894,997.2238042,1910.640028 +206658,2155.76807,1474.697893,2212.76306,997.5536756,1909.919656 +206659,2157.075617,1467.421016,2210.116773,997.9024824,1909.16299 +206660,2158.429741,1460.192977,2207.584232,998.2696628,1908.468965 +206661,2159.833839,1453.030127,2206.961025,998.6533369,1907.826372 +206662,2161.273282,1445.923703,2203.653175,999.0589204,1914.343031 +206663,2162.769867,1438.893694,2200.977474,999.5391846,1895.778763 +206664,2164.430539,1432.001803,2198.520471,999.8834967,1911.319974 +206665,2165.805611,1425.039556,2198.001853,1000.380343,1904.59453 +206666,2167.493328,1418.27872,2194.826638,1000.841291,1905.172914 +206667,2169.119792,1414.469292,2192.279633,1001.325484,1904.821981 +206668,2170.654008,1409.540381,2189.930882,1001.763817,1910.480385 +206669,2172.563745,1404.55006,2187.718507,1002.373173,1894.912575 +206670,2174.204024,1399.632937,2185.602417,1002.859627,1909.590075 +206671,2175.89277,1394.648255,2183.546717,1003.367674,1900.605859 +206672,2177.572311,1389.829355,2183.351775,1003.86916,1911.102263 +206673,2179.263729,1385.10362,2180.455468,1004.383428,1892.494186 +206674,2181.120162,1380.212235,2178.146482,1005.478241,1921.470586 +206675,2182.651882,1375.565785,2176.012748,1005.788122,1899.415042 +206676,2184.512691,1370.908287,2174.01984,1006.647125,1889.380409 +206677,2186.275618,1366.238504,2172.30983,1006.830129,1920.058726 +206678,2188.079752,1361.855959,2170.692791,1008.047024,1899.648306 +206679,2189.905431,1357.350901,2168.874938,1007.916747,1897.568292 +206680,2191.753165,1352.991987,2167.170143,1009.571433,1907.936129 +206681,2193.620578,1348.693782,2165.743727,1008.692864,1901.546246 +206682,2195.510736,1344.472029,2166.226397,1010.778066,1903.395786 +206683,2197.410988,1340.321931,2164.040931,1010.461646,1903.263181 +206684,2199.343563,1336.17256,2164.327891,1011.395634,1903.325393 +206685,2201.280555,1332.30683,2162.087768,1012.754204,1903.429139 +206686,2203.24847,1328.432171,2162.357274,1011.38033,1903.615942 +206687,2205.357627,1324.497911,2160.125374,1016.059082,1903.693225 +206688,2207.450189,1320.827515,2158.632175,1010.699173,1903.786644 +206689,2211.170766,1317.173849,2159.206311,1019.241962,1904.165149 +206690,2213.25445,1313.617387,2157.167671,1010.026039,1904.242917 +206691,2214.058768,1310.161572,2155.805965,1024.361443,1904.543497 +206692,2216.758505,1306.715089,2156.486185,1005.104376,1904.768814 +206693,2222.584695,1303.567352,2154.543648,1016.283507,1905.017803 +206694,2210.296786,1299.871567,2155.049669,1019.512073,1905.36945 +206695,2221.030273,1297.043736,2153.030092,1017.102136,1905.462482 +206696,2225.779065,1294.383007,2153.498519,1019.093644,1906.020875 +206697,2224.984734,1291.805123,2153.436933,1020.536166,1906.242508 +206698,2227.940182,1289.295575,2150.943268,1021.974642,1906.613442 +206699,2230.151327,1286.847321,2149.716115,1023.571844,1906.990076 +206700,2232.317996,1284.532866,2148.749603,1025.097034,1913.08656 +206701,2491.993703,1388.582849,2155.984891,1133.405461,2190.519904 +206702,2456.15496,1388.456082,2183.01646,1137.36373,2214.116971 +206703,2499.453161,1387.390191,2214.820183,1140.325258,2240.768796 +206704,2456.833687,1386.292918,2241.069733,1143.55062,2261.993635 +206705,2526.672361,1385.063215,2260.227535,1146.562584,2277.271533 +206706,2454.756609,1383.792909,2273.486016,1149.453724,2287.738921 +206707,2536.49711,1382.409494,2282.487019,1152.437467,2294.634935 +206708,2462.08973,1381.315701,2288.659032,1155.571753,2299.074044 +206709,2543.928351,1379.833169,2292.954431,1158.674337,2301.834428 +206710,2469.135367,1378.611241,2295.972278,1161.708229,2303.438852 +206711,2551.083444,1377.317321,2298.124386,1164.939612,2304.274418 +206712,2482.590928,1376.047441,2299.631129,1168.162663,2304.537377 +206713,2548.368535,1374.791847,2300.614105,1171.450617,2304.32393 +206714,2487.594881,1373.550868,2301.241016,1174.794404,2303.799209 +206715,2563.776618,1372.325393,2301.839241,1178.123042,2303.334363 +206716,2489.751064,1371.115101,2302.347519,1181.68671,2302.835717 +206717,2571.238693,1369.920635,2302.820583,1185.149302,2302.357295 +206718,2502.587266,1368.660842,2305.104746,1188.804491,2303.919282 +206719,2568.973325,1367.61584,2304.412808,1192.321672,2302.144054 +206720,2507.330608,1366.413297,2305.865387,1196.062654,2303.038754 +206721,2583.437827,1365.291231,2304.996656,1199.792089,2301.119059 +206722,2524.249741,1364.176446,2304.7105,1203.594697,2299.923792 +206723,2568.989501,1363.075171,2304.431108,1207.453421,2298.740133 +206724,2549.947282,1361.989755,2304.293818,1211.445353,2297.736995 +206725,2559.869079,1360.919716,2304.238222,1215.232371,2296.845525 +206726,2562.255699,1359.865,2304.347584,1219.432685,2296.171583 +206727,2565.223643,1358.825743,2304.637775,1223.459612,2295.737167 +206728,2568.394157,1357.802711,2306.738859,1227.62211,2297.546178 +206729,2571.474364,1356.791704,2306.230846,1231.830328,2296.189626 +206730,2574.677972,1355.799239,2306.312963,1236.099282,2295.570514 +206731,2577.837508,1354.790528,2308.310236,1240.462543,2297.305429 +206732,2580.76721,1353.786998,2307.737563,1244.685429,2295.908751 +206733,2583.741349,1352.798744,2307.769888,1249.135038,2295.26301 +206734,2587.047054,1351.820557,2308.004899,1253.571363,2294.867437 +206735,2590.043762,1350.856596,2310.059834,1258.076341,2296.712673 +206736,2593.009915,1349.901349,2309.501014,1262.557455,2295.373244 +206737,2596.156096,1348.964322,2311.241784,1267.289562,2296.866138 +206738,2599.259883,1348.034821,2312.227513,1271.981535,2297.447313 +206739,2602.129399,1347.119116,2311.204084,1276.60447,2295.571694 +206740,2605.257367,1346.21913,2312.684066,1281.445476,2296.759652 +206741,2608.276569,1345.326175,2311.800441,1286.270287,2295.04286 +206742,2611.210959,1344.450299,2311.632259,1291.165977,2294.19374 +206743,2614.178663,1343.584844,2311.731047,1296.116041,2293.661494 +206744,2617.277112,1342.732059,2311.972498,1301.200133,2293.301712 +206745,2620.25025,1341.891782,2312.291852,1306.060654,2293.042087 +206746,2623.235213,1341.147458,2314.362564,1311.356854,2294.945538 +206747,2626.223501,1340.207138,2313.789824,1316.456283,2293.624569 +206748,2629.082783,1339.463071,2313.78354,1321.695464,2293.003529 +206749,2632.214251,1338.660709,2315.672656,1326.976702,2294.708235 +206750,2635.009308,1337.877871,2316.706028,1332.311105,2295.374847 +206751,2638.039752,1337.110172,2317.400428,1337.780661,2295.639847 +206752,2640.944235,1336.353058,2317.913806,1343.10038,2295.687561 +206753,2643.785452,1335.605288,2316.614802,1348.653638,2293.499719 +206754,2646.652779,1334.875734,2317.909359,1360.02803,2294.478637 +206755,2649.691196,1334.1476,2316.915845,1355.372115,2292.635761 +206756,2652.497998,1333.438906,2316.69335,1363.385204,2291.729411 +206757,2663.640612,1332.73781,2316.879866,1373.206883,2291.316943 +206758,2646.389682,1332.047883,2317.051649,1376.256178,2290.8869 +206759,2674.637736,1331.371899,2319.199344,1382.768773,2292.667904 +206760,2651.371766,1330.698982,2318.536166,1388.513933,2291.256564 +206761,2724.953014,1353.050906,2319.361476,1417.561519,2290.804852 +206762,2718.16385,1354.212289,2320.967658,1424.964029,2291.85784 +206763,2727.067493,1354.5471,2326.138856,1432.296963,2297.666771 +206764,2732.334275,1355.07881,2330.224451,1439.393852,2302.507357 +206765,2736.828022,1355.28919,2333.466986,1446.302308,2305.933687 +206766,2741.727377,1355.669032,2333.948377,1453.383263,2306.192802 +206767,2746.346002,1355.794811,2334.785107,1460.393737,2306.832972 +206768,2751.085692,1356.124946,2337.31991,1467.433215,2309.512362 +206769,2755.527457,1356.216347,2337.380612,1474.578177,2308.833641 +206770,2760.258342,1356.527185,2337.732986,1488.496445,2308.707651 +206771,2764.745195,1356.607427,2340.020653,1480.543373,2310.780424 +206772,2769.077907,1356.906061,2339.234511,1497.663438,2309.613836 +206773,2780.927951,1356.980299,2339.823309,1503.470859,2309.261071 +206774,2767.662093,1357.276228,2340.176683,1509.992312,2308.868697 +206775,2793.139579,1357.346193,2340.794756,1517.427813,2308.498034 +206776,2784.058077,1357.641217,2341.454256,1524.782406,2308.322937 +206777,2791.175642,1357.710018,2341.984702,1532.076526,2307.969119 +206778,2796.292065,1358.005953,2344.117687,1539.509172,2309.594512 +206779,2799.362607,1358.073508,2343.874196,1558.135857,2307.957435 +206780,2804.255929,1358.453498,2344.001199,1537.433186,2307.008742 +206781,2808.454738,1358.319784,2346.006592,1569.554269,2308.361634 +206782,2812.253653,1358.878727,2345.443871,1567.431506,2306.504094 +206783,2816.529474,1358.759518,2345.461066,1576.59194,2305.35118 +206784,2820.487428,1359.12992,2345.678297,1598.027014,2304.410429 +206785,2832.66983,1359.194747,2347.878362,1570.967253,2305.907625 +206786,2818.606734,1359.493632,2347.332283,1626.212671,2304.00296 +206787,2842.983222,1359.575303,2349.189335,1586.131859,2304.825344 +206788,2835.382329,1359.877831,2348.6382,1618.70808,2302.88819 +206789,2840.330351,1359.960265,2348.564262,1633.617467,2301.539637 +206790,2845.791107,1360.270173,2348.665327,1611.929488,2300.379709 +206791,2848.851502,1360.287053,2349.076776,1660.997658,2299.593313 +206792,2853.072656,1360.517183,2349.574927,1635.680174,2298.906611 +206793,2863.736005,1360.518605,2350.183874,1655.997943,2298.376807 +206794,2851.208298,1360.740511,2350.728289,1661.115538,2297.776292 +206795,2873.259881,1360.7358,2351.345328,1668.724744,2297.287864 +206796,2867.140235,1360.955387,2353.911596,1676.155732,2299.224853 +206797,2871.101436,1360.942822,2353.798205,1683.85783,2297.873939 +206798,2875.479203,1361.159563,2354.188195,1691.392039,2297.34882 +206799,2879.120107,1361.147002,2354.823345,1698.864155,2296.910687 +206800,2882.326787,1361.359054,2355.588469,1706.635367,2296.618282 +206801,2886.605468,1361.346474,2358.052738,1714.208438,2298.441902 +206802,2896.581785,1361.55299,2358.068162,1721.761834,2297.245975 +206803,2884.679341,1361.538606,2358.492434,1729.282725,2296.567302 +206804,2904.390793,1361.664162,2360.893181,1737.106073,2298.078619 +206805,2900.229588,1361.766762,2360.808237,1750.522191,2296.776348 +206806,2903.610924,1362.000598,2362.894952,1749.64027,2298.156845 +206807,2906.473032,1361.785727,2362.378151,1760.834585,2296.327796 +206808,2910.195643,1362.257764,2362.610179,1771.644926,2295.402454 +206809,2921.973912,1362.044936,2365.063868,1782.455901,2297.218933 +206810,2909.632067,1362.318289,2364.992055,1792.152845,2296.099568 +206811,2926.143263,1362.286103,2365.437653,1802.63606,2295.405844 +206812,2925.036759,1362.491005,2366.298227,1812.725944,2295.20461 +206813,2927.958577,1362.469555,2368.893803,1823.105669,2297.147968 +206814,2929.86946,1362.671694,2368.817841,1832.864083,2296.006614 +206815,2940.71823,1362.650366,2369.457648,1843.450577,2295.493089 +206816,2930.897228,1362.854371,2370.261072,1853.32892,2295.30626 +206817,2945.322288,1362.830263,2371.154663,1869.134832,2294.658837 +206818,2945.353642,1363.035002,2372.247864,1871.883235,2294.976768 +206819,2948.197879,1363.01155,2374.888192,1884.796119,2296.903545 +206820,2949.168058,1363.212675,2374.814123,1894.420431,2295.798615 +206821,2881.094463,1329.657548,2379.394014,1874.353512,2302.895989 +206822,2875.037144,1328.592844,2374.865304,1878.484685,2297.834542 +206823,2876.294383,1327.731669,2368.709211,1889.198449,2289.992297 +206824,2878.434246,1326.837001,2365.814096,1898.843752,2285.739493 +206825,2878.076917,1325.944396,2362.453676,1907.373403,2281.463152 +206826,2879.221794,1325.057712,2361.342262,1922.105154,2279.499489 +206827,2879.777993,1324.165733,2361.432984,1924.455511,2279.244651 +206828,2880.296981,1323.271032,2362.06709,1935.235658,2279.819333 +206829,2873.282506,1322.291342,2362.885003,1944.954919,2280.793985 +206830,2890.147648,1321.508702,2364.141188,1958.761777,2282.465853 +206831,2872.827135,1320.547915,2367.181852,1961.883905,2286.634917 +206832,2882.900492,1319.646166,2367.415925,1971.183672,2287.188162 +206833,2882.293958,1318.733888,2368.313626,1981.138551,2288.843072 +206834,2882.040013,1317.813783,2369.648752,1994.779378,2291.310376 +206835,2882.510806,1316.889531,2371.084754,1997.9778,2293.757603 +206836,2882.962191,1315.960118,2372.535754,2011.781544,2296.297224 +206837,2883.412977,1315.026111,2373.994705,2016.117617,2298.918117 +206838,2883.436909,1314.00643,2375.445684,2028.516829,2301.740043 +206839,2883.78598,1313.258478,2376.96498,2037.885017,2304.559286 +206840,2883.903288,1312.137519,2378.410431,2041.230067,2307.002446 +206841,2884.522933,1311.251832,2381.24163,2048.065429,2311.611205 +206842,2883.9148,1310.277595,2381.278292,2051.964413,2312.855009 +206843,2876.822093,1309.316832,2383.130403,2056.13154,2316.229605 +206844,2894.379364,1308.345138,2384.14979,2059.918168,2318.659006 +206845,2873.307379,1307.369554,2383.083883,2061.89153,2318.682975 +206846,2894.126122,1332.946136,2382.596238,2064.941497,2319.23384 +206847,2874.052337,1266.042308,2384.007516,2070.39251,2322.255331 +206848,2886.517852,1323.435542,2384.564412,2075.010948,2324.165337 +206849,2883.714109,1318.461028,2384.791299,2079.295659,2325.55953 +206850,2882.813414,1276.842241,2383.292422,2081.719836,2325.394761 +206851,2883.071288,1310.765714,2382.636641,2085.190582,2325.819695 +206852,2882.711202,1318.621073,2382.211394,2089.000615,2326.626401 +206853,2882.55914,1269.915935,2383.618484,2095.032734,2329.587383 +206854,2881.568611,1311.917443,2382.595372,2098.085362,2329.546425 +206855,2881.330139,1308.404194,2382.057706,2101.64379,2330.283418 +206856,2881.092307,1274.85349,2383.376714,2107.269599,2333.307429 +206857,2880.249643,1324.010009,2383.883106,2111.95117,2335.391349 +206858,2879.382268,1261.693737,2382.432169,2114.429883,2335.14161 +206859,2879.242971,1328.411411,2383.340927,2119.560237,2337.762306 +206860,2878.066887,1255.540395,2381.978694,2122.201075,2337.6572 +206861,2877.580497,1326.795698,2381.277641,2125.620882,2338.141859 +206862,2876.835499,1253.623052,2380.833042,2129.368092,2339.144698 +206863,2876.32433,1321.082626,2382.14707,2135.059313,2342.332058 +206864,2874.997599,1255.670813,2380.964691,2137.919596,2342.485987 +206865,2874.421248,1313.578084,2380.334212,2141.380415,2343.33604 +206866,2873.538514,1258.073537,2379.894386,2145.079257,2344.425461 +206867,2872.609312,1305.584001,2379.536934,2148.891329,2345.628508 +206868,2871.681727,1261.150903,2379.222848,2152.748106,2346.896416 +206869,2870.713652,1296.925459,2378.925733,2156.601416,2348.196653 +206870,2869.719156,1264.723924,2378.625866,2160.440053,2349.512976 +206871,2869.176609,1287.076578,2379.969568,2166.071521,2352.867908 +206872,2867.328442,1269.729756,2378.738086,2168.775924,2353.078174 +206873,2866.587581,1277.61327,2378.025807,2172.068782,2353.939376 +206874,2865.463196,1273.247372,2377.479099,2175.592887,2355.001091 +206875,2861.834811,1268.868202,2376.98219,2179.202672,2356.121989 +206876,2859.968795,1267.048,2376.064715,2183.407975,2357.232805 +206877,2858.96849,1265.442228,2376.548588,2189.431377,2360.384747 +206878,2857.073446,1263.884146,2374.469688,2192.552984,2360.22945 +206879,2856.13599,1262.344094,2374.670296,2197.979171,2363.019202 +206880,2854.165039,1260.824802,2372.594382,2200.638202,2362.884313 +206881,2692.097249,1193.339681,2367.475511,2200.847359,2357.960114 +206882,2709.724206,1191.492339,2352.887806,2192.903742,2339.531482 +206883,2691.398387,1189.97168,2335.840937,2183.514299,2316.310445 +206884,2695.279901,1188.501056,2321.189836,2177.830075,2295.093061 +206885,2694.056204,1187.072467,2310.167919,2176.238147,2278.339858 +206886,2692.307383,1185.664991,2302.223877,2177.519475,2265.497398 +206887,2691.052876,1184.273128,2296.176439,2180.239706,2255.482801 +206888,2689.7848,1182.893501,2291.647241,2183.50493,2247.433149 +206889,2688.494322,1181.524277,2287.96877,2186.900474,2240.786519 +206890,2687.202527,1180.163645,2284.86515,2190.473902,2235.195108 +206891,2685.905408,1178.810263,2282.173671,2193.795725,2230.435222 +206892,2684.717943,1177.461632,2281.44483,2198.918405,2228.412821 +206893,2683.144459,1176.121865,2278.395205,2201.10075,2223.775941 +206894,2681.929024,1174.782405,2276.0505,2203.866152,2220.246587 +206895,2680.522923,1173.448756,2274.002829,2206.839789,2217.280771 +206896,2679.223889,1172.116674,2273.793687,2211.751495,2216.778632 +206897,2677.571858,1170.791381,2271.154941,2213.774506,2213.421742 +206898,2676.322101,1169.464598,2269.132768,2216.397852,2210.968052 +206899,2675.140327,1168.14222,2267.152134,2219.236892,2208.910543 +206900,2673.516604,1166.821457,2265.511657,2222.17776,2207.113068 +206901,2663.670112,1165.502773,2263.848458,2225.209746,2205.371113 +206902,2682.947023,1164.185597,2262.359141,2228.162265,2203.928992 +206903,2655.895409,1162.870311,2260.913825,2231.101421,2202.617206 +206904,2680.862159,1161.555027,2261.130561,2235.84623,2203.466074 +206905,2653.069909,1160.244963,2258.818847,2237.648563,2201.205403 +206906,2677.931761,1158.931671,2257.074751,2240.233982,2199.704918 +206907,2650.163721,1157.620219,2257.118132,2244.572697,2200.486195 +206908,2674.968158,1156.31287,2254.757556,2246.361724,2198.284335 +206909,2646.993112,1155.000855,2254.593641,2249.965352,2198.873524 +206910,2671.943769,1153.695333,2251.956472,2251.551135,2196.604126 +206911,2643.519838,1152.36526,2251.740768,2255.716782,2197.170516 +206912,2659.876705,1150.851704,2249.186435,2256.955294,2194.750268 +206913,2651.802117,1149.475236,2247.319596,2258.907143,2193.246472 +206914,2650.469429,1148.034466,2245.534775,2261.074275,2192.066303 +206915,2648.623016,1146.597975,2243.857516,2263.479305,2191.018686 +206916,2646.53737,1145.156534,2242.43642,2265.695518,2190.083821 +206917,2644.373376,1143.710474,2241.43134,2267.859842,2189.216235 +206918,2642.257684,1142.259878,2239.794831,2269.968574,2188.393628 +206919,2640.145879,1140.735437,2240.027825,2273.867338,2189.67673 +206920,2637.775006,1139.379184,2237.672817,2274.811892,2187.824894 +206921,2635.603821,1137.86602,2235.705739,2276.318868,2186.655546 +206922,2633.292377,1136.409323,2234.069248,2278.016096,2185.698682 +206923,2630.964225,1134.937937,2232.516968,2279.991877,2184.849204 +206924,2628.604158,1133.462427,2231.006584,2281.773773,2184.062277 +206925,2626.210013,1131.983074,2229.302814,2283.522627,2183.317108 +206926,2623.782497,1130.499827,2227.810721,2285.232743,2182.601281 +206927,2621.322271,1129.01284,2226.32939,2286.900725,2181.90436 +206928,2618.82947,1127.522017,2224.849926,2288.524213,2181.219655 +206929,2616.458668,1126.027505,2223.366777,2290.10017,2180.54158 +206930,2613.679555,1124.529204,2221.87562,2291.624448,2179.864006 +206931,2611.190087,1123.027252,2220.378475,2293.099469,2179.1881 +206932,2608.554369,1121.521544,2218.879651,2294.530148,2178.518027 +206933,2605.900253,1120.012231,2217.189635,2295.91783,2177.85451 +206934,2603.166256,1118.499202,2215.686225,2297.260815,2177.195294 +206935,2600.529144,1116.982604,2214.184663,2298.557607,2176.538364 +206936,2597.814453,1115.460771,2214.34514,2301.672621,2177.956501 +206937,2594.924964,1113.940015,2211.939592,2301.792532,2176.205349 +206938,2592.198111,1112.41055,2210.062038,2302.483379,2175.114653 +206939,2589.347664,1110.880004,2208.345136,2303.368899,2174.217413 +206940,2586.4333,1109.345219,2206.708142,2304.340985,2173.415344 +206941,1922.714658,1107.703883,978.1086608,1727.799673,2201.993416 +206942,2017.073273,1237.972653,1032.284348,1823.07731,2281.107454 +206943,2114.26272,1240.643982,1093.561122,1924.377814,2351.654144 +206944,2180.390194,1239.937752,1141.425409,1992.071199,2391.065851 +206945,2224.618173,1239.964131,1177.815444,2031.728601,2413.877664 +206946,2254.581464,1238.985848,1205.878614,2053.394546,2428.67931 +206947,2275.981252,1237.612011,1228.182153,2065.388744,2439.320661 +206948,2292.100525,1236.418281,1246.475159,2073.061835,2447.664613 +206949,2304.808803,1235.12377,1261.847305,2078.577359,2454.681462 +206950,2315.088809,1233.629932,1274.93521,2083.112241,2460.823557 +206951,2323.464035,1232.315242,1286.130057,2086.968371,2466.270892 +206952,2330.287592,1230.938754,1295.723858,2090.259025,2471.320955 +206953,2335.840545,1229.387133,1304.135711,2093.098988,2475.649963 +206954,2340.357192,1228.049074,1311.221729,2095.585238,2479.519171 +206955,2344.030803,1226.646369,1317.339407,2097.813488,2482.989091 +206956,2346.98835,1224.995068,1322.626367,2099.815676,2486.08017 +206957,2349.382937,1223.761402,1327.221028,2101.666031,2488.86719 +206958,2351.338316,1222.291,1331.241962,2103.40404,2491.414484 +206959,2352.921294,1220.803774,1334.76951,2105.045083,2493.741719 +206960,2354.190669,1219.333867,1337.876091,2106.589007,2495.872653 +206961,2355.186854,1217.967669,1340.620663,2108.051534,2497.830474 +206962,2355.959725,1216.374299,1343.054339,2109.428806,2499.633897 +206963,2356.547174,1215.017168,1345.219061,2110.735472,2501.30256 +206964,2356.967147,1213.601171,1347.153266,2111.969114,2502.854224 +206965,2357.250131,1212.019628,1348.886253,2113.142121,2504.303847 +206966,2357.416655,1210.658021,1350.445233,2114.248926,2505.663961 +206967,2357.470595,1209.23589,1351.850146,2115.29196,2506.945154 +206968,2357.431829,1207.646356,1353.120643,2116.283512,2508.156497 +206969,2357.312734,1206.275302,1354.270441,2117.215529,2509.305782 +206970,2357.110741,1204.841873,1355.314086,2118.088223,2510.399741 +206971,2356.840633,1203.155445,1356.260993,2118.904945,2511.444136 +206972,2356.491703,1201.596452,1357.117267,2119.592096,2512.443916 +206973,2356.070173,1200.016508,1357.884686,2120.106316,2513.403282 +206974,2355.57157,1198.455976,1358.574781,2120.446823,2514.325832 +206975,2355.008844,1196.753008,1359.195794,2120.633549,2515.214631 +206976,2354.38032,1195.227306,1359.752862,2120.688572,2516.072329 +206977,2353.698721,1193.490452,1360.24549,2120.62855,2516.901172 +206978,2352.960953,1191.943009,1360.682322,2120.464303,2517.70309 +206979,2352.178192,1190.184633,1361.06875,2120.202724,2518.4797 +206980,2351.346081,1188.61536,1361.403047,2119.848573,2519.232387 +206981,2350.474804,1186.835202,1361.692005,2119.40549,2519.962298 +206982,2349.559253,1185.243903,1361.93942,2118.876469,2520.670415 +206983,2348.608985,1183.441785,1362.142346,2118.264028,2521.357548 +206984,2347.618397,1181.903414,1362.306714,2117.570314,2522.024394 +206985,2346.596608,1179.96722,1362.435608,2116.797161,2522.671516 +206986,2345.537668,1178.311461,1362.52547,2115.946171,2523.299401 +206987,2344.450384,1176.565234,1362.581722,2115.018762,2523.908446 +206988,2343.32857,1174.851759,1362.607011,2114.016221,2524.499006 +206989,2342.180799,1172.995697,1362.597368,2112.939714,2525.071356 +206990,2341.000716,1171.316016,1362.557895,2111.79033,2525.625757 +206991,2339.796713,1169.426033,1362.490941,2110.569077,2526.162409 +206992,2338.562315,1167.724632,1362.392273,2109.276907,2526.681506 +206993,2337.305781,1165.812945,1362.266774,2107.914712,2527.183199 +206994,2336.020546,1164.090008,1362.112385,2106.483347,2527.66764 +206995,2334.714759,1162.157426,1361.933881,2104.983617,2528.13495 +206996,2333.381773,1160.413226,1361.72856,2103.416302,2528.585259 +206997,2332.029657,1158.459922,1361.500717,2101.78214,2529.018668 +206998,2330.651706,1156.621067,1361.247414,2100.081847,2529.43529 +206999,2329.256372,1178.078643,1360.973091,2098.316482,2529.835721 +207000,2327.835807,1117.752893,1360.674218,2096.485797,2530.218868 +207001,0,0,0,0,0 +207002,0,0,0,0,0 +207003,0,0,0,0,0 +207004,0,0,0,0,0 +207005,0,0,0,0,0 +207006,0,0,0,0,0 +207007,0,0,0,0,0 +207008,0,0,0,0,0 +207009,0,0,0,0,0 +207010,0,0,0,0,0 +207011,0,0,0,0,0 +207012,0,0,0,0,0 +207013,0,0,0,0,0 +207014,0,0,0,0,0 +207015,0,0,0,0,0 +207016,0,0,0,0,0 +207017,0,0,0,0,0 +207018,0,0,0,0,0 +207019,0,0,0,0,0 +207020,0,0,0,0,0 +207021,0,0,0,0,0 +207022,0,0,0,0,0 +207023,0,0,0,0,0 +207024,0,0,0,0,0 +207025,0,0,0,0,0 +207026,0,0,0,0,0 +207027,0,0,0,0,0 +207028,0,0,0,0,0 +207029,0,0,0,0,0 +207030,0,0,0,0,0 +207031,0,0,0,0,0 +207032,0,0,0,0,0 +207033,0,0,0,0,0 +207034,0,0,0,0,0 +207035,0,0,0,0,0 +207036,0,0,0,0,0 +207037,0,0,0,0,0 +207038,0,0,0,0,0 +207039,0,0,0,0,0 +207040,0,0,0,0,0 +207041,0,0,0,0,0 +207042,0,0,0,0,0 +207043,0,0,0,0,0 +207044,0,0,0,0,0 +207045,0,0,0,0,0 +207046,0,0,0,0,0 +207047,0,0,0,0,0 +207048,0,0,0,0,0 +207049,0,0,0,0,0 +207050,0,0,0,0,0 +207051,0,0,0,0,0 +207052,0,0,0,0,0 +207053,0,0,0,0,0 +207054,0,0,0,0,0 +207055,0,0,0,0,0 +207056,0,0,0,0,0 +207057,0,0,0,0,0 +207058,0,0,0,0,0 +207059,0,0,0,0,0 +207060,0,0,0,0,0 +207061,0,0,0,0,0 +207062,0,0,0,0,0 +207063,0,0,0,0,0 +207064,0,0,0,0,0 +207065,0,0,0,0,0 +207066,0,0,0,0,0 +207067,0,0,0,0,0 +207068,0,0,0,0,0 +207069,0,0,0,0,0 +207070,0,0,0,0,0 +207071,0,0,0,0,0 +207072,0,0,0,0,0 +207073,0,0,0,0,0 +207074,0,0,0,0,0 +207075,0,0,0,0,0 +207076,0,0,0,0,0 +207077,0,0,0,0,0 +207078,0,0,0,0,0 +207079,0,0,0,0,0 +207080,0,0,0,0,0 +207081,0,0,0,0,0 +207082,0,0,0,0,0 +207083,0,0,0,0,0 +207084,0,0,0,0,0 +207085,0,0,0,0,0 +207086,0,0,0,0,0 +207087,0,0,0,0,0 +207088,0,0,0,0,0 +207089,0,0,0,0,0 +207090,0,0,0,0,0 +207091,0,0,0,0,0 +207092,0,0,0,0,0 +207093,0,0,0,0,0 +207094,0,0,0,0,0 +207095,0,0,0,0,0 +207096,0,0,0,0,0 +207097,0,0,0,0,0 +207098,0,0,0,0,0 +207099,0,0,0,0,0 +207100,0,0,0,0,0 +207101,0,0,0,0,0 +207102,0,0,0,0,0 +207103,0,0,0,0,0 +207104,0,0,0,0,0 +207105,0,0,0,0,0 +207106,0,0,0,0,0 +207107,0,0,0,0,0 +207108,0,0,0,0,0 +207109,0,0,0,0,0 +207110,0,0,0,0,0 +207111,0,0,0,0,0 +207112,0,0,0,0,0 +207113,0,0,0,0,0 +207114,0,0,0,0,0 +207115,0,0,0,0,0 +207116,0,0,0,0,0 +207117,0,0,0,0,0 +207118,0,0,0,0,0 +207119,0,0,0,0,0 +207120,0,0,0,0,0 +207121,0,0,0,0,0 +207122,0,0,0,0,0 +207123,0,0,0,0,0 +207124,0,0,0,0,0 +207125,0,0,0,0,0 +207126,0,0,0,0,0 +207127,0,0,0,0,0 +207128,0,0,0,0,0 +207129,0,0,0,0,0 +207130,0,0,0,0,0 +207131,0,0,0,0,0 +207132,0,0,0,0,0 +207133,0,0,0,0,0 +207134,0,0,0,0,0 +207135,0,0,0,0,0 +207136,0,0,0,0,0 +207137,0,0,0,0,0 +207138,0,0,0,0,0 +207139,0,0,0,0,0 +207140,0,0,0,0,0 +207141,0,0,0,0,0 +207142,0,0,0,0,0 +207143,0,0,0,0,0 +207144,0,0,0,0,0 +207145,0,0,0,0,0 +207146,0,0,0,0,0 +207147,0,0,0,0,0 +207148,0,0,0,0,0 +207149,0,0,0,0,0 +207150,0,0,0,0,0 +207151,0,0,0,0,0 +207152,0,0,0,0,0 +207153,0,0,0,0,0 +207154,0,0,0,0,0 +207155,0,0,0,0,0 +207156,0,0,0,0,0 +207157,0,0,0,0,0 +207158,0,0,0,0,0 +207159,0,0,0,0,0 +207160,0,0,0,0,0 +207161,0,0,0,0,0 +207162,0,0,0,0,0 +207163,0,0,0,0,0 +207164,0,0,0,0,0 +207165,0,0,0,0,0 +207166,0,0,0,0,0 +207167,0,0,0,0,0 +207168,0,0,0,0,0 +207169,0,0,0,0,0 +207170,0,0,0,0,0 +207171,0,0,0,0,0 +207172,0,0,0,0,0 +207173,0,0,0,0,0 +207174,0,0,0,0,0 +207175,0,0,0,0,0 +207176,0,0,0,0,0 +207177,0,0,0,0,0 +207178,0,0,0,0,0 +207179,0,0,0,0,0 +207180,0,0,0,0,0 +207181,0,0,0,0,0 +207182,0,0,0,0,0 +207183,0,0,0,0,0 +207184,0,0,0,0,0 +207185,0,0,0,0,0 +207186,0,0,0,0,0 +207187,0,0,0,0,0 +207188,0,0,0,0,0 +207189,0,0,0,0,0 +207190,0,0,0,0,0 +207191,0,0,0,0,0 +207192,0,0,0,0,0 +207193,0,0,0,0,0 +207194,0,0,0,0,0 +207195,0,0,0,0,0 +207196,0,0,0,0,0 +207197,0,0,0,0,0 +207198,0,0,0,0,0 +207199,0,0,0,0,0 +207200,0,0,0,0,0 +207201,0,0,0,0,0 +207202,0,0,0,0,0 +207203,0,0,0,0,0 +207204,0,0,0,0,0 +207205,0,0,0,0,0 +207206,0,0,0,0,0 +207207,0,0,0,0,0 +207208,0,0,0,0,0 +207209,0,0,0,0,0 +207210,0,0,0,0,0 +207211,0,0,0,0,0 +207212,0,0,0,0,0 +207213,0,0,0,0,0 +207214,0,0,0,0,0 +207215,0,0,0,0,0 +207216,0,0,0,0,0 +207217,0,0,0,0,0 +207218,0,0,0,0,0 +207219,0,0,0,0,0 +207220,0,0,0,0,0 +207221,0,0,0,0,0 +207222,0,0,0,0,0 +207223,0,0,0,0,0 +207224,0,0,0,0,0 +207225,0,0,0,0,0 +207226,0,0,0,0,0 +207227,0,0,0,0,0 +207228,0,0,0,0,0 +207229,0,0,0,0,0 +207230,0,0,0,0,0 +207231,0,0,0,0,0 +207232,0,0,0,0,0 +207233,0,0,0,0,0 +207234,0,0,0,0,0 +207235,0,0,0,0,0 +207236,0,0,0,0,0 +207237,0,0,0,0,0 +207238,0,0,0,0,0 +207239,0,0,0,0,0 +207240,0,0,0,0,0 +207241,0,0,0,0,0 +207242,0,0,0,0,0 +207243,0,0,0,0,0 +207244,0,0,0,0,0 +207245,0,0,0,0,0 +207246,0,0,0,0,0 +207247,0,0,0,0,0 +207248,0,0,0,0,0 +207249,0,0,0,0,0 +207250,0,0,0,0,0 +207251,0,0,0,0,0 +207252,0,0,0,0,0 +207253,0,0,0,0,0 +207254,0,0,0,0,0 +207255,0,0,0,0,0 +207256,0,0,0,0,0 +207257,0,0,0,0,0 +207258,0,0,0,0,0 +207259,0,0,0,0,0 +207260,0,0,0,0,0 +207261,0,0,0,0,0 +207262,0,0,0,0,0 +207263,0,0,0,0,0 +207264,0,0,0,0,0 +207265,0,0,0,0,0 +207266,0,0,0,0,0 +207267,0,0,0,0,0 +207268,0,0,0,0,0 +207269,0,0,0,0,0 +207270,0,0,0,0,0 +207271,0,0,0,0,0 +207272,0,0,0,0,0 +207273,0,0,0,0,0 +207274,0,0,0,0,0 +207275,0,0,0,0,0 +207276,0,0,0,0,0 +207277,0,0,0,0,0 +207278,0,0,0,0,0 +207279,0,0,0,0,0 +207280,0,0,0,0,0 +207281,0,0,0,0,0 +207282,0,0,0,0,0 +207283,0,0,0,0,0 +207284,0,0,0,0,0 +207285,0,0,0,0,0 +207286,0,0,0,0,0 +207287,0,0,0,0,0 +207288,0,0,0,0,0 +207289,0,0,0,0,0 +207290,0,0,0,0,0 +207291,0,0,0,0,0 +207292,0,0,0,0,0 +207293,0,0,0,0,0 +207294,0,0,0,0,0 +207295,0,0,0,0,0 +207296,0,0,0,0,0 +207297,0,0,0,0,0 +207298,0,0,0,0,0 +207299,0,0,0,0,0 +207300,0,0,0,0,0 +207301,0,0,0,0,0 +207302,0,0,0,0,0 +207303,0,0,0,0,0 +207304,0,0,0,0,0 +207305,0,0,0,0,0 +207306,0,0,0,0,0 +207307,0,0,0,0,0 +207308,0,0,0,0,0 +207309,0,0,0,0,0 +207310,0,0,0,0,0 +207311,0,0,0,0,0 +207312,0,0,0,0,0 +207313,0,0,0,0,0 +207314,0,0,0,0,0 +207315,0,0,0,0,0 +207316,0,0,0,0,0 +207317,0,0,0,0,0 +207318,0,0,0,0,0 +207319,0,0,0,0,0 +207320,0,0,0,0,0 +207321,0,0,0,0,0 +207322,0,0,0,0,0 +207323,0,0,0,0,0 +207324,0,0,0,0,0 +207325,0,0,0,0,0 +207326,0,0,0,0,0 +207327,0,0,0,0,0 +207328,0,0,0,0,0 +207329,0,0,0,0,0 +207330,0,0,0,0,0 +207331,0,0,0,0,0 +207332,0,0,0,0,0 +207333,0,0,0,0,0 +207334,0,0,0,0,0 +207335,0,0,0,0,0 +207336,0,0,0,0,0 +207337,0,0,0,0,0 +207338,0,0,0,0,0 +207339,0,0,0,0,0 +207340,0,0,0,0,0 +207341,0,0,0,0,0 +207342,0,0,0,0,0 +207343,0,0,0,0,0 +207344,0,0,0,0,0 +207345,0,0,0,0,0 +207346,0,0,0,0,0 +207347,0,0,0,0,0 +207348,0,0,0,0,0 +207349,0,0,0,0,0 +207350,0,0,0,0,0 +207351,0,0,0,0,0 +207352,0,0,0,0,0 +207353,0,0,0,0,0 +207354,0,0,0,0,0 +207355,0,0,0,0,0 +207356,0,0,0,0,0 +207357,0,0,0,0,0 +207358,0,0,0,0,0 +207359,0,0,0,0,0 +207360,0,0,0,0,0 +207361,0,0,0,0,0 +207362,0,0,0,0,0 +207363,0,0,0,0,0 +207364,0,0,0,0,0 +207365,0,0,0,0,0 +207366,0,0,0,0,0 +207367,0,0,0,0,0 +207368,0,0,0,0,0 +207369,0,0,0,0,0 +207370,0,0,0,0,0 +207371,0,0,0,0,0 +207372,0,0,0,0,0 +207373,0,0,0,0,0 +207374,0,0,0,0,0 +207375,0,0,0,0,0 +207376,0,0,0,0,0 +207377,0,0,0,0,0 +207378,0,0,0,0,0 +207379,0,0,0,0,0 +207380,0,0,0,0,0 +207381,0,0,0,0,0 +207382,0,0,0,0,0 +207383,0,0,0,0,0 +207384,0,0,0,0,0 +207385,0,0,0,0,0 +207386,0,0,0,0,0 +207387,0,0,0,0,0 +207388,0,0,0,0,0 +207389,0,0,0,0,0 +207390,0,0,0,0,0 +207391,0,0,0,0,0 +207392,0,0,0,0,0 +207393,0,0,0,0,0 +207394,0,0,0,0,0 +207395,0,0,0,0,0 +207396,0,0,0,0,0 +207397,0,0,0,0,0 +207398,0,0,0,0,0 +207399,0,0,0,0,0 +207400,0,0,0,0,0 +207401,0,0,0,0,0 +207402,0,0,0,0,0 +207403,0,0,0,0,0 +207404,0,0,0,0,0 +207405,0,0,0,0,0 +207406,0,0,0,0,0 +207407,0,0,0,0,0 +207408,0,0,0,0,0 +207409,0,0,0,0,0 +207410,0,0,0,0,0 +207411,0,0,0,0,0 +207412,0,0,0,0,0 +207413,0,0,0,0,0 +207414,0,0,0,0,0 +207415,0,0,0,0,0 +207416,0,0,0,0,0 +207417,0,0,0,0,0 +207418,0,0,0,0,0 +207419,0,0,0,0,0 +207420,0,0,0,0,0 +207421,0,0,0,0,0 +207422,0,0,0,0,0 +207423,0,0,0,0,0 +207424,0,0,0,0,0 +207425,0,0,0,0,0 +207426,0,0,0,0,0 +207427,0,0,0,0,0 +207428,0,0,0,0,0 +207429,0,0,0,0,0 +207430,0,0,0,0,0 +207431,0,0,0,0,0 +207432,0,0,0,0,0 +207433,0,0,0,0,0 +207434,0,0,0,0,0 +207435,0,0,0,0,0 +207436,0,0,0,0,0 +207437,0,0,0,0,0 +207438,0,0,0,0,0 +207439,0,0,0,0,0 +207440,0,0,0,0,0 +207441,0,0,0,0,0 +207442,0,0,0,0,0 +207443,0,0,0,0,0 +207444,0,0,0,0,0 +207445,0,0,0,0,0 +207446,0,0,0,0,0 +207447,0,0,0,0,0 +207448,0,0,0,0,0 +207449,0,0,0,0,0 +207450,0,0,0,0,0 +207451,0,0,0,0,0 +207452,0,0,0,0,0 +207453,0,0,0,0,0 +207454,0,0,0,0,0 +207455,0,0,0,0,0 +207456,0,0,0,0,0 +207457,0,0,0,0,0 +207458,0,0,0,0,0 +207459,0,0,0,0,0 +207460,0,0,0,0,0 +207461,0,0,0,0,0 +207462,0,0,0,0,0 +207463,0,0,0,0,0 +207464,0,0,0,0,0 +207465,0,0,0,0,0 +207466,0,0,0,0,0 +207467,0,0,0,0,0 +207468,0,0,0,0,0 +207469,0,0,0,0,0 +207470,0,0,0,0,0 +207471,0,0,0,0,0 +207472,0,0,0,0,0 +207473,0,0,0,0,0 +207474,0,0,0,0,0 +207475,0,0,0,0,0 +207476,0,0,0,0,0 +207477,0,0,0,0,0 +207478,0,0,0,0,0 +207479,0,0,0,0,0 +207480,0,0,0,0,0 +207481,0,0,0,0,0 +207482,0,0,0,0,0 +207483,0,0,0,0,0 +207484,0,0,0,0,0 +207485,0,0,0,0,0 +207486,0,0,0,0,0 +207487,0,0,0,0,0 +207488,0,0,0,0,0 +207489,0,0,0,0,0 +207490,0,0,0,0,0 +207491,0,0,0,0,0 +207492,0,0,0,0,0 +207493,0,0,0,0,0 +207494,0,0,0,0,0 +207495,0,0,0,0,0 +207496,0,0,0,0,0 +207497,0,0,0,0,0 +207498,0,0,0,0,0 +207499,0,0,0,0,0 +207500,0,0,0,0,0 +207501,0,0,0,0,0 +207502,0,0,0,0,0 +207503,0,0,0,0,0 +207504,0,0,0,0,0 +207505,0,0,0,0,0 +207506,0,0,0,0,0 +207507,0,0,0,0,0 +207508,0,0,0,0,0 +207509,0,0,0,0,0 +207510,0,0,0,0,0 +207511,0,0,0,0,0 +207512,0,0,0,0,0 +207513,0,0,0,0,0 +207514,0,0,0,0,0 +207515,0,0,0,0,0 +207516,0,0,0,0,0 +207517,0,0,0,0,0 +207518,0,0,0,0,0 +207519,0,0,0,0,0 +207520,0,0,0,0,0 +207521,0,0,0,0,0 +207522,0,0,0,0,0 +207523,0,0,0,0,0 +207524,0,0,0,0,0 +207525,0,0,0,0,0 +207526,0,0,0,0,0 +207527,0,0,0,0,0 +207528,0,0,0,0,0 +207529,0,0,0,0,0 +207530,0,0,0,0,0 +207531,0,0,0,0,0 +207532,0,0,0,0,0 +207533,0,0,0,0,0 +207534,0,0,0,0,0 +207535,0,0,0,0,0 +207536,0,0,0,0,0 +207537,0,0,0,0,0 +207538,0,0,0,0,0 +207539,0,0,0,0,0 +207540,0,0,0,0,0 +207541,0,0,0,0,0 +207542,0,0,0,0,0 +207543,0,0,0,0,0 +207544,0,0,0,0,0 +207545,0,0,0,0,0 +207546,0,0,0,0,0 +207547,0,0,0,0,0 +207548,0,0,0,0,0 +207549,0,0,0,0,0 +207550,0,0,0,0,0 +207551,0,0,0,0,0 +207552,0,0,0,0,0 +207553,0,0,0,0,0 +207554,0,0,0,0,0 +207555,0,0,0,0,0 +207556,0,0,0,0,0 +207557,0,0,0,0,0 +207558,0,0,0,0,0 +207559,0,0,0,0,0 +207560,0,0,0,0,0 +207561,0,0,0,0,0 +207562,0,0,0,0,0 +207563,0,0,0,0,0 +207564,0,0,0,0,0 +207565,0,0,0,0,0 +207566,0,0,0,0,0 +207567,0,0,0,0,0 +207568,0,0,0,0,0 +207569,0,0,0,0,0 +207570,0,0,0,0,0 +207571,0,0,0,0,0 +207572,0,0,0,0,0 +207573,0,0,0,0,0 +207574,0,0,0,0,0 +207575,0,0,0,0,0 +207576,0,0,0,0,0 +207577,0,0,0,0,0 +207578,0,0,0,0,0 +207579,0,0,0,0,0 +207580,0,0,0,0,0 +207581,0,0,0,0,0 +207582,0,0,0,0,0 +207583,0,0,0,0,0 +207584,0,0,0,0,0 +207585,0,0,0,0,0 +207586,0,0,0,0,0 +207587,0,0,0,0,0 +207588,0,0,0,0,0 +207589,0,0,0,0,0 +207590,0,0,0,0,0 +207591,0,0,0,0,0 +207592,0,0,0,0,0 +207593,0,0,0,0,0 +207594,0,0,0,0,0 +207595,0,0,0,0,0 +207596,0,0,0,0,0 +207597,0,0,0,0,0 +207598,0,0,0,0,0 +207599,0,0,0,0,0 +207600,0,0,0,0,0 +207601,0,0,0,0,0 +207602,0,0,0,0,0 +207603,0,0,0,0,0 +207604,0,0,0,0,0 +207605,0,0,0,0,0 +207606,0,0,0,0,0 +207607,0,0,0,0,0 +207608,0,0,0,0,0 +207609,0,0,0,0,0 +207610,0,0,0,0,0 +207611,0,0,0,0,0 +207612,0,0,0,0,0 +207613,0,0,0,0,0 +207614,0,0,0,0,0 +207615,0,0,0,0,0 +207616,0,0,0,0,0 +207617,0,0,0,0,0 +207618,0,0,0,0,0 +207619,0,0,0,0,0 +207620,0,0,0,0,0 +207621,0,0,0,0,0 +207622,0,0,0,0,0 +207623,0,0,0,0,0 +207624,0,0,0,0,0 +207625,0,0,0,0,0 +207626,0,0,0,0,0 +207627,0,0,0,0,0 +207628,0,0,0,0,0 +207629,0,0,0,0,0 +207630,0,0,0,0,0 +207631,0,0,0,0,0 +207632,0,0,0,0,0 +207633,0,0,0,0,0 +207634,0,0,0,0,0 +207635,0,0,0,0,0 +207636,0,0,0,0,0 +207637,0,0,0,0,0 +207638,0,0,0,0,0 +207639,0,0,0,0,0 +207640,0,0,0,0,0 +207641,0,0,0,0,0 +207642,0,0,0,0,0 +207643,0,0,0,0,0 +207644,0,0,0,0,0 +207645,0,0,0,0,0 +207646,0,0,0,0,0 +207647,0,0,0,0,0 +207648,0,0,0,0,0 +207649,0,0,0,0,0 +207650,0,0,0,0,0 +207651,0,0,0,0,0 +207652,0,0,0,0,0 +207653,0,0,0,0,0 +207654,0,0,0,0,0 +207655,0,0,0,0,0 +207656,0,0,0,0,0 +207657,0,0,0,0,0 +207658,0,0,0,0,0 +207659,0,0,0,0,0 +207660,0,0,0,0,0 +207661,0,0,0,0,0 +207662,0,0,0,0,0 +207663,0,0,0,0,0 +207664,0,0,0,0,0 +207665,0,0,0,0,0 +207666,0,0,0,0,0 +207667,0,0,0,0,0 +207668,0,0,0,0,0 +207669,0,0,0,0,0 +207670,0,0,0,0,0 +207671,0,0,0,0,0 +207672,0,0,0,0,0 +207673,0,0,0,0,0 +207674,0,0,0,0,0 +207675,0,0,0,0,0 +207676,0,0,0,0,0 +207677,0,0,0,0,0 +207678,0,0,0,0,0 +207679,0,0,0,0,0 +207680,0,0,0,0,0 +207681,0,0,0,0,0 +207682,0,0,0,0,0 +207683,0,0,0,0,0 +207684,0,0,0,0,0 +207685,0,0,0,0,0 +207686,0,0,0,0,0 +207687,0,0,0,0,0 +207688,0,0,0,0,0 +207689,0,0,0,0,0 +207690,0,0,0,0,0 +207691,0,0,0,0,0 +207692,0,0,0,0,0 +207693,0,0,0,0,0 +207694,0,0,0,0,0 +207695,0,0,0,0,0 +207696,0,0,0,0,0 +207697,0,0,0,0,0 +207698,0,0,0,0,0 +207699,0,0,0,0,0 +207700,0,0,0,0,0 +207701,0,0,0,0,0 +207702,0,0,0,0,0 +207703,0,0,0,0,0 +207704,0,0,0,0,0 +207705,0,0,0,0,0 +207706,0,0,0,0,0 +207707,0,0,0,0,0 +207708,0,0,0,0,0 +207709,0,0,0,0,0 +207710,0,0,0,0,0 +207711,0,0,0,0,0 +207712,0,0,0,0,0 +207713,0,0,0,0,0 +207714,0,0,0,0,0 +207715,0,0,0,0,0 +207716,0,0,0,0,0 +207717,0,0,0,0,0 +207718,0,0,0,0,0 +207719,0,0,0,0,0 +207720,0,0,0,0,0 +207721,0,0,0,0,0 +207722,0,0,0,0,0 +207723,0,0,0,0,0 +207724,0,0,0,0,0 +207725,0,0,0,0,0 +207726,0,0,0,0,0 +207727,0,0,0,0,0 +207728,0,0,0,0,0 +207729,0,0,0,0,0 +207730,0,0,0,0,0 +207731,0,0,0,0,0 +207732,0,0,0,0,0 +207733,0,0,0,0,0 +207734,0,0,0,0,0 +207735,0,0,0,0,0 +207736,0,0,0,0,0 +207737,0,0,0,0,0 +207738,0,0,0,0,0 +207739,0,0,0,0,0 +207740,0,0,0,0,0 +207741,0,0,0,0,0 +207742,0,0,0,0,0 +207743,0,0,0,0,0 +207744,0,0,0,0,0 +207745,0,0,0,0,0 +207746,0,0,0,0,0 +207747,0,0,0,0,0 +207748,0,0,0,0,0 +207749,0,0,0,0,0 +207750,0,0,0,0,0 +207751,0,0,0,0,0 +207752,0,0,0,0,0 +207753,0,0,0,0,0 +207754,0,0,0,0,0 +207755,0,0,0,0,0 +207756,0,0,0,0,0 +207757,0,0,0,0,0 +207758,0,0,0,0,0 +207759,0,0,0,0,0 +207760,0,0,0,0,0 +207761,0,0,0,0,0 +207762,0,0,0,0,0 +207763,0,0,0,0,0 +207764,0,0,0,0,0 +207765,0,0,0,0,0 +207766,0,0,0,0,0 +207767,0,0,0,0,0 +207768,0,0,0,0,0 +207769,0,0,0,0,0 +207770,0,0,0,0,0 +207771,0,0,0,0,0 +207772,0,0,0,0,0 +207773,0,0,0,0,0 +207774,0,0,0,0,0 +207775,0,0,0,0,0 +207776,0,0,0,0,0 +207777,0,0,0,0,0 +207778,0,0,0,0,0 +207779,0,0,0,0,0 +207780,0,0,0,0,0 +207781,-209.6028488,1982.331032,2778.641987,-82.61379396,-363.5326159 +207782,180.9558161,286.3139784,3049.47021,94.83859599,345.3717013 +207783,180.6801365,265.2620308,652.3850601,94.35709882,343.8081572 +207784,176.6330313,260.1239057,615.08901,92.07711379,335.3186341 +207785,171.7000931,262.5253032,609.0430594,89.45112986,324.9297125 +207786,167.3280535,266.5611679,615.2024547,87.17620131,315.226836 +207787,163.8292213,270.0880541,795.2685756,85.38055468,306.8492344 +207788,161.0731377,272.9049046,843.7763286,83.97962873,299.6551044 +207789,158.8725691,275.32045,780.0446877,82.86856653,293.3784051 +207790,157.0966957,277.58581,826.3183093,81.97569998,287.8287104 +207791,155.6679139,328.5069649,839.8796925,81.25847379,282.8938147 +207792,154.5365686,389.5731673,853.0500024,80.68952524,278.5021547 +207793,153.6645983,362.2204004,865.4819035,80.24799722,274.5977182 +207794,153.0191655,385.8992775,878.446705,79.91618423,271.1303351 +207795,152.5713028,397.111647,890.9313048,79.67876625,268.0539435 +207796,152.2957787,407.7457058,903.2669515,79.52265939,265.326792 +207797,152.1710025,418.5217373,915.897042,79.43687797,262.9117284 +207798,152.1786097,429.0117845,928.134177,79.41225017,252.5965402 +207799,152.3030306,439.6840595,939.8976535,79.44113649,207.2123521 +207800,152.5310025,450.027807,952.3053723,79.51714049,238.3126859 +207801,152.8512304,460.5143832,964.0340208,79.63490226,230.0998719 +207802,153.2540451,471.0869562,975.6438736,79.78990429,230.6583612 +207803,153.7311873,474.7598287,975.8437163,79.97834316,231.8122778 +207804,154.3466002,484.0760807,985.3680706,80.25143424,232.8136867 +207805,155.0701513,493.8831638,995.884558,80.58806704,234.0340052 +207806,155.8609081,503.2470197,1006.489553,80.95858421,234.9121134 +207807,156.6955988,513.2413809,1017.068162,81.34664443,236.3820998 +207808,157.5654472,522.8412844,1027.586502,81.74689178,237.3207866 +207809,158.4680605,532.4268969,1037.831067,82.15872535,238.84823 +207810,159.4025276,542.3056702,1048.500286,82.58254246,239.8420213 +207811,160.3678531,551.1469159,1056.922996,83.01852255,241.4227076 +207812,161.3598397,560.0536758,1066.044725,83.46520129,242.4680114 +207813,162.3751947,568.7820151,1073.805385,83.92140142,243.9125368 +207814,163.4121335,580.5871738,1082.426661,84.38656416,245.1951411 +207815,164.4697845,592.2687233,1090.133749,84.86050437,246.8736884 +207816,165.5475819,603.2703807,1098.277486,85.34314179,247.825893 +207817,166.6450356,614.9618041,1105.703612,85.83439836,249.7344817 +207818,167.7616338,625.9870963,1113.142466,86.33415691,250.9151258 +207819,168.89688,636.9107593,1120.835521,86.84228186,252.3027485 +207820,170.050274,648.3594775,1127.96989,87.35861479,252.2250033 +207821,171.2213505,658.8103644,1134.849526,87.88299555,252.1953768 +207822,172.4096458,669.7669155,1141.983993,88.41525064,252.226881 +207823,173.6147298,680.2140262,1148.505833,88.9552098,252.3198353 +207824,174.8361695,691.1386105,1155.345118,89.50269232,252.4691389 +207825,176.0735674,701.4778369,1161.569929,90.05752557,252.6689997 +207826,177.3265147,711.9270469,1168.112172,90.6195258,252.9144059 +207827,178.5946395,722.2492401,1174.043465,91.18852081,253.2013002 +207828,179.8775562,732.2437774,1180.262111,91.76432843,253.5262096 +207829,181.1749144,742.7693236,1185.983223,92.34677916,253.8861224 +207830,182.4863491,752.6446635,1195.472911,92.93569455,254.2782855 +207831,183.8115297,762.6647983,1202.92314,93.53090976,254.7002523 +207832,185.1501093,772.5571845,1210.052266,94.13225137,255.1497616 +207833,186.5017764,782.3663594,1217.020515,94.73956075,255.624815 +207834,187.866202,792.092824,1223.978709,95.35267091,256.1235553 +207835,189.24309,801.7370439,1230.437701,95.97142912,256.6443432 +207836,190.6321327,811.05457,1236.683011,96.59567731,257.1856529 +207837,192.0330474,820.9235018,1242.837912,97.22526852,257.7461274 +207838,193.4455422,830.415687,1248.803133,97.86005194,258.3244976 +207839,194.8693502,839.3881142,1254.483784,98.49988809,258.9196368 +207840,196.3041951,848.7934371,1260.040123,99.14463362,259.5304819 +207841,197.7128016,1287.643583,2237.609357,99.77732783,260.0887759 +207842,218.0996821,1311.450369,2262.292211,109.1867028,295.4472998 +207843,248.3730436,1330.048735,2298.642208,123.0369909,349.9012765 +207844,279.1373076,1347.252668,2316.815386,136.9243833,406.8476697 +207845,306.3757047,1363.187217,2337.366868,149.0164297,458.8655613 +207846,329.6079152,1378.452974,2373.546361,159.1519949,504.6524881 +207847,349.5592595,1393.180652,2346.401434,167.7239714,545.0821322 +207848,367.00481,1407.544321,2401.099672,175.1305273,581.2276724 +207849,382.4861026,1421.562393,2401.605871,181.6456047,613.8501979 +207850,396.3537594,1435.460434,2437.423147,187.4444443,643.4410652 +207851,408.8564249,1449.000101,2415.826805,192.64932,670.3532757 +207852,420.1938668,1462.378758,2465.178031,197.356582,694.8808561 +207853,430.5371422,1475.486995,2456.25213,201.6471103,717.2873618 +207854,440.0339158,1488.625973,2476.3479,205.5893438,737.8111674 +207855,448.8102084,1501.288297,2487.952541,209.2404982,756.6653263 +207856,456.9724223,1513.91331,2499.716868,212.6478625,774.038229 +207857,464.6099309,1526.458843,2511.603204,215.8503067,790.0956078 +207858,471.7977359,1538.716941,2522.837363,218.8797531,804.9831001 +207859,478.5988403,1550.867505,2533.672993,221.7624533,818.8287632 +207860,485.0662329,1562.857669,2544.446947,224.5200296,831.7452854 +207861,491.2445341,1574.625999,2560.357717,227.1703194,843.8319121 +207862,497.171326,1586.415081,2562.160248,229.7280439,854.9444103 +207863,502.878314,1597.977719,2575.026365,232.2053779,865.2277977 +207864,508.3922922,1609.211838,2583.957788,234.6124134,874.8471 +207865,513.7359133,1620.622895,2592.450534,236.9575222,883.9177503 +207866,518.9283215,1631.676872,2601.297355,239.2476474,892.5142669 +207867,523.9857426,1642.664895,2609.450902,241.4885698,900.6901965 +207868,528.9219407,1653.433892,2617.295774,243.6851089,908.489632 +207869,533.7486321,1664.315389,2625.125552,245.8413026,915.9514987 +207870,538.4758004,1681.133036,2632.469401,247.9605394,923.1103522 +207871,543.1119897,1682.998743,2639.037582,250.0456811,929.9966612 +207872,547.6621189,1704.958755,2650.450704,252.0979533,936.6369413 +207873,552.1309058,1699.496061,2649.273782,254.1186367,943.0542949 +207874,556.5233989,1730.904776,2657.132713,256.1093139,949.2688104 +207875,560.8445557,1711.33112,2662.46291,258.0716389,955.2980916 +207876,565.0988695,1721.739258,2667.057375,260.0071339,961.1575195 +207877,569.2902882,1750.916153,2671.554086,261.9171339,966.8606574 +207878,573.4222366,1747.974979,2676.083578,263.8027879,972.4194022 +207879,577.497729,1759.600641,2680.095878,265.6651042,977.8443257 +207880,581.5194148,1768.463899,2683.915604,267.5049672,983.144717 +207881,585.4896564,1776.928802,2687.446713,269.3231679,988.3288468 +207882,589.4105562,1785.34844,2695.999691,271.1204119,993.4040046 +207883,593.2840117,1793.841488,2686.993287,272.8973408,998.3767329 +207884,597.1117336,1801.847426,2703.344681,274.6545365,1003.252839 +207885,600.8952878,1809.964705,2698.249729,276.3925375,1008.037584 +207886,604.6361001,1817.873583,2701.388111,278.1118385,1012.735661 +207887,608.3354891,1825.747523,2704.049508,279.8129025,1017.351354 +207888,611.9946684,1833.215948,2705.725742,302.0257983,1021.888501 +207889,615.6147753,1840.937249,2707.223636,345.0434656,1026.35064 +207890,623.4352716,1848.290447,2708.62968,334.3882505,1030.74095 +207891,795.1956654,1855.686123,2709.74118,345.1356806,1035.062363 +207892,715.6411652,1862.743138,2710.68525,353.6041192,1039.317455 +207893,755.7814147,1869.860473,2711.387728,360.5645858,1043.508565 +207894,770.6016162,1876.785952,2711.885878,367.2318841,1047.637664 +207895,784.2101965,1883.519614,2712.171121,374.0624977,1051.706527 +207896,797.7260567,1890.430568,2712.256494,380.3936032,1055.716829 +207897,811.0312141,1896.833236,2712.139546,386.9183087,1059.670225 +207898,823.9805941,1903.377641,2711.825858,393.0421504,1063.568351 +207899,836.7860542,1909.723911,2711.319529,399.3994466,1067.412789 +207900,849.2243642,1915.85755,2710.619361,405.390341,1071.205034 +207901,1251.30827,2091.103061,2790.61001,579.8805537,1074.855159 +207902,1268.111369,2099.157277,2805.199357,587.5451069,1091.868761 +207903,1281.954868,2106.305077,2825.712577,594.4530734,1321.686603 +207904,1207.195996,2071.276888,2739.383342,560.502845,2051.24665 +207905,1352.09376,2136.900045,2733.364236,626.4486463,1715.228241 +207906,1302.092441,2116.31049,2732.418723,604.5124284,1792.271333 +207907,1327.913918,2126.844191,2728.016669,616.3589446,1835.925908 +207908,1340.68773,2134.179885,2721.143274,622.7082455,1841.128913 +207909,1352.983307,2139.807034,2713.987224,628.328433,1861.966313 +207910,1364.827808,2145.778245,2706.4108,634.5140829,1869.156801 +207911,1376.809822,2151.327963,2699.072778,640.207869,1881.043789 +207912,1388.265082,2156.957494,2691.685891,645.5915184,1892.144665 +207913,1399.52703,2186.574456,2683.484279,651.023935,1902.266726 +207914,1411.425747,2144.521369,2676.298661,656.9167258,1913.59858 +207915,1422.262803,2173.383583,2669.548125,661.7192421,1923.192879 +207916,1432.455589,2181.973317,2662.027914,667.446896,1933.001381 +207917,1444.266675,2181.159577,2654.263435,672.4030535,1956.658351 +207918,1454.589329,2187.964036,2647.195948,677.7337341,1944.424902 +207919,1465.029815,2208.01389,2640.159279,682.5694147,1951.928571 +207920,1576.422381,2242.031262,2734.058442,733.7094043,2161.046096 +207921,1336.890682,2121.496499,2643.428833,625.2263026,1699.719313 +207922,1667.296921,2307.631183,2745.424645,775.7818244,2305.693138 +207923,1340.679407,2113.025457,2648.453819,627.1772944,1687.647107 +207924,1689.307988,2322.356572,2749.721512,786.3563547,2326.932728 +207925,1357.444526,2116.791347,2647.730511,635.3451868,1699.547632 +207926,1711.17962,2332.044146,2750.173148,796.7560765,2348.015182 +207927,1373.449307,2144.896494,2645.046347,643.3604515,1711.079195 +207928,1733.358784,2310.216474,2748.105889,806.8644906,2368.544924 +207929,1389.082758,2143.278584,2640.747354,651.2376672,1722.116943 +207930,1754.380971,2347.186734,2746.058347,816.7072288,2388.352594 +207931,1404.731724,2133.877011,2638.266636,658.8412619,1732.749946 +207932,1774.457433,2357.416226,2745.719117,826.2402618,2407.65523 +207933,1419.904645,2139.038782,2636.93318,666.1767593,1742.834247 +207934,1794.01994,2364.024006,2745.111099,835.4935676,2442.534602 +207935,1434.669861,2146.720401,2634.6478,673.3433306,1727.677462 +207936,1813.40829,2365.98403,2744.221933,844.2262727,2456.649028 +207937,1448.891995,2150.376714,2630.408884,680.7909282,1758.993484 +207938,1832.024994,2374.700627,2741.167466,852.7248701,2462.250055 +207939,1462.524189,2151.560649,2624.598308,687.407779,1769.95067 +207940,1851.124327,2381.353437,2737.775678,861.7592352,2480.264829 +207941,1475.875131,2154.605956,2619.749256,693.7340109,1777.886379 +207942,1869.348061,2386.019455,2734.769395,870.3554466,2497.498571 +207943,1488.773507,2169.317567,2614.570045,699.9738754,1785.504542 +207944,1887.489131,2373.675192,2730.876546,878.7936104,2514.27864 +207945,1619.5902,2221.884899,2728.978181,759.7476091,2007.28021 +207946,1728.312237,2316.007254,2723.096975,807.9663399,2202.249619 +207947,1718.420332,2270.779645,2717.123132,803.7406125,2174.980617 +207948,1725.226416,2286.703318,2712.913994,807.1335719,2180.262139 +207949,1732.536494,2285.390856,2708.002557,810.4269083,2185.623834 +207950,1739.894646,2286.338815,2705.873292,813.8660376,2191.284001 +207951,1746.802063,2287.253862,2703.789553,817.1683684,2196.427364 +207952,1753.803354,2288.074474,2700.569916,820.104166,2201.767696 +207953,1761.027818,2288.83999,2699.473708,823.9578698,2206.904429 +207954,1767.841338,2289.469081,2696.701662,826.8767208,2212.153214 +207955,1774.605182,2289.990942,2694.550721,830.1629683,2217.236871 +207956,1781.557537,2290.442749,2693.971243,833.2914197,2222.127654 +207957,1788.239756,2290.769039,2691.425435,836.4869292,2227.097244 +207958,1795.038061,2291.014712,2689.374972,839.6040649,2231.932555 +207959,1801.484219,2291.179769,2688.847497,842.6278353,2236.70741 +207960,1808.138084,2291.20071,2687.625182,845.6635614,2241.412 +207961,1821.641054,2294.151843,2684.822703,851.764418,2257.384851 +207962,1830.078792,2294.862405,2684.35898,855.5200374,2263.573162 +207963,1837.853794,2295.205888,2683.554978,859.0167413,2269.227526 +207964,1845.298493,2295.412147,2682.583111,862.5452449,2274.623978 +207965,1852.828497,2295.462205,2679.994761,865.8460895,2279.974003 +207966,1860.081662,2295.419678,2678.075925,869.2064661,2284.944359 +207967,1867.463974,2295.254948,2677.871466,872.4423519,2289.951512 +207968,1874.590906,2294.94364,2676.928583,875.746435,2294.782257 +207969,1881.723755,2294.554407,2675.674493,878.9281811,2299.458076 +207970,1888.870849,2294.033824,2672.697959,882.1544672,2304.24298 +207971,1895.652625,2293.457587,2670.458574,885.1106041,2308.847048 +207972,1902.789845,2292.780113,2670.072905,888.2827697,2313.25327 +207973,1909.351481,2291.951334,2668.938385,891.2819905,2317.613931 +207974,1916.102967,2291.044577,2665.87576,894.31418,2321.95075 +207975,1922.808734,2290.084362,2663.535799,897.3149977,2326.248018 +207976,1929.4698,2289.00414,2661.459097,900.2511623,2330.484419 +207977,1935.994355,2287.864292,2661.181755,903.3051563,2334.664023 +207978,1942.698983,2286.562451,2658.33643,906.1435522,2338.863823 +207979,1949.24251,2285.2463,2656.068801,909.0828762,2342.726228 +207980,1955.59876,2283.803267,2653.99027,911.9147906,2346.921949 +207981,1962.095814,2282.302329,2653.369596,914.8357578,2350.808777 +207982,1968.384456,2280.635538,2646.5076,917.645007,2354.72468 +207983,1974.882571,2278.973408,2640.524877,920.5117626,2358.692781 +207984,1981.12515,2277.203275,2636.834155,923.1973796,2362.38255 +207985,1987.417023,2275.282469,2630.746032,926.0718078,2367.757867 +207986,1993.740207,2273.353682,2625.491619,928.7857114,2379.667428 +207987,2005.98318,2271.301159,2620.611729,931.5268502,2364.083552 +207988,2003.964949,2269.171664,2615.976918,934.2427909,2374.079426 +207989,2021.478887,2266.981981,2613.237663,936.9336714,2384.619509 +207990,2012.546835,2264.659157,2609.577616,939.6121482,2383.265005 +207991,2014.202461,2262.138147,2603.826188,942.18132,2387.743383 +207992,2037.199008,2259.573225,2600.662308,944.8393859,2391.461097 +207993,2033.834365,2256.811334,2595.016894,947.3771396,2394.893556 +207994,2041.673109,2254.069532,2591.904923,949.9296554,2398.175341 +207995,2047.618352,2251.128704,2586.319614,952.4594237,2401.598299 +207996,2053.215157,2248.210074,2583.257367,954.9691317,2404.907645 +207997,2058.905789,2245.120807,2579.487672,957.4606642,2408.199033 +207998,2064.721047,2241.960976,2573.671065,959.9349398,2426.913025 +207999,2070.392879,2238.75583,2568.758894,962.3894317,2391.073861 +208000,2075.86499,2235.439023,2564.21816,964.7805013,2429.285015 +208001,2081.516799,2232.04792,2559.841795,967.322042,2418.575422 +208002,2087.046982,2228.560003,2557.350121,969.6192669,2424.077578 +208003,2092.551831,2225.041256,2553.933893,972.0522935,2427.230525 +208004,2098.03238,2221.370584,2548.357621,974.3694147,2444.041961 +208005,2103.481617,2217.686168,2543.622486,976.8023362,2412.336996 +208006,2109.002879,2213.913975,2541.002818,979.1082899,2447.65541 +208007,2114.223281,2210.013037,2535.760177,981.4479413,2435.364143 +208008,2119.555429,2206.100228,2531.214069,983.8105484,2443.034642 +208009,2125.027127,2202.100279,2528.718317,985.9845432,2445.007927 +208010,2130.349925,2197.97794,2523.587243,988.3862993,2448.115553 +208011,2135.474455,2193.84205,2519.123534,990.6134911,2463.78691 +208012,2140.79667,2189.747349,2516.718692,992.880754,2434.157645 +208013,2145.990176,2185.236802,2512.016576,995.1302046,2479.524467 +208014,2151.17532,2180.970585,2508.070337,997.3112247,2447.099642 +208015,2156.335562,2176.494484,2504.395694,999.6652932,2469.843992 +208016,2161.469051,2171.937651,2501.194282,1001.757117,2463.255967 +208017,2166.57594,2167.442388,2498.344125,1004.00196,2468.68825 +208018,2171.773856,2162.756018,2495.74555,1006.179987,2471.073018 +208019,2176.650391,2153.633302,2493.370596,1008.354722,2473.663304 +208020,2181.767931,2158.917663,2491.191222,1010.463937,2476.195208 +208021,2068.411775,2078.774631,2492.199189,959.2225065,2271.706956 +208022,2070.346531,2089.621223,2483.874585,959.8491583,2256.788459 +208023,2072.935594,2080.681232,2473.119301,961.0015649,2258.5011 +208024,2075.950662,2083.195633,2464.556497,962.323797,2272.557045 +208025,2078.796455,2054.44076,2455.169364,963.6070788,2265.825733 +208026,2081.968611,2076.778947,2448.019786,964.9662337,2268.65643 +208027,2085.079872,2043.338334,2442.269405,966.3396638,2270.040539 +208028,2088.229898,2055.712688,2437.462564,967.7234374,2271.320509 +208029,2091.434924,2042.742474,2433.2921,969.1124377,2272.409119 +208030,2094.618206,2037.960158,2429.594511,970.5032677,2273.755277 +208031,2097.804576,2031.725133,2426.258822,971.8965568,2282.438578 +208032,2100.993962,2025.515341,2423.226578,973.2377831,2264.592448 +208033,2104.187171,2036.587744,2420.410266,974.7123179,2283.273342 +208034,2107.383485,1988.114042,2419.61995,976.0671354,2277.53957 +208035,2110.57424,2035.43972,2416.222199,977.5266303,2280.356785 +208036,2113.768475,1973.317994,2413.500201,978.8364191,2281.520906 +208037,2116.957096,2005.324016,2411.042317,980.2666901,2282.971229 +208038,2120.14249,1984.639509,2408.713263,981.6472248,2284.334715 +208039,2123.324524,1980.692619,2408.30693,983.033056,2288.396093 +208040,2126.497933,1974.116588,2405.24215,984.419642,2288.452568 +208041,2129.78314,1967.529702,2402.806501,985.8006845,2292.71129 +208042,2132.770831,1960.888407,2400.594431,987.1806121,2285.569694 +208043,2136.009996,1954.14478,2398.529272,988.5025964,2285.665878 +208044,2139.139821,1947.347886,2396.529891,989.9586373,2311.787862 +208045,2142.160581,1940.775354,2394.588954,991.290677,2284.379796 +208046,2145.471812,1933.841963,2392.734368,992.6674825,2289.062358 +208047,2148.509751,1944.790338,2392.711427,994.0314391,2303.323612 +208048,2151.641787,1894.783006,2389.991268,995.3964489,2292.017096 +208049,2154.74869,1945.261139,2387.849008,996.7534265,2310.762644 +208050,2157.963887,1875.375031,2385.89249,998.1094119,2293.41297 +208051,2160.829564,1916.168089,2384.094649,999.4404396,2313.895377 +208052,2163.944008,1884.564523,2382.34575,1000.819789,2301.608688 +208053,2166.940286,1887.425628,2380.603837,1002.053862,2303.3575 +208054,2169.942013,1877.564033,2379.030298,1003.406198,2310.686895 +208055,2172.932735,1870.887285,2377.686773,1004.648526,2307.947098 +208056,2175.912983,1863.741008,2378.276255,1006.03313,2310.624593 +208057,2178.877641,1856.541763,2376.21131,1007.292868,2311.910613 +208058,2181.836886,1849.213384,2376.613564,1008.591044,2313.318621 +208059,2184.779875,1842.130146,2376.268823,1009.880501,2314.760357 +208060,2187.713664,1834.90491,2375.648247,1011.162628,2316.217112 +208061,2190.636103,1827.475172,2374.885109,1012.440362,2317.59337 +208062,2193.669738,1820.129599,2372.26322,1013.714179,2318.943371 +208063,2196.38636,1812.949032,2372.380097,1014.979398,2320.545062 +208064,2199.235814,1805.527359,2370.117415,1016.244805,2321.844225 +208065,2202.285082,1798.188599,2368.650225,1017.500913,2323.34166 +208066,2205.063543,1790.820857,2369.273071,1018.752751,2324.739524 +208067,2207.937737,1783.316004,2367.293361,1020.003008,2326.158678 +208068,2210.787143,1776.079684,2365.995714,1021.24422,2327.565963 +208069,2213.624014,1768.708556,2364.946155,1022.482658,2328.856955 +208070,2216.451852,1781.543566,2365.7823,1023.714397,2330.478762 +208071,2219.267408,1724.422354,2363.978417,1024.944941,2331.775309 +208072,2222.075196,1781.541018,2362.804939,1026.16643,2333.210294 +208073,2224.873843,1705.722894,2363.622126,1027.384068,2334.617501 +208074,2227.659374,1748.239418,2361.920641,1028.59958,2341.699712 +208075,2230.439668,1717.337859,2360.702104,1029.807021,2328.735748 +208076,2233.209054,1718.227121,2361.490632,1031.010046,2348.352858 +208077,2235.969031,1708.872701,2359.768356,1032.152775,2336.762959 +208078,2238.721177,1701.671751,2358.586122,1033.433296,2342.235387 +208079,2241.592493,1694.341167,2359.386291,1034.579822,2343.413308 +208080,2246.968139,1686.826029,2357.589363,1035.735484,2344.284637 +208081,2001.414349,1569.309615,2355.780271,927.8105452,1890.948146 +208082,2005.075601,1558.975304,2341.877474,926.1479608,1913.643075 +208083,2001.172843,1549.664276,2322.592253,925.5513576,1896.177534 +208084,2001.263238,1540.6589,2304.422087,925.1928403,1895.968941 +208085,2001.223431,1531.869177,2289.65916,925.0311728,1893.576202 +208086,2001.445572,1523.23109,2279.98535,924.9874071,1891.538185 +208087,2001.833378,1514.701077,2270.026306,925.0236552,1889.787179 +208088,2002.347526,1506.264496,2262.288796,925.0588161,1888.238952 +208089,2002.94825,1497.899772,2255.860532,925.2639857,1886.840204 +208090,2003.623192,1489.509803,2250.35992,925.3858756,1885.561376 +208091,2004.36147,1481.404808,2245.560767,925.5791883,1884.382781 +208092,2005.156175,1473.263762,2241.305238,925.7875835,1883.290164 +208093,2006.002617,1465.040204,2237.47653,926.0164793,1882.273568 +208094,2006.897025,1456.959768,2233.986376,926.2640916,1881.324637 +208095,2007.836911,1449.085449,2230.765811,926.5291613,1880.520055 +208096,2008.819999,1441.09972,2227.761918,926.8105288,1879.562121 +208097,2009.845006,1433.249393,2224.934529,927.1074376,1878.845514 +208098,2010.910471,1425.447676,2222.251657,927.4190751,1878.103948 +208099,2012.015806,1417.717413,2219.689002,927.7449496,1877.421588 +208100,2013.160098,1410.050629,2217.228934,928.0844296,1876.783233 +208101,2014.343278,1402.369425,2214.85761,928.4371679,1876.186895 +208102,2015.564576,1394.957534,2212.563366,928.8026362,1875.630062 +208103,2016.937578,1387.447759,2210.336675,929.1805723,1875.111606 +208104,2018.060453,1380.163521,2209.967811,929.5692832,1874.63071 +208105,2019.457628,1372.653294,2206.941247,929.9733864,1874.181053 +208106,2020.794071,1368.378254,2204.507666,930.3849405,1875.829177 +208107,2022.055961,1363.064262,2202.265778,930.8095838,1871.59703 +208108,2023.632983,1357.715516,2201.934223,931.2433165,1878.084539 +208109,2024.978302,1352.475428,2198.983691,931.6912197,1865.77774 +208110,2026.4523,1347.289933,2196.629243,932.1455092,1891.013703 +208111,2027.873594,1342.045489,2194.502997,932.5828862,1847.273442 +208112,2029.304633,1337.061144,2192.52094,933.0232007,1883.688077 +208113,2030.753843,1355.967088,2192.317607,933.4688698,1887.136323 +208114,2032.217739,1291.480245,2189.557056,933.9247452,1843.924759 +208115,2033.702262,1339.181272,2187.474961,934.3298078,1884.661587 +208116,2035.203453,1325.872053,2187.259154,934.9303602,1868.336569 +208117,2036.72026,1294.75975,2184.45715,935.2359409,1871.185412 +208118,2038.25616,1331.610585,2182.301412,935.8415942,1870.981936 +208119,2039.922435,1278.43141,2180.361679,936.2837654,1870.987014 +208120,2041.313888,1322.185242,2178.546834,936.8401281,1870.931103 +208121,2042.979242,1273.327407,2176.817187,937.2605144,1870.908275 +208122,2044.557586,1304.778416,2175.153911,937.8056476,1870.905411 +208123,2046.169815,1274.70286,2175.327019,938.3089643,1870.92519 +208124,2047.789527,1285.713279,2172.831628,938.829071,1870.955405 +208125,2049.429859,1276.302976,2170.910829,939.3517497,1871.013347 +208126,2051.079193,1273.165218,2169.166957,939.8813463,1871.17165 +208127,2052.74176,1269.350692,2167.53236,940.4158212,1871.12438 +208128,2054.415944,1265.464432,2165.971809,940.9552832,1871.208516 +208129,2055.982663,1261.73903,2164.466241,941.4996612,1871.45243 +208130,2057.858501,1258.099685,2164.799026,942.047707,1871.528054 +208131,2059.479523,1254.567784,2162.452054,942.603194,1871.690902 +208132,2061.215382,1251.133316,2160.681421,943.1598754,1871.863861 +208133,2063.061584,1247.80825,2159.084584,943.7223113,1872.047002 +208134,2064.617401,1244.42429,2157.588723,944.2328255,1872.245297 +208135,2066.448253,1241.492855,2156.161006,944.9136874,1872.548038 +208136,2068.183494,1238.476765,2154.779575,945.7001123,1872.632488 +208137,2069.944335,1235.68643,2153.432266,946.6435738,1872.940249 +208138,2071.713664,1232.883759,2152.112072,947.6700995,1873.178948 +208139,2073.490546,1230.138965,2150.814568,948.9069484,1873.444549 +208140,2075.274418,1227.437958,2149.537153,950.0195033,1873.723533 +208141,2312.152655,1331.494267,2153.303762,1061.844954,2316.292685 +208142,2317.794851,1330.503583,2172.882619,1055.659624,2298.754393 +208143,2322.161317,1329.496701,2197.083019,1070.214732,2311.415272 +208144,2326.007979,1350.701707,2217.820997,1060.820222,2315.043368 +208145,2329.569139,1292.227357,2233.44097,1074.648209,2317.431718 +208146,2332.931656,1341.057065,2244.565658,1066.526531,2320.369751 +208147,2336.164807,1331.614457,2252.444913,1080.769605,2323.119931 +208148,2339.304865,1303.809097,2258.310301,1069.444029,2325.709188 +208149,2342.373089,1343.355147,2262.848982,1090.339243,2328.189934 +208150,2345.302882,1291.821348,2266.493732,1069.267639,2330.498346 +208151,2348.323565,1343.612668,2271.188371,1102.367844,2333.084947 +208152,2351.162287,1288.154091,2274.415404,1067.665299,2335.107574 +208153,2354.222969,1336.850422,2275.306684,1116.923294,2337.335711 +208154,2356.784627,1289.267173,2276.510651,1063.641317,2339.419304 +208155,2359.592977,1327.550072,2277.825066,1108.621125,2341.6122 +208156,2362.541454,1292.086827,2279.086329,1111.534494,2343.915624 +208157,2365.09483,1317.173665,2280.329111,1081.614491,2345.80797 +208158,2367.859891,1295.797908,2281.541498,1110.024256,2347.919193 +208159,2370.524273,1306.135838,2282.663087,1107.805845,2349.920553 +208160,2373.151771,1300.214017,2283.70608,1110.000136,2351.719097 +208161,2375.749342,1299.514798,2284.707775,1113.810015,2353.923162 +208162,2378.319512,1297.872499,2287.394236,1117.076865,2355.940969 +208163,2380.852838,1296.319597,2287.322822,1120.382221,2357.498322 +208164,2383.366947,1294.759274,2287.788311,1123.750348,2359.399991 +208165,2389.644553,1293.290479,2288.420686,1127.173683,2361.16429 +208166,2382.687647,1291.644717,2290.862969,1130.722468,2363.583437 +208167,2404.316618,1290.178971,2292.326785,1134.096162,2364.851396 +208168,2376.560789,1288.65937,2293.385274,1137.8417,2366.654584 +208169,2431.403216,1287.165612,2292.480846,1141.44136,2368.727725 +208170,2354.7733,1285.680848,2294.19478,1145.171186,2370.179174 +208171,2420.454251,1284.184,2295.442801,1148.908226,2377.160014 +208172,2417.539719,1282.693591,2294.485022,1152.698317,2365.79256 +208173,2376.805771,1281.210752,2294.413159,1156.611824,2382.852714 +208174,2421.23823,1279.739834,2294.905356,1160.41588,2375.297293 +208175,2406.730571,1278.280102,2295.375737,1164.423921,2378.274187 +208176,2412.140979,1276.831228,2295.836232,1168.432129,2380.558783 +208177,2414.39756,1275.393961,2296.391629,1172.438976,2381.891148 +208178,2416.692852,1273.966745,2298.678954,1176.677144,2383.672073 +208179,2418.95908,1272.553877,2299.967796,1180.888117,2385.000832 +208180,2421.212807,1271.152015,2299.117604,1185.044898,2386.254065 +208181,2423.60253,1269.759739,2299.042745,1189.405249,2387.834002 +208182,2425.622997,1268.380538,2299.282918,1193.761727,2389.557244 +208183,2427.946901,1267.012774,2299.679124,1198.187449,2390.961116 +208184,2430.137091,1265.656486,2300.137958,1202.672059,2392.418321 +208185,2432.336996,1264.31205,2300.616233,1207.283316,2393.886847 +208186,2434.527272,1262.979088,2301.253926,1211.781099,2400.464649 +208187,2436.705952,1261.658269,2301.727057,1216.418436,2390.112323 +208188,2438.874477,1260.348569,2302.136938,1221.23293,2404.537307 +208189,2441.03857,1259.049195,2304.271507,1225.957898,2394.21448 +208190,2443.180524,1257.764182,2305.443708,1230.801811,2406.983304 +208191,2445.3149,1256.490416,2304.590893,1235.76371,2401.311958 +208192,2447.451815,1255.223868,2306.094713,1240.607586,2403.718899 +208193,2449.562212,1253.973798,2306.834462,1245.663473,2405.469864 +208194,2451.665876,1252.733753,2305.644285,1250.714907,2406.227699 +208195,2453.772887,1251.501047,2307.034321,1255.836818,2408.227344 +208196,2455.853106,1250.284397,2307.789826,1261.011378,2409.242021 +208197,2457.932355,1249.076499,2308.299751,1266.241954,2410.459354 +208198,2459.999422,1247.879894,2308.682638,1271.532134,2411.766318 +208199,2462.057479,1246.694378,2309.004472,1276.875017,2413.039626 +208200,2464.105283,1245.519382,2309.296683,1282.273648,2414.28635 +208201,2513.420106,1267.28964,2308.480277,1310.676951,2462.091278 +208202,2518.588429,1267.506697,2312.551616,1317.525055,2464.51484 +208203,2522.667126,1267.362688,2318.080402,1324.268034,2468.218993 +208204,2526.624174,1267.070665,2322.756319,1330.781673,2471.174145 +208205,2530.204588,1266.695821,2326.13743,1337.131193,2473.116348 +208206,2533.804167,1266.266872,2328.390834,1343.63346,2474.195564 +208207,2537.136817,1265.804969,2329.82386,1350.076707,2474.6386 +208208,2540.561986,1265.32259,2330.698704,1356.553992,2474.639094 +208209,2543.906336,1264.827722,2331.19457,1363.061384,2474.335648 +208210,2547.007637,1264.323936,2331.426332,1369.677902,2473.822817 +208211,2551.67486,1263.81448,2331.467319,1376.056318,2473.163202 +208212,2558.345569,1263.300443,2331.362377,1382.844714,2472.3936 +208213,2549.540006,1262.783682,2331.170967,1389.424226,2471.573388 +208214,2560.652418,1262.26447,2330.920887,1396.205306,2470.726421 +208215,2563.36567,1261.744216,2330.604978,1402.802311,2469.836111 +208216,2565.461558,1261.222837,2330.241306,1409.625649,2468.918404 +208217,2568.5441,1260.701377,2329.838421,1423.778986,2467.978839 +208218,2571.740327,1260.179557,2329.424722,1416.742916,2467.048381 +208219,2585.253416,1259.658238,2328.998907,1428.895753,2466.122581 +208220,2561.703119,1259.137157,2328.573748,1439.06461,2465.214895 +208221,2588.067484,1258.617115,2328.142017,1443.251911,2464.314681 +208222,2581.743091,1258.097916,2327.678078,1450.946888,2463.388863 +208223,2590.617791,1257.580235,2327.194984,1457.974306,2462.451678 +208224,2583.937818,1257.063692,2326.71635,1465.109037,2461.530524 +208225,2592.604269,1256.548957,2326.243532,1471.987265,2460.625989 +208226,2600.438422,1256.035717,2325.750735,1479.302746,2459.705661 +208227,2589.186003,1255.524629,2325.258003,1486.47335,2458.793223 +208228,2627.487314,1255.015267,2324.802965,1493.543184,2457.934121 +208229,2567.087939,1254.506791,2326.157821,1500.83697,2459.305623 +208230,2645.50667,1254.004561,2325.156475,1508.076699,2457.809877 +208231,2576.277321,1253.478856,2324.735899,1515.409532,2457.034176 +208232,2641.309348,1252.953208,2324.374208,1522.4502,2456.331721 +208233,2581.984925,1252.427495,2323.940058,1538.702826,2455.54309 +208234,2651.353248,1251.902074,2323.686413,1526.515797,2454.980665 +208235,2597.662469,1251.37844,2323.429672,1547.553095,2454.421524 +208236,2637.282555,1250.855949,2322.987259,1552.101864,2453.641926 +208237,2620.084346,1250.335108,2322.566251,1558.962079,2452.893423 +208238,2628.546309,1249.815837,2322.164006,1566.719933,2452.171102 +208239,2630.422422,1249.29698,2323.593625,1574.268397,2453.703987 +208240,2632.605164,1248.784327,2322.491236,1581.49033,2452.148364 +208241,2635.17962,1248.267482,2323.717648,1596.008307,2453.458525 +208242,2637.57392,1247.759341,2322.494239,1592.255308,2451.769965 +208243,2640.030488,1247.246397,2323.680641,1600.692899,2453.037573 +208244,2642.420508,1246.740809,2324.149166,1614.750325,2453.431106 +208245,2644.794932,1246.236664,2322.610354,1618.406203,2451.365477 +208246,2647.304852,1245.730483,2323.573879,1637.360577,2452.361533 +208247,2649.512731,1245.233108,2322.196075,1619.124096,2450.477436 +208248,2652.01283,1244.730672,2323.252815,1660.392223,2451.575531 +208249,2654.08456,1244.237748,2321.907958,1632.304168,2449.725467 +208250,2656.758151,1243.74134,2321.246275,1681.812493,2448.707204 +208251,2658.921395,1243.249941,2320.854052,1638.829009,2448.009768 +208252,2661.313106,1242.759838,2320.794219,1704.569739,2447.717703 +208253,2663.568064,1242.272584,2320.841028,1664.234776,2447.562304 +208254,2665.894038,1241.787144,2321.112241,1723.932127,2447.693185 +208255,2668.178209,1241.304399,2321.534858,1700.864174,2448.022848 +208256,2670.45077,1240.82373,2321.921581,1723.530216,2448.321019 +208257,2672.785772,1240.343593,2324.210676,1732.02369,2450.972553 +208258,2674.987153,1239.868551,2325.739895,1742.645,2452.71746 +208259,2677.240343,1239.395433,2325.264196,1753.127665,2452.016287 +208260,2679.461306,1238.921535,2325.619241,1763.617416,2452.328957 +208261,2605.693589,1205.277639,2326.486285,1741.479362,2454.189809 +208262,2605.122903,1204.320725,2322.016278,1750.706607,2448.512936 +208263,2607.23807,1203.548543,2317.573015,1761.145072,2442.160153 +208264,2608.392069,1202.767679,2311.716981,1771.435462,2433.739453 +208265,2609.780798,1202.003671,2308.34803,1787.024264,2428.282293 +208266,2611.147076,1201.248013,2306.662148,1789.578091,2424.937246 +208267,2612.507232,1200.496738,2305.976902,1803.169018,2422.944595 +208268,2613.889768,1199.675143,2307.638578,1812.801303,2423.999347 +208269,2615.174329,1199.038152,2307.039755,1822.936197,2422.456783 +208270,2616.558728,1198.240418,2308.94484,1833.296392,2424.153695 +208271,2617.840577,1197.513895,2308.549387,1843.139837,2423.171257 +208272,2619.18171,1196.840837,2308.949329,1853.660847,2423.286815 +208273,2620.426731,1195.999735,2309.692764,1863.781569,2423.926963 +208274,2621.823343,1195.308335,2312.308451,1873.936445,2426.969829 +208275,2622.997309,1194.561905,2312.381565,1884.159544,2426.991426 +208276,2624.346959,1193.820536,2314.776576,1894.436508,2429.953838 +208277,2625.522609,1193.085406,2314.863819,1909.516549,2430.153828 +208278,2626.804081,1192.34556,2315.655712,1912.91236,2431.274806 +208279,2627.998908,1191.606535,2318.286674,1925.673574,2434.70503 +208280,2629.247958,1190.869127,2320.265308,1935.477192,2437.157314 +208281,2630.422094,1190.129934,2321.737726,1945.591038,2439.290842 +208282,2631.570929,1189.39191,2321.377789,1955.402688,2439.205501 +208283,2631.912918,1188.719105,2322.029282,1970.590997,2440.376931 +208284,2633.130658,1187.878824,2323.090805,1974.244599,2442.058496 +208285,2633.73758,1187.117077,2324.262664,1985.912266,2443.89088 +208286,2635.635213,1186.464103,2325.55464,1996.20124,2445.894157 +208287,2632.717445,1185.673121,2326.959783,2005.948241,2448.062387 +208288,2642.544498,1184.937551,2330.188053,2021.338205,2452.510507 +208289,2618.499185,1184.195676,2330.854968,2024.552581,2453.832846 +208290,2673.040745,1183.447226,2332.056569,2035.605778,2455.832894 +208291,2627.919048,1182.646421,2335.216067,2050.793665,2460.260714 +208292,2622.420725,1181.837556,2335.796269,2054.351251,2461.527738 +208293,2672.395502,1181.084198,2336.796428,2068.635615,2463.330261 +208294,2623.309488,1180.160661,2337.934349,2073.725469,2465.310845 +208295,2648.176125,1179.377687,2339.173482,2086.573295,2467.425057 +208296,2627.57932,1178.532046,2340.552378,2096.290134,2469.925649 +208297,2661.73732,1177.69192,2341.836426,2100.44791,2472.112984 +208298,2627.775019,1176.847215,2342.840488,2106.583007,2473.964575 +208299,2679.860588,1175.998055,2343.518287,2111.030161,2475.421999 +208300,2601.137043,1175.077687,2343.942341,2114.556127,2476.570364 +208301,2677.980158,1174.314659,2345.772517,2120.207545,2479.462079 +208302,2631.53538,1173.474199,2344.757722,2123.116137,2478.846735 +208303,2644.081188,1172.519266,2344.09,2126.762817,2478.654247 +208304,2657.888177,1171.69467,2343.405901,2130.66131,2478.426147 +208305,2660.920136,1170.809552,2342.638474,2134.641254,2478.084121 +208306,2614.660928,1169.929653,2341.927784,2138.784407,2477.809363 +208307,2667.650115,1169.045878,2341.22729,2142.989307,2477.551985 +208308,2641.038927,1168.157996,2340.450495,2147.131743,2477.210424 +208309,2653.704773,1167.266224,2339.653965,2151.263828,2476.857255 +208310,2643.214006,1166.370192,2338.867848,2155.414481,2476.531169 +208311,2658.520482,1165.470206,2338.069668,2159.554347,2476.205537 +208312,2638.371453,1164.565848,2337.280923,2163.703823,2475.907777 +208313,2667.921729,1163.657505,2336.478489,2167.834268,2475.609764 +208314,2638.788577,1162.744815,2335.674808,2171.958212,2475.326901 +208315,2643.386518,1161.828045,2334.920925,2176.131592,2475.122165 +208316,2672.358514,1160.906981,2334.12545,2180.250332,2474.882468 +208317,2622.973866,1159.981981,2333.338498,2184.370845,2474.669093 +208318,2660.966251,1159.052538,2332.588436,2188.525221,2474.516384 +208319,2649.625866,1158.11929,2331.797572,2192.625731,2474.327702 +208320,2646.504315,1157.18167,2331.001124,2196.712732,2474.145618 +208321,2497.130754,1089.904069,2331.315178,2201.788256,2475.732654 +208322,2493.955106,1088.31472,2325.01075,2201.385496,2467.292024 +208323,2492.936872,1086.696609,2315.45792,2198.7513,2449.523515 +208324,2491.810348,1085.311063,2299.170069,2189.860384,2068.511606 +208325,2490.294185,1083.884905,2280.361281,2178.490595,2315.638431 +208326,2489.46369,1082.472082,2267.128849,2173.673743,2240.562681 +208327,2488.158981,1081.06292,2258.055665,2173.383834,2240.563468 +208328,2487.009748,1079.668177,2251.002534,2174.78299,2239.703763 +208329,2485.836887,1078.27875,2245.848492,2177.522711,2238.802575 +208330,2484.650028,1076.892097,2242.028608,2180.969214,2238.10675 +208331,2483.44849,1075.506605,2239.112536,2184.748808,2237.42111 +208332,2482.220902,1074.12075,2236.807142,2188.673494,2236.854134 +208333,2481.107829,1072.734211,2234.913215,2192.650419,2236.267556 +208334,2479.456579,1071.346063,2233.294482,2196.632421,2235.691705 +208335,2478.462833,1069.967935,2231.858046,2200.595809,2235.164717 +208336,2476.966659,1068.567144,2230.542547,2204.525686,2234.633334 +208337,2475.607815,1067.183094,2230.98764,2210.488174,2234.258197 +208338,2474.261009,1065.792169,2228.871046,2213.222593,2233.491377 +208339,2472.95329,1064.39434,2227.334169,2216.550505,2233.168074 +208340,2471.628679,1062.995821,2225.997071,2220.113505,2232.680397 +208341,2470.28754,1061.59353,2226.449603,2225.676587,2232.34546 +208342,2468.913866,1060.191337,2225.923621,2230.061656,2225.979507 +208343,2467.515706,1058.786577,2223.487976,2232.243058,2239.413402 +208344,2466.096897,1057.377899,2221.806145,2235.310393,2221.992075 +208345,2464.64674,1055.90843,2220.395846,2238.743686,2238.845304 +208346,2463.170827,1054.584826,2219.104645,2242.331411,2221.305694 +208347,2461.667695,1053.128541,2217.918749,2246.018803,2238.026172 +208348,2460.141047,1051.779825,2218.434651,2251.564637,2220.700975 +208349,2458.575228,1050.277625,2216.381073,2254.130507,2236.995777 +208350,2456.995752,1048.897979,2214.861947,2257.280251,2219.77923 +208351,2455.179705,1047.397437,2213.557214,2260.700311,2236.376436 +208352,2453.29342,1045.887015,2214.005819,2266.055776,2219.001119 +208353,2451.344026,1044.371141,2211.79812,2268.303345,2229.75816 +208354,2449.368326,1042.843282,2210.253993,2271.236318,2226.339971 +208355,2447.351105,1041.309815,2210.618087,2276.283746,2226.137701 +208356,2445.288046,1039.772406,2210.109811,2280.25418,2225.694445 +208357,2443.189482,1038.228973,2207.579838,2281.868748,2225.285909 +208358,2441.064497,1036.677748,2205.803765,2284.355044,2224.989296 +208359,2438.90327,1035.121565,2205.999006,2289.091051,2224.681514 +208360,2436.691809,1033.563826,2203.721737,2290.989455,2224.068285 +208361,2434.324806,1031.995316,2203.761318,2295.462157,2223.861269 +208362,2432.264447,1030.426861,2203.092946,2299.06524,2223.412008 +208363,2429.864173,1028.851427,2202.157796,2302.483246,2222.997448 +208364,2427.548512,1027.273165,2199.389364,2303.60156,2222.493203 +208365,2425.187441,1025.745514,2197.468461,2305.726411,2222.183099 +208366,2422.788917,1024.07179,2195.881375,2308.28519,2221.748128 +208367,2420.360412,1022.51938,2194.469743,2311.045499,2221.32903 +208368,2417.901034,1020.912993,2193.152898,2313.870437,2220.909519 +208369,2415.5577,1019.310128,2193.578248,2318.579225,2220.555049 +208370,2412.817233,1017.705968,2191.220131,2320.255717,2219.966001 +208371,2410.373296,1016.036849,2189.626054,2322.533976,2219.627005 +208372,2407.776677,1014.506101,2189.914884,2326.92345,2219.263193 +208373,2405.1538,1012.850102,2187.672281,2328.411267,2218.615148 +208374,2426.269599,1011.23292,2187.678536,2332.41111,2218.333423 +208375,2364.253458,1009.610245,2185.317098,2333.711317,2217.734147 +208376,2414.367393,1007.977657,2183.64348,2335.800087,2217.310631 +208377,2397.934067,1006.343903,2182.126875,2338.090934,2216.841294 +208378,2380.734154,1004.705657,2180.732956,2340.516567,2216.348853 +208379,2403.204165,1003.118552,2181.104752,2344.884396,2216.07807 +208380,2371.036253,1001.39302,2178.882293,2346.421724,2215.212904 +208381,1867.560411,999.8238443,882.9535078,1679.48755,2083.338032 +208382,1967.108591,1129.704155,941.8081258,1789.15304,2176.711656 +208383,2076.667544,1133.199599,1012.925066,1914.971967,2274.088368 +208384,2150.690691,1148.935435,1069.116507,2002.265829,2335.157258 +208385,2192.689115,1108.943008,1108.842389,2049.981558,2367.731772 +208386,2218.175228,1162.542812,1138.289155,2074.671182,2387.326063 +208387,2234.603938,1103.025587,1161.230809,2087.575119,2400.474116 +208388,2246.408456,1160.586006,1179.929203,2095.641127,2410.501437 +208389,2255.586902,1103.396773,1195.639827,2101.911669,2418.840401 +208390,2263.031494,1155.757063,1209.046527,2107.409575,2426.094242 +208391,2269.163444,1105.14337,1220.563016,2112.375898,2432.518957 +208392,2274.233032,1149.988496,1230.487542,2116.871432,2438.244984 +208393,2278.427583,1107.411246,1239.062383,2120.960651,2443.360047 +208394,2281.874514,1143.892783,1246.4805,2124.704168,2447.907061 +208395,2284.736591,1109.844612,1252.934052,2128.208699,2451.986708 +208396,2287.147335,1137.655575,1258.585248,2131.556785,2455.686769 +208397,2289.178964,1112.423178,1263.552764,2134.776824,2459.044637 +208398,2290.89433,1131.325609,1267.938659,2137.8891,2462.099595 +208399,2292.345937,1115.01665,1271.829396,2140.908203,2464.888405 +208400,2293.577014,1125.164482,1275.297843,2143.845179,2467.44414 +208401,2294.622912,1117.605112,1278.405281,2146.89242,2469.796029 +208402,2295.512351,1120.212912,1281.203159,2149.669836,2472.170438 +208403,2296.265341,1118.223227,1283.734666,2152.381573,2474.186172 +208404,2296.904788,1117.582198,1286.036092,2155.038317,2476.062596 +208405,2297.447148,1116.735136,1288.137915,2157.645107,2477.818399 +208406,2297.900893,1115.819438,1290.065828,2160.203508,2479.469034 +208407,2298.279528,1115.082109,1291.841458,2162.713844,2481.027175 +208408,2298.588805,1114.18532,1293.483075,2165.176433,2482.503573 +208409,2298.838883,1113.342182,1295.006109,2167.591802,2483.907426 +208410,2299.031029,1112.564499,1296.422375,2169.957435,2485.244355 +208411,2299.173361,1111.559117,1297.743329,2172.275245,2486.521988 +208412,2299.258613,1110.6992,1298.976987,2174.481207,2487.747497 +208413,2299.28506,1109.767731,1300.130313,2176.536294,2488.926697 +208414,2299.255632,1106.118579,1301.209908,2178.438494,2490.064153 +208415,2299.106105,1104.749511,1302.287293,2180.776358,2491.165862 +208416,2298.859173,1103.574669,1303.052342,2183.509665,2492.232232 +208417,2298.556408,1102.454619,1303.741985,2185.930203,2493.265681 +208418,2298.223881,1101.357808,1304.391737,2188.098831,2494.269093 +208419,2297.841949,1100.272818,1304.999394,2189.991104,2495.212887 +208420,2297.439853,1099.193587,1305.58007,2191.680279,2496.128887 +208421,2297.039913,1098.117132,1306.144153,2193.234029,2497.043785 +208422,2296.62787,1097.041403,1306.684579,2194.672436,2497.944566 +208423,2296.19793,1095.965348,1307.198932,2196.007958,2498.826653 +208424,2295.748044,1094.887953,1307.686746,2197.242657,2499.688765 +208425,2295.277774,1093.808773,1308.148285,2198.389376,2500.530886 +208426,2294.787318,1092.727129,1308.58405,2199.455008,2501.353453 +208427,2294.27706,1091.642783,1308.994594,2200.436416,2502.156995 +208428,2293.747439,1090.555199,1309.380479,2201.522507,2502.942035 +208429,2293.198886,1089.46425,1309.742257,2202.330089,2503.709035 +208430,2292.631814,1088.369484,1310.080471,2203.065126,2504.458393 +208431,2292.046621,1087.270847,1310.395655,2203.730797,2505.19046 +208432,2291.443734,1086.167946,1310.688345,2204.335485,2505.905566 +208433,2290.823546,1085.060789,1310.959061,2204.874228,2506.603996 +208434,2290.186467,1083.949034,1311.208316,2205.351738,2507.286018 +208435,2289.532864,1082.832736,1311.436607,2205.762479,2507.951859 +208436,2288.863111,1081.711597,1311.644425,2206.11198,2508.601741 +208437,2288.177564,1080.585715,1311.832242,2206.395353,2509.235854 +208438,2287.476578,1079.541328,1312.000528,2206.613637,2509.854392 +208439,2286.762041,1078.290702,1312.149313,2206.76939,2510.454922 +208440,2286.032386,1077.218794,1312.279569,2206.864287,2511.041008 +208441,0,0,0,0,0 +208442,0,0,0,0,0 +208443,0,0,0,0,0 +208444,0,0,0,0,0 +208445,0,0,0,0,0 +208446,0,0,0,0,0 +208447,0,0,0,0,0 +208448,0,0,0,0,0 +208449,0,0,0,0,0 +208450,0,0,0,0,0 +208451,0,0,0,0,0 +208452,0,0,0,0,0 +208453,0,0,0,0,0 +208454,0,0,0,0,0 +208455,0,0,0,0,0 +208456,0,0,0,0,0 +208457,0,0,0,0,0 +208458,0,0,0,0,0 +208459,0,0,0,0,0 +208460,0,0,0,0,0 +208461,0,0,0,0,0 +208462,0,0,0,0,0 +208463,0,0,0,0,0 +208464,0,0,0,0,0 +208465,0,0,0,0,0 +208466,0,0,0,0,0 +208467,0,0,0,0,0 +208468,0,0,0,0,0 +208469,0,0,0,0,0 +208470,0,0,0,0,0 +208471,0,0,0,0,0 +208472,0,0,0,0,0 +208473,0,0,0,0,0 +208474,0,0,0,0,0 +208475,0,0,0,0,0 +208476,0,0,0,0,0 +208477,0,0,0,0,0 +208478,0,0,0,0,0 +208479,0,0,0,0,0 +208480,0,0,0,0,0 +208481,0,0,0,0,0 +208482,0,0,0,0,0 +208483,0,0,0,0,0 +208484,0,0,0,0,0 +208485,0,0,0,0,0 +208486,0,0,0,0,0 +208487,0,0,0,0,0 +208488,0,0,0,0,0 +208489,0,0,0,0,0 +208490,0,0,0,0,0 +208491,0,0,0,0,0 +208492,0,0,0,0,0 +208493,0,0,0,0,0 +208494,0,0,0,0,0 +208495,0,0,0,0,0 +208496,0,0,0,0,0 +208497,0,0,0,0,0 +208498,0,0,0,0,0 +208499,0,0,0,0,0 +208500,0,0,0,0,0 +208501,0,0,0,0,0 +208502,0,0,0,0,0 +208503,0,0,0,0,0 +208504,0,0,0,0,0 +208505,0,0,0,0,0 +208506,0,0,0,0,0 +208507,0,0,0,0,0 +208508,0,0,0,0,0 +208509,0,0,0,0,0 +208510,0,0,0,0,0 +208511,0,0,0,0,0 +208512,0,0,0,0,0 +208513,0,0,0,0,0 +208514,0,0,0,0,0 +208515,0,0,0,0,0 +208516,0,0,0,0,0 +208517,0,0,0,0,0 +208518,0,0,0,0,0 +208519,0,0,0,0,0 +208520,0,0,0,0,0 +208521,0,0,0,0,0 +208522,0,0,0,0,0 +208523,0,0,0,0,0 +208524,0,0,0,0,0 +208525,0,0,0,0,0 +208526,0,0,0,0,0 +208527,0,0,0,0,0 +208528,0,0,0,0,0 +208529,0,0,0,0,0 +208530,0,0,0,0,0 +208531,0,0,0,0,0 +208532,0,0,0,0,0 +208533,0,0,0,0,0 +208534,0,0,0,0,0 +208535,0,0,0,0,0 +208536,0,0,0,0,0 +208537,0,0,0,0,0 +208538,0,0,0,0,0 +208539,0,0,0,0,0 +208540,0,0,0,0,0 +208541,0,0,0,0,0 +208542,0,0,0,0,0 +208543,0,0,0,0,0 +208544,0,0,0,0,0 +208545,0,0,0,0,0 +208546,0,0,0,0,0 +208547,0,0,0,0,0 +208548,0,0,0,0,0 +208549,0,0,0,0,0 +208550,0,0,0,0,0 +208551,0,0,0,0,0 +208552,0,0,0,0,0 +208553,0,0,0,0,0 +208554,0,0,0,0,0 +208555,0,0,0,0,0 +208556,0,0,0,0,0 +208557,0,0,0,0,0 +208558,0,0,0,0,0 +208559,0,0,0,0,0 +208560,0,0,0,0,0 +208561,0,0,0,0,0 +208562,0,0,0,0,0 +208563,0,0,0,0,0 +208564,0,0,0,0,0 +208565,0,0,0,0,0 +208566,0,0,0,0,0 +208567,0,0,0,0,0 +208568,0,0,0,0,0 +208569,0,0,0,0,0 +208570,0,0,0,0,0 +208571,0,0,0,0,0 +208572,0,0,0,0,0 +208573,0,0,0,0,0 +208574,0,0,0,0,0 +208575,0,0,0,0,0 +208576,0,0,0,0,0 +208577,0,0,0,0,0 +208578,0,0,0,0,0 +208579,0,0,0,0,0 +208580,0,0,0,0,0 +208581,0,0,0,0,0 +208582,0,0,0,0,0 +208583,0,0,0,0,0 +208584,0,0,0,0,0 +208585,0,0,0,0,0 +208586,0,0,0,0,0 +208587,0,0,0,0,0 +208588,0,0,0,0,0 +208589,0,0,0,0,0 +208590,0,0,0,0,0 +208591,0,0,0,0,0 +208592,0,0,0,0,0 +208593,0,0,0,0,0 +208594,0,0,0,0,0 +208595,0,0,0,0,0 +208596,0,0,0,0,0 +208597,0,0,0,0,0 +208598,0,0,0,0,0 +208599,0,0,0,0,0 +208600,0,0,0,0,0 +208601,0,0,0,0,0 +208602,0,0,0,0,0 +208603,0,0,0,0,0 +208604,0,0,0,0,0 +208605,0,0,0,0,0 +208606,0,0,0,0,0 +208607,0,0,0,0,0 +208608,0,0,0,0,0 +208609,0,0,0,0,0 +208610,0,0,0,0,0 +208611,0,0,0,0,0 +208612,0,0,0,0,0 +208613,0,0,0,0,0 +208614,0,0,0,0,0 +208615,0,0,0,0,0 +208616,0,0,0,0,0 +208617,0,0,0,0,0 +208618,0,0,0,0,0 +208619,0,0,0,0,0 +208620,0,0,0,0,0 +208621,0,0,0,0,0 +208622,0,0,0,0,0 +208623,0,0,0,0,0 +208624,0,0,0,0,0 +208625,0,0,0,0,0 +208626,0,0,0,0,0 +208627,0,0,0,0,0 +208628,0,0,0,0,0 +208629,0,0,0,0,0 +208630,0,0,0,0,0 +208631,0,0,0,0,0 +208632,0,0,0,0,0 +208633,0,0,0,0,0 +208634,0,0,0,0,0 +208635,0,0,0,0,0 +208636,0,0,0,0,0 +208637,0,0,0,0,0 +208638,0,0,0,0,0 +208639,0,0,0,0,0 +208640,0,0,0,0,0 +208641,0,0,0,0,0 +208642,0,0,0,0,0 +208643,0,0,0,0,0 +208644,0,0,0,0,0 +208645,0,0,0,0,0 +208646,0,0,0,0,0 +208647,0,0,0,0,0 +208648,0,0,0,0,0 +208649,0,0,0,0,0 +208650,0,0,0,0,0 +208651,0,0,0,0,0 +208652,0,0,0,0,0 +208653,0,0,0,0,0 +208654,0,0,0,0,0 +208655,0,0,0,0,0 +208656,0,0,0,0,0 +208657,0,0,0,0,0 +208658,0,0,0,0,0 +208659,0,0,0,0,0 +208660,0,0,0,0,0 +208661,0,0,0,0,0 +208662,0,0,0,0,0 +208663,0,0,0,0,0 +208664,0,0,0,0,0 +208665,0,0,0,0,0 +208666,0,0,0,0,0 +208667,0,0,0,0,0 +208668,0,0,0,0,0 +208669,0,0,0,0,0 +208670,0,0,0,0,0 +208671,0,0,0,0,0 +208672,0,0,0,0,0 +208673,0,0,0,0,0 +208674,0,0,0,0,0 +208675,0,0,0,0,0 +208676,0,0,0,0,0 +208677,0,0,0,0,0 +208678,0,0,0,0,0 +208679,0,0,0,0,0 +208680,0,0,0,0,0 +208681,0,0,0,0,0 +208682,0,0,0,0,0 +208683,0,0,0,0,0 +208684,0,0,0,0,0 +208685,0,0,0,0,0 +208686,0,0,0,0,0 +208687,0,0,0,0,0 +208688,0,0,0,0,0 +208689,0,0,0,0,0 +208690,0,0,0,0,0 +208691,0,0,0,0,0 +208692,0,0,0,0,0 +208693,0,0,0,0,0 +208694,0,0,0,0,0 +208695,0,0,0,0,0 +208696,0,0,0,0,0 +208697,0,0,0,0,0 +208698,0,0,0,0,0 +208699,0,0,0,0,0 +208700,0,0,0,0,0 +208701,0,0,0,0,0 +208702,0,0,0,0,0 +208703,0,0,0,0,0 +208704,0,0,0,0,0 +208705,0,0,0,0,0 +208706,0,0,0,0,0 +208707,0,0,0,0,0 +208708,0,0,0,0,0 +208709,0,0,0,0,0 +208710,0,0,0,0,0 +208711,0,0,0,0,0 +208712,0,0,0,0,0 +208713,0,0,0,0,0 +208714,0,0,0,0,0 +208715,0,0,0,0,0 +208716,0,0,0,0,0 +208717,0,0,0,0,0 +208718,0,0,0,0,0 +208719,0,0,0,0,0 +208720,0,0,0,0,0 +208721,0,0,0,0,0 +208722,0,0,0,0,0 +208723,0,0,0,0,0 +208724,0,0,0,0,0 +208725,0,0,0,0,0 +208726,0,0,0,0,0 +208727,0,0,0,0,0 +208728,0,0,0,0,0 +208729,0,0,0,0,0 +208730,0,0,0,0,0 +208731,0,0,0,0,0 +208732,0,0,0,0,0 +208733,0,0,0,0,0 +208734,0,0,0,0,0 +208735,0,0,0,0,0 +208736,0,0,0,0,0 +208737,0,0,0,0,0 +208738,0,0,0,0,0 +208739,0,0,0,0,0 +208740,0,0,0,0,0 +208741,0,0,0,0,0 +208742,0,0,0,0,0 +208743,0,0,0,0,0 +208744,0,0,0,0,0 +208745,0,0,0,0,0 +208746,0,0,0,0,0 +208747,0,0,0,0,0 +208748,0,0,0,0,0 +208749,0,0,0,0,0 +208750,0,0,0,0,0 +208751,0,0,0,0,0 +208752,0,0,0,0,0 +208753,0,0,0,0,0 +208754,0,0,0,0,0 +208755,0,0,0,0,0 +208756,0,0,0,0,0 +208757,0,0,0,0,0 +208758,0,0,0,0,0 +208759,0,0,0,0,0 +208760,0,0,0,0,0 +208761,0,0,0,0,0 +208762,0,0,0,0,0 +208763,0,0,0,0,0 +208764,0,0,0,0,0 +208765,0,0,0,0,0 +208766,0,0,0,0,0 +208767,0,0,0,0,0 +208768,0,0,0,0,0 +208769,0,0,0,0,0 +208770,0,0,0,0,0 +208771,0,0,0,0,0 +208772,0,0,0,0,0 +208773,0,0,0,0,0 +208774,0,0,0,0,0 +208775,0,0,0,0,0 +208776,0,0,0,0,0 +208777,0,0,0,0,0 +208778,0,0,0,0,0 +208779,0,0,0,0,0 +208780,0,0,0,0,0 +208781,0,0,0,0,0 +208782,0,0,0,0,0 +208783,0,0,0,0,0 +208784,0,0,0,0,0 +208785,0,0,0,0,0 +208786,0,0,0,0,0 +208787,0,0,0,0,0 +208788,0,0,0,0,0 +208789,0,0,0,0,0 +208790,0,0,0,0,0 +208791,0,0,0,0,0 +208792,0,0,0,0,0 +208793,0,0,0,0,0 +208794,0,0,0,0,0 +208795,0,0,0,0,0 +208796,0,0,0,0,0 +208797,0,0,0,0,0 +208798,0,0,0,0,0 +208799,0,0,0,0,0 +208800,0,0,0,0,0 +208801,0,0,0,0,0 +208802,0,0,0,0,0 +208803,0,0,0,0,0 +208804,0,0,0,0,0 +208805,0,0,0,0,0 +208806,0,0,0,0,0 +208807,0,0,0,0,0 +208808,0,0,0,0,0 +208809,0,0,0,0,0 +208810,0,0,0,0,0 +208811,0,0,0,0,0 +208812,0,0,0,0,0 +208813,0,0,0,0,0 +208814,0,0,0,0,0 +208815,0,0,0,0,0 +208816,0,0,0,0,0 +208817,0,0,0,0,0 +208818,0,0,0,0,0 +208819,0,0,0,0,0 +208820,0,0,0,0,0 +208821,0,0,0,0,0 +208822,0,0,0,0,0 +208823,0,0,0,0,0 +208824,0,0,0,0,0 +208825,0,0,0,0,0 +208826,0,0,0,0,0 +208827,0,0,0,0,0 +208828,0,0,0,0,0 +208829,0,0,0,0,0 +208830,0,0,0,0,0 +208831,0,0,0,0,0 +208832,0,0,0,0,0 +208833,0,0,0,0,0 +208834,0,0,0,0,0 +208835,0,0,0,0,0 +208836,0,0,0,0,0 +208837,0,0,0,0,0 +208838,0,0,0,0,0 +208839,0,0,0,0,0 +208840,0,0,0,0,0 +208841,0,0,0,0,0 +208842,0,0,0,0,0 +208843,0,0,0,0,0 +208844,0,0,0,0,0 +208845,0,0,0,0,0 +208846,0,0,0,0,0 +208847,0,0,0,0,0 +208848,0,0,0,0,0 +208849,0,0,0,0,0 +208850,0,0,0,0,0 +208851,0,0,0,0,0 +208852,0,0,0,0,0 +208853,0,0,0,0,0 +208854,0,0,0,0,0 +208855,0,0,0,0,0 +208856,0,0,0,0,0 +208857,0,0,0,0,0 +208858,0,0,0,0,0 +208859,0,0,0,0,0 +208860,0,0,0,0,0 +208861,0,0,0,0,0 +208862,0,0,0,0,0 +208863,0,0,0,0,0 +208864,0,0,0,0,0 +208865,0,0,0,0,0 +208866,0,0,0,0,0 +208867,0,0,0,0,0 +208868,0,0,0,0,0 +208869,0,0,0,0,0 +208870,0,0,0,0,0 +208871,0,0,0,0,0 +208872,0,0,0,0,0 +208873,0,0,0,0,0 +208874,0,0,0,0,0 +208875,0,0,0,0,0 +208876,0,0,0,0,0 +208877,0,0,0,0,0 +208878,0,0,0,0,0 +208879,0,0,0,0,0 +208880,0,0,0,0,0 +208881,0,0,0,0,0 +208882,0,0,0,0,0 +208883,0,0,0,0,0 +208884,0,0,0,0,0 +208885,0,0,0,0,0 +208886,0,0,0,0,0 +208887,0,0,0,0,0 +208888,0,0,0,0,0 +208889,0,0,0,0,0 +208890,0,0,0,0,0 +208891,0,0,0,0,0 +208892,0,0,0,0,0 +208893,0,0,0,0,0 +208894,0,0,0,0,0 +208895,0,0,0,0,0 +208896,0,0,0,0,0 +208897,0,0,0,0,0 +208898,0,0,0,0,0 +208899,0,0,0,0,0 +208900,0,0,0,0,0 +208901,0,0,0,0,0 +208902,0,0,0,0,0 +208903,0,0,0,0,0 +208904,0,0,0,0,0 +208905,0,0,0,0,0 +208906,0,0,0,0,0 +208907,0,0,0,0,0 +208908,0,0,0,0,0 +208909,0,0,0,0,0 +208910,0,0,0,0,0 +208911,0,0,0,0,0 +208912,0,0,0,0,0 +208913,0,0,0,0,0 +208914,0,0,0,0,0 +208915,0,0,0,0,0 +208916,0,0,0,0,0 +208917,0,0,0,0,0 +208918,0,0,0,0,0 +208919,0,0,0,0,0 +208920,0,0,0,0,0 +208921,0,0,0,0,0 +208922,0,0,0,0,0 +208923,0,0,0,0,0 +208924,0,0,0,0,0 +208925,0,0,0,0,0 +208926,0,0,0,0,0 +208927,0,0,0,0,0 +208928,0,0,0,0,0 +208929,0,0,0,0,0 +208930,0,0,0,0,0 +208931,0,0,0,0,0 +208932,0,0,0,0,0 +208933,0,0,0,0,0 +208934,0,0,0,0,0 +208935,0,0,0,0,0 +208936,0,0,0,0,0 +208937,0,0,0,0,0 +208938,0,0,0,0,0 +208939,0,0,0,0,0 +208940,0,0,0,0,0 +208941,0,0,0,0,0 +208942,0,0,0,0,0 +208943,0,0,0,0,0 +208944,0,0,0,0,0 +208945,0,0,0,0,0 +208946,0,0,0,0,0 +208947,0,0,0,0,0 +208948,0,0,0,0,0 +208949,0,0,0,0,0 +208950,0,0,0,0,0 +208951,0,0,0,0,0 +208952,0,0,0,0,0 +208953,0,0,0,0,0 +208954,0,0,0,0,0 +208955,0,0,0,0,0 +208956,0,0,0,0,0 +208957,0,0,0,0,0 +208958,0,0,0,0,0 +208959,0,0,0,0,0 +208960,0,0,0,0,0 +208961,0,0,0,0,0 +208962,0,0,0,0,0 +208963,0,0,0,0,0 +208964,0,0,0,0,0 +208965,0,0,0,0,0 +208966,0,0,0,0,0 +208967,0,0,0,0,0 +208968,0,0,0,0,0 +208969,0,0,0,0,0 +208970,0,0,0,0,0 +208971,0,0,0,0,0 +208972,0,0,0,0,0 +208973,0,0,0,0,0 +208974,0,0,0,0,0 +208975,0,0,0,0,0 +208976,0,0,0,0,0 +208977,0,0,0,0,0 +208978,0,0,0,0,0 +208979,0,0,0,0,0 +208980,0,0,0,0,0 +208981,0,0,0,0,0 +208982,0,0,0,0,0 +208983,0,0,0,0,0 +208984,0,0,0,0,0 +208985,0,0,0,0,0 +208986,0,0,0,0,0 +208987,0,0,0,0,0 +208988,0,0,0,0,0 +208989,0,0,0,0,0 +208990,0,0,0,0,0 +208991,0,0,0,0,0 +208992,0,0,0,0,0 +208993,0,0,0,0,0 +208994,0,0,0,0,0 +208995,0,0,0,0,0 +208996,0,0,0,0,0 +208997,0,0,0,0,0 +208998,0,0,0,0,0 +208999,0,0,0,0,0 +209000,0,0,0,0,0 +209001,0,0,0,0,0 +209002,0,0,0,0,0 +209003,0,0,0,0,0 +209004,0,0,0,0,0 +209005,0,0,0,0,0 +209006,0,0,0,0,0 +209007,0,0,0,0,0 +209008,0,0,0,0,0 +209009,0,0,0,0,0 +209010,0,0,0,0,0 +209011,0,0,0,0,0 +209012,0,0,0,0,0 +209013,0,0,0,0,0 +209014,0,0,0,0,0 +209015,0,0,0,0,0 +209016,0,0,0,0,0 +209017,0,0,0,0,0 +209018,0,0,0,0,0 +209019,0,0,0,0,0 +209020,0,0,0,0,0 +209021,0,0,0,0,0 +209022,0,0,0,0,0 +209023,0,0,0,0,0 +209024,0,0,0,0,0 +209025,0,0,0,0,0 +209026,0,0,0,0,0 +209027,0,0,0,0,0 +209028,0,0,0,0,0 +209029,0,0,0,0,0 +209030,0,0,0,0,0 +209031,0,0,0,0,0 +209032,0,0,0,0,0 +209033,0,0,0,0,0 +209034,0,0,0,0,0 +209035,0,0,0,0,0 +209036,0,0,0,0,0 +209037,0,0,0,0,0 +209038,0,0,0,0,0 +209039,0,0,0,0,0 +209040,0,0,0,0,0 +209041,0,0,0,0,0 +209042,0,0,0,0,0 +209043,0,0,0,0,0 +209044,0,0,0,0,0 +209045,0,0,0,0,0 +209046,0,0,0,0,0 +209047,0,0,0,0,0 +209048,0,0,0,0,0 +209049,0,0,0,0,0 +209050,0,0,0,0,0 +209051,0,0,0,0,0 +209052,0,0,0,0,0 +209053,0,0,0,0,0 +209054,0,0,0,0,0 +209055,0,0,0,0,0 +209056,0,0,0,0,0 +209057,0,0,0,0,0 +209058,0,0,0,0,0 +209059,0,0,0,0,0 +209060,0,0,0,0,0 +209061,0,0,0,0,0 +209062,0,0,0,0,0 +209063,0,0,0,0,0 +209064,0,0,0,0,0 +209065,0,0,0,0,0 +209066,0,0,0,0,0 +209067,0,0,0,0,0 +209068,0,0,0,0,0 +209069,0,0,0,0,0 +209070,0,0,0,0,0 +209071,0,0,0,0,0 +209072,0,0,0,0,0 +209073,0,0,0,0,0 +209074,0,0,0,0,0 +209075,0,0,0,0,0 +209076,0,0,0,0,0 +209077,0,0,0,0,0 +209078,0,0,0,0,0 +209079,0,0,0,0,0 +209080,0,0,0,0,0 +209081,0,0,0,0,0 +209082,0,0,0,0,0 +209083,0,0,0,0,0 +209084,0,0,0,0,0 +209085,0,0,0,0,0 +209086,0,0,0,0,0 +209087,0,0,0,0,0 +209088,0,0,0,0,0 +209089,0,0,0,0,0 +209090,0,0,0,0,0 +209091,0,0,0,0,0 +209092,0,0,0,0,0 +209093,0,0,0,0,0 +209094,0,0,0,0,0 +209095,0,0,0,0,0 +209096,0,0,0,0,0 +209097,0,0,0,0,0 +209098,0,0,0,0,0 +209099,0,0,0,0,0 +209100,0,0,0,0,0 +209101,0,0,0,0,0 +209102,0,0,0,0,0 +209103,0,0,0,0,0 +209104,0,0,0,0,0 +209105,0,0,0,0,0 +209106,0,0,0,0,0 +209107,0,0,0,0,0 +209108,0,0,0,0,0 +209109,0,0,0,0,0 +209110,0,0,0,0,0 +209111,0,0,0,0,0 +209112,0,0,0,0,0 +209113,0,0,0,0,0 +209114,0,0,0,0,0 +209115,0,0,0,0,0 +209116,0,0,0,0,0 +209117,0,0,0,0,0 +209118,0,0,0,0,0 +209119,0,0,0,0,0 +209120,0,0,0,0,0 +209121,0,0,0,0,0 +209122,0,0,0,0,0 +209123,0,0,0,0,0 +209124,0,0,0,0,0 +209125,0,0,0,0,0 +209126,0,0,0,0,0 +209127,0,0,0,0,0 +209128,0,0,0,0,0 +209129,0,0,0,0,0 +209130,0,0,0,0,0 +209131,0,0,0,0,0 +209132,0,0,0,0,0 +209133,0,0,0,0,0 +209134,0,0,0,0,0 +209135,0,0,0,0,0 +209136,0,0,0,0,0 +209137,0,0,0,0,0 +209138,0,0,0,0,0 +209139,0,0,0,0,0 +209140,0,0,0,0,0 +209141,0,0,0,0,0 +209142,0,0,0,0,0 +209143,0,0,0,0,0 +209144,0,0,0,0,0 +209145,0,0,0,0,0 +209146,0,0,0,0,0 +209147,0,0,0,0,0 +209148,0,0,0,0,0 +209149,0,0,0,0,0 +209150,0,0,0,0,0 +209151,0,0,0,0,0 +209152,0,0,0,0,0 +209153,0,0,0,0,0 +209154,0,0,0,0,0 +209155,0,0,0,0,0 +209156,0,0,0,0,0 +209157,0,0,0,0,0 +209158,0,0,0,0,0 +209159,0,0,0,0,0 +209160,0,0,0,0,0 +209161,0,0,0,0,0 +209162,0,0,0,0,0 +209163,0,0,0,0,0 +209164,0,0,0,0,0 +209165,0,0,0,0,0 +209166,0,0,0,0,0 +209167,0,0,0,0,0 +209168,0,0,0,0,0 +209169,0,0,0,0,0 +209170,0,0,0,0,0 +209171,0,0,0,0,0 +209172,0,0,0,0,0 +209173,0,0,0,0,0 +209174,0,0,0,0,0 +209175,0,0,0,0,0 +209176,0,0,0,0,0 +209177,0,0,0,0,0 +209178,0,0,0,0,0 +209179,0,0,0,0,0 +209180,0,0,0,0,0 +209181,0,0,0,0,0 +209182,0,0,0,0,0 +209183,0,0,0,0,0 +209184,0,0,0,0,0 +209185,0,0,0,0,0 +209186,0,0,0,0,0 +209187,0,0,0,0,0 +209188,0,0,0,0,0 +209189,0,0,0,0,0 +209190,0,0,0,0,0 +209191,0,0,0,0,0 +209192,0,0,0,0,0 +209193,0,0,0,0,0 +209194,0,0,0,0,0 +209195,0,0,0,0,0 +209196,0,0,0,0,0 +209197,0,0,0,0,0 +209198,0,0,0,0,0 +209199,0,0,0,0,0 +209200,0,0,0,0,0 +209201,0,0,0,0,0 +209202,0,0,0,0,0 +209203,0,0,0,0,0 +209204,0,0,0,0,0 +209205,0,0,0,0,0 +209206,0,0,0,0,0 +209207,0,0,0,0,0 +209208,0,0,0,0,0 +209209,0,0,0,0,0 +209210,0,0,0,0,0 +209211,0,0,0,0,0 +209212,0,0,0,0,0 +209213,0,0,0,0,0 +209214,0,0,0,0,0 +209215,0,0,0,0,0 +209216,0,0,0,0,0 +209217,0,0,0,0,0 +209218,0,0,0,0,0 +209219,0,0,0,0,0 +209220,0,0,0,0,0 +209221,-213.4249189,487.5654551,2531.464376,-83.09102521,-438.6238984 +209222,231.8841687,290.0603154,664.3345363,119.2227929,370.494424 +209223,230.9415501,282.9556986,633.8995929,118.3741109,369.1069269 +209224,225.6980102,277.5938628,619.5956366,115.4775966,359.8870877 +209225,219.5372276,274.096632,614.4162444,112.2330846,348.461066 +209226,214.1062992,271.8843865,612.4911465,109.433085,337.7467742 +209227,209.7463957,270.4872606,611.3237368,107.2164915,328.4805455 +209228,206.2897397,269.656545,610.3846546,105.4772759,320.5133234 +209229,203.5084425,269.2755847,609.7662753,104.0885294,313.5509032 +209230,201.2441363,269.2781155,609.5860819,102.963882,307.382211 +209231,199.4022689,269.6114094,609.8628502,102.0518352,301.8838148 +209232,197.9217432,270.2272511,610.5523137,101.3190695,296.9780897 +209233,196.7554729,271.0823738,611.5936964,100.7401048,292.6047791 +209234,195.8628691,272.1396667,612.9320622,100.29333,288.7099323 +209235,195.2082214,273.3682185,614.5230947,99.9600837,285.2438992 +209236,194.7604981,274.7425207,616.3312101,99.72445687,282.16157 +209237,194.4931747,276.2415114,618.3269943,99.57310295,279.4227213 +209238,194.3837034,277.8477101,620.4854655,99.49488308,216.5623995 +209239,194.4129773,279.546564,622.785177,99.48052125,237.8071682 +209240,194.5647303,304.9471829,785.438603,99.52225201,238.283214 +209241,194.8251399,371.729956,716.4708242,99.61357845,236.0180506 +209242,195.1823902,354.4606785,753.2100187,99.74902852,236.5741713 +209243,195.626369,371.5194037,769.1721348,99.9239827,237.7252753 +209244,196.1483336,384.4662698,783.8287596,100.1344967,238.7229129 +209245,196.7407611,395.5254823,798.2505565,100.3772136,239.7527273 +209246,197.3971462,406.5544201,812.6300568,100.6492578,240.8150919 +209247,198.1119111,417.524116,826.9247101,100.9481829,242.2819755 +209248,198.8802325,428.4434119,840.9704649,101.2718856,243.4023511 +209249,199.6979597,439.4135176,854.8904879,101.6182841,244.5506441 +209250,200.5614764,450.2211041,868.6291627,101.986181,246.1012674 +209251,201.467655,460.2324727,880.7497627,102.3737772,247.4902423 +209252,202.4097569,469.9614516,892.2807008,102.777989,248.7167338 +209253,203.3826863,479.8094186,903.6414227,103.1966494,250.3424626 +209254,204.3835736,489.2659377,914.6470294,103.6285956,251.8047088 +209255,205.4108558,499.0727169,925.9353793,104.0732035,253.2891805 +209256,206.4634328,508.1845985,936.2923453,104.5300223,254.9822643 +209257,207.5403549,517.823253,946.8526278,104.9986434,256.32267 +209258,208.6406922,527.0233931,957.4287811,105.4786556,258.244822 +209259,209.7635804,536.1505693,967.4924969,105.9696642,259.6255283 +209260,210.90819,545.5274061,977.5333158,106.4712843,261.3996067 +209261,212.0737723,554.4924634,987.2086469,106.9831568,263.1921232 +209262,213.259607,563.5945542,997.1677732,107.5049314,264.8141789 +209263,214.4650446,572.5502651,1006.541523,108.0362821,266.4537777 +209264,215.6894535,581.3185525,1015.928718,108.5768892,268.856235 +209265,216.9322589,590.5699394,1025.125125,109.1264531,268.8463306 +209266,218.1928959,598.9920397,1033.939351,109.684679,268.8776065 +209267,219.4708499,607.7167706,1043.20442,110.2512908,268.9716588 +209268,220.7656103,616.6509644,1051.755293,110.826016,269.1320325 +209269,222.0767129,625.1471226,1060.388376,111.4086003,269.3537839 +209270,223.4036943,633.7576415,1069.080586,111.9987932,269.6302204 +209271,224.7461339,642.0971436,1076.98023,112.5963615,269.9555328 +209272,226.103608,651.0439717,1085.351408,113.2010742,270.3250043 +209273,227.4747594,659.0329382,1093.306213,113.8127132,270.7347494 +209274,228.8591746,667.5831213,1101.181202,114.4310552,271.1813236 +209275,230.2567877,675.8772243,1108.885526,115.0559001,271.6617233 +209276,231.6674673,683.9441092,1116.259618,115.6870541,272.1732097 +209277,233.0910003,696.8425133,1123.908648,116.3243395,272.7133558 +209278,234.5271046,707.2858261,1131.191365,116.9675768,273.2799291 +209279,235.9755006,718.0321264,1138.270706,117.6165977,273.8709536 +209280,237.4358965,728.5948546,1145.474955,118.2712308,274.4846013 +209281,238.8471529,1169.527107,2121.158099,118.9036475,275.008583 +209282,259.0580935,1193.599319,2120.195276,128.2288956,310.2361249 +209283,289.1001326,1214.128026,2177.337115,141.9717585,364.5280059 +209284,319.6693039,1231.960024,2186.556194,155.7720111,421.3291835 +209285,346.7696533,1249.996571,2208.165766,167.8056357,473.2385242 +209286,369.9103671,1266.131391,2226.291852,177.9052085,518.95195 +209287,389.8023087,1282.365281,2248.143023,186.4560529,559.3350974 +209288,407.2108515,1297.877839,2272.134656,193.8514771,595.4542514 +209289,422.6722787,1313.341179,2265.999167,200.3628913,628.0660728 +209290,436.5342946,1328.572846,2280.634008,206.1641828,657.6591664 +209291,449.0434877,1343.330127,2314.837199,211.3766956,684.5845107 +209292,460.3978743,1358.231121,2323.770521,216.0959959,709.1344077 +209293,470.7669861,1372.569158,2348.309602,220.4022887,731.5709219 +209294,480.2971774,1386.987848,2331.838272,224.3634421,752.1311217 +209295,489.1133984,1401.261835,2366.07981,228.036215,771.0269827 +209296,497.3211693,1415.089011,2372.357105,231.4675285,788.44598 +209297,505.009163,1429.084505,2403.623172,234.6959666,804.5531179 +209298,512.2518113,1442.729657,2382.016872,237.7532239,819.4934351 +209299,519.1116632,1456.286147,2441.230299,240.6653737,833.3945183 +209300,525.6413322,1469.688351,2396.876674,243.4538927,846.3686649 +209301,531.8851337,1482.884004,2469.076765,246.136501,858.5148102 +209302,537.8804104,1496.154745,2431.26262,248.7278294,869.9201309 +209303,543.6586751,1508.927836,2474.89442,251.2399803,880.6615187 +209304,549.2465215,1521.920295,2468.691908,253.6829671,890.8067805 +209305,554.6664453,1534.568504,2484.819764,256.0650997,900.4158043 +209306,559.9374593,1547.15088,2494.822046,258.3932693,909.3677629 +209307,565.0756905,1559.588633,2504.937693,260.673217,917.7686942 +209308,570.0948486,1571.899296,2514.941138,262.9097413,925.7361087 +209309,575.0066092,1584.012497,2524.996439,265.1068638,933.3472889 +209310,579.8209039,1596.164372,2534.512626,267.2679506,940.6483981 +209311,584.5462233,1607.625516,2543.155881,269.395839,947.6709902 +209312,589.186348,1618.699932,2552.894748,271.4911315,954.4408692 +209313,593.7452424,1629.91241,2562.628239,273.554699,960.9812047 +209314,598.2277475,1640.750115,2577.035007,275.5880181,967.3128525 +209315,602.6389023,1651.501668,2577.784938,277.5927966,973.4544313 +209316,606.9833495,1662.092954,2589.34651,279.5706468,979.4222364 +209317,611.2651752,1674.19519,2596.904273,281.5229847,985.2306109 +209318,615.4879028,1687.508794,2604.552837,283.4510165,990.8920541 +209319,619.6546205,1693.669759,2611.954665,354.7219444,996.4176364 +209320,623.7680319,1710.13789,2619.02255,344.9809701,1001.81705 +209321,772.966717,1712.422159,2625.707597,351.5968553,1007.098917 +209322,761.086607,1733.560209,2632.4331,363.3103937,1012.270753 +209323,767.8192523,1728.393656,2638.606944,371.1811126,1017.339198 +209324,793.0391901,1722.331117,2644.627379,379.0162451,1022.309964 +209325,809.0042137,1763.444143,2650.31597,386.4638294,1027.188073 +209326,824.1006686,1756.438669,2661.040891,393.9682372,1031.978014 +209327,839.2762989,1769.049147,2659.194013,401.1416711,1036.683943 +209328,853.9397014,1777.953211,2666.456311,408.3820158,1041.309688 +209329,868.4411163,1786.726776,2671.205032,415.3523927,1045.858782 +209330,882.5334597,1795.586224,2675.395246,422.1655619,1050.334419 +209331,900.9617515,1799.304363,2677.546547,432.7210096,1054.739543 +209332,915.1178821,1806.846528,2680.85436,439.8455672,1059.076949 +209333,929.1628302,1814.770011,2684.342464,446.8296633,1063.349152 +209334,942.6395701,1822.591444,2687.898229,453.4750753,1067.55824 +209335,955.7756796,1830.413561,2691.025504,460.0139534,1071.706188 +209336,969.2840207,1837.864732,2694.002983,466.4371667,1075.794877 +209337,981.5793519,1845.595271,2696.81356,472.6453952,1079.826107 +209338,994.7299965,1852.978443,2699.375501,479.093036,1083.801534 +209339,1007.025664,1860.42234,2707.089732,484.8409106,1087.722736 +209340,1019.329536,1867.543594,2697.02244,491.1063001,1091.591155 +209341,1417.157081,2041.960441,2794.323402,663.1342706,1086.377125 +209342,1444.739539,2055.702728,2813.454306,676.4111472,1112.601559 +209343,1316.940469,2001.832071,2692.69856,618.6983181,1389.444296 +209344,1527.844531,2099.453311,2666.199773,713.8093864,2227.856388 +209345,1451.691887,2065.589995,2650.241566,680.5105761,1649.115206 +209346,1482.242151,2061.80695,2650.722708,694.1839936,1845.856394 +209347,1493.99622,2093.324432,2643.105911,700.5593772,1855.294157 +209348,1508.729338,2090.734866,2634.6028,707.0711954,1869.860541 +209349,1520.258815,2099.48563,2626.346662,712.7757047,1881.22233 +209350,1532.365162,2106.450078,2617.551229,718.70395,1908.742848 +209351,1686.239934,2180.649665,2750.345661,788.9147596,2155.869986 +209352,1346.816095,2028.074739,2624.834236,635.4850269,1506.867566 +209353,1809.118334,2234.925038,2769.929459,845.5033551,2383.223079 +209354,1347.283818,2032.076586,2633.650357,635.9490229,1498.738248 +209355,1834.778321,2268.520919,2778.020951,857.8056631,2397.399059 +209356,1365.586481,2015.488562,2639.098318,645.231705,1516.021716 +209357,1861.086086,2276.147067,2783.794856,869.507123,2423.451607 +209358,1383.7912,2050.539154,2637.920363,654.8008708,1529.31678 +209359,1886.543579,2287.583394,2784.297307,881.210359,2460.696867 +209360,1401.645842,2047.968562,2636.753636,663.6086652,1523.947891 +209361,1910.952825,2316.138218,2785.840746,892.804066,2482.366909 +209362,1419.286503,2044.444115,2637.192254,672.1859925,1551.830113 +209363,1935.034027,2333.973172,2787.912066,904.119201,2497.69071 +209364,1436.122128,2052.650297,2634.844122,680.4185938,1564.742404 +209365,1958.76675,2346.011406,2788.724068,915.317126,2521.267701 +209366,1452.998394,2061.753892,2632.225203,688.5983441,1575.886128 +209367,1981.517539,2356.983806,2785.075159,926.0362971,2543.127019 +209368,1470.904121,2071.618115,2627.176878,697.2078633,1589.155219 +209369,2001.80157,2366.34782,2780.210831,935.7096582,2561.212234 +209370,1489.31584,2081.085632,2620.758195,705.9140002,1603.137947 +209371,2026.512656,2375.652182,2774.707928,945.0978654,2579.133036 +209372,1497.833522,2097.188536,2611.677745,713.5225467,1614.632512 +209373,2047.062647,2372.578103,2768.023375,955.3317618,2597.555446 +209374,1678.412166,2174.444022,2763.89265,793.1454412,1913.657178 +209375,1825.650161,2288.770795,2756.757933,857.7447877,2175.503531 +209376,1810.659705,2242.896164,2748.873165,852.0938138,2138.387582 +209377,1818.675774,2260.741066,2741.745601,855.5451266,2144.471611 +209378,1827.398922,2261.898462,2738.145732,859.7512478,2151.479468 +209379,1835.800268,2264.981486,2735.051107,863.5342538,2158.034972 +209380,1844.200919,2268.217454,2730.645843,867.6632032,2164.724713 +209381,1852.509649,2271.092699,2729.341363,871.3790006,2171.247113 +209382,1860.741961,2274.264351,2725.853898,875.4468852,2177.752035 +209383,1868.803962,2276.998123,2723.289087,879.0641447,2183.968194 +209384,1877.01636,2279.795669,2721.098144,882.9310562,2190.197238 +209385,1885.039045,2282.379876,2719.089676,886.6214339,2196.522943 +209386,1892.84702,2284.970312,2718.939686,890.3816612,2202.407083 +209387,1900.771017,2287.339122,2717.799705,893.9882486,2208.445088 +209388,1908.457301,2289.679477,2714.458867,897.5974536,2214.309684 +209389,1916.310692,2291.870008,2711.890269,901.1744354,2220.108329 +209390,1923.897968,2293.821492,2709.586657,904.77998,2225.818984 +209391,1931.592929,2296.044782,2707.398141,908.1524829,2231.525245 +209392,1943.60232,2297.872459,2705.241438,911.7639736,2236.944354 +209393,1945.629233,2299.692232,2704.84255,915.0682263,2247.084604 +209394,1962.808945,2301.30705,2701.613452,918.5082104,2250.594944 +209395,1956.022886,2303.00054,2698.945272,921.8282651,2259.136436 +209396,1984.672371,2304.43006,2696.463434,925.2190636,2237.709529 +209397,1961.441736,2305.869309,2694.050453,928.409957,2275.122612 +209398,1972.247941,2307.179399,2691.650844,931.8350256,2265.967393 +209399,1999.238524,2308.433614,2689.20386,934.8556956,2273.746018 +209400,1993.667531,2309.432456,2686.691101,938.232525,2278.662031 +209401,2009.954058,2313.14679,2684.169859,944.1099374,2294.953156 +209402,2018.285921,2314.896555,2681.957426,947.8867922,2301.353793 +209403,2026.08643,2315.98577,2679.911391,951.3733559,2307.080281 +209404,2033.376439,2317.012662,2677.833617,954.9033267,2319.915496 +209405,2040.80687,2317.878544,2675.653465,958.1562647,2314.529694 +209406,2048.035866,2318.664095,2673.37295,961.5060135,2317.713129 +209407,2055.187108,2319.258059,2670.98447,964.7100732,2332.753336 +209408,2062.264277,2319.829572,2668.491184,968.0083602,2332.602102 +209409,2069.273437,2320.185429,2665.925643,971.1600396,2338.663769 +209410,2076.327371,2320.546027,2663.290383,974.3236285,2347.642179 +209411,2083.043657,2320.756245,2660.591227,977.4988838,2353.814073 +209412,2089.953247,2320.879078,2657.844647,980.3551427,2353.711039 +209413,2096.601686,2320.899269,2655.086874,983.6360826,2342.722041 +209414,2103.595655,2320.82998,2652.280142,986.6390206,2371.929192 +209415,2110.012767,2327.485662,2649.55763,989.5485289,2364.677216 +209416,2116.730746,2310.845809,2646.640311,992.6357289,2375.723646 +209417,2123.079662,2331.109109,2643.689514,995.5524065,2381.63106 +209418,2129.781812,2309.389882,2640.706472,998.5117547,2380.170507 +209419,2136.266735,2329.926038,2637.740612,1001.403263,2376.707277 +209420,2142.498075,2308.281947,2634.856501,1004.34744,2401.61032 +209421,2149.061149,2328.527224,2632.045849,1007.092103,2388.644397 +209422,2155.416835,2306.770645,2629.276052,1010.03321,2399.089008 +209423,2161.627741,2326.80896,2626.851013,1012.805725,2402.260555 +209424,2167.880962,2304.879683,2624.647426,1015.57281,2406.263921 +209425,2174.195657,2324.774155,2622.578089,1018.407947,2410.130562 +209426,2180.144208,2302.588782,2620.515183,1021.065046,2414.279862 +209427,2186.453932,2322.349158,2618.486963,1023.899475,2418.125866 +209428,2192.44171,2299.936483,2616.406286,1026.506446,2421.858782 +209429,2198.466789,2319.654459,2614.437069,1029.355274,2431.693304 +209430,2204.688953,2296.848466,2612.379809,1031.838421,2426.581923 +209431,2210.202685,2309.646112,2610.062729,1034.517995,2434.145776 +209432,2216.275172,2302.693048,2607.832312,1037.057286,2437.410316 +209433,2221.82893,2301.37483,2605.633914,1039.656944,2440.864605 +209434,2227.724915,2299.403413,2603.371649,1042.081602,2444.238315 +209435,2233.211796,2297.199842,2601.103633,1044.677552,2448.130335 +209436,2239.026366,2294.964051,2600.560363,1047.048831,2451.557522 +209437,2244.55147,2292.602753,2597.213499,1049.604883,2454.970638 +209438,2250.101418,2290.032464,2594.477561,1051.934489,2458.303685 +209439,2255.394286,2287.531176,2591.982923,1054.448144,2461.930109 +209440,2261.221878,2284.818346,2589.611422,1056.739681,2465.245496 +209441,2266.384246,2282.141839,2587.298426,1059.154815,2468.360876 +209442,2271.988463,2279.283005,2585.018876,1061.496764,2471.929379 +209443,2277.169891,2276.330142,2582.759931,1063.951446,2475.124795 +209444,2289.994326,2273.352341,2580.501027,1066.087759,2478.157782 +209445,2279.464336,2270.278674,2578.267871,1068.532057,2481.635505 +209446,2320.6619,2267.091534,2576.157263,1070.703957,2489.797798 +209447,2260.17341,2263.961221,2574.070531,1073.069941,2485.511121 +209448,2322.034581,2260.399467,2571.852119,1075.216707,2491.311243 +209449,2304.582627,2257.115614,2569.792896,1077.54904,2494.281982 +209450,2313.841497,2253.559951,2567.587836,1079.66281,2496.892851 +209451,2318.852634,2249.95264,2565.41911,1081.962783,2500.107293 +209452,2324.088085,2246.324791,2563.278426,1084.044542,2503.437913 +209453,2328.94031,2242.528169,2561.152636,1086.313009,2505.855422 +209454,2334.126721,2238.894301,2559.182731,1088.302085,2513.943002 +209455,2338.913351,2234.743285,2557.231893,1090.631712,2509.879131 +209456,2344.040615,2230.849211,2555.133899,1092.60835,2514.405177 +209457,2348.769773,2226.811627,2553.070432,1094.826382,2517.805249 +209458,2353.836965,2222.633752,2551.111387,1096.8179,2520.252845 +209459,2358.508267,2218.463383,2549.338017,1098.997906,2527.905522 +209460,2363.518167,2214.156256,2547.585413,1101.261374,2524.222421 +209461,2253.959961,2152.442202,2540.802582,1049.236883,2316.48654 +209462,2264.858198,2152.426974,2521.492867,1050.713382,2316.432961 +209463,2249.284809,2147.303362,2500.234969,1051.665639,2316.548115 +209464,2244.907713,2138.070087,2485.393478,1053.012156,2317.988772 +209465,2271.645778,2135.052417,2474.56168,1054.317115,2319.235568 +209466,2262.763462,2129.213775,2465.308734,1055.802737,2320.000425 +209467,2268.748071,2123.896672,2459.274428,1057.170823,2321.615643 +209468,2272.283907,2118.483196,2454.963444,1058.603915,2322.877593 +209469,2275.914394,2101.788818,2453.440376,1060.031135,2324.179509 +209470,2279.351727,2123.823185,2451.634664,1061.526062,2325.817928 +209471,2282.969884,2075.691506,2448.167538,1062.86372,2327.01854 +209472,2286.266359,2124.903609,2445.832154,1064.337661,2328.374766 +209473,2289.952342,2065.48462,2444.143289,1066.354089,2335.386183 +209474,2293.364033,2108.063904,2442.499961,1067.650369,2323.885336 +209475,2296.840186,2049.316764,2440.991203,1069.173206,2340.716687 +209476,2300.411936,2098.163852,2439.757591,1070.598057,2332.349795 +209477,2303.831914,2044.158176,2440.247108,1071.50909,2336.263035 +209478,2307.284479,2081.543214,2439.726799,1074.164543,2337.747018 +209479,2310.833486,2042.745848,2437.116179,1074.619937,2338.972749 +209480,2314.233204,2068.745973,2437.100833,1076.424516,2340.7031 +209481,2317.520549,2011.871835,2434.713018,1078.435918,2341.779618 +209482,2321.392553,2051.195768,2433.111427,1078.70556,2344.145215 +209483,2324.450373,2026.50112,2431.749185,1081.82016,2344.843604 +209484,2327.975529,2023.861661,2430.529426,1080.890709,2346.475747 +209485,2331.451791,2017.852095,2429.430405,1085.666075,2348.211582 +209486,2334.788699,2011.468522,2428.553139,1082.281033,2354.48998 +209487,2338.164007,2005.2981,2427.562446,1090.614376,2344.244085 +209488,2341.633107,2018.754128,2428.286761,1081.528642,2359.582555 +209489,2344.93857,1964.207379,2428.230338,1098.25101,2352.820576 +209490,2348.281684,2019.513165,2425.917804,1078.587433,2355.067825 +209491,2351.560755,1948.59281,2426.102822,1089.196624,2357.726621 +209492,2354.807378,1986.670423,2425.662726,1095.099876,2358.791607 +209493,2362.581753,1963.720441,2423.18013,1092.21425,2359.83672 +209494,2355.672709,1959.908911,2421.585892,1094.692968,2361.614895 +209495,2382.832186,1953.342031,2422.258481,1096.018156,2368.461051 +209496,2342.648752,1946.64747,2420.258836,1097.308396,2357.807891 +209497,2382.746034,1939.943829,2420.642848,1098.602944,2372.322394 +209498,2397.263831,1933.195569,2420.400424,1099.885797,2367.091365 +209499,2338.507867,1926.300941,2419.823127,1101.166394,2368.559395 +209500,2398.932685,1936.065072,2417.300525,1102.439784,2370.239496 +209501,2379.329962,1889.228041,2415.909826,1103.712188,2376.864973 +209502,2386.673455,1926.312596,2416.551821,1104.978975,2368.134381 +209503,2389.576501,1883.648975,2414.58254,1106.23809,2379.281944 +209504,2392.798622,1898.146923,2413.468137,1107.497781,2376.155117 +209505,2395.872727,1884.097782,2412.551028,1108.751,2382.004331 +209506,2398.958438,1878.067976,2411.847398,1110.000943,2373.827778 +209507,2402.035054,1871.417872,2411.158569,1111.247052,2389.150285 +209508,2405.102892,1864.368877,2410.787125,1112.489538,2377.985853 +209509,2408.166397,1857.41782,2411.823156,1113.729622,2387.498819 +209510,2411.206866,1850.431444,2410.175639,1114.962741,2384.619175 +209511,2414.255819,1843.328456,2409.037043,1116.196561,2389.469785 +209512,2417.289398,1836.423684,2408.400696,1117.491602,2387.523098 +209513,2420.315646,1829.388342,2407.551599,1118.619155,2386.605898 +209514,2423.335548,1822.454393,2406.582857,1119.888969,2386.64883 +209515,2426.491649,1815.335008,2405.58069,1121.099585,2386.586965 +209516,2429.282116,1808.225134,2404.499962,1122.316904,2384.1713 +209517,2432.385872,1801.40736,2403.241952,1123.465245,2381.650956 +209518,2435.359609,1794.264618,2401.801844,1124.777699,2379.052506 +209519,2438.349469,1787.32564,2400.230368,1125.941493,2376.431434 +209520,2449.455202,1780.160046,2398.561617,1127.161097,2373.806827 +209521,2191.574273,1663.212003,2389.837978,1019.216242,2118.758381 +209522,2206.8936,1653.176374,2359.491049,1018.07287,1858.201778 +209523,2199.551305,1644.605836,2321.748441,1017.494892,1993.610331 +209524,2201.278478,1636.133902,2289.535453,1018.45699,1946.363234 +209525,2201.730922,1627.72744,2265.509307,1021.730387,1950.93954 +209526,2202.875982,1619.67789,2248.704863,1015.847631,1947.756432 +209527,2203.906356,1611.656189,2237.328329,1024.556711,1951.752057 +209528,2205.289417,1603.742554,2231.023047,1012.07395,1935.523571 +209529,2206.70171,1595.90409,2225.886336,1031.105711,1952.363236 +209530,2217.653412,1588.136206,2220.078488,1005.500605,1937.974756 +209531,2195.297588,1580.437901,2215.874692,1020.061731,1941.085741 +209532,2218.18868,1572.695019,2212.536735,1022.221291,1939.508675 +209533,2211.409376,1565.26996,2211.538705,1019.602151,1938.335999 +209534,2214.656251,1557.687878,2208.133522,1021.047489,1937.15063 +209535,2216.255474,1550.255381,2205.562184,1021.813276,1936.52791 +209536,2218.496373,1542.870447,2203.35768,1022.203437,1935.550603 +209537,2220.110878,1535.648322,2201.357036,1022.968857,1934.816858 +209538,2222.270716,1528.150289,2201.268148,1023.491265,1934.160365 +209539,2224.078759,1521.164801,2198.496471,1024.248032,1933.37007 +209540,2226.31895,1513.959582,2196.387132,1024.820218,1932.639729 +209541,2228.233177,1506.916444,2196.299979,1025.621015,1932.376033 +209542,2230.697714,1499.924784,2193.60174,1026.22546,1931.615362 +209543,2232.498449,1492.90981,2191.582346,1027.064751,1931.214098 +209544,2235.01901,1486.195799,2189.836547,1027.707261,1930.843957 +209545,2237.088706,1479.453187,2190.005043,1028.581569,1930.438652 +209546,2239.579128,1472.629444,2189.276933,1029.257033,1930.04689 +209547,2241.733702,1466.065213,2186.441189,1030.162973,1929.495896 +209548,2244.306956,1459.503685,2184.463426,1030.873208,1929.537384 +209549,2246.530624,1452.932892,2182.836337,1031.811855,1929.18439 +209550,2249.166167,1449.631141,2181.409589,1032.551363,1929.045571 +209551,2251.379344,1444.892812,2180.091792,1033.483476,1928.79501 +209552,2256.506308,1440.142259,2180.607372,1034.209892,1928.657374 +209553,2257.327085,1435.48849,2178.416408,1035.223657,1928.598981 +209554,2263.936473,1430.888599,2176.863789,1035.871957,1928.515954 +209555,2253.68797,1426.442151,2175.555673,1036.890176,1928.507505 +209556,2263.105467,1421.739191,2176.149925,1037.649878,1928.546232 +209557,2268.344089,1417.525766,2174.189208,1038.638687,1933.477858 +209558,2268.101388,1413.107748,2172.854581,1039.42956,1926.344604 +209559,2271.351552,1408.847007,2171.59874,1040.442717,1928.995967 +209560,2274.149499,1404.646557,2172.23395,1041.252605,1929.25971 +209561,2276.563866,1400.515157,2171.993974,1042.284659,1928.819687 +209562,2279.38347,1396.457774,2169.662301,1043.110007,1929.058097 +209563,2281.858727,1392.390315,2169.908829,1044.166019,1929.330528 +209564,2284.703461,1388.615531,2167.762314,1044.937864,1929.242302 +209565,2287.212941,1384.821528,2168.138166,1046.11283,1929.881001 +209566,2290.098468,1380.960804,2167.835122,1046.923413,1929.642182 +209567,2298.531436,1377.36347,2167.275595,1048.021313,1930.190491 +209568,2287.743621,1373.773317,2164.888213,1048.896679,1930.655893 +209569,2300.942203,1370.285785,2163.450569,1050.00046,1930.434104 +209570,2300.825761,1366.886451,2164.145455,1050.891105,1931.006841 +209571,2303.472062,1363.571513,2162.478236,1052.007553,1936.058024 +209572,2306.465667,1360.265219,2161.541686,1052.912159,1929.995296 +209573,2309.300751,1357.269928,2162.429234,1054.043831,1932.038934 +209574,2312.183532,1353.925443,2160.719358,1055.027114,1932.49337 +209575,2316.423356,1351.412576,2161.4686,1056.202599,1933.131232 +209576,2319.400443,1348.799739,2161.489165,1057.771558,1933.196893 +209577,2326.662859,1346.466623,2159.48245,1059.397571,1933.280715 +209578,2312.426946,1343.985992,2158.527214,1061.134068,1934.014205 +209579,2329.651502,1341.854359,2157.816198,1062.960452,1939.16114 +209580,2329.381573,1339.348274,2157.424663,1064.875444,1933.592466 +209581,2591.780947,1443.527756,2163.826289,1173.218216,2002.062706 +209582,2562.295383,1442.988219,2185.905593,1177.013958,2028.123491 +209583,2581.743633,1442.00077,2212.128432,1180.152042,2060.386908 +209584,2584.73022,1440.65548,2233.910679,1183.316071,2088.778112 +209585,2579.292281,1439.280795,2249.772871,1186.258433,2110.875525 +209586,2602.874472,1437.834287,2261.080243,1189.248997,2127.649671 +209587,2582.222261,1436.363613,2268.827575,1192.24047,2140.457572 +209588,2611.027919,1434.879738,2276.163533,1195.259519,2152.65571 +209589,2597.267586,1433.388713,2279.604833,1198.313438,2159.838655 +209590,2606.34136,1431.904963,2284.297204,1201.411017,2168.294779 +209591,2609.11997,1430.421121,2287.568105,1204.628737,2174.727241 +209592,2612.1275,1428.944671,2288.430713,1207.70075,2177.923358 +209593,2615.301024,1427.479733,2289.944693,1210.99502,2181.422624 +209594,2618.803395,1426.02202,2291.31687,1214.270453,2184.760243 +209595,2622.012513,1424.577341,2294.358327,1217.610429,2189.973292 +209596,2624.954732,1423.137892,2294.736543,1220.998429,2191.690723 +209597,2628.176088,1421.715929,2295.615408,1224.44332,2193.866857 +209598,2631.258506,1420.302422,2296.625147,1227.938608,2196.255652 +209599,2634.447533,1418.812778,2299.362428,1231.41079,2200.455875 +209600,2637.333847,1417.554449,2301.324512,1235.12842,2203.396489 +209601,2640.200972,1416.115069,2301.046396,1238.806597,2203.657521 +209602,2643.498204,1414.765345,2303.109751,1242.414081,2206.820503 +209603,2646.0667,1413.412662,2302.867897,1246.232549,2206.957199 +209604,2649.252278,1412.163666,2305.031691,1250.042615,2209.956683 +209605,2651.641168,1410.705633,2304.765748,1253.914154,2209.93046 +209606,2655.085595,1409.457353,2306.54559,1257.845337,2212.790822 +209607,2657.528326,1408.140432,2306.26037,1261.828024,2212.647812 +209608,2660.50413,1406.854944,2306.642577,1265.868842,2213.289371 +209609,2663.371478,1405.580564,2307.347663,1270.044881,2214.180971 +209610,2666.120154,1404.319758,2308.025609,1274.07388,2215.181926 +209611,2668.874019,1403.028901,2308.965084,1278.280719,2216.224893 +209612,2671.580901,1401.742003,2309.753325,1282.379696,2217.274618 +209613,2674.235964,1400.46407,2310.532835,1286.743861,2218.312806 +209614,2676.95938,1399.195679,2311.299119,1290.979144,2219.331052 +209615,2679.697064,1397.940257,2313.921748,1295.33708,2222.419866 +209616,2682.022342,1396.688741,2313.726501,1299.733199,2222.220342 +209617,2684.851339,1395.455546,2314.06148,1304.182506,2222.680891 +209618,2687.558998,1394.231919,2316.239571,1308.765576,2225.43324 +209619,2689.989078,1392.928289,2317.556033,1313.193541,2227.108672 +209620,2692.382911,1391.854957,2318.522118,1317.857569,2228.348843 +209621,2695.122407,1390.601935,2317.6305,1326.377733,2227.255285 +209622,2697.620458,1389.436142,2317.582291,1324.993704,2227.188079 +209623,2700.159212,1388.268416,2317.851091,1342.955222,2227.489228 +209624,2702.867851,1387.113117,2320.186902,1319.019252,2230.10511 +209625,2705.251837,1385.967665,2321.473294,1350.337266,2231.672665 +209626,2707.534367,1384.833871,2320.681476,1344.646797,2230.683441 +209627,2710.205377,1383.714061,2320.648331,1351.440221,2230.621407 +209628,2712.634437,1382.604272,2320.914961,1356.627266,2230.908638 +209629,2715.106403,1381.506856,2321.330478,1361.569182,2231.366441 +209630,2725.039226,1380.420981,2321.973909,1366.75748,2232.103023 +209631,2709.706231,1379.348106,2324.181184,1371.923331,2234.785191 +209632,2733.513623,1378.283038,2323.747294,1377.146032,2234.210589 +209633,2714.543885,1377.233943,2323.881951,1382.427856,2234.339565 +209634,2737.823506,1376.194102,2324.229404,1387.839175,2234.720322 +209635,2726.935209,1375.166621,2324.78029,1393.091132,2235.344429 +209636,2732.388645,1374.150103,2325.25463,1398.581162,2235.871213 +209637,2735.130549,1373.145425,2325.691978,1403.958994,2236.352537 +209638,2737.229727,1372.151878,2326.176048,1409.618416,2236.892239 +209639,2739.446411,1371.255029,2326.655454,1415.219799,2237.426388 +209640,2741.877481,1370.15896,2327.124297,1420.724832,2237.947462 +209641,2793.647437,1392.186837,2327.149184,1449.520652,2237.100009 +209642,2796.914112,1392.811253,2332.29302,1460.63325,2242.909593 +209643,2801.687291,1392.866162,2335.762606,1462.729969,2247.26695 +209644,2806.828402,1392.896168,2340.946732,1480.04145,2253.93243 +209645,2809.966056,1392.826528,2342.818417,1463.918046,2256.557653 +209646,2814.519072,1392.709776,2344.589735,1485.368147,2259.024185 +209647,2818.381938,1392.561461,2346.039067,1491.9808,2261.014345 +209648,2822.566089,1392.396984,2348.925219,1496.211021,2264.697698 +209649,2825.319163,1392.219212,2349.016084,1503.821083,2264.847353 +209650,2829.899876,1392.038472,2349.556165,1510.605337,2265.468002 +209651,2840.728189,1391.852559,2350.382405,1517.40134,2266.355606 +209652,2827.927897,1391.664348,2351.087264,1524.70263,2267.016961 +209653,2850.795266,1391.47672,2353.387384,1539.902172,2269.594542 +209654,2842.429709,1391.285508,2353.223876,1525.564095,2269.077624 +209655,2848.827728,1391.099569,2355.181845,1549.789381,2271.341478 +209656,2851.684688,1390.909277,2354.573155,1551.262968,2270.172648 +209657,2855.236516,1390.724856,2354.619997,1558.536739,2269.758843 +209658,2859.54201,1390.541109,2356.595878,1569.413491,2271.68425 +209659,2861.994036,1390.356614,2356.062275,1577.312315,2270.480725 +209660,2872.326196,1390.177813,2356.301134,1580.724838,2270.204105 +209661,2862.147694,1390.000622,2358.538532,1575.103514,2272.12859 +209662,2879.847524,1389.909906,2359.647622,1601.497259,2272.902488 +209663,2876.52804,1389.611282,2360.533995,1599.509207,2273.404745 +209664,2878.088542,1389.499034,2359.453145,1618.755305,2271.461963 +209665,2883.405001,1389.32307,2360.825165,1600.747043,2272.515178 +209666,2893.530922,1389.155819,2361.86873,1645.815804,2273.142225 +209667,2889.025495,1388.993016,2361.110027,1612.784101,2271.53111 +209668,2891.526457,1388.836093,2361.054174,1653.914938,2270.766271 +209669,2902.969705,1388.680397,2361.42662,1640.173812,2270.50815 +209670,2893.094066,1388.528006,2361.917222,1654.75073,2270.384157 +209671,2908.402143,1388.33038,2364.200834,1660.869265,2272.478838 +209672,2906.626713,1388.119482,2364.15803,1667.85957,2271.719285 +209673,2909.421497,1387.914732,2366.356206,1675.399432,2273.924459 +209674,2917.430907,1387.699812,2366.186833,1682.539796,2273.025355 +209675,2909.224245,1387.491922,2366.576894,1689.893626,2272.813285 +209676,2921.884175,1387.282697,2368.755144,1697.102182,2274.799202 +209677,2921.209807,1387.068808,2368.551256,1704.554941,2273.867431 +209678,2922.233152,1386.861702,2368.933907,1711.859076,2273.65812 +209679,2924.226972,1386.652129,2369.41106,1719.203495,2273.720871 +209680,2926.735351,1386.443993,2369.94975,1726.442313,2273.640535 +209681,2928.915582,1386.237039,2370.599684,1739.910077,2273.859006 +209682,2929.627304,1386.030704,2371.221281,1738.67009,2273.870182 +209683,2932.897495,1385.741279,2373.375046,1749.858841,2275.442377 +209684,2932.147781,1385.660592,2372.871086,1756.431073,2274.285043 +209685,2932.329317,1385.399411,2372.843898,1763.957569,2273.555955 +209686,2932.848402,1385.210275,2372.925558,1771.245114,2272.944623 +209687,2933.622087,1385.010452,2373.087734,1780.918134,2272.624095 +209688,2934.659503,1384.811894,2373.360056,1791.440967,2272.261829 +209689,2935.931715,1384.614945,2373.742436,1801.31493,2272.031116 +209690,2937.368786,1384.41937,2374.203222,1811.121221,2271.900192 +209691,2938.923015,1384.225574,2374.72045,1821.251408,2271.845546 +209692,2940.565719,1384.033148,2375.281148,1831.188285,2271.852074 +209693,2942.275787,1383.842481,2375.875218,1841.000184,2271.906915 +209694,2944.168852,1383.653219,2376.578448,1856.563719,2272.319908 +209695,2946.109822,1383.465623,2377.307562,1859.136403,2272.567634 +209696,2947.951079,1383.279287,2377.970188,1871.533854,2272.733725 +209697,2949.823439,1383.094706,2378.648794,1881.653673,2272.922485 +209698,2951.760251,1382.911403,2379.364007,1891.272311,2273.159901 +209699,2953.716471,1382.729777,2380.087544,1900.987051,2273.410668 +209700,2955.832537,1382.549511,2380.909258,1916.144774,2273.786155 +209701,2958.593355,1349.16033,2382.654657,1884.808681,2276.12705 +209702,2955.240843,1348.440838,2379.966509,1898.248501,2272.036941 +209703,2949.817445,1347.893852,2375.619229,1912.36595,2265.221266 +209704,2945.506272,1347.336682,2371.862405,1914.973515,2258.831447 +209705,2937.903898,1346.794811,2369.162841,1926.384736,2253.680854 +209706,2921.592523,1346.257368,2367.126538,1936.092907,2249.406165 +209707,2925.270233,1345.725373,2367.256038,1950.717621,2247.937462 +209708,2927.240614,1345.108266,2365.483236,1953.388376,2244.255673 +209709,2929.166567,1344.70127,2364.784175,1964.035772,2242.051694 +209710,2932.468516,1344.116025,2366.584246,1979.515554,2242.853869 +209711,2931.984699,1343.599412,2365.990355,1982.269141,2241.084218 +209712,2933.295856,1343.073831,2366.08577,1997.355645,2240.308774 +209713,2935.192418,1342.628359,2366.482887,2001.370702,2240.022991 +209714,2938.463171,1341.983659,2368.713398,2015.405042,2242.120671 +209715,2931.691188,1341.511375,2370.047809,2025.133527,2243.220813 +209716,2944.6735,1340.969938,2369.378909,2027.087668,2241.932854 +209717,2936.301583,1340.444383,2370.941328,2033.794825,2243.480995 +209718,2948.974152,1339.912413,2371.729634,2038.011456,2244.130251 +209719,2936.400574,1339.380734,2370.385099,2039.303967,2242.184078 +209720,2949.876948,1338.85154,2369.582142,2042.057624,2240.936259 +209721,2941.419554,1338.321671,2370.564958,2047.117992,2242.132855 +209722,2953.590191,1337.788223,2370.763056,2051.613863,2242.18349 +209723,2941.98345,1337.254302,2368.954062,2054.068903,2239.76825 +209724,2953.821529,1336.724174,2367.843501,2057.465832,2238.238606 +209725,2952.154045,1336.190996,2367.151003,2061.465722,2237.24109 +209726,2953.348839,1335.57898,2368.253056,2067.501673,2238.503558 +209727,2952.537683,1335.161508,2366.819332,2070.708849,2236.649263 +209728,2960.94756,1334.57315,2366.055939,2074.664589,2235.658389 +209729,2950.497613,1334.050846,2365.449739,2078.833366,2234.88186 +209730,2960.768419,1333.516876,2364.864901,2083.053723,2234.150937 +209731,2959.863001,1332.910175,2364.449734,2087.470935,2233.652614 +209732,2959.323789,1332.287852,2364.062377,2091.896639,2233.222047 +209733,2959.339014,1331.657475,2363.577051,2096.179453,2232.708855 +209734,2959.777362,1331.020667,2363.028781,2100.36683,2232.155066 +209735,2962.366525,1330.379751,2364.108044,2106.497265,2233.666114 +209736,2961.278253,1329.730529,2362.665934,2109.58852,2232.076558 +209737,2961.106641,1329.080421,2361.715783,2113.23073,2231.121782 +209738,2961.757024,1328.424039,2360.912938,2117.091157,2230.360025 +209739,2962.491701,1327.764065,2360.202193,2121.095862,2229.723178 +209740,2962.914525,1327.099951,2359.543303,2125.171812,2229.165086 +209741,2962.260077,1326.432162,2358.878706,2129.424725,2228.616536 +209742,2961.593003,1325.760512,2358.163046,2133.369913,2228.020999 +209743,2960.942965,1325.085421,2357.391035,2137.242312,2227.370111 +209744,2960.324487,1324.40667,2356.575182,2141.065287,2226.677245 +209745,2959.732043,1323.724662,2355.725838,2144.996398,2225.953525 +209746,2959.15609,1323.039182,2354.850654,2148.825915,2225.207381 +209747,2958.594956,1322.350617,2353.958748,2152.159536,2224.449579 +209748,2958.047192,1321.658736,2353.056123,2155.889025,2223.687325 +209749,2957.504261,1320.963891,2352.142149,2159.787976,2222.919701 +209750,2956.95894,1320.265852,2351.215708,2163.692949,2222.145188 +209751,2956.410713,1319.564957,2350.279071,2167.402547,2221.36642 +209752,2955.861839,1318.860955,2349.335679,2171.080355,2220.587468 +209753,2955.312873,1318.154166,2348.38748,2174.748476,2219.810561 +209754,2954.760842,1317.444339,2347.433904,2178.623839,2219.034815 +209755,2954.203845,1316.731788,2346.47475,2182.282116,2218.259782 +209756,2953.643305,1316.016261,2345.511693,2185.915961,2217.487342 +209757,2953.080004,1315.298056,2344.545844,2189.534644,2216.718653 +209758,2952.513318,1314.576924,2343.577311,2193.151446,2215.953646 +209759,2951.953528,1310.337291,2342.613072,2196.765282,2215.20083 +209760,2951.23741,1308.984667,2341.259868,2200.788773,2214.464494 +209761,2951.366,1254.895469,2340.551932,2205.500681,2215.296158 +209762,2859.019551,1220.420885,2331.0933,2202.674202,2203.429059 +209763,2766.713888,1268.666573,2314.892163,2193.88546,2181.550739 +209764,2840.4572,1204.103294,2298.782016,2186.224754,2159.457281 +209765,2821.241793,1277.709186,2287.624334,2184.088627,2142.962992 +209766,2815.080058,1191.043156,2280.010634,2185.55613,2130.870578 +209767,2815.598809,1252.416377,2275.968189,2190.24117,2123.216453 +209768,2815.022914,1238.890928,2272.287894,2194.399069,2116.552724 +209769,2813.660106,1216.037783,2269.145209,2198.311137,2110.893367 +209770,2811.689391,1250.505045,2264.767496,2200.223455,2104.027462 +209771,2811.47399,1202.953523,2261.640582,2203.137326,2098.974026 +209772,2810.492311,1259.144655,2259.142499,2206.473634,2094.940859 +209773,2810.241156,1191.934727,2258.699679,2211.831115,2093.676053 +209774,2807.859848,1260.326687,2255.938144,2214.516362,2089.625125 +209775,2806.978171,1188.058694,2253.873752,2217.579524,2086.828795 +209776,2806.26842,1257.237931,2252.105985,2220.849511,2084.55881 +209777,2798.09331,1186.861773,2252.030314,2225.902857,2084.486325 +209778,2812.274298,1251.926341,2249.61924,2228.204012,2081.528977 +209779,2793.866778,1187.69014,2247.861009,2231.166611,2079.735089 +209780,2809.797744,1245.661675,2246.323836,2234.348763,2078.289257 +209781,2792.489676,1188.865493,2246.531069,2239.433786,2078.949374 +209782,2808.021575,1237.963,2245.930339,2243.494484,2078.760118 +209783,2789.182876,1192.094189,2243.323204,2245.211483,2076.165435 +209784,2805.663818,1230.564972,2241.47546,2247.794124,2074.590442 +209785,2787.360063,1193.66782,2239.898661,2250.72287,2073.899396 +209786,2803.300001,1224.056402,2238.499045,2253.854733,2072.840924 +209787,2784.861315,1195.079847,2237.156016,2257.014623,2071.826141 +209788,2800.958673,1217.582841,2235.885146,2260.202306,2071.093327 +209789,2782.319341,1196.431283,2234.612192,2263.334059,2070.395536 +209790,2791.552712,1210.349077,2234.88002,2268.134887,2071.520521 +209791,2788.216491,1198.866739,2232.687348,2270.08735,2069.827569 +209792,2786.43517,1203.246243,2232.72385,2274.47323,2070.754648 +209793,2784.231164,1199.987285,2230.328585,2276.035085,2068.897712 +209794,2782.920265,1198.976929,2228.531713,2278.231786,2067.521106 +209795,2781.743264,1197.627853,2228.599387,2282.496872,2068.813835 +209796,2779.004155,1196.273316,2226.216155,2283.923533,2066.78768 +209797,2777.500871,1194.908443,2224.411981,2285.963416,2065.678012 +209798,2775.773364,1193.541135,2222.812687,2288.224768,2064.830804 +209799,2774.329122,1192.167328,2222.963859,2292.413789,2066.121263 +209800,2771.529716,1190.793591,2220.605889,2293.680151,2064.403369 +209801,2769.957076,1189.410843,2218.801112,2295.527012,2063.370134 +209802,2767.989232,1188.026282,2217.187996,2297.586513,2062.573615 +209803,2765.862318,1186.63719,2215.669467,2299.932322,2061.898019 +209804,2764.251556,1185.242653,2215.84051,2303.91831,2063.283249 +209805,2761.70864,1183.848802,2213.472114,2304.927731,2061.619749 +209806,2759.585479,1182.446209,2211.641458,2306.510141,2060.406877 +209807,2757.53653,1181.042284,2209.991935,2308.309198,2059.61822 +209808,2755.343156,1179.634047,2208.438679,2310.214916,2058.953803 +209809,2753.117123,1178.222251,2206.934074,2312.146057,2058.356125 +209810,2750.875368,1176.806849,2205.450833,2314.05464,2057.793024 +209811,2748.603614,1175.387966,2203.975392,2315.920992,2057.248345 +209812,2746.299405,1173.96554,2202.501006,2317.740207,2056.713495 +209813,2743.935511,1172.539675,2201.023612,2319.51208,2056.182766 +209814,2741.60631,1171.110303,2199.541735,2321.238438,2055.653564 +209815,2739.141916,1169.677531,2198.05379,2322.919606,2055.123226 +209816,2737.218861,1168.313686,2198.20892,2326.403832,2056.625966 +209817,2733.997737,1166.768019,2195.79309,2326.891323,2054.981361 +209818,2731.837173,1165.375468,2193.905636,2327.955819,2053.989157 +209819,2721.465566,1163.918278,2192.055133,2329.082707,2053.033913 +209820,2736.784532,1162.468012,2190.427194,2330.468193,2052.34615 +209821,1963.267826,1160.996277,1040.809607,1805.295982,2333.499011 +209822,2047.456785,1290.515203,1087.79397,1887.325778,2393.250677 +209823,2135.289478,1294.263031,1140.594493,1973.461618,2440.454813 +209824,2199.579548,1293.705513,1183.237205,2032.916356,2463.717796 +209825,2246.823526,1294.190067,1217.167532,2070.36093,2477.458874 +209826,2280.952761,1293.568129,1243.964629,2092.0429,2486.20606 +209827,2306.381082,1292.700057,1265.535565,2104.831688,2492.395073 +209828,2326.083255,1291.778692,1283.368175,2113.229375,2497.20743 +209829,2341.827292,1290.813697,1298.397753,2119.524969,2501.211335 +209830,2354.657039,1289.813651,1311.38532,2124.697621,2504.716094 +209831,2365.216125,1288.788636,1322.369514,2129.121311,2507.87066 +209832,2373.920382,1287.743296,1331.807193,2132.95028,2510.721558 +209833,2381.10571,1286.66287,1339.934554,2136.305001,2513.302491 +209834,2387.050074,1285.590868,1346.952811,2139.293479,2515.642009 +209835,2391.985706,1284.516279,1353.035021,2142.00799,2517.770395 +209836,2396.101746,1283.43733,1358.327429,2144.5175,2519.715958 +209837,2399.549519,1282.357317,1362.952222,2147.052279,2521.50335 +209838,2402.421543,1281.274948,1366.997364,2149.235982,2523.123364 +209839,2404.84051,1280.193451,1370.560603,2151.308229,2524.622361 +209840,2406.905991,1279.111014,1373.723892,2153.308255,2526.040108 +209841,2408.667378,1278.029407,1376.540598,2155.23735,2527.37689 +209842,2410.169515,1276.866031,1379.058174,2157.097382,2528.639308 +209843,2411.450686,1275.905188,1381.31746,2158.890551,2529.835497 +209844,2412.542892,1274.76204,1383.353195,2160.619473,2530.973554 +209845,2413.472431,1273.691772,1385.194704,2162.286781,2532.060767 +209846,2414.260869,1272.606237,1386.866742,2163.894886,2533.103585 +209847,2414.925792,1271.519148,1388.390157,2165.445778,2534.107505 +209848,2415.481635,1270.412243,1389.782571,2166.941098,2535.077275 +209849,2415.938277,1269.314506,1391.057439,2168.372667,2536.014035 +209850,2416.306023,1268.216209,1392.227766,2169.751512,2536.922015 +209851,2416.594062,1267.020847,1393.305033,2171.08264,2537.805483 +209852,2416.797676,1265.800838,1394.295006,2172.275127,2538.667641 +209853,2416.914822,1264.566561,1395.202885,2173.28221,2539.510675 +209854,2416.948921,1263.320109,1396.033258,2174.106423,2540.336193 +209855,2416.906372,1262.142229,1396.79382,2174.771504,2541.14545 +209856,2416.794051,1260.75452,1397.490704,2175.301829,2541.939493 +209857,2416.618072,1259.534229,1398.127313,2175.71503,2542.71916 +209858,2416.383567,1258.23105,1398.709261,2176.022237,2543.485144 +209859,2416.094797,1256.929902,1399.240572,2176.23043,2544.237967 +209860,2415.755368,1255.617877,1399.722857,2176.344417,2544.978034 +209861,2415.368371,1254.294941,1400.16029,2176.367885,2545.705622 +209862,2414.936509,1252.960842,1400.555717,2176.303861,2546.420928 +209863,2414.462146,1251.615748,1400.909733,2176.154869,2547.124061 +209864,2413.94738,1250.179622,1401.225681,2175.923042,2547.815079 +209865,2413.39408,1248.931077,1401.505679,2175.610184,2548.493984 +209866,2412.803933,1247.493432,1401.749696,2175.217856,2549.160753 +209867,2412.178445,1246.116578,1401.960544,2174.747422,2549.815316 +209868,2411.518999,1244.715575,1402.139889,2174.200105,2550.457598 +209869,2410.826853,1243.303372,1402.287288,2173.577013,2551.087497 +209870,2410.103173,1241.879914,1402.405224,2172.879167,2551.704916 +209871,2409.34902,1240.445442,1402.493735,2172.107507,2552.309734 +209872,2408.565407,1238.999764,1402.555105,2171.262918,2552.90185 +209873,2407.753255,1237.543163,1402.589047,2170.346224,2553.481142 +209874,2406.913457,1236.075459,1402.597611,2169.358209,2554.047513 +209875,2406.046823,1234.596949,1402.580358,2168.299613,2554.600851 +209876,2405.154134,1233.107465,1402.539241,2167.171144,2555.141068 +209877,2404.236122,1231.607318,1402.473738,2165.973476,2555.668067 +209878,2403.293492,1230.096347,1402.385733,2164.707261,2556.181776 +209879,2402.326905,1228.574876,1402.274633,2163.373119,2556.682115 +209880,2401.337005,1227.042752,1402.142262,2161.971657,2557.169029 +209881,0,0,0,0,0 +209882,0,0,0,0,0 +209883,0,0,0,0,0 +209884,0,0,0,0,0 +209885,0,0,0,0,0 +209886,0,0,0,0,0 +209887,0,0,0,0,0 +209888,0,0,0,0,0 +209889,0,0,0,0,0 +209890,0,0,0,0,0 +209891,0,0,0,0,0 +209892,0,0,0,0,0 +209893,0,0,0,0,0 +209894,0,0,0,0,0 +209895,0,0,0,0,0 +209896,0,0,0,0,0 +209897,0,0,0,0,0 +209898,0,0,0,0,0 +209899,0,0,0,0,0 +209900,0,0,0,0,0 +209901,0,0,0,0,0 +209902,0,0,0,0,0 +209903,0,0,0,0,0 +209904,0,0,0,0,0 +209905,0,0,0,0,0 +209906,0,0,0,0,0 +209907,0,0,0,0,0 +209908,0,0,0,0,0 +209909,0,0,0,0,0 +209910,0,0,0,0,0 +209911,0,0,0,0,0 +209912,0,0,0,0,0 +209913,0,0,0,0,0 +209914,0,0,0,0,0 +209915,0,0,0,0,0 +209916,0,0,0,0,0 +209917,0,0,0,0,0 +209918,0,0,0,0,0 +209919,0,0,0,0,0 +209920,0,0,0,0,0 +209921,0,0,0,0,0 +209922,0,0,0,0,0 +209923,0,0,0,0,0 +209924,0,0,0,0,0 +209925,0,0,0,0,0 +209926,0,0,0,0,0 +209927,0,0,0,0,0 +209928,0,0,0,0,0 +209929,0,0,0,0,0 +209930,0,0,0,0,0 +209931,0,0,0,0,0 +209932,0,0,0,0,0 +209933,0,0,0,0,0 +209934,0,0,0,0,0 +209935,0,0,0,0,0 +209936,0,0,0,0,0 +209937,0,0,0,0,0 +209938,0,0,0,0,0 +209939,0,0,0,0,0 +209940,0,0,0,0,0 +209941,0,0,0,0,0 +209942,0,0,0,0,0 +209943,0,0,0,0,0 +209944,0,0,0,0,0 +209945,0,0,0,0,0 +209946,0,0,0,0,0 +209947,0,0,0,0,0 +209948,0,0,0,0,0 +209949,0,0,0,0,0 +209950,0,0,0,0,0 +209951,0,0,0,0,0 +209952,0,0,0,0,0 +209953,0,0,0,0,0 +209954,0,0,0,0,0 +209955,0,0,0,0,0 +209956,0,0,0,0,0 +209957,0,0,0,0,0 +209958,0,0,0,0,0 +209959,0,0,0,0,0 +209960,0,0,0,0,0 +209961,0,0,0,0,0 +209962,0,0,0,0,0 +209963,0,0,0,0,0 +209964,0,0,0,0,0 +209965,0,0,0,0,0 +209966,0,0,0,0,0 +209967,0,0,0,0,0 +209968,0,0,0,0,0 +209969,0,0,0,0,0 +209970,0,0,0,0,0 +209971,0,0,0,0,0 +209972,0,0,0,0,0 +209973,0,0,0,0,0 +209974,0,0,0,0,0 +209975,0,0,0,0,0 +209976,0,0,0,0,0 +209977,0,0,0,0,0 +209978,0,0,0,0,0 +209979,0,0,0,0,0 +209980,0,0,0,0,0 +209981,0,0,0,0,0 +209982,0,0,0,0,0 +209983,0,0,0,0,0 +209984,0,0,0,0,0 +209985,0,0,0,0,0 +209986,0,0,0,0,0 +209987,0,0,0,0,0 +209988,0,0,0,0,0 +209989,0,0,0,0,0 +209990,0,0,0,0,0 +209991,0,0,0,0,0 +209992,0,0,0,0,0 +209993,0,0,0,0,0 +209994,0,0,0,0,0 +209995,0,0,0,0,0 +209996,0,0,0,0,0 +209997,0,0,0,0,0 +209998,0,0,0,0,0 +209999,0,0,0,0,0 +210000,0,0,0,0,0 +210001,0,0,0,0,0 +210002,0,0,0,0,0 +210003,0,0,0,0,0 +210004,0,0,0,0,0 +210005,0,0,0,0,0 +210006,0,0,0,0,0 +210007,0,0,0,0,0 +210008,0,0,0,0,0 +210009,0,0,0,0,0 +210010,0,0,0,0,0 +210011,0,0,0,0,0 +210012,0,0,0,0,0 +210013,0,0,0,0,0 +210014,0,0,0,0,0 +210015,0,0,0,0,0 +210016,0,0,0,0,0 +210017,0,0,0,0,0 +210018,0,0,0,0,0 +210019,0,0,0,0,0 +210020,0,0,0,0,0 +210021,0,0,0,0,0 +210022,0,0,0,0,0 +210023,0,0,0,0,0 +210024,0,0,0,0,0 +210025,0,0,0,0,0 +210026,0,0,0,0,0 +210027,0,0,0,0,0 +210028,0,0,0,0,0 +210029,0,0,0,0,0 +210030,0,0,0,0,0 +210031,0,0,0,0,0 +210032,0,0,0,0,0 +210033,0,0,0,0,0 +210034,0,0,0,0,0 +210035,0,0,0,0,0 +210036,0,0,0,0,0 +210037,0,0,0,0,0 +210038,0,0,0,0,0 +210039,0,0,0,0,0 +210040,0,0,0,0,0 +210041,0,0,0,0,0 +210042,0,0,0,0,0 +210043,0,0,0,0,0 +210044,0,0,0,0,0 +210045,0,0,0,0,0 +210046,0,0,0,0,0 +210047,0,0,0,0,0 +210048,0,0,0,0,0 +210049,0,0,0,0,0 +210050,0,0,0,0,0 +210051,0,0,0,0,0 +210052,0,0,0,0,0 +210053,0,0,0,0,0 +210054,0,0,0,0,0 +210055,0,0,0,0,0 +210056,0,0,0,0,0 +210057,0,0,0,0,0 +210058,0,0,0,0,0 +210059,0,0,0,0,0 +210060,0,0,0,0,0 +210061,0,0,0,0,0 +210062,0,0,0,0,0 +210063,0,0,0,0,0 +210064,0,0,0,0,0 +210065,0,0,0,0,0 +210066,0,0,0,0,0 +210067,0,0,0,0,0 +210068,0,0,0,0,0 +210069,0,0,0,0,0 +210070,0,0,0,0,0 +210071,0,0,0,0,0 +210072,0,0,0,0,0 +210073,0,0,0,0,0 +210074,0,0,0,0,0 +210075,0,0,0,0,0 +210076,0,0,0,0,0 +210077,0,0,0,0,0 +210078,0,0,0,0,0 +210079,0,0,0,0,0 +210080,0,0,0,0,0 +210081,0,0,0,0,0 +210082,0,0,0,0,0 +210083,0,0,0,0,0 +210084,0,0,0,0,0 +210085,0,0,0,0,0 +210086,0,0,0,0,0 +210087,0,0,0,0,0 +210088,0,0,0,0,0 +210089,0,0,0,0,0 +210090,0,0,0,0,0 +210091,0,0,0,0,0 +210092,0,0,0,0,0 +210093,0,0,0,0,0 +210094,0,0,0,0,0 +210095,0,0,0,0,0 +210096,0,0,0,0,0 +210097,0,0,0,0,0 +210098,0,0,0,0,0 +210099,0,0,0,0,0 +210100,0,0,0,0,0 +210101,0,0,0,0,0 +210102,0,0,0,0,0 +210103,0,0,0,0,0 +210104,0,0,0,0,0 +210105,0,0,0,0,0 +210106,0,0,0,0,0 +210107,0,0,0,0,0 +210108,0,0,0,0,0 +210109,0,0,0,0,0 +210110,0,0,0,0,0 +210111,0,0,0,0,0 +210112,0,0,0,0,0 +210113,0,0,0,0,0 +210114,0,0,0,0,0 +210115,0,0,0,0,0 +210116,0,0,0,0,0 +210117,0,0,0,0,0 +210118,0,0,0,0,0 +210119,0,0,0,0,0 +210120,0,0,0,0,0 +210121,0,0,0,0,0 +210122,0,0,0,0,0 +210123,0,0,0,0,0 +210124,0,0,0,0,0 +210125,0,0,0,0,0 +210126,0,0,0,0,0 +210127,0,0,0,0,0 +210128,0,0,0,0,0 +210129,0,0,0,0,0 +210130,0,0,0,0,0 +210131,0,0,0,0,0 +210132,0,0,0,0,0 +210133,0,0,0,0,0 +210134,0,0,0,0,0 +210135,0,0,0,0,0 +210136,0,0,0,0,0 +210137,0,0,0,0,0 +210138,0,0,0,0,0 +210139,0,0,0,0,0 +210140,0,0,0,0,0 +210141,0,0,0,0,0 +210142,0,0,0,0,0 +210143,0,0,0,0,0 +210144,0,0,0,0,0 +210145,0,0,0,0,0 +210146,0,0,0,0,0 +210147,0,0,0,0,0 +210148,0,0,0,0,0 +210149,0,0,0,0,0 +210150,0,0,0,0,0 +210151,0,0,0,0,0 +210152,0,0,0,0,0 +210153,0,0,0,0,0 +210154,0,0,0,0,0 +210155,0,0,0,0,0 +210156,0,0,0,0,0 +210157,0,0,0,0,0 +210158,0,0,0,0,0 +210159,0,0,0,0,0 +210160,0,0,0,0,0 +210161,0,0,0,0,0 +210162,0,0,0,0,0 +210163,0,0,0,0,0 +210164,0,0,0,0,0 +210165,0,0,0,0,0 +210166,0,0,0,0,0 +210167,0,0,0,0,0 +210168,0,0,0,0,0 +210169,0,0,0,0,0 +210170,0,0,0,0,0 +210171,0,0,0,0,0 +210172,0,0,0,0,0 +210173,0,0,0,0,0 +210174,0,0,0,0,0 +210175,0,0,0,0,0 +210176,0,0,0,0,0 +210177,0,0,0,0,0 +210178,0,0,0,0,0 +210179,0,0,0,0,0 +210180,0,0,0,0,0 +210181,0,0,0,0,0 +210182,0,0,0,0,0 +210183,0,0,0,0,0 +210184,0,0,0,0,0 +210185,0,0,0,0,0 +210186,0,0,0,0,0 +210187,0,0,0,0,0 +210188,0,0,0,0,0 +210189,0,0,0,0,0 +210190,0,0,0,0,0 +210191,0,0,0,0,0 +210192,0,0,0,0,0 +210193,0,0,0,0,0 +210194,0,0,0,0,0 +210195,0,0,0,0,0 +210196,0,0,0,0,0 +210197,0,0,0,0,0 +210198,0,0,0,0,0 +210199,0,0,0,0,0 +210200,0,0,0,0,0 +210201,0,0,0,0,0 +210202,0,0,0,0,0 +210203,0,0,0,0,0 +210204,0,0,0,0,0 +210205,0,0,0,0,0 +210206,0,0,0,0,0 +210207,0,0,0,0,0 +210208,0,0,0,0,0 +210209,0,0,0,0,0 +210210,0,0,0,0,0 +210211,0,0,0,0,0 +210212,0,0,0,0,0 +210213,0,0,0,0,0 +210214,0,0,0,0,0 +210215,0,0,0,0,0 +210216,0,0,0,0,0 +210217,0,0,0,0,0 +210218,0,0,0,0,0 +210219,0,0,0,0,0 +210220,0,0,0,0,0 +210221,0,0,0,0,0 +210222,0,0,0,0,0 +210223,0,0,0,0,0 +210224,0,0,0,0,0 +210225,0,0,0,0,0 +210226,0,0,0,0,0 +210227,0,0,0,0,0 +210228,0,0,0,0,0 +210229,0,0,0,0,0 +210230,0,0,0,0,0 +210231,0,0,0,0,0 +210232,0,0,0,0,0 +210233,0,0,0,0,0 +210234,0,0,0,0,0 +210235,0,0,0,0,0 +210236,0,0,0,0,0 +210237,0,0,0,0,0 +210238,0,0,0,0,0 +210239,0,0,0,0,0 +210240,0,0,0,0,0 +210241,0,0,0,0,0 +210242,0,0,0,0,0 +210243,0,0,0,0,0 +210244,0,0,0,0,0 +210245,0,0,0,0,0 +210246,0,0,0,0,0 +210247,0,0,0,0,0 +210248,0,0,0,0,0 +210249,0,0,0,0,0 +210250,0,0,0,0,0 +210251,0,0,0,0,0 +210252,0,0,0,0,0 +210253,0,0,0,0,0 +210254,0,0,0,0,0 +210255,0,0,0,0,0 +210256,0,0,0,0,0 +210257,0,0,0,0,0 +210258,0,0,0,0,0 +210259,0,0,0,0,0 +210260,0,0,0,0,0 +210261,0,0,0,0,0 +210262,0,0,0,0,0 +210263,0,0,0,0,0 +210264,0,0,0,0,0 +210265,0,0,0,0,0 +210266,0,0,0,0,0 +210267,0,0,0,0,0 +210268,0,0,0,0,0 +210269,0,0,0,0,0 +210270,0,0,0,0,0 +210271,0,0,0,0,0 +210272,0,0,0,0,0 +210273,0,0,0,0,0 +210274,0,0,0,0,0 +210275,0,0,0,0,0 +210276,0,0,0,0,0 +210277,0,0,0,0,0 +210278,0,0,0,0,0 +210279,0,0,0,0,0 +210280,0,0,0,0,0 +210281,0,0,0,0,0 +210282,0,0,0,0,0 +210283,0,0,0,0,0 +210284,0,0,0,0,0 +210285,0,0,0,0,0 +210286,0,0,0,0,0 +210287,0,0,0,0,0 +210288,0,0,0,0,0 +210289,0,0,0,0,0 +210290,0,0,0,0,0 +210291,0,0,0,0,0 +210292,0,0,0,0,0 +210293,0,0,0,0,0 +210294,0,0,0,0,0 +210295,0,0,0,0,0 +210296,0,0,0,0,0 +210297,0,0,0,0,0 +210298,0,0,0,0,0 +210299,0,0,0,0,0 +210300,0,0,0,0,0 +210301,0,0,0,0,0 +210302,0,0,0,0,0 +210303,0,0,0,0,0 +210304,0,0,0,0,0 +210305,0,0,0,0,0 +210306,0,0,0,0,0 +210307,0,0,0,0,0 +210308,0,0,0,0,0 +210309,0,0,0,0,0 +210310,0,0,0,0,0 +210311,0,0,0,0,0 +210312,0,0,0,0,0 +210313,0,0,0,0,0 +210314,0,0,0,0,0 +210315,0,0,0,0,0 +210316,0,0,0,0,0 +210317,0,0,0,0,0 +210318,0,0,0,0,0 +210319,0,0,0,0,0 +210320,0,0,0,0,0 +210321,0,0,0,0,0 +210322,0,0,0,0,0 +210323,0,0,0,0,0 +210324,0,0,0,0,0 +210325,0,0,0,0,0 +210326,0,0,0,0,0 +210327,0,0,0,0,0 +210328,0,0,0,0,0 +210329,0,0,0,0,0 +210330,0,0,0,0,0 +210331,0,0,0,0,0 +210332,0,0,0,0,0 +210333,0,0,0,0,0 +210334,0,0,0,0,0 +210335,0,0,0,0,0 +210336,0,0,0,0,0 +210337,0,0,0,0,0 +210338,0,0,0,0,0 +210339,0,0,0,0,0 +210340,0,0,0,0,0 +210341,0,0,0,0,0 +210342,0,0,0,0,0 +210343,0,0,0,0,0 +210344,0,0,0,0,0 +210345,0,0,0,0,0 +210346,0,0,0,0,0 +210347,0,0,0,0,0 +210348,0,0,0,0,0 +210349,0,0,0,0,0 +210350,0,0,0,0,0 +210351,0,0,0,0,0 +210352,0,0,0,0,0 +210353,0,0,0,0,0 +210354,0,0,0,0,0 +210355,0,0,0,0,0 +210356,0,0,0,0,0 +210357,0,0,0,0,0 +210358,0,0,0,0,0 +210359,0,0,0,0,0 +210360,0,0,0,0,0 +210361,0,0,0,0,0 +210362,0,0,0,0,0 +210363,0,0,0,0,0 +210364,0,0,0,0,0 +210365,0,0,0,0,0 +210366,0,0,0,0,0 +210367,0,0,0,0,0 +210368,0,0,0,0,0 +210369,0,0,0,0,0 +210370,0,0,0,0,0 +210371,0,0,0,0,0 +210372,0,0,0,0,0 +210373,0,0,0,0,0 +210374,0,0,0,0,0 +210375,0,0,0,0,0 +210376,0,0,0,0,0 +210377,0,0,0,0,0 +210378,0,0,0,0,0 +210379,0,0,0,0,0 +210380,0,0,0,0,0 +210381,0,0,0,0,0 +210382,0,0,0,0,0 +210383,0,0,0,0,0 +210384,0,0,0,0,0 +210385,0,0,0,0,0 +210386,0,0,0,0,0 +210387,0,0,0,0,0 +210388,0,0,0,0,0 +210389,0,0,0,0,0 +210390,0,0,0,0,0 +210391,0,0,0,0,0 +210392,0,0,0,0,0 +210393,0,0,0,0,0 +210394,0,0,0,0,0 +210395,0,0,0,0,0 +210396,0,0,0,0,0 +210397,0,0,0,0,0 +210398,0,0,0,0,0 +210399,0,0,0,0,0 +210400,0,0,0,0,0 +210401,0,0,0,0,0 +210402,0,0,0,0,0 +210403,0,0,0,0,0 +210404,0,0,0,0,0 +210405,0,0,0,0,0 +210406,0,0,0,0,0 +210407,0,0,0,0,0 +210408,0,0,0,0,0 +210409,0,0,0,0,0 +210410,0,0,0,0,0 +210411,0,0,0,0,0 +210412,0,0,0,0,0 +210413,0,0,0,0,0 +210414,0,0,0,0,0 +210415,0,0,0,0,0 +210416,0,0,0,0,0 +210417,0,0,0,0,0 +210418,0,0,0,0,0 +210419,0,0,0,0,0 +210420,0,0,0,0,0 +210421,0,0,0,0,0 +210422,0,0,0,0,0 +210423,0,0,0,0,0 +210424,0,0,0,0,0 +210425,0,0,0,0,0 +210426,0,0,0,0,0 +210427,0,0,0,0,0 +210428,0,0,0,0,0 +210429,0,0,0,0,0 +210430,0,0,0,0,0 +210431,0,0,0,0,0 +210432,0,0,0,0,0 +210433,0,0,0,0,0 +210434,0,0,0,0,0 +210435,0,0,0,0,0 +210436,0,0,0,0,0 +210437,0,0,0,0,0 +210438,0,0,0,0,0 +210439,0,0,0,0,0 +210440,0,0,0,0,0 +210441,0,0,0,0,0 +210442,0,0,0,0,0 +210443,0,0,0,0,0 +210444,0,0,0,0,0 +210445,0,0,0,0,0 +210446,0,0,0,0,0 +210447,0,0,0,0,0 +210448,0,0,0,0,0 +210449,0,0,0,0,0 +210450,0,0,0,0,0 +210451,0,0,0,0,0 +210452,0,0,0,0,0 +210453,0,0,0,0,0 +210454,0,0,0,0,0 +210455,0,0,0,0,0 +210456,0,0,0,0,0 +210457,0,0,0,0,0 +210458,0,0,0,0,0 +210459,0,0,0,0,0 +210460,0,0,0,0,0 +210461,0,0,0,0,0 +210462,0,0,0,0,0 +210463,0,0,0,0,0 +210464,0,0,0,0,0 +210465,0,0,0,0,0 +210466,0,0,0,0,0 +210467,0,0,0,0,0 +210468,0,0,0,0,0 +210469,0,0,0,0,0 +210470,0,0,0,0,0 +210471,0,0,0,0,0 +210472,0,0,0,0,0 +210473,0,0,0,0,0 +210474,0,0,0,0,0 +210475,0,0,0,0,0 +210476,0,0,0,0,0 +210477,0,0,0,0,0 +210478,0,0,0,0,0 +210479,0,0,0,0,0 +210480,0,0,0,0,0 +210481,0,0,0,0,0 +210482,0,0,0,0,0 +210483,0,0,0,0,0 +210484,0,0,0,0,0 +210485,0,0,0,0,0 +210486,0,0,0,0,0 +210487,0,0,0,0,0 +210488,0,0,0,0,0 +210489,0,0,0,0,0 +210490,0,0,0,0,0 +210491,0,0,0,0,0 +210492,0,0,0,0,0 +210493,0,0,0,0,0 +210494,0,0,0,0,0 +210495,0,0,0,0,0 +210496,0,0,0,0,0 +210497,0,0,0,0,0 +210498,0,0,0,0,0 +210499,0,0,0,0,0 +210500,0,0,0,0,0 +210501,0,0,0,0,0 +210502,0,0,0,0,0 +210503,0,0,0,0,0 +210504,0,0,0,0,0 +210505,0,0,0,0,0 +210506,0,0,0,0,0 +210507,0,0,0,0,0 +210508,0,0,0,0,0 +210509,0,0,0,0,0 +210510,0,0,0,0,0 +210511,0,0,0,0,0 +210512,0,0,0,0,0 +210513,0,0,0,0,0 +210514,0,0,0,0,0 +210515,0,0,0,0,0 +210516,0,0,0,0,0 +210517,0,0,0,0,0 +210518,0,0,0,0,0 +210519,0,0,0,0,0 +210520,0,0,0,0,0 +210521,0,0,0,0,0 +210522,0,0,0,0,0 +210523,0,0,0,0,0 +210524,0,0,0,0,0 +210525,0,0,0,0,0 +210526,0,0,0,0,0 +210527,0,0,0,0,0 +210528,0,0,0,0,0 +210529,0,0,0,0,0 +210530,0,0,0,0,0 +210531,0,0,0,0,0 +210532,0,0,0,0,0 +210533,0,0,0,0,0 +210534,0,0,0,0,0 +210535,0,0,0,0,0 +210536,0,0,0,0,0 +210537,0,0,0,0,0 +210538,0,0,0,0,0 +210539,0,0,0,0,0 +210540,0,0,0,0,0 +210541,0,0,0,0,0 +210542,0,0,0,0,0 +210543,0,0,0,0,0 +210544,0,0,0,0,0 +210545,0,0,0,0,0 +210546,0,0,0,0,0 +210547,0,0,0,0,0 +210548,0,0,0,0,0 +210549,0,0,0,0,0 +210550,0,0,0,0,0 +210551,0,0,0,0,0 +210552,0,0,0,0,0 +210553,0,0,0,0,0 +210554,0,0,0,0,0 +210555,0,0,0,0,0 +210556,0,0,0,0,0 +210557,0,0,0,0,0 +210558,0,0,0,0,0 +210559,0,0,0,0,0 +210560,0,0,0,0,0 +210561,0,0,0,0,0 +210562,0,0,0,0,0 +210563,0,0,0,0,0 +210564,0,0,0,0,0 +210565,0,0,0,0,0 +210566,0,0,0,0,0 +210567,0,0,0,0,0 +210568,0,0,0,0,0 +210569,0,0,0,0,0 +210570,0,0,0,0,0 +210571,0,0,0,0,0 +210572,0,0,0,0,0 +210573,0,0,0,0,0 +210574,0,0,0,0,0 +210575,0,0,0,0,0 +210576,0,0,0,0,0 +210577,0,0,0,0,0 +210578,0,0,0,0,0 +210579,0,0,0,0,0 +210580,0,0,0,0,0 +210581,0,0,0,0,0 +210582,0,0,0,0,0 +210583,0,0,0,0,0 +210584,0,0,0,0,0 +210585,0,0,0,0,0 +210586,0,0,0,0,0 +210587,0,0,0,0,0 +210588,0,0,0,0,0 +210589,0,0,0,0,0 +210590,0,0,0,0,0 +210591,0,0,0,0,0 +210592,0,0,0,0,0 +210593,0,0,0,0,0 +210594,0,0,0,0,0 +210595,0,0,0,0,0 +210596,0,0,0,0,0 +210597,0,0,0,0,0 +210598,0,0,0,0,0 +210599,0,0,0,0,0 +210600,0,0,0,0,0 +210601,0,0,0,0,0 +210602,0,0,0,0,0 +210603,0,0,0,0,0 +210604,0,0,0,0,0 +210605,0,0,0,0,0 +210606,0,0,0,0,0 +210607,0,0,0,0,0 +210608,0,0,0,0,0 +210609,0,0,0,0,0 +210610,0,0,0,0,0 +210611,0,0,0,0,0 +210612,0,0,0,0,0 +210613,0,0,0,0,0 +210614,0,0,0,0,0 +210615,0,0,0,0,0 +210616,0,0,0,0,0 +210617,0,0,0,0,0 +210618,0,0,0,0,0 +210619,0,0,0,0,0 +210620,0,0,0,0,0 +210621,0,0,0,0,0 +210622,0,0,0,0,0 +210623,0,0,0,0,0 +210624,0,0,0,0,0 +210625,0,0,0,0,0 +210626,0,0,0,0,0 +210627,0,0,0,0,0 +210628,0,0,0,0,0 +210629,0,0,0,0,0 +210630,0,0,0,0,0 +210631,0,0,0,0,0 +210632,0,0,0,0,0 +210633,0,0,0,0,0 +210634,0,0,0,0,0 +210635,0,0,0,0,0 +210636,0,0,0,0,0 +210637,0,0,0,0,0 +210638,0,0,0,0,0 +210639,0,0,0,0,0 +210640,0,0,0,0,0 +210641,0,0,0,0,0 +210642,0,0,0,0,0 +210643,0,0,0,0,0 +210644,0,0,0,0,0 +210645,0,0,0,0,0 +210646,0,0,0,0,0 +210647,0,0,0,0,0 +210648,0,0,0,0,0 +210649,0,0,0,0,0 +210650,0,0,0,0,0 +210651,0,0,0,0,0 +210652,0,0,0,0,0 +210653,0,0,0,0,0 +210654,0,0,0,0,0 +210655,0,0,0,0,0 +210656,0,0,0,0,0 +210657,0,0,0,0,0 +210658,0,0,0,0,0 +210659,0,0,0,0,0 +210660,0,0,0,0,0 +210661,0,2739.21095,1182.3064,0,0 +210662,0,374.4281144,1169.352394,0,0 +210663,0,0,1144.851022,0,0 +210664,0,596.8598111,1120.361509,0,0 +210665,0,499.9465636,1099.903984,0,0 +210666,0,441.8873035,1083.65016,0,0 +210667,0,462.8002551,1070.836813,0,0 +210668,0,471.2427607,1060.626373,0,0 +210669,0,480.1573244,1052.419846,0,0 +210670,0,489.0614647,1045.840757,0,0 +210671,0,498.0068645,1040.626641,0,0 +210672,0,507.083408,1036.570632,0,0 +210673,0,516.1318408,1033.497584,0,0 +210674,0,524.9086535,1031.256999,0,0 +210675,0,534.5957896,1029.7207,0,0 +210676,0,543.4909491,1028.780735,0,0 +210677,0,552.7192077,1028.346108,0,0 +210678,0,561.9929013,1028.340713,0,0 +210679,0,571.2129363,1028.700414,0,0 +210680,0,580.4458032,1029.371131,0,0 +210681,0,589.7862591,1030.307216,0,0 +210682,0,599.0225362,1031.470068,0,0 +210683,0,608.4037564,1032.826942,0,0 +210684,0,617.6712652,1034.350129,0,0 +210685,0,627.0833387,1036.016018,0,0 +210686,0,636.3775757,1037.804586,0,0 +210687,0,645.817439,1039.698693,0,0 +210688,0,655.1343266,1041.68377,0,0 +210689,0,664.5994014,1043.747274,0,0 +210690,0,673.9351977,1045.878514,0,0 +210691,0,682.6535012,1048.06825,0,0 +210692,0,691.1037954,1050.282392,0,0 +210693,0,699.5974043,1052.496951,0,0 +210694,0,708.0427926,1054.701878,0,0 +210695,0,716.3424115,1056.891761,0,0 +210696,0,724.7011888,1059.070712,0,0 +210697,0,733.0240564,1061.23644,0,0 +210698,0,741.2071911,1063.392176,0,0 +210699,0,749.4560852,1065.534455,0,0 +210700,0,757.6743863,1067.665956,0,0 +210701,0,765.2949288,1069.783162,0,0 +210702,0,774.1571225,1071.862277,0,0 +210703,0,781.8755485,1073.913138,0,0 +210704,0,790.008278,1075.966474,0,0 +210705,0,797.9801284,1078.012412,0,0 +210706,0,806.0951776,1080.051218,0,0 +210707,0,813.8867848,1082.076178,0,0 +210708,0,821.941109,1084.089692,0,0 +210709,0,829.7900488,1086.086644,0,0 +210710,0,841.1169274,1088.070112,0,0 +210711,0,851.401718,1090.036345,0,0 +210712,0,861.7806888,1091.98515,0,0 +210713,0,871.9697703,1093.919392,0,0 +210714,0,882.1585722,1095.836718,0,0 +210715,0,892.2779586,1097.734887,0,0 +210716,0,902.3469998,1099.614138,0,0 +210717,0,912.3538725,1101.475308,0,0 +210718,0,922.2584228,1103.318767,0,0 +210719,0,932.2473182,1105.144463,0,0 +210720,0,942.0556803,1106.952121,0,0 +210721,0,951.9978244,1108.741375,0,0 +210722,0,961.8923429,1110.521874,0,0 +210723,0,971.6798688,1112.295176,0,0 +210724,0,981.6261943,1114.05807,0,0 +210725,0,991.2367513,1115.809942,0,0 +210726,0,1000.929505,1117.547936,0,0 +210727,0,1010.655492,1119.272269,0,0 +210728,0,1020.270952,1120.95512,0,0 +210729,0,1029.667476,1122.608012,0,0 +210730,0,1039.303892,1124.259391,0,0 +210731,0,1048.690817,1125.900941,0,0 +210732,0,1058.031941,1127.531013,0,0 +210733,0,1067.537071,1129.144449,0,0 +210734,0,1076.680124,1130.741956,0,0 +210735,0,1085.916174,1132.319824,0,0 +210736,0,1095.193931,1133.879801,0,0 +210737,0,1104.28223,1135.41769,0,0 +210738,0,1113.310345,1136.938129,0,0 +210739,0,1122.779378,1138.436101,0,0 +210740,0,1137.221159,1139.914441,0,0 +210741,0,1138.101395,1141.371252,0,0 +210742,0,1159.559821,1142.805698,0,0 +210743,0,1151.299872,1144.221305,0,0 +210744,0,1159.151809,1145.611808,0,0 +210745,0,1181.850339,1146.980071,0,0 +210746,0,1182.155895,1148.331908,0,0 +210747,0,1192.678908,1149.656567,0,0 +210748,0,1201.35493,1150.961978,0,0 +210749,0,1209.872263,1152.243186,0,0 +210750,0,1218.225439,1153.499774,0,0 +210751,0,1226.094065,1154.736612,0,0 +210752,0,1234.013478,1155.938754,0,0 +210753,0,1241.486539,1157.097232,0,0 +210754,0,1249.095961,1158.18575,0,0 +210755,0,1256.608347,1159.221182,0,0 +210756,0,1263.774373,1160.230383,0,0 +210757,0,1271.22163,1161.209006,0,0 +210758,0,1278.417638,1162.154932,0,0 +210759,0,1285.411892,1163.067193,0,0 +210760,0,1292.492613,1163.945639,0,0 +210761,0,1299.416629,1164.789144,27.81966665,0 +210762,0,1306.27275,1165.606087,41.18088067,0 +210763,0,1313.047503,1166.390715,33.85899873,0 +210764,0,1319.744747,1167.138998,42.38116237,0 +210765,0,1326.361367,1167.858437,46.39029277,0 +210766,0,1332.899788,1168.546651,50.22388232,0 +210767,0,1339.440046,1169.204653,54.01747283,0 +210768,0,1345.700693,1169.832983,57.85447651,0 +210769,0,1351.980602,1170.432055,61.56441309,0 +210770,97.49365603,1358.320538,1170.975308,65.22708225,0 +210771,77.36799658,1364.494157,1171.513017,68.90598403,0 +210772,83.9850563,1370.452283,1172.012462,72.5698183,0 +210773,97.38657952,1376.513573,1172.492882,76.13673353,0 +210774,105.4781877,1382.419776,1172.950794,79.70287049,0 +210775,113.5006052,1388.263825,1173.382298,83.23357164,0 +210776,121.3177059,1394.032139,1173.787603,86.67166085,0 +210777,129.3284836,1399.809793,1174.166511,90.22828218,0 +210778,137.0190814,1405.210602,1174.51925,93.6277987,0 +210779,144.763476,1410.942139,1174.845766,97.05391981,0 +210780,152.4111418,1416.328478,1175.146445,100.4341936,0 +210781,159.3168254,1421.474483,1175.421416,103.46421,0 +210782,166.4758091,1426.57287,1175.664792,106.8833691,0 +210783,173.0992241,1431.69548,1175.849434,109.6636167,0 +210784,180.3292775,1436.520441,1175.988399,112.9209129,0 +210785,186.9973448,1441.467579,1176.104795,116.0271724,0 +210786,193.5723858,1446.255423,1176.193486,119.0039759,0 +210787,200.4517718,1450.979315,1176.25259,121.9876551,0 +210788,207.0308418,1455.534793,1176.281643,125.104148,0 +210789,213.5806039,1460.235726,1176.280773,127.9084481,0 +210790,223.5882535,1459.717805,1176.250321,134.8030265,0 +210791,230.7884249,1463.184504,1176.165907,138.0026319,0 +210792,237.1453557,1467.08188,1176.036263,141.3751536,0 +210793,243.8114341,1470.791201,1175.875991,144.3916174,0 +210794,250.3701089,1474.687887,1175.693013,147.6061305,0 +210795,256.7459414,1478.458896,1175.489941,150.4634889,0 +210796,263.0351864,1482.191698,1175.266677,153.7106623,0 +210797,269.6210754,1485.864908,1175.023015,156.5560712,0 +210798,275.8609306,1489.475262,1174.736487,159.5275298,0 +210799,282.0916285,1493.020251,1174.422065,162.409338,0 +210800,288.1917539,1496.498667,1174.100545,165.3177083,0 +210801,294.6791216,1499.908954,1173.765225,168.2830148,0 +210802,300.596371,1503.250559,1173.412746,171.0301577,0 +210803,306.7570337,1506.615267,1173.041035,174.0000092,0 +210804,312.9836414,1509.584116,1172.649564,176.7311388,0 +210805,318.9737381,1512.921779,1172.237942,179.6254098,0 +210806,324.8671713,1515.905016,1171.806136,182.2124364,0 +210807,331.2110958,1518.910148,1171.354404,185.1774968,0 +210808,336.9290704,1521.826076,1170.883224,187.7795252,0 +210809,342.8905962,1524.667835,1170.392184,190.6405069,0 +210810,348.9760755,1527.435184,1169.881683,193.2647678,0 +210811,354.6408359,1529.863398,1169.351771,195.864139,0 +210812,360.1958691,1532.163214,1168.79759,198.4507344,0 +210813,366.1878279,1534.357902,1168.214656,200.8809047,0 +210814,371.5384452,1536.455368,1167.604085,203.646231,0 +210815,377.2198134,1538.457896,1166.965559,206.066765,0 +210816,382.3417953,1540.368362,1166.28018,208.6037914,0 +210817,388.6973711,1542.187614,1165.563413,211.0956561,0 +210818,393.6864442,1543.91705,1164.837946,213.5706327,0 +210819,399.3080618,1545.65363,1164.095682,216.0276833,0 +210820,404.6138233,1547.063337,1163.335512,218.6152628,0 +210821,410.3881375,1548.597223,1162.554852,220.807157,0 +210822,415.5027451,1551.305766,1161.754956,223.3295152,0 +210823,420.9663705,1549.883404,1160.935061,225.6938215,0 +210824,426.164552,1557.093784,1160.095645,227.9175871,0 +210825,431.8056057,1547.144011,1159.238958,230.5121072,0 +210826,436.905363,1568.654661,1158.360948,232.7395021,0 +210827,442.1600061,1538.844029,1157.471863,235.0971766,0 +210828,447.3827332,1583.477484,1156.555009,237.4129118,0 +210829,452.841678,1527.386476,1155.637284,239.7146145,0 +210830,457.8491623,1571.776289,1154.682903,242.0024881,0 +210831,463.095167,1563.263033,1153.731395,244.2763127,0 +210832,468.1103105,1547.414365,1152.757836,246.5368722,0 +210833,473.3532061,1585.167521,1151.765307,248.7838564,0 +210834,478.644962,1529.184764,1150.771958,251.0179353,0 +210835,483.6139588,1574.629724,1149.743732,253.2389308,0 +210836,488.5993138,1566.903147,1148.722843,255.4473539,0 +210837,493.7538214,1545.866161,1147.680488,257.6430893,0 +210838,498.6509618,1590.608464,1146.599039,259.6509845,0 +210839,503.7761755,1524.982284,1145.538161,262.0947948,0 +210840,508.6922498,1576.958405,1144.439699,264.1168132,0 +210841,514.5521641,1565.610719,1143.340248,266.6033177,0 +210842,520.094848,1546.522954,1142.239448,268.9648572,0 +210843,525.6982675,1588.359109,1141.141103,271.3119346,0 +210844,530.8774108,1526.175301,1140.064536,273.6488417,0 +210845,537.0033212,1575.187215,1138.969646,275.9767378,0 +210846,542.2056846,1563.365356,1137.898761,278.2957069,0 +210847,547.8598971,1546.768473,1136.820305,280.6057154,0 +210848,553.3779264,1581.940841,1135.73843,282.9069236,0 +210849,558.7719393,1529.276545,1134.668882,285.1991702,0 +210850,564.3556443,1569.902273,1133.579153,287.4828863,0 +210851,569.7839899,1557.707437,1132.506375,289.7577275,0 +210852,575.2487394,1547.878288,1131.424247,292.024234,0 +210853,580.6923971,1568.175083,1130.339327,294.2820722,0 +210854,586.07696,1536.714607,1129.260391,296.5316681,0 +210855,591.6134684,1573.109324,1128.168596,298.7728764,0 +210856,596.9092352,1529.514644,1127.090229,301.0059772,0 +210857,602.2982703,1572.206918,1125.993831,303.0237374,0 +210858,607.7424962,1527.280592,1124.914469,305.5624517,0 +210859,613.0719293,1565.465619,1123.816606,307.6090076,0 +210860,618.4329644,1529.921636,1122.734996,309.8497868,0 +210861,623.7745463,1552.858777,1121.638712,312.2576774,0 +210862,629.1023772,1537.553404,1120.55397,314.1136133,0 +210863,634.4180275,1542.298947,1119.462682,316.4584211,0 +210864,639.6718868,1538.564035,1118.37591,318.5916895,0 +210865,645.0889393,1537.109124,1117.288965,320.777884,0 +210866,650.2520684,1535.222259,1116.204009,322.9016308,0 +210867,655.514314,1533.259742,1115.120905,325.0682749,0 +210868,660.8394798,1531.224842,1114.020855,327.2300725,0 +210869,666.0420255,1529.116828,1112.919508,329.3320042,0 +210870,671.3336897,1526.937008,1111.834559,331.4789248,0 +210871,676.3138461,1524.537147,1110.759366,333.5438491,0 +210872,681.520223,1522.036529,1109.688423,335.6194941,0 +210873,686.535177,1519.449186,1108.619084,337.626113,0 +210874,691.5911989,1516.779686,1107.550523,339.6749945,0 +210875,696.5667744,1514.03036,1106.483214,341.6929873,0 +210876,701.7177854,1511.20291,1105.417913,343.7292359,0 +210877,706.5892914,1508.393524,1104.355551,345.69771,0 +210878,711.6251382,1505.276512,1103.296798,347.712406,0 +210879,716.5274611,1502.194,1102.245352,349.6965739,0 +210880,721.564707,1499.188412,1101.198151,351.6998647,0 +210881,726.4607326,1495.919345,1100.157113,353.6359337,0 +210882,731.4519831,1492.662023,1099.122368,355.6192572,0 +210883,736.2150636,1489.318585,1098.094026,357.5728456,0 +210884,741.245545,1485.904385,1097.072295,359.5233631,0 +210885,746.0727631,1482.420065,1096.057906,361.4910566,0 +210886,750.9514792,1478.866353,1095.051477,363.3902957,0 +210887,755.8062367,1475.243891,1094.053762,365.3383783,0 +210888,760.5878623,1471.553441,1093.065454,367.2572048,0 +210889,765.5684735,1467.795835,1092.087172,368.9510272,0 +210890,770.2444891,1463.876901,1091.119602,371.204405,0 +210891,775.1033727,1460.121105,1090.163298,372.9361875,0 +210892,779.8820762,1456.098616,1089.21885,374.8743453,0 +210893,784.596537,1452.184296,1088.286836,376.7658846,0 +210894,789.456185,1447.967496,1087.367839,378.6785512,0 +210895,794.1598375,1443.884985,1086.462414,380.5188824,0 +210896,798.9098608,1439.660245,1085.571087,382.4137977,0 +210897,803.6993462,1435.387816,1084.694423,384.2783724,0 +210898,808.3172615,1431.054351,1083.832966,386.1422072,0 +210899,813.0048077,1426.567325,1082.987177,388.0005994,0 +210900,817.7827711,1422.245886,1082.157628,389.88034,0 +210901,821.8705308,1417.598073,1081.344942,391.4590775,0 +210902,826.362369,1412.944747,1080.545331,393.2879722,0 +210903,830.4477342,1408.209916,1079.756465,394.8844922,0 +210904,834.8923166,1403.413931,1078.977335,396.6781409,0 +210905,838.8798652,1398.647583,1078.209108,398.2664095,0 +210906,843.3691342,1393.517127,1077.452915,400.0748474,0 +210907,847.324211,1388.739267,1076.713997,401.6095033,0 +210908,851.7781333,1383.637627,1076.001807,403.3998475,0 +210909,855.8303826,1378.571942,1075.322747,404.9607339,0 +210910,860.21906,1373.438849,1074.679807,406.7191808,0 +210911,864.2198342,1368.252652,1074.070627,408.274349,0 +210912,868.5149683,1362.92734,1073.493328,410.0223592,0 +210913,872.5998473,1357.761104,1072.944119,411.5957426,0 +210914,876.889498,1352.36029,1072.421529,413.2911255,0 +210915,880.8596942,1347.071112,1071.922367,414.8486725,0 +210916,885.2504244,1341.509128,1071.445866,416.5728909,0 +210917,889.0788368,1336.085475,1070.989501,418.1005745,0 +210918,893.4311004,1330.454354,1070.5528,419.821167,0 +210919,897.3339366,1325.00003,1070.133662,421.3409105,0 +210920,901.5392994,1319.318528,1069.731949,423.0826029,0 +210921,905.5406788,1313.667206,1069.345736,424.5508528,0 +210922,909.7401783,1307.960572,1068.978982,426.2781996,0 +210923,913.6234222,1302.211809,1068.625484,427.7788517,0 +210924,917.8547436,1296.422912,1068.28404,429.477401,0 +210925,921.7041446,1290.596058,1067.953814,430.9766503,0 +210926,925.9137344,1284.730557,1067.639922,432.6689529,0 +210927,929.7419814,1278.828589,1067.337029,434.1623285,0 +210928,933.9309856,1272.806467,1067.044341,435.8784392,0 +210929,937.7374924,1266.952221,1066.761229,437.321227,0 +210930,941.906119,1260.967614,1066.492995,439.0247062,0 +210931,945.6031398,1254.734696,1066.234418,440.4553462,0 +210932,949.5494272,1248.530373,1065.982942,442.0718164,0 +210933,953.2882251,1242.412989,1065.736863,443.4898832,0 +210934,957.3003353,1236.102814,1065.497471,444.967252,0 +210935,960.8390315,1229.828558,1065.264197,446.5927569,0 +210936,964.8999515,1223.432625,1065.038358,448.0286375,0 +210937,968.3432984,1217.276901,1064.819113,449.4458562,0 +210938,972.4983954,1210.73698,1064.607488,451.0816252,0 +210939,975.937671,1204.406211,1064.402684,452.4694976,0 +210940,979.9662871,1197.893482,1064.205534,453.9219817,0 +210941,983.4440112,1191.560137,1064.015252,455.5235407,0 +210942,987.5163903,1185.040572,1063.832861,456.9062709,0 +210943,990.856029,1178.569309,1063.657409,458.3491199,0 +210944,994.8907482,1172.064136,1063.489792,459.9413397,0 +210945,998.3203948,1165.548165,1063.329336,461.31544,0 +210946,1002.277589,1159.014996,1063.176795,462.7815054,0 +210947,1005.626403,1173.971218,1063.034713,464.3182124,0 +210948,1009.689537,1114.227409,1062.906933,465.7088341,0 +210949,1013.043256,1178.852654,1062.765261,467.2574933,0 +210950,1016.983841,1094.414839,1062.658474,468.6183289,0 +210951,1020.387844,1158.640991,1062.529978,470.0425251,0 +210952,1024.302602,1093.455175,1062.439829,471.617558,0 +210953,1027.694514,1125.274415,1062.32917,472.9754749,0 +210954,1031.59819,1101.974646,1062.243895,474.521972,0 +210955,1034.982137,1100.657889,1062.159924,475.8759739,0 +210956,1038.876179,1092.884692,1062.087138,477.4520329,0 +210957,1042.252909,1086.482384,1062.019005,478.7551517,0 +210958,1046.139064,1079.936274,1061.958106,480.3217434,0 +210959,1049.509897,1073.231476,1061.908166,481.667539,0 +210960,1054.673438,1066.679322,1061.865906,483.2089141,0 +210961,1056.36855,1059.769627,1061.829914,484.4061574,0 +210962,1061.270216,1053.053102,1061.791951,485.6090634,0 +210963,1061.429162,1046.263599,1061.749535,486.8132878,0 +210964,1068.936333,1042.47318,1061.698788,488.0159449,0 +210965,1064.97677,1037.56466,1061.645428,489.2167216,0 +210966,1078.873223,1032.593966,1061.584321,490.4156299,0 +210967,1064.84953,1027.64264,1061.526681,491.6467464,0 +210968,1094.555727,1022.697516,1061.459108,492.7914118,0 +210969,1055.629243,1017.760752,1061.405972,494.0115934,0 +210970,1093.052592,1012.834599,1061.333304,495.1997404,0 +210971,1083.81328,1007.920332,1061.28243,496.3928671,0 +210972,1088.011756,1003.019644,1061.223987,497.5853745,0 +210973,1091.42456,998.1341461,1061.171117,498.7776016,0 +210974,1094.249623,993.2654819,1061.121896,499.969591,0 +210975,1097.174413,988.4792024,1061.076658,501.1616021,0 +210976,1100.172378,983.5543736,1061.035909,502.3537317,0 +210977,1102.953745,978.7932396,1060.999959,503.5461926,0 +210978,1105.937237,973.9348941,1060.969043,504.7390719,0 +210979,1108.84506,969.2686611,1060.943454,505.932569,0 +210980,1111.773545,964.5508046,1060.923407,507.126755,0 +210981,1114.708989,959.7658276,1060.909037,508.3565225,0 +210982,1117.652697,955.1369716,1060.900515,509.499847,0 +210983,1120.605617,950.4849023,1060.897984,510.7229491,0 +210984,1123.562635,945.876678,1060.901568,511.9154186,0 +210985,1126.612509,941.3039395,1060.911351,513.1148642,0 +210986,1129.439038,936.7694779,1060.927473,514.3157404,0 +210987,1132.473655,932.2712957,1060.94989,515.5181059,0 +210988,1135.338874,927.8167404,1060.978802,516.7219963,0 +210989,1138.449425,923.4037969,1061.014185,517.9275542,0 +210990,1141.357875,919.0356372,1061.056165,519.1347852,0 +210991,1144.270973,914.7217834,1061.104695,520.3022821,0 +210992,1147.154687,910.3032226,1061.158255,521.4627874,0 +210993,1150.033745,906.0612452,1061.215719,522.6207809,0 +210994,1152.910732,901.8161568,1061.276825,523.777323,0 +210995,1155.87752,897.6590573,1061.341673,524.9691548,0 +210996,1158.612508,893.5972618,1061.410617,526.0695686,0 +210997,1161.556516,889.4714494,1061.483759,526.8893219,0 +210998,1164.416915,885.4359101,1061.561427,528.5880744,0 +210999,1167.289771,881.5403426,1061.643926,529.4688841,0 +211000,1170.165745,877.6659766,1061.73111,530.6860759,0 +211001,1173.040902,873.8422259,1061.823298,531.841105,0 +211002,1175.916868,870.1362661,1061.920529,532.9967422,0 +211003,1178.793704,866.3050095,1062.022902,534.1525555,0 +211004,1181.670608,862.8037095,1062.13044,535.3086393,0 +211005,1184.455278,859.2034365,1062.243291,536.4651196,0 +211006,1187.570435,855.7368978,1062.361404,537.6219495,0 +211007,1190.235617,852.3385836,1062.484955,538.7421347,0 +211008,1193.202978,849.0740308,1062.613754,539.9562256,0 +211009,1196.068563,845.756466,1062.748032,541.0863708,0 +211010,1198.950352,842.6437126,1062.887655,542.251462,0 +211011,1201.833031,839.5682731,1063.032713,543.4479539,0 +211012,1204.716875,836.5904218,1063.18318,544.5509868,0 +211013,1207.601097,833.6505066,1063.339026,545.7394248,0 +211014,1210.486071,830.7704799,1063.500268,546.8936519,0 +211015,1213.371787,828.3971804,1063.666844,548.2871471,0 +211016,1216.258643,826.0696868,1063.838903,549.9453332,0 +211017,1219.242619,823.9269526,1064.016392,551.6843662,0 +211018,1221.983218,821.7947643,1064.199323,553.7300312,0 +211019,1224.945468,819.7232828,1064.387574,555.5873505,0 +211020,1227.81942,817.6992909,1064.581119,557.7502513,0 +211021,0,0,0,0,0 +211022,0,0,0,0,0 +211023,0,0,0,0,0 +211024,0,0,0,0,0 +211025,0,0,0,0,0 +211026,0,0,0,0,0 +211027,0,0,0,0,0 +211028,0,0,0,0,0 +211029,0,0,0,0,0 +211030,0,0,0,0,0 +211031,0,0,0,0,0 +211032,0,0,0,0,0 +211033,0,0,0,0,0 +211034,0,0,0,0,0 +211035,0,0,0,0,0 +211036,0,0,0,0,0 +211037,0,0,0,0,0 +211038,0,0,0,0,0 +211039,0,0,0,0,0 +211040,0,0,0,0,0 +211041,0,0,0,0,0 +211042,0,0,0,0,0 +211043,0,0,0,0,0 +211044,0,0,0,0,0 +211045,0,0,0,0,0 +211046,0,0,0,0,0 +211047,0,0,0,0,0 +211048,0,0,0,0,0 +211049,0,0,0,0,0 +211050,0,0,0,0,0 +211051,0,0,0,0,0 +211052,0,0,0,0,0 +211053,0,0,0,0,0 +211054,0,0,0,0,0 +211055,0,0,0,0,0 +211056,0,0,0,0,0 +211057,0,0,0,0,0 +211058,0,0,0,0,0 +211059,0,0,0,0,0 +211060,0,0,0,0,0 +211061,0,0,0,0,0 +211062,0,0,0,0,0 +211063,0,0,0,0,0 +211064,0,0,0,0,0 +211065,0,0,0,0,0 +211066,0,0,0,0,0 +211067,0,0,0,0,0 +211068,0,0,0,0,0 +211069,0,0,0,0,0 +211070,0,0,0,0,0 +211071,0,0,0,0,0 +211072,0,0,0,0,0 +211073,0,0,0,0,0 +211074,0,0,0,0,0 +211075,0,0,0,0,0 +211076,0,0,0,0,0 +211077,0,0,0,0,0 +211078,0,0,0,0,0 +211079,0,0,0,0,0 +211080,0,0,0,0,0 +211081,0,0,0,0,0 +211082,0,0,0,0,0 +211083,0,0,0,0,0 +211084,0,0,0,0,0 +211085,0,0,0,0,0 +211086,0,0,0,0,0 +211087,0,0,0,0,0 +211088,0,0,0,0,0 +211089,0,0,0,0,0 +211090,0,0,0,0,0 +211091,0,0,0,0,0 +211092,0,0,0,0,0 +211093,0,0,0,0,0 +211094,0,0,0,0,0 +211095,0,0,0,0,0 +211096,0,0,0,0,0 +211097,0,0,0,0,0 +211098,0,0,0,0,0 +211099,0,0,0,0,0 +211100,0,0,0,0,0 +211101,0,0,0,0,0 +211102,0,0,0,0,0 +211103,0,0,0,0,0 +211104,0,0,0,0,0 +211105,0,0,0,0,0 +211106,0,0,0,0,0 +211107,0,0,0,0,0 +211108,0,0,0,0,0 +211109,0,0,0,0,0 +211110,0,0,0,0,0 +211111,0,0,0,0,0 +211112,0,0,0,0,0 +211113,0,0,0,0,0 +211114,0,0,0,0,0 +211115,0,0,0,0,0 +211116,0,0,0,0,0 +211117,0,0,0,0,0 +211118,0,0,0,0,0 +211119,0,0,0,0,0 +211120,0,0,0,0,0 +211121,0,0,0,0,0 +211122,0,0,0,0,0 +211123,0,0,0,0,0 +211124,0,0,0,0,0 +211125,0,0,0,0,0 +211126,0,0,0,0,0 +211127,0,0,0,0,0 +211128,0,0,0,0,0 +211129,0,0,0,0,0 +211130,0,0,0,0,0 +211131,0,0,0,0,0 +211132,0,0,0,0,0 +211133,0,0,0,0,0 +211134,0,0,0,0,0 +211135,0,0,0,0,0 +211136,0,0,0,0,0 +211137,0,0,0,0,0 +211138,0,0,0,0,0 +211139,0,0,0,0,0 +211140,0,0,0,0,0 +211141,0,0,0,0,0 +211142,0,0,0,0,0 +211143,0,0,0,0,0 +211144,0,0,0,0,0 +211145,0,0,0,0,0 +211146,0,0,0,0,0 +211147,0,0,0,0,0 +211148,0,0,0,0,0 +211149,0,0,0,0,0 +211150,0,0,0,0,0 +211151,0,0,0,0,0 +211152,0,0,0,0,0 +211153,0,0,0,0,0 +211154,0,0,0,0,0 +211155,0,0,0,0,0 +211156,0,0,0,0,0 +211157,0,0,0,0,0 +211158,0,0,0,0,0 +211159,0,0,0,0,0 +211160,0,0,0,0,0 +211161,0,0,0,0,0 +211162,0,0,0,0,0 +211163,0,0,0,0,0 +211164,0,0,0,0,0 +211165,0,0,0,0,0 +211166,0,0,0,0,0 +211167,0,0,0,0,0 +211168,0,0,0,0,0 +211169,0,0,0,0,0 +211170,0,0,0,0,0 +211171,0,0,0,0,0 +211172,0,0,0,0,0 +211173,0,0,0,0,0 +211174,0,0,0,0,0 +211175,0,0,0,0,0 +211176,0,0,0,0,0 +211177,0,0,0,0,0 +211178,0,0,0,0,0 +211179,0,0,0,0,0 +211180,0,0,0,0,0 +211181,0,0,0,0,0 +211182,0,0,0,0,0 +211183,0,0,0,0,0 +211184,0,0,0,0,0 +211185,0,0,0,0,0 +211186,0,0,0,0,0 +211187,0,0,0,0,0 +211188,0,0,0,0,0 +211189,0,0,0,0,0 +211190,0,0,0,0,0 +211191,0,0,0,0,0 +211192,0,0,0,0,0 +211193,0,0,0,0,0 +211194,0,0,0,0,0 +211195,0,0,0,0,0 +211196,0,0,0,0,0 +211197,0,0,0,0,0 +211198,0,0,0,0,0 +211199,0,0,0,0,0 +211200,0,0,0,0,0 +211201,0,0,0,0,0 +211202,0,0,0,0,0 +211203,0,0,0,0,0 +211204,0,0,0,0,0 +211205,0,0,0,0,0 +211206,0,0,0,0,0 +211207,0,0,0,0,0 +211208,0,0,0,0,0 +211209,0,0,0,0,0 +211210,0,0,0,0,0 +211211,0,0,0,0,0 +211212,0,0,0,0,0 +211213,0,0,0,0,0 +211214,0,0,0,42.6471558,0 +211215,0,0,0,83.71633869,0 +211216,0,0,0,78.50243804,0 +211217,0,0,0,87.8093441,0 +211218,0,0,0,99.57165537,0 +211219,0,0,0,107.7028075,0 +211220,0,0,0,115.9772816,0 +211221,0,0,0,124.032557,0 +211222,0,0,0,131.9971232,0 +211223,0,0,0,139.7058988,0 +211224,0,0,0,147.3863381,0 +211225,0,0,0,154.9529999,0 +211226,0,0,0,162.3200283,0 +211227,0,0,0,169.608285,0 +211228,0,0,0,176.6374118,0 +211229,0,0,0,183.8689499,0 +211230,0,0,0,190.7081485,0 +211231,0,0,0,197.062112,0 +211232,0,0,0,203.1315915,0 +211233,0,0,0,209.1972958,0 +211234,0,0,0,214.9798095,0 +211235,0,0,0,220.6708576,0 +211236,0,0,0,226.1699218,0 +211237,0,0,0,231.5053266,0 +211238,0,0,0,236.9922602,0 +211239,0,0,0,241.8798841,0 +211240,0,0,0,247.1329898,0 +211241,0,0,0,251.9715571,0 +211242,0,0,0,256.7955221,0 +211243,0,0,0,261.4736831,0 +211244,0,0,0,265.958584,0 +211245,0,0,0,270.5702062,0 +211246,0,0,0,274.845302,0 +211247,0,0,0,279.2006305,0 +211248,0,0,0,283.0881586,0 +211249,0,0,0,287.3470826,0 +211250,0,0,0,291.1771537,0 +211251,0,0,0,295.0172288,0 +211252,0,0,0,298.6318254,0 +211253,0,0,0,302.4164598,0 +211254,0,0,0,305.9560204,0 +211255,0,0,0,309.2308307,0 +211256,0,0,0,312.6368192,0 +211257,0,0,0,315.8437868,0 +211258,0,0,0,318.8652259,0 +211259,0,0,0,322.0713637,0 +211260,0,0,0,324.9271716,0 +211261,0,0,0,327.648127,0 +211262,0,0,0,330.2036429,0 +211263,0,0,0,332.6505186,0 +211264,0,0,0,334.9993836,0 +211265,0,0,0,337.3741747,0 +211266,0,0,0,339.2320885,0 +211267,0,0,0,341.580022,0 +211268,0,0,0,343.4484067,0 +211269,0,0,0,345.3618208,0 +211270,0,0,0,347.1651024,0 +211271,0,0,0,348.8808862,0 +211272,0,0,0,350.5092734,0 +211273,0,0,0,352.0512391,0 +211274,0,0,0,353.5072067,0 +211275,0,0,0,354.8780558,0 +211276,0,0,0,356.1641841,0 +211277,0,0,0,357.3664477,0 +211278,0,0,0,358.4852173,0 +211279,0,0,0,359.5213285,0 +211280,0,0,0,360.4751277,0 +211281,0,0,0,361.3474317,0 +211282,0,0,0,362.1385643,0 +211283,0,0,0,362.7204566,0 +211284,0,0,0,363.5471306,0 +211285,0,0,0,364.0000692,0 +211286,0,0,0,364.4954666,0 +211287,0,0,0,364.8892373,0 +211288,0,0,0,365.205627,0 +211289,0,0,0,365.4446319,0 +211290,0,0,0,365.6066532,0 +211291,0,0,0,364.5711154,0 +211292,0,0,0,363.3535008,0 +211293,0,0,0,362.090765,0 +211294,0,0,0,360.3444535,0 +211295,0,0,0,358.7371525,0 +211296,0,0,0,356.8673926,0 +211297,0,0,0,354.8798098,0 +211298,0,0,0,352.7557453,0 +211299,0,0,0,350.4988169,0 +211300,0,0,0,348.1114009,0 +211301,0,0,0,345.5961882,0 +211302,0,0,0,342.9551388,0 +211303,0,0,0,340.190566,0 +211304,0,0,0,337.4269559,0 +211305,0,0,0,334.1135513,0 +211306,0,0,0,331.2625705,0 +211307,0,0,0,327.9090691,0 +211308,0,0,0,324.5728917,0 +211309,0,0,0,321.1015632,0 +211310,0,0,0,317.5179971,0 +211311,0,0,0,313.9429096,0 +211312,0,0,0,309.9660746,0 +211313,0,0,0,306.1380378,0 +211314,0,0,0,301.9830943,0 +211315,0,0,0,298.1226519,0 +211316,0,0,0,293.6558594,0 +211317,0,0,0,289.409571,0 +211318,0,0,0,284.9489715,0 +211319,0,0,0,280.5040889,0 +211320,0,0,0,275.5648036,0 +211321,0,0,0,271.0925671,0 +211322,0,0,0,266.1478717,0 +211323,0,0,0,261.3411743,0 +211324,0,0,0,256.1721702,0 +211325,0,0,0,251.1171745,0 +211326,0,0,0,245.8927199,0 +211327,0,0,0,232.6195977,0 +211328,0,0,0,226.2414646,0 +211329,0,0,0,220.0518586,0 +211330,0,0,0,214.0966758,0 +211331,0,0,0,208.0758184,0 +211332,0,0,0,202.0386325,0 +211333,0,0,0,196.0114681,0 +211334,0,0,0,189.7709842,0 +211335,0,0,0,183.6211126,0 +211336,0,0,0,177.3590469,0 +211337,0,0,0,171.1003571,0 +211338,0,0,0,164.629137,0 +211339,0,0,0,158.2423004,0 +211340,0,0,0,151.7870892,0 +211341,0,0,0,145.1964162,0 +211342,0,0,0,138.5398015,0 +211343,0,0,0,131.9415476,0 +211344,0,0,0,125.1202233,0 +211345,0,0,0,118.4043206,0 +211346,0,0,0,111.5179703,0 +211347,0,0,0,104.5770329,0 +211348,0,0,0,97.67018863,0 +211349,0,0,0,90.61803816,0 +211350,0,0,0,83.85214832,0 +211351,0,0,0,76.13720291,0 +211352,0,0,0,68.97555395,0 +211353,0,0,0,61.5242171,0 +211354,0,0,0,90.00272074,0 +211355,0,0,0,0,0 +211356,0,0,0,91.48108064,0 +211357,0,0,0,0,0 +211358,0,0,0,23.19321953,0 +211359,0,0,0,23.2708469,0 +211360,0,0,0,0,0 +211361,0,0,0,3.383736205,0 +211362,0,0,0,0,0 +211363,0,0,0,0,0 +211364,0,0,0,0,0 +211365,0,0,0,0,0 +211366,0,0,0,0,0 +211367,0,0,0,0,0 +211368,0,0,0,0,0 +211369,0,0,0,0,0 +211370,0,0,0,0,0 +211371,0,0,0,0,0 +211372,0,0,0,0,0 +211373,0,0,0,0,0 +211374,0,0,0,0,0 +211375,0,0,0,0,0 +211376,0,0,0,0,0 +211377,0,0,0,0,0 +211378,0,0,0,0,0 +211379,0,0,0,0,0 +211380,0,0,0,0,0 +211381,0,0,0,0,0 +211382,0,0,0,0,0 +211383,0,0,0,0,0 +211384,0,0,0,0,0 +211385,0,0,0,0,0 +211386,0,0,0,0,0 +211387,0,0,0,0,0 +211388,0,0,0,0,0 +211389,0,0,0,0,0 +211390,0,0,0,0,0 +211391,0,0,0,0,0 +211392,0,0,0,0,0 +211393,0,0,0,0,0 +211394,0,0,0,0,0 +211395,0,0,0,0,0 +211396,0,0,0,0,0 +211397,0,0,0,0,0 +211398,0,0,0,0,0 +211399,0,0,0,0,0 +211400,0,0,0,0,0 +211401,0,0,0,0,0 +211402,0,0,0,0,0 +211403,0,0,0,0,0 +211404,0,0,0,0,0 +211405,0,0,0,0,0 +211406,0,0,0,0,0 +211407,0,0,0,0,0 +211408,0,0,0,0,0 +211409,0,0,0,0,0 +211410,0,0,0,0,0 +211411,0,0,0,0,0 +211412,0,0,0,0,0 +211413,0,0,0,0,0 +211414,0,0,0,0,0 +211415,0,0,0,0,0 +211416,0,0,0,0,0 +211417,0,0,0,0,0 +211418,0,0,0,0,0 +211419,0,0,0,0,0 +211420,0,0,0,0,0 +211421,0,0,0,0,0 +211422,0,0,0,0,0 +211423,0,0,0,0,0 +211424,0,0,0,0,0 +211425,0,0,0,0,0 +211426,0,0,0,0,0 +211427,0,0,0,0,0 +211428,0,0,0,0,0 +211429,0,0,0,0,0 +211430,0,0,0,0,0 +211431,0,0,0,0,0 +211432,0,0,0,0,0 +211433,0,0,0,0,0 +211434,0,0,0,0,0 +211435,0,0,0,0,0 +211436,0,0,0,0,0 +211437,0,0,0,0,0 +211438,0,0,0,0,0 +211439,0,0,0,0,0 +211440,0,0,0,0,0 +211441,0,0,0,0,0 +211442,0,0,0,0,0 +211443,0,0,0,0,0 +211444,0,0,0,0,0 +211445,0,0,0,0,0 +211446,0,0,0,0,0 +211447,0,0,0,0,0 +211448,0,0,0,0,0 +211449,0,0,0,0,0 +211450,0,0,0,0,0 +211451,0,0,0,0,0 +211452,0,0,0,0,0 +211453,0,0,0,0,0 +211454,0,0,0,0,0 +211455,0,0,0,0,0 +211456,0,0,0,0,0 +211457,0,0,0,0,0 +211458,0,0,0,0,0 +211459,0,0,0,0,0 +211460,0,0,0,0,0 +211461,0,0,0,0,0 +211462,0,0,0,0,0 +211463,0,0,0,0,0 +211464,0,0,0,0,0 +211465,0,0,0,0,0 +211466,0,0,0,0,0 +211467,0,0,0,0,0 +211468,0,0,0,0,0 +211469,0,0,0,0,0 +211470,0,0,0,0,0 +211471,0,0,0,0,0 +211472,0,0,0,0,0 +211473,0,0,0,0,0 +211474,0,0,0,0,0 +211475,0,0,0,0,0 +211476,0,0,0,0,0 +211477,0,0,0,0,0 +211478,0,0,0,0,0 +211479,0,0,0,0,0 +211480,0,0,0,0,0 +211481,0,0,0,0,0 +211482,0,0,0,0,0 +211483,0,0,0,0,0 +211484,0,0,0,0,0 +211485,0,0,0,0,0 +211486,0,0,0,0,0 +211487,0,0,0,0,0 +211488,0,0,0,0,0 +211489,0,0,0,0,0 +211490,0,0,0,0,0 +211491,0,0,0,0,0 +211492,0,0,0,0,0 +211493,0,0,0,0,0 +211494,0,0,0,0,0 +211495,0,0,0,0,0 +211496,0,0,0,0,0 +211497,0,0,0,0,0 +211498,0,0,0,0,0 +211499,0,0,0,0,0 +211500,0,0,0,0,0 +211501,0,0,0,0,0 +211502,0,0,0,0,0 +211503,0,0,0,0,0 +211504,0,0,0,0,0 +211505,0,0,0,0,0 +211506,0,0,0,0,0 +211507,0,0,0,0,0 +211508,0,0,0,0,0 +211509,0,0,0,0,0 +211510,0,0,0,0,0 +211511,0,0,0,0,0 +211512,0,0,0,0,0 +211513,0,0,0,0,0 +211514,0,0,0,0,0 +211515,0,0,0,0,0 +211516,0,0,0,0,0 +211517,0,0,0,0,0 +211518,0,0,0,0,0 +211519,0,0,0,0,0 +211520,0,0,0,0,0 +211521,0,0,0,0,0 +211522,0,0,0,0,0 +211523,0,0,0,0,0 +211524,0,0,0,0,0 +211525,0,0,0,0,0 +211526,0,0,0,0,0 +211527,0,0,0,0,0 +211528,0,0,0,0,0 +211529,0,0,0,0,0 +211530,0,0,0,0,0 +211531,0,0,0,0,0 +211532,0,0,0,0,0 +211533,0,0,0,0,0 +211534,0,0,0,0,0 +211535,0,0,0,0,0 +211536,0,0,0,0,0 +211537,0,0,0,0,0 +211538,0,0,0,0,0 +211539,0,0,0,0,0 +211540,0,0,0,0,0 +211541,0,0,0,0,0 +211542,0,0,0,0,0 +211543,0,0,0,0,0 +211544,0,0,0,0,0 +211545,0,0,0,0,0 +211546,0,0,0,0,0 +211547,0,0,0,0,0 +211548,0,0,0,0,0 +211549,0,0,0,0,0 +211550,0,0,0,0,0 +211551,0,0,0,0,0 +211552,0,0,0,0,0 +211553,0,0,0,0,0 +211554,0,0,0,0,0 +211555,0,0,0,0,0 +211556,0,0,0,0,0 +211557,0,0,0,0,0 +211558,0,0,0,0,0 +211559,0,0,0,0,0 +211560,0,0,0,0,0 +211561,0,0,0,0,0 +211562,0,0,0,0,0 +211563,0,0,0,0,0 +211564,0,0,0,0,0 +211565,0,0,0,0,0 +211566,0,0,0,0,0 +211567,0,0,0,0,0 +211568,0,0,0,0,0 +211569,0,0,0,0,0 +211570,0,0,0,0,0 +211571,0,0,0,0,0 +211572,0,0,0,0,0 +211573,0,0,0,0,0 +211574,0,0,0,0,0 +211575,0,0,0,0,0 +211576,0,0,0,0,0 +211577,0,0,0,0,0 +211578,0,0,0,0,0 +211579,0,0,0,0,0 +211580,0,0,0,0,0 +211581,0,0,0,0,0 +211582,0,0,0,0,0 +211583,0,0,0,0,0 +211584,0,0,0,0,0 +211585,0,0,0,0,0 +211586,0,0,0,0,0 +211587,0,0,0,0,0 +211588,0,0,0,0,0 +211589,0,0,0,0,0 +211590,0,0,0,0,0 +211591,0,0,0,0,0 +211592,0,0,0,0,0 +211593,0,0,0,0,0 +211594,0,0,0,0,0 +211595,0,0,0,0,0 +211596,0,0,0,0,0 +211597,0,0,0,0,0 +211598,0,0,0,0,0 +211599,0,0,0,0,0 +211600,0,0,0,0,0 +211601,0,0,0,0,0 +211602,0,0,0,0,0 +211603,0,0,0,0,0 +211604,0,0,0,0,0 +211605,0,0,0,0,0 +211606,0,0,0,0,0 +211607,0,0,0,0,0 +211608,0,0,0,0,0 +211609,0,0,0,0,0 +211610,0,0,0,0,0 +211611,0,0,0,0,0 +211612,0,0,0,0,0 +211613,0,0,0,0,0 +211614,0,0,0,0,0 +211615,0,0,0,0,0 +211616,0,0,0,0,0 +211617,0,0,0,0,0 +211618,0,0,0,0,0 +211619,0,0,0,0,0 +211620,0,0,0,0,0 +211621,0,0,0,0,0 +211622,0,0,0,0,0 +211623,0,0,0,0,0 +211624,0,0,0,0,0 +211625,0,0,0,0,0 +211626,0,0,0,0,0 +211627,0,0,0,0,0 +211628,0,0,0,0,0 +211629,0,0,0,0,0 +211630,0,0,0,0,0 +211631,0,0,0,0,0 +211632,0,0,0,0,0 +211633,0,0,0,0,0 +211634,0,0,0,0,0 +211635,0,0,0,0,0 +211636,0,0,0,0,0 +211637,0,0,0,0,0 +211638,0,0,0,0,0 +211639,0,0,0,0,0 +211640,0,0,0,0,0 +211641,0,0,0,0,0 +211642,0,0,0,0,0 +211643,0,0,0,0,0 +211644,0,0,0,0,0 +211645,0,0,0,0,0 +211646,0,0,0,0,0 +211647,0,0,0,0,0 +211648,0,0,0,0,0 +211649,0,0,0,0,0 +211650,0,0,0,0,0 +211651,0,0,0,0,0 +211652,0,0,0,0,0 +211653,0,0,0,0,0 +211654,0,0,0,0,0 +211655,0,0,0,0,0 +211656,0,0,0,0,0 +211657,0,0,0,0,0 +211658,0,0,0,0,0 +211659,0,0,0,0,0 +211660,0,0,0,0,0 +211661,0,0,0,0,0 +211662,0,0,0,0,0 +211663,0,0,0,0,0 +211664,0,0,0,0,0 +211665,0,0,0,0,0 +211666,0,0,0,0,0 +211667,0,0,0,0,0 +211668,0,0,0,0,0 +211669,0,0,0,0,0 +211670,0,0,0,0,0 +211671,0,0,0,0,0 +211672,0,0,0,0,0 +211673,0,0,0,0,0 +211674,0,0,0,0,0 +211675,0,0,0,0,0 +211676,0,0,0,0,0 +211677,0,0,0,0,0 +211678,0,0,0,0,0 +211679,0,0,0,0,0 +211680,0,0,0,0,0 +211681,0,0,0,0,0 +211682,0,0,0,0,0 +211683,0,0,0,0,0 +211684,0,0,0,0,0 +211685,0,0,0,0,0 +211686,0,0,0,0,0 +211687,0,0,0,0,0 +211688,0,0,0,0,0 +211689,0,0,0,0,0 +211690,0,0,0,0,0 +211691,0,0,0,0,0 +211692,0,0,0,0,0 +211693,0,0,0,0,0 +211694,0,0,0,0,0 +211695,0,0,0,0,0 +211696,0,0,0,0,0 +211697,0,0,0,0,0 +211698,0,0,0,0,0 +211699,0,0,0,0,0 +211700,0,0,0,0,0 +211701,0,0,0,0,0 +211702,0,0,0,0,0 +211703,0,0,0,0,0 +211704,0,0,0,0,0 +211705,0,0,0,0,0 +211706,0,0,0,0,0 +211707,0,0,0,0,0 +211708,0,0,0,0,0 +211709,0,0,0,0,0 +211710,0,0,0,0,0 +211711,0,0,0,0,0 +211712,0,0,0,0,0 +211713,0,0,0,0,0 +211714,0,0,0,0,0 +211715,0,0,0,0,0 +211716,0,0,0,0,0 +211717,0,0,0,0,0 +211718,0,0,0,0,0 +211719,0,0,0,0,0 +211720,0,0,0,0,0 +211721,0,0,0,0,0 +211722,0,0,0,0,0 +211723,0,0,0,0,0 +211724,0,0,0,0,0 +211725,0,0,0,0,0 +211726,0,0,0,0,0 +211727,0,0,0,0,0 +211728,0,0,0,0,0 +211729,0,0,0,0,0 +211730,0,0,0,0,0 +211731,0,0,0,0,0 +211732,0,0,0,0,0 +211733,0,0,0,0,0 +211734,0,0,0,0,0 +211735,0,0,0,0,0 +211736,0,0,0,0,0 +211737,0,0,0,0,0 +211738,0,0,0,0,0 +211739,0,0,0,0,0 +211740,0,0,0,0,0 +211741,0,0,0,0,0 +211742,0,0,0,0,0 +211743,0,0,0,0,0 +211744,0,0,0,0,0 +211745,0,0,0,0,0 +211746,0,0,0,0,0 +211747,0,0,0,0,0 +211748,0,0,0,0,0 +211749,0,0,0,0,0 +211750,0,0,0,0,0 +211751,0,0,0,0,0 +211752,0,0,0,0,0 +211753,0,0,0,0,0 +211754,0,0,0,0,0 +211755,0,0,0,0,0 +211756,0,0,0,0,0 +211757,0,0,0,0,0 +211758,0,0,0,0,0 +211759,0,0,0,0,0 +211760,0,0,0,0,0 +211761,0,0,0,0,0 +211762,0,0,0,0,0 +211763,0,0,0,0,0 +211764,0,0,0,0,0 +211765,0,0,0,0,0 +211766,0,0,0,0,0 +211767,0,0,0,0,0 +211768,0,0,0,0,0 +211769,0,0,0,0,0 +211770,0,0,0,0,0 +211771,0,0,0,0,0 +211772,0,0,0,0,0 +211773,0,0,0,0,0 +211774,0,0,0,0,0 +211775,0,0,0,0,0 +211776,0,0,0,0,0 +211777,0,0,0,0,0 +211778,0,0,0,0,0 +211779,0,0,0,0,0 +211780,0,0,0,0,0 +211781,0,0,0,0,0 +211782,0,0,0,0,0 +211783,0,0,0,0,0 +211784,0,0,0,0,0 +211785,0,0,0,0,0 +211786,0,0,0,0,0 +211787,0,0,0,0,0 +211788,0,0,0,0,0 +211789,0,0,0,0,0 +211790,0,0,0,0,0 +211791,0,0,0,0,0 +211792,0,0,0,0,0 +211793,0,0,0,0,0 +211794,0,0,0,0,0 +211795,0,0,0,0,0 +211796,0,0,0,0,0 +211797,0,0,0,0,0 +211798,0,0,0,0,0 +211799,0,0,0,0,0 +211800,0,0,0,0,0 +211801,0,0,0,0,0 +211802,0,0,0,0,0 +211803,0,0,0,0,0 +211804,0,0,0,0,0 +211805,0,0,0,0,0 +211806,0,0,0,0,0 +211807,0,0,0,0,0 +211808,0,0,0,0,0 +211809,0,0,0,0,0 +211810,0,0,0,0,0 +211811,0,0,0,0,0 +211812,0,0,0,0,0 +211813,0,0,0,0,0 +211814,0,0,0,0,0 +211815,0,0,0,0,0 +211816,0,0,0,0,0 +211817,0,0,0,0,0 +211818,0,0,0,0,0 +211819,0,0,0,0,0 +211820,0,0,0,0,0 +211821,0,0,0,0,0 +211822,0,0,0,0,0 +211823,0,0,0,0,0 +211824,0,0,0,0,0 +211825,0,0,0,0,0 +211826,0,0,0,0,0 +211827,0,0,0,0,0 +211828,0,0,0,0,0 +211829,0,0,0,0,0 +211830,0,0,0,0,0 +211831,0,0,0,0,0 +211832,0,0,0,0,0 +211833,0,0,0,0,0 +211834,0,0,0,0,0 +211835,0,0,0,0,0 +211836,0,0,0,0,0 +211837,0,0,0,0,0 +211838,0,0,0,0,0 +211839,0,0,0,0,0 +211840,0,0,0,0,0 +211841,0,0,0,0,0 +211842,0,0,0,0,0 +211843,0,0,0,0,0 +211844,0,0,0,0,0 +211845,0,0,0,0,0 +211846,0,0,0,0,0 +211847,0,0,0,0,0 +211848,0,0,0,0,0 +211849,0,0,0,0,0 +211850,0,0,0,0,0 +211851,0,0,0,0,0 +211852,0,0,0,0,0 +211853,0,0,0,0,0 +211854,0,0,0,0,0 +211855,0,0,0,0,0 +211856,0,0,0,0,0 +211857,0,0,0,0,0 +211858,0,0,0,0,0 +211859,0,0,0,0,0 +211860,0,0,0,0,0 +211861,0,0,0,0,0 +211862,0,0,0,0,0 +211863,0,0,0,0,0 +211864,0,0,0,0,0 +211865,0,0,0,0,0 +211866,0,0,0,0,0 +211867,0,0,0,0,0 +211868,0,0,0,0,0 +211869,0,0,0,0,0 +211870,0,0,0,0,0 +211871,0,0,0,0,0 +211872,0,0,0,0,0 +211873,0,0,0,0,0 +211874,0,0,0,0,0 +211875,0,0,0,0,0 +211876,0,0,0,0,0 +211877,0,0,0,0,0 +211878,0,0,0,0,0 +211879,0,0,0,0,0 +211880,0,0,0,0,0 +211881,0,0,0,0,0 +211882,0,0,0,0,0 +211883,0,0,0,0,0 +211884,0,0,0,0,0 +211885,0,0,0,0,0 +211886,0,0,0,0,0 +211887,0,0,0,0,0 +211888,0,0,0,0,0 +211889,0,0,0,0,0 +211890,0,0,0,0,0 +211891,0,0,0,0,0 +211892,0,0,0,0,0 +211893,0,0,0,0,0 +211894,0,0,0,0,0 +211895,0,0,0,0,0 +211896,0,0,0,0,0 +211897,0,0,0,0,0 +211898,0,0,0,0,0 +211899,0,0,0,0,0 +211900,0,0,0,0,0 +211901,0,0,0,0,0 +211902,0,0,0,0,0 +211903,0,0,0,0,0 +211904,0,0,0,0,0 +211905,0,0,0,0,0 +211906,0,0,0,0,0 +211907,0,0,0,0,0 +211908,0,0,0,0,0 +211909,0,0,0,0,0 +211910,0,0,0,0,0 +211911,0,0,0,0,0 +211912,0,0,0,0,0 +211913,0,0,0,0,0 +211914,0,0,0,0,0 +211915,0,0,0,0,0 +211916,0,0,0,0,0 +211917,0,0,0,0,0 +211918,0,0,0,0,0 +211919,0,0,0,0,0 +211920,0,0,0,0,0 +211921,0,0,0,0,0 +211922,0,0,0,0,0 +211923,0,0,0,0,0 +211924,0,0,0,0,0 +211925,0,0,0,0,0 +211926,0,0,0,0,0 +211927,0,0,0,0,0 +211928,0,0,0,0,0 +211929,0,0,0,0,0 +211930,0,0,0,0,0 +211931,0,0,0,0,0 +211932,0,0,0,0,0 +211933,0,0,0,0,0 +211934,0,0,0,0,0 +211935,0,0,0,0,0 +211936,0,0,0,0,0 +211937,0,0,0,0,0 +211938,0,0,0,0,0 +211939,0,0,0,0,0 +211940,0,0,0,0,0 +211941,0,0,0,0,0 +211942,0,0,0,0,0 +211943,0,0,0,0,0 +211944,0,0,0,0,0 +211945,0,0,0,0,0 +211946,0,0,0,0,0 +211947,0,0,0,0,0 +211948,0,0,0,0,0 +211949,0,0,0,0,0 +211950,0,0,0,0,0 +211951,0,0,0,0,0 +211952,0,0,0,0,0 +211953,0,0,0,0,0 +211954,0,0,0,0,0 +211955,0,0,0,0,0 +211956,0,0,0,0,0 +211957,0,0,0,0,0 +211958,0,0,0,0,0 +211959,0,0,0,0,0 +211960,0,0,0,0,0 +211961,0,0,0,0,0 +211962,0,0,0,0,0 +211963,0,0,0,0,0 +211964,0,0,0,0,0 +211965,0,0,0,0,0 +211966,0,0,0,0,0 +211967,0,0,0,0,0 +211968,0,0,0,0,0 +211969,0,0,0,0,0 +211970,0,0,0,0,0 +211971,0,0,0,0,0 +211972,0,0,0,0,0 +211973,0,0,0,0,0 +211974,0,0,0,0,0 +211975,0,0,0,0,0 +211976,0,0,0,0,0 +211977,0,0,0,0,0 +211978,0,0,0,0,0 +211979,0,0,0,0,0 +211980,0,0,0,0,0 +211981,0,0,0,0,0 +211982,0,0,0,0,0 +211983,0,0,0,0,0 +211984,0,0,0,0,0 +211985,0,0,0,0,0 +211986,0,0,0,0,0 +211987,0,0,0,0,0 +211988,0,0,0,0,0 +211989,0,0,0,0,0 +211990,0,0,0,0,0 +211991,0,0,0,0,0 +211992,0,0,0,0,0 +211993,0,0,0,0,0 +211994,0,0,0,0,0 +211995,0,0,0,0,0 +211996,0,0,0,0,0 +211997,0,0,0,0,0 +211998,0,0,0,0,0 +211999,0,0,0,0,0 +212000,0,0,0,0,0 +212001,0,0,0,0,0 +212002,0,0,0,0,0 +212003,0,0,0,0,0 +212004,0,0,0,0,0 +212005,0,0,0,0,0 +212006,0,0,0,0,0 +212007,0,0,0,0,0 +212008,0,0,0,0,0 +212009,0,0,0,0,0 +212010,0,0,0,0,0 +212011,0,0,0,0,0 +212012,0,0,0,0,0 +212013,0,0,0,0,0 +212014,0,0,0,0,0 +212015,0,0,0,0,0 +212016,0,0,0,0,0 +212017,0,0,0,0,0 +212018,0,0,0,0,0 +212019,0,0,0,0,0 +212020,0,0,0,0,0 +212021,0,0,0,0,0 +212022,0,0,0,0,0 +212023,0,0,0,0,0 +212024,0,0,0,0,0 +212025,0,0,0,0,0 +212026,0,0,0,0,0 +212027,0,0,0,0,0 +212028,0,0,0,0,0 +212029,0,0,0,0,0 +212030,0,0,0,0,0 +212031,0,0,0,0,0 +212032,0,0,0,0,0 +212033,0,0,0,0,0 +212034,0,0,0,0,0 +212035,0,0,0,0,0 +212036,0,0,0,0,0 +212037,0,0,0,0,0 +212038,0,0,0,0,0 +212039,0,0,0,0,0 +212040,0,0,0,0,0 +212041,0,0,0,0,0 +212042,0,0,0,0,0 +212043,0,0,0,0,0 +212044,0,0,0,0,0 +212045,0,0,0,0,0 +212046,0,0,0,0,0 +212047,0,0,0,0,0 +212048,0,0,0,0,0 +212049,0,0,0,0,0 +212050,0,0,0,0,0 +212051,0,0,0,0,0 +212052,0,0,0,0,0 +212053,0,0,0,0,0 +212054,0,0,0,0,0 +212055,0,0,0,0,0 +212056,0,0,0,0,0 +212057,0,0,0,0,0 +212058,0,0,0,0,0 +212059,0,0,0,0,0 +212060,0,0,0,0,0 +212061,0,0,0,0,0 +212062,0,0,0,0,0 +212063,0,0,0,0,0 +212064,0,0,0,0,0 +212065,0,0,0,0,0 +212066,0,0,0,0,0 +212067,0,0,0,0,0 +212068,0,0,0,0,0 +212069,0,0,0,0,0 +212070,0,0,0,0,0 +212071,0,0,0,0,0 +212072,0,0,0,0,0 +212073,0,0,0,0,0 +212074,0,0,0,0,0 +212075,0,0,0,0,0 +212076,0,0,0,0,0 +212077,0,0,0,0,0 +212078,0,0,0,0,0 +212079,0,0,0,0,0 +212080,0,0,0,0,0 +212081,0,0,0,0,0 +212082,0,0,0,0,0 +212083,0,0,0,0,0 +212084,0,0,0,0,0 +212085,0,0,0,0,0 +212086,0,0,0,0,0 +212087,0,0,0,0,0 +212088,0,0,0,0,0 +212089,0,0,0,0,0 +212090,0,0,0,0,0 +212091,0,0,0,0,0 +212092,0,0,0,0,0 +212093,0,0,0,0,0 +212094,0,0,0,0,0 +212095,0,0,0,0,0 +212096,0,0,0,0,0 +212097,0,0,0,0,0 +212098,0,0,0,0,0 +212099,0,0,0,0,0 +212100,0,0,0,0,0 +212101,0,2688.306403,1171.528343,0,0 +212102,0,2079.108392,1126.537117,0,0 +212103,0,0,1147.9057,0,0 +212104,0,0,1147.347914,0,0 +212105,0,809.8041781,1143.445568,0,0 +212106,0,649.8102221,1137.655793,0,0 +212107,0,531.1752199,1129.939964,0,0 +212108,0,591.8415192,1122.096668,0,0 +212109,0,599.4858478,1114.812267,0,0 +212110,0,607.881094,1108.322995,0,0 +212111,0,616.2226191,1102.771952,0,0 +212112,0,624.6595482,1098.232721,0,0 +212113,0,633.0605402,1094.55316,0,0 +212114,0,641.6380616,1091.683632,0,0 +212115,0,650.119121,1089.535354,0,0 +212116,0,658.7378504,1088.018328,0,0 +212117,0,667.3902381,1087.048006,0,0 +212118,0,675.9794653,1086.54791,0,0 +212119,0,684.7281027,1086.450495,0,0 +212120,0,693.3569928,1086.697013,0,0 +212121,0,702.1112344,1087.23672,0,0 +212122,0,710.8865299,1088.026167,0,0 +212123,0,719.5796583,1089.028209,0,0 +212124,0,728.4305515,1090.211148,0,0 +212125,0,737.1401352,1091.548071,0,0 +212126,0,745.9745715,1092.989552,0,0 +212127,0,760.2077038,1094.529873,0,0 +212128,0,772.7594804,1096.180331,0,0 +212129,0,784.2829093,1097.920077,0,0 +212130,0,796.1596452,1099.733214,0,0 +212131,0,807.2888722,1101.607239,0,0 +212132,0,817.9705222,1103.508311,0,0 +212133,0,828.8321605,1105.409218,0,0 +212134,0,839.4380348,1107.303908,0,0 +212135,0,850.0138495,1109.186024,0,0 +212136,0,860.4581071,1111.058336,0,0 +212137,0,871.0086018,1112.916713,0,0 +212138,0,881.1881361,1114.762628,0,0 +212139,0,891.5996363,1116.593379,0,0 +212140,0,901.7707453,1118.410603,0,0 +212141,0,911.9273841,1120.211466,0,0 +212142,0,921.9628209,1121.997465,0,0 +212143,0,932.073708,1123.76589,0,0 +212144,0,941.9952425,1125.518355,0,0 +212145,0,951.9107979,1127.252248,0,0 +212146,0,961.7548895,1128.969259,0,0 +212147,0,971.4809388,1130.666874,0,0 +212148,0,981.3570023,1132.346832,0,0 +212149,0,990.8886379,1134.006719,0,0 +212150,0,1000.494762,1135.622913,0,0 +212151,0,1010.126889,1137.206164,0,0 +212152,0,1019.576779,1138.782641,0,0 +212153,0,1029.024236,1140.349747,0,0 +212154,0,1038.405518,1141.899893,0,0 +212155,0,1047.729496,1143.429908,0,0 +212156,0,1056.933501,1144.942912,0,0 +212157,0,1066.240402,1146.434644,0,0 +212158,0,1075.411101,1147.903607,0,0 +212159,0,1084.357192,1149.350082,0,0 +212160,0,1093.54803,1150.774533,0,0 +212161,0,1102.39273,1152.177195,0,0 +212162,0,1111.244015,1153.55495,0,0 +212163,0,1120.026006,1154.90524,0,0 +212164,0,1121.270073,1156.227331,0,0 +212165,0,1132.958152,1157.358279,0,0 +212166,0,1135.484728,1158.354429,0,0 +212167,0,1151.861124,1159.293129,0,0 +212168,0,1148.720993,1160.223912,0,0 +212169,0,1173.735729,1161.15318,0,0 +212170,0,1157.594365,1162.089322,0,0 +212171,0,1168.073841,1163.014469,0,0 +212172,0,1191.199177,1163.93533,0,0 +212173,0,1189.30902,1164.850307,0,0 +212174,0,1199.464047,1165.749743,0,0 +212175,0,1207.293477,1166.637704,0,0 +212176,0,1214.868454,1167.511143,0,0 +212177,0,1222.490131,1168.369083,0,0 +212178,0,1230.261877,1169.210566,0,0 +212179,0,1237.636825,1170.009929,0,0 +212180,0,1245.201849,1170.781334,0,0 +212181,0,1252.712067,1171.548838,0,0 +212182,0,1259.98665,1172.305389,0,0 +212183,0,1267.308242,1173.046578,0,0 +212184,0,1274.698495,1173.769767,0,0 +212185,0,1281.951931,1174.473319,0,0 +212186,0,1289.025944,1175.156187,0,0 +212187,0,1296.2082,1175.817683,0,0 +212188,0,1303.262564,1176.457387,0,0 +212189,0,1310.271423,1177.074919,0,0 +212190,0,1317.226016,1177.670028,0,0 +212191,0,1323.773065,1178.242481,0,0 +212192,0,1330.201357,1178.78454,0,0 +212193,0,1336.617738,1179.290766,0,0 +212194,0,1342.739671,1179.759553,0,0 +212195,0,1348.853845,1180.191464,0,0 +212196,0,1354.929528,1180.587859,0,0 +212197,0,1360.950561,1180.950072,0,0 +212198,0,1366.985678,1181.279156,0,0 +212199,0,1372.610088,1181.576049,0,0 +212200,0,1378.525412,1181.841411,0,0 +212201,0,1384.091205,1182.076051,0,0 +212202,0,1389.785158,1182.280452,0,0 +212203,0,1395.209331,1182.455247,0,0 +212204,0,1400.743603,1182.60084,0,0 +212205,0,1406.015918,1182.717775,0,0 +212206,0,1411.396609,1182.80635,0,0 +212207,0,1416.512761,1182.867027,0,0 +212208,0,1421.739577,1182.900078,0,0 +212209,0,1426.70282,1182.9059,0,0 +212210,0,1431.86447,1182.884721,0,0 +212211,0,1436.541872,1182.836927,0,0 +212212,0,1441.526344,1182.762649,0,0 +212213,0,1446.170369,1182.662297,0,0 +212214,0,1450.934862,1182.536009,0,0 +212215,0,1455.351477,1182.384113,0,0 +212216,0,1460.096639,1182.206769,0,0 +212217,0,1464.38601,1182.004324,0,0 +212218,0,1468.949765,1181.753285,0,0 +212219,0,1473.018896,1181.469398,0,0 +212220,0,1477.275163,1181.175975,0,0 +212221,0,1481.555875,1180.866587,0,0 +212222,0,1485.572663,1180.538175,7.651054236,0 +212223,0,1489.708239,1180.190075,43.66672669,0 +212224,0,1493.57469,1179.830466,28.23820914,0 +212225,0,1497.557755,1179.440445,36.66453189,0 +212226,0,1501.273863,1179.032361,40.8617642,0 +212227,0,1505.198403,1178.602202,44.2911677,0 +212228,0,1508.529132,1178.150277,47.91707119,0 +212229,0,1512.4157,1177.676638,51.23669032,0 +212230,0,1515.745986,1177.18144,54.71387688,0 +212231,51.26507335,1519.285837,1176.66232,58.0259131,0 +212232,69.41629936,1522.55031,1176.137091,61.42977124,0 +212233,78.73538934,1525.801772,1175.58666,64.5756174,0 +212234,81.59954565,1529.122077,1175.012892,67.99939077,0 +212235,92.3480764,1532.162037,1174.415512,71.08520007,0 +212236,99.58028534,1535.186916,1173.798699,74.33499025,0 +212237,106.9172679,1538.15533,1173.136996,77.46213437,0 +212238,114.0843909,1541.053191,1172.44665,80.60455824,0 +212239,120.8216538,1543.876773,1171.750606,83.74499098,0 +212240,128.1560438,1546.720767,1171.042194,86.73799016,0 +212241,135.0043819,1549.757763,1170.318164,89.81515121,0 +212242,141.6829996,1554.080531,1169.576621,92.88596191,0 +212243,148.6608723,1552.845678,1168.817203,95.71773589,0 +212244,155.4188996,1563.913232,1168.037875,98.95599398,0 +212245,161.9145107,1548.205706,1167.243188,101.6534378,0 +212246,168.6192047,1589.889862,1166.423794,104.6833445,0 +212247,175.4372927,1529.209817,1165.600195,107.6468926,0 +212248,181.804953,1582.36323,1164.737219,110.3875799,0 +212249,188.27352,1583.222121,1163.877191,113.3285911,0 +212250,194.7001498,1542.153949,1162.994279,116.1945948,0 +212251,200.9904031,1585.433294,1162.082453,118.7905826,0 +212252,207.2807545,1570.152514,1161.16625,121.8198459,0 +212253,213.2915875,1574.706827,1160.217879,124.2428501,0 +212254,219.6048239,1576.14581,1159.248609,127.0150397,0 +212255,225.5087599,1577.458921,1158.256518,129.6969593,0 +212256,231.7115759,1578.694122,1157.220558,132.368208,0 +212257,237.5309847,1579.841468,1156.156102,134.9942335,0 +212258,243.670532,1580.903284,1155.086497,137.4555591,0 +212259,249.4003583,1581.880166,1154.006227,140.155337,0 +212260,255.4660445,1582.773262,1152.910626,142.7246409,0 +212261,260.9253037,1583.58295,1151.799956,145.1861364,0 +212262,267.2306257,1584.310171,1150.672682,147.809572,0 +212263,272.6614204,1584.955194,1149.530694,150.118236,0 +212264,278.625643,1585.518861,1148.372701,152.8653231,0 +212265,284.1478078,1586.101112,1147.200909,155.2614975,0 +212266,290.0119287,1586.357503,1146.014237,157.6784023,0 +212267,295.4736294,1586.751047,1144.81465,160.102332,0 +212268,301.2771411,1586.97761,1143.60129,162.6084345,0 +212269,306.6811165,1587.140092,1142.376127,164.8138483,0 +212270,312.439724,1587.224147,1141.138096,167.4793056,0 +212271,317.770476,1587.229715,1139.889418,169.6790223,0 +212272,323.4974619,1587.157158,1138.628764,172.1664017,0 +212273,328.7804316,1587.006571,1137.358368,174.4242342,0 +212274,334.3998804,1586.778567,1136.077037,176.8641368,0 +212275,339.690651,1586.473145,1134.786875,179.0962168,0 +212276,345.2638712,1586.09089,1133.486718,181.5048797,0 +212277,350.4432723,1585.531523,1132.177393,183.71757,0 +212278,356.032059,1585.141826,1130.859413,186.1032214,0 +212279,361.1407,1584.458218,1129.533881,188.2870298,0 +212280,366.6900068,1583.786543,1128.200909,190.6511122,0 +212281,371.2862163,1582.841552,1126.86132,192.693605,0 +212282,376.0348264,1581.757024,1125.507652,194.7498343,0 +212283,380.6766026,1580.576768,1124.13523,196.800139,0 +212284,385.1078577,1579.3137,1122.743043,198.8403591,0 +212285,390.1676765,1577.9714,1121.309224,200.8686299,0 +212286,394.5883618,1576.551792,1119.854717,202.7519152,0 +212287,399.2717639,1575.055231,1118.401809,204.9637097,0 +212288,403.8062139,1573.482471,1116.942588,206.852941,0 +212289,408.4232998,1571.833642,1115.477078,208.8599676,0 +212290,412.9067794,1570.109404,1114.00546,210.8310377,0 +212291,417.4498236,1568.309747,1112.525077,212.7918516,0 +212292,421.9748043,1588.168632,1111.038291,214.7421437,0 +212293,426.4001101,1532.669573,1109.554589,216.6818173,0 +212294,430.8831577,1578.25556,1108.04655,218.7583102,0 +212295,435.3486203,1566.617128,1106.554449,220.4491353,0 +212296,439.7141069,1543.846454,1105.053184,222.4724939,0 +212297,444.1393304,1580.384758,1103.542515,224.3461049,0 +212298,448.5491874,1526.535341,1102.045132,226.2359409,0 +212299,452.8557359,1582.373872,1100.528427,227.9651617,0 +212300,457.2266185,1518.76037,1099.032814,230.0696565,0 +212301,461.5820334,1572.876841,1097.51396,231.8145028,0 +212302,465.8322008,1521.111798,1096.020736,233.6946061,0 +212303,470.1494833,1552.573757,1094.509416,235.538119,0 +212304,474.4147278,1532.811091,1093.015689,237.3732563,0 +212305,478.7058347,1536.769279,1091.516003,239.1992317,0 +212306,482.8839817,1531.987554,1090.023213,241.0165518,0 +212307,487.1316193,1529.349126,1088.532739,242.8249428,0 +212308,491.3268539,1526.300508,1087.046745,244.6248429,0 +212309,495.549724,1523.175715,1085.565401,246.4159478,0 +212310,499.6570704,1519.978207,1084.089284,248.1987022,0 +212311,503.7556707,1516.575334,1082.618873,249.9335364,0 +212312,507.7865939,1513.074456,1081.152768,251.6531662,0 +212313,511.8383173,1509.487794,1079.692978,253.3597495,0 +212314,515.7627897,1505.913942,1078.236078,255.0541474,0 +212315,519.7622693,1501.930328,1076.783746,256.7390566,0 +212316,523.7028689,1498.310134,1075.336445,258.4135146,0 +212317,527.6300108,1494.322685,1073.894501,259.9029703,0 +212318,531.1644578,1490.356458,1072.458264,261.8273624,0 +212319,535.6274152,1486.299027,1071.028612,263.3360407,0 +212320,539.2084118,1482.1659,1069.606408,265.0035267,0 +212321,543.0793954,1477.957679,1068.19218,266.6284015,0 +212322,546.9747551,1473.67517,1066.786912,268.2450246,0 +212323,550.795194,1469.318819,1065.391272,269.8519359,0 +212324,554.5274196,1464.796152,1064.005921,271.4497703,0 +212325,558.2892561,1460.426765,1062.631463,273.0383726,0 +212326,562.1025885,1455.787028,1061.268645,274.6180783,0 +212327,565.8037769,1451.247864,1059.919243,276.1887805,0 +212328,569.5730463,1446.399163,1058.582139,277.7507739,0 +212329,573.1560984,1441.678202,1057.258912,279.3039761,0 +212330,576.9394681,1436.808055,1055.94886,280.8486576,0 +212331,580.5583568,1431.883231,1054.653751,282.3847515,0 +212332,584.2094152,1426.797568,1053.374208,283.9125105,0 +212333,587.7884647,1421.86858,1052.110427,285.4318727,0 +212334,591.513683,1416.675895,1050.862701,286.9430748,0 +212335,594.9949026,1411.496018,1049.631417,288.4460748,0 +212336,598.6109565,1406.23643,1048.417048,289.9410851,0 +212337,602.1091319,1400.911979,1047.220242,291.4280831,0 +212338,605.7188775,1395.524185,1046.041528,292.9072589,0 +212339,609.201324,1390.068003,1044.881481,294.3786096,0 +212340,612.7113377,1384.554564,1043.740626,295.8423024,0 +212341,616.2218118,1378.997478,1042.619523,297.2873888,0 +212342,619.5349383,1373.386875,1041.518335,298.720852,0 +212343,623.0643595,1367.717662,1040.437207,300.1453879,0 +212344,626.4174161,1361.901265,1039.376625,301.5619735,0 +212345,629.8071497,1356.23726,1038.337005,302.7629109,0 +212346,633.1709413,1350.415025,1037.319041,304.484605,0 +212347,636.4674665,1344.401285,1036.32336,305.7170601,0 +212348,639.874111,1338.500725,1035.352088,307.1430659,0 +212349,643.2201214,1332.384627,1034.410162,308.5221855,0 +212350,646.4637594,1326.431884,1033.500375,309.8959235,0 +212351,649.8006187,1320.245311,1032.622742,311.2623598,0 +212352,653.0249415,1314.077231,1031.775248,312.8350537,0 +212353,656.3766317,1307.843829,1030.955353,313.8620701,0 +212354,659.595347,1301.557683,1030.160372,315.3712154,0 +212355,662.849603,1295.221311,1029.388259,316.6732149,0 +212356,666.0811221,1288.836272,1028.637099,318.0067169,0 +212357,669.3518056,1282.402163,1027.905303,319.3554306,0 +212358,672.4211424,1275.839282,1027.191514,320.6425404,0 +212359,675.7337454,1269.426023,1026.494394,321.9740924,0 +212360,678.8595034,1262.796457,1025.834045,323.2790743,0 +212361,682.0307753,1256.273322,1025.19284,324.5822707,0 +212362,685.1784893,1249.416253,1024.550745,325.879737,0 +212363,688.3123163,1242.884724,1023.914733,327.194169,0 +212364,691.431968,1236.07437,1023.288111,328.4465399,0 +212365,694.4833949,1229.304694,1022.671993,329.7449384,0 +212366,697.7145675,1222.405305,1022.066775,331.0171404,0 +212367,700.6659716,1215.674521,1021.472369,332.2882606,0 +212368,703.7829283,1208.660224,1020.888449,333.5543088,0 +212369,706.8251578,1201.737671,1020.31475,334.8385779,0 +212370,709.8638987,1194.809281,1019.750981,336.0600175,0 +212371,712.8353592,1187.755979,1019.196848,337.3018345,0 +212372,715.7266755,1180.693721,1018.651037,338.5119509,0 +212373,718.7430296,1173.436617,1018.112585,339.7188097,0 +212374,721.6142999,1166.384313,1017.581104,340.9191281,0 +212375,724.5239294,1159.12461,1017.056529,342.1135685,0 +212376,727.4095403,1172.997932,1016.538597,343.3256201,0 +212377,730.3395847,1113.61588,1016.033897,344.4732544,0 +212378,733.1100962,1175.046176,1015.518478,345.6688377,0 +212379,735.942696,1094.233123,1015.036134,346.8377333,0 +212380,738.8567945,1150.621053,1014.531672,348.0055081,0 +212381,741.6349527,1094.544379,1014.061211,349.1686436,0 +212382,744.4565,1116.633268,1013.576656,350.3269849,0 +212383,747.2570337,1098.750795,1013.113215,351.5050197,0 +212384,750.0469601,1093.321019,1012.650669,352.617878,0 +212385,752.8268507,1085.923167,1012.196992,353.7814038,0 +212386,755.5980294,1078.679295,1011.750301,354.9190034,0 +212387,758.3594382,1071.107718,1011.310865,356.0565613,0 +212388,761.0505651,1063.69504,1010.878627,357.189652,0 +212389,763.9468064,1056.340944,1010.453652,358.3197887,0 +212390,766.5433784,1048.906292,1010.036047,359.4462503,0 +212391,769.3282157,1041.365329,1009.625668,360.5941067,0 +212392,772.0381036,1033.952999,1009.222676,361.6766463,0 +212393,774.7517074,1026.483476,1008.82706,362.8120662,0 +212394,777.4582419,1019.025844,1008.438857,363.9216617,0 +212395,780.158608,1011.571613,1008.058058,365.0325782,0 +212396,782.8527478,1004.123158,1007.684713,366.1406441,0 +212397,785.4796538,996.6817111,1007.318823,367.2461639,0 +212398,788.2577122,989.3128438,1006.960396,368.0978867,0 +212399,790.8889621,981.8009024,1006.609468,369.6079717,0 +212400,793.5734044,974.3740978,1006.266115,370.4751643,0 +212401,796.5080824,967.2384728,1005.930145,371.7321532,0 +212402,799.5267963,959.9517574,1005.606132,372.95326,0 +212403,802.6336441,955.4382584,1005.297359,374.1900742,0 +212404,805.5885086,950.2506237,1005.005824,375.4293908,0 +212405,808.6921846,945.1284278,1004.730456,376.669699,0 +212406,811.6748824,939.9713519,1004.470339,377.910187,0 +212407,814.8328159,934.7404682,1004.224311,379.1769029,0 +212408,817.8459493,929.683303,1003.991548,380.3779908,0 +212409,820.9220125,924.5115581,1003.771299,381.6388566,0 +212410,823.9898502,919.495408,1003.563009,382.8754611,0 +212411,827.0614701,914.419276,1003.366232,384.1171052,0 +212412,830.1368285,909.2755179,1003.180522,385.3589815,0 +212413,833.2168797,904.3596541,1003.005528,386.6014573,0 +212414,836.3017648,899.2272841,1002.841022,387.8444084,0 +212415,839.3264544,894.4020073,1002.686644,389.1148483,0 +212416,842.5909016,889.4053416,1002.542287,390.3183549,0 +212417,845.5423637,884.477794,1002.407706,391.5839022,0 +212418,848.7161447,879.5696099,1002.282676,392.8251843,0 +212419,851.8249387,874.7738899,1002.167141,394.072184,0 +212420,854.954599,869.9476852,1002.06095,395.320051,0 +212421,858.0949601,865.0956279,1001.963962,396.5690958,0 +212422,861.2464923,860.4123678,1001.876082,397.8191919,0 +212423,864.4104028,855.7263749,1001.797251,399.0705757,0 +212424,867.5128858,851.0132985,1001.727361,400.3504235,0 +212425,870.8836933,846.5165968,1001.666312,401.5627708,0 +212426,873.9504856,841.8042016,1001.614137,402.8387047,0 +212427,877.1349953,837.3845217,1001.570582,404.0906589,0 +212428,880.325629,832.8665495,1001.535748,405.3486966,0 +212429,883.6136882,828.5825364,1001.509482,406.6082793,0 +212430,886.8254081,824.098315,1001.491822,407.8692959,0 +212431,889.8728537,819.8067864,1001.482604,409.109139,0 +212432,893.0902784,815.509797,1001.480926,410.3456984,0 +212433,896.2472362,811.3290685,1001.486176,411.6095138,0 +212434,899.3485571,807.0801157,1001.498094,412.8022775,0 +212435,902.6332441,802.9548346,1001.516642,414.0591101,0 +212436,905.7578512,798.9742427,1001.542006,415.2899859,0 +212437,908.9526814,794.9541057,1001.574196,416.5260895,0 +212438,912.1383458,791.0983287,1001.613289,417.7624395,0 +212439,915.3277276,787.178543,1001.659335,418.9993322,0 +212440,918.5201776,783.4431312,1001.712326,420.2365645,0 +212441,921.7162199,779.7364305,1001.77231,421.4743917,0 +212442,924.9152454,776.0652506,1001.839267,422.741621,0 +212443,928.1177525,772.6443321,1001.913191,423.9362625,0 +212444,931.2492248,769.0715392,1001.994084,425.1973933,0 +212445,934.6449669,765.736723,1002.081872,426.4322332,0 +212446,937.6865109,762.4339382,1002.176662,427.6723652,0 +212447,941.058428,759.2271276,1002.278228,428.9130999,0 +212448,944.1983724,756.5936125,1002.386736,430.1541728,0 +212449,947.4012425,752.849925,1002.502051,431.3958068,0 +212450,950.6188253,750.2259897,1002.623951,432.6377175,0 +212451,953.8423938,747.3853745,1002.752733,433.880148,0 +212452,957.157216,744.6149494,1002.888144,435.1526455,0 +212453,960.3218069,741.9894685,1003.030201,436.3503346,0 +212454,963.5353585,739.4252992,1003.178776,437.6160709,0 +212455,966.687142,737.1474733,1003.333839,439.1533416,0 +212456,970.1268411,734.9543572,1003.495441,440.6157423,0 +212457,973.240014,732.816297,1003.663505,442.3710099,0 +212458,976.4739174,730.7244679,1003.837904,444.1202338,0 +212459,979.7088795,728.6748198,1004.018604,445.9425816,0 +212460,983.0368848,726.6643618,1004.205526,447.8747342,0 +212461,0,0,0,0,0 +212462,0,0,0,0,0 +212463,0,0,0,0,0 +212464,0,0,0,0,0 +212465,0,0,0,0,0 +212466,0,0,0,0,0 +212467,0,0,0,0,0 +212468,0,0,0,0,0 +212469,0,0,0,0,0 +212470,0,0,0,0,0 +212471,0,0,0,0,0 +212472,0,0,0,0,0 +212473,0,0,0,0,0 +212474,0,0,0,0,0 +212475,0,0,0,0,0 +212476,0,0,0,0,0 +212477,0,0,0,0,0 +212478,0,0,0,0,0 +212479,0,0,0,0,0 +212480,0,0,0,0,0 +212481,0,0,0,0,0 +212482,0,0,0,0,0 +212483,0,0,0,0,0 +212484,0,0,0,0,0 +212485,0,0,0,0,0 +212486,0,0,0,0,0 +212487,0,0,0,0,0 +212488,0,0,0,0,0 +212489,0,0,0,0,0 +212490,0,0,0,0,0 +212491,0,0,0,0,0 +212492,0,0,0,0,0 +212493,0,0,0,0,0 +212494,0,0,0,0,0 +212495,0,0,0,0,0 +212496,0,0,0,0,0 +212497,0,0,0,0,0 +212498,0,0,0,0,0 +212499,0,0,0,0,0 +212500,0,0,0,0,0 +212501,0,0,0,0,0 +212502,0,0,0,0,0 +212503,0,0,0,0,0 +212504,0,0,0,0,0 +212505,0,0,0,0,0 +212506,0,0,0,0,0 +212507,0,0,0,0,0 +212508,0,0,0,0,0 +212509,0,0,0,0,0 +212510,0,0,0,0,0 +212511,0,0,0,0,0 +212512,0,0,0,0,0 +212513,0,0,0,0,0 +212514,0,0,0,0,0 +212515,0,0,0,0,0 +212516,0,0,0,0,0 +212517,0,0,0,0,0 +212518,0,0,0,0,0 +212519,0,0,0,0,0 +212520,0,0,0,0,0 +212521,0,0,0,0,0 +212522,0,0,0,0,0 +212523,0,0,0,0,0 +212524,0,0,0,0,0 +212525,0,0,0,0,0 +212526,0,0,0,0,0 +212527,0,0,0,0,0 +212528,0,0,0,0,0 +212529,0,0,0,0,0 +212530,0,0,0,0,0 +212531,0,0,0,0,0 +212532,0,0,0,0,0 +212533,0,0,0,0,0 +212534,0,0,0,0,0 +212535,0,0,0,0,0 +212536,0,0,0,0,0 +212537,0,0,0,0,0 +212538,0,0,0,0,0 +212539,0,0,0,0,0 +212540,0,0,0,0,0 +212541,0,0,0,0,0 +212542,0,0,0,0,0 +212543,0,0,0,0,0 +212544,0,0,0,0,0 +212545,0,0,0,0,0 +212546,0,0,0,0,0 +212547,0,0,0,0,0 +212548,0,0,0,0,0 +212549,0,0,0,0,0 +212550,0,0,0,0,0 +212551,0,0,0,0,0 +212552,0,0,0,0,0 +212553,0,0,0,0,0 +212554,0,0,0,0,0 +212555,0,0,0,0,0 +212556,0,0,0,0,0 +212557,0,0,0,0,0 +212558,0,0,0,0,0 +212559,0,0,0,0,0 +212560,0,0,0,0,0 +212561,0,0,0,0,0 +212562,0,0,0,0,0 +212563,0,0,0,0,0 +212564,0,0,0,0,0 +212565,0,0,0,0,0 +212566,0,0,0,0,0 +212567,0,0,0,0,0 +212568,0,0,0,0,0 +212569,0,0,0,0,0 +212570,0,0,0,0,0 +212571,0,0,0,0,0 +212572,0,0,0,0,0 +212573,0,0,0,0,0 +212574,0,0,0,0,0 +212575,0,0,0,0,0 +212576,0,0,0,0,0 +212577,0,0,0,0,0 +212578,0,0,0,0,0 +212579,0,0,0,0,0 +212580,0,0,0,0,0 +212581,0,0,0,0,0 +212582,0,0,0,0,0 +212583,0,0,0,0,0 +212584,0,0,0,0,0 +212585,0,0,0,0,0 +212586,0,0,0,0,0 +212587,0,0,0,0,0 +212588,0,0,0,0,0 +212589,0,0,0,0,0 +212590,0,0,0,0,0 +212591,0,0,0,0,0 +212592,0,0,0,0,0 +212593,0,0,0,0,0 +212594,0,0,0,0,0 +212595,0,0,0,0,0 +212596,0,0,0,0,0 +212597,0,0,0,0,0 +212598,0,0,0,0,0 +212599,0,0,0,0,0 +212600,0,0,0,0,0 +212601,0,0,0,0,0 +212602,0,0,0,0,0 +212603,0,0,0,0,0 +212604,0,0,0,0,0 +212605,0,0,0,0,0 +212606,0,0,0,0,0 +212607,0,0,0,0,0 +212608,0,0,0,0,0 +212609,0,0,0,0,0 +212610,0,0,0,0,0 +212611,0,0,0,0,0 +212612,0,0,0,0,0 +212613,0,0,0,0,0 +212614,0,0,0,0,0 +212615,0,0,0,0,0 +212616,0,0,0,0,0 +212617,0,0,0,0,0 +212618,0,0,0,0,0 +212619,0,0,0,0,0 +212620,0,0,0,0,0 +212621,0,0,0,0,0 +212622,0,0,0,0,0 +212623,0,0,0,0,0 +212624,0,0,0,0,0 +212625,0,0,0,0,0 +212626,0,0,0,0,0 +212627,0,0,0,0,0 +212628,0,0,0,0,0 +212629,0,0,0,0,0 +212630,0,0,0,0,0 +212631,0,0,0,0,0 +212632,0,0,0,0,0 +212633,0,0,0,0,0 +212634,0,0,0,0,0 +212635,0,0,0,0,0 +212636,0,0,0,0,0 +212637,0,0,0,0,0 +212638,0,0,0,0,0 +212639,0,0,0,0,0 +212640,0,0,0,0,0 +212641,0,0,0,0,0 +212642,0,0,0,0,0 +212643,0,0,0,0,0 +212644,0,0,0,0,0 +212645,0,0,0,0,0 +212646,0,0,0,0,0 +212647,0,0,0,0,0 +212648,0,0,0,0,0 +212649,0,0,0,0,0 +212650,0,0,0,0,0 +212651,0,0,0,0,0 +212652,0,0,0,0,0 +212653,0,0,0,0,0 +212654,0,0,0,0,0 +212655,0,0,0,0,0 +212656,0,0,0,0,0 +212657,0,0,0,0,0 +212658,0,0,0,0,0 +212659,0,0,0,0,0 +212660,0,0,0,0,0 +212661,0,0,0,0,0 +212662,0,0,0,0,0 +212663,0,0,0,0,0 +212664,0,0,0,0,0 +212665,0,0,0,0,0 +212666,0,0,0,0,0 +212667,0,0,0,84.70338787,0 +212668,0,0,0,86.50776965,0 +212669,0,0,0,83.93577905,0 +212670,0,0,0,100.7436747,0 +212671,0,0,0,109.3382769,0 +212672,0,0,0,117.8566833,0 +212673,0,0,0,125.9685194,0 +212674,0,0,0,134.0160445,0 +212675,0,0,0,141.898608,0 +212676,0,0,0,149.4940567,0 +212677,0,0,0,157.0919782,0 +212678,0,0,0,164.3552699,0 +212679,0,0,0,171.6580088,0 +212680,0,0,0,178.6115943,0 +212681,0,0,0,185.6302938,0 +212682,0,0,0,192.3685866,0 +212683,0,0,0,199.0155846,0 +212684,0,0,0,205.5383314,0 +212685,0,0,0,211.8356679,0 +212686,0,0,0,218.1360851,0 +212687,0,0,0,224.4015003,0 +212688,0,0,0,230.1763713,0 +212689,0,0,0,236.3045085,0 +212690,0,0,0,241.7786963,0 +212691,0,0,0,247.6568017,0 +212692,0,0,0,261.2754411,0 +212693,0,0,0,268.0279699,0 +212694,0,0,0,274.2720907,0 +212695,0,0,0,280.1365425,0 +212696,0,0,0,285.5784594,0 +212697,0,0,0,291.3159621,0 +212698,0,0,0,296.599577,0 +212699,0,0,0,301.7693139,0 +212700,0,0,0,307.1590907,0 +212701,0,0,0,311.819475,0 +212702,0,0,0,316.6755524,0 +212703,0,0,0,321.1836791,0 +212704,0,0,0,325.8704161,0 +212705,0,0,0,330.2009115,0 +212706,0,0,0,334.5317688,0 +212707,0,0,0,338.7373253,0 +212708,0,0,0,342.8521783,0 +212709,0,0,0,346.8646179,0 +212710,0,0,0,350.7831884,0 +212711,0,0,0,354.6078225,0 +212712,0,0,0,358.3400088,0 +212713,0,0,0,361.9813334,0 +212714,0,0,0,365.4099483,0 +212715,0,0,0,369.0658638,0 +212716,0,0,0,372.3441693,0 +212717,0,0,0,375.6565112,0 +212718,0,0,0,378.9917185,0 +212719,0,0,0,381.9028108,0 +212720,0,0,0,385.0417225,0 +212721,0,0,0,387.9693178,0 +212722,0,0,0,390.6994929,0 +212723,0,0,0,393.7008064,0 +212724,0,0,0,396.2979368,0 +212725,0,0,0,398.9472197,0 +212726,0,0,0,401.4905704,0 +212727,0,0,0,403.9543648,0 +212728,0,0,0,406.3383158,0 +212729,0,0,0,408.643193,0 +212730,0,0,0,410.8691738,0 +212731,0,0,0,412.1486528,0 +212732,0,0,0,413.068154,0 +212733,0,0,0,413.9667318,0 +212734,0,0,0,414.5685244,0 +212735,0,0,0,415.1705579,0 +212736,0,0,0,415.4888682,0 +212737,0,0,0,415.7356935,0 +212738,0,0,0,415.9393493,0 +212739,0,0,0,415.8651389,0 +212740,0,0,0,415.725799,0 +212741,0,0,0,415.4698836,0 +212742,0,0,0,415.0928557,0 +212743,0,0,0,414.5959126,0 +212744,0,0,0,413.9804331,0 +212745,0,0,0,413.2482737,0 +212746,0,0,0,412.4006986,0 +212747,0,0,0,411.4394097,0 +212748,0,0,0,410.3655336,0 +212749,0,0,0,409.1806317,0 +212750,0,0,0,407.885706,0 +212751,0,0,0,406.4822126,0 +212752,0,0,0,404.9710543,0 +212753,0,0,0,403.3535996,0 +212754,0,0,0,401.6306707,0 +212755,0,0,0,399.8035701,0 +212756,0,0,0,397.873057,0 +212757,0,0,0,395.840378,0 +212758,0,0,0,393.7062427,0 +212759,0,0,0,391.4718539,0 +212760,0,0,0,389.2798643,0 +212761,0,0,0,386.3099324,0 +212762,0,0,0,383.5019892,0 +212763,0,0,0,380.4594186,0 +212764,0,0,0,377.1987578,0 +212765,0,0,0,374.1705094,0 +212766,0,0,0,370.7469405,0 +212767,0,0,0,367.3445589,0 +212768,0,0,0,364.1803964,0 +212769,0,0,0,360.7370181,0 +212770,0,0,0,356.9092264,0 +212771,0,0,0,353.2065698,0 +212772,0,0,0,349.3164962,0 +212773,0,0,0,345.3580676,0 +212774,0,0,0,341.3076227,0 +212775,0,0,0,337.2903604,0 +212776,0,0,0,332.7510998,0 +212777,0,0,0,328.707711,0 +212778,0,0,0,324.1886756,0 +212779,0,0,0,319.716909,0 +212780,0,0,0,315.2546209,0 +212781,0,0,0,310.4263238,0 +212782,0,0,0,305.7624208,0 +212783,0,0,0,300.7978478,0 +212784,0,0,0,296.1616456,0 +212785,0,0,0,290.9322603,0 +212786,0,0,0,285.9555404,0 +212787,0,0,0,280.8878041,0 +212788,0,0,0,275.4140687,0 +212789,0,0,0,270.3191133,0 +212790,0,0,0,264.9444003,0 +212791,0,0,0,257.4659928,0 +212792,0,0,0,249.7486921,0 +212793,0,0,0,241.696657,0 +212794,0,0,0,239.5275052,0 +212795,0,0,0,231.8922441,0 +212796,0,0,0,224.1777082,0 +212797,0,0,0,215.7125875,0 +212798,0,0,0,207.3618256,0 +212799,0,0,0,198.5397983,0 +212800,0,0,0,189.7197055,0 +212801,0,0,0,180.7143404,0 +212802,0,0,0,171.3962448,0 +212803,0,0,0,162.1307795,0 +212804,0,0,0,152.5004595,0 +212805,0,0,0,142.8701867,0 +212806,0,0,0,133.1381332,0 +212807,0,0,0,123.0335469,0 +212808,0,0,0,113.0600438,0 +212809,0,0,0,102.8332575,0 +212810,0,0,0,92.43501904,0 +212811,0,0,0,82.28745928,0 +212812,0,0,0,71.18262644,0 +212813,0,0,0,60.85559359,0 +212814,0,0,0,82.74057268,0 +212815,0,0,0,0,0 +212816,0,0,0,60.95913575,0 +212817,0,0,0,0,0 +212818,0,0,0,0,0 +212819,0,0,0,0,0 +212820,0,0,0,0,0 +212821,0,0,0,0,0 +212822,0,0,0,0,0 +212823,0,0,0,0,0 +212824,0,0,0,0,0 +212825,0,0,0,0,0 +212826,0,0,0,0,0 +212827,0,0,0,0,0 +212828,0,0,0,0,0 +212829,0,0,0,0,0 +212830,0,0,0,0,0 +212831,0,0,0,0,0 +212832,0,0,0,0,0 +212833,0,0,0,0,0 +212834,0,0,0,0,0 +212835,0,0,0,0,0 +212836,0,0,0,0,0 +212837,0,0,0,0,0 +212838,0,0,0,0,0 +212839,0,0,0,0,0 +212840,0,0,0,0,0 +212841,0,0,0,0,0 +212842,0,0,0,0,0 +212843,0,0,0,0,0 +212844,0,0,0,0,0 +212845,0,0,0,0,0 +212846,0,0,0,0,0 +212847,0,0,0,0,0 +212848,0,0,0,0,0 +212849,0,0,0,0,0 +212850,0,0,0,0,0 +212851,0,0,0,0,0 +212852,0,0,0,0,0 +212853,0,0,0,0,0 +212854,0,0,0,0,0 +212855,0,0,0,0,0 +212856,0,0,0,0,0 +212857,0,0,0,0,0 +212858,0,0,0,0,0 +212859,0,0,0,0,0 +212860,0,0,0,0,0 +212861,0,0,0,0,0 +212862,0,0,0,0,0 +212863,0,0,0,0,0 +212864,0,0,0,0,0 +212865,0,0,0,0,0 +212866,0,0,0,0,0 +212867,0,0,0,0,0 +212868,0,0,0,0,0 +212869,0,0,0,0,0 +212870,0,0,0,0,0 +212871,0,0,0,0,0 +212872,0,0,0,0,0 +212873,0,0,0,0,0 +212874,0,0,0,0,0 +212875,0,0,0,0,0 +212876,0,0,0,0,0 +212877,0,0,0,0,0 +212878,0,0,0,0,0 +212879,0,0,0,0,0 +212880,0,0,0,0,0 +212881,0,0,0,0,0 +212882,0,0,0,0,0 +212883,0,0,0,0,0 +212884,0,0,0,0,0 +212885,0,0,0,0,0 +212886,0,0,0,0,0 +212887,0,0,0,0,0 +212888,0,0,0,0,0 +212889,0,0,0,0,0 +212890,0,0,0,0,0 +212891,0,0,0,0,0 +212892,0,0,0,0,0 +212893,0,0,0,0,0 +212894,0,0,0,0,0 +212895,0,0,0,0,0 +212896,0,0,0,0,0 +212897,0,0,0,0,0 +212898,0,0,0,0,0 +212899,0,0,0,0,0 +212900,0,0,0,0,0 +212901,0,0,0,0,0 +212902,0,0,0,0,0 +212903,0,0,0,0,0 +212904,0,0,0,0,0 +212905,0,0,0,0,0 +212906,0,0,0,0,0 +212907,0,0,0,0,0 +212908,0,0,0,0,0 +212909,0,0,0,0,0 +212910,0,0,0,0,0 +212911,0,0,0,0,0 +212912,0,0,0,0,0 +212913,0,0,0,0,0 +212914,0,0,0,0,0 +212915,0,0,0,0,0 +212916,0,0,0,0,0 +212917,0,0,0,0,0 +212918,0,0,0,0,0 +212919,0,0,0,0,0 +212920,0,0,0,0,0 +212921,0,0,0,0,0 +212922,0,0,0,0,0 +212923,0,0,0,0,0 +212924,0,0,0,0,0 +212925,0,0,0,0,0 +212926,0,0,0,0,0 +212927,0,0,0,0,0 +212928,0,0,0,0,0 +212929,0,0,0,0,0 +212930,0,0,0,0,0 +212931,0,0,0,0,0 +212932,0,0,0,0,0 +212933,0,0,0,0,0 +212934,0,0,0,0,0 +212935,0,0,0,0,0 +212936,0,0,0,0,0 +212937,0,0,0,0,0 +212938,0,0,0,0,0 +212939,0,0,0,0,0 +212940,0,0,0,0,0 +212941,0,0,0,0,0 +212942,0,0,0,0,0 +212943,0,0,0,0,0 +212944,0,0,0,0,0 +212945,0,0,0,0,0 +212946,0,0,0,0,0 +212947,0,0,0,0,0 +212948,0,0,0,0,0 +212949,0,0,0,0,0 +212950,0,0,0,0,0 +212951,0,0,0,0,0 +212952,0,0,0,0,0 +212953,0,0,0,0,0 +212954,0,0,0,0,0 +212955,0,0,0,0,0 +212956,0,0,0,0,0 +212957,0,0,0,0,0 +212958,0,0,0,0,0 +212959,0,0,0,0,0 +212960,0,0,0,0,0 +212961,0,0,0,0,0 +212962,0,0,0,0,0 +212963,0,0,0,0,0 +212964,0,0,0,0,0 +212965,0,0,0,0,0 +212966,0,0,0,0,0 +212967,0,0,0,0,0 +212968,0,0,0,0,0 +212969,0,0,0,0,0 +212970,0,0,0,0,0 +212971,0,0,0,0,0 +212972,0,0,0,0,0 +212973,0,0,0,0,0 +212974,0,0,0,0,0 +212975,0,0,0,0,0 +212976,0,0,0,0,0 +212977,0,0,0,0,0 +212978,0,0,0,0,0 +212979,0,0,0,0,0 +212980,0,0,0,0,0 +212981,0,0,0,0,0 +212982,0,0,0,0,0 +212983,0,0,0,0,0 +212984,0,0,0,0,0 +212985,0,0,0,0,0 +212986,0,0,0,0,0 +212987,0,0,0,0,0 +212988,0,0,0,0,0 +212989,0,0,0,0,0 +212990,0,0,0,0,0 +212991,0,0,0,0,0 +212992,0,0,0,0,0 +212993,0,0,0,0,0 +212994,0,0,0,0,0 +212995,0,0,0,0,0 +212996,0,0,0,0,0 +212997,0,0,0,0,0 +212998,0,0,0,0,0 +212999,0,0,0,0,0 +213000,0,0,0,0,0 +213001,0,0,0,0,0 +213002,0,0,0,0,0 +213003,0,0,0,0,0 +213004,0,0,0,0,0 +213005,0,0,0,0,0 +213006,0,0,0,0,0 +213007,0,0,0,0,0 +213008,0,0,0,0,0 +213009,0,0,0,0,0 +213010,0,0,0,0,0 +213011,0,0,0,0,0 +213012,0,0,0,0,0 +213013,0,0,0,0,0 +213014,0,0,0,0,0 +213015,0,0,0,0,0 +213016,0,0,0,0,0 +213017,0,0,0,0,0 +213018,0,0,0,0,0 +213019,0,0,0,0,0 +213020,0,0,0,0,0 +213021,0,0,0,0,0 +213022,0,0,0,0,0 +213023,0,0,0,0,0 +213024,0,0,0,0,0 +213025,0,0,0,0,0 +213026,0,0,0,0,0 +213027,0,0,0,0,0 +213028,0,0,0,0,0 +213029,0,0,0,0,0 +213030,0,0,0,0,0 +213031,0,0,0,0,0 +213032,0,0,0,0,0 +213033,0,0,0,0,0 +213034,0,0,0,0,0 +213035,0,0,0,0,0 +213036,0,0,0,0,0 +213037,0,0,0,0,0 +213038,0,0,0,0,0 +213039,0,0,0,0,0 +213040,0,0,0,0,0 +213041,0,0,0,0,0 +213042,0,0,0,0,0 +213043,0,0,0,0,0 +213044,0,0,0,0,0 +213045,0,0,0,0,0 +213046,0,0,0,0,0 +213047,0,0,0,0,0 +213048,0,0,0,0,0 +213049,0,0,0,0,0 +213050,0,0,0,0,0 +213051,0,0,0,0,0 +213052,0,0,0,0,0 +213053,0,0,0,0,0 +213054,0,0,0,0,0 +213055,0,0,0,0,0 +213056,0,0,0,0,0 +213057,0,0,0,0,0 +213058,0,0,0,0,0 +213059,0,0,0,0,0 +213060,0,0,0,0,0 +213061,0,0,0,0,0 +213062,0,0,0,0,0 +213063,0,0,0,0,0 +213064,0,0,0,0,0 +213065,0,0,0,0,0 +213066,0,0,0,0,0 +213067,0,0,0,0,0 +213068,0,0,0,0,0 +213069,0,0,0,0,0 +213070,0,0,0,0,0 +213071,0,0,0,0,0 +213072,0,0,0,0,0 +213073,0,0,0,0,0 +213074,0,0,0,0,0 +213075,0,0,0,0,0 +213076,0,0,0,0,0 +213077,0,0,0,0,0 +213078,0,0,0,0,0 +213079,0,0,0,0,0 +213080,0,0,0,0,0 +213081,0,0,0,0,0 +213082,0,0,0,0,0 +213083,0,0,0,0,0 +213084,0,0,0,0,0 +213085,0,0,0,0,0 +213086,0,0,0,0,0 +213087,0,0,0,0,0 +213088,0,0,0,0,0 +213089,0,0,0,0,0 +213090,0,0,0,0,0 +213091,0,0,0,0,0 +213092,0,0,0,0,0 +213093,0,0,0,0,0 +213094,0,0,0,0,0 +213095,0,0,0,0,0 +213096,0,0,0,0,0 +213097,0,0,0,0,0 +213098,0,0,0,0,0 +213099,0,0,0,0,0 +213100,0,0,0,0,0 +213101,0,0,0,0,0 +213102,0,0,0,0,0 +213103,0,0,0,0,0 +213104,0,0,0,0,0 +213105,0,0,0,0,0 +213106,0,0,0,0,0 +213107,0,0,0,0,0 +213108,0,0,0,0,0 +213109,0,0,0,0,0 +213110,0,0,0,0,0 +213111,0,0,0,0,0 +213112,0,0,0,0,0 +213113,0,0,0,0,0 +213114,0,0,0,0,0 +213115,0,0,0,0,0 +213116,0,0,0,0,0 +213117,0,0,0,0,0 +213118,0,0,0,0,0 +213119,0,0,0,0,0 +213120,0,0,0,0,0 +213121,0,0,0,0,0 +213122,0,0,0,0,0 +213123,0,0,0,0,0 +213124,0,0,0,0,0 +213125,0,0,0,0,0 +213126,0,0,0,0,0 +213127,0,0,0,0,0 +213128,0,0,0,0,0 +213129,0,0,0,0,0 +213130,0,0,0,0,0 +213131,0,0,0,0,0 +213132,0,0,0,0,0 +213133,0,0,0,0,0 +213134,0,0,0,0,0 +213135,0,0,0,0,0 +213136,0,0,0,0,0 +213137,0,0,0,0,0 +213138,0,0,0,0,0 +213139,0,0,0,0,0 +213140,0,0,0,0,0 +213141,0,0,0,0,0 +213142,0,0,0,0,0 +213143,0,0,0,0,0 +213144,0,0,0,0,0 +213145,0,0,0,0,0 +213146,0,0,0,0,0 +213147,0,0,0,0,0 +213148,0,0,0,0,0 +213149,0,0,0,0,0 +213150,0,0,0,0,0 +213151,0,0,0,0,0 +213152,0,0,0,0,0 +213153,0,0,0,0,0 +213154,0,0,0,0,0 +213155,0,0,0,0,0 +213156,0,0,0,0,0 +213157,0,0,0,0,0 +213158,0,0,0,0,0 +213159,0,0,0,0,0 +213160,0,0,0,0,0 +213161,0,0,0,0,0 +213162,0,0,0,0,0 +213163,0,0,0,0,0 +213164,0,0,0,0,0 +213165,0,0,0,0,0 +213166,0,0,0,0,0 +213167,0,0,0,0,0 +213168,0,0,0,0,0 +213169,0,0,0,0,0 +213170,0,0,0,0,0 +213171,0,0,0,0,0 +213172,0,0,0,0,0 +213173,0,0,0,0,0 +213174,0,0,0,0,0 +213175,0,0,0,0,0 +213176,0,0,0,0,0 +213177,0,0,0,0,0 +213178,0,0,0,0,0 +213179,0,0,0,0,0 +213180,0,0,0,0,0 +213181,0,0,0,0,0 +213182,0,0,0,0,0 +213183,0,0,0,0,0 +213184,0,0,0,0,0 +213185,0,0,0,0,0 +213186,0,0,0,0,0 +213187,0,0,0,0,0 +213188,0,0,0,0,0 +213189,0,0,0,0,0 +213190,0,0,0,0,0 +213191,0,0,0,0,0 +213192,0,0,0,0,0 +213193,0,0,0,0,0 +213194,0,0,0,0,0 +213195,0,0,0,0,0 +213196,0,0,0,0,0 +213197,0,0,0,0,0 +213198,0,0,0,0,0 +213199,0,0,0,0,0 +213200,0,0,0,0,0 +213201,0,0,0,0,0 +213202,0,0,0,0,0 +213203,0,0,0,0,0 +213204,0,0,0,0,0 +213205,0,0,0,0,0 +213206,0,0,0,0,0 +213207,0,0,0,0,0 +213208,0,0,0,0,0 +213209,0,0,0,0,0 +213210,0,0,0,0,0 +213211,0,0,0,0,0 +213212,0,0,0,0,0 +213213,0,0,0,0,0 +213214,0,0,0,0,0 +213215,0,0,0,0,0 +213216,0,0,0,0,0 +213217,0,0,0,0,0 +213218,0,0,0,0,0 +213219,0,0,0,0,0 +213220,0,0,0,0,0 +213221,0,0,0,0,0 +213222,0,0,0,0,0 +213223,0,0,0,0,0 +213224,0,0,0,0,0 +213225,0,0,0,0,0 +213226,0,0,0,0,0 +213227,0,0,0,0,0 +213228,0,0,0,0,0 +213229,0,0,0,0,0 +213230,0,0,0,0,0 +213231,0,0,0,0,0 +213232,0,0,0,0,0 +213233,0,0,0,0,0 +213234,0,0,0,0,0 +213235,0,0,0,0,0 +213236,0,0,0,0,0 +213237,0,0,0,0,0 +213238,0,0,0,0,0 +213239,0,0,0,0,0 +213240,0,0,0,0,0 +213241,0,0,0,0,0 +213242,0,0,0,0,0 +213243,0,0,0,0,0 +213244,0,0,0,0,0 +213245,0,0,0,0,0 +213246,0,0,0,0,0 +213247,0,0,0,0,0 +213248,0,0,0,0,0 +213249,0,0,0,0,0 +213250,0,0,0,0,0 +213251,0,0,0,0,0 +213252,0,0,0,0,0 +213253,0,0,0,0,0 +213254,0,0,0,0,0 +213255,0,0,0,0,0 +213256,0,0,0,0,0 +213257,0,0,0,0,0 +213258,0,0,0,0,0 +213259,0,0,0,0,0 +213260,0,0,0,0,0 +213261,0,0,0,0,0 +213262,0,0,0,0,0 +213263,0,0,0,0,0 +213264,0,0,0,0,0 +213265,0,0,0,0,0 +213266,0,0,0,0,0 +213267,0,0,0,0,0 +213268,0,0,0,0,0 +213269,0,0,0,0,0 +213270,0,0,0,0,0 +213271,0,0,0,0,0 +213272,0,0,0,0,0 +213273,0,0,0,0,0 +213274,0,0,0,0,0 +213275,0,0,0,0,0 +213276,0,0,0,0,0 +213277,0,0,0,0,0 +213278,0,0,0,0,0 +213279,0,0,0,0,0 +213280,0,0,0,0,0 +213281,0,0,0,0,0 +213282,0,0,0,0,0 +213283,0,0,0,0,0 +213284,0,0,0,0,0 +213285,0,0,0,0,0 +213286,0,0,0,0,0 +213287,0,0,0,0,0 +213288,0,0,0,0,0 +213289,0,0,0,0,0 +213290,0,0,0,0,0 +213291,0,0,0,0,0 +213292,0,0,0,0,0 +213293,0,0,0,0,0 +213294,0,0,0,0,0 +213295,0,0,0,0,0 +213296,0,0,0,0,0 +213297,0,0,0,0,0 +213298,0,0,0,0,0 +213299,0,0,0,0,0 +213300,0,0,0,0,0 +213301,0,0,0,0,0 +213302,0,0,0,0,0 +213303,0,0,0,0,0 +213304,0,0,0,0,0 +213305,0,0,0,0,0 +213306,0,0,0,0,0 +213307,0,0,0,0,0 +213308,0,0,0,0,0 +213309,0,0,0,0,0 +213310,0,0,0,0,0 +213311,0,0,0,0,0 +213312,0,0,0,0,0 +213313,0,0,0,0,0 +213314,0,0,0,0,0 +213315,0,0,0,0,0 +213316,0,0,0,0,0 +213317,0,0,0,0,0 +213318,0,0,0,0,0 +213319,0,0,0,0,0 +213320,0,0,0,0,0 +213321,0,0,0,0,0 +213322,0,0,0,0,0 +213323,0,0,0,0,0 +213324,0,0,0,0,0 +213325,0,0,0,0,0 +213326,0,0,0,0,0 +213327,0,0,0,0,0 +213328,0,0,0,0,0 +213329,0,0,0,0,0 +213330,0,0,0,0,0 +213331,0,0,0,0,0 +213332,0,0,0,0,0 +213333,0,0,0,0,0 +213334,0,0,0,0,0 +213335,0,0,0,0,0 +213336,0,0,0,0,0 +213337,0,0,0,0,0 +213338,0,0,0,0,0 +213339,0,0,0,0,0 +213340,0,0,0,0,0 +213341,0,0,0,0,0 +213342,0,0,0,0,0 +213343,0,0,0,0,0 +213344,0,0,0,0,0 +213345,0,0,0,0,0 +213346,0,0,0,0,0 +213347,0,0,0,0,0 +213348,0,0,0,0,0 +213349,0,0,0,0,0 +213350,0,0,0,0,0 +213351,0,0,0,0,0 +213352,0,0,0,0,0 +213353,0,0,0,0,0 +213354,0,0,0,0,0 +213355,0,0,0,0,0 +213356,0,0,0,0,0 +213357,0,0,0,0,0 +213358,0,0,0,0,0 +213359,0,0,0,0,0 +213360,0,0,0,0,0 +213361,0,0,0,0,0 +213362,0,0,0,0,0 +213363,0,0,0,0,0 +213364,0,0,0,0,0 +213365,0,0,0,0,0 +213366,0,0,0,0,0 +213367,0,0,0,0,0 +213368,0,0,0,0,0 +213369,0,0,0,0,0 +213370,0,0,0,0,0 +213371,0,0,0,0,0 +213372,0,0,0,0,0 +213373,0,0,0,0,0 +213374,0,0,0,0,0 +213375,0,0,0,0,0 +213376,0,0,0,0,0 +213377,0,0,0,0,0 +213378,0,0,0,0,0 +213379,0,0,0,0,0 +213380,0,0,0,0,0 +213381,0,0,0,0,0 +213382,0,0,0,0,0 +213383,0,0,0,0,0 +213384,0,0,0,0,0 +213385,0,0,0,0,0 +213386,0,0,0,0,0 +213387,0,0,0,0,0 +213388,0,0,0,0,0 +213389,0,0,0,0,0 +213390,0,0,0,0,0 +213391,0,0,0,0,0 +213392,0,0,0,0,0 +213393,0,0,0,0,0 +213394,0,0,0,0,0 +213395,0,0,0,0,0 +213396,0,0,0,0,0 +213397,0,0,0,0,0 +213398,0,0,0,0,0 +213399,0,0,0,0,0 +213400,0,0,0,0,0 +213401,0,0,0,0,0 +213402,0,0,0,0,0 +213403,0,0,0,0,0 +213404,0,0,0,0,0 +213405,0,0,0,0,0 +213406,0,0,0,0,0 +213407,0,0,0,0,0 +213408,0,0,0,0,0 +213409,0,0,0,0,0 +213410,0,0,0,0,0 +213411,0,0,0,0,0 +213412,0,0,0,0,0 +213413,0,0,0,0,0 +213414,0,0,0,0,0 +213415,0,0,0,0,0 +213416,0,0,0,0,0 +213417,0,0,0,0,0 +213418,0,0,0,0,0 +213419,0,0,0,0,0 +213420,0,0,0,0,0 +213421,0,0,0,0,0 +213422,0,0,0,0,0 +213423,0,0,0,0,0 +213424,0,0,0,0,0 +213425,0,0,0,0,0 +213426,0,0,0,0,0 +213427,0,0,0,0,0 +213428,0,0,0,0,0 +213429,0,0,0,0,0 +213430,0,0,0,0,0 +213431,0,0,0,0,0 +213432,0,0,0,0,0 +213433,0,0,0,0,0 +213434,0,0,0,0,0 +213435,0,0,0,0,0 +213436,0,0,0,0,0 +213437,0,0,0,0,0 +213438,0,0,0,0,0 +213439,0,0,0,0,0 +213440,0,0,0,0,0 +213441,0,0,0,0,0 +213442,0,0,0,0,0 +213443,0,0,0,0,0 +213444,0,0,0,0,0 +213445,0,0,0,0,0 +213446,0,0,0,0,0 +213447,0,0,0,0,0 +213448,0,0,0,0,0 +213449,0,0,0,0,0 +213450,0,0,0,0,0 +213451,0,0,0,0,0 +213452,0,0,0,0,0 +213453,0,0,0,0,0 +213454,0,0,0,0,0 +213455,0,0,0,0,0 +213456,0,0,0,0,0 +213457,0,0,0,0,0 +213458,0,0,0,0,0 +213459,0,0,0,0,0 +213460,0,0,0,0,0 +213461,0,0,0,0,0 +213462,0,0,0,0,0 +213463,0,0,0,0,0 +213464,0,0,0,0,0 +213465,0,0,0,0,0 +213466,0,0,0,0,0 +213467,0,0,0,0,0 +213468,0,0,0,0,0 +213469,0,0,0,0,0 +213470,0,0,0,0,0 +213471,0,0,0,0,0 +213472,0,0,0,0,0 +213473,0,0,0,0,0 +213474,0,0,0,0,0 +213475,0,0,0,0,0 +213476,0,0,0,0,0 +213477,0,0,0,0,0 +213478,0,0,0,0,0 +213479,0,0,0,0,0 +213480,0,0,0,0,0 +213481,0,0,0,0,0 +213482,0,0,0,0,0 +213483,0,0,0,0,0 +213484,0,0,0,0,0 +213485,0,0,0,0,0 +213486,0,0,0,0,0 +213487,0,0,0,0,0 +213488,0,0,0,0,0 +213489,0,0,0,0,0 +213490,0,0,0,0,0 +213491,0,0,0,0,0 +213492,0,0,0,0,0 +213493,0,0,0,0,0 +213494,0,0,0,0,0 +213495,0,0,0,0,0 +213496,0,0,0,0,0 +213497,0,0,0,0,0 +213498,0,0,0,0,0 +213499,0,0,0,0,0 +213500,0,0,0,0,0 +213501,0,0,0,0,0 +213502,0,0,0,0,0 +213503,0,0,0,0,0 +213504,0,0,0,0,0 +213505,0,0,0,0,0 +213506,0,0,0,0,0 +213507,0,0,0,0,0 +213508,0,0,0,0,0 +213509,0,0,0,0,0 +213510,0,0,0,0,0 +213511,0,0,0,0,0 +213512,0,0,0,0,0 +213513,0,0,0,0,0 +213514,0,0,0,0,0 +213515,0,0,0,0,0 +213516,0,0,0,0,0 +213517,0,0,0,0,0 +213518,0,0,0,0,0 +213519,0,0,0,0,0 +213520,0,0,0,0,0 +213521,0,0,0,0,0 +213522,0,0,0,0,0 +213523,0,0,0,0,0 +213524,0,0,0,0,0 +213525,0,0,0,0,0 +213526,0,0,0,0,0 +213527,0,0,0,0,0 +213528,0,0,0,0,0 +213529,0,0,0,0,0 +213530,0,0,0,0,0 +213531,0,0,0,0,0 +213532,0,0,0,0,0 +213533,0,0,0,0,0 +213534,0,0,0,0,0 +213535,0,0,0,0,0 +213536,0,0,0,0,0 +213537,0,0,0,0,0 +213538,0,0,0,0,0 +213539,0,0,0,0,0 +213540,0,0,0,0,0 +213541,-202.54219,633.7082082,2557.073891,-77.23358747,-399.1769662 +213542,242.6606217,294.6176702,680.8954904,125.0058925,409.4496864 +213543,241.1753739,285.800203,649.2794855,123.8745208,406.6142089 +213544,235.3078093,280.0620424,633.9469781,120.6623702,395.7940934 +213545,228.5149619,276.7441418,627.8641521,117.1071295,382.8229676 +213546,222.4778299,274.7641035,625.1023103,114.0168075,370.6795653 +213547,217.5396146,273.4903746,623.1323572,111.5292598,360.0907122 +213548,213.522975,272.6753855,621.4145292,109.5317366,350.8882913 +213549,210.2008474,272.240667,620.0399466,107.897055,342.7640844 +213550,207.4089248,272.1488108,619.1262906,106.5349189,335.4982665 +213551,205.0560049,272.3616887,618.6916922,105.3953752,328.9613894 +213552,203.0757704,272.837616,618.6904903,104.4442773,323.070872 +213553,201.4247885,273.536927,619.0603114,103.6516446,317.7619598 +213554,200.0615351,274.425378,619.7447108,102.9977777,312.9765355 +213555,198.9481937,275.4746849,620.6980418,102.4637667,308.6611674 +213556,198.0522013,276.6616687,621.8835405,102.0327974,304.7673257 +213557,197.3461875,277.9672281,623.2707479,101.6908543,301.2517327 +213558,196.8071003,279.375471,624.8337369,101.4264384,298.075988 +213559,196.4154504,280.8731202,626.5502185,101.2300703,295.2061918 +213560,196.1546082,303.7695578,745.3727282,101.0938265,292.6122814 +213561,196.0103845,370.1869465,727.6375204,101.011043,290.267662 +213562,195.9705986,351.5902085,739.0989591,100.9760737,288.1486794 +213563,196.0247967,368.4731881,758.519866,100.9841114,286.2343197 +213564,196.163924,380.5820994,771.7625401,101.0310139,284.5057733 +213565,196.3801698,391.0237275,785.1050993,101.1132186,282.9462908 +213566,196.6667581,401.4304768,798.0200245,101.2276594,281.5408915 +213567,197.0178572,411.8411456,810.9855866,101.3717202,280.2762775 +213568,197.4283962,422.0496436,823.885847,101.5431516,279.1405471 +213569,197.8939977,432.4495044,836.5214284,101.7400252,278.1231218 +213570,198.410823,442.640849,849.0992144,101.9606607,277.2144902 +213571,198.9755324,451.9699244,859.761103,102.2035963,276.4061646 +213572,199.5810949,461.3485513,870.4013815,102.4655762,275.6904577 +213573,200.2217781,470.332806,880.4657947,102.7441473,275.0604451 +213574,200.8944678,479.5239197,890.492371,103.0379443,274.5098256 +213575,201.5975137,488.3282663,900.2720877,103.3462299,274.0329632 +213576,202.3297424,497.4922427,909.7412357,103.668484,273.6247253 +213577,203.0900957,505.9611331,919.3978125,104.0042394,273.2804878 +213578,203.8775279,514.9756289,928.4476336,104.3530284,272.9960017 +213579,204.6910477,523.5460506,937.3526427,104.7143979,272.7674226 +213580,205.5297056,532.1840297,946.4733295,105.0879038,272.5911828 +213581,206.3926317,540.6184283,955.2654203,105.4731299,272.4640507 +213582,207.2789928,549.4269564,963.7078089,105.86967,272.3830019 +213583,208.1880259,557.4145567,972.3515247,106.2771447,272.3452971 +213584,209.1189941,566.1359379,980.2769597,106.6951828,272.3483622 +213585,210.0712158,574.3212785,988.9189903,107.1234354,272.3898603 +213586,211.0440288,582.4648379,996.5831188,107.5615605,272.4675858 +213587,212.0368161,591.0512252,1004.665608,108.0092355,272.5795312 +213588,213.0489761,598.8515548,1012.194073,108.4661442,272.7237944 +213589,214.0799501,606.9332343,1019.955877,108.9319896,272.8986503 +213590,215.1291885,615.2321183,1027.207275,109.4064795,273.102451 +213591,216.1961773,623.1030565,1034.475421,109.8893379,273.333699 +213592,217.2804107,631.0891315,1041.803176,110.3802937,273.5909584 +213593,218.3814186,638.8039571,1048.840957,110.8790928,273.8729319 +213594,219.4987327,647.1511701,1055.515543,111.3854832,274.1783615 +213595,220.6319198,654.5115345,1062.529225,111.89923,274.5061167 +213596,221.7805427,666.0222271,1069.149096,112.4200978,274.855087 +213597,222.9441997,676.0813909,1075.547998,112.9478686,275.2242813 +213598,224.122486,686.0804734,1081.818861,113.4823244,275.6127227 +213599,225.3150269,696.4434455,1088.309519,114.0232625,276.0195375 +213600,226.5214455,706.2803895,1094.144219,114.5704802,276.4438613 +213601,227.760505,1146.787312,2054.695089,115.1324766,276.9196717 +213602,247.9314084,1170.355952,2089.363563,124.4427269,312.2624928 +213603,277.9962176,1190.454773,2114.020617,138.1938893,366.7324823 +213604,308.5849827,1208.36197,2135.162406,151.9984163,423.6842541 +213605,335.6776663,1224.853032,2154.368753,164.0226649,475.6858367 +213606,358.7851832,1241.631133,2172.107568,174.1006444,521.436664 +213607,378.6272905,1257.064179,2188.551875,182.6221097,561.8152076 +213608,395.9767543,1272.26456,2204.828985,189.9839684,597.8987078 +213609,411.3743752,1287.380168,2220.011428,196.4598054,630.4512584 +213610,425.1704478,1302.090276,2235.232867,202.224727,659.9665427 +213611,437.6132442,1316.629633,2268.644707,207.4008369,686.7994825 +213612,448.9020252,1330.953473,2235.215374,212.0842357,711.2456886 +213613,459.2072786,1345.043467,2291.464478,216.3555193,733.5700473 +213614,468.6760709,1359.084292,2288.164888,220.2828302,754.0120015 +213615,477.4338556,1372.843248,2304.407167,223.9231061,772.7854975 +213616,485.5864912,1386.427116,2326.736031,227.3233745,790.0796374 +213617,493.2228395,1400.052539,2322.675195,230.5222628,806.060721 +213618,500.4174194,1413.188952,2338.403468,233.5514686,820.8748255 +213619,507.232785,1426.511767,2363.647611,236.4370376,834.6503494 +213620,513.7215061,1439.495286,2358.370375,239.2004031,847.5002339 +213621,519.9278197,1452.39913,2378.649533,241.8592322,859.5239153 +213622,525.8889678,1465.15666,2403.624857,244.4280977,870.8089542 +213623,531.6363421,1477.714368,2378.154524,246.9190393,881.4325198 +213624,537.1964118,1490.357805,2439.027653,249.34201,891.4626252 +213625,542.5915337,1502.569258,2410.741728,251.7052563,900.9592799 +213626,547.8406005,1514.785495,2424.440993,254.0156169,909.9754367 +213627,552.9596188,1526.960595,2457.448807,256.2787828,918.3734053 +213628,557.9621404,1538.880245,2445.553381,258.4994869,926.2620218 +213629,562.8597247,1550.728179,2463.147812,260.6817051,933.7602682 +213630,567.6621915,1562.438919,2471.222699,262.8287608,940.9425842 +213631,572.3779341,1573.56719,2479.544452,264.9434557,947.8505715 +213632,577.0108795,1584.426138,2487.533165,267.0264922,954.5109745 +213633,581.5650615,1595.27976,2497.434521,269.0787982,960.9456188 +213634,586.045264,1605.896782,2506.575681,271.1018369,967.1742669 +213635,590.4564217,1616.179317,2514.535753,273.0972738,973.215069 +213636,594.8030601,1626.624236,2522.787591,275.0666708,979.08418 +213637,599.0891597,1636.71048,2530.386634,277.0113994,984.7959057 +213638,603.3181547,1646.724267,2537.738216,278.9326292,990.3627106 +213639,607.493046,1656.514273,2545.025343,280.831376,995.795596 +213640,611.6164647,1666.413654,2551.805375,308.3494081,1001.104185 +213641,615.6907536,1680.645761,2558.339963,350.4373714,1006.297044 +213642,619.7179942,1685.219151,2570.449728,342.4052117,1011.381699 +213643,712.4383766,1701.791286,2568.400035,353.0257367,1016.364867 +213644,778.2145433,1702.265955,2577.450097,362.5447268,1021.252403 +213645,747.9397053,1724.169374,2582.592741,370.2272622,1026.049526 +213646,780.5549567,1716.384057,2587.637308,377.6321252,1030.760764 +213647,796.315722,1715.995529,2592.584009,384.9870748,1035.390113 +213648,815.4771829,1744.730237,2595.003105,395.853025,1039.941115 +213649,830.9365858,1739.537748,2598.750553,403.417639,1044.417205 +213650,845.8464956,1750.338895,2603.017713,410.782226,1048.821503 +213651,860.280349,1758.357812,2606.851004,417.8054765,1053.156767 +213652,874.3580502,1766.299048,2610.526175,424.6552419,1057.425552 +213653,888.5431735,1773.956602,2613.992674,431.5351766,1061.630287 +213654,902.1595697,1781.686295,2617.253535,438.0643967,1065.7732 +213655,915.7245604,1789.165584,2620.345683,444.8054155,1069.85638 +213656,928.7989585,1796.824228,2623.141196,450.9726076,1073.881711 +213657,942.1781831,1804.009765,2625.662667,457.4826075,1077.85097 +213658,954.9401363,1811.329483,2628.308161,463.6215121,1081.765769 +213659,967.6386071,1818.462025,2630.430399,469.6493729,1085.62764 +213660,979.9788433,1825.582089,2632.484335,475.9295223,1089.437993 +213661,1311.845274,1967.215872,2724.338323,617.5931587,966.2737638 +213662,1405.566533,2013.666616,2705.187774,660.6026149,934.5603572 +213663,1390.795413,2005.670143,2674.048282,654.55349,2053.975542 +213664,1422.619861,2020.282725,2658.840575,669.2717222,1839.581093 +213665,1428.148402,2027.61207,2659.527307,672.1048793,1758.076044 +213666,1442.118323,2049.742136,2657.932506,678.7937614,1847.331806 +213667,1455.687646,2017.051251,2653.731489,685.3346002,1860.141514 +213668,1467.421336,2059.064665,2647.977564,691.1415338,1872.615864 +213669,1478.917612,2052.069192,2641.131602,697.0291431,1884.605142 +213670,1491.734273,2060.757892,2634.550507,702.6241416,1895.88468 +213671,1502.619049,2067.138963,2627.653795,708.3166324,1910.1041 +213672,1514.350897,2079.345612,2620.167168,713.7096547,1928.71084 +213673,1526.315094,2072.362609,2614.052914,719.6963141,1906.693051 +213674,1661.351935,2147.38907,2732.977392,781.2149305,2175.569949 +213675,1363.004891,2010.411346,2621.021014,646.5205354,1601.02001 +213676,1771.725785,2214.290822,2748.510619,832.1399551,2351.893732 +213677,1363.72014,1982.978071,2630.179601,647.5279106,1584.083222 +213678,1795.751262,2219.468959,2756.544447,843.3393425,2374.802163 +213679,1381.329801,2020.204892,2630.580352,656.300916,1597.736616 +213680,1819.334594,2217.08413,2757.3285,854.215902,2398.256181 +213681,1398.98657,2051.304121,2628.057457,665.3979992,1610.600715 +213682,1842.129652,2201.51654,2755.981208,864.8088086,2420.628284 +213683,1416.189406,2054.074302,2624.967596,673.8883364,1623.165426 +213684,1864.243145,2236.772281,2754.637895,875.3159302,2460.386725 +213685,1433.032686,2049.536616,2622.743291,682.1180566,1607.293615 +213686,1885.932724,2250.015095,2754.508333,885.5954957,2476.505763 +213687,1449.27588,2057.38228,2619.028,690.026735,1643.448964 +213688,1907.264522,2267.358966,2752.005622,895.7414233,2483.811658 +213689,1465.245663,2054.717102,2614.9546,697.7642028,1656.855123 +213690,1928.028558,2293.620203,2750.215302,905.6102274,2503.774742 +213691,1480.747678,2043.997346,2613.818869,705.2981522,1667.291024 +213692,1948.020559,2309.704184,2750.736255,915.0313832,2522.869949 +213693,1495.491901,2048.503118,2610.590742,712.3998418,1677.070895 +213694,1967.910732,2317.960402,2749.834706,924.4391071,2547.366839 +213695,1509.765398,2055.470775,2608.077125,719.3131974,1677.826552 +213696,1987.251368,2323.164198,2749.107591,933.5867324,2564.45414 +213697,1523.506495,2084.06544,2604.115131,725.8808955,1693.80394 +213698,2006.468433,2298.360576,2745.995453,942.6202786,2578.704982 +213699,1680.126257,2145.240595,2742.896511,797.4030947,1962.64114 +213700,1810.826398,2237.65434,2737.599992,855.0796921,2198.418511 +213701,1797.698538,2192.772433,2731.754986,850.1388355,2164.747396 +213702,1804.746688,2227.316177,2726.738804,853.2505345,2170.278494 +213703,1812.44469,2211.452602,2722.972509,856.8652894,2176.251265 +213704,1820.341217,2193.61638,2720.191354,860.5537707,2182.185411 +213705,1827.498197,2248.018949,2718.195545,863.954856,2188.094035 +213706,1835.029443,2188.801194,2716.617476,867.4729133,2193.740681 +213707,1842.427946,2251.675067,2715.310249,871.0111403,2199.386494 +213708,1849.771116,2193.078849,2714.106397,874.3796476,2205.059508 +213709,1856.793102,2255.215011,2714.72465,877.6218839,2210.568623 +213710,1864.26076,2200.174838,2712.699478,881.1646867,2215.868897 +213711,1871.184385,2252.698775,2711.208885,884.3381608,2221.245797 +213712,1878.016379,2215.306836,2711.587692,887.5754844,2226.472425 +213713,1885.291847,2240.882678,2709.150817,890.8790531,2231.626964 +213714,1892.025669,2222.153684,2707.20594,894.0266167,2236.704102 +213715,1898.725824,2244.810358,2703.569115,897.1086239,2241.697833 +213716,1905.78915,2226.037144,2701.562437,900.3195338,2246.637343 +213717,1912.168078,2241.914717,2697.021509,903.3390794,2251.569614 +213718,1918.976632,2233.664731,2693.309638,906.3498788,2256.232717 +213719,1925.712196,2237.460907,2691.700538,909.4409087,2260.929372 +213720,1932.050723,2237.402128,2689.330261,912.387422,2265.677947 +213721,1944.18191,2240.644016,2686.668543,917.7374903,2281.596193 +213722,1951.3273,2241.380005,2685.083557,921.1228361,2287.547559 +213723,1957.747771,2241.910107,2683.863186,924.1308173,2293.216409 +213724,1964.149065,2242.258244,2684.46103,927.1091345,2298.771057 +213725,1970.218769,2242.372282,2682.173697,929.9057411,2303.827562 +213726,1976.221364,2242.400005,2682.122078,932.7613973,2308.849997 +213727,1982.102435,2242.296999,2681.128777,935.5161589,2313.748812 +213728,1987.896059,2242.082751,2679.706701,938.173429,2318.672138 +213729,1998.003588,2241.727062,2676.238738,940.8410033,2323.25389 +213730,1996.26601,2241.282672,2675.384446,943.4435751,2327.930358 +213731,2014.225537,2240.591357,2672.030004,945.9782292,2332.32807 +213732,2001.784175,2240.121479,2669.4024,948.5892867,2336.755296 +213733,2032.475306,2239.41286,2668.789777,951.0661978,2341.248499 +213734,2003.464651,2238.369532,2665.477434,953.5548022,2349.12244 +213735,2026.328567,2237.355466,2662.808267,956.0476414,2348.459529 +213736,2034.666146,2236.612124,2662.097359,958.3933352,2361.491835 +213737,2035.293093,2235.160359,2660.454976,960.7675922,2347.625971 +213738,2041.867483,2233.984091,2656.64845,963.1898362,2362.992237 +213739,2046.837081,2232.646258,2655.400205,965.4823029,2367.457811 +213740,2051.923353,2231.141956,2651.640427,967.7934713,2369.211188 +213741,2056.881626,2229.614556,2648.600893,970.065522,2373.768845 +213742,2061.897419,2227.959716,2645.820283,972.3123845,2377.498399 +213743,2066.612968,2226.205284,2644.944947,974.5312727,2381.462124 +213744,2071.397612,2224.351543,2643.121369,976.6776735,2384.948894 +213745,2076.300587,2222.468259,2640.89643,978.9187293,2388.660933 +213746,2080.942805,2220.405815,2636.671369,981.0775952,2392.225308 +213747,2085.630848,2218.330568,2635.109264,983.1284994,2395.758087 +213748,2090.354861,2216.107745,2632.882209,985.260107,2399.232043 +213749,2094.771668,2213.805963,2628.627102,987.3242389,2402.743247 +213750,2099.381423,2211.438277,2625.241684,989.3708874,2405.989997 +213751,2103.745062,2206.333745,2623.994633,991.3393949,2409.388939 +213752,2108.051712,2209.568896,2620.164849,993.2271846,2412.653155 +213753,2112.209226,2185.998857,2618.886334,995.2055326,2415.89765 +213754,2116.676471,2222.796001,2615.33246,997.0541998,2419.084917 +213755,2120.603832,2167.928677,2614.389194,998.9150323,2422.237443 +213756,2124.804425,2222.944054,2610.879203,1000.750478,2425.337834 +213757,2128.860488,2181.938127,2609.766424,1002.555874,2428.40728 +213758,2132.876986,2167.110938,2605.898236,1004.34452,2431.421638 +213759,2136.857642,2211.872876,2602.661263,1006.155908,2434.405326 +213760,2140.791906,2159.41625,2599.71101,1007.821344,2443.111325 +213761,2144.793242,2192.832254,2596.870701,1009.525624,2431.441428 +213762,2148.47883,2156.678412,2594.122925,1011.291397,2447.46699 +213763,2152.368431,2173.882016,2591.475316,1012.931533,2444.963002 +213764,2156.121362,2156.326583,2588.895262,1014.595864,2448.702335 +213765,2159.744187,2165.778759,2586.356919,1016.232608,2451.462155 +213766,2163.598792,2170.010443,2583.828442,1017.849562,2454.168097 +213767,2167.176136,2126.684636,2583.198844,1019.446061,2456.848628 +213768,2170.806536,2159.919463,2579.864882,1021.026965,2459.480057 +213769,2174.387696,2140.695356,2577.07601,1022.585579,2461.995538 +213770,2178.039295,2138.903799,2574.450007,1024.127741,2464.808686 +213771,2181.38027,2134.645593,2571.932598,1025.651665,2467.127384 +213772,2184.933435,2130.17671,2571.30433,1027.1034,2469.723513 +213773,2188.348443,2125.495789,2567.775749,1028.6743,2472.175496 +213774,2191.75273,2141.116948,2565.024404,1030.106351,2474.622233 +213775,2195.120215,2087.594175,2562.509059,1031.624123,2477.032995 +213776,2198.454412,2125.439783,2560.13018,1032.982903,2482.513352 +213777,2201.756191,2103.610778,2557.783098,1034.44413,2478.472452 +213778,2205.025461,2101.817567,2555.461522,1035.842717,2500.408623 +213779,2208.264715,2096.841392,2555.033082,1037.233075,2462.179575 +213780,2211.467251,2091.671828,2551.900869,1038.611041,2500.394833 +213781,2097.773054,2033.32042,2549.959441,986.8361552,2275.330065 +213782,2099.127816,2027.049567,2540.840439,987.3520962,2282.878614 +213783,2101.43218,2021.328775,2530.049681,988.164714,2269.28146 +213784,2103.955608,2015.612774,2519.626417,989.1282278,2281.67732 +213785,2106.62362,2009.800275,2510.600448,990.1487965,2277.780002 +213786,2109.469555,2004.271138,2502.986998,991.2060437,2279.205773 +213787,2112.196848,1998.471178,2496.445236,992.2847346,2280.143489 +213788,2114.999359,1992.733912,2490.651033,993.3754022,2280.872695 +213789,2117.955801,2004.799107,2485.3765,994.5242551,2281.829987 +213790,2120.869706,1955.53399,2482.400973,995.5491849,2282.738925 +213791,2123.56372,2006.676409,2477.062878,996.6912675,2283.670479 +213792,2126.6319,1939.21027,2472.601449,997.7361696,2284.626138 +213793,2129.439207,1981.796292,2468.569337,998.9188215,2285.587275 +213794,2132.306259,1946.804741,2464.80879,999.9875404,2286.56335 +213795,2135.301042,1954.898099,2463.085594,1001.099587,2287.548859 +213796,2138.199802,1944.420359,2458.800493,1002.206761,2288.534942 +213797,2140.959444,1939.063927,2455.213988,1003.271626,2289.206992 +213798,2144.019293,1932.927406,2451.904267,1004.36291,2290.169574 +213799,2146.665842,1926.727827,2448.777375,1005.458048,2290.948975 +213800,2149.708888,1920.49089,2445.788593,1006.553874,2291.941725 +213801,2152.506144,1914.217031,2442.907082,1007.649905,2292.864502 +213802,2155.4675,1907.789668,2440.112788,1008.692398,2293.808817 +213803,2158.278411,1901.604841,2437.391338,1009.867639,2294.851186 +213804,2161.236363,1895.26174,2436.543599,1010.922691,2295.577604 +213805,2164.037951,1888.699045,2433.0132,1012.082563,2296.744616 +213806,2166.985126,1882.330003,2430.088874,1013.09389,2297.634768 +213807,2169.78448,1875.832788,2427.361028,1014.226257,2300.915021 +213808,2172.722405,1869.320952,2424.751024,1015.310213,2301.695829 +213809,2175.511096,1862.664187,2422.228263,1016.4018,2302.788858 +213810,2178.345549,1856.252,2419.772331,1017.492864,2304.188246 +213811,2181.041342,1849.409779,2417.370053,1018.517851,2304.892351 +213812,2183.703339,1842.598201,2415.032295,1019.528025,2287.022051 +213813,2186.462878,1835.730125,2412.719782,1020.475712,2314.288182 +213814,2188.91158,1828.82662,2410.401328,1021.553803,2302.994089 +213815,2191.610509,1821.780106,2408.103918,1022.506366,2306.462942 +213816,2194.192831,1814.970478,2405.832701,1023.502136,2307.534159 +213817,2196.780711,1807.907252,2403.580375,1024.485476,2308.538355 +213818,2199.357521,1801.015997,2401.346517,1025.464829,2309.548646 +213819,2201.806062,1815.161339,2399.096136,1026.440591,2314.603584 +213820,2204.538026,1756.217756,2396.915723,1027.412824,2308.507193 +213821,2206.998098,1817.467659,2396.555237,1028.380311,2328.397832 +213822,2209.671099,1736.340911,2393.502452,1029.404784,2288.401599 +213823,2212.012381,1792.9934,2391.045945,1030.282234,2327.085654 +213824,2214.617202,1738.162535,2388.712886,1031.282966,2312.874403 +213825,2217.105649,1759.234367,2386.478848,1032.175684,2316.569948 +213826,2219.604316,1742.186879,2384.297008,1033.214463,2323.12704 +213827,2222.095612,1736.907967,2382.165424,1034.127252,2310.98444 +213828,2224.578951,1729.70228,2380.086564,1035.086734,2322.712022 +213829,2227.054929,1722.547888,2378.032479,1036.035686,2320.351083 +213830,2229.525003,1715.482988,2377.81638,1036.981351,2322.006241 +213831,2231.9849,1708.155632,2374.869775,1037.928975,2334.147846 +213832,2234.443184,1700.952018,2374.337492,1038.869667,2305.760981 +213833,2236.885492,1693.897526,2371.25197,1039.814425,2336.435883 +213834,2239.335608,1686.657098,2368.805097,1040.753418,2323.673159 +213835,2241.77144,1679.499885,2366.5886,1041.693171,2322.86758 +213836,2244.205152,1672.334863,2364.589011,1042.631312,2343.508976 +213837,2246.634851,1665.177997,2364.526549,1043.567443,2313.162952 +213838,2249.056794,1658.026376,2361.941559,1044.448048,2344.887861 +213839,2251.479499,1650.889738,2361.775175,1045.467019,2323.244858 +213840,2253.89376,1643.690108,2359.015606,1046.364524,2337.439766 +213841,2015.562067,1526.335238,2358.1634,938.2996344,1881.822889 +213842,2012.403793,1516.384549,2347.699149,936.4168917,1898.852443 +213843,2010.979461,1507.358431,2332.022164,935.7457314,1884.12738 +213844,2010.48746,1498.756259,2316.355052,935.213213,1882.948259 +213845,2010.312975,1490.390927,2303.097948,934.929082,1880.126795 +213846,2010.420586,1481.83772,2292.401315,934.7621012,1877.753683 +213847,2010.707449,1473.898017,2283.65182,934.678451,1875.66115 +213848,2011.121498,1465.689357,2276.243983,934.6537888,1873.772595 +213849,2011.636207,1457.751093,2271.577186,934.6726339,1872.038317 +213850,2012.22489,1449.761981,2264.90845,934.7326602,1870.425269 +213851,2012.893492,1441.955475,2259.356961,934.8201176,1868.918319 +213852,2013.62289,1434.174364,2254.421055,934.9385217,1867.500042 +213853,2014.413417,1426.287112,2249.947624,935.0827079,1866.237463 +213854,2015.26039,1418.793574,2245.839212,935.2514835,1864.853211 +213855,2016.162033,1411.233314,2242.02125,935.443498,1863.708911 +213856,2017.004419,1403.524003,2238.44018,935.6576846,1862.557107 +213857,2018.174954,1396.075172,2235.056237,935.893191,1861.473841 +213858,2019.148726,1388.793579,2231.836437,936.1492911,1860.444511 +213859,2020.267527,1381.405412,2228.755375,936.4771815,1859.466001 +213860,2021.417547,1374.070481,2225.795006,936.6956235,1858.457596 +213861,2022.724035,1366.983487,2222.939528,937.0469475,1857.694577 +213862,2023.801476,1361.727776,2220.170903,937.3719027,1856.796832 +213863,2025.170404,1380.558619,2217.429172,937.7227721,1856.090336 +213864,2026.483573,1315.444387,2214.815935,938.0392542,1855.2126 +213865,2027.850652,1363.1169,2212.311209,938.5026787,1854.554382 +213866,2029.25494,1349.969878,2209.77485,938.8685041,1853.863604 +213867,2030.695172,1316.78717,2207.309472,939.2962316,1853.222875 +213868,2032.171124,1355.027178,2206.694773,939.7311236,1852.619267 +213869,2033.676068,1301.084164,2203.431756,940.185626,1852.047948 +213870,2035.218289,1343.59554,2200.763866,940.6517145,1851.513796 +213871,2036.734302,1295.929726,2198.287937,941.0964076,1851.01143 +213872,2038.381435,1324.609955,2195.93356,941.5472281,1850.62121 +213873,2039.769033,1296.853354,2193.652679,942.0085454,1850.057202 +213874,2041.318904,1305.232835,2191.43854,942.481045,1849.629318 +213875,2043.08266,1295.99088,2189.270405,942.9650162,1849.362467 +213876,2044.631196,1292.33116,2187.142931,943.4603635,1848.95306 +213877,2046.304183,1287.750331,2185.057257,943.9669916,1848.645127 +213878,2047.984492,1283.30082,2184.800219,944.4835216,1848.352301 +213879,2049.683022,1278.914207,2181.874562,944.9607303,1848.08467 +213880,2051.406712,1274.592119,2179.529904,945.5785604,1847.844595 +213881,2053.149589,1270.345694,2177.365544,946.1447548,1847.709555 +213882,2055.029666,1266.172653,2175.308697,946.6316326,1847.392088 +213883,2056.635258,1262.150796,2173.327805,947.2406878,1847.286473 +213884,2058.522165,1258.020541,2171.403115,947.8119367,1847.130168 +213885,2060.324464,1254.132511,2169.519539,948.4010238,1849.293825 +213886,2062.161984,1250.260974,2167.674031,948.9995215,1846.78603 +213887,2064.017248,1246.482807,2165.859489,949.6071353,1852.007155 +213888,2065.888962,1242.788643,2164.085472,950.2235477,1840.764835 +213889,2067.776628,1239.180034,2162.355049,950.8485648,1844.769306 +213890,2069.560919,1235.65864,2160.640585,951.4819602,1849.096139 +213891,2071.658077,1232.226228,2158.938407,952.1235975,1845.999556 +213892,2073.625045,1228.8844,2157.260981,952.7181045,1846.680858 +213893,2075.406161,1225.634907,2155.60738,953.4575096,1846.813514 +213894,2077.453534,1222.49413,2153.978218,954.0829207,1846.860541 +213895,2079.406328,1219.762719,2152.366951,955.2888203,1846.94088 +213896,2081.390325,1217.147586,2150.770284,956.3795076,1847.039462 +213897,2083.38635,1214.606375,2149.188307,957.7839179,1847.242196 +213898,2085.393985,1212.12599,2147.627073,959.1841219,1847.150987 +213899,2087.412678,1209.627561,2146.083095,960.7175012,1847.503795 +213900,2089.441828,1207.359369,2144.554194,962.1913467,1847.59126 +213901,2326.269255,1334.102233,2148.088146,1082.31455,2292.420133 +213902,2331.731442,1277.617126,2168.115954,1056.00551,2265.322194 +213903,2335.892589,1325.838559,2190.042096,1102.449708,2287.830306 +213904,2339.551163,1313.633485,2209.795193,1051.952177,2287.737113 +213905,2342.907771,1294.308988,2225.044903,1094.424639,2290.173516 +213906,2346.073884,1321.249893,2237.782906,1092.496939,2293.41094 +213907,2349.098765,1288.086683,2244.85249,1075.419924,2295.821829 +213908,2352.044164,1316.804708,2252.30705,1108.996214,2298.557244 +213909,2354.901926,1288.516277,2255.95875,1069.75709,2300.549729 +213910,2357.711483,1308.724442,2259.408696,1105.318222,2303.238556 +213911,2360.467025,1290.585294,2264.147148,1096.385893,2305.433135 +213912,2363.170542,1299.278667,2267.505614,1100.983087,2307.533387 +213913,2365.833249,1294.213938,2268.536917,1103.952219,2315.02219 +213914,2368.459784,1293.355557,2269.920335,1106.951101,2303.94045 +213915,2371.04588,1291.891747,2271.383873,1109.931501,2321.950591 +213916,2375.851723,1290.432971,2273.183145,1112.969927,2313.784548 +213917,2373.831712,1288.986162,2274.588962,1116.057688,2317.782151 +213918,2385.604824,1287.549726,2277.58801,1119.196228,2320.502179 +213919,2371.036135,1286.132224,2277.860201,1122.38012,2321.766246 +213920,2412.73922,1284.721242,2278.621809,1125.619249,2323.883451 +213921,2348.51481,1283.400509,2281.289738,1128.908147,2325.819495 +213922,2405.58192,1281.910195,2281.318868,1132.243453,2327.262028 +213923,2404.199742,1280.591265,2283.586633,1135.635415,2329.581465 +213924,2366.74791,1279.225663,2285.086031,1139.073761,2331.13134 +213925,2407.791582,1277.88377,2284.566205,1142.564346,2332.591887 +213926,2394.541362,1276.551855,2286.549949,1146.175709,2334.882284 +213927,2399.688851,1275.238812,2286.126757,1149.665432,2336.232276 +213928,2401.908661,1273.9343,2286.434266,1153.360928,2338.014917 +213929,2404.170055,1272.644107,2288.730546,1157.04859,2339.920624 +213930,2406.404832,1271.369118,2290.160134,1160.795091,2341.364858 +213931,2408.88134,1270.147991,2289.509074,1164.592597,2342.743242 +213932,2411.028011,1268.945943,2289.676004,1168.696057,2344.656118 +213933,2413.482906,1267.763236,2290.167601,1172.532581,2346.196189 +213934,2415.821978,1266.594938,2292.536566,1176.643599,2348.121959 +213935,2418.160409,1265.446623,2292.261494,1180.738104,2349.145305 +213936,2420.516683,1264.309294,2292.593249,1184.905163,2350.948109 +213937,2422.859446,1263.189558,2293.138891,1189.128993,2353.090887 +213938,2425.205559,1262.082921,2295.481614,1193.411857,2353.919452 +213939,2427.536785,1260.994094,2296.859423,1197.820869,2355.620035 +213940,2429.871188,1259.918018,2298.004427,1202.114269,2362.343651 +213941,2432.198648,1258.85744,2298.798935,1206.620652,2350.850263 +213942,2434.522362,1257.810961,2299.482752,1211.053865,2367.917804 +213943,2436.841818,1256.779123,2300.136347,1215.731221,2354.708993 +213944,2439.15146,1255.762817,2299.05283,1220.310586,2369.352272 +213945,2441.471884,1254.756282,2300.77036,1225.082563,2363.13496 +213946,2443.770742,1253.768737,2301.785903,1229.719683,2365.645549 +213947,2446.069528,1252.794233,2300.807343,1234.574248,2367.339727 +213948,2448.370542,1251.830747,2300.758624,1239.426196,2368.733174 +213949,2450.661968,1250.883149,2301.080269,1244.344425,2369.862899 +213950,2453.09167,1249.948325,2301.587348,1249.321294,2371.447687 +213951,2455.168938,1249.025635,2303.903716,1254.354315,2373.067954 +213952,2457.542174,1248.119101,2305.260733,1259.444861,2374.141328 +213953,2459.797912,1247.223926,2306.20367,1264.592846,2375.480357 +213954,2462.06653,1246.34198,2306.934839,1269.797163,2376.823562 +213955,2464.325764,1245.474563,2305.846615,1275.057493,2377.811704 +213956,2466.593223,1244.616398,2305.698872,1280.451823,2379.36434 +213957,2468.848794,1243.772847,2306.097245,1285.70838,2385.691302 +213958,2470.955155,1242.941288,2306.534539,1291.192886,2375.422465 +213959,2473.420827,1242.121964,2307.009081,1296.665361,2389.411394 +213960,2478.653817,1241.314456,2307.697699,1302.128634,2383.975918 +213961,2520.709588,1263.467724,2309.353563,1330.821722,2447.932108 +213962,2532.506375,1263.995867,2315.469379,1337.752392,2451.869201 +213963,2534.206447,1264.19274,2322.7297,1344.507737,2456.552206 +213964,2538.735172,1264.242982,2328.679303,1351.111418,2459.98084 +213965,2542.499723,1264.211187,2332.976085,1357.682159,2462.08655 +213966,2546.269592,1264.126293,2335.891282,1364.320314,2463.138406 +213967,2551.955464,1264.009351,2337.810236,1370.693801,2463.427561 +213968,2553.471882,1263.872891,2339.054135,1377.466429,2463.193368 +213969,2564.382678,1263.724799,2339.832477,1384.023311,2462.594995 +213970,2545.944074,1263.568656,2340.319508,1390.696408,2461.790354 +213971,2571.041348,1263.407605,2340.592799,1397.47665,2460.841915 +213972,2565.168832,1263.242913,2340.680743,1404.086907,2459.76267 +213973,2570.476925,1263.074661,2342.40196,1410.924277,2460.766426 +213974,2573.558407,1262.909509,2341.409295,1424.275661,2458.528529 +213975,2579.026705,1262.738778,2340.894212,1419.928395,2456.929022 +213976,2584.116926,1262.569986,2340.498097,1428.717351,2455.510778 +213977,2580.704828,1262.400981,2340.151419,1441.015982,2454.185014 +213978,2608.744356,1262.232319,2339.793611,1444.564027,2452.877973 +213979,2553.00633,1262.064626,2339.505306,1452.377904,2451.687931 +213980,2628.78748,1261.89772,2339.226109,1459.443837,2450.539617 +213981,2574.179993,1261.732468,2338.914022,1466.618342,2449.379276 +213982,2600.465501,1261.568373,2338.640784,1473.539185,2448.291755 +213983,2619.4709,1261.406276,2338.33314,1480.904182,2447.184738 +213984,2588.604094,1261.245808,2338.021891,1488.128175,2446.093352 +213985,2632.468404,1261.08734,2337.806304,1495.256247,2445.137064 +213986,2586.594235,1260.929342,2339.39061,1502.613824,2446.406276 +213987,2642.759974,1260.778029,2338.499792,1509.922924,2444.675491 +213988,2584.312357,1260.624231,2338.174215,1517.376236,2443.651441 +213989,2659.474829,1260.475159,2338.210161,1524.553058,2443.073985 +213990,2586.566865,1260.326802,2340.058663,1539.128142,2444.727185 +213991,2664.420252,1260.143748,2339.319021,1534.221669,2443.234204 +213992,2615.57739,1259.950642,2338.994517,1544.035361,2442.263638 +213993,2636.593232,1259.757589,2340.16507,1556.4259,2443.133156 +213994,2636.527023,1259.56651,2340.572469,1560.268042,2443.087507 +213995,2638.799761,1259.374798,2340.887776,1568.342138,2442.948879 +213996,2641.789159,1259.184864,2341.128724,1575.636714,2442.731892 +213997,2644.266358,1258.998073,2339.614724,1583.015174,2440.366497 +213998,2647.017159,1258.883635,2339.014966,1595.172302,2439.106948 +213999,2649.708897,1258.515783,2340.513111,1595.057252,2440.410208 +214000,2652.164974,1258.570366,2339.560813,1601.305752,2438.723541 +214001,2654.920422,1258.142693,2339.267688,1614.992203,2437.851645 +214002,2657.555859,1258.210582,2340.9156,1618.844907,2439.364381 +214003,2660.064875,1257.864305,2341.728891,1631.953401,2439.875378 +214004,2662.502892,1257.680724,2342.223062,1633.184015,2440.017032 +214005,2665.309517,1257.609257,2342.566634,1636.393834,2439.984643 +214006,2667.765713,1257.389649,2342.792278,1663.045574,2439.808271 +214007,2670.229145,1257.237574,2341.241692,1640.474268,2437.44403 +214008,2672.915778,1257.148651,2342.332326,1671.264169,2438.300057 +214009,2675.313683,1256.882348,2342.789412,1688.190902,2438.376573 +214010,2677.790009,1256.705883,2341.338185,1670.681229,2436.115506 +214011,2680.403794,1256.723388,2342.706942,1677.643648,2437.070819 +214012,2682.809057,1256.34083,2341.773964,1710.587275,2435.45084 +214013,2685.323288,1256.365803,2341.725287,1699.692048,2434.920289 +214014,2687.609583,1256.159764,2342.03928,1718.25386,2434.833342 +214015,2690.361686,1256.103958,2344.439125,1727.105822,2437.319663 +214016,2692.68981,1255.785351,2346.137639,1736.866799,2438.972941 +214017,2695.109449,1255.814469,2345.863294,1747.071186,2438.224538 +214018,2697.587228,1255.619264,2346.42854,1756.987463,2438.507449 +214019,2700.014773,1255.503641,2347.323755,1767.152541,2439.185413 +214020,2702.501411,1255.378168,2350.066009,1777.175155,2442.136083 +214021,2628.96485,1222.081188,2350.33815,1754.252975,2442.972206 +214022,2628.355366,1221.452734,2345.673253,1762.922518,2436.764744 +214023,2630.77245,1221.016742,2341.169362,1773.136777,2430.035782 +214024,2632.04577,1220.572467,2337.046611,1782.585894,2423.437003 +214025,2633.559792,1220.149267,2332.800676,1797.611297,2416.599689 +214026,2635.18291,1219.732049,2332.536863,1799.792713,2414.703861 +214027,2636.618439,1219.325411,2330.829342,1812.441558,2411.157091 +214028,2638.209322,1218.920206,2330.463266,1821.827572,2409.408954 +214029,2639.724632,1218.521292,2330.764277,1831.215364,2408.635008 +214030,2641.245832,1218.125867,2331.432376,1840.687891,2408.467177 +214031,2642.760854,1217.734065,2332.332979,1850.452237,2408.734199 +214032,2644.231629,1217.345277,2333.385492,1859.96617,2409.325797 +214033,2645.81674,1216.958415,2336.214826,1869.625163,2412.231304 +214034,2647.24915,1216.503973,2338.134399,1878.939182,2414.144742 +214035,2648.702941,1216.229572,2338.026865,1888.581936,2413.669139 +214036,2650.235447,1215.79679,2340.406866,1898.180651,2416.325565 +214037,2651.824829,1215.433042,2342.240271,1912.707574,2418.376953 +214038,2653.053172,1215.127937,2343.840122,1915.307424,2420.205952 +214039,2654.563975,1214.653683,2343.553166,1927.039599,2419.761445 +214040,2656.017646,1214.330203,2344.191047,1936.382786,2420.479478 +214041,2657.429839,1213.950476,2345.247827,1945.762184,2421.732053 +214042,2658.834107,1213.581072,2348.163646,1955.178349,2425.305684 +214043,2660.17099,1213.216082,2350.197871,1964.157804,2427.844842 +214044,2661.60032,1212.850921,2351.98772,1978.782639,2430.131646 +214045,2662.914613,1212.487845,2353.61269,1981.517737,2432.248868 +214046,2664.210938,1212.127271,2353.368182,1992.180333,2432.077597 +214047,2664.34139,1208.325122,2354.125713,2005.701244,2433.135203 +214048,2665.349582,1207.375927,2355.171817,2021.492952,2435.018435 +214049,2666.491053,1206.673686,2357.881538,2025.488682,2439.26263 +214050,2667.619099,1206.116117,2357.825246,2034.992087,2440.175365 +214051,2668.466231,1205.523081,2358.425191,2048.473874,2441.832737 +214052,2669.194492,1205.127288,2359.291785,2050.976478,2443.700153 +214053,2670.061705,1204.631117,2361.75322,2058.738561,2447.426034 +214054,2670.431452,1204.341802,2363.325341,2070.666144,2449.979134 +214055,2671.125727,1203.917061,2362.901039,2071.951275,2450.003909 +214056,2664.757073,1203.569352,2364.791934,2078.824112,2452.815064 +214057,2682.511615,1203.235258,2364.509264,2088.667968,2452.882805 +214058,2644.579971,1202.912017,2365.192024,2096.221245,2454.084957 +214059,2708.52524,1202.607078,2366.311212,2098.154316,2455.77835 +214060,2635.305228,1202.317162,2367.378898,2101.737281,2457.376177 +214061,2710.152841,1202.041929,2368.225151,2106.309903,2458.677105 +214062,2634.518656,1201.781067,2368.924367,2111.091469,2459.975428 +214063,2714.222743,1201.599997,2371.359105,2115.169485,2462.960022 +214064,2633.472186,1201.271061,2370.869615,2116.311847,2462.554076 +214065,2715.156491,1201.09713,2370.728935,2118.076791,2462.557795 +214066,2633.977211,1200.881079,2370.600874,2120.081763,2462.540489 +214067,2715.610967,1200.687475,2370.467624,2122.212751,2462.481808 +214068,2663.063303,1200.506006,2371.952821,2126.174251,2464.408025 +214069,2660.0416,1200.340294,2370.787301,2127.094824,2463.036525 +214070,2699.065555,1200.183691,2370.074819,2128.484203,2462.207324 +214071,2641.494079,1200.040144,2371.272887,2131.983136,2463.726435 +214072,2714.602411,1199.91145,2370.236228,2132.889164,2462.465108 +214073,2634.488504,1199.791929,2369.867484,2134.47238,2462.02053 +214074,2716.08468,1199.685939,2369.690846,2136.21076,2461.800022 +214075,2634.481518,1199.59163,2369.59149,2137.955462,2461.66618 +214076,2715.882914,1199.509033,2369.53923,2139.654283,2461.586215 +214077,2642.345695,1197.685536,2369.497985,2141.25979,2461.517443 +214078,2659.228703,1197.186281,2369.177735,2142.016597,2461.345848 +214079,2696.50232,1196.853816,2368.624868,2142.233211,2461.049258 +214080,2634.237408,1196.571403,2369.810982,2144.404483,2462.952293 +214081,2513.222268,1130.179183,2369.037729,2144.484174,2462.381517 +214082,2511.257495,1129.520226,2362.062804,2140.079644,2452.247029 +214083,2505.339931,1129.028604,2348.093102,2129.321429,2240.334331 +214084,2505.69607,1128.723724,2328.139219,2112.874749,2161.32519 +214085,2519.258473,1128.232904,2310.419255,2099.523819,2256.69229 +214086,2481.936347,1128.065963,2299.019573,2093.562228,2223.907607 +214087,2513.171909,1127.731046,2291.713938,2091.459064,2218.224677 +214088,2499.164435,1127.482041,2286.428239,2090.682169,2218.945119 +214089,2500.733014,1127.241781,2282.757764,2090.690217,2218.49972 +214090,2499.446439,1127.018857,2280.232631,2091.0606,2217.883351 +214091,2498.529418,1126.810973,2278.471844,2091.550687,2217.385106 +214092,2497.463699,1126.617234,2277.238596,2092.054618,2216.997153 +214093,2496.395552,1126.436295,2276.372726,2092.533022,2216.596271 +214094,2495.305159,1126.267804,2275.760901,2092.949084,2216.210415 +214095,2494.196563,1126.109502,2277.010609,2095.144585,2216.021888 +214096,2493.047075,1125.965128,2277.455406,2096.158626,2215.507289 +214097,2491.879184,1125.829683,2277.605757,2096.614029,2215.200275 +214098,2490.740686,1125.705253,2277.616623,2096.764704,2214.866708 +214099,2489.468896,1125.590566,2277.563879,2096.7513,2214.559108 +214100,2490.960188,1124.955451,2275.797425,2094.779039,2214.11424 +214101,2454.364776,1124.721834,2274.965949,2092.269136,2213.928019 +214102,2508.134907,1124.544912,2274.485078,2089.324613,2213.614378 +214103,2430.612546,1124.388654,2274.24896,2086.71201,2213.289479 +214104,2487.669919,1124.246017,2274.185136,2084.709101,2213.00801 +214105,2463.442547,1124.114372,2274.141365,2083.116083,2212.6952 +214106,2466.014664,1123.991681,2274.125166,2081.786182,2212.421394 +214107,2464.342132,1123.877005,2274.142659,2080.592673,2212.124044 +214108,2462.766291,1123.769449,2274.169787,2079.431552,2211.826525 +214109,2461.168909,1123.668615,2274.204901,2078.266442,2211.528577 +214110,2459.567211,1123.573975,2274.246525,2077.082247,2211.226648 +214111,2457.734963,1122.958044,2274.295312,2075.87332,2210.9172 +214112,2455.818908,1122.215859,2274.294271,2074.797713,2210.609417 +214113,2453.859823,1121.409819,2275.886774,2075.787672,2210.413128 +214114,2451.849285,1120.56379,2274.762301,2074.021967,2209.851709 +214115,2449.812937,1119.676418,2274.087599,2073.024464,2209.668452 +214116,2447.734109,1118.758628,2273.506954,2072.37487,2209.331139 +214117,2445.624064,1117.808182,2274.631356,2073.781683,2209.103869 +214118,2443.465082,1116.833182,2273.133019,2072.348807,2208.550291 +214119,2441.288868,1115.824498,2273.84152,2073.45205,2208.457664 +214120,2439.055484,1114.795508,2272.084358,2071.889002,2207.818704 +214121,2436.802611,1113.735326,2270.931193,2071.108763,2207.613307 +214122,2434.42837,1112.609704,2271.65914,2072.517835,2207.383057 +214123,2432.143583,1111.531829,2269.858227,2071.150668,2206.682519 +214124,2429.70941,1110.360827,2268.637758,2070.486535,2206.458297 +214125,2427.283319,1109.194353,2267.59907,2070.103886,2206.039002 +214126,2424.688934,1108.006472,2268.327518,2071.724559,2205.787961 +214127,2422.409463,1106.800839,2266.47897,2070.464525,2205.043695 +214128,2419.935198,1105.56726,2266.84548,2070.94946,2204.956676 +214129,2417.18133,1104.318224,2264.731959,2069.09988,2204.1683 +214130,2414.699887,1103.104599,2264.790386,2069.769731,2198.211626 +214131,2412.041534,1101.71873,2262.570111,2068.285233,2211.473404 +214132,2409.390596,1100.444623,2262.69849,2069.208715,2194.266593 +214133,2406.687856,1099.098788,2262.108433,2069.096657,2210.636722 +214134,2403.952597,1097.740992,2259.529324,2067.224804,2193.296168 +214135,2401.199034,1096.297814,2259.443045,2068.061752,2209.754975 +214136,2398.391885,1094.991857,2258.69526,2067.966396,2192.300471 +214137,2395.554278,1093.529914,2256.054337,2066.163656,2208.449339 +214138,2392.692968,1092.098843,2254.204049,2065.577387,2191.208057 +214139,2419.416854,1090.639095,2254.382326,2066.794176,2207.558967 +214140,2342.510518,1089.163732,2252.050861,2065.254946,2189.83368 +214141,1893.306145,1087.698635,926.2462338,1515.136228,2111.697174 +214142,1991.154966,1218.055923,985.6204316,1612.251468,2202.641687 +214143,2090.390381,1220.794499,1053.835148,1715.804164,2288.479752 +214144,2153.994579,1220.038659,1106.900285,1783.580296,2338.089586 +214145,2192.05084,1219.543331,1146.130981,1820.835076,2366.191361 +214146,2216.227983,1219.362211,1175.943112,1839.79318,2384.058406 +214147,2232.315798,1218.089762,1199.448281,1849.4012,2396.571432 +214148,2244.043143,1216.91115,1218.702654,1854.935001,2406.352546 +214149,2253.149965,1215.586728,1234.892963,1858.83434,2414.569318 +214150,2260.455819,1214.225414,1248.682138,1861.962586,2421.733018 +214151,2266.375867,1212.807992,1260.484461,1864.5609,2428.072249 +214152,2271.131986,1211.374294,1270.589599,1866.686493,2433.671711 +214153,2274.96173,1209.917778,1279.268591,1868.444021,2438.654747 +214154,2278.058399,1208.438217,1286.754433,1869.940578,2443.127909 +214155,2280.550656,1206.94062,1293.227306,1871.238566,2447.144213 +214156,2282.542153,1205.425055,1298.841978,1872.388042,2450.757701 +214157,2284.124309,1203.8952,1303.903549,1873.424164,2454.01814 +214158,2285.36483,1202.273987,1308.168203,1874.370726,2456.969961 +214159,2286.324799,1200.829376,1311.90514,1875.243941,2459.652026 +214160,2287.046911,1199.201295,1315.192694,1876.055347,2462.098342 +214161,2287.572307,1197.622352,1318.095805,1876.813341,2464.338385 +214162,2287.926233,1196.023148,1320.667073,1877.522564,2466.395217 +214163,2288.133742,1194.412408,1322.952006,1878.188409,2468.291911 +214164,2288.220281,1192.788124,1324.989186,1878.815472,2470.049075 +214165,2288.198113,1191.149898,1326.810834,1879.40698,2471.884621 +214166,2288.080092,1189.496938,1328.443821,1879.965075,2473.409896 +214167,2287.877825,1187.829044,1329.910651,1880.49124,2474.837711 +214168,2287.600722,1186.145419,1331.228749,1880.986625,2476.180789 +214169,2287.256183,1184.445851,1332.415949,1881.452182,2477.449273 +214170,2286.850121,1182.804375,1333.486442,1881.888728,2478.651314 +214171,2286.387348,1181.027726,1334.449948,1882.296947,2479.79367 +214172,2285.872431,1179.341773,1335.320488,1882.64856,2480.882137 +214173,2285.309321,1177.765456,1336.10886,1882.918773,2481.921719 +214174,2284.701289,1176.023605,1336.822593,1883.11618,2482.91677 +214175,2284.051133,1174.336676,1337.467339,1883.243818,2483.871029 +214176,2283.361349,1172.624455,1338.046276,1883.317626,2484.787736 +214177,2282.634138,1170.898452,1338.565385,1883.337383,2485.669671 +214178,2281.8715,1170.727167,1339.028999,1883.313828,2486.519283 +214179,2281.389343,1169.303227,1339.503706,1884.485354,2487.34111 +214180,2281.084573,1167.704931,1339.972921,1886.317439,2488.135082 +214181,2280.788216,1166.050409,1340.407194,1888.105269,2488.902243 +214182,2280.410188,1164.359334,1340.790422,1889.516286,2489.644044 +214183,2279.929344,1162.640981,1341.117379,1890.515708,2490.361785 +214184,2279.355243,1160.89916,1341.392172,1891.207285,2491.056609 +214185,2278.703465,1159.136123,1341.619043,1891.685693,2491.729552 +214186,2277.986655,1157.279156,1341.799387,1892.024956,2492.381599 +214187,2277.213556,1155.585259,1341.937319,1892.254754,2493.013647 +214188,2276.390871,1176.235341,1342.035675,1892.401369,2493.627094 +214189,2275.522042,1117.91181,1342.093703,1892.468065,2494.221217 +214190,2274.611297,1167.06961,1342.11473,1892.470128,2494.796929 +214191,2273.663614,1159.721666,1342.101503,1892.408362,2495.356504 +214192,2272.680267,1123.719326,1342.052629,1892.293638,2495.898641 +214193,2271.664076,1178.018837,1341.971094,1892.123226,2496.424124 +214194,2270.616868,1105.205105,1341.856763,1891.907082,2496.932984 +214195,2269.540212,1157.927889,1341.712112,1891.640309,2497.42526 +214196,2268.436894,1142.763251,1341.537364,1891.332952,2497.902548 +214197,2267.307151,1124.977009,1341.334271,1890.978459,2498.363854 +214198,2266.152125,1150.65305,1341.102232,1890.584957,2498.809332 +214199,2264.97283,1114.042235,1340.843422,1890.145728,2499.239107 +214200,2263.770373,1151.034119,1340.557232,1889.668952,2499.653515 +214201,0,0,0,0,0 +214202,0,0,0,0,0 +214203,0,0,0,0,0 +214204,0,0,0,0,0 +214205,0,0,0,0,0 +214206,0,0,0,0,0 +214207,0,0,0,0,0 +214208,0,0,0,0,0 +214209,0,0,0,0,0 +214210,0,0,0,0,0 +214211,0,0,0,0,0 +214212,0,0,0,0,0 +214213,0,0,0,0,0 +214214,0,0,0,0,0 +214215,0,0,0,0,0 +214216,0,0,0,0,0 +214217,0,0,0,0,0 +214218,0,0,0,0,0 +214219,0,0,0,0,0 +214220,0,0,0,0,0 +214221,0,0,0,0,0 +214222,0,0,0,0,0 +214223,0,0,0,0,0 +214224,0,0,0,0,0 +214225,0,0,0,0,0 +214226,0,0,0,0,0 +214227,0,0,0,0,0 +214228,0,0,0,0,0 +214229,0,0,0,0,0 +214230,0,0,0,0,0 +214231,0,0,0,0,0 +214232,0,0,0,0,0 +214233,0,0,0,0,0 +214234,0,0,0,0,0 +214235,0,0,0,0,0 +214236,0,0,0,0,0 +214237,0,0,0,0,0 +214238,0,0,0,0,0 +214239,0,0,0,0,0 +214240,0,0,0,0,0 +214241,0,0,0,0,0 +214242,0,0,0,0,0 +214243,0,0,0,0,0 +214244,0,0,0,0,0 +214245,0,0,0,0,0 +214246,0,0,0,0,0 +214247,0,0,0,0,0 +214248,0,0,0,0,0 +214249,0,0,0,0,0 +214250,0,0,0,0,0 +214251,0,0,0,0,0 +214252,0,0,0,0,0 +214253,0,0,0,0,0 +214254,0,0,0,0,0 +214255,0,0,0,0,0 +214256,0,0,0,0,0 +214257,0,0,0,0,0 +214258,0,0,0,0,0 +214259,0,0,0,0,0 +214260,0,0,0,0,0 +214261,0,0,0,0,0 +214262,0,0,0,0,0 +214263,0,0,0,0,0 +214264,0,0,0,0,0 +214265,0,0,0,0,0 +214266,0,0,0,0,0 +214267,0,0,0,0,0 +214268,0,0,0,0,0 +214269,0,0,0,0,0 +214270,0,0,0,0,0 +214271,0,0,0,0,0 +214272,0,0,0,0,0 +214273,0,0,0,0,0 +214274,0,0,0,0,0 +214275,0,0,0,0,0 +214276,0,0,0,0,0 +214277,0,0,0,0,0 +214278,0,0,0,0,0 +214279,0,0,0,0,0 +214280,0,0,0,0,0 +214281,0,0,0,0,0 +214282,0,0,0,0,0 +214283,0,0,0,0,0 +214284,0,0,0,0,0 +214285,0,0,0,0,0 +214286,0,0,0,0,0 +214287,0,0,0,0,0 +214288,0,0,0,0,0 +214289,0,0,0,0,0 +214290,0,0,0,0,0 +214291,0,0,0,0,0 +214292,0,0,0,0,0 +214293,0,0,0,0,0 +214294,0,0,0,0,0 +214295,0,0,0,0,0 +214296,0,0,0,0,0 +214297,0,0,0,0,0 +214298,0,0,0,0,0 +214299,0,0,0,0,0 +214300,0,0,0,0,0 +214301,0,0,0,0,0 +214302,0,0,0,0,0 +214303,0,0,0,0,0 +214304,0,0,0,0,0 +214305,0,0,0,0,0 +214306,0,0,0,0,0 +214307,0,0,0,0,0 +214308,0,0,0,0,0 +214309,0,0,0,0,0 +214310,0,0,0,0,0 +214311,0,0,0,0,0 +214312,0,0,0,0,0 +214313,0,0,0,0,0 +214314,0,0,0,0,0 +214315,0,0,0,0,0 +214316,0,0,0,0,0 +214317,0,0,0,0,0 +214318,0,0,0,0,0 +214319,0,0,0,0,0 +214320,0,0,0,0,0 +214321,0,0,0,0,0 +214322,0,0,0,0,0 +214323,0,0,0,0,0 +214324,0,0,0,0,0 +214325,0,0,0,0,0 +214326,0,0,0,0,0 +214327,0,0,0,0,0 +214328,0,0,0,0,0 +214329,0,0,0,0,0 +214330,0,0,0,0,0 +214331,0,0,0,0,0 +214332,0,0,0,0,0 +214333,0,0,0,0,0 +214334,0,0,0,0,0 +214335,0,0,0,0,0 +214336,0,0,0,0,0 +214337,0,0,0,0,0 +214338,0,0,0,0,0 +214339,0,0,0,0,0 +214340,0,0,0,0,0 +214341,0,0,0,0,0 +214342,0,0,0,0,0 +214343,0,0,0,0,0 +214344,0,0,0,0,0 +214345,0,0,0,0,0 +214346,0,0,0,0,0 +214347,0,0,0,0,0 +214348,0,0,0,0,0 +214349,0,0,0,0,0 +214350,0,0,0,0,0 +214351,0,0,0,0,0 +214352,0,0,0,0,0 +214353,0,0,0,0,0 +214354,0,0,0,0,0 +214355,0,0,0,0,0 +214356,0,0,0,0,0 +214357,0,0,0,0,0 +214358,0,0,0,0,0 +214359,0,0,0,0,0 +214360,0,0,0,0,0 +214361,0,0,0,0,0 +214362,0,0,0,0,0 +214363,0,0,0,0,0 +214364,0,0,0,0,0 +214365,0,0,0,0,0 +214366,0,0,0,0,0 +214367,0,0,0,0,0 +214368,0,0,0,0,0 +214369,0,0,0,0,0 +214370,0,0,0,0,0 +214371,0,0,0,0,0 +214372,0,0,0,0,0 +214373,0,0,0,0,0 +214374,0,0,0,0,0 +214375,0,0,0,0,0 +214376,0,0,0,0,0 +214377,0,0,0,0,0 +214378,0,0,0,0,0 +214379,0,0,0,0,0 +214380,0,0,0,0,0 +214381,0,0,0,0,0 +214382,0,0,0,0,0 +214383,0,0,0,0,0 +214384,0,0,0,0,0 +214385,0,0,0,0,0 +214386,0,0,0,0,0 +214387,0,0,0,0,0 +214388,0,0,0,0,0 +214389,0,0,0,0,0 +214390,0,0,0,0,0 +214391,0,0,0,0,0 +214392,0,0,0,0,0 +214393,0,0,0,0,0 +214394,0,0,0,0,0 +214395,0,0,0,0,0 +214396,0,0,0,0,0 +214397,0,0,0,0,0 +214398,0,0,0,0,0 +214399,0,0,0,0,0 +214400,0,0,0,0,0 +214401,0,0,0,0,0 +214402,0,0,0,0,0 +214403,0,0,0,0,0 +214404,0,0,0,0,0 +214405,0,0,0,0,0 +214406,0,0,0,0,0 +214407,0,0,0,0,0 +214408,0,0,0,0,0 +214409,0,0,0,0,0 +214410,0,0,0,0,0 +214411,0,0,0,0,0 +214412,0,0,0,0,0 +214413,0,0,0,0,0 +214414,0,0,0,0,0 +214415,0,0,0,0,0 +214416,0,0,0,0,0 +214417,0,0,0,0,0 +214418,0,0,0,0,0 +214419,0,0,0,0,0 +214420,0,0,0,0,0 +214421,0,0,0,0,0 +214422,0,0,0,0,0 +214423,0,0,0,0,0 +214424,0,0,0,0,0 +214425,0,0,0,0,0 +214426,0,0,0,0,0 +214427,0,0,0,0,0 +214428,0,0,0,0,0 +214429,0,0,0,0,0 +214430,0,0,0,0,0 +214431,0,0,0,0,0 +214432,0,0,0,0,0 +214433,0,0,0,0,0 +214434,0,0,0,0,0 +214435,0,0,0,0,0 +214436,0,0,0,0,0 +214437,0,0,0,0,0 +214438,0,0,0,0,0 +214439,0,0,0,0,0 +214440,0,0,0,0,0 +214441,0,0,0,0,0 +214442,0,0,0,0,0 +214443,0,0,0,0,0 +214444,0,0,0,0,0 +214445,0,0,0,0,0 +214446,0,0,0,0,0 +214447,0,0,0,0,0 +214448,0,0,0,0,0 +214449,0,0,0,0,0 +214450,0,0,0,0,0 +214451,0,0,0,0,0 +214452,0,0,0,0,0 +214453,0,0,0,0,0 +214454,0,0,0,0,0 +214455,0,0,0,0,0 +214456,0,0,0,0,0 +214457,0,0,0,0,0 +214458,0,0,0,0,0 +214459,0,0,0,0,0 +214460,0,0,0,0,0 +214461,0,0,0,0,0 +214462,0,0,0,0,0 +214463,0,0,0,0,0 +214464,0,0,0,0,0 +214465,0,0,0,0,0 +214466,0,0,0,0,0 +214467,0,0,0,0,0 +214468,0,0,0,0,0 +214469,0,0,0,0,0 +214470,0,0,0,0,0 +214471,0,0,0,0,0 +214472,0,0,0,0,0 +214473,0,0,0,0,0 +214474,0,0,0,0,0 +214475,0,0,0,0,0 +214476,0,0,0,0,0 +214477,0,0,0,0,0 +214478,0,0,0,0,0 +214479,0,0,0,0,0 +214480,0,0,0,0,0 +214481,0,0,0,0,0 +214482,0,0,0,0,0 +214483,0,0,0,0,0 +214484,0,0,0,0,0 +214485,0,0,0,0,0 +214486,0,0,0,0,0 +214487,0,0,0,0,0 +214488,0,0,0,0,0 +214489,0,0,0,0,0 +214490,0,0,0,0,0 +214491,0,0,0,0,0 +214492,0,0,0,0,0 +214493,0,0,0,0,0 +214494,0,0,0,0,0 +214495,0,0,0,0,0 +214496,0,0,0,0,0 +214497,0,0,0,0,0 +214498,0,0,0,0,0 +214499,0,0,0,0,0 +214500,0,0,0,0,0 +214501,0,0,0,0,0 +214502,0,0,0,0,0 +214503,0,0,0,0,0 +214504,0,0,0,0,0 +214505,0,0,0,0,0 +214506,0,0,0,0,0 +214507,0,0,0,0,0 +214508,0,0,0,0,0 +214509,0,0,0,0,0 +214510,0,0,0,0,0 +214511,0,0,0,0,0 +214512,0,0,0,0,0 +214513,0,0,0,0,0 +214514,0,0,0,0,0 +214515,0,0,0,0,0 +214516,0,0,0,0,0 +214517,0,0,0,0,0 +214518,0,0,0,0,0 +214519,0,0,0,0,0 +214520,0,0,0,0,0 +214521,0,0,0,0,0 +214522,0,0,0,0,0 +214523,0,0,0,0,0 +214524,0,0,0,0,0 +214525,0,0,0,0,0 +214526,0,0,0,0,0 +214527,0,0,0,0,0 +214528,0,0,0,0,0 +214529,0,0,0,0,0 +214530,0,0,0,0,0 +214531,0,0,0,0,0 +214532,0,0,0,0,0 +214533,0,0,0,0,0 +214534,0,0,0,0,0 +214535,0,0,0,0,0 +214536,0,0,0,0,0 +214537,0,0,0,0,0 +214538,0,0,0,0,0 +214539,0,0,0,0,0 +214540,0,0,0,0,0 +214541,0,0,0,0,0 +214542,0,0,0,0,0 +214543,0,0,0,0,0 +214544,0,0,0,0,0 +214545,0,0,0,0,0 +214546,0,0,0,0,0 +214547,0,0,0,0,0 +214548,0,0,0,0,0 +214549,0,0,0,0,0 +214550,0,0,0,0,0 +214551,0,0,0,0,0 +214552,0,0,0,0,0 +214553,0,0,0,0,0 +214554,0,0,0,0,0 +214555,0,0,0,0,0 +214556,0,0,0,0,0 +214557,0,0,0,0,0 +214558,0,0,0,0,0 +214559,0,0,0,0,0 +214560,0,0,0,0,0 +214561,0,0,0,0,0 +214562,0,0,0,0,0 +214563,0,0,0,0,0 +214564,0,0,0,0,0 +214565,0,0,0,0,0 +214566,0,0,0,0,0 +214567,0,0,0,0,0 +214568,0,0,0,0,0 +214569,0,0,0,0,0 +214570,0,0,0,0,0 +214571,0,0,0,0,0 +214572,0,0,0,0,0 +214573,0,0,0,0,0 +214574,0,0,0,0,0 +214575,0,0,0,0,0 +214576,0,0,0,0,0 +214577,0,0,0,0,0 +214578,0,0,0,0,0 +214579,0,0,0,0,0 +214580,0,0,0,0,0 +214581,0,0,0,0,0 +214582,0,0,0,0,0 +214583,0,0,0,0,0 +214584,0,0,0,0,0 +214585,0,0,0,0,0 +214586,0,0,0,0,0 +214587,0,0,0,0,0 +214588,0,0,0,0,0 +214589,0,0,0,0,0 +214590,0,0,0,0,0 +214591,0,0,0,0,0 +214592,0,0,0,0,0 +214593,0,0,0,0,0 +214594,0,0,0,0,0 +214595,0,0,0,0,0 +214596,0,0,0,0,0 +214597,0,0,0,0,0 +214598,0,0,0,0,0 +214599,0,0,0,0,0 +214600,0,0,0,0,0 +214601,0,0,0,0,0 +214602,0,0,0,0,0 +214603,0,0,0,0,0 +214604,0,0,0,0,0 +214605,0,0,0,0,0 +214606,0,0,0,0,0 +214607,0,0,0,0,0 +214608,0,0,0,0,0 +214609,0,0,0,0,0 +214610,0,0,0,0,0 +214611,0,0,0,0,0 +214612,0,0,0,0,0 +214613,0,0,0,0,0 +214614,0,0,0,0,0 +214615,0,0,0,0,0 +214616,0,0,0,0,0 +214617,0,0,0,0,0 +214618,0,0,0,0,0 +214619,0,0,0,0,0 +214620,0,0,0,0,0 +214621,0,0,0,0,0 +214622,0,0,0,0,0 +214623,0,0,0,0,0 +214624,0,0,0,0,0 +214625,0,0,0,0,0 +214626,0,0,0,0,0 +214627,0,0,0,0,0 +214628,0,0,0,0,0 +214629,0,0,0,0,0 +214630,0,0,0,0,0 +214631,0,0,0,0,0 +214632,0,0,0,0,0 +214633,0,0,0,0,0 +214634,0,0,0,0,0 +214635,0,0,0,0,0 +214636,0,0,0,0,0 +214637,0,0,0,0,0 +214638,0,0,0,0,0 +214639,0,0,0,0,0 +214640,0,0,0,0,0 +214641,0,0,0,0,0 +214642,0,0,0,0,0 +214643,0,0,0,0,0 +214644,0,0,0,0,0 +214645,0,0,0,0,0 +214646,0,0,0,0,0 +214647,0,0,0,0,0 +214648,0,0,0,0,0 +214649,0,0,0,0,0 +214650,0,0,0,0,0 +214651,0,0,0,0,0 +214652,0,0,0,0,0 +214653,0,0,0,0,0 +214654,0,0,0,0,0 +214655,0,0,0,0,0 +214656,0,0,0,0,0 +214657,0,0,0,0,0 +214658,0,0,0,0,0 +214659,0,0,0,0,0 +214660,0,0,0,0,0 +214661,0,0,0,0,0 +214662,0,0,0,0,0 +214663,0,0,0,0,0 +214664,0,0,0,0,0 +214665,0,0,0,0,0 +214666,0,0,0,0,0 +214667,0,0,0,0,0 +214668,0,0,0,0,0 +214669,0,0,0,0,0 +214670,0,0,0,0,0 +214671,0,0,0,0,0 +214672,0,0,0,0,0 +214673,0,0,0,0,0 +214674,0,0,0,0,0 +214675,0,0,0,0,0 +214676,0,0,0,0,0 +214677,0,0,0,0,0 +214678,0,0,0,0,0 +214679,0,0,0,0,0 +214680,0,0,0,0,0 +214681,0,0,0,0,0 +214682,0,0,0,0,0 +214683,0,0,0,0,0 +214684,0,0,0,0,0 +214685,0,0,0,0,0 +214686,0,0,0,0,0 +214687,0,0,0,0,0 +214688,0,0,0,0,0 +214689,0,0,0,0,0 +214690,0,0,0,0,0 +214691,0,0,0,0,0 +214692,0,0,0,0,0 +214693,0,0,0,0,0 +214694,0,0,0,0,0 +214695,0,0,0,0,0 +214696,0,0,0,0,0 +214697,0,0,0,0,0 +214698,0,0,0,0,0 +214699,0,0,0,0,0 +214700,0,0,0,0,0 +214701,0,0,0,0,0 +214702,0,0,0,0,0 +214703,0,0,0,0,0 +214704,0,0,0,0,0 +214705,0,0,0,0,0 +214706,0,0,0,0,0 +214707,0,0,0,0,0 +214708,0,0,0,0,0 +214709,0,0,0,0,0 +214710,0,0,0,0,0 +214711,0,0,0,0,0 +214712,0,0,0,0,0 +214713,0,0,0,0,0 +214714,0,0,0,0,0 +214715,0,0,0,0,0 +214716,0,0,0,0,0 +214717,0,0,0,0,0 +214718,0,0,0,0,0 +214719,0,0,0,0,0 +214720,0,0,0,0,0 +214721,0,0,0,0,0 +214722,0,0,0,0,0 +214723,0,0,0,0,0 +214724,0,0,0,0,0 +214725,0,0,0,0,0 +214726,0,0,0,0,0 +214727,0,0,0,0,0 +214728,0,0,0,0,0 +214729,0,0,0,0,0 +214730,0,0,0,0,0 +214731,0,0,0,0,0 +214732,0,0,0,0,0 +214733,0,0,0,0,0 +214734,0,0,0,0,0 +214735,0,0,0,0,0 +214736,0,0,0,0,0 +214737,0,0,0,0,0 +214738,0,0,0,0,0 +214739,0,0,0,0,0 +214740,0,0,0,0,0 +214741,0,0,0,0,0 +214742,0,0,0,0,0 +214743,0,0,0,0,0 +214744,0,0,0,0,0 +214745,0,0,0,0,0 +214746,0,0,0,0,0 +214747,0,0,0,0,0 +214748,0,0,0,0,0 +214749,0,0,0,0,0 +214750,0,0,0,0,0 +214751,0,0,0,0,0 +214752,0,0,0,0,0 +214753,0,0,0,0,0 +214754,0,0,0,0,0 +214755,0,0,0,0,0 +214756,0,0,0,0,0 +214757,0,0,0,0,0 +214758,0,0,0,0,0 +214759,0,0,0,0,0 +214760,0,0,0,0,0 +214761,0,0,0,0,0 +214762,0,0,0,0,0 +214763,0,0,0,0,0 +214764,0,0,0,0,0 +214765,0,0,0,0,0 +214766,0,0,0,0,0 +214767,0,0,0,0,0 +214768,0,0,0,0,0 +214769,0,0,0,0,0 +214770,0,0,0,0,0 +214771,0,0,0,0,0 +214772,0,0,0,0,0 +214773,0,0,0,0,0 +214774,0,0,0,0,0 +214775,0,0,0,0,0 +214776,0,0,0,0,0 +214777,0,0,0,0,0 +214778,0,0,0,0,0 +214779,0,0,0,0,0 +214780,0,0,0,0,0 +214781,0,0,0,0,0 +214782,0,0,0,0,0 +214783,0,0,0,0,0 +214784,0,0,0,0,0 +214785,0,0,0,0,0 +214786,0,0,0,0,0 +214787,0,0,0,0,0 +214788,0,0,0,0,0 +214789,0,0,0,0,0 +214790,0,0,0,0,0 +214791,0,0,0,0,0 +214792,0,0,0,0,0 +214793,0,0,0,0,0 +214794,0,0,0,0,0 +214795,0,0,0,0,0 +214796,0,0,0,0,0 +214797,0,0,0,0,0 +214798,0,0,0,0,0 +214799,0,0,0,0,0 +214800,0,0,0,0,0 +214801,0,0,0,0,0 +214802,0,0,0,0,0 +214803,0,0,0,0,0 +214804,0,0,0,0,0 +214805,0,0,0,0,0 +214806,0,0,0,0,0 +214807,0,0,0,0,0 +214808,0,0,0,0,0 +214809,0,0,0,0,0 +214810,0,0,0,0,0 +214811,0,0,0,0,0 +214812,0,0,0,0,0 +214813,0,0,0,0,0 +214814,0,0,0,0,0 +214815,0,0,0,0,0 +214816,0,0,0,0,0 +214817,0,0,0,0,0 +214818,0,0,0,0,0 +214819,0,0,0,0,0 +214820,0,0,0,0,0 +214821,0,0,0,0,0 +214822,0,0,0,0,0 +214823,0,0,0,0,0 +214824,0,0,0,0,0 +214825,0,0,0,0,0 +214826,0,0,0,0,0 +214827,0,0,0,0,0 +214828,0,0,0,0,0 +214829,0,0,0,0,0 +214830,0,0,0,0,0 +214831,0,0,0,0,0 +214832,0,0,0,0,0 +214833,0,0,0,0,0 +214834,0,0,0,0,0 +214835,0,0,0,0,0 +214836,0,0,0,0,0 +214837,0,0,0,0,0 +214838,0,0,0,0,0 +214839,0,0,0,0,0 +214840,0,0,0,0,0 +214841,0,0,0,0,0 +214842,0,0,0,0,0 +214843,0,0,0,0,0 +214844,0,0,0,0,0 +214845,0,0,0,0,0 +214846,0,0,0,0,0 +214847,0,0,0,0,0 +214848,0,0,0,0,0 +214849,0,0,0,0,0 +214850,0,0,0,0,0 +214851,0,0,0,0,0 +214852,0,0,0,0,0 +214853,0,0,0,0,0 +214854,0,0,0,0,0 +214855,0,0,0,0,0 +214856,0,0,0,0,0 +214857,0,0,0,0,0 +214858,0,0,0,0,0 +214859,0,0,0,0,0 +214860,0,0,0,0,0 +214861,0,0,0,0,0 +214862,0,0,0,0,0 +214863,0,0,0,0,0 +214864,0,0,0,0,0 +214865,0,0,0,0,0 +214866,0,0,0,0,0 +214867,0,0,0,0,0 +214868,0,0,0,0,0 +214869,0,0,0,0,0 +214870,0,0,0,0,0 +214871,0,0,0,0,0 +214872,0,0,0,0,0 +214873,0,0,0,0,0 +214874,0,0,0,0,0 +214875,0,0,0,0,0 +214876,0,0,0,0,0 +214877,0,0,0,0,0 +214878,0,0,0,0,0 +214879,0,0,0,0,0 +214880,0,0,0,0,0 +214881,0,0,0,0,0 +214882,0,0,0,0,0 +214883,0,0,0,0,0 +214884,0,0,0,0,0 +214885,0,0,0,0,0 +214886,0,0,0,0,0 +214887,0,0,0,0,0 +214888,0,0,0,0,0 +214889,0,0,0,0,0 +214890,0,0,0,0,0 +214891,0,0,0,0,0 +214892,0,0,0,0,0 +214893,0,0,0,0,0 +214894,0,0,0,0,0 +214895,0,0,0,0,0 +214896,0,0,0,0,0 +214897,0,0,0,0,0 +214898,0,0,0,0,0 +214899,0,0,0,0,0 +214900,0,0,0,0,0 +214901,0,0,0,0,0 +214902,0,0,0,0,0 +214903,0,0,0,0,0 +214904,0,0,0,0,0 +214905,0,0,0,0,0 +214906,0,0,0,0,0 +214907,0,0,0,0,0 +214908,0,0,0,0,0 +214909,0,0,0,0,0 +214910,0,0,0,0,0 +214911,0,0,0,0,0 +214912,0,0,0,0,0 +214913,0,0,0,0,0 +214914,0,0,0,0,0 +214915,0,0,0,0,0 +214916,0,0,0,0,0 +214917,0,0,0,0,0 +214918,0,0,0,0,0 +214919,0,0,0,0,0 +214920,0,0,0,0,0 +214921,0,0,0,0,0 +214922,0,0,0,0,0 +214923,0,0,0,0,0 +214924,0,0,0,0,0 +214925,0,0,0,0,0 +214926,0,0,0,0,0 +214927,0,0,0,0,0 +214928,0,0,0,0,0 +214929,0,0,0,0,0 +214930,0,0,0,0,0 +214931,0,0,0,0,0 +214932,0,0,0,0,0 +214933,0,0,0,0,0 +214934,0,0,0,0,0 +214935,0,0,0,0,0 +214936,0,0,0,0,0 +214937,0,0,0,0,0 +214938,0,0,0,0,0 +214939,0,0,0,0,0 +214940,0,0,0,0,0 +214941,0,0,0,0,0 +214942,0,0,0,0,0 +214943,0,0,0,0,0 +214944,0,0,0,0,0 +214945,0,0,0,0,0 +214946,0,0,0,0,0 +214947,0,0,0,0,0 +214948,0,0,0,0,0 +214949,0,0,0,0,0 +214950,0,0,0,0,0 +214951,0,0,0,0,0 +214952,0,0,0,0,0 +214953,0,0,0,0,0 +214954,0,0,0,0,0 +214955,0,0,0,0,0 +214956,0,0,0,0,0 +214957,0,0,0,0,0 +214958,0,0,0,0,0 +214959,0,0,0,0,0 +214960,0,0,0,0,0 +214961,0,0,0,0,0 +214962,0,0,0,0,0 +214963,0,0,0,0,0 +214964,0,0,0,0,0 +214965,0,0,0,0,0 +214966,0,0,0,0,0 +214967,0,0,0,0,0 +214968,0,0,0,0,0 +214969,0,0,0,0,0 +214970,0,0,0,0,0 +214971,0,0,0,0,0 +214972,0,0,0,0,0 +214973,0,0,0,0,0 +214974,0,0,0,0,0 +214975,0,0,0,0,0 +214976,0,0,0,0,0 +214977,0,0,0,0,0 +214978,0,0,0,0,0 +214979,0,0,0,0,0 +214980,0,0,0,0,0 +214981,-115.3928069,126.7748052,325.8700113,-37.68436852,-187.438866 +214982,166.6911719,253.9072412,603.9630066,90.40862468,323.8304803 +214983,92.57065989,250.464012,594.5623297,89.51848317,320.2424463 +214984,33.59807372,245.6821595,582.0950534,87.26371494,311.3685693 +214985,82.35606574,241.3759983,570.5631997,84.81058597,301.237748 +214986,76.79767419,238.1134066,561.2402648,82.68908629,212.040481 +214987,79.99122594,235.8231831,554.0111728,80.9817111,54.65939139 +214988,84.04036276,234.2808403,548.4212222,79.61423771,171.8632275 +214989,95.40196952,233.3008224,544.0888507,78.49676647,132.5462787 +214990,100.3467924,232.9120915,541.0899033,77.6276382,132.0034099 +214991,104.7127042,232.9829446,539.1421945,76.9522429,132.2855252 +214992,109.2834804,233.3837974,537.9652874,76.41711353,132.2711539 +214993,113.2674481,234.0316198,537.3772257,75.99265846,132.7080536 +214994,117.9299541,234.8784617,537.2701349,75.65835935,133.2194515 +214995,122.1609907,235.8937543,537.5726613,75.40454997,133.8006306 +214996,126.4316746,237.0541809,538.2286985,75.21963761,134.4484755 +214997,131.0625734,238.3400091,539.1898437,75.09785156,135.1609552 +214998,135.4116382,239.7342357,540.4137435,75.02992673,135.7501481 +214999,139.6414,241.222426,541.8638508,75.01215516,136.7762066 +215000,145.1729507,242.7924788,543.5089782,75.03717397,137.673885 +215001,144.4072389,244.4343128,545.3226617,75.10298986,138.6273574 +215002,143.7588271,246.1395055,547.2823997,75.20367146,139.6355508 +215003,143.2861317,247.9009997,549.3690212,75.33842143,140.6973037 +215004,142.9878541,249.7128466,551.5661223,75.50227849,141.9973291 +215005,142.8478137,251.5700221,553.8596516,75.69526381,143.1580885 +215006,142.839551,253.4682546,556.2375142,75.9130838,144.3657164 +215007,142.9483876,255.4039102,558.6893004,76.15632999,145.8065522 +215008,143.1562864,257.3738711,561.2059963,76.42336153,147.1037882 +215009,143.455939,259.3754578,563.7797901,76.70997585,148.6302512 +215010,143.8341911,261.406345,566.403866,77.01754433,150.0100339 +215011,144.2870211,263.464514,569.0722771,77.34521369,151.6166028 +215012,144.7999757,265.5333404,571.7501132,77.68755857,153.0742375 +215013,145.3683139,267.6016395,574.4135989,78.04499762,154.7564583 +215014,145.9824272,269.6658045,577.0543367,78.41450848,156.4738638 +215015,146.6419734,271.7261977,579.6720576,78.79792678,158.0376141 +215016,147.3399139,331.5989761,582.2687524,79.19269927,159.822375 +215017,148.0772325,339.625485,584.8462581,79.60071434,161.6394148 +215018,148.8476548,362.2282926,587.4057779,80.01938187,163.4864363 +215019,149.6527496,364.5144329,589.9480572,80.45056685,165.3620588 +215020,150.4867266,378.3524984,592.4735499,80.89167156,167.0789834 +215021,151.3515964,388.3201741,594.9825658,81.34456622,169.1990371 +215022,152.2419663,398.1278294,597.4753059,81.80667164,170.9709499 +215023,153.160208,407.816197,599.9519081,82.27988215,173.142895 +215024,154.1012427,417.4838628,634.4926119,82.76164838,174.9644478 +215025,155.0677205,426.9446106,722.4690386,83.25389471,176.9979984 +215026,156.0547827,436.3711931,692.3910082,83.75409536,179.2423267 +215027,157.0652636,445.5103869,712.0555809,84.26419215,181.1330377 +215028,158.0944313,455.1025368,724.482342,84.78166435,183.2329741 +215029,159.1452101,464.0060374,734.9802837,85.30844806,185.3548061 +215030,160.2129655,473.0427223,744.5411509,85.84202952,187.496815 +215031,161.3007489,482.0880368,754.2770342,86.38436711,189.6576899 +215032,162.4040489,491.1857911,763.7439278,86.93297331,191.8364923 +215033,163.5260359,499.7033888,773.0371061,87.48983081,193.8460664 +215034,164.6622993,508.737804,782.0616758,88.05247311,196.2484342 +215035,165.8160899,517.3315954,790.846005,88.62289532,198.292206 +215036,166.9830637,525.8504647,799.8817768,89.19864268,200.5393615 +215037,168.1665328,534.6335746,808.0179122,89.78172042,202.8021286 +215038,169.3622031,543.148608,816.6085153,90.36968441,204.8923458 +215039,170.5734401,551.2579617,824.6904225,90.96455229,207.1851589 +215040,171.7959891,559.9502818,832.6928612,91.56389062,209.4917892 +215041,173.0947661,993.5049708,1795.624908,92.19768708,239.7051949 +215042,193.4630548,1014.580679,1832.022524,101.6362464,274.0735137 +215043,223.7744012,1031.865181,1858.351263,115.530467,327.3382986 +215044,254.5891632,1047.253043,1881.204013,129.4654842,383.1288441 +215045,281.8726159,1061.805697,1902.095433,141.6038092,434.1190985 +215046,305.1429148,1075.639304,1921.290912,151.7837161,479.0162024 +215047,325.1285086,1089.002271,1939.691577,160.3989781,518.6749042 +215048,342.6072095,1105.767351,1957.23755,167.8486254,554.1482061 +215049,358.1220066,1121.630002,1974.497427,174.4070983,586.1823544 +215050,372.0241468,1137.321397,1991.059896,180.2498639,615.258198 +215051,384.5625347,1152.836877,2007.193827,185.4992821,641.7205205 +215052,395.9371031,1167.988572,2023.080208,190.251742,665.856304 +215053,406.3190451,1183.091655,2038.439091,194.5881446,687.9227964 +215054,415.8561342,1197.842712,2053.471323,198.576936,708.152695 +215055,424.6744733,1212.570012,2068.120341,202.27533,726.7539883 +215056,432.8805144,1226.486893,2083.123877,205.7306033,743.9105682 +215057,440.5636558,1241.532417,2112.179023,208.9816061,759.7841827 +215058,447.7989031,1255.312585,2091.277706,212.0602364,774.5169409 +215059,454.649267,1269.315607,2127.823868,214.9927262,787.840861 +215060,461.167732,1283.20702,2138.013782,217.8006763,799.9946732 +215061,467.3989265,1296.840073,2148.823103,220.5019109,811.2436761 +215062,473.3804314,1310.309519,2162.22896,223.1111371,821.7637208 +215063,479.1439229,1323.808812,2174.641728,225.6405047,831.6612157 +215064,484.7161221,1336.86281,2186.591361,228.1000628,841.0091136 +215065,490.1196133,1350.12749,2198.299374,230.4981443,849.8671017 +215066,495.3734982,1362.878852,2209.804666,232.8416669,858.2881845 +215067,500.4939755,1375.813185,2221.140827,235.1363944,866.3198403 +215068,505.4947858,1388.372783,2237.07181,237.3871321,874.0038589 +215069,510.3876284,1401.052866,2245.452259,239.5979076,881.376688 +215070,515.1824661,1413.264905,2262.403109,241.7720984,888.4698872 +215071,519.8878212,1425.158477,2254.463088,243.9125553,895.3108945 +215072,524.5071824,1436.645023,2261.763077,246.0196556,901.9234836 +215073,529.0443241,1448.010557,2289.074889,248.0941272,908.3284075 +215074,533.5040579,1459.199307,2287.213794,250.1374255,914.5437832 +215075,537.8914792,1470.160639,2298.033072,252.1513003,920.5855622 +215076,542.2113129,1481.121178,2310.370701,254.1374239,926.4677111 +215077,546.4677067,1491.850294,2314.802679,256.0972601,932.202549 +215078,550.6642424,1502.263019,2332.945366,258.0320586,937.8008831 +215079,554.8040457,1512.816058,2308.547294,259.9429011,943.2723 +215080,558.8898578,1523.025772,2343.903629,261.8307321,948.62524 +215081,562.9241216,1533.157986,2342.532929,263.6963946,953.867244 +215082,566.9090123,1543.139792,2352.882791,265.5406404,959.0049933 +215083,570.8464983,1552.979559,2358.002437,267.3641546,964.0445158 +215084,574.7383466,1562.684432,2369.315651,269.1675545,968.9911573 +215085,578.586168,1572.183842,2359.425426,270.9514074,973.8497563 +215086,582.3914235,1581.71928,2372.120513,272.7162315,978.624624 +215087,586.1554591,1590.972963,2401.615084,274.4625093,983.3196979 +215088,589.8795151,1600.223698,2376.645836,276.1906896,987.9385271 +215089,593.564753,1609.095409,2376.13137,320.0024555,992.4843995 +215090,597.212246,1618.163148,2407.271535,340.8415027,996.9602631 +215091,600.8230018,1626.891401,2401.66768,332.8011714,1001.368849 +215092,604.3979579,1635.5657,2408.154282,346.3211635,1005.712606 +215093,607.9379921,1644.104932,2410.135059,353.7091177,1009.993772 +215094,667.2232088,1652.449605,2403.414383,360.6537644,1014.214347 +215095,738.4276767,1660.920502,2443.427983,367.5692147,1018.37623 +215096,727.8198887,1672.281632,2393.226156,374.3199877,1022.481184 +215097,744.9152062,1677.991188,2457.166517,381.0083379,1026.530865 +215098,762.2828343,1689.457052,2412.769304,387.4980418,1030.52668 +215099,775.9336131,1693.487346,2445.041175,393.8524078,1034.469903 +215100,789.2350426,1707.153682,2433.79258,400.2411543,1038.361727 +215101,1140.434818,1831.48697,2725.787341,551.094049,950.7488831 +215102,1286.964743,1935.769787,2779.560063,617.779291,1060.767138 +215103,1186.292748,1874.332158,2788.389337,573.0600969,1085.376628 +215104,1246.618132,1907.683383,2794.458336,600.33384,1718.354137 +215105,1252.43833,1912.065499,2798.399235,603.3331522,1833.605626 +215106,1265.988731,1919.977538,2801.642332,609.7973527,1661.40667 +215107,1279.052329,1927.494599,2804.270687,615.991039,1767.149672 +215108,1292.565183,1935.149805,2806.669908,622.2523902,1785.178619 +215109,1296.19009,1938.770815,2799.811981,624.3817101,1786.195295 +215110,1276.929943,1931.08466,2754.109765,615.5231111,1743.365965 +215111,1348.861315,1963.815964,2744.729765,648.6227053,1867.994721 +215112,1331.380262,1958.64232,2736.447386,640.7369029,1828.898352 +215113,1349.824908,1968.359566,2730.630048,649.4428143,1855.274583 +215114,1361.753873,1974.601549,2723.586759,654.8701223,1869.560807 +215115,1373.377798,1981.951445,2716.682244,660.6986144,1876.110619 +215116,1384.96879,1987.980363,2709.387259,666.0224272,1892.057133 +215117,1396.12115,1994.837392,2702.241029,671.5336534,1899.447837 +215118,1407.456101,2000.842148,2695.205968,676.5996176,1909.876189 +215119,1418.285316,2007.189393,2688.207918,681.8155729,1919.550428 +215120,1429.269431,2013.170432,2681.26238,687.0130066,1928.966036 +215121,1439.805344,2025.139987,2673.980633,691.6607611,1938.220619 +215122,1450.536919,2035.061027,2666.710334,697.1699876,1947.240816 +215123,1460.934647,2033.487924,2659.75337,701.8370328,1956.441991 +215124,1471.508908,2012.31165,2653.980482,706.8982931,1965.163839 +215125,1481.231682,2056.031098,2647.389393,711.3740348,1973.386884 +215126,1491.112355,2043.648689,2640.55338,716.3387179,1982.165567 +215127,1501.626193,2052.205889,2634.071559,720.8565991,1992.626831 +215128,1511.126613,2057.71867,2627.288332,725.5306315,2005.919214 +215129,1520.929473,2062.674014,2620.823825,730.0321967,2005.532234 +215130,1530.623097,2067.925239,2615.07897,734.5973047,2000.142269 +215131,1539.61316,2077.218179,2608.573126,738.773352,2030.446846 +215132,1549.013322,2090.644738,2601.606257,743.0569225,2027.16982 +215133,1626.991559,2107.371455,2664.474747,778.8913796,2161.325777 +215134,1465.214098,2024.591979,2601.976331,705.7567193,1855.086598 +215135,1693.688937,2152.697132,2671.158419,809.0186556,2267.776125 +215136,1471.076158,2041.202732,2602.567821,708.6359908,1846.95012 +215137,1713.104141,2149.806701,2671.726169,818.058659,2285.642273 +215138,1485.823993,2074.404558,2599.325939,715.5010945,1856.383992 +215139,1732.659507,2124.424134,2669.253494,827.0495857,2303.666287 +215140,1500.28637,2072.493992,2596.229174,722.2313624,1865.386624 +215141,1751.333372,2163.136227,2667.382,835.3090175,2320.917565 +215142,1514.688191,2061.577656,2592.720813,729.44402,1874.353727 +215143,1769.870933,2174.094242,2665.351096,843.5728186,2337.699917 +215144,1528.293754,2066.509132,2587.848771,735.8290271,1882.7243 +215145,1788.291062,2181.241642,2662.197984,852.0167582,2354.419828 +215146,1541.791544,2071.259542,2582.987111,741.9994557,1890.750985 +215147,1806.177241,2202.383085,2658.917187,860.2341821,2370.530921 +215148,1555.031723,2054.791514,2578.662834,748.1309003,1898.454871 +215149,1823.72428,2203.952332,2656.410199,868.1142799,2388.748823 +215150,1647.206125,2113.475281,2654.482773,790.0817115,2048.532951 +215151,1722.282336,2147.681445,2651.886561,822.707725,2179.653893 +215152,1718.155123,2144.840218,2649.16282,821.7219228,2166.464915 +215153,1725.13579,2146.52437,2646.652469,824.5816372,2169.851563 +215154,1732.344552,2148.792235,2644.610605,827.9059993,2175.532048 +215155,1739.702338,2150.587715,2642.906407,831.1311297,2180.910481 +215156,1747.196324,2146.520154,2641.409541,837.6932007,2186.156907 +215157,1754.263981,2147.131762,2640.831948,841.298496,2191.24028 +215158,1761.275539,2148.142205,2639.116441,844.62984,2196.224075 +215159,1768.116818,2149.191349,2637.692249,847.9872492,2201.337654 +215160,1774.995,2150.232047,2636.362257,851.3261654,2206.421522 +215161,1787.845988,2153.961232,2634.988466,857.160856,2222.405889 +215162,1795.480136,2155.359918,2633.877082,860.9653148,2228.793081 +215163,1802.46676,2156.57672,2632.945337,864.1908879,2234.616514 +215164,1809.346976,2157.33333,2632.058955,867.6160115,2240.19691 +215165,1815.911568,2158.203076,2631.135179,870.6895704,2245.42717 +215166,1822.721484,2158.893139,2630.145764,874.0192512,2250.771219 +215167,1829.198288,2159.46614,2629.093047,876.9939169,2255.742063 +215168,1835.524474,2159.958311,2627.985028,880.0893025,2260.798802 +215169,1841.958233,2160.385723,2626.830511,883.0098367,2265.586544 +215170,1848.171403,2161.950202,2625.634195,886.0838201,2270.465464 +215171,1854.544737,2159.045887,2624.405199,888.997494,2275.200233 +215172,1860.669946,2166.92341,2623.137024,891.9186133,2279.797022 +215173,1866.811156,2153.764033,2621.847303,894.8004512,2284.518744 +215174,1872.882023,2175.519085,2620.518635,897.6087748,2289.072838 +215175,1878.983369,2144.261649,2619.178662,900.5302081,2293.433357 +215176,1884.726993,2188.266725,2617.798218,903.2259,2297.896083 +215177,1890.82857,2130.233246,2616.418711,906.0203637,2302.225818 +215178,1896.607558,2173.630591,2615.045498,908.7428218,2306.506149 +215179,1902.545441,2156.645949,2613.605255,911.4368033,2310.932021 +215180,1908.082833,2162.368847,2612.128949,914.15799,2315.012942 +215181,1913.733621,2153.383584,2610.654854,916.7680767,2319.214642 +215182,1919.345406,2166.291531,2608.968066,919.3860149,2323.074462 +215183,1924.815565,2147.224344,2607.48353,922.0114332,2327.268649 +215184,1930.457116,2167.627927,2605.987563,924.5001289,2331.147916 +215185,1935.850843,2143.131709,2604.480496,927.0152528,2335.060322 +215186,1941.36475,2164.928922,2602.955897,929.5752218,2338.909039 +215187,1946.594664,2142.829168,2601.414524,932.0203519,2342.707838 +215188,1951.979469,2155.50177,2599.865543,934.4793644,2346.458334 +215189,1957.240976,2149.053511,2598.294267,936.9079227,2350.161752 +215190,1962.473296,2148.527693,2596.710207,939.3131417,2353.902123 +215191,1967.45189,2146.853055,2595.12434,941.5853305,2357.385647 +215192,1972.593433,2144.909383,2593.527788,943.9351298,2361.016456 +215193,1977.477792,2143.171226,2591.91471,946.201291,2364.528733 +215194,1982.394829,2141.073382,2590.284517,948.3672714,2368.0119 +215195,1987.251386,2138.982783,2588.640323,950.6016114,2371.454301 +215196,1992.06173,2136.785296,2588.021914,952.7710605,2374.857152 +215197,1996.831832,2134.489328,2585.826781,954.9253569,2381.06775 +215198,2001.555203,2132.110623,2583.948301,957.054663,2378.987996 +215199,2006.332479,2129.639439,2582.148336,959.1155616,2394.121319 +215200,2013.366584,2127.080983,2580.405419,961.2700829,2373.760631 +215201,2014.355103,2124.562919,2579.767822,963.2989947,2398.291392 +215202,2025.239621,2121.649642,2577.516839,965.3497717,2392.912303 +215203,2020.750772,2142.858849,2575.571853,967.369784,2397.551294 +215204,2038.492473,2081.645606,2573.786977,969.3703426,2400.700104 +215205,2024.11643,2129.395098,2572.111769,971.3502066,2403.850415 +215206,2056.069085,2109.237788,2570.40064,973.3576267,2406.754565 +215207,2020.810618,2102.720093,2568.722411,975.227749,2409.820344 +215208,2051.422841,2106.425582,2567.097789,977.1831384,2412.77651 +215209,2051.862276,2098.365124,2565.461831,979.0312804,2415.713542 +215210,2054.200567,2097.509547,2564.950419,980.9853064,2418.621399 +215211,2059.342236,2093.084784,2562.765974,982.8192407,2421.492953 +215212,2063.465497,2089.852561,2560.947274,984.6740717,2424.339876 +215213,2067.774117,2086.149412,2559.243961,986.5053658,2427.154012 +215214,2071.930862,2082.463265,2557.608679,988.3189668,2430.027639 +215215,2075.895096,2078.685438,2556.022037,990.1156311,2432.646542 +215216,2080.031879,2074.834341,2555.634956,991.8948187,2435.355434 +215217,2084.04575,2070.900224,2553.525526,993.6599098,2438.17268 +215218,2088.047333,2066.901269,2551.800237,995.4063983,2440.783513 +215219,2092.015772,2062.82508,2550.199551,997.1382818,2443.443019 +215220,2095.953773,2058.556174,2548.676746,998.8055218,2446.064025 +215221,1982.678937,2001.052421,2547.952175,947.5155048,2235.91561 +215222,1985.100498,1995.637524,2542.67528,948.2224364,2235.732993 +215223,1988.255078,1990.70196,2534.948585,949.570006,2236.412479 +215224,1991.284927,1985.811177,2528.444435,950.7773094,2237.223097 +215225,1994.903689,1980.929303,2521.248135,952.2336446,2238.385896 +215226,1998.098262,1975.922861,2515.678757,953.5383624,2239.603797 +215227,2001.831437,1971.280037,2511.167005,955.0465009,2240.904035 +215228,2005.094406,1966.085081,2507.372622,956.3810007,2242.251297 +215229,2008.875856,1961.176474,2504.086247,957.9045185,2243.629458 +215230,2012.270487,1956.115095,2501.198043,959.2465321,2245.028991 +215231,2016.009792,1951.021677,2498.655192,960.7734724,2246.444531 +215232,2019.4146,1945.766048,2496.416638,962.1158404,2247.871528 +215233,2025.389599,1940.736028,2494.427575,963.6415243,2249.307573 +215234,2025.336505,1935.42418,2492.64731,964.9810679,2250.750345 +215235,2034.466732,1930.15536,2491.042066,966.5032864,2252.124262 +215236,2030.401437,1924.824123,2489.583028,967.8384869,2253.691475 +215237,2045.188104,1919.445524,2488.24017,969.3562122,2255.093627 +215238,2032.129048,1913.910096,2488.421435,970.6856376,2256.566125 +215239,2061.12021,1908.590585,2486.540538,972.1536534,2258.028042 +215240,2026.955858,1903.114978,2486.628253,973.5441957,2259.227925 +215241,2086.659802,1897.405302,2484.696913,975.0191766,2260.584286 +215242,2014.253211,1891.876923,2483.352756,976.3428685,2261.956989 +215243,2077.696166,1909.698401,2482.220756,977.8453704,2263.33265 +215244,2082.629491,1846.692072,2481.19167,979.1597014,2264.713294 +215245,2033.599812,1891.135905,2480.331125,980.65813,2266.097398 +215246,2080.177793,1865.293017,2479.532772,981.9682129,2267.483437 +215247,2072.416756,1863.176778,2478.740088,983.4627407,2268.872646 +215248,2075.534205,1857.184917,2479.546478,984.7673521,2270.264321 +215249,2079.971757,1851.45812,2478.039508,986.3070776,2271.65574 +215250,2083.329502,1845.46523,2477.054018,987.5365493,2273.050006 +215251,2086.746735,1839.445797,2476.233629,989.0166707,2274.444168 +215252,2090.317686,1833.468825,2475.502717,990.2130764,2275.838445 +215253,2093.585858,1827.19423,2474.833718,991.7139317,2277.233518 +215254,2096.972321,1821.102166,2474.207254,992.9203249,2278.628305 +215255,2100.425412,1814.887787,2473.62703,994.3481671,2280.023774 +215256,2103.70299,1808.548494,2473.071546,995.5799958,2281.41864 +215257,2107.151043,1802.425641,2472.53612,996.9923594,2282.890002 +215258,2110.409094,1796.057328,2472.016956,998.2160022,2284.167056 +215259,2113.838896,1789.741962,2471.52863,999.6209361,2285.617508 +215260,2117.079469,1783.38455,2472.805292,1000.835902,2287.0003 +215261,2120.488817,1776.996214,2471.456617,1002.236219,2288.388813 +215262,2123.810577,1770.685786,2469.634143,1003.444255,2289.77933 +215263,2127.053186,1764.002208,2465.786137,1004.837941,2291.169374 +215264,2130.235529,1757.754958,2462.198366,1006.042948,2292.493903 +215265,2133.760055,1751.190898,2458.869471,1007.382225,2294.009346 +215266,2136.877385,1744.702224,2455.768577,1008.702851,2295.418314 +215267,2140.368161,1738.181487,2452.838294,1009.976718,2296.705218 +215268,2143.389503,1731.642512,2450.031942,1011.213317,2298.154086 +215269,2146.824972,1725.087633,2447.336974,1012.583805,2299.532016 +215270,2149.974141,1718.518004,2444.720173,1013.772418,2300.999204 +215271,2153.322687,1711.836013,2442.170112,1015.146369,2302.179443 +215272,2156.581444,1705.379808,2439.686613,1016.280734,2303.750713 +215273,2159.653255,1698.709489,2437.254843,1017.72617,2305.061184 +215274,2163.03141,1692.207225,2434.860967,1018.87078,2306.45485 +215275,2166.26881,1685.451143,2432.514787,1020.24616,2307.915825 +215276,2169.416215,1678.891169,2430.199544,1021.423705,2309.164449 +215277,2172.738763,1672.249061,2427.923935,1022.840248,2310.603192 +215278,2175.967718,1665.523587,2425.663504,1023.937817,2317.796126 +215279,2179.120198,1659.024174,2423.444489,1025.285892,2308.515747 +215280,2182.313738,1652.332083,2421.26358,1026.528239,2312.735757 +215281,1784.122967,1462.919473,2265.556748,845.864842,1591.273646 +215282,2179.310531,1628.986871,2424.034313,1023.81945,2333.082 +215283,1670.926917,1415.554974,2014.114405,795.1166906,1346.498028 +215284,2193.048335,1592.593985,2421.788189,1029.245486,2379.687635 +215285,1670.553844,1393.929838,1934.978102,794.4936759,1338.892412 +215286,2198.309413,1600.644987,2487.014479,1031.516763,2363.345523 +215287,1667.253597,1364.1484,1896.946704,792.5789216,1356.552058 +215288,2200.180309,1587.900466,2485.886603,1032.037783,2350.546694 +215289,1667.083004,1347.644039,1887.539887,792.0771395,1355.138042 +215290,2201.971094,1572.996724,2482.071071,1032.561836,2349.183968 +215291,1667.25467,1331.12159,1893.378568,792.2054896,1352.672493 +215292,2203.714662,1558.06959,2456.213536,1032.520876,2347.297379 +215293,1668.190686,1315.397693,1890.051486,792.486481,1350.622264 +215294,2205.321293,1542.871169,2468.183871,1032.848906,2346.036549 +215295,1669.601254,1300.384276,1872.541241,792.8704902,1348.861711 +215296,2206.556857,1551.417126,2467.897559,1033.020645,2344.76591 +215297,1670.917016,1250.571585,1866.95221,793.1386541,1347.132822 +215298,2208.786079,1554.529662,2460.25928,1033.711056,2344.205069 +215299,1672.228803,1230.3132,1868.730368,793.3858923,1345.500468 +215300,2210.853161,1531.461091,2454.747886,1034.315589,2343.662595 +215301,1673.73366,1228.144912,1863.368723,793.7106716,1343.691737 +215302,2046.367199,1424.178099,2287.889207,959.076593,2046.060194 +215303,1919.299492,1348.974504,2113.490697,903.2782792,1794.542026 +215304,1942.698099,1360.769127,2158.421706,913.312972,1837.073627 +215305,1937.966761,1347.897258,2140.982984,910.7822568,1832.894554 +215306,1944.76012,1347.55709,2146.273227,913.8569837,1837.357674 +215307,1943.997811,1340.529241,2143.459992,913.2852098,1835.356334 +215308,1945.551897,1335.855966,2146.232646,913.9373546,1835.750469 +215309,1947.185174,1330.618386,2139.152419,914.3140407,1835.662209 +215310,1948.124572,1325.477757,2139.937689,914.8118769,1835.492587 +215311,1949.379828,1320.160551,2138.185185,915.0567985,1835.392755 +215312,1950.234181,1314.827212,2140.48095,915.2628218,1835.147703 +215313,1952.749154,1310.643353,2134.851012,916.3422029,1836.038546 +215314,1951.836961,1304.065881,2134.065176,915.6185175,1834.30482 +215315,2119.613073,1376.047824,2297.169334,991.8836577,2132.643189 +215316,1716.675853,1189.240332,1897.153332,809.9469047,1385.341637 +215317,2228.590762,1410.611027,2400.620946,1039.951971,2343.817722 +215318,1697.339076,1170.842842,1855.421802,801.003196,1340.752428 +215319,2232.600762,1402.439059,2424.870228,1041.543173,2344.654067 +215320,1697.181556,1159.208495,1838.922764,800.4911281,1338.900068 +215321,2237.599968,1394.921285,2428.405649,1043.374996,2346.366909 +215322,1698.400106,1149.075387,1834.266372,800.862662,1338.046112 +215323,2241.116227,1386.40081,2431.288121,1044.601527,2347.407539 +215324,1700.290338,1139.761172,1826.94487,801.3205588,1337.695672 +215325,2244.694578,1378.367926,2428.682361,1045.988002,2348.464628 +215326,1702.555532,1130.745958,1830.2885,801.9240267,1337.434667 +215327,2247.95467,1370.394471,2425.318818,1047.180746,2349.462858 +215328,1705.175824,1122.380398,1828.469341,802.7362487,1337.444762 +215329,2080.372485,1283.299518,2258.38542,970.5916257,2047.569719 +215330,1956.271138,1226.506515,2082.839365,915.213979,1796.583253 +215331,1978.010185,1231.299185,2130.5032,924.8161808,1838.392776 +215332,1973.603609,1223.209686,2113.086094,922.416996,1834.97348 +215333,1981.163179,1223.764025,2119.479912,925.9296932,1840.121281 +215334,1980.020865,1218.424906,2121.925008,925.0972848,1838.072576 +215335,1983.446552,1216.786085,2116.166118,927.1570532,1840.415981 +215336,1983.861842,1213.013301,2116.667742,927.6538055,1839.329192 +215337,1984.920894,1209.851031,2120.900021,928.7730901,1839.881329 +215338,1988.423638,1208.262967,2114.87078,930.8547352,1841.354505 +215339,2154.348583,1280.447663,2281.485389,1007.117756,2140.324863 +215340,1749.374799,1094.953354,1880.774059,825.1299001,1386.91524 +215341,2501.902994,1433.799604,2403.43541,1165.402367,2797.627447 +215342,2131.304418,1253.288061,2377.271837,1000.528395,2043.772352 +215343,2274.08191,1324.925932,2370.911144,1065.410433,2349.718173 +215344,2254.491224,1308.425445,2363.847913,1057.841875,2292.84304 +215345,2258.175098,1307.689478,2357.766229,1060.680052,2297.839736 +215346,2262.113135,1306.280466,2353.289894,1063.689853,2300.97118 +215347,2265.929235,1304.850369,2350.016941,1066.785199,2303.487444 +215348,2269.554594,1303.414116,2347.54054,1069.717504,2308.788215 +215349,2273.535966,1301.983529,2345.567141,1072.962917,2313.654577 +215350,2276.907584,1300.562422,2343.936622,1076.079906,2308.80143 +215351,2280.613178,1299.153728,2342.565242,1079.308002,2305.991707 +215352,2284.158424,1297.758318,2341.357056,1082.580231,2321.178898 +215353,2287.690311,1296.377653,2340.251493,1085.906843,2316.786283 +215354,2291.192386,1295.011688,2339.236497,1089.230553,2320.418487 +215355,2294.666969,1293.661292,2338.29003,1092.812236,2322.73086 +215356,2298.235536,1292.326193,2337.390859,1096.174906,2324.627569 +215357,2301.471681,1291.007077,2336.525341,1099.775035,2328.187687 +215358,2304.835679,1289.703647,2335.673917,1103.370903,2336.875398 +215359,2308.375759,1288.416488,2334.861729,1106.972185,2317.93593 +215360,2311.63672,1287.073462,2334.078047,1110.782049,2338.631151 +215361,2314.9846,1285.925199,2333.286613,1114.514581,2334.151243 +215362,2318.291987,1284.636029,2332.497891,1118.358055,2336.792107 +215363,2321.579219,1283.425868,2331.709908,1122.312342,2344.876323 +215364,2325.321808,1282.221434,2330.935075,1126.168473,2333.472083 +215365,2334.515268,1281.034041,2330.166896,1131.707087,2344.463413 +215366,2324.418449,1279.935683,2329.402994,1135.885308,2345.100134 +215367,2358.046059,1278.675859,2328.60946,1139.946232,2357.36797 +215368,2304.333906,1277.517024,2329.683428,1144.04518,2330.808745 +215369,2357.385533,1276.570116,2328.070493,1150.032673,2363.297739 +215370,2340.766845,1275.308713,2326.95744,1151.948278,2345.764706 +215371,2347.474675,1274.239563,2325.983459,1160.210573,2365.649299 +215372,2350.632214,1273.10402,2325.107639,1159.329352,2348.111342 +215373,2353.95419,1271.991676,2324.428192,1148.747409,2362.426298 +215374,2356.807213,1270.891818,2325.6853,1178.221567,2358.001459 +215375,2360.083521,1269.811023,2324.329293,1170.34863,2361.448813 +215376,2363.101278,1268.740497,2323.782521,1177.632203,2362.952329 +215377,2366.282168,1267.687695,2323.612603,1182.266849,2364.536734 +215378,2369.305405,1266.648211,2325.413578,1186.95172,2366.240265 +215379,2372.474963,1265.628599,2324.576381,1191.686292,2367.915946 +215380,2375.581565,1264.545624,2326.148481,1196.545972,2369.404876 +215381,2378.666635,1263.735364,2326.955113,1201.290237,2371.241344 +215382,2381.880292,1262.532491,2325.697364,1206.240436,2372.746025 +215383,2384.77197,1261.80924,2327.02658,1211.191818,2374.38929 +215384,2387.939587,1260.700201,2327.680965,1216.204919,2376.014794 +215385,2390.992369,1259.835139,2326.327609,1221.272381,2377.41998 +215386,2394.074578,1258.909337,2327.598686,1226.403245,2379.221068 +215387,2397.139373,1258.015314,2328.218388,1231.583839,2380.697421 +215388,2400.209768,1257.134482,2328.719894,1236.822749,2388.06409 +215389,2403.136599,1256.272028,2327.312998,1242.185661,2380.829683 +215390,2406.410084,1255.421991,2326.689325,1247.428819,2386.185945 +215391,2409.375776,1254.588153,2328.209371,1252.886418,2387.345441 +215392,2412.58989,1253.774155,2327.213874,1258.260844,2388.531428 +215393,2415.451006,1252.969293,2328.659513,1263.884281,2390.168739 +215394,2418.603517,1252.1856,2329.367755,1269.47132,2391.637564 +215395,2421.637728,1251.416584,2328.0432,1274.996674,2393.053373 +215396,2424.700531,1250.658581,2329.322837,1280.728086,2394.52105 +215397,2427.750787,1249.921263,2329.951419,1286.445836,2396.128577 +215398,2430.802622,1249.19801,2328.596057,1292.303558,2397.479703 +215399,2433.859096,1248.48739,2328.109364,1297.950592,2398.971297 +215400,2436.910393,1247.793651,2327.966674,1304.007856,2400.498026 +215401,2486.391124,1269.748522,2332.171124,1332.501512,2483.745603 +215402,2491.247295,1270.158673,2340.636305,1339.432212,2487.652185 +215403,2495.417165,1270.153867,2349.827366,1346.080034,2492.178559 +215404,2499.124191,1269.978138,2359.105087,1352.578736,2496.100774 +215405,2502.604315,1269.717662,2363.788314,1359.029652,2499.169538 +215406,2505.951806,1269.39552,2367.586349,1365.463929,2502.508858 +215407,2509.189496,1269.040452,2372.327295,1371.818216,2505.681738 +215408,2512.339518,1268.667467,2375.539636,1378.460685,2508.418694 +215409,2515.432407,1268.281598,2376.248452,1384.751185,2511.071919 +215410,2518.485352,1267.884399,2377.496925,1391.312624,2514.019468 +215411,2521.486635,1267.483738,2379.069304,1397.818504,2516.565813 +215412,2524.455306,1267.076657,2382.196463,1404.364213,2519.457053 +215413,2527.370989,1266.672007,2382.585339,1410.937323,2521.642105 +215414,2530.275705,1266.2582,2385.255549,1417.621204,2524.539105 +215415,2533.123165,1265.850971,2385.377117,1424.129753,2526.485056 +215416,2535.958793,1265.436664,2386.158219,1430.7687,2529.357428 +215417,2538.756143,1265.024792,2387.173203,1437.56972,2531.664244 +215418,2541.526449,1264.611926,2388.28597,1444.228777,2534.010184 +215419,2544.268459,1264.199254,2389.42162,1458.544774,2536.342066 +215420,2546.984062,1263.786511,2390.571869,1449.065719,2538.497798 +215421,2549.676523,1263.443763,2393.45983,1466.44928,2541.235309 +215422,2552.329987,1262.929567,2393.600268,1471.890566,2542.663877 +215423,2554.976502,1262.565352,2396.022022,1477.8852,2545.60171 +215424,2557.582188,1262.144446,2397.64395,1485.117672,2547.479902 +215425,2560.3061,1261.733909,2397.208265,1491.946051,2549.504453 +215426,2562.668087,1261.321064,2399.310433,1499.093104,2551.890353 +215427,2565.298306,1260.912024,2400.733583,1505.856215,2553.803214 +215428,2567.642119,1260.502546,2400.169244,1512.907161,2555.492304 +215429,2570.354353,1260.091906,2400.467558,1519.897969,2557.953484 +215430,2572.721041,1259.681697,2402.836087,1527.006658,2559.971381 +215431,2575.054807,1259.212162,2404.376753,1533.771346,2561.941914 +215432,2577.323412,1258.728766,2405.568432,1540.727412,2563.837006 +215433,2579.554228,1258.239426,2406.56388,1547.611642,2565.651939 +215434,2581.748186,1257.746061,2405.724911,1554.512435,2568.121035 +215435,2583.921617,1257.246721,2405.793799,1561.421433,2569.304092 +215436,2586.059359,1256.744707,2406.364863,1568.340575,2576.469304 +215437,2588.169929,1256.239282,2406.972783,1575.263365,2566.311758 +215438,2592.869716,1255.730212,2407.634391,1588.4358,2582.247163 +215439,2588.416045,1255.147175,2410.088901,1580.842879,2570.405932 +215440,2602.73112,1254.735414,2411.599462,1599.252734,2585.647444 +215441,2586.214931,1254.167927,2412.643839,1602.64855,2573.736673 +215442,2618.714498,1253.657086,2413.472919,1609.814334,2589.065442 +215443,2575.942922,1253.134852,2412.600073,1616.900771,2582.178668 +215444,2613.203812,1252.603885,2414.274589,1623.860149,2585.764953 +215445,2612.738209,1252.076218,2415.221591,1630.806343,2587.743171 +215446,2589.451509,1251.544206,2414.275759,1637.758971,2588.966553 +215447,2615.685884,1251.004626,2415.948888,1644.720629,2591.008409 +215448,2627.881682,1250.46823,2416.908908,1657.739039,2592.403809 +215449,2581.668364,1249.92601,2417.667393,1652.141112,2594.008643 +215450,2627.232352,1249.381256,2418.345577,1666.262315,2595.613305 +215451,2636.130007,1248.834066,2418.862952,1673.409728,2597.154859 +215452,2580.601823,1248.283676,2419.371988,1679.030556,2598.705013 +215453,2635.478028,1247.7325,2418.183349,1686.756321,2599.759466 +215454,2616.221072,1247.172641,2419.641783,1697.057528,2602.036641 +215455,2621.563619,1246.685819,2420.498113,1706.805205,2603.218777 +215456,2623.205291,1246.022846,2419.392722,1729.309483,2604.348281 +215457,2624.819621,1245.506117,2419.180548,1706.960102,2606.101559 +215458,2626.636497,1241.840989,2419.416057,1763.170114,2607.560614 +215459,2628.199318,1240.733612,2419.493325,1732.08739,2608.952775 +215460,2629.701064,1239.847533,2419.59898,1776.174755,2610.392628 +215461,2554.796449,1205.956294,2415.477605,1716.541548,2470.20635 +215462,2555.549181,1204.981143,2405.288164,1769.376022,2468.218717 +215463,2556.828539,1203.898318,2391.12194,1746.383289,2469.574034 +215464,2558.105824,1203.184094,2380.84728,1767.848529,2470.549645 +215465,2559.396956,1202.292158,2374.488575,1775.521672,2471.24159 +215466,2560.700136,1201.483238,2373.036177,1784.670667,2472.147725 +215467,2561.988636,1200.68141,2370.60623,1794.30632,2472.76258 +215468,2563.471415,1199.884437,2369.770643,1803.657481,2473.736237 +215469,2564.972099,1199.097981,2369.694001,1812.934735,2474.548452 +215470,2564.926963,1198.317445,2370.021244,1822.526652,2475.368277 +215471,2569.304534,1197.542886,2370.663318,1836.968116,2476.201456 +215472,2565.60442,1196.771788,2373.313474,1839.116131,2477.156707 +215473,2570.793452,1196.075604,2374.679616,1851.473273,2477.803048 +215474,2570.498548,1195.148812,2373.938824,1860.287368,2478.533076 +215475,2572.048656,1194.535816,2374.070517,1869.243845,2479.455648 +215476,2573.173762,1193.723875,2374.554305,1878.669206,2480.222469 +215477,2574.32371,1192.982095,2375.213881,1887.817883,2480.996124 +215478,2575.472743,1192.232777,2375.955482,1896.791625,2481.713983 +215479,2576.611205,1191.48601,2376.739329,1906.159363,2482.603029 +215480,2577.830785,1190.741048,2377.545862,1915.202186,2483.325613 +215481,2578.872487,1189.998316,2378.357339,1924.086779,2484.069573 +215482,2579.926011,1189.256971,2379.17417,1933.37836,2484.859197 +215483,2581.122796,1188.517353,2380.114008,1947.288673,2485.603194 +215484,2581.935749,1187.778947,2381.050483,1949.575015,2486.340747 +215485,2583.046021,1187.107903,2381.849283,1960.871773,2487.068105 +215486,2584.008626,1186.275419,2382.635814,1969.80183,2487.753241 +215487,2584.967636,1185.586513,2383.450579,1978.274501,2488.534363 +215488,2585.902266,1184.8422,2384.263517,1987.292461,2489.217795 +215489,2586.813309,1184.108571,2385.078364,1995.989055,2489.923072 +215490,2587.553783,1183.375279,2386.017981,2009.467346,2490.617982 +215491,2588.466429,1182.567888,2386.956579,2011.940675,2491.297833 +215492,2589.002489,1181.679868,2387.722171,2022.31695,2491.983476 +215493,2589.619728,1180.944373,2388.417152,2030.248022,2492.783546 +215494,2590.178621,1180.061865,2389.105655,2038.648357,2493.249309 +215495,2590.702608,1179.294003,2389.906634,2051.271092,2493.943595 +215496,2591.191258,1178.353903,2390.712427,2053.809731,2494.635919 +215497,2591.647011,1177.548168,2391.352275,2062.769546,2495.234515 +215498,2592.069024,1176.683212,2391.945142,2071.280197,2495.799323 +215499,2592.459293,1175.823833,2392.692411,2083.378377,2496.496447 +215500,2592.815757,1174.960399,2393.454671,2086.226822,2497.051642 +215501,2593.140479,1174.093276,2394.16885,2094.166756,2497.655619 +215502,2593.422061,1173.224836,2394.657568,2106.211012,2498.195303 +215503,2593.691408,1172.347378,2395.336923,2114.558381,2498.788836 +215504,2593.912465,1171.471258,2396.193823,2117.383878,2499.312602 +215505,2594.107146,1170.652633,2396.759648,2127.826565,2499.869414 +215506,2594.133813,1169.673545,2398.917699,2132.827752,2500.462707 +215507,2594.46909,1168.76723,2398.225966,2136.442907,2500.801592 +215508,2594.479921,1167.953141,2399.553251,2142.869549,2501.504295 +215509,2594.564915,1167.015466,2398.2351,2144.136983,2501.79157 +215510,2594.610625,1166.122322,2397.29951,2146.268435,2502.364253 +215511,2594.620303,1165.218942,2396.362427,2148.856165,2502.808741 +215512,2594.601178,1164.311373,2395.389202,2151.745377,2503.256602 +215513,2594.555726,1163.398989,2396.076844,2156.669913,2503.79585 +215514,2594.469999,1162.487911,2394.137699,2158.725262,2504.036979 +215515,2594.370479,1161.566933,2394.42796,2163.30619,2504.664972 +215516,2594.225375,1160.64979,2392.28731,2165.200956,2504.899835 +215517,2594.063923,1159.723663,2390.790103,2167.867039,2505.350218 +215518,2593.871284,1158.795085,2391.215144,2172.715564,2505.843917 +215519,2593.640356,1157.867442,2389.160943,2174.771162,2506.043571 +215520,2593.391891,1156.931232,2387.729004,2177.519262,2506.479498 +215521,2439.993348,1089.820007,2384.098425,2177.905161,2205.131573 +215522,2438.40046,1088.365241,2370.262747,2169.205935,2238.490101 +215523,2437.559105,1086.99877,2354.750503,2160.51002,2200.504725 +215524,2436.464969,1085.827329,2338.779336,2152.299611,2225.335107 +215525,2435.731983,1084.576941,2326.502328,2148.670661,2234.888365 +215526,2434.890609,1083.495584,2317.57273,2148.211102,2188.737478 +215527,2434.071431,1082.297214,2310.839911,2149.489723,2244.91661 +215528,2433.250893,1081.153852,2307.271946,2153.454681,2192.359154 +215529,2432.408829,1080.010408,2302.054507,2154.760701,2242.820104 +215530,2431.434233,1078.865229,2298.06179,2156.809598,2189.818773 +215531,2430.772483,1077.724283,2294.738675,2159.160331,2227.768798 +215532,2429.792992,1076.584109,2291.832293,2161.630977,2217.500972 +215533,2428.902125,1075.444835,2289.26072,2164.192059,2210.24026 +215534,2427.961834,1074.305996,2286.916471,2166.771702,2217.263657 +215535,2426.990301,1073.167429,2284.772422,2169.382485,2235.423642 +215536,2425.986774,1072.028901,2282.75545,2171.979982,2196.039965 +215537,2424.951302,1070.890146,2280.90973,2174.644128,2211.365469 +215538,2423.965324,1069.75125,2279.094558,2177.240571,2230.831394 +215539,2423.010491,1068.610762,2279.066884,2181.735765,2196.261635 +215540,2422.03875,1067.47425,2276.462864,2183.230438,2241.603134 +215541,2421.054677,1066.33284,2274.448483,2185.342079,2182.177462 +215542,2420.043426,1065.250579,2272.642212,2187.691035,2242.294005 +215543,2419.011344,1064.024506,2272.674824,2192.07442,2188.686284 +215544,2417.947555,1062.925913,2270.120207,2193.480776,2237.759049 +215545,2416.866025,1061.7747,2268.11837,2195.479136,2192.776555 +215546,2415.755133,1060.632936,2266.279122,2197.672202,2229.433648 +215547,2414.619206,1059.490566,2264.540767,2199.980335,2194.575634 +215548,2413.456797,1058.347625,2262.924067,2202.403873,2234.462736 +215549,2412.271255,1057.203424,2263.101078,2206.781853,2202.879777 +215550,2411.05273,1056.061432,2260.641354,2208.107662,2211.431965 +215551,2409.561653,1054.816672,2258.670082,2209.954975,2222.423849 +215552,2407.98037,1053.551468,2256.881554,2211.98892,2186.447603 +215553,2406.346751,1052.274371,2255.395875,2214.308866,2237.869782 +215554,2404.668166,1050.988901,2254.018927,2216.664799,2185.780834 +215555,2402.949014,1049.639004,2252.615244,2218.895877,2234.634 +215556,2401.193379,1048.422278,2252.885633,2222.905587,2187.319008 +215557,2399.39313,1047.079621,2250.513048,2223.832214,2232.275806 +215558,2397.563259,1045.775192,2248.611271,2225.252729,2196.724368 +215559,2395.693337,1044.459161,2246.720459,2226.701929,2217.406478 +215560,2393.788461,1043.136897,2244.83453,2228.166817,2202.388044 +215561,2391.848905,1041.809436,2243.058288,2229.741808,2216.005551 +215562,2389.875021,1040.477015,2241.352634,2231.360558,2205.621015 +215563,2387.867412,1039.139812,2239.658224,2232.943308,2208.806002 +215564,2385.826559,1037.797725,2238.041884,2234.561794,2208.002779 +215565,2383.753042,1036.451117,2236.505553,2236.217671,2207.520954 +215566,2381.64696,1035.099954,2235.008673,2237.864969,2207.161136 +215567,2379.646881,1033.742774,2235.256362,2241.404164,2206.776986 +215568,2377.271063,1032.386033,2232.885437,2241.896155,2206.359596 +215569,2375.170267,1031.019793,2231.067969,2242.97891,2205.960001 +215570,2372.922121,1029.650202,2231.137739,2246.178145,2205.54554 +215571,2370.650779,1028.280813,2228.660289,2246.455939,2205.097191 +215572,2368.364217,1026.958143,2226.775489,2247.386854,2204.691314 +215573,2366.041118,1025.495379,2225.079149,2248.540177,2204.204809 +215574,2363.694708,1024.149058,2225.198575,2251.7091,2203.759719 +215575,2361.305058,1022.754272,2222.741424,2251.888436,2203.276988 +215576,2358.907518,1021.359015,2222.579205,2254.598268,2202.807348 +215577,2356.45809,1019.965534,2219.203205,2254.467059,2202.291217 +215578,2353.998701,1018.564085,2213.637374,2254.877354,2201.798601 +215579,2351.507673,1017.159852,2205.656697,2256.984611,2201.288029 +215580,2348.975919,1015.754931,2203.378072,2255.869745,2200.745076 +215581,1843.55907,1030.675579,862.0224927,1590.501997,2056.983366 +215582,1946.627841,1119.789494,923.9109108,1701.677309,2155.297911 +215583,2063.926618,1159.709494,1000.477599,1832.036756,2262.527459 +215584,2143.831418,1144.2997,1061.336246,1922.914283,2331.423955 +215585,2186.975435,1168.914789,1103.364366,1970.251984,2366.587276 +215586,2211.583352,1113.935947,1134.072204,1993.096095,2386.789101 +215587,2227.161519,1162.102042,1157.812835,2004.110124,2399.82623 +215588,2237.796744,1154.164649,1177.091027,2010.386148,2409.525565 +215589,2245.90205,1124.984693,1193.261602,2015.023504,2417.498596 +215590,2252.392782,1170.723132,1207.047543,2019.010798,2424.405014 +215591,2257.681843,1109.641157,1218.879373,2022.544726,2430.513653 +215592,2261.994855,1155.372722,1229.063654,2025.652235,2435.952333 +215593,2265.508664,1145.124202,1237.852855,2028.382495,2440.810339 +215594,2268.363648,1125.106173,1245.461866,2030.809992,2445.160953 +215595,2270.684333,1156.046623,1252.074019,2033.008232,2449.069629 +215596,2272.565215,1113.869424,1257.843635,2035.032858,2452.593454 +215597,2274.08526,1161.323132,1262.90001,2036.921018,2455.782227 +215598,2275.307886,1106.491794,1267.350943,2038.695859,2458.678465 +215599,2276.283995,1160.442846,1271.286792,2040.372785,2461.319433 +215600,2277.053855,1104.435673,1274.78309,2041.962333,2463.737153 +215601,2277.650001,1155.973397,1277.903277,2043.472543,2465.959703 +215602,2278.067232,1105.033593,1280.685074,2044.883861,2467.977182 +215603,2278.355131,1149.581769,1283.185898,2046.223661,2469.839876 +215604,2278.556152,1107.081069,1285.455774,2047.517017,2471.793956 +215605,2278.670955,1142.269811,1287.520287,2048.755893,2473.438595 +215606,2278.705528,1109.780644,1289.40378,2049.937717,2474.982288 +215607,2278.667035,1134.459024,1291.127742,2051.062241,2476.436762 +215608,2278.562386,1112.825433,1292.710702,2052.130288,2477.812332 +215609,2278.397666,1126.531324,1294.168462,2053.142993,2479.117613 +215610,2278.178188,1115.975009,1295.514541,2054.101604,2480.360076 +215611,2277.908312,1119.873202,1296.760404,2055.007145,2481.546062 +215612,2277.580333,1116.773785,1297.912045,2055.77697,2482.681167 +215613,2277.189854,1115.782463,1298.975087,2056.369174,2483.770149 +215614,2276.73821,1114.572575,1299.955925,2056.786839,2484.817115 +215615,2276.229949,1113.206017,1300.861132,2057.052258,2485.825635 +215616,2275.670302,1111.963001,1301.871947,2057.188144,2486.798803 +215617,2275.063958,1110.521062,1302.640183,2057.21095,2487.739262 +215618,2274.414804,1109.226212,1303.347372,2057.131124,2488.649277 +215619,2273.726038,1107.855907,1303.999044,2056.955293,2489.530783 +215620,2273.00035,1106.486264,1304.599342,2056.688074,2490.385457 +215621,2272.240031,1105.105509,1305.151401,2056.333032,2491.214715 +215622,2271.447073,1103.71348,1305.657809,2055.893104,2492.019775 +215623,2270.623207,1102.310326,1306.120846,2055.370744,2492.801666 +215624,2269.769904,1097.96246,1306.54255,2054.767986,2493.561208 +215625,2268.5938,1096.099467,1306.806306,2053.501603,2494.299931 +215626,2267.210065,1094.402566,1306.956306,2051.827795,2495.016482 +215627,2265.772531,1092.747493,1307.052838,2050.088289,2495.711313 +215628,2264.360105,1091.108218,1307.128042,2048.444003,2496.385401 +215629,2262.990634,1089.475041,1307.191075,2046.907458,2497.039517 +215630,2261.656031,1087.842442,1307.241213,2045.432935,2497.674114 +215631,2260.343743,1086.207659,1307.275741,2043.973007,2498.289389 +215632,2259.044172,1084.568802,1307.292658,2042.496509,2498.885424 +215633,2257.751127,1082.925056,1307.290897,2040.986873,2499.462244 +215634,2256.460589,1081.2756,1307.269944,2039.43589,2500.019883 +215635,2255.169643,1079.688546,1307.229532,2037.839075,2500.558394 +215636,2253.875989,1077.924537,1307.169506,2036.193448,2501.077852 +215637,2252.577754,1076.307236,1307.089787,2034.496805,2501.578342 +215638,2251.273442,1074.620811,1306.990373,2032.747552,2502.059993 +215639,2249.961879,1072.939114,1306.871328,2030.944618,2502.522943 +215640,2248.642174,1071.250389,1306.732781,2029.087363,2502.967358 +215641,0,0,0,0,0 +215642,0,0,0,0,0 +215643,0,0,0,0,0 +215644,0,0,0,0,0 +215645,0,0,0,0,0 +215646,0,0,0,0,0 +215647,0,0,0,0,0 +215648,0,0,0,0,0 +215649,0,0,0,0,0 +215650,0,0,0,0,0 +215651,0,0,0,0,0 +215652,0,0,0,0,0 +215653,0,0,0,0,0 +215654,0,0,0,0,0 +215655,0,0,0,0,0 +215656,0,0,0,0,0 +215657,0,0,0,0,0 +215658,0,0,0,0,0 +215659,0,0,0,0,0 +215660,0,0,0,0,0 +215661,0,0,0,0,0 +215662,0,0,0,0,0 +215663,0,0,0,0,0 +215664,0,0,0,0,0 +215665,0,0,0,0,0 +215666,0,0,0,0,0 +215667,0,0,0,0,0 +215668,0,0,0,0,0 +215669,0,0,0,0,0 +215670,0,0,0,0,0 +215671,0,0,0,0,0 +215672,0,0,0,0,0 +215673,0,0,0,0,0 +215674,0,0,0,0,0 +215675,0,0,0,0,0 +215676,0,0,0,0,0 +215677,0,0,0,0,0 +215678,0,0,0,0,0 +215679,0,0,0,0,0 +215680,0,0,0,0,0 +215681,0,0,0,0,0 +215682,0,0,0,0,0 +215683,0,0,0,0,0 +215684,0,0,0,0,0 +215685,0,0,0,0,0 +215686,0,0,0,0,0 +215687,0,0,0,0,0 +215688,0,0,0,0,0 +215689,0,0,0,0,0 +215690,0,0,0,0,0 +215691,0,0,0,0,0 +215692,0,0,0,0,0 +215693,0,0,0,0,0 +215694,0,0,0,0,0 +215695,0,0,0,0,0 +215696,0,0,0,0,0 +215697,0,0,0,0,0 +215698,0,0,0,0,0 +215699,0,0,0,0,0 +215700,0,0,0,0,0 +215701,0,0,0,0,0 +215702,0,0,0,0,0 +215703,0,0,0,0,0 +215704,0,0,0,0,0 +215705,0,0,0,0,0 +215706,0,0,0,0,0 +215707,0,0,0,0,0 +215708,0,0,0,0,0 +215709,0,0,0,0,0 +215710,0,0,0,0,0 +215711,0,0,0,0,0 +215712,0,0,0,0,0 +215713,0,0,0,0,0 +215714,0,0,0,0,0 +215715,0,0,0,0,0 +215716,0,0,0,0,0 +215717,0,0,0,0,0 +215718,0,0,0,0,0 +215719,0,0,0,0,0 +215720,0,0,0,0,0 +215721,0,0,0,0,0 +215722,0,0,0,0,0 +215723,0,0,0,0,0 +215724,0,0,0,0,0 +215725,0,0,0,0,0 +215726,0,0,0,0,0 +215727,0,0,0,0,0 +215728,0,0,0,0,0 +215729,0,0,0,0,0 +215730,0,0,0,0,0 +215731,0,0,0,0,0 +215732,0,0,0,0,0 +215733,0,0,0,0,0 +215734,0,0,0,0,0 +215735,0,0,0,0,0 +215736,0,0,0,0,0 +215737,0,0,0,0,0 +215738,0,0,0,0,0 +215739,0,0,0,0,0 +215740,0,0,0,0,0 +215741,0,0,0,0,0 +215742,0,0,0,0,0 +215743,0,0,0,0,0 +215744,0,0,0,0,0 +215745,0,0,0,0,0 +215746,0,0,0,0,0 +215747,0,0,0,0,0 +215748,0,0,0,0,0 +215749,0,0,0,0,0 +215750,0,0,0,0,0 +215751,0,0,0,0,0 +215752,0,0,0,0,0 +215753,0,0,0,0,0 +215754,0,0,0,0,0 +215755,0,0,0,0,0 +215756,0,0,0,0,0 +215757,0,0,0,0,0 +215758,0,0,0,0,0 +215759,0,0,0,0,0 +215760,0,0,0,0,0 +215761,0,0,0,0,0 +215762,0,0,0,0,0 +215763,0,0,0,0,0 +215764,0,0,0,0,0 +215765,0,0,0,0,0 +215766,0,0,0,0,0 +215767,0,0,0,0,0 +215768,0,0,0,0,0 +215769,0,0,0,0,0 +215770,0,0,0,0,0 +215771,0,0,0,0,0 +215772,0,0,0,0,0 +215773,0,0,0,0,0 +215774,0,0,0,0,0 +215775,0,0,0,0,0 +215776,0,0,0,0,0 +215777,0,0,0,0,0 +215778,0,0,0,0,0 +215779,0,0,0,0,0 +215780,0,0,0,0,0 +215781,0,0,0,0,0 +215782,0,0,0,0,0 +215783,0,0,0,0,0 +215784,0,0,0,0,0 +215785,0,0,0,0,0 +215786,0,0,0,0,0 +215787,0,0,0,0,0 +215788,0,0,0,0,0 +215789,0,0,0,0,0 +215790,0,0,0,0,0 +215791,0,0,0,0,0 +215792,0,0,0,0,0 +215793,0,0,0,0,0 +215794,0,0,0,0,0 +215795,0,0,0,0,0 +215796,0,0,0,0,0 +215797,0,0,0,0,0 +215798,0,0,0,0,0 +215799,0,0,0,0,0 +215800,0,0,0,0,0 +215801,0,0,0,0,0 +215802,0,0,0,0,0 +215803,0,0,0,0,0 +215804,0,0,0,0,0 +215805,0,0,0,0,0 +215806,0,0,0,0,0 +215807,0,0,0,0,0 +215808,0,0,0,0,0 +215809,0,0,0,0,0 +215810,0,0,0,0,0 +215811,0,0,0,0,0 +215812,0,0,0,0,0 +215813,0,0,0,0,0 +215814,0,0,0,0,0 +215815,0,0,0,0,0 +215816,0,0,0,0,0 +215817,0,0,0,0,0 +215818,0,0,0,0,0 +215819,0,0,0,0,0 +215820,0,0,0,0,0 +215821,0,0,0,0,0 +215822,0,0,0,0,0 +215823,0,0,0,0,0 +215824,0,0,0,0,0 +215825,0,0,0,0,0 +215826,0,0,0,0,0 +215827,0,0,0,0,0 +215828,0,0,0,0,0 +215829,0,0,0,0,0 +215830,0,0,0,0,0 +215831,0,0,0,0,0 +215832,0,0,0,0,0 +215833,0,0,0,0,0 +215834,0,0,0,0,0 +215835,0,0,0,0,0 +215836,0,0,0,0,0 +215837,0,0,0,0,0 +215838,0,0,0,0,0 +215839,0,0,0,0,0 +215840,0,0,0,0,0 +215841,0,0,0,0,0 +215842,0,0,0,0,0 +215843,0,0,0,0,0 +215844,0,0,0,0,0 +215845,0,0,0,0,0 +215846,0,0,0,0,0 +215847,0,0,0,0,0 +215848,0,0,0,0,0 +215849,0,0,0,0,0 +215850,0,0,0,0,0 +215851,0,0,0,0,0 +215852,0,0,0,0,0 +215853,0,0,0,0,0 +215854,0,0,0,0,0 +215855,0,0,0,0,0 +215856,0,0,0,0,0 +215857,0,0,0,0,0 +215858,0,0,0,0,0 +215859,0,0,0,0,0 +215860,0,0,0,0,0 +215861,0,0,0,0,0 +215862,0,0,0,0,0 +215863,0,0,0,0,0 +215864,0,0,0,0,0 +215865,0,0,0,0,0 +215866,0,0,0,0,0 +215867,0,0,0,0,0 +215868,0,0,0,0,0 +215869,0,0,0,0,0 +215870,0,0,0,0,0 +215871,0,0,0,0,0 +215872,0,0,0,0,0 +215873,0,0,0,0,0 +215874,0,0,0,0,0 +215875,0,0,0,0,0 +215876,0,0,0,0,0 +215877,0,0,0,0,0 +215878,0,0,0,0,0 +215879,0,0,0,0,0 +215880,0,0,0,0,0 +215881,0,0,0,0,0 +215882,0,0,0,0,0 +215883,0,0,0,0,0 +215884,0,0,0,0,0 +215885,0,0,0,0,0 +215886,0,0,0,0,0 +215887,0,0,0,0,0 +215888,0,0,0,0,0 +215889,0,0,0,0,0 +215890,0,0,0,0,0 +215891,0,0,0,0,0 +215892,0,0,0,0,0 +215893,0,0,0,0,0 +215894,0,0,0,0,0 +215895,0,0,0,0,0 +215896,0,0,0,0,0 +215897,0,0,0,0,0 +215898,0,0,0,0,0 +215899,0,0,0,0,0 +215900,0,0,0,0,0 +215901,0,0,0,0,0 +215902,0,0,0,0,0 +215903,0,0,0,0,0 +215904,0,0,0,0,0 +215905,0,0,0,0,0 +215906,0,0,0,0,0 +215907,0,0,0,0,0 +215908,0,0,0,0,0 +215909,0,0,0,0,0 +215910,0,0,0,0,0 +215911,0,0,0,0,0 +215912,0,0,0,0,0 +215913,0,0,0,0,0 +215914,0,0,0,0,0 +215915,0,0,0,0,0 +215916,0,0,0,0,0 +215917,0,0,0,0,0 +215918,0,0,0,0,0 +215919,0,0,0,0,0 +215920,0,0,0,0,0 +215921,0,0,0,0,0 +215922,0,0,0,0,0 +215923,0,0,0,0,0 +215924,0,0,0,0,0 +215925,0,0,0,0,0 +215926,0,0,0,0,0 +215927,0,0,0,0,0 +215928,0,0,0,0,0 +215929,0,0,0,0,0 +215930,0,0,0,0,0 +215931,0,0,0,0,0 +215932,0,0,0,0,0 +215933,0,0,0,0,0 +215934,0,0,0,0,0 +215935,0,0,0,0,0 +215936,0,0,0,0,0 +215937,0,0,0,0,0 +215938,0,0,0,0,0 +215939,0,0,0,0,0 +215940,0,0,0,0,0 +215941,0,0,0,0,0 +215942,0,0,0,0,0 +215943,0,0,0,0,0 +215944,0,0,0,0,0 +215945,0,0,0,0,0 +215946,0,0,0,0,0 +215947,0,0,0,0,0 +215948,0,0,0,0,0 +215949,0,0,0,0,0 +215950,0,0,0,0,0 +215951,0,0,0,0,0 +215952,0,0,0,0,0 +215953,0,0,0,0,0 +215954,0,0,0,0,0 +215955,0,0,0,0,0 +215956,0,0,0,0,0 +215957,0,0,0,0,0 +215958,0,0,0,0,0 +215959,0,0,0,0,0 +215960,0,0,0,0,0 +215961,0,0,0,0,0 +215962,0,0,0,0,0 +215963,0,0,0,0,0 +215964,0,0,0,0,0 +215965,0,0,0,0,0 +215966,0,0,0,0,0 +215967,0,0,0,0,0 +215968,0,0,0,0,0 +215969,0,0,0,0,0 +215970,0,0,0,0,0 +215971,0,0,0,0,0 +215972,0,0,0,0,0 +215973,0,0,0,0,0 +215974,0,0,0,0,0 +215975,0,0,0,0,0 +215976,0,0,0,0,0 +215977,0,0,0,0,0 +215978,0,0,0,0,0 +215979,0,0,0,0,0 +215980,0,0,0,0,0 +215981,0,0,0,0,0 +215982,0,0,0,0,0 +215983,0,0,0,0,0 +215984,0,0,0,0,0 +215985,0,0,0,0,0 +215986,0,0,0,0,0 +215987,0,0,0,0,0 +215988,0,0,0,0,0 +215989,0,0,0,0,0 +215990,0,0,0,0,0 +215991,0,0,0,0,0 +215992,0,0,0,0,0 +215993,0,0,0,0,0 +215994,0,0,0,0,0 +215995,0,0,0,0,0 +215996,0,0,0,0,0 +215997,0,0,0,0,0 +215998,0,0,0,0,0 +215999,0,0,0,0,0 +216000,0,0,0,0,0 +216001,0,0,0,0,0 +216002,0,0,0,0,0 +216003,0,0,0,0,0 +216004,0,0,0,0,0 +216005,0,0,0,0,0 +216006,0,0,0,0,0 +216007,0,0,0,0,0 +216008,0,0,0,0,0 +216009,0,0,0,0,0 +216010,0,0,0,0,0 +216011,0,0,0,0,0 +216012,0,0,0,0,0 +216013,0,0,0,0,0 +216014,0,0,0,0,0 +216015,0,0,0,0,0 +216016,0,0,0,0,0 +216017,0,0,0,0,0 +216018,0,0,0,0,0 +216019,0,0,0,0,0 +216020,0,0,0,0,0 +216021,0,0,0,0,0 +216022,0,0,0,0,0 +216023,0,0,0,0,0 +216024,0,0,0,0,0 +216025,0,0,0,0,0 +216026,0,0,0,0,0 +216027,0,0,0,0,0 +216028,0,0,0,0,0 +216029,0,0,0,0,0 +216030,0,0,0,0,0 +216031,0,0,0,0,0 +216032,0,0,0,0,0 +216033,0,0,0,0,0 +216034,0,0,0,0,0 +216035,0,0,0,0,0 +216036,0,0,0,0,0 +216037,0,0,0,0,0 +216038,0,0,0,0,0 +216039,0,0,0,0,0 +216040,0,0,0,0,0 +216041,0,0,0,0,0 +216042,0,0,0,0,0 +216043,0,0,0,0,0 +216044,0,0,0,0,0 +216045,0,0,0,0,0 +216046,0,0,0,0,0 +216047,0,0,0,0,0 +216048,0,0,0,0,0 +216049,0,0,0,0,0 +216050,0,0,0,0,0 +216051,0,0,0,0,0 +216052,0,0,0,0,0 +216053,0,0,0,0,0 +216054,0,0,0,0,0 +216055,0,0,0,0,0 +216056,0,0,0,0,0 +216057,0,0,0,0,0 +216058,0,0,0,0,0 +216059,0,0,0,0,0 +216060,0,0,0,0,0 +216061,0,0,0,0,0 +216062,0,0,0,0,0 +216063,0,0,0,0,0 +216064,0,0,0,0,0 +216065,0,0,0,0,0 +216066,0,0,0,0,0 +216067,0,0,0,0,0 +216068,0,0,0,0,0 +216069,0,0,0,0,0 +216070,0,0,0,0,0 +216071,0,0,0,0,0 +216072,0,0,0,0,0 +216073,0,0,0,0,0 +216074,0,0,0,0,0 +216075,0,0,0,0,0 +216076,0,0,0,0,0 +216077,0,0,0,0,0 +216078,0,0,0,0,0 +216079,0,0,0,0,0 +216080,0,0,0,0,0 +216081,0,0,0,0,0 +216082,0,0,0,0,0 +216083,0,0,0,0,0 +216084,0,0,0,0,0 +216085,0,0,0,0,0 +216086,0,0,0,0,0 +216087,0,0,0,0,0 +216088,0,0,0,0,0 +216089,0,0,0,0,0 +216090,0,0,0,0,0 +216091,0,0,0,0,0 +216092,0,0,0,0,0 +216093,0,0,0,0,0 +216094,0,0,0,0,0 +216095,0,0,0,0,0 +216096,0,0,0,0,0 +216097,0,0,0,0,0 +216098,0,0,0,0,0 +216099,0,0,0,0,0 +216100,0,0,0,0,0 +216101,0,0,0,0,0 +216102,0,0,0,0,0 +216103,0,0,0,0,0 +216104,0,0,0,0,0 +216105,0,0,0,0,0 +216106,0,0,0,0,0 +216107,0,0,0,0,0 +216108,0,0,0,0,0 +216109,0,0,0,0,0 +216110,0,0,0,0,0 +216111,0,0,0,0,0 +216112,0,0,0,0,0 +216113,0,0,0,0,0 +216114,0,0,0,0,0 +216115,0,0,0,0,0 +216116,0,0,0,0,0 +216117,0,0,0,0,0 +216118,0,0,0,0,0 +216119,0,0,0,0,0 +216120,0,0,0,0,0 +216121,0,0,0,0,0 +216122,0,0,0,0,0 +216123,0,0,0,0,0 +216124,0,0,0,0,0 +216125,0,0,0,0,0 +216126,0,0,0,0,0 +216127,0,0,0,0,0 +216128,0,0,0,0,0 +216129,0,0,0,0,0 +216130,0,0,0,0,0 +216131,0,0,0,0,0 +216132,0,0,0,0,0 +216133,0,0,0,0,0 +216134,0,0,0,0,0 +216135,0,0,0,0,0 +216136,0,0,0,0,0 +216137,0,0,0,0,0 +216138,0,0,0,0,0 +216139,0,0,0,0,0 +216140,0,0,0,0,0 +216141,0,0,0,0,0 +216142,0,0,0,0,0 +216143,0,0,0,0,0 +216144,0,0,0,0,0 +216145,0,0,0,0,0 +216146,0,0,0,0,0 +216147,0,0,0,0,0 +216148,0,0,0,0,0 +216149,0,0,0,0,0 +216150,0,0,0,0,0 +216151,0,0,0,0,0 +216152,0,0,0,0,0 +216153,0,0,0,0,0 +216154,0,0,0,0,0 +216155,0,0,0,0,0 +216156,0,0,0,0,0 +216157,0,0,0,0,0 +216158,0,0,0,0,0 +216159,0,0,0,0,0 +216160,0,0,0,0,0 +216161,0,0,0,0,0 +216162,0,0,0,0,0 +216163,0,0,0,0,0 +216164,0,0,0,0,0 +216165,0,0,0,0,0 +216166,0,0,0,0,0 +216167,0,0,0,0,0 +216168,0,0,0,0,0 +216169,0,0,0,0,0 +216170,0,0,0,0,0 +216171,0,0,0,0,0 +216172,0,0,0,0,0 +216173,0,0,0,0,0 +216174,0,0,0,0,0 +216175,0,0,0,0,0 +216176,0,0,0,0,0 +216177,0,0,0,0,0 +216178,0,0,0,0,0 +216179,0,0,0,0,0 +216180,0,0,0,0,0 +216181,0,0,0,0,0 +216182,0,0,0,0,0 +216183,0,0,0,0,0 +216184,0,0,0,0,0 +216185,0,0,0,0,0 +216186,0,0,0,0,0 +216187,0,0,0,0,0 +216188,0,0,0,0,0 +216189,0,0,0,0,0 +216190,0,0,0,0,0 +216191,0,0,0,0,0 +216192,0,0,0,0,0 +216193,0,0,0,0,0 +216194,0,0,0,0,0 +216195,0,0,0,0,0 +216196,0,0,0,0,0 +216197,0,0,0,0,0 +216198,0,0,0,0,0 +216199,0,0,0,0,0 +216200,0,0,0,0,0 +216201,0,0,0,0,0 +216202,0,0,0,0,0 +216203,0,0,0,0,0 +216204,0,0,0,0,0 +216205,0,0,0,0,0 +216206,0,0,0,0,0 +216207,0,0,0,0,0 +216208,0,0,0,0,0 +216209,0,0,0,0,0 +216210,0,0,0,0,0 +216211,0,0,0,0,0 +216212,0,0,0,0,0 +216213,0,0,0,0,0 +216214,0,0,0,0,0 +216215,0,0,0,0,0 +216216,0,0,0,0,0 +216217,0,0,0,0,0 +216218,0,0,0,0,0 +216219,0,0,0,0,0 +216220,0,0,0,0,0 +216221,0,0,0,0,0 +216222,0,0,0,0,0 +216223,0,0,0,0,0 +216224,0,0,0,0,0 +216225,0,0,0,0,0 +216226,0,0,0,0,0 +216227,0,0,0,0,0 +216228,0,0,0,0,0 +216229,0,0,0,0,0 +216230,0,0,0,0,0 +216231,0,0,0,0,0 +216232,0,0,0,0,0 +216233,0,0,0,0,0 +216234,0,0,0,0,0 +216235,0,0,0,0,0 +216236,0,0,0,0,0 +216237,0,0,0,0,0 +216238,0,0,0,0,0 +216239,0,0,0,0,0 +216240,0,0,0,0,0 +216241,0,0,0,0,0 +216242,0,0,0,0,0 +216243,0,0,0,0,0 +216244,0,0,0,0,0 +216245,0,0,0,0,0 +216246,0,0,0,0,0 +216247,0,0,0,0,0 +216248,0,0,0,0,0 +216249,0,0,0,0,0 +216250,0,0,0,0,0 +216251,0,0,0,0,0 +216252,0,0,0,0,0 +216253,0,0,0,0,0 +216254,0,0,0,0,0 +216255,0,0,0,0,0 +216256,0,0,0,0,0 +216257,0,0,0,0,0 +216258,0,0,0,0,0 +216259,0,0,0,0,0 +216260,0,0,0,0,0 +216261,0,0,0,0,0 +216262,0,0,0,0,0 +216263,0,0,0,0,0 +216264,0,0,0,0,0 +216265,0,0,0,0,0 +216266,0,0,0,0,0 +216267,0,0,0,0,0 +216268,0,0,0,0,0 +216269,0,0,0,0,0 +216270,0,0,0,0,0 +216271,0,0,0,0,0 +216272,0,0,0,0,0 +216273,0,0,0,0,0 +216274,0,0,0,0,0 +216275,0,0,0,0,0 +216276,0,0,0,0,0 +216277,0,0,0,0,0 +216278,0,0,0,0,0 +216279,0,0,0,0,0 +216280,0,0,0,0,0 +216281,0,0,0,0,0 +216282,0,0,0,0,0 +216283,0,0,0,0,0 +216284,0,0,0,0,0 +216285,0,0,0,0,0 +216286,0,0,0,0,0 +216287,0,0,0,0,0 +216288,0,0,0,0,0 +216289,0,0,0,0,0 +216290,0,0,0,0,0 +216291,0,0,0,0,0 +216292,0,0,0,0,0 +216293,0,0,0,0,0 +216294,0,0,0,0,0 +216295,0,0,0,0,0 +216296,0,0,0,0,0 +216297,0,0,0,0,0 +216298,0,0,0,0,0 +216299,0,0,0,0,0 +216300,0,0,0,0,0 +216301,0,0,0,0,0 +216302,0,0,0,0,0 +216303,0,0,0,0,0 +216304,0,0,0,0,0 +216305,0,0,0,0,0 +216306,0,0,0,0,0 +216307,0,0,0,0,0 +216308,0,0,0,0,0 +216309,0,0,0,0,0 +216310,0,0,0,0,0 +216311,0,0,0,0,0 +216312,0,0,0,0,0 +216313,0,0,0,0,0 +216314,0,0,0,0,0 +216315,0,0,0,0,0 +216316,0,0,0,0,0 +216317,0,0,0,0,0 +216318,0,0,0,0,0 +216319,0,0,0,0,0 +216320,0,0,0,0,0 +216321,0,0,0,0,0 +216322,0,0,0,0,0 +216323,0,0,0,0,0 +216324,0,0,0,0,0 +216325,0,0,0,0,0 +216326,0,0,0,0,0 +216327,0,0,0,0,0 +216328,0,0,0,0,0 +216329,0,0,0,0,0 +216330,0,0,0,0,0 +216331,0,0,0,0,0 +216332,0,0,0,0,0 +216333,0,0,0,0,0 +216334,0,0,0,0,0 +216335,0,0,0,0,0 +216336,0,0,0,0,0 +216337,0,0,0,0,0 +216338,0,0,0,0,0 +216339,0,0,0,0,0 +216340,0,0,0,0,0 +216341,0,0,0,0,0 +216342,0,0,0,0,0 +216343,0,0,0,0,0 +216344,0,0,0,0,0 +216345,0,0,0,0,0 +216346,0,0,0,0,0 +216347,0,0,0,0,0 +216348,0,0,0,0,0 +216349,0,0,0,0,0 +216350,0,0,0,0,0 +216351,0,0,0,0,0 +216352,0,0,0,0,0 +216353,0,0,0,0,0 +216354,0,0,0,0,0 +216355,0,0,0,0,0 +216356,0,0,0,0,0 +216357,0,0,0,0,0 +216358,0,0,0,0,0 +216359,0,0,0,0,0 +216360,0,0,0,0,0 +216361,0,0,0,0,0 +216362,0,0,0,0,0 +216363,0,0,0,0,0 +216364,0,0,0,0,0 +216365,0,0,0,0,0 +216366,0,0,0,0,0 +216367,0,0,0,0,0 +216368,0,0,0,0,0 +216369,0,0,0,0,0 +216370,0,0,0,0,0 +216371,0,0,0,0,0 +216372,0,0,0,0,0 +216373,0,0,0,0,0 +216374,0,0,0,0,0 +216375,0,0,0,0,0 +216376,0,0,0,0,0 +216377,0,0,0,0,0 +216378,0,0,0,0,0 +216379,0,0,0,0,0 +216380,0,0,0,0,0 +216381,0,0,0,0,0 +216382,0,0,0,0,0 +216383,0,0,0,0,0 +216384,0,0,0,0,0 +216385,0,0,0,0,0 +216386,0,0,0,0,0 +216387,0,0,0,0,0 +216388,0,0,0,0,0 +216389,0,0,0,0,0 +216390,0,0,0,0,0 +216391,0,0,0,0,0 +216392,0,0,0,0,0 +216393,0,0,0,0,0 +216394,0,0,0,0,0 +216395,0,0,0,0,0 +216396,0,0,0,0,0 +216397,0,0,0,0,0 +216398,0,0,0,0,0 +216399,0,0,0,0,0 +216400,0,0,0,0,0 +216401,0,0,0,0,0 +216402,0,0,0,0,0 +216403,0,0,0,0,0 +216404,0,0,0,0,0 +216405,0,0,0,0,0 +216406,0,0,0,0,0 +216407,0,0,0,0,0 +216408,0,0,0,0,0 +216409,0,0,0,0,0 +216410,0,0,0,0,0 +216411,0,0,0,0,0 +216412,0,0,0,0,0 +216413,0,0,0,0,0 +216414,0,0,0,0,0 +216415,0,0,0,0,0 +216416,0,0,0,0,0 +216417,0,0,0,0,0 +216418,0,0,0,0,0 +216419,0,0,0,0,0 +216420,0,0,0,0,0 +216421,-245.0489702,343.5746863,2532.87446,-97.75400854,-456.6991666 +216422,200.9948307,292.0067386,667.3483068,104.9080803,353.1835932 +216423,200.7510917,286.1442713,636.4988589,104.4018488,352.162964 +216424,196.1664368,280.6357451,621.7968409,101.8294001,343.269623 +216425,190.5154959,276.4384746,616.2356288,98.83604436,332.0828831 +216426,185.459595,273.4943829,613.9374683,96.22221355,321.5328238 +216427,181.3616747,271.4959827,612.3991402,94.13739209,312.3733194 +216428,178.0846218,270.1889262,611.0885589,92.49149028,304.4679793 +216429,175.4153552,269.4144808,610.0975313,91.16487332,297.5304075 +216430,173.2122974,269.075123,609.5435952,90.07993824,291.3547494 +216431,171.3896265,269.1020701,609.4456156,89.18939236,285.8217924 +216432,169.8878214,269.439497,609.7592472,88.4624508,150.3379313 +216433,168.6706291,270.0396189,610.4235563,87.87589298,203.6178009 +216434,167.7029861,270.8616641,611.383501,87.41028573,198.6993055 +216435,166.9525084,271.871456,612.5948231,87.04896034,193.477331 +216436,166.3911482,273.0406497,614.0221306,86.77772385,194.0937783 +216437,165.9953109,274.3458096,615.636253,86.58465688,194.765584 +216438,165.7451352,275.7674944,617.4124171,86.45978343,195.6794204 +216439,165.6238353,277.2895343,619.3293325,86.39477535,196.4586421 +216440,165.6170824,278.8984245,659.9740391,86.38263927,197.6631694 +216441,165.7126441,337.4994937,763.7724976,86.41750333,198.3536804 +216442,165.9000144,340.1775917,717.2133803,86.49440315,199.8412055 +216443,166.1701879,366.8535067,749.1532429,86.60914231,200.6234521 +216444,166.5153396,368.7995194,763.2500342,86.75812085,202.0120152 +216445,166.9287127,383.2425261,776.5697801,86.93826401,203.0684078 +216446,167.4044126,393.9725435,789.7186623,87.14691524,204.5402099 +216447,167.9373487,404.6003503,802.9325337,87.38179851,205.4889787 +216448,168.5231027,415.1589112,815.8084773,87.64095077,207.2263414 +216449,169.1578711,425.740225,828.484289,87.92268961,208.4365082 +216450,169.8383264,436.086554,841.3034439,88.22554674,209.8683921 +216451,170.5615693,445.8897336,852.0329464,88.5482435,211.1482304 +216452,171.3214541,455.3438408,862.6626454,88.88797394,213.0240483 +216453,172.1132876,464.6426234,873.0577233,89.24261037,214.1801725 +216454,172.9343651,474.0835589,883.0334119,89.61095321,215.9295481 +216455,173.7831513,483.2180525,893.1284512,89.99234135,217.5209001 +216456,174.6585301,492.3599092,902.5181229,90.3862978,218.952838 +216457,175.5595144,501.2642977,912.4728187,90.79239188,220.7879931 +216458,176.4851408,510.4157304,921.5698021,91.21019167,222.2745561 +216459,177.434502,519.2008592,930.5851119,91.63928047,223.9747713 +216460,178.4067243,528.0336482,939.7353328,92.07924882,225.8870338 +216461,179.4010067,536.6519616,948.6216676,92.52971372,227.4462777 +216462,180.4165762,545.6566103,957.0464056,92.9902999,229.029129 +216463,181.4527248,553.7934509,965.7650568,93.46065766,231.011172 +216464,182.5087653,562.6948202,973.637886,93.94044372,232.8259661 +216465,183.5840625,571.0303394,982.3418053,94.42933615,234.2855191 +216466,184.6779967,579.3188112,989.9307277,94.92701872,236.5159951 +216467,185.7899904,588.0582313,998.0352994,95.43319342,238.0146535 +216468,186.919479,595.9781054,1005.472156,95.94756778,239.9071247 +216469,188.0659394,604.1890737,1013.006843,96.46986796,241.818246 +216470,189.228993,612.6117753,1020.533361,96.99988562,243.5588963 +216471,190.4081992,620.5902083,1027.425662,97.53738479,245.5039972 +216472,191.6030301,628.679403,1034.750581,98.08209055,247.2778342 +216473,192.8129868,636.6811636,1041.689342,98.63374193,249.2547494 +216474,194.0375886,649.4115633,1048.422523,99.19208793,251.0587623 +216475,195.2764113,659.7075555,1054.946008,99.75690438,253.0642258 +216476,196.5290327,670.1368643,1061.654585,100.3279693,255.4550404 +216477,197.7950729,680.1816346,1067.598718,100.9050811,255.4235192 +216478,199.0741485,690.7067773,1074.019235,101.4880379,255.4344521 +216479,200.3659097,700.6521969,1080.004951,102.0766539,255.510387 +216480,201.6700028,710.7205123,1085.977663,102.6707428,255.6544659 +216481,203.0533975,1151.26615,2046.492753,103.3007212,255.983343 +216482,223.4297027,1174.946323,2081.119732,112.7089811,291.2007843 +216483,253.7127113,1195.0371,2126.998735,126.5627405,345.5703903 +216484,284.5047466,1212.939651,2102.395781,140.4611225,402.4657597 +216485,311.7861728,1229.300436,2148.500003,152.571416,454.4529984 +216486,335.0743743,1246.219645,2165.207659,162.7311823,500.2247143 +216487,355.0928592,1261.464221,2177.794598,171.3320872,540.6528988 +216488,372.6153107,1276.933277,2194.675051,178.7714548,576.8098678 +216489,388.1821102,1291.91245,2210.243157,185.3226496,609.455717 +216490,402.1428595,1306.636026,2224.891662,191.1604684,639.0806139 +216491,414.7452958,1321.311023,2247.033952,196.4068111,666.036332 +216492,426.1883977,1335.468609,2253.309605,201.157707,690.6157541 +216493,436.6425638,1349.738833,2255.529271,205.4937717,713.0814454 +216494,446.2549016,1363.645419,2287.265339,209.4832235,733.6709101 +216495,455.1509747,1373.748172,2288.276258,213.1831014,752.5964618 +216496,463.5301759,1386.729203,2302.438789,216.7066195,770.0459096 +216497,471.4470059,1399.979107,2322.64101,220.0694069,786.1844688 +216498,478.9296022,1412.802503,2322.107839,223.2697696,801.1572407 +216499,486.0171466,1425.841031,2332.059598,226.3164808,815.0918199 +216500,492.7568692,1438.558783,2356.150772,229.2268981,828.1005287 +216501,499.1949886,1451.20778,2362.700557,232.0201185,840.0243406 +216502,505.3719554,1463.718229,2385.233446,234.7131057,851.0255234 +216503,511.3216807,1476.033722,2357.574012,237.3197716,861.2887651 +216504,517.0723498,1488.374404,2413.660576,239.8513264,870.9435201 +216505,522.6475549,1500.507424,2396.43341,242.3169025,880.0737622 +216506,528.0672036,1512.352165,2417.500831,244.7240458,888.7398955 +216507,533.3481947,1524.350078,2415.353669,247.0790545,896.9917673 +216508,538.5048876,1536.028566,2457.027152,249.3871972,904.8732125 +216509,543.5495272,1547.646009,2439.545438,251.6529008,912.4232055 +216510,548.4925488,1559.126339,2460.788108,253.8798818,919.6759547 +216511,553.3428877,1570.039596,2468.329886,256.0712803,926.6613353 +216512,558.1052453,1580.685025,2477.046371,258.2282608,933.4052243 +216513,562.7842668,1591.32859,2485.458242,260.3521118,939.9301779 +216514,567.3851552,1601.735429,2493.838844,262.4445387,946.255827 +216515,571.9131392,1611.80447,2501.673041,264.5073738,952.39941 +216516,576.3729861,1622.041498,2509.143436,266.5423131,958.375987 +216517,580.7688854,1631.916107,2516.603478,268.5508426,964.1988443 +216518,585.1044663,1641.71913,2523.564632,270.5342375,969.8796298 +216519,589.382902,1651.296373,2530.256439,272.493606,975.4286595 +216520,593.6069844,1660.988007,2536.549325,274.4299201,980.8550152 +216521,597.7791963,1671.628985,2542.918357,276.3440448,986.1667875 +216522,601.9017514,1683.832362,2548.676755,278.2367528,991.3711293 +216523,605.9766418,1689.017247,2554.355189,280.1087429,996.4744566 +216524,610.0056615,1704.225539,2559.687848,281.9606473,1001.482467 +216525,613.9904416,1705.660328,2570.501886,359.8157955,1006.400305 +216526,617.9324668,1725.389333,2567.38371,335.4439334,1011.232565 +216527,640.7761141,1719.69935,2575.231428,349.1294553,1015.983415 +216528,799.0416915,1715.491891,2579.231572,358.7241984,1020.656517 +216529,731.9771247,1751.413099,2583.120201,366.306316,1025.255175 +216530,768.973835,1745.437923,2587.016836,373.7091792,1029.782319 +216531,785.8858467,1756.570287,2590.586744,381.0166357,1034.240549 +216532,800.571071,1764.68595,2593.997703,388.111713,1038.632153 +216533,815.2905741,1772.396486,2596.992058,394.9989543,1042.959268 +216534,829.4185736,1780.162891,2600.101391,402.0400647,1047.223928 +216535,843.6591227,1787.660541,2602.734314,408.7119087,1051.428102 +216536,857.286193,1795.324927,2605.249708,415.3713045,1055.57366 +216537,871.0849614,1802.502199,2607.522163,421.817603,1059.66237 +216538,884.5563453,1809.804607,2609.563758,428.3487619,1063.695869 +216539,897.3864142,1816.909791,2611.437768,434.6095522,1067.675689 +216540,910.5647173,1823.911307,2613.104772,440.84306,1071.603254 +216541,1277.502626,1982.536071,2757.879461,598.8420258,1010.774154 +216542,1381.408266,2032.972273,2804.37398,646.676376,1093.183435 +216543,1317.394576,2004.461524,2820.282968,618.2858488,1117.394268 +216544,1257.624644,1979.052868,2712.473312,591.3158172,2000.371993 +216545,1419.907684,2049.349899,2700.068677,664.5443011,1743.750007 +216546,1358.741019,2027.37661,2697.624522,637.8157305,1748.171971 +216547,1386.321826,2038.859477,2696.180429,650.6679812,1814.391333 +216548,1399.126081,2052.438717,2690.259769,656.9176657,1832.005229 +216549,1411.364841,2044.561491,2684.138912,662.6152585,1848.202729 +216550,1422.657761,2063.369386,2677.794853,668.2558921,1851.67501 +216551,1434.611972,2064.922354,2670.909653,673.6783261,1873.72256 +216552,1445.903588,2072.02884,2663.983429,679.6019774,1879.757594 +216553,1456.509442,2077.854416,2656.94517,684.8261869,1891.762455 +216554,1468.612822,2084.086668,2650.060699,690.2396658,1902.335946 +216555,1479.023861,2089.80258,2643.223656,695.4780007,1912.678016 +216556,1489.810633,2095.296741,2636.184077,700.6611205,1930.537888 +216557,1500.442881,2101.094677,2629.284555,705.7837809,1934.638397 +216558,1511.337429,2107.289941,2623.153785,711.0582583,1927.978019 +216559,1631.597509,2162.831287,2727.543771,765.9224991,2160.954933 +216560,1367.701622,2065.719402,2627.279783,646.7136531,1653.340408 +216561,1730.116105,2192.155081,2739.133826,811.4254075,2318.873686 +216562,1369.756648,2060.002616,2631.978006,648.1879863,1640.23489 +216563,1751.384129,2197.542277,2743.069252,821.3376998,2338.768779 +216564,1386.989301,2067.414579,2632.362237,656.7436045,1654.512554 +216565,1772.406211,2238.805113,2743.404793,831.3068334,2359.009223 +216566,1404.273701,2044.807739,2631.324394,665.0658115,1668.219397 +216567,1792.598794,2252.07767,2743.277339,840.9106768,2378.566879 +216568,1420.788512,2063.291949,2628.527427,673.2123876,1681.293664 +216569,1812.655238,2250.005357,2741.087046,850.0084107,2397.400086 +216570,1437.174202,2079.908327,2625.711918,681.6138366,1694.120707 +216571,1831.707493,2262.841562,2738.678614,858.8762287,2415.639527 +216572,1452.639411,2075.781966,2620.76785,689.0962533,1705.914517 +216573,1850.346548,2287.370872,2735.554683,867.765811,2433.634684 +216574,1467.805065,2065.024467,2616.852851,696.395508,1717.454235 +216575,1868.622952,2302.166077,2733.441064,876.3366729,2450.93826 +216576,1482.408591,2069.0667,2613.733385,703.4834764,1728.475624 +216577,1886.362742,2308.830927,2731.690732,884.6789806,2467.898724 +216578,1496.992725,2080.84348,2611.736458,710.4401876,1739.062835 +216579,1903.600088,2306.043717,2729.999728,892.8023638,2484.115312 +216580,1510.744783,2083.705693,2606.959064,717.0443732,1749.378677 +216581,1920.858364,2320.038777,2727.060444,900.9399785,2500.17521 +216582,1524.407985,2084.01961,2604.701532,723.5290011,1759.083612 +216583,1937.405793,2325.924421,2725.582618,908.6784064,2515.731499 +216584,1534.429529,2082.163038,2599.440389,728.2131978,1765.697013 +216585,1958.697182,2339.726467,2723.649779,918.7378009,2548.70141 +216586,1670.979393,2143.525694,2722.962372,790.6384684,1977.491203 +216587,1786.788251,2256.901396,2717.380128,841.5880235,2214.499933 +216588,1775.057023,2192.931329,2711.082694,837.2477929,2173.081817 +216589,1781.521998,2244.862937,2705.484639,840.0310824,2180.338299 +216590,1788.584537,2196.761291,2701.101902,843.3521878,2185.933468 +216591,1795.356463,2253.127153,2697.84208,846.5141209,2191.282425 +216592,1802.143192,2195.64626,2695.29158,849.6739337,2196.641213 +216593,1808.773283,2257.302872,2693.218565,852.7547954,2202.03834 +216594,1815.541576,2198.016646,2691.381917,855.935808,2207.276506 +216595,1822.147317,2259.760432,2689.722282,858.9014561,2212.317246 +216596,1828.558774,2200.198738,2688.121109,861.9535299,2217.439254 +216597,1835.080502,2261.783202,2686.602894,864.8935641,2222.4196 +216598,1841.386836,2206.630726,2685.072334,867.9063953,2227.338273 +216599,1847.858423,2256.892069,2683.471789,870.8001095,2232.184938 +216600,1854.085215,2222.098222,2681.781471,873.7385097,2236.958864 +216601,1867.428651,2244.844936,2680.003529,879.5234591,2253.006452 +216602,1875.623422,2232.271523,2679.830724,883.2988688,2259.357797 +216603,1882.928807,2248.369855,2677.794981,886.5758775,2265.205243 +216604,1890.246983,2233.854791,2677.806391,890.0052762,2270.610723 +216605,1897.548834,2248.071501,2675.745539,893.1262631,2275.978501 +216606,1904.589198,2239.712813,2674.192311,896.5031551,2280.918547 +216607,1911.39246,2243.267651,2672.731827,899.4733305,2286.061911 +216608,1918.42181,2242.995181,2671.364255,902.7399198,2290.933138 +216609,1925.450735,2243.176337,2670.065819,905.621824,2295.859904 +216610,1932.182262,2243.289405,2668.775101,908.9487293,2300.631872 +216611,1939.062451,2243.324991,2669.012681,911.7863453,2305.465063 +216612,1945.891875,2243.226184,2668.374981,914.8932738,2310.105286 +216613,1952.280252,2243.044732,2667.358285,917.7389878,2314.537565 +216614,1958.89517,2242.757518,2664.539456,920.8155984,2319.004916 +216615,1965.10447,2242.405051,2664.06469,923.5119278,2323.407295 +216616,1971.873933,2241.946508,2662.982613,926.587685,2327.743367 +216617,1978.025397,2241.396316,2660.034796,929.3041464,2332.014842 +216618,1984.573564,2240.772241,2657.857805,932.2377273,2336.232337 +216619,1990.696823,2240.05689,2655.963041,934.9429139,2340.387139 +216620,1997.138899,2239.26337,2655.88459,937.8218635,2344.48693 +216621,2003.172504,2238.36266,2653.249264,940.4378377,2348.529133 +216622,2010.944766,2237.394835,2651.196849,943.3814993,2352.520259 +216623,2016.763007,2236.345179,2651.054295,945.8949275,2356.458109 +216624,2024.876313,2235.182119,2648.303737,948.726266,2360.344095 +216625,2026.745623,2233.981476,2647.925327,951.2870565,2364.263402 +216626,2042.486203,2232.637694,2643.060378,953.9915952,2367.919046 +216627,2033.806975,2231.275255,2639.514161,956.5897333,2371.6541 +216628,2063.352613,2229.771118,2633.669781,959.2698465,2380.633274 +216629,2034.741115,2228.217526,2628.792756,961.8140033,2378.830488 +216630,2049.777334,2226.571134,2624.427579,964.3663817,2374.939718 +216631,2070.740029,2224.705308,2620.311223,966.8794272,2391.08752 +216632,2066.20165,2222.739368,2618.083768,969.4117008,2388.609939 +216633,2066.309066,2195.065594,2613.173739,972.5340929,2393.288717 +216634,2070.231438,2229.571425,2608.927144,974.9523342,2396.747861 +216635,2075.239203,2174.424666,2604.899434,977.4532282,2400.153424 +216636,2079.976551,2229.388576,2601.02539,979.8948181,2403.609318 +216637,2085.097162,2166.454876,2599.050384,982.2722113,2406.802387 +216638,2089.962366,2223.624204,2594.322721,984.5870097,2410.156983 +216639,2094.924906,2179.020283,2591.952749,987.0178054,2413.401481 +216640,2099.735367,2181.768785,2586.892583,989.1950798,2416.602572 +216641,2104.69267,2180.332425,2582.466596,991.6669882,2419.782213 +216642,2109.650122,2192.038327,2578.304743,993.8144129,2430.32209 +216643,2114.446022,2160.819958,2574.373627,996.1797783,2419.41612 +216644,2119.188756,2195.181981,2570.613476,998.3749032,2427.44656 +216645,2124.153508,2163.913717,2566.951983,1000.565685,2434.314058 +216646,2128.85951,2150.397049,2563.426561,1002.786836,2434.269286 +216647,2133.627611,2184.498594,2559.951471,1005.023931,2438.173589 +216648,2138.150793,2152.622625,2556.488395,1007.103097,2440.906978 +216649,2143.178389,2142.91314,2553.107562,1009.350901,2448.721341 +216650,2147.71286,2180.432305,2549.736871,1011.388021,2446.89391 +216651,2152.389238,2114.064347,2546.427719,1013.549703,2441.68571 +216652,2156.924616,2157.933704,2543.183991,1015.633261,2457.195883 +216653,2161.689054,2135.921987,2539.917685,1017.830568,2453.971832 +216654,2166.091865,2134.998214,2536.650079,1019.733081,2474.77349 +216655,2170.737905,2152.379366,2533.425281,1021.923601,2434.958827 +216656,2175.168155,2114.206917,2530.273579,1023.858747,2477.310383 +216657,2179.861877,2111.070515,2527.187642,1025.926384,2474.25673 +216658,2184.078378,2127.44256,2524.130109,1027.923074,2452.37701 +216659,2188.796169,2110.870953,2521.115357,1029.978166,2490.100571 +216660,2193.060983,2109.168206,2518.143723,1031.87381,2457.513587 +216661,2079.895861,2050.927956,2516.39276,980.513807,2266.909016 +216662,2081.525301,2068.195596,2509.872385,981.288734,2264.525577 +216663,2084.242935,2006.802483,2500.696762,982.4434269,2263.481844 +216664,2086.982838,2049.88922,2491.761351,983.6950503,2265.053352 +216665,2090.144618,2025.511476,2483.934634,985.0074115,2266.162362 +216666,2093.138944,2023.203426,2477.329628,986.3528325,2267.375096 +216667,2096.270883,2017.875275,2471.678042,987.71654,2268.664298 +216668,2099.409669,2012.227586,2466.683257,989.0894211,2270.008847 +216669,2102.671142,2006.857631,2462.158269,990.4666215,2271.386129 +216670,2105.669682,2001.18435,2457.985591,991.8451582,2272.788308 +216671,2108.930242,1995.565475,2454.110824,993.1708184,2280.10637 +216672,2112.099069,1989.883911,2450.514614,994.626832,2267.719515 +216673,2115.287419,1984.155635,2447.158368,996.0180878,2279.914366 +216674,2118.563769,1978.379899,2443.986196,997.3173835,2278.086667 +216675,2121.683695,1972.432597,2440.96989,998.7239042,2279.475246 +216676,2124.851967,1966.739944,2439.904759,1000.079783,2281.020402 +216677,2128.116392,1960.739463,2436.202448,1001.44449,2282.398388 +216678,2131.234786,1954.803948,2433.154069,1002.803457,2283.699727 +216679,2134.395871,1966.651956,2430.316251,1004.161325,2285.339683 +216680,2137.657251,1917.179432,2427.666075,1005.515619,2286.526732 +216681,2140.761583,1970.923287,2425.12247,1006.812327,2288.021462 +216682,2143.909054,1896.408874,2422.66754,1008.24139,2291.475214 +216683,2147.155333,1947.387539,2422.106527,1009.54531,2291.783038 +216684,2150.240173,1903.396326,2418.81981,1010.897895,2300.593338 +216685,2153.48343,1917.40423,2416.155748,1012.23396,2278.816235 +216686,2156.534857,1904.2699,2413.691526,1013.568782,2300.44217 +216687,2159.684432,1899.313172,2411.322331,1014.899813,2296.208629 +216688,2162.77373,1892.902798,2409.034722,1016.283593,2297.538705 +216689,2165.858625,1886.529538,2406.803863,1017.523703,2308.473012 +216690,2169.080193,1880.109167,2404.637942,1018.884832,2286.93298 +216691,2172.015978,1873.578374,2402.522086,1020.103931,2309.668346 +216692,2175.047588,1866.889973,2402.242687,1021.459701,2301.075687 +216693,2178.167079,1860.428327,2399.22249,1022.689076,2316.187596 +216694,2180.980801,1853.707047,2396.79923,1023.957195,2290.335397 +216695,2184.047281,1847.041023,2394.560276,1025.213538,2316.473274 +216696,2186.998876,1840.443977,2392.389419,1026.464085,2317.983696 +216697,2189.958557,1833.545384,2390.300094,1027.70989,2294.006335 +216698,2192.909826,1826.861129,2390.266832,1028.949403,2333.945873 +216699,2195.847412,1819.930276,2387.569059,1030.188286,2297.656031 +216700,2198.779887,1813.279699,2385.50652,1031.418452,2328.844796 +216701,2201.701161,1806.365998,2383.617075,1032.646401,2312.050834 +216702,2204.61016,1799.524085,2381.794996,1033.811242,2319.619462 +216703,2207.517388,1792.648673,2380.250631,1035.116828,2320.155994 +216704,2210.412788,1785.648826,2380.764514,1036.288097,2321.450911 +216705,2213.297532,1778.883057,2378.651568,1037.511697,2322.907061 +216706,2216.178499,1771.890582,2377.218963,1038.775469,2324.199592 +216707,2219.049745,1765.075158,2376.036081,1039.891822,2325.781334 +216708,2221.913365,1776.580955,2374.960778,1041.133471,2327.128813 +216709,2224.770745,1724.343872,2373.999769,1042.320505,2328.533247 +216710,2227.619821,1774.687958,2373.083712,1043.512728,2329.974282 +216711,2230.463084,1708.752844,2372.189593,1044.701998,2331.344134 +216712,2233.299866,1742.358927,2373.106686,1045.886845,2332.656917 +216713,2236.129482,1720.347863,2371.238313,1047.071768,2334.213727 +216714,2238.858047,1716.118453,2369.955928,1048.208472,2335.383823 +216715,2241.878979,1709.109097,2368.882108,1049.418384,2342.644287 +216716,2244.836514,1702.251786,2367.985647,1050.554808,2329.471315 +216717,2251.493775,1695.053161,2367.060832,1051.759756,2349.198482 +216718,2243.345086,1688.20587,2368.086986,1052.8908,2337.623166 +216719,2274.088222,1681.121532,2366.238017,1054.092922,2343.019668 +216720,2228.273555,1674.251028,2366.760786,1055.218587,2344.157137 +216721,2030.244245,1556.881642,2364.74777,947.1443364,1890.343506 +216722,2011.288429,1546.932677,2351.04292,945.520981,1912.983998 +216723,2012.687538,1537.939969,2331.987119,944.7567262,1895.36881 +216724,2012.11418,1529.261824,2314.004098,944.321251,1895.038341 +216725,2011.881099,1520.797567,2299.373923,944.069425,1892.522766 +216726,2011.917723,1512.490373,2289.794833,943.9379055,1890.365018 +216727,2012.124744,1504.290154,2279.902066,943.8909197,1888.498273 +216728,2012.463172,1496.183578,2272.213323,943.8969333,1886.838618 +216729,2012.894933,1488.055842,2265.82195,943.9476471,1885.332261 +216730,2013.407266,1480.220049,2260.350794,944.0327175,1883.94983 +216731,2013.991193,1472.350611,2257.379074,944.1465241,1882.671911 +216732,2014.633267,1464.394978,2252.228832,944.2903457,1881.48229 +216733,2015.339315,1456.588884,2248.058495,944.4546238,1880.373932 +216734,2016.097477,1448.986784,2244.378958,944.6431549,1879.335989 +216735,2016.908638,1441.272111,2241.050248,944.7985267,1878.36358 +216736,2017.769997,1433.692235,2237.989577,945.1076903,1877.534542 +216737,2018.680266,1426.159761,2235.136581,945.3179187,1876.549431 +216738,2019.638076,1418.696386,2232.448666,945.5932586,1875.807552 +216739,2020.756718,1411.294822,2229.896118,945.8783867,1875.040679 +216740,2021.635512,1403.960159,2227.457297,946.1807726,1874.333439 +216741,2022.813878,1396.606034,2225.115497,946.500096,1873.671717 +216742,2023.822991,1389.528172,2222.858086,946.8899635,1873.052695 +216743,2025.181139,1384.565878,2220.670586,947.1614598,1872.475054 +216744,2026.323895,1379.469036,2218.538165,947.5675077,1871.936722 +216745,2027.603466,1374.015076,2216.454645,947.9421309,1871.436682 +216746,2028.901199,1368.782345,2214.419145,948.3398855,1870.973111 +216747,2030.233508,1363.727934,2212.42631,948.7525092,1873.108576 +216748,2031.59855,1358.56185,2210.481898,949.1794851,1867.162216 +216749,2032.996262,1353.523268,2208.571063,949.6205784,1879.172167 +216750,2034.425339,1348.532318,2206.713411,950.0753909,1856.096026 +216751,2035.835104,1343.572448,2206.703554,950.5160619,1875.559547 +216752,2037.260492,1338.706332,2203.973473,950.967075,1882.379001 +216753,2038.712858,1333.959919,2201.851499,951.4248969,1845.865909 +216754,2040.187525,1352.846874,2199.894389,951.8945646,1879.429893 +216755,2041.8036,1289.036274,2198.07364,952.3743692,1865.837137 +216756,2043.149735,1336.697647,2196.369136,952.8643852,1868.095348 +216757,2044.78012,1324.774762,2194.645446,953.3648325,1868.045707 +216758,2046.331076,1291.098588,2192.985007,953.8752803,1867.817051 +216759,2047.921161,1332.493959,2191.370941,954.3402704,1867.80218 +216760,2049.535285,1274.585791,2191.599085,954.9508335,1867.736479 +216761,2051.163398,1323.390708,2189.144231,955.4535817,1867.696563 +216762,2052.818739,1270.363582,2187.266674,956.0085848,1867.690511 +216763,2054.489911,1306.419823,2185.569826,956.5665014,1867.700731 +216764,2056.180685,1271.932138,2183.971267,957.1324237,1867.733359 +216765,2057.770097,1286.549454,2182.453587,957.7068155,1867.786792 +216766,2059.676742,1276.116557,2180.980259,958.2894204,1867.948276 +216767,2061.334336,1273.518104,2179.544539,958.8800616,1867.903562 +216768,2063.112847,1269.822294,2178.148748,959.4783889,1867.994214 +216769,2064.889412,1266.138715,2178.584118,960.0828231,1868.248773 +216770,2066.798383,1262.741298,2176.332658,960.6987325,1868.32668 +216771,2068.425138,1259.266078,2174.657082,961.3171083,1868.509911 +216772,2070.330398,1255.956107,2173.156125,961.9445169,1868.692582 +216773,2072.145726,1252.732925,2171.756144,962.6344049,1868.89243 +216774,2073.991082,1249.718028,2170.425475,963.1902034,1869.108338 +216775,2075.849828,1246.93463,2169.143479,964.2498373,1869.340453 +216776,2077.720678,1244.236608,2167.896857,965.2897109,1869.675659 +216777,2079.604737,1241.597326,2168.478757,966.4205785,1869.806043 +216778,2081.495758,1239.090651,2166.369217,967.7069813,1870.143285 +216779,2083.402077,1236.441538,2164.832782,969.0079782,1870.427298 +216780,2085.316177,1234.002422,2163.468072,970.4616572,1870.733413 +216781,2322.737593,1338.361326,2165.808872,1078.784604,2313.098751 +216782,2329.216132,1337.808817,2184.206218,1082.229337,2295.720087 +216783,2333.982661,1336.852416,2207.543883,1085.391386,2308.698947 +216784,2338.419662,1335.892608,2227.678454,1106.922787,2312.19837 +216785,2342.617464,1334.474239,2242.850037,1064.065091,2314.974048 +216786,2346.639382,1333.24163,2253.613481,1106.365679,2317.596117 +216787,2350.539912,1356.342616,2261.200731,1094.260159,2320.781813 +216788,2354.353064,1294.26071,2267.05055,1099.568609,2323.443613 +216789,2358.098783,1346.777909,2271.448721,1102.485849,2325.91323 +216790,2361.791144,1340.984222,2276.583636,1105.491689,2328.582185 +216791,2365.43078,1302.849091,2280.119462,1108.482342,2330.854967 +216792,2371.347584,1335.073012,2281.100288,1111.532286,2333.123738 +216793,2373.236145,1338.254458,2282.446331,1114.637319,2335.559922 +216794,2377.708978,1298.660987,2285.585044,1117.794875,2338.545686 +216795,2384.126241,1355.704128,2286.082697,1121.069595,2344.857285 +216796,2375.513843,1283.514401,2288.657375,1124.239816,2335.528486 +216797,2385.784071,1359.516289,2288.624404,1127.539198,2351.395403 +216798,2391.807555,1277.740277,2289.374848,1131.007785,2345.203168 +216799,2392.436543,1356.297472,2291.897947,1134.396211,2348.814947 +216800,2396.550402,1277.604877,2293.442473,1137.8976,2351.047713 +216801,2400.027975,1350.219738,2292.923047,1141.448002,2352.811513 +216802,2403.105886,1278.972051,2293.209225,1145.125029,2354.956288 +216803,2406.480023,1342.679108,2295.502122,1148.692711,2357.250937 +216804,2409.688829,1282.078733,2295.377285,1152.464786,2363.440578 +216805,2412.921477,1335.00403,2295.878983,1156.24329,2359.518821 +216806,2416.136656,1284.583925,2296.408797,1160.088746,2362.41781 +216807,2419.355239,1326.93176,2298.716464,1163.997233,2365.362543 +216808,2422.55853,1288.330885,2300.138093,1167.963676,2366.734173 +216809,2425.760965,1318.785492,2299.611392,1171.992558,2372.914768 +216810,2428.967036,1291.58296,2299.725066,1176.082328,2369.22688 +216811,2432.11668,1311.412272,2300.237579,1180.196904,2371.343937 +216812,2435.342681,1294.16911,2300.695328,1184.364733,2373.743537 +216813,2438.412683,1303.534539,2303.164731,1188.59252,2381.149517 +216814,2441.654089,1297.946854,2302.854304,1192.875665,2371.442565 +216815,2444.654015,1298.421548,2304.689174,1197.294494,2383.136344 +216816,2447.789313,1297.05529,2304.193144,1201.588819,2380.429225 +216817,2450.96003,1296.106932,2304.460919,1206.107317,2385.439662 +216818,2453.990316,1295.11328,2304.926605,1210.621303,2383.541162 +216819,2459.011601,1294.133059,2305.474469,1215.13579,2388.224784 +216820,2460.659476,1293.167322,2306.040218,1219.889842,2386.547799 +216821,2468.724871,1292.216695,2306.440692,1224.619569,2385.970958 +216822,2457.458236,1291.280767,2306.693209,1229.289349,2386.280393 +216823,2471.962185,1290.360034,2306.834404,1234.173124,2384.634969 +216824,2472.841376,1289.454448,2306.765371,1239.05366,2382.153015 +216825,2475.338944,1288.564325,2306.464094,1244.006913,2379.554827 +216826,2478.721527,1287.689415,2305.981745,1249.022008,2376.905411 +216827,2481.900233,1286.83009,2305.369056,1254.170128,2374.246859 +216828,2484.996765,1285.98613,2304.668523,1259.125806,2371.606591 +216829,2488.092683,1285.156576,2305.660053,1264.489794,2371.145926 +216830,2491.319264,1284.346282,2303.989625,1269.685725,2367.531398 +216831,2494.196818,1283.547619,2302.826284,1275.097894,2364.612425 +216832,2506.456704,1282.766455,2301.775721,1280.364487,2361.886795 +216833,2486.978375,1282.000482,2300.81376,1285.867355,2359.319266 +216834,2509.986299,1281.24996,2299.9118,1291.362251,2356.873569 +216835,2505.31987,1280.515196,2299.018662,1296.854094,2354.485329 +216836,2509.85375,1279.795905,2298.141681,1302.673834,2352.160119 +216837,2512.79409,1279.090965,2299.035905,1308.193293,2352.045982 +216838,2523.704739,1278.40514,2297.299822,1314.009202,2348.761803 +216839,2507.601631,1277.730689,2296.122305,1319.809529,2346.190169 +216840,2527.751115,1277.073385,2295.108478,1325.760095,2343.834311 +216841,2594.377818,1310.97277,2295.658782,1354.143931,2344.276217 +216842,2548.838512,1283.806529,2298.189459,1361.591966,2347.678718 +216843,2613.021051,1324.454399,2301.944812,1368.142916,2352.951235 +216844,2576.417746,1272.695737,2305.704341,1374.8903,2358.412084 +216845,2594.466237,1335.795611,2308.641369,1388.970906,2362.932158 +216846,2596.570243,1262.954442,2312.872736,1379.336481,2369.038964 +216847,2600.040846,1316.415984,2314.256369,1396.735494,2371.627803 +216848,2603.943497,1308.384136,2315.888132,1401.832145,2374.453977 +216849,2607.712908,1284.496108,2317.537168,1407.784545,2377.214511 +216850,2611.427193,1321.298262,2320.881589,1414.719839,2381.969727 +216851,2615.006803,1273.524819,2321.51434,1421.527221,2383.33275 +216852,2618.822292,1335.206586,2322.801603,1428.385736,2385.183903 +216853,2622.290582,1260.8822,2324.011282,1435.065063,2387.105319 +216854,2625.822695,1315.955424,2325.280217,1441.89966,2389.028232 +216855,2629.58719,1307.859409,2326.477089,1448.906265,2390.795929 +216856,2633.046166,1282.412903,2327.671456,1455.86349,2392.499839 +216857,2636.569607,1322.510563,2328.845759,1462.704341,2394.124705 +216858,2640.087038,1269.945573,2330.007451,1469.775598,2395.685661 +216859,2643.580009,1335.624681,2332.834695,1476.803801,2399.255224 +216860,2646.989615,1259.20168,2332.987479,1483.875953,2399.511963 +216861,2650.493755,1315.161399,2335.42371,1491.081364,2402.542935 +216862,2653.892948,1306.138212,2335.28145,1498.086692,2402.373311 +216863,2657.26116,1282.631938,2335.771859,1510.602185,2402.94102 +216864,2660.530044,1319.85095,2336.488308,1510.157254,2403.744982 +216865,2664.133009,1270.647778,2339.066474,1515.547379,2406.811939 +216866,2667.316257,1333.535215,2339.008597,1530.15007,2406.629507 +216867,2678.768568,1258.341312,2339.642372,1539.998803,2407.281489 +216868,2683.311414,1312.996827,2340.566239,1549.358758,2408.375506 +216869,2687.095842,1303.381457,2341.477866,1557.476084,2409.512055 +216870,2690.800062,1281.58075,2342.363922,1565.265099,2410.625705 +216871,2694.252151,1316.048582,2343.207132,1581.439972,2411.666904 +216872,2697.54972,1270.718113,2344.046936,1569.502334,2412.684509 +216873,2701.035419,1327.668171,2344.850763,1592.820814,2413.646237 +216874,2704.353491,1260.457263,2347.331301,1595.687669,2416.670956 +216875,2707.389068,1332.828697,2347.102131,1603.767323,2416.369841 +216876,2710.748577,1256.407866,2347.407883,1619.36486,2416.722174 +216877,2722.038758,1333.592651,2349.7212,1607.747079,2419.537277 +216878,2705.076382,1255.683402,2351.035607,1632.54877,2421.131034 +216879,2733.226234,1332.920723,2350.256375,1635.528369,2420.153016 +216880,2710.601179,1255.323555,2350.224479,1654.707945,2420.080284 +216881,2738.676785,1332.355454,2350.525712,1628.90107,2420.39811 +216882,2725.274006,1254.756696,2351.125227,1683.462463,2421.07473 +216883,2732.937461,1330.75548,2353.355116,1658.857327,2423.768014 +216884,2735.710993,1255.830464,2354.630201,1657.255135,2425.310965 +216885,2737.921622,1328.674358,2354.113678,1706.424212,2424.87051 +216886,2741.222761,1256.595286,2354.401154,1677.017081,2425.202546 +216887,2743.825773,1326.889455,2354.856958,1702.241824,2425.727719 +216888,2746.732304,1257.196099,2355.620746,1704.046966,2426.629649 +216889,2749.377462,1324.873115,2356.607166,1713.122285,2427.814529 +216890,2752.190991,1258.186017,2357.720701,1720.627406,2429.171365 +216891,2754.828417,1322.070548,2358.948857,1732.482552,2430.686648 +216892,2757.568744,1260.07061,2360.313451,1743.548323,2432.38661 +216893,2760.151179,1318.212378,2361.751098,1753.498858,2434.19177 +216894,2762.976465,1262.973053,2365.073671,1764.092951,2438.115848 +216895,2765.222809,1313.022294,2365.532648,1774.33029,2438.771897 +216896,2768.019419,1267.25986,2366.630464,1790.225217,2440.228262 +216897,2770.597433,1306.411111,2369.585306,1792.843158,2443.982072 +216898,2773.03594,1272.837185,2371.569327,1806.392303,2446.541446 +216899,2775.337207,1299.827353,2371.525849,1816.121841,2446.591353 +216900,2778.133847,1277.655811,2373.958808,1826.469941,2449.698204 +216901,2698.152259,1258.034311,2374.043848,1804.778489,2449.857444 +216902,2707.463444,1252.405297,2368.331496,1812.724221,2441.881358 +216903,2705.730515,1252.650701,2361.081012,1823.378685,2431.295822 +216904,2708.04992,1252.086333,2353.668865,1833.431133,2420.164055 +216905,2709.930747,1251.51874,2349.244741,1843.274684,2412.633815 +216906,2711.823467,1250.957247,2346.853231,1853.469117,2407.678793 +216907,2713.534501,1250.399234,2345.733224,1863.455105,2404.451065 +216908,2715.378186,1249.843255,2345.359235,1873.288986,2402.343289 +216909,2717.07921,1249.289074,2345.426237,1883.49031,2400.98634 +216910,2718.88967,1248.735233,2345.863763,1898.499704,2400.283264 +216911,2720.544731,1248.181961,2346.480283,1901.567084,2399.980331 +216912,2722.354767,1247.626496,2348.76502,1914.081806,2401.908931 +216913,2723.888069,1247.075097,2348.50241,1923.551695,2400.833094 +216914,2725.757623,1246.515776,2350.549173,1933.743152,2402.743878 +216915,2727.194364,1245.962786,2350.22403,1943.187786,2401.821424 +216916,2728.97937,1245.402261,2350.704075,1958.171087,2401.979871 +216917,2730.504348,1244.916549,2351.475173,1961.484669,2402.568032 +216918,2732.181268,1244.248,2352.273285,1972.836107,2403.255978 +216919,2733.686532,1243.736611,2353.13637,1982.94237,2404.087962 +216920,2735.314722,1243.160009,2355.995474,1997.780357,2407.24691 +216921,2736.755423,1242.595863,2356.08272,2000.73219,2407.270253 +216922,2738.333805,1242.025739,2358.214162,2012.38904,2409.911519 +216923,2739.822837,1241.4576,2359.562491,2021.853442,2411.612076 +216924,2741.166303,1240.886719,2359.128336,2035.070245,2411.103458 +216925,2742.628569,1240.241021,2359.708408,2039.743242,2411.660858 +216926,2744.171392,1239.769485,2361.962076,2054.214018,2414.654905 +216927,2745.41234,1239.14436,2363.640243,2059.320607,2416.675163 +216928,2746.694597,1238.577863,2363.284483,2074.842942,2416.380549 +216929,2748.226319,1238.067519,2363.322881,2077.269063,2417.081363 +216930,2749.270354,1237.382367,2363.831522,2082.429145,2417.828267 +216931,2750.496807,1236.788485,2364.26708,2086.795322,2418.344688 +216932,2751.549948,1236.119767,2364.328362,2089.663388,2418.573541 +216933,2752.574638,1235.453907,2364.116944,2092.860645,2418.475804 +216934,2753.567853,1234.781605,2363.678359,2096.329546,2418.105459 +216935,2754.528964,1234.104223,2363.083382,2099.994168,2417.548564 +216936,2755.45746,1233.421602,2362.38786,2103.781636,2416.874722 +216937,2756.355836,1232.734676,2361.630527,2107.642084,2416.134004 +216938,2757.223279,1232.043043,2360.837042,2111.547561,2415.360945 +216939,2758.13127,1231.346225,2361.832901,2117.31479,2416.639669 +216940,2758.651698,1230.648695,2360.12316,2120.209038,2414.772217 +216941,2759.736835,1229.943381,2358.749659,2123.730959,2413.583107 +216942,2760.367327,1229.235805,2357.7428,2127.502967,2412.611824 +216943,2761.103943,1228.524207,2356.824246,2131.408936,2411.756819 +216944,2761.800591,1227.808617,2355.95392,2135.377545,2410.977675 +216945,2762.465186,1227.089687,2355.11032,2139.367822,2410.252916 +216946,2763.101498,1226.36693,2354.28192,2143.360741,2409.569207 +216947,2763.780889,1225.639702,2355.263929,2149.184879,2410.978922 +216948,2764.226483,1224.9125,2353.376155,2152.102081,2409.262601 +216949,2764.935359,1224.176803,2354.024906,2157.459079,2410.288442 +216950,2765.306721,1223.443205,2351.949147,2160.329381,2408.372393 +216951,2765.890786,1222.701956,2350.687519,2163.718921,2407.225402 +216952,2766.419897,1221.957923,2351.434199,2169.227359,2408.402426 +216953,2766.726684,1221.214256,2349.416005,2171.98979,2406.56674 +216954,2767.308288,1220.461826,2349.978314,2177.261709,2407.537393 +216955,2767.601429,1219.712352,2347.863669,2179.892056,2405.60333 +216956,2767.972568,1218.954945,2346.571929,2183.257981,2404.460616 +216957,2768.349224,1218.196798,2345.498025,2186.918637,2403.591843 +216958,2768.64476,1217.434946,2344.535662,2190.718652,2402.869303 +216959,2769.024172,1216.66917,2345.228123,2196.417836,2404.297409 +216960,2769.21931,1215.902775,2345.288059,2201.053473,2404.68487 +216961,2618.708241,1148.941503,2343.845007,2203.838723,2404.040329 +216962,2613.512442,1147.503082,2331.990737,2196.483192,2387.800627 +216963,2614.458643,1146.338462,2317.068699,2188.224109,2367.058097 +216964,2613.635786,1145.219845,2304.096283,2183.310672,2348.156993 +216965,2612.908793,1144.130148,2294.468459,2182.228681,2333.043307 +216966,2612.309412,1143.053166,2287.559778,2183.817738,2321.407208 +216967,2611.699925,1141.984225,2282.519666,2186.791266,2312.346239 +216968,2611.076167,1140.920928,2278.47291,2190.308603,2305.083938 +216969,2610.476933,1139.860951,2277.060327,2195.8309,2301.182328 +216970,2609.767253,1138.807102,2273.613129,2198.441902,2295.105211 +216971,2609.149942,1137.751914,2271.07717,2201.645394,2290.254444 +216972,2608.456322,1136.699501,2268.982922,2205.062256,2286.429972 +216973,2607.771339,1135.646254,2268.852667,2210.444058,2285.287764 +216974,2606.979308,1134.596278,2266.360838,2212.934366,2281.468093 +216975,2606.230845,1133.542718,2264.540816,2216.024875,2278.679144 +216976,2605.415508,1132.490314,2262.980881,2219.319439,2276.380272 +216977,2604.571171,1131.436886,2261.575622,2222.71058,2274.422937 +216978,2603.780437,1130.382592,2260.27178,2226.134572,2272.727417 +216979,2603.019502,1129.261629,2259.036925,2229.555689,2271.239985 +216980,2602.246372,1128.302148,2257.850486,2232.958445,2269.921367 +216981,2601.47616,1127.196558,2258.371613,2238.383324,2270.810948 +216982,2600.602705,1126.151434,2256.354144,2240.644951,2268.662736 +216983,2599.78939,1125.089409,2254.887427,2243.487387,2267.264683 +216984,2598.904473,1124.028602,2253.596298,2246.545156,2266.134502 +216985,2598.001119,1122.965673,2252.398784,2249.717665,2265.16564 +216986,2597.068943,1121.901204,2251.256619,2252.936857,2264.309356 +216987,2596.10744,1120.900376,2250.146391,2256.159403,2263.534544 +216988,2595.287464,1119.735688,2250.728824,2261.224876,2264.892015 +216989,2593.998459,1118.714932,2248.75648,2263.337267,2263.142969 +216990,2593.085379,1117.632479,2247.322659,2266.035009,2262.086297 +216991,2591.753248,1116.473215,2246.054749,2268.942435,2261.248644 +216992,2590.36483,1115.293155,2244.859344,2272.091733,2260.526083 +216993,2588.944604,1114.100586,2245.368184,2276.828929,2261.947848 +216994,2587.413946,1112.902883,2243.321732,2278.585006,2260.267742 +216995,2585.915715,1111.693372,2241.808329,2280.878178,2259.280168 +216996,2583.536107,1110.478586,2240.458459,2283.350875,2258.51506 +216997,2571.902404,1105.802299,2239.231392,2285.950765,2257.920861 +216998,2589.061827,1104.012211,2237.740787,2289.21369,2257.499302 +216999,2571.460504,1102.453812,2236.065423,2292.474359,2257.164348 +217000,2546.00124,1100.961302,2234.387857,2295.807401,2256.890655 +217001,2608.87045,1099.498384,2232.993056,2298.801455,2256.901497 +217002,2527.036932,1098.051434,2231.7822,2302.041254,2257.048589 +217003,2606.591575,1096.613174,2230.570047,2305.177225,2257.119002 +217004,2523.434152,1095.17978,2229.315803,2307.964942,2257.082434 +217005,2602.491907,1093.749102,2228.01031,2310.775072,2256.940847 +217006,2541.944721,1092.319943,2226.638555,2313.257783,2256.683182 +217007,2557.903513,1090.89145,2225.152206,2315.542518,2256.254268 +217008,2560.277468,1089.462849,2223.612599,2317.718946,2255.73308 +217009,2534.935817,1088.097223,2222.160636,2319.952175,2255.297294 +217010,2579.983605,1086.574706,2220.748915,2322.185006,2254.893427 +217011,2528.257686,1085.188935,2219.38374,2324.417596,2254.53422 +217012,2558.009459,1083.747675,2218.096436,2326.680349,2254.26243 +217013,2522.884822,1082.314379,2216.864994,2329.155562,2254.054188 +217014,2561.341365,1080.879462,2215.627645,2331.351818,2253.835494 +217015,2521.883713,1079.442846,2214.390348,2333.484301,2253.614678 +217016,2567.958504,1077.941074,2213.134966,2335.548241,2253.369578 +217017,2495.074119,1076.592598,2211.935215,2337.634395,2253.191339 +217018,2553.469886,1075.10466,2210.776322,2339.725408,2253.062457 +217019,2538.831251,1073.666788,2211.242113,2343.588049,2254.944114 +217020,2499.464301,1072.221206,2209.021595,2344.537635,2253.756485 +217021,1921.8434,1070.938474,946.6145847,1725.490561,2151.22328 +217022,2016.551531,1201.815935,1001.744711,1825.071518,2234.511429 +217023,2111.307408,1204.950382,1063.570448,1930.660292,2309.805979 +217024,2173.944289,1204.863793,1111.710187,2001.560917,2352.161564 +217025,2215.547243,1205.534107,1148.577369,2043.864582,2378.356357 +217026,2243.664706,1205.105951,1177.1802,2067.534181,2396.50727 +217027,2263.811508,1204.419002,1200.033084,2081.242398,2409.945423 +217028,2279.118367,1203.679161,1218.88213,2090.003669,2420.797231 +217029,2291.298796,1202.896551,1234.793547,2096.653757,2430.04765 +217030,2301.203275,1202.003173,1248.375066,2102.190667,2438.125328 +217031,2309.352537,1201.276452,1260.04008,2106.97908,2445.285874 +217032,2316.10161,1200.360328,1270.098952,2111.185042,2451.687749 +217033,2321.694896,1199.502548,1278.792006,2114.913283,2457.414803 +217034,2326.340646,1198.602998,1286.327928,2118.270025,2462.546444 +217035,2330.211055,1197.717572,1292.884449,2121.345511,2467.153819 +217036,2333.449542,1196.831724,1298.613647,2124.209885,2471.504153 +217037,2336.172102,1195.947013,1303.817987,2126.911779,2475.257295 +217038,2338.471393,1195.062471,1308.25077,2129.483139,2478.661521 +217039,2340.391532,1194.180631,1312.16402,2131.920675,2481.730923 +217040,2342.019517,1193.30002,1315.64713,2134.262276,2484.534543 +217041,2343.426429,1192.42249,1318.774498,2136.537822,2487.131103 +217042,2344.63739,1191.546179,1321.592076,2138.743476,2489.535361 +217043,2345.677883,1190.672518,1324.141049,2140.879862,2491.766636 +217044,2346.567535,1189.799491,1326.457143,2142.949424,2493.844453 +217045,2347.330075,1188.928232,1328.570826,2144.95506,2495.786745 +217046,2347.983177,1188.056686,1330.507981,2147.082833,2497.609585 +217047,2348.536221,1187.185789,1332.290454,2148.951911,2499.326955 +217048,2349.003759,1186.29903,1333.936731,2150.760138,2500.951057 +217049,2349.390634,1185.421969,1335.460992,2152.513097,2502.489661 +217050,2349.708222,1184.545897,1336.876883,2154.215305,2503.952716 +217051,2349.960617,1183.596864,1338.196422,2155.868842,2505.349467 +217052,2350.143531,1182.704691,1339.426768,2157.401093,2506.68749 +217053,2350.255787,1181.615737,1340.574175,2158.761597,2507.972825 +217054,2350.300523,1180.685464,1341.645061,2159.954655,2509.210476 +217055,2350.283047,1179.605343,1342.645695,2160.995017,2510.40469 +217056,2350.20895,1178.715026,1343.581809,2161.910222,2511.55916 +217057,2350.083182,1177.650835,1344.458424,2162.711317,2512.677061 +217058,2349.909907,1176.645798,1345.279894,2163.409365,2513.761148 +217059,2349.69259,1175.620894,1346.049986,2164.013042,2514.813772 +217060,2349.43418,1174.587574,1346.771999,2164.528116,2515.836968 +217061,2349.137191,1173.546153,1347.448822,2164.958317,2516.832451 +217062,2348.803836,1172.496243,1348.083019,2165.306315,2517.801718 +217063,2348.43604,1171.438019,1348.676863,2165.574258,2518.74603 +217064,2348.035519,1170.371153,1349.232388,2165.764019,2519.666482 +217065,2347.603791,1169.296016,1349.751416,2165.877261,2520.564001 +217066,2347.142238,1168.211706,1350.235594,2165.915476,2521.439397 +217067,2346.652089,1167.11926,1350.686412,2165.879996,2522.293354 +217068,2346.134477,1166.017871,1351.105233,2165.772031,2523.126478 +217069,2345.590429,1164.907963,1351.4933,2165.592678,2523.939278 +217070,2345.020902,1163.789268,1351.851761,2165.342959,2524.732215 +217071,2344.426765,1162.662046,1352.181673,2165.023817,2525.505676 +217072,2343.808852,1161.526079,1352.484023,2164.636144,2526.26002 +217073,2343.16792,1160.381643,1352.759725,2164.180776,2526.995547 +217074,2342.504709,1159.228539,1353.00964,2163.658511,2527.712544 +217075,2341.819885,1158.067058,1353.23457,2163.070099,2528.411253 +217076,2341.114094,1156.823215,1353.435279,2162.416266,2529.091909 +217077,2340.387946,1155.754965,1353.61248,2161.697699,2529.754717 +217078,2339.642499,1177.644714,1353.767092,2160.915454,2530.400397 +217079,2338.87715,1118.445792,1353.899189,2160.069209,2531.027873 +217080,2338.092701,1169.63253,1354.009516,2159.159812,2531.637607 +217081,0,0,0,0,0 +217082,0,0,0,0,0 +217083,0,0,0,0,0 +217084,0,0,0,0,0 +217085,0,0,0,0,0 +217086,0,0,0,0,0 +217087,0,0,0,0,0 +217088,0,0,0,0,0 +217089,0,0,0,0,0 +217090,0,0,0,0,0 +217091,0,0,0,0,0 +217092,0,0,0,0,0 +217093,0,0,0,0,0 +217094,0,0,0,0,0 +217095,0,0,0,0,0 +217096,0,0,0,0,0 +217097,0,0,0,0,0 +217098,0,0,0,0,0 +217099,0,0,0,0,0 +217100,0,0,0,0,0 +217101,0,0,0,0,0 +217102,0,0,0,0,0 +217103,0,0,0,0,0 +217104,0,0,0,0,0 +217105,0,0,0,0,0 +217106,0,0,0,0,0 +217107,0,0,0,0,0 +217108,0,0,0,0,0 +217109,0,0,0,0,0 +217110,0,0,0,0,0 +217111,0,0,0,0,0 +217112,0,0,0,0,0 +217113,0,0,0,0,0 +217114,0,0,0,0,0 +217115,0,0,0,0,0 +217116,0,0,0,0,0 +217117,0,0,0,0,0 +217118,0,0,0,0,0 +217119,0,0,0,0,0 +217120,0,0,0,0,0 +217121,0,0,0,0,0 +217122,0,0,0,0,0 +217123,0,0,0,0,0 +217124,0,0,0,0,0 +217125,0,0,0,0,0 +217126,0,0,0,0,0 +217127,0,0,0,0,0 +217128,0,0,0,0,0 +217129,0,0,0,0,0 +217130,0,0,0,0,0 +217131,0,0,0,0,0 +217132,0,0,0,0,0 +217133,0,0,0,0,0 +217134,0,0,0,0,0 +217135,0,0,0,0,0 +217136,0,0,0,0,0 +217137,0,0,0,0,0 +217138,0,0,0,0,0 +217139,0,0,0,0,0 +217140,0,0,0,0,0 +217141,0,0,0,0,0 +217142,0,0,0,0,0 +217143,0,0,0,0,0 +217144,0,0,0,0,0 +217145,0,0,0,0,0 +217146,0,0,0,0,0 +217147,0,0,0,0,0 +217148,0,0,0,0,0 +217149,0,0,0,0,0 +217150,0,0,0,0,0 +217151,0,0,0,0,0 +217152,0,0,0,0,0 +217153,0,0,0,0,0 +217154,0,0,0,0,0 +217155,0,0,0,0,0 +217156,0,0,0,0,0 +217157,0,0,0,0,0 +217158,0,0,0,0,0 +217159,0,0,0,0,0 +217160,0,0,0,0,0 +217161,0,0,0,0,0 +217162,0,0,0,0,0 +217163,0,0,0,0,0 +217164,0,0,0,0,0 +217165,0,0,0,0,0 +217166,0,0,0,0,0 +217167,0,0,0,0,0 +217168,0,0,0,0,0 +217169,0,0,0,0,0 +217170,0,0,0,0,0 +217171,0,0,0,0,0 +217172,0,0,0,0,0 +217173,0,0,0,0,0 +217174,0,0,0,0,0 +217175,0,0,0,0,0 +217176,0,0,0,0,0 +217177,0,0,0,0,0 +217178,0,0,0,0,0 +217179,0,0,0,0,0 +217180,0,0,0,0,0 +217181,0,0,0,0,0 +217182,0,0,0,0,0 +217183,0,0,0,0,0 +217184,0,0,0,0,0 +217185,0,0,0,0,0 +217186,0,0,0,0,0 +217187,0,0,0,0,0 +217188,0,0,0,0,0 +217189,0,0,0,0,0 +217190,0,0,0,0,0 +217191,0,0,0,0,0 +217192,0,0,0,0,0 +217193,0,0,0,0,0 +217194,0,0,0,0,0 +217195,0,0,0,0,0 +217196,0,0,0,0,0 +217197,0,0,0,0,0 +217198,0,0,0,0,0 +217199,0,0,0,0,0 +217200,0,0,0,0,0 +217201,0,0,0,0,0 +217202,0,0,0,0,0 +217203,0,0,0,0,0 +217204,0,0,0,0,0 +217205,0,0,0,0,0 +217206,0,0,0,0,0 +217207,0,0,0,0,0 +217208,0,0,0,0,0 +217209,0,0,0,0,0 +217210,0,0,0,0,0 +217211,0,0,0,0,0 +217212,0,0,0,0,0 +217213,0,0,0,0,0 +217214,0,0,0,0,0 +217215,0,0,0,0,0 +217216,0,0,0,0,0 +217217,0,0,0,0,0 +217218,0,0,0,0,0 +217219,0,0,0,0,0 +217220,0,0,0,0,0 +217221,0,0,0,0,0 +217222,0,0,0,0,0 +217223,0,0,0,0,0 +217224,0,0,0,0,0 +217225,0,0,0,0,0 +217226,0,0,0,0,0 +217227,0,0,0,0,0 +217228,0,0,0,0,0 +217229,0,0,0,0,0 +217230,0,0,0,0,0 +217231,0,0,0,0,0 +217232,0,0,0,0,0 +217233,0,0,0,0,0 +217234,0,0,0,0,0 +217235,0,0,0,0,0 +217236,0,0,0,0,0 +217237,0,0,0,0,0 +217238,0,0,0,0,0 +217239,0,0,0,0,0 +217240,0,0,0,0,0 +217241,0,0,0,0,0 +217242,0,0,0,0,0 +217243,0,0,0,0,0 +217244,0,0,0,0,0 +217245,0,0,0,0,0 +217246,0,0,0,0,0 +217247,0,0,0,0,0 +217248,0,0,0,0,0 +217249,0,0,0,0,0 +217250,0,0,0,0,0 +217251,0,0,0,0,0 +217252,0,0,0,0,0 +217253,0,0,0,0,0 +217254,0,0,0,0,0 +217255,0,0,0,0,0 +217256,0,0,0,0,0 +217257,0,0,0,0,0 +217258,0,0,0,0,0 +217259,0,0,0,0,0 +217260,0,0,0,0,0 +217261,0,0,0,0,0 +217262,0,0,0,0,0 +217263,0,0,0,0,0 +217264,0,0,0,0,0 +217265,0,0,0,0,0 +217266,0,0,0,0,0 +217267,0,0,0,0,0 +217268,0,0,0,0,0 +217269,0,0,0,0,0 +217270,0,0,0,0,0 +217271,0,0,0,0,0 +217272,0,0,0,0,0 +217273,0,0,0,0,0 +217274,0,0,0,0,0 +217275,0,0,0,0,0 +217276,0,0,0,0,0 +217277,0,0,0,0,0 +217278,0,0,0,0,0 +217279,0,0,0,0,0 +217280,0,0,0,0,0 +217281,0,0,0,0,0 +217282,0,0,0,0,0 +217283,0,0,0,0,0 +217284,0,0,0,0,0 +217285,0,0,0,0,0 +217286,0,0,0,0,0 +217287,0,0,0,0,0 +217288,0,0,0,0,0 +217289,0,0,0,0,0 +217290,0,0,0,0,0 +217291,0,0,0,0,0 +217292,0,0,0,0,0 +217293,0,0,0,0,0 +217294,0,0,0,0,0 +217295,0,0,0,0,0 +217296,0,0,0,0,0 +217297,0,0,0,0,0 +217298,0,0,0,0,0 +217299,0,0,0,0,0 +217300,0,0,0,0,0 +217301,0,0,0,0,0 +217302,0,0,0,0,0 +217303,0,0,0,0,0 +217304,0,0,0,0,0 +217305,0,0,0,0,0 +217306,0,0,0,0,0 +217307,0,0,0,0,0 +217308,0,0,0,0,0 +217309,0,0,0,0,0 +217310,0,0,0,0,0 +217311,0,0,0,0,0 +217312,0,0,0,0,0 +217313,0,0,0,0,0 +217314,0,0,0,0,0 +217315,0,0,0,0,0 +217316,0,0,0,0,0 +217317,0,0,0,0,0 +217318,0,0,0,0,0 +217319,0,0,0,0,0 +217320,0,0,0,0,0 +217321,0,0,0,0,0 +217322,0,0,0,0,0 +217323,0,0,0,0,0 +217324,0,0,0,0,0 +217325,0,0,0,0,0 +217326,0,0,0,0,0 +217327,0,0,0,0,0 +217328,0,0,0,0,0 +217329,0,0,0,0,0 +217330,0,0,0,0,0 +217331,0,0,0,0,0 +217332,0,0,0,0,0 +217333,0,0,0,0,0 +217334,0,0,0,0,0 +217335,0,0,0,0,0 +217336,0,0,0,0,0 +217337,0,0,0,0,0 +217338,0,0,0,0,0 +217339,0,0,0,0,0 +217340,0,0,0,0,0 +217341,0,0,0,0,0 +217342,0,0,0,0,0 +217343,0,0,0,0,0 +217344,0,0,0,0,0 +217345,0,0,0,0,0 +217346,0,0,0,0,0 +217347,0,0,0,0,0 +217348,0,0,0,0,0 +217349,0,0,0,0,0 +217350,0,0,0,0,0 +217351,0,0,0,0,0 +217352,0,0,0,0,0 +217353,0,0,0,0,0 +217354,0,0,0,0,0 +217355,0,0,0,0,0 +217356,0,0,0,0,0 +217357,0,0,0,0,0 +217358,0,0,0,0,0 +217359,0,0,0,0,0 +217360,0,0,0,0,0 +217361,0,0,0,0,0 +217362,0,0,0,0,0 +217363,0,0,0,0,0 +217364,0,0,0,0,0 +217365,0,0,0,0,0 +217366,0,0,0,0,0 +217367,0,0,0,0,0 +217368,0,0,0,0,0 +217369,0,0,0,0,0 +217370,0,0,0,0,0 +217371,0,0,0,0,0 +217372,0,0,0,0,0 +217373,0,0,0,0,0 +217374,0,0,0,0,0 +217375,0,0,0,0,0 +217376,0,0,0,0,0 +217377,0,0,0,0,0 +217378,0,0,0,0,0 +217379,0,0,0,0,0 +217380,0,0,0,0,0 +217381,0,0,0,0,0 +217382,0,0,0,0,0 +217383,0,0,0,0,0 +217384,0,0,0,0,0 +217385,0,0,0,0,0 +217386,0,0,0,0,0 +217387,0,0,0,0,0 +217388,0,0,0,0,0 +217389,0,0,0,0,0 +217390,0,0,0,0,0 +217391,0,0,0,0,0 +217392,0,0,0,0,0 +217393,0,0,0,0,0 +217394,0,0,0,0,0 +217395,0,0,0,0,0 +217396,0,0,0,0,0 +217397,0,0,0,0,0 +217398,0,0,0,0,0 +217399,0,0,0,0,0 +217400,0,0,0,0,0 +217401,0,0,0,0,0 +217402,0,0,0,0,0 +217403,0,0,0,0,0 +217404,0,0,0,0,0 +217405,0,0,0,0,0 +217406,0,0,0,0,0 +217407,0,0,0,0,0 +217408,0,0,0,0,0 +217409,0,0,0,0,0 +217410,0,0,0,0,0 +217411,0,0,0,0,0 +217412,0,0,0,0,0 +217413,0,0,0,0,0 +217414,0,0,0,0,0 +217415,0,0,0,0,0 +217416,0,0,0,0,0 +217417,0,0,0,0,0 +217418,0,0,0,0,0 +217419,0,0,0,0,0 +217420,0,0,0,0,0 +217421,0,0,0,0,0 +217422,0,0,0,0,0 +217423,0,0,0,0,0 +217424,0,0,0,0,0 +217425,0,0,0,0,0 +217426,0,0,0,0,0 +217427,0,0,0,0,0 +217428,0,0,0,0,0 +217429,0,0,0,0,0 +217430,0,0,0,0,0 +217431,0,0,0,0,0 +217432,0,0,0,0,0 +217433,0,0,0,0,0 +217434,0,0,0,0,0 +217435,0,0,0,0,0 +217436,0,0,0,0,0 +217437,0,0,0,0,0 +217438,0,0,0,0,0 +217439,0,0,0,0,0 +217440,0,0,0,0,0 +217441,0,0,0,0,0 +217442,0,0,0,0,0 +217443,0,0,0,0,0 +217444,0,0,0,0,0 +217445,0,0,0,0,0 +217446,0,0,0,0,0 +217447,0,0,0,0,0 +217448,0,0,0,0,0 +217449,0,0,0,0,0 +217450,0,0,0,0,0 +217451,0,0,0,0,0 +217452,0,0,0,0,0 +217453,0,0,0,0,0 +217454,0,0,0,0,0 +217455,0,0,0,0,0 +217456,0,0,0,0,0 +217457,0,0,0,0,0 +217458,0,0,0,0,0 +217459,0,0,0,0,0 +217460,0,0,0,0,0 +217461,0,0,0,0,0 +217462,0,0,0,0,0 +217463,0,0,0,0,0 +217464,0,0,0,0,0 +217465,0,0,0,0,0 +217466,0,0,0,0,0 +217467,0,0,0,0,0 +217468,0,0,0,0,0 +217469,0,0,0,0,0 +217470,0,0,0,0,0 +217471,0,0,0,0,0 +217472,0,0,0,0,0 +217473,0,0,0,0,0 +217474,0,0,0,0,0 +217475,0,0,0,0,0 +217476,0,0,0,0,0 +217477,0,0,0,0,0 +217478,0,0,0,0,0 +217479,0,0,0,0,0 +217480,0,0,0,0,0 +217481,0,0,0,0,0 +217482,0,0,0,0,0 +217483,0,0,0,0,0 +217484,0,0,0,0,0 +217485,0,0,0,0,0 +217486,0,0,0,0,0 +217487,0,0,0,0,0 +217488,0,0,0,0,0 +217489,0,0,0,0,0 +217490,0,0,0,0,0 +217491,0,0,0,0,0 +217492,0,0,0,0,0 +217493,0,0,0,0,0 +217494,0,0,0,0,0 +217495,0,0,0,0,0 +217496,0,0,0,0,0 +217497,0,0,0,0,0 +217498,0,0,0,0,0 +217499,0,0,0,0,0 +217500,0,0,0,0,0 +217501,0,0,0,0,0 +217502,0,0,0,0,0 +217503,0,0,0,0,0 +217504,0,0,0,0,0 +217505,0,0,0,0,0 +217506,0,0,0,0,0 +217507,0,0,0,0,0 +217508,0,0,0,0,0 +217509,0,0,0,0,0 +217510,0,0,0,0,0 +217511,0,0,0,0,0 +217512,0,0,0,0,0 +217513,0,0,0,0,0 +217514,0,0,0,0,0 +217515,0,0,0,0,0 +217516,0,0,0,0,0 +217517,0,0,0,0,0 +217518,0,0,0,0,0 +217519,0,0,0,0,0 +217520,0,0,0,0,0 +217521,0,0,0,0,0 +217522,0,0,0,0,0 +217523,0,0,0,0,0 +217524,0,0,0,0,0 +217525,0,0,0,0,0 +217526,0,0,0,0,0 +217527,0,0,0,0,0 +217528,0,0,0,0,0 +217529,0,0,0,0,0 +217530,0,0,0,0,0 +217531,0,0,0,0,0 +217532,0,0,0,0,0 +217533,0,0,0,0,0 +217534,0,0,0,0,0 +217535,0,0,0,0,0 +217536,0,0,0,0,0 +217537,0,0,0,0,0 +217538,0,0,0,0,0 +217539,0,0,0,0,0 +217540,0,0,0,0,0 +217541,0,0,0,0,0 +217542,0,0,0,0,0 +217543,0,0,0,0,0 +217544,0,0,0,0,0 +217545,0,0,0,0,0 +217546,0,0,0,0,0 +217547,0,0,0,0,0 +217548,0,0,0,0,0 +217549,0,0,0,0,0 +217550,0,0,0,0,0 +217551,0,0,0,0,0 +217552,0,0,0,0,0 +217553,0,0,0,0,0 +217554,0,0,0,0,0 +217555,0,0,0,0,0 +217556,0,0,0,0,0 +217557,0,0,0,0,0 +217558,0,0,0,0,0 +217559,0,0,0,0,0 +217560,0,0,0,0,0 +217561,0,0,0,0,0 +217562,0,0,0,0,0 +217563,0,0,0,0,0 +217564,0,0,0,0,0 +217565,0,0,0,0,0 +217566,0,0,0,0,0 +217567,0,0,0,0,0 +217568,0,0,0,0,0 +217569,0,0,0,0,0 +217570,0,0,0,0,0 +217571,0,0,0,0,0 +217572,0,0,0,0,0 +217573,0,0,0,0,0 +217574,0,0,0,0,0 +217575,0,0,0,0,0 +217576,0,0,0,0,0 +217577,0,0,0,0,0 +217578,0,0,0,0,0 +217579,0,0,0,0,0 +217580,0,0,0,0,0 +217581,0,0,0,0,0 +217582,0,0,0,0,0 +217583,0,0,0,0,0 +217584,0,0,0,0,0 +217585,0,0,0,0,0 +217586,0,0,0,0,0 +217587,0,0,0,0,0 +217588,0,0,0,0,0 +217589,0,0,0,0,0 +217590,0,0,0,0,0 +217591,0,0,0,0,0 +217592,0,0,0,0,0 +217593,0,0,0,0,0 +217594,0,0,0,0,0 +217595,0,0,0,0,0 +217596,0,0,0,0,0 +217597,0,0,0,0,0 +217598,0,0,0,0,0 +217599,0,0,0,0,0 +217600,0,0,0,0,0 +217601,0,0,0,0,0 +217602,0,0,0,0,0 +217603,0,0,0,0,0 +217604,0,0,0,0,0 +217605,0,0,0,0,0 +217606,0,0,0,0,0 +217607,0,0,0,0,0 +217608,0,0,0,0,0 +217609,0,0,0,0,0 +217610,0,0,0,0,0 +217611,0,0,0,0,0 +217612,0,0,0,0,0 +217613,0,0,0,0,0 +217614,0,0,0,0,0 +217615,0,0,0,0,0 +217616,0,0,0,0,0 +217617,0,0,0,0,0 +217618,0,0,0,0,0 +217619,0,0,0,0,0 +217620,0,0,0,0,0 +217621,0,0,0,0,0 +217622,0,0,0,0,0 +217623,0,0,0,0,0 +217624,0,0,0,0,0 +217625,0,0,0,0,0 +217626,0,0,0,0,0 +217627,0,0,0,0,0 +217628,0,0,0,0,0 +217629,0,0,0,0,0 +217630,0,0,0,0,0 +217631,0,0,0,0,0 +217632,0,0,0,0,0 +217633,0,0,0,0,0 +217634,0,0,0,0,0 +217635,0,0,0,0,0 +217636,0,0,0,0,0 +217637,0,0,0,0,0 +217638,0,0,0,0,0 +217639,0,0,0,0,0 +217640,0,0,0,0,0 +217641,0,0,0,0,0 +217642,0,0,0,0,0 +217643,0,0,0,0,0 +217644,0,0,0,0,0 +217645,0,0,0,0,0 +217646,0,0,0,0,0 +217647,0,0,0,0,0 +217648,0,0,0,0,0 +217649,0,0,0,0,0 +217650,0,0,0,0,0 +217651,0,0,0,0,0 +217652,0,0,0,0,0 +217653,0,0,0,0,0 +217654,0,0,0,0,0 +217655,0,0,0,0,0 +217656,0,0,0,0,0 +217657,0,0,0,0,0 +217658,0,0,0,0,0 +217659,0,0,0,0,0 +217660,0,0,0,0,0 +217661,0,0,0,0,0 +217662,0,0,0,0,0 +217663,0,0,0,0,0 +217664,0,0,0,0,0 +217665,0,0,0,0,0 +217666,0,0,0,0,0 +217667,0,0,0,0,0 +217668,0,0,0,0,0 +217669,0,0,0,0,0 +217670,0,0,0,0,0 +217671,0,0,0,0,0 +217672,0,0,0,0,0 +217673,0,0,0,0,0 +217674,0,0,0,0,0 +217675,0,0,0,0,0 +217676,0,0,0,0,0 +217677,0,0,0,0,0 +217678,0,0,0,0,0 +217679,0,0,0,0,0 +217680,0,0,0,0,0 +217681,0,0,0,0,0 +217682,0,0,0,0,0 +217683,0,0,0,0,0 +217684,0,0,0,0,0 +217685,0,0,0,0,0 +217686,0,0,0,0,0 +217687,0,0,0,0,0 +217688,0,0,0,0,0 +217689,0,0,0,0,0 +217690,0,0,0,0,0 +217691,0,0,0,0,0 +217692,0,0,0,0,0 +217693,0,0,0,0,0 +217694,0,0,0,0,0 +217695,0,0,0,0,0 +217696,0,0,0,0,0 +217697,0,0,0,0,0 +217698,0,0,0,0,0 +217699,0,0,0,0,0 +217700,0,0,0,0,0 +217701,0,0,0,0,0 +217702,0,0,0,0,0 +217703,0,0,0,0,0 +217704,0,0,0,0,0 +217705,0,0,0,0,0 +217706,0,0,0,0,0 +217707,0,0,0,0,0 +217708,0,0,0,0,0 +217709,0,0,0,0,0 +217710,0,0,0,0,0 +217711,0,0,0,0,0 +217712,0,0,0,0,0 +217713,0,0,0,0,0 +217714,0,0,0,0,0 +217715,0,0,0,0,0 +217716,0,0,0,0,0 +217717,0,0,0,0,0 +217718,0,0,0,0,0 +217719,0,0,0,0,0 +217720,0,0,0,0,0 +217721,0,0,0,0,0 +217722,0,0,0,0,0 +217723,0,0,0,0,0 +217724,0,0,0,0,0 +217725,0,0,0,0,0 +217726,0,0,0,0,0 +217727,0,0,0,0,0 +217728,0,0,0,0,0 +217729,0,0,0,0,0 +217730,0,0,0,0,0 +217731,0,0,0,0,0 +217732,0,0,0,0,0 +217733,0,0,0,0,0 +217734,0,0,0,0,0 +217735,0,0,0,0,0 +217736,0,0,0,0,0 +217737,0,0,0,0,0 +217738,0,0,0,0,0 +217739,0,0,0,0,0 +217740,0,0,0,0,0 +217741,0,0,0,0,0 +217742,0,0,0,0,0 +217743,0,0,0,0,0 +217744,0,0,0,0,0 +217745,0,0,0,0,0 +217746,0,0,0,0,0 +217747,0,0,0,0,0 +217748,0,0,0,0,0 +217749,0,0,0,0,0 +217750,0,0,0,0,0 +217751,0,0,0,0,0 +217752,0,0,0,0,0 +217753,0,0,0,0,0 +217754,0,0,0,0,0 +217755,0,0,0,0,0 +217756,0,0,0,0,0 +217757,0,0,0,0,0 +217758,0,0,0,0,0 +217759,0,0,0,0,0 +217760,0,0,0,0,0 +217761,0,0,0,0,0 +217762,0,0,0,0,0 +217763,0,0,0,0,0 +217764,0,0,0,0,0 +217765,0,0,0,0,0 +217766,0,0,0,0,0 +217767,0,0,0,0,0 +217768,0,0,0,0,0 +217769,0,0,0,0,0 +217770,0,0,0,0,0 +217771,0,0,0,0,0 +217772,0,0,0,0,0 +217773,0,0,0,0,0 +217774,0,0,0,0,0 +217775,0,0,0,0,0 +217776,0,0,0,0,0 +217777,0,0,0,0,0 +217778,0,0,0,0,0 +217779,0,0,0,0,0 +217780,0,0,0,0,0 +217781,0,0,0,0,0 +217782,0,0,0,0,0 +217783,0,0,0,0,0 +217784,0,0,0,0,0 +217785,0,0,0,0,0 +217786,0,0,0,0,0 +217787,0,0,0,0,0 +217788,0,0,0,0,0 +217789,0,0,0,0,0 +217790,0,0,0,0,0 +217791,0,0,0,0,0 +217792,0,0,0,0,0 +217793,0,0,0,0,0 +217794,0,0,0,0,0 +217795,0,0,0,0,0 +217796,0,0,0,0,0 +217797,0,0,0,0,0 +217798,0,0,0,0,0 +217799,0,0,0,0,0 +217800,0,0,0,0,0 +217801,0,0,0,0,0 +217802,0,0,0,0,0 +217803,0,0,0,0,0 +217804,0,0,0,0,0 +217805,0,0,0,0,0 +217806,0,0,0,0,0 +217807,0,0,0,0,0 +217808,0,0,0,0,0 +217809,0,0,0,0,0 +217810,0,0,0,0,0 +217811,0,0,0,0,0 +217812,0,0,0,0,0 +217813,0,0,0,0,0 +217814,0,0,0,0,0 +217815,0,0,0,0,0 +217816,0,0,0,0,0 +217817,0,0,0,0,0 +217818,0,0,0,0,0 +217819,0,0,0,0,0 +217820,0,0,0,0,0 +217821,0,0,0,0,0 +217822,0,0,0,0,0 +217823,0,0,0,0,0 +217824,0,0,0,0,0 +217825,0,0,0,0,0 +217826,0,0,0,0,0 +217827,0,0,0,0,0 +217828,0,0,0,0,0 +217829,0,0,0,0,0 +217830,0,0,0,0,0 +217831,0,0,0,0,0 +217832,0,0,0,0,0 +217833,0,0,0,0,0 +217834,0,0,0,0,0 +217835,0,0,0,0,0 +217836,0,0,0,0,0 +217837,0,0,0,0,0 +217838,0,0,0,0,0 +217839,0,0,0,0,0 +217840,0,0,0,0,0 +217841,0,0,0,0,0 +217842,0,0,0,0,0 +217843,0,0,0,0,0 +217844,0,0,0,0,0 +217845,0,0,0,0,0 +217846,0,0,0,0,0 +217847,0,0,0,0,0 +217848,0,0,0,0,0 +217849,0,0,0,0,0 +217850,0,0,0,0,0 +217851,0,0,0,0,0 +217852,0,0,0,0,0 +217853,0,0,0,0,0 +217854,0,0,0,0,0 +217855,0,0,0,0,0 +217856,0,0,0,0,0 +217857,0,0,0,0,0 +217858,0,0,0,0,0 +217859,0,0,0,0,0 +217860,0,0,0,0,0 +217861,-68.38239122,3748.349491,3242.152802,-20.80604063,-303.6753155 +217862,374.6281405,773.1729065,3543.149169,180.5222894,503.5916566 +217863,370.0942572,290.1424692,3305.861062,178.1367806,499.0744545 +217864,361.1887819,279.4927423,3068.136187,173.7108659,486.4243642 +217865,351.9611204,832.828464,1151.701474,169.23699,472.0137228 +217866,344.0999824,560.9665141,1307.074513,165.5175182,458.8323362 +217867,337.819656,577.9518448,1618.882529,162.6176947,447.5340017 +217868,332.8222709,597.5625776,1413.373424,160.3679119,437.8764336 +217869,328.7921032,604.6717201,1413.491972,158.5967174,429.5001082 +217870,325.5097604,611.9825742,1418.471312,157.1903525,422.1538526 +217871,322.8465958,619.1967312,1423.953341,156.0787747,415.6821939 +217872,320.7111706,626.8800252,1429.712652,155.2142335,409.9780824 +217873,319.02979,634.2232153,1435.858268,154.5591785,404.9572547 +217874,317.738856,641.7588841,1441.973837,154.0815779,400.5443639 +217875,316.7830136,649.1013158,1448.32131,153.7538712,396.6703977 +217876,316.1145728,657.1410532,1454.848466,153.5526907,393.2729112 +217877,315.6929362,664.2609264,1461.413571,153.4585264,390.296465 +217878,315.4836672,672.021406,1467.92995,153.4551733,387.6921341 +217879,315.4576334,679.5748333,1474.713154,153.5292077,385.4170005 +217880,315.5901203,687.1640212,1481.394544,153.6694722,383.4332851 +217881,315.860177,694.5514303,1488.107852,153.8666941,381.7078223 +217882,316.2499926,702.4631801,1494.999663,154.1131405,380.2113825 +217883,316.7444417,709.8903494,1501.680028,154.4023663,378.918287 +217884,317.3306474,717.5060192,1508.464067,154.7289836,377.8058975 +217885,317.9976668,725.0782712,1515.31641,155.088494,376.8543413 +217886,318.7361572,732.6421328,1522.10681,155.4771204,376.0460753 +217887,319.5381702,740.1951963,1528.798498,155.8917014,375.3657105 +217888,320.3968915,747.5062377,1539.087313,156.3295654,374.7996328 +217889,321.3065158,760.1679772,1548.056574,156.7884689,374.3359099 +217890,322.26205,769.7296991,1557.050844,157.2665045,373.9639761 +217891,323.2592266,779.0813846,1564.675289,157.7620614,373.674568 +217892,324.2882505,788.1702278,1572.08317,158.2699314,373.4594451 +217893,325.3419422,797.171954,1579.23728,158.7864386,373.3113542 +217894,326.4165851,806.0848918,1586.33316,159.3099915,373.2238393 +217895,327.5104385,814.6342223,1593.189994,159.8401474,373.191243 +217896,328.6224635,823.8222189,1599.786827,160.3768197,373.2085223 +217897,329.7518037,832.2826243,1606.272274,160.9199536,373.2712373 +217898,330.8976355,841.2185458,1612.675154,161.4694451,373.3754091 +217899,332.0591996,849.3136134,1618.807234,162.0251673,373.5175337 +217900,333.2357877,858.0056379,1624.823752,162.5869769,373.6944366 +217901,334.4267825,866.3301075,1630.61692,163.154741,373.9033256 +217902,335.6316064,874.6187074,1636.44068,163.7283191,374.1416404 +217903,336.8497591,882.9091333,1641.851788,164.3075838,374.4071376 +217904,338.0807665,891.0677337,1647.273563,164.892401,374.6977532 +217905,339.3242082,899.1490931,1652.483247,165.4826448,375.0116714 +217906,340.5796814,907.2401239,1657.490882,166.0781841,375.3472153 +217907,341.8468198,915.1610533,1662.483458,166.6788929,375.7029002 +217908,343.1252708,922.8271455,1667.200655,167.284642,376.0773502 +217909,344.4147175,931.0788276,1671.813644,167.8953104,376.4693596 +217910,345.7148463,938.6881779,1676.267408,168.5107722,376.8777943 +217911,347.0253686,946.3978737,1680.625944,169.130907,377.3016532 +217912,348.3459995,954.1052292,1684.69576,169.7555919,377.7399924 +217913,349.6764812,961.6321069,1688.681258,170.3847121,378.191991 +217914,351.0165498,969.2122401,1692.612602,171.0181472,378.6568552 +217915,351.6046872,976.6081496,1696.279151,171.3097492,377.7497546 +217916,349.6792254,984.0635835,1699.851169,170.4590178,372.2672881 +217917,347.8304315,991.3292726,1703.26865,169.6442375,366.9192275 +217918,346.081105,998.6206767,1706.540779,168.8756797,361.7510493 +217919,344.428175,1005.851369,1709.609939,168.1512354,356.7627918 +217920,342.8589402,1012.935607,1712.73948,167.4643663,351.9362405 +217921,341.2475385,1449.309696,2702.333117,166.7573074,347.0458517 +217922,358.3918826,1471.259922,2706.146384,174.7110783,377.1781 +217923,385.3416569,1487.879679,2745.117283,187.0631257,426.5327246 +217924,412.8197832,1502.817198,2762.885567,199.4682995,478.4547713 +217925,436.8636548,1517.039054,2770.011084,210.1212567,525.4915145 +217926,457.0130361,1530.355284,2770.578729,218.8644912,566.3332503 +217927,473.9656442,1543.232621,2769.112427,226.0890592,601.8548108 +217928,488.4705566,1555.69523,2768.539331,232.1802809,633.132169 +217929,501.0547818,1567.73928,2769.036498,237.4017866,660.9260611 +217930,512.061123,1579.674876,2770.006115,241.9229702,685.7238023 +217931,521.7337948,1591.299298,2771.345191,245.863313,707.8745208 +217932,530.2695243,1602.544102,2773.086521,249.3177279,727.6696319 +217933,537.8369312,1613.912515,2774.77914,252.3661102,745.3712215 +217934,544.5814732,1624.893941,2776.521327,255.0759969,761.2166414 +217935,550.6271128,1635.706758,2778.276814,257.5037239,775.4180028 +217936,556.0783244,1647.163499,2779.991235,341.6495651,788.1626823 +217937,561.0227223,1664.27275,2781.690085,386.1513706,799.6153794 +217938,785.5905763,1665.719863,2783.528376,361.1558958,809.920689 +217939,824.5514253,1689.397965,2785.147925,385.2868504,819.2056305 +217940,792.6132454,1682.646824,2786.68978,395.7452113,827.5818261 +217941,838.2129369,1684.623189,2788.148258,405.1462094,835.147391 +217942,858.2005837,1716.690181,2789.536581,414.9550741,841.9885713 +217943,877.0445687,1714.648487,2790.850364,424.1316842,848.1813125 +217944,896.0565653,1726.729958,2792.072689,433.1480363,853.7925611 +217945,913.7345169,1736.293923,2793.220384,442.3283242,858.8814111 +217946,931.9473658,1745.468701,2794.309427,450.7206168,863.5000132 +217947,949.2985739,1754.686544,2795.306175,459.4310589,867.6944069 +217948,966.2308327,1763.696857,2796.221139,468.0186346,871.5052414 +217949,983.665648,1772.603796,2797.053726,475.8965498,874.9684204 +217950,999.5179065,1781.46225,2797.810529,484.2994069,878.1156934 +217951,1015.459066,1790.044617,2798.694049,492.0037938,880.975166 +217952,1031.329149,1798.908624,2799.296374,499.2150405,883.5717143 +217953,1046.382772,1807.414869,2799.808802,506.8911843,885.9273839 +217954,1061.107765,1815.9749,2800.234535,513.9822483,888.0617638 +217955,1076.259134,1824.217783,2800.58218,520.9395436,889.9922899 +217956,1090.441132,1832.52706,2800.867893,528.1059953,891.7344831 +217957,1104.659177,1840.659877,2801.063675,534.9279798,893.3022075 +217958,1118.576374,1848.691586,2801.178859,541.4062185,894.7078172 +217959,1131.945846,1856.622605,2801.212081,547.9155115,895.9623948 +217960,1145.918496,1864.443366,2801.169405,554.5812418,897.075854 +217961,1158.883172,1872.242012,2801.064788,560.7745418,898.0571085 +217962,1172.304766,1879.636122,2800.843355,567.0107127,1100.242325 +217963,1184.581857,1887.328039,2800.592957,573.1097505,1126.108974 +217964,1197.436269,1894.648265,2800.255066,578.9101767,1092.646895 +217965,1209.783043,1902.03588,2799.835867,585.1075388,1127.559785 +217966,1221.989068,1909.086339,2799.348249,590.7424771,1139.834553 +217967,1233.671792,1916.222052,2798.775897,596.4670956,1152.412701 +217968,1235.820578,1918.509258,2787.564471,597.3994681,1145.526811 +217969,1193.24191,1900.431834,2715.039322,578.3019419,1059.566482 +217970,1209.2744,1906.461576,2610.707102,585.3691486,1084.036802 +217971,1308.18614,1951.370794,2585.98576,629.813108,1257.652228 +217972,1266.343306,1936.612292,2568.844206,611.6088626,1168.826537 +217973,1290.405868,1962.18347,2557.668414,622.5858499,1203.610636 +217974,1301.726596,1934.242759,2545.990541,628.1099613,1215.293511 +217975,1312.90554,1970.524207,2534.834737,632.9278674,1225.362691 +217976,1323.446778,1965.367073,2522.597547,638.1216838,1235.424799 +217977,1334.025101,1973.226927,2511.107804,642.918468,1245.073288 +217978,1344.398736,1979.48915,2499.523117,647.7848912,1254.624278 +217979,1354.10626,2007.589575,2487.588738,652.3049887,1263.532192 +217980,1365.001072,1981.009318,2476.599686,657.3376714,1273.254381 +217981,1940.605674,2251.104325,2636.589854,909.9067652,2326.71006 +217982,1692.733432,2123.211638,2634.986991,799.1485806,1854.483764 +217983,1835.995531,2230.552327,2643.792463,861.2430471,2101.28957 +217984,1809.690424,2185.949988,2655.311441,854.7057009,2062.850519 +217985,1851.910213,2207.220687,2665.798257,859.7967633,2072.724114 +217986,1817.240816,2211.37053,2675.273733,864.904374,2083.35372 +217987,1848.986127,2217.214817,2683.885331,870.0911686,2093.375685 +217988,1865.029527,2223.108706,2693.276789,874.9210084,2109.601158 +217989,1869.684779,2229.152856,2698.940489,879.9418421,2103.561563 +217990,1881.889622,2234.903568,2704.351507,884.68398,2127.096514 +217991,1892.455575,2240.370697,2711.1116,889.5777466,2130.797709 +217992,1902.585793,2246.133,2714.174262,894.1708641,2154.908692 +217993,1912.742183,2251.497453,2719.017511,898.8115829,2131.066305 +217994,1922.81587,2256.88402,2722.482148,903.3618531,2176.258495 +217995,1932.650673,2268.695845,2723.500717,907.9194461,2149.135221 +217996,1942.528351,2264.510498,2724.944617,912.384556,2186.87998 +217997,1952.027081,2273.59742,2726.176355,916.66366,2180.279067 +217998,1961.556156,2278.023852,2727.499903,921.1225953,2202.506331 +217999,1971.253161,2282.563351,2728.480598,925.3687483,2194.783638 +218000,1980.344327,2287.179331,2729.55575,929.6157431,2209.948625 +218001,1989.678722,2292.088669,2730.98845,933.7504828,2216.098959 +218002,1998.796212,2296.56712,2732.761237,937.9689089,2223.753127 +218003,2007.943247,2300.982612,2734.401003,942.0728363,2231.161022 +218004,2016.601799,2305.371615,2735.426451,946.0433564,2238.353131 +218005,2025.70405,2309.755901,2738.722836,950.075991,2251.525197 +218006,2034.485125,2313.735443,2739.099133,954.0726905,2249.846067 +218007,2043.123172,2317.92701,2739.651256,957.9543046,2260.908218 +218008,2054.425136,2317.230931,2740.190554,965.1869074,2266.980801 +218009,2063.063674,2319.876996,2740.732897,969.6279414,2273.751512 +218010,2071.716631,2323.398735,2740.97088,973.5913035,2280.308665 +218011,2080.16497,2326.719534,2741.183749,977.5474802,2286.686657 +218012,2088.414057,2329.965211,2741.386865,981.4284891,2293.351056 +218013,2096.995222,2333.159442,2741.555515,985.3061816,2299.339844 +218014,2104.922236,2336.166013,2741.665578,988.9911563,2305.85865 +218015,2112.973706,2339.440725,2743.423023,992.7502868,2311.962492 +218016,2120.913636,2342.073016,2742.315086,996.3589858,2317.646562 +218017,2128.817395,2345.219093,2742.083508,1000.073008,2329.007597 +218018,2136.64809,2347.916278,2741.80226,1003.620727,2327.283104 +218019,2144.410626,2350.730005,2741.399029,1007.177856,2335.565158 +218020,2152.227974,2353.308705,2740.977474,1010.687095,2341.36835 +218021,2159.67055,2356.006787,2740.559539,1014.15834,2346.466219 +218022,2167.326776,2358.41121,2740.085381,1017.592749,2352.522528 +218023,2174.811891,2360.89608,2739.663132,1020.991219,2362.361053 +218024,2182.128704,2363.218005,2739.150166,1024.354964,2360.819432 +218025,2197.700189,2365.533883,2738.396661,1027.684776,2367.792332 +218026,2188.613277,2367.650907,2737.60262,1030.981422,2373.465488 +218027,2232.558216,2369.903276,2736.929953,1034.186188,2383.026616 +218028,2171.239039,2371.781506,2736.24201,1037.568926,2381.562648 +218029,2238.010864,2373.856857,2735.328128,1040.638547,2387.45388 +218030,2221.349229,2375.627707,2734.401433,1043.864172,2397.353943 +218031,2232.858134,2377.512068,2733.483755,1046.999214,2396.400415 +218032,2239.712526,2379.337921,2732.477388,1050.115206,2405.351896 +218033,2246.78119,2380.810547,2731.511295,1053.203697,2410.37841 +218034,2253.687014,2382.374668,2730.575307,1056.265515,2409.123731 +218035,2260.563787,2383.784573,2729.175111,1059.301231,2414.755515 +218036,2267.528511,2385.328446,2727.5995,1062.310988,2414.452052 +218037,2274.120787,2386.596975,2727.419128,1065.295429,2413.661076 +218038,2280.954733,2387.628238,2724.04935,1068.664805,2408.584536 +218039,2287.652273,2389.112522,2722.538755,1072.767786,2406.175583 +218040,2294.178235,2389.893931,2718.214447,1074.983796,2400.767141 +218041,2306.333225,2393.493381,2716.728065,1082.226932,2400.550858 +218042,2312.891497,2394.860275,2715.534566,1081.361474,2401.037192 +218043,2319.435134,2395.793801,2716.077259,1089.694164,2403.914051 +218044,2325.637,2396.484297,2715.477553,1085.460268,2405.664193 +218045,2331.721828,2397.142722,2714.248389,1098.429494,2406.861881 +218046,2337.697109,2397.562025,2710.88397,1087.473701,2405.630599 +218047,2343.59309,2398.033814,2708.230278,1089.873287,2405.358946 +218048,2349.545389,2398.185889,2705.776592,1103.657725,2405.404626 +218049,2355.680517,2398.738182,2705.113103,1099.897427,2407.692516 +218050,2372.770149,2398.586289,2701.766494,1103.730661,2406.814467 +218051,2348.031463,2398.754858,2699.001517,1106.512764,2406.69976 +218052,2381.043613,2398.8396,2698.138479,1108.855393,2408.934804 +218053,2375.830568,2398.472477,2694.61882,1111.379201,2408.003093 +218054,2383.141563,2398.426967,2691.67587,1113.818307,2407.802161 +218055,2388.828667,2398.088776,2688.916887,1116.240927,2407.843488 +218056,2394.039103,2397.854401,2687.961268,1118.643079,2410.094338 +218057,2399.528599,2397.268253,2686.072092,1121.021108,2411.253666 +218058,2404.853277,2396.676171,2682.060479,1123.443554,2409.871065 +218059,2410.173465,2396.264342,2680.518324,1125.685316,2411.489768 +218060,2415.440428,2395.414089,2678.278735,1128.047052,2412.27323 +218061,2420.679029,2394.683418,2675.771194,1130.334703,2412.74517 +218062,2426.013154,2393.703757,2671.387275,1132.544547,2410.942577 +218063,2432.254332,2392.975112,2669.601837,1134.904305,2412.280018 +218064,2444.267134,2391.822198,2667.181108,1137.096039,2412.845825 +218065,2428.376792,2390.742871,2664.556527,1139.396554,2413.171863 +218066,2451.632962,2389.432738,2660.095495,1141.497476,2411.266698 +218067,2450.64165,2388.277307,2656.502936,1143.734761,2410.394917 +218068,2456.149052,2386.907654,2653.254213,1145.893778,2409.917969 +218069,2461.47653,2385.483048,2650.18759,1148.046648,2409.650538 +218070,2466.19385,2384.115237,2648.943222,1150.184668,2411.59969 +218071,2470.726032,2381.935542,2646.774461,1152.011374,2412.445451 +218072,2488.891197,2379.552211,2642.230479,1153.832822,2410.693593 +218073,2458.557845,2377.266524,2638.596738,1155.366244,2409.855637 +218074,2493.363036,2374.821702,2636.914848,1157.189545,2411.44561 +218075,2485.206832,2372.092016,2634.317435,1158.763891,2411.987257 +218076,2491.678736,2369.236804,2629.608166,1160.377874,2410.011714 +218077,2502.209028,2366.494936,2625.636307,1161.954481,2408.958105 +218078,2489.935373,2363.508553,2621.937993,1163.501073,2408.24544 +218079,2525.440626,2351.418364,2618.191847,1165.632185,2407.482658 +218080,2475.254696,2346.070074,2615.89124,1167.31213,2408.668141 +218081,2515.944246,2342.187315,2612.579548,1168.986628,2408.727392 +218082,2481.277844,2338.114762,2607.26995,1170.447691,2406.344251 +218083,2525.579317,2334.248314,2602.83736,1172.041554,2404.95272 +218084,2501.741293,2330.245316,2598.776534,1173.546829,2403.92392 +218085,2524.704322,2326.228426,2594.946597,1175.039736,2403.104197 +218086,2502.685078,2322.126473,2591.240016,1176.43901,2402.381682 +218087,2552.244341,2318.067007,2587.863025,1177.993742,2402.020021 +218088,2496.269773,2313.8584,2584.569014,1179.369919,2401.72487 +218089,2555.448778,2309.621332,2581.384028,1180.786657,2401.530065 +218090,2508.623698,2305.309657,2578.172631,1182.243635,2401.265065 +218091,2558.792867,2301.093878,2575.012066,1183.502234,2401.027488 +218092,2530.031721,2296.44878,2571.856276,1184.89821,2400.754819 +218093,2544.451022,2292.022628,2568.581228,1186.212747,2400.288519 +218094,2546.093805,2287.363808,2565.453536,1187.518932,2399.9591 +218095,2549.087951,2282.834677,2562.521276,1188.806745,2399.811136 +218096,2552.286227,2278.097021,2559.678242,1190.078212,2399.718192 +218097,2555.424584,2273.323376,2556.89368,1191.333002,2399.648071 +218098,2558.557732,2268.471836,2554.147819,1192.571238,2399.578381 +218099,2561.738206,2263.614125,2551.43216,1193.793119,2399.497522 +218100,2564.705134,2258.629991,2548.741579,1194.998766,2399.396793 +218101,2427.889456,2193.312242,2543.727269,1143.074828,2395.848482 +218102,2462.690591,2196.442586,2531.829202,1143.103016,2382.185958 +218103,2460.9242,2186.141153,2517.374101,1143.669122,2364.437889 +218104,2434.954706,2181.207161,2504.513925,1144.219905,2347.821861 +218105,2488.458964,2175.438727,2494.038166,1145.013287,2333.993781 +218106,2421.540262,2169.56808,2485.629732,1145.683543,2322.779863 +218107,2500.348499,2163.75093,2478.88994,1146.433858,2313.791842 +218108,2436.920658,2157.832252,2473.106607,1147.256677,2306.195993 +218109,2487.193643,2152.047297,2469.50675,1147.944072,2301.505612 +218110,2458.485313,2145.777717,2463.279856,1148.721772,2294.072063 +218111,2477.692371,2139.939553,2458.147342,1149.507021,2287.90122 +218112,2472.085789,2133.803761,2453.667729,1150.234507,2282.665809 +218113,2476.920008,2127.694182,2449.669269,1151.027038,2278.136561 +218114,2478.910961,2121.494347,2446.026455,1151.751854,2274.159732 +218115,2481.335884,2115.320755,2442.645956,1152.540553,2270.612856 +218116,2483.715392,2109.175115,2441.139966,1153.261636,2269.49186 +218117,2486.169567,2102.622566,2438.763041,1154.04407,2267.396198 +218118,2488.534686,2096.427145,2434.371167,1154.757443,2262.891625 +218119,2490.794188,2089.990723,2430.843172,1155.536651,2259.501698 +218120,2493.440348,2083.527875,2427.689509,1156.244366,2256.607073 +218121,2495.751082,2077.020348,2424.744512,1157.016441,2253.999924 +218122,2498.157324,2070.530849,2421.925029,1157.717591,2251.583058 +218123,2500.576994,2064.037287,2419.181818,1158.483885,2249.290777 +218124,2502.966784,2044.717469,2418.280053,1159.181196,2249.314054 +218125,2505.384025,2068.533473,2414.911945,1159.938628,2246.315631 +218126,2507.698274,2016.234943,2412.316117,1160.630647,2244.292689 +218127,2509.974471,2066.626103,2409.995187,1161.384003,2242.6133 +218128,2512.5363,2000.340816,2407.835486,1162.068586,2241.139846 +218129,2514.897747,2031.46587,2405.751123,1162.816337,2239.764259 +218130,2517.190857,2013.562847,2403.67727,1163.494973,2238.408826 +218131,2519.738923,2028.774653,2401.616531,1164.37528,2237.070568 +218132,2522.309402,1985.862091,2399.658628,1165.254166,2235.841766 +218133,2524.90173,1987.547305,2397.838023,1166.141062,2234.750108 +218134,2527.377718,1994.633991,2396.051333,1167.035059,2233.662961 +218135,2529.976199,1978.617099,2394.26413,1167.934999,2232.538665 +218136,2532.309367,1991.343146,2392.489195,1168.839843,2231.395227 +218137,2535.220427,1941.619413,2392.513969,1169.749832,2232.459906 +218138,2537.518437,1985.272729,2389.910522,1170.66132,2230.242538 +218139,2540.161462,1931.527847,2387.881767,1171.578919,2228.707941 +218140,2542.694715,1955.204966,2387.990105,1172.45835,2229.738896 +218141,2545.219321,1937.044361,2385.297194,1173.41163,2227.324432 +218142,2547.718079,1932.189411,2383.236816,1174.378073,2225.658795 +218143,2558.364138,1947.278734,2381.517178,1175.225283,2224.373821 +218144,2541.172926,1886.644404,2379.840657,1176.174439,2223.112039 +218145,2568.310111,1947.758475,2379.982419,1177.130629,2224.068085 +218146,2545.983968,1870.127961,2377.502285,1178.026753,2221.790387 +218147,2572.754142,1911.699774,2375.677228,1178.999303,2220.296976 +218148,2559.290853,1887.001422,2375.85346,1179.904502,2221.245417 +218149,2566.515902,1882.961565,2373.338708,1180.875674,2218.864176 +218150,2568.891988,1876.006957,2371.441138,1181.785761,2217.220118 +218151,2571.214031,1869.017789,2369.817934,1182.763029,2215.881235 +218152,2573.84088,1861.946965,2370.048046,1183.675831,2216.806862 +218153,2576.334692,1854.78564,2369.39559,1184.655281,2216.641626 +218154,2578.838715,1847.92661,2368.402924,1185.570357,2216.057333 +218155,2581.400111,1840.819787,2365.522352,1186.552383,2213.125086 +218156,2583.889678,1851.095976,2363.497088,1187.471135,2211.208585 +218157,2586.463627,1802.175109,2363.591048,1188.45816,2211.86919 +218158,2589.095132,1842.575102,2362.94139,1189.376827,2211.603219 +218159,2591.480338,1794.564308,2360.282888,1190.364617,2208.84932 +218160,2594.25756,1813.368569,2360.172224,1191.28961,2209.220304 +218161,2340.994003,1686.911097,2355.454053,1083.089205,2204.347978 +218162,2372.058206,1678.664456,2336.789517,1081.419886,2179.128016 +218163,2318.249285,1669.739661,2312.989023,1080.431959,2145.478364 +218164,2386.674713,1661.123591,2292.796789,1079.863493,2114.428491 +218165,2318.520275,1652.607647,2276.803754,1079.591011,2089.252749 +218166,2375.57298,1644.506311,2264.921701,1079.289981,2069.243037 +218167,2339.749699,1661.274961,2256.010805,1079.133103,2053.089392 +218168,2352.165676,1592.482308,2248.893646,1079.023757,2039.598304 +218169,2350.816717,1637.352828,2243.188089,1078.959045,2028.328627 +218170,2351.041859,1608.688907,2240.221188,1078.932113,2020.905604 +218171,2351.516651,1604.459291,2235.264066,1078.935323,2011.506705 +218172,2352.118749,1596.757593,2231.40552,1078.969024,2003.871842 +218173,2352.736995,1589.063689,2228.114292,1079.027261,1997.299507 +218174,2353.457764,1581.433551,2226.942228,1079.109884,1993.661457 +218175,2354.102929,1573.756364,2223.360186,1079.21264,1987.377175 +218176,2354.975871,1566.39944,2222.273312,1079.338726,1984.42074 +218177,2355.734722,1558.890078,2218.833974,1079.481691,1978.811897 +218178,2356.604273,1551.634598,2216.165278,1079.645667,1974.339097 +218179,2357.57269,1544.186815,2215.554593,1079.827345,1972.554762 +218180,2358.432131,1537.014064,2212.467081,1080.024958,1967.887195 +218181,2359.495276,1529.731166,2210.080066,1080.241428,1964.204514 +218182,2360.552991,1522.7761,2209.702564,1080.473876,1963.0931 +218183,2361.546118,1515.682352,2206.817243,1080.720903,1959.007625 +218184,2362.769111,1508.747393,2206.338095,1080.985735,1957.957628 +218185,2363.815389,1501.869731,2203.446207,1081.263237,1954.019826 +218186,2365.097825,1495.248228,2201.271687,1081.557343,1951.012537 +218187,2366.254652,1488.22122,2199.381579,1081.937623,1948.390883 +218188,2367.494727,1481.854403,2197.659136,1082.151706,1946.010143 +218189,2368.781368,1475.147307,2196.047654,1082.53839,1943.800787 +218190,2369.914951,1468.750734,2194.515418,1082.876293,1941.72173 +218191,2371.489101,1462.370004,2193.046249,1083.230262,1939.748967 +218192,2372.758815,1456.058788,2191.626033,1083.595553,1937.861298 +218193,2374.108267,1452.857897,2190.236591,1083.972369,1936.032306 +218194,2375.58785,1448.271617,2190.593118,1084.361994,1936.368485 +218195,2376.907852,1443.826571,2188.303206,1084.758369,1933.480894 +218196,2378.421813,1439.305055,2186.600252,1085.170376,1931.32017 +218197,2379.922969,1435.017774,2185.104412,1085.590571,1929.406967 +218198,2381.405726,1430.556243,2185.449854,1086.022917,1929.754098 +218199,2382.858649,1426.366042,2183.206502,1086.461083,1926.932421 +218200,2384.497488,1422.178962,2183.300572,1086.91484,1926.984573 +218201,2385.948339,1418.072726,2180.950757,1087.371663,1924.035133 +218202,2387.633165,1413.958867,2181.008703,1087.843992,1924.036266 +218203,2389.121528,1410.150349,2178.664686,1088.318557,1921.080775 +218204,2390.852156,1406.226401,2178.749297,1088.808055,1921.099889 +218205,2392.467479,1402.461709,2178.163346,1089.300947,1920.294581 +218206,2394.055907,1398.770705,2177.346205,1089.803886,1919.208451 +218207,2395.725137,1395.165289,2174.703329,1090.312831,1915.86991 +218208,2397.471407,1391.653133,2174.674442,1090.832808,1915.72292 +218209,2398.94605,1388.227762,2174.071765,1091.355907,1914.860944 +218210,2400.912214,1384.989794,2173.295621,1091.887795,1913.785584 +218211,2402.460572,1381.526804,2170.726885,1092.424722,1910.498234 +218212,2404.336903,1378.588383,2170.781756,1092.971366,1910.417733 +218213,2406.010749,1375.470703,2170.266152,1093.520368,1909.628389 +218214,2407.739233,1372.64143,2167.861112,1094.075895,1906.511482 +218215,2409.593701,1369.957723,2166.322813,1094.918861,1904.442081 +218216,2411.29432,1367.339492,2165.134941,1095.780797,1902.782779 +218217,2413.117987,1364.772321,2164.141025,1096.844974,1901.350696 +218218,2414.987069,1362.25091,2165.16131,1097.780182,1902.168143 +218219,2416.727007,1359.767465,2165.092821,1098.988842,1901.923949 +218220,2418.54001,1357.322654,2162.988224,1100.188657,1899.164859 +218221,2660.178327,1461.479337,2165.719292,1208.043051,1902.412884 +218222,2661.780918,1460.96256,2184.105536,1211.299748,1928.337981 +218223,2659.385066,1460.146967,2207.599399,1213.967707,1962.369028 +218224,2673.33125,1458.716826,2227.157912,1216.649877,1992.603789 +218225,2673.726323,1457.46719,2241.676483,1219.104,2016.613077 +218226,2677.487354,1456.067921,2253.178649,1221.611105,2036.942133 +218227,2680.647812,1454.550757,2260.575837,1224.117533,2051.812543 +218228,2684.104085,1453.256157,2265.636997,1226.651969,2063.289241 +218229,2686.885736,1451.748295,2267.612521,1229.222683,2070.399472 +218230,2697.947723,1450.320102,2269.821397,1231.917867,2077.238251 +218231,2683.780181,1448.879688,2271.67073,1234.455122,2083.113953 +218232,2706.906101,1447.444165,2274.945931,1237.222858,2090.297583 +218233,2698.732642,1446.013234,2277.240828,1239.967801,2095.884146 +218234,2702.18792,1444.589423,2277.144927,1242.776832,2098.169442 +218235,2706.446902,1443.175413,2277.569834,1245.642515,2100.770731 +218236,2709.538709,1441.768882,2278.241881,1248.560177,2103.378718 +218237,2712.156125,1440.37231,2278.998511,1251.452186,2105.83489 +218238,2715.482439,1439.078472,2281.430769,1254.60292,2110.354476 +218239,2717.352681,1437.564404,2281.193096,1257.630126,2111.185063 +218240,2720.915846,1436.264393,2281.487687,1260.78554,2112.507593 +218241,2723.767048,1434.895393,2282.150226,1263.986174,2113.894845 +218242,2733.527392,1433.551023,2282.849497,1267.244325,2115.444539 +218243,2720.266985,1432.218308,2283.411216,1270.642763,2116.723408 +218244,2742.048371,1430.899194,2285.597515,1274.069749,2119.920217 +218245,2732.874062,1429.586279,2285.289069,1282.019763,2119.968487 +218246,2738.024977,1428.291312,2285.420607,1275.476426,2120.48355 +218247,2740.450859,1427.005709,2285.624464,1301.185131,2121.009969 +218248,2743.493248,1425.733086,2285.979838,1265.069997,2121.655318 +218249,2746.047428,1424.381825,2286.417399,1302.774426,2122.346934 +218250,2748.352781,1423.267975,2286.836356,1292.99358,2122.971109 +218251,2751.394018,1422.243439,2287.258821,1299.407049,2123.56199 +218252,2754.151248,1421.357703,2287.729119,1303.574238,2124.141181 +218253,2763.647048,1420.492809,2288.41315,1307.746418,2124.89358 +218254,2751.37415,1419.652685,2288.997733,1311.90112,2125.433176 +218255,2769.280695,1418.834534,2289.532903,1316.407776,2125.831403 +218256,2765.146763,1418.035475,2290.278312,1320.563406,2126.420635 +218257,2767.570391,1417.255102,2292.642847,1325.034776,2128.959128 +218258,2769.458586,1416.487743,2292.253766,1329.457415,2128.058572 +218259,2772.445733,1415.73933,2292.428258,1333.944892,2128.011915 +218260,2774.957692,1415.003256,2292.831127,1338.470258,2127.975518 +218261,2784.216521,1414.281371,2293.521183,1343.036736,2128.247952 +218262,2772.553175,1413.57165,2294.144008,1347.725199,2128.410428 +218263,2787.890844,1412.874131,2294.682751,1352.235564,2128.451584 +218264,2785.47784,1412.187667,2295.401363,1356.970734,2128.699559 +218265,2786.194479,1411.511633,2296.073327,1361.662726,2128.879017 +218266,2800.36953,1410.45348,2296.899168,1370.379973,2129.239041 +218267,2802.209639,1409.935287,2298.009062,1376.176662,2129.997319 +218268,2811.742519,1409.518293,2299.271197,1381.714771,2130.949734 +218269,2811.548063,1409.154697,2300.519752,1387.246151,2132.011078 +218270,2812.262758,1408.833291,2301.530816,1392.789189,2132.507744 +218271,2813.962251,1408.550112,2302.293616,1398.357534,2132.633095 +218272,2816.275694,1408.302699,2302.948157,1403.954124,2132.722328 +218273,2818.836308,1408.090234,2303.582673,1412.959064,2132.489562 +218274,2821.344872,1407.911562,2304.239818,1415.257852,2132.420608 +218275,2821.325081,1407.766353,2304.857022,1430.252544,2131.770973 +218276,2821.258265,1407.65372,2305.383598,1412.870108,2131.390573 +218277,2821.195494,1407.573511,2305.802874,1435.374898,2130.746874 +218278,2821.115474,1407.525075,2306.099131,1438.944642,2129.926962 +218279,2821.041578,1407.508475,2306.315593,1443.096521,2129.215184 +218280,2823.697712,1405.600398,2308.212767,1451.813798,2130.30489 +218281,2824.021535,1427.94639,2308.860551,1492.67827,2131.125177 +218282,2828.091239,1429.164587,2311.542825,1470.456866,2135.104382 +218283,2833.703028,1430.030963,2315.130512,1503.730558,2140.523604 +218284,2839.046421,1430.591482,2318.65341,1500.168333,2146.143984 +218285,2843.46697,1431.288371,2321.741308,1508.72056,2150.953014 +218286,2846.982715,1431.878145,2324.376206,1525.278023,2155.078629 +218287,2849.905109,1432.47094,2326.709462,1507.615359,2158.698442 +218288,2852.449396,1433.065385,2328.842452,1540.586659,2161.93762 +218289,2854.731998,1433.668085,2330.829615,1526.83512,2164.866675 +218290,2856.859576,1434.282258,2332.73014,1545.400796,2167.563997 +218291,2858.856624,1434.910493,2334.556635,1549.499476,2170.052158 +218292,2860.729598,1435.553743,2336.312377,1566.568828,2172.342998 +218293,2862.591717,1436.213431,2338.069203,1542.545447,2174.533021 +218294,2864.635335,1436.889661,2339.950563,1593.273315,2176.782982 +218295,2866.675585,1437.491257,2341.841836,1563.482728,2178.960989 +218296,2868.600897,1438.338081,2343.674105,1587.688689,2180.990004 +218297,2870.573902,1439.001805,2345.550918,1587.65113,2183.003422 +218298,2872.691387,1439.761763,2347.534334,1595.707709,2185.083323 +218299,2874.994357,1440.526227,2349.652523,1601.727317,2187.270673 +218300,2877.451472,1441.307784,2351.888642,1608.300052,2189.551062 +218301,2879.994663,1442.107137,2354.202102,1614.594526,2191.879854 +218302,2882.578029,1442.923749,2356.565083,1620.932524,2194.226598 +218303,2887.836308,1446.668891,2360.657933,1626.61032,2198.874333 +218304,2889.027018,1447.925799,2362.480658,1632.588517,2200.077525 +218305,2891.096794,1448.989838,2365.039167,1639.029965,2201.908987 +218306,2893.435324,1450.009632,2367.780994,1645.183023,2203.899971 +218307,2895.89533,1451.010715,2370.540678,1651.394354,2205.959837 +218308,2898.40968,1452.004171,2373.268438,1657.421904,2208.053609 +218309,2900.946357,1452.9954,2375.959988,1663.791159,2210.164095 +218310,2903.485584,1453.987435,2378.619682,1669.786596,2212.277734 +218311,2906.125462,1454.360172,2381.321728,1681.925346,2214.471956 +218312,2908.731448,1454.604922,2383.93433,1679.630522,2216.660589 +218313,2911.18266,1454.783378,2386.348577,1689.23512,2218.760136 +218314,2913.593162,1454.911041,2388.631105,1695.053535,2220.8596 +218315,2915.98562,1454.997083,2390.806204,1700.903737,2222.971142 +218316,2918.331282,1455.044866,2392.870008,1706.96586,2225.066856 +218317,2923.315379,1455.058488,2396.547438,1713.182289,2229.27162 +218318,2924.149407,1455.037067,2397.548313,1719.042209,2230.255527 +218319,2928.473382,1454.986721,2400.916201,1725.167769,2234.011665 +218320,2928.931688,1454.902981,2401.582513,1731.180814,2234.736147 +218321,2930.368609,1454.792298,2402.813263,1737.263348,2236.21246 +218322,2934.81426,1454.745034,2405.906691,1743.348985,2240.038547 +218323,2935.318352,1454.44017,2406.46745,1749.248556,2240.773698 +218324,2936.761077,1454.311595,2407.591757,1755.200932,2242.243945 +218325,2938.528325,1454.077108,2408.882109,1761.384043,2243.948246 +218326,2940.465991,1453.830394,2410.246258,1767.364259,2245.774668 +218327,2942.487395,1453.55936,2411.637248,1773.295965,2247.668923 +218328,2944.544388,1453.263472,2413.030248,1779.364612,2249.602001 +218329,2946.614865,1452.943833,2414.414094,1785.197322,2251.559596 +218330,2948.688776,1452.600154,2415.783505,1791.354086,2253.533566 +218331,2950.957103,1451.026084,2417.26071,1805.518347,2255.673983 +218332,2953.435978,1450.435034,2418.648726,1804.928374,2257.903871 +218333,2955.867547,1449.950205,2419.860017,1813.825369,2260.051138 +218334,2958.269848,1449.478625,2421.018231,1820.335855,2262.172286 +218335,2960.638861,1449.003452,2422.17973,1826.345749,2264.284033 +218336,2962.982933,1448.516903,2423.362523,1834.769696,2266.600374 +218337,2965.40924,1447.924644,2424.627414,1843.86858,2268.79039 +218338,2967.943699,1447.542024,2425.980971,1852.252706,2271.075989 +218339,2970.670951,1446.945088,2427.470498,1865.861515,2273.528857 +218340,2973.42369,1446.408228,2428.986492,1867.669734,2276.020843 +218341,2976.137074,1412.66753,2430.546685,1843.366633,2278.96094 +218342,2975.155956,1411.470143,2429.399978,1853.684163,2277.61452 +218343,2967.69001,1410.478207,2423.994317,1860.226592,2270.319496 +218344,2965.317316,1409.461837,2421.526133,1874.188189,2266.386718 +218345,2961.230392,1408.438218,2417.978389,1875.177894,2261.05505 +218346,2962.377309,1407.409128,2417.814263,1885.413731,2260.006049 +218347,2960.939292,1406.360425,2416.089429,1893.594943,2257.158143 +218348,2963.859234,1405.30379,2417.21256,1901.869122,2258.022827 +218349,2963.451786,1404.225053,2416.29993,1909.308918,2256.535094 +218350,2964.440557,1403.046929,2416.331273,1922.636569,2256.390063 +218351,2965.989382,1402.067793,2416.758405,1924.87636,2256.893107 +218352,2967.677706,1400.968289,2417.31016,1933.779148,2257.701396 +218353,2969.653305,1399.713151,2418.077614,1947.622357,2258.921408 +218354,2971.809975,1398.613838,2418.98973,1949.844413,2260.455804 +218355,2973.834622,1397.423691,2419.842825,1958.539415,2262.040313 +218356,2975.941734,1396.227551,2420.766398,1971.744015,2263.823645 +218357,2978.417844,1395.013714,2421.755752,1974.729021,2265.788409 +218358,2980.410549,1393.78094,2422.640379,1982.049104,2267.712213 +218359,2982.412232,1392.442533,2423.538965,1994.486621,2269.732943 +218360,2984.635114,1391.299202,2424.576967,2003.091021,2271.998778 +218361,2986.798338,1389.958858,2425.572608,2006.269598,2274.277689 +218362,2988.625724,1388.6578,2426.349373,2011.435166,2276.342231 +218363,2990.16732,1387.340079,2426.934829,2017.376589,2278.220504 +218364,2991.451788,1385.988197,2427.343146,2020.6052,2279.920925 +218365,2992.413486,1384.718401,2427.527425,2024.048231,2281.380148 +218366,2993.074084,1383.204625,2427.498601,2027.707421,2282.605175 +218367,2993.511031,1381.862083,2427.302401,2031.556142,2283.650776 +218368,2993.788432,1380.345262,2426.978432,2035.713177,2284.564215 +218369,2993.953561,1379.031029,2426.55738,2039.724943,2285.38272 +218370,2994.04199,1377.516193,2426.063508,2043.769013,2286.136675 +218371,2994.075604,1376.787029,2425.512837,2047.833485,2286.846872 +218372,2994.090092,1376.183243,2424.99707,2051.746391,2287.526469 +218373,2994.109361,1375.648636,2424.579769,2055.413047,2288.187135 +218374,2994.143693,1375.165056,2424.280264,2058.833609,2288.83928 +218375,2994.194566,1374.72385,2424.091844,2062.051129,2289.490637 +218376,2994.25982,1374.320179,2423.999752,2065.110218,2290.14632 +218377,2994.336354,1373.951238,2423.989947,2068.04138,2290.809366 +218378,2994.421267,1373.614926,2424.051443,2070.861512,2291.481508 +218379,2994.51204,1373.309842,2424.175898,2073.579174,2292.16364 +218380,2994.60658,1373.034662,2424.356857,2076.199057,2292.856268 +218381,2994.703087,1372.788455,2424.589079,2078.72423,2293.55957 +218382,2994.803416,1371.528271,2424.870414,2081.149364,2294.276288 +218383,2997.102515,1371.039471,2426.759835,2084.677929,2297.103124 +218384,2995.216207,1370.654329,2426.119827,2084.999022,2296.85888 +218385,2994.134551,1370.315868,2426.011278,2085.894223,2297.276225 +218386,2993.119797,1370.003939,2426.090244,2087.145241,2297.878035 +218387,2995.561429,1369.717801,2427.963044,2090.486208,2300.662801 +218388,2993.629192,1369.447368,2427.421006,2091.141002,2300.40278 +218389,2992.879748,1369.20127,2427.442805,2092.396055,2300.80501 +218390,2992.422462,1368.970419,2427.640409,2093.814892,2301.382878 +218391,2992.125049,1368.757357,2427.940181,2095.300507,2302.050855 +218392,2994.54274,1368.562552,2429.980974,2098.608723,2304.863134 +218393,2993.051043,1368.37865,2429.574094,2099.067739,2304.614032 +218394,2992.384451,1368.215772,2429.710962,2100.03992,2305.019262 +218395,2991.968312,1368.065219,2430.013425,2101.148128,2305.59934 +218396,2991.692421,1367.92988,2430.413054,2102.305835,2306.272325 +218397,2994.120315,1367.727156,2432.549999,2105.283852,2309.092309 +218398,2992.632198,1367.743431,2432.236693,2105.408831,2308.854515 +218399,2991.964397,1367.59414,2432.463632,2106.037039,2309.273561 +218400,2991.542675,1367.578753,2432.853148,2106.791459,2309.869656 +218401,2884.402872,1301.32414,2432.868139,2104.522689,2310.820905 +218402,2783.920974,1300.528494,2421.402922,2090.988058,2295.547258 +218403,2828.085498,1300.108245,2405.38841,2074.449274,2273.004535 +218404,2807.498993,1299.688992,2392.144371,2062.60025,2253.391085 +218405,2821.347636,1299.315832,2383.011591,2056.263702,2238.887061 +218406,2798.59457,1298.964885,2377.244884,2053.122053,2228.233814 +218407,2816.525765,1298.631167,2373.638674,2051.926418,2220.73064 +218408,2793.806454,1298.311899,2371.351112,2051.370627,2215.02007 +218409,2804.489757,1298.007123,2371.443937,2052.659,2212.829142 +218410,2798.775013,1297.708831,2369.63046,2051.164209,2208.603421 +218411,2796.180431,1297.425903,2368.792642,2050.282513,2206.117982 +218412,2794.057957,1297.149093,2368.385247,2049.559255,2204.149997 +218413,2791.764171,1296.881063,2368.282344,2048.919322,2202.873647 +218414,2789.525809,1296.622125,2370.037102,2050.093758,2204.059511 +218415,2777.953935,1296.592741,2369.221831,2048.181089,2202.107982 +218416,2772.882549,1296.310362,2368.844591,2044.961751,2201.002072 +218417,2770.031674,1295.980846,2368.692759,2041.06697,2200.29799 +218418,2766.960315,1295.637852,2368.795419,2037.511737,2200.036269 +218419,2764.064337,1295.287065,2369.090157,2034.62575,2200.140846 +218420,2761.284621,1294.852168,2371.154924,2034.104737,2202.544952 +218421,2757.839277,1294.604465,2370.717325,2031.028705,2201.796914 +218422,2746.923129,1294.182624,2370.720474,2028.57016,2201.877124 +218423,2763.33693,1293.821087,2371.049808,2026.563283,2202.433906 +218424,2737.144872,1293.442509,2371.492046,2024.720899,2203.192172 +218425,2749.281578,1293.057458,2371.753149,2018.657175,2203.783541 +218426,2742.87783,1292.665982,2371.78466,2006.740444,2204.141119 +218427,2739.235552,1292.267761,2371.416826,1998.984716,2204.045921 +218428,2729.152341,1292.399614,2370.457,1984.416868,2203.249297 +218429,2724.770465,1292.114615,2370.705658,1976.433237,2203.888863 +218430,2721.255619,1291.761101,2368.256573,1962.345418,2201.172497 +218431,2717.748808,1290.720377,2366.802261,1970.246481,2199.678215 +218432,2713.848424,1289.310649,2365.915632,1954.115182,2199.007657 +218433,2710.03462,1287.902527,2366.833302,1957.453434,2200.772204 +218434,2705.842171,1286.54745,2365.290388,1953.088649,2199.753852 +218435,2702.017941,1284.976737,2364.370111,1949.640364,2199.510612 +218436,2697.977686,1283.416854,2363.594125,1946.551977,2199.83033 +218437,2693.918854,1281.795257,2362.854232,1943.709655,2200.355214 +218438,2690.017405,1280.124892,2362.103344,1941.075819,2200.998976 +218439,2692.999191,1278.067658,2363.316582,1952.077992,2204.207234 +218440,2690.715744,1276.419391,2362.44103,1955.292796,2204.989739 +218441,2687.290866,1301.197424,2362.203095,1954.789834,2206.661989 +218442,2683.531784,1233.762912,2361.934084,1953.266655,2208.371705 +218443,2679.877501,1289.85136,2361.447304,1952.111815,2209.887424 +218444,2675.922379,1283.566432,2360.658341,1950.579244,2211.074883 +218445,2671.964968,1241.53987,2359.772627,1949.858451,2212.181782 +218446,2668.02258,1301.74848,2358.787213,1948.436948,2213.215749 +218447,2664.252887,1223.276678,2359.386381,1947.711533,2216.243364 +218448,2659.639897,1279.298779,2357.138623,1945.687213,2216.029455 +218449,2655.71482,1265.506262,2355.514912,1944.693225,2216.380239 +218450,2651.462736,1243.196388,2354.085709,1943.478682,2216.986119 +218451,2647.38962,1272.926874,2354.403507,1942.719165,2219.776343 +218452,2642.803783,1233.154334,2352.117788,1940.737366,2219.407554 +218453,2638.462687,1271.980275,2350.263734,1934.634084,2219.606799 +218454,2634.171975,1227.670065,2348.697505,1944.396582,2220.182726 +218455,2629.708409,1264.481235,2347.238584,1931.196927,2220.931645 +218456,2616.731269,1227.707581,2345.686268,1941.237406,2221.59889 +218457,2632.741396,1252.525802,2344.228372,1928.965827,2222.428031 +218458,2602.326838,1231.119476,2342.783346,1939.246967,2223.306832 +218459,2616.083001,1239.697239,2341.171001,1926.178721,2224.023233 +218460,2605.23677,1233.587558,2339.530174,1931.776526,2224.735026 +218461,1911.107232,1232.000284,1020.000311,1529.698553,2223.253775 +218462,2008.792364,1360.197423,1076.869396,1612.994108,2304.884844 +218463,2111.653573,1363.790408,1142.620892,1698.855478,2380.124097 +218464,2182.269694,1362.537446,1194.345617,1753.074204,2423.134869 +218465,2228.507221,1361.948281,1233.135151,1782.193798,2447.027364 +218466,2259.377882,1361.300248,1262.777344,1796.653718,2461.965279 +218467,2281.224114,1360.028843,1286.174384,1803.78823,2472.595713 +218468,2297.651337,1358.405731,1305.473956,1807.821588,2480.658737 +218469,2310.612959,1356.776293,1321.510708,1810.677125,2487.371367 +218470,2321.102538,1355.053464,1335.127933,1813.012803,2493.188634 +218471,2329.663898,1353.299843,1346.738484,1814.992672,2498.310048 +218472,2336.629179,1351.506068,1356.63651,1816.640728,2502.808222 +218473,2342.313173,1349.763911,1365.095861,1818.0305,2506.790859 +218474,2346.977469,1349.000015,1372.351969,1819.240747,2510.349912 +218475,2351.132547,1347.409136,1378.637647,1821.463963,2513.529924 +218476,2354.805529,1345.599933,1384.093964,1824.234948,2516.374024 +218477,2357.948469,1343.750692,1388.827957,1826.919333,2518.92358 +218478,2360.571868,1341.8621,1392.936015,1829.228553,2521.216139 +218479,2362.735347,1339.944055,1396.50625,1831.154657,2523.284651 +218480,2364.511426,1337.99928,1399.615197,1832.788349,2525.155866 +218481,2365.96754,1336.030695,1402.329487,1834.225173,2526.855603 +218482,2367.158329,1334.038346,1404.705308,1835.531535,2528.406832 +218483,2368.126055,1331.937151,1406.789348,1836.745866,2529.829123 +218484,2368.903624,1330.025081,1408.620403,1837.889502,2531.139074 +218485,2369.517207,1327.89968,1410.230863,1838.975399,2532.350801 +218486,2369.988026,1325.827312,1411.647909,1840.012665,2533.476431 +218487,2370.333439,1323.717401,1412.894409,1841.008264,2534.526365 +218488,2370.567708,1321.582976,1413.989656,1841.967602,2535.509556 +218489,2370.702549,1319.424099,1414.949939,1842.894782,2536.433659 +218490,2370.747632,1317.240121,1415.78905,1843.792888,2537.305246 +218491,2370.710937,1315.353049,1416.518684,1844.664222,2538.12991 +218492,2370.611239,1313.515636,1417.161863,1845.47868,2538.91245 +218493,2370.4627,1311.693504,1417.736664,1846.218403,2539.656988 +218494,2370.272485,1309.877305,1418.253425,1846.882687,2540.367048 +218495,2370.043626,1308.062967,1418.71756,1847.479566,2541.045596 +218496,2369.777654,1306.247889,1419.132372,1848.0184,2541.695159 +218497,2369.475826,1304.430701,1419.50047,1848.506641,2542.317872 +218498,2369.139472,1302.609803,1419.824241,1848.949474,2542.915569 +218499,2368.769935,1300.785732,1420.105895,1849.35046,2543.489798 +218500,2368.368527,1298.956512,1420.34746,1849.71222,2544.041906 +218501,2367.936468,1297.122248,1420.550756,1850.036838,2544.57304 +218502,2367.474902,1295.282174,1420.71743,1850.326062,2545.084201 +218503,2366.984882,1293.436053,1420.848965,1850.581371,2545.576242 +218504,2366.467405,1291.583324,1420.946721,1850.80404,2546.049914 +218505,2365.923402,1289.723837,1421.011937,1850.995156,2546.505858 +218506,2365.353764,1287.857118,1421.045764,1851.155669,2546.944644 +218507,2364.759322,1285.983086,1421.049263,1851.286404,2547.366761 +218508,2364.140876,1284.10134,1421.023428,1851.388094,2547.772648 +218509,2363.499174,1282.212041,1420.969181,1851.461388,2548.162684 +218510,2362.834938,1280.31419,1420.887395,1851.506872,2548.537217 +218511,2362.14884,1278.40869,1420.778886,1851.525068,2548.896546 +218512,2361.441537,1276.413248,1420.644429,1851.516452,2549.24095 +218513,2360.713645,1274.611816,1420.484754,1851.481456,2549.570678 +218514,2359.965765,1272.62099,1420.300562,1851.420474,2549.885965 +218515,2359.198452,1270.694785,1420.09251,1851.333859,2550.187015 +218516,2358.412249,1268.746797,1419.861233,1851.221939,2550.474029 +218517,2357.607671,1266.790092,1419.607331,1851.08501,2550.747187 +218518,2356.785213,1264.824619,1419.331385,1850.923346,2551.006664 +218519,2355.94535,1262.850464,1419.033946,1850.737197,2551.252628 +218520,2355.088545,1260.94758,1418.715551,1850.526797,2551.485243 +218521,0,0,0,0,0 +218522,0,0,0,0,0 +218523,0,0,0,0,0 +218524,0,0,0,0,0 +218525,0,0,0,0,0 +218526,0,0,0,0,0 +218527,0,0,0,0,0 +218528,0,0,0,0,0 +218529,0,0,0,0,0 +218530,0,0,0,0,0 +218531,0,0,0,0,0 +218532,0,0,0,0,0 +218533,0,0,0,0,0 +218534,0,0,0,0,0 +218535,0,0,0,0,0 +218536,0,0,0,0,0 +218537,0,0,0,0,0 +218538,0,0,0,0,0 +218539,0,0,0,0,0 +218540,0,0,0,0,0 +218541,0,0,0,0,0 +218542,0,0,0,0,0 +218543,0,0,0,0,0 +218544,0,0,0,0,0 +218545,0,0,0,0,0 +218546,0,0,0,0,0 +218547,0,0,0,0,0 +218548,0,0,0,0,0 +218549,0,0,0,0,0 +218550,0,0,0,0,0 +218551,0,0,0,0,0 +218552,0,0,0,0,0 +218553,0,0,0,0,0 +218554,0,0,0,0,0 +218555,0,0,0,0,0 +218556,0,0,0,0,0 +218557,0,0,0,0,0 +218558,0,0,0,0,0 +218559,0,0,0,0,0 +218560,0,0,0,0,0 +218561,0,0,0,0,0 +218562,0,0,0,0,0 +218563,0,0,0,0,0 +218564,0,0,0,0,0 +218565,0,0,0,0,0 +218566,0,0,0,0,0 +218567,0,0,0,0,0 +218568,0,0,0,0,0 +218569,0,0,0,0,0 +218570,0,0,0,0,0 +218571,0,0,0,0,0 +218572,0,0,0,0,0 +218573,0,0,0,0,0 +218574,0,0,0,0,0 +218575,0,0,0,0,0 +218576,0,0,0,0,0 +218577,0,0,0,0,0 +218578,0,0,0,0,0 +218579,0,0,0,0,0 +218580,0,0,0,0,0 +218581,0,0,0,0,0 +218582,0,0,0,0,0 +218583,0,0,0,0,0 +218584,0,0,0,0,0 +218585,0,0,0,0,0 +218586,0,0,0,0,0 +218587,0,0,0,0,0 +218588,0,0,0,0,0 +218589,0,0,0,0,0 +218590,0,0,0,0,0 +218591,0,0,0,0,0 +218592,0,0,0,0,0 +218593,0,0,0,0,0 +218594,0,0,0,0,0 +218595,0,0,0,0,0 +218596,0,0,0,0,0 +218597,0,0,0,0,0 +218598,0,0,0,0,0 +218599,0,0,0,0,0 +218600,0,0,0,0,0 +218601,0,0,0,0,0 +218602,0,0,0,0,0 +218603,0,0,0,0,0 +218604,0,0,0,0,0 +218605,0,0,0,0,0 +218606,0,0,0,0,0 +218607,0,0,0,0,0 +218608,0,0,0,0,0 +218609,0,0,0,0,0 +218610,0,0,0,0,0 +218611,0,0,0,0,0 +218612,0,0,0,0,0 +218613,0,0,0,0,0 +218614,0,0,0,0,0 +218615,0,0,0,0,0 +218616,0,0,0,0,0 +218617,0,0,0,0,0 +218618,0,0,0,0,0 +218619,0,0,0,0,0 +218620,0,0,0,0,0 +218621,0,0,0,0,0 +218622,0,0,0,0,0 +218623,0,0,0,0,0 +218624,0,0,0,0,0 +218625,0,0,0,0,0 +218626,0,0,0,0,0 +218627,0,0,0,0,0 +218628,0,0,0,0,0 +218629,0,0,0,0,0 +218630,0,0,0,0,0 +218631,0,0,0,0,0 +218632,0,0,0,0,0 +218633,0,0,0,0,0 +218634,0,0,0,0,0 +218635,0,0,0,0,0 +218636,0,0,0,0,0 +218637,0,0,0,0,0 +218638,0,0,0,0,0 +218639,0,0,0,0,0 +218640,0,0,0,0,0 +218641,0,0,0,0,0 +218642,0,0,0,0,0 +218643,0,0,0,0,0 +218644,0,0,0,0,0 +218645,0,0,0,0,0 +218646,0,0,0,0,0 +218647,0,0,0,0,0 +218648,0,0,0,0,0 +218649,0,0,0,0,0 +218650,0,0,0,0,0 +218651,0,0,0,0,0 +218652,0,0,0,0,0 +218653,0,0,0,0,0 +218654,0,0,0,0,0 +218655,0,0,0,0,0 +218656,0,0,0,0,0 +218657,0,0,0,0,0 +218658,0,0,0,0,0 +218659,0,0,0,0,0 +218660,0,0,0,0,0 +218661,0,0,0,0,0 +218662,0,0,0,0,0 +218663,0,0,0,0,0 +218664,0,0,0,0,0 +218665,0,0,0,0,0 +218666,0,0,0,0,0 +218667,0,0,0,0,0 +218668,0,0,0,0,0 +218669,0,0,0,0,0 +218670,0,0,0,0,0 +218671,0,0,0,0,0 +218672,0,0,0,0,0 +218673,0,0,0,0,0 +218674,0,0,0,0,0 +218675,0,0,0,0,0 +218676,0,0,0,0,0 +218677,0,0,0,0,0 +218678,0,0,0,0,0 +218679,0,0,0,0,0 +218680,0,0,0,0,0 +218681,0,0,0,0,0 +218682,0,0,0,0,0 +218683,0,0,0,0,0 +218684,0,0,0,0,0 +218685,0,0,0,0,0 +218686,0,0,0,0,0 +218687,0,0,0,0,0 +218688,0,0,0,0,0 +218689,0,0,0,0,0 +218690,0,0,0,0,0 +218691,0,0,0,0,0 +218692,0,0,0,0,0 +218693,0,0,0,0,0 +218694,0,0,0,0,0 +218695,0,0,0,0,0 +218696,0,0,0,0,0 +218697,0,0,0,0,0 +218698,0,0,0,0,0 +218699,0,0,0,0,0 +218700,0,0,0,0,0 +218701,0,0,0,0,0 +218702,0,0,0,0,0 +218703,0,0,0,0,0 +218704,0,0,0,0,0 +218705,0,0,0,0,0 +218706,0,0,0,0,0 +218707,0,0,0,0,0 +218708,0,0,0,0,0 +218709,0,0,0,0,0 +218710,0,0,0,0,0 +218711,0,0,0,0,0 +218712,0,0,0,0,0 +218713,0,0,0,0,0 +218714,0,0,0,0,0 +218715,0,0,0,0,0 +218716,0,0,0,0,0 +218717,0,0,0,0,0 +218718,0,0,0,0,0 +218719,0,0,0,0,0 +218720,0,0,0,0,0 +218721,0,0,0,0,0 +218722,0,0,0,0,0 +218723,0,0,0,0,0 +218724,0,0,0,0,0 +218725,0,0,0,0,0 +218726,0,0,0,0,0 +218727,0,0,0,0,0 +218728,0,0,0,0,0 +218729,0,0,0,0,0 +218730,0,0,0,0,0 +218731,0,0,0,0,0 +218732,0,0,0,0,0 +218733,0,0,0,0,0 +218734,0,0,0,0,0 +218735,0,0,0,0,0 +218736,0,0,0,0,0 +218737,0,0,0,0,0 +218738,0,0,0,0,0 +218739,0,0,0,0,0 +218740,0,0,0,0,0 +218741,0,0,0,0,0 +218742,0,0,0,0,0 +218743,0,0,0,0,0 +218744,0,0,0,0,0 +218745,0,0,0,0,0 +218746,0,0,0,0,0 +218747,0,0,0,0,0 +218748,0,0,0,0,0 +218749,0,0,0,0,0 +218750,0,0,0,0,0 +218751,0,0,0,0,0 +218752,0,0,0,0,0 +218753,0,0,0,0,0 +218754,0,0,0,0,0 +218755,0,0,0,0,0 +218756,0,0,0,0,0 +218757,0,0,0,0,0 +218758,0,0,0,0,0 +218759,0,0,0,0,0 +218760,0,0,0,0,0 +218761,0,0,0,0,0 +218762,0,0,0,0,0 +218763,0,0,0,0,0 +218764,0,0,0,0,0 +218765,0,0,0,0,0 +218766,0,0,0,0,0 +218767,0,0,0,0,0 +218768,0,0,0,0,0 +218769,0,0,0,0,0 +218770,0,0,0,0,0 +218771,0,0,0,0,0 +218772,0,0,0,0,0 +218773,0,0,0,0,0 +218774,0,0,0,0,0 +218775,0,0,0,0,0 +218776,0,0,0,0,0 +218777,0,0,0,0,0 +218778,0,0,0,0,0 +218779,0,0,0,0,0 +218780,0,0,0,0,0 +218781,0,0,0,0,0 +218782,0,0,0,0,0 +218783,0,0,0,0,0 +218784,0,0,0,0,0 +218785,0,0,0,0,0 +218786,0,0,0,0,0 +218787,0,0,0,0,0 +218788,0,0,0,0,0 +218789,0,0,0,0,0 +218790,0,0,0,0,0 +218791,0,0,0,0,0 +218792,0,0,0,0,0 +218793,0,0,0,0,0 +218794,0,0,0,0,0 +218795,0,0,0,0,0 +218796,0,0,0,0,0 +218797,0,0,0,0,0 +218798,0,0,0,0,0 +218799,0,0,0,0,0 +218800,0,0,0,0,0 +218801,0,0,0,0,0 +218802,0,0,0,0,0 +218803,0,0,0,0,0 +218804,0,0,0,0,0 +218805,0,0,0,0,0 +218806,0,0,0,0,0 +218807,0,0,0,0,0 +218808,0,0,0,0,0 +218809,0,0,0,0,0 +218810,0,0,0,0,0 +218811,0,0,0,0,0 +218812,0,0,0,0,0 +218813,0,0,0,0,0 +218814,0,0,0,0,0 +218815,0,0,0,0,0 +218816,0,0,0,0,0 +218817,0,0,0,0,0 +218818,0,0,0,0,0 +218819,0,0,0,0,0 +218820,0,0,0,0,0 +218821,0,0,0,0,0 +218822,0,0,0,0,0 +218823,0,0,0,0,0 +218824,0,0,0,0,0 +218825,0,0,0,0,0 +218826,0,0,0,0,0 +218827,0,0,0,0,0 +218828,0,0,0,0,0 +218829,0,0,0,0,0 +218830,0,0,0,0,0 +218831,0,0,0,0,0 +218832,0,0,0,0,0 +218833,0,0,0,0,0 +218834,0,0,0,0,0 +218835,0,0,0,0,0 +218836,0,0,0,0,0 +218837,0,0,0,0,0 +218838,0,0,0,0,0 +218839,0,0,0,0,0 +218840,0,0,0,0,0 +218841,0,0,0,0,0 +218842,0,0,0,0,0 +218843,0,0,0,0,0 +218844,0,0,0,0,0 +218845,0,0,0,0,0 +218846,0,0,0,0,0 +218847,0,0,0,0,0 +218848,0,0,0,0,0 +218849,0,0,0,0,0 +218850,0,0,0,0,0 +218851,0,0,0,0,0 +218852,0,0,0,0,0 +218853,0,0,0,0,0 +218854,0,0,0,0,0 +218855,0,0,0,0,0 +218856,0,0,0,0,0 +218857,0,0,0,0,0 +218858,0,0,0,0,0 +218859,0,0,0,0,0 +218860,0,0,0,0,0 +218861,0,0,0,0,0 +218862,0,0,0,0,0 +218863,0,0,0,0,0 +218864,0,0,0,0,0 +218865,0,0,0,0,0 +218866,0,0,0,0,0 +218867,0,0,0,0,0 +218868,0,0,0,0,0 +218869,0,0,0,0,0 +218870,0,0,0,0,0 +218871,0,0,0,0,0 +218872,0,0,0,0,0 +218873,0,0,0,0,0 +218874,0,0,0,0,0 +218875,0,0,0,0,0 +218876,0,0,0,0,0 +218877,0,0,0,0,0 +218878,0,0,0,0,0 +218879,0,0,0,0,0 +218880,0,0,0,0,0 +218881,0,0,0,0,0 +218882,0,0,0,0,0 +218883,0,0,0,0,0 +218884,0,0,0,0,0 +218885,0,0,0,0,0 +218886,0,0,0,0,0 +218887,0,0,0,0,0 +218888,0,0,0,0,0 +218889,0,0,0,0,0 +218890,0,0,0,0,0 +218891,0,0,0,0,0 +218892,0,0,0,0,0 +218893,0,0,0,0,0 +218894,0,0,0,0,0 +218895,0,0,0,0,0 +218896,0,0,0,0,0 +218897,0,0,0,0,0 +218898,0,0,0,0,0 +218899,0,0,0,0,0 +218900,0,0,0,0,0 +218901,0,0,0,0,0 +218902,0,0,0,0,0 +218903,0,0,0,0,0 +218904,0,0,0,0,0 +218905,0,0,0,0,0 +218906,0,0,0,0,0 +218907,0,0,0,0,0 +218908,0,0,0,0,0 +218909,0,0,0,0,0 +218910,0,0,0,0,0 +218911,0,0,0,0,0 +218912,0,0,0,0,0 +218913,0,0,0,0,0 +218914,0,0,0,0,0 +218915,0,0,0,0,0 +218916,0,0,0,0,0 +218917,0,0,0,0,0 +218918,0,0,0,0,0 +218919,0,0,0,0,0 +218920,0,0,0,0,0 +218921,0,0,0,0,0 +218922,0,0,0,0,0 +218923,0,0,0,0,0 +218924,0,0,0,0,0 +218925,0,0,0,0,0 +218926,0,0,0,0,0 +218927,0,0,0,0,0 +218928,0,0,0,0,0 +218929,0,0,0,0,0 +218930,0,0,0,0,0 +218931,0,0,0,0,0 +218932,0,0,0,0,0 +218933,0,0,0,0,0 +218934,0,0,0,0,0 +218935,0,0,0,0,0 +218936,0,0,0,0,0 +218937,0,0,0,0,0 +218938,0,0,0,0,0 +218939,0,0,0,0,0 +218940,0,0,0,0,0 +218941,0,0,0,0,0 +218942,0,0,0,0,0 +218943,0,0,0,0,0 +218944,0,0,0,0,0 +218945,0,0,0,0,0 +218946,0,0,0,0,0 +218947,0,0,0,0,0 +218948,0,0,0,0,0 +218949,0,0,0,0,0 +218950,0,0,0,0,0 +218951,0,0,0,0,0 +218952,0,0,0,0,0 +218953,0,0,0,0,0 +218954,0,0,0,0,0 +218955,0,0,0,0,0 +218956,0,0,0,0,0 +218957,0,0,0,0,0 +218958,0,0,0,0,0 +218959,0,0,0,0,0 +218960,0,0,0,0,0 +218961,0,0,0,0,0 +218962,0,0,0,0,0 +218963,0,0,0,0,0 +218964,0,0,0,0,0 +218965,0,0,0,0,0 +218966,0,0,0,0,0 +218967,0,0,0,0,0 +218968,0,0,0,0,0 +218969,0,0,0,0,0 +218970,0,0,0,0,0 +218971,0,0,0,0,0 +218972,0,0,0,0,0 +218973,0,0,0,0,0 +218974,0,0,0,0,0 +218975,0,0,0,0,0 +218976,0,0,0,0,0 +218977,0,0,0,0,0 +218978,0,0,0,0,0 +218979,0,0,0,0,0 +218980,0,0,0,0,0 +218981,0,0,0,0,0 +218982,0,0,0,0,0 +218983,0,0,0,0,0 +218984,0,0,0,0,0 +218985,0,0,0,0,0 +218986,0,0,0,0,0 +218987,0,0,0,0,0 +218988,0,0,0,0,0 +218989,0,0,0,0,0 +218990,0,0,0,0,0 +218991,0,0,0,0,0 +218992,0,0,0,0,0 +218993,0,0,0,0,0 +218994,0,0,0,0,0 +218995,0,0,0,0,0 +218996,0,0,0,0,0 +218997,0,0,0,0,0 +218998,0,0,0,0,0 +218999,0,0,0,0,0 +219000,0,0,0,0,0 +219001,0,0,0,0,0 +219002,0,0,0,0,0 +219003,0,0,0,0,0 +219004,0,0,0,0,0 +219005,0,0,0,0,0 +219006,0,0,0,0,0 +219007,0,0,0,0,0 +219008,0,0,0,0,0 +219009,0,0,0,0,0 +219010,0,0,0,0,0 +219011,0,0,0,0,0 +219012,0,0,0,0,0 +219013,0,0,0,0,0 +219014,0,0,0,0,0 +219015,0,0,0,0,0 +219016,0,0,0,0,0 +219017,0,0,0,0,0 +219018,0,0,0,0,0 +219019,0,0,0,0,0 +219020,0,0,0,0,0 +219021,0,0,0,0,0 +219022,0,0,0,0,0 +219023,0,0,0,0,0 +219024,0,0,0,0,0 +219025,0,0,0,0,0 +219026,0,0,0,0,0 +219027,0,0,0,0,0 +219028,0,0,0,0,0 +219029,0,0,0,0,0 +219030,0,0,0,0,0 +219031,0,0,0,0,0 +219032,0,0,0,0,0 +219033,0,0,0,0,0 +219034,0,0,0,0,0 +219035,0,0,0,0,0 +219036,0,0,0,0,0 +219037,0,0,0,0,0 +219038,0,0,0,0,0 +219039,0,0,0,0,0 +219040,0,0,0,0,0 +219041,0,0,0,0,0 +219042,0,0,0,0,0 +219043,0,0,0,0,0 +219044,0,0,0,0,0 +219045,0,0,0,0,0 +219046,0,0,0,0,0 +219047,0,0,0,0,0 +219048,0,0,0,0,0 +219049,0,0,0,0,0 +219050,0,0,0,0,0 +219051,0,0,0,0,0 +219052,0,0,0,0,0 +219053,0,0,0,0,0 +219054,0,0,0,0,0 +219055,0,0,0,0,0 +219056,0,0,0,0,0 +219057,0,0,0,0,0 +219058,0,0,0,0,0 +219059,0,0,0,0,0 +219060,0,0,0,0,0 +219061,0,0,0,0,0 +219062,0,0,0,0,0 +219063,0,0,0,0,0 +219064,0,0,0,0,0 +219065,0,0,0,0,0 +219066,0,0,0,0,0 +219067,0,0,0,0,0 +219068,0,0,0,0,0 +219069,0,0,0,0,0 +219070,0,0,0,0,0 +219071,0,0,0,0,0 +219072,0,0,0,0,0 +219073,0,0,0,0,0 +219074,0,0,0,0,0 +219075,0,0,0,0,0 +219076,0,0,0,0,0 +219077,0,0,0,0,0 +219078,0,0,0,0,0 +219079,0,0,0,0,0 +219080,0,0,0,0,0 +219081,0,0,0,0,0 +219082,0,0,0,0,0 +219083,0,0,0,0,0 +219084,0,0,0,0,0 +219085,0,0,0,0,0 +219086,0,0,0,0,0 +219087,0,0,0,0,0 +219088,0,0,0,0,0 +219089,0,0,0,0,0 +219090,0,0,0,0,0 +219091,0,0,0,0,0 +219092,0,0,0,0,0 +219093,0,0,0,0,0 +219094,0,0,0,0,0 +219095,0,0,0,0,0 +219096,0,0,0,0,0 +219097,0,0,0,0,0 +219098,0,0,0,0,0 +219099,0,0,0,0,0 +219100,0,0,0,0,0 +219101,0,0,0,0,0 +219102,0,0,0,0,0 +219103,0,0,0,0,0 +219104,0,0,0,0,0 +219105,0,0,0,0,0 +219106,0,0,0,0,0 +219107,0,0,0,0,0 +219108,0,0,0,0,0 +219109,0,0,0,0,0 +219110,0,0,0,0,0 +219111,0,0,0,0,0 +219112,0,0,0,0,0 +219113,0,0,0,0,0 +219114,0,0,0,0,0 +219115,0,0,0,0,0 +219116,0,0,0,0,0 +219117,0,0,0,0,0 +219118,0,0,0,0,0 +219119,0,0,0,0,0 +219120,0,0,0,0,0 +219121,0,0,0,0,0 +219122,0,0,0,0,0 +219123,0,0,0,0,0 +219124,0,0,0,0,0 +219125,0,0,0,0,0 +219126,0,0,0,0,0 +219127,0,0,0,0,0 +219128,0,0,0,0,0 +219129,0,0,0,0,0 +219130,0,0,0,0,0 +219131,0,0,0,0,0 +219132,0,0,0,0,0 +219133,0,0,0,0,0 +219134,0,0,0,0,0 +219135,0,0,0,0,0 +219136,0,0,0,0,0 +219137,0,0,0,0,0 +219138,0,0,0,0,0 +219139,0,0,0,0,0 +219140,0,0,0,0,0 +219141,0,0,0,0,0 +219142,0,0,0,0,0 +219143,0,0,0,0,0 +219144,0,0,0,0,0 +219145,0,0,0,0,0 +219146,0,0,0,0,0 +219147,0,0,0,0,0 +219148,0,0,0,0,0 +219149,0,0,0,0,0 +219150,0,0,0,0,0 +219151,0,0,0,0,0 +219152,0,0,0,0,0 +219153,0,0,0,0,0 +219154,0,0,0,0,0 +219155,0,0,0,0,0 +219156,0,0,0,0,0 +219157,0,0,0,0,0 +219158,0,0,0,0,0 +219159,0,0,0,0,0 +219160,0,0,0,0,0 +219161,0,0,0,0,0 +219162,0,0,0,0,0 +219163,0,0,0,0,0 +219164,0,0,0,0,0 +219165,0,0,0,0,0 +219166,0,0,0,0,0 +219167,0,0,0,0,0 +219168,0,0,0,0,0 +219169,0,0,0,0,0 +219170,0,0,0,0,0 +219171,0,0,0,0,0 +219172,0,0,0,0,0 +219173,0,0,0,0,0 +219174,0,0,0,0,0 +219175,0,0,0,0,0 +219176,0,0,0,0,0 +219177,0,0,0,0,0 +219178,0,0,0,0,0 +219179,0,0,0,0,0 +219180,0,0,0,0,0 +219181,0,0,0,0,0 +219182,0,0,0,0,0 +219183,0,0,0,0,0 +219184,0,0,0,0,0 +219185,0,0,0,0,0 +219186,0,0,0,0,0 +219187,0,0,0,0,0 +219188,0,0,0,0,0 +219189,0,0,0,0,0 +219190,0,0,0,0,0 +219191,0,0,0,0,0 +219192,0,0,0,0,0 +219193,0,0,0,0,0 +219194,0,0,0,0,0 +219195,0,0,0,0,0 +219196,0,0,0,0,0 +219197,0,0,0,0,0 +219198,0,0,0,0,0 +219199,0,0,0,0,0 +219200,0,0,0,0,0 +219201,0,0,0,0,0 +219202,0,0,0,0,0 +219203,0,0,0,0,0 +219204,0,0,0,0,0 +219205,0,0,0,0,0 +219206,0,0,0,0,0 +219207,0,0,0,0,0 +219208,0,0,0,0,0 +219209,0,0,0,0,0 +219210,0,0,0,0,0 +219211,0,0,0,0,0 +219212,0,0,0,0,0 +219213,0,0,0,0,0 +219214,0,0,0,0,0 +219215,0,0,0,0,0 +219216,0,0,0,0,0 +219217,0,0,0,0,0 +219218,0,0,0,0,0 +219219,0,0,0,0,0 +219220,0,0,0,0,0 +219221,0,0,0,0,0 +219222,0,0,0,0,0 +219223,0,0,0,0,0 +219224,0,0,0,0,0 +219225,0,0,0,0,0 +219226,0,0,0,0,0 +219227,0,0,0,0,0 +219228,0,0,0,0,0 +219229,0,0,0,0,0 +219230,0,0,0,0,0 +219231,0,0,0,0,0 +219232,0,0,0,0,0 +219233,0,0,0,0,0 +219234,0,0,0,0,0 +219235,0,0,0,0,0 +219236,0,0,0,0,0 +219237,0,0,0,0,0 +219238,0,0,0,0,0 +219239,0,0,0,0,0 +219240,0,0,0,0,0 +219241,0,0,0,0,0 +219242,0,0,0,0,0 +219243,0,0,0,0,0 +219244,0,0,0,0,0 +219245,0,0,0,0,0 +219246,0,0,0,0,0 +219247,0,0,0,0,0 +219248,0,0,0,0,0 +219249,0,0,0,0,0 +219250,0,0,0,0,0 +219251,0,0,0,0,0 +219252,0,0,0,0,0 +219253,0,0,0,0,0 +219254,0,0,0,0,0 +219255,0,0,0,0,0 +219256,0,0,0,0,0 +219257,0,0,0,0,0 +219258,0,0,0,0,0 +219259,0,0,0,0,0 +219260,0,0,0,0,0 +219261,0,0,0,0,0 +219262,0,0,0,0,0 +219263,0,0,0,0,0 +219264,0,0,0,0,0 +219265,0,0,0,0,0 +219266,0,0,0,0,0 +219267,0,0,0,0,0 +219268,0,0,0,0,0 +219269,0,0,0,0,0 +219270,0,0,0,0,0 +219271,0,0,0,0,0 +219272,0,0,0,0,0 +219273,0,0,0,0,0 +219274,0,0,0,0,0 +219275,0,0,0,0,0 +219276,0,0,0,0,0 +219277,0,0,0,0,0 +219278,0,0,0,0,0 +219279,0,0,0,0,0 +219280,0,0,0,0,0 +219281,0,0,0,0,0 +219282,0,0,0,0,0 +219283,0,0,0,0,0 +219284,0,0,0,0,0 +219285,0,0,0,0,0 +219286,0,0,0,0,0 +219287,0,0,0,0,0 +219288,0,0,0,0,0 +219289,0,0,0,0,0 +219290,0,0,0,0,0 +219291,0,0,0,0,0 +219292,0,0,0,0,0 +219293,0,0,0,0,0 +219294,0,0,0,0,0 +219295,0,0,0,0,0 +219296,0,0,0,0,0 +219297,0,0,0,0,0 +219298,0,0,0,0,0 +219299,0,0,0,0,0 +219300,0,0,0,0,0 +219301,-23.76220543,3531.14629,3014.445564,-2.300340361,-267.0398138 +219302,418.1271589,315.8315568,3326.246639,198.536464,539.1965093 +219303,412.002805,278.7467878,3105.85385,195.4720206,533.2237926 +219304,401.3945977,272.2081228,683.3716877,190.3324242,518.9120339 +219305,390.5859169,279.2570736,652.4460806,185.2080027,502.8723613 +219306,381.3054938,288.478281,1321.093943,180.9116806,488.1522484 +219307,373.7360307,540.5963716,1134.225431,177.4932019,475.4013024 +219308,367.5478123,422.5964799,1052.383324,174.7686297,464.3642615 +219309,362.4111331,452.8339604,1088.400209,172.5568184,454.6724737 +219310,358.097987,470.1630434,1096.587309,170.7423394,446.0691506 +219311,354.4702878,477.9332525,1104.461142,169.2486715,438.3927838 +219312,351.4249145,486.0258395,1112.796067,168.0270011,431.5354805 +219313,348.8864237,493.4756759,1120.664114,167.0362779,425.4102125 +219314,346.7813827,501.4375372,1129.142984,166.24081,419.9386172 +219315,345.0538375,509.4436779,1137.49873,165.6102384,415.0490949 +219316,343.6515679,516.9307291,1145.949741,165.1191999,410.6770597 +219317,342.5289196,525.0564852,1154.176535,164.7466856,406.7651952 +219318,341.6474778,532.7927776,1163.147772,164.4752777,403.2628562 +219319,340.9751846,540.6631564,1171.479669,164.2905208,400.1254893 +219320,340.4850598,548.3859706,1180.093407,164.1803696,397.3137599 +219321,340.1542554,556.449441,1188.629569,164.1347828,394.7930057 +219322,339.9633042,564.3200798,1197.240343,164.1453641,392.53257 +219323,339.8956108,571.849994,1205.774948,164.2050924,390.5053998 +219324,339.9369969,580.0137394,1214.288254,164.3080786,388.6875468 +219325,340.0753625,587.7242307,1222.85747,164.4493837,387.0578763 +219326,340.3003396,595.4377104,1231.299587,164.6248435,385.5976429 +219327,340.6030626,603.6504914,1239.820222,164.8309518,384.2903007 +219328,340.9758966,611.1111487,1248.201071,165.064731,383.1211336 +219329,341.4122956,618.9019458,1256.653361,165.3236624,382.0771503 +219330,341.9065979,626.9613408,1264.957923,165.6055924,381.1467787 +219331,342.4539273,634.3997252,1272.794272,165.9086861,380.3197892 +219332,343.0435673,641.9563287,1280.380389,166.2268488,379.5870251 +219333,343.6675867,649.4501724,1287.984555,166.5557782,378.9403605 +219334,344.3217504,656.9353949,1295.385342,166.8936251,378.3725121 +219335,345.0039356,664.3344902,1302.820114,167.2398847,377.8770269 +219336,345.7127824,671.7750236,1310.048487,167.5944667,377.4481092 +219337,346.4471351,679.1642924,1317.281069,167.9573098,377.0805968 +219338,347.2058868,686.5365314,1324.434079,168.3282911,376.7698312 +219339,347.9880077,693.6708728,1331.414618,168.7072552,376.5116585 +219340,348.7925359,701.3406841,1338.394931,169.0940274,376.3022944 +219341,349.5191962,708.479166,1345.293321,169.4432517,375.9576035 +219342,347.0512623,715.80495,1352.011021,168.3384602,369.8091424 +219343,344.6651731,723.0670455,1358.784941,167.2702144,363.8120955 +219344,342.3894991,730.3090893,1365.114785,166.2517103,358.0208324 +219345,340.2232242,737.5282957,1371.450382,165.2819265,352.4381886 +219346,338.1534117,744.5010114,1378.363302,164.3542886,347.0449111 +219347,336.1662665,752.0388297,1384.496354,163.4620199,341.8186812 +219348,334.2506325,759.0157589,1390.769593,162.5997756,336.7404836 +219349,332.39797,766.1903176,1396.993002,161.7635687,331.7950322 +219350,330.601498,776.7515472,1402.992224,160.9503106,326.9695793 +219351,328.8555833,786.1397453,1409.14215,160.1574893,322.253085 +219352,327.1554039,795.6280865,1414.868028,159.3829938,317.6357165 +219353,325.4968136,804.7565477,1420.832589,158.6250399,313.1087168 +219354,323.8762201,814.5228794,1426.486974,157.8821072,308.664214 +219355,322.2905459,823.9145043,1432.165679,157.1529153,304.2952294 +219356,320.7371097,832.8316411,1437.640515,156.4363651,299.9954712 +219357,319.2136174,842.2569606,1443.166702,155.7315316,295.7593802 +219358,317.7180587,851.3752762,1448.426608,155.0376141,291.5819343 +219359,316.2486973,860.569791,1453.767641,154.3539301,287.4586781 +219360,314.8040023,869.6600096,1458.916658,153.6798838,283.3855781 +219361,313.2630378,1308.295167,2436.068028,152.9605969,279.1415871 +219362,330.3802015,1332.148829,2442.720148,160.8586528,309.7883775 +219363,357.2460465,1350.89358,2478.483455,173.1312979,359.5616788 +219364,384.6212315,1368.110316,2496.754259,185.4505926,411.8445831 +219365,408.559216,1384.528288,2520.4597,196.0179898,459.2018803 +219366,428.6038433,1399.942244,2529.231908,204.6766726,500.3295593 +219367,445.450887,1415.181752,2548.845277,211.8166838,536.1042969 +219368,459.8470204,1429.865128,2563.483977,217.82219,567.6030321 +219369,472.3186678,1444.216783,2583.569623,222.9564471,595.589061 +219370,483.2090034,1458.524476,2593.814839,227.3888978,620.5526409 +219371,492.7627429,1472.251729,2613.729982,231.2391476,642.8454659 +219372,501.1769671,1486.158191,2633.906375,234.6021907,662.7610284 +219373,508.6205347,1499.683682,2647.763879,237.5579744,680.5631708 +219374,515.2391379,1513.120095,2662.305154,252.5095842,696.4908722 +219375,521.1569839,1526.395244,2675.869059,411.2760381,710.757759 +219376,769.9678559,1539.463081,2690.936169,333.8992526,723.5526318 +219377,810.7284465,1552.558344,2692.376866,368.1627789,735.0414638 +219378,773.3548177,1565.434344,2690.414894,379.2641064,745.3699251 +219379,821.9024294,1578.002553,2689.049253,388.9456466,754.6659197 +219380,842.1936074,1590.743789,2688.506342,398.4115634,763.041782 +219381,861.2345463,1603.078545,2688.900942,407.5636518,770.5963852 +219382,879.8386532,1615.611806,2689.666584,416.457269,777.416839 +219383,898.3603066,1635.992194,2690.784282,425.5109917,783.5799554 +219384,916.2074709,1637.797347,2692.316984,433.7966552,789.1534975 +219385,933.5924987,1665.112124,2693.805475,442.4997362,794.1972064 +219386,951.4183522,1657.704527,2695.402965,450.6668407,798.763786 +219387,967.7342395,1661.033337,2697.016152,458.6924738,802.8997363 +219388,984.395143,1697.079877,2698.649127,466.8619938,806.6460998 +219389,1001.004382,1695.696536,2700.279061,474.6989764,810.0391937 +219390,1016.846356,1709.979435,2702.084306,482.0727875,813.1111154 +219391,1032.835417,1720.361906,2703.68104,490.2801589,815.8903444 +219392,1049.249748,1730.858841,2705.182429,497.9864697,818.221573 +219393,1064.791787,1740.716487,2706.581549,505.6069511,820.1804161 +219394,1080.365558,1750.636722,2707.873605,513.5979474,821.8597406 +219395,1095.342666,1760.370583,2709.068963,520.7521197,823.316779 +219396,1110.951804,1769.551268,2710.168309,528.1607647,824.580882 +219397,1125.531554,1779.143604,2711.180694,535.7212774,825.6691334 +219398,1140.573083,1788.203564,2712.122484,542.8095501,826.5948633 +219399,1154.48985,1797.185875,2713.10017,549.9662541,967.0384048 +219400,1169.011322,1805.885097,2714.164431,556.9996472,1105.508919 +219401,1182.932591,1814.850509,2715.300023,563.7565851,1026.647353 +219402,1196.440501,1823.077591,2716.388347,570.9045147,1077.455245 +219403,1210.65011,1831.605183,2717.670678,577.5174042,1094.764316 +219404,1223.87293,1839.697347,2718.729391,584.2262432,1105.548381 +219405,1237.20091,1847.931346,2719.749674,590.8173136,1118.326652 +219406,1215.442186,1839.622491,2684.535891,581.4719667,1067.321188 +219407,1140.777745,1806.49673,2539.370131,547.6619225,922.5603448 +219408,1334.803494,1891.539435,2513.50073,636.22127,1273.679201 +219409,1257.007113,1862.163257,2492.99715,600.8027926,1112.055314 +219410,1287.986374,1877.452907,2483.454843,616.5898975,1160.564278 +219411,1301.904341,1884.071978,2472.07281,622.5566576,1173.359957 +219412,1314.215222,1892.357686,2460.24662,629.0616693,1184.271017 +219413,1326.023387,1898.591585,2448.384222,634.9164619,1194.654683 +219414,1338.298513,1906.057225,2436.800176,640.9673846,1205.168169 +219415,1350.00359,1912.30359,2425.41642,646.859835,1215.366283 +219416,1361.641888,1919.309297,2414.244327,652.7048453,1225.269852 +219417,1373.010545,1939.03696,2402.793542,658.3780269,1234.91868 +219418,1564.508042,1996.539476,2571.804986,745.6821906,1569.271011 +219419,1130.048539,1831.875951,2411.13836,550.8222801,759.4248773 +219420,1711.752752,2088.218121,2591.457945,812.6806887,1824.469773 +219421,1692.775527,2058.047079,2569.15749,798.7788167,1777.654903 +219422,1860.353006,2173.387866,2571.037076,874.4094184,2079.151707 +219423,1845.7406,2135.220838,2585.199959,868.7867942,2041.7779 +219424,1857.01089,2149.932084,2601.982729,874.4938501,2052.462676 +219425,1867.929922,2158.276335,2617.809739,880.2013622,2070.49696 +219426,1879.176989,2162.339573,2631.683387,885.9607115,2079.898212 +219427,1889.629163,2168.111848,2643.721281,891.38751,2064.247472 +219428,1900.237881,2173.963828,2654.290927,896.8353187,2105.341898 +219429,1910.558997,2179.259395,2663.646849,902.2759102,2101.677683 +219430,1920.747449,2184.397516,2671.944106,907.59425,2130.848595 +219431,1930.887832,2189.8184,2681.140529,912.7123896,2097.196133 +219432,1940.498633,2194.629597,2686.690925,917.9988612,2157.399211 +219433,1950.499793,2199.595568,2693.892685,923.061477,2120.264666 +219434,1960.013781,2204.300751,2699.823291,928.119776,2159.405582 +219435,1969.621167,2208.963276,2704.656515,933.0568487,2157.509401 +219436,1978.807461,2213.180263,2707.061401,938.1220626,2167.961168 +219437,1988.120112,2217.839303,2710.00095,942.8774855,2187.463247 +219438,1997.211631,2222.043514,2714.781877,947.7434643,2168.011805 +219439,2006.112414,2226.054242,2716.888933,952.3995905,2214.399899 +219440,2015.052631,2230.100391,2719.490457,957.1417589,2180.539178 +219441,2023.73909,2234.036411,2724.077628,961.7657163,2229.660091 +219442,2032.367373,2237.690875,2725.879101,966.306361,2208.674277 +219443,2040.901948,2241.427412,2728.074464,970.848969,2226.942724 +219444,2049.445612,2244.896084,2730.522082,975.3925514,2232.465183 +219445,2057.593278,2255.084914,2733.327397,979.7470087,2240.104673 +219446,2065.903639,2242.159019,2736.00461,984.1213856,2247.294178 +219447,2074.010697,2265.833219,2738.451506,988.5391482,2254.571774 +219448,2082.043526,2247.829453,2740.77429,992.8329321,2261.689698 +219449,2090.10462,2271.71562,2742.99335,997.0703358,2268.827832 +219450,2097.861418,2253.714264,2745.333944,1001.266997,2281.297567 +219451,2105.197752,2277.028975,2747.180603,1004.967669,2273.707501 +219452,2111.851545,2258.536322,2748.813437,1008.531727,2298.494276 +219453,2118.72327,2281.526665,2750.532543,1012.005211,2292.233003 +219454,2125.378231,2262.835483,2753.146079,1015.402101,2302.840614 +219455,2131.935951,2285.490115,2753.158526,1018.733358,2308.795978 +219456,2138.394577,2266.551083,2753.702386,1021.937392,2314.714888 +219457,2144.748756,2289.091952,2754.24252,1025.227625,2321.147861 +219458,2151.00552,2269.861172,2754.965133,1028.328406,2327.062817 +219459,2157.167246,2292.195514,2755.461597,1031.481705,2333.13647 +219460,2163.236623,2272.743694,2755.823332,1034.422985,2338.910593 +219461,2169.216278,2294.859698,2756.11015,1037.440025,2344.584722 +219462,2175.229825,2275.167199,2756.468833,1040.352752,2350.500714 +219463,2180.852894,2297.102434,2756.56627,1043.222834,2355.976899 +219464,2186.665302,2277.206655,2756.524745,1046.042909,2361.563339 +219465,2192.165289,2298.932423,2756.415771,1048.813961,2366.748193 +219466,2197.916322,2278.813429,2756.188296,1051.537315,2372.344015 +219467,2203.314141,2300.41832,2755.905421,1054.213984,2377.47896 +219468,2208.74553,2279.892247,2755.499573,1056.845202,2382.669364 +219469,2214.084922,2301.59659,2755.038091,1059.431877,2387.75598 +219470,2219.352029,2280.604013,2754.463981,1061.975163,2392.587982 +219471,2224.548935,2302.500807,2753.845189,1064.475895,2397.733949 +219472,2229.677148,2280.738528,2753.11876,1066.874131,2402.474921 +219473,2238.96927,2302.954154,2752.345247,1069.383285,2412.444152 +219474,2235.410942,2280.698439,2751.56345,1071.718577,2404.361405 +219475,2260.018783,2295.813609,2750.478837,1074.068049,2424.442979 +219476,2227.503126,2290.3304,2749.591102,1076.36964,2418.827871 +219477,2265.168881,2290.790868,2748.559752,1078.63426,2425.64263 +219478,2283.709144,2290.518184,2747.326111,1080.862183,2430.212258 +219479,2223.143407,2290.065786,2746.135851,1083.054202,2434.311525 +219480,2288.039046,2289.508257,2744.936129,1085.211042,2438.491172 +219481,2275.167092,2291.768447,2743.108898,1090.114173,2453.3529 +219482,2285.429899,2291.82485,2742.258224,1093.894015,2459.55088 +219483,2291.192844,2291.641922,2741.714806,1095.464632,2469.716674 +219484,2296.64718,2290.994491,2740.925199,1099.491643,2462.59815 +219485,2301.968635,2290.497077,2739.898901,1099.944143,2480.885535 +219486,2307.174581,2289.732545,2738.848078,1105.222057,2477.479101 +219487,2312.286231,2288.999608,2737.550155,1103.490543,2482.921398 +219488,2317.320889,2288.068638,2736.079377,1111.672916,2487.841495 +219489,2322.287774,2287.056044,2734.580992,1105.664851,2491.918959 +219490,2327.189455,2286.016666,2733.162936,1119.557865,2500.73657 +219491,2332.030542,2284.833849,2731.688625,1105.302697,2498.779354 +219492,2336.81303,2283.60457,2729.962852,1130.872919,2503.68922 +219493,2341.543037,2282.302442,2729.878513,1099.186687,2508.687443 +219494,2346.209491,2280.960741,2727.219775,1127.431096,2516.571802 +219495,2350.832783,2279.317898,2724.952579,1139.311107,2509.578566 +219496,2355.399936,2277.840884,2722.836305,1098.584909,2523.894738 +219497,2360.05279,2276.129653,2721.020204,1136.443554,2522.927328 +219498,2364.315887,2274.466863,2719.273853,1126.393408,2530.336028 +219499,2368.837933,2272.673005,2719.141994,1129.623861,2530.395467 +219500,2373.180043,2270.688346,2716.063115,1131.843444,2532.003365 +219501,2377.511339,2268.829216,2713.598083,1133.622094,2539.851301 +219502,2381.793494,2266.772355,2713.165224,1135.505776,2540.935713 +219503,2386.019995,2264.643906,2710.09001,1137.302358,2545.334852 +219504,2390.216311,2262.627796,2707.545167,1139.088675,2544.791004 +219505,2394.364888,2260.1763,2706.74948,1140.849394,2547.336772 +219506,2398.465805,2257.896007,2704.912261,1142.583458,2549.009161 +219507,2402.526374,2255.508413,2700.824381,1144.294467,2545.932179 +219508,2406.550543,2253.032111,2697.278871,1145.984607,2543.680894 +219509,2410.66517,2250.484468,2693.815866,1147.650292,2541.704856 +219510,2414.400616,2247.865561,2690.370352,1149.294329,2539.916324 +219511,2418.592698,2245.588151,2686.934274,1150.986708,2538.286407 +219512,2422.672255,2243.312191,2685.266184,1152.74076,2538.921515 +219513,2432.285738,2240.9976,2680.93832,1154.311472,2536.420061 +219514,2425.508207,2238.673849,2677.212639,1155.9536,2534.714743 +219515,2459.455292,2236.284891,2673.665069,1157.686853,2533.272812 +219516,2402.775069,2233.880348,2672.015699,1159.270258,2534.183969 +219517,2460.250936,2231.35268,2667.779185,1160.893156,2531.998631 +219518,2442.856487,2228.855097,2664.099579,1162.495644,2530.522062 +219519,2450.813618,2226.276316,2662.355402,1164.082831,2531.427236 +219520,2454.521576,2223.620836,2658.050071,1165.653667,2529.238275 +219521,2458.53403,2220.940413,2654.188049,1167.280243,2527.826549 +219522,2462.379803,2218.21389,2650.752174,1168.725089,2526.682421 +219523,2466.224065,2215.413611,2647.438248,1170.304687,2525.683679 +219524,2470.046085,2212.707265,2644.194014,1171.813199,2524.773321 +219525,2473.989522,2209.609226,2640.987393,1173.318769,2523.915161 +219526,2477.545244,2206.739354,2637.804784,1174.812043,2523.091149 +219527,2481.406736,2203.715922,2634.642187,1176.293062,2522.292656 +219528,2484.97391,2200.621428,2631.496828,1177.693302,2521.512071 +219529,2490.547238,2197.518021,2630.09283,1179.253075,2522.873601 +219530,2499.988667,2194.326504,2626.027651,1180.716537,2520.960117 +219531,2484.246616,2191.092954,2622.384524,1182.059785,2519.750576 +219532,2504.192869,2187.805553,2619.138265,1183.530543,2518.754972 +219533,2503.134804,2184.45319,2615.974354,1184.931003,2517.823429 +219534,2506.772691,2181.043765,2612.683048,1186.330395,2516.940156 +219535,2510.786477,2177.588728,2609.680127,1187.719241,2516.080922 +219536,2514.140709,2174.061912,2606.555551,1189.099469,2515.227844 +219537,2517.806493,2170.486484,2605.361581,1190.47102,2516.516543 +219538,2521.306307,2166.868235,2601.659541,1191.830229,2514.528766 +219539,2534.210936,2163.187498,2598.43007,1193.253283,2513.198041 +219540,2514.374266,2159.450525,2595.130173,1194.490437,2512.080479 +219541,2421.376104,2082.917952,2591.530064,1142.711963,2509.866573 +219542,2414.660246,2105.458153,2583.037667,1143.018392,2500.190194 +219543,2418.304594,2087.645827,2574.060998,1143.725428,2488.856371 +219544,2420.874174,2086.017452,2563.058227,1144.547615,2474.354931 +219545,2423.545828,2081.569991,2554.088583,1145.438057,2462.265525 +219546,2426.44063,2077.089107,2546.495427,1146.363245,2452.221439 +219547,2429.022983,2072.587115,2540.259203,1147.312251,2443.752115 +219548,2431.963068,2068.05567,2534.804754,1148.275992,2436.426384 +219549,2434.799138,2085.122277,2529.84405,1149.249756,2429.906257 +219550,2437.530597,2028.025226,2525.231634,1150.230332,2424.114996 +219551,2442.062308,2068.8899,2520.930784,1151.216303,2418.918402 +219552,2448.175448,2046.499421,2516.855024,1152.20661,2414.111479 +219553,2441.06015,2044.725057,2513.040106,1153.131949,2409.686301 +219554,2476.669494,2040.086388,2509.432484,1154.230424,2405.562703 +219555,2412.280582,2035.284092,2506.052608,1155.249329,2401.76539 +219556,2474.718247,2030.451335,2502.853831,1156.158183,2398.239026 +219557,2453.972556,2025.577439,2499.723606,1157.209816,2394.845062 +219558,2461.418924,2020.663877,2496.684777,1158.2038,2391.606958 +219559,2464.158787,2015.590183,2495.514214,1159.21067,2390.693301 +219560,2467.31299,2010.762548,2491.75744,1160.215425,2386.668776 +219561,2470.221619,2005.653151,2488.605722,1161.225826,2383.408607 +219562,2476.734365,2019.96061,2485.621574,1162.235374,2380.363122 +219563,2475.725265,1967.766634,2482.811693,1163.247308,2377.538201 +219564,2492.383555,2003.58646,2480.12049,1164.260189,2374.867627 +219565,2458.70966,1982.249831,2477.49327,1165.27484,2372.285342 +219566,2499.643507,1979.869049,2474.926354,1166.362018,2369.785465 +219567,2481.749365,1974.640831,2472.387555,1167.2739,2367.325996 +219568,2497.556604,1969.354463,2469.884254,1168.344264,2364.912816 +219569,2486.816204,1964.028648,2467.433252,1169.355089,2362.563606 +219570,2500.420622,1958.667339,2465.026366,1170.377981,2360.266128 +219571,2499.020608,1952.765181,2462.650351,1171.188944,2358.00233 +219572,2502.095626,1946.733414,2460.293954,1172.147444,2355.776018 +219573,2514.727576,1940.619923,2457.932913,1172.93443,2353.569102 +219574,2491.818356,1934.457006,2455.596009,1173.772136,2351.418126 +219575,2531.722804,1928.240727,2453.258001,1174.590416,2349.288101 +219576,2487.527569,1921.981377,2450.937378,1175.400549,2347.1961 +219577,2548.096937,1915.682606,2448.747808,1176.203457,2345.276551 +219578,2479.197842,1909.347052,2446.629733,1177.072283,2343.453973 +219579,2558.228884,1902.859153,2444.701465,1177.753705,2341.871512 +219580,2485.602741,1896.622303,2442.795571,1178.589019,2340.323311 +219581,2558.411319,1909.128766,2440.861027,1179.355857,2338.74464 +219582,2515.908813,1856.361301,2438.853953,1180.127764,2337.077952 +219583,2527.074181,1912.978979,2436.469805,1180.894262,2334.945174 +219584,2533.668035,1835.30677,2434.09031,1181.656025,2332.807037 +219585,2532.856929,1889.726545,2431.996101,1182.412855,2331.004671 +219586,2535.3376,1839.922863,2430.072353,1183.165007,2329.40066 +219587,2537.737727,1857.652864,2430.032957,1183.914116,2330.103454 +219588,2539.716741,1843.198836,2429.134628,1184.656526,2329.769016 +219589,2541.851135,1837.635373,2427.903322,1185.396512,2329.038491 +219590,2543.942104,1831.352311,2424.768971,1186.130929,2325.967906 +219591,2546.00974,1824.661346,2422.4933,1186.863865,2323.916822 +219592,2548.079757,1818.072344,2420.5587,1187.591456,2322.247946 +219593,2550.194321,1811.463359,2418.812842,1188.316379,2320.786125 +219594,2552.206061,1804.85416,2418.911912,1189.038693,2321.577959 +219595,2554.258725,1798.120165,2418.123996,1189.756139,2321.291668 +219596,2556.253595,1791.663168,2416.987286,1190.471907,2320.584859 +219597,2558.085831,1784.971134,2413.936119,1191.257963,2317.516779 +219598,2560.37888,1778.376291,2411.745304,1191.783796,2315.467899 +219599,2562.232839,1771.878813,2409.89754,1192.6541,2313.801226 +219600,2564.308807,1765.126848,2409.965435,1193.2968,2314.464835 +219601,2303.35325,1648.254135,2407.338645,1085.069619,2310.922068 +219602,2347.952649,1639.344962,2391.44429,1083.237502,2287.933531 +219603,2295.528823,1630.869011,2371.280318,1082.534108,2257.530354 +219604,2352.395676,1623.007761,2352.18635,1081.756074,2227.741402 +219605,2283.559304,1615.079611,2336.714291,1081.525067,2201.954847 +219606,2336.001909,1607.51044,2324.525561,1081.129555,2180.345209 +219607,2331.255594,1599.863221,2314.653495,1081.046792,2161.915892 +219608,2298.493817,1592.55721,2306.410977,1080.797605,2145.902118 +219609,2331.451703,1585.113167,2295.520595,1080.813718,2009.048478 +219610,2319.298084,1577.814314,2281.858704,1080.643813,2038.94586 +219611,2322.370357,1570.564757,2270.87325,1080.667539,2044.673787 +219612,2323.010308,1563.372978,2263.484898,1080.732666,2031.367457 +219613,2329.723782,1556.238047,2257.774337,1080.727875,2027.363427 +219614,2315.704791,1549.160618,2255.068483,1080.736041,2031.323536 +219615,2330.073398,1542.136174,2252.142924,1080.921235,2018.639677 +219616,2325.608321,1535.166199,2247.577084,1080.911735,2026.431625 +219617,2327.341087,1528.253518,2244.326724,1081.15339,2020.373778 +219618,2328.596919,1521.391754,2241.723699,1081.312279,2022.609486 +219619,2329.700931,1514.591129,2241.096854,1081.356834,2017.716014 +219620,2330.808221,1507.841333,2237.748,1081.651485,2014.343734 +219621,2331.991301,1501.155343,2236.851798,1081.871165,2018.779564 +219622,2333.179104,1494.52058,2233.631027,1081.967935,2012.444072 +219623,2341.369413,1487.855015,2231.109694,1082.322967,2014.272747 +219624,2325.389312,1481.475052,2228.856512,1082.594581,2009.424942 +219625,2342.034158,1474.961673,2226.586929,1082.748128,2005.913743 +219626,2363.530657,1470.806535,2224.192003,1083.156011,2003.3452 +219627,2300.214976,1465.966195,2221.795655,1083.481702,1999.116569 +219628,2364.274055,1461.166099,2219.310473,1083.81412,1993.825622 +219629,2332.314368,1456.415574,2216.584713,1084.163607,1988.396974 +219630,2369.169317,1451.713193,2213.669792,1084.530097,1982.887882 +219631,2318.869854,1447.212026,2210.686627,1085.128474,1977.440836 +219632,2376.70999,1443.036487,2207.682912,1085.854298,1972.045049 +219633,2319.145637,1438.730966,2204.704153,1086.441935,1966.716328 +219634,2391.124736,1434.566615,2202.013758,1087.218079,1961.761456 +219635,2317.461517,1430.450523,2199.459549,1087.963943,1956.993004 +219636,2397.774474,1426.395068,2197.084953,1088.749229,1952.46388 +219637,2343.12919,1422.402207,2196.446824,1089.564373,1950.075371 +219638,2372.625302,1418.467583,2192.882698,1090.329666,1944.145793 +219639,2365.545303,1414.599944,2189.854754,1091.30648,1938.87228 +219640,2370.706969,1410.795762,2188.914543,1092.14805,1936.135815 +219641,2372.830223,1407.053393,2185.655749,1093.075945,1930.57249 +219642,2375.888274,1403.381407,2183.258661,1094.019849,1926.052946 +219643,2378.655624,1399.775513,2181.242938,1095.058685,1921.987317 +219644,2381.522862,1396.329841,2179.458223,1095.941217,1918.197217 +219645,2384.590176,1392.641539,2179.555099,1097.007935,1916.706465 +219646,2387.486196,1389.442989,2178.812313,1098.032004,1914.208539 +219647,2390.295867,1386.046023,2176.034955,1099.089065,1909.234339 +219648,2393.710471,1382.815865,2174.255642,1100.170681,1905.221113 +219649,2396.660111,1379.64876,2172.592272,1101.271676,1901.573314 +219650,2399.853604,1376.562028,2172.829958,1102.395117,1900.241674 +219651,2402.943018,1373.551709,2170.53085,1103.535645,1895.792212 +219652,2406.278067,1370.628674,2168.880153,1104.699903,1892.118262 +219653,2409.518996,1367.789502,2169.191494,1105.882938,1890.828168 +219654,2412.591555,1365.578846,2168.704481,1107.083635,1888.550373 +219655,2416.11963,1363.51996,2166.218689,1109.268773,1883.807717 +219656,2419.47492,1361.556901,2166.252788,1111.358259,1882.131282 +219657,2422.750382,1359.665317,2163.952719,1113.336299,1877.562057 +219658,2426.256105,1357.851458,2162.400143,1115.505642,1873.878003 +219659,2429.627881,1356.101503,2161.150677,1117.888438,1870.532848 +219660,2433.062276,1354.41717,2161.96406,1120.213282,1869.48355 +219661,2674.821603,1458.941148,2166.384009,1228.982677,1874.530189 +219662,2677.405431,1459.242448,2186.605965,1233.256111,1902.432204 +219663,2684.548992,1458.515905,2211.84988,1236.891752,1938.235913 +219664,2688.859915,1457.912163,2232.970824,1240.489548,1970.390448 +219665,2685.404982,1457.130012,2248.525282,1243.828759,1995.406483 +219666,2706.827173,1456.2252,2259.352383,1247.340014,2014.618167 +219667,2699.618419,1455.540104,2267.220468,1250.80297,2029.721578 +219668,2705.151051,1454.652015,2272.935437,1254.232292,2041.602402 +219669,2710.772871,1453.853775,2278.998771,1257.911051,2053.326443 +219670,2713.758365,1453.053789,2281.652539,1261.460266,2060.284947 +219671,2718.334037,1452.273385,2284.308722,1265.135431,2066.712966 +219672,2722.770099,1451.511447,2288.431007,1268.854765,2074.462956 +219673,2726.115155,1450.767898,2289.709343,1272.632161,2078.270966 +219674,2730.140062,1450.047764,2291.367477,1276.550703,2082.155883 +219675,2735.007647,1449.348837,2294.967546,1281.753652,2087.843499 +219676,2745.405059,1448.669381,2295.883519,1286.864641,2090.172686 +219677,2733.38051,1448.014366,2297.163845,1288.166192,2092.687927 +219678,2756.201906,1447.472999,2300.216803,1297.273113,2097.151976 +219679,2749.488106,1446.72267,2300.860084,1293.530977,2098.644153 +219680,2754.559998,1446.199531,2303.618162,1313.282736,2102.343335 +219681,2758.817996,1445.614196,2305.541524,1285.53074,2104.858537 +219682,2763.031726,1445.066021,2307.226322,1315.796655,2106.948221 +219683,2765.863027,1444.53687,2307.053143,1313.588012,2106.623275 +219684,2777.532056,1444.03273,2307.915193,1317.530013,2107.446948 +219685,2765.991621,1443.546634,2309.009661,1322.898599,2108.444637 +219686,2785.280135,1443.08187,2310.197562,1327.322627,2109.468799 +219687,2782.411792,1442.637797,2311.656296,1332.068303,2110.757695 +219688,2785.320798,1442.213456,2313.076278,1336.791593,2111.943578 +219689,2789.888665,1441.809344,2314.388572,1341.59413,2112.949007 +219690,2802.072198,1441.427391,2317.581367,1346.466418,2116.23561 +219691,2789.841998,1441.060133,2318.032624,1351.317523,2116.113119 +219692,2806.753758,1440.721014,2318.889281,1356.312553,2116.450774 +219693,2805.725483,1440.400548,2320.091516,1361.146666,2117.166187 +219694,2807.74933,1440.101881,2321.346244,1366.227961,2117.903958 +219695,2818.025436,1439.825033,2322.683624,1371.290224,2118.710361 +219696,2816.682036,1439.569661,2324.123183,1376.419569,2119.616291 +219697,2818.198104,1439.335445,2325.400305,1381.603932,2120.298801 +219698,2828.606478,1439.123002,2326.701626,1386.84085,2121.18875 +219699,2820.473295,1438.840362,2327.931686,1392.131608,2121.746079 +219700,2831.458612,1438.804605,2329.024491,1397.47676,2122.108816 +219701,2832.583293,1438.592,2330.208741,1402.873652,2122.561661 +219702,2834.234586,1438.478096,2331.389395,1408.322407,2122.991223 +219703,2836.469221,1438.372161,2332.462207,1413.822379,2123.27136 +219704,2838.01925,1438.287006,2333.441712,1426.421357,2123.419761 +219705,2838.013066,1438.22288,2334.321399,1415.305227,2123.427488 +219706,2838.002552,1438.17969,2335.057104,1434.655677,2123.239411 +219707,2837.982694,1438.157505,2335.631806,1435.708556,2122.833713 +219708,2838.006431,1438.156382,2336.093565,1441.95108,2122.268731 +219709,2838.082205,1438.267115,2336.480984,1447.862918,2121.78315 +219710,2838.205791,1438.173346,2336.815343,1453.706559,2121.000582 +219711,2838.37047,1438.299058,2337.116265,1459.587324,2120.157982 +219712,2838.578301,1438.368066,2337.396232,1465.525552,2119.276451 +219713,2838.820083,1438.470947,2337.663415,1471.503142,2118.369389 +219714,2839.093514,1438.595082,2337.920871,1479.170823,2117.442247 +219715,2839.371152,1438.739883,2338.160804,1491.737332,2116.486505 +219716,2839.713272,1438.905453,2338.422839,1478.45758,2115.550673 +219717,2840.112362,1439.091494,2338.7099,1498.46167,2114.639064 +219718,2840.505139,1439.298141,2338.981652,1502.625332,2113.703639 +219719,2840.894388,1439.525331,2339.245798,1507.765228,2112.956474 +219720,2841.279975,1439.773013,2339.500144,1524.653431,2111.961243 +219721,2842.468717,1462.916192,2340.581777,1528.639124,2112.495184 +219722,2846.47439,1464.511642,2343.347982,1558.436623,2115.600953 +219723,2851.764889,1465.699078,2346.919348,1556.901445,2120.213636 +219724,2856.793817,1466.77972,2350.401318,1581.089928,2124.270236 +219725,2860.975213,1467.781947,2353.437233,1563.673197,2128.401449 +219726,2864.464206,1468.739136,2356.105899,1585.428793,2132.066324 +219727,2867.573619,1469.671829,2358.569567,1586.750382,2135.237497 +219728,2870.515061,1470.592963,2360.942564,1594.981293,2138.202859 +219729,2873.456539,1471.509777,2363.316416,1601.608718,2141.076004 +219730,2876.431567,1472.42634,2365.712908,1608.785527,2143.888397 +219731,2879.417992,1473.345227,2368.11492,1615.64359,2146.849102 +219732,2885.074267,1474.269328,2372.223228,1622.755939,2151.631584 +219733,2886.589168,1475.194985,2373.717452,1629.569224,2153.133777 +219734,2888.927903,1476.130543,2375.738493,1636.830687,2155.210554 +219735,2894.203971,1477.071872,2379.617584,1643.751314,2159.50021 +219736,2895.478253,1478.017149,2380.961976,1650.799807,2160.614768 +219737,2897.66979,1478.973505,2382.881899,1657.753549,2162.374252 +219738,2902.854646,1483.251616,2386.697111,1665.958531,2166.4052 +219739,2904.449562,1484.669667,2388.45185,1678.780736,2167.391653 +219740,2907.112054,1485.864766,2391.198607,1677.705174,2169.250165 +219741,2909.964595,1487.002296,2393.866432,1688.300114,2170.984089 +219742,2915.602853,1488.111181,2398.252588,1695.19918,2174.908954 +219743,2917.157106,1489.199885,2400.002104,1702.008213,2175.672574 +219744,2922.224039,1490.281883,2403.945343,1709.154164,2179.226144 +219745,2923.428693,1491.352444,2405.404958,1716.376432,2179.759615 +219746,2928.302701,1492.422253,2409.165616,1723.597067,2183.169839 +219747,2929.401649,1493.484054,2410.504867,1730.618468,2183.606701 +219748,2931.541894,1494.641718,2412.474084,1737.694013,2184.831245 +219749,2934.067751,1495.558937,2414.6569,1745.032675,2186.321092 +219750,2936.808087,1496.683066,2416.950784,1752.163753,2187.953181 +219751,2939.651137,1497.391143,2419.298976,1758.95695,2189.661818 +219752,2942.504161,1498.041892,2421.629551,1765.517743,2191.406003 +219753,2945.327128,1498.655863,2423.90519,1772.455584,2193.169653 +219754,2948.237619,1499.241216,2426.197657,1784.445442,2195.045979 +219755,2951.100273,1499.802207,2428.424301,1783.593026,2196.923669 +219756,2954.058456,1500.341076,2430.5008,1792.881526,2198.685471 +219757,2956.668257,1500.85987,2432.522514,1799.287587,2200.437149 +219758,2959.279959,1501.263208,2434.524464,1805.787921,2202.21274 +219759,2961.865823,1501.885645,2436.485202,1812.196598,2203.979324 +219760,2964.430427,1502.281772,2438.407749,1818.804217,2205.735929 +219761,2966.979981,1502.742861,2440.298295,1825.028677,2207.486317 +219762,2969.519736,1503.173557,2442.162875,1831.758146,2209.234698 +219763,2972.184637,1503.588272,2444.090115,1843.213241,2211.293408 +219764,2974.834224,1503.98737,2445.993538,1842.897836,2213.142081 +219765,2977.300941,1504.3716,2447.768118,1850.916542,2214.850868 +219766,2979.734056,1504.741074,2449.508497,1857.842271,2216.538305 +219767,2982.193465,1505.096464,2451.252447,1863.854767,2218.25068 +219768,2984.628992,1505.437854,2452.968742,1869.875991,2219.94825 +219769,2987.265586,1505.76552,2454.802111,1883.936708,2221.8103 +219770,2990.093845,1506.079885,2456.749652,1887.185516,2223.833902 +219771,2992.878032,1506.381093,2458.664603,1895.817194,2225.837409 +219772,2995.7891,1506.669251,2460.657281,1909.683514,2227.957488 +219773,2998.745226,1506.944824,2462.676427,1911.634304,2230.129523 +219774,3001.488886,1507.20748,2464.558006,1919.561222,2232.147965 +219775,3006.913565,1507.459193,2468.148116,1933.106101,2236.312073 +219776,3008.313446,1507.695067,2469.189101,1935.248436,2237.330148 +219777,3010.636768,1507.922578,2470.81257,1951.084805,2239.083041 +219778,3013.276194,1508.136,2472.618956,1952.304713,2241.063801 +219779,3015.701316,1508.337963,2474.272719,1955.987407,2242.856928 +219780,3017.80015,1508.527914,2475.705219,1961.601798,2244.379148 +219781,3021.698621,1475.383342,2479.038611,1960.728123,2249.486241 +219782,3019.580813,1474.80182,2477.964868,1944.622807,2248.195497 +219783,3014.658168,1474.386426,2474.7413,1961.023069,2243.585995 +219784,3010.686805,1473.946908,2471.990456,1963.314134,2239.278072 +219785,3008.595726,1473.508039,2470.425871,1967.725911,2236.388648 +219786,3007.987273,1473.06125,2469.846357,1973.148428,2234.792662 +219787,3008.288172,1472.605851,2469.906326,1976.178395,2234.122844 +219788,3008.962933,1472.140385,2470.26851,1979.450382,2233.98556 +219789,3009.744118,1471.665362,2470.757033,1982.930531,2234.166619 +219790,3010.552148,1471.086838,2471.310857,1986.56001,2234.583808 +219791,3011.367657,1470.725999,2471.906479,1990.268392,2235.197493 +219792,3012.187234,1470.154157,2472.532095,1994.003709,2235.981914 +219793,3013.00934,1469.649616,2473.179252,1997.73821,2236.915905 +219794,3013.831181,1469.120287,2473.840565,2001.460515,2237.980206 +219795,3014.649583,1468.579717,2474.509805,2005.167229,2239.157492 +219796,3015.462165,1468.027553,2475.182218,2008.857952,2240.43279 +219797,3016.267279,1467.464518,2475.854216,2012.532926,2241.793105 +219798,3017.06399,1466.889983,2476.523217,2016.192553,2243.227316 +219799,3017.849945,1466.304726,2477.186168,2020.027145,2244.724337 +219800,3018.624477,1465.708156,2477.841419,2023.632996,2246.275474 +219801,3022.036615,1465.102081,2480.180415,2029.058101,2249.983329 +219802,3021.441103,1464.482036,2479.984807,2031.651567,2250.603826 +219803,3021.638947,1463.854779,2480.292732,2034.812468,2251.89607 +219804,3022.060136,1463.305522,2480.727193,2038.164363,2253.376663 +219805,3025.245626,1462.525432,2482.913067,2043.46012,2257.069741 +219806,3024.49881,1461.925003,2482.605757,2045.979347,2257.70606 +219807,3024.58524,1461.244493,2482.825296,2049.083974,2259.027601 +219808,3024.91756,1460.56354,2483.186054,2052.382901,2260.543643 +219809,3025.38198,1459.874289,2483.617765,2055.786727,2262.16714 +219810,3025.920149,1459.175074,2484.089169,2059.239664,2263.862213 +219811,3026.494881,1458.323795,2484.581166,2062.707073,2265.606778 +219812,3027.048842,1457.349284,2485.067702,2066.044354,2267.386385 +219813,3027.549941,1456.572961,2485.534685,2069.177355,2269.195369 +219814,3030.638322,1455.586498,2487.669648,2073.953308,2273.138131 +219815,3029.680632,1454.656287,2487.260248,2075.739649,2273.979522 +219816,3029.485701,1453.701159,2487.346751,2077.978096,2275.478967 +219817,3029.49262,1452.729821,2487.555775,2080.31899,2277.156249 +219818,3029.601304,1451.744977,2487.823518,2082.681219,2278.92972 +219819,3029.760492,1450.747032,2488.122229,2085.029927,2280.766388 +219820,3029.936793,1449.736303,2488.434747,2087.327117,2282.64565 +219821,3030.111868,1448.713439,2488.751377,2089.569008,2284.55458 +219822,3030.277042,1447.678621,2489.067083,2091.741993,2286.485079 +219823,3030.428323,1446.632407,2489.379139,2093.855822,2288.431643 +219824,3030.557917,1445.574922,2489.685882,2095.901215,2290.390197 +219825,3030.671767,1444.506686,2489.986148,2097.888706,2292.35749 +219826,3030.770794,1443.427799,2490.279076,2099.808177,2294.330867 +219827,3030.845117,1442.97296,2490.56287,2101.659383,2296.306675 +219828,3030.283476,1441.967104,2490.916691,2102.062994,2298.294892 +219829,3029.3838,1440.899765,2491.329675,2101.701229,2300.313082 +219830,3028.506318,1439.773143,2491.769996,2101.402895,2302.366916 +219831,3027.787429,1438.656226,2492.206313,2101.5141,2304.450157 +219832,3027.234372,1437.403116,2492.622029,2102.007517,2306.543729 +219833,3026.784731,1436.386798,2493.006576,2102.732525,2308.635096 +219834,3026.398616,1435.219887,2493.359353,2103.553552,2310.712142 +219835,3026.036807,1433.913926,2493.680172,2104.394757,2312.773764 +219836,3025.690696,1432.773461,2493.972329,2105.222371,2314.819832 +219837,3025.347449,1431.548772,2494.239324,2106.022919,2316.850253 +219838,3025.003915,1430.325874,2494.484287,2106.790463,2318.86564 +219839,3024.659184,1429.093146,2494.709716,2107.520915,2320.866925 +219840,3024.311803,1427.8503,2494.917533,2108.210596,2322.855028 +219841,3024.167359,1360.356799,2495.242371,2109.001013,2324.997339 +219842,3014.572699,1358.621423,2488.459743,2104.085252,2316.457392 +219843,3000.764077,1356.975314,2478.578424,2097.316204,2302.715887 +219844,2988.708429,1355.582087,2469.501114,2092.142663,2289.138441 +219845,2862.707674,1354.023987,2460.354435,2086.965636,2275.538398 +219846,2898.267323,1352.540144,2451.027719,2081.328375,2261.791021 +219847,2895.927825,1351.048613,2443.886742,2077.710331,2250.925474 +219848,2886.406328,1349.558195,2438.856941,2075.93278,2242.912343 +219849,2880.496019,1348.151625,2436.419306,2076.429755,2238.399101 +219850,2875.370844,1346.540922,2432.045038,2074.176416,2231.615562 +219851,2863.972097,1345.110051,2428.600034,2072.461378,2226.531309 +219852,2876.847545,1343.606472,2425.904879,2071.212236,2222.651408 +219853,2854.237781,1342.112552,2423.68337,2070.180992,2219.614102 +219854,2860.68883,1340.616062,2421.601908,2069.030187,2216.991205 +219855,2855.323764,1339.11712,2419.801657,2067.949911,2214.759755 +219856,2850.762737,1337.614951,2418.209293,2066.893221,2213.210134 +219857,2838.027065,1336.33896,2416.532413,2065.569316,2211.536637 +219858,2831.410781,1334.839732,2416.363731,2064.076862,2212.051657 +219859,2818.794367,1333.286524,2415.181878,2060.231252,2211.344125 +219860,2831.812222,1331.716995,2412.276211,2054.688604,2209.127819 +219861,2806.630754,1330.140351,2410.084383,2050.675868,2207.63663 +219862,2815.045642,1328.552805,2408.326551,2047.443094,2206.604336 +219863,2807.899573,1326.959274,2406.86989,2044.847839,2206.012924 +219864,2802.862803,1325.358786,2405.575246,2042.549296,2205.484224 +219865,2798.964843,1323.672573,2405.953788,2042.094027,2207.280239 +219866,2794.087897,1322.175624,2403.799396,2038.769873,2206.059037 +219867,2789.855213,1320.502507,2402.202216,2036.047241,2205.581793 +219868,2785.386571,1318.889958,2400.793799,2033.558514,2205.375211 +219869,2781.127276,1317.261137,2399.480437,2031.184889,2205.318937 +219870,2776.412828,1315.626965,2398.212193,2028.843792,2205.351025 +219871,2772.096919,1313.837463,2396.968397,2026.494593,2205.444707 +219872,2768.12787,1312.011124,2397.367643,2025.280269,2207.60691 +219873,2763.148555,1310.157835,2395.045789,2017.081304,2206.509007 +219874,2759.193643,1308.292154,2394.392157,2001.227191,2207.306219 +219875,2746.518482,1306.405187,2392.593407,2008.340103,2206.944669 +219876,2761.144366,1304.506049,2390.723393,1998.603126,2206.539788 +219877,2733.404107,1302.590317,2387.099568,1996.156956,2203.992905 +219878,2744.603046,1300.665991,2385.914114,1994.147286,2204.460771 +219879,2736.188683,1298.721889,2382.678175,1989.340381,2202.420859 +219880,2731.394304,1296.770659,2380.115182,1980.32798,2201.227029 +219881,2727.302583,1294.804681,2377.875618,1986.862777,2200.448037 +219882,2722.993579,1292.827095,2375.840797,1973.157542,2199.95043 +219883,2718.400956,1290.837615,2373.776284,1973.9367,2199.446149 +219884,2714.001364,1288.836537,2371.781441,1970.643091,2199.057229 +219885,2709.403185,1286.824642,2369.85229,1966.460781,2198.78253 +219886,2705.035136,1284.722192,2367.790985,1957.380769,2198.37114 +219887,2700.421949,1282.80327,2365.789806,1964.257602,2198.055438 +219888,2696.000681,1280.703139,2363.815742,1948.772862,2197.797832 +219889,2691.538839,1278.659982,2363.37472,1951.603659,2199.452028 +219890,2686.974019,1276.592158,2360.36924,1946.926476,2197.974202 +219891,2682.381267,1274.518114,2359.60383,1943.121253,2199.276668 +219892,2677.69322,1272.428892,2356.391288,1938.740093,2197.366456 +219893,2673.264039,1270.413257,2355.368282,1930.309953,2198.373824 +219894,2668.530279,1294.287665,2352.019232,1936.589851,2196.525762 +219895,2663.991359,1227.455155,2349.465106,1920.931413,2195.658443 +219896,2659.422651,1282.652242,2347.122463,1923.796602,2195.047639 +219897,2654.728782,1277.828619,2344.8575,1918.861101,2194.541214 +219898,2650.305271,1231.294269,2344.378042,1914.53228,2196.253138 +219899,2645.316339,1269.793887,2341.139641,1910.551978,2194.813539 +219900,2640.883904,1270.93236,2338.58325,1906.38576,2193.984721 +219901,1918.770376,1226.844482,1035.866766,1535.791092,2253.741317 +219902,2015.501948,1395.54855,1091.910502,1615.588167,2332.240363 +219903,2116.943283,1382.839231,1156.213968,1696.268935,2403.546158 +219904,2186.918804,1384.790702,1206.778773,1746.090889,2442.640428 +219905,2233.746712,1384.405656,1245.108021,1772.539795,2464.496399 +219906,2265.522156,1384.105101,1274.59369,1785.243829,2478.401444 +219907,2288.256192,1382.879062,1297.966316,1791.019319,2487.981747 +219908,2305.44728,1380.84036,1317.294769,1793.80745,2495.375737 +219909,2318.723071,1379.26331,1333.363347,1794.285421,2501.530871 +219910,2329.209745,1377.708291,1347.006213,1793.579162,2506.867628 +219911,2337.603274,1376.120098,1358.630043,1792.48304,2511.537885 +219912,2344.39647,1374.533265,1368.563078,1791.374015,2515.668321 +219913,2349.934701,1372.935867,1377.078801,1790.358771,2519.355433 +219914,2354.445355,1371.326069,1384.393376,1789.387545,2522.643748 +219915,2358.114646,1369.710023,1390.693184,1788.409174,2525.579642 +219916,2361.096162,1368.087187,1396.136067,1787.400012,2528.206914 +219917,2363.515324,1366.461276,1400.854311,1786.356347,2530.564751 +219918,2365.473719,1364.831145,1404.958504,1785.282326,2532.687735 +219919,2367.052949,1363.11261,1408.540985,1784.176721,2534.605918 +219920,2368.318603,1361.598731,1411.678987,1783.050334,2536.345544 +219921,2369.321656,1359.89683,1414.435654,1781.90735,2537.926824 +219922,2370.105111,1358.273373,1416.86555,1780.74752,2539.37036 +219923,2370.70422,1356.634077,1419.014822,1779.563871,2540.694577 +219924,2371.147272,1354.992116,1420.921953,1778.363501,2541.915032 +219925,2371.456866,1353.347484,1422.61898,1777.148882,2543.044733 +219926,2371.648059,1351.699388,1424.132708,1775.913205,2544.094731 +219927,2371.739556,1350.13336,1425.485664,1774.662607,2545.074492 +219928,2371.7446,1348.34919,1426.696857,1773.398738,2545.992188 +219929,2371.669335,1346.751891,1427.782352,1772.114302,2546.854843 +219930,2371.525115,1345.071821,1428.755776,1770.815335,2547.66853 +219931,2371.319462,1343.394079,1429.628699,1769.503458,2548.438448 +219932,2371.061864,1341.708223,1430.410738,1768.219716,2549.169082 +219933,2370.759605,1340.013657,1431.110104,1766.990741,2549.864277 +219934,2370.41706,1338.310682,1431.733908,1765.820259,2550.527346 +219935,2370.036774,1336.598583,1432.288305,1764.69939,2551.161107 +219936,2369.620528,1334.876936,1432.778639,1763.61657,2551.76798 +219937,2369.169834,1333.060832,1433.209535,1762.562166,2552.350013 +219938,2368.686136,1331.445362,1433.58503,1761.529368,2552.908976 +219939,2368.170787,1329.630955,1433.908646,1760.513525,2553.446368 +219940,2367.625055,1327.882039,1434.183487,1759.511358,2553.963483 +219941,2367.0501,1326.108648,1434.412291,1758.520404,2554.461418 +219942,2366.44701,1324.323878,1434.597495,1757.53875,2554.941132 +219943,2365.816779,1322.527903,1434.741273,1756.564859,2555.40343 +219944,2365.160347,1320.720293,1434.845581,1755.597513,2555.849022 +219945,2364.478586,1318.901131,1434.912176,1754.635722,2556.2785 +219946,2363.772334,1317.070053,1434.942664,1753.678704,2556.692403 +219947,2363.042366,1315.227173,1434.938498,1752.725809,2557.091169 +219948,2362.289432,1313.372166,1434.901014,1751.776516,2557.475201 +219949,2361.514231,1311.505172,1434.831437,1750.830385,2557.844832 +219950,2360.717445,1309.625903,1434.730905,1749.887059,2558.200372 +219951,2359.899707,1307.734522,1434.600468,1748.946231,2558.542078 +219952,2359.061643,1305.830771,1434.441109,1748.007652,2558.870193 +219953,2358.203837,1303.91458,1434.253742,1747.071105,2559.184925 +219954,2357.326865,1301.98594,1434.039231,1746.136416,2559.48647 +219955,2356.431284,1301.161683,1433.798392,1745.203444,2559.775018 +219956,2355.744182,1299.463673,1433.578258,1745.241335,2560.051648 +219957,2355.189668,1297.626565,1433.366542,1745.873732,2560.316474 +219958,2354.648035,1295.744407,1433.14048,1746.533117,2560.569422 +219959,2354.05308,1293.83531,1432.88691,1746.968157,2560.810368 +219960,2353.387863,1291.905735,1432.602111,1747.13713,2561.039312 +219961,0,0,0,0,0 +219962,0,0,0,0,0 +219963,0,0,0,0,0 +219964,0,0,0,0,0 +219965,0,0,0,0,0 +219966,0,0,0,0,0 +219967,0,0,0,0,0 +219968,0,0,0,0,0 +219969,0,0,0,0,0 +219970,0,0,0,0,0 +219971,0,0,0,0,0 +219972,0,0,0,0,0 +219973,0,0,0,0,0 +219974,0,0,0,0,0 +219975,0,0,0,0,0 +219976,0,0,0,0,0 +219977,0,0,0,0,0 +219978,0,0,0,0,0 +219979,0,0,0,0,0 +219980,0,0,0,0,0 +219981,0,0,0,0,0 +219982,0,0,0,0,0 +219983,0,0,0,0,0 +219984,0,0,0,0,0 +219985,0,0,0,0,0 +219986,0,0,0,0,0 +219987,0,0,0,0,0 +219988,0,0,0,0,0 +219989,0,0,0,0,0 +219990,0,0,0,0,0 +219991,0,0,0,0,0 +219992,0,0,0,0,0 +219993,0,0,0,0,0 +219994,0,0,0,0,0 +219995,0,0,0,0,0 +219996,0,0,0,0,0 +219997,0,0,0,0,0 +219998,0,0,0,0,0 +219999,0,0,0,0,0 +220000,0,0,0,0,0 +220001,0,0,0,0,0 +220002,0,0,0,0,0 +220003,0,0,0,0,0 +220004,0,0,0,0,0 +220005,0,0,0,0,0 +220006,0,0,0,0,0 +220007,0,0,0,0,0 +220008,0,0,0,0,0 +220009,0,0,0,0,0 +220010,0,0,0,0,0 +220011,0,0,0,0,0 +220012,0,0,0,0,0 +220013,0,0,0,0,0 +220014,0,0,0,0,0 +220015,0,0,0,0,0 +220016,0,0,0,0,0 +220017,0,0,0,0,0 +220018,0,0,0,0,0 +220019,0,0,0,0,0 +220020,0,0,0,0,0 +220021,0,0,0,0,0 +220022,0,0,0,0,0 +220023,0,0,0,0,0 +220024,0,0,0,0,0 +220025,0,0,0,0,0 +220026,0,0,0,0,0 +220027,0,0,0,0,0 +220028,0,0,0,0,0 +220029,0,0,0,0,0 +220030,0,0,0,0,0 +220031,0,0,0,0,0 +220032,0,0,0,0,0 +220033,0,0,0,0,0 +220034,0,0,0,0,0 +220035,0,0,0,0,0 +220036,0,0,0,0,0 +220037,0,0,0,0,0 +220038,0,0,0,0,0 +220039,0,0,0,0,0 +220040,0,0,0,0,0 +220041,0,0,0,0,0 +220042,0,0,0,0,0 +220043,0,0,0,0,0 +220044,0,0,0,0,0 +220045,0,0,0,0,0 +220046,0,0,0,0,0 +220047,0,0,0,0,0 +220048,0,0,0,0,0 +220049,0,0,0,0,0 +220050,0,0,0,0,0 +220051,0,0,0,0,0 +220052,0,0,0,0,0 +220053,0,0,0,0,0 +220054,0,0,0,0,0 +220055,0,0,0,0,0 +220056,0,0,0,0,0 +220057,0,0,0,0,0 +220058,0,0,0,0,0 +220059,0,0,0,0,0 +220060,0,0,0,0,0 +220061,0,0,0,0,0 +220062,0,0,0,0,0 +220063,0,0,0,0,0 +220064,0,0,0,0,0 +220065,0,0,0,0,0 +220066,0,0,0,0,0 +220067,0,0,0,0,0 +220068,0,0,0,0,0 +220069,0,0,0,0,0 +220070,0,0,0,0,0 +220071,0,0,0,0,0 +220072,0,0,0,0,0 +220073,0,0,0,0,0 +220074,0,0,0,0,0 +220075,0,0,0,0,0 +220076,0,0,0,0,0 +220077,0,0,0,0,0 +220078,0,0,0,0,0 +220079,0,0,0,0,0 +220080,0,0,0,0,0 +220081,0,0,0,0,0 +220082,0,0,0,0,0 +220083,0,0,0,0,0 +220084,0,0,0,0,0 +220085,0,0,0,0,0 +220086,0,0,0,0,0 +220087,0,0,0,0,0 +220088,0,0,0,0,0 +220089,0,0,0,0,0 +220090,0,0,0,0,0 +220091,0,0,0,0,0 +220092,0,0,0,0,0 +220093,0,0,0,0,0 +220094,0,0,0,0,0 +220095,0,0,0,0,0 +220096,0,0,0,0,0 +220097,0,0,0,0,0 +220098,0,0,0,0,0 +220099,0,0,0,0,0 +220100,0,0,0,0,0 +220101,0,0,0,0,0 +220102,0,0,0,0,0 +220103,0,0,0,0,0 +220104,0,0,0,0,0 +220105,0,0,0,0,0 +220106,0,0,0,0,0 +220107,0,0,0,0,0 +220108,0,0,0,0,0 +220109,0,0,0,0,0 +220110,0,0,0,0,0 +220111,0,0,0,0,0 +220112,0,0,0,0,0 +220113,0,0,0,0,0 +220114,0,0,0,0,0 +220115,0,0,0,0,0 +220116,0,0,0,0,0 +220117,0,0,0,0,0 +220118,0,0,0,0,0 +220119,0,0,0,0,0 +220120,0,0,0,0,0 +220121,0,0,0,0,0 +220122,0,0,0,0,0 +220123,0,0,0,0,0 +220124,0,0,0,0,0 +220125,0,0,0,0,0 +220126,0,0,0,0,0 +220127,0,0,0,0,0 +220128,0,0,0,0,0 +220129,0,0,0,0,0 +220130,0,0,0,0,0 +220131,0,0,0,0,0 +220132,0,0,0,0,0 +220133,0,0,0,0,0 +220134,0,0,0,0,0 +220135,0,0,0,0,0 +220136,0,0,0,0,0 +220137,0,0,0,0,0 +220138,0,0,0,0,0 +220139,0,0,0,0,0 +220140,0,0,0,0,0 +220141,0,0,0,0,0 +220142,0,0,0,0,0 +220143,0,0,0,0,0 +220144,0,0,0,0,0 +220145,0,0,0,0,0 +220146,0,0,0,0,0 +220147,0,0,0,0,0 +220148,0,0,0,0,0 +220149,0,0,0,0,0 +220150,0,0,0,0,0 +220151,0,0,0,0,0 +220152,0,0,0,0,0 +220153,0,0,0,0,0 +220154,0,0,0,0,0 +220155,0,0,0,0,0 +220156,0,0,0,0,0 +220157,0,0,0,0,0 +220158,0,0,0,0,0 +220159,0,0,0,0,0 +220160,0,0,0,0,0 +220161,0,0,0,0,0 +220162,0,0,0,0,0 +220163,0,0,0,0,0 +220164,0,0,0,0,0 +220165,0,0,0,0,0 +220166,0,0,0,0,0 +220167,0,0,0,0,0 +220168,0,0,0,0,0 +220169,0,0,0,0,0 +220170,0,0,0,0,0 +220171,0,0,0,0,0 +220172,0,0,0,0,0 +220173,0,0,0,0,0 +220174,0,0,0,0,0 +220175,0,0,0,0,0 +220176,0,0,0,0,0 +220177,0,0,0,0,0 +220178,0,0,0,0,0 +220179,0,0,0,0,0 +220180,0,0,0,0,0 +220181,0,0,0,0,0 +220182,0,0,0,0,0 +220183,0,0,0,0,0 +220184,0,0,0,0,0 +220185,0,0,0,0,0 +220186,0,0,0,0,0 +220187,0,0,0,0,0 +220188,0,0,0,0,0 +220189,0,0,0,0,0 +220190,0,0,0,0,0 +220191,0,0,0,0,0 +220192,0,0,0,0,0 +220193,0,0,0,0,0 +220194,0,0,0,0,0 +220195,0,0,0,0,0 +220196,0,0,0,0,0 +220197,0,0,0,0,0 +220198,0,0,0,0,0 +220199,0,0,0,0,0 +220200,0,0,0,0,0 +220201,0,0,0,0,0 +220202,0,0,0,0,0 +220203,0,0,0,0,0 +220204,0,0,0,0,0 +220205,0,0,0,0,0 +220206,0,0,0,0,0 +220207,0,0,0,0,0 +220208,0,0,0,0,0 +220209,0,0,0,0,0 +220210,0,0,0,0,0 +220211,0,0,0,0,0 +220212,0,0,0,0,0 +220213,0,0,0,0,0 +220214,0,0,0,0,0 +220215,0,0,0,0,0 +220216,0,0,0,0,0 +220217,0,0,0,0,0 +220218,0,0,0,0,0 +220219,0,0,0,0,0 +220220,0,0,0,0,0 +220221,0,0,0,0,0 +220222,0,0,0,0,0 +220223,0,0,0,0,0 +220224,0,0,0,0,0 +220225,0,0,0,0,0 +220226,0,0,0,0,0 +220227,0,0,0,0,0 +220228,0,0,0,0,0 +220229,0,0,0,0,0 +220230,0,0,0,0,0 +220231,0,0,0,0,0 +220232,0,0,0,0,0 +220233,0,0,0,0,0 +220234,0,0,0,0,0 +220235,0,0,0,0,0 +220236,0,0,0,0,0 +220237,0,0,0,0,0 +220238,0,0,0,0,0 +220239,0,0,0,0,0 +220240,0,0,0,0,0 +220241,0,0,0,0,0 +220242,0,0,0,0,0 +220243,0,0,0,0,0 +220244,0,0,0,0,0 +220245,0,0,0,0,0 +220246,0,0,0,0,0 +220247,0,0,0,0,0 +220248,0,0,0,0,0 +220249,0,0,0,0,0 +220250,0,0,0,0,0 +220251,0,0,0,0,0 +220252,0,0,0,0,0 +220253,0,0,0,0,0 +220254,0,0,0,0,0 +220255,0,0,0,0,0 +220256,0,0,0,0,0 +220257,0,0,0,0,0 +220258,0,0,0,0,0 +220259,0,0,0,0,0 +220260,0,0,0,0,0 +220261,0,0,0,0,0 +220262,0,0,0,0,0 +220263,0,0,0,0,0 +220264,0,0,0,0,0 +220265,0,0,0,0,0 +220266,0,0,0,0,0 +220267,0,0,0,0,0 +220268,0,0,0,0,0 +220269,0,0,0,0,0 +220270,0,0,0,0,0 +220271,0,0,0,0,0 +220272,0,0,0,0,0 +220273,0,0,0,0,0 +220274,0,0,0,0,0 +220275,0,0,0,0,0 +220276,0,0,0,0,0 +220277,0,0,0,0,0 +220278,0,0,0,0,0 +220279,0,0,0,0,0 +220280,0,0,0,0,0 +220281,0,0,0,0,0 +220282,0,0,0,0,0 +220283,0,0,0,0,0 +220284,0,0,0,0,0 +220285,0,0,0,0,0 +220286,0,0,0,0,0 +220287,0,0,0,0,0 +220288,0,0,0,0,0 +220289,0,0,0,0,0 +220290,0,0,0,0,0 +220291,0,0,0,0,0 +220292,0,0,0,0,0 +220293,0,0,0,0,0 +220294,0,0,0,0,0 +220295,0,0,0,0,0 +220296,0,0,0,0,0 +220297,0,0,0,0,0 +220298,0,0,0,0,0 +220299,0,0,0,0,0 +220300,0,0,0,0,0 +220301,0,0,0,0,0 +220302,0,0,0,0,0 +220303,0,0,0,0,0 +220304,0,0,0,0,0 +220305,0,0,0,0,0 +220306,0,0,0,0,0 +220307,0,0,0,0,0 +220308,0,0,0,0,0 +220309,0,0,0,0,0 +220310,0,0,0,0,0 +220311,0,0,0,0,0 +220312,0,0,0,0,0 +220313,0,0,0,0,0 +220314,0,0,0,0,0 +220315,0,0,0,0,0 +220316,0,0,0,0,0 +220317,0,0,0,0,0 +220318,0,0,0,0,0 +220319,0,0,0,0,0 +220320,0,0,0,0,0 +220321,0,0,0,0,0 +220322,0,0,0,0,0 +220323,0,0,0,0,0 +220324,0,0,0,0,0 +220325,0,0,0,0,0 +220326,0,0,0,0,0 +220327,0,0,0,0,0 +220328,0,0,0,0,0 +220329,0,0,0,0,0 +220330,0,0,0,0,0 +220331,0,0,0,0,0 +220332,0,0,0,0,0 +220333,0,0,0,0,0 +220334,0,0,0,0,0 +220335,0,0,0,0,0 +220336,0,0,0,0,0 +220337,0,0,0,0,0 +220338,0,0,0,0,0 +220339,0,0,0,0,0 +220340,0,0,0,0,0 +220341,0,0,0,0,0 +220342,0,0,0,0,0 +220343,0,0,0,0,0 +220344,0,0,0,0,0 +220345,0,0,0,0,0 +220346,0,0,0,0,0 +220347,0,0,0,0,0 +220348,0,0,0,0,0 +220349,0,0,0,0,0 +220350,0,0,0,0,0 +220351,0,0,0,0,0 +220352,0,0,0,0,0 +220353,0,0,0,0,0 +220354,0,0,0,0,0 +220355,0,0,0,0,0 +220356,0,0,0,0,0 +220357,0,0,0,0,0 +220358,0,0,0,0,0 +220359,0,0,0,0,0 +220360,0,0,0,0,0 +220361,0,0,0,0,0 +220362,0,0,0,0,0 +220363,0,0,0,0,0 +220364,0,0,0,0,0 +220365,0,0,0,0,0 +220366,0,0,0,0,0 +220367,0,0,0,0,0 +220368,0,0,0,0,0 +220369,0,0,0,0,0 +220370,0,0,0,0,0 +220371,0,0,0,0,0 +220372,0,0,0,0,0 +220373,0,0,0,0,0 +220374,0,0,0,0,0 +220375,0,0,0,0,0 +220376,0,0,0,0,0 +220377,0,0,0,0,0 +220378,0,0,0,0,0 +220379,0,0,0,0,0 +220380,0,0,0,0,0 +220381,0,0,0,0,0 +220382,0,0,0,0,0 +220383,0,0,0,0,0 +220384,0,0,0,0,0 +220385,0,0,0,0,0 +220386,0,0,0,0,0 +220387,0,0,0,0,0 +220388,0,0,0,0,0 +220389,0,0,0,0,0 +220390,0,0,0,0,0 +220391,0,0,0,0,0 +220392,0,0,0,0,0 +220393,0,0,0,0,0 +220394,0,0,0,0,0 +220395,0,0,0,0,0 +220396,0,0,0,0,0 +220397,0,0,0,0,0 +220398,0,0,0,0,0 +220399,0,0,0,0,0 +220400,0,0,0,0,0 +220401,0,0,0,0,0 +220402,0,0,0,0,0 +220403,0,0,0,0,0 +220404,0,0,0,0,0 +220405,0,0,0,0,0 +220406,0,0,0,0,0 +220407,0,0,0,0,0 +220408,0,0,0,0,0 +220409,0,0,0,0,0 +220410,0,0,0,0,0 +220411,0,0,0,0,0 +220412,0,0,0,0,0 +220413,0,0,0,0,0 +220414,0,0,0,0,0 +220415,0,0,0,0,0 +220416,0,0,0,0,0 +220417,0,0,0,0,0 +220418,0,0,0,0,0 +220419,0,0,0,0,0 +220420,0,0,0,0,0 +220421,0,0,0,0,0 +220422,0,0,0,0,0 +220423,0,0,0,0,0 +220424,0,0,0,0,0 +220425,0,0,0,0,0 +220426,0,0,0,0,0 +220427,0,0,0,0,0 +220428,0,0,0,0,0 +220429,0,0,0,0,0 +220430,0,0,0,0,0 +220431,0,0,0,0,0 +220432,0,0,0,0,0 +220433,0,0,0,0,0 +220434,0,0,0,0,0 +220435,0,0,0,0,0 +220436,0,0,0,0,0 +220437,0,0,0,0,0 +220438,0,0,0,0,0 +220439,0,0,0,0,0 +220440,0,0,0,0,0 +220441,0,0,0,0,0 +220442,0,0,0,0,0 +220443,0,0,0,0,0 +220444,0,0,0,0,0 +220445,0,0,0,0,0 +220446,0,0,0,0,0 +220447,0,0,0,0,0 +220448,0,0,0,0,0 +220449,0,0,0,0,0 +220450,0,0,0,0,0 +220451,0,0,0,0,0 +220452,0,0,0,0,0 +220453,0,0,0,0,0 +220454,0,0,0,0,0 +220455,0,0,0,0,0 +220456,0,0,0,0,0 +220457,0,0,0,0,0 +220458,0,0,0,0,0 +220459,0,0,0,0,0 +220460,0,0,0,0,0 +220461,0,0,0,0,0 +220462,0,0,0,0,0 +220463,0,0,0,0,0 +220464,0,0,0,0,0 +220465,0,0,0,0,0 +220466,0,0,0,0,0 +220467,0,0,0,0,0 +220468,0,0,0,0,0 +220469,0,0,0,0,0 +220470,0,0,0,0,0 +220471,0,0,0,0,0 +220472,0,0,0,0,0 +220473,0,0,0,0,0 +220474,0,0,0,0,0 +220475,0,0,0,0,0 +220476,0,0,0,0,0 +220477,0,0,0,0,0 +220478,0,0,0,0,0 +220479,0,0,0,0,0 +220480,0,0,0,0,0 +220481,0,0,0,0,0 +220482,0,0,0,0,0 +220483,0,0,0,0,0 +220484,0,0,0,0,0 +220485,0,0,0,0,0 +220486,0,0,0,0,0 +220487,0,0,0,0,0 +220488,0,0,0,0,0 +220489,0,0,0,0,0 +220490,0,0,0,0,0 +220491,0,0,0,0,0 +220492,0,0,0,0,0 +220493,0,0,0,0,0 +220494,0,0,0,0,0 +220495,0,0,0,0,0 +220496,0,0,0,0,0 +220497,0,0,0,0,0 +220498,0,0,0,0,0 +220499,0,0,0,0,0 +220500,0,0,0,0,0 +220501,0,0,0,0,0 +220502,0,0,0,0,0 +220503,0,0,0,0,0 +220504,0,0,0,0,0 +220505,0,0,0,0,0 +220506,0,0,0,0,0 +220507,0,0,0,0,0 +220508,0,0,0,0,0 +220509,0,0,0,0,0 +220510,0,0,0,0,0 +220511,0,0,0,0,0 +220512,0,0,0,0,0 +220513,0,0,0,0,0 +220514,0,0,0,0,0 +220515,0,0,0,0,0 +220516,0,0,0,0,0 +220517,0,0,0,0,0 +220518,0,0,0,0,0 +220519,0,0,0,0,0 +220520,0,0,0,0,0 +220521,0,0,0,0,0 +220522,0,0,0,0,0 +220523,0,0,0,0,0 +220524,0,0,0,0,0 +220525,0,0,0,0,0 +220526,0,0,0,0,0 +220527,0,0,0,0,0 +220528,0,0,0,0,0 +220529,0,0,0,0,0 +220530,0,0,0,0,0 +220531,0,0,0,0,0 +220532,0,0,0,0,0 +220533,0,0,0,0,0 +220534,0,0,0,0,0 +220535,0,0,0,0,0 +220536,0,0,0,0,0 +220537,0,0,0,0,0 +220538,0,0,0,0,0 +220539,0,0,0,0,0 +220540,0,0,0,0,0 +220541,0,0,0,0,0 +220542,0,0,0,0,0 +220543,0,0,0,0,0 +220544,0,0,0,0,0 +220545,0,0,0,0,0 +220546,0,0,0,0,0 +220547,0,0,0,0,0 +220548,0,0,0,0,0 +220549,0,0,0,0,0 +220550,0,0,0,0,0 +220551,0,0,0,0,0 +220552,0,0,0,0,0 +220553,0,0,0,0,0 +220554,0,0,0,0,0 +220555,0,0,0,0,0 +220556,0,0,0,0,0 +220557,0,0,0,0,0 +220558,0,0,0,0,0 +220559,0,0,0,0,0 +220560,0,0,0,0,0 +220561,0,0,0,0,0 +220562,0,0,0,0,0 +220563,0,0,0,0,0 +220564,0,0,0,0,0 +220565,0,0,0,0,0 +220566,0,0,0,0,0 +220567,0,0,0,0,0 +220568,0,0,0,0,0 +220569,0,0,0,0,0 +220570,0,0,0,0,0 +220571,0,0,0,0,0 +220572,0,0,0,0,0 +220573,0,0,0,0,0 +220574,0,0,0,0,0 +220575,0,0,0,0,0 +220576,0,0,0,0,0 +220577,0,0,0,0,0 +220578,0,0,0,0,0 +220579,0,0,0,0,0 +220580,0,0,0,0,0 +220581,0,0,0,0,0 +220582,0,0,0,0,0 +220583,0,0,0,0,0 +220584,0,0,0,0,0 +220585,0,0,0,0,0 +220586,0,0,0,0,0 +220587,0,0,0,0,0 +220588,0,0,0,0,0 +220589,0,0,0,0,0 +220590,0,0,0,0,0 +220591,0,0,0,0,0 +220592,0,0,0,0,0 +220593,0,0,0,0,0 +220594,0,0,0,0,0 +220595,0,0,0,0,0 +220596,0,0,0,0,0 +220597,0,0,0,0,0 +220598,0,0,0,0,0 +220599,0,0,0,0,0 +220600,0,0,0,0,0 +220601,0,0,0,0,0 +220602,0,0,0,0,0 +220603,0,0,0,0,0 +220604,0,0,0,0,0 +220605,0,0,0,0,0 +220606,0,0,0,0,0 +220607,0,0,0,0,0 +220608,0,0,0,0,0 +220609,0,0,0,0,0 +220610,0,0,0,0,0 +220611,0,0,0,0,0 +220612,0,0,0,0,0 +220613,0,0,0,0,0 +220614,0,0,0,0,0 +220615,0,0,0,0,0 +220616,0,0,0,0,0 +220617,0,0,0,0,0 +220618,0,0,0,0,0 +220619,0,0,0,0,0 +220620,0,0,0,0,0 +220621,0,0,0,0,0 +220622,0,0,0,0,0 +220623,0,0,0,0,0 +220624,0,0,0,0,0 +220625,0,0,0,0,0 +220626,0,0,0,0,0 +220627,0,0,0,0,0 +220628,0,0,0,0,0 +220629,0,0,0,0,0 +220630,0,0,0,0,0 +220631,0,0,0,0,0 +220632,0,0,0,0,0 +220633,0,0,0,0,0 +220634,0,0,0,0,0 +220635,0,0,0,0,0 +220636,0,0,0,0,0 +220637,0,0,0,0,0 +220638,0,0,0,0,0 +220639,0,0,0,0,0 +220640,0,0,0,0,0 +220641,0,0,0,0,0 +220642,0,0,0,0,0 +220643,0,0,0,0,0 +220644,0,0,0,0,0 +220645,0,0,0,0,0 +220646,0,0,0,0,0 +220647,0,0,0,0,0 +220648,0,0,0,0,0 +220649,0,0,0,0,0 +220650,0,0,0,0,0 +220651,0,0,0,0,0 +220652,0,0,0,0,0 +220653,0,0,0,0,0 +220654,0,0,0,0,0 +220655,0,0,0,0,0 +220656,0,0,0,0,0 +220657,0,0,0,0,0 +220658,0,0,0,0,0 +220659,0,0,0,0,0 +220660,0,0,0,0,0 +220661,0,0,0,0,0 +220662,0,0,0,0,0 +220663,0,0,0,0,0 +220664,0,0,0,0,0 +220665,0,0,0,0,0 +220666,0,0,0,0,0 +220667,0,0,0,0,0 +220668,0,0,0,0,0 +220669,0,0,0,0,0 +220670,0,0,0,0,0 +220671,0,0,0,0,0 +220672,0,0,0,0,0 +220673,0,0,0,0,0 +220674,0,0,0,0,0 +220675,0,0,0,0,0 +220676,0,0,0,0,0 +220677,0,0,0,0,0 +220678,0,0,0,0,0 +220679,0,0,0,0,0 +220680,0,0,0,0,0 +220681,0,0,0,0,0 +220682,0,0,0,0,0 +220683,0,0,0,0,0 +220684,0,0,0,0,0 +220685,0,0,0,0,0 +220686,0,0,0,0,0 +220687,0,0,0,0,0 +220688,0,0,0,0,0 +220689,0,0,0,0,0 +220690,0,0,0,0,0 +220691,0,0,0,0,0 +220692,0,0,0,0,0 +220693,0,0,0,0,0 +220694,0,0,0,0,0 +220695,0,0,0,0,0 +220696,0,0,0,0,0 +220697,0,0,0,0,0 +220698,0,0,0,0,0 +220699,0,0,0,0,0 +220700,0,0,0,0,0 +220701,0,0,0,0,0 +220702,0,0,0,0,0 +220703,0,0,0,0,0 +220704,0,0,0,0,0 +220705,0,0,0,0,0 +220706,0,0,0,0,0 +220707,0,0,0,0,0 +220708,0,0,0,0,0 +220709,0,0,0,0,0 +220710,0,0,0,0,0 +220711,0,0,0,0,0 +220712,0,0,0,0,0 +220713,0,0,0,0,0 +220714,0,0,0,0,0 +220715,0,0,0,0,0 +220716,0,0,0,0,0 +220717,0,0,0,0,0 +220718,0,0,0,0,0 +220719,0,0,0,0,0 +220720,0,0,0,0,0 +220721,0,0,0,0,0 +220722,0,0,0,0,0 +220723,0,0,0,0,0 +220724,0,0,0,0,0 +220725,0,0,0,0,0 +220726,0,0,0,0,0 +220727,0,0,0,0,0 +220728,0,0,0,0,0 +220729,0,0,0,0,0 +220730,0,0,0,0,0 +220731,0,0,0,0,0 +220732,0,0,0,0,0 +220733,0,0,0,0,0 +220734,0,0,0,0,0 +220735,0,0,0,0,0 +220736,0,0,0,0,0 +220737,0,0,0,0,0 +220738,0,0,0,0,0 +220739,0,0,0,0,0 +220740,0,0,0,0,0 +220741,0,2908.269967,1262.982593,0,0 +220742,0,1973.957285,1248.456838,0,0 +220743,0,0,1221.750801,0,0 +220744,0,0,1194.836077,0,0 +220745,0,928.2419215,1172.243482,0,0 +220746,0,598.95845,1154.530909,0,0 +220747,0,560.2649958,1140.452064,0,0 +220748,0,603.6408668,1129.227896,0,0 +220749,0,611.110326,1120.185612,0,0 +220750,0,619.1955668,1112.903739,0,0 +220751,0,627.2761921,1107.101328,0,0 +220752,0,635.3838096,1102.553491,0,0 +220753,0,643.7050647,1099.06967,0,0 +220754,0,651.9693086,1096.486192,0,0 +220755,0,660.4455574,1094.663597,0,0 +220756,0,668.8451997,1093.484347,0,0 +220757,0,677.4107647,1092.849696,0,0 +220758,0,686.0357311,1092.676855,0,0 +220759,0,694.6165877,1092.896215,0,0 +220760,0,703.3888964,1093.449121,0,0 +220761,0,712.0565294,1094.286163,0,0 +220762,0,720.8799465,1095.365495,0,0 +220763,0,729.7478495,1096.651809,0,0 +220764,0,738.5497849,1098.089375,0,0 +220765,0,747.4938551,1099.66647,0,0 +220766,0,756.4767407,1101.387566,0,0 +220767,0,764.9275921,1103.22869,0,0 +220768,0,774.690763,1105.170479,0,0 +220769,0,783.3667593,1107.19753,0,0 +220770,0,792.5205933,1109.296705,0,0 +220771,0,800.6240338,1111.4576,0,0 +220772,0,808.7688114,1113.63576,0,0 +220773,0,816.5622051,1115.803801,0,0 +220774,0,824.5949627,1117.952127,0,0 +220775,0,832.3617742,1120.079849,0,0 +220776,0,840.329539,1122.188035,0,0 +220777,0,848.0016059,1124.277641,0,0 +220778,0,860.3398862,1126.348707,0,0 +220779,0,870.9008046,1128.40239,0,0 +220780,0,881.1138506,1130.437736,0,0 +220781,0,891.5520242,1132.454707,0,0 +220782,0,901.7503415,1134.453249,0,0 +220783,0,911.9345187,1136.433201,0,0 +220784,0,921.9981752,1138.394441,0,0 +220785,0,932.138339,1140.336838,0,0 +220786,0,942.0903297,1142.260255,0,0 +220787,0,952.0378038,1144.164515,0,0 +220788,0,961.9152689,1146.049445,0,0 +220789,0,971.6763327,1147.914866,0,0 +220790,0,981.5887514,1149.760582,0,0 +220791,0,991.1585937,1151.56035,0,0 +220792,0,1000.804297,1153.328512,0,0 +220793,0,1010.477302,1155.091026,0,0 +220794,0,1019.969641,1156.841617,0,0 +220795,0,1029.460704,1158.57629,0,0 +220796,0,1038.886858,1160.292611,0,0 +220797,0,1048.256738,1161.989052,0,0 +220798,0,1057.507781,1163.66468,0,0 +220799,0,1066.929306,1165.318891,0,0 +220800,0,1075.983005,1166.951311,0,0 +220801,0,1082.088432,1168.561654,0,0 +220802,0,1090.799815,1170.098263,0,0 +220803,0,1099.547115,1171.579075,0,0 +220804,0,1108.361742,1173.031152,0,0 +220805,0,1117.142418,1174.46966,0,0 +220806,0,1128.510684,1175.898619,0,0 +220807,0,1136.902564,1177.317696,0,0 +220808,0,1146.279577,1178.723686,0,0 +220809,0,1154.817326,1180.115209,0,0 +220810,0,1164.587364,1181.490526,0,0 +220811,0,1172.270848,1182.848944,0,0 +220812,0,1157.208731,1184.189227,0,0 +220813,0,1198.081253,1185.504345,21.213303,0 +220814,0,1190.720551,1186.792175,31.7084994,0 +220815,0,1202.364668,1188.041894,34.6248506,0 +220816,0,1210.726326,1189.28567,36.77582775,0 +220817,0,1218.815732,1190.515108,41.92855095,0 +220818,0,1227.020916,1191.727481,45.45501254,0 +220819,0,1235.097718,1192.919738,49.04734393,0 +220820,46.00997338,1243.138805,1194.087812,52.47759836,0 +220821,88.68438407,1251.120956,1195.24545,56.0698568,0 +220822,64.53782208,1259.121934,1196.386617,59.35127108,0 +220823,83.02413921,1266.801954,1197.487988,62.91549617,0 +220824,90.28760024,1274.78852,1198.573548,66.16562546,0 +220825,97.15560887,1282.552337,1199.63364,69.61215157,0 +220826,104.4558077,1290.147818,1200.645218,72.78095292,0 +220827,111.1002321,1297.848394,1201.622946,76.24329692,0 +220828,118.4006399,1305.501599,1202.590143,79.37496153,0 +220829,124.7757529,1312.822899,1203.540685,82.7194689,0 +220830,132.0686665,1320.470733,1204.470587,85.78028614,0 +220831,138.6454934,1327.2092,1205.378172,89.50332346,0 +220832,146.203119,1334.033781,1206.259034,92.81237196,0 +220833,153.0175782,1340.530062,1207.110633,96.40351818,0 +220834,160.2687496,1347.107428,1207.931602,100.0067812,0 +220835,167.1253137,1353.415513,1208.722322,103.2906193,0 +220836,174.1725726,1359.84177,1209.483086,107.0193107,0 +220837,181.3078566,1366.062015,1210.214909,110.2328959,0 +220838,188.0839011,1372.044049,1210.918082,113.8898595,0 +220839,194.8031878,1378.103449,1211.569166,117.1599409,0 +220840,202.0586387,1383.986496,1212.183847,120.7244168,0 +220841,208.6055709,1389.786064,1212.785634,124.1614306,0 +220842,215.6210046,1395.489642,1213.367782,127.3978583,0 +220843,217.9694128,1405.355859,1213.927382,127.4536566,0 +220844,223.6431637,1411.626952,1214.503647,130.0722643,0 +220845,230.7609588,1417.547509,1215.085941,133.2215045,0 +220846,236.677954,1423.318516,1215.653582,136.3217581,0 +220847,243.5239757,1428.962255,1216.193793,139.3327595,0 +220848,249.8205942,1434.580776,1216.703291,142.5937928,0 +220849,256.4918322,1439.876149,1217.182008,145.7616632,0 +220850,262.6090833,1445.26704,1217.631268,148.8342565,0 +220851,269.5661918,1450.480662,1218.052055,151.9936731,0 +220852,275.698449,1455.522875,1218.423003,155.2998722,0 +220853,282.3578716,1460.69525,1218.759461,158.3133067,0 +220854,288.6176359,1465.574702,1219.08344,161.4596692,0 +220855,295.2124109,1470.532167,1219.388467,164.5737536,0 +220856,301.4445577,1475.161532,1219.671641,167.7863612,0 +220857,307.7667889,1479.899349,1219.931206,170.9329173,0 +220858,314.5951194,1484.466618,1220.166831,173.9830397,0 +220859,320.5801783,1488.959161,1220.378437,177.2063451,0 +220860,326.9512781,1493.363483,1220.565907,180.3460132,0 +220861,333.7141646,1497.930944,1220.729688,183.3479616,0 +220862,340.3188807,1502.235979,1220.875307,186.8577115,0 +220863,346.9228675,1506.758807,1221.007222,189.9596226,0 +220864,353.4811378,1510.66696,1221.127046,193.1928372,0 +220865,360.0964132,1515.136249,1221.213176,196.3983624,0 +220866,366.6366358,1519.027147,1221.279641,199.5989299,0 +220867,373.1585659,1523.135997,1221.344865,202.6597626,0 +220868,379.7374282,1526.946085,1221.401439,206.0589211,0 +220869,385.9421547,1530.872715,1221.445256,209.1351034,0 +220870,392.8854698,1534.518429,1221.473988,212.3371016,0 +220871,399.1950683,1538.27938,1221.486625,215.5066857,0 +220872,405.673806,1541.762152,1221.482282,218.8174001,0 +220873,412.1943243,1545.454779,1221.460736,221.7415535,0 +220874,418.5912474,1548.632191,1221.421749,225.0083858,0 +220875,425.1127516,1555.84601,1221.365141,227.9855211,0 +220876,431.4995442,1551.144886,1221.292356,231.3672754,0 +220877,437.9807255,1572.021517,1221.199688,234.3834121,0 +220878,444.3290903,1543.176857,1221.095469,237.5389315,0 +220879,450.7812019,1573.779253,1220.941606,240.658774,0 +220880,457.0973957,1585.805558,1220.776454,243.7718351,0 +220881,463.5224528,1540.453178,1220.607742,246.8771814,0 +220882,469.8067188,1588.03037,1220.413016,249.9754324,0 +220883,476.1676705,1572.328755,1220.222595,253.0661136,0 +220884,482.5167004,1578.444029,1220.006126,256.1497929,0 +220885,488.7634141,1580.932275,1219.776553,259.0484909,0 +220886,495.1224598,1583.406672,1219.530147,262.3962081,0 +220887,501.33172,1585.799065,1219.267562,265.3177797,0 +220888,507.6250434,1588.212076,1218.98873,268.4065612,0 +220889,513.9067804,1590.305693,1218.694081,271.453689,0 +220890,520.0798925,1592.540162,1218.383726,274.4949243,0 +220891,525.6897805,1594.07599,1218.058001,277.2663297,0 +220892,531.1967206,1595.443861,1217.702877,279.9866465,0 +220893,537.2425897,1596.681729,1217.289774,282.5603376,0 +220894,542.7181429,1597.803049,1216.831129,285.3294964,0 +220895,548.2903312,1598.815689,1216.346177,287.9809125,0 +220896,553.930885,1599.724346,1215.831045,290.4891628,0 +220897,559.2646963,1600.532127,1215.285214,293.1952946,0 +220898,565.0069256,1601.241917,1214.709448,295.788066,0 +220899,570.252609,1601.855625,1214.105182,298.2404646,0 +220900,575.8874146,1602.375459,1213.473607,300.8918234,0 +220901,581.1142068,1602.802905,1212.816482,303.2251946,0 +220902,586.6425023,1603.139844,1212.134914,305.948446,0 +220903,591.937697,1603.387498,1211.430493,308.3873851,0 +220904,597.353088,1603.54756,1210.704149,310.8023055,0 +220905,602.4790159,1603.62107,1209.957123,313.5849658,0 +220906,608.0199932,1603.60957,1209.190445,315.6056801,0 +220907,613.0659349,1603.51396,1208.404954,318.3102943,0 +220908,618.5027994,1603.335664,1207.601614,320.6116745,0 +220909,623.5417746,1603.07547,1206.781277,323.090144,0 +220910,628.9255408,1602.7347,1205.944586,325.3961582,0 +220911,633.9206379,1602.314056,1205.092412,327.897435,0 +220912,639.21141,1601.814773,1204.225322,330.1257067,0 +220913,644.2911996,1601.237424,1203.325592,332.5981026,0 +220914,649.4728926,1600.583303,1202.408384,334.8534161,0 +220915,654.3810488,1599.852927,1201.490758,337.2466734,0 +220916,659.7078596,1599.04735,1200.566434,339.4751554,0 +220917,664.5404073,1598.167144,1199.632852,341.8737001,0 +220918,669.8171979,1597.213356,1198.688876,344.083001,0 +220919,674.5159726,1596.186469,1197.734546,346.4246393,0 +220920,679.8134346,1595.087504,1196.769882,348.6044494,0 +220921,684.2521953,1593.772338,1195.795537,350.740245,0 +220922,688.8586808,1592.336273,1194.804877,352.8836278,0 +220923,693.4979801,1590.815269,1193.794983,354.9517196,0 +220924,698.1739948,1589.219181,1192.765899,357.0608442,0 +220925,702.6104543,1587.551297,1191.719249,359.134862,0 +220926,707.3024694,1585.713371,1190.656866,361.2250476,0 +220927,711.7692732,1584.050467,1189.580634,363.2410477,0 +220928,716.2175145,1582.104005,1188.491959,365.3011205,0 +220929,720.8827982,1580.176569,1187.392094,367.326389,0 +220930,725.2575235,1578.167126,1186.282237,369.1222824,0 +220931,729.770217,1576.091248,1185.163243,371.4711488,0 +220932,734.1188396,1573.95011,1184.036241,373.2943027,0 +220933,738.610359,1571.744031,1182.901776,375.3181087,0 +220934,743.0312442,1569.473867,1181.760868,377.2903556,0 +220935,747.3561368,1589.68178,1180.614009,379.2780843,0 +220936,751.7288399,1531.736729,1179.468405,381.1888703,0 +220937,756.0754095,1578.663872,1178.299053,383.1483583,0 +220938,760.3445309,1564.893688,1177.14768,385.0725114,0 +220939,764.8078336,1544.269419,1175.983034,386.9903758,0 +220940,768.9609592,1575.519978,1174.811665,388.924356,0 +220941,773.2916057,1528.88438,1173.650048,390.7795213,0 +220942,777.5368102,1572.96961,1172.470411,392.685872,0 +220943,781.7737589,1524.3406,1171.308197,394.5561414,0 +220944,785.9311056,1557.982005,1170.125915,396.4207728,0 +220945,790.2264473,1530.764055,1168.958909,398.2746352,0 +220946,794.3614099,1540.982285,1167.780268,400.1455791,0 +220947,798.535766,1533.440602,1166.608033,401.9365947,0 +220948,802.7443484,1531.130353,1165.433716,403.7801447,0 +220949,806.7739789,1527.956532,1164.260352,405.5874604,0 +220950,810.8671534,1524.719721,1163.088506,407.3893258,0 +220951,815.0805777,1522.067923,1161.917547,409.0360561,0 +220952,819.147798,1519.479401,1160.744552,410.6740075,0 +220953,823.2640464,1516.895533,1159.566561,412.2179801,0 +220954,827.3579449,1514.297405,1158.381093,413.8090085,0 +220955,831.4401054,1511.675624,1157.189756,415.3575844,0 +220956,835.5140101,1509.025696,1155.9936,416.8977778,0 +220957,839.5081534,1506.438535,1154.796372,418.4232177,0 +220958,843.7228357,1503.484233,1153.576763,419.9346142,0 +220959,847.60874,1500.932641,1152.351119,421.4346739,0 +220960,851.6975476,1498.051787,1151.135065,422.9512488,0 +220961,855.7014314,1495.225963,1149.921658,424.3829823,0 +220962,859.7058061,1492.340682,1148.708098,425.8695403,0 +220963,863.6987225,1489.408749,1147.493714,427.3180774,0 +220964,867.6118834,1486.428898,1146.278714,428.7608846,0 +220965,871.6880065,1483.399752,1145.063697,430.1932492,0 +220966,875.5947092,1480.320225,1143.849421,431.6155634,0 +220967,879.5548133,1477.189228,1142.636555,433.0280284,0 +220968,883.4918625,1474.005884,1141.425889,434.4309822,0 +220969,887.4872397,1470.769324,1140.21814,435.8542485,0 +220970,891.2948438,1467.479059,1139.014076,437.1937268,0 +220971,895.2518456,1464.039627,1137.814307,438.5918872,0 +220972,899.061217,1460.774246,1136.619635,439.9540295,0 +220973,903.0518734,1457.251528,1135.430771,441.3127856,0 +220974,906.8676884,1453.753977,1134.248396,442.6634052,0 +220975,910.7392969,1450.277724,1133.073182,444.0060636,0 +220976,914.5875216,1446.518662,1131.905872,445.3409665,0 +220977,918.4247997,1442.90195,1130.747106,446.668307,0 +220978,922.2510532,1439.147478,1129.597654,448.0190682,0 +220979,926.0663578,1435.349846,1128.458181,449.2849785,0 +220980,929.870698,1431.494671,1127.329367,450.6139462,0 +220981,933.6562932,1427.489615,1126.211947,451.8955733,0 +220982,937.4265041,1423.650581,1125.106082,453.1712223,0 +220983,941.1870635,1419.556509,1124.012094,454.4389625,0 +220984,944.9354982,1415.48359,1122.930471,455.6997547,0 +220985,948.6730794,1411.338355,1121.862019,456.9540662,0 +220986,952.3996185,1407.134923,1120.807555,458.2020999,0 +220987,951.7722087,1397.985782,1119.768198,461.2362606,0 +220988,954.5789125,1392.642054,1118.797426,462.6799737,0 +220989,957.8607692,1388.053597,1117.882203,463.9776782,0 +220990,961.260131,1383.249134,1116.963783,465.3222002,0 +220991,964.7061725,1378.5407,1116.04695,466.6188011,0 +220992,968.097679,1373.800602,1115.150111,467.9055393,0 +220993,971.7093403,1369.031498,1114.283814,469.1798774,0 +220994,975.1574646,1364.141609,1113.450196,470.4434571,0 +220995,978.6822226,1359.422112,1112.647118,471.6974485,0 +220996,982.1958503,1354.479735,1111.871754,472.9426593,0 +220997,985.788712,1349.655452,1111.121379,474.1797843,0 +220998,989.1819104,1344.566652,1110.41154,475.4093898,0 +220999,992.7551096,1339.619544,1109.725575,476.6645663,0 +221000,996.2528688,1334.554626,1109.046984,477.8310573,0 +221001,999.7621114,1329.372461,1108.381447,479.0654762,0 +221002,1003.268818,1324.358011,1107.731066,480.2642333,0 +221003,1006.693692,1319.114704,1107.096287,481.4630763,0 +221004,1010.316093,1313.902193,1106.476737,482.6570306,0 +221005,1013.753215,1308.632962,1105.871956,483.8464058,0 +221006,1017.26117,1303.319825,1105.281241,485.0315098,0 +221007,1020.75192,1297.962908,1104.704051,486.2126786,0 +221008,1024.239103,1292.564846,1104.13987,487.3901765,0 +221009,1027.722643,1287.123515,1103.588206,488.5643042,0 +221010,1031.20252,1281.640614,1103.048639,489.7353002,0 +221011,1034.385922,1275.669322,1102.520799,490.8360395,0 +221012,1037.505239,1269.78939,1102.001535,491.9527563,0 +221013,1040.591577,1263.669656,1101.488868,492.9742441,0 +221014,1043.653287,1257.645594,1100.981878,494.0634577,0 +221015,1046.693893,1251.283995,1100.480591,495.1142749,0 +221016,1049.715518,1245.241537,1099.985144,496.1636427,0 +221017,1053.479165,1239.007749,1099.495832,497.2072158,0 +221018,1056.686264,1232.657357,1099.013031,498.2443936,0 +221019,1059.237511,1226.356183,1098.536517,499.2753132,0 +221020,1063.086217,1219.971643,1098.066257,500.3012812,0 +221021,1064.887653,1213.55431,1097.602945,501.3219212,0 +221022,1069.809644,1207.099896,1097.145663,502.3376632,0 +221023,1069.821215,1200.541318,1096.696082,503.348741,0 +221024,1077.466409,1194.141102,1096.251739,504.3553433,0 +221025,1073.127088,1187.554159,1095.816685,505.3577038,0 +221026,1087.565582,1181.084612,1095.384742,506.356018,0 +221027,1072.444791,1174.321653,1094.965725,507.3505351,0 +221028,1081.47394,1167.887651,1094.544984,508.376115,0 +221029,1091.613251,1161.144456,1094.136936,509.3110235,0 +221030,1089.06739,1177.627502,1093.737341,510.3212854,0 +221031,1093.296578,1113.922413,1093.348551,511.2967873,0 +221032,1096.152705,1158.307356,1092.94826,512.2750496,0 +221033,1099.057948,1136.281681,1092.577449,513.2509282,0 +221034,1101.738156,1119.453958,1092.203,514.2242327,0 +221035,1104.611082,1127.570819,1091.834495,515.1953473,0 +221036,1107.396952,1110.278907,1091.479133,516.1644205,0 +221037,1110.191137,1109.365351,1091.126035,517.1315721,0 +221038,1112.980933,1100.739712,1090.783322,518.0970722,0 +221039,1115.765359,1094.358237,1090.446693,519.0610174,0 +221040,1118.545687,1087.722982,1090.117776,520.0236354,0 +221041,1121.015373,1080.843256,1089.796282,520.9010069,0 +221042,1123.380061,1074.075186,1089.478286,521.7465702,0 +221043,1125.800904,1067.145477,1089.160731,522.5814544,0 +221044,1127.980341,1063.412545,1088.842543,523.4118159,0 +221045,1130.357035,1058.427026,1088.524955,524.2395571,0 +221046,1132.64476,1053.297017,1088.2082,525.1014595,0 +221047,1134.852463,1048.302609,1087.893257,525.8711919,0 +221048,1137.2838,1043.137036,1087.580936,526.7211267,0 +221049,1139.506389,1038.12711,1087.27192,527.1757597,0 +221050,1141.809283,1033.066543,1086.96665,528.5445646,0 +221051,1144.096044,1028.02793,1086.665816,529.0921993,0 +221052,1146.380965,1023.001812,1086.369457,529.9740739,0 +221053,1148.665512,1017.989601,1086.078133,530.7935045,0 +221054,1150.950778,1012.993308,1085.810565,531.6130574,0 +221055,1153.236432,1008.014399,1085.551437,532.432359,0 +221056,1155.615569,1003.054287,1085.284803,533.2515894,0 +221057,1157.76574,998.1146436,1085.018337,534.0708606,0 +221058,1160.128813,993.1970032,1084.755455,534.8902422,0 +221059,1162.411252,988.3669341,1084.497903,535.709859,0 +221060,1164.715299,983.4032076,1084.246348,536.5297238,0 +221061,1167.022761,978.6082895,1084.001108,537.3499597,0 +221062,1169.340173,973.7208917,1083.762392,538.1705451,0 +221063,1171.663968,969.030764,1083.530223,538.9545292,0 +221064,1173.991345,964.2936298,1083.304718,539.8322178,0 +221065,1176.320172,959.4939264,1083.085859,540.6262278,0 +221066,1178.651137,954.8551769,1082.873635,541.4550752,0 +221067,1180.982938,950.1977124,1082.668119,542.2780978,0 +221068,1183.316598,945.5885791,1082.469272,543.1390319,0 +221069,1185.651908,941.0194041,1082.277105,543.9063565,0 +221070,1187.985712,936.492814,1082.091606,544.7590935,0 +221071,1190.261847,931.9999364,1081.912737,545.5746665,0 +221072,1192.525776,927.5559545,1081.740362,546.3964728,0 +221073,1194.78481,923.1593427,1081.574382,547.2185731,0 +221074,1197.040593,918.8130154,1081.414757,548.0409119,0 +221075,1199.293991,914.6630952,1081.261472,548.8637079,0 +221076,1201.544641,910.2588503,1081.114549,549.6867593,0 +221077,1203.793937,906.1906922,1080.973885,550.5102687,0 +221078,1206.040417,901.9792867,1080.839582,551.3339975,0 +221079,1208.285329,897.9189339,1080.711517,552.1203976,0 +221080,1210.52787,894.0118198,1080.589717,553.0019668,0 +221081,1212.768669,890.0813692,1080.474184,553.7981767,0 +221082,1215.007021,886.1193632,1080.364798,554.6294552,0 +221083,1217.243566,882.3399459,1080.261546,555.4545675,0 +221084,1219.57348,878.5750938,1080.164421,556.2797035,0 +221085,1221.658161,874.888666,1080.073384,557.1050753,0 +221086,1223.959979,871.327698,1079.988294,557.930313,0 +221087,1226.171258,867.7022282,1079.909227,558.7557134,0 +221088,1228.394821,864.2179464,1079.836037,559.5808628,0 +221089,1230.616522,860.8983205,1079.768717,560.4060793,0 +221090,1232.83482,857.5417915,1079.707229,561.2309196,0 +221091,1235.05059,854.315355,1079.651465,562.0557231,0 +221092,1237.16434,851.1609792,1079.601396,562.9186548,0 +221093,1239.524081,848.1446934,1079.556957,563.6841948,0 +221094,1241.65507,845.3841791,1079.518113,564.497975,0 +221095,1243.874406,842.9015894,1079.484776,566.0428996,0 +221096,1246.073814,840.4417225,1079.457172,567.3830852,0 +221097,1248.269748,838.0447041,1079.43497,568.8225733,0 +221098,1250.461294,835.6934889,1079.418147,570.3314326,0 +221099,1252.748997,833.3313845,1079.406607,572.0344976,0 +221100,1254.779763,831.140754,1079.40035,573.6140954,0 +221101,0,0,0,0,0 +221102,0,0,0,0,0 +221103,0,0,0,0,0 +221104,0,0,0,0,0 +221105,0,0,0,0,0 +221106,0,0,0,0,0 +221107,0,0,0,0,0 +221108,0,0,0,0,0 +221109,0,0,0,0,0 +221110,0,0,0,0,0 +221111,0,0,0,0,0 +221112,0,0,0,0,0 +221113,0,0,0,0,0 +221114,0,0,0,0,0 +221115,0,0,0,0,0 +221116,0,0,0,0,0 +221117,0,0,0,0,0 +221118,0,0,0,0,0 +221119,0,0,0,0,0 +221120,0,0,0,0,0 +221121,0,0,0,0,0 +221122,0,0,0,0,0 +221123,0,0,0,0,0 +221124,0,0,0,0,0 +221125,0,0,0,0,0 +221126,0,0,0,0,0 +221127,0,0,0,0,0 +221128,0,0,0,0,0 +221129,0,0,0,0,0 +221130,0,0,0,0,0 +221131,0,0,0,0,0 +221132,0,0,0,0,0 +221133,0,0,0,0,0 +221134,0,0,0,0,0 +221135,0,0,0,0,0 +221136,0,0,0,0,0 +221137,0,0,0,0,0 +221138,0,0,0,0,0 +221139,0,0,0,0,0 +221140,0,0,0,0,0 +221141,0,0,0,0,0 +221142,0,0,0,0,0 +221143,0,0,0,0,0 +221144,0,0,0,0,0 +221145,0,0,0,0,0 +221146,0,0,0,0,0 +221147,0,0,0,0,0 +221148,0,0,0,0,0 +221149,0,0,0,0,0 +221150,0,0,0,0,0 +221151,0,0,0,0,0 +221152,0,0,0,0,0 +221153,0,0,0,0,0 +221154,0,0,0,0,0 +221155,0,0,0,0,0 +221156,0,0,0,0,0 +221157,0,0,0,0,0 +221158,0,0,0,0,0 +221159,0,0,0,0,0 +221160,0,0,0,0,0 +221161,0,0,0,0,0 +221162,0,0,0,0,0 +221163,0,0,0,0,0 +221164,0,0,0,0,0 +221165,0,0,0,0,0 +221166,0,0,0,0,0 +221167,0,0,0,0,0 +221168,0,0,0,0,0 +221169,0,0,0,0,0 +221170,0,0,0,0,0 +221171,0,0,0,0,0 +221172,0,0,0,0,0 +221173,0,0,0,0,0 +221174,0,0,0,0,0 +221175,0,0,0,0,0 +221176,0,0,0,0,0 +221177,0,0,0,0,0 +221178,0,0,0,0,0 +221179,0,0,0,0,0 +221180,0,0,0,0,0 +221181,0,0,0,0,0 +221182,0,0,0,0,0 +221183,0,0,0,0,0 +221184,0,0,0,0,0 +221185,0,0,0,0,0 +221186,0,0,0,0,0 +221187,0,0,0,0,0 +221188,0,0,0,0,0 +221189,0,0,0,0,0 +221190,0,0,0,0,0 +221191,0,0,0,0,0 +221192,0,0,0,0,0 +221193,0,0,0,0,0 +221194,0,0,0,0,0 +221195,0,0,0,0,0 +221196,0,0,0,0,0 +221197,0,0,0,0,0 +221198,0,0,0,0,0 +221199,0,0,0,0,0 +221200,0,0,0,0,0 +221201,0,0,0,0,0 +221202,0,0,0,0,0 +221203,0,0,0,0,0 +221204,0,0,0,0,0 +221205,0,0,0,0,0 +221206,0,0,0,0,0 +221207,0,0,0,0,0 +221208,0,0,0,0,0 +221209,0,0,0,0,0 +221210,0,0,0,0,0 +221211,0,0,0,0,0 +221212,0,0,0,0,0 +221213,0,0,0,0,0 +221214,0,0,0,0,0 +221215,0,0,0,0,0 +221216,0,0,0,0,0 +221217,0,0,0,0,0 +221218,0,0,0,0,0 +221219,0,0,0,0,0 +221220,0,0,0,0,0 +221221,0,0,0,0,0 +221222,0,0,0,0,0 +221223,0,0,0,0,0 +221224,0,0,0,0,0 +221225,0,0,0,0,0 +221226,0,0,0,0,0 +221227,0,0,0,0,0 +221228,0,0,0,0,0 +221229,0,0,0,0,0 +221230,0,0,0,0,0 +221231,0,0,0,0,0 +221232,0,0,0,0,0 +221233,0,0,0,0,0 +221234,0,0,0,0,0 +221235,0,0,0,0,0 +221236,0,0,0,0,0 +221237,0,0,0,0,0 +221238,0,0,0,0,0 +221239,0,0,0,0,0 +221240,0,0,0,0,0 +221241,0,0,0,0,0 +221242,0,0,0,0,0 +221243,0,0,0,0,0 +221244,0,0,0,0,0 +221245,0,0,0,0,0 +221246,0,0,0,0,0 +221247,0,0,0,0,0 +221248,0,0,0,0,0 +221249,0,0,0,0,0 +221250,0,0,0,0,0 +221251,0,0,0,0,0 +221252,0,0,0,0,0 +221253,0,0,0,0,0 +221254,0,0,0,0,0 +221255,0,0,0,0,0 +221256,0,0,0,0,0 +221257,0,0,0,0,0 +221258,0,0,0,0,0 +221259,0,0,0,0,0 +221260,0,0,0,0,0 +221261,0,0,0,0,0 +221262,0,0,0,0,0 +221263,0,0,0,0,0 +221264,0,0,0,0,0 +221265,0,0,0,0,0 +221266,0,0,0,0,0 +221267,0,0,0,0,0 +221268,0,0,0,0,0 +221269,0,0,0,0,0 +221270,0,0,0,0,0 +221271,0,0,0,0,0 +221272,0,0,0,0,0 +221273,0,0,0,0,0 +221274,0,0,0,0,0 +221275,0,0,0,0,0 +221276,0,0,0,0,0 +221277,0,0,0,0,0 +221278,0,0,0,0,0 +221279,0,0,0,0,0 +221280,0,0,0,0,0 +221281,0,0,0,0,0 +221282,0,0,0,0,0 +221283,0,0,0,0,0 +221284,0,0,0,0,0 +221285,0,0,0,0,0 +221286,0,0,0,0,0 +221287,0,0,0,0,0 +221288,0,0,0,0,0 +221289,0,0,0,0,0 +221290,0,0,0,0,0 +221291,0,0,0,0,0 +221292,0,0,0,0,0 +221293,0,0,0,0,0 +221294,0,0,0,0,0 +221295,0,0,0,0,0 +221296,0,0,0,0,0 +221297,0,0,0,0,0 +221298,0,0,0,0,0 +221299,0,0,0,0,0 +221300,0,0,0,0,0 +221301,0,0,0,0,0 +221302,0,0,0,0,0 +221303,0,0,0,0,0 +221304,0,0,0,23.87217738,0 +221305,0,0,0,61.02892549,0 +221306,0,0,0,84.12538348,0 +221307,0,0,0,16.66624865,0 +221308,0,0,0,83.13694,0 +221309,0,0,0,72.88449004,0 +221310,0,0,0,78.60627512,0 +221311,0,0,0,83.90821426,0 +221312,0,0,0,88.77787923,0 +221313,0,0,0,92.66687775,0 +221314,0,0,0,96.68128865,0 +221315,0,0,0,100.4651979,0 +221316,0,0,0,103.8883446,0 +221317,0,0,0,107.419666,0 +221318,0,0,0,110.6463032,0 +221319,0,0,0,113.5865922,0 +221320,0,0,0,116.6254849,0 +221321,0,0,0,119.227255,0 +221322,0,0,0,122.007961,0 +221323,0,0,0,124.239299,0 +221324,0,0,0,126.7127258,0 +221325,0,0,0,128.7477269,0 +221326,0,0,0,130.7940152,0 +221327,0,0,0,132.6988885,0 +221328,0,0,0,134.3531313,0 +221329,0,0,0,135.9861264,0 +221330,0,0,0,137.5277083,0 +221331,0,0,0,138.6631668,0 +221332,0,0,0,139.9658178,0 +221333,0,0,0,140.9888562,0 +221334,0,0,0,141.9418879,0 +221335,0,0,0,142.6815192,0 +221336,0,0,0,143.4486386,0 +221337,0,0,0,143.9845668,0 +221338,0,0,0,144.5026754,0 +221339,0,0,0,144.7637702,0 +221340,0,0,0,145.0271565,0 +221341,0,0,0,145.0391117,0 +221342,0,0,0,144.9343284,0 +221343,0,0,0,144.712889,0 +221344,0,0,0,144.3783403,0 +221345,0,0,0,143.8786346,0 +221346,0,0,0,143.3995861,0 +221347,0,0,0,142.6921771,0 +221348,0,0,0,141.9764684,0 +221349,0,0,0,140.9958274,0 +221350,0,0,0,140.0574689,0 +221351,0,0,0,120.1720508,0 +221352,0,0,0,115.9649283,0 +221353,0,0,0,113.06721,0 +221354,0,0,0,110.4313269,0 +221355,0,0,0,107.7972385,0 +221356,0,0,0,105.2903136,0 +221357,0,0,0,102.7740256,0 +221358,0,0,0,100.1496444,0 +221359,0,0,0,97.57921637,0 +221360,0,0,0,94.93336132,0 +221361,0,0,0,92.28459464,0 +221362,0,0,0,89.53994213,0 +221363,0,0,0,86.74458475,0 +221364,0,0,0,83.94232506,0 +221365,0,0,0,81.37114425,0 +221366,0,0,0,77.97418281,0 +221367,0,0,0,75.26670045,0 +221368,0,0,0,72.17896751,0 +221369,0,0,0,69.08528661,0 +221370,0,0,0,66.00141686,0 +221371,0,0,0,61.50189916,0 +221372,0,0,0,94.47894821,0 +221373,0,0,0,0,0 +221374,0,0,0,68.21436326,0 +221375,0,0,0,64.01258186,0 +221376,0,0,0,0,0 +221377,0,0,0,76.02960316,0 +221378,0,0,0,0,0 +221379,0,0,0,12.0171914,0 +221380,0,0,0,30.18593041,0 +221381,0,0,0,0,0 +221382,0,0,0,0,0 +221383,0,0,0,0,0 +221384,0,0,0,0,0 +221385,0,0,0,0,0 +221386,0,0,0,0,0 +221387,0,0,0,0,0 +221388,0,0,0,0,0 +221389,0,0,0,0,0 +221390,0,0,0,0,0 +221391,0,0,0,0,0 +221392,0,0,0,0,0 +221393,0,0,0,0,0 +221394,0,0,0,0,0 +221395,0,0,0,0,0 +221396,0,0,0,0,0 +221397,0,0,0,0,0 +221398,0,0,0,0,0 +221399,0,0,0,0,0 +221400,0,0,0,0,0 +221401,0,0,0,0,0 +221402,0,0,0,0,0 +221403,0,0,0,0,0 +221404,0,0,0,0,0 +221405,0,0,0,0,0 +221406,0,0,0,0,0 +221407,0,0,0,0,0 +221408,0,0,0,0,0 +221409,0,0,0,0,0 +221410,0,0,0,0,0 +221411,0,0,0,0,0 +221412,0,0,0,0,0 +221413,0,0,0,0,0 +221414,0,0,0,0,0 +221415,0,0,0,0,0 +221416,0,0,0,0,0 +221417,0,0,0,0,0 +221418,0,0,0,0,0 +221419,0,0,0,0,0 +221420,0,0,0,0,0 +221421,0,0,0,0,0 +221422,0,0,0,0,0 +221423,0,0,0,0,0 +221424,0,0,0,0,0 +221425,0,0,0,0,0 +221426,0,0,0,0,0 +221427,0,0,0,0,0 +221428,0,0,0,0,0 +221429,0,0,0,0,0 +221430,0,0,0,0,0 +221431,0,0,0,0,0 +221432,0,0,0,0,0 +221433,0,0,0,0,0 +221434,0,0,0,0,0 +221435,0,0,0,0,0 +221436,0,0,0,0,0 +221437,0,0,0,0,0 +221438,0,0,0,0,0 +221439,0,0,0,0,0 +221440,0,0,0,0,0 +221441,0,0,0,0,0 +221442,0,0,0,0,0 +221443,0,0,0,0,0 +221444,0,0,0,0,0 +221445,0,0,0,0,0 +221446,0,0,0,0,0 +221447,0,0,0,0,0 +221448,0,0,0,0,0 +221449,0,0,0,0,0 +221450,0,0,0,0,0 +221451,0,0,0,0,0 +221452,0,0,0,0,0 +221453,0,0,0,0,0 +221454,0,0,0,0,0 +221455,0,0,0,0,0 +221456,0,0,0,0,0 +221457,0,0,0,0,0 +221458,0,0,0,0,0 +221459,0,0,0,0,0 +221460,0,0,0,0,0 +221461,0,0,0,0,0 +221462,0,0,0,0,0 +221463,0,0,0,0,0 +221464,0,0,0,0,0 +221465,0,0,0,0,0 +221466,0,0,0,0,0 +221467,0,0,0,0,0 +221468,0,0,0,0,0 +221469,0,0,0,0,0 +221470,0,0,0,0,0 +221471,0,0,0,0,0 +221472,0,0,0,0,0 +221473,0,0,0,0,0 +221474,0,0,0,0,0 +221475,0,0,0,0,0 +221476,0,0,0,0,0 +221477,0,0,0,0,0 +221478,0,0,0,0,0 +221479,0,0,0,0,0 +221480,0,0,0,0,0 +221481,0,0,0,0,0 +221482,0,0,0,0,0 +221483,0,0,0,0,0 +221484,0,0,0,0,0 +221485,0,0,0,0,0 +221486,0,0,0,0,0 +221487,0,0,0,0,0 +221488,0,0,0,0,0 +221489,0,0,0,0,0 +221490,0,0,0,0,0 +221491,0,0,0,0,0 +221492,0,0,0,0,0 +221493,0,0,0,0,0 +221494,0,0,0,0,0 +221495,0,0,0,0,0 +221496,0,0,0,0,0 +221497,0,0,0,0,0 +221498,0,0,0,0,0 +221499,0,0,0,0,0 +221500,0,0,0,0,0 +221501,0,0,0,0,0 +221502,0,0,0,0,0 +221503,0,0,0,0,0 +221504,0,0,0,0,0 +221505,0,0,0,0,0 +221506,0,0,0,0,0 +221507,0,0,0,0,0 +221508,0,0,0,0,0 +221509,0,0,0,0,0 +221510,0,0,0,0,0 +221511,0,0,0,0,0 +221512,0,0,0,0,0 +221513,0,0,0,0,0 +221514,0,0,0,0,0 +221515,0,0,0,0,0 +221516,0,0,0,0,0 +221517,0,0,0,0,0 +221518,0,0,0,0,0 +221519,0,0,0,0,0 +221520,0,0,0,0,0 +221521,0,0,0,0,0 +221522,0,0,0,0,0 +221523,0,0,0,0,0 +221524,0,0,0,0,0 +221525,0,0,0,0,0 +221526,0,0,0,0,0 +221527,0,0,0,0,0 +221528,0,0,0,0,0 +221529,0,0,0,0,0 +221530,0,0,0,0,0 +221531,0,0,0,0,0 +221532,0,0,0,0,0 +221533,0,0,0,0,0 +221534,0,0,0,0,0 +221535,0,0,0,0,0 +221536,0,0,0,0,0 +221537,0,0,0,0,0 +221538,0,0,0,0,0 +221539,0,0,0,0,0 +221540,0,0,0,0,0 +221541,0,0,0,0,0 +221542,0,0,0,0,0 +221543,0,0,0,0,0 +221544,0,0,0,0,0 +221545,0,0,0,0,0 +221546,0,0,0,0,0 +221547,0,0,0,0,0 +221548,0,0,0,0,0 +221549,0,0,0,0,0 +221550,0,0,0,0,0 +221551,0,0,0,0,0 +221552,0,0,0,0,0 +221553,0,0,0,0,0 +221554,0,0,0,0,0 +221555,0,0,0,0,0 +221556,0,0,0,0,0 +221557,0,0,0,0,0 +221558,0,0,0,0,0 +221559,0,0,0,0,0 +221560,0,0,0,0,0 +221561,0,0,0,0,0 +221562,0,0,0,0,0 +221563,0,0,0,0,0 +221564,0,0,0,0,0 +221565,0,0,0,0,0 +221566,0,0,0,0,0 +221567,0,0,0,0,0 +221568,0,0,0,0,0 +221569,0,0,0,0,0 +221570,0,0,0,0,0 +221571,0,0,0,0,0 +221572,0,0,0,0,0 +221573,0,0,0,0,0 +221574,0,0,0,0,0 +221575,0,0,0,0,0 +221576,0,0,0,0,0 +221577,0,0,0,0,0 +221578,0,0,0,0,0 +221579,0,0,0,0,0 +221580,0,0,0,0,0 +221581,0,0,0,0,0 +221582,0,0,0,0,0 +221583,0,0,0,0,0 +221584,0,0,0,0,0 +221585,0,0,0,0,0 +221586,0,0,0,0,0 +221587,0,0,0,0,0 +221588,0,0,0,0,0 +221589,0,0,0,0,0 +221590,0,0,0,0,0 +221591,0,0,0,0,0 +221592,0,0,0,0,0 +221593,0,0,0,0,0 +221594,0,0,0,0,0 +221595,0,0,0,0,0 +221596,0,0,0,0,0 +221597,0,0,0,0,0 +221598,0,0,0,0,0 +221599,0,0,0,0,0 +221600,0,0,0,0,0 +221601,0,0,0,0,0 +221602,0,0,0,0,0 +221603,0,0,0,0,0 +221604,0,0,0,0,0 +221605,0,0,0,0,0 +221606,0,0,0,0,0 +221607,0,0,0,0,0 +221608,0,0,0,0,0 +221609,0,0,0,0,0 +221610,0,0,0,0,0 +221611,0,0,0,0,0 +221612,0,0,0,0,0 +221613,0,0,0,0,0 +221614,0,0,0,0,0 +221615,0,0,0,0,0 +221616,0,0,0,0,0 +221617,0,0,0,0,0 +221618,0,0,0,0,0 +221619,0,0,0,0,0 +221620,0,0,0,0,0 +221621,0,0,0,0,0 +221622,0,0,0,0,0 +221623,0,0,0,0,0 +221624,0,0,0,0,0 +221625,0,0,0,0,0 +221626,0,0,0,0,0 +221627,0,0,0,0,0 +221628,0,0,0,0,0 +221629,0,0,0,0,0 +221630,0,0,0,0,0 +221631,0,0,0,0,0 +221632,0,0,0,0,0 +221633,0,0,0,0,0 +221634,0,0,0,0,0 +221635,0,0,0,0,0 +221636,0,0,0,0,0 +221637,0,0,0,0,0 +221638,0,0,0,0,0 +221639,0,0,0,0,0 +221640,0,0,0,0,0 +221641,0,0,0,0,0 +221642,0,0,0,0,0 +221643,0,0,0,0,0 +221644,0,0,0,0,0 +221645,0,0,0,0,0 +221646,0,0,0,0,0 +221647,0,0,0,0,0 +221648,0,0,0,0,0 +221649,0,0,0,0,0 +221650,0,0,0,0,0 +221651,0,0,0,0,0 +221652,0,0,0,0,0 +221653,0,0,0,0,0 +221654,0,0,0,0,0 +221655,0,0,0,0,0 +221656,0,0,0,0,0 +221657,0,0,0,0,0 +221658,0,0,0,0,0 +221659,0,0,0,0,0 +221660,0,0,0,0,0 +221661,0,0,0,0,0 +221662,0,0,0,0,0 +221663,0,0,0,0,0 +221664,0,0,0,0,0 +221665,0,0,0,0,0 +221666,0,0,0,0,0 +221667,0,0,0,0,0 +221668,0,0,0,0,0 +221669,0,0,0,0,0 +221670,0,0,0,0,0 +221671,0,0,0,0,0 +221672,0,0,0,0,0 +221673,0,0,0,0,0 +221674,0,0,0,0,0 +221675,0,0,0,0,0 +221676,0,0,0,0,0 +221677,0,0,0,0,0 +221678,0,0,0,0,0 +221679,0,0,0,0,0 +221680,0,0,0,0,0 +221681,0,0,0,0,0 +221682,0,0,0,0,0 +221683,0,0,0,0,0 +221684,0,0,0,0,0 +221685,0,0,0,0,0 +221686,0,0,0,0,0 +221687,0,0,0,0,0 +221688,0,0,0,0,0 +221689,0,0,0,0,0 +221690,0,0,0,0,0 +221691,0,0,0,0,0 +221692,0,0,0,0,0 +221693,0,0,0,0,0 +221694,0,0,0,0,0 +221695,0,0,0,0,0 +221696,0,0,0,0,0 +221697,0,0,0,0,0 +221698,0,0,0,0,0 +221699,0,0,0,0,0 +221700,0,0,0,0,0 +221701,0,0,0,0,0 +221702,0,0,0,0,0 +221703,0,0,0,0,0 +221704,0,0,0,0,0 +221705,0,0,0,0,0 +221706,0,0,0,0,0 +221707,0,0,0,0,0 +221708,0,0,0,0,0 +221709,0,0,0,0,0 +221710,0,0,0,0,0 +221711,0,0,0,0,0 +221712,0,0,0,0,0 +221713,0,0,0,0,0 +221714,0,0,0,0,0 +221715,0,0,0,0,0 +221716,0,0,0,0,0 +221717,0,0,0,0,0 +221718,0,0,0,0,0 +221719,0,0,0,0,0 +221720,0,0,0,0,0 +221721,0,0,0,0,0 +221722,0,0,0,0,0 +221723,0,0,0,0,0 +221724,0,0,0,0,0 +221725,0,0,0,0,0 +221726,0,0,0,0,0 +221727,0,0,0,0,0 +221728,0,0,0,0,0 +221729,0,0,0,0,0 +221730,0,0,0,0,0 +221731,0,0,0,0,0 +221732,0,0,0,0,0 +221733,0,0,0,0,0 +221734,0,0,0,0,0 +221735,0,0,0,0,0 +221736,0,0,0,0,0 +221737,0,0,0,0,0 +221738,0,0,0,0,0 +221739,0,0,0,0,0 +221740,0,0,0,0,0 +221741,0,0,0,0,0 +221742,0,0,0,0,0 +221743,0,0,0,0,0 +221744,0,0,0,0,0 +221745,0,0,0,0,0 +221746,0,0,0,0,0 +221747,0,0,0,0,0 +221748,0,0,0,0,0 +221749,0,0,0,0,0 +221750,0,0,0,0,0 +221751,0,0,0,0,0 +221752,0,0,0,0,0 +221753,0,0,0,0,0 +221754,0,0,0,0,0 +221755,0,0,0,0,0 +221756,0,0,0,0,0 +221757,0,0,0,0,0 +221758,0,0,0,0,0 +221759,0,0,0,0,0 +221760,0,0,0,0,0 +221761,0,0,0,0,0 +221762,0,0,0,0,0 +221763,0,0,0,0,0 +221764,0,0,0,0,0 +221765,0,0,0,0,0 +221766,0,0,0,0,0 +221767,0,0,0,0,0 +221768,0,0,0,0,0 +221769,0,0,0,0,0 +221770,0,0,0,0,0 +221771,0,0,0,0,0 +221772,0,0,0,0,0 +221773,0,0,0,0,0 +221774,0,0,0,0,0 +221775,0,0,0,0,0 +221776,0,0,0,0,0 +221777,0,0,0,0,0 +221778,0,0,0,0,0 +221779,0,0,0,0,0 +221780,0,0,0,0,0 +221781,0,0,0,0,0 +221782,0,0,0,0,0 +221783,0,0,0,0,0 +221784,0,0,0,0,0 +221785,0,0,0,0,0 +221786,0,0,0,0,0 +221787,0,0,0,0,0 +221788,0,0,0,0,0 +221789,0,0,0,0,0 +221790,0,0,0,0,0 +221791,0,0,0,0,0 +221792,0,0,0,0,0 +221793,0,0,0,0,0 +221794,0,0,0,0,0 +221795,0,0,0,0,0 +221796,0,0,0,0,0 +221797,0,0,0,0,0 +221798,0,0,0,0,0 +221799,0,0,0,0,0 +221800,0,0,0,0,0 +221801,0,0,0,0,0 +221802,0,0,0,0,0 +221803,0,0,0,0,0 +221804,0,0,0,0,0 +221805,0,0,0,0,0 +221806,0,0,0,0,0 +221807,0,0,0,0,0 +221808,0,0,0,0,0 +221809,0,0,0,0,0 +221810,0,0,0,0,0 +221811,0,0,0,0,0 +221812,0,0,0,0,0 +221813,0,0,0,0,0 +221814,0,0,0,0,0 +221815,0,0,0,0,0 +221816,0,0,0,0,0 +221817,0,0,0,0,0 +221818,0,0,0,0,0 +221819,0,0,0,0,0 +221820,0,0,0,0,0 +221821,0,0,0,0,0 +221822,0,0,0,0,0 +221823,0,0,0,0,0 +221824,0,0,0,0,0 +221825,0,0,0,0,0 +221826,0,0,0,0,0 +221827,0,0,0,0,0 +221828,0,0,0,0,0 +221829,0,0,0,0,0 +221830,0,0,0,0,0 +221831,0,0,0,0,0 +221832,0,0,0,0,0 +221833,0,0,0,0,0 +221834,0,0,0,0,0 +221835,0,0,0,0,0 +221836,0,0,0,0,0 +221837,0,0,0,0,0 +221838,0,0,0,0,0 +221839,0,0,0,0,0 +221840,0,0,0,0,0 +221841,0,0,0,0,0 +221842,0,0,0,0,0 +221843,0,0,0,0,0 +221844,0,0,0,0,0 +221845,0,0,0,0,0 +221846,0,0,0,0,0 +221847,0,0,0,0,0 +221848,0,0,0,0,0 +221849,0,0,0,0,0 +221850,0,0,0,0,0 +221851,0,0,0,0,0 +221852,0,0,0,0,0 +221853,0,0,0,0,0 +221854,0,0,0,0,0 +221855,0,0,0,0,0 +221856,0,0,0,0,0 +221857,0,0,0,0,0 +221858,0,0,0,0,0 +221859,0,0,0,0,0 +221860,0,0,0,0,0 +221861,0,0,0,0,0 +221862,0,0,0,0,0 +221863,0,0,0,0,0 +221864,0,0,0,0,0 +221865,0,0,0,0,0 +221866,0,0,0,0,0 +221867,0,0,0,0,0 +221868,0,0,0,0,0 +221869,0,0,0,0,0 +221870,0,0,0,0,0 +221871,0,0,0,0,0 +221872,0,0,0,0,0 +221873,0,0,0,0,0 +221874,0,0,0,0,0 +221875,0,0,0,0,0 +221876,0,0,0,0,0 +221877,0,0,0,0,0 +221878,0,0,0,0,0 +221879,0,0,0,0,0 +221880,0,0,0,0,0 +221881,0,0,0,0,0 +221882,0,0,0,0,0 +221883,0,0,0,0,0 +221884,0,0,0,0,0 +221885,0,0,0,0,0 +221886,0,0,0,0,0 +221887,0,0,0,0,0 +221888,0,0,0,0,0 +221889,0,0,0,0,0 +221890,0,0,0,0,0 +221891,0,0,0,0,0 +221892,0,0,0,0,0 +221893,0,0,0,0,0 +221894,0,0,0,0,0 +221895,0,0,0,0,0 +221896,0,0,0,0,0 +221897,0,0,0,0,0 +221898,0,0,0,0,0 +221899,0,0,0,0,0 +221900,0,0,0,0,0 +221901,0,0,0,0,0 +221902,0,0,0,0,0 +221903,0,0,0,0,0 +221904,0,0,0,0,0 +221905,0,0,0,0,0 +221906,0,0,0,0,0 +221907,0,0,0,0,0 +221908,0,0,0,0,0 +221909,0,0,0,0,0 +221910,0,0,0,0,0 +221911,0,0,0,0,0 +221912,0,0,0,0,0 +221913,0,0,0,0,0 +221914,0,0,0,0,0 +221915,0,0,0,0,0 +221916,0,0,0,0,0 +221917,0,0,0,0,0 +221918,0,0,0,0,0 +221919,0,0,0,0,0 +221920,0,0,0,0,0 +221921,0,0,0,0,0 +221922,0,0,0,0,0 +221923,0,0,0,0,0 +221924,0,0,0,0,0 +221925,0,0,0,0,0 +221926,0,0,0,0,0 +221927,0,0,0,0,0 +221928,0,0,0,0,0 +221929,0,0,0,0,0 +221930,0,0,0,0,0 +221931,0,0,0,0,0 +221932,0,0,0,0,0 +221933,0,0,0,0,0 +221934,0,0,0,0,0 +221935,0,0,0,0,0 +221936,0,0,0,0,0 +221937,0,0,0,0,0 +221938,0,0,0,0,0 +221939,0,0,0,0,0 +221940,0,0,0,0,0 +221941,0,0,0,0,0 +221942,0,0,0,0,0 +221943,0,0,0,0,0 +221944,0,0,0,0,0 +221945,0,0,0,0,0 +221946,0,0,0,0,0 +221947,0,0,0,0,0 +221948,0,0,0,0,0 +221949,0,0,0,0,0 +221950,0,0,0,0,0 +221951,0,0,0,0,0 +221952,0,0,0,0,0 +221953,0,0,0,0,0 +221954,0,0,0,0,0 +221955,0,0,0,0,0 +221956,0,0,0,0,0 +221957,0,0,0,0,0 +221958,0,0,0,0,0 +221959,0,0,0,0,0 +221960,0,0,0,0,0 +221961,0,0,0,0,0 +221962,0,0,0,0,0 +221963,0,0,0,0,0 +221964,0,0,0,0,0 +221965,0,0,0,0,0 +221966,0,0,0,0,0 +221967,0,0,0,0,0 +221968,0,0,0,0,0 +221969,0,0,0,0,0 +221970,0,0,0,0,0 +221971,0,0,0,0,0 +221972,0,0,0,0,0 +221973,0,0,0,0,0 +221974,0,0,0,0,0 +221975,0,0,0,0,0 +221976,0,0,0,0,0 +221977,0,0,0,0,0 +221978,0,0,0,0,0 +221979,0,0,0,0,0 +221980,0,0,0,0,0 +221981,0,0,0,0,0 +221982,0,0,0,0,0 +221983,0,0,0,0,0 +221984,0,0,0,0,0 +221985,0,0,0,0,0 +221986,0,0,0,0,0 +221987,0,0,0,0,0 +221988,0,0,0,0,0 +221989,0,0,0,0,0 +221990,0,0,0,0,0 +221991,0,0,0,0,0 +221992,0,0,0,0,0 +221993,0,0,0,0,0 +221994,0,0,0,0,0 +221995,0,0,0,0,0 +221996,0,0,0,0,0 +221997,0,0,0,0,0 +221998,0,0,0,0,0 +221999,0,0,0,0,0 +222000,0,0,0,0,0 +222001,0,0,0,0,0 +222002,0,0,0,0,0 +222003,0,0,0,0,0 +222004,0,0,0,0,0 +222005,0,0,0,0,0 +222006,0,0,0,0,0 +222007,0,0,0,0,0 +222008,0,0,0,0,0 +222009,0,0,0,0,0 +222010,0,0,0,0,0 +222011,0,0,0,0,0 +222012,0,0,0,0,0 +222013,0,0,0,0,0 +222014,0,0,0,0,0 +222015,0,0,0,0,0 +222016,0,0,0,0,0 +222017,0,0,0,0,0 +222018,0,0,0,0,0 +222019,0,0,0,0,0 +222020,0,0,0,0,0 +222021,0,0,0,0,0 +222022,0,0,0,0,0 +222023,0,0,0,0,0 +222024,0,0,0,0,0 +222025,0,0,0,0,0 +222026,0,0,0,0,0 +222027,0,0,0,0,0 +222028,0,0,0,0,0 +222029,0,0,0,0,0 +222030,0,0,0,0,0 +222031,0,0,0,0,0 +222032,0,0,0,0,0 +222033,0,0,0,0,0 +222034,0,0,0,0,0 +222035,0,0,0,0,0 +222036,0,0,0,0,0 +222037,0,0,0,0,0 +222038,0,0,0,0,0 +222039,0,0,0,0,0 +222040,0,0,0,0,0 +222041,0,0,0,0,0 +222042,0,0,0,0,0 +222043,0,0,0,0,0 +222044,0,0,0,0,0 +222045,0,0,0,0,0 +222046,0,0,0,0,0 +222047,0,0,0,0,0 +222048,0,0,0,0,0 +222049,0,0,0,0,0 +222050,0,0,0,0,0 +222051,0,0,0,0,0 +222052,0,0,0,0,0 +222053,0,0,0,0,0 +222054,0,0,0,0,0 +222055,0,0,0,0,0 +222056,0,0,0,0,0 +222057,0,0,0,0,0 +222058,0,0,0,0,0 +222059,0,0,0,0,0 +222060,0,0,0,0,0 +222061,0,0,0,0,0 +222062,0,0,0,0,0 +222063,0,0,0,0,0 +222064,0,0,0,0,0 +222065,0,0,0,0,0 +222066,0,0,0,0,0 +222067,0,0,0,0,0 +222068,0,0,0,0,0 +222069,0,0,0,0,0 +222070,0,0,0,0,0 +222071,0,0,0,0,0 +222072,0,0,0,0,0 +222073,0,0,0,0,0 +222074,0,0,0,0,0 +222075,0,0,0,0,0 +222076,0,0,0,0,0 +222077,0,0,0,0,0 +222078,0,0,0,0,0 +222079,0,0,0,0,0 +222080,0,0,0,0,0 +222081,0,0,0,0,0 +222082,0,0,0,0,0 +222083,0,0,0,0,0 +222084,0,0,0,0,0 +222085,0,0,0,0,0 +222086,0,0,0,0,0 +222087,0,0,0,0,0 +222088,0,0,0,0,0 +222089,0,0,0,0,0 +222090,0,0,0,0,0 +222091,0,0,0,0,0 +222092,0,0,0,0,0 +222093,0,0,0,0,0 +222094,0,0,0,0,0 +222095,0,0,0,0,0 +222096,0,0,0,0,0 +222097,0,0,0,0,0 +222098,0,0,0,0,0 +222099,0,0,0,0,0 +222100,0,0,0,0,0 +222101,0,0,0,0,0 +222102,0,0,0,0,0 +222103,0,0,0,0,0 +222104,0,0,0,0,0 +222105,0,0,0,0,0 +222106,0,0,0,0,0 +222107,0,0,0,0,0 +222108,0,0,0,0,0 +222109,0,0,0,0,0 +222110,0,0,0,0,0 +222111,0,0,0,0,0 +222112,0,0,0,0,0 +222113,0,0,0,0,0 +222114,0,0,0,0,0 +222115,0,0,0,0,0 +222116,0,0,0,0,0 +222117,0,0,0,0,0 +222118,0,0,0,0,0 +222119,0,0,0,0,0 +222120,0,0,0,0,0 +222121,0,0,0,0,0 +222122,0,0,0,0,0 +222123,0,0,0,0,0 +222124,0,0,0,0,0 +222125,0,0,0,0,0 +222126,0,0,0,0,0 +222127,0,0,0,0,0 +222128,0,0,0,0,0 +222129,0,0,0,0,0 +222130,0,0,0,0,0 +222131,0,0,0,0,0 +222132,0,0,0,0,0 +222133,0,0,0,0,0 +222134,0,0,0,0,0 +222135,0,0,0,0,0 +222136,0,0,0,0,0 +222137,0,0,0,0,0 +222138,0,0,0,0,0 +222139,0,0,0,0,0 +222140,0,0,0,0,0 +222141,0,0,0,0,0 +222142,0,0,0,0,0 +222143,0,0,0,0,0 +222144,0,0,0,0,0 +222145,0,0,0,0,0 +222146,0,0,0,0,0 +222147,0,0,0,0,0 +222148,0,0,0,0,0 +222149,0,0,0,0,0 +222150,0,0,0,0,0 +222151,0,0,0,0,0 +222152,0,0,0,0,0 +222153,0,0,0,0,0 +222154,0,0,0,0,0 +222155,0,0,0,0,0 +222156,0,0,0,0,0 +222157,0,0,0,0,0 +222158,0,0,0,0,0 +222159,0,0,0,0,0 +222160,0,0,0,0,0 +222161,0,0,0,0,0 +222162,0,0,0,0,0 +222163,0,0,0,0,0 +222164,0,0,0,0,0 +222165,0,0,0,0,0 +222166,0,0,0,0,0 +222167,0,0,0,0,0 +222168,0,0,0,0,0 +222169,0,0,0,0,0 +222170,0,0,0,0,0 +222171,0,0,0,0,0 +222172,0,0,0,0,0 +222173,0,0,0,0,0 +222174,0,0,0,0,0 +222175,0,0,0,0,0 +222176,0,0,0,0,0 +222177,0,0,0,0,0 +222178,0,0,0,0,0 +222179,0,0,0,0,0 +222180,0,0,0,0,0 +222181,0,3047.373311,1330.523705,0,0 +222182,0,2762.664938,1304.446979,0,0 +222183,0,0,1291.837878,0,0 +222184,0,627.2625814,1270.807636,0,0 +222185,0,999.1467138,1251.812522,0,0 +222186,0,741.3394894,1235.516884,0,0 +222187,0,755.6408947,1221.602453,0,0 +222188,0,762.334681,1209.974823,0,0 +222189,0,767.9188266,1200.269381,0,0 +222190,0,774.266671,1192.224813,0,0 +222191,0,780.7494489,1185.659135,0,0 +222192,0,787.4081746,1180.395108,0,0 +222193,0,794.1703457,1176.26101,0,0 +222194,0,801.1939529,1173.097553,0,0 +222195,0,808.2743653,1170.762772,0,0 +222196,0,815.3383102,1169.133282,0,0 +222197,0,822.7399568,1168.103397,0,0 +222198,0,830.0748496,1167.583239,0,0 +222199,0,837.5571011,1167.49646,0,0 +222200,0,845.1109499,1167.778447,0,0 +222201,0,852.6940704,1168.374444,0,0 +222202,0,860.4850414,1169.238113,0,0 +222203,0,868.2760687,1170.330247,0,0 +222204,0,875.991148,1171.61758,0,0 +222205,0,884.0215434,1173.071914,0,0 +222206,0,891.9333465,1174.669377,0,0 +222207,0,899.9059752,1176.389571,0,0 +222208,0,908.1138489,1178.215192,0,0 +222209,0,916.1046218,1180.131499,0,0 +222210,0,924.2649881,1182.125768,0,0 +222211,0,931.671346,1184.187182,6.988326392,0 +222212,0,942.8292509,1186.24764,46.86658889,0 +222213,0,952.5877878,1188.300701,28.73244629,0 +222214,42.86004971,962.2892191,1190.33951,38.03947519,0 +222215,84.61523523,971.8704089,1192.38063,41.99051301,0 +222216,60.54100773,981.6117732,1194.41654,45.4952189,0 +222217,77.9049983,991.0220865,1196.422197,48.77477237,0 +222218,84.54443086,1000.520848,1198.420322,52.21968923,0 +222219,90.83721179,1010.061707,1200.399807,55.45924959,0 +222220,97.05052605,1019.437125,1202.363144,58.67101939,0 +222221,103.5902111,1028.827438,1204.308177,61.9610237,0 +222222,109.4742201,1038.169333,1206.21152,65.11965217,0 +222223,115.8833376,1047.47195,1208.084909,68.15902363,0 +222224,121.79303,1056.672591,1209.951627,71.50751688,0 +222225,128.0029995,1065.994722,1211.809745,74.34270783,0 +222226,133.8858517,1075.198698,1213.6528,77.48439373,0 +222227,139.8768331,1084.196104,1215.478042,80.51255333,0 +222228,145.7988149,1093.45684,1217.28496,83.56474908,0 +222229,151.6136517,1102.469202,1219.073512,86.32073827,0 +222230,157.5788968,1111.516293,1220.843403,89.56801196,0 +222231,163.3110793,1120.51449,1222.594562,92.18746139,0 +222232,168.822311,1134.628996,1224.326313,95.2048207,0 +222233,175.0448492,1137.131672,1226.039922,98.12375317,0 +222234,180.4123911,1155.997556,1227.707724,100.8898768,0 +222235,186.2846649,1151.549181,1229.349587,103.6254528,0 +222236,191.683567,1156.052039,1230.980542,106.6435951,0 +222237,197.5803792,1180.417917,1232.597895,109.2825173,0 +222238,202.9116988,1180.311201,1234.203007,112.0469781,0 +222239,208.7889592,1190.977708,1235.785082,114.8980525,0 +222240,214.1095573,1199.728452,1237.348466,117.4654952,0 +222241,219.3411488,1208.172533,1238.890522,120.2706707,0 +222242,224.3543248,1216.444411,1240.405064,122.6477121,0 +222243,229.9389125,1224.746209,1241.886746,125.2727864,0 +222244,234.6643644,1233.198402,1243.334157,127.7019438,0 +222245,239.935649,1241.262937,1244.747442,130.3474145,0 +222246,244.9906021,1249.51863,1246.128215,132.7776861,0 +222247,250.0577534,1257.723165,1247.454599,135.3655236,0 +222248,255.1076809,1265.627552,1248.742413,137.5992002,0 +222249,259.9409731,1273.852581,1250.014355,140.2708591,0 +222250,265.2706442,1281.865078,1251.264894,142.6225587,0 +222251,270.114876,1289.718803,1252.490935,145.0686204,0 +222252,275.1394642,1297.691355,1253.690832,147.4849762,0 +222253,280.1122139,1305.544084,1254.864128,149.7881806,0 +222254,285.0734695,1313.361829,1256.010568,152.3399907,0 +222255,290.0210758,1321.135512,1257.130209,154.7434217,0 +222256,294.9576159,1328.860359,1258.2231,156.9726537,0 +222257,299.8818245,1336.619889,1259.289326,159.413295,0 +222258,304.7960133,1344.123809,1260.329111,161.7447874,0 +222259,309.459304,1351.595298,1261.342412,163.973431,0 +222260,320.3356864,1356.00007,1262.306505,170.0780836,0 +222261,325.1276638,1362.770132,1263.192431,172.7904969,0 +222262,330.6229746,1370.074338,1264.033882,175.4285083,0 +222263,335.698549,1377.027007,1264.850001,177.9675747,0 +222264,340.770747,1384.309655,1265.650123,180.4638273,0 +222265,345.8740135,1391.332651,1266.436314,182.9382865,0 +222266,350.8610519,1398.57771,1267.206835,185.3843462,0 +222267,355.9223635,1405.324851,1267.959693,187.812785,0 +222268,360.867915,1412.596103,1268.693214,190.224147,0 +222269,365.8944372,1419.398951,1269.406466,192.6194948,0 +222270,370.806102,1426.402127,1270.098568,195.0005817,0 +222271,375.5955725,1432.58212,1270.768994,197.2741752,0 +222272,380.2240101,1438.402038,1271.401378,199.5150129,0 +222273,384.6237093,1444.306522,1271.962195,201.595863,0 +222274,389.649474,1450.021651,1272.46357,204.0055942,0 +222275,394.0305057,1455.557789,1272.927514,206.0771769,0 +222276,398.6759124,1461.219506,1273.349402,208.2642737,0 +222277,403.1713311,1466.676751,1273.728586,210.4087561,0 +222278,407.7513576,1471.890639,1274.065263,212.538097,0 +222279,412.1968975,1477.204362,1274.360375,214.6513515,0 +222280,416.7049951,1482.342664,1274.615038,216.7498605,0 +222281,421.2183271,1487.413304,1274.830409,218.9892819,0 +222282,425.6278651,1492.393171,1275.006703,220.838084,0 +222283,430.0906487,1497.283033,1275.146314,223.0113763,0 +222284,434.5374722,1502.085148,1275.25066,225.0311591,0 +222285,438.8839195,1506.892859,1275.318878,226.908463,0 +222286,443.2936592,1511.288774,1275.352907,229.1653643,0 +222287,447.6888479,1516.039196,1275.331975,231.0511127,0 +222288,451.9838543,1520.413196,1275.272796,233.0719693,0 +222289,456.3450557,1524.801937,1275.193642,235.0520602,0 +222290,460.6578892,1529.091962,1275.089463,237.0208325,0 +222291,464.9972113,1533.298027,1274.956073,238.9772356,0 +222292,469.2307293,1537.421752,1274.793432,240.922269,0 +222293,473.5328578,1541.462218,1274.59993,242.8554826,0 +222294,477.825401,1545.517421,1274.376876,244.7777112,0 +222295,482.0130933,1549.703849,1274.123313,246.6885005,0 +222296,486.2758614,1556.861413,1273.840758,248.5886538,0 +222297,490.4887791,1553.226195,1273.529273,250.477706,0 +222298,494.7348191,1573.491182,1273.186884,252.3564349,0 +222299,498.867831,1545.226097,1272.821031,254.2243649,0 +222300,503.0791908,1576.854138,1272.416378,256.0822657,0 +222301,507.2060277,1568.714816,1271.995498,257.9205934,0 +222302,511.3569147,1574.217836,1271.54228,259.5698844,0 +222303,515.3879724,1577.543483,1271.067274,261.6556896,0 +222304,519.4998681,1580.754185,1270.547544,263.3224769,0 +222305,523.560138,1583.893104,1269.999327,265.1486747,0 +222306,527.6153799,1587.051283,1269.439484,266.9320521,0 +222307,531.2847762,1589.884494,1268.862315,268.7065273,0 +222308,535.8910195,1592.858204,1268.26315,270.471363,0 +222309,539.6220442,1595.664353,1267.641899,272.2264401,0 +222310,543.6516387,1598.408177,1266.996226,273.9723518,0 +222311,547.7119664,1601.073346,1266.327428,275.7086999,0 +222312,551.7056667,1603.660501,1265.634221,277.4360882,0 +222313,555.5740378,1606.169351,1264.91794,279.1541335,0 +222314,559.6357499,1608.600427,1264.177473,280.8634197,0 +222315,563.5427055,1610.953592,1263.41436,282.5635821,0 +222316,567.4882145,1613.229378,1262.627453,284.2551878,0 +222317,571.4139603,1615.427693,1261.818324,285.9378896,0 +222318,575.3296416,1617.649138,1260.985912,287.6122386,0 +222319,579.2336274,1619.545791,1260.130578,289.2779012,0 +222320,583.1273497,1621.586485,1259.252903,290.9354214,0 +222321,586.9637119,1623.461882,1258.353506,292.5844752,0 +222322,590.9073191,1625.27711,1257.432683,294.2255922,0 +222323,594.779504,1627.016816,1256.490768,295.8584625,0 +222324,598.5676508,1628.681009,1255.527994,297.4836002,0 +222325,602.3967661,1630.270352,1254.525806,299.100738,0 +222326,606.2930639,1631.784679,1253.4993,300.7103061,0 +222327,610.0772283,1633.121988,1252.465671,302.3120524,0 +222328,613.8031892,1626.364697,1251.418412,306.8426999,0 +222329,617.4100936,1625.932744,1250.259739,309.1535825,0 +222330,621.1166112,1626.412798,1249.024355,310.8506674,0 +222331,625.1512324,1627.42323,1247.758805,313.0617445,0 +222332,629.2478589,1628.582256,1246.501073,314.6967284,0 +222333,633.366144,1629.786166,1245.265098,316.8163725,0 +222334,637.4465346,1631.002588,1244.051256,318.7276665,0 +222335,641.7112812,1632.215333,1242.853723,320.6926126,0 +222336,645.7370942,1633.312318,1241.66955,322.59709,0 +222337,649.9310329,1634.641767,1240.494291,324.5464114,0 +222338,654.0200044,1635.72321,1239.326756,326.4935352,0 +222339,658.2513342,1636.866871,1238.163617,328.3826422,0 +222340,662.3656135,1637.963711,1237.00437,330.3197398,0 +222341,666.5299551,1639.02677,1235.846299,332.2313897,0 +222342,670.7394152,1640.054346,1234.689338,334.1433671,0 +222343,674.7633343,1641.044125,1233.531218,336.0740394,0 +222344,679.0442358,1641.994565,1232.372192,337.9441001,0 +222345,683.1536049,1642.903752,1231.210355,339.8624527,0 +222346,687.322876,1643.770442,1230.04625,341.756468,0 +222347,691.4826303,1644.592991,1228.878145,343.6743057,0 +222348,695.5886395,1645.370386,1227.705699,345.5301737,0 +222349,699.8867346,1646.101208,1226.528938,347.4362862,0 +222350,703.9200755,1646.88849,1225.330039,349.3178073,0 +222351,708.1305868,1647.37118,1224.123144,351.2244094,0 +222352,712.2794502,1648.031534,1222.923887,353.06722,0 +222353,716.3808054,1648.550068,1221.725404,354.9624028,0 +222354,720.6236947,1649.03378,1220.524463,356.8324904,0 +222355,724.7357808,1649.465875,1219.319649,358.7038162,0 +222356,728.9578146,1649.845546,1218.110298,360.5972437,0 +222357,733.0204854,1650.171965,1216.896291,362.4256532,0 +222358,737.1583817,1650.444768,1215.67751,364.307899,0 +222359,741.3867233,1650.662964,1214.454136,366.1645064,0 +222360,745.4897233,1650.826867,1213.226256,367.7703738,0 +222361,750.4426731,1651.020158,1211.993935,370.3127975,0 +222362,755.2653891,1651.18731,1210.764845,372.0547172,0 +222363,760.0254955,1651.307432,1209.542885,374.3003191,0 +222364,765.0035388,1651.375231,1208.329311,376.2761099,0 +222365,769.6932176,1651.388575,1207.123202,378.4851496,0 +222366,774.5836629,1651.346908,1205.92331,380.426111,0 +222367,779.4093462,1651.24941,1204.728606,382.6285463,0 +222368,784.1896553,1651.096759,1203.537195,384.6059722,0 +222369,789.1285838,1650.887695,1202.35285,386.7882342,0 +222370,793.9246892,1650.621333,1201.171882,388.7949946,0 +222371,798.7841273,1650.298798,1199.993632,390.9355997,0 +222372,803.6968936,1649.919804,1198.818872,392.9362952,0 +222373,808.4513382,1649.4831,1197.646998,395.112162,0 +222374,813.2894587,1648.9884,1196.459163,397.0913336,0 +222375,818.2301292,1648.435022,1195.270603,399.2707206,0 +222376,823.0360722,1647.822751,1194.096593,401.2755055,0 +222377,827.9019744,1647.150817,1192.929124,403.4120088,0 +222378,832.7575235,1646.314851,1191.76679,405.4089517,0 +222379,837.5461597,1645.674066,1190.608682,407.5804323,0 +222380,842.5704711,1644.746552,1189.454404,409.5549625,0 +222381,847.2711647,1643.848834,1188.303629,411.7572791,0 +222382,852.1882898,1642.873343,1187.156448,413.6869345,0 +222383,857.0296023,1641.835397,1186.013115,415.8804716,0 +222384,861.8820171,1640.735097,1184.874008,417.8460094,0 +222385,866.4598021,1639.571668,1183.739376,420.0158692,0 +222386,871.6001355,1638.345,1182.609568,421.9838201,0 +222387,876.4098129,1637.054402,1181.485063,424.1797882,0 +222388,881.0654812,1635.699778,1180.366093,426.1014251,0 +222389,886.1640101,1634.280427,1179.252888,428.2877877,0 +222390,890.913215,1632.796328,1178.146126,430.2454956,0 +222391,894.9708931,1630.515214,1177.045864,432.1048124,0 +222392,899.3079386,1627.74997,1175.936671,433.7222057,0 +222393,903.2994137,1625.057988,1174.810019,435.4028853,0 +222394,907.5839382,1622.148484,1173.664531,437.1222708,0 +222395,911.4104741,1619.137654,1172.503999,438.6925844,0 +222396,915.6889192,1616.016943,1171.329784,440.2785021,0 +222397,919.4468898,1612.685491,1170.146253,441.9892437,0 +222398,923.6725495,1609.506387,1168.954384,443.4868128,0 +222399,927.3797734,1606.004465,1167.757848,445.0301664,0 +222400,931.4830008,1602.495597,1166.557083,446.6960787,0 +222401,935.3301443,1598.876436,1165.355345,448.1808085,0 +222402,939.2919754,1595.164813,1164.154005,449.6355884,0 +222403,942.9768749,1591.362938,1162.95428,451.2844328,0 +222404,947.0527759,1587.472173,1161.757141,452.6942496,0 +222405,950.626249,1583.392425,1160.563794,454.1576957,0 +222406,954.6740371,1579.474942,1159.375136,455.7469889,0 +222407,958.2071947,1575.256515,1158.192665,457.1260867,0 +222408,962.2159506,1571.042859,1157.016938,458.5549518,0 +222409,965.7104655,1588.735465,1155.849386,460.1106569,0 +222410,969.6057758,1530.127559,1154.696604,461.4569019,0 +222411,973.1798596,1573.866002,1153.534695,462.88486,0 +222412,977.0568731,1550.704135,1152.405327,464.361989,0 +222413,980.4914679,1547.238247,1151.27527,465.7011585,0 +222414,984.391859,1544.689706,1150.159943,467.0626781,0 +222415,987.8561313,1538.953548,1149.058134,468.5584692,0 +222416,991.6028526,1534.411193,1147.96919,469.8454903,0 +222417,995.0153343,1529.427851,1146.894705,471.1842073,0 +222418,998.8351604,1524.45902,1145.834948,472.6531671,0 +222419,1002.155085,1519.405733,1144.790913,473.9132616,0 +222420,1005.876981,1514.283948,1143.762862,475.2258479,0 +222421,1008.756537,1508.926191,1142.751774,476.4238596,0 +222422,1011.443398,1503.374733,1141.750599,477.4788119,0 +222423,1014.184677,1497.849506,1140.754053,478.5825847,0 +222424,1016.889828,1492.154065,1139.760986,479.6415938,0 +222425,1019.571906,1486.498227,1138.772694,480.6942318,0 +222426,1022.231639,1480.668341,1137.791595,481.7364394,0 +222427,1024.86927,1474.884811,1136.82,482.7685131,0 +222428,1027.485602,1468.928088,1135.859995,483.7909054,0 +222429,1030.080818,1462.925953,1134.913267,484.8036324,0 +222430,1032.657246,1456.98035,1133.960425,485.8067331,0 +222431,1035.217786,1450.917783,1133.013029,486.8011058,0 +222432,1037.762263,1444.720724,1132.084452,487.7866919,0 +222433,1040.290544,1438.532989,1131.180644,488.76351,0 +222434,1042.811495,1432.260275,1130.301804,489.7317504,0 +222435,1045.317908,1425.858532,1129.445785,490.6915154,0 +222436,1047.809576,1419.70396,1128.610157,491.6772234,0 +222437,1050.285645,1413.216067,1127.792935,492.5700016,0 +222438,1053.537898,1406.742031,1126.992292,493.5308474,0 +222439,1055.700207,1400.290212,1126.207242,494.4530247,0 +222440,1058.527517,1393.482909,1125.435992,495.372991,0 +222441,1060.511313,1387.033188,1124.677902,496.285466,0 +222442,1063.756883,1380.270585,1123.931733,497.1904094,0 +222443,1064.980334,1373.551713,1123.197211,498.0880164,0 +222444,1069.295304,1366.774805,1122.472595,498.9782923,0 +222445,1068.74718,1359.865182,1121.7589,499.8614324,0 +222446,1075.745507,1353.127839,1121.05292,500.7373976,0 +222447,1070.886414,1346.249541,1120.374658,501.6064405,0 +222448,1084.573506,1339.195348,1119.703468,502.4683994,0 +222449,1069.124481,1332.189701,1119.033969,503.3235785,0 +222450,1099.441115,1325.277456,1118.358086,504.1718389,0 +222451,1058.276997,1318.595577,1117.701774,505.2037761,0 +222452,1096.148711,1311.971788,1117.037573,506.2682015,0 +222453,1087.491124,1305.335255,1116.414373,507.345527,0 +222454,1090.985217,1298.517299,1115.801036,508.464939,0 +222455,1094.151319,1292.036854,1115.209799,509.5024853,0 +222456,1096.823896,1285.206953,1114.637169,510.6224336,0 +222457,1099.584425,1278.569366,1114.081468,511.7139352,0 +222458,1102.124002,1271.7105,1113.541743,512.8135911,0 +222459,1104.861275,1265.153107,1113.016858,513.915645,0 +222460,1107.515686,1258.372083,1112.50625,515.0194057,0 +222461,1110.182259,1251.567233,1112.009018,516.1248589,0 +222462,1112.846667,1244.709727,1111.524623,517.2314698,0 +222463,1115.508151,1238.089558,1111.052492,518.3393038,0 +222464,1118.166503,1231.17522,1110.592229,519.447857,0 +222465,1120.822093,1224.363794,1110.143292,520.5572682,0 +222466,1123.473853,1217.674159,1109.705389,521.667052,0 +222467,1126.212456,1210.675109,1109.27819,522.777411,0 +222468,1128.720275,1203.907357,1108.861372,523.8878667,0 +222469,1131.430308,1196.975259,1108.454668,525.0347764,0 +222470,1133.963301,1190.240448,1108.057907,526.0907779,0 +222471,1136.736312,1183.40979,1107.670838,526.8664209,0 +222472,1139.299325,1176.385097,1107.293313,528.5212261,0 +222473,1141.942615,1169.689733,1106.925225,529.3581195,0 +222474,1144.567746,1162.769841,1106.566281,530.5310401,0 +222475,1147.189435,1155.851688,1106.216453,531.641671,0 +222476,1149.807585,1168.245981,1105.875118,532.7523311,0 +222477,1152.423463,1114.040632,1105.566496,533.8628526,0 +222478,1155.127543,1168.894889,1105.234457,534.9729947,0 +222479,1157.596851,1096.784553,1104.938438,536.0831017,0 +222480,1160.273531,1145.534147,1104.61577,537.192874,0 +222481,1162.68198,1097.349309,1104.332584,538.2203612,0 +222482,1165.042483,1114.806577,1104.046074,539.1792209,0 +222483,1167.379893,1099.425626,1103.764642,540.2208446,0 +222484,1169.710043,1093.986603,1103.473779,541.1739864,0 +222485,1172.034516,1087.170263,1103.183424,542.1596163,0 +222486,1174.354987,1080.374982,1102.89387,543.1745984,0 +222487,1176.672508,1073.440946,1102.606604,544.0945919,0 +222488,1178.9876,1066.671463,1102.322507,545.0984167,0 +222489,1181.300671,1063.030483,1102.042319,546.0670091,0 +222490,1183.518268,1058.156191,1101.76735,547.0410588,0 +222491,1186.067105,1053.133859,1101.49708,548.0147776,0 +222492,1188.161441,1048.254869,1101.231993,548.9877857,0 +222493,1190.56005,1043.212605,1100.972183,549.9607394,0 +222494,1192.855648,1038.333757,1100.718055,550.9332103,0 +222495,1195.169126,1033.412518,1100.469775,551.8680401,0 +222496,1197.484591,1028.521157,1100.227518,552.8978816,0 +222497,1199.803936,1023.650956,1099.991462,553.8421903,0 +222498,1202.126577,1018.803036,1099.761717,554.8216285,0 +222499,1204.455567,1013.980051,1099.538405,555.7952699,0 +222500,1206.789616,1009.183349,1099.321654,556.7692518,0 +222501,1209.1319,1004.41509,1099.11154,557.7442011,0 +222502,1211.481845,999.6767522,1098.908149,558.7197052,0 +222503,1213.841766,994.9707693,1098.71155,559.6964528,0 +222504,1216.206101,990.3617881,1098.521816,560.6740162,0 +222505,1218.671765,985.6318458,1098.338998,561.6530762,0 +222506,1220.896085,981.0801585,1098.163162,562.6719292,0 +222507,1223.34652,976.4495461,1097.994303,563.5949945,0 +222508,1225.711621,972.0250225,1097.832508,564.568537,0 +222509,1228.097258,967.5070649,1097.67784,565.6059576,0 +222510,1230.487337,963.1525538,1097.530297,566.5632495,0 +222511,1232.651544,958.5291692,1097.389923,567.434153,0 +222512,1234.771118,954.0695277,1097.25183,568.2743662,0 +222513,1236.873521,949.5959357,1097.112761,569.1036122,0 +222514,1238.86624,945.1791323,1096.97171,569.9248269,0 +222515,1241.098781,940.8129529,1096.829074,570.7401569,0 +222516,1243.10039,936.5009631,1096.685742,571.5499682,0 +222517,1245.187418,932.2426822,1096.542376,572.3553774,0 +222518,1247.252585,928.045658,1096.39973,573.1562879,0 +222519,1249.313727,923.9091164,1096.258297,573.9535487,0 +222520,1251.370293,919.836384,1096.118526,574.7469305,0 +222521,1253.52284,915.9816813,1095.980785,575.5371724,0 +222522,1255.420566,911.874595,1095.845487,576.3239983,0 +222523,1257.542932,908.1290452,1095.712704,577.1080653,0 +222524,1259.570169,904.3450197,1095.58294,577.8890788,0 +222525,1261.611839,900.5724187,1095.456262,578.6279693,0 +222526,1263.650881,897.0137713,1095.332873,579.4639188,0 +222527,1265.688282,893.4636856,1095.213001,580.20758,0 +222528,1267.723182,889.9064165,1095.096699,580.9854872,0 +222529,1269.756728,886.5504568,1094.984109,581.7545613,0 +222530,1271.787786,883.2305276,1094.875368,582.5213373,0 +222531,1273.818201,880.0099304,1094.770522,583.3264339,0 +222532,1275.846004,876.8812468,1094.669674,584.0281823,0 +222533,1277.872905,873.8517814,1094.572833,584.8194321,0 +222534,1279.897785,871.1792342,1094.480098,585.571387,0 +222535,1281.921857,868.4833017,1094.391519,586.7771442,0 +222536,1283.944373,865.9172604,1094.307218,587.9129749,0 +222537,1285.965819,863.486447,1094.22712,589.1132402,0 +222538,1287.985406,860.9845278,1094.151266,590.3883228,0 +222539,1290.106124,858.5721734,1094.079605,591.7392963,0 +222540,1291.966349,856.1878234,1094.012212,593.1244792,0 +222541,0,0,0,0,0 +222542,0,0,0,0,0 +222543,0,0,0,0,0 +222544,0,0,0,0,0 +222545,0,0,0,0,0 +222546,0,0,0,0,0 +222547,0,0,0,0,0 +222548,0,0,0,0,0 +222549,0,0,0,0,0 +222550,0,0,0,0,0 +222551,0,0,0,0,0 +222552,0,0,0,0,0 +222553,0,0,0,0,0 +222554,0,0,0,0,0 +222555,0,0,0,0,0 +222556,0,0,0,0,0 +222557,0,0,0,0,0 +222558,0,0,0,0,0 +222559,0,0,0,0,0 +222560,0,0,0,0,0 +222561,0,0,0,0,0 +222562,0,0,0,0,0 +222563,0,0,0,0,0 +222564,0,0,0,0,0 +222565,0,0,0,0,0 +222566,0,0,0,0,0 +222567,0,0,0,0,0 +222568,0,0,0,0,0 +222569,0,0,0,0,0 +222570,0,0,0,0,0 +222571,0,0,0,0,0 +222572,0,0,0,0,0 +222573,0,0,0,0,0 +222574,0,0,0,0,0 +222575,0,0,0,0,0 +222576,0,0,0,0,0 +222577,0,0,0,0,0 +222578,0,0,0,0,0 +222579,0,0,0,0,0 +222580,0,0,0,0,0 +222581,0,0,0,0,0 +222582,0,0,0,0,0 +222583,0,0,0,0,0 +222584,0,0,0,0,0 +222585,0,0,0,0,0 +222586,0,0,0,0,0 +222587,0,0,0,0,0 +222588,0,0,0,0,0 +222589,0,0,0,0,0 +222590,0,0,0,0,0 +222591,0,0,0,0,0 +222592,0,0,0,0,0 +222593,0,0,0,0,0 +222594,0,0,0,0,0 +222595,0,0,0,0,0 +222596,0,0,0,0,0 +222597,0,0,0,0,0 +222598,0,0,0,0,0 +222599,0,0,0,0,0 +222600,0,0,0,0,0 +222601,0,0,0,0,0 +222602,0,0,0,0,0 +222603,0,0,0,0,0 +222604,0,0,0,0,0 +222605,0,0,0,0,0 +222606,0,0,0,0,0 +222607,0,0,0,0,0 +222608,0,0,0,0,0 +222609,0,0,0,0,0 +222610,0,0,0,0,0 +222611,0,0,0,0,0 +222612,0,0,0,0,0 +222613,0,0,0,0,0 +222614,0,0,0,0,0 +222615,0,0,0,0,0 +222616,0,0,0,0,0 +222617,0,0,0,0,0 +222618,0,0,0,0,0 +222619,0,0,0,0,0 +222620,0,0,0,0,0 +222621,0,0,0,0,0 +222622,0,0,0,0,0 +222623,0,0,0,0,0 +222624,0,0,0,0,0 +222625,0,0,0,0,0 +222626,0,0,0,0,0 +222627,0,0,0,0,0 +222628,0,0,0,0,0 +222629,0,0,0,0,0 +222630,0,0,0,0,0 +222631,0,0,0,0,0 +222632,0,0,0,0,0 +222633,0,0,0,0,0 +222634,0,0,0,0,0 +222635,0,0,0,0,0 +222636,0,0,0,0,0 +222637,0,0,0,0,0 +222638,0,0,0,0,0 +222639,0,0,0,0,0 +222640,0,0,0,0,0 +222641,0,0,0,0,0 +222642,0,0,0,0,0 +222643,0,0,0,0,0 +222644,0,0,0,0,0 +222645,0,0,0,0,0 +222646,0,0,0,0,0 +222647,0,0,0,0,0 +222648,0,0,0,0,0 +222649,0,0,0,0,0 +222650,0,0,0,0,0 +222651,0,0,0,0,0 +222652,0,0,0,0,0 +222653,0,0,0,0,0 +222654,0,0,0,0,0 +222655,0,0,0,0,0 +222656,0,0,0,0,0 +222657,0,0,0,0,0 +222658,0,0,0,0,0 +222659,0,0,0,0,0 +222660,0,0,0,0,0 +222661,0,0,0,0,0 +222662,0,0,0,0,0 +222663,0,0,0,0,0 +222664,0,0,0,0,0 +222665,0,0,0,0,0 +222666,0,0,0,0,0 +222667,0,0,0,0,0 +222668,0,0,0,0,0 +222669,0,0,0,0,0 +222670,0,0,0,0,0 +222671,0,0,0,0,0 +222672,0,0,0,0,0 +222673,0,0,0,0,0 +222674,0,0,0,0,0 +222675,0,0,0,0,0 +222676,0,0,0,0,0 +222677,0,0,0,0,0 +222678,0,0,0,0,0 +222679,0,0,0,0,0 +222680,0,0,0,0,0 +222681,0,0,0,0,0 +222682,0,0,0,0,0 +222683,0,0,0,0,0 +222684,0,0,0,0,0 +222685,0,0,0,0,0 +222686,0,0,0,0,0 +222687,0,0,0,0,0 +222688,0,0,0,0,0 +222689,0,0,0,0,0 +222690,0,0,0,0,0 +222691,0,0,0,0,0 +222692,0,0,0,0,0 +222693,0,0,0,0,0 +222694,0,0,0,0,0 +222695,0,0,0,0,0 +222696,0,0,0,0,0 +222697,0,0,0,0,0 +222698,0,0,0,0,0 +222699,0,0,0,0,0 +222700,0,0,0,0,0 +222701,0,0,0,0,0 +222702,0,0,0,0,0 +222703,0,0,0,0,0 +222704,0,0,0,0,0 +222705,0,0,0,0,0 +222706,0,0,0,0,0 +222707,0,0,0,0,0 +222708,0,0,0,0,0 +222709,0,0,0,0,0 +222710,0,0,0,0,0 +222711,0,0,0,0,0 +222712,0,0,0,0,0 +222713,0,0,0,0,0 +222714,0,0,0,0,0 +222715,0,0,0,0,0 +222716,0,0,0,0,0 +222717,0,0,0,0,0 +222718,0,0,0,0,0 +222719,0,0,0,0,0 +222720,0,0,0,0,0 +222721,0,0,0,0,0 +222722,0,0,0,0,0 +222723,0,0,0,0,0 +222724,0,0,0,0,0 +222725,0,0,0,0,0 +222726,0,0,0,0,0 +222727,0,0,0,0,0 +222728,0,0,0,77.77923712,0 +222729,0,0,0,94.14860417,0 +222730,0,0,0,84.31551605,0 +222731,0,0,0,102.9742329,0 +222732,0,0,0,112.1852986,0 +222733,0,0,0,121.1969376,0 +222734,0,0,0,129.9650533,0 +222735,0,0,0,138.7361092,0 +222736,0,0,0,147.1749981,0 +222737,0,0,0,155.4880818,0 +222738,0,0,0,163.7091314,0 +222739,0,0,0,171.8200227,0 +222740,0,0,0,179.710078,0 +222741,0,0,0,187.438987,0 +222742,0,0,0,195.2052416,0 +222743,0,0,0,202.6219179,0 +222744,0,0,0,210.1482205,0 +222745,0,0,0,217.4015657,0 +222746,0,0,0,224.5886101,0 +222747,0,0,0,231.5823598,0 +222748,0,0,0,238.7437318,0 +222749,0,0,0,245.3295041,0 +222750,0,0,0,252.1943865,0 +222751,0,0,0,258.644909,0 +222752,0,0,0,264.5344633,0 +222753,0,0,0,270.5673321,0 +222754,0,0,0,276.5162274,0 +222755,0,0,0,282.1725499,0 +222756,0,0,0,287.8310697,0 +222757,0,0,0,293.3389251,0 +222758,0,0,0,298.6413661,0 +222759,0,0,0,304.1089467,0 +222760,0,0,0,309.3127006,0 +222761,0,0,0,314.2690461,0 +222762,0,0,0,319.2306906,0 +222763,0,0,0,324.2777092,0 +222764,0,0,0,328.9859555,0 +222765,0,0,0,333.7074955,0 +222766,0,0,0,338.4313239,0 +222767,0,0,0,342.6479297,0 +222768,0,0,0,347.344599,0 +222769,0,0,0,351.5701491,0 +222770,0,0,0,355.8399625,0 +222771,0,0,0,360.0027216,0 +222772,0,0,0,363.9545893,0 +222773,0,0,0,368.1478413,0 +222774,0,0,0,371.9589015,0 +222775,0,0,0,375.8130347,0 +222776,0,0,0,379.6920489,0 +222777,0,0,0,383.1562909,0 +222778,0,0,0,386.8513675,0 +222779,0,0,0,390.341597,0 +222780,0,0,0,393.6470994,0 +222781,0,0,0,397.2185642,0 +222782,0,0,0,400.4077829,0 +222783,0,0,0,403.6510643,0 +222784,0,0,0,406.7967843,0 +222785,0,0,0,409.8704038,0 +222786,0,0,0,412.8719502,0 +222787,0,0,0,415.8023988,0 +222788,0,0,0,418.6622213,0 +222789,0,0,0,421.4522628,0 +222790,0,0,0,424.0261482,0 +222791,0,0,0,426.9063033,0 +222792,0,0,0,429.3754215,0 +222793,0,0,0,432.0676862,0 +222794,0,0,0,434.2848864,0 +222795,0,0,0,436.7843453,0 +222796,0,0,0,439.0749805,0 +222797,0,0,0,441.326531,0 +222798,0,0,0,443.5129634,0 +222799,0,0,0,445.6348733,0 +222800,0,0,0,447.6924802,0 +222801,0,0,0,449.6863527,0 +222802,0,0,0,451.6166829,0 +222803,0,0,0,453.4840078,0 +222804,0,0,0,455.2885004,0 +222805,0,0,0,457.0306723,0 +222806,0,0,0,458.7106735,0 +222807,0,0,0,460.3289957,0 +222808,0,0,0,461.7257364,0 +222809,0,0,0,463.4666061,0 +222810,0,0,0,464.7784422,0 +222811,0,0,0,465.2410619,0 +222812,0,0,0,465.5016364,0 +222813,0,0,0,465.6141009,0 +222814,0,0,0,465.5923274,0 +222815,0,0,0,465.4444481,0 +222816,0,0,0,465.1756953,0 +222817,0,0,0,464.7901549,0 +222818,0,0,0,464.2906967,0 +222819,0,0,0,463.6800415,0 +222820,0,0,0,462.9602164,0 +222821,0,0,0,462.1333784,0 +222822,0,0,0,461.2011522,0 +222823,0,0,0,460.3294106,0 +222824,0,0,0,458.9475667,0 +222825,0,0,0,457.830385,0 +222826,0,0,0,456.465647,0 +222827,0,0,0,458.9841912,0 +222828,0,0,0,458.298726,0 +222829,0,0,0,457.0421973,0 +222830,0,0,0,455.6627111,0 +222831,0,0,0,454.1579124,0 +222832,0,0,0,452.538418,0 +222833,0,0,0,450.8122101,0 +222834,0,0,0,448.9839993,0 +222835,0,0,0,447.0571858,0 +222836,0,0,0,445.0339411,0 +222837,0,0,0,442.9163058,0 +222838,0,0,0,440.7056994,0 +222839,0,0,0,438.4037231,0 +222840,0,0,0,436.0115201,0 +222841,0,0,0,433.429437,0 +222842,0,0,0,430.7456225,0 +222843,0,0,0,427.807587,0 +222844,0,0,0,425.182826,0 +222845,0,0,0,422.2676155,0 +222846,0,0,0,419.0046833,0 +222847,0,0,0,416.0229007,0 +222848,0,0,0,412.7655524,0 +222849,0,0,0,409.5118441,0 +222850,0,0,0,406.1147412,0 +222851,0,0,0,402.6624641,0 +222852,0,0,0,399.4980956,0 +222853,0,0,0,395.9690396,0 +222854,0,0,0,392.3361215,0 +222855,0,0,0,388.7641733,0 +222856,0,0,0,384.7647642,0 +222857,0,0,0,380.9985082,0 +222858,0,0,0,376.8950251,0 +222859,0,0,0,373.0740697,0 +222860,0,0,0,368.8869844,0 +222861,0,0,0,364.7475786,0 +222862,0,0,0,360.6488264,0 +222863,0,0,0,356.1555334,0 +222864,0,0,0,351.8803311,0 +222865,0,0,0,347.4210544,0 +222866,0,0,0,342.9154159,0 +222867,0,0,0,338.463704,0 +222868,0,0,0,333.5234026,0 +222869,0,0,0,329.0879047,0 +222870,0,0,0,324.2099316,0 +222871,0,0,0,317.8686023,0 +222872,0,0,0,311.3021283,0 +222873,0,0,0,304.1099879,0 +222874,0,0,0,297.3514213,0 +222875,0,0,0,289.843636,0 +222876,0,0,0,282.5017236,0 +222877,0,0,0,274.9081251,0 +222878,0,0,0,267.1575173,0 +222879,0,0,0,259.3948,0 +222880,0,0,0,251.2213958,0 +222881,0,0,0,243.1475812,0 +222882,0,0,0,234.8536878,0 +222883,0,0,0,226.5079229,0 +222884,0,0,0,217.7882054,0 +222885,0,0,0,209.3744205,0 +222886,0,0,0,200.4169788,0 +222887,0,0,0,191.6633072,0 +222888,0,0,0,182.599058,0 +222889,0,0,0,173.4405986,0 +222890,0,0,0,164.2502894,0 +222891,0,0,0,154.9657917,0 +222892,0,0,0,145.4950428,0 +222893,0,0,0,135.9196782,0 +222894,0,0,0,126.3604418,0 +222895,0,0,0,116.5866776,0 +222896,0,0,0,106.7658316,0 +222897,0,0,0,96.71230698,0 +222898,0,0,0,86.68724944,0 +222899,0,0,0,76.76069134,0 +222900,0,0,0,66.06086555,0 +222901,0,0,0,92.99976409,0 +222902,0,0,0,0,0 +222903,0,0,0,77.32569655,0 +222904,0,0,0,0,0 +222905,0,0,0,0,0 +222906,0,0,0,0,0 +222907,0,0,0,0,0 +222908,0,0,0,0,0 +222909,0,0,0,0,0 +222910,0,0,0,0,0 +222911,0,0,0,0,0 +222912,0,0,0,0,0 +222913,0,0,0,0,0 +222914,0,0,0,0,0 +222915,0,0,0,0,0 +222916,0,0,0,0,0 +222917,0,0,0,0,0 +222918,0,0,0,0,0 +222919,0,0,0,0,0 +222920,0,0,0,0,0 +222921,0,0,0,0,0 +222922,0,0,0,0,0 +222923,0,0,0,0,0 +222924,0,0,0,0,0 +222925,0,0,0,0,0 +222926,0,0,0,0,0 +222927,0,0,0,0,0 +222928,0,0,0,0,0 +222929,0,0,0,0,0 +222930,0,0,0,0,0 +222931,0,0,0,0,0 +222932,0,0,0,0,0 +222933,0,0,0,0,0 +222934,0,0,0,0,0 +222935,0,0,0,0,0 +222936,0,0,0,0,0 +222937,0,0,0,0,0 +222938,0,0,0,0,0 +222939,0,0,0,0,0 +222940,0,0,0,0,0 +222941,0,0,0,0,0 +222942,0,0,0,0,0 +222943,0,0,0,0,0 +222944,0,0,0,0,0 +222945,0,0,0,0,0 +222946,0,0,0,0,0 +222947,0,0,0,0,0 +222948,0,0,0,0,0 +222949,0,0,0,0,0 +222950,0,0,0,0,0 +222951,0,0,0,0,0 +222952,0,0,0,0,0 +222953,0,0,0,0,0 +222954,0,0,0,0,0 +222955,0,0,0,0,0 +222956,0,0,0,0,0 +222957,0,0,0,0,0 +222958,0,0,0,0,0 +222959,0,0,0,0,0 +222960,0,0,0,0,0 +222961,0,0,0,0,0 +222962,0,0,0,0,0 +222963,0,0,0,0,0 +222964,0,0,0,0,0 +222965,0,0,0,0,0 +222966,0,0,0,0,0 +222967,0,0,0,0,0 +222968,0,0,0,0,0 +222969,0,0,0,0,0 +222970,0,0,0,0,0 +222971,0,0,0,0,0 +222972,0,0,0,0,0 +222973,0,0,0,0,0 +222974,0,0,0,0,0 +222975,0,0,0,0,0 +222976,0,0,0,0,0 +222977,0,0,0,0,0 +222978,0,0,0,0,0 +222979,0,0,0,0,0 +222980,0,0,0,0,0 +222981,0,0,0,0,0 +222982,0,0,0,0,0 +222983,0,0,0,0,0 +222984,0,0,0,0,0 +222985,0,0,0,0,0 +222986,0,0,0,0,0 +222987,0,0,0,0,0 +222988,0,0,0,0,0 +222989,0,0,0,0,0 +222990,0,0,0,0,0 +222991,0,0,0,0,0 +222992,0,0,0,0,0 +222993,0,0,0,0,0 +222994,0,0,0,0,0 +222995,0,0,0,0,0 +222996,0,0,0,0,0 +222997,0,0,0,0,0 +222998,0,0,0,0,0 +222999,0,0,0,0,0 +223000,0,0,0,0,0 +223001,0,0,0,0,0 +223002,0,0,0,0,0 +223003,0,0,0,0,0 +223004,0,0,0,0,0 +223005,0,0,0,0,0 +223006,0,0,0,0,0 +223007,0,0,0,0,0 +223008,0,0,0,0,0 +223009,0,0,0,0,0 +223010,0,0,0,0,0 +223011,0,0,0,0,0 +223012,0,0,0,0,0 +223013,0,0,0,0,0 +223014,0,0,0,0,0 +223015,0,0,0,0,0 +223016,0,0,0,0,0 +223017,0,0,0,0,0 +223018,0,0,0,0,0 +223019,0,0,0,0,0 +223020,0,0,0,0,0 +223021,0,0,0,0,0 +223022,0,0,0,0,0 +223023,0,0,0,0,0 +223024,0,0,0,0,0 +223025,0,0,0,0,0 +223026,0,0,0,0,0 +223027,0,0,0,0,0 +223028,0,0,0,0,0 +223029,0,0,0,0,0 +223030,0,0,0,0,0 +223031,0,0,0,0,0 +223032,0,0,0,0,0 +223033,0,0,0,0,0 +223034,0,0,0,0,0 +223035,0,0,0,0,0 +223036,0,0,0,0,0 +223037,0,0,0,0,0 +223038,0,0,0,0,0 +223039,0,0,0,0,0 +223040,0,0,0,0,0 +223041,0,0,0,0,0 +223042,0,0,0,0,0 +223043,0,0,0,0,0 +223044,0,0,0,0,0 +223045,0,0,0,0,0 +223046,0,0,0,0,0 +223047,0,0,0,0,0 +223048,0,0,0,0,0 +223049,0,0,0,0,0 +223050,0,0,0,0,0 +223051,0,0,0,0,0 +223052,0,0,0,0,0 +223053,0,0,0,0,0 +223054,0,0,0,0,0 +223055,0,0,0,0,0 +223056,0,0,0,0,0 +223057,0,0,0,0,0 +223058,0,0,0,0,0 +223059,0,0,0,0,0 +223060,0,0,0,0,0 +223061,0,0,0,0,0 +223062,0,0,0,0,0 +223063,0,0,0,0,0 +223064,0,0,0,0,0 +223065,0,0,0,0,0 +223066,0,0,0,0,0 +223067,0,0,0,0,0 +223068,0,0,0,0,0 +223069,0,0,0,0,0 +223070,0,0,0,0,0 +223071,0,0,0,0,0 +223072,0,0,0,0,0 +223073,0,0,0,0,0 +223074,0,0,0,0,0 +223075,0,0,0,0,0 +223076,0,0,0,0,0 +223077,0,0,0,0,0 +223078,0,0,0,0,0 +223079,0,0,0,0,0 +223080,0,0,0,0,0 +223081,0,0,0,0,0 +223082,0,0,0,0,0 +223083,0,0,0,0,0 +223084,0,0,0,0,0 +223085,0,0,0,0,0 +223086,0,0,0,0,0 +223087,0,0,0,0,0 +223088,0,0,0,0,0 +223089,0,0,0,0,0 +223090,0,0,0,0,0 +223091,0,0,0,0,0 +223092,0,0,0,0,0 +223093,0,0,0,0,0 +223094,0,0,0,0,0 +223095,0,0,0,0,0 +223096,0,0,0,0,0 +223097,0,0,0,0,0 +223098,0,0,0,0,0 +223099,0,0,0,0,0 +223100,0,0,0,0,0 +223101,0,0,0,0,0 +223102,0,0,0,0,0 +223103,0,0,0,0,0 +223104,0,0,0,0,0 +223105,0,0,0,0,0 +223106,0,0,0,0,0 +223107,0,0,0,0,0 +223108,0,0,0,0,0 +223109,0,0,0,0,0 +223110,0,0,0,0,0 +223111,0,0,0,0,0 +223112,0,0,0,0,0 +223113,0,0,0,0,0 +223114,0,0,0,0,0 +223115,0,0,0,0,0 +223116,0,0,0,0,0 +223117,0,0,0,0,0 +223118,0,0,0,0,0 +223119,0,0,0,0,0 +223120,0,0,0,0,0 +223121,0,0,0,0,0 +223122,0,0,0,0,0 +223123,0,0,0,0,0 +223124,0,0,0,0,0 +223125,0,0,0,0,0 +223126,0,0,0,0,0 +223127,0,0,0,0,0 +223128,0,0,0,0,0 +223129,0,0,0,0,0 +223130,0,0,0,0,0 +223131,0,0,0,0,0 +223132,0,0,0,0,0 +223133,0,0,0,0,0 +223134,0,0,0,0,0 +223135,0,0,0,0,0 +223136,0,0,0,0,0 +223137,0,0,0,0,0 +223138,0,0,0,0,0 +223139,0,0,0,0,0 +223140,0,0,0,0,0 +223141,0,0,0,0,0 +223142,0,0,0,0,0 +223143,0,0,0,0,0 +223144,0,0,0,0,0 +223145,0,0,0,0,0 +223146,0,0,0,0,0 +223147,0,0,0,0,0 +223148,0,0,0,0,0 +223149,0,0,0,0,0 +223150,0,0,0,0,0 +223151,0,0,0,0,0 +223152,0,0,0,0,0 +223153,0,0,0,0,0 +223154,0,0,0,0,0 +223155,0,0,0,0,0 +223156,0,0,0,0,0 +223157,0,0,0,0,0 +223158,0,0,0,0,0 +223159,0,0,0,0,0 +223160,0,0,0,0,0 +223161,0,0,0,0,0 +223162,0,0,0,0,0 +223163,0,0,0,0,0 +223164,0,0,0,0,0 +223165,0,0,0,0,0 +223166,0,0,0,0,0 +223167,0,0,0,0,0 +223168,0,0,0,0,0 +223169,0,0,0,0,0 +223170,0,0,0,0,0 +223171,0,0,0,0,0 +223172,0,0,0,0,0 +223173,0,0,0,0,0 +223174,0,0,0,0,0 +223175,0,0,0,0,0 +223176,0,0,0,0,0 +223177,0,0,0,0,0 +223178,0,0,0,0,0 +223179,0,0,0,0,0 +223180,0,0,0,0,0 +223181,0,0,0,0,0 +223182,0,0,0,0,0 +223183,0,0,0,0,0 +223184,0,0,0,0,0 +223185,0,0,0,0,0 +223186,0,0,0,0,0 +223187,0,0,0,0,0 +223188,0,0,0,0,0 +223189,0,0,0,0,0 +223190,0,0,0,0,0 +223191,0,0,0,0,0 +223192,0,0,0,0,0 +223193,0,0,0,0,0 +223194,0,0,0,0,0 +223195,0,0,0,0,0 +223196,0,0,0,0,0 +223197,0,0,0,0,0 +223198,0,0,0,0,0 +223199,0,0,0,0,0 +223200,0,0,0,0,0 +223201,0,0,0,0,0 +223202,0,0,0,0,0 +223203,0,0,0,0,0 +223204,0,0,0,0,0 +223205,0,0,0,0,0 +223206,0,0,0,0,0 +223207,0,0,0,0,0 +223208,0,0,0,0,0 +223209,0,0,0,0,0 +223210,0,0,0,0,0 +223211,0,0,0,0,0 +223212,0,0,0,0,0 +223213,0,0,0,0,0 +223214,0,0,0,0,0 +223215,0,0,0,0,0 +223216,0,0,0,0,0 +223217,0,0,0,0,0 +223218,0,0,0,0,0 +223219,0,0,0,0,0 +223220,0,0,0,0,0 +223221,0,0,0,0,0 +223222,0,0,0,0,0 +223223,0,0,0,0,0 +223224,0,0,0,0,0 +223225,0,0,0,0,0 +223226,0,0,0,0,0 +223227,0,0,0,0,0 +223228,0,0,0,0,0 +223229,0,0,0,0,0 +223230,0,0,0,0,0 +223231,0,0,0,0,0 +223232,0,0,0,0,0 +223233,0,0,0,0,0 +223234,0,0,0,0,0 +223235,0,0,0,0,0 +223236,0,0,0,0,0 +223237,0,0,0,0,0 +223238,0,0,0,0,0 +223239,0,0,0,0,0 +223240,0,0,0,0,0 +223241,0,0,0,0,0 +223242,0,0,0,0,0 +223243,0,0,0,0,0 +223244,0,0,0,0,0 +223245,0,0,0,0,0 +223246,0,0,0,0,0 +223247,0,0,0,0,0 +223248,0,0,0,0,0 +223249,0,0,0,0,0 +223250,0,0,0,0,0 +223251,0,0,0,0,0 +223252,0,0,0,0,0 +223253,0,0,0,0,0 +223254,0,0,0,0,0 +223255,0,0,0,0,0 +223256,0,0,0,0,0 +223257,0,0,0,0,0 +223258,0,0,0,0,0 +223259,0,0,0,0,0 +223260,0,0,0,0,0 +223261,0,0,0,0,0 +223262,0,0,0,0,0 +223263,0,0,0,0,0 +223264,0,0,0,0,0 +223265,0,0,0,0,0 +223266,0,0,0,0,0 +223267,0,0,0,0,0 +223268,0,0,0,0,0 +223269,0,0,0,0,0 +223270,0,0,0,0,0 +223271,0,0,0,0,0 +223272,0,0,0,0,0 +223273,0,0,0,0,0 +223274,0,0,0,0,0 +223275,0,0,0,0,0 +223276,0,0,0,0,0 +223277,0,0,0,0,0 +223278,0,0,0,0,0 +223279,0,0,0,0,0 +223280,0,0,0,0,0 +223281,0,0,0,0,0 +223282,0,0,0,0,0 +223283,0,0,0,0,0 +223284,0,0,0,0,0 +223285,0,0,0,0,0 +223286,0,0,0,0,0 +223287,0,0,0,0,0 +223288,0,0,0,0,0 +223289,0,0,0,0,0 +223290,0,0,0,0,0 +223291,0,0,0,0,0 +223292,0,0,0,0,0 +223293,0,0,0,0,0 +223294,0,0,0,0,0 +223295,0,0,0,0,0 +223296,0,0,0,0,0 +223297,0,0,0,0,0 +223298,0,0,0,0,0 +223299,0,0,0,0,0 +223300,0,0,0,0,0 +223301,0,0,0,0,0 +223302,0,0,0,0,0 +223303,0,0,0,0,0 +223304,0,0,0,0,0 +223305,0,0,0,0,0 +223306,0,0,0,0,0 +223307,0,0,0,0,0 +223308,0,0,0,0,0 +223309,0,0,0,0,0 +223310,0,0,0,0,0 +223311,0,0,0,0,0 +223312,0,0,0,0,0 +223313,0,0,0,0,0 +223314,0,0,0,0,0 +223315,0,0,0,0,0 +223316,0,0,0,0,0 +223317,0,0,0,0,0 +223318,0,0,0,0,0 +223319,0,0,0,0,0 +223320,0,0,0,0,0 +223321,0,0,0,0,0 +223322,0,0,0,0,0 +223323,0,0,0,0,0 +223324,0,0,0,0,0 +223325,0,0,0,0,0 +223326,0,0,0,0,0 +223327,0,0,0,0,0 +223328,0,0,0,0,0 +223329,0,0,0,0,0 +223330,0,0,0,0,0 +223331,0,0,0,0,0 +223332,0,0,0,0,0 +223333,0,0,0,0,0 +223334,0,0,0,0,0 +223335,0,0,0,0,0 +223336,0,0,0,0,0 +223337,0,0,0,0,0 +223338,0,0,0,0,0 +223339,0,0,0,0,0 +223340,0,0,0,0,0 +223341,0,0,0,0,0 +223342,0,0,0,0,0 +223343,0,0,0,0,0 +223344,0,0,0,0,0 +223345,0,0,0,0,0 +223346,0,0,0,0,0 +223347,0,0,0,0,0 +223348,0,0,0,0,0 +223349,0,0,0,0,0 +223350,0,0,0,0,0 +223351,0,0,0,0,0 +223352,0,0,0,0,0 +223353,0,0,0,0,0 +223354,0,0,0,0,0 +223355,0,0,0,0,0 +223356,0,0,0,0,0 +223357,0,0,0,0,0 +223358,0,0,0,0,0 +223359,0,0,0,0,0 +223360,0,0,0,0,0 +223361,0,0,0,0,0 +223362,0,0,0,0,0 +223363,0,0,0,0,0 +223364,0,0,0,0,0 +223365,0,0,0,0,0 +223366,0,0,0,0,0 +223367,0,0,0,0,0 +223368,0,0,0,0,0 +223369,0,0,0,0,0 +223370,0,0,0,0,0 +223371,0,0,0,0,0 +223372,0,0,0,0,0 +223373,0,0,0,0,0 +223374,0,0,0,0,0 +223375,0,0,0,0,0 +223376,0,0,0,0,0 +223377,0,0,0,0,0 +223378,0,0,0,0,0 +223379,0,0,0,0,0 +223380,0,0,0,0,0 +223381,0,0,0,0,0 +223382,0,0,0,0,0 +223383,0,0,0,0,0 +223384,0,0,0,0,0 +223385,0,0,0,0,0 +223386,0,0,0,0,0 +223387,0,0,0,0,0 +223388,0,0,0,0,0 +223389,0,0,0,0,0 +223390,0,0,0,0,0 +223391,0,0,0,0,0 +223392,0,0,0,0,0 +223393,0,0,0,0,0 +223394,0,0,0,0,0 +223395,0,0,0,0,0 +223396,0,0,0,0,0 +223397,0,0,0,0,0 +223398,0,0,0,0,0 +223399,0,0,0,0,0 +223400,0,0,0,0,0 +223401,0,0,0,0,0 +223402,0,0,0,0,0 +223403,0,0,0,0,0 +223404,0,0,0,0,0 +223405,0,0,0,0,0 +223406,0,0,0,0,0 +223407,0,0,0,0,0 +223408,0,0,0,0,0 +223409,0,0,0,0,0 +223410,0,0,0,0,0 +223411,0,0,0,0,0 +223412,0,0,0,0,0 +223413,0,0,0,0,0 +223414,0,0,0,0,0 +223415,0,0,0,0,0 +223416,0,0,0,0,0 +223417,0,0,0,0,0 +223418,0,0,0,0,0 +223419,0,0,0,0,0 +223420,0,0,0,0,0 +223421,0,0,0,0,0 +223422,0,0,0,0,0 +223423,0,0,0,0,0 +223424,0,0,0,0,0 +223425,0,0,0,0,0 +223426,0,0,0,0,0 +223427,0,0,0,0,0 +223428,0,0,0,0,0 +223429,0,0,0,0,0 +223430,0,0,0,0,0 +223431,0,0,0,0,0 +223432,0,0,0,0,0 +223433,0,0,0,0,0 +223434,0,0,0,0,0 +223435,0,0,0,0,0 +223436,0,0,0,0,0 +223437,0,0,0,0,0 +223438,0,0,0,0,0 +223439,0,0,0,0,0 +223440,0,0,0,0,0 +223441,0,0,0,0,0 +223442,0,0,0,0,0 +223443,0,0,0,0,0 +223444,0,0,0,0,0 +223445,0,0,0,0,0 +223446,0,0,0,0,0 +223447,0,0,0,0,0 +223448,0,0,0,0,0 +223449,0,0,0,0,0 +223450,0,0,0,0,0 +223451,0,0,0,0,0 +223452,0,0,0,0,0 +223453,0,0,0,0,0 +223454,0,0,0,0,0 +223455,0,0,0,0,0 +223456,0,0,0,0,0 +223457,0,0,0,0,0 +223458,0,0,0,0,0 +223459,0,0,0,0,0 +223460,0,0,0,0,0 +223461,0,0,0,0,0 +223462,0,0,0,0,0 +223463,0,0,0,0,0 +223464,0,0,0,0,0 +223465,0,0,0,0,0 +223466,0,0,0,0,0 +223467,0,0,0,0,0 +223468,0,0,0,0,0 +223469,0,0,0,0,0 +223470,0,0,0,0,0 +223471,0,0,0,0,0 +223472,0,0,0,0,0 +223473,0,0,0,0,0 +223474,0,0,0,0,0 +223475,0,0,0,0,0 +223476,0,0,0,0,0 +223477,0,0,0,0,0 +223478,0,0,0,0,0 +223479,0,0,0,0,0 +223480,0,0,0,0,0 +223481,0,0,0,0,0 +223482,0,0,0,0,0 +223483,0,0,0,0,0 +223484,0,0,0,0,0 +223485,0,0,0,0,0 +223486,0,0,0,0,0 +223487,0,0,0,0,0 +223488,0,0,0,0,0 +223489,0,0,0,0,0 +223490,0,0,0,0,0 +223491,0,0,0,0,0 +223492,0,0,0,0,0 +223493,0,0,0,0,0 +223494,0,0,0,0,0 +223495,0,0,0,0,0 +223496,0,0,0,0,0 +223497,0,0,0,0,0 +223498,0,0,0,0,0 +223499,0,0,0,0,0 +223500,0,0,0,0,0 +223501,0,0,0,0,0 +223502,0,0,0,0,0 +223503,0,0,0,0,0 +223504,0,0,0,0,0 +223505,0,0,0,0,0 +223506,0,0,0,0,0 +223507,0,0,0,0,0 +223508,0,0,0,0,0 +223509,0,0,0,0,0 +223510,0,0,0,0,0 +223511,0,0,0,0,0 +223512,0,0,0,0,0 +223513,0,0,0,0,0 +223514,0,0,0,0,0 +223515,0,0,0,0,0 +223516,0,0,0,0,0 +223517,0,0,0,0,0 +223518,0,0,0,0,0 +223519,0,0,0,0,0 +223520,0,0,0,0,0 +223521,0,0,0,0,0 +223522,0,0,0,0,0 +223523,0,0,0,0,0 +223524,0,0,0,0,0 +223525,0,0,0,0,0 +223526,0,0,0,0,0 +223527,0,0,0,0,0 +223528,0,0,0,0,0 +223529,0,0,0,0,0 +223530,0,0,0,0,0 +223531,0,0,0,0,0 +223532,0,0,0,0,0 +223533,0,0,0,0,0 +223534,0,0,0,0,0 +223535,0,0,0,0,0 +223536,0,0,0,0,0 +223537,0,0,0,0,0 +223538,0,0,0,0,0 +223539,0,0,0,0,0 +223540,0,0,0,0,0 +223541,0,0,0,0,0 +223542,0,0,0,0,0 +223543,0,0,0,0,0 +223544,0,0,0,0,0 +223545,0,0,0,0,0 +223546,0,0,0,0,0 +223547,0,0,0,0,0 +223548,0,0,0,0,0 +223549,0,0,0,0,0 +223550,0,0,0,0,0 +223551,0,0,0,0,0 +223552,0,0,0,0,0 +223553,0,0,0,0,0 +223554,0,0,0,0,0 +223555,0,0,0,0,0 +223556,0,0,0,0,0 +223557,0,0,0,0,0 +223558,0,0,0,0,0 +223559,0,0,0,0,0 +223560,0,0,0,0,0 +223561,0,0,0,0,0 +223562,0,0,0,0,0 +223563,0,0,0,0,0 +223564,0,0,0,0,0 +223565,0,0,0,0,0 +223566,0,0,0,0,0 +223567,0,0,0,0,0 +223568,0,0,0,0,0 +223569,0,0,0,0,0 +223570,0,0,0,0,0 +223571,0,0,0,0,0 +223572,0,0,0,0,0 +223573,0,0,0,0,0 +223574,0,0,0,0,0 +223575,0,0,0,0,0 +223576,0,0,0,0,0 +223577,0,0,0,0,0 +223578,0,0,0,0,0 +223579,0,0,0,0,0 +223580,0,0,0,0,0 +223581,0,0,0,0,0 +223582,0,0,0,0,0 +223583,0,0,0,0,0 +223584,0,0,0,0,0 +223585,0,0,0,0,0 +223586,0,0,0,0,0 +223587,0,0,0,0,0 +223588,0,0,0,0,0 +223589,0,0,0,0,0 +223590,0,0,0,0,0 +223591,0,0,0,0,0 +223592,0,0,0,0,0 +223593,0,0,0,0,0 +223594,0,0,0,0,0 +223595,0,0,0,0,0 +223596,0,0,0,0,0 +223597,0,0,0,0,0 +223598,0,0,0,0,0 +223599,0,0,0,0,0 +223600,0,0,0,0,0 +223601,0,0,0,0,0 +223602,0,0,0,0,0 +223603,0,0,0,0,0 +223604,0,0,0,0,0 +223605,0,0,0,0,0 +223606,0,0,0,0,0 +223607,0,0,0,0,0 +223608,0,0,0,0,0 +223609,0,0,0,0,0 +223610,0,0,0,0,0 +223611,0,0,0,0,0 +223612,0,0,0,0,0 +223613,0,0,0,0,0 +223614,0,0,0,0,0 +223615,0,0,0,0,0 +223616,0,0,0,0,0 +223617,0,0,0,0,0 +223618,0,0,0,0,0 +223619,0,0,0,0,0 +223620,0,0,0,0,0 +223621,-33.90610917,3075.824815,2619.258059,-8.319560758,-318.9380434 +223622,448.8070704,301.68673,2906.55333,211.0700717,562.2720671 +223623,461.6770905,278.1522897,2729.452691,216.6382144,591.9624999 +223624,454.1626654,273.8814545,678.1518665,212.8951761,584.432224 +223625,441.3861227,279.1628101,650.035731,206.8681866,565.8096883 +223626,430.1327746,286.4020797,651.8117757,201.6700664,548.3004635 +223627,420.6422696,292.2219965,804.3353928,197.3811316,532.6973853 +223628,413.2285342,296.7409329,1111.416641,194.1068679,519.9554121 +223629,406.8160688,371.1809535,864.6607071,191.3282176,508.3831743 +223630,401.602129,433.2753671,954.6879566,189.1163115,498.5065539 +223631,394.4816333,406.6442154,986.9409009,186.0509587,484.791678 +223632,387.9904875,433.5499293,1001.171912,183.2644381,471.6641364 +223633,382.0798778,443.8178631,1014.929033,180.7326287,459.1960879 +223634,376.6453199,453.7505997,1028.066561,178.4091567,447.3970662 +223635,371.6136224,463.3952201,1041.097196,176.2613409,436.244104 +223636,366.9287215,473.3330455,1054.596283,174.2622051,425.6990711 +223637,362.5566722,482.9470247,1067.786917,172.3956244,415.7195403 +223638,358.4610938,492.8920656,1080.632671,170.6438944,406.2625903 +223639,354.6168093,502.6469763,1093.882135,168.9958351,397.2863487 +223640,350.9966072,512.4648429,1106.755748,167.4392227,388.7506021 +223641,347.5748797,522.1670153,1120.225692,165.9626996,380.617316 +223642,344.3292678,532.2389598,1133.101377,164.5565973,372.8509522 +223643,341.2406005,541.9669579,1146.192861,163.2128437,365.4186797 +223644,338.2923498,551.9094963,1159.213374,161.9246327,358.2903908 +223645,335.4701794,561.7917865,1172.202907,160.6861648,351.4386817 +223646,332.7614868,571.7395931,1185.160443,159.4924102,344.8384848 +223647,330.1556459,581.6102539,1198.081374,158.3392044,338.4677869 +223648,327.6430502,591.4245178,1210.965184,157.2228063,332.3060649 +223649,325.2155048,601.6513516,1223.807014,156.1400718,326.3351414 +223650,322.8658575,611.4966433,1236.607063,155.088284,320.5386208 +223651,320.5879089,620.1890823,1247.020748,154.0651122,314.9018208 +223652,318.376866,629.352996,1256.971315,153.0702945,309.4115507 +223653,316.228285,637.4994747,1266.949485,152.103169,304.0559391 +223654,314.1379298,646.2015881,1276.480163,151.1623812,298.8243121 +223655,312.1019029,654.6276638,1286.197161,150.2463044,293.7070876 +223656,310.1167107,662.8352615,1295.436949,149.353365,288.695631 +223657,308.1792868,671.4981191,1304.508652,148.4821769,283.7822044 +223658,306.2869043,679.6425712,1314.009376,147.631526,278.9597918 +223659,304.4371671,687.9282579,1322.917785,146.800358,274.2220995 +223660,302.6279048,696.1329403,1331.691302,145.9877207,269.5633726 +223661,300.8571987,704.0523395,1340.595871,145.1927707,264.9784484 +223662,299.1232937,712.5572213,1349.124184,144.4147334,260.4625913 +223663,297.4246193,720.4401858,1357.711526,143.6529118,256.0115304 +223664,295.7597288,728.5184954,1366.043197,142.9066607,251.6213395 +223665,294.1273091,736.5113552,1374.177347,142.175391,247.2884545 +223666,292.5261439,744.4659967,1382.546407,141.4585539,243.0095938 +223667,290.9551356,752.3813343,1390.51025,140.7556508,238.7825004 +223668,289.413261,760.2589927,1398.325235,140.0662143,234.6037677 +223669,287.8995757,767.8370991,1406.412639,139.3898099,230.4702796 +223670,286.4131878,776.0620569,1413.923066,138.7260247,226.3794623 +223671,284.9532722,783.9117432,1421.496857,138.0744742,222.3292075 +223672,283.5190274,791.2309507,1428.981966,137.4347829,218.317588 +223673,282.1097169,799.1734471,1436.37067,136.806604,214.3428876 +223674,280.7246125,806.7656077,1443.650302,136.1895933,210.403431 +223675,279.363053,818.718544,1450.776055,135.5834364,206.4977262 +223676,278.0243865,828.5382044,1457.974483,134.9878227,202.6243197 +223677,276.7080112,838.408609,1464.760835,134.4024639,198.7819088 +223678,275.4133353,848.2331713,1471.745415,133.8270763,194.969228 +223679,274.1398018,857.6452427,1478.443335,133.2613915,191.1851287 +223680,272.8868667,867.7767177,1485.094572,132.7051475,187.4284976 +223681,272.325283,1306.808559,2465.442014,132.4632172,184.9188089 +223682,290.2193942,1330.965338,2470.641066,140.7492095,216.9958869 +223683,317.7418809,1350.234196,2512.533075,153.358693,267.9866241 +223684,345.7435425,1367.880392,2525.406815,166.0052848,321.419645 +223685,370.3187136,1384.50999,2551.607255,176.9087412,369.921158 +223686,391.0041883,1400.414158,2562.258053,185.9148908,412.19816 +223687,408.5055407,1415.802811,2585.452823,193.4060051,449.1210217 +223688,423.5876789,1431.013166,2600.301294,199.7702716,481.7687627 +223689,436.7662134,1445.545764,2618.7539,205.2768712,510.9019136 +223690,448.3710895,1460.185171,2626.228854,418.2226467,537.008075 +223691,857.702543,1474.37456,2628.879035,360.6204378,560.4406659 +223692,829.2729965,1488.386827,2627.575219,374.0246121,581.4956141 +223693,804.7903105,1502.10717,2627.496481,394.7941137,600.4369149 +223694,859.6416305,1515.802866,2628.230041,405.5010312,617.5021355 +223695,880.7781531,1529.234858,2630.029745,415.6024041,632.9036728 +223696,901.2834908,1542.322006,2632.271037,425.4827479,646.8296329 +223697,920.1451257,1555.559844,2635.115404,435.142566,659.4457729 +223698,939.2778342,1568.431823,2638.110492,444.5060847,670.897913 +223699,958.2309992,1581.227211,2641.320561,454.0675536,681.3142819 +223700,976.3278526,1599.612478,2644.690647,462.7383583,690.8076273 +223701,994.0527841,1607.783492,2648.169447,471.9771966,699.4771712 +223702,1012.032545,1626.77973,2651.911836,480.4503208,707.4102148 +223703,1029.075083,1631.578079,2655.533024,489.3108133,714.6836232 +223704,1046.057623,1624.523034,2659.145492,497.755286,721.3650972 +223705,1062.398637,1666.189548,2662.743864,505.8280316,727.5143418 +223706,1079.24143,1663.664149,2666.33204,513.9367146,733.1839766 +223707,1095.419837,1678.334508,2669.880063,522.1660495,738.4205191 +223708,1110.712395,1689.839892,2673.388366,529.9101242,743.2650443 +223709,1126.518173,1701.308054,2676.849943,537.6787181,747.5541755 +223710,1141.745097,1712.570736,2680.2554,545.294711,751.3802385 +223711,1156.19726,1723.597904,2683.559096,552.4926666,1074.608045 +223712,1171.460712,1734.547758,2687.094515,559.9944925,997.4993152 +223713,1185.464178,1745.082019,2690.264002,566.9585432,1013.026478 +223714,1199.45559,1755.850021,2693.337247,573.9689985,1044.548678 +223715,1213.508802,1766.317978,2696.32812,580.8309231,1059.135654 +223716,1227.137407,1776.538875,2699.228867,587.5806524,1074.116963 +223717,1201.514744,1769.031728,2661.653856,576.2949864,1017.167744 +223718,1134.710028,1741.136389,2518.799555,546.751834,888.7179305 +223719,1324.081504,1826.603433,2494.086843,632.0759221,1231.760285 +223720,1248.294853,1800.253112,2475.053268,598.2019996,1075.103333 +223721,1278.956461,1817.600265,2466.863601,613.6413113,1124.814977 +223722,1293.256074,1826.768157,2456.985551,619.6902772,1139.11517 +223723,1305.450845,1837.290798,2446.36744,626.1382274,1151.481843 +223724,1317.899934,1846.563137,2436.031929,632.1434296,1163.528903 +223725,1329.670193,1855.337481,2425.65282,637.9389827,1175.212652 +223726,1341.902053,1865.029116,2415.634836,643.9085046,1186.871152 +223727,1353.252556,1873.753898,2405.83892,649.6015926,1197.916513 +223728,1362.963586,1879.366825,2395.664164,654.1435386,1207.517472 +223729,1560.935744,1981.396537,2570.421512,744.6456506,1549.936126 +223730,1117.979998,1781.077574,2409.810768,545.4820926,729.7711316 +223731,1706.800933,2045.615049,2593.775836,810.5478877,1807.652243 +223732,1114.588045,1790.398375,2421.014317,545.0521098,700.002737 +223733,1728.582425,2073.776975,2601.463762,821.2468442,1827.921902 +223734,1134.747109,1789.224618,2424.148159,554.9620854,717.9089644 +223735,1750.781129,2087.521816,2603.410136,832.0461968,1848.934607 +223736,1154.508024,1818.946325,2422.731337,564.8049016,735.3510441 +223737,1772.497075,2105.647075,2601.505554,842.5809576,1868.818141 +223738,1174.066041,1822.328101,2419.438891,574.3846029,752.4498479 +223739,1811.282467,2133.582378,2598.737163,852.8429048,1887.911374 +223740,1166.601006,1827.789787,2416.248534,583.7743046,768.9106153 +223741,2216.572407,2331.506468,2607.977095,1031.118466,2585.341942 +223742,1807.079855,2081.711824,2621.999047,845.6996652,1921.517256 +223743,1924.199681,2231.455719,2635.956164,921.7485025,2121.078286 +223744,1956.821408,2181.286866,2645.178296,915.1324783,2118.302393 +223745,1947.631625,2204.148959,2653.574736,919.9902845,2125.980281 +223746,1961.675792,2210.100035,2662.089738,925.2196013,2147.638558 +223747,1971.755284,2217.077258,2670.86021,930.198048,2134.609646 +223748,1981.92958,2224.720234,2679.935317,935.1406382,2160.786676 +223749,1991.845449,2232.06039,2689.26775,940.0067701,2162.253863 +223750,2001.634086,2245.824628,2698.638758,944.7482573,2173.953567 +223751,2011.287735,2243.498622,2707.234974,949.5594129,2182.577923 +223752,2020.92508,2254.490226,2715.289775,954.1119268,2191.410002 +223753,2030.154478,2260.697636,2721.961567,958.7951207,2200.336788 +223754,2039.436345,2267.268999,2728.512534,963.2749531,2214.25647 +223755,2048.655433,2273.852503,2736.356269,967.6704298,2214.570027 +223756,2057.512468,2280.098326,2740.584152,972.1017527,2226.365248 +223757,2066.712727,2286.609217,2745.197109,976.4158442,2234.165183 +223758,2075.514087,2292.597524,2749.507296,980.7840302,2241.761301 +223759,2083.911566,2298.950175,2753.586203,984.9925611,2249.873271 +223760,2092.559609,2304.86064,2757.423184,989.2017344,2257.585772 +223761,2101.016274,2310.80975,2761.016745,993.3538452,2265.017079 +223762,2109.398126,2316.562825,2764.384652,997.4584582,2272.790337 +223763,2117.689456,2322.276212,2767.54592,1001.516499,2280.064735 +223764,2125.892831,2327.9888,2772.454318,1005.52787,2287.513648 +223765,2134.00594,2333.231076,2774.16885,1009.497904,2294.262531 +223766,2142.037843,2338.757436,2776.3516,1013.420186,2301.719143 +223767,2150.10554,2344.01846,2778.639211,1017.301271,2308.53107 +223768,2157.788284,2349.273206,2780.905866,1021.139843,2315.188984 +223769,2165.664762,2354.252456,2783.099272,1024.87802,2322.237886 +223770,2173.357514,2359.281211,2785.195218,1028.722742,2334.099784 +223771,2180.585792,2363.643469,2787.251426,1032.311246,2327.487287 +223772,2187.995369,2367.690238,2789.00531,1035.733635,2349.598944 +223773,2195.027531,2371.658671,2790.711594,1039.224843,2345.86981 +223774,2207.472247,2375.439027,2792.111606,1042.61528,2354.18021 +223775,2204.145511,2379.098629,2793.308538,1045.968141,2360.940497 +223776,2234.015137,2382.629102,2794.392758,1049.276527,2366.386887 +223777,2195.814656,2386.029817,2795.380882,1052.541613,2372.530858 +223778,2242.67047,2389.285263,2796.266322,1055.764566,2378.411882 +223779,2232.897425,2392.474513,2797.127244,1058.946512,2389.727106 +223780,2242.734537,2395.482191,2797.707769,1062.088737,2382.712034 +223781,2248.993819,2398.404028,2798.146294,1065.191644,2402.364763 +223782,2255.52708,2401.208343,2798.647559,1068.256382,2399.630221 +223783,2261.868402,2403.899987,2798.964729,1071.283849,2406.026237 +223784,2268.162915,2406.470317,2799.336461,1074.27475,2412.163348 +223785,2274.394385,2408.943398,2799.472987,1077.167685,2417.219229 +223786,2280.563906,2411.310921,2799.659501,1080.180243,2427.113377 +223787,2286.672331,2413.529507,2799.750238,1083.750459,2426.121185 +223788,2292.721552,2415.6874,2799.575998,1086.506035,2432.106046 +223789,2298.841672,2417.73487,2799.297874,1089.493979,2437.689864 +223790,2304.580972,2419.665788,2799.14484,1092.184591,2447.187256 +223791,2310.554217,2421.508993,2798.945988,1095.277585,2446.285598 +223792,2316.359313,2423.176757,2798.476169,1097.78058,2451.085006 +223793,2321.999285,2424.923643,2798.016552,1100.918132,2461.224288 +223794,2327.918359,2426.382399,2797.58433,1103.097252,2460.836921 +223795,2333.495796,2427.968465,2798.61674,1105.931953,2465.27843 +223796,2339.131608,2429.048877,2796.862549,1109.545127,2473.245917 +223797,2344.707693,2430.432818,2795.719979,1110.445001,2473.654759 +223798,2350.366633,2431.566176,2794.726932,1115.543102,2480.308703 +223799,2355.638633,2432.602878,2793.732469,1114.631376,2480.981771 +223800,2361.169238,2433.552389,2792.569113,1122.249705,2482.868783 +223801,2373.099982,2437.055105,2791.24086,1122.347506,2483.183474 +223802,2379.740923,2438.530151,2789.984048,1131.384204,2482.887374 +223803,2386.008961,2439.451742,2788.662376,1126.412118,2482.810124 +223804,2392.131599,2440.273626,2787.178649,1118.111419,2482.8075 +223805,2398.260037,2440.956945,2785.4725,1143.334554,2482.768283 +223806,2403.939973,2441.513381,2783.555583,1134.683646,2482.667783 +223807,2414.535206,2441.962148,2781.503647,1139.795966,2482.564073 +223808,2413.761028,2442.308058,2779.367862,1142.500303,2482.492527 +223809,2434.171736,2442.695465,2778.882861,1145.099191,2484.534542 +223810,2404.116984,2442.727714,2777.418108,1147.670417,2485.508243 +223811,2443.879205,2442.671554,2773.80046,1150.213864,2483.973097 +223812,2435.404448,2442.758801,2770.861401,1152.797725,2483.314548 +223813,2443.357764,2442.605116,2768.167507,1155.192212,2482.991353 +223814,2449.029392,2442.388579,2765.599309,1157.707505,2482.859906 +223815,2454.215822,2442.232953,2764.810819,1160.076548,2484.929963 +223816,2459.667943,2441.719895,2763.078258,1162.596644,2485.919276 +223817,2464.963615,2441.269956,2760.94747,1164.949149,2486.481368 +223818,2470.237972,2440.708069,2758.596736,1167.336869,2486.813321 +223819,2475.470126,2439.910054,2754.390971,1169.759715,2484.914417 +223820,2480.810854,2439.294752,2751.069333,1171.994299,2484.079593 +223821,2485.760455,2438.588506,2749.820918,1174.358383,2485.754052 +223822,2501.392925,2437.551153,2747.767396,1176.640604,2486.477014 +223823,2480.556231,2436.590183,2745.424108,1178.914783,2486.878737 +223824,2508.405668,2435.371137,2741.199332,1181.167871,2485.014463 +223825,2504.607582,2434.468037,2739.542359,1183.405114,2486.257559 +223826,2511.010032,2432.923002,2735.526314,1185.687866,2484.639785 +223827,2516.033587,2431.798888,2732.251247,1187.712339,2483.913085 +223828,2521.08409,2430.273033,2729.248087,1190.043955,2483.507524 +223829,2525.748503,2428.881593,2728.104908,1192.145102,2485.361484 +223830,2542.582773,2427.116168,2724.317918,1194.295169,2484.025667 +223831,2517.698677,2425.567264,2721.152032,1196.328405,2483.445503 +223832,2548.628281,2423.954806,2719.91937,1198.324327,2485.220785 +223833,2542.687041,2421.88979,2716.046863,1200.29183,2483.819809 +223834,2549.441691,2420.252741,2714.492961,1202.239937,2485.254314 +223835,2560.88379,2418.000362,2710.430558,1204.230773,2483.661213 +223836,2548.640932,2416.079977,2707.034727,1206.030137,2482.878196 +223837,2566.521978,2414.016509,2705.608651,1207.961927,2484.475627 +223838,2566.828395,2411.667339,2703.314409,1209.810331,2485.03671 +223839,2580.254988,2409.362301,2700.658044,1211.651086,2485.162842 +223840,2562.985691,2406.956084,2697.835582,1213.474109,2485.080524 +223841,2608.459422,2404.316133,2693.157596,1215.206886,2482.723949 +223842,2550.872803,2401.857705,2689.408528,1217.101211,2481.46022 +223843,2627.974307,2399.285238,2688.003392,1218.893012,2483.017606 +223844,2558.25481,2396.325239,2684.153503,1220.544532,2481.598719 +223845,2632.476846,2393.627943,2681.031569,1222.333371,2481.052253 +223846,2569.373761,2390.685032,2678.071582,1224.039558,2480.689251 +223847,2639.679795,2387.689347,2675.095741,1225.740358,2480.527553 +223848,2597.961609,2384.59007,2672.328857,1227.42491,2480.359999 +223849,2618.197635,2381.42387,2669.361846,1229.0931,2479.928215 +223850,2619.946677,2378.162358,2666.556693,1230.745448,2479.675232 +223851,2623.695612,2374.863791,2663.98121,1232.381937,2479.68577 +223852,2627.787764,2371.61631,2661.49201,1234.002777,2479.786873 +223853,2631.707131,2367.866138,2659.046745,1235.683,2479.926565 +223854,2635.734145,2364.37995,2656.622628,1237.161804,2480.074454 +223855,2639.591165,2360.687055,2654.211061,1238.790544,2480.216399 +223856,2643.343746,2356.978639,2651.807438,1240.265477,2480.343079 +223857,2647.5061,2353.145297,2649.412785,1241.921754,2480.452461 +223858,2651.184729,2349.237719,2647.023486,1243.400765,2480.537352 +223859,2655.077316,2345.218152,2644.635266,1244.929692,2480.590139 +223860,2658.820315,2341.201297,2642.251358,1246.43372,2480.612665 +223861,2528.633452,2277.872642,2637.074636,1194.731637,2476.627374 +223862,2573.169036,2280.203522,2624.573884,1195.155659,2461.962217 +223863,2517.30001,2266.116925,2609.71058,1197.813518,2443.206024 +223864,2571.137583,2260.738259,2596.639475,1198.799282,2425.965909 +223865,2531.233002,2255.369862,2586.144933,1199.978746,2411.66133 +223866,2564.218469,2250.002955,2577.884547,1201.082688,2400.169944 +223867,2549.263523,2244.612965,2571.292421,1202.199086,2390.943915 +223868,2557.456998,2239.334098,2567.452584,1203.316775,2385.358115 +223869,2559.624931,2233.859867,2561.647378,1204.504991,2377.671109 +223870,2562.143825,2228.504548,2556.84767,1205.432198,2371.645807 +223871,2564.956854,2223.177873,2552.55616,1206.704451,2366.545757 +223872,2567.807735,2217.5071,2548.65907,1207.745082,2362.092586 +223873,2570.50268,2212.009978,2545.081658,1208.856391,2358.121947 +223874,2573.227881,2206.4801,2541.755787,1209.952407,2354.526857 +223875,2576.335073,2200.825188,2538.625611,1211.043412,2351.234725 +223876,2579.058497,2195.126284,2535.448573,1212.129381,2348.18523 +223877,2581.848289,2189.42457,2532.586572,1213.210623,2345.328047 +223878,2584.816344,2183.673107,2529.818333,1214.286921,2342.631531 +223879,2587.635991,2178.003064,2527.125361,1215.358732,2340.071631 +223880,2590.266819,2171.907014,2524.491933,1216.425869,2337.624319 +223881,2593.438809,2166.087718,2521.916096,1217.488859,2335.280728 +223882,2596.148776,2160.164784,2519.395718,1218.623599,2333.031839 +223883,2599.0161,2154.110592,2516.92065,1219.564731,2330.859575 +223884,2601.888372,2148.108975,2514.486881,1220.669795,2328.754192 +223885,2604.705454,2141.984023,2512.092932,1221.705657,2326.709717 +223886,2607.572772,2136.022195,2509.735716,1222.748988,2324.718802 +223887,2610.276374,2129.610383,2507.413557,1223.789598,2322.77629 +223888,2613.309661,2123.472932,2505.129311,1224.826865,2320.883037 +223889,2616.031595,2117.223107,2502.881297,1225.861359,2319.034721 +223890,2618.967195,2110.878145,2500.859203,1226.892803,2317.221752 +223891,2621.530844,2104.400845,2498.656668,1227.749446,2315.434957 +223892,2624.158448,2097.912031,2496.458602,1228.855568,2313.658918 +223893,2634.513436,2091.089689,2494.397032,1229.716438,2312.056412 +223894,2618.150264,2074.360197,2492.273095,1230.704444,2310.380166 +223895,2644.570188,2092.297589,2492.02437,1231.608554,2311.004267 +223896,2630.558406,2044.62357,2489.385226,1232.572528,2308.719876 +223897,2638.140813,2093.466269,2487.325232,1233.466136,2307.144367 +223898,2640.407461,2024.63089,2485.497036,1234.37965,2305.839321 +223899,2642.677711,2063.558822,2483.824713,1235.370526,2304.713157 +223900,2645.239938,2055.915269,2482.144133,1236.164058,2303.569228 +223901,2647.906026,2032.816262,2482.248008,1237.125833,2304.607473 +223902,2650.236205,2027.958887,2479.74914,1238.012362,2302.467318 +223903,2652.814292,2019.964613,2477.865536,1238.910637,2301.06944 +223904,2655.465011,2010.123888,2477.912958,1239.804277,2302.22219 +223905,2657.481556,2013.799735,2475.343502,1240.690916,2299.951858 +223906,2660.406824,1985.300653,2473.41771,1241.578159,2298.446467 +223907,2662.91373,2006.418789,2473.444106,1242.46118,2299.309863 +223908,2665.247898,1973.840197,2472.610867,1243.338562,2299.119251 +223909,2667.797789,1982.706178,2471.458211,1244.214614,2298.538333 +223910,2670.053508,1970.009942,2468.407378,1245.085802,2295.617539 +223911,2672.652557,1963.947561,2466.242187,1245.956323,2293.74428 +223912,2675.249692,1978.591257,2466.135539,1246.82343,2294.35989 +223913,2677.594703,1918.336965,2465.309019,1247.686288,2294.086072 +223914,2679.863735,1981.91577,2462.469565,1248.546641,2291.340543 +223915,2682.591613,1896.878534,2462.183728,1249.407308,2291.705843 +223916,2684.648004,1944.602783,2461.290796,1250.262365,2291.314573 +223917,2687.419676,1917.29154,2460.135331,1251.117014,2290.594378 +223918,2689.471786,1913.439426,2457.144422,1251.968524,2287.605372 +223919,2692.295061,1906.377132,2456.801408,1252.820876,2287.834199 +223920,2694.374614,1899.159199,2454.153241,1253.667782,2285.211462 +223921,2456.201609,1781.442661,2449.621195,1145.324134,2280.791621 +223922,2452.073959,1771.485211,2430.111632,1143.330671,2254.739167 +223923,2450.498596,1762.154439,2405.482487,1142.266618,2220.356265 +223924,2449.456915,1753.239654,2384.307845,1141.476119,2188.711414 +223925,2448.49831,1744.502394,2368.082046,1140.865566,2163.321536 +223926,2448.37312,1735.899927,2356.26026,1140.444418,2143.495725 +223927,2447.955015,1727.397622,2349.193841,1139.840462,2129.945659 +223928,2447.719133,1719.073762,2341.982325,1139.634006,2116.002634 +223929,2447.684777,1710.444596,2336.090903,1139.246557,2104.810985 +223930,2447.697057,1702.358663,2332.926407,1139.039838,2097.510733 +223931,2447.633812,1694.007521,2327.664643,1138.661054,2088.256603 +223932,2447.788044,1685.815546,2323.61873,1138.400166,2080.735912 +223933,2447.912983,1677.654636,2320.113181,1138.279893,2074.26037 +223934,2448.097936,1669.428444,2316.770852,1138.028388,2068.567853 +223935,2448.362132,1661.520767,2313.873024,1137.934648,2063.49343 +223936,2448.576665,1670.891071,2311.13552,1137.662937,2058.878761 +223937,2448.928677,1620.44993,2310.477124,1137.573079,2056.840144 +223938,2449.252854,1661.496373,2306.894129,1137.430035,2051.882135 +223939,2449.625656,1609.965302,2304.137575,1137.320625,2047.882481 +223940,2450.117222,1629.997305,2303.360673,1137.151011,2046.470675 +223941,2450.465005,1612.385334,2300.067229,1137.252436,2042.078789 +223942,2451.08776,1606.281705,2299.14285,1136.953543,2040.726671 +223943,2451.500054,1598.839567,2295.831762,1137.148772,2036.51827 +223944,2452.138526,1591.205429,2293.231318,1136.942047,2033.259255 +223945,2452.725518,1583.81949,2290.914659,1136.984611,2030.405191 +223946,2453.358064,1576.240245,2288.765841,1136.968345,2027.808444 +223947,2454.080252,1568.941367,2288.437189,1136.978997,2027.515503 +223948,2454.657932,1561.524472,2285.539263,1136.998423,2024.099528 +223949,2455.510148,1554.437845,2284.963837,1137.040743,2023.596116 +223950,2456.177706,1547.216711,2281.969243,1137.088002,2020.129455 +223951,2456.974362,1540.135757,2281.369345,1137.145166,2019.642896 +223952,2457.626431,1533.113014,2278.38884,1137.204125,2016.226511 +223953,2458.509274,1526.172192,2276.11576,1137.282673,2013.690402 +223954,2459.254793,1519.313271,2274.118756,1137.295539,2011.494537 +223955,2459.916206,1512.531369,2272.280511,1137.507801,2009.497258 +223956,2461.092245,1505.926757,2272.251972,1137.645799,2009.751193 +223957,2461.731121,1499.247801,2269.652549,1137.594318,2006.841262 +223958,2462.725801,1492.807557,2267.656758,1137.899824,2004.681221 +223959,2463.700061,1488.963638,2267.764706,1138.063245,2004.88492 +223960,2464.524351,1484.255797,2264.956799,1138.049449,2001.964355 +223961,2465.636644,1479.277682,2264.855145,1138.467507,2001.929735 +223962,2466.552942,1474.671978,2263.850208,1138.479316,2001.021301 +223963,2467.540453,1469.923137,2260.937499,1138.666423,1997.692484 +223964,2468.677694,1465.428512,2260.490902,1138.980645,1997.46817 +223965,2469.671194,1460.765974,2259.45324,1139.149071,1996.479986 +223966,2470.752607,1456.390432,2256.567481,1139.394084,1993.135276 +223967,2471.912937,1452.026601,2256.17584,1139.642231,1992.929454 +223968,2472.916994,1447.756254,2253.547462,1139.896766,1989.869831 +223969,2474.141146,1443.583546,2251.654575,1140.165968,1987.720503 +223970,2475.288357,1439.405391,2250.05687,1140.444249,1985.922686 +223971,2476.546918,1435.555488,2250.285512,1140.734501,1986.430156 +223972,2477.661311,1431.597397,2248.043592,1141.032398,1983.805835 +223973,2478.972699,1427.864474,2248.069552,1141.344576,1984.053542 +223974,2480.081405,1424.55981,2245.742911,1141.66259,1981.309137 +223975,2481.505207,1421.414325,2245.915224,1142.821133,1981.494198 +223976,2482.613234,1418.351157,2243.400248,1143.79082,1978.719459 +223977,2483.850936,1415.36173,2241.752995,1144.829034,1976.791804 +223978,2485.381845,1412.433151,2240.379079,1145.955588,1975.180663 +223979,2486.67228,1409.656462,2240.91996,1147.287832,1975.844119 +223980,2487.982188,1406.613932,2240.571502,1148.515875,1975.456028 +223981,2728.659877,1510.884575,2241.007147,1256.850748,1976.001578 +223982,2731.313132,1510.4123,2258.410207,1260.670287,2000.007832 +223983,2737.633997,1509.276687,2281.124357,1263.860371,2032.721048 +223984,2741.786928,1507.943778,2300.3757,1266.930421,2061.862298 +223985,2745.684778,1507.005018,2314.114682,1269.947363,2084.657669 +223986,2749.390214,1505.377741,2323.378642,1272.959516,2101.723858 +223987,2752.964315,1504.086106,2329.619995,1275.992768,2114.613316 +223988,2757.534028,1502.851551,2335.672658,1279.062691,2126.735395 +223989,2760.369285,1501.426354,2337.93087,1282.176348,2133.616878 +223990,2764.584674,1500.085886,2341.655574,1285.340746,2141.76658 +223991,2767.841105,1498.904937,2342.610922,1288.556568,2145.741258 +223992,2771.419195,1497.537951,2343.64889,1291.91122,2149.59773 +223993,2775.716406,1496.254372,2346.359156,1295.11308,2155.087994 +223994,2785.885467,1495.137902,2346.525471,1300.74321,2157.083376 +223995,2773.711016,1493.835869,2347.033133,1302.130875,2159.159402 +223996,2795.112211,1492.616894,2347.589897,1310.126953,2161.000145 +223997,2789.263573,1491.57182,2348.365654,1304.579922,2162.841331 +223998,2792.801086,1490.334555,2349.011171,1328.53854,2164.30269 +223999,2797.172274,1489.182978,2349.588409,1291.328629,2165.677749 +224000,2801.108681,1488.205198,2350.217928,1332.341859,2166.738337 +224001,2804.962403,1487.035723,2352.505458,1321.121778,2169.687615 +224002,2814.146776,1485.94581,2352.284069,1327.529587,2169.435173 +224003,2810.621436,1485.035862,2352.649202,1331.505894,2169.784774 +224004,2814.295721,1483.832974,2352.992752,1335.580067,2170.003923 +224005,2819.458577,1482.947041,2355.040674,1339.630539,2172.225255 +224006,2822.616831,1482.031005,2356.221443,1343.594469,2173.317909 +224007,2832.053963,1480.996259,2355.528698,1347.794411,2172.032529 +224008,2822.13154,1480.032731,2357.13127,1351.983259,2173.513983 +224009,2837.747199,1479.240846,2356.299123,1356.232571,2171.92288 +224010,2837.685138,1478.25142,2358.03049,1360.550406,2173.441596 +224011,2839.224519,1477.26291,2359.055174,1364.820248,2174.041336 +224012,2849.522447,1476.297724,2359.839854,1369.220573,2174.337072 +224013,2846.139701,1475.346892,2358.864374,1373.44193,2172.43473 +224014,2847.511198,1474.409706,2358.542251,1377.914735,2171.517728 +224015,2856.968651,1473.483841,2358.58019,1382.356159,2170.780836 +224016,2856.510093,1472.569979,2358.909597,1386.860695,2170.387072 +224017,2857.149597,1471.760535,2359.208061,1391.415251,2169.939662 +224018,2858.887061,1470.734133,2359.35657,1396.019945,2169.316144 +224019,2861.273011,1469.920536,2359.455495,1400.671202,2168.621698 +224020,2861.038996,1469.039879,2359.477831,1405.377577,2167.83781 +224021,2860.368745,1468.184084,2359.348634,1410.131121,2166.853195 +224022,2859.708567,1467.339996,2359.029067,1414.935094,2165.635417 +224023,2859.09162,1466.50742,2358.566296,1419.788868,2164.413762 +224024,2858.515383,1465.685986,2357.977271,1429.336279,2162.815121 +224025,2858.01582,1464.875972,2357.320784,1426.843158,2161.11369 +224026,2857.536651,1464.07686,2356.584344,1452.20759,2159.316817 +224027,2857.164219,1463.289036,2355.859819,1411.982297,2157.521967 +224028,2856.883879,1462.511809,2355.126535,1458.426394,2155.723709 +224029,2856.55896,1461.74569,2354.332589,1447.001185,2154.039868 +224030,2856.243798,1460.89822,2353.508821,1454.891683,2152.089356 +224031,2855.985646,1460.289818,2352.692942,1460.528585,2150.139988 +224032,2855.749517,1459.490614,2351.863158,1465.600712,2148.187995 +224033,2858.230848,1458.781465,2352.760881,1471.027089,2147.982372 +224034,2856.671763,1458.067052,2351.077544,1476.399772,2145.120707 +224035,2855.910727,1457.36467,2349.88689,1493.080436,2142.922342 +224036,2855.432819,1456.671044,2348.863205,1470.762865,2140.721726 +224037,2855.142355,1455.987667,2347.928943,1500.861381,2138.860865 +224038,2854.896843,1455.313896,2347.003181,1496.711529,2136.835432 +224039,2854.690306,1454.650164,2346.10897,1504.010728,2134.83488 +224040,2854.524525,1453.995826,2345.222082,1515.430814,2132.853982 +224041,2855.079688,1476.065283,2345.081241,1529.903447,2132.495761 +224042,2858.346938,1476.320947,2346.550221,1557.898149,2134.519126 +224043,2865.527972,1476.311295,2350.497501,1557.235325,2139.972794 +224044,2868.39977,1476.088405,2351.787954,1534.87938,2142.634325 +224045,2871.464185,1475.786255,2353.281619,1592.57279,2145.420483 +224046,2873.90681,1475.421226,2354.423676,1560.781741,2147.763841 +224047,2875.687671,1475.0172,2355.156972,1579.733601,2149.565867 +224048,2877.291,1474.58632,2355.76827,1584.956108,2151.166865 +224049,2878.982986,1474.136464,2356.418013,1590.757662,2152.75962 +224050,2880.772314,1473.671167,2357.112183,1597.344381,2154.352202 +224051,2882.631026,1473.193804,2357.836996,1603.709489,2155.930701 +224052,2884.520148,1472.705379,2358.571387,1610.178551,2157.472572 +224053,2886.413285,1472.207902,2359.30074,1616.523631,2158.962786 +224054,2890.98597,1471.70264,2361.731825,1623.230339,2162.727756 +224055,2891.403935,1471.186808,2361.535346,1629.635321,2163.011506 +224056,2892.645068,1470.666811,2361.854661,1636.23875,2163.89016 +224057,2894.138185,1470.138703,2362.312223,1642.696342,2164.892 +224058,2898.453382,1469.605379,2364.548314,1649.512522,2168.063362 +224059,2898.810741,1469.063297,2364.27561,1661.897887,2168.104751 +224060,2900.037713,1468.518683,2364.547282,1660.140053,2168.794109 +224061,2901.435644,1467.96733,2364.907862,1670.351498,2169.56073 +224062,2902.993137,1467.41104,2365.35173,1676.773196,2170.402413 +224063,2904.65948,1466.850384,2365.852319,1683.242258,2171.293511 +224064,2906.359272,1466.284948,2366.366574,1690.097285,2172.186598 +224065,2908.07668,1465.715727,2367.080719,1696.744016,2173.075904 +224066,2909.807142,1465.14221,2367.597151,1703.745585,2173.9608 +224067,2911.546674,1464.565305,2368.110501,1710.536533,2174.839461 +224068,2913.290683,1463.984517,2368.622543,1717.456885,2175.709127 +224069,2915.038773,1463.40071,2369.134757,1724.210443,2176.570219 +224070,2916.795156,1462.813407,2369.649675,1731.36583,2177.426779 +224071,2918.556817,1462.242394,2370.164687,1738.207966,2178.277166 +224072,2920.315855,1461.672676,2370.676764,1745.160901,2179.116457 +224073,2922.072351,1461.103266,2371.187232,1751.957706,2179.945559 +224074,2924.117145,1460.533265,2371.698642,1759.134493,2180.768007 +224075,2925.980588,1459.963281,2372.291963,1771.451438,2181.892606 +224076,2927.832364,1459.392623,2372.882774,1771.056636,2182.801181 +224077,2929.542748,1458.821933,2373.381597,1780.502906,2183.58733 +224078,2931.263064,1458.250904,2373.880498,1787.849227,2184.369309 +224079,2933.031653,1457.680049,2374.402725,1794.537599,2185.177763 +224080,2934.800115,1457.108991,2374.918277,1801.670157,2185.97627 +224081,2936.663406,1456.538389,2375.488751,1812.081358,2186.842182 +224082,2938.878876,1455.967925,2376.279973,1827.465632,2187.983554 +224083,2941.284003,1455.397856,2377.192487,1830.393435,2189.279352 +224084,2943.606021,1454.82785,2378.055799,1841.548698,2190.51901 +224085,2945.930087,1454.258745,2378.923799,1851.254869,2191.768953 +224086,2948.452076,1453.595582,2379.919707,1865.461085,2193.181447 +224087,2951.007377,1453.16406,2380.93878,1868.923877,2194.625659 +224088,2953.39079,1452.530625,2381.850121,1879.934579,2195.937741 +224089,2955.853991,1451.977003,2382.811761,1893.837786,2197.313066 +224090,2958.376553,1451.41038,2383.809485,1898.232054,2198.733012 +224091,2960.868901,1450.937962,2384.786138,1911.756955,2200.126192 +224092,2963.476353,1450.235266,2385.833979,1921.645384,2201.607762 +224093,2966.145212,1449.735704,2386.919356,1930.699716,2203.136231 +224094,2968.574749,1449.157464,2387.851055,1934.29145,2204.472871 +224095,2970.582234,1448.593252,2388.509803,1940.358685,2205.466358 +224096,2972.133098,1448.030025,2388.867296,1943.121573,2206.076854 +224097,2973.185058,1447.467579,2388.889162,1945.967613,2206.256636 +224098,2973.780555,1446.906013,2388.595405,1949.19776,2206.02693 +224099,2974.037842,1446.34557,2388.056038,1952.728228,2205.473344 +224100,2974.342503,1445.786291,2387.333834,1956.448532,2204.674806 +224101,2975.881676,1412.223512,2388.141252,1961.072225,2206.682852 +224102,2972.229597,1411.807748,2385.257582,1962.852496,2203.102445 +224103,2966.74446,1411.151851,2380.688451,1963.653698,2196.670017 +224104,2961.859229,1410.784591,2376.41081,1965.203661,2190.206129 +224105,2958.562099,1410.351257,2373.174591,1967.995385,2184.887042 +224106,2956.693909,1409.942326,2370.924264,1971.748998,2180.782197 +224107,2955.778924,1409.543669,2369.363167,1976.020999,2177.59732 +224108,2955.409756,1409.153946,2368.233037,1980.495217,2175.04856 +224109,2955.35048,1408.772645,2367.373019,1985.207317,2172.951234 +224110,2955.474364,1408.399184,2366.695937,1989.705422,2171.199992 +224111,2955.728758,1408.032956,2366.154313,1994.192821,2169.732586 +224112,2956.074484,1407.673596,2365.716773,1998.68378,2168.503849 +224113,2956.491996,1407.320583,2365.358986,2003.182947,2167.476012 +224114,2956.956792,1406.973765,2365.061718,2007.688534,2166.617004 +224115,2957.460312,1406.543145,2364.810298,2012.197726,2165.9002 +224116,2960.640286,1406.340516,2366.285936,2018.553627,2167.421322 +224117,2959.831824,1405.945287,2365.25804,2022.07669,2165.898034 +224118,2959.840062,1405.63462,2364.762523,2026.176131,2165.098821 +224119,2960.09792,1405.313825,2364.418765,2030.477286,2164.531492 +224120,2960.493248,1404.997505,2364.158259,2034.896428,2164.106597 +224121,2960.976259,1404.684936,2363.950138,2039.378979,2163.785244 +224122,2961.50549,1404.376658,2363.774969,2043.890193,2163.542033 +224123,2962.064543,1404.071364,2363.621336,2048.413868,2163.360127 +224124,2962.637207,1403.769472,2363.482802,2052.944841,2163.228136 +224125,2963.221294,1403.470177,2363.354442,2057.660673,2163.136493 +224126,2963.807772,1403.173446,2363.233391,2062.170789,2163.07848 +224127,2964.396067,1402.878621,2363.119127,2066.677795,2163.050706 +224128,2964.987001,1402.58565,2363.010804,2071.198915,2163.049754 +224129,2965.579809,1402.293887,2362.906936,2075.731121,2163.071771 +224130,2966.172623,1402.092628,2362.80598,2080.276511,2163.113104 +224131,2966.76427,1401.603729,2362.707225,2084.826206,2163.171395 +224132,2967.343066,1401.295783,2362.601899,2089.528043,2163.243826 +224133,2967.902039,1400.904597,2362.484708,2093.97657,2163.328953 +224134,2968.44266,1400.520511,2362.356341,2098.39356,2163.4279 +224135,2968.966406,1400.131499,2362.217884,2102.967642,2163.539668 +224136,2969.475277,1399.737438,2362.070894,2107.273251,2163.663303 +224137,2969.971114,1399.338195,2361.916868,2111.788778,2163.798177 +224138,2970.457668,1398.933796,2361.758518,2115.762483,2163.945747 +224139,2970.936577,1398.524013,2361.597224,2120.170164,2164.10628 +224140,2971.404215,1398.108765,2361.431028,2124.485547,2164.276202 +224141,2971.856283,1397.687849,2361.257476,2129.046487,2164.451503 +224142,2972.291635,1397.261122,2361.076033,2133.382,2164.630687 +224143,2972.71255,1396.828422,2360.888273,2137.68694,2164.815005 +224144,2973.118849,1396.389541,2360.694202,2142.17748,2165.003879 +224145,2973.509825,1395.944375,2360.493504,2146.4603,2165.196448 +224146,2973.887221,1395.492674,2360.287414,2150.720777,2165.393877 +224147,2974.251901,1395.034393,2360.076633,2154.967766,2165.596737 +224148,2974.603354,1394.569233,2359.860992,2159.203103,2165.804587 +224149,2974.940883,1394.097218,2359.64018,2163.424861,2166.01684 +224150,2975.263916,1393.618,2359.413951,2167.630392,2166.233018 +224151,2975.571987,1393.13167,2359.18211,2171.817646,2166.452717 +224152,2975.864779,1392.637832,2358.944541,2175.985357,2166.675652 +224153,2976.140162,1392.136638,2358.699945,2180.336797,2166.900064 +224154,2976.397382,1391.62765,2358.447903,2184.453987,2167.125303 +224155,2976.638614,1391.111087,2358.189807,2188.541934,2167.352975 +224156,2976.865084,1390.586462,2357.926469,2192.61159,2167.584001 +224157,2977.076364,1390.05406,2357.657677,2196.665734,2167.818039 +224158,2977.271852,1389.513355,2357.383106,2200.702546,2168.054625 +224159,2977.450958,1388.964699,2357.102452,2204.719131,2168.293304 +224160,2977.613338,1388.407521,2356.815531,2208.713276,2168.533777 +224161,2977.891671,1317.950873,2356.581227,2212.794775,2168.809439 +224162,2968.515381,1316.185341,2348.851338,2211.548819,2158.396149 +224163,2955.077037,1314.683495,2337.759576,2208.68615,2142.793498 +224164,2943.037783,1313.379341,2327.405922,2207.452524,2127.577091 +224165,2934.345988,1312.113432,2319.333582,2208.669092,2115.002339 +224166,2928.642945,1310.873188,2313.405458,2211.701623,2105.120537 +224167,2924.915947,1309.649087,2308.983528,2215.650629,2097.278218 +224168,2922.323222,1308.434606,2305.513227,2219.896597,2090.862322 +224169,2920.362179,1307.227598,2302.648653,2224.150636,2085.473559 +224170,2918.776772,1306.023891,2300.198721,2228.326222,2080.877365 +224171,2917.43799,1304.823254,2298.05382,2232.417365,2076.926436 +224172,2916.269988,1303.706907,2296.14086,2236.433924,2073.512982 +224173,2915.220079,1302.383215,2294.405384,2240.382577,2070.550229 +224174,2914.24932,1301.160481,2292.805556,2244.26633,2067.966516 +224175,2913.327942,1300.063077,2291.309085,2248.081735,2065.701041 +224176,2912.434161,1298.802242,2289.890225,2251.837088,2063.704331 +224177,2911.552443,1297.606234,2288.53024,2255.727966,2061.934182 +224178,2910.672883,1296.394515,2287.215244,2259.351393,2060.356696 +224179,2909.796775,1295.179067,2285.936363,2262.917142,2058.945873 +224180,2908.927445,1293.959883,2284.68665,2266.440549,2057.679456 +224181,2908.06433,1292.737113,2283.460045,2269.927425,2056.537568 +224182,2907.204357,1291.510443,2282.251758,2273.378248,2055.503186 +224183,2906.343875,1290.280105,2281.05813,2276.792217,2054.561892 +224184,2905.479855,1289.045837,2279.876418,2280.169123,2053.701545 +224185,2904.610128,1287.807921,2278.704549,2283.509562,2052.91185 +224186,2903.733281,1286.566132,2277.54096,2286.814598,2052.184078 +224187,2902.848347,1285.320787,2276.38442,2290.085369,2051.510723 +224188,2904.607731,1284.073421,2276.924998,2295.20624,2052.995647 +224189,2902.348731,1282.817568,2274.943594,2297.398497,2051.389096 +224190,2900.885353,1281.563457,2273.478714,2300.146242,2050.4555 +224191,2899.648094,1280.217454,2272.1541,2303.06829,2049.712787 +224192,2898.520016,1278.850018,2270.896427,2306.030513,2048.877601 +224193,2897.439189,1277.470112,2269.671906,2308.948847,2048.333497 +224194,2896.368456,1276.080006,2268.461238,2311.787675,2047.851393 +224195,2895.291784,1274.598775,2267.256136,2314.545554,2047.414675 +224196,2894.204357,1273.312304,2266.053837,2317.233564,2047.013909 +224197,2893.105078,1271.840245,2264.853313,2319.862381,2046.643312 +224198,2891.993947,1270.430411,2263.654153,2322.438968,2046.299038 +224199,2890.87047,1269.001929,2262.455727,2324.96671,2045.977626 +224200,2889.733985,1267.566264,2261.257384,2327.447183,2045.675968 +224201,2888.583989,1266.124221,2260.058615,2329.881384,2045.391386 +224202,2890.070391,1264.676814,2260.548241,2334.156634,2047.427578 +224203,2887.534265,1263.301531,2258.509776,2335.482775,2045.936521 +224204,2885.790939,1261.72305,2256.982784,2337.354807,2045.29877 +224205,2884.271014,1260.31316,2255.591278,2339.390356,2044.832737 +224206,2882.86853,1258.829083,2254.269188,2341.501503,2044.455355 +224207,2881.529581,1257.351174,2252.987961,2343.630683,2044.133924 +224208,2880.219557,1255.868194,2251.730171,2345.741688,2043.849251 +224209,2878.919359,1254.380135,2250.485944,2347.818043,2043.590084 +224210,2877.619788,1252.886901,2249.250099,2349.855053,2043.349911 +224211,2876.316366,1251.388811,2248.019709,2351.852492,2043.124516 +224212,2875.006523,1249.885733,2246.792864,2353.810892,2042.910823 +224213,2873.688436,1248.377974,2245.568126,2355.730414,2042.706361 +224214,2872.361042,1246.784787,2244.344561,2357.611108,2042.509348 +224215,2873.673135,1245.386626,2244.81039,2361.342968,2044.421251 +224216,2870.68581,1243.80641,2242.752804,2362.129296,2043.216121 +224217,2868.796419,1242.293636,2241.207783,2363.46807,2042.650241 +224218,2867.139585,1240.762537,2239.797426,2364.973686,2042.243718 +224219,2865.598474,1239.227581,2238.455219,2366.55731,2041.915856 +224220,2864.11745,1237.688108,2236.963938,2368.162644,2041.637767 +224221,2010.392555,1235.954946,1089.658833,1857.716479,2424.330723 +224222,2091.817157,1365.429394,1134.229461,1934.465798,2475.707881 +224223,2179.248113,1369.117593,1185.019163,2015.432482,2514.623807 +224224,2246.556527,1368.607235,1227.097596,2072.99515,2532.706408 +224225,2296.781548,1369.106174,1260.968102,2109.448309,2542.818538 +224226,2333.789673,1368.395384,1287.852371,2130.906837,2549.115682 +224227,2361.559004,1367.413266,1309.702199,2143.618099,2553.398239 +224228,2383.116899,1366.368022,1327.611015,2152.10452,2556.621521 +224229,2400.319545,1365.2715,1342.6858,2158.255478,2559.251239 +224230,2414.293511,1364.046146,1355.517819,2163.252732,2561.548673 +224231,2425.741483,1363.005294,1366.500991,2167.487355,2563.636413 +224232,2435.132579,1361.74589,1375.919355,2171.12363,2565.543118 +224233,2442.842292,1360.526098,1384.011488,2174.276032,2567.28681 +224234,2449.179804,1359.296074,1390.981171,2177.063917,2568.882092 +224235,2454.402692,1358.059978,1397.003941,2179.573873,2570.346875 +224236,2458.694265,1356.81598,1402.215134,2181.861872,2571.670175 +224237,2462.2472,1355.568036,1406.750679,2184.168312,2572.893817 +224238,2465.216378,1354.315243,1410.724061,2186.16438,2574.053637 +224239,2467.696649,1353.060586,1414.215569,2188.052539,2575.148478 +224240,2469.768627,1351.802572,1417.294828,2189.857021,2576.183321 +224241,2471.498985,1350.628903,1420.021046,2191.580045,2577.164762 +224242,2472.942398,1349.238834,1422.444244,2193.235922,2578.099561 +224243,2474.143264,1348.038718,1424.605015,2194.820623,2578.993837 +224244,2475.13769,1346.757943,1426.540446,2196.345625,2579.853063 +224245,2475.954887,1345.474979,1428.280719,2197.805435,2580.681865 +224246,2476.616811,1344.198862,1429.84766,2199.208166,2581.481631 +224247,2477.14336,1342.922175,1431.264098,2200.548507,2582.256495 +224248,2477.551431,1341.641279,1432.54742,2202.012025,2583.010605 +224249,2477.854621,1340.35649,1433.714449,2203.218392,2583.74703 +224250,2478.063782,1339.06634,1434.77669,2204.366637,2584.467917 +224251,2478.187692,1337.556744,1435.746199,2205.474472,2585.174804 +224252,2478.222918,1336.232387,1436.627098,2206.462943,2585.868902 +224253,2478.160258,1334.838314,1437.426068,2207.288775,2586.551107 +224254,2478.013363,1333.200357,1438.147618,2207.952065,2587.222128 +224255,2477.792133,1331.963832,1438.799335,2208.47232,2587.882497 +224256,2477.502039,1330.47021,1439.385416,2208.870284,2588.532636 +224257,2477.138754,1328.894479,1439.912318,2209.348863,2589.172819 +224258,2476.715861,1327.496041,1440.382853,2209.525828,2589.803227 +224259,2476.240584,1326.029252,1440.80223,2209.609603,2590.423914 +224260,2475.706997,1324.403394,1441.172195,2209.610777,2591.03488 +224261,2475.125792,1322.968849,1441.497111,2209.534444,2591.636048 +224262,2474.501883,1321.465641,1441.778004,2209.382392,2592.227317 +224263,2473.82776,1319.803209,1442.01863,2208.962464,2592.808507 +224264,2473.113078,1318.331896,1442.219485,2208.665149,2593.379438 +224265,2472.361985,1316.792155,1442.383903,2208.297734,2593.939906 +224266,2471.566381,1315.092585,1442.511996,2207.854739,2594.489705 +224267,2470.735362,1313.584597,1442.606767,2207.335028,2595.028588 +224268,2469.872604,1312.007948,1442.668035,2206.740199,2595.556332 +224269,2468.969591,1310.271534,1442.69857,2206.072521,2596.072691 +224270,2468.035079,1308.726685,1442.697972,2205.333952,2596.577447 +224271,2467.072435,1307.113606,1442.668835,2204.525945,2597.070376 +224272,2466.072918,1305.422699,1442.606529,2203.649598,2597.551279 +224273,2465.045032,1303.635296,1442.518192,2202.7058,2598.019946 +224274,2463.991971,1302.170826,1442.404765,2201.695355,2598.476196 +224275,2462.904795,1300.286603,1442.267969,2200.427902,2598.919849 +224276,2461.79186,1298.683026,1442.101936,2199.284637,2599.350746 +224277,2460.656216,1296.998335,1441.913028,2198.081696,2599.76875 +224278,2459.488836,1295.153324,1441.7018,2196.813225,2600.173744 +224279,2458.297941,1293.501487,1441.469814,2195.477454,2600.565599 +224280,2457.086483,1291.781827,1441.21107,2194.075332,2600.94422 +224281,0,0,0,0,0 +224282,0,0,0,0,0 +224283,0,0,0,0,0 +224284,0,0,0,0,0 +224285,0,0,0,0,0 +224286,0,0,0,0,0 +224287,0,0,0,0,0 +224288,0,0,0,0,0 +224289,0,0,0,0,0 +224290,0,0,0,0,0 +224291,0,0,0,0,0 +224292,0,0,0,0,0 +224293,0,0,0,0,0 +224294,0,0,0,0,0 +224295,0,0,0,0,0 +224296,0,0,0,0,0 +224297,0,0,0,0,0 +224298,0,0,0,0,0 +224299,0,0,0,0,0 +224300,0,0,0,0,0 +224301,0,0,0,0,0 +224302,0,0,0,0,0 +224303,0,0,0,0,0 +224304,0,0,0,0,0 +224305,0,0,0,0,0 +224306,0,0,0,0,0 +224307,0,0,0,0,0 +224308,0,0,0,0,0 +224309,0,0,0,0,0 +224310,0,0,0,0,0 +224311,0,0,0,0,0 +224312,0,0,0,0,0 +224313,0,0,0,0,0 +224314,0,0,0,0,0 +224315,0,0,0,0,0 +224316,0,0,0,0,0 +224317,0,0,0,0,0 +224318,0,0,0,0,0 +224319,0,0,0,0,0 +224320,0,0,0,0,0 +224321,0,0,0,0,0 +224322,0,0,0,0,0 +224323,0,0,0,0,0 +224324,0,0,0,0,0 +224325,0,0,0,0,0 +224326,0,0,0,0,0 +224327,0,0,0,0,0 +224328,0,0,0,0,0 +224329,0,0,0,0,0 +224330,0,0,0,0,0 +224331,0,0,0,0,0 +224332,0,0,0,0,0 +224333,0,0,0,0,0 +224334,0,0,0,0,0 +224335,0,0,0,0,0 +224336,0,0,0,0,0 +224337,0,0,0,0,0 +224338,0,0,0,0,0 +224339,0,0,0,0,0 +224340,0,0,0,0,0 +224341,0,0,0,0,0 +224342,0,0,0,0,0 +224343,0,0,0,0,0 +224344,0,0,0,0,0 +224345,0,0,0,0,0 +224346,0,0,0,0,0 +224347,0,0,0,0,0 +224348,0,0,0,0,0 +224349,0,0,0,0,0 +224350,0,0,0,0,0 +224351,0,0,0,0,0 +224352,0,0,0,0,0 +224353,0,0,0,0,0 +224354,0,0,0,0,0 +224355,0,0,0,0,0 +224356,0,0,0,0,0 +224357,0,0,0,0,0 +224358,0,0,0,0,0 +224359,0,0,0,0,0 +224360,0,0,0,0,0 +224361,0,0,0,0,0 +224362,0,0,0,0,0 +224363,0,0,0,0,0 +224364,0,0,0,0,0 +224365,0,0,0,0,0 +224366,0,0,0,0,0 +224367,0,0,0,0,0 +224368,0,0,0,0,0 +224369,0,0,0,0,0 +224370,0,0,0,0,0 +224371,0,0,0,0,0 +224372,0,0,0,0,0 +224373,0,0,0,0,0 +224374,0,0,0,0,0 +224375,0,0,0,0,0 +224376,0,0,0,0,0 +224377,0,0,0,0,0 +224378,0,0,0,0,0 +224379,0,0,0,0,0 +224380,0,0,0,0,0 +224381,0,0,0,0,0 +224382,0,0,0,0,0 +224383,0,0,0,0,0 +224384,0,0,0,0,0 +224385,0,0,0,0,0 +224386,0,0,0,0,0 +224387,0,0,0,0,0 +224388,0,0,0,0,0 +224389,0,0,0,0,0 +224390,0,0,0,0,0 +224391,0,0,0,0,0 +224392,0,0,0,0,0 +224393,0,0,0,0,0 +224394,0,0,0,0,0 +224395,0,0,0,0,0 +224396,0,0,0,0,0 +224397,0,0,0,0,0 +224398,0,0,0,0,0 +224399,0,0,0,0,0 +224400,0,0,0,0,0 +224401,0,0,0,0,0 +224402,0,0,0,0,0 +224403,0,0,0,0,0 +224404,0,0,0,0,0 +224405,0,0,0,0,0 +224406,0,0,0,0,0 +224407,0,0,0,0,0 +224408,0,0,0,0,0 +224409,0,0,0,0,0 +224410,0,0,0,0,0 +224411,0,0,0,0,0 +224412,0,0,0,0,0 +224413,0,0,0,0,0 +224414,0,0,0,0,0 +224415,0,0,0,0,0 +224416,0,0,0,0,0 +224417,0,0,0,0,0 +224418,0,0,0,0,0 +224419,0,0,0,0,0 +224420,0,0,0,0,0 +224421,0,0,0,0,0 +224422,0,0,0,0,0 +224423,0,0,0,0,0 +224424,0,0,0,0,0 +224425,0,0,0,0,0 +224426,0,0,0,0,0 +224427,0,0,0,0,0 +224428,0,0,0,0,0 +224429,0,0,0,0,0 +224430,0,0,0,0,0 +224431,0,0,0,0,0 +224432,0,0,0,0,0 +224433,0,0,0,0,0 +224434,0,0,0,0,0 +224435,0,0,0,0,0 +224436,0,0,0,0,0 +224437,0,0,0,0,0 +224438,0,0,0,0,0 +224439,0,0,0,0,0 +224440,0,0,0,0,0 +224441,0,0,0,0,0 +224442,0,0,0,0,0 +224443,0,0,0,0,0 +224444,0,0,0,0,0 +224445,0,0,0,0,0 +224446,0,0,0,0,0 +224447,0,0,0,0,0 +224448,0,0,0,0,0 +224449,0,0,0,0,0 +224450,0,0,0,0,0 +224451,0,0,0,0,0 +224452,0,0,0,0,0 +224453,0,0,0,0,0 +224454,0,0,0,0,0 +224455,0,0,0,0,0 +224456,0,0,0,0,0 +224457,0,0,0,0,0 +224458,0,0,0,0,0 +224459,0,0,0,0,0 +224460,0,0,0,0,0 +224461,0,0,0,0,0 +224462,0,0,0,0,0 +224463,0,0,0,0,0 +224464,0,0,0,0,0 +224465,0,0,0,0,0 +224466,0,0,0,0,0 +224467,0,0,0,0,0 +224468,0,0,0,0,0 +224469,0,0,0,0,0 +224470,0,0,0,0,0 +224471,0,0,0,0,0 +224472,0,0,0,0,0 +224473,0,0,0,0,0 +224474,0,0,0,0,0 +224475,0,0,0,0,0 +224476,0,0,0,0,0 +224477,0,0,0,0,0 +224478,0,0,0,0,0 +224479,0,0,0,0,0 +224480,0,0,0,0,0 +224481,0,0,0,0,0 +224482,0,0,0,0,0 +224483,0,0,0,0,0 +224484,0,0,0,0,0 +224485,0,0,0,0,0 +224486,0,0,0,0,0 +224487,0,0,0,0,0 +224488,0,0,0,0,0 +224489,0,0,0,0,0 +224490,0,0,0,0,0 +224491,0,0,0,0,0 +224492,0,0,0,0,0 +224493,0,0,0,0,0 +224494,0,0,0,0,0 +224495,0,0,0,0,0 +224496,0,0,0,0,0 +224497,0,0,0,0,0 +224498,0,0,0,0,0 +224499,0,0,0,0,0 +224500,0,0,0,0,0 +224501,0,0,0,0,0 +224502,0,0,0,0,0 +224503,0,0,0,0,0 +224504,0,0,0,0,0 +224505,0,0,0,0,0 +224506,0,0,0,0,0 +224507,0,0,0,0,0 +224508,0,0,0,0,0 +224509,0,0,0,0,0 +224510,0,0,0,0,0 +224511,0,0,0,0,0 +224512,0,0,0,0,0 +224513,0,0,0,0,0 +224514,0,0,0,0,0 +224515,0,0,0,0,0 +224516,0,0,0,0,0 +224517,0,0,0,0,0 +224518,0,0,0,0,0 +224519,0,0,0,0,0 +224520,0,0,0,0,0 +224521,0,0,0,0,0 +224522,0,0,0,0,0 +224523,0,0,0,0,0 +224524,0,0,0,0,0 +224525,0,0,0,0,0 +224526,0,0,0,0,0 +224527,0,0,0,0,0 +224528,0,0,0,0,0 +224529,0,0,0,0,0 +224530,0,0,0,0,0 +224531,0,0,0,0,0 +224532,0,0,0,0,0 +224533,0,0,0,0,0 +224534,0,0,0,0,0 +224535,0,0,0,0,0 +224536,0,0,0,0,0 +224537,0,0,0,0,0 +224538,0,0,0,0,0 +224539,0,0,0,0,0 +224540,0,0,0,0,0 +224541,0,0,0,0,0 +224542,0,0,0,0,0 +224543,0,0,0,0,0 +224544,0,0,0,0,0 +224545,0,0,0,0,0 +224546,0,0,0,0,0 +224547,0,0,0,0,0 +224548,0,0,0,0,0 +224549,0,0,0,0,0 +224550,0,0,0,0,0 +224551,0,0,0,0,0 +224552,0,0,0,0,0 +224553,0,0,0,0,0 +224554,0,0,0,0,0 +224555,0,0,0,0,0 +224556,0,0,0,0,0 +224557,0,0,0,0,0 +224558,0,0,0,0,0 +224559,0,0,0,0,0 +224560,0,0,0,0,0 +224561,0,0,0,0,0 +224562,0,0,0,0,0 +224563,0,0,0,0,0 +224564,0,0,0,0,0 +224565,0,0,0,0,0 +224566,0,0,0,0,0 +224567,0,0,0,0,0 +224568,0,0,0,0,0 +224569,0,0,0,0,0 +224570,0,0,0,0,0 +224571,0,0,0,0,0 +224572,0,0,0,0,0 +224573,0,0,0,0,0 +224574,0,0,0,0,0 +224575,0,0,0,0,0 +224576,0,0,0,0,0 +224577,0,0,0,0,0 +224578,0,0,0,0,0 +224579,0,0,0,0,0 +224580,0,0,0,0,0 +224581,0,0,0,0,0 +224582,0,0,0,0,0 +224583,0,0,0,0,0 +224584,0,0,0,0,0 +224585,0,0,0,0,0 +224586,0,0,0,0,0 +224587,0,0,0,0,0 +224588,0,0,0,0,0 +224589,0,0,0,0,0 +224590,0,0,0,0,0 +224591,0,0,0,0,0 +224592,0,0,0,0,0 +224593,0,0,0,0,0 +224594,0,0,0,0,0 +224595,0,0,0,0,0 +224596,0,0,0,0,0 +224597,0,0,0,0,0 +224598,0,0,0,0,0 +224599,0,0,0,0,0 +224600,0,0,0,0,0 +224601,0,0,0,0,0 +224602,0,0,0,0,0 +224603,0,0,0,0,0 +224604,0,0,0,0,0 +224605,0,0,0,0,0 +224606,0,0,0,0,0 +224607,0,0,0,0,0 +224608,0,0,0,0,0 +224609,0,0,0,0,0 +224610,0,0,0,0,0 +224611,0,0,0,0,0 +224612,0,0,0,0,0 +224613,0,0,0,0,0 +224614,0,0,0,0,0 +224615,0,0,0,0,0 +224616,0,0,0,0,0 +224617,0,0,0,0,0 +224618,0,0,0,0,0 +224619,0,0,0,0,0 +224620,0,0,0,0,0 +224621,0,0,0,0,0 +224622,0,0,0,0,0 +224623,0,0,0,0,0 +224624,0,0,0,0,0 +224625,0,0,0,0,0 +224626,0,0,0,0,0 +224627,0,0,0,0,0 +224628,0,0,0,0,0 +224629,0,0,0,0,0 +224630,0,0,0,0,0 +224631,0,0,0,0,0 +224632,0,0,0,0,0 +224633,0,0,0,0,0 +224634,0,0,0,0,0 +224635,0,0,0,0,0 +224636,0,0,0,0,0 +224637,0,0,0,0,0 +224638,0,0,0,0,0 +224639,0,0,0,0,0 +224640,0,0,0,0,0 +224641,0,0,0,0,0 +224642,0,0,0,0,0 +224643,0,0,0,0,0 +224644,0,0,0,0,0 +224645,0,0,0,0,0 +224646,0,0,0,0,0 +224647,0,0,0,0,0 +224648,0,0,0,0,0 +224649,0,0,0,0,0 +224650,0,0,0,0,0 +224651,0,0,0,0,0 +224652,0,0,0,0,0 +224653,0,0,0,0,0 +224654,0,0,0,0,0 +224655,0,0,0,0,0 +224656,0,0,0,0,0 +224657,0,0,0,0,0 +224658,0,0,0,0,0 +224659,0,0,0,0,0 +224660,0,0,0,0,0 +224661,0,0,0,0,0 +224662,0,0,0,0,0 +224663,0,0,0,0,0 +224664,0,0,0,0,0 +224665,0,0,0,0,0 +224666,0,0,0,0,0 +224667,0,0,0,0,0 +224668,0,0,0,0,0 +224669,0,0,0,0,0 +224670,0,0,0,0,0 +224671,0,0,0,0,0 +224672,0,0,0,0,0 +224673,0,0,0,0,0 +224674,0,0,0,0,0 +224675,0,0,0,0,0 +224676,0,0,0,0,0 +224677,0,0,0,0,0 +224678,0,0,0,0,0 +224679,0,0,0,0,0 +224680,0,0,0,0,0 +224681,0,0,0,0,0 +224682,0,0,0,0,0 +224683,0,0,0,0,0 +224684,0,0,0,0,0 +224685,0,0,0,0,0 +224686,0,0,0,0,0 +224687,0,0,0,0,0 +224688,0,0,0,0,0 +224689,0,0,0,0,0 +224690,0,0,0,0,0 +224691,0,0,0,0,0 +224692,0,0,0,0,0 +224693,0,0,0,0,0 +224694,0,0,0,0,0 +224695,0,0,0,0,0 +224696,0,0,0,0,0 +224697,0,0,0,0,0 +224698,0,0,0,0,0 +224699,0,0,0,0,0 +224700,0,0,0,0,0 +224701,0,0,0,0,0 +224702,0,0,0,0,0 +224703,0,0,0,0,0 +224704,0,0,0,0,0 +224705,0,0,0,0,0 +224706,0,0,0,0,0 +224707,0,0,0,0,0 +224708,0,0,0,0,0 +224709,0,0,0,0,0 +224710,0,0,0,0,0 +224711,0,0,0,0,0 +224712,0,0,0,0,0 +224713,0,0,0,0,0 +224714,0,0,0,0,0 +224715,0,0,0,0,0 +224716,0,0,0,0,0 +224717,0,0,0,0,0 +224718,0,0,0,0,0 +224719,0,0,0,0,0 +224720,0,0,0,0,0 +224721,0,0,0,0,0 +224722,0,0,0,0,0 +224723,0,0,0,0,0 +224724,0,0,0,0,0 +224725,0,0,0,0,0 +224726,0,0,0,0,0 +224727,0,0,0,0,0 +224728,0,0,0,0,0 +224729,0,0,0,0,0 +224730,0,0,0,0,0 +224731,0,0,0,0,0 +224732,0,0,0,0,0 +224733,0,0,0,0,0 +224734,0,0,0,0,0 +224735,0,0,0,0,0 +224736,0,0,0,0,0 +224737,0,0,0,0,0 +224738,0,0,0,0,0 +224739,0,0,0,0,0 +224740,0,0,0,0,0 +224741,0,0,0,0,0 +224742,0,0,0,0,0 +224743,0,0,0,0,0 +224744,0,0,0,0,0 +224745,0,0,0,0,0 +224746,0,0,0,0,0 +224747,0,0,0,0,0 +224748,0,0,0,0,0 +224749,0,0,0,0,0 +224750,0,0,0,0,0 +224751,0,0,0,0,0 +224752,0,0,0,0,0 +224753,0,0,0,0,0 +224754,0,0,0,0,0 +224755,0,0,0,0,0 +224756,0,0,0,0,0 +224757,0,0,0,0,0 +224758,0,0,0,0,0 +224759,0,0,0,0,0 +224760,0,0,0,0,0 +224761,0,0,0,0,0 +224762,0,0,0,0,0 +224763,0,0,0,0,0 +224764,0,0,0,0,0 +224765,0,0,0,0,0 +224766,0,0,0,0,0 +224767,0,0,0,0,0 +224768,0,0,0,0,0 +224769,0,0,0,0,0 +224770,0,0,0,0,0 +224771,0,0,0,0,0 +224772,0,0,0,0,0 +224773,0,0,0,0,0 +224774,0,0,0,0,0 +224775,0,0,0,0,0 +224776,0,0,0,0,0 +224777,0,0,0,0,0 +224778,0,0,0,0,0 +224779,0,0,0,0,0 +224780,0,0,0,0,0 +224781,0,0,0,0,0 +224782,0,0,0,0,0 +224783,0,0,0,0,0 +224784,0,0,0,0,0 +224785,0,0,0,0,0 +224786,0,0,0,0,0 +224787,0,0,0,0,0 +224788,0,0,0,0,0 +224789,0,0,0,0,0 +224790,0,0,0,0,0 +224791,0,0,0,0,0 +224792,0,0,0,0,0 +224793,0,0,0,0,0 +224794,0,0,0,0,0 +224795,0,0,0,0,0 +224796,0,0,0,0,0 +224797,0,0,0,0,0 +224798,0,0,0,0,0 +224799,0,0,0,0,0 +224800,0,0,0,0,0 +224801,0,0,0,0,0 +224802,0,0,0,0,0 +224803,0,0,0,0,0 +224804,0,0,0,0,0 +224805,0,0,0,0,0 +224806,0,0,0,0,0 +224807,0,0,0,0,0 +224808,0,0,0,0,0 +224809,0,0,0,0,0 +224810,0,0,0,0,0 +224811,0,0,0,0,0 +224812,0,0,0,0,0 +224813,0,0,0,0,0 +224814,0,0,0,0,0 +224815,0,0,0,0,0 +224816,0,0,0,0,0 +224817,0,0,0,0,0 +224818,0,0,0,0,0 +224819,0,0,0,0,0 +224820,0,0,0,0,0 +224821,0,0,0,0,0 +224822,0,0,0,0,0 +224823,0,0,0,0,0 +224824,0,0,0,0,0 +224825,0,0,0,0,0 +224826,0,0,0,0,0 +224827,0,0,0,0,0 +224828,0,0,0,0,0 +224829,0,0,0,0,0 +224830,0,0,0,0,0 +224831,0,0,0,0,0 +224832,0,0,0,0,0 +224833,0,0,0,0,0 +224834,0,0,0,0,0 +224835,0,0,0,0,0 +224836,0,0,0,0,0 +224837,0,0,0,0,0 +224838,0,0,0,0,0 +224839,0,0,0,0,0 +224840,0,0,0,0,0 +224841,0,0,0,0,0 +224842,0,0,0,0,0 +224843,0,0,0,0,0 +224844,0,0,0,0,0 +224845,0,0,0,0,0 +224846,0,0,0,0,0 +224847,0,0,0,0,0 +224848,0,0,0,0,0 +224849,0,0,0,0,0 +224850,0,0,0,0,0 +224851,0,0,0,0,0 +224852,0,0,0,0,0 +224853,0,0,0,0,0 +224854,0,0,0,0,0 +224855,0,0,0,0,0 +224856,0,0,0,0,0 +224857,0,0,0,0,0 +224858,0,0,0,0,0 +224859,0,0,0,0,0 +224860,0,0,0,0,0 +224861,0,0,0,0,0 +224862,0,0,0,0,0 +224863,0,0,0,0,0 +224864,0,0,0,0,0 +224865,0,0,0,0,0 +224866,0,0,0,0,0 +224867,0,0,0,0,0 +224868,0,0,0,0,0 +224869,0,0,0,0,0 +224870,0,0,0,0,0 +224871,0,0,0,0,0 +224872,0,0,0,0,0 +224873,0,0,0,0,0 +224874,0,0,0,0,0 +224875,0,0,0,0,0 +224876,0,0,0,0,0 +224877,0,0,0,0,0 +224878,0,0,0,0,0 +224879,0,0,0,0,0 +224880,0,0,0,0,0 +224881,0,0,0,0,0 +224882,0,0,0,0,0 +224883,0,0,0,0,0 +224884,0,0,0,0,0 +224885,0,0,0,0,0 +224886,0,0,0,0,0 +224887,0,0,0,0,0 +224888,0,0,0,0,0 +224889,0,0,0,0,0 +224890,0,0,0,0,0 +224891,0,0,0,0,0 +224892,0,0,0,0,0 +224893,0,0,0,0,0 +224894,0,0,0,0,0 +224895,0,0,0,0,0 +224896,0,0,0,0,0 +224897,0,0,0,0,0 +224898,0,0,0,0,0 +224899,0,0,0,0,0 +224900,0,0,0,0,0 +224901,0,0,0,0,0 +224902,0,0,0,0,0 +224903,0,0,0,0,0 +224904,0,0,0,0,0 +224905,0,0,0,0,0 +224906,0,0,0,0,0 +224907,0,0,0,0,0 +224908,0,0,0,0,0 +224909,0,0,0,0,0 +224910,0,0,0,0,0 +224911,0,0,0,0,0 +224912,0,0,0,0,0 +224913,0,0,0,0,0 +224914,0,0,0,0,0 +224915,0,0,0,0,0 +224916,0,0,0,0,0 +224917,0,0,0,0,0 +224918,0,0,0,0,0 +224919,0,0,0,0,0 +224920,0,0,0,0,0 +224921,0,0,0,0,0 +224922,0,0,0,0,0 +224923,0,0,0,0,0 +224924,0,0,0,0,0 +224925,0,0,0,0,0 +224926,0,0,0,0,0 +224927,0,0,0,0,0 +224928,0,0,0,0,0 +224929,0,0,0,0,0 +224930,0,0,0,0,0 +224931,0,0,0,0,0 +224932,0,0,0,0,0 +224933,0,0,0,0,0 +224934,0,0,0,0,0 +224935,0,0,0,0,0 +224936,0,0,0,0,0 +224937,0,0,0,0,0 +224938,0,0,0,0,0 +224939,0,0,0,0,0 +224940,0,0,0,0,0 +224941,0,0,0,0,0 +224942,0,0,0,0,0 +224943,0,0,0,0,0 +224944,0,0,0,0,0 +224945,0,0,0,0,0 +224946,0,0,0,0,0 +224947,0,0,0,0,0 +224948,0,0,0,0,0 +224949,0,0,0,0,0 +224950,0,0,0,0,0 +224951,0,0,0,0,0 +224952,0,0,0,0,0 +224953,0,0,0,0,0 +224954,0,0,0,0,0 +224955,0,0,0,0,0 +224956,0,0,0,0,0 +224957,0,0,0,0,0 +224958,0,0,0,0,0 +224959,0,0,0,0,0 +224960,0,0,0,0,0 +224961,0,0,0,0,0 +224962,0,0,0,0,0 +224963,0,0,0,0,0 +224964,0,0,0,0,0 +224965,0,0,0,0,0 +224966,0,0,0,0,0 +224967,0,0,0,0,0 +224968,0,0,0,0,0 +224969,0,0,0,0,0 +224970,0,0,0,0,0 +224971,0,0,0,0,0 +224972,0,0,0,0,0 +224973,0,0,0,0,0 +224974,0,0,0,0,0 +224975,0,0,0,0,0 +224976,0,0,0,0,0 +224977,0,0,0,0,0 +224978,0,0,0,0,0 +224979,0,0,0,0,0 +224980,0,0,0,0,0 +224981,0,0,0,0,0 +224982,0,0,0,0,0 +224983,0,0,0,0,0 +224984,0,0,0,0,0 +224985,0,0,0,0,0 +224986,0,0,0,0,0 +224987,0,0,0,0,0 +224988,0,0,0,0,0 +224989,0,0,0,0,0 +224990,0,0,0,0,0 +224991,0,0,0,0,0 +224992,0,0,0,0,0 +224993,0,0,0,0,0 +224994,0,0,0,0,0 +224995,0,0,0,0,0 +224996,0,0,0,0,0 +224997,0,0,0,0,0 +224998,0,0,0,0,0 +224999,0,0,0,0,0 +225000,0,0,0,0,0 +225001,0,0,0,0,0 +225002,0,0,0,0,0 +225003,0,0,0,0,0 +225004,0,0,0,0,0 +225005,0,0,0,0,0 +225006,0,0,0,0,0 +225007,0,0,0,0,0 +225008,0,0,0,0,0 +225009,0,0,0,0,0 +225010,0,0,0,0,0 +225011,0,0,0,0,0 +225012,0,0,0,0,0 +225013,0,0,0,0,0 +225014,0,0,0,0,0 +225015,0,0,0,0,0 +225016,0,0,0,0,0 +225017,0,0,0,0,0 +225018,0,0,0,0,0 +225019,0,0,0,0,0 +225020,0,0,0,0,0 +225021,0,0,0,0,0 +225022,0,0,0,0,0 +225023,0,0,0,0,0 +225024,0,0,0,0,0 +225025,0,0,0,0,0 +225026,0,0,0,0,0 +225027,0,0,0,0,0 +225028,0,0,0,0,0 +225029,0,0,0,0,0 +225030,0,0,0,0,0 +225031,0,0,0,0,0 +225032,0,0,0,0,0 +225033,0,0,0,0,0 +225034,0,0,0,0,0 +225035,0,0,0,0,0 +225036,0,0,0,0,0 +225037,0,0,0,0,0 +225038,0,0,0,0,0 +225039,0,0,0,0,0 +225040,0,0,0,0,0 +225041,0,0,0,0,0 +225042,0,0,0,0,0 +225043,0,0,0,0,0 +225044,0,0,0,0,0 +225045,0,0,0,0,0 +225046,0,0,0,0,0 +225047,0,0,0,0,0 +225048,0,0,0,0,0 +225049,0,0,0,0,0 +225050,0,0,0,0,0 +225051,0,0,0,0,0 +225052,0,0,0,0,0 +225053,0,0,0,0,0 +225054,0,0,0,0,0 +225055,0,0,0,0,0 +225056,0,0,0,0,0 +225057,0,0,0,0,0 +225058,0,0,0,0,0 +225059,0,0,0,0,0 +225060,0,0,0,0,0 +225061,-18.88590468,2300.89749,2796.039859,0.633799568,-245.2222474 +225062,422.9364895,310.9899395,3120.206319,201.3828109,560.2026057 +225063,416.6513579,285.8330829,712.181864,198.1627323,553.2489665 +225064,405.7216427,279.3581855,672.1674306,192.7802794,537.7634627 +225065,394.5126774,281.6754845,663.6839148,187.3728388,520.5335827 +225066,384.778035,285.8130639,667.7160785,182.7688694,504.639987 +225067,376.7139304,289.2691745,695.2075879,179.0282489,490.7384629 +225068,370.0025196,291.8330663,908.6723169,175.9707041,478.5733002 +225069,364.3182324,293.8869087,778.6923703,173.4222063,467.7754228 +225070,359.4439082,295.7381669,831.9851696,171.2679669,458.0863551 +225071,355.2443759,297.5242464,845.8912748,169.4366897,449.348663 +225072,351.625083,299.2839246,857.9269561,167.8788261,441.4558851 +225073,348.5093029,358.645549,870.0055333,166.5547523,434.3215144 +225074,345.8318555,390.5990808,881.959173,165.4306157,427.8676191 +225075,343.5323939,376.2711071,893.9888654,164.4773819,422.0230288 +225076,341.5600079,394.986334,905.8797432,163.6704611,416.7234808 +225077,339.8737016,404.6594757,918.2434171,162.9892622,411.9118072 +225078,338.4352098,414.1133653,929.7669368,162.4165945,407.5373416 +225079,337.2148,423.4302217,942.1082248,161.9381233,403.5553584 +225080,336.1843927,432.8617653,953.8009119,161.5418563,399.9262396 +225081,335.3230498,442.3127695,966.1340238,161.2177538,396.6149618 +225082,334.6099933,451.6571567,977.4645549,160.9573699,393.5904106 +225083,334.0304287,460.9668605,989.7918084,160.7536004,390.8250388 +225084,333.5686988,478.508756,1019.061734,160.6004351,388.2943258 +225085,333.3706771,489.052064,1033.848008,160.5528198,385.9769354 +225086,333.3683955,499.0800802,1046.85928,160.5833146,383.8538777 +225087,333.4745732,509.2285466,1059.733023,160.6588096,381.9078591 +225088,333.6448845,518.9235064,1072.149442,160.7616254,380.1233596 +225089,333.8619071,528.9890682,1085.016287,160.885798,378.4866486 +225090,334.1240824,538.7088223,1097.192699,161.0301832,376.9855154 +225091,334.4291508,547.6242163,1107.920325,161.1946348,375.6091941 +225092,334.7736248,556.7253166,1117.837843,161.3767364,374.3480464 +225093,335.1514444,565.5274834,1128.104591,161.5744381,373.1934816 +225094,335.5614095,573.9261195,1137.989564,161.786617,372.1377361 +225095,336.0005001,582.892561,1147.481395,162.0127553,371.1738645 +225096,336.4692778,591.1903161,1157.523544,162.2525485,370.2955391 +225097,336.9653906,600.1670427,1166.749395,162.5057317,369.4970638 +225098,337.4895709,608.2358878,1176.069255,162.7720077,368.773202 +225099,338.0394981,616.8224203,1185.266834,163.0510646,368.1192157 +225100,338.6159405,625.0042532,1194.26057,163.3425715,367.5307193 +225101,339.2166206,633.5794849,1203.109221,163.6461989,367.0037222 +225102,339.842365,641.7271682,1211.89414,163.9616112,366.5345136 +225103,340.4909533,649.9822695,1220.479299,164.2884823,366.119719 +225104,341.1632631,658.1796074,1228.925606,164.6264802,365.7561749 +225105,341.8571169,666.275467,1237.31812,164.9752849,365.4410036 +225106,342.5734366,674.3909568,1245.478753,165.3345726,365.171493 +225107,343.3100816,682.4363266,1253.620861,165.7040332,364.945176 +225108,344.0680136,690.4456007,1261.527629,166.0833545,364.7597145 +225109,344.8451273,698.2125546,1269.420215,166.4722396,364.6129858 +225110,345.6424168,706.4617,1277.076376,166.870388,364.5029566 +225111,345.0032505,714.1933098,1284.72186,166.6163548,361.7831404 +225112,344.2179339,722.0779846,1292.13601,166.2963866,358.7956297 +225113,343.4929097,729.8874527,1299.543875,166.0050904,355.9194713 +225114,342.8309743,737.6580713,1306.710378,165.7426944,353.1590403 +225115,342.2247371,745.1546917,1313.879248,165.506118,350.5058704 +225116,341.668787,753.2241445,1320.802829,165.2918375,347.9487032 +225117,341.15568,760.6933519,1327.696949,165.0969528,345.4775786 +225118,340.6823942,768.3530908,1334.475531,164.919238,343.0842996 +225119,340.2437031,775.9311324,1341.047953,164.7569578,340.7620727 +225120,339.8381168,783.472103,1347.625782,164.6086754,338.5049332 +225121,339.4335278,1224.479588,2308.159677,164.4604972,336.2568884 +225122,357.6561003,1248.794488,2343.617331,172.9182093,368.7911127 +225123,385.6203851,1268.554499,2368.530805,185.7486585,420.4074289 +225124,414.106846,1286.706889,2410.225843,198.6320573,474.5499409 +225125,439.1746681,1303.741573,2383.517809,209.7719313,523.8089439 +225126,460.3636624,1320.131562,2456.026259,219.0098773,566.8812711 +225127,478.3652041,1335.948968,2436.777902,226.7332155,604.6359342 +225128,493.9230017,1351.506288,2465.873264,233.324617,638.1430558 +225129,507.5606587,1366.583036,2480.129312,239.0461699,668.1595645 +225130,519.6191492,1381.381757,2495.371577,244.0664692,695.1709009 +225131,530.3417259,1396.148159,2510.573785,248.5045828,719.5253665 +225132,539.9245976,1410.379009,2525.047614,252.4552096,741.5140482 +225133,548.536083,1424.759167,2539.553187,255.998135,761.3988966 +225134,556.3214791,1438.771393,2558.949682,259.200854,779.4172366 +225135,563.4047068,1452.681522,2564.521142,262.1197166,795.7812628 +225136,569.8902831,1466.362233,2580.981864,264.8012205,810.6785094 +225137,575.8659388,1480.11311,2593.891267,267.283549,824.2739161 +225138,581.4052353,1493.414885,2606.189046,313.204765,836.7123634 +225139,586.5699526,1506.71315,2624.258445,392.0018916,848.1212663 +225140,766.5014071,1519.957958,2628.73392,352.3919235,858.6127141 +225141,821.9416941,1532.939563,2642.915665,378.0616061,868.2854012 +225142,786.6031694,1545.83614,2654.956237,388.0392025,877.2261748 +225143,829.1683143,1558.590622,2670.729411,397.0734014,885.5114825 +225144,847.8711752,1571.1451,2675.133753,406.1945937,893.2086047 +225145,865.8645799,1583.802417,2692.409686,415.0864349,900.3768737 +225146,883.4394241,1595.942609,2696.930647,423.7055608,907.0686824 +225147,900.5965683,1608.34648,2712.379693,432.1030283,913.3303662 +225148,917.3275036,1620.398903,2721.981358,440.534248,919.2028907 +225149,933.6707892,1632.329007,2725.741049,448.5202449,924.7225239 +225150,950.0663379,1644.380967,2740.741156,456.7695196,929.9213467 +225151,965.5830128,1661.191033,2742.482933,464.168376,934.8277811 +225152,980.9120208,1666.845259,2742.613464,471.9950312,939.4669912 +225153,995.8895049,1685.821086,2742.348632,479.3137298,943.8613062 +225154,1010.509895,1686.934846,2742.554638,486.59399,948.0305517 +225155,1025.439335,1711.893022,2743.23947,493.6097564,951.9923933 +225156,1039.058457,1703.865929,2744.478091,500.8055807,955.76257 +225157,1053.084324,1699.778787,2745.772348,507.7062185,959.3551385 +225158,1067.041072,1742.710846,2747.202693,514.1189704,962.7826589 +225159,1080.289629,1735.637659,2748.702788,521.0659071,966.0563931 +225160,1093.634894,1749.395456,2750.412908,527.4397696,969.1864267 +225161,1106.307189,1758.984997,2751.9735,533.8543294,972.1818394 +225162,1119.52114,1768.853008,2753.502181,539.9933341,975.0507758 +225163,1131.874472,1778.156052,2755.091377,546.3950084,977.8006004 +225164,1144.302191,1787.582266,2756.74796,552.4986849,980.4379512 +225165,1156.483724,1796.883343,2758.410445,558.2468636,982.9688767 +225166,1168.477655,1805.70446,2760.060382,564.2394394,985.3988423 +225167,1179.97675,1814.949364,2761.697914,569.8310104,987.732868 +225168,1192.122637,1823.750165,2763.286571,575.7660569,989.9755164 +225169,1203.327873,1832.469631,2765.02481,581.2381099,992.1309904 +225170,1214.682397,1841.083312,2766.51919,586.7746817,1086.104965 +225171,1226.154203,1849.584084,2767.960352,592.199249,1199.703282 +225172,1236.623428,1858.115469,2769.368923,597.5415029,1132.167203 +225173,1247.685742,1866.30059,2770.693275,602.6073077,1169.895191 +225174,1258.30164,1874.469546,2771.977694,608.0987528,1181.663141 +225175,1268.780111,1882.597006,2773.197144,613.0527572,1192.358847 +225176,1278.816806,1890.555431,2774.350128,618.1197881,1203.083978 +225177,1289.686676,1898.26022,2775.440449,623.079469,1213.246663 +225178,1299.432123,1906.108432,2776.46425,627.969527,1223.668498 +225179,1309.460019,1913.705539,2777.424488,632.752979,1232.977044 +225180,1319.349384,1921.276907,2778.327535,637.5380918,1243.110968 +225181,1551.376963,2017.23278,2566.802793,734.7306936,1676.561677 +225182,1985.802854,2222.427187,2685.336172,930.5630966,2457.939931 +225183,1457.536677,1980.074216,2511.07617,693.3699865,1480.59013 +225184,2044.659531,2251.345635,2680.178944,954.0527155,2543.414958 +225185,1469.282474,1997.131944,2514.173016,704.9077569,1485.952821 +225186,2065.653428,2290.670259,2686.354007,965.0104522,2577.657451 +225187,1670.917927,2058.294511,2687.341524,792.3892174,1806.548479 +225188,1829.913015,2199.142212,2688.1229,862.2167613,2121.455208 +225189,1815.086046,2157.701393,2689.050047,856.6720101,2072.306308 +225190,1825.304552,2168.232118,2690.752324,861.4148549,2083.565612 +225191,1835.804204,2164.829254,2693.506941,866.2686372,2093.392975 +225192,1846.001237,2209.680762,2697.290903,871.2753014,2102.97878 +225193,1856.254103,2180.95793,2701.500019,876.117397,2112.399617 +225194,1866.402376,2201.84916,2705.914743,880.9865821,2121.719706 +225195,1884.796264,2206.170317,2712.207734,885.6544992,2135.357049 +225196,1883.390723,2212.465431,2715.827466,890.4021799,2147.189313 +225197,1909.193527,2219.08583,2719.87921,895.0245394,2147.205675 +225198,1895.433947,2225.323066,2725.690398,899.7189343,2140.130476 +225199,1903.69784,2231.53703,2728.4821,904.0645569,2176.165205 +225200,1933.147965,2237.674257,2733.312453,908.7460997,2171.156802 +225201,1930.878298,2243.486517,2736.97637,913.0596909,2182.132433 +225202,1942.786353,2249.637624,2740.027279,917.5497069,2190.169873 +225203,1951.796124,2255.257024,2740.8531,921.810691,2198.198593 +225204,1960.952415,2261.039914,2744.139749,926.1942224,2206.025998 +225205,1969.79136,2266.569817,2744.755018,930.3639705,2214.687062 +225206,1978.660843,2271.870146,2745.933078,934.629539,2236.685678 +225207,1987.210114,2277.499681,2747.260793,938.7899628,2204.154293 +225208,1996.267675,2282.659338,2748.588699,942.8971285,2248.515745 +225209,2004.441198,2287.78058,2749.798787,946.9664874,2240.996784 +225210,2013.172339,2292.906478,2750.887833,951.0409343,2250.721465 +225211,2021.166035,2304.291978,2753.790078,954.7148857,2257.857668 +225212,2029.641973,2292.513422,2755.328227,958.7577168,2281.022456 +225213,2037.074297,2317.182213,2754.528596,962.3952366,2246.754116 +225214,2045.435218,2307.41082,2754.541395,966.2565934,2300.991963 +225215,2052.925574,2315.826416,2754.577487,969.8517912,2266.12604 +225216,2060.883311,2319.606846,2754.796211,973.5929871,2299.079399 +225217,2068.155835,2323.102044,2754.783738,977.0733388,2296.268627 +225218,2076.046571,2327.038121,2756.422578,980.868976,2322.711849 +225219,2083.300906,2330.247418,2755.212988,984.2068343,2282.291238 +225220,2091.081321,2334.125722,2754.718307,987.8390248,2343.655345 +225221,2097.924246,2337.419513,2754.381573,991.2093085,2302.736646 +225222,2105.707591,2340.773507,2755.893506,994.7197528,2346.905397 +225223,2112.600765,2343.730685,2754.606872,997.9711601,2328.028666 +225224,2120.011932,2346.919926,2753.869903,1001.491872,2342.632623 +225225,2126.877352,2349.816757,2753.558427,1004.685618,2347.023038 +225226,2134.255213,2352.712018,2753.529649,1008.06377,2352.463718 +225227,2140.820898,2355.357998,2753.576794,1011.228815,2358.251534 +225228,2148.048109,2358.07347,2755.33865,1014.529734,2363.660165 +225229,2154.645581,2360.425101,2754.235525,1017.687958,2369.029685 +225230,2161.671367,2362.86763,2753.770811,1020.728113,2380.352988 +225231,2168.054924,2365.191639,2753.427586,1023.996671,2376.763811 +225232,2175.1452,2367.272446,2753.173143,1026.936264,2385.996056 +225233,2181.568266,2369.3593,2752.675405,1030.05463,2390.297176 +225234,2188.207425,2371.303473,2752.144,1033.149394,2395.483886 +225235,2194.579234,2373.1016,2751.542141,1036.073389,2400.414443 +225236,2201.25668,2374.828488,2750.86686,1039.018341,2405.278257 +225237,2207.437616,2376.488226,2750.122063,1042.06691,2410.044241 +225238,2213.830227,2377.966407,2749.316473,1044.896252,2415.084366 +225239,2220.264024,2379.410016,2748.62258,1047.756535,2419.726408 +225240,2226.452958,2380.700294,2747.645172,1050.722149,2424.210296 +225241,2238.802004,2384.663347,2747.661524,1056.068304,2440.030579 +225242,2245.54423,2386.537967,2748.281365,1059.29307,2446.517147 +225243,2252.177047,2387.869061,2748.895501,1062.254666,2451.671908 +225244,2258.529117,2389.207413,2750.385404,1065.266318,2457.44919 +225245,2264.626298,2390.021852,2749.235674,1068.080622,2462.26872 +225246,2270.934089,2391.085607,2748.641593,1070.94482,2467.487187 +225247,2276.868182,2391.828612,2747.895819,1073.607195,2472.176135 +225248,2287.312815,2392.533796,2747.105075,1076.36189,2477.2546 +225249,2285.442922,2393.05257,2746.369894,1079.028859,2487.180355 +225250,2308.661427,2393.545308,2745.72069,1081.671957,2484.221214 +225251,2278.183603,2393.855333,2744.682811,1084.283889,2491.360799 +225252,2317.121332,2394.080864,2743.587974,1086.865401,2496.065358 +225253,2308.956575,2394.215509,2742.446318,1089.418028,2499.974996 +225254,2317.392943,2394.20482,2741.247332,1091.942326,2504.637124 +225255,2322.686322,2394.346611,2739.99961,1094.439171,2508.747583 +225256,2328.289064,2393.944595,2740.370868,1096.908096,2513.060922 +225257,2333.705208,2393.562567,2737.968342,1099.353464,2517.075206 +225258,2339.106035,2393.259811,2736.139662,1101.769896,2521.150888 +225259,2344.453196,2392.718988,2734.642368,1104.162579,2530.959931 +225260,2349.754832,2392.056346,2733.056503,1106.468359,2522.08377 +225261,2355.012086,2391.425758,2731.437717,1108.903711,2540.275179 +225262,2360.355972,2390.579303,2729.95947,1111.178887,2535.74885 +225263,2365.32493,2389.680235,2728.356116,1113.484914,2540.566536 +225264,2370.41504,2388.669456,2726.668264,1117.307006,2545.126126 +225265,2375.67838,2387.534977,2725.005991,1117.273039,2548.623082 +225266,2380.626572,2386.389799,2723.4561,1122.831068,2557.180618 +225267,2385.650065,2385.058133,2721.866882,1120.58055,2554.48208 +225268,2390.614177,2383.676399,2720.251496,1129.260571,2559.034629 +225269,2395.539397,2382.361306,2718.374111,1122.462332,2563.191854 +225270,2398.084888,2374.659333,2716.425987,1141.661528,2566.459159 +225271,2402.287608,2371.556413,2714.520864,1121.933493,2574.464912 +225272,2406.779639,2369.13024,2712.594373,1155.895606,2572.25904 +225273,2410.940827,2366.538266,2710.533252,1113.210617,2575.692574 +225274,2415.379148,2363.919973,2708.605838,1151.791142,2584.530004 +225275,2419.672679,2361.396338,2708.267685,1157.692191,2578.408917 +225276,2423.939551,2351.248499,2705.181973,1121.156878,2593.92555 +225277,2428.184409,2365.882331,2702.877607,1154.024528,2584.776078 +225278,2432.385795,2341.110957,2700.760047,1147.859546,2599.077064 +225279,2436.552112,2360.988182,2698.583534,1149.667577,2591.429095 +225280,2440.683185,2335.028399,2696.465629,1152.084153,2598.353907 +225281,2444.78061,2347.782929,2695.8502,1153.995063,2600.214061 +225282,2448.83805,2338.986411,2694.283853,1155.925493,2601.522915 +225283,2452.998364,2336.538103,2690.438645,1157.669243,2599.046426 +225284,2456.781265,2333.339468,2687.097125,1159.535198,2596.587017 +225285,2460.834162,2329.912406,2683.837019,1161.320163,2594.381167 +225286,2464.740364,2326.614376,2682.301855,1163.096009,2594.444957 +225287,2478.259639,2322.790975,2677.886611,1164.848647,2591.384049 +225288,2458.151708,2319.299278,2675.971786,1166.587926,2591.25872 +225289,2483.12788,2315.557528,2671.618294,1168.30269,2588.222292 +225290,2478.719836,2311.804481,2667.90155,1170.070542,2586.039421 +225291,2483.850392,2307.955308,2664.420349,1171.651961,2584.199524 +225292,2487.66308,2304.08308,2662.78976,1173.366087,2584.692695 +225293,2491.378964,2300.025608,2660.313303,1175.001613,2584.203853 +225294,2495.208311,2295.9755,2655.80339,1176.565054,2581.254237 +225295,2498.673782,2291.880191,2652.06192,1178.280198,2579.26455 +225296,2502.415771,2287.652825,2648.44357,1179.831513,2577.63881 +225297,2506.011733,2283.414781,2645.209945,1181.425442,2576.221356 +225298,2509.602267,2279.073166,2642.082749,1183.061708,2574.935027 +225299,2513.168498,2274.676954,2638.830019,1184.51506,2573.734798 +225300,2516.847661,2270.359305,2635.883823,1186.103272,2572.590881 +225301,2403.098358,2212.395379,2632.653282,1134.540395,2570.307348 +225302,2405.213529,2206.50484,2621.686061,1135.133429,2556.318428 +225303,2407.796789,2201.40643,2608.372533,1136.264639,2539.15813 +225304,2410.410854,2196.179298,2596.311232,1137.305878,2522.755159 +225305,2423.111551,2190.999845,2585.101113,1138.623865,2481.369595 +225306,2408.538632,2185.80049,2573.009354,1139.791636,2410.688189 +225307,2418.305083,2180.609066,2562.19257,1140.996112,2467.945797 +225308,2425.616414,2175.397277,2555.184332,1142.280963,2448.604188 +225309,2425.483439,2170.116781,2550.115926,1143.615745,2445.933176 +225310,2429.471204,2164.821623,2545.853418,1144.814504,2455.110917 +225311,2432.793745,2159.582888,2542.20839,1146.185958,2444.656921 +225312,2435.930756,2149.979893,2538.792925,1147.37608,2448.480636 +225313,2439.352137,2151.571463,2535.760696,1148.815997,2447.055588 +225314,2442.43084,2149.698558,2532.97609,1149.907112,2442.890673 +225315,2446.005275,2109.668641,2530.218676,1151.327192,2438.836643 +225316,2448.896626,2163.609669,2527.436216,1152.506917,2434.919098 +225317,2452.452785,2097.489757,2524.593046,1153.87804,2431.097005 +225318,2455.4008,2127.20125,2521.625826,1155.066463,2427.269234 +225319,2466.468548,2112.679778,2518.543754,1156.436736,2423.410528 +225320,2451.07052,2106.161519,2515.481786,1157.624129,2419.651096 +225321,2470.901969,2102.313631,2512.471483,1158.924563,2416.023029 +225322,2467.541024,2114.422374,2509.447336,1160.213576,2412.442782 +225323,2472.117227,2086.514788,2506.463684,1161.601156,2408.960536 +225324,2475.4092,2064.418686,2503.615101,1162.695257,2405.672368 +225325,2478.632631,2109.668423,2500.77147,1164.11213,2402.423131 +225326,2481.856569,2042.779007,2497.937245,1165.286803,2399.220353 +225327,2485.288266,2079.149606,2495.174333,1166.654435,2396.115011 +225328,2500.708689,2081.07066,2492.351998,1167.839045,2392.958838 +225329,2473.519508,2021.080637,2489.625367,1169.207527,2389.935293 +225330,2503.817966,2064.281767,2487.004961,1170.392004,2387.04274 +225331,2496.417837,2038.907343,2484.337446,1171.780541,2384.099928 +225332,2501.059262,2035.855478,2481.671779,1172.76181,2381.177189 +225333,2513.692526,2029.69359,2479.027482,1174.03027,2378.290589 +225334,2493.829568,2023.369883,2476.429981,1175.305655,2375.461491 +225335,2520.177918,2017.014751,2473.862955,1176.386502,2372.674845 +225336,2507.935087,2010.636813,2471.302649,1177.751254,2369.90961 +225337,2541.519786,2004.219617,2468.730081,1178.847075,2367.130804 +225338,2495.217856,1997.657785,2466.216198,1180.112816,2364.413625 +225339,2545.477176,1991.360707,2463.741718,1181.255852,2361.74 +225340,2504.013059,2004.408387,2461.253348,1182.579962,2359.054099 +225341,2558.830981,1950.189244,2459.023459,1183.61152,2356.666758 +225342,2507.279657,2007.33189,2458.648859,1184.914294,2356.555508 +225343,2560.273111,1930.618566,2455.683835,1186.037486,2353.28882 +225344,2521.329423,1982.01078,2453.240956,1187.286698,2350.647758 +225345,2558.851581,1936.881382,2450.958385,1188.421324,2348.182719 +225346,2540.008271,1950.798786,2450.594675,1189.6691,2348.060458 +225347,2550.481461,1937.726118,2447.597792,1190.800212,2344.700992 +225348,2552.449958,1931.84914,2445.340154,1192.047619,2342.237624 +225349,2555.559573,1925.504687,2443.45492,1193.17962,2340.210171 +225350,2558.388904,1918.754481,2443.509615,1194.42623,2340.539216 +225351,2561.728124,1912.084915,2440.995616,1195.556049,2337.723316 +225352,2564.467947,1905.418838,2439.118173,1196.802347,2335.684342 +225353,2567.673966,1898.725734,2437.478596,1197.93372,2333.901873 +225354,2570.724225,1891.92304,2437.702966,1199.181032,2334.394323 +225355,2573.905377,1904.983397,2437.19201,1200.311627,2333.773303 +225356,2576.681566,1850.635192,2434.466292,1201.557968,2330.652569 +225357,2580.09284,1906.268991,2434.217535,1202.692439,2330.577498 +225358,2582.751914,1832.27942,2431.600733,1203.938416,2327.55174 +225359,2586.223192,1878.81541,2429.733323,1205.073219,2325.404357 +225360,2588.967378,1840.271278,2429.833055,1206.324223,2325.667958 +225361,2329.150792,1738.88545,2427.453147,1098.470607,2322.268894 +225362,2359.496912,1724.523424,2411.480373,1096.812407,2298.905164 +225363,2343.636984,1716.900691,2390.852199,1096.428405,2267.970282 +225364,2347.108577,1708.618923,2371.822567,1096.201311,2237.806229 +225365,2347.827625,1723.270098,2356.081506,1096.153592,2211.696254 +225366,2348.812714,1660.212075,2343.911069,1096.226057,2189.882507 +225367,2349.613263,1700.436386,2334.224002,1096.311921,2171.446898 +225368,2350.87468,1673.851946,2326.129839,1096.631083,2155.384357 +225369,2352.111265,1669.514513,2319.130358,1096.915984,2141.131938 +225370,2353.454155,1662.002334,2312.193593,1097.126498,2105.697773 +225371,2373.580297,1654.505305,2302.759867,1097.514015,2025.272708 +225372,2328.479665,1647.065737,2293.062873,1097.876109,2075.463504 +225373,2385.068725,1639.684776,2286.288932,1098.278924,2054.947176 +225374,2355.494927,1632.361786,2283.263567,1098.710502,2057.89252 +225375,2342.204392,1625.091816,2278.48567,1099.165805,2049.978483 +225376,2374.524206,1617.781396,2274.846854,1099.650019,2047.729855 +225377,2382.593122,1610.772557,2273.639976,1100.157679,2051.610532 +225378,2335.724035,1603.61167,2272.059286,1100.687294,2046.591648 +225379,2383.134622,1596.592117,2268.614874,1101.309482,2046.288132 +225380,2368.598331,1589.724171,2265.947358,1101.780802,2041.209991 +225381,2384.851838,1582.66806,2263.459602,1102.426634,2037.754586 +225382,2354.243967,1575.89046,2261.053269,1103.033746,2033.705563 +225383,2409.844984,1568.991375,2258.599264,1103.671803,2028.048779 +225384,2362.992506,1562.418048,2255.991439,1104.330938,2022.375472 +225385,2365.926063,1555.703166,2253.28181,1105.01063,2016.762092 +225386,2418.067518,1549.140051,2250.695229,1105.639045,2011.463106 +225387,2352.932708,1542.634989,2248.1273,1106.466162,2006.324204 +225388,2419.358236,1536.203047,2245.606919,1107.155927,2001.355761 +225389,2360.950594,1529.846314,2243.01619,1107.927301,1996.393874 +225390,2423.827928,1523.568636,2242.254716,1108.708454,1993.739643 +225391,2383.445832,1517.310245,2240.529106,1109.463132,1989.991919 +225392,2401.810247,1511.126068,2236.481153,1110.228945,1983.482351 +225393,2401.123646,1505.01883,2233.348637,1111.081754,1978.121073 +225394,2403.688812,1498.990969,2230.747604,1111.770926,1973.427208 +225395,2406.056223,1493.046508,2228.435252,1112.63403,1969.110104 +225396,2408.647973,1487.188363,2228.23523,1113.452314,1967.178725 +225397,2411.119151,1484.0176,2225.287509,1114.292811,1962.181979 +225398,2413.73329,1479.822623,2224.701443,1115.154985,1960.111275 +225399,2416.050386,1475.463127,2221.691472,1116.026659,1955.094644 +225400,2419.024493,1471.465626,2219.392583,1116.918229,1950.949194 +225401,2421.496438,1467.324766,2217.374812,1117.822862,1947.139257 +225402,2424.262892,1463.338966,2215.518462,1118.742888,1943.521795 +225403,2426.913496,1459.416245,2213.767485,1119.677716,1940.032802 +225404,2429.730288,1455.665912,2212.090566,1120.627262,1936.635654 +225405,2432.453783,1451.764302,2210.470195,1121.590793,1933.308074 +225406,2435.074391,1448.14835,2208.897587,1122.642799,1930.037291 +225407,2438.219093,1444.539386,2209.087388,1123.52645,1928.928603 +225408,2440.850318,1441.024564,2206.655547,1124.580806,1924.612056 +225409,2443.840959,1437.604338,2204.816878,1125.516982,1921.012529 +225410,2446.666319,1434.271321,2203.379417,1126.658965,1917.649633 +225411,2449.673844,1431.031158,2201.847587,1127.651813,1914.417909 +225412,2452.620462,1427.793239,2202.091693,1128.722238,1913.381624 +225413,2455.332615,1424.952745,2199.767197,1129.791839,1909.159556 +225414,2458.636337,1422.497775,2198.052562,1130.87639,1905.67576 +225415,2461.695687,1420.044703,2198.423961,1132.964907,1904.545959 +225416,2472.765393,1417.86442,2196.219464,1134.714575,1900.462886 +225417,2455.814836,1415.657189,2196.297732,1136.560305,1899.063636 +225418,2483.805214,1413.37572,2195.6048,1138.500505,1896.787342 +225419,2470.011312,1411.385883,2194.404431,1140.534508,1894.376279 +225420,2477.531455,1409.348477,2191.642909,1142.733216,1889.554779 +225421,2713.815908,1513.62279,2197.09268,1251.049565,1896.671836 +225422,2723.50931,1513.024473,2218.763796,1255.039269,1926.48869 +225423,2719.036746,1512.246184,2244.667044,1258.230203,1964.083084 +225424,2732.389013,1511.004883,2266.154804,1261.516817,1997.266334 +225425,2734.140181,1509.759539,2281.960307,1264.562371,2023.710875 +225426,2736.991784,1508.450842,2293.006915,1267.667786,2044.065842 +225427,2740.935765,1507.021926,2300.765217,1270.776952,2059.89265 +225428,2744.603187,1505.91854,2306.493348,1273.917155,2072.637154 +225429,2747.965702,1504.372279,2311.148164,1277.097451,2083.213379 +225430,2751.843638,1503.121728,2316.436635,1280.322978,2094.248906 +225431,2754.951594,1501.783531,2320.168766,1283.680401,2102.860116 +225432,2765.520391,1500.471498,2323.237459,1286.880157,2110.186446 +225433,2752.411322,1499.172083,2325.63096,1292.75292,2116.247467 +225434,2774.030156,1497.884995,2325.948772,1293.743483,2119.346452 +225435,2766.482138,1496.61516,2327.171383,1301.827487,2123.186877 +225436,2771.666108,1495.357965,2328.551246,1296.177791,2126.89259 +225437,2775.587365,1494.118014,2331.603446,1318.653084,2132.587899 +225438,2778.150257,1492.890563,2333.771125,1285.472576,2136.763804 +225439,2781.408165,1491.680334,2335.549053,1322.884132,2140.272973 +225440,2783.704208,1490.483513,2335.380238,1312.862498,2141.209954 +225441,2787.396927,1489.305587,2336.040737,1319.189077,2142.995741 +225442,2797.709453,1488.141239,2337.223071,1323.133862,2145.270299 +225443,2785.21512,1486.992694,2338.42242,1326.97171,2147.442306 +225444,2804.885983,1485.861386,2341.284996,1331.088244,2151.570664 +225445,2799.915484,1484.740838,2341.713316,1335.152393,2152.628394 +225446,2801.693428,1483.640713,2342.592741,1339.137909,2154.168578 +225447,2806.725494,1482.461996,2345.221503,1343.357172,2157.794961 +225448,2808.663557,1481.524523,2345.341432,1347.551292,2158.272671 +225449,2812.599392,1480.405242,2347.753908,1351.824613,2161.523894 +225450,2815.215044,1479.377579,2349.420063,1356.146479,2163.813213 +225451,2817.092714,1478.302129,2349.093859,1360.459835,2163.605129 +225452,2828.360129,1477.232832,2351.401248,1364.821663,2166.604152 +225453,2815.854279,1476.170744,2351.269487,1369.309059,2166.565609 +225454,2831.978869,1475.121456,2351.723145,1373.641328,2167.220123 +225455,2831.456949,1474.083618,2354.29956,1378.214,2170.470605 +225456,2831.211393,1473.055592,2354.334409,1382.75536,2170.578007 +225457,2835.44526,1472.042418,2356.514009,1387.371773,2173.324154 +225458,2838.344983,1471.131629,2357.957218,1392.031443,2175.158044 +225459,2846.480793,1470.003702,2357.61285,1396.654783,2174.777765 +225460,2844.374693,1469.091473,2358.145845,1401.642211,2175.658805 +225461,2846.974073,1468.112517,2360.502393,1406.266411,2178.539579 +225462,2847.890157,1467.154321,2360.248786,1411.206205,2178.209589 +225463,2852.214484,1466.21615,2362.27745,1416.118075,2180.674133 +225464,2859.882576,1465.28213,2362.097503,1421.084206,2180.424872 +225465,2858.931593,1464.366641,2362.704789,1426.108832,2181.130876 +225466,2859.325618,1463.460025,2363.397989,1434.70363,2181.929042 +225467,2860.850324,1462.566321,2364.029396,1434.946309,2182.643058 +225468,2863.000785,1461.684546,2364.64007,1453.435059,2183.326745 +225469,2865.411183,1460.815009,2365.31174,1426.556662,2184.08198 +225470,2867.840426,1459.957261,2366.029523,1462.150545,2184.891804 +225471,2869.09245,1459.111685,2366.701484,1454.97893,2185.644317 +225472,2869.398726,1458.277991,2367.287224,1462.612464,2186.289675 +225473,2869.692112,1457.456296,2367.75987,1468.004093,2186.793465 +225474,2870.001982,1456.646276,2368.121553,1473.70309,2187.156491 +225475,2870.347441,1455.848174,2368.398496,1479.021036,2187.601724 +225476,2870.727726,1455.061683,2368.613031,1484.675296,2187.753259 +225477,2873.83159,1454.197781,2370.501748,1490.285534,2189.924835 +225478,2872.894159,1453.656664,2369.788889,1495.949343,2188.960068 +225479,2872.76835,1452.708965,2369.553317,1511.83009,2188.568843 +225480,2872.940149,1452.04585,2369.461074,1492.45888,2188.338032 +225481,2872.244977,1474.192056,2368.463474,1561.696373,2186.475717 +225482,2874.575705,1475.064421,2369.273617,1515.052654,2187.371088 +225483,2878.461008,1475.322039,2371.065184,1577.91569,2189.996599 +225484,2882.266449,1475.553835,2372.888711,1540.581478,2192.517893 +225485,2885.376719,1475.687199,2374.374002,1562.968965,2194.791207 +225486,2890.377109,1475.770309,2377.14675,1584.588718,2198.255673 +225487,2890.75121,1475.822174,2377.040054,1560.751332,2198.471801 +225488,2891.749066,1475.85858,2377.34514,1607.317971,2199.104443 +225489,2892.822093,1475.97595,2377.683468,1576.012508,2199.935836 +225490,2894.008682,1475.858344,2378.074597,1610.553822,2200.555926 +225491,2895.303398,1475.939721,2378.519713,1601.732194,2201.169975 +225492,2896.689108,1475.939813,2379.013611,1613.796369,2201.783944 +225493,2898.314867,1475.953059,2379.655316,1619.642799,2202.526783 +225494,2900.164123,1475.966809,2380.438097,1626.770691,2203.602623 +225495,2902.139638,1475.981635,2381.30342,1633.578258,2204.557465 +225496,2906.875217,1475.999307,2383.933095,1640.689308,2207.650635 +225497,2907.539518,1476.014093,2383.998341,1647.460348,2207.570008 +225498,2909.077146,1476.035744,2384.622232,1654.774914,2208.146485 +225499,2910.902605,1476.057037,2385.417313,1661.71739,2208.894989 +225500,2915.626912,1473.821346,2388.049579,1672.016852,2211.875393 +225501,2916.724284,1473.36032,2388.007353,1685.836155,2211.866113 +225502,2921.414596,1473.132584,2390.015782,1678.883776,2214.78117 +225503,2922.258785,1472.956856,2389.555519,1704.205699,2214.469721 +225504,2924.138813,1472.815559,2389.816995,1699.297207,2214.968245 +225505,2926.210866,1472.688375,2390.276684,1710.610795,2215.605768 +225506,2928.398792,1472.573317,2390.876115,1717.851501,2216.327928 +225507,2930.693894,1472.467448,2391.59597,1724.988782,2217.134423 +225508,2933.027155,1472.369043,2392.381585,1732.713118,2217.975003 +225509,2935.380752,1472.277616,2393.213704,1740.11806,2218.836516 +225510,2937.743662,1472.192209,2394.272559,1747.764149,2219.709104 +225511,2940.110465,1472.053309,2395.155548,1754.981792,2220.586644 +225512,2942.475344,1471.907177,2396.049598,1762.678447,2221.4691 +225513,2944.831039,1471.759808,2396.950283,1769.951379,2222.353358 +225514,2947.17312,1471.612103,2397.853465,1777.474253,2223.235406 +225515,2949.506448,1471.464883,2398.760044,1784.737718,2224.116994 +225516,2951.968893,1471.318033,2399.755787,1797.796339,2225.105195 +225517,2954.429897,1471.07827,2400.757159,1797.702398,2226.097676 +225518,2956.740909,1471.069345,2401.668889,1807.584332,2226.976791 +225519,2959.046864,1470.858389,2402.580869,1815.348362,2227.853295 +225520,2961.668888,1470.726953,2403.515361,1822.384484,2228.754393 +225521,2964.027722,1470.582471,2404.479673,1831.936113,2229.689631 +225522,2966.529834,1470.437684,2405.541965,1842.654289,2230.953173 +225523,2971.973942,1470.293859,2408.484619,1857.199811,2234.353414 +225524,2973.430262,1470.148127,2408.911366,1860.360505,2234.63376 +225525,2975.63138,1470.00423,2409.816489,1872.003675,2235.510418 +225526,2978.2779,1469.952034,2410.995359,1887.141973,2236.719669 +225527,2981.155849,1469.670909,2412.314106,1890.147336,2238.097458 +225528,2983.954216,1469.59024,2413.581332,1901.149679,2239.410298 +225529,2986.897918,1469.431008,2414.94352,1916.455708,2240.842836 +225530,2989.915489,1469.284358,2416.356783,1920.075718,2242.34122 +225531,2992.892335,1469.137791,2417.748789,1934.449501,2243.81541 +225532,2995.836711,1468.99047,2419.123996,1939.483519,2245.270113 +225533,2998.89985,1468.842814,2420.577507,1956.602109,2246.822991 +225534,3001.996597,1468.694162,2422.055212,1958.853601,2248.406648 +225535,3004.691887,1468.544723,2423.27989,1963.808041,2249.674785 +225536,3006.874801,1468.394245,2424.176403,1968.519808,2250.53006 +225537,3008.583866,1468.243164,2424.761517,1971.139604,2250.987911 +225538,3009.810304,1468.091025,2425.021906,1974.145933,2251.026941 +225539,3010.632956,1467.938471,2425.001592,1977.480696,2250.699133 +225540,3011.166563,1467.785109,2424.769852,1981.047639,2250.090265 +225541,3013.995504,1434.351237,2426.839294,1985.910207,2253.700145 +225542,3011.792229,1433.673582,2425.131309,1987.914673,2251.67062 +225543,3007.274665,1433.102474,2421.598214,1988.899892,2246.707683 +225544,3003.171939,1432.53397,2418.213259,1990.598384,2241.630642 +225545,3000.516356,1431.974862,2415.750508,1993.518372,2237.630621 +225546,2999.198593,1431.325729,2414.183033,1997.397264,2234.793721 +225547,2998.767188,1430.896454,2413.236766,2001.789692,2232.83815 +225548,2998.83716,1430.270999,2412.669134,2006.383667,2231.488542 +225549,2999.177625,1429.719168,2412.330085,2011.206402,2230.566158 +225550,2999.673399,1429.151266,2412.139855,2015.810253,2229.969648 +225551,3000.270504,1428.579955,2412.056221,2020.401688,2229.63947 +225552,3000.938106,1428.004637,2412.051878,2024.9887,2229.532631 +225553,3001.653482,1427.425621,2412.105629,2029.573894,2229.613034 +225554,3002.399219,1426.842172,2412.200751,2034.156367,2229.850037 +225555,3003.162272,1426.254714,2412.324296,2038.734064,2230.217835 +225556,3003.933527,1425.662615,2412.466645,2043.30552,2230.695134 +225557,3007.353824,1425.067598,2414.309316,2049.711947,2233.374416 +225558,3006.772946,1424.46419,2413.635292,2053.283157,2232.997831 +225559,3006.990487,1423.860373,2413.475047,2057.42133,2233.321589 +225560,3007.436547,1423.249719,2413.450521,2061.752006,2233.857557 +225561,3008.005888,1422.635171,2413.494838,2066.191495,2234.518619 +225562,3008.644438,1422.015771,2413.578391,2070.6853,2235.267701 +225563,3009.315726,1421.392117,2413.682711,2075.198747,2236.080801 +225564,3009.9995,1420.763668,2413.797218,2079.71575,2236.942311 +225565,3010.684006,1420.130972,2413.915041,2084.416521,2237.840432 +225566,3011.363919,1419.49346,2414.032688,2088.896567,2238.767461 +225567,3012.038611,1418.851671,2414.149467,2093.370045,2239.719429 +225568,3012.707082,1418.205031,2414.264551,2097.84767,2240.692572 +225569,3013.367181,1417.554093,2414.376473,2102.331145,2241.682667 +225570,3014.017069,1416.898278,2414.48401,2106.817648,2242.686107 +225571,3014.655605,1416.163138,2414.5864,2111.303819,2243.700081 +225572,3015.271613,1415.407534,2414.675072,2115.762324,2244.722751 +225573,3015.856643,1414.63958,2414.743663,2120.349894,2245.751697 +225574,3016.410269,1413.860623,2414.791509,2124.675298,2246.786142 +225575,3016.937767,1413.072182,2414.821937,2128.963572,2247.827329 +225576,3017.441762,1412.274146,2414.836759,2133.423252,2248.874023 +225577,3017.924311,1411.467446,2414.837507,2137.595174,2249.925074 +225578,3018.388094,1410.651685,2414.826127,2141.89257,2250.980478 +225579,3018.837305,1409.827644,2414.805539,2145.718554,2252.041965 +225580,3019.273553,1408.994836,2414.777061,2149.915414,2253.109652 +225581,3019.691639,1408.154004,2414.737665,2154.246114,2254.178476 +225582,3020.08704,1407.304611,2414.684685,2158.587122,2255.243985 +225583,3020.461111,1406.359469,2414.619081,2162.74547,2256.306329 +225584,3020.816907,1405.622784,2414.542857,2166.870993,2257.367106 +225585,3021.155842,1404.687878,2414.456996,2170.976919,2258.426775 +225586,3021.476655,1403.819279,2414.360816,2175.26583,2259.483858 +225587,3021.778511,1402.930418,2414.253907,2179.348395,2260.537292 +225588,3022.063294,1402.033038,2414.13757,2183.404415,2261.588221 +225589,3022.33224,1401.128176,2414.012677,2187.442597,2262.637303 +225590,3022.585277,1400.215191,2413.879287,2191.465503,2263.684258 +225591,3022.82126,1399.381614,2413.736781,2195.471383,2264.727994 +225592,3023.04011,1398.325617,2413.585193,2199.45824,2265.76826 +225593,3023.24259,1397.450648,2413.425067,2203.425006,2266.805456 +225594,3023.428695,1396.494024,2413.256487,2207.370696,2267.839449 +225595,3023.598314,1395.542556,2413.07943,2211.294633,2268.869982 +225596,3023.749658,1394.583498,2412.892806,2215.398108,2269.895497 +225597,3023.882147,1393.617196,2412.696274,2219.267175,2270.915359 +225598,3023.998204,1392.642981,2412.491384,2223.105879,2271.931314 +225599,3024.099139,1391.661575,2412.279014,2226.925211,2272.944289 +225600,3024.184788,1390.672282,2412.059125,2230.728132,2273.954108 +225601,3023.067681,1323.593081,2410.573116,2234.02246,2272.601015 +225602,3012.607235,1322.142978,2402.09097,2231.654587,2260.679773 +225603,2998.369756,1320.920286,2390.623256,2227.531913,2243.705081 +225604,2985.694845,1319.765241,2380.045542,2225.115941,2227.226214 +225605,2976.437473,1318.631282,2371.7662,2225.305709,2213.468088 +225606,2970.196118,1317.422976,2365.603313,2227.449644,2202.261027 +225607,2965.94406,1316.421893,2360.916367,2230.600543,2193.356806 +225608,2962.834909,1315.245449,2357.158097,2234.097363,2185.917838 +225609,2960.365676,1314.139804,2353.989826,2237.627637,2179.535491 +225610,2958.28055,1313.022436,2351.225108,2241.094481,2173.969926 +225611,2956.44948,1311.985328,2348.756463,2244.487328,2169.070118 +225612,2954.797006,1310.745654,2346.513048,2247.81492,2164.726684 +225613,2953.270672,1309.679612,2344.442196,2251.083271,2160.85145 +225614,2951.830053,1308.541844,2342.502522,2254.293601,2157.370064 +225615,2950.444986,1307.412483,2340.662166,2257.446257,2154.220475 +225616,2949.094209,1306.279936,2338.89729,2260.542849,2151.35157 +225617,2947.480341,1305.143903,2337.191883,2263.588063,2148.723294 +225618,2946.182941,1304.004128,2335.533389,2266.585825,2146.301479 +225619,2944.902717,1302.860809,2333.909996,2269.537125,2144.054573 +225620,2943.629658,1301.713777,2332.313223,2272.443718,2141.956813 +225621,2942.35977,1300.563292,2330.737678,2275.308516,2139.98785 +225622,2941.091174,1299.409229,2329.179486,2278.134271,2138.130725 +225623,2939.820708,1298.25189,2327.634585,2281.118625,2136.369629 +225624,2938.546706,1297.091181,2326.100426,2283.856306,2134.691894 +225625,2937.270491,1295.927421,2324.576772,2286.554082,2133.08886 +225626,2935.992757,1294.679654,2323.063256,2289.224677,2131.552736 +225627,2934.712217,1293.628582,2321.558457,2291.871915,2130.075338 +225628,2933.427564,1292.399457,2320.061083,2294.494927,2128.649445 +225629,2934.776266,1291.237622,2320.249506,2298.960449,2129.356089 +225630,2932.134377,1290.057695,2317.93511,2300.526797,2127.005019 +225631,2930.287582,1288.776586,2316.134439,2302.647962,2125.318323 +225632,2928.653704,1287.468787,2314.462967,2304.893587,2123.820055 +225633,2927.119204,1286.148096,2312.849197,2307.149255,2122.430481 +225634,2925.630788,1284.816862,2311.264562,2309.36082,2121.118675 +225635,2924.158697,1283.476767,2309.694476,2311.509017,2119.86568 +225636,2922.688973,1282.128464,2308.132228,2313.594004,2118.659498 +225637,2921.21597,1280.772702,2306.574899,2315.622125,2117.492181 +225638,2919.737306,1279.40969,2305.02101,2317.599144,2116.357931 +225639,2918.251469,1278.039947,2303.469472,2319.528509,2115.252022 +225640,2916.757266,1276.663554,2301.919421,2321.411968,2114.170543 +225641,2915.253686,1275.280956,2300.370125,2323.250416,2113.110132 +225642,2913.740027,1273.892177,2298.821052,2325.044499,2112.067998 +225643,2914.854047,1272.499136,2298.951042,2328.667664,2113.129593 +225644,2911.971573,1271.095852,2296.571518,2329.367871,2111.105468 +225645,2909.878672,1269.691838,2294.699478,2330.608795,2109.722017 +225646,2908.008835,1268.279899,2292.961397,2332.010721,2108.504665 +225647,2906.258184,1266.863288,2291.292622,2333.48763,2107.374389 +225648,2904.573522,1265.441447,2289.665084,2334.98285,2106.300574 +225649,2902.920403,1264.014732,2288.061494,2336.460454,2105.264707 +225650,2901.279795,1262.583101,2286.472086,2337.903984,2104.255711 +225651,2899.642413,1261.146827,2284.891671,2339.308557,2103.266982 +225652,2898.00371,1259.70582,2283.317339,2340.673773,2102.294266 +225653,2896.360548,1258.260238,2281.746862,2341.999662,2101.334066 +225654,2894.710935,1256.80997,2280.17871,2343.28619,2100.383797 +225655,2893.054061,1255.355635,2278.612156,2344.533563,2099.441943 +225656,2891.389259,1253.896713,2277.046587,2345.741762,2098.50718 +225657,2892.353299,1252.435173,2277.160283,2348.786469,2099.666742 +225658,2889.323647,1250.964762,2274.765287,2348.907066,2097.730338 +225659,2887.086555,1249.495072,2272.689044,2349.573867,2096.42783 +225660,2885.075942,1248.018662,2270.947882,2350.406513,2095.285621 +225661,1999.098141,1246.205769,1086.66141,1832.881697,2411.487547 +225662,2076.238328,1375.630431,1129.24856,1904.960547,2458.48242 +225663,2159.686135,1379.426531,1178.191876,1981.71329,2493.502548 +225664,2226.918219,1379.089117,1220.264757,2038.101847,2511.96738 +225665,2278.350911,1379.812222,1254.72344,2075.048428,2523.795134 +225666,2316.859033,1379.176473,1282.338355,2097.062981,2532.084628 +225667,2346.071998,1378.276453,1304.890293,2110.246707,2538.292887 +225668,2368.901493,1377.302749,1323.449966,2118.848689,2543.264877 +225669,2387.226488,1376.271903,1339.133545,2125.168863,2547.484129 +225670,2402.136439,1375.197355,1352.502509,2130.195573,2551.166878 +225671,2414.365006,1374.091373,1363.953642,2134.357868,2554.457632 +225672,2424.435797,1372.958581,1373.792948,2137.874418,2557.440898 +225673,2432.737133,1371.80847,1382.262053,2140.880157,2560.144269 +225674,2439.594773,1370.622105,1389.571099,2143.493819,2562.596985 +225675,2445.275823,1369.444844,1395.898861,2145.997297,2564.825918 +225676,2450.000227,1368.26176,1401.398067,2148.074099,2566.859708 +225677,2453.945276,1367.074964,1406.196968,2149.975351,2568.724448 +225678,2457.252647,1365.883582,1410.402549,2151.742073,2570.442823 +225679,2460.035318,1364.690577,1414.10393,2153.399186,2572.034169 +225680,2462.357318,1363.407717,1417.362451,2154.933285,2573.486608 +225681,2464.316249,1362.340187,1420.252495,2156.38392,2574.841102 +225682,2465.991741,1361.076192,1422.836549,2157.777932,2576.132727 +225683,2467.419029,1359.88956,1425.152569,2159.101628,2577.359627 +225684,2468.631408,1358.685747,1427.23503,2160.361713,2578.52619 +225685,2469.657843,1357.480039,1429.113883,2161.554388,2579.638448 +225686,2470.522851,1356.256365,1430.814776,2162.688745,2580.702612 +225687,2471.244862,1355.040046,1432.358038,2163.758456,2581.72159 +225688,2471.84124,1353.822448,1433.762499,2164.7725,2582.701171 +225689,2472.326932,1352.60092,1435.044525,2165.727131,2583.646984 +225690,2472.713996,1351.459589,1436.217788,2166.630715,2584.563424 +225691,2473.012029,1350.014049,1437.293639,2167.477824,2585.45376 +225692,2473.218022,1345.658734,1438.27673,2168.197893,2586.320481 +225693,2473.010279,1343.823887,1439.047119,2168.14201,2587.167699 +225694,2472.51688,1342.183014,1439.655573,2167.582678,2587.993386 +225695,2471.911327,1340.577252,1440.172937,2166.890769,2588.798531 +225696,2471.285758,1338.987619,1440.63683,2166.249436,2589.58508 +225697,2470.66486,1337.4035,1441.061986,2165.684203,2590.354599 +225698,2470.044074,1335.819349,1441.449469,2165.156261,2591.108064 +225699,2469.41321,1334.232276,1441.800229,2164.622148,2591.845972 +225700,2468.764737,1332.55498,1442.113109,2164.053467,2592.568571 +225701,2468.09443,1331.083575,1442.390139,2163.435886,2593.275955 +225702,2467.400088,1329.415508,1442.631172,2162.763052,2593.968168 +225703,2466.680421,1327.816808,1442.838596,2162.031959,2594.645195 +225704,2465.93458,1326.196337,1443.012221,2161.240811,2595.307019 +225705,2465.161975,1324.567665,1443.154285,2160.388329,2595.953597 +225706,2464.362261,1322.93044,1443.264451,2159.473654,2596.584898 +225707,2463.535291,1321.284755,1443.344857,2158.497263,2597.200877 +225708,2462.681116,1319.629777,1443.395087,2157.457541,2597.801521 +225709,2461.799891,1317.965894,1443.417207,2156.353172,2598.386771 +225710,2460.891895,1316.292742,1443.410722,2155.18407,2598.956602 +225711,2459.957478,1314.610475,1443.37765,2153.950924,2599.510988 +225712,2458.997082,1312.918742,1443.317445,2152.654658,2600.049938 +225713,2458.011166,1311.217739,1443.232077,2151.296116,2600.573445 +225714,2457.000241,1309.507156,1443.120942,2149.876015,2601.08153 +225715,2455.964805,1307.787227,1442.985962,2148.394964,2601.574196 +225716,2454.905389,1306.057678,1442.826485,2146.853529,2602.05148 +225717,2453.82251,1304.318661,1442.644383,2145.064025,2602.513389 +225718,2452.7167,1302.569726,1442.43896,2143.410823,2602.959968 +225719,2451.588491,1300.812107,1442.212059,2141.703588,2603.391255 +225720,2450.43842,1299.044619,1441.962944,2139.936152,2603.807311 +225721,0,0,0,0,0 +225722,0,0,0,0,0 +225723,0,0,0,0,0 +225724,0,0,0,0,0 +225725,0,0,0,0,0 +225726,0,0,0,0,0 +225727,0,0,0,0,0 +225728,0,0,0,0,0 +225729,0,0,0,0,0 +225730,0,0,0,0,0 +225731,0,0,0,0,0 +225732,0,0,0,0,0 +225733,0,0,0,0,0 +225734,0,0,0,0,0 +225735,0,0,0,0,0 +225736,0,0,0,0,0 +225737,0,0,0,0,0 +225738,0,0,0,0,0 +225739,0,0,0,0,0 +225740,0,0,0,0,0 +225741,0,0,0,0,0 +225742,0,0,0,0,0 +225743,0,0,0,0,0 +225744,0,0,0,0,0 +225745,0,0,0,0,0 +225746,0,0,0,0,0 +225747,0,0,0,0,0 +225748,0,0,0,0,0 +225749,0,0,0,0,0 +225750,0,0,0,0,0 +225751,0,0,0,0,0 +225752,0,0,0,0,0 +225753,0,0,0,0,0 +225754,0,0,0,0,0 +225755,0,0,0,0,0 +225756,0,0,0,0,0 +225757,0,0,0,0,0 +225758,0,0,0,0,0 +225759,0,0,0,0,0 +225760,0,0,0,0,0 +225761,0,0,0,0,0 +225762,0,0,0,0,0 +225763,0,0,0,0,0 +225764,0,0,0,0,0 +225765,0,0,0,0,0 +225766,0,0,0,0,0 +225767,0,0,0,0,0 +225768,0,0,0,0,0 +225769,0,0,0,0,0 +225770,0,0,0,0,0 +225771,0,0,0,0,0 +225772,0,0,0,0,0 +225773,0,0,0,0,0 +225774,0,0,0,0,0 +225775,0,0,0,0,0 +225776,0,0,0,0,0 +225777,0,0,0,0,0 +225778,0,0,0,0,0 +225779,0,0,0,0,0 +225780,0,0,0,0,0 +225781,0,0,0,0,0 +225782,0,0,0,0,0 +225783,0,0,0,0,0 +225784,0,0,0,0,0 +225785,0,0,0,0,0 +225786,0,0,0,0,0 +225787,0,0,0,0,0 +225788,0,0,0,0,0 +225789,0,0,0,0,0 +225790,0,0,0,0,0 +225791,0,0,0,0,0 +225792,0,0,0,0,0 +225793,0,0,0,0,0 +225794,0,0,0,0,0 +225795,0,0,0,0,0 +225796,0,0,0,0,0 +225797,0,0,0,0,0 +225798,0,0,0,0,0 +225799,0,0,0,0,0 +225800,0,0,0,0,0 +225801,0,0,0,0,0 +225802,0,0,0,0,0 +225803,0,0,0,0,0 +225804,0,0,0,0,0 +225805,0,0,0,0,0 +225806,0,0,0,0,0 +225807,0,0,0,0,0 +225808,0,0,0,0,0 +225809,0,0,0,0,0 +225810,0,0,0,0,0 +225811,0,0,0,0,0 +225812,0,0,0,0,0 +225813,0,0,0,0,0 +225814,0,0,0,0,0 +225815,0,0,0,0,0 +225816,0,0,0,0,0 +225817,0,0,0,0,0 +225818,0,0,0,0,0 +225819,0,0,0,0,0 +225820,0,0,0,0,0 +225821,0,0,0,0,0 +225822,0,0,0,0,0 +225823,0,0,0,0,0 +225824,0,0,0,0,0 +225825,0,0,0,0,0 +225826,0,0,0,0,0 +225827,0,0,0,0,0 +225828,0,0,0,0,0 +225829,0,0,0,0,0 +225830,0,0,0,0,0 +225831,0,0,0,0,0 +225832,0,0,0,0,0 +225833,0,0,0,0,0 +225834,0,0,0,0,0 +225835,0,0,0,0,0 +225836,0,0,0,0,0 +225837,0,0,0,0,0 +225838,0,0,0,0,0 +225839,0,0,0,0,0 +225840,0,0,0,0,0 +225841,0,0,0,0,0 +225842,0,0,0,0,0 +225843,0,0,0,0,0 +225844,0,0,0,0,0 +225845,0,0,0,0,0 +225846,0,0,0,0,0 +225847,0,0,0,0,0 +225848,0,0,0,0,0 +225849,0,0,0,0,0 +225850,0,0,0,0,0 +225851,0,0,0,0,0 +225852,0,0,0,0,0 +225853,0,0,0,0,0 +225854,0,0,0,0,0 +225855,0,0,0,0,0 +225856,0,0,0,0,0 +225857,0,0,0,0,0 +225858,0,0,0,0,0 +225859,0,0,0,0,0 +225860,0,0,0,0,0 +225861,0,0,0,0,0 +225862,0,0,0,0,0 +225863,0,0,0,0,0 +225864,0,0,0,0,0 +225865,0,0,0,0,0 +225866,0,0,0,0,0 +225867,0,0,0,0,0 +225868,0,0,0,0,0 +225869,0,0,0,0,0 +225870,0,0,0,0,0 +225871,0,0,0,0,0 +225872,0,0,0,0,0 +225873,0,0,0,0,0 +225874,0,0,0,0,0 +225875,0,0,0,0,0 +225876,0,0,0,0,0 +225877,0,0,0,0,0 +225878,0,0,0,0,0 +225879,0,0,0,0,0 +225880,0,0,0,0,0 +225881,0,0,0,0,0 +225882,0,0,0,0,0 +225883,0,0,0,0,0 +225884,0,0,0,0,0 +225885,0,0,0,0,0 +225886,0,0,0,0,0 +225887,0,0,0,0,0 +225888,0,0,0,0,0 +225889,0,0,0,0,0 +225890,0,0,0,0,0 +225891,0,0,0,0,0 +225892,0,0,0,0,0 +225893,0,0,0,0,0 +225894,0,0,0,0,0 +225895,0,0,0,0,0 +225896,0,0,0,0,0 +225897,0,0,0,0,0 +225898,0,0,0,0,0 +225899,0,0,0,0,0 +225900,0,0,0,0,0 +225901,0,0,0,0,0 +225902,0,0,0,0,0 +225903,0,0,0,0,0 +225904,0,0,0,0,0 +225905,0,0,0,0,0 +225906,0,0,0,0,0 +225907,0,0,0,0,0 +225908,0,0,0,0,0 +225909,0,0,0,0,0 +225910,0,0,0,0,0 +225911,0,0,0,0,0 +225912,0,0,0,0,0 +225913,0,0,0,0,0 +225914,0,0,0,0,0 +225915,0,0,0,0,0 +225916,0,0,0,0,0 +225917,0,0,0,0,0 +225918,0,0,0,0,0 +225919,0,0,0,0,0 +225920,0,0,0,0,0 +225921,0,0,0,0,0 +225922,0,0,0,0,0 +225923,0,0,0,0,0 +225924,0,0,0,0,0 +225925,0,0,0,0,0 +225926,0,0,0,0,0 +225927,0,0,0,0,0 +225928,0,0,0,0,0 +225929,0,0,0,0,0 +225930,0,0,0,0,0 +225931,0,0,0,0,0 +225932,0,0,0,0,0 +225933,0,0,0,0,0 +225934,0,0,0,0,0 +225935,0,0,0,0,0 +225936,0,0,0,0,0 +225937,0,0,0,0,0 +225938,0,0,0,0,0 +225939,0,0,0,0,0 +225940,0,0,0,0,0 +225941,0,0,0,0,0 +225942,0,0,0,0,0 +225943,0,0,0,0,0 +225944,0,0,0,0,0 +225945,0,0,0,0,0 +225946,0,0,0,0,0 +225947,0,0,0,0,0 +225948,0,0,0,0,0 +225949,0,0,0,0,0 +225950,0,0,0,0,0 +225951,0,0,0,0,0 +225952,0,0,0,0,0 +225953,0,0,0,0,0 +225954,0,0,0,0,0 +225955,0,0,0,0,0 +225956,0,0,0,0,0 +225957,0,0,0,0,0 +225958,0,0,0,0,0 +225959,0,0,0,0,0 +225960,0,0,0,0,0 +225961,0,0,0,0,0 +225962,0,0,0,0,0 +225963,0,0,0,0,0 +225964,0,0,0,0,0 +225965,0,0,0,0,0 +225966,0,0,0,0,0 +225967,0,0,0,0,0 +225968,0,0,0,0,0 +225969,0,0,0,0,0 +225970,0,0,0,0,0 +225971,0,0,0,0,0 +225972,0,0,0,0,0 +225973,0,0,0,0,0 +225974,0,0,0,0,0 +225975,0,0,0,0,0 +225976,0,0,0,0,0 +225977,0,0,0,0,0 +225978,0,0,0,0,0 +225979,0,0,0,0,0 +225980,0,0,0,0,0 +225981,0,0,0,0,0 +225982,0,0,0,0,0 +225983,0,0,0,0,0 +225984,0,0,0,0,0 +225985,0,0,0,0,0 +225986,0,0,0,0,0 +225987,0,0,0,0,0 +225988,0,0,0,0,0 +225989,0,0,0,0,0 +225990,0,0,0,0,0 +225991,0,0,0,0,0 +225992,0,0,0,0,0 +225993,0,0,0,0,0 +225994,0,0,0,0,0 +225995,0,0,0,0,0 +225996,0,0,0,0,0 +225997,0,0,0,0,0 +225998,0,0,0,0,0 +225999,0,0,0,0,0 +226000,0,0,0,0,0 +226001,0,0,0,0,0 +226002,0,0,0,0,0 +226003,0,0,0,0,0 +226004,0,0,0,0,0 +226005,0,0,0,0,0 +226006,0,0,0,0,0 +226007,0,0,0,0,0 +226008,0,0,0,0,0 +226009,0,0,0,0,0 +226010,0,0,0,0,0 +226011,0,0,0,0,0 +226012,0,0,0,0,0 +226013,0,0,0,0,0 +226014,0,0,0,0,0 +226015,0,0,0,0,0 +226016,0,0,0,0,0 +226017,0,0,0,0,0 +226018,0,0,0,0,0 +226019,0,0,0,0,0 +226020,0,0,0,0,0 +226021,0,0,0,0,0 +226022,0,0,0,0,0 +226023,0,0,0,0,0 +226024,0,0,0,0,0 +226025,0,0,0,0,0 +226026,0,0,0,0,0 +226027,0,0,0,0,0 +226028,0,0,0,0,0 +226029,0,0,0,0,0 +226030,0,0,0,0,0 +226031,0,0,0,0,0 +226032,0,0,0,0,0 +226033,0,0,0,0,0 +226034,0,0,0,0,0 +226035,0,0,0,0,0 +226036,0,0,0,0,0 +226037,0,0,0,0,0 +226038,0,0,0,0,0 +226039,0,0,0,0,0 +226040,0,0,0,0,0 +226041,0,0,0,0,0 +226042,0,0,0,0,0 +226043,0,0,0,0,0 +226044,0,0,0,0,0 +226045,0,0,0,0,0 +226046,0,0,0,0,0 +226047,0,0,0,0,0 +226048,0,0,0,0,0 +226049,0,0,0,0,0 +226050,0,0,0,0,0 +226051,0,0,0,0,0 +226052,0,0,0,0,0 +226053,0,0,0,0,0 +226054,0,0,0,0,0 +226055,0,0,0,0,0 +226056,0,0,0,0,0 +226057,0,0,0,0,0 +226058,0,0,0,0,0 +226059,0,0,0,0,0 +226060,0,0,0,0,0 +226061,0,0,0,0,0 +226062,0,0,0,0,0 +226063,0,0,0,0,0 +226064,0,0,0,0,0 +226065,0,0,0,0,0 +226066,0,0,0,0,0 +226067,0,0,0,0,0 +226068,0,0,0,0,0 +226069,0,0,0,0,0 +226070,0,0,0,0,0 +226071,0,0,0,0,0 +226072,0,0,0,0,0 +226073,0,0,0,0,0 +226074,0,0,0,0,0 +226075,0,0,0,0,0 +226076,0,0,0,0,0 +226077,0,0,0,0,0 +226078,0,0,0,0,0 +226079,0,0,0,0,0 +226080,0,0,0,0,0 +226081,0,0,0,0,0 +226082,0,0,0,0,0 +226083,0,0,0,0,0 +226084,0,0,0,0,0 +226085,0,0,0,0,0 +226086,0,0,0,0,0 +226087,0,0,0,0,0 +226088,0,0,0,0,0 +226089,0,0,0,0,0 +226090,0,0,0,0,0 +226091,0,0,0,0,0 +226092,0,0,0,0,0 +226093,0,0,0,0,0 +226094,0,0,0,0,0 +226095,0,0,0,0,0 +226096,0,0,0,0,0 +226097,0,0,0,0,0 +226098,0,0,0,0,0 +226099,0,0,0,0,0 +226100,0,0,0,0,0 +226101,0,0,0,0,0 +226102,0,0,0,0,0 +226103,0,0,0,0,0 +226104,0,0,0,0,0 +226105,0,0,0,0,0 +226106,0,0,0,0,0 +226107,0,0,0,0,0 +226108,0,0,0,0,0 +226109,0,0,0,0,0 +226110,0,0,0,0,0 +226111,0,0,0,0,0 +226112,0,0,0,0,0 +226113,0,0,0,0,0 +226114,0,0,0,0,0 +226115,0,0,0,0,0 +226116,0,0,0,0,0 +226117,0,0,0,0,0 +226118,0,0,0,0,0 +226119,0,0,0,0,0 +226120,0,0,0,0,0 +226121,0,0,0,0,0 +226122,0,0,0,0,0 +226123,0,0,0,0,0 +226124,0,0,0,0,0 +226125,0,0,0,0,0 +226126,0,0,0,0,0 +226127,0,0,0,0,0 +226128,0,0,0,0,0 +226129,0,0,0,0,0 +226130,0,0,0,0,0 +226131,0,0,0,0,0 +226132,0,0,0,0,0 +226133,0,0,0,0,0 +226134,0,0,0,0,0 +226135,0,0,0,0,0 +226136,0,0,0,0,0 +226137,0,0,0,0,0 +226138,0,0,0,0,0 +226139,0,0,0,0,0 +226140,0,0,0,0,0 +226141,0,0,0,0,0 +226142,0,0,0,0,0 +226143,0,0,0,0,0 +226144,0,0,0,0,0 +226145,0,0,0,0,0 +226146,0,0,0,0,0 +226147,0,0,0,0,0 +226148,0,0,0,0,0 +226149,0,0,0,0,0 +226150,0,0,0,0,0 +226151,0,0,0,0,0 +226152,0,0,0,0,0 +226153,0,0,0,0,0 +226154,0,0,0,0,0 +226155,0,0,0,0,0 +226156,0,0,0,0,0 +226157,0,0,0,0,0 +226158,0,0,0,0,0 +226159,0,0,0,0,0 +226160,0,0,0,0,0 +226161,0,0,0,0,0 +226162,0,0,0,0,0 +226163,0,0,0,0,0 +226164,0,0,0,0,0 +226165,0,0,0,0,0 +226166,0,0,0,0,0 +226167,0,0,0,0,0 +226168,0,0,0,0,0 +226169,0,0,0,0,0 +226170,0,0,0,0,0 +226171,0,0,0,0,0 +226172,0,0,0,0,0 +226173,0,0,0,0,0 +226174,0,0,0,0,0 +226175,0,0,0,0,0 +226176,0,0,0,0,0 +226177,0,0,0,0,0 +226178,0,0,0,0,0 +226179,0,0,0,0,0 +226180,0,0,0,0,0 +226181,0,0,0,0,0 +226182,0,0,0,0,0 +226183,0,0,0,0,0 +226184,0,0,0,0,0 +226185,0,0,0,0,0 +226186,0,0,0,0,0 +226187,0,0,0,0,0 +226188,0,0,0,0,0 +226189,0,0,0,0,0 +226190,0,0,0,0,0 +226191,0,0,0,0,0 +226192,0,0,0,0,0 +226193,0,0,0,0,0 +226194,0,0,0,0,0 +226195,0,0,0,0,0 +226196,0,0,0,0,0 +226197,0,0,0,0,0 +226198,0,0,0,0,0 +226199,0,0,0,0,0 +226200,0,0,0,0,0 +226201,0,0,0,0,0 +226202,0,0,0,0,0 +226203,0,0,0,0,0 +226204,0,0,0,0,0 +226205,0,0,0,0,0 +226206,0,0,0,0,0 +226207,0,0,0,0,0 +226208,0,0,0,0,0 +226209,0,0,0,0,0 +226210,0,0,0,0,0 +226211,0,0,0,0,0 +226212,0,0,0,0,0 +226213,0,0,0,0,0 +226214,0,0,0,0,0 +226215,0,0,0,0,0 +226216,0,0,0,0,0 +226217,0,0,0,0,0 +226218,0,0,0,0,0 +226219,0,0,0,0,0 +226220,0,0,0,0,0 +226221,0,0,0,0,0 +226222,0,0,0,0,0 +226223,0,0,0,0,0 +226224,0,0,0,0,0 +226225,0,0,0,0,0 +226226,0,0,0,0,0 +226227,0,0,0,0,0 +226228,0,0,0,0,0 +226229,0,0,0,0,0 +226230,0,0,0,0,0 +226231,0,0,0,0,0 +226232,0,0,0,0,0 +226233,0,0,0,0,0 +226234,0,0,0,0,0 +226235,0,0,0,0,0 +226236,0,0,0,0,0 +226237,0,0,0,0,0 +226238,0,0,0,0,0 +226239,0,0,0,0,0 +226240,0,0,0,0,0 +226241,0,0,0,0,0 +226242,0,0,0,0,0 +226243,0,0,0,0,0 +226244,0,0,0,0,0 +226245,0,0,0,0,0 +226246,0,0,0,0,0 +226247,0,0,0,0,0 +226248,0,0,0,0,0 +226249,0,0,0,0,0 +226250,0,0,0,0,0 +226251,0,0,0,0,0 +226252,0,0,0,0,0 +226253,0,0,0,0,0 +226254,0,0,0,0,0 +226255,0,0,0,0,0 +226256,0,0,0,0,0 +226257,0,0,0,0,0 +226258,0,0,0,0,0 +226259,0,0,0,0,0 +226260,0,0,0,0,0 +226261,0,0,0,0,0 +226262,0,0,0,0,0 +226263,0,0,0,0,0 +226264,0,0,0,0,0 +226265,0,0,0,0,0 +226266,0,0,0,0,0 +226267,0,0,0,0,0 +226268,0,0,0,0,0 +226269,0,0,0,0,0 +226270,0,0,0,0,0 +226271,0,0,0,0,0 +226272,0,0,0,0,0 +226273,0,0,0,0,0 +226274,0,0,0,0,0 +226275,0,0,0,0,0 +226276,0,0,0,0,0 +226277,0,0,0,0,0 +226278,0,0,0,0,0 +226279,0,0,0,0,0 +226280,0,0,0,0,0 +226281,0,0,0,0,0 +226282,0,0,0,0,0 +226283,0,0,0,0,0 +226284,0,0,0,0,0 +226285,0,0,0,0,0 +226286,0,0,0,0,0 +226287,0,0,0,0,0 +226288,0,0,0,0,0 +226289,0,0,0,0,0 +226290,0,0,0,0,0 +226291,0,0,0,0,0 +226292,0,0,0,0,0 +226293,0,0,0,0,0 +226294,0,0,0,0,0 +226295,0,0,0,0,0 +226296,0,0,0,0,0 +226297,0,0,0,0,0 +226298,0,0,0,0,0 +226299,0,0,0,0,0 +226300,0,0,0,0,0 +226301,0,0,0,0,0 +226302,0,0,0,0,0 +226303,0,0,0,0,0 +226304,0,0,0,0,0 +226305,0,0,0,0,0 +226306,0,0,0,0,0 +226307,0,0,0,0,0 +226308,0,0,0,0,0 +226309,0,0,0,0,0 +226310,0,0,0,0,0 +226311,0,0,0,0,0 +226312,0,0,0,0,0 +226313,0,0,0,0,0 +226314,0,0,0,0,0 +226315,0,0,0,0,0 +226316,0,0,0,0,0 +226317,0,0,0,0,0 +226318,0,0,0,0,0 +226319,0,0,0,0,0 +226320,0,0,0,0,0 +226321,0,0,0,0,0 +226322,0,0,0,0,0 +226323,0,0,0,0,0 +226324,0,0,0,0,0 +226325,0,0,0,0,0 +226326,0,0,0,0,0 +226327,0,0,0,0,0 +226328,0,0,0,0,0 +226329,0,0,0,0,0 +226330,0,0,0,0,0 +226331,0,0,0,0,0 +226332,0,0,0,0,0 +226333,0,0,0,0,0 +226334,0,0,0,0,0 +226335,0,0,0,0,0 +226336,0,0,0,0,0 +226337,0,0,0,0,0 +226338,0,0,0,0,0 +226339,0,0,0,0,0 +226340,0,0,0,0,0 +226341,0,0,0,0,0 +226342,0,0,0,0,0 +226343,0,0,0,0,0 +226344,0,0,0,0,0 +226345,0,0,0,0,0 +226346,0,0,0,0,0 +226347,0,0,0,0,0 +226348,0,0,0,0,0 +226349,0,0,0,0,0 +226350,0,0,0,0,0 +226351,0,0,0,0,0 +226352,0,0,0,0,0 +226353,0,0,0,0,0 +226354,0,0,0,0,0 +226355,0,0,0,0,0 +226356,0,0,0,0,0 +226357,0,0,0,0,0 +226358,0,0,0,0,0 +226359,0,0,0,0,0 +226360,0,0,0,0,0 +226361,0,0,0,0,0 +226362,0,0,0,0,0 +226363,0,0,0,0,0 +226364,0,0,0,0,0 +226365,0,0,0,0,0 +226366,0,0,0,0,0 +226367,0,0,0,0,0 +226368,0,0,0,0,0 +226369,0,0,0,0,0 +226370,0,0,0,0,0 +226371,0,0,0,0,0 +226372,0,0,0,0,0 +226373,0,0,0,0,0 +226374,0,0,0,0,0 +226375,0,0,0,0,0 +226376,0,0,0,0,0 +226377,0,0,0,0,0 +226378,0,0,0,0,0 +226379,0,0,0,0,0 +226380,0,0,0,0,0 +226381,0,0,0,0,0 +226382,0,0,0,0,0 +226383,0,0,0,0,0 +226384,0,0,0,0,0 +226385,0,0,0,0,0 +226386,0,0,0,0,0 +226387,0,0,0,0,0 +226388,0,0,0,0,0 +226389,0,0,0,0,0 +226390,0,0,0,0,0 +226391,0,0,0,0,0 +226392,0,0,0,0,0 +226393,0,0,0,0,0 +226394,0,0,0,0,0 +226395,0,0,0,0,0 +226396,0,0,0,0,0 +226397,0,0,0,0,0 +226398,0,0,0,0,0 +226399,0,0,0,0,0 +226400,0,0,0,0,0 +226401,0,0,0,0,0 +226402,0,0,0,0,0 +226403,0,0,0,0,0 +226404,0,0,0,0,0 +226405,0,0,0,0,0 +226406,0,0,0,0,0 +226407,0,0,0,0,0 +226408,0,0,0,0,0 +226409,0,0,0,0,0 +226410,0,0,0,0,0 +226411,0,0,0,0,0 +226412,0,0,0,0,0 +226413,0,0,0,0,0 +226414,0,0,0,0,0 +226415,0,0,0,0,0 +226416,0,0,0,0,0 +226417,0,0,0,0,0 +226418,0,0,0,0,0 +226419,0,0,0,0,0 +226420,0,0,0,0,0 +226421,0,0,0,0,0 +226422,0,0,0,0,0 +226423,0,0,0,0,0 +226424,0,0,0,0,0 +226425,0,0,0,0,0 +226426,0,0,0,0,0 +226427,0,0,0,0,0 +226428,0,0,0,0,0 +226429,0,0,0,0,0 +226430,0,0,0,0,0 +226431,0,0,0,0,0 +226432,0,0,0,0,0 +226433,0,0,0,0,0 +226434,0,0,0,0,0 +226435,0,0,0,0,0 +226436,0,0,0,0,0 +226437,0,0,0,0,0 +226438,0,0,0,0,0 +226439,0,0,0,0,0 +226440,0,0,0,0,0 +226441,0,0,0,0,0 +226442,0,0,0,0,0 +226443,0,0,0,0,0 +226444,0,0,0,0,0 +226445,0,0,0,0,0 +226446,0,0,0,0,0 +226447,0,0,0,0,0 +226448,0,0,0,0,0 +226449,0,0,0,0,0 +226450,0,0,0,0,0 +226451,0,0,0,0,0 +226452,0,0,0,0,0 +226453,0,0,0,0,0 +226454,0,0,0,0,0 +226455,0,0,0,0,0 +226456,0,0,0,0,0 +226457,0,0,0,0,0 +226458,0,0,0,0,0 +226459,0,0,0,0,0 +226460,0,0,0,0,0 +226461,0,0,0,0,0 +226462,0,0,0,0,0 +226463,0,0,0,0,0 +226464,0,0,0,0,0 +226465,0,0,0,0,0 +226466,0,0,0,0,0 +226467,0,0,0,0,0 +226468,0,0,0,0,0 +226469,0,0,0,0,0 +226470,0,0,0,0,0 +226471,0,0,0,0,0 +226472,0,0,0,0,0 +226473,0,0,0,0,0 +226474,0,0,0,0,0 +226475,0,0,0,0,0 +226476,0,0,0,0,0 +226477,0,0,0,0,0 +226478,0,0,0,0,0 +226479,0,0,0,0,0 +226480,0,0,0,0,0 +226481,0,0,0,0,0 +226482,0,0,0,0,0 +226483,0,0,0,0,0 +226484,0,0,0,0,0 +226485,0,0,0,0,0 +226486,0,0,0,0,0 +226487,0,0,0,0,0 +226488,0,0,0,0,0 +226489,0,0,0,0,0 +226490,0,0,0,0,0 +226491,0,0,0,0,0 +226492,0,0,0,0,0 +226493,0,0,0,0,0 +226494,0,0,0,0,0 +226495,0,0,0,0,0 +226496,0,0,0,0,0 +226497,0,0,0,0,0 +226498,0,0,0,0,0 +226499,0,0,0,0,0 +226500,0,0,0,0,0 +226501,4.051614633,2810.739836,2856.678607,10.87830821,-215.6181205 +226502,445.3548881,313.4130751,3177.590313,211.396793,589.3902208 +226503,438.323572,283.2364128,905.1523317,207.8408841,581.6798889 +226504,426.6239285,276.6089935,691.4883216,202.1159862,565.3438237 +226505,414.7254634,280.7370166,680.8074499,196.4075002,547.3140391 +226506,404.4000098,286.8202963,1017.338676,191.5481451,530.7044299 +226507,395.8232448,291.7809712,877.4620842,187.5893603,516.1621502 +226508,388.6600178,295.4231393,863.4443247,184.3421592,503.4163802 +226509,382.5753868,298.2737507,890.0800002,181.6263475,492.0869097 +226510,377.3426909,300.7482291,901.190396,179.3230298,481.9081834 +226511,372.8223089,345.7096389,911.9606603,177.3580211,472.7179948 +226512,368.9132075,405.9892634,923.2876755,175.6795567,464.406157 +226513,365.5363847,392.2727709,934.3233136,174.2461975,456.8829206 +226514,362.6198994,404.7568624,945.6135789,173.0225413,450.0673764 +226515,360.10416,416.8135998,956.7500616,171.9804404,443.8856023 +226516,357.9360276,425.9612108,968.3493774,171.0914409,438.2708425 +226517,356.0697395,435.1315692,979.7033344,170.333205,433.1637347 +226518,354.4665467,444.1217324,990.7234541,169.6904741,428.511706 +226519,353.0976409,453.342646,1002.507571,169.1460562,424.2683701 +226520,351.9306227,462.4050153,1013.743182,168.6891409,420.3926483 +226521,350.9405151,479.4526914,1042.920996,168.3070742,416.8482183 +226522,350.2629597,489.9336885,1057.228268,168.0505674,413.6030304 +226523,349.8279787,499.6413656,1069.94574,167.8919011,410.6292442 +226524,349.5409403,509.585839,1082.295824,167.7934101,407.9013756 +226525,349.3539333,519.0509842,1095.010603,167.7372477,405.3966838 +226526,349.2430597,528.9195421,1107.069864,167.7134417,403.0949737 +226527,349.2048751,538.4372824,1119.503016,167.7213904,400.9784495 +226528,349.2321489,548.0640802,1131.185296,167.7575674,399.0313183 +226529,349.3247605,557.5381373,1143.353628,167.822658,397.2396116 +226530,349.4752267,567.4362484,1154.968331,167.9130417,395.5908351 +226531,349.6833208,575.8221722,1165.510697,168.0293628,394.0738725 +226532,349.9381935,584.8628515,1175.436711,168.166276,392.6786922 +226533,350.2375941,593.1939166,1185.132369,168.3232831,391.3962827 +226534,350.5747219,602.2016213,1194.90379,168.4969812,390.2184747 +226535,350.4788293,610.3006837,1204.294755,168.4740073,388.2794754 +226536,348.5155936,618.9217656,1213.793597,167.6022591,382.9736548 +226537,346.6367112,627.1515747,1222.819405,166.7701127,377.8398986 +226538,344.8547649,635.7614694,1232.144408,165.9828841,372.9071289 +226539,343.1702041,643.9599463,1240.880879,165.2407842,368.1712385 +226540,341.5694227,652.0841982,1249.812753,164.5366696,363.614881 +226541,340.0456298,660.7752345,1258.651899,163.8675306,359.2195946 +226542,338.5870088,668.5580269,1267.163851,163.2273263,354.969537 +226543,337.190533,676.8872388,1275.616873,162.6150226,350.8516341 +226544,335.8474034,684.9822622,1284.031129,162.0261233,346.8546886 +226545,334.5566446,692.8815466,1292.208168,161.4606251,342.9688732 +226546,333.3108495,701.2416855,1300.484193,160.9147206,339.1853277 +226547,332.1101386,709.1105507,1308.408438,160.388938,335.4961118 +226548,330.9480066,717.1304929,1316.465835,159.8799013,331.8940214 +226549,329.8253743,725.0823615,1324.168268,159.3885143,328.3726106 +226550,328.736409,732.7623654,1331.936123,158.9117129,324.9260203 +226551,327.6826247,741.0333382,1339.468254,158.4506708,321.5490075 +226552,326.6586783,748.6972619,1346.586151,158.0025437,318.2367839 +226553,325.6665167,756.5626034,1354.64064,157.5686959,314.9850596 +226554,324.7011518,764.3518158,1361.50913,157.1464384,311.7898949 +226555,323.7648481,772.1093203,1368.88044,156.7372718,308.6477567 +226556,322.8528773,779.8349694,1375.800777,156.3386177,305.5553805 +226557,321.9677398,787.5284823,1382.856265,155.9520757,302.5098364 +226558,321.1048985,798.5822901,1389.666322,155.5751477,299.5084002 +226559,320.2670313,808.8882902,1396.36449,155.2095066,296.5486255 +226560,319.4497439,819.0557327,1403.067377,154.8527138,293.6282214 +226561,316.9597924,1258.570317,2375.824072,153.7355623,287.6613901 +226562,333.0628787,1283.60586,2401.899071,161.2080802,316.4257345 +226563,358.9223213,1303.373769,2424.311716,173.0594322,364.2782244 +226564,385.352292,1321.659885,2450.211529,184.9852174,414.7108597 +226565,408.420406,1339.049098,2469.498272,195.1926785,460.3258939 +226566,427.665726,1355.634547,2488.451701,203.5212854,499.8161203 +226567,443.7709618,1371.750483,2512.097092,210.3563886,534.0430372 +226568,457.4700763,1387.43349,2521.01395,216.0763944,564.0677276 +226569,469.2814894,1402.944163,2541.169738,220.9406043,590.6436538 +226570,479.5432301,1418.048171,2556.789091,225.115962,614.2543632 +226571,488.4959789,1432.97909,2577.500744,228.7202603,635.2457842 +226572,496.3331522,1447.642662,2585.235186,231.8469431,653.9057923 +226573,503.2203929,1462.336498,2607.744212,234.5746379,670.4930993 +226574,509.3006323,1476.515777,2614.837727,256.2183561,685.2421002 +226575,514.6958248,1490.879713,2635.309396,410.1645511,698.3625238 +226576,853.607069,1504.891714,2647.791395,337.5938657,710.0397926 +226577,775.7040331,1518.817932,2659.631468,370.6385531,720.4369729 +226578,794.3504732,1532.524388,2674.255406,382.7471545,729.6971975 +226579,832.5760323,1546.2529,2674.708976,392.7805854,737.9460913 +226580,853.4954853,1559.687707,2672.69846,402.8054906,745.2940169 +226581,872.8929003,1573.061092,2670.588512,412.3049952,751.838087 +226582,892.6940825,1586.281196,2669.371907,422.0385543,757.6638921 +226583,911.6246131,1599.306661,2669.276563,430.9853818,762.8468997 +226584,930.1193266,1615.831675,2669.702255,440.3284764,767.4536787 +226585,948.9485435,1630.368103,2670.632142,449.1424689,771.5429367 +226586,966.1831144,1641.288655,2672.14368,457.8118751,775.1664483 +226587,984.4633309,1658.069827,2673.749905,466.7226793,778.3699154 +226588,1001.57011,1666.521824,2675.553595,474.7126869,781.1936501 +226589,1018.414931,1649.467126,2677.502056,483.3551116,783.6733127 +226590,1035.626771,1702.99878,2679.750137,491.3730242,785.8404036 +226591,1051.683637,1695.023745,2681.898226,499.1706639,787.7228638 +226592,1067.720572,1710.310024,2684.017154,507.2936918,789.1316587 +226593,1083.123298,1721.817692,2686.088387,514.5380824,790.1545797 +226594,1099.103884,1732.691695,2688.110894,522.0147258,790.8982774 +226595,1114.036518,1743.743815,2690.065725,529.6082305,791.4261563 +226596,1129.419924,1754.279304,2691.952771,536.7088015,791.7685549 +226597,1143.593989,1765.066641,2693.768307,543.8530353,791.9418313 +226598,1158.364014,1775.543316,2695.472269,550.8529173,1113.678535 +226599,1172.189764,1785.761701,2697.225769,557.564093,1009.023968 +226600,1186.939412,1795.92408,2699.003628,564.6283842,1043.311954 +226601,1200.456501,1806.167022,2700.539336,571.1559836,1072.031378 +226602,1214.192159,1815.898696,2702.004063,577.7552337,1089.327505 +226603,1214.242685,1819.635538,2689.48001,578.1251656,1074.535293 +226604,1153.490281,1795.08503,2593.426641,550.5226102,954.5696358 +226605,1229.220794,1829.43854,2509.67712,585.3356473,1087.952202 +226606,1277.761556,1855.288913,2485.636031,606.7687236,1165.010196 +226607,1257.323981,1851.325967,2470.274034,598.755317,1115.853787 +226608,1280.422246,1863.846406,2459.290278,608.9905973,1146.308433 +226609,1292.694591,1885.864532,2446.068608,615.0610321,1158.530723 +226610,1306.119391,1864.897809,2433.820554,621.3793343,1170.656512 +226611,1317.175386,1899.17821,2421.147876,626.7413194,1181.080293 +226612,1329.931438,1898.367572,2408.470168,632.7213798,1192.543511 +226613,1341.557789,1908.682613,2396.179928,638.3368013,1203.17896 +226614,1351.540662,1914.077798,2382.93683,643.0876951,1212.541597 +226615,1548.185503,2014.061336,2555.051683,732.4694472,1551.932442 +226616,1108.00971,1815.680662,2392.797235,534.6315139,735.8700569 +226617,1694.462603,2078.154995,2574.200758,798.4516758,1808.742613 +226618,1104.529447,1823.136693,2399.901812,533.7208254,704.6055042 +226619,1717.141946,2094.484672,2578.353348,809.2010101,1828.756544 +226620,1124.830799,1837.262849,2398.75311,543.3644167,721.0262052 +226621,2129.044975,2298.370732,2589.003441,988.1363433,2593.861467 +226622,1716.933643,2077.441219,2598.560305,804.2589116,1771.345252 +226623,1885.213253,2211.663773,2611.129837,879.7321522,2114.512606 +226624,1868.496458,2165.599481,2621.804577,873.0627394,2060.502026 +226625,1878.91747,2187.958032,2629.28762,877.9396775,2073.085332 +226626,1888.882929,2193.198322,2637.913196,883.0909138,2083.90496 +226627,1898.974642,2200.064732,2647.175521,887.8686697,2094.223697 +226628,1908.788922,2207.345793,2656.490497,892.8376584,2104.311985 +226629,1918.550179,2214.133571,2665.690291,897.6150099,2113.980682 +226630,1927.794241,2221.132062,2674.152018,902.1935014,2123.92448 +226631,1937.400189,2227.785362,2681.942116,906.9389368,2146.296157 +226632,1946.637265,2234.400635,2689.070144,911.4584682,2122.621348 +226633,1955.579438,2247.536407,2695.991873,915.9678182,2174.767022 +226634,1964.623257,2237.757505,2702.217422,920.4085233,2140.726392 +226635,1973.444263,2264.215216,2708.201067,924.7361408,2188.734025 +226636,1982.160988,2256.224669,2713.705204,929.1377938,2170.827505 +226637,1990.872806,2266.754316,2718.551309,933.4188215,2189.041156 +226638,1999.072348,2272.186535,2723.117042,937.5575585,2195.538699 +226639,2007.698511,2277.737127,2727.709662,941.7519157,2203.9431 +226640,2015.864823,2283.393173,2731.808885,945.8464736,2211.942694 +226641,2024.041015,2288.747163,2735.847585,949.8969706,2219.899899 +226642,2032.137546,2294.397778,2738.980773,953.9135364,2227.829536 +226643,2040.110576,2299.596003,2742.660277,957.8702631,2235.411285 +226644,2047.985579,2304.824748,2745.852682,961.7227112,2243.211528 +226645,2055.877369,2309.844644,2749.144033,965.6621806,2256.402678 +226646,2063.38009,2314.817679,2751.949209,969.3483036,2249.156443 +226647,2071.049831,2319.65424,2754.57695,973.0850187,2274.824109 +226648,2078.527793,2324.388422,2757.147707,976.7704855,2268.920208 +226649,2085.93518,2328.99585,2759.455667,980.410109,2279.974288 +226650,2093.028647,2333.481919,2761.591496,983.9783493,2286.485202 +226651,2100.043139,2337.684368,2763.831819,987.4525599,2293.041817 +226652,2106.965092,2341.635743,2765.707194,990.8722658,2299.735098 +226653,2113.677289,2345.54376,2767.417499,994.2997486,2306.211074 +226654,2120.60279,2349.2207,2768.979913,997.5403866,2312.629778 +226655,2127.299396,2352.858767,2770.410619,1000.860854,2319.189719 +226656,2133.718086,2356.347596,2771.70789,1004.088528,2325.314218 +226657,2140.308659,2359.718743,2772.882193,1007.224419,2331.527867 +226658,2146.715875,2362.974757,2773.944278,1010.461502,2337.690651 +226659,2153.065479,2366.114154,2774.889049,1013.530974,2343.55372 +226660,2159.341705,2369.126781,2775.727505,1016.610099,2349.39028 +226661,2165.546179,2372.05344,2776.463712,1019.640885,2355.374724 +226662,2171.679637,2374.844378,2777.106791,1022.632789,2361.04763 +226663,2177.744062,2377.529729,2777.645712,1025.586525,2366.654478 +226664,2183.740922,2380.104076,2778.091388,1028.502915,2372.30284 +226665,2189.671422,2382.567474,2778.44068,1031.382549,2377.692401 +226666,2195.537153,2384.905507,2778.702469,1034.226198,2382.94983 +226667,2201.339226,2387.171816,2778.877894,1037.034422,2388.489087 +226668,2207.201279,2389.300398,2778.975948,1039.807955,2393.670285 +226669,2212.69497,2391.330199,2778.98333,1042.547345,2398.787245 +226670,2218.402499,2393.253421,2778.909105,1045.253269,2403.906011 +226671,2223.943734,2395.070117,2778.750909,1047.926254,2408.915688 +226672,2229.445713,2396.781315,2778.511454,1050.566942,2413.828095 +226673,2234.891734,2398.387829,2778.195998,1053.175854,2418.553816 +226674,2240.282372,2399.870167,2777.814272,1055.693605,2423.618342 +226675,2245.620418,2401.435128,2779.069397,1058.328096,2428.326825 +226676,2250.774658,2402.460971,2777.602402,1060.805596,2438.11425 +226677,2256.518194,2403.794933,2776.542054,1063.300189,2429.785259 +226678,2265.566701,2404.868477,2775.648462,1065.818908,2450.024779 +226679,2261.655045,2405.835473,2774.953519,1068.159371,2444.434482 +226680,2287.257121,2406.749182,2774.118192,1070.603629,2450.828521 +226681,2270.381593,2410.587435,2769.13489,1076.269357,2465.109954 +226682,2291.26617,2412.719588,2765.859176,1079.86146,2472.569379 +226683,2303.619473,2414.288799,2763.594501,1083.240592,2482.790821 +226684,2306.445598,2415.73065,2761.734291,1086.539367,2480.37054 +226685,2315.019901,2417.03751,2759.8536,1089.776123,2487.287996 +226686,2322.322889,2418.28232,2758.029435,1092.964712,2492.590249 +226687,2329.514834,2419.408515,2756.41065,1096.052583,2501.574413 +226688,2336.77586,2420.368669,2754.784095,1099.428926,2499.87156 +226689,2343.667437,2421.3117,2753.094748,1104.39855,2510.221792 +226690,2350.666643,2422.042129,2751.369929,1104.688716,2509.020429 +226691,2357.838296,2422.728773,2749.624145,1111.909525,2518.054238 +226692,2364.694903,2423.380665,2747.840061,1109.36713,2517.234325 +226693,2371.626546,2423.867625,2746.122906,1120.362593,2528.540017 +226694,2378.632499,2424.369709,2746.10645,1111.703362,2526.470111 +226695,2385.258554,2424.633627,2742.961038,1132.568584,2523.854306 +226696,2392.156064,2424.730522,2739.896689,1110.10692,2520.694058 +226697,2398.894341,2424.90855,2736.621515,1126.882641,2515.308115 +226698,2405.619163,2424.903802,2733.031461,1130.978513,2509.935159 +226699,2410.725246,2419.12146,2730.805522,1133.585823,2506.606124 +226700,2417.170761,2417.386418,2725.604394,1137.780638,2500.017024 +226701,2435.66349,2416.702824,2722.55701,1140.846574,2496.319026 +226702,2415.464268,2415.786857,2717.056394,1143.819071,2489.874404 +226703,2439.174132,2414.949122,2712.294875,1146.751139,2484.508459 +226704,2443.531121,2414.199559,2709.525954,1149.647713,2481.718302 +226705,2448.409318,2413.048587,2704.233746,1152.576168,2476.017457 +226706,2455.125135,2412.123821,2699.613613,1155.255242,2471.256669 +226707,2461.523911,2411.17724,2696.969945,1158.220998,2469.002273 +226708,2467.740402,2409.601156,2691.786836,1160.956465,2463.767485 +226709,2474.099524,2408.785405,2687.255294,1163.807574,2459.403455 +226710,2495.52731,2407.473828,2684.663912,1166.462307,2457.462318 +226711,2463.245648,2405.712922,2679.545374,1169.171005,2452.516815 +226712,2503.075561,2404.216259,2675.068769,1171.794575,2448.409004 +226713,2495.895276,2402.520102,2672.488587,1174.402384,2446.661525 +226714,2504.115055,2400.60326,2669.043267,1176.98447,2443.927398 +226715,2523.914998,2398.583384,2663.516989,1179.549115,2438.714758 +226716,2494.959109,2396.661905,2658.794992,1182.093624,2434.500879 +226717,2537.023692,2394.682258,2656.106066,1184.618526,2432.773055 +226718,2517.484007,2392.25482,2650.869996,1187.12251,2427.967382 +226719,2537.031164,2390.270434,2648.01319,1189.681587,2426.073539 +226720,2538.971848,2387.791357,2644.426476,1192.046427,2423.309144 +226721,2566.993552,2385.388431,2640.534124,1194.550727,2420.187356 +226722,2542.619796,2382.89262,2636.517803,1196.905386,2416.917202 +226723,2559.252023,2380.31058,2632.478902,1199.435474,2413.611689 +226724,2553.062,2377.648712,2628.426063,1201.862506,2410.275538 +226725,2583.415932,2374.808354,2622.90268,1204.152714,2405.125479 +226726,2567.976477,2372.218133,2620.275738,1206.583281,2403.469705 +226727,2581.23099,2369.089272,2615.431676,1208.9306,2399.086472 +226728,2585.816822,2366.25784,2611.595782,1211.280819,2395.911132 +226729,2591.183144,2363.203395,2608.260975,1213.616926,2393.327153 +226730,2596.669038,2360.105808,2605.1588,1216.014556,2391.014171 +226731,2602.012127,2356.921552,2602.175911,1218.140724,2388.837075 +226732,2607.73755,2353.647872,2599.449127,1220.606354,2386.722566 +226733,2613.026088,2350.347527,2596.54696,1222.829885,2384.828927 +226734,2618.556197,2347.101333,2593.650881,1225.117911,2382.707572 +226735,2623.716614,2343.409001,2590.762048,1227.383916,2380.56167 +226736,2629.431288,2339.929271,2587.889871,1229.638372,2378.399739 +226737,2634.583805,2336.280759,2585.038384,1231.882006,2376.224801 +226738,2640.04179,2332.65793,2582.206269,1234.189681,2374.033426 +226739,2645.144794,2328.863848,2579.396962,1236.299151,2371.827968 +226740,2658.904714,2325.059342,2576.632446,1238.565146,2369.619101 +226741,2527.834793,2269.552527,2573.913483,1187.111719,2368.742613 +226742,2543.953332,2253.37727,2562.629354,1187.860158,2355.700417 +226743,2541.472414,2267.407697,2548.825473,1189.069156,2338.611884 +226744,2545.590017,2240.161611,2537.186899,1190.117647,2323.387085 +226745,2548.674354,2257.683938,2529.972691,1191.567396,2313.45397 +226746,2551.913144,2230.10648,2522.237999,1192.81561,2302.789137 +226747,2555.265535,2247.620946,2518.296797,1194.161055,2297.173297 +226748,2558.245437,2219.632736,2512.726391,1195.499484,2289.800365 +226749,2561.898782,2230.118777,2508.331845,1196.845618,2284.081435 +226750,2565.098728,2219.402016,2504.464078,1198.190429,2279.428433 +226751,2568.369234,2214.845304,2500.913318,1199.535889,2275.459432 +226752,2571.757818,2209.612072,2497.624283,1200.956395,2271.948864 +226753,2574.989508,2204.207198,2494.606374,1202.184235,2268.822271 +226754,2578.180853,2198.873456,2491.809344,1203.578182,2265.991914 +226755,2581.717373,2193.190962,2489.185256,1204.902926,2263.398442 +226756,2585.010148,2187.660565,2486.695531,1206.235353,2260.998274 +226757,2588.328273,2182.108111,2484.310454,1207.56469,2258.961154 +226758,2599.608955,2176.383471,2482.132745,1208.890465,2256.991071 +226759,2583.270136,2170.690386,2479.883796,1210.212046,2254.954636 +226760,2610.927525,2164.948702,2477.703501,1211.530297,2253.021799 +226761,2597.483702,2159.285897,2475.71612,1212.844894,2251.341731 +226762,2605.782132,2153.186661,2473.656798,1214.078138,2249.58781 +226763,2608.912927,2147.439444,2473.306596,1215.500766,2249.939753 +226764,2611.74329,2141.46255,2472.027888,1216.749175,2249.179559 +226765,2615.086825,2135.441079,2470.368732,1218.061392,2247.970878 +226766,2618.236535,2129.424405,2466.842289,1219.358369,2244.472863 +226767,2621.245558,2123.340368,2464.266744,1220.729619,2242.110484 +226768,2624.855105,2117.404888,2462.107062,1221.903848,2240.227747 +226769,2627.916397,2111.019454,2460.168414,1223.246486,2238.599409 +226770,2631.050198,2104.908335,2458.345501,1224.518671,2237.107543 +226771,2634.213611,2098.63015,2456.58955,1225.759299,2235.696892 +226772,2637.355291,2092.214128,2454.873689,1226.989013,2234.339808 +226773,2640.369032,2085.864762,2453.18168,1228.211886,2233.017892 +226774,2643.255587,2079.522084,2451.507745,1229.428765,2231.722319 +226775,2646.529141,2072.84929,2449.853224,1230.640531,2230.451692 +226776,2649.575433,2063.798515,2448.236252,1231.847246,2229.225306 +226777,2652.537749,2055.853532,2446.721521,1233.049497,2228.120389 +226778,2655.773243,2048.444339,2447.085099,1234.247986,2229.318889 +226779,2658.368194,2048.135021,2444.876483,1235.399028,2227.372314 +226780,2661.70205,2044.942056,2443.305888,1236.620904,2226.198254 +226781,2664.250759,2039.712985,2441.981152,1237.769336,2225.307949 +226782,2667.687702,1998.880992,2440.861,1238.983005,2224.65038 +226783,2678.062899,2044.882024,2439.958847,1240.12486,2224.250019 +226784,2663.261022,1990.018926,2440.617146,1241.332032,2225.760512 +226785,2687.269692,2025.87055,2438.575771,1242.547302,2223.961088 +226786,2676.778306,1986.649248,2437.276586,1243.627674,2223.05527 +226787,2682.618728,1987.171508,2436.096902,1244.814326,2222.270028 +226788,2686.301901,2012.345495,2436.632057,1245.99739,2223.569674 +226789,2688.321145,1941.993443,2434.612768,1247.11742,2221.723785 +226790,2691.214172,2010.827428,2433.200474,1248.266543,2220.601194 +226791,2694.478051,1937.334155,2431.997163,1249.414763,2219.704896 +226792,2697.15495,1957.720969,2431.165311,1250.561931,2218.999015 +226793,2700.044762,1954.060156,2430.167064,1251.707195,2218.317512 +226794,2702.914697,1941.808897,2429.162822,1252.769427,2217.618292 +226795,2705.79105,1961.009269,2428.152275,1254.031811,2216.895497 +226796,2708.696996,1894.630091,2427.228341,1255.114728,2216.26019 +226797,2711.826932,1939.614243,2428.079574,1256.266232,2217.790803 +226798,2713.921064,1912.506983,2426.203975,1257.402587,2215.967956 +226799,2717.309252,1909.04828,2424.905088,1258.539594,2214.831931 +226800,2720.389391,1902.233009,2425.547065,1259.674952,2216.053548 +226801,2481.343575,1785.124497,2420.264043,1151.671987,2210.432923 +226802,2478.765036,1775.188101,2399.535874,1149.705735,2182.843209 +226803,2476.94362,1766.261148,2374.238389,1149.046582,2147.113558 +226804,2476.204537,1757.637987,2352.623862,1148.429293,2114.894682 +226805,2476.13303,1749.211155,2336.451586,1148.144802,2089.140167 +226806,2475.955756,1740.924918,2324.658703,1147.777971,2069.209766 +226807,2484.052703,1732.741279,2316.362239,1147.656632,2053.52273 +226808,2464.471471,1724.523137,2309.920295,1147.524898,2040.843561 +226809,2489.391269,1716.640071,2304.757104,1147.447349,2030.281994 +226810,2464.903699,1708.589093,2300.458828,1147.405051,2021.304349 +226811,2489.633315,1700.794227,2296.786256,1147.392788,2013.575167 +226812,2465.9643,1692.771585,2293.51754,1147.407096,2006.775803 +226813,2490.564926,1684.917484,2290.610303,1147.445622,2000.808187 +226814,2467.145858,1677.294736,2287.920024,1147.50639,1995.450896 +226815,2491.746922,1669.51111,2285.452626,1147.588387,1990.670106 +226816,2468.543764,1661.873469,2284.946428,1147.691511,1988.569451 +226817,2493.029812,1654.153871,2281.674256,1147.809325,1983.313852 +226818,2477.999697,1646.760272,2279.277323,1147.951045,1979.330446 +226819,2483.269093,1639.19827,2278.747059,1148.109362,1977.805471 +226820,2484.062685,1652.153562,2275.642599,1148.28158,1973.267963 +226821,2484.807677,1595.185592,2275.026294,1148.477633,1971.912691 +226822,2485.597154,1648.433845,2273.728592,1148.685027,1969.833055 +226823,2486.465697,1581.779002,2270.475808,1148.910378,1965.4447 +226824,2487.73074,1614.566223,2269.817612,1149.156242,1964.311969 +226825,2488.470479,1592.873406,2266.821483,1149.412343,1960.363893 +226826,2489.731147,1588.356299,2264.59101,1149.690178,1957.39983 +226827,2490.758122,1581.315287,2262.692349,1149.981823,1954.876961 +226828,2492.055647,1574.545268,2262.692627,1150.291398,1954.727687 +226829,2493.09598,1567.738435,2261.857325,1150.614115,1953.603241 +226830,2494.181919,1560.838401,2259.000435,1150.952954,1950.034239 +226831,2495.605539,1554.15763,2258.663525,1151.262612,1949.580755 +226832,2496.449413,1547.453648,2255.985935,1151.571201,1946.266582 +226833,2497.794722,1540.744161,2254.048999,1151.894745,1943.874585 +226834,2499.088501,1534.352001,2254.11477,1152.228482,1943.958803 +226835,2500.197098,1527.83459,2253.389044,1152.571751,1943.098657 +226836,2501.38611,1521.480714,2250.664511,1152.927181,1939.803172 +226837,2502.747169,1515.200499,2248.756787,1153.296662,1937.511049 +226838,2503.985684,1509.00709,2247.179498,1153.676279,1935.614522 +226839,2505.484372,1503.089586,2247.492901,1154.069426,1936.044801 +226840,2506.684602,1498.97558,2246.960271,1154.47181,1935.453188 +226841,2508.080285,1494.870706,2246.098843,1154.887446,1934.475814 +226842,2509.474501,1490.270965,2245.076493,1155.314152,1933.305592 +226843,2510.552529,1485.914218,2242.27992,1155.751052,1929.938874 +226844,2512.539683,1481.606434,2242.12262,1156.202752,1929.796822 +226845,2513.57204,1477.371222,2239.706295,1156.660482,1926.856221 +226846,2515.228681,1473.222481,2238.066464,1157.133471,1924.853277 +226847,2516.760585,1469.155896,2236.742255,1157.615408,1923.221034 +226848,2518.220525,1465.176288,2235.593771,1158.108499,1921.794925 +226849,2519.957216,1461.191289,2236.251086,1158.613263,1922.594364 +226850,2521.224975,1457.527622,2234.321326,1159.125243,1920.217226 +226851,2522.967434,1453.756196,2232.998852,1159.651001,1918.583157 +226852,2524.557634,1450.253435,2231.898468,1160.185045,1917.411029 +226853,2526.344649,1446.70101,2232.820141,1160.730364,1918.256239 +226854,2527.724092,1443.776224,2230.951503,1161.282397,1915.925484 +226855,2529.490864,1440.9288,2229.691442,1162.702308,1914.33511 +226856,2531.211315,1438.178361,2228.656608,1164.073688,1913.001549 +226857,2532.857479,1435.497429,2227.748265,1165.333662,1911.804367 +226858,2534.773834,1432.879417,2228.621798,1166.751521,1912.783532 +226859,2535.98042,1430.312844,2226.885106,1168.43279,1910.563886 +226860,2538.23253,1427.805896,2225.755571,1169.831721,1909.077049 +226861,2773.193044,1531.890382,2230.138836,1278.315968,1914.687009 +226862,2788.667564,1531.718846,2251.1113,1282.23789,1943.788894 +226863,2780.61545,1530.43061,2276.564367,1285.351094,1980.657063 +226864,2792.142928,1529.490688,2297.583376,1306.643671,2012.836324 +226865,2796.350189,1528.166096,2312.593837,1264.626178,2038.086494 +226866,2790.818445,1526.888366,2322.724433,1307.623332,2057.078289 +226867,2807.572972,1525.580832,2329.607125,1312.15145,2071.774205 +226868,2805.48298,1524.271515,2334.79593,1275.031752,2083.560391 +226869,2800.743166,1522.969446,2340.243658,1316.34949,2095.065532 +226870,2816.298535,1521.675383,2342.18527,1304.439749,2101.69432 +226871,2814.907257,1520.400163,2344.403986,1310.31624,2108.137299 +226872,2816.663332,1519.234646,2346.410481,1313.69267,2113.835449 +226873,2826.72341,1517.851365,2348.28323,1317.05523,2118.940458 +226874,2825.271245,1516.597015,2350.102304,1320.48433,2123.604924 +226875,2826.586985,1515.517958,2351.642344,1323.970235,2127.598549 +226876,2829.539502,1514.263333,2352.9341,1327.428429,2130.998234 +226877,2839.259965,1513.109883,2354.301526,1331.246036,2134.236997 +226878,2838.992573,1511.961709,2355.766459,1334.717709,2137.563245 +226879,2839.666989,1510.83214,2357.052009,1338.513342,2140.262598 +226880,2841.380091,1509.721496,2358.10347,1342.280954,2142.50342 +226881,2843.776598,1508.629678,2359.039477,1346.120016,2144.453322 +226882,2846.448187,1507.556441,2359.942815,1350.018781,2146.231733 +226883,2849.16736,1506.501668,2360.845997,1353.976819,2147.894711 +226884,2850.110664,1505.465078,2361.709047,1357.994075,2149.40807 +226885,2850.490566,1504.446479,2362.456448,1362.157213,2150.691764 +226886,2850.851649,1503.445646,2363.063036,1366.161095,2151.724716 +226887,2851.239567,1502.462428,2363.550733,1370.418509,2152.738504 +226888,2851.670691,1501.4966,2363.95002,1374.659255,2153.358288 +226889,2852.146445,1500.548027,2364.28742,1378.971692,2153.844247 +226890,2852.663208,1499.616485,2364.581975,1383.343802,2154.230065 +226891,2853.216759,1498.676619,2364.846446,1387.735239,2154.539038 +226892,2853.800424,1497.748275,2365.087396,1392.17475,2154.788284 +226893,2854.408931,1496.83388,2365.309393,1396.67425,2154.990211 +226894,2855.038364,1495.933858,2365.516042,1401.225954,2155.153561 +226895,2855.686454,1495.048413,2365.710718,1405.833545,2155.285282 +226896,2856.351813,1494.177473,2365.89637,1410.496134,2155.391102 +226897,2857.026308,1493.321057,2366.070874,1416.98373,2155.652354 +226898,2857.701441,1492.478991,2366.231186,1423.894829,2155.674328 +226899,2858.400004,1491.651268,2366.393647,1423.189591,2155.686359 +226900,2859.09324,1490.837606,2366.541512,1443.958093,2155.67394 +226901,2859.863824,1490.038107,2366.728744,1409.075848,2155.702204 +226902,2860.670299,1489.252351,2366.930566,1452.673212,2155.932769 +226903,2861.409805,1488.480615,2367.082773,1441.62051,2155.858277 +226904,2862.146839,1487.72267,2367.226598,1449.578636,2155.77015 +226905,2862.905971,1486.978412,2367.377689,1455.037896,2155.807198 +226906,2863.671312,1486.247511,2367.526336,1460.036623,2155.613015 +226907,2864.447655,1485.530032,2367.676121,1465.37754,2155.404754 +226908,2865.232185,1484.825649,2367.825764,1470.677893,2155.438423 +226909,2866.009531,1484.13444,2367.965884,1480.109017,2155.349291 +226910,2866.79111,1483.456077,2368.103963,1480.496296,2155.255571 +226911,2867.551254,1482.790593,2368.223804,1501.497623,2155.364068 +226912,2871.085098,1482.139052,2370.109649,1467.196064,2157.337719 +226913,2870.562167,1481.496021,2369.43038,1510.685577,2156.339579 +226914,2870.790165,1480.869589,2369.226119,1500.879581,2155.888289 +226915,2871.246528,1480.253482,2369.149812,1509.230672,2155.571267 +226916,2871.817331,1479.649777,2369.129869,1528.160246,2155.307593 +226917,2872.514877,1479.058182,2369.179832,1501.256278,2155.323998 +226918,2873.270605,1478.478099,2369.257778,1546.683151,2155.170451 +226919,2873.988552,1477.909915,2369.310069,1534.527389,2154.980859 +226920,2874.809869,1477.353156,2369.428446,1516.658895,2154.870524 +226921,2875.871858,1499.56599,2369.724388,1595.034537,2155.022917 +226922,2879.743331,1500.345448,2371.6945,1562.113855,2157.80673 +226923,2884.862557,1500.674038,2374.459632,1587.793941,2161.935804 +226924,2889.889706,1500.871651,2377.253082,1588.03103,2166.457479 +226925,2894.277926,1500.978516,2379.74971,1596.425561,2170.460068 +226926,2898.071836,1501.031189,2381.953806,1602.761351,2174.069371 +226927,2901.479374,1501.051348,2383.958618,1609.655507,2177.380465 +226928,2904.642032,1501.051511,2385.83162,1616.346172,2180.467731 +226929,2910.341578,1501.040482,2389.332609,1623.13595,2185.497382 +226930,2911.805455,1501.017264,2390.158489,1629.779616,2187.181761 +226931,2914.037856,1500.991905,2391.471196,1636.827354,2189.396631 +226932,2919.163571,1500.961122,2394.611954,1643.567654,2193.997158 +226933,2920.250869,1500.924386,2395.185501,1650.350251,2195.170727 +226934,2922.231679,1500.888594,2396.316246,1657.389462,2196.966761 +226935,2924.500477,1500.849461,2397.610628,1664.306465,2198.899253 +226936,2929.784687,1498.674481,2400.807668,1680.209371,2203.13903 +226937,2931.34631,1498.173095,2401.448955,1679.761917,2204.242529 +226938,2933.840828,1497.883976,2402.236738,1690.642653,2205.938007 +226939,2936.604064,1497.646837,2403.14261,1697.523185,2207.779914 +226940,2939.448926,1497.434507,2404.166875,1704.651709,2209.68135 +226941,2942.283786,1497.235951,2405.277334,1711.891915,2211.587052 +226942,2945.095151,1497.045722,2406.457212,1719.451145,2213.491234 +226943,2947.887701,1496.862048,2407.685653,1726.699983,2215.387387 +226944,2950.655837,1496.68304,2408.945934,1734.159101,2217.269625 +226945,2953.409909,1496.508565,2410.230092,1741.354827,2219.138022 +226946,2956.152541,1496.433513,2411.535915,1749.043883,2220.996713 +226947,2958.890005,1496.125342,2412.858766,1756.330286,2222.845212 +226948,2961.614545,1496.027915,2414.193206,1763.85288,2224.681125 +226949,2964.61644,1495.755956,2415.536838,1771.158368,2226.505118 +226950,2967.436581,1495.737982,2416.974598,1784.316977,2228.425809 +226951,2970.244765,1495.415802,2418.419406,1783.971426,2230.338617 +226952,2972.883392,1495.156625,2419.762948,1793.893438,2232.125146 +226953,2975.491365,1494.875238,2421.086177,1801.331007,2233.895567 +226954,2978.108913,1494.586869,2422.410661,1808.325639,2235.679131 +226955,2980.69445,1494.293645,2423.709243,1815.638463,2237.649036 +226956,2983.262218,1493.995488,2424.988014,1822.731795,2239.39337 +226957,2985.822073,1493.693361,2426.258633,1830.257714,2241.130249 +226958,2988.517393,1493.386867,2427.614562,1842.744871,2242.978989 +226959,2991.300862,1493.076716,2429.026805,1846.310184,2244.905553 +226960,2994.125032,1492.762349,2430.4626,1859.046323,2246.869956 +226961,2997.091887,1492.444608,2431.992322,1868.572499,2248.959646 +226962,3000.298833,1492.122897,2433.680763,1882.794355,2251.255501 +226963,3003.538631,1491.797997,2435.393953,1886.372093,2253.59138 +226964,3006.596016,1491.46868,2436.999078,1896.801337,2255.801064 +226965,3009.744252,1491.136688,2438.668588,1912.278365,2258.096822 +226966,3012.944804,1490.800611,2440.371975,1915.468696,2260.439015 +226967,3016.089706,1490.461569,2442.043851,1930.035746,2262.745377 +226968,3019.187561,1490.118298,2443.68965,1934.859339,2265.021659 +226969,3022.248306,1489.678703,2445.309919,1947.385137,2267.267364 +226970,3025.367549,1489.464938,2446.968316,1956.644467,2269.561073 +226971,3028.335955,1489.047024,2448.532222,1960.750109,2271.737162 +226972,3030.902052,1488.704072,2449.835284,1966.188496,2273.586699 +226973,3032.986504,1488.438537,2450.825749,1968.918303,2275.041402 +226974,3034.849413,1487.938007,2451.482107,1972.043709,2276.069758 +226975,3035.973778,1487.637526,2451.842205,1975.535018,2276.71506 +226976,3036.780381,1487.254548,2451.979056,1979.291949,2277.066524 +226977,3037.375862,1486.882524,2451.953153,1983.205278,2277.200223 +226978,3037.840005,1486.507879,2451.809114,1987.199655,2277.174422 +226979,3038.213304,1486.130944,2451.579248,1991.235989,2277.033083 +226980,3038.530307,1485.75115,2451.286947,1995.297769,2276.809308 +226981,3038.83034,1452.245319,2450.938705,1999.413885,2276.472999 +226982,3034.397992,1451.740721,2447.02452,2000.725173,2270.763302 +226983,3028.013676,1451.207913,2441.551415,2001.148949,2262.43886 +226984,3022.059231,1450.756099,2436.47374,2002.403424,2254.294387 +226985,3018.085043,1450.30711,2432.511724,2004.947383,2247.463242 +226986,3015.604455,1449.861965,2429.581737,2008.65603,2241.971834 +226987,3014.1057,1449.419681,2427.368846,2012.66562,2237.495202 +226988,3013.163817,1448.978631,2425.605981,2016.86214,2233.731281 +226989,3012.537599,1448.539021,2424.127865,2021.103196,2230.483362 +226990,3012.095854,1448.099519,2422.843229,2025.342806,2227.635238 +226991,3011.781609,1447.660316,2421.699798,2029.573089,2225.113609 +226992,3011.552128,1447.220316,2420.66303,2033.794729,2222.864922 +226993,3011.387616,1446.779874,2419.707019,2038.007812,2220.845555 +226994,3011.262748,1446.338132,2418.811655,2042.211477,2219.018986 +226995,3011.169305,1445.895565,2417.961467,2046.405086,2217.354678 +226996,3011.091273,1445.451447,2417.144895,2050.588856,2215.827436 +226997,3011.027961,1445.006309,2416.353363,2054.763653,2214.416427 +226998,3010.968839,1444.559496,2415.580589,2058.930666,2213.104456 +226999,3010.916994,1444.111568,2414.821881,2063.09104,2211.877138 +227000,3010.864375,1443.661913,2414.073771,2067.245786,2210.722464 +227001,3010.813988,1443.211108,2413.332506,2071.585706,2209.628864 +227002,3011.041272,1442.758561,2412.594288,2075.694897,2208.585468 +227003,3010.961333,1442.304852,2411.858739,2079.793754,2207.586344 +227004,3010.869176,1441.849396,2411.127666,2083.896345,2206.628944 +227005,3010.781472,1441.392778,2410.401137,2088.006474,2205.709167 +227006,3010.694781,1440.934411,2409.67797,2092.121609,2204.821902 +227007,3010.61304,1440.474888,2408.956982,2096.238122,2203.962481 +227008,3010.527846,1440.013616,2408.237309,2100.353401,2203.127026 +227009,3010.441084,1439.551183,2407.51736,2104.633409,2202.311068 +227010,3010.345716,1439.086987,2406.796677,2108.692979,2201.511858 +227011,3010.249043,1438.517856,2406.076666,2112.747215,2200.729228 +227012,3010.132127,1437.925307,2405.345794,2116.941586,2199.961601 +227013,3009.986241,1437.32016,2404.596764,2120.850162,2199.208067 +227014,3009.813583,1436.704504,2403.829181,2124.8851,2198.468754 +227015,3009.62167,1436.080221,2403.047139,2128.451456,2197.74525 +227016,3009.415308,1435.447396,2402.253935,2132.410054,2197.037259 +227017,3009.193645,1434.80707,2401.44969,2136.247663,2196.341051 +227018,3008.954418,1434.158933,2400.63365,2140.327991,2195.652606 +227019,3008.697508,1433.503814,2399.806286,2144.174176,2194.970039 +227020,3011.085599,1432.842038,2400.672994,2149.836105,2196.422763 +227021,3009.44037,1432.171368,2398.985771,2152.850372,2194.720095 +227022,3008.587123,1431.495875,2397.805329,2156.222252,2193.662273 +227023,3007.957059,1430.81266,2396.75479,2159.767201,2192.767971 +227024,3007.446782,1430.1227,2395.769756,2163.416031,2191.958225 +227025,3007.002341,1429.426478,2394.821821,2167.108679,2191.202045 +227026,3006.588558,1428.723486,2393.893426,2170.807605,2190.480671 +227027,3006.185773,1428.014446,2392.974596,2174.496588,2189.782823 +227028,3005.784327,1427.298766,2392.060101,2178.170807,2189.101904 +227029,3005.379373,1426.57713,2391.146991,2181.829115,2188.433644 +227030,3004.966275,1425.848926,2390.232225,2185.669366,2187.77357 +227031,3004.542456,1425.114832,2389.314043,2189.284122,2187.118826 +227032,3004.108751,1424.37423,2388.392877,2192.872546,2186.469366 +227033,3003.665372,1423.627795,2387.468785,2196.444835,2185.824732 +227034,3003.21135,1422.874902,2386.541131,2200.00352,2185.183687 +227035,3002.745709,1422.11623,2385.609253,2203.546746,2184.544982 +227036,3002.267813,1421.351141,2384.672709,2207.071773,2183.907704 +227037,3001.777215,1420.580315,2383.731179,2210.576494,2183.271101 +227038,3001.273727,1419.803108,2382.784499,2214.059727,2182.634669 +227039,3000.757191,1419.020196,2381.832554,2217.520837,2181.997976 +227040,3000.227568,1418.230929,2380.875299,2220.959458,2181.360727 +227041,3001.56283,1351.112667,2381.721554,2225.277311,2183.941667 +227042,2993.300827,1349.231146,2375.369233,2223.759117,2175.722475 +227043,2980.583687,1347.906672,2365.758128,2220.291239,2162.147206 +227044,2969.417003,1346.38041,2356.790127,2218.393444,2148.797027 +227045,2961.451022,1344.951155,2349.929103,2219.028211,2137.952947 +227046,2956.344369,1343.598391,2345.042485,2221.584529,2129.692973 +227047,2953.115191,1342.031335,2341.526745,2225.136667,2123.385608 +227048,2950.950226,1340.648133,2338.861273,2229.034494,2118.434068 +227049,2949.367071,1339.188882,2336.724469,2232.968975,2114.450441 +227050,2948.123063,1337.737361,2334.941497,2236.843817,2111.208758 +227051,2949.766126,1336.283027,2335.115073,2242.530724,2110.690996 +227052,2947.527604,1334.816587,2332.937741,2245.263102,2107.521526 +227053,2946.200877,1333.263337,2331.418816,2248.525509,2105.409211 +227054,2945.17613,1331.911819,2330.142656,2251.93619,2103.804217 +227055,2944.320413,1330.368144,2329.014966,2255.407873,2102.570008 +227056,2943.560675,1328.889271,2327.98611,2258.884563,2101.62971 +227057,2942.84897,1327.390669,2327.022938,2262.33233,2100.926935 +227058,2942.155632,1325.884005,2326.102969,2265.931584,2100.418104 +227059,2941.470602,1324.369833,2325.212306,2269.275486,2100.070628 +227060,2940.794217,1322.847962,2324.343281,2272.570197,2099.860729 +227061,2940.125193,1321.318823,2323.490099,2275.829434,2099.768359 +227062,2939.459139,1319.781684,2322.64768,2279.058018,2099.775803 +227063,2938.793001,1318.237652,2321.813205,2282.256973,2099.666652 +227064,2938.122526,1316.770241,2320.983562,2285.424637,2099.842925 +227065,2937.442736,1315.088682,2320.15524,2288.55862,2100.084359 +227066,2936.751679,1313.497218,2319.326606,2291.65891,2100.378062 +227067,2936.048156,1312.035261,2318.496502,2294.726102,2100.71485 +227068,2935.331488,1310.397019,2317.664157,2297.761027,2101.088293 +227069,2934.601788,1308.823389,2316.829379,2300.764861,2101.493865 +227070,2933.858976,1307.231205,2315.991883,2303.738366,2101.927546 +227071,2933.103039,1305.577687,2315.15148,2306.682174,2102.385835 +227072,2932.322844,1303.906224,2314.302333,2309.550568,2102.866153 +227073,2931.511706,1302.223027,2313.441089,2312.318082,2103.366835 +227074,2930.669925,1300.529579,2312.567922,2314.986961,2103.886773 +227075,2929.801208,1298.826906,2311.684639,2317.572194,2104.424867 +227076,2928.909495,1297.115343,2310.7931,2320.088859,2104.97976 +227077,2930.650454,1295.397316,2311.586023,2324.432502,2107.653535 +227078,2928.364423,1293.665608,2309.844984,2325.824184,2107.216984 +227079,2926.866362,1291.848759,2308.610261,2327.754259,2107.425733 +227080,2925.587102,1290.225145,2307.505898,2329.841829,2107.801298 +227081,2927.072902,1288.417043,2308.156927,2333.885786,2110.365884 +227082,2924.6147,1286.66847,2306.319447,2335.045426,2109.86473 +227083,2922.987891,1284.903972,2305.013522,2336.771975,2110.033521 +227084,2921.597802,1283.212166,2303.8532,2338.666443,2110.383926 +227085,2922.987107,1281.314795,2304.45734,2342.522156,2112.931798 +227086,2920.449685,1279.581242,2302.582481,2343.498098,2112.422986 +227087,2918.746769,1277.77835,2301.244488,2345.044982,2112.58856 +227088,2917.011289,1275.977407,2300.058312,2346.76576,2112.941505 +227089,2915.711235,1274.171172,2298.953175,2348.568527,2113.396037 +227090,2914.497336,1272.358534,2297.89497,2350.392388,2113.914332 +227091,2913.313893,1270.457849,2296.862771,2352.199754,2114.473396 +227092,2912.141209,1268.75227,2295.844919,2353.973867,2115.059738 +227093,2910.962594,1266.86448,2294.835077,2355.709794,2115.665234 +227094,2909.780566,1265.039686,2293.829864,2357.407423,2116.284955 +227095,2908.587141,1263.197431,2292.82691,2359.067146,2116.915151 +227096,2907.387129,1261.349011,2291.824396,2360.688916,2117.552827 +227097,2906.173069,1259.49496,2290.820974,2362.272452,2118.195654 +227098,2904.94467,1257.635184,2289.815685,2363.817475,2118.84186 +227099,2903.70351,1255.769896,2288.807828,2365.323804,2119.490052 +227100,2902.450514,1253.899016,2287.796904,2366.791349,2120.139149 +227101,2002.221799,1252.194794,1088.857945,1840.743576,2414.658993 +227102,2082.488897,1382.050008,1132.963903,1916.004947,2464.870892 +227103,2169.471092,1385.859509,1183.67424,1995.818296,2503.416074 +227104,2238.098128,1385.944711,1226.522758,2053.446197,2523.086403 +227105,2290.026858,1386.806756,1261.340594,2090.671673,2535.225466 +227106,2328.639793,1386.460727,1289.120929,2112.593573,2543.460671 +227107,2357.800438,1385.846791,1311.742986,2125.579951,2549.461081 +227108,2380.545265,1385.166677,1330.337873,2134.020567,2554.181662 +227109,2398.776002,1384.435536,1346.032861,2140.226708,2558.115321 +227110,2413.655792,1383.666538,1359.423196,2145.222215,2561.548501 +227111,2425.913723,1382.871285,1370.909388,2149.591731,2564.624924 +227112,2436.039123,1382.05459,1380.784547,2153.137146,2567.391948 +227113,2444.42343,1381.203249,1389.296,2156.185342,2569.884011 +227114,2451.388715,1380.360792,1396.654808,2158.857391,2572.130271 +227115,2457.20321,1379.517068,1403.042396,2161.251701,2574.161504 +227116,2462.058785,1378.670345,1408.598793,2163.417972,2575.977899 +227117,2466.154996,1377.82444,1413.463795,2165.424548,2577.631065 +227118,2469.652182,1376.978639,1417.754087,2167.319977,2579.165352 +227119,2472.649482,1376.135693,1421.552585,2169.114939,2580.586959 +227120,2475.230867,1375.294291,1424.931077,2170.819452,2581.907231 +227121,2477.465644,1374.456383,1427.950553,2172.442206,2583.138265 +227122,2479.410558,1373.620289,1430.662504,2173.990529,2584.291609 +227123,2481.111647,1372.787416,1433.110176,2175.470263,2585.37754 +227124,2482.60628,1371.955919,1435.329907,2176.885971,2586.405126 +227125,2483.924664,1371.126853,1437.352172,2178.241103,2587.382125 +227126,2485.09135,1370.283434,1439.202604,2179.538334,2588.315264 +227127,2486.124209,1369.452068,1440.901268,2180.777507,2589.207701 +227128,2487.040129,1368.623665,1442.466754,2181.961135,2590.065069 +227129,2487.853621,1367.79547,1443.915201,2183.277817,2590.892761 +227130,2488.57633,1366.966408,1445.260055,2184.339613,2591.694982 +227131,2489.217454,1366.042116,1446.512443,2185.347351,2592.474846 +227132,2489.773965,1365.095478,1447.677835,2186.236755,2593.23478 +227133,2490.241007,1364.050655,1448.761383,2186.961635,2593.976702 +227134,2490.626301,1363.211108,1449.769104,2187.525539,2594.702204 +227135,2490.933996,1362.16997,1450.707227,2187.942269,2595.412585 +227136,2491.174468,1361.198239,1451.581554,2188.232902,2596.108933 +227137,2491.350797,1357.272722,1452.397152,2188.41472,2596.792055 +227138,2491.165583,1355.729593,1453.0366,2187.909848,2597.464317 +227139,2490.730746,1354.423799,1453.54331,2186.980054,2598.123047 +227140,2490.213271,1353.176668,1453.981687,2185.972531,2598.768345 +227141,2489.701576,1351.954034,1454.388378,2185.051593,2599.401192 +227142,2489.214038,1350.827013,1454.775488,2184.231255,2600.022335 +227143,2488.74781,1349.490534,1455.143825,2183.466313,2600.632034 +227144,2488.29183,1348.345238,1455.491472,2182.520487,2601.230228 +227145,2487.836078,1347.120977,1455.816953,2181.748887,2601.816688 +227146,2487.373977,1345.907422,1456.119666,2180.943354,2602.391163 +227147,2486.901582,1344.690419,1456.39952,2180.089291,2602.953375 +227148,2486.416431,1343.469015,1456.656634,2179.180235,2603.50307 +227149,2485.916794,1342.24329,1456.891198,2178.214008,2604.040009 +227150,2485.401382,1341.012031,1457.103442,2177.189951,2604.564 +227151,2484.869211,1339.776129,1457.29363,2176.107706,2605.074864 +227152,2484.319595,1338.534534,1457.462065,2174.966963,2605.57247 +227153,2483.752067,1337.287538,1457.609084,2173.767333,2606.0567 +227154,2483.166374,1336.034681,1457.735051,2172.507659,2606.527472 +227155,2482.562387,1334.776214,1457.840346,2171.187349,2606.984707 +227156,2481.940121,1333.427276,1457.92537,2169.806614,2607.428372 +227157,2481.299681,1332.283092,1457.99053,2168.366064,2607.858442 +227158,2480.641248,1330.944295,1458.036247,2166.866381,2608.274925 +227159,2479.965044,1329.675909,1458.06293,2165.308156,2608.677817 +227160,2479.271344,1328.387689,1458.070998,2163.691905,2609.067146 +227161,0,0,0,0,0 +227162,0,0,0,0,0 +227163,0,0,0,0,0 +227164,0,0,0,0,0 +227165,0,0,0,0,0 +227166,0,0,0,0,0 +227167,0,0,0,0,0 +227168,0,0,0,0,0 +227169,0,0,0,0,0 +227170,0,0,0,0,0 +227171,0,0,0,0,0 +227172,0,0,0,0,0 +227173,0,0,0,0,0 +227174,0,0,0,0,0 +227175,0,0,0,0,0 +227176,0,0,0,0,0 +227177,0,0,0,0,0 +227178,0,0,0,0,0 +227179,0,0,0,0,0 +227180,0,0,0,0,0 +227181,0,0,0,0,0 +227182,0,0,0,0,0 +227183,0,0,0,0,0 +227184,0,0,0,0,0 +227185,0,0,0,0,0 +227186,0,0,0,0,0 +227187,0,0,0,0,0 +227188,0,0,0,0,0 +227189,0,0,0,0,0 +227190,0,0,0,0,0 +227191,0,0,0,0,0 +227192,0,0,0,0,0 +227193,0,0,0,0,0 +227194,0,0,0,0,0 +227195,0,0,0,0,0 +227196,0,0,0,0,0 +227197,0,0,0,0,0 +227198,0,0,0,0,0 +227199,0,0,0,0,0 +227200,0,0,0,0,0 +227201,0,0,0,0,0 +227202,0,0,0,0,0 +227203,0,0,0,0,0 +227204,0,0,0,0,0 +227205,0,0,0,0,0 +227206,0,0,0,0,0 +227207,0,0,0,0,0 +227208,0,0,0,0,0 +227209,0,0,0,0,0 +227210,0,0,0,0,0 +227211,0,0,0,0,0 +227212,0,0,0,0,0 +227213,0,0,0,0,0 +227214,0,0,0,0,0 +227215,0,0,0,0,0 +227216,0,0,0,0,0 +227217,0,0,0,0,0 +227218,0,0,0,0,0 +227219,0,0,0,0,0 +227220,0,0,0,0,0 +227221,0,0,0,0,0 +227222,0,0,0,0,0 +227223,0,0,0,0,0 +227224,0,0,0,0,0 +227225,0,0,0,0,0 +227226,0,0,0,0,0 +227227,0,0,0,0,0 +227228,0,0,0,0,0 +227229,0,0,0,0,0 +227230,0,0,0,0,0 +227231,0,0,0,0,0 +227232,0,0,0,0,0 +227233,0,0,0,0,0 +227234,0,0,0,0,0 +227235,0,0,0,0,0 +227236,0,0,0,0,0 +227237,0,0,0,0,0 +227238,0,0,0,0,0 +227239,0,0,0,0,0 +227240,0,0,0,0,0 +227241,0,0,0,0,0 +227242,0,0,0,0,0 +227243,0,0,0,0,0 +227244,0,0,0,0,0 +227245,0,0,0,0,0 +227246,0,0,0,0,0 +227247,0,0,0,0,0 +227248,0,0,0,0,0 +227249,0,0,0,0,0 +227250,0,0,0,0,0 +227251,0,0,0,0,0 +227252,0,0,0,0,0 +227253,0,0,0,0,0 +227254,0,0,0,0,0 +227255,0,0,0,0,0 +227256,0,0,0,0,0 +227257,0,0,0,0,0 +227258,0,0,0,0,0 +227259,0,0,0,0,0 +227260,0,0,0,0,0 +227261,0,0,0,0,0 +227262,0,0,0,0,0 +227263,0,0,0,0,0 +227264,0,0,0,0,0 +227265,0,0,0,0,0 +227266,0,0,0,0,0 +227267,0,0,0,0,0 +227268,0,0,0,0,0 +227269,0,0,0,0,0 +227270,0,0,0,0,0 +227271,0,0,0,0,0 +227272,0,0,0,0,0 +227273,0,0,0,0,0 +227274,0,0,0,0,0 +227275,0,0,0,0,0 +227276,0,0,0,0,0 +227277,0,0,0,0,0 +227278,0,0,0,0,0 +227279,0,0,0,0,0 +227280,0,0,0,0,0 +227281,0,0,0,0,0 +227282,0,0,0,0,0 +227283,0,0,0,0,0 +227284,0,0,0,0,0 +227285,0,0,0,0,0 +227286,0,0,0,0,0 +227287,0,0,0,0,0 +227288,0,0,0,0,0 +227289,0,0,0,0,0 +227290,0,0,0,0,0 +227291,0,0,0,0,0 +227292,0,0,0,0,0 +227293,0,0,0,0,0 +227294,0,0,0,0,0 +227295,0,0,0,0,0 +227296,0,0,0,0,0 +227297,0,0,0,0,0 +227298,0,0,0,0,0 +227299,0,0,0,0,0 +227300,0,0,0,0,0 +227301,0,0,0,0,0 +227302,0,0,0,0,0 +227303,0,0,0,0,0 +227304,0,0,0,0,0 +227305,0,0,0,0,0 +227306,0,0,0,0,0 +227307,0,0,0,0,0 +227308,0,0,0,0,0 +227309,0,0,0,0,0 +227310,0,0,0,0,0 +227311,0,0,0,0,0 +227312,0,0,0,0,0 +227313,0,0,0,0,0 +227314,0,0,0,0,0 +227315,0,0,0,0,0 +227316,0,0,0,0,0 +227317,0,0,0,0,0 +227318,0,0,0,0,0 +227319,0,0,0,0,0 +227320,0,0,0,0,0 +227321,0,0,0,0,0 +227322,0,0,0,0,0 +227323,0,0,0,0,0 +227324,0,0,0,0,0 +227325,0,0,0,0,0 +227326,0,0,0,0,0 +227327,0,0,0,0,0 +227328,0,0,0,0,0 +227329,0,0,0,0,0 +227330,0,0,0,0,0 +227331,0,0,0,0,0 +227332,0,0,0,0,0 +227333,0,0,0,0,0 +227334,0,0,0,0,0 +227335,0,0,0,0,0 +227336,0,0,0,0,0 +227337,0,0,0,0,0 +227338,0,0,0,0,0 +227339,0,0,0,0,0 +227340,0,0,0,0,0 +227341,0,0,0,0,0 +227342,0,0,0,0,0 +227343,0,0,0,0,0 +227344,0,0,0,0,0 +227345,0,0,0,0,0 +227346,0,0,0,0,0 +227347,0,0,0,0,0 +227348,0,0,0,0,0 +227349,0,0,0,0,0 +227350,0,0,0,0,0 +227351,0,0,0,0,0 +227352,0,0,0,0,0 +227353,0,0,0,0,0 +227354,0,0,0,0,0 +227355,0,0,0,0,0 +227356,0,0,0,0,0 +227357,0,0,0,0,0 +227358,0,0,0,0,0 +227359,0,0,0,0,0 +227360,0,0,0,0,0 +227361,0,0,0,0,0 +227362,0,0,0,0,0 +227363,0,0,0,0,0 +227364,0,0,0,0,0 +227365,0,0,0,0,0 +227366,0,0,0,0,0 +227367,0,0,0,0,0 +227368,0,0,0,0,0 +227369,0,0,0,0,0 +227370,0,0,0,0,0 +227371,0,0,0,0,0 +227372,0,0,0,0,0 +227373,0,0,0,0,0 +227374,0,0,0,0,0 +227375,0,0,0,0,0 +227376,0,0,0,0,0 +227377,0,0,0,0,0 +227378,0,0,0,0,0 +227379,0,0,0,0,0 +227380,0,0,0,0,0 +227381,0,0,0,0,0 +227382,0,0,0,0,0 +227383,0,0,0,0,0 +227384,0,0,0,0,0 +227385,0,0,0,0,0 +227386,0,0,0,0,0 +227387,0,0,0,0,0 +227388,0,0,0,0,0 +227389,0,0,0,0,0 +227390,0,0,0,0,0 +227391,0,0,0,0,0 +227392,0,0,0,0,0 +227393,0,0,0,0,0 +227394,0,0,0,0,0 +227395,0,0,0,0,0 +227396,0,0,0,0,0 +227397,0,0,0,0,0 +227398,0,0,0,0,0 +227399,0,0,0,0,0 +227400,0,0,0,0,0 +227401,0,0,0,0,0 +227402,0,0,0,0,0 +227403,0,0,0,0,0 +227404,0,0,0,0,0 +227405,0,0,0,0,0 +227406,0,0,0,0,0 +227407,0,0,0,0,0 +227408,0,0,0,0,0 +227409,0,0,0,0,0 +227410,0,0,0,0,0 +227411,0,0,0,0,0 +227412,0,0,0,0,0 +227413,0,0,0,0,0 +227414,0,0,0,0,0 +227415,0,0,0,0,0 +227416,0,0,0,0,0 +227417,0,0,0,0,0 +227418,0,0,0,0,0 +227419,0,0,0,0,0 +227420,0,0,0,0,0 +227421,0,0,0,0,0 +227422,0,0,0,0,0 +227423,0,0,0,0,0 +227424,0,0,0,0,0 +227425,0,0,0,0,0 +227426,0,0,0,0,0 +227427,0,0,0,0,0 +227428,0,0,0,0,0 +227429,0,0,0,0,0 +227430,0,0,0,0,0 +227431,0,0,0,0,0 +227432,0,0,0,0,0 +227433,0,0,0,0,0 +227434,0,0,0,0,0 +227435,0,0,0,0,0 +227436,0,0,0,0,0 +227437,0,0,0,0,0 +227438,0,0,0,0,0 +227439,0,0,0,0,0 +227440,0,0,0,0,0 +227441,0,0,0,0,0 +227442,0,0,0,0,0 +227443,0,0,0,0,0 +227444,0,0,0,0,0 +227445,0,0,0,0,0 +227446,0,0,0,0,0 +227447,0,0,0,0,0 +227448,0,0,0,0,0 +227449,0,0,0,0,0 +227450,0,0,0,0,0 +227451,0,0,0,0,0 +227452,0,0,0,0,0 +227453,0,0,0,0,0 +227454,0,0,0,0,0 +227455,0,0,0,0,0 +227456,0,0,0,0,0 +227457,0,0,0,0,0 +227458,0,0,0,0,0 +227459,0,0,0,0,0 +227460,0,0,0,0,0 +227461,0,0,0,0,0 +227462,0,0,0,0,0 +227463,0,0,0,0,0 +227464,0,0,0,0,0 +227465,0,0,0,0,0 +227466,0,0,0,0,0 +227467,0,0,0,0,0 +227468,0,0,0,0,0 +227469,0,0,0,0,0 +227470,0,0,0,0,0 +227471,0,0,0,0,0 +227472,0,0,0,0,0 +227473,0,0,0,0,0 +227474,0,0,0,0,0 +227475,0,0,0,0,0 +227476,0,0,0,0,0 +227477,0,0,0,0,0 +227478,0,0,0,0,0 +227479,0,0,0,0,0 +227480,0,0,0,0,0 +227481,0,0,0,0,0 +227482,0,0,0,0,0 +227483,0,0,0,0,0 +227484,0,0,0,0,0 +227485,0,0,0,0,0 +227486,0,0,0,0,0 +227487,0,0,0,0,0 +227488,0,0,0,0,0 +227489,0,0,0,0,0 +227490,0,0,0,0,0 +227491,0,0,0,0,0 +227492,0,0,0,0,0 +227493,0,0,0,0,0 +227494,0,0,0,0,0 +227495,0,0,0,0,0 +227496,0,0,0,0,0 +227497,0,0,0,0,0 +227498,0,0,0,0,0 +227499,0,0,0,0,0 +227500,0,0,0,0,0 +227501,0,0,0,0,0 +227502,0,0,0,0,0 +227503,0,0,0,0,0 +227504,0,0,0,0,0 +227505,0,0,0,0,0 +227506,0,0,0,0,0 +227507,0,0,0,0,0 +227508,0,0,0,0,0 +227509,0,0,0,0,0 +227510,0,0,0,0,0 +227511,0,0,0,0,0 +227512,0,0,0,0,0 +227513,0,0,0,0,0 +227514,0,0,0,0,0 +227515,0,0,0,0,0 +227516,0,0,0,0,0 +227517,0,0,0,0,0 +227518,0,0,0,0,0 +227519,0,0,0,0,0 +227520,0,0,0,0,0 +227521,0,0,0,0,0 +227522,0,0,0,0,0 +227523,0,0,0,0,0 +227524,0,0,0,0,0 +227525,0,0,0,0,0 +227526,0,0,0,0,0 +227527,0,0,0,0,0 +227528,0,0,0,0,0 +227529,0,0,0,0,0 +227530,0,0,0,0,0 +227531,0,0,0,0,0 +227532,0,0,0,0,0 +227533,0,0,0,0,0 +227534,0,0,0,0,0 +227535,0,0,0,0,0 +227536,0,0,0,0,0 +227537,0,0,0,0,0 +227538,0,0,0,0,0 +227539,0,0,0,0,0 +227540,0,0,0,0,0 +227541,0,0,0,0,0 +227542,0,0,0,0,0 +227543,0,0,0,0,0 +227544,0,0,0,0,0 +227545,0,0,0,0,0 +227546,0,0,0,0,0 +227547,0,0,0,0,0 +227548,0,0,0,0,0 +227549,0,0,0,0,0 +227550,0,0,0,0,0 +227551,0,0,0,0,0 +227552,0,0,0,0,0 +227553,0,0,0,0,0 +227554,0,0,0,0,0 +227555,0,0,0,0,0 +227556,0,0,0,0,0 +227557,0,0,0,0,0 +227558,0,0,0,0,0 +227559,0,0,0,0,0 +227560,0,0,0,0,0 +227561,0,0,0,0,0 +227562,0,0,0,0,0 +227563,0,0,0,0,0 +227564,0,0,0,0,0 +227565,0,0,0,0,0 +227566,0,0,0,0,0 +227567,0,0,0,0,0 +227568,0,0,0,0,0 +227569,0,0,0,0,0 +227570,0,0,0,0,0 +227571,0,0,0,0,0 +227572,0,0,0,0,0 +227573,0,0,0,0,0 +227574,0,0,0,0,0 +227575,0,0,0,0,0 +227576,0,0,0,0,0 +227577,0,0,0,0,0 +227578,0,0,0,0,0 +227579,0,0,0,0,0 +227580,0,0,0,0,0 +227581,0,0,0,0,0 +227582,0,0,0,0,0 +227583,0,0,0,0,0 +227584,0,0,0,0,0 +227585,0,0,0,0,0 +227586,0,0,0,0,0 +227587,0,0,0,0,0 +227588,0,0,0,0,0 +227589,0,0,0,0,0 +227590,0,0,0,0,0 +227591,0,0,0,0,0 +227592,0,0,0,0,0 +227593,0,0,0,0,0 +227594,0,0,0,0,0 +227595,0,0,0,0,0 +227596,0,0,0,0,0 +227597,0,0,0,0,0 +227598,0,0,0,0,0 +227599,0,0,0,0,0 +227600,0,0,0,0,0 +227601,0,0,0,0,0 +227602,0,0,0,0,0 +227603,0,0,0,0,0 +227604,0,0,0,0,0 +227605,0,0,0,0,0 +227606,0,0,0,0,0 +227607,0,0,0,0,0 +227608,0,0,0,0,0 +227609,0,0,0,0,0 +227610,0,0,0,0,0 +227611,0,0,0,0,0 +227612,0,0,0,0,0 +227613,0,0,0,0,0 +227614,0,0,0,0,0 +227615,0,0,0,0,0 +227616,0,0,0,0,0 +227617,0,0,0,0,0 +227618,0,0,0,0,0 +227619,0,0,0,0,0 +227620,0,0,0,0,0 +227621,0,0,0,0,0 +227622,0,0,0,0,0 +227623,0,0,0,0,0 +227624,0,0,0,0,0 +227625,0,0,0,0,0 +227626,0,0,0,0,0 +227627,0,0,0,0,0 +227628,0,0,0,0,0 +227629,0,0,0,0,0 +227630,0,0,0,0,0 +227631,0,0,0,0,0 +227632,0,0,0,0,0 +227633,0,0,0,0,0 +227634,0,0,0,0,0 +227635,0,0,0,0,0 +227636,0,0,0,0,0 +227637,0,0,0,0,0 +227638,0,0,0,0,0 +227639,0,0,0,0,0 +227640,0,0,0,0,0 +227641,0,0,0,0,0 +227642,0,0,0,0,0 +227643,0,0,0,0,0 +227644,0,0,0,0,0 +227645,0,0,0,0,0 +227646,0,0,0,0,0 +227647,0,0,0,0,0 +227648,0,0,0,0,0 +227649,0,0,0,0,0 +227650,0,0,0,0,0 +227651,0,0,0,0,0 +227652,0,0,0,0,0 +227653,0,0,0,0,0 +227654,0,0,0,0,0 +227655,0,0,0,0,0 +227656,0,0,0,0,0 +227657,0,0,0,0,0 +227658,0,0,0,0,0 +227659,0,0,0,0,0 +227660,0,0,0,0,0 +227661,0,0,0,0,0 +227662,0,0,0,0,0 +227663,0,0,0,0,0 +227664,0,0,0,0,0 +227665,0,0,0,0,0 +227666,0,0,0,0,0 +227667,0,0,0,0,0 +227668,0,0,0,0,0 +227669,0,0,0,0,0 +227670,0,0,0,0,0 +227671,0,0,0,0,0 +227672,0,0,0,0,0 +227673,0,0,0,0,0 +227674,0,0,0,0,0 +227675,0,0,0,0,0 +227676,0,0,0,0,0 +227677,0,0,0,0,0 +227678,0,0,0,0,0 +227679,0,0,0,0,0 +227680,0,0,0,0,0 +227681,0,0,0,0,0 +227682,0,0,0,0,0 +227683,0,0,0,0,0 +227684,0,0,0,0,0 +227685,0,0,0,0,0 +227686,0,0,0,0,0 +227687,0,0,0,0,0 +227688,0,0,0,0,0 +227689,0,0,0,0,0 +227690,0,0,0,0,0 +227691,0,0,0,0,0 +227692,0,0,0,0,0 +227693,0,0,0,0,0 +227694,0,0,0,0,0 +227695,0,0,0,0,0 +227696,0,0,0,0,0 +227697,0,0,0,0,0 +227698,0,0,0,0,0 +227699,0,0,0,0,0 +227700,0,0,0,0,0 +227701,0,0,0,0,0 +227702,0,0,0,0,0 +227703,0,0,0,0,0 +227704,0,0,0,0,0 +227705,0,0,0,0,0 +227706,0,0,0,0,0 +227707,0,0,0,0,0 +227708,0,0,0,0,0 +227709,0,0,0,0,0 +227710,0,0,0,0,0 +227711,0,0,0,0,0 +227712,0,0,0,0,0 +227713,0,0,0,0,0 +227714,0,0,0,0,0 +227715,0,0,0,0,0 +227716,0,0,0,0,0 +227717,0,0,0,0,0 +227718,0,0,0,0,0 +227719,0,0,0,0,0 +227720,0,0,0,0,0 +227721,0,0,0,0,0 +227722,0,0,0,0,0 +227723,0,0,0,0,0 +227724,0,0,0,0,0 +227725,0,0,0,0,0 +227726,0,0,0,0,0 +227727,0,0,0,0,0 +227728,0,0,0,0,0 +227729,0,0,0,0,0 +227730,0,0,0,0,0 +227731,0,0,0,0,0 +227732,0,0,0,0,0 +227733,0,0,0,0,0 +227734,0,0,0,0,0 +227735,0,0,0,0,0 +227736,0,0,0,0,0 +227737,0,0,0,0,0 +227738,0,0,0,0,0 +227739,0,0,0,0,0 +227740,0,0,0,0,0 +227741,0,0,0,0,0 +227742,0,0,0,0,0 +227743,0,0,0,0,0 +227744,0,0,0,0,0 +227745,0,0,0,0,0 +227746,0,0,0,0,0 +227747,0,0,0,0,0 +227748,0,0,0,0,0 +227749,0,0,0,0,0 +227750,0,0,0,0,0 +227751,0,0,0,0,0 +227752,0,0,0,0,0 +227753,0,0,0,0,0 +227754,0,0,0,0,0 +227755,0,0,0,0,0 +227756,0,0,0,0,0 +227757,0,0,0,0,0 +227758,0,0,0,0,0 +227759,0,0,0,0,0 +227760,0,0,0,0,0 +227761,0,0,0,0,0 +227762,0,0,0,0,0 +227763,0,0,0,0,0 +227764,0,0,0,0,0 +227765,0,0,0,0,0 +227766,0,0,0,0,0 +227767,0,0,0,0,0 +227768,0,0,0,0,0 +227769,0,0,0,0,0 +227770,0,0,0,0,0 +227771,0,0,0,0,0 +227772,0,0,0,0,0 +227773,0,0,0,0,0 +227774,0,0,0,0,0 +227775,0,0,0,0,0 +227776,0,0,0,0,0 +227777,0,0,0,0,0 +227778,0,0,0,0,0 +227779,0,0,0,0,0 +227780,0,0,0,0,0 +227781,0,0,0,0,0 +227782,0,0,0,0,0 +227783,0,0,0,0,0 +227784,0,0,0,0,0 +227785,0,0,0,0,0 +227786,0,0,0,0,0 +227787,0,0,0,0,0 +227788,0,0,0,0,0 +227789,0,0,0,0,0 +227790,0,0,0,0,0 +227791,0,0,0,0,0 +227792,0,0,0,0,0 +227793,0,0,0,0,0 +227794,0,0,0,0,0 +227795,0,0,0,0,0 +227796,0,0,0,0,0 +227797,0,0,0,0,0 +227798,0,0,0,0,0 +227799,0,0,0,0,0 +227800,0,0,0,0,0 +227801,0,0,0,0,0 +227802,0,0,0,0,0 +227803,0,0,0,0,0 +227804,0,0,0,0,0 +227805,0,0,0,0,0 +227806,0,0,0,0,0 +227807,0,0,0,0,0 +227808,0,0,0,0,0 +227809,0,0,0,0,0 +227810,0,0,0,0,0 +227811,0,0,0,0,0 +227812,0,0,0,0,0 +227813,0,0,0,0,0 +227814,0,0,0,0,0 +227815,0,0,0,0,0 +227816,0,0,0,0,0 +227817,0,0,0,0,0 +227818,0,0,0,0,0 +227819,0,0,0,0,0 +227820,0,0,0,0,0 +227821,0,0,0,0,0 +227822,0,0,0,0,0 +227823,0,0,0,0,0 +227824,0,0,0,0,0 +227825,0,0,0,0,0 +227826,0,0,0,0,0 +227827,0,0,0,0,0 +227828,0,0,0,0,0 +227829,0,0,0,0,0 +227830,0,0,0,0,0 +227831,0,0,0,0,0 +227832,0,0,0,0,0 +227833,0,0,0,0,0 +227834,0,0,0,0,0 +227835,0,0,0,0,0 +227836,0,0,0,0,0 +227837,0,0,0,0,0 +227838,0,0,0,0,0 +227839,0,0,0,0,0 +227840,0,0,0,0,0 +227841,0,0,0,0,0 +227842,0,0,0,0,0 +227843,0,0,0,0,0 +227844,0,0,0,0,0 +227845,0,0,0,0,0 +227846,0,0,0,0,0 +227847,0,0,0,0,0 +227848,0,0,0,0,0 +227849,0,0,0,0,0 +227850,0,0,0,0,0 +227851,0,0,0,0,0 +227852,0,0,0,0,0 +227853,0,0,0,0,0 +227854,0,0,0,0,0 +227855,0,0,0,0,0 +227856,0,0,0,0,0 +227857,0,0,0,0,0 +227858,0,0,0,0,0 +227859,0,0,0,0,0 +227860,0,0,0,0,0 +227861,0,0,0,0,0 +227862,0,0,0,0,0 +227863,0,0,0,0,0 +227864,0,0,0,0,0 +227865,0,0,0,0,0 +227866,0,0,0,0,0 +227867,0,0,0,0,0 +227868,0,0,0,0,0 +227869,0,0,0,0,0 +227870,0,0,0,0,0 +227871,0,0,0,0,0 +227872,0,0,0,0,0 +227873,0,0,0,0,0 +227874,0,0,0,0,0 +227875,0,0,0,0,0 +227876,0,0,0,0,0 +227877,0,0,0,0,0 +227878,0,0,0,0,0 +227879,0,0,0,0,0 +227880,0,0,0,0,0 +227881,0,0,0,0,0 +227882,0,0,0,0,0 +227883,0,0,0,0,0 +227884,0,0,0,0,0 +227885,0,0,0,0,0 +227886,0,0,0,0,0 +227887,0,0,0,0,0 +227888,0,0,0,0,0 +227889,0,0,0,0,0 +227890,0,0,0,0,0 +227891,0,0,0,0,0 +227892,0,0,0,0,0 +227893,0,0,0,0,0 +227894,0,0,0,0,0 +227895,0,0,0,0,0 +227896,0,0,0,0,0 +227897,0,0,0,0,0 +227898,0,0,0,0,0 +227899,0,0,0,0,0 +227900,0,0,0,0,0 +227901,0,0,0,0,0 +227902,0,0,0,0,0 +227903,0,0,0,0,0 +227904,0,0,0,0,0 +227905,0,0,0,0,0 +227906,0,0,0,0,0 +227907,0,0,0,0,0 +227908,0,0,0,0,0 +227909,0,0,0,0,0 +227910,0,0,0,0,0 +227911,0,0,0,0,0 +227912,0,0,0,0,0 +227913,0,0,0,0,0 +227914,0,0,0,0,0 +227915,0,0,0,0,0 +227916,0,0,0,0,0 +227917,0,0,0,0,0 +227918,0,0,0,0,0 +227919,0,0,0,0,0 +227920,0,0,0,0,0 +227921,0,0,0,0,0 +227922,0,0,0,0,0 +227923,0,0,0,0,0 +227924,0,0,0,0,0 +227925,0,0,0,0,0 +227926,0,0,0,0,0 +227927,0,0,0,0,0 +227928,0,0,0,0,0 +227929,0,0,0,0,0 +227930,0,0,0,0,0 +227931,0,0,0,0,0 +227932,0,0,0,0,0 +227933,0,0,0,0,0 +227934,0,0,0,0,0 +227935,0,0,0,0,0 +227936,0,0,0,0,0 +227937,0,0,0,0,0 +227938,0,0,0,0,0 +227939,0,0,0,0,0 +227940,0,0,0,0,0 +227941,-57.64865748,3655.369816,3158.960297,-16.09838488,-251.2445757 +227942,384.609025,333.2080706,3464.924884,184.8564193,554.9049619 +227943,378.9965379,294.8942548,3234.729411,181.9428346,548.3682778 +227944,368.9481673,288.0776724,2652.082629,176.9536063,533.5532205 +227945,358.5472297,705.5853538,661.5985783,171.8987858,517.0016691 +227946,349.6071378,523.6315761,906.77906,167.6479406,501.7771526 +227947,342.3118944,518.3086769,1736.336417,164.2545294,488.5321631 +227948,336.3229963,542.4089829,1188.786192,161.5224291,477.008247 +227949,331.3066398,549.9076146,1287.816461,159.2659373,466.8345439 +227950,327.0403892,557.7141707,1295.626773,157.3725362,457.7519134 +227951,323.3995362,565.4647806,1302.318596,155.7729976,449.6050954 +227952,320.2918536,572.9561168,1309.251811,154.424274,442.2843315 +227953,317.651367,581.1578268,1316.328547,153.2901855,435.7025043 +227954,315.4126064,588.9810672,1323.690314,152.3389317,429.7817578 +227955,313.5258978,596.8740166,1331.214128,151.5431917,424.4509011 +227956,311.9441403,605.3078935,1338.787934,150.879996,419.6455251 +227957,310.6259608,613.0679905,1346.594983,150.3302608,415.3083667 +227958,309.5365084,621.1976629,1354.368452,149.8781313,411.3887752 +227959,308.6466743,629.6250128,1362.314874,149.5104219,407.8421688 +227960,307.9319234,637.7173137,1370.332429,149.2161185,404.6291806 +227961,307.3714333,646.0001617,1378.312509,148.986013,401.715114 +227962,306.9474161,654.1001267,1386.065329,148.8123798,399.06927 +227963,306.6446755,662.8584403,1394.739136,148.6887391,396.6645652 +227964,306.4501822,670.7731277,1402.572113,148.6096297,394.4769947 +227965,306.3527932,679.2905309,1410.898782,148.5704552,392.4853804 +227966,306.3429219,687.631044,1418.93456,148.567318,390.6709128 +227967,306.4123479,695.8175993,1427.212496,148.5969207,389.016987 +227968,306.5539655,709.4963972,1435.347769,148.6564461,387.508824 +227969,306.761654,720.432923,1443.513916,148.7434938,386.1333572 +227970,307.0300969,732.0567616,1458.617791,148.8559963,384.8789364 +227971,307.3546892,742.6120485,1467.579914,148.9921766,383.7352426 +227972,307.7281763,752.8397373,1477.427685,149.1490028,382.6930413 +227973,308.1448776,763.5163954,1486.609482,149.3241399,381.7441077 +227974,308.6011135,773.6092541,1496.046598,149.5161492,380.8810591 +227975,309.0944239,783.8306253,1504.703078,149.7241257,380.0973413 +227976,309.622866,793.9428342,1513.3711,149.9473733,379.3870406 +227977,310.1847484,803.9875457,1522.00092,150.1852816,378.7449 +227978,310.7784992,813.6889204,1530.193248,150.4372688,378.1661331 +227979,311.4026973,824.0435583,1538.480075,150.7027986,377.6464721 +227980,312.0560254,833.6831819,1546.433244,150.9813617,377.1820026 +227981,312.7372979,843.8006507,1554.263154,151.2724919,376.7692179 +227982,313.4454167,853.1478675,1561.908496,151.5757476,376.4048893 +227983,314.1793835,863.0111843,1569.38515,151.8907204,376.0861124 +227984,314.9382622,872.5582733,1576.63886,152.2170192,375.8101961 +227985,315.7211954,882.1622487,1583.84868,152.5542795,375.574716 +227986,316.5273704,891.6454068,1590.829837,152.9021495,375.3774107 +227987,317.35604,901.0967393,1597.501061,153.2603007,375.2162432 +227988,318.2064843,910.4524127,1604.246908,153.6284118,375.0892907 +227989,319.0780448,919.5359055,1610.659619,154.0061848,374.9948324 +227990,319.9700773,929.2296281,1616.960721,154.3933247,374.9312236 +227991,320.8819919,938.2752685,1623.085846,154.7895579,374.8969949 +227992,321.8132075,947.4745664,1629.046904,155.1946127,374.890731 +227993,322.7631867,956.5537041,1634.835641,155.6082351,374.9111616 +227994,323.7314027,965.6633793,1640.463834,156.0301745,374.9570634 +227995,324.7173636,974.599577,1645.923437,156.4601949,375.0273333 +227996,325.7205852,983.6028265,1651.162208,156.898063,375.1209013 +227997,326.7406164,992.4251193,1656.374789,157.3435597,375.2368059 +227998,327.7770059,1001.317303,1661.299401,157.7964658,375.3740981 +227999,328.8293399,1010.024654,1666.107341,158.2565784,375.5319386 +228000,329.8971983,1018.766271,1670.800424,158.7236918,375.7094836 +228001,331.0245561,1457.026358,2664.04421,159.2177802,375.9866447 +228002,350.8172729,1480.72819,2669.053093,168.3414961,410.9376842 +228003,380.3572849,1499.185593,2710.633121,181.84315,464.8751488 +228004,410.4019117,1515.986007,2726.091299,195.3890287,521.288222 +228005,437.0041491,1532.071898,2750.39643,207.1788557,572.7873696 +228006,459.7044542,1547.260786,2766.889284,217.0623887,618.0769003 +228007,479.2004789,1561.99269,2786.594059,225.4187865,658.0289249 +228008,496.2404572,1576.357376,2795.860864,232.6326399,693.7139976 +228009,511.3524419,1590.315878,2800.835457,238.9710024,725.8933141 +228010,524.8806079,1604.232986,2801.987458,244.6059114,755.0567515 +228011,537.0699655,1617.521305,2804.175325,249.6579262,781.555556 +228012,548.1174219,1630.996321,2806.947368,254.2220906,805.6822213 +228013,558.1916107,1644.054592,2810.479987,258.3781832,827.6994973 +228014,567.4380716,1656.938427,2814.224101,262.1936793,847.8453632 +228015,575.9809898,1669.899509,2818.183097,265.7249701,866.3326859 +228016,583.9251396,1688.056974,2822.271397,269.0186248,883.34965 +228017,591.3584612,1695.592467,2826.632311,272.1128912,899.0617582 +228018,598.3546776,1715.414602,2830.800408,275.0391485,913.6143669 +228019,604.9756702,1718.885256,2834.942072,277.8231821,927.135255 +228020,611.2734219,1744.156695,2839.070196,280.4862055,939.7367995 +228021,616.7171985,1739.443327,2842.58927,282.7845822,950.4734536 +228022,618.4973366,1732.991112,2842.649916,283.4390781,954.2568483 +228023,620.144773,1781.045841,2843.0217,284.0536529,957.5273789 +228024,621.7164594,1774.032997,2843.397942,378.9800324,960.4136488 +228025,898.8927773,1789.30635,2843.908025,356.9112113,962.9773743 +228026,763.1116409,1800.846807,2844.586924,368.038307,965.2488479 +228027,824.1950129,1811.797607,2845.239859,380.6708786,967.2492921 +228028,843.1526678,1822.940972,2845.921601,389.5968744,968.9985084 +228029,860.9631148,1833.600047,2846.567717,398.0202781,970.515896 +228030,878.1730512,1844.522022,2847.204398,406.5019401,971.8197277 +228031,894.9795092,1854.699994,2847.775988,414.5027218,972.926678 +228032,911.2266505,1864.565983,2848.251311,422.4905974,973.8516752 +228033,927.5809004,1874.431776,2848.607711,430.343852,974.6080598 +228034,943.0558676,1884.064559,2848.848609,438.0438348,975.2077378 +228035,958.9175619,1893.569814,2848.996964,445.301681,975.6613963 +228036,973.9395496,1902.925655,2849.028361,452.7786988,975.9786035 +228037,988.9829937,1912.222025,2849.145665,460.0345599,976.1679808 +228038,1003.445887,1921.088032,2848.973593,467.0985865,976.2372622 +228039,1018.272616,1930.213025,2848.706914,474.0649251,976.1934425 +228040,1032.4607,1939.030299,2848.368414,480.8924201,976.0428125 +228041,1045.934225,1947.58412,2847.932655,487.6235521,975.791092 +228042,1060.246793,1956.188323,2847.410313,494.1218537,975.4434347 +228043,1073.54977,1964.586673,2846.820143,500.9334874,975.0045597 +228044,1086.925136,1972.87114,2846.134947,506.870918,974.47874 +228045,1099.808565,1981.028927,2845.365631,513.5141367,973.8699074 +228046,1113.155936,1989.0664,2844.512199,519.5674771,973.181639 +228047,1125.691451,1996.979882,2843.581285,525.6829219,972.4172488 +228048,1138.301352,2004.864826,2842.58746,531.5440817,971.5797652 +228049,1150.685491,2012.401536,2841.460887,537.6711099,1262.006914 +228050,1162.607009,2019.929378,2840.363619,543.50926,1123.317038 +228051,1175.139971,2027.487854,2839.102662,549.0401551,1170.848281 +228052,1186.772563,2034.738979,2837.792189,554.6336918,1185.93189 +228053,1198.799955,2042.016306,2836.407899,560.3924745,1197.455265 +228054,1209.922489,2048.984384,2834.956705,565.7764197,1207.901035 +228055,1211.813559,2042.682579,2822.057491,569.3599306,1198.921356 +228056,1169.526065,2023.296347,2747.769709,550.7312731,1112.814618 +228057,1191.714055,2031.194018,2647.128585,560.5638545,1146.492947 +228058,1281.311125,2071.631992,2620.725555,602.0664075,1303.448573 +228059,1243.035542,2058.043027,2601.271181,584.6712296,1219.807651 +228060,1266.473765,2068.381252,2587.241856,595.8907969,1253.304527 +228061,1835.47103,2333.337223,2715.008707,846.4195717,2303.919151 +228062,1425.772024,2117.856262,2514.797855,660.9477246,1519.364545 +228063,2019.44788,2425.248157,2684.421917,916.9154179,2575.329912 +228064,1552.444354,2187.66643,2691.406648,739.2614424,1792.100635 +228065,1776.37071,2323.530889,2696.569161,811.5176099,2113.093092 +228066,1737.601433,2275.693886,2700.442716,806.1010236,2063.028716 +228067,1752.335468,2296.381345,2704.639558,811.0344432,2074.726123 +228068,1763.309711,2299.889655,2710.174392,816.3820285,2084.774329 +228069,1774.244471,2305.729206,2718.394092,821.4966769,2099.609765 +228070,1784.747114,2311.084313,2725.690627,826.6838833,2113.125119 +228071,1795.482769,2316.967749,2730.484192,831.8180936,2090.991435 +228072,1805.560217,2329.058485,2737.426053,836.6839714,2134.219443 +228073,1816.016159,2324.928174,2741.169395,841.7203814,2128.734175 +228074,1826.032162,2334.396871,2746.779429,846.5906899,2140.249451 +228075,1840.87657,2338.811252,2749.043425,851.2989492,2148.818128 +228076,1846.902391,2343.840124,2753.261062,856.1402878,2157.480983 +228077,1863.690055,2348.386311,2754.464707,860.748581,2165.562488 +228078,1862.467883,2353.643906,2757.718613,865.4994116,2190.500892 +228079,1859.955913,2358.252201,2759.922237,869.9769862,2156.767617 +228080,1893.736058,2362.655787,2759.756357,874.5419996,2202.092173 +228081,1890.699927,2367.454265,2760.111659,878.9228789,2194.96262 +228082,1902.508303,2371.634825,2760.556762,883.4420736,2205.27703 +228083,1911.694783,2375.907854,2761.125989,887.7924705,2231.881491 +228084,1920.503181,2380.309961,2761.405699,892.0332258,2191.141997 +228085,1929.678916,2384.334333,2761.576159,896.4332071,2241.845961 +228086,1938.520473,2388.419527,2761.548014,900.6296556,2245.280935 +228087,1947.116354,2392.388656,2761.396154,904.8256364,2225.69618 +228088,1955.835685,2396.224733,2763.04173,908.917653,2252.291553 +228089,1964.365195,2399.691505,2761.567525,913.1394143,2273.826239 +228090,1972.836848,2403.325197,2760.553076,916.9759984,2252.737161 +228091,1981.146186,2407.059753,2761.659442,921.0846937,2269.890746 +228092,1989.360702,2410.001048,2760.03326,924.8542948,2278.140981 +228093,1997.598842,2413.340242,2758.758943,928.9029229,2282.473023 +228094,2005.491395,2416.403889,2758.434545,932.6066213,2289.262803 +228095,2013.458881,2419.332837,2758.463533,936.3918597,2295.208911 +228096,2021.296974,2422.278846,2758.35956,940.0860678,2301.71809 +228097,2029.321773,2424.957813,2758.444511,943.7622519,2307.516096 +228098,2036.629626,2427.651501,2758.327293,947.2927155,2319.26044 +228099,2044.318347,2430.20752,2758.071029,951.059888,2316.376342 +228100,2051.839166,2432.661293,2757.593681,954.4962274,2326.13808 +228101,2059.311386,2435.034553,2757.226216,958.1293722,2330.97793 +228102,2066.835274,2437.307336,2756.603538,961.5339278,2336.722403 +228103,2074.003251,2439.458525,2755.885471,965.0894925,2342.175565 +228104,2081.372022,2448.028117,2755.242389,968.4264294,2347.446391 +228105,2088.459646,2434.762713,2754.37065,971.9149472,2353.087203 +228106,2095.608839,2455.303559,2753.412701,975.1328552,2358.255832 +228107,2102.800461,2438.285355,2752.387979,978.691945,2363.342287 +228108,2109.880067,2458.53971,2751.321384,981.780836,2368.746535 +228109,2116.799677,2441.593273,2750.154582,985.1901657,2373.701233 +228110,2123.73307,2461.912022,2748.955318,988.3313741,2378.591556 +228111,2130.714632,2444.276718,2747.664511,991.6330885,2383.729706 +228112,2137.343502,2464.727972,2746.353707,994.7250843,2388.57035 +228113,2144.293219,2446.852309,2745.159754,997.9695641,2393.149104 +228114,2151.037512,2467.167338,2743.85812,1001.006239,2403.473649 +228115,2157.535372,2449.216057,2742.446388,1004.139454,2400.339893 +228116,2164.45558,2469.064353,2740.86354,1007.206958,2407.653034 +228117,2170.568692,2451.025727,2739.21751,1010.303089,2412.389726 +228118,2177.548624,2464.010057,2737.464426,1013.244476,2416.20538 +228119,2183.767116,2461.493122,2735.791498,1016.33012,2421.107713 +228120,2190.406883,2461.992915,2734.129973,1019.213875,2425.11639 +228121,2202.930221,2465.409247,2733.771878,1024.995362,2444.964537 +228122,2210.258416,2466.669007,2733.895213,1028.321435,2445.294622 +228123,2217.25546,2466.899282,2733.870451,1031.722822,2452.248929 +228124,2224.119494,2467.367302,2733.478665,1034.819122,2457.629407 +228125,2230.667246,2467.702871,2732.90265,1038.020339,2467.204932 +228126,2237.238208,2467.779107,2732.058211,1040.947661,2465.761093 +228127,2249.452971,2467.84151,2730.830603,1044.037668,2471.453184 +228128,2243.261815,2467.876727,2731.130183,1047.085319,2477.146469 +228129,2280.629118,2467.481711,2728.770854,1049.974285,2485.533031 +228130,2229.496219,2467.383664,2727.00458,1052.879741,2484.329462 +228131,2284.825479,2466.96091,2725.263567,1055.882404,2488.928213 +228132,2271.8061,2466.559552,2723.615113,1058.676842,2498.180828 +228133,2281.101658,2466.219102,2722.053378,1061.504127,2497.713386 +228134,2287.541877,2465.303165,2720.442112,1064.430533,2505.14916 +228135,2293.496758,2464.739911,2718.872764,1067.151138,2510.03722 +228136,2299.326307,2463.86816,2717.186044,1069.906559,2509.01143 +228137,2305.295519,2463.01832,2715.165589,1072.763072,2509.763198 +228138,2311.448601,2462.134814,2714.590163,1075.414102,2512.45955 +228139,2317.101041,2460.81409,2711.115407,1078.043332,2509.179054 +228140,2322.964185,2459.785181,2707.931745,1080.984938,2506.501971 +228141,2328.675668,2458.592925,2706.414316,1083.437248,2506.107048 +228142,2334.619663,2457.188074,2703.88811,1086.116273,2504.735765 +228143,2340.255503,2455.763052,2700.934305,1088.836153,2503.058557 +228144,2345.956765,2454.252397,2697.755258,1091.363157,2501.27653 +228145,2351.461924,2452.515149,2692.744254,1094.935951,2497.394719 +228146,2356.994098,2450.941619,2688.624657,1098.014248,2494.685035 +228147,2362.822761,2449.141058,2684.871937,1099.702028,2492.495285 +228148,2368.122822,2447.412339,2683.031888,1102.982229,2492.710573 +228149,2373.664163,2445.219039,2678.638477,1105.845795,2489.906934 +228150,2379.182138,2443.337971,2674.86924,1107.949618,2487.926679 +228151,2384.424874,2441.114011,2673.033947,1110.441718,2488.349164 +228152,2389.738615,2438.428202,2668.632809,1113.996714,2485.711047 +228153,2395.023736,2436.125689,2666.552583,1113.908105,2485.950207 +228154,2404.162426,2433.22972,2661.998966,1121.082431,2483.225863 +228155,2407.40581,2430.610269,2658.105031,1116.394776,2481.330265 +228156,2417.10404,2427.730155,2654.478112,1107.693909,2479.772325 +228157,2411.372258,2424.786357,2650.977372,1131.256844,2478.37997 +228158,2408.367708,2421.750416,2647.545437,1122.856985,2477.084182 +228159,2433.698458,2418.618336,2644.139169,1127.382816,2475.826455 +228160,2427.89569,2415.377805,2640.721375,1129.683052,2474.563161 +228161,2435.117288,2412.381726,2639.035143,1131.895476,2475.41433 +228162,2440.133754,2408.505662,2634.686668,1134.090051,2473.033618 +228163,2444.916766,2405.22848,2630.906074,1136.33521,2471.332196 +228164,2449.71102,2401.61235,2627.323089,1138.391875,2469.83211 +228165,2454.715767,2397.924231,2623.846127,1140.581602,2468.425029 +228166,2459.191082,2394.242233,2622.151139,1142.698437,2469.168416 +228167,2473.942134,2390.293829,2619.526005,1144.739549,2468.773373 +228168,2455.068682,2386.314495,2614.833886,1146.932686,2465.844749 +228169,2478.660082,2382.365474,2610.927469,1149.032579,2463.83375 +228170,2477.310184,2378.239353,2607.298837,1151.002023,2462.111588 +228171,2482.405595,2374.049488,2603.827256,1153.099101,2460.537909 +228172,2487.290901,2369.889594,2602.181749,1155.122015,2461.16257 +228173,2491.579516,2365.333376,2597.919168,1157.135928,2458.575295 +228174,2508.464751,2361.007419,2594.243571,1159.139717,2456.67027 +228175,2482.594192,2356.473584,2590.809138,1161.126505,2455.013329 +228176,2513.892005,2351.834796,2587.514971,1163.097529,2453.482457 +228177,2507.776265,2347.206834,2584.273969,1165.056681,2451.97539 +228178,2519.148186,2342.430501,2581.074276,1167.000136,2450.47955 +228179,2512.189943,2337.700348,2579.658038,1168.93105,2451.127323 +228180,2524.163063,2332.859564,2577.330051,1170.845688,2450.638767 +228181,2409.421123,2267.887382,2573.459881,1119.317939,2448.961303 +228182,2416.547727,2269.959619,2564.168617,1119.792877,2439.214359 +228183,2403.657658,2260.038107,2552.989142,1120.635543,2425.731553 +228184,2417.218228,2254.731441,2542.669531,1121.635772,2412.811545 +228185,2416.508053,2248.778286,2534.146511,1122.520125,2401.999786 +228186,2418.739,2242.772143,2527.285387,1123.582456,2393.319188 +228187,2421.312484,2236.530563,2523.157134,1124.603103,2388.395378 +228188,2423.686791,2230.490623,2519.084217,1125.637293,2383.493499 +228189,2426.070037,2224.183938,2515.158194,1126.676348,2378.984239 +228190,2428.594217,2217.902777,2509.575615,1127.71228,2372.746466 +228191,2430.758452,2211.580253,2505.036516,1128.749252,2368.022942 +228192,2433.244966,2205.257627,2500.894461,1129.780826,2364.102018 +228193,2435.598842,2198.755589,2497.341051,1130.739765,2360.743476 +228194,2446.379419,2192.447123,2493.905004,1131.935107,2357.789547 +228195,2427.818603,2185.638133,2492.512285,1132.80188,2357.308228 +228196,2448.788143,2179.188642,2488.634477,1133.871196,2353.826728 +228197,2443.57122,2172.456895,2485.853385,1134.869652,2351.213001 +228198,2447.578047,2165.694447,2482.797584,1135.869493,2348.962316 +228199,2449.615389,2158.977192,2479.813097,1136.864469,2346.960722 +228200,2452.05911,2152.105355,2477.103741,1137.853227,2345.144172 +228201,2456.695741,2145.418767,2474.475269,1138.836127,2343.463351 +228202,2458.180253,2138.217539,2471.70092,1139.813298,2341.886585 +228203,2463.187965,2131.457435,2469.152754,1140.784564,2340.399721 +228204,2457.150064,2124.359042,2466.662971,1141.749994,2339.005539 +228205,2458.318491,2117.282703,2464.225419,1142.780053,2337.697032 +228206,2481.657142,2110.237216,2461.789656,1143.629332,2336.409996 +228207,2470.657337,2103.188412,2459.353957,1144.628422,2335.138502 +228208,2468.316861,2093.185688,2456.985171,1145.561326,2333.961064 +228209,2453.179084,2085.363284,2454.78188,1146.428169,2332.996696 +228210,2510.272474,2078.70265,2452.792437,1147.467263,2332.304324 +228211,2456.086792,2066.778371,2450.976024,1148.325064,2331.833817 +228212,2474.76734,2071.86469,2449.028683,1149.234941,2331.459174 +228213,2504.944477,2050.595152,2447.353323,1150.1279,2331.179233 +228214,2451.296297,2056.191248,2445.780703,1151.014247,2331.026964 +228215,2521.207253,2050.676606,2444.486201,1151.894985,2331.220538 +228216,2457.751437,2017.527974,2443.310732,1152.769891,2331.566729 +228217,2517.651785,2049.874775,2442.062803,1153.63939,2331.829367 +228218,2486.32573,2002.47573,2440.671319,1154.461725,2331.916062 +228219,2483.687292,2016.146568,2439.007163,1155.353081,2331.658519 +228220,2509.917208,2021.693294,2437.402354,1156.28334,2331.460476 +228221,2493.663797,1973.401835,2435.974574,1156.985545,2331.463778 +228222,2501.765383,2008.815106,2434.527222,1157.913441,2331.425674 +228223,2502.826956,1967.940528,2433.160972,1158.706559,2331.474273 +228224,2504.673307,1979.776766,2431.926629,1159.57473,2331.669933 +228225,2506.796974,1965.383886,2430.751867,1160.370768,2331.928245 +228226,2508.760169,1980.696536,2431.328816,1161.232675,2334.325675 +228227,2510.618997,1920.209647,2431.031765,1162.019873,2335.659223 +228228,2512.554777,1976.106034,2430.36714,1162.83122,2336.542673 +228229,2514.442216,1907.483151,2427.74714,1163.641531,2335.009507 +228230,2516.442726,1940.116345,2427.73112,1164.453451,2336.633475 +228231,2518.302947,1918.093852,2425.320388,1165.256225,2335.289354 +228232,2520.25723,1912.528731,2425.388369,1166.062772,2336.957419 +228233,2522.108992,1905.171808,2423.056461,1166.859947,2335.660823 +228234,2524.072654,1897.385571,2423.187293,1167.660719,2337.36482 +228235,2525.935586,1889.711554,2422.639272,1168.453864,2338.224755 +228236,2527.795649,1881.906389,2420.113637,1169.245321,2336.644793 +228237,2529.716611,1897.751026,2418.385207,1170.036505,2336.011918 +228238,2531.641243,1833.340853,2418.775401,1170.825003,2337.950132 +228239,2533.479346,1898.050413,2416.656977,1171.607878,2336.795671 +228240,2535.368804,1814.811848,2415.208394,1172.392948,2336.445402 +228241,2274.177418,1749.462685,2412.458071,1064.32246,2333.559946 +228242,2305.270773,1720.070735,2399.084791,1062.814722,2314.486104 +228243,2287.808295,1713.943698,2380.85488,1062.089389,2287.280738 +228244,2291.34115,1705.256517,2363.386476,1061.955316,2260.30167 +228245,2291.659849,1713.297821,2349.242294,1061.746295,2236.939803 +228246,2292.037396,1663.783499,2338.221255,1061.84834,2217.525983 +228247,2292.565035,1700.301746,2329.48414,1061.848613,2201.219318 +228248,2293.581058,1655.364312,2322.255015,1062.093352,2187.158436 +228249,2294.236229,1669.185725,2316.072905,1062.199249,2174.811274 +228250,2295.214237,1653.394301,2310.630555,1062.530352,2163.798457 +228251,2296.516032,1646.522209,2303.738102,1062.706292,2091.589047 +228252,2297.313488,1638.771364,2293.73875,1063.034776,2048.312852 +228253,2299.96184,1630.725666,2285.776205,1063.371766,2081.170947 +228254,2310.606145,1622.95658,2278.191783,1063.77594,2069.546934 +228255,2282.850383,1615.134062,2273.111028,1064.143771,2063.448131 +228256,2311.479235,1607.503313,2270.797988,1064.546844,2062.092987 +228257,2302.010983,1599.935445,2266.69819,1064.928022,2064.6009 +228258,2305.330464,1592.317162,2265.343235,1065.470153,2053.263801 +228259,2306.798036,1584.871295,2263.50393,1065.845499,2061.94092 +228260,2308.648799,1577.43064,2261.736248,1066.436107,2055.417943 +228261,2310.057278,1570.287699,2259.872767,1066.852897,2053.288526 +228262,2311.915854,1563.005023,2257.920442,1067.481502,2052.369919 +228263,2313.559318,1555.881919,2256.043074,1067.935335,2051.166976 +228264,2315.363326,1548.826082,2254.243115,1068.60078,2049.797633 +228265,2317.033791,1541.851245,2250.926177,1069.088153,2052.411077 +228266,2319.182233,1534.961835,2248.691326,1069.790208,2047.118057 +228267,2320.853529,1528.157314,2248.468159,1070.31308,2046.406393 +228268,2327.064617,1521.437326,2245.680394,1071.044196,2044.586004 +228269,2318.581568,1514.808033,2243.798809,1071.599901,2048.557814 +228270,2350.410383,1508.267544,2243.865181,1072.366243,2040.018354 +228271,2297.347224,1501.683907,2243.071235,1072.921067,2046.249002 +228272,2345.886613,1495.411645,2240.373282,1073.680808,2041.713066 +228273,2354.59902,1489.036338,2240.100534,1074.259556,2040.993182 +228274,2297.513798,1482.919804,2237.550641,1075.04075,2042.852962 +228275,2369.412699,1476.658875,2235.85657,1075.641364,2039.519354 +228276,2319.956353,1470.687151,2234.304525,1076.378495,2037.25419 +228277,2342.402336,1464.735817,2232.815119,1077.171641,2035.813222 +228278,2349.563955,1458.799008,2231.370504,1077.848099,2034.550186 +228279,2339.02977,1456.131547,2229.915611,1078.549227,2031.35609 +228280,2370.884422,1451.963241,2228.331213,1079.388677,2028.078489 +228281,2319.244724,1447.856169,2226.669674,1080.049129,2024.803037 +228282,2382.608378,1443.850215,2224.929465,1080.917968,2021.532816 +228283,2328.304441,1439.917611,2223.134621,1081.596647,2018.27369 +228284,2395.839817,1436.066149,2221.283843,1082.48363,2015.014594 +228285,2315.714286,1432.297991,2219.463528,1083.179204,2011.840047 +228286,2404.681372,1428.614648,2217.707725,1084.083054,2008.789904 +228287,2326.109082,1425.01747,2215.981192,1084.794107,2005.80753 +228288,2404.805048,1421.599801,2214.312337,1085.713609,2002.930039 +228289,2354.618038,1417.956277,2212.636867,1086.438865,2000.067049 +228290,2380.102641,1414.826214,2210.850228,1087.372835,1997.093688 +228291,2364.660402,1411.515807,2209.030822,1088.111073,1994.092602 +228292,2387.235639,1408.390493,2207.277261,1089.128338,1991.187214 +228293,2364.939779,1405.405041,2205.595399,1089.773214,1988.370585 +228294,2400.024868,1402.674889,2204.176474,1090.78217,1985.893967 +228295,2376.846775,1400.055164,2202.847117,1092.150428,1983.529472 +228296,2389.264913,1397.632027,2203.152324,1093.413244,1983.178846 +228297,2389.970316,1395.029428,2200.937605,1094.736535,1979.772219 +228298,2392.114904,1392.534044,2199.458372,1096.1451,1977.270735 +228299,2395.132612,1390.096261,2198.259683,1097.559441,1975.096293 +228300,2397.380746,1387.8385,2197.216129,1099.230454,1973.116771 +228301,2634.115971,1491.766485,2203.163621,1207.191758,1980.755353 +228302,2641.053655,1491.150724,2223.106888,1210.685046,2008.460689 +228303,2645.280601,1490.171765,2245.331727,1213.592439,2041.555261 +228304,2649.319432,1488.584065,2265.041007,1216.245102,2072.368167 +228305,2653.527689,1487.164748,2280.872877,1219.035376,2099.407611 +228306,2656.519216,1485.584367,2290.267802,1221.633358,2117.919686 +228307,2660.461506,1483.987712,2299.007669,1224.306953,2134.885391 +228308,2663.287721,1482.268501,2303.266288,1227.070029,2145.946394 +228309,2667.078977,1480.773412,2306.966518,1229.671366,2155.756332 +228310,2670.143874,1479.067585,2310.088152,1232.483019,2164.302855 +228311,2673.352835,1477.438298,2312.742224,1235.269019,2171.764812 +228312,2676.555105,1475.794696,2315.026098,1238.111014,2178.312051 +228313,2679.565076,1474.152427,2317.018,1240.999786,2184.089175 +228314,2682.648153,1472.512297,2318.77973,1243.936045,2189.216622 +228315,2685.840519,1470.87708,2322.050758,1246.922396,2195.893033 +228316,2688.445388,1469.243207,2322.537445,1249.95577,2198.847064 +228317,2691.790252,1467.618792,2325.158449,1253.043323,2204.192141 +228318,2701.682497,1465.994895,2325.388253,1256.178364,2206.351604 +228319,2686.882167,1464.381136,2326.041892,1259.367896,2208.828238 +228320,2711.256209,1462.771869,2326.859405,1262.687722,2211.319706 +228321,2700.152819,1461.170488,2328.107122,1265.861725,2213.939904 +228322,2705.967255,1459.667314,2329.041186,1269.265033,2216.288226 +228323,2709.126591,1457.946764,2329.900279,1272.653171,2218.436627 +228324,2711.722705,1456.434128,2332.478235,1276.108059,2222.612305 +228325,2713.863176,1454.84646,2332.381793,1279.533105,2223.410419 +228326,2716.697476,1453.287116,2332.820094,1283.218463,2224.786391 +228327,2719.361757,1451.734125,2333.432606,1286.778826,2226.295057 +228328,2721.865533,1450.09903,2334.125018,1290.464703,2227.831949 +228329,2724.484408,1448.69928,2334.849311,1294.194765,2229.351211 +228330,2727.300431,1447.112367,2337.272928,1297.980248,2232.927535 +228331,2729.580633,1445.582045,2338.729593,1301.864371,2235.287503 +228332,2731.578957,1444.042435,2338.080788,1305.587919,2235.024543 +228333,2734.551258,1442.512051,2338.174074,1310.196997,2235.637087 +228334,2736.904373,1440.98791,2338.541307,1316.929131,2236.543981 +228335,2739.231163,1439.473342,2339.040764,1314.934934,2237.581832 +228336,2741.694486,1437.967412,2339.58615,1332.468296,2238.655744 +228337,2744.340557,1436.472797,2341.865352,1308.280016,2241.86382 +228338,2746.459726,1434.984738,2343.196394,1338.45246,2243.906953 +228339,2748.542581,1433.507278,2342.399767,1332.207329,2243.319211 +228340,2751.41996,1432.043493,2344.030943,1338.239249,2245.711974 +228341,2753.456026,1430.585674,2344.99295,1342.611259,2247.262182 +228342,2755.755211,1429.140137,2345.693168,1347.111426,2248.480089 +228343,2757.824219,1427.70342,2344.570817,1351.582032,2247.427865 +228344,2760.253487,1426.280223,2344.335029,1355.967968,2247.440437 +228345,2762.286914,1424.866226,2344.459093,1360.586842,2247.868397 +228346,2765.128703,1423.375546,2346.455178,1365.187352,2250.601418 +228347,2767.01891,1422.112822,2347.581284,1369.851334,2252.271561 +228348,2769.329034,1420.759294,2348.338982,1374.573654,2253.501277 +228349,2778.901964,1419.273603,2349.058257,1379.350628,2254.687051 +228350,2763.643588,1417.975882,2347.822601,1384.263479,2253.442137 +228351,2785.389458,1416.617658,2347.450684,1389.023506,2253.236748 +228352,2776.797279,1415.281334,2347.640634,1394.025507,2253.699148 +228353,2779.857112,1413.957286,2347.897231,1399.007101,2254.231936 +228354,2782.976066,1412.64445,2348.150157,1403.967875,2254.759254 +228355,2784.714311,1411.343546,2348.487616,1409.291967,2255.394012 +228356,2786.93123,1410.053687,2348.857361,1414.250144,2256.071906 +228357,2789.039603,1408.775694,2349.229147,1419.539293,2256.754709 +228358,2791.42694,1407.510483,2351.27311,1424.791623,2259.514335 +228359,2792.911883,1406.25198,2350.662195,1430.103658,2258.998343 +228360,2795.627817,1405.011951,2352.276062,1435.477482,2261.441747 +228361,2842.738475,1426.518948,2353.853396,1463.818108,2263.511961 +228362,2848.784179,1426.682022,2356.576557,1470.450778,2267.557096 +228363,2860.118334,1426.365541,2361.330573,1476.880016,2274.474982 +228364,2848.279707,1425.919061,2365.787882,1483.327453,2280.939773 +228365,2868.204443,1425.383353,2370.755792,1489.548354,2288.327351 +228366,2855.435907,1424.78886,2372.272227,1495.919308,2291.446091 +228367,2872.986786,1424.167033,2373.794113,1502.06349,2294.503863 +228368,2869.279397,1423.523524,2375.290432,1508.427658,2297.431234 +228369,2871.398518,1422.868891,2376.557854,1514.738637,2299.974904 +228370,2875.864437,1422.208218,2379.282057,1521.095594,2304.230346 +228371,2877.605457,1421.537823,2379.289173,1534.50462,2305.055343 +228372,2880.580042,1420.869435,2379.799327,1524.713857,2306.421633 +228373,2884.331136,1420.198337,2382.144643,1543.722579,2309.97936 +228374,2892.765019,1419.521556,2382.069661,1546.546197,2310.486892 +228375,2881.595624,1418.849861,2382.421296,1553.190207,2311.462269 +228376,2897.491287,1418.175394,2382.856994,1559.831329,2312.681517 +228377,2895.510621,1417.50259,2383.549831,1571.888608,2313.948967 +228378,2896.60243,1416.829959,2384.241765,1568.648505,2315.172956 +228379,2899.366825,1416.158776,2384.828858,1578.716926,2316.238222 +228380,2909.031502,1415.488924,2385.56549,1588.017934,2317.463646 +228381,2900.155375,1414.82244,2387.890133,1597.124665,2320.626844 +228382,2911.997759,1414.151874,2387.464676,1601.613217,2320.402552 +228383,2911.074319,1413.489706,2387.689478,1616.16881,2320.956975 +228384,2912.028404,1412.825845,2388.089039,1598.816671,2321.697362 +228385,2921.34063,1412.07794,2388.64016,1634.592087,2322.600998 +228386,2912.23586,1411.54655,2389.127301,1622.653186,2323.410893 +228387,2923.045496,1410.829157,2389.516181,1640.244597,2324.089202 +228388,2925.395482,1410.188559,2391.730916,1640.392684,2327.161356 +228389,2924.451182,1409.535778,2391.425482,1649.813054,2326.970986 +228390,2927.523487,1408.888139,2393.374483,1656.533576,2329.505866 +228391,2929.776755,1408.21266,2394.631772,1663.385913,2331.325244 +228392,2931.800803,1407.53489,2395.636975,1670.346729,2332.876485 +228393,2931.741795,1406.855654,2394.822367,1677.245143,2332.022713 +228394,2933.545284,1406.178181,2394.863133,1684.435397,2331.799037 +228395,2935.911693,1405.500506,2395.277305,1691.407767,2332.367967 +228396,2938.378781,1404.823831,2395.90743,1698.460956,2333.423565 +228397,2939.452674,1404.14849,2396.619882,1705.441171,2334.603082 +228398,2940.574286,1403.560665,2397.314995,1712.751527,2335.606638 +228399,2941.743353,1402.761019,2397.962765,1719.713282,2336.554073 +228400,2942.969335,1402.14974,2398.570897,1726.933219,2337.456367 +228401,2944.255835,1401.466965,2399.151693,1733.938437,2338.53946 +228402,2945.692239,1400.797796,2399.782168,1747.185694,2339.495079 +228403,2947.226805,1400.130667,2400.439363,1749.250267,2340.479796 +228404,2948.823922,1399.464801,2401.113783,1763.492925,2341.485658 +228405,2950.580686,1398.800778,2401.86968,1772.562925,2342.593866 +228406,2952.443636,1398.138061,2402.681752,1782.184048,2343.774305 +228407,2954.357891,1397.477151,2403.51523,1791.900368,2344.984494 +228408,2956.317589,1396.732499,2404.372556,1801.97298,2346.227118 +228409,2958.3196,1396.198922,2405.24941,1811.654543,2347.496213 +228410,2960.347436,1395.483287,2406.139966,1821.479825,2348.995493 +228411,2962.407638,1394.841085,2407.04515,1831.45021,2350.310191 +228412,2964.493171,1394.188092,2407.964663,1841.315432,2351.638766 +228413,2966.605644,1393.536478,2408.896055,1851.189955,2352.981599 +228414,2968.865971,1392.886217,2409.920407,1866.435332,2354.441075 +228415,2971.159135,1392.237538,2410.962132,1869.116124,2355.92419 +228416,2973.336079,1391.590013,2411.930966,1881.604257,2357.318574 +228417,2975.525517,1390.944134,2412.903729,1891.299536,2358.718246 +228418,2977.761358,1390.299577,2413.904825,1901.164611,2360.152497 +228419,2980.01273,1389.656102,2414.910789,1910.984136,2361.59201 +228420,2982.413075,1389.014199,2416.010732,1926.118922,2363.147916 +228421,2985.782718,1355.110264,2418.359911,1894.11414,2367.261455 +228422,2931.378243,1354.081657,2415.122774,1907.760849,2363.493976 +228423,2895.206305,1353.049911,2408.075593,1916.459039,2354.294455 +228424,2925.917434,1352.080768,2401.572877,1930.909506,2345.40959 +228425,2922.862853,1351.11708,2397.875189,1933.856876,2339.881862 +228426,2920.473475,1350.157972,2396.120353,1945.03931,2336.798821 +228427,2921.323293,1349.202686,2395.47116,1960.254688,2335.218037 +228428,2922.47393,1348.249482,2395.496816,1963.090951,2334.649171 +228429,2923.720645,1347.380258,2397.442359,1973.776405,2336.651667 +228430,2916.845483,1346.309885,2398.504133,1983.802248,2337.746223 +228431,2932.530653,1345.414259,2397.917591,1997.270164,2336.958131 +228432,2918.399932,1344.455583,2399.900362,2001.827608,2339.488628 +228433,2925.899462,1343.499391,2399.520755,2015.099119,2339.201517 +228434,2927.421192,1342.550384,2399.966825,2020.151767,2340.034616 +228435,2927.443582,1341.515566,2400.912276,2037.222216,2341.570226 +228436,2927.996336,1340.680809,2402.027789,2039.5402,2343.398256 +228437,2928.848178,1339.669559,2402.96135,2044.417417,2345.078511 +228438,2929.438612,1338.725711,2403.652669,2050.14842,2346.526282 +228439,2930.072642,1337.7693,2404.132507,2053.093692,2347.76649 +228440,2930.758096,1336.811245,2404.375518,2056.415969,2348.755395 +228441,2931.286605,1335.852329,2404.416173,2060.092008,2349.526195 +228442,2931.851553,1334.892218,2404.320209,2064.047902,2350.153888 +228443,2932.757879,1333.931241,2404.143458,2068.196936,2350.703992 +228444,2932.844229,1332.969032,2403.913084,2072.459847,2351.208585 +228445,2933.442053,1332.005886,2403.651769,2076.794466,2351.695355 +228446,2933.967716,1331.041421,2403.382874,2081.376703,2352.19332 +228447,2934.419298,1330.075884,2403.116873,2085.796448,2352.715625 +228448,2935.418525,1329.110175,2404.493547,2092.041886,2355.303462 +228449,2934.901969,1328.138971,2403.329619,2095.456443,2354.768796 +228450,2935.588557,1327.170963,2402.697417,2099.497153,2354.911682 +228451,2928.646114,1326.139857,2403.743705,2105.449697,2357.150024 +228452,2944.478043,1325.090744,2402.45434,2108.805698,2356.51594 +228453,2927.346429,1324.038337,2401.785838,2112.858968,2356.677156 +228454,2944.10595,1322.976702,2401.302337,2117.14204,2357.088072 +228455,2928.150396,1321.911523,2402.510718,2123.290436,2359.627257 +228456,2944.182764,1320.835829,2401.246299,2126.640304,2359.13312 +228457,2927.59634,1319.760224,2400.504044,2130.565958,2359.310232 +228458,2945.415022,1318.678476,2401.610711,2136.560254,2361.799662 +228459,2926.573783,1317.587202,2400.227736,2139.76722,2361.222574 +228460,2944.520807,1316.496415,2399.442292,2143.652467,2361.400895 +228461,2927.329599,1315.398079,2398.844565,2147.785256,2361.818016 +228462,2945.071433,1314.297246,2400.014845,2154.075427,2364.443913 +228463,2925.836009,1313.186178,2398.6408,2157.267623,2363.936347 +228464,2944.298263,1312.076259,2397.8383,2161.084199,2364.151285 +228465,2925.998329,1310.958746,2397.205899,2165.12805,2364.58054 +228466,2943.747006,1309.837047,2396.697828,2169.338459,2365.169368 +228467,2925.280659,1335.954499,2396.152899,2173.512411,2365.525184 +228468,2936.072729,1267.206173,2397.222343,2179.4483,2368.303128 +228469,2933.678758,1325.935875,2395.897534,2182.670668,2367.738433 +228470,2932.650044,1322.519729,2395.051435,2186.422153,2367.982024 +228471,2932.477267,1274.88874,2394.38165,2190.596946,2368.444041 +228472,2932.606699,1314.499509,2395.49496,2196.502887,2371.109969 +228473,2931.66486,1319.975305,2395.648695,2201.285195,2372.614493 +228474,2931.225249,1271.267977,2395.471251,2205.830651,2373.731908 +228475,2930.661904,1313.295663,2395.147922,2209.941591,2374.679108 +228476,2930.114353,1310.858399,2394.638493,2214.009469,2375.397296 +228477,2929.467967,1275.641868,2394.101073,2217.721743,2376.075973 +228478,2928.457573,1327.643252,2391.891663,2219.836751,2374.684629 +228479,2928.12664,1259.593804,2390.593937,2223.144485,2374.397696 +228480,2927.384816,1336.322304,2389.638694,2227.015886,2374.519568 +228481,2773.793259,1183.182349,2386.203385,2228.216632,2371.429413 +228482,2770.731702,1240.035284,2372.595965,2220.700098,2353.698214 +228483,2769.898223,1215.213494,2355.518978,2211.900312,2331.109055 +228484,2768.427727,1217.2323,2340.76726,2207.433399,2310.779623 +228485,2766.848865,1215.621333,2329.690505,2207.188002,2294.602613 +228486,2765.486493,1213.922853,2321.544428,2209.620209,2282.522891 +228487,2763.977753,1212.255991,2315.739204,2213.309273,2273.304252 +228488,2762.666251,1210.606395,2312.945259,2219.384546,2268.107138 +228489,2760.86824,1208.973236,2308.45008,2222.399966,2261.134019 +228490,2759.526081,1207.347344,2305.069226,2226.129497,2255.860409 +228491,2758.106046,1205.73033,2303.930603,2231.332185,2253.658939 +228492,2756.276896,1204.12246,2300.625667,2234.134635,2249.052485 +228493,2754.833039,1202.517055,2298.130905,2237.682278,2245.69173 +228494,2753.424955,1200.91681,2297.655835,2243.283918,2245.04629 +228495,2751.391766,1199.323178,2294.842966,2245.958051,2241.70709 +228496,2749.901406,1197.729761,2292.714852,2249.242585,2239.177612 +228497,2748.188837,1196.068761,2290.863091,2252.748352,2237.341611 +228498,2746.483629,1194.588122,2289.171513,2256.354682,2235.835179 +228499,2745.006386,1192.951347,2289.235783,2262.012818,2236.627711 +228500,2743.053456,1191.383665,2286.802971,2264.55702,2234.435831 +228501,2741.934107,1189.799642,2286.608754,2269.520596,2235.113219 +228502,2739.594577,1188.225194,2284.053181,2271.774136,2232.938574 +228503,2738.128843,1186.645658,2282.143676,2274.750389,2231.621222 +228504,2736.379549,1185.070642,2280.477648,2278.016972,2230.648497 +228505,2734.588134,1183.567321,2278.94385,2281.419443,2229.881478 +228506,2732.78227,1181.889159,2277.484677,2284.863513,2229.249341 +228507,2730.954986,1180.367255,2276.069014,2288.301437,2228.711833 +228508,2729.097455,1178.785311,2274.493964,2291.716065,2228.245356 +228509,2727.144773,1177.215022,2273.138951,2295.102293,2227.832562 +228510,2725.484883,1175.644519,2273.449693,2300.305993,2229.524384 +228511,2723.052455,1174.01856,2271.210801,2302.741164,2228.075355 +228512,2721.058655,1172.376559,2269.494302,2305.516982,2227.307576 +228513,2718.824797,1170.730668,2267.933622,2308.44727,2226.756969 +228514,2716.567386,1169.080087,2266.446515,2311.434429,2226.3218 +228515,2714.284383,1167.426209,2264.996163,2314.421496,2225.957637 +228516,2711.923146,1165.769331,2263.562589,2317.376599,2225.639228 +228517,2709.613963,1164.109836,2262.13615,2320.287809,2225.352627 +228518,2707.216492,1162.447766,2260.712721,2323.1539,2225.090144 +228519,2704.790251,1160.783359,2259.289464,2325.975881,2224.845728 +228520,2702.337018,1159.116584,2257.864776,2328.755238,2224.61518 +228521,2699.809952,1157.447635,2256.437423,2331.49273,2224.395092 +228522,2697.346622,1155.776457,2254.822653,2334.191135,2224.185476 +228523,2694.97176,1154.103229,2253.416846,2336.850352,2223.984008 +228524,2692.260558,1152.426588,2253.644276,2341.328927,2225.850073 +228525,2689.586212,1150.750539,2252.971636,2344.667829,2226.609245 +228526,2686.962133,1149.070777,2251.93204,2347.497261,2226.931658 +228527,2684.201159,1147.390788,2249.05771,2348.202222,2224.950896 +228528,2681.590475,1145.706042,2246.96379,2349.881242,2223.93937 +228529,2678.834295,1144.021018,2245.000773,2351.975418,2223.289415 +228530,2676.205739,1142.402153,2245.014634,2356.127418,2224.903952 +228531,2673.164014,1140.612731,2242.644156,2357.366259,2223.454687 +228532,2670.495132,1138.969628,2240.696918,2359.216779,2222.736856 +228533,2667.623459,1137.266758,2239.071742,2361.281385,2222.262074 +228534,2664.704299,1135.572023,2237.820165,2363.44099,2221.911451 +228535,2661.847429,1133.806999,2236.313259,2365.6245,2221.632954 +228536,2659.037338,1132.208376,2236.441412,2369.669665,2223.474979 +228537,2655.836864,1130.463137,2233.988332,2370.712558,2222.17012 +228538,2644.698811,1128.768719,2233.693045,2374.09527,2223.484766 +228539,2661.990356,1127.067323,2232.815428,2376.730259,2224.052597 +228540,2633.171409,1125.363281,2229.855979,2377.121372,2222.216736 +228541,1925.362915,1123.797621,985.8976915,1775.502625,2228.494171 +228542,2019.903661,1253.952267,1039.317777,1871.918388,2305.738195 +228543,2119.455431,1257.262274,1100.617453,1976.191942,2375.937677 +228544,2188.818458,1256.68552,1148.96169,2047.254171,2416.135906 +228545,2235.782675,1257.261356,1185.770285,2089.633998,2439.590534 +228546,2267.940272,1256.589923,1214.176649,2113.11492,2454.93477 +228547,2291.112241,1255.539417,1236.765292,2126.496859,2466.02146 +228548,2308.762082,1254.602191,1255.332036,2135.220437,2475.00164 +228549,2322.797061,1253.548174,1270.956289,2141.918715,2482.412118 +228550,2334.220211,1252.47183,1284.26705,2147.773666,2488.880047 +228551,2343.57017,1251.37143,1295.651224,2152.692914,2494.574747 +228552,2351.260317,1250.151908,1305.595497,2157.035979,2499.637385 +228553,2357.615335,1249.137905,1314.004341,2160.936177,2504.171666 +228554,2362.870104,1247.939923,1321.262376,2164.49174,2508.233285 +228555,2367.231394,1246.811044,1327.549813,2167.78897,2511.879126 +228556,2370.862859,1245.666895,1333.018726,2170.892313,2515.161938 +228557,2373.901827,1244.523781,1337.796022,2173.845637,2518.128464 +228558,2376.451796,1243.381247,1341.987538,2176.677992,2520.819671 +228559,2378.60181,1242.241752,1345.681612,2179.408885,2523.271114 +228560,2380.416846,1241.104052,1348.952165,2182.052006,2525.513764 +228561,2381.924455,1239.969845,1351.847316,2184.772016,2527.544265 +228562,2383.196517,1238.837603,1354.431581,2187.218279,2529.413913 +228563,2384.291693,1237.708498,1356.759135,2189.614033,2531.166555 +228564,2385.226694,1236.570544,1358.860388,2191.959421,2532.806387 +228565,2386.018201,1235.442224,1360.762196,2194.251578,2534.340805 +228566,2386.683666,1234.317208,1362.489763,2196.491498,2535.781553 +228567,2387.238829,1233.193232,1364.065147,2198.681092,2537.14033 +228568,2387.69678,1232.069322,1365.506927,2201.008255,2538.427286 +228569,2388.068116,1230.945087,1366.830616,2203.064418,2539.650892 +228570,2388.361445,1229.819717,1368.04924,2205.071095,2540.818288 +228571,2388.583845,1228.615761,1369.17382,2207.036206,2541.935569 +228572,2388.730978,1227.39298,1370.210615,2208.893593,2543.007981 +228573,2388.801116,1226.08237,1371.165405,2210.744913,2544.039995 +228574,2388.797323,1224.956331,1372.044436,2212.243853,2545.035444 +228575,2388.725261,1223.649711,1372.853931,2213.764959,2545.997599 +228576,2388.591025,1222.404889,1373.599607,2214.939277,2546.929271 +228577,2388.400063,1221.217519,1374.286473,2216.183225,2547.832863 +228578,2388.156941,1219.829444,1374.918854,2216.776303,2548.71041 +228579,2387.865478,1218.606236,1375.500503,2217.971386,2549.563651 +228580,2387.528941,1217.305225,1376.034713,2218.849466,2550.394095 +228581,2387.150119,1216.008674,1376.524365,2219.848427,2551.202995 +228582,2386.731434,1214.704023,1376.972003,2220.613561,2551.991394 +228583,2386.274997,1213.391201,1377.37988,2221.299586,2552.760152 +228584,2385.782695,1212.069971,1377.750016,2221.914635,2553.510007 +228585,2385.25621,1210.740463,1378.084223,2222.462935,2554.241576 +228586,2384.697071,1209.426114,1378.384139,2222.945954,2554.955392 +228587,2384.108116,1208.063314,1378.650766,2223.363284,2555.649223 +228588,2383.488795,1206.731328,1378.886063,2223.909816,2556.326945 +228589,2382.841598,1205.349395,1379.09108,2224.194705,2556.986855 +228590,2382.165716,1203.974215,1379.267256,2224.409848,2557.631909 +228591,2381.461963,1202.592632,1379.415631,2224.562781,2558.262269 +228592,2380.731667,1198.50766,1379.537031,2224.656608,2558.877309 +228593,2379.841514,1196.856064,1379.524356,2224.978006,2559.477508 +228594,2378.845289,1195.184335,1379.418647,2225.413608,2560.061454 +228595,2377.813627,1193.614332,1379.274455,2225.791303,2560.629175 +228596,2376.782391,1192.048049,1379.120107,2226.031032,2561.181117 +228597,2375.75958,1190.489071,1378.96302,2226.127464,2561.717609 +228598,2374.741575,1188.932802,1378.801839,2226.104047,2562.23882 +228599,2373.722906,1187.376836,1378.633598,2225.984761,2562.744803 +228600,2372.699542,1185.819517,1378.456105,2225.785407,2563.235584 +228601,0,0,0,0,0 +228602,0,0,0,0,0 +228603,0,0,0,0,0 +228604,0,0,0,0,0 +228605,0,0,0,0,0 +228606,0,0,0,0,0 +228607,0,0,0,0,0 +228608,0,0,0,0,0 +228609,0,0,0,0,0 +228610,0,0,0,0,0 +228611,0,0,0,0,0 +228612,0,0,0,0,0 +228613,0,0,0,0,0 +228614,0,0,0,0,0 +228615,0,0,0,0,0 +228616,0,0,0,0,0 +228617,0,0,0,0,0 +228618,0,0,0,0,0 +228619,0,0,0,0,0 +228620,0,0,0,0,0 +228621,0,0,0,0,0 +228622,0,0,0,0,0 +228623,0,0,0,0,0 +228624,0,0,0,0,0 +228625,0,0,0,0,0 +228626,0,0,0,0,0 +228627,0,0,0,0,0 +228628,0,0,0,0,0 +228629,0,0,0,0,0 +228630,0,0,0,0,0 +228631,0,0,0,0,0 +228632,0,0,0,0,0 +228633,0,0,0,0,0 +228634,0,0,0,0,0 +228635,0,0,0,0,0 +228636,0,0,0,0,0 +228637,0,0,0,0,0 +228638,0,0,0,0,0 +228639,0,0,0,0,0 +228640,0,0,0,0,0 +228641,0,0,0,0,0 +228642,0,0,0,0,0 +228643,0,0,0,0,0 +228644,0,0,0,0,0 +228645,0,0,0,0,0 +228646,0,0,0,0,0 +228647,0,0,0,0,0 +228648,0,0,0,0,0 +228649,0,0,0,0,0 +228650,0,0,0,0,0 +228651,0,0,0,0,0 +228652,0,0,0,0,0 +228653,0,0,0,0,0 +228654,0,0,0,0,0 +228655,0,0,0,0,0 +228656,0,0,0,0,0 +228657,0,0,0,0,0 +228658,0,0,0,0,0 +228659,0,0,0,0,0 +228660,0,0,0,0,0 +228661,0,0,0,0,0 +228662,0,0,0,0,0 +228663,0,0,0,0,0 +228664,0,0,0,0,0 +228665,0,0,0,0,0 +228666,0,0,0,0,0 +228667,0,0,0,0,0 +228668,0,0,0,0,0 +228669,0,0,0,0,0 +228670,0,0,0,0,0 +228671,0,0,0,0,0 +228672,0,0,0,0,0 +228673,0,0,0,0,0 +228674,0,0,0,0,0 +228675,0,0,0,0,0 +228676,0,0,0,0,0 +228677,0,0,0,0,0 +228678,0,0,0,0,0 +228679,0,0,0,0,0 +228680,0,0,0,0,0 +228681,0,0,0,0,0 +228682,0,0,0,0,0 +228683,0,0,0,0,0 +228684,0,0,0,0,0 +228685,0,0,0,0,0 +228686,0,0,0,0,0 +228687,0,0,0,0,0 +228688,0,0,0,0,0 +228689,0,0,0,0,0 +228690,0,0,0,0,0 +228691,0,0,0,0,0 +228692,0,0,0,0,0 +228693,0,0,0,0,0 +228694,0,0,0,0,0 +228695,0,0,0,0,0 +228696,0,0,0,0,0 +228697,0,0,0,0,0 +228698,0,0,0,0,0 +228699,0,0,0,0,0 +228700,0,0,0,0,0 +228701,0,0,0,0,0 +228702,0,0,0,0,0 +228703,0,0,0,0,0 +228704,0,0,0,0,0 +228705,0,0,0,0,0 +228706,0,0,0,0,0 +228707,0,0,0,0,0 +228708,0,0,0,0,0 +228709,0,0,0,0,0 +228710,0,0,0,0,0 +228711,0,0,0,0,0 +228712,0,0,0,0,0 +228713,0,0,0,0,0 +228714,0,0,0,0,0 +228715,0,0,0,0,0 +228716,0,0,0,0,0 +228717,0,0,0,0,0 +228718,0,0,0,0,0 +228719,0,0,0,0,0 +228720,0,0,0,0,0 +228721,0,0,0,0,0 +228722,0,0,0,0,0 +228723,0,0,0,0,0 +228724,0,0,0,0,0 +228725,0,0,0,0,0 +228726,0,0,0,0,0 +228727,0,0,0,0,0 +228728,0,0,0,0,0 +228729,0,0,0,0,0 +228730,0,0,0,0,0 +228731,0,0,0,0,0 +228732,0,0,0,0,0 +228733,0,0,0,0,0 +228734,0,0,0,0,0 +228735,0,0,0,0,0 +228736,0,0,0,0,0 +228737,0,0,0,0,0 +228738,0,0,0,0,0 +228739,0,0,0,0,0 +228740,0,0,0,0,0 +228741,0,0,0,0,0 +228742,0,0,0,0,0 +228743,0,0,0,0,0 +228744,0,0,0,0,0 +228745,0,0,0,0,0 +228746,0,0,0,0,0 +228747,0,0,0,0,0 +228748,0,0,0,0,0 +228749,0,0,0,0,0 +228750,0,0,0,0,0 +228751,0,0,0,0,0 +228752,0,0,0,0,0 +228753,0,0,0,0,0 +228754,0,0,0,0,0 +228755,0,0,0,0,0 +228756,0,0,0,0,0 +228757,0,0,0,0,0 +228758,0,0,0,0,0 +228759,0,0,0,0,0 +228760,0,0,0,0,0 +228761,0,0,0,0,0 +228762,0,0,0,0,0 +228763,0,0,0,0,0 +228764,0,0,0,0,0 +228765,0,0,0,0,0 +228766,0,0,0,0,0 +228767,0,0,0,0,0 +228768,0,0,0,0,0 +228769,0,0,0,0,0 +228770,0,0,0,0,0 +228771,0,0,0,0,0 +228772,0,0,0,0,0 +228773,0,0,0,0,0 +228774,0,0,0,0,0 +228775,0,0,0,0,0 +228776,0,0,0,0,0 +228777,0,0,0,0,0 +228778,0,0,0,0,0 +228779,0,0,0,0,0 +228780,0,0,0,0,0 +228781,0,0,0,0,0 +228782,0,0,0,0,0 +228783,0,0,0,0,0 +228784,0,0,0,0,0 +228785,0,0,0,0,0 +228786,0,0,0,0,0 +228787,0,0,0,0,0 +228788,0,0,0,0,0 +228789,0,0,0,0,0 +228790,0,0,0,0,0 +228791,0,0,0,0,0 +228792,0,0,0,0,0 +228793,0,0,0,0,0 +228794,0,0,0,0,0 +228795,0,0,0,0,0 +228796,0,0,0,0,0 +228797,0,0,0,0,0 +228798,0,0,0,0,0 +228799,0,0,0,0,0 +228800,0,0,0,0,0 +228801,0,0,0,0,0 +228802,0,0,0,0,0 +228803,0,0,0,0,0 +228804,0,0,0,0,0 +228805,0,0,0,0,0 +228806,0,0,0,0,0 +228807,0,0,0,0,0 +228808,0,0,0,0,0 +228809,0,0,0,0,0 +228810,0,0,0,0,0 +228811,0,0,0,0,0 +228812,0,0,0,0,0 +228813,0,0,0,0,0 +228814,0,0,0,0,0 +228815,0,0,0,0,0 +228816,0,0,0,0,0 +228817,0,0,0,0,0 +228818,0,0,0,0,0 +228819,0,0,0,0,0 +228820,0,0,0,0,0 +228821,0,0,0,0,0 +228822,0,0,0,0,0 +228823,0,0,0,0,0 +228824,0,0,0,0,0 +228825,0,0,0,0,0 +228826,0,0,0,0,0 +228827,0,0,0,0,0 +228828,0,0,0,0,0 +228829,0,0,0,0,0 +228830,0,0,0,0,0 +228831,0,0,0,0,0 +228832,0,0,0,0,0 +228833,0,0,0,0,0 +228834,0,0,0,0,0 +228835,0,0,0,0,0 +228836,0,0,0,0,0 +228837,0,0,0,0,0 +228838,0,0,0,0,0 +228839,0,0,0,0,0 +228840,0,0,0,0,0 +228841,0,0,0,0,0 +228842,0,0,0,0,0 +228843,0,0,0,0,0 +228844,0,0,0,0,0 +228845,0,0,0,0,0 +228846,0,0,0,0,0 +228847,0,0,0,0,0 +228848,0,0,0,0,0 +228849,0,0,0,0,0 +228850,0,0,0,0,0 +228851,0,0,0,0,0 +228852,0,0,0,0,0 +228853,0,0,0,0,0 +228854,0,0,0,0,0 +228855,0,0,0,0,0 +228856,0,0,0,0,0 +228857,0,0,0,0,0 +228858,0,0,0,0,0 +228859,0,0,0,0,0 +228860,0,0,0,0,0 +228861,0,0,0,0,0 +228862,0,0,0,0,0 +228863,0,0,0,0,0 +228864,0,0,0,0,0 +228865,0,0,0,0,0 +228866,0,0,0,0,0 +228867,0,0,0,0,0 +228868,0,0,0,0,0 +228869,0,0,0,0,0 +228870,0,0,0,0,0 +228871,0,0,0,0,0 +228872,0,0,0,0,0 +228873,0,0,0,0,0 +228874,0,0,0,0,0 +228875,0,0,0,0,0 +228876,0,0,0,0,0 +228877,0,0,0,0,0 +228878,0,0,0,0,0 +228879,0,0,0,0,0 +228880,0,0,0,0,0 +228881,0,0,0,0,0 +228882,0,0,0,0,0 +228883,0,0,0,0,0 +228884,0,0,0,0,0 +228885,0,0,0,0,0 +228886,0,0,0,0,0 +228887,0,0,0,0,0 +228888,0,0,0,0,0 +228889,0,0,0,0,0 +228890,0,0,0,0,0 +228891,0,0,0,0,0 +228892,0,0,0,0,0 +228893,0,0,0,0,0 +228894,0,0,0,0,0 +228895,0,0,0,0,0 +228896,0,0,0,0,0 +228897,0,0,0,0,0 +228898,0,0,0,0,0 +228899,0,0,0,0,0 +228900,0,0,0,0,0 +228901,0,0,0,0,0 +228902,0,0,0,0,0 +228903,0,0,0,0,0 +228904,0,0,0,0,0 +228905,0,0,0,0,0 +228906,0,0,0,0,0 +228907,0,0,0,0,0 +228908,0,0,0,0,0 +228909,0,0,0,0,0 +228910,0,0,0,0,0 +228911,0,0,0,0,0 +228912,0,0,0,0,0 +228913,0,0,0,0,0 +228914,0,0,0,0,0 +228915,0,0,0,0,0 +228916,0,0,0,0,0 +228917,0,0,0,0,0 +228918,0,0,0,0,0 +228919,0,0,0,0,0 +228920,0,0,0,0,0 +228921,0,0,0,0,0 +228922,0,0,0,0,0 +228923,0,0,0,0,0 +228924,0,0,0,0,0 +228925,0,0,0,0,0 +228926,0,0,0,0,0 +228927,0,0,0,0,0 +228928,0,0,0,0,0 +228929,0,0,0,0,0 +228930,0,0,0,0,0 +228931,0,0,0,0,0 +228932,0,0,0,0,0 +228933,0,0,0,0,0 +228934,0,0,0,0,0 +228935,0,0,0,0,0 +228936,0,0,0,0,0 +228937,0,0,0,0,0 +228938,0,0,0,0,0 +228939,0,0,0,0,0 +228940,0,0,0,0,0 +228941,0,0,0,0,0 +228942,0,0,0,0,0 +228943,0,0,0,0,0 +228944,0,0,0,0,0 +228945,0,0,0,0,0 +228946,0,0,0,0,0 +228947,0,0,0,0,0 +228948,0,0,0,0,0 +228949,0,0,0,0,0 +228950,0,0,0,0,0 +228951,0,0,0,0,0 +228952,0,0,0,0,0 +228953,0,0,0,0,0 +228954,0,0,0,0,0 +228955,0,0,0,0,0 +228956,0,0,0,0,0 +228957,0,0,0,0,0 +228958,0,0,0,0,0 +228959,0,0,0,0,0 +228960,0,0,0,0,0 +228961,0,0,0,0,0 +228962,0,0,0,0,0 +228963,0,0,0,0,0 +228964,0,0,0,0,0 +228965,0,0,0,0,0 +228966,0,0,0,0,0 +228967,0,0,0,0,0 +228968,0,0,0,0,0 +228969,0,0,0,0,0 +228970,0,0,0,0,0 +228971,0,0,0,0,0 +228972,0,0,0,0,0 +228973,0,0,0,0,0 +228974,0,0,0,0,0 +228975,0,0,0,0,0 +228976,0,0,0,0,0 +228977,0,0,0,0,0 +228978,0,0,0,0,0 +228979,0,0,0,0,0 +228980,0,0,0,0,0 +228981,0,0,0,0,0 +228982,0,0,0,0,0 +228983,0,0,0,0,0 +228984,0,0,0,0,0 +228985,0,0,0,0,0 +228986,0,0,0,0,0 +228987,0,0,0,0,0 +228988,0,0,0,0,0 +228989,0,0,0,0,0 +228990,0,0,0,0,0 +228991,0,0,0,0,0 +228992,0,0,0,0,0 +228993,0,0,0,0,0 +228994,0,0,0,0,0 +228995,0,0,0,0,0 +228996,0,0,0,0,0 +228997,0,0,0,0,0 +228998,0,0,0,0,0 +228999,0,0,0,0,0 +229000,0,0,0,0,0 +229001,0,0,0,0,0 +229002,0,0,0,0,0 +229003,0,0,0,0,0 +229004,0,0,0,0,0 +229005,0,0,0,0,0 +229006,0,0,0,0,0 +229007,0,0,0,0,0 +229008,0,0,0,0,0 +229009,0,0,0,0,0 +229010,0,0,0,0,0 +229011,0,0,0,0,0 +229012,0,0,0,0,0 +229013,0,0,0,0,0 +229014,0,0,0,0,0 +229015,0,0,0,0,0 +229016,0,0,0,0,0 +229017,0,0,0,0,0 +229018,0,0,0,0,0 +229019,0,0,0,0,0 +229020,0,0,0,0,0 +229021,0,0,0,0,0 +229022,0,0,0,0,0 +229023,0,0,0,0,0 +229024,0,0,0,0,0 +229025,0,0,0,0,0 +229026,0,0,0,0,0 +229027,0,0,0,0,0 +229028,0,0,0,0,0 +229029,0,0,0,0,0 +229030,0,0,0,0,0 +229031,0,0,0,0,0 +229032,0,0,0,0,0 +229033,0,0,0,0,0 +229034,0,0,0,0,0 +229035,0,0,0,0,0 +229036,0,0,0,0,0 +229037,0,0,0,0,0 +229038,0,0,0,0,0 +229039,0,0,0,0,0 +229040,0,0,0,0,0 +229041,0,0,0,0,0 +229042,0,0,0,0,0 +229043,0,0,0,0,0 +229044,0,0,0,0,0 +229045,0,0,0,0,0 +229046,0,0,0,0,0 +229047,0,0,0,0,0 +229048,0,0,0,0,0 +229049,0,0,0,0,0 +229050,0,0,0,0,0 +229051,0,0,0,0,0 +229052,0,0,0,0,0 +229053,0,0,0,0,0 +229054,0,0,0,0,0 +229055,0,0,0,0,0 +229056,0,0,0,0,0 +229057,0,0,0,0,0 +229058,0,0,0,0,0 +229059,0,0,0,0,0 +229060,0,0,0,0,0 +229061,0,0,0,0,0 +229062,0,0,0,0,0 +229063,0,0,0,0,0 +229064,0,0,0,0,0 +229065,0,0,0,0,0 +229066,0,0,0,0,0 +229067,0,0,0,0,0 +229068,0,0,0,0,0 +229069,0,0,0,0,0 +229070,0,0,0,0,0 +229071,0,0,0,0,0 +229072,0,0,0,0,0 +229073,0,0,0,0,0 +229074,0,0,0,0,0 +229075,0,0,0,0,0 +229076,0,0,0,0,0 +229077,0,0,0,0,0 +229078,0,0,0,0,0 +229079,0,0,0,0,0 +229080,0,0,0,0,0 +229081,0,0,0,0,0 +229082,0,0,0,0,0 +229083,0,0,0,0,0 +229084,0,0,0,0,0 +229085,0,0,0,0,0 +229086,0,0,0,0,0 +229087,0,0,0,0,0 +229088,0,0,0,0,0 +229089,0,0,0,0,0 +229090,0,0,0,0,0 +229091,0,0,0,0,0 +229092,0,0,0,0,0 +229093,0,0,0,0,0 +229094,0,0,0,0,0 +229095,0,0,0,0,0 +229096,0,0,0,0,0 +229097,0,0,0,0,0 +229098,0,0,0,0,0 +229099,0,0,0,0,0 +229100,0,0,0,0,0 +229101,0,0,0,0,0 +229102,0,0,0,0,0 +229103,0,0,0,0,0 +229104,0,0,0,0,0 +229105,0,0,0,0,0 +229106,0,0,0,0,0 +229107,0,0,0,0,0 +229108,0,0,0,0,0 +229109,0,0,0,0,0 +229110,0,0,0,0,0 +229111,0,0,0,0,0 +229112,0,0,0,0,0 +229113,0,0,0,0,0 +229114,0,0,0,0,0 +229115,0,0,0,0,0 +229116,0,0,0,0,0 +229117,0,0,0,0,0 +229118,0,0,0,0,0 +229119,0,0,0,0,0 +229120,0,0,0,0,0 +229121,0,0,0,0,0 +229122,0,0,0,0,0 +229123,0,0,0,0,0 +229124,0,0,0,0,0 +229125,0,0,0,0,0 +229126,0,0,0,0,0 +229127,0,0,0,0,0 +229128,0,0,0,0,0 +229129,0,0,0,0,0 +229130,0,0,0,0,0 +229131,0,0,0,0,0 +229132,0,0,0,0,0 +229133,0,0,0,0,0 +229134,0,0,0,0,0 +229135,0,0,0,0,0 +229136,0,0,0,0,0 +229137,0,0,0,0,0 +229138,0,0,0,0,0 +229139,0,0,0,0,0 +229140,0,0,0,0,0 +229141,0,0,0,0,0 +229142,0,0,0,0,0 +229143,0,0,0,0,0 +229144,0,0,0,0,0 +229145,0,0,0,0,0 +229146,0,0,0,0,0 +229147,0,0,0,0,0 +229148,0,0,0,0,0 +229149,0,0,0,0,0 +229150,0,0,0,0,0 +229151,0,0,0,0,0 +229152,0,0,0,0,0 +229153,0,0,0,0,0 +229154,0,0,0,0,0 +229155,0,0,0,0,0 +229156,0,0,0,0,0 +229157,0,0,0,0,0 +229158,0,0,0,0,0 +229159,0,0,0,0,0 +229160,0,0,0,0,0 +229161,0,0,0,0,0 +229162,0,0,0,0,0 +229163,0,0,0,0,0 +229164,0,0,0,0,0 +229165,0,0,0,0,0 +229166,0,0,0,0,0 +229167,0,0,0,0,0 +229168,0,0,0,0,0 +229169,0,0,0,0,0 +229170,0,0,0,0,0 +229171,0,0,0,0,0 +229172,0,0,0,0,0 +229173,0,0,0,0,0 +229174,0,0,0,0,0 +229175,0,0,0,0,0 +229176,0,0,0,0,0 +229177,0,0,0,0,0 +229178,0,0,0,0,0 +229179,0,0,0,0,0 +229180,0,0,0,0,0 +229181,0,0,0,0,0 +229182,0,0,0,0,0 +229183,0,0,0,0,0 +229184,0,0,0,0,0 +229185,0,0,0,0,0 +229186,0,0,0,0,0 +229187,0,0,0,0,0 +229188,0,0,0,0,0 +229189,0,0,0,0,0 +229190,0,0,0,0,0 +229191,0,0,0,0,0 +229192,0,0,0,0,0 +229193,0,0,0,0,0 +229194,0,0,0,0,0 +229195,0,0,0,0,0 +229196,0,0,0,0,0 +229197,0,0,0,0,0 +229198,0,0,0,0,0 +229199,0,0,0,0,0 +229200,0,0,0,0,0 +229201,0,0,0,0,0 +229202,0,0,0,0,0 +229203,0,0,0,0,0 +229204,0,0,0,0,0 +229205,0,0,0,0,0 +229206,0,0,0,0,0 +229207,0,0,0,0,0 +229208,0,0,0,0,0 +229209,0,0,0,0,0 +229210,0,0,0,0,0 +229211,0,0,0,0,0 +229212,0,0,0,0,0 +229213,0,0,0,0,0 +229214,0,0,0,0,0 +229215,0,0,0,0,0 +229216,0,0,0,0,0 +229217,0,0,0,0,0 +229218,0,0,0,0,0 +229219,0,0,0,0,0 +229220,0,0,0,0,0 +229221,0,0,0,0,0 +229222,0,0,0,0,0 +229223,0,0,0,0,0 +229224,0,0,0,0,0 +229225,0,0,0,0,0 +229226,0,0,0,0,0 +229227,0,0,0,0,0 +229228,0,0,0,0,0 +229229,0,0,0,0,0 +229230,0,0,0,0,0 +229231,0,0,0,0,0 +229232,0,0,0,0,0 +229233,0,0,0,0,0 +229234,0,0,0,0,0 +229235,0,0,0,0,0 +229236,0,0,0,0,0 +229237,0,0,0,0,0 +229238,0,0,0,0,0 +229239,0,0,0,0,0 +229240,0,0,0,0,0 +229241,0,0,0,0,0 +229242,0,0,0,0,0 +229243,0,0,0,0,0 +229244,0,0,0,0,0 +229245,0,0,0,0,0 +229246,0,0,0,0,0 +229247,0,0,0,0,0 +229248,0,0,0,0,0 +229249,0,0,0,0,0 +229250,0,0,0,0,0 +229251,0,0,0,0,0 +229252,0,0,0,0,0 +229253,0,0,0,0,0 +229254,0,0,0,0,0 +229255,0,0,0,0,0 +229256,0,0,0,0,0 +229257,0,0,0,0,0 +229258,0,0,0,0,0 +229259,0,0,0,0,0 +229260,0,0,0,0,0 +229261,0,0,0,0,0 +229262,0,0,0,0,0 +229263,0,0,0,0,0 +229264,0,0,0,0,0 +229265,0,0,0,0,0 +229266,0,0,0,0,0 +229267,0,0,0,0,0 +229268,0,0,0,0,0 +229269,0,0,0,0,0 +229270,0,0,0,0,0 +229271,0,0,0,0,0 +229272,0,0,0,0,0 +229273,0,0,0,0,0 +229274,0,0,0,0,0 +229275,0,0,0,0,0 +229276,0,0,0,0,0 +229277,0,0,0,0,0 +229278,0,0,0,0,0 +229279,0,0,0,0,0 +229280,0,0,0,0,0 +229281,0,0,0,0,0 +229282,0,0,0,0,0 +229283,0,0,0,0,0 +229284,0,0,0,0,0 +229285,0,0,0,0,0 +229286,0,0,0,0,0 +229287,0,0,0,0,0 +229288,0,0,0,0,0 +229289,0,0,0,0,0 +229290,0,0,0,0,0 +229291,0,0,0,0,0 +229292,0,0,0,0,0 +229293,0,0,0,0,0 +229294,0,0,0,0,0 +229295,0,0,0,0,0 +229296,0,0,0,0,0 +229297,0,0,0,0,0 +229298,0,0,0,0,0 +229299,0,0,0,0,0 +229300,0,0,0,0,0 +229301,0,0,0,0,0 +229302,0,0,0,0,0 +229303,0,0,0,0,0 +229304,0,0,0,0,0 +229305,0,0,0,0,0 +229306,0,0,0,0,0 +229307,0,0,0,0,0 +229308,0,0,0,0,0 +229309,0,0,0,0,0 +229310,0,0,0,0,0 +229311,0,0,0,0,0 +229312,0,0,0,0,0 +229313,0,0,0,0,0 +229314,0,0,0,0,0 +229315,0,0,0,0,0 +229316,0,0,0,0,0 +229317,0,0,0,0,0 +229318,0,0,0,0,0 +229319,0,0,0,0,0 +229320,0,0,0,0,0 +229321,0,0,0,0,0 +229322,0,0,0,0,0 +229323,0,0,0,0,0 +229324,0,0,0,0,0 +229325,0,0,0,0,0 +229326,0,0,0,0,0 +229327,0,0,0,0,0 +229328,0,0,0,0,0 +229329,0,0,0,0,0 +229330,0,0,0,0,0 +229331,0,0,0,0,0 +229332,0,0,0,0,0 +229333,0,0,0,0,0 +229334,0,0,0,0,0 +229335,0,0,0,0,0 +229336,0,0,0,0,0 +229337,0,0,0,0,0 +229338,0,0,0,0,0 +229339,0,0,0,0,0 +229340,0,0,0,0,0 +229341,0,0,0,0,0 +229342,0,0,0,0,0 +229343,0,0,0,0,0 +229344,0,0,0,0,0 +229345,0,0,0,0,0 +229346,0,0,0,0,0 +229347,0,0,0,0,0 +229348,0,0,0,0,0 +229349,0,0,0,0,0 +229350,0,0,0,0,0 +229351,0,0,0,0,0 +229352,0,0,0,0,0 +229353,0,0,0,0,0 +229354,0,0,0,0,0 +229355,0,0,0,0,0 +229356,0,0,0,0,0 +229357,0,0,0,0,0 +229358,0,0,0,0,0 +229359,0,0,0,0,0 +229360,0,0,0,0,0 +229361,0,0,0,0,0 +229362,0,0,0,0,0 +229363,0,0,0,0,0 +229364,0,0,0,0,0 +229365,0,0,0,0,0 +229366,0,0,0,0,0 +229367,0,0,0,0,0 +229368,0,0,0,0,0 +229369,0,0,0,0,0 +229370,0,0,0,0,0 +229371,0,0,0,0,0 +229372,0,0,0,0,0 +229373,0,0,0,0,0 +229374,0,0,0,0,0 +229375,0,0,0,0,0 +229376,0,0,0,0,0 +229377,0,0,0,0,0 +229378,0,0,0,0,0 +229379,0,0,0,0,0 +229380,0,0,0,0,0 +229381,-74.08792273,3660.871494,3167.952465,-23.04228049,-286.5554626 +229382,368.7628012,330.9378511,3473.174769,178.1549614,520.229746 +229383,363.9796938,292.7371426,3242.064476,175.5856892,514.8500275 +229384,354.7683211,286.0756907,2966.93856,170.9402755,501.2684939 +229385,345.1543037,771.4470594,653.1127072,166.2055157,485.9044323 +229386,336.8460277,493.9672048,749.9909539,162.1915938,471.7788979 +229387,330.0681195,534.6461152,1870.875324,158.9760711,459.5507546 +229388,324.5411749,548.9976366,1187.249857,156.3954695,448.9766859 +229389,319.9636419,556.7964184,1309.92771,154.2853069,439.6967221 +229390,316.1207625,564.5396614,1317.949625,152.5320897,431.4603501 +229391,312.8845399,572.0074296,1324.680155,151.069484,424.111211 +229392,310.1626457,580.1684868,1331.355443,149.8492516,417.5459367 +229393,307.8896825,587.9460622,1338.348252,148.8377624,411.6813757 +229394,306.0013809,595.7791233,1345.502868,148.0018967,406.4424674 +229395,304.4491147,604.1364621,1352.691743,147.3175716,401.7604378 +229396,303.1828682,611.8102032,1360.070981,146.7598416,397.5731663 +229397,302.1678227,619.835237,1367.536212,146.3123432,393.8255299 +229398,301.3664792,628.1476463,1374.977248,145.9569403,390.4688601 +229399,300.755043,636.1090481,1382.150262,145.6831129,387.4603682 +229400,300.309401,644.2490327,1390.414324,145.479878,384.7622993 +229401,300.0037998,652.1887626,1397.629631,145.3373984,382.3414229 +229402,299.8257412,660.7908988,1405.439986,145.247617,380.1683635 +229403,299.7608471,668.5122743,1413.06161,145.2040596,378.2172411 +229404,299.7954401,676.8432513,1424.949196,145.2014237,376.4651564 +229405,299.91799,688.3428945,1435.562048,145.2352911,374.8919181 +229406,300.1190149,699.0848921,1447.070355,145.3019256,373.4796406 +229407,300.3906338,710.658448,1458.065235,145.3981634,372.2125506 +229408,300.7261335,721.6183041,1469.141571,145.5213065,371.0766441 +229409,301.1197552,732.7684412,1480.0375,145.6690632,370.0595674 +229410,301.5664965,743.6234371,1490.873077,145.8394651,369.1503185 +229411,302.062042,754.3336657,1499.791031,146.0308312,368.3391894 +229412,302.5998107,764.3213777,1508.844519,146.2404347,367.6175089 +229413,303.1746391,774.4423752,1517.29204,146.4661674,366.9775852 +229414,303.7831403,784.4333585,1525.720673,146.7067012,366.4125206 +229415,304.4230343,794.3460498,1533.97351,146.9611843,365.9162206 +229416,305.0925224,804.1849218,1541.993494,147.228957,365.4832052 +229417,305.7900488,813.6734631,1549.666675,147.5094447,365.1086158 +229418,306.514188,823.8135334,1557.603787,147.802109,364.7880558 +229419,307.263655,833.2325252,1564.848686,148.1064545,364.5176052 +229420,308.0372768,843.1299853,1572.077112,148.4220196,364.2936984 +229421,308.834007,852.2466999,1579.203488,148.748384,364.1131535 +229422,309.6528804,861.8829783,1586.16606,149.0851517,363.9730482 +229423,310.493034,871.1974258,1592.943241,149.4319612,363.8707777 +229424,311.353656,880.5692323,1599.424982,149.788465,363.803924 +229425,312.234018,889.8169192,1605.981767,150.1543452,363.7703354 +229426,313.1334296,898.9989889,1612.210225,150.5292942,363.7680054 +229427,314.0512658,908.198644,1618.327184,150.9130287,363.7951456 +229428,314.986923,916.9592486,1624.272279,151.3052698,363.8500665 +229429,315.9398552,926.4643041,1630.054748,151.7057616,363.9312686 +229430,316.9095328,935.2586765,1635.669907,152.1142519,364.037329 +229431,317.8954714,944.1858706,1641.126953,152.5305069,364.1669796 +229432,318.897199,953.1173563,1646.421352,152.9542961,364.3190109 +229433,319.9142781,961.8781755,1651.554569,153.3854033,364.4923378 +229434,320.9462814,970.7002351,1656.47324,153.8236157,364.6859206 +229435,321.992816,979.35004,1661.368365,154.2687353,364.8988353 +229436,323.0534907,988.0641474,1665.98451,154.7205641,365.1301797 +229437,324.1279484,996.6033465,1670.48933,155.1789195,365.3791593 +229438,325.215826,1005.210766,1674.885255,155.6436157,365.6449809 +229439,326.3167948,1013.639231,1678.982584,156.1144828,365.9269536 +229440,327.4305219,1022.141094,1682.99012,156.5913488,366.2243859 +229441,328.5092324,1459.668686,2674.012978,157.0524777,366.4503625 +229442,348.2742687,1483.025978,2679.141975,166.159739,401.4139277 +229443,377.7978122,1500.910534,2718.419201,179.654636,455.4200295 +229444,407.820135,1517.181412,2738.134666,193.1929055,511.9098189 +229445,434.4050806,1532.720118,2750.103038,204.9790511,563.4776489 +229446,457.06243,1547.280054,2776.449558,214.846493,608.8241422 +229447,476.4893157,1561.632758,2786.726233,223.1742249,648.8210085 +229448,493.446228,1575.255889,2797.187138,230.3531612,684.5464085 +229449,508.4665221,1588.683766,2802.106664,236.6532268,716.7604983 +229450,521.8957684,1601.953831,2803.176019,242.2472224,745.9515123 +229451,533.9794439,1614.931343,2805.179184,247.2558999,772.4704421 +229452,544.9150648,1627.535736,2807.684465,251.7745291,796.6105714 +229453,554.8719086,1640.264056,2810.885926,255.88314,818.6354831 +229454,563.9960663,1652.612178,2814.266309,259.6494289,838.7837314 +229455,572.4083953,1664.796508,2817.836795,263.1282507,857.2616977 +229456,577.6814645,1679.584846,2818.97913,265.2151522,869.6531699 +229457,582.4864168,1694.18177,2820.487741,267.1234044,880.8196552 +229458,586.9200979,1702.546391,2821.996403,268.894935,890.9511647 +229459,591.0442416,1707.722172,2823.605113,270.5549149,900.1794861 +229460,594.9579877,1722.279604,2824.799438,272.1835707,908.6033327 +229461,598.6743399,1727.74851,2825.764784,273.7707031,916.3053673 +229462,602.1928459,1713.499476,2826.719874,275.2942283,923.3590723 +229463,605.5234362,1760.49707,2827.759972,276.7463191,929.8305405 +229464,608.6839222,1753.647537,2829.092787,278.1305866,935.7787491 +229465,725.4524515,1767.688683,2830.263356,388.2031924,941.2559917 +229466,829.8182404,1777.904025,2831.492169,346.2856422,946.3084252 +229467,774.8399336,1788.359832,2832.688848,366.4040534,950.9768226 +229468,818.3393889,1798.27025,2833.846341,377.1231515,955.2970808 +229469,836.1180418,1808.326527,2834.969005,385.9291379,959.3008992 +229470,853.0550818,1818.270664,2836.033536,394.163315,963.0163009 +229471,869.5657719,1827.442626,2837.059059,402.5421438,966.4681926 +229472,885.4778013,1836.814266,2837.981094,410.310278,969.6787468 +229473,901.1519294,1845.773667,2838.789365,418.3407535,972.6677387 +229474,916.4855298,1854.659485,2839.501436,425.858375,975.4527712 +229475,932.0308508,1863.396514,2840.091227,433.3647388,978.0495711 +229476,946.1265152,1872.113421,2840.575571,440.7581054,980.4721488 +229477,961.2638197,1880.520945,2840.979699,447.9893455,982.7330209 +229478,975.1243055,1888.989247,2841.278626,454.8944,984.8433668 +229479,989.3615325,1897.145855,2841.484573,462.0350426,986.8132161 +229480,1002.676448,1905.441687,2841.618966,468.7136454,988.6515287 +229481,1016.736288,1913.218767,2841.655151,475.4821993,990.3663922 +229482,1029.844238,1921.152827,2841.604518,481.9534264,991.9650494 +229483,1042.707608,1928.926117,2841.670841,488.4788381,993.4540688 +229484,1055.332044,1936.667572,2841.453965,494.6026442,994.8393682 +229485,1068.432215,1943.966148,2841.150174,501.1013519,996.1263221 +229486,1080.483789,1951.502077,2840.782215,507.157393,997.3198041 +229487,1092.895081,1958.669841,2840.326315,512.9289162,998.4242774 +229488,1104.477394,1965.903882,2839.792634,519.0694899,999.4437847 +229489,1116.91491,1972.853039,2839.197568,524.8402734,1000.382063 +229490,1128.177616,1979.851746,2838.51654,530.4936397,1001.242524 +229491,1139.867479,1986.573114,2837.758539,536.0636543,1002.028318 +229492,1151.010583,1993.237362,2836.8951,541.7458139,1248.856534 +229493,1162.315178,1999.918234,2836.055329,547.3245192,1133.401798 +229494,1172.818888,2006.394538,2835.064713,552.3739488,1174.400607 +229495,1184.322031,2012.580961,2834.032039,557.8698925,1188.448588 +229496,1194.484025,2018.848555,2832.918765,562.7565055,1199.137799 +229497,1205.298192,2024.884186,2831.730402,568.2584949,1209.090835 +229498,1215.778812,2031.008422,2830.46825,573.0597118,1219.085476 +229499,1225.650193,2036.869688,2829.135015,578.181624,1228.957319 +229500,1235.844007,2042.75292,2827.742296,582.9665902,1238.318978 +229501,1468.38277,2136.93818,2613.825799,680.4425163,1672.374027 +229502,1901.706147,2340.862838,2727.736193,876.2675686,2452.009237 +229503,1374.974692,2107.532541,2548.353473,638.7850201,1475.820222 +229504,1953.011097,2370.264606,2712.358128,899.9944427,2541.879866 +229505,1398.795253,2089.43851,2543.198827,650.7785787,1473.688579 +229506,1983.916853,2408.448809,2714.441386,910.6866032,2574.362841 +229507,1578.265083,2184.940323,2716.851075,738.4798679,1799.566858 +229508,1752.589831,2290.16376,2715.086937,808.217037,2114.69376 +229509,1731.305831,2266.175315,2713.967057,802.761953,2065.280953 +229510,1742.60088,2277.386771,2716.362659,807.396731,2076.171179 +229511,1753.243636,2281.896201,2717.965104,812.5276186,2085.901158 +229512,1763.545152,2286.99035,2721.370501,817.3688833,2095.006635 +229513,1773.800117,2292.359011,2725.363499,822.3549056,2104.193465 +229514,1783.905866,2297.333462,2729.357669,827.1566785,2113.202416 +229515,1793.79963,2302.18909,2734.828504,831.8922541,2121.908491 +229516,1803.878843,2307.201465,2738.8452,836.7127634,2147.020216 +229517,1813.417555,2311.858029,2740.245363,841.2775738,2118.96784 +229518,1823.025222,2316.505328,2743.806552,845.8720376,2151.489057 +229519,1832.659161,2320.969135,2746.211155,850.476999,2156.795103 +229520,1841.987453,2332.194714,2748.119206,854.9819564,2162.497356 +229521,1851.386375,2320.205588,2749.401225,859.3213542,2171.441809 +229522,1867.952845,2344.742489,2750.306559,863.8078642,2179.229823 +229523,1866.291984,2334.751976,2751.073145,868.1090201,2186.749594 +229524,1892.53491,2342.997555,2749.676191,872.3257026,2194.183026 +229525,1875.728578,2346.828486,2750.818579,876.7068461,2203.265277 +229526,1888.1204,2350.101987,2751.413472,880.77095,2222.282401 +229527,1911.943345,2353.572732,2749.640709,884.9439118,2198.777768 +229528,1911.148964,2357.432379,2748.62688,889.0772905,2225.746045 +229529,1921.902178,2360.801569,2747.82578,893.133573,2231.826392 +229530,1930.544827,2364.095028,2747.069023,897.2262907,2235.879632 +229531,1938.577609,2367.230445,2746.267097,901.0513166,2259.10139 +229532,1946.997048,2370.276592,2747.170385,905.0471921,2226.887549 +229533,1955.107583,2373.031835,2746.952345,908.8529307,2273.363043 +229534,1962.976352,2375.596805,2744.415109,912.6627561,2252.952651 +229535,1970.988689,2378.403582,2744.330448,916.3702676,2273.382632 +229536,1978.738198,2380.723447,2743.426346,920.1764834,2275.922228 +229537,1986.575353,2382.956039,2742.156274,923.7719997,2280.172623 +229538,1994.202827,2385.274843,2738.916258,927.4219301,2290.353694 +229539,2001.814162,2387.632021,2738.292291,930.9314111,2304.58563 +229540,2009.464205,2389.314158,2735.213342,934.406045,2286.062479 +229541,2016.635362,2391.416436,2733.257127,937.9696133,2319.345855 +229542,2024.047417,2393.299286,2731.896574,941.386919,2306.113915 +229543,2031.194815,2394.95205,2730.677015,944.8648917,2318.370485 +229544,2038.685436,2396.662983,2729.597752,948.1708646,2322.540742 +229545,2045.581103,2398.124618,2728.608016,951.5065048,2328.147402 +229546,2052.768761,2399.570272,2727.783072,954.8935715,2333.347796 +229547,2059.778086,2400.830009,2726.761359,958.1402553,2344.403309 +229548,2066.745815,2402.2578,2727.335512,961.3996197,2340.863755 +229549,2073.6513,2403.086342,2724.959043,964.6228827,2349.856307 +229550,2080.616419,2404.238458,2723.127854,967.8109273,2354.064723 +229551,2087.237605,2405.123639,2721.496443,970.853613,2359.148926 +229552,2093.944555,2405.957457,2719.912243,974.0867038,2363.927197 +229553,2100.78708,2406.645321,2718.49211,977.143078,2368.568327 +229554,2107.122667,2407.287537,2716.810568,980.2329399,2373.553674 +229555,2113.910477,2407.79906,2715.077352,983.2599628,2378.069333 +229556,2120.576006,2408.204229,2713.483608,986.3328284,2382.786427 +229557,2126.666932,2408.549597,2711.568149,989.196834,2387.091195 +229558,2133.373045,2408.71949,2709.720494,992.2618676,2391.830443 +229559,2139.757177,2408.919434,2707.447756,995.2070351,2396.173582 +229560,2145.88237,2408.928682,2705.608286,998.0006901,2400.325476 +229561,2158.363154,2411.588554,2704.501697,1003.553682,2415.749102 +229562,2165.346727,2412.187625,2704.161646,1006.891901,2421.913104 +229563,2172.128078,2412.451616,2703.817705,1009.955498,2432.514043 +229564,2178.813737,2412.11687,2703.370473,1012.992103,2429.880556 +229565,2185.156969,2412.036162,2702.262778,1015.955642,2437.431731 +229566,2191.341306,2411.657828,2700.90791,1018.865923,2442.430564 +229567,2197.621729,2411.209623,2699.421603,1021.732519,2446.420691 +229568,2203.897816,2410.687809,2697.81263,1024.619313,2451.37844 +229569,2209.903332,2410.015654,2696.113254,1027.328836,2455.457961 +229570,2215.799053,2409.257812,2694.341544,1030.134537,2459.955224 +229571,2221.820505,2408.380019,2692.641798,1032.860476,2469.995481 +229572,2227.766195,2407.480671,2690.86267,1035.566881,2466.411391 +229573,2233.719895,2406.358598,2689.047087,1038.1882,2472.747771 +229574,2239.387453,2405.223898,2686.993409,1040.927214,2477.326749 +229575,2245.149418,2404.143887,2684.967974,1043.512717,2480.777684 +229576,2254.284224,2402.584711,2682.917525,1046.123545,2484.899087 +229577,2256.071451,2401.187605,2680.973332,1048.700948,2493.552119 +229578,2270.081053,2399.666406,2678.999694,1051.254217,2491.255562 +229579,2258.628877,2398.064851,2676.836254,1053.783954,2495.985844 +229580,2270.943008,2396.339265,2674.784525,1056.290181,2505.357666 +229581,2281.716953,2394.522715,2672.765396,1058.774026,2502.951378 +229582,2282.891779,2392.591334,2670.516437,1061.235737,2506.518433 +229583,2289.432392,2390.656469,2668.329101,1063.675471,2515.57827 +229584,2294.867992,2388.561292,2666.224043,1066.093959,2513.967049 +229585,2300.057859,2386.535665,2663.929188,1068.491279,2516.450735 +229586,2305.350116,2384.088423,2661.77171,1070.86782,2528.540523 +229587,2310.637166,2381.78659,2659.619541,1073.163901,2520.419659 +229588,2315.756776,2379.344651,2657.163886,1075.651161,2526.653845 +229589,2320.987317,2376.864975,2654.604629,1077.833998,2526.939544 +229590,2326.036512,2374.330575,2653.615789,1080.183623,2527.167073 +229591,2331.238236,2371.323144,2649.653055,1082.415505,2523.322642 +229592,2335.918216,2368.466617,2645.935704,1084.626723,2520.043811 +229593,2341.000051,2365.559021,2643.891165,1086.816483,2519.061739 +229594,2345.773137,2362.331294,2640.855594,1088.986904,2517.106301 +229595,2350.676269,2359.312663,2637.409282,1091.136417,2514.841299 +229596,2355.267147,2355.700451,2632.024899,1093.903852,2510.355656 +229597,2360.209399,2345.056269,2629.072892,1096.437868,2508.941269 +229598,2365.054224,2359.270716,2625.627616,1098.080848,2507.018682 +229599,2369.4918,2333.453292,2620.276007,1101.848238,2502.845059 +229600,2374.230324,2352.790009,2615.781857,1101.470022,2499.769692 +229601,2378.920583,2326.266473,2611.61202,1107.250316,2497.128774 +229602,2383.44344,2345.341686,2607.6679,1104.255324,2494.802152 +229603,2388.119034,2318.507158,2603.812473,1113.66558,2492.622143 +229604,2392.528124,2330.291398,2599.95038,1105.41754,2490.467304 +229605,2404.15278,2320.812258,2596.017718,1122.260421,2488.478721 +229606,2394.326747,2317.428098,2592.371956,1103.190832,2486.60621 +229607,2405.952619,2313.35211,2588.781087,1110.472753,2484.80687 +229608,2411.727321,2309.109193,2585.194834,1122.428442,2483.017802 +229609,2414.165082,2304.776454,2581.596726,1117.64649,2481.214022 +229610,2419.134487,2300.415955,2579.730849,1121.205402,2481.538898 +229611,2423.532922,2295.861467,2575.251639,1123.142123,2478.624171 +229612,2427.611292,2291.367063,2571.346796,1125.021726,2476.392883 +229613,2432.072074,2286.739393,2567.641192,1126.888688,2474.369305 +229614,2436.234056,2282.054971,2564.050557,1128.808863,2472.44934 +229615,2440.443548,2277.480807,2562.246861,1130.553573,2472.70805 +229616,2444.866285,2272.434662,2559.563622,1132.42836,2471.861769 +229617,2448.755692,2267.597689,2554.669947,1134.168764,2468.457692 +229618,2459.569125,2262.660854,2552.417932,1136.07492,2468.064607 +229619,2453.404025,2257.622444,2547.884468,1137.81902,2464.729091 +229620,2456.910935,2252.55019,2544.082987,1139.680099,2462.262371 +229621,2369.778637,2194.18789,2540.809079,1087.973806,2460.999301 +229622,2320.25207,2186.947644,2532.40141,1088.655039,2451.204567 +229623,2364.482391,2181.13951,2521.058496,1089.579785,2437.408325 +229624,2350.938966,2174.941125,2510.599441,1090.513194,2423.95255 +229625,2356.142308,2168.881692,2501.67529,1091.638717,2412.518131 +229626,2359.014517,2162.742108,2494.554742,1092.740414,2403.161132 +229627,2361.461872,2156.580826,2490.363451,1093.871931,2397.53287 +229628,2364.241817,2150.429844,2484.287538,1095.010104,2389.789938 +229629,2366.928877,2144.208333,2479.30621,1096.158809,2383.567793 +229630,2369.633842,2138.065328,2474.782036,1097.307682,2378.194919 +229631,2372.449711,2128.468943,2472.352241,1098.501381,2375.61185 +229632,2375.086494,2127.619057,2467.607507,1099.684819,2370.354489 +229633,2377.898612,2100.609923,2463.816663,1100.775446,2366.352185 +229634,2380.686027,2139.034176,2460.618538,1101.872856,2363.140234 +229635,2383.277149,2089.695775,2459.559584,1103.146031,2362.611553 +229636,2386.007847,2094.781452,2455.999143,1104.208553,2359.108398 +229637,2388.792211,2099.917432,2453.056743,1105.398634,2356.423607 +229638,2391.283907,2090.304797,2450.360038,1106.505393,2354.087122 +229639,2398.385416,2057.182643,2447.900152,1107.678227,2352.078837 +229640,2392.069062,2083.71862,2445.599111,1108.77938,2350.30443 +229641,2423.111373,2059.695299,2443.332125,1109.946085,2348.605565 +229642,2369.111241,2058.564586,2441.17695,1111.109037,2347.075406 +229643,2420.809443,2050.727038,2439.114519,1112.168616,2345.682347 +229644,2404.098153,2044.120847,2437.058632,1113.306015,2344.318851 +229645,2410.23532,2060.661832,2434.995901,1114.408481,2342.960332 +229646,2412.902484,1997.078546,2433.027275,1115.522142,2341.725656 +229647,2415.712362,2039.332949,2431.127553,1116.633503,2340.58136 +229648,2418.138189,2013.256209,2429.200721,1117.742157,2339.407735 +229649,2420.883307,2009.465874,2427.089914,1118.848246,2338.249527 +229650,2423.492053,2002.593661,2425.217298,1119.951494,2337.131053 +229651,2426.051496,1995.421131,2423.369882,1121.021154,2336.033949 +229652,2429.368711,1988.207208,2423.505793,1122.08254,2337.12585 +229653,2438.99392,2003.470298,2420.542646,1123.065097,2334.933163 +229654,2420.724654,1941.914588,2418.398768,1124.217388,2333.499968 +229655,2442.560197,1981.954971,2416.468558,1125.279951,2332.308763 +229656,2437.204739,1956.061002,2414.5587,1126.226673,2331.127895 +229657,2441.060594,1952.082417,2412.692571,1127.310051,2329.991126 +229658,2443.567991,1944.766941,2410.880796,1128.329551,2328.913902 +229659,2446.026173,1937.566613,2410.875339,1129.356104,2330.039307 +229660,2448.460284,1929.917238,2408.225344,1130.374751,2327.944826 +229661,2458.319186,1922.81291,2406.129116,1131.393496,2326.516008 +229662,2442.311009,1915.333013,2404.214128,1132.405959,2325.286718 +229663,2460.94472,1907.953833,2402.4059,1133.41469,2324.16778 +229664,2457.10418,1900.545595,2400.648615,1134.419775,2323.095981 +229665,2460.509881,1893.005037,2398.934076,1135.420755,2322.06462 +229666,2467.132757,1885.736371,2397.249705,1136.418038,2321.059526 +229667,2459.131337,1893.810249,2395.573531,1137.411612,2320.053736 +229668,2470.741282,1848.409418,2393.961414,1138.47228,2319.114862 +229669,2469.442646,1885.625114,2392.369147,1139.352858,2318.188612 +229670,2478.843373,1837.063666,2390.773365,1140.385799,2317.246024 +229671,2493.730426,1856.062243,2389.177915,1141.354336,2316.290992 +229672,2465.721673,1839.434592,2387.604058,1142.329764,2315.348662 +229673,2484.684044,1833.324966,2386.081154,1143.302158,2314.454494 +229674,2485.724243,1825.894828,2384.568378,1144.199541,2313.558633 +229675,2481.43874,1818.586719,2384.842079,1145.272677,2314.836766 +229676,2481.594435,1811.055289,2382.471685,1146.18319,2312.88269 +229677,2502.177478,1803.632675,2380.775596,1147.155197,2311.736068 +229678,2479.275211,1796.199597,2379.278226,1148.112412,2310.806064 +229679,2507.01546,1788.664825,2377.958468,1149.066905,2310.070156 +229680,2492.219955,1781.411414,2378.48331,1150.019292,2311.577665 +229681,2252.261408,1663.911339,2375.198878,1042.110224,2307.464529 +229682,2244.544843,1653.827286,2362.580713,1040.369724,2288.829283 +229683,2261.117709,1644.652081,2345.328789,1039.750345,2262.39886 +229684,2251.06107,1636.007067,2328.67403,1039.517975,2235.77803 +229685,2253.619804,1627.466978,2314.869072,1039.259758,2212.437369 +229686,2254.250376,1618.919148,2303.904969,1039.247,2192.719098 +229687,2254.607412,1610.682436,2295.039406,1039.279429,2175.885072 +229688,2255.718407,1602.351099,2283.428759,1039.484683,2024.806652 +229689,2256.057075,1594.365674,2269.251971,1039.432946,2012.131653 +229690,2257.325397,1586.342527,2254.132684,1039.750689,2043.99757 +229691,2258.183551,1578.138486,2244.441571,1039.917083,2024.916051 +229692,2259.272885,1570.439945,2239.218904,1040.088246,2019.573907 +229693,2260.089901,1562.51997,2234.531454,1040.397917,2017.95282 +229694,2261.717703,1554.764472,2228.94447,1040.729143,2015.773069 +229695,2262.589984,1547.065434,2225.15271,1040.952654,2019.029801 +229696,2270.128552,1539.43348,2222.051443,1041.385582,2005.558176 +229697,2256.311829,1531.871246,2219.386341,1041.639697,2016.309412 +229698,2294.802631,1524.282072,2218.888619,1042.114023,2008.559982 +229699,2231.966436,1517.09386,2215.770513,1042.40398,2006.264458 +229700,2286.539705,1509.542337,2213.271004,1042.915852,2005.704932 +229701,2267.349142,1502.347359,2211.052788,1043.243602,2004.31781 +229702,2272.810513,1495.136828,2210.758357,1043.790979,2003.254254 +229703,2274.255368,1488.011317,2207.997185,1044.152015,2005.975286 +229704,2276.016375,1480.871315,2205.741708,1044.734035,1994.387102 +229705,2277.606952,1474.04421,2203.665917,1045.197849,2003.858864 +229706,2279.672557,1467.098413,2201.933601,1045.711252,1998.007636 +229707,2280.948153,1460.41283,2201.947445,1046.189557,1996.904004 +229708,2283.103087,1453.56282,2199.553339,1046.822121,2000.289519 +229709,2284.750039,1446.909261,2197.458493,1047.283972,1989.479284 +229710,2286.798342,1440.491128,2195.537351,1047.960828,1997.668919 +229711,2288.409402,1433.968975,2193.94272,1048.439924,1993.450695 +229712,2290.588472,1427.612102,2192.575637,1049.133268,1996.215277 +229713,2296.988507,1421.335479,2191.212591,1049.638065,1991.628191 +229714,2287.522572,1417.864964,2189.702952,1050.358432,1989.481366 +229715,2319.930915,1413.460284,2189.951396,1050.891494,1994.579336 +229716,2267.439642,1408.977497,2187.695374,1051.635645,1989.553454 +229717,2315.144421,1404.631214,2185.882918,1052.194643,1986.440807 +229718,2299.389812,1400.349865,2184.050396,1052.966989,1984.472612 +229719,2304.775715,1396.147755,2182.287135,1053.549369,1983.204806 +229720,2306.857413,1392.026223,2180.567355,1054.347473,1979.11182 +229721,2308.959386,1387.98723,2178.723557,1054.953883,1974.94502 +229722,2312.1095,1384.032763,2176.735366,1055.77616,1970.711903 +229723,2320.292216,1380.074955,2174.623119,1056.405993,1966.453459 +229724,2304.255243,1376.426211,2172.464826,1057.251733,1962.240212 +229725,2323.590361,1372.67508,2170.279102,1057.904146,1958.081281 +229726,2319.101994,1369.091604,2168.068768,1058.772553,1953.950906 +229727,2328.356539,1365.58999,2165.843869,1059.446134,1949.863048 +229728,2316.200088,1362.184522,2163.652133,1060.336733,1945.855234 +229729,2337.510587,1358.877557,2161.471475,1061.031998,1941.906427 +229730,2341.997125,1355.758851,2159.28057,1061.943065,1937.972042 +229731,2303.076579,1352.526205,2157.163783,1062.658669,1934.16233 +229732,2372.897574,1349.588471,2155.35896,1063.589871,1930.751584 +229733,2298.552138,1346.735695,2153.66321,1064.324672,1927.503996 +229734,2379.183509,1344.143368,2152.109149,1065.275099,1924.445502 +229735,2320.737929,1341.805269,2152.251219,1066.60573,1923.489313 +229736,2358.815323,1339.305529,2149.495001,1067.834816,1919.014607 +229737,2343.890897,1336.930107,2147.17409,1069.207495,1915.08195 +229738,2351.962197,1334.760944,2145.077025,1070.486656,1911.40402 +229739,2353.229058,1332.419267,2143.296294,1072.006498,1908.107539 +229740,2356.190321,1330.188847,2143.541927,1073.550133,1907.281782 +229741,2592.530107,1434.389729,2147.092964,1181.452483,1911.993457 +229742,2599.577997,1434.044856,2165.992094,1184.991437,1938.575969 +229743,2604.02003,1433.186104,2189.825094,1187.862334,1973.280613 +229744,2608.000867,1431.972066,2210.201207,1190.737425,2004.882292 +229745,2611.91965,1430.81913,2225.323323,1193.331842,2030.331739 +229746,2615.9873,1429.374162,2237.175522,1196.063175,2052.445404 +229747,2618.926712,1428.087999,2243.915525,1198.734197,2066.901953 +229748,2622.51553,1426.627437,2249.136283,1201.446856,2079.100828 +229749,2626.204244,1425.397195,2253.317953,1204.116156,2089.430797 +229750,2629.382182,1423.970351,2256.973018,1207.022471,2098.29242 +229751,2632.719979,1422.624827,2259.877786,1209.879555,2105.956509 +229752,2636.047125,1421.27227,2262.356319,1212.659559,2112.638243 +229753,2639.185422,1419.927362,2264.51396,1215.649561,2118.507196 +229754,2642.412779,1418.591302,2266.426954,1218.62365,2123.697836 +229755,2645.749258,1417.266544,2269.840593,1221.663698,2130.417629 +229756,2648.549252,1415.948285,2270.469339,1224.754758,2133.401061 +229757,2651.960021,1414.646609,2273.227875,1227.904779,2138.763776 +229758,2662.129751,1413.350056,2273.597043,1231.106156,2140.932574 +229759,2647.620933,1412.071183,2276.075435,1234.367228,2145.507556 +229760,2671.879119,1410.797604,2276.079422,1237.681427,2146.83126 +229761,2661.102799,1409.541342,2276.877499,1241.055394,2148.971097 +229762,2667.143955,1408.294335,2277.759355,1244.565515,2151.063892 +229763,2670.518386,1407.060391,2278.673008,1247.933212,2153.069115 +229764,2673.01366,1405.838608,2279.856637,1251.537478,2155.063233 +229765,2676.152589,1404.630973,2282.537874,1255.131971,2159.066759 +229766,2678.490427,1403.430752,2282.550712,1258.792874,2159.71415 +229767,2681.954064,1402.25029,2284.803874,1262.438372,2163.063953 +229768,2684.155242,1401.074329,2284.589614,1266.340546,2163.300932 +229769,2687.555651,1399.828821,2286.709669,1270.127367,2166.359488 +229770,2689.868648,1398.810729,2286.413702,1274.042295,2166.377525 +229771,2693.091713,1397.57292,2288.477473,1277.946632,2169.262107 +229772,2695.322791,1396.500902,2289.819787,1281.89856,2171.224718 +229773,2698.072903,1395.204954,2289.188626,1285.986038,2170.724128 +229774,2700.839708,1394.112035,2289.362419,1289.92514,2171.182981 +229775,2703.533813,1392.95217,2289.835152,1298.297822,2171.975104 +229776,2706.086516,1391.815231,2290.459133,1294.253332,2172.929621 +229777,2709.05715,1390.690463,2292.826735,1315.039005,2176.032419 +229778,2711.16782,1389.571186,2292.598074,1288.801068,2175.927321 +229779,2713.989706,1388.467425,2292.948853,1319.780069,2176.530185 +229780,2716.584752,1387.371456,2293.460565,1313.69318,2177.313648 +229781,2719.432597,1386.288456,2295.741236,1319.868004,2180.275755 +229782,2721.765535,1385.212485,2297.106866,1324.419443,2182.112553 +229783,2724.356687,1384.149451,2298.084148,1329.103113,2183.476398 +229784,2726.64496,1383.095774,2298.858309,1333.76101,2184.585122 +229785,2736.692541,1382.051459,2298.008337,1338.328616,2183.665268 +229786,2721.983831,1381.020609,2297.902828,1343.14011,2183.635082 +229787,2744.194364,1379.998367,2298.124437,1347.929045,2183.980701 +229788,2735.664452,1378.987313,2298.710255,1352.788981,2184.762473 +229789,2739.128951,1377.9865,2299.255288,1357.706117,2185.491602 +229790,2742.418601,1376.996331,2299.747067,1362.765978,2186.15759 +229791,2744.927081,1376.016915,2300.305509,1367.666326,2186.908599 +229792,2747.616919,1374.962261,2302.56294,1372.819339,2189.97301 +229793,2749.331493,1374.1284,2302.164222,1377.944688,2189.548645 +229794,2752.48555,1373.12161,2303.987607,1383.150413,2191.869228 +229795,2754.235155,1372.194328,2303.36041,1388.313057,2191.158167 +229796,2756.895482,1371.267788,2303.381649,1393.847627,2191.236383 +229797,2759.750385,1370.350732,2305.323421,1399.019658,2193.678302 +229798,2761.049701,1369.441149,2304.745598,1404.514746,2193.007115 +229799,2764.217723,1368.544747,2304.786228,1409.982191,2193.095667 +229800,2766.920621,1367.657648,2306.736575,1415.514121,2195.540492 +229801,2819.963846,1389.64763,2308.768938,1444.069861,2198.012582 +229802,2819.796714,1389.8844,2311.942164,1450.692474,2202.457707 +229803,2825.437034,1389.921172,2318.635864,1457.313815,2211.377729 +229804,2828.32336,1389.737699,2322.028207,1463.610207,2216.632071 +229805,2831.902412,1389.483257,2325.069865,1470.131567,2221.493703 +229806,2835.19879,1389.173124,2327.498506,1476.524056,2225.557458 +229807,2838.326521,1388.832413,2329.457125,1482.776586,2228.96418 +229808,2848.625009,1388.385748,2331.271235,1489.248443,2232.104016 +229809,2837.215479,1388.144079,2332.748752,1495.667571,2234.738991 +229810,2853.785572,1387.705535,2333.968146,1502.134762,2237.166199 +229811,2851.868803,1387.337065,2335.243341,1514.475643,2239.36139 +229812,2853.257265,1386.952722,2336.395755,1509.034594,2241.32848 +229813,2856.383778,1386.56644,2337.367869,1522.382506,2243.008091 +229814,2866.794423,1386.179104,2338.455816,1529.151696,2244.772413 +229815,2856.351578,1385.79142,2339.427142,1534.663546,2246.342958 +229816,2870.261125,1385.40358,2340.246393,1541.707309,2247.68169 +229817,2869.801399,1385.016382,2341.180529,1552.094657,2249.121304 +229818,2870.852701,1384.629381,2342.066327,1556.271426,2250.466445 +229819,2880.448413,1384.243339,2342.974024,1571.765523,2251.808727 +229820,2871.436817,1383.85783,2343.803672,1552.634047,2253.207311 +229821,2882.698985,1383.473306,2344.471812,1597.412284,2254.174751 +229822,2883.256565,1383.089877,2345.246439,1557.660055,2255.247512 +229823,2884.278858,1382.707574,2346.015418,1605.307276,2256.296783 +229824,2885.835128,1382.326351,2346.624796,1587.70302,2257.330536 +229825,2887.808053,1381.946614,2347.129952,1622.210565,2257.976458 +229826,2890.074664,1381.568023,2347.648527,1586.812854,2258.625326 +229827,2892.271503,1381.190879,2348.38606,1644.35181,2259.700064 +229828,2892.998841,1380.814796,2349.133478,1601.252245,2260.31645 +229829,2893.775164,1380.526245,2349.83405,1655.693106,2261.281587 +229830,2894.574947,1380.026466,2350.438125,1630.910154,2262.02931 +229831,2895.272707,1379.685751,2350.875958,1649.378437,2262.796473 +229832,2898.835795,1379.269361,2353.058145,1654.594012,2265.511151 +229833,2898.56943,1378.857964,2352.763371,1661.799135,2265.233491 +229834,2899.286317,1378.451744,2353.043388,1668.935217,2265.653576 +229835,2900.370665,1378.042028,2353.510218,1676.161498,2266.29437 +229836,2901.671743,1377.632327,2354.079736,1683.272072,2267.267507 +229837,2903.118028,1377.222443,2354.713595,1690.689027,2268.128384 +229838,2904.652324,1376.812128,2355.388052,1697.906901,2269.040796 +229839,2906.240792,1376.401794,2356.087562,1705.197908,2269.990237 +229840,2907.875349,1375.991121,2356.804695,1712.389332,2270.969012 +229841,2909.647627,1375.580553,2357.60326,1725.792446,2272.055585 +229842,2911.43841,1375.169547,2358.410146,1724.550893,2273.159532 +229843,2913.144994,1374.758515,2359.15597,1735.635474,2274.19446 +229844,2914.929323,1374.347299,2359.947192,1745.536158,2275.290159 +229845,2916.897481,1373.936144,2360.84859,1756.440544,2276.525978 +229846,2919.000089,1373.524654,2361.834667,1766.08819,2277.871297 +229847,2921.184316,1373.02693,2362.870516,1776.035485,2279.498954 +229848,2923.420083,1372.741253,2363.941856,1786.295006,2280.968449 +229849,2925.703056,1372.269461,2365.042499,1796.307368,2282.475477 +229850,2928.016473,1371.869689,2366.165119,1806.25115,2284.013957 +229851,2930.364491,1371.457886,2367.308206,1816.550227,2285.582879 +229852,2932.737539,1371.045125,2368.468869,1826.577299,2287.178185 +229853,2935.1349,1370.632267,2369.642601,1836.54544,2288.793393 +229854,2937.678422,1370.218911,2370.910335,1852.149223,2290.528497 +229855,2940.250727,1369.805269,2372.194657,1855.118177,2292.287458 +229856,2942.700258,1369.390907,2373.403214,1867.532705,2293.955175 +229857,2945.163508,1368.976309,2374.617539,1877.919669,2295.631641 +229858,2947.672315,1368.561128,2375.860363,1887.704399,2297.344152 +229859,2950.189891,1368.145116,2377.104443,1897.645022,2299.058703 +229860,2952.852956,1367.728759,2378.440643,1913.03406,2300.888645 +229861,2954.730839,1334.184128,2379.267036,1881.933161,2302.073415 +229862,2950.646975,1333.62083,2375.765269,1895.899289,2296.937996 +229863,2944.724094,1333.054426,2370.767256,1910.432593,2289.253899 +229864,2936.75708,1332.556562,2366.441599,1913.476345,2282.076237 +229865,2902.048711,1332.064821,2362.625737,1925.082975,2275.44228 +229866,2916.992611,1331.579445,2361.106624,1935.872464,2271.706961 +229867,2916.613815,1331.095506,2358.420827,1949.888479,2266.637186 +229868,2911.334227,1330.699596,2358.783434,1954.340676,2265.501629 +229869,2924.984061,1330.101401,2358.865058,1965.019011,2264.184446 +229870,2914.332998,1329.682097,2359.108714,1980.126136,2263.241093 +229871,2920.505705,1329.194319,2359.551653,1984.372076,2262.468164 +229872,2930.008152,1328.716363,2358.45679,1998.696849,2260.169491 +229873,2918.208023,1328.242312,2358.504147,2008.895193,2259.406978 +229874,2925.235055,1327.764631,2358.751051,2013.079618,2258.995005 +229875,2929.66125,1327.20894,2360.806233,2025.000711,2261.135018 +229876,2929.568938,1326.844818,2360.460863,2029.345561,2260.192107 +229877,2930.853149,1326.31154,2360.486163,2032.188877,2259.79035 +229878,2932.835222,1325.842731,2360.395935,2034.905821,2259.306041 +229879,2934.164617,1325.362224,2360.146376,2038.220672,2258.675073 +229880,2935.360756,1324.880429,2359.772792,2042.197576,2257.93486 +229881,2944.463036,1324.398276,2359.474068,2046.438893,2257.328519 +229882,2932.498644,1323.915084,2359.061518,2050.775019,2256.618207 +229883,2945.753189,1323.431482,2358.533969,2055.116287,2255.799395 +229884,2943.797638,1322.94718,2358.135655,2059.687021,2255.173319 +229885,2943.439454,1322.462178,2357.721852,2064.297424,2254.558251 +229886,2944.501097,1321.97626,2357.201534,2068.828271,2253.83928 +229887,2946.010433,1321.489855,2356.6606,2073.366753,2253.120733 +229888,2947.475004,1321.002489,2356.142108,2077.95557,2252.453777 +229889,2950.253388,1320.515869,2357.291825,2084.390178,2253.893372 +229890,2958.822667,1320.025722,2357.580577,2089.820297,2254.297943 +229891,2945.789292,1319.487404,2356.075512,2093.236892,2252.496423 +229892,2956.626114,1318.939697,2354.988273,2097.165643,2251.228287 +229893,2955.719168,1318.384877,2354.260902,2101.755421,2250.416194 +229894,2955.34422,1317.825179,2353.679372,2106.314305,2249.80067 +229895,2955.569383,1317.261458,2353.073928,2110.838252,2249.177233 +229896,2956.227866,1316.693757,2352.454035,2115.334077,2248.559632 +229897,2956.786843,1316.122622,2351.842457,2119.831875,2247.974726 +229898,2957.765898,1315.547801,2351.249226,2124.346708,2247.432763 +229899,2958.682702,1314.969784,2350.671522,2128.876264,2246.928369 +229900,2959.52211,1314.388236,2350.100103,2133.570628,2246.448571 +229901,2959.617026,1313.80359,2349.513435,2138.030886,2245.965139 +229902,2961.687934,1313.216912,2350.54322,2144.391577,2247.516513 +229903,2959.796881,1312.623033,2349.014257,2147.683683,2245.90063 +229904,2958.718961,1312.030235,2347.927254,2151.61898,2244.843852 +229905,2957.902558,1311.432222,2346.928507,2155.290617,2243.893413 +229906,2957.240438,1310.831416,2345.96701,2159.472648,2242.986924 +229907,2956.667725,1310.227801,2345.020936,2163.785871,2242.10184 +229908,2956.143128,1309.621064,2344.078462,2167.954268,2241.227077 +229909,2955.646878,1309.011659,2343.136058,2172.101224,2240.360063 +229910,2955.167473,1308.399186,2342.191907,2176.426653,2239.499158 +229911,2954.698254,1307.784061,2341.245362,2180.562132,2238.643619 +229912,2956.858483,1307.167303,2341.966219,2186.511524,2239.881411 +229913,2955.064565,1306.543698,2340.193634,2189.640114,2238.028937 +229914,2954.068913,1305.921468,2338.925101,2193.333316,2236.811394 +229915,2953.306391,1305.294253,2337.789339,2197.210885,2235.755479 +229916,2952.672129,1304.664428,2336.722096,2201.196585,2234.783088 +229917,2952.111835,1304.031932,2335.695388,2205.228227,2233.864174 +229918,2951.588368,1303.396394,2334.690826,2209.478199,2232.979286 +229919,2951.081337,1302.758256,2333.698265,2213.513213,2232.117238 +229920,2950.583207,1302.117083,2332.714,2217.53492,2231.273608 +229921,2951.055162,1244.655286,2332.635154,2222.029939,2232.015102 +229922,2904.517784,1219.679454,2324.710687,2219.944315,2221.134245 +229923,2751.03495,1254.432186,2309.781023,2211.979403,2200.427081 +229924,2856.111402,1207.760256,2294.403427,2204.152013,2178.087565 +229925,2823.899855,1261.324055,2283.589376,2202.056409,2161.435188 +229926,2824.895168,1196.945748,2277.942664,2205.524631,2151.295553 +229927,2823.621189,1264.983969,2271.619595,2207.563547,2140.583674 +229928,2823.165924,1190.813821,2267.202416,2210.942381,2132.574853 +229929,2822.57696,1264.781855,2263.827446,2214.98295,2126.009681 +229930,2822.566516,1187.698974,2262.780962,2220.824883,2122.892854 +229931,2820.888516,1261.518213,2259.629211,2223.790434,2117.518486 +229932,2820.570163,1187.398419,2257.331262,2227.369833,2113.489978 +229933,2819.977718,1256.90598,2255.433009,2231.178426,2110.207623 +229934,2819.210759,1187.766866,2253.802002,2235.113286,2107.482507 +229935,2818.430033,1251.614553,2252.32684,2239.067885,2105.1562 +229936,2817.646113,1188.808368,2250.964642,2243.012372,2103.15473 +229937,2816.821068,1245.794114,2249.667703,2246.915733,2101.397977 +229938,2816.027806,1190.255518,2248.426713,2250.790422,2099.854018 +229939,2815.268442,1239.687135,2247.21916,2254.630382,2098.476503 +229940,2815.034077,1191.910233,2247.686377,2260.274839,2099.275808 +229941,2813.43919,1233.062379,2245.622798,2262.973779,2097.063014 +229942,2812.849997,1194.21342,2244.107803,2266.265099,2095.409808 +229943,2812.128621,1226.470677,2242.785934,2269.789083,2094.27046 +229944,2811.248199,1196.071955,2241.570838,2273.435775,2093.316033 +229945,2810.351341,1220.30077,2240.408452,2277.12113,2092.475156 +229946,2809.964371,1197.589117,2240.914766,2282.630716,2093.705608 +229947,2808.128222,1213.872527,2238.881523,2285.197077,2091.913468 +229948,2807.534265,1199.643704,2237.383926,2288.347955,2090.803766 +229949,2806.59585,1207.5805,2236.075955,2291.737862,2089.943144 +229950,2806.072239,1201.128743,2236.505718,2297.275375,2091.210874 +229951,2804.590921,1202.716256,2236.070056,2301.545636,2091.468912 +229952,2803.232903,1200.659271,2235.263375,2305.280229,2091.32202 +229953,2802.265394,1199.632614,2234.250422,2308.711985,2090.9612 +229954,2799.774612,1198.446684,2231.477454,2310.149881,2088.488882 +229955,2799.101349,1197.249866,2229.554915,2312.612827,2087.047621 +229956,2790.784601,1196.047474,2229.484704,2317.20151,2087.854918 +229957,2805.1747,1194.841946,2228.800409,2321.020441,2087.946236 +229958,2785.272115,1193.631153,2226.224357,2322.610678,2085.602862 +229959,2801.367466,1192.412932,2224.403319,2325.049563,2084.414144 +229960,2781.792703,1187.940968,2222.835077,2327.795898,2083.524389 +229961,2796.99589,1186.201025,2221.060732,2331.518222,2082.700075 +229962,2777.896551,1184.673105,2219.098359,2335.662313,2082.003553 +229963,2793.672573,1183.206539,2217.166632,2339.768113,2081.756346 +229964,2774.276072,1181.768988,2215.291234,2343.548302,2081.344869 +229965,2790.238028,1180.347573,2213.54122,2347.071037,2080.696316 +229966,2770.483313,1178.935877,2211.843831,2350.356661,2080.232478 +229967,2779.677473,1177.528914,2211.732619,2355.225875,2081.559914 +229968,2776.068336,1176.12894,2210.846255,2359.019806,2081.791714 +229969,2772.933261,1174.731797,2208.030319,2360.493839,2079.73539 +229970,2771.960697,1173.406903,2207.567579,2364.601231,2080.6957 +229971,2769.360354,1171.906344,2204.834592,2366.09865,2078.666096 +229972,2767.659297,1170.563751,2202.7989,2368.380192,2077.579919 +229973,2765.677321,1169.160514,2201.033665,2370.963258,2076.550223 +229974,2763.611038,1167.768507,2199.410667,2373.668324,2075.87622 +229975,2761.548977,1166.377205,2197.861771,2376.391373,2075.287853 +229976,2759.466145,1164.986095,2196.351732,2379.084605,2074.744285 +229977,2757.351223,1163.595049,2194.862617,2381.732862,2074.224236 +229978,2755.700343,1162.202807,2195.034459,2386.189027,2075.720359 +229979,2752.684454,1160.813001,2192.646169,2387.63496,2074.124415 +229980,2751.412003,1159.418551,2192.439404,2391.510629,2075.172921 +229981,1965.522978,1158.156683,1041.391076,1845.16025,2345.536956 +229982,2049.519448,1287.953584,1087.84046,1928.736547,2404.300343 +229983,2138.08406,1292.033721,1140.42738,2017.222879,2451.155347 +229984,2203.480623,1291.803665,1183.070117,2079.449601,2474.729304 +229985,2251.814373,1292.577273,1217.084997,2118.790172,2488.53976 +229986,2286.95105,1292.262989,1244.01591,2142.173468,2497.618437 +229987,2313.231258,1291.708384,1265.71561,2156.490648,2504.097706 +229988,2333.656076,1291.104033,1283.666754,2166.037462,2509.147697 +229989,2350.086215,1290.459012,1298.83507,2173.442379,2513.40752 +229990,2363.554314,1289.781543,1311.966383,2179.700113,2517.152269 +229991,2374.686867,1289.081842,1323.088486,2185.353024,2520.505337 +229992,2383.923709,1288.364485,1332.664633,2190.183796,2523.528186 +229993,2391.584604,1287.614504,1340.919743,2194.510008,2526.231278 +229994,2397.980582,1286.875984,1348.0685,2198.4718,2528.675064 +229995,2403.371441,1286.137752,1354.295142,2202.354122,2530.916475 +229996,2407.938068,1285.397894,1359.740051,2205.822756,2532.972709 +229997,2411.829834,1284.659617,1364.523005,2209.330377,2534.864749 +229998,2415.1678,1283.922217,1368.74484,2212.440894,2536.61309 +229999,2418.049408,1283.188029,1372.490029,2215.631616,2538.236272 +230000,2420.553163,1282.455778,1375.829351,2218.28681,2539.750826 +230001,2422.742234,1281.727291,1378.82206,2221.29015,2541.17115 +230002,2424.667658,1281.000306,1381.51785,2224.328653,2542.509895 +230003,2426.370526,1280.276892,1383.958331,2227.165137,2543.777898 +230004,2427.884084,1279.554707,1386.178423,2229.933759,2544.98455 +230005,2429.235215,1278.834825,1388.20742,2232.837864,2546.137866 +230006,2430.445786,1278.115433,1390.069976,2235.5128,2547.244773 +230007,2431.533546,1277.316434,1391.786814,2238.12961,2548.311119 +230008,2432.513053,1276.718493,1393.375438,2240.696092,2549.341954 +230009,2433.396216,1275.939807,1394.850617,2243.215904,2550.341522 +230010,2434.19288,1275.232652,1396.224879,2245.690015,2551.313461 +230011,2434.884813,1274.42616,1397.495802,2248.097042,2552.232323 +230012,2435.488658,1273.613539,1398.680357,2250.386841,2553.124658 +230013,2436.026546,1272.794445,1399.794821,2252.73567,2554.015685 +230014,2436.493179,1271.967974,1400.840198,2254.73377,2554.895779 +230015,2436.891219,1271.134519,1401.820628,2256.589079,2555.762101 +230016,2437.225404,1270.2939,1402.740844,2258.327135,2556.614142 +230017,2437.500539,1269.446271,1403.605315,2259.965339,2557.452175 +230018,2437.72097,1268.591285,1404.418048,2261.513282,2558.276723 +230019,2437.890491,1267.729022,1405.182567,2262.97617,2559.088309 +230020,2438.012406,1266.85912,1405.901983,2264.357397,2559.887394 +230021,2438.089585,1265.981669,1406.579034,2265.65969,2560.674329 +230022,2438.12455,1265.096327,1407.216147,2266.885446,2561.449382 +230023,2438.119511,1264.20321,1407.815476,2268.036754,2562.21273 +230024,2438.076433,1263.302004,1408.378947,2269.115402,2562.96449 +230025,2437.997067,1262.392851,1408.908287,2270.12291,2563.704718 +230026,2437.883007,1261.555343,1409.405056,2271.060597,2564.433444 +230027,2437.735675,1260.510341,1409.870665,2271.923698,2565.150647 +230028,2437.556374,1259.635754,1410.306399,2272.720666,2565.856288 +230029,2437.346299,1258.680822,1410.713434,2273.454825,2566.550305 +230030,2437.106561,1257.730357,1411.092857,2274.119663,2567.232638 +230031,2436.838171,1256.771916,1411.445665,2274.721526,2567.903201 +230032,2436.542096,1255.805073,1411.772791,2275.2568,2568.561921 +230033,2436.219219,1254.830099,1412.075095,2275.731742,2569.208706 +230034,2435.870397,1253.846785,1412.35339,2276.141771,2569.843483 +230035,2435.496406,1252.855381,1412.608431,2276.492611,2570.466164 +230036,2435.097996,1251.855698,1412.840935,2276.779407,2571.076682 +230037,2434.675873,1250.768635,1413.051571,2277.007968,2571.674958 +230038,2434.230714,1249.87122,1413.240982,2277.173424,2572.260938 +230039,2433.76316,1248.788679,1413.40977,2277.281699,2572.834561 +230040,2433.273829,1247.769728,1413.558512,2277.327848,2573.395783 +230041,0,0,0,0,0 +230042,0,0,0,0,0 +230043,0,0,0,0,0 +230044,0,0,0,0,0 +230045,0,0,0,0,0 +230046,0,0,0,0,0 +230047,0,0,0,0,0 +230048,0,0,0,0,0 +230049,0,0,0,0,0 +230050,0,0,0,0,0 +230051,0,0,0,0,0 +230052,0,0,0,0,0 +230053,0,0,0,0,0 +230054,0,0,0,0,0 +230055,0,0,0,0,0 +230056,0,0,0,0,0 +230057,0,0,0,0,0 +230058,0,0,0,0,0 +230059,0,0,0,0,0 +230060,0,0,0,0,0 +230061,0,0,0,0,0 +230062,0,0,0,0,0 +230063,0,0,0,0,0 +230064,0,0,0,0,0 +230065,0,0,0,0,0 +230066,0,0,0,0,0 +230067,0,0,0,0,0 +230068,0,0,0,0,0 +230069,0,0,0,0,0 +230070,0,0,0,0,0 +230071,0,0,0,0,0 +230072,0,0,0,0,0 +230073,0,0,0,0,0 +230074,0,0,0,0,0 +230075,0,0,0,0,0 +230076,0,0,0,0,0 +230077,0,0,0,0,0 +230078,0,0,0,0,0 +230079,0,0,0,0,0 +230080,0,0,0,0,0 +230081,0,0,0,0,0 +230082,0,0,0,0,0 +230083,0,0,0,0,0 +230084,0,0,0,0,0 +230085,0,0,0,0,0 +230086,0,0,0,0,0 +230087,0,0,0,0,0 +230088,0,0,0,0,0 +230089,0,0,0,0,0 +230090,0,0,0,0,0 +230091,0,0,0,0,0 +230092,0,0,0,0,0 +230093,0,0,0,0,0 +230094,0,0,0,0,0 +230095,0,0,0,0,0 +230096,0,0,0,0,0 +230097,0,0,0,0,0 +230098,0,0,0,0,0 +230099,0,0,0,0,0 +230100,0,0,0,0,0 +230101,0,0,0,0,0 +230102,0,0,0,0,0 +230103,0,0,0,0,0 +230104,0,0,0,0,0 +230105,0,0,0,0,0 +230106,0,0,0,0,0 +230107,0,0,0,0,0 +230108,0,0,0,0,0 +230109,0,0,0,0,0 +230110,0,0,0,0,0 +230111,0,0,0,0,0 +230112,0,0,0,0,0 +230113,0,0,0,0,0 +230114,0,0,0,0,0 +230115,0,0,0,0,0 +230116,0,0,0,0,0 +230117,0,0,0,0,0 +230118,0,0,0,0,0 +230119,0,0,0,0,0 +230120,0,0,0,0,0 +230121,0,0,0,0,0 +230122,0,0,0,0,0 +230123,0,0,0,0,0 +230124,0,0,0,0,0 +230125,0,0,0,0,0 +230126,0,0,0,0,0 +230127,0,0,0,0,0 +230128,0,0,0,0,0 +230129,0,0,0,0,0 +230130,0,0,0,0,0 +230131,0,0,0,0,0 +230132,0,0,0,0,0 +230133,0,0,0,0,0 +230134,0,0,0,0,0 +230135,0,0,0,0,0 +230136,0,0,0,0,0 +230137,0,0,0,0,0 +230138,0,0,0,0,0 +230139,0,0,0,0,0 +230140,0,0,0,0,0 +230141,0,0,0,0,0 +230142,0,0,0,0,0 +230143,0,0,0,0,0 +230144,0,0,0,0,0 +230145,0,0,0,0,0 +230146,0,0,0,0,0 +230147,0,0,0,0,0 +230148,0,0,0,0,0 +230149,0,0,0,0,0 +230150,0,0,0,0,0 +230151,0,0,0,0,0 +230152,0,0,0,0,0 +230153,0,0,0,0,0 +230154,0,0,0,0,0 +230155,0,0,0,0,0 +230156,0,0,0,0,0 +230157,0,0,0,0,0 +230158,0,0,0,0,0 +230159,0,0,0,0,0 +230160,0,0,0,0,0 +230161,0,0,0,0,0 +230162,0,0,0,0,0 +230163,0,0,0,0,0 +230164,0,0,0,0,0 +230165,0,0,0,0,0 +230166,0,0,0,0,0 +230167,0,0,0,0,0 +230168,0,0,0,0,0 +230169,0,0,0,0,0 +230170,0,0,0,0,0 +230171,0,0,0,0,0 +230172,0,0,0,0,0 +230173,0,0,0,0,0 +230174,0,0,0,0,0 +230175,0,0,0,0,0 +230176,0,0,0,0,0 +230177,0,0,0,0,0 +230178,0,0,0,0,0 +230179,0,0,0,0,0 +230180,0,0,0,0,0 +230181,0,0,0,0,0 +230182,0,0,0,0,0 +230183,0,0,0,0,0 +230184,0,0,0,0,0 +230185,0,0,0,0,0 +230186,0,0,0,0,0 +230187,0,0,0,0,0 +230188,0,0,0,0,0 +230189,0,0,0,0,0 +230190,0,0,0,0,0 +230191,0,0,0,0,0 +230192,0,0,0,0,0 +230193,0,0,0,0,0 +230194,0,0,0,0,0 +230195,0,0,0,0,0 +230196,0,0,0,0,0 +230197,0,0,0,0,0 +230198,0,0,0,0,0 +230199,0,0,0,0,0 +230200,0,0,0,0,0 +230201,0,0,0,0,0 +230202,0,0,0,0,0 +230203,0,0,0,0,0 +230204,0,0,0,0,0 +230205,0,0,0,0,0 +230206,0,0,0,0,0 +230207,0,0,0,0,0 +230208,0,0,0,0,0 +230209,0,0,0,0,0 +230210,0,0,0,0,0 +230211,0,0,0,0,0 +230212,0,0,0,0,0 +230213,0,0,0,0,0 +230214,0,0,0,0,0 +230215,0,0,0,0,0 +230216,0,0,0,0,0 +230217,0,0,0,0,0 +230218,0,0,0,0,0 +230219,0,0,0,0,0 +230220,0,0,0,0,0 +230221,0,0,0,0,0 +230222,0,0,0,0,0 +230223,0,0,0,0,0 +230224,0,0,0,0,0 +230225,0,0,0,0,0 +230226,0,0,0,0,0 +230227,0,0,0,0,0 +230228,0,0,0,0,0 +230229,0,0,0,0,0 +230230,0,0,0,0,0 +230231,0,0,0,0,0 +230232,0,0,0,0,0 +230233,0,0,0,0,0 +230234,0,0,0,0,0 +230235,0,0,0,0,0 +230236,0,0,0,0,0 +230237,0,0,0,0,0 +230238,0,0,0,0,0 +230239,0,0,0,0,0 +230240,0,0,0,0,0 +230241,0,0,0,0,0 +230242,0,0,0,0,0 +230243,0,0,0,0,0 +230244,0,0,0,0,0 +230245,0,0,0,0,0 +230246,0,0,0,0,0 +230247,0,0,0,0,0 +230248,0,0,0,0,0 +230249,0,0,0,0,0 +230250,0,0,0,0,0 +230251,0,0,0,0,0 +230252,0,0,0,0,0 +230253,0,0,0,0,0 +230254,0,0,0,0,0 +230255,0,0,0,0,0 +230256,0,0,0,0,0 +230257,0,0,0,0,0 +230258,0,0,0,0,0 +230259,0,0,0,0,0 +230260,0,0,0,0,0 +230261,0,0,0,0,0 +230262,0,0,0,0,0 +230263,0,0,0,0,0 +230264,0,0,0,0,0 +230265,0,0,0,0,0 +230266,0,0,0,0,0 +230267,0,0,0,0,0 +230268,0,0,0,0,0 +230269,0,0,0,0,0 +230270,0,0,0,0,0 +230271,0,0,0,0,0 +230272,0,0,0,0,0 +230273,0,0,0,0,0 +230274,0,0,0,0,0 +230275,0,0,0,0,0 +230276,0,0,0,0,0 +230277,0,0,0,0,0 +230278,0,0,0,0,0 +230279,0,0,0,0,0 +230280,0,0,0,0,0 +230281,0,0,0,0,0 +230282,0,0,0,0,0 +230283,0,0,0,0,0 +230284,0,0,0,0,0 +230285,0,0,0,0,0 +230286,0,0,0,0,0 +230287,0,0,0,0,0 +230288,0,0,0,0,0 +230289,0,0,0,0,0 +230290,0,0,0,0,0 +230291,0,0,0,0,0 +230292,0,0,0,0,0 +230293,0,0,0,0,0 +230294,0,0,0,0,0 +230295,0,0,0,0,0 +230296,0,0,0,0,0 +230297,0,0,0,0,0 +230298,0,0,0,0,0 +230299,0,0,0,0,0 +230300,0,0,0,0,0 +230301,0,0,0,0,0 +230302,0,0,0,0,0 +230303,0,0,0,0,0 +230304,0,0,0,0,0 +230305,0,0,0,0,0 +230306,0,0,0,0,0 +230307,0,0,0,0,0 +230308,0,0,0,0,0 +230309,0,0,0,0,0 +230310,0,0,0,0,0 +230311,0,0,0,0,0 +230312,0,0,0,0,0 +230313,0,0,0,0,0 +230314,0,0,0,0,0 +230315,0,0,0,0,0 +230316,0,0,0,0,0 +230317,0,0,0,0,0 +230318,0,0,0,0,0 +230319,0,0,0,0,0 +230320,0,0,0,0,0 +230321,0,0,0,0,0 +230322,0,0,0,0,0 +230323,0,0,0,0,0 +230324,0,0,0,0,0 +230325,0,0,0,0,0 +230326,0,0,0,0,0 +230327,0,0,0,0,0 +230328,0,0,0,0,0 +230329,0,0,0,0,0 +230330,0,0,0,0,0 +230331,0,0,0,0,0 +230332,0,0,0,0,0 +230333,0,0,0,0,0 +230334,0,0,0,0,0 +230335,0,0,0,0,0 +230336,0,0,0,0,0 +230337,0,0,0,0,0 +230338,0,0,0,0,0 +230339,0,0,0,0,0 +230340,0,0,0,0,0 +230341,0,0,0,0,0 +230342,0,0,0,0,0 +230343,0,0,0,0,0 +230344,0,0,0,0,0 +230345,0,0,0,0,0 +230346,0,0,0,0,0 +230347,0,0,0,0,0 +230348,0,0,0,0,0 +230349,0,0,0,0,0 +230350,0,0,0,0,0 +230351,0,0,0,0,0 +230352,0,0,0,0,0 +230353,0,0,0,0,0 +230354,0,0,0,0,0 +230355,0,0,0,0,0 +230356,0,0,0,0,0 +230357,0,0,0,0,0 +230358,0,0,0,0,0 +230359,0,0,0,0,0 +230360,0,0,0,0,0 +230361,0,0,0,0,0 +230362,0,0,0,0,0 +230363,0,0,0,0,0 +230364,0,0,0,0,0 +230365,0,0,0,0,0 +230366,0,0,0,0,0 +230367,0,0,0,0,0 +230368,0,0,0,0,0 +230369,0,0,0,0,0 +230370,0,0,0,0,0 +230371,0,0,0,0,0 +230372,0,0,0,0,0 +230373,0,0,0,0,0 +230374,0,0,0,0,0 +230375,0,0,0,0,0 +230376,0,0,0,0,0 +230377,0,0,0,0,0 +230378,0,0,0,0,0 +230379,0,0,0,0,0 +230380,0,0,0,0,0 +230381,0,0,0,0,0 +230382,0,0,0,0,0 +230383,0,0,0,0,0 +230384,0,0,0,0,0 +230385,0,0,0,0,0 +230386,0,0,0,0,0 +230387,0,0,0,0,0 +230388,0,0,0,0,0 +230389,0,0,0,0,0 +230390,0,0,0,0,0 +230391,0,0,0,0,0 +230392,0,0,0,0,0 +230393,0,0,0,0,0 +230394,0,0,0,0,0 +230395,0,0,0,0,0 +230396,0,0,0,0,0 +230397,0,0,0,0,0 +230398,0,0,0,0,0 +230399,0,0,0,0,0 +230400,0,0,0,0,0 +230401,0,0,0,0,0 +230402,0,0,0,0,0 +230403,0,0,0,0,0 +230404,0,0,0,0,0 +230405,0,0,0,0,0 +230406,0,0,0,0,0 +230407,0,0,0,0,0 +230408,0,0,0,0,0 +230409,0,0,0,0,0 +230410,0,0,0,0,0 +230411,0,0,0,0,0 +230412,0,0,0,0,0 +230413,0,0,0,0,0 +230414,0,0,0,0,0 +230415,0,0,0,0,0 +230416,0,0,0,0,0 +230417,0,0,0,0,0 +230418,0,0,0,0,0 +230419,0,0,0,0,0 +230420,0,0,0,0,0 +230421,0,0,0,0,0 +230422,0,0,0,0,0 +230423,0,0,0,0,0 +230424,0,0,0,0,0 +230425,0,0,0,0,0 +230426,0,0,0,0,0 +230427,0,0,0,0,0 +230428,0,0,0,0,0 +230429,0,0,0,0,0 +230430,0,0,0,0,0 +230431,0,0,0,0,0 +230432,0,0,0,0,0 +230433,0,0,0,0,0 +230434,0,0,0,0,0 +230435,0,0,0,0,0 +230436,0,0,0,0,0 +230437,0,0,0,0,0 +230438,0,0,0,0,0 +230439,0,0,0,0,0 +230440,0,0,0,0,0 +230441,0,0,0,0,0 +230442,0,0,0,0,0 +230443,0,0,0,0,0 +230444,0,0,0,0,0 +230445,0,0,0,0,0 +230446,0,0,0,0,0 +230447,0,0,0,0,0 +230448,0,0,0,0,0 +230449,0,0,0,0,0 +230450,0,0,0,0,0 +230451,0,0,0,0,0 +230452,0,0,0,0,0 +230453,0,0,0,0,0 +230454,0,0,0,0,0 +230455,0,0,0,0,0 +230456,0,0,0,0,0 +230457,0,0,0,0,0 +230458,0,0,0,0,0 +230459,0,0,0,0,0 +230460,0,0,0,0,0 +230461,0,0,0,0,0 +230462,0,0,0,0,0 +230463,0,0,0,0,0 +230464,0,0,0,0,0 +230465,0,0,0,0,0 +230466,0,0,0,0,0 +230467,0,0,0,0,0 +230468,0,0,0,0,0 +230469,0,0,0,0,0 +230470,0,0,0,0,0 +230471,0,0,0,0,0 +230472,0,0,0,0,0 +230473,0,0,0,0,0 +230474,0,0,0,0,0 +230475,0,0,0,0,0 +230476,0,0,0,0,0 +230477,0,0,0,0,0 +230478,0,0,0,0,0 +230479,0,0,0,0,0 +230480,0,0,0,0,0 +230481,0,0,0,0,0 +230482,0,0,0,0,0 +230483,0,0,0,0,0 +230484,0,0,0,0,0 +230485,0,0,0,0,0 +230486,0,0,0,0,0 +230487,0,0,0,0,0 +230488,0,0,0,0,0 +230489,0,0,0,0,0 +230490,0,0,0,0,0 +230491,0,0,0,0,0 +230492,0,0,0,0,0 +230493,0,0,0,0,0 +230494,0,0,0,0,0 +230495,0,0,0,0,0 +230496,0,0,0,0,0 +230497,0,0,0,0,0 +230498,0,0,0,0,0 +230499,0,0,0,0,0 +230500,0,0,0,0,0 +230501,0,0,0,0,0 +230502,0,0,0,0,0 +230503,0,0,0,0,0 +230504,0,0,0,0,0 +230505,0,0,0,0,0 +230506,0,0,0,0,0 +230507,0,0,0,0,0 +230508,0,0,0,0,0 +230509,0,0,0,0,0 +230510,0,0,0,0,0 +230511,0,0,0,0,0 +230512,0,0,0,0,0 +230513,0,0,0,0,0 +230514,0,0,0,0,0 +230515,0,0,0,0,0 +230516,0,0,0,0,0 +230517,0,0,0,0,0 +230518,0,0,0,0,0 +230519,0,0,0,0,0 +230520,0,0,0,0,0 +230521,0,0,0,0,0 +230522,0,0,0,0,0 +230523,0,0,0,0,0 +230524,0,0,0,0,0 +230525,0,0,0,0,0 +230526,0,0,0,0,0 +230527,0,0,0,0,0 +230528,0,0,0,0,0 +230529,0,0,0,0,0 +230530,0,0,0,0,0 +230531,0,0,0,0,0 +230532,0,0,0,0,0 +230533,0,0,0,0,0 +230534,0,0,0,0,0 +230535,0,0,0,0,0 +230536,0,0,0,0,0 +230537,0,0,0,0,0 +230538,0,0,0,0,0 +230539,0,0,0,0,0 +230540,0,0,0,0,0 +230541,0,0,0,0,0 +230542,0,0,0,0,0 +230543,0,0,0,0,0 +230544,0,0,0,0,0 +230545,0,0,0,0,0 +230546,0,0,0,0,0 +230547,0,0,0,0,0 +230548,0,0,0,0,0 +230549,0,0,0,0,0 +230550,0,0,0,0,0 +230551,0,0,0,0,0 +230552,0,0,0,0,0 +230553,0,0,0,0,0 +230554,0,0,0,0,0 +230555,0,0,0,0,0 +230556,0,0,0,0,0 +230557,0,0,0,0,0 +230558,0,0,0,0,0 +230559,0,0,0,0,0 +230560,0,0,0,0,0 +230561,0,0,0,0,0 +230562,0,0,0,0,0 +230563,0,0,0,0,0 +230564,0,0,0,0,0 +230565,0,0,0,0,0 +230566,0,0,0,0,0 +230567,0,0,0,0,0 +230568,0,0,0,0,0 +230569,0,0,0,0,0 +230570,0,0,0,0,0 +230571,0,0,0,0,0 +230572,0,0,0,0,0 +230573,0,0,0,0,0 +230574,0,0,0,0,0 +230575,0,0,0,0,0 +230576,0,0,0,0,0 +230577,0,0,0,0,0 +230578,0,0,0,0,0 +230579,0,0,0,0,0 +230580,0,0,0,0,0 +230581,0,0,0,0,0 +230582,0,0,0,0,0 +230583,0,0,0,0,0 +230584,0,0,0,0,0 +230585,0,0,0,0,0 +230586,0,0,0,0,0 +230587,0,0,0,0,0 +230588,0,0,0,0,0 +230589,0,0,0,0,0 +230590,0,0,0,0,0 +230591,0,0,0,0,0 +230592,0,0,0,0,0 +230593,0,0,0,0,0 +230594,0,0,0,0,0 +230595,0,0,0,0,0 +230596,0,0,0,0,0 +230597,0,0,0,0,0 +230598,0,0,0,0,0 +230599,0,0,0,0,0 +230600,0,0,0,0,0 +230601,0,0,0,0,0 +230602,0,0,0,0,0 +230603,0,0,0,0,0 +230604,0,0,0,0,0 +230605,0,0,0,0,0 +230606,0,0,0,0,0 +230607,0,0,0,0,0 +230608,0,0,0,0,0 +230609,0,0,0,0,0 +230610,0,0,0,0,0 +230611,0,0,0,0,0 +230612,0,0,0,0,0 +230613,0,0,0,0,0 +230614,0,0,0,0,0 +230615,0,0,0,0,0 +230616,0,0,0,0,0 +230617,0,0,0,0,0 +230618,0,0,0,0,0 +230619,0,0,0,0,0 +230620,0,0,0,0,0 +230621,0,0,0,0,0 +230622,0,0,0,0,0 +230623,0,0,0,0,0 +230624,0,0,0,0,0 +230625,0,0,0,0,0 +230626,0,0,0,0,0 +230627,0,0,0,0,0 +230628,0,0,0,0,0 +230629,0,0,0,0,0 +230630,0,0,0,0,0 +230631,0,0,0,0,0 +230632,0,0,0,0,0 +230633,0,0,0,0,0 +230634,0,0,0,0,0 +230635,0,0,0,0,0 +230636,0,0,0,0,0 +230637,0,0,0,0,0 +230638,0,0,0,0,0 +230639,0,0,0,0,0 +230640,0,0,0,0,0 +230641,0,0,0,0,0 +230642,0,0,0,0,0 +230643,0,0,0,0,0 +230644,0,0,0,0,0 +230645,0,0,0,0,0 +230646,0,0,0,0,0 +230647,0,0,0,0,0 +230648,0,0,0,0,0 +230649,0,0,0,0,0 +230650,0,0,0,0,0 +230651,0,0,0,0,0 +230652,0,0,0,0,0 +230653,0,0,0,0,0 +230654,0,0,0,0,0 +230655,0,0,0,0,0 +230656,0,0,0,0,0 +230657,0,0,0,0,0 +230658,0,0,0,0,0 +230659,0,0,0,0,0 +230660,0,0,0,0,0 +230661,0,0,0,0,0 +230662,0,0,0,0,0 +230663,0,0,0,0,0 +230664,0,0,0,0,0 +230665,0,0,0,0,0 +230666,0,0,0,0,0 +230667,0,0,0,0,0 +230668,0,0,0,0,0 +230669,0,0,0,0,0 +230670,0,0,0,0,0 +230671,0,0,0,0,0 +230672,0,0,0,0,0 +230673,0,0,0,0,0 +230674,0,0,0,0,0 +230675,0,0,0,0,0 +230676,0,0,0,0,0 +230677,0,0,0,0,0 +230678,0,0,0,0,0 +230679,0,0,0,0,0 +230680,0,0,0,0,0 +230681,0,0,0,0,0 +230682,0,0,0,0,0 +230683,0,0,0,0,0 +230684,0,0,0,0,0 +230685,0,0,0,0,0 +230686,0,0,0,0,0 +230687,0,0,0,0,0 +230688,0,0,0,0,0 +230689,0,0,0,0,0 +230690,0,0,0,0,0 +230691,0,0,0,0,0 +230692,0,0,0,0,0 +230693,0,0,0,0,0 +230694,0,0,0,0,0 +230695,0,0,0,0,0 +230696,0,0,0,0,0 +230697,0,0,0,0,0 +230698,0,0,0,0,0 +230699,0,0,0,0,0 +230700,0,0,0,0,0 +230701,0,0,0,0,0 +230702,0,0,0,0,0 +230703,0,0,0,0,0 +230704,0,0,0,0,0 +230705,0,0,0,0,0 +230706,0,0,0,0,0 +230707,0,0,0,0,0 +230708,0,0,0,0,0 +230709,0,0,0,0,0 +230710,0,0,0,0,0 +230711,0,0,0,0,0 +230712,0,0,0,0,0 +230713,0,0,0,0,0 +230714,0,0,0,0,0 +230715,0,0,0,0,0 +230716,0,0,0,0,0 +230717,0,0,0,0,0 +230718,0,0,0,0,0 +230719,0,0,0,0,0 +230720,0,0,0,0,0 +230721,0,0,0,0,0 +230722,0,0,0,0,0 +230723,0,0,0,0,0 +230724,0,0,0,0,0 +230725,0,0,0,0,0 +230726,0,0,0,0,0 +230727,0,0,0,0,0 +230728,0,0,0,0,0 +230729,0,0,0,0,0 +230730,0,0,0,0,0 +230731,0,0,0,0,0 +230732,0,0,0,0,0 +230733,0,0,0,0,0 +230734,0,0,0,0,0 +230735,0,0,0,0,0 +230736,0,0,0,0,0 +230737,0,0,0,0,0 +230738,0,0,0,0,0 +230739,0,0,0,0,0 +230740,0,0,0,0,0 +230741,0,0,0,0,0 +230742,0,0,0,0,0 +230743,0,0,0,0,0 +230744,0,0,0,0,0 +230745,0,0,0,0,0 +230746,0,0,0,0,0 +230747,0,0,0,0,0 +230748,0,0,0,0,0 +230749,0,0,0,0,0 +230750,0,0,0,0,0 +230751,0,0,0,0,0 +230752,0,0,0,0,0 +230753,0,0,0,0,0 +230754,0,0,0,0,0 +230755,0,0,0,0,0 +230756,0,0,0,0,0 +230757,0,0,0,0,0 +230758,0,0,0,0,0 +230759,0,0,0,0,0 +230760,0,0,0,0,0 +230761,0,0,0,0,0 +230762,0,0,0,0,0 +230763,0,0,0,0,0 +230764,0,0,0,0,0 +230765,0,0,0,0,0 +230766,0,0,0,0,0 +230767,0,0,0,0,0 +230768,0,0,0,0,0 +230769,0,0,0,0,0 +230770,0,0,0,0,0 +230771,0,0,0,0,0 +230772,0,0,0,0,0 +230773,0,0,0,0,0 +230774,0,0,0,0,0 +230775,0,0,0,0,0 +230776,0,0,0,0,0 +230777,0,0,0,0,0 +230778,0,0,0,0,0 +230779,0,0,0,0,0 +230780,0,0,0,0,0 +230781,0,0,0,0,0 +230782,0,0,0,0,0 +230783,0,0,0,0,0 +230784,0,0,0,0,0 +230785,0,0,0,0,0 +230786,0,0,0,0,0 +230787,0,0,0,0,0 +230788,0,0,0,0,0 +230789,0,0,0,0,0 +230790,0,0,0,0,0 +230791,0,0,0,0,0 +230792,0,0,0,0,0 +230793,0,0,0,0,0 +230794,0,0,0,0,0 +230795,0,0,0,0,0 +230796,0,0,0,0,0 +230797,0,0,0,0,0 +230798,0,0,0,0,0 +230799,0,0,0,0,0 +230800,0,0,0,0,0 +230801,0,0,0,0,0 +230802,0,0,0,0,0 +230803,0,0,0,0,0 +230804,0,0,0,0,0 +230805,0,0,0,0,0 +230806,0,0,0,0,0 +230807,0,0,0,0,0 +230808,0,0,0,0,0 +230809,0,0,0,0,0 +230810,0,0,0,0,0 +230811,0,0,0,0,0 +230812,0,0,0,0,0 +230813,0,0,0,0,0 +230814,0,0,0,0,0 +230815,0,0,0,0,0 +230816,0,0,0,0,0 +230817,0,0,0,0,0 +230818,0,0,0,0,0 +230819,0,0,0,0,0 +230820,0,0,0,0,0 +230821,0,3072.613824,1393.771949,0,0 +230822,0,2809.199659,1376.449642,0,0 +230823,0,0,1346.208161,0,0 +230824,0,102.3568371,1315.158821,0,0 +230825,0,1279.164931,1289.031408,0,0 +230826,0,621.8514769,1268.686435,0,0 +230827,0,726.0255428,1252.371734,0,0 +230828,0,732.1955401,1239.335217,0,0 +230829,0,738.7276128,1228.752565,0,0 +230830,0,745.4133449,1220.165058,0,0 +230831,0,752.3294721,1213.24771,0,0 +230832,0,758.7884927,1207.744,0,0 +230833,0,766.6882749,1203.436573,0,0 +230834,0,773.5397053,1200.139224,0,0 +230835,0,780.9466393,1197.693118,0,0 +230836,0,792.085187,1195.964916,0,0 +230837,0,802.3913944,1194.84362,0,0 +230838,0,812.8777639,1194.234995,0,0 +230839,0,823.3018668,1194.060504,0,0 +230840,0,833.755201,1194.253941,0,0 +230841,0,844.4177391,1194.759609,0,0 +230842,0,854.8194908,1195.530517,0,0 +230843,0,865.5439044,1196.526881,0,0 +230844,0,876.1178599,1197.715179,0,0 +230845,0,886.7784677,1199.066904,0,0 +230846,0,897.3911515,1200.557915,0,0 +230847,0,908.2166177,1202.167689,0,0 +230848,0,918.7376726,1203.878779,0,0 +230849,0,929.5914937,1205.650494,0,0 +230850,0,940.3237195,1207.484319,0,0 +230851,0,950.2725973,1209.39505,0,0 +230852,0,960.380326,1211.347227,0,0 +230853,0,970.1813756,1213.316046,0,0 +230854,0,980.20136,1215.289122,0,0 +230855,0,989.8739202,1217.261394,0,0 +230856,0,999.633392,1219.230356,0,0 +230857,0,1009.431332,1221.194379,0,0 +230858,0,1019.05934,1223.151877,0,0 +230859,0,1028.698313,1225.101347,0,0 +230860,0,1038.284165,1227.041493,0,0 +230861,0,1047.825913,1228.971132,0,0 +230862,0,1057.260683,1230.889236,0,0 +230863,0,1066.878188,1232.794895,0,0 +230864,0,1076.139162,1234.68733,0,0 +230865,0,1085.501059,1236.565701,0,0 +230866,0,1094.911701,1238.429396,0,0 +230867,0,1104.139359,1240.277772,0,0 +230868,0,1113.313725,1242.110193,0,0 +230869,0,1123.00954,1243.926137,0,0 +230870,0,1137.540325,1245.725176,0,0 +230871,0,1138.699531,1247.508042,0,0 +230872,0,1160.214896,1249.245338,0,0 +230873,0,1152.319779,1250.958814,0,0 +230874,0,1159.686034,1252.662804,0,0 +230875,0,1183.249562,1254.35628,0,0 +230876,0,1183.51875,1256.038615,0,0 +230877,0,1194.332504,1257.699939,0,0 +230878,0,1203.193186,1259.343465,0,0 +230879,0,1211.789168,1260.96677,0,0 +230880,0,1220.51308,1262.569324,0,0 +230881,0,1228.814334,1264.150739,0,0 +230882,0,1237.033918,1265.694598,0,0 +230883,0,1245.200002,1267.193205,0,0 +230884,0,1253.384299,1268.646605,0,0 +230885,0,1261.316568,1270.057746,0,0 +230886,0,1269.292886,1271.429533,0,0 +230887,0,1277.332867,1272.764285,0,0 +230888,0,1285.232912,1274.063603,0,0 +230889,0,1292.956112,1275.328692,0,0 +230890,0,1300.781768,1276.560498,0,0 +230891,0,1308.478773,1277.759902,0,0 +230892,0,1316.132353,1278.927574,0,0 +230893,0,1323.729293,1280.064084,0,0 +230894,0,1331.268237,1281.169925,0,0 +230895,0,1338.830177,1282.245508,0,0 +230896,0,1346.130697,1283.291191,0,0 +230897,0,1353.472545,1284.307203,0,0 +230898,0,1360.891709,1285.293851,0,0 +230899,0,1368.161323,1286.227142,0,0 +230900,0,1375.239491,1287.122351,0,0 +230901,0,1382.434448,1288.003517,0,0 +230902,0,1389.494,1288.864293,0,0 +230903,0,1396.596785,1289.700958,0,0 +230904,0,1403.333085,1290.509852,32.52757988,0 +230905,0,1410.426364,1291.299638,39.38188116,0 +230906,0,1417.186913,1292.059439,27.63444076,0 +230907,0,1423.981468,1292.786268,32.96232878,0 +230908,0,1430.793591,1293.486944,49.66557123,0 +230909,31.97244551,1437.320748,1294.16208,45.7679134,0 +230910,89.6808636,1443.99263,1294.814305,51.27448783,0 +230911,70.72197914,1450.085342,1295.452988,54.81047306,0 +230912,83.57986762,1456.173063,1296.013378,58.40489325,0 +230913,92.86194623,1462.213612,1296.528552,61.82269305,0 +230914,100.2049469,1468.235812,1297.014272,65.3425476,0 +230915,107.3110863,1473.850479,1297.465328,68.67268304,0 +230916,114.7135602,1479.749928,1297.879906,72.12523778,0 +230917,121.4219987,1485.310772,1298.258122,75.48428698,0 +230918,128.5833547,1490.981787,1298.599876,78.66433722,0 +230919,135.3045841,1496.402307,1298.906104,82.06055769,0 +230920,142.2419018,1501.917442,1299.177399,85.18988079,0 +230921,149.1337791,1507.277975,1299.414582,88.56769402,0 +230922,155.7810671,1512.407337,1299.618412,91.54370177,0 +230923,162.3136324,1517.732514,1299.789418,94.85374109,0 +230924,168.847656,1522.750919,1299.928374,97.92307967,0 +230925,175.5278988,1527.92336,1300.012956,101.0278915,0 +230926,182.1362592,1532.821536,1300.058913,104.038348,0 +230927,188.3046316,1537.703247,1300.088398,107.2653922,0 +230928,194.7497081,1542.637922,1300.095133,110.0441161,0 +230929,201.2393822,1547.412862,1300.07603,113.2334764,0 +230930,207.5106905,1555.709006,1300.029501,116.1374736,0 +230931,213.7356855,1554.095337,1299.955943,119.1113818,0 +230932,219.8669339,1572.68753,1299.851958,122.0340096,0 +230933,226.4395481,1547.880387,1299.724885,124.9507235,0 +230934,232.2473835,1579.017276,1299.560367,127.755861,0 +230935,238.4674808,1572.206065,1299.379171,130.7597079,0 +230936,244.5919313,1578.531841,1299.164787,133.5432963,0 +230937,250.5690018,1582.744699,1298.925412,136.4772797,0 +230938,256.65918,1586.951144,1298.659311,139.0624699,0 +230939,262.3766159,1590.845713,1298.34536,142.0683331,0 +230940,268.7119353,1594.88985,1297.998811,144.7577052,0 +230941,275.0147744,1598.790416,1297.640375,147.7632286,0 +230942,281.3338503,1602.641905,1297.264873,150.5581601,0 +230943,287.5809027,1606.42517,1296.87009,153.6945947,0 +230944,293.8050213,1610.13918,1296.454965,156.3070336,0 +230945,300.0056568,1613.783387,1296.01863,159.2547743,0 +230946,306.1850512,1617.458417,1295.56086,162.0661553,0 +230947,312.354531,1620.814088,1295.081413,164.7742747,0 +230948,318.4719689,1624.32343,1294.580277,167.7504043,0 +230949,324.6223004,1627.673087,1294.057545,170.4547572,0 +230950,330.7038744,1630.969377,1293.513259,173.2540193,0 +230951,336.7865494,1634.094743,1292.947641,176.0196454,0 +230952,342.8189375,1637.403059,1292.360856,178.7738764,0 +230953,348.9015767,1640.417608,1291.753123,181.5107685,0 +230954,354.9052835,1643.453625,1291.103799,184.2463732,0 +230955,360.886202,1646.403868,1290.428104,186.9624997,0 +230956,366.9195886,1649.385913,1289.745514,189.6704054,0 +230957,372.8403259,1652.046102,1289.049451,192.3664862,0 +230958,378.9615661,1654.895831,1288.336481,195.1024319,0 +230959,384.531603,1657.534926,1287.606115,197.7548021,0 +230960,390.8968413,1660.13474,1286.856846,200.4198139,0 +230961,396.6304767,1662.665373,1286.088522,202.9447705,0 +230962,402.5314311,1665.124437,1285.300847,205.8004025,0 +230963,408.4737589,1667.511549,1284.494213,208.3324701,0 +230964,414.2883521,1669.82696,1283.66866,210.9846304,0 +230965,420.2025309,1672.070105,1282.824411,213.6010658,0 +230966,425.9853562,1674.241053,1281.961687,216.2086946,0 +230967,431.8377475,1676.33976,1281.080635,218.9522779,0 +230968,437.6780605,1678.365695,1280.18156,221.3103922,0 +230969,443.4239795,1680.423984,1279.264525,224.0036228,0 +230970,449.2721215,1682.149267,1278.310099,226.3918422,0 +230971,454.679068,1683.862898,1277.333275,229.03396,0 +230972,460.5373192,1685.375342,1276.347349,231.5078878,0 +230973,466.2077118,1686.812041,1275.344926,233.9132723,0 +230974,471.5544049,1688.161463,1274.321176,236.4857683,0 +230975,477.3936356,1689.424898,1273.276413,238.8398592,0 +230976,482.9169679,1690.60403,1272.209773,241.3902011,0 +230977,488.2974858,1691.699204,1271.122981,243.7224618,0 +230978,494.0547167,1692.711371,1270.015346,246.2514122,0 +230979,499.5339264,1693.640601,1268.889048,248.5628914,0 +230980,504.869004,1694.48763,1267.743183,251.071306,0 +230981,510.539964,1695.252374,1266.579711,253.3627119,0 +230982,516.0749574,1695.935512,1265.397964,255.851252,0 +230983,521.2731718,1696.536897,1264.199762,258.1232407,0 +230984,527.0208623,1697.077647,1262.984101,260.4554332,0 +230985,532.028462,1697.500777,1261.753516,262.9491533,0 +230986,537.8946466,1697.877107,1260.506381,265.2970422,0 +230987,543.0894319,1698.138253,1259.244977,267.5337508,0 +230988,548.5396361,1698.352799,1257.967686,269.9988935,0 +230989,553.9396372,1698.452804,1256.658387,272.1854725,0 +230990,559.1858384,1698.506335,1255.33005,274.6333713,0 +230991,564.7195541,1698.446039,1254.000323,276.8019783,0 +230992,569.907132,1698.339166,1252.662853,279.2323505,0 +230993,575.3621184,1698.119072,1251.3154,281.3837172,0 +230994,580.5573008,1697.852414,1249.956523,283.7969114,0 +230995,586.0144406,1697.492243,1248.586295,285.9669119,0 +230996,591.2356612,1697.051441,1247.204811,288.334771,0 +230997,596.5970531,1696.53094,1245.812173,290.4853638,0 +230998,601.6695054,1695.931346,1244.408643,292.8359164,0 +230999,607.1790672,1695.252424,1242.994546,294.9700157,0 +231000,612.1916176,1694.49477,1241.570346,297.3041523,0 +231001,617.1278631,1693.612915,1240.136288,299.3592908,0 +231002,622.0105954,1692.636449,1238.690086,301.4579173,0 +231003,626.9647516,1691.575967,1237.23021,303.3553673,0 +231004,631.8918257,1690.434995,1235.75647,305.7743588,0 +231005,636.6611723,1689.214218,1234.269668,307.7043354,0 +231006,641.731338,1687.914448,1232.770556,309.8269975,0 +231007,646.3951626,1686.535623,1231.260362,312.1164104,0 +231008,651.3554904,1685.07832,1229.739775,313.8525999,0 +231009,656.0473657,1683.542427,1228.20955,316.0770879,0 +231010,661.0096436,1681.928494,1226.670489,318.0891935,0 +231011,665.6935704,1680.236425,1225.123229,320.1533972,0 +231012,670.6093361,1678.359562,1223.568285,322.1539461,0 +231013,675.1706265,1676.666744,1222.006329,324.1966877,0 +231014,680.1186523,1674.665964,1220.437878,326.211181,0 +231015,684.7363223,1672.680933,1218.86354,328.2436371,0 +231016,689.5435142,1670.602974,1217.283725,330.2125062,0 +231017,694.1289637,1668.447781,1215.699037,332.2244108,0 +231018,699.0385498,1666.216956,1214.109905,334.2081111,0 +231019,703.5240707,1663.909976,1212.51694,336.2105562,0 +231020,708.3189128,1661.527582,1210.920432,338.1485182,0 +231021,712.8951777,1659.06977,1209.303329,340.1308091,0 +231022,717.5549474,1656.53722,1207.680417,342.0847622,0 +231023,722.2000043,1653.929995,1206.067861,344.0583972,0 +231024,726.8455325,1651.248602,1204.459264,345.9662651,0 +231025,731.4450879,1648.49341,1202.851937,347.9200733,0 +231026,735.9596396,1645.559293,1201.244922,349.845261,0 +231027,740.6000519,1642.807677,1199.638021,351.7912563,0 +231028,745.1799365,1639.758492,1198.031592,353.6697408,0 +231029,749.6700434,1636.727119,1196.425862,355.5961694,0 +231030,754.2782628,1633.607756,1194.821331,357.4935207,0 +231031,758.6068083,1630.427349,1193.218509,359.3555525,0 +231032,763.2620739,1626.904428,1191.616066,361.2288359,0 +231033,767.4734101,1623.526175,1190.013489,363.0329943,0 +231034,771.9940583,1619.97964,1188.414992,364.8806628,0 +231035,776.2984124,1616.37425,1186.815839,366.6989693,0 +231036,780.7333582,1612.590697,1185.218739,368.262521,0 +231037,784.9537389,1608.988444,1183.623932,370.4794018,0 +231038,789.4522813,1605.091285,1182.031302,372.0454441,0 +231039,793.6567217,1601.211974,1180.440851,373.900495,0 +231040,797.9550316,1597.246084,1178.853342,375.6785379,0 +231041,802.390847,1593.209858,1177.269594,377.4544573,0 +231042,806.5019246,1589.103834,1175.690473,379.2487027,0 +231043,810.7292425,1584.828379,1174.116604,380.9697626,0 +231044,815.1452844,1580.72863,1172.548761,382.7434207,0 +231045,819.2605106,1576.347536,1170.98776,384.485337,0 +231046,823.4709649,1571.985359,1169.434011,386.2249225,0 +231047,827.7552492,1590.628029,1167.887851,387.9574254,0 +231048,831.8768962,1529.220415,1166.357659,389.7097183,0 +231049,836.0332347,1575.238269,1164.816677,391.387923,0 +231050,840.2757501,1551.467565,1163.309002,393.1204908,0 +231051,844.3530119,1546.993149,1161.799318,394.8214353,0 +231052,848.4682478,1545.35281,1160.303483,396.5205679,0 +231053,852.6668729,1539.165864,1158.819324,398.2131703,0 +231054,856.7047164,1534.647515,1157.346888,399.9269264,0 +231055,860.7772206,1529.629447,1155.886594,401.56493,0 +231056,864.9344953,1524.635041,1154.439811,403.2596708,0 +231057,868.8629791,1519.566108,1153.007323,404.9225354,0 +231058,872.9999183,1514.438028,1151.589183,406.5841657,0 +231059,877.0636109,1509.251808,1150.185712,408.2397608,0 +231060,881.0320969,1504.009949,1148.797276,409.8895091,0 +231061,885.0729238,1498.69172,1147.424347,411.5484134,0 +231062,888.9274116,1493.319654,1146.066974,413.1259498,0 +231063,892.9320658,1487.887865,1144.725098,414.7604561,0 +231064,896.8572076,1482.401644,1143.399225,416.3625901,0 +231065,900.7105534,1476.861413,1142.089883,417.9636981,0 +231066,904.7298482,1471.26806,1140.797763,419.5591158,0 +231067,908.5730502,1465.529698,1139.523586,421.1489501,0 +231068,912.469555,1459.963546,1138.267887,422.7623294,0 +231069,916.3406565,1454.150657,1137.031427,424.2969503,0 +231070,920.1987862,1448.459911,1135.814672,425.8925641,0 +231071,924.0439301,1442.479322,1134.618292,427.4559126,0 +231072,927.8761692,1436.650304,1133.442777,429.0190347,0 +231073,931.6218005,1430.693694,1132.288761,430.5770669,0 +231074,935.6153324,1424.610583,1131.156735,432.1300748,0 +231075,939.2397054,1418.709932,1130.047304,433.6781547,0 +231076,943.0902725,1412.565347,1128.960914,435.2511846,0 +231077,946.8463308,1406.457289,1127.915708,436.7441367,0 +231078,950.6028682,1400.38081,1126.897373,438.3004291,0 +231079,954.3471805,1393.957435,1125.893614,439.8245028,0 +231080,958.0792595,1387.899367,1124.915283,441.3491069,0 +231081,961.7992701,1381.536039,1123.967886,442.8693057,0 +231082,965.5337578,1375.223641,1123.053347,444.3851292,0 +231083,969.1675012,1368.860275,1122.172023,445.8967115,0 +231084,972.9824613,1362.372702,1121.322586,447.4040775,0 +231085,976.6122387,1356.060154,1120.502878,448.9378932,0 +231086,980.3038035,1349.614972,1119.710522,450.3906705,0 +231087,983.9724685,1343.001584,1118.943263,451.9091076,0 +231088,987.7115661,1336.628754,1118.199201,453.3965418,0 +231089,991.2396848,1329.874557,1117.476812,454.8840318,0 +231090,994.9385235,1323.441671,1116.774399,456.3684212,0 +231091,998.513937,1316.695692,1116.090951,457.8291203,0 +231092,1002.084475,1309.979741,1115.424376,459.2822949,0 +231093,1005.561904,1303.218643,1114.773228,460.7302742,0 +231094,1009.22763,1296.42724,1114.136452,462.2050438,0 +231095,1012.698221,1289.611277,1113.513434,463.595748,0 +231096,1016.23097,1282.768802,1112.903494,465.0540647,0 +231097,1019.738102,1275.821428,1112.306243,466.4792426,0 +231098,1023.233312,1269.047691,1111.721178,467.9056749,0 +231099,1026.717099,1262.162012,1111.147977,469.32843,0 +231100,1030.189344,1255.132235,1110.586207,470.7474135,0 +231101,1033.650684,1248.161465,1110.035548,472.1628985,0 +231102,1037.101006,1241.300766,1109.495741,473.5748235,0 +231103,1040.54099,1234.267626,1108.966557,474.983453,0 +231104,1043.970631,1227.289348,1108.4477,476.4213934,0 +231105,1047.390043,1220.283529,1107.939056,477.7738346,0 +231106,1050.800331,1213.274425,1107.440342,479.197388,0 +231107,1056.075157,1206.251773,1106.951427,480.5879475,0 +231108,1057.031898,1199.082593,1106.472921,481.9808943,0 +231109,1064.316235,1192.202429,1106.002586,483.3711686,0 +231110,1061.924457,1185.12221,1105.543783,484.7586169,0 +231111,1074.538757,1178.031698,1105.091271,486.1435148,0 +231112,1063.716865,1171.034798,1104.652844,487.5257748,0 +231113,1089.510938,1163.942658,1104.216227,488.9056585,0 +231114,1057.913404,1156.880819,1103.800586,490.2831027,0 +231115,1088.481267,1169.621922,1103.376371,491.6920657,0 +231116,1083.7836,1113.777959,1102.984072,493.0137723,0 +231117,1087.162057,1170.495094,1102.575474,494.4100195,0 +231118,1091.142046,1095.923782,1102.203018,495.7733144,0 +231119,1094.38057,1146.650424,1101.811342,497.1401788,0 +231120,1097.709905,1096.526215,1101.454502,498.5053886,0 +231121,1100.944384,1114.980371,1101.086675,499.8181374,0 +231122,1103.903138,1099.004458,1100.738457,501.1108407,0 +231123,1107.040525,1093.483263,1100.389135,502.3962429,0 +231124,1110.088547,1086.510549,1100.045476,503.6779088,0 +231125,1113.146052,1079.565963,1099.706003,504.9571863,0 +231126,1116.198799,1072.487493,1099.371474,506.2342735,0 +231127,1119.248623,1065.512927,1099.042448,507.5096464,0 +231128,1122.295147,1058.670333,1098.719444,508.8177511,0 +231129,1125.429975,1051.724111,1098.40288,510.037419,0 +231130,1128.334688,1044.935162,1098.093033,511.3339039,0 +231131,1131.445307,1040.771863,1097.790042,512.5975451,0 +231132,1134.381705,1035.913801,1097.513488,513.8655281,0 +231133,1137.561466,1031.008696,1097.247359,515.1325879,0 +231134,1140.5358,1026.139643,1096.975718,516.3984948,0 +231135,1143.595117,1021.293499,1096.706001,517.6636725,0 +231136,1146.641888,1016.472224,1096.441751,518.9278829,0 +231137,1149.691023,1011.678838,1096.184518,520.1915041,0 +231138,1152.743939,1006.913938,1095.935044,521.4543129,0 +231139,1155.892547,1002.179912,1095.693629,522.716673,0 +231140,1158.814547,997.4781326,1095.460451,523.9783402,0 +231141,1161.952598,992.810647,1095.235475,525.2756899,0 +231142,1165.0136,988.2428752,1095.018879,526.4817534,0 +231143,1168.091149,983.5538644,1094.810563,527.4084033,0 +231144,1171.173725,979.0463575,1094.610561,529.2109279,0 +231145,1174.259052,974.459558,1094.419092,530.1976242,0 +231146,1177.269077,970.0653952,1094.235775,531.4858005,0 +231147,1180.42227,965.6682895,1094.059818,532.7724077,0 +231148,1183.35127,961.1933612,1093.892552,534.0015204,0 +231149,1186.748468,956.9220178,1093.732999,535.2885222,0 +231150,1189.561455,952.6159967,1093.582525,536.5173519,0 +231151,1192.735717,948.3577301,1093.439687,537.7671208,0 +231152,1195.660698,944.1991136,1093.304381,538.9145131,0 +231153,1198.728033,940.027479,1093.174351,540.2086478,0 +231154,1201.660562,935.8183513,1093.05042,541.3578307,0 +231155,1204.722918,931.836898,1092.931469,542.5960962,0 +231156,1207.651569,927.8345093,1092.818925,543.8053993,0 +231157,1210.710011,923.9401751,1092.711766,544.9757968,0 +231158,1213.635832,920.0548276,1092.611279,546.1715694,0 +231159,1216.691046,916.3217075,1092.51643,547.3874477,0 +231160,1219.710013,912.479266,1092.428444,548.5507282,0 +231161,1222.537809,908.8491293,1092.346223,549.7351112,0 +231162,1225.591185,905.2407111,1092.269811,550.920169,0 +231163,1228.555573,901.7169744,1092.199627,552.0659267,0 +231164,1231.533837,898.2120471,1092.135836,553.3047655,0 +231165,1234.511578,894.9305244,1092.078543,554.4557833,0 +231166,1237.388847,891.6580678,1092.027768,555.639633,0 +231167,1240.513816,888.3796089,1091.983442,556.8150354,0 +231168,1243.411227,885.3041976,1091.945597,557.988112,0 +231169,1246.398289,882.2651564,1091.914123,559.159178,0 +231170,1249.3663,879.325426,1091.889029,560.3277809,0 +231171,1252.432143,876.4781221,1091.870255,561.4943204,0 +231172,1255.241497,873.7251167,1091.857798,562.6970331,0 +231173,1258.278499,871.1690426,1091.832855,563.8000203,0 +231174,1261.219275,868.6938143,1091.81101,565.1504906,0 +231175,1264.17456,866.3831616,1091.808402,566.5890013,0 +231176,1267.126469,864.2121399,1091.817583,568.0171839,0 +231177,1270.075741,861.9703841,1091.835138,569.5575271,0 +231178,1273.020891,859.8157285,1091.859504,571.2935875,0 +231179,1275.963744,857.6870273,1091.890056,572.8909668,0 +231180,1278.901876,855.5910686,1091.926394,574.7636915,0 +231181,0,0,0,0,0 +231182,0,0,0,0,0 +231183,0,0,0,0,0 +231184,0,0,0,0,0 +231185,0,0,0,0,0 +231186,0,0,0,0,0 +231187,0,0,0,0,0 +231188,0,0,0,0,0 +231189,0,0,0,0,0 +231190,0,0,0,0,0 +231191,0,0,0,0,0 +231192,0,0,0,0,0 +231193,0,0,0,0,0 +231194,0,0,0,0,0 +231195,0,0,0,0,0 +231196,0,0,0,0,0 +231197,0,0,0,0,0 +231198,0,0,0,0,0 +231199,0,0,0,0,0 +231200,0,0,0,0,0 +231201,0,0,0,0,0 +231202,0,0,0,0,0 +231203,0,0,0,0,0 +231204,0,0,0,0,0 +231205,0,0,0,0,0 +231206,0,0,0,0,0 +231207,0,0,0,0,0 +231208,0,0,0,0,0 +231209,0,0,0,0,0 +231210,0,0,0,0,0 +231211,0,0,0,0,0 +231212,0,0,0,0,0 +231213,0,0,0,0,0 +231214,0,0,0,0,0 +231215,0,0,0,0,0 +231216,0,0,0,0,0 +231217,0,0,0,0,0 +231218,0,0,0,0,0 +231219,0,0,0,0,0 +231220,0,0,0,0,0 +231221,0,0,0,0,0 +231222,0,0,0,0,0 +231223,0,0,0,0,0 +231224,0,0,0,0,0 +231225,0,0,0,0,0 +231226,0,0,0,0,0 +231227,0,0,0,0,0 +231228,0,0,0,0,0 +231229,0,0,0,0,0 +231230,0,0,0,0,0 +231231,0,0,0,0,0 +231232,0,0,0,0,0 +231233,0,0,0,0,0 +231234,0,0,0,0,0 +231235,0,0,0,0,0 +231236,0,0,0,0,0 +231237,0,0,0,0,0 +231238,0,0,0,0,0 +231239,0,0,0,0,0 +231240,0,0,0,0,0 +231241,0,0,0,0,0 +231242,0,0,0,0,0 +231243,0,0,0,0,0 +231244,0,0,0,0,0 +231245,0,0,0,0,0 +231246,0,0,0,0,0 +231247,0,0,0,0,0 +231248,0,0,0,0,0 +231249,0,0,0,0,0 +231250,0,0,0,0,0 +231251,0,0,0,0,0 +231252,0,0,0,0,0 +231253,0,0,0,0,0 +231254,0,0,0,0,0 +231255,0,0,0,0,0 +231256,0,0,0,0,0 +231257,0,0,0,0,0 +231258,0,0,0,0,0 +231259,0,0,0,0,0 +231260,0,0,0,0,0 +231261,0,0,0,0,0 +231262,0,0,0,0,0 +231263,0,0,0,0,0 +231264,0,0,0,0,0 +231265,0,0,0,0,0 +231266,0,0,0,0,0 +231267,0,0,0,0,0 +231268,0,0,0,0,0 +231269,0,0,0,0,0 +231270,0,0,0,0,0 +231271,0,0,0,0,0 +231272,0,0,0,0,0 +231273,0,0,0,0,0 +231274,0,0,0,0,0 +231275,0,0,0,0,0 +231276,0,0,0,0,0 +231277,0,0,0,0,0 +231278,0,0,0,0,0 +231279,0,0,0,0,0 +231280,0,0,0,0,0 +231281,0,0,0,0,0 +231282,0,0,0,0,0 +231283,0,0,0,0,0 +231284,0,0,0,0,0 +231285,0,0,0,0,0 +231286,0,0,0,0,0 +231287,0,0,0,0,0 +231288,0,0,0,0,0 +231289,0,0,0,0,0 +231290,0,0,0,0,0 +231291,0,0,0,0,0 +231292,0,0,0,0,0 +231293,0,0,0,0,0 +231294,0,0,0,0,0 +231295,0,0,0,0,0 +231296,0,0,0,0,0 +231297,0,0,0,0,0 +231298,0,0,0,0,0 +231299,0,0,0,0,0 +231300,0,0,0,0,0 +231301,0,0,0,0,0 +231302,0,0,0,0,0 +231303,0,0,0,0,0 +231304,0,0,0,0,0 +231305,0,0,0,0,0 +231306,0,0,0,0,0 +231307,0,0,0,0,0 +231308,0,0,0,0,0 +231309,0,0,0,0,0 +231310,0,0,0,0,0 +231311,0,0,0,0,0 +231312,0,0,0,0,0 +231313,0,0,0,0,0 +231314,0,0,0,0,0 +231315,0,0,0,0,0 +231316,0,0,0,0,0 +231317,0,0,0,0,0 +231318,0,0,0,0,0 +231319,0,0,0,0,0 +231320,0,0,0,0,0 +231321,0,0,0,0,0 +231322,0,0,0,0,0 +231323,0,0,0,0,0 +231324,0,0,0,0,0 +231325,0,0,0,0,0 +231326,0,0,0,0,0 +231327,0,0,0,0,0 +231328,0,0,0,0,0 +231329,0,0,0,0,0 +231330,0,0,0,0,0 +231331,0,0,0,0,0 +231332,0,0,0,0,0 +231333,0,0,0,0,0 +231334,0,0,0,0,0 +231335,0,0,0,0,0 +231336,0,0,0,0,0 +231337,0,0,0,0,0 +231338,0,0,0,0,0 +231339,0,0,0,0,0 +231340,0,0,0,0,0 +231341,0,0,0,0,0 +231342,0,0,0,0,0 +231343,0,0,0,0,0 +231344,0,0,0,0,0 +231345,0,0,0,0,0 +231346,0,0,0,0,0 +231347,0,0,0,0,0 +231348,0,0,0,0,0 +231349,0,0,0,0,0 +231350,0,0,0,0,0 +231351,0,0,0,0,0 +231352,0,0,0,0,0 +231353,0,0,0,0,0 +231354,0,0,0,0,0 +231355,0,0,0,0,0 +231356,0,0,0,0,0 +231357,0,0,0,0,0 +231358,0,0,0,0,0 +231359,0,0,0,0,0 +231360,0,0,0,0,0 +231361,0,0,0,0,0 +231362,0,0,0,0,0 +231363,0,0,0,0,0 +231364,0,0,0,0,0 +231365,0,0,0,0,0 +231366,0,0,0,0,0 +231367,0,0,0,0,0 +231368,0,0,0,0,0 +231369,0,0,0,0,0 +231370,0,0,0,0,0 +231371,0,0,0,0,0 +231372,0,0,0,122.6765526,0 +231373,0,0,0,74.94397849,0 +231374,0,0,0,96.22154772,0 +231375,0,0,0,108.7612521,0 +231376,0,0,0,118.0149228,0 +231377,0,0,0,127.2778001,0 +231378,0,0,0,136.3542923,0 +231379,0,0,0,145.3241796,0 +231380,0,0,0,154.015368,0 +231381,0,0,0,162.7355477,0 +231382,0,0,0,171.1295381,0 +231383,0,0,0,179.5876156,0 +231384,0,0,0,187.6997335,0 +231385,0,0,0,195.9175719,0 +231386,0,0,0,203.7799021,0 +231387,0,0,0,211.7508666,0 +231388,0,0,0,219.4573846,0 +231389,0,0,0,227.0918187,0 +231390,0,0,0,234.5515527,0 +231391,0,0,0,241.8143901,0 +231392,0,0,0,248.772346,0 +231393,0,0,0,255.6540825,0 +231394,0,0,0,262.3903971,0 +231395,0,0,0,268.9377625,0 +231396,0,0,0,275.5967414,0 +231397,0,0,0,281.9164801,0 +231398,0,0,0,288.245943,0 +231399,0,0,0,294.4310144,0 +231400,0,0,0,300.4201588,0 +231401,0,0,0,306.6277005,0 +231402,0,0,0,312.2542664,0 +231403,0,0,0,318.036811,0 +231404,0,0,0,323.8887794,0 +231405,0,0,0,329.3997793,0 +231406,0,0,0,334.9315224,0 +231407,0,0,0,340.3466407,0 +231408,0,0,0,345.6841019,0 +231409,0,0,0,350.9279987,0 +231410,0,0,0,356.0884453,0 +231411,0,0,0,361.1645088,0 +231412,0,0,0,366.0359417,0 +231413,0,0,0,371.1409796,0 +231414,0,0,0,375.8734748,0 +231415,0,0,0,380.7742813,0 +231416,0,0,0,385.2427701,0 +231417,0,0,0,389.9408549,0 +231418,0,0,0,394.3056163,0 +231419,0,0,0,398.9541708,0 +231420,0,0,0,403.2187846,0 +231421,0,0,0,407.7380337,0 +231422,0,0,0,412.2329379,0 +231423,0,0,0,416.6810373,0 +231424,0,0,0,421.0675092,0 +231425,0,0,0,425.2449082,0 +231426,0,0,0,429.7272457,0 +231427,0,0,0,433.9429638,0 +231428,0,0,0,437.8671037,0 +231429,0,0,0,442.0399071,0 +231430,0,0,0,446.007905,0 +231431,0,0,0,449.9382114,0 +231432,0,0,0,453.8050459,0 +231433,0,0,0,457.6091416,0 +231434,0,0,0,461.1894465,0 +231435,0,0,0,465.1221664,0 +231436,0,0,0,468.6137217,0 +231437,0,0,0,472.2019269,0 +231438,0,0,0,475.6995899,0 +231439,0,0,0,479.1382344,0 +231440,0,0,0,482.5174107,0 +231441,0,0,0,485.8379751,0 +231442,0,0,0,489.1002219,0 +231443,0,0,0,492.3048353,0 +231444,0,0,0,495.45211,0 +231445,0,0,0,498.5427125,0 +231446,0,0,0,501.7356013,0 +231447,0,0,0,504.4580563,0 +231448,0,0,0,507.3337532,0 +231449,0,0,0,510.4416916,0 +231450,0,0,0,513.1203577,0 +231451,0,0,0,515.1278594,0 +231452,0,0,0,516.8833657,0 +231453,0,0,0,518.491652,0 +231454,0,0,0,519.9743903,0 +231455,0,0,0,521.3420617,0 +231456,0,0,0,522.6003456,0 +231457,0,0,0,523.7533726,0 +231458,0,0,0,524.803951,0 +231459,0,0,0,525.7547421,0 +231460,0,0,0,526.60771,0 +231461,0,0,0,527.3649678,0 +231462,0,0,0,528.0280917,0 +231463,0,0,0,528.5988891,0 +231464,0,0,0,529.0786862,0 +231465,0,0,0,529.4690715,0 +231466,0,0,0,529.7711814,0 +231467,0,0,0,529.9864306,0 +231468,0,0,0,530.1158033,0 +231469,0,0,0,530.1605736,0 +231470,0,0,0,530.1216028,0 +231471,0,0,0,530.0000512,0 +231472,0,0,0,529.7966816,0 +231473,0,0,0,529.5125638,0 +231474,0,0,0,529.1483827,0 +231475,0,0,0,528.705136,0 +231476,0,0,0,528.1834482,0 +231477,0,0,0,527.5842609,0 +231478,0,0,0,526.9081517,0 +231479,0,0,0,526.1560191,0 +231480,0,0,0,525.3284053,0 +231481,0,0,0,524.0954591,0 +231482,0,0,0,522.793133,0 +231483,0,0,0,521.4150692,0 +231484,0,0,0,519.9606313,0 +231485,0,0,0,518.431009,0 +231486,0,0,0,516.8270158,0 +231487,0,0,0,515.1497113,0 +231488,0,0,0,513.399762,0 +231489,0,0,0,511.5781174,0 +231490,0,0,0,509.6853643,0 +231491,0,0,0,507.722385,0 +231492,0,0,0,505.6897069,0 +231493,0,0,0,503.7722196,0 +231494,0,0,0,501.4290472,0 +231495,0,0,0,507.6644953,0 +231496,0,0,0,507.2543574,0 +231497,0,0,0,505.475584,0 +231498,0,0,0,503.8882766,0 +231499,0,0,0,501.6672447,0 +231500,0,0,0,499.6978619,0 +231501,0,0,0,497.3276356,0 +231502,0,0,0,495.2920778,0 +231503,0,0,0,492.8194366,0 +231504,0,0,0,490.3701748,0 +231505,0,0,0,487.8604631,0 +231506,0,0,0,485.2157023,0 +231507,0,0,0,482.5131112,0 +231508,0,0,0,479.734921,0 +231509,0,0,0,476.8809939,0 +231510,0,0,0,473.9519522,0 +231511,0,0,0,468.8853924,0 +231512,0,0,0,463.3891566,0 +231513,0,0,0,457.7823066,0 +231514,0,0,0,451.5250602,0 +231515,0,0,0,445.4104555,0 +231516,0,0,0,438.9450652,0 +231517,0,0,0,432.3102422,0 +231518,0,0,0,425.3122019,0 +231519,0,0,0,418.7009385,0 +231520,0,0,0,411.1769917,0 +231521,0,0,0,403.9594805,0 +231522,0,0,0,396.4144007,0 +231523,0,0,0,388.8760698,0 +231524,0,0,0,380.8411214,0 +231525,0,0,0,372.7944058,0 +231526,0,0,0,364.8318051,0 +231527,0,0,0,356.5840854,0 +231528,0,0,0,347.9747932,0 +231529,0,0,0,339.4966992,0 +231530,0,0,0,330.7612778,0 +231531,0,0,0,321.9084617,0 +231532,0,0,0,313.0509099,0 +231533,0,0,0,303.6663137,0 +231534,0,0,0,294.7611455,0 +231535,0,0,0,285.1578783,0 +231536,0,0,0,275.767992,0 +231537,0,0,0,266.1240368,0 +231538,0,0,0,256.5175903,0 +231539,0,0,0,246.5072223,0 +231540,0,0,0,236.7205665,0 +231541,0,0,0,226.304502,0 +231542,0,0,0,215.9909919,0 +231543,0,0,0,205.5318927,0 +231544,0,0,0,194.7925724,0 +231545,0,0,0,184.1132917,0 +231546,0,0,0,172.0107055,0 +231547,0,0,0,166.6475935,0 +231548,0,0,0,154.7691458,0 +231549,0,0,0,141.8728941,0 +231550,0,0,0,128.6238352,0 +231551,0,0,0,115.0958882,0 +231552,0,0,0,101.0017871,0 +231553,0,0,0,86.90781891,0 +231554,0,0,0,72.69357363,0 +231555,0,0,0,95.58233084,0 +231556,0,0,0,0,0 +231557,0,0,0,58.61548812,0 +231558,0,0,0,0,0 +231559,0,0,0,0,0 +231560,0,0,0,0,0 +231561,0,0,0,0,0 +231562,0,0,0,0,0 +231563,0,0,0,0,0 +231564,0,0,0,0,0 +231565,0,0,0,0,0 +231566,0,0,0,0,0 +231567,0,0,0,0,0 +231568,0,0,0,0,0 +231569,0,0,0,0,0 +231570,0,0,0,0,0 +231571,0,0,0,0,0 +231572,0,0,0,0,0 +231573,0,0,0,0,0 +231574,0,0,0,0,0 +231575,0,0,0,0,0 +231576,0,0,0,0,0 +231577,0,0,0,0,0 +231578,0,0,0,0,0 +231579,0,0,0,0,0 +231580,0,0,0,0,0 +231581,0,0,0,0,0 +231582,0,0,0,0,0 +231583,0,0,0,0,0 +231584,0,0,0,0,0 +231585,0,0,0,0,0 +231586,0,0,0,0,0 +231587,0,0,0,0,0 +231588,0,0,0,0,0 +231589,0,0,0,0,0 +231590,0,0,0,0,0 +231591,0,0,0,0,0 +231592,0,0,0,0,0 +231593,0,0,0,0,0 +231594,0,0,0,0,0 +231595,0,0,0,0,0 +231596,0,0,0,0,0 +231597,0,0,0,0,0 +231598,0,0,0,0,0 +231599,0,0,0,0,0 +231600,0,0,0,0,0 +231601,0,0,0,0,0 +231602,0,0,0,0,0 +231603,0,0,0,0,0 +231604,0,0,0,0,0 +231605,0,0,0,0,0 +231606,0,0,0,0,0 +231607,0,0,0,0,0 +231608,0,0,0,0,0 +231609,0,0,0,0,0 +231610,0,0,0,0,0 +231611,0,0,0,0,0 +231612,0,0,0,0,0 +231613,0,0,0,0,0 +231614,0,0,0,0,0 +231615,0,0,0,0,0 +231616,0,0,0,0,0 +231617,0,0,0,0,0 +231618,0,0,0,0,0 +231619,0,0,0,0,0 +231620,0,0,0,0,0 +231621,0,0,0,0,0 +231622,0,0,0,0,0 +231623,0,0,0,0,0 +231624,0,0,0,0,0 +231625,0,0,0,0,0 +231626,0,0,0,0,0 +231627,0,0,0,0,0 +231628,0,0,0,0,0 +231629,0,0,0,0,0 +231630,0,0,0,0,0 +231631,0,0,0,0,0 +231632,0,0,0,0,0 +231633,0,0,0,0,0 +231634,0,0,0,0,0 +231635,0,0,0,0,0 +231636,0,0,0,0,0 +231637,0,0,0,0,0 +231638,0,0,0,0,0 +231639,0,0,0,0,0 +231640,0,0,0,0,0 +231641,0,0,0,0,0 +231642,0,0,0,0,0 +231643,0,0,0,0,0 +231644,0,0,0,0,0 +231645,0,0,0,0,0 +231646,0,0,0,0,0 +231647,0,0,0,0,0 +231648,0,0,0,0,0 +231649,0,0,0,0,0 +231650,0,0,0,0,0 +231651,0,0,0,0,0 +231652,0,0,0,0,0 +231653,0,0,0,0,0 +231654,0,0,0,0,0 +231655,0,0,0,0,0 +231656,0,0,0,0,0 +231657,0,0,0,0,0 +231658,0,0,0,0,0 +231659,0,0,0,0,0 +231660,0,0,0,0,0 +231661,0,0,0,0,0 +231662,0,0,0,0,0 +231663,0,0,0,0,0 +231664,0,0,0,0,0 +231665,0,0,0,0,0 +231666,0,0,0,0,0 +231667,0,0,0,0,0 +231668,0,0,0,0,0 +231669,0,0,0,0,0 +231670,0,0,0,0,0 +231671,0,0,0,0,0 +231672,0,0,0,0,0 +231673,0,0,0,0,0 +231674,0,0,0,0,0 +231675,0,0,0,0,0 +231676,0,0,0,0,0 +231677,0,0,0,0,0 +231678,0,0,0,0,0 +231679,0,0,0,0,0 +231680,0,0,0,0,0 +231681,0,0,0,0,0 +231682,0,0,0,0,0 +231683,0,0,0,0,0 +231684,0,0,0,0,0 +231685,0,0,0,0,0 +231686,0,0,0,0,0 +231687,0,0,0,0,0 +231688,0,0,0,0,0 +231689,0,0,0,0,0 +231690,0,0,0,0,0 +231691,0,0,0,0,0 +231692,0,0,0,0,0 +231693,0,0,0,0,0 +231694,0,0,0,0,0 +231695,0,0,0,0,0 +231696,0,0,0,0,0 +231697,0,0,0,0,0 +231698,0,0,0,0,0 +231699,0,0,0,0,0 +231700,0,0,0,0,0 +231701,0,0,0,0,0 +231702,0,0,0,0,0 +231703,0,0,0,0,0 +231704,0,0,0,0,0 +231705,0,0,0,0,0 +231706,0,0,0,0,0 +231707,0,0,0,0,0 +231708,0,0,0,0,0 +231709,0,0,0,0,0 +231710,0,0,0,0,0 +231711,0,0,0,0,0 +231712,0,0,0,0,0 +231713,0,0,0,0,0 +231714,0,0,0,0,0 +231715,0,0,0,0,0 +231716,0,0,0,0,0 +231717,0,0,0,0,0 +231718,0,0,0,0,0 +231719,0,0,0,0,0 +231720,0,0,0,0,0 +231721,0,0,0,0,0 +231722,0,0,0,0,0 +231723,0,0,0,0,0 +231724,0,0,0,0,0 +231725,0,0,0,0,0 +231726,0,0,0,0,0 +231727,0,0,0,0,0 +231728,0,0,0,0,0 +231729,0,0,0,0,0 +231730,0,0,0,0,0 +231731,0,0,0,0,0 +231732,0,0,0,0,0 +231733,0,0,0,0,0 +231734,0,0,0,0,0 +231735,0,0,0,0,0 +231736,0,0,0,0,0 +231737,0,0,0,0,0 +231738,0,0,0,0,0 +231739,0,0,0,0,0 +231740,0,0,0,0,0 +231741,0,0,0,0,0 +231742,0,0,0,0,0 +231743,0,0,0,0,0 +231744,0,0,0,0,0 +231745,0,0,0,0,0 +231746,0,0,0,0,0 +231747,0,0,0,0,0 +231748,0,0,0,0,0 +231749,0,0,0,0,0 +231750,0,0,0,0,0 +231751,0,0,0,0,0 +231752,0,0,0,0,0 +231753,0,0,0,0,0 +231754,0,0,0,0,0 +231755,0,0,0,0,0 +231756,0,0,0,0,0 +231757,0,0,0,0,0 +231758,0,0,0,0,0 +231759,0,0,0,0,0 +231760,0,0,0,0,0 +231761,0,0,0,0,0 +231762,0,0,0,0,0 +231763,0,0,0,0,0 +231764,0,0,0,0,0 +231765,0,0,0,0,0 +231766,0,0,0,0,0 +231767,0,0,0,0,0 +231768,0,0,0,0,0 +231769,0,0,0,0,0 +231770,0,0,0,0,0 +231771,0,0,0,0,0 +231772,0,0,0,0,0 +231773,0,0,0,0,0 +231774,0,0,0,0,0 +231775,0,0,0,0,0 +231776,0,0,0,0,0 +231777,0,0,0,0,0 +231778,0,0,0,0,0 +231779,0,0,0,0,0 +231780,0,0,0,0,0 +231781,0,0,0,0,0 +231782,0,0,0,0,0 +231783,0,0,0,0,0 +231784,0,0,0,0,0 +231785,0,0,0,0,0 +231786,0,0,0,0,0 +231787,0,0,0,0,0 +231788,0,0,0,0,0 +231789,0,0,0,0,0 +231790,0,0,0,0,0 +231791,0,0,0,0,0 +231792,0,0,0,0,0 +231793,0,0,0,0,0 +231794,0,0,0,0,0 +231795,0,0,0,0,0 +231796,0,0,0,0,0 +231797,0,0,0,0,0 +231798,0,0,0,0,0 +231799,0,0,0,0,0 +231800,0,0,0,0,0 +231801,0,0,0,0,0 +231802,0,0,0,0,0 +231803,0,0,0,0,0 +231804,0,0,0,0,0 +231805,0,0,0,0,0 +231806,0,0,0,0,0 +231807,0,0,0,0,0 +231808,0,0,0,0,0 +231809,0,0,0,0,0 +231810,0,0,0,0,0 +231811,0,0,0,0,0 +231812,0,0,0,0,0 +231813,0,0,0,0,0 +231814,0,0,0,0,0 +231815,0,0,0,0,0 +231816,0,0,0,0,0 +231817,0,0,0,0,0 +231818,0,0,0,0,0 +231819,0,0,0,0,0 +231820,0,0,0,0,0 +231821,0,0,0,0,0 +231822,0,0,0,0,0 +231823,0,0,0,0,0 +231824,0,0,0,0,0 +231825,0,0,0,0,0 +231826,0,0,0,0,0 +231827,0,0,0,0,0 +231828,0,0,0,0,0 +231829,0,0,0,0,0 +231830,0,0,0,0,0 +231831,0,0,0,0,0 +231832,0,0,0,0,0 +231833,0,0,0,0,0 +231834,0,0,0,0,0 +231835,0,0,0,0,0 +231836,0,0,0,0,0 +231837,0,0,0,0,0 +231838,0,0,0,0,0 +231839,0,0,0,0,0 +231840,0,0,0,0,0 +231841,0,0,0,0,0 +231842,0,0,0,0,0 +231843,0,0,0,0,0 +231844,0,0,0,0,0 +231845,0,0,0,0,0 +231846,0,0,0,0,0 +231847,0,0,0,0,0 +231848,0,0,0,0,0 +231849,0,0,0,0,0 +231850,0,0,0,0,0 +231851,0,0,0,0,0 +231852,0,0,0,0,0 +231853,0,0,0,0,0 +231854,0,0,0,0,0 +231855,0,0,0,0,0 +231856,0,0,0,0,0 +231857,0,0,0,0,0 +231858,0,0,0,0,0 +231859,0,0,0,0,0 +231860,0,0,0,0,0 +231861,0,0,0,0,0 +231862,0,0,0,0,0 +231863,0,0,0,0,0 +231864,0,0,0,0,0 +231865,0,0,0,0,0 +231866,0,0,0,0,0 +231867,0,0,0,0,0 +231868,0,0,0,0,0 +231869,0,0,0,0,0 +231870,0,0,0,0,0 +231871,0,0,0,0,0 +231872,0,0,0,0,0 +231873,0,0,0,0,0 +231874,0,0,0,0,0 +231875,0,0,0,0,0 +231876,0,0,0,0,0 +231877,0,0,0,0,0 +231878,0,0,0,0,0 +231879,0,0,0,0,0 +231880,0,0,0,0,0 +231881,0,0,0,0,0 +231882,0,0,0,0,0 +231883,0,0,0,0,0 +231884,0,0,0,0,0 +231885,0,0,0,0,0 +231886,0,0,0,0,0 +231887,0,0,0,0,0 +231888,0,0,0,0,0 +231889,0,0,0,0,0 +231890,0,0,0,0,0 +231891,0,0,0,0,0 +231892,0,0,0,0,0 +231893,0,0,0,0,0 +231894,0,0,0,0,0 +231895,0,0,0,0,0 +231896,0,0,0,0,0 +231897,0,0,0,0,0 +231898,0,0,0,0,0 +231899,0,0,0,0,0 +231900,0,0,0,0,0 +231901,0,0,0,0,0 +231902,0,0,0,0,0 +231903,0,0,0,0,0 +231904,0,0,0,0,0 +231905,0,0,0,0,0 +231906,0,0,0,0,0 +231907,0,0,0,0,0 +231908,0,0,0,0,0 +231909,0,0,0,0,0 +231910,0,0,0,0,0 +231911,0,0,0,0,0 +231912,0,0,0,0,0 +231913,0,0,0,0,0 +231914,0,0,0,0,0 +231915,0,0,0,0,0 +231916,0,0,0,0,0 +231917,0,0,0,0,0 +231918,0,0,0,0,0 +231919,0,0,0,0,0 +231920,0,0,0,0,0 +231921,0,0,0,0,0 +231922,0,0,0,0,0 +231923,0,0,0,0,0 +231924,0,0,0,0,0 +231925,0,0,0,0,0 +231926,0,0,0,0,0 +231927,0,0,0,0,0 +231928,0,0,0,0,0 +231929,0,0,0,0,0 +231930,0,0,0,0,0 +231931,0,0,0,0,0 +231932,0,0,0,0,0 +231933,0,0,0,0,0 +231934,0,0,0,0,0 +231935,0,0,0,0,0 +231936,0,0,0,0,0 +231937,0,0,0,0,0 +231938,0,0,0,0,0 +231939,0,0,0,0,0 +231940,0,0,0,0,0 +231941,0,0,0,0,0 +231942,0,0,0,0,0 +231943,0,0,0,0,0 +231944,0,0,0,0,0 +231945,0,0,0,0,0 +231946,0,0,0,0,0 +231947,0,0,0,0,0 +231948,0,0,0,0,0 +231949,0,0,0,0,0 +231950,0,0,0,0,0 +231951,0,0,0,0,0 +231952,0,0,0,0,0 +231953,0,0,0,0,0 +231954,0,0,0,0,0 +231955,0,0,0,0,0 +231956,0,0,0,0,0 +231957,0,0,0,0,0 +231958,0,0,0,0,0 +231959,0,0,0,0,0 +231960,0,0,0,0,0 +231961,0,0,0,0,0 +231962,0,0,0,0,0 +231963,0,0,0,0,0 +231964,0,0,0,0,0 +231965,0,0,0,0,0 +231966,0,0,0,0,0 +231967,0,0,0,0,0 +231968,0,0,0,0,0 +231969,0,0,0,0,0 +231970,0,0,0,0,0 +231971,0,0,0,0,0 +231972,0,0,0,0,0 +231973,0,0,0,0,0 +231974,0,0,0,0,0 +231975,0,0,0,0,0 +231976,0,0,0,0,0 +231977,0,0,0,0,0 +231978,0,0,0,0,0 +231979,0,0,0,0,0 +231980,0,0,0,0,0 +231981,0,0,0,0,0 +231982,0,0,0,0,0 +231983,0,0,0,0,0 +231984,0,0,0,0,0 +231985,0,0,0,0,0 +231986,0,0,0,0,0 +231987,0,0,0,0,0 +231988,0,0,0,0,0 +231989,0,0,0,0,0 +231990,0,0,0,0,0 +231991,0,0,0,0,0 +231992,0,0,0,0,0 +231993,0,0,0,0,0 +231994,0,0,0,0,0 +231995,0,0,0,0,0 +231996,0,0,0,0,0 +231997,0,0,0,0,0 +231998,0,0,0,0,0 +231999,0,0,0,0,0 +232000,0,0,0,0,0 +232001,0,0,0,0,0 +232002,0,0,0,0,0 +232003,0,0,0,0,0 +232004,0,0,0,0,0 +232005,0,0,0,0,0 +232006,0,0,0,0,0 +232007,0,0,0,0,0 +232008,0,0,0,0,0 +232009,0,0,0,0,0 +232010,0,0,0,0,0 +232011,0,0,0,0,0 +232012,0,0,0,0,0 +232013,0,0,0,0,0 +232014,0,0,0,0,0 +232015,0,0,0,0,0 +232016,0,0,0,0,0 +232017,0,0,0,0,0 +232018,0,0,0,0,0 +232019,0,0,0,0,0 +232020,0,0,0,0,0 +232021,0,0,0,0,0 +232022,0,0,0,0,0 +232023,0,0,0,0,0 +232024,0,0,0,0,0 +232025,0,0,0,0,0 +232026,0,0,0,0,0 +232027,0,0,0,0,0 +232028,0,0,0,0,0 +232029,0,0,0,0,0 +232030,0,0,0,0,0 +232031,0,0,0,0,0 +232032,0,0,0,0,0 +232033,0,0,0,0,0 +232034,0,0,0,0,0 +232035,0,0,0,0,0 +232036,0,0,0,0,0 +232037,0,0,0,0,0 +232038,0,0,0,0,0 +232039,0,0,0,0,0 +232040,0,0,0,0,0 +232041,0,0,0,0,0 +232042,0,0,0,0,0 +232043,0,0,0,0,0 +232044,0,0,0,0,0 +232045,0,0,0,0,0 +232046,0,0,0,0,0 +232047,0,0,0,0,0 +232048,0,0,0,0,0 +232049,0,0,0,0,0 +232050,0,0,0,0,0 +232051,0,0,0,0,0 +232052,0,0,0,0,0 +232053,0,0,0,0,0 +232054,0,0,0,0,0 +232055,0,0,0,0,0 +232056,0,0,0,0,0 +232057,0,0,0,0,0 +232058,0,0,0,0,0 +232059,0,0,0,0,0 +232060,0,0,0,0,0 +232061,0,0,0,0,0 +232062,0,0,0,0,0 +232063,0,0,0,0,0 +232064,0,0,0,0,0 +232065,0,0,0,0,0 +232066,0,0,0,0,0 +232067,0,0,0,0,0 +232068,0,0,0,0,0 +232069,0,0,0,0,0 +232070,0,0,0,0,0 +232071,0,0,0,0,0 +232072,0,0,0,0,0 +232073,0,0,0,0,0 +232074,0,0,0,0,0 +232075,0,0,0,0,0 +232076,0,0,0,0,0 +232077,0,0,0,0,0 +232078,0,0,0,0,0 +232079,0,0,0,0,0 +232080,0,0,0,0,0 +232081,0,0,0,0,0 +232082,0,0,0,0,0 +232083,0,0,0,0,0 +232084,0,0,0,0,0 +232085,0,0,0,0,0 +232086,0,0,0,0,0 +232087,0,0,0,0,0 +232088,0,0,0,0,0 +232089,0,0,0,0,0 +232090,0,0,0,0,0 +232091,0,0,0,0,0 +232092,0,0,0,0,0 +232093,0,0,0,0,0 +232094,0,0,0,0,0 +232095,0,0,0,0,0 +232096,0,0,0,0,0 +232097,0,0,0,0,0 +232098,0,0,0,0,0 +232099,0,0,0,0,0 +232100,0,0,0,0,0 +232101,0,0,0,0,0 +232102,0,0,0,0,0 +232103,0,0,0,0,0 +232104,0,0,0,0,0 +232105,0,0,0,0,0 +232106,0,0,0,0,0 +232107,0,0,0,0,0 +232108,0,0,0,0,0 +232109,0,0,0,0,0 +232110,0,0,0,0,0 +232111,0,0,0,0,0 +232112,0,0,0,0,0 +232113,0,0,0,0,0 +232114,0,0,0,0,0 +232115,0,0,0,0,0 +232116,0,0,0,0,0 +232117,0,0,0,0,0 +232118,0,0,0,0,0 +232119,0,0,0,0,0 +232120,0,0,0,0,0 +232121,0,0,0,0,0 +232122,0,0,0,0,0 +232123,0,0,0,0,0 +232124,0,0,0,0,0 +232125,0,0,0,0,0 +232126,0,0,0,0,0 +232127,0,0,0,0,0 +232128,0,0,0,0,0 +232129,0,0,0,0,0 +232130,0,0,0,0,0 +232131,0,0,0,0,0 +232132,0,0,0,0,0 +232133,0,0,0,0,0 +232134,0,0,0,0,0 +232135,0,0,0,0,0 +232136,0,0,0,0,0 +232137,0,0,0,0,0 +232138,0,0,0,0,0 +232139,0,0,0,0,0 +232140,0,0,0,0,0 +232141,0,0,0,0,0 +232142,0,0,0,0,0 +232143,0,0,0,0,0 +232144,0,0,0,0,0 +232145,0,0,0,0,0 +232146,0,0,0,0,0 +232147,0,0,0,0,0 +232148,0,0,0,0,0 +232149,0,0,0,0,0 +232150,0,0,0,0,0 +232151,0,0,0,0,0 +232152,0,0,0,0,0 +232153,0,0,0,0,0 +232154,0,0,0,0,0 +232155,0,0,0,0,0 +232156,0,0,0,0,0 +232157,0,0,0,0,0 +232158,0,0,0,0,0 +232159,0,0,0,0,0 +232160,0,0,0,0,0 +232161,0,0,0,0,0 +232162,0,0,0,0,0 +232163,0,0,0,0,0 +232164,0,0,0,0,0 +232165,0,0,0,0,0 +232166,0,0,0,0,0 +232167,0,0,0,0,0 +232168,0,0,0,0,0 +232169,0,0,0,0,0 +232170,0,0,0,0,0 +232171,0,0,0,0,0 +232172,0,0,0,0,0 +232173,0,0,0,0,0 +232174,0,0,0,0,0 +232175,0,0,0,0,0 +232176,0,0,0,0,0 +232177,0,0,0,0,0 +232178,0,0,0,0,0 +232179,0,0,0,0,0 +232180,0,0,0,0,0 +232181,0,0,0,0,0 +232182,0,0,0,0,0 +232183,0,0,0,0,0 +232184,0,0,0,0,0 +232185,0,0,0,0,0 +232186,0,0,0,0,0 +232187,0,0,0,0,0 +232188,0,0,0,0,0 +232189,0,0,0,0,0 +232190,0,0,0,0,0 +232191,0,0,0,0,0 +232192,0,0,0,0,0 +232193,0,0,0,0,0 +232194,0,0,0,0,0 +232195,0,0,0,0,0 +232196,0,0,0,0,0 +232197,0,0,0,0,0 +232198,0,0,0,0,0 +232199,0,0,0,0,0 +232200,0,0,0,0,0 +232201,0,0,0,0,0 +232202,0,0,0,0,0 +232203,0,0,0,0,0 +232204,0,0,0,0,0 +232205,0,0,0,0,0 +232206,0,0,0,0,0 +232207,0,0,0,0,0 +232208,0,0,0,0,0 +232209,0,0,0,0,0 +232210,0,0,0,0,0 +232211,0,0,0,0,0 +232212,0,0,0,0,0 +232213,0,0,0,0,0 +232214,0,0,0,0,0 +232215,0,0,0,0,0 +232216,0,0,0,0,0 +232217,0,0,0,0,0 +232218,0,0,0,0,0 +232219,0,0,0,0,0 +232220,0,0,0,0,0 +232221,0,0,0,0,0 +232222,0,0,0,0,0 +232223,0,0,0,0,0 +232224,0,0,0,0,0 +232225,0,0,0,0,0 +232226,0,0,0,0,0 +232227,0,0,0,0,0 +232228,0,0,0,0,0 +232229,0,0,0,0,0 +232230,0,0,0,0,0 +232231,0,0,0,0,0 +232232,0,0,0,0,0 +232233,0,0,0,0,0 +232234,0,0,0,0,0 +232235,0,0,0,0,0 +232236,0,0,0,0,0 +232237,0,0,0,0,0 +232238,0,0,0,0,0 +232239,0,0,0,0,0 +232240,0,0,0,0,0 +232241,0,0,0,0,0 +232242,0,0,0,0,0 +232243,0,0,0,0,0 +232244,0,0,0,0,0 +232245,0,0,0,0,0 +232246,0,0,0,0,0 +232247,0,0,0,0,0 +232248,0,0,0,0,0 +232249,0,0,0,0,0 +232250,0,0,0,0,0 +232251,0,0,0,0,0 +232252,0,0,0,0,0 +232253,0,0,0,0,0 +232254,0,0,0,0,0 +232255,0,0,0,0,0 +232256,0,0,0,0,0 +232257,0,0,0,0,0 +232258,0,0,0,0,0 +232259,0,0,0,0,0 +232260,0,0,0,0,0 +232261,0,2960.533378,1346.779823,0,0 +232262,0,2556.299707,1263.727382,0,0 +232263,0,1227.761028,1282.205085,0,0 +232264,0,49.20955011,1300.602725,0,0 +232265,0,1210.377643,1303.065874,0,0 +232266,0,809.3479149,1300.222053,0,0 +232267,0,813.4481444,1292.268471,0,0 +232268,0,817.8634496,1283.128372,0,0 +232269,0,822.6471018,1273.87799,0,0 +232270,0,827.8247978,1265.519744,0,0 +232271,0,833.3629772,1258.163419,0,0 +232272,0,843.5398624,1251.903702,0,0 +232273,0,852.0550752,1246.717209,0,0 +232274,0,860.7898352,1242.512765,0,0 +232275,0,869.5729236,1239.185759,0,0 +232276,0,878.3191222,1236.622526,0,0 +232277,0,887.4010573,1234.722825,0,0 +232278,0,896.3406524,1233.392989,0,0 +232279,0,905.6076712,1232.549429,0,0 +232280,0,914.6697576,1232.119905,0,0 +232281,0,923.9157239,1232.042486,0,0 +232282,0,933.2973222,1232.264523,0,0 +232283,0,942.6134529,1232.741147,0,0 +232284,0,952.0318575,1233.43419,0,0 +232285,0,961.4816833,1234.311235,0,0 +232286,0,970.9129072,1235.344722,0,0 +232287,0,980.5889745,1236.511233,0,0 +232288,0,990.0111806,1237.790884,0,0 +232289,0,999.5950886,1239.16663,0,0 +232290,0,1009.29013,1240.624057,0,0 +232291,0,1018.211475,1242.150822,0,0 +232292,0,1027.092682,1243.712004,0,0 +232293,0,1035.910442,1245.285755,0,0 +232294,0,1044.685507,1246.86282,0,0 +232295,0,1053.356754,1248.439875,0,0 +232296,0,1062.154551,1250.015134,0,0 +232297,0,1070.836289,1251.586907,0,0 +232298,0,1079.378887,1253.153341,0,0 +232299,0,1087.958814,1254.712663,0,0 +232300,0,1096.608017,1256.263333,0,0 +232301,0,1105.086225,1257.803978,0,0 +232302,0,1113.52052,1259.333349,0,0 +232303,0,1122.151536,1260.850423,0,0 +232304,0,1136.232925,1262.354293,0,0 +232305,0,1136.321915,1263.820682,0,0 +232306,0,1157.53352,1265.258528,0,0 +232307,0,1148.315157,1266.700065,0,0 +232308,0,1157.491603,1268.128646,0,0 +232309,0,1177.527232,1269.546486,0,0 +232310,0,1178.450082,1270.952447,0,0 +232311,0,1188.344144,1272.338935,0,0 +232312,0,1196.488487,1273.708817,0,0 +232313,0,1204.643364,1275.060012,0,0 +232314,0,1212.575019,1276.392111,0,0 +232315,0,1220.634839,1277.704592,0,0 +232316,0,1228.585389,1278.997104,0,0 +232317,0,1236.501143,1280.26928,0,0 +232318,0,1244.381235,1281.520769,0,0 +232319,0,1252.293763,1282.751283,0,0 +232320,0,1259.966136,1283.960554,0,0 +232321,0,1268.05427,1285.148249,0,0 +232322,0,1276.264552,1286.333273,0,0 +232323,0,1284.355801,1287.524225,0,0 +232324,0,1292.287779,1288.720749,0,0 +232325,0,1300.339966,1289.919043,0,0 +232326,0,1308.27962,1291.115138,0,0 +232327,0,1316.190686,1292.30578,0,0 +232328,0,1324.060993,1293.488445,0,0 +232329,0,1331.887206,1294.636936,35.90849057,0 +232330,0,1339.750553,1295.77465,33.13417569,0 +232331,0,1347.367138,1296.907109,34.18105934,0 +232332,0,1355.038434,1298.03228,40.60969077,0 +232333,0,1362.798541,1299.146948,44.35786093,0 +232334,0,1370.421788,1300.246935,48.25653891,0 +232335,30.89482428,1377.868779,1301.504261,51.93522065,0 +232336,93.23324726,1385.441775,1302.572735,55.72972945,0 +232337,72.651134,1392.89174,1303.636126,59.36334697,0 +232338,86.47911521,1400.393666,1304.661236,63.10490795,0 +232339,96.85712155,1407.547218,1305.6719,66.7234879,0 +232340,104.8849881,1415.060216,1306.639569,70.35678117,0 +232341,112.9122247,1422.25461,1307.577295,73.90592867,0 +232342,120.7573936,1429.492366,1308.50916,77.56191542,0 +232343,128.8217698,1436.752183,1309.427426,81.02995872,0 +232344,136.5884041,1443.747182,1310.329453,84.65466735,0 +232345,144.431349,1450.885757,1311.21179,88.14299385,0 +232346,152.2004143,1457.805502,1312.074355,91.64472699,0 +232347,159.9234711,1464.911302,1312.915333,95.13528961,0 +232348,167.6250343,1471.854989,1313.735393,98.60276615,0 +232349,175.1578484,1478.60622,1314.533166,101.978167,0 +232350,183.1291898,1485.490396,1315.309498,105.5298272,0 +232351,190.2630645,1491.875701,1316.036222,108.900652,0 +232352,197.6723031,1498.160113,1316.724322,112.0666326,0 +232353,205.2486786,1504.449166,1317.386775,115.549571,0 +232354,212.4732236,1510.322991,1318.020044,118.6988012,0 +232355,219.806497,1516.563954,1318.617142,122.1909846,0 +232356,227.0936197,1522.431292,1319.182089,125.2716903,0 +232357,234.3193267,1528.322514,1319.711117,128.5134353,0 +232358,241.5503121,1534.123305,1320.204608,131.8649355,0 +232359,248.7404978,1539.849774,1320.669388,135.1084724,0 +232360,255.9092794,1545.599073,1321.10181,138.0940213,0 +232361,262.8592076,1553.631048,1321.501444,141.5055502,0 +232362,270.2904053,1557.81103,1321.853608,144.5956074,0 +232363,277.2351557,1566.495269,1322.167647,147.7811373,0 +232364,284.3521948,1565.797298,1322.465086,150.8383235,0 +232365,291.4119933,1585.395727,1322.741971,154.2432506,0 +232366,298.4544406,1560.264236,1322.998585,157.1322551,0 +232367,305.4779636,1586.247596,1323.216825,160.3570017,0 +232368,312.4973471,1589.742524,1323.416999,163.3371281,0 +232369,319.4930948,1591.985976,1323.58788,166.6170658,0 +232370,326.4378417,1598.028034,1323.732278,169.6198021,0 +232371,333.4397916,1602.910937,1323.851764,172.7238314,0 +232372,340.3671518,1607.712121,1323.945896,175.7973033,0 +232373,347.303893,1612.446473,1324.014951,178.8619359,0 +232374,354.2238828,1617.211356,1324.038127,181.9127843,0 +232375,361.1008433,1621.655209,1324.030622,184.9654753,0 +232376,368.039911,1626.255231,1324.011971,188.0021883,0 +232377,374.9011524,1630.694478,1323.975815,191.0333917,0 +232378,381.4433705,1634.979746,1323.918824,194.0566192,0 +232379,388.8290544,1639.447724,1323.839495,197.0718538,0 +232380,395.3864681,1643.622829,1323.737487,200.0799744,0 +232381,401.5316121,1647.530711,1323.612219,202.6751225,0 +232382,407.4199472,1651.134924,1323.453372,205.5739611,0 +232383,413.3886809,1654.909457,1323.25273,208.0291235,0 +232384,419.2289291,1658.520795,1323.007842,210.8223042,0 +232385,425.1898628,1662.08473,1322.720217,213.4967425,0 +232386,431.013661,1665.573357,1322.373231,216.037689,0 +232387,436.9293539,1668.986571,1321.98417,218.9281223,0 +232388,442.7110723,1672.326167,1321.573478,221.3378134,0 +232389,448.5970377,1675.592725,1321.135966,223.9621059,0 +232390,454.3473487,1678.786522,1320.669979,226.4961341,0 +232391,460.1712557,1682.010882,1320.17514,229.3516931,0 +232392,465.9846484,1684.905428,1319.652001,231.713657,0 +232393,471.6990795,1687.957017,1319.101014,234.4326151,0 +232394,477.5238549,1690.843727,1318.523229,237.0217798,0 +232395,483.2046676,1693.674395,1317.919363,239.4818806,0 +232396,488.9698664,1696.433448,1317.290074,242.1495373,0 +232397,494.7260477,1699.119895,1316.636204,244.7159472,0 +232398,500.3790618,1701.627707,1315.958292,247.1540603,0 +232399,506.1118298,1704.327311,1315.256868,249.7991514,0 +232400,511.8384637,1706.720092,1314.513835,252.3442784,0 +232401,517.4575671,1709.135435,1313.743878,254.7607746,0 +232402,523.1619569,1711.461775,1312.964411,257.3849078,0 +232403,528.3972747,1713.715335,1312.169334,259.7334069,0 +232404,534.7438849,1716.003006,1311.355697,262.4026964,0 +232405,539.789654,1718.206072,1310.522766,264.8688694,0 +232406,545.6762722,1722.757169,1309.669486,267.290305,0 +232407,551.4191751,1717.921057,1308.797279,269.8828967,0 +232408,556.6861749,1738.61768,1307.903091,272.2589687,0 +232409,562.5901145,1706.553122,1306.995737,274.8389848,0 +232410,568.1639403,1736.827413,1306.057316,277.2018873,0 +232411,573.4710801,1741.291315,1305.112975,279.7272104,0 +232412,579.1385723,1709.199827,1304.143845,282.0304747,0 +232413,584.4119384,1742.385874,1303.141157,284.5300298,0 +232414,590.0071433,1750.64059,1302.10953,286.8136165,0 +232415,595.3699183,1704.523051,1300.891285,289.2944962,0 +232416,600.8293445,1749.984316,1299.81268,291.5605322,0 +232417,606.1678189,1732.713949,1298.722958,294.0239478,0 +232418,611.7114264,1737.098039,1297.611167,296.273207,0 +232419,616.9642706,1737.875515,1296.485727,298.7197867,0 +232420,622.4048187,1738.631246,1295.342519,300.952738,0 +232421,627.688786,1739.303708,1294.180536,303.1762455,0 +232422,633.1829453,1739.894856,1293.001185,305.7141806,0 +232423,638.2899969,1740.515528,1291.803836,307.9667428,0 +232424,643.9332495,1740.788017,1290.589972,310.2064999,0 +232425,648.9420699,1741.21964,1289.359084,312.8184584,0 +232426,654.4309641,1741.477206,1288.112821,314.6757827,0 +232427,659.6041932,1741.672814,1286.850391,317.2239641,0 +232428,665.034273,1741.790903,1285.573651,319.3789874,0 +232429,670.1754808,1741.830782,1284.281742,321.7132014,0 +232430,675.4882645,1741.793144,1282.976346,323.886271,0 +232431,680.6678401,1741.677799,1281.656681,326.2349787,0 +232432,686.0423852,1741.485321,1280.324446,328.3987516,0 +232433,691.0867667,1741.215524,1278.978789,330.7026383,0 +232434,696.4347729,1740.868964,1277.621347,332.8469988,0 +232435,701.5858321,1740.445364,1276.234354,335.1892463,0 +232436,706.8397355,1739.835471,1274.833269,337.2674186,0 +232437,711.8825339,1739.418789,1273.431989,339.5938119,0 +232438,717.1748854,1738.68744,1272.025861,341.6892575,0 +232439,722.2306618,1737.975846,1270.610888,344.0072224,0 +232440,727.5233898,1737.171576,1269.18621,346.0573037,0 +232441,733.0621732,1736.359919,1267.752047,348.465892,0 +232442,738.4798777,1735.515418,1266.313756,350.8038751,0 +232443,744.0235425,1734.571564,1264.874543,353.0935548,0 +232444,749.5120577,1733.586095,1263.434567,355.3774535,0 +232445,754.9170902,1756.129133,1261.993475,357.6497683,0 +232446,760.3853078,1696.860802,1260.55738,359.9797288,0 +232447,765.9174037,1747.253412,1259.098942,362.1850045,0 +232448,771.2910449,1736.267166,1257.661118,364.5024473,0 +232449,776.7115741,1710.80983,1256.211039,366.7307315,0 +232450,782.1982411,1734.349749,1254.752347,368.7954316,0 +232451,787.4841445,1730.161741,1253.302219,371.3626035,0 +232452,793.0602657,1711.757462,1251.845204,373.4671281,0 +232453,798.4255403,1741.358421,1250.381554,375.7543587,0 +232454,803.8975616,1697.115106,1248.927338,377.9930788,0 +232455,809.1893806,1744.77703,1247.438649,380.2524261,0 +232456,814.5551211,1689.311659,1245.982092,382.4411028,0 +232457,820.0131807,1738.70306,1244.499376,384.6836246,0 +232458,825.3275273,1690.478799,1243.045378,386.8966902,0 +232459,830.6927065,1720.947995,1241.564957,389.1358021,0 +232460,836.0385322,1702.680336,1240.090192,391.3019973,0 +232461,841.3763958,1706.820637,1238.613873,393.5245883,0 +232462,846.702857,1702.781923,1237.145074,395.7170731,0 +232463,852.0232593,1700.841767,1235.676924,397.9090755,0 +232464,857.3341189,1698.256923,1234.21061,400.123675,0 +232465,862.6359712,1695.829221,1232.74577,402.2637249,0 +232466,867.8610137,1693.23924,1231.282745,404.4621104,0 +232467,873.2512956,1690.59584,1229.821854,406.6296558,0 +232468,878.4745392,1687.883571,1228.363525,408.7974176,0 +232469,883.7587309,1685.1037,1226.908088,410.9907169,0 +232470,889.0851269,1682.254218,1225.459673,413.1052387,0 +232471,894.161453,1679.138098,1224.013755,415.2474493,0 +232472,899.3078651,1676.195098,1222.570675,417.353051,0 +232473,904.554613,1672.948565,1221.129356,419.4556373,0 +232474,909.637159,1669.719819,1219.688965,421.551672,0 +232475,914.7741753,1666.401854,1218.249742,423.6698458,0 +232476,919.8872683,1663.0126,1216.812509,425.7091629,0 +232477,924.9882872,1659.552385,1215.378141,427.8081346,0 +232478,930.0780988,1656.022332,1213.947538,429.8744557,0 +232479,935.1566474,1652.422897,1212.521471,431.9397152,0 +232480,940.2224341,1648.755143,1211.100702,433.9994094,0 +232481,945.2785038,1644.913104,1209.685882,436.0828889,0 +232482,950.3229351,1641.260369,1208.277664,438.086156,0 +232483,955.3560992,1637.315751,1206.876748,440.1515321,0 +232484,960.3785703,1633.395365,1205.483674,442.1841207,0 +232485,965.389757,1629.497416,1204.099081,444.2162955,0 +232486,970.3146108,1625.280495,1202.723534,446.2433974,0 +232487,975.420904,1621.22273,1201.35755,448.2959386,0 +232488,980.3416095,1617.011854,1200.001824,450.2658261,0 +232489,985.3228092,1612.648498,1198.656729,452.3008475,0 +232490,990.3572333,1608.476596,1197.322883,454.3024961,0 +232491,995.1849409,1604.020536,1196.000897,456.3043297,0 +232492,1000.180452,1599.592283,1194.691109,458.3014921,0 +232493,1005.012854,1595.087698,1193.394201,460.2937992,0 +232494,1010.050481,1590.523139,1192.110601,462.3130849,0 +232495,1014.893627,1585.798799,1190.840905,464.2478557,0 +232496,1019.801531,1581.257563,1189.585464,466.2502643,0 +232497,1024.684925,1576.446767,1188.344977,468.2188246,0 +232498,1029.558167,1571.66336,1187.119802,470.1882995,0 +232499,1034.420814,1588.909722,1185.910553,472.1533549,0 +232500,1039.273223,1529.52146,1184.723781,474.1141451,0 +232501,1042.865144,1572.705381,1183.534706,475.6403073,0 +232502,1046.420822,1547.587313,1182.370087,477.1825397,0 +232503,1049.949159,1545.575824,1181.186161,478.6323003,0 +232504,1054.755539,1539.962008,1179.994994,480.1461119,0 +232505,1057.380302,1534.399555,1178.79649,481.6208765,0 +232506,1062.154703,1528.681772,1177.592682,483.0923789,0 +232507,1063.830257,1522.882859,1176.389803,484.5555911,0 +232508,1070.260743,1517.123833,1175.189571,486.0107538,0 +232509,1069.199264,1511.198633,1173.996783,487.4580521,0 +232510,1079.780375,1505.428965,1172.809475,488.897702,0 +232511,1072.065706,1499.160071,1171.635608,490.3298517,0 +232512,1093.043042,1493.399257,1170.467304,491.7883667,0 +232513,1068.796124,1487.180287,1169.321376,493.1546856,0 +232514,1088.122245,1481.062411,1168.17607,494.5904786,0 +232515,1093.10261,1474.886252,1167.058132,495.9883856,0 +232516,1092.598632,1468.663198,1165.954865,497.3848846,0 +232517,1097.072432,1462.297914,1164.867708,498.7746825,0 +232518,1100.398629,1456.117458,1163.800706,500.1577514,0 +232519,1103.478077,1449.783861,1162.753539,501.5342532,0 +232520,1106.741164,1443.262358,1161.730963,502.9042644,0 +232521,1109.908704,1436.985584,1160.736792,504.2689294,0 +232522,1113.093397,1430.396868,1159.772743,505.6259055,0 +232523,1116.252852,1423.817145,1158.838868,506.9771731,0 +232524,1119.396305,1417.366346,1157.933893,508.3569197,0 +232525,1122.524954,1410.668688,1157.055746,509.643035,0 +232526,1125.729331,1404.012737,1156.202022,511.001878,0 +232527,1128.691515,1397.394214,1155.370769,512.3229259,0 +232528,1131.845314,1390.430182,1154.560038,513.6436224,0 +232529,1134.811181,1383.844826,1153.768325,514.9585391,0 +232530,1138.004615,1376.954757,1152.994354,516.2675228,0 +232531,1140.93183,1370.074651,1152.236885,517.5481973,0 +232532,1143.917566,1363.055226,1151.493931,518.8184694,0 +232533,1146.869591,1356.211005,1150.763996,520.0808302,0 +232534,1149.802276,1349.239048,1150.046148,521.335746,0 +232535,1152.71787,1342.10215,1149.355541,522.5837489,0 +232536,1155.706776,1335.107425,1148.677788,523.8247864,0 +232537,1158.447066,1327.924434,1147.999097,525.0953123,0 +232538,1161.379668,1320.941891,1147.325605,526.2683591,0 +232539,1164.212397,1313.750893,1146.659998,527.1552699,0 +232540,1167.039686,1306.612188,1146.003055,528.9137375,0 +232541,1169.854602,1299.438303,1145.355215,529.8489394,0 +232542,1172.651283,1292.247143,1144.716026,531.1138789,0 +232543,1175.432955,1285.038545,1144.085589,532.3105546,0 +232544,1178.198881,1277.813989,1143.463634,533.5015083,0 +232545,1180.949391,1270.489322,1142.849985,534.6865238,0 +232546,1183.591215,1263.357369,1142.244451,535.8655192,0 +232547,1186.550096,1256.11704,1141.646959,537.0388713,0 +232548,1189.041055,1248.659243,1141.057406,538.2063537,0 +232549,1191.821672,1241.548914,1140.475449,539.3314169,0 +232550,1194.484985,1234.192953,1139.901327,540.5438809,0 +232551,1197.151033,1226.91235,1139.334759,541.6669377,0 +232552,1199.804002,1219.612463,1138.775733,542.8563171,0 +232553,1202.444581,1212.318622,1138.224193,543.9396677,0 +232554,1204.996518,1205.004853,1137.680089,545.0694827,0 +232555,1207.675968,1197.642237,1137.142395,546.2204169,0 +232556,1210.211843,1190.447463,1136.612422,547.3149763,0 +232557,1212.870122,1183.19248,1136.08931,548.4629557,0 +232558,1215.385108,1175.727434,1135.57415,549.5481444,0 +232559,1218.119473,1168.628198,1135.065801,550.6866734,0 +232560,1220.465911,1161.289256,1134.565504,551.7248582,0 +232561,1223.330914,1176.904745,1134.071395,552.9656675,0 +232562,1226.02419,1113.477975,1133.611684,554.0781079,0 +232563,1228.874992,1156.647769,1133.128978,555.2860797,0 +232564,1231.592885,1133.502912,1132.668002,556.4279411,0 +232565,1234.438534,1118.87108,1132.231144,557.6248976,0 +232566,1237.048967,1121.961359,1131.811607,558.7611068,0 +232567,1240.035562,1110.77944,1131.395884,559.9518374,0 +232568,1242.660773,1104.525845,1130.984046,561.0820289,0 +232569,1245.504505,1097.55084,1130.580678,562.2666277,0 +232570,1248.196896,1090.584751,1130.186976,563.4295211,0 +232571,1251.016942,1083.674755,1129.802121,564.5109689,0 +232572,1253.802289,1076.840938,1129.42715,565.7181541,0 +232573,1256.388346,1072.36423,1129.060911,566.8220125,0 +232574,1259.20671,1067.465645,1128.703789,567.9688985,0 +232575,1261.933218,1062.45134,1128.355507,569.1073074,0 +232576,1264.675881,1057.644961,1128.015994,570.2435515,0 +232577,1267.419777,1052.709743,1127.685274,571.3779396,0 +232578,1270.164503,1047.929703,1127.36318,572.5101937,0 +232579,1272.911523,1043.001115,1127.049654,573.6407767,0 +232580,1275.661608,1038.251116,1126.744578,574.7694163,0 +232581,1278.415597,1033.47341,1126.447942,575.8966063,0 +232582,1281.173925,1028.740743,1126.159662,577.0220727,0 +232583,1283.934867,1024.044348,1125.879699,578.1463208,0 +232584,1286.696512,1019.385689,1125.608023,579.2295584,0 +232585,1289.562156,1014.767241,1125.344576,580.4113181,0 +232586,1292.168242,1010.190812,1125.089422,581.501914,0 +232587,1295.011772,1005.658408,1124.842365,582.6284434,0 +232588,1297.658577,1001.171806,1124.603546,583.7871042,0 +232589,1300.583259,996.7333862,1124.37286,584.8443724,0 +232590,1303.275385,992.4073693,1124.150348,585.9918338,0 +232591,1306.020762,987.9505894,1123.935916,587.0789995,0 +232592,1308.741419,983.6826609,1123.728676,588.1675868,0 +232593,1311.460084,979.4126546,1123.528032,589.2534498,0 +232594,1314.177325,975.2311779,1123.333752,590.3369234,0 +232595,1316.894683,971.1053644,1123.145896,591.4187511,0 +232596,1319.611521,967.0500313,1122.964587,592.457912,0 +232597,1322.329055,963.0315367,1122.789943,593.598541,0 +232598,1325.046473,959.0535199,1122.622058,594.6447963,0 +232599,1327.764885,955.2310759,1122.460979,595.7278413,0 +232600,1330.587949,951.4086777,1122.306806,596.802449,0 +232601,1333.146846,947.66486,1122.159575,597.8761622,0 +232602,1335.946429,943.9940308,1122.01921,598.9485718,0 +232603,1338.649966,940.4591965,1121.885873,600.020141,0 +232604,1341.371301,936.7955787,1121.759501,601.0905156,0 +232605,1344.094194,933.4941282,1121.640071,602.1601255,0 +232606,1346.817494,930.0897775,1121.527684,603.2286082,0 +232607,1349.542153,926.8354128,1121.422231,604.2963772,0 +232608,1352.267253,923.6593143,1121.323744,605.4048293,0 +232609,1354.993671,920.5743163,1121.232204,606.4073901,0 +232610,1357.720485,917.5823436,1121.147546,607.4620483,0 +232611,1360.341143,914.7446572,1121.069783,608.5825829,0 +232612,1363.23392,911.8592066,1120.998878,609.6141817,0 +232613,1365.88198,909.2461405,1120.934798,610.6838286,0 +232614,1368.630037,906.8046886,1120.877471,611.9412385,0 +232615,1371.470105,904.4727469,1120.826976,613.2299967,0 +232616,1374.034255,902.197329,1120.783252,614.5928373,0 +232617,1376.849469,899.9104874,1120.746114,616.0347082,0 +232618,1379.563427,897.8072724,1120.715642,617.5552684,0 +232619,1382.296384,895.6143046,1120.691738,619.2740826,0 +232620,1385.029543,893.5660662,1120.67436,620.8652514,0 +232621,0,0,0,0,0 +232622,0,0,0,0,0 +232623,0,0,0,0,0 +232624,0,0,0,0,0 +232625,0,0,0,0,0 +232626,0,0,0,0,0 +232627,0,0,0,0,0 +232628,0,0,0,0,0 +232629,0,0,0,0,0 +232630,0,0,0,0,0 +232631,0,0,0,0,0 +232632,0,0,0,0,0 +232633,0,0,0,0,0 +232634,0,0,0,0,0 +232635,0,0,0,0,0 +232636,0,0,0,0,0 +232637,0,0,0,0,0 +232638,0,0,0,0,0 +232639,0,0,0,0,0 +232640,0,0,0,0,0 +232641,0,0,0,0,0 +232642,0,0,0,0,0 +232643,0,0,0,0,0 +232644,0,0,0,0,0 +232645,0,0,0,0,0 +232646,0,0,0,0,0 +232647,0,0,0,0,0 +232648,0,0,0,0,0 +232649,0,0,0,0,0 +232650,0,0,0,0,0 +232651,0,0,0,0,0 +232652,0,0,0,0,0 +232653,0,0,0,0,0 +232654,0,0,0,0,0 +232655,0,0,0,0,0 +232656,0,0,0,0,0 +232657,0,0,0,0,0 +232658,0,0,0,0,0 +232659,0,0,0,0,0 +232660,0,0,0,0,0 +232661,0,0,0,0,0 +232662,0,0,0,0,0 +232663,0,0,0,0,0 +232664,0,0,0,0,0 +232665,0,0,0,0,0 +232666,0,0,0,0,0 +232667,0,0,0,0,0 +232668,0,0,0,0,0 +232669,0,0,0,0,0 +232670,0,0,0,0,0 +232671,0,0,0,0,0 +232672,0,0,0,0,0 +232673,0,0,0,0,0 +232674,0,0,0,0,0 +232675,0,0,0,0,0 +232676,0,0,0,0,0 +232677,0,0,0,0,0 +232678,0,0,0,0,0 +232679,0,0,0,0,0 +232680,0,0,0,0,0 +232681,0,0,0,0,0 +232682,0,0,0,0,0 +232683,0,0,0,0,0 +232684,0,0,0,0,0 +232685,0,0,0,0,0 +232686,0,0,0,0,0 +232687,0,0,0,0,0 +232688,0,0,0,0,0 +232689,0,0,0,0,0 +232690,0,0,0,0,0 +232691,0,0,0,0,0 +232692,0,0,0,0,0 +232693,0,0,0,0,0 +232694,0,0,0,0,0 +232695,0,0,0,0,0 +232696,0,0,0,0,0 +232697,0,0,0,0,0 +232698,0,0,0,0,0 +232699,0,0,0,0,0 +232700,0,0,0,0,0 +232701,0,0,0,0,0 +232702,0,0,0,0,0 +232703,0,0,0,0,0 +232704,0,0,0,0,0 +232705,0,0,0,0,0 +232706,0,0,0,0,0 +232707,0,0,0,0,0 +232708,0,0,0,0,0 +232709,0,0,0,0,0 +232710,0,0,0,0,0 +232711,0,0,0,0,0 +232712,0,0,0,0,0 +232713,0,0,0,0,0 +232714,0,0,0,0,0 +232715,0,0,0,0,0 +232716,0,0,0,0,0 +232717,0,0,0,0,0 +232718,0,0,0,0,0 +232719,0,0,0,0,0 +232720,0,0,0,0,0 +232721,0,0,0,0,0 +232722,0,0,0,0,0 +232723,0,0,0,0,0 +232724,0,0,0,0,0 +232725,0,0,0,0,0 +232726,0,0,0,0,0 +232727,0,0,0,0,0 +232728,0,0,0,0,0 +232729,0,0,0,0,0 +232730,0,0,0,0,0 +232731,0,0,0,0,0 +232732,0,0,0,0,0 +232733,0,0,0,0,0 +232734,0,0,0,0,0 +232735,0,0,0,0,0 +232736,0,0,0,0,0 +232737,0,0,0,0,0 +232738,0,0,0,0,0 +232739,0,0,0,0,0 +232740,0,0,0,0,0 +232741,0,0,0,0,0 +232742,0,0,0,0,0 +232743,0,0,0,0,0 +232744,0,0,0,0,0 +232745,0,0,0,0,0 +232746,0,0,0,0,0 +232747,0,0,0,0,0 +232748,0,0,0,0,0 +232749,0,0,0,0,0 +232750,0,0,0,0,0 +232751,0,0,0,0,0 +232752,0,0,0,0,0 +232753,0,0,0,0,0 +232754,0,0,0,0,0 +232755,0,0,0,0,0 +232756,0,0,0,0,0 +232757,0,0,0,0,0 +232758,0,0,0,0,0 +232759,0,0,0,0,0 +232760,0,0,0,0,0 +232761,0,0,0,0,0 +232762,0,0,0,0,0 +232763,0,0,0,0,0 +232764,0,0,0,0,0 +232765,0,0,0,0,0 +232766,0,0,0,0,0 +232767,0,0,0,0,0 +232768,0,0,0,0,0 +232769,0,0,0,0,0 +232770,0,0,0,0,0 +232771,0,0,0,0,0 +232772,0,0,0,0,0 +232773,0,0,0,0,0 +232774,0,0,0,0,0 +232775,0,0,0,0,0 +232776,0,0,0,0,0 +232777,0,0,0,0,0 +232778,0,0,0,0,0 +232779,0,0,0,0,0 +232780,0,0,0,0,0 +232781,0,0,0,0,0 +232782,0,0,0,0,0 +232783,0,0,0,0,0 +232784,0,0,0,0,0 +232785,0,0,0,0,0 +232786,0,0,0,0,0 +232787,0,0,0,0,0 +232788,0,0,0,0,0 +232789,0,0,0,0,0 +232790,0,0,0,0,0 +232791,0,0,0,0,0 +232792,0,0,0,0,0 +232793,0,0,0,0,0 +232794,0,0,0,0,0 +232795,0,0,0,0,0 +232796,0,0,0,0,0 +232797,0,0,0,22.09113409,0 +232798,0,0,0,141.58485,0 +232799,0,0,0,89.24230829,0 +232800,0,0,0,117.852247,0 +232801,0,0,0,130.3799185,0 +232802,0,0,0,141.3996332,0 +232803,0,0,0,152.1071863,0 +232804,0,0,0,162.6389956,0 +232805,0,0,0,173.0808927,0 +232806,0,0,0,183.3186165,0 +232807,0,0,0,193.4925974,0 +232808,0,0,0,203.3426714,0 +232809,0,0,0,213.2774041,0 +232810,0,0,0,222.9178283,0 +232811,0,0,0,232.400884,0 +232812,0,0,0,241.9444056,0 +232813,0,0,0,251.1958064,0 +232814,0,0,0,260.3880481,0 +232815,0,0,0,269.3579116,0 +232816,0,0,0,278.5568699,0 +232817,0,0,0,287.064922,0 +232818,0,0,0,296.0477277,0 +232819,0,0,0,304.5903203,0 +232820,0,0,0,313.1016332,0 +232821,0,0,0,321.4342791,0 +232822,0,0,0,329.9245092,0 +232823,0,0,0,338.1794305,0 +232824,0,0,0,346.0282581,0 +232825,0,0,0,354.3414506,0 +232826,0,0,0,362.1772921,0 +232827,0,0,0,369.9441247,0 +232828,0,0,0,377.901797,0 +232829,0,0,0,385.6050952,0 +232830,0,0,0,392.9085321,0 +232831,0,0,0,400.4215744,0 +232832,0,0,0,407.3415957,0 +232833,0,0,0,414.3044077,0 +232834,0,0,0,421.1329352,0 +232835,0,0,0,427.7216564,0 +232836,0,0,0,434.7103625,0 +232837,0,0,0,440.8972774,0 +232838,0,0,0,447.4770076,0 +232839,0,0,0,453.7926834,0 +232840,0,0,0,460.0442477,0 +232841,0,0,0,466.0570723,0 +232842,0,0,0,472.3700347,0 +232843,0,0,0,478.2360027,0 +232844,0,0,0,484.1660152,0 +232845,0,0,0,489.9829883,0 +232846,0,0,0,495.7168257,0 +232847,0,0,0,501.5286746,0 +232848,0,0,0,506.6499357,0 +232849,0,0,0,512.5559718,0 +232850,0,0,0,517.7951464,0 +232851,0,0,0,523.1586155,0 +232852,0,0,0,528.413486,0 +232853,0,0,0,533.5917849,0 +232854,0,0,0,538.6474674,0 +232855,0,0,0,543.6637842,0 +232856,0,0,0,548.6112057,0 +232857,0,0,0,553.4863202,0 +232858,0,0,0,558.2889787,0 +232859,0,0,0,562.8297411,0 +232860,0,0,0,567.788613,0 +232861,0,0,0,572.3114833,0 +232862,0,0,0,576.9787282,0 +232863,0,0,0,581.5493123,0 +232864,0,0,0,586.0544791,0 +232865,0,0,0,590.4927376,0 +232866,0,0,0,594.864046,0 +232867,0,0,0,599.1689653,0 +232868,0,0,0,603.407628,0 +232869,0,0,0,607.5807007,0 +232870,0,0,0,611.6883335,0 +232871,0,0,0,615.7311918,0 +232872,0,0,0,619.7094163,0 +232873,0,0,0,623.6236625,0 +232874,0,0,0,627.4740586,0 +232875,0,0,0,631.0487649,0 +232876,0,0,0,635.1054653,0 +232877,0,0,0,638.5991186,0 +232878,0,0,0,642.2389415,0 +232879,0,0,0,645.7760757,0 +232880,0,0,0,649.2528428,0 +232881,0,0,0,652.6682431,0 +232882,0,0,0,656.0226937,0 +232883,0,0,0,659.3167706,0 +232884,0,0,0,662.5505477,0 +232885,0,0,0,665.7246265,0 +232886,0,0,0,668.8390688,0 +232887,0,0,0,671.8944668,0 +232888,0,0,0,674.8908735,0 +232889,0,0,0,677.8288725,0 +232890,0,0,0,680.7085094,0 +232891,0,0,0,682.7881149,0 +232892,0,0,0,684.655627,0 +232893,0,0,0,686.3775041,0 +232894,0,0,0,687.9751884,0 +232895,0,0,0,689.4579924,0 +232896,0,0,0,690.8309107,0 +232897,0,0,0,692.097775,0 +232898,0,0,0,693.261036,0 +232899,0,0,0,694.3232101,0 +232900,0,0,0,695.2859829,0 +232901,0,0,0,696.1513724,0 +232902,0,0,0,696.9207095,0 +232903,0,0,0,697.595734,0 +232904,0,0,0,698.1775484,0 +232905,0,0,0,698.6676939,0 +232906,0,0,0,699.0670997,0 +232907,0,0,0,699.3771502,0 +232908,0,0,0,699.5986359,0 +232909,0,0,0,699.7328146,0 +232910,0,0,0,699.7803655,0 +232911,0,0,0,699.7424451,0 +232912,0,0,0,699.6196441,0 +232913,0,0,0,699.4130388,0 +232914,0,0,0,699.1231512,0 +232915,0,0,0,698.7509952,0 +232916,0,0,0,698.29704,0 +232917,0,0,0,697.7622521,0 +232918,0,0,0,697.147061,0 +232919,0,0,0,696.4523978,0 +232920,0,0,0,695.6786631,0 +232921,0,0,0,694.4497569,0 +232922,0,0,0,693.1729502,0 +232923,0,0,0,691.8167892,0 +232924,0,0,0,690.3801758,0 +232925,0,0,0,688.8640503,0 +232926,0,0,0,687.2691051,0 +232927,0,0,0,685.5964398,0 +232928,0,0,0,683.8466126,0 +232929,0,0,0,682.0206408,0 +232930,0,0,0,680.1189689,0 +232931,0,0,0,678.1425791,0 +232932,0,0,0,676.0918848,0 +232933,0,0,0,673.9677985,0 +232934,0,0,0,671.7707062,0 +232935,0,0,0,669.6004998,0 +232936,0,0,0,667.2803847,0 +232937,0,0,0,664.8818641,0 +232938,0,0,0,671.0088539,0 +232939,0,0,0,669.9465779,0 +232940,0,0,0,668.1518693,0 +232941,0,0,0,666.097312,0 +232942,0,0,0,663.8878417,0 +232943,0,0,0,661.5539312,0 +232944,0,0,0,659.1120717,0 +232945,0,0,0,656.571919,0 +232946,0,0,0,653.9389992,0 +232947,0,0,0,651.1849866,0 +232948,0,0,0,648.4007552,0 +232949,0,0,0,645.4791123,0 +232950,0,0,0,642.5314541,0 +232951,0,0,0,637.3327102,0 +232952,0,0,0,631.7221583,0 +232953,0,0,0,626.052259,0 +232954,0,0,0,619.5818319,0 +232955,0,0,0,613.373957,0 +232956,0,0,0,606.7560186,0 +232957,0,0,0,599.9153054,0 +232958,0,0,0,592.9085532,0 +232959,0,0,0,585.7181213,0 +232960,0,0,0,578.3450868,0 +232961,0,0,0,570.7955544,0 +232962,0,0,0,563.0733726,0 +232963,0,0,0,555.3968518,0 +232964,0,0,0,547.0496853,0 +232965,0,0,0,538.9858456,0 +232966,0,0,0,530.5898658,0 +232967,0,0,0,522.0735974,0 +232968,0,0,0,513.40817,0 +232969,0,0,0,504.7787603,0 +232970,0,0,0,495.3804822,0 +232971,0,0,0,486.6464472,0 +232972,0,0,0,477.2679339,0 +232973,0,0,0,467.9204286,0 +232974,0,0,0,458.5824408,0 +232975,0,0,0,448.7188144,0 +232976,0,0,0,439.0681134,0 +232977,0,0,0,428.9950686,0 +232978,0,0,0,419.2953391,0 +232979,0,0,0,408.8297272,0 +232980,0,0,0,398.6853286,0 +232981,0,0,0,388.4266001,0 +232982,0,0,0,377.6016255,0 +232983,0,0,0,367.2471145,0 +232984,0,0,0,356.5440922,0 +232985,0,0,0,345.5124535,0 +232986,0,0,0,342.3445014,0 +232987,0,0,0,330.7214638,0 +232988,0,0,0,318.0894385,0 +232989,0,0,0,305.1583312,0 +232990,0,0,0,291.5382727,0 +232991,0,0,0,278.0518547,0 +232992,0,0,0,263.8733729,0 +232993,0,0,0,249.7407615,0 +232994,0,0,0,235.3193256,0 +232995,0,0,0,220.4582441,0 +232996,0,0,0,205.6453592,0 +232997,0,0,0,190.316282,0 +232998,0,0,0,175.0082289,0 +232999,0,0,0,159.2408736,0 +233000,0,0,0,143.4477552,0 +233001,0,0,0,127.3267853,0 +233002,0,0,0,110.9511465,0 +233003,0,0,0,94.33910179,0 +233004,0,0,0,77.86320598,0 +233005,0,0,0,60.36635821,0 +233006,0,0,0,71.83172299,0 +233007,0,0,0,0,0 +233008,0,0,0,6.002131356,0 +233009,0,0,0,0,0 +233010,0,0,0,0,0 +233011,0,0,0,0,0 +233012,0,0,0,0,0 +233013,0,0,0,0,0 +233014,0,0,0,0,0 +233015,0,0,0,0,0 +233016,0,0,0,0,0 +233017,0,0,0,0,0 +233018,0,0,0,0,0 +233019,0,0,0,0,0 +233020,0,0,0,0,0 +233021,0,0,0,0,0 +233022,0,0,0,0,0 +233023,0,0,0,0,0 +233024,0,0,0,0,0 +233025,0,0,0,0,0 +233026,0,0,0,0,0 +233027,0,0,0,0,0 +233028,0,0,0,0,0 +233029,0,0,0,0,0 +233030,0,0,0,0,0 +233031,0,0,0,0,0 +233032,0,0,0,0,0 +233033,0,0,0,0,0 +233034,0,0,0,0,0 +233035,0,0,0,0,0 +233036,0,0,0,0,0 +233037,0,0,0,0,0 +233038,0,0,0,0,0 +233039,0,0,0,0,0 +233040,0,0,0,0,0 +233041,0,0,0,0,0 +233042,0,0,0,0,0 +233043,0,0,0,0,0 +233044,0,0,0,0,0 +233045,0,0,0,0,0 +233046,0,0,0,0,0 +233047,0,0,0,0,0 +233048,0,0,0,0,0 +233049,0,0,0,0,0 +233050,0,0,0,0,0 +233051,0,0,0,0,0 +233052,0,0,0,0,0 +233053,0,0,0,0,0 +233054,0,0,0,0,0 +233055,0,0,0,0,0 +233056,0,0,0,0,0 +233057,0,0,0,0,0 +233058,0,0,0,0,0 +233059,0,0,0,0,0 +233060,0,0,0,0,0 +233061,0,0,0,0,0 +233062,0,0,0,0,0 +233063,0,0,0,0,0 +233064,0,0,0,0,0 +233065,0,0,0,0,0 +233066,0,0,0,0,0 +233067,0,0,0,0,0 +233068,0,0,0,0,0 +233069,0,0,0,0,0 +233070,0,0,0,0,0 +233071,0,0,0,0,0 +233072,0,0,0,0,0 +233073,0,0,0,0,0 +233074,0,0,0,0,0 +233075,0,0,0,0,0 +233076,0,0,0,0,0 +233077,0,0,0,0,0 +233078,0,0,0,0,0 +233079,0,0,0,0,0 +233080,0,0,0,0,0 +233081,0,0,0,0,0 +233082,0,0,0,0,0 +233083,0,0,0,0,0 +233084,0,0,0,0,0 +233085,0,0,0,0,0 +233086,0,0,0,0,0 +233087,0,0,0,0,0 +233088,0,0,0,0,0 +233089,0,0,0,0,0 +233090,0,0,0,0,0 +233091,0,0,0,0,0 +233092,0,0,0,0,0 +233093,0,0,0,0,0 +233094,0,0,0,0,0 +233095,0,0,0,0,0 +233096,0,0,0,0,0 +233097,0,0,0,0,0 +233098,0,0,0,0,0 +233099,0,0,0,0,0 +233100,0,0,0,0,0 +233101,0,0,0,0,0 +233102,0,0,0,0,0 +233103,0,0,0,0,0 +233104,0,0,0,0,0 +233105,0,0,0,0,0 +233106,0,0,0,0,0 +233107,0,0,0,0,0 +233108,0,0,0,0,0 +233109,0,0,0,0,0 +233110,0,0,0,0,0 +233111,0,0,0,0,0 +233112,0,0,0,0,0 +233113,0,0,0,0,0 +233114,0,0,0,0,0 +233115,0,0,0,0,0 +233116,0,0,0,0,0 +233117,0,0,0,0,0 +233118,0,0,0,0,0 +233119,0,0,0,0,0 +233120,0,0,0,0,0 +233121,0,0,0,0,0 +233122,0,0,0,0,0 +233123,0,0,0,0,0 +233124,0,0,0,0,0 +233125,0,0,0,0,0 +233126,0,0,0,0,0 +233127,0,0,0,0,0 +233128,0,0,0,0,0 +233129,0,0,0,0,0 +233130,0,0,0,0,0 +233131,0,0,0,0,0 +233132,0,0,0,0,0 +233133,0,0,0,0,0 +233134,0,0,0,0,0 +233135,0,0,0,0,0 +233136,0,0,0,0,0 +233137,0,0,0,0,0 +233138,0,0,0,0,0 +233139,0,0,0,0,0 +233140,0,0,0,0,0 +233141,0,0,0,0,0 +233142,0,0,0,0,0 +233143,0,0,0,0,0 +233144,0,0,0,0,0 +233145,0,0,0,0,0 +233146,0,0,0,0,0 +233147,0,0,0,0,0 +233148,0,0,0,0,0 +233149,0,0,0,0,0 +233150,0,0,0,0,0 +233151,0,0,0,0,0 +233152,0,0,0,0,0 +233153,0,0,0,0,0 +233154,0,0,0,0,0 +233155,0,0,0,0,0 +233156,0,0,0,0,0 +233157,0,0,0,0,0 +233158,0,0,0,0,0 +233159,0,0,0,0,0 +233160,0,0,0,0,0 +233161,0,0,0,0,0 +233162,0,0,0,0,0 +233163,0,0,0,0,0 +233164,0,0,0,0,0 +233165,0,0,0,0,0 +233166,0,0,0,0,0 +233167,0,0,0,0,0 +233168,0,0,0,0,0 +233169,0,0,0,0,0 +233170,0,0,0,0,0 +233171,0,0,0,0,0 +233172,0,0,0,0,0 +233173,0,0,0,0,0 +233174,0,0,0,0,0 +233175,0,0,0,0,0 +233176,0,0,0,0,0 +233177,0,0,0,0,0 +233178,0,0,0,0,0 +233179,0,0,0,0,0 +233180,0,0,0,0,0 +233181,0,0,0,0,0 +233182,0,0,0,0,0 +233183,0,0,0,0,0 +233184,0,0,0,0,0 +233185,0,0,0,0,0 +233186,0,0,0,0,0 +233187,0,0,0,0,0 +233188,0,0,0,0,0 +233189,0,0,0,0,0 +233190,0,0,0,0,0 +233191,0,0,0,0,0 +233192,0,0,0,0,0 +233193,0,0,0,0,0 +233194,0,0,0,0,0 +233195,0,0,0,0,0 +233196,0,0,0,0,0 +233197,0,0,0,0,0 +233198,0,0,0,0,0 +233199,0,0,0,0,0 +233200,0,0,0,0,0 +233201,0,0,0,0,0 +233202,0,0,0,0,0 +233203,0,0,0,0,0 +233204,0,0,0,0,0 +233205,0,0,0,0,0 +233206,0,0,0,0,0 +233207,0,0,0,0,0 +233208,0,0,0,0,0 +233209,0,0,0,0,0 +233210,0,0,0,0,0 +233211,0,0,0,0,0 +233212,0,0,0,0,0 +233213,0,0,0,0,0 +233214,0,0,0,0,0 +233215,0,0,0,0,0 +233216,0,0,0,0,0 +233217,0,0,0,0,0 +233218,0,0,0,0,0 +233219,0,0,0,0,0 +233220,0,0,0,0,0 +233221,0,0,0,0,0 +233222,0,0,0,0,0 +233223,0,0,0,0,0 +233224,0,0,0,0,0 +233225,0,0,0,0,0 +233226,0,0,0,0,0 +233227,0,0,0,0,0 +233228,0,0,0,0,0 +233229,0,0,0,0,0 +233230,0,0,0,0,0 +233231,0,0,0,0,0 +233232,0,0,0,0,0 +233233,0,0,0,0,0 +233234,0,0,0,0,0 +233235,0,0,0,0,0 +233236,0,0,0,0,0 +233237,0,0,0,0,0 +233238,0,0,0,0,0 +233239,0,0,0,0,0 +233240,0,0,0,0,0 +233241,0,0,0,0,0 +233242,0,0,0,0,0 +233243,0,0,0,0,0 +233244,0,0,0,0,0 +233245,0,0,0,0,0 +233246,0,0,0,0,0 +233247,0,0,0,0,0 +233248,0,0,0,0,0 +233249,0,0,0,0,0 +233250,0,0,0,0,0 +233251,0,0,0,0,0 +233252,0,0,0,0,0 +233253,0,0,0,0,0 +233254,0,0,0,0,0 +233255,0,0,0,0,0 +233256,0,0,0,0,0 +233257,0,0,0,0,0 +233258,0,0,0,0,0 +233259,0,0,0,0,0 +233260,0,0,0,0,0 +233261,0,0,0,0,0 +233262,0,0,0,0,0 +233263,0,0,0,0,0 +233264,0,0,0,0,0 +233265,0,0,0,0,0 +233266,0,0,0,0,0 +233267,0,0,0,0,0 +233268,0,0,0,0,0 +233269,0,0,0,0,0 +233270,0,0,0,0,0 +233271,0,0,0,0,0 +233272,0,0,0,0,0 +233273,0,0,0,0,0 +233274,0,0,0,0,0 +233275,0,0,0,0,0 +233276,0,0,0,0,0 +233277,0,0,0,0,0 +233278,0,0,0,0,0 +233279,0,0,0,0,0 +233280,0,0,0,0,0 +233281,0,0,0,0,0 +233282,0,0,0,0,0 +233283,0,0,0,0,0 +233284,0,0,0,0,0 +233285,0,0,0,0,0 +233286,0,0,0,0,0 +233287,0,0,0,0,0 +233288,0,0,0,0,0 +233289,0,0,0,0,0 +233290,0,0,0,0,0 +233291,0,0,0,0,0 +233292,0,0,0,0,0 +233293,0,0,0,0,0 +233294,0,0,0,0,0 +233295,0,0,0,0,0 +233296,0,0,0,0,0 +233297,0,0,0,0,0 +233298,0,0,0,0,0 +233299,0,0,0,0,0 +233300,0,0,0,0,0 +233301,0,0,0,0,0 +233302,0,0,0,0,0 +233303,0,0,0,0,0 +233304,0,0,0,0,0 +233305,0,0,0,0,0 +233306,0,0,0,0,0 +233307,0,0,0,0,0 +233308,0,0,0,0,0 +233309,0,0,0,0,0 +233310,0,0,0,0,0 +233311,0,0,0,0,0 +233312,0,0,0,0,0 +233313,0,0,0,0,0 +233314,0,0,0,0,0 +233315,0,0,0,0,0 +233316,0,0,0,0,0 +233317,0,0,0,0,0 +233318,0,0,0,0,0 +233319,0,0,0,0,0 +233320,0,0,0,0,0 +233321,0,0,0,0,0 +233322,0,0,0,0,0 +233323,0,0,0,0,0 +233324,0,0,0,0,0 +233325,0,0,0,0,0 +233326,0,0,0,0,0 +233327,0,0,0,0,0 +233328,0,0,0,0,0 +233329,0,0,0,0,0 +233330,0,0,0,0,0 +233331,0,0,0,0,0 +233332,0,0,0,0,0 +233333,0,0,0,0,0 +233334,0,0,0,0,0 +233335,0,0,0,0,0 +233336,0,0,0,0,0 +233337,0,0,0,0,0 +233338,0,0,0,0,0 +233339,0,0,0,0,0 +233340,0,0,0,0,0 +233341,0,0,0,0,0 +233342,0,0,0,0,0 +233343,0,0,0,0,0 +233344,0,0,0,0,0 +233345,0,0,0,0,0 +233346,0,0,0,0,0 +233347,0,0,0,0,0 +233348,0,0,0,0,0 +233349,0,0,0,0,0 +233350,0,0,0,0,0 +233351,0,0,0,0,0 +233352,0,0,0,0,0 +233353,0,0,0,0,0 +233354,0,0,0,0,0 +233355,0,0,0,0,0 +233356,0,0,0,0,0 +233357,0,0,0,0,0 +233358,0,0,0,0,0 +233359,0,0,0,0,0 +233360,0,0,0,0,0 +233361,0,0,0,0,0 +233362,0,0,0,0,0 +233363,0,0,0,0,0 +233364,0,0,0,0,0 +233365,0,0,0,0,0 +233366,0,0,0,0,0 +233367,0,0,0,0,0 +233368,0,0,0,0,0 +233369,0,0,0,0,0 +233370,0,0,0,0,0 +233371,0,0,0,0,0 +233372,0,0,0,0,0 +233373,0,0,0,0,0 +233374,0,0,0,0,0 +233375,0,0,0,0,0 +233376,0,0,0,0,0 +233377,0,0,0,0,0 +233378,0,0,0,0,0 +233379,0,0,0,0,0 +233380,0,0,0,0,0 +233381,0,0,0,0,0 +233382,0,0,0,0,0 +233383,0,0,0,0,0 +233384,0,0,0,0,0 +233385,0,0,0,0,0 +233386,0,0,0,0,0 +233387,0,0,0,0,0 +233388,0,0,0,0,0 +233389,0,0,0,0,0 +233390,0,0,0,0,0 +233391,0,0,0,0,0 +233392,0,0,0,0,0 +233393,0,0,0,0,0 +233394,0,0,0,0,0 +233395,0,0,0,0,0 +233396,0,0,0,0,0 +233397,0,0,0,0,0 +233398,0,0,0,0,0 +233399,0,0,0,0,0 +233400,0,0,0,0,0 +233401,0,0,0,0,0 +233402,0,0,0,0,0 +233403,0,0,0,0,0 +233404,0,0,0,0,0 +233405,0,0,0,0,0 +233406,0,0,0,0,0 +233407,0,0,0,0,0 +233408,0,0,0,0,0 +233409,0,0,0,0,0 +233410,0,0,0,0,0 +233411,0,0,0,0,0 +233412,0,0,0,0,0 +233413,0,0,0,0,0 +233414,0,0,0,0,0 +233415,0,0,0,0,0 +233416,0,0,0,0,0 +233417,0,0,0,0,0 +233418,0,0,0,0,0 +233419,0,0,0,0,0 +233420,0,0,0,0,0 +233421,0,0,0,0,0 +233422,0,0,0,0,0 +233423,0,0,0,0,0 +233424,0,0,0,0,0 +233425,0,0,0,0,0 +233426,0,0,0,0,0 +233427,0,0,0,0,0 +233428,0,0,0,0,0 +233429,0,0,0,0,0 +233430,0,0,0,0,0 +233431,0,0,0,0,0 +233432,0,0,0,0,0 +233433,0,0,0,0,0 +233434,0,0,0,0,0 +233435,0,0,0,0,0 +233436,0,0,0,0,0 +233437,0,0,0,0,0 +233438,0,0,0,0,0 +233439,0,0,0,0,0 +233440,0,0,0,0,0 +233441,0,0,0,0,0 +233442,0,0,0,0,0 +233443,0,0,0,0,0 +233444,0,0,0,0,0 +233445,0,0,0,0,0 +233446,0,0,0,0,0 +233447,0,0,0,0,0 +233448,0,0,0,0,0 +233449,0,0,0,0,0 +233450,0,0,0,0,0 +233451,0,0,0,0,0 +233452,0,0,0,0,0 +233453,0,0,0,0,0 +233454,0,0,0,0,0 +233455,0,0,0,0,0 +233456,0,0,0,0,0 +233457,0,0,0,0,0 +233458,0,0,0,0,0 +233459,0,0,0,0,0 +233460,0,0,0,0,0 +233461,0,0,0,0,0 +233462,0,0,0,0,0 +233463,0,0,0,0,0 +233464,0,0,0,0,0 +233465,0,0,0,0,0 +233466,0,0,0,0,0 +233467,0,0,0,0,0 +233468,0,0,0,0,0 +233469,0,0,0,0,0 +233470,0,0,0,0,0 +233471,0,0,0,0,0 +233472,0,0,0,0,0 +233473,0,0,0,0,0 +233474,0,0,0,0,0 +233475,0,0,0,0,0 +233476,0,0,0,0,0 +233477,0,0,0,0,0 +233478,0,0,0,0,0 +233479,0,0,0,0,0 +233480,0,0,0,0,0 +233481,0,0,0,0,0 +233482,0,0,0,0,0 +233483,0,0,0,0,0 +233484,0,0,0,0,0 +233485,0,0,0,0,0 +233486,0,0,0,0,0 +233487,0,0,0,0,0 +233488,0,0,0,0,0 +233489,0,0,0,0,0 +233490,0,0,0,0,0 +233491,0,0,0,0,0 +233492,0,0,0,0,0 +233493,0,0,0,0,0 +233494,0,0,0,0,0 +233495,0,0,0,0,0 +233496,0,0,0,0,0 +233497,0,0,0,0,0 +233498,0,0,0,0,0 +233499,0,0,0,0,0 +233500,0,0,0,0,0 +233501,0,0,0,0,0 +233502,0,0,0,0,0 +233503,0,0,0,0,0 +233504,0,0,0,0,0 +233505,0,0,0,0,0 +233506,0,0,0,0,0 +233507,0,0,0,0,0 +233508,0,0,0,0,0 +233509,0,0,0,0,0 +233510,0,0,0,0,0 +233511,0,0,0,0,0 +233512,0,0,0,0,0 +233513,0,0,0,0,0 +233514,0,0,0,0,0 +233515,0,0,0,0,0 +233516,0,0,0,0,0 +233517,0,0,0,0,0 +233518,0,0,0,0,0 +233519,0,0,0,0,0 +233520,0,0,0,0,0 +233521,0,0,0,0,0 +233522,0,0,0,0,0 +233523,0,0,0,0,0 +233524,0,0,0,0,0 +233525,0,0,0,0,0 +233526,0,0,0,0,0 +233527,0,0,0,0,0 +233528,0,0,0,0,0 +233529,0,0,0,0,0 +233530,0,0,0,0,0 +233531,0,0,0,0,0 +233532,0,0,0,0,0 +233533,0,0,0,0,0 +233534,0,0,0,0,0 +233535,0,0,0,0,0 +233536,0,0,0,0,0 +233537,0,0,0,0,0 +233538,0,0,0,0,0 +233539,0,0,0,0,0 +233540,0,0,0,0,0 +233541,0,0,0,0,0 +233542,0,0,0,0,0 +233543,0,0,0,0,0 +233544,0,0,0,0,0 +233545,0,0,0,0,0 +233546,0,0,0,0,0 +233547,0,0,0,0,0 +233548,0,0,0,0,0 +233549,0,0,0,0,0 +233550,0,0,0,0,0 +233551,0,0,0,0,0 +233552,0,0,0,0,0 +233553,0,0,0,0,0 +233554,0,0,0,0,0 +233555,0,0,0,0,0 +233556,0,0,0,0,0 +233557,0,0,0,0,0 +233558,0,0,0,0,0 +233559,0,0,0,0,0 +233560,0,0,0,0,0 +233561,0,0,0,0,0 +233562,0,0,0,0,0 +233563,0,0,0,0,0 +233564,0,0,0,0,0 +233565,0,0,0,0,0 +233566,0,0,0,0,0 +233567,0,0,0,0,0 +233568,0,0,0,0,0 +233569,0,0,0,0,0 +233570,0,0,0,0,0 +233571,0,0,0,0,0 +233572,0,0,0,0,0 +233573,0,0,0,0,0 +233574,0,0,0,0,0 +233575,0,0,0,0,0 +233576,0,0,0,0,0 +233577,0,0,0,0,0 +233578,0,0,0,0,0 +233579,0,0,0,0,0 +233580,0,0,0,0,0 +233581,0,0,0,0,0 +233582,0,0,0,0,0 +233583,0,0,0,0,0 +233584,0,0,0,0,0 +233585,0,0,0,0,0 +233586,0,0,0,0,0 +233587,0,0,0,0,0 +233588,0,0,0,0,0 +233589,0,0,0,0,0 +233590,0,0,0,0,0 +233591,0,0,0,0,0 +233592,0,0,0,0,0 +233593,0,0,0,0,0 +233594,0,0,0,0,0 +233595,0,0,0,0,0 +233596,0,0,0,0,0 +233597,0,0,0,0,0 +233598,0,0,0,0,0 +233599,0,0,0,0,0 +233600,0,0,0,0,0 +233601,0,0,0,0,0 +233602,0,0,0,0,0 +233603,0,0,0,0,0 +233604,0,0,0,0,0 +233605,0,0,0,0,0 +233606,0,0,0,0,0 +233607,0,0,0,0,0 +233608,0,0,0,0,0 +233609,0,0,0,0,0 +233610,0,0,0,0,0 +233611,0,0,0,0,0 +233612,0,0,0,0,0 +233613,0,0,0,0,0 +233614,0,0,0,0,0 +233615,0,0,0,0,0 +233616,0,0,0,0,0 +233617,0,0,0,0,0 +233618,0,0,0,0,0 +233619,0,0,0,0,0 +233620,0,0,0,0,0 +233621,0,0,0,0,0 +233622,0,0,0,0,0 +233623,0,0,0,0,0 +233624,0,0,0,0,0 +233625,0,0,0,0,0 +233626,0,0,0,0,0 +233627,0,0,0,0,0 +233628,0,0,0,0,0 +233629,0,0,0,0,0 +233630,0,0,0,0,0 +233631,0,0,0,0,0 +233632,0,0,0,0,0 +233633,0,0,0,0,0 +233634,0,0,0,0,0 +233635,0,0,0,0,0 +233636,0,0,0,0,0 +233637,0,0,0,0,0 +233638,0,0,0,0,0 +233639,0,0,0,0,0 +233640,0,0,0,0,0 +233641,0,0,0,0,0 +233642,0,0,0,0,0 +233643,0,0,0,0,0 +233644,0,0,0,0,0 +233645,0,0,0,0,0 +233646,0,0,0,0,0 +233647,0,0,0,0,0 +233648,0,0,0,0,0 +233649,0,0,0,0,0 +233650,0,0,0,0,0 +233651,0,0,0,0,0 +233652,0,0,0,0,0 +233653,0,0,0,0,0 +233654,0,0,0,0,0 +233655,0,0,0,0,0 +233656,0,0,0,0,0 +233657,0,0,0,0,0 +233658,0,0,0,0,0 +233659,0,0,0,0,0 +233660,0,0,0,0,0 +233661,0,0,0,0,0 +233662,0,0,0,0,0 +233663,0,0,0,0,0 +233664,0,0,0,0,0 +233665,0,0,0,0,0 +233666,0,0,0,0,0 +233667,0,0,0,0,0 +233668,0,0,0,0,0 +233669,0,0,0,0,0 +233670,0,0,0,0,0 +233671,0,0,0,0,0 +233672,0,0,0,0,0 +233673,0,0,0,0,0 +233674,0,0,0,0,0 +233675,0,0,0,0,0 +233676,0,0,0,0,0 +233677,0,0,0,0,0 +233678,0,0,0,0,0 +233679,0,0,0,0,0 +233680,0,0,0,0,0 +233681,0,0,0,0,0 +233682,0,0,0,0,0 +233683,0,0,0,0,0 +233684,0,0,0,0,0 +233685,0,0,0,0,0 +233686,0,0,0,0,0 +233687,0,0,0,0,0 +233688,0,0,0,0,0 +233689,0,0,0,0,0 +233690,0,0,0,0,0 +233691,0,0,0,0,0 +233692,0,0,0,0,0 +233693,0,0,0,0,0 +233694,0,0,0,0,0 +233695,0,0,0,0,0 +233696,0,0,0,0,0 +233697,0,0,0,0,0 +233698,0,0,0,0,0 +233699,0,0,0,0,0 +233700,0,0,0,0,0 +233701,-9.530963475,3463.175823,3125.176964,5.490913341,-261.000278 +233702,330.5808619,1685.511614,3238.769216,160.0098139,361.1653657 +233703,490.8163417,308.7209228,3294.676029,232.5056938,658.8039246 +233704,479.183425,288.6013908,3138.869026,226.7609926,643.9178705 +233705,466.0141776,485.0964264,2989.483282,220.3897619,624.7974323 +233706,453.4550195,860.571676,1897.522348,214.438728,605.1069468 +233707,443.4420926,544.4465269,1243.788469,209.7707163,588.6786763 +233708,434.951408,630.4154674,1859.393254,205.8799953,574.0431377 +233709,427.806727,637.8478626,1614.021212,202.6539519,561.1770276 +233710,421.7106374,643.9751785,1612.191939,199.934688,549.7224915 +233711,416.4773705,650.3432084,1615.641554,197.6250051,539.4561922 +233712,410.6411449,656.6162729,1619.88227,195.0495963,527.8022327 +233713,403.7034769,663.6761022,1624.581854,191.9768903,513.9142628 +233714,397.3215723,669.9656045,1629.658617,189.1559552,500.8700762 +233715,391.4586167,676.9388578,1634.975917,186.5673144,488.6465249 +233716,386.0540294,683.8388325,1646.158761,184.1801102,477.1836495 +233717,381.0536318,690.5994242,1654.731838,181.96837,466.4079348 +233718,376.4014173,697.9763999,1665.632992,179.9073013,456.2506336 +233719,372.0575194,704.9099401,1675.776828,177.9755696,446.6499164 +233720,367.9839743,712.1053808,1686.016544,176.155554,437.5502345 +233721,364.1470983,719.316349,1696.593541,174.432742,428.9017263 +233722,360.5181803,726.5781614,1707.068374,172.7950036,420.6595 +233723,357.0728752,733.8861509,1717.647646,171.2320821,412.7831627 +233724,353.7907015,738.4861299,1723.517841,169.7354069,405.2370239 +233725,350.7440995,745.8127744,1741.065174,168.3529034,397.9887373 +233726,347.8870221,752.8462726,1740.543965,167.0594091,391.0096083 +233727,345.1612768,760.184927,1743.857348,165.8219251,384.2741595 +233728,342.5319899,767.5424869,1769.904233,164.621506,377.7596952 +233729,339.9833939,778.7505514,1772.611061,163.4507389,371.4460307 +233730,337.5083881,788.6870016,1784.536504,162.3073183,365.31521 +233731,335.1023533,798.0756974,1793.246116,161.1902211,359.3512735 +233732,332.7576088,807.814133,1801.772764,160.0967925,353.5399686 +233733,330.4677129,817.1836118,1809.863751,159.0247786,347.8685916 +233734,328.2281746,826.065177,1818.211989,157.9727191,342.3257639 +233735,326.03582,835.4438088,1826.035192,156.9396847,336.9013519 +233736,323.8881183,844.5106889,1833.951189,155.9249743,331.5862749 +233737,321.7828849,853.649873,1841.678154,154.9279813,326.3724394 +233738,319.7181305,862.6833378,1849.047618,153.9481297,321.2525517 +233739,317.6920698,871.7012749,1856.872146,152.9848846,316.2200949 +233740,315.703061,880.3193583,1863.995169,152.0377313,311.2691511 +233741,313.7496396,889.8156683,1871.163943,151.106198,306.394425 +233742,311.8304514,898.4401417,1878.320702,150.18983,301.5910849 +233743,309.9442762,907.3284987,1885.40747,149.2882059,296.8547873 +233744,308.0899739,916.200489,1892.160606,148.4009171,292.1815542 +233745,306.2665043,924.9624604,1898.827875,147.5275801,287.5677923 +233746,304.4728862,933.6761889,1905.407046,146.6678211,283.0101965 +233747,302.7082208,942.4376566,1911.877738,145.8212892,278.5057794 +233748,300.9716483,951.0452494,1918.220091,144.9876392,274.0517723 +233749,299.2623734,959.736051,1924.505753,144.1665446,269.6456612 +233750,297.5796311,968.2665858,1930.407338,143.3576839,265.2851069 +233751,295.9227136,976.8815304,1936.527964,142.5607543,260.9679871 +233752,294.290929,985.3336078,1942.365531,141.7754539,256.6923048 +233753,292.6836383,993.8725295,1947.951761,141.0015,252.4562514 +233754,291.1002063,1002.244496,1953.571376,140.2386069,248.2581033 +233755,289.540049,1010.707082,1958.987654,139.4865088,244.0963039 +233756,288.0025846,1018.997031,1964.285964,138.744938,239.969364 +233757,286.4872727,1027.382905,1969.441337,138.013643,235.87593 +233758,284.9935757,1035.588689,1976.16928,137.2923719,231.8147027 +233759,283.5209885,1043.852706,1985.743511,136.5808855,227.7844916 +233760,282.0690094,1052.080876,1980.240227,135.8789454,223.7841517 +233761,278.9865189,1489.641666,2649.93232,134.4360313,216.8114545 +233762,294.2361435,1513.122879,2660.426944,141.4696311,244.0609124 +233763,319.1118497,1531.149904,2677.673376,152.8273945,290.1690809 +233764,344.5551396,1547.586564,2695.469664,164.2623462,338.8742479 +233765,366.6863853,1563.311331,2710.26656,174.004245,382.8511594 +233766,385.0313477,1578.08369,2721.871372,181.8926909,420.7832333 +233767,400.278377,1593.271977,2731.229457,188.3015992,453.5120304 +233768,413.1790406,1616.83934,2738.743731,193.611698,482.0911577 +233769,424.2351902,1617.585691,2745.1131,225.8906745,507.2626307 +233770,636.1986828,1650.811763,2750.570235,453.5303804,529.500541 +233771,973.7346026,1638.991061,2755.479398,336.8488487,549.147609 +233772,765.1083499,1643.863336,2759.863411,382.5825026,566.4899576 +233773,862.4869349,1685.459981,2763.702671,395.3855197,581.7838846 +233774,885.733361,1682.753293,2767.240977,405.4519968,595.2599397 +233775,905.2706587,1698.684388,2770.468532,415.2321016,607.125144 +233776,925.7848497,1711.395734,2773.444767,424.6591922,617.5619774 +233777,944.9514094,1723.518982,2776.204482,434.1952542,626.7309178 +233778,963.7816723,1735.73247,2778.769041,443.2037418,634.7730925 +233779,982.8031781,1747.744963,2781.166151,452.2221587,641.812827 +233780,1000.866023,1759.706858,2783.408377,460.9904202,647.9596283 +233781,1018.526253,1771.343272,2785.514658,469.4881891,653.3099291 +233782,1036.671305,1783.032781,2787.680239,478.2930302,657.9485976 +233783,1054.046205,1794.51884,2789.518649,486.2584847,661.9503899 +233784,1070.539809,1805.903877,2791.250906,494.4219388,665.3811209 +233785,1087.522519,1817.245725,2792.878453,502.6609842,689.3940369 +233786,982.5333769,1772.504824,2667.789113,455.4258582,996.3822253 +233787,1122.513534,1836.05868,2592.845899,518.2322625,939.3921999 +233788,1136.906378,1847.509838,2574.96931,525.6002666,1038.17215 +233789,1130.447982,1848.18401,2561.970311,523.0128517,1016.648972 +233790,1154.927643,1862.770756,2549.33284,534.2937123,1049.331078 +233791,1169.715731,1873.168677,2535.021117,542.07446,1065.668934 +233792,1185.441952,1883.119467,2520.867448,548.9774495,1080.888282 +233793,1199.720264,1893.007674,2506.546933,555.988318,1095.670468 +233794,1214.17689,1902.554098,2492.52867,562.9451141,1110.376556 +233795,1228.299294,1915.176523,2478.234055,569.6167342,1124.25729 +233796,1242.918589,1917.946761,2464.854352,576.6116173,1138.53857 +233797,1440.446834,2018.751425,2636.619196,666.7393562,1485.096261 +233798,996.3018836,1820.666455,2469.044466,466.232465,655.3876342 +233799,1597.33244,2112.226671,2653.901121,737.8370594,1755.776108 +233800,994.6177634,1793.461966,2474.927368,466.588585,626.919333 +233801,1624.51821,2127.550453,2657.79707,750.4650195,1782.022551 +233802,1018.409291,1833.152651,2472.379669,478.0748163,648.2040261 +233803,1651.693004,2146.947935,2654.234539,763.2598738,1812.947827 +233804,1041.802416,1850.718425,2466.083581,489.289385,661.2647324 +233805,1678.147059,2146.572904,2648.896082,775.6822677,1836.872533 +233806,1064.612076,1857.403134,2458.83033,500.2886613,687.2413904 +233807,1725.059661,2188.097644,2644.079059,787.6963364,1857.52866 +233808,1055.46656,1860.079162,2456.871717,511.0777761,706.4007124 +233809,1743.63116,2205.689393,2643.420351,799.2512336,1880.965252 +233810,1105.659837,1875.840456,2450.538165,521.5246814,724.0339561 +233811,1752.858068,2220.277315,2638.480526,810.7561414,1903.648764 +233812,1129.936352,1890.345061,2444.066159,531.4488681,740.9019721 +233813,1777.259568,2241.968858,2634.081052,822.2250029,1941.781657 +233814,1150.859377,1896.102572,2439.58528,541.4367382,732.8857674 +233815,1799.951163,2258.252841,2631.524038,832.8677604,1971.629279 +233816,1361.918611,2020.811792,2628.570495,637.3436109,1096.137001 +233817,1537.493713,2110.486911,2620.487243,715.9516774,1445.825347 +233818,1519.50498,2109.704569,2614.371603,708.1743251,1388.997305 +233819,1529.105689,2112.192725,2609.165916,712.7000366,1398.656951 +233820,1539.5518,2119.12679,2603.561011,717.634154,1406.831161 +233821,1939.61748,2294.842631,2608.425373,890.6316611,2160.51399 +233822,1953.22059,2303.808101,2642.427131,897.2614374,2143.180225 +233823,1965.32779,2310.905876,2684.614875,903.0140585,2169.633795 +233824,1977.117386,2317.653552,2720.136762,908.3956534,2177.918141 +233825,1988.005164,2324.44343,2746.586879,913.7197564,2186.814168 +233826,1999.022515,2331.043683,2765.300614,918.8767812,2201.156411 +233827,2009.721127,2337.426298,2778.918249,923.9475205,2203.847442 +233828,2020.278234,2343.682041,2789.233377,928.9397577,2214.51934 +233829,2030.606115,2349.815948,2797.678559,933.8239435,2228.229566 +233830,2040.95527,2355.852234,2804.795066,938.6556636,2230.316833 +233831,2051.03555,2361.715471,2810.837643,943.5030493,2244.265245 +233832,2061.14325,2367.531035,2816.036999,948.2333492,2247.044721 +233833,2070.994784,2373.148218,2820.565027,952.8945433,2259.13316 +233834,2080.916481,2378.727925,2824.647405,957.5198458,2266.467389 +233835,2090.436901,2384.148269,2828.267531,962.0974266,2272.229528 +233836,2100.132648,2389.587351,2832.946683,966.6825413,2274.759584 +233837,2122.22972,2394.505011,2834.061623,971.0181736,2273.259234 +233838,2103.575199,2399.720628,2834.966538,975.4602117,2270.044486 +233839,2131.494331,2396.414959,2835.236763,982.4043194,2266.782406 +233840,2136.938387,2399.005132,2834.460593,987.2517032,2263.343971 +233841,2144.968445,2403.169051,2833.084605,991.7075145,2260.017964 +233842,2154.179097,2407.217265,2833.294946,996.1184062,2259.120464 +233843,2163.075595,2411.036809,2832.744672,1000.454775,2257.419415 +233844,2171.765662,2414.691684,2829.897119,1004.672487,2253.464577 +233845,2180.530967,2418.678768,2827.842165,1009.048502,2250.672664 +233846,2188.895,2429.382173,2827.966459,1013.090394,2250.690039 +233847,2197.334213,2416.751618,2825.400927,1017.276289,2247.670266 +233848,2205.938452,2439.935996,2825.191857,1021.351265,2247.661012 +233849,2214.307585,2430.877427,2824.35092,1028.601947,2247.064058 +233850,2222.395647,2437.130949,2821.349846,1028.940656,2244.023636 +233851,2230.583168,2440.623862,2819.081416,1038.074551,2241.983901 +233852,2238.56099,2443.257038,2817.105003,1035.002417,2240.414993 +233853,2246.615774,2446.145614,2815.205697,1049.094166,2239.069359 +233854,2268.951631,2448.674019,2813.292221,1038.620503,2237.839965 +233855,2240.297565,2451.84285,2813.139931,1041.063099,2238.864316 +233856,2280.236979,2453.771245,2810.238195,1057.74159,2236.707555 +233857,2275.358935,2456.507913,2807.783345,1053.967665,2235.191678 +233858,2285.174373,2458.916911,2805.455063,1059.409157,2233.909342 +233859,2292.585593,2461.106019,2803.173819,1062.895369,2232.758921 +233860,2300.174525,2463.113141,2800.881057,1066.496444,2231.668828 +233861,2307.590019,2465.713708,2800.288746,1070.002163,2232.708199 +233862,2315.098633,2467.196111,2796.94497,1073.54532,2230.509844 +233863,2337.610483,2475.674992,2794.234134,1076.898348,2229.136415 +233864,2306.680684,2463.078775,2793.294716,1080.297216,2229.954171 +233865,2347.638056,2481.845769,2791.418998,1083.774936,2229.705892 +233866,2341.720073,2473.380899,2789.108083,1087.086019,2228.994684 +233867,2350.986492,2475.726608,2784.98144,1090.491035,2226.132892 +233868,2361.333417,2478.79638,2783.219218,1093.696468,2226.356401 +233869,2374.619874,2479.527337,2780.808043,1097.017564,2225.61693 +233870,2365.21082,2480.19051,2776.408152,1100.255049,2222.506335 +233871,2371.204092,2481.780814,2772.853615,1103.547443,2220.437197 +233872,2392.334711,2482.863536,2769.5885,1106.568108,2218.736886 +233873,2391.192809,2483.668786,2766.430728,1109.895379,2217.195249 +233874,2417.523029,2485.434158,2763.294332,1112.98207,2215.715977 +233875,2379.701947,2485.279089,2760.182867,1116.116238,2214.305775 +233876,2449.871823,2486.283865,2757.213191,1119.288593,2213.105588 +233877,2387.879938,2487.238917,2754.273261,1122.257298,2211.978945 +233878,2457.986673,2487.63376,2751.43757,1125.364763,2211.014753 +233879,2422.697368,2488.139627,2748.497427,1128.386452,2209.958195 +233880,2443.885347,2488.888063,2747.068918,1131.398806,2210.769572 +233881,2454.136766,2497.263691,2743.505878,1137.029464,2209.117634 +233882,2462.078089,2485.258015,2741.100179,1140.77375,2208.96382 +233883,2469.209719,2501.062188,2739.175384,1143.961447,2209.442412 +233884,2476.479021,2493.436211,2737.493151,1147.290684,2210.248491 +233885,2483.175444,2494.100859,2735.630697,1150.482335,2210.866512 +233886,2490.478648,2495.67161,2735.25163,1153.63717,2213.318105 +233887,2497.066937,2494.821409,2732.057304,1156.750823,2212.379235 +233888,2503.925341,2495.007887,2729.348683,1159.83555,2212.03564 +233889,2510.442465,2494.985892,2726.775476,1162.965116,2211.845678 +233890,2517.368519,2495.012865,2724.246055,1165.880948,2211.698288 +233891,2523.907009,2494.46687,2721.704627,1168.93936,2211.530158 +233892,2530.459216,2494.175492,2719.127077,1171.90857,2211.314874 +233893,2537.050555,2493.771951,2716.515934,1174.791696,2211.056136 +233894,2551.643315,2493.278469,2713.981415,1177.840171,2210.888009 +233895,2538.01255,2486.046985,2712.838332,1180.702481,2212.417852 +233896,2569.624198,2499.7569,2709.079628,1183.607772,2210.76661 +233897,2558.463577,2482.153329,2706.032646,1186.483474,2209.972985 +233898,2569.963816,2498.280427,2703.082494,1189.413593,2209.278801 +233899,2576.212315,2480.534631,2700.164297,1192.135403,2208.608837 +233900,2582.098605,2496.446101,2697.340962,1195.006406,2208.246949 +233901,2588.295862,2478.624561,2694.487474,1197.792566,2207.62437 +233902,2594.606442,2494.139929,2691.640712,1200.57185,2207.00241 +233903,2600.439953,2475.89866,2688.751558,1203.333436,2206.324805 +233904,2606.929479,2484.601767,2685.752997,1206.077395,2205.509983 +233905,2612.907746,2482.05935,2682.849866,1208.804103,2204.806165 +233906,2618.97424,2479.385382,2679.985009,1211.513748,2204.143224 +233907,2624.992661,2478.268233,2677.064834,1214.285133,2203.406918 +233908,2630.766892,2476.925848,2674.133449,1216.764911,2202.650058 +233909,2637.096687,2474.899053,2671.199949,1219.598022,2201.882413 +233910,2642.875116,2473.34274,2668.259654,1222.174243,2201.097135 +233911,2656.125037,2471.234028,2665.432942,1224.782562,2200.44076 +233912,2651.736269,2469.318667,2662.580625,1227.35871,2199.748759 +233913,2660.968044,2467.310619,2659.555875,1229.916225,2199.037514 +233914,2666.81388,2464.936133,2656.49855,1232.456952,2198.058198 +233915,2672.128147,2462.690667,2653.463693,1234.980599,2197.095597 +233916,2677.502102,2460.261912,2650.421741,1237.488146,2196.115777 +233917,2683.542725,2457.964545,2647.385727,1239.97975,2195.13477 +233918,2689.012758,2455.367069,2644.357844,1242.536311,2194.348814 +233919,2701.92172,2453.000855,2641.462338,1244.876129,2193.450823 +233920,2697.802916,2450.093658,2638.55868,1247.379556,2192.716057 +233921,2706.165454,2440.598592,2637.026399,1249.79767,2192.958696 +233922,2711.581001,2453.119383,2632.912908,1252.20816,2190.73678 +233923,2716.488427,2431.81453,2629.459485,1254.610151,2189.243069 +233924,2722.347769,2440.475156,2626.135478,1256.996594,2187.738529 +233925,2735.397125,2435.125109,2624.830988,1259.371931,2188.868641 +233926,2723.305546,2431.330168,2620.816394,1261.648212,2186.522476 +233927,2746.69545,2428.403665,2617.316896,1264.121034,2184.774557 +233928,2742.994367,2425.477715,2615.890866,1266.397258,2185.524759 +233929,2748.254599,2421.695402,2611.858097,1268.732501,2183.07293 +233930,2761.060534,2418.536835,2608.531241,1272.718045,2181.451646 +233931,2758.494527,2415.040798,2605.52405,1273.541414,2180.405654 +233932,2763.647086,2411.443099,2602.480604,1279.232663,2179.071369 +233933,2776.038308,2407.914035,2599.595828,1274.559164,2177.896537 +233934,2775.709273,2404.633432,2598.508162,1290.606896,2178.908459 +233935,2777.877668,2400.231814,2594.634013,1266.228471,2176.476711 +233936,2789.126058,2396.709865,2591.36389,1292.201024,2174.754661 +233937,2795.691493,2392.838014,2588.534896,1285.234248,2173.5298 +233938,2794.105784,2388.909639,2585.792076,1289.073061,2172.368768 +233939,2794.871308,2384.857326,2582.812743,1291.22456,2170.878611 +233940,2797.475301,2380.76245,2579.645358,1293.48965,2169.117451 +233941,2722.428165,2318.784087,2574.635624,1242.180069,2165.403322 +233942,2688.578239,2318.619247,2561.106164,1243.260569,2149.458443 +233943,2696.129468,2311.114153,2544.972374,1244.631772,2129.096389 +233944,2709.489149,2306.614983,2531.670653,1249.76956,2111.685888 +233945,2706.096525,2301.667322,2522.02404,1244.952569,2098.673503 +233946,2715.730517,2296.641193,2514.975483,1259.329453,2088.792025 +233947,2713.682152,2291.744852,2509.516394,1235.387869,2081.323291 +233948,2723.471825,2286.465785,2504.99977,1260.171286,2075.287074 +233949,2721.773666,2281.350616,2500.964292,1272.316015,2070.10602 +233950,2730.686174,2276.25709,2497.31754,1225.868082,2065.847867 +233951,2723.888933,2271.048273,2495.44875,1271.648739,2063.779157 +233952,2732.294915,2265.6261,2490.886177,1255.722827,2058.575127 +233953,2732.778754,2260.422127,2487.073837,1260.430837,2054.432841 +233954,2733.182993,2255.219662,2483.565127,1262.021414,2050.768246 +233955,2731.282806,2249.552749,2480.059321,1263.707904,2047.19254 +233956,2729.462555,2244.180685,2476.450185,1265.219043,2043.559264 +233957,2730.431594,2238.816173,2474.448436,1266.912992,2041.964163 +233958,2727.465708,2233.069901,2469.776731,1268.413541,2037.128701 +233959,2725.498345,2227.605563,2465.63584,1270.017036,2032.966319 +233960,2723.954177,2221.932474,2461.683937,1271.729885,2029.026746 +233961,2722.66786,2216.3205,2457.872897,1273.222882,2025.227242 +233962,2721.568752,2210.608217,2454.185206,1274.793503,2021.535519 +233963,2720.589069,2204.879678,2450.608867,1276.458603,2017.930889 +233964,2719.70783,2199.094642,2447.13476,1277.950995,2014.399562 +233965,2718.888478,2193.470041,2443.738567,1279.624733,2010.931248 +233966,2718.127267,2187.416802,2440.400094,1281.114031,2007.516114 +233967,2717.402583,2181.62791,2437.117671,1282.871119,2004.149965 +233968,2716.726254,2175.702025,2433.897945,1284.225356,2000.832115 +233969,2716.078387,2169.745596,2430.727335,1285.954887,1997.558061 +233970,2715.467285,2163.835478,2427.594534,1287.425186,1994.323336 +233971,2714.874321,2157.749342,2424.510979,1288.940156,1991.123691 +233972,2714.302869,2151.649783,2421.454658,1290.587947,1987.953552 +233973,2713.7337,2145.515283,2418.421301,1292.03032,1984.809671 +233974,2713.047845,2131.467533,2415.323828,1293.533304,1981.585798 +233975,2712.497145,2144.101925,2412.346685,1295.165788,1978.488611 +233976,2711.960915,2114.25433,2409.388885,1296.602256,1975.411109 +233977,2711.295264,2124.571494,2406.366803,1298.095472,1972.249653 +233978,2710.752351,2112.912879,2403.431127,1299.725395,1969.190442 +233979,2710.241795,2107.103873,2400.548464,1301.15322,1966.172434 +233980,2709.71796,2100.996392,2397.666503,1302.641329,1963.149274 +233981,2709.209695,2094.705146,2394.812261,1304.265748,1960.154039 +233982,2708.72351,2088.335074,2391.989923,1305.778286,1957.180336 +233983,2708.233344,2082.003195,2389.184326,1310.438368,1954.217652 +233984,2707.763234,2075.582401,2386.396483,1306.377389,1951.273494 +233985,2707.277999,2069.276211,2383.628128,1322.74479,1948.330115 +233986,2706.84719,2062.848409,2380.901537,1292.564257,1945.431117 +233987,2706.439342,2056.469954,2378.206317,1322.577492,1942.562452 +233988,2705.999231,2050.059441,2375.507906,1312.786213,1939.669768 +233989,2705.549168,2043.777984,2372.821907,1315.972086,1936.780429 +233990,2705.112929,2037.185895,2370.152153,1317.866804,1933.905384 +233991,2704.676311,2030.804361,2367.508915,1319.197732,1931.03759 +233992,2704.260022,2024.430997,2364.883032,1320.77862,1928.182063 +233993,2703.84444,2017.980766,2362.27586,1322.253805,1925.33923 +233994,2703.447452,2011.567805,2359.695545,1323.733633,1922.507512 +233995,2703.049394,2005.116237,2357.134442,1325.195066,1919.685977 +233996,2702.669685,1998.75615,2354.587082,1326.806018,1916.874477 +233997,2702.274534,1992.30068,2352.059784,1328.219579,1914.061192 +233998,2701.587933,1985.945185,2349.270139,1329.790286,1910.783962 +233999,2700.464625,1979.539307,2346.132662,1331.255907,1906.92729 +234000,2699.796176,1973.309408,2343.507772,1336.314542,1904.018702 +234001,2699.788639,1836.73581,2341.620054,1219.539598,1902.490019 +234002,2683.414009,1869.158087,2328.566381,1226.115741,1883.701372 +234003,2662.004021,1816.408594,2312.463115,1222.341775,1860.033226 +234004,2643.922435,1833.317267,2298.322879,1222.696377,1838.194237 +234005,2628.922861,1836.292318,2285.121532,1222.645237,1815.84806 +234006,2617.293167,1788.217128,2273.827065,1222.707802,1796.001329 +234007,2611.364256,1826.232123,2267.210443,1222.85201,1783.877454 +234008,2609.055297,1779.139143,2263.224132,1223.046936,1775.732229 +234009,2607.583263,1796.296162,2259.556493,1223.286123,1767.81228 +234010,2606.318319,1780.100208,2256.035166,1223.563246,1760.067154 +234011,2603.09226,1798.436416,2250.704673,1223.868991,1749.552103 +234012,2598.895244,1731.899531,2244.771772,1224.205584,1738.483191 +234013,2595.338091,1776.046411,2239.680762,1224.566111,1729.315378 +234014,2592.161691,1748.665985,2234.989354,1224.947333,1720.873393 +234015,2589.289985,1744.79876,2230.590817,1225.350363,1713.376683 +234016,2586.676758,1737.789835,2226.434181,1225.773359,1706.313802 +234017,2588.181811,1730.565069,2226.232152,1226.218353,1706.384154 +234018,2592.291247,1723.715239,2227.984327,1226.675776,1709.540296 +234019,2591.740854,1716.665893,2224.895402,1227.147887,1703.783788 +234020,2591.651558,1709.792171,2222.916127,1227.648186,1700.754284 +234021,2590.534391,1702.959174,2219.950127,1228.156371,1695.982838 +234022,2586.844771,1696.070573,2214.709165,1228.682556,1687.499411 +234023,2583.447013,1689.547619,2210.153769,1229.227664,1680.651188 +234024,2585.027521,1682.845166,2210.388145,1229.787682,1682.837887 +234025,2585.034654,1676.302774,2208.418201,1230.354594,1679.835591 +234026,2581.372001,1669.822016,2203.121317,1231.03398,1671.248514 +234027,2583.026909,1682.056874,2203.486624,1231.507256,1673.386952 +234028,2583.11523,1630.348953,2201.603851,1232.181139,1670.742977 +234029,2579.178881,1688.358845,2196.080488,1232.797498,1661.88254 +234030,2575.534419,1606.472813,2191.418805,1235.546745,1655.152066 +234031,2572.268481,1677.484997,2187.134976,1233.817686,1648.972784 +234032,2575.877923,1597.349077,2189.425859,1236.238758,1654.623788 +234033,2577.200787,1643.468775,2188.51859,1234.361911,1653.427968 +234034,2579.521572,1614.682226,2188.882213,1240.829959,1655.047941 +234035,2586.048845,1616.181707,2193.140513,1227.634734,1663.10642 +234036,2585.211456,1608.987034,2189.751988,1261.04459,1656.51416 +234037,2585.304254,1603.675447,2188.28752,1208.967339,1655.046176 +234038,2583.863802,1598.182811,2185.274772,1252.200443,1650.503772 +234039,2578.178537,1592.774842,2178.488798,1255.651435,1639.610333 +234040,2573.053511,1587.469273,2172.846152,1212.318802,1631.371759 +234041,2576.014933,1582.269949,2174.930042,1254.39522,1637.165708 +234042,2576.49111,1577.149236,2173.491808,1238.900569,1634.650964 +234043,2571.110263,1572.146378,2166.71669,1242.556218,1623.540818 +234044,2574.202307,1569.149629,2168.727514,1243.342666,1629.673399 +234045,2574.800935,1565.616595,2167.387045,1244.160616,1627.313536 +234046,2577.10862,1562.295047,2168.02108,1245.029836,1629.196244 +234047,2576.831946,1558.880595,2165.922162,1245.726267,1625.764568 +234048,2570.567996,1555.628182,2158.454433,1246.573493,1613.357795 +234049,2564.861747,1552.469636,2152.419467,1247.423963,1604.809343 +234050,2559.84799,1549.383306,2147.035932,1248.224164,1596.957593 +234051,2555.311439,1546.519418,2142.029169,1249.098601,1589.854624 +234052,2561.874826,1543.370152,2147.596605,1249.965085,1601.192833 +234053,2564.731413,1540.865268,2147.988785,1250.813341,1601.914528 +234054,2558.948235,1538.315384,2140.545556,1252.035954,1589.042336 +234055,2553.58512,1536.101385,2134.7494,1253.080667,1580.274768 +234056,2560.499062,1533.666333,2140.806415,1254.422213,1592.718294 +234057,2563.514466,1531.387154,2141.356218,1255.850988,1593.610311 +234058,2557.192011,1529.465096,2133.423713,1266.795225,1579.742781 +234059,2563.061322,1526.980897,2138.567327,1244.716639,1590.376193 +234060,2565.325304,1525.127667,2138.560829,1267.129269,1590.251059 +234061,2558.356847,1629.797755,2130.227946,1382.420377,1575.761703 +234062,2566.257589,1629.749554,2133.500441,1365.666812,1580.578995 +234063,2581.374926,1629.365199,2142.105433,1379.51894,1595.02747 +234064,2595.69224,1628.701069,2150.55315,1380.494227,1610.321212 +234065,2620.099176,1627.974791,2170.315019,1383.765951,1647.194765 +234066,2634.755988,1627.165133,2179.964169,1386.866978,1665.04397 +234067,2634.741338,1626.460722,2177.056927,1389.975446,1662.105511 +234068,2648.088338,1625.477493,2188.920421,1393.185981,1687.189383 +234069,2669.952509,1624.599264,2207.77481,1396.75898,1722.239215 +234070,2673.717825,1623.894036,2207.628302,1399.559272,1722.098256 +234071,2665.774343,1623.103427,2198.56458,1403.160342,1708.227832 +234072,2672.933353,1622.136404,2205.771559,1406.525667,1724.797215 +234073,2690.152255,1621.271215,2220.623668,1410.062722,1752.565422 +234074,2690.939862,1620.589959,2218.124733,1413.380499,1747.619049 +234075,2680.978201,1619.828689,2207.438735,1416.804611,1730.110498 +234076,2673.020919,1618.754895,2200.166155,1426.03303,1719.998147 +234077,2666.936758,1618.237161,2194.478699,1421.609545,1712.339258 +234078,2662.051591,1617.358109,2189.672562,1428.580667,1705.901355 +234079,2658.18463,1616.614354,2185.577577,1432.08186,1700.419988 +234080,2671.994377,1615.878986,2198.410036,1435.787141,1725.489932 +234081,2678.487947,1615.112695,2201.845188,1439.659916,1730.155079 +234082,2670.937889,1614.38656,2192.288287,1443.249062,1712.705069 +234083,2665.412535,1622.717967,2186.510595,1447.25739,1704.307333 +234084,2678.732549,1599.68874,2199.180785,1451.835018,1728.347483 +234085,2703.975268,1618.616951,2221.174646,1456.039744,1766.086778 +234086,2723.764696,1610.260735,2235.903891,1460.178338,1789.262748 +234087,2719.94172,1610.848147,2228.102996,1463.817073,1772.564675 +234088,2719.471586,1610.26271,2226.808452,1468.262905,1770.376202 +234089,2717.637571,1609.592848,2223.948979,1472.67512,1764.938898 +234090,2706.457374,1608.942744,2212.356399,1476.73758,1744.166319 +234091,2697.863587,1608.282332,2204.585894,1480.974628,1731.585741 +234092,2691.670546,1607.604548,2198.738529,1490.402192,1722.111521 +234093,2703.844744,1606.950844,2210.556307,1483.701249,1744.173788 +234094,2709.050917,1606.258709,2212.837036,1501.815082,1746.426691 +234095,2717.273176,1605.62261,2218.952232,1497.561967,1756.478918 +234096,2719.634071,1604.962911,2218.907689,1504.076745,1754.97341 +234097,2726.016953,1604.337182,2223.686539,1509.04449,1762.952335 +234098,2727.388939,1603.692448,2222.975783,1513.54462,1760.402969 +234099,2716.717179,1603.064939,2211.267382,1517.56443,1738.848225 +234100,2725.853095,1602.483737,2220.636305,1523.283263,1756.864595 +234101,2748.470126,1601.856514,2240.54707,1529.060937,1791.143439 +234102,2766.789008,1601.238403,2254.102516,1533.376443,1812.076992 +234103,2777.772766,1600.633962,2261.146378,1538.272382,1821.548283 +234104,2785.133623,1600.050635,2265.627342,1543.389913,1827.22016 +234105,2791.146585,1599.465449,2269.387356,1548.497044,1832.022119 +234106,2795.885206,1598.884715,2272.103572,1553.550205,1835.036644 +234107,2785.977079,1598.291893,2260.878124,1558.119651,1813.348406 +234108,2768.410533,1597.737385,2244.257625,1567.623054,1784.10862 +234109,2770.019791,1597.209311,2247.358101,1567.338169,1791.357861 +234110,2783.918007,1596.639756,2259.714525,1575.201421,1812.563267 +234111,2780.053043,1596.059018,2252.782395,1579.903451,1797.593513 +234112,2764.875171,1595.538363,2237.553675,1583.500842,1770.309681 +234113,2753.034894,1595.025826,2227.306377,1593.535802,1753.457874 +234114,2744.806125,1594.500736,2219.717064,1597.68427,1740.907813 +234115,2738.7775,1594.102229,2213.745529,1602.635512,1730.901376 +234116,2734.293791,1593.305757,2208.912863,1607.151772,1722.731447 +234117,2730.928972,1593.071721,2204.936203,1610.035811,1715.99007 +234118,2749.13373,1592.500655,2222.241412,1616.080562,1747.752347 +234119,2756.955649,1591.99127,2226.108068,1620.586132,1752.066917 +234120,2746.867865,1591.521385,2213.566014,1615.110488,1728.274451 +234121,2739.73673,1613.758824,2207.035016,1609.998591,1718.113651 +234122,2736.690721,1614.395513,2203.698652,1608.839982,1713.445215 +234123,2758.224619,1614.466314,2223.823619,1620.029462,1751.164124 +234124,2768.840162,1614.399708,2229.438505,1628.880082,1759.237568 +234125,2759.397272,1614.625694,2217.316571,1627.295526,1736.937073 +234126,2774.818305,1614.2977,2233.000246,1635.146347,1767.929399 +234127,2805.900971,1637.559933,2260.841916,1652.619574,1817.263897 +234128,2805.00473,1579.372793,2254.354821,1656.959302,1801.845774 +234129,2786.468359,1630.426225,2234.906015,1650.276951,1767.304605 +234130,2774.219677,1610.041379,2224.877353,1644.927719,1752.521547 +234131,2788.124285,1613.271608,2239.915538,1652.155952,1782.487153 +234132,2792.414297,1613.100409,2241.758658,1657.842725,1784.700418 +234133,2800.908788,1612.877111,2248.678529,1664.55042,1797.387791 +234134,2826.026605,1635.839703,2271.680349,1679.503356,1838.390095 +234135,2821.143844,1577.967942,2262.80602,1682.428288,1819.032704 +234136,2800.49199,1628.640772,2241.958085,1675.036911,1782.092709 +234137,2807.87441,1608.240175,2251.513341,1678.937266,1802.705457 +234138,2808.847249,1611.517752,2250.728205,1682.63924,1800.661716 +234139,2814.854087,1611.294971,2255.956472,1688.211284,1810.501742 +234140,2813.850615,1611.011387,2253.387586,1691.222436,1805.330705 +234141,2797.345592,1610.850168,2236.481318,1686.337263,1775.333712 +234142,2806.978914,1610.455115,2247.901031,1692.003737,1799.002599 +234143,2808.636298,1610.203462,2247.444791,1696.579578,1797.34581 +234144,2792.855271,1609.90391,2230.926177,1692.457619,1767.819882 +234145,2780.73944,1609.654545,2220.876127,1688.531278,1752.584798 +234146,2772.623659,1623.93452,2213.265582,1686.279247,1741.455196 +234147,2789.224402,1587.661683,2230.892437,1696.104879,1775.916344 +234148,2822.174624,1623.774943,2260.661108,1716.032198,1828.465995 +234149,2818.217624,1599.279903,2251.491666,1720.975555,1807.616852 +234150,2795.36333,1624.043738,2228.055972,1713.478173,1765.821138 +234151,2780.674351,1588.548482,2215.939897,1707.714038,1747.52245 +234152,2771.579586,1617.419542,2207.808887,1704.89029,1735.676413 +234153,2763.714865,1604.064473,2201.178992,1703.620984,1726.14821 +234154,2756.817887,1625.856074,2195.251332,1703.171384,1717.763168 +234155,2750.883771,1579.10975,2189.824943,1703.252964,1710.223556 +234156,2745.504916,1631.25059,2184.786885,1703.679089,1703.361765 +234157,2767.844094,1589.107323,2207.531725,1716.63835,1747.18058 +234158,2807.89813,1624.463321,2243.659716,1740.513388,1810.962675 +234159,2805.512463,1605.575528,2233.935394,1746.831343,1788.125901 +234160,2780.557797,1580.964428,2207.982661,1738.868011,1741.483893 +234161,2765.735625,1630.184983,2195.743663,1733.071261,1723.192746 +234162,2781.075223,1586.145424,2212.836063,1742.033306,1757.161355 +234163,2816.804946,1628.234955,2245.541491,1763.147108,1815.290288 +234164,2842.076306,1573.156769,2265.309785,1782.221481,1846.449224 +234165,2829.706141,1629.203567,2247.670919,1782.746425,1810.588294 +234166,2825.122851,1589.169536,2243.54787,1782.953764,1804.653163 +234167,2819.219706,1599.287205,2237.336935,1783.270037,1793.899314 +234168,2799.222689,1622.263693,2217.690734,1776.898047,1759.4197 +234169,2785.222784,1575.508193,2206.146733,1772.185698,1741.779718 +234170,2800.730627,1621.301721,2223.045934,1780.934425,1775.770177 +234171,2831.024391,1585.80096,2251.089343,1800.436873,1825.246292 +234172,2824.586026,1616.603755,2239.14383,1804.395089,1799.615227 +234173,2824.665469,1583.28812,2239.609398,1807.853303,1801.882605 +234174,2847.028225,1607.012553,2260.46559,1821.833361,1839.72704 +234175,2865.893595,1610.518679,2275.312714,1836.253548,1863.742484 +234176,2880.788913,1579.618387,2286.553965,1848.576565,1881.445631 +234177,2888.896181,1607.396898,2290.766395,1857.499616,1886.309711 +234178,2868.005742,1596.2665,2267.727508,1852.424485,1842.842839 +234179,2836.755005,1613.594009,2238.996153,1839.684528,1793.50354 +234180,2815.584572,1573.549736,2222.433698,1830.737567,1768.172601 +234181,2801.813641,1594.963593,2211.638116,1826.140608,1752.397981 +234182,2785.743689,1530.787716,2199.128086,1820.575321,1734.232403 +234183,2796.416527,1576.053944,2212.692806,1826.991412,1763.725317 +234184,2825.537144,1558.046344,2240.313632,1845.243745,1814.060383 +234185,2814.940689,1560.311797,2225.231142,1848.135648,1782.915445 +234186,2785.04093,1568.3474,2195.603285,1838.269752,1730.296327 +234187,2767.23152,1551.908431,2180.234579,1831.257623,1706.581368 +234188,2779.900125,1575.789527,2194.827163,1839.505382,1736.510396 +234189,2813.485058,1530.6255,2226.038426,1860.378877,1791.967591 +234190,2840.834721,1569.926037,2248.286094,1880.627179,1827.583886 +234191,2827.414142,1552.81505,2229.618372,1881.660678,1789.42187 +234192,2821.631909,1554.950379,2224.357138,1881.766301,1781.42904 +234193,2814.569141,1554.448816,2217.035136,1881.948527,1768.70683 +234194,2817.114437,1553.618615,2220.181462,1886.355159,1775.68434 +234195,2842.622057,1553.023249,2244.34487,1902.149008,1819.50722 +234196,2834.098203,1552.007197,2231.309927,1904.807202,1792.462663 +234197,2806.837159,1551.362492,2204.831075,1895.70348,1745.8725 +234198,2789.235063,1550.498951,2190.628369,1888.879593,1724.587288 +234199,2803.021616,1549.928833,2206.342978,1897.154927,1756.957473 +234200,2832.660862,1549.179971,2233.377545,1916.548089,1805.164109 +234201,2825.324164,1548.196235,2221.828629,1921.444294,1780.82357 +234202,2801.006204,1547.420926,2197.699223,1914.339928,1738.779419 +234203,2808.89365,1546.873218,2207.957585,1919.894249,1761.836033 +234204,2837.386698,1546.112165,2235.418674,1938.335702,1811.871922 +234205,2831.925759,1545.111927,2225.307238,1943.446905,1790.37188 +234206,2831.410018,1544.47917,2224.714204,1947.419037,1790.887788 +234207,2826.472681,1543.658123,2219.0416,1949.923956,1781.365196 +234208,2829.871756,1542.894529,2222.595764,1955.631856,1789.546516 +234209,2854.541067,1549.13929,2246.20011,1972.015295,1832.90369 +234210,2872.279154,1530.748,2259.282204,1987.677667,1853.695886 +234211,2884.069113,1545.467859,2267.598722,1999.923981,1866.729318 +234212,2891.840901,1538.527256,2272.571056,2009.623261,1874.163283 +234213,2898.191132,1538.686069,2276.519956,2017.895953,1880.297438 +234214,2902.804458,1537.842828,2279.310622,2025.839648,1884.466874 +234215,2905.37731,1536.968398,2280.290751,2032.764758,1885.493965 +234216,2887.951592,1536.055525,2262.166518,2030.100217,1852.649628 +234217,2861.23955,1535.06076,2238.057586,2021.110777,1812.231523 +234218,2841.438511,1534.469835,2222.657449,2014.472676,1789.328718 +234219,2826.421036,1530.603359,2210.727314,2010.465478,1772.151737 +234220,2813.679153,1529.373016,2200.208169,2008.685528,1757.775625 +234221,2826.490815,1528.222997,2214.283916,2018.954883,1788.274647 +234222,2855.985317,1527.089148,2240.623552,2039.130304,1837.2555 +234223,2875.684126,1525.974397,2254.397941,2056.632916,1860.365126 +234224,2888.295935,1524.773164,2262.623929,2069.513044,1874.336154 +234225,2873.060811,1523.850032,2244.26931,2068.726672,1840.752957 +234226,2865.120258,1522.732682,2237.17576,2068.576921,1831.255245 +234227,2857.097647,1521.773956,2229.406223,2069.051261,1819.746062 +234228,2837.40119,1520.508953,2210.495483,2064.020314,1788.516879 +234229,2844.492934,1519.565528,2220.273262,2070.183986,1811.209499 +234230,2867.237046,1518.448045,2241.23701,2086.345498,1850.077863 +234231,2860.236428,1517.319442,2230.022097,2090.165984,1828.367351 +234232,2837.482918,1516.26899,2207.751496,2083.898381,1790.89454 +234233,2843.672059,1515.239298,2216.893632,2088.834778,1812.759155 +234234,2842.700663,1514.106419,2214.573886,2093.896053,1809.636179 +234235,2847.392558,1513.052813,2218.881439,2100.55234,1819.66816 +234236,2844.781181,1511.951721,2214.93532,2104.569832,1813.683068 +234237,2825.883571,1510.863784,2195.86462,2100.223314,1781.401863 +234238,2812.500015,1509.809421,2184.162392,2096.416866,1765.365183 +234239,2825.904693,1508.739057,2199.588719,2105.527079,1797.809955 +234240,2854.323228,1507.63441,2225.235209,2124.498868,1844.456616 +234241,2875.667592,1440.271352,2242.389182,2142.126951,1873.376658 +234242,2855.871756,1438.698099,2220.90089,2138.425807,1834.523316 +234243,2839.048627,1437.259778,2207.103944,2132.557073,1815.21235 +234244,2821.208207,1435.872021,2191.682696,2128.202349,1790.594496 +234245,2814.819746,1434.528526,2187.378237,2130.055064,1785.259465 +234246,2806.182697,1433.162225,2178.429225,2132.372672,1769.194472 +234247,2784.418608,1431.816598,2156.823272,2128.139113,1730.576189 +234248,2768.434237,1430.490253,2143.349747,2124.873301,1708.86961 +234249,2756.744662,1429.147424,2133.288547,2123.627764,1692.700166 +234250,2747.281868,1427.816506,2124.96382,2123.485975,1679.701538 +234251,2739.277627,1426.60342,2117.781487,2123.98589,1668.737065 +234252,2755.386019,1425.008054,2134.347848,2135.47309,1700.826396 +234253,2760.681942,1423.891079,2136.398472,2144.415495,1703.00444 +234254,2770.954335,1422.491669,2145.107208,2154.22723,1719.015415 +234255,2799.783518,1421.192962,2171.385805,2173.056416,1765.94461 +234256,2794.914069,1419.693483,2161.23602,2178.442766,1743.823708 +234257,2772.065314,1418.676153,2138.118778,2172.161734,1702.944812 +234258,2780.070592,1417.138097,2148.780516,2178.027697,1726.29686 +234259,2806.954837,1415.853256,2173.885199,2195.798638,1771.576302 +234260,2827.873515,1414.478948,2190.130261,2212.920217,1798.176977 +234261,2817.325079,1413.102381,2175.471908,2214.979336,1769.103503 +234262,2792.456627,1411.776381,2151.555458,2207.206084,1727.8079 +234263,2796.476716,1410.465126,2159.078158,2211.266404,1745.854727 +234264,2817.010123,1408.956327,2178.417072,2226.010119,1781.140763 +234265,2811.559044,1407.721178,2169.410262,2230.49948,1762.953326 +234266,2791.778502,1406.307236,2150.288666,2225.41976,1730.329562 +234267,2777.246546,1404.971694,2138.901324,2221.285092,1713.942547 +234268,2766.548146,1403.703406,2130.469399,2219.056117,1702.266782 +234269,2757.741422,1402.168644,2123.407301,2218.28761,1693.024351 +234270,2750.124869,1400.87495,2117.179904,2218.237839,1685.17541 +234271,2743.379997,1399.41948,2111.578851,2218.617084,1678.401519 +234272,2760.221368,1397.986056,2129.339032,2229.690503,1714.019356 +234273,2791.835684,1396.389918,2158.04638,2249.99028,1765.810228 +234274,2789.51594,1395.026191,2150.468249,2256.520757,1749.223632 +234275,2790.132502,1393.529883,2150.604015,2260.603466,1751.183037 +234276,2787.520986,1392.038287,2147.251114,2263.464635,1746.312058 +234277,2771.211648,1390.54243,2131.124642,2259.598202,1719.022496 +234278,2780.231898,1389.083843,2142.333663,2265.973525,1743.416783 +234279,2782.104173,1387.528368,2142.733178,2271.820302,1744.586676 +234280,2767.748708,1386.0214,2128.112103,2269.396168,1719.693376 +234281,2756.909175,1384.529694,2119.413752,2266.795469,1707.972823 +234282,2748.682473,1383.001563,2112.974937,2265.645189,1700.067308 +234283,2741.828133,1381.477464,2107.561121,2265.355651,1693.803943 +234284,2735.848388,1379.949352,2102.776591,2265.581774,1688.566833 +234285,2730.524501,1378.417877,2098.46648,2266.133462,1684.120918 +234286,2725.431102,1376.9917,2094.56478,2266.923317,1680.357796 +234287,2721.145871,1375.291501,2091.034852,2267.917884,1677.209338 +234288,2717.303454,1373.828132,2087.84363,2269.099695,1674.613823 +234289,2713.851079,1372.267654,2084.95814,2270.453491,1672.511732 +234290,2732.751168,1370.743204,2104.192721,2282.093583,1710.394661 +234291,2764.839888,1369.045719,2132.94324,2302.285076,1761.903404 +234292,2765.471425,1367.61306,2128.100708,2309.240934,1750.355132 +234293,2769.795994,1366.024119,2131.899274,2314.673908,1758.788966 +234294,2792.630931,1364.4625,2153.551605,2329.142934,1798.738138 +234295,2810.972194,1362.866572,2168.114101,2343.618887,1823.019171 +234296,2802.074394,1361.144661,2156.249523,2345.210604,1800.07979 +234297,2780.767474,1359.748717,2136.216646,2338.195811,1766.073427 +234298,2766.629294,1358.20012,2125.48134,2333.088652,1750.80045 +234299,2775.208306,1356.356335,2136.422853,2339.246395,1774.254756 +234300,2776.834146,1375.219849,2137.079503,2344.665752,1775.916953 +234301,2065.018433,1324.545878,1120.747531,1903.223292,2465.731485 +234302,2159.048692,1495.665808,1171.744868,1990.734104,2529.692071 +234303,2277.322535,1484.230906,1238.099665,2097.615021,2600.425896 +234304,2383.44885,1504.6756,1300.122661,2187.177649,2659.323591 +234305,2467.124457,1459.666266,1351.648813,2249.744947,2704.50408 +234306,2524.763166,1500.315364,1390.329845,2286.772445,2732.503279 +234307,2556.933185,1482.917885,1416.056816,2301.916847,2741.248659 +234308,2573.159277,1485.133688,1433.171487,2305.280997,2738.354805 +234309,2582.59686,1484.321447,1445.968014,2305.605873,2731.857568 +234310,2589.013195,1483.434953,1456.262123,2305.931304,2724.767447 +234311,2593.885669,1482.518278,1464.85827,2306.933752,2718.117087 +234312,2597.798397,1481.569967,1472.16284,2308.509381,2712.190131 +234313,2600.995836,1480.574216,1478.419891,2310.421821,2706.99511 +234314,2603.620033,1479.578474,1483.804574,2312.500584,2702.460957 +234315,2605.772767,1478.570559,1488.458015,2314.656521,2698.507967 +234316,2607.542651,1477.548321,1492.49665,2316.846251,2695.062865 +234317,2608.994365,1476.515666,1496.016554,2319.045331,2692.060679 +234318,2610.18185,1475.471958,1499.097174,2321.236786,2689.444572 +234319,2611.148394,1474.4204,1501.804357,2323.407818,2687.164927 +234320,2611.928325,1473.35993,1504.192982,2325.54931,2685.178817 +234321,2612.548861,1472.293108,1506.308846,2327.655276,2683.449014 +234322,2613.031997,1471.218642,1508.190325,2329.72223,2681.943435 +234323,2613.395575,1470.138627,1509.869543,2331.748294,2680.634233 +234324,2613.65429,1469.051862,1511.373493,2333.732657,2679.497368 +234325,2613.820227,1467.959398,1512.724824,2335.67505,2678.511889 +234326,2613.90363,1466.860754,1513.942634,2337.575582,2677.659658 +234327,2613.913071,1465.644969,1515.042991,2339.434503,2676.924791 +234328,2613.853997,1464.668446,1516.038139,2341.249067,2676.291013 +234329,2613.73299,1463.48205,1516.939967,2343.020881,2675.746938 +234330,2613.556262,1462.374482,1517.758999,2344.752269,2675.283222 +234331,2613.328804,1461.160231,1518.504,2346.444625,2674.891275 +234332,2613.044304,1459.92154,1519.178644,2348.019563,2674.563148 +234333,2612.699287,1458.668356,1519.786466,2349.435041,2674.291576 +234334,2612.295366,1457.402865,1520.331965,2350.692453,2674.070094 +234335,2611.836798,1456.126456,1520.820012,2351.81264,2673.89297 +234336,2611.328268,1452.031531,1521.255215,2352.817415,2673.755121 +234337,2610.624408,1450.155016,1521.519573,2354.021783,2673.654069 +234338,2609.785115,1448.669241,1521.660578,2355.314515,2673.582905 +234339,2608.891194,1447.142792,1521.742389,2356.522808,2673.537676 +234340,2607.985238,1445.649949,1521.799674,2357.568046,2673.515731 +234341,2607.07829,1444.165769,1521.842903,2358.44825,2673.51462 +234342,2606.167917,1442.68448,1521.872067,2359.190589,2673.531902 +234343,2605.249226,1441.203491,1521.88496,2359.822081,2673.565188 +234344,2604.318697,1439.720871,1521.880041,2360.360651,2673.612265 +234345,2603.37442,1438.235916,1521.85667,2360.816289,2673.671097 +234346,2602.41548,1436.747735,1521.814725,2361.194516,2673.739863 +234347,2601.441396,1435.256188,1521.75427,2361.498856,2673.816902 +234348,2600.451906,1433.760705,1521.675439,2361.732029,2673.900736 +234349,2599.446849,1432.261329,1521.578387,2361.896307,2673.990011 +234350,2598.426191,1430.757609,1521.463309,2361.99362,2674.083524 +234351,2597.389979,1429.158574,1521.330429,2362.025577,2674.180169 +234352,2596.338349,1427.781716,1521.180008,2361.993532,2674.278965 +234353,2595.271501,1426.197356,1521.012327,2361.89863,2674.379007 +234354,2594.189678,1424.690411,1520.827692,2361.741881,2674.479497 +234355,2593.093151,1423.164087,1520.626411,2361.524173,2674.579689 +234356,2591.982223,1421.632749,1520.408813,2361.246323,2674.678928 +234357,2590.85719,1420.09674,1520.175222,2360.909078,2674.776601 +234358,2589.718386,1418.555751,1519.925971,2360.513138,2674.872171 +234359,2588.566118,1417.010037,1519.661389,2360.059153,2674.96513 +234360,2587.400712,1415.459331,1519.381807,2359.547744,2675.055037 +234361,0,0,0,0,0 +234362,0,0,0,0,0 +234363,0,0,0,0,0 +234364,0,0,0,0,0 +234365,0,0,0,0,0 +234366,0,0,0,0,0 +234367,0,0,0,0,0 +234368,0,0,0,0,0 +234369,0,0,0,0,0 +234370,0,0,0,0,0 +234371,0,0,0,0,0 +234372,0,0,0,0,0 +234373,0,0,0,0,0 +234374,0,0,0,0,0 +234375,0,0,0,0,0 +234376,0,0,0,0,0 +234377,0,0,0,0,0 +234378,0,0,0,0,0 +234379,0,0,0,0,0 +234380,0,0,0,0,0 +234381,0,0,0,0,0 +234382,0,0,0,0,0 +234383,0,0,0,0,0 +234384,0,0,0,0,0 +234385,0,0,0,0,0 +234386,0,0,0,0,0 +234387,0,0,0,0,0 +234388,0,0,0,0,0 +234389,0,0,0,0,0 +234390,0,0,0,0,0 +234391,0,0,0,0,0 +234392,0,0,0,0,0 +234393,0,0,0,0,0 +234394,0,0,0,0,0 +234395,0,0,0,0,0 +234396,0,0,0,0,0 +234397,0,0,0,0,0 +234398,0,0,0,0,0 +234399,0,0,0,0,0 +234400,0,0,0,0,0 +234401,0,0,0,0,0 +234402,0,0,0,0,0 +234403,0,0,0,0,0 +234404,0,0,0,0,0 +234405,0,0,0,0,0 +234406,0,0,0,0,0 +234407,0,0,0,0,0 +234408,0,0,0,0,0 +234409,0,0,0,0,0 +234410,0,0,0,0,0 +234411,0,0,0,0,0 +234412,0,0,0,0,0 +234413,0,0,0,0,0 +234414,0,0,0,0,0 +234415,0,0,0,0,0 +234416,0,0,0,0,0 +234417,0,0,0,0,0 +234418,0,0,0,0,0 +234419,0,0,0,0,0 +234420,0,0,0,0,0 +234421,0,0,0,0,0 +234422,0,0,0,0,0 +234423,0,0,0,0,0 +234424,0,0,0,0,0 +234425,0,0,0,0,0 +234426,0,0,0,0,0 +234427,0,0,0,0,0 +234428,0,0,0,0,0 +234429,0,0,0,0,0 +234430,0,0,0,0,0 +234431,0,0,0,0,0 +234432,0,0,0,0,0 +234433,0,0,0,0,0 +234434,0,0,0,0,0 +234435,0,0,0,0,0 +234436,0,0,0,0,0 +234437,0,0,0,0,0 +234438,0,0,0,0,0 +234439,0,0,0,0,0 +234440,0,0,0,0,0 +234441,0,0,0,0,0 +234442,0,0,0,0,0 +234443,0,0,0,0,0 +234444,0,0,0,0,0 +234445,0,0,0,0,0 +234446,0,0,0,0,0 +234447,0,0,0,0,0 +234448,0,0,0,0,0 +234449,0,0,0,0,0 +234450,0,0,0,0,0 +234451,0,0,0,0,0 +234452,0,0,0,0,0 +234453,0,0,0,0,0 +234454,0,0,0,0,0 +234455,0,0,0,0,0 +234456,0,0,0,0,0 +234457,0,0,0,0,0 +234458,0,0,0,0,0 +234459,0,0,0,0,0 +234460,0,0,0,0,0 +234461,0,0,0,0,0 +234462,0,0,0,0,0 +234463,0,0,0,0,0 +234464,0,0,0,0,0 +234465,0,0,0,0,0 +234466,0,0,0,0,0 +234467,0,0,0,0,0 +234468,0,0,0,0,0 +234469,0,0,0,0,0 +234470,0,0,0,0,0 +234471,0,0,0,0,0 +234472,0,0,0,0,0 +234473,0,0,0,0,0 +234474,0,0,0,0,0 +234475,0,0,0,0,0 +234476,0,0,0,0,0 +234477,0,0,0,0,0 +234478,0,0,0,0,0 +234479,0,0,0,0,0 +234480,0,0,0,0,0 +234481,0,0,0,0,0 +234482,0,0,0,0,0 +234483,0,0,0,0,0 +234484,0,0,0,0,0 +234485,0,0,0,0,0 +234486,0,0,0,0,0 +234487,0,0,0,0,0 +234488,0,0,0,0,0 +234489,0,0,0,0,0 +234490,0,0,0,0,0 +234491,0,0,0,0,0 +234492,0,0,0,0,0 +234493,0,0,0,0,0 +234494,0,0,0,0,0 +234495,0,0,0,0,0 +234496,0,0,0,0,0 +234497,0,0,0,0,0 +234498,0,0,0,0,0 +234499,0,0,0,0,0 +234500,0,0,0,0,0 +234501,0,0,0,0,0 +234502,0,0,0,0,0 +234503,0,0,0,0,0 +234504,0,0,0,0,0 +234505,0,0,0,0,0 +234506,0,0,0,0,0 +234507,0,0,0,0,0 +234508,0,0,0,0,0 +234509,0,0,0,0,0 +234510,0,0,0,0,0 +234511,0,0,0,0,0 +234512,0,0,0,0,0 +234513,0,0,0,0,0 +234514,0,0,0,0,0 +234515,0,0,0,0,0 +234516,0,0,0,0,0 +234517,0,0,0,0,0 +234518,0,0,0,0,0 +234519,0,0,0,0,0 +234520,0,0,0,0,0 +234521,0,0,0,0,0 +234522,0,0,0,0,0 +234523,0,0,0,0,0 +234524,0,0,0,0,0 +234525,0,0,0,0,0 +234526,0,0,0,0,0 +234527,0,0,0,0,0 +234528,0,0,0,0,0 +234529,0,0,0,0,0 +234530,0,0,0,0,0 +234531,0,0,0,0,0 +234532,0,0,0,0,0 +234533,0,0,0,0,0 +234534,0,0,0,0,0 +234535,0,0,0,0,0 +234536,0,0,0,0,0 +234537,0,0,0,0,0 +234538,0,0,0,0,0 +234539,0,0,0,0,0 +234540,0,0,0,0,0 +234541,0,0,0,0,0 +234542,0,0,0,0,0 +234543,0,0,0,0,0 +234544,0,0,0,0,0 +234545,0,0,0,0,0 +234546,0,0,0,0,0 +234547,0,0,0,0,0 +234548,0,0,0,0,0 +234549,0,0,0,0,0 +234550,0,0,0,0,0 +234551,0,0,0,0,0 +234552,0,0,0,0,0 +234553,0,0,0,0,0 +234554,0,0,0,0,0 +234555,0,0,0,0,0 +234556,0,0,0,0,0 +234557,0,0,0,0,0 +234558,0,0,0,0,0 +234559,0,0,0,0,0 +234560,0,0,0,0,0 +234561,0,0,0,0,0 +234562,0,0,0,0,0 +234563,0,0,0,0,0 +234564,0,0,0,0,0 +234565,0,0,0,0,0 +234566,0,0,0,0,0 +234567,0,0,0,0,0 +234568,0,0,0,0,0 +234569,0,0,0,0,0 +234570,0,0,0,0,0 +234571,0,0,0,0,0 +234572,0,0,0,0,0 +234573,0,0,0,0,0 +234574,0,0,0,0,0 +234575,0,0,0,0,0 +234576,0,0,0,0,0 +234577,0,0,0,0,0 +234578,0,0,0,0,0 +234579,0,0,0,0,0 +234580,0,0,0,0,0 +234581,0,0,0,0,0 +234582,0,0,0,0,0 +234583,0,0,0,0,0 +234584,0,0,0,0,0 +234585,0,0,0,0,0 +234586,0,0,0,0,0 +234587,0,0,0,0,0 +234588,0,0,0,0,0 +234589,0,0,0,0,0 +234590,0,0,0,0,0 +234591,0,0,0,0,0 +234592,0,0,0,0,0 +234593,0,0,0,0,0 +234594,0,0,0,0,0 +234595,0,0,0,0,0 +234596,0,0,0,0,0 +234597,0,0,0,0,0 +234598,0,0,0,0,0 +234599,0,0,0,0,0 +234600,0,0,0,0,0 +234601,0,0,0,0,0 +234602,0,0,0,0,0 +234603,0,0,0,0,0 +234604,0,0,0,0,0 +234605,0,0,0,0,0 +234606,0,0,0,0,0 +234607,0,0,0,0,0 +234608,0,0,0,0,0 +234609,0,0,0,0,0 +234610,0,0,0,0,0 +234611,0,0,0,0,0 +234612,0,0,0,0,0 +234613,0,0,0,0,0 +234614,0,0,0,0,0 +234615,0,0,0,0,0 +234616,0,0,0,0,0 +234617,0,0,0,0,0 +234618,0,0,0,0,0 +234619,0,0,0,0,0 +234620,0,0,0,0,0 +234621,0,0,0,0,0 +234622,0,0,0,0,0 +234623,0,0,0,0,0 +234624,0,0,0,0,0 +234625,0,0,0,0,0 +234626,0,0,0,0,0 +234627,0,0,0,0,0 +234628,0,0,0,0,0 +234629,0,0,0,0,0 +234630,0,0,0,0,0 +234631,0,0,0,0,0 +234632,0,0,0,0,0 +234633,0,0,0,0,0 +234634,0,0,0,0,0 +234635,0,0,0,0,0 +234636,0,0,0,0,0 +234637,0,0,0,0,0 +234638,0,0,0,0,0 +234639,0,0,0,0,0 +234640,0,0,0,0,0 +234641,0,0,0,0,0 +234642,0,0,0,0,0 +234643,0,0,0,0,0 +234644,0,0,0,0,0 +234645,0,0,0,0,0 +234646,0,0,0,0,0 +234647,0,0,0,0,0 +234648,0,0,0,0,0 +234649,0,0,0,0,0 +234650,0,0,0,0,0 +234651,0,0,0,0,0 +234652,0,0,0,0,0 +234653,0,0,0,0,0 +234654,0,0,0,0,0 +234655,0,0,0,0,0 +234656,0,0,0,0,0 +234657,0,0,0,0,0 +234658,0,0,0,0,0 +234659,0,0,0,0,0 +234660,0,0,0,0,0 +234661,0,0,0,0,0 +234662,0,0,0,0,0 +234663,0,0,0,0,0 +234664,0,0,0,0,0 +234665,0,0,0,0,0 +234666,0,0,0,0,0 +234667,0,0,0,0,0 +234668,0,0,0,0,0 +234669,0,0,0,0,0 +234670,0,0,0,0,0 +234671,0,0,0,0,0 +234672,0,0,0,0,0 +234673,0,0,0,0,0 +234674,0,0,0,0,0 +234675,0,0,0,0,0 +234676,0,0,0,0,0 +234677,0,0,0,0,0 +234678,0,0,0,0,0 +234679,0,0,0,0,0 +234680,0,0,0,0,0 +234681,0,0,0,0,0 +234682,0,0,0,0,0 +234683,0,0,0,0,0 +234684,0,0,0,0,0 +234685,0,0,0,0,0 +234686,0,0,0,0,0 +234687,0,0,0,0,0 +234688,0,0,0,0,0 +234689,0,0,0,0,0 +234690,0,0,0,0,0 +234691,0,0,0,0,0 +234692,0,0,0,0,0 +234693,0,0,0,0,0 +234694,0,0,0,0,0 +234695,0,0,0,0,0 +234696,0,0,0,0,0 +234697,0,0,0,0,0 +234698,0,0,0,0,0 +234699,0,0,0,0,0 +234700,0,0,0,0,0 +234701,0,0,0,0,0 +234702,0,0,0,0,0 +234703,0,0,0,0,0 +234704,0,0,0,0,0 +234705,0,0,0,0,0 +234706,0,0,0,0,0 +234707,0,0,0,0,0 +234708,0,0,0,0,0 +234709,0,0,0,0,0 +234710,0,0,0,0,0 +234711,0,0,0,0,0 +234712,0,0,0,0,0 +234713,0,0,0,0,0 +234714,0,0,0,0,0 +234715,0,0,0,0,0 +234716,0,0,0,0,0 +234717,0,0,0,0,0 +234718,0,0,0,0,0 +234719,0,0,0,0,0 +234720,0,0,0,0,0 +234721,0,0,0,0,0 +234722,0,0,0,0,0 +234723,0,0,0,0,0 +234724,0,0,0,0,0 +234725,0,0,0,0,0 +234726,0,0,0,0,0 +234727,0,0,0,0,0 +234728,0,0,0,0,0 +234729,0,0,0,0,0 +234730,0,0,0,0,0 +234731,0,0,0,0,0 +234732,0,0,0,0,0 +234733,0,0,0,0,0 +234734,0,0,0,0,0 +234735,0,0,0,0,0 +234736,0,0,0,0,0 +234737,0,0,0,0,0 +234738,0,0,0,0,0 +234739,0,0,0,0,0 +234740,0,0,0,0,0 +234741,0,0,0,0,0 +234742,0,0,0,0,0 +234743,0,0,0,0,0 +234744,0,0,0,0,0 +234745,0,0,0,0,0 +234746,0,0,0,0,0 +234747,0,0,0,0,0 +234748,0,0,0,0,0 +234749,0,0,0,0,0 +234750,0,0,0,0,0 +234751,0,0,0,0,0 +234752,0,0,0,0,0 +234753,0,0,0,0,0 +234754,0,0,0,0,0 +234755,0,0,0,0,0 +234756,0,0,0,0,0 +234757,0,0,0,0,0 +234758,0,0,0,0,0 +234759,0,0,0,0,0 +234760,0,0,0,0,0 +234761,0,0,0,0,0 +234762,0,0,0,0,0 +234763,0,0,0,0,0 +234764,0,0,0,0,0 +234765,0,0,0,0,0 +234766,0,0,0,0,0 +234767,0,0,0,0,0 +234768,0,0,0,0,0 +234769,0,0,0,0,0 +234770,0,0,0,0,0 +234771,0,0,0,0,0 +234772,0,0,0,0,0 +234773,0,0,0,0,0 +234774,0,0,0,0,0 +234775,0,0,0,0,0 +234776,0,0,0,0,0 +234777,0,0,0,0,0 +234778,0,0,0,0,0 +234779,0,0,0,0,0 +234780,0,0,0,0,0 +234781,0,0,0,0,0 +234782,0,0,0,0,0 +234783,0,0,0,0,0 +234784,0,0,0,0,0 +234785,0,0,0,0,0 +234786,0,0,0,0,0 +234787,0,0,0,0,0 +234788,0,0,0,0,0 +234789,0,0,0,0,0 +234790,0,0,0,0,0 +234791,0,0,0,0,0 +234792,0,0,0,0,0 +234793,0,0,0,0,0 +234794,0,0,0,0,0 +234795,0,0,0,0,0 +234796,0,0,0,0,0 +234797,0,0,0,0,0 +234798,0,0,0,0,0 +234799,0,0,0,0,0 +234800,0,0,0,0,0 +234801,0,0,0,0,0 +234802,0,0,0,0,0 +234803,0,0,0,0,0 +234804,0,0,0,0,0 +234805,0,0,0,0,0 +234806,0,0,0,0,0 +234807,0,0,0,0,0 +234808,0,0,0,0,0 +234809,0,0,0,0,0 +234810,0,0,0,0,0 +234811,0,0,0,0,0 +234812,0,0,0,0,0 +234813,0,0,0,0,0 +234814,0,0,0,0,0 +234815,0,0,0,0,0 +234816,0,0,0,0,0 +234817,0,0,0,0,0 +234818,0,0,0,0,0 +234819,0,0,0,0,0 +234820,0,0,0,0,0 +234821,0,0,0,0,0 +234822,0,0,0,0,0 +234823,0,0,0,0,0 +234824,0,0,0,0,0 +234825,0,0,0,0,0 +234826,0,0,0,0,0 +234827,0,0,0,0,0 +234828,0,0,0,0,0 +234829,0,0,0,0,0 +234830,0,0,0,0,0 +234831,0,0,0,0,0 +234832,0,0,0,0,0 +234833,0,0,0,0,0 +234834,0,0,0,0,0 +234835,0,0,0,0,0 +234836,0,0,0,0,0 +234837,0,0,0,0,0 +234838,0,0,0,0,0 +234839,0,0,0,0,0 +234840,0,0,0,0,0 +234841,0,0,0,0,0 +234842,0,0,0,0,0 +234843,0,0,0,0,0 +234844,0,0,0,0,0 +234845,0,0,0,0,0 +234846,0,0,0,0,0 +234847,0,0,0,0,0 +234848,0,0,0,0,0 +234849,0,0,0,0,0 +234850,0,0,0,0,0 +234851,0,0,0,0,0 +234852,0,0,0,0,0 +234853,0,0,0,0,0 +234854,0,0,0,0,0 +234855,0,0,0,0,0 +234856,0,0,0,0,0 +234857,0,0,0,0,0 +234858,0,0,0,0,0 +234859,0,0,0,0,0 +234860,0,0,0,0,0 +234861,0,0,0,0,0 +234862,0,0,0,0,0 +234863,0,0,0,0,0 +234864,0,0,0,0,0 +234865,0,0,0,0,0 +234866,0,0,0,0,0 +234867,0,0,0,0,0 +234868,0,0,0,0,0 +234869,0,0,0,0,0 +234870,0,0,0,0,0 +234871,0,0,0,0,0 +234872,0,0,0,0,0 +234873,0,0,0,0,0 +234874,0,0,0,0,0 +234875,0,0,0,0,0 +234876,0,0,0,0,0 +234877,0,0,0,0,0 +234878,0,0,0,0,0 +234879,0,0,0,0,0 +234880,0,0,0,0,0 +234881,0,0,0,0,0 +234882,0,0,0,0,0 +234883,0,0,0,0,0 +234884,0,0,0,0,0 +234885,0,0,0,0,0 +234886,0,0,0,0,0 +234887,0,0,0,0,0 +234888,0,0,0,0,0 +234889,0,0,0,0,0 +234890,0,0,0,0,0 +234891,0,0,0,0,0 +234892,0,0,0,0,0 +234893,0,0,0,0,0 +234894,0,0,0,0,0 +234895,0,0,0,0,0 +234896,0,0,0,0,0 +234897,0,0,0,0,0 +234898,0,0,0,0,0 +234899,0,0,0,0,0 +234900,0,0,0,0,0 +234901,0,0,0,0,0 +234902,0,0,0,0,0 +234903,0,0,0,0,0 +234904,0,0,0,0,0 +234905,0,0,0,0,0 +234906,0,0,0,0,0 +234907,0,0,0,0,0 +234908,0,0,0,0,0 +234909,0,0,0,0,0 +234910,0,0,0,0,0 +234911,0,0,0,0,0 +234912,0,0,0,0,0 +234913,0,0,0,0,0 +234914,0,0,0,0,0 +234915,0,0,0,0,0 +234916,0,0,0,0,0 +234917,0,0,0,0,0 +234918,0,0,0,0,0 +234919,0,0,0,0,0 +234920,0,0,0,0,0 +234921,0,0,0,0,0 +234922,0,0,0,0,0 +234923,0,0,0,0,0 +234924,0,0,0,0,0 +234925,0,0,0,0,0 +234926,0,0,0,0,0 +234927,0,0,0,0,0 +234928,0,0,0,0,0 +234929,0,0,0,0,0 +234930,0,0,0,0,0 +234931,0,0,0,0,0 +234932,0,0,0,0,0 +234933,0,0,0,0,0 +234934,0,0,0,0,0 +234935,0,0,0,0,0 +234936,0,0,0,0,0 +234937,0,0,0,0,0 +234938,0,0,0,0,0 +234939,0,0,0,0,0 +234940,0,0,0,0,0 +234941,0,0,0,0,0 +234942,0,0,0,0,0 +234943,0,0,0,0,0 +234944,0,0,0,0,0 +234945,0,0,0,0,0 +234946,0,0,0,0,0 +234947,0,0,0,0,0 +234948,0,0,0,0,0 +234949,0,0,0,0,0 +234950,0,0,0,0,0 +234951,0,0,0,0,0 +234952,0,0,0,0,0 +234953,0,0,0,0,0 +234954,0,0,0,0,0 +234955,0,0,0,0,0 +234956,0,0,0,0,0 +234957,0,0,0,0,0 +234958,0,0,0,0,0 +234959,0,0,0,0,0 +234960,0,0,0,0,0 +234961,0,0,0,0,0 +234962,0,0,0,0,0 +234963,0,0,0,0,0 +234964,0,0,0,0,0 +234965,0,0,0,0,0 +234966,0,0,0,0,0 +234967,0,0,0,0,0 +234968,0,0,0,0,0 +234969,0,0,0,0,0 +234970,0,0,0,0,0 +234971,0,0,0,0,0 +234972,0,0,0,0,0 +234973,0,0,0,0,0 +234974,0,0,0,0,0 +234975,0,0,0,0,0 +234976,0,0,0,0,0 +234977,0,0,0,0,0 +234978,0,0,0,0,0 +234979,0,0,0,0,0 +234980,0,0,0,0,0 +234981,0,0,0,0,0 +234982,0,0,0,0,0 +234983,0,0,0,0,0 +234984,0,0,0,0,0 +234985,0,0,0,0,0 +234986,0,0,0,0,0 +234987,0,0,0,0,0 +234988,0,0,0,0,0 +234989,0,0,0,0,0 +234990,0,0,0,0,0 +234991,0,0,0,0,0 +234992,0,0,0,0,0 +234993,0,0,0,0,0 +234994,0,0,0,0,0 +234995,0,0,0,0,0 +234996,0,0,0,0,0 +234997,0,0,0,0,0 +234998,0,0,0,0,0 +234999,0,0,0,0,0 +235000,0,0,0,0,0 +235001,0,0,0,0,0 +235002,0,0,0,0,0 +235003,0,0,0,0,0 +235004,0,0,0,0,0 +235005,0,0,0,0,0 +235006,0,0,0,0,0 +235007,0,0,0,0,0 +235008,0,0,0,0,0 +235009,0,0,0,0,0 +235010,0,0,0,0,0 +235011,0,0,0,0,0 +235012,0,0,0,0,0 +235013,0,0,0,0,0 +235014,0,0,0,0,0 +235015,0,0,0,0,0 +235016,0,0,0,0,0 +235017,0,0,0,0,0 +235018,0,0,0,0,0 +235019,0,0,0,0,0 +235020,0,0,0,0,0 +235021,0,0,0,0,0 +235022,0,0,0,0,0 +235023,0,0,0,0,0 +235024,0,0,0,0,0 +235025,0,0,0,0,0 +235026,0,0,0,0,0 +235027,0,0,0,0,0 +235028,0,0,0,0,0 +235029,0,0,0,0,0 +235030,0,0,0,0,0 +235031,0,0,0,0,0 +235032,0,0,0,0,0 +235033,0,0,0,0,0 +235034,0,0,0,0,0 +235035,0,0,0,0,0 +235036,0,0,0,0,0 +235037,0,0,0,0,0 +235038,0,0,0,0,0 +235039,0,0,0,0,0 +235040,0,0,0,0,0 +235041,0,0,0,0,0 +235042,0,0,0,0,0 +235043,0,0,0,0,0 +235044,0,0,0,0,0 +235045,0,0,0,0,0 +235046,0,0,0,0,0 +235047,0,0,0,0,0 +235048,0,0,0,0,0 +235049,0,0,0,0,0 +235050,0,0,0,0,0 +235051,0,0,0,0,0 +235052,0,0,0,0,0 +235053,0,0,0,0,0 +235054,0,0,0,0,0 +235055,0,0,0,0,0 +235056,0,0,0,0,0 +235057,0,0,0,0,0 +235058,0,0,0,0,0 +235059,0,0,0,0,0 +235060,0,0,0,0,0 +235061,0,0,0,0,0 +235062,0,0,0,0,0 +235063,0,0,0,0,0 +235064,0,0,0,0,0 +235065,0,0,0,0,0 +235066,0,0,0,0,0 +235067,0,0,0,0,0 +235068,0,0,0,0,0 +235069,0,0,0,0,0 +235070,0,0,0,0,0 +235071,0,0,0,0,0 +235072,0,0,0,0,0 +235073,0,0,0,0,0 +235074,0,0,0,0,0 +235075,0,0,0,0,0 +235076,0,0,0,0,0 +235077,0,0,0,0,0 +235078,0,0,0,0,0 +235079,0,0,0,0,0 +235080,0,0,0,0,0 +235081,0,0,0,0,0 +235082,0,0,0,0,0 +235083,0,0,0,0,0 +235084,0,0,0,0,0 +235085,0,0,0,0,0 +235086,0,0,0,0,0 +235087,0,0,0,0,0 +235088,0,0,0,0,0 +235089,0,0,0,0,0 +235090,0,0,0,0,0 +235091,0,0,0,0,0 +235092,0,0,0,0,0 +235093,0,0,0,0,0 +235094,0,0,0,0,0 +235095,0,0,0,0,0 +235096,0,0,0,0,0 +235097,0,0,0,0,0 +235098,0,0,0,0,0 +235099,0,0,0,0,0 +235100,0,0,0,0,0 +235101,0,0,0,0,0 +235102,0,0,0,0,0 +235103,0,0,0,0,0 +235104,0,0,0,0,0 +235105,0,0,0,0,0 +235106,0,0,0,0,0 +235107,0,0,0,0,0 +235108,0,0,0,0,0 +235109,0,0,0,0,0 +235110,0,0,0,0,0 +235111,0,0,0,0,0 +235112,0,0,0,0,0 +235113,0,0,0,0,0 +235114,0,0,0,0,0 +235115,0,0,0,0,0 +235116,0,0,0,0,0 +235117,0,0,0,0,0 +235118,0,0,0,0,0 +235119,0,0,0,0,0 +235120,0,0,0,0,0 +235121,0,0,0,0,0 +235122,0,0,0,0,0 +235123,0,0,0,0,0 +235124,0,0,0,0,0 +235125,0,0,0,0,0 +235126,0,0,0,0,0 +235127,0,0,0,0,0 +235128,0,0,0,0,0 +235129,0,0,0,0,0 +235130,0,0,0,0,0 +235131,0,0,0,0,0 +235132,0,0,0,0,0 +235133,0,0,0,0,0 +235134,0,0,0,0,0 +235135,0,0,0,0,0 +235136,0,0,0,0,0 +235137,0,0,0,0,0 +235138,0,0,0,0,0 +235139,0,0,0,0,0 +235140,0,0,0,0,0 +235141,-8.404658107,3911.378511,3473.340812,5.2128026,-271.8568332 +235142,485.710902,2027.59167,3813.169204,229.7352618,630.3617906 +235143,475.3509541,295.3428254,3557.466433,224.6407094,618.0718706 +235144,460.2048805,271.0669391,3299.021445,217.3158091,596.8824965 +235145,444.9408569,514.2422699,3086.314241,210.0501387,573.9371573 +235146,431.4879944,979.8570277,2787.151685,203.7536303,552.636995 +235147,420.0285551,587.3973679,1000.877439,198.4754198,533.6828174 +235148,410.1748267,692.2910209,2182.296559,193.9981581,516.7670144 +235149,401.5418562,699.0795338,1807.149468,190.1171097,501.4634779 +235150,393.8726275,704.5007699,1807.613065,186.6973485,487.470151 +235151,387.0082555,710.0454669,1812.195305,183.6549434,474.5997878 +235152,380.8351666,715.7472123,1817.796097,180.9320598,462.7242063 +235153,375.2624463,721.5871448,1823.601251,178.4816634,451.7339182 +235154,370.2075709,727.5439453,1830.011241,176.2633203,441.532307 +235155,365.6016941,733.3678406,1836.666497,174.2422947,432.0335208 +235156,361.3820958,739.8856169,1843.596214,172.389153,423.1610142 +235157,357.4985185,745.9306288,1850.813569,170.6792434,414.8466913 +235158,353.9048524,752.2736926,1858.045294,169.0943883,407.0301413 +235159,350.5653527,758.6863421,1865.55045,167.6146914,399.6579236 +235160,347.4477751,765.1284873,1873.353048,166.2249739,392.681636 +235161,344.528583,775.9128234,1880.960543,164.9162039,386.0600657 +235162,341.7794772,784.8855723,1888.950592,163.6761973,379.75687 +235163,339.1790676,794.1492552,1896.700276,162.4983731,373.7397351 +235164,336.7152618,803.9157049,1904.87019,161.3735071,367.9798671 +235165,334.3697397,813.4053785,1912.942832,160.297756,362.4517751 +235166,332.1291182,822.4779614,1920.955378,159.2640963,357.1328545 +235167,329.9878312,832.1003839,1929.075406,158.27045,352.0031475 +235168,327.9327791,841.5776246,1937.210284,157.3111886,347.0449492 +235169,325.9590668,851.0508396,1945.400008,156.3854,342.2426146 +235170,324.0560043,860.5663084,1953.463938,155.4884072,337.5822344 +235171,322.2212291,869.3588688,1960.043283,154.6201113,333.051504 +235172,320.4431396,878.0003635,1966.155864,153.7751616,328.6394525 +235173,318.7148551,886.3673233,1972.467055,152.9530172,324.3363313 +235174,317.0372085,895.3609068,1978.48995,152.1499426,320.1334137 +235175,315.4031906,903.6100106,1984.262745,151.3668494,316.0229542 +235176,313.8091727,912.1754277,1990.081871,150.6007951,311.9980034 +235177,312.2578667,920.5327499,1995.709512,149.8530508,308.0523814 +235178,310.7432732,928.9661826,2001.152601,149.1208421,304.1805142 +235179,309.2664756,937.2399178,2006.751024,148.4055639,300.3774248 +235180,307.8219573,945.5920937,2011.864153,147.7045477,296.6385944 +235181,306.41168,953.7847291,2022.979183,147.0192939,292.9599748 +235182,305.0307591,962.0585455,2018.708795,146.3472215,289.337867 +235183,303.6815381,970.1708512,2044.588518,145.6899132,285.7689483 +235184,302.359351,978.3678572,2005.05576,145.044852,282.2501599 +235185,301.0667185,986.3996443,2049.187727,144.4136815,278.7787481 +235186,299.7991122,994.5208592,2038.431288,143.7939306,275.3521535 +235187,298.5592066,1002.471722,2045.482651,143.1872953,271.9680923 +235188,297.3426044,1010.517777,2049.80907,142.5913474,268.6244323 +235189,296.1520962,1018.386295,2054.074069,142.0078212,265.3192464 +235190,294.9833726,1026.313182,2058.136153,141.434316,262.0507188 +235191,293.8393116,1034.204847,2062.162951,140.872595,258.8172018 +235192,292.7156728,1041.960172,2065.862739,140.3202808,255.6171362 +235193,291.6154107,1049.765952,2069.613853,139.7791643,252.4491095 +235194,290.5343438,1057.536942,2073.080089,139.2468888,249.311776 +235195,289.4754909,1065.169012,2076.730355,138.7252693,246.2039153 +235196,288.4347179,1072.897445,2079.847238,138.2119668,243.1243551 +235197,287.4150972,1080.434283,2083.099688,137.7088172,240.072031 +235198,286.4125337,1088.035823,2086.134195,137.2134966,237.0459118 +235199,285.4301454,1095.555347,2089.049702,136.7278591,234.0450611 +235200,284.4638696,1103.083415,2091.834677,136.2495941,231.0685644 +235201,281.8557958,1539.922096,2648.767552,135.0255415,225.0954669 +235202,297.5578685,1562.63561,2664.828378,142.271296,253.2912794 +235203,322.8759273,1579.89269,2689.649113,153.8395439,300.3208813 +235204,348.7657779,1595.782177,2714.080877,165.487156,349.9504384 +235205,371.3516382,1620.141067,2734.003316,175.4447603,394.8637222 +235206,390.1579331,1622.594053,2749.44099,183.5513236,433.7435561 +235207,405.8706776,1653.775361,2761.142019,190.1798417,467.4284457 +235208,419.2395357,1644.856331,2770.473362,195.7166006,496.9696981 +235209,430.7636575,1648.464449,2778.184855,219.1310934,523.104845 +235210,693.6876622,1689.331027,2784.661965,455.9994486,546.3099953 +235211,937.6471619,1687.00615,2790.355349,331.6214053,566.9273105 +235212,774.3507841,1702.610147,2795.307518,379.6163818,585.2417281 +235213,860.6282439,1715.12039,2799.638059,391.4784922,601.5085481 +235214,882.6999277,1726.996968,2803.527613,401.0034376,615.9583982 +235215,904.4434289,1731.670881,2807.036061,413.9232048,628.7965683 +235216,924.6902547,1742.05348,2809.728086,423.5534699,640.2057524 +235217,943.1795149,1752.885437,2811.85483,432.7365227,650.3463666 +235218,961.2813132,1763.782476,2813.922648,442.0357129,659.3591159 +235219,979.6635877,1774.411339,2815.715722,450.4029445,667.3679371 +235220,996.9680202,1785.138967,2817.468672,459.3334608,674.4820241 +235221,1014.21904,1795.69564,2819.152835,467.4840136,680.7976191 +235222,1030.778072,1806.158325,2820.789321,476.0137131,686.399433 +235223,1047.859967,1816.521539,2822.346481,484.1188491,691.3620903 +235224,1064.212604,1826.857737,2823.830599,491.8638764,695.7512832 +235225,1079.669087,1836.791603,2825.222289,499.635611,699.6249544 +235226,1033.895312,1818.092691,2759.096165,479.4468634,1058.06606 +235227,1026.336219,1817.149672,2636.704326,475.9201216,825.3835211 +235228,1168.365806,1880.589112,2619.032507,540.7162044,1116.520163 +235229,1111.092682,1860.150144,2603.443157,515.2093073,1011.020568 +235230,1143.658194,1877.52985,2593.571999,530.7060772,1058.660211 +235231,1157.675593,1898.834589,2579.622173,537.1622635,1075.053233 +235232,1172.394926,1877.838538,2565.30176,545.0472259,1090.488798 +235233,1186.063657,1912.55995,2550.878324,551.0778553,1104.225731 +235234,1199.957927,1911.522803,2536.503286,558.1012457,1118.734525 +235235,1213.442152,1921.516193,2522.677347,564.5346565,1132.367514 +235236,1226.361718,1942.083461,2508.815866,570.9054221,1145.505989 +235237,1240.307991,1921.717613,2496.477514,577.5596064,1159.272736 +235238,1248.461518,1947.813342,2482.453349,581.674767,1168.166477 +235239,1454.107357,2048.18788,2657.014378,675.6280569,1519.679952 +235240,1004.08466,1840.185188,2492.281914,472.4823919,689.1257246 +235241,1601.717213,2116.800476,2676.347808,742.5555063,1781.254504 +235242,1003.451075,1838.435862,2498.877072,473.5032665,661.8907545 +235243,1625.967175,2143.507875,2679.8162,754.0745667,1804.908452 +235244,1025.422482,1841.701534,2497.547592,484.2172305,681.7981686 +235245,1650.744166,2168.588595,2678.121573,765.9124224,1828.694688 +235246,1046.914026,1847.011105,2493.241414,494.7989679,701.0656537 +235247,1674.921142,2186.972665,2674.645621,777.3980552,1851.815081 +235248,1067.92194,1859.606527,2488.15487,505.0351463,719.2871285 +235249,1698.18739,2201.119136,2670.680263,788.5643567,1874.112359 +235250,1088.51753,1872.821197,2482.480485,515.0574132,736.5715486 +235251,1741.515525,2214.468953,2666.236242,799.4180873,1895.52668 +235252,1077.784865,1893.141037,2477.597487,524.7281813,752.9551793 +235253,1758.062342,2216.976008,2662.521652,810.0746961,1916.629898 +235254,1124.400912,1902.895483,2471.266254,534.0662258,768.578769 +235255,1765.303631,2238.873549,2657.177816,820.535461,1936.68744 +235256,1146.206654,1922.277871,2464.499924,543.0931624,783.6633537 +235257,1786.730434,2241.313643,2651.772849,830.7518455,1956.169007 +235258,1165.048915,1921.093279,2460.081679,552.1561391,798.3039699 +235259,1806.898686,2270.752315,2648.321831,840.4256092,1974.460089 +235260,1372.027345,2011.502947,2644.77129,646.3579832,1155.138185 +235261,1935.183207,2324.519032,2643.214542,892.2533543,2211.897302 +235262,1920.343573,2280.093566,2667.206779,886.1017156,2144.731338 +235263,1931.695029,2296.297462,2698.915805,891.512276,2168.045541 +235264,1942.920967,2302.98115,2726.763023,896.8595547,2176.257545 +235265,1953.720075,2308.17942,2748.296052,902.0141149,2185.26528 +235266,1964.434076,2314.058491,2764.311046,907.1169958,2200.337833 +235267,1974.812159,2319.788116,2776.351208,912.0092487,2201.698405 +235268,1985.201904,2325.332191,2785.868069,917.0369097,2213.16728 +235269,1995.169354,2330.783468,2793.467184,921.7437712,2221.928236 +235270,2005.265028,2336.110782,2799.87489,926.5545161,2230.034257 +235271,2015.134586,2341.325305,2805.458532,931.2489009,2244.204614 +235272,2024.904016,2346.409373,2810.226106,935.8942391,2244.386345 +235273,2034.681806,2351.373529,2814.155722,940.4842601,2254.327374 +235274,2043.922392,2356.245983,2817.572428,945.0208268,2262.768086 +235275,2053.636497,2360.886811,2820.766936,949.4496356,2274.633152 +235276,2062.869298,2365.636779,2823.596351,953.9006117,2275.951417 +235277,2072.126781,2370.070838,2826.057003,958.2148025,2288.91077 +235278,2081.143447,2374.596779,2828.220988,962.5334647,2290.81467 +235279,2090.124515,2378.816816,2830.133091,966.7955455,2302.011855 +235280,2099.148066,2383.128773,2831.932047,971.011487,2308.682772 +235281,2107.766295,2387.156988,2833.543392,975.2399241,2314.072889 +235282,2116.582116,2391.252556,2834.7013,979.2817467,2314.209223 +235283,2129.782255,2395.072334,2835.235019,983.4069181,2314.278698 +235284,2135.083816,2398.888575,2835.130089,987.3813542,2311.247628 +235285,2151.35997,2402.519635,2834.434233,991.4705916,2308.073555 +235286,2144.536184,2406.15071,2833.295586,995.3890152,2304.913457 +235287,2147.249865,2409.347533,2831.887347,999.3198016,2301.90886 +235288,2175.69634,2413.085674,2830.261593,1003.203509,2299.050778 +235289,2172.892986,2416.193366,2828.462385,1007.049925,2296.332277 +235290,2183.429792,2419.434126,2826.564247,1010.860138,2293.796303 +235291,2191.467611,2422.547554,2826.32762,1014.535215,2293.5301 +235292,2199.486344,2425.019491,2823.31144,1018.385333,2290.177048 +235293,2207.122697,2428.053446,2820.796006,1021.907364,2287.648385 +235294,2214.988128,2437.35725,2818.547671,1025.583738,2285.632035 +235295,2222.540777,2424.003987,2816.207797,1029.162291,2283.679845 +235296,2230.510983,2445.574216,2813.843691,1035.593376,2281.859502 +235297,2237.798712,2435.803757,2813.322742,1034.850321,2282.413775 +235298,2245.434501,2440.623389,2809.947528,1045.654146,2279.677232 +235299,2252.887267,2443.230145,2807.046868,1038.986524,2277.632087 +235300,2260.43462,2444.931425,2804.312406,1057.154651,2275.883608 +235301,2272.033265,2446.907929,2801.814147,1040.018859,2274.272773 +235302,2280.065031,2448.670653,2799.116922,1050.682156,2272.755898 +235303,2285.185503,2450.473857,2796.375371,1060.168652,2271.274449 +235304,2297.27377,2452.333666,2795.310162,1058.757069,2271.898024 +235305,2268.651881,2453.292539,2791.555386,1063.246856,2269.360013 +235306,2319.354688,2455.322002,2788.336181,1066.539139,2267.528669 +235307,2306.848178,2456.422031,2785.209752,1069.772688,2265.854873 +235308,2317.623337,2457.80178,2782.126155,1072.981369,2264.277191 +235309,2324.746388,2459.257338,2780.784738,1076.166048,2264.85584 +235310,2331.808194,2460.14995,2778.445221,1079.389743,2264.295459 +235311,2351.401732,2461.197072,2775.646513,1082.426021,2263.241773 +235312,2327.730817,2461.975586,2770.89993,1085.516234,2259.872467 +235313,2359.103715,2463.178045,2768.732869,1088.699262,2259.640446 +235314,2358.202131,2463.722071,2765.871143,1091.715716,2258.597099 +235315,2365.592516,2463.999211,2761.008141,1094.836641,2255.163622 +235316,2381.071978,2465.047913,2756.964817,1097.760992,2252.940844 +235317,2371.587795,2471.787293,2753.38369,1100.81196,2251.073371 +235318,2383.870906,2457.583223,2749.838408,1103.783833,2249.26769 +235319,2402.110929,2475.105847,2746.298827,1106.745768,2247.499179 +235320,2387.439,2465.317638,2742.916839,1109.685465,2245.955646 +235321,2431.365482,2469.030676,2741.158994,1114.970495,2247.462988 +235322,2418.293292,2471.187901,2739.525308,1118.278297,2249.229373 +235323,2399.59236,2471.016636,2738.00047,1121.324857,2251.204282 +235324,2469.558662,2471.052564,2736.458324,1124.294199,2253.204814 +235325,2398.585202,2471.099665,2734.702849,1127.266295,2254.983385 +235326,2483.791205,2470.815805,2732.883336,1130.008666,2256.708908 +235327,2411.460308,2470.904155,2730.864585,1132.865763,2258.206176 +235328,2495.751144,2470.967902,2730.485713,1135.626556,2261.703126 +235329,2447.347758,2469.733795,2727.187993,1138.361456,2261.668601 +235330,2472.578059,2469.475944,2724.109963,1141.071735,2261.888907 +235331,2475.619631,2468.814189,2721.344971,1143.67995,2262.462325 +235332,2481.193302,2468.247477,2718.880603,1146.441235,2263.378082 +235333,2486.9587,2467.700796,2716.50211,1149.089545,2264.386283 +235334,2492.796566,2466.554546,2714.132496,1151.596291,2265.40102 +235335,2498.406865,2465.639724,2711.733545,1154.227397,2266.378175 +235336,2503.912095,2464.614418,2709.295274,1156.772171,2267.304699 +235337,2509.795318,2463.53683,2706.818061,1159.304606,2268.179146 +235338,2515.231425,2462.265851,2704.296354,1161.814896,2268.993036 +235339,2520.744825,2460.994486,2701.724557,1164.303164,2269.738219 +235340,2526.292263,2459.665996,2699.10804,1166.76989,2270.420206 +235341,2531.503303,2458.313389,2696.449392,1169.215475,2271.041382 +235342,2537.157141,2456.523478,2693.746944,1171.714766,2271.599129 +235343,2542.444123,2455.018994,2691.00764,1174.007522,2272.101432 +235344,2547.775883,2446.413252,2688.103242,1176.445286,2272.391199 +235345,2553.024006,2459.911722,2685.293665,1178.798843,2272.784065 +235346,2558.337167,2440.293687,2682.482368,1181.069154,2273.162832 +235347,2563.318268,2455.798626,2679.643606,1183.507736,2273.496974 +235348,2577.020243,2436.45059,2676.872787,1185.762678,2273.903265 +235349,2561.778703,2444.999502,2673.858621,1188.064114,2274.001503 +235350,2592.207414,2440.75936,2670.924476,1190.336762,2274.184174 +235351,2579.602801,2437.662814,2668.127245,1192.54344,2274.520311 +235352,2589.890833,2435.37026,2665.149241,1194.722847,2274.631957 +235353,2594.213347,2432.946339,2662.111509,1196.956039,2274.671401 +235354,2599.030124,2430.060152,2659.093978,1198.979174,2274.735198 +235355,2603.754919,2427.274853,2656.052492,1201.150673,2274.766749 +235356,2608.460723,2424.345096,2652.987071,1203.237271,2274.763201 +235357,2613.25135,2421.434613,2649.906708,1205.316582,2274.73284 +235358,2617.88144,2418.567657,2646.815691,1207.378207,2274.67857 +235359,2622.317327,2415.12354,2643.710228,1209.422163,2274.59374 +235360,2627.235846,2412.001299,2640.599124,1211.44768,2274.487302 +235361,2631.684175,2408.763716,2637.490233,1213.455196,2274.558612 +235362,2636.186831,2405.329885,2634.377806,1215.446844,2274.383839 +235363,2640.778374,2401.888247,2631.263072,1217.422987,2274.178185 +235364,2645.213151,2398.377615,2628.151638,1219.383967,2273.953403 +235365,2649.420166,2394.805937,2625.046224,1221.330374,2273.714101 +235366,2654.200863,2391.138541,2621.953601,1223.259694,2273.467737 +235367,2658.449115,2387.653257,2618.871642,1225.176782,2273.210256 +235368,2662.781507,2383.551313,2615.787787,1227.0782,2272.924766 +235369,2674.731333,2372.623095,2612.723447,1228.9655,2272.635979 +235370,2660.861514,2385.222964,2609.644282,1230.838544,2272.300495 +235371,2686.803483,2360.960186,2606.575295,1232.698102,2271.947439 +235372,2677.349287,2370.398948,2603.551808,1234.543716,2271.618806 +235373,2684.344301,2362.466011,2600.520091,1236.376023,2271.243661 +235374,2689.172562,2358.21281,2597.483065,1238.195173,2270.830395 +235375,2692.883045,2354.477627,2594.481048,1240.001376,2270.423413 +235376,2696.774232,2349.857916,2591.502653,1241.794879,2270.012257 +235377,2701.239809,2345.496536,2588.552498,1243.575882,2269.597371 +235378,2705.158268,2341.104386,2585.631564,1245.344644,2269.182984 +235379,2709.247781,2336.497206,2582.735069,1247.182112,2268.758159 +235380,2713.19179,2331.946457,2579.86058,1248.806135,2268.318491 +235381,2602.64151,2276.257322,2574.12664,1197.376047,2264.230949 +235382,2600.113737,2266.311348,2559.958544,1197.927724,2248.076299 +235383,2603.733474,2262.132372,2543.541087,1198.885886,2228.169292 +235384,2606.715547,2256.697176,2530.030185,1199.972928,2211.011259 +235385,2616.870157,2250.94726,2519.94725,1201.162338,2197.927184 +235386,2601.750468,2245.626027,2512.214237,1202.318761,2187.840729 +235387,2626.249318,2239.843736,2506.071354,1203.567595,2179.925568 +235388,2615.531494,2234.295586,2501.052306,1204.804603,2173.648225 +235389,2621.448987,2228.762674,2496.509005,1206.048927,2168.209784 +235390,2624.924205,2223.063611,2492.301045,1207.300733,2163.413865 +235391,2627.350957,2217.370008,2488.417657,1208.558177,2159.21691 +235392,2630.659971,2211.698117,2484.758714,1209.820092,2155.466901 +235393,2633.571566,2206.081309,2481.273457,1211.085536,2152.074756 +235394,2636.535349,2200.072898,2477.922821,1212.353932,2148.967833 +235395,2639.643369,2194.293897,2474.688254,1213.70462,2146.10062 +235396,2642.258596,2180.832461,2471.472444,1214.857859,2143.33283 +235397,2645.783142,2193.268595,2468.460023,1216.189324,2140.871971 +235398,2648.574816,2164.255538,2465.545205,1217.452996,2138.572585 +235399,2658.737103,2174.443154,2462.768454,1218.729629,2136.47082 +235400,2645.226472,2163.25064,2459.994086,1220.007614,2134.387895 +235401,2666.884721,2157.61132,2457.293626,1221.286579,2132.385863 +235402,2659.624656,2151.865642,2454.845573,1222.484873,2130.661235 +235403,2663.328057,2145.683078,2452.388163,1223.886476,2128.881901 +235404,2667.281126,2139.607647,2449.93864,1225.109817,2127.067468 +235405,2670.160174,2133.459539,2447.624822,1226.403889,2125.378004 +235406,2672.957626,2127.424745,2445.403519,1227.686476,2123.765888 +235407,2676.896565,2121.045815,2443.238805,1228.969131,2122.192202 +235408,2679.372799,2114.884179,2442.79152,1230.252484,2122.706229 +235409,2688.639891,2108.61805,2439.841473,1231.535164,2120.132786 +235410,2683.752135,2102.306842,2437.558058,1232.819098,2118.352952 +235411,2688.08016,2095.968824,2435.370509,1234.078927,2116.657264 +235412,2692.341583,2089.744219,2434.979966,1235.334388,2117.148592 +235413,2693.798183,2083.036171,2432.032613,1236.586967,2114.489851 +235414,2697.156923,2076.787901,2429.738186,1237.921058,2112.616481 +235415,2707.139694,2070.260629,2427.883347,1239.047356,2111.259254 +235416,2695.034441,2063.742312,2426.043662,1240.354481,2109.901676 +235417,2712.759763,2057.2586,2424.201779,1241.588839,2108.52769 +235418,2709.18424,2050.854611,2422.590439,1242.834263,2107.425902 +235419,2711.082389,2044.049788,2420.938675,1246.321132,2106.264466 +235420,2721.424671,2037.659667,2419.373085,1242.564242,2105.199056 +235421,2711.629481,2026.991577,2419.449684,1253.440182,2106.149305 +235422,2725.601259,2026.490606,2416.856985,1238.842666,2104.015226 +235423,2723.930262,2026.077299,2415.090606,1268.742256,2102.661993 +235424,2732.589504,1981.313637,2413.875912,1226.424524,2101.956813 +235425,2722.913117,2037.231767,2412.703132,1262.603148,2101.287002 +235426,2743.050395,1963.751089,2411.628443,1263.12029,2100.729334 +235427,2731.542944,2027.305163,2410.669719,1234.980441,2100.307958 +235428,2742.200431,1962.693342,2409.615351,1264.341618,2099.762683 +235429,2741.870931,1966.253518,2408.606119,1272.751916,2099.262806 +235430,2742.503978,1993.7862,2407.538364,1230.479012,2098.678403 +235431,2744.011632,1939.580503,2406.348507,1271.917502,2098.101959 +235432,2746.059516,1963.237757,2405.10385,1257.416527,2097.225216 +235433,2748.259283,1968.634059,2403.800809,1261.21221,2096.25618 +235434,2748.884404,1912.857047,2402.529081,1262.581679,2095.482942 +235435,2748.542504,1973.369276,2401.361433,1263.78775,2094.320987 +235436,2748.131585,1911.383238,2399.831122,1265.013869,2093.182971 +235437,2747.873543,1911.03844,2398.263322,1266.238637,2091.428525 +235438,2747.656428,1925.358173,2396.610721,1267.461991,2090.008586 +235439,2747.398886,1906.372752,2394.851609,1268.684752,2088.344331 +235440,2747.185573,1902.26307,2393.063956,1269.821367,2086.844031 +235441,2701.898679,1785.404929,2391.424201,1161.954803,2085.803949 +235442,2440.816476,1775.934423,2372.573121,1160.324,2060.968239 +235443,2552.362581,1769.306131,2344.997928,1159.689304,2022.367634 +235444,2535.277892,1755.968603,2321.638309,1159.335764,1988.149148 +235445,2530.246275,1753.26533,2305.082955,1159.160861,1962.052752 +235446,2531.865149,1741.065267,2294.961025,1159.184341,1944.062851 +235447,2532.001844,1735.684655,2287.210605,1159.084233,1929.428595 +235448,2539.444255,1726.947948,2279.652271,1159.216896,1915.344261 +235449,2523.300941,1719.551701,2274.043036,1159.324945,1904.400793 +235450,2544.021551,1711.849151,2271.285791,1159.478833,1897.47475 +235451,2524.882063,1704.288295,2266.614948,1159.65787,1888.67404 +235452,2544.914985,1696.783978,2264.763956,1159.869685,1883.771226 +235453,2526.602698,1689.3246,2260.754207,1160.096941,1876.599099 +235454,2545.860943,1681.816746,2257.699937,1160.351501,1870.932639 +235455,2536.237698,1674.754921,2255.227549,1160.623223,1866.267238 +235456,2538.870839,1667.247575,2254.624026,1160.915516,1864.160184 +235457,2540.058649,1660.115509,2251.448427,1161.220927,1859.13059 +235458,2541.543156,1652.84322,2250.711646,1161.550307,1857.300758 +235459,2541.72406,1645.893096,2247.600195,1161.888717,1852.72259 +235460,2543.208354,1638.795327,2245.227834,1162.248922,1849.18853 +235461,2544.231114,1631.844548,2243.175185,1162.622092,1846.157457 +235462,2546.109066,1624.950396,2243.020666,1163.012542,1845.564283 +235463,2546.244308,1618.005822,2240.313617,1163.413253,1841.934758 +235464,2548.474698,1611.399451,2239.950581,1163.835081,1841.270437 +235465,2548.826105,1604.743672,2237.18478,1164.264151,1837.719409 +235466,2550.645006,1597.99171,2235.145072,1164.712731,1835.107035 +235467,2552.448931,1591.527331,2235.108789,1165.174045,1834.996167 +235468,2553.436373,1606.381083,2234.233707,1165.646394,1833.902013 +235469,2554.537606,1547.932365,2231.403464,1166.132529,1830.44265 +235470,2556.267115,1612.930507,2229.394975,1166.633852,1828.007191 +235471,2557.494101,1525.765705,2227.750699,1167.124429,1826.022037 +235472,2559.224548,1592.621573,2226.314902,1167.623204,1824.303412 +235473,2560.988149,1528.358931,2226.673059,1168.133474,1824.815491 +235474,2561.647506,1558.049174,2224.447247,1168.649969,1822.179281 +235475,2564.419247,1539.641665,2224.504001,1169.182859,1822.371928 +235476,2564.829778,1536.022231,2222.123818,1169.719743,1819.576661 +235477,2574.545353,1530.277599,2220.60441,1170.271906,1817.837271 +235478,2559.509885,1524.706478,2220.898626,1170.83274,1818.325993 +235479,2579.126226,1519.180221,2218.637311,1171.40009,1815.67397 +235480,2563.538051,1516.184397,2218.73486,1171.982579,1816.129281 +235481,2581.999429,1512.34504,2216.479686,1172.568467,1813.475943 +235482,2574.569026,1508.412189,2215.069581,1173.168327,1811.845099 +235483,2576.506078,1504.522309,2213.81678,1173.692574,1810.391627 +235484,2579.798364,1500.951289,2214.315563,1174.513378,1811.087093 +235485,2580.329062,1497.245546,2212.298464,1174.873879,1808.697833 +235486,2583.128366,1493.711556,2212.615943,1175.783103,1809.178461 +235487,2583.959953,1490.249283,2210.527964,1176.148192,1806.699061 +235488,2586.13025,1486.87832,2209.133692,1176.989814,1805.05718 +235489,2588.574989,1483.699473,2209.710548,1177.576332,1805.823794 +235490,2589.401581,1480.36716,2207.790477,1178.251756,1803.51761 +235491,2598.586882,1477.350594,2206.686154,1178.923863,1802.204332 +235492,2585.546374,1474.34697,2205.704236,1179.602052,1801.025678 +235493,2602.804461,1471.489723,2204.789229,1180.287228,1799.916567 +235494,2597.921505,1468.896,2204.145511,1181.192451,1799.132635 +235495,2598.871441,1466.410915,2203.470108,1182.152437,1798.304765 +235496,2601.504576,1463.888163,2202.702751,1183.197263,1797.359071 +235497,2603.680375,1461.65804,2201.980616,1184.329851,1796.462072 +235498,2605.515729,1459.258767,2201.305368,1185.659578,1795.614172 +235499,2607.395365,1456.983783,2200.651532,1186.885563,1794.783584 +235500,2616.570222,1454.733524,2200.022824,1188.377223,1793.974826 +235501,2654.565465,1559.286312,2199.73191,1296.617908,1793.121378 +235502,2668.085306,1559.120914,2210.224728,1300.483341,1808.566178 +235503,2686.920739,1558.759762,2225.214688,1303.528969,1831.786602 +235504,2703.519258,1557.737908,2238.757656,1306.630229,1854.046015 +235505,2715.455454,1556.934018,2248.842843,1309.604625,1872.112772 +235506,2725.941679,1555.975487,2257.448345,1312.586983,1887.60386 +235507,2729.538395,1555.001996,2261.378075,1315.582354,1897.356373 +235508,2732.282102,1554.019445,2264.137975,1318.617951,1905.307001 +235509,2734.304278,1553.030064,2266.061703,1321.78478,1911.746791 +235510,2735.879889,1552.043743,2267.381722,1330.540984,1916.968874 +235511,2737.181893,1551.061892,2268.278392,1321.253503,1921.218358 +235512,2738.290932,1550.086619,2268.856573,1332.747036,1924.885342 +235513,2739.238191,1549.120432,2269.174964,1334.84588,1927.642891 +235514,2740.087301,1548.682252,2269.296401,1337.563937,1929.816127 +235515,2740.878318,1547.71531,2269.2812,1341.137993,1931.514851 +235516,2741.625397,1546.806428,2269.161962,1344.833424,1932.817786 +235517,2742.350417,1545.99983,2268.964419,1348.139215,1933.787574 +235518,2743.060396,1545.016166,2268.712229,1351.799776,1934.475433 +235519,2743.7656,1544.421028,2268.415205,1355.423382,1934.922238 +235520,2744.464404,1543.045773,2268.083292,1359.121648,1935.163065 +235521,2745.160355,1543.335067,2267.72662,1362.976971,1935.224847 +235522,2745.842831,1540.197025,2267.343742,1370.730553,1935.127204 +235523,2746.520836,1544.251139,2266.940827,1368.900006,1934.893639 +235524,2747.181665,1533.336761,2266.520421,1390.454833,1934.535399 +235525,2747.875085,1553.732494,2266.110266,1352.3866,1934.102672 +235526,2748.628404,1515.644326,2265.732796,1395.586101,1933.634525 +235527,2749.339515,1547.55445,2265.32571,1383.7661,1933.058009 +235528,2749.930271,1550.468431,2264.839463,1390.985903,1932.323418 +235529,2750.562292,1510.192197,2264.372048,1403.856534,1931.558864 +235530,2751.275009,1546.653441,2263.956074,1386.691261,1930.805475 +235531,2751.894207,1551.838799,2263.474468,1410.065547,1929.928064 +235532,2752.539677,1502.296947,2263.005588,1406.948716,1929.033763 +235533,2753.219434,1547.032027,2262.551295,1422.818019,1928.130999 +235534,2753.78697,1552.306026,2262.022869,1402.335644,1927.113025 +235535,2754.398895,1495.211241,2261.516434,1448.418302,1926.100476 +235536,2755.118105,1547.142372,2261.072906,1396.238885,1925.145759 +235537,2755.919246,1525.711415,2260.678587,1460.114914,1924.233846 +235538,2756.697325,1528.567088,2260.269504,1410.493761,1923.288684 +235539,2757.552855,1527.993254,2259.910403,1466.532584,1922.391953 +235540,2758.34824,1527.319598,2259.51052,1421.38862,1921.42676 +235541,2758.599006,1526.669807,2258.550649,1475.67623,1919.41508 +235542,2759.193601,1526.032465,2258.007774,1446.586944,1918.223742 +235543,2760.258786,1525.406282,2257.929058,1463.711347,1917.861867 +235544,2760.548232,1524.790156,2256.677457,1467.042526,1915.25119 +235545,2759.828595,1524.189565,2254.838431,1472.024933,1911.677518 +235546,2761.104714,1523.602924,2255.023932,1477.16703,1911.799319 +235547,2763.819811,1523.024484,2256.305571,1482.631852,1913.567566 +235548,2766.345365,1522.458055,2257.193556,1487.9348,1914.412493 +235549,2768.538904,1521.905705,2257.779532,1493.315421,1914.724131 +235550,2770.488303,1521.365025,2258.177236,1498.870653,1914.934706 +235551,2772.295344,1520.836551,2258.479868,1504.218531,1914.782812 +235552,2771.668914,1520.31752,2256.462836,1510.025777,1910.501872 +235553,2769.628561,1519.708839,2253.386025,1521.176576,1904.634217 +235554,2768.001267,1519.376219,2250.925499,1518.764182,1900.093207 +235555,2766.653851,1518.820443,2248.713731,1528.025587,1895.995543 +235556,2765.600427,1518.368488,2246.713734,1533.406939,1892.233257 +235557,2764.808084,1517.913425,2244.895849,1538.917929,1888.755774 +235558,2764.218207,1517.575838,2243.222331,1545.072938,1885.510298 +235559,2769.450962,1516.991899,2247.119677,1551.127127,1892.161424 +235560,2772.540143,1516.63613,2248.132925,1556.95787,1892.836707 +235561,2772.833993,1538.932999,2246.640365,1584.580125,1889.225793 +235562,2782.616673,1539.638433,2253.711885,1593.639648,1901.020852 +235563,2791.792617,1539.881228,2258.93743,1599.752155,1908.606097 +235564,2795.86688,1540.029558,2259.765093,1611.574613,1908.887742 +235565,2805.161026,1540.09492,2266.764742,1611.548087,1921.167162 +235566,2817.305899,1540.08716,2276.126272,1620.896171,1937.074682 +235567,2821.558206,1540.042373,2277.606248,1627.320574,1938.516571 +235568,2820.811667,1539.992524,2275.393028,1633.500404,1934.397685 +235569,2826.034788,1539.93195,2279.650697,1640.861825,1942.43356 +235570,2835.47689,1539.845624,2286.920582,1647.64859,1954.960977 +235571,2838.034934,1539.748586,2287.320683,1654.191897,1954.640556 +235572,2841.20756,1539.665384,2289.17804,1661.00958,1957.727496 +235573,2843.271009,1539.563483,2289.841815,1672.893284,1958.492739 +235574,2841.996713,1539.461191,2287.458168,1673.118514,1953.959595 +235575,2846.812428,1539.367732,2291.42571,1682.046906,1961.211381 +235576,2850.055315,1539.249826,2293.018515,1689.363327,1963.334646 +235577,2854.623379,1539.147163,2296.058102,1696.119464,1968.199852 +235578,2863.020399,1539.037731,2302.542942,1708.975772,1978.914542 +235579,2865.144967,1538.913801,2302.504139,1708.853425,1977.479821 +235580,2867.970725,1538.701352,2304.06375,1717.117337,1979.789712 +235581,2874.856732,1538.743145,2309.171189,1725.53994,1988.257491 +235582,2876.243874,1538.649078,2308.713891,1736.389651,1986.193929 +235583,2874.189658,1538.392999,2305.627924,1737.492299,1980.154097 +235584,2873.037244,1538.244723,2303.878322,1749.360477,1976.97905 +235585,2872.788368,1538.264868,2302.866409,1751.990271,1975.00809 +235586,2873.324908,1538.066406,2302.425839,1766.063711,1973.903845 +235587,2881.061199,1538.070725,2308.52062,1768.42289,1984.319476 +235588,2892.131082,1537.783328,2317.388214,1774.535902,1998.819032 +235589,2900.260041,1537.725631,2323.333413,1781.212023,2007.634947 +235590,2906.549608,1537.582545,2327.129962,1787.600322,2012.929369 +235591,2910.72545,1537.414207,2329.588087,1791.949402,2016.180665 +235592,2910.080261,1537.232335,2327.425656,1793.296922,2011.529777 +235593,2906.15181,1537.052254,2323.144201,1793.09187,2003.937032 +235594,2902.713186,1536.867238,2319.825811,1793.231973,1998.598145 +235595,2905.077888,1536.679917,2322.043798,1796.551344,2003.132149 +235596,2911.136795,1536.48014,2326.982901,1802.461361,2011.712636 +235597,2910.875975,1536.271523,2325.265145,1805.843357,2007.914669 +235598,2911.387639,1536.080584,2325.091955,1809.104397,2007.729901 +235599,2910.553011,1535.871613,2323.546205,1811.82589,2005.039003 +235600,2906.198775,1535.663235,2318.822955,1812.781616,1996.943753 +235601,2908.147688,1535.464933,2320.620483,1816.528725,2000.971189 +235602,2908.373057,1535.240592,2319.914682,1820.101382,1999.709492 +235603,2904.152482,1535.026465,2315.134078,1821.429928,1991.470469 +235604,2900.319117,1534.815582,2311.323436,1822.571586,1985.625494 +235605,2896.982427,1534.595796,2307.96246,1824.021724,1980.607136 +235606,2893.98744,1534.26958,2304.863269,1825.857835,1976.050097 +235607,2890.978412,1534.309326,2301.957198,1828.010522,1971.837377 +235608,2897.080862,1533.862071,2307.43183,1834.518703,1982.504122 +235609,2900.367888,1533.711136,2308.706905,1840.406599,1984.44466 +235610,2896.407189,1533.468373,2303.6761,1842.672481,1975.577409 +235611,2901.308112,1533.255471,2308.133831,1848.563488,1984.56392 +235612,2903.453799,1533.005953,2308.767363,1853.998883,1985.494362 +235613,2898.83276,1532.773092,2303.244808,1855.972101,1975.846687 +235614,2903.367637,1532.553995,2307.471004,1861.751364,1984.509732 +235615,2905.153981,1532.298518,2307.824484,1867.113309,1984.997342 +235616,2900.058399,1532.059576,2301.91352,1868.953473,1974.720902 +235617,2895.421855,1531.827851,2297.399085,1870.388189,1967.934739 +235618,2891.4117,1531.583265,2293.488968,1872.184437,1962.247355 +235619,2887.541372,1531.340238,2289.902857,1874.471148,1957.114299 +235620,2884.322388,1531.203718,2286.54474,1876.760242,1952.373511 +235621,2883.085542,1497.444979,2285.056067,1880.010264,1950.983413 +235622,2888.795586,1496.766139,2291.383129,1886.169878,1964.476914 +235623,2899.705074,1495.854674,2301.211169,1895.94897,1982.652814 +235624,2907.421171,1495.280391,2306.449214,1905.251803,1991.069168 +235625,2903.776682,1494.593932,2301.027871,1909.348465,1980.310542 +235626,2902.584685,1493.747038,2299.319269,1913.698951,1977.437297 +235627,2900.619904,1493.096475,2296.662563,1917.907482,1972.537701 +235628,2893.822804,1492.357083,2289.547513,1919.661136,1959.929017 +235629,2888.325478,1491.64211,2284.395094,1921.496098,1951.66562 +235630,2883.792784,1490.915737,2280.253907,1923.923887,1945.22501 +235631,2889.742374,1490.199183,2286.009606,1931.430914,1956.371108 +235632,2892.776995,1489.453507,2287.393849,1938.415019,1958.338875 +235633,2888.279372,1488.722207,2281.965876,1941.440294,1948.673933 +235634,2893.693758,1488.00733,2287.219057,1948.500387,1959.149868 +235635,2905.719945,1487.261527,2297.354701,1959.599234,1976.943399 +235636,2907.072162,1486.502229,2296.175124,1966.13059,1973.667447 +235637,2908.870939,1485.774077,2297.043411,1972.112089,1975.555129 +235638,2916.18959,1506.491346,2303.23312,1980.582607,1986.877339 +235639,2915.722231,1452.439088,2300.931469,1985.723802,1982.342748 +235640,2909.753938,1498.832948,2294.707038,1987.623199,1972.0202 +235641,2904.466238,1498.827069,2290.195483,1989.458371,1965.655829 +235642,2900.499885,1453.148999,2286.566421,1991.912913,1960.851739 +235643,2897.024303,1495.047139,2283.49844,1994.858019,1957.001709 +235644,2903.090731,1498.201123,2289.209401,2002.27183,1968.78852 +235645,2906.054279,1448.770785,2290.799459,2009.200257,1971.895204 +235646,2902.276816,1493.667428,2286.113859,2012.696185,1964.211915 +235647,2907.427233,1492.002957,2290.898443,2019.489016,1974.424 +235648,2918.34751,1451.7556,2300.00892,2029.880834,1991.052936 +235649,2919.421975,1488.741395,2299.01589,2036.505583,1988.810926 +235650,2914.307869,1482.95989,2293.313197,2038.851755,1979.552047 +235651,2917.365972,1459.895283,2296.364602,2044.228647,1986.802459 +235652,2918.481035,1498.645886,2296.553875,2049.87469,1987.87703 +235653,2921.142532,1445.504058,2298.446783,2056.266022,1992.257155 +235654,2928.522649,1500.62223,2304.671094,2064.948713,2004.118706 +235655,2934.571069,1445.119057,2308.69595,2073.290214,2011.369996 +235656,2933.025457,1489.209051,2305.844675,2078.168964,2006.575293 +235657,2932.623259,1455.77914,2305.133809,2082.681012,2006.640411 +235658,2931.18745,1474.079136,2303.344471,2086.797466,2004.693489 +235659,2931.782906,1466.498645,2303.684635,2091.811712,2006.748374 +235660,2930.96863,1466.779126,2302.376922,2096.37519,2005.611427 +235661,2926.073767,1465.880651,2297.582277,2098.969069,1998.510759 +235662,2928.208945,1464.966344,2299.760214,2104.402683,2004.409757 +235663,2928.667666,1464.030805,2299.451742,2109.683325,2004.973485 +235664,2924.669447,1463.100649,2295.025913,2112.635285,1998.45643 +235665,2921.252833,1462.168503,2291.745666,2115.589188,1994.653584 +235666,2918.258182,1461.224706,2289.042136,2118.659479,1991.874926 +235667,2922.927765,1460.280462,2293.349593,2125.34493,2001.511446 +235668,2931.848334,1459.320496,2300.926731,2134.913852,2015.899989 +235669,2932.975487,1458.353608,2300.059927,2141.020063,2014.558391 +235670,2928.793304,1457.396179,2295.310625,2143.820244,2007.401472 +235671,2925.164704,1456.430594,2292.05741,2146.435234,2003.689539 +235672,2928.714556,1455.457057,2295.392907,2152.460318,2011.657378 +235673,2930.208494,1454.364117,2295.966474,2158.288745,2013.754084 +235674,2927.044909,1453.635053,2292.20721,2161.65975,2008.4004 +235675,2924.00409,1452.423727,2289.508007,2164.748506,2005.622231 +235676,2922.683477,1451.514367,2287.309021,2168.107759,2003.737643 +235677,2927.417759,1450.502117,2291.790473,2174.892516,2013.700413 +235678,2929.923933,1449.380544,2293.099687,2181.294729,2016.994704 +235679,2927.144581,1448.526225,2289.634417,2184.93684,2012.073984 +235680,2924.474647,1447.441624,2287.265642,2188.20727,2009.855416 +235681,2927.617538,1380.508831,2290.022413,2194.205526,2016.621506 +235682,2919.157702,1379.128746,2282.758066,2194.151502,2006.443132 +235683,2901.817511,1378.103107,2267.933812,2189.709769,1983.302287 +235684,2892.657869,1377.207777,2260.872006,2189.572114,1973.544606 +235685,2890.949541,1376.08796,2259.154216,2194.642518,1970.967584 +235686,2885.192891,1375.190828,2252.191923,2198.704936,1957.380717 +235687,2876.623871,1374.231986,2243.33878,2200.910841,1940.826081 +235688,2870.136382,1373.289789,2236.722575,2203.316558,1928.729088 +235689,2870.519879,1372.252341,2236.637512,2208.834239,1928.20717 +235690,2875.045176,1371.449789,2239.68134,2216.951275,1932.452654 +235691,2878.260206,1370.439805,2240.951013,2224.409006,1933.093171 +235692,2880.162936,1369.517616,2240.923271,2230.773082,1931.722606 +235693,2876.666544,1368.578913,2236.321372,2234.380544,1922.587792 +235694,2870.346565,1367.64518,2229.819715,2236.011005,1910.991286 +235695,2864.506101,1366.708989,2224.5693,2237.665173,1902.253421 +235696,2859.622154,1365.767941,2219.923871,2239.669986,1894.712292 +235697,2860.768626,1364.829169,2220.998066,2244.605075,1897.436997 +235698,2860.101709,1363.87794,2219.477546,2249.208003,1894.818614 +235699,2855.07411,1362.936618,2214.007082,2251.451408,1885.533751 +235700,2850.371036,1361.997048,2209.489151,2253.335291,1878.683145 +235701,2846.119813,1361.050658,2205.418686,2255.404257,1872.725428 +235702,2842.179661,1360.104619,2201.610584,2257.633719,1867.290866 +235703,2845.585901,1359.160102,2204.821192,2263.410178,1874.38188 +235704,2853.337412,1358.202766,2211.133743,2271.999684,1885.9438 +235705,2852.67968,1357.244469,2208.725006,2276.91123,1881.356101 +235706,2852.403621,1356.304053,2207.850739,2281.118937,1880.667662 +235707,2850.519645,1355.346313,2205.457591,2284.546913,1877.267512 +235708,2850.34427,1354.395049,2204.999096,2288.638215,1877.59507 +235709,2848.411593,1353.435053,2202.63336,2292.08459,1874.31115 +235710,2842.171366,1352.486247,2196.397748,2293.284723,1864.439058 +235711,2842.940665,1351.473542,2197.533082,2297.426938,1868.345337 +235712,2841.751137,1350.424649,2195.830134,2301.281599,1866.258068 +235713,2841.983449,1349.385456,2195.738876,2305.570577,1867.325673 +235714,2840.148567,1348.329975,2193.471366,2308.919356,1864.347038 +235715,2833.502664,1347.275252,2186.900061,2309.656763,1854.056783 +235716,2827.348737,1346.22155,2181.508357,2310.099224,1846.610158 +235717,2829.528794,1345.15914,2184.104342,2314.578898,1853.381685 +235718,2836.920928,1344.081364,2190.515445,2322.406816,1865.747667 +235719,2835.1906,1342.998834,2187.363413,2326.324515,1860.295769 +235720,2834.217175,1341.935561,2186.194731,2329.625926,1859.620334 +235721,2831.427812,1340.849382,2183.240634,2332.068172,1855.677813 +235722,2823.833053,1339.766755,2175.985634,2331.984889,1844.392827 +235723,2816.875902,1338.686531,2170.062868,2331.725593,1836.226688 +235724,2818.912275,1334.369724,2172.739363,2335.868552,1843.343744 +235725,2818.18692,1332.706235,2171.200211,2340.458854,1842.337216 +235726,2818.910884,1331.313172,2171.196564,2345.912586,1844.80046 +235727,2817.023194,1329.973928,2168.455462,2350.13387,1842.223965 +235728,2809.152102,1328.674444,2160.4197,2350.857617,1830.501289 +235729,2810.477785,1327.403905,2162.154472,2355.125818,1836.865755 +235730,2818.028617,1326.119633,2168.680189,2363.133285,1850.326228 +235731,2815.580772,1324.843314,2164.728448,2366.829635,1844.102939 +235732,2806.473908,1323.595607,2155.783438,2366.205334,1830.288622 +235733,2798.28399,1322.34739,2148.777299,2365.255482,1820.882763 +235734,2800.199869,1321.098507,2151.45855,2369.25069,1828.616499 +235735,2799.258383,1319.834602,2149.992527,2372.889808,1827.515202 +235736,2791.163008,1318.592262,2142.015988,2372.73688,1815.191742 +235737,2793.38488,1317.361936,2144.968679,2376.754012,1823.312616 +235738,2792.680561,1316.100956,2143.67828,2380.344273,1822.395969 +235739,2784.406224,1314.865273,2135.299241,2379.927476,1809.595171 +235740,2786.842208,1313.640572,2138.48793,2383.860867,1818.063244 +235741,2063.816515,1312.102533,1117.299176,1924.700609,2477.106448 +235742,2154.816362,1449.966341,1166.565129,2010.627742,2538.045926 +235743,2266.509005,1432.005717,1229.353975,2113.467457,2601.674888 +235744,2364.160715,1452.166004,1286.812903,2197.383752,2651.497271 +235745,2429.184233,1444.64618,1328.718567,2245.998252,2676.398086 +235746,2466.44119,1445.971619,1356.756276,2267.760001,2682.012803 +235747,2489.715252,1445.132906,1377.246993,2277.097759,2680.510862 +235748,2505.864859,1444.493785,1393.349383,2282.016841,2676.744153 +235749,2518.134331,1443.708238,1406.622685,2285.842893,2672.609902 +235750,2527.97567,1442.889511,1417.843791,2289.573444,2668.783379 +235751,2536.051052,1442.035663,1427.433071,2293.498084,2665.435916 +235752,2542.718305,1441.150726,1435.666197,2297.133212,2662.56371 +235753,2548.233829,1440.244052,1442.75706,2300.612168,2660.115773 +235754,2552.807638,1439.316746,1448.884448,2303.940988,2658.03697 +235755,2556.61379,1438.35169,1454.199387,2307.145664,2656.278097 +235756,2559.768235,1437.393195,1458.815852,2310.228674,2654.769588 +235757,2562.406846,1436.428666,1462.850728,2313.224627,2653.499438 +235758,2564.639467,1435.454865,1466.401925,2316.158867,2652.457407 +235759,2566.527948,1434.474886,1469.538208,2319.028131,2651.60596 +235760,2568.12565,1433.487355,1472.319085,2321.832297,2650.917625 +235761,2569.477033,1432.494861,1474.795075,2324.572868,2650.370482 +235762,2570.618876,1431.495773,1477.00887,2327.252223,2649.946506 +235763,2571.581257,1430.492194,1478.99637,2329.872837,2649.630327 +235764,2572.388821,1429.391471,1480.787808,2332.437029,2649.408835 +235765,2573.061665,1428.512961,1482.408572,2334.946728,2649.270554 +235766,2573.616488,1427.424915,1483.880078,2337.403605,2649.205574 +235767,2574.067054,1426.414432,1485.220341,2339.809025,2649.205122 +235768,2574.424833,1425.382544,1486.44462,2342.164205,2649.26158 +235769,2574.699263,1424.345356,1487.565795,2344.470165,2649.368152 +235770,2574.898289,1423.301196,1488.594834,2346.727844,2649.518922 +235771,2575.028488,1422.166898,1489.541035,2348.938036,2649.708566 +235772,2575.085238,1421.026388,1490.408301,2351.029249,2649.929591 +235773,2575.068467,1419.876498,1491.201911,2352.968921,2650.178583 +235774,2574.982505,1418.715754,1491.92796,2354.76211,2650.453208 +235775,2574.833047,1417.544696,1492.592231,2356.428369,2650.750914 +235776,2574.625422,1416.36318,1493.199777,2357.986507,2651.068966 +235777,2574.364069,1415.171626,1493.754901,2359.449695,2651.404654 +235778,2574.052648,1413.969741,1494.2613,2360.82611,2651.755485 +235779,2573.69422,1412.757868,1494.722178,2362.120867,2652.119182 +235780,2573.291462,1411.535686,1495.140359,2363.337537,2652.493709 +235781,2572.846767,1410.303526,1495.518329,2364.478896,2652.877199 +235782,2572.362387,1409.061071,1495.858307,2365.54725,2653.267971 +235783,2571.840378,1407.808655,1496.162264,2366.544534,2653.664471 +235784,2571.282609,1406.545971,1496.431976,2367.472393,2654.065297 +235785,2570.690748,1405.273555,1496.669033,2368.332222,2654.469146 +235786,2570.066319,1403.990441,1496.874883,2369.125239,2654.874848 +235787,2569.410687,1402.697884,1497.050835,2369.852509,2655.281306 +235788,2568.725117,1401.395003,1497.198093,2370.514997,2655.68754 +235789,2568.010741,1400.170724,1497.317758,2371.113577,2656.092633 +235790,2567.268628,1398.715841,1497.410847,2371.649057,2656.495761 +235791,2566.499744,1397.448883,1497.478296,2372.122176,2656.896143 +235792,2565.705006,1396.003706,1497.520981,2372.533638,2657.29309 +235793,2564.885272,1394.783408,1497.539716,2372.884096,2657.685953 +235794,2564.041348,1393.356209,1497.535268,2373.174177,2658.074155 +235795,2563.173985,1391.999353,1497.508349,2373.404463,2658.457146 +235796,2562.283901,1390.618483,1497.459639,2373.575521,2658.834446 +235797,2561.371755,1389.228187,1497.38977,2373.687883,2659.205595 +235798,2560.438202,1387.828356,1497.29935,2373.742068,2659.570191 +235799,2559.483831,1386.41936,1497.188947,2373.738567,2659.927848 +235800,2558.509222,1385.000969,1497.05911,2373.677862,2660.278237 +235801,0,0,0,0,0 +235802,0,0,0,0,0 +235803,0,0,0,0,0 +235804,0,0,0,0,0 +235805,0,0,0,0,0 +235806,0,0,0,0,0 +235807,0,0,0,0,0 +235808,0,0,0,0,0 +235809,0,0,0,0,0 +235810,0,0,0,0,0 +235811,0,0,0,0,0 +235812,0,0,0,0,0 +235813,0,0,0,0,0 +235814,0,0,0,0,0 +235815,0,0,0,0,0 +235816,0,0,0,0,0 +235817,0,0,0,0,0 +235818,0,0,0,0,0 +235819,0,0,0,0,0 +235820,0,0,0,0,0 +235821,0,0,0,0,0 +235822,0,0,0,0,0 +235823,0,0,0,0,0 +235824,0,0,0,0,0 +235825,0,0,0,0,0 +235826,0,0,0,0,0 +235827,0,0,0,0,0 +235828,0,0,0,0,0 +235829,0,0,0,0,0 +235830,0,0,0,0,0 +235831,0,0,0,0,0 +235832,0,0,0,0,0 +235833,0,0,0,0,0 +235834,0,0,0,0,0 +235835,0,0,0,0,0 +235836,0,0,0,0,0 +235837,0,0,0,0,0 +235838,0,0,0,0,0 +235839,0,0,0,0,0 +235840,0,0,0,0,0 +235841,0,0,0,0,0 +235842,0,0,0,0,0 +235843,0,0,0,0,0 +235844,0,0,0,0,0 +235845,0,0,0,0,0 +235846,0,0,0,0,0 +235847,0,0,0,0,0 +235848,0,0,0,0,0 +235849,0,0,0,0,0 +235850,0,0,0,0,0 +235851,0,0,0,0,0 +235852,0,0,0,0,0 +235853,0,0,0,0,0 +235854,0,0,0,0,0 +235855,0,0,0,0,0 +235856,0,0,0,0,0 +235857,0,0,0,0,0 +235858,0,0,0,0,0 +235859,0,0,0,0,0 +235860,0,0,0,0,0 +235861,0,0,0,0,0 +235862,0,0,0,0,0 +235863,0,0,0,0,0 +235864,0,0,0,0,0 +235865,0,0,0,0,0 +235866,0,0,0,0,0 +235867,0,0,0,0,0 +235868,0,0,0,0,0 +235869,0,0,0,0,0 +235870,0,0,0,0,0 +235871,0,0,0,0,0 +235872,0,0,0,0,0 +235873,0,0,0,0,0 +235874,0,0,0,0,0 +235875,0,0,0,0,0 +235876,0,0,0,0,0 +235877,0,0,0,0,0 +235878,0,0,0,0,0 +235879,0,0,0,0,0 +235880,0,0,0,0,0 +235881,0,0,0,0,0 +235882,0,0,0,0,0 +235883,0,0,0,0,0 +235884,0,0,0,0,0 +235885,0,0,0,0,0 +235886,0,0,0,0,0 +235887,0,0,0,0,0 +235888,0,0,0,0,0 +235889,0,0,0,0,0 +235890,0,0,0,0,0 +235891,0,0,0,0,0 +235892,0,0,0,0,0 +235893,0,0,0,0,0 +235894,0,0,0,0,0 +235895,0,0,0,0,0 +235896,0,0,0,0,0 +235897,0,0,0,0,0 +235898,0,0,0,0,0 +235899,0,0,0,0,0 +235900,0,0,0,0,0 +235901,0,0,0,0,0 +235902,0,0,0,0,0 +235903,0,0,0,0,0 +235904,0,0,0,0,0 +235905,0,0,0,0,0 +235906,0,0,0,0,0 +235907,0,0,0,0,0 +235908,0,0,0,0,0 +235909,0,0,0,0,0 +235910,0,0,0,0,0 +235911,0,0,0,0,0 +235912,0,0,0,0,0 +235913,0,0,0,0,0 +235914,0,0,0,0,0 +235915,0,0,0,0,0 +235916,0,0,0,0,0 +235917,0,0,0,0,0 +235918,0,0,0,0,0 +235919,0,0,0,0,0 +235920,0,0,0,0,0 +235921,0,0,0,0,0 +235922,0,0,0,0,0 +235923,0,0,0,0,0 +235924,0,0,0,0,0 +235925,0,0,0,0,0 +235926,0,0,0,0,0 +235927,0,0,0,0,0 +235928,0,0,0,0,0 +235929,0,0,0,0,0 +235930,0,0,0,0,0 +235931,0,0,0,0,0 +235932,0,0,0,0,0 +235933,0,0,0,0,0 +235934,0,0,0,0,0 +235935,0,0,0,0,0 +235936,0,0,0,0,0 +235937,0,0,0,0,0 +235938,0,0,0,0,0 +235939,0,0,0,0,0 +235940,0,0,0,0,0 +235941,0,0,0,0,0 +235942,0,0,0,0,0 +235943,0,0,0,0,0 +235944,0,0,0,0,0 +235945,0,0,0,0,0 +235946,0,0,0,0,0 +235947,0,0,0,0,0 +235948,0,0,0,0,0 +235949,0,0,0,0,0 +235950,0,0,0,0,0 +235951,0,0,0,0,0 +235952,0,0,0,0,0 +235953,0,0,0,0,0 +235954,0,0,0,0,0 +235955,0,0,0,0,0 +235956,0,0,0,0,0 +235957,0,0,0,0,0 +235958,0,0,0,0,0 +235959,0,0,0,0,0 +235960,0,0,0,0,0 +235961,0,0,0,0,0 +235962,0,0,0,0,0 +235963,0,0,0,0,0 +235964,0,0,0,0,0 +235965,0,0,0,0,0 +235966,0,0,0,0,0 +235967,0,0,0,0,0 +235968,0,0,0,0,0 +235969,0,0,0,0,0 +235970,0,0,0,0,0 +235971,0,0,0,0,0 +235972,0,0,0,0,0 +235973,0,0,0,0,0 +235974,0,0,0,0,0 +235975,0,0,0,0,0 +235976,0,0,0,0,0 +235977,0,0,0,0,0 +235978,0,0,0,0,0 +235979,0,0,0,0,0 +235980,0,0,0,0,0 +235981,0,0,0,0,0 +235982,0,0,0,0,0 +235983,0,0,0,0,0 +235984,0,0,0,0,0 +235985,0,0,0,0,0 +235986,0,0,0,0,0 +235987,0,0,0,0,0 +235988,0,0,0,0,0 +235989,0,0,0,0,0 +235990,0,0,0,0,0 +235991,0,0,0,0,0 +235992,0,0,0,0,0 +235993,0,0,0,0,0 +235994,0,0,0,0,0 +235995,0,0,0,0,0 +235996,0,0,0,0,0 +235997,0,0,0,0,0 +235998,0,0,0,0,0 +235999,0,0,0,0,0 +236000,0,0,0,0,0 +236001,0,0,0,0,0 +236002,0,0,0,0,0 +236003,0,0,0,0,0 +236004,0,0,0,0,0 +236005,0,0,0,0,0 +236006,0,0,0,0,0 +236007,0,0,0,0,0 +236008,0,0,0,0,0 +236009,0,0,0,0,0 +236010,0,0,0,0,0 +236011,0,0,0,0,0 +236012,0,0,0,0,0 +236013,0,0,0,0,0 +236014,0,0,0,0,0 +236015,0,0,0,0,0 +236016,0,0,0,0,0 +236017,0,0,0,0,0 +236018,0,0,0,0,0 +236019,0,0,0,0,0 +236020,0,0,0,0,0 +236021,0,0,0,0,0 +236022,0,0,0,0,0 +236023,0,0,0,0,0 +236024,0,0,0,0,0 +236025,0,0,0,0,0 +236026,0,0,0,0,0 +236027,0,0,0,0,0 +236028,0,0,0,0,0 +236029,0,0,0,0,0 +236030,0,0,0,0,0 +236031,0,0,0,0,0 +236032,0,0,0,0,0 +236033,0,0,0,0,0 +236034,0,0,0,0,0 +236035,0,0,0,0,0 +236036,0,0,0,0,0 +236037,0,0,0,0,0 +236038,0,0,0,0,0 +236039,0,0,0,0,0 +236040,0,0,0,0,0 +236041,0,0,0,0,0 +236042,0,0,0,0,0 +236043,0,0,0,0,0 +236044,0,0,0,0,0 +236045,0,0,0,0,0 +236046,0,0,0,0,0 +236047,0,0,0,0,0 +236048,0,0,0,0,0 +236049,0,0,0,0,0 +236050,0,0,0,0,0 +236051,0,0,0,0,0 +236052,0,0,0,0,0 +236053,0,0,0,0,0 +236054,0,0,0,0,0 +236055,0,0,0,0,0 +236056,0,0,0,0,0 +236057,0,0,0,0,0 +236058,0,0,0,0,0 +236059,0,0,0,0,0 +236060,0,0,0,0,0 +236061,0,0,0,0,0 +236062,0,0,0,0,0 +236063,0,0,0,0,0 +236064,0,0,0,0,0 +236065,0,0,0,0,0 +236066,0,0,0,0,0 +236067,0,0,0,0,0 +236068,0,0,0,0,0 +236069,0,0,0,0,0 +236070,0,0,0,0,0 +236071,0,0,0,0,0 +236072,0,0,0,0,0 +236073,0,0,0,0,0 +236074,0,0,0,0,0 +236075,0,0,0,0,0 +236076,0,0,0,0,0 +236077,0,0,0,0,0 +236078,0,0,0,0,0 +236079,0,0,0,0,0 +236080,0,0,0,0,0 +236081,0,0,0,0,0 +236082,0,0,0,0,0 +236083,0,0,0,0,0 +236084,0,0,0,0,0 +236085,0,0,0,0,0 +236086,0,0,0,0,0 +236087,0,0,0,0,0 +236088,0,0,0,0,0 +236089,0,0,0,0,0 +236090,0,0,0,0,0 +236091,0,0,0,0,0 +236092,0,0,0,0,0 +236093,0,0,0,0,0 +236094,0,0,0,0,0 +236095,0,0,0,0,0 +236096,0,0,0,0,0 +236097,0,0,0,0,0 +236098,0,0,0,0,0 +236099,0,0,0,0,0 +236100,0,0,0,0,0 +236101,0,0,0,0,0 +236102,0,0,0,0,0 +236103,0,0,0,0,0 +236104,0,0,0,0,0 +236105,0,0,0,0,0 +236106,0,0,0,0,0 +236107,0,0,0,0,0 +236108,0,0,0,0,0 +236109,0,0,0,0,0 +236110,0,0,0,0,0 +236111,0,0,0,0,0 +236112,0,0,0,0,0 +236113,0,0,0,0,0 +236114,0,0,0,0,0 +236115,0,0,0,0,0 +236116,0,0,0,0,0 +236117,0,0,0,0,0 +236118,0,0,0,0,0 +236119,0,0,0,0,0 +236120,0,0,0,0,0 +236121,0,0,0,0,0 +236122,0,0,0,0,0 +236123,0,0,0,0,0 +236124,0,0,0,0,0 +236125,0,0,0,0,0 +236126,0,0,0,0,0 +236127,0,0,0,0,0 +236128,0,0,0,0,0 +236129,0,0,0,0,0 +236130,0,0,0,0,0 +236131,0,0,0,0,0 +236132,0,0,0,0,0 +236133,0,0,0,0,0 +236134,0,0,0,0,0 +236135,0,0,0,0,0 +236136,0,0,0,0,0 +236137,0,0,0,0,0 +236138,0,0,0,0,0 +236139,0,0,0,0,0 +236140,0,0,0,0,0 +236141,0,0,0,0,0 +236142,0,0,0,0,0 +236143,0,0,0,0,0 +236144,0,0,0,0,0 +236145,0,0,0,0,0 +236146,0,0,0,0,0 +236147,0,0,0,0,0 +236148,0,0,0,0,0 +236149,0,0,0,0,0 +236150,0,0,0,0,0 +236151,0,0,0,0,0 +236152,0,0,0,0,0 +236153,0,0,0,0,0 +236154,0,0,0,0,0 +236155,0,0,0,0,0 +236156,0,0,0,0,0 +236157,0,0,0,0,0 +236158,0,0,0,0,0 +236159,0,0,0,0,0 +236160,0,0,0,0,0 +236161,0,0,0,0,0 +236162,0,0,0,0,0 +236163,0,0,0,0,0 +236164,0,0,0,0,0 +236165,0,0,0,0,0 +236166,0,0,0,0,0 +236167,0,0,0,0,0 +236168,0,0,0,0,0 +236169,0,0,0,0,0 +236170,0,0,0,0,0 +236171,0,0,0,0,0 +236172,0,0,0,0,0 +236173,0,0,0,0,0 +236174,0,0,0,0,0 +236175,0,0,0,0,0 +236176,0,0,0,0,0 +236177,0,0,0,0,0 +236178,0,0,0,0,0 +236179,0,0,0,0,0 +236180,0,0,0,0,0 +236181,0,0,0,0,0 +236182,0,0,0,0,0 +236183,0,0,0,0,0 +236184,0,0,0,0,0 +236185,0,0,0,0,0 +236186,0,0,0,0,0 +236187,0,0,0,0,0 +236188,0,0,0,0,0 +236189,0,0,0,0,0 +236190,0,0,0,0,0 +236191,0,0,0,0,0 +236192,0,0,0,0,0 +236193,0,0,0,0,0 +236194,0,0,0,0,0 +236195,0,0,0,0,0 +236196,0,0,0,0,0 +236197,0,0,0,0,0 +236198,0,0,0,0,0 +236199,0,0,0,0,0 +236200,0,0,0,0,0 +236201,0,0,0,0,0 +236202,0,0,0,0,0 +236203,0,0,0,0,0 +236204,0,0,0,0,0 +236205,0,0,0,0,0 +236206,0,0,0,0,0 +236207,0,0,0,0,0 +236208,0,0,0,0,0 +236209,0,0,0,0,0 +236210,0,0,0,0,0 +236211,0,0,0,0,0 +236212,0,0,0,0,0 +236213,0,0,0,0,0 +236214,0,0,0,0,0 +236215,0,0,0,0,0 +236216,0,0,0,0,0 +236217,0,0,0,0,0 +236218,0,0,0,0,0 +236219,0,0,0,0,0 +236220,0,0,0,0,0 +236221,0,0,0,0,0 +236222,0,0,0,0,0 +236223,0,0,0,0,0 +236224,0,0,0,0,0 +236225,0,0,0,0,0 +236226,0,0,0,0,0 +236227,0,0,0,0,0 +236228,0,0,0,0,0 +236229,0,0,0,0,0 +236230,0,0,0,0,0 +236231,0,0,0,0,0 +236232,0,0,0,0,0 +236233,0,0,0,0,0 +236234,0,0,0,0,0 +236235,0,0,0,0,0 +236236,0,0,0,0,0 +236237,0,0,0,0,0 +236238,0,0,0,0,0 +236239,0,0,0,0,0 +236240,0,0,0,0,0 +236241,0,0,0,0,0 +236242,0,0,0,0,0 +236243,0,0,0,0,0 +236244,0,0,0,0,0 +236245,0,0,0,0,0 +236246,0,0,0,0,0 +236247,0,0,0,0,0 +236248,0,0,0,0,0 +236249,0,0,0,0,0 +236250,0,0,0,0,0 +236251,0,0,0,0,0 +236252,0,0,0,0,0 +236253,0,0,0,0,0 +236254,0,0,0,0,0 +236255,0,0,0,0,0 +236256,0,0,0,0,0 +236257,0,0,0,0,0 +236258,0,0,0,0,0 +236259,0,0,0,0,0 +236260,0,0,0,0,0 +236261,0,0,0,0,0 +236262,0,0,0,0,0 +236263,0,0,0,0,0 +236264,0,0,0,0,0 +236265,0,0,0,0,0 +236266,0,0,0,0,0 +236267,0,0,0,0,0 +236268,0,0,0,0,0 +236269,0,0,0,0,0 +236270,0,0,0,0,0 +236271,0,0,0,0,0 +236272,0,0,0,0,0 +236273,0,0,0,0,0 +236274,0,0,0,0,0 +236275,0,0,0,0,0 +236276,0,0,0,0,0 +236277,0,0,0,0,0 +236278,0,0,0,0,0 +236279,0,0,0,0,0 +236280,0,0,0,0,0 +236281,0,0,0,0,0 +236282,0,0,0,0,0 +236283,0,0,0,0,0 +236284,0,0,0,0,0 +236285,0,0,0,0,0 +236286,0,0,0,0,0 +236287,0,0,0,0,0 +236288,0,0,0,0,0 +236289,0,0,0,0,0 +236290,0,0,0,0,0 +236291,0,0,0,0,0 +236292,0,0,0,0,0 +236293,0,0,0,0,0 +236294,0,0,0,0,0 +236295,0,0,0,0,0 +236296,0,0,0,0,0 +236297,0,0,0,0,0 +236298,0,0,0,0,0 +236299,0,0,0,0,0 +236300,0,0,0,0,0 +236301,0,0,0,0,0 +236302,0,0,0,0,0 +236303,0,0,0,0,0 +236304,0,0,0,0,0 +236305,0,0,0,0,0 +236306,0,0,0,0,0 +236307,0,0,0,0,0 +236308,0,0,0,0,0 +236309,0,0,0,0,0 +236310,0,0,0,0,0 +236311,0,0,0,0,0 +236312,0,0,0,0,0 +236313,0,0,0,0,0 +236314,0,0,0,0,0 +236315,0,0,0,0,0 +236316,0,0,0,0,0 +236317,0,0,0,0,0 +236318,0,0,0,0,0 +236319,0,0,0,0,0 +236320,0,0,0,0,0 +236321,0,0,0,0,0 +236322,0,0,0,0,0 +236323,0,0,0,0,0 +236324,0,0,0,0,0 +236325,0,0,0,0,0 +236326,0,0,0,0,0 +236327,0,0,0,0,0 +236328,0,0,0,0,0 +236329,0,0,0,0,0 +236330,0,0,0,0,0 +236331,0,0,0,0,0 +236332,0,0,0,0,0 +236333,0,0,0,0,0 +236334,0,0,0,0,0 +236335,0,0,0,0,0 +236336,0,0,0,0,0 +236337,0,0,0,0,0 +236338,0,0,0,0,0 +236339,0,0,0,0,0 +236340,0,0,0,0,0 +236341,0,0,0,0,0 +236342,0,0,0,0,0 +236343,0,0,0,0,0 +236344,0,0,0,0,0 +236345,0,0,0,0,0 +236346,0,0,0,0,0 +236347,0,0,0,0,0 +236348,0,0,0,0,0 +236349,0,0,0,0,0 +236350,0,0,0,0,0 +236351,0,0,0,0,0 +236352,0,0,0,0,0 +236353,0,0,0,0,0 +236354,0,0,0,0,0 +236355,0,0,0,0,0 +236356,0,0,0,0,0 +236357,0,0,0,0,0 +236358,0,0,0,0,0 +236359,0,0,0,0,0 +236360,0,0,0,0,0 +236361,0,0,0,0,0 +236362,0,0,0,0,0 +236363,0,0,0,0,0 +236364,0,0,0,0,0 +236365,0,0,0,0,0 +236366,0,0,0,0,0 +236367,0,0,0,0,0 +236368,0,0,0,0,0 +236369,0,0,0,0,0 +236370,0,0,0,0,0 +236371,0,0,0,0,0 +236372,0,0,0,0,0 +236373,0,0,0,0,0 +236374,0,0,0,0,0 +236375,0,0,0,0,0 +236376,0,0,0,0,0 +236377,0,0,0,0,0 +236378,0,0,0,0,0 +236379,0,0,0,0,0 +236380,0,0,0,0,0 +236381,0,0,0,0,0 +236382,0,0,0,0,0 +236383,0,0,0,0,0 +236384,0,0,0,0,0 +236385,0,0,0,0,0 +236386,0,0,0,0,0 +236387,0,0,0,0,0 +236388,0,0,0,0,0 +236389,0,0,0,0,0 +236390,0,0,0,0,0 +236391,0,0,0,0,0 +236392,0,0,0,0,0 +236393,0,0,0,0,0 +236394,0,0,0,0,0 +236395,0,0,0,0,0 +236396,0,0,0,0,0 +236397,0,0,0,0,0 +236398,0,0,0,0,0 +236399,0,0,0,0,0 +236400,0,0,0,0,0 +236401,0,0,0,0,0 +236402,0,0,0,0,0 +236403,0,0,0,0,0 +236404,0,0,0,0,0 +236405,0,0,0,0,0 +236406,0,0,0,0,0 +236407,0,0,0,0,0 +236408,0,0,0,0,0 +236409,0,0,0,0,0 +236410,0,0,0,0,0 +236411,0,0,0,0,0 +236412,0,0,0,0,0 +236413,0,0,0,0,0 +236414,0,0,0,0,0 +236415,0,0,0,0,0 +236416,0,0,0,0,0 +236417,0,0,0,0,0 +236418,0,0,0,0,0 +236419,0,0,0,0,0 +236420,0,0,0,0,0 +236421,0,0,0,0,0 +236422,0,0,0,0,0 +236423,0,0,0,0,0 +236424,0,0,0,0,0 +236425,0,0,0,0,0 +236426,0,0,0,0,0 +236427,0,0,0,0,0 +236428,0,0,0,0,0 +236429,0,0,0,0,0 +236430,0,0,0,0,0 +236431,0,0,0,0,0 +236432,0,0,0,0,0 +236433,0,0,0,0,0 +236434,0,0,0,0,0 +236435,0,0,0,0,0 +236436,0,0,0,0,0 +236437,0,0,0,0,0 +236438,0,0,0,0,0 +236439,0,0,0,0,0 +236440,0,0,0,0,0 +236441,0,0,0,0,0 +236442,0,0,0,0,0 +236443,0,0,0,0,0 +236444,0,0,0,0,0 +236445,0,0,0,0,0 +236446,0,0,0,0,0 +236447,0,0,0,0,0 +236448,0,0,0,0,0 +236449,0,0,0,0,0 +236450,0,0,0,0,0 +236451,0,0,0,0,0 +236452,0,0,0,0,0 +236453,0,0,0,0,0 +236454,0,0,0,0,0 +236455,0,0,0,0,0 +236456,0,0,0,0,0 +236457,0,0,0,0,0 +236458,0,0,0,0,0 +236459,0,0,0,0,0 +236460,0,0,0,0,0 +236461,0,0,0,0,0 +236462,0,0,0,0,0 +236463,0,0,0,0,0 +236464,0,0,0,0,0 +236465,0,0,0,0,0 +236466,0,0,0,0,0 +236467,0,0,0,0,0 +236468,0,0,0,0,0 +236469,0,0,0,0,0 +236470,0,0,0,0,0 +236471,0,0,0,0,0 +236472,0,0,0,0,0 +236473,0,0,0,0,0 +236474,0,0,0,0,0 +236475,0,0,0,0,0 +236476,0,0,0,0,0 +236477,0,0,0,0,0 +236478,0,0,0,0,0 +236479,0,0,0,0,0 +236480,0,0,0,0,0 +236481,0,0,0,0,0 +236482,0,0,0,0,0 +236483,0,0,0,0,0 +236484,0,0,0,0,0 +236485,0,0,0,0,0 +236486,0,0,0,0,0 +236487,0,0,0,0,0 +236488,0,0,0,0,0 +236489,0,0,0,0,0 +236490,0,0,0,0,0 +236491,0,0,0,0,0 +236492,0,0,0,0,0 +236493,0,0,0,0,0 +236494,0,0,0,0,0 +236495,0,0,0,0,0 +236496,0,0,0,0,0 +236497,0,0,0,0,0 +236498,0,0,0,0,0 +236499,0,0,0,0,0 +236500,0,0,0,0,0 +236501,0,0,0,0,0 +236502,0,0,0,0,0 +236503,0,0,0,0,0 +236504,0,0,0,0,0 +236505,0,0,0,0,0 +236506,0,0,0,0,0 +236507,0,0,0,0,0 +236508,0,0,0,0,0 +236509,0,0,0,0,0 +236510,0,0,0,0,0 +236511,0,0,0,0,0 +236512,0,0,0,0,0 +236513,0,0,0,0,0 +236514,0,0,0,0,0 +236515,0,0,0,0,0 +236516,0,0,0,0,0 +236517,0,0,0,0,0 +236518,0,0,0,0,0 +236519,0,0,0,0,0 +236520,0,0,0,0,0 +236521,0,0,0,0,0 +236522,0,0,0,0,0 +236523,0,0,0,0,0 +236524,0,0,0,0,0 +236525,0,0,0,0,0 +236526,0,0,0,0,0 +236527,0,0,0,0,0 +236528,0,0,0,0,0 +236529,0,0,0,0,0 +236530,0,0,0,0,0 +236531,0,0,0,0,0 +236532,0,0,0,0,0 +236533,0,0,0,0,0 +236534,0,0,0,0,0 +236535,0,0,0,0,0 +236536,0,0,0,0,0 +236537,0,0,0,0,0 +236538,0,0,0,0,0 +236539,0,0,0,0,0 +236540,0,0,0,0,0 +236541,0,0,0,0,0 +236542,0,0,0,0,0 +236543,0,0,0,0,0 +236544,0,0,0,0,0 +236545,0,0,0,0,0 +236546,0,0,0,0,0 +236547,0,0,0,0,0 +236548,0,0,0,0,0 +236549,0,0,0,0,0 +236550,0,0,0,0,0 +236551,0,0,0,0,0 +236552,0,0,0,0,0 +236553,0,0,0,0,0 +236554,0,0,0,0,0 +236555,0,0,0,0,0 +236556,0,0,0,0,0 +236557,0,0,0,0,0 +236558,0,0,0,0,0 +236559,0,0,0,0,0 +236560,0,0,0,0,0 +236561,0,0,0,0,0 +236562,0,0,0,0,0 +236563,0,0,0,0,0 +236564,0,0,0,0,0 +236565,0,0,0,0,0 +236566,0,0,0,0,0 +236567,0,0,0,0,0 +236568,0,0,0,0,0 +236569,0,0,0,0,0 +236570,0,0,0,0,0 +236571,0,0,0,0,0 +236572,0,0,0,0,0 +236573,0,0,0,0,0 +236574,0,0,0,0,0 +236575,0,0,0,0,0 +236576,0,0,0,0,0 +236577,0,0,0,0,0 +236578,0,0,0,0,0 +236579,0,0,0,0,0 +236580,0,0,0,0,0 +236581,37.57044108,3743.205045,3287.767487,24.52616523,-243.8188531 +236582,374.1378095,818.3353724,3481.93073,177.459394,372.5818128 +236583,366.1286043,235.4240381,3247.946201,173.5282626,365.6843214 +236584,354.7432137,292.1513479,3014.921556,168.0216411,352.6221075 +236585,343.3780664,876.0390499,2763.594229,162.6078055,338.1255337 +236586,333.3933872,532.3611731,514.3366505,157.9267635,324.5257662 +236587,324.8847034,583.2741215,1952.170515,153.9988014,312.3495399 +236588,317.5623473,594.4652808,1529.457037,150.6628302,301.4301876 +236589,311.1475409,600.9049553,1513.925832,147.7705592,291.5018161 +236590,305.4562758,607.3979405,1520.808967,145.2251503,282.3759169 +236591,300.3739214,614.0521912,1526.350455,142.966487,273.9406435 +236592,295.8173923,620.8539596,1532.159036,140.9515737,266.1184136 +236593,291.7179444,627.6189431,1538.501569,139.1454177,258.8453694 +236594,288.0169439,634.9781273,1544.938077,137.5179237,252.0609253 +236595,284.6602271,641.9423876,1551.900676,136.0434529,245.7129658 +236596,281.6038022,649.1777206,1558.909048,134.7002221,239.7557758 +236597,278.8071867,656.4467917,1566.171435,133.4698704,234.1487527 +236598,276.2387156,663.7808657,1573.590588,132.3369882,228.8556209 +236599,273.8685211,670.9369232,1581.165643,131.2886922,223.8441249 +236600,271.6740614,678.765605,1595.526094,130.3141937,219.0855891 +236601,269.633144,686.0785061,1593.942331,129.4044592,214.5546354 +236602,267.7297788,693.6706028,1616.23888,128.5518949,210.2287527 +236603,265.9472787,701.2637673,1604.182201,127.7501159,206.0880326 +236604,264.2743656,708.900519,1611.647168,126.9937291,202.1148104 +236605,262.6983174,716.5765374,1636.150917,126.2781791,198.2934601 +236606,261.2112594,724.2910041,1634.947719,125.5995976,194.6101103 +236607,259.8033408,731.7641232,1645.343202,124.9547029,191.0525013 +236608,258.4691519,739.9929675,1653.886726,124.3406878,187.6097309 +236609,257.2009001,747.5897028,1662.115983,123.7551489,184.272136 +236610,255.9949401,755.7678107,1670.585231,123.1960085,181.0310929 +236611,254.8449693,762.5672227,1677.340049,122.6614768,177.8789651 +236612,253.745397,769.8611071,1684.050353,122.1484875,174.8088952 +236613,252.6888668,776.9556732,1690.7658,121.6546333,171.814787 +236614,251.6731467,783.9687774,1702.024587,121.1784026,168.8911307 +236615,250.6941141,791.0625571,1711.450673,120.7188512,166.0330449 +236616,249.7513694,798.0676694,1721.198596,120.2752594,163.2361034 +236617,248.8416144,805.0458997,1730.749537,119.8470045,160.4963797 +236618,247.9648513,812.0851555,1739.883656,119.4334908,157.8102821 +236619,247.1180526,819.0018765,1749.225973,119.034169,155.1746113 +236620,246.3014745,830.6330526,1758.271033,118.6485122,152.5864105 +236621,245.5123226,840.3322439,1767.067561,118.27604,150.0430374 +236622,244.7510705,849.548035,1775.798978,117.9162895,147.5420268 +236623,244.0151081,858.9748147,1784.579774,117.5688373,145.081172 +236624,243.3050756,868.2528304,1792.888009,117.2332705,142.6583961 +236625,242.6185018,877.4770031,1801.281191,116.9092098,140.2718388 +236626,241.9561544,886.7460059,1809.5322,116.5962817,137.9197333 +236627,241.3156689,895.8556069,1817.392201,116.2941423,135.6004972 +236628,240.6979137,905.0472353,1825.468467,116.0024507,133.3126133 +236629,240.1006085,914.0737095,1833.247016,115.7208925,131.0547236 +236630,239.5247024,923.1845038,1840.766422,115.4491543,128.8255135 +236631,238.9679829,932.1279733,1848.309587,115.1869473,126.6238077 +236632,238.4314649,941.1591236,1855.561361,114.9339813,124.448457 +236633,237.9129911,950.0191087,1862.962401,114.6899895,122.298436 +236634,237.4136313,958.9717298,1869.846563,114.4547027,120.1727317 +236635,236.9312866,967.7475864,1882.127971,114.227879,118.0717734 +236636,236.4670859,976.621563,1882.69851,114.0092731,115.99287 +236637,236.0189373,985.3118603,1903.363205,113.7986463,113.935993 +236638,235.5880215,994.0626446,1880.762734,113.5957747,111.9001866 +236639,235.1722998,1002.776714,1903.636426,113.4004446,109.8844004 +236640,234.7729741,1011.34953,1912.075561,113.2124408,107.8877568 +236641,229.0400298,1449.469681,2543.930502,110.6006522,96.18596758 +236642,243.3914765,1473.336741,2555.657287,117.2634736,122.055134 +236643,272.2629518,1491.771256,2579.504213,130.4781005,175.7018509 +236644,300.4734335,1508.625966,2602.468185,143.2115421,229.6702314 +236645,324.701454,1524.782488,2621.187879,153.9465607,277.6481429 +236646,344.7714088,1539.945132,2635.811814,341.6242218,318.8744273 +236647,1078.72568,1558.209928,2647.615285,455.3861113,354.5253368 +236648,833.5118117,1575.379266,2657.487681,368.6677505,385.763957 +236649,878.6686742,1586.374175,2665.75064,417.8745916,413.42026 +236650,931.7407829,1606.376182,2673.138936,428.4044692,438.063671 +236651,952.5152267,1613.410003,2679.795015,438.378342,460.0747011 +236652,971.5217713,1598.667194,2685.84242,447.5464596,479.7596678 +236653,991.0632842,1653.671428,2691.401934,457.1253086,497.3856924 +236654,1009.232868,1646.818463,2696.570336,465.7135283,513.1892479 +236655,1027.734699,1663.814295,2701.418414,474.4951074,527.3793712 +236656,1044.855729,1676.906002,2705.999954,483.3212881,540.1394111 +236657,1062.452793,1689.383228,2710.358271,491.6143931,551.6297748 +236658,1079.012913,1701.949807,2714.623472,499.9078086,561.9908464 +236659,1096.346978,1714.312094,2718.858882,507.8300574,571.3460872 +236660,1112.405909,1726.623039,2723.047478,516.1078552,579.8041779 +236661,1050.404158,1701.955932,2641.605771,488.2113664,869.3958968 +236662,1078.683318,1718.646526,2523.438723,501.2164319,881.5676492 +236663,1192.792385,1773.174112,2504.79975,553.0860021,1026.139604 +236664,1147.580728,1758.107421,2493.140094,532.8910608,953.0270655 +236665,1176.914781,1776.908005,2485.422875,547.5640839,1017.397426 +236666,1193.274386,1788.0688,2475.070366,554.7077977,1026.652269 +236667,1207.665831,1808.716403,2463.876866,562.0083205,1045.11777 +236668,1222.737962,1799.225813,2453.120135,569.259062,1061.757421 +236669,1236.13906,1827.587994,2441.926415,575.7036821,1076.534833 +236670,1250.730273,1832.309583,2431.303589,582.8358283,1092.35974 +236671,1451.386493,1931.394248,2606.02725,674.5214301,1445.191817 +236672,1000.323158,1733.130721,2438.705838,470.916828,605.6079391 +236673,1608.59656,2005.250757,2627.304028,745.8564866,1720.527867 +236674,998.7840116,1742.18843,2447.859083,471.4908395,580.0259318 +236675,1634.706607,2029.361657,2633.886293,758.1883894,1748.247375 +236676,1027.349572,1750.372446,2450.004982,487.0139585,604.7904335 +236677,1666.249544,2043.548079,2634.862947,774.9302782,1775.527704 +236678,1051.570484,1771.939462,2447.722108,499.172773,628.3529284 +236679,1692.292555,2059.170578,2632.786907,787.6250791,1801.782894 +236680,1074.290224,1789.47007,2443.87534,510.747068,650.6979833 +236681,1717.301262,2077.223116,2629.739524,799.7998839,1827.099549 +236682,1096.779851,1826.146184,2438.221002,521.7558588,672.0073684 +236683,1741.879943,2078.433857,2624.872289,811.7746657,1851.726706 +236684,1118.415617,1817.436628,2433.064881,532.5645366,692.006498 +236685,1765.026351,2135.976636,2622.227876,823.1433505,1875.555766 +236686,1139.935954,1809.110172,2431.113259,543.1270845,711.4960626 +236687,1787.621818,2158.423097,2622.558423,834.1713177,1914.793342 +236688,1160.798003,1824.559759,2430.833921,552.9768376,704.6185597 +236689,1809.735545,2173.333782,2623.464033,845.4348969,1932.081512 +236690,1180.354042,1838.978661,2430.942155,562.4133127,745.2928604 +236691,1832.137131,2189.242034,2623.341248,856.3582788,1944.957123 +236692,1390.79869,1941.520527,2621.495176,658.6974317,1105.577792 +236693,1567.003299,2078.863063,2615.317992,738.0275341,1432.653333 +236694,1548.028218,2032.721973,2607.993464,729.9197088,1384.378103 +236695,1557.296108,2054.371983,2601.73373,734.4367328,1392.895164 +236696,1566.87647,2058.58151,2597.816405,739.0873773,1401.467209 +236697,1579.526173,2065.050562,2597.676919,743.6949898,1409.921697 +236698,1589.422348,2071.75591,2597.703354,748.2082074,1418.238985 +236699,1598.743593,2078.198686,2596.222898,752.7811282,1426.470276 +236700,1608.30901,2084.487571,2595.932137,757.1959223,1434.323499 +236701,1983.917053,2261.07758,2604.219446,930.1705375,2185.637098 +236702,2028.801338,2269.240045,2640.980561,936.5155531,2173.797627 +236703,2026.231744,2276.907663,2685.707008,942.0197426,2195.469188 +236704,2040.076447,2283.666393,2722.641653,947.4071192,2204.760267 +236705,2051.064533,2290.704634,2749.766127,952.5698225,2213.260179 +236706,2061.6386,2297.445955,2768.766573,957.6197039,2227.224049 +236707,2072.048549,2304.158165,2782.47771,962.5737705,2229.906802 +236708,2082.30544,2310.385811,2792.783515,967.4476973,2239.554669 +236709,2092.203383,2316.738164,2801.177613,972.2228685,2252.589048 +236710,2112.611334,2322.776687,2808.406401,976.9808724,2260.243191 +236711,2099.743103,2329.052862,2814.489796,981.6331501,2262.664372 +236712,2124.529775,2335.158789,2821.456939,986.2450746,2278.386543 +236713,2131.856028,2340.37964,2824.963936,990.8092194,2276.976093 +236714,2140.284327,2346.554001,2828.116179,995.3181913,2278.10577 +236715,2150.28225,2351.959944,2830.482498,999.7787384,2275.326252 +236716,2159.406228,2357.424241,2832.059838,1004.130265,2272.451864 +236717,2168.711898,2362.907605,2834.729339,1008.642956,2271.693764 +236718,2177.806243,2367.928337,2834.210681,1012.829763,2267.816658 +236719,2186.968916,2373.152143,2833.935202,1017.154521,2264.809921 +236720,2195.726025,2378.299529,2835.358741,1021.374543,2264.323643 +236721,2204.54902,2383.003888,2833.994166,1025.563511,2260.909689 +236722,2213.523731,2387.704796,2833.121109,1032.735756,2258.440341 +236723,2222.262931,2392.689404,2832.365624,1033.20558,2256.415639 +236724,2230.724835,2397.156179,2831.632962,1042.692603,2254.690026 +236725,2239.389076,2401.740326,2832.81343,1038.909251,2255.280173 +236726,2247.858284,2405.898323,2831.018629,1055.497598,2252.777939 +236727,2256.416537,2410.355625,2829.743852,1041.566659,2251.104485 +236728,2273.519027,2421.328596,2830.488751,1048.772011,2252.031738 +236729,2267.966563,2416.179915,2828.554138,1062.194154,2249.904642 +236730,2275.095244,2423.65612,2827.050506,1059.976843,2248.435907 +236731,2293.800063,2427.131043,2825.681282,1065.161479,2247.248105 +236732,2296.000027,2430.466014,2826.068918,1068.902456,2248.309387 +236733,2304.897032,2433.53203,2823.682681,1072.557552,2246.18405 +236734,2312.869708,2437.156918,2823.531627,1076.183641,2246.886334 +236735,2320.585523,2439.547855,2820.779272,1079.832365,2244.58086 +236736,2328.425348,2443.376962,2820.358657,1083.291274,2245.188965 +236737,2349.24559,2445.532165,2817.377239,1086.787409,2242.809947 +236738,2323.547582,2448.709635,2815.044103,1090.36728,2241.292114 +236739,2360.46358,2451.305751,2812.919896,1093.841122,2240.096466 +236740,2356.521563,2453.696416,2810.831032,1097.174511,2239.015707 +236741,2365.947878,2456.448697,2808.74236,1100.618885,2238.00955 +236742,2383.786336,2458.733879,2806.613877,1103.974322,2237.028612 +236743,2366.276691,2467.435609,2804.594743,1107.311344,2236.249789 +236744,2393.293514,2455.088231,2804.137662,1110.690733,2237.429343 +236745,2394.449364,2473.992679,2800.858562,1113.795492,2235.27607 +236746,2425.553184,2465.836699,2798.194826,1117.206656,2233.918855 +236747,2374.102743,2469.433012,2795.615558,1120.374345,2232.906076 +236748,2457.121506,2471.544125,2793.011366,1123.587578,2231.687152 +236749,2396.405935,2473.164153,2790.411551,1126.836932,2230.511211 +236750,2453.274391,2474.643986,2787.839114,1129.88214,2229.411652 +236751,2432.794683,2476.113058,2785.214801,1133.063068,2228.294483 +236752,2444.535859,2478.246562,2782.525535,1136.157589,2227.142461 +236753,2454.310748,2478.548471,2779.932776,1139.239764,2226.148467 +236754,2459.328987,2480.139339,2777.549812,1142.228166,2225.449017 +236755,2466.167847,2481.419322,2775.333191,1145.445746,2224.993048 +236756,2473.18224,2482.364936,2773.195946,1148.300307,2224.676443 +236757,2479.804466,2483.093471,2771.071363,1151.358601,2224.417389 +236758,2486.511892,2484.303143,2768.924543,1154.321248,2224.170367 +236759,2492.925886,2484.872834,2766.733484,1157.273845,2223.904325 +236760,2499.8276,2485.635636,2764.484907,1160.206551,2223.598621 +236761,2512.077595,2488.768788,2763.021971,1165.702332,2224.722275 +236762,2519.53043,2490.138234,2761.876329,1168.991381,2226.329921 +236763,2526.195024,2491.254683,2762.475547,1172.050906,2230.123969 +236764,2532.767917,2491.055041,2760.166998,1175.047951,2230.440068 +236765,2539.499797,2491.814266,2758.216463,1177.944798,2231.213098 +236766,2546.128964,2492.534953,2757.985384,1180.935159,2234.083731 +236767,2552.189803,2492.082925,2754.989569,1183.612344,2233.605919 +236768,2558.556263,2492.433312,2752.512986,1186.655769,2233.755611 +236769,2573.254344,2492.399057,2750.304872,1189.297071,2234.2194 +236770,2559.172876,2492.272809,2748.0215,1192.183602,2234.583964 +236771,2590.507826,2492.187789,2745.73133,1194.828865,2234.938143 +236772,2579.279261,2491.269303,2743.520957,1197.732485,2235.3907 +236773,2590.352476,2491.714924,2741.173816,1200.216562,2235.67962 +236774,2596.482169,2490.932661,2738.762893,1203.053776,2235.893132 +236775,2601.960551,2490.583303,2736.334526,1205.598375,2236.086409 +236776,2608.045513,2489.662897,2733.845319,1208.337883,2236.205917 +236777,2613.893285,2489.284827,2731.308793,1210.853307,2236.267714 +236778,2619.874991,2488.420595,2728.739308,1213.552904,2236.288968 +236779,2625.373507,2487.364043,2726.136778,1216.029132,2236.468635 +236780,2631.632488,2486.374867,2723.50684,1218.690011,2236.398671 +236781,2637.159695,2485.673563,2720.855069,1221.128533,2236.297824 +236782,2643.006661,2484.122235,2718.170934,1223.752082,2236.157043 +236783,2648.628927,2483.027642,2715.454797,1226.15333,2235.977987 +236784,2654.206952,2481.838871,2712.723429,1228.740947,2235.780688 +236785,2660.007158,2480.269541,2709.98055,1231.108012,2235.568839 +236786,2665.678497,2478.839309,2707.220063,1233.660447,2235.334195 +236787,2678.840659,2477.543699,2704.562113,1235.993599,2235.222946 +236788,2665.918754,2475.594571,2701.735725,1238.512294,2234.904156 +236789,2693.244745,2473.983833,2698.873599,1240.812356,2234.537851 +236790,2685.092335,2472.105865,2696.145737,1243.298764,2234.33004 +236791,2693.166531,2470.18602,2693.294636,1245.515807,2233.966062 +236792,2699.444597,2468.442037,2692.035066,1247.906645,2235.554674 +236793,2703.61814,2465.520768,2688.093742,1250.077953,2234.077164 +236794,2708.952451,2463.698786,2684.70903,1252.429397,2233.063537 +236795,2714.402592,2454.151844,2681.414141,1254.646015,2232.145163 +236796,2719.477791,2467.035922,2678.33492,1256.838561,2231.479666 +236797,2731.834476,2446.667583,2675.459722,1258.998098,2231.059805 +236798,2727.406925,2462.02035,2672.593954,1261.264921,2230.653314 +236799,2734.744438,2441.1644,2669.51973,1263.330143,2230.175837 +236800,2740.553451,2449.467268,2666.32175,1265.576407,2229.289001 +236801,2744.533511,2444.334397,2663.257973,1267.612045,2228.546385 +236802,2750.120762,2441.062977,2660.248954,1269.828633,2227.9757 +236803,2754.654318,2438.02681,2657.208151,1271.8352,2227.00766 +236804,2766.491373,2435.020061,2654.302362,1273.940282,2226.403906 +236805,2762.967453,2431.867686,2651.420244,1276.040991,2225.978298 +236806,2769.572968,2428.796513,2650.02703,1278.14163,2227.194978 +236807,2774.627712,2424.94668,2645.906565,1280.103959,2225.346576 +236808,2778.971569,2421.848224,2642.401996,1282.236017,2224.028168 +236809,2790.697649,2418.3406,2639.292067,1284.62986,2223.14828 +236810,2787.534644,2414.946178,2636.337101,1288.619525,2222.423388 +236811,2792.206675,2411.047896,2633.257367,1286.182512,2221.520574 +236812,2797.61384,2407.453756,2630.287415,1298.23179,2220.728252 +236813,2808.651491,2403.647305,2627.264124,1279.705497,2219.846543 +236814,2806.7427,2399.893673,2624.477804,1300.359286,2219.447897 +236815,2817.235127,2395.948109,2621.624282,1312.32673,2218.733991 +236816,2816.00756,2391.916146,2618.778421,1271.742644,2217.997349 +236817,2819.746458,2380.931976,2617.367967,1312.569041,2219.000565 +236818,2827.867087,2393.143395,2613.378407,1299.033244,2216.809003 +236819,2827.285383,2368.700664,2610.030811,1303.723157,2215.368211 +236820,2828.411094,2378.155016,2606.673149,1305.582703,2213.865044 +236821,2744.318642,2318.849583,2602.414813,1254.006765,2212.116093 +236822,2710.114662,2309.139504,2589.33873,1254.620446,2197.777308 +236823,2731.934056,2305.666819,2573.681038,1255.429011,2178.857303 +236824,2728.2945,2300.330797,2562.517819,1256.595213,2165.176328 +236825,2736.779964,2294.697047,2552.171266,1257.628584,2152.413593 +236826,2733.634293,2289.595765,2546.548456,1259.906682,2145.560862 +236827,2735.296798,2284.025725,2539.894537,1261.03651,2137.516755 +236828,2746.791384,2278.707005,2534.81692,1261.422468,2131.858596 +236829,2735.325733,2273.303881,2530.810693,1264.219047,2127.735765 +236830,2751.06335,2267.960603,2527.053775,1262.254916,2124.144445 +236831,2749.008163,2262.205383,2523.729349,1270.162517,2121.275902 +236832,2750.225643,2256.683508,2520.555683,1257.119817,2118.769175 +236833,2759.702851,2251.097992,2517.531356,1288.898787,2116.59165 +236834,2757.602979,2245.388305,2514.722972,1238.731102,2114.802194 +236835,2759.912284,2239.812206,2513.554886,1283.142658,2115.092039 +236836,2760.462811,2233.82042,2509.583828,1285.890698,2112.106357 +236837,2768.674262,2228.328685,2506.384798,1243.696913,2110.1037 +236838,2767.888731,2222.216204,2503.614,1286.006819,2108.864735 +236839,2768.131824,2216.398043,2500.850128,1270.890786,2107.443853 +236840,2769.371223,2210.507869,2498.036304,1274.809905,2105.974785 +236841,2771.451637,2204.506282,2495.271404,1276.051798,2104.56076 +236842,2770.360873,2190.725185,2492.460216,1277.142174,2103.053112 +236843,2769.381631,2203.249031,2489.689567,1278.307368,2101.530401 +236844,2768.444422,2173.595475,2486.86706,1279.440347,2099.877253 +236845,2770.133713,2184.329442,2485.653739,1280.569,2100.134686 +236846,2767.904942,2172.190183,2481.885843,1281.686417,2097.223914 +236847,2766.639728,2166.876062,2478.697582,1282.808703,2094.970841 +236848,2765.704431,2160.763193,2475.687157,1283.837789,2092.880757 +236849,2764.999257,2154.478281,2472.804658,1285.078415,2090.901188 +236850,2764.441153,2148.19003,2470.011026,1286.21191,2088.994723 +236851,2763.978532,2141.807685,2467.283486,1287.177924,2087.141289 +236852,2763.575691,2135.519962,2464.604429,1288.310397,2085.327859 +236853,2763.208208,2128.779849,2461.960965,1289.364067,2083.54381 +236854,2762.869581,2122.481473,2459.350568,1290.425637,2081.788031 +236855,2762.559717,2115.876059,2456.774309,1291.483794,2080.062174 +236856,2762.273721,2109.351992,2454.2299,1292.538258,2078.363276 +236857,2762.007279,2102.767037,2451.715185,1293.589384,2076.68846 +236858,2761.75796,2096.201236,2449.228975,1294.637267,2075.036056 +236859,2761.523121,2089.552347,2446.769758,1295.682167,2073.403995 +236860,2761.299364,2083.093456,2444.335398,1296.811222,2071.789429 +236861,2761.082023,2076.161488,2441.922835,1297.71949,2070.188345 +236862,2760.872517,2069.622402,2439.532825,1298.818443,2068.601376 +236863,2760.674853,2062.8951,2437.167768,1299.839215,2067.031186 +236864,2760.487794,2056.147781,2434.826748,1300.870529,2065.476432 +236865,2760.309264,2049.391813,2432.508338,1301.900165,2063.935164 +236866,2760.139539,2042.685579,2430.212609,1302.927525,2062.407275 +236867,2759.978354,2035.889455,2427.939273,1303.953093,2060.892201 +236868,2759.824753,2029.297027,2425.687608,1304.88732,2059.38886 +236869,2759.67553,2022.290789,2423.455447,1306.042558,2057.89439 +236870,2759.531019,2015.585368,2421.242868,1306.999497,2056.408666 +236871,2759.395289,2008.821771,2419.052348,1308.120268,2054.934511 +236872,2759.268988,2001.997949,2416.884223,1309.005694,2053.472168 +236873,2759.200968,1989.906318,2414.769826,1310.085469,2052.059983 +236874,2759.244389,1995.037884,2412.743772,1311.087405,2050.740731 +236875,2759.453412,1976.704947,2410.842092,1312.101342,2049.559477 +236876,2759.82522,1977.530953,2409.065003,1313.114791,2048.517788 +236877,2760.349515,1948.340405,2407.407971,1314.127491,2047.611258 +236878,2760.890669,1982.62052,2405.785571,1315.139381,2046.735604 +236879,2761.424922,1941.107197,2404.182348,1316.150806,2045.870977 +236880,2762.052255,1939.641567,2402.661045,1317.162078,2045.092762 +236881,2761.849727,1834.023004,2400.141656,1224.394278,2042.271608 +236882,2750.170451,1817.858326,2389.761658,1185.211193,2026.615295 +236883,2728.06428,1811.091352,2372.326193,1218.100795,2000.026868 +236884,2708.403635,1802.965871,2356.202851,1215.274066,1974.259782 +236885,2693.774508,1795.069335,2343.151821,1191.001429,1952.490882 +236886,2683.748087,1787.177542,2333.011349,1214.631901,1934.226112 +236887,2676.797282,1779.680249,2324.904731,1216.779758,1918.512087 +236888,2671.792865,1772.140283,2318.174878,1190.466933,1905.099734 +236889,2667.908501,1787.44247,2312.320554,1215.672052,1893.200708 +236890,2664.77269,1724.037898,2307.104339,1218.006376,1882.514924 +236891,2662.18177,1789.191198,2302.382781,1190.3397,1872.843938 +236892,2660.012047,1705.00126,2298.056619,1217.148852,1864.037884 +236893,2658.098506,1752.846972,2293.999371,1221.048331,1855.911331 +236894,2656.361541,1721.963143,2290.157408,1188.243744,1848.366792 +236895,2654.803842,1721.734179,2286.518236,1219.837437,1841.35725 +236896,2653.284734,1713.324847,2282.973107,1225.459032,1834.719291 +236897,2651.905429,1706.519632,2279.582797,1184.367262,1828.49823 +236898,2650.649402,1699.660486,2276.337206,1223.76165,1822.651437 +236899,2649.404448,1692.461416,2273.139811,1208.818964,1817.042129 +236900,2648.19619,1685.840017,2270.012311,1211.963061,1811.675917 +236901,2647.044875,1678.948288,2266.965354,1212.554386,1806.54083 +236902,2645.943968,1672.228871,2263.979516,1213.093343,1801.599379 +236903,2644.883615,1665.559699,2261.050439,1213.660692,1796.831223 +236904,2643.865835,1658.956906,2258.177882,1214.244794,1792.217001 +236905,2642.879846,1652.310646,2255.355046,1214.846058,1787.740127 +236906,2641.930181,1646.001878,2252.581324,1215.464427,1783.385742 +236907,2643.712923,1639.538479,2251.585785,1216.102456,1781.267098 +236908,2644.143474,1633.233657,2249.773905,1216.868178,1778.213567 +236909,2641.32806,1626.989079,2245.930977,1217.453574,1772.728792 +236910,2639.602927,1620.826041,2242.792976,1218.117629,1768.121814 +236911,2638.275215,1614.68486,2239.905122,1218.684669,1763.82621 +236912,2637.186772,1608.613534,2237.166879,1219.562573,1759.727618 +236913,2636.237361,1602.620281,2234.532278,1220.049725,1755.773314 +236914,2635.37951,1596.709768,2231.969345,1220.814861,1751.930978 +236915,2634.576619,1590.882499,2229.461579,1221.506184,1748.179358 +236916,2633.821149,1585.141755,2227.004292,1222.223042,1744.50392 +236917,2633.097762,1579.489641,2224.588759,1222.953888,1740.894118 +236918,2632.408435,1573.927549,2222.213662,1223.698145,1737.341629 +236919,2631.739977,1568.458312,2219.871558,1224.455799,1734.032488 +236920,2631.096325,1563.083373,2217.562882,1225.226762,1730.551428 +236921,2630.470959,1557.696772,2215.284748,1226.010947,1727.107834 +236922,2629.794587,1578.861215,2212.990818,1226.808174,1723.643895 +236923,2629.223109,1512.464248,2210.781552,1227.618522,1720.283794 +236924,2628.737569,1564.492538,2208.643463,1228.529406,1717.006574 +236925,2628.11516,1554.385894,2206.436304,1229.23269,1713.645678 +236926,2627.548252,1516.217984,2204.280352,1230.143971,1710.340172 +236927,2627.056528,1546.863687,2202.189128,1230.991116,1707.108527 +236928,2626.456968,1541.462948,2200.043647,1231.8635,1703.975322 +236929,2625.575194,1512.399984,2197.648774,1232.748134,1700.17943 +236930,2624.294394,1555.149719,2194.937139,1233.644759,1695.867534 +236931,2623.516185,1490.183215,2192.769116,1234.554309,1692.562993 +236932,2622.262064,1534.872707,2190.08399,1235.587518,1688.390113 +236933,2620.088917,1519.364124,2186.628634,1236.348417,1682.759692 +236934,2617.742839,1507.638129,2183.130449,1237.987057,1677.225059 +236935,2615.250858,1528.863489,2179.534786,1239.213265,1671.579313 +236936,2612.662195,1489.49676,2175.874063,1240.813692,1665.825933 +236937,2612.807718,1541.817697,2174.875107,1242.424962,1664.816279 +236938,2611.773696,1468.493254,2172.333292,1244.182111,1660.512352 +236939,2611.610128,1521.027043,2170.768874,1245.966013,1658.084517 +236940,2613.571658,1506.005962,2171.166561,1247.909343,1659.014135 +236941,2613.017021,1595.235115,2169.103953,1356.277556,1655.249404 +236942,2623.575216,1611.795002,2174.429419,1364.325963,1663.583925 +236943,2644.720481,1604.567611,2188.850725,1361.416612,1688.179114 +236944,2662.719901,1604.645411,2200.454401,1363.418576,1708.325514 +236945,2672.567217,1603.965358,2206.058552,1374.256743,1719.930951 +236946,2678.180989,1602.686642,2209.513535,1376.515422,1729.339963 +236947,2681.071315,1601.726536,2211.24687,1380.940457,1736.380129 +236948,2682.414747,1600.650115,2211.888596,1362.198644,1741.675695 +236949,2683.017476,1599.591773,2211.922655,1406.697779,1745.797538 +236950,2683.138342,1598.542679,2211.520531,1368.840665,1748.968035 +236951,2683.059643,1597.614575,2210.882702,1402.58235,1751.460262 +236952,2682.915806,1596.422066,2210.118494,1388.469084,1753.440948 +236953,2682.773698,1595.492883,2209.095775,1397.479528,1755.02216 +236954,2682.881729,1594.48213,2208.396096,1400.194723,1756.458373 +236955,2693.424615,1593.397662,2217.63722,1403.663229,1775.241511 +236956,2700.399882,1592.706852,2221.664437,1407.062623,1782.958901 +236957,2698.581269,1591.396301,2218.019286,1410.88183,1777.296788 +236958,2697.112543,1590.745397,2215.895821,1414.500174,1775.327382 +236959,2696.316523,1592.278744,2214.424551,1418.301865,1774.324073 +236960,2695.977257,1586.305593,2213.30289,1421.945851,1773.708612 +236961,2695.963503,1598.567454,2212.413023,1426.061781,1773.31032 +236962,2708.040122,1572.010335,2223.133206,1429.955457,1793.43263 +236963,2727.143533,1597.661541,2238.92092,1434.049468,1820.673973 +236964,2731.519616,1577.838874,2239.700929,1437.977072,1819.608325 +236965,2726.557373,1587.312623,2233.30739,1442.11449,1808.037952 +236966,2732.644239,1583.294184,2238.972796,1446.365689,1819.220208 +236967,2745.940444,1583.111953,2250.133409,1450.674213,1838.539171 +236968,2747.478572,1582.192314,2248.930627,1454.716809,1834.672418 +236969,2741.499174,1581.522769,2242.03736,1464.821226,1822.183158 +236970,2736.827788,1580.770835,2237.508806,1461.096504,1814.961238 +236971,2733.375751,1579.891265,2234.055232,1468.877198,1809.525027 +236972,2730.871878,1579.30721,2231.302764,1473.039366,1805.15471 +236973,2740.598861,1578.488244,2240.17935,1477.53893,1821.377476 +236974,2757.649821,1577.881241,2254.376798,1482.248391,1845.286184 +236975,2770.481382,1576.980548,2263.429685,1486.797042,1858.868565 +236976,2770.155066,1576.338036,2260.384931,1491.35176,1851.614547 +236977,2762.806569,1575.623062,2252.448278,1496.02736,1837.239239 +236978,2757.167005,1574.935009,2247.198162,1500.715749,1828.646037 +236979,2763.290194,1574.259398,2253.081855,1505.958251,1839.687926 +236980,2766.398026,1573.568527,2254.398889,1510.662796,1840.945009 +236981,2761.62179,1572.902018,2248.47824,1515.458516,1829.732923 +236982,2757.728925,1572.25696,2244.464133,1520.373561,1823.021846 +236983,2755.010719,1571.61144,2241.470661,1525.649968,1818.041826 +236984,2753.174993,1570.977888,2239.146502,1530.681846,1814.122852 +236985,2752.041865,1570.240075,2237.339193,1535.689894,1811.021402 +236986,2764.610847,1569.922294,2248.652612,1541.48086,1831.243886 +236987,2772.463052,1569.049719,2253.434551,1551.5976,1837.796383 +236988,2769.360605,1568.549846,2248.313176,1549.578408,1827.352869 +236989,2779.125154,1567.971561,2257.213727,1557.962291,1843.478722 +236990,2784.953368,1567.372229,2260.555885,1563.300541,1847.828092 +236991,2792.344615,1566.81305,2265.972048,1568.590597,1856.410616 +236992,2795.862926,1566.128386,2267.434553,1573.934669,1857.661584 +236993,2790.96907,1565.856683,2261.076778,1579.304821,1845.506828 +236994,2798.338204,1564.965581,2268.073055,1585.319265,1858.373942 +236995,2813.684209,1564.683455,2281.039781,1591.510195,1880.06752 +236996,2825.580307,1564.04939,2289.606466,1597.112384,1892.792263 +236997,2824.393147,1563.536445,2286.019135,1602.085086,1884.280375 +236998,2816.052286,1563.02759,2277.316857,1608.037032,1868.419995 +236999,2809.835928,1562.526188,2271.621068,1618.33456,1858.874971 +237000,2816.266256,1562.031987,2277.859458,1618.89076,1870.366061 +237001,2820.346275,1584.341615,2279.890221,1650.281431,1872.434503 +237002,2819.609649,1585.051864,2276.335695,1654.951169,1864.504356 +237003,2821.401167,1585.498574,2275.822437,1666.850695,1863.050287 +237004,2823.984724,1585.717968,2276.229081,1668.020825,1863.418534 +237005,2838.917909,1585.870091,2288.670516,1676.598867,1885.49706 +237006,2848.255975,1585.813502,2294.59465,1687.947156,1894.309707 +237007,2846.812412,1586.135632,2290.947571,1688.035651,1886.812233 +237008,2845.796351,1585.911343,2289.206199,1701.642846,1884.163738 +237009,2845.992201,1586.002452,2288.38013,1700.668603,1883.085168 +237010,2846.143436,1585.96718,2287.826701,1702.649349,1882.489555 +237011,2846.256675,1585.936594,2287.288339,1703.414828,1881.987747 +237012,2860.032216,1585.911,2300.015519,1709.750509,1905.190983 +237013,2868.362065,1585.723964,2305.44388,1715.453294,1913.369815 +237014,2864.16448,1585.950233,2300.27012,1715.642821,1903.378527 +237015,2861.145605,1585.652307,2297.093156,1715.341253,1898.613788 +237016,2871.883021,1585.692581,2307.408255,1722.094249,1917.850538 +237017,2878.372191,1585.461253,2311.331479,1728.187626,1923.673224 +237018,2885.730761,1585.561632,2316.998849,1734.649179,1933.142349 +237019,2889.272435,1585.389045,2318.484496,1739.338786,1934.895219 +237020,2883.249779,1585.315297,2311.642165,1739.222822,1922.419469 +237021,2889.972152,1585.241559,2318.39512,1744.450634,1935.472373 +237022,2893.064656,1585.120837,2319.92492,1749.233313,1937.405519 +237023,2886.73133,1585.021274,2312.829557,1749.257534,1924.486665 +237024,2881.084811,1584.927525,2307.69209,1748.801932,1916.431469 +237025,2889.141071,1584.824726,2315.695762,1755.06103,1931.735991 +237026,2905.813689,1584.700902,2330.072583,1766.828396,1956.397941 +237027,2907.277874,1584.56687,2328.511012,1772.142144,1951.342124 +237028,2898.774992,1584.462931,2319.373001,1771.235106,1934.873274 +237029,2903.139739,1584.360146,2324.108257,1775.532414,1944.586078 +237030,2916.471989,1584.222408,2335.481393,1785.247989,1964.311183 +237031,2916.063523,1584.016575,2332.632285,1789.395483,1957.426967 +237032,2917.037724,1583.834817,2332.953387,1793.006081,1958.048092 +237033,2915.367907,1583.613591,2330.593069,1795.462952,1953.743064 +237034,2916.991718,1583.401594,2331.826228,1799.271091,1956.294812 +237035,2915.648136,1583.167836,2329.730956,1802.02323,1952.488658 +237036,2917.407215,1582.943918,2331.009387,1806.053877,1955.139687 +237037,2927.138926,1582.707139,2339.483924,1814.251255,1970.151814 +237038,2924.761984,1582.444019,2335.204794,1817.360961,1961.366207 +237039,2914.239922,1582.210779,2324.775412,1815.44588,1943.372893 +237040,2916.498867,1581.976688,2327.845121,1818.929976,1950.651942 +237041,2927.65384,1581.706784,2337.691082,1827.938104,1968.223029 +237042,2925.679882,1581.42775,2333.575659,1831.533141,1959.648198 +237043,2914.850625,1581.178418,2322.732681,1829.669103,1940.951506 +237044,2917.270793,1580.928926,2325.960977,1833.323031,1948.657136 +237045,2916.65589,1580.634507,2324.450339,1836.792957,1946.121438 +237046,2907.133728,1580.477587,2314.757456,1835.770818,1929.498423 +237047,2898.557523,1580.040265,2307.223473,1834.416166,1918.063023 +237048,2905.093207,1579.85633,2314.132942,1840.439431,1932.310985 +237049,2921.496456,1579.544777,2328.369943,1852.650249,1957.455633 +237050,2921.230114,1579.231004,2325.033913,1857.794403,1949.776698 +237051,2909.965539,1578.960353,2313.381667,1856.056848,1929.560161 +237052,2900.326922,1578.684922,2304.985435,1853.991218,1916.814499 +237053,2892.240977,1583.807912,2298.006226,1853.038797,1906.548766 +237054,2884.909216,1574.389619,2291.817519,1852.636129,1897.592795 +237055,2894.609389,1586.885916,2301.68862,1860.329292,1917.329445 +237056,2898.073808,1562.55127,2302.979716,1866.789873,1919.188528 +237057,2888.616385,1584.795981,2292.462948,1866.526733,1900.718403 +237058,2880.660237,1575.113676,2285.269587,1865.652252,1890.096108 +237059,2874.188417,1576.676262,2279.447963,1865.584466,1881.854542 +237060,2885.996147,1576.265632,2291.362417,1874.276871,1905.371911 +237061,2909.74681,1542.835847,2312.226836,1890.482116,1942.173343 +237062,2905.262484,1542.120395,2304.698067,1893.874864,1927.073723 +237063,2900.539362,1541.540907,2300.361139,1894.744023,1920.90344 +237064,2893.986831,1540.968422,2293.942273,1895.058308,1910.310936 +237065,2894.085484,1540.425079,2294.068553,1898.620536,1911.256751 +237066,2907.357979,1539.764395,2305.893822,1909.550191,1931.842022 +237067,2903.477125,1539.348254,2299.177833,1913.897192,1917.231064 +237068,2888.795608,1538.864423,2284.389455,1911.546912,1890.637218 +237069,2891.877513,1538.081531,2288.500015,1916.566159,1899.532661 +237070,2906.959844,1537.770918,2301.955948,1928.941048,1922.795792 +237071,2904.869423,1537.113812,2296.769504,1934.137604,1911.063006 +237072,2890.869313,1536.611908,2283.002781,1932.238926,1886.49857 +237073,2894.369957,1536.099495,2287.621404,1937.32613,1896.604803 +237074,2894.007376,1535.535082,2286.185775,1942.218151,1893.592107 +237075,2897.154237,1535.014385,2288.590282,1948.648985,1898.015842 +237076,2911.027619,1534.479555,2300.812022,1960.311259,1919.438803 +237077,2922.705004,1533.928036,2309.041684,1971.749191,1932.157621 +237078,2917.84451,1533.381743,2301.977594,1975.127665,1917.960971 +237079,2903.558564,1532.855209,2288.239303,1972.428952,1894.280922 +237080,2891.505145,1532.326743,2278.156576,1969.922641,1878.67409 +237081,2895.911519,1531.794034,2284.068557,1975.636341,1891.560882 +237082,2911.495662,1531.238952,2298.058877,1988.218213,1916.512086 +237083,2909.355817,1530.671074,2292.831799,1993.425031,1905.472076 +237084,2895.449646,1530.144172,2278.993308,1991.196664,1881.585022 +237085,2883.74607,1529.612486,2269.332009,1988.974129,1866.963399 +237086,2874.463753,1529.174722,2261.496015,1987.94435,1855.48923 +237087,2882.446257,1528.477066,2270.13372,1995.331572,1873.330722 +237088,2884.635406,1527.982058,2270.591346,2001.661589,1874.02183 +237089,2874.165869,1527.417473,2259.451299,2001.581173,1854.764002 +237090,2865.317627,1526.773906,2251.673628,2000.779069,1843.389503 +237091,2857.872677,1526.335345,2245.360914,2000.806504,1834.568737 +237092,2851.493105,1526.622411,2239.834746,2001.443813,1827.053776 +237093,2845.925337,1531.422443,2234.842734,2002.498984,1820.444865 +237094,2841.682214,1516.514978,2230.286728,2003.858214,1814.584413 +237095,2837.177292,1524.816307,2226.108333,2005.460237,1809.374136 +237096,2853.147613,1546.173358,2242.020994,2016.438604,1840.475113 +237097,2881.741434,1489.299572,2267.261083,2034.997297,1885.213417 +237098,2902.673033,1544.707813,2283.345808,2052.242021,1911.167297 +237099,2916.89523,1507.070212,2292.935777,2065.243238,1925.902117 +237100,2926.352467,1525.621356,2298.945314,2075.736644,1934.842661 +237101,2916.686326,1518.554602,2287.079571,2076.631853,1912.245074 +237102,2898.059122,1519.283659,2269.456815,2071.439631,1882.23166 +237103,2900.343809,1518.409165,2273.842175,2075.256147,1893.316862 +237104,2899.153678,1517.784072,2272.059512,2079.570471,1890.582377 +237105,2902.171773,1517.09435,2274.828879,2085.550718,1896.612956 +237106,2900.415145,1516.386753,2272.259971,2089.66788,1892.450367 +237107,2902.896455,1515.70093,2274.50389,2095.205211,1897.659213 +237108,2900.835226,1514.9856,2271.689923,2098.977804,1893.169532 +237109,2887.531293,1514.273522,2258.601722,2097.119036,1870.999933 +237110,2876.438289,1513.465737,2249.308315,2094.714086,1857.377086 +237111,2884.281032,1512.930561,2258.612656,2101.716485,1877.048892 +237112,2886.059367,1512.099552,2258.560306,2107.824411,1877.074931 +237113,2890.927409,1511.409468,2262.616461,2114.601447,1885.374429 +237114,2890.27575,1510.668722,2260.69346,2119.093033,1882.311828 +237115,2877.109062,1509.934142,2247.365812,2117.047383,1859.593562 +237116,2883.75796,1509.225859,2255.564603,2123.064674,1877.501617 +237117,2903.601183,1508.578793,2273.703925,2137.258267,1910.395314 +237118,2918.356297,1507.534935,2284.350669,2150.406034,1927.59021 +237119,2911.260828,1507.011855,2274.565523,2152.863317,1908.649494 +237120,2893.832939,1506.285718,2257.904033,2148.151056,1880.522398 +237121,2881.654029,1438.992478,2248.080034,2144.831316,1866.362044 +237122,2879.656627,1437.786009,2250.127059,2145.49027,1875.302456 +237123,2886.078111,1436.529865,2258.149007,2152.20056,1892.548198 +237124,2871.828641,1435.146988,2243.19978,2151.43768,1865.528645 +237125,2848.051472,1434.048849,2220.751616,2144.850652,1826.744036 +237126,2830.815911,1432.757365,2206.335026,2140.65415,1803.419311 +237127,2818.513275,1431.732311,2195.782549,2139.173962,1786.179853 +237128,2826.764291,1430.48874,2204.835795,2147.469434,1803.779147 +237129,2846.666298,1429.30974,2222.196519,2163.147745,1833.257885 +237130,2861.959094,1428.104253,2233.286299,2177.553892,1849.72562 +237131,2873.070381,1426.924569,2240.560877,2189.196029,1859.816039 +237132,2880.478583,1425.616604,2244.942471,2198.602111,1865.187961 +237133,2872.024846,1424.563725,2234.646406,2199.948879,1844.973791 +237134,2867.697479,1423.30641,2231.201318,2201.82541,1839.51287 +237135,2875.961492,1422.106278,2238.974541,2209.907039,1853.716347 +237136,2869.884914,1444.542961,2232.487282,2213.012844,1841.083256 +237137,2856.557229,1384.694504,2219.163905,2210.225205,1818.344827 +237138,2857.346743,1435.13632,2221.9096,2213.775035,1825.787447 +237139,2855.188741,1431.979404,2219.524918,2217.233403,1822.168205 +237140,2856.569342,1388.700047,2220.871689,2222.064665,1825.720199 +237141,2854.351715,1424.066341,2218.235446,2225.467779,1821.740642 +237142,2842.474222,1420.106235,2206.602311,2224.218249,1803.156157 +237143,2845.529956,1387.509229,2210.910732,2229.558506,1814.899945 +237144,2844.921669,1438.301766,2209.264295,2234.534156,1813.952469 +237145,2833.830596,1369.314556,2197.997648,2233.895799,1796.325601 +237146,2838.400066,1419.017741,2203.341604,2239.496413,1809.710725 +237147,2838.880197,1402.329363,2202.690588,2244.537203,1810.134616 +237148,2828.511935,1398.834895,2192.139943,2243.84439,1793.431732 +237149,2833.796947,1397.540567,2198.228596,2249.490572,1807.899229 +237150,2834.857066,1398.378934,2198.139399,2254.65028,1809.094649 +237151,2824.869495,1397.502402,2187.961864,2254.033983,1792.876822 +237152,2830.423763,1388.980044,2194.708027,2259.773611,1808.474282 +237153,2831.741311,1397.913666,2194.848906,2264.88887,1809.980975 +237154,2836.078178,1386.511383,2198.217303,2270.78748,1817.842417 +237155,2850.164125,1391.230295,2210.891383,2281.752511,1841.789503 +237156,2848.109629,1387.440372,2206.610439,2285.938486,1833.978887 +237157,2847.736518,1386.251511,2206.183877,2289.246113,1835.263153 +237158,2856.844018,1384.56361,2214.74897,2297.28476,1852.290947 +237159,2863.98756,1383.097302,2220.177729,2305.35106,1862.363708 +237160,2858.201235,1381.425177,2213.444274,2306.97486,1851.033169 +237161,2855.145686,1379.947294,2211.176964,2308.563792,1849.515887 +237162,2850.086543,1378.17471,2206.706752,2309.459869,1843.762488 +237163,2848.796401,1376.632747,2206.173717,2311.986657,1845.368268 +237164,2855.784243,1374.990435,2213.096457,2318.892716,1859.735007 +237165,2861.353014,1373.348633,2217.471952,2325.925931,1868.352404 +237166,2855.156879,1371.709193,2210.651347,2327.084303,1857.166169 +237167,2851.453496,1370.084622,2207.866067,2328.167021,1854.832454 +237168,2846.014234,1368.431422,2203.179434,2328.600562,1848.859421 +237169,2844.402731,1366.787722,2202.47137,2330.679985,1850.306199 +237170,2840.347418,1365.125269,2198.859387,2331.980016,1846.058119 +237171,2829.14249,1363.466665,2188.988399,2329.676455,1831.077429 +237172,2830.457906,1361.819454,2191.871382,2332.503283,1839.856887 +237173,2828.905103,1360.131252,2190.262384,2335.134139,1838.929899 +237174,2819.114427,1358.462764,2181.0895,2333.441195,1824.964103 +237175,2821.924996,1356.804824,2185.214781,2336.906518,1835.883184 +237176,2821.554975,1355.103053,2184.508433,2340.061721,1836.412111 +237177,2823.435788,1353.328061,2186.352243,2343.939935,1841.890632 +237178,2833.216231,1351.78236,2195.450186,2351.791315,1859.904801 +237179,2830.605175,1350.004593,2191.517607,2354.400473,1853.54789 +237180,2829.449046,1348.33929,2190.709378,2356.414328,1854.456433 +237181,2081.381732,1346.725227,1132.220564,1903.200125,2489.408419 +237182,2172.214088,1475.88984,1181.780196,1987.065311,2549.967264 +237183,2284.349893,1487.196034,1245.289325,2087.830558,2613.566854 +237184,2385.34765,1469.638702,1304.885564,2172.200092,2666.532188 +237185,2454.082889,1485.956826,1349.071983,2222.052822,2695.112237 +237186,2492.678115,1479.200356,1378.201843,2243.381875,2702.003465 +237187,2515.994296,1479.639684,1399.119755,2251.675009,2700.495552 +237188,2531.723719,1478.882145,1415.376007,2255.204407,2696.267321 +237189,2543.482692,1478.061852,1428.704069,2257.713535,2691.569589 +237190,2552.829867,1477.197794,1439.934004,2260.24828,2687.172636 +237191,2560.439372,1476.299712,1449.501618,2262.881421,2683.26552 +237192,2566.660601,1475.372118,1457.685528,2265.479542,2679.838063 +237193,2571.769396,1474.424202,1464.716469,2267.981185,2676.865454 +237194,2575.988392,1473.434401,1470.785589,2270.384007,2674.310442 +237195,2579.473697,1472.451859,1476.039724,2272.689605,2672.107588 +237196,2582.35922,1471.460003,1480.605756,2274.911758,2670.208345 +237197,2584.751095,1470.46089,1484.590559,2277.061778,2668.573093 +237198,2586.740463,1469.453798,1488.083237,2279.146308,2667.168106 +237199,2588.394601,1468.442158,1491.157888,2281.169002,2665.964096 +237200,2589.772278,1467.424099,1493.876347,2283.132437,2664.935834 +237201,2590.915095,1466.403131,1496.290255,2285.038861,2664.06144 +237202,2591.862129,1465.284048,1498.442885,2286.89048,2663.322112 +237203,2592.639389,1464.394593,1500.370468,2288.689303,2662.701482 +237204,2593.273744,1463.292527,1502.103437,2290.437176,2662.185432 +237205,2593.781313,1462.272304,1503.667321,2292.325683,2661.761593 +237206,2594.181313,1461.232641,1505.083626,2293.967965,2661.41923 +237207,2594.483699,1460.171472,1506.370437,2295.558282,2661.148866 +237208,2594.700747,1459.119913,1507.541628,2297.101804,2660.93969 +237209,2594.838859,1458.068126,1508.610525,2298.602927,2660.785153 +237210,2594.909953,1457.012975,1509.588877,2300.063684,2660.680127 +237211,2594.917775,1455.866365,1510.486469,2301.484367,2660.619654 +237212,2594.857889,1454.696679,1511.307745,2302.794425,2660.598925 +237213,2594.729164,1453.513926,1512.056891,2303.945946,2660.613399 +237214,2594.534884,1452.411886,1512.73899,2304.943058,2660.65898 +237215,2594.280313,1451.071409,1513.359423,2305.800559,2660.731991 +237216,2593.970802,1449.926712,1513.923249,2306.54462,2660.829175 +237217,2593.61099,1448.690121,1514.434935,2307.18616,2660.947602 +237218,2593.204744,1447.459471,1514.898349,2307.740213,2661.08465 +237219,2592.755287,1446.220434,1515.316836,2308.208029,2661.237927 +237220,2592.265411,1444.972672,1515.693327,2308.594322,2661.405279 +237221,2591.737587,1443.716573,1516.030398,2308.904086,2661.584726 +237222,2591.174115,1442.451942,1516.330339,2309.140962,2661.77448 +237223,2590.577081,1441.179123,1516.595184,2309.307307,2661.972892 +237224,2589.948372,1439.897923,1516.826761,2309.404754,2662.178472 +237225,2589.289665,1438.608679,1517.026708,2309.434608,2662.389838 +237226,2588.602483,1437.311203,1517.196511,2309.398045,2662.605742 +237227,2587.888189,1436.00583,1517.337512,2309.296154,2662.825026 +237228,2587.148033,1434.692377,1517.450944,2309.129952,2663.046642 +237229,2586.383135,1433.371177,1517.537928,2308.900372,2663.269615 +237230,2585.594544,1432.042053,1517.599503,2308.60828,2663.493065 +237231,2584.783216,1430.705338,1517.636624,2308.254471,2663.716173 +237232,2583.950043,1429.269866,1517.650181,2307.839693,2663.938198 +237233,2583.09586,1428.053645,1517.640999,2307.364643,2664.158451 +237234,2582.221446,1426.626784,1517.609854,2306.829984,2664.376316 +237235,2581.327527,1425.27488,1517.557466,2306.236336,2664.591206 +237236,2580.414793,1423.900755,1517.48452,2305.584295,2664.802606 +237237,2579.483875,1422.519436,1517.391654,2304.874422,2665.010026 +237238,2578.535399,1421.130959,1517.279478,2304.107516,2665.213035 +237239,2577.569933,1419.735459,1517.148568,2303.283022,2665.411231 +237240,2576.588022,1418.332917,1516.99947,2302.400622,2665.60425 +237241,0,0,0,0,0 +237242,0,0,0,0,0 +237243,0,0,0,0,0 +237244,0,0,0,0,0 +237245,0,0,0,0,0 +237246,0,0,0,0,0 +237247,0,0,0,0,0 +237248,0,0,0,0,0 +237249,0,0,0,0,0 +237250,0,0,0,0,0 +237251,0,0,0,0,0 +237252,0,0,0,0,0 +237253,0,0,0,0,0 +237254,0,0,0,0,0 +237255,0,0,0,0,0 +237256,0,0,0,0,0 +237257,0,0,0,0,0 +237258,0,0,0,0,0 +237259,0,0,0,0,0 +237260,0,0,0,0,0 +237261,0,0,0,0,0 +237262,0,0,0,0,0 +237263,0,0,0,0,0 +237264,0,0,0,0,0 +237265,0,0,0,0,0 +237266,0,0,0,0,0 +237267,0,0,0,0,0 +237268,0,0,0,0,0 +237269,0,0,0,0,0 +237270,0,0,0,0,0 +237271,0,0,0,0,0 +237272,0,0,0,0,0 +237273,0,0,0,0,0 +237274,0,0,0,0,0 +237275,0,0,0,0,0 +237276,0,0,0,0,0 +237277,0,0,0,0,0 +237278,0,0,0,0,0 +237279,0,0,0,0,0 +237280,0,0,0,0,0 +237281,0,0,0,0,0 +237282,0,0,0,0,0 +237283,0,0,0,0,0 +237284,0,0,0,0,0 +237285,0,0,0,0,0 +237286,0,0,0,0,0 +237287,0,0,0,0,0 +237288,0,0,0,0,0 +237289,0,0,0,0,0 +237290,0,0,0,0,0 +237291,0,0,0,0,0 +237292,0,0,0,0,0 +237293,0,0,0,0,0 +237294,0,0,0,0,0 +237295,0,0,0,0,0 +237296,0,0,0,0,0 +237297,0,0,0,0,0 +237298,0,0,0,0,0 +237299,0,0,0,0,0 +237300,0,0,0,0,0 +237301,0,0,0,0,0 +237302,0,0,0,0,0 +237303,0,0,0,0,0 +237304,0,0,0,0,0 +237305,0,0,0,0,0 +237306,0,0,0,0,0 +237307,0,0,0,0,0 +237308,0,0,0,0,0 +237309,0,0,0,0,0 +237310,0,0,0,0,0 +237311,0,0,0,0,0 +237312,0,0,0,0,0 +237313,0,0,0,0,0 +237314,0,0,0,0,0 +237315,0,0,0,0,0 +237316,0,0,0,0,0 +237317,0,0,0,0,0 +237318,0,0,0,0,0 +237319,0,0,0,0,0 +237320,0,0,0,0,0 +237321,0,0,0,0,0 +237322,0,0,0,0,0 +237323,0,0,0,0,0 +237324,0,0,0,0,0 +237325,0,0,0,0,0 +237326,0,0,0,0,0 +237327,0,0,0,0,0 +237328,0,0,0,0,0 +237329,0,0,0,0,0 +237330,0,0,0,0,0 +237331,0,0,0,0,0 +237332,0,0,0,0,0 +237333,0,0,0,0,0 +237334,0,0,0,0,0 +237335,0,0,0,0,0 +237336,0,0,0,0,0 +237337,0,0,0,0,0 +237338,0,0,0,0,0 +237339,0,0,0,0,0 +237340,0,0,0,0,0 +237341,0,0,0,0,0 +237342,0,0,0,0,0 +237343,0,0,0,0,0 +237344,0,0,0,0,0 +237345,0,0,0,0,0 +237346,0,0,0,0,0 +237347,0,0,0,0,0 +237348,0,0,0,0,0 +237349,0,0,0,0,0 +237350,0,0,0,0,0 +237351,0,0,0,0,0 +237352,0,0,0,0,0 +237353,0,0,0,0,0 +237354,0,0,0,0,0 +237355,0,0,0,0,0 +237356,0,0,0,0,0 +237357,0,0,0,0,0 +237358,0,0,0,0,0 +237359,0,0,0,0,0 +237360,0,0,0,0,0 +237361,0,0,0,0,0 +237362,0,0,0,0,0 +237363,0,0,0,0,0 +237364,0,0,0,0,0 +237365,0,0,0,0,0 +237366,0,0,0,0,0 +237367,0,0,0,0,0 +237368,0,0,0,0,0 +237369,0,0,0,0,0 +237370,0,0,0,0,0 +237371,0,0,0,0,0 +237372,0,0,0,0,0 +237373,0,0,0,0,0 +237374,0,0,0,0,0 +237375,0,0,0,0,0 +237376,0,0,0,0,0 +237377,0,0,0,0,0 +237378,0,0,0,0,0 +237379,0,0,0,0,0 +237380,0,0,0,0,0 +237381,0,0,0,0,0 +237382,0,0,0,0,0 +237383,0,0,0,0,0 +237384,0,0,0,0,0 +237385,0,0,0,0,0 +237386,0,0,0,0,0 +237387,0,0,0,0,0 +237388,0,0,0,0,0 +237389,0,0,0,0,0 +237390,0,0,0,0,0 +237391,0,0,0,0,0 +237392,0,0,0,0,0 +237393,0,0,0,0,0 +237394,0,0,0,0,0 +237395,0,0,0,0,0 +237396,0,0,0,0,0 +237397,0,0,0,0,0 +237398,0,0,0,0,0 +237399,0,0,0,0,0 +237400,0,0,0,0,0 +237401,0,0,0,0,0 +237402,0,0,0,0,0 +237403,0,0,0,0,0 +237404,0,0,0,0,0 +237405,0,0,0,0,0 +237406,0,0,0,0,0 +237407,0,0,0,0,0 +237408,0,0,0,0,0 +237409,0,0,0,0,0 +237410,0,0,0,0,0 +237411,0,0,0,0,0 +237412,0,0,0,0,0 +237413,0,0,0,0,0 +237414,0,0,0,0,0 +237415,0,0,0,0,0 +237416,0,0,0,0,0 +237417,0,0,0,0,0 +237418,0,0,0,0,0 +237419,0,0,0,0,0 +237420,0,0,0,0,0 +237421,0,0,0,0,0 +237422,0,0,0,0,0 +237423,0,0,0,0,0 +237424,0,0,0,0,0 +237425,0,0,0,0,0 +237426,0,0,0,0,0 +237427,0,0,0,0,0 +237428,0,0,0,0,0 +237429,0,0,0,0,0 +237430,0,0,0,0,0 +237431,0,0,0,0,0 +237432,0,0,0,0,0 +237433,0,0,0,0,0 +237434,0,0,0,0,0 +237435,0,0,0,0,0 +237436,0,0,0,0,0 +237437,0,0,0,0,0 +237438,0,0,0,0,0 +237439,0,0,0,0,0 +237440,0,0,0,0,0 +237441,0,0,0,0,0 +237442,0,0,0,0,0 +237443,0,0,0,0,0 +237444,0,0,0,0,0 +237445,0,0,0,0,0 +237446,0,0,0,0,0 +237447,0,0,0,0,0 +237448,0,0,0,0,0 +237449,0,0,0,0,0 +237450,0,0,0,0,0 +237451,0,0,0,0,0 +237452,0,0,0,0,0 +237453,0,0,0,0,0 +237454,0,0,0,0,0 +237455,0,0,0,0,0 +237456,0,0,0,0,0 +237457,0,0,0,0,0 +237458,0,0,0,0,0 +237459,0,0,0,0,0 +237460,0,0,0,0,0 +237461,0,0,0,0,0 +237462,0,0,0,0,0 +237463,0,0,0,0,0 +237464,0,0,0,0,0 +237465,0,0,0,0,0 +237466,0,0,0,0,0 +237467,0,0,0,0,0 +237468,0,0,0,0,0 +237469,0,0,0,0,0 +237470,0,0,0,0,0 +237471,0,0,0,0,0 +237472,0,0,0,0,0 +237473,0,0,0,0,0 +237474,0,0,0,0,0 +237475,0,0,0,0,0 +237476,0,0,0,0,0 +237477,0,0,0,0,0 +237478,0,0,0,0,0 +237479,0,0,0,0,0 +237480,0,0,0,0,0 +237481,0,0,0,0,0 +237482,0,0,0,0,0 +237483,0,0,0,0,0 +237484,0,0,0,0,0 +237485,0,0,0,0,0 +237486,0,0,0,0,0 +237487,0,0,0,0,0 +237488,0,0,0,0,0 +237489,0,0,0,0,0 +237490,0,0,0,0,0 +237491,0,0,0,0,0 +237492,0,0,0,0,0 +237493,0,0,0,0,0 +237494,0,0,0,0,0 +237495,0,0,0,0,0 +237496,0,0,0,0,0 +237497,0,0,0,0,0 +237498,0,0,0,0,0 +237499,0,0,0,0,0 +237500,0,0,0,0,0 +237501,0,0,0,0,0 +237502,0,0,0,0,0 +237503,0,0,0,0,0 +237504,0,0,0,0,0 +237505,0,0,0,0,0 +237506,0,0,0,0,0 +237507,0,0,0,0,0 +237508,0,0,0,0,0 +237509,0,0,0,0,0 +237510,0,0,0,0,0 +237511,0,0,0,0,0 +237512,0,0,0,0,0 +237513,0,0,0,0,0 +237514,0,0,0,0,0 +237515,0,0,0,0,0 +237516,0,0,0,0,0 +237517,0,0,0,0,0 +237518,0,0,0,0,0 +237519,0,0,0,0,0 +237520,0,0,0,0,0 +237521,0,0,0,0,0 +237522,0,0,0,0,0 +237523,0,0,0,0,0 +237524,0,0,0,0,0 +237525,0,0,0,0,0 +237526,0,0,0,0,0 +237527,0,0,0,0,0 +237528,0,0,0,0,0 +237529,0,0,0,0,0 +237530,0,0,0,0,0 +237531,0,0,0,0,0 +237532,0,0,0,0,0 +237533,0,0,0,0,0 +237534,0,0,0,0,0 +237535,0,0,0,0,0 +237536,0,0,0,0,0 +237537,0,0,0,0,0 +237538,0,0,0,0,0 +237539,0,0,0,0,0 +237540,0,0,0,0,0 +237541,0,0,0,0,0 +237542,0,0,0,0,0 +237543,0,0,0,0,0 +237544,0,0,0,0,0 +237545,0,0,0,0,0 +237546,0,0,0,0,0 +237547,0,0,0,0,0 +237548,0,0,0,0,0 +237549,0,0,0,0,0 +237550,0,0,0,0,0 +237551,0,0,0,0,0 +237552,0,0,0,0,0 +237553,0,0,0,0,0 +237554,0,0,0,0,0 +237555,0,0,0,0,0 +237556,0,0,0,0,0 +237557,0,0,0,0,0 +237558,0,0,0,0,0 +237559,0,0,0,0,0 +237560,0,0,0,0,0 +237561,0,0,0,0,0 +237562,0,0,0,0,0 +237563,0,0,0,0,0 +237564,0,0,0,0,0 +237565,0,0,0,0,0 +237566,0,0,0,0,0 +237567,0,0,0,0,0 +237568,0,0,0,0,0 +237569,0,0,0,0,0 +237570,0,0,0,0,0 +237571,0,0,0,0,0 +237572,0,0,0,0,0 +237573,0,0,0,0,0 +237574,0,0,0,0,0 +237575,0,0,0,0,0 +237576,0,0,0,0,0 +237577,0,0,0,0,0 +237578,0,0,0,0,0 +237579,0,0,0,0,0 +237580,0,0,0,0,0 +237581,0,0,0,0,0 +237582,0,0,0,0,0 +237583,0,0,0,0,0 +237584,0,0,0,0,0 +237585,0,0,0,0,0 +237586,0,0,0,0,0 +237587,0,0,0,0,0 +237588,0,0,0,0,0 +237589,0,0,0,0,0 +237590,0,0,0,0,0 +237591,0,0,0,0,0 +237592,0,0,0,0,0 +237593,0,0,0,0,0 +237594,0,0,0,0,0 +237595,0,0,0,0,0 +237596,0,0,0,0,0 +237597,0,0,0,0,0 +237598,0,0,0,0,0 +237599,0,0,0,0,0 +237600,0,0,0,0,0 +237601,0,0,0,0,0 +237602,0,0,0,0,0 +237603,0,0,0,0,0 +237604,0,0,0,0,0 +237605,0,0,0,0,0 +237606,0,0,0,0,0 +237607,0,0,0,0,0 +237608,0,0,0,0,0 +237609,0,0,0,0,0 +237610,0,0,0,0,0 +237611,0,0,0,0,0 +237612,0,0,0,0,0 +237613,0,0,0,0,0 +237614,0,0,0,0,0 +237615,0,0,0,0,0 +237616,0,0,0,0,0 +237617,0,0,0,0,0 +237618,0,0,0,0,0 +237619,0,0,0,0,0 +237620,0,0,0,0,0 +237621,0,0,0,0,0 +237622,0,0,0,0,0 +237623,0,0,0,0,0 +237624,0,0,0,0,0 +237625,0,0,0,0,0 +237626,0,0,0,0,0 +237627,0,0,0,0,0 +237628,0,0,0,0,0 +237629,0,0,0,0,0 +237630,0,0,0,0,0 +237631,0,0,0,0,0 +237632,0,0,0,0,0 +237633,0,0,0,0,0 +237634,0,0,0,0,0 +237635,0,0,0,0,0 +237636,0,0,0,0,0 +237637,0,0,0,0,0 +237638,0,0,0,0,0 +237639,0,0,0,0,0 +237640,0,0,0,0,0 +237641,0,0,0,0,0 +237642,0,0,0,0,0 +237643,0,0,0,0,0 +237644,0,0,0,0,0 +237645,0,0,0,0,0 +237646,0,0,0,0,0 +237647,0,0,0,0,0 +237648,0,0,0,0,0 +237649,0,0,0,0,0 +237650,0,0,0,0,0 +237651,0,0,0,0,0 +237652,0,0,0,0,0 +237653,0,0,0,0,0 +237654,0,0,0,0,0 +237655,0,0,0,0,0 +237656,0,0,0,0,0 +237657,0,0,0,0,0 +237658,0,0,0,0,0 +237659,0,0,0,0,0 +237660,0,0,0,0,0 +237661,0,0,0,0,0 +237662,0,0,0,0,0 +237663,0,0,0,0,0 +237664,0,0,0,0,0 +237665,0,0,0,0,0 +237666,0,0,0,0,0 +237667,0,0,0,0,0 +237668,0,0,0,0,0 +237669,0,0,0,0,0 +237670,0,0,0,0,0 +237671,0,0,0,0,0 +237672,0,0,0,0,0 +237673,0,0,0,0,0 +237674,0,0,0,0,0 +237675,0,0,0,0,0 +237676,0,0,0,0,0 +237677,0,0,0,0,0 +237678,0,0,0,0,0 +237679,0,0,0,0,0 +237680,0,0,0,0,0 +237681,0,0,0,0,0 +237682,0,0,0,0,0 +237683,0,0,0,0,0 +237684,0,0,0,0,0 +237685,0,0,0,0,0 +237686,0,0,0,0,0 +237687,0,0,0,0,0 +237688,0,0,0,0,0 +237689,0,0,0,0,0 +237690,0,0,0,0,0 +237691,0,0,0,0,0 +237692,0,0,0,0,0 +237693,0,0,0,0,0 +237694,0,0,0,0,0 +237695,0,0,0,0,0 +237696,0,0,0,0,0 +237697,0,0,0,0,0 +237698,0,0,0,0,0 +237699,0,0,0,0,0 +237700,0,0,0,0,0 +237701,0,0,0,0,0 +237702,0,0,0,0,0 +237703,0,0,0,0,0 +237704,0,0,0,0,0 +237705,0,0,0,0,0 +237706,0,0,0,0,0 +237707,0,0,0,0,0 +237708,0,0,0,0,0 +237709,0,0,0,0,0 +237710,0,0,0,0,0 +237711,0,0,0,0,0 +237712,0,0,0,0,0 +237713,0,0,0,0,0 +237714,0,0,0,0,0 +237715,0,0,0,0,0 +237716,0,0,0,0,0 +237717,0,0,0,0,0 +237718,0,0,0,0,0 +237719,0,0,0,0,0 +237720,0,0,0,0,0 +237721,0,0,0,0,0 +237722,0,0,0,0,0 +237723,0,0,0,0,0 +237724,0,0,0,0,0 +237725,0,0,0,0,0 +237726,0,0,0,0,0 +237727,0,0,0,0,0 +237728,0,0,0,0,0 +237729,0,0,0,0,0 +237730,0,0,0,0,0 +237731,0,0,0,0,0 +237732,0,0,0,0,0 +237733,0,0,0,0,0 +237734,0,0,0,0,0 +237735,0,0,0,0,0 +237736,0,0,0,0,0 +237737,0,0,0,0,0 +237738,0,0,0,0,0 +237739,0,0,0,0,0 +237740,0,0,0,0,0 +237741,0,0,0,0,0 +237742,0,0,0,0,0 +237743,0,0,0,0,0 +237744,0,0,0,0,0 +237745,0,0,0,0,0 +237746,0,0,0,0,0 +237747,0,0,0,0,0 +237748,0,0,0,0,0 +237749,0,0,0,0,0 +237750,0,0,0,0,0 +237751,0,0,0,0,0 +237752,0,0,0,0,0 +237753,0,0,0,0,0 +237754,0,0,0,0,0 +237755,0,0,0,0,0 +237756,0,0,0,0,0 +237757,0,0,0,0,0 +237758,0,0,0,0,0 +237759,0,0,0,0,0 +237760,0,0,0,0,0 +237761,0,0,0,0,0 +237762,0,0,0,0,0 +237763,0,0,0,0,0 +237764,0,0,0,0,0 +237765,0,0,0,0,0 +237766,0,0,0,0,0 +237767,0,0,0,0,0 +237768,0,0,0,0,0 +237769,0,0,0,0,0 +237770,0,0,0,0,0 +237771,0,0,0,0,0 +237772,0,0,0,0,0 +237773,0,0,0,0,0 +237774,0,0,0,0,0 +237775,0,0,0,0,0 +237776,0,0,0,0,0 +237777,0,0,0,0,0 +237778,0,0,0,0,0 +237779,0,0,0,0,0 +237780,0,0,0,0,0 +237781,0,0,0,0,0 +237782,0,0,0,0,0 +237783,0,0,0,0,0 +237784,0,0,0,0,0 +237785,0,0,0,0,0 +237786,0,0,0,0,0 +237787,0,0,0,0,0 +237788,0,0,0,0,0 +237789,0,0,0,0,0 +237790,0,0,0,0,0 +237791,0,0,0,0,0 +237792,0,0,0,0,0 +237793,0,0,0,0,0 +237794,0,0,0,0,0 +237795,0,0,0,0,0 +237796,0,0,0,0,0 +237797,0,0,0,0,0 +237798,0,0,0,0,0 +237799,0,0,0,0,0 +237800,0,0,0,0,0 +237801,0,0,0,0,0 +237802,0,0,0,0,0 +237803,0,0,0,0,0 +237804,0,0,0,0,0 +237805,0,0,0,0,0 +237806,0,0,0,0,0 +237807,0,0,0,0,0 +237808,0,0,0,0,0 +237809,0,0,0,0,0 +237810,0,0,0,0,0 +237811,0,0,0,0,0 +237812,0,0,0,0,0 +237813,0,0,0,0,0 +237814,0,0,0,0,0 +237815,0,0,0,0,0 +237816,0,0,0,0,0 +237817,0,0,0,0,0 +237818,0,0,0,0,0 +237819,0,0,0,0,0 +237820,0,0,0,0,0 +237821,0,0,0,0,0 +237822,0,0,0,0,0 +237823,0,0,0,0,0 +237824,0,0,0,0,0 +237825,0,0,0,0,0 +237826,0,0,0,0,0 +237827,0,0,0,0,0 +237828,0,0,0,0,0 +237829,0,0,0,0,0 +237830,0,0,0,0,0 +237831,0,0,0,0,0 +237832,0,0,0,0,0 +237833,0,0,0,0,0 +237834,0,0,0,0,0 +237835,0,0,0,0,0 +237836,0,0,0,0,0 +237837,0,0,0,0,0 +237838,0,0,0,0,0 +237839,0,0,0,0,0 +237840,0,0,0,0,0 +237841,0,0,0,0,0 +237842,0,0,0,0,0 +237843,0,0,0,0,0 +237844,0,0,0,0,0 +237845,0,0,0,0,0 +237846,0,0,0,0,0 +237847,0,0,0,0,0 +237848,0,0,0,0,0 +237849,0,0,0,0,0 +237850,0,0,0,0,0 +237851,0,0,0,0,0 +237852,0,0,0,0,0 +237853,0,0,0,0,0 +237854,0,0,0,0,0 +237855,0,0,0,0,0 +237856,0,0,0,0,0 +237857,0,0,0,0,0 +237858,0,0,0,0,0 +237859,0,0,0,0,0 +237860,0,0,0,0,0 +237861,0,0,0,0,0 +237862,0,0,0,0,0 +237863,0,0,0,0,0 +237864,0,0,0,0,0 +237865,0,0,0,0,0 +237866,0,0,0,0,0 +237867,0,0,0,0,0 +237868,0,0,0,0,0 +237869,0,0,0,0,0 +237870,0,0,0,0,0 +237871,0,0,0,0,0 +237872,0,0,0,0,0 +237873,0,0,0,0,0 +237874,0,0,0,0,0 +237875,0,0,0,0,0 +237876,0,0,0,0,0 +237877,0,0,0,0,0 +237878,0,0,0,0,0 +237879,0,0,0,0,0 +237880,0,0,0,0,0 +237881,0,0,0,0,0 +237882,0,0,0,0,0 +237883,0,0,0,0,0 +237884,0,0,0,0,0 +237885,0,0,0,0,0 +237886,0,0,0,0,0 +237887,0,0,0,0,0 +237888,0,0,0,0,0 +237889,0,0,0,0,0 +237890,0,0,0,0,0 +237891,0,0,0,0,0 +237892,0,0,0,0,0 +237893,0,0,0,0,0 +237894,0,0,0,0,0 +237895,0,0,0,0,0 +237896,0,0,0,0,0 +237897,0,0,0,0,0 +237898,0,0,0,0,0 +237899,0,0,0,0,0 +237900,0,0,0,0,0 +237901,0,0,0,0,0 +237902,0,0,0,0,0 +237903,0,0,0,0,0 +237904,0,0,0,0,0 +237905,0,0,0,0,0 +237906,0,0,0,0,0 +237907,0,0,0,0,0 +237908,0,0,0,0,0 +237909,0,0,0,0,0 +237910,0,0,0,0,0 +237911,0,0,0,0,0 +237912,0,0,0,0,0 +237913,0,0,0,0,0 +237914,0,0,0,0,0 +237915,0,0,0,0,0 +237916,0,0,0,0,0 +237917,0,0,0,0,0 +237918,0,0,0,0,0 +237919,0,0,0,0,0 +237920,0,0,0,0,0 +237921,0,0,0,0,0 +237922,0,0,0,0,0 +237923,0,0,0,0,0 +237924,0,0,0,0,0 +237925,0,0,0,0,0 +237926,0,0,0,0,0 +237927,0,0,0,0,0 +237928,0,0,0,0,0 +237929,0,0,0,0,0 +237930,0,0,0,0,0 +237931,0,0,0,0,0 +237932,0,0,0,0,0 +237933,0,0,0,0,0 +237934,0,0,0,0,0 +237935,0,0,0,0,0 +237936,0,0,0,0,0 +237937,0,0,0,0,0 +237938,0,0,0,0,0 +237939,0,0,0,0,0 +237940,0,0,0,0,0 +237941,0,0,0,0,0 +237942,0,0,0,0,0 +237943,0,0,0,0,0 +237944,0,0,0,0,0 +237945,0,0,0,0,0 +237946,0,0,0,0,0 +237947,0,0,0,0,0 +237948,0,0,0,0,0 +237949,0,0,0,0,0 +237950,0,0,0,0,0 +237951,0,0,0,0,0 +237952,0,0,0,0,0 +237953,0,0,0,0,0 +237954,0,0,0,0,0 +237955,0,0,0,0,0 +237956,0,0,0,0,0 +237957,0,0,0,0,0 +237958,0,0,0,0,0 +237959,0,0,0,0,0 +237960,0,0,0,0,0 +237961,0,0,0,0,0 +237962,0,0,0,0,0 +237963,0,0,0,0,0 +237964,0,0,0,0,0 +237965,0,0,0,0,0 +237966,0,0,0,0,0 +237967,0,0,0,0,0 +237968,0,0,0,0,0 +237969,0,0,0,0,0 +237970,0,0,0,0,0 +237971,0,0,0,0,0 +237972,0,0,0,0,0 +237973,0,0,0,0,0 +237974,0,0,0,0,0 +237975,0,0,0,0,0 +237976,0,0,0,0,0 +237977,0,0,0,0,0 +237978,0,0,0,0,0 +237979,0,0,0,0,0 +237980,0,0,0,0,0 +237981,0,0,0,0,0 +237982,0,0,0,0,0 +237983,0,0,0,0,0 +237984,0,0,0,0,0 +237985,0,0,0,0,0 +237986,0,0,0,0,0 +237987,0,0,0,0,0 +237988,0,0,0,0,0 +237989,0,0,0,0,0 +237990,0,0,0,0,0 +237991,0,0,0,0,0 +237992,0,0,0,0,0 +237993,0,0,0,0,0 +237994,0,0,0,0,0 +237995,0,0,0,0,0 +237996,0,0,0,0,0 +237997,0,0,0,0,0 +237998,0,0,0,0,0 +237999,0,0,0,0,0 +238000,0,0,0,0,0 +238001,0,0,0,0,0 +238002,0,0,0,0,0 +238003,0,0,0,0,0 +238004,0,0,0,0,0 +238005,0,0,0,0,0 +238006,0,0,0,0,0 +238007,0,0,0,0,0 +238008,0,0,0,0,0 +238009,0,0,0,0,0 +238010,0,0,0,0,0 +238011,0,0,0,0,0 +238012,0,0,0,0,0 +238013,0,0,0,0,0 +238014,0,0,0,0,0 +238015,0,0,0,0,0 +238016,0,0,0,0,0 +238017,0,0,0,0,0 +238018,0,0,0,0,0 +238019,0,0,0,0,0 +238020,0,0,0,0,0 +238021,8.619514536,3980.89671,3512.424585,11.04410181,-301.6939376 +238022,394.1851076,2579.738519,3740.374283,186.2633759,404.1633429 +238023,384.4325555,231.2630794,3485.731389,181.5438585,394.5271094 +238024,370.902702,202.3470336,3230.518543,175.0616485,377.9553373 +238025,357.357028,562.5963044,3021.259877,168.6601829,359.787881 +238026,345.3345186,1062.124238,2861.973727,163.0624458,342.6704217 +238027,334.9553961,615.8470117,2556.176085,158.2980938,327.20162 +238028,325.8991181,735.2721524,1330.766048,154.189411,313.187241 +238029,317.8593108,741.8583866,2158.166756,150.5741402,300.3231535 +238030,310.6222645,746.5421863,1891.723594,147.3400453,288.3894893 +238031,304.0609144,752.1079241,1893.761231,144.4211216,277.2524365 +238032,298.0772599,757.2338508,1898.484854,141.766664,266.8145846 +238033,292.5991202,763.0581672,1903.774981,139.340437,256.9994582 +238034,287.5558877,768.2590296,1909.743867,137.1069219,247.7418661 +238035,282.8937685,774.2644966,1915.970031,135.0402047,238.9833123 +238036,278.5620762,780.0834317,1922.823663,133.1159197,230.6706188 +238037,274.5161687,786.0404412,1930.950434,131.3128977,222.7559011 +238038,270.7183046,792.1676655,1947.948161,129.6136358,215.1964069 +238039,267.1368518,798.2843708,1934.329077,128.0038186,207.954244 +238040,263.7451287,804.6337856,1949.109969,126.4716464,200.9959056 +238041,260.5205996,810.9549141,1963.389499,125.0073927,194.2910639 +238042,257.4439175,821.9161241,1966.37264,123.6028281,187.8138931 +238043,254.4985088,831.3939323,1975.767525,122.2510232,181.5417111 +238044,251.670155,840.5055763,1983.844847,120.9461437,175.4542845 +238045,248.946713,849.8317224,1992.107685,119.6833003,169.5336906 +238046,246.3177384,859.1304027,2000.677291,118.4583595,163.763988 +238047,243.7742945,868.5585504,2008.937212,117.2678438,158.1311536 +238048,241.3086599,877.9105522,2017.606341,116.1087908,152.6227454 +238049,238.9141953,887.4160347,2028.257307,114.978689,147.2278126 +238050,236.5851467,896.8751793,2048.574482,113.875387,141.9366466 +238051,234.316534,905.5761185,2020.887343,112.7970425,136.7406749 +238052,232.1010384,914.2619161,2055.700155,111.740725,131.6322769 +238053,229.9328631,922.7673029,2053.982383,110.7041571,126.6046713 +238054,227.8081376,931.3603433,2060.67158,109.6858985,121.6518156 +238055,225.7241816,939.7832263,2067.440138,108.6850131,116.7683632 +238056,223.6788428,948.3069125,2077.734663,107.7007697,111.9495136 +238057,221.6702538,956.6611682,2085.326792,106.7325331,107.1910289 +238058,219.696683,965.082222,2087.640305,105.7796997,102.4890515 +238059,217.7565805,973.4768707,2076.492187,104.8417209,97.84016829 +238060,215.8485081,981.7492525,2122.150224,103.9180755,93.24124478 +238061,213.971178,990.1233149,2078.677342,103.0082895,88.68948233 +238062,212.123414,998.3280683,2121.541212,102.1119214,84.18233682 +238063,210.3041432,1006.603859,2109.551873,101.2285607,79.71750578 +238064,208.5123722,1014.856762,2142.280546,100.3578191,75.29287854 +238065,206.7471886,1022.981003,2094.39394,99.49933311,70.90654239 +238066,205.0077339,1031.216486,2163.760343,98.65275371,66.55672349 +238067,203.2932075,1039.270312,2118.595966,97.81774928,62.24179723 +238068,201.602846,1047.403227,2153.377971,96.9939979,57.96024208 +238069,199.9359581,1055.51346,2131.711885,96.18120387,53.71070208 +238070,198.2918614,1063.482318,2169.603513,95.37907024,49.49186558 +238071,196.6699417,1071.525401,2149.124354,94.58732622,45.30257373 +238072,195.0695923,1079.546129,2162.724789,93.80570055,41.14170283 +238073,193.4902522,1086.925219,2166.026441,93.03393933,37.00823601 +238074,191.9313734,1095.610831,2170.232467,92.27179172,32.90119659 +238075,190.3924398,1103.083305,2174.355426,91.51901904,28.81968567 +238076,188.8729511,1111.138105,2178.692558,90.77538794,24.76284499 +238077,187.3724386,1118.84839,2182.641548,90.04067777,20.72988917 +238078,185.8904321,1126.627803,2186.442746,89.31466599,16.72003859 +238079,184.4265075,1134.499005,2190.404844,88.5971498,12.73260943 +238080,182.9802238,1142.04859,2194.067375,87.88791807,8.766893338 +238081,179.1633878,1579.430421,2453.234182,86.10141701,0.480823844 +238082,194.5644145,1601.200022,2481.654916,93.20024081,28.20500513 +238083,224.0158151,1618.761075,2530.115524,106.641324,82.94654072 +238084,252.86745,1634.27074,2575.46667,261.2540574,138.1979441 +238085,1148.628657,1571.827101,2386.325667,484.8125358,-211.7877779 +238086,879.4486932,1685.464889,2380.028225,386.1115936,-221.5106341 +238087,990.8824084,1707.510756,2516.906211,459.4427973,14.79198077 +238088,1043.253748,1702.152636,2683.347445,472.6407819,301.2669187 +238089,961.8888106,1686.933717,2712.150157,436.9634205,348.8669165 +238090,1045.18817,1722.188754,2721.851221,474.7965656,378.5952297 +238091,1046.765258,1728.517638,2725.747345,476.0935576,400.8636859 +238092,1063.674177,1740.415603,2728.387,484.1659917,419.4287528 +238093,1080.795861,1752.544806,2731.276667,492.7690356,435.7915254 +238094,1097.252396,1764.497967,2734.553563,500.6156544,450.4907605 +238095,990.6122568,1719.908517,2610.949195,452.7140145,590.8014055 +238096,1122.586117,1778.257088,2514.467786,512.2995637,1082.320078 +238097,1149.862938,1798.242861,2480.439185,525.6239374,900.8870608 +238098,1138.081379,1797.410266,2462.654733,520.394686,947.9431932 +238099,1162.172878,1811.604529,2446.869906,532.136995,987.4742406 +238100,1177.765831,1823.138073,2431.703775,539.5134239,1006.463803 +238101,1192.640389,1834.583019,2417.410859,546.906044,1024.361506 +238102,1399.491708,1937.059461,2595.046071,641.3985434,1389.191853 +238103,936.1434045,1729.435663,2422.102505,432.3283696,528.8010926 +238104,1561.528085,2012.917237,2615.520414,715.2475329,1674.495528 +238105,935.5317762,1741.056105,2431.910981,433.5397652,506.6588197 +238106,1588.743885,2033.12362,2623.454261,728.2175975,1705.469111 +238107,960.9656495,1760.347748,2435.342503,446.1627207,535.328849 +238108,1615.975273,2053.999871,2626.278407,741.2931639,1735.904051 +238109,985.8144343,1779.611718,2435.726516,458.4863753,562.5158857 +238110,1642.090396,2077.224944,2626.904465,753.9539367,1764.925286 +238111,1009.767138,1811.025558,2433.831461,470.2036975,588.1800098 +238112,1667.64436,2081.237243,2625.591138,766.2333155,1792.899722 +238113,1032.53614,1811.465516,2432.017666,481.6066904,612.1207721 +238114,1691.675675,2134.697813,2625.980696,777.8551689,1819.733651 +238115,1055.165114,1804.498203,2433.147074,492.6676489,635.3285536 +238116,1714.881759,2159.122824,2629.032951,789.1572852,1844.853442 +238117,1077.015749,1820.969089,2434.912226,503.3634178,657.6643817 +238118,1737.622189,2175.006354,2631.53347,800.2315701,1869.169061 +238119,1097.962125,1837.636639,2435.90938,513.6498562,678.6777818 +238120,1759.735819,2197.473187,2633.392884,810.9942455,1904.506826 +238121,1118.41366,1844.427064,2437.606155,523.2570132,680.6877812 +238122,1781.125269,2216.068382,2636.933633,821.9467144,1936.868592 +238123,1332.710268,1949.282611,2637.752216,621.1241212,1049.301124 +238124,1513.44003,2091.149706,2632.201002,704.8334508,1405.589778 +238125,1494.189563,2040.185423,2624.587825,697.1195537,1348.872708 +238126,1503.302613,2061.344622,2619.711486,701.7879232,1359.563447 +238127,1513.17707,2065.466178,2614.398795,706.6260456,1368.713393 +238128,1522.519078,2071.619618,2611.847823,711.5193879,1378.087001 +238129,1531.665634,2077.995302,2610.83946,716.1424993,1386.881008 +238130,1544.475061,2083.987501,2610.738879,720.7072432,1395.743262 +238131,1552.815124,2090.360368,2611.156704,725.4843376,1404.357768 +238132,1562.416925,2096.307235,2611.862116,729.8025139,1412.895883 +238133,1571.460488,2102.23339,2612.71485,734.2041538,1421.000388 +238134,1580.633485,2108.120815,2613.630637,738.7412495,1429.323583 +238135,1588.262657,2113.755298,2616.54659,742.8847057,1437.314176 +238136,1570.042185,2119.531077,2616.454085,747.1405557,1445.042638 +238137,1616.617806,2125.147621,2618.698802,751.1819166,1452.795615 +238138,1606.638624,2130.489221,2618.217233,755.5131231,1460.327668 +238139,1618.737432,2135.922786,2618.372966,759.4497607,1467.738856 +238140,1626.927126,2141.285541,2620.517322,763.4392672,1475.016395 +238141,2025.394452,2319.416448,2631.279262,936.0418677,2168.435256 +238142,2058.71662,2324.231876,2671.706763,942.0437367,2192.735064 +238143,2017.850704,2325.074827,2720.881722,947.5061544,2218.92253 +238144,2091.463145,2339.703996,2760.924509,952.4156536,2236.769804 +238145,2040.600085,2342.041542,2789.387302,957.3322546,2247.225385 +238146,2108.792095,2347.940208,2808.375666,962.0688205,2252.474705 +238147,2060.348505,2353.866284,2820.922504,966.7173503,2254.508124 +238148,2110.63291,2359.295189,2829.423741,971.2851961,2254.752653 +238149,2132.04602,2364.531621,2835.259928,975.7820827,2253.941456 +238150,2076.44126,2369.859102,2839.418272,980.2140515,2252.724761 +238151,2145.277006,2374.913126,2842.422246,984.5861924,2251.403502 +238152,2130.741029,2379.90316,2844.496662,988.9021414,2250.016052 +238153,2143.598987,2384.957364,2847.860066,993.1634032,2250.811259 +238154,2152.472886,2389.143239,2847.838503,997.3768114,2248.518375 +238155,2161.128543,2394.404619,2848.032963,1001.538215,2247.081355 +238156,2169.830886,2398.874415,2849.891778,1005.649187,2248.129867 +238157,2178.099796,2403.07691,2848.910663,1009.719393,2246.190526 +238158,2186.598734,2407.79971,2850.115573,1013.739171,2247.22783 +238159,2194.744573,2411.755665,2848.676091,1017.719425,2245.394599 +238160,2203.303559,2422.591534,2847.923185,1024.38609,2244.637954 +238161,2211.144753,2417.765881,2847.31574,1024.979225,2244.27173 +238162,2219.331696,2424.933119,2846.590299,1033.836017,2243.959059 +238163,2227.302695,2428.729097,2845.824849,1031.028125,2243.776166 +238164,2235.223629,2432.366254,2846.756752,1043.913178,2245.800493 +238165,2243.200138,2435.830438,2846.626613,1035.494202,2246.712704 +238166,2257.925415,2439.430155,2845.985676,1056.853326,2247.157299 +238167,2257.684427,2442.374475,2843.32812,1036.438754,2245.289235 +238168,2285.795829,2446.283041,2841.48244,1047.151086,2244.476966 +238169,2239.403383,2449.233255,2839.945588,1060.147007,2244.105734 +238170,2296.063879,2452.491399,2838.506988,1057.124319,2243.929137 +238171,2286.381408,2455.462157,2837.02902,1062.249281,2243.78722 +238172,2295.377534,2458.076219,2835.497952,1065.74312,2243.674754 +238173,2303.187201,2460.658056,2833.905866,1069.153652,2243.585551 +238174,2310.372215,2463.609337,2833.97042,1072.599578,2245.591805 +238175,2317.620768,2465.561497,2831.242068,1075.841681,2244.32905 +238176,2334.929072,2468.357176,2830.71647,1079.205906,2245.802633 +238177,2318.996583,2476.435917,2827.754992,1082.406389,2244.40736 +238178,2341.587627,2464.51194,2827.016221,1085.75935,2245.752392 +238179,2345.767413,2482.805014,2823.700447,1088.998155,2244.042705 +238180,2351.850556,2475.687227,2822.890207,1092.098997,2245.4069 +238181,2359.148367,2478.493858,2821.194396,1095.30968,2245.959583 +238182,2377.674229,2480.579198,2817.330983,1098.43318,2243.733811 +238183,2354.692335,2482.031728,2814.294873,1101.541707,2242.531193 +238184,2387.768386,2483.583836,2811.558639,1104.621898,2241.713489 +238185,2383.911522,2485.416378,2810.642592,1107.746223,2243.134958 +238186,2405.916655,2486.636103,2808.753718,1110.600096,2243.443033 +238187,2378.505419,2487.388145,2804.742448,1113.757444,2241.240865 +238188,2415.124811,2489.220024,2801.478211,1116.677173,2239.969389 +238189,2435.590905,2489.914364,2798.390513,1119.64207,2238.929066 +238190,2399.716645,2490.766461,2795.420707,1122.573959,2238.055428 +238191,2428.025968,2491.854289,2792.555831,1125.551122,2237.340905 +238192,2442.145094,2492.600306,2789.718489,1128.331921,2236.696547 +238193,2431.388073,2499.56752,2787.001031,1131.245214,2236.235372 +238194,2448.837214,2486.63873,2785.967051,1134.07703,2237.856362 +238195,2449.751318,2502.237283,2782.367983,1136.893885,2236.418735 +238196,2457.473764,2488.07364,2779.484638,1139.622269,2235.879268 +238197,2463.122748,2502.90055,2776.899876,1142.507289,2235.721807 +238198,2469.442658,2488.811801,2774.400138,1145.284387,2235.690008 +238199,2475.320597,2503.282127,2771.942842,1147.926104,2235.73588 +238200,2481.462503,2489.498435,2771.13303,1150.696657,2237.813164 +238201,2493.386711,2505.59191,2767.184234,1156.114531,2235.799127 +238202,2501.227225,2499.23501,2764.435848,1159.432981,2235.331746 +238203,2507.830365,2500.112777,2762.093265,1162.526883,2235.396678 +238204,2514.664067,2501.084747,2759.777769,1165.541911,2235.516949 +238205,2521.006224,2501.078325,2757.422975,1168.568689,2235.61064 +238206,2527.783595,2500.999084,2754.969642,1171.363242,2235.605516 +238207,2534.098923,2500.878048,2752.412008,1174.284599,2235.491619 +238208,2540.429662,2500.68161,2749.766867,1177.110866,2235.284877 +238209,2546.789579,2500.611056,2747.052122,1179.845713,2235.002855 +238210,2561.146609,2499.970285,2744.384047,1182.742345,2234.784345 +238211,2547.195178,2499.502616,2741.542284,1185.450705,2234.359483 +238212,2578.662353,2498.968298,2738.666673,1188.201335,2233.896468 +238213,2567.209571,2498.336478,2735.869705,1190.919421,2233.531085 +238214,2578.74041,2490.766571,2734.479445,1193.69316,2234.88789 +238215,2584.040913,2504.736742,2730.44435,1196.253211,2233.030737 +238216,2590.194923,2486.875476,2727.048367,1198.966407,2232.146142 +238217,2595.965323,2502.509098,2723.847941,1201.59182,2231.270129 +238218,2601.97917,2485.08103,2720.704177,1204.210224,2230.44925 +238219,2607.62123,2500.370265,2717.624911,1206.810596,2229.703325 +238220,2613.798518,2482.631495,2714.533434,1209.392942,2228.94424 +238221,2619.507957,2497.922964,2711.459869,1211.957734,2228.209658 +238222,2625.237683,2479.828291,2708.336705,1214.505265,2227.416054 +238223,2631.084072,2487.667462,2705.08698,1217.035873,2226.4671 +238224,2636.544932,2485.518439,2701.928664,1219.548562,2225.626127 +238225,2642.547712,2482.74679,2698.821131,1222.047414,2224.842896 +238226,2648.155027,2481.079127,2695.655245,1224.528981,2223.98421 +238227,2661.464929,2479.537769,2692.59116,1226.994562,2223.24505 +238228,2648.715246,2478.057979,2691.057268,1229.444945,2224.366922 +238229,2675.81179,2475.345162,2686.812563,1231.877646,2222.373656 +238230,2667.815178,2473.846394,2683.291702,1234.297626,2221.023674 +238231,2676.01154,2471.373558,2679.879407,1236.655557,2219.770159 +238232,2681.960124,2469.077309,2676.504822,1238.991628,2218.546069 +238233,2686.661168,2466.539073,2673.20125,1241.310085,2217.406248 +238234,2692.316923,2464.200583,2669.912879,1243.611787,2216.491557 +238235,2697.404856,2461.47158,2666.622161,1245.978138,2215.308747 +238236,2710.013863,2458.835687,2663.458675,1248.127222,2214.2753 +238237,2705.5654,2456.272826,2660.286061,1250.439877,2213.504981 +238238,2713.178836,2453.146918,2656.932627,1252.667318,2211.752304 +238239,2718.969685,2443.306499,2653.43501,1254.892242,2210.325414 +238240,2723.219213,2455.977245,2650.094336,1257.103499,2209.255707 +238241,2728.747995,2434.423597,2646.786356,1259.300756,2208.016515 +238242,2740.931706,2442.817951,2643.50804,1261.484516,2207.034801 +238243,2729.423681,2437.11511,2640.181439,1263.572258,2205.780038 +238244,2752.305186,2433.571859,2636.840354,1265.852693,2204.481802 +238245,2747.115618,2430.27253,2633.626706,1267.938616,2203.315456 +238246,2753.463043,2426.883258,2630.347946,1270.083406,2202.047072 +238247,2765.675028,2423.461735,2627.156403,1272.203712,2201.069893 +238248,2762.485067,2419.868101,2624.024311,1277.585756,2199.947658 +238249,2767.318063,2416.138635,2620.728503,1272.863767,2198.593089 +238250,2779.905882,2412.535567,2617.525406,1289.947567,2197.322132 +238251,2777.725035,2408.754867,2614.464809,1264.574526,2196.196405 +238252,2781.067608,2405.075663,2611.260258,1290.36349,2194.863611 +238253,2794.080517,2401.138632,2609.715805,1299.990444,2195.547304 +238254,2791.408231,2396.849551,2605.651273,1261.243475,2193.106829 +238255,2802.091916,2393.308899,2603.861061,1300.999211,2193.433698 +238256,2801.385311,2388.924848,2601.241033,1288.020768,2192.707425 +238257,2800.133705,2384.610905,2596.449283,1292.827033,2189.266209 +238258,2804.026827,2373.639156,2593.882766,1294.707141,2188.509366 +238259,2801.459696,2385.415782,2589.004393,1296.756593,2184.845101 +238260,2798.806267,2361.164982,2584.678235,1298.730538,2181.797385 +238261,2792.079891,2319.452058,2583.255326,1247.140277,2183.462702 +238262,2665.91049,2305.113882,2572.302853,1247.668138,2171.674061 +238263,2722.378847,2301.15312,2555.106556,1248.46958,2151.002566 +238264,2715.087189,2295.849802,2541.377647,1254.598405,2134.052117 +238265,2723.622306,2290.327235,2533.52432,1243.264603,2124.205042 +238266,2711.507115,2284.604401,2527.090018,1270.082749,2116.225554 +238267,2727.167303,2279.012353,2521.790288,1230.256214,2109.877447 +238268,2731.346278,2273.346067,2515.937339,1264.606424,2103.10204 +238269,2719.733261,2267.743964,2511.381736,1269.207975,2098.153004 +238270,2739.679205,2262.079074,2507.516237,1232.084491,2094.261975 +238271,2728.641719,2256.487976,2504.187257,1269.255976,2091.217059 +238272,2738.084108,2250.461829,2500.973924,1256.041185,2088.48446 +238273,2737.592702,2244.740564,2497.910397,1259.927028,2086.07805 +238274,2738.079714,2238.90758,2494.919988,1260.935194,2083.88152 +238275,2741.419602,2233.073577,2493.604303,1262.205744,2083.843997 +238276,2743.447918,2227.090466,2491.378621,1263.366839,2082.775696 +238277,2744.322978,2221.252979,2488.79782,1264.538186,2081.336921 +238278,2740.904002,2214.984241,2484.280694,1265.704509,2077.543303 +238279,2738.791981,2209.069176,2480.500155,1266.875053,2074.650332 +238280,2737.270702,2202.940823,2476.977827,1268.040585,2072.054121 +238281,2736.12794,2196.872239,2473.608075,1269.2059,2069.626557 +238282,2735.230195,2190.698996,2470.357802,1270.369957,2067.315615 +238283,2734.492556,2184.521103,2467.214852,1271.447733,2065.093404 +238284,2733.864306,2178.27249,2464.168114,1272.822824,2062.942923 +238285,2733.184845,2164.307068,2461.120823,1273.794077,2060.748833 +238286,2732.696554,2176.569408,2458.227524,1275.028322,2058.707736 +238287,2732.260908,2146.75098,2455.397966,1276.174356,2056.714845 +238288,2731.741324,2157.194535,2452.543278,1277.331201,2054.665475 +238289,2731.357815,2144.963186,2449.802665,1278.487584,2052.73405 +238290,2731.034429,2139.416442,2447.126584,1279.642558,2050.861981 +238291,2730.711,2132.958926,2444.476088,1280.772343,2049.003359 +238292,2730.41733,2126.537533,2441.868657,1281.896031,2047.184313 +238293,2730.14159,2119.937192,2439.295163,1283.016029,2045.396583 +238294,2729.878256,2113.432016,2436.750965,1284.220075,2043.635424 +238295,2729.624023,2106.927282,2434.233117,1285.203175,2041.897019 +238296,2729.375533,2100.191302,2431.738758,1286.377168,2040.177278 +238297,2729.133868,2093.547529,2429.267927,1287.472896,2038.47569 +238298,2728.903775,2086.993625,2426.823081,1288.579178,2036.794859 +238299,2728.685408,2080.241115,2424.403852,1289.683657,2035.134043 +238300,2728.476336,2073.575883,2422.008308,1290.78572,2033.490658 +238301,2728.275703,2066.833431,2419.63556,1291.885732,2031.863428 +238302,2728.084068,2060.120693,2417.285648,1292.894176,2030.252226 +238303,2727.899852,2053.509862,2414.957272,1294.123111,2028.655274 +238304,2727.718377,2046.536958,2412.647162,1295.243031,2027.068365 +238305,2727.541597,2039.851711,2410.356289,1296.213411,2025.492499 +238306,2727.375027,2033.113313,2408.087942,1297.36798,2023.931566 +238307,2727.218486,2026.297985,2405.841842,1298.442258,2022.385089 +238308,2727.069712,2019.482794,2403.616442,1299.527744,2020.851068 +238309,2726.928798,2012.727155,2401.411707,1300.611931,2019.32935 +238310,2726.795777,2005.888857,2399.227564,1301.694274,2017.819717 +238311,2726.66871,1999.227103,2397.062672,1302.774797,2016.320375 +238312,2726.544919,1992.221438,2394.915213,1303.853953,2014.828919 +238313,2726.426272,1985.478305,2392.786255,1304.931209,2013.34649 +238314,2726.317106,1978.699373,2390.678476,1306.006966,2011.876228 +238315,2726.217474,1971.866789,2388.591863,1307.172236,2010.417994 +238316,2726.171243,1960.302128,2386.554582,1308.107999,2009.006541 +238317,2726.236635,1963.301402,2384.604469,1309.244636,2007.688932 +238318,2726.449939,1952.084933,2382.766078,1312.685522,2006.496359 +238319,2726.872284,1929.706166,2381.080519,1308.677957,2005.480862 +238320,2727.382292,1946.834887,2379.472364,1323.207262,2004.550571 +238321,2728.443496,1807.285994,2378.215244,1189.419938,2004.003763 +238322,2715.164707,1820.378224,2367.270578,1209.900123,1988.33377 +238323,2695.390613,1791.190538,2351.760806,1200.5315,1964.7485 +238324,2677.211465,1796.363143,2337.002083,1201.757022,1941.436087 +238325,2663.725975,1783.563702,2325.093823,1201.553154,1921.338527 +238326,2654.624635,1776.415223,2315.950949,1201.571959,1904.913457 +238327,2648.551787,1768.48718,2308.80347,1201.446261,1891.703496 +238328,2644.309648,1760.891804,2302.948646,1201.560145,1880.158456 +238329,2641.161846,1753.25747,2297.942388,1201.643868,1869.952219 +238330,2638.642269,1771.138863,2293.487148,1201.773734,1860.957218 +238331,2636.70405,1701.140779,2289.540318,1201.933445,1852.976891 +238332,2635.194276,1748.24834,2285.988393,1202.118322,1845.845376 +238333,2633.852334,1719.03792,2282.649705,1202.326036,1839.312838 +238334,2632.684441,1715.704166,2279.513974,1202.554897,1833.335054 +238335,2631.67928,1708.33528,2276.561212,1202.803154,1827.856654 +238336,2630.781101,1701.112198,2273.745152,1203.069551,1822.792358 +238337,2629.969113,1693.926791,2271.043632,1203.353254,1818.087847 +238338,2629.226009,1686.801473,2268.438091,1203.653468,1813.695201 +238339,2628.538649,1679.736126,2265.913803,1203.969663,1809.573263 +238340,2627.898159,1672.735302,2263.459793,1204.301311,1805.687586 +238341,2627.299448,1665.80121,2261.068381,1204.648072,1802.009802 +238342,2626.738813,1658.932513,2258.733523,1205.009563,1798.51554 +238343,2626.213112,1652.132273,2256.450172,1205.385552,1795.183484 +238344,2625.719769,1645.401736,2254.214304,1205.775731,1791.995281 +238345,2625.256913,1638.626843,2252.022904,1206.179939,1788.935323 +238346,2624.822062,1632.275389,2249.872962,1206.597918,1785.989415 +238347,2624.413445,1625.621206,2247.762186,1207.029544,1783.145444 +238348,2624.030337,1619.269044,2245.68915,1207.474571,1780.393466 +238349,2623.671802,1612.845897,2243.652445,1207.932895,1777.724539 +238350,2623.33679,1606.632992,2241.65072,1208.404286,1775.130671 +238351,2623.023836,1600.348395,2239.682456,1208.872158,1772.604445 +238352,2622.730184,1594.274669,2237.744728,1209.349027,1770.139639 +238353,2622.455564,1588.236618,2235.836466,1209.751128,1767.732159 +238354,2622.199647,1582.272066,2233.956955,1210.37714,1765.377678 +238355,2621.961327,1576.390893,2232.105226,1210.82665,1763.07137 +238356,2624.448073,1570.602609,2232.017294,1211.361883,1762.906616 +238357,2622.857624,1564.784193,2229.35906,1211.891621,1759.666933 +238358,2622.033343,1583.403816,2227.206805,1212.52182,1757.040635 +238359,2621.553047,1519.238183,2225.275897,1212.94687,1754.671609 +238360,2621.294604,1564.82343,2223.489941,1213.571159,1752.468627 +238361,2621.019761,1546.677436,2221.703126,1214.132051,1750.464864 +238362,2620.794066,1532.711019,2219.961414,1214.715607,1748.284882 +238363,2620.61153,1548.422602,2218.262541,1215.309548,1746.150189 +238364,2620.458588,1521.618391,2216.598262,1215.913206,1744.05469 +238365,2620.339481,1537.372789,2214.971292,1216.526421,1742.002362 +238366,2620.226936,1521.504931,2213.364097,1217.148947,1739.972186 +238367,2622.842469,1524.590377,2213.520556,1217.782984,1740.116892 +238368,2621.371931,1518.988844,2211.101477,1218.419164,1737.112376 +238369,2620.732201,1516.151571,2209.228208,1219.071369,1734.943413 +238370,2620.34685,1512.963227,2207.518013,1219.728344,1732.675776 +238371,2620.111145,1509.875646,2205.905081,1220.394429,1730.539315 +238372,2619.975524,1506.884967,2204.363394,1221.068503,1728.153754 +238373,2619.903165,1503.992891,2202.874053,1221.750487,1726.265864 +238374,2619.864915,1501.39069,2201.420793,1222.629704,1724.525192 +238375,2619.845821,1498.902667,2199.994713,1223.589642,1722.615884 +238376,2619.84017,1496.478678,2198.591967,1224.723373,1720.941037 +238377,2619.845508,1494.106149,2197.210527,1225.845148,1719.106208 +238378,2619.836849,1491.779508,2195.83395,1227.041505,1717.265585 +238379,2619.613509,1489.495655,2194.272334,1228.437519,1715.090634 +238380,2619.150693,1487.25248,2192.524846,1229.841033,1712.610243 +238381,2618.732298,1591.667322,2191.065376,1337.834012,1710.910685 +238382,2632.024505,1591.512343,2198.844299,1341.561065,1723.394732 +238383,2651.848458,1590.779167,2211.381313,1344.641513,1744.15741 +238384,2669.478881,1589.85436,2222.589585,1356.967772,1763.653571 +238385,2682.876658,1588.836303,2231.446991,1336.179546,1780.975218 +238386,2691.276213,1587.7629,2236.870591,1359.736621,1793.192849 +238387,2695.468767,1586.661747,2239.256704,1354.536193,1800.801438 +238388,2700.030764,1585.659485,2242.624007,1358.711167,1810.567221 +238389,2702.628015,1584.372518,2244.003422,1361.760085,1816.470111 +238390,2702.628305,1583.331312,2243.090991,1375.251631,1818.293456 +238391,2702.210421,1582.201568,2242.058902,1351.8644,1819.977484 +238392,2701.546606,1581.091484,2240.805289,1386.035041,1821.067908 +238393,2704.923802,1579.994584,2243.413491,1360.509858,1828.794107 +238394,2706.534395,1578.896487,2243.689818,1382.493149,1831.510134 +238395,2709.05825,1577.818816,2245.034089,1378.840393,1836.118822 +238396,2709.82303,1576.634635,2244.517368,1390.61295,1837.032641 +238397,2707.023049,1575.739367,2240.790841,1377.647164,1832.271193 +238398,2704.461004,1574.617938,2237.783544,1407.684667,1829.128249 +238399,2708.160632,1573.713664,2240.767442,1376.867671,1836.463411 +238400,2709.931613,1572.517517,2240.946633,1414.102039,1837.695856 +238401,2706.931255,1571.585686,2236.789012,1394.95656,1831.358513 +238402,2704.148454,1570.577981,2233.518997,1406.464047,1827.185626 +238403,2702.055788,1569.593029,2230.824524,1408.879043,1823.843944 +238404,2708.345678,1568.629989,2236.076402,1412.523847,1834.436022 +238405,2711.88811,1567.659979,2237.48093,1416.254361,1836.85255 +238406,2709.413866,1566.716547,2233.15534,1419.986124,1829.336218 +238407,2715.13774,1565.800967,2237.932395,1424.023384,1838.857368 +238408,2726.358504,1564.875279,2246.878357,1427.95093,1854.511046 +238409,2727.796423,1563.957263,2245.619059,1431.888104,1851.087942 +238410,2722.900834,1563.073693,2239.589411,1435.957041,1840.455354 +238411,2718.96109,1562.164203,2235.40916,1439.941227,1833.991836 +238412,2724.568072,1561.25829,2240.363689,1444.237398,1843.691102 +238413,2736.051085,1560.348465,2249.646829,1448.380628,1859.705815 +238414,2737.13167,1559.440401,2248.034357,1452.546582,1855.394795 +238415,2731.465201,1558.566357,2241.325708,1456.816908,1843.414501 +238416,2726.873104,1557.702949,2236.630977,1461.04249,1835.980955 +238417,2732.716563,1556.848618,2241.870955,1471.317282,1846.099531 +238418,2744.696548,1555.990262,2251.596554,1462.091452,1862.735019 +238419,2745.593793,1555.135077,2249.737274,1483.539812,1858.00557 +238420,2747.650263,1554.324112,2250.464734,1476.193957,1859.135858 +238421,2747.469646,1553.49883,2248.966878,1484.621506,1856.158161 +238422,2750.05502,1552.698794,2250.490859,1488.976967,1858.891964 +238423,2750.242402,1551.895557,2249.286532,1493.357836,1856.322806 +238424,2744.311317,1551.109304,2242.505681,1498.234813,1844.156683 +238425,2748.909085,1550.354886,2246.701247,1503.254034,1852.408736 +238426,2750.796969,1549.571237,2246.844358,1508.002035,1851.976307 +238427,2745.414811,1548.821032,2240.330377,1512.677897,1840.068886 +238428,2751.307837,1548.101437,2245.671608,1518.187554,1850.300977 +238429,2764.628852,1547.359589,2256.630925,1523.271566,1868.94505 +238430,2765.44746,1546.61979,2254.488519,1528.068658,1863.157909 +238431,2767.428548,1545.933182,2255.179729,1533.473104,1864.119132 +238432,2767.063763,1545.225296,2253.4787,1538.417368,1860.619475 +238433,2769.784858,1544.545525,2255.125316,1543.992696,1863.43212 +238434,2779.560621,1543.754397,2263.121375,1549.478747,1877.079034 +238435,2778.464125,1543.232413,2259.685987,1554.462974,1869.371895 +238436,2779.417215,1542.516369,2259.720324,1560.176032,1869.354841 +238437,2787.739822,1541.881631,2266.584341,1565.823661,1881.184915 +238438,2794.867365,1541.232793,2271.299949,1571.151345,1888.149263 +238439,2791.869782,1540.711199,2266.081275,1581.819377,1877.495358 +238440,2782.614804,1539.828505,2256.568693,1580.139306,1860.639497 +238441,2785.210268,1562.447156,2259.208827,1609.051299,1866.1703 +238442,2799.146984,1562.816162,2269.866607,1619.719815,1883.823193 +238443,2812.834153,1563.140102,2278.626973,1629.798119,1896.815454 +238444,2814.672939,1563.248126,2276.50406,1629.159978,1890.946462 +238445,2817.839238,1563.308978,2277.780515,1637.715914,1893.076267 +238446,2818.244227,1563.288755,2276.482564,1644.388579,1890.490442 +238447,2812.323115,1563.245939,2269.539718,1655.557168,1878.188889 +238448,2807.534309,1563.195267,2264.59855,1654.796504,1870.34385 +238449,2815.624001,1563.1305,2271.994466,1663.821667,1884.394212 +238450,2820.3396,1563.025891,2274.007585,1675.094995,1886.959288 +238451,2815.466299,1562.94123,2267.564846,1674.66066,1874.929232 +238452,2811.48503,1562.864816,2263.239725,1684.792788,1867.943825 +238453,2809.06564,1562.77033,2260.236849,1694.934209,1863.096234 +238454,2807.602239,1562.677866,2257.974399,1692.521865,1859.395588 +238455,2806.333224,1562.584165,2255.91275,1693.741154,1856.101043 +238456,2804.936979,1562.49036,2253.822193,1691.293558,1852.886304 +238457,2818.78518,1562.40657,2266.662599,1697.102199,1876.520269 +238458,2825.784557,1562.283789,2270.703768,1702.113833,1882.163556 +238459,2834.471386,1562.205215,2276.98905,1707.935434,1892.636529 +238460,2837.72596,1562.101074,2278.157913,1711.935091,1893.643611 +238461,2829.953418,1562.007909,2269.184356,1710.338954,1877.26196 +238462,2823.050459,1561.932856,2262.994287,1708.458433,1867.511073 +238463,2817.499851,1561.951313,2257.871208,1707.429665,1859.62704 +238464,2812.583229,1561.692985,2253.221028,1707.028934,1852.515607 +238465,2808.082002,1561.689383,2248.852957,1707.076448,1845.872568 +238466,2803.580082,1561.589328,2244.696573,1707.449329,1839.590916 +238467,2816.420533,1561.523207,2257.054055,1716.006768,1862.85025 +238468,2840.603913,1561.428516,2277.839465,1731.462334,1898.700206 +238469,2841.260239,1561.31554,2274.620768,1737.260844,1889.617049 +238470,2828.569699,1561.262417,2260.972672,1734.386675,1864.830206 +238471,2819.968631,1561.17311,2252.685854,1731.6479,1851.752506 +238472,2812.864455,1567.469861,2246.331572,1730.259148,1841.92522 +238473,2824.115664,1551.510524,2257.956079,1737.980394,1864.215329 +238474,2828.418938,1575.38078,2259.541672,1744.182744,1865.706091 +238475,2817.949238,1544.904704,2247.910115,1742.945287,1844.448563 +238476,2809.468259,1567.615448,2240.262402,1741.223751,1832.454704 +238477,2802.529791,1558.996503,2234.112726,1740.422312,1823.060814 +238478,2815.706834,1560.320449,2247.350011,1749.113062,1848.482637 +238479,2839.907161,1577.388598,2268.280164,1765.078878,1884.614171 +238480,2837.865078,1534.846364,2262.469219,1770.229326,1870.802523 +238481,2840.52615,1572.018063,2263.789624,1774.614004,1873.262475 +238482,2838.886712,1572.414732,2260.81909,1777.364807,1867.47577 +238483,2841.851018,1537.542294,2262.957756,1781.915673,1871.435044 +238484,2859.023629,1593.816533,2278.211234,1793.48941,1898.353378 +238485,2855.104656,1522.408277,2271.147922,1796.634019,1883.180397 +238486,2838.159913,1576.024866,2254.196398,1791.722218,1853.141271 +238487,2824.930652,1555.756657,2242.9244,1787.257417,1835.396309 +238488,2814.104247,1559.180485,2233.870701,1784.42151,1821.405223 +238489,2804.848271,1558.998122,2225.882564,1782.683681,1809.147708 +238490,2797.23589,1558.970303,2218.547826,1781.664878,1797.992159 +238491,2789.748429,1558.848689,2211.707358,1781.142902,1787.698196 +238492,2782.614426,1558.740502,2205.298877,1781.005632,1778.160303 +238493,2798.646671,1558.668945,2221.52173,1791.45579,1809.598122 +238494,2803.48957,1558.516123,2223.253515,1799.222372,1811.214573 +238495,2789.560522,1558.423344,2207.70316,1797.186215,1782.976779 +238496,2801.946543,1558.379612,2220.925616,1805.194986,1809.595937 +238497,2805.12594,1558.222999,2221.447367,1811.676705,1809.319057 +238498,2811.486516,1558.153566,2225.970222,1818.698361,1817.392032 +238499,2811.061912,1558.039973,2223.614922,1823.179625,1812.50548 +238500,2795.39245,1557.941356,2207.2617,1819.601868,1783.384755 +238501,2786.802576,1524.552482,2200.251938,1817.800861,1773.462836 +238502,2776.035055,1523.6601,2191.944041,1814.658241,1762.047336 +238503,2764.685729,1523.006483,2183.006145,1811.367391,1749.624452 +238504,2754.810579,1522.307587,2175.003475,1809.345609,1738.380641 +238505,2771.817965,1521.647545,2193.340291,1820.307622,1774.723628 +238506,2804.577172,1520.940633,2222.211157,1841.353847,1825.056108 +238507,2801.962097,1520.201063,2213.977245,1847.824726,1805.126233 +238508,2782.413577,1519.554399,2193.664493,1842.858171,1768.505692 +238509,2770.933849,1518.897888,2184.115585,1839.667188,1754.021487 +238510,2763.808376,1518.199176,2178.265984,1839.276235,1745.891754 +238511,2759.125247,1517.510041,2174.227179,1840.422107,1740.283584 +238512,2755.607091,1516.818725,2171.018751,1842.401592,1736.056229 +238513,2777.636505,1516.14876,2193.217532,1856.098494,1778.063145 +238514,2787.087567,1515.397544,2198.711657,1866.749404,1785.720312 +238515,2799.455922,1514.729985,2208.884125,1877.390302,1803.608952 +238516,2828.704547,1513.906715,2234.798718,1896.300748,1849.129027 +238517,2826.186733,1513.432829,2227.38896,1902.570907,1831.410972 +238518,2829.789199,1512.521989,2230.44997,1908.657423,1837.526598 +238519,2853.893082,1533.917983,2252.798425,1924.793652,1877.652404 +238520,2850.177994,1478.449074,2245.049702,1930.400113,1860.378015 +238521,2850.983107,1526.153915,2245.640726,1935.54262,1862.025596 +238522,2869.201976,1506.046971,2262.78565,1949.486176,1892.873511 +238523,2863.852053,1508.875877,2255.125356,1954.210963,1876.670809 +238524,2846.917991,1508.082387,2238.516635,1950.878808,1847.735913 +238525,2835.923116,1508.754707,2229.115595,1948.742363,1833.857787 +238526,2827.289498,1508.959893,2222.474958,1948.616806,1824.58663 +238527,2839.71598,1500.31536,2235.760322,1958.525457,1850.933696 +238528,2844.195283,1507.919953,2238.237898,1966.884981,1854.779379 +238529,2851.947418,1503.606729,2244.791238,1975.925934,1867.002163 +238530,2873.424094,1503.460667,2264.051009,1991.603111,1901.439969 +238531,2871.173189,1502.606298,2258.779822,1997.901833,1889.723948 +238532,2873.839573,1501.914815,2260.993679,2003.756789,1894.694334 +238533,2872.898579,1500.865211,2259.207786,2008.409144,1891.832975 +238534,2860.322241,1500.068537,2246.508454,2007.34686,1870.03383 +238535,2851.467716,1499.07995,2238.760494,2006.49482,1859.042679 +238536,2844.255368,1498.35387,2233.039364,2007.031616,1851.503559 +238537,2856.503663,1497.389773,2245.852825,2016.797798,1877.108038 +238538,2881.359991,1496.485724,2268.396341,2034.398369,1917.469134 +238539,2881.129403,1495.52474,2264.662833,2041.411063,1908.435703 +238540,2884.008836,1494.648174,2266.459464,2047.707164,1912.573595 +238541,2883.538086,1493.698066,2265.068577,2052.532478,1910.658464 +238542,2872.010408,1492.754399,2253.34293,2051.743425,1890.782705 +238543,2863.97521,1491.824601,2246.237823,2051.279044,1880.990005 +238544,2857.326261,1490.861113,2241.019241,2052.132414,1874.398016 +238545,2852.220305,1490.010223,2236.739785,2053.788412,1869.347781 +238546,2847.662284,1488.866956,2233.088082,2055.946105,1865.349752 +238547,2844.046324,1487.85616,2229.941273,2058.45011,1862.209729 +238548,2859.815085,1487.155944,2245.764612,2070.144677,1893.249961 +238549,2886.135643,1485.769151,2268.875929,2088.617405,1934.277191 +238550,2887.613621,1485.001686,2265.764389,2096.471301,1926.293756 +238551,2875.597546,1483.923151,2253.066328,2095.529073,1904.494381 +238552,2883.763605,1482.950618,2262.086364,2102.694275,1923.647913 +238553,2904.958979,1481.902936,2281.116506,2117.955554,1958.02211 +238554,2905.060329,1480.715114,2278.614794,2125.347912,1951.805714 +238555,2907.994573,1479.871063,2280.595404,2131.556043,1956.251871 +238556,2908.094208,1478.724252,2279.931545,2136.638738,1955.76389 +238557,2898.615465,1477.67614,2270.366086,2136.779396,1939.894989 +238558,2891.465103,1476.621985,2264.070456,2136.859383,1931.405565 +238559,2885.528164,1475.539982,2259.219149,2137.924012,1925.418074 +238560,2880.384882,1474.455334,2255.169208,2139.668388,1920.763412 +238561,2873.371024,1407.568472,2248.771029,2140.597176,1911.711496 +238562,2857.263071,1406.069313,2235.726859,2136.117916,1892.647146 +238563,2837.911456,1405.098346,2220.07206,2130.154481,1869.089165 +238564,2837.72076,1404.110531,2221.972515,2134.059294,1876.19728 +238565,2833.89105,1402.998755,2216.984964,2139.002839,1866.066483 +238566,2834.602476,1402.225265,2216.200251,2145.931581,1863.527739 +238567,2832.632439,1401.194484,2212.159455,2151.718506,1854.290812 +238568,2820.386631,1400.267167,2198.760968,2151.879425,1828.820358 +238569,2810.402763,1399.349783,2189.27608,2151.707046,1812.068076 +238570,2802.238355,1398.41025,2181.307475,2152.330355,1798.40638 +238571,2810.971026,1397.490566,2189.843109,2160.967564,1813.939246 +238572,2813.627655,1417.927279,2190.257724,2168.280669,1812.286371 +238573,2803.466895,1364.01225,2178.841563,2168.755048,1790.797831 +238574,2794.723837,1409.884536,2170.513007,2168.452747,1777.230644 +238575,2787.286329,1390.373142,2163.678426,2168.743918,1766.102977 +238576,2797.667942,1411.564701,2174.191844,2177.46884,1786.205631 +238577,2800.921821,1355.800416,2174.656463,2185.501843,1786.286194 +238578,2790.060123,1402.34213,2162.06186,2186.542485,1764.36755 +238579,2797.672279,1394.941737,2169.649461,2194.655969,1780.953718 +238580,2817.216092,1366.031097,2186.341163,2209.98152,1811.157283 +238581,2831.848868,1394.285821,2196.625617,2224.241056,1827.437986 +238582,2840.890953,1377.388119,2201.475389,2235.002144,1834.5326 +238583,2845.982317,1382.608026,2203.701748,2243.353303,1837.517648 +238584,2849.227351,1379.692785,2204.929128,2250.328795,1839.264794 +238585,2851.184778,1379.044076,2205.104183,2256.35108,1839.431121 +238586,2840.893289,1377.890133,2194.202809,2256.484736,1820.200151 +238587,2823.452187,1376.834748,2178.405653,2252.055861,1794.121897 +238588,2808.370129,1375.862431,2165.738969,2247.93742,1774.846323 +238589,2795.07204,1374.631723,2154.586725,2244.871709,1758.226797 +238590,2797.887785,1373.641283,2159.101045,2249.794983,1769.528121 +238591,2811.823551,1372.465794,2171.63464,2261.500481,1792.782819 +238592,2822.412992,1371.193287,2178.901717,2272.478454,1804.873822 +238593,2814.176404,1370.187968,2168.588669,2274.067311,1785.880885 +238594,2795.89141,1369.082643,2151.2153,2268.747415,1756.956487 +238595,2780.331288,1367.800649,2138.418477,2263.715577,1737.886022 +238596,2782.777409,1366.720523,2142.555817,2267.456238,1748.891391 +238597,2796.508356,1365.524455,2155.022455,2278.441386,1772.268749 +238598,2807.576487,1364.347271,2162.901304,2289.103393,1785.753643 +238599,2814.152722,1363.07811,2166.935992,2297.485105,1792.460034 +238600,2817.885214,1362.069107,2168.765863,2304.00853,1795.628909 +238601,2806.814564,1360.828788,2156.871832,2303.014879,1774.776679 +238602,2800.359301,1359.702117,2151.615577,2302.717612,1767.945107 +238603,2791.617958,1358.524521,2143.676361,2301.827136,1755.833375 +238604,2788.35877,1357.367056,2141.452652,2303.338487,1754.421802 +238605,2781.128296,1356.189954,2134.595558,2303.541124,1744.005058 +238606,2763.355374,1355.128943,2118.405999,2298.359934,1717.609599 +238607,2763.945255,1353.83898,2121.282306,2300.612242,1726.949637 +238608,2759.242683,1352.711938,2116.354109,2302.201317,1719.722228 +238609,2742.028542,1351.545823,2099.725589,2297.258567,1692.654489 +238610,2744.916454,1350.413168,2104.803744,2300.360271,1706.089638 +238611,2741.520774,1349.213306,2100.777018,2302.590792,1700.229135 +238612,2724.162906,1349.779883,2083.919788,2297.561201,1672.190722 +238613,2728.696067,1344.424525,2090.652105,2301.193647,1688.729014 +238614,2726.217882,1351.604977,2087.268676,2303.859754,1683.843952 +238615,2708.613438,1343.12201,2069.973889,2298.701364,1654.878523 +238616,2694.033719,1357.115642,2057.895864,2293.288486,1637.556243 +238617,2701.679178,1318.097583,2067.671333,2298.616498,1659.152098 +238618,2701.380604,1353.545799,2065.917299,2302.494604,1656.863667 +238619,2684.767395,1337.031952,2049.228242,2297.830766,1628.813092 +238620,2671.057193,1338.978698,2037.797242,2292.72706,1612.605812 +238621,2048.313034,1337.44904,1111.947424,1889.554448,2451.041025 +238622,2143.676471,1465.220884,1163.351717,1977.906734,2516.325399 +238623,2262.866035,1470.433053,1229.912604,2085.417414,2588.047703 +238624,2369.408753,1471.839892,1291.93212,2175.183214,2647.363506 +238625,2453.404223,1468.95891,1343.446452,2238.304318,2692.760859 +238626,2511.222178,1471.922097,1382.079415,2275.57048,2720.730162 +238627,2543.29009,1470.125615,1407.643634,2290.610124,2729.070143 +238628,2559.259452,1469.803687,1424.534249,2294.17415,2725.555307 +238629,2568.462726,1469.201977,1437.126364,2294.539337,2718.427624 +238630,2574.724674,1468.557122,1447.261721,2294.965269,2710.770229 +238631,2579.534957,1467.88115,1455.749248,2296.129893,2703.635218 +238632,2583.464873,1467.178345,1462.991752,2297.917535,2697.305357 +238633,2586.747606,1466.430697,1469.227281,2300.077682,2691.781502 +238634,2589.508391,1465.593497,1474.624698,2302.427937,2686.983288 +238635,2591.840974,1464.978617,1479.319484,2304.870768,2682.822129 +238636,2593.81839,1464.143729,1483.423246,2307.357333,2679.216874 +238637,2595.505593,1463.384757,1487.028007,2309.85968,2676.095711 +238638,2596.948468,1462.601372,1490.20983,2312.358568,2673.395943 +238639,2598.188067,1461.811541,1493.031745,2314.839676,2671.06291 +238640,2599.25137,1461.014276,1495.54628,2317.292841,2669.049344 +238641,2600.165627,1460.211762,1497.79728,2319.711348,2667.314291 +238642,2600.947321,1459.402729,1499.821488,2322.091194,2665.822456 +238643,2601.615796,1458.588934,1501.649674,2324.430127,2664.543232 +238644,2602.18106,1457.769011,1503.307699,2326.727056,2663.450205 +238645,2602.657445,1456.94441,1504.817275,2328.981501,2662.520384 +238646,2603.050923,1456.113737,1506.196713,2331.193395,2661.733873 +238647,2603.372741,1455.278236,1507.46143,2333.362841,2661.073284 +238648,2603.626216,1454.436517,1508.624494,2335.490098,2660.523528 +238649,2603.820359,1453.589691,1509.696948,2337.575444,2660.071362 +238650,2603.956593,1452.717284,1510.688209,2339.619219,2659.705266 +238651,2604.040509,1451.871096,1511.604913,2341.618502,2659.412606 +238652,2604.063784,1450.776955,1512.451218,2343.509394,2659.185204 +238653,2604.024921,1449.875565,1513.231545,2345.247491,2659.016432 +238654,2603.927341,1448.87937,1513.950797,2346.840833,2658.90008 +238655,2603.775885,1447.887626,1514.613807,2348.302122,2658.830249 +238656,2603.575061,1446.885677,1515.224986,2349.657582,2658.801545 +238657,2603.328585,1445.873816,1515.788189,2350.914981,2658.809115 +238658,2603.039495,1444.851942,1516.306765,2352.083772,2658.84866 +238659,2602.710334,1443.820394,1516.783628,2353.171751,2658.916337 +238660,2602.343338,1442.778979,1517.221343,2354.183949,2659.008732 +238661,2601.940522,1441.728007,1517.622173,2355.123373,2659.122768 +238662,2601.503803,1440.667273,1517.988137,2355.992004,2659.255698 +238663,2601.034938,1439.597078,1518.321033,2356.791371,2659.405032 +238664,2600.535531,1438.517214,1518.622484,2357.52281,2659.568542 +238665,2600.007009,1437.427984,1518.893945,2358.187514,2659.744199 +238666,2599.450677,1436.329178,1519.136742,2358.786554,2659.930182 +238667,2598.867704,1435.221107,1519.352077,2359.320878,2660.12483 +238668,2598.259168,1434.10356,1519.541056,2359.791338,2660.32665 +238669,2597.626032,1432.976854,1519.704688,2360.1987,2660.53427 +238670,2596.969204,1431.840782,1519.84391,2360.543669,2660.746461 +238671,2596.28951,1430.695664,1519.959585,2360.82689,2660.962087 +238672,2595.587726,1429.450426,1520.052521,2361.048971,2661.180129 +238673,2594.864578,1428.42276,1520.123465,2361.210479,2661.399644 +238674,2594.120746,1427.18302,1520.173124,2361.311955,2661.619788 +238675,2593.356861,1426.016698,1520.202155,2361.353902,2661.839772 +238676,2592.573529,1424.826589,1520.211181,2361.336809,2662.058891 +238677,2591.771302,1423.627727,1520.200787,2361.261135,2662.276486 +238678,2590.950728,1422.420022,1520.17153,2361.127332,2662.49197 +238679,2590.1123,1421.203802,1520.123934,2360.935824,2662.704789 +238680,2589.256501,1419.978871,1520.058502,2360.687033,2662.914452 +238681,0,0,0,0,0 +238682,0,0,0,0,0 +238683,0,0,0,0,0 +238684,0,0,0,0,0 +238685,0,0,0,0,0 +238686,0,0,0,0,0 +238687,0,0,0,0,0 +238688,0,0,0,0,0 +238689,0,0,0,0,0 +238690,0,0,0,0,0 +238691,0,0,0,0,0 +238692,0,0,0,0,0 +238693,0,0,0,0,0 +238694,0,0,0,0,0 +238695,0,0,0,0,0 +238696,0,0,0,0,0 +238697,0,0,0,0,0 +238698,0,0,0,0,0 +238699,0,0,0,0,0 +238700,0,0,0,0,0 +238701,0,0,0,0,0 +238702,0,0,0,0,0 +238703,0,0,0,0,0 +238704,0,0,0,0,0 +238705,0,0,0,0,0 +238706,0,0,0,0,0 +238707,0,0,0,0,0 +238708,0,0,0,0,0 +238709,0,0,0,0,0 +238710,0,0,0,0,0 +238711,0,0,0,0,0 +238712,0,0,0,0,0 +238713,0,0,0,0,0 +238714,0,0,0,0,0 +238715,0,0,0,0,0 +238716,0,0,0,0,0 +238717,0,0,0,0,0 +238718,0,0,0,0,0 +238719,0,0,0,0,0 +238720,0,0,0,0,0 +238721,0,0,0,0,0 +238722,0,0,0,0,0 +238723,0,0,0,0,0 +238724,0,0,0,0,0 +238725,0,0,0,0,0 +238726,0,0,0,0,0 +238727,0,0,0,0,0 +238728,0,0,0,0,0 +238729,0,0,0,0,0 +238730,0,0,0,0,0 +238731,0,0,0,0,0 +238732,0,0,0,0,0 +238733,0,0,0,0,0 +238734,0,0,0,0,0 +238735,0,0,0,0,0 +238736,0,0,0,0,0 +238737,0,0,0,0,0 +238738,0,0,0,0,0 +238739,0,0,0,0,0 +238740,0,0,0,0,0 +238741,0,0,0,0,0 +238742,0,0,0,0,0 +238743,0,0,0,0,0 +238744,0,0,0,0,0 +238745,0,0,0,0,0 +238746,0,0,0,0,0 +238747,0,0,0,0,0 +238748,0,0,0,0,0 +238749,0,0,0,0,0 +238750,0,0,0,0,0 +238751,0,0,0,0,0 +238752,0,0,0,0,0 +238753,0,0,0,0,0 +238754,0,0,0,0,0 +238755,0,0,0,0,0 +238756,0,0,0,0,0 +238757,0,0,0,0,0 +238758,0,0,0,0,0 +238759,0,0,0,0,0 +238760,0,0,0,0,0 +238761,0,0,0,0,0 +238762,0,0,0,0,0 +238763,0,0,0,0,0 +238764,0,0,0,0,0 +238765,0,0,0,0,0 +238766,0,0,0,0,0 +238767,0,0,0,0,0 +238768,0,0,0,0,0 +238769,0,0,0,0,0 +238770,0,0,0,0,0 +238771,0,0,0,0,0 +238772,0,0,0,0,0 +238773,0,0,0,0,0 +238774,0,0,0,0,0 +238775,0,0,0,0,0 +238776,0,0,0,0,0 +238777,0,0,0,0,0 +238778,0,0,0,0,0 +238779,0,0,0,0,0 +238780,0,0,0,0,0 +238781,0,0,0,0,0 +238782,0,0,0,0,0 +238783,0,0,0,0,0 +238784,0,0,0,0,0 +238785,0,0,0,0,0 +238786,0,0,0,0,0 +238787,0,0,0,0,0 +238788,0,0,0,0,0 +238789,0,0,0,0,0 +238790,0,0,0,0,0 +238791,0,0,0,0,0 +238792,0,0,0,0,0 +238793,0,0,0,0,0 +238794,0,0,0,0,0 +238795,0,0,0,0,0 +238796,0,0,0,0,0 +238797,0,0,0,0,0 +238798,0,0,0,0,0 +238799,0,0,0,0,0 +238800,0,0,0,0,0 +238801,0,0,0,0,0 +238802,0,0,0,0,0 +238803,0,0,0,0,0 +238804,0,0,0,0,0 +238805,0,0,0,0,0 +238806,0,0,0,0,0 +238807,0,0,0,0,0 +238808,0,0,0,0,0 +238809,0,0,0,0,0 +238810,0,0,0,0,0 +238811,0,0,0,0,0 +238812,0,0,0,0,0 +238813,0,0,0,0,0 +238814,0,0,0,0,0 +238815,0,0,0,0,0 +238816,0,0,0,0,0 +238817,0,0,0,0,0 +238818,0,0,0,0,0 +238819,0,0,0,0,0 +238820,0,0,0,0,0 +238821,0,0,0,0,0 +238822,0,0,0,0,0 +238823,0,0,0,0,0 +238824,0,0,0,0,0 +238825,0,0,0,0,0 +238826,0,0,0,0,0 +238827,0,0,0,0,0 +238828,0,0,0,0,0 +238829,0,0,0,0,0 +238830,0,0,0,0,0 +238831,0,0,0,0,0 +238832,0,0,0,0,0 +238833,0,0,0,0,0 +238834,0,0,0,0,0 +238835,0,0,0,0,0 +238836,0,0,0,0,0 +238837,0,0,0,0,0 +238838,0,0,0,0,0 +238839,0,0,0,0,0 +238840,0,0,0,0,0 +238841,0,0,0,0,0 +238842,0,0,0,0,0 +238843,0,0,0,0,0 +238844,0,0,0,0,0 +238845,0,0,0,0,0 +238846,0,0,0,0,0 +238847,0,0,0,0,0 +238848,0,0,0,0,0 +238849,0,0,0,0,0 +238850,0,0,0,0,0 +238851,0,0,0,0,0 +238852,0,0,0,0,0 +238853,0,0,0,0,0 +238854,0,0,0,0,0 +238855,0,0,0,0,0 +238856,0,0,0,0,0 +238857,0,0,0,0,0 +238858,0,0,0,0,0 +238859,0,0,0,0,0 +238860,0,0,0,0,0 +238861,0,0,0,0,0 +238862,0,0,0,0,0 +238863,0,0,0,0,0 +238864,0,0,0,0,0 +238865,0,0,0,0,0 +238866,0,0,0,0,0 +238867,0,0,0,0,0 +238868,0,0,0,0,0 +238869,0,0,0,0,0 +238870,0,0,0,0,0 +238871,0,0,0,0,0 +238872,0,0,0,0,0 +238873,0,0,0,0,0 +238874,0,0,0,0,0 +238875,0,0,0,0,0 +238876,0,0,0,0,0 +238877,0,0,0,0,0 +238878,0,0,0,0,0 +238879,0,0,0,0,0 +238880,0,0,0,0,0 +238881,0,0,0,0,0 +238882,0,0,0,0,0 +238883,0,0,0,0,0 +238884,0,0,0,0,0 +238885,0,0,0,0,0 +238886,0,0,0,0,0 +238887,0,0,0,0,0 +238888,0,0,0,0,0 +238889,0,0,0,0,0 +238890,0,0,0,0,0 +238891,0,0,0,0,0 +238892,0,0,0,0,0 +238893,0,0,0,0,0 +238894,0,0,0,0,0 +238895,0,0,0,0,0 +238896,0,0,0,0,0 +238897,0,0,0,0,0 +238898,0,0,0,0,0 +238899,0,0,0,0,0 +238900,0,0,0,0,0 +238901,0,0,0,0,0 +238902,0,0,0,0,0 +238903,0,0,0,0,0 +238904,0,0,0,0,0 +238905,0,0,0,0,0 +238906,0,0,0,0,0 +238907,0,0,0,0,0 +238908,0,0,0,0,0 +238909,0,0,0,0,0 +238910,0,0,0,0,0 +238911,0,0,0,0,0 +238912,0,0,0,0,0 +238913,0,0,0,0,0 +238914,0,0,0,0,0 +238915,0,0,0,0,0 +238916,0,0,0,0,0 +238917,0,0,0,0,0 +238918,0,0,0,0,0 +238919,0,0,0,0,0 +238920,0,0,0,0,0 +238921,0,0,0,0,0 +238922,0,0,0,0,0 +238923,0,0,0,0,0 +238924,0,0,0,0,0 +238925,0,0,0,0,0 +238926,0,0,0,0,0 +238927,0,0,0,0,0 +238928,0,0,0,0,0 +238929,0,0,0,0,0 +238930,0,0,0,0,0 +238931,0,0,0,0,0 +238932,0,0,0,0,0 +238933,0,0,0,0,0 +238934,0,0,0,0,0 +238935,0,0,0,0,0 +238936,0,0,0,0,0 +238937,0,0,0,0,0 +238938,0,0,0,0,0 +238939,0,0,0,0,0 +238940,0,0,0,0,0 +238941,0,0,0,0,0 +238942,0,0,0,0,0 +238943,0,0,0,0,0 +238944,0,0,0,0,0 +238945,0,0,0,0,0 +238946,0,0,0,0,0 +238947,0,0,0,0,0 +238948,0,0,0,0,0 +238949,0,0,0,0,0 +238950,0,0,0,0,0 +238951,0,0,0,0,0 +238952,0,0,0,0,0 +238953,0,0,0,0,0 +238954,0,0,0,0,0 +238955,0,0,0,0,0 +238956,0,0,0,0,0 +238957,0,0,0,0,0 +238958,0,0,0,0,0 +238959,0,0,0,0,0 +238960,0,0,0,0,0 +238961,0,0,0,0,0 +238962,0,0,0,0,0 +238963,0,0,0,0,0 +238964,0,0,0,0,0 +238965,0,0,0,0,0 +238966,0,0,0,0,0 +238967,0,0,0,0,0 +238968,0,0,0,0,0 +238969,0,0,0,0,0 +238970,0,0,0,0,0 +238971,0,0,0,0,0 +238972,0,0,0,0,0 +238973,0,0,0,0,0 +238974,0,0,0,0,0 +238975,0,0,0,0,0 +238976,0,0,0,0,0 +238977,0,0,0,0,0 +238978,0,0,0,0,0 +238979,0,0,0,0,0 +238980,0,0,0,0,0 +238981,0,0,0,0,0 +238982,0,0,0,0,0 +238983,0,0,0,0,0 +238984,0,0,0,0,0 +238985,0,0,0,0,0 +238986,0,0,0,0,0 +238987,0,0,0,0,0 +238988,0,0,0,0,0 +238989,0,0,0,0,0 +238990,0,0,0,0,0 +238991,0,0,0,0,0 +238992,0,0,0,0,0 +238993,0,0,0,0,0 +238994,0,0,0,0,0 +238995,0,0,0,0,0 +238996,0,0,0,0,0 +238997,0,0,0,0,0 +238998,0,0,0,0,0 +238999,0,0,0,0,0 +239000,0,0,0,0,0 +239001,0,0,0,0,0 +239002,0,0,0,0,0 +239003,0,0,0,0,0 +239004,0,0,0,0,0 +239005,0,0,0,0,0 +239006,0,0,0,0,0 +239007,0,0,0,0,0 +239008,0,0,0,0,0 +239009,0,0,0,0,0 +239010,0,0,0,0,0 +239011,0,0,0,0,0 +239012,0,0,0,0,0 +239013,0,0,0,0,0 +239014,0,0,0,0,0 +239015,0,0,0,0,0 +239016,0,0,0,0,0 +239017,0,0,0,0,0 +239018,0,0,0,0,0 +239019,0,0,0,0,0 +239020,0,0,0,0,0 +239021,0,0,0,0,0 +239022,0,0,0,0,0 +239023,0,0,0,0,0 +239024,0,0,0,0,0 +239025,0,0,0,0,0 +239026,0,0,0,0,0 +239027,0,0,0,0,0 +239028,0,0,0,0,0 +239029,0,0,0,0,0 +239030,0,0,0,0,0 +239031,0,0,0,0,0 +239032,0,0,0,0,0 +239033,0,0,0,0,0 +239034,0,0,0,0,0 +239035,0,0,0,0,0 +239036,0,0,0,0,0 +239037,0,0,0,0,0 +239038,0,0,0,0,0 +239039,0,0,0,0,0 +239040,0,0,0,0,0 +239041,0,0,0,0,0 +239042,0,0,0,0,0 +239043,0,0,0,0,0 +239044,0,0,0,0,0 +239045,0,0,0,0,0 +239046,0,0,0,0,0 +239047,0,0,0,0,0 +239048,0,0,0,0,0 +239049,0,0,0,0,0 +239050,0,0,0,0,0 +239051,0,0,0,0,0 +239052,0,0,0,0,0 +239053,0,0,0,0,0 +239054,0,0,0,0,0 +239055,0,0,0,0,0 +239056,0,0,0,0,0 +239057,0,0,0,0,0 +239058,0,0,0,0,0 +239059,0,0,0,0,0 +239060,0,0,0,0,0 +239061,0,0,0,0,0 +239062,0,0,0,0,0 +239063,0,0,0,0,0 +239064,0,0,0,0,0 +239065,0,0,0,0,0 +239066,0,0,0,0,0 +239067,0,0,0,0,0 +239068,0,0,0,0,0 +239069,0,0,0,0,0 +239070,0,0,0,0,0 +239071,0,0,0,0,0 +239072,0,0,0,0,0 +239073,0,0,0,0,0 +239074,0,0,0,0,0 +239075,0,0,0,0,0 +239076,0,0,0,0,0 +239077,0,0,0,0,0 +239078,0,0,0,0,0 +239079,0,0,0,0,0 +239080,0,0,0,0,0 +239081,0,0,0,0,0 +239082,0,0,0,0,0 +239083,0,0,0,0,0 +239084,0,0,0,0,0 +239085,0,0,0,0,0 +239086,0,0,0,0,0 +239087,0,0,0,0,0 +239088,0,0,0,0,0 +239089,0,0,0,0,0 +239090,0,0,0,0,0 +239091,0,0,0,0,0 +239092,0,0,0,0,0 +239093,0,0,0,0,0 +239094,0,0,0,0,0 +239095,0,0,0,0,0 +239096,0,0,0,0,0 +239097,0,0,0,0,0 +239098,0,0,0,0,0 +239099,0,0,0,0,0 +239100,0,0,0,0,0 +239101,0,0,0,0,0 +239102,0,0,0,0,0 +239103,0,0,0,0,0 +239104,0,0,0,0,0 +239105,0,0,0,0,0 +239106,0,0,0,0,0 +239107,0,0,0,0,0 +239108,0,0,0,0,0 +239109,0,0,0,0,0 +239110,0,0,0,0,0 +239111,0,0,0,0,0 +239112,0,0,0,0,0 +239113,0,0,0,0,0 +239114,0,0,0,0,0 +239115,0,0,0,0,0 +239116,0,0,0,0,0 +239117,0,0,0,0,0 +239118,0,0,0,0,0 +239119,0,0,0,0,0 +239120,0,0,0,0,0 +239121,0,0,0,0,0 +239122,0,0,0,0,0 +239123,0,0,0,0,0 +239124,0,0,0,0,0 +239125,0,0,0,0,0 +239126,0,0,0,0,0 +239127,0,0,0,0,0 +239128,0,0,0,0,0 +239129,0,0,0,0,0 +239130,0,0,0,0,0 +239131,0,0,0,0,0 +239132,0,0,0,0,0 +239133,0,0,0,0,0 +239134,0,0,0,0,0 +239135,0,0,0,0,0 +239136,0,0,0,0,0 +239137,0,0,0,0,0 +239138,0,0,0,0,0 +239139,0,0,0,0,0 +239140,0,0,0,0,0 +239141,0,0,0,0,0 +239142,0,0,0,0,0 +239143,0,0,0,0,0 +239144,0,0,0,0,0 +239145,0,0,0,0,0 +239146,0,0,0,0,0 +239147,0,0,0,0,0 +239148,0,0,0,0,0 +239149,0,0,0,0,0 +239150,0,0,0,0,0 +239151,0,0,0,0,0 +239152,0,0,0,0,0 +239153,0,0,0,0,0 +239154,0,0,0,0,0 +239155,0,0,0,0,0 +239156,0,0,0,0,0 +239157,0,0,0,0,0 +239158,0,0,0,0,0 +239159,0,0,0,0,0 +239160,0,0,0,0,0 +239161,0,0,0,0,0 +239162,0,0,0,0,0 +239163,0,0,0,0,0 +239164,0,0,0,0,0 +239165,0,0,0,0,0 +239166,0,0,0,0,0 +239167,0,0,0,0,0 +239168,0,0,0,0,0 +239169,0,0,0,0,0 +239170,0,0,0,0,0 +239171,0,0,0,0,0 +239172,0,0,0,0,0 +239173,0,0,0,0,0 +239174,0,0,0,0,0 +239175,0,0,0,0,0 +239176,0,0,0,0,0 +239177,0,0,0,0,0 +239178,0,0,0,0,0 +239179,0,0,0,0,0 +239180,0,0,0,0,0 +239181,0,0,0,0,0 +239182,0,0,0,0,0 +239183,0,0,0,0,0 +239184,0,0,0,0,0 +239185,0,0,0,0,0 +239186,0,0,0,0,0 +239187,0,0,0,0,0 +239188,0,0,0,0,0 +239189,0,0,0,0,0 +239190,0,0,0,0,0 +239191,0,0,0,0,0 +239192,0,0,0,0,0 +239193,0,0,0,0,0 +239194,0,0,0,0,0 +239195,0,0,0,0,0 +239196,0,0,0,0,0 +239197,0,0,0,0,0 +239198,0,0,0,0,0 +239199,0,0,0,0,0 +239200,0,0,0,0,0 +239201,0,0,0,0,0 +239202,0,0,0,0,0 +239203,0,0,0,0,0 +239204,0,0,0,0,0 +239205,0,0,0,0,0 +239206,0,0,0,0,0 +239207,0,0,0,0,0 +239208,0,0,0,0,0 +239209,0,0,0,0,0 +239210,0,0,0,0,0 +239211,0,0,0,0,0 +239212,0,0,0,0,0 +239213,0,0,0,0,0 +239214,0,0,0,0,0 +239215,0,0,0,0,0 +239216,0,0,0,0,0 +239217,0,0,0,0,0 +239218,0,0,0,0,0 +239219,0,0,0,0,0 +239220,0,0,0,0,0 +239221,0,0,0,0,0 +239222,0,0,0,0,0 +239223,0,0,0,0,0 +239224,0,0,0,0,0 +239225,0,0,0,0,0 +239226,0,0,0,0,0 +239227,0,0,0,0,0 +239228,0,0,0,0,0 +239229,0,0,0,0,0 +239230,0,0,0,0,0 +239231,0,0,0,0,0 +239232,0,0,0,0,0 +239233,0,0,0,0,0 +239234,0,0,0,0,0 +239235,0,0,0,0,0 +239236,0,0,0,0,0 +239237,0,0,0,0,0 +239238,0,0,0,0,0 +239239,0,0,0,0,0 +239240,0,0,0,0,0 +239241,0,0,0,0,0 +239242,0,0,0,0,0 +239243,0,0,0,0,0 +239244,0,0,0,0,0 +239245,0,0,0,0,0 +239246,0,0,0,0,0 +239247,0,0,0,0,0 +239248,0,0,0,0,0 +239249,0,0,0,0,0 +239250,0,0,0,0,0 +239251,0,0,0,0,0 +239252,0,0,0,0,0 +239253,0,0,0,0,0 +239254,0,0,0,0,0 +239255,0,0,0,0,0 +239256,0,0,0,0,0 +239257,0,0,0,0,0 +239258,0,0,0,0,0 +239259,0,0,0,0,0 +239260,0,0,0,0,0 +239261,0,0,0,0,0 +239262,0,0,0,0,0 +239263,0,0,0,0,0 +239264,0,0,0,0,0 +239265,0,0,0,0,0 +239266,0,0,0,0,0 +239267,0,0,0,0,0 +239268,0,0,0,0,0 +239269,0,0,0,0,0 +239270,0,0,0,0,0 +239271,0,0,0,0,0 +239272,0,0,0,0,0 +239273,0,0,0,0,0 +239274,0,0,0,0,0 +239275,0,0,0,0,0 +239276,0,0,0,0,0 +239277,0,0,0,0,0 +239278,0,0,0,0,0 +239279,0,0,0,0,0 +239280,0,0,0,0,0 +239281,0,0,0,0,0 +239282,0,0,0,0,0 +239283,0,0,0,0,0 +239284,0,0,0,0,0 +239285,0,0,0,0,0 +239286,0,0,0,0,0 +239287,0,0,0,0,0 +239288,0,0,0,0,0 +239289,0,0,0,0,0 +239290,0,0,0,0,0 +239291,0,0,0,0,0 +239292,0,0,0,0,0 +239293,0,0,0,0,0 +239294,0,0,0,0,0 +239295,0,0,0,0,0 +239296,0,0,0,0,0 +239297,0,0,0,0,0 +239298,0,0,0,0,0 +239299,0,0,0,0,0 +239300,0,0,0,0,0 +239301,0,0,0,0,0 +239302,0,0,0,0,0 +239303,0,0,0,0,0 +239304,0,0,0,0,0 +239305,0,0,0,0,0 +239306,0,0,0,0,0 +239307,0,0,0,0,0 +239308,0,0,0,0,0 +239309,0,0,0,0,0 +239310,0,0,0,0,0 +239311,0,0,0,0,0 +239312,0,0,0,0,0 +239313,0,0,0,0,0 +239314,0,0,0,0,0 +239315,0,0,0,0,0 +239316,0,0,0,0,0 +239317,0,0,0,0,0 +239318,0,0,0,0,0 +239319,0,0,0,0,0 +239320,0,0,0,0,0 +239321,0,0,0,0,0 +239322,0,0,0,0,0 +239323,0,0,0,0,0 +239324,0,0,0,0,0 +239325,0,0,0,0,0 +239326,0,0,0,0,0 +239327,0,0,0,0,0 +239328,0,0,0,0,0 +239329,0,0,0,0,0 +239330,0,0,0,0,0 +239331,0,0,0,0,0 +239332,0,0,0,0,0 +239333,0,0,0,0,0 +239334,0,0,0,0,0 +239335,0,0,0,0,0 +239336,0,0,0,0,0 +239337,0,0,0,0,0 +239338,0,0,0,0,0 +239339,0,0,0,0,0 +239340,0,0,0,0,0 +239341,0,0,0,0,0 +239342,0,0,0,0,0 +239343,0,0,0,0,0 +239344,0,0,0,0,0 +239345,0,0,0,0,0 +239346,0,0,0,0,0 +239347,0,0,0,0,0 +239348,0,0,0,0,0 +239349,0,0,0,0,0 +239350,0,0,0,0,0 +239351,0,0,0,0,0 +239352,0,0,0,0,0 +239353,0,0,0,0,0 +239354,0,0,0,0,0 +239355,0,0,0,0,0 +239356,0,0,0,0,0 +239357,0,0,0,0,0 +239358,0,0,0,0,0 +239359,0,0,0,0,0 +239360,0,0,0,0,0 +239361,0,0,0,0,0 +239362,0,0,0,0,0 +239363,0,0,0,0,0 +239364,0,0,0,0,0 +239365,0,0,0,0,0 +239366,0,0,0,0,0 +239367,0,0,0,0,0 +239368,0,0,0,0,0 +239369,0,0,0,0,0 +239370,0,0,0,0,0 +239371,0,0,0,0,0 +239372,0,0,0,0,0 +239373,0,0,0,0,0 +239374,0,0,0,0,0 +239375,0,0,0,0,0 +239376,0,0,0,0,0 +239377,0,0,0,0,0 +239378,0,0,0,0,0 +239379,0,0,0,0,0 +239380,0,0,0,0,0 +239381,0,0,0,0,0 +239382,0,0,0,0,0 +239383,0,0,0,0,0 +239384,0,0,0,0,0 +239385,0,0,0,0,0 +239386,0,0,0,0,0 +239387,0,0,0,0,0 +239388,0,0,0,0,0 +239389,0,0,0,0,0 +239390,0,0,0,0,0 +239391,0,0,0,0,0 +239392,0,0,0,0,0 +239393,0,0,0,0,0 +239394,0,0,0,0,0 +239395,0,0,0,0,0 +239396,0,0,0,0,0 +239397,0,0,0,0,0 +239398,0,0,0,0,0 +239399,0,0,0,0,0 +239400,0,0,0,0,0 +239401,0,0,0,0,0 +239402,0,0,0,0,0 +239403,0,0,0,0,0 +239404,0,0,0,0,0 +239405,0,0,0,0,0 +239406,0,0,0,0,0 +239407,0,0,0,0,0 +239408,0,0,0,0,0 +239409,0,0,0,0,0 +239410,0,0,0,0,0 +239411,0,0,0,0,0 +239412,0,0,0,0,0 +239413,0,0,0,0,0 +239414,0,0,0,0,0 +239415,0,0,0,0,0 +239416,0,0,0,0,0 +239417,0,0,0,0,0 +239418,0,0,0,0,0 +239419,0,0,0,0,0 +239420,0,0,0,0,0 +239421,0,0,0,0,0 +239422,0,0,0,0,0 +239423,0,0,0,0,0 +239424,0,0,0,0,0 +239425,0,0,0,0,0 +239426,0,0,0,0,0 +239427,0,0,0,0,0 +239428,0,0,0,0,0 +239429,0,0,0,0,0 +239430,0,0,0,0,0 +239431,0,0,0,0,0 +239432,0,0,0,0,0 +239433,0,0,0,0,0 +239434,0,0,0,0,0 +239435,0,0,0,0,0 +239436,0,0,0,0,0 +239437,0,0,0,0,0 +239438,0,0,0,0,0 +239439,0,0,0,0,0 +239440,0,0,0,0,0 +239441,0,0,0,0,0 +239442,0,0,0,0,0 +239443,0,0,0,0,0 +239444,0,0,0,0,0 +239445,0,0,0,0,0 +239446,0,0,0,0,0 +239447,0,0,0,0,0 +239448,0,0,0,0,0 +239449,0,0,0,0,0 +239450,0,0,0,0,0 +239451,0,0,0,0,0 +239452,0,0,0,0,0 +239453,0,0,0,0,0 +239454,0,0,0,0,0 +239455,0,0,0,0,0 +239456,0,0,0,0,0 +239457,0,0,0,0,0 +239458,0,0,0,0,0 +239459,0,0,0,0,0 +239460,0,0,0,0,0 +239461,23.14829021,3956.337925,3501.348007,18.35358851,-261.4688665 +239462,440.496462,2347.498613,3762.640351,208.0179336,502.0235997 +239463,428.9971656,256.9321043,3507.206215,202.4752622,488.894947 +239464,413.3908966,229.3264482,3250.364259,195.0126093,468.1582425 +239465,397.8007646,561.6785857,3039.553144,187.6499724,445.8536291 +239466,383.9009527,1021.448934,2878.62553,181.1758972,424.8927321 +239467,371.8244836,608.8396677,1778.724408,175.624813,405.8957785 +239468,361.2131766,720.3299861,1742.409997,170.7982817,388.6173336 +239469,351.7289625,726.7678205,1976.785853,166.5173474,372.7036363 +239470,343.1424407,731.9804602,1845.476755,162.6619981,357.9017803 +239471,335.3088166,737.3326714,1847.544404,159.1569237,344.0558773 +239472,328.1240558,742.8673569,1853.175681,155.9487677,331.0528473 +239473,321.5033944,748.5697209,1859.324664,152.9947748,318.8028074 +239474,315.3733275,754.1380011,1866.110904,150.2585059,307.2282048 +239475,309.6694816,760.5583321,1873.212899,147.7086155,296.2591865 +239476,304.3360327,766.4299732,1880.664116,145.3184279,285.8324063 +239477,299.3251395,772.9634944,1888.46353,143.0655226,275.8909757 +239478,294.5960154,778.8558761,1896.276714,140.9311615,266.3841901 +239479,290.1139817,785.496628,1904.640612,138.8997569,257.2661525 +239480,285.8495277,791.911551,1913.027493,136.9582637,248.4975215 +239481,281.7774764,798.4717426,1921.473937,135.0957543,240.0436574 +239482,277.876234,805.0690729,1930.222325,133.3030304,231.8736161 +239483,274.1273347,816.3175658,1939.022088,131.5723706,223.9599117 +239484,270.5149174,825.4059164,1964.854661,129.8972561,216.2780854 +239485,267.0254001,834.9090354,1937.034699,128.2721973,208.8065286 +239486,263.647085,844.9605669,1971.258571,126.6925366,201.5260624 +239487,260.3699062,854.4446936,1975.878007,125.1543227,194.4197193 +239488,257.1851636,864.1968151,1983.779417,123.6541835,187.4724363 +239489,254.085346,873.957426,1993.842569,122.1892417,180.6708836 +239490,251.0639222,883.7095188,2002.985527,120.7570184,174.0031949 +239491,248.1152161,892.794651,2010.882798,119.3553772,167.4588391 +239492,245.2312542,901.6565647,2018.06528,117.9811078,161.0284065 +239493,242.4056605,910.5822743,2025.4639,116.6316841,154.7035 +239494,239.6340384,919.3835439,2035.17088,115.3054391,148.4765859 +239495,236.9132296,928.1341081,2050.829777,114.0012292,142.3409471 +239496,234.2406525,936.9473243,2034.55884,112.7181358,136.2905397 +239497,231.6140393,945.5993505,2051.361477,111.4553471,130.3199733 +239498,229.0312917,954.3579698,2063.448962,110.2120967,124.424336 +239499,226.4905224,962.9490268,2065.333722,108.9876848,118.5992477 +239500,223.9899886,971.6523166,2072.941451,107.7814526,112.8406971 +239501,221.528128,980.183771,2092.827928,106.5928008,107.1450924 +239502,219.1034779,988.7890428,2066.346676,105.4211562,101.5091015 +239503,216.7147163,997.3697571,2101.342922,104.2659928,95.92972865 +239504,214.3605855,1005.825478,2096.062946,103.1267995,90.40416576 +239505,212.039947,1014.389391,2118.590243,102.0031072,84.92989315 +239506,209.751722,1022.778228,2089.135469,100.8944632,79.50455912 +239507,207.4949134,1031.242538,2126.067599,99.80044286,74.12602087 +239508,205.2685651,1039.684152,2137.544788,98.72063261,68.79226039 +239509,203.0717908,1047.992171,2100.76905,97.65464384,63.50143783 +239510,200.9037428,1056.417716,2163.532601,96.60210021,58.25182414 +239511,198.7636228,1064.653382,2109.002316,95.56264292,53.04182134 +239512,196.6506637,1072.972809,2173.864394,94.53592359,47.8699216 +239513,194.5641437,1081.269131,2124.468072,93.52161097,42.73473268 +239514,192.5033663,1088.922876,2177.028255,92.51938273,37.63493442 +239515,190.4676729,1097.887536,2151.346935,91.52893146,32.56930285 +239516,188.4564203,1105.634978,2166.521308,90.54995487,27.53666167 +239517,186.4690085,1113.965036,2169.778085,89.58216882,22.53593556 +239518,184.5048325,1121.900283,2174.094026,88.62528582,17.56605503 +239519,182.5633408,1130.082792,2178.722642,87.6790416,12.62606533 +239520,180.6439743,1138.117504,2182.856626,86.74316796,7.715008819 +239521,172.4708531,1575.726043,2452.510576,82.96497739,-8.57773301 +239522,185.8828453,1597.902627,2478.358245,89.14944755,15.43079578 +239523,217.0608427,1615.778271,2527.632403,103.3664295,73.20762166 +239524,246.5813484,1631.658281,2572.851235,150.4188968,129.57245 +239525,1022.875519,1630.320158,2515.666966,587.7153941,13.51754017 +239526,895.3104409,1636.540211,2449.262887,314.8786296,-109.9871932 +239527,969.5414838,1715.679386,2558.645058,464.4028925,82.37656713 +239528,982.8715746,1683.761402,2663.7035,444.3461865,265.8830481 +239529,977.9870485,1697.068608,2692.492123,442.4307848,320.360606 +239530,1025.634016,1717.974409,2704.906874,464.4729988,353.1672475 +239531,1036.694245,1728.302786,2711.289934,469.8503047,376.9712828 +239532,1054.489595,1740.680379,2715.734653,478.4084601,396.1725859 +239533,1072.247672,1753.197084,2719.714887,487.2736277,412.6144128 +239534,1089.588934,1765.537537,2723.612844,495.5264444,427.0830381 +239535,1106.571674,1777.4414,2727.436943,503.7923234,439.965564 +239536,933.4110064,1702.008331,2521.530983,425.5962502,916.0773177 +239537,1229.873306,1834.804976,2479.795986,559.9248979,1010.222626 +239538,1115.831374,1793.666936,2451.423936,508.5229587,896.2752874 +239539,1157.394777,1814.622587,2435.669753,528.3953088,976.0624494 +239540,1173.805249,1825.719788,2418.603674,536.0326382,996.212852 +239541,1189.725639,1838.516387,2402.653543,543.8595627,1014.955638 +239542,1398.024012,1955.065359,2580.78622,639.0354983,1383.972264 +239543,932.9559691,1714.057797,2406.760542,429.1915305,513.199929 +239544,1561.969736,2027.756836,2600.922086,713.6115904,1670.387823 +239545,933.5550094,1743.338298,2415.182871,430.8286251,495.0551293 +239546,1590.702075,2039.795033,2607.318313,727.2273509,1711.251921 +239547,959.8810897,1765.357109,2417.592634,443.9552097,507.5126651 +239548,1619.361525,2070.319946,2609.603051,740.9143806,1739.989907 +239549,985.9180314,1772.709006,2416.929831,456.7152535,549.5998067 +239550,1667.449495,2107.733258,2609.472977,754.2910871,1761.931994 +239551,980.4066018,1793.673344,2415.899481,468.823417,576.8749708 +239552,1688.336421,2108.775299,2609.853644,767.1230833,1791.18557 +239553,1031.554041,1805.08237,2413.890563,480.6824091,601.0945557 +239554,1699.306636,2149.610731,2609.787785,779.4405491,1818.566141 +239555,1058.325578,1811.99622,2415.964896,492.1859075,624.7110452 +239556,1723.943262,2168.721796,2612.749199,791.3318368,1851.129798 +239557,1080.908812,1830.011523,2415.383053,503.1731994,636.8179326 +239558,1748.292684,2192.641455,2614.671022,803.1707102,1888.194062 +239559,1099.406613,1832.163699,2416.354124,511.8442964,644.3703747 +239560,1776.963583,2220.446414,2619.679815,817.3693056,1920.165297 +239561,1317.678062,1941.216441,2621.129211,611.6284017,1020.586256 +239562,1501.791529,2095.864493,2615.951062,694.472503,1381.725203 +239563,1482.489639,2046.950778,2608.828882,686.2535668,1325.098461 +239564,1492.482881,2068.824864,2602.910942,691.1437491,1336.39982 +239565,1502.84243,2074.421082,2599.651095,696.0409137,1346.217491 +239566,1513.100145,2081.824487,2598.4901,700.9854518,1356.01299 +239567,1532.146948,2089.159838,2598.740933,705.8940283,1365.554668 +239568,1528.585556,2096.449689,2599.489878,710.8517288,1374.919789 +239569,1558.826003,2103.400123,2600.605822,715.4090102,1384.127604 +239570,1539.941809,2110.720853,2601.929578,720.2087587,1393.216639 +239571,1554.1305,2117.579581,2605.162307,724.9259969,1401.955059 +239572,1581.163045,2116.370708,2605.366433,732.6911933,1410.815402 +239573,1580.631283,2121.448316,2605.438619,737.7359849,1419.21335 +239574,1592.272408,2127.377157,2605.373156,742.4968475,1427.573363 +239575,1601.711613,2139.885186,2605.596305,747.0307705,1435.857662 +239576,1610.857673,2129.526575,2607.616431,751.6901033,1443.712166 +239577,1619.723194,2155.475675,2606.934047,756.033509,1458.614076 +239578,1628.710364,2147.023322,2607.08232,760.624952,1458.630362 +239579,1637.501402,2157.394224,2609.333952,764.7522534,1457.694733 +239580,1646.197808,2162.099091,2608.575915,769.1789842,1480.469409 +239581,2044.912567,2337.64844,2618.120122,941.8683026,2089.836871 +239582,2058.035546,2341.161783,2659.349255,948.2720883,2117.024257 +239583,2069.430424,2354.780525,2708.884203,953.6802383,2146.830057 +239584,2080.267041,2351.999186,2748.913085,958.9787051,2168.041603 +239585,2090.771605,2366.301894,2777.068909,964.048798,2180.999899 +239586,2101.030469,2369.588103,2795.78579,969.0103054,2188.191202 +239587,2111.099127,2375.353167,2808.077352,973.8703078,2191.685876 +239588,2121.00915,2381.435874,2816.293399,978.5906831,2192.974834 +239589,2130.906667,2387.056545,2822.163002,983.4485323,2193.054839 +239590,2140.352732,2392.639902,2827.885754,987.9569927,2194.580698 +239591,2149.967886,2404.633203,2831.58891,992.5928368,2194.793369 +239592,2159.227916,2394.075438,2832.178277,997.1099044,2192.163878 +239593,2168.870758,2418.289009,2832.912781,1001.580273,2190.415956 +239594,2177.774185,2411.233264,2833.624459,1009.250635,2189.212741 +239595,2187.007705,2419.052367,2834.04001,1009.517525,2188.134667 +239596,2196.008354,2424.205565,2834.220243,1019.990481,2187.183923 +239597,2205.078873,2428.738143,2836.00849,1015.427308,2188.521995 +239598,2217.529835,2433.217064,2834.916042,1033.7342,2186.712165 +239599,2231.091438,2437.795474,2834.251161,1017.94665,2185.672237 +239600,2226.402977,2442.429653,2833.697743,1027.100717,2184.976985 +239601,2229.034746,2446.616982,2833.154855,1040.046771,2184.480429 +239602,2256.051412,2450.835706,2832.525052,1038.179816,2184.048494 +239603,2254.642333,2455.43284,2833.533045,1043.647483,2185.747478 +239604,2265.138219,2465.397403,2831.89861,1047.673742,2184.417134 +239605,2273.515013,2461.414619,2830.776122,1051.624,2183.826124 +239606,2281.903439,2468.171327,2831.347887,1055.53856,2185.382776 +239607,2299.510084,2471.320002,2829.184737,1059.477841,2183.748546 +239608,2285.568606,2475.737668,2829.345622,1063.226482,2185.006312 +239609,2310.309379,2478.270158,2826.948772,1067.010678,2183.263526 +239610,2313.810457,2482.910412,2825.129153,1070.878467,2182.283438 +239611,2321.748609,2485.274333,2823.4654,1074.5984,2181.750001 +239612,2333.028299,2489.11036,2823.562288,1078.172139,2183.203036 +239613,2350.702321,2491.475535,2820.915353,1081.846969,2181.435352 +239614,2322.946583,2500.884017,2818.991097,1085.43414,2180.618561 +239615,2380.287191,2496.447587,2817.23891,1088.99631,2180.07743 +239616,2331.582526,2500.409662,2815.358942,1092.596194,2179.448537 +239617,2404.144768,2503.752049,2813.39602,1095.924609,2178.784296 +239618,2337.471266,2506.625339,2813.165717,1099.55085,2180.281194 +239619,2423.291321,2508.093451,2810.248372,1102.931002,2178.60247 +239620,2350.882753,2510.705181,2807.851789,1106.356961,2177.60608 +239621,2438.089297,2513.677797,2807.499304,1109.744023,2179.127886 +239622,2388.074111,2520.9705,2804.618224,1113.170532,2177.646448 +239623,2418.831349,2510.408892,2802.009657,1116.400081,2176.538128 +239624,2419.745254,2525.617058,2799.593639,1119.756465,2175.694507 +239625,2427.890814,2522.567715,2799.322501,1123.028252,2177.487662 +239626,2434.48617,2522.576995,2796.457038,1126.281655,2176.192689 +239627,2441.80987,2525.297413,2794.180223,1129.443297,2175.653558 +239628,2448.61636,2527.305802,2792.171166,1132.829263,2175.471098 +239629,2455.684668,2528.74456,2790.268944,1135.855004,2175.451528 +239630,2462.313396,2530.919471,2790.064865,1139.080171,2177.534339 +239631,2469.413702,2531.12916,2787.100289,1142.206259,2176.316836 +239632,2476.151196,2539.18322,2784.815927,1145.324532,2175.955478 +239633,2482.947638,2527.786016,2782.60455,1148.419259,2175.700707 +239634,2489.485811,2541.51452,2780.379268,1151.493274,2175.447425 +239635,2496.444283,2531.196812,2778.15725,1154.546308,2175.219327 +239636,2503.040581,2543.340306,2775.938294,1157.65173,2175.017937 +239637,2509.686551,2533.040491,2773.64905,1160.554477,2174.754281 +239638,2516.287376,2544.854825,2771.326401,1163.599769,2174.472016 +239639,2531.09804,2535.557317,2770.734563,1166.563349,2176.322864 +239640,2517.351508,2545.952676,2767.297268,1169.438536,2174.945149 +239641,2554.805766,2543.953829,2765.465873,1175.117454,2175.827804 +239642,2545.258348,2545.080015,2764.252278,1178.484698,2177.537607 +239643,2557.21124,2546.400178,2763.052226,1181.591665,2179.3138 +239644,2564.127201,2548.113615,2763.403796,1184.889855,2183.022453 +239645,2570.227283,2546.99759,2760.890675,1187.731666,2183.282905 +239646,2576.955093,2547.421762,2758.738275,1190.899576,2183.997294 +239647,2583.343665,2547.89402,2756.65211,1193.76155,2184.784381 +239648,2589.919396,2548.064621,2754.573131,1196.803125,2185.574189 +239649,2596.148918,2541.794796,2752.468321,1199.618446,2186.325342 +239650,2602.640328,2553.308829,2750.102883,1202.607357,2186.757731 +239651,2609.000806,2542.001044,2747.897193,1205.37398,2187.378816 +239652,2615.444478,2553.789149,2747.339159,1208.317392,2190.193335 +239653,2621.419519,2540.708338,2745.674374,1211.038624,2191.456679 +239654,2627.317643,2545.585398,2741.737158,1213.937912,2189.968603 +239655,2634.005927,2552.563296,2738.807117,1216.696713,2189.678621 +239656,2647.772719,2538.256545,2736.31624,1219.359756,2189.899686 +239657,2634.900475,2544.245157,2733.60745,1222.174315,2190.026217 +239658,2663.373395,2544.14024,2730.999187,1224.926398,2190.027856 +239659,2655.269899,2542.621448,2728.632619,1227.541312,2190.487953 +239660,2664.223433,2541.461107,2726.121844,1230.324769,2190.728697 +239661,2670.545312,2540.576506,2723.522254,1232.8916,2190.329284 +239662,2676.356753,2539.597448,2720.945431,1235.639007,2190.488692 +239663,2681.834183,2538.433749,2718.35531,1238.170461,2190.527504 +239664,2687.601965,2537.17772,2715.735518,1240.883363,2190.745139 +239665,2693.672274,2535.863327,2713.102024,1243.380774,2190.775687 +239666,2706.96509,2534.49579,2710.584425,1246.141409,2190.938844 +239667,2702.591116,2526.232831,2707.906889,1248.48356,2190.897589 +239668,2710.720799,2538.323504,2705.129216,1251.188063,2190.72875 +239669,2717.205457,2522.362751,2702.375532,1253.606898,2190.577143 +239670,2722.476823,2527.795334,2699.53158,1256.217877,2190.514658 +239671,2727.342122,2525.521464,2696.734224,1258.562766,2190.280009 +239672,2733.630604,2522.807856,2695.633565,1261.077963,2192.122182 +239673,2745.180796,2520.400986,2691.969213,1263.377173,2190.830443 +239674,2742.18091,2518.226243,2688.862167,1265.854967,2190.226969 +239675,2748.690273,2516.267072,2685.795582,1268.119929,2189.660835 +239676,2755.394377,2514.033522,2684.437416,1270.562041,2191.188452 +239677,2760.131681,2510.992477,2682.150058,1272.792224,2191.580171 +239678,2771.712065,2507.921671,2677.919984,1275.765688,2189.586748 +239679,2768.832497,2498.853088,2674.378574,1279.977557,2188.411617 +239680,2774.335938,2510.408497,2671.098979,1278.088041,2187.526724 +239681,2786.8351,2491.14785,2668.105876,1289.459863,2186.966197 +239682,2785.238636,2497.594579,2665.188055,1272.753379,2186.484182 +239683,2788.89475,2493.137428,2662.226216,1291.236858,2185.934366 +239684,2800.15696,2489.313863,2659.3294,1287.976182,2185.656632 +239685,2801.432981,2486.817241,2658.149571,1290.639616,2187.281889 +239686,2808.264346,2482.770026,2654.315033,1293.101096,2185.621478 +239687,2807.647857,2479.658661,2650.965699,1295.268058,2184.537262 +239688,2811.230666,2476.538807,2649.322511,1297.397835,2185.531244 +239689,2811.655024,2472.293993,2645.009141,1299.501909,2183.203204 +239690,2809.645476,2468.885165,2641.14007,1301.720032,2181.387035 +239691,2808.056469,2465.175049,2637.278945,1303.740167,2179.533871 +239692,2806.778275,2461.275278,2633.346829,1305.940539,2177.548 +239693,2805.779198,2457.394295,2629.356228,1307.936542,2175.44911 +239694,2804.810434,2446.437975,2625.215351,1310.111621,2173.126524 +239695,2804.167757,2458.071491,2621.156246,1312.169328,2170.86851 +239696,2803.681282,2435.534212,2617.117901,1314.189504,2168.60147 +239697,2803.312951,2449.748282,2613.094952,1316.114372,2166.320701 +239698,2802.992134,2427.229835,2609.071209,1318.3562,2164.007217 +239699,2805.229897,2434.663856,2606.670141,1320.221592,2163.675617 +239700,2803.544049,2427.186591,2601.760025,1322.336361,2160.217983 +239701,2803.121526,2374.046883,2598.129244,1270.929351,2159.081022 +239702,2793.819517,2354.298207,2588.654416,1271.607988,2149.006308 +239703,2781.349902,2367.828337,2576.964197,1272.594762,2135.031232 +239704,2770.606733,2342.08838,2566.188503,1273.824708,2121.711662 +239705,2762.985846,2356.78827,2557.268248,1275.038734,2110.610128 +239706,2757.995989,2330.921474,2549.968807,1276.297673,2101.621151 +239707,2754.660829,2338.745871,2543.740842,1277.576676,2094.140098 +239708,2752.495805,2329.21619,2538.324824,1278.867215,2087.669151 +239709,2750.997339,2323.672405,2533.422721,1280.165179,2082.251382 +239710,2749.85286,2318.177592,2528.840908,1281.466168,2077.425837 +239711,2748.981904,2312.515747,2524.524968,1282.77073,2073.102934 +239712,2748.305737,2306.687151,2520.418391,1284.076486,2069.190719 +239713,2747.767158,2300.881229,2516.478451,1285.382178,2065.615631 +239714,2747.328166,2294.99775,2512.675534,1286.687344,2062.32145 +239715,2746.959837,2289.257131,2508.986676,1287.991476,2059.261216 +239716,2749.282897,2283.216284,2507.095603,1289.295986,2058.498982 +239717,2747.531097,2277.004915,2502.669964,1290.592963,2054.683439 +239718,2746.66362,2271.161997,2498.87065,1291.894156,2051.682595 +239719,2746.114032,2265.016617,2495.318451,1293.189941,2049.005315 +239720,2745.742796,2258.884666,2491.924587,1294.570041,2046.533372 +239721,2745.475437,2252.675441,2488.646758,1295.731696,2044.210035 +239722,2745.267378,2246.477845,2485.465699,1297.082458,2042.000133 +239723,2745.095598,2240.280854,2482.380777,1298.355513,2039.880895 +239724,2744.946986,2233.941126,2479.387436,1299.638825,2037.835236 +239725,2744.811838,2227.79886,2476.474045,1300.919667,2035.848486 +239726,2744.681654,2221.181362,2473.626097,1302.19766,2033.907527 +239727,2744.557458,2214.907348,2470.835369,1303.473221,2032.007579 +239728,2744.443347,2208.384684,2468.097237,1304.745606,2030.147186 +239729,2744.339406,2201.978384,2465.406201,1306.015831,2028.322587 +239730,2744.244652,2195.455768,2462.757364,1307.280034,2026.529878 +239731,2744.155415,2188.84912,2460.144986,1308.529581,2024.763532 +239732,2744.068137,2182.290795,2457.563436,1309.771181,2023.01993 +239733,2746.653868,2175.718846,2456.727291,1311.010877,2023.422656 +239734,2745.09674,2169.024295,2453.27995,1312.2399,2020.603508 +239735,2744.388631,2162.214079,2450.399282,1313.472107,2018.469293 +239736,2743.964276,2155.54075,2447.707697,1314.696596,2016.543522 +239737,2743.700065,2148.746309,2445.126913,1315.91853,2014.732432 +239738,2743.529535,2142.012517,2442.619897,1317.136209,2012.996218 +239739,2743.40893,2135.119169,2440.162892,1318.441765,2011.30976 +239740,2743.179785,2120.495398,2437.655942,1320.371892,2009.551269 +239741,2743.095195,2132.371919,2435.260469,1323.14854,2007.919858 +239742,2743.026721,2101.884758,2432.894074,1320.277331,2006.313983 +239743,2742.820857,2111.557895,2430.45821,1332.887588,2004.611927 +239744,2742.760231,2099.197712,2428.132684,1308.601853,2003.034973 +239745,2742.752193,2092.819089,2425.85822,1333.314981,2001.510099 +239746,2742.680907,2086.049069,2423.561165,1325.107991,1999.946739 +239747,2742.618798,2079.079375,2421.287453,1327.804426,1998.401201 +239748,2742.575126,2072.103248,2419.042393,1329.029876,1996.879483 +239749,2742.538299,2065.162729,2416.818256,1330.326626,1995.371718 +239750,2742.506835,2058.133041,2414.613929,1331.436046,1993.876316 +239751,2742.477974,2051.314824,2412.42749,1332.621835,1992.390656 +239752,2742.447833,2044.088514,2410.256265,1333.882761,1990.911164 +239753,2742.418631,2037.171238,2408.101456,1334.90705,1989.439016 +239754,2742.395704,2030.158691,2405.966292,1336.134677,1987.977931 +239755,2742.379611,2023.173133,2403.85103,1337.278196,1986.52801 +239756,2742.36801,2016.077271,2401.754132,1338.431682,1985.087189 +239757,2742.360917,2009.151542,2399.675569,1339.582714,1983.655252 +239758,2742.359189,2002.105591,2397.615845,1340.730318,1982.232643 +239759,2742.360477,1995.232183,2395.573406,1341.875036,1980.817248 +239760,2742.362427,1988.087426,2393.546682,1343.016491,1979.406925 +239761,2742.965767,1871.693667,2392.200064,1234.804181,1979.27567 +239762,2728.414989,1842.141274,2380.669757,1233.162543,1963.396271 +239763,2707.461022,1857.440186,2364.616569,1232.266875,1939.824571 +239764,2688.558647,1840.113344,2349.562352,1231.698106,1916.646058 +239765,2674.781857,1831.052688,2337.59128,1231.292097,1897.006999 +239766,2665.702105,1824.256489,2328.556353,1231.083843,1881.424911 +239767,2659.83252,1815.607293,2321.618205,1230.726279,1868.802453 +239768,2655.912197,1807.383919,2316.043295,1230.612315,1858.117286 +239769,2653.117887,1812.90176,2311.336665,1230.460117,1849.170785 +239770,2651.1029,1771.51474,2307.279018,1230.350064,1841.448029 +239771,2649.623983,1792.496497,2303.703061,1230.264847,1834.542481 +239772,2648.453395,1772.939529,2300.447019,1230.200433,1828.637537 +239773,2647.530134,1767.123539,2297.455498,1230.154549,1823.202903 +239774,2646.800741,1759.206395,2294.679559,1230.125019,1818.607768 +239775,2646.201689,1751.379143,2292.065988,1230.110516,1814.276374 +239776,2645.695883,1743.469032,2289.580326,1230.109984,1810.781678 +239777,2645.256865,1735.907905,2287.196445,1230.122268,1807.233363 +239778,2644.869438,1728.270084,2284.89678,1230.14739,1804.051293 +239779,2644.468978,1740.6895,2282.633294,1230.183971,1801.07334 +239780,2644.177695,1683.916411,2280.478423,1230.232625,1798.355038 +239781,2643.924729,1737.193289,2278.38272,1230.292214,1795.827131 +239782,2643.688182,1669.511245,2276.328939,1230.362955,1793.455721 +239783,2643.508444,1702.813307,2274.340028,1230.444691,1791.250262 +239784,2643.299303,1680.580325,2272.358555,1230.537112,1789.13823 +239785,2643.093951,1676.058242,2270.403561,1230.640451,1787.127715 +239786,2642.92096,1668.873088,2268.491494,1230.754323,1785.22542 +239787,2642.765677,1661.786646,2266.611818,1230.878744,1783.411474 +239788,2642.628813,1654.760874,2264.764197,1231.013539,1781.677804 +239789,2642.508968,1647.812612,2262.9471,1231.158783,1780.015995 +239790,2642.405934,1640.942659,2261.159847,1231.314291,1778.419309 +239791,2642.31759,1634.105817,2259.400604,1231.444809,1777.077952 +239792,2642.239087,1627.343858,2257.664754,1231.577728,1775.529139 +239793,2642.170229,1620.663167,2255.951023,1231.716995,1774.024596 +239794,2642.111432,1613.950821,2254.259134,1231.86336,1772.612015 +239795,2642.063831,1607.600263,2252.589642,1232.017346,1771.023952 +239796,2642.027013,1601.104054,2250.942262,1232.178992,1769.773971 +239797,2641.999236,1594.790784,2249.31587,1232.34835,1768.434941 +239798,2641.978032,1588.556336,2247.708836,1232.525877,1767.400945 +239799,2641.962822,1582.308696,2246.120683,1232.710948,1766.188921 +239800,2641.954553,1576.527336,2244.551885,1232.9039,1764.997013 +239801,2641.95476,1570.363588,2243.003295,1233.104648,1763.82751 +239802,2641.962518,1564.703293,2241.47422,1233.313041,1762.916633 +239803,2641.976934,1558.878618,2239.963988,1233.529134,1761.812898 +239804,2642.000223,1553.326422,2238.473909,1233.752736,1760.724059 +239805,2642.026936,1550.128571,2237.000397,1233.983869,1759.648462 +239806,2642.050951,1546.062801,2235.539387,1234.22234,1758.582148 +239807,2642.008421,1565.397621,2234.049729,1234.468091,1757.476809 +239808,2642.057722,1503.796034,2232.631994,1234.721178,1756.447773 +239809,2642.18041,1550.911787,2231.274779,1234.981109,1755.4815 +239810,2642.203987,1533.043367,2229.868612,1235.247797,1754.451164 +239811,2642.236935,1517.985475,2228.482297,1235.521993,1753.643557 +239812,2642.286613,1535.564914,2227.119892,1235.802537,1752.65109 +239813,2642.347403,1507.502631,2225.777611,1236.089869,1751.668174 +239814,2642.427671,1524.894084,2224.460837,1236.557892,1750.704904 +239815,2642.498071,1509.170547,2223.150901,1237.12583,1749.740396 +239816,2642.574127,1512.612597,2221.857583,1237.78425,1748.786556 +239817,2642.652768,1507.632983,2220.57872,1238.531506,1747.840366 +239818,2642.73412,1505.298839,2219.314208,1239.365768,1746.901306 +239819,2642.82192,1502.561571,2218.066278,1240.285435,1745.971808 +239820,2642.914741,1499.690444,2216.833899,1241.288979,1745.050503 +239821,2645.842869,1603.688583,2217.67489,1349.063021,1747.041234 +239822,2658.632632,1602.995188,2225.451559,1355.758811,1760.799653 +239823,2678.462933,1601.789653,2238.182802,1352.211781,1782.526896 +239824,2696.853119,1600.384885,2250.253902,1373.696743,1804.47112 +239825,2710.755341,1598.890783,2259.591429,1335.640895,1822.95762 +239826,2720.188216,1597.350278,2266.041906,1374.102342,1837.514026 +239827,2726.684988,1595.789503,2270.622336,1362.351732,1849.445609 +239828,2731.59889,1594.222792,2274.131161,1367.073481,1859.665529 +239829,2735.499799,1592.658682,2276.832005,1370.0106,1868.36225 +239830,2738.010402,1591.209837,2278.269975,1372.354479,1874.636694 +239831,2739.526197,1589.502459,2278.889625,1383.313144,1879.348566 +239832,2741.870272,1588.047594,2280.3824,1365.634164,1885.445515 +239833,2744.819599,1586.512194,2282.285392,1386.355242,1891.853218 +239834,2746.245643,1585.005991,2282.598611,1381.949254,1895.073697 +239835,2746.614825,1583.519215,2282.066716,1386.269426,1896.749524 +239836,2746.994677,1582.049088,2281.674029,1395.031511,1898.601903 +239837,2749.219843,1580.59692,2283.030701,1383.191633,1903.353673 +239838,2750.815086,1579.157493,2283.493036,1399.347952,1906.046552 +239839,2750.970936,1577.737327,2282.639845,1397.261671,1906.31611 +239840,2753.248592,1576.338091,2284.026727,1411.139095,1910.629897 +239841,2756.989801,1574.951542,2286.502718,1390.053724,1916.411586 +239842,2758.290625,1573.579052,2286.405731,1429.915598,1917.254363 +239843,2760.180741,1572.229841,2286.938713,1405.450868,1919.451648 +239844,2761.213911,1570.892271,2286.913752,1410.208817,1920.504738 +239845,2762.884135,1569.573706,2287.597481,1426.179948,1922.810802 +239846,2766.079229,1568.270625,2289.663046,1408.49857,1927.399714 +239847,2769.208409,1566.981207,2291.363474,1443.238348,1930.947208 +239848,2770.049881,1565.706662,2290.875301,1416.107286,1930.540187 +239849,2769.50083,1564.450222,2289.395618,1443.660539,1928.659963 +239850,2771.509528,1563.211802,2290.581366,1433.316438,1931.675321 +239851,2772.939229,1561.945073,2290.877033,1441.640161,1932.718046 +239852,2775.130247,1560.691184,2291.948168,1444.860319,1935.157633 +239853,2776.744277,1559.444343,2292.329812,1448.606844,1936.204715 +239854,2776.785466,1558.209292,2291.276176,1452.489222,1934.755795 +239855,2779.63485,1556.880846,2293.150524,1456.528046,1938.727548 +239856,2784.286671,1555.829689,2296.379408,1460.487062,1944.691011 +239857,2786.034489,1554.55032,2296.551855,1464.473293,1944.920812 +239858,2788.120031,1553.381345,2297.446094,1468.751874,1946.815818 +239859,2791.88439,1552.205272,2299.928034,1472.902276,1951.470577 +239860,2795.252269,1551.037373,2301.803878,1477.12463,1954.783111 +239861,2796.237281,1549.880947,2301.442202,1481.439371,1954.354427 +239862,2797.803243,1548.738885,2301.978973,1485.767732,1955.634307 +239863,2799.007358,1547.603409,2302.097324,1490.216218,1956.073533 +239864,2801.005076,1546.480917,2303.032567,1494.520192,1958.012393 +239865,2804.523184,1545.368115,2305.314533,1499.242444,1962.222205 +239866,2807.732082,1544.263268,2307.087582,1503.716473,1965.30049 +239867,2810.488142,1543.17036,2308.464338,1508.378019,1967.699494 +239868,2812.898653,1542.086854,2309.568467,1513.069063,1969.653905 +239869,2815.123547,1541.013332,2310.552721,1517.756679,1971.435027 +239870,2817.356925,1539.948743,2311.539477,1528.192503,1973.19778 +239871,2819.431184,1538.893613,2312.42894,1519.267229,1974.833539 +239872,2821.495122,1537.739391,2313.316791,1541.398711,1976.466691 +239873,2822.328487,1536.859109,2312.982663,1534.284911,1975.880992 +239874,2823.697232,1535.757544,2313.378871,1543.048946,1976.81517 +239875,2826.333743,1534.753949,2314.923905,1547.855742,1979.72159 +239876,2827.567117,1533.741618,2314.925356,1552.705314,1979.686482 +239877,2827.850493,1532.740594,2314.199659,1557.718375,1978.553857 +239878,2830.074575,1531.748757,2315.473384,1563.120073,1981.117193 +239879,2831.962565,1530.761205,2316.156067,1568.292361,1982.358431 +239880,2832.743538,1529.891099,2315.811433,1573.521601,1981.817035 +239881,2834.044644,1551.456686,2315.969882,1600.464141,1982.173543 +239882,2840.781754,1551.865319,2320.066034,1608.830478,1989.035777 +239883,2848.417004,1551.696813,2324.268443,1614.242613,1995.693542 +239884,2855.799329,1551.419836,2328.562307,1620.714627,2002.830924 +239885,2863.077329,1551.047285,2333.216484,1626.826906,2010.887511 +239886,2868.894295,1550.505375,2336.765464,1632.902862,2017.084294 +239887,2872.595133,1550.199071,2338.584783,1644.212324,2020.359432 +239888,2876.216853,1549.63586,2340.475199,1637.917962,2024.081578 +239889,2879.091914,1549.147704,2342.026904,1658.915603,2027.193889 +239890,2881.334356,1548.740867,2342.99884,1655.588256,2029.235692 +239891,2883.568479,1548.060776,2344.100802,1663.881125,2031.605662 +239892,2886.939904,1547.606664,2346.295079,1670.31029,2035.881649 +239893,2891.002079,1547.055468,2348.970333,1676.622037,2040.791337 +239894,2893.830921,1546.513256,2350.358099,1682.716093,2043.271883 +239895,2896.646615,1545.970712,2351.896517,1689.090257,2046.150715 +239896,2899.308228,1545.422703,2353.288684,1695.395322,2048.733603 +239897,2902.281061,1544.872332,2354.953021,1706.848882,2051.739998 +239898,2905.153311,1544.318211,2356.491625,1706.64989,2054.465111 +239899,2907.472044,1543.761457,2357.56596,1714.73852,2056.411352 +239900,2910.367532,1543.203488,2359.253655,1721.643911,2059.488838 +239901,2913.638977,1542.642267,2361.205475,1727.986175,2062.918294 +239902,2916.708102,1541.971425,2362.916813,1734.131914,2065.856868 +239903,2920.000651,1541.561633,2364.549988,1745.860439,2068.616238 +239904,2922.715498,1565.136813,2365.982805,1746.339502,2071.043727 +239905,2925.284236,1504.610113,2367.343201,1754.33955,2073.392371 +239906,2927.891934,1557.012316,2368.749266,1761.071875,2075.823267 +239907,2930.380878,1547.811041,2370.062259,1767.408308,2078.11153 +239908,2933.027574,1520.286993,2371.46244,1778.972374,2080.487509 +239909,2935.687795,1569.232939,2372.863699,1780.08371,2082.852795 +239910,2938.425459,1502.515991,2374.155628,1786.725829,2085.073932 +239911,2940.91685,1578.49997,2375.48806,1798.88417,2087.339818 +239912,2943.8018,1494.726311,2376.893194,1800.761694,2089.695415 +239913,2946.074733,1577.278604,2378.167969,1806.5548,2091.890358 +239914,2948.593838,1496.456086,2379.444206,1817.404977,2094.090022 +239915,2950.622883,1566.979205,2380.859939,1824.988347,2096.466959 +239916,2953.344718,1506.412148,2382.23305,1827.04857,2098.794144 +239917,2955.900212,1549.083779,2383.390583,1830.988364,2100.854569 +239918,2957.908865,1523.144419,2384.354108,1836.377023,2102.672111 +239919,2959.685129,1535.0906,2385.164744,1839.006278,2104.294572 +239920,2961.14983,1530.515851,2385.76089,1842.140243,2105.642271 +239921,2962.622807,1530.569617,2386.138976,1845.676,2106.708972 +239922,2963.556282,1529.956761,2386.349061,1849.489514,2107.556348 +239923,2964.31397,1529.324662,2386.432979,1853.466362,2108.236966 +239924,2964.959692,1528.690794,2386.425674,1857.536586,2108.796022 +239925,2965.53396,1528.055491,2386.351854,1861.664302,2109.266714 +239926,2966.059737,1527.418336,2386.228089,1865.832539,2109.878896 +239927,2966.551788,1526.780055,2386.066719,1870.033929,2110.229607 +239928,2967.022386,1526.140121,2385.878371,1874.266112,2110.544527 +239929,2967.47945,1525.499203,2385.670428,1878.526982,2110.83876 +239930,2967.927306,1524.856765,2385.447537,1882.814062,2111.121296 +239931,2968.368498,1524.213452,2385.212839,1887.125338,2111.39732 +239932,2968.804579,1523.568732,2384.968575,1891.459441,2111.670034 +239933,2969.236374,1522.92323,2384.716287,1895.815431,2111.941444 +239934,2969.66439,1522.276421,2384.457109,1900.192703,2112.212933 +239935,2970.090637,1521.628913,2384.192975,1904.592029,2112.28048 +239936,2970.515655,1520.980186,2383.92478,1909.013305,2112.565801 +239937,2970.937,1520.330835,2383.651392,1913.4544,2112.856766 +239938,2971.353243,1519.680348,2383.372226,1917.913968,2113.148235 +239939,2971.762698,1519.029304,2383.08642,1922.582047,2113.436965 +239940,2972.165299,1518.377192,2382.794085,1927.05153,2113.722461 +239941,2970.690407,1484.705321,2380.593234,1930.703427,2110.513991 +239942,2964.669395,1484.223759,2374.946755,1931.652438,2102.072378 +239943,2956.92834,1483.645783,2367.91333,1931.856168,2091.223806 +239944,2949.880975,1483.177913,2361.438342,1933.00478,2080.760356 +239945,2944.938165,1482.713806,2356.204456,1935.509456,2071.77642 +239946,2941.546291,1482.255855,2352.092582,1939.022744,2064.259035 +239947,2939.105224,1481.802753,2348.702689,1943.029503,2057.752989 +239948,2937.243922,1481.352996,2345.81567,1947.217793,2052.065792 +239949,2935.734746,1480.906493,2343.267307,1951.452114,2046.996924 +239950,2934.408458,1480.462088,2340.912652,1955.669415,2042.329676 +239951,2933.193967,1480.019882,2338.692428,1959.858641,2037.98281 +239952,2932.065889,1479.679589,2336.584509,1964.02771,2033.928088 +239953,2930.996963,1479.09104,2334.556885,1968.181961,2030.106587 +239954,2928.968413,1478.722839,2331.629247,1971.83682,2024.779609 +239955,2926.21855,1478.270936,2328.15851,1975.015023,2018.725984 +239956,2923.457938,1477.834475,2324.799623,1978.09026,2013.079291 +239957,2920.677386,1477.399244,2321.448486,1981.325649,2007.551846 +239958,2917.851438,1476.965254,2318.069967,1984.301556,2002.071054 +239959,2917.730986,1476.534155,2317.307517,1988.562445,2001.322918 +239960,2919.352208,1476.100735,2317.865119,1993.930194,2002.580785 +239961,2917.508677,1475.667988,2314.846499,1997.789985,1997.260794 +239962,2913.336424,1475.24247,2310.023836,2000.170735,1989.255957 +239963,2912.820449,1474.819347,2309.046768,2004.07899,1988.472236 +239964,2911.085389,1474.389712,2306.460236,2007.756862,1984.37505 +239965,2910.526012,1473.969693,2305.148993,2012.077377,1982.741083 +239966,2908.531362,1473.546306,2302.298675,2015.59597,1978.223256 +239967,2907.874116,1473.130103,2300.920783,2019.615372,1976.547845 +239968,2905.688956,1472.711069,2297.907017,2023.226936,1971.796186 +239969,2900.14688,1472.298163,2291.860723,2024.80837,1961.897205 +239970,2900.421216,1471.892348,2291.868201,2029.077954,1963.280035 +239971,2904.612745,1471.434976,2294.913224,2035.246817,1969.257911 +239972,2907.595753,1470.973847,2296.246963,2041.687061,1971.591459 +239973,2909.425083,1470.51574,2296.286327,2047.348463,1971.735965 +239974,2909.967243,1470.056523,2295.578924,2052.199866,1970.739619 +239975,2909.901015,1469.597675,2294.470247,2056.620606,1969.16923 +239976,2904.408771,1469.03479,2288.266655,2058.559163,1958.641261 +239977,2895.524341,1468.836735,2279.586503,2058.156239,1944.531766 +239978,2887.142272,1468.159575,2272.169444,2057.785929,1933.252743 +239979,2887.36368,1468.178265,2272.620447,2061.464557,1935.959125 +239980,2892.94379,1466.763221,2277.106704,2068.570416,1944.666641 +239981,2897.310082,1467.13652,2279.369749,2075.459283,1948.597153 +239982,2892.454366,1468.484162,2273.15676,2077.816556,1937.59475 +239983,2882.205255,1468.731625,2263.023229,2076.652629,1920.892209 +239984,2881.219272,1462.614537,2262.83911,2079.509183,1922.731077 +239985,2878.134795,1476.08532,2259.151661,2082.171278,1917.057342 +239986,2868.711083,1450.736287,2249.597308,2081.554174,1901.288836 +239987,2869.894209,1467.635183,2251.342491,2085.513001,1906.564903 +239988,2868.108968,1461.516136,2248.606349,2088.970324,1902.366394 +239989,2868.967432,1459.3945,2248.333222,2094.279691,1903.528422 +239990,2877.534436,1483.055036,2254.673904,2103.565456,1916.444714 +239991,2873.760749,1423.386347,2248.374055,2107.720049,1905.795686 +239992,2861.945822,1474.866478,2235.942457,2106.527265,1885.785161 +239993,2862.397974,1453.990249,2236.882075,2110.272749,1890.694513 +239994,2859.831159,1456.704444,2233.171061,2113.598429,1885.476141 +239995,2848.732981,1456.241194,2221.55259,2112.376325,1866.545869 +239996,2851.246314,1455.861727,2224.525889,2116.8976,1874.79397 +239997,2850.099873,1455.238144,2221.85923,2120.856304,1870.986942 +239998,2838.846996,1454.846306,2209.914688,2119.475075,1851.169485 +239999,2828.545945,1454.196327,2200.198268,2117.406749,1836.777335 +240000,2818.761854,1453.774713,2191.516945,2115.871417,1824.211495 +240001,2811.941948,1396.665395,2185.673257,2115.859949,1816.643316 +240002,2813.333664,1371.423684,2189.615314,2118.325938,1828.61994 +240003,2803.769343,1406.043894,2180.99812,2117.400369,1815.812052 +240004,2781.560236,1360.833121,2160.671252,2110.920808,1781.834366 +240005,2764.879434,1393.041057,2146.425562,2106.501358,1759.349912 +240006,2752.837771,1400.255662,2135.590025,2104.952218,1742.181977 +240007,2761.198631,1350.649315,2144.172785,2113.347198,1758.690448 +240008,2782.855182,1416.433647,2162.873562,2129.700811,1790.433471 +240009,2799.148102,1343.876225,2174.403222,2144.650172,1806.7234 +240010,2793.369835,1402.438443,2164.891434,2148.404394,1786.178736 +240011,2777.083355,1361.50018,2148.569166,2144.693718,1756.736962 +240012,2780.809417,1382.718022,2153.593,2149.258192,1767.351743 +240013,2780.716944,1374.579591,2152.270485,2154.008544,1763.995017 +240014,2784.415738,1375.014403,2155.200359,2160.179808,1768.946603 +240015,2783.513456,1374.229596,2153.101497,2164.508928,1764.416429 +240016,2771.331278,1373.423042,2140.80102,2162.882434,1742.468548 +240017,2761.110667,1372.635104,2132.129458,2160.952789,1728.844958 +240018,2752.680967,1371.834945,2124.861865,2159.991979,1718.070625 +240019,2745.36811,1375.764792,2118.67528,2159.702798,1708.81435 +240020,2738.890721,1365.2583,2113.118936,2159.880436,1700.668099 +240021,2750.632037,1375.660232,2125.19888,2168.642897,1724.161546 +240022,2755.042756,1360.873688,2127.360631,2175.756022,1727.161376 +240023,2762.682815,1374.22203,2133.703128,2183.506513,1738.709539 +240024,2764.128288,1362.484114,2133.399872,2188.671577,1737.655059 +240025,2752.344566,1371.495025,2121.128222,2186.926192,1715.996884 +240026,2760.563774,1360.319003,2130.480466,2193.204664,1735.195838 +240027,2762.911674,1367.176618,2131.247991,2198.82224,1736.099983 +240028,2768.506748,1363.591896,2136.003435,2205.4047,1744.986103 +240029,2768.722666,1363.309931,2134.979921,2210.014134,1742.92605 +240030,2772.359376,1362.57737,2138.050706,2215.479008,1748.913054 +240031,2771.704795,1361.815666,2136.539805,2219.21195,1746.222703 +240032,2775.139129,1361.072367,2139.681834,2224.380117,1752.493018 +240033,2774.174488,1360.314495,2138.020666,2227.7892,1749.580829 +240034,2777.509567,1359.576005,2141.276924,2232.654351,1756.175645 +240035,2776.117044,1358.821659,2139.305367,2235.678489,1752.733517 +240036,2778.677905,1358.08805,2141.891995,2240.023277,1758.142125 +240037,2776.82164,1357.338497,2139.822877,2242.635425,1754.266224 +240038,2763.891975,1356.600974,2127.295804,2239.449219,1733.097832 +240039,2752.933064,1355.879393,2118.550207,2236.000916,1720.031708 +240040,2743.777841,1351.79989,2111.394132,2233.53789,1709.701094 +240041,2752.905908,1350.487963,2121.74243,2240.302019,1731.362128 +240042,2754.848732,1349.402591,2122.122948,2245.882402,1732.759533 +240043,2742.717547,1348.42047,2109.616962,2244.006115,1712.000222 +240044,2732.777006,1347.486686,2101.333719,2241.424159,1700.749516 +240045,2742.465851,1346.564617,2112.482904,2248.109328,1723.944749 +240046,2745.533717,1345.628519,2113.576663,2253.406241,1726.365897 +240047,2750.583408,1344.744316,2117.768465,2259.014662,1734.861375 +240048,2750.571711,1343.846129,2116.726868,2262.34481,1733.474917 +240049,2738.304768,1342.965732,2104.613511,2259.209133,1712.947295 +240050,2745.062136,1342.114895,2112.910601,2263.753366,1730.767132 +240051,2764.768287,1341.229047,2131.265156,2276.300704,1763.945872 +240052,2780.342199,1340.241749,2143.606796,2288.263288,1784.247852 +240053,2773.954949,1339.537565,2134.897482,2289.48182,1766.988337 +240054,2771.002868,1338.632973,2132.617211,2290.094381,1764.134995 +240055,2766.568819,1337.789188,2128.746719,2290.22162,1758.123826 +240056,2767.414897,1337.051706,2130.423652,2292.665156,1762.415318 +240057,2779.661153,1336.058378,2142.368253,2301.138802,1784.267023 +240058,2774.912063,1335.268253,2136.407501,2302.614061,1772.11511 +240059,2772.98946,1334.440071,2135.288889,2303.66872,1771.292066 +240060,2768.375858,1333.596506,2131.268717,2303.608777,1764.955339 +240061,2073.052844,1332.626923,1127.370468,1881.266784,2485.12612 +240062,2162.150952,1463.980626,1176.174351,1962.608916,2543.725284 +240063,2274.842714,1472.824216,1240.012916,2062.600236,2607.939232 +240064,2376.459877,1461.29308,1299.966935,2146.479092,2661.483843 +240065,2448.61686,1473.507041,1345.899458,2198.682068,2693.573395 +240066,2490.121337,1469.227555,1376.571303,2221.29421,2703.341446 +240067,2513.591261,1469.946277,1397.729851,2228.928517,2701.702764 +240068,2528.566317,1469.810253,1413.799035,2231.225142,2696.333767 +240069,2539.403664,1469.618609,1426.847444,2232.645493,2690.259826 +240070,2547.931105,1469.387711,1437.825711,2234.036208,2684.535441 +240071,2554.893536,1469.127496,1447.20557,2235.678372,2679.438473 +240072,2560.659125,1468.84134,1455.281257,2237.428871,2674.998317 +240073,2565.455943,1468.539018,1462.26678,2239.168047,2671.15664 +240074,2569.457715,1468.220861,1468.335913,2240.845407,2667.840247 +240075,2572.814365,1467.869336,1473.633913,2242.450848,2664.980923 +240076,2575.640542,1467.529161,1478.280894,2243.985207,2662.517015 +240077,2578.012359,1467.187366,1482.366873,2245.433073,2660.372732 +240078,2580.02555,1466.840818,1485.98735,2246.814083,2658.527993 +240079,2581.762405,1466.492554,1489.221718,2248.143114,2656.964386 +240080,2583.257266,1466.141245,1492.1234,2249.410796,2655.637593 +240081,2584.547584,1465.696694,1494.739162,2250.613137,2654.514279 +240082,2585.659492,1465.48224,1497.109075,2251.943539,2653.567784 +240083,2586.621049,1465.059636,1499.267046,2253.007057,2652.77578 +240084,2587.449335,1464.720152,1501.241709,2254.000177,2652.119331 +240085,2588.161448,1464.365797,1503.057144,2254.931004,2651.582012 +240086,2588.772545,1464.01009,1504.73367,2255.803078,2651.149653 +240087,2589.29491,1463.654725,1506.288383,2256.616827,2650.809801 +240088,2589.738446,1463.298003,1507.735763,2257.371768,2650.551641 +240089,2590.111115,1462.941392,1509.088029,2258.067505,2650.365605 +240090,2590.419592,1462.583228,1510.355587,2258.704049,2650.243359 +240091,2590.669373,1458.829769,1511.547235,2259.275819,2650.177433 +240092,2590.513432,1457.512529,1512.527913,2258.996171,2650.161043 +240093,2590.056404,1456.374362,1513.336527,2258.058388,2650.185042 +240094,2589.465421,1455.263313,1514.038945,2256.826587,2650.245026 +240095,2588.835508,1454.156631,1514.675459,2255.511052,2650.337916 +240096,2588.196318,1453.04493,1515.262224,2254.167852,2650.460502 +240097,2587.54732,1452.016096,1515.803791,2252.780406,2650.609315 +240098,2586.881093,1450.746751,1516.301489,2251.318881,2650.780904 +240099,2586.191968,1449.671009,1516.756588,2249.58044,2650.971971 +240100,2585.477165,1448.499415,1517.170826,2247.941867,2651.179521 +240101,2584.73569,1447.33033,1517.546115,2246.202146,2651.400822 +240102,2583.967385,1446.148881,1517.884302,2244.354791,2651.633414 +240103,2583.172376,1444.955171,1518.187061,2242.39666,2651.875051 +240104,2582.35091,1443.749319,1518.455901,2240.328128,2652.123708 +240105,2581.503319,1442.531875,1518.692194,2238.151534,2652.377544 +240106,2580.630052,1441.302735,1518.897216,2235.869653,2652.634921 +240107,2579.731618,1440.062432,1519.072144,2233.484929,2652.894345 +240108,2578.808595,1438.810878,1519.218083,2230.826188,2653.154472 +240109,2577.861576,1437.54861,1519.336062,2228.282936,2653.414075 +240110,2576.891213,1436.275545,1519.427057,2225.645507,2653.672071 +240111,2575.898138,1434.992212,1519.491976,2222.740633,2653.927452 +240112,2574.882996,1433.700837,1519.531682,2219.986399,2654.179319 +240113,2573.846357,1432.39761,1519.547357,2216.817913,2654.428292 +240114,2572.812018,1431.083468,1519.551189,2214.338837,2654.698071 +240115,2571.758488,1429.669644,1519.532884,2211.175096,2654.963821 +240116,2570.668015,1428.471746,1519.483982,2207.798037,2655.204949 +240117,2569.551847,1427.062955,1519.410274,2204.475465,2655.431967 +240118,2568.415054,1425.726546,1519.314455,2201.073642,2655.648879 +240119,2567.259925,1424.367353,1519.197909,2197.361758,2655.856961 +240120,2566.087637,1422.998918,1519.061524,2193.764112,2656.056499 +240121,0,0,0,0,0 +240122,0,0,0,0,0 +240123,0,0,0,0,0 +240124,0,0,0,0,0 +240125,0,0,0,0,0 +240126,0,0,0,0,0 +240127,0,0,0,0,0 +240128,0,0,0,0,0 +240129,0,0,0,0,0 +240130,0,0,0,0,0 +240131,0,0,0,0,0 +240132,0,0,0,0,0 +240133,0,0,0,0,0 +240134,0,0,0,0,0 +240135,0,0,0,0,0 +240136,0,0,0,0,0 +240137,0,0,0,0,0 +240138,0,0,0,0,0 +240139,0,0,0,0,0 +240140,0,0,0,0,0 +240141,0,0,0,0,0 +240142,0,0,0,0,0 +240143,0,0,0,0,0 +240144,0,0,0,0,0 +240145,0,0,0,0,0 +240146,0,0,0,0,0 +240147,0,0,0,0,0 +240148,0,0,0,0,0 +240149,0,0,0,0,0 +240150,0,0,0,0,0 +240151,0,0,0,0,0 +240152,0,0,0,0,0 +240153,0,0,0,0,0 +240154,0,0,0,0,0 +240155,0,0,0,0,0 +240156,0,0,0,0,0 +240157,0,0,0,0,0 +240158,0,0,0,0,0 +240159,0,0,0,0,0 +240160,0,0,0,0,0 +240161,0,0,0,0,0 +240162,0,0,0,0,0 +240163,0,0,0,0,0 +240164,0,0,0,0,0 +240165,0,0,0,0,0 +240166,0,0,0,0,0 +240167,0,0,0,0,0 +240168,0,0,0,0,0 +240169,0,0,0,0,0 +240170,0,0,0,0,0 +240171,0,0,0,0,0 +240172,0,0,0,0,0 +240173,0,0,0,0,0 +240174,0,0,0,0,0 +240175,0,0,0,0,0 +240176,0,0,0,0,0 +240177,0,0,0,0,0 +240178,0,0,0,0,0 +240179,0,0,0,0,0 +240180,0,0,0,0,0 +240181,0,0,0,0,0 +240182,0,0,0,0,0 +240183,0,0,0,0,0 +240184,0,0,0,0,0 +240185,0,0,0,0,0 +240186,0,0,0,0,0 +240187,0,0,0,0,0 +240188,0,0,0,0,0 +240189,0,0,0,0,0 +240190,0,0,0,0,0 +240191,0,0,0,0,0 +240192,0,0,0,0,0 +240193,0,0,0,0,0 +240194,0,0,0,0,0 +240195,0,0,0,0,0 +240196,0,0,0,0,0 +240197,0,0,0,0,0 +240198,0,0,0,0,0 +240199,0,0,0,0,0 +240200,0,0,0,0,0 +240201,0,0,0,0,0 +240202,0,0,0,0,0 +240203,0,0,0,0,0 +240204,0,0,0,0,0 +240205,0,0,0,0,0 +240206,0,0,0,0,0 +240207,0,0,0,0,0 +240208,0,0,0,0,0 +240209,0,0,0,0,0 +240210,0,0,0,0,0 +240211,0,0,0,0,0 +240212,0,0,0,0,0 +240213,0,0,0,0,0 +240214,0,0,0,0,0 +240215,0,0,0,0,0 +240216,0,0,0,0,0 +240217,0,0,0,0,0 +240218,0,0,0,0,0 +240219,0,0,0,0,0 +240220,0,0,0,0,0 +240221,0,0,0,0,0 +240222,0,0,0,0,0 +240223,0,0,0,0,0 +240224,0,0,0,0,0 +240225,0,0,0,0,0 +240226,0,0,0,0,0 +240227,0,0,0,0,0 +240228,0,0,0,0,0 +240229,0,0,0,0,0 +240230,0,0,0,0,0 +240231,0,0,0,0,0 +240232,0,0,0,0,0 +240233,0,0,0,0,0 +240234,0,0,0,0,0 +240235,0,0,0,0,0 +240236,0,0,0,0,0 +240237,0,0,0,0,0 +240238,0,0,0,0,0 +240239,0,0,0,0,0 +240240,0,0,0,0,0 +240241,0,0,0,0,0 +240242,0,0,0,0,0 +240243,0,0,0,0,0 +240244,0,0,0,0,0 +240245,0,0,0,0,0 +240246,0,0,0,0,0 +240247,0,0,0,0,0 +240248,0,0,0,0,0 +240249,0,0,0,0,0 +240250,0,0,0,0,0 +240251,0,0,0,0,0 +240252,0,0,0,0,0 +240253,0,0,0,0,0 +240254,0,0,0,0,0 +240255,0,0,0,0,0 +240256,0,0,0,0,0 +240257,0,0,0,0,0 +240258,0,0,0,0,0 +240259,0,0,0,0,0 +240260,0,0,0,0,0 +240261,0,0,0,0,0 +240262,0,0,0,0,0 +240263,0,0,0,0,0 +240264,0,0,0,0,0 +240265,0,0,0,0,0 +240266,0,0,0,0,0 +240267,0,0,0,0,0 +240268,0,0,0,0,0 +240269,0,0,0,0,0 +240270,0,0,0,0,0 +240271,0,0,0,0,0 +240272,0,0,0,0,0 +240273,0,0,0,0,0 +240274,0,0,0,0,0 +240275,0,0,0,0,0 +240276,0,0,0,0,0 +240277,0,0,0,0,0 +240278,0,0,0,0,0 +240279,0,0,0,0,0 +240280,0,0,0,0,0 +240281,0,0,0,0,0 +240282,0,0,0,0,0 +240283,0,0,0,0,0 +240284,0,0,0,0,0 +240285,0,0,0,0,0 +240286,0,0,0,0,0 +240287,0,0,0,0,0 +240288,0,0,0,0,0 +240289,0,0,0,0,0 +240290,0,0,0,0,0 +240291,0,0,0,0,0 +240292,0,0,0,0,0 +240293,0,0,0,0,0 +240294,0,0,0,0,0 +240295,0,0,0,0,0 +240296,0,0,0,0,0 +240297,0,0,0,0,0 +240298,0,0,0,0,0 +240299,0,0,0,0,0 +240300,0,0,0,0,0 +240301,0,0,0,0,0 +240302,0,0,0,0,0 +240303,0,0,0,0,0 +240304,0,0,0,0,0 +240305,0,0,0,0,0 +240306,0,0,0,0,0 +240307,0,0,0,0,0 +240308,0,0,0,0,0 +240309,0,0,0,0,0 +240310,0,0,0,0,0 +240311,0,0,0,0,0 +240312,0,0,0,0,0 +240313,0,0,0,0,0 +240314,0,0,0,0,0 +240315,0,0,0,0,0 +240316,0,0,0,0,0 +240317,0,0,0,0,0 +240318,0,0,0,0,0 +240319,0,0,0,0,0 +240320,0,0,0,0,0 +240321,0,0,0,0,0 +240322,0,0,0,0,0 +240323,0,0,0,0,0 +240324,0,0,0,0,0 +240325,0,0,0,0,0 +240326,0,0,0,0,0 +240327,0,0,0,0,0 +240328,0,0,0,0,0 +240329,0,0,0,0,0 +240330,0,0,0,0,0 +240331,0,0,0,0,0 +240332,0,0,0,0,0 +240333,0,0,0,0,0 +240334,0,0,0,0,0 +240335,0,0,0,0,0 +240336,0,0,0,0,0 +240337,0,0,0,0,0 +240338,0,0,0,0,0 +240339,0,0,0,0,0 +240340,0,0,0,0,0 +240341,0,0,0,0,0 +240342,0,0,0,0,0 +240343,0,0,0,0,0 +240344,0,0,0,0,0 +240345,0,0,0,0,0 +240346,0,0,0,0,0 +240347,0,0,0,0,0 +240348,0,0,0,0,0 +240349,0,0,0,0,0 +240350,0,0,0,0,0 +240351,0,0,0,0,0 +240352,0,0,0,0,0 +240353,0,0,0,0,0 +240354,0,0,0,0,0 +240355,0,0,0,0,0 +240356,0,0,0,0,0 +240357,0,0,0,0,0 +240358,0,0,0,0,0 +240359,0,0,0,0,0 +240360,0,0,0,0,0 +240361,0,0,0,0,0 +240362,0,0,0,0,0 +240363,0,0,0,0,0 +240364,0,0,0,0,0 +240365,0,0,0,0,0 +240366,0,0,0,0,0 +240367,0,0,0,0,0 +240368,0,0,0,0,0 +240369,0,0,0,0,0 +240370,0,0,0,0,0 +240371,0,0,0,0,0 +240372,0,0,0,0,0 +240373,0,0,0,0,0 +240374,0,0,0,0,0 +240375,0,0,0,0,0 +240376,0,0,0,0,0 +240377,0,0,0,0,0 +240378,0,0,0,0,0 +240379,0,0,0,0,0 +240380,0,0,0,0,0 +240381,0,0,0,0,0 +240382,0,0,0,0,0 +240383,0,0,0,0,0 +240384,0,0,0,0,0 +240385,0,0,0,0,0 +240386,0,0,0,0,0 +240387,0,0,0,0,0 +240388,0,0,0,0,0 +240389,0,0,0,0,0 +240390,0,0,0,0,0 +240391,0,0,0,0,0 +240392,0,0,0,0,0 +240393,0,0,0,0,0 +240394,0,0,0,0,0 +240395,0,0,0,0,0 +240396,0,0,0,0,0 +240397,0,0,0,0,0 +240398,0,0,0,0,0 +240399,0,0,0,0,0 +240400,0,0,0,0,0 +240401,0,0,0,0,0 +240402,0,0,0,0,0 +240403,0,0,0,0,0 +240404,0,0,0,0,0 +240405,0,0,0,0,0 +240406,0,0,0,0,0 +240407,0,0,0,0,0 +240408,0,0,0,0,0 +240409,0,0,0,0,0 +240410,0,0,0,0,0 +240411,0,0,0,0,0 +240412,0,0,0,0,0 +240413,0,0,0,0,0 +240414,0,0,0,0,0 +240415,0,0,0,0,0 +240416,0,0,0,0,0 +240417,0,0,0,0,0 +240418,0,0,0,0,0 +240419,0,0,0,0,0 +240420,0,0,0,0,0 +240421,0,0,0,0,0 +240422,0,0,0,0,0 +240423,0,0,0,0,0 +240424,0,0,0,0,0 +240425,0,0,0,0,0 +240426,0,0,0,0,0 +240427,0,0,0,0,0 +240428,0,0,0,0,0 +240429,0,0,0,0,0 +240430,0,0,0,0,0 +240431,0,0,0,0,0 +240432,0,0,0,0,0 +240433,0,0,0,0,0 +240434,0,0,0,0,0 +240435,0,0,0,0,0 +240436,0,0,0,0,0 +240437,0,0,0,0,0 +240438,0,0,0,0,0 +240439,0,0,0,0,0 +240440,0,0,0,0,0 +240441,0,0,0,0,0 +240442,0,0,0,0,0 +240443,0,0,0,0,0 +240444,0,0,0,0,0 +240445,0,0,0,0,0 +240446,0,0,0,0,0 +240447,0,0,0,0,0 +240448,0,0,0,0,0 +240449,0,0,0,0,0 +240450,0,0,0,0,0 +240451,0,0,0,0,0 +240452,0,0,0,0,0 +240453,0,0,0,0,0 +240454,0,0,0,0,0 +240455,0,0,0,0,0 +240456,0,0,0,0,0 +240457,0,0,0,0,0 +240458,0,0,0,0,0 +240459,0,0,0,0,0 +240460,0,0,0,0,0 +240461,0,0,0,0,0 +240462,0,0,0,0,0 +240463,0,0,0,0,0 +240464,0,0,0,0,0 +240465,0,0,0,0,0 +240466,0,0,0,0,0 +240467,0,0,0,0,0 +240468,0,0,0,0,0 +240469,0,0,0,0,0 +240470,0,0,0,0,0 +240471,0,0,0,0,0 +240472,0,0,0,0,0 +240473,0,0,0,0,0 +240474,0,0,0,0,0 +240475,0,0,0,0,0 +240476,0,0,0,0,0 +240477,0,0,0,0,0 +240478,0,0,0,0,0 +240479,0,0,0,0,0 +240480,0,0,0,0,0 +240481,0,0,0,0,0 +240482,0,0,0,0,0 +240483,0,0,0,0,0 +240484,0,0,0,0,0 +240485,0,0,0,0,0 +240486,0,0,0,0,0 +240487,0,0,0,0,0 +240488,0,0,0,0,0 +240489,0,0,0,0,0 +240490,0,0,0,0,0 +240491,0,0,0,0,0 +240492,0,0,0,0,0 +240493,0,0,0,0,0 +240494,0,0,0,0,0 +240495,0,0,0,0,0 +240496,0,0,0,0,0 +240497,0,0,0,0,0 +240498,0,0,0,0,0 +240499,0,0,0,0,0 +240500,0,0,0,0,0 +240501,0,0,0,0,0 +240502,0,0,0,0,0 +240503,0,0,0,0,0 +240504,0,0,0,0,0 +240505,0,0,0,0,0 +240506,0,0,0,0,0 +240507,0,0,0,0,0 +240508,0,0,0,0,0 +240509,0,0,0,0,0 +240510,0,0,0,0,0 +240511,0,0,0,0,0 +240512,0,0,0,0,0 +240513,0,0,0,0,0 +240514,0,0,0,0,0 +240515,0,0,0,0,0 +240516,0,0,0,0,0 +240517,0,0,0,0,0 +240518,0,0,0,0,0 +240519,0,0,0,0,0 +240520,0,0,0,0,0 +240521,0,0,0,0,0 +240522,0,0,0,0,0 +240523,0,0,0,0,0 +240524,0,0,0,0,0 +240525,0,0,0,0,0 +240526,0,0,0,0,0 +240527,0,0,0,0,0 +240528,0,0,0,0,0 +240529,0,0,0,0,0 +240530,0,0,0,0,0 +240531,0,0,0,0,0 +240532,0,0,0,0,0 +240533,0,0,0,0,0 +240534,0,0,0,0,0 +240535,0,0,0,0,0 +240536,0,0,0,0,0 +240537,0,0,0,0,0 +240538,0,0,0,0,0 +240539,0,0,0,0,0 +240540,0,0,0,0,0 +240541,0,0,0,0,0 +240542,0,0,0,0,0 +240543,0,0,0,0,0 +240544,0,0,0,0,0 +240545,0,0,0,0,0 +240546,0,0,0,0,0 +240547,0,0,0,0,0 +240548,0,0,0,0,0 +240549,0,0,0,0,0 +240550,0,0,0,0,0 +240551,0,0,0,0,0 +240552,0,0,0,0,0 +240553,0,0,0,0,0 +240554,0,0,0,0,0 +240555,0,0,0,0,0 +240556,0,0,0,0,0 +240557,0,0,0,0,0 +240558,0,0,0,0,0 +240559,0,0,0,0,0 +240560,0,0,0,0,0 +240561,0,0,0,0,0 +240562,0,0,0,0,0 +240563,0,0,0,0,0 +240564,0,0,0,0,0 +240565,0,0,0,0,0 +240566,0,0,0,0,0 +240567,0,0,0,0,0 +240568,0,0,0,0,0 +240569,0,0,0,0,0 +240570,0,0,0,0,0 +240571,0,0,0,0,0 +240572,0,0,0,0,0 +240573,0,0,0,0,0 +240574,0,0,0,0,0 +240575,0,0,0,0,0 +240576,0,0,0,0,0 +240577,0,0,0,0,0 +240578,0,0,0,0,0 +240579,0,0,0,0,0 +240580,0,0,0,0,0 +240581,0,0,0,0,0 +240582,0,0,0,0,0 +240583,0,0,0,0,0 +240584,0,0,0,0,0 +240585,0,0,0,0,0 +240586,0,0,0,0,0 +240587,0,0,0,0,0 +240588,0,0,0,0,0 +240589,0,0,0,0,0 +240590,0,0,0,0,0 +240591,0,0,0,0,0 +240592,0,0,0,0,0 +240593,0,0,0,0,0 +240594,0,0,0,0,0 +240595,0,0,0,0,0 +240596,0,0,0,0,0 +240597,0,0,0,0,0 +240598,0,0,0,0,0 +240599,0,0,0,0,0 +240600,0,0,0,0,0 +240601,0,0,0,0,0 +240602,0,0,0,0,0 +240603,0,0,0,0,0 +240604,0,0,0,0,0 +240605,0,0,0,0,0 +240606,0,0,0,0,0 +240607,0,0,0,0,0 +240608,0,0,0,0,0 +240609,0,0,0,0,0 +240610,0,0,0,0,0 +240611,0,0,0,0,0 +240612,0,0,0,0,0 +240613,0,0,0,0,0 +240614,0,0,0,0,0 +240615,0,0,0,0,0 +240616,0,0,0,0,0 +240617,0,0,0,0,0 +240618,0,0,0,0,0 +240619,0,0,0,0,0 +240620,0,0,0,0,0 +240621,0,0,0,0,0 +240622,0,0,0,0,0 +240623,0,0,0,0,0 +240624,0,0,0,0,0 +240625,0,0,0,0,0 +240626,0,0,0,0,0 +240627,0,0,0,0,0 +240628,0,0,0,0,0 +240629,0,0,0,0,0 +240630,0,0,0,0,0 +240631,0,0,0,0,0 +240632,0,0,0,0,0 +240633,0,0,0,0,0 +240634,0,0,0,0,0 +240635,0,0,0,0,0 +240636,0,0,0,0,0 +240637,0,0,0,0,0 +240638,0,0,0,0,0 +240639,0,0,0,0,0 +240640,0,0,0,0,0 +240641,0,0,0,0,0 +240642,0,0,0,0,0 +240643,0,0,0,0,0 +240644,0,0,0,0,0 +240645,0,0,0,0,0 +240646,0,0,0,0,0 +240647,0,0,0,0,0 +240648,0,0,0,0,0 +240649,0,0,0,0,0 +240650,0,0,0,0,0 +240651,0,0,0,0,0 +240652,0,0,0,0,0 +240653,0,0,0,0,0 +240654,0,0,0,0,0 +240655,0,0,0,0,0 +240656,0,0,0,0,0 +240657,0,0,0,0,0 +240658,0,0,0,0,0 +240659,0,0,0,0,0 +240660,0,0,0,0,0 +240661,0,0,0,0,0 +240662,0,0,0,0,0 +240663,0,0,0,0,0 +240664,0,0,0,0,0 +240665,0,0,0,0,0 +240666,0,0,0,0,0 +240667,0,0,0,0,0 +240668,0,0,0,0,0 +240669,0,0,0,0,0 +240670,0,0,0,0,0 +240671,0,0,0,0,0 +240672,0,0,0,0,0 +240673,0,0,0,0,0 +240674,0,0,0,0,0 +240675,0,0,0,0,0 +240676,0,0,0,0,0 +240677,0,0,0,0,0 +240678,0,0,0,0,0 +240679,0,0,0,0,0 +240680,0,0,0,0,0 +240681,0,0,0,0,0 +240682,0,0,0,0,0 +240683,0,0,0,0,0 +240684,0,0,0,0,0 +240685,0,0,0,0,0 +240686,0,0,0,0,0 +240687,0,0,0,0,0 +240688,0,0,0,0,0 +240689,0,0,0,0,0 +240690,0,0,0,0,0 +240691,0,0,0,0,0 +240692,0,0,0,0,0 +240693,0,0,0,0,0 +240694,0,0,0,0,0 +240695,0,0,0,0,0 +240696,0,0,0,0,0 +240697,0,0,0,0,0 +240698,0,0,0,0,0 +240699,0,0,0,0,0 +240700,0,0,0,0,0 +240701,0,0,0,0,0 +240702,0,0,0,0,0 +240703,0,0,0,0,0 +240704,0,0,0,0,0 +240705,0,0,0,0,0 +240706,0,0,0,0,0 +240707,0,0,0,0,0 +240708,0,0,0,0,0 +240709,0,0,0,0,0 +240710,0,0,0,0,0 +240711,0,0,0,0,0 +240712,0,0,0,0,0 +240713,0,0,0,0,0 +240714,0,0,0,0,0 +240715,0,0,0,0,0 +240716,0,0,0,0,0 +240717,0,0,0,0,0 +240718,0,0,0,0,0 +240719,0,0,0,0,0 +240720,0,0,0,0,0 +240721,0,0,0,0,0 +240722,0,0,0,0,0 +240723,0,0,0,0,0 +240724,0,0,0,0,0 +240725,0,0,0,0,0 +240726,0,0,0,0,0 +240727,0,0,0,0,0 +240728,0,0,0,0,0 +240729,0,0,0,0,0 +240730,0,0,0,0,0 +240731,0,0,0,0,0 +240732,0,0,0,0,0 +240733,0,0,0,0,0 +240734,0,0,0,0,0 +240735,0,0,0,0,0 +240736,0,0,0,0,0 +240737,0,0,0,0,0 +240738,0,0,0,0,0 +240739,0,0,0,0,0 +240740,0,0,0,0,0 +240741,0,0,0,0,0 +240742,0,0,0,0,0 +240743,0,0,0,0,0 +240744,0,0,0,0,0 +240745,0,0,0,0,0 +240746,0,0,0,0,0 +240747,0,0,0,0,0 +240748,0,0,0,0,0 +240749,0,0,0,0,0 +240750,0,0,0,0,0 +240751,0,0,0,0,0 +240752,0,0,0,0,0 +240753,0,0,0,0,0 +240754,0,0,0,0,0 +240755,0,0,0,0,0 +240756,0,0,0,0,0 +240757,0,0,0,0,0 +240758,0,0,0,0,0 +240759,0,0,0,0,0 +240760,0,0,0,0,0 +240761,0,0,0,0,0 +240762,0,0,0,0,0 +240763,0,0,0,0,0 +240764,0,0,0,0,0 +240765,0,0,0,0,0 +240766,0,0,0,0,0 +240767,0,0,0,0,0 +240768,0,0,0,0,0 +240769,0,0,0,0,0 +240770,0,0,0,0,0 +240771,0,0,0,0,0 +240772,0,0,0,0,0 +240773,0,0,0,0,0 +240774,0,0,0,0,0 +240775,0,0,0,0,0 +240776,0,0,0,0,0 +240777,0,0,0,0,0 +240778,0,0,0,0,0 +240779,0,0,0,0,0 +240780,0,0,0,0,0 +240781,0,0,0,0,0 +240782,0,0,0,0,0 +240783,0,0,0,0,0 +240784,0,0,0,0,0 +240785,0,0,0,0,0 +240786,0,0,0,0,0 +240787,0,0,0,0,0 +240788,0,0,0,0,0 +240789,0,0,0,0,0 +240790,0,0,0,0,0 +240791,0,0,0,0,0 +240792,0,0,0,0,0 +240793,0,0,0,0,0 +240794,0,0,0,0,0 +240795,0,0,0,0,0 +240796,0,0,0,0,0 +240797,0,0,0,0,0 +240798,0,0,0,0,0 +240799,0,0,0,0,0 +240800,0,0,0,0,0 +240801,0,0,0,0,0 +240802,0,0,0,0,0 +240803,0,0,0,0,0 +240804,0,0,0,0,0 +240805,0,0,0,0,0 +240806,0,0,0,0,0 +240807,0,0,0,0,0 +240808,0,0,0,0,0 +240809,0,0,0,0,0 +240810,0,0,0,0,0 +240811,0,0,0,0,0 +240812,0,0,0,0,0 +240813,0,0,0,0,0 +240814,0,0,0,0,0 +240815,0,0,0,0,0 +240816,0,0,0,0,0 +240817,0,0,0,0,0 +240818,0,0,0,0,0 +240819,0,0,0,0,0 +240820,0,0,0,0,0 +240821,0,0,0,0,0 +240822,0,0,0,0,0 +240823,0,0,0,0,0 +240824,0,0,0,0,0 +240825,0,0,0,0,0 +240826,0,0,0,0,0 +240827,0,0,0,0,0 +240828,0,0,0,0,0 +240829,0,0,0,0,0 +240830,0,0,0,0,0 +240831,0,0,0,0,0 +240832,0,0,0,0,0 +240833,0,0,0,0,0 +240834,0,0,0,0,0 +240835,0,0,0,0,0 +240836,0,0,0,0,0 +240837,0,0,0,0,0 +240838,0,0,0,0,0 +240839,0,0,0,0,0 +240840,0,0,0,0,0 +240841,0,0,0,0,0 +240842,0,0,0,0,0 +240843,0,0,0,0,0 +240844,0,0,0,0,0 +240845,0,0,0,0,0 +240846,0,0,0,0,0 +240847,0,0,0,0,0 +240848,0,0,0,0,0 +240849,0,0,0,0,0 +240850,0,0,0,0,0 +240851,0,0,0,0,0 +240852,0,0,0,0,0 +240853,0,0,0,0,0 +240854,0,0,0,0,0 +240855,0,0,0,0,0 +240856,0,0,0,0,0 +240857,0,0,0,0,0 +240858,0,0,0,0,0 +240859,0,0,0,0,0 +240860,0,0,0,0,0 +240861,0,0,0,0,0 +240862,0,0,0,0,0 +240863,0,0,0,0,0 +240864,0,0,0,0,0 +240865,0,0,0,0,0 +240866,0,0,0,0,0 +240867,0,0,0,0,0 +240868,0,0,0,0,0 +240869,0,0,0,0,0 +240870,0,0,0,0,0 +240871,0,0,0,0,0 +240872,0,0,0,0,0 +240873,0,0,0,0,0 +240874,0,0,0,0,0 +240875,0,0,0,0,0 +240876,0,0,0,0,0 +240877,0,0,0,0,0 +240878,0,0,0,0,0 +240879,0,0,0,0,0 +240880,0,0,0,0,0 +240881,0,0,0,0,0 +240882,0,0,0,0,0 +240883,0,0,0,0,0 +240884,0,0,0,0,0 +240885,0,0,0,0,0 +240886,0,0,0,0,0 +240887,0,0,0,0,0 +240888,0,0,0,0,0 +240889,0,0,0,0,0 +240890,0,0,0,0,0 +240891,0,0,0,0,0 +240892,0,0,0,0,0 +240893,0,0,0,0,0 +240894,0,0,0,0,0 +240895,0,0,0,0,0 +240896,0,0,0,0,0 +240897,0,0,0,0,0 +240898,0,0,0,0,0 +240899,0,0,0,0,0 +240900,0,0,0,0,0 +240901,2166.471004,3076.707684,1349.197359,1020.836298,0 +240902,0,2805.122911,1330.086247,0,0 +240903,0,0,1299.327817,0,0 +240904,0,0,1267.962326,0,0 +240905,40.67542878,1150.661056,1241.472951,11.33040849,0 +240906,391.8088726,626.6425635,1220.355852,197.0075449,0 +240907,131.0071274,643.6311678,1203.314905,67.14372282,0 +240908,208.1799092,665.1359056,1189.20843,104.7514186,0 +240909,211.0718352,666.8467111,1177.531031,107.44942,0 +240910,213.684113,668.8506134,1167.768235,109.0868019,0 +240911,216.3902981,671.0233607,1159.617942,110.8549031,0 +240912,219.0828804,673.3569332,1152.831561,112.7168138,0 +240913,221.6103978,675.828506,1147.199157,114.4172068,0 +240914,224.7668547,678.4239723,1142.541074,116.1809108,0 +240915,227.0702976,681.1745431,1138.705192,117.8454712,0 +240916,229.9707661,683.9209577,1135.563102,119.7884579,0 +240917,232.6778223,686.8597812,1133.007946,121.3318699,0 +240918,235.428761,689.8475986,1130.949742,123.1363596,0 +240919,238.1902477,692.9243974,1129.313338,124.8417277,0 +240920,240.963131,696.0776072,1128.035389,126.4697006,0 +240921,243.7470472,699.3018015,1127.062597,128.3140693,0 +240922,246.5422503,702.6363961,1126.350041,129.9501386,0 +240923,249.3483934,705.9210567,1125.859698,131.665592,0 +240924,252.1656543,709.3644176,1125.559465,133.3600833,0 +240925,254.9936308,712.820669,1125.422165,135.1407019,0 +240926,257.6296382,716.3345255,1125.424743,136.6866989,0 +240927,260.7935975,719.8953138,1125.547502,138.3483234,0 +240928,263.4954941,723.4998585,1125.77396,140.1530954,0 +240929,266.4022179,727.1902391,1126.089705,141.7581735,0 +240930,269.2818262,730.8042129,1126.482661,143.4481461,0 +240931,272.6294585,735.4460291,1126.942326,145.382222,0 +240932,276.0273926,740.1246359,1127.488279,147.3420321,0 +240933,279.4698436,744.8997303,1128.133032,149.2195119,0 +240934,282.9498205,749.7575422,1128.873364,151.375706,0 +240935,286.4613634,754.7343702,1129.701799,153.4110259,0 +240936,290.0035319,759.1878956,1130.606912,155.2864827,0 +240937,293.5729852,765.0148021,1131.58069,157.4034471,0 +240938,297.1700926,769.7609915,1132.614505,159.4295211,0 +240939,300.7921876,775.0180137,1133.702576,161.4852451,0 +240940,304.4399696,780.2428533,1134.838259,163.4390717,0 +240941,307.8684262,785.5147846,1136.016349,165.6903287,0 +240942,312.1889612,790.8329106,1137.234139,167.6887213,0 +240943,315.3310404,796.1435162,1138.461252,169.8055518,0 +240944,319.3332992,801.6186739,1139.708748,171.9110244,0 +240945,323.0087688,807.0674255,1140.998909,174.0259677,0 +240946,326.8107603,812.4199886,1142.322288,176.1501977,0 +240947,330.6322976,818.0413809,1143.672634,178.2829733,0 +240948,334.4137511,823.5290371,1145.045474,180.4207758,0 +240949,338.2991605,829.1022171,1146.43743,182.5749697,0 +240950,342.1121768,834.6951157,1147.845927,184.7316125,0 +240951,346.0356824,840.3089016,1149.26883,186.8983637,0 +240952,349.8826099,845.9504688,1150.704354,189.0730471,0 +240953,353.8141708,851.5586621,1152.150864,191.2552368,0 +240954,357.7645957,857.3234039,1153.606937,193.4453745,0 +240955,361.6651748,862.983447,1155.071272,195.6426783,0 +240956,365.6750329,868.765511,1156.542569,197.8475907,0 +240957,369.6003274,874.3625285,1158.019776,200.0593403,0 +240958,373.6130027,880.2371417,1159.501708,202.1434238,0 +240959,377.6416065,885.9486181,1160.987472,204.5791116,0 +240960,381.6160836,891.6543141,1162.476105,206.7057801,0 +240961,385.9508257,897.7473707,1163.966564,209.1071097,0 +240962,390.9242104,904.0255484,1165.449851,211.5439991,0 +240963,395.5234543,910.0464971,1166.948233,214.1294357,0 +240964,400.5821574,916.2622114,1168.484293,216.5250194,0 +240965,405.0611849,922.3707817,1170.047799,219.132896,0 +240966,409.9523324,928.6421486,1171.63083,221.5134318,0 +240967,414.7031093,934.7929291,1173.228248,224.0486091,0 +240968,419.68264,941.0035938,1174.836292,226.3529893,0 +240969,424.4959951,947.2138897,1176.452366,229.226906,0 +240970,429.2739758,953.4279523,1178.074385,231.5489959,0 +240971,434.1082642,959.6474577,1179.700396,234.0858827,0 +240972,439.254617,965.8708628,1181.329011,236.7390982,0 +240973,444.0568447,972.0381294,1182.959003,239.2041271,0 +240974,448.8783026,978.4188867,1184.588928,241.7337445,0 +240975,453.8452296,984.5081876,1186.21786,244.4067171,0 +240976,459.0620918,990.7964633,1187.844814,246.8917769,0 +240977,463.8280481,996.9547683,1189.445421,249.4405369,0 +240978,468.8071643,1003.278668,1191.034134,252.1322911,0 +240979,473.8392365,1009.459815,1192.629541,254.6359317,0 +240980,479.0168284,1018.576627,1194.228316,257.203395,0 +240981,483.9349362,1026.58947,1195.824243,259.7372488,0 +240982,488.9798472,1034.603181,1197.417688,262.5325631,0 +240983,493.9728959,1042.593921,1199.003901,264.9800059,0 +240984,499.2951846,1050.503961,1200.585029,267.7399697,0 +240985,504.281498,1058.562424,1202.157258,270.278368,0 +240986,509.2461417,1066.524251,1203.723104,272.8821797,0 +240987,514.4825383,1074.361128,1205.278869,275.6256112,0 +240988,519.7813068,1082.255216,1206.827551,278.182264,0 +240989,524.8175185,1090.238791,1208.365488,280.8023059,0 +240990,529.4617887,1098.065646,1209.871974,283.5621665,0 +240991,534.5137056,1105.682371,1211.359505,285.65416,0 +240992,538.5938942,1113.148441,1212.837129,287.7132267,0 +240993,542.942519,1120.819872,1214.282034,289.7435749,0 +240994,547.3039153,1132.347952,1215.688698,291.7488407,0 +240995,551.5853066,1134.741798,1217.060804,293.7305754,0 +240996,555.7345769,1149.987149,1218.394567,295.6915359,0 +240997,560.0706798,1147.029446,1219.694323,297.6330738,0 +240998,572.1298019,1158.541336,1220.956629,301.7702878,0 +240999,577.233823,1180.699235,1222.43652,303.6895434,0 +241000,581.9582921,1181.579795,1224.049544,306.0158168,0 +241001,586.5115879,1191.24998,1225.644347,307.8111297,0 +241002,591.1595079,1199.312451,1227.180936,309.7722549,0 +241003,595.5297549,1207.192196,1228.662666,311.8823089,0 +241004,600.0173242,1214.890792,1230.08821,313.4242477,0 +241005,604.3748179,1222.60719,1231.460367,315.4440933,0 +241006,608.8363339,1230.467359,1232.783273,317.2424681,0 +241007,613.1667774,1237.928878,1234.060146,319.0857197,0 +241008,617.5225113,1245.580388,1235.293398,320.8581862,0 +241009,621.8535608,1253.179379,1236.48524,322.6677944,0 +241010,626.1682142,1260.547294,1237.637419,324.4441,0 +241011,630.4681178,1267.967555,1238.751488,326.2120004,0 +241012,634.7048321,1275.462958,1239.808168,327.9909318,0 +241013,639.0569147,1282.829025,1240.823808,329.7026197,0 +241014,643.3317013,1290.02619,1241.818414,331.4552603,0 +241015,647.5151522,1297.339502,1242.786025,333.1770162,0 +241016,651.7973854,1304.536279,1243.724061,334.9166055,0 +241017,655.97121,1311.698052,1244.631604,336.5889554,0 +241018,660.276741,1318.818306,1245.508482,338.3058068,0 +241019,664.4555307,1325.89117,1246.354969,339.9928246,0 +241020,668.7296234,1332.919127,1247.17137,341.676466,0 +241021,673.7024415,1340.121454,1247.958124,343.6698033,0 +241022,678.7676797,1347.094103,1248.721264,345.5497538,0 +241023,683.649072,1354.12164,1249.469413,347.4751331,0 +241024,688.5933386,1361.24078,1250.179111,349.3754609,0 +241025,693.4761327,1368.2244,1250.863839,351.3004483,0 +241026,698.5575588,1375.02968,1251.545707,353.1616593,0 +241027,703.3742135,1381.964062,1252.21281,355.0749022,0 +241028,708.3750622,1388.775573,1252.859909,356.9631947,0 +241029,713.2600059,1395.554285,1253.485698,358.8526422,0 +241030,718.3034339,1402.282761,1254.089876,360.7645239,0 +241031,723.2185498,1408.970193,1254.672323,362.6116664,0 +241032,728.1920974,1415.605774,1255.232602,364.5132074,0 +241033,733.2157066,1422.193842,1255.770475,366.3895801,0 +241034,738.0418194,1428.73318,1256.266703,368.0170327,0 +241035,743.1504842,1435.309321,1256.735465,370.3071488,0 +241036,748.0765493,1441.618168,1257.193725,371.9500071,0 +241037,753.0711302,1448.071669,1257.634239,373.8892574,0 +241038,758.0610685,1454.303663,1258.054068,375.7578544,0 +241039,766.1393111,1456.19724,1258.451447,381.1415143,0 +241040,771.5534479,1461.646613,1258.795582,383.5172059,0 +241041,776.7694128,1467.583571,1259.095749,385.6993164,0 +241042,781.9413279,1473.314173,1259.369507,387.7856232,0 +241043,787.0317736,1479.247993,1259.62629,389.8687417,0 +241044,792.2690185,1485.076389,1259.850868,391.8626636,0 +241045,797.3569726,1490.888428,1260.056702,393.9014528,0 +241046,802.5635072,1496.663354,1260.25824,395.9033665,0 +241047,807.5959149,1502.396477,1260.447919,397.8995633,0 +241048,812.7111016,1508.177307,1260.621813,399.9149163,0 +241049,817.9273955,1513.58801,1260.77808,401.8527878,0 +241050,823.0089788,1519.387792,1260.915532,403.8472893,0 +241051,828.0887164,1523.684544,1261.033665,405.8897904,0 +241052,833.1456662,1527.93648,1261.120741,407.9434415,0 +241053,838.1277656,1532.038585,1261.169048,409.9961139,0 +241054,843.3393519,1536.009196,1261.176572,412.0751739,0 +241055,848.2223148,1539.854817,1261.127551,414.0807747,0 +241056,853.3170027,1543.580685,1261.038372,416.1481508,0 +241057,858.3315417,1547.286423,1260.926809,418.1862442,0 +241058,863.3539716,1552.799217,1260.78835,420.2267555,0 +241059,868.3024427,1553.636005,1260.622376,422.2640518,0 +241060,873.4216815,1562.719528,1260.427403,424.3274501,0 +241061,878.3774081,1553.836297,1260.207393,426.3154284,0 +241062,883.394712,1583.793953,1259.95683,428.3663659,0 +241063,888.4642686,1539.131028,1259.690609,430.3874639,0 +241064,893.3546603,1583.062559,1259.382547,432.4109975,0 +241065,898.3294337,1569.077087,1259.070182,434.4313917,0 +241066,903.4171702,1574.878732,1258.724688,436.4787836,0 +241067,908.3475842,1577.493691,1258.344214,438.4484956,0 +241068,913.3424744,1579.977355,1257.939358,440.4832076,0 +241069,918.3204055,1582.376726,1257.525333,442.4873126,0 +241070,923.2958004,1584.681703,1257.096333,444.4939982,0 +241071,928.2667346,1586.992495,1256.6501,446.4975233,0 +241072,933.2357947,1588.966305,1256.185942,448.5292807,0 +241073,938.1983044,1591.066576,1255.703813,450.4803829,0 +241074,943.1605,1592.988249,1255.204023,452.4991471,0 +241075,948.1174014,1594.834682,1254.686981,454.4862861,0 +241076,953.0719666,1596.592248,1254.153107,456.4761898,0 +241077,958.0222252,1598.259716,1253.602847,458.4629764,0 +241078,962.9699566,1599.838622,1253.036618,460.4473716,0 +241079,967.8369773,1601.328642,1252.454841,462.4601489,0 +241080,972.8957984,1602.730668,1251.842447,464.3908517,0 +241081,976.7671043,1603.866778,1251.212926,466.0626393,0 +241082,980.7491967,1604.84972,1250.568928,467.715026,0 +241083,984.7182825,1605.723426,1249.898196,469.371503,0 +241084,988.7566245,1606.501321,1249.196837,471.0235117,0 +241085,992.5855435,1607.186988,1248.465531,472.669456,0 +241086,996.5822061,1607.782475,1247.706369,474.3099532,0 +241087,1000.493399,1608.288063,1246.921793,475.9443887,0 +241088,1004.327822,1608.704779,1246.113772,477.6058486,0 +241089,1008.352662,1609.032579,1245.284069,479.1800128,0 +241090,1012.183943,1609.272353,1244.434188,480.8226073,0 +241091,1016.078886,1609.42401,1243.565401,482.4297745,0 +241092,1019.950481,1609.488402,1242.678928,484.0373615,0 +241093,1023.811264,1609.465432,1241.775829,485.6394902,0 +241094,1027.665608,1609.35677,1240.857069,487.2379803,0 +241095,1031.507633,1609.161549,1239.92634,488.830368,0 +241096,1035.339241,1608.879956,1238.98075,490.4173404,0 +241097,1039.163383,1608.514042,1238.022203,492.033899,0 +241098,1042.978127,1608.063681,1237.051044,493.5606818,0 +241099,1046.783005,1607.528821,1236.06723,495.1589171,0 +241100,1050.579451,1606.909998,1235.071143,496.7216573,0 +241101,1056.352244,1606.207032,1234.048722,498.2847771,0 +241102,1057.697193,1605.420788,1233.014107,499.8434599,0 +241103,1065.350334,1604.551192,1231.977913,501.3970343,0 +241104,1063.395756,1603.599024,1230.93829,502.9460849,0 +241105,1076.35226,1602.564281,1229.888108,504.4900682,0 +241106,1065.984544,1601.447797,1228.83491,506.0295733,0 +241107,1092.106979,1600.24949,1227.766323,507.5989864,0 +241108,1060.925872,1598.970296,1226.702371,509.0757836,0 +241109,1090.408671,1597.610005,1225.613675,510.626955,0 +241110,1088.066011,1596.169743,1224.53534,512.1416606,0 +241111,1090.927427,1594.505494,1223.443953,513.6051385,0 +241112,1095.165196,1592.733468,1222.345135,515.0534166,0 +241113,1098.801694,1590.86698,1221.237327,516.4913419,0 +241114,1102.198123,1588.911435,1220.120088,517.9208161,0 +241115,1105.780918,1586.86842,1218.994265,519.3420375,0 +241116,1109.267969,1584.63895,1217.861013,520.7558484,0 +241117,1112.75543,1582.571534,1216.721233,522.1620415,0 +241118,1116.229374,1580.203949,1215.575931,523.5612542,0 +241119,1119.689448,1577.841337,1214.42583,524.9892991,0 +241120,1123.136483,1575.382174,1213.271767,526.3196767,0 +241121,1126.659361,1572.842274,1212.114404,527.3640755,0 +241122,1129.942914,1570.223054,1210.954507,529.278725,0 +241123,1133.418291,1590.552926,1209.792664,530.3703174,0 +241124,1136.70968,1531.027565,1208.636311,531.7913872,0 +241125,1140.228113,1578.630483,1207.459078,533.1436181,0 +241126,1143.530447,1562.943958,1206.305345,534.490149,0 +241127,1146.902925,1544.620918,1205.141231,535.830187,0 +241128,1150.2481,1570.080967,1203.975358,537.1642265,0 +241129,1153.580893,1531.353992,1202.822146,538.4920153,0 +241130,1156.992249,1562.484625,1201.656492,539.7772104,0 +241131,1160.161056,1530.194863,1200.509206,541.1491103,0 +241132,1163.527983,1545.330314,1199.351823,542.4315341,0 +241133,1166.79538,1534.966032,1198.208168,543.7794458,0 +241134,1170.068643,1532.874269,1197.064414,545.0217714,0 +241135,1173.329304,1529.214437,1195.927067,546.3431128,0 +241136,1176.578461,1525.578581,1194.795144,547.624519,0 +241137,1179.81595,1521.860327,1193.669372,548.9067158,0 +241138,1183.041693,1518.074093,1192.551478,550.183685,0 +241139,1186.256799,1514.220883,1191.440289,551.4172374,0 +241140,1189.457699,1510.30169,1190.337363,552.7414246,0 +241141,1192.985861,1506.487558,1189.2419,554.0903916,0 +241142,1196.69626,1502.305965,1188.160857,555.5120493,0 +241143,1200.279207,1498.510332,1187.099074,556.9356741,0 +241144,1203.995858,1494.367403,1186.058172,558.3599426,0 +241145,1207.574309,1490.262989,1185.037773,559.7821865,0 +241146,1211.280977,1486.085208,1184.037037,561.202041,0 +241147,1214.847288,1481.849101,1183.055314,562.6577582,0 +241148,1218.638107,1477.555738,1182.092068,564.0131147,0 +241149,1222.042356,1473.205675,1181.147121,565.4152479,0 +241150,1225.79684,1468.8001,1180.220198,566.876035,0 +241151,1229.320725,1464.244982,1179.311491,568.252664,0 +241152,1232.987552,1459.863771,1178.420828,569.6625567,0 +241153,1236.513722,1455.228875,1177.548529,571.0629911,0 +241154,1240.069573,1450.714281,1176.694567,572.4609284,0 +241155,1243.732442,1445.98652,1175.859275,573.856626,0 +241156,1247.298694,1441.263447,1175.042858,575.2497215,0 +241157,1250.81297,1436.501878,1174.245582,576.6396588,0 +241158,1254.538019,1431.66288,1173.467711,578.027758,0 +241159,1257.870716,1426.674311,1172.709657,579.3736946,0 +241160,1261.557952,1421.861149,1171.971533,580.8168334,0 +241161,1265.011741,1416.802416,1171.254007,582.1675896,0 +241162,1268.622002,1411.77596,1170.557143,583.5929378,0 +241163,1272.094145,1406.689138,1169.889389,584.9080621,0 +241164,1275.70019,1401.557238,1169.256313,586.3125339,0 +241165,1279.162519,1396.470101,1168.658781,587.6773754,0 +241166,1282.758645,1391.029174,1168.094478,589.0470363,0 +241167,1286.209698,1385.960587,1167.560371,590.4144493,0 +241168,1289.896889,1380.57787,1167.053651,591.7799099,0 +241169,1293.177653,1375.246604,1166.571861,593.1026932,0 +241170,1296.725602,1369.861946,1166.112803,594.5259951,0 +241171,1300.218507,1364.363537,1165.674949,595.8189128,0 +241172,1303.609459,1358.722903,1165.255178,597.1405308,0 +241173,1306.945663,1353.256324,1164.851158,598.4496413,0 +241174,1310.38932,1347.645568,1164.461474,599.7544968,0 +241175,1313.685035,1341.862595,1164.085153,601.0554319,0 +241176,1317.106324,1336.214868,1163.721417,602.3528756,0 +241177,1320.380627,1330.371231,1163.369802,603.6469599,0 +241178,1323.780744,1324.71643,1163.029596,604.9379452,0 +241179,1327.034617,1318.846934,1162.700467,606.2673535,0 +241180,1330.518917,1313.020408,1162.381796,607.4476611,0 +241181,1333.592127,1307.151768,1162.073306,608.824927,0 +241182,1337.032129,1301.254244,1161.774489,610.0659925,0 +241183,1340.230428,1295.331259,1161.485158,611.3504936,0 +241184,1343.571777,1289.383953,1161.204931,612.625408,0 +241185,1346.770526,1283.41287,1160.933633,613.8981153,0 +241186,1350.010147,1277.339502,1160.670961,615.1686535,0 +241187,1353.34217,1271.439584,1160.416733,616.4371426,0 +241188,1356.518372,1265.351095,1160.170876,617.7036909,0 +241189,1359.627742,1259.393832,1159.933081,618.9683988,0 +241190,1363.101934,1253.212439,1159.703297,620.2313573,0 +241191,1366.175889,1247.107073,1159.481463,621.4927093,0 +241192,1369.391226,1241.116575,1159.267324,622.7525033,0 +241193,1372.788852,1234.954762,1159.060942,623.9682992,0 +241194,1375.761018,1228.852363,1158.876668,625.2900635,0 +241195,1379.023679,1222.649804,1158.701377,626.5137363,0 +241196,1382.193267,1216.711172,1158.523268,627.7758661,0 +241197,1385.464936,1210.408405,1158.348529,629.0731325,0 +241198,1388.585126,1204.337941,1158.179652,630.260063,0 +241199,1391.748052,1198.107499,1158.017651,631.5451567,0 +241200,1394.919887,1192.07864,1157.862936,632.7892215,0 +241201,1398.021809,1185.878453,1157.715679,634.0179203,0 +241202,1401.098421,1179.820394,1157.574769,635.2376461,0 +241203,1404.165696,1173.491112,1157.439379,636.4543282,0 +241204,1407.227893,1167.51838,1157.309144,637.6696041,0 +241205,1410.287001,1161.322648,1157.184295,638.8842619,0 +241206,1413.343479,1178.734023,1157.06496,640.0545987,0 +241207,1416.510861,1114.472805,1156.958168,641.3351484,0 +241208,1419.39069,1160.380593,1156.836619,642.5159028,0 +241209,1423.141033,1145.362159,1156.745561,643.7374929,0 +241210,1427.924399,1121.038941,1156.6508,644.9517483,0 +241211,1426.696304,1149.542037,1156.558522,646.1664921,0 +241212,1440.581187,1107.792971,1156.48352,647.3816603,0 +241213,1420.112351,1136.68445,1156.404461,648.5976543,0 +241214,1445.254495,1106.805949,1156.336498,649.814362,0 +241215,1439.093369,1117.922187,1156.276338,651.0322303,0 +241216,1443.865869,1108.022235,1156.223574,652.2511399,0 +241217,1446.965618,1104.700157,1156.176281,653.4715045,0 +241218,1450.033877,1100.364507,1156.136844,654.738334,0 +241219,1453.115518,1096.057422,1156.104425,655.8932929,0 +241220,1456.31965,1091.769815,1156.079189,657.1075299,0 +241221,1459.237753,1087.505759,1156.061297,658.3954291,0 +241222,1462.431343,1083.266722,1156.050672,659.5906839,0 +241223,1465.524218,1079.123408,1156.047497,660.8300866,0 +241224,1468.641871,1074.838328,1156.051766,662.0640769,0 +241225,1471.765342,1070.736847,1156.063508,663.3008464,0 +241226,1474.894334,1066.605978,1156.08283,664.5401757,0 +241227,1478.029358,1062.452108,1156.109732,665.782517,0 +241228,1481.170616,1058.506115,1156.144251,667.0276907,0 +241229,1484.317821,1054.445217,1156.186482,668.2761285,0 +241230,1487.471804,1050.486855,1156.236394,669.5276338,0 +241231,1490.659742,1046.575716,1156.294062,670.738776,0 +241232,1493.536584,1042.531904,1156.357804,671.944111,0 +241233,1496.682105,1038.679907,1156.426295,673.148423,0 +241234,1499.718879,1034.812329,1156.499436,674.352674,0 +241235,1502.658141,1031.004084,1156.577236,675.5116789,0 +241236,1505.901709,1027.245992,1156.660038,676.7877186,0 +241237,1508.873919,1023.540683,1156.748227,677.9603665,0 +241238,1511.960614,1019.889884,1156.841868,679.1771525,0 +241239,1515.031242,1016.296162,1156.941494,680.3877914,25.795479 +241240,1518.104395,1012.761559,1157.038742,681.6000826,37.08092974 +241241,1521.181941,1009.288122,1157.153431,682.8609701,14.00811522 +241242,1524.262195,1005.877903,1157.262839,684.0059565,55.17788067 +241243,1527.466978,1002.533248,1157.397902,685.2592522,0 +241244,1530.370395,999.2561156,1157.514512,686.4711307,52.01629359 +241245,1533.553973,996.0488274,1157.64851,687.6931765,56.92329325 +241246,1536.630134,992.9132884,1157.791198,688.9170855,5.056945932 +241247,1539.729445,989.9153196,1157.928468,690.1431874,56.40334057 +241248,1542.832926,986.8352473,1158.092936,691.3711797,40.90472317 +241249,1545.940067,983.9754559,1158.254099,692.6013746,45.00904403 +241250,1549.050187,981.1384167,1158.424222,693.7857645,47.23631362 +241251,1552.16454,978.394805,1158.600684,695.0921105,49.18810604 +241252,1555.281287,975.6734828,1158.783605,696.2920277,51.12544897 +241253,1558.401707,973.195066,1158.972919,697.5381196,53.01702051 +241254,1561.525013,970.9231592,1159.16869,699.0351558,54.8916108 +241255,1564.774716,968.9091971,1159.370971,700.8260332,56.82929827 +241256,1567.714357,966.9645309,1159.579867,702.5083917,58.69148869 +241257,1575.544484,965.1389772,1159.794918,704.4834789,60.54077454 +241258,1567.057504,963.2098775,1160.018341,706.4532009,62.46499012 +241259,1580.731798,961.4634948,1160.24264,708.4988056,64.30635672 +241260,1598.968528,959.7034624,1160.47931,710.6246596,66.1346789 +241261,0,0,0,0,0 +241262,0,0,0,0,0 +241263,0,0,0,0,0 +241264,0,0,0,0,0 +241265,0,0,0,0,0 +241266,0,0,0,0,0 +241267,0,0,0,0,0 +241268,0,0,0,0,0 +241269,0,0,0,0,0 +241270,0,0,0,0,0 +241271,0,0,0,0,0 +241272,0,0,0,0,0 +241273,0,0,0,0,0 +241274,0,0,0,0,0 +241275,0,0,0,0,0 +241276,0,0,0,0,0 +241277,0,0,0,0,0 +241278,0,0,0,0,0 +241279,0,0,0,0,0 +241280,0,0,0,0,0 +241281,0,0,0,0,0 +241282,0,0,0,0,0 +241283,0,0,0,0,0 +241284,0,0,0,0,0 +241285,0,0,0,0,0 +241286,0,0,0,0,0 +241287,0,0,0,0,0 +241288,0,0,0,0,0 +241289,0,0,0,0,0 +241290,0,0,0,0,0 +241291,0,0,0,0,0 +241292,0,0,0,0,0 +241293,0,0,0,0,0 +241294,0,0,0,0,0 +241295,0,0,0,0,0 +241296,0,0,0,0,0 +241297,0,0,0,0,0 +241298,0,0,0,0,0 +241299,0,0,0,0,0 +241300,0,0,0,0,0 +241301,0,0,0,0,0 +241302,0,0,0,0,0 +241303,0,0,0,0,0 +241304,0,0,0,0,0 +241305,0,0,0,0,0 +241306,0,0,0,0,0 +241307,0,0,0,0,0 +241308,0,0,0,0,0 +241309,0,0,0,0,0 +241310,0,0,0,0,0 +241311,0,0,0,0,0 +241312,0,0,0,0,0 +241313,0,0,0,0,0 +241314,0,0,0,0,0 +241315,0,0,0,0,0 +241316,0,0,0,0,0 +241317,0,0,0,0,0 +241318,0,0,0,0,0 +241319,0,0,0,0,0 +241320,0,0,0,0,0 +241321,0,0,0,0,0 +241322,0,0,0,0,0 +241323,0,0,0,0,0 +241324,0,0,0,0,0 +241325,0,0,0,0,0 +241326,0,0,0,0,0 +241327,0,0,0,0,0 +241328,0,0,0,0,0 +241329,0,0,0,0,0 +241330,0,0,0,0,0 +241331,0,0,0,0,0 +241332,0,0,0,0,0 +241333,0,0,0,0,0 +241334,0,0,0,0,0 +241335,0,0,0,0,0 +241336,0,0,0,0,0 +241337,0,0,0,0,0 +241338,0,0,0,0,0 +241339,0,0,0,0,0 +241340,0,0,0,0,0 +241341,0,0,0,0,0 +241342,0,0,0,0,0 +241343,0,0,0,0,0 +241344,0,0,0,0,0 +241345,0,0,0,0,0 +241346,0,0,0,0,0 +241347,0,0,0,0,0 +241348,0,0,0,0,0 +241349,0,0,0,0,0 +241350,0,0,0,0,0 +241351,0,0,0,0,0 +241352,0,0,0,0,0 +241353,0,0,0,0,0 +241354,0,0,0,0,0 +241355,0,0,0,0,0 +241356,0,0,0,0,0 +241357,0,0,0,0,0 +241358,0,0,0,0,0 +241359,0,0,0,0,0 +241360,0,0,0,0,0 +241361,0,0,0,0,0 +241362,0,0,0,0,0 +241363,0,0,0,0,0 +241364,0,0,0,0,0 +241365,0,0,0,0,0 +241366,0,0,0,0,0 +241367,0,0,0,0,0 +241368,0,0,0,0,0 +241369,0,0,0,0,0 +241370,0,0,0,0,0 +241371,0,0,0,0,0 +241372,0,0,0,0,0 +241373,0,0,0,0,0 +241374,0,0,0,0,0 +241375,0,0,0,0,0 +241376,0,0,0,0,0 +241377,0,0,0,0,0 +241378,0,0,0,0,0 +241379,0,0,0,0,0 +241380,0,0,0,0,0 +241381,0,0,0,0,0 +241382,0,0,0,0,0 +241383,0,0,0,0,0 +241384,0,0,0,0,0 +241385,0,0,0,0,0 +241386,0,0,0,0,0 +241387,0,0,0,0,0 +241388,0,0,0,0,0 +241389,0,0,0,0,0 +241390,0,0,0,0,0 +241391,0,0,0,0,0 +241392,0,0,0,0,0 +241393,0,0,0,0,0 +241394,0,0,0,0,0 +241395,0,0,0,0,0 +241396,0,0,0,0,0 +241397,0,0,0,0,0 +241398,0,0,0,0,0 +241399,0,0,0,0,0 +241400,0,0,0,0,0 +241401,0,0,0,0,0 +241402,0,0,0,0,0 +241403,0,0,0,0,0 +241404,0,0,0,0,0 +241405,0,0,0,0,0 +241406,0,0,0,0,0 +241407,0,0,0,0,0 +241408,0,0,0,0,0 +241409,0,0,0,0,0 +241410,0,0,0,0,0 +241411,0,0,0,0,0 +241412,0,0,0,0,0 +241413,0,0,0,0,0 +241414,0,0,0,0,0 +241415,0,0,0,0,0 +241416,0,0,0,0,0 +241417,0,0,0,0,0 +241418,0,0,0,0,0 +241419,0,0,0,0,0 +241420,0,0,0,0,0 +241421,0,0,0,0,0 +241422,0,0,0,0,0 +241423,0,0,0,0,0 +241424,0,0,0,0,0 +241425,0,0,0,0,0 +241426,0,0,0,0,0 +241427,0,0,0,0,0 +241428,0,0,0,0,0 +241429,0,0,0,0,0 +241430,0,0,0,0,0 +241431,0,0,0,50.59118122,0 +241432,0,0,0,92.86345774,0 +241433,0,0,0,90.02884026,0 +241434,0,0,0,99.58490576,0 +241435,0,0,0,112.4372752,0 +241436,0,0,0,121.8734489,0 +241437,0,0,0,130.9106334,0 +241438,0,0,0,140.0404839,0 +241439,0,0,0,148.7412097,0 +241440,0,0,0,157.4859063,0 +241441,0,0,0,165.721347,0 +241442,0,0,0,173.9302672,0 +241443,0,0,0,181.8359993,0 +241444,0,0,0,189.5711229,0 +241445,0,0,0,197.3164355,0 +241446,0,0,0,204.7819165,0 +241447,0,0,0,212.0780864,0 +241448,0,0,0,219.437772,0 +241449,0,0,0,226.4778174,0 +241450,0,0,0,233.4020055,0 +241451,0,0,0,240.3630544,0 +241452,0,0,0,247.0494273,0 +241453,0,0,0,253.5829629,0 +241454,0,0,0,260.3001032,0 +241455,0,0,0,266.384624,0 +241456,0,0,0,272.8897659,0 +241457,0,0,0,279.0477891,0 +241458,0,0,0,284.8661328,0 +241459,0,0,0,291.0386636,0 +241460,0,0,0,296.7803204,0 +241461,0,0,0,302.4353543,0 +241462,0,0,0,308.3226813,0 +241463,0,0,0,313.6144766,0 +241464,0,0,0,319.0403127,0 +241465,0,0,0,324.5325568,0 +241466,0,0,0,329.6391737,0 +241467,0,0,0,334.7966803,0 +241468,0,0,0,339.8401995,0 +241469,0,0,0,344.8033733,0 +241470,0,0,0,349.6701762,0 +241471,0,0,0,353.8548347,0 +241472,0,0,0,357.8266728,0 +241473,0,0,0,361.6427197,0 +241474,0,0,0,365.1971163,0 +241475,0,0,0,368.9391951,0 +241476,0,0,0,372.2649555,0 +241477,0,0,0,375.591156,0 +241478,0,0,0,378.9079786,0 +241479,0,0,0,381.7692721,0 +241480,0,0,0,384.8297545,0 +241481,0,0,0,387.6506345,0 +241482,0,0,0,390.3855704,0 +241483,0,0,0,392.8796638,0 +241484,0,0,0,395.6072759,0 +241485,0,0,0,397.9202023,0 +241486,0,0,0,400.2576719,0 +241487,0,0,0,402.4691461,0 +241488,0,0,0,404.5803155,0 +241489,0,0,0,406.592183,0 +241490,0,0,0,408.50577,0 +241491,0,0,0,410.3224391,0 +241492,0,0,0,412.0430072,0 +241493,0,0,0,413.6687485,0 +241494,0,0,0,415.2003918,0 +241495,0,0,0,416.6391277,0 +241496,0,0,0,417.9856235,0 +241497,0,0,0,419.2410079,0 +241498,0,0,0,420.4058655,0 +241499,0,0,0,421.4812592,0 +241500,0,0,0,413.7000996,0 +241501,0,0,0,413.0962495,0 +241502,0,0,0,413.1702213,0 +241503,0,0,0,413.3003854,0 +241504,0,0,0,413.4208303,0 +241505,0,0,0,413.5089399,0 +241506,0,0,0,413.5506492,0 +241507,0,0,0,413.5381776,0 +241508,0,0,0,413.459732,0 +241509,0,0,0,413.3204947,0 +241510,0,0,0,413.1178459,0 +241511,0,0,0,412.8506852,0 +241512,0,0,0,412.5179627,0 +241513,0,0,0,412.1194901,0 +241514,0,0,0,411.654611,0 +241515,0,0,0,411.1233985,0 +241516,0,0,0,410.5254034,0 +241517,0,0,0,409.8608679,0 +241518,0,0,0,409.1294906,0 +241519,0,0,0,408.3316445,0 +241520,0,0,0,407.4671465,0 +241521,0,0,0,406.5364729,0 +241522,0,0,0,405.5395312,0 +241523,0,0,0,404.4768831,0 +241524,0,0,0,403.2612077,0 +241525,0,0,0,402.1260773,0 +241526,0,0,0,400.8866249,0 +241527,0,0,0,399.482095,0 +241528,0,0,0,398.1550429,0 +241529,0,0,0,396.6391427,0 +241530,0,0,0,395.1873274,0 +241531,0,0,0,393.7464986,0 +241532,0,0,0,392.2538236,0 +241533,0,0,0,390.7090292,0 +241534,0,0,0,389.2539161,0 +241535,0,0,0,387.3947768,0 +241536,0,0,0,385.7112604,0 +241537,0,0,0,383.9914185,0 +241538,0,0,0,382.203506,0 +241539,0,0,0,380.2644354,0 +241540,0,0,0,378.4122682,0 +241541,0,0,0,376.2450574,0 +241542,0,0,0,374.4967733,0 +241543,0,0,0,372.2629586,0 +241544,0,0,0,370.2305963,0 +241545,0,0,0,367.9954057,0 +241546,0,0,0,365.8386284,0 +241547,0,0,0,363.5016129,0 +241548,0,0,0,361.3768288,0 +241549,0,0,0,358.7450314,0 +241550,0,0,0,356.485246,0 +241551,0,0,0,353.9263555,0 +241552,0,0,0,351.4723883,0 +241553,0,0,0,348.8362156,0 +241554,0,0,0,346.2853029,0 +241555,0,0,0,343.5514813,0 +241556,0,0,0,340.9049631,0 +241557,0,0,0,338.1957714,0 +241558,0,0,0,335.0765302,0 +241559,0,0,0,332.5628616,0 +241560,0,0,0,329.4388718,0 +241561,0,0,0,326.4943492,0 +241562,0,0,0,323.4166134,0 +241563,0,0,0,320.3651182,0 +241564,0,0,0,317.1977277,0 +241565,0,0,0,314.1344385,0 +241566,0,0,0,310.7387011,0 +241567,0,0,0,307.5591849,0 +241568,0,0,0,304.1231146,0 +241569,0,0,0,300.9277485,0 +241570,0,0,0,297.5635555,0 +241571,0,0,0,293.9907314,0 +241572,0,0,0,290.589674,0 +241573,0,0,0,287.0537472,0 +241574,0,0,0,283.4933932,0 +241575,0,0,0,279.9943051,0 +241576,0,0,0,276.1027233,0 +241577,0,0,0,272.9244502,0 +241578,0,0,0,269.1698092,0 +241579,0,0,0,265.5530099,0 +241580,0,0,0,261.641598,0 +241581,0,0,0,257.8924593,0 +241582,0,0,0,253.9261259,0 +241583,0,0,0,250.2492698,0 +241584,0,0,0,246.1094098,0 +241585,0,0,0,242.2077758,0 +241586,0,0,0,238.2570691,0 +241587,0,0,0,233.9825282,0 +241588,0,0,0,230.0610362,0 +241589,0,0,0,225.9270926,0 +241590,0,0,0,221.6344986,0 +241591,0,0,0,216.1844806,0 +241592,0,0,0,210.4028337,0 +241593,0,0,0,204.5428873,0 +241594,0,0,0,198.3360272,0 +241595,0,0,0,192.1926872,0 +241596,0,0,0,185.8312771,0 +241597,0,0,0,179.3855579,0 +241598,0,0,0,172.8696587,0 +241599,0,0,0,166.10375,0 +241600,0,0,0,159.3667575,0 +241601,0,0,0,152.5222244,0 +241602,0,0,0,145.5057487,0 +241603,0,0,0,138.3835803,0 +241604,0,0,0,131.2856272,0 +241605,0,0,0,123.9306596,0 +241606,0,0,0,116.6538392,0 +241607,0,0,0,109.1716482,0 +241608,0,0,0,101.6153646,0 +241609,0,0,0,94.05826376,0 +241610,0,0,0,86.36924917,0 +241611,0,0,0,78.826826,0 +241612,0,0,0,70.5248726,0 +241613,0,0,0,62.79883017,0 +241614,0,0,0,91.05642762,0 +241615,0,0,0,0,0 +241616,0,0,0,89.80380042,0 +241617,0,0,0,0,0 +241618,0,0,0,20.07285737,0 +241619,0,0,0,22.44523631,0 +241620,0,0,0,0,0 +241621,0,0,0,0,0 +241622,0,0,0,0,0 +241623,0,0,0,0,0 +241624,0,0,0,0,0 +241625,0,0,0,0,0 +241626,0,0,0,0,0 +241627,0,0,0,0,0 +241628,0,0,0,0,0 +241629,0,0,0,0,0 +241630,0,0,0,0,0 +241631,0,0,0,0,0 +241632,0,0,0,0,0 +241633,0,0,0,0,0 +241634,0,0,0,0,0 +241635,0,0,0,0,0 +241636,0,0,0,0,0 +241637,0,0,0,0,0 +241638,0,0,0,0,0 +241639,0,0,0,0,0 +241640,0,0,0,0,0 +241641,0,0,0,0,0 +241642,0,0,0,0,0 +241643,0,0,0,0,0 +241644,0,0,0,0,0 +241645,0,0,0,0,0 +241646,0,0,0,0,0 +241647,0,0,0,0,0 +241648,0,0,0,0,0 +241649,0,0,0,0,0 +241650,0,0,0,0,0 +241651,0,0,0,0,0 +241652,0,0,0,0,0 +241653,0,0,0,0,0 +241654,0,0,0,0,0 +241655,0,0,0,0,0 +241656,0,0,0,0,0 +241657,0,0,0,0,0 +241658,0,0,0,0,0 +241659,0,0,0,0,0 +241660,0,0,0,0,0 +241661,0,0,0,0,0 +241662,0,0,0,0,0 +241663,0,0,0,0,0 +241664,0,0,0,0,0 +241665,0,0,0,0,0 +241666,0,0,0,0,0 +241667,0,0,0,0,0 +241668,0,0,0,0,0 +241669,0,0,0,0,0 +241670,0,0,0,0,0 +241671,0,0,0,0,0 +241672,0,0,0,0,0 +241673,0,0,0,0,0 +241674,0,0,0,0,0 +241675,0,0,0,0,0 +241676,0,0,0,0,0 +241677,0,0,0,0,0 +241678,0,0,0,0,0 +241679,0,0,0,0,0 +241680,0,0,0,0,0 +241681,0,0,0,0,0 +241682,0,0,0,0,0 +241683,0,0,0,0,0 +241684,0,0,0,0,0 +241685,0,0,0,0,0 +241686,0,0,0,0,0 +241687,0,0,0,0,0 +241688,0,0,0,0,0 +241689,0,0,0,0,0 +241690,0,0,0,0,0 +241691,0,0,0,0,0 +241692,0,0,0,0,0 +241693,0,0,0,0,0 +241694,0,0,0,0,0 +241695,0,0,0,0,0 +241696,0,0,0,0,0 +241697,0,0,0,0,0 +241698,0,0,0,0,0 +241699,0,0,0,0,0 +241700,0,0,0,0,0 +241701,0,0,0,0,0 +241702,0,0,0,0,0 +241703,0,0,0,0,0 +241704,0,0,0,0,0 +241705,0,0,0,0,0 +241706,0,0,0,0,0 +241707,0,0,0,0,0 +241708,0,0,0,0,0 +241709,0,0,0,0,0 +241710,0,0,0,0,0 +241711,0,0,0,0,0 +241712,0,0,0,0,0 +241713,0,0,0,0,0 +241714,0,0,0,0,0 +241715,0,0,0,0,0 +241716,0,0,0,0,0 +241717,0,0,0,0,0 +241718,0,0,0,0,0 +241719,0,0,0,0,0 +241720,0,0,0,0,0 +241721,0,0,0,0,0 +241722,0,0,0,0,0 +241723,0,0,0,0,0 +241724,0,0,0,0,0 +241725,0,0,0,0,0 +241726,0,0,0,0,0 +241727,0,0,0,0,0 +241728,0,0,0,0,0 +241729,0,0,0,0,0 +241730,0,0,0,0,0 +241731,0,0,0,0,0 +241732,0,0,0,0,0 +241733,0,0,0,0,0 +241734,0,0,0,0,0 +241735,0,0,0,0,0 +241736,0,0,0,0,0 +241737,0,0,0,0,0 +241738,0,0,0,0,0 +241739,0,0,0,0,0 +241740,0,0,0,0,0 +241741,0,0,0,0,0 +241742,0,0,0,0,0 +241743,0,0,0,0,0 +241744,0,0,0,0,0 +241745,0,0,0,0,0 +241746,0,0,0,0,0 +241747,0,0,0,0,0 +241748,0,0,0,0,0 +241749,0,0,0,0,0 +241750,0,0,0,0,0 +241751,0,0,0,0,0 +241752,0,0,0,0,0 +241753,0,0,0,0,0 +241754,0,0,0,0,0 +241755,0,0,0,0,0 +241756,0,0,0,0,0 +241757,0,0,0,0,0 +241758,0,0,0,0,0 +241759,0,0,0,0,0 +241760,0,0,0,0,0 +241761,0,0,0,0,0 +241762,0,0,0,0,0 +241763,0,0,0,0,0 +241764,0,0,0,0,0 +241765,0,0,0,0,0 +241766,0,0,0,0,0 +241767,0,0,0,0,0 +241768,0,0,0,0,0 +241769,0,0,0,0,0 +241770,0,0,0,0,0 +241771,0,0,0,0,0 +241772,0,0,0,0,0 +241773,0,0,0,0,0 +241774,0,0,0,0,0 +241775,0,0,0,0,0 +241776,0,0,0,0,0 +241777,0,0,0,0,0 +241778,0,0,0,0,0 +241779,0,0,0,0,0 +241780,0,0,0,0,0 +241781,0,0,0,0,0 +241782,0,0,0,0,0 +241783,0,0,0,0,0 +241784,0,0,0,0,0 +241785,0,0,0,0,0 +241786,0,0,0,0,0 +241787,0,0,0,0,0 +241788,0,0,0,0,0 +241789,0,0,0,0,0 +241790,0,0,0,0,0 +241791,0,0,0,0,0 +241792,0,0,0,0,0 +241793,0,0,0,0,0 +241794,0,0,0,0,0 +241795,0,0,0,0,0 +241796,0,0,0,0,0 +241797,0,0,0,0,0 +241798,0,0,0,0,0 +241799,0,0,0,0,0 +241800,0,0,0,0,0 +241801,0,0,0,0,0 +241802,0,0,0,0,0 +241803,0,0,0,0,0 +241804,0,0,0,0,0 +241805,0,0,0,0,0 +241806,0,0,0,0,0 +241807,0,0,0,0,0 +241808,0,0,0,0,0 +241809,0,0,0,0,0 +241810,0,0,0,0,0 +241811,0,0,0,0,0 +241812,0,0,0,0,0 +241813,0,0,0,0,0 +241814,0,0,0,0,0 +241815,0,0,0,0,0 +241816,0,0,0,0,0 +241817,0,0,0,0,0 +241818,0,0,0,0,0 +241819,0,0,0,0,0 +241820,0,0,0,0,0 +241821,0,0,0,0,0 +241822,0,0,0,0,0 +241823,0,0,0,0,0 +241824,0,0,0,0,0 +241825,0,0,0,0,0 +241826,0,0,0,0,0 +241827,0,0,0,0,0 +241828,0,0,0,0,0 +241829,0,0,0,0,0 +241830,0,0,0,0,0 +241831,0,0,0,0,0 +241832,0,0,0,0,0 +241833,0,0,0,0,0 +241834,0,0,0,0,0 +241835,0,0,0,0,0 +241836,0,0,0,0,0 +241837,0,0,0,0,0 +241838,0,0,0,0,0 +241839,0,0,0,0,0 +241840,0,0,0,0,0 +241841,0,0,0,0,0 +241842,0,0,0,0,0 +241843,0,0,0,0,0 +241844,0,0,0,0,0 +241845,0,0,0,0,0 +241846,0,0,0,0,0 +241847,0,0,0,0,0 +241848,0,0,0,0,0 +241849,0,0,0,0,0 +241850,0,0,0,0,0 +241851,0,0,0,0,0 +241852,0,0,0,0,0 +241853,0,0,0,0,0 +241854,0,0,0,0,0 +241855,0,0,0,0,0 +241856,0,0,0,0,0 +241857,0,0,0,0,0 +241858,0,0,0,0,0 +241859,0,0,0,0,0 +241860,0,0,0,0,0 +241861,0,0,0,0,0 +241862,0,0,0,0,0 +241863,0,0,0,0,0 +241864,0,0,0,0,0 +241865,0,0,0,0,0 +241866,0,0,0,0,0 +241867,0,0,0,0,0 +241868,0,0,0,0,0 +241869,0,0,0,0,0 +241870,0,0,0,0,0 +241871,0,0,0,0,0 +241872,0,0,0,0,0 +241873,0,0,0,0,0 +241874,0,0,0,0,0 +241875,0,0,0,0,0 +241876,0,0,0,0,0 +241877,0,0,0,0,0 +241878,0,0,0,0,0 +241879,0,0,0,0,0 +241880,0,0,0,0,0 +241881,0,0,0,0,0 +241882,0,0,0,0,0 +241883,0,0,0,0,0 +241884,0,0,0,0,0 +241885,0,0,0,0,0 +241886,0,0,0,0,0 +241887,0,0,0,0,0 +241888,0,0,0,0,0 +241889,0,0,0,0,0 +241890,0,0,0,0,0 +241891,0,0,0,0,0 +241892,0,0,0,0,0 +241893,0,0,0,0,0 +241894,0,0,0,0,0 +241895,0,0,0,0,0 +241896,0,0,0,0,0 +241897,0,0,0,0,0 +241898,0,0,0,0,0 +241899,0,0,0,0,0 +241900,0,0,0,0,0 +241901,0,0,0,0,0 +241902,0,0,0,0,0 +241903,0,0,0,0,0 +241904,0,0,0,0,0 +241905,0,0,0,0,0 +241906,0,0,0,0,0 +241907,0,0,0,0,0 +241908,0,0,0,0,0 +241909,0,0,0,0,0 +241910,0,0,0,0,0 +241911,0,0,0,0,0 +241912,0,0,0,0,0 +241913,0,0,0,0,0 +241914,0,0,0,0,0 +241915,0,0,0,0,0 +241916,0,0,0,0,0 +241917,0,0,0,0,0 +241918,0,0,0,0,0 +241919,0,0,0,0,0 +241920,0,0,0,0,0 +241921,0,0,0,0,0 +241922,0,0,0,0,0 +241923,0,0,0,0,0 +241924,0,0,0,0,0 +241925,0,0,0,0,0 +241926,0,0,0,0,0 +241927,0,0,0,0,0 +241928,0,0,0,0,0 +241929,0,0,0,0,0 +241930,0,0,0,0,0 +241931,0,0,0,0,0 +241932,0,0,0,0,0 +241933,0,0,0,0,0 +241934,0,0,0,0,0 +241935,0,0,0,0,0 +241936,0,0,0,0,0 +241937,0,0,0,0,0 +241938,0,0,0,0,0 +241939,0,0,0,0,0 +241940,0,0,0,0,0 +241941,0,0,0,0,0 +241942,0,0,0,0,0 +241943,0,0,0,0,0 +241944,0,0,0,0,0 +241945,0,0,0,0,0 +241946,0,0,0,0,0 +241947,0,0,0,0,0 +241948,0,0,0,0,0 +241949,0,0,0,0,0 +241950,0,0,0,0,0 +241951,0,0,0,0,0 +241952,0,0,0,0,0 +241953,0,0,0,0,0 +241954,0,0,0,0,0 +241955,0,0,0,0,0 +241956,0,0,0,0,0 +241957,0,0,0,0,0 +241958,0,0,0,0,0 +241959,0,0,0,0,0 +241960,0,0,0,0,0 +241961,0,0,0,0,0 +241962,0,0,0,0,0 +241963,0,0,0,0,0 +241964,0,0,0,0,0 +241965,0,0,0,0,0 +241966,0,0,0,0,0 +241967,0,0,0,0,0 +241968,0,0,0,0,0 +241969,0,0,0,0,0 +241970,0,0,0,0,0 +241971,0,0,0,0,0 +241972,0,0,0,0,0 +241973,0,0,0,0,0 +241974,0,0,0,0,0 +241975,0,0,0,0,0 +241976,0,0,0,0,0 +241977,0,0,0,0,0 +241978,0,0,0,0,0 +241979,0,0,0,0,0 +241980,0,0,0,0,0 +241981,0,0,0,0,0 +241982,0,0,0,0,0 +241983,0,0,0,0,0 +241984,0,0,0,0,0 +241985,0,0,0,0,0 +241986,0,0,0,0,0 +241987,0,0,0,0,0 +241988,0,0,0,0,0 +241989,0,0,0,0,0 +241990,0,0,0,0,0 +241991,0,0,0,0,0 +241992,0,0,0,0,0 +241993,0,0,0,0,0 +241994,0,0,0,0,0 +241995,0,0,0,0,0 +241996,0,0,0,0,0 +241997,0,0,0,0,0 +241998,0,0,0,0,0 +241999,0,0,0,0,0 +242000,0,0,0,0,0 +242001,0,0,0,0,0 +242002,0,0,0,0,0 +242003,0,0,0,0,0 +242004,0,0,0,0,0 +242005,0,0,0,0,0 +242006,0,0,0,0,0 +242007,0,0,0,0,0 +242008,0,0,0,0,0 +242009,0,0,0,0,0 +242010,0,0,0,0,0 +242011,0,0,0,0,0 +242012,0,0,0,0,0 +242013,0,0,0,0,0 +242014,0,0,0,0,0 +242015,0,0,0,0,0 +242016,0,0,0,0,0 +242017,0,0,0,0,0 +242018,0,0,0,0,0 +242019,0,0,0,0,0 +242020,0,0,0,0,0 +242021,0,0,0,0,0 +242022,0,0,0,0,0 +242023,0,0,0,0,0 +242024,0,0,0,0,0 +242025,0,0,0,0,0 +242026,0,0,0,0,0 +242027,0,0,0,0,0 +242028,0,0,0,0,0 +242029,0,0,0,0,0 +242030,0,0,0,0,0 +242031,0,0,0,0,0 +242032,0,0,0,0,0 +242033,0,0,0,0,0 +242034,0,0,0,0,0 +242035,0,0,0,0,0 +242036,0,0,0,0,0 +242037,0,0,0,0,0 +242038,0,0,0,0,0 +242039,0,0,0,0,0 +242040,0,0,0,0,0 +242041,0,0,0,0,0 +242042,0,0,0,0,0 +242043,0,0,0,0,0 +242044,0,0,0,0,0 +242045,0,0,0,0,0 +242046,0,0,0,0,0 +242047,0,0,0,0,0 +242048,0,0,0,0,0 +242049,0,0,0,0,0 +242050,0,0,0,0,0 +242051,0,0,0,0,0 +242052,0,0,0,0,0 +242053,0,0,0,0,0 +242054,0,0,0,0,0 +242055,0,0,0,0,0 +242056,0,0,0,0,0 +242057,0,0,0,0,0 +242058,0,0,0,0,0 +242059,0,0,0,0,0 +242060,0,0,0,0,0 +242061,0,0,0,0,0 +242062,0,0,0,0,0 +242063,0,0,0,0,0 +242064,0,0,0,0,0 +242065,0,0,0,0,0 +242066,0,0,0,0,0 +242067,0,0,0,0,0 +242068,0,0,0,0,0 +242069,0,0,0,0,0 +242070,0,0,0,0,0 +242071,0,0,0,0,0 +242072,0,0,0,0,0 +242073,0,0,0,0,0 +242074,0,0,0,0,0 +242075,0,0,0,0,0 +242076,0,0,0,0,0 +242077,0,0,0,0,0 +242078,0,0,0,0,0 +242079,0,0,0,0,0 +242080,0,0,0,0,0 +242081,0,0,0,0,0 +242082,0,0,0,0,0 +242083,0,0,0,0,0 +242084,0,0,0,0,0 +242085,0,0,0,0,0 +242086,0,0,0,0,0 +242087,0,0,0,0,0 +242088,0,0,0,0,0 +242089,0,0,0,0,0 +242090,0,0,0,0,0 +242091,0,0,0,0,0 +242092,0,0,0,0,0 +242093,0,0,0,0,0 +242094,0,0,0,0,0 +242095,0,0,0,0,0 +242096,0,0,0,0,0 +242097,0,0,0,0,0 +242098,0,0,0,0,0 +242099,0,0,0,0,0 +242100,0,0,0,0,0 +242101,0,0,0,0,0 +242102,0,0,0,0,0 +242103,0,0,0,0,0 +242104,0,0,0,0,0 +242105,0,0,0,0,0 +242106,0,0,0,0,0 +242107,0,0,0,0,0 +242108,0,0,0,0,0 +242109,0,0,0,0,0 +242110,0,0,0,0,0 +242111,0,0,0,0,0 +242112,0,0,0,0,0 +242113,0,0,0,0,0 +242114,0,0,0,0,0 +242115,0,0,0,0,0 +242116,0,0,0,0,0 +242117,0,0,0,0,0 +242118,0,0,0,0,0 +242119,0,0,0,0,0 +242120,0,0,0,0,0 +242121,0,0,0,0,0 +242122,0,0,0,0,0 +242123,0,0,0,0,0 +242124,0,0,0,0,0 +242125,0,0,0,0,0 +242126,0,0,0,0,0 +242127,0,0,0,0,0 +242128,0,0,0,0,0 +242129,0,0,0,0,0 +242130,0,0,0,0,0 +242131,0,0,0,0,0 +242132,0,0,0,0,0 +242133,0,0,0,0,0 +242134,0,0,0,0,0 +242135,0,0,0,0,0 +242136,0,0,0,0,0 +242137,0,0,0,0,0 +242138,0,0,0,0,0 +242139,0,0,0,0,0 +242140,0,0,0,0,0 +242141,0,0,0,0,0 +242142,0,0,0,0,0 +242143,0,0,0,0,0 +242144,0,0,0,0,0 +242145,0,0,0,0,0 +242146,0,0,0,0,0 +242147,0,0,0,0,0 +242148,0,0,0,0,0 +242149,0,0,0,0,0 +242150,0,0,0,0,0 +242151,0,0,0,0,0 +242152,0,0,0,0,0 +242153,0,0,0,0,0 +242154,0,0,0,0,0 +242155,0,0,0,0,0 +242156,0,0,0,0,0 +242157,0,0,0,0,0 +242158,0,0,0,0,0 +242159,0,0,0,0,0 +242160,0,0,0,0,0 +242161,0,0,0,0,0 +242162,0,0,0,0,0 +242163,0,0,0,0,0 +242164,0,0,0,0,0 +242165,0,0,0,0,0 +242166,0,0,0,0,0 +242167,0,0,0,0,0 +242168,0,0,0,0,0 +242169,0,0,0,0,0 +242170,0,0,0,0,0 +242171,0,0,0,0,0 +242172,0,0,0,0,0 +242173,0,0,0,0,0 +242174,0,0,0,0,0 +242175,0,0,0,0,0 +242176,0,0,0,0,0 +242177,0,0,0,0,0 +242178,0,0,0,0,0 +242179,0,0,0,0,0 +242180,0,0,0,0,0 +242181,0,0,0,0,0 +242182,0,0,0,0,0 +242183,0,0,0,0,0 +242184,0,0,0,0,0 +242185,0,0,0,0,0 +242186,0,0,0,0,0 +242187,0,0,0,0,0 +242188,0,0,0,0,0 +242189,0,0,0,0,0 +242190,0,0,0,0,0 +242191,0,0,0,0,0 +242192,0,0,0,0,0 +242193,0,0,0,0,0 +242194,0,0,0,0,0 +242195,0,0,0,0,0 +242196,0,0,0,0,0 +242197,0,0,0,0,0 +242198,0,0,0,0,0 +242199,0,0,0,0,0 +242200,0,0,0,0,0 +242201,0,0,0,0,0 +242202,0,0,0,0,0 +242203,0,0,0,0,0 +242204,0,0,0,0,0 +242205,0,0,0,0,0 +242206,0,0,0,0,0 +242207,0,0,0,0,0 +242208,0,0,0,0,0 +242209,0,0,0,0,0 +242210,0,0,0,0,0 +242211,0,0,0,0,0 +242212,0,0,0,0,0 +242213,0,0,0,0,0 +242214,0,0,0,0,0 +242215,0,0,0,0,0 +242216,0,0,0,0,0 +242217,0,0,0,0,0 +242218,0,0,0,0,0 +242219,0,0,0,0,0 +242220,0,0,0,0,0 +242221,0,0,0,0,0 +242222,0,0,0,0,0 +242223,0,0,0,0,0 +242224,0,0,0,0,0 +242225,0,0,0,0,0 +242226,0,0,0,0,0 +242227,0,0,0,0,0 +242228,0,0,0,0,0 +242229,0,0,0,0,0 +242230,0,0,0,0,0 +242231,0,0,0,0,0 +242232,0,0,0,0,0 +242233,0,0,0,0,0 +242234,0,0,0,0,0 +242235,0,0,0,0,0 +242236,0,0,0,0,0 +242237,0,0,0,0,0 +242238,0,0,0,0,0 +242239,0,0,0,0,0 +242240,0,0,0,0,0 +242241,0,0,0,0,0 +242242,0,0,0,0,0 +242243,0,0,0,0,0 +242244,0,0,0,0,0 +242245,0,0,0,0,0 +242246,0,0,0,0,0 +242247,0,0,0,0,0 +242248,0,0,0,0,0 +242249,0,0,0,0,0 +242250,0,0,0,0,0 +242251,0,0,0,0,0 +242252,0,0,0,0,0 +242253,0,0,0,0,0 +242254,0,0,0,0,0 +242255,0,0,0,0,0 +242256,0,0,0,0,0 +242257,0,0,0,0,0 +242258,0,0,0,0,0 +242259,0,0,0,0,0 +242260,0,0,0,0,0 +242261,0,0,0,0,0 +242262,0,0,0,0,0 +242263,0,0,0,0,0 +242264,0,0,0,0,0 +242265,0,0,0,0,0 +242266,0,0,0,0,0 +242267,0,0,0,0,0 +242268,0,0,0,0,0 +242269,0,0,0,0,0 +242270,0,0,0,0,0 +242271,0,0,0,0,0 +242272,0,0,0,0,0 +242273,0,0,0,0,0 +242274,0,0,0,0,0 +242275,0,0,0,0,0 +242276,0,0,0,0,0 +242277,0,0,0,0,0 +242278,0,0,0,0,0 +242279,0,0,0,0,0 +242280,0,0,0,0,0 +242281,0,0,0,0,0 +242282,0,0,0,0,0 +242283,0,0,0,0,0 +242284,0,0,0,0,0 +242285,0,0,0,0,0 +242286,0,0,0,0,0 +242287,0,0,0,0,0 +242288,0,0,0,0,0 +242289,0,0,0,0,0 +242290,0,0,0,0,0 +242291,0,0,0,0,0 +242292,0,0,0,0,0 +242293,0,0,0,0,0 +242294,0,0,0,0,0 +242295,0,0,0,0,0 +242296,0,0,0,0,0 +242297,0,0,0,0,0 +242298,0,0,0,0,0 +242299,0,0,0,0,0 +242300,0,0,0,0,0 +242301,0,0,0,0,0 +242302,0,0,0,0,0 +242303,0,0,0,0,0 +242304,0,0,0,0,0 +242305,0,0,0,0,0 +242306,0,0,0,0,0 +242307,0,0,0,0,0 +242308,0,0,0,0,0 +242309,0,0,0,0,0 +242310,0,0,0,0,0 +242311,0,0,0,0,0 +242312,0,0,0,0,0 +242313,0,0,0,0,0 +242314,0,0,0,0,0 +242315,0,0,0,0,0 +242316,0,0,0,0,0 +242317,0,0,0,0,0 +242318,0,0,0,0,0 +242319,0,0,0,0,0 +242320,0,0,0,0,0 +242321,0,0,0,0,0 +242322,0,0,0,0,0 +242323,0,0,0,0,0 +242324,0,0,0,0,0 +242325,0,0,0,0,0 +242326,0,0,0,0,0 +242327,0,0,0,0,0 +242328,0,0,0,0,0 +242329,0,0,0,0,0 +242330,0,0,0,0,0 +242331,0,0,0,0,0 +242332,0,0,0,0,0 +242333,0,0,0,0,0 +242334,0,0,0,0,0 +242335,0,0,0,0,0 +242336,0,0,0,0,0 +242337,0,0,0,0,0 +242338,0,0,0,0,0 +242339,0,0,0,0,0 +242340,0,0,0,0,0 +242341,0,3028.95291,1366.129086,0,0 +242342,0,2615.289697,1282.243852,0,0 +242343,0,1745.675019,1302.961893,0,0 +242344,0,0,1321.729191,0,0 +242345,0,1030.59802,1321.362269,0,0 +242346,0,1021.258659,1317.259605,0,0 +242347,0,825.5790754,1308.885878,0,0 +242348,0,866.1037474,1299.211849,0,0 +242349,0,870.5773781,1289.640202,0,0 +242350,0,875.2977804,1281.080289,0,0 +242351,0,880.3099346,1273.625483,0,0 +242352,0,889.0017878,1267.319511,0,0 +242353,0,897.0818471,1262.121463,0,0 +242354,0,905.5241296,1257.935034,0,0 +242355,0,907.6297528,1254.646472,0,0 +242356,0,915.1318268,1251.917825,0,0 +242357,0,923.1098765,1249.713969,0,0 +242358,0,931.4645681,1248.054766,0,0 +242359,0,939.9111258,1246.915838,0,0 +242360,0,948.3351383,1246.238999,0,0 +242361,0,957.1350635,1245.957761,0,0 +242362,0,965.8503282,1246.011547,0,0 +242363,0,974.6579077,1246.349261,0,0 +242364,0,983.7410052,1246.928638,0,0 +242365,0,992.5545227,1247.714359,0,0 +242366,0,1001.781126,1248.676435,0,0 +242367,0,1010.863338,1249.789522,0,0 +242368,0,1020.071497,1251.031821,0,0 +242369,0,1029.320831,1252.384834,0,0 +242370,0,1038.620074,1253.832708,0,0 +242371,0,1047.185774,1255.361889,0,0 +242372,0,1055.592623,1256.936584,0,0 +242373,0,1064.11378,1258.529861,0,0 +242374,0,1072.521006,1260.131083,0,0 +242375,0,1080.726287,1261.734311,0,0 +242376,0,1089.210082,1263.338679,0,0 +242377,0,1097.453916,1264.941266,0,0 +242378,0,1105.745433,1266.537601,23.17972531,0 +242379,0,1113.92883,1268.111531,25.46137383,0 +242380,0,1122.445431,1269.66433,33.38157981,0 +242381,0,1135.912618,1271.226182,33.67601559,0 +242382,48.00591783,1136.318958,1272.782947,38.59117733,0 +242383,58.06998309,1156.520702,1274.347283,41.94137406,0 +242384,70.75625701,1148.264278,1275.900603,45.28188362,0 +242385,71.95953319,1156.29725,1277.44061,48.50807304,0 +242386,81.89595389,1176.631677,1278.965649,51.77831891,0 +242387,88.59366795,1177.178696,1280.483983,55.03280396,0 +242388,95.11595452,1186.959729,1281.982142,58.21382923,0 +242389,101.7939391,1194.926503,1283.469775,61.39970995,0 +242390,108.2561901,1202.923447,1284.915778,64.51331296,0 +242391,114.7594788,1210.69954,1286.337409,67.71535003,0 +242392,121.1014083,1218.612372,1287.754194,70.80373944,0 +242393,127.676442,1226.420315,1289.163604,73.85872921,0 +242394,133.976378,1234.197403,1290.558114,77.01647724,0 +242395,140.3634877,1241.944511,1291.938993,79.98989313,0 +242396,146.6906657,1249.65004,1293.300998,83.18859041,0 +242397,153.0010704,1257.391918,1294.646914,86.03658683,0 +242398,159.2764652,1264.826454,1295.972366,89.26015069,0 +242399,165.5416306,1272.587016,1297.280534,92.0548352,0 +242400,171.6505729,1280.140523,1298.56735,95.20054412,0 +242401,178.0176842,1287.584828,1299.836161,98.1007314,0 +242402,184.1881075,1295.16057,1301.086295,101.047393,0 +242403,190.1042272,1302.620845,1302.472336,103.9118282,0 +242404,196.1682965,1310.050372,1303.65302,107.0082007,0 +242405,202.4532262,1317.438459,1304.8305,109.6663433,0 +242406,208.4025835,1324.782294,1305.995994,112.7515015,0 +242407,214.478968,1332.081037,1307.148488,115.561586,0 +242408,220.3406307,1339.415234,1308.281434,118.3716075,0 +242409,226.8142599,1346.500814,1309.398628,121.4363913,0 +242410,232.4049575,1353.638758,1310.4941,124.1064967,0 +242411,238.5760421,1360.864987,1311.570177,126.9432441,0 +242412,244.5300646,1367.953491,1312.62328,129.9022298,0 +242413,250.5058343,1374.860227,1313.65682,132.6629264,0 +242414,256.4719826,1381.894538,1314.666798,135.5895689,0 +242415,262.2326233,1388.802798,1315.629782,138.1692639,0 +242416,268.4887826,1395.676477,1316.565879,141.191675,0 +242417,274.2722864,1402.497089,1317.492724,143.9007571,0 +242418,280.2403963,1409.27524,1318.402028,146.7102794,0 +242419,286.1634307,1415.999038,1319.295319,149.3929378,0 +242420,292.0809666,1422.674241,1320.166392,152.332923,0 +242421,297.9907901,1429.298876,1321.013098,155.1248097,0 +242422,303.8952178,1435.959319,1321.83566,157.7506666,0 +242423,309.5535541,1442.352481,1322.634739,160.5914828,0 +242424,316.0632159,1448.889558,1323.410662,163.3279215,0 +242425,321.408553,1455.205574,1324.163696,165.970671,0 +242426,327.5127048,1461.71026,1324.893183,168.8826567,0 +242427,333.3252528,1468.053361,1325.577706,171.5372417,0 +242428,339.2424575,1474.19793,1326.231762,174.2916852,0 +242429,345.0936812,1480.481822,1326.87591,177.0206596,0 +242430,350.937942,1486.629794,1327.503413,179.8681546,0 +242431,356.7398201,1492.471535,1328.110735,182.2249535,0 +242432,362.4285434,1498.214353,1328.689316,185.1653128,0 +242433,368.2027665,1503.877249,1329.233847,187.6958893,0 +242434,373.8874645,1509.467192,1329.742491,190.3650995,0 +242435,379.65322,1514.989132,1330.216022,193.0004546,0 +242436,385.0433425,1520.434693,1330.655592,195.6285743,0 +242437,391.1797747,1525.812254,1331.062296,198.2496293,0 +242438,396.6882921,1531.120779,1331.437289,200.8641367,0 +242439,402.3700156,1536.3607,1331.760275,203.3398235,0 +242440,408.1035641,1541.533799,1332.046944,206.1476469,0 +242441,413.7165653,1546.735014,1332.317285,208.6385725,0 +242442,419.4060384,1555.026733,1332.564939,211.2528505,0 +242443,425.0897267,1555.444527,1332.788137,213.8356901,0 +242444,430.6913594,1570.695603,1332.982814,216.413916,0 +242445,436.3964805,1554.090074,1333.15413,219.1313549,0 +242446,441.9793724,1574.587646,1333.291131,221.4694061,0 +242447,447.6770278,1576.272401,1333.408579,224.1445473,0 +242448,453.2472335,1579.986673,1333.496958,226.5193503,0 +242449,458.9010795,1585.099919,1333.559289,229.3111905,0 +242450,464.5534819,1589.719566,1333.596256,231.7357331,0 +242451,470.1143491,1594.030775,1333.588133,234.3046564,0 +242452,475.7564722,1598.49498,1333.549631,236.8405795,0 +242453,481.3961414,1602.807919,1333.499034,239.3718198,0 +242454,486.9444403,1607.072584,1333.429978,241.8986319,0 +242455,492.5744326,1611.273862,1333.339432,244.4204204,0 +242456,498.2045238,1615.411872,1333.226093,246.9380243,0 +242457,503.7389744,1619.584369,1333.089463,249.4507389,0 +242458,509.3598151,1623.448818,1332.929452,251.9594001,0 +242459,514.9796906,1627.468811,1332.746147,254.4632984,0 +242460,520.5023637,1631.337037,1332.539813,256.963262,0 +242461,525.3686675,1634.749147,1332.310589,259.0196791,0 +242462,530.0597727,1638.381541,1332.050591,261.5758232,0 +242463,535.787943,1641.734603,1331.75416,263.7254949,0 +242464,540.4415,1645.114663,1331.400768,266.1637579,0 +242465,545.350657,1648.514978,1331.005507,268.3640359,0 +242466,550.7397364,1651.594813,1330.587654,270.6192613,0 +242467,555.3601176,1654.836067,1330.14293,272.8845755,0 +242468,560.4926944,1657.919521,1329.669725,275.2668614,0 +242469,565.5540495,1660.953472,1329.168333,277.4463123,0 +242470,570.4648756,1663.922313,1328.63917,279.67979,0 +242471,575.3122893,1666.825239,1328.083085,281.9240474,0 +242472,580.5547583,1669.662868,1327.500913,284.2852827,0 +242473,585.237141,1672.434521,1326.8937,286.4445785,0 +242474,590.29686,1675.141246,1326.261861,288.6578177,0 +242475,595.3758955,1677.781689,1325.606371,290.8821697,0 +242476,600.1821604,1680.461982,1324.927809,293.2233744,0 +242477,604.9861102,1682.815214,1324.226711,295.3633277,0 +242478,610.2598048,1685.335226,1323.503498,297.5570814,0 +242479,614.9704315,1687.695036,1322.741024,299.7621739,0 +242480,619.8097507,1690.00556,1321.953421,301.9678874,0 +242481,624.9603571,1692.249796,1321.157256,304.0823919,0 +242482,629.7525681,1694.427652,1320.34645,306.5151094,0 +242483,634.4951666,1696.538525,1319.51812,308.5251903,0 +242484,639.5395137,1698.582719,1318.671071,310.74538,0 +242485,644.5785339,1700.559391,1317.80523,313.1384371,0 +242486,649.3283407,1702.362533,1316.920625,314.990696,0 +242487,654.079557,1704.361001,1316.01715,317.3284168,0 +242488,659.0955343,1706.058233,1315.095429,319.4820237,0 +242489,664.0624207,1707.781767,1314.155595,321.6128729,0 +242490,668.9211051,1709.4205,1313.197944,323.7893787,0 +242491,673.4556785,1710.871372,1312.222728,325.9015361,0 +242492,678.4100477,1712.22992,1311.225974,328.0273421,0 +242493,683.0383906,1713.506526,1310.207966,330.0876682,0 +242494,687.8675493,1714.812134,1309.167337,332.1915521,0 +242495,692.4741855,1715.774733,1308.106246,334.2668691,0 +242496,697.4160866,1716.896401,1306.98665,336.3618147,0 +242497,701.9309637,1717.92812,1305.876795,338.3923718,0 +242498,706.7665412,1719.947591,1304.752445,340.468227,0 +242499,711.3822848,1717.680976,1303.613068,342.5395036,0 +242500,716.0912017,1726.729518,1302.454833,344.5484184,0 +242501,720.7855689,1712.635918,1301.107842,346.604722,0 +242502,725.4895609,1738.234875,1299.915697,348.632615,0 +242503,730.1474892,1702.661266,1298.718802,350.6578052,0 +242504,734.7876503,1754.136947,1297.491106,352.7005075,0 +242505,739.3478123,1688.094591,1296.266646,354.6765168,0 +242506,744.138382,1739.282893,1294.999638,356.7007728,0 +242507,748.6499143,1722.907479,1293.741695,358.6963604,0 +242508,753.3543582,1720.945049,1292.457306,360.7144983,0 +242509,757.8929985,1731.085183,1291.16036,362.6639763,0 +242510,762.5103463,1712.418943,1289.852862,364.663781,0 +242511,767.1831719,1747.547188,1288.525369,366.634258,0 +242512,771.7044754,1695.22846,1287.197561,368.3526984,0 +242513,776.2652214,1736.296711,1285.836975,370.7263907,0 +242514,780.8963814,1723.072494,1284.484087,372.4509813,0 +242515,785.32171,1717.811608,1283.109631,374.4662093,0 +242516,790.0412964,1734.26918,1281.707794,376.406162,0 +242517,794.4633626,1706.138432,1280.314144,378.3453018,0 +242518,799.0808353,1745.067032,1278.89665,380.3041266,0 +242519,803.5958633,1694.014772,1277.491751,382.1916909,0 +242520,808.0878938,1753.602865,1276.051087,384.1327163,0 +242521,813.3161697,1683.882387,1274.63187,386.3365667,0 +242522,818.5051964,1733.887179,1273.176793,388.4614264,0 +242523,823.5437106,1713.61304,1271.739083,390.6026801,0 +242524,828.639539,1716.518017,1270.301322,392.6734583,0 +242525,833.7206312,1715.410002,1268.87439,394.8010171,0 +242526,838.7327383,1714.520608,1267.450883,396.9003637,0 +242527,843.9748577,1713.348303,1266.029356,399.0004473,0 +242528,848.8923625,1712.387438,1264.608614,401.1240148,0 +242529,854.0205978,1711.120548,1263.187939,403.1750143,0 +242530,859.0708119,1709.878472,1261.766917,405.2846288,0 +242531,864.1275115,1708.549029,1260.345309,407.3647571,0 +242532,869.1115288,1707.149432,1258.922931,409.4459881,0 +242533,874.2638502,1705.6797,1257.499711,411.5512081,0 +242534,879.2535751,1704.140188,1256.07569,413.5817055,0 +242535,884.3727333,1702.530729,1254.650818,415.6725911,0 +242536,889.2952568,1700.959178,1253.225313,417.733523,0 +242537,894.3756107,1699.054424,1251.799208,419.7953037,0 +242538,899.3129831,1697.31343,1250.372733,421.8534383,0 +242539,904.4404702,1695.409825,1248.94613,423.9376585,0 +242540,909.3967887,1693.454215,1247.5229,425.9450674,0 +242541,914.4125346,1691.428993,1246.098906,428.0135701,0 +242542,919.413418,1689.336643,1244.675866,430.0530578,0 +242543,924.4070544,1687.175942,1243.238298,432.0931286,0 +242544,929.3952594,1684.947453,1241.798764,434.1298068,0 +242545,934.3779355,1682.65082,1240.370244,436.1923269,0 +242546,939.3531282,1680.286247,1238.946904,438.176734,0 +242547,944.3239561,1677.745927,1237.526464,440.2250528,0 +242548,949.288197,1675.400427,1236.108296,442.2425014,0 +242549,954.2461641,1672.756277,1234.692505,444.2613346,0 +242550,959.1983194,1670.137986,1233.279291,446.2768712,0 +242551,964.0558128,1667.298914,1231.869127,448.2794843,0 +242552,968.8167543,1664.366224,1230.460298,450.1939565,0 +242553,973.7574882,1661.352709,1229.05181,452.1714379,0 +242554,978.510813,1658.262673,1227.643843,454.1142293,0 +242555,983.3245057,1655.098089,1226.236998,456.0561895,0 +242556,988.1920544,1651.860557,1224.832225,457.9926931,0 +242557,992.8512407,1648.55117,1223.430411,459.9236466,0 +242558,997.6801432,1645.064803,1222.032255,461.8811416,0 +242559,1002.425212,1641.764639,1220.638577,463.7532408,0 +242560,1007.095072,1638.169961,1219.250055,465.6927841,0 +242561,1011.955283,1634.596873,1217.867292,467.5978926,0 +242562,1016.623644,1631.043275,1216.491005,469.5035368,0 +242563,1021.35639,1627.16956,1215.121707,471.4043371,0 +242564,1026.065929,1623.451695,1213.76,473.3005325,0 +242565,1030.765654,1619.57872,1212.406525,475.1920032,0 +242566,1035.456006,1615.554069,1211.061784,477.1114697,0 +242567,1040.1366,1611.711788,1209.726324,478.9443916,0 +242568,1044.807954,1607.589077,1208.400728,480.8470047,0 +242569,1049.469216,1603.489672,1207.085493,482.7151926,0 +242570,1055.929709,1599.312309,1205.781086,484.584572,0 +242571,1059.246585,1595.072566,1204.488727,486.449706,0 +242572,1065.957911,1590.771652,1203.207332,488.3107524,0 +242573,1067.741733,1586.409477,1201.939378,490.1676253,0 +242574,1077.175705,1581.883733,1200.682768,492.0541597,0 +242575,1074.577045,1577.549108,1199.441988,493.8517264,0 +242576,1090.838329,1572.936051,1198.211321,495.7220496,0 +242577,1077.348245,1568.352811,1197.001075,497.5574366,0 +242578,1085.37756,1581.896294,1195.796674,499.394569,0 +242579,1100.960163,1532.306413,1194.61791,501.2280028,0 +242580,1098.273693,1590.438222,1193.442767,503.0577022,0 +242581,1103.407654,1512.48772,1192.304068,504.4554045,0 +242582,1106.706513,1574.764737,1191.138222,505.8315981,0 +242583,1109.955731,1513.818875,1189.995215,507.1966309,0 +242584,1113.185839,1543.344442,1188.814531,508.5864013,0 +242585,1116.392519,1525.23535,1187.643935,509.8803145,0 +242586,1119.578124,1521.913147,1186.459183,511.2445633,0 +242587,1122.743119,1516.3843,1185.276201,512.5692335,0 +242588,1125.978423,1510.749886,1184.095719,513.8920051,0 +242589,1128.966908,1505.079244,1182.920299,515.2074789,0 +242590,1132.142832,1499.13651,1181.751763,516.5157975,0 +242591,1135.127306,1493.481882,1180.592048,517.8170925,0 +242592,1138.336323,1487.589766,1179.442937,519.111557,0 +242593,1141.322192,1481.638112,1178.306008,520.3992842,0 +242594,1144.374947,1475.802548,1177.182625,521.6808966,0 +242595,1147.396706,1469.727361,1176.074236,522.9562059,0 +242596,1150.400297,1463.6081,1174.981937,524.2248638,0 +242597,1153.388111,1457.553546,1173.906833,525.5232648,0 +242598,1156.450372,1451.459624,1172.849963,526.7251198,0 +242599,1159.265989,1445.059689,1171.8122,527.6423061,0 +242600,1162.275118,1438.849558,1170.79428,529.4279203,0 +242601,1165.18462,1432.52158,1169.797414,530.393928,0 +242602,1168.094771,1426.072539,1168.821902,531.6888037,0 +242603,1170.997501,1419.807332,1167.870682,532.915966,0 +242604,1173.888002,1413.305542,1166.946689,534.1379576,0 +242605,1176.76535,1406.843793,1166.050291,535.3542348,0 +242606,1179.630921,1400.418743,1165.195277,536.5649661,0 +242607,1182.482878,1393.651853,1164.366098,537.7702681,0 +242608,1185.323426,1387.255474,1163.547889,538.933105,0 +242609,1188.147125,1380.559452,1162.74548,540.1840603,0 +242610,1190.96157,1373.92001,1161.959913,541.3453789,0 +242611,1193.704071,1367.173691,1161.191076,542.5076296,0 +242612,1196.421724,1360.298013,1160.437144,543.6897974,0 +242613,1199.120466,1353.602371,1159.69649,544.7702996,0 +242614,1201.801566,1346.775419,1158.968096,545.9284261,0 +242615,1204.4666,1339.783013,1158.251228,547.0453607,0 +242616,1207.114817,1332.849879,1157.54536,548.1622885,0 +242617,1209.747336,1326.020271,1156.850087,549.2730355,0 +242618,1212.364043,1319.001279,1156.16503,550.3777501,0 +242619,1214.965405,1312.030946,1155.489749,551.4386693,0 +242620,1217.551518,1305.109018,1154.823959,552.5894216,0 +242621,1220.218429,1297.879617,1154.16737,553.6482552,0 +242622,1222.628156,1291.017571,1153.519665,554.7368063,0 +242623,1225.243116,1283.885129,1152.880665,555.8134723,0 +242624,1227.755809,1276.74231,1152.250167,556.8848738,0 +242625,1230.270337,1269.767204,1151.627954,557.9511414,0 +242626,1232.771988,1262.610369,1151.013948,559.0123067,0 +242627,1235.260809,1255.59299,1150.407942,560.0685696,0 +242628,1237.638807,1248.274471,1149.809865,561.1199396,0 +242629,1240.253314,1241.317667,1149.219536,562.1666227,0 +242630,1242.631319,1234.115363,1148.637074,563.2471354,0 +242631,1245.089053,1226.989238,1148.062189,564.2261585,0 +242632,1247.519404,1219.844652,1147.494923,565.2496493,0 +242633,1249.939152,1212.706483,1146.935212,566.3304784,0 +242634,1252.448322,1205.563787,1146.383047,567.3257959,0 +242635,1254.69501,1198.346738,1145.854348,568.3528686,0 +242636,1257.161129,1191.321983,1145.334939,569.3693009,0 +242637,1259.525782,1184.138692,1144.811547,570.3819699,0 +242638,1261.898312,1177.029199,1144.290782,571.3907918,0 +242639,1264.263123,1169.913758,1143.775587,572.3960374,0 +242640,1266.620036,1162.81371,1143.267201,573.397689,0 +242641,1269.467864,1155.926918,1142.766091,574.5707787,0 +242642,1272.473576,1168.420547,1142.280637,575.8050676,0 +242643,1275.524389,1114.052987,1141.822989,577.0572753,0 +242644,1278.588181,1169.33621,1141.372909,578.2747677,0 +242645,1281.657664,1096.753419,1140.971705,579.5940681,0 +242646,1284.729758,1146.443156,1140.563805,580.8232315,0 +242647,1287.804549,1097.318582,1140.201614,582.0895056,0 +242648,1290.983009,1115.919031,1139.83705,583.3891625,0 +242649,1293.906216,1100.403089,1139.502663,584.5876476,0 +242650,1296.963427,1095.357356,1139.17773,585.8776907,0 +242651,1300.188828,1088.782352,1138.869211,587.1305984,0 +242652,1303.199894,1084.351114,1138.574491,588.390554,0 +242653,1306.310352,1079.711014,1138.293617,589.6508327,0 +242654,1309.408064,1075.02082,1138.025649,590.911409,0 +242655,1312.510809,1070.400577,1137.770059,592.1725143,0 +242656,1315.618995,1065.786975,1137.526428,593.3935472,0 +242657,1318.733587,1061.268278,1137.294384,594.7173733,0 +242658,1321.854896,1056.740683,1137.073675,595.94962,0 +242659,1324.984056,1052.26497,1136.863988,597.2203962,0 +242660,1328.121498,1047.792244,1136.66515,598.4849986,0 +242661,1331.37249,1043.31194,1136.476933,599.750707,0 +242662,1334.454144,1038.977254,1136.299237,601.0173879,0 +242663,1337.635329,1034.610057,1136.131857,602.2853108,0 +242664,1340.77191,1030.290385,1135.974704,603.5543723,0 +242665,1344.029912,1026.011243,1135.827638,604.8248371,0 +242666,1347.149249,1021.774972,1135.690616,606.1381041,0 +242667,1350.321967,1017.583441,1135.563488,607.3483383,0 +242668,1353.598982,1013.439076,1135.446159,608.6130064,0 +242669,1356.737122,1009.343388,1135.338655,609.9453023,0 +242670,1359.821095,1005.298215,1135.240812,611.1919557,0 +242671,1363.151318,1001.278497,1135.152574,612.4554884,0 +242672,1366.319874,997.3078922,1135.073041,613.7087384,0 +242673,1369.443846,993.3913357,1135.001428,614.9614382,0 +242674,1372.707171,989.5948478,1134.937503,616.2139876,0 +242675,1375.712698,985.6993033,1134.88135,617.4669328,0 +242676,1379.058948,982.0063278,1134.832907,618.7202366,0 +242677,1382.161733,978.3192192,1134.792496,619.9742405,0 +242678,1385.333115,974.6449605,1134.75999,621.2287884,0 +242679,1388.606896,971.1943837,1134.735489,622.4841757,0 +242680,1391.740241,967.6733134,1134.719102,623.6975282,0 +242681,1394.925123,964.3421815,1134.710702,625.0193396,0 +242682,1398.212055,960.9210449,1134.710401,626.244721,0 +242683,1401.358555,957.713095,1134.71814,627.5107417,0 +242684,1404.556108,954.5272136,1134.733918,628.7701121,0 +242685,1407.856459,951.4317993,1134.75771,630.0735678,0 +242686,1411.015114,948.4184826,1134.789549,631.2692243,0 +242687,1414.225363,945.4897741,1134.829282,632.5638272,0 +242688,1417.649534,942.6476118,1134.876966,633.8191398,0 +242689,1420.648031,939.9540764,1134.932604,635.0827611,0 +242690,1426.463502,937.1434932,1134.995899,636.3469615,0 +242691,1425.346879,934.7078674,1135.067973,637.6120404,0 +242692,1439.152012,932.1808813,1135.145491,638.8776784,0 +242693,1419.894511,929.8159511,1135.23577,640.1002908,0 +242694,1443.986401,927.6378501,1135.323203,641.5308535,24.72958235 +242695,1438.586869,925.6141271,1135.436946,643.1051742,35.49030656 +242696,1443.402064,923.6539986,1135.549245,644.5904943,13.54408575 +242697,1446.774065,921.7413459,1135.647677,646.3550281,52.85126867 +242698,1449.967745,919.8698683,1135.779174,648.1061579,0 +242699,1453.217478,918.0368586,1135.895924,649.9270933,50.1557066 +242700,1456.68407,916.2975937,1136.029476,651.8232486,54.66558888 +242701,0,0,0,0,0 +242702,0,0,0,0,0 +242703,0,0,0,0,0 +242704,0,0,0,0,0 +242705,0,0,0,0,0 +242706,0,0,0,0,0 +242707,0,0,0,0,0 +242708,0,0,0,0,0 +242709,0,0,0,0,0 +242710,0,0,0,0,0 +242711,0,0,0,0,0 +242712,0,0,0,0,0 +242713,0,0,0,0,0 +242714,0,0,0,0,0 +242715,0,0,0,0,0 +242716,0,0,0,0,0 +242717,0,0,0,0,0 +242718,0,0,0,0,0 +242719,0,0,0,0,0 +242720,0,0,0,0,0 +242721,0,0,0,0,0 +242722,0,0,0,0,0 +242723,0,0,0,0,0 +242724,0,0,0,0,0 +242725,0,0,0,0,0 +242726,0,0,0,0,0 +242727,0,0,0,0,0 +242728,0,0,0,0,0 +242729,0,0,0,0,0 +242730,0,0,0,0,0 +242731,0,0,0,0,0 +242732,0,0,0,0,0 +242733,0,0,0,0,0 +242734,0,0,0,0,0 +242735,0,0,0,0,0 +242736,0,0,0,0,0 +242737,0,0,0,0,0 +242738,0,0,0,0,0 +242739,0,0,0,0,0 +242740,0,0,0,0,0 +242741,0,0,0,0,0 +242742,0,0,0,0,0 +242743,0,0,0,0,0 +242744,0,0,0,0,0 +242745,0,0,0,0,0 +242746,0,0,0,0,0 +242747,0,0,0,0,0 +242748,0,0,0,0,0 +242749,0,0,0,0,0 +242750,0,0,0,0,0 +242751,0,0,0,0,0 +242752,0,0,0,0,0 +242753,0,0,0,0,0 +242754,0,0,0,0,0 +242755,0,0,0,0,0 +242756,0,0,0,0,0 +242757,0,0,0,0,0 +242758,0,0,0,0,0 +242759,0,0,0,0,0 +242760,0,0,0,0,0 +242761,0,0,0,0,0 +242762,0,0,0,0,0 +242763,0,0,0,0,0 +242764,0,0,0,0,0 +242765,0,0,0,0,0 +242766,0,0,0,0,0 +242767,0,0,0,0,0 +242768,0,0,0,0,0 +242769,0,0,0,0,0 +242770,0,0,0,0,0 +242771,0,0,0,0,0 +242772,0,0,0,0,0 +242773,0,0,0,0,0 +242774,0,0,0,0,0 +242775,0,0,0,0,0 +242776,0,0,0,0,0 +242777,0,0,0,0,0 +242778,0,0,0,0,0 +242779,0,0,0,0,0 +242780,0,0,0,0,0 +242781,0,0,0,0,0 +242782,0,0,0,0,0 +242783,0,0,0,0,0 +242784,0,0,0,0,0 +242785,0,0,0,0,0 +242786,0,0,0,0,0 +242787,0,0,0,0,0 +242788,0,0,0,0,0 +242789,0,0,0,0,0 +242790,0,0,0,0,0 +242791,0,0,0,0,0 +242792,0,0,0,0,0 +242793,0,0,0,0,0 +242794,0,0,0,0,0 +242795,0,0,0,0,0 +242796,0,0,0,0,0 +242797,0,0,0,0,0 +242798,0,0,0,0,0 +242799,0,0,0,0,0 +242800,0,0,0,0,0 +242801,0,0,0,0,0 +242802,0,0,0,0,0 +242803,0,0,0,0,0 +242804,0,0,0,0,0 +242805,0,0,0,0,0 +242806,0,0,0,0,0 +242807,0,0,0,0,0 +242808,0,0,0,0,0 +242809,0,0,0,0,0 +242810,0,0,0,0,0 +242811,0,0,0,0,0 +242812,0,0,0,0,0 +242813,0,0,0,0,0 +242814,0,0,0,0,0 +242815,0,0,0,0,0 +242816,0,0,0,0,0 +242817,0,0,0,0,0 +242818,0,0,0,0,0 +242819,0,0,0,0,0 +242820,0,0,0,0,0 +242821,0,0,0,0,0 +242822,0,0,0,0,0 +242823,0,0,0,0,0 +242824,0,0,0,0,0 +242825,0,0,0,0,0 +242826,0,0,0,0,0 +242827,0,0,0,0,0 +242828,0,0,0,0,0 +242829,0,0,0,0,0 +242830,0,0,0,0,0 +242831,0,0,0,0,0 +242832,0,0,0,0,0 +242833,0,0,0,0,0 +242834,0,0,0,0,0 +242835,0,0,0,0,0 +242836,0,0,0,0,0 +242837,0,0,0,0,0 +242838,0,0,0,0,0 +242839,0,0,0,0,0 +242840,0,0,0,0,0 +242841,0,0,0,0,0 +242842,0,0,0,0,0 +242843,0,0,0,0,0 +242844,0,0,0,0,0 +242845,0,0,0,0,0 +242846,0,0,0,0,0 +242847,0,0,0,0,0 +242848,0,0,0,0,0 +242849,0,0,0,0,0 +242850,0,0,0,0,0 +242851,0,0,0,0,0 +242852,0,0,0,0,0 +242853,0,0,0,0,0 +242854,0,0,0,0,0 +242855,0,0,0,0,0 +242856,0,0,0,0,0 +242857,0,0,0,0,0 +242858,0,0,0,0,0 +242859,0,0,0,0,0 +242860,0,0,0,0,0 +242861,0,0,0,0,0 +242862,0,0,0,0,0 +242863,0,0,0,0,0 +242864,0,0,0,0,0 +242865,0,0,0,0,0 +242866,0,0,0,0,0 +242867,0,0,0,0,0 +242868,0,0,0,0,0 +242869,0,0,0,0,0 +242870,0,0,0,0,0 +242871,0,0,0,0,0 +242872,0,0,0,0,0 +242873,0,0,0,0,0 +242874,0,0,0,0,0 +242875,0,0,0,0,0 +242876,0,0,0,0,0 +242877,0,0,0,0,0 +242878,0,0,0,0,0 +242879,0,0,0,0,0 +242880,0,0,0,78.67778302,0 +242881,0,0,0,105.1634814,0 +242882,0,0,0,90.24337084,0 +242883,0,0,0,111.547689,0 +242884,0,0,0,121.6429146,0 +242885,0,0,0,131.5657749,0 +242886,0,0,0,141.2902323,0 +242887,0,0,0,150.8690713,0 +242888,0,0,0,160.3469427,0 +242889,0,0,0,169.5996996,0 +242890,0,0,0,178.6320589,0 +242891,0,0,0,187.8273754,0 +242892,0,0,0,196.6198598,0 +242893,0,0,0,205.401989,0 +242894,0,0,0,213.9550661,0 +242895,0,0,0,222.5902729,0 +242896,0,0,0,230.8523594,0 +242897,0,0,0,239.3615701,0 +242898,0,0,0,247.2748613,0 +242899,0,0,0,255.5592711,0 +242900,0,0,0,263.4414915,0 +242901,0,0,0,271.2524269,0 +242902,0,0,0,279.2602253,0 +242903,0,0,0,286.6201318,0 +242904,0,0,0,294.454857,0 +242905,0,0,0,301.7582967,0 +242906,0,0,0,309.4430476,0 +242907,0,0,0,316.5221865,0 +242908,0,0,0,323.7633847,0 +242909,0,0,0,331.0625518,0 +242910,0,0,0,338.1723808,0 +242911,0,0,0,344.6024826,0 +242912,0,0,0,351.4537107,0 +242913,0,0,0,357.8101773,0 +242914,0,0,0,364.0730336,0 +242915,0,0,0,370.5488227,0 +242916,0,0,0,376.6257315,0 +242917,0,0,0,382.8612084,0 +242918,0,0,0,388.6667596,0 +242919,0,0,0,394.5553763,0 +242920,0,0,0,400.5261014,0 +242921,0,0,0,406.2097859,0 +242922,0,0,0,411.8641916,0 +242923,0,0,0,417.4469767,0 +242924,0,0,0,422.8070699,0 +242925,0,0,0,428.4806009,0 +242926,0,0,0,433.8606908,0 +242927,0,0,0,438.944615,0 +242928,0,0,0,444.2749788,0 +242929,0,0,0,449.3900487,0 +242930,0,0,0,454.461464,0 +242931,0,0,0,459.4633946,0 +242932,0,0,0,464.2428407,0 +242933,0,0,0,469.3519183,0 +242934,0,0,0,474.0277234,0 +242935,0,0,0,478.789596,0 +242936,0,0,0,483.4568109,0 +242937,0,0,0,488.0601307,0 +242938,0,0,0,492.5994115,0 +242939,0,0,0,497.0756645,0 +242940,0,0,0,501.6486486,0 +242941,0,0,0,505.4436728,0 +242942,0,0,0,509.9929591,0 +242943,0,0,0,513.886644,0 +242944,0,0,0,517.9161791,0 +242945,0,0,0,521.8528515,0 +242946,0,0,0,525.7281522,0 +242947,0,0,0,529.5434288,0 +242948,0,0,0,533.2991394,0 +242949,0,0,0,536.9960431,0 +242950,0,0,0,540.6345378,0 +242951,0,0,0,544.2152793,0 +242952,0,0,0,547.7385688,0 +242953,0,0,0,551.2049588,0 +242954,0,0,0,554.6146439,0 +242955,0,0,0,557.968066,0 +242956,0,0,0,561.0701941,0 +242957,0,0,0,564.6151036,0 +242958,0,0,0,567.6483705,0 +242959,0,0,0,570.8143034,0 +242960,0,0,0,573.8885731,0 +242961,0,0,0,576.9079628,0 +242962,0,0,0,579.8714934,0 +242963,0,0,0,582.779472,0 +242964,0,0,0,585.6316928,0 +242965,0,0,0,588.4282626,0 +242966,0,0,0,591.1689666,0 +242967,0,0,0,593.8538959,0 +242968,0,0,0,596.482823,0 +242969,0,0,0,599.0558367,0 +242970,0,0,0,601.5727077,0 +242971,0,0,0,603.1750187,0 +242972,0,0,0,604.654333,0 +242973,0,0,0,606.0030857,0 +242974,0,0,0,607.2310595,0 +242975,0,0,0,608.3448268,0 +242976,0,0,0,609.3486474,0 +242977,0,0,0,610.2458244,0 +242978,0,0,0,611.0385758,0 +242979,0,0,0,611.7290509,0 +242980,0,0,0,612.3187635,0 +242981,0,0,0,612.8094075,0 +242982,0,0,0,613.202167,0 +242983,0,0,0,613.4984888,0 +242984,0,0,0,613.6993497,0 +242985,0,0,0,613.8060272,0 +242986,0,0,0,622.2614751,0 +242987,0,0,0,623.7381071,0 +242988,0,0,0,624.3135472,0 +242989,0,0,0,624.6832898,0 +242990,0,0,0,624.8837176,0 +242991,0,0,0,624.9414088,0 +242992,0,0,0,624.8722471,0 +242993,0,0,0,624.6858613,0 +242994,0,0,0,624.3878569,0 +242995,0,0,0,623.9823583,0 +242996,0,0,0,623.4720523,0 +242997,0,0,0,622.8594796,0 +242998,0,0,0,622.1464187,0 +242999,0,0,0,621.3348637,0 +243000,0,0,0,620.4262255,0 +243001,0,0,0,619.5092051,0 +243002,0,0,0,618.5090347,0 +243003,0,0,0,617.4189414,0 +243004,0,0,0,616.238843,0 +243005,0,0,0,614.969929,0 +243006,0,0,0,613.6129893,0 +243007,0,0,0,612.1692504,0 +243008,0,0,0,610.6394588,0 +243009,0,0,0,609.0247796,0 +243010,0,0,0,607.3258889,0 +243011,0,0,0,605.5438945,0 +243012,0,0,0,603.6794073,0 +243013,0,0,0,601.7334774,0 +243014,0,0,0,599.7066623,0 +243015,0,0,0,597.5999653,0 +243016,0,0,0,595.4138985,0 +243017,0,0,0,593.4307169,0 +243018,0,0,0,591.1504734,0 +243019,0,0,0,588.7715968,0 +243020,0,0,0,586.3115717,0 +243021,0,0,0,583.7745514,0 +243022,0,0,0,581.1619977,0 +243023,0,0,0,578.4753672,0 +243024,0,0,0,575.715402,0 +243025,0,0,0,572.8831998,0 +243026,0,0,0,569.944738,0 +243027,0,0,0,566.9953795,0 +243028,0,0,0,563.9188903,0 +243029,0,0,0,560.8322064,0 +243030,0,0,0,557.8222238,0 +243031,0,0,0,552.3275958,0 +243032,0,0,0,546.8692746,0 +243033,0,0,0,540.9689555,0 +243034,0,0,0,534.8744856,0 +243035,0,0,0,528.5734598,0 +243036,0,0,0,522.0773453,0 +243037,0,0,0,515.3958575,0 +243038,0,0,0,508.5353448,0 +243039,0,0,0,501.6924549,0 +243040,0,0,0,494.0210888,0 +243041,0,0,0,487.0510185,0 +243042,0,0,0,479.3687641,0 +243043,0,0,0,471.7165535,0 +243044,0,0,0,463.8844278,0 +243045,0,0,0,456.0809817,0 +243046,0,0,0,447.7166686,0 +243047,0,0,0,439.5739095,0 +243048,0,0,0,431.1478837,0 +243049,0,0,0,422.5757479,0 +243050,0,0,0,413.9431026,0 +243051,0,0,0,405.1220854,0 +243052,0,0,0,396.1931534,0 +243053,0,0,0,387.2806779,0 +243054,0,0,0,377.7634815,0 +243055,0,0,0,368.6096626,0 +243056,0,0,0,359.2078847,0 +243057,0,0,0,349.4281365,0 +243058,0,0,0,346.2329694,0 +243059,0,0,0,337.866867,0 +243060,0,0,0,328.5036138,0 +243061,0,0,0,319.291779,0 +243062,0,0,0,309.6851723,0 +243063,0,0,0,299.665968,0 +243064,0,0,0,290.1708498,0 +243065,0,0,0,280.0569573,0 +243066,0,0,0,269.851337,0 +243067,0,0,0,260.0177021,0 +243068,0,0,0,249.5582397,0 +243069,0,0,0,237.7293122,0 +243070,0,0,0,224.6603064,0 +243071,0,0,0,211.4496933,0 +243072,0,0,0,197.9276293,0 +243073,0,0,0,183.9780094,0 +243074,0,0,0,170.0011898,0 +243075,0,0,0,155.6041768,0 +243076,0,0,0,141.0399064,0 +243077,0,0,0,126.2244041,0 +243078,0,0,0,111.2153268,0 +243079,0,0,0,95.90609484,0 +243080,0,0,0,80.65581284,0 +243081,0,0,0,64.39411174,0 +243082,0,0,0,81.24454216,0 +243083,0,0,0,0,0 +243084,0,0,0,26.31406185,0 +243085,0,0,0,0,0 +243086,0,0,0,0,0 +243087,0,0,0,0,0 +243088,0,0,0,0,0 +243089,0,0,0,0,0 +243090,0,0,0,0,0 +243091,0,0,0,0,0 +243092,0,0,0,0,0 +243093,0,0,0,0,0 +243094,0,0,0,0,0 +243095,0,0,0,0,0 +243096,0,0,0,0,0 +243097,0,0,0,0,0 +243098,0,0,0,0,0 +243099,0,0,0,0,0 +243100,0,0,0,0,0 +243101,0,0,0,0,0 +243102,0,0,0,0,0 +243103,0,0,0,0,0 +243104,0,0,0,0,0 +243105,0,0,0,0,0 +243106,0,0,0,0,0 +243107,0,0,0,0,0 +243108,0,0,0,0,0 +243109,0,0,0,0,0 +243110,0,0,0,0,0 +243111,0,0,0,0,0 +243112,0,0,0,0,0 +243113,0,0,0,0,0 +243114,0,0,0,0,0 +243115,0,0,0,0,0 +243116,0,0,0,0,0 +243117,0,0,0,0,0 +243118,0,0,0,0,0 +243119,0,0,0,0,0 +243120,0,0,0,0,0 +243121,0,0,0,0,0 +243122,0,0,0,0,0 +243123,0,0,0,0,0 +243124,0,0,0,0,0 +243125,0,0,0,0,0 +243126,0,0,0,0,0 +243127,0,0,0,0,0 +243128,0,0,0,0,0 +243129,0,0,0,0,0 +243130,0,0,0,0,0 +243131,0,0,0,0,0 +243132,0,0,0,0,0 +243133,0,0,0,0,0 +243134,0,0,0,0,0 +243135,0,0,0,0,0 +243136,0,0,0,0,0 +243137,0,0,0,0,0 +243138,0,0,0,0,0 +243139,0,0,0,0,0 +243140,0,0,0,0,0 +243141,0,0,0,0,0 +243142,0,0,0,0,0 +243143,0,0,0,0,0 +243144,0,0,0,0,0 +243145,0,0,0,0,0 +243146,0,0,0,0,0 +243147,0,0,0,0,0 +243148,0,0,0,0,0 +243149,0,0,0,0,0 +243150,0,0,0,0,0 +243151,0,0,0,0,0 +243152,0,0,0,0,0 +243153,0,0,0,0,0 +243154,0,0,0,0,0 +243155,0,0,0,0,0 +243156,0,0,0,0,0 +243157,0,0,0,0,0 +243158,0,0,0,0,0 +243159,0,0,0,0,0 +243160,0,0,0,0,0 +243161,0,0,0,0,0 +243162,0,0,0,0,0 +243163,0,0,0,0,0 +243164,0,0,0,0,0 +243165,0,0,0,0,0 +243166,0,0,0,0,0 +243167,0,0,0,0,0 +243168,0,0,0,0,0 +243169,0,0,0,0,0 +243170,0,0,0,0,0 +243171,0,0,0,0,0 +243172,0,0,0,0,0 +243173,0,0,0,0,0 +243174,0,0,0,0,0 +243175,0,0,0,0,0 +243176,0,0,0,0,0 +243177,0,0,0,0,0 +243178,0,0,0,0,0 +243179,0,0,0,0,0 +243180,0,0,0,0,0 +243181,0,0,0,0,0 +243182,0,0,0,0,0 +243183,0,0,0,0,0 +243184,0,0,0,0,0 +243185,0,0,0,0,0 +243186,0,0,0,0,0 +243187,0,0,0,0,0 +243188,0,0,0,0,0 +243189,0,0,0,0,0 +243190,0,0,0,0,0 +243191,0,0,0,0,0 +243192,0,0,0,0,0 +243193,0,0,0,0,0 +243194,0,0,0,0,0 +243195,0,0,0,0,0 +243196,0,0,0,0,0 +243197,0,0,0,0,0 +243198,0,0,0,0,0 +243199,0,0,0,0,0 +243200,0,0,0,0,0 +243201,0,0,0,0,0 +243202,0,0,0,0,0 +243203,0,0,0,0,0 +243204,0,0,0,0,0 +243205,0,0,0,0,0 +243206,0,0,0,0,0 +243207,0,0,0,0,0 +243208,0,0,0,0,0 +243209,0,0,0,0,0 +243210,0,0,0,0,0 +243211,0,0,0,0,0 +243212,0,0,0,0,0 +243213,0,0,0,0,0 +243214,0,0,0,0,0 +243215,0,0,0,0,0 +243216,0,0,0,0,0 +243217,0,0,0,0,0 +243218,0,0,0,0,0 +243219,0,0,0,0,0 +243220,0,0,0,0,0 +243221,0,0,0,0,0 +243222,0,0,0,0,0 +243223,0,0,0,0,0 +243224,0,0,0,0,0 +243225,0,0,0,0,0 +243226,0,0,0,0,0 +243227,0,0,0,0,0 +243228,0,0,0,0,0 +243229,0,0,0,0,0 +243230,0,0,0,0,0 +243231,0,0,0,0,0 +243232,0,0,0,0,0 +243233,0,0,0,0,0 +243234,0,0,0,0,0 +243235,0,0,0,0,0 +243236,0,0,0,0,0 +243237,0,0,0,0,0 +243238,0,0,0,0,0 +243239,0,0,0,0,0 +243240,0,0,0,0,0 +243241,0,0,0,0,0 +243242,0,0,0,0,0 +243243,0,0,0,0,0 +243244,0,0,0,0,0 +243245,0,0,0,0,0 +243246,0,0,0,0,0 +243247,0,0,0,0,0 +243248,0,0,0,0,0 +243249,0,0,0,0,0 +243250,0,0,0,0,0 +243251,0,0,0,0,0 +243252,0,0,0,0,0 +243253,0,0,0,0,0 +243254,0,0,0,0,0 +243255,0,0,0,0,0 +243256,0,0,0,0,0 +243257,0,0,0,0,0 +243258,0,0,0,0,0 +243259,0,0,0,0,0 +243260,0,0,0,0,0 +243261,0,0,0,0,0 +243262,0,0,0,0,0 +243263,0,0,0,0,0 +243264,0,0,0,0,0 +243265,0,0,0,0,0 +243266,0,0,0,0,0 +243267,0,0,0,0,0 +243268,0,0,0,0,0 +243269,0,0,0,0,0 +243270,0,0,0,0,0 +243271,0,0,0,0,0 +243272,0,0,0,0,0 +243273,0,0,0,0,0 +243274,0,0,0,0,0 +243275,0,0,0,0,0 +243276,0,0,0,0,0 +243277,0,0,0,0,0 +243278,0,0,0,0,0 +243279,0,0,0,0,0 +243280,0,0,0,0,0 +243281,0,0,0,0,0 +243282,0,0,0,0,0 +243283,0,0,0,0,0 +243284,0,0,0,0,0 +243285,0,0,0,0,0 +243286,0,0,0,0,0 +243287,0,0,0,0,0 +243288,0,0,0,0,0 +243289,0,0,0,0,0 +243290,0,0,0,0,0 +243291,0,0,0,0,0 +243292,0,0,0,0,0 +243293,0,0,0,0,0 +243294,0,0,0,0,0 +243295,0,0,0,0,0 +243296,0,0,0,0,0 +243297,0,0,0,0,0 +243298,0,0,0,0,0 +243299,0,0,0,0,0 +243300,0,0,0,0,0 +243301,0,0,0,0,0 +243302,0,0,0,0,0 +243303,0,0,0,0,0 +243304,0,0,0,0,0 +243305,0,0,0,0,0 +243306,0,0,0,0,0 +243307,0,0,0,0,0 +243308,0,0,0,0,0 +243309,0,0,0,0,0 +243310,0,0,0,0,0 +243311,0,0,0,0,0 +243312,0,0,0,0,0 +243313,0,0,0,0,0 +243314,0,0,0,0,0 +243315,0,0,0,0,0 +243316,0,0,0,0,0 +243317,0,0,0,0,0 +243318,0,0,0,0,0 +243319,0,0,0,0,0 +243320,0,0,0,0,0 +243321,0,0,0,0,0 +243322,0,0,0,0,0 +243323,0,0,0,0,0 +243324,0,0,0,0,0 +243325,0,0,0,0,0 +243326,0,0,0,0,0 +243327,0,0,0,0,0 +243328,0,0,0,0,0 +243329,0,0,0,0,0 +243330,0,0,0,0,0 +243331,0,0,0,0,0 +243332,0,0,0,0,0 +243333,0,0,0,0,0 +243334,0,0,0,0,0 +243335,0,0,0,0,0 +243336,0,0,0,0,0 +243337,0,0,0,0,0 +243338,0,0,0,0,0 +243339,0,0,0,0,0 +243340,0,0,0,0,0 +243341,0,0,0,0,0 +243342,0,0,0,0,0 +243343,0,0,0,0,0 +243344,0,0,0,0,0 +243345,0,0,0,0,0 +243346,0,0,0,0,0 +243347,0,0,0,0,0 +243348,0,0,0,0,0 +243349,0,0,0,0,0 +243350,0,0,0,0,0 +243351,0,0,0,0,0 +243352,0,0,0,0,0 +243353,0,0,0,0,0 +243354,0,0,0,0,0 +243355,0,0,0,0,0 +243356,0,0,0,0,0 +243357,0,0,0,0,0 +243358,0,0,0,0,0 +243359,0,0,0,0,0 +243360,0,0,0,0,0 +243361,0,0,0,0,0 +243362,0,0,0,0,0 +243363,0,0,0,0,0 +243364,0,0,0,0,0 +243365,0,0,0,0,0 +243366,0,0,0,0,0 +243367,0,0,0,0,0 +243368,0,0,0,0,0 +243369,0,0,0,0,0 +243370,0,0,0,0,0 +243371,0,0,0,0,0 +243372,0,0,0,0,0 +243373,0,0,0,0,0 +243374,0,0,0,0,0 +243375,0,0,0,0,0 +243376,0,0,0,0,0 +243377,0,0,0,0,0 +243378,0,0,0,0,0 +243379,0,0,0,0,0 +243380,0,0,0,0,0 +243381,0,0,0,0,0 +243382,0,0,0,0,0 +243383,0,0,0,0,0 +243384,0,0,0,0,0 +243385,0,0,0,0,0 +243386,0,0,0,0,0 +243387,0,0,0,0,0 +243388,0,0,0,0,0 +243389,0,0,0,0,0 +243390,0,0,0,0,0 +243391,0,0,0,0,0 +243392,0,0,0,0,0 +243393,0,0,0,0,0 +243394,0,0,0,0,0 +243395,0,0,0,0,0 +243396,0,0,0,0,0 +243397,0,0,0,0,0 +243398,0,0,0,0,0 +243399,0,0,0,0,0 +243400,0,0,0,0,0 +243401,0,0,0,0,0 +243402,0,0,0,0,0 +243403,0,0,0,0,0 +243404,0,0,0,0,0 +243405,0,0,0,0,0 +243406,0,0,0,0,0 +243407,0,0,0,0,0 +243408,0,0,0,0,0 +243409,0,0,0,0,0 +243410,0,0,0,0,0 +243411,0,0,0,0,0 +243412,0,0,0,0,0 +243413,0,0,0,0,0 +243414,0,0,0,0,0 +243415,0,0,0,0,0 +243416,0,0,0,0,0 +243417,0,0,0,0,0 +243418,0,0,0,0,0 +243419,0,0,0,0,0 +243420,0,0,0,0,0 +243421,0,0,0,0,0 +243422,0,0,0,0,0 +243423,0,0,0,0,0 +243424,0,0,0,0,0 +243425,0,0,0,0,0 +243426,0,0,0,0,0 +243427,0,0,0,0,0 +243428,0,0,0,0,0 +243429,0,0,0,0,0 +243430,0,0,0,0,0 +243431,0,0,0,0,0 +243432,0,0,0,0,0 +243433,0,0,0,0,0 +243434,0,0,0,0,0 +243435,0,0,0,0,0 +243436,0,0,0,0,0 +243437,0,0,0,0,0 +243438,0,0,0,0,0 +243439,0,0,0,0,0 +243440,0,0,0,0,0 +243441,0,0,0,0,0 +243442,0,0,0,0,0 +243443,0,0,0,0,0 +243444,0,0,0,0,0 +243445,0,0,0,0,0 +243446,0,0,0,0,0 +243447,0,0,0,0,0 +243448,0,0,0,0,0 +243449,0,0,0,0,0 +243450,0,0,0,0,0 +243451,0,0,0,0,0 +243452,0,0,0,0,0 +243453,0,0,0,0,0 +243454,0,0,0,0,0 +243455,0,0,0,0,0 +243456,0,0,0,0,0 +243457,0,0,0,0,0 +243458,0,0,0,0,0 +243459,0,0,0,0,0 +243460,0,0,0,0,0 +243461,0,0,0,0,0 +243462,0,0,0,0,0 +243463,0,0,0,0,0 +243464,0,0,0,0,0 +243465,0,0,0,0,0 +243466,0,0,0,0,0 +243467,0,0,0,0,0 +243468,0,0,0,0,0 +243469,0,0,0,0,0 +243470,0,0,0,0,0 +243471,0,0,0,0,0 +243472,0,0,0,0,0 +243473,0,0,0,0,0 +243474,0,0,0,0,0 +243475,0,0,0,0,0 +243476,0,0,0,0,0 +243477,0,0,0,0,0 +243478,0,0,0,0,0 +243479,0,0,0,0,0 +243480,0,0,0,0,0 +243481,0,0,0,0,0 +243482,0,0,0,0,0 +243483,0,0,0,0,0 +243484,0,0,0,0,0 +243485,0,0,0,0,0 +243486,0,0,0,0,0 +243487,0,0,0,0,0 +243488,0,0,0,0,0 +243489,0,0,0,0,0 +243490,0,0,0,0,0 +243491,0,0,0,0,0 +243492,0,0,0,0,0 +243493,0,0,0,0,0 +243494,0,0,0,0,0 +243495,0,0,0,0,0 +243496,0,0,0,0,0 +243497,0,0,0,0,0 +243498,0,0,0,0,0 +243499,0,0,0,0,0 +243500,0,0,0,0,0 +243501,0,0,0,0,0 +243502,0,0,0,0,0 +243503,0,0,0,0,0 +243504,0,0,0,0,0 +243505,0,0,0,0,0 +243506,0,0,0,0,0 +243507,0,0,0,0,0 +243508,0,0,0,0,0 +243509,0,0,0,0,0 +243510,0,0,0,0,0 +243511,0,0,0,0,0 +243512,0,0,0,0,0 +243513,0,0,0,0,0 +243514,0,0,0,0,0 +243515,0,0,0,0,0 +243516,0,0,0,0,0 +243517,0,0,0,0,0 +243518,0,0,0,0,0 +243519,0,0,0,0,0 +243520,0,0,0,0,0 +243521,0,0,0,0,0 +243522,0,0,0,0,0 +243523,0,0,0,0,0 +243524,0,0,0,0,0 +243525,0,0,0,0,0 +243526,0,0,0,0,0 +243527,0,0,0,0,0 +243528,0,0,0,0,0 +243529,0,0,0,0,0 +243530,0,0,0,0,0 +243531,0,0,0,0,0 +243532,0,0,0,0,0 +243533,0,0,0,0,0 +243534,0,0,0,0,0 +243535,0,0,0,0,0 +243536,0,0,0,0,0 +243537,0,0,0,0,0 +243538,0,0,0,0,0 +243539,0,0,0,0,0 +243540,0,0,0,0,0 +243541,0,0,0,0,0 +243542,0,0,0,0,0 +243543,0,0,0,0,0 +243544,0,0,0,0,0 +243545,0,0,0,0,0 +243546,0,0,0,0,0 +243547,0,0,0,0,0 +243548,0,0,0,0,0 +243549,0,0,0,0,0 +243550,0,0,0,0,0 +243551,0,0,0,0,0 +243552,0,0,0,0,0 +243553,0,0,0,0,0 +243554,0,0,0,0,0 +243555,0,0,0,0,0 +243556,0,0,0,0,0 +243557,0,0,0,0,0 +243558,0,0,0,0,0 +243559,0,0,0,0,0 +243560,0,0,0,0,0 +243561,0,0,0,0,0 +243562,0,0,0,0,0 +243563,0,0,0,0,0 +243564,0,0,0,0,0 +243565,0,0,0,0,0 +243566,0,0,0,0,0 +243567,0,0,0,0,0 +243568,0,0,0,0,0 +243569,0,0,0,0,0 +243570,0,0,0,0,0 +243571,0,0,0,0,0 +243572,0,0,0,0,0 +243573,0,0,0,0,0 +243574,0,0,0,0,0 +243575,0,0,0,0,0 +243576,0,0,0,0,0 +243577,0,0,0,0,0 +243578,0,0,0,0,0 +243579,0,0,0,0,0 +243580,0,0,0,0,0 +243581,0,0,0,0,0 +243582,0,0,0,0,0 +243583,0,0,0,0,0 +243584,0,0,0,0,0 +243585,0,0,0,0,0 +243586,0,0,0,0,0 +243587,0,0,0,0,0 +243588,0,0,0,0,0 +243589,0,0,0,0,0 +243590,0,0,0,0,0 +243591,0,0,0,0,0 +243592,0,0,0,0,0 +243593,0,0,0,0,0 +243594,0,0,0,0,0 +243595,0,0,0,0,0 +243596,0,0,0,0,0 +243597,0,0,0,0,0 +243598,0,0,0,0,0 +243599,0,0,0,0,0 +243600,0,0,0,0,0 +243601,0,0,0,0,0 +243602,0,0,0,0,0 +243603,0,0,0,0,0 +243604,0,0,0,0,0 +243605,0,0,0,0,0 +243606,0,0,0,0,0 +243607,0,0,0,0,0 +243608,0,0,0,0,0 +243609,0,0,0,0,0 +243610,0,0,0,0,0 +243611,0,0,0,0,0 +243612,0,0,0,0,0 +243613,0,0,0,0,0 +243614,0,0,0,0,0 +243615,0,0,0,0,0 +243616,0,0,0,0,0 +243617,0,0,0,0,0 +243618,0,0,0,0,0 +243619,0,0,0,0,0 +243620,0,0,0,0,0 +243621,0,0,0,0,0 +243622,0,0,0,0,0 +243623,0,0,0,0,0 +243624,0,0,0,0,0 +243625,0,0,0,0,0 +243626,0,0,0,0,0 +243627,0,0,0,0,0 +243628,0,0,0,0,0 +243629,0,0,0,0,0 +243630,0,0,0,0,0 +243631,0,0,0,0,0 +243632,0,0,0,0,0 +243633,0,0,0,0,0 +243634,0,0,0,0,0 +243635,0,0,0,0,0 +243636,0,0,0,0,0 +243637,0,0,0,0,0 +243638,0,0,0,0,0 +243639,0,0,0,0,0 +243640,0,0,0,0,0 +243641,0,0,0,0,0 +243642,0,0,0,0,0 +243643,0,0,0,0,0 +243644,0,0,0,0,0 +243645,0,0,0,0,0 +243646,0,0,0,0,0 +243647,0,0,0,0,0 +243648,0,0,0,0,0 +243649,0,0,0,0,0 +243650,0,0,0,0,0 +243651,0,0,0,0,0 +243652,0,0,0,0,0 +243653,0,0,0,0,0 +243654,0,0,0,0,0 +243655,0,0,0,0,0 +243656,0,0,0,0,0 +243657,0,0,0,0,0 +243658,0,0,0,0,0 +243659,0,0,0,0,0 +243660,0,0,0,0,0 +243661,0,0,0,0,0 +243662,0,0,0,0,0 +243663,0,0,0,0,0 +243664,0,0,0,0,0 +243665,0,0,0,0,0 +243666,0,0,0,0,0 +243667,0,0,0,0,0 +243668,0,0,0,0,0 +243669,0,0,0,0,0 +243670,0,0,0,0,0 +243671,0,0,0,0,0 +243672,0,0,0,0,0 +243673,0,0,0,0,0 +243674,0,0,0,0,0 +243675,0,0,0,0,0 +243676,0,0,0,0,0 +243677,0,0,0,0,0 +243678,0,0,0,0,0 +243679,0,0,0,0,0 +243680,0,0,0,0,0 +243681,0,0,0,0,0 +243682,0,0,0,0,0 +243683,0,0,0,0,0 +243684,0,0,0,0,0 +243685,0,0,0,0,0 +243686,0,0,0,0,0 +243687,0,0,0,0,0 +243688,0,0,0,0,0 +243689,0,0,0,0,0 +243690,0,0,0,0,0 +243691,0,0,0,0,0 +243692,0,0,0,0,0 +243693,0,0,0,0,0 +243694,0,0,0,0,0 +243695,0,0,0,0,0 +243696,0,0,0,0,0 +243697,0,0,0,0,0 +243698,0,0,0,0,0 +243699,0,0,0,0,0 +243700,0,0,0,0,0 +243701,0,0,0,0,0 +243702,0,0,0,0,0 +243703,0,0,0,0,0 +243704,0,0,0,0,0 +243705,0,0,0,0,0 +243706,0,0,0,0,0 +243707,0,0,0,0,0 +243708,0,0,0,0,0 +243709,0,0,0,0,0 +243710,0,0,0,0,0 +243711,0,0,0,0,0 +243712,0,0,0,0,0 +243713,0,0,0,0,0 +243714,0,0,0,0,0 +243715,0,0,0,0,0 +243716,0,0,0,0,0 +243717,0,0,0,0,0 +243718,0,0,0,0,0 +243719,0,0,0,0,0 +243720,0,0,0,0,0 +243721,0,0,0,0,0 +243722,0,0,0,0,0 +243723,0,0,0,0,0 +243724,0,0,0,0,0 +243725,0,0,0,0,0 +243726,0,0,0,0,0 +243727,0,0,0,0,0 +243728,0,0,0,0,0 +243729,0,0,0,0,0 +243730,0,0,0,0,0 +243731,0,0,0,0,0 +243732,0,0,0,0,0 +243733,0,0,0,0,0 +243734,0,0,0,0,0 +243735,0,0,0,0,0 +243736,0,0,0,0,0 +243737,0,0,0,0,0 +243738,0,0,0,0,0 +243739,0,0,0,0,0 +243740,0,0,0,0,0 +243741,0,0,0,0,0 +243742,0,0,0,0,0 +243743,0,0,0,0,0 +243744,0,0,0,0,0 +243745,0,0,0,0,0 +243746,0,0,0,0,0 +243747,0,0,0,0,0 +243748,0,0,0,0,0 +243749,0,0,0,0,0 +243750,0,0,0,0,0 +243751,0,0,0,0,0 +243752,0,0,0,0,0 +243753,0,0,0,0,0 +243754,0,0,0,0,0 +243755,0,0,0,0,0 +243756,0,0,0,0,0 +243757,0,0,0,0,0 +243758,0,0,0,0,0 +243759,0,0,0,0,0 +243760,0,0,0,0,0 +243761,0,0,0,0,0 +243762,0,0,0,0,0 +243763,0,0,0,0,0 +243764,0,0,0,0,0 +243765,0,0,0,0,0 +243766,0,0,0,0,0 +243767,0,0,0,0,0 +243768,0,0,0,0,0 +243769,0,0,0,0,0 +243770,0,0,0,0,0 +243771,0,0,0,0,0 +243772,0,0,0,0,0 +243773,0,0,0,0,0 +243774,0,0,0,0,0 +243775,0,0,0,0,0 +243776,0,0,0,0,0 +243777,0,0,0,0,0 +243778,0,0,0,0,0 +243779,0,0,0,0,0 +243780,0,0,0,0,0 +243781,-24.15702518,3276.848196,2942.127845,-3.082343571,-272.786829 +243782,456.9987107,414.4763607,3209.295574,215.5516676,604.8326356 +243783,472.2875697,312.1580321,3129.534482,222.142669,637.9662532 +243784,462.2311817,305.1266857,2983.805547,217.1513562,624.903602 +243785,449.6029487,725.1550035,1227.21815,211.0938446,605.7703683 +243786,438.1701852,474.3954907,1185.326649,205.7218835,587.274828 +243787,428.510512,515.5349901,1589.356282,201.2682159,570.7991047 +243788,420.6351817,525.9855921,1372.863813,197.6978629,556.7282374 +243789,413.9599292,532.9900287,1373.672783,194.7160637,544.2592441 +243790,408.2262736,540.2221797,1380.167527,192.1899709,533.0821713 +243791,403.2778593,547.5697449,1386.977303,190.0324374,523.0066536 +243792,397.4599161,554.868013,1393.800585,187.4880971,511.1080558 +243793,390.8502651,562.7818749,1402.070365,184.5838082,497.5829625 +243794,384.7174705,569.9753095,1409.530074,181.8973403,484.79546 +243795,379.0396846,578.037109,1417.741873,179.4116223,472.7394366 +243796,373.7702859,585.6742794,1425.945339,177.1073899,461.3725096 +243797,368.8676259,593.3826872,1434.338793,174.9619591,450.6394681 +243798,364.284851,601.6227818,1442.854113,172.9542611,440.4845411 +243799,359.9889806,609.1938189,1451.444015,171.0664978,430.8556613 +243800,355.9473774,617.1397353,1460.239806,169.2838487,421.7049793 +243801,352.1305133,625.3668055,1469.027787,167.5938418,412.9887023 +243802,348.5129887,633.2767535,1477.929678,165.9858462,404.6668034 +243803,345.0731372,641.1848807,1486.885495,164.4507519,396.7028535 +243804,341.7923362,649.7641447,1495.857374,162.9807464,389.0638341 +243805,338.6544026,657.451437,1505.038528,161.5691108,381.7198418 +243806,335.6455327,665.7914204,1513.985759,160.210209,374.6444357 +243807,332.7534792,673.9459782,1523.186792,158.899102,367.8134203 +243808,329.9676773,681.9662136,1532.432709,157.631589,361.2052515 +243809,327.2789774,690.5168478,1541.454683,156.4040751,354.8007003 +243810,324.6794087,698.6240587,1550.776459,155.2134576,348.582533 +243811,322.1620245,706.2258663,1558.338892,154.0570539,342.5353277 +243812,319.7172316,713.6964697,1565.532358,152.93089,336.6452724 +243813,317.3373564,720.8788189,1572.975932,151.8318427,330.8999912 +243814,315.0170825,728.6532304,1579.965669,150.7578484,325.2883399 +243815,312.7525814,735.8204089,1593.604959,149.7074938,319.8003492 +243816,310.5407269,743.1957555,1602.707252,148.6796488,314.4270343 +243817,308.3787809,750.500875,1613.525094,147.67332,309.1603493 +243818,306.2642388,757.7828948,1622.962302,146.6875831,303.9929999 +243819,304.1948462,765.0407454,1633.010285,145.7215947,298.9184368 +243820,302.1685335,776.8178851,1642.292474,144.7745666,293.930679 +243821,300.1834475,786.0131925,1651.966418,143.8457842,289.0243452 +243822,298.2378784,796.2556321,1661.177907,142.9345764,284.1944971 +243823,296.3302811,805.942495,1679.05694,142.0403281,279.4366729 +243824,294.4592196,815.1947568,1675.045845,141.1624578,274.747126 +243825,292.6233943,824.9280317,1681.291323,140.300432,270.1216497 +243826,290.8215823,834.3866365,1701.351881,139.4537405,265.556369 +243827,289.0526599,843.8375283,1703.797,138.6219075,261.0480176 +243828,287.3155568,853.2094432,1713.400168,137.8044735,256.593692 +243829,285.6092802,862.6148242,1721.592577,137.0010064,252.1908121 +243830,283.9328748,871.6122094,1729.743781,136.2110855,247.8369483 +243831,282.2854535,881.3595625,1737.391631,135.434316,243.5298937 +243832,280.6661543,890.3171019,1745.482444,134.6703105,239.2675381 +243833,279.0741798,899.6033642,1752.870241,133.9187074,235.0479739 +243834,277.5087474,908.6807297,1760.340589,133.1791492,230.8693625 +243835,275.9691345,917.828756,1767.616662,132.4513034,226.7300482 +243836,274.4546295,926.85415,1774.943704,131.7348405,222.6284265 +243837,272.964571,935.8236241,1781.957343,131.0294526,218.5630485 +243838,271.4983068,944.8378269,1788.64168,130.3348346,214.5325038 +243839,270.0552255,953.6874162,1795.492778,129.650699,210.5355102 +243840,268.6347239,962.6185045,1801.890913,128.9767615,206.5708151 +243841,267.0294871,1400.800221,2653.707664,128.2187773,202.2613743 +243842,283.804224,1424.548563,2657.152851,135.9608459,232.3131572 +243843,310.1877137,1442.925848,2663.727895,148.020892,281.1883864 +243844,337.0808309,1459.925874,2671.860304,160.1317581,332.5411778 +243845,360.5956713,1475.893795,2679.687621,170.5195508,379.0489738 +243846,380.2672819,1491.183995,2686.987996,179.0288279,419.4227306 +243847,396.8061309,1505.897554,2693.379057,186.0456526,454.5245731 +243848,410.9460748,1520.446238,2699.187044,191.9448588,485.4136863 +243849,423.1979175,1534.626307,2704.552916,196.9883245,512.8416823 +243850,433.8960313,1548.400955,2709.57267,201.3434343,537.2939231 +243851,443.2815114,1562.227617,2714.263047,344.729834,559.1202509 +243852,964.2384711,1575.543593,2718.667772,366.8230806,578.6105402 +243853,727.3501077,1589.227386,2723.205878,344.4065573,596.0234427 +243854,807.5609447,1611.445211,2727.175171,371.1954448,611.5927486 +243855,842.9727234,1605.871828,2730.999674,385.2330305,625.5279673 +243856,863.7843281,1642.159983,2734.4677,395.8108691,638.0147493 +243857,884.4434657,1622.955485,2737.682825,405.4005241,649.2165817 +243858,903.2087665,1639.045884,2740.753697,415.2597076,659.2770731 +243859,922.2882815,1668.116694,2743.74823,424.5352334,668.3224805 +243860,941.1651342,1669.612551,2746.692583,433.6227534,676.4638958 +243861,959.1730579,1684.006692,2749.554621,442.9069639,683.7990906 +243862,976.8146608,1695.64638,2752.350166,451.2642284,690.4141107 +243863,994.6955457,1707.537918,2755.057583,460.2263231,696.3847056 +243864,1011.647782,1718.888208,2757.679554,468.5545214,701.7775503 +243865,1028.534571,1730.449713,2760.223611,476.7473685,706.6514217 +243866,1044.797896,1741.53541,2762.684334,485.2489358,711.058102 +243867,1061.519798,1752.893894,2765.054337,492.8895619,714.8002807 +243868,1077.599155,1763.969854,2767.34027,500.73929,717.9888727 +243869,1092.821086,1774.816853,2769.51144,508.6911203,998.6125705 +243870,1108.522535,1785.714056,2771.676624,516.1503549,1027.628203 +243871,1123.529518,1796.006451,2773.715439,523.5560647,993.1392399 +243872,1137.862156,1806.131236,2775.621413,530.7923261,1036.70895 +243873,1141.937135,1811.136811,2765.941288,532.7002373,1033.437921 +243874,1086.656767,1788.818749,2678.813087,508.4276409,922.8492286 +243875,1140.024302,1813.109692,2583.729875,532.4909513,1015.099197 +243876,1213.742149,1849.28239,2558.416809,565.9710111,1139.868774 +243877,1184.551607,1841.413452,2541.380029,553.7394541,1073.139364 +243878,1209.012987,1854.808953,2530.050756,565.4780999,1108.625232 +243879,1223.094615,1881.636474,2517.01252,571.8961967,1122.316499 +243880,1236.944681,1849.054778,2505.075217,578.8285957,1136.246797 +243881,1248.8277,1893.809009,2493.017308,584.6044331,1147.838328 +243882,1262.015963,1888.857471,2481.244552,591.0154636,1160.712462 +243883,1274.447936,1899.895181,2469.490592,597.0698133,1172.716465 +243884,1286.811234,1908.319884,2457.758796,603.0782239,1184.400448 +243885,1480.94305,2002.262149,2628.906565,691.7368348,1524.991105 +243886,1041.435374,1807.869942,2465.779135,493.3662533,705.5731765 +243887,1631.733085,2070.434614,2648.772985,760.1152093,1787.333883 +243888,1037.668149,1813.591165,2474.11455,493.043975,675.4013605 +243889,1655.417386,2086.991568,2654.256783,771.2673134,1809.578906 +243890,1058.719561,1827.969855,2474.245873,503.4052196,694.2219851 +243891,1679.180079,2103.356846,2653.382006,782.6361263,1831.735568 +243892,1079.709983,1842.108764,2470.620906,513.7098165,712.6300411 +243893,1702.098154,2121.659202,2649.850085,793.7160025,1853.114292 +243894,1100.528607,1853.537777,2465.107819,523.7265243,730.3077581 +243895,1723.821011,2153.868332,2644.946085,804.1729762,1873.502661 +243896,1120.489613,1843.012894,2459.56599,533.3703191,747.1509242 +243897,1770.316182,2180.534321,2641.532424,814.8423177,1893.701154 +243898,1103.431908,1853.707482,2456.724991,542.7980992,762.8452541 +243899,1784.733001,2194.23871,2640.413514,824.9885198,1913.595921 +243900,1154.938104,1867.130622,2454.473963,552.0367705,778.0967904 +243901,2181.888612,2377.200659,2648.582612,1003.385077,2465.300858 +243902,1751.186604,2153.257065,2670.060142,815.3455127,2177.023248 +243903,1931.416278,2245.281077,2688.330626,892.5674357,1999.809761 +243904,1912.03963,2239.490584,2703.805525,885.811766,2193.624022 +243905,1923.428749,2251.934927,2716.074525,890.9068769,2124.660018 +243906,1934.096089,2249.602627,2727.135775,896.1286597,2161.682161 +243907,1944.99555,2260.387561,2737.1096,901.2573566,2157.994057 +243908,1955.21241,2266.513783,2746.67391,906.3048914,2171.152134 +243909,1965.846103,2272.555274,2755.357225,911.2261239,2180.164406 +243910,1975.894569,2278.820075,2763.27199,916.2275656,2189.00232 +243911,1986.245099,2285.195295,2770.36901,920.9995275,2197.927088 +243912,1996.072265,2291.213554,2776.703084,925.8409525,2206.878413 +243913,2006.032044,2297.083803,2782.341301,930.5608913,2215.418165 +243914,2015.764105,2303.016707,2787.36439,935.2298344,2223.723773 +243915,2025.398923,2308.587877,2791.984187,939.8420462,2237.32748 +243916,2034.923111,2314.260611,2796.126505,944.3444677,2237.843481 +243917,2044.341188,2319.632307,2799.910701,948.9310374,2248.413299 +243918,2053.647826,2325.064171,2803.163144,953.3436825,2256.287332 +243919,2062.778491,2330.200805,2806.16707,957.7168866,2263.656545 +243920,2071.958015,2335.419288,2808.910432,962.0986587,2271.720519 +243921,2080.900068,2340.347909,2811.544375,966.3691067,2283.605663 +243922,2089.893412,2345.220729,2813.945804,970.7124097,2284.082971 +243923,2098.652723,2350.113861,2815.996857,974.7399812,2292.961795 +243924,2107.381867,2354.723775,2817.891333,978.9054638,2300.535002 +243925,2116.154872,2359.285242,2819.83697,982.9841672,2312.095461 +243926,2124.372964,2363.747991,2821.6356,986.9702132,2312.329123 +243927,2132.872284,2368.213017,2824.80777,991.0555382,2320.501334 +243928,2141.192134,2372.266222,2825.178181,994.9758578,2331.747742 +243929,2154.955563,2376.565987,2826.110902,998.90182,2332.388028 +243930,2154.841171,2380.592734,2827.143369,1002.781197,2343.614602 +243931,2180.967942,2384.288622,2828.130071,1006.438945,2344.994654 +243932,2150.253543,2387.851632,2829.034141,1010.263472,2354.343694 +243933,2190.298604,2391.215387,2829.90359,1013.835175,2359.992755 +243934,2188.009218,2394.609817,2832.198037,1017.574927,2361.951679 +243935,2196.179473,2397.6406,2833.010206,1021.065701,2364.47653 +243936,2204.358329,2400.532561,2831.183733,1024.727058,2360.773472 +243937,2211.686313,2403.685024,2831.36154,1028.136829,2359.919219 +243938,2219.208667,2406.172498,2828.709695,1031.663121,2356.103374 +243939,2226.569968,2409.126524,2828.230804,1035.149118,2355.294688 +243940,2233.871565,2411.542691,2826.865312,1038.528369,2353.767719 +243941,2241.033895,2414.014769,2825.11349,1041.848647,2352.080092 +243942,2248.206472,2416.413967,2823.138827,1045.282211,2350.38404 +243943,2255.441526,2418.462841,2819.291489,1048.483789,2346.650924 +243944,2262.152412,2420.540738,2816.318076,1053.794833,2344.147003 +243945,2269.678245,2422.756615,2813.680355,1055.302431,2342.20634 +243946,2276.351562,2424.642934,2811.199387,1061.09872,2340.610295 +243947,2283.163943,2426.440934,2808.78111,1060.985825,2339.241446 +243948,2290.180559,2428.207787,2806.369678,1069.280664,2338.023544 +243949,2296.997864,2429.796671,2803.942915,1065.34008,2336.917774 +243950,2303.669634,2431.321885,2801.478316,1078.945598,2335.884242 +243951,2315.869848,2432.749623,2798.9703,1067.21789,2334.904215 +243952,2317.015271,2434.127625,2796.442325,1069.641814,2333.995374 +243953,2338.034238,2441.993678,2793.977446,1085.500187,2333.249209 +243954,2307.758338,2427.375792,2791.346997,1081.085901,2332.382402 +243955,2342.123171,2447.589678,2788.685193,1085.811352,2331.549075 +243956,2344.295069,2436.138513,2785.946698,1088.757692,2330.687269 +243957,2348.494975,2440.010549,2783.28195,1091.622205,2329.972913 +243958,2355.825002,2440.998519,2780.406413,1094.604786,2329.057789 +243959,2362.371296,2441.352194,2777.514446,1097.434386,2328.171427 +243960,2368.486272,2441.88631,2774.565511,1100.277863,2327.260262 +243961,2388.779944,2445.0315,2771.545117,1105.772078,2326.274728 +243962,2383.646402,2446.343716,2768.844292,1109.196219,2325.784224 +243963,2391.267666,2447.040338,2766.343,1112.167649,2325.60233 +243964,2405.396278,2447.548536,2763.819647,1115.379607,2325.439012 +243965,2407.756335,2448.023299,2761.176807,1118.15628,2325.168636 +243966,2415.427057,2448.369382,2758.417665,1121.226296,2324.790467 +243967,2431.536113,2448.542512,2755.541288,1124.004881,2324.298504 +243968,2414.143945,2448.466718,2752.598131,1126.952348,2323.748968 +243969,2440.274289,2448.762364,2749.605791,1129.678697,2323.159301 +243970,2439.80922,2448.611247,2746.535454,1132.566749,2322.491767 +243971,2461.548926,2448.39791,2743.377048,1135.243204,2321.731705 +243972,2430.986565,2448.043226,2740.194883,1138.082346,2320.954963 +243973,2494.276702,2448.11139,2738.678698,1140.709613,2322.215435 +243974,2426.56998,2447.351475,2736.163166,1143.502044,2322.495712 +243975,2512.345362,2446.851872,2733.297418,1146.083868,2322.161535 +243976,2438.40307,2445.914114,2728.480787,1148.901902,2319.462268 +243977,2523.514643,2445.516316,2724.690066,1151.33656,2317.994609 +243978,2472.764992,2444.651784,2721.205293,1154.093951,2316.881598 +243979,2502.519381,2443.69474,2717.650245,1156.581865,2315.678303 +243980,2501.649963,2442.757207,2714.204208,1159.176298,2314.616178 +243981,2508.509846,2441.973411,2712.684256,1161.744957,2315.907224 +243982,2514.101063,2440.644706,2710.345483,1164.321408,2316.232396 +243983,2519.83244,2439.195789,2706.013977,1166.826415,2314.162314 +243984,2525.609046,2438.1294,2702.560207,1169.311742,2313.153933 +243985,2531.184904,2436.726016,2699.452959,1171.750768,2312.552582 +243986,2536.752683,2435.215821,2696.492033,1174.295686,2312.127979 +243987,2542.484434,2433.775863,2693.588688,1176.648808,2311.774688 +243988,2548.094405,2432.060361,2690.691791,1179.170448,2311.436032 +243989,2553.434441,2430.369281,2687.776994,1181.490903,2311.076131 +243990,2559.210904,2428.547156,2684.835495,1183.979544,2310.684969 +243991,2564.124528,2426.871447,2681.869094,1186.300298,2310.257278 +243992,2569.997777,2424.503668,2678.864973,1188.594101,2309.785998 +243993,2567.3031,2413.759401,2675.563306,1191.517168,2308.951629 +243994,2570.727126,2408.739996,2671.598458,1193.890022,2307.601759 +243995,2575.278956,2405.79055,2667.395894,1196.221635,2306.128725 +243996,2580.015133,2402.667749,2663.352534,1198.410213,2304.848255 +243997,2584.364401,2399.516899,2659.53917,1200.626365,2303.773779 +243998,2589.381182,2396.323567,2655.913769,1202.959603,2302.839946 +243999,2602.000983,2393.264625,2652.529177,1205.151643,2302.126637 +244000,2594.977867,2383.231107,2649.075137,1207.193104,2301.277976 +244001,2604.50091,2395.65798,2645.649244,1209.523951,2300.418029 +244002,2608.374093,2373.256859,2642.275864,1211.572985,2299.579679 +244003,2612.879922,2389.579401,2638.963054,1213.676466,2298.776258 +244004,2617.49501,2366.284624,2635.641982,1215.899419,2297.926554 +244005,2621.896473,2375.926963,2632.245247,1217.909313,2296.949335 +244006,2626.600415,2368.666757,2628.956434,1219.963204,2296.059952 +244007,2630.969809,2365.071808,2625.717721,1222.135918,2295.201273 +244008,2635.376383,2361.741418,2622.468193,1224.019863,2294.286197 +244009,2639.998842,2358.047654,2619.248202,1226.1466,2293.365072 +244010,2644.480015,2354.469268,2616.051087,1228.298207,2292.433565 +244011,2648.784311,2350.458157,2612.862832,1230.11658,2291.476816 +244012,2653.37351,2346.620166,2609.686729,1232.142208,2290.499332 +244013,2657.413694,2342.803992,2606.533179,1234.2192,2289.513444 +244014,2662.230479,2338.797182,2603.409457,1236.103439,2288.527529 +244015,2666.323327,2334.744306,2600.309904,1238.034435,2287.534197 +244016,2670.825339,2330.720627,2597.228673,1240.08488,2286.525783 +244017,2675.194986,2326.648345,2595.850923,1241.933372,2287.573918 +244018,2679.484467,2322.587258,2593.476833,1243.827591,2287.379024 +244019,2690.802856,2317.966399,2589.149882,1245.841239,2284.961492 +244020,2685.216075,2313.921395,2585.659933,1247.655145,2283.296478 +244021,2575.159829,2257.982221,2580.458619,1196.297121,2279.911658 +244022,2577.177676,2249.02609,2567.022194,1196.98796,2264.471425 +244023,2579.276978,2245.077249,2551.551198,1198.149039,2245.515851 +244024,2582.101912,2239.686995,2538.590435,1199.349461,2229.092307 +244025,2585.462048,2234.39406,2528.766385,1200.810913,2216.403435 +244026,2588.514506,2229.171644,2521.381085,1202.015698,2206.816588 +244027,2591.708475,2223.924224,2515.575127,1203.448565,2199.386322 +244028,2594.667816,2218.60997,2510.71964,1204.811092,2193.375329 +244029,2598.16773,2213.345271,2506.447154,1206.191107,2188.328328 +244030,2601.312819,2207.978236,2502.555252,1207.575054,2183.975092 +244031,2604.422163,2202.742946,2498.923863,1208.960927,2180.140474 +244032,2607.777504,2189.505347,2495.391057,1210.347589,2176.597185 +244033,2610.963091,2202.313875,2492.11674,1211.734353,2173.513617 +244034,2613.905143,2173.783188,2488.977064,1213.120552,2170.713791 +244035,2625.065644,2184.606652,2486.002137,1214.505791,2168.213106 +244036,2610.018305,2173.438667,2483.051626,1215.889769,2165.819852 +244037,2634.927959,2168.697012,2480.190207,1217.272256,2163.594747 +244038,2624.362861,2163.019679,2477.536728,1218.733861,2161.667296 +244039,2630.500796,2157.362024,2474.835934,1219.992291,2159.710918 +244040,2633.950849,2151.725299,2472.154067,1221.426893,2157.793622 +244041,2637.2416,2145.878068,2469.599201,1222.789875,2156.035935 +244042,2640.164957,2140.171536,2467.120458,1224.162602,2154.365962 +244043,2643.416651,2134.328729,2464.703167,1225.533741,2152.75457 +244044,2646.513462,2128.638161,2462.362903,1226.821608,2151.197111 +244045,2649.701611,2122.577836,2460.110928,1228.309571,2149.695095 +244046,2653.073305,2116.701193,2457.949494,1229.61722,2148.251262 +244047,2656.433576,2110.818103,2457.555694,1230.993315,2148.936145 +244048,2666.451997,2104.800981,2454.672911,1232.353953,2146.536206 +244049,2652.8818,2098.794627,2452.277582,1233.713893,2144.696831 +244050,2675.699072,2092.969803,2451.805886,1235.071322,2145.180822 +244051,2667.113339,2086.535118,2448.957522,1236.38821,2142.717392 +244052,2671.502168,2080.454948,2446.66436,1237.69668,2140.907582 +244053,2675.478826,2074.254687,2444.568584,1238.998609,2139.310724 +244054,2678.172843,2067.946243,2442.675551,1240.295853,2137.939884 +244055,2681.322059,2061.70711,2440.885149,1241.588757,2136.884963 +244056,2684.699059,2055.503248,2440.837621,1242.877798,2137.743794 +244057,2687.606157,2048.964842,2438.117004,1244.245194,2135.319997 +244058,2697.269308,2042.68246,2436.153435,1245.403068,2133.810814 +244059,2684.87624,2031.562462,2435.993777,1246.74093,2134.498631 +244060,2704.215533,2035.112687,2433.290199,1247.999245,2132.055558 +244061,2699.603403,2017.411838,2433.276741,1249.273081,2132.903508 +244062,2701.419476,2023.702182,2430.85251,1250.536235,2130.781814 +244063,2705.980274,1988.086792,2430.835931,1251.803284,2131.604534 +244064,2708.915594,2014.228441,2430.204088,1253.061789,2131.666346 +244065,2710.928611,1991.122157,2427.601205,1257.163933,2129.297995 +244066,2721.269285,1989.792204,2426.021651,1251.589902,2128.159723 +244067,2709.845767,1991.752085,2426.352045,1266.126542,2129.344069 +244068,2726.942945,1962.606223,2424.140837,1246.57083,2127.394134 +244069,2723.312908,1976.083342,2422.766867,1281.308708,2126.456355 +244070,2725.398001,1961.512052,2421.566793,1234.732942,2125.70983 +244071,2728.937179,1980.736401,2420.36432,1273.705471,2124.941301 +244072,2732.873489,1915.237683,2420.976024,1271.508845,2126.394729 +244073,2741.044542,1959.997291,2419.199627,1247.795248,2124.909129 +244074,2731.402674,1933.188408,2419.550684,1273.410779,2126.033695 +244075,2745.535633,1930.228273,2417.271307,1282.637254,2123.907035 +244076,2743.978226,1923.706245,2415.874595,1241.720291,2122.838691 +244077,2745.684413,1917.169423,2414.905138,1281.72671,2122.456075 +244078,2754.762002,1910.752962,2413.760759,1267.776403,2121.621358 +244079,2754.537736,1919.229301,2414.613377,1271.476373,2123.217512 +244080,2753.705413,1875.636778,2412.736154,1272.828065,2121.470421 +244081,2516.731424,1791.151796,2408.732198,1164.718977,2117.517929 +244082,2514.702394,1768.659103,2385.503775,1163.159684,2086.494809 +244083,2512.466795,1762.518801,2358.186887,1162.364192,2048.325945 +244084,2519.448094,1754.02758,2335.599698,1161.937592,2014.724718 +244085,2501.741384,1746.018096,2320.63358,1161.677661,1990.457344 +244086,2522.891054,1737.929135,2309.604192,1161.534789,1971.277049 +244087,2509.633761,1730.239324,2301.657514,1161.472515,1956.352314 +244088,2512.586044,1722.397438,2293.734328,1161.465928,1941.997032 +244089,2513.676433,1714.723425,2287.914932,1161.504181,1930.75622 +244090,2513.834823,1707.097354,2283.345311,1161.577189,1921.551719 +244091,2514.079058,1699.53277,2279.552869,1161.680961,1913.772907 +244092,2515.530614,1691.91683,2278.001262,1161.812347,1909.184137 +244093,2515.021568,1684.619006,2274.123307,1161.966591,1902.147138 +244094,2516.464338,1677.269684,2271.074607,1162.145258,1896.473878 +244095,2517.249473,1669.798269,2270.134373,1162.344713,1893.685252 +244096,2517.667488,1662.591275,2266.754858,1162.562777,1888.173294 +244097,2518.70357,1655.253203,2264.111048,1162.882657,1883.787571 +244098,2519.569199,1648.24698,2261.786774,1163.019598,1879.979501 +244099,2520.499373,1641.079062,2259.65734,1163.351315,1876.573108 +244100,2521.498048,1634.060287,2257.658912,1163.631449,1873.471945 +244101,2522.778596,1627.094489,2257.464549,1163.942129,1872.716175 +244102,2523.312132,1620.071951,2254.660043,1164.264506,1868.880252 +244103,2524.729384,1613.389007,2252.484075,1164.609199,1865.905609 +244104,2525.801891,1606.652646,2250.560409,1164.96705,1863.30582 +244105,2527.053188,1599.815995,2248.78778,1165.34143,1860.947375 +244106,2528.1686,1617.901145,2247.071271,1165.73133,1858.708974 +244107,2529.738645,1551.259957,2247.189363,1166.138492,1858.773054 +244108,2530.502349,1597.209519,2244.727081,1166.555427,1855.722399 +244109,2532.000303,1569.942684,2242.815831,1166.992961,1853.3783 +244110,2533.453861,1567.512066,2241.133949,1167.442603,1851.328986 +244111,2534.55247,1561.131715,2239.609938,1167.888114,1849.48397 +244112,2536.670997,1555.028886,2239.881123,1168.345265,1849.862773 +244113,2537.00933,1548.736768,2237.535814,1168.809539,1847.057873 +244114,2539.029515,1543.026086,2235.799257,1169.291391,1845.012263 +244115,2540.46846,1536.88338,2234.304047,1169.782912,1843.261355 +244116,2541.879458,1531.113808,2232.944557,1170.287159,1841.675293 +244117,2550.857216,1525.331905,2231.827175,1170.803636,1840.388244 +244118,2535.570495,1519.655168,2232.301276,1171.333149,1841.065488 +244119,2556.083311,1516.61195,2230.10767,1171.870042,1838.480092 +244120,2539.33425,1512.602612,2228.533754,1172.42338,1836.65187 +244121,2559.084315,1508.40754,2227.228579,1172.985514,1835.137319 +244122,2550.424365,1504.596042,2227.874284,1173.560778,1836.011659 +244123,2553.065301,1500.63571,2227.499761,1174.143717,1835.642073 +244124,2555.624091,1496.838477,2226.692581,1174.73923,1834.749363 +244125,2557.163448,1493.108178,2225.767187,1175.344681,1833.70578 +244126,2558.115503,1489.459884,2223.090798,1175.958694,1830.487802 +244127,2560.902457,1485.998098,2223.065153,1176.586932,1830.496593 +244128,2561.972782,1482.375578,2220.799737,1177.21871,1827.729195 +244129,2564.347116,1479.062213,2221.014491,1177.866427,1827.994816 +244130,2565.442233,1475.74878,2218.889139,1178.51693,1825.373933 +244131,2567.363634,1472.549587,2217.504165,1179.181441,1823.648242 +244132,2569.627423,1469.44308,2216.434509,1179.852411,1822.291586 +244133,2571.445581,1466.335059,2215.542722,1180.450398,1821.141232 +244134,2573.242499,1463.675788,2214.741997,1181.365123,1820.096614 +244135,2574.965757,1461.03172,2213.990935,1182.296935,1819.109468 +244136,2577.122407,1458.553958,2213.278098,1183.404668,1818.165479 +244137,2579.400382,1456.122146,2214.284872,1184.704896,1819.337755 +244138,2581.119834,1453.738742,2214.346049,1185.905621,1819.356924 +244139,2591.222056,1451.403051,2214.182931,1187.372705,1819.106496 +244140,2574.795797,1449.109292,2211.967973,1188.841957,1816.317589 +244141,2680.230473,1553.654792,2212.540064,1297.257569,1816.109737 +244142,2692.5781,1553.728921,2223.747085,1301.014915,1832.235025 +244143,2710.128165,1553.04884,2240.640256,1304.378125,1857.251264 +244144,2724.825745,1552.255917,2255.706584,1307.516073,1880.94275 +244145,2734.918287,1551.389171,2266.804946,1310.618312,1900.075215 +244146,2741.140175,1550.477362,2274.280439,1313.713814,1914.515111 +244147,2744.786099,1549.542437,2279.152606,1316.822194,1925.200368 +244148,2749.645461,1548.599664,2284.062867,1319.972003,1934.941737 +244149,2749.554211,1547.652403,2285.265415,1323.154121,1940.270684 +244150,2749.796154,1546.71304,2286.225792,1326.391408,1944.843912 +244151,2749.968397,1545.779255,2286.757942,1329.675517,1948.278413 +244152,2750.096443,1544.855504,2286.956847,1333.013896,1950.859717 +244153,2750.173634,1543.943298,2287.073244,1341.445904,1952.720147 +244154,2750.251137,1543.043535,2286.800962,1335.318521,1953.998703 +244155,2750.343728,1542.157377,2286.385089,1342.790135,1954.808671 +244156,2750.443464,1541.285136,2285.862496,1348.125396,1955.208625 +244157,2750.538844,1540.427699,2285.248469,1350.130614,1955.262954 +244158,2750.659117,1539.585074,2284.585617,1354.130684,1955.253528 +244159,2750.789613,1538.757887,2283.874872,1358.11933,1954.791871 +244160,2750.943966,1537.843188,2283.140882,1361.713694,1954.124965 +244161,2751.108352,1537.199837,2282.379564,1365.663069,1953.28839 +244162,2751.292295,1536.449326,2281.608648,1369.576366,1952.307436 +244163,2751.479822,1535.548209,2280.819238,1373.565171,1951.20297 +244164,2751.680559,1534.873614,2280.026302,1378.515418,1949.990408 +244165,2751.858818,1534.126631,2279.206085,1390.329177,1948.66771 +244166,2752.078761,1533.410994,2278.409872,1372.001948,1947.291903 +244167,2752.322505,1532.712384,2277.618708,1396.864038,1945.864395 +244168,2752.547063,1532.030289,2276.810451,1393.025244,1944.349248 +244169,2752.763446,1531.36516,2275.989231,1398.745064,1942.773983 +244170,2752.996054,1531.10897,2275.175933,1403.328217,1941.15368 +244171,2753.191651,1531.097073,2274.332777,1420.084842,1939.462364 +244172,2753.438324,1529.061898,2273.519374,1393.850774,1937.766805 +244173,2753.683902,1531.541249,2272.698048,1434.482393,1936.043138 +244174,2753.930474,1524.684139,2271.874646,1406.21855,1934.286799 +244175,2754.166458,1537.292111,2271.037969,1432.425509,1932.501653 +244176,2754.410702,1513.060455,2270.20454,1429.363638,1930.693621 +244177,2754.564263,1554.646648,2269.307289,1450.953574,1928.79626 +244178,2754.783103,1492.183436,2268.449465,1435.085321,1926.922434 +244179,2755.102103,1540.704893,2267.64968,1447.370798,1925.112282 +244180,2755.340945,1536.532744,2266.798534,1445.167036,1923.216294 +244181,2755.810302,1501.416518,2266.090432,1465.453752,1921.492323 +244182,2756.523578,1534.574979,2265.540299,1457.442826,1919.945513 +244183,2757.211441,1542.476664,2264.975486,1467.443706,1918.380131 +244184,2758.14313,1490.399669,2264.573017,1472.020037,1917.001148 +244185,2759.278208,1537.67699,2264.304635,1477.187015,1915.790424 +244186,2759.772608,1543.47885,2263.449995,1482.537751,1913.540023 +244187,2760.150388,1484.088632,2262.249907,1487.809095,1910.71793 +244188,2760.196139,1538.615055,2261.073414,1493.418475,1907.95625 +244189,2760.055251,1516.815714,2259.771801,1498.854221,1905.024883 +244190,2759.832971,1519.906858,2258.403951,1504.33939,1901.977493 +244191,2759.575794,1519.736951,2256.993139,1510.0921,1898.86248 +244192,2759.291032,1519.361888,2255.550112,1515.752826,1895.682309 +244193,2761.969868,1519.031328,2256.915953,1527.091965,1897.470826 +244194,2763.463094,1518.706446,2256.742655,1524.807416,1896.095191 +244195,2762.399705,1518.401534,2254.298562,1534.092105,1891.091851 +244196,2761.412233,1518.008349,2252.258444,1539.603094,1886.91113 +244197,2764.708135,1517.89271,2254.336753,1545.280933,1890.054906 +244198,2770.675453,1517.552635,2258.396248,1551.581673,1896.099194 +244199,2771.50405,1517.315214,2257.120311,1557.442358,1892.243825 +244200,2768.935095,1517.088051,2253.258834,1563.608707,1884.480758 +244201,2774.826698,1539.479451,2258.022457,1591.053162,1892.506064 +244202,2787.278497,1540.139065,2267.221642,1600.171393,1907.339136 +244203,2795.466966,1540.504462,2271.448442,1606.089961,1912.875 +244204,2803.594928,1540.673925,2276.6796,1612.851379,1921.319813 +244205,2809.547933,1540.74812,2280.214472,1624.711115,1927.003382 +244206,2811.572854,1540.768629,2280.54612,1624.12387,1927.424649 +244207,2813.33061,1540.759445,2281.324304,1633.237546,1929.254789 +244208,2815.284135,1540.723066,2282.347851,1639.744931,1931.518903 +244209,2817.492648,1540.673615,2283.566629,1646.401527,1934.047885 +244210,2819.913978,1540.613759,2284.934419,1652.956465,1936.760609 +244211,2828.262414,1540.552564,2291.954796,1659.825565,1949.447681 +244212,2839.95375,1540.473552,2301.377957,1666.960895,1965.525005 +244213,2844.975846,1540.385161,2303.613296,1678.388568,1968.208034 +244214,2849.568945,1540.313554,2306.682781,1678.73292,1973.251695 +244215,2852.828063,1540.114788,2308.578639,1687.1886,1976.211378 +244216,2857.215636,1540.187145,2311.743212,1694.703828,1981.547535 +244217,2860.503233,1540.016892,2313.661021,1701.000949,1984.427564 +244218,2860.882374,1539.938456,2312.91541,1707.809979,1982.680539 +244219,2861.959854,1539.847247,2313.171376,1720.010421,1983.036408 +244220,2863.661466,1539.855523,2313.937875,1720.597123,1984.202096 +244221,2865.629232,1539.598316,2314.918044,1728.505511,1985.712406 +244222,2868.075695,1539.572434,2316.23322,1740.713188,1987.699333 +244223,2870.91717,1539.454158,2317.82875,1742.388836,1990.089009 +244224,2878.756109,1539.353554,2324.235459,1750.195745,2001.040675 +244225,2885.086589,1539.238067,2328.209238,1762.277615,2006.911403 +244226,2887.09626,1539.130239,2328.575801,1764.073968,2006.57518 +244227,2893.584623,1539.030245,2333.814711,1775.932403,2015.451866 +244228,2898.688935,1538.907995,2337.148467,1779.312145,2020.305867 +244229,2900.430957,1538.794103,2337.426673,1788.765035,2019.901511 +244230,2906.363931,1538.686568,2341.976262,1792.758487,2027.566105 +244231,2910.686367,1537.839092,2344.817191,1799.522884,2031.675146 +244232,2912.633232,1537.390081,2344.817051,1803.136752,2031.089597 +244233,2918.234851,1537.2751,2348.348837,1807.456217,2037.394022 +244234,2921.659813,1536.924812,2350.190305,1811.873708,2040.352374 +244235,2925.699913,1561.405614,2352.241052,1816.430729,2043.922594 +244236,2931.13548,1499.903127,2355.892265,1822.000368,2050.29109 +244237,2935.502792,1553.710629,2358.406482,1827.394366,2054.368222 +244238,2936.923391,1544.714513,2358.014676,1831.206445,2053.441523 +244239,2938.310168,1516.715475,2358.344894,1834.9527,2054.227715 +244240,2939.131967,1570.959542,2358.176995,1838.539556,2054.121824 +244241,2938.582571,1493.727943,2356.783491,1841.518341,2051.920099 +244242,2938.285535,1553.59117,2355.822282,1844.581835,2050.695129 +244243,2938.065983,1542.737861,2354.964614,1847.912354,2049.708693 +244244,2940.619088,1515.612975,2356.738765,1852.826972,2053.395507 +244245,2942.301546,1542.663804,2357.275492,1857.739569,2054.489006 +244246,2941.815613,1546.692296,2355.864897,1861.580638,2052.286224 +244247,2941.496944,1510.861124,2354.88923,1865.354129,2051.158756 +244248,2944.20682,1543.599487,2356.808648,1870.636727,2055.176694 +244249,2948.546829,1543.701711,2359.908196,1877.003728,2060.903661 +244250,2949.653134,1512.395767,2359.636587,1882.012898,2060.371873 +244251,2948.724209,1541.470654,2357.833805,1885.765144,2057.563757 +244252,2947.946376,1545.43115,2356.517438,1889.39194,2055.978692 +244253,2950.182627,1507.870872,2358.078035,1894.534951,2059.500021 +244254,2951.564068,1542.204378,2358.393681,1899.59844,2060.386968 +244255,2953.33967,1543.115919,2359.220707,1904.776514,2062.341847 +244256,2954.27304,1508.299613,2359.155485,1909.810768,2062.631873 +244257,2955.834102,1540.521387,2359.796311,1914.880038,2064.28849 +244258,2959.070886,1541.246244,2362.006371,1920.803669,2068.692211 +244259,2961.814242,1508.75909,2363.488078,1926.694646,2071.533002 +244260,2963.85092,1565.217724,2364.356276,1932.227887,2073.345431 +244261,2964.114951,1454.493421,2363.229949,1936.803387,2071.591774 +244262,2958.923627,1513.900796,2358.457144,1938.482855,2064.307482 +244263,2952.012381,1490.858175,2352.112304,1939.208588,2054.365486 +244264,2945.899165,1494.50326,2346.251773,1940.78663,2044.709901 +244265,2939.387638,1494.330182,2339.527932,1942.654243,2032.797035 +244266,2935.396617,1494.082792,2335.144161,1945.787505,2024.82732 +244267,2931.80678,1493.840193,2330.822366,1949.232574,2016.575033 +244268,2930.036832,1493.606726,2328.254386,1953.403312,2011.446857 +244269,2930.844147,1493.375584,2327.974128,1958.808351,2010.215136 +244270,2928.479651,1493.14583,2324.344983,1962.778513,2002.759051 +244271,2927.172452,1492.929484,2322.204037,1966.84176,1998.493654 +244272,2925.037063,1492.708243,2319.184933,1970.516736,1992.635923 +244273,2924.349192,1492.495155,2317.71485,1974.751671,1989.764565 +244274,2926.509975,1492.280799,2318.813548,1980.639999,1991.349457 +244275,2924.392007,1492.065772,2315.428384,1984.48891,1984.638733 +244276,2919.328903,1491.860332,2309.809988,1986.477163,1974.645537 +244277,2914.703955,1491.657617,2305.06864,1988.36817,1966.751829 +244278,2910.49167,1494.677735,2300.718606,1990.486694,1959.628989 +244279,2906.563123,1489.089005,2296.596397,1992.783438,1952.960022 +244280,2902.573025,1500.623835,2292.627416,1995.18972,1946.619225 +244281,2899.098947,1476.668195,2288.807366,1997.69431,1940.584051 +244282,2903.158398,1522.780019,2292.227814,2003.807726,1947.47555 +244283,2911.869992,1451.121797,2299.106496,2013.085845,1959.405188 +244284,2918.629308,1508.495241,2303.081375,2021.482089,1965.405435 +244285,2916.528063,1496.614004,2299.127532,2025.620015,1957.596149 +244286,2915.592683,1474.135636,2297.511174,2029.466243,1955.139206 +244287,2913.174504,1497.305919,2294.388948,2032.122561,1949.875649 +244288,2906.404941,1510.785885,2287.370999,2033.263205,1937.996258 +244289,2907.620901,1455.254344,2288.61996,2037.911806,1941.465918 +244290,2914.302202,1505.489791,2294.022406,2045.964351,1951.200845 +244291,2919.307853,1504.159771,2297.053027,2053.571691,1955.939122 +244292,2915.739076,1460.589542,2291.987942,2056.876076,1946.427073 +244293,2907.156249,1501.767405,2283.299812,2057.117109,1931.70932 +244294,2899.451408,1485.138865,2276.274223,2057.039676,1920.819552 +244295,2892.596371,1487.67897,2270.010826,2057.456573,1911.298364 +244296,2886.054407,1487.36986,2264.198989,2058.266851,1902.558731 +244297,2880.330001,1487.244037,2258.705645,2059.336197,1894.386059 +244298,2886.104739,1486.895336,2264.21467,2065.948127,1905.784524 +244299,2887.867509,1486.612435,2264.294211,2071.756977,1905.837514 +244300,2880.653354,1486.433011,2256.1691,2072.786731,1891.805613 +244301,2885.425766,1486.01167,2260.814592,2078.623307,1901.795958 +244302,2897.929554,1485.787228,2271.374031,2089.403742,1920.552619 +244303,2897.204067,1485.458294,2267.788314,2094.433838,1912.940072 +244304,2887.365368,1485.172843,2257.528288,2093.870167,1895.326287 +244305,2878.360001,1484.884526,2249.66623,2092.955431,1883.322764 +244306,2882.93031,1484.592497,2254.528659,2098.735725,1893.944807 +244307,2883.519039,1484.270227,2253.781209,2103.812495,1892.682571 +244308,2886.427863,1483.975734,2255.680269,2109.629028,1896.617368 +244309,2885.461703,1483.660344,2253.535204,2113.770478,1892.992155 +244310,2887.704979,1483.358348,2254.723725,2118.873501,1895.844401 +244311,2885.998972,1483.038114,2252.037136,2122.505586,1891.369313 +244312,2887.558352,1482.730937,2253.047371,2127.340352,1894.015174 +244313,2885.471262,1482.404852,2250.082796,2130.780861,1889.07831 +244314,2886.735484,1482.092152,2250.867561,2135.463353,1891.353089 +244315,2884.332165,1481.760404,2247.652056,2138.725921,1886.008562 +244316,2872.839165,1481.540917,2236.217737,2137.228607,1866.599859 +244317,2862.17019,1481.058149,2227.093976,2135.306317,1852.698695 +244318,2867.67163,1480.820197,2233.255212,2141.036481,1866.078231 +244319,2883.277077,1480.461925,2247.049694,2153.290866,1890.769141 +244320,2880.932744,1480.097271,2241.591326,2157.879582,1879.430575 +244321,2870.033679,1413.220829,2230.566053,2156.564255,1860.687941 +244322,2851.390215,1412.017759,2216.335256,2149.221002,1840.075015 +244323,2847.058636,1410.822014,2215.489645,2148.361095,1843.761845 +244324,2837.931965,1409.715352,2207.826545,2148.533201,1831.804641 +244325,2835.321687,1408.649277,2205.884877,2152.274628,1829.45495 +244326,2831.082094,1430.311399,2201.08209,2156.11646,1820.496667 +244327,2832.250619,1372.932968,2201.622025,2162.217957,1821.09427 +244328,2830.951209,1421.467973,2199.14756,2167.314684,1815.618751 +244329,2820.063171,1413.655108,2187.977533,2167.167602,1795.253152 +244330,2825.586768,1384.367005,2194.161046,2173.656784,1807.456145 +244331,2827.15005,1429.632125,2194.323828,2179.766362,1806.728111 +244332,2817.89921,1371.916251,2184.585314,2180.189212,1789.044687 +244333,2824.286846,1433.210353,2191.886801,2187.00492,1803.541329 +244334,2841.629638,1366.166553,2206.914153,2200.331566,1829.579128 +244335,2841.832016,1417.43911,2204.24213,2206.575934,1822.60348 +244336,2831.454174,1385.677987,2193.72174,2205.939207,1804.131652 +244337,2823.087427,1399.246585,2186.777668,2205.109739,1793.76674 +244338,2829.740204,1393.638969,2194.536024,2211.824876,1809.584081 +244339,2846.628363,1393.274424,2209.349617,2224.974018,1835.806389 +244340,2847.311036,1392.15526,2207.418993,2231.244718,1830.780254 +244341,2837.736654,1391.030075,2197.773389,2230.874774,1814.29085 +244342,2829.806251,1389.893896,2191.284324,2230.156667,1805.060112 +244343,2823.114182,1388.740855,2186.239092,2230.348993,1798.392458 +244344,2830.89603,1387.589682,2194.607284,2237.578098,1815.497545 +244345,2834.605336,1386.304617,2196.979766,2244.277984,1819.920733 +244346,2828.03154,1385.389632,2189.971695,2245.548032,1808.242232 +244347,2834.673071,1383.896495,2197.129232,2252.080279,1823.2621 +244348,2850.09458,1382.935352,2210.929263,2264.111952,1848.230853 +244349,2851.123339,1381.749481,2209.596545,2270.084826,1844.925452 +244350,2842.785937,1380.420488,2201.244077,2270.092119,1831.110795 +244351,2846.33779,1379.22759,2205.766181,2274.862796,1841.617474 +244352,2847.298977,1377.898592,2206.23699,2279.565602,1843.320479 +244353,2840.443376,1376.585658,2199.553462,2280.231079,1832.721358 +244354,2834.452749,1375.265748,2194.817705,2280.488631,1826.780764 +244355,2829.509382,1373.92528,2191.034792,2281.267485,1822.552317 +244356,2836.838811,1372.581473,2198.933329,2288.017285,1839.063446 +244357,2840.437822,1371.206742,2201.427596,2294.18467,1844.161838 +244358,2834.930445,1369.836891,2195.620792,2295.515717,1834.984558 +244359,2830.104799,1368.46379,2191.776985,2296.16168,1830.635336 +244360,2837.135173,1367.076104,2199.321021,2302.53611,1846.525372 +244361,2840.71037,1365.660269,2201.867543,2308.434881,1851.82266 +244362,2835.699637,1364.248188,2196.602238,2309.823156,1843.680676 +244363,2841.285482,1362.736203,2202.743013,2315.419135,1857.047193 +244364,2843.967837,1357.971726,2204.660111,2320.646343,1861.401164 +244365,2838.698463,1355.939135,2199.18605,2322.264247,1853.707537 +244366,2843.257439,1354.203769,2204.175699,2328.118242,1866.155917 +244367,2845.116626,1352.480373,2205.180434,2333.653367,1870.140577 +244368,2848.213415,1350.797508,2207.757972,2339.347891,1877.150985 +244369,2848.825998,1349.21557,2207.800701,2343.787687,1879.272248 +244370,2850.829837,1347.400302,2209.585849,2348.5006,1884.703321 +244371,2850.760801,1345.692982,2209.252643,2352.255873,1886.076378 +244372,2852.287818,1344.149098,2210.805936,2356.507809,1891.045794 +244373,2858.644335,1342.402112,2216.800884,2363.22815,1903.60922 +244374,2857.476213,1340.726112,2214.899563,2366.7737,1901.362257 +244375,2851.485989,1339.046179,2209.434388,2367.188305,1893.799019 +244376,2846.455673,1337.358398,2205.645262,2367.523647,1889.941288 +244377,2842.345997,1335.66171,2202.665547,2368.360944,1887.460518 +244378,2845.367849,1333.964239,2206.402196,2372.720019,1896.823753 +244379,2846.426584,1332.250651,2207.212389,2376.806327,1899.957183 +244380,2842.539802,1330.540722,2203.503409,2378.227282,1895.305329 +244381,2068.014503,1328.764769,1123.873416,1905.620513,2475.507421 +244382,2156.773856,1460.066665,1172.302046,1988.67443,2533.733256 +244383,2269.304311,1462.989176,1235.826361,2090.822641,2597.884409 +244384,2366.43952,1462.863769,1293.350363,2172.844636,2646.861219 +244385,2430.699883,1463.572805,1335.150538,2219.520859,2670.881198 +244386,2468.266116,1462.722126,1363.550235,2240.554792,2676.980335 +244387,2492.069859,1461.78026,1384.474194,2249.393477,2676.339987 +244388,2508.698731,1460.903873,1400.964935,2254.073652,2673.476933 +244389,2521.317203,1459.77632,1414.551793,2257.40219,2670.175305 +244390,2531.374349,1458.683337,1426.009714,2260.55097,2667.078774 +244391,2539.545821,1457.538025,1435.766257,2263.638534,2664.356953 +244392,2546.213749,1456.359415,1444.106823,2266.592444,2662.014399 +244393,2551.653953,1455.157458,1451.255032,2269.370508,2660.01107 +244394,2556.091999,1453.910326,1457.398405,2271.981022,2658.302657 +244395,2559.71243,1452.66776,1462.694058,2274.450959,2656.847409 +244396,2562.668075,1451.504814,1467.275466,2276.808742,2655.612793 +244397,2565.058413,1450.102364,1471.24269,2279.055633,2654.54618 +244398,2567.002623,1448.894946,1474.698996,2281.221961,2653.646682 +244399,2568.596093,1447.596951,1477.730267,2283.329935,2652.912591 +244400,2569.8898,1446.30513,1480.394166,2285.375338,2652.314367 +244401,2570.928673,1445.007658,1482.74385,2287.357921,2651.831539 +244402,2571.750844,1443.702595,1484.822462,2289.279417,2651.448614 +244403,2572.387888,1442.392379,1486.668583,2291.14224,2651.152919 +244404,2572.865848,1441.075106,1488.312342,2293.140897,2650.933904 +244405,2573.205984,1439.752819,1489.781345,2294.885441,2650.782377 +244406,2573.425918,1438.40673,1491.096486,2296.572662,2650.69042 +244407,2573.538337,1437.067599,1492.276334,2298.208189,2650.648354 +244408,2573.555796,1435.725416,1493.335762,2299.796941,2650.650841 +244409,2573.4893,1434.377646,1494.290178,2301.341362,2650.693789 +244410,2573.347751,1433.023462,1495.150025,2302.842063,2650.773145 +244411,2573.138208,1431.46174,1495.926361,2304.29899,2650.884831 +244412,2572.856788,1429.987568,1496.622593,2305.635445,2651.025013 +244413,2572.502012,1428.667526,1497.243371,2306.813111,2651.190136 +244414,2572.076946,1426.994792,1497.795797,2307.835065,2651.377029 +244415,2571.586897,1425.588495,1498.283796,2308.721836,2651.582832 +244416,2571.037408,1424.098024,1498.712424,2309.494201,2651.805009 +244417,2570.433324,1422.458467,1499.086559,2310.167106,2652.041243 +244418,2569.7787,1421.004097,1499.410373,2310.749978,2652.289454 +244419,2569.076916,1419.481019,1499.687345,2311.24874,2652.547726 +244420,2568.330894,1417.809221,1499.920449,2311.667508,2652.814322 +244421,2567.543224,1416.323177,1500.112274,2312.009461,2653.087631 +244422,2566.716321,1414.768285,1500.26513,2312.27724,2653.366198 +244423,2565.852373,1413.065494,1500.38107,2312.47306,2653.648661 +244424,2564.953366,1411.548308,1500.461949,2312.598812,2653.933792 +244425,2564.021071,1409.962762,1500.509432,2312.656108,2654.22044 +244426,2563.057101,1408.229502,1500.525031,2312.646353,2654.507567 +244427,2562.062901,1406.682324,1500.510116,2312.570784,2654.794197 +244428,2561.039806,1405.066853,1500.465947,2312.430523,2655.079457 +244429,2559.989012,1403.304027,1500.393671,2312.226582,2655.36252 +244430,2558.911642,1401.727571,1500.294353,2311.959902,2655.642645 +244431,2557.808734,1400.171313,1500.165299,2311.631356,2655.919146 +244432,2556.681247,1398.248178,1500.01182,2311.24176,2656.191397 +244433,2555.530078,1396.708647,1499.836115,2310.79187,2656.458805 +244434,2554.356075,1394.932335,1499.638309,2310.282415,2656.720855 +244435,2553.160032,1393.246193,1499.41457,2309.714077,2656.977053 +244436,2551.942704,1391.54816,1499.169497,2309.087513,2657.226969 +244437,2550.704783,1389.749016,1498.904945,2308.403341,2657.470189 +244438,2549.446956,1388.101012,1498.617239,2307.662162,2657.706358 +244439,2548.169844,1386.270532,1498.310473,2306.864543,2657.935134 +244440,2546.874054,1384.605303,1497.986081,2306.01104,2658.156223 +244441,0,0,0,0,0 +244442,0,0,0,0,0 +244443,0,0,0,0,0 +244444,0,0,0,0,0 +244445,0,0,0,0,0 +244446,0,0,0,0,0 +244447,0,0,0,0,0 +244448,0,0,0,0,0 +244449,0,0,0,0,0 +244450,0,0,0,0,0 +244451,0,0,0,0,0 +244452,0,0,0,0,0 +244453,0,0,0,0,0 +244454,0,0,0,0,0 +244455,0,0,0,0,0 +244456,0,0,0,0,0 +244457,0,0,0,0,0 +244458,0,0,0,0,0 +244459,0,0,0,0,0 +244460,0,0,0,0,0 +244461,0,0,0,0,0 +244462,0,0,0,0,0 +244463,0,0,0,0,0 +244464,0,0,0,0,0 +244465,0,0,0,0,0 +244466,0,0,0,0,0 +244467,0,0,0,0,0 +244468,0,0,0,0,0 +244469,0,0,0,0,0 +244470,0,0,0,0,0 +244471,0,0,0,0,0 +244472,0,0,0,0,0 +244473,0,0,0,0,0 +244474,0,0,0,0,0 +244475,0,0,0,0,0 +244476,0,0,0,0,0 +244477,0,0,0,0,0 +244478,0,0,0,0,0 +244479,0,0,0,0,0 +244480,0,0,0,0,0 +244481,0,0,0,0,0 +244482,0,0,0,0,0 +244483,0,0,0,0,0 +244484,0,0,0,0,0 +244485,0,0,0,0,0 +244486,0,0,0,0,0 +244487,0,0,0,0,0 +244488,0,0,0,0,0 +244489,0,0,0,0,0 +244490,0,0,0,0,0 +244491,0,0,0,0,0 +244492,0,0,0,0,0 +244493,0,0,0,0,0 +244494,0,0,0,0,0 +244495,0,0,0,0,0 +244496,0,0,0,0,0 +244497,0,0,0,0,0 +244498,0,0,0,0,0 +244499,0,0,0,0,0 +244500,0,0,0,0,0 +244501,0,0,0,0,0 +244502,0,0,0,0,0 +244503,0,0,0,0,0 +244504,0,0,0,0,0 +244505,0,0,0,0,0 +244506,0,0,0,0,0 +244507,0,0,0,0,0 +244508,0,0,0,0,0 +244509,0,0,0,0,0 +244510,0,0,0,0,0 +244511,0,0,0,0,0 +244512,0,0,0,0,0 +244513,0,0,0,0,0 +244514,0,0,0,0,0 +244515,0,0,0,0,0 +244516,0,0,0,0,0 +244517,0,0,0,0,0 +244518,0,0,0,0,0 +244519,0,0,0,0,0 +244520,0,0,0,0,0 +244521,0,0,0,0,0 +244522,0,0,0,0,0 +244523,0,0,0,0,0 +244524,0,0,0,0,0 +244525,0,0,0,0,0 +244526,0,0,0,0,0 +244527,0,0,0,0,0 +244528,0,0,0,0,0 +244529,0,0,0,0,0 +244530,0,0,0,0,0 +244531,0,0,0,0,0 +244532,0,0,0,0,0 +244533,0,0,0,0,0 +244534,0,0,0,0,0 +244535,0,0,0,0,0 +244536,0,0,0,0,0 +244537,0,0,0,0,0 +244538,0,0,0,0,0 +244539,0,0,0,0,0 +244540,0,0,0,0,0 +244541,0,0,0,0,0 +244542,0,0,0,0,0 +244543,0,0,0,0,0 +244544,0,0,0,0,0 +244545,0,0,0,0,0 +244546,0,0,0,0,0 +244547,0,0,0,0,0 +244548,0,0,0,0,0 +244549,0,0,0,0,0 +244550,0,0,0,0,0 +244551,0,0,0,0,0 +244552,0,0,0,0,0 +244553,0,0,0,0,0 +244554,0,0,0,0,0 +244555,0,0,0,0,0 +244556,0,0,0,0,0 +244557,0,0,0,0,0 +244558,0,0,0,0,0 +244559,0,0,0,0,0 +244560,0,0,0,0,0 +244561,0,0,0,0,0 +244562,0,0,0,0,0 +244563,0,0,0,0,0 +244564,0,0,0,0,0 +244565,0,0,0,0,0 +244566,0,0,0,0,0 +244567,0,0,0,0,0 +244568,0,0,0,0,0 +244569,0,0,0,0,0 +244570,0,0,0,0,0 +244571,0,0,0,0,0 +244572,0,0,0,0,0 +244573,0,0,0,0,0 +244574,0,0,0,0,0 +244575,0,0,0,0,0 +244576,0,0,0,0,0 +244577,0,0,0,0,0 +244578,0,0,0,0,0 +244579,0,0,0,0,0 +244580,0,0,0,0,0 +244581,0,0,0,0,0 +244582,0,0,0,0,0 +244583,0,0,0,0,0 +244584,0,0,0,0,0 +244585,0,0,0,0,0 +244586,0,0,0,0,0 +244587,0,0,0,0,0 +244588,0,0,0,0,0 +244589,0,0,0,0,0 +244590,0,0,0,0,0 +244591,0,0,0,0,0 +244592,0,0,0,0,0 +244593,0,0,0,0,0 +244594,0,0,0,0,0 +244595,0,0,0,0,0 +244596,0,0,0,0,0 +244597,0,0,0,0,0 +244598,0,0,0,0,0 +244599,0,0,0,0,0 +244600,0,0,0,0,0 +244601,0,0,0,0,0 +244602,0,0,0,0,0 +244603,0,0,0,0,0 +244604,0,0,0,0,0 +244605,0,0,0,0,0 +244606,0,0,0,0,0 +244607,0,0,0,0,0 +244608,0,0,0,0,0 +244609,0,0,0,0,0 +244610,0,0,0,0,0 +244611,0,0,0,0,0 +244612,0,0,0,0,0 +244613,0,0,0,0,0 +244614,0,0,0,0,0 +244615,0,0,0,0,0 +244616,0,0,0,0,0 +244617,0,0,0,0,0 +244618,0,0,0,0,0 +244619,0,0,0,0,0 +244620,0,0,0,0,0 +244621,0,0,0,0,0 +244622,0,0,0,0,0 +244623,0,0,0,0,0 +244624,0,0,0,0,0 +244625,0,0,0,0,0 +244626,0,0,0,0,0 +244627,0,0,0,0,0 +244628,0,0,0,0,0 +244629,0,0,0,0,0 +244630,0,0,0,0,0 +244631,0,0,0,0,0 +244632,0,0,0,0,0 +244633,0,0,0,0,0 +244634,0,0,0,0,0 +244635,0,0,0,0,0 +244636,0,0,0,0,0 +244637,0,0,0,0,0 +244638,0,0,0,0,0 +244639,0,0,0,0,0 +244640,0,0,0,0,0 +244641,0,0,0,0,0 +244642,0,0,0,0,0 +244643,0,0,0,0,0 +244644,0,0,0,0,0 +244645,0,0,0,0,0 +244646,0,0,0,0,0 +244647,0,0,0,0,0 +244648,0,0,0,0,0 +244649,0,0,0,0,0 +244650,0,0,0,0,0 +244651,0,0,0,0,0 +244652,0,0,0,0,0 +244653,0,0,0,0,0 +244654,0,0,0,0,0 +244655,0,0,0,0,0 +244656,0,0,0,0,0 +244657,0,0,0,0,0 +244658,0,0,0,0,0 +244659,0,0,0,0,0 +244660,0,0,0,0,0 +244661,0,0,0,0,0 +244662,0,0,0,0,0 +244663,0,0,0,0,0 +244664,0,0,0,0,0 +244665,0,0,0,0,0 +244666,0,0,0,0,0 +244667,0,0,0,0,0 +244668,0,0,0,0,0 +244669,0,0,0,0,0 +244670,0,0,0,0,0 +244671,0,0,0,0,0 +244672,0,0,0,0,0 +244673,0,0,0,0,0 +244674,0,0,0,0,0 +244675,0,0,0,0,0 +244676,0,0,0,0,0 +244677,0,0,0,0,0 +244678,0,0,0,0,0 +244679,0,0,0,0,0 +244680,0,0,0,0,0 +244681,0,0,0,0,0 +244682,0,0,0,0,0 +244683,0,0,0,0,0 +244684,0,0,0,0,0 +244685,0,0,0,0,0 +244686,0,0,0,0,0 +244687,0,0,0,0,0 +244688,0,0,0,0,0 +244689,0,0,0,0,0 +244690,0,0,0,0,0 +244691,0,0,0,0,0 +244692,0,0,0,0,0 +244693,0,0,0,0,0 +244694,0,0,0,0,0 +244695,0,0,0,0,0 +244696,0,0,0,0,0 +244697,0,0,0,0,0 +244698,0,0,0,0,0 +244699,0,0,0,0,0 +244700,0,0,0,0,0 +244701,0,0,0,0,0 +244702,0,0,0,0,0 +244703,0,0,0,0,0 +244704,0,0,0,0,0 +244705,0,0,0,0,0 +244706,0,0,0,0,0 +244707,0,0,0,0,0 +244708,0,0,0,0,0 +244709,0,0,0,0,0 +244710,0,0,0,0,0 +244711,0,0,0,0,0 +244712,0,0,0,0,0 +244713,0,0,0,0,0 +244714,0,0,0,0,0 +244715,0,0,0,0,0 +244716,0,0,0,0,0 +244717,0,0,0,0,0 +244718,0,0,0,0,0 +244719,0,0,0,0,0 +244720,0,0,0,0,0 +244721,0,0,0,0,0 +244722,0,0,0,0,0 +244723,0,0,0,0,0 +244724,0,0,0,0,0 +244725,0,0,0,0,0 +244726,0,0,0,0,0 +244727,0,0,0,0,0 +244728,0,0,0,0,0 +244729,0,0,0,0,0 +244730,0,0,0,0,0 +244731,0,0,0,0,0 +244732,0,0,0,0,0 +244733,0,0,0,0,0 +244734,0,0,0,0,0 +244735,0,0,0,0,0 +244736,0,0,0,0,0 +244737,0,0,0,0,0 +244738,0,0,0,0,0 +244739,0,0,0,0,0 +244740,0,0,0,0,0 +244741,0,0,0,0,0 +244742,0,0,0,0,0 +244743,0,0,0,0,0 +244744,0,0,0,0,0 +244745,0,0,0,0,0 +244746,0,0,0,0,0 +244747,0,0,0,0,0 +244748,0,0,0,0,0 +244749,0,0,0,0,0 +244750,0,0,0,0,0 +244751,0,0,0,0,0 +244752,0,0,0,0,0 +244753,0,0,0,0,0 +244754,0,0,0,0,0 +244755,0,0,0,0,0 +244756,0,0,0,0,0 +244757,0,0,0,0,0 +244758,0,0,0,0,0 +244759,0,0,0,0,0 +244760,0,0,0,0,0 +244761,0,0,0,0,0 +244762,0,0,0,0,0 +244763,0,0,0,0,0 +244764,0,0,0,0,0 +244765,0,0,0,0,0 +244766,0,0,0,0,0 +244767,0,0,0,0,0 +244768,0,0,0,0,0 +244769,0,0,0,0,0 +244770,0,0,0,0,0 +244771,0,0,0,0,0 +244772,0,0,0,0,0 +244773,0,0,0,0,0 +244774,0,0,0,0,0 +244775,0,0,0,0,0 +244776,0,0,0,0,0 +244777,0,0,0,0,0 +244778,0,0,0,0,0 +244779,0,0,0,0,0 +244780,0,0,0,0,0 +244781,0,0,0,0,0 +244782,0,0,0,0,0 +244783,0,0,0,0,0 +244784,0,0,0,0,0 +244785,0,0,0,0,0 +244786,0,0,0,0,0 +244787,0,0,0,0,0 +244788,0,0,0,0,0 +244789,0,0,0,0,0 +244790,0,0,0,0,0 +244791,0,0,0,0,0 +244792,0,0,0,0,0 +244793,0,0,0,0,0 +244794,0,0,0,0,0 +244795,0,0,0,0,0 +244796,0,0,0,0,0 +244797,0,0,0,0,0 +244798,0,0,0,0,0 +244799,0,0,0,0,0 +244800,0,0,0,0,0 +244801,0,0,0,0,0 +244802,0,0,0,0,0 +244803,0,0,0,0,0 +244804,0,0,0,0,0 +244805,0,0,0,0,0 +244806,0,0,0,0,0 +244807,0,0,0,0,0 +244808,0,0,0,0,0 +244809,0,0,0,0,0 +244810,0,0,0,0,0 +244811,0,0,0,0,0 +244812,0,0,0,0,0 +244813,0,0,0,0,0 +244814,0,0,0,0,0 +244815,0,0,0,0,0 +244816,0,0,0,0,0 +244817,0,0,0,0,0 +244818,0,0,0,0,0 +244819,0,0,0,0,0 +244820,0,0,0,0,0 +244821,0,0,0,0,0 +244822,0,0,0,0,0 +244823,0,0,0,0,0 +244824,0,0,0,0,0 +244825,0,0,0,0,0 +244826,0,0,0,0,0 +244827,0,0,0,0,0 +244828,0,0,0,0,0 +244829,0,0,0,0,0 +244830,0,0,0,0,0 +244831,0,0,0,0,0 +244832,0,0,0,0,0 +244833,0,0,0,0,0 +244834,0,0,0,0,0 +244835,0,0,0,0,0 +244836,0,0,0,0,0 +244837,0,0,0,0,0 +244838,0,0,0,0,0 +244839,0,0,0,0,0 +244840,0,0,0,0,0 +244841,0,0,0,0,0 +244842,0,0,0,0,0 +244843,0,0,0,0,0 +244844,0,0,0,0,0 +244845,0,0,0,0,0 +244846,0,0,0,0,0 +244847,0,0,0,0,0 +244848,0,0,0,0,0 +244849,0,0,0,0,0 +244850,0,0,0,0,0 +244851,0,0,0,0,0 +244852,0,0,0,0,0 +244853,0,0,0,0,0 +244854,0,0,0,0,0 +244855,0,0,0,0,0 +244856,0,0,0,0,0 +244857,0,0,0,0,0 +244858,0,0,0,0,0 +244859,0,0,0,0,0 +244860,0,0,0,0,0 +244861,0,0,0,0,0 +244862,0,0,0,0,0 +244863,0,0,0,0,0 +244864,0,0,0,0,0 +244865,0,0,0,0,0 +244866,0,0,0,0,0 +244867,0,0,0,0,0 +244868,0,0,0,0,0 +244869,0,0,0,0,0 +244870,0,0,0,0,0 +244871,0,0,0,0,0 +244872,0,0,0,0,0 +244873,0,0,0,0,0 +244874,0,0,0,0,0 +244875,0,0,0,0,0 +244876,0,0,0,0,0 +244877,0,0,0,0,0 +244878,0,0,0,0,0 +244879,0,0,0,0,0 +244880,0,0,0,0,0 +244881,0,0,0,0,0 +244882,0,0,0,0,0 +244883,0,0,0,0,0 +244884,0,0,0,0,0 +244885,0,0,0,0,0 +244886,0,0,0,0,0 +244887,0,0,0,0,0 +244888,0,0,0,0,0 +244889,0,0,0,0,0 +244890,0,0,0,0,0 +244891,0,0,0,0,0 +244892,0,0,0,0,0 +244893,0,0,0,0,0 +244894,0,0,0,0,0 +244895,0,0,0,0,0 +244896,0,0,0,0,0 +244897,0,0,0,0,0 +244898,0,0,0,0,0 +244899,0,0,0,0,0 +244900,0,0,0,0,0 +244901,0,0,0,0,0 +244902,0,0,0,0,0 +244903,0,0,0,0,0 +244904,0,0,0,0,0 +244905,0,0,0,0,0 +244906,0,0,0,0,0 +244907,0,0,0,0,0 +244908,0,0,0,0,0 +244909,0,0,0,0,0 +244910,0,0,0,0,0 +244911,0,0,0,0,0 +244912,0,0,0,0,0 +244913,0,0,0,0,0 +244914,0,0,0,0,0 +244915,0,0,0,0,0 +244916,0,0,0,0,0 +244917,0,0,0,0,0 +244918,0,0,0,0,0 +244919,0,0,0,0,0 +244920,0,0,0,0,0 +244921,0,0,0,0,0 +244922,0,0,0,0,0 +244923,0,0,0,0,0 +244924,0,0,0,0,0 +244925,0,0,0,0,0 +244926,0,0,0,0,0 +244927,0,0,0,0,0 +244928,0,0,0,0,0 +244929,0,0,0,0,0 +244930,0,0,0,0,0 +244931,0,0,0,0,0 +244932,0,0,0,0,0 +244933,0,0,0,0,0 +244934,0,0,0,0,0 +244935,0,0,0,0,0 +244936,0,0,0,0,0 +244937,0,0,0,0,0 +244938,0,0,0,0,0 +244939,0,0,0,0,0 +244940,0,0,0,0,0 +244941,0,0,0,0,0 +244942,0,0,0,0,0 +244943,0,0,0,0,0 +244944,0,0,0,0,0 +244945,0,0,0,0,0 +244946,0,0,0,0,0 +244947,0,0,0,0,0 +244948,0,0,0,0,0 +244949,0,0,0,0,0 +244950,0,0,0,0,0 +244951,0,0,0,0,0 +244952,0,0,0,0,0 +244953,0,0,0,0,0 +244954,0,0,0,0,0 +244955,0,0,0,0,0 +244956,0,0,0,0,0 +244957,0,0,0,0,0 +244958,0,0,0,0,0 +244959,0,0,0,0,0 +244960,0,0,0,0,0 +244961,0,0,0,0,0 +244962,0,0,0,0,0 +244963,0,0,0,0,0 +244964,0,0,0,0,0 +244965,0,0,0,0,0 +244966,0,0,0,0,0 +244967,0,0,0,0,0 +244968,0,0,0,0,0 +244969,0,0,0,0,0 +244970,0,0,0,0,0 +244971,0,0,0,0,0 +244972,0,0,0,0,0 +244973,0,0,0,0,0 +244974,0,0,0,0,0 +244975,0,0,0,0,0 +244976,0,0,0,0,0 +244977,0,0,0,0,0 +244978,0,0,0,0,0 +244979,0,0,0,0,0 +244980,0,0,0,0,0 +244981,0,0,0,0,0 +244982,0,0,0,0,0 +244983,0,0,0,0,0 +244984,0,0,0,0,0 +244985,0,0,0,0,0 +244986,0,0,0,0,0 +244987,0,0,0,0,0 +244988,0,0,0,0,0 +244989,0,0,0,0,0 +244990,0,0,0,0,0 +244991,0,0,0,0,0 +244992,0,0,0,0,0 +244993,0,0,0,0,0 +244994,0,0,0,0,0 +244995,0,0,0,0,0 +244996,0,0,0,0,0 +244997,0,0,0,0,0 +244998,0,0,0,0,0 +244999,0,0,0,0,0 +245000,0,0,0,0,0 +245001,0,0,0,0,0 +245002,0,0,0,0,0 +245003,0,0,0,0,0 +245004,0,0,0,0,0 +245005,0,0,0,0,0 +245006,0,0,0,0,0 +245007,0,0,0,0,0 +245008,0,0,0,0,0 +245009,0,0,0,0,0 +245010,0,0,0,0,0 +245011,0,0,0,0,0 +245012,0,0,0,0,0 +245013,0,0,0,0,0 +245014,0,0,0,0,0 +245015,0,0,0,0,0 +245016,0,0,0,0,0 +245017,0,0,0,0,0 +245018,0,0,0,0,0 +245019,0,0,0,0,0 +245020,0,0,0,0,0 +245021,0,0,0,0,0 +245022,0,0,0,0,0 +245023,0,0,0,0,0 +245024,0,0,0,0,0 +245025,0,0,0,0,0 +245026,0,0,0,0,0 +245027,0,0,0,0,0 +245028,0,0,0,0,0 +245029,0,0,0,0,0 +245030,0,0,0,0,0 +245031,0,0,0,0,0 +245032,0,0,0,0,0 +245033,0,0,0,0,0 +245034,0,0,0,0,0 +245035,0,0,0,0,0 +245036,0,0,0,0,0 +245037,0,0,0,0,0 +245038,0,0,0,0,0 +245039,0,0,0,0,0 +245040,0,0,0,0,0 +245041,0,0,0,0,0 +245042,0,0,0,0,0 +245043,0,0,0,0,0 +245044,0,0,0,0,0 +245045,0,0,0,0,0 +245046,0,0,0,0,0 +245047,0,0,0,0,0 +245048,0,0,0,0,0 +245049,0,0,0,0,0 +245050,0,0,0,0,0 +245051,0,0,0,0,0 +245052,0,0,0,0,0 +245053,0,0,0,0,0 +245054,0,0,0,0,0 +245055,0,0,0,0,0 +245056,0,0,0,0,0 +245057,0,0,0,0,0 +245058,0,0,0,0,0 +245059,0,0,0,0,0 +245060,0,0,0,0,0 +245061,0,0,0,0,0 +245062,0,0,0,0,0 +245063,0,0,0,0,0 +245064,0,0,0,0,0 +245065,0,0,0,0,0 +245066,0,0,0,0,0 +245067,0,0,0,0,0 +245068,0,0,0,0,0 +245069,0,0,0,0,0 +245070,0,0,0,0,0 +245071,0,0,0,0,0 +245072,0,0,0,0,0 +245073,0,0,0,0,0 +245074,0,0,0,0,0 +245075,0,0,0,0,0 +245076,0,0,0,0,0 +245077,0,0,0,0,0 +245078,0,0,0,0,0 +245079,0,0,0,0,0 +245080,0,0,0,0,0 +245081,0,0,0,0,0 +245082,0,0,0,0,0 +245083,0,0,0,0,0 +245084,0,0,0,0,0 +245085,0,0,0,0,0 +245086,0,0,0,0,0 +245087,0,0,0,0,0 +245088,0,0,0,0,0 +245089,0,0,0,0,0 +245090,0,0,0,0,0 +245091,0,0,0,0,0 +245092,0,0,0,0,0 +245093,0,0,0,0,0 +245094,0,0,0,0,0 +245095,0,0,0,0,0 +245096,0,0,0,0,0 +245097,0,0,0,0,0 +245098,0,0,0,0,0 +245099,0,0,0,0,0 +245100,0,0,0,0,0 +245101,0,0,0,0,0 +245102,0,0,0,0,0 +245103,0,0,0,0,0 +245104,0,0,0,0,0 +245105,0,0,0,0,0 +245106,0,0,0,0,0 +245107,0,0,0,0,0 +245108,0,0,0,0,0 +245109,0,0,0,0,0 +245110,0,0,0,0,0 +245111,0,0,0,0,0 +245112,0,0,0,0,0 +245113,0,0,0,0,0 +245114,0,0,0,0,0 +245115,0,0,0,0,0 +245116,0,0,0,0,0 +245117,0,0,0,0,0 +245118,0,0,0,0,0 +245119,0,0,0,0,0 +245120,0,0,0,0,0 +245121,0,0,0,0,0 +245122,0,0,0,0,0 +245123,0,0,0,0,0 +245124,0,0,0,0,0 +245125,0,0,0,0,0 +245126,0,0,0,0,0 +245127,0,0,0,0,0 +245128,0,0,0,0,0 +245129,0,0,0,0,0 +245130,0,0,0,0,0 +245131,0,0,0,0,0 +245132,0,0,0,0,0 +245133,0,0,0,0,0 +245134,0,0,0,0,0 +245135,0,0,0,0,0 +245136,0,0,0,0,0 +245137,0,0,0,0,0 +245138,0,0,0,0,0 +245139,0,0,0,0,0 +245140,0,0,0,0,0 +245141,0,0,0,0,0 +245142,0,0,0,0,0 +245143,0,0,0,0,0 +245144,0,0,0,0,0 +245145,0,0,0,0,0 +245146,0,0,0,0,0 +245147,0,0,0,0,0 +245148,0,0,0,0,0 +245149,0,0,0,0,0 +245150,0,0,0,0,0 +245151,0,0,0,0,0 +245152,0,0,0,0,0 +245153,0,0,0,0,0 +245154,0,0,0,0,0 +245155,0,0,0,0,0 +245156,0,0,0,0,0 +245157,0,0,0,0,0 +245158,0,0,0,0,0 +245159,0,0,0,0,0 +245160,0,0,0,0,0 +245161,0,0,0,0,0 +245162,0,0,0,0,0 +245163,0,0,0,0,0 +245164,0,0,0,0,0 +245165,0,0,0,0,0 +245166,0,0,0,0,0 +245167,0,0,0,0,0 +245168,0,0,0,0,0 +245169,0,0,0,0,0 +245170,0,0,0,0,0 +245171,0,0,0,0,0 +245172,0,0,0,0,0 +245173,0,0,0,0,0 +245174,0,0,0,0,0 +245175,0,0,0,0,0 +245176,0,0,0,0,0 +245177,0,0,0,0,0 +245178,0,0,0,0,0 +245179,0,0,0,0,0 +245180,0,0,0,0,0 +245181,0,0,0,0,0 +245182,0,0,0,0,0 +245183,0,0,0,0,0 +245184,0,0,0,0,0 +245185,0,0,0,0,0 +245186,0,0,0,0,0 +245187,0,0,0,0,0 +245188,0,0,0,0,0 +245189,0,0,0,0,0 +245190,0,0,0,0,0 +245191,0,0,0,0,0 +245192,0,0,0,0,0 +245193,0,0,0,0,0 +245194,0,0,0,0,0 +245195,0,0,0,0,0 +245196,0,0,0,0,0 +245197,0,0,0,0,0 +245198,0,0,0,0,0 +245199,0,0,0,0,0 +245200,0,0,0,0,0 +245201,0,0,0,0,0 +245202,0,0,0,0,0 +245203,0,0,0,0,0 +245204,0,0,0,0,0 +245205,0,0,0,0,0 +245206,0,0,0,0,0 +245207,0,0,0,0,0 +245208,0,0,0,0,0 +245209,0,0,0,0,0 +245210,0,0,0,0,0 +245211,0,0,0,0,0 +245212,0,0,0,0,0 +245213,0,0,0,0,0 +245214,0,0,0,0,0 +245215,0,0,0,0,0 +245216,0,0,0,0,0 +245217,0,0,0,0,0 +245218,0,0,0,0,0 +245219,0,0,0,0,0 +245220,0,0,0,0,0 +245221,-18.33846556,3850.19041,3454.820262,0.889218026,-234.3544715 +245222,453.510581,1444.619431,3774.439237,215.268764,626.2296878 +245223,446.5881383,304.4904036,3522.32129,211.7238903,618.4839722 +245224,434.8214057,286.7953236,3268.661913,205.9201094,601.7081033 +245225,422.8310893,656.055074,3060.388908,200.1196961,583.1873531 +245226,412.466619,796.7536,1763.509831,195.1968427,566.1989688 +245227,403.9366064,587.8061437,1540.064057,191.2162299,551.4164112 +245228,396.8805211,653.4487662,1953.346861,187.974563,538.547021 +245229,390.9402577,660.4858184,1754.469798,185.2812755,527.181076 +245230,385.8716841,667.1248852,1756.128027,183.0075537,517.032417 +245231,381.5325941,673.0046346,1762.251554,181.0790419,507.9261128 +245232,377.8212589,679.6105771,1769.13547,179.4426567,499.7431044 +245233,374.654726,686.1352122,1781.854146,178.0555437,492.3884978 +245234,371.9595255,692.7928421,1782.281899,176.8805417,485.7741885 +245235,369.6714521,699.535197,1801.422356,175.8858423,479.8158532 +245236,367.7353474,706.2029852,1794.675364,175.0446702,474.438602 +245237,366.1039808,713.4027733,1799.982699,174.334585,469.5762396 +245238,364.7376106,714.3870221,1809.140418,173.7370511,465.1731699 +245239,363.6732307,720.3806755,1807.267256,173.2900599,461.1807412 +245240,362.8577774,731.3625178,1816.556621,172.9623989,457.5565253 +245241,360.9087463,740.403408,1824.454504,172.115426,451.8557869 +245242,356.4279599,749.8750943,1832.511752,170.1090032,441.5736832 +245243,352.1598613,759.7897514,1840.812102,168.1907974,431.7123084 +245244,348.1146608,769.2205413,1849.025094,166.3662464,422.2950163 +245245,344.2763558,778.9166349,1857.472373,164.6284907,413.296118 +245246,340.6199009,788.5978959,1865.918425,162.9663526,404.6725511 +245247,337.1215196,798.3037705,1874.486831,161.36928,396.3821245 +245248,333.7616096,807.7556188,1882.914742,159.8287518,388.3887416 +245249,330.5244113,817.9416647,1891.518751,158.3380975,380.6621317 +245250,327.3969416,827.7756983,1900.061857,156.891957,373.1763013 +245251,324.3682516,836.4728433,1906.911737,155.4859016,365.9084982 +245252,321.4261903,845.5927846,1913.596318,154.1149511,358.8385107 +245253,318.5608152,854.4759843,1920.213284,152.775103,351.9483797 +245254,315.7646181,863.2836972,1926.811305,151.4634284,345.2220888 +245255,313.0317782,872.0671318,1932.917448,150.1777272,338.6454363 +245256,310.3574575,880.8006867,1939.245053,148.9162067,332.2057559 +245257,307.7374986,889.1219214,1945.386438,147.677342,325.891808 +245258,305.1682358,898.3470061,1951.339192,146.4597918,319.6935311 +245259,302.6464626,906.6701805,1957.142115,145.262386,313.6019721 +245260,300.1693368,915.2645414,1963.090133,144.0840856,307.6090789 +245261,297.7343715,923.8381093,1968.4039,142.9239808,301.7076715 +245262,295.3393382,932.2982404,1974.225119,141.7812507,295.8912513 +245263,292.9822782,940.7063381,1979.35232,140.6551711,290.1540182 +245264,290.6614173,949.1616352,1984.984017,139.5450785,284.4907028 +245265,288.3751792,957.4577586,1989.789807,138.4503786,278.8965834 +245266,286.1221199,965.8372822,1995.060143,137.3705191,273.3673515 +245267,283.9009461,974.0514203,1999.701229,136.3050003,267.8991381 +245268,281.7104578,982.3502944,2004.879444,135.2533507,262.488392 +245269,279.549573,990.4814123,2009.830663,134.2151401,257.1319184 +245270,277.4172747,998.6999676,2023.046655,133.1899571,251.8267668 +245271,275.3126453,1006.747301,2008.904826,132.1774262,246.5708682 +245272,273.2348271,1014.886063,2022.615813,131.1771909,241.3612135 +245273,271.183037,1022.847817,2028.362705,130.1889219,236.195083 +245274,269.1565102,1030.906431,2030.358118,129.2122916,231.0701854 +245275,267.1545468,1038.780642,2034.633017,128.2469971,225.9846527 +245276,265.1764591,1046.713447,2038.474186,127.2927361,220.9367673 +245277,263.2216097,1054.608049,2042.120218,126.3492259,215.9249942 +245278,261.2893712,1062.361045,2045.746567,125.4161849,210.9478468 +245279,259.3791649,1070.163891,2049.040701,124.4933513,206.003988 +245280,257.4904192,1077.928958,2052.392699,123.5804642,201.0921159 +245281,256.2303241,1514.746101,2649.508473,122.9535162,197.3160069 +245282,273.3682,1537.671913,2664.35942,130.8399086,227.9002302 +245283,300.1025499,1554.534465,2687.305974,143.0415591,277.2791159 +245284,327.3144935,1570.591319,2710.225297,155.28002,329.0970117 +245285,351.1119256,1585.26644,2728.927521,165.7786758,376.0293238 +245286,371.0335277,1601.315982,2743.561765,174.383826,416.7897612 +245287,387.7933719,1620.826285,2754.825609,181.4831171,452.2444775 +245288,402.1301779,1626.176583,2763.928225,187.4566402,483.4567239 +245289,414.5587635,1651.666118,2771.548447,192.5648349,511.1814641 +245290,425.4162978,1648.953212,2778.11091,196.9761236,535.9066939 +245291,434.9457151,1645.035436,2783.837059,200.8099234,557.9841613 +245292,669.5273047,1689.788187,2788.829775,402.5032856,577.7058798 +245293,859.835292,1685.423993,2793.396105,319.8782102,595.3324866 +245294,734.9252594,1700.753104,2797.484971,349.6097984,611.0995269 +245295,808.8782047,1712.790572,2801.162689,364.3602246,625.2181198 +245296,830.3991629,1724.206923,2804.585076,374.4470731,637.8752028 +245297,849.9802619,1735.724931,2807.737369,383.9477286,649.2353457 +245298,869.0212281,1747.009782,2810.669865,393.5061607,659.4431685 +245299,888.3210414,1758.180244,2813.408654,402.6667842,668.6258364 +245300,905.9172348,1769.287353,2815.980964,411.6784429,676.8952562 +245301,924.5408136,1780.061552,2818.605011,420.4938976,684.3499142 +245302,941.9122763,1790.801579,2820.88604,429.0361619,691.0765082 +245303,958.9684124,1801.632383,2823.030169,437.8269247,697.1513638 +245304,976.3762334,1811.960092,2825.047702,445.6864539,702.6416775 +245305,992.7694738,1822.417105,2826.952253,454.1921359,707.6066844 +245306,1009.147132,1832.747418,2828.7445,462.0622231,712.0985711 +245307,1024.846155,1842.673251,2830.432318,469.804924,715.9373775 +245308,1041.157311,1852.876554,2832.01507,477.909867,776.2235882 +245309,1043.326198,1856.7637,2814.53737,479.162964,1127.039181 +245310,1091.529524,1881.056629,2827.677902,501.3387933,985.5978765 +245311,1076.818707,1877.705455,2834.146603,495.8041217,1013.85601 +245312,1068.990697,1876.520803,2802.3916,492.4178869,988.972353 +245313,989.0839328,1840.856499,2654.963106,456.3406668,836.7122236 +245314,1190.930643,1929.824297,2628.032853,547.9396953,1200.310564 +245315,1109.787067,1900.697638,2605.718385,511.7336393,1037.262327 +245316,1144.148972,1942.320415,2593.185958,527.9713067,1089.287276 +245317,1158.817434,1889.429933,2579.234187,534.7011109,1105.569194 +245318,1170.930141,1951.309595,2564.231646,541.3819193,1118.154258 +245319,1185.142646,1938.649158,2548.5773,547.694511,1131.596994 +245320,1197.513419,1950.283703,2534.123982,553.955792,1144.152474 +245321,1210.317856,1958.312159,2520.494604,560.0894863,1156.697645 +245322,1222.658845,1966.123786,2507.561427,566.1900473,1168.818362 +245323,1235.11066,1973.713044,2495.671219,572.1339061,1180.73486 +245324,1429.034142,2066.845946,2665.490024,660.782301,1521.544953 +245325,989.700825,1876.762225,2501.495522,462.1291418,701.5194175 +245326,1579.454775,2134.191172,2683.47942,729.5463411,1784.587758 +245327,986.3971491,1866.971386,2509.737697,461.5599873,671.72143 +245328,1602.430366,2176.799706,2688.218768,740.4663734,1806.33903 +245329,1006.776211,1852.22556,2508.379998,471.948693,690.5741684 +245330,1626.853351,2198.355431,2687.254457,751.8268055,1829.024328 +245331,1027.069679,1869.669089,2504.908267,482.1163346,708.7924861 +245332,1649.709793,2208.565347,2684.186415,762.6413868,1850.368665 +245333,1047.306611,1883.063989,2499.997798,492.0883479,726.4701735 +245334,1671.723678,2221.532645,2680.224663,773.2266044,1871.016665 +245335,1067.122024,1895.381441,2494.752231,501.6995432,743.2055054 +245336,1693.369266,2234.144039,2676.529451,783.5769249,1891.040482 +245337,1086.147749,1909.354766,2489.624867,511.0406943,759.2190598 +245338,1717.218714,2242.931266,2671.87119,793.6254215,1910.279896 +245339,1100.760895,1920.740845,2486.006419,520.193268,774.2953983 +245340,1763.486393,2256.395999,2668.51098,803.3081015,1929.367176 +245341,1658.254568,2202.250442,2657.601383,781.5006431,1852.227555 +245342,1891.906084,2297.17057,2667.389794,859.5658829,2182.661099 +245343,1852.389861,2284.507518,2690.604222,852.8707091,2110.046002 +245344,1867.379447,2292.144932,2714.435059,858.0684943,2145.95748 +245345,1878.383939,2298.163113,2733.873716,863.2892017,2141.379979 +245346,1888.870954,2303.918072,2749.384486,868.350743,2155.402551 +245347,1899.285394,2309.517795,2761.550288,873.4418601,2164.563944 +245348,1909.739655,2315.063392,2771.514362,878.2997509,2173.291965 +245349,1919.718366,2320.462668,2779.857312,883.2143657,2182.755688 +245350,1929.834727,2325.972795,2786.9586,888.0701391,2191.316044 +245351,1939.685448,2331.01439,2793.039709,892.7266556,2200.269972 +245352,1949.423686,2336.100343,2798.259973,897.383073,2208.539404 +245353,1959.067871,2341.036362,2802.756814,902.0266265,2216.915181 +245354,1968.458475,2345.928565,2806.649411,906.5725965,2225.09253 +245355,1977.734458,2350.567988,2810.242629,911.045403,2232.903897 +245356,1987.233668,2355.250014,2813.333426,915.5196383,2246.159304 +245357,1996.241261,2359.719357,2816.043435,919.8785304,2246.265059 +245358,2005.307066,2364.082534,2818.283851,924.2117892,2256.343793 +245359,2014.377803,2368.387652,2820.264456,928.4442013,2264.099797 +245360,2023.060696,2372.557481,2822.062819,932.8194102,2270.787493 +245361,2031.910453,2376.623105,2823.655896,936.8889479,2278.072111 +245362,2040.565399,2380.59709,2825.19962,941.0818062,2290.659154 +245363,2049.147899,2384.448025,2826.551323,945.1724644,2290.070935 +245364,2057.643817,2388.187314,2827.56291,949.2269213,2298.814347 +245365,2066.054538,2391.804011,2828.436997,953.2375318,2306.021578 +245366,2074.500005,2395.398202,2829.38815,957.205431,2317.221298 +245367,2082.446032,2398.975686,2831.923392,961.0576907,2317.579654 +245368,2090.742901,2402.008058,2831.365543,964.9084448,2324.175707 +245369,2098.651229,2405.436477,2831.420115,968.6632812,2336.044428 +245370,2106.614751,2408.546313,2831.704653,972.5210215,2336.311309 +245371,2114.41791,2411.457687,2831.966847,976.1800905,2347.013775 +245372,2122.138068,2414.251515,2832.120652,979.7284397,2348.092012 +245373,2129.782715,2416.901255,2832.142342,983.4469795,2357.09196 +245374,2137.476637,2419.52636,2832.126117,987.033166,2362.391488 +245375,2144.791048,2421.953464,2831.880137,990.4565724,2362.513533 +245376,2152.314205,2424.647636,2832.909358,994.1178172,2365.387631 +245377,2167.487044,2426.435172,2832.451233,997.5073492,2363.964691 +245378,2160.810978,2428.44422,2829.389741,1000.863783,2359.856306 +245379,2196.90936,2431.103336,2828.427445,1004.351017,2358.699355 +245380,2145.938534,2432.22283,2824.844083,1007.664989,2354.763198 +245381,2206.00871,2434.538598,2821.835863,1010.964478,2351.831664 +245382,2191.437263,2436.113216,2818.935241,1014.321312,2349.293252 +245383,2202.391378,2437.890759,2817.816438,1017.486707,2349.141861 +245384,2209.335653,2439.344934,2815.757911,1020.827145,2348.091163 +245385,2216.350878,2440.750642,2813.291977,1023.924282,2346.759382 +245386,2222.961226,2442.118762,2810.598142,1027.204166,2345.329777 +245387,2230.068352,2443.354394,2807.767706,1030.182727,2343.883821 +245388,2236.613063,2444.370978,2803.123562,1033.558547,2340.37255 +245389,2243.19969,2445.664113,2801.110415,1036.405849,2340.1353 +245390,2249.999703,2446.477619,2798.477842,1039.628683,2339.256925 +245391,2256.479673,2453.973919,2794.023083,1042.551128,2336.281775 +245392,2263.14652,2439.020752,2790.268934,1048.293856,2334.230919 +245393,2269.541407,2458.870739,2786.811112,1047.783823,2332.605332 +245394,2276.139688,2440.484769,2785.221757,1055.283109,2333.311147 +245395,2282.324019,2459.573676,2782.742769,1052.551553,2333.032879 +245396,2288.887779,2441.319709,2779.83228,1063.970683,2332.318529 +245397,2295.368646,2460.048594,2775.005363,1055.693333,2329.348387 +245398,2314.474575,2448.620865,2771.091576,1074.504032,2327.513118 +245399,2288.10879,2451.631852,2767.430664,1054.829831,2326.008548 +245400,2323.348248,2451.997317,2763.916536,1065.398131,2324.714895 +245401,2324.698485,2454.263513,2759.76789,1078.597468,2322.25796 +245402,2334.503902,2455.341076,2756.010026,1076.449698,2320.385396 +245403,2341.616653,2455.56648,2752.541695,1081.148279,2318.931371 +245404,2348.814952,2455.815309,2749.151032,1084.372407,2317.616956 +245405,2355.763884,2455.923672,2745.726423,1087.490548,2316.300793 +245406,2363.754788,2455.923153,2742.23313,1090.627341,2314.938105 +245407,2385.569914,2455.565643,2738.646565,1093.558144,2313.495146 +245408,2350.565507,2455.682913,2735.044887,1096.604223,2312.061639 +245409,2395.159987,2455.184757,2731.419833,1099.49644,2310.623177 +245410,2386.865719,2454.84854,2727.704942,1102.537908,2309.095438 +245411,2396.072284,2454.500967,2725.658364,1105.475715,2309.613272 +245412,2409.041167,2453.779803,2722.593925,1108.276623,2308.927858 +245413,2411.2726,2452.817322,2717.35542,1111.195057,2305.827461 +245414,2430.592841,2452.294741,2712.835534,1114.034431,2303.375959 +245415,2395.877078,2451.413229,2708.629374,1116.860426,2301.283654 +245416,2434.04641,2450.688011,2706.304151,1119.736533,2301.47187 +245417,2436.2525,2449.217451,2701.285039,1122.345175,2298.405823 +245418,2456.898442,2448.371733,2696.802788,1125.267362,2295.996094 +245419,2421.237603,2447.326551,2694.283266,1127.954268,2295.96999 +245420,2489.317919,2445.920531,2691.030498,1130.691625,2295.06797 +245421,2427.01567,2444.34799,2685.728588,1133.401126,2291.687016 +245422,2497.983668,2443.124799,2681.392004,1136.162247,2289.46857 +245423,2460.783946,2441.583138,2677.313438,1138.732046,2287.547314 +245424,2482.010958,2439.920577,2673.218432,1141.438722,2285.596974 +245425,2485.4896,2438.30899,2669.42758,1144.068382,2284.014059 +245426,2491.571856,2436.588548,2665.942554,1146.620273,2282.805784 +245427,2497.412061,2434.734413,2662.583985,1149.334936,2281.757393 +245428,2503.487904,2432.857762,2659.280537,1151.94668,2280.782059 +245429,2509.082079,2430.853254,2655.991116,1154.427502,2279.826614 +245430,2515.322284,2428.863394,2652.698429,1157.04069,2278.865412 +245431,2520.930786,2426.5693,2649.388747,1159.532008,2277.877022 +245432,2526.670148,2424.215541,2646.042534,1162.011517,2276.84135 +245433,2532.336767,2421.787701,2642.656643,1164.473053,2275.756135 +245434,2537.818805,2419.157327,2639.236966,1166.917386,2274.626418 +245435,2543.741416,2416.522832,2635.793492,1169.420044,2273.460511 +245436,2549.120663,2413.855187,2632.332629,1171.719244,2272.262374 +245437,2554.765223,2411.272742,2628.855597,1174.169369,2271.030315 +245438,2560.117643,2408.361639,2627.053861,1176.540988,2271.833984 +245439,2574.036123,2405.032375,2622.649233,1178.829605,2269.450999 +245440,2559.191082,2402.294508,2618.712297,1181.294779,2267.61609 +245441,2589.644491,2399.142841,2615.010416,1183.579254,2266.033028 +245442,2578.127972,2395.963331,2611.546637,1185.915064,2264.708241 +245443,2588.056958,2392.73888,2608.027324,1188.226308,2263.288828 +245444,2593.638966,2389.394558,2604.506636,1190.599217,2261.843678 +245445,2598.471152,2385.984805,2601.048768,1192.766938,2260.44019 +245446,2603.857528,2382.5975,2597.604902,1195.092407,2259.019211 +245447,2608.843493,2379.23701,2594.175185,1197.339663,2257.583558 +245448,2614.38982,2368.351868,2590.643286,1199.586885,2255.991338 +245449,2619.666733,2381.264456,2588.930117,1201.824543,2256.601612 +245450,2624.506303,2357.230337,2584.545159,1204.047537,2253.915581 +245451,2629.929635,2367.011107,2580.659604,1206.263172,2251.804329 +245452,2634.786157,2359.271543,2577.119802,1208.466116,2250.273293 +245453,2640.233172,2355.392076,2573.756174,1210.580048,2248.692361 +245454,2645.215101,2351.711026,2570.448307,1212.956666,2247.137371 +245455,2650.307365,2347.641037,2567.196496,1214.955233,2245.616134 +245456,2662.685337,2343.689649,2564.113441,1217.184409,2244.269064 +245457,2657.869097,2339.407674,2562.726709,1219.324803,2244.974273 +245458,2665.763441,2335.04083,2558.510837,1221.463427,2242.187729 +245459,2671.206298,2330.88086,2554.911996,1223.482421,2240.114271 +245460,2675.632749,2326.457382,2551.809618,1225.706453,2238.353989 +245461,2563.835092,2270.944866,2547.113118,1174.428677,2235.893415 +245462,2563.70117,2261.027945,2534.102852,1175.03168,2221.266438 +245463,2567.359578,2256.877625,2518.836204,1176.26207,2202.648773 +245464,2570.363804,2251.408305,2506.026438,1177.520026,2186.490038 +245465,2573.291326,2245.723431,2496.323499,1178.844928,2173.797494 +245466,2576.815373,2240.203674,2489.029079,1180.130383,2164.374945 +245467,2579.999842,2234.862422,2483.292501,1181.709132,2157.074466 +245468,2583.244164,2229.041761,2478.481905,1182.938264,2151.150388 +245469,2586.699112,2223.516344,2474.233704,1184.416642,2146.150964 +245470,2597.407855,2217.930768,2470.499717,1185.823132,2141.996068 +245471,2582.900364,2212.215434,2466.883246,1187.246316,2138.172604 +245472,2607.629623,2206.471684,2463.4533,1188.673686,2134.737159 +245473,2597.357557,2200.795475,2460.340508,1190.104256,2131.823641 +245474,2603.620889,2195.13488,2457.240811,1191.537009,2129.035553 +245475,2607.444236,2189.095099,2454.194548,1192.971658,2126.400291 +245476,2610.214361,2175.617058,2451.19957,1194.407723,2123.894324 +245477,2613.91624,2180.574649,2448.316297,1195.844871,2121.573579 +245478,2617.044391,2169.600013,2445.618878,1197.282965,2119.514236 +245479,2620.520929,2164.613319,2443.000625,1198.721595,2117.573134 +245480,2623.673413,2158.846134,2440.441967,1200.160675,2115.919231 +245481,2626.963414,2152.629271,2437.965969,1201.59992,2114.15055 +245482,2630.51772,2146.597859,2435.57469,1203.119711,2112.471711 +245483,2641.020643,2140.570736,2433.416213,1204.438764,2111.063459 +245484,2627.494982,2134.33689,2431.181126,1205.934899,2109.530615 +245485,2650.080596,2128.277089,2428.984638,1207.361342,2108.003686 +245486,2642.367846,2122.052917,2427.037205,1208.799292,2106.739329 +245487,2646.698725,2115.975621,2425.038124,1210.236712,2105.373085 +245488,2651.158138,2109.508395,2423.019177,1211.673724,2103.948335 +245489,2654.051801,2103.380249,2421.110413,1213.028511,2102.627652 +245490,2657.364241,2097.002849,2419.269684,1214.585064,2101.36233 +245491,2661.311067,2090.673177,2417.468462,1215.947368,2100.120227 +245492,2670.985898,2084.307247,2415.848177,1217.376056,2099.079652 +245493,2658.208451,2078.017442,2414.094026,1218.790227,2097.857363 +245494,2679.079855,2071.351422,2412.320409,1220.201998,2096.594099 +245495,2673.202189,2065.059816,2410.777301,1221.611787,2095.596685 +245496,2676.512898,2058.489944,2409.172547,1223.019517,2094.507386 +245497,2680.382732,2052.034701,2407.505361,1224.425294,2093.325507 +245498,2683.894142,2045.599997,2405.920514,1225.829087,2092.228254 +245499,2694.652597,2038.856172,2406.24606,1227.231051,2093.47012 +245500,2681.445047,2032.42371,2403.754545,1228.630438,2091.245045 +245501,2700.018813,2025.800947,2401.770555,1230.110645,2089.626188 +245502,2696.852266,2006.672635,2400.302349,1231.38319,2088.612975 +245503,2699.072002,2030.544355,2399.050744,1232.835211,2087.843306 +245504,2709.74255,1977.7214,2398.078425,1234.214007,2087.403867 +245505,2699.413902,2029.330727,2397.086683,1235.602447,2086.933125 +245506,2716.030431,1959.554434,2397.774678,1236.990454,2088.72441 +245507,2713.02972,2021.549262,2395.953577,1240.818263,2087.216875 +245508,2714.794387,1959.770461,2394.633939,1236.608137,2086.305734 +245509,2724.743961,1958.628923,2393.647512,1249.997304,2085.77767 +245510,2723.22023,1991.562205,2392.854094,1230.941526,2085.465882 +245511,2724.368918,1929.134163,2391.937478,1265.899371,2084.988965 +245512,2734.011646,1962.586385,2391.131594,1219.528399,2084.635086 +245513,2726.2894,1955.763913,2390.413218,1258.480567,2084.375853 +245514,2736.157004,1916.300242,2389.225613,1257.599345,2083.719917 +245515,2737.0413,1953.109698,2388.315748,1231.236176,2083.146942 +245516,2738.446793,1903.737234,2387.434268,1259.421963,2082.587586 +245517,2740.333342,1925.639829,2386.42571,1268.763481,2082.051655 +245518,2741.349206,1908.545442,2385.362824,1225.819446,2081.147839 +245519,2741.136907,1903.956954,2384.222976,1268.091214,2080.293053 +245520,2740.856555,1897.05688,2382.90902,1253.260992,2078.767471 +245521,2581.992721,1780.190504,2379.884285,1148.212191,2075.65978 +245522,2478.935199,1770.914152,2357.548958,1147.178547,2045.801128 +245523,2526.158787,1764.074074,2329.704806,1146.741204,2006.49101 +245524,2514.580998,1751.732008,2306.606171,1146.711977,1972.095673 +245525,2515.486174,1748.03781,2289.924305,1146.845307,1945.349263 +245526,2516.51266,1737.233422,2278.160053,1147.094316,1924.648632 +245527,2517.92301,1731.117016,2269.792587,1147.420062,1908.764565 +245528,2519.304309,1722.857622,2265.256892,1147.800072,1898.144364 +245529,2520.190565,1715.606126,2259.504306,1148.218922,1886.596487 +245530,2528.88359,1707.993516,2255.038548,1148.672059,1877.1597 +245531,2513.602226,1700.576358,2251.351247,1149.232628,1869.153252 +245532,2534.37334,1693.276324,2248.154294,1149.616359,1862.175951 +245533,2524.830779,1685.912253,2245.510906,1150.198673,1856.263083 +245534,2528.071888,1678.61102,2244.723258,1150.73256,1852.980468 +245535,2529.927756,1671.629973,2241.36192,1151.291088,1846.848169 +245536,2531.636226,1664.330808,2238.751233,1151.872751,1841.898267 +245537,2533.11639,1657.291605,2236.461135,1152.467529,1837.556155 +245538,2534.953422,1650.329515,2234.367125,1153.078348,1833.641103 +245539,2537.200573,1643.213745,2234.115098,1153.705689,1832.161235 +245540,2538.665614,1636.545784,2232.992166,1154.34406,1829.773239 +245541,2539.956493,1629.595433,2229.836634,1154.996929,1825.020222 +245542,2542.462391,1622.923499,2227.517661,1155.666099,1821.387272 +245543,2544.040556,1616.184949,2225.566897,1156.346454,1818.275474 +245544,2546.253232,1609.521922,2223.825488,1157.040346,1815.485096 +245545,2548.524024,1603.263948,2223.906228,1157.748538,1815.003895 +245546,2549.862709,1596.576258,2221.398839,1158.464672,1811.407812 +245547,2552.220612,1590.279523,2219.517544,1159.19815,1808.62859 +245548,2562.263701,1583.953524,2218.050603,1159.941283,1806.387912 +245549,2547.076054,1597.698171,2218.21676,1160.697873,1806.1879 +245550,2567.611177,1542.806167,2215.799739,1161.462014,1802.843926 +245551,2560.191968,1602.656843,2214.193574,1162.202447,1800.516001 +245552,2562.32411,1522.773473,2212.717116,1162.94279,1798.358751 +245553,2565.223201,1581.629163,2211.276572,1163.690343,1796.462222 +245554,2567.566889,1526.520076,2209.949829,1164.445492,1794.507057 +245555,2569.521668,1549.976976,2208.716697,1165.20846,1792.678265 +245556,2571.583872,1534.203009,2207.50397,1165.979314,1790.88789 +245557,2573.75514,1530.329533,2206.313089,1166.67583,1789.136267 +245558,2575.925452,1524.860049,2205.159632,1167.584089,1787.439356 +245559,2584.977625,1519.443201,2204.207007,1168.320199,1785.995392 +245560,2572.539491,1516.74611,2203.145673,1169.134066,1784.422239 +245561,2590.478909,1513.120183,2203.713482,1169.943577,1784.859372 +245562,2584.887199,1509.276023,2201.827564,1170.758865,1782.289224 +245563,2586.473213,1505.628829,2200.432826,1171.582162,1780.317196 +245564,2589.572541,1502.040973,2199.14349,1172.411568,1778.457101 +245565,2592.963592,1498.43372,2199.704573,1173.247972,1778.862463 +245566,2593.771475,1495.16243,2197.720539,1174.089925,1776.136705 +245567,2604.32586,1491.759782,2198.195719,1174.939274,1776.432906 +245568,2591.063081,1488.530718,2196.132959,1175.793399,1773.600189 +245569,2606.878828,1485.379891,2194.642868,1176.654227,1771.454566 +245570,2604.63118,1482.321776,2193.613312,1177.520228,1769.852125 +245571,2605.502446,1479.459616,2192.70617,1178.391769,1768.384126 +245572,2615.061809,1476.448983,2191.940352,1179.268529,1767.082017 +245573,2604.673482,1473.754397,2191.130927,1180.150402,1765.722032 +245574,2619.181464,1471.12035,2191.947933,1181.078372,1766.366288 +245575,2616.644516,1468.695041,2190.310001,1182.294546,1763.99201 +245576,2618.670987,1466.350235,2190.891846,1183.3964,1764.348252 +245577,2625.968216,1464.047481,2189.089877,1184.784713,1761.963389 +245578,2618.641393,1461.698191,2189.548989,1186.167019,1762.115676 +245579,2627.147938,1459.626303,2187.504287,1189.427463,1759.183758 +245580,2627.012539,1457.382994,2186.234732,1187.853476,1757.178694 +245581,2631.534002,1564.862115,2185.393075,1296.560339,1755.945021 +245582,2644.665095,1556.754053,2194.332163,1301.234122,1769.7398 +245583,2663.946518,1569.48155,2207.622048,1303.264838,1791.219826 +245584,2681.541368,1548.406289,2220.11538,1306.165068,1811.759546 +245585,2694.452313,1575.801287,2229.348452,1308.82857,1829.183204 +245586,2703.08745,1536.343892,2235.699234,1311.570589,1842.764359 +245587,2708.74682,1586.288535,2239.959208,1321.961595,1853.405241 +245588,2712.732163,1519.555159,2242.941341,1305.284802,1862.239733 +245589,2715.78218,1568.037779,2245.121034,1325.167406,1869.429768 +245590,2718.080221,1559.823985,2246.635387,1321.199024,1875.340463 +245591,2719.986833,1531.773071,2247.74029,1325.098107,1880.316126 +245592,2721.658918,1557.034339,2248.562475,1328.168665,1884.545963 +245593,2723.022483,1563.553283,2249.079231,1331.142594,1888.035446 +245594,2724.296977,1518.600967,2249.450581,1334.019319,1891.015506 +245595,2725.529486,1557.497974,2249.723748,1337.154964,1893.577004 +245596,2726.564026,1560.411193,2249.813925,1340.264055,1895.646007 +245597,2727.605402,1511.944999,2249.862746,1343.447608,1897.426242 +245598,2728.677463,1554.907435,2249.894956,1346.691388,1898.974864 +245599,2729.581942,1558.255751,2249.792457,1350.087578,1900.1699 +245600,2730.510555,1505.210814,2249.683083,1359.918662,1901.190819 +245601,2731.516872,1552.514177,2249.605929,1347.081253,1902.105319 +245602,2732.374751,1555.620632,2249.421613,1364.957042,1902.758283 +245603,2733.26214,1499.457485,2249.246333,1362.83997,1903.308507 +245604,2734.211502,1549.833822,2249.103251,1367.319661,1903.798022 +245605,2734.996894,1552.965423,2248.850863,1371.171655,1904.063433 +245606,2735.838165,1494.169673,2248.630172,1374.937361,1904.289331 +245607,2736.668259,1547.119241,2248.379188,1379.576623,1904.375888 +245608,2737.298463,1550.35621,2248.015936,1390.102443,1904.289558 +245609,2737.746973,1489.179197,2247.451127,1373.912534,1903.767204 +245610,2737.968744,1544.345802,2246.67453,1396.69162,1902.832355 +245611,2737.901507,1521.31741,2245.710446,1393.138318,1901.623332 +245612,2738.498229,1523.778347,2245.424184,1407.799569,1901.634583 +245613,2738.690155,1522.894818,2244.626061,1389.191668,1900.588947 +245614,2738.049493,1521.800012,2243.090155,1429.872705,1898.281551 +245615,2737.350704,1520.746762,2241.604824,1385.779789,1896.162019 +245616,2738.447684,1519.707766,2241.818793,1442.432583,1897.02639 +245617,2738.871135,1518.677825,2241.131529,1395.150882,1896.017432 +245618,2738.006821,1517.664227,2239.242464,1450.33308,1892.899613 +245619,2737.154785,1516.666258,2237.571183,1404.485586,1890.371882 +245620,2736.516963,1515.68073,2236.069251,1459.446244,1888.100455 +245621,2735.940023,1514.603632,2234.613489,1429.145935,1885.899009 +245622,2735.216111,1513.803727,2233.064713,1446.291171,1883.587348 +245623,2734.714867,1512.786515,2231.65699,1449.246808,1881.455422 +245624,2734.514301,1511.874038,2230.443878,1453.924573,1879.57445 +245625,2734.486908,1510.960748,2229.349126,1458.729031,1877.853905 +245626,2739.302037,1510.064068,2232.601902,1463.927243,1883.826396 +245627,2746.52239,1509.176041,2237.847394,1468.921651,1892.677451 +245628,2748.26722,1508.298623,2237.443543,1473.989698,1891.036326 +245629,2750.271771,1507.44667,2238.036274,1479.234377,1891.888114 +245630,2755.040793,1506.602418,2241.288498,1484.342802,1897.415213 +245631,2759.16242,1505.8751,2243.568088,1489.839899,1900.80764 +245632,2758.861668,1504.897978,2241.674296,1495.107499,1897.038196 +245633,2759.570854,1504.172773,2241.362023,1500.585299,1896.462312 +245634,2759.544468,1503.363026,2240.1916,1511.637701,1894.179296 +245635,2757.077565,1502.476598,2236.791174,1509.087942,1888.050927 +245636,2755.015048,1501.872472,2234.139053,1518.179866,1883.640714 +245637,2758.619026,1501.049324,2236.869955,1523.525916,1888.762888 +245638,2760.565696,1500.320537,2237.190488,1528.836582,1888.782339 +245639,2758.508931,1499.596512,2233.848885,1534.80062,1882.500992 +245640,2756.858644,1498.888811,2231.442422,1540.572724,1878.442334 +245641,2763.133281,1521.125412,2236.528083,1568.285034,1887.574885 +245642,2770.724419,1521.706543,2240.708214,1576.943018,1893.635153 +245643,2780.595741,1522.017839,2246.87549,1583.529647,1903.37336 +245644,2788.033059,1522.138416,2250.862714,1590.26531,1909.34352 +245645,2795.587403,1522.189464,2255.731795,1597.124992,1917.465247 +245646,2800.434508,1522.179162,2258.261217,1603.883984,1921.480781 +245647,2800.722118,1522.136895,2256.871482,1615.534916,1918.844747 +245648,2801.193147,1522.080256,2256.357838,1615.43081,1918.374489 +245649,2801.970799,1522.004669,2256.181162,1624.520668,1918.487166 +245650,2803.092148,1521.92105,2256.267527,1631.627647,1918.964816 +245651,2811.564483,1521.838631,2263.358579,1638.512029,1931.813865 +245652,2824.188039,1521.739191,2273.433671,1645.575748,1948.893784 +245653,2828.37941,1521.520076,2274.535329,1652.033049,1949.330335 +245654,2832.490957,1521.587872,2277.015981,1664.50101,1953.288562 +245655,2835.080325,1521.404729,2278.050319,1659.558976,1954.580202 +245656,2833.469366,1521.313894,2275.360574,1679.477208,1949.505617 +245657,2832.893966,1521.212632,2274.084829,1679.249587,1947.351551 +245658,2833.024958,1521.103347,2273.402312,1687.151199,1946.164202 +245659,2840.539232,1520.999493,2279.675688,1700.4134,1957.219816 +245660,2845.746769,1520.879865,2282.690957,1701.173211,1961.413053 +245661,2851.491329,1520.883505,2286.574202,1709.450672,1967.496874 +245662,2855.07416,1520.611747,2288.307986,1716.972907,1969.637112 +245663,2854.261403,1520.575071,2286.046564,1728.197597,1964.867469 +245664,2854.127662,1520.454864,2285.045022,1730.073978,1962.931257 +245665,2854.725482,1520.342425,2284.671018,1741.704751,1962.033611 +245666,2862.95735,1520.238085,2291.273338,1746.211247,1973.446363 +245667,2868.454746,1520.114768,2294.550188,1757.047671,1977.913201 +245668,2868.50425,1520.003056,2292.871119,1763.71159,1973.849906 +245669,2868.827926,1519.898259,2292.231174,1764.984197,1972.432361 +245670,2876.205412,1519.791626,2298.453884,1771.457403,1983.289585 +245671,2881.13655,1519.625081,2301.236653,1776.015957,1987.091403 +245672,2880.25459,1519.462824,2298.815375,1776.82048,1982.058389 +245673,2879.001338,1519.304924,2297.175327,1777.558682,1979.317707 +245674,2877.886648,1519.136378,2295.748829,1778.80723,1977.074975 +245675,2884.033116,1518.976146,2301.345738,1783.96546,1987.360844 +245676,2887.68469,1518.793161,2303.258579,1788.75919,1990.049025 +245677,2890.867508,1518.63038,2306.025477,1793.751959,1994.589051 +245678,2899.060167,1518.462277,2312.666319,1800.864785,2005.902004 +245679,2899.89695,1518.276033,2311.485673,1804.763201,2002.698004 +245680,2901.051885,1518.117363,2311.833427,1808.270914,2003.232373 +245681,2900.688484,1517.939416,2310.719651,1811.13261,2001.125513 +245682,2896.403104,1517.76467,2306.065081,1812.009212,1992.98799 +245683,2892.626755,1517.598451,2302.422402,1812.823378,1987.26147 +245684,2889.361829,1517.424907,2299.236844,1814.001472,1982.364414 +245685,2886.436903,1517.253756,2296.308348,1815.546414,1977.920298 +245686,2891.534782,1517.091244,2301.042893,1821.150427,1987.092338 +245687,2893.815993,1516.906124,2301.976038,1826.294298,1988.348036 +245688,2897.182506,1516.744852,2304.2535,1831.750278,1992.340604 +245689,2905.609209,1516.578084,2310.957708,1839.629661,2004.001771 +245690,2911.915125,1516.400349,2315.222417,1847.08245,2010.592328 +245691,2910.14724,1516.226896,2311.974276,1850.508978,2004.021404 +245692,2903.766994,1516.065275,2305.436723,1850.980527,1992.750074 +245693,2898.273668,1515.903874,2300.475233,1851.470607,1985.030663 +245694,2893.56349,1515.735905,2296.20988,1852.464157,1978.539488 +245695,2889.369066,1515.571654,2292.332172,1853.820171,1972.710718 +245696,2893.990173,1515.415974,2297.093361,1859.606824,1982.220937 +245697,2896.177489,1515.237024,2297.663102,1864.795539,1982.970392 +245698,2899.469317,1515.084858,2299.914057,1870.334897,1987.088568 +245699,2908.213355,1514.926104,2307.186817,1878.616794,1999.86039 +245700,2907.463724,1514.749776,2304.607546,1883.009936,1994.302868 +245701,2909.437873,1495.494421,2305.977121,1887.582697,1997.100774 +245702,2904.823881,1459.497841,2301.905155,1888.535224,1991.079785 +245703,2893.073262,1490.022922,2291.625226,1885.947838,1974.571751 +245704,2882.496355,1493.932516,2283.109141,1884.027495,1961.580309 +245705,2874.484393,1453.346039,2276.455991,1883.928616,1951.261725 +245706,2878.676022,1490.066799,2280.304059,1889.738674,1959.080793 +245707,2879.923129,1488.890502,2280.451451,1895.503251,1958.661287 +245708,2883.280863,1455.383219,2282.598504,1901.806829,1962.053382 +245709,2883.653175,1511.443601,2282.281989,1906.945678,1960.856973 +245710,2886.118991,1435.862236,2284.28585,1912.682399,1964.189434 +245711,2887.121074,1492.651695,2283.980227,1917.509253,1963.170412 +245712,2882.163573,1475.609738,2278.467842,1919.248869,1953.332833 +245713,2878.396343,1468.474793,2274.584037,1920.788133,1947.342588 +245714,2874.986517,1485.644862,2271.509599,1922.795125,1942.840204 +245715,2872.031019,1453.6616,2268.953805,1925.185876,1939.260993 +245716,2869.78695,1480.815795,2266.791102,1927.855089,1936.392458 +245717,2877.597662,1474.331965,2274.262522,1935.355294,1950.691313 +245718,2882.165125,1455.196013,2276.772488,1942.875242,1955.24959 +245719,2887.935493,1483.075004,2280.298165,1950.790493,1962.37895 +245720,2890.506433,1448.604298,2280.972084,1957.344968,1964.320791 +245721,2894.55465,1479.457138,2283.336199,1964.003069,1969.556288 +245722,2903.116383,1452.348866,2290.718718,1973.111928,1983.406931 +245723,2903.723125,1468.51041,2289.208731,1978.648935,1980.559288 +245724,2898.723391,1461.735333,2283.539221,1980.396998,1971.439444 +245725,2901.303175,1462.141239,2286.24044,1985.309752,1978.011351 +245726,2902.516908,1461.459178,2286.263276,1990.115232,1978.725725 +245727,2898.409539,1460.784872,2281.636065,1992.314346,1971.398792 +245728,2894.749519,1460.12235,2278.311075,1994.294713,1967.121608 +245729,2892.494266,1459.459544,2275.633822,1996.62122,1963.969272 +245730,2890.067354,1458.804795,2273.364336,1999.221288,1961.48425 +245731,2888.197091,1457.991181,2271.416426,2002.031127,1959.520668 +245732,2886.273513,1457.146926,2269.726468,2005.060116,1958.004883 +245733,2884.958524,1456.288635,2268.250352,2008.314081,1956.88507 +245734,2883.916245,1455.419481,2266.956857,2011.944792,1956.114545 +245735,2891.985171,1454.545455,2274.373038,2019.811363,1970.831169 +245736,2896.787376,1453.645603,2277.421496,2027.012493,1976.468302 +245737,2894.415976,1452.753172,2273.923041,2030.641061,1970.880701 +245738,2900.27482,1451.861059,2279.292088,2037.30379,1982.07532 +245739,2911.46534,1450.835472,2288.526098,2047.36162,1998.996256 +245740,2919.734978,1450.162256,2294.475023,2056.286544,2009.269171 +245741,2918.827697,1449.013043,2292.672195,2061.462301,2006.025187 +245742,2914.258935,1448.16839,2287.677484,2063.552766,1998.293538 +245743,2910.572912,1447.213036,2284.287151,2065.67143,1994.158246 +245744,2914.592331,1446.261169,2287.407454,2071.205365,2001.577653 +245745,2915.530997,1445.292682,2287.820801,2076.770761,2003.244342 +245746,2917.52273,1444.328737,2289.432688,2082.501215,2007.289333 +245747,2917.995986,1443.350336,2289.214603,2087.479072,2007.922637 +245748,2919.693344,1442.370215,2290.320423,2092.824174,2011.155792 +245749,2920.141813,1441.37745,2289.853801,2097.55245,2011.450306 +245750,2916.606628,1440.379958,2286.020356,2100.341704,2005.997208 +245751,2914.216845,1439.379579,2283.220263,2103.03195,2002.955933 +245752,2917.347936,1438.368816,2286.30244,2108.75785,2010.355714 +245753,2918.957734,1437.341519,2286.843279,2114.243957,2012.385375 +245754,2916.127827,1436.315874,2283.44486,2117.67969,2007.653347 +245755,2918.853006,1435.289083,2286.22373,2123.269944,2014.531265 +245756,2920.145752,1434.238429,2286.687533,2128.642368,2016.485229 +245757,2917.400141,1433.191089,2283.383976,2131.877317,2011.960349 +245758,2915.170831,1432.139126,2281.041731,2134.900608,2009.755705 +245759,2913.06667,1431.07472,2279.152095,2138.196099,2008.360022 +245760,2911.575245,1430.004098,2277.530249,2141.71401,2007.418108 +245761,2909.656842,1362.935217,2275.359902,2145.125653,2005.397186 +245762,2904.275478,1361.606429,2272.004922,2145.793396,2003.103592 +245763,2893.20448,1360.445157,2262.717153,2144.24535,1989.562517 +245764,2878.626538,1359.397755,2250.009521,2141.885173,1969.049612 +245765,2873.32077,1358.363119,2245.666272,2144.345738,1962.656349 +245766,2874.442048,1357.328427,2245.944731,2150.960535,1962.611458 +245767,2871.560126,1356.300669,2241.457004,2156.04971,1952.99238 +245768,2869.998537,1355.288578,2238.902186,2161.010712,1947.402509 +245769,2868.106178,1354.268608,2236.023361,2165.574157,1941.195935 +245770,2863.883366,1353.250924,2231.115101,2168.703371,1931.623072 +245771,2864.233895,1352.239364,2231.050753,2173.620082,1931.196442 +245772,2867.500934,1351.215457,2233.243409,2180.250884,1934.322334 +245773,2866.492654,1350.190313,2230.968597,2184.993341,1929.242209 +245774,2865.874516,1349.179212,2229.701738,2189.408735,1926.698555 +245775,2864.562593,1348.143638,2227.800625,2193.422934,1923.149015 +245776,2864.24558,1347.121054,2227.017192,2197.785613,1921.853263 +245777,2866.197802,1346.07929,2228.307256,2203.300582,1924.234972 +245778,2864.788389,1345.042375,2226.076124,2207.579176,1920.153013 +245779,2861.177274,1343.995129,2222.22022,2210.2108,1913.769882 +245780,2857.985305,1342.955447,2219.122814,2212.782909,1909.183304 +245781,2855.190961,1341.903471,2216.394511,2215.561448,1905.330956 +245782,2852.673533,1340.846605,2213.89337,2218.499707,1901.940104 +245783,2854.084543,1339.78675,2215.126371,2223.344512,1905.237059 +245784,2854.234789,1338.714524,2214.59173,2227.941163,1904.892031 +245785,2851.463778,1337.643472,2211.414347,2230.968071,1900.067656 +245786,2848.893461,1336.569465,2208.855499,2233.765334,1896.814732 +245787,2846.607619,1335.486617,2206.581116,2236.692961,1894.11549 +245788,2848.49141,1334.401358,2208.286997,2241.656193,1898.50794 +245789,2852.802134,1333.304674,2211.730604,2248.203756,1905.411189 +245790,2852.450401,1332.200856,2210.334712,2252.726827,1903.349741 +245791,2852.221884,1331.125974,2209.705914,2256.824726,1903.303085 +245792,2854.210321,1329.951397,2211.237295,2261.95097,1907.094339 +245793,2852.803619,1328.999912,2209.240245,2265.603444,1904.30787 +245794,2851.894317,1327.852788,2208.214597,2269.117855,1903.728806 +245795,2850.297521,1326.774183,2206.500429,2272.308423,1901.877006 +245796,2849.614151,1325.681858,2205.788571,2275.842427,1901.928177 +245797,2850.959034,1324.582932,2206.905847,2280.428866,1905.105619 +245798,2849.197703,1323.477757,2204.77101,2283.683566,1902.222006 +245799,2845.391642,1322.374848,2201.116505,2285.605668,1897.086101 +245800,2841.950773,1321.266327,2198.13192,2287.465595,1893.466301 +245801,2838.86256,1320.151918,2195.471238,2289.505211,1890.42123 +245802,2839.480491,1319.034931,2196.321439,2293.35756,1893.591022 +245803,2842.387387,1317.909122,2198.846474,2298.656785,1899.216419 +245804,2841.268965,1316.778772,2197.166592,2302.198217,1897.01594 +245805,2837.535756,1315.651125,2193.531835,2304.027996,1891.889266 +245806,2834.158294,1314.517149,2190.65051,2305.723522,1888.502321 +245807,2834.584837,1313.377398,2191.410498,2309.2788,1891.57154 +245808,2833.925309,1312.227659,2190.610651,2312.680988,1891.344858 +245809,2830.605356,1311.078742,2187.398529,2314.669023,1886.980627 +245810,2827.493268,1309.926481,2184.769149,2316.457462,1884.04134 +245811,2824.660393,1308.766431,2182.414358,2318.365979,1881.597485 +245812,2826.046554,1307.603693,2184.08614,2322.321287,1886.292554 +245813,2829.923592,1306.522613,2187.54955,2327.888268,1893.55507 +245814,2829.08285,1305.209148,2186.109668,2331.397088,1891.699605 +245815,2825.227398,1304.097276,2182.432942,2332.934994,1886.505091 +245816,2821.746369,1302.901286,2179.587405,2334.310744,1883.241505 +245817,2818.649768,1301.710242,2177.102655,2335.891393,1880.613917 +245818,2815.514808,1300.515074,2174.817283,2337.630708,1878.319053 +245819,2812.882915,1299.314796,2172.671153,2339.470834,1876.259215 +245820,2810.409984,1298.109423,2170.633957,2341.365767,1874.387903 +245821,2058.71809,1296.639604,1117.349944,1885.63139,2477.032931 +245822,2146.072596,1427.700346,1164.967102,1967.079531,2533.916714 +245823,2256.588307,1431.288182,1227.323094,2067.079442,2596.288472 +245824,2343.627428,1431.327589,1279.701847,2140.480293,2634.535832 +245825,2398.171121,1432.41095,1316.453765,2180.074272,2647.983992 +245826,2433.077684,1431.88107,1343.150437,2199.621758,2650.877146 +245827,2457.002069,1431.354126,1363.693236,2209.730293,2649.854282 +245828,2474.68966,1430.663631,1380.294683,2215.735506,2647.592211 +245829,2488.563844,1429.83956,1394.155765,2220.263341,2645.156359 +245830,2499.816729,1429.191746,1405.930991,2224.779275,2642.934094 +245831,2509.037788,1428.304188,1415.996035,2228.911363,2640.991578 +245832,2516.636936,1427.465285,1424.636435,2232.965203,2639.344654 +245833,2522.929114,1426.588149,1432.083198,2236.606597,2637.979513 +245834,2528.147134,1425.664667,1438.518585,2240.024754,2636.848915 +245835,2532.481977,1424.746291,1444.098157,2243.26877,2635.914982 +245836,2536.100379,1423.815446,1448.955323,2246.380412,2635.150981 +245837,2539.131472,1422.874566,1453.202125,2249.387567,2634.535302 +245838,2541.683679,1421.922557,1456.931908,2252.504687,2634.049489 +245839,2543.836981,1420.963054,1460.222277,2255.350289,2633.677259 +245840,2545.661378,1419.994496,1463.137996,2258.120061,2633.40458 +245841,2547.206801,1419.019809,1465.733154,2260.826548,2633.219202 +245842,2548.51999,1418.03715,1468.053089,2263.477006,2633.110654 +245843,2549.632216,1417.048926,1470.135758,2266.074905,2633.06975 +245844,2550.57207,1416.053147,1472.013051,2268.622186,2633.088597 +245845,2551.363706,1415.051881,1473.711714,2271.120337,2633.160176 +245846,2552.026847,1414.043083,1475.254286,2273.570876,2633.278423 +245847,2552.577295,1413.028579,1476.659717,2275.975231,2633.437872 +245848,2553.027967,1412.00634,1477.944049,2278.334791,2633.633789 +245849,2553.389393,1410.978034,1479.120814,2280.650751,2633.861858 +245850,2553.67042,1409.941681,1480.201531,2282.924226,2634.118322 +245851,2553.878365,1408.831035,1481.195956,2285.156163,2634.399718 +245852,2554.010263,1407.71156,1482.109043,2287.281788,2634.700685 +245853,2554.066859,1406.582195,1482.94669,2289.26518,2635.019101 +245854,2554.052749,1405.442085,1483.715258,2291.106649,2635.353607 +245855,2553.973755,1404.291178,1484.420663,2293.01524,2635.702579 +245856,2553.835332,1403.130216,1485.06806,2294.617961,2636.064164 +245857,2553.642055,1401.959064,1485.661842,2296.123802,2636.436441 +245858,2553.397736,1400.777636,1486.205799,2297.548974,2636.817632 +245859,2553.105589,1399.674847,1486.703231,2298.901779,2637.206095 +245860,2552.768429,1398.340791,1487.157041,2300.185762,2637.600348 +245861,2552.388762,1397.194954,1487.569788,2301.402685,2637.999002 +245862,2551.945811,1395.870393,1487.932259,2302.535146,2638.375875 +245863,2551.4637,1394.770909,1488.257198,2303.60313,2638.753105 +245864,2550.962733,1393.463964,1488.555441,2304.623338,2639.149226 +245865,2550.434038,1392.227277,1488.823499,2305.587975,2639.552081 +245866,2549.874819,1390.966307,1489.060858,2306.494203,2639.956357 +245867,2549.284771,1389.695655,1489.268102,2307.341551,2640.359483 +245868,2548.664634,1388.415212,1489.446201,2308.130652,2640.760069 +245869,2548.015478,1387.125333,1489.596207,2308.862518,2641.157194 +245870,2547.338459,1385.825795,1489.719161,2309.538204,2641.550166 +245871,2546.634667,1384.516976,1489.816037,2310.152602,2641.938375 +245872,2545.905128,1383.198668,1489.887753,2310.714315,2642.32129 +245873,2545.150798,1381.87125,1489.935161,2311.226435,2642.698407 +245874,2544.372567,1380.534521,1489.959065,2311.682008,2643.069287 +245875,2543.571265,1379.188862,1489.960211,2312.087543,2643.433507 +245876,2542.747685,1377.855636,1489.939311,2312.439072,2643.790699 +245877,2541.904331,1376.477525,1489.896991,2312.742113,2644.138323 +245878,2541.039749,1375.102882,1489.833959,2312.992888,2644.478973 +245879,2540.154123,1373.721037,1489.750828,2313.197541,2644.812743 +245880,2539.248381,1372.330835,1489.64814,2313.350607,2645.138889 +245881,0,0,0,0,0 +245882,0,0,0,0,0 +245883,0,0,0,0,0 +245884,0,0,0,0,0 +245885,0,0,0,0,0 +245886,0,0,0,0,0 +245887,0,0,0,0,0 +245888,0,0,0,0,0 +245889,0,0,0,0,0 +245890,0,0,0,0,0 +245891,0,0,0,0,0 +245892,0,0,0,0,0 +245893,0,0,0,0,0 +245894,0,0,0,0,0 +245895,0,0,0,0,0 +245896,0,0,0,0,0 +245897,0,0,0,0,0 +245898,0,0,0,0,0 +245899,0,0,0,0,0 +245900,0,0,0,0,0 +245901,0,0,0,0,0 +245902,0,0,0,0,0 +245903,0,0,0,0,0 +245904,0,0,0,0,0 +245905,0,0,0,0,0 +245906,0,0,0,0,0 +245907,0,0,0,0,0 +245908,0,0,0,0,0 +245909,0,0,0,0,0 +245910,0,0,0,0,0 +245911,0,0,0,0,0 +245912,0,0,0,0,0 +245913,0,0,0,0,0 +245914,0,0,0,0,0 +245915,0,0,0,0,0 +245916,0,0,0,0,0 +245917,0,0,0,0,0 +245918,0,0,0,0,0 +245919,0,0,0,0,0 +245920,0,0,0,0,0 +245921,0,0,0,0,0 +245922,0,0,0,0,0 +245923,0,0,0,0,0 +245924,0,0,0,0,0 +245925,0,0,0,0,0 +245926,0,0,0,0,0 +245927,0,0,0,0,0 +245928,0,0,0,0,0 +245929,0,0,0,0,0 +245930,0,0,0,0,0 +245931,0,0,0,0,0 +245932,0,0,0,0,0 +245933,0,0,0,0,0 +245934,0,0,0,0,0 +245935,0,0,0,0,0 +245936,0,0,0,0,0 +245937,0,0,0,0,0 +245938,0,0,0,0,0 +245939,0,0,0,0,0 +245940,0,0,0,0,0 +245941,0,0,0,0,0 +245942,0,0,0,0,0 +245943,0,0,0,0,0 +245944,0,0,0,0,0 +245945,0,0,0,0,0 +245946,0,0,0,0,0 +245947,0,0,0,0,0 +245948,0,0,0,0,0 +245949,0,0,0,0,0 +245950,0,0,0,0,0 +245951,0,0,0,0,0 +245952,0,0,0,0,0 +245953,0,0,0,0,0 +245954,0,0,0,0,0 +245955,0,0,0,0,0 +245956,0,0,0,0,0 +245957,0,0,0,0,0 +245958,0,0,0,0,0 +245959,0,0,0,0,0 +245960,0,0,0,0,0 +245961,0,0,0,0,0 +245962,0,0,0,0,0 +245963,0,0,0,0,0 +245964,0,0,0,0,0 +245965,0,0,0,0,0 +245966,0,0,0,0,0 +245967,0,0,0,0,0 +245968,0,0,0,0,0 +245969,0,0,0,0,0 +245970,0,0,0,0,0 +245971,0,0,0,0,0 +245972,0,0,0,0,0 +245973,0,0,0,0,0 +245974,0,0,0,0,0 +245975,0,0,0,0,0 +245976,0,0,0,0,0 +245977,0,0,0,0,0 +245978,0,0,0,0,0 +245979,0,0,0,0,0 +245980,0,0,0,0,0 +245981,0,0,0,0,0 +245982,0,0,0,0,0 +245983,0,0,0,0,0 +245984,0,0,0,0,0 +245985,0,0,0,0,0 +245986,0,0,0,0,0 +245987,0,0,0,0,0 +245988,0,0,0,0,0 +245989,0,0,0,0,0 +245990,0,0,0,0,0 +245991,0,0,0,0,0 +245992,0,0,0,0,0 +245993,0,0,0,0,0 +245994,0,0,0,0,0 +245995,0,0,0,0,0 +245996,0,0,0,0,0 +245997,0,0,0,0,0 +245998,0,0,0,0,0 +245999,0,0,0,0,0 +246000,0,0,0,0,0 +246001,0,0,0,0,0 +246002,0,0,0,0,0 +246003,0,0,0,0,0 +246004,0,0,0,0,0 +246005,0,0,0,0,0 +246006,0,0,0,0,0 +246007,0,0,0,0,0 +246008,0,0,0,0,0 +246009,0,0,0,0,0 +246010,0,0,0,0,0 +246011,0,0,0,0,0 +246012,0,0,0,0,0 +246013,0,0,0,0,0 +246014,0,0,0,0,0 +246015,0,0,0,0,0 +246016,0,0,0,0,0 +246017,0,0,0,0,0 +246018,0,0,0,0,0 +246019,0,0,0,0,0 +246020,0,0,0,0,0 +246021,0,0,0,0,0 +246022,0,0,0,0,0 +246023,0,0,0,0,0 +246024,0,0,0,0,0 +246025,0,0,0,0,0 +246026,0,0,0,0,0 +246027,0,0,0,0,0 +246028,0,0,0,0,0 +246029,0,0,0,0,0 +246030,0,0,0,0,0 +246031,0,0,0,0,0 +246032,0,0,0,0,0 +246033,0,0,0,0,0 +246034,0,0,0,0,0 +246035,0,0,0,0,0 +246036,0,0,0,0,0 +246037,0,0,0,0,0 +246038,0,0,0,0,0 +246039,0,0,0,0,0 +246040,0,0,0,0,0 +246041,0,0,0,0,0 +246042,0,0,0,0,0 +246043,0,0,0,0,0 +246044,0,0,0,0,0 +246045,0,0,0,0,0 +246046,0,0,0,0,0 +246047,0,0,0,0,0 +246048,0,0,0,0,0 +246049,0,0,0,0,0 +246050,0,0,0,0,0 +246051,0,0,0,0,0 +246052,0,0,0,0,0 +246053,0,0,0,0,0 +246054,0,0,0,0,0 +246055,0,0,0,0,0 +246056,0,0,0,0,0 +246057,0,0,0,0,0 +246058,0,0,0,0,0 +246059,0,0,0,0,0 +246060,0,0,0,0,0 +246061,0,0,0,0,0 +246062,0,0,0,0,0 +246063,0,0,0,0,0 +246064,0,0,0,0,0 +246065,0,0,0,0,0 +246066,0,0,0,0,0 +246067,0,0,0,0,0 +246068,0,0,0,0,0 +246069,0,0,0,0,0 +246070,0,0,0,0,0 +246071,0,0,0,0,0 +246072,0,0,0,0,0 +246073,0,0,0,0,0 +246074,0,0,0,0,0 +246075,0,0,0,0,0 +246076,0,0,0,0,0 +246077,0,0,0,0,0 +246078,0,0,0,0,0 +246079,0,0,0,0,0 +246080,0,0,0,0,0 +246081,0,0,0,0,0 +246082,0,0,0,0,0 +246083,0,0,0,0,0 +246084,0,0,0,0,0 +246085,0,0,0,0,0 +246086,0,0,0,0,0 +246087,0,0,0,0,0 +246088,0,0,0,0,0 +246089,0,0,0,0,0 +246090,0,0,0,0,0 +246091,0,0,0,0,0 +246092,0,0,0,0,0 +246093,0,0,0,0,0 +246094,0,0,0,0,0 +246095,0,0,0,0,0 +246096,0,0,0,0,0 +246097,0,0,0,0,0 +246098,0,0,0,0,0 +246099,0,0,0,0,0 +246100,0,0,0,0,0 +246101,0,0,0,0,0 +246102,0,0,0,0,0 +246103,0,0,0,0,0 +246104,0,0,0,0,0 +246105,0,0,0,0,0 +246106,0,0,0,0,0 +246107,0,0,0,0,0 +246108,0,0,0,0,0 +246109,0,0,0,0,0 +246110,0,0,0,0,0 +246111,0,0,0,0,0 +246112,0,0,0,0,0 +246113,0,0,0,0,0 +246114,0,0,0,0,0 +246115,0,0,0,0,0 +246116,0,0,0,0,0 +246117,0,0,0,0,0 +246118,0,0,0,0,0 +246119,0,0,0,0,0 +246120,0,0,0,0,0 +246121,0,0,0,0,0 +246122,0,0,0,0,0 +246123,0,0,0,0,0 +246124,0,0,0,0,0 +246125,0,0,0,0,0 +246126,0,0,0,0,0 +246127,0,0,0,0,0 +246128,0,0,0,0,0 +246129,0,0,0,0,0 +246130,0,0,0,0,0 +246131,0,0,0,0,0 +246132,0,0,0,0,0 +246133,0,0,0,0,0 +246134,0,0,0,0,0 +246135,0,0,0,0,0 +246136,0,0,0,0,0 +246137,0,0,0,0,0 +246138,0,0,0,0,0 +246139,0,0,0,0,0 +246140,0,0,0,0,0 +246141,0,0,0,0,0 +246142,0,0,0,0,0 +246143,0,0,0,0,0 +246144,0,0,0,0,0 +246145,0,0,0,0,0 +246146,0,0,0,0,0 +246147,0,0,0,0,0 +246148,0,0,0,0,0 +246149,0,0,0,0,0 +246150,0,0,0,0,0 +246151,0,0,0,0,0 +246152,0,0,0,0,0 +246153,0,0,0,0,0 +246154,0,0,0,0,0 +246155,0,0,0,0,0 +246156,0,0,0,0,0 +246157,0,0,0,0,0 +246158,0,0,0,0,0 +246159,0,0,0,0,0 +246160,0,0,0,0,0 +246161,0,0,0,0,0 +246162,0,0,0,0,0 +246163,0,0,0,0,0 +246164,0,0,0,0,0 +246165,0,0,0,0,0 +246166,0,0,0,0,0 +246167,0,0,0,0,0 +246168,0,0,0,0,0 +246169,0,0,0,0,0 +246170,0,0,0,0,0 +246171,0,0,0,0,0 +246172,0,0,0,0,0 +246173,0,0,0,0,0 +246174,0,0,0,0,0 +246175,0,0,0,0,0 +246176,0,0,0,0,0 +246177,0,0,0,0,0 +246178,0,0,0,0,0 +246179,0,0,0,0,0 +246180,0,0,0,0,0 +246181,0,0,0,0,0 +246182,0,0,0,0,0 +246183,0,0,0,0,0 +246184,0,0,0,0,0 +246185,0,0,0,0,0 +246186,0,0,0,0,0 +246187,0,0,0,0,0 +246188,0,0,0,0,0 +246189,0,0,0,0,0 +246190,0,0,0,0,0 +246191,0,0,0,0,0 +246192,0,0,0,0,0 +246193,0,0,0,0,0 +246194,0,0,0,0,0 +246195,0,0,0,0,0 +246196,0,0,0,0,0 +246197,0,0,0,0,0 +246198,0,0,0,0,0 +246199,0,0,0,0,0 +246200,0,0,0,0,0 +246201,0,0,0,0,0 +246202,0,0,0,0,0 +246203,0,0,0,0,0 +246204,0,0,0,0,0 +246205,0,0,0,0,0 +246206,0,0,0,0,0 +246207,0,0,0,0,0 +246208,0,0,0,0,0 +246209,0,0,0,0,0 +246210,0,0,0,0,0 +246211,0,0,0,0,0 +246212,0,0,0,0,0 +246213,0,0,0,0,0 +246214,0,0,0,0,0 +246215,0,0,0,0,0 +246216,0,0,0,0,0 +246217,0,0,0,0,0 +246218,0,0,0,0,0 +246219,0,0,0,0,0 +246220,0,0,0,0,0 +246221,0,0,0,0,0 +246222,0,0,0,0,0 +246223,0,0,0,0,0 +246224,0,0,0,0,0 +246225,0,0,0,0,0 +246226,0,0,0,0,0 +246227,0,0,0,0,0 +246228,0,0,0,0,0 +246229,0,0,0,0,0 +246230,0,0,0,0,0 +246231,0,0,0,0,0 +246232,0,0,0,0,0 +246233,0,0,0,0,0 +246234,0,0,0,0,0 +246235,0,0,0,0,0 +246236,0,0,0,0,0 +246237,0,0,0,0,0 +246238,0,0,0,0,0 +246239,0,0,0,0,0 +246240,0,0,0,0,0 +246241,0,0,0,0,0 +246242,0,0,0,0,0 +246243,0,0,0,0,0 +246244,0,0,0,0,0 +246245,0,0,0,0,0 +246246,0,0,0,0,0 +246247,0,0,0,0,0 +246248,0,0,0,0,0 +246249,0,0,0,0,0 +246250,0,0,0,0,0 +246251,0,0,0,0,0 +246252,0,0,0,0,0 +246253,0,0,0,0,0 +246254,0,0,0,0,0 +246255,0,0,0,0,0 +246256,0,0,0,0,0 +246257,0,0,0,0,0 +246258,0,0,0,0,0 +246259,0,0,0,0,0 +246260,0,0,0,0,0 +246261,0,0,0,0,0 +246262,0,0,0,0,0 +246263,0,0,0,0,0 +246264,0,0,0,0,0 +246265,0,0,0,0,0 +246266,0,0,0,0,0 +246267,0,0,0,0,0 +246268,0,0,0,0,0 +246269,0,0,0,0,0 +246270,0,0,0,0,0 +246271,0,0,0,0,0 +246272,0,0,0,0,0 +246273,0,0,0,0,0 +246274,0,0,0,0,0 +246275,0,0,0,0,0 +246276,0,0,0,0,0 +246277,0,0,0,0,0 +246278,0,0,0,0,0 +246279,0,0,0,0,0 +246280,0,0,0,0,0 +246281,0,0,0,0,0 +246282,0,0,0,0,0 +246283,0,0,0,0,0 +246284,0,0,0,0,0 +246285,0,0,0,0,0 +246286,0,0,0,0,0 +246287,0,0,0,0,0 +246288,0,0,0,0,0 +246289,0,0,0,0,0 +246290,0,0,0,0,0 +246291,0,0,0,0,0 +246292,0,0,0,0,0 +246293,0,0,0,0,0 +246294,0,0,0,0,0 +246295,0,0,0,0,0 +246296,0,0,0,0,0 +246297,0,0,0,0,0 +246298,0,0,0,0,0 +246299,0,0,0,0,0 +246300,0,0,0,0,0 +246301,0,0,0,0,0 +246302,0,0,0,0,0 +246303,0,0,0,0,0 +246304,0,0,0,0,0 +246305,0,0,0,0,0 +246306,0,0,0,0,0 +246307,0,0,0,0,0 +246308,0,0,0,0,0 +246309,0,0,0,0,0 +246310,0,0,0,0,0 +246311,0,0,0,0,0 +246312,0,0,0,0,0 +246313,0,0,0,0,0 +246314,0,0,0,0,0 +246315,0,0,0,0,0 +246316,0,0,0,0,0 +246317,0,0,0,0,0 +246318,0,0,0,0,0 +246319,0,0,0,0,0 +246320,0,0,0,0,0 +246321,0,0,0,0,0 +246322,0,0,0,0,0 +246323,0,0,0,0,0 +246324,0,0,0,0,0 +246325,0,0,0,0,0 +246326,0,0,0,0,0 +246327,0,0,0,0,0 +246328,0,0,0,0,0 +246329,0,0,0,0,0 +246330,0,0,0,0,0 +246331,0,0,0,0,0 +246332,0,0,0,0,0 +246333,0,0,0,0,0 +246334,0,0,0,0,0 +246335,0,0,0,0,0 +246336,0,0,0,0,0 +246337,0,0,0,0,0 +246338,0,0,0,0,0 +246339,0,0,0,0,0 +246340,0,0,0,0,0 +246341,0,0,0,0,0 +246342,0,0,0,0,0 +246343,0,0,0,0,0 +246344,0,0,0,0,0 +246345,0,0,0,0,0 +246346,0,0,0,0,0 +246347,0,0,0,0,0 +246348,0,0,0,0,0 +246349,0,0,0,0,0 +246350,0,0,0,0,0 +246351,0,0,0,0,0 +246352,0,0,0,0,0 +246353,0,0,0,0,0 +246354,0,0,0,0,0 +246355,0,0,0,0,0 +246356,0,0,0,0,0 +246357,0,0,0,0,0 +246358,0,0,0,0,0 +246359,0,0,0,0,0 +246360,0,0,0,0,0 +246361,0,0,0,0,0 +246362,0,0,0,0,0 +246363,0,0,0,0,0 +246364,0,0,0,0,0 +246365,0,0,0,0,0 +246366,0,0,0,0,0 +246367,0,0,0,0,0 +246368,0,0,0,0,0 +246369,0,0,0,0,0 +246370,0,0,0,0,0 +246371,0,0,0,0,0 +246372,0,0,0,0,0 +246373,0,0,0,0,0 +246374,0,0,0,0,0 +246375,0,0,0,0,0 +246376,0,0,0,0,0 +246377,0,0,0,0,0 +246378,0,0,0,0,0 +246379,0,0,0,0,0 +246380,0,0,0,0,0 +246381,0,0,0,0,0 +246382,0,0,0,0,0 +246383,0,0,0,0,0 +246384,0,0,0,0,0 +246385,0,0,0,0,0 +246386,0,0,0,0,0 +246387,0,0,0,0,0 +246388,0,0,0,0,0 +246389,0,0,0,0,0 +246390,0,0,0,0,0 +246391,0,0,0,0,0 +246392,0,0,0,0,0 +246393,0,0,0,0,0 +246394,0,0,0,0,0 +246395,0,0,0,0,0 +246396,0,0,0,0,0 +246397,0,0,0,0,0 +246398,0,0,0,0,0 +246399,0,0,0,0,0 +246400,0,0,0,0,0 +246401,0,0,0,0,0 +246402,0,0,0,0,0 +246403,0,0,0,0,0 +246404,0,0,0,0,0 +246405,0,0,0,0,0 +246406,0,0,0,0,0 +246407,0,0,0,0,0 +246408,0,0,0,0,0 +246409,0,0,0,0,0 +246410,0,0,0,0,0 +246411,0,0,0,0,0 +246412,0,0,0,0,0 +246413,0,0,0,0,0 +246414,0,0,0,0,0 +246415,0,0,0,0,0 +246416,0,0,0,0,0 +246417,0,0,0,0,0 +246418,0,0,0,0,0 +246419,0,0,0,0,0 +246420,0,0,0,0,0 +246421,0,0,0,0,0 +246422,0,0,0,0,0 +246423,0,0,0,0,0 +246424,0,0,0,0,0 +246425,0,0,0,0,0 +246426,0,0,0,0,0 +246427,0,0,0,0,0 +246428,0,0,0,0,0 +246429,0,0,0,0,0 +246430,0,0,0,0,0 +246431,0,0,0,0,0 +246432,0,0,0,0,0 +246433,0,0,0,0,0 +246434,0,0,0,0,0 +246435,0,0,0,0,0 +246436,0,0,0,0,0 +246437,0,0,0,0,0 +246438,0,0,0,0,0 +246439,0,0,0,0,0 +246440,0,0,0,0,0 +246441,0,0,0,0,0 +246442,0,0,0,0,0 +246443,0,0,0,0,0 +246444,0,0,0,0,0 +246445,0,0,0,0,0 +246446,0,0,0,0,0 +246447,0,0,0,0,0 +246448,0,0,0,0,0 +246449,0,0,0,0,0 +246450,0,0,0,0,0 +246451,0,0,0,0,0 +246452,0,0,0,0,0 +246453,0,0,0,0,0 +246454,0,0,0,0,0 +246455,0,0,0,0,0 +246456,0,0,0,0,0 +246457,0,0,0,0,0 +246458,0,0,0,0,0 +246459,0,0,0,0,0 +246460,0,0,0,0,0 +246461,0,0,0,0,0 +246462,0,0,0,0,0 +246463,0,0,0,0,0 +246464,0,0,0,0,0 +246465,0,0,0,0,0 +246466,0,0,0,0,0 +246467,0,0,0,0,0 +246468,0,0,0,0,0 +246469,0,0,0,0,0 +246470,0,0,0,0,0 +246471,0,0,0,0,0 +246472,0,0,0,0,0 +246473,0,0,0,0,0 +246474,0,0,0,0,0 +246475,0,0,0,0,0 +246476,0,0,0,0,0 +246477,0,0,0,0,0 +246478,0,0,0,0,0 +246479,0,0,0,0,0 +246480,0,0,0,0,0 +246481,0,0,0,0,0 +246482,0,0,0,0,0 +246483,0,0,0,0,0 +246484,0,0,0,0,0 +246485,0,0,0,0,0 +246486,0,0,0,0,0 +246487,0,0,0,0,0 +246488,0,0,0,0,0 +246489,0,0,0,0,0 +246490,0,0,0,0,0 +246491,0,0,0,0,0 +246492,0,0,0,0,0 +246493,0,0,0,0,0 +246494,0,0,0,0,0 +246495,0,0,0,0,0 +246496,0,0,0,0,0 +246497,0,0,0,0,0 +246498,0,0,0,0,0 +246499,0,0,0,0,0 +246500,0,0,0,0,0 +246501,0,0,0,0,0 +246502,0,0,0,0,0 +246503,0,0,0,0,0 +246504,0,0,0,0,0 +246505,0,0,0,0,0 +246506,0,0,0,0,0 +246507,0,0,0,0,0 +246508,0,0,0,0,0 +246509,0,0,0,0,0 +246510,0,0,0,0,0 +246511,0,0,0,0,0 +246512,0,0,0,0,0 +246513,0,0,0,0,0 +246514,0,0,0,0,0 +246515,0,0,0,0,0 +246516,0,0,0,0,0 +246517,0,0,0,0,0 +246518,0,0,0,0,0 +246519,0,0,0,0,0 +246520,0,0,0,0,0 +246521,0,0,0,0,0 +246522,0,0,0,0,0 +246523,0,0,0,0,0 +246524,0,0,0,0,0 +246525,0,0,0,0,0 +246526,0,0,0,0,0 +246527,0,0,0,0,0 +246528,0,0,0,0,0 +246529,0,0,0,0,0 +246530,0,0,0,0,0 +246531,0,0,0,0,0 +246532,0,0,0,0,0 +246533,0,0,0,0,0 +246534,0,0,0,0,0 +246535,0,0,0,0,0 +246536,0,0,0,0,0 +246537,0,0,0,0,0 +246538,0,0,0,0,0 +246539,0,0,0,0,0 +246540,0,0,0,0,0 +246541,0,0,0,0,0 +246542,0,0,0,0,0 +246543,0,0,0,0,0 +246544,0,0,0,0,0 +246545,0,0,0,0,0 +246546,0,0,0,0,0 +246547,0,0,0,0,0 +246548,0,0,0,0,0 +246549,0,0,0,0,0 +246550,0,0,0,0,0 +246551,0,0,0,0,0 +246552,0,0,0,0,0 +246553,0,0,0,0,0 +246554,0,0,0,0,0 +246555,0,0,0,0,0 +246556,0,0,0,0,0 +246557,0,0,0,0,0 +246558,0,0,0,0,0 +246559,0,0,0,0,0 +246560,0,0,0,0,0 +246561,0,0,0,0,0 +246562,0,0,0,0,0 +246563,0,0,0,0,0 +246564,0,0,0,0,0 +246565,0,0,0,0,0 +246566,0,0,0,0,0 +246567,0,0,0,0,0 +246568,0,0,0,0,0 +246569,0,0,0,0,0 +246570,0,0,0,0,0 +246571,0,0,0,0,0 +246572,0,0,0,0,0 +246573,0,0,0,0,0 +246574,0,0,0,0,0 +246575,0,0,0,0,0 +246576,0,0,0,0,0 +246577,0,0,0,0,0 +246578,0,0,0,0,0 +246579,0,0,0,0,0 +246580,0,0,0,0,0 +246581,0,0,0,0,0 +246582,0,0,0,0,0 +246583,0,0,0,0,0 +246584,0,0,0,0,0 +246585,0,0,0,0,0 +246586,0,0,0,0,0 +246587,0,0,0,0,0 +246588,0,0,0,0,0 +246589,0,0,0,0,0 +246590,0,0,0,0,0 +246591,0,0,0,0,0 +246592,0,0,0,0,0 +246593,0,0,0,0,0 +246594,0,0,0,0,0 +246595,0,0,0,0,0 +246596,0,0,0,0,0 +246597,0,0,0,0,0 +246598,0,0,0,0,0 +246599,0,0,0,0,0 +246600,0,0,0,0,0 +246601,0,0,0,0,0 +246602,0,0,0,0,0 +246603,0,0,0,0,0 +246604,0,0,0,0,0 +246605,0,0,0,0,0 +246606,0,0,0,0,0 +246607,0,0,0,0,0 +246608,0,0,0,0,0 +246609,0,0,0,0,0 +246610,0,0,0,0,0 +246611,0,0,0,0,0 +246612,0,0,0,0,0 +246613,0,0,0,0,0 +246614,0,0,0,0,0 +246615,0,0,0,0,0 +246616,0,0,0,0,0 +246617,0,0,0,0,0 +246618,0,0,0,0,0 +246619,0,0,0,0,0 +246620,0,0,0,0,0 +246621,0,0,0,0,0 +246622,0,0,0,0,0 +246623,0,0,0,0,0 +246624,0,0,0,0,0 +246625,0,0,0,0,0 +246626,0,0,0,0,0 +246627,0,0,0,0,0 +246628,0,0,0,0,0 +246629,0,0,0,0,0 +246630,0,0,0,0,0 +246631,0,0,0,0,0 +246632,0,0,0,0,0 +246633,0,0,0,0,0 +246634,0,0,0,0,0 +246635,0,0,0,0,0 +246636,0,0,0,0,0 +246637,0,0,0,0,0 +246638,0,0,0,0,0 +246639,0,0,0,0,0 +246640,0,0,0,0,0 +246641,0,0,0,0,0 +246642,0,0,0,0,0 +246643,0,0,0,0,0 +246644,0,0,0,0,0 +246645,0,0,0,0,0 +246646,0,0,0,0,0 +246647,0,0,0,0,0 +246648,0,0,0,0,0 +246649,0,0,0,0,0 +246650,0,0,0,0,0 +246651,0,0,0,0,0 +246652,0,0,0,0,0 +246653,0,0,0,0,0 +246654,0,0,0,0,0 +246655,0,0,0,0,0 +246656,0,0,0,0,0 +246657,0,0,0,0,0 +246658,0,0,0,0,0 +246659,0,0,0,0,0 +246660,0,0,0,0,0 +246661,28.51305774,3436.150954,2988.018586,25.48123909,-189.4340499 +246662,469.1374619,307.045029,3297.744686,225.7066314,614.9505211 +246663,461.3110352,270.3396691,3076.567503,221.7644529,606.4939924 +246664,448.7784946,262.8190626,679.4930448,215.6598901,589.4823076 +246665,436.10268,268.2343255,645.9281451,209.6324773,570.8960848 +246666,425.0965099,275.7027256,646.6903656,204.51784,553.8343713 +246667,415.9395395,281.5205788,658.0811982,200.3582018,538.9224921 +246668,408.2852527,285.528508,1106.452839,196.953657,525.8704408 +246669,401.7799366,288.4248714,815.9267476,194.1153348,514.2854152 +246670,396.1881629,290.7478557,884.1424847,191.7180306,503.8936472 +246671,391.3588647,292.7502869,894.8158484,189.6830677,494.5309663 +246672,387.1860454,294.5235084,896.0226301,187.9567587,486.0762118 +246673,383.5792893,296.103704,897.5507872,186.4907532,478.4297909 +246674,380.4635908,366.7832006,899.4292509,185.247786,471.5047804 +246675,377.7718755,332.4597913,901.1696107,184.1923412,465.2235651 +246676,375.445938,344.8906116,903.1529218,183.2986513,459.5167543 +246677,373.436303,363.1233856,905.2199409,182.5412156,454.3226199 +246678,371.7011384,359.4567961,907.3798655,181.902868,449.5864434 +246679,370.205028,365.6570991,909.6199659,181.3652022,445.259842 +246680,368.9178832,369.7361213,912.0600898,180.9169733,441.3000401 +246681,367.8181806,373.6690229,914.0893245,180.5446212,437.6692289 +246682,366.8792638,377.818266,916.825318,180.2409515,434.333961 +246683,366.0809205,381.8046123,919.1689439,179.9957308,431.2646463 +246684,365.4119614,385.638201,921.6992952,179.8045509,428.4350772 +246685,364.8549145,389.7715901,924.2395723,179.659469,425.8220416 +246686,364.3970615,393.5294778,926.8072295,179.5579957,423.4049494 +246687,364.0332922,397.6462637,929.3969747,179.4937676,421.1655364 +246688,363.751055,401.422798,932.004838,179.46562,419.0875741 +246689,363.5417971,405.3638909,934.4726413,179.4682827,417.1566431 +246690,363.4039731,409.2269257,937.3452852,179.5015089,415.3599022 +246691,363.328035,414.103786,942.2319829,179.56079,413.6859273 +246692,363.3171351,419.0135917,947.38178,179.6491803,412.1245172 +246693,363.3665148,424.1503852,952.7991224,179.7666772,410.6666178 +246694,363.4770293,429.1207241,957.9254655,179.911548,409.3041557 +246695,363.6412974,434.3623371,963.522752,180.0818114,408.0299195 +246696,361.5647222,439.4950004,968.8985855,179.2327545,402.6653934 +246697,359.4907831,444.6193553,974.7900759,178.3867496,397.29616 +246698,357.5286444,450.0792759,980.365754,177.5919753,392.116524 +246699,355.6727683,455.0647902,986.1503668,176.8472757,387.1273041 +246700,353.9161406,460.5754142,991.9586479,176.1472892,382.3127264 +246701,352.2434771,465.8055764,997.6407815,175.4864182,377.6544822 +246702,350.6489811,471.130106,1003.870874,174.860121,373.1367172 +246703,349.1219992,476.5945624,1009.6209,174.2653305,368.7462841 +246704,347.6593941,481.9647156,1015.66412,173.6987251,364.4725591 +246705,346.2527852,487.2451354,1021.612083,173.1583553,360.3059805 +246706,344.900763,492.9898628,1027.675808,172.6417681,356.2382273 +246707,343.5963612,498.0756471,1033.507272,172.1477235,352.2616914 +246708,342.3400358,503.8346883,1039.921557,171.6747553,348.3696134 +246709,341.1247619,509.2089341,1045.819614,171.2214624,344.555977 +246710,339.9516379,514.7256639,1051.946911,170.7866394,340.8153475 +246711,338.814456,520.2414561,1058.280973,170.3692812,337.1428652 +246712,337.715037,525.6348361,1064.025454,169.9685208,333.5341254 +246713,336.6477176,531.3900652,1070.303684,169.5836038,329.9851892 +246714,335.614762,536.9759072,1076.349471,169.2138497,326.4924719 +246715,334.6108569,542.3365382,1082.497838,168.8586523,323.0527622 +246716,333.638579,547.8926818,1088.321,168.5174546,319.6631201 +246717,332.6928708,553.6607217,1094.871534,168.189756,316.3209048 +246718,331.7765439,559.1532949,1100.72591,167.8750905,313.0236819 +246719,330.884732,564.6273014,1106.912705,167.5730352,309.7692602 +246720,330.0204241,570.6462531,1112.979465,167.2831908,306.555605 +246721,328.2361061,1001.147128,2073.402495,166.5766513,301.6667159 +246722,344.9296271,1019.823227,2108.238887,174.3814937,331.2685784 +246723,371.3066605,1034.580863,2133.451316,186.5201947,379.8562598 +246724,398.2317476,1047.748666,2155.277701,198.7249287,431.0265998 +246725,421.7956227,1059.969237,2175.43049,209.2188727,477.4007696 +246726,441.5236417,1071.632854,2212.373992,217.8430617,517.6589226 +246727,458.1128564,1083.040194,2194.383265,224.9749001,552.654165 +246728,472.3220506,1093.999514,2228.296527,230.9981134,583.451093 +246729,484.6585103,1104.915138,2257.501747,236.1742458,610.7970077 +246730,495.4484258,1115.518127,2264.054971,240.6701769,635.1745479 +246731,504.9274413,1126.131264,2263.552088,290.3062836,656.9308533 +246732,513.2883328,1136.442658,2303.324294,457.7271515,676.3551159 +246733,520.6973731,1146.726168,2317.959614,365.8803937,693.7066062 +246734,527.2974886,1156.896812,2309.927564,408.8655236,709.2187097 +246735,945.6770378,1166.85831,2365.440466,420.4093108,723.0999954 +246736,762.2297355,1176.881882,2334.59506,431.0120696,735.5351922 +246737,829.6038782,1186.165533,2386.807378,441.2501163,746.6871816 +246738,857.8270894,1196.715023,2377.994308,451.4673752,756.6991357 +246739,877.803329,1206.031669,2399.275348,461.6048838,765.696895 +246740,897.9647731,1215.714771,2412.067564,471.0001555,773.7911383 +246741,916.4765101,1225.198269,2425.559444,480.8780284,781.079343 +246742,935.5760474,1234.784862,2438.715032,490.1312889,787.6473961 +246743,954.2394982,1244.00041,2457.763232,499.4301875,793.5709942 +246744,972.3322797,1253.440799,2462.316662,508.4966119,798.9168531 +246745,989.6227231,1262.584665,2478.355801,517.2997739,803.7437812 +246746,1007.632605,1271.900756,2490.904865,526.4523118,808.1036341 +246747,1024.563815,1280.830739,2502.801493,534.7293279,812.0421795 +246748,1041.227768,1290.00028,2520.750122,543.2396681,815.5998182 +246749,1058.260169,1298.976864,2525.017365,551.8489892,818.8122936 +246750,1074.365824,1307.745256,2539.253437,559.9744511,821.7111978 +246751,1089.987334,1316.656428,2551.055156,567.7706785,824.3245489 +246752,1105.087163,1325.313604,2566.428739,575.2462277,826.6744022 +246753,1120.63345,1334.117985,2570.961727,583.0150453,828.7864728 +246754,1135.171144,1342.590177,2587.572861,590.2129362,830.6779012 +246755,1150.157301,1351.132701,2597.472346,597.4798981,832.3664341 +246756,1163.98783,1359.702577,2601.992484,604.5916046,833.8684266 +246757,1178.370886,1368.089702,2619.452135,611.5881937,835.198242 +246758,1192.234642,1376.471844,2623.887279,618.4733668,1020.097195 +246759,1205.578054,1384.787942,2624.986391,625.0461552,1101.181266 +246760,1219.712473,1393.045786,2622.471364,632.0489852,1037.049027 +246761,1232.718218,1401.182411,2620.908075,638.4554022,1080.521162 +246762,1245.916599,1412.920196,2619.998542,644.9640719,1093.977223 +246763,1258.859136,1422.664997,2619.946585,651.5069549,1106.848187 +246764,1271.625566,1432.766721,2620.239191,657.5046216,1119.147028 +246765,1284.172936,1442.777521,2620.914213,663.7853122,1131.670499 +246766,1296.670983,1452.613401,2621.867716,669.8077741,1143.377735 +246767,1316.258155,1477.848529,2623.234655,675.8476215,1155.009555 +246768,1329.507183,1490.070289,2625.640566,681.7068056,1166.552336 +246769,1342.009089,1501.412342,2628.788666,687.2401196,1177.489685 +246770,1354.37292,1512.329334,2632.09547,693.4215826,1188.171036 +246771,1353.58491,1517.024558,2622.19334,693.0447229,1176.133338 +246772,1299.419123,1497.188651,2536.923299,668.5097951,1066.677598 +246773,1351.977823,1523.84295,2448.118622,692.379608,1158.323766 +246774,1418.681186,1557.045417,2426.883732,721.9145593,1268.514056 +246775,1390.1527,1551.864524,2413.035977,709.9373168,1203.384567 +246776,1412.477532,1565.762677,2403.904805,719.9155233,1233.712445 +246777,1423.983809,1575.987862,2393.71434,725.4187182,1243.97076 +246778,1435.518405,1586.194531,2383.5063,730.7891232,1253.585782 +246779,1446.347623,1596.002341,2373.348154,735.5483624,1262.66673 +246780,1457.412727,1605.797987,2363.119435,741.2749506,1271.838787 +246781,2036.968702,1867.662621,2522.158837,995.7337133,2330.579656 +246782,1785.263499,1760.597977,2516.284555,882.8503584,1849.804382 +246783,1926.876601,1828.851785,2523.003095,946.4725927,2102.463618 +246784,1911.76348,1826.96442,2533.423687,940.2288138,2058.206368 +246785,1923.848354,1837.25216,2543.691015,945.6880995,2072.29499 +246786,1935.493643,1847.533993,2553.017919,951.214051,2080.951438 +246787,1947.543617,1857.521743,2561.351282,956.8827872,2091.936086 +246788,1958.80828,1867.560152,2569.082341,962.1254762,2100.50654 +246789,1970.615656,1877.549898,2577.760259,967.674023,2126.775137 +246790,1981.695716,1887.162313,2583.082073,972.7884697,2109.968818 +246791,1992.99789,1897.103867,2588.44401,978.1672827,2131.459909 +246792,2004.189119,1906.515781,2593.614388,983.2470927,2143.210705 +246793,2014.859608,1916.150044,2598.86043,988.5344832,2146.676175 +246794,2025.992488,1925.570708,2604.457483,993.4841633,2157.691707 +246795,2036.748197,1944.56485,2610.419104,998.5059629,2166.088926 +246796,2047.237798,1932.827,2618.375062,1003.567083,2174.763283 +246797,2057.865116,1956.759206,2623.600627,1008.458348,2188.479027 +246798,2068.295421,1962.846638,2629.236834,1013.351928,2188.687582 +246799,2078.636797,1971.193324,2634.722057,1018.192913,2200.379021 +246800,2088.898729,1983.168036,2642.075475,1023.048273,2208.018834 +246801,2099.060989,1999.325074,2646.252841,1027.648395,2215.841302 +246802,2109.261335,1984.883461,2650.864021,1032.53133,2223.730463 +246803,2119.32666,2010.087574,2655.520786,1037.125699,2231.611733 +246804,2128.91174,2024.545628,2660.064092,1043.510548,2238.936681 +246805,2151.609809,2012.091466,2664.632407,1047.120417,2246.758524 +246806,2132.465288,2044.135118,2669.032306,1053.000821,2259.234475 +246807,2163.056414,2031.550837,2673.387713,1055.993641,2259.074231 +246808,2167.689009,2055.972481,2677.046769,1063.02935,2268.597272 +246809,2176.677324,2053.090098,2680.85708,1064.12279,2276.530688 +246810,2186.661741,2086.325444,2684.737421,1073.509319,2282.514443 +246811,2195.456066,2050.177846,2688.40396,1070.86501,2289.697034 +246812,2204.400982,2104.466869,2694.225777,1084.387749,2301.589558 +246813,2213.124513,2079.847354,2696.842053,1076.442891,2301.053904 +246814,2221.793199,2093.33462,2701.238089,1073.7091,2309.983014 +246815,2230.499945,2101.801322,2704.571967,1097.185127,2316.625773 +246816,2238.78605,2105.740263,2705.998056,1090.93796,2326.516762 +246817,2247.308464,2111.923922,2708.53082,1097.163224,2327.791563 +246818,2255.628898,2117.693116,2711.152676,1101.157452,2339.128133 +246819,2263.897159,2123.1354,2713.830127,1105.046158,2340.270141 +246820,2272.095256,2128.659032,2716.457924,1108.901433,2350.4417 +246821,2280.223821,2133.852588,2719.115049,1112.787567,2356.537921 +246822,2288.280161,2139.164663,2721.537109,1116.469042,2356.964032 +246823,2296.277268,2144.049074,2723.58643,1120.265266,2363.06181 +246824,2304.208054,2149.121621,2725.323235,1123.969239,2363.443478 +246825,2312.076445,2153.8004,2726.552074,1127.649555,2360.80555 +246826,2325.219998,2158.461542,2727.132576,1131.297967,2357.850665 +246827,2327.622347,2163.166234,2727.180365,1134.846022,2354.748265 +246828,2350.723391,2167.596313,2726.844772,1138.534969,2351.630974 +246829,2318.254842,2171.899899,2726.293734,1142.109628,2348.633821 +246830,2358.221413,2176.263715,2725.599456,1145.544361,2345.785592 +246831,2358.231798,2180.305684,2726.715787,1149.09323,2345.161428 +246832,2364.66122,2184.268031,2724.798225,1152.550618,2341.389825 +246833,2372.960649,2188.439108,2725.163139,1155.996394,2340.58794 +246834,2380.488309,2191.90717,2722.933013,1159.481398,2336.860402 +246835,2387.482131,2195.864044,2721.331203,1162.764659,2334.048666 +246836,2410.085732,2199.409634,2719.90998,1166.109243,2331.593023 +246837,2379.892121,2202.950492,2720.373075,1169.545882,2331.542631 +246838,2420.30589,2206.360518,2718.160882,1172.807464,2328.414572 +246839,2414.269532,2209.687213,2716.494085,1176.110583,2326.061893 +246840,2423.678498,2212.977241,2714.988702,1179.448746,2324.002912 +246841,2457.930451,2218.840447,2714.080926,1185.244004,2323.077316 +246842,2413.731143,2222.644229,2715.301448,1189.030916,2324.885082 +246843,2490.998433,2225.734199,2713.932027,1192.542026,2323.710904 +246844,2427.412045,2228.947951,2714.847941,1195.983077,2325.391921 +246845,2481.365757,2231.898134,2713.115023,1199.353635,2323.963288 +246846,2466.89442,2234.716641,2711.892517,1202.676947,2323.208623 +246847,2485.183507,2237.541476,2712.535437,1205.961354,2324.753288 +246848,2498.411293,2240.168982,2712.21722,1209.209371,2325.200018 +246849,2485.225381,2242.591618,2709.737974,1212.428394,2323.091988 +246850,2525.572182,2252.351378,2710.057107,1215.622247,2324.393202 +246851,2491.49358,2237.315392,2707.832469,1218.786465,2322.65574 +246852,2534.296007,2261.253151,2706.460595,1222.002519,2321.971554 +246853,2518.746078,2248.385948,2705.631825,1225.008567,2321.965437 +246854,2532.992532,2255.243054,2704.82643,1228.156579,2322.018549 +246855,2538.589744,2256.773721,2704.137618,1231.217651,2322.248968 +246856,2545.138283,2258.453593,2703.592529,1234.191416,2322.690271 +246857,2551.674945,2260.250302,2703.056301,1237.335394,2323.177894 +246858,2558.525233,2261.947571,2702.502366,1240.289577,2323.676348 +246859,2564.953608,2263.56458,2701.910956,1243.290156,2324.157428 +246860,2571.593143,2265.060962,2701.268542,1246.336588,2324.600465 +246861,2577.872083,2266.546117,2700.574337,1249.169426,2325.000731 +246862,2584.656249,2267.860869,2701.554239,1252.156343,2327.451631 +246863,2590.946067,2269.096165,2699.741647,1255.052779,2326.546502 +246864,2597.322235,2270.279908,2698.479521,1257.946472,2326.317273 +246865,2603.784982,2271.347263,2697.389782,1260.819899,2326.294273 +246866,2609.883627,2272.355988,2696.367778,1263.675854,2326.35366 +246867,2616.46923,2273.269023,2695.366897,1266.513964,2326.444942 +246868,2622.710785,2274.097865,2696.073608,1269.335494,2328.624592 +246869,2628.876919,2274.875253,2694.017877,1272.137479,2327.67971 +246870,2642.859225,2275.486924,2692.653547,1274.924991,2327.365738 +246871,2638.096366,2276.013048,2691.465013,1277.819408,2327.258562 +246872,2648.39868,2276.3944,2690.216285,1280.504723,2327.073634 +246873,2654.63406,2276.798044,2690.715612,1283.356309,2329.015659 +246874,2660.012145,2276.882451,2688.526122,1286.038898,2327.7035 +246875,2666.372163,2277.116792,2686.923291,1288.925785,2327.101677 +246876,2672.091722,2277.160365,2685.530015,1291.618916,2326.742449 +246877,2678.42462,2277.137129,2684.237632,1294.368383,2326.497709 +246878,2684.352751,2277.035374,2682.989133,1297.092126,2326.30455 +246879,2690.240939,2276.850946,2681.748309,1299.801677,2326.122824 +246880,2696.280873,2276.586371,2680.501193,1302.497563,2325.936528 +246881,2701.915142,2276.242539,2679.24599,1305.179727,2325.742846 +246882,2708.109156,2275.820275,2677.984958,1307.84837,2325.54341 +246883,2713.856194,2275.319895,2676.715043,1310.586368,2325.333442 +246884,2719.625759,2274.7421,2675.42863,1313.10373,2325.102694 +246885,2725.55529,2274.088124,2674.128315,1315.791503,2324.853396 +246886,2731.00506,2273.358548,2672.818843,1318.393964,2324.590449 +246887,2744.661295,2272.561943,2671.642903,1320.995654,2324.487574 +246888,2739.822923,2271.644339,2670.446819,1323.584599,2324.357953 +246889,2749.107287,2270.731047,2669.063363,1329.629701,2323.9967 +246890,2754.818302,2269.68092,2667.668476,1324.596741,2323.615642 +246891,2759.837965,2268.597368,2666.301577,1343.777334,2323.26086 +246892,2765.82242,2267.422866,2664.953585,1316.706743,2322.920953 +246893,2771.212254,2266.182463,2663.61726,1344.375288,2322.587407 +246894,2776.726053,2265.019642,2662.219229,1356.371612,2322.170467 +246895,2782.163466,2263.434898,2660.8513,1312.748507,2321.781502 +246896,2787.866308,2262.055077,2659.522159,1357.458224,2321.430659 +246897,2800.353721,2260.548641,2658.302423,1343.304754,2321.204613 +246898,2796.605585,2258.941502,2657.070288,1348.610784,2320.955023 +246899,2804.00027,2257.21538,2655.848279,1351.183043,2320.467599 +246900,2810.010453,2255.596283,2654.398431,1353.642381,2319.939056 +246901,2696.185333,2193.336504,2650.17593,1302.672379,2316.084851 +246902,2708.66183,2199.651572,2637.254917,1304.090667,2300.044249 +246903,2701.248717,2192.712508,2622.889384,1305.730027,2280.753299 +246904,2708.921547,2190.855541,2610.862121,1313.252195,2263.794093 +246905,2713.494549,2188.300221,2603.747203,1300.880056,2252.774112 +246906,2717.169339,2185.595993,2596.449733,1334.587374,2241.70833 +246907,2721.541978,2182.957191,2591.372856,1283.728515,2233.624361 +246908,2725.623738,2180.180207,2587.487074,1328.534632,2227.286245 +246909,2730.306124,2177.474245,2584.241553,1314.065222,2222.018893 +246910,2734.501493,2174.64865,2581.402363,1318.652601,2217.519121 +246911,2745.925656,2171.813152,2578.985725,1320.74692,2213.78158 +246912,2740.829653,2168.89945,2576.749592,1322.555256,2210.483249 +246913,2747.628742,2166.113094,2574.458098,1324.558747,2207.307534 +246914,2752.258246,2162.881167,2572.241891,1326.370377,2204.385562 +246915,2756.694525,2159.975952,2570.164516,1328.368575,2201.769572 +246916,2760.200924,2156.80436,2568.15513,1330.25968,2199.3519 +246917,2764.79749,2153.733346,2566.196039,1332.125255,2197.092811 +246918,2769.941254,2150.521426,2564.295831,1333.986387,2194.986639 +246919,2780.149134,2147.268347,2562.578736,1335.959291,2193.171547 +246920,2775.993023,2144.035391,2560.892365,1337.75301,2191.449582 +246921,2781.821541,2140.658905,2559.053473,1339.73117,2189.585022 +246922,2786.711191,2137.343628,2557.220884,1341.518664,2187.760198 +246923,2790.476797,2134.054293,2555.465165,1343.489843,2186.0761 +246924,2801.820158,2130.391087,2553.963939,1345.270802,2184.674089 +246925,2790.916007,2127.014663,2552.445754,1347.235126,2183.160842 +246926,2810.722263,2123.408574,2552.642108,1349.011525,2183.660687 +246927,2807.174731,2119.873639,2550.618247,1350.96576,2181.121217 +246928,2810.591902,2116.242773,2548.9721,1352.736317,2179.222079 +246929,2823.03621,2112.57523,2549.357344,1354.688974,2179.950316 +246930,2819.533432,2108.885842,2547.303228,1356.533525,2177.430944 +246931,2822.34726,2104.657459,2545.737129,1357.955144,2175.449224 +246932,2832.780793,2100.468503,2544.442181,1359.524074,2173.791025 +246933,2832.898447,2095.853182,2545.040859,1360.997055,2174.482195 +246934,2834.04755,2091.408875,2544.524721,1362.452856,2173.865129 +246935,2843.06452,2086.889359,2543.585959,1363.895019,2172.778172 +246936,2840.125165,2082.227842,2540.799655,1365.314851,2169.449549 +246937,2842.358646,2073.064029,2540.447854,1366.726763,2169.097876 +246938,2842.457641,2079.315427,2537.675658,1368.11156,2165.780148 +246939,2842.538195,2069.654452,2535.597451,1369.491756,2163.303525 +246940,2841.009873,2048.748384,2533.743086,1370.853681,2161.091129 +246941,2839.754919,2070.657485,2531.880228,1372.203514,2158.86547 +246942,2838.699224,2034.622089,2529.955939,1373.452242,2156.566711 +246943,2837.786707,2068.379696,2527.960065,1374.910296,2154.183399 +246944,2839.697269,2037.033851,2527.647944,1376.252612,2153.87115 +246945,2837.702404,2019.77925,2524.762382,1377.432977,2150.418792 +246946,2836.614369,2044.937922,2522.391789,1378.793582,2147.596373 +246947,2835.753988,2019.85977,2520.110717,1380.063489,2144.871797 +246948,2835.085484,2023.14263,2517.905179,1381.337996,2142.229837 +246949,2834.539329,2015.935984,2515.750052,1382.604084,2139.644773 +246950,2834.005907,2036.97902,2513.58185,1383.861569,2137.042488 +246951,2833.578908,1984.495947,2511.472952,1385.111031,2134.513228 +246952,2833.307178,2002.887281,2509.455384,1386.352841,2132.096979 +246953,2833.030711,1994.969788,2507.436108,1387.586988,2129.680105 +246954,2832.727508,1989.695205,2505.398979,1388.905908,2127.442541 +246955,2832.423896,1985.42447,2503.366882,1389.988802,2124.994428 +246956,2832.127343,1979.533376,2501.34043,1394.894074,2122.548039 +246957,2831.851566,1974.429505,2499.337256,1387.455054,2120.12788 +246958,2831.573229,1969.330731,2497.330837,1411.761806,2117.702522 +246959,2831.341743,1963.948851,2495.364996,1370.821604,2115.324901 +246960,2831.096539,1982.606898,2493.394531,1407.336817,2112.938971 +246961,2833.961876,1825.747158,2494.335729,1285.41744,2115.616827 +246962,2822.384348,1826.125765,2485.492681,1286.130861,2103.013547 +246963,2804.003001,1834.910052,2471.845577,1285.317383,2082.115799 +246964,2768.788767,1840.87525,2458.160339,1284.759681,2060.491657 +246965,2611.428604,1778.078593,2443.249919,1284.364438,2037.247475 +246966,2717.566187,1821.896523,2430.737944,1284.07858,2017.357353 +246967,2687.139451,1795.746787,2422.02668,1283.948548,2002.175045 +246968,2682.842477,1790.449951,2413.99964,1283.649901,1987.991041 +246969,2683.16958,1785.484231,2407.873404,1283.582401,1976.768728 +246970,2684.2106,1777.948817,2404.828316,1283.470428,1969.77484 +246971,2683.227994,1771.524673,2400.1106,1283.386445,1961.178249 +246972,2683.358088,1764.797332,2396.625953,1283.332545,1954.508274 +246973,2683.936255,1758.185286,2393.813553,1283.291764,1949.036 +246974,2684.087518,1751.591768,2391.441224,1283.267926,1944.443775 +246975,2684.291045,1745.029519,2389.351473,1283.258685,1940.506695 +246976,2684.591695,1738.499967,2387.451839,1283.263074,1937.078394 +246977,2685.803871,1731.999963,2387.387267,1283.283258,1936.147168 +246978,2685.425658,1725.53771,2386.448377,1283.310028,1934.372891 +246979,2685.796887,1719.106503,2385.171016,1283.352263,1932.380524 +246980,2685.702645,1712.70736,2382.060441,1283.402058,1928.293782 +246981,2686.560354,1706.350373,2379.885909,1283.468938,1925.462884 +246982,2686.825552,1699.914231,2378.13703,1283.542927,1923.242583 +246983,2694.842602,1693.781974,2376.805746,1283.628956,1921.621038 +246984,2680.579829,1687.464146,2377.166939,1283.727717,1922.165154 +246985,2690.031852,1681.268828,2376.394887,1283.831216,1921.415754 +246986,2696.673874,1675.100587,2373.881639,1283.946562,1918.606842 +246987,2681.719013,1668.978201,2372.145666,1284.075879,1916.790803 +246988,2698.963112,1662.892816,2372.347786,1284.214518,1917.380899 +246989,2684.338736,1656.857775,2371.766668,1284.271626,1917.054303 +246990,2699.973462,1650.864659,2370.933344,1284.556022,1916.461649 +246991,2685.130323,1645.127361,2368.237602,1284.845463,1913.609955 +246992,2701.235185,1639.320027,2366.494579,1285.029884,1911.911962 +246993,2695.689723,1633.591181,2365.350432,1285.407413,1910.920277 +246994,2689.67397,1646.862502,2365.854611,1285.730718,1911.935629 +246995,2704.907993,1595.341803,2363.898186,1286.074008,1909.935308 +246996,2699.430377,1652.283535,2362.85976,1286.441351,1909.052599 +246997,2699.823875,1576.629485,2361.997999,1286.817245,1908.371934 +246998,2701.931418,1632.79924,2361.167096,1287.207477,1907.717474 +246999,2703.554719,1580.815386,2360.429127,1287.610629,1907.168224 +247000,2705.693992,1604.760752,2361.474257,1288.028693,1908.804104 +247001,2705.69889,1591.286365,2359.881794,1288.450268,1907.209771 +247002,2707.422959,1588.772582,2358.849515,1288.892401,1906.29168 +247003,2709.103627,1584.808857,2358.053721,1289.341107,1905.641244 +247004,2710.577412,1580.836537,2357.401451,1289.801273,1905.146959 +247005,2712.045084,1576.916087,2356.832172,1290.271648,1904.740442 +247006,2720.726642,1573.048635,2356.486882,1290.752064,1904.599215 +247007,2707.881533,1569.235885,2356.053441,1291.241417,1904.342875 +247008,2724.475126,1565.48155,2357.246092,1291.742755,1906.079662 +247009,2711.649927,1561.781199,2355.809898,1292.244865,1904.592181 +247010,2726.12419,1558.045377,2354.977367,1292.763987,1903.830885 +247011,2722.816252,1554.61663,2354.525192,1293.287053,1903.512001 +247012,2705.066008,1541.928024,2353.728663,1284.645012,1902.749799 +247013,2707.365232,1536.97336,2351.364353,1283.724432,1901.31715 +247014,2707.713373,1532.888309,2348.440541,1283.426259,1899.954262 +247015,2708.164819,1529.397121,2345.749092,1284.029832,1898.961171 +247016,2709.133839,1526.379847,2343.499441,1284.90354,1898.259056 +247017,2717.591451,1523.427126,2341.859653,1286.041169,1897.991944 +247018,2704.184782,1520.598696,2340.432776,1287.105841,1897.723183 +247019,2719.531206,1517.86181,2339.144014,1288.590511,1897.424641 +247020,2709.009618,1515.108481,2339.71512,1289.93246,1899.261537 +247021,2755.07399,1626.494942,2336.426521,1398.411016,1895.138859 +247022,2767.549488,1608.547596,2344.948866,1402.130806,1908.850748 +247023,2785.762691,1633.832789,2358.51754,1405.447494,1930.596223 +247024,2801.872814,1599.828023,2371.151939,1408.489538,1951.765033 +247025,2813.381812,1637.470063,2380.326388,1411.738864,1968.987705 +247026,2820.808814,1592.19227,2386.442172,1414.881599,1982.361157 +247027,2825.46356,1642.419903,2390.36496,1417.905752,1992.337538 +247028,2828.511832,1581.869773,2392.904054,1421.169206,2000.105348 +247029,2830.673952,1624.556551,2394.577644,1424.404074,2006.287851 +247030,2834.911403,1613.865043,2397.32926,1427.712122,2013.422379 +247031,2834.680864,1600.253944,2397.032434,1433.157899,2016.211286 +247032,2835.008387,1628.350332,2396.933551,1439.059314,2018.920815 +247033,2835.477907,1580.062473,2396.768953,1435.155543,2021.014993 +247034,2836.056337,1618.3196,2396.552581,1436.492728,2022.380108 +247035,2836.540464,1618.519769,2396.179083,1448.706227,2023.610851 +247036,2837.050571,1578.964952,2395.758073,1447.854495,2024.381511 +247037,2837.624368,1614.693867,2395.334184,1452.61577,2025.165618 +247038,2838.059002,1621.037503,2394.786476,1462.471967,2025.369286 +247039,2838.585746,1568.603872,2394.260234,1452.339138,2025.405569 +247040,2839.209269,1615.617073,2393.775463,1466.808516,2025.318833 +247041,2839.657738,1621.373405,2393.168799,1468.169296,2024.935875 +247042,2840.176929,1560.566936,2392.590299,1477.357829,2024.671043 +247043,2840.792744,1615.744414,2392.069065,1471.3597,2024.148615 +247044,2841.334655,1592.942558,2391.501668,1480.082951,2023.456236 +247045,2841.822645,1595.957287,2390.892125,1500.333548,2022.619045 +247046,2842.330264,1595.341208,2390.296621,1481.973815,2021.713698 +247047,2842.872212,1594.627436,2389.727461,1499.181888,2020.769168 +247048,2843.43172,1593.947453,2389.163302,1499.640407,2019.763542 +247049,2844.018095,1593.287389,2388.616124,1493.02954,2018.723034 +247050,2844.888122,1592.648506,2388.257266,1520.379613,2017.860406 +247051,2845.945096,1591.764284,2388.014213,1507.041509,2017.098477 +247052,2846.960621,1590.843979,2387.746767,1517.621858,2016.308503 +247053,2848.06993,1589.914753,2387.533783,1520.828397,2015.614299 +247054,2849.284316,1588.982173,2387.38217,1525.225617,2015.031544 +247055,2850.541199,1588.049692,2387.247822,1529.522099,2014.503066 +247056,2851.816182,1587.118479,2387.119609,1533.897547,2014.009071 +247057,2853.099947,1586.189739,2386.989093,1538.290896,2013.751354 +247058,2854.379664,1585.263578,2386.852417,1542.60286,2013.287976 +247059,2855.662715,1584.340744,2386.710999,1547.26216,2012.827065 +247060,2857.227735,1583.421047,2386.562137,1551.682852,2012.366518 +247061,2858.474005,1582.505068,2386.402743,1556.255174,2011.902198 +247062,2859.705063,1581.592533,2386.235931,1560.689377,2011.436592 +247063,2860.943281,1580.683929,2386.065754,1565.477287,2010.973219 +247064,2862.185807,1579.778912,2385.891912,1570.074875,2010.510558 +247065,2863.434839,1578.877918,2385.712368,1574.776183,2010.045301 +247066,2864.791509,1577.980715,2385.5969,1585.076134,2009.663339 +247067,2866.041348,1577.087204,2385.406504,1576.121804,2009.192969 +247068,2867.293832,1576.197577,2385.215234,1598.063847,2008.725113 +247069,2868.661854,1575.311967,2385.091291,1590.984101,2008.343699 +247070,2869.936132,1574.429563,2384.90237,1599.471013,2007.885472 +247071,2873.89113,1573.555109,2386.428453,1604.29446,2009.556285 +247072,2873.692523,1572.672702,2385.319759,1608.674528,2007.985016 +247073,2874.356388,1571.806052,2384.755256,1613.940884,2007.08697 +247074,2875.307198,1570.936627,2384.354866,1618.857202,2006.382079 +247075,2876.415176,1570.071977,2384.038775,1623.855669,2005.774808 +247076,2880.323703,1569.214111,2385.504918,1629.071748,2007.37737 +247077,2880.097765,1568.348244,2384.350676,1633.814143,2005.754384 +247078,2883.472847,1567.501236,2385.49593,1639.366471,2006.985694 +247079,2882.966911,1566.639649,2384.171091,1644.245689,2005.166129 +247080,2883.484345,1565.794305,2383.484582,1649.511241,2004.340864 +247081,2888.91035,1587.48544,2386.414458,1676.108384,2008.586178 +247082,2893.752445,1587.751911,2388.785098,1689.119857,2012.809338 +247083,2900.762585,1587.496039,2392.494131,1687.566216,2019.118347 +247084,2907.251248,1587.101509,2395.947064,1695.791629,2025.266443 +247085,2912.644677,1586.601071,2398.808761,1701.667424,2030.696142 +247086,2917.345764,1586.033808,2401.126523,1707.006137,2035.405727 +247087,2923.691094,1585.425317,2404.742511,1712.772883,2041.666002 +247088,2925.416123,1584.775561,2405.431507,1718.385221,2044.221497 +247089,2927.726229,1584.112288,2406.47871,1724.127769,2047.138267 +247090,2930.146027,1583.423583,2407.556897,1729.843484,2050.001048 +247091,2932.737739,1582.719048,2408.70752,1740.420184,2052.869274 +247092,2935.332951,1581.998474,2409.832806,1739.721893,2055.634077 +247093,2937.73515,1581.263122,2410.815117,1747.151567,2058.159855 +247094,2940.076815,1580.514581,2411.742313,1753.209498,2060.563141 +247095,2942.423389,1579.753216,2412.657373,1758.804627,2062.903269 +247096,2944.732029,1578.979143,2413.534228,1764.317849,2065.153709 +247097,2947.150977,1578.193578,2414.469329,1775.027434,2067.440522 +247098,2949.568673,1577.395785,2415.393752,1775.038587,2069.683937 +247099,2952.050539,1576.586533,2416.176204,1782.092962,2071.725188 +247100,2954.120824,1575.765988,2416.888367,1788.011122,2073.656279 +247101,2956.347067,1574.827121,2417.69516,1798.692279,2075.685336 +247102,2958.45274,1574.140876,2418.412651,1793.726376,2077.586967 +247103,2960.473087,1573.212987,2419.061847,1809.905307,2079.390304 +247104,2962.650913,1572.364452,2419.799874,1811.251226,2081.293598 +247105,2965.092601,1596.187146,2420.531231,1820.838912,2083.180919 +247106,2967.212246,1534.135333,2421.264523,1822.547989,2085.065854 +247107,2969.359685,1587.269881,2422.012416,1832.515135,2086.966309 +247108,2971.519585,1578.157044,2422.650887,1834.489061,2088.728908 +247109,2973.557984,1548.278549,2423.269446,1843.185971,2090.465508 +247110,2974.882283,1600.871438,2423.824315,1845.367382,2092.121662 +247111,2976.748164,1528.035401,2424.253938,1849.042093,2093.620635 +247112,2978.592226,1583.041533,2424.584961,1852.84087,2094.952268 +247113,2979.896056,1565.522173,2424.735082,1854.626444,2095.983948 +247114,2980.92546,1559.259913,2424.724961,1856.684208,2096.733915 +247115,2981.725263,1574.69975,2424.573496,1859.042571,2097.231178 +247116,2982.668931,1550.502374,2424.3198,1861.664873,2097.534325 +247117,2983.179999,1582.096785,2423.97295,1864.460983,2097.664563 +247118,2983.613204,1542.286288,2423.578507,1867.580055,2097.687517 +247119,2983.972815,1587.361658,2423.132755,1870.938515,2097.606171 +247120,2984.311408,1535.937739,2422.66732,1874.46024,2097.466635 +247121,2984.606666,1591.572015,2422.16829,1878.051579,2097.257242 +247122,2984.903446,1530.348248,2421.665928,1881.705047,2097.020617 +247123,2985.169006,1595.561329,2421.140469,1885.381851,2096.736126 +247124,2985.44926,1524.808675,2420.622547,1889.108451,2096.44537 +247125,2985.70289,1599.922062,2420.086344,1892.85254,2096.11886 +247126,2985.979406,1518.831424,2419.564377,1896.646456,2095.799417 +247127,2986.306501,1576.307608,2419.075221,1900.507042,2095.512193 +247128,2986.551656,1558.036437,2418.534132,1904.338679,2095.152913 +247129,2986.782912,1555.287113,2417.984853,1908.18908,2094.776939 +247130,2987.032677,1563.785188,2417.447969,1912.081178,2094.410429 +247131,2987.303663,1547.149082,2416.925376,1916.016002,2094.05643 +247132,2987.541903,1578.339325,2416.382634,1919.954337,2093.672587 +247133,2987.813836,1530.795895,2415.862696,1923.942491,2093.312964 +247134,2988.056285,1593.977515,2415.324966,1928.124469,2092.927162 +247135,2988.335422,1514.583828,2414.812112,1932.144881,2092.568683 +247136,2988.673259,1573.844665,2414.338643,1936.225277,2092.256046 +247137,2988.906291,1560.787088,2413.799548,1940.259495,2091.858331 +247138,2989.153479,1540.340974,2413.27098,1944.335031,2091.47033 +247139,2989.38194,1585.594803,2412.731186,1948.42766,2091.064488 +247140,2989.6586,1516.775681,2412.223137,1952.581606,2090.694488 +247141,2991.459611,1537.816102,2412.896941,1957.355878,2092.4158 +247142,2987.812413,1516.595673,2409.92165,1959.218832,2088.648146 +247143,2982.409244,1519.745635,2405.318713,1960.119928,2082.163471 +247144,2977.667781,1519.481832,2401.067617,1961.817614,2075.783487 +247145,2974.524414,1519.144114,2397.887935,1964.778732,2070.636711 +247146,2972.815874,1518.818048,2395.713911,1968.713666,2066.7689 +247147,2972.056413,1518.499013,2394.240727,1973.171751,2063.86619 +247148,2971.841242,1518.186304,2393.204576,1977.833357,2061.630311 +247149,2971.928891,1517.879875,2392.441977,1982.544547,2059.867366 +247150,2972.196607,1517.578828,2391.863514,1987.25547,2058.46448 +247151,2972.582739,1517.282978,2391.418565,1991.959102,2057.35169 +247152,2973.051457,1516.991599,2391.073947,1996.65813,2056.478538 +247153,2976.2604,1516.705701,2392.539794,2003.426186,2057.975585 +247154,2975.450531,1516.42053,2391.46543,2007.075148,2056.408539 +247155,2975.480975,1516.142582,2390.958374,2011.30161,2055.632751 +247156,2975.766743,1515.866336,2390.622658,2015.733458,2055.134051 +247157,2976.195294,1515.593949,2390.383154,2020.287519,2054.812285 +247158,2976.70782,1515.324722,2390.204551,2024.906367,2054.620736 +247159,2977.266121,1515.058766,2390.064328,2029.552289,2054.527936 +247160,2977.848714,1514.795779,2389.948984,2034.207423,2054.512334 +247161,2978.443176,1514.535808,2389.849665,2039.03994,2054.557547 +247162,2979.043881,1514.278537,2389.761487,2043.651706,2054.652242 +247163,2979.649915,1514.024007,2389.682669,2048.264655,2054.789425 +247164,2980.258396,1513.771909,2389.6104,2053.070285,2054.961402 +247165,2980.867352,1513.52229,2389.542662,2057.61752,2055.162007 +247166,2981.474501,1513.274846,2389.477997,2062.448405,2055.386239 +247167,2982.083256,1513.029631,2389.418579,2066.452796,2055.634053 +247168,2982.693441,1512.786334,2389.364251,2071.347473,2055.902893 +247169,2983.297857,1512.545013,2389.310379,2075.974606,2056.184946 +247170,2983.892355,1512.305356,2389.254272,2080.853528,2056.47507 +247171,2984.477561,1511.804474,2389.196263,2085.521702,2056.772098 +247172,2985.03247,1511.249381,2389.1092,2090.148041,2057.077668 +247173,2985.542242,1510.666121,2388.974237,2094.935272,2057.391766 +247174,2986.005308,1510.061038,2388.7881,2099.487296,2057.71423 +247175,2986.429529,1509.437381,2388.557539,2104.006744,2058.046647 +247176,2986.822917,1508.79647,2388.290524,2108.507208,2058.389574 +247177,2987.190362,1508.139527,2387.992868,2113.002475,2058.742068 +247178,2987.534727,1507.466908,2387.668554,2117.488064,2059.102825 +247179,2987.85761,1506.779357,2387.320321,2121.968114,2059.470507 +247180,2988.16004,1506.076939,2386.950217,2126.435803,2059.843929 +247181,2988.442732,1505.360238,2386.55984,2130.895693,2060.222013 +247182,2988.704452,1504.62919,2386.14935,2135.54448,2060.60239 +247183,2988.94508,1503.884314,2385.719463,2139.97352,2060.983765 +247184,2989.16728,1503.125463,2385.272542,2144.381064,2061.367243 +247185,2989.37264,1502.353114,2384.810177,2148.777836,2061.753251 +247186,2989.561162,1501.567064,2384.332885,2153.169,2062.14114 +247187,2989.73248,1500.767772,2383.840881,2157.554567,2062.53007 +247188,2989.886282,1499.954985,2383.334361,2161.93232,2062.919335 +247189,2990.02235,1499.129145,2382.813499,2166.29991,2063.308314 +247190,2990.140625,1498.289957,2382.278536,2170.655738,2063.696578 +247191,2990.241083,1497.437855,2381.729681,2174.998847,2064.083741 +247192,2990.323727,1496.572504,2381.167163,2179.3287,2064.469528 +247193,2990.388551,1495.694338,2380.59116,2183.644894,2064.853657 +247194,2990.435564,1494.802987,2380.001857,2187.947105,2065.235923 +247195,2990.464757,1493.898891,2379.399389,2192.234994,2065.616099 +247196,2990.476157,1492.981649,2378.783905,2196.508264,2065.994027 +247197,2990.469721,1492.051708,2378.15551,2200.766598,2066.369522 +247198,2990.445446,1491.10864,2377.51432,2205.009718,2066.742453 +247199,2990.403294,1490.152903,2376.86042,2209.237336,2067.11267 +247200,2990.343261,1489.184044,2376.193908,2213.449191,2067.48007 +247201,2989.571558,1422.008978,2374.761644,2217.37298,2066.413644 +247202,2979.195943,1420.40403,2366.244568,2215.555549,2054.679905 +247203,2965.147656,1418.995726,2354.670087,2211.945487,2037.819909 +247204,2953.069274,1417.663216,2343.928655,2210.032529,2021.396439 +247205,2943.992104,1416.341391,2335.446938,2210.727953,2007.657721 +247206,2937.478703,1415.022764,2329.079377,2213.399558,1996.689511 +247207,2933.231921,1413.704146,2324.179217,2217.09846,1987.805548 +247208,2930.134209,1412.38287,2320.199338,2221.158024,1980.382919 +247209,2927.678934,1411.058482,2316.801905,2225.462514,1974.018435 +247210,2925.591663,1409.728838,2313.786536,2229.493369,1968.448083 +247211,2923.737949,1408.393534,2311.044523,2233.443561,1963.518875 +247212,2922.040186,1407.050889,2308.504091,2237.330958,1959.119246 +247213,2920.49213,1405.700872,2306.157327,2241.186134,1955.240438 +247214,2919.053386,1404.342228,2303.955947,2245.012667,1951.788764 +247215,2917.562921,1402.975215,2301.741318,2248.744365,1948.476282 +247216,2916.009712,1401.599174,2299.516814,2252.371974,1945.319198 +247217,2914.443967,1400.214332,2297.32635,2255.928903,1942.384783 +247218,2912.855626,1398.81991,2295.148082,2259.424598,1939.61412 +247219,2911.544983,1397.41666,2293.266215,2263.01158,1937.499301 +247220,2910.074942,1396.009592,2291.216921,2266.513403,1935.160802 +247221,2908.718823,1394.582777,2289.318254,2270.018327,1933.210827 +247222,2907.626406,1393.157139,2287.675155,2273.636382,1931.788466 +247223,2906.462077,1391.717494,2285.94194,2277.220472,1930.244356 +247224,2904.711055,1390.268126,2283.669643,2280.489293,1927.821696 +247225,2902.567441,1388.810229,2281.116825,2283.488008,1925.051122 +247226,2901.134332,1387.439292,2279.319133,2286.773713,1923.743814 +247227,2899.426794,1385.820583,2277.176825,2289.984405,1921.781114 +247228,2897.129418,1384.402292,2274.512998,2292.869218,1918.979371 +247229,2895.830578,1382.799374,2272.900264,2296.161701,1918.176684 +247230,2893.861712,1381.434567,2270.801789,2299.356917,1916.410546 +247231,2892.502746,1379.991934,2269.052127,2302.648388,1915.349631 +247232,2890.72339,1378.651921,2266.87494,2305.652397,1913.489301 +247233,2889.29398,1377.308794,2265.131853,2308.622384,1912.442034 +247234,2888.73745,1375.969909,2264.226983,2311.891603,1912.810173 +247235,2886.689221,1374.633898,2261.809106,2314.399339,1910.336136 +247236,2884.953465,1373.304782,2259.92802,2316.813867,1908.999261 +247237,2884.258265,1371.976245,2259.043575,2319.680325,1909.378047 +247238,2883.407262,1370.649468,2257.890955,2322.511111,1909.112997 +247239,2882.294882,1369.326573,2256.52846,2325.140103,1908.474863 +247240,2879.603185,1368.005061,2253.712455,2326.918239,1905.276879 +247241,2877.463017,1366.688404,2251.675075,2328.749365,1903.682867 +247242,2874.906508,1365.370592,2249.194636,2330.382622,1901.228118 +247243,2871.248907,1364.056453,2245.73797,2331.394263,1897.103156 +247244,2869.838436,1362.746153,2244.612574,2333.332812,1897.285916 +247245,2867.766022,1361.432635,2242.556723,2335.124233,1895.498408 +247246,2866.338899,1360.125761,2241.215472,2337.108861,1895.064769 +247247,2864.156546,1358.817726,2239.069869,2338.735287,1893.098842 +247248,2860.271837,1357.513213,2235.41199,2339.404693,1888.549533 +247249,2856.547237,1356.212203,2232.170415,2339.926677,1884.992286 +247250,2853.01656,1354.910746,2229.122984,2340.509206,1881.778055 +247251,2852.866418,1353.613016,2229.303241,2342.706664,1884.276579 +247252,2851.559237,1352.311077,2227.906719,2344.63417,1883.483414 +247253,2850.871833,1351.017498,2227.26034,2346.68899,1884.162642 +247254,2849.066141,1349.721237,2225.460917,2348.208853,1882.676204 +247255,2848.002135,1348.430157,2224.543755,2349.926108,1882.895133 +247256,2845.913976,1347.136964,2222.563332,2351.173276,1881.110874 +247257,2841.464709,1345.84728,2218.471239,2351.12804,1875.718025 +247258,2837.25502,1344.561294,2214.950247,2350.915544,1871.688309 +247259,2833.326999,1343.273905,2211.688178,2350.815287,1868.11577 +247260,2829.588032,1341.988754,2208.573591,2350.790085,1864.788554 +247261,2067.338139,1340.29096,1129.454999,1890.281308,2470.261107 +247262,2155.009909,1491.941578,1177.586006,1971.008672,2527.24601 +247263,2266.070833,1442.819218,1240.735046,2070.332398,2589.785675 +247264,2355.683876,1489.557977,1294.901959,2144.818152,2630.509921 +247265,2412.803745,1471.195133,1333.397417,2185.188363,2646.614906 +247266,2448.617623,1473.887093,1360.983599,2204.049685,2650.537337 +247267,2472.693888,1473.163839,1381.983941,2212.642221,2649.85652 +247268,2490.238416,1472.080347,1398.868471,2216.804004,2647.690386 +247269,2503.873006,1471.181985,1412.939232,2220.397945,2645.284651 +247270,2514.847408,1470.025345,1424.874526,2223.302088,2643.074261 +247271,2523.795665,1469.055258,1435.070501,2226.207579,2641.168213 +247272,2531.110835,1467.840374,1443.807026,2228.646139,2639.56205 +247273,2537.081891,1466.825491,1451.310895,2230.812858,2638.221664 +247274,2541.965242,1465.483234,1457.773466,2232.948747,2637.111433 +247275,2545.958397,1464.437689,1463.359695,2234.718026,2636.200206 +247276,2549.232654,1463.321223,1468.20454,2236.335663,2635.459411 +247277,2551.912632,1462.063638,1472.424332,2237.833429,2634.867514 +247278,2554.112446,1460.881033,1476.113855,2239.230327,2634.406538 +247279,2555.90825,1459.822494,1479.353068,2240.536752,2634.060466 +247280,2557.3754,1458.537216,1482.208889,2241.758981,2633.815207 +247281,2558.559556,1457.345816,1484.732817,2242.901526,2633.658318 +247282,2559.512379,1456.277741,1486.976434,2243.968159,2633.579077 +247283,2560.260722,1454.985733,1488.980157,2244.962045,2633.568089 +247284,2560.841353,1453.785906,1490.771559,2245.885862,2633.617257 +247285,2561.269149,1452.710869,1492.382097,2246.741766,2633.719406 +247286,2561.571515,1451.502048,1493.831672,2247.531563,2633.868322 +247287,2561.755772,1447.044813,1495.143668,2248.256659,2634.05837 +247288,2561.511357,1445.307308,1496.199867,2248.336868,2634.284407 +247289,2560.969052,1443.783505,1497.055501,2248.028898,2634.538284 +247290,2560.311642,1442.299259,1497.794442,2247.677392,2634.820193 +247291,2559.63455,1440.67381,1498.456903,2247.441358,2635.124561 +247292,2558.954013,1439.029251,1499.053279,2247.31552,2635.448655 +247293,2558.259342,1437.374033,1499.585293,2247.243409,2635.790487 +247294,2557.538944,1435.707627,1500.054634,2247.176626,2636.147893 +247295,2556.786515,1434.029922,1500.464361,2247.087826,2636.518503 +247296,2555.999804,1432.340219,1500.818175,2246.964858,2636.899985 +247297,2555.178355,1430.638551,1501.119662,2246.80274,2637.290146 +247298,2554.322258,1428.833026,1501.372017,2246.598921,2637.687014 +247299,2553.431691,1427.242369,1501.578002,2246.35147,2638.088798 +247300,2552.506912,1425.435438,1501.740045,2246.058766,2638.493902 +247301,2551.548292,1423.698133,1501.860289,2245.719537,2638.900859 +247302,2550.556411,1421.932894,1501.940669,2245.332915,2639.308367 +247303,2549.531954,1420.154631,1501.98293,2244.898359,2639.715225 +247304,2548.47567,1418.363055,1501.988665,2244.415585,2640.120365 +247305,2547.388317,1416.558395,1501.959323,2243.884459,2640.5228 +247306,2546.270672,1414.740284,1501.89624,2243.304967,2640.921656 +247307,2545.123492,1412.909,1501.800638,2242.677157,2641.316118 +247308,2543.947541,1411.064202,1501.673656,2242.001137,2641.70547 +247309,2542.743541,1409.206194,1501.516343,2241.277044,2642.089039 +247310,2541.512225,1407.334721,1501.329687,2240.505055,2642.466238 +247311,2540.254293,1405.450465,1501.114602,2239.686525,2642.83652 +247312,2538.970454,1403.552,1500.871967,2238.82024,2643.199424 +247313,2537.661363,1401.64084,1500.602581,2237.904945,2643.554478 +247314,2536.327669,1399.804657,1500.307215,2236.940488,2643.901292 +247315,2534.969992,1397.734851,1499.986587,2235.927432,2644.239487 +247316,2533.588949,1395.760736,1499.641389,2234.86655,2644.568744 +247317,2532.185122,1393.914191,1499.272275,2233.758523,2644.888765 +247318,2530.759103,1391.871725,1498.879874,2232.603896,2645.1993 +247319,2529.311421,1389.896308,1498.464773,2231.225128,2645.500092 +247320,2527.842613,1387.893599,1498.027544,2230.004453,2645.790938 +247321,0,0,0,0,0 +247322,0,0,0,0,0 +247323,0,0,0,0,0 +247324,0,0,0,0,0 +247325,0,0,0,0,0 +247326,0,0,0,0,0 +247327,0,0,0,0,0 +247328,0,0,0,0,0 +247329,0,0,0,0,0 +247330,0,0,0,0,0 +247331,0,0,0,0,0 +247332,0,0,0,0,0 +247333,0,0,0,0,0 +247334,0,0,0,0,0 +247335,0,0,0,0,0 +247336,0,0,0,0,0 +247337,0,0,0,0,0 +247338,0,0,0,0,0 +247339,0,0,0,0,0 +247340,0,0,0,0,0 +247341,0,0,0,0,0 +247342,0,0,0,0,0 +247343,0,0,0,0,0 +247344,0,0,0,0,0 +247345,0,0,0,0,0 +247346,0,0,0,0,0 +247347,0,0,0,0,0 +247348,0,0,0,0,0 +247349,0,0,0,0,0 +247350,0,0,0,0,0 +247351,0,0,0,0,0 +247352,0,0,0,0,0 +247353,0,0,0,0,0 +247354,0,0,0,0,0 +247355,0,0,0,0,0 +247356,0,0,0,0,0 +247357,0,0,0,0,0 +247358,0,0,0,0,0 +247359,0,0,0,0,0 +247360,0,0,0,0,0 +247361,0,0,0,0,0 +247362,0,0,0,0,0 +247363,0,0,0,0,0 +247364,0,0,0,0,0 +247365,0,0,0,0,0 +247366,0,0,0,0,0 +247367,0,0,0,0,0 +247368,0,0,0,0,0 +247369,0,0,0,0,0 +247370,0,0,0,0,0 +247371,0,0,0,0,0 +247372,0,0,0,0,0 +247373,0,0,0,0,0 +247374,0,0,0,0,0 +247375,0,0,0,0,0 +247376,0,0,0,0,0 +247377,0,0,0,0,0 +247378,0,0,0,0,0 +247379,0,0,0,0,0 +247380,0,0,0,0,0 +247381,0,0,0,0,0 +247382,0,0,0,0,0 +247383,0,0,0,0,0 +247384,0,0,0,0,0 +247385,0,0,0,0,0 +247386,0,0,0,0,0 +247387,0,0,0,0,0 +247388,0,0,0,0,0 +247389,0,0,0,0,0 +247390,0,0,0,0,0 +247391,0,0,0,0,0 +247392,0,0,0,0,0 +247393,0,0,0,0,0 +247394,0,0,0,0,0 +247395,0,0,0,0,0 +247396,0,0,0,0,0 +247397,0,0,0,0,0 +247398,0,0,0,0,0 +247399,0,0,0,0,0 +247400,0,0,0,0,0 +247401,0,0,0,0,0 +247402,0,0,0,0,0 +247403,0,0,0,0,0 +247404,0,0,0,0,0 +247405,0,0,0,0,0 +247406,0,0,0,0,0 +247407,0,0,0,0,0 +247408,0,0,0,0,0 +247409,0,0,0,0,0 +247410,0,0,0,0,0 +247411,0,0,0,0,0 +247412,0,0,0,0,0 +247413,0,0,0,0,0 +247414,0,0,0,0,0 +247415,0,0,0,0,0 +247416,0,0,0,0,0 +247417,0,0,0,0,0 +247418,0,0,0,0,0 +247419,0,0,0,0,0 +247420,0,0,0,0,0 +247421,0,0,0,0,0 +247422,0,0,0,0,0 +247423,0,0,0,0,0 +247424,0,0,0,0,0 +247425,0,0,0,0,0 +247426,0,0,0,0,0 +247427,0,0,0,0,0 +247428,0,0,0,0,0 +247429,0,0,0,0,0 +247430,0,0,0,0,0 +247431,0,0,0,0,0 +247432,0,0,0,0,0 +247433,0,0,0,0,0 +247434,0,0,0,0,0 +247435,0,0,0,0,0 +247436,0,0,0,0,0 +247437,0,0,0,0,0 +247438,0,0,0,0,0 +247439,0,0,0,0,0 +247440,0,0,0,0,0 +247441,0,0,0,0,0 +247442,0,0,0,0,0 +247443,0,0,0,0,0 +247444,0,0,0,0,0 +247445,0,0,0,0,0 +247446,0,0,0,0,0 +247447,0,0,0,0,0 +247448,0,0,0,0,0 +247449,0,0,0,0,0 +247450,0,0,0,0,0 +247451,0,0,0,0,0 +247452,0,0,0,0,0 +247453,0,0,0,0,0 +247454,0,0,0,0,0 +247455,0,0,0,0,0 +247456,0,0,0,0,0 +247457,0,0,0,0,0 +247458,0,0,0,0,0 +247459,0,0,0,0,0 +247460,0,0,0,0,0 +247461,0,0,0,0,0 +247462,0,0,0,0,0 +247463,0,0,0,0,0 +247464,0,0,0,0,0 +247465,0,0,0,0,0 +247466,0,0,0,0,0 +247467,0,0,0,0,0 +247468,0,0,0,0,0 +247469,0,0,0,0,0 +247470,0,0,0,0,0 +247471,0,0,0,0,0 +247472,0,0,0,0,0 +247473,0,0,0,0,0 +247474,0,0,0,0,0 +247475,0,0,0,0,0 +247476,0,0,0,0,0 +247477,0,0,0,0,0 +247478,0,0,0,0,0 +247479,0,0,0,0,0 +247480,0,0,0,0,0 +247481,0,0,0,0,0 +247482,0,0,0,0,0 +247483,0,0,0,0,0 +247484,0,0,0,0,0 +247485,0,0,0,0,0 +247486,0,0,0,0,0 +247487,0,0,0,0,0 +247488,0,0,0,0,0 +247489,0,0,0,0,0 +247490,0,0,0,0,0 +247491,0,0,0,0,0 +247492,0,0,0,0,0 +247493,0,0,0,0,0 +247494,0,0,0,0,0 +247495,0,0,0,0,0 +247496,0,0,0,0,0 +247497,0,0,0,0,0 +247498,0,0,0,0,0 +247499,0,0,0,0,0 +247500,0,0,0,0,0 +247501,0,0,0,0,0 +247502,0,0,0,0,0 +247503,0,0,0,0,0 +247504,0,0,0,0,0 +247505,0,0,0,0,0 +247506,0,0,0,0,0 +247507,0,0,0,0,0 +247508,0,0,0,0,0 +247509,0,0,0,0,0 +247510,0,0,0,0,0 +247511,0,0,0,0,0 +247512,0,0,0,0,0 +247513,0,0,0,0,0 +247514,0,0,0,0,0 +247515,0,0,0,0,0 +247516,0,0,0,0,0 +247517,0,0,0,0,0 +247518,0,0,0,0,0 +247519,0,0,0,0,0 +247520,0,0,0,0,0 +247521,0,0,0,0,0 +247522,0,0,0,0,0 +247523,0,0,0,0,0 +247524,0,0,0,0,0 +247525,0,0,0,0,0 +247526,0,0,0,0,0 +247527,0,0,0,0,0 +247528,0,0,0,0,0 +247529,0,0,0,0,0 +247530,0,0,0,0,0 +247531,0,0,0,0,0 +247532,0,0,0,0,0 +247533,0,0,0,0,0 +247534,0,0,0,0,0 +247535,0,0,0,0,0 +247536,0,0,0,0,0 +247537,0,0,0,0,0 +247538,0,0,0,0,0 +247539,0,0,0,0,0 +247540,0,0,0,0,0 +247541,0,0,0,0,0 +247542,0,0,0,0,0 +247543,0,0,0,0,0 +247544,0,0,0,0,0 +247545,0,0,0,0,0 +247546,0,0,0,0,0 +247547,0,0,0,0,0 +247548,0,0,0,0,0 +247549,0,0,0,0,0 +247550,0,0,0,0,0 +247551,0,0,0,0,0 +247552,0,0,0,0,0 +247553,0,0,0,0,0 +247554,0,0,0,0,0 +247555,0,0,0,0,0 +247556,0,0,0,0,0 +247557,0,0,0,0,0 +247558,0,0,0,0,0 +247559,0,0,0,0,0 +247560,0,0,0,0,0 +247561,0,0,0,0,0 +247562,0,0,0,0,0 +247563,0,0,0,0,0 +247564,0,0,0,0,0 +247565,0,0,0,0,0 +247566,0,0,0,0,0 +247567,0,0,0,0,0 +247568,0,0,0,0,0 +247569,0,0,0,0,0 +247570,0,0,0,0,0 +247571,0,0,0,0,0 +247572,0,0,0,0,0 +247573,0,0,0,0,0 +247574,0,0,0,0,0 +247575,0,0,0,0,0 +247576,0,0,0,0,0 +247577,0,0,0,0,0 +247578,0,0,0,0,0 +247579,0,0,0,0,0 +247580,0,0,0,0,0 +247581,0,0,0,0,0 +247582,0,0,0,0,0 +247583,0,0,0,0,0 +247584,0,0,0,0,0 +247585,0,0,0,0,0 +247586,0,0,0,0,0 +247587,0,0,0,0,0 +247588,0,0,0,0,0 +247589,0,0,0,0,0 +247590,0,0,0,0,0 +247591,0,0,0,0,0 +247592,0,0,0,0,0 +247593,0,0,0,0,0 +247594,0,0,0,0,0 +247595,0,0,0,0,0 +247596,0,0,0,0,0 +247597,0,0,0,0,0 +247598,0,0,0,0,0 +247599,0,0,0,0,0 +247600,0,0,0,0,0 +247601,0,0,0,0,0 +247602,0,0,0,0,0 +247603,0,0,0,0,0 +247604,0,0,0,0,0 +247605,0,0,0,0,0 +247606,0,0,0,0,0 +247607,0,0,0,0,0 +247608,0,0,0,0,0 +247609,0,0,0,0,0 +247610,0,0,0,0,0 +247611,0,0,0,0,0 +247612,0,0,0,0,0 +247613,0,0,0,0,0 +247614,0,0,0,0,0 +247615,0,0,0,0,0 +247616,0,0,0,0,0 +247617,0,0,0,0,0 +247618,0,0,0,0,0 +247619,0,0,0,0,0 +247620,0,0,0,0,0 +247621,0,0,0,0,0 +247622,0,0,0,0,0 +247623,0,0,0,0,0 +247624,0,0,0,0,0 +247625,0,0,0,0,0 +247626,0,0,0,0,0 +247627,0,0,0,0,0 +247628,0,0,0,0,0 +247629,0,0,0,0,0 +247630,0,0,0,0,0 +247631,0,0,0,0,0 +247632,0,0,0,0,0 +247633,0,0,0,0,0 +247634,0,0,0,0,0 +247635,0,0,0,0,0 +247636,0,0,0,0,0 +247637,0,0,0,0,0 +247638,0,0,0,0,0 +247639,0,0,0,0,0 +247640,0,0,0,0,0 +247641,0,0,0,0,0 +247642,0,0,0,0,0 +247643,0,0,0,0,0 +247644,0,0,0,0,0 +247645,0,0,0,0,0 +247646,0,0,0,0,0 +247647,0,0,0,0,0 +247648,0,0,0,0,0 +247649,0,0,0,0,0 +247650,0,0,0,0,0 +247651,0,0,0,0,0 +247652,0,0,0,0,0 +247653,0,0,0,0,0 +247654,0,0,0,0,0 +247655,0,0,0,0,0 +247656,0,0,0,0,0 +247657,0,0,0,0,0 +247658,0,0,0,0,0 +247659,0,0,0,0,0 +247660,0,0,0,0,0 +247661,0,0,0,0,0 +247662,0,0,0,0,0 +247663,0,0,0,0,0 +247664,0,0,0,0,0 +247665,0,0,0,0,0 +247666,0,0,0,0,0 +247667,0,0,0,0,0 +247668,0,0,0,0,0 +247669,0,0,0,0,0 +247670,0,0,0,0,0 +247671,0,0,0,0,0 +247672,0,0,0,0,0 +247673,0,0,0,0,0 +247674,0,0,0,0,0 +247675,0,0,0,0,0 +247676,0,0,0,0,0 +247677,0,0,0,0,0 +247678,0,0,0,0,0 +247679,0,0,0,0,0 +247680,0,0,0,0,0 +247681,0,0,0,0,0 +247682,0,0,0,0,0 +247683,0,0,0,0,0 +247684,0,0,0,0,0 +247685,0,0,0,0,0 +247686,0,0,0,0,0 +247687,0,0,0,0,0 +247688,0,0,0,0,0 +247689,0,0,0,0,0 +247690,0,0,0,0,0 +247691,0,0,0,0,0 +247692,0,0,0,0,0 +247693,0,0,0,0,0 +247694,0,0,0,0,0 +247695,0,0,0,0,0 +247696,0,0,0,0,0 +247697,0,0,0,0,0 +247698,0,0,0,0,0 +247699,0,0,0,0,0 +247700,0,0,0,0,0 +247701,0,0,0,0,0 +247702,0,0,0,0,0 +247703,0,0,0,0,0 +247704,0,0,0,0,0 +247705,0,0,0,0,0 +247706,0,0,0,0,0 +247707,0,0,0,0,0 +247708,0,0,0,0,0 +247709,0,0,0,0,0 +247710,0,0,0,0,0 +247711,0,0,0,0,0 +247712,0,0,0,0,0 +247713,0,0,0,0,0 +247714,0,0,0,0,0 +247715,0,0,0,0,0 +247716,0,0,0,0,0 +247717,0,0,0,0,0 +247718,0,0,0,0,0 +247719,0,0,0,0,0 +247720,0,0,0,0,0 +247721,0,0,0,0,0 +247722,0,0,0,0,0 +247723,0,0,0,0,0 +247724,0,0,0,0,0 +247725,0,0,0,0,0 +247726,0,0,0,0,0 +247727,0,0,0,0,0 +247728,0,0,0,0,0 +247729,0,0,0,0,0 +247730,0,0,0,0,0 +247731,0,0,0,0,0 +247732,0,0,0,0,0 +247733,0,0,0,0,0 +247734,0,0,0,0,0 +247735,0,0,0,0,0 +247736,0,0,0,0,0 +247737,0,0,0,0,0 +247738,0,0,0,0,0 +247739,0,0,0,0,0 +247740,0,0,0,0,0 +247741,0,0,0,0,0 +247742,0,0,0,0,0 +247743,0,0,0,0,0 +247744,0,0,0,0,0 +247745,0,0,0,0,0 +247746,0,0,0,0,0 +247747,0,0,0,0,0 +247748,0,0,0,0,0 +247749,0,0,0,0,0 +247750,0,0,0,0,0 +247751,0,0,0,0,0 +247752,0,0,0,0,0 +247753,0,0,0,0,0 +247754,0,0,0,0,0 +247755,0,0,0,0,0 +247756,0,0,0,0,0 +247757,0,0,0,0,0 +247758,0,0,0,0,0 +247759,0,0,0,0,0 +247760,0,0,0,0,0 +247761,0,0,0,0,0 +247762,0,0,0,0,0 +247763,0,0,0,0,0 +247764,0,0,0,0,0 +247765,0,0,0,0,0 +247766,0,0,0,0,0 +247767,0,0,0,0,0 +247768,0,0,0,0,0 +247769,0,0,0,0,0 +247770,0,0,0,0,0 +247771,0,0,0,0,0 +247772,0,0,0,0,0 +247773,0,0,0,0,0 +247774,0,0,0,0,0 +247775,0,0,0,0,0 +247776,0,0,0,0,0 +247777,0,0,0,0,0 +247778,0,0,0,0,0 +247779,0,0,0,0,0 +247780,0,0,0,0,0 +247781,0,0,0,0,0 +247782,0,0,0,0,0 +247783,0,0,0,0,0 +247784,0,0,0,0,0 +247785,0,0,0,0,0 +247786,0,0,0,0,0 +247787,0,0,0,0,0 +247788,0,0,0,0,0 +247789,0,0,0,0,0 +247790,0,0,0,0,0 +247791,0,0,0,0,0 +247792,0,0,0,0,0 +247793,0,0,0,0,0 +247794,0,0,0,0,0 +247795,0,0,0,0,0 +247796,0,0,0,0,0 +247797,0,0,0,0,0 +247798,0,0,0,0,0 +247799,0,0,0,0,0 +247800,0,0,0,0,0 +247801,0,0,0,0,0 +247802,0,0,0,0,0 +247803,0,0,0,0,0 +247804,0,0,0,0,0 +247805,0,0,0,0,0 +247806,0,0,0,0,0 +247807,0,0,0,0,0 +247808,0,0,0,0,0 +247809,0,0,0,0,0 +247810,0,0,0,0,0 +247811,0,0,0,0,0 +247812,0,0,0,0,0 +247813,0,0,0,0,0 +247814,0,0,0,0,0 +247815,0,0,0,0,0 +247816,0,0,0,0,0 +247817,0,0,0,0,0 +247818,0,0,0,0,0 +247819,0,0,0,0,0 +247820,0,0,0,0,0 +247821,0,0,0,0,0 +247822,0,0,0,0,0 +247823,0,0,0,0,0 +247824,0,0,0,0,0 +247825,0,0,0,0,0 +247826,0,0,0,0,0 +247827,0,0,0,0,0 +247828,0,0,0,0,0 +247829,0,0,0,0,0 +247830,0,0,0,0,0 +247831,0,0,0,0,0 +247832,0,0,0,0,0 +247833,0,0,0,0,0 +247834,0,0,0,0,0 +247835,0,0,0,0,0 +247836,0,0,0,0,0 +247837,0,0,0,0,0 +247838,0,0,0,0,0 +247839,0,0,0,0,0 +247840,0,0,0,0,0 +247841,0,0,0,0,0 +247842,0,0,0,0,0 +247843,0,0,0,0,0 +247844,0,0,0,0,0 +247845,0,0,0,0,0 +247846,0,0,0,0,0 +247847,0,0,0,0,0 +247848,0,0,0,0,0 +247849,0,0,0,0,0 +247850,0,0,0,0,0 +247851,0,0,0,0,0 +247852,0,0,0,0,0 +247853,0,0,0,0,0 +247854,0,0,0,0,0 +247855,0,0,0,0,0 +247856,0,0,0,0,0 +247857,0,0,0,0,0 +247858,0,0,0,0,0 +247859,0,0,0,0,0 +247860,0,0,0,0,0 +247861,0,0,0,0,0 +247862,0,0,0,0,0 +247863,0,0,0,0,0 +247864,0,0,0,0,0 +247865,0,0,0,0,0 +247866,0,0,0,0,0 +247867,0,0,0,0,0 +247868,0,0,0,0,0 +247869,0,0,0,0,0 +247870,0,0,0,0,0 +247871,0,0,0,0,0 +247872,0,0,0,0,0 +247873,0,0,0,0,0 +247874,0,0,0,0,0 +247875,0,0,0,0,0 +247876,0,0,0,0,0 +247877,0,0,0,0,0 +247878,0,0,0,0,0 +247879,0,0,0,0,0 +247880,0,0,0,0,0 +247881,0,0,0,0,0 +247882,0,0,0,0,0 +247883,0,0,0,0,0 +247884,0,0,0,0,0 +247885,0,0,0,0,0 +247886,0,0,0,0,0 +247887,0,0,0,0,0 +247888,0,0,0,0,0 +247889,0,0,0,0,0 +247890,0,0,0,0,0 +247891,0,0,0,0,0 +247892,0,0,0,0,0 +247893,0,0,0,0,0 +247894,0,0,0,0,0 +247895,0,0,0,0,0 +247896,0,0,0,0,0 +247897,0,0,0,0,0 +247898,0,0,0,0,0 +247899,0,0,0,0,0 +247900,0,0,0,0,0 +247901,0,0,0,0,0 +247902,0,0,0,0,0 +247903,0,0,0,0,0 +247904,0,0,0,0,0 +247905,0,0,0,0,0 +247906,0,0,0,0,0 +247907,0,0,0,0,0 +247908,0,0,0,0,0 +247909,0,0,0,0,0 +247910,0,0,0,0,0 +247911,0,0,0,0,0 +247912,0,0,0,0,0 +247913,0,0,0,0,0 +247914,0,0,0,0,0 +247915,0,0,0,0,0 +247916,0,0,0,0,0 +247917,0,0,0,0,0 +247918,0,0,0,0,0 +247919,0,0,0,0,0 +247920,0,0,0,0,0 +247921,0,0,0,0,0 +247922,0,0,0,0,0 +247923,0,0,0,0,0 +247924,0,0,0,0,0 +247925,0,0,0,0,0 +247926,0,0,0,0,0 +247927,0,0,0,0,0 +247928,0,0,0,0,0 +247929,0,0,0,0,0 +247930,0,0,0,0,0 +247931,0,0,0,0,0 +247932,0,0,0,0,0 +247933,0,0,0,0,0 +247934,0,0,0,0,0 +247935,0,0,0,0,0 +247936,0,0,0,0,0 +247937,0,0,0,0,0 +247938,0,0,0,0,0 +247939,0,0,0,0,0 +247940,0,0,0,0,0 +247941,0,0,0,0,0 +247942,0,0,0,0,0 +247943,0,0,0,0,0 +247944,0,0,0,0,0 +247945,0,0,0,0,0 +247946,0,0,0,0,0 +247947,0,0,0,0,0 +247948,0,0,0,0,0 +247949,0,0,0,0,0 +247950,0,0,0,0,0 +247951,0,0,0,0,0 +247952,0,0,0,0,0 +247953,0,0,0,0,0 +247954,0,0,0,0,0 +247955,0,0,0,0,0 +247956,0,0,0,0,0 +247957,0,0,0,0,0 +247958,0,0,0,0,0 +247959,0,0,0,0,0 +247960,0,0,0,0,0 +247961,0,0,0,0,0 +247962,0,0,0,0,0 +247963,0,0,0,0,0 +247964,0,0,0,0,0 +247965,0,0,0,0,0 +247966,0,0,0,0,0 +247967,0,0,0,0,0 +247968,0,0,0,0,0 +247969,0,0,0,0,0 +247970,0,0,0,0,0 +247971,0,0,0,0,0 +247972,0,0,0,0,0 +247973,0,0,0,0,0 +247974,0,0,0,0,0 +247975,0,0,0,0,0 +247976,0,0,0,0,0 +247977,0,0,0,0,0 +247978,0,0,0,0,0 +247979,0,0,0,0,0 +247980,0,0,0,0,0 +247981,0,0,0,0,0 +247982,0,0,0,0,0 +247983,0,0,0,0,0 +247984,0,0,0,0,0 +247985,0,0,0,0,0 +247986,0,0,0,0,0 +247987,0,0,0,0,0 +247988,0,0,0,0,0 +247989,0,0,0,0,0 +247990,0,0,0,0,0 +247991,0,0,0,0,0 +247992,0,0,0,0,0 +247993,0,0,0,0,0 +247994,0,0,0,0,0 +247995,0,0,0,0,0 +247996,0,0,0,0,0 +247997,0,0,0,0,0 +247998,0,0,0,0,0 +247999,0,0,0,0,0 +248000,0,0,0,0,0 +248001,0,0,0,0,0 +248002,0,0,0,0,0 +248003,0,0,0,0,0 +248004,0,0,0,0,0 +248005,0,0,0,0,0 +248006,0,0,0,0,0 +248007,0,0,0,0,0 +248008,0,0,0,0,0 +248009,0,0,0,0,0 +248010,0,0,0,0,0 +248011,0,0,0,0,0 +248012,0,0,0,0,0 +248013,0,0,0,0,0 +248014,0,0,0,0,0 +248015,0,0,0,0,0 +248016,0,0,0,0,0 +248017,0,0,0,0,0 +248018,0,0,0,0,0 +248019,0,0,0,0,0 +248020,0,0,0,0,0 +248021,0,0,0,0,0 +248022,0,0,0,0,0 +248023,0,0,0,0,0 +248024,0,0,0,0,0 +248025,0,0,0,0,0 +248026,0,0,0,0,0 +248027,0,0,0,0,0 +248028,0,0,0,0,0 +248029,0,0,0,0,0 +248030,0,0,0,0,0 +248031,0,0,0,0,0 +248032,0,0,0,0,0 +248033,0,0,0,0,0 +248034,0,0,0,0,0 +248035,0,0,0,0,0 +248036,0,0,0,0,0 +248037,0,0,0,0,0 +248038,0,0,0,0,0 +248039,0,0,0,0,0 +248040,0,0,0,0,0 +248041,0,0,0,0,0 +248042,0,0,0,0,0 +248043,0,0,0,0,0 +248044,0,0,0,0,0 +248045,0,0,0,0,0 +248046,0,0,0,0,0 +248047,0,0,0,0,0 +248048,0,0,0,0,0 +248049,0,0,0,0,0 +248050,0,0,0,0,0 +248051,0,0,0,0,0 +248052,0,0,0,0,0 +248053,0,0,0,0,0 +248054,0,0,0,0,0 +248055,0,0,0,0,0 +248056,0,0,0,0,0 +248057,0,0,0,0,0 +248058,0,0,0,0,0 +248059,0,0,0,0,0 +248060,0,0,0,0,0 +248061,0,0,0,0,0 +248062,0,0,0,0,0 +248063,0,0,0,0,0 +248064,0,0,0,0,0 +248065,0,0,0,0,0 +248066,0,0,0,0,0 +248067,0,0,0,0,0 +248068,0,0,0,0,0 +248069,0,0,0,0,0 +248070,0,0,0,0,0 +248071,0,0,0,0,0 +248072,0,0,0,0,0 +248073,0,0,0,0,0 +248074,0,0,0,0,0 +248075,0,0,0,0,0 +248076,0,0,0,0,0 +248077,0,0,0,0,0 +248078,0,0,0,0,0 +248079,0,0,0,0,0 +248080,0,0,0,0,0 +248081,0,0,0,0,0 +248082,0,0,0,0,0 +248083,0,0,0,0,0 +248084,0,0,0,0,0 +248085,0,0,0,0,0 +248086,0,0,0,0,0 +248087,0,0,0,0,0 +248088,0,0,0,0,0 +248089,0,0,0,0,0 +248090,0,0,0,0,0 +248091,0,0,0,0,0 +248092,0,0,0,0,0 +248093,0,0,0,0,0 +248094,0,0,0,0,0 +248095,0,0,0,0,0 +248096,0,0,0,0,0 +248097,0,0,0,0,0 +248098,0,0,0,0,0 +248099,0,0,0,0,0 +248100,0,0,0,0,0 +248101,35.36826183,3160.397917,2943.987256,27.55267781,-199.7869466 +248102,476.2707608,309.6488665,3262.396294,227.8843522,605.3492511 +248103,468.405433,276.4458627,2673.026465,223.9175914,597.3091202 +248104,455.8981308,270.0317037,685.6097638,217.7962496,580.6394682 +248105,443.3446536,275.6703548,659.1297022,211.775997,562.3536662 +248106,432.507109,283.341445,663.2200924,206.6816992,545.5548814 +248107,423.5293794,289.5852943,1290.653618,202.5465062,530.874052 +248108,416.0520014,294.2178486,971.9271713,199.1670177,518.0291956 +248109,409.7196063,297.8640624,1013.633274,196.3538177,506.63384 +248110,404.2981389,355.1393854,1047.704858,193.9819368,496.4184805 +248111,399.6365531,445.4112538,1060.87961,191.9725262,487.2175541 +248112,395.6302277,396.9605894,1073.383608,190.2698147,478.9175484 +248113,392.1918547,425.7165383,1085.923317,188.8312464,471.4254739 +248114,389.2449114,435.5653802,1099.16463,187.615519,464.6573878 +248115,386.7268789,445.193542,1111.902001,186.5911937,458.5367012 +248116,383.0754831,454.6088661,1125.19126,185.0462141,450.2667864 +248117,378.7412336,464.3055401,1137.955053,183.1876128,440.696297 +248118,374.7474992,473.8292641,1151.26785,181.4760315,431.6990824 +248119,371.064572,483.340211,1164.189998,179.9015672,423.2479841 +248120,367.6601832,493.0928613,1177.808535,178.4454507,415.2946806 +248121,364.4951323,502.675461,1190.892369,177.0936577,407.7871497 +248122,361.5424597,512.1955482,1204.163599,175.8300525,400.6779418 +248123,358.7729504,522.0657478,1217.469465,174.6455871,393.9260498 +248124,356.1692179,531.6432932,1230.757561,173.5287511,387.4959646 +248125,353.7095832,541.2397672,1244.051626,172.4741827,381.356643 +248126,351.3826268,551.3091286,1257.344224,171.4753074,375.4805848 +248127,349.1714093,560.555954,1270.628761,170.5238436,369.8434103 +248128,347.0685287,570.6755877,1283.902849,169.6177185,364.423365 +248129,345.0603978,580.1440696,1297.160581,168.7531667,359.2011487 +248130,343.1425372,590.3465128,1310.359756,167.9262469,354.1595218 +248131,341.3037844,598.0988548,1319.861477,167.1336773,349.2831652 +248132,339.542078,605.964698,1328.798162,166.3753952,344.5583615 +248133,337.8480124,613.8302273,1337.588136,165.6508408,339.9728623 +248134,336.2204194,621.3977432,1345.606112,164.9584101,335.5156473 +248135,334.6507701,628.8426416,1354.595508,164.2960549,331.1769078 +248136,333.1389075,636.357189,1362.260625,163.6617487,326.9477973 +248137,331.6772856,643.5442868,1370.319256,163.0536904,322.820401 +248138,330.2666468,650.8854269,1378.010434,162.4703055,318.78754 +248139,328.9002109,657.9399624,1385.571207,161.9102175,314.842771 +248140,327.5793661,665.0928931,1392.960508,161.3721873,310.9801947 +248141,326.2978807,671.7978471,1400.150616,160.8551066,307.19451 +248142,325.0576166,679.1116847,1407.340291,160.3579558,303.4808289 +248143,323.8527452,685.7089635,1414.121447,159.8798129,299.8347489 +248144,322.6854879,692.59447,1421.012497,159.4198227,296.2521957 +248145,321.5503168,699.2039721,1427.610828,158.9772023,292.7294783 +248146,320.4497222,705.912172,1434.113528,158.5512199,289.2631684 +248147,319.3784146,712.142424,1440.427412,158.1412027,285.8501641 +248148,318.3390856,719.098408,1446.725818,157.7465119,282.4875504 +248149,317.3266274,725.2473952,1452.828902,157.3665586,279.1726956 +248150,316.3438966,731.622556,1458.678814,157.0007807,275.9031183 +248151,315.3896519,738.0155651,1464.619454,156.648654,272.6765615 +248152,314.4580252,744.1630661,1470.23293,156.3096761,269.4908912 +248153,313.5524716,750.3015164,1475.946943,155.9833785,266.3441732 +248154,312.6724192,756.502142,1481.291325,155.6693056,263.2345505 +248155,311.8124317,762.4606684,1486.619398,155.3670333,260.1603489 +248156,310.9761403,768.4113703,1491.90507,155.0761488,257.1199559 +248157,310.1630976,774.0507904,1497.013455,154.796263,254.111904 +248158,309.3679357,780.3187511,1501.863698,154.5269974,251.1347781 +248159,308.5943841,785.9010899,1506.844105,154.2679966,248.1872981 +248160,307.8420608,791.9651212,1511.539699,154.0189093,245.2682055 +248161,305.568154,1222.116604,2491.470152,153.0805235,239.5808349 +248162,321.6673152,1241.705688,2493.922736,160.6146554,268.325649 +248163,347.410298,1256.207859,2530.548353,172.4692425,315.990194 +248164,373.7161342,1269.412342,2555.069046,184.3985542,366.2124952 +248165,396.6965907,1281.640975,2564.945083,194.6333647,411.655766 +248166,415.8782897,1297.60166,2589.618251,203.0143171,451.0198272 +248167,431.9662998,1310.819696,2598.853677,209.9152979,485.1577526 +248168,445.6787605,1323.745675,2624.600101,215.715478,515.1211984 +248169,457.5299373,1336.223892,2627.443278,273.4682631,541.6583783 +248170,467.848066,1348.610995,2652.484337,482.5371679,565.2462234 +248171,488.4784174,1360.3831,2651.436362,364.7295961,586.2288416 +248172,1055.556516,1372.229665,2651.134953,416.2935221,604.8919923 +248173,748.6643139,1383.662479,2648.956148,428.1502596,621.4917857 +248174,863.8308091,1394.947595,2647.506507,439.2726855,636.2601528 +248175,888.1672487,1406.024486,2647.302133,449.7301062,649.4046567 +248176,908.8993193,1416.852478,2647.691775,460.3811618,661.1089451 +248177,929.8975807,1427.711436,2648.640191,470.4499396,671.53467 +248178,949.1761973,1438.046524,2650.210915,480.5125409,680.823969 +248179,969.367905,1448.562535,2651.892631,490.153798,689.1018703 +248180,988.3183266,1458.710079,2653.773457,500.0365508,696.4783962 +248181,1006.948552,1468.763671,2655.805222,509.4780475,703.0504039 +248182,1025.800521,1478.647766,2657.938819,518.4019981,708.9031473 +248183,1043.705699,1488.380201,2660.371343,527.9133299,714.1117281 +248184,1061.207446,1497.89274,2662.632184,536.7131819,718.7422898 +248185,1079.236645,1507.42256,2664.90621,545.5589468,722.8531718 +248186,1096.109121,1516.726675,2667.168435,554.0427257,726.4958256 +248187,1113.401542,1525.703956,2669.423204,562.8792186,729.7156955 +248188,1129.432757,1534.853409,2671.646478,571.1186137,732.5529333 +248189,1146.01317,1543.648006,2673.843959,579.4155972,734.8143063 +248190,1161.636747,1552.376243,2675.9947,587.5501292,736.5961286 +248191,1178.318743,1561.96458,2678.107699,595.6081385,738.0176086 +248192,1193.72353,1573.148599,2680.393618,603.357951,1064.634811 +248193,1209.399068,1587.290134,2682.657798,611.5218548,1006.508364 +248194,1224.69817,1590.956366,2684.906793,619.0871023,1014.482129 +248195,1239.901963,1610.092465,2687.19243,626.9757538,1052.739311 +248196,1254.798878,1607.930518,2689.522293,634.1512738,1063.8844 +248197,1269.53552,1604.210657,2691.856612,641.733006,1079.030207 +248198,1229.414509,1614.102725,2637.542092,624.1694545,993.8045091 +248199,1202.570042,1589.905661,2506.877428,612.1130966,937.0387025 +248200,1358.590161,1663.113895,2481.005614,683.6035786,1215.751731 +248201,1296.83869,1641.26661,2461.610902,656.081722,1083.974695 +248202,1327.87683,1657.194609,2451.359791,671.1108523,1130.318082 +248203,1341.885849,1666.20575,2439.699753,678.052415,1143.70122 +248204,1356.028399,1675.843713,2427.473739,685.1256129,1156.387287 +248205,1369.171819,1684.684054,2415.106763,691.8307927,1168.331018 +248206,1382.588101,1693.649701,2402.845863,698.1650703,1180.213726 +248207,1395.565323,1702.519331,2390.936757,705.2828427,1191.744688 +248208,1591.110139,1799.069369,2560.888369,794.7181733,1532.312875 +248209,1151.490259,1598.751672,2396.930239,597.0520788,711.9817691 +248210,1743.561013,1868.362517,2580.025596,863.9041727,1794.866586 +248211,1149.357753,1608.242429,2404.739036,597.8341173,680.9938133 +248212,1769.188761,1884.24256,2585.5422,876.6375866,1817.144657 +248213,1172.161887,1624.429575,2405.219633,609.3506682,699.3379249 +248214,1822.93722,1901.963159,2585.390516,889.5882754,1839.465682 +248215,1153.104682,1640.127463,2403.675523,620.8850426,717.1468012 +248216,1840.167308,1919.250462,2584.685883,902.1652005,1867.04142 +248217,1212.421348,1655.661708,2399.143418,631.7343654,725.0337372 +248218,1845.035963,1936.520323,2580.462095,915.1520157,1886.563269 +248219,1238.500279,1671.190671,2392.894608,642.7263153,749.7849689 +248220,1868.88577,1952.566465,2575.406331,927.0943309,1902.353056 +248221,1835.444918,1939.931051,2559.712413,906.1315693,1828.959725 +248222,2011.153927,2019.599627,2565.668775,985.4501472,2159.160427 +248223,1997.343221,2018.142816,2583.774641,980.1625107,2087.12978 +248224,2010.481384,2022.81114,2603.70523,986.4771162,2123.808442 +248225,2023.239444,2038.932859,2621.569597,992.9596165,2120.456355 +248226,2036.131919,2053.199141,2637.223576,999.4224628,2134.965895 +248227,2048.707988,2034.061359,2652.612356,1005.727538,2145.002801 +248228,2061.148939,2080.468605,2663.659618,1011.793973,2154.793986 +248229,2073.449777,2060.12122,2675.122358,1018.076588,2164.6303 +248230,2085.927787,2078.488811,2685.425281,1027.28205,2174.501274 +248231,2112.567573,2084.764251,2695.440372,1029.792507,2188.577508 +248232,2091.03079,2092.438744,2704.611339,1040.819157,2190.847838 +248233,2126.262838,2100.257628,2714.896808,1039.394752,2203.447494 +248234,2133.691016,2107.906518,2723.250566,1056.497051,2211.384025 +248235,2144.179835,2115.53062,2728.997353,1047.404866,2225.159947 +248236,2156.140578,2123.033014,2735.154913,1052.204254,2226.990909 +248237,2167.702278,2130.477004,2741.070847,1070.709413,2237.320838 +248238,2179.018469,2137.720322,2746.937759,1069.113787,2250.856301 +248239,2190.16066,2145.178731,2752.64168,1076.347276,2252.856108 +248240,2201.284264,2152.341644,2758.045412,1081.991397,2266.195014 +248241,2212.14641,2159.423081,2763.367909,1087.48931,2268.990151 +248242,2222.99247,2166.490066,2768.400554,1092.965412,2285.128542 +248243,2233.80197,2173.457023,2773.235155,1098.4675,2284.14654 +248244,2244.535208,2180.382078,2779.34285,1103.763981,2292.734231 +248245,2255.311458,2187.160076,2782.173662,1109.161567,2292.835497 +248246,2265.548189,2193.884081,2784.938374,1114.467383,2289.328018 +248247,2276.348496,2200.554886,2787.114784,1119.672355,2285.696604 +248248,2303.134047,2207.16719,2788.719653,1125.079914,2281.99118 +248249,2272.470227,2213.489728,2789.958518,1130.124792,2278.414522 +248250,2319.241997,2220.124252,2790.970786,1135.348029,2275.035327 +248251,2314.151368,2225.145256,2791.762791,1139.900035,2271.800693 +248252,2325.883985,2230.273126,2792.308712,1144.329012,2268.728224 +248253,2335.179425,2234.849512,2792.600007,1148.740917,2265.828183 +248254,2343.926613,2239.647375,2794.4211,1152.910465,2265.219651 +248255,2354.220724,2243.930719,2793.30498,1157.090427,2261.505083 +248256,2381.159022,2255.485397,2792.687983,1161.327985,2258.738152 +248257,2339.203798,2242.468012,2793.814333,1165.43038,2258.363836 +248258,2394.25957,2268.062089,2793.971131,1169.352339,2257.108276 +248259,2384.120485,2256.882813,2791.975319,1173.371315,2253.518625 +248260,2404.410518,2265.686876,2792.314528,1177.275512,2252.941022 +248261,2403.125993,2268.564102,2790.092955,1181.132674,2249.475837 +248262,2401.260122,2271.970848,2788.572,1184.943486,2247.014341 +248263,2427.568655,2275.494107,2787.236357,1188.702111,2244.92154 +248264,2427.066529,2278.877441,2787.698505,1192.415976,2245.137353 +248265,2458.121224,2281.799079,2785.385758,1196.079093,2242.16792 +248266,2438.962935,2285.14693,2785.381372,1199.701101,2242.107708 +248267,2454.678936,2287.830727,2782.814309,1203.274421,2239.085692 +248268,2459.65724,2290.728109,2780.867277,1206.879772,2236.908824 +248269,2473.389646,2293.379663,2779.280271,1210.257943,2235.252435 +248270,2475.910416,2296.186643,2778.079562,1213.759427,2234.151268 +248271,2485.494582,2298.573776,2777.145451,1217.078915,2233.467412 +248272,2492.698135,2301.152954,2776.36884,1220.561559,2233.071971 +248273,2500.286508,2303.423891,2775.649703,1223.836114,2232.841689 +248274,2507.519632,2305.575367,2774.907655,1227.217279,2232.672968 +248275,2515.225045,2307.821504,2775.834859,1230.35687,2234.604609 +248276,2522.305868,2309.610156,2773.931538,1233.628678,2233.20543 +248277,2529.605731,2311.671343,2772.549294,1236.801379,2232.49494 +248278,2536.948781,2313.463806,2771.310601,1239.948546,2232.00059 +248279,2544.13485,2315.193116,2770.102113,1243.06229,2231.584316 +248280,2551.15286,2316.826957,2768.867453,1246.142562,2231.180562 +248281,2562.880371,2320.878808,2771.255147,1251.388485,2237.056086 +248282,2569.594652,2322.519731,2773.421187,1254.310169,2243.24482 +248283,2575.637725,2323.702427,2775.203341,1257.113183,2248.862603 +248284,2581.488075,2324.742278,2776.437335,1259.831217,2253.887616 +248285,2587.24506,2325.628963,2777.170526,1262.285689,2258.343621 +248286,2600.820907,2326.399496,2777.628985,1264.857459,2262.482124 +248287,2586.602718,2327.015704,2777.65675,1267.306822,2266.10149 +248288,2616.524768,2327.707379,2779.179269,1269.724325,2271.529544 +248289,2605.17441,2327.875677,2777.916323,1272.01443,2273.590006 +248290,2614.942862,2328.338303,2776.996753,1274.472733,2276.054016 +248291,2620.410031,2328.542033,2776.147859,1276.712911,2278.582426 +248292,2625.041781,2328.665353,2775.34695,1278.987678,2281.153512 +248293,2630.148488,2328.693976,2774.502405,1281.215663,2283.665857 +248294,2635.240284,2328.626961,2773.595971,1283.409328,2286.10465 +248295,2640.1337,2328.414717,2772.623479,1285.569844,2288.468964 +248296,2644.79713,2328.222896,2771.583775,1287.697752,2290.759585 +248297,2649.978742,2327.845553,2770.484502,1289.793765,2292.987131 +248298,2654.60637,2327.404289,2769.325054,1291.858307,2295.151955 +248299,2659.514382,2326.978328,2769.805957,1293.892364,2299.324398 +248300,2664.094857,2326.243518,2769.196206,1295.89517,2302.203495 +248301,2668.538618,2325.450856,2766.397238,1297.868262,2302.445412 +248302,2673.272292,2324.717276,2764.372633,1299.812211,2303.622157 +248303,2677.826541,2323.814677,2762.637167,1301.726627,2305.138863 +248304,2682.277658,2322.831696,2761.018903,1303.695202,2306.798012 +248305,2686.6215,2322.029779,2761.132578,1305.430871,2310.578978 +248306,2691.016907,2320.435795,2758.506703,1307.316152,2311.059805 +248307,2695.395544,2319.413055,2756.452549,1309.10807,2312.249961 +248308,2699.704567,2318.052476,2754.589598,1310.881944,2313.675741 +248309,2703.856414,2316.577562,2752.795717,1312.630229,2315.191218 +248310,2708.110488,2315.148892,2751.014149,1314.351978,2316.732645 +248311,2712.482093,2313.626216,2749.224249,1316.206237,2318.277874 +248312,2716.777542,2312.075759,2747.436849,1318.379671,2319.81654 +248313,2728.443697,2310.460791,2745.793898,1321.287442,2321.505376 +248314,2715.043784,2308.748952,2744.013235,1320.962358,2322.997468 +248315,2740.510411,2306.946098,2742.215479,1327.64009,2324.441354 +248316,2731.159843,2305.161272,2740.572265,1319.273831,2326.049689 +248317,2738.238231,2303.201003,2738.786799,1343.03527,2327.465208 +248318,2742.842112,2301.233665,2736.951313,1308.724407,2328.802262 +248319,2746.586294,2299.154821,2735.162225,1340.103858,2330.179172 +248320,2750.358762,2297.204632,2733.313994,1344.912076,2331.468551 +248321,2754.760067,2294.789658,2731.479287,1312.730032,2332.759997 +248322,2758.635236,2292.612844,2729.668961,1346.068743,2334.0633 +248323,2762.504214,2290.239103,2727.811413,1335.489639,2335.298533 +248324,2766.555461,2287.817576,2725.936625,1339.117089,2336.498558 +248325,2770.317912,2285.400053,2724.057467,1340.823473,2337.684064 +248326,2774.135812,2282.828125,2722.168774,1342.574968,2338.843895 +248327,2777.883314,2280.241172,2720.272197,1344.143451,2339.984652 +248328,2781.862506,2277.569507,2718.378548,1345.767661,2341.114731 +248329,2793.043456,2274.801037,2716.482964,1347.36347,2342.232676 +248330,2779.284262,2272.058822,2714.703668,1348.943133,2343.47855 +248331,2802.91426,2269.154291,2712.742818,1350.506372,2344.49318 +248332,2795.253292,2266.419415,2710.949409,1352.054338,2345.69752 +248333,2799.855988,2263.187087,2709.021813,1353.584989,2346.726874 +248334,2804.570883,2260.252136,2707.008767,1355.099126,2347.623994 +248335,2807.736864,2257.031087,2705.040569,1356.684616,2348.54763 +248336,2811.068861,2246.307227,2702.990252,1358.042775,2349.351854 +248337,2814.876958,2261.404017,2701.03865,1359.574874,2350.45999 +248338,2818.021209,2234.837351,2699.092807,1361.018965,2351.33843 +248339,2821.401298,2255.695781,2697.061412,1362.461089,2352.089471 +248340,2825.23995,2228.310278,2695.190438,1363.889672,2353.018008 +248341,2719.01863,2188.292428,2689.355749,1312.173871,2348.426482 +248342,2709.882377,2177.231268,2675.185992,1315.400036,2331.640123 +248343,2716.089134,2174.397013,2659.061058,1315.425719,2311.417651 +248344,2719.326697,2170.461697,2647.318539,1315.436577,2296.262905 +248345,2721.73064,2166.417226,2636.524665,1320.605697,2281.956703 +248346,2724.904085,2162.427236,2628.928829,1312.309928,2271.723918 +248347,2727.825469,2158.461116,2623.225398,1313.41461,2264.071768 +248348,2731.23225,2154.367169,2618.606168,1323.279586,2258.051218 +248349,2734.317458,2150.372303,2614.610212,1319.381954,2253.098115 +248350,2744.577921,2146.23595,2611.161356,1321.71566,2249.101387 +248351,2730.870299,2142.110388,2607.815215,1322.963916,2245.482764 +248352,2753.007496,2137.894539,2604.615613,1324.105054,2242.265975 +248353,2745.421268,2133.703415,2601.732402,1325.310996,2239.6231 +248354,2749.498252,2129.457401,2598.837871,1326.445057,2237.130403 +248355,2753.36606,2125.298013,2595.938949,1327.727338,2234.767057 +248356,2756.747022,2120.721379,2594.850119,1328.639453,2234.738607 +248357,2758.620805,2116.488664,2591.117732,1330.094131,2231.579731 +248358,2762.14853,2112.047827,2588.02784,1331.011007,2229.281716 +248359,2766.043688,2107.609324,2585.218446,1332.257469,2227.373028 +248360,2768.112858,2103.090273,2582.544827,1333.348917,2225.671537 +248361,2778.213859,2098.615524,2580.10113,1334.472465,2224.284234 +248362,2765.25257,2094.023204,2577.574084,1335.595031,2222.822852 +248363,2785.449848,2089.586672,2575.027853,1336.713407,2221.39347 +248364,2779.84113,2084.757226,2572.742719,1337.827551,2220.269084 +248365,2782.551826,2080.169486,2570.454446,1338.936768,2219.069088 +248366,2786.76541,2075.517187,2569.864574,1340.044178,2219.863581 +248367,2789.006518,2064.100803,2566.761507,1341.140331,2217.50218 +248368,2792.090998,2075.549184,2564.432519,1342.239962,2216.009902 +248369,2802.063316,2049.988717,2562.66144,1343.331874,2215.126134 +248370,2789.969003,2051.303352,2561.001898,1344.420079,2214.319646 +248371,2808.760783,2059.630333,2559.38634,1346.042535,2213.520751 +248372,2806.936681,2034.771695,2559.844233,1347.512837,2215.177595 +248373,2808.485611,2047.951212,2557.728675,1349.183126,2213.573365 +248374,2814.329482,2040.627683,2557.890969,1350.707527,2214.840173 +248375,2824.073527,2031.563436,2555.885941,1352.423406,2213.124151 +248376,2821.697537,2033.430281,2554.739054,1353.985686,2212.340251 +248377,2825.932862,2047.703984,2555.596493,1355.743079,2213.670175 +248378,2828.941875,2020.957389,2553.666646,1357.419859,2211.754265 +248379,2841.385114,1997.68552,2554.419286,1359.085466,2213.05646 +248380,2838.644978,2057.088989,2552.857212,1360.76422,2211.466906 +248381,2841.954532,1972.364398,2553.521194,1362.576439,2212.546175 +248382,2851.240694,2040.831681,2551.853262,1364.221934,2210.696645 +248383,2850.883152,1981.919289,2550.995618,1366.071711,2209.773807 +248384,2852.226423,2011.321916,2550.286191,1367.750375,2208.977244 +248385,2854.755389,2011.584969,2549.514432,1369.621784,2208.049658 +248386,2858.069686,1971.849006,2548.83133,1371.327216,2207.166796 +248387,2859.234624,2026.941812,2548.162868,1373.223508,2206.25791 +248388,2859.322397,1947.90531,2547.429139,1374.952531,2205.233218 +248389,2859.407634,2024.29815,2546.559822,1376.872555,2203.992625 +248390,2859.496162,1958.169033,2545.539791,1378.624713,2202.529354 +248391,2859.776471,1967.165534,2544.502356,1380.567988,2201.009339 +248392,2860.106621,1979.761479,2543.412267,1382.253726,2199.374693 +248393,2860.42551,1964.89684,2542.242218,1384.441822,2197.606094 +248394,2860.800478,1963.77913,2541.062024,1386.040487,2195.79416 +248395,2861.245816,1959.900115,2539.900325,1388.106341,2193.960543 +248396,2861.733101,1956.169659,2538.747894,1389.912027,2192.108941 +248397,2862.273499,1952.121273,2537.609542,1391.921189,2190.250829 +248398,2862.851255,1948.317728,2536.502742,1393.761512,2188.393878 +248399,2863.474779,1944.404999,2535.419569,1395.792779,2186.542536 +248400,2864.127378,1940.499746,2534.358792,1397.654211,2184.699821 +248401,2866.590454,1826.148591,2534.910687,1307.861379,2185.72831 +248402,2854.638217,1819.055466,2525.701391,1263.343637,2171.024234 +248403,2595.86617,1813.050044,2506.403571,1301.766171,2141.93625 +248404,2710.176118,1807.246297,2483.245205,1286.743313,2107.427544 +248405,2700.893148,1801.430394,2466.232101,1289.717201,2079.737128 +248406,2693.797251,1795.953789,2455.36171,1290.450179,2059.922155 +248407,2693.480894,1790.464698,2447.659595,1291.013074,2044.366275 +248408,2703.765259,1784.936742,2442.21547,1291.728313,2032.06755 +248409,2687.354773,1779.740303,2438.063137,1292.483629,2021.875925 +248410,2708.963616,1774.34064,2434.852227,1293.284473,2013.348002 +248411,2693.155518,1769.071408,2432.353711,1294.125885,2006.166478 +248412,2711.16013,1763.819015,2430.372533,1295.004147,2000.048507 +248413,2704.591662,1758.5966,2428.877165,1296.00294,1994.91078 +248414,2706.501648,1753.403689,2427.543903,1296.819837,1990.314028 +248415,2709.856404,1748.123351,2426.335833,1297.855613,1986.170692 +248416,2712.553765,1743.265412,2427.043245,1298.850755,1984.636224 +248417,2713.576623,1737.918029,2425.227938,1299.877478,1980.252877 +248418,2691.232659,1722.304316,2423.553491,1290.809159,1976.231572 +248419,2694.683715,1715.116792,2420.590178,1290.161522,1972.173345 +248420,2701.785631,1709.187851,2416.994202,1290.185156,1968.330875 +248421,2684.383916,1703.115333,2413.681422,1290.520995,1965.079653 +248422,2705.24701,1697.408431,2410.858686,1290.981935,1962.287855 +248423,2688.463215,1691.656743,2408.615157,1291.533905,1959.976365 +248424,2707.92223,1686.126235,2408.544435,1292.15626,1960.136919 +248425,2690.927619,1680.524901,2406.071777,1292.830873,1957.237233 +248426,2710.207939,1675.025366,2404.406707,1293.560945,1955.22696 +248427,2703.492913,1669.830708,2404.953148,1294.336177,1955.840409 +248428,2703.870852,1664.337263,2402.949469,1295.150675,1953.274829 +248429,2707.14324,1659.186673,2401.578733,1296.011731,1951.420785 +248430,2710.14852,1653.890375,2402.301102,1296.911865,1952.067086 +248431,2709.22775,1647.726734,2400.578751,1297.148146,1949.677241 +248432,2710.174076,1661.556343,2399.379655,1297.274895,1947.971915 +248433,2710.592397,1607.034162,2398.339723,1297.445952,1946.565278 +248434,2710.79664,1664.869876,2397.296091,1297.381406,1945.277203 +248435,2736.549461,1600.458456,2398.462621,1307.983433,1946.815859 +248436,2738.030697,1664.80278,2400.5022,1309.739088,1948.102367 +248437,2739.617013,1594.473474,2401.144707,1310.733118,1946.900377 +248438,2742.747461,1636.765883,2403.968679,1311.532969,1948.313915 +248439,2742.89436,1608.081228,2403.863146,1312.203989,1946.450269 +248440,2744.317477,1612.147611,2403.935253,1312.811913,1945.166679 +248441,2745.630651,1604.503899,2403.899864,1313.366474,1944.04992 +248442,2747.559884,1599.861408,2405.443193,1313.887504,1945.101003 +248443,2747.236748,1596.188829,2404.229916,1314.371537,1942.969769 +248444,2748.494641,1592.296774,2403.465341,1314.83845,1941.533571 +248445,2750.482981,1588.224201,2404.516803,1315.281732,1942.438995 +248446,2750.040134,1584.225289,2402.968946,1315.698778,1940.271326 +248447,2751.14672,1580.249736,2401.969714,1316.105497,1938.861521 +248448,2752.16758,1576.306735,2401.157619,1316.491627,1937.748007 +248449,2760.233879,1572.299644,2400.617421,1316.86335,1937.029418 +248450,2746.314769,1568.586345,2399.987424,1317.220115,1936.26142 +248451,2762.441304,1564.696329,2400.960853,1317.565958,1937.518916 +248452,2748.286566,1560.936814,2399.275726,1317.892308,1935.580831 +248453,2762.455709,1557.211231,2398.165332,1318.214292,1934.385845 +248454,2750.380241,1553.529753,2397.228393,1318.521428,1933.426924 +248455,2763.504634,1550.401099,2396.415547,1319.423832,1932.642715 +248456,2759.138766,1547.6569,2395.800565,1320.585513,1932.126806 +248457,2751.783923,1544.912785,2396.630418,1321.866835,1933.414104 +248458,2766.306945,1542.240375,2396.479848,1323.235804,1933.54191 +248459,2754.094762,1539.620761,2396.021849,1324.687795,1933.327663 +248460,2766.596535,1537.04512,2395.387671,1326.212874,1932.916945 +248461,2797.953546,1649.466859,2392.926852,1434.564668,1929.85476 +248462,2810.368048,1628.468913,2402.371435,1438.574485,1944.470425 +248463,2828.600726,1659.462176,2416.447062,1441.635908,1967.23903 +248464,2844.91296,1617.105868,2429.390852,1444.784208,1989.697614 +248465,2856.666542,1665.149942,2439.087217,1447.775877,2008.073987 +248466,2864.338028,1607.399049,2445.752375,1450.754372,2022.468048 +248467,2869.195504,1670.8042,2450.225193,1453.730796,2033.750555 +248468,2872.417171,1596.319916,2453.30794,1456.814685,2042.846885 +248469,2874.702618,1648.524584,2455.495717,1467.555496,2050.355079 +248470,2876.326723,1634.214317,2457.009319,1451.168124,2056.745276 +248471,2877.580688,1619.598856,2458.07626,1471.381787,2061.932542 +248472,2878.523006,1650.217436,2458.771347,1467.71668,2066.253294 +248473,2879.308175,1599.397782,2459.225567,1471.964604,2069.907647 +248474,2880.009787,1638.256038,2459.51345,1475.043909,2073.024524 +248475,2880.521468,1633.189996,2459.589998,1478.351109,2075.584112 +248476,2880.996024,1605.278779,2459.570702,1481.570456,2077.75949 +248477,2881.444573,1629.981317,2459.477352,1493.71766,2079.810047 +248478,2884.534144,1631.098629,2461.030188,1474.54735,2083.400125 +248479,2883.526207,1600.293352,2459.951612,1497.712928,2083.650294 +248480,2883.336474,1626.723897,2459.367939,1493.146097,2084.333052 +248481,2883.27211,1629.423756,2458.828948,1497.919996,2084.91719 +248482,2883.355313,1593.261917,2458.35446,1508.949045,2085.445702 +248483,2883.576413,1624.665441,2457.947967,1493.134774,2086.119414 +248484,2883.729459,1625.691274,2457.486402,1520.230143,2086.406712 +248485,2883.892855,1589.001366,2457.02443,1516.019134,2086.60954 +248486,2884.142589,1621.321443,2456.613114,1508.094292,2086.933979 +248487,2887.072198,1620.63748,2457.915049,1519.950674,2088.742626 +248488,2885.892994,1587.450106,2456.612778,1514.615756,2087.809728 +248489,2885.648167,1616.797959,2455.905591,1545.013031,2087.711262 +248490,2885.580405,1619.130341,2455.296775,1510.756508,2087.487188 +248491,2885.803579,1581.393185,2454.860813,1549.902421,2087.412431 +248492,2886.155435,1614.848015,2454.492296,1527.589738,2087.583425 +248493,2886.454501,1616.018166,2454.075071,1547.822876,2087.456998 +248494,2886.989559,1578.086708,2453.794441,1542.950129,2087.439232 +248495,2887.735806,1612.051733,2453.638145,1549.771469,2087.525266 +248496,2888.538033,1612.950972,2453.511654,1553.13078,2087.610325 +248497,2889.521469,1575.426413,2453.497989,1557.271882,2087.800945 +248498,2893.352189,1609.1357,2455.305997,1561.308782,2090.407723 +248499,2892.953214,1608.226296,2454.436647,1565.321559,2089.536464 +248500,2893.4741,1575.548083,2454.154689,1569.526157,2089.357105 +248501,2894.336875,1605.040839,2454.07658,1573.543025,2089.394636 +248502,2897.999762,1603.463327,2455.777403,1577.919226,2091.589344 +248503,2897.613968,1576.376496,2454.908508,1582.05791,2090.630517 +248504,2898.11011,1624.966082,2454.598977,1586.357066,2090.339822 +248505,2901.665884,1553.939602,2456.230808,1590.674843,2092.4079 +248506,2901.267768,1608.040393,2455.348077,1594.992549,2091.388438 +248507,2901.722251,1594.081375,2455.002424,1599.25875,2091.01122 +248508,2902.52054,1577.266656,2454.859056,1603.836762,2090.859996 +248509,2903.494828,1612.434258,2454.814422,1608.226086,2090.812858 +248510,2904.609452,1558.786113,2454.852502,1612.730871,2091.063842 +248511,2905.934198,1599.866311,2455.023123,1622.864597,2091.268703 +248512,2907.101775,1589.464379,2455.09526,1613.618571,2091.345912 +248513,2908.588419,1575.337859,2455.189018,1635.46247,2091.447488 +248514,2909.881455,1603.010424,2455.356914,1628.099062,2091.63956 +248515,2911.106449,1561.600274,2455.486452,1636.429037,2091.783958 +248516,2912.29706,1611.756191,2455.592051,1640.923451,2091.898178 +248517,2913.552199,1551.574859,2455.733519,1645.411487,2092.05548 +248518,2914.797139,1616.346425,2455.863085,1650.06392,2092.196953 +248519,2916.073645,1545.384251,2456.008293,1655.01571,2092.356796 +248520,2917.345742,1617.275053,2456.147049,1659.800776,2092.508026 +248521,2920.982321,1565.506187,2457.517578,1686.33479,2093.732633 +248522,2924.001469,1618.233755,2458.320032,1694.110585,2094.950687 +248523,2929.290484,1625.437875,2460.53852,1699.516031,2098.341474 +248524,2934.551887,1563.940042,2462.833179,1705.143606,2101.962881 +248525,2939.035309,1621.418962,2464.763621,1711.132004,2105.126742 +248526,2942.497549,1624.748417,2466.150112,1716.693949,2107.557988 +248527,2948.243596,1563.983608,2469.06254,1727.795803,2111.804769 +248528,2949.52524,1621.209072,2469.175761,1725.941594,2112.524493 +248529,2951.117281,1623.995733,2469.495098,1734.142583,2113.630619 +248530,2952.922854,1564.296129,2469.932321,1740.05125,2114.581158 +248531,2954.9158,1620.358953,2470.467794,1745.442742,2115.567955 +248532,2956.749808,1624.386335,2470.886597,1750.874345,2116.34072 +248533,2958.658812,1562.613966,2471.342299,1756.971894,2117.101834 +248534,2960.65489,1620.49414,2471.845324,1762.62527,2117.872636 +248535,2962.608456,1623.230521,2472.315061,1773.321824,2118.559746 +248536,2964.635479,1562.771807,2472.826304,1772.598631,2119.261294 +248537,2966.865481,1619.445665,2473.279629,1780.198085,2119.858369 +248538,2968.571186,1622.20879,2473.596483,1786.047237,2120.25658 +248539,2970.378851,1562.892298,2473.976043,1792.015931,2120.705516 +248540,2972.280125,1618.406528,2474.406369,1797.595315,2121.193797 +248541,2974.144729,1613.195739,2474.803171,1806.921117,2121.620746 +248542,2975.748506,1565.632641,2474.836018,1806.878376,2122.04853 +248543,2977.066845,1609.85246,2474.554339,1813.973691,2122.373241 +248544,2978.229785,1610.300001,2474.133085,1819.993122,2122.553322 +248545,2979.758707,1566.881353,2473.959325,1830.678859,2122.931055 +248546,2981.534416,1607.286665,2473.975817,1831.230035,2123.406579 +248547,2983.107549,1607.734027,2473.896001,1837.208531,2123.643211 +248548,2984.871438,1568.40856,2473.964343,1848.375916,2123.971561 +248549,2987.084777,1604.935839,2474.177888,1849.923419,2124.40958 +248550,2988.885438,1604.682093,2474.339793,1859.374688,2124.727823 +248551,2990.838345,1570.743232,2474.617147,1866.322247,2125.144352 +248552,2992.743785,1602.418456,2474.892625,1867.137282,2125.51378 +248553,2994.416787,1602.070269,2474.893795,1869.774949,2125.496674 +248554,2995.468866,1573.019918,2474.742339,1873.828569,2125.244241 +248555,2996.266873,1625.465994,2474.446316,1875.48138,2124.767508 +248556,2996.988755,1551.757983,2474.001225,1876.675081,2124.063432 +248557,2997.321114,1611.162379,2473.398508,1878.123441,2123.124561 +248558,2996.949763,1603.816824,2472.841438,1879.700418,2121.851078 +248559,2996.910935,1572.08469,2472.347092,1881.588993,2120.423173 +248560,2997.129725,1603.256817,2471.808393,1883.740653,2118.903105 +248561,2996.834944,1610.385322,2471.067952,1885.942661,2117.19015 +248562,2996.827268,1563.877535,2470.241159,1888.245602,2115.44607 +248563,2996.500831,1606.503153,2469.360093,1890.618287,2113.698537 +248564,2995.977113,1612.408353,2468.325846,1892.907973,2111.808389 +248565,2995.488533,1558.443894,2467.288164,1895.252934,2109.950466 +248566,2995.054121,1608.394258,2466.266552,1897.657367,2108.142326 +248567,2994.463214,1588.346861,2465.12233,1899.956859,2106.20712 +248568,2994.269786,1591.721168,2464.028758,1902.333223,2104.357394 +248569,2993.726993,1591.549529,2462.890945,1904.676127,2102.472185 +248570,2993.163925,1591.375844,2461.741228,1907.015686,2100.589493 +248571,2992.600183,1591.194597,2460.583712,1909.352818,2098.71227 +248572,2992.034079,1591.116934,2459.420197,1911.686524,2096.840914 +248573,2991.472159,1590.775851,2458.252047,1914.015807,2094.975532 +248574,2990.906894,1590.666466,2457.080234,1916.33968,2093.11594 +248575,2990.342597,1590.466736,2455.905098,1918.65686,2091.261282 +248576,2989.771973,1590.282186,2454.727115,1920.966497,2089.410995 +248577,2989.200697,1590.098891,2453.546761,1923.267948,2087.564604 +248578,2988.622215,1589.916023,2452.364408,1925.560568,2085.721606 +248579,2988.040806,1589.734148,2451.179277,1928.033238,2083.880141 +248580,2987.449781,1589.553037,2449.991402,1930.281871,2082.039438 +248581,2990.911252,1570.572416,2452.836941,1934.361915,2087.516117 +248582,2989.402701,1533.247411,2451.928599,1935.457015,2087.411982 +248583,2985.444696,1588.685151,2449.104625,1935.374803,2084.290511 +248584,2981.793183,1515.143228,2446.371803,1935.921273,2081.00406 +248585,2979.250688,1569.321353,2444.535944,1937.649053,2078.770397 +248586,2978.211356,1548.796225,2443.503002,1940.223657,2077.581967 +248587,2977.97102,1549.93598,2443.047881,1943.266721,2077.210551 +248588,2978.201104,1548.470603,2442.962366,1946.503321,2077.418482 +248589,2978.65766,1549.371878,2443.084586,1949.764308,2078.009301 +248590,2979.233117,1547.659736,2443.33706,1952.997709,2078.882893 +248591,2979.883881,1546.695499,2443.682595,1956.199074,2079.985228 +248592,2980.306626,1546.02454,2444.097782,1959.372341,2081.278025 +248593,2981.086929,1545.03316,2444.562895,1962.517122,2082.727379 +248594,2981.887366,1544.141442,2445.0609,1965.629662,2084.302937 +248595,2982.685717,1543.231993,2445.579133,1968.70708,2085.980138 +248596,2983.471493,1542.31879,2446.109227,1971.748757,2087.740233 +248597,2984.241115,1541.402319,2446.645434,1974.755123,2089.568313 +248598,2984.754326,1540.482373,2447.185079,1977.728421,2091.45398 +248599,2985.577814,1539.559082,2447.725234,1980.669259,2093.38723 +248600,2986.160482,1538.632273,2448.26282,1983.57702,2095.358554 +248601,2986.974067,1537.702092,2448.795588,1986.451248,2097.360099 +248602,2988.296208,1536.768365,2449.318036,1989.28742,2099.380518 +248603,2988.962335,1535.831253,2449.828486,1992.084936,2101.413714 +248604,2989.355312,1534.890591,2450.332722,1994.851047,2103.463363 +248605,2989.740773,1533.946532,2450.835023,1997.590758,2105.531774 +248606,2990.354994,1532.998908,2451.333956,2000.302272,2107.614612 +248607,2990.96903,1532.047896,2451.826307,2002.981689,2109.705661 +248608,2991.568484,1531.093337,2452.310625,2005.627222,2111.801131 +248609,2992.14793,1530.135405,2452.786842,2008.238761,2113.899146 +248610,2992.391406,1529.17393,2453.257025,2010.818533,2116.000702 +248611,2992.918731,1528.157294,2453.722267,2013.367515,2118.105802 +248612,2993.455814,1527.123794,2454.174618,2015.977457,2120.210571 +248613,2994.001084,1526.078605,2454.607455,2018.700547,2122.310887 +248614,2994.549828,1525.022766,2455.01794,2021.534923,2124.403754 +248615,2995.096474,1523.95696,2455.405534,2024.452881,2126.486976 +248616,2995.63692,1522.779597,2455.771125,2027.425982,2128.559632 +248617,2996.166372,1521.842544,2456.114579,2030.62074,2130.619745 +248618,2996.682724,1520.676589,2456.436769,2033.625847,2132.666993 +248619,2996.89637,1519.586922,2456.742257,2036.645756,2134.70599 +248620,2997.39812,1518.472923,2457.033432,2039.688594,2136.738937 +248621,2997.898104,1517.349076,2457.308834,2042.752136,2138.763427 +248622,2998.383893,1516.215534,2457.567637,2045.831223,2140.77795 +248623,2998.851022,1515.072474,2457.810266,2048.921746,2142.782609 +248624,2999.29866,1514.019429,2458.036814,2052.02032,2144.777158 +248625,2999.728403,1512.711007,2458.247978,2055.125406,2146.762152 +248626,3000.142594,1511.6087,2458.44491,2058.236712,2148.738783 +248627,3000.542138,1510.412404,2458.628041,2061.353517,2150.707395 +248628,3000.92736,1509.220631,2458.79762,2064.475059,2152.668154 +248629,3001.298453,1508.019661,2458.953864,2067.600683,2154.621205 +248630,3001.65548,1506.808882,2459.096929,2070.729771,2156.566642 +248631,3001.996805,1505.588473,2459.225856,2074.049517,2158.503167 +248632,3002.322262,1504.358228,2459.34063,2077.147267,2160.430675 +248633,3002.634349,1503.118507,2459.442925,2080.24304,2162.351157 +248634,3002.934317,1501.86843,2459.533636,2083.347668,2164.265671 +248635,3003.221799,1500.60905,2459.612615,2086.463067,2166.173993 +248636,3003.496249,1499.33959,2459.679609,2089.586597,2168.075786 +248637,3003.755794,1497.961533,2459.73349,2092.907942,2169.9696 +248638,3003.70876,1496.816397,2459.775614,2095.981179,2171.85708 +248639,3003.955152,1495.448637,2459.808072,2099.055651,2173.74079 +248640,3004.19748,1494.15414,2459.828824,2102.310487,2175.618173 +248641,3001.227955,1427.017225,2456.577485,2104.04834,2171.497435 +248642,2989.05046,1425.37942,2446.406424,2100.257817,2156.9069 +248643,2973.321956,1424.158636,2433.411345,2094.794536,2137.445524 +248644,2959.374034,1422.954374,2421.480451,2091.298217,2118.670373 +248645,2949.007665,1421.785421,2411.990537,2090.40217,2102.774288 +248646,2941.476146,1420.53224,2404.722556,2091.444134,2089.755254 +248647,2936.320471,1419.519739,2399.006383,2093.498997,2078.921356 +248648,2932.375699,1418.305969,2394.272194,2096.149865,2069.628744 +248649,2929.115968,1417.175539,2390.169501,2098.161286,2061.460995 +248650,2926.272772,1416.032724,2386.503485,2100.882909,2054.170448 +248651,2923.70458,1414.983041,2383.157062,2103.320565,2047.594129 +248652,2921.330378,1413.702885,2380.053058,2105.92209,2041.613748 +248653,2919.097176,1412.622926,2377.135691,2108.311324,2036.13592 +248654,2916.966458,1411.462046,2374.362297,2110.655019,2031.08336 +248655,2914.909451,1410.312152,2371.699848,2112.965773,2026.391297 +248656,2912.904981,1409.159897,2369.122934,2115.25015,2022.005486 +248657,2910.93627,1408.004846,2366.611234,2117.721938,2017.879407 +248658,2908.992341,1406.84678,2364.150161,2119.96243,2013.975311 +248659,2907.068237,1405.685768,2361.73062,2122.175051,2010.264019 +248660,2905.160269,1404.521673,2359.345614,2124.373954,2006.720751 +248661,2903.264716,1403.354644,2356.989085,2126.56551,2003.323614 +248662,2901.378622,1402.184614,2354.656238,2128.751224,2000.053887 +248663,2899.499781,1401.011772,2352.343338,2130.931055,1996.895615 +248664,2897.626634,1399.836085,2350.047535,2133.105153,1993.83527 +248665,2895.758046,1398.657755,2347.76662,2135.274185,1990.86131 +248666,2893.893137,1397.476768,2345.498877,2137.439123,1987.963867 +248667,2892.031214,1396.293327,2343.242917,2139.600962,1985.134423 +248668,2890.169927,1395.107416,2340.996502,2141.954801,1982.36425 +248669,2888.30826,1393.919229,2338.758389,2144.101413,1979.64658 +248670,2886.448041,1392.728751,2336.529255,2146.240145,1976.977681 +248671,2884.590549,1391.389794,2334.309533,2148.382752,1974.354107 +248672,2882.716583,1390.016742,2332.083066,2150.466341,1971.772606 +248673,2880.814043,1388.625326,2329.839433,2152.460731,1969.23092 +248674,2878.882284,1387.219555,2327.577247,2154.372637,1966.727436 +248675,2876.926443,1385.801472,2325.299758,2156.222535,1964.260493 +248676,2874.952204,1384.372088,2323.010918,2158.028644,1961.828023 +248677,2872.963689,1382.932197,2320.713764,2159.802256,1959.427634 +248678,2870.963309,1381.482227,2318.410236,2161.549061,1957.056799 +248679,2868.95236,1380.022657,2316.101544,2163.271765,1954.713082 +248680,2866.93151,1378.553733,2313.788462,2164.971865,1952.3942 +248681,2864.901174,1377.075809,2311.471539,2166.650464,1950.098093 +248682,2862.861603,1375.589051,2309.151181,2168.308498,1947.822911 +248683,2860.812953,1374.09375,2306.827689,2169.946753,1945.566989 +248684,2858.75528,1372.590024,2304.501271,2171.565854,1943.328816 +248685,2856.688598,1371.078107,2302.17207,2173.166289,1941.10704 +248686,2854.612893,1369.558086,2299.840194,2174.748452,1938.900457 +248687,2852.528104,1368.030161,2297.505696,2176.312643,1936.707967 +248688,2850.434136,1366.494387,2295.168597,2177.859111,1934.528568 +248689,2848.330902,1364.950929,2292.828906,2179.388064,1932.361369 +248690,2846.2183,1363.399821,2290.486615,2180.899677,1930.205561 +248691,2844.096253,1361.841204,2288.141697,2182.39409,1928.060405 +248692,2841.964637,1360.275094,2285.794111,2183.871415,1925.925216 +248693,2839.823331,1358.701602,2283.443814,2185.331747,1923.799381 +248694,2837.672229,1357.120732,2281.090758,2186.775161,1921.68234 +248695,2835.511463,1355.441054,2278.735048,2188.201891,1919.573774 +248696,2833.345409,1353.980038,2276.376401,2189.611719,1917.472932 +248697,2831.180395,1352.313226,2274.014501,2191.004398,1915.379051 +248698,2829.019636,1350.716989,2271.649372,2192.380056,1913.291834 +248699,2826.862494,1349.100384,2269.280864,2193.73862,1911.210794 +248700,2824.706624,1347.47627,2266.908774,2195.079945,1909.135411 +248701,2052.163764,1345.515379,1140.829031,1780.747524,2470.015694 +248702,2137.561383,1475.0401,1188.389355,1855.811315,2525.230661 +248703,2232.547251,1478.100355,1244.701662,1936.972329,2571.026972 +248704,2303.217571,1477.161113,1290.57695,1992.184301,2591.805095 +248705,2352.373375,1477.299725,1325.525039,2024.48006,2599.511085 +248706,2386.94865,1476.18872,1352.50768,2042.271092,2601.952066 +248707,2412.146185,1474.84019,1373.900908,2052.303182,2602.226908 +248708,2431.408383,1473.414701,1391.442602,2058.794083,2601.724564 +248709,2446.708697,1471.929205,1406.165122,2063.774661,2601.043886 +248710,2459.116728,1470.398717,1418.66406,2068.010897,2600.411972 +248711,2469.261195,1468.834191,1429.321239,2071.925356,2599.891582 +248712,2477.54151,1467.219084,1438.410718,2075.2034,2599.455767 +248713,2484.31734,1465.507016,1446.182458,2078.135615,2599.114523 +248714,2489.889841,1464.008868,1452.852143,2080.82272,2598.87687 +248715,2494.477741,1462.288898,1458.588844,2083.323991,2598.719552 +248716,2498.262193,1460.522913,1463.536984,2085.684307,2598.62883 +248717,2501.38961,1458.926341,1467.817856,2087.934246,2598.595171 +248718,2503.977552,1457.263809,1471.531498,2090.09431,2598.611385 +248719,2506.120211,1455.575223,1474.764216,2092.178593,2598.671592 +248720,2507.893271,1453.755592,1477.58586,2094.197241,2598.770952 +248721,2509.357544,1452.213485,1480.057003,2096.157719,2598.905256 +248722,2510.562082,1450.377836,1482.22588,2098.065653,2599.070925 +248723,2511.546408,1448.709473,1484.13526,2099.925243,2599.264737 +248724,2512.340526,1446.836052,1485.817198,2101.736688,2599.481208 +248725,2512.970976,1445.16375,1487.30261,2103.503575,2599.718575 +248726,2513.460154,1443.427822,1488.615369,2105.229613,2599.975884 +248727,2513.82614,1441.548881,1489.777939,2106.917199,2600.251779 +248728,2514.083407,1439.846897,1490.806436,2108.567626,2600.544551 +248729,2514.243644,1438.078964,1491.716971,2110.181608,2600.852382 +248730,2514.316453,1436.165705,1492.520508,2111.759659,2601.173523 +248731,2514.309796,1434.640067,1493.229027,2113.302234,2601.506341 +248732,2514.230545,1433.096811,1493.858998,2114.677985,2601.849332 +248733,2514.085141,1431.549858,1494.425717,2115.817433,2602.201068 +248734,2513.879361,1429.915093,1494.937888,2116.72267,2602.560221 +248735,2513.618126,1428.509307,1495.398775,2117.427454,2602.925533 +248736,2513.305567,1426.90466,1495.813223,2117.967128,2603.295839 +248737,2512.945163,1425.383994,1496.18446,2118.367502,2603.670033 +248738,2512.539902,1423.85001,1496.513398,2118.644943,2604.047096 +248739,2512.092372,1422.316842,1496.803802,2118.809729,2604.42606 +248740,2511.604872,1420.783854,1497.05815,2118.868913,2604.806028 +248741,2511.079476,1419.250708,1497.276631,2118.827877,2605.186147 +248742,2510.518134,1417.716783,1497.462346,2118.69101,2605.56563 +248743,2509.922632,1416.181865,1497.615796,2118.461951,2605.943727 +248744,2509.294601,1414.645411,1497.739725,2118.143743,2606.31975 +248745,2508.635509,1413.107284,1497.834173,2117.738935,2606.693043 +248746,2507.946702,1411.567006,1497.901539,2117.2497,2607.063008 +248747,2507.229396,1410.024504,1497.941619,2116.677914,2607.429074 +248748,2506.484721,1408.479357,1497.956639,2116.025233,2607.790722 +248749,2505.713696,1406.931545,1497.946249,2115.293134,2608.147459 +248750,2504.917283,1405.380883,1497.91255,2114.482953,2608.498838 +248751,2504.096366,1403.826732,1497.855077,2113.595905,2608.84443 +248752,2503.25178,1402.269649,1497.775831,2112.633118,2609.183861 +248753,2502.384304,1400.709107,1497.674255,2111.595621,2609.516761 +248754,2501.494675,1399.233719,1497.552269,2110.484388,2609.842813 +248755,2500.58358,1397.533612,1497.409241,2109.300577,2610.161705 +248756,2499.651677,1395.939376,1497.247026,2108.043881,2610.473163 +248757,2498.699571,1394.481672,1497.064927,2106.714209,2610.776922 +248758,2497.72786,1392.837271,1496.864747,2105.312221,2611.07276 +248759,2496.737062,1389.468907,1496.645726,2103.838949,2611.360425 +248760,2495.431087,1387.655483,1496.334393,2101.05057,2611.640837 +248761,0,0,0,0,0 +248762,0,0,0,0,0 +248763,0,0,0,0,0 +248764,0,0,0,0,0 +248765,0,0,0,0,0 +248766,0,0,0,0,0 +248767,0,0,0,0,0 +248768,0,0,0,0,0 +248769,0,0,0,0,0 +248770,0,0,0,0,0 +248771,0,0,0,0,0 +248772,0,0,0,0,0 +248773,0,0,0,0,0 +248774,0,0,0,0,0 +248775,0,0,0,0,0 +248776,0,0,0,0,0 +248777,0,0,0,0,0 +248778,0,0,0,0,0 +248779,0,0,0,0,0 +248780,0,0,0,0,0 +248781,0,0,0,0,0 +248782,0,0,0,0,0 +248783,0,0,0,0,0 +248784,0,0,0,0,0 +248785,0,0,0,0,0 +248786,0,0,0,0,0 +248787,0,0,0,0,0 +248788,0,0,0,0,0 +248789,0,0,0,0,0 +248790,0,0,0,0,0 +248791,0,0,0,0,0 +248792,0,0,0,0,0 +248793,0,0,0,0,0 +248794,0,0,0,0,0 +248795,0,0,0,0,0 +248796,0,0,0,0,0 +248797,0,0,0,0,0 +248798,0,0,0,0,0 +248799,0,0,0,0,0 +248800,0,0,0,0,0 +248801,0,0,0,0,0 +248802,0,0,0,0,0 +248803,0,0,0,0,0 +248804,0,0,0,0,0 +248805,0,0,0,0,0 +248806,0,0,0,0,0 +248807,0,0,0,0,0 +248808,0,0,0,0,0 +248809,0,0,0,0,0 +248810,0,0,0,0,0 +248811,0,0,0,0,0 +248812,0,0,0,0,0 +248813,0,0,0,0,0 +248814,0,0,0,0,0 +248815,0,0,0,0,0 +248816,0,0,0,0,0 +248817,0,0,0,0,0 +248818,0,0,0,0,0 +248819,0,0,0,0,0 +248820,0,0,0,0,0 +248821,0,0,0,0,0 +248822,0,0,0,0,0 +248823,0,0,0,0,0 +248824,0,0,0,0,0 +248825,0,0,0,0,0 +248826,0,0,0,0,0 +248827,0,0,0,0,0 +248828,0,0,0,0,0 +248829,0,0,0,0,0 +248830,0,0,0,0,0 +248831,0,0,0,0,0 +248832,0,0,0,0,0 +248833,0,0,0,0,0 +248834,0,0,0,0,0 +248835,0,0,0,0,0 +248836,0,0,0,0,0 +248837,0,0,0,0,0 +248838,0,0,0,0,0 +248839,0,0,0,0,0 +248840,0,0,0,0,0 +248841,0,0,0,0,0 +248842,0,0,0,0,0 +248843,0,0,0,0,0 +248844,0,0,0,0,0 +248845,0,0,0,0,0 +248846,0,0,0,0,0 +248847,0,0,0,0,0 +248848,0,0,0,0,0 +248849,0,0,0,0,0 +248850,0,0,0,0,0 +248851,0,0,0,0,0 +248852,0,0,0,0,0 +248853,0,0,0,0,0 +248854,0,0,0,0,0 +248855,0,0,0,0,0 +248856,0,0,0,0,0 +248857,0,0,0,0,0 +248858,0,0,0,0,0 +248859,0,0,0,0,0 +248860,0,0,0,0,0 +248861,0,0,0,0,0 +248862,0,0,0,0,0 +248863,0,0,0,0,0 +248864,0,0,0,0,0 +248865,0,0,0,0,0 +248866,0,0,0,0,0 +248867,0,0,0,0,0 +248868,0,0,0,0,0 +248869,0,0,0,0,0 +248870,0,0,0,0,0 +248871,0,0,0,0,0 +248872,0,0,0,0,0 +248873,0,0,0,0,0 +248874,0,0,0,0,0 +248875,0,0,0,0,0 +248876,0,0,0,0,0 +248877,0,0,0,0,0 +248878,0,0,0,0,0 +248879,0,0,0,0,0 +248880,0,0,0,0,0 +248881,0,0,0,0,0 +248882,0,0,0,0,0 +248883,0,0,0,0,0 +248884,0,0,0,0,0 +248885,0,0,0,0,0 +248886,0,0,0,0,0 +248887,0,0,0,0,0 +248888,0,0,0,0,0 +248889,0,0,0,0,0 +248890,0,0,0,0,0 +248891,0,0,0,0,0 +248892,0,0,0,0,0 +248893,0,0,0,0,0 +248894,0,0,0,0,0 +248895,0,0,0,0,0 +248896,0,0,0,0,0 +248897,0,0,0,0,0 +248898,0,0,0,0,0 +248899,0,0,0,0,0 +248900,0,0,0,0,0 +248901,0,0,0,0,0 +248902,0,0,0,0,0 +248903,0,0,0,0,0 +248904,0,0,0,0,0 +248905,0,0,0,0,0 +248906,0,0,0,0,0 +248907,0,0,0,0,0 +248908,0,0,0,0,0 +248909,0,0,0,0,0 +248910,0,0,0,0,0 +248911,0,0,0,0,0 +248912,0,0,0,0,0 +248913,0,0,0,0,0 +248914,0,0,0,0,0 +248915,0,0,0,0,0 +248916,0,0,0,0,0 +248917,0,0,0,0,0 +248918,0,0,0,0,0 +248919,0,0,0,0,0 +248920,0,0,0,0,0 +248921,0,0,0,0,0 +248922,0,0,0,0,0 +248923,0,0,0,0,0 +248924,0,0,0,0,0 +248925,0,0,0,0,0 +248926,0,0,0,0,0 +248927,0,0,0,0,0 +248928,0,0,0,0,0 +248929,0,0,0,0,0 +248930,0,0,0,0,0 +248931,0,0,0,0,0 +248932,0,0,0,0,0 +248933,0,0,0,0,0 +248934,0,0,0,0,0 +248935,0,0,0,0,0 +248936,0,0,0,0,0 +248937,0,0,0,0,0 +248938,0,0,0,0,0 +248939,0,0,0,0,0 +248940,0,0,0,0,0 +248941,0,0,0,0,0 +248942,0,0,0,0,0 +248943,0,0,0,0,0 +248944,0,0,0,0,0 +248945,0,0,0,0,0 +248946,0,0,0,0,0 +248947,0,0,0,0,0 +248948,0,0,0,0,0 +248949,0,0,0,0,0 +248950,0,0,0,0,0 +248951,0,0,0,0,0 +248952,0,0,0,0,0 +248953,0,0,0,0,0 +248954,0,0,0,0,0 +248955,0,0,0,0,0 +248956,0,0,0,0,0 +248957,0,0,0,0,0 +248958,0,0,0,0,0 +248959,0,0,0,0,0 +248960,0,0,0,0,0 +248961,0,0,0,0,0 +248962,0,0,0,0,0 +248963,0,0,0,0,0 +248964,0,0,0,0,0 +248965,0,0,0,0,0 +248966,0,0,0,0,0 +248967,0,0,0,0,0 +248968,0,0,0,0,0 +248969,0,0,0,0,0 +248970,0,0,0,0,0 +248971,0,0,0,0,0 +248972,0,0,0,0,0 +248973,0,0,0,0,0 +248974,0,0,0,0,0 +248975,0,0,0,0,0 +248976,0,0,0,0,0 +248977,0,0,0,0,0 +248978,0,0,0,0,0 +248979,0,0,0,0,0 +248980,0,0,0,0,0 +248981,0,0,0,0,0 +248982,0,0,0,0,0 +248983,0,0,0,0,0 +248984,0,0,0,0,0 +248985,0,0,0,0,0 +248986,0,0,0,0,0 +248987,0,0,0,0,0 +248988,0,0,0,0,0 +248989,0,0,0,0,0 +248990,0,0,0,0,0 +248991,0,0,0,0,0 +248992,0,0,0,0,0 +248993,0,0,0,0,0 +248994,0,0,0,0,0 +248995,0,0,0,0,0 +248996,0,0,0,0,0 +248997,0,0,0,0,0 +248998,0,0,0,0,0 +248999,0,0,0,0,0 +249000,0,0,0,0,0 +249001,0,0,0,0,0 +249002,0,0,0,0,0 +249003,0,0,0,0,0 +249004,0,0,0,0,0 +249005,0,0,0,0,0 +249006,0,0,0,0,0 +249007,0,0,0,0,0 +249008,0,0,0,0,0 +249009,0,0,0,0,0 +249010,0,0,0,0,0 +249011,0,0,0,0,0 +249012,0,0,0,0,0 +249013,0,0,0,0,0 +249014,0,0,0,0,0 +249015,0,0,0,0,0 +249016,0,0,0,0,0 +249017,0,0,0,0,0 +249018,0,0,0,0,0 +249019,0,0,0,0,0 +249020,0,0,0,0,0 +249021,0,0,0,0,0 +249022,0,0,0,0,0 +249023,0,0,0,0,0 +249024,0,0,0,0,0 +249025,0,0,0,0,0 +249026,0,0,0,0,0 +249027,0,0,0,0,0 +249028,0,0,0,0,0 +249029,0,0,0,0,0 +249030,0,0,0,0,0 +249031,0,0,0,0,0 +249032,0,0,0,0,0 +249033,0,0,0,0,0 +249034,0,0,0,0,0 +249035,0,0,0,0,0 +249036,0,0,0,0,0 +249037,0,0,0,0,0 +249038,0,0,0,0,0 +249039,0,0,0,0,0 +249040,0,0,0,0,0 +249041,0,0,0,0,0 +249042,0,0,0,0,0 +249043,0,0,0,0,0 +249044,0,0,0,0,0 +249045,0,0,0,0,0 +249046,0,0,0,0,0 +249047,0,0,0,0,0 +249048,0,0,0,0,0 +249049,0,0,0,0,0 +249050,0,0,0,0,0 +249051,0,0,0,0,0 +249052,0,0,0,0,0 +249053,0,0,0,0,0 +249054,0,0,0,0,0 +249055,0,0,0,0,0 +249056,0,0,0,0,0 +249057,0,0,0,0,0 +249058,0,0,0,0,0 +249059,0,0,0,0,0 +249060,0,0,0,0,0 +249061,0,0,0,0,0 +249062,0,0,0,0,0 +249063,0,0,0,0,0 +249064,0,0,0,0,0 +249065,0,0,0,0,0 +249066,0,0,0,0,0 +249067,0,0,0,0,0 +249068,0,0,0,0,0 +249069,0,0,0,0,0 +249070,0,0,0,0,0 +249071,0,0,0,0,0 +249072,0,0,0,0,0 +249073,0,0,0,0,0 +249074,0,0,0,0,0 +249075,0,0,0,0,0 +249076,0,0,0,0,0 +249077,0,0,0,0,0 +249078,0,0,0,0,0 +249079,0,0,0,0,0 +249080,0,0,0,0,0 +249081,0,0,0,0,0 +249082,0,0,0,0,0 +249083,0,0,0,0,0 +249084,0,0,0,0,0 +249085,0,0,0,0,0 +249086,0,0,0,0,0 +249087,0,0,0,0,0 +249088,0,0,0,0,0 +249089,0,0,0,0,0 +249090,0,0,0,0,0 +249091,0,0,0,0,0 +249092,0,0,0,0,0 +249093,0,0,0,0,0 +249094,0,0,0,0,0 +249095,0,0,0,0,0 +249096,0,0,0,0,0 +249097,0,0,0,0,0 +249098,0,0,0,0,0 +249099,0,0,0,0,0 +249100,0,0,0,0,0 +249101,0,0,0,0,0 +249102,0,0,0,0,0 +249103,0,0,0,0,0 +249104,0,0,0,0,0 +249105,0,0,0,0,0 +249106,0,0,0,0,0 +249107,0,0,0,0,0 +249108,0,0,0,0,0 +249109,0,0,0,0,0 +249110,0,0,0,0,0 +249111,0,0,0,0,0 +249112,0,0,0,0,0 +249113,0,0,0,0,0 +249114,0,0,0,0,0 +249115,0,0,0,0,0 +249116,0,0,0,0,0 +249117,0,0,0,0,0 +249118,0,0,0,0,0 +249119,0,0,0,0,0 +249120,0,0,0,0,0 +249121,0,0,0,0,0 +249122,0,0,0,0,0 +249123,0,0,0,0,0 +249124,0,0,0,0,0 +249125,0,0,0,0,0 +249126,0,0,0,0,0 +249127,0,0,0,0,0 +249128,0,0,0,0,0 +249129,0,0,0,0,0 +249130,0,0,0,0,0 +249131,0,0,0,0,0 +249132,0,0,0,0,0 +249133,0,0,0,0,0 +249134,0,0,0,0,0 +249135,0,0,0,0,0 +249136,0,0,0,0,0 +249137,0,0,0,0,0 +249138,0,0,0,0,0 +249139,0,0,0,0,0 +249140,0,0,0,0,0 +249141,0,0,0,0,0 +249142,0,0,0,0,0 +249143,0,0,0,0,0 +249144,0,0,0,0,0 +249145,0,0,0,0,0 +249146,0,0,0,0,0 +249147,0,0,0,0,0 +249148,0,0,0,0,0 +249149,0,0,0,0,0 +249150,0,0,0,0,0 +249151,0,0,0,0,0 +249152,0,0,0,0,0 +249153,0,0,0,0,0 +249154,0,0,0,0,0 +249155,0,0,0,0,0 +249156,0,0,0,0,0 +249157,0,0,0,0,0 +249158,0,0,0,0,0 +249159,0,0,0,0,0 +249160,0,0,0,0,0 +249161,0,0,0,0,0 +249162,0,0,0,0,0 +249163,0,0,0,0,0 +249164,0,0,0,0,0 +249165,0,0,0,0,0 +249166,0,0,0,0,0 +249167,0,0,0,0,0 +249168,0,0,0,0,0 +249169,0,0,0,0,0 +249170,0,0,0,0,0 +249171,0,0,0,0,0 +249172,0,0,0,0,0 +249173,0,0,0,0,0 +249174,0,0,0,0,0 +249175,0,0,0,0,0 +249176,0,0,0,0,0 +249177,0,0,0,0,0 +249178,0,0,0,0,0 +249179,0,0,0,0,0 +249180,0,0,0,0,0 +249181,0,0,0,0,0 +249182,0,0,0,0,0 +249183,0,0,0,0,0 +249184,0,0,0,0,0 +249185,0,0,0,0,0 +249186,0,0,0,0,0 +249187,0,0,0,0,0 +249188,0,0,0,0,0 +249189,0,0,0,0,0 +249190,0,0,0,0,0 +249191,0,0,0,0,0 +249192,0,0,0,0,0 +249193,0,0,0,0,0 +249194,0,0,0,0,0 +249195,0,0,0,0,0 +249196,0,0,0,0,0 +249197,0,0,0,0,0 +249198,0,0,0,0,0 +249199,0,0,0,0,0 +249200,0,0,0,0,0 +249201,0,0,0,0,0 +249202,0,0,0,0,0 +249203,0,0,0,0,0 +249204,0,0,0,0,0 +249205,0,0,0,0,0 +249206,0,0,0,0,0 +249207,0,0,0,0,0 +249208,0,0,0,0,0 +249209,0,0,0,0,0 +249210,0,0,0,0,0 +249211,0,0,0,0,0 +249212,0,0,0,0,0 +249213,0,0,0,0,0 +249214,0,0,0,0,0 +249215,0,0,0,0,0 +249216,0,0,0,0,0 +249217,0,0,0,0,0 +249218,0,0,0,0,0 +249219,0,0,0,0,0 +249220,0,0,0,0,0 +249221,0,0,0,0,0 +249222,0,0,0,0,0 +249223,0,0,0,0,0 +249224,0,0,0,0,0 +249225,0,0,0,0,0 +249226,0,0,0,0,0 +249227,0,0,0,0,0 +249228,0,0,0,0,0 +249229,0,0,0,0,0 +249230,0,0,0,0,0 +249231,0,0,0,0,0 +249232,0,0,0,0,0 +249233,0,0,0,0,0 +249234,0,0,0,0,0 +249235,0,0,0,0,0 +249236,0,0,0,0,0 +249237,0,0,0,0,0 +249238,0,0,0,0,0 +249239,0,0,0,0,0 +249240,0,0,0,0,0 +249241,0,0,0,0,0 +249242,0,0,0,0,0 +249243,0,0,0,0,0 +249244,0,0,0,0,0 +249245,0,0,0,0,0 +249246,0,0,0,0,0 +249247,0,0,0,0,0 +249248,0,0,0,0,0 +249249,0,0,0,0,0 +249250,0,0,0,0,0 +249251,0,0,0,0,0 +249252,0,0,0,0,0 +249253,0,0,0,0,0 +249254,0,0,0,0,0 +249255,0,0,0,0,0 +249256,0,0,0,0,0 +249257,0,0,0,0,0 +249258,0,0,0,0,0 +249259,0,0,0,0,0 +249260,0,0,0,0,0 +249261,0,0,0,0,0 +249262,0,0,0,0,0 +249263,0,0,0,0,0 +249264,0,0,0,0,0 +249265,0,0,0,0,0 +249266,0,0,0,0,0 +249267,0,0,0,0,0 +249268,0,0,0,0,0 +249269,0,0,0,0,0 +249270,0,0,0,0,0 +249271,0,0,0,0,0 +249272,0,0,0,0,0 +249273,0,0,0,0,0 +249274,0,0,0,0,0 +249275,0,0,0,0,0 +249276,0,0,0,0,0 +249277,0,0,0,0,0 +249278,0,0,0,0,0 +249279,0,0,0,0,0 +249280,0,0,0,0,0 +249281,0,0,0,0,0 +249282,0,0,0,0,0 +249283,0,0,0,0,0 +249284,0,0,0,0,0 +249285,0,0,0,0,0 +249286,0,0,0,0,0 +249287,0,0,0,0,0 +249288,0,0,0,0,0 +249289,0,0,0,0,0 +249290,0,0,0,0,0 +249291,0,0,0,0,0 +249292,0,0,0,0,0 +249293,0,0,0,0,0 +249294,0,0,0,0,0 +249295,0,0,0,0,0 +249296,0,0,0,0,0 +249297,0,0,0,0,0 +249298,0,0,0,0,0 +249299,0,0,0,0,0 +249300,0,0,0,0,0 +249301,0,0,0,0,0 +249302,0,0,0,0,0 +249303,0,0,0,0,0 +249304,0,0,0,0,0 +249305,0,0,0,0,0 +249306,0,0,0,0,0 +249307,0,0,0,0,0 +249308,0,0,0,0,0 +249309,0,0,0,0,0 +249310,0,0,0,0,0 +249311,0,0,0,0,0 +249312,0,0,0,0,0 +249313,0,0,0,0,0 +249314,0,0,0,0,0 +249315,0,0,0,0,0 +249316,0,0,0,0,0 +249317,0,0,0,0,0 +249318,0,0,0,0,0 +249319,0,0,0,0,0 +249320,0,0,0,0,0 +249321,0,0,0,0,0 +249322,0,0,0,0,0 +249323,0,0,0,0,0 +249324,0,0,0,0,0 +249325,0,0,0,0,0 +249326,0,0,0,0,0 +249327,0,0,0,0,0 +249328,0,0,0,0,0 +249329,0,0,0,0,0 +249330,0,0,0,0,0 +249331,0,0,0,0,0 +249332,0,0,0,0,0 +249333,0,0,0,0,0 +249334,0,0,0,0,0 +249335,0,0,0,0,0 +249336,0,0,0,0,0 +249337,0,0,0,0,0 +249338,0,0,0,0,0 +249339,0,0,0,0,0 +249340,0,0,0,0,0 +249341,0,0,0,0,0 +249342,0,0,0,0,0 +249343,0,0,0,0,0 +249344,0,0,0,0,0 +249345,0,0,0,0,0 +249346,0,0,0,0,0 +249347,0,0,0,0,0 +249348,0,0,0,0,0 +249349,0,0,0,0,0 +249350,0,0,0,0,0 +249351,0,0,0,0,0 +249352,0,0,0,0,0 +249353,0,0,0,0,0 +249354,0,0,0,0,0 +249355,0,0,0,0,0 +249356,0,0,0,0,0 +249357,0,0,0,0,0 +249358,0,0,0,0,0 +249359,0,0,0,0,0 +249360,0,0,0,0,0 +249361,0,0,0,0,0 +249362,0,0,0,0,0 +249363,0,0,0,0,0 +249364,0,0,0,0,0 +249365,0,0,0,0,0 +249366,0,0,0,0,0 +249367,0,0,0,0,0 +249368,0,0,0,0,0 +249369,0,0,0,0,0 +249370,0,0,0,0,0 +249371,0,0,0,0,0 +249372,0,0,0,0,0 +249373,0,0,0,0,0 +249374,0,0,0,0,0 +249375,0,0,0,0,0 +249376,0,0,0,0,0 +249377,0,0,0,0,0 +249378,0,0,0,0,0 +249379,0,0,0,0,0 +249380,0,0,0,0,0 +249381,0,0,0,0,0 +249382,0,0,0,0,0 +249383,0,0,0,0,0 +249384,0,0,0,0,0 +249385,0,0,0,0,0 +249386,0,0,0,0,0 +249387,0,0,0,0,0 +249388,0,0,0,0,0 +249389,0,0,0,0,0 +249390,0,0,0,0,0 +249391,0,0,0,0,0 +249392,0,0,0,0,0 +249393,0,0,0,0,0 +249394,0,0,0,0,0 +249395,0,0,0,0,0 +249396,0,0,0,0,0 +249397,0,0,0,0,0 +249398,0,0,0,0,0 +249399,0,0,0,0,0 +249400,0,0,0,0,0 +249401,0,0,0,0,0 +249402,0,0,0,0,0 +249403,0,0,0,0,0 +249404,0,0,0,0,0 +249405,0,0,0,0,0 +249406,0,0,0,0,0 +249407,0,0,0,0,0 +249408,0,0,0,0,0 +249409,0,0,0,0,0 +249410,0,0,0,0,0 +249411,0,0,0,0,0 +249412,0,0,0,0,0 +249413,0,0,0,0,0 +249414,0,0,0,0,0 +249415,0,0,0,0,0 +249416,0,0,0,0,0 +249417,0,0,0,0,0 +249418,0,0,0,0,0 +249419,0,0,0,0,0 +249420,0,0,0,0,0 +249421,0,0,0,0,0 +249422,0,0,0,0,0 +249423,0,0,0,0,0 +249424,0,0,0,0,0 +249425,0,0,0,0,0 +249426,0,0,0,0,0 +249427,0,0,0,0,0 +249428,0,0,0,0,0 +249429,0,0,0,0,0 +249430,0,0,0,0,0 +249431,0,0,0,0,0 +249432,0,0,0,0,0 +249433,0,0,0,0,0 +249434,0,0,0,0,0 +249435,0,0,0,0,0 +249436,0,0,0,0,0 +249437,0,0,0,0,0 +249438,0,0,0,0,0 +249439,0,0,0,0,0 +249440,0,0,0,0,0 +249441,0,0,0,0,0 +249442,0,0,0,0,0 +249443,0,0,0,0,0 +249444,0,0,0,0,0 +249445,0,0,0,0,0 +249446,0,0,0,0,0 +249447,0,0,0,0,0 +249448,0,0,0,0,0 +249449,0,0,0,0,0 +249450,0,0,0,0,0 +249451,0,0,0,0,0 +249452,0,0,0,0,0 +249453,0,0,0,0,0 +249454,0,0,0,0,0 +249455,0,0,0,0,0 +249456,0,0,0,0,0 +249457,0,0,0,0,0 +249458,0,0,0,0,0 +249459,0,0,0,0,0 +249460,0,0,0,0,0 +249461,0,0,0,0,0 +249462,0,0,0,0,0 +249463,0,0,0,0,0 +249464,0,0,0,0,0 +249465,0,0,0,0,0 +249466,0,0,0,0,0 +249467,0,0,0,0,0 +249468,0,0,0,0,0 +249469,0,0,0,0,0 +249470,0,0,0,0,0 +249471,0,0,0,0,0 +249472,0,0,0,0,0 +249473,0,0,0,0,0 +249474,0,0,0,0,0 +249475,0,0,0,0,0 +249476,0,0,0,0,0 +249477,0,0,0,0,0 +249478,0,0,0,0,0 +249479,0,0,0,0,0 +249480,0,0,0,0,0 +249481,0,0,0,0,0 +249482,0,0,0,0,0 +249483,0,0,0,0,0 +249484,0,0,0,0,0 +249485,0,0,0,0,0 +249486,0,0,0,0,0 +249487,0,0,0,0,0 +249488,0,0,0,0,0 +249489,0,0,0,0,0 +249490,0,0,0,0,0 +249491,0,0,0,0,0 +249492,0,0,0,0,0 +249493,0,0,0,0,0 +249494,0,0,0,0,0 +249495,0,0,0,0,0 +249496,0,0,0,0,0 +249497,0,0,0,0,0 +249498,0,0,0,0,0 +249499,0,0,0,0,0 +249500,0,0,0,0,0 +249501,0,0,0,0,0 +249502,0,0,0,0,0 +249503,0,0,0,0,0 +249504,0,0,0,0,0 +249505,0,0,0,0,0 +249506,0,0,0,0,0 +249507,0,0,0,0,0 +249508,0,0,0,0,0 +249509,0,0,0,0,0 +249510,0,0,0,0,0 +249511,0,0,0,0,0 +249512,0,0,0,0,0 +249513,0,0,0,0,0 +249514,0,0,0,0,0 +249515,0,0,0,0,0 +249516,0,0,0,0,0 +249517,0,0,0,0,0 +249518,0,0,0,0,0 +249519,0,0,0,0,0 +249520,0,0,0,0,0 +249521,0,0,0,0,0 +249522,0,0,0,0,0 +249523,0,0,0,0,0 +249524,0,0,0,0,0 +249525,0,0,0,0,0 +249526,0,0,0,0,0 +249527,0,0,0,0,0 +249528,0,0,0,0,0 +249529,0,0,0,0,0 +249530,0,0,0,0,0 +249531,0,0,0,0,0 +249532,0,0,0,0,0 +249533,0,0,0,0,0 +249534,0,0,0,0,0 +249535,0,0,0,0,0 +249536,0,0,0,0,0 +249537,0,0,0,0,0 +249538,0,0,0,0,0 +249539,0,0,0,0,0 +249540,0,0,0,0,0 +249541,112.3081755,3610.887346,3150.160214,60.79750887,-127.7930979 +249542,432.1284594,281.8841123,3336.291595,206.1163111,458.5702887 +249543,420.8623672,242.9889644,3108.867206,200.6953014,446.2399112 +249544,406.3894818,235.589595,2277.923017,193.8008726,427.9183616 +249545,392.2667177,398.454506,557.9420586,187.1780552,408.5737889 +249546,379.8135444,617.7657102,1171.28818,181.4400335,390.5103182 +249547,369.0624824,415.0846214,1487.751675,176.5708185,374.1782007 +249548,359.675517,480.8335471,1170.725684,172.3848453,359.3472356 +249549,351.3481024,488.0607641,1229.147351,168.7135516,345.7142569 +249550,343.8694583,494.1596535,1236.656444,165.4499432,333.0668593 +249551,337.1101077,500.7316261,1243.209004,162.5239033,321.2730255 +249552,330.9671242,507.2126234,1250.266399,159.8836255,310.2347401 +249553,325.3627138,513.457092,1257.493789,157.4869591,299.8720241 +249554,320.2214129,520.4129236,1264.715845,155.2981655,290.1151624 +249555,315.4855497,527.0424009,1273.013993,153.2868341,280.9015747 +249556,311.1013954,533.7198234,1280.758984,151.4273554,272.1736802 +249557,307.022199,540.9282837,1288.894245,149.6983167,263.8817031 +249558,303.2084915,547.4937934,1297.151371,148.0818252,255.9814354 +249559,299.6271279,554.4293045,1305.481507,146.5629503,248.4334378 +249560,296.2500516,561.6657726,1314.09158,145.1291984,241.2024926 +249561,293.0534083,568.5898607,1322.535708,143.7701197,234.257349 +249562,290.0167872,575.7131208,1331.336721,142.476934,227.5702231 +249563,287.1227454,582.860504,1340.0674,141.2422727,221.1165299 +249564,284.3563117,589.9982383,1348.872299,140.0599162,214.8744147 +249565,281.7046623,597.2290504,1357.908169,138.9246204,208.8245234 +249566,279.1567571,604.4707659,1366.720401,137.8319339,202.9496294 +249567,276.7031042,611.5387614,1375.863711,136.7780801,197.2344538 +249568,274.3354955,619.1936635,1384.891742,135.7598311,191.6653767 +249569,272.0468459,626.369468,1394.006888,134.77443,186.230309 +249570,269.830988,633.7813582,1403.105795,133.8194971,180.9184398 +249571,267.6825743,640.3266468,1410.465335,132.892985,175.7201657 +249572,265.5855579,646.7532295,1417.252817,131.985383,170.6268495 +249573,263.5283295,653.1248438,1424.204009,131.090075,165.6307386 +249574,261.5054028,659.239549,1430.832064,130.2045099,160.7248208 +249575,259.5146948,665.8933486,1437.618951,129.3283305,155.9028353 +249576,257.5552246,671.9979098,1444.062919,128.4618079,151.1591142 +249577,255.6261884,678.2903081,1450.547516,127.6052042,146.4885938 +249578,253.7267005,684.520617,1456.838029,126.7586208,141.886656 +249579,251.8558655,690.729834,1463.384408,125.9220555,137.3491362 +249580,250.0127993,696.9188105,1469.341868,125.0954404,132.8722031 +249581,248.1966813,703.0878342,1475.868124,124.2786825,128.4523742 +249582,246.4067286,709.2382478,1481.773246,123.4716622,124.086428 +249583,244.6422179,715.1151622,1487.983515,122.6742498,119.7714334 +249584,242.9024433,721.6350493,1493.953117,121.8862919,115.504654 +249585,241.18675,727.5316505,1499.942916,121.1076313,111.2836019 +249586,239.4944868,733.9312707,1509.299793,120.3380901,107.1059316 +249587,237.825052,739.5956558,1512.788938,119.5774939,102.969515 +249588,236.1778462,745.8010398,1521.785319,118.8256539,98.87233907 +249589,234.5523107,751.8335413,1523.59807,118.0823863,94.81256926 +249590,232.9478818,757.7927323,1535.29088,117.3474944,90.78845145 +249591,231.3640379,763.8366089,1532.65529,116.6207913,86.79839397 +249592,229.8002553,769.7944007,1520.731465,115.9020817,82.8408744 +249593,228.2560463,775.7258078,1556.733795,115.1911799,78.91450475 +249594,226.7309239,781.7198084,1546.874199,114.4878955,75.01795717 +249595,225.2244387,787.5897387,1555.360126,113.7920502,71.15002958 +249596,223.7361432,793.2443809,1560.58731,113.1034632,67.30956899 +249597,222.2656141,799.5760821,1565.77443,112.4219611,63.49551479 +249598,220.8124164,805.2675064,1570.634841,111.7473631,59.70682443 +249599,219.3761461,811.1217036,1575.821991,111.0795002,55.9425514 +249600,217.9563876,816.987907,1580.483308,110.4181967,52.20175866 +249601,214.1265641,1247.527514,2506.368167,108.660475,44.07233919 +249602,229.7876356,1266.903775,2505.629952,115.8841559,72.4763157 +249603,254.3545167,1281.758697,2504.975295,127.0950695,118.5243036 +249604,279.4463769,1294.958441,2506.604846,193.3606993,167.0744839 +249605,378.9050064,1311.055831,2509.429437,629.5909511,210.8908319 +249606,1302.731366,1325.524502,2512.812138,358.9066091,248.6859483 +249607,774.9130147,1339.680753,2516.706339,454.6708345,281.3021095 +249608,953.7357994,1353.613994,2520.475875,465.6652824,309.7871805 +249609,982.8812901,1366.899183,2524.599693,475.7708075,334.8829408 +249610,1001.980284,1380.295394,2528.533036,485.0732649,357.0642368 +249611,1021.463734,1393.202763,2532.435806,493.8937802,376.6713109 +249612,1039.77253,1406.215192,2536.295267,502.9247934,393.9873912 +249613,1067.067451,1427.451003,2540.092428,514.0212281,409.2665118 +249614,1085.789367,1441.595037,2544.578816,522.8223166,422.7390122 +249615,1103.988582,1454.817391,2549.663842,531.2061907,434.6107921 +249616,1121.509214,1467.825735,2554.558432,539.1611113,445.0631682 +249617,1138.692491,1480.589549,2559.235726,547.4924368,454.2554931 +249618,1155.590981,1493.094233,2563.651395,555.1379077,462.3278013 +249619,979.7308468,1423.109089,2359.556942,475.5464631,775.9539127 +249620,1285.248696,1546.990196,2327.929489,613.3488275,1043.998413 +249621,1162.105567,1514.881309,2316.93268,557.8793285,860.0402328 +249622,1205.15985,1529.236911,2315.841332,577.7083694,940.9151187 +249623,1222.471343,1544.425354,2307.444241,585.6429989,978.1628488 +249624,1237.965589,1556.566325,2297.38401,592.797274,987.1172141 +249625,1252.750517,1567.728004,2285.667485,599.7158845,1005.66679 +249626,1267.409406,1579.277748,2273.205276,606.4841302,1021.88837 +249627,1281.830629,1590.33094,2260.192381,612.7628357,1050.265739 +249628,1490.606268,1692.915134,2442.647066,708.5492879,1384.208859 +249629,1023.682432,1487.750786,2268.540683,497.6938138,544.1331252 +249630,1656.247796,1770.615899,2464.168413,781.1420248,1696.451761 +249631,1018.308719,1498.589301,2278.594463,497.9859323,492.3380517 +249632,1684.155215,1793.567231,2471.968688,794.3923232,1725.125092 +249633,1047.344033,1518.992003,2279.342934,509.8981395,530.9433977 +249634,1711.214161,1816.93222,2471.770292,807.8799192,1746.847873 +249635,1072.624114,1539.587773,2276.023667,521.6598072,555.4824125 +249636,1739.329991,1839.503548,2469.14076,820.9794517,1775.608058 +249637,1097.205436,1560.168068,2270.961772,533.1151025,577.3007422 +249638,1766.67841,1861.695799,2465.311642,833.8567246,1802.68515 +249639,1120.824837,1592.488269,2264.594699,543.8162547,598.3484401 +249640,1793.740073,1865.695752,2460.371123,847.0515233,1841.844755 +249641,1144.202142,1608.643544,2258.58267,554.599562,598.5946459 +249642,1819.716201,1924.053759,2457.393817,859.1947747,1876.487045 +249643,1167.251907,1589.516024,2256.559653,565.4476886,615.4443234 +249644,1845.021041,1939.68965,2458.822255,871.0123318,1905.142792 +249645,1388.529518,1727.228417,2458.296346,666.4987852,987.754977 +249646,1572.614161,1815.203706,2453.209726,748.963539,1361.126944 +249647,1554.008519,1811.951859,2446.540146,741.0871993,1299.589035 +249648,1564.926647,1821.317047,2440.878971,746.1143193,1311.026663 +249649,1576.191285,1830.972662,2437.321494,751.5114198,1320.658835 +249650,1587.44702,1852.818962,2435.176433,756.6386325,1330.126588 +249651,1598.25416,1836.00371,2436.024589,761.8207877,1339.235585 +249652,1609.545445,1861.538064,2434.477591,767.0780313,1348.370556 +249653,1620.159777,1870.19751,2433.844553,772.0035113,1357.36316 +249654,1631.008575,1896.474306,2433.581281,777.1711013,1365.918044 +249655,1641.671073,1856.672748,2433.610601,782.0061513,1381.405122 +249656,1652.347626,1918.953197,2433.81369,787.0730609,1389.089347 +249657,1662.671426,1900.586819,2434.100962,791.8394902,1371.887161 +249658,1673.156197,1910.282632,2434.461054,796.6780691,1410.446221 +249659,1683.446994,1933.954539,2434.850219,801.554173,1405.241608 +249660,1693.687762,1924.204118,2435.242216,806.276484,1415.555511 +249661,2093.14014,2118.560823,2448.159416,979.2960137,1962.458451 +249662,2106.719791,2118.190181,2492.47611,985.7432196,1992.35922 +249663,2119.310682,2124.386333,2545.688,991.4077058,2026.747379 +249664,2149.181041,2142.652947,2589.617502,996.9872546,2053.216013 +249665,2113.655796,2147.507643,2622.132459,1002.234217,2071.480865 +249666,2166.384697,2156.859665,2644.834859,1007.441502,2083.390187 +249667,2187.613743,2165.880326,2660.775518,1012.544924,2090.929677 +249668,2133.474949,2174.440577,2672.489967,1017.575182,2095.8676 +249669,2204.155436,2182.993036,2681.480902,1022.603954,2099.224849 +249670,2190.731625,2191.196841,2688.549681,1027.344057,2101.512453 +249671,2205.023246,2206.923463,2694.414784,1032.338072,2103.31803 +249672,2215.272158,2205.015599,2701.114279,1037.080152,2106.906332 +249673,2225.404738,2217.290852,2704.259808,1041.835958,2106.868752 +249674,2234.970006,2224.805909,2707.467341,1046.605784,2107.417512 +249675,2252.14686,2232.31789,2712.25056,1051.16248,2110.276551 +249676,2255.640532,2240.165576,2714.081269,1055.82082,2109.942734 +249677,2279.683812,2247.988097,2718.062032,1060.384806,2112.492585 +249678,2252.638061,2255.290773,2719.364612,1064.842562,2112.077136 +249679,2283.07186,2263.004439,2721.231032,1069.504093,2112.551324 +249680,2313.503014,2270.210317,2724.91021,1073.80514,2115.393351 +249681,2276.10133,2277.571111,2725.864069,1078.275645,2115.132941 +249682,2331.741011,2284.720867,2727.373298,1082.643945,2115.692015 +249683,2305.090287,2292.067547,2730.753118,1086.985031,2118.639402 +249684,2335.759006,2298.582047,2731.423551,1091.357385,2118.457191 +249685,2340.409048,2305.906456,2732.63479,1095.525471,2119.040009 +249686,2364.240138,2312.664382,2733.960009,1099.74127,2119.857154 +249687,2327.73873,2319.323691,2735.359527,1104.042913,2120.857457 +249688,2403.073518,2326.250212,2738.943537,1108.164366,2124.352579 +249689,2353.352762,2332.308865,2739.577899,1112.387511,2124.647053 +249690,2397.896329,2345.814219,2740.794358,1116.389747,2125.737822 +249691,2388.607792,2342.569553,2742.169961,1120.471614,2127.093702 +249692,2402.271573,2351.251995,2743.463797,1124.45038,2128.450537 +249693,2410.02892,2356.798753,2744.862214,1128.405567,2130.054164 +249694,2418.106076,2361.940188,2748.071763,1132.328581,2134.179057 +249695,2426.385902,2366.658559,2750.191164,1136.217536,2136.910252 +249696,2434.470967,2372.001182,2751.793538,1140.076635,2139.137255 +249697,2442.3625,2376.566539,2751.377028,1143.975628,2139.017718 +249698,2450.706432,2381.558742,2751.794606,1147.591302,2139.96522 +249699,2458.507374,2386.29364,2752.497856,1151.522681,2141.309795 +249700,2466.571778,2390.927117,2754.992845,1155.198811,2144.886435 +249701,2474.10536,2395.033375,2754.727293,1158.919429,2145.20486 +249702,2482.305868,2399.793987,2756.716375,1162.605098,2148.320387 +249703,2489.882679,2403.385798,2756.120811,1166.25975,2148.3716 +249704,2497.576821,2407.955102,2756.157722,1169.89021,2149.234485 +249705,2505.324349,2411.895834,2756.394492,1173.568696,2150.378045 +249706,2512.70676,2415.70481,2756.680745,1177.032199,2151.625342 +249707,2528.733792,2426.252026,2757.190651,1180.638669,2153.19385 +249708,2516.041527,2414.600594,2757.395004,1184.153695,2154.445539 +249709,2548.395227,2435.843387,2757.509186,1187.655618,2155.638771 +249710,2538.999815,2429.311115,2757.821187,1191.133982,2157.11926 +249711,2550.899328,2433.875584,2757.849327,1194.588054,2158.301257 +249712,2558.476128,2437.792609,2757.705262,1198.019166,2159.316856 +249713,2565.283209,2440.988737,2757.572001,1201.427198,2160.384379 +249714,2572.609458,2443.733513,2757.373147,1204.733938,2161.4094 +249715,2579.788585,2446.883035,2757.097482,1208.292819,2162.37763 +249716,2586.771089,2449.699567,2756.759711,1211.460419,2163.306134 +249717,2594.191656,2452.53061,2756.3691,1214.84862,2164.205296 +249718,2601.165108,2455.17046,2755.924097,1218.135719,2165.072413 +249719,2608.182737,2457.768465,2755.418807,1221.413187,2165.899506 +249720,2615.277429,2460.26575,2754.856537,1224.670457,2166.68969 +249721,2627.299227,2465.143557,2755.856276,1230.347029,2170.328642 +249722,2635.3585,2468.26001,2757.105832,1233.855722,2174.577838 +249723,2642.102005,2470.546201,2758.295333,1237.201463,2178.608666 +249724,2648.89937,2472.801941,2759.181301,1240.454518,2182.320008 +249725,2663.146497,2474.899397,2759.872528,1243.64317,2185.826651 +249726,2652.016019,2477.302545,2761.842336,1246.783145,2190.919988 +249727,2679.566145,2478.421051,2760.896814,1249.882467,2192.488562 +249728,2672.848551,2480.800316,2762.199668,1253.032224,2196.803971 +249729,2681.6239,2481.953701,2760.814956,1255.947121,2197.846303 +249730,2688.739602,2483.618284,2759.985387,1259.018025,2199.555075 +249731,2694.960321,2485.432636,2761.072671,1261.992741,2203.587011 +249732,2700.472783,2486.167087,2759.529108,1264.951331,2204.421469 +249733,2706.818661,2487.691028,2758.56964,1267.891635,2205.965022 +249734,2713.341307,2488.870218,2757.820614,1270.806894,2207.762515 +249735,2719.485484,2490.407889,2758.813441,1273.701614,2211.865037 +249736,2725.039112,2490.314286,2757.105092,1276.571176,2212.500161 +249737,2738.613721,2491.837528,2756.089524,1279.423426,2213.98288 +249738,2735.091878,2492.798938,2755.279257,1282.170695,2215.716854 +249739,2743.445199,2493.12495,2754.367325,1285.101454,2217.334381 +249740,2749.955575,2493.802431,2753.431189,1287.832077,2218.93324 +249741,2755.378667,2494.313313,2752.517403,1290.613353,2220.73848 +249742,2760.744236,2494.757144,2751.572176,1293.362919,2222.296788 +249743,2767.068021,2495.041083,2750.591702,1297.239871,2223.999916 +249744,2772.62399,2495.306649,2749.580594,1299.411526,2225.521779 +249745,2785.321434,2495.372564,2748.665996,1303.110573,2226.712178 +249746,2782.453127,2495.508965,2747.727105,1304.034155,2228.379473 +249747,2789.009159,2495.38961,2746.570104,1310.93048,2229.957724 +249748,2796.594862,2495.643637,2747.008806,1303.370036,2233.262324 +249749,2800.531642,2494.789061,2744.77214,1330.56709,2233.608565 +249750,2807.51542,2495.323079,2744.768738,1288.572935,2236.465433 +249751,2818.27854,2493.409066,2742.425,1329.761246,2236.473392 +249752,2808.365617,2492.220256,2740.515629,1316.801584,2237.019533 +249753,2828.689044,2490.582776,2738.723019,1322.218166,2237.725794 +249754,2826.91421,2488.913902,2737.172226,1324.561674,2238.751457 +249755,2830.810296,2486.901706,2735.561826,1327.058041,2239.732726 +249756,2842.54943,2484.992167,2733.963314,1329.454585,2240.962878 +249757,2841.258485,2475.760608,2732.287282,1331.838954,2241.919884 +249758,2844.882125,2489.243076,2730.530088,1334.201635,2242.788609 +249759,2856.542,2468.478896,2728.805052,1336.541906,2243.70663 +249760,2855.820331,2477.217436,2727.028364,1338.860054,2244.569453 +249761,2859.68595,2472.734156,2726.825899,1341.158652,2247.374647 +249762,2870.210105,2469.18115,2725.668154,1343.429878,2249.028019 +249763,2868.193088,2466.481629,2722.44522,1345.679194,2248.144475 +249764,2871.172445,2464.015225,2721.498843,1347.913139,2250.032639 +249765,2874.092946,2460.798765,2719.741317,1350.120167,2250.908692 +249766,2877.266083,2457.671462,2717.685038,1352.395561,2251.407337 +249767,2875.384905,2454.265675,2713.759519,1354.347808,2249.59001 +249768,2876.62504,2451.567331,2712.24997,1356.691554,2250.708905 +249769,2876.99502,2447.729197,2710.008065,1358.74332,2250.904427 +249770,2874.513283,2444.102422,2705.756808,1360.86392,2248.616598 +249771,2873.439925,2440.761922,2702.248352,1362.956205,2247.208359 +249772,2872.99879,2437.050849,2699.012733,1365.025793,2246.105068 +249773,2875.543795,2433.541657,2697.614682,1367.078529,2247.24238 +249774,2874.211899,2429.378502,2693.686073,1369.107366,2245.271937 +249775,2873.850796,2425.714867,2690.350081,1371.208021,2244.0194 +249776,2873.857408,2421.735697,2687.219269,1373.07237,2242.999336 +249777,2874.068144,2417.688161,2684.198015,1375.109756,2242.098075 +249778,2877.022358,2413.850445,2682.934767,1377.055982,2243.354333 +249779,2875.940291,2409.268162,2679.095187,1378.989507,2241.446844 +249780,2875.734168,2405.250611,2675.822095,1380.913109,2240.226328 +249781,2874.65001,2343.254055,2671.953323,1329.664859,2238.211705 +249782,2864.983951,2342.924817,2662.433255,1330.165642,2227.504537 +249783,2852.300222,2335.518913,2650.805483,1331.518828,2213.042915 +249784,2841.37112,2330.46101,2640.128501,1332.629064,2199.304528 +249785,2833.544322,2325.528575,2631.313839,1333.94668,2187.820858 +249786,2828.410963,2320.240211,2624.171489,1335.250861,2178.552069 +249787,2825.07268,2315.068119,2618.196528,1336.564141,2170.952025 +249788,2825.443461,2309.849965,2614.67262,1337.883557,2166.624166 +249789,2822.327305,2304.37593,2609.011674,1339.197972,2159.934979 +249790,2820.446434,2299.150268,2604.231567,1340.515392,2154.366552 +249791,2821.760894,2293.882459,2601.577271,1341.914372,2151.81758 +249792,2819.303479,2288.381415,2596.581036,1343.083985,2146.611639 +249793,2817.905469,2282.830019,2592.325067,1344.447508,2142.476003 +249794,2816.928042,2277.395215,2588.383248,1345.723774,2138.861517 +249795,2816.197793,2271.820115,2584.642765,1347.006209,2135.615319 +249796,2815.616456,2266.242528,2581.042633,1348.280436,2132.651347 +249797,2815.123576,2260.670096,2577.544765,1349.54635,2129.910751 +249798,2814.683399,2254.965631,2574.124905,1350.80339,2127.350597 +249799,2814.275206,2249.288215,2570.767349,1352.051968,2124.938429 +249800,2813.888299,2243.567549,2567.462645,1353.291281,2122.650321 +249801,2813.516998,2237.834393,2564.204868,1354.521703,2120.467923 +249802,2813.155897,2232.001266,2560.988718,1355.741445,2118.374974 +249803,2812.799208,2226.372396,2557.770079,1356.954407,2116.356582 +249804,2812.494357,2224.238163,2554.635279,1364.983281,2114.440941 +249805,2812.979155,2219.577303,2552.424929,1367.336072,2112.641429 +249806,2813.893052,2214.247011,2550.806269,1369.228278,2110.895176 +249807,2814.801418,2208.822424,2549.330688,1371.003384,2109.150861 +249808,2815.517936,2203.34991,2547.778295,1372.70778,2107.400721 +249809,2816.028127,2197.91488,2546.103331,1376.397619,2105.650941 +249810,2816.389638,2192.352059,2544.336807,1375.524411,2103.9161 +249811,2816.635906,2186.051338,2542.502825,1382.814659,2102.187727 +249812,2816.641971,2171.734553,2540.504791,1368.525192,2100.376334 +249813,2816.651731,2184.095426,2538.486953,1383.931241,2098.678137 +249814,2816.512868,2153.828701,2536.349701,1379.340003,2096.968061 +249815,2816.139471,2163.981142,2534.040994,1381.118151,2095.165118 +249816,2815.800506,2151.510369,2531.736894,1382.105292,2093.463849 +249817,2815.439114,2145.604124,2529.405508,1382.968875,2091.808322 +249818,2817.697257,2138.967867,2528.750125,1383.806732,2092.272729 +249819,2815.783036,2132.117478,2525.434551,1384.51029,2089.555012 +249820,2814.700248,2125.333283,2522.648752,1385.389427,2087.530117 +249821,2813.868207,2118.458328,2520.009796,1386.098673,2085.709587 +249822,2813.169542,2111.570013,2517.444457,1386.799619,2084.005429 +249823,2812.533254,2104.775723,2514.915916,1387.618537,2082.370606 +249824,2811.922952,2097.609975,2512.405582,1388.116596,2080.786005 +249825,2811.315071,2090.788235,2509.902881,1388.860994,2079.233412 +249826,2810.710677,2083.763753,2507.40877,1389.439985,2077.714739 +249827,2810.098091,2076.725581,2504.9176,1390.072533,2076.216669 +249828,2809.480443,2069.7486,2502.43054,1390.623386,2074.741432 +249829,2808.850918,2062.687753,2499.944669,1391.214844,2073.27956 +249830,2808.213267,2055.814067,2497.461447,1391.726192,2071.834173 +249831,2807.558303,2048.538994,2494.97634,1392.24177,2070.394306 +249832,2806.887548,2041.544715,2492.49042,1392.742809,2068.959793 +249833,2806.2084,2034.529715,2490.008137,1393.226536,2067.53537 +249834,2805.52317,2027.425214,2487.530865,1393.692977,2066.12184 +249835,2804.830326,2020.332231,2485.057736,1394.237118,2064.71708 +249836,2804.130697,2013.304634,2482.589485,1394.52943,2063.320879 +249837,2803.424905,2006.200428,2480.12672,1395.014124,2061.932909 +249838,2802.706383,1999.28699,2477.665412,1397.445741,2060.547242 +249839,2801.98273,1992.018933,2475.210536,1393.217546,2059.169017 +249840,2801.23355,1985.029789,2472.74911,1407.442195,2057.781456 +249841,2803.162728,1848.135044,2471.78623,1272.007366,2057.848627 +249842,2786.688078,1866.818422,2458.603585,1292.720768,2039.649203 +249843,2764.743169,1844.373822,2441.536027,1282.605031,2014.3399 +249844,2744.817182,1860.639581,2425.474947,1283.147789,1989.596183 +249845,2729.990108,1799.759792,2412.500565,1282.324966,1968.68193 +249846,2719.749959,1853.629893,2402.406426,1281.76868,1951.39172 +249847,2712.631058,1788.334336,2394.36149,1281.087823,1936.698575 +249848,2707.446242,1817.769395,2387.675219,1280.525955,1924.324928 +249849,2703.354933,1796.387833,2381.838858,1279.98256,1913.456354 +249850,2699.969291,1791.085453,2376.605089,1279.462538,1903.775099 +249851,2697.090848,1783.221681,2371.833872,1279.051081,1895.082908 +249852,2694.569535,1775.722549,2367.412314,1278.433728,1887.210291 +249853,2692.311595,1768.028106,2363.264213,1278.023553,1880.031017 +249854,2690.244463,1760.594934,2359.328845,1277.548946,1873.437562 +249855,2688.266862,1770.486374,2355.528933,1277.096939,1867.302841 +249856,2686.455487,1720.146032,2351.902701,1276.654411,1861.642052 +249857,2684.729502,1764.32803,2348.389582,1276.219989,1856.352227 +249858,2683.046851,1707.786687,2344.955292,1275.793337,1851.364769 +249859,2681.435475,1733.037654,2341.611291,1275.374155,1846.669044 +249860,2679.821731,1713.853207,2338.305029,1274.961973,1842.178623 +249861,2678.225997,1708.849268,2335.044766,1274.556858,1837.883349 +249862,2676.668167,1701.650305,2331.839223,1274.15838,1833.775802 +249863,2675.134524,1694.548712,2328.676567,1273.766553,1829.825702 +249864,2673.625059,1687.37521,2325.554531,1273.381139,1826.016355 +249865,2672.136032,1680.634597,2322.469011,1273.002245,1822.330443 +249866,2670.665265,1673.443774,2319.417264,1272.629655,1818.753727 +249867,2669.212869,1666.632792,2316.398265,1272.263512,1815.275342 +249868,2667.777854,1659.769049,2313.410485,1271.903602,1811.884959 +249869,2666.358981,1652.975342,2310.452399,1271.550087,1808.573275 +249870,2664.955371,1646.23756,2307.522842,1271.202745,1805.332326 +249871,2663.563499,1640.045491,2304.619046,1271.338929,1802.152981 +249872,2662.282821,1634.298594,2301.79291,1271.708769,1799.024082 +249873,2661.144828,1628.420401,2299.072328,1271.92652,1795.936728 +249874,2660.162774,1622.717976,2296.466182,1272.158164,1792.88564 +249875,2659.29976,1617.07877,2293.959769,1272.794738,1789.865276 +249876,2658.543358,1611.513582,2291.54225,1273.062695,1786.870862 +249877,2657.86128,1606.021681,2289.209064,1273.590327,1783.899795 +249878,2659.96976,1600.602459,2288.684812,1274.060742,1783.084084 +249879,2658.021772,1595.251591,2285.604934,1274.540793,1779.11565 +249880,2656.957082,1589.980036,2283.116649,1275.163512,1775.808653 +249881,2656.169362,1586.693713,2280.812035,1275.635767,1772.67515 +249882,2655.55722,1582.893711,2278.619628,1276.32016,1769.63173 +249883,2655.052721,1578.963586,2276.522794,1276.843529,1766.650409 +249884,2654.635874,1575.164892,2274.488991,1277.576528,1763.716312 +249885,2654.270551,1571.41394,2272.507497,1278.14629,1761.021526 +249886,2653.958522,1567.724774,2270.584561,1278.924696,1758.136697 +249887,2653.68209,1564.099352,2268.705809,1279.537721,1755.276151 +249888,2653.451905,1560.539553,2266.865419,1280.358417,1752.442301 +249889,2653.225285,1573.257334,2265.057512,1272.987124,1749.615046 +249890,2652.519007,1508.85478,2262.474493,1272.273922,1746.9419 +249891,2651.537002,1557.440304,2259.425083,1272.310024,1744.380089 +249892,2650.466119,1541.305385,2256.266911,1272.68547,1741.765971 +249893,2649.601677,1519.88485,2253.328464,1272.961597,1739.18872 +249894,2648.964536,1549.460605,2250.658431,1273.499825,1736.62872 +249895,2648.507684,1503.344845,2248.212669,1274.384174,1734.087611 +249896,2648.164085,1548.571902,2245.927535,1275.621787,1731.536345 +249897,2647.898132,1495.842296,2243.763125,1277.007114,1729.163434 +249898,2647.689637,1541.685068,2241.696234,1278.510547,1726.559949 +249899,2647.522026,1494.277522,2239.707689,1280.211992,1723.946788 +249900,2647.237101,1530.327386,2237.651418,1284.711809,1721.088131 +249901,2647.802861,1603.337789,2236.718387,1385.699357,1720.445529 +249902,2662.131731,1622.564914,2245.153983,1395.74094,1733.965687 +249903,2682.964518,1614.485944,2258.351094,1396.364232,1756.353823 +249904,2701.630106,1614.506356,2270.253656,1399.75187,1777.426653 +249905,2714.894691,1613.253958,2278.703268,1405.942562,1794.080743 +249906,2723.625966,1611.944765,2284.345608,1407.986724,1807.316215 +249907,2729.248927,1610.635725,2287.940069,1414.575267,1817.358231 +249908,2733.002005,1609.337053,2290.213146,1407.24609,1825.246551 +249909,2735.65056,1607.945642,2291.632858,1414.686202,1831.558523 +249910,2737.577948,1606.852531,2292.450012,1416.056846,1836.627797 +249911,2739.059426,1605.651713,2292.858808,1433.199319,1840.729066 +249912,2740.239013,1604.293286,2292.972913,1408.732628,1844.042011 +249913,2741.48518,1603.193877,2293.049828,1445.165178,1846.928016 +249914,2746.666665,1602.027011,2296.579966,1424.948296,1855.652695 +249915,2753.535818,1600.898073,2301.543843,1436.668422,1866.16514 +249916,2755.927304,1599.792849,2301.826986,1438.939249,1867.707877 +249917,2758.782301,1598.725967,2303.113936,1442.355942,1871.378093 +249918,2760.690825,1597.676231,2303.432987,1445.949898,1873.039778 +249919,2763.671095,1596.657283,2304.912768,1449.699659,1876.705292 +249920,2765.607719,1595.658253,2305.241834,1453.390859,1877.997852 +249921,2765.049093,1594.685702,2303.309453,1457.092551,1875.263997 +249922,2768.888658,1593.744567,2305.96032,1461.207279,1880.916409 +249923,2775.551657,1592.81708,2310.721282,1465.098187,1889.564816 +249924,2781.14346,1591.912288,2314.047645,1469.120428,1895.121625 +249925,2782.097195,1591.030096,2313.051864,1473.243954,1893.012628 +249926,2780.441384,1590.174837,2310.195502,1477.276901,1888.153156 +249927,2783.447892,1589.344808,2312.222209,1481.752633,1892.297364 +249928,2785.413194,1588.521388,2312.612267,1485.99313,1892.801897 +249929,2788.579765,1588.666931,2314.296271,1488.974665,1895.705856 +249930,2789.981868,1588.134538,2314.633233,1493.132102,1895.78593 +249931,2792.317306,1587.361277,2316.375765,1497.271261,1898.365323 +249932,2797.710463,1586.551499,2320.978078,1501.33649,1905.817115 +249933,2802.444857,1585.731563,2324.416412,1511.045624,1910.731322 +249934,2806.017669,1583.746916,2326.764754,1503.334397,1913.863711 +249935,2805.799643,1582.876352,2324.978122,1524.95751,1910.21982 +249936,2807.288421,1581.878432,2325.027078,1517.596836,1910.382871 +249937,2811.876263,1581.006998,2327.861817,1525.954842,1915.415476 +249938,2816.104113,1580.140674,2330.023009,1530.181866,1918.809392 +249939,2815.984378,1579.294173,2328.125677,1534.436463,1914.955373 +249940,2813.2892,1578.469616,2324.423526,1539.268196,1908.451456 +249941,2811.336202,1577.660514,2321.85833,1543.879815,1904.320787 +249942,2810.098999,1576.863847,2319.920462,1548.699437,1901.206795 +249943,2809.39913,1576.083541,2318.409092,1553.26712,1898.754334 +249944,2809.13317,1575.318579,2317.236607,1558.335954,1896.828701 +249945,2809.228502,1574.569051,2316.350431,1563.149129,1895.351844 +249946,2809.629029,1573.946761,2315.711643,1567.930208,1894.264847 +249947,2816.981722,1572.954603,2321.746206,1573.291282,1905.021719 +249948,2821.809926,1572.483629,2324.392349,1578.141905,1908.729384 +249949,2821.111112,1571.700182,2322.064403,1583.120416,1903.899848 +249950,2820.739343,1571.047134,2320.83627,1588.292636,1901.782708 +249951,2827.563726,1570.389663,2326.549046,1593.522048,1911.987036 +249952,2832.160997,1569.733399,2329.092948,1604.014195,1915.462348 +249953,2837.276646,1569.106228,2332.508218,1596.819816,1920.836655 +249954,2840.236058,1568.596275,2333.772797,1617.027421,1922.248053 +249955,2844.667104,1567.831734,2336.463423,1612.827812,1926.431868 +249956,2852.456768,1567.320187,2342.61661,1620.583406,1936.638777 +249957,2858.681133,1566.720409,2346.790318,1626.197468,1942.767499 +249958,2863.10796,1566.156512,2349.421458,1631.398769,1946.287619 +249959,2862.277888,1565.601121,2347.255195,1636.534495,1941.486514 +249960,2858.698987,1565.066639,2343.168449,1642.234369,1933.983568 +249961,2856.618764,1587.149785,2340.679707,1672.436719,1929.474765 +249962,2859.031444,1588.191933,2341.033583,1676.443313,1929.419529 +249963,2863.484045,1588.488784,2342.741784,1683.655811,1931.606327 +249964,2873.985985,1588.88586,2350.456139,1691.373216,1944.671551 +249965,2881.413897,1588.887501,2354.760752,1701.331156,1951.002023 +249966,2883.22787,1589.087876,2354.132401,1701.560657,1949.068898 +249967,2890.252029,1589.174512,2359.823102,1709.617165,1959.245282 +249968,2894.946809,1589.237991,2362.618199,1716.057937,1963.428115 +249969,2894.940795,1589.303773,2361.148835,1726.233399,1960.205225 +249970,2901.412071,1589.373917,2366.307136,1728.090005,1969.372999 +249971,2905.411928,1589.418726,2368.721902,1734.403773,1972.814332 +249972,2910.548933,1589.478518,2372.267208,1745.779557,1978.446465 +249973,2913.283377,1589.528685,2373.956169,1747.467128,1980.557128 +249974,2912.410255,1589.581832,2371.936852,1756.498368,1976.289021 +249975,2912.09348,1589.643413,2371.058722,1763.011445,1974.541252 +249976,2912.67013,1589.699996,2370.679089,1763.834891,1973.615348 +249977,2919.433137,1589.766013,2376.540299,1769.290584,1983.798183 +249978,2930.045313,1589.823552,2385.004316,1776.792445,1997.668203 +249979,2932.613433,1589.877508,2385.459709,1779.442191,1996.750304 +249980,2935.182684,1589.956358,2387.029618,1781.859327,1998.917957 +249981,2941.165799,1590.028103,2391.957036,1786.376388,2007.060601 +249982,2945.882346,1589.984844,2395.226473,1790.988246,2011.74196 +249983,2949.463853,1590.223774,2397.263184,1795.061384,2014.36901 +249984,2951.72438,1590.227773,2398.531599,1798.700553,2015.801299 +249985,2949.489992,1590.325036,2395.662917,1800.216794,2010.023976 +249986,2944.606933,1590.417088,2390.907911,1800.159285,2001.563894 +249987,2940.365066,1590.620346,2387.167619,1800.278076,1995.347226 +249988,2936.698206,1590.553935,2383.905146,1800.843131,1989.966071 +249989,2939.374462,1590.739597,2386.63026,1804.617392,1995.195245 +249990,2940.10034,1590.819127,2386.545447,1808.111856,1994.52639 +249991,2942.092166,1590.574143,2387.890484,1812.072636,1996.653367 +249992,2942.121911,1590.247596,2387.148667,1815.170962,1994.938573 +249993,2937.67752,1589.88936,2382.37979,1815.87658,1986.464367 +249994,2933.614947,1589.512485,2378.610227,1816.317055,1980.558434 +249995,2937.115053,1589.113396,2382.067271,1820.422989,1987.605172 +249996,2945.25925,1588.68408,2388.869102,1827.492764,1999.578254 +249997,2951.44513,1588.236954,2393.068593,1834.042614,2006.268551 +249998,2949.687495,1587.774544,2389.86525,1836.544913,2000.063569 +249999,2949.111143,1587.312169,2388.923742,1838.831868,1999.042183 +250000,2953.128591,1586.82398,2392.27574,1843.418646,2005.542952 +250001,2950.780912,1586.309134,2388.898758,1845.384371,1999.488556 +250002,2950.01088,1585.804066,2387.91349,1847.548936,1998.633692 +250003,2953.974955,1585.274625,2391.261927,1852.16424,2005.303166 +250004,2957.317591,1584.725841,2393.342203,1856.931828,2009.068903 +250005,2953.798975,1584.166785,2388.884268,1858.353015,2001.29537 +250006,2946.162673,1583.606208,2381.441587,1857.144444,1989.237991 +250007,2939.432977,1583.03488,2375.506759,1855.997477,1980.564113 +250008,2933.543696,1582.447452,2370.293327,1855.379485,1973.175231 +250009,2936.557401,1581.858544,2373.483432,1859.199816,1980.683944 +250010,2945.26895,1581.245749,2380.828801,1866.628301,1994.312178 +250011,2951.851599,1580.623606,2385.243718,1873.543309,2001.855398 +250012,2949.028302,1579.994074,2380.878211,1875.64914,1994.02523 +250013,2947.848883,1579.373158,2379.442926,1877.581,1992.740798 +250014,2945.012243,1578.723455,2376.255181,1878.834658,1988.148181 +250015,2944.837177,1578.077013,2375.879397,1881.440059,1988.833184 +250016,2942.565286,1577.410238,2373.126894,1883.100914,1984.956126 +250017,2934.856871,1576.62976,2365.450776,1881.963965,1972.679488 +250018,2936.686551,1576.132049,2367.693409,1884.940591,1978.860494 +250019,2935.997197,1575.352963,2366.195104,1887.605363,1977.084239 +250020,2937.530164,1574.685988,2367.132888,1891.123576,1979.993265 +250021,2945.722386,1540.925105,2374.105088,1898.048775,1993.265046 +250022,2938.956079,1539.76594,2366.796894,1897.692564,1981.167274 +250023,2931.696751,1538.881538,2360.741732,1896.003074,1972.863698 +250024,2923.109653,1537.940845,2352.970441,1894.094451,1960.82008 +250025,2918.848026,1537.026981,2349.453011,1894.87698,1956.00929 +250026,2922.950347,1536.106251,2352.862429,1900.326774,1962.592223 +250027,2918.308477,1535.167393,2346.742892,1902.37061,1951.035525 +250028,2916.170515,1534.256064,2344.254355,1904.682476,1947.217243 +250029,2920.976409,1533.323951,2348.179304,1910.433942,1954.521502 +250030,2916.994397,1532.372927,2342.504013,1912.333648,1943.879551 +250031,2906.316116,1531.442178,2332.262926,1910.351623,1926.523557 +250032,2906.538821,1530.509989,2333.120887,1912.816819,1929.932419 +250033,2914.128719,1529.54934,2339.683409,1919.768015,1942.134481 +250034,2911.092874,1528.577947,2334.973037,1922.268213,1933.28507 +250035,2900.915307,1527.626556,2324.806366,1920.264078,1916.290244 +250036,2891.952329,1526.666985,2316.884961,1918.073101,1904.483672 +250037,2895.01496,1525.700831,2320.470055,1921.729914,1913.170856 +250038,2894.790403,1524.705688,2319.209345,1924.958803,1911.585138 +250039,2886.190328,1523.830235,2310.267393,1923.812997,1896.839167 +250040,2889.866738,1522.705839,2314.301751,1927.687771,1906.455228 +250041,2901.811222,1521.667221,2324.623757,1936.664258,1925.532108 +250042,2900.266388,1520.791688,2320.760929,1939.922538,1918.128967 +250043,2889.856431,1519.834227,2310.177999,1937.591076,1900.661277 +250044,2880.740184,1518.685451,2302.176709,1934.976063,1889.177402 +250045,2872.610896,1517.748985,2295.33298,1933.079275,1879.749811 +250046,2878.629457,1516.727647,2301.618538,1937.961768,1893.618101 +250047,2893.2823,1515.694488,2314.343716,1948.409624,1916.917312 +250048,2904.379798,1514.541645,2321.949559,1957.80856,1929.677246 +250049,2900.577012,1513.663171,2315.985504,1959.904743,1918.724307 +250050,2898.791385,1512.567996,2314.064305,1961.291061,1917.039409 +250051,2894.764784,1511.851884,2309.837177,1961.795522,1911.014294 +250052,2894.392775,1511.1985,2309.470789,1964.050742,1912.169965 +250053,2902.154352,1510.565693,2316.401701,1970.83129,1925.693751 +250054,2898.171285,1509.933747,2310.907536,1972.907249,1915.873522 +250055,2886.31016,1509.349607,2299.413925,1970.185827,1896.977092 +250056,2887.367823,1508.784536,2301.509979,1972.974105,1903.412612 +250057,2897.2286,1508.202876,2310.311951,1981.314754,1919.899678 +250058,2893.989596,1507.627444,2305.231788,1984.249431,1910.345602 +250059,2892.92992,1507.101675,2303.993198,1986.989124,1909.411937 +250060,2889.216861,1506.554929,2299.942797,1988.660298,1903.142197 +250061,2877.930911,1506.1353,2289.027549,1986.640143,1885.08668 +250062,2880.224283,1505.477874,2292.240973,1990.268018,1893.288245 +250063,2891.965796,1504.925451,2302.697717,1999.734747,1912.451527 +250064,2889.344482,1504.544276,2297.943313,2003.222683,1903.106396 +250065,2877.110301,1504.094114,2285.837432,2000.758345,1882.644707 +250066,2866.404492,1503.473362,2276.638484,1998.095858,1868.827276 +250067,2870.668338,1503.083071,2281.976261,2002.911626,1880.782599 +250068,2871.057144,1502.56938,2281.230678,2007.414506,1879.743503 +250069,2860.871214,1501.992709,2270.728508,2006.224364,1861.902587 +250070,2851.680647,1501.715034,2262.569282,2004.499078,1849.780516 +250071,2843.481202,1501.292384,2255.533249,2003.401695,1839.653344 +250072,2852.380639,1500.707925,2264.222629,2010.208067,1857.518547 +250073,2854.273643,1500.320524,2264.912555,2015.894566,1858.640387 +250074,2859.113934,1499.883681,2268.904333,2021.920119,1866.350382 +250075,2875.657672,1499.337862,2283.300967,2034.107932,1892.156599 +250076,2873.671778,1499.048795,2278.277474,2038.564423,1881.526376 +250077,2873.962206,1498.574734,2278.027689,2042.333583,1881.865826 +250078,2885.641021,1498.167675,2288.571792,2051.858909,1901.042742 +250079,2895.704927,1497.846769,2295.739285,2061.842865,1912.537463 +250080,2889.87536,1497.256375,2288.145599,2064.022592,1897.945431 +250081,2875.835029,1430.565767,2274.843432,2060.792862,1875.410384 +250082,2867.772359,1429.613001,2270.948687,2058.479979,1873.08842 +250083,2852.69222,1428.627281,2258.687061,2054.407214,1854.082642 +250084,2843.386233,1427.824854,2251.303956,2053.595276,1843.246896 +250085,2833.057332,1427.008948,2241.691335,2053.86768,1826.518553 +250086,2829.130501,1426.226413,2238.351617,2057.546165,1820.52129 +250087,2823.762001,1425.432247,2232.40258,2060.841725,1808.808564 +250088,2823.484761,1424.772726,2231.710199,2066.020088,1806.845868 +250089,2834.114044,1442.794406,2240.908539,2076.615145,1821.880459 +250090,2829.60948,1395.041448,2234.059454,2080.769716,1806.862738 +250091,2815.198351,1435.794729,2219.799185,2078.502594,1780.964626 +250092,2816.67879,1436.014645,2222.466436,2082.70648,1786.982959 +250093,2814.925782,1395.230797,2219.926865,2086.877058,1781.676865 +250094,2816.841373,1432.367509,2221.314206,2092.70765,1783.948598 +250095,2828.908826,1422.293159,2232.016784,2103.477095,1802.432415 +250096,2838.512033,1409.964,2238.941125,2113.989143,1812.783509 +250097,2844.620283,1421.797664,2242.547608,2122.47382,1817.507655 +250098,2837.067918,1416.093665,2233.869939,2124.078408,1800.995557 +250099,2822.207503,1416.54549,2220.021066,2120.761978,1777.388868 +250100,2809.198425,1420.883692,2209.441834,2117.792555,1760.944591 +250101,2798.310894,1409.425821,2200.474707,2116.00625,1747.355563 +250102,2788.717927,1431.929662,2192.490599,2115.065347,1735.486764 +250103,2779.866387,1386.997279,2185.298039,2114.763845,1725.001534 +250104,2772.217102,1425.048173,2178.771125,2114.929588,1715.691233 +250105,2765.279224,1408.798354,2172.77906,2115.412781,1707.350889 +250106,2759.010502,1410.758495,2167.296881,2116.208523,1699.911224 +250107,2770.440878,1410.08859,2178.932365,2125.380773,1723.109403 +250108,2774.850884,1409.287049,2181.069427,2133.020295,1726.605871 +250109,2782.324174,1408.543824,2187.157262,2141.346602,1738.139046 +250110,2800.966701,1431.896503,2203.544077,2155.343099,1767.416405 +250111,2799.013498,1371.008644,2198.272174,2160.753508,1756.106788 +250112,2785.097497,1422.386885,2184.36722,2158.294821,1732.319366 +250113,2774.248473,1400.49158,2175.426005,2155.830121,1719.443418 +250114,2765.547419,1402.661103,2168.373842,2154.503373,1709.879954 +250115,2758.014568,1401.424158,2162.196975,2153.861917,1701.835582 +250116,2768.895538,1400.062672,2173.877312,2161.870202,1725.716373 +250117,2791.147761,1420.016978,2193.89095,2177.020628,1762.277114 +250118,2807.67556,1365.683922,2206.348403,2190.628101,1783.085315 +250119,2801.558818,1435.668938,2197.307712,2192.943136,1765.817765 +250120,2784.315333,1354.530028,2180.745966,2187.620236,1738.296454 +250121,2771.630847,1410.284016,2170.546031,2183.246999,1724.064334 +250122,2761.703721,1404.075419,2162.675043,2180.603252,1713.738909 +250123,2769.569168,1365.507698,2171.721653,2186.730528,1733.485766 +250124,2771.409713,1399.907796,2172.220459,2191.804973,1735.345452 +250125,2776.455632,1389.379338,2176.663664,2197.621824,1745.190814 +250126,2775.942611,1377.573427,2175.104838,2201.067955,1743.667959 +250127,2763.199965,1401.022648,2162.478702,2198.045265,1723.146838 +250128,2769.077976,1360.938755,2169.842594,2202.518016,1740.322611 +250129,2769.640786,1403.004121,2169.371346,2206.387744,1740.76991 +250130,2773.023094,1357.708057,2172.271104,2211.309499,1747.92943 +250131,2771.873918,1390.961856,2170.354622,2214.093994,1746.038385 +250132,2774.871551,1366.507369,2173.21739,2218.257179,1753.441665 +250133,2773.18127,1377.133485,2170.907412,2220.620579,1750.930504 +250134,2775.018455,1371.429134,2172.660334,2224.202854,1756.321079 +250135,2772.839058,1370.417919,2170.07053,2226.193998,1753.477372 +250136,2774.797111,1368.738994,2172.135079,2229.682011,1759.613072 +250137,2772.406354,1367.005317,2169.35293,2231.51543,1756.460891 +250138,2759.213938,1365.272364,2156.754998,2227.695159,1736.469957 +250139,2763.132065,1363.548245,2162.35443,2230.86139,1750.690055 +250140,2762.325468,1361.752733,2160.915253,2233.51727,1749.881041 +250141,2067.613807,1360.081812,1135.561394,1834.678475,2472.17736 +250142,2157.93409,1488.203147,1185.228629,1915.480681,2532.05493 +250143,2271.924965,1492.465678,1250.208049,2014.124025,2598.049963 +250144,2374.559496,1492.050355,1311.179691,2096.957001,2652.956116 +250145,2447.747413,1492.455234,1358.04252,2148.964673,2686.409765 +250146,2489.714838,1491.817038,1389.255285,2171.635171,2696.921396 +250147,2512.92116,1490.995504,1410.48525,2178.795012,2695.248996 +250148,2527.421767,1490.097828,1426.458516,2180.691301,2689.614343 +250149,2537.716398,1489.141936,1439.327016,2181.566145,2683.181775 +250150,2545.703871,1488.142955,1450.078262,2182.68305,2677.077298 +250151,2552.174578,1487.109269,1459.209469,2184.331463,2671.630192 +250152,2557.489213,1486.044921,1467.016902,2185.957002,2666.867178 +250153,2561.867498,1484.93387,1473.716932,2187.614082,2662.726334 +250154,2565.477182,1483.820517,1479.484365,2189.243538,2659.128907 +250155,2568.45982,1482.693068,1484.467058,2190.830015,2656.00496 +250156,2570.931782,1481.549902,1488.788901,2192.371304,2653.293941 +250157,2572.985741,1480.394021,1492.552665,2193.865645,2650.942951 +250158,2574.694852,1479.225173,1495.843526,2195.30998,2648.905884 +250159,2576.116951,1478.045688,1498.732205,2196.701174,2647.142568 +250160,2577.298283,1476.854878,1501.277682,2198.037137,2645.618298 +250161,2578.27294,1475.654479,1503.529207,2199.316901,2644.303007 +250162,2579.074859,1474.443563,1505.528017,2200.540386,2643.170757 +250163,2579.729427,1473.223452,1507.308633,2201.883732,2642.199032 +250164,2580.252665,1471.993062,1508.900027,2202.97165,2641.368342 +250165,2580.663933,1470.753466,1510.326489,2204.002059,2640.661661 +250166,2580.974173,1469.503513,1511.608476,2204.982168,2640.064217 +250167,2581.197603,1468.225351,1512.763197,2205.914445,2639.56305 +250168,2581.338533,1466.949837,1513.803792,2206.796471,2639.144053 +250169,2581.408034,1465.575142,1514.742937,2207.627985,2638.798089 +250170,2581.410761,1464.421988,1515.591835,2208.409521,2638.517847 +250171,2581.355669,1463.342897,1516.35982,2209.329677,2638.296464 +250172,2581.255051,1462.403942,1517.066787,2209.92411,2638.127423 +250173,2581.123255,1461.474055,1517.728038,2210.378028,2638.004742 +250174,2580.962547,1460.559772,1518.351772,2210.699338,2637.923072 +250175,2580.777626,1459.657622,1518.941786,2210.904239,2637.87765 +250176,2580.565929,1458.765312,1519.500117,2211.006496,2637.864257 +250177,2580.330717,1457.881704,1520.028326,2211.015153,2637.879126 +250178,2580.069442,1454.29955,1520.527891,2210.935704,2637.91887 +250179,2579.477645,1452.915578,1520.886197,2210.111112,2637.982788 +250180,2578.665926,1451.851403,1521.141189,2208.632049,2638.064266 +250181,2577.79901,1450.621513,1521.35075,2207.266033,2638.160422 +250182,2576.959474,1449.630004,1521.547234,2206.027568,2638.269939 +250183,2576.170658,1448.575561,1521.740459,2204.92518,2638.39157 +250184,2575.424745,1447.55005,1521.930006,2203.90321,2638.523832 +250185,2574.704172,1446.53555,1522.113121,2202.906556,2638.665088 +250186,2574.001581,1445.529672,1522.287613,2201.899847,2638.813734 +250187,2573.310935,1444.531357,1522.452197,2200.864563,2638.968261 +250188,2572.627153,1443.539466,1522.606162,2199.590377,2639.127325 +250189,2571.946354,1442.55353,1522.749068,2198.473694,2639.289715 +250190,2571.265764,1441.572815,1522.880614,2197.315905,2639.45439 +250191,2570.583359,1440.597291,1523.000583,2196.108499,2639.620421 +250192,2569.897647,1439.625848,1523.108848,2194.84546,2639.787011 +250193,2569.20746,1438.658619,1523.205334,2193.524233,2639.953415 +250194,2568.511908,1437.695069,1523.290039,2192.144699,2640.118995 +250195,2567.81032,1436.735127,1523.363013,2190.707613,2640.283183 +250196,2567.102212,1435.778289,1523.424356,2189.213745,2640.445498 +250197,2566.387222,1434.824545,1523.474196,2187.663613,2640.605501 +250198,2565.665121,1433.873437,1523.512695,2186.057546,2640.76282 +250199,2564.935741,1432.925003,1523.540025,2184.395772,2640.917108 +250200,2564.198989,1431.978816,1523.556377,2182.489181,2641.068064 +250201,0,0,0,0,0 +250202,0,0,0,0,0 +250203,0,0,0,0,0 +250204,0,0,0,0,0 +250205,0,0,0,0,0 +250206,0,0,0,0,0 +250207,0,0,0,0,0 +250208,0,0,0,0,0 +250209,0,0,0,0,0 +250210,0,0,0,0,0 +250211,0,0,0,0,0 +250212,0,0,0,0,0 +250213,0,0,0,0,0 +250214,0,0,0,0,0 +250215,0,0,0,0,0 +250216,0,0,0,0,0 +250217,0,0,0,0,0 +250218,0,0,0,0,0 +250219,0,0,0,0,0 +250220,0,0,0,0,0 +250221,0,0,0,0,0 +250222,0,0,0,0,0 +250223,0,0,0,0,0 +250224,0,0,0,0,0 +250225,0,0,0,0,0 +250226,0,0,0,0,0 +250227,0,0,0,0,0 +250228,0,0,0,0,0 +250229,0,0,0,0,0 +250230,0,0,0,0,0 +250231,0,0,0,0,0 +250232,0,0,0,0,0 +250233,0,0,0,0,0 +250234,0,0,0,0,0 +250235,0,0,0,0,0 +250236,0,0,0,0,0 +250237,0,0,0,0,0 +250238,0,0,0,0,0 +250239,0,0,0,0,0 +250240,0,0,0,0,0 +250241,0,0,0,0,0 +250242,0,0,0,0,0 +250243,0,0,0,0,0 +250244,0,0,0,0,0 +250245,0,0,0,0,0 +250246,0,0,0,0,0 +250247,0,0,0,0,0 +250248,0,0,0,0,0 +250249,0,0,0,0,0 +250250,0,0,0,0,0 +250251,0,0,0,0,0 +250252,0,0,0,0,0 +250253,0,0,0,0,0 +250254,0,0,0,0,0 +250255,0,0,0,0,0 +250256,0,0,0,0,0 +250257,0,0,0,0,0 +250258,0,0,0,0,0 +250259,0,0,0,0,0 +250260,0,0,0,0,0 +250261,0,0,0,0,0 +250262,0,0,0,0,0 +250263,0,0,0,0,0 +250264,0,0,0,0,0 +250265,0,0,0,0,0 +250266,0,0,0,0,0 +250267,0,0,0,0,0 +250268,0,0,0,0,0 +250269,0,0,0,0,0 +250270,0,0,0,0,0 +250271,0,0,0,0,0 +250272,0,0,0,0,0 +250273,0,0,0,0,0 +250274,0,0,0,0,0 +250275,0,0,0,0,0 +250276,0,0,0,0,0 +250277,0,0,0,0,0 +250278,0,0,0,0,0 +250279,0,0,0,0,0 +250280,0,0,0,0,0 +250281,0,0,0,0,0 +250282,0,0,0,0,0 +250283,0,0,0,0,0 +250284,0,0,0,0,0 +250285,0,0,0,0,0 +250286,0,0,0,0,0 +250287,0,0,0,0,0 +250288,0,0,0,0,0 +250289,0,0,0,0,0 +250290,0,0,0,0,0 +250291,0,0,0,0,0 +250292,0,0,0,0,0 +250293,0,0,0,0,0 +250294,0,0,0,0,0 +250295,0,0,0,0,0 +250296,0,0,0,0,0 +250297,0,0,0,0,0 +250298,0,0,0,0,0 +250299,0,0,0,0,0 +250300,0,0,0,0,0 +250301,0,0,0,0,0 +250302,0,0,0,0,0 +250303,0,0,0,0,0 +250304,0,0,0,0,0 +250305,0,0,0,0,0 +250306,0,0,0,0,0 +250307,0,0,0,0,0 +250308,0,0,0,0,0 +250309,0,0,0,0,0 +250310,0,0,0,0,0 +250311,0,0,0,0,0 +250312,0,0,0,0,0 +250313,0,0,0,0,0 +250314,0,0,0,0,0 +250315,0,0,0,0,0 +250316,0,0,0,0,0 +250317,0,0,0,0,0 +250318,0,0,0,0,0 +250319,0,0,0,0,0 +250320,0,0,0,0,0 +250321,0,0,0,0,0 +250322,0,0,0,0,0 +250323,0,0,0,0,0 +250324,0,0,0,0,0 +250325,0,0,0,0,0 +250326,0,0,0,0,0 +250327,0,0,0,0,0 +250328,0,0,0,0,0 +250329,0,0,0,0,0 +250330,0,0,0,0,0 +250331,0,0,0,0,0 +250332,0,0,0,0,0 +250333,0,0,0,0,0 +250334,0,0,0,0,0 +250335,0,0,0,0,0 +250336,0,0,0,0,0 +250337,0,0,0,0,0 +250338,0,0,0,0,0 +250339,0,0,0,0,0 +250340,0,0,0,0,0 +250341,0,0,0,0,0 +250342,0,0,0,0,0 +250343,0,0,0,0,0 +250344,0,0,0,0,0 +250345,0,0,0,0,0 +250346,0,0,0,0,0 +250347,0,0,0,0,0 +250348,0,0,0,0,0 +250349,0,0,0,0,0 +250350,0,0,0,0,0 +250351,0,0,0,0,0 +250352,0,0,0,0,0 +250353,0,0,0,0,0 +250354,0,0,0,0,0 +250355,0,0,0,0,0 +250356,0,0,0,0,0 +250357,0,0,0,0,0 +250358,0,0,0,0,0 +250359,0,0,0,0,0 +250360,0,0,0,0,0 +250361,0,0,0,0,0 +250362,0,0,0,0,0 +250363,0,0,0,0,0 +250364,0,0,0,0,0 +250365,0,0,0,0,0 +250366,0,0,0,0,0 +250367,0,0,0,0,0 +250368,0,0,0,0,0 +250369,0,0,0,0,0 +250370,0,0,0,0,0 +250371,0,0,0,0,0 +250372,0,0,0,0,0 +250373,0,0,0,0,0 +250374,0,0,0,0,0 +250375,0,0,0,0,0 +250376,0,0,0,0,0 +250377,0,0,0,0,0 +250378,0,0,0,0,0 +250379,0,0,0,0,0 +250380,0,0,0,0,0 +250381,0,0,0,0,0 +250382,0,0,0,0,0 +250383,0,0,0,0,0 +250384,0,0,0,0,0 +250385,0,0,0,0,0 +250386,0,0,0,0,0 +250387,0,0,0,0,0 +250388,0,0,0,0,0 +250389,0,0,0,0,0 +250390,0,0,0,0,0 +250391,0,0,0,0,0 +250392,0,0,0,0,0 +250393,0,0,0,0,0 +250394,0,0,0,0,0 +250395,0,0,0,0,0 +250396,0,0,0,0,0 +250397,0,0,0,0,0 +250398,0,0,0,0,0 +250399,0,0,0,0,0 +250400,0,0,0,0,0 +250401,0,0,0,0,0 +250402,0,0,0,0,0 +250403,0,0,0,0,0 +250404,0,0,0,0,0 +250405,0,0,0,0,0 +250406,0,0,0,0,0 +250407,0,0,0,0,0 +250408,0,0,0,0,0 +250409,0,0,0,0,0 +250410,0,0,0,0,0 +250411,0,0,0,0,0 +250412,0,0,0,0,0 +250413,0,0,0,0,0 +250414,0,0,0,0,0 +250415,0,0,0,0,0 +250416,0,0,0,0,0 +250417,0,0,0,0,0 +250418,0,0,0,0,0 +250419,0,0,0,0,0 +250420,0,0,0,0,0 +250421,0,0,0,0,0 +250422,0,0,0,0,0 +250423,0,0,0,0,0 +250424,0,0,0,0,0 +250425,0,0,0,0,0 +250426,0,0,0,0,0 +250427,0,0,0,0,0 +250428,0,0,0,0,0 +250429,0,0,0,0,0 +250430,0,0,0,0,0 +250431,0,0,0,0,0 +250432,0,0,0,0,0 +250433,0,0,0,0,0 +250434,0,0,0,0,0 +250435,0,0,0,0,0 +250436,0,0,0,0,0 +250437,0,0,0,0,0 +250438,0,0,0,0,0 +250439,0,0,0,0,0 +250440,0,0,0,0,0 +250441,0,0,0,0,0 +250442,0,0,0,0,0 +250443,0,0,0,0,0 +250444,0,0,0,0,0 +250445,0,0,0,0,0 +250446,0,0,0,0,0 +250447,0,0,0,0,0 +250448,0,0,0,0,0 +250449,0,0,0,0,0 +250450,0,0,0,0,0 +250451,0,0,0,0,0 +250452,0,0,0,0,0 +250453,0,0,0,0,0 +250454,0,0,0,0,0 +250455,0,0,0,0,0 +250456,0,0,0,0,0 +250457,0,0,0,0,0 +250458,0,0,0,0,0 +250459,0,0,0,0,0 +250460,0,0,0,0,0 +250461,0,0,0,0,0 +250462,0,0,0,0,0 +250463,0,0,0,0,0 +250464,0,0,0,0,0 +250465,0,0,0,0,0 +250466,0,0,0,0,0 +250467,0,0,0,0,0 +250468,0,0,0,0,0 +250469,0,0,0,0,0 +250470,0,0,0,0,0 +250471,0,0,0,0,0 +250472,0,0,0,0,0 +250473,0,0,0,0,0 +250474,0,0,0,0,0 +250475,0,0,0,0,0 +250476,0,0,0,0,0 +250477,0,0,0,0,0 +250478,0,0,0,0,0 +250479,0,0,0,0,0 +250480,0,0,0,0,0 +250481,0,0,0,0,0 +250482,0,0,0,0,0 +250483,0,0,0,0,0 +250484,0,0,0,0,0 +250485,0,0,0,0,0 +250486,0,0,0,0,0 +250487,0,0,0,0,0 +250488,0,0,0,0,0 +250489,0,0,0,0,0 +250490,0,0,0,0,0 +250491,0,0,0,0,0 +250492,0,0,0,0,0 +250493,0,0,0,0,0 +250494,0,0,0,0,0 +250495,0,0,0,0,0 +250496,0,0,0,0,0 +250497,0,0,0,0,0 +250498,0,0,0,0,0 +250499,0,0,0,0,0 +250500,0,0,0,0,0 +250501,0,0,0,0,0 +250502,0,0,0,0,0 +250503,0,0,0,0,0 +250504,0,0,0,0,0 +250505,0,0,0,0,0 +250506,0,0,0,0,0 +250507,0,0,0,0,0 +250508,0,0,0,0,0 +250509,0,0,0,0,0 +250510,0,0,0,0,0 +250511,0,0,0,0,0 +250512,0,0,0,0,0 +250513,0,0,0,0,0 +250514,0,0,0,0,0 +250515,0,0,0,0,0 +250516,0,0,0,0,0 +250517,0,0,0,0,0 +250518,0,0,0,0,0 +250519,0,0,0,0,0 +250520,0,0,0,0,0 +250521,0,0,0,0,0 +250522,0,0,0,0,0 +250523,0,0,0,0,0 +250524,0,0,0,0,0 +250525,0,0,0,0,0 +250526,0,0,0,0,0 +250527,0,0,0,0,0 +250528,0,0,0,0,0 +250529,0,0,0,0,0 +250530,0,0,0,0,0 +250531,0,0,0,0,0 +250532,0,0,0,0,0 +250533,0,0,0,0,0 +250534,0,0,0,0,0 +250535,0,0,0,0,0 +250536,0,0,0,0,0 +250537,0,0,0,0,0 +250538,0,0,0,0,0 +250539,0,0,0,0,0 +250540,0,0,0,0,0 +250541,0,0,0,0,0 +250542,0,0,0,0,0 +250543,0,0,0,0,0 +250544,0,0,0,0,0 +250545,0,0,0,0,0 +250546,0,0,0,0,0 +250547,0,0,0,0,0 +250548,0,0,0,0,0 +250549,0,0,0,0,0 +250550,0,0,0,0,0 +250551,0,0,0,0,0 +250552,0,0,0,0,0 +250553,0,0,0,0,0 +250554,0,0,0,0,0 +250555,0,0,0,0,0 +250556,0,0,0,0,0 +250557,0,0,0,0,0 +250558,0,0,0,0,0 +250559,0,0,0,0,0 +250560,0,0,0,0,0 +250561,0,0,0,0,0 +250562,0,0,0,0,0 +250563,0,0,0,0,0 +250564,0,0,0,0,0 +250565,0,0,0,0,0 +250566,0,0,0,0,0 +250567,0,0,0,0,0 +250568,0,0,0,0,0 +250569,0,0,0,0,0 +250570,0,0,0,0,0 +250571,0,0,0,0,0 +250572,0,0,0,0,0 +250573,0,0,0,0,0 +250574,0,0,0,0,0 +250575,0,0,0,0,0 +250576,0,0,0,0,0 +250577,0,0,0,0,0 +250578,0,0,0,0,0 +250579,0,0,0,0,0 +250580,0,0,0,0,0 +250581,0,0,0,0,0 +250582,0,0,0,0,0 +250583,0,0,0,0,0 +250584,0,0,0,0,0 +250585,0,0,0,0,0 +250586,0,0,0,0,0 +250587,0,0,0,0,0 +250588,0,0,0,0,0 +250589,0,0,0,0,0 +250590,0,0,0,0,0 +250591,0,0,0,0,0 +250592,0,0,0,0,0 +250593,0,0,0,0,0 +250594,0,0,0,0,0 +250595,0,0,0,0,0 +250596,0,0,0,0,0 +250597,0,0,0,0,0 +250598,0,0,0,0,0 +250599,0,0,0,0,0 +250600,0,0,0,0,0 +250601,0,0,0,0,0 +250602,0,0,0,0,0 +250603,0,0,0,0,0 +250604,0,0,0,0,0 +250605,0,0,0,0,0 +250606,0,0,0,0,0 +250607,0,0,0,0,0 +250608,0,0,0,0,0 +250609,0,0,0,0,0 +250610,0,0,0,0,0 +250611,0,0,0,0,0 +250612,0,0,0,0,0 +250613,0,0,0,0,0 +250614,0,0,0,0,0 +250615,0,0,0,0,0 +250616,0,0,0,0,0 +250617,0,0,0,0,0 +250618,0,0,0,0,0 +250619,0,0,0,0,0 +250620,0,0,0,0,0 +250621,0,0,0,0,0 +250622,0,0,0,0,0 +250623,0,0,0,0,0 +250624,0,0,0,0,0 +250625,0,0,0,0,0 +250626,0,0,0,0,0 +250627,0,0,0,0,0 +250628,0,0,0,0,0 +250629,0,0,0,0,0 +250630,0,0,0,0,0 +250631,0,0,0,0,0 +250632,0,0,0,0,0 +250633,0,0,0,0,0 +250634,0,0,0,0,0 +250635,0,0,0,0,0 +250636,0,0,0,0,0 +250637,0,0,0,0,0 +250638,0,0,0,0,0 +250639,0,0,0,0,0 +250640,0,0,0,0,0 +250641,0,0,0,0,0 +250642,0,0,0,0,0 +250643,0,0,0,0,0 +250644,0,0,0,0,0 +250645,0,0,0,0,0 +250646,0,0,0,0,0 +250647,0,0,0,0,0 +250648,0,0,0,0,0 +250649,0,0,0,0,0 +250650,0,0,0,0,0 +250651,0,0,0,0,0 +250652,0,0,0,0,0 +250653,0,0,0,0,0 +250654,0,0,0,0,0 +250655,0,0,0,0,0 +250656,0,0,0,0,0 +250657,0,0,0,0,0 +250658,0,0,0,0,0 +250659,0,0,0,0,0 +250660,0,0,0,0,0 +250661,0,0,0,0,0 +250662,0,0,0,0,0 +250663,0,0,0,0,0 +250664,0,0,0,0,0 +250665,0,0,0,0,0 +250666,0,0,0,0,0 +250667,0,0,0,0,0 +250668,0,0,0,0,0 +250669,0,0,0,0,0 +250670,0,0,0,0,0 +250671,0,0,0,0,0 +250672,0,0,0,0,0 +250673,0,0,0,0,0 +250674,0,0,0,0,0 +250675,0,0,0,0,0 +250676,0,0,0,0,0 +250677,0,0,0,0,0 +250678,0,0,0,0,0 +250679,0,0,0,0,0 +250680,0,0,0,0,0 +250681,0,0,0,0,0 +250682,0,0,0,0,0 +250683,0,0,0,0,0 +250684,0,0,0,0,0 +250685,0,0,0,0,0 +250686,0,0,0,0,0 +250687,0,0,0,0,0 +250688,0,0,0,0,0 +250689,0,0,0,0,0 +250690,0,0,0,0,0 +250691,0,0,0,0,0 +250692,0,0,0,0,0 +250693,0,0,0,0,0 +250694,0,0,0,0,0 +250695,0,0,0,0,0 +250696,0,0,0,0,0 +250697,0,0,0,0,0 +250698,0,0,0,0,0 +250699,0,0,0,0,0 +250700,0,0,0,0,0 +250701,0,0,0,0,0 +250702,0,0,0,0,0 +250703,0,0,0,0,0 +250704,0,0,0,0,0 +250705,0,0,0,0,0 +250706,0,0,0,0,0 +250707,0,0,0,0,0 +250708,0,0,0,0,0 +250709,0,0,0,0,0 +250710,0,0,0,0,0 +250711,0,0,0,0,0 +250712,0,0,0,0,0 +250713,0,0,0,0,0 +250714,0,0,0,0,0 +250715,0,0,0,0,0 +250716,0,0,0,0,0 +250717,0,0,0,0,0 +250718,0,0,0,0,0 +250719,0,0,0,0,0 +250720,0,0,0,0,0 +250721,0,0,0,0,0 +250722,0,0,0,0,0 +250723,0,0,0,0,0 +250724,0,0,0,0,0 +250725,0,0,0,0,0 +250726,0,0,0,0,0 +250727,0,0,0,0,0 +250728,0,0,0,0,0 +250729,0,0,0,0,0 +250730,0,0,0,0,0 +250731,0,0,0,0,0 +250732,0,0,0,0,0 +250733,0,0,0,0,0 +250734,0,0,0,0,0 +250735,0,0,0,0,0 +250736,0,0,0,0,0 +250737,0,0,0,0,0 +250738,0,0,0,0,0 +250739,0,0,0,0,0 +250740,0,0,0,0,0 +250741,0,0,0,0,0 +250742,0,0,0,0,0 +250743,0,0,0,0,0 +250744,0,0,0,0,0 +250745,0,0,0,0,0 +250746,0,0,0,0,0 +250747,0,0,0,0,0 +250748,0,0,0,0,0 +250749,0,0,0,0,0 +250750,0,0,0,0,0 +250751,0,0,0,0,0 +250752,0,0,0,0,0 +250753,0,0,0,0,0 +250754,0,0,0,0,0 +250755,0,0,0,0,0 +250756,0,0,0,0,0 +250757,0,0,0,0,0 +250758,0,0,0,0,0 +250759,0,0,0,0,0 +250760,0,0,0,0,0 +250761,0,0,0,0,0 +250762,0,0,0,0,0 +250763,0,0,0,0,0 +250764,0,0,0,0,0 +250765,0,0,0,0,0 +250766,0,0,0,0,0 +250767,0,0,0,0,0 +250768,0,0,0,0,0 +250769,0,0,0,0,0 +250770,0,0,0,0,0 +250771,0,0,0,0,0 +250772,0,0,0,0,0 +250773,0,0,0,0,0 +250774,0,0,0,0,0 +250775,0,0,0,0,0 +250776,0,0,0,0,0 +250777,0,0,0,0,0 +250778,0,0,0,0,0 +250779,0,0,0,0,0 +250780,0,0,0,0,0 +250781,0,0,0,0,0 +250782,0,0,0,0,0 +250783,0,0,0,0,0 +250784,0,0,0,0,0 +250785,0,0,0,0,0 +250786,0,0,0,0,0 +250787,0,0,0,0,0 +250788,0,0,0,0,0 +250789,0,0,0,0,0 +250790,0,0,0,0,0 +250791,0,0,0,0,0 +250792,0,0,0,0,0 +250793,0,0,0,0,0 +250794,0,0,0,0,0 +250795,0,0,0,0,0 +250796,0,0,0,0,0 +250797,0,0,0,0,0 +250798,0,0,0,0,0 +250799,0,0,0,0,0 +250800,0,0,0,0,0 +250801,0,0,0,0,0 +250802,0,0,0,0,0 +250803,0,0,0,0,0 +250804,0,0,0,0,0 +250805,0,0,0,0,0 +250806,0,0,0,0,0 +250807,0,0,0,0,0 +250808,0,0,0,0,0 +250809,0,0,0,0,0 +250810,0,0,0,0,0 +250811,0,0,0,0,0 +250812,0,0,0,0,0 +250813,0,0,0,0,0 +250814,0,0,0,0,0 +250815,0,0,0,0,0 +250816,0,0,0,0,0 +250817,0,0,0,0,0 +250818,0,0,0,0,0 +250819,0,0,0,0,0 +250820,0,0,0,0,0 +250821,0,0,0,0,0 +250822,0,0,0,0,0 +250823,0,0,0,0,0 +250824,0,0,0,0,0 +250825,0,0,0,0,0 +250826,0,0,0,0,0 +250827,0,0,0,0,0 +250828,0,0,0,0,0 +250829,0,0,0,0,0 +250830,0,0,0,0,0 +250831,0,0,0,0,0 +250832,0,0,0,0,0 +250833,0,0,0,0,0 +250834,0,0,0,0,0 +250835,0,0,0,0,0 +250836,0,0,0,0,0 +250837,0,0,0,0,0 +250838,0,0,0,0,0 +250839,0,0,0,0,0 +250840,0,0,0,0,0 +250841,0,0,0,0,0 +250842,0,0,0,0,0 +250843,0,0,0,0,0 +250844,0,0,0,0,0 +250845,0,0,0,0,0 +250846,0,0,0,0,0 +250847,0,0,0,0,0 +250848,0,0,0,0,0 +250849,0,0,0,0,0 +250850,0,0,0,0,0 +250851,0,0,0,0,0 +250852,0,0,0,0,0 +250853,0,0,0,0,0 +250854,0,0,0,0,0 +250855,0,0,0,0,0 +250856,0,0,0,0,0 +250857,0,0,0,0,0 +250858,0,0,0,0,0 +250859,0,0,0,0,0 +250860,0,0,0,0,0 +250861,0,0,0,0,0 +250862,0,0,0,0,0 +250863,0,0,0,0,0 +250864,0,0,0,0,0 +250865,0,0,0,0,0 +250866,0,0,0,0,0 +250867,0,0,0,0,0 +250868,0,0,0,0,0 +250869,0,0,0,0,0 +250870,0,0,0,0,0 +250871,0,0,0,0,0 +250872,0,0,0,0,0 +250873,0,0,0,0,0 +250874,0,0,0,0,0 +250875,0,0,0,0,0 +250876,0,0,0,0,0 +250877,0,0,0,0,0 +250878,0,0,0,0,0 +250879,0,0,0,0,0 +250880,0,0,0,0,0 +250881,0,0,0,0,0 +250882,0,0,0,0,0 +250883,0,0,0,0,0 +250884,0,0,0,0,0 +250885,0,0,0,0,0 +250886,0,0,0,0,0 +250887,0,0,0,0,0 +250888,0,0,0,0,0 +250889,0,0,0,0,0 +250890,0,0,0,0,0 +250891,0,0,0,0,0 +250892,0,0,0,0,0 +250893,0,0,0,0,0 +250894,0,0,0,0,0 +250895,0,0,0,0,0 +250896,0,0,0,0,0 +250897,0,0,0,0,0 +250898,0,0,0,0,0 +250899,0,0,0,0,0 +250900,0,0,0,0,0 +250901,0,0,0,0,0 +250902,0,0,0,0,0 +250903,0,0,0,0,0 +250904,0,0,0,0,0 +250905,0,0,0,0,0 +250906,0,0,0,0,0 +250907,0,0,0,0,0 +250908,0,0,0,0,0 +250909,0,0,0,0,0 +250910,0,0,0,0,0 +250911,0,0,0,0,0 +250912,0,0,0,0,0 +250913,0,0,0,0,0 +250914,0,0,0,0,0 +250915,0,0,0,0,0 +250916,0,0,0,0,0 +250917,0,0,0,0,0 +250918,0,0,0,0,0 +250919,0,0,0,0,0 +250920,0,0,0,0,0 +250921,0,0,0,0,0 +250922,0,0,0,0,0 +250923,0,0,0,0,0 +250924,0,0,0,0,0 +250925,0,0,0,0,0 +250926,0,0,0,0,0 +250927,0,0,0,0,0 +250928,0,0,0,0,0 +250929,0,0,0,0,0 +250930,0,0,0,0,0 +250931,0,0,0,0,0 +250932,0,0,0,0,0 +250933,0,0,0,0,0 +250934,0,0,0,0,0 +250935,0,0,0,0,0 +250936,0,0,0,0,0 +250937,0,0,0,0,0 +250938,0,0,0,0,0 +250939,0,0,0,0,0 +250940,0,0,0,0,0 +250941,0,0,0,0,0 +250942,0,0,0,0,0 +250943,0,0,0,0,0 +250944,0,0,0,0,0 +250945,0,0,0,0,0 +250946,0,0,0,0,0 +250947,0,0,0,0,0 +250948,0,0,0,0,0 +250949,0,0,0,0,0 +250950,0,0,0,0,0 +250951,0,0,0,0,0 +250952,0,0,0,0,0 +250953,0,0,0,0,0 +250954,0,0,0,0,0 +250955,0,0,0,0,0 +250956,0,0,0,0,0 +250957,0,0,0,0,0 +250958,0,0,0,0,0 +250959,0,0,0,0,0 +250960,0,0,0,0,0 +250961,0,0,0,0,0 +250962,0,0,0,0,0 +250963,0,0,0,0,0 +250964,0,0,0,0,0 +250965,0,0,0,0,0 +250966,0,0,0,0,0 +250967,0,0,0,0,0 +250968,0,0,0,0,0 +250969,0,0,0,0,0 +250970,0,0,0,0,0 +250971,0,0,0,0,0 +250972,0,0,0,0,0 +250973,0,0,0,0,0 +250974,0,0,0,0,0 +250975,0,0,0,0,0 +250976,0,0,0,0,0 +250977,0,0,0,0,0 +250978,0,0,0,0,0 +250979,0,0,0,0,0 +250980,0,0,0,0,0 +250981,613.9544894,3082.753593,1354.992498,428.4936157,0 +250982,0,2812.034919,1336.558836,0,0 +250983,0,0,1306.593157,0,0 +250984,0,22.75603306,1275.713515,0,0 +250985,152.1322381,1278.757528,1249.929238,96.53637421,0 +250986,91.51130249,591.8822337,1229.742204,62.6577593,0 +250987,96.712564,694.5653319,1213.406695,61.85830603,0 +250988,107.8186709,700.0087996,1200.273862,69.75363044,0 +250989,112.8215835,704.4226112,1189.539876,72.49061632,0 +250990,117.4404459,708.8800167,1180.753299,75.27083522,0 +250991,122.0743629,713.6802641,1173.60466,77.90611871,0 +250992,127.2052439,718.6281145,1167.84538,80.59691287,0 +250993,131.8390495,723.7505635,1163.263893,83.48408593,0 +250994,136.5279188,729.0703348,1159.678638,85.91249263,0 +250995,141.3778797,734.4170819,1156.935779,88.90156382,0 +250996,146.2165102,739.9977165,1154.880458,91.27927846,0 +250997,150.72903,745.6588338,1153.418919,94.20811049,0 +250998,155.9776999,751.4895884,1152.486035,96.66340858,0 +250999,160.326131,757.3090989,1151.999381,99.60151131,0 +251000,165.402669,762.8765487,1151.890681,101.9509629,0 +251001,169.8884688,769.6773504,1152.10372,104.8799133,0 +251002,175.0786094,775.4549484,1152.591692,107.446719,0 +251003,179.6329158,781.9316339,1153.315118,110.0199761,0 +251004,184.7992019,788.1762291,1154.240978,112.7525015,0 +251005,189.2619878,794.606991,1155.341602,115.4261131,0 +251006,194.2513998,801.1855617,1156.593107,117.916081,0 +251007,199.1667302,807.7790528,1157.975725,120.8641505,0 +251008,204.1048378,814.3113689,1159.472364,123.2317922,0 +251009,208.8668995,821.1439522,1161.068294,126.055335,0 +251010,213.9506311,827.8753395,1162.751242,128.5151048,0 +251011,218.0959201,834.29531,1164.510516,130.9108564,0 +251012,222.2623192,840.875142,1166.321915,133.0594358,0 +251013,226.8920972,847.2268853,1168.167772,135.3491719,0 +251014,230.8104622,853.7176031,1170.038668,137.2764647,0 +251015,235.1470249,860.3124916,1171.929699,139.6361528,0 +251016,239.424602,866.8768786,1173.812953,141.6722848,0 +251017,243.5735676,873.3245799,1175.701138,143.8006718,0 +251018,247.8686905,880.0559727,1177.617137,145.8981707,0 +251019,252.0055788,886.6348517,1179.55267,147.9834971,0 +251020,256.2916127,893.3004932,1181.501987,149.9569759,0 +251021,260.2228896,899.9259924,1183.461385,152.1779896,0 +251022,264.8143491,906.7680736,1185.428139,154.2565912,0 +251023,277.7081423,921.1318981,1187.399589,159.3764139,0 +251024,283.2721943,929.3537071,1189.663116,161.8848065,0 +251025,287.8925153,936.9275123,1192.118062,164.0081319,0 +251026,292.628246,944.4529748,1194.627523,166.3744051,0 +251027,297.1757223,951.9207049,1197.117217,168.4449158,0 +251028,301.8435615,959.3595492,1199.565514,170.5992049,0 +251029,306.3329473,966.7243551,1201.974255,172.7137669,0 +251030,310.7182797,974.2361164,1204.34982,174.8147007,0 +251031,315.784229,985.3673807,1206.671624,176.9030423,0 +251032,319.8427591,995.2166806,1208.95949,178.9812937,0 +251033,324.4670008,1005.344433,1211.238604,181.0453943,0 +251034,329.0455226,1015.252704,1213.503928,183.1112729,0 +251035,333.4181916,1025.212983,1215.752412,185.1616882,0 +251036,338.0285728,1035.147324,1217.982784,187.2085197,0 +251037,342.3893837,1045.066863,1220.194744,189.2482682,0 +251038,346.9927013,1054.907232,1222.388187,191.2827533,0 +251039,351.3459195,1064.894347,1224.563421,193.3116734,0 +251040,355.9458423,1074.785316,1226.72055,195.3362865,0 +251041,360.5625008,1084.47551,1228.859852,197.3670072,0 +251042,365.0782909,1094.450416,1230.980536,199.3984173,0 +251043,369.4414058,1104.198382,1233.057869,201.2902059,0 +251044,374.3264366,1113.933516,1235.107148,203.5301258,0 +251045,378.5831982,1125.095216,1237.15187,205.446704,0 +251046,382.8868228,1138.529196,1239.185185,207.4944429,0 +251047,388.0591952,1142.969475,1241.204379,209.5137411,0 +251048,392.2569036,1161.462152,1243.204627,211.5324383,0 +251049,396.7949449,1159.694086,1245.189595,213.5489132,0 +251050,401.5946957,1159.833902,1247.148792,215.5644378,0 +251051,405.9474415,1190.735782,1249.088827,217.7292571,0 +251052,410.5806148,1189.144329,1251.015169,219.5074355,0 +251053,415.2362995,1201.264445,1252.918426,221.6364975,0 +251054,419.7689636,1210.96827,1254.780096,223.6215232,0 +251055,424.2540046,1220.441266,1256.61586,225.6320263,0 +251056,429.0908753,1230.060339,1258.443677,227.4904036,0 +251057,433.5111641,1239.58412,1260.258792,229.7364643,0 +251058,438.0933906,1249.102089,1262.055802,231.6289556,0 +251059,442.8623733,1258.666637,1263.834689,233.6670163,0 +251060,447.4374987,1267.941018,1265.592702,235.678009,0 +251061,451.8785181,1277.634295,1267.330785,237.6893985,0 +251062,456.8355076,1286.852935,1269.046761,239.7015144,0 +251063,461.2303741,1296.312868,1270.738714,241.7137864,0 +251064,465.9506707,1305.656034,1272.411968,243.7271042,0 +251065,470.6814365,1314.981618,1274.039922,245.7407561,0 +251066,475.2996664,1324.28201,1275.636392,247.7556245,0 +251067,479.8719123,1333.549748,1277.223908,249.7709708,0 +251068,484.7914807,1342.86499,1278.794949,251.787725,0 +251069,494.3401362,1348.16085,1280.3458,257.4756539,0 +251070,499.549589,1356.718999,1281.817073,259.8300938,0 +251071,505.2924329,1364.440835,1283.225094,262.9627045,0 +251072,510.6780396,1371.668479,1284.58459,265.4745901,0 +251073,511.5969847,1383.117913,1285.900059,264.7694725,0 +251074,516.1982901,1391.114864,1287.232257,266.8054952,0 +251075,521.6554001,1398.686165,1288.546696,269.2981562,0 +251076,526.7724542,1405.833242,1289.829727,271.6878126,0 +251077,531.9088743,1413.262717,1291.084102,274.3186067,0 +251078,537.6707764,1420.295704,1292.299296,276.7753455,0 +251079,542.9017854,1427.302636,1293.473005,279.4542737,0 +251080,548.3040069,1434.269758,1294.606045,281.9482452,0 +251081,553.7981602,1440.90727,1295.699932,284.6575529,0 +251082,559.0525415,1447.636035,1296.756057,287.1782333,0 +251083,564.7332241,1454.088762,1297.775511,289.9107501,0 +251084,569.978801,1460.680204,1298.759566,292.4528851,0 +251085,575.6280753,1467.060604,1299.689227,295.2044201,0 +251086,580.9265127,1473.193413,1300.580078,297.764417,0 +251087,586.5385442,1479.420789,1301.625643,300.5317041,0 +251088,591.971173,1485.466613,1302.466704,302.8991157,0 +251089,597.5341422,1491.431708,1303.277287,306.0036425,0 +251090,602.8581524,1497.302179,1304.058178,308.4265865,0 +251091,608.6056612,1503.078057,1304.809411,311.2586916,0 +251092,613.9057467,1508.75714,1305.531603,314.0643047,0 +251093,619.6039955,1514.349709,1306.224645,316.5415414,0 +251094,624.9493204,1519.845562,1306.888854,319.3321115,0 +251095,630.6456836,1525.250861,1307.505743,322.0674705,0 +251096,635.9455047,1530.564907,1308.089803,324.6975216,0 +251097,641.774675,1535.787556,1308.65779,327.5276306,0 +251098,647.0106328,1540.920379,1309.203806,330.1108427,0 +251099,652.7097358,1546.058593,1309.724549,332.9435203,0 +251100,658.1367377,1553.297729,1310.219187,335.583541,0 +251101,663.4864191,1556.660888,1310.687612,338.3326107,0 +251102,669.1754865,1565.217614,1311.130398,340.9451451,0 +251103,674.3004953,1562.806793,1311.551356,343.7353167,0 +251104,679.7879208,1584.074371,1311.947225,346.2933336,0 +251105,685.2551506,1553.245708,1312.326061,348.9647348,0 +251106,690.6014608,1587.836933,1312.651121,351.7767121,0 +251107,695.9088265,1582.459623,1312.963142,354.3336536,0 +251108,701.5553603,1587.587691,1313.256893,357.003585,0 +251109,706.7546946,1592.102199,1313.533949,359.8113178,0 +251110,712.1574658,1596.34935,1313.789518,362.3635767,0 +251111,717.5866704,1600.40598,1314.02219,365.0288486,0 +251112,722.9858207,1604.392197,1314.231391,367.8051425,0 +251113,728.1885483,1608.292209,1314.416885,370.1712516,0 +251114,733.6956803,1612.106489,1314.578496,373.1505034,0 +251115,739.0406173,1615.936796,1314.716588,375.752634,0 +251116,744.4682062,1619.428597,1314.813902,378.3695647,0 +251117,749.6399523,1623.061999,1314.884139,381.0271247,0 +251118,755.0668386,1626.519786,1314.942417,383.7508841,0 +251119,760.2621886,1629.909417,1314.982685,386.3388846,0 +251120,765.8304952,1633.114057,1315.002033,388.9844903,0 +251121,770.9378436,1636.488375,1314.999529,391.6942909,0 +251122,776.3974187,1639.555347,1314.97464,394.2736673,0 +251123,781.6208141,1642.630975,1314.92745,396.8810778,0 +251124,786.947367,1645.60897,1314.858045,399.6475188,0 +251125,792.2627532,1648.607598,1314.766783,402.1525611,0 +251126,797.588099,1651.271774,1314.653769,404.7743914,0 +251127,802.8680772,1654.082369,1314.502979,407.3824346,0 +251128,808.1273312,1656.721735,1314.327967,410.1094199,0 +251129,813.3040845,1659.298157,1314.143102,412.6691449,0 +251130,818.7313988,1661.796354,1313.942396,415.2103843,0 +251131,823.2699297,1663.944292,1313.723463,417.3890468,0 +251132,827.7975496,1665.959025,1313.468234,419.453976,0 +251133,832.2660842,1667.870763,1313.165126,421.4766464,0 +251134,836.6948484,1669.686508,1312.810878,423.4928671,0 +251135,841.0882198,1671.4096,1312.40705,425.4057623,0 +251136,845.4461783,1673.042452,1311.956655,427.3576763,0 +251137,849.7761638,1674.586839,1311.462645,429.2572717,0 +251138,854.0765901,1676.043475,1310.927522,431.1383045,0 +251139,858.3492782,1677.413512,1310.353416,432.9965268,0 +251140,862.596262,1678.697971,1309.742173,434.8633707,0 +251141,866.7486055,1680.002918,1309.079909,436.6334784,0 +251142,871.0521582,1680.963187,1308.381133,438.4523934,0 +251143,875.1726174,1682.071293,1307.65924,440.2239616,0 +251144,879.3359646,1683.003573,1306.910923,441.9822636,0 +251145,883.464707,1683.870065,1306.133796,443.7223714,0 +251146,887.6422134,1684.655659,1305.329045,445.4453236,0 +251147,891.621763,1685.360257,1304.496037,447.1511661,0 +251148,895.7423203,1685.984892,1303.636619,448.8714109,0 +251149,899.706251,1686.529809,1302.750472,450.4984269,0 +251150,903.843726,1686.995939,1301.839536,452.1798593,0 +251151,907.7984463,1687.383496,1300.727984,453.8177282,0 +251152,911.8022749,1687.693379,1299.771321,455.4463161,0 +251153,915.7753676,1687.925772,1298.792424,457.060413,0 +251154,919.7316631,1688.081545,1297.79176,458.6608311,0 +251155,923.6702693,1688.160849,1296.768053,460.2474181,0 +251156,927.5926993,1688.164526,1295.721956,461.852701,0 +251157,931.4242224,1688.092707,1294.654618,463.3647515,0 +251158,935.5012216,1687.946204,1293.566968,464.9366061,0 +251159,939.2048146,1687.725127,1292.459867,466.4665498,0 +251160,943.1325711,1687.430264,1291.333735,467.9899026,0 +251161,947.0380618,1686.889866,1290.174744,469.5413809,0 +251162,950.9639984,1686.219033,1288.991836,471.0959084,0 +251163,954.8814141,1685.459517,1287.795217,472.643443,0 +251164,958.7878724,1684.623096,1286.579102,474.181966,0 +251165,962.681347,1683.713085,1285.342383,475.7104609,0 +251166,966.4861862,1682.731281,1284.085751,477.2617896,0 +251167,970.4728527,1681.678179,1282.810453,478.7215066,0 +251168,974.2710211,1680.554771,1281.5178,480.245647,0 +251169,978.128761,1679.255022,1280.208964,481.7303794,0 +251170,981.9618054,1678.14589,1278.885073,483.211557,0 +251171,985.8610101,1676.737991,1277.547244,484.6835558,0 +251172,989.5497278,1675.354029,1276.196358,486.1469457,0 +251173,993.4073722,1673.884996,1274.833271,487.601375,0 +251174,997.1801671,1672.347656,1273.458896,489.0474447,0 +251175,1000.954453,1670.742162,1272.073943,490.4847524,0 +251176,1004.63813,1669.068226,1270.679139,491.9475254,0 +251177,1008.511663,1667.326222,1269.27516,493.3168117,0 +251178,1012.190765,1665.515827,1267.86265,494.7544552,0 +251179,1015.932355,1663.636653,1266.442148,496.1525846,0 +251180,1019.648811,1661.68875,1265.014246,497.5481489,0 +251181,1023.352732,1659.671462,1263.579459,498.9352068,0 +251182,1027.04725,1657.585456,1262.138277,500.3150979,0 +251183,1029.619356,1649.908661,1260.693633,504.4201668,0 +251184,1032.896549,1646.661684,1259.241397,506.1132241,0 +251185,1036.367913,1644.025927,1257.785325,507.6969348,0 +251186,1039.874719,1641.206459,1256.326404,509.1487246,0 +251187,1043.384913,1638.469781,1254.864694,510.6469257,0 +251188,1046.889721,1635.686271,1253.400355,512.0885159,0 +251189,1050.384601,1632.85905,1251.933522,513.5152089,0 +251190,1055.485918,1630.085612,1250.464335,514.9242412,0 +251191,1057.902289,1627.181419,1248.993688,516.5342438,0 +251192,1063.785662,1624.481143,1247.529838,518.1730108,0 +251193,1064.752921,1621.651046,1246.082751,519.8177469,0 +251194,1073.197213,1618.790937,1244.649844,521.4634007,0 +251195,1070.115624,1615.881783,1243.235602,523.1071607,0 +251196,1084.882463,1612.816277,1241.831082,524.7480518,0 +251197,1071.627452,1609.951714,1240.445735,526.4206584,0 +251198,1080.804153,1606.808756,1239.063047,527.639182,0 +251199,1091.829125,1603.699534,1237.697553,529.8424698,0 +251200,1090.328475,1600.517533,1236.343859,531.186668,0 +251201,1095.509641,1597.277341,1234.996869,532.8670508,0 +251202,1099.304202,1593.978838,1233.660311,534.4798321,0 +251203,1102.88726,1590.620585,1232.333264,536.08733,0 +251204,1106.774036,1587.202914,1231.015768,537.6889137,0 +251205,1110.406981,1583.622633,1229.707373,539.2474266,0 +251206,1114.092464,1580.229274,1228.407392,540.8930597,0 +251207,1117.876432,1576.557512,1227.115752,542.4479367,0 +251208,1121.48746,1572.911676,1225.832266,544.0678874,0 +251209,1125.134311,1569.188968,1224.556957,545.5811492,0 +251210,1128.967012,1585.737042,1223.289842,547.1723197,0 +251211,1132.402022,1531.778794,1222.036915,548.7220115,0 +251212,1135.984483,1572.441071,1220.774371,550.2710432,0 +251213,1143.868933,1564.175735,1219.541241,549.9803048,0 +251214,1147.839047,1543.622778,1218.287947,551.1446777,0 +251215,1151.904586,1570.606008,1217.022941,552.4634029,0 +251216,1155.852991,1529.853508,1215.773505,553.9257794,0 +251217,1159.586877,1559.54749,1214.518499,555.3208122,0 +251218,1163.62041,1530.40056,1213.290653,556.758536,0 +251219,1167.376018,1541.281392,1212.062486,558.1928688,0 +251220,1171.178948,1531.957847,1210.853958,559.6275633,0 +251221,1174.357,1528.624847,1209.653138,560.8480139,0 +251222,1177.292741,1524.228146,1208.453331,561.9797772,0 +251223,1180.135561,1519.73442,1207.245788,563.1168208,0 +251224,1182.929924,1515.162294,1206.028664,564.1412243,0 +251225,1185.691998,1510.515568,1204.803341,565.2053173,0 +251226,1188.422621,1505.809074,1203.573848,566.3230401,0 +251227,1191.130845,1500.839124,1202.340642,567.3523524,0 +251228,1193.811317,1496.205304,1201.106929,568.4101011,0 +251229,1196.46775,1491.116457,1199.873107,569.4541672,0 +251230,1199.099016,1486.196033,1198.641808,570.4907133,0 +251231,1201.70628,1481.07352,1197.413185,571.5200441,0 +251232,1204.289486,1476.011276,1196.189574,572.5416263,0 +251233,1206.84902,1470.760418,1194.972199,573.5558877,0 +251234,1209.384616,1465.481819,1193.761528,574.5622682,0 +251235,1211.897544,1460.238199,1192.558081,575.5612727,0 +251236,1214.386829,1454.868467,1191.362523,576.5523461,0 +251237,1216.855415,1449.56192,1190.175531,577.5366444,0 +251238,1219.396253,1443.943265,1188.997866,578.4730263,0 +251239,1221.671104,1438.429772,1187.830189,579.501772,0 +251240,1224.144916,1432.87362,1186.673109,580.432912,0 +251241,1226.508908,1427.040512,1185.527321,581.3936543,0 +251242,1228.866592,1421.437612,1184.393299,582.339859,0 +251243,1231.20611,1415.594678,1183.259082,583.3192313,0 +251244,1233.54321,1409.781567,1182.140433,584.1903745,0 +251245,1235.866228,1403.907016,1181.051654,585.1462616,0 +251246,1238.07327,1398.074134,1179.997967,586.0577263,0 +251247,1240.511334,1391.888484,1178.978421,586.9696285,0 +251248,1242.706497,1386.069815,1177.989921,587.8745847,0 +251249,1244.97516,1379.939621,1177.029282,588.7734151,0 +251250,1247.208839,1373.859419,1176.108129,589.6656646,0 +251251,1249.088701,1367.384686,1175.211427,590.3441539,0 +251252,1250.879486,1360.721826,1174.317134,590.9743914,0 +251253,1252.720382,1354.205272,1173.424305,591.5779617,0 +251254,1254.268251,1347.529936,1172.532677,592.1603259,0 +251255,1256.009426,1340.665923,1171.642613,592.6842518,0 +251256,1257.624626,1333.839289,1170.755047,593.2939818,0 +251257,1259.225669,1327.094813,1169.87055,593.7965033,0 +251258,1260.796165,1320.143093,1168.989516,594.3221638,0 +251259,1262.338387,1313.221809,1168.11213,594.827641,0 +251260,1263.851966,1306.249237,1167.238606,595.3200252,0 +251261,1265.339215,1299.238887,1166.369074,595.8004295,0 +251262,1266.799681,1292.19644,1165.503647,596.2688413,0 +251263,1268.235552,1285.122089,1164.642473,596.7263421,0 +251264,1269.646381,1278.017958,1163.785653,597.1728653,0 +251265,1271.034263,1270.800817,1162.933291,597.6094197,0 +251266,1272.398567,1263.76293,1162.085464,598.0359163,0 +251267,1273.74204,1256.604697,1161.242341,598.4533009,0 +251268,1275.063242,1249.217647,1160.403943,598.8614727,0 +251269,1276.364825,1242.165145,1159.585398,599.261301,0 +251270,1277.646114,1234.856594,1158.77344,599.65273,0 +251271,1278.909018,1227.612015,1157.955453,600.0365745,0 +251272,1280.153215,1220.337558,1157.13812,600.4127122,0 +251273,1281.380423,1213.057953,1156.324241,600.7819596,0 +251274,1282.590358,1205.762921,1155.51509,601.1442115,0 +251275,1283.784714,1198.382526,1154.711181,601.5002255,0 +251276,1284.963214,1191.18337,1153.912741,601.8499114,0 +251277,1286.127468,1183.815256,1153.119965,602.1939902,0 +251278,1287.277257,1176.509915,1152.332879,602.5323832,0 +251279,1288.414189,1169.188664,1151.551583,602.8657787,0 +251280,1289.640427,1161.871328,1150.776171,603.1941113,0 +251281,1291.682427,1178.469199,1150.006335,603.8894128,0 +251282,1294.72172,1113.815788,1149.267361,604.874208,0 +251283,1297.349773,1158.856623,1148.551443,605.6934507,0 +251284,1300.239482,1136.69554,1147.902144,606.6487373,0 +251285,1302.901362,1119.428098,1147.285077,607.4252768,0 +251286,1305.663756,1128.28295,1146.701055,608.5068735,0 +251287,1308.415619,1110.087434,1146.157326,609.2680851,0 +251288,1311.172832,1109.964603,1145.634469,610.3064125,0 +251289,1313.936456,1103.330844,1145.1429,611.1048582,0 +251290,1316.705944,1098.851318,1144.671986,612.1420213,0 +251291,1319.482293,1093.957274,1144.225354,613.07697,0 +251292,1322.265175,1089.085668,1143.813007,613.8763235,0 +251293,1325.055652,1084.229585,1143.423556,614.9204834,0 +251294,1327.853654,1079.460345,1143.038576,615.865144,0 +251295,1330.764715,1074.541243,1142.667734,616.6751596,0 +251296,1333.419282,1069.795694,1142.309126,617.7304571,0 +251297,1336.324113,1064.943787,1141.967287,618.6869062,0 +251298,1339.141869,1060.296362,1141.638163,619.5090087,0 +251299,1341.988564,1055.524595,1141.325364,620.577414,0 +251300,1344.847531,1050.841706,1141.024605,621.54718,0 +251301,1347.720003,1046.244356,1140.739484,622.3833286,0 +251302,1350.60616,1041.510674,1140.465669,623.4236311,0 +251303,1353.503448,1036.959278,1140.206953,624.4735956,0 +251304,1347.257689,1030.438882,1139.959283,625.6473907,0 +251305,1348.2747,1025.642295,1139.731454,626.6752908,0 +251306,1350.69956,1021.044687,1139.521763,627.5564294,0 +251307,1353.091157,1016.536402,1139.32862,628.6836957,0 +251308,1355.556886,1012.095647,1139.145145,629.7548513,0 +251309,1358.084317,1007.714169,1138.974501,630.7130148,0 +251310,1360.551946,1003.389407,1138.812606,631.7740126,0 +251311,1363.378513,999.2289946,1138.663701,632.9018614,0 +251312,1375.537071,996.5095448,1138.531569,633.7452217,0 +251313,1379.656224,992.708916,1138.409997,634.9877416,0 +251314,1383.319205,988.9048056,1138.30078,636.176105,0 +251315,1386.766902,984.9659789,1138.209522,637.3750801,0 +251316,1390.185865,981.214256,1138.137248,638.5886972,0 +251317,1393.586586,977.4585054,1138.083579,639.7728897,0 +251318,1396.982289,973.7082327,1138.04771,641.0817019,0 +251319,1400.38017,970.1762024,1138.029005,642.3045197,0 +251320,1403.783981,966.5667055,1138.026973,643.5817233,0 +251321,1407.196001,963.1412359,1138.041175,644.8649087,0 +251322,1410.617494,959.6177924,1138.071294,646.1615191,0 +251323,1414.049379,956.3006186,1138.116972,647.471386,0 +251324,1417.603984,952.9970183,1138.177978,648.7943864,0 +251325,1420.885777,949.7749011,1138.238086,650.1304393,25.62088439 +251326,1427.498048,946.6253193,1138.317074,651.4793509,6.733807918 +251327,1424.936713,943.5498784,1138.414441,652.84104,33.87769852 +251328,1443.102297,940.6094036,1138.535901,654.2153795,0 +251329,1417.401732,937.5388561,1138.668413,655.6470319,48.70560865 +251330,1447.125174,934.8271846,1138.81758,656.9332577,0 +251331,1439.946047,932.0096203,1138.977908,658.447224,39.80006557 +251332,1445.428253,929.3374263,1139.158765,659.8293508,5.96702679 +251333,1449.016705,926.7385705,1139.34238,661.2730649,56.80998327 +251334,1452.576014,923.9076725,1139.555771,662.7210938,0 +251335,1456.271865,922.0519957,1139.761357,664.4137331,52.908073 +251336,1459.685726,920.2485752,1140.00053,666.5374237,0 +251337,1463.379622,918.3957251,1140.233067,668.8051462,46.33913234 +251338,1466.9788,916.8599551,1140.49673,671.1850635,49.30145409 +251339,1470.60996,915.3436113,1140.768238,673.6681454,4.109749057 +251340,1474.253896,913.7337543,1141.040011,676.2034451,48.510702 +251341,0,0,0,0,0 +251342,0,0,0,0,0 +251343,0,0,0,0,0 +251344,0,0,0,0,0 +251345,0,0,0,0,0 +251346,0,0,0,0,0 +251347,0,0,0,0,0 +251348,0,0,0,0,0 +251349,0,0,0,0,0 +251350,0,0,0,0,0 +251351,0,0,0,0,0 +251352,0,0,0,0,0 +251353,0,0,0,0,0 +251354,0,0,0,0,0 +251355,0,0,0,0,0 +251356,0,0,0,0,0 +251357,0,0,0,0,0 +251358,0,0,0,0,0 +251359,0,0,0,0,0 +251360,0,0,0,0,0 +251361,0,0,0,0,0 +251362,0,0,0,0,0 +251363,0,0,0,0,0 +251364,0,0,0,0,0 +251365,0,0,0,0,0 +251366,0,0,0,0,0 +251367,0,0,0,0,0 +251368,0,0,0,0,0 +251369,0,0,0,0,0 +251370,0,0,0,0,0 +251371,0,0,0,0,0 +251372,0,0,0,0,0 +251373,0,0,0,0,0 +251374,0,0,0,0,0 +251375,0,0,0,0,0 +251376,0,0,0,0,0 +251377,0,0,0,0,0 +251378,0,0,0,0,0 +251379,0,0,0,0,0 +251380,0,0,0,0,0 +251381,0,0,0,0,0 +251382,0,0,0,0,0 +251383,0,0,0,0,0 +251384,0,0,0,0,0 +251385,0,0,0,0,0 +251386,0,0,0,0,0 +251387,0,0,0,0,0 +251388,0,0,0,0,0 +251389,0,0,0,0,0 +251390,0,0,0,0,0 +251391,0,0,0,0,0 +251392,0,0,0,0,0 +251393,0,0,0,0,0 +251394,0,0,0,0,0 +251395,0,0,0,0,0 +251396,0,0,0,0,0 +251397,0,0,0,0,0 +251398,0,0,0,0,0 +251399,0,0,0,0,0 +251400,0,0,0,0,0 +251401,0,0,0,0,0 +251402,0,0,0,0,0 +251403,0,0,0,0,0 +251404,0,0,0,0,0 +251405,0,0,0,0,0 +251406,0,0,0,0,0 +251407,0,0,0,0,0 +251408,0,0,0,0,0 +251409,0,0,0,0,0 +251410,0,0,0,0,0 +251411,0,0,0,0,0 +251412,0,0,0,0,0 +251413,0,0,0,0,0 +251414,0,0,0,0,0 +251415,0,0,0,0,0 +251416,0,0,0,0,0 +251417,0,0,0,0,0 +251418,0,0,0,0,0 +251419,0,0,0,0,0 +251420,0,0,0,0,0 +251421,0,0,0,0,0 +251422,0,0,0,0,0 +251423,0,0,0,0,0 +251424,0,0,0,0,0 +251425,0,0,0,0,0 +251426,0,0,0,0,0 +251427,0,0,0,0,0 +251428,0,0,0,0,0 +251429,0,0,0,0,0 +251430,0,0,0,0,0 +251431,0,0,0,0,0 +251432,0,0,0,0,0 +251433,0,0,0,0,0 +251434,0,0,0,0,0 +251435,0,0,0,0,0 +251436,0,0,0,0,0 +251437,0,0,0,0,0 +251438,0,0,0,0,0 +251439,0,0,0,0,0 +251440,0,0,0,0,0 +251441,0,0,0,0,0 +251442,0,0,0,0,0 +251443,0,0,0,0,0 +251444,0,0,0,0,0 +251445,0,0,0,0,0 +251446,0,0,0,0,0 +251447,0,0,0,0,0 +251448,0,0,0,0,0 +251449,0,0,0,0,0 +251450,0,0,0,0,0 +251451,0,0,0,0,0 +251452,0,0,0,0,0 +251453,0,0,0,0,0 +251454,0,0,0,0,0 +251455,0,0,0,0,0 +251456,0,0,0,0,0 +251457,0,0,0,0,0 +251458,0,0,0,0,0 +251459,0,0,0,0,0 +251460,0,0,0,0,0 +251461,0,0,0,0,0 +251462,0,0,0,0,0 +251463,0,0,0,0,0 +251464,0,0,0,0,0 +251465,0,0,0,0,0 +251466,0,0,0,0,0 +251467,0,0,0,0,0 +251468,0,0,0,0,0 +251469,0,0,0,0,0 +251470,0,0,0,0,0 +251471,0,0,0,0,0 +251472,0,0,0,0,0 +251473,0,0,0,0,0 +251474,0,0,0,0,0 +251475,0,0,0,0,0 +251476,0,0,0,0,0 +251477,0,0,0,0,0 +251478,0,0,0,0,0 +251479,0,0,0,0,0 +251480,0,0,0,0,0 +251481,0,0,0,0,0 +251482,0,0,0,0,0 +251483,0,0,0,0,0 +251484,0,0,0,0,0 +251485,0,0,0,0,0 +251486,0,0,0,0,0 +251487,0,0,0,0,0 +251488,0,0,0,0,0 +251489,0,0,0,0,0 +251490,0,0,0,0,0 +251491,0,0,0,0,0 +251492,0,0,0,0,0 +251493,0,0,0,0,0 +251494,0,0,0,0,0 +251495,0,0,0,0,0 +251496,0,0,0,0,0 +251497,0,0,0,0,0 +251498,0,0,0,0,0 +251499,0,0,0,0,0 +251500,0,0,0,0,0 +251501,0,0,0,0,0 +251502,0,0,0,0,0 +251503,0,0,0,0,0 +251504,0,0,0,0,0 +251505,0,0,0,0,0 +251506,0,0,0,0,0 +251507,0,0,0,0,0 +251508,0,0,0,0,0 +251509,0,0,0,0,0 +251510,0,0,0,0,0 +251511,0,0,0,0,0 +251512,0,0,0,0,0 +251513,0,0,0,0,0 +251514,0,0,0,0,0 +251515,0,0,0,0,0 +251516,0,0,0,0,0 +251517,0,0,0,0,0 +251518,0,0,0,0,0 +251519,0,0,0,0,0 +251520,0,0,0,0,0 +251521,0,0,0,0,0 +251522,0,0,0,0,0 +251523,0,0,0,0,0 +251524,0,0,0,0,0 +251525,0,0,0,0,0 +251526,0,0,0,0,0 +251527,0,0,0,0,0 +251528,0,0,0,0,0 +251529,0,0,0,0,0 +251530,0,0,0,0,0 +251531,0,0,0,0,0 +251532,0,0,0,0,0 +251533,0,0,0,0,0 +251534,0,0,0,0,0 +251535,0,0,0,0,0 +251536,0,0,0,0,0 +251537,0,0,0,0,0 +251538,0,0,0,0,0 +251539,0,0,0,0,0 +251540,0,0,0,0,0 +251541,0,0,0,0,0 +251542,0,0,0,0,0 +251543,0,0,0,0,0 +251544,0,0,0,0,0 +251545,0,0,0,0,0 +251546,0,0,0,0,0 +251547,0,0,0,0,0 +251548,0,0,0,0,0 +251549,0,0,0,0,0 +251550,0,0,0,0,0 +251551,0,0,0,0,0 +251552,0,0,0,0,0 +251553,0,0,0,0,0 +251554,0,0,0,0,0 +251555,0,0,0,0,0 +251556,0,0,0,0,0 +251557,0,0,0,0,0 +251558,0,0,0,0,0 +251559,0,0,0,0,0 +251560,0,0,0,0,0 +251561,0,0,0,0,0 +251562,0,0,0,0,0 +251563,0,0,0,0,0 +251564,0,0,0,0,0 +251565,0,0,0,0,0 +251566,0,0,0,0,0 +251567,0,0,0,0,0 +251568,0,0,0,0,0 +251569,0,0,0,0,0 +251570,0,0,0,0,0 +251571,0,0,0,0,0 +251572,0,0,0,0,0 +251573,0,0,0,0,0 +251574,0,0,0,0,0 +251575,0,0,0,0,0 +251576,0,0,0,0,0 +251577,0,0,0,0,0 +251578,0,0,0,0,0 +251579,0,0,0,0,0 +251580,0,0,0,0,0 +251581,0,0,0,0,0 +251582,0,0,0,0,0 +251583,0,0,0,0,0 +251584,0,0,0,0,0 +251585,0,0,0,0,0 +251586,0,0,0,0,0 +251587,0,0,0,0,0 +251588,0,0,0,0,0 +251589,0,0,0,0,0 +251590,0,0,0,38.36209109,0 +251591,0,0,0,65.38236495,0 +251592,0,0,0,66.8837587,0 +251593,0,0,0,73.58472711,0 +251594,0,0,0,83.84910808,0 +251595,0,0,0,91.16206539,0 +251596,0,0,0,99.30830887,0 +251597,0,0,0,106.6551811,0 +251598,0,0,0,114.2602792,0 +251599,0,0,0,121.8140231,0 +251600,0,0,0,129.2287632,0 +251601,0,0,0,136.7028416,0 +251602,0,0,0,144.1450668,0 +251603,0,0,0,151.5416652,0 +251604,0,0,0,155.6618678,0 +251605,0,0,0,162.4532622,0 +251606,0,0,0,169.6012629,0 +251607,0,0,0,176.6059658,0 +251608,0,0,0,184.0081476,0 +251609,0,0,0,191.1010663,0 +251610,0,0,0,198.2856798,0 +251611,0,0,0,202.7230379,0 +251612,0,0,0,206.7820687,0 +251613,0,0,0,210.1983374,0 +251614,0,0,0,213.8213487,0 +251615,0,0,0,216.9705856,0 +251616,0,0,0,220.0287815,0 +251617,0,0,0,222.8740709,0 +251618,0,0,0,225.5643772,0 +251619,0,0,0,228.0784788,0 +251620,0,0,0,230.3641831,0 +251621,0,0,0,232.6904859,0 +251622,0,0,0,234.6873799,0 +251623,0,0,0,236.6961674,0 +251624,0,0,0,238.3442052,0 +251625,0,0,0,239.960698,0 +251626,0,0,0,241.5812983,0 +251627,0,0,0,242.8914475,0 +251628,0,0,0,244.1552784,0 +251629,0,0,0,245.2797365,0 +251630,0,0,0,246.2827124,0 +251631,0,0,0,247.166286,0 +251632,0,0,0,247.9324145,0 +251633,0,0,0,248.5832397,0 +251634,0,0,0,249.1203631,0 +251635,0,0,0,249.5456875,0 +251636,0,0,0,249.8605904,0 +251637,0,0,0,250.0667793,0 +251638,0,0,0,250.1654518,0 +251639,0,0,0,250.1581607,0 +251640,0,0,0,250.0459572,0 +251641,0,0,0,249.8785349,0 +251642,0,0,0,249.6147766,0 +251643,0,0,0,249.2508897,0 +251644,0,0,0,248.78693,0 +251645,0,0,0,248.2240088,0 +251646,0,0,0,251.3602143,0 +251647,0,0,0,251.4099675,0 +251648,0,0,0,250.9059763,0 +251649,0,0,0,250.3010617,0 +251650,0,0,0,249.5765054,0 +251651,0,0,0,248.7401657,0 +251652,0,0,0,247.7986284,0 +251653,0,0,0,246.7567897,0 +251654,0,0,0,245.6174383,0 +251655,0,0,0,244.3831855,0 +251656,0,0,0,243.0556161,0 +251657,0,0,0,241.6366943,0 +251658,0,0,0,240.1276318,0 +251659,0,0,0,238.9451845,0 +251660,0,0,0,237.204051,0 +251661,0,0,0,235.5450742,0 +251662,0,0,0,233.6312057,0 +251663,0,0,0,231.8628357,0 +251664,0,0,0,229.8197527,0 +251665,0,0,0,227.856752,0 +251666,0,0,0,225.5988935,0 +251667,0,0,0,223.4429709,0 +251668,0,0,0,221.1379145,0 +251669,0,0,0,218.771595,0 +251670,0,0,0,216.327633,0 +251671,0,0,0,211.787393,0 +251672,0,0,0,206.8890612,0 +251673,0,0,0,201.4533567,0 +251674,0,0,0,196.1970298,0 +251675,0,0,0,190.3191606,0 +251676,0,0,0,184.4689166,0 +251677,0,0,0,178.357401,0 +251678,0,0,0,172.1195295,0 +251679,0,0,0,165.5552864,0 +251680,0,0,0,158.9558034,0 +251681,0,0,0,152.2350579,0 +251682,0,0,0,145.086915,0 +251683,0,0,0,138.0289921,0 +251684,0,0,0,130.7142876,0 +251685,0,0,0,123.3083,0 +251686,0,0,0,115.6865896,0 +251687,0,0,0,107.9529154,0 +251688,0,0,0,100.0720063,0 +251689,0,0,0,92.05265041,0 +251690,0,0,0,83.89995448,0 +251691,0,0,0,75.85246377,0 +251692,0,0,0,66.99152929,0 +251693,0,0,0,97.36714158,0 +251694,0,0,0,0,0 +251695,0,0,0,95.98349447,0 +251696,0,0,0,0,0 +251697,0,0,0,20.01019992,0 +251698,0,0,0,24.54763609,0 +251699,0,0,0,0,0 +251700,0,0,0,0,0 +251701,0,0,0,0,0 +251702,0,0,0,0,0 +251703,0,0,0,0,0 +251704,0,0,0,0,0 +251705,0,0,0,0,0 +251706,0,0,0,0,0 +251707,0,0,0,0,0 +251708,0,0,0,0,0 +251709,0,0,0,0,0 +251710,0,0,0,0,0 +251711,0,0,0,0,0 +251712,0,0,0,0,0 +251713,0,0,0,0,0 +251714,0,0,0,0,0 +251715,0,0,0,0,0 +251716,0,0,0,0,0 +251717,0,0,0,0,0 +251718,0,0,0,0,0 +251719,0,0,0,0,0 +251720,0,0,0,0,0 +251721,0,0,0,0,0 +251722,0,0,0,0,0 +251723,0,0,0,0,0 +251724,0,0,0,0,0 +251725,0,0,0,0,0 +251726,0,0,0,0,0 +251727,0,0,0,0,0 +251728,0,0,0,0,0 +251729,0,0,0,0,0 +251730,0,0,0,0,0 +251731,0,0,0,0,0 +251732,0,0,0,0,0 +251733,0,0,0,0,0 +251734,0,0,0,0,0 +251735,0,0,0,0,0 +251736,0,0,0,0,0 +251737,0,0,0,0,0 +251738,0,0,0,0,0 +251739,0,0,0,0,0 +251740,0,0,0,0,0 +251741,0,0,0,0,0 +251742,0,0,0,0,0 +251743,0,0,0,0,0 +251744,0,0,0,0,0 +251745,0,0,0,0,0 +251746,0,0,0,0,0 +251747,0,0,0,0,0 +251748,0,0,0,0,0 +251749,0,0,0,0,0 +251750,0,0,0,0,0 +251751,0,0,0,0,0 +251752,0,0,0,0,0 +251753,0,0,0,0,0 +251754,0,0,0,0,0 +251755,0,0,0,0,0 +251756,0,0,0,0,0 +251757,0,0,0,0,0 +251758,0,0,0,0,0 +251759,0,0,0,0,0 +251760,0,0,0,0,0 +251761,0,0,0,0,0 +251762,0,0,0,0,0 +251763,0,0,0,0,0 +251764,0,0,0,0,0 +251765,0,0,0,0,0 +251766,0,0,0,0,0 +251767,0,0,0,0,0 +251768,0,0,0,0,0 +251769,0,0,0,0,0 +251770,0,0,0,0,0 +251771,0,0,0,0,0 +251772,0,0,0,0,0 +251773,0,0,0,0,0 +251774,0,0,0,0,0 +251775,0,0,0,0,0 +251776,0,0,0,0,0 +251777,0,0,0,0,0 +251778,0,0,0,0,0 +251779,0,0,0,0,0 +251780,0,0,0,0,0 +251781,0,0,0,0,0 +251782,0,0,0,0,0 +251783,0,0,0,0,0 +251784,0,0,0,0,0 +251785,0,0,0,0,0 +251786,0,0,0,0,0 +251787,0,0,0,0,0 +251788,0,0,0,0,0 +251789,0,0,0,0,0 +251790,0,0,0,0,0 +251791,0,0,0,0,0 +251792,0,0,0,0,0 +251793,0,0,0,0,0 +251794,0,0,0,0,0 +251795,0,0,0,0,0 +251796,0,0,0,0,0 +251797,0,0,0,0,0 +251798,0,0,0,0,0 +251799,0,0,0,0,0 +251800,0,0,0,0,0 +251801,0,0,0,0,0 +251802,0,0,0,0,0 +251803,0,0,0,0,0 +251804,0,0,0,0,0 +251805,0,0,0,0,0 +251806,0,0,0,0,0 +251807,0,0,0,0,0 +251808,0,0,0,0,0 +251809,0,0,0,0,0 +251810,0,0,0,0,0 +251811,0,0,0,0,0 +251812,0,0,0,0,0 +251813,0,0,0,0,0 +251814,0,0,0,0,0 +251815,0,0,0,0,0 +251816,0,0,0,0,0 +251817,0,0,0,0,0 +251818,0,0,0,0,0 +251819,0,0,0,0,0 +251820,0,0,0,0,0 +251821,0,0,0,0,0 +251822,0,0,0,0,0 +251823,0,0,0,0,0 +251824,0,0,0,0,0 +251825,0,0,0,0,0 +251826,0,0,0,0,0 +251827,0,0,0,0,0 +251828,0,0,0,0,0 +251829,0,0,0,0,0 +251830,0,0,0,0,0 +251831,0,0,0,0,0 +251832,0,0,0,0,0 +251833,0,0,0,0,0 +251834,0,0,0,0,0 +251835,0,0,0,0,0 +251836,0,0,0,0,0 +251837,0,0,0,0,0 +251838,0,0,0,0,0 +251839,0,0,0,0,0 +251840,0,0,0,0,0 +251841,0,0,0,0,0 +251842,0,0,0,0,0 +251843,0,0,0,0,0 +251844,0,0,0,0,0 +251845,0,0,0,0,0 +251846,0,0,0,0,0 +251847,0,0,0,0,0 +251848,0,0,0,0,0 +251849,0,0,0,0,0 +251850,0,0,0,0,0 +251851,0,0,0,0,0 +251852,0,0,0,0,0 +251853,0,0,0,0,0 +251854,0,0,0,0,0 +251855,0,0,0,0,0 +251856,0,0,0,0,0 +251857,0,0,0,0,0 +251858,0,0,0,0,0 +251859,0,0,0,0,0 +251860,0,0,0,0,0 +251861,0,0,0,0,0 +251862,0,0,0,0,0 +251863,0,0,0,0,0 +251864,0,0,0,0,0 +251865,0,0,0,0,0 +251866,0,0,0,0,0 +251867,0,0,0,0,0 +251868,0,0,0,0,0 +251869,0,0,0,0,0 +251870,0,0,0,0,0 +251871,0,0,0,0,0 +251872,0,0,0,0,0 +251873,0,0,0,0,0 +251874,0,0,0,0,0 +251875,0,0,0,0,0 +251876,0,0,0,0,0 +251877,0,0,0,0,0 +251878,0,0,0,0,0 +251879,0,0,0,0,0 +251880,0,0,0,0,0 +251881,0,0,0,0,0 +251882,0,0,0,0,0 +251883,0,0,0,0,0 +251884,0,0,0,0,0 +251885,0,0,0,0,0 +251886,0,0,0,0,0 +251887,0,0,0,0,0 +251888,0,0,0,0,0 +251889,0,0,0,0,0 +251890,0,0,0,0,0 +251891,0,0,0,0,0 +251892,0,0,0,0,0 +251893,0,0,0,0,0 +251894,0,0,0,0,0 +251895,0,0,0,0,0 +251896,0,0,0,0,0 +251897,0,0,0,0,0 +251898,0,0,0,0,0 +251899,0,0,0,0,0 +251900,0,0,0,0,0 +251901,0,0,0,0,0 +251902,0,0,0,0,0 +251903,0,0,0,0,0 +251904,0,0,0,0,0 +251905,0,0,0,0,0 +251906,0,0,0,0,0 +251907,0,0,0,0,0 +251908,0,0,0,0,0 +251909,0,0,0,0,0 +251910,0,0,0,0,0 +251911,0,0,0,0,0 +251912,0,0,0,0,0 +251913,0,0,0,0,0 +251914,0,0,0,0,0 +251915,0,0,0,0,0 +251916,0,0,0,0,0 +251917,0,0,0,0,0 +251918,0,0,0,0,0 +251919,0,0,0,0,0 +251920,0,0,0,0,0 +251921,0,0,0,0,0 +251922,0,0,0,0,0 +251923,0,0,0,0,0 +251924,0,0,0,0,0 +251925,0,0,0,0,0 +251926,0,0,0,0,0 +251927,0,0,0,0,0 +251928,0,0,0,0,0 +251929,0,0,0,0,0 +251930,0,0,0,0,0 +251931,0,0,0,0,0 +251932,0,0,0,0,0 +251933,0,0,0,0,0 +251934,0,0,0,0,0 +251935,0,0,0,0,0 +251936,0,0,0,0,0 +251937,0,0,0,0,0 +251938,0,0,0,0,0 +251939,0,0,0,0,0 +251940,0,0,0,0,0 +251941,0,0,0,0,0 +251942,0,0,0,0,0 +251943,0,0,0,0,0 +251944,0,0,0,0,0 +251945,0,0,0,0,0 +251946,0,0,0,0,0 +251947,0,0,0,0,0 +251948,0,0,0,0,0 +251949,0,0,0,0,0 +251950,0,0,0,0,0 +251951,0,0,0,0,0 +251952,0,0,0,0,0 +251953,0,0,0,0,0 +251954,0,0,0,0,0 +251955,0,0,0,0,0 +251956,0,0,0,0,0 +251957,0,0,0,0,0 +251958,0,0,0,0,0 +251959,0,0,0,0,0 +251960,0,0,0,0,0 +251961,0,0,0,0,0 +251962,0,0,0,0,0 +251963,0,0,0,0,0 +251964,0,0,0,0,0 +251965,0,0,0,0,0 +251966,0,0,0,0,0 +251967,0,0,0,0,0 +251968,0,0,0,0,0 +251969,0,0,0,0,0 +251970,0,0,0,0,0 +251971,0,0,0,0,0 +251972,0,0,0,0,0 +251973,0,0,0,0,0 +251974,0,0,0,0,0 +251975,0,0,0,0,0 +251976,0,0,0,0,0 +251977,0,0,0,0,0 +251978,0,0,0,0,0 +251979,0,0,0,0,0 +251980,0,0,0,0,0 +251981,0,0,0,0,0 +251982,0,0,0,0,0 +251983,0,0,0,0,0 +251984,0,0,0,0,0 +251985,0,0,0,0,0 +251986,0,0,0,0,0 +251987,0,0,0,0,0 +251988,0,0,0,0,0 +251989,0,0,0,0,0 +251990,0,0,0,0,0 +251991,0,0,0,0,0 +251992,0,0,0,0,0 +251993,0,0,0,0,0 +251994,0,0,0,0,0 +251995,0,0,0,0,0 +251996,0,0,0,0,0 +251997,0,0,0,0,0 +251998,0,0,0,0,0 +251999,0,0,0,0,0 +252000,0,0,0,0,0 +252001,0,0,0,0,0 +252002,0,0,0,0,0 +252003,0,0,0,0,0 +252004,0,0,0,0,0 +252005,0,0,0,0,0 +252006,0,0,0,0,0 +252007,0,0,0,0,0 +252008,0,0,0,0,0 +252009,0,0,0,0,0 +252010,0,0,0,0,0 +252011,0,0,0,0,0 +252012,0,0,0,0,0 +252013,0,0,0,0,0 +252014,0,0,0,0,0 +252015,0,0,0,0,0 +252016,0,0,0,0,0 +252017,0,0,0,0,0 +252018,0,0,0,0,0 +252019,0,0,0,0,0 +252020,0,0,0,0,0 +252021,0,0,0,0,0 +252022,0,0,0,0,0 +252023,0,0,0,0,0 +252024,0,0,0,0,0 +252025,0,0,0,0,0 +252026,0,0,0,0,0 +252027,0,0,0,0,0 +252028,0,0,0,0,0 +252029,0,0,0,0,0 +252030,0,0,0,0,0 +252031,0,0,0,0,0 +252032,0,0,0,0,0 +252033,0,0,0,0,0 +252034,0,0,0,0,0 +252035,0,0,0,0,0 +252036,0,0,0,0,0 +252037,0,0,0,0,0 +252038,0,0,0,0,0 +252039,0,0,0,0,0 +252040,0,0,0,0,0 +252041,0,0,0,0,0 +252042,0,0,0,0,0 +252043,0,0,0,0,0 +252044,0,0,0,0,0 +252045,0,0,0,0,0 +252046,0,0,0,0,0 +252047,0,0,0,0,0 +252048,0,0,0,0,0 +252049,0,0,0,0,0 +252050,0,0,0,0,0 +252051,0,0,0,0,0 +252052,0,0,0,0,0 +252053,0,0,0,0,0 +252054,0,0,0,0,0 +252055,0,0,0,0,0 +252056,0,0,0,0,0 +252057,0,0,0,0,0 +252058,0,0,0,0,0 +252059,0,0,0,0,0 +252060,0,0,0,0,0 +252061,0,0,0,0,0 +252062,0,0,0,0,0 +252063,0,0,0,0,0 +252064,0,0,0,0,0 +252065,0,0,0,0,0 +252066,0,0,0,0,0 +252067,0,0,0,0,0 +252068,0,0,0,0,0 +252069,0,0,0,0,0 +252070,0,0,0,0,0 +252071,0,0,0,0,0 +252072,0,0,0,0,0 +252073,0,0,0,0,0 +252074,0,0,0,0,0 +252075,0,0,0,0,0 +252076,0,0,0,0,0 +252077,0,0,0,0,0 +252078,0,0,0,0,0 +252079,0,0,0,0,0 +252080,0,0,0,0,0 +252081,0,0,0,0,0 +252082,0,0,0,0,0 +252083,0,0,0,0,0 +252084,0,0,0,0,0 +252085,0,0,0,0,0 +252086,0,0,0,0,0 +252087,0,0,0,0,0 +252088,0,0,0,0,0 +252089,0,0,0,0,0 +252090,0,0,0,0,0 +252091,0,0,0,0,0 +252092,0,0,0,0,0 +252093,0,0,0,0,0 +252094,0,0,0,0,0 +252095,0,0,0,0,0 +252096,0,0,0,0,0 +252097,0,0,0,0,0 +252098,0,0,0,0,0 +252099,0,0,0,0,0 +252100,0,0,0,0,0 +252101,0,0,0,0,0 +252102,0,0,0,0,0 +252103,0,0,0,0,0 +252104,0,0,0,0,0 +252105,0,0,0,0,0 +252106,0,0,0,0,0 +252107,0,0,0,0,0 +252108,0,0,0,0,0 +252109,0,0,0,0,0 +252110,0,0,0,0,0 +252111,0,0,0,0,0 +252112,0,0,0,0,0 +252113,0,0,0,0,0 +252114,0,0,0,0,0 +252115,0,0,0,0,0 +252116,0,0,0,0,0 +252117,0,0,0,0,0 +252118,0,0,0,0,0 +252119,0,0,0,0,0 +252120,0,0,0,0,0 +252121,0,0,0,0,0 +252122,0,0,0,0,0 +252123,0,0,0,0,0 +252124,0,0,0,0,0 +252125,0,0,0,0,0 +252126,0,0,0,0,0 +252127,0,0,0,0,0 +252128,0,0,0,0,0 +252129,0,0,0,0,0 +252130,0,0,0,0,0 +252131,0,0,0,0,0 +252132,0,0,0,0,0 +252133,0,0,0,0,0 +252134,0,0,0,0,0 +252135,0,0,0,0,0 +252136,0,0,0,0,0 +252137,0,0,0,0,0 +252138,0,0,0,0,0 +252139,0,0,0,0,0 +252140,0,0,0,0,0 +252141,0,0,0,0,0 +252142,0,0,0,0,0 +252143,0,0,0,0,0 +252144,0,0,0,0,0 +252145,0,0,0,0,0 +252146,0,0,0,0,0 +252147,0,0,0,0,0 +252148,0,0,0,0,0 +252149,0,0,0,0,0 +252150,0,0,0,0,0 +252151,0,0,0,0,0 +252152,0,0,0,0,0 +252153,0,0,0,0,0 +252154,0,0,0,0,0 +252155,0,0,0,0,0 +252156,0,0,0,0,0 +252157,0,0,0,0,0 +252158,0,0,0,0,0 +252159,0,0,0,0,0 +252160,0,0,0,0,0 +252161,0,0,0,0,0 +252162,0,0,0,0,0 +252163,0,0,0,0,0 +252164,0,0,0,0,0 +252165,0,0,0,0,0 +252166,0,0,0,0,0 +252167,0,0,0,0,0 +252168,0,0,0,0,0 +252169,0,0,0,0,0 +252170,0,0,0,0,0 +252171,0,0,0,0,0 +252172,0,0,0,0,0 +252173,0,0,0,0,0 +252174,0,0,0,0,0 +252175,0,0,0,0,0 +252176,0,0,0,0,0 +252177,0,0,0,0,0 +252178,0,0,0,0,0 +252179,0,0,0,0,0 +252180,0,0,0,0,0 +252181,0,0,0,0,0 +252182,0,0,0,0,0 +252183,0,0,0,0,0 +252184,0,0,0,0,0 +252185,0,0,0,0,0 +252186,0,0,0,0,0 +252187,0,0,0,0,0 +252188,0,0,0,0,0 +252189,0,0,0,0,0 +252190,0,0,0,0,0 +252191,0,0,0,0,0 +252192,0,0,0,0,0 +252193,0,0,0,0,0 +252194,0,0,0,0,0 +252195,0,0,0,0,0 +252196,0,0,0,0,0 +252197,0,0,0,0,0 +252198,0,0,0,0,0 +252199,0,0,0,0,0 +252200,0,0,0,0,0 +252201,0,0,0,0,0 +252202,0,0,0,0,0 +252203,0,0,0,0,0 +252204,0,0,0,0,0 +252205,0,0,0,0,0 +252206,0,0,0,0,0 +252207,0,0,0,0,0 +252208,0,0,0,0,0 +252209,0,0,0,0,0 +252210,0,0,0,0,0 +252211,0,0,0,0,0 +252212,0,0,0,0,0 +252213,0,0,0,0,0 +252214,0,0,0,0,0 +252215,0,0,0,0,0 +252216,0,0,0,0,0 +252217,0,0,0,0,0 +252218,0,0,0,0,0 +252219,0,0,0,0,0 +252220,0,0,0,0,0 +252221,0,0,0,0,0 +252222,0,0,0,0,0 +252223,0,0,0,0,0 +252224,0,0,0,0,0 +252225,0,0,0,0,0 +252226,0,0,0,0,0 +252227,0,0,0,0,0 +252228,0,0,0,0,0 +252229,0,0,0,0,0 +252230,0,0,0,0,0 +252231,0,0,0,0,0 +252232,0,0,0,0,0 +252233,0,0,0,0,0 +252234,0,0,0,0,0 +252235,0,0,0,0,0 +252236,0,0,0,0,0 +252237,0,0,0,0,0 +252238,0,0,0,0,0 +252239,0,0,0,0,0 +252240,0,0,0,0,0 +252241,0,0,0,0,0 +252242,0,0,0,0,0 +252243,0,0,0,0,0 +252244,0,0,0,0,0 +252245,0,0,0,0,0 +252246,0,0,0,0,0 +252247,0,0,0,0,0 +252248,0,0,0,0,0 +252249,0,0,0,0,0 +252250,0,0,0,0,0 +252251,0,0,0,0,0 +252252,0,0,0,0,0 +252253,0,0,0,0,0 +252254,0,0,0,0,0 +252255,0,0,0,0,0 +252256,0,0,0,0,0 +252257,0,0,0,0,0 +252258,0,0,0,0,0 +252259,0,0,0,0,0 +252260,0,0,0,0,0 +252261,0,0,0,0,0 +252262,0,0,0,0,0 +252263,0,0,0,0,0 +252264,0,0,0,0,0 +252265,0,0,0,0,0 +252266,0,0,0,0,0 +252267,0,0,0,0,0 +252268,0,0,0,0,0 +252269,0,0,0,0,0 +252270,0,0,0,0,0 +252271,0,0,0,0,0 +252272,0,0,0,0,0 +252273,0,0,0,0,0 +252274,0,0,0,0,0 +252275,0,0,0,0,0 +252276,0,0,0,0,0 +252277,0,0,0,0,0 +252278,0,0,0,0,0 +252279,0,0,0,0,0 +252280,0,0,0,0,0 +252281,0,0,0,0,0 +252282,0,0,0,0,0 +252283,0,0,0,0,0 +252284,0,0,0,0,0 +252285,0,0,0,0,0 +252286,0,0,0,0,0 +252287,0,0,0,0,0 +252288,0,0,0,0,0 +252289,0,0,0,0,0 +252290,0,0,0,0,0 +252291,0,0,0,0,0 +252292,0,0,0,0,0 +252293,0,0,0,0,0 +252294,0,0,0,0,0 +252295,0,0,0,0,0 +252296,0,0,0,0,0 +252297,0,0,0,0,0 +252298,0,0,0,0,0 +252299,0,0,0,0,0 +252300,0,0,0,0,0 +252301,0,0,0,0,0 +252302,0,0,0,0,0 +252303,0,0,0,0,0 +252304,0,0,0,0,0 +252305,0,0,0,0,0 +252306,0,0,0,0,0 +252307,0,0,0,0,0 +252308,0,0,0,0,0 +252309,0,0,0,0,0 +252310,0,0,0,0,0 +252311,0,0,0,0,0 +252312,0,0,0,0,0 +252313,0,0,0,0,0 +252314,0,0,0,0,0 +252315,0,0,0,0,0 +252316,0,0,0,0,0 +252317,0,0,0,0,0 +252318,0,0,0,0,0 +252319,0,0,0,0,0 +252320,0,0,0,0,0 +252321,0,0,0,0,0 +252322,0,0,0,0,0 +252323,0,0,0,0,0 +252324,0,0,0,0,0 +252325,0,0,0,0,0 +252326,0,0,0,0,0 +252327,0,0,0,0,0 +252328,0,0,0,0,0 +252329,0,0,0,0,0 +252330,0,0,0,0,0 +252331,0,0,0,0,0 +252332,0,0,0,0,0 +252333,0,0,0,0,0 +252334,0,0,0,0,0 +252335,0,0,0,0,0 +252336,0,0,0,0,0 +252337,0,0,0,0,0 +252338,0,0,0,0,0 +252339,0,0,0,0,0 +252340,0,0,0,0,0 +252341,0,0,0,0,0 +252342,0,0,0,0,0 +252343,0,0,0,0,0 +252344,0,0,0,0,0 +252345,0,0,0,0,0 +252346,0,0,0,0,0 +252347,0,0,0,0,0 +252348,0,0,0,0,0 +252349,0,0,0,0,0 +252350,0,0,0,0,0 +252351,0,0,0,0,0 +252352,0,0,0,0,0 +252353,0,0,0,0,0 +252354,0,0,0,0,0 +252355,0,0,0,0,0 +252356,0,0,0,0,0 +252357,0,0,0,0,0 +252358,0,0,0,0,0 +252359,0,0,0,0,0 +252360,0,0,0,0,0 +252361,0,0,0,0,0 +252362,0,0,0,0,0 +252363,0,0,0,0,0 +252364,0,0,0,0,0 +252365,0,0,0,0,0 +252366,0,0,0,0,0 +252367,0,0,0,0,0 +252368,0,0,0,0,0 +252369,0,0,0,0,0 +252370,0,0,0,0,0 +252371,0,0,0,0,0 +252372,0,0,0,0,0 +252373,0,0,0,0,0 +252374,0,0,0,0,0 +252375,0,0,0,0,0 +252376,0,0,0,0,0 +252377,0,0,0,0,0 +252378,0,0,0,0,0 +252379,0,0,0,0,0 +252380,0,0,0,0,0 +252381,0,0,0,0,0 +252382,0,0,0,0,0 +252383,0,0,0,0,0 +252384,0,0,0,0,0 +252385,0,0,0,0,0 +252386,0,0,0,0,0 +252387,0,0,0,0,0 +252388,0,0,0,0,0 +252389,0,0,0,0,0 +252390,0,0,0,0,0 +252391,0,0,0,0,0 +252392,0,0,0,0,0 +252393,0,0,0,0,0 +252394,0,0,0,0,0 +252395,0,0,0,0,0 +252396,0,0,0,0,0 +252397,0,0,0,0,0 +252398,0,0,0,0,0 +252399,0,0,0,0,0 +252400,0,0,0,0,0 +252401,0,0,0,0,0 +252402,0,0,0,0,0 +252403,0,0,0,0,0 +252404,0,0,0,0,0 +252405,0,0,0,0,0 +252406,0,0,0,0,0 +252407,0,0,0,0,0 +252408,0,0,0,0,0 +252409,0,0,0,0,0 +252410,0,0,0,0,0 +252411,0,0,0,0,0 +252412,0,0,0,0,0 +252413,0,0,0,0,0 +252414,0,0,0,0,0 +252415,0,0,0,0,0 +252416,0,0,0,0,0 +252417,0,0,0,0,0 +252418,0,0,0,0,0 +252419,0,0,0,0,0 +252420,0,0,0,0,0 +252421,0,3119.873081,1401.668397,0,0 +252422,0,2747.987199,1339.848631,0,0 +252423,0,1650.02588,1345.590176,0,0 +252424,0,0,1346.966391,0,0 +252425,0,1147.599834,1337.725694,0,0 +252426,0,982.3153656,1327.679471,0,0 +252427,0,852.8351873,1315.983249,0,0 +252428,0,880.066522,1304.58932,0,0 +252429,0,883.8408433,1294.254334,0,0 +252430,0,888.0078543,1285.013757,0,0 +252431,28.06007643,892.3932198,1277.277,3.888917837,0 +252432,52.01346407,897.1685749,1270.838664,34.53392496,0 +252433,50.2807283,902.0830481,1265.584621,34.51251464,0 +252434,54.86684198,907.0971376,1261.367131,11.20852201,0 +252435,62.10287379,912.4035187,1258.05559,34.67347597,0 +252436,67.41281186,917.7586952,1255.540552,34.7364554,0 +252437,72.24993888,923.4165796,1253.696716,35.6233508,0 +252438,77.27534961,934.3887174,1252.428272,39.2106623,0 +252439,82.68148366,943.0459373,1251.65238,41.75711,0 +252440,87.21216547,951.8292251,1251.294604,44.39327621,0 +252441,92.38118681,960.7049945,1251.292845,47.15628814,0 +252442,97.50754747,969.6205514,1251.594625,49.61703477,0 +252443,102.2948099,978.8377697,1252.154929,52.22520109,0 +252444,107.1682649,987.8517392,1252.935788,54.87716459,0 +252445,112.2148516,997.079239,1253.878803,57.33775153,0 +252446,121.1877918,1000.234183,1254.971413,62.8421608,0 +252447,126.4781024,1008.407925,1256.007303,65.94499366,0 +252448,131.9708694,1017.222233,1257.024882,68.55414764,0 +252449,136.6610597,1026.217691,1258.11298,71.3606263,0 +252450,141.9382716,1035.337214,1259.312731,73.99298225,0 +252451,146.9334222,1043.483341,1260.626085,76.65375106,0 +252452,151.8283934,1051.456206,1262.003677,79.1879761,0 +252453,156.6962259,1059.544583,1263.409375,81.90359933,0 +252454,161.7219399,1067.517673,1264.826621,84.37571685,0 +252455,166.5325205,1075.352882,1266.249485,86.84487646,0 +252456,171.2272138,1083.23366,1267.675538,89.64207779,0 +252457,176.4077372,1091.193757,1269.103052,91.87489225,0 +252458,181.2203447,1098.988813,1270.529903,94.50181884,0 +252459,185.8028478,1106.819212,1271.929679,97.05728079,0 +252460,190.8594813,1114.542373,1273.315036,99.4525333,0 +252461,195.4265726,1122.710271,1274.707942,101.8950708,0 +252462,200.4171606,1135.104095,1276.100388,104.4040035,0 +252463,205.2175112,1135.964221,1277.489054,106.9402213,0 +252464,209.9619938,1154.333269,1278.866702,109.1029697,0 +252465,214.7004063,1147.551242,1280.2375,111.839674,0 +252466,219.5986151,1177.036078,1281.590924,114.0964358,0 +252467,224.1296056,1153.482183,1282.938905,116.4929646,0 +252468,229.2888905,1171.467373,1284.262117,119.0201117,0 +252469,233.768999,1189.231815,1285.576714,121.3174442,0 +252470,238.623388,1188.73397,1286.877363,123.6825609,0 +252471,243.3032056,1198.30411,1288.158605,126.1820106,0 +252472,248.1774858,1205.819544,1289.424521,128.3860928,0 +252473,252.8553209,1213.090897,1290.649849,130.856852,0 +252474,257.355813,1220.496887,1291.848884,133.2740858,0 +252475,262.5410478,1227.79697,1293.043384,135.6472637,0 +252476,267.0529831,1235.064963,1294.22669,137.7384393,0 +252477,271.7886319,1242.29983,1295.394428,140.4203639,0 +252478,276.6513236,1249.491731,1296.544619,142.5849422,0 +252479,281.3191942,1256.718521,1297.675693,144.9109286,0 +252480,286.014823,1263.634954,1298.786845,147.3632632,0 +252481,290.3734074,1270.864697,1299.877522,149.4144342,0 +252482,294.7168999,1277.88482,1300.947199,151.7474718,0 +252483,299.0492886,1284.639484,1302.170619,153.9465489,0 +252484,303.3759686,1291.712551,1303.193915,155.9742082,0 +252485,307.4670682,1298.591324,1304.193692,158.2298537,0 +252486,312.4213122,1305.407987,1305.17131,160.3780791,0 +252487,316.1644267,1312.081323,1306.105127,162.5386687,0 +252488,320.7435996,1318.911268,1307.009179,164.584325,0 +252489,324.971109,1325.624095,1307.904676,166.9055479,0 +252490,329.3266019,1332.192459,1308.784432,168.9651864,0 +252491,333.5874341,1338.962473,1309.644533,171.126385,0 +252492,337.9376544,1345.299486,1310.48292,173.2627124,0 +252493,342.1922277,1351.86582,1311.298302,175.3947991,0 +252494,346.5387264,1358.339603,1312.090106,177.5227372,0 +252495,350.7874103,1364.853327,1312.857915,179.7687832,0 +252496,355.1310259,1370.999905,1313.601497,181.5751272,0 +252497,359.3741703,1377.453488,1314.320503,183.9742644,0 +252498,363.6865502,1383.600493,1315.015071,185.9690661,0 +252499,367.9978356,1389.887215,1315.684836,188.0982115,0 +252500,372.241205,1395.947296,1316.329873,190.2015414,0 +252501,376.577289,1402.127481,1316.949991,192.3011939,0 +252502,380.8108997,1408.088569,1317.523159,194.3973792,0 +252503,384.8496761,1414.167261,1318.06453,196.4895725,0 +252504,389.540127,1420.022654,1318.594881,198.5784679,0 +252505,393.6125763,1425.998169,1319.107332,200.6635122,0 +252506,397.9709831,1431.839375,1319.598022,202.6116563,0 +252507,402.1999116,1437.575803,1320.065247,204.8975474,0 +252508,406.5018563,1443.290705,1320.508084,206.8678978,0 +252509,410.8039321,1449.040642,1320.926075,208.964268,0 +252510,415.0299258,1454.494024,1321.319155,211.0323085,0 +252511,419.2023462,1459.841241,1321.687195,213.035756,0 +252512,423.3498037,1464.884565,1322.021807,215.0232332,0 +252513,427.403931,1470.012104,1322.317078,217.0001518,0 +252514,431.5244037,1474.819723,1322.571422,219.1144315,0 +252515,435.6379045,1479.748912,1322.785705,220.8485055,0 +252516,439.6627116,1484.520584,1322.940888,222.9151007,0 +252517,443.7582498,1489.232216,1323.053559,224.8358165,0 +252518,447.8501822,1493.870873,1323.144121,226.6206987,0 +252519,451.8497843,1498.43703,1323.206935,228.7930304,0 +252520,455.9255749,1502.932014,1323.239561,230.5999347,0 +252521,459.9603624,1507.448563,1323.241054,232.5482635,0 +252522,464.0317113,1511.571178,1323.211476,234.4624968,0 +252523,468.0035963,1516.062743,1323.151099,236.3707888,0 +252524,472.0540504,1520.195059,1323.060513,238.2731602,0 +252525,476.0634612,1524.357919,1322.940187,240.1692604,0 +252526,480.1111341,1528.438111,1322.790688,242.0597063,0 +252527,484.0572184,1532.450515,1322.612532,243.944013,0 +252528,488.0847077,1536.395878,1322.406148,245.8228003,0 +252529,492.0706682,1540.274679,1322.172038,247.6955758,0 +252530,496.0968071,1544.086834,1321.910588,249.562952,0 +252531,500.0182914,1547.927553,1321.622218,251.4244314,0 +252532,504.0245744,1554.608297,1321.287656,253.2806409,0 +252533,507.9884891,1552.847578,1320.922917,255.13103,0 +252534,511.9947545,1568.458594,1320.542992,256.9762237,0 +252535,515.8923913,1547.486297,1320.148284,258.8157285,0 +252536,519.8788922,1573.015255,1319.722422,260.47702,0 +252537,523.8217944,1589.861047,1319.281788,262.5735284,0 +252538,527.7670756,1539.017712,1318.818891,264.2625253,0 +252539,531.3338933,1591.98304,1318.314001,266.1130913,0 +252540,535.8446067,1574.762356,1317.806286,267.9259878,0 +252541,539.5546578,1581.671423,1317.262877,269.761178,0 +252542,543.593108,1584.61321,1316.698292,271.6014156,0 +252543,547.6772041,1587.640326,1316.108255,273.4400631,0 +252544,551.7048216,1590.353824,1315.493233,275.2754527,0 +252545,555.615687,1593.218193,1314.853537,277.1064159,0 +252546,559.728155,1595.929688,1314.189794,278.9333102,0 +252547,563.693623,1598.592229,1313.502573,280.7555404,0 +252548,567.7054688,1601.190332,1312.7923,282.5736486,0 +252549,571.7049885,1603.723871,1312.059468,284.3870995,0 +252550,575.7020225,1606.193189,1311.30311,286.1964478,0 +252551,579.6945785,1608.597932,1310.506302,288.0012099,0 +252552,583.6840867,1610.938624,1309.684534,289.8018567,0 +252553,587.6232579,1613.214829,1308.853572,291.5978946,0 +252554,591.72339,1615.426873,1308.008269,293.3899152,0 +252555,595.5929254,1617.674348,1307.144635,295.1773472,0 +252556,599.6118902,1619.609928,1306.262673,296.9607529,0 +252557,603.5265207,1621.701122,1305.360748,298.7395898,0 +252558,607.5662836,1623.639077,1304.440151,300.5144043,0 +252559,611.4922868,1625.527788,1303.499738,302.2846536,0 +252560,615.5085067,1627.352161,1302.540965,303.8464382,0 +252561,619.3385288,1629.111102,1301.562822,305.9239771,0 +252562,623.4023048,1630.805547,1300.391356,307.5220389,0 +252563,627.3024465,1632.434069,1299.379186,309.3136489,0 +252564,631.2535673,1633.895202,1298.351224,311.0619007,0 +252565,635.1408385,1635.542407,1297.304876,313.0197348,0 +252566,639.1525809,1636.900442,1296.241215,314.4341449,0 +252567,643.0931523,1638.282464,1295.158783,316.3334404,0 +252568,646.9493139,1639.582383,1294.059589,318.0274924,0 +252569,650.9081285,1640.815495,1292.942433,319.7768019,0 +252570,654.76379,1641.982244,1291.809147,321.465966,0 +252571,658.6853464,1642.941384,1290.658542,323.1676138,0 +252572,662.4692227,1643.805155,1289.470317,324.8375782,0 +252573,666.2891986,1644.585966,1288.257304,326.5257135,0 +252574,670.1432919,1645.287724,1287.035361,328.1497444,0 +252575,673.8010731,1645.911865,1285.798523,329.818721,0 +252576,677.7068908,1646.459762,1284.544457,331.4602363,0 +252577,681.4314996,1647.035425,1283.272588,333.0991377,0 +252578,685.2073754,1647.280795,1281.982907,334.7549789,0 +252579,688.965029,1647.677207,1280.67575,336.3462787,0 +252580,692.6600689,1647.908219,1279.351639,337.9843591,0 +252581,696.4857014,1648.080825,1278.011047,339.5946505,0 +252582,700.2315265,1648.179852,1276.654496,341.2031191,0 +252583,703.8813615,1648.204846,1275.282432,342.8289297,0 +252584,707.6402929,1648.156371,1273.895296,344.3894716,0 +252585,711.3389178,1648.034303,1272.493568,345.9977918,0 +252586,714.9830717,1647.839107,1271.077652,347.5784863,0 +252587,718.7614182,1647.570649,1269.647955,349.1571748,0 +252588,722.4021808,1647.229365,1268.204912,350.7302573,0 +252589,726.0873087,1646.815114,1266.748848,352.3211835,0 +252590,729.8126074,1646.223881,1265.280193,353.8463677,0 +252591,733.3823234,1645.816156,1263.799283,355.4200638,0 +252592,737.0197116,1645.109405,1262.306529,356.9661101,0 +252593,740.7413314,1644.421664,1260.802259,358.5103407,0 +252594,744.3312071,1643.645544,1259.28688,360.0738716,0 +252595,747.9670056,1642.79703,1257.760694,361.5690773,0 +252596,751.5847906,1641.876725,1256.224076,363.1153613,0 +252597,755.1938682,1640.88446,1254.6774,364.6329462,0 +252598,758.7346113,1639.820612,1253.120998,366.1493181,0 +252599,762.4197982,1638.685061,1251.55523,367.660018,0 +252600,766.0176547,1637.478175,1249.980468,368.9427334,0 +252601,769.5077363,1636.233772,1248.397028,370.782689,0 +252602,773.1165586,1634.930971,1246.806267,372.1034117,0 +252603,776.6595222,1633.561099,1245.209054,373.6296417,0 +252604,780.2043754,1632.224892,1243.605988,375.1100894,0 +252605,783.6776539,1630.566004,1241.997214,376.5856601,0 +252606,787.3004584,1629.060088,1240.38277,378.0556578,0 +252607,790.7704268,1627.39432,1238.762879,379.545926,0 +252608,794.2903936,1625.673871,1237.137565,380.9653642,0 +252609,797.7901692,1623.884003,1235.507062,382.4385979,0 +252610,801.3447157,1622.024132,1233.871601,383.8821639,0 +252611,804.7287058,1620.094464,1232.231438,385.3248043,0 +252612,808.2503494,1618.095317,1230.586766,386.7621392,0 +252613,811.6409066,1616.027281,1228.93795,388.1948758,0 +252614,815.1955092,1613.787001,1227.287353,389.6489362,0 +252615,818.5914915,1611.729773,1225.632531,391.0294924,0 +252616,822.0410283,1609.382633,1223.974235,392.4668564,0 +252617,825.4699139,1607.057293,1222.312429,393.8739095,0 +252618,828.8905037,1604.648575,1220.63022,395.2808146,0 +252619,832.3018816,1602.172004,1218.941863,396.6825586,0 +252620,835.7045476,1599.628134,1217.262415,398.0794428,0 +252621,839.0318966,1597.016986,1215.585682,399.4988492,0 +252622,842.584584,1594.339087,1213.909141,400.8438075,0 +252623,845.8073521,1591.594781,1212.231981,402.2468358,0 +252624,849.2366051,1588.783967,1210.553986,403.6194005,0 +252625,852.5827596,1585.907622,1208.875524,404.9918946,0 +252626,855.9318375,1582.862917,1207.196916,406.3597481,0 +252627,859.2717266,1580.002789,1205.518579,407.7228547,0 +252628,862.6030026,1576.858428,1203.841047,409.0814554,0 +252629,865.9252027,1573.737736,1202.164679,410.4354022,0 +252630,869.1705738,1570.537529,1200.489974,411.8129152,0 +252631,872.5263316,1589.884403,1198.816842,413.0857557,0 +252632,875.7052203,1530.604884,1197.16815,414.4120957,0 +252633,878.9343604,1576.799072,1195.486729,415.7049002,0 +252634,882.1393452,1558.222255,1193.814235,416.9961485,0 +252635,885.4028837,1545.616046,1192.155506,418.281209,0 +252636,888.4772358,1558.433992,1190.486789,419.5605594,0 +252637,891.7021182,1537.13113,1188.830516,420.8342172,0 +252638,894.8504933,1545.845037,1187.18049,422.1024974,0 +252639,897.9288294,1537.036674,1185.531946,423.3942019,0 +252640,901.1778597,1534.172353,1183.881162,424.6080459,0 +252641,904.2520964,1530.101451,1182.2351,425.8823927,0 +252642,907.3833333,1526.064242,1180.594155,427.1250891,0 +252643,910.4918367,1521.951931,1178.959509,428.3676948,0 +252644,913.590588,1517.779019,1177.331844,429.6055926,0 +252645,916.6791563,1513.546385,1175.711757,430.8386942,0 +252646,919.7580906,1509.254724,1174.099788,432.0672753,0 +252647,922.8270329,1505.000905,1172.496466,433.2912356,0 +252648,925.8865091,1500.356054,1170.902301,434.5108497,0 +252649,928.9361504,1496.098486,1169.317727,435.7556879,0 +252650,931.9027001,1491.492255,1167.74341,436.9215316,0 +252651,935.1201676,1486.928589,1166.179667,438.1506011,0 +252652,937.9721019,1482.294513,1164.627164,439.348212,0 +252653,941.0531627,1477.605233,1163.086195,440.5466789,0 +252654,944.0432843,1472.86162,1161.557414,441.741296,0 +252655,947.0367808,1468.064315,1160.041239,442.9319258,0 +252656,950.021316,1463.118527,1158.539424,444.118847,0 +252657,952.9965401,1458.349849,1157.050684,445.3019192,0 +252658,955.9630006,1453.327693,1155.576617,446.4814287,0 +252659,958.9202524,1448.428275,1154.116291,447.6572316,0 +252660,961.8688597,1443.236525,1152.671463,448.8601456,0 +252661,965.2276763,1438.217291,1151.242691,450.1002526,0 +252662,968.4552209,1433.077861,1149.835168,451.4502568,0 +252663,972.0456449,1427.816622,1148.453058,452.9037769,0 +252664,975.3125292,1422.733309,1147.098297,454.1606804,0 +252665,978.8008015,1417.410326,1145.770784,455.4756475,0 +252666,982.1211458,1412.121953,1144.470046,456.8079303,0 +252667,985.6682365,1406.776263,1143.19542,458.2660627,0 +252668,988.8601201,1401.388259,1141.946617,459.5185299,0 +252669,992.3809699,1395.95938,1140.72313,460.8285694,0 +252670,995.6717116,1390.484348,1139.525052,462.1875379,0 +252671,999.1240105,1384.974736,1138.352246,463.5933612,0 +252672,1002.420706,1379.495247,1137.204841,464.8652342,0 +252673,1005.785558,1373.845375,1136.082821,466.1651113,0 +252674,1009.193284,1368.241161,1134.986374,467.4873808,0 +252675,1012.568137,1362.473093,1133.915664,468.8142749,0 +252676,1015.859425,1356.871569,1132.870842,470.2653849,0 +252677,1019.28573,1351.132873,1131.85223,471.5074016,0 +252678,1022.553717,1345.223995,1130.859974,472.8068438,0 +252679,1025.970322,1339.448652,1129.894302,474.1237241,0 +252680,1029.227934,1333.479497,1128.955619,475.444903,0 +252681,1032.63423,1327.692373,1128.044033,476.7988923,0 +252682,1035.88135,1321.693154,1127.159997,478.1949242,0 +252683,1039.279701,1315.731685,1126.298949,479.453954,0 +252684,1042.524465,1309.724866,1125.465339,480.7401231,0 +252685,1045.924369,1303.685289,1124.662522,482.0491926,0 +252686,1049.162224,1297.612916,1123.890837,483.3625316,0 +252687,1053.211511,1291.511796,1123.149685,484.6760078,0 +252688,1057.108917,1285.379368,1122.435568,485.9886403,0 +252689,1059.467528,1279.217816,1121.745728,487.299878,0 +252690,1064.407287,1272.943336,1121.077931,488.6097773,0 +252691,1065.366644,1266.747694,1120.433499,489.878016,0 +252692,1072.19309,1260.410631,1119.806074,491.1364043,0 +252693,1069.978654,1253.914398,1119.196066,492.4224663,0 +252694,1081.676879,1247.464378,1118.597508,493.6195041,0 +252695,1071.717928,1241.112693,1118.017299,494.8882796,0 +252696,1095.583061,1234.574926,1117.443455,496.1223737,0 +252697,1066.326555,1228.080493,1116.910852,497.3582053,0 +252698,1090.836718,1221.546289,1116.360102,498.5902868,0 +252699,1092.268704,1214.995684,1115.82006,499.8188781,0 +252700,1092.657838,1208.4195,1115.311784,501.0439341,0 +252701,1096.868863,1201.748442,1114.819502,502.265448,0 +252702,1099.951022,1195.242076,1114.327634,503.4835257,0 +252703,1102.951841,1188.558504,1113.841199,504.6982467,0 +252704,1105.987576,1181.998394,1113.362871,505.9096128,0 +252705,1109.08775,1175.152997,1112.893741,507.1177118,0 +252706,1112.037808,1168.640694,1112.434066,508.357258,0 +252707,1115.133185,1161.890201,1111.985202,509.5062228,0 +252708,1118.064667,1178.720103,1111.54543,510.7306755,0 +252709,1121.141784,1113.888909,1111.120738,511.9202598,0 +252710,1124.055523,1159.155312,1110.684355,513.112268,0 +252711,1127.204341,1137.038422,1110.281466,514.3015694,0 +252712,1129.965234,1119.432455,1109.875715,515.4876224,0 +252713,1133.075905,1128.679391,1109.476557,516.6708693,0 +252714,1135.853558,1109.917863,1109.091947,517.8511154,0 +252715,1139.01823,1110.06024,1108.711257,519.0285636,0 +252716,1141.817878,1100.949742,1108.342444,520.2031157,0 +252717,1144.846536,1094.673354,1107.979602,521.3749882,0 +252718,1147.70078,1087.959235,1107.626399,522.5440386,0 +252719,1150.701275,1081.255541,1107.280906,523.7105466,0 +252720,1153.543092,1074.630107,1106.942911,524.9104463,0 +252721,1156.357088,1067.827939,1106.61392,525.954994,0 +252722,1158.890679,1061.109063,1106.289625,526.6903393,0 +252723,1161.611398,1054.506953,1105.967098,528.2947553,0 +252724,1164.23578,1047.846036,1105.645988,529.0736291,0 +252725,1166.862399,1041.097083,1105.326345,530.1848959,0 +252726,1169.483745,1036.601665,1105.0092,531.2296382,0 +252727,1172.095923,1031.830474,1104.695817,532.2713933,0 +252728,1174.700918,1027.06402,1104.38631,533.3093441,0 +252729,1177.299756,1022.308378,1104.081081,534.3441708,0 +252730,1179.89135,1017.559615,1103.780459,535.3755525,0 +252731,1182.478332,1012.821402,1103.484704,536.4040587,0 +252732,1184.965461,1008.019546,1103.194094,537.4293533,0 +252733,1187.778476,1003.357518,1102.908797,538.4520332,0 +252734,1190.13661,998.67428,1102.629158,539.4348422,0 +252735,1192.792778,993.9216511,1102.355093,540.5082916,0 +252736,1195.343238,989.3769995,1102.086949,541.495116,0 +252737,1197.907888,984.6570619,1101.824772,542.5142382,0 +252738,1200.471101,980.011169,1101.568665,543.5618705,0 +252739,1203.034547,975.3995811,1101.318755,544.5140754,0 +252740,1205.598817,970.9402577,1101.075098,545.5489594,0 +252741,1208.165203,966.2797145,1100.837847,546.5479781,0 +252742,1210.733881,961.899356,1100.606975,547.5517073,0 +252743,1213.303958,957.3463974,1100.382642,548.5544635,0 +252744,1215.87338,952.9548544,1100.164846,549.5559126,0 +252745,1218.540036,948.5401289,1099.95369,550.5567775,0 +252746,1220.961337,944.1726688,1099.749248,551.5187485,0 +252747,1223.605423,939.9050778,1099.551463,552.5759649,0 +252748,1226.160609,935.4714697,1099.360548,553.5463574,0 +252749,1228.733074,931.3642775,1099.176389,554.5520367,0 +252750,1231.306821,927.1165481,1098.999185,555.5508889,0 +252751,1233.575024,922.8352683,1098.828895,556.4245101,0 +252752,1235.779648,918.56748,1098.660652,557.2720752,0 +252753,1237.858175,914.4000308,1098.491128,558.106702,0 +252754,1240.164508,910.134826,1098.319355,558.9314994,0 +252755,1242.231651,906.0520146,1098.14577,559.7487074,0 +252756,1244.375632,901.9711519,1097.971154,560.5587854,0 +252757,1246.492106,897.8998729,1097.79636,561.3629295,0 +252758,1248.597127,894.0324949,1097.622037,562.1611327,0 +252759,1250.692962,890.1565022,1097.448784,562.9929079,0 +252760,1252.878635,886.2543885,1097.277031,563.7223904,0 +252761,1254.804648,882.537847,1097.107186,564.4962606,0 +252762,1256.950414,878.8383519,1096.939575,565.3276369,0 +252763,1258.997416,875.2199658,1096.774604,566.0735582,0 +252764,1261.053832,871.7297505,1096.612466,566.8513951,0 +252765,1263.104896,868.1785973,1096.453446,567.6191955,0 +252766,1265.149849,864.7720327,1096.297726,568.3834482,0 +252767,1267.190069,861.5334486,1096.145517,569.1446825,0 +252768,1269.225028,858.2624631,1095.997006,569.9027025,0 +252769,1271.255713,855.1256216,1095.852289,570.6580409,0 +252770,1273.282365,852.0654094,1095.711525,571.4104896,0 +252771,1275.305028,849.1476282,1095.574814,572.1605325,0 +252772,1277.323877,846.1848855,1095.442261,572.9079648,0 +252773,1279.339655,843.4353554,1095.313919,573.6532245,0 +252774,1281.35186,840.5898137,1095.189913,574.396275,0 +252775,1283.361343,838.0927237,1095.070223,575.187158,0 +252776,1285.367936,835.6815625,1094.955008,576.1773758,0 +252777,1287.372359,833.2710593,1094.844321,577.2583654,0 +252778,1289.47654,831.0372118,1094.738149,578.4966882,0 +252779,1291.319105,828.7776527,1094.636646,579.7049993,0 +252780,1293.394019,826.4716594,1094.539599,581.0841715,0 +252781,0,0,0,0,0 +252782,0,0,0,0,0 +252783,0,0,0,0,0 +252784,0,0,0,0,0 +252785,0,0,0,0,0 +252786,0,0,0,0,0 +252787,0,0,0,0,0 +252788,0,0,0,0,0 +252789,0,0,0,0,0 +252790,0,0,0,0,0 +252791,0,0,0,0,0 +252792,0,0,0,0,0 +252793,0,0,0,0,0 +252794,0,0,0,0,0 +252795,0,0,0,0,0 +252796,0,0,0,0,0 +252797,0,0,0,0,0 +252798,0,0,0,0,0 +252799,0,0,0,0,0 +252800,0,0,0,0,0 +252801,0,0,0,0,0 +252802,0,0,0,0,0 +252803,0,0,0,0,0 +252804,0,0,0,0,0 +252805,0,0,0,0,0 +252806,0,0,0,0,0 +252807,0,0,0,0,0 +252808,0,0,0,0,0 +252809,0,0,0,0,0 +252810,0,0,0,0,0 +252811,0,0,0,0,0 +252812,0,0,0,0,0 +252813,0,0,0,0,0 +252814,0,0,0,0,0 +252815,0,0,0,0,0 +252816,0,0,0,0,0 +252817,0,0,0,0,0 +252818,0,0,0,0,0 +252819,0,0,0,0,0 +252820,0,0,0,0,0 +252821,0,0,0,0,0 +252822,0,0,0,0,0 +252823,0,0,0,0,0 +252824,0,0,0,0,0 +252825,0,0,0,0,0 +252826,0,0,0,0,0 +252827,0,0,0,0,0 +252828,0,0,0,0,0 +252829,0,0,0,0,0 +252830,0,0,0,0,0 +252831,0,0,0,0,0 +252832,0,0,0,0,0 +252833,0,0,0,0,0 +252834,0,0,0,0,0 +252835,0,0,0,0,0 +252836,0,0,0,0,0 +252837,0,0,0,0,0 +252838,0,0,0,0,0 +252839,0,0,0,0,0 +252840,0,0,0,0,0 +252841,0,0,0,0,0 +252842,0,0,0,0,0 +252843,0,0,0,0,0 +252844,0,0,0,0,0 +252845,0,0,0,0,0 +252846,0,0,0,0,0 +252847,0,0,0,0,0 +252848,0,0,0,0,0 +252849,0,0,0,0,0 +252850,0,0,0,0,0 +252851,0,0,0,0,0 +252852,0,0,0,0,0 +252853,0,0,0,0,0 +252854,0,0,0,0,0 +252855,0,0,0,0,0 +252856,0,0,0,0,0 +252857,0,0,0,0,0 +252858,0,0,0,0,0 +252859,0,0,0,0,0 +252860,0,0,0,0,0 +252861,0,0,0,0,0 +252862,0,0,0,0,0 +252863,0,0,0,0,0 +252864,0,0,0,0,0 +252865,0,0,0,0,0 +252866,0,0,0,0,0 +252867,0,0,0,0,0 +252868,0,0,0,0,0 +252869,0,0,0,0,0 +252870,0,0,0,0,0 +252871,0,0,0,0,0 +252872,0,0,0,0,0 +252873,0,0,0,0,0 +252874,0,0,0,0,0 +252875,0,0,0,0,0 +252876,0,0,0,0,0 +252877,0,0,0,0,0 +252878,0,0,0,0,0 +252879,0,0,0,0,0 +252880,0,0,0,0,0 +252881,0,0,0,0,0 +252882,0,0,0,0,0 +252883,0,0,0,0,0 +252884,0,0,0,0,0 +252885,0,0,0,0,0 +252886,0,0,0,0,0 +252887,0,0,0,0,0 +252888,0,0,0,0,0 +252889,0,0,0,0,0 +252890,0,0,0,0,0 +252891,0,0,0,0,0 +252892,0,0,0,0,0 +252893,0,0,0,0,0 +252894,0,0,0,0,0 +252895,0,0,0,0,0 +252896,0,0,0,0,0 +252897,0,0,0,0,0 +252898,0,0,0,0,0 +252899,0,0,0,0,0 +252900,0,0,0,0,0 +252901,0,0,0,0,0 +252902,0,0,0,0,0 +252903,0,0,0,0,0 +252904,0,0,0,0,0 +252905,0,0,0,0,0 +252906,0,0,0,0,0 +252907,0,0,0,0,0 +252908,0,0,0,0,0 +252909,0,0,0,0,0 +252910,0,0,0,0,0 +252911,0,0,0,0,0 +252912,0,0,0,0,0 +252913,0,0,0,0,0 +252914,0,0,0,0,0 +252915,0,0,0,0,0 +252916,0,0,0,0,0 +252917,0,0,0,0,0 +252918,0,0,0,0,0 +252919,0,0,0,0,0 +252920,0,0,0,0,0 +252921,0,0,0,0,0 +252922,0,0,0,0,0 +252923,0,0,0,0,0 +252924,0,0,0,0,0 +252925,0,0,0,0,0 +252926,0,0,0,0,0 +252927,0,0,0,0,0 +252928,0,0,0,0,0 +252929,0,0,0,0,0 +252930,0,0,0,0,0 +252931,0,0,0,0,0 +252932,0,0,0,0,0 +252933,0,0,0,0,0 +252934,0,0,0,0,0 +252935,0,0,0,0,0 +252936,0,0,0,0,0 +252937,0,0,0,0,0 +252938,0,0,0,0,0 +252939,0,0,0,0,0 +252940,0,0,0,0,0 +252941,0,0,0,0,0 +252942,0,0,0,0,0 +252943,0,0,0,0,0 +252944,0,0,0,0,0 +252945,0,0,0,0,0 +252946,0,0,0,0,0 +252947,0,0,0,0,0 +252948,0,0,0,0,0 +252949,0,0,0,0,0 +252950,0,0,0,0,0 +252951,0,0,0,0,0 +252952,0,0,0,0,0 +252953,0,0,0,0,0 +252954,0,0,0,0,0 +252955,0,0,0,0,0 +252956,0,0,0,0,0 +252957,0,0,0,0,0 +252958,0,0,0,0,0 +252959,0,0,0,0,0 +252960,0,0,0,0,0 +252961,0,0,0,0,0 +252962,0,0,0,0,0 +252963,0,0,0,0,0 +252964,0,0,0,0,0 +252965,0,0,0,0,0 +252966,0,0,0,0,0 +252967,0,0,0,0,0 +252968,0,0,0,0,0 +252969,0,0,0,0,0 +252970,0,0,0,0,0 +252971,0,0,0,0,0 +252972,0,0,0,0,0 +252973,0,0,0,92.18412188,0 +252974,0,0,0,84.63919255,0 +252975,0,0,0,86.44085314,0 +252976,0,0,0,102.2891633,0 +252977,0,0,0,111.3036672,0 +252978,0,0,0,120.1369057,0 +252979,0,0,0,128.7836487,0 +252980,0,0,0,137.2717127,0 +252981,0,0,0,145.6438383,0 +252982,0,0,0,153.7391699,0 +252983,0,0,0,161.8564615,0 +252984,0,0,0,169.6415256,0 +252985,0,0,0,177.4216269,0 +252986,0,0,0,185.0826454,0 +252987,0,0,0,192.5307756,0 +252988,0,0,0,199.8181603,0 +252989,0,0,0,207.2332231,0 +252990,0,0,0,214.1050453,0 +252991,0,0,0,220.8790583,0 +252992,0,0,0,227.1998955,0 +252993,0,0,0,233.3716624,0 +252994,0,0,0,239.6380915,0 +252995,0,0,0,245.3098309,0 +252996,0,0,0,251.2993248,0 +252997,0,0,0,256.8793389,0 +252998,0,0,0,262.4036448,0 +252999,0,0,0,267.7065895,0 +253000,0,0,0,273.11246,0 +253001,0,0,0,286.061928,0 +253002,0,0,0,292.5167935,0 +253003,0,0,0,298.1539376,0 +253004,0,0,0,303.7878662,0 +253005,0,0,0,309.0610492,0 +253006,0,0,0,313.976044,0 +253007,0,0,0,318.8810176,0 +253008,0,0,0,323.8335615,0 +253009,0,0,0,328.4071415,0 +253010,0,0,0,332.9565756,0 +253011,0,0,0,337.474033,0 +253012,0,0,0,341.4381182,0 +253013,0,0,0,345.8570985,0 +253014,0,0,0,349.760468,0 +253015,0,0,0,353.67341,0 +253016,0,0,0,357.4410523,0 +253017,0,0,0,364.4761479,0 +253018,0,0,0,368.9272609,0 +253019,0,0,0,372.7634201,0 +253020,0,0,0,376.5552319,0 +253021,0,0,0,380.2589028,0 +253022,0,0,0,383.4893796,0 +253023,0,0,0,386.9001827,0 +253024,0,0,0,390.068901,0 +253025,0,0,0,393.0139606,0 +253026,0,0,0,396.1863916,0 +253027,0,0,0,398.9363733,0 +253028,0,0,0,401.703401,0 +253029,0,0,0,404.3352217,0 +253030,0,0,0,406.8565552,0 +253031,0,0,0,409.267073,0 +253032,0,0,0,411.566581,0 +253033,0,0,0,413.7549924,0 +253034,0,0,0,415.8317929,0 +253035,0,0,0,417.7966854,0 +253036,0,0,0,419.6489425,0 +253037,0,0,0,421.3880516,0 +253038,0,0,0,422.8634397,0 +253039,0,0,0,424.6032856,0 +253040,0,0,0,425.881817,0 +253041,0,0,0,427.186436,0 +253042,0,0,0,428.3449322,0 +253043,0,0,0,429.3535277,0 +253044,0,0,0,421.5551925,0 +253045,0,0,0,420.9452416,0 +253046,0,0,0,421.305959,0 +253047,0,0,0,421.6406762,0 +253048,0,0,0,422.0105846,0 +253049,0,0,0,422.3608874,0 +253050,0,0,0,422.6749999,0 +253051,0,0,0,419.9639036,0 +253052,0,0,0,416.696294,0 +253053,0,0,0,413.077937,0 +253054,0,0,0,409.1648769,0 +253055,0,0,0,404.9834777,0 +253056,0,0,0,400.5499308,0 +253057,0,0,0,395.8756335,0 +253058,0,0,0,390.9687573,0 +253059,0,0,0,385.9436014,0 +253060,0,0,0,380.3671249,0 +253061,0,0,0,374.7525314,0 +253062,0,0,0,369.1449874,0 +253063,0,0,0,363.053952,0 +253064,0,0,0,357.023951,0 +253065,0,0,0,350.4312369,0 +253066,0,0,0,343.9421785,0 +253067,0,0,0,337.2635433,0 +253068,0,0,0,329.9819414,0 +253069,0,0,0,323.1001697,0 +253070,0,0,0,315.7594843,0 +253071,0,0,0,308.0974268,0 +253072,0,0,0,300.3508314,0 +253073,0,0,0,292.7250397,0 +253074,0,0,0,284.4259785,0 +253075,0,0,0,276.2955751,0 +253076,0,0,0,267.7995777,0 +253077,0,0,0,259.2998658,0 +253078,0,0,0,250.3597141,0 +253079,0,0,0,241.484282,0 +253080,0,0,0,232.3518493,0 +253081,0,0,0,221.3224197,0 +253082,0,0,0,209.9045803,0 +253083,0,0,0,176.9277103,0 +253084,0,0,0,161.8714188,0 +253085,0,0,0,148.0019851,0 +253086,0,0,0,134.6102895,0 +253087,0,0,0,121.0998669,0 +253088,0,0,0,107.5014442,0 +253089,0,0,0,93.95716048,0 +253090,0,0,0,80.46903611,0 +253091,0,0,0,66.15814208,0 +253092,0,0,0,87.09358167,0 +253093,0,0,0,0,0 +253094,0,0,0,49.16542683,0 +253095,0,0,0,0,0 +253096,0,0,0,0,0 +253097,0,0,0,0,0 +253098,0,0,0,0,0 +253099,0,0,0,0,0 +253100,0,0,0,0,0 +253101,0,0,0,0,0 +253102,0,0,0,0,0 +253103,0,0,0,0,0 +253104,0,0,0,0,0 +253105,0,0,0,0,0 +253106,0,0,0,0,0 +253107,0,0,0,0,0 +253108,0,0,0,0,0 +253109,0,0,0,0,0 +253110,0,0,0,0,0 +253111,0,0,0,0,0 +253112,0,0,0,0,0 +253113,0,0,0,0,0 +253114,0,0,0,0,0 +253115,0,0,0,0,0 +253116,0,0,0,0,0 +253117,0,0,0,0,0 +253118,0,0,0,0,0 +253119,0,0,0,0,0 +253120,0,0,0,0,0 +253121,0,0,0,0,0 +253122,0,0,0,0,0 +253123,0,0,0,0,0 +253124,0,0,0,0,0 +253125,0,0,0,0,0 +253126,0,0,0,0,0 +253127,0,0,0,0,0 +253128,0,0,0,0,0 +253129,0,0,0,0,0 +253130,0,0,0,0,0 +253131,0,0,0,0,0 +253132,0,0,0,0,0 +253133,0,0,0,0,0 +253134,0,0,0,0,0 +253135,0,0,0,0,0 +253136,0,0,0,0,0 +253137,0,0,0,0,0 +253138,0,0,0,0,0 +253139,0,0,0,0,0 +253140,0,0,0,0,0 +253141,0,0,0,0,0 +253142,0,0,0,0,0 +253143,0,0,0,0,0 +253144,0,0,0,0,0 +253145,0,0,0,0,0 +253146,0,0,0,0,0 +253147,0,0,0,0,0 +253148,0,0,0,0,0 +253149,0,0,0,0,0 +253150,0,0,0,0,0 +253151,0,0,0,0,0 +253152,0,0,0,0,0 +253153,0,0,0,0,0 +253154,0,0,0,0,0 +253155,0,0,0,0,0 +253156,0,0,0,0,0 +253157,0,0,0,0,0 +253158,0,0,0,0,0 +253159,0,0,0,0,0 +253160,0,0,0,0,0 +253161,0,0,0,0,0 +253162,0,0,0,0,0 +253163,0,0,0,0,0 +253164,0,0,0,0,0 +253165,0,0,0,0,0 +253166,0,0,0,0,0 +253167,0,0,0,0,0 +253168,0,0,0,0,0 +253169,0,0,0,0,0 +253170,0,0,0,0,0 +253171,0,0,0,0,0 +253172,0,0,0,0,0 +253173,0,0,0,0,0 +253174,0,0,0,0,0 +253175,0,0,0,0,0 +253176,0,0,0,0,0 +253177,0,0,0,0,0 +253178,0,0,0,0,0 +253179,0,0,0,0,0 +253180,0,0,0,0,0 +253181,0,0,0,0,0 +253182,0,0,0,0,0 +253183,0,0,0,0,0 +253184,0,0,0,0,0 +253185,0,0,0,0,0 +253186,0,0,0,0,0 +253187,0,0,0,0,0 +253188,0,0,0,0,0 +253189,0,0,0,0,0 +253190,0,0,0,0,0 +253191,0,0,0,0,0 +253192,0,0,0,0,0 +253193,0,0,0,0,0 +253194,0,0,0,0,0 +253195,0,0,0,0,0 +253196,0,0,0,0,0 +253197,0,0,0,0,0 +253198,0,0,0,0,0 +253199,0,0,0,0,0 +253200,0,0,0,0,0 +253201,0,0,0,0,0 +253202,0,0,0,0,0 +253203,0,0,0,0,0 +253204,0,0,0,0,0 +253205,0,0,0,0,0 +253206,0,0,0,0,0 +253207,0,0,0,0,0 +253208,0,0,0,0,0 +253209,0,0,0,0,0 +253210,0,0,0,0,0 +253211,0,0,0,0,0 +253212,0,0,0,0,0 +253213,0,0,0,0,0 +253214,0,0,0,0,0 +253215,0,0,0,0,0 +253216,0,0,0,0,0 +253217,0,0,0,0,0 +253218,0,0,0,0,0 +253219,0,0,0,0,0 +253220,0,0,0,0,0 +253221,0,0,0,0,0 +253222,0,0,0,0,0 +253223,0,0,0,0,0 +253224,0,0,0,0,0 +253225,0,0,0,0,0 +253226,0,0,0,0,0 +253227,0,0,0,0,0 +253228,0,0,0,0,0 +253229,0,0,0,0,0 +253230,0,0,0,0,0 +253231,0,0,0,0,0 +253232,0,0,0,0,0 +253233,0,0,0,0,0 +253234,0,0,0,0,0 +253235,0,0,0,0,0 +253236,0,0,0,0,0 +253237,0,0,0,0,0 +253238,0,0,0,0,0 +253239,0,0,0,0,0 +253240,0,0,0,0,0 +253241,0,0,0,0,0 +253242,0,0,0,0,0 +253243,0,0,0,0,0 +253244,0,0,0,0,0 +253245,0,0,0,0,0 +253246,0,0,0,0,0 +253247,0,0,0,0,0 +253248,0,0,0,0,0 +253249,0,0,0,0,0 +253250,0,0,0,0,0 +253251,0,0,0,0,0 +253252,0,0,0,0,0 +253253,0,0,0,0,0 +253254,0,0,0,0,0 +253255,0,0,0,0,0 +253256,0,0,0,0,0 +253257,0,0,0,0,0 +253258,0,0,0,0,0 +253259,0,0,0,0,0 +253260,0,0,0,0,0 +253261,0,0,0,0,0 +253262,0,0,0,0,0 +253263,0,0,0,0,0 +253264,0,0,0,0,0 +253265,0,0,0,0,0 +253266,0,0,0,0,0 +253267,0,0,0,0,0 +253268,0,0,0,0,0 +253269,0,0,0,0,0 +253270,0,0,0,0,0 +253271,0,0,0,0,0 +253272,0,0,0,0,0 +253273,0,0,0,0,0 +253274,0,0,0,0,0 +253275,0,0,0,0,0 +253276,0,0,0,0,0 +253277,0,0,0,0,0 +253278,0,0,0,0,0 +253279,0,0,0,0,0 +253280,0,0,0,0,0 +253281,0,0,0,0,0 +253282,0,0,0,0,0 +253283,0,0,0,0,0 +253284,0,0,0,0,0 +253285,0,0,0,0,0 +253286,0,0,0,0,0 +253287,0,0,0,0,0 +253288,0,0,0,0,0 +253289,0,0,0,0,0 +253290,0,0,0,0,0 +253291,0,0,0,0,0 +253292,0,0,0,0,0 +253293,0,0,0,0,0 +253294,0,0,0,0,0 +253295,0,0,0,0,0 +253296,0,0,0,0,0 +253297,0,0,0,0,0 +253298,0,0,0,0,0 +253299,0,0,0,0,0 +253300,0,0,0,0,0 +253301,0,0,0,0,0 +253302,0,0,0,0,0 +253303,0,0,0,0,0 +253304,0,0,0,0,0 +253305,0,0,0,0,0 +253306,0,0,0,0,0 +253307,0,0,0,0,0 +253308,0,0,0,0,0 +253309,0,0,0,0,0 +253310,0,0,0,0,0 +253311,0,0,0,0,0 +253312,0,0,0,0,0 +253313,0,0,0,0,0 +253314,0,0,0,0,0 +253315,0,0,0,0,0 +253316,0,0,0,0,0 +253317,0,0,0,0,0 +253318,0,0,0,0,0 +253319,0,0,0,0,0 +253320,0,0,0,0,0 +253321,0,0,0,0,0 +253322,0,0,0,0,0 +253323,0,0,0,0,0 +253324,0,0,0,0,0 +253325,0,0,0,0,0 +253326,0,0,0,0,0 +253327,0,0,0,0,0 +253328,0,0,0,0,0 +253329,0,0,0,0,0 +253330,0,0,0,0,0 +253331,0,0,0,0,0 +253332,0,0,0,0,0 +253333,0,0,0,0,0 +253334,0,0,0,0,0 +253335,0,0,0,0,0 +253336,0,0,0,0,0 +253337,0,0,0,0,0 +253338,0,0,0,0,0 +253339,0,0,0,0,0 +253340,0,0,0,0,0 +253341,0,0,0,0,0 +253342,0,0,0,0,0 +253343,0,0,0,0,0 +253344,0,0,0,0,0 +253345,0,0,0,0,0 +253346,0,0,0,0,0 +253347,0,0,0,0,0 +253348,0,0,0,0,0 +253349,0,0,0,0,0 +253350,0,0,0,0,0 +253351,0,0,0,0,0 +253352,0,0,0,0,0 +253353,0,0,0,0,0 +253354,0,0,0,0,0 +253355,0,0,0,0,0 +253356,0,0,0,0,0 +253357,0,0,0,0,0 +253358,0,0,0,0,0 +253359,0,0,0,0,0 +253360,0,0,0,0,0 +253361,0,0,0,0,0 +253362,0,0,0,0,0 +253363,0,0,0,0,0 +253364,0,0,0,0,0 +253365,0,0,0,0,0 +253366,0,0,0,0,0 +253367,0,0,0,0,0 +253368,0,0,0,0,0 +253369,0,0,0,0,0 +253370,0,0,0,0,0 +253371,0,0,0,0,0 +253372,0,0,0,0,0 +253373,0,0,0,0,0 +253374,0,0,0,0,0 +253375,0,0,0,0,0 +253376,0,0,0,0,0 +253377,0,0,0,0,0 +253378,0,0,0,0,0 +253379,0,0,0,0,0 +253380,0,0,0,0,0 +253381,0,0,0,0,0 +253382,0,0,0,0,0 +253383,0,0,0,0,0 +253384,0,0,0,0,0 +253385,0,0,0,0,0 +253386,0,0,0,0,0 +253387,0,0,0,0,0 +253388,0,0,0,0,0 +253389,0,0,0,0,0 +253390,0,0,0,0,0 +253391,0,0,0,0,0 +253392,0,0,0,0,0 +253393,0,0,0,0,0 +253394,0,0,0,0,0 +253395,0,0,0,0,0 +253396,0,0,0,0,0 +253397,0,0,0,0,0 +253398,0,0,0,0,0 +253399,0,0,0,0,0 +253400,0,0,0,0,0 +253401,0,0,0,0,0 +253402,0,0,0,0,0 +253403,0,0,0,0,0 +253404,0,0,0,0,0 +253405,0,0,0,0,0 +253406,0,0,0,0,0 +253407,0,0,0,0,0 +253408,0,0,0,0,0 +253409,0,0,0,0,0 +253410,0,0,0,0,0 +253411,0,0,0,0,0 +253412,0,0,0,0,0 +253413,0,0,0,0,0 +253414,0,0,0,0,0 +253415,0,0,0,0,0 +253416,0,0,0,0,0 +253417,0,0,0,0,0 +253418,0,0,0,0,0 +253419,0,0,0,0,0 +253420,0,0,0,0,0 +253421,0,0,0,0,0 +253422,0,0,0,0,0 +253423,0,0,0,0,0 +253424,0,0,0,0,0 +253425,0,0,0,0,0 +253426,0,0,0,0,0 +253427,0,0,0,0,0 +253428,0,0,0,0,0 +253429,0,0,0,0,0 +253430,0,0,0,0,0 +253431,0,0,0,0,0 +253432,0,0,0,0,0 +253433,0,0,0,0,0 +253434,0,0,0,0,0 +253435,0,0,0,0,0 +253436,0,0,0,0,0 +253437,0,0,0,0,0 +253438,0,0,0,0,0 +253439,0,0,0,0,0 +253440,0,0,0,0,0 +253441,0,0,0,0,0 +253442,0,0,0,0,0 +253443,0,0,0,0,0 +253444,0,0,0,0,0 +253445,0,0,0,0,0 +253446,0,0,0,0,0 +253447,0,0,0,0,0 +253448,0,0,0,0,0 +253449,0,0,0,0,0 +253450,0,0,0,0,0 +253451,0,0,0,0,0 +253452,0,0,0,0,0 +253453,0,0,0,0,0 +253454,0,0,0,0,0 +253455,0,0,0,0,0 +253456,0,0,0,0,0 +253457,0,0,0,0,0 +253458,0,0,0,0,0 +253459,0,0,0,0,0 +253460,0,0,0,0,0 +253461,0,0,0,0,0 +253462,0,0,0,0,0 +253463,0,0,0,0,0 +253464,0,0,0,0,0 +253465,0,0,0,0,0 +253466,0,0,0,0,0 +253467,0,0,0,0,0 +253468,0,0,0,0,0 +253469,0,0,0,0,0 +253470,0,0,0,0,0 +253471,0,0,0,0,0 +253472,0,0,0,0,0 +253473,0,0,0,0,0 +253474,0,0,0,0,0 +253475,0,0,0,0,0 +253476,0,0,0,0,0 +253477,0,0,0,0,0 +253478,0,0,0,0,0 +253479,0,0,0,0,0 +253480,0,0,0,0,0 +253481,0,0,0,0,0 +253482,0,0,0,0,0 +253483,0,0,0,0,0 +253484,0,0,0,0,0 +253485,0,0,0,0,0 +253486,0,0,0,0,0 +253487,0,0,0,0,0 +253488,0,0,0,0,0 +253489,0,0,0,0,0 +253490,0,0,0,0,0 +253491,0,0,0,0,0 +253492,0,0,0,0,0 +253493,0,0,0,0,0 +253494,0,0,0,0,0 +253495,0,0,0,0,0 +253496,0,0,0,0,0 +253497,0,0,0,0,0 +253498,0,0,0,0,0 +253499,0,0,0,0,0 +253500,0,0,0,0,0 +253501,0,0,0,0,0 +253502,0,0,0,0,0 +253503,0,0,0,0,0 +253504,0,0,0,0,0 +253505,0,0,0,0,0 +253506,0,0,0,0,0 +253507,0,0,0,0,0 +253508,0,0,0,0,0 +253509,0,0,0,0,0 +253510,0,0,0,0,0 +253511,0,0,0,0,0 +253512,0,0,0,0,0 +253513,0,0,0,0,0 +253514,0,0,0,0,0 +253515,0,0,0,0,0 +253516,0,0,0,0,0 +253517,0,0,0,0,0 +253518,0,0,0,0,0 +253519,0,0,0,0,0 +253520,0,0,0,0,0 +253521,0,0,0,0,0 +253522,0,0,0,0,0 +253523,0,0,0,0,0 +253524,0,0,0,0,0 +253525,0,0,0,0,0 +253526,0,0,0,0,0 +253527,0,0,0,0,0 +253528,0,0,0,0,0 +253529,0,0,0,0,0 +253530,0,0,0,0,0 +253531,0,0,0,0,0 +253532,0,0,0,0,0 +253533,0,0,0,0,0 +253534,0,0,0,0,0 +253535,0,0,0,0,0 +253536,0,0,0,0,0 +253537,0,0,0,0,0 +253538,0,0,0,0,0 +253539,0,0,0,0,0 +253540,0,0,0,0,0 +253541,0,0,0,0,0 +253542,0,0,0,0,0 +253543,0,0,0,0,0 +253544,0,0,0,0,0 +253545,0,0,0,0,0 +253546,0,0,0,0,0 +253547,0,0,0,0,0 +253548,0,0,0,0,0 +253549,0,0,0,0,0 +253550,0,0,0,0,0 +253551,0,0,0,0,0 +253552,0,0,0,0,0 +253553,0,0,0,0,0 +253554,0,0,0,0,0 +253555,0,0,0,0,0 +253556,0,0,0,0,0 +253557,0,0,0,0,0 +253558,0,0,0,0,0 +253559,0,0,0,0,0 +253560,0,0,0,0,0 +253561,0,0,0,0,0 +253562,0,0,0,0,0 +253563,0,0,0,0,0 +253564,0,0,0,0,0 +253565,0,0,0,0,0 +253566,0,0,0,0,0 +253567,0,0,0,0,0 +253568,0,0,0,0,0 +253569,0,0,0,0,0 +253570,0,0,0,0,0 +253571,0,0,0,0,0 +253572,0,0,0,0,0 +253573,0,0,0,0,0 +253574,0,0,0,0,0 +253575,0,0,0,0,0 +253576,0,0,0,0,0 +253577,0,0,0,0,0 +253578,0,0,0,0,0 +253579,0,0,0,0,0 +253580,0,0,0,0,0 +253581,0,0,0,0,0 +253582,0,0,0,0,0 +253583,0,0,0,0,0 +253584,0,0,0,0,0 +253585,0,0,0,0,0 +253586,0,0,0,0,0 +253587,0,0,0,0,0 +253588,0,0,0,0,0 +253589,0,0,0,0,0 +253590,0,0,0,0,0 +253591,0,0,0,0,0 +253592,0,0,0,0,0 +253593,0,0,0,0,0 +253594,0,0,0,0,0 +253595,0,0,0,0,0 +253596,0,0,0,0,0 +253597,0,0,0,0,0 +253598,0,0,0,0,0 +253599,0,0,0,0,0 +253600,0,0,0,0,0 +253601,0,0,0,0,0 +253602,0,0,0,0,0 +253603,0,0,0,0,0 +253604,0,0,0,0,0 +253605,0,0,0,0,0 +253606,0,0,0,0,0 +253607,0,0,0,0,0 +253608,0,0,0,0,0 +253609,0,0,0,0,0 +253610,0,0,0,0,0 +253611,0,0,0,0,0 +253612,0,0,0,0,0 +253613,0,0,0,0,0 +253614,0,0,0,0,0 +253615,0,0,0,0,0 +253616,0,0,0,0,0 +253617,0,0,0,0,0 +253618,0,0,0,0,0 +253619,0,0,0,0,0 +253620,0,0,0,0,0 +253621,0,0,0,0,0 +253622,0,0,0,0,0 +253623,0,0,0,0,0 +253624,0,0,0,0,0 +253625,0,0,0,0,0 +253626,0,0,0,0,0 +253627,0,0,0,0,0 +253628,0,0,0,0,0 +253629,0,0,0,0,0 +253630,0,0,0,0,0 +253631,0,0,0,0,0 +253632,0,0,0,0,0 +253633,0,0,0,0,0 +253634,0,0,0,0,0 +253635,0,0,0,0,0 +253636,0,0,0,0,0 +253637,0,0,0,0,0 +253638,0,0,0,0,0 +253639,0,0,0,0,0 +253640,0,0,0,0,0 +253641,0,0,0,0,0 +253642,0,0,0,0,0 +253643,0,0,0,0,0 +253644,0,0,0,0,0 +253645,0,0,0,0,0 +253646,0,0,0,0,0 +253647,0,0,0,0,0 +253648,0,0,0,0,0 +253649,0,0,0,0,0 +253650,0,0,0,0,0 +253651,0,0,0,0,0 +253652,0,0,0,0,0 +253653,0,0,0,0,0 +253654,0,0,0,0,0 +253655,0,0,0,0,0 +253656,0,0,0,0,0 +253657,0,0,0,0,0 +253658,0,0,0,0,0 +253659,0,0,0,0,0 +253660,0,0,0,0,0 +253661,0,0,0,0,0 +253662,0,0,0,0,0 +253663,0,0,0,0,0 +253664,0,0,0,0,0 +253665,0,0,0,0,0 +253666,0,0,0,0,0 +253667,0,0,0,0,0 +253668,0,0,0,0,0 +253669,0,0,0,0,0 +253670,0,0,0,0,0 +253671,0,0,0,0,0 +253672,0,0,0,0,0 +253673,0,0,0,0,0 +253674,0,0,0,0,0 +253675,0,0,0,0,0 +253676,0,0,0,0,0 +253677,0,0,0,0,0 +253678,0,0,0,0,0 +253679,0,0,0,0,0 +253680,0,0,0,0,0 +253681,0,0,0,0,0 +253682,0,0,0,0,0 +253683,0,0,0,0,0 +253684,0,0,0,0,0 +253685,0,0,0,0,0 +253686,0,0,0,0,0 +253687,0,0,0,0,0 +253688,0,0,0,0,0 +253689,0,0,0,0,0 +253690,0,0,0,0,0 +253691,0,0,0,0,0 +253692,0,0,0,0,0 +253693,0,0,0,0,0 +253694,0,0,0,0,0 +253695,0,0,0,0,0 +253696,0,0,0,0,0 +253697,0,0,0,0,0 +253698,0,0,0,0,0 +253699,0,0,0,0,0 +253700,0,0,0,0,0 +253701,0,0,0,0,0 +253702,0,0,0,0,0 +253703,0,0,0,0,0 +253704,0,0,0,0,0 +253705,0,0,0,0,0 +253706,0,0,0,0,0 +253707,0,0,0,0,0 +253708,0,0,0,0,0 +253709,0,0,0,0,0 +253710,0,0,0,0,0 +253711,0,0,0,0,0 +253712,0,0,0,0,0 +253713,0,0,0,0,0 +253714,0,0,0,0,0 +253715,0,0,0,0,0 +253716,0,0,0,0,0 +253717,0,0,0,0,0 +253718,0,0,0,0,0 +253719,0,0,0,0,0 +253720,0,0,0,0,0 +253721,0,0,0,0,0 +253722,0,0,0,0,0 +253723,0,0,0,0,0 +253724,0,0,0,0,0 +253725,0,0,0,0,0 +253726,0,0,0,0,0 +253727,0,0,0,0,0 +253728,0,0,0,0,0 +253729,0,0,0,0,0 +253730,0,0,0,0,0 +253731,0,0,0,0,0 +253732,0,0,0,0,0 +253733,0,0,0,0,0 +253734,0,0,0,0,0 +253735,0,0,0,0,0 +253736,0,0,0,0,0 +253737,0,0,0,0,0 +253738,0,0,0,0,0 +253739,0,0,0,0,0 +253740,0,0,0,0,0 +253741,0,0,0,0,0 +253742,0,0,0,0,0 +253743,0,0,0,0,0 +253744,0,0,0,0,0 +253745,0,0,0,0,0 +253746,0,0,0,0,0 +253747,0,0,0,0,0 +253748,0,0,0,0,0 +253749,0,0,0,0,0 +253750,0,0,0,0,0 +253751,0,0,0,0,0 +253752,0,0,0,0,0 +253753,0,0,0,0,0 +253754,0,0,0,0,0 +253755,0,0,0,0,0 +253756,0,0,0,0,0 +253757,0,0,0,0,0 +253758,0,0,0,0,0 +253759,0,0,0,0,0 +253760,0,0,0,0,0 +253761,0,0,0,0,0 +253762,0,0,0,0,0 +253763,0,0,0,0,0 +253764,0,0,0,0,0 +253765,0,0,0,0,0 +253766,0,0,0,0,0 +253767,0,0,0,0,0 +253768,0,0,0,0,0 +253769,0,0,0,0,0 +253770,0,0,0,0,0 +253771,0,0,0,0,0 +253772,0,0,0,0,0 +253773,0,0,0,0,0 +253774,0,0,0,0,0 +253775,0,0,0,0,0 +253776,0,0,0,0,0 +253777,0,0,0,0,0 +253778,0,0,0,0,0 +253779,0,0,0,0,0 +253780,0,0,0,0,0 +253781,0,0,0,0,0 +253782,0,0,0,0,0 +253783,0,0,0,0,0 +253784,0,0,0,0,0 +253785,0,0,0,0,0 +253786,0,0,0,0,0 +253787,0,0,0,0,0 +253788,0,0,0,0,0 +253789,0,0,0,0,0 +253790,0,0,0,0,0 +253791,0,0,0,0,0 +253792,0,0,0,0,0 +253793,0,0,0,0,0 +253794,0,0,0,0,0 +253795,0,0,0,0,0 +253796,0,0,0,0,0 +253797,0,0,0,0,0 +253798,0,0,0,0,0 +253799,0,0,0,0,0 +253800,0,0,0,0,0 +253801,0,0,0,0,0 +253802,0,0,0,0,0 +253803,0,0,0,0,0 +253804,0,0,0,0,0 +253805,0,0,0,0,0 +253806,0,0,0,0,0 +253807,0,0,0,0,0 +253808,0,0,0,0,0 +253809,0,0,0,0,0 +253810,0,0,0,0,0 +253811,0,0,0,0,0 +253812,0,0,0,0,0 +253813,0,0,0,0,0 +253814,0,0,0,0,0 +253815,0,0,0,0,0 +253816,0,0,0,0,0 +253817,0,0,0,0,0 +253818,0,0,0,0,0 +253819,0,0,0,0,0 +253820,0,0,0,0,0 +253821,0,0,0,0,0 +253822,0,0,0,0,0 +253823,0,0,0,0,0 +253824,0,0,0,0,0 +253825,0,0,0,0,0 +253826,0,0,0,0,0 +253827,0,0,0,0,0 +253828,0,0,0,0,0 +253829,0,0,0,0,0 +253830,0,0,0,0,0 +253831,0,0,0,0,0 +253832,0,0,0,0,0 +253833,0,0,0,0,0 +253834,0,0,0,0,0 +253835,0,0,0,0,0 +253836,0,0,0,0,0 +253837,0,0,0,0,0 +253838,0,0,0,0,0 +253839,0,0,0,0,0 +253840,0,0,0,0,0 +253841,0,0,0,0,0 +253842,0,0,0,0,0 +253843,0,0,0,0,0 +253844,0,0,0,0,0 +253845,0,0,0,0,0 +253846,0,0,0,0,0 +253847,0,0,0,0,0 +253848,0,0,0,0,0 +253849,0,0,0,0,0 +253850,0,0,0,0,0 +253851,0,0,0,0,0 +253852,0,0,0,0,0 +253853,0,0,0,0,0 +253854,0,0,0,0,0 +253855,0,0,0,0,0 +253856,0,0,0,0,0 +253857,0,0,0,0,0 +253858,0,0,0,0,0 +253859,0,0,0,0,0 +253860,0,0,0,0,0 +253861,-32.18992556,3217.034561,2771.603619,-9.287681153,-422.4250562 +253862,267.0307244,203.8367081,2869.336368,126.7819784,127.3167157 +253863,279.6595502,179.1156741,2789.954445,132.3968272,159.6066667 +253864,279.6283964,333.3123303,2665.995585,132.2079035,168.9171565 +253865,273.4335283,640.6869043,605.1552598,129.2689443,165.4350154 +253866,265.4909187,406.3886592,1294.85448,125.6116875,157.0013371 +253867,257.9193637,457.2566272,1311.257234,122.186888,147.805426 +253868,250.7369862,464.9313055,1193.329825,118.9812749,138.2431511 +253869,243.9376264,472.1921937,1198.680115,115.974214,128.55884 +253870,237.5181522,479.4372872,1207.211908,113.1523556,118.9119843 +253871,231.4688979,486.5908753,1216.08276,110.5037979,109.3996407 +253872,225.779037,494.0638482,1225.588165,108.0186655,100.0925292 +253873,220.4308583,501.8863227,1235.078946,105.6854908,91.03060243 +253874,215.4011245,509.4261205,1245.119339,103.4912207,82.23495784 +253875,210.66261,517.1952225,1255.022467,101.4217696,73.71107206 +253876,206.1871174,525.0205027,1265.384762,99.46327455,65.45392137 +253877,201.94728,532.8393443,1275.730859,97.60278141,57.45174832 +253878,197.9175809,540.7876658,1286.256413,95.82857647,49.68901023 +253879,194.0748389,548.7569997,1296.845555,94.13029426,42.14850598 +253880,190.3982414,556.572879,1307.656939,92.49884312,34.8125285 +253881,186.8693455,564.9852396,1318.454305,90.92633739,27.66377426 +253882,183.4718879,572.9362574,1329.374035,89.40596038,20.68571631 +253883,180.1916441,581.1344403,1340.352876,87.93186204,13.86294121 +253884,177.0160887,589.3358889,1351.348158,86.49897718,7.181009129 +253885,173.9347053,605.4152223,1380.89646,85.103146,0.627420717 +253886,171.0886993,615.2831368,1394.525408,83.79681004,-5.809457028 +253887,168.4161045,624.1822324,1407.20033,82.55717042,-12.13983338 +253888,165.8359648,633.1976811,1422.853848,81.35343856,-18.37301613 +253889,163.3044172,642.1320195,1439.071425,80.16880538,-24.51744042 +253890,160.8067996,651.0540368,1445.095452,78.99774438,-30.58081147 +253891,158.3408634,659.01813,1438.169632,77.83960289,-36.56985536 +253892,155.9033539,667.5999232,1475.135727,76.69296169,-42.49050615 +253893,153.4917232,675.4592723,1472.939002,75.55680145,-48.34796653 +253894,151.104516,683.8217473,1485.602859,74.43069987,-54.14681703 +253895,148.7409833,691.4354469,1495.68996,73.31458209,-59.89107429 +253896,146.4006282,699.6085283,1505.520169,72.2084618,-65.58437891 +253897,144.0830751,707.5250466,1515.593822,71.11236457,-71.22899518 +253898,141.7879555,715.4262887,1525.137074,70.02627803,-76.82870712 +253899,139.5148974,723.3854015,1535.066311,68.95015392,-82.38697116 +253900,137.2635468,731.2555837,1544.506552,67.88392532,-87.90650099 +253901,135.0335667,738.7733512,1554.09006,66.82751092,-93.38944914 +253902,132.8246061,747.2062819,1563.529358,65.78080539,-98.83772848 +253903,130.6363376,754.7584717,1572.958888,64.74369923,-104.253032 +253904,128.4684294,762.6061079,1582.132449,63.71606916,-109.6369598 +253905,126.32055,770.4583437,1591.389486,62.69778212,-114.990989 +253906,124.1923807,778.2187486,1600.496127,61.68870307,-120.3164908 +253907,122.0836194,785.9512806,1609.618499,60.68869807,-125.6146952 +253908,119.9939512,793.7575736,1618.381165,59.69762236,-130.8867885 +253909,117.9230857,801.4245708,1627.444367,58.71533825,-136.133818 +253910,115.8707191,809.2037108,1636.251781,57.74169891,-141.3568042 +253911,113.8365806,816.8364464,1644.868338,56.7765698,-146.5566285 +253912,111.8203604,824.583592,1653.491548,55.81979704,-151.7342049 +253913,109.8217982,832.1812798,1662.237297,54.87124759,-156.8902896 +253914,107.8406111,839.8968027,1679.841017,53.9307773,-162.025652 +253915,105.8765404,847.4583406,1673.889304,52.99825216,-167.1409593 +253916,103.9293131,855.100682,1680.929431,52.07353122,-172.2368858 +253917,101.9986845,862.7277321,1700.327844,51.1564862,-177.3139995 +253918,100.0843715,870.2455645,1702.36343,50.24697115,-182.3729273 +253919,98.18614532,880.431918,1711.81034,49.34486495,-187.4141576 +253920,96.30375661,890.1423923,1719.704462,48.45003715,-192.4382138 +253921,65.46866848,1328.908538,2288.790376,34.39495399,-250.1151914 +253922,69.39670131,1353.448034,2292.187366,122.0000605,-243.2768406 +253923,1226.436235,1273.217767,2056.644668,639.0505215,-610.0194605 +253924,1057.206626,1436.208695,2033.560194,416.6792662,-583.4761402 +253925,947.4688566,1394.110564,2092.494971,458.5306469,-468.3988701 +253926,1045.750754,1406.970633,2165.868957,480.4725628,-359.3893085 +253927,1076.582926,1430.75889,2230.288631,494.7076854,-271.0906899 +253928,1090.794273,1442.325569,2278.04855,501.797585,-209.1029574 +253929,1112.540381,1458.514517,2308.930742,512.2139373,-166.3940605 +253930,1129.711833,1472.23371,2311.998462,520.7430556,347.7232362 +253931,1146.331136,1484.368997,2275.374497,528.8153119,1097.742415 +253932,1168.351917,1504.471103,2248.172938,539.5122173,610.3353257 +253933,1183.032344,1515.129051,2232.56833,546.7077721,811.9431323 +253934,1199.498284,1528.471327,2213.84512,554.8685821,844.5413994 +253935,1421.54414,1639.086264,2399.951885,656.0325665,1240.152732 +253936,930.7674063,1423.952226,2213.513909,435.777306,346.6568052 +253937,1608.700735,1743.396396,2417.404214,734.9857109,1548.425539 +253938,911.9572612,1411.617439,2223.140583,437.9553067,332.8709585 +253939,1635.938941,1763.372121,2426.598389,750.1516885,1614.000781 +253940,959.3973511,1460.698795,2226.329752,452.4264073,358.8988133 +253941,1657.285343,1776.725769,2429.144375,765.3903613,1641.307285 +253942,990.0286286,1487.974273,2227.228471,466.4625858,383.7229769 +253943,1687.359111,1802.498383,2430.944044,780.093292,1674.468889 +253944,1017.724214,1511.898716,2226.827959,480.1829547,423.1253129 +253945,1716.42263,1841.981864,2431.482364,794.378233,1703.8884 +253946,1044.742304,1515.008485,2226.836305,493.0723494,453.6486593 +253947,1744.673655,1861.728466,2433.148956,808.8288904,1749.33632 +253948,1070.833499,1556.857283,2227.214888,505.6943712,460.9244089 +253949,1772.072506,1889.180857,2435.917586,822.330874,1789.20287 +253950,1096.434015,1562.577904,2230.783518,518.3954131,486.5196697 +253951,1798.386806,1914.983128,2442.007658,835.1739053,1821.828738 +253952,1326.013039,1684.202655,2442.7039,623.7479571,878.1745039 +253953,1516.708608,1790.365255,2438.880036,709.5794718,1264.367438 +253954,1497.330848,1780.812276,2433.446295,701.5776358,1204.082949 +253955,1508.795129,1791.744401,2429.423779,707.208012,1217.985103 +253956,1520.200414,1801.836634,2427.480852,712.8025599,1230.225004 +253957,1531.928552,1811.356007,2427.079443,718.5321318,1242.053962 +253958,1543.071779,1843.648474,2427.648237,724.08069,1253.803543 +253959,1554.135098,1798.584585,2428.870312,729.5444779,1265.00082 +253960,1565.261787,1865.827362,2430.484449,734.8394353,1276.209649 +253961,1576.035191,1831.087315,2432.301266,740.3293561,1287.207039 +253962,1586.629375,1865.43296,2434.256719,745.4444882,1297.700318 +253963,1597.352115,1865.657604,2436.272058,750.7353992,1310.739922 +253964,1607.694058,1891.86397,2438.279258,755.7467287,1331.521228 +253965,1617.982271,1862.029927,2440.509385,760.8381403,1316.900505 +253966,1627.926541,1922.568356,2442.538528,765.8487309,1332.652999 +253967,1638.398339,1873.162412,2444.513234,770.7418881,1354.298955 +253968,1647.864392,1940.814356,2446.839739,775.5399203,1355.965895 +253969,1657.930542,1893.94314,2449.220577,780.3666178,1367.079573 +253970,1667.517488,1950.520802,2451.87023,785.0749546,1376.530943 +253971,1676.951099,1926.709288,2454.35473,789.804918,1385.343994 +253972,1686.483814,1946.037785,2456.870317,794.3809922,1401.820896 +253973,1695.893933,1951.429299,2459.302422,798.8983064,1401.090242 +253974,1704.964323,1959.299308,2463.410939,803.3591752,1402.478074 +253975,1714.381687,1966.527325,2465.296913,807.8308143,1425.687662 +253976,1723.059014,1973.984956,2467.522267,812.1099661,1426.681839 +253977,1732.253567,1980.942229,2470.108135,816.5284988,1437.070252 +253978,1740.772223,1988.362106,2472.481373,820.6420224,1461.229394 +253979,1749.864904,1995.176965,2476.61311,825.0444335,1424.783468 +253980,1757.994186,2002.10691,2477.822813,829.1370769,1490.895571 +253981,2161.496339,2178.068864,2490.044592,1001.656058,1881.831571 +253982,2161.059942,2188.683158,2534.059796,1007.47097,1918.59441 +253983,2183.007716,2195.901012,2585.983694,1012.639248,1962.103614 +253984,2208.693443,2203.353987,2628.735836,1017.421119,1997.149296 +253985,2168.709846,2210.844858,2659.314193,1022.300628,2022.353169 +253986,2223.326139,2217.820423,2680.227833,1026.757924,2039.787888 +253987,2232.721197,2224.863169,2694.498365,1031.33879,2051.818148 +253988,2200.391739,2231.804548,2704.634651,1035.774934,2060.464602 +253989,2249.071404,2238.540522,2712.166892,1040.151605,2066.973961 +253990,2242.206631,2245.06537,2717.914242,1044.466206,2072.015371 +253991,2254.026277,2251.520239,2722.444022,1048.722653,2076.096606 +253992,2262.561089,2258.145447,2727.882861,1052.856421,2081.669893 +253993,2280.512265,2264.164678,2729.934899,1057.1753,2083.495563 +253994,2268.360043,2270.381801,2732.109843,1061.123466,2085.716949 +253995,2291.181505,2276.485002,2734.141725,1065.234318,2087.957201 +253996,2296.773799,2282.407151,2735.987727,1069.228519,2090.134227 +253997,2321.116365,2287.987696,2737.642482,1073.187157,2092.22283 +253998,2287.678022,2293.956553,2739.189294,1077.102441,2094.308958 +253999,2332.85716,2299.645779,2742.58381,1081.044365,2098.501184 +254000,2344.288555,2304.999683,2744.596548,1084.768615,2101.403584 +254001,2309.985731,2310.294137,2744.347348,1088.606005,2101.69335 +254002,2380.684086,2315.738438,2744.988364,1092.274357,2103.126734 +254003,2323.215772,2320.708393,2745.877598,1096.089184,2104.917178 +254004,2387.179649,2332.743866,2747.021064,1099.708997,2107.079363 +254005,2359.012764,2321.755336,2747.946548,1103.424891,2109.052397 +254006,2378.757758,2346.005989,2750.407654,1106.914228,2112.957545 +254007,2384.050266,2338.177395,2750.394305,1110.523842,2113.960826 +254008,2391.685088,2345.911541,2751.046321,1114.039556,2116.035063 +254009,2398.791561,2350.73565,2751.898057,1117.529195,2118.190829 +254010,2406.11404,2354.862721,2752.862424,1120.985596,2120.53552 +254011,2413.138711,2359.189386,2753.80898,1124.337593,2122.919393 +254012,2419.954256,2363.152206,2754.662836,1127.64227,2125.27186 +254013,2427.146433,2367.070416,2755.392757,1130.907512,2127.564139 +254014,2433.871828,2370.917897,2755.993125,1134.208819,2129.786741 +254015,2440.633064,2374.556047,2756.465397,1137.292378,2131.933477 +254016,2447.429856,2378.243082,2756.820673,1140.428749,2134.009352 +254017,2453.862482,2381.615255,2757.068851,1143.653843,2136.019442 +254018,2460.745587,2385.034552,2757.217445,1146.693483,2137.967609 +254019,2467.182697,2388.320214,2757.271712,1149.765927,2139.856247 +254020,2473.71553,2391.541542,2757.233652,1152.796513,2141.684599 +254021,2480.09744,2394.368848,2757.107115,1155.796455,2143.454666 +254022,2486.565113,2397.658279,2756.902115,1158.76682,2145.176283 +254023,2492.66422,2400.495337,2756.622659,1161.708131,2146.852393 +254024,2499.217755,2403.238725,2756.26596,1164.621112,2148.47795 +254025,2513.546034,2406.01829,2755.943064,1167.581671,2150.186433 +254026,2499.644044,2408.610664,2755.414328,1170.326671,2151.686352 +254027,2530.718018,2411.150262,2754.816525,1173.211795,2153.141399 +254028,2519.920181,2420.363686,2754.404808,1176.005625,2154.859955 +254029,2530.511796,2407.443808,2753.687506,1178.784427,2156.245495 +254030,2536.721254,2427.212334,2752.84584,1181.538885,2157.515594 +254031,2542.285134,2412.4912,2752.000152,1184.268694,2158.813442 +254032,2548.151818,2431.122244,2751.118183,1186.974474,2160.098787 +254033,2554.059864,2416.573394,2750.138802,1189.656675,2161.297058 +254034,2559.951198,2434.956047,2749.125228,1192.315885,2162.484441 +254035,2565.672387,2427.251587,2748.162751,1194.952444,2163.764348 +254036,2571.241401,2430.286611,2747.052242,1197.566737,2164.894526 +254037,2577.259951,2432.722999,2745.837337,1200.08078,2165.926562 +254038,2582.821361,2434.094002,2744.609426,1202.846463,2166.969703 +254039,2588.42482,2435.489209,2743.330664,1205.224461,2167.976843 +254040,2594.057666,2436.930562,2741.994015,1207.82179,2168.938786 +254041,2605.649323,2440.697412,2741.661165,1213.122664,2171.91529 +254042,2613.043577,2442.933166,2741.689105,1216.211191,2175.211684 +254043,2619.215906,2444.304051,2741.784179,1219.111589,2178.649917 +254044,2625.429902,2445.563167,2741.679172,1221.945831,2181.885084 +254045,2631.521252,2446.721782,2741.319359,1224.719484,2184.837258 +254046,2645.373964,2447.860736,2740.871719,1227.4461,2187.699081 +254047,2632.643352,2448.770609,2740.116598,1230.134643,2190.195016 +254048,2660.600787,2449.584189,2739.219904,1232.791806,2192.520125 +254049,2652.528483,2450.392392,2738.371531,1235.421265,2194.901602 +254050,2661.227823,2451.129413,2737.332741,1238.025338,2197.047512 +254051,2667.476309,2451.674759,2736.170268,1240.605643,2199.038078 +254052,2672.821602,2452.219449,2734.986733,1243.163406,2200.997333 +254053,2678.358871,2452.744786,2733.752266,1245.779573,2202.88898 +254054,2683.734428,2453.001249,2732.467399,1248.174954,2204.714354 +254055,2689.648673,2453.320087,2731.144075,1250.726753,2206.69142 +254056,2695.086952,2453.480597,2729.784289,1253.189477,2208.391571 +254057,2700.500892,2453.830974,2728.380839,1255.644493,2210.032181 +254058,2706.243398,2446.950989,2728.478799,1258.082224,2213.498268 +254059,2718.493718,2461.758523,2726.095997,1260.497535,2213.963904 +254060,2707.050091,2444.324761,2724.164771,1262.898768,2214.974019 +254061,2731.808622,2461.337078,2722.402449,1265.279817,2216.175305 +254062,2725.801037,2443.979988,2720.854276,1267.643797,2217.819089 +254063,2732.505697,2461.130213,2719.256129,1269.989982,2219.155738 +254064,2736.939187,2437.700271,2717.43951,1274.897368,2220.228336 +254065,2741.735041,2446.314898,2715.369317,1277.688766,2221.198443 +254066,2746.541444,2443.146072,2713.343793,1280.125012,2221.936321 +254067,2751.071609,2441.533764,2711.424475,1282.57353,2223.063384 +254068,2763.427115,2440.872149,2709.686527,1284.968688,2223.83774 +254069,2760.072695,2439.45354,2708.005194,1289.542343,2224.958461 +254070,2765.489312,2438.285147,2706.156597,1287.736191,2226.185178 +254071,2771.819448,2436.981808,2705.917616,1297.532076,2229.144884 +254072,2776.39018,2435.050551,2703.039911,1286.241327,2229.161961 +254073,2779.881972,2433.568617,2700.680509,1316.967253,2229.619981 +254074,2792.256076,2431.859955,2698.676271,1272.556366,2230.501344 +254075,2781.051637,2430.000621,2696.666425,1312.672257,2231.373427 +254076,2801.228411,2428.033052,2694.552488,1317.718484,2232.121077 +254077,2798.710606,2426.170397,2692.638359,1278.601204,2233.115034 +254078,2801.911195,2424.074254,2690.683953,1319.495148,2234.062472 +254079,2814.301625,2421.9428,2688.725441,1306.077069,2234.994541 +254080,2804.578559,2419.907772,2686.66171,1310.968197,2235.787034 +254081,2821.439115,2417.356071,2684.504337,1312.850388,2236.66791 +254082,2821.004433,2415.089945,2682.471721,1314.897082,2237.483456 +254083,2830.465337,2412.627471,2680.534253,1316.849284,2238.40102 +254084,2829.34991,2410.143504,2678.550193,1318.793055,2239.251317 +254085,2833.091188,2407.697109,2678.045625,1320.720799,2241.914974 +254086,2842.055798,2404.656036,2674.900389,1322.62245,2241.333806 +254087,2841.53374,2402.075694,2672.400162,1324.514482,2241.526644 +254088,2844.562136,2392.309769,2671.545159,1326.386213,2243.717637 +254089,2845.206285,2405.493882,2668.086828,1328.234635,2242.687888 +254090,2849.846031,2382.704116,2666.863823,1330.075681,2244.386578 +254091,2849.389706,2392.795764,2663.094345,1331.889007,2242.92934 +254092,2848.35076,2386.005272,2659.955158,1333.780955,2242.216288 +254093,2850.385121,2382.822439,2658.634342,1335.439231,2243.705829 +254094,2848.567461,2379.616469,2654.674042,1337.178703,2241.931005 +254095,2847.824954,2376.355059,2651.254518,1339.050732,2240.791195 +254096,2847.534828,2372.870795,2648.003086,1340.727125,2239.820709 +254097,2847.513467,2369.345851,2644.837614,1342.463312,2238.924549 +254098,2847.659015,2365.695517,2641.723065,1344.172305,2238.067219 +254099,2850.547151,2362.240713,2640.340964,1345.868163,2239.329022 +254100,2849.403133,2358.223296,2636.367081,1347.544062,2237.394488 +254101,2847.405248,2303.906225,2631.525031,1296.131928,2233.865031 +254102,2837.146757,2294.831879,2621.210287,1296.501839,2221.876143 +254103,2823.916534,2291.841359,2608.807368,1297.518948,2206.154175 +254104,2804.522246,2287.040169,2597.232238,1298.55229,2190.986173 +254105,2782.231132,2282.319006,2587.027719,1299.65636,2177.450608 +254106,2792.430168,2277.726469,2578.480443,1300.837485,2166.088093 +254107,2795.277406,2273.164955,2573.503155,1302.009832,2159.338912 +254108,2794.698057,2268.370007,2567.179952,1303.18218,2151.005781 +254109,2792.438409,2263.723597,2562.021887,1304.282816,2144.569207 +254110,2790.600084,2258.929528,2557.312956,1305.680263,2138.920522 +254111,2789.092678,2254.06906,2552.840579,1306.68024,2133.775295 +254112,2787.865675,2249.244981,2548.536723,1307.941474,2129.026283 +254113,2789.499775,2244.4027,2546.076564,1309.118769,2126.702226 +254114,2787.163024,2239.226038,2541.10715,1310.299438,2121.468275 +254115,2785.770848,2234.505959,2536.776477,1311.486814,2117.134942 +254116,2784.72858,2229.156325,2532.69394,1312.668115,2113.194938 +254117,2783.894652,2224.161781,2528.772024,1313.848158,2109.52654 +254118,2783.196705,2218.947118,2524.970873,1315.025732,2106.071019 +254119,2782.584648,2213.715767,2521.26347,1316.200991,2102.78527 +254120,2782.028599,2208.507095,2517.633425,1317.460702,2099.63838 +254121,2781.512573,2203.174663,2514.071635,1318.499942,2096.608245 +254122,2781.026097,2197.827729,2510.5718,1319.730079,2093.676819 +254123,2780.562644,2192.433595,2507.094544,1320.881897,2090.82984 +254124,2780.117564,2186.961092,2503.675253,1322.044486,2088.055468 +254125,2779.556235,2173.798416,2500.260724,1323.205067,2085.239761 +254126,2779.137721,2186.755455,2497.025097,1324.363754,2082.57758 +254127,2778.731979,2157.774183,2493.878597,1325.520638,2079.9623 +254128,2778.210758,2168.699111,2490.727924,1326.675222,2077.289674 +254129,2777.811626,2157.695811,2487.710692,1327.739724,2074.736816 +254130,2777.447372,2152.402421,2484.767713,1329.110533,2072.23838 +254131,2777.057684,2147.02254,2481.85604,1330.088517,2069.747022 +254132,2776.686517,2141.190965,2479.00104,1331.340123,2067.294062 +254133,2776.332176,2135.394722,2476.19497,1332.503357,2064.870474 +254134,2775.983724,2129.600995,2473.432104,1333.67891,2062.470935 +254135,2775.639009,2123.750553,2470.709028,1334.854967,2060.09348 +254136,2775.298485,2117.881958,2468.022337,1336.030534,2057.736057 +254137,2774.968557,2111.976999,2465.369209,1337.206398,2055.396959 +254138,2774.642422,2106.050523,2462.747427,1338.381625,2053.074854 +254139,2774.316126,2100.22285,2460.153908,1339.648467,2050.767044 +254140,2773.988242,2094.075667,2457.585544,1340.685288,2048.470574 +254141,2773.652506,2088.111714,2455.036199,1346.09311,2046.178578 +254142,2773.337833,2082.142016,2452.522895,1336.948806,2043.912435 +254143,2772.998711,2076.073295,2450.01562,1365.350864,2041.635882 +254144,2772.710871,2070.023943,2447.562199,1317.954775,2039.407884 +254145,2772.468605,2063.91963,2445.158833,1359.422126,2037.224398 +254146,2772.170562,2057.848081,2442.740646,1345.15573,2035.21372 +254147,2771.862067,2051.763489,2440.335954,1348.715337,2032.989917 +254148,2771.571901,2045.634984,2437.962343,1350.18856,2030.7836 +254149,2771.285821,2039.656524,2435.610263,1351.276939,2028.587013 +254150,2771.002278,2033.299256,2433.2785,1352.46868,2026.400522 +254151,2770.722662,2027.220452,2430.967745,1353.647715,2024.225271 +254152,2770.451389,2021.117259,2428.680636,1354.917297,2022.064243 +254153,2770.188785,2014.923431,2426.417236,1355.95815,2019.917198 +254154,2769.93299,2008.769566,2424.176247,1357.203621,2017.782314 +254155,2769.682832,2002.574683,2421.956807,1358.370216,2015.658345 +254156,2769.438544,1996.451104,2419.758934,1359.550923,2013.545147 +254157,2769.200375,1990.264922,2417.582655,1360.733386,2011.442573 +254158,2768.967718,1984.089347,2415.427457,1361.916845,2009.349817 +254159,2768.739318,1978.076329,2413.292416,1363.101743,2007.26555 +254160,2768.512534,1971.712007,2411.175709,1364.383081,2005.187331 +254161,2769.299596,1835.483163,2409.934947,1256.09924,2004.513521 +254162,2755.543281,1854.807229,2398.879665,1254.765188,1988.303377 +254163,2735.313548,1832.884554,2383.263024,1253.946164,1964.58949 +254164,2716.826835,1828.087377,2368.474239,1253.559981,1940.834821 +254165,2703.104518,1844.134265,2356.564688,1253.332737,1920.822654 +254166,2693.924474,1778.945216,2347.510584,1253.220878,1904.739722 +254167,2687.819665,1843.868323,2340.476386,1253.277273,1891.156642 +254168,2683.575013,1763.011217,2334.752192,1253.168948,1879.47496 +254169,2680.488649,1805.878066,2329.918047,1253.299113,1869.485955 +254170,2678.038562,1783.44767,2325.641845,1253.169917,1860.603222 +254171,2676.668978,1780.209965,2321.767837,1253.256649,1852.435111 +254172,2676.02834,1773.335857,2318.22857,1253.414586,1845.262638 +254173,2675.67353,1766.361345,2314.954399,1253.608185,1838.759725 +254174,2675.375963,1759.672671,2311.898742,1253.829569,1832.823753 +254175,2675.062391,1752.770608,2309.021803,1254.075714,1827.371169 +254176,2674.7296,1746.108851,2306.291156,1254.344872,1822.333721 +254177,2674.32107,1764.764517,2303.636718,1254.635911,1817.600003 +254178,2674.012199,1695.734895,2301.144431,1254.948185,1813.250955 +254179,2673.786509,1743.520591,2298.786534,1255.280607,1809.230992 +254180,2673.478898,1715.272102,2296.44586,1255.632861,1805.377259 +254181,2673.163534,1712.535967,2294.160073,1256.004873,1801.717039 +254182,2672.880555,1705.893332,2291.946602,1256.395984,1798.254539 +254183,2672.610736,1699.567437,2289.786791,1256.805909,1794.952041 +254184,2672.35852,1693.047367,2287.678663,1257.234345,1791.794047 +254185,2672.124451,1686.748713,2285.618874,1257.681115,1788.764876 +254186,2671.908452,1680.345247,2283.604497,1258.145966,1785.850668 +254187,2671.710217,1674.134919,2281.633029,1258.628784,1783.039223 +254188,2671.530447,1667.846263,2279.703046,1259.039755,1780.320726 +254189,2671.367982,1661.749094,2277.812269,1259.690628,1777.685248 +254190,2671.221323,1655.587602,2275.958459,1260.163176,1775.123745 +254191,2671.091385,1649.550431,2274.141121,1260.676297,1772.630044 +254192,2673.694764,1643.438081,2274.100022,1261.183178,1772.338141 +254193,2672.181363,1637.511086,2271.471455,1261.697609,1768.923416 +254194,2671.496324,1631.614366,2269.394573,1262.316866,1766.204587 +254195,2671.057156,1625.767841,2267.482236,1262.726279,1763.693284 +254196,2670.760534,1619.875173,2265.669229,1263.344569,1761.307411 +254197,2670.551753,1614.32737,2263.926039,1263.900087,1759.212436 +254198,2670.395664,1608.620362,2262.234616,1264.481816,1756.972383 +254199,2673.000676,1603.083734,2262.33252,1265.080025,1756.893086 +254200,2671.511517,1597.602927,2259.856342,1265.684367,1753.732343 +254201,2673.594816,1592.214211,2259.688296,1266.312309,1753.356855 +254202,2671.815813,1586.894128,2257.080171,1266.942627,1750.04602 +254203,2671.013505,1581.559262,2255.10354,1267.594508,1747.482394 +254204,2670.541577,1578.600693,2253.336843,1268.255635,1745.151088 +254205,2670.250591,1574.896971,2251.690339,1268.930617,1742.948641 +254206,2670.069169,1570.922779,2250.12631,1269.618469,1740.835489 +254207,2669.956834,1567.30205,2248.624081,1270.319178,1738.790072 +254208,2669.889529,1563.652412,2247.170518,1271.032446,1736.797459 +254209,2669.854089,1560.092669,2245.757688,1271.758657,1734.847667 +254210,2669.84305,1556.610274,2244.38056,1272.496967,1732.933736 +254211,2669.851448,1553.206673,2243.035508,1273.247696,1731.050335 +254212,2669.87573,1549.882999,2241.719796,1274.0105,1729.19327 +254213,2669.809873,1546.641821,2240.340093,1274.785227,1727.397323 +254214,2669.571268,1542.891486,2238.831529,1275.662332,1725.15897 +254215,2669.166253,1540.183314,2237.206453,1276.350908,1722.722626 +254216,2668.601724,1537.689521,2235.473379,1280.963306,1720.111692 +254217,2667.90717,1535.298698,2233.65288,1275.653134,1717.357274 +254218,2667.903267,1532.987107,2232.539537,1295.766999,1715.876016 +254219,2668.473322,1530.635842,2231.877596,1262.714299,1715.041877 +254220,2667.910801,1528.615403,2230.049936,1294.548253,1712.014082 +254221,2665.270841,1633.066254,2226.573607,1391.574987,1706.448162 +254222,2678.127183,1633.455753,2234.225771,1398.721591,1718.255106 +254223,2696.571905,1632.635934,2245.496205,1413.357195,1736.462744 +254224,2712.072197,1632.039221,2254.810747,1386.9456,1752.305552 +254225,2722.81027,1631.273648,2261.399684,1431.653194,1765.146494 +254226,2732.433201,1630.493797,2268.119394,1409.632468,1779.719748 +254227,2737.529656,1629.699506,2271.264627,1408.361486,1787.946131 +254228,2741.991346,1628.914231,2274.382885,1429.637466,1796.4378 +254229,2744.074723,1628.13546,2275.255843,1421.217277,1800.710008 +254230,2742.784507,1627.487871,2273.117963,1428.611781,1799.609111 +254231,2746.299516,1626.579836,2275.961189,1432.06404,1807.489865 +254232,2753.113351,1625.938985,2281.224125,1435.823264,1818.621818 +254233,2753.932587,1625.212993,2280.202734,1439.737075,1817.782861 +254234,2750.734436,1624.536846,2276.092839,1443.536793,1811.996436 +254235,2748.027531,1623.88518,2272.993309,1447.77804,1808.340463 +254236,2752.417135,1623.258592,2276.682229,1451.786943,1816.50093 +254237,2754.502576,1623.399337,2277.143697,1455.815897,1817.681631 +254238,2758.16881,1621.604494,2279.39401,1460.219109,1822.154467 +254239,2759.439381,1625.207732,2279.103946,1464.433502,1821.676143 +254240,2755.510568,1618.06166,2274.141163,1468.694853,1813.043657 +254241,2752.253617,1635.149427,2270.530659,1478.558725,1807.403057 +254242,2749.795294,1597.606851,2267.600287,1475.113741,1802.77302 +254243,2747.780002,1630.322865,2265.016703,1482.879037,1798.60154 +254244,2756.118977,1616.669461,2272.366047,1487.322275,1811.976134 +254245,2760.755766,1618.521683,2274.654565,1491.641094,1814.72683 +254246,2757.134307,1618.206491,2269.474832,1496.238636,1804.570475 +254247,2753.99891,1617.835724,2265.922079,1500.841814,1798.407198 +254248,2751.69755,1617.600765,2263.156476,1505.857747,1793.518123 +254249,2750.000408,1617.094407,2260.842301,1510.64187,1789.284773 +254250,2748.750341,1616.87225,2258.866129,1515.368746,1785.511509 +254251,2747.858667,1616.533412,2257.15787,1520.546805,1782.113737 +254252,2747.265692,1616.226192,2255.682174,1525.22348,1779.042586 +254253,2760.655505,1615.953663,2267.715219,1530.906816,1800.03596 +254254,2768.497249,1615.662151,2272.417126,1535.643343,1805.847173 +254255,2764.774927,1615.406052,2266.651993,1545.366604,1793.647104 +254256,2761.727952,1615.185667,2263.187952,1543.841829,1787.140301 +254257,2773.399299,1614.984396,2274.012684,1552.175781,1806.108626 +254258,2779.927568,1614.766291,2277.801337,1557.038158,1810.552777 +254259,2775.005956,1614.58363,2271.190609,1561.548297,1796.874635 +254260,2784.53443,1614.452576,2280.15555,1568.001208,1812.571541 +254261,2789.904872,1614.286319,2282.881067,1572.86594,1815.02212 +254262,2796.984313,1614.173559,2288.177178,1578.466398,1822.651777 +254263,2799.743344,1614.057839,2289.011675,1584.082387,1821.948924 +254264,2792.791448,1613.961048,2281.051922,1593.440066,1806.090193 +254265,2800.470384,1613.918611,2288.581725,1594.213207,1819.212376 +254266,2804.028701,1613.83881,2290.176731,1601.474752,1819.727886 +254267,2797.047948,1613.796083,2282.141394,1605.886806,1803.621659 +254268,2805.055107,1613.806647,2290.005507,1613.100156,1817.33521 +254269,2822.779105,1613.676158,2305.162167,1619.348905,1841.869088 +254270,2836.5419,1613.845745,2314.935245,1624.765944,1855.385968 +254271,2833.920392,1613.787107,2309.797494,1634.526054,1842.829954 +254272,2822.54905,1613.855848,2298.383003,1633.655416,1821.28786 +254273,2813.647277,1613.926509,2290.557062,1645.292372,1807.341082 +254274,2820.773515,1614.012654,2297.853649,1647.9022,1820.026991 +254275,2823.717326,1614.085747,2298.968997,1653.43026,1819.532897 +254276,2829.996468,1614.205944,2303.586346,1664.523855,1825.859578 +254277,2831.759049,1614.321981,2303.424232,1665.489343,1823.155819 +254278,2836.704824,1614.471383,2307.187674,1675.722201,1828.114627 +254279,2836.705104,1614.618546,2306.528767,1677.317894,1824.662369 +254280,2827.620135,1614.78639,2296.693399,1681.040206,1805.49201 +254281,2821.505554,1637.761682,2291.219126,1679.183908,1795.705569 +254282,2834.496816,1639.069831,2303.451953,1684.721527,1817.540626 +254283,2842.525177,1640.024294,2308.040634,1690.356422,1823.425285 +254284,2837.584675,1640.825924,2300.826526,1689.682116,1809.32315 +254285,2848.542839,1641.580366,2311.479795,1695.668585,1829.296823 +254286,2853.427268,1642.340315,2314.309626,1700.449083,1833.071011 +254287,2845.350936,1642.792762,2305.485577,1698.696184,1816.866684 +254288,2838.413533,1643.390288,2299.612944,1696.447406,1807.78943 +254289,2850.120174,1644.169971,2311.936808,1703.204381,1831.307542 +254290,2872.462044,1644.781833,2331.855438,1717.009337,1865.520339 +254291,2872.251043,1645.17072,2328.110512,1721.319629,1855.507344 +254292,2859.205687,1645.733475,2314.924327,1717.460394,1831.636985 +254293,2849.452411,1656.357567,2306.931349,1713.896417,1819.008151 +254294,2859.637513,1632.463895,2318.193748,1720.053027,1840.668668 +254295,2882.05978,1662.801023,2338.56877,1734.032147,1875.748017 +254296,2881.187712,1634.503309,2333.888428,1738.245845,1863.775021 +254297,2882.746497,1664.432629,2335.000353,1741.571002,1865.31082 +254298,2881.026312,1633.31849,2332.662633,1743.530062,1860.250294 +254299,2868.100604,1656.744289,2320.044633,1739.868507,1837.347741 +254300,2874.765123,1667.228328,2328.565125,1744.546807,1854.139041 +254301,2876.348567,1623.930231,2328.650463,1748.569382,1852.891218 +254302,2864.208065,1664.532511,2316.352728,1745.839872,1830.223207 +254303,2854.022928,1649.32529,2308.191632,1742.907221,1817.008466 +254304,2846.114968,1652.603367,2301.747328,1741.116397,1806.732835 +254305,2839.385047,1653.269296,2296.185019,1740.147264,1797.881792 +254306,2833.438618,1668.786359,2291.186064,1739.740262,1789.959748 +254307,2827.955974,1632.442857,2286.679324,1739.803947,1782.841401 +254308,2843.810316,1665.494743,2302.769643,1749.750774,1812.783403 +254309,2873.830236,1660.750861,2330.021444,1768.31597,1859.794235 +254310,2874.026043,1645.311647,2325.082755,1774.319554,1846.163967 +254311,2875.710479,1684.942917,2325.84446,1778.298885,1846.667762 +254312,2874.2794,1620.82949,2323.499352,1780.818891,1841.393925 +254313,2860.207026,1676.38881,2309.417538,1777.013872,1815.762656 +254314,2849.73947,1647.665103,2300.788531,1773.687761,1802.11502 +254315,2863.00183,1658.77373,2315.293733,1781.694246,1830.185406 +254316,2866.753588,1655.705317,2316.758823,1787.8449,1831.211494 +254317,2852.961356,1658.341163,2302.0331,1785.029495,1804.356631 +254318,2864.372325,1652.745619,2314.832438,1792.038142,1830.008304 +254319,2867.286949,1661.201629,2315.532187,1797.647898,1830.077274 +254320,2873.268006,1649.711955,2320.277339,1803.942035,1838.582144 +254321,2873.049724,1664.427792,2318.400272,1807.657498,1834.637761 +254322,2858.136471,1645.306988,2303.022711,1803.846985,1807.377505 +254323,2867.70287,1659.477611,2313.973823,1809.947641,1829.91538 +254324,2869.726861,1668.74301,2314.029613,1814.991292,1829.320084 +254325,2877.471538,1632.120692,2320.883416,1821.897492,1842.278333 +254326,2877.297981,1664.670226,2318.792018,1825.874094,1837.956673 +254327,2882.55594,1659.146149,2323.328897,1831.657841,1846.908977 +254328,2905.696897,1641.865547,2344.756853,1846.022267,1885.552644 +254329,2924.576129,1658.319892,2358.947987,1860.005248,1908.364366 +254330,2912.928959,1651.325968,2343.636948,1859.674953,1878.143763 +254331,2887.530868,1652.022119,2319.162184,1850.053138,1835.665258 +254332,2891.390009,1651.667988,2326.064713,1852.500349,1852.326361 +254333,2889.624442,1651.123692,2323.227722,1855.323917,1847.357722 +254334,2872.092297,1670.357736,2305.580828,1850.435054,1816.62581 +254335,2879.121967,1621.173952,2314.744965,1855.591201,1836.74825 +254336,2904.37513,1663.477224,2337.840759,1871.197255,1878.702886 +254337,2924.804194,1646.038784,2353.774716,1886.388635,1905.098782 +254338,2913.240902,1648.369737,2338.223864,1886.504595,1874.673019 +254339,2886.906415,1655.667218,2312.688079,1876.620871,1830.680853 +254340,2869.073299,1645.01761,2298.115634,1869.086467,1809.023982 +254341,2856.418027,1605.465181,2288.014715,1864.954834,1794.681118 +254342,2863.850913,1617.431033,2297.88883,1869.809219,1817.188726 +254343,2886.119606,1625.341844,2319.323828,1883.785177,1857.499711 +254344,2903.421165,1586.783179,2332.819822,1897.504938,1880.255147 +254345,2887.779589,1635.623335,2313.042758,1895.920512,1842.225694 +254346,2879.515726,1581.933127,2305.793324,1894.74649,1831.218137 +254347,2870.870033,1637.909307,2296.875491,1893.937208,1816.041202 +254348,2849.36611,1573.034421,2275.603891,1887.005247,1778.961383 +254349,2833.871144,1618.831453,2262.335786,1881.528007,1758.627711 +254350,2821.855108,1599.28757,2252.159024,1878.307933,1743.524425 +254351,2836.33714,1602.058612,2267.889727,1887.47228,1775.361969 +254352,2867.84935,1614.927692,2296.189647,1907.011156,1826.12937 +254353,2891.456304,1578.139577,2313.859209,1924.624974,1854.877504 +254354,2878.366138,1615.938422,2295.901011,1924.749749,1819.584102 +254355,2872.343634,1583.335443,2290.244832,1924.284039,1811.749023 +254356,2865.134397,1603.54467,2282.678092,1924.062323,1799.594511 +254357,2844.272519,1589.394184,2262.060472,1917.153527,1764.397642 +254358,2852.491792,1603.830938,2272.576564,1922.013555,1788.077365 +254359,2879.123892,1578.106007,2297.224411,1938.754642,1833.321082 +254360,2872.297212,1596.49858,2285.644941,1941.914952,1810.031864 +254361,2870.075817,1587.804487,2283.255762,1943.825577,1808.105117 +254362,2889.762683,1587.757708,2302.083902,1956.128512,1844.000245 +254363,2880.585565,1586.198948,2288.828654,1957.17212,1818.600991 +254364,2854.692637,1584.921476,2263.706695,1947.969659,1775.892893 +254365,2858.361514,1583.425172,2270.087627,1950.596884,1792.80056 +254366,2881.681472,1582.285631,2292.085227,1965.102924,1834.174918 +254367,2874.973546,1580.518019,2281.26966,1967.874382,1813.217919 +254368,2850.712602,1579.189886,2257.063051,1959.654296,1772.164756 +254369,2833.652208,1577.610258,2242.762922,1952.838607,1751.879232 +254370,2844.516179,1576.313407,2255.866383,1959.532452,1780.77278 +254371,2845.698099,1575.044657,2254.459376,1964.665455,1779.143548 +254372,2827.091152,1578.359338,2235.20622,1960.164751,1746.526838 +254373,2836.488401,1566.694562,2246.109964,1966.428711,1771.31469 +254374,2862.826946,1574.816726,2270.104278,1983.573086,1815.676288 +254375,2885.116508,1570.480734,2287.459949,2000.077576,1845.484927 +254376,2873.893747,1569.772642,2271.965072,2001.179863,1815.75672 +254377,2846.439426,1568.795811,2245.048215,1991.765303,1769.81288 +254378,2828.442985,1568.121569,2230.325094,1984.684339,1748.630687 +254379,2838.306457,1566.876403,2242.457244,1991.543312,1775.14635 +254380,2866.778027,1565.863137,2269.025462,2009.512062,1823.969542 +254381,2890.114855,1565.164404,2287.313247,2026.766356,1854.886262 +254382,2902.558147,1578.804073,2295.084104,2039.193268,1866.666202 +254383,2910.813612,1540.94459,2299.925374,2048.338835,1874.40309 +254384,2893.02824,1596.545325,2280.042079,2045.421519,1837.896472 +254385,2884.629206,1523.602331,2273.399389,2044.189603,1829.072325 +254386,2875.343002,1577.008169,2264.741705,2043.536932,1815.449073 +254387,2874.630256,1561.565387,2265.325166,2046.761332,1819.129687 +254388,2868.613743,1550.588354,2258.931452,2048.349565,1808.921871 +254389,2869.704617,1579.623431,2260.49359,2052.464998,1814.173671 +254390,2864.340561,1526.5389,2254.462986,2054.346566,1804.549318 +254391,2843.452463,1569.31858,2233.996747,2048.318376,1769.834008 +254392,2827.52927,1551.503457,2220.816027,2042.876832,1750.782363 +254393,2814.922786,1553.148406,2210.550039,2039.434432,1736.58981 +254394,2829.363295,1552.60677,2226.739729,2048.492668,1770.25686 +254395,2860.896891,1551.543213,2255.839407,2068.190012,1823.280707 +254396,2854.931743,1550.57413,2244.176342,2072.488013,1799.266129 +254397,2828.471707,1549.66884,2217.860273,2063.855739,1753.746052 +254398,2811.434347,1548.878697,2203.655875,2057.17686,1733.669297 +254399,2825.593379,1547.786009,2219.555159,2065.209864,1767.144838 +254400,2857.650786,1546.800726,2249.426412,2085.01951,1821.513806 +254401,2851.316558,1479.917899,2238.275,2089.665173,1797.760837 +254402,2815.674892,1478.359306,2204.620178,2075.406321,1741.302204 +254403,2810.620528,1477.306528,2205.738786,2072.615655,1751.337056 +254404,2828.103699,1476.165211,2224.143251,2084.728447,1786.832592 +254405,2842.457118,1474.921392,2235.055828,2098.841653,1803.946911 +254406,2822.836868,1474.119515,2211.50108,2097.769506,1757.705978 +254407,2811.200272,1472.838437,2200.659803,2096.618317,1738.930603 +254408,2826.315604,1494.498284,2216.244096,2108.146761,1767.333283 +254409,2842.093096,1437.262588,2228.695531,2122.187695,1786.104176 +254410,2826.583156,1485.837278,2209.726917,2121.897309,1748.113483 +254411,2796.965659,1477.443765,2181.246446,2111.648405,1697.583798 +254412,2798.908663,1449.243132,2187.016482,2114.346259,1712.152504 +254413,2795.29867,1475.415901,2182.60538,2117.564427,1703.592994 +254414,2797.98968,1470.877435,2185.380201,2122.889353,1709.285651 +254415,2819.675641,1453.313208,2205.9861,2137.513015,1746.425396 +254416,2810.394511,1469.546239,2192.983782,2139.71351,1719.504156 +254417,2784.111982,1464.041268,2167.386325,2130.863006,1674.639948 +254418,2765.643269,1469.039045,2152.405915,2123.814481,1652.207217 +254419,2776.105486,1443.171045,2165.400994,2130.55921,1679.346835 +254420,2804.0183,1477.80092,2191.513027,2148.364148,1726.409724 +254421,2824.913583,1441.286328,2207.797458,2164.826539,1753.109488 +254422,2810.913898,1463.837485,2189.944637,2164.5591,1717.850321 +254423,2781.57126,1454.379293,2161.815426,2153.588859,1669.307988 +254424,2784.822424,1454.773688,2168.983325,2155.964928,1687.575627 +254425,2806.448291,1453.716431,2189.589768,2170.273663,1725.540099 +254426,2797.846381,1452.609521,2177.73339,2172.589713,1701.574948 +254427,2794.72575,1451.581646,2175.044335,2174.289542,1699.175365 +254428,2812.932018,1450.504775,2193.148708,2186.190635,1733.422361 +254429,2803.999795,1449.379446,2181.339589,2187.629148,1710.13422 +254430,2800.120112,1448.346343,2178.657018,2188.86542,1707.590779 +254431,2792.662194,1447.134999,2171.395054,2188.949049,1695.957317 +254432,2793.022052,1445.933684,2172.477251,2192.045055,1700.653506 +254433,2787.319534,1444.686675,2166.550184,2193.156257,1691.138257 +254434,2766.247969,1443.44773,2146.333394,2186.376952,1656.807761 +254435,2773.056901,1442.241609,2156.201568,2190.57104,1679.306387 +254436,2771.353798,1440.938194,2153.502268,2193.792434,1675.189611 +254437,2775.031576,1439.702849,2157.356292,2198.460746,1684.296523 +254438,2771.082645,1438.417727,2152.609811,2200.239586,1676.798862 +254439,2773.358091,1437.162342,2155.582634,2204.016064,1684.53367 +254440,2769.321838,1435.865691,2150.589,2205.350445,1676.708108 +254441,2769.986017,1434.59711,2151.86467,2208.395838,1681.214016 +254442,2765.339959,1433.291848,2146.830519,2209.365709,1673.539445 +254443,2768.831552,1432.011276,2150.993885,2213.264036,1683.641677 +254444,2764.867641,1430.688528,2146.357352,2214.716878,1676.398785 +254445,2767.385136,1429.399434,2149.400669,2218.246437,1684.300314 +254446,2762.901127,1428.067805,2144.386807,2219.329547,1676.477012 +254447,2741.838967,1426.750696,2124.017161,2211.992666,1641.930894 +254448,2726.095149,1425.457275,2111.52044,2205.27636,1624.257083 +254449,2713.944144,1424.234138,2102.026688,2200.6517,1611.562686 +254450,2729.028635,1422.762368,2119.362014,2208.673128,1647.424519 +254451,2731.715822,1421.458498,2119.856885,2214.08745,1648.374762 +254452,2738.512127,1420.016074,2126.203791,2219.919447,1661.71657 +254453,2765.786638,1418.847328,2152.216558,2235.496525,1709.893837 +254454,2757.357903,1417.363692,2139.427734,2237.187132,1684.261031 +254455,2730.005672,1416.071736,2112.918376,2226.340012,1638.635053 +254456,2736.48544,1414.759257,2123.382658,2228.569616,1663.214543 +254457,2763.820031,1413.362933,2149.862423,2244.332934,1712.128651 +254458,2755.99358,1411.946143,2137.94429,2246.194036,1688.061618 +254459,2752.93838,1410.633471,2135.757326,2246.539909,1686.545195 +254460,2746.132261,1409.233816,2129.178844,2245.623322,1676.289534 +254461,2077.042383,1407.871421,1135.813924,1852.990764,2464.275183 +254462,2172.659334,1537.537786,1188.069421,1938.356426,2529.494402 +254463,2293.319103,1542.024922,1256.286466,2042.964009,2601.983938 +254464,2401.446421,1541.972034,1320.00591,2130.394964,2662.14985 +254465,2486.695927,1542.945537,1372.954694,2191.906741,2708.203503 +254466,2549.968975,1542.544095,1414.966701,2230.9932,2741.601342 +254467,2589.242604,1548.552007,1444.688485,2250.263203,2757.480104 +254468,2608.592847,1531.954522,1463.864094,2255.008513,2757.780563 +254469,2618.135691,1545.882342,1477.24407,2254.159189,2751.106072 +254470,2623.693502,1539.132017,1487.604052,2252.658403,2742.59521 +254471,2627.569502,1539.726204,1496.121877,2251.888138,2734.519976 +254472,2630.601248,1538.933065,1503.326501,2251.929355,2727.22745 +254473,2633.0831,1538.187288,1509.496613,2252.527926,2720.791902 +254474,2635.152994,1537.427124,1514.822021,2253.459108,2715.162998 +254475,2636.891221,1536.653959,1519.444849,2254.577216,2710.252893 +254476,2638.356946,1535.865561,1523.478643,2255.798641,2705.97316 +254477,2639.596213,1535.065838,1527.01588,2257.073832,2702.243382 +254478,2640.64503,1534.25396,1530.132606,2258.370423,2698.992714 +254479,2641.531412,1533.433198,1532.891662,2259.665672,2696.159166 +254480,2642.277636,1532.602541,1535.345341,2260.943665,2693.689034 +254481,2642.901565,1531.764068,1537.537243,2262.19362,2691.535721 +254482,2643.41791,1530.917223,1539.503888,2263.408681,2689.659046 +254483,2643.838749,1530.063714,1541.275841,2264.584642,2688.024163 +254484,2644.174203,1529.202273,1542.878796,2265.719108,2686.601001 +254485,2644.432692,1528.334812,1544.334314,2266.810746,2685.363394 +254486,2644.621502,1527.459853,1545.660587,2267.858948,2684.28871 +254487,2644.746836,1526.57912,1546.87293,2268.863481,2683.357181 +254488,2644.814086,1525.671043,1547.984331,2269.824413,2682.551664 +254489,2644.825898,1524.771727,1549.004342,2270.739763,2681.854644 +254490,2644.786786,1523.869506,1549.942708,2271.610657,2681.253744 +254491,2644.701254,1519.811415,1550.808161,2272.438729,2680.738695 +254492,2644.236359,1518.214776,1551.474846,2272.529322,2680.302366 +254493,2643.505533,1516.840206,1551.987942,2272.091079,2679.932211 +254494,2642.678848,1515.513907,1552.415619,2271.475401,2679.619952 +254495,2641.849462,1514.206303,1552.797575,2270.872069,2679.359424 +254496,2641.042952,1512.904954,1553.148101,2270.319216,2679.145131 +254497,2640.254448,1511.60447,1553.469675,2269.787708,2678.971835 +254498,2639.47278,1510.301614,1553.76179,2269.239658,2678.834637 +254499,2638.689279,1508.995125,1554.024189,2268.64957,2678.729016 +254500,2637.898772,1507.779287,1554.25734,2268.004785,2678.650914 +254501,2637.098317,1506.320833,1554.462078,2267.301851,2678.596685 +254502,2636.286178,1505.069746,1554.63934,2266.536883,2678.563112 +254503,2635.461122,1503.63177,1554.789992,2265.706859,2678.547265 +254504,2634.622265,1502.440914,1554.914853,2264.810535,2678.54656 +254505,2633.772088,1501.032061,1555.014696,2263.847905,2678.558688 +254506,2632.905809,1499.703522,1555.090272,2262.81952,2678.581611 +254507,2632.022836,1498.353953,1555.142302,2261.726044,2678.613491 +254508,2631.127102,1496.998471,1555.171491,2260.568135,2678.652711 +254509,2630.215007,1495.637472,1555.178511,2259.346395,2678.697798 +254510,2629.289672,1494.270689,1555.16402,2258.061414,2678.74745 +254511,2628.347858,1492.898426,1555.128644,2256.713765,2678.800484 +254512,2627.393131,1491.520456,1555.072992,2255.304024,2678.855851 +254513,2626.42257,1490.137096,1554.997647,2253.832748,2678.912594 +254514,2625.439824,1488.748136,1554.903176,2252.300497,2678.969868 +254515,2624.442014,1487.353901,1554.790116,2250.520112,2679.026886 +254516,2623.43276,1485.954197,1554.658994,2248.888454,2679.082963 +254517,2622.409215,1484.549357,1554.510318,2247.201847,2679.137477 +254518,2621.374973,1483.139198,1554.344581,2245.453738,2679.189878 +254519,2620.327191,1481.724057,1554.162247,2243.642424,2679.239638 +254520,2619.269409,1480.30376,1553.963775,2241.769199,2679.28631 +254521,0,0,0,0,0 +254522,0,0,0,0,0 +254523,0,0,0,0,0 +254524,0,0,0,0,0 +254525,0,0,0,0,0 +254526,0,0,0,0,0 +254527,0,0,0,0,0 +254528,0,0,0,0,0 +254529,0,0,0,0,0 +254530,0,0,0,0,0 +254531,0,0,0,0,0 +254532,0,0,0,0,0 +254533,0,0,0,0,0 +254534,0,0,0,0,0 +254535,0,0,0,0,0 +254536,0,0,0,0,0 +254537,0,0,0,0,0 +254538,0,0,0,0,0 +254539,0,0,0,0,0 +254540,0,0,0,0,0 +254541,0,0,0,0,0 +254542,0,0,0,0,0 +254543,0,0,0,0,0 +254544,0,0,0,0,0 +254545,0,0,0,0,0 +254546,0,0,0,0,0 +254547,0,0,0,0,0 +254548,0,0,0,0,0 +254549,0,0,0,0,0 +254550,0,0,0,0,0 +254551,0,0,0,0,0 +254552,0,0,0,0,0 +254553,0,0,0,0,0 +254554,0,0,0,0,0 +254555,0,0,0,0,0 +254556,0,0,0,0,0 +254557,0,0,0,0,0 +254558,0,0,0,0,0 +254559,0,0,0,0,0 +254560,0,0,0,0,0 +254561,0,0,0,0,0 +254562,0,0,0,0,0 +254563,0,0,0,0,0 +254564,0,0,0,0,0 +254565,0,0,0,0,0 +254566,0,0,0,0,0 +254567,0,0,0,0,0 +254568,0,0,0,0,0 +254569,0,0,0,0,0 +254570,0,0,0,0,0 +254571,0,0,0,0,0 +254572,0,0,0,0,0 +254573,0,0,0,0,0 +254574,0,0,0,0,0 +254575,0,0,0,0,0 +254576,0,0,0,0,0 +254577,0,0,0,0,0 +254578,0,0,0,0,0 +254579,0,0,0,0,0 +254580,0,0,0,0,0 +254581,0,0,0,0,0 +254582,0,0,0,0,0 +254583,0,0,0,0,0 +254584,0,0,0,0,0 +254585,0,0,0,0,0 +254586,0,0,0,0,0 +254587,0,0,0,0,0 +254588,0,0,0,0,0 +254589,0,0,0,0,0 +254590,0,0,0,0,0 +254591,0,0,0,0,0 +254592,0,0,0,0,0 +254593,0,0,0,0,0 +254594,0,0,0,0,0 +254595,0,0,0,0,0 +254596,0,0,0,0,0 +254597,0,0,0,0,0 +254598,0,0,0,0,0 +254599,0,0,0,0,0 +254600,0,0,0,0,0 +254601,0,0,0,0,0 +254602,0,0,0,0,0 +254603,0,0,0,0,0 +254604,0,0,0,0,0 +254605,0,0,0,0,0 +254606,0,0,0,0,0 +254607,0,0,0,0,0 +254608,0,0,0,0,0 +254609,0,0,0,0,0 +254610,0,0,0,0,0 +254611,0,0,0,0,0 +254612,0,0,0,0,0 +254613,0,0,0,0,0 +254614,0,0,0,0,0 +254615,0,0,0,0,0 +254616,0,0,0,0,0 +254617,0,0,0,0,0 +254618,0,0,0,0,0 +254619,0,0,0,0,0 +254620,0,0,0,0,0 +254621,0,0,0,0,0 +254622,0,0,0,0,0 +254623,0,0,0,0,0 +254624,0,0,0,0,0 +254625,0,0,0,0,0 +254626,0,0,0,0,0 +254627,0,0,0,0,0 +254628,0,0,0,0,0 +254629,0,0,0,0,0 +254630,0,0,0,0,0 +254631,0,0,0,0,0 +254632,0,0,0,0,0 +254633,0,0,0,0,0 +254634,0,0,0,0,0 +254635,0,0,0,0,0 +254636,0,0,0,0,0 +254637,0,0,0,0,0 +254638,0,0,0,0,0 +254639,0,0,0,0,0 +254640,0,0,0,0,0 +254641,0,0,0,0,0 +254642,0,0,0,0,0 +254643,0,0,0,0,0 +254644,0,0,0,0,0 +254645,0,0,0,0,0 +254646,0,0,0,0,0 +254647,0,0,0,0,0 +254648,0,0,0,0,0 +254649,0,0,0,0,0 +254650,0,0,0,0,0 +254651,0,0,0,0,0 +254652,0,0,0,0,0 +254653,0,0,0,0,0 +254654,0,0,0,0,0 +254655,0,0,0,0,0 +254656,0,0,0,0,0 +254657,0,0,0,0,0 +254658,0,0,0,0,0 +254659,0,0,0,0,0 +254660,0,0,0,0,0 +254661,0,0,0,0,0 +254662,0,0,0,0,0 +254663,0,0,0,0,0 +254664,0,0,0,0,0 +254665,0,0,0,0,0 +254666,0,0,0,0,0 +254667,0,0,0,0,0 +254668,0,0,0,0,0 +254669,0,0,0,0,0 +254670,0,0,0,0,0 +254671,0,0,0,0,0 +254672,0,0,0,0,0 +254673,0,0,0,0,0 +254674,0,0,0,0,0 +254675,0,0,0,0,0 +254676,0,0,0,0,0 +254677,0,0,0,0,0 +254678,0,0,0,0,0 +254679,0,0,0,0,0 +254680,0,0,0,0,0 +254681,0,0,0,0,0 +254682,0,0,0,0,0 +254683,0,0,0,0,0 +254684,0,0,0,0,0 +254685,0,0,0,0,0 +254686,0,0,0,0,0 +254687,0,0,0,0,0 +254688,0,0,0,0,0 +254689,0,0,0,0,0 +254690,0,0,0,0,0 +254691,0,0,0,0,0 +254692,0,0,0,0,0 +254693,0,0,0,0,0 +254694,0,0,0,0,0 +254695,0,0,0,0,0 +254696,0,0,0,0,0 +254697,0,0,0,0,0 +254698,0,0,0,0,0 +254699,0,0,0,0,0 +254700,0,0,0,0,0 +254701,0,0,0,0,0 +254702,0,0,0,0,0 +254703,0,0,0,0,0 +254704,0,0,0,0,0 +254705,0,0,0,0,0 +254706,0,0,0,0,0 +254707,0,0,0,0,0 +254708,0,0,0,0,0 +254709,0,0,0,0,0 +254710,0,0,0,0,0 +254711,0,0,0,0,0 +254712,0,0,0,0,0 +254713,0,0,0,0,0 +254714,0,0,0,0,0 +254715,0,0,0,0,0 +254716,0,0,0,0,0 +254717,0,0,0,0,0 +254718,0,0,0,0,0 +254719,0,0,0,0,0 +254720,0,0,0,0,0 +254721,0,0,0,0,0 +254722,0,0,0,0,0 +254723,0,0,0,0,0 +254724,0,0,0,0,0 +254725,0,0,0,0,0 +254726,0,0,0,0,0 +254727,0,0,0,0,0 +254728,0,0,0,0,0 +254729,0,0,0,0,0 +254730,0,0,0,0,0 +254731,0,0,0,0,0 +254732,0,0,0,0,0 +254733,0,0,0,0,0 +254734,0,0,0,0,0 +254735,0,0,0,0,0 +254736,0,0,0,0,0 +254737,0,0,0,0,0 +254738,0,0,0,0,0 +254739,0,0,0,0,0 +254740,0,0,0,0,0 +254741,0,0,0,0,0 +254742,0,0,0,0,0 +254743,0,0,0,0,0 +254744,0,0,0,0,0 +254745,0,0,0,0,0 +254746,0,0,0,0,0 +254747,0,0,0,0,0 +254748,0,0,0,0,0 +254749,0,0,0,0,0 +254750,0,0,0,0,0 +254751,0,0,0,0,0 +254752,0,0,0,0,0 +254753,0,0,0,0,0 +254754,0,0,0,0,0 +254755,0,0,0,0,0 +254756,0,0,0,0,0 +254757,0,0,0,0,0 +254758,0,0,0,0,0 +254759,0,0,0,0,0 +254760,0,0,0,0,0 +254761,0,0,0,0,0 +254762,0,0,0,0,0 +254763,0,0,0,0,0 +254764,0,0,0,0,0 +254765,0,0,0,0,0 +254766,0,0,0,0,0 +254767,0,0,0,0,0 +254768,0,0,0,0,0 +254769,0,0,0,0,0 +254770,0,0,0,0,0 +254771,0,0,0,0,0 +254772,0,0,0,0,0 +254773,0,0,0,0,0 +254774,0,0,0,0,0 +254775,0,0,0,0,0 +254776,0,0,0,0,0 +254777,0,0,0,0,0 +254778,0,0,0,0,0 +254779,0,0,0,0,0 +254780,0,0,0,0,0 +254781,0,0,0,0,0 +254782,0,0,0,0,0 +254783,0,0,0,0,0 +254784,0,0,0,0,0 +254785,0,0,0,0,0 +254786,0,0,0,0,0 +254787,0,0,0,0,0 +254788,0,0,0,0,0 +254789,0,0,0,0,0 +254790,0,0,0,0,0 +254791,0,0,0,0,0 +254792,0,0,0,0,0 +254793,0,0,0,0,0 +254794,0,0,0,0,0 +254795,0,0,0,0,0 +254796,0,0,0,0,0 +254797,0,0,0,0,0 +254798,0,0,0,0,0 +254799,0,0,0,0,0 +254800,0,0,0,0,0 +254801,0,0,0,0,0 +254802,0,0,0,0,0 +254803,0,0,0,0,0 +254804,0,0,0,0,0 +254805,0,0,0,0,0 +254806,0,0,0,0,0 +254807,0,0,0,0,0 +254808,0,0,0,0,0 +254809,0,0,0,0,0 +254810,0,0,0,0,0 +254811,0,0,0,0,0 +254812,0,0,0,0,0 +254813,0,0,0,0,0 +254814,0,0,0,0,0 +254815,0,0,0,0,0 +254816,0,0,0,0,0 +254817,0,0,0,0,0 +254818,0,0,0,0,0 +254819,0,0,0,0,0 +254820,0,0,0,0,0 +254821,0,0,0,0,0 +254822,0,0,0,0,0 +254823,0,0,0,0,0 +254824,0,0,0,0,0 +254825,0,0,0,0,0 +254826,0,0,0,0,0 +254827,0,0,0,0,0 +254828,0,0,0,0,0 +254829,0,0,0,0,0 +254830,0,0,0,0,0 +254831,0,0,0,0,0 +254832,0,0,0,0,0 +254833,0,0,0,0,0 +254834,0,0,0,0,0 +254835,0,0,0,0,0 +254836,0,0,0,0,0 +254837,0,0,0,0,0 +254838,0,0,0,0,0 +254839,0,0,0,0,0 +254840,0,0,0,0,0 +254841,0,0,0,0,0 +254842,0,0,0,0,0 +254843,0,0,0,0,0 +254844,0,0,0,0,0 +254845,0,0,0,0,0 +254846,0,0,0,0,0 +254847,0,0,0,0,0 +254848,0,0,0,0,0 +254849,0,0,0,0,0 +254850,0,0,0,0,0 +254851,0,0,0,0,0 +254852,0,0,0,0,0 +254853,0,0,0,0,0 +254854,0,0,0,0,0 +254855,0,0,0,0,0 +254856,0,0,0,0,0 +254857,0,0,0,0,0 +254858,0,0,0,0,0 +254859,0,0,0,0,0 +254860,0,0,0,0,0 +254861,0,0,0,0,0 +254862,0,0,0,0,0 +254863,0,0,0,0,0 +254864,0,0,0,0,0 +254865,0,0,0,0,0 +254866,0,0,0,0,0 +254867,0,0,0,0,0 +254868,0,0,0,0,0 +254869,0,0,0,0,0 +254870,0,0,0,0,0 +254871,0,0,0,0,0 +254872,0,0,0,0,0 +254873,0,0,0,0,0 +254874,0,0,0,0,0 +254875,0,0,0,0,0 +254876,0,0,0,0,0 +254877,0,0,0,0,0 +254878,0,0,0,0,0 +254879,0,0,0,0,0 +254880,0,0,0,0,0 +254881,0,0,0,0,0 +254882,0,0,0,0,0 +254883,0,0,0,0,0 +254884,0,0,0,0,0 +254885,0,0,0,0,0 +254886,0,0,0,0,0 +254887,0,0,0,0,0 +254888,0,0,0,0,0 +254889,0,0,0,0,0 +254890,0,0,0,0,0 +254891,0,0,0,0,0 +254892,0,0,0,0,0 +254893,0,0,0,0,0 +254894,0,0,0,0,0 +254895,0,0,0,0,0 +254896,0,0,0,0,0 +254897,0,0,0,0,0 +254898,0,0,0,0,0 +254899,0,0,0,0,0 +254900,0,0,0,0,0 +254901,0,0,0,0,0 +254902,0,0,0,0,0 +254903,0,0,0,0,0 +254904,0,0,0,0,0 +254905,0,0,0,0,0 +254906,0,0,0,0,0 +254907,0,0,0,0,0 +254908,0,0,0,0,0 +254909,0,0,0,0,0 +254910,0,0,0,0,0 +254911,0,0,0,0,0 +254912,0,0,0,0,0 +254913,0,0,0,0,0 +254914,0,0,0,0,0 +254915,0,0,0,0,0 +254916,0,0,0,0,0 +254917,0,0,0,0,0 +254918,0,0,0,0,0 +254919,0,0,0,0,0 +254920,0,0,0,0,0 +254921,0,0,0,0,0 +254922,0,0,0,0,0 +254923,0,0,0,0,0 +254924,0,0,0,0,0 +254925,0,0,0,0,0 +254926,0,0,0,0,0 +254927,0,0,0,0,0 +254928,0,0,0,0,0 +254929,0,0,0,0,0 +254930,0,0,0,0,0 +254931,0,0,0,0,0 +254932,0,0,0,0,0 +254933,0,0,0,0,0 +254934,0,0,0,0,0 +254935,0,0,0,0,0 +254936,0,0,0,0,0 +254937,0,0,0,0,0 +254938,0,0,0,0,0 +254939,0,0,0,0,0 +254940,0,0,0,0,0 +254941,0,0,0,0,0 +254942,0,0,0,0,0 +254943,0,0,0,0,0 +254944,0,0,0,0,0 +254945,0,0,0,0,0 +254946,0,0,0,0,0 +254947,0,0,0,0,0 +254948,0,0,0,0,0 +254949,0,0,0,0,0 +254950,0,0,0,0,0 +254951,0,0,0,0,0 +254952,0,0,0,0,0 +254953,0,0,0,0,0 +254954,0,0,0,0,0 +254955,0,0,0,0,0 +254956,0,0,0,0,0 +254957,0,0,0,0,0 +254958,0,0,0,0,0 +254959,0,0,0,0,0 +254960,0,0,0,0,0 +254961,0,0,0,0,0 +254962,0,0,0,0,0 +254963,0,0,0,0,0 +254964,0,0,0,0,0 +254965,0,0,0,0,0 +254966,0,0,0,0,0 +254967,0,0,0,0,0 +254968,0,0,0,0,0 +254969,0,0,0,0,0 +254970,0,0,0,0,0 +254971,0,0,0,0,0 +254972,0,0,0,0,0 +254973,0,0,0,0,0 +254974,0,0,0,0,0 +254975,0,0,0,0,0 +254976,0,0,0,0,0 +254977,0,0,0,0,0 +254978,0,0,0,0,0 +254979,0,0,0,0,0 +254980,0,0,0,0,0 +254981,0,0,0,0,0 +254982,0,0,0,0,0 +254983,0,0,0,0,0 +254984,0,0,0,0,0 +254985,0,0,0,0,0 +254986,0,0,0,0,0 +254987,0,0,0,0,0 +254988,0,0,0,0,0 +254989,0,0,0,0,0 +254990,0,0,0,0,0 +254991,0,0,0,0,0 +254992,0,0,0,0,0 +254993,0,0,0,0,0 +254994,0,0,0,0,0 +254995,0,0,0,0,0 +254996,0,0,0,0,0 +254997,0,0,0,0,0 +254998,0,0,0,0,0 +254999,0,0,0,0,0 +255000,0,0,0,0,0 +255001,0,0,0,0,0 +255002,0,0,0,0,0 +255003,0,0,0,0,0 +255004,0,0,0,0,0 +255005,0,0,0,0,0 +255006,0,0,0,0,0 +255007,0,0,0,0,0 +255008,0,0,0,0,0 +255009,0,0,0,0,0 +255010,0,0,0,0,0 +255011,0,0,0,0,0 +255012,0,0,0,0,0 +255013,0,0,0,0,0 +255014,0,0,0,0,0 +255015,0,0,0,0,0 +255016,0,0,0,0,0 +255017,0,0,0,0,0 +255018,0,0,0,0,0 +255019,0,0,0,0,0 +255020,0,0,0,0,0 +255021,0,0,0,0,0 +255022,0,0,0,0,0 +255023,0,0,0,0,0 +255024,0,0,0,0,0 +255025,0,0,0,0,0 +255026,0,0,0,0,0 +255027,0,0,0,0,0 +255028,0,0,0,0,0 +255029,0,0,0,0,0 +255030,0,0,0,0,0 +255031,0,0,0,0,0 +255032,0,0,0,0,0 +255033,0,0,0,0,0 +255034,0,0,0,0,0 +255035,0,0,0,0,0 +255036,0,0,0,0,0 +255037,0,0,0,0,0 +255038,0,0,0,0,0 +255039,0,0,0,0,0 +255040,0,0,0,0,0 +255041,0,0,0,0,0 +255042,0,0,0,0,0 +255043,0,0,0,0,0 +255044,0,0,0,0,0 +255045,0,0,0,0,0 +255046,0,0,0,0,0 +255047,0,0,0,0,0 +255048,0,0,0,0,0 +255049,0,0,0,0,0 +255050,0,0,0,0,0 +255051,0,0,0,0,0 +255052,0,0,0,0,0 +255053,0,0,0,0,0 +255054,0,0,0,0,0 +255055,0,0,0,0,0 +255056,0,0,0,0,0 +255057,0,0,0,0,0 +255058,0,0,0,0,0 +255059,0,0,0,0,0 +255060,0,0,0,0,0 +255061,0,0,0,0,0 +255062,0,0,0,0,0 +255063,0,0,0,0,0 +255064,0,0,0,0,0 +255065,0,0,0,0,0 +255066,0,0,0,0,0 +255067,0,0,0,0,0 +255068,0,0,0,0,0 +255069,0,0,0,0,0 +255070,0,0,0,0,0 +255071,0,0,0,0,0 +255072,0,0,0,0,0 +255073,0,0,0,0,0 +255074,0,0,0,0,0 +255075,0,0,0,0,0 +255076,0,0,0,0,0 +255077,0,0,0,0,0 +255078,0,0,0,0,0 +255079,0,0,0,0,0 +255080,0,0,0,0,0 +255081,0,0,0,0,0 +255082,0,0,0,0,0 +255083,0,0,0,0,0 +255084,0,0,0,0,0 +255085,0,0,0,0,0 +255086,0,0,0,0,0 +255087,0,0,0,0,0 +255088,0,0,0,0,0 +255089,0,0,0,0,0 +255090,0,0,0,0,0 +255091,0,0,0,0,0 +255092,0,0,0,0,0 +255093,0,0,0,0,0 +255094,0,0,0,0,0 +255095,0,0,0,0,0 +255096,0,0,0,0,0 +255097,0,0,0,0,0 +255098,0,0,0,0,0 +255099,0,0,0,0,0 +255100,0,0,0,0,0 +255101,0,0,0,0,0 +255102,0,0,0,0,0 +255103,0,0,0,0,0 +255104,0,0,0,0,0 +255105,0,0,0,0,0 +255106,0,0,0,0,0 +255107,0,0,0,0,0 +255108,0,0,0,0,0 +255109,0,0,0,0,0 +255110,0,0,0,0,0 +255111,0,0,0,0,0 +255112,0,0,0,0,0 +255113,0,0,0,0,0 +255114,0,0,0,0,0 +255115,0,0,0,0,0 +255116,0,0,0,0,0 +255117,0,0,0,0,0 +255118,0,0,0,0,0 +255119,0,0,0,0,0 +255120,0,0,0,0,0 +255121,0,0,0,0,0 +255122,0,0,0,0,0 +255123,0,0,0,0,0 +255124,0,0,0,0,0 +255125,0,0,0,0,0 +255126,0,0,0,0,0 +255127,0,0,0,0,0 +255128,0,0,0,0,0 +255129,0,0,0,0,0 +255130,0,0,0,0,0 +255131,0,0,0,0,0 +255132,0,0,0,0,0 +255133,0,0,0,0,0 +255134,0,0,0,0,0 +255135,0,0,0,0,0 +255136,0,0,0,0,0 +255137,0,0,0,0,0 +255138,0,0,0,0,0 +255139,0,0,0,0,0 +255140,0,0,0,0,0 +255141,0,0,0,0,0 +255142,0,0,0,0,0 +255143,0,0,0,0,0 +255144,0,0,0,0,0 +255145,0,0,0,0,0 +255146,0,0,0,0,0 +255147,0,0,0,0,0 +255148,0,0,0,0,0 +255149,0,0,0,0,0 +255150,0,0,0,0,0 +255151,0,0,0,0,0 +255152,0,0,0,0,0 +255153,0,0,0,0,0 +255154,0,0,0,0,0 +255155,0,0,0,0,0 +255156,0,0,0,0,0 +255157,0,0,0,0,0 +255158,0,0,0,0,0 +255159,0,0,0,0,0 +255160,0,0,0,0,0 +255161,0,0,0,0,0 +255162,0,0,0,0,0 +255163,0,0,0,0,0 +255164,0,0,0,0,0 +255165,0,0,0,0,0 +255166,0,0,0,0,0 +255167,0,0,0,0,0 +255168,0,0,0,0,0 +255169,0,0,0,0,0 +255170,0,0,0,0,0 +255171,0,0,0,0,0 +255172,0,0,0,0,0 +255173,0,0,0,0,0 +255174,0,0,0,0,0 +255175,0,0,0,0,0 +255176,0,0,0,0,0 +255177,0,0,0,0,0 +255178,0,0,0,0,0 +255179,0,0,0,0,0 +255180,0,0,0,0,0 +255181,0,0,0,0,0 +255182,0,0,0,0,0 +255183,0,0,0,0,0 +255184,0,0,0,0,0 +255185,0,0,0,0,0 +255186,0,0,0,0,0 +255187,0,0,0,0,0 +255188,0,0,0,0,0 +255189,0,0,0,0,0 +255190,0,0,0,0,0 +255191,0,0,0,0,0 +255192,0,0,0,0,0 +255193,0,0,0,0,0 +255194,0,0,0,0,0 +255195,0,0,0,0,0 +255196,0,0,0,0,0 +255197,0,0,0,0,0 +255198,0,0,0,0,0 +255199,0,0,0,0,0 +255200,0,0,0,0,0 +255201,0,0,0,0,0 +255202,0,0,0,0,0 +255203,0,0,0,0,0 +255204,0,0,0,0,0 +255205,0,0,0,0,0 +255206,0,0,0,0,0 +255207,0,0,0,0,0 +255208,0,0,0,0,0 +255209,0,0,0,0,0 +255210,0,0,0,0,0 +255211,0,0,0,0,0 +255212,0,0,0,0,0 +255213,0,0,0,0,0 +255214,0,0,0,0,0 +255215,0,0,0,0,0 +255216,0,0,0,0,0 +255217,0,0,0,0,0 +255218,0,0,0,0,0 +255219,0,0,0,0,0 +255220,0,0,0,0,0 +255221,0,0,0,0,0 +255222,0,0,0,0,0 +255223,0,0,0,0,0 +255224,0,0,0,0,0 +255225,0,0,0,0,0 +255226,0,0,0,0,0 +255227,0,0,0,0,0 +255228,0,0,0,0,0 +255229,0,0,0,0,0 +255230,0,0,0,0,0 +255231,0,0,0,0,0 +255232,0,0,0,0,0 +255233,0,0,0,0,0 +255234,0,0,0,0,0 +255235,0,0,0,0,0 +255236,0,0,0,0,0 +255237,0,0,0,0,0 +255238,0,0,0,0,0 +255239,0,0,0,0,0 +255240,0,0,0,0,0 +255241,0,0,0,0,0 +255242,0,0,0,0,0 +255243,0,0,0,0,0 +255244,0,0,0,0,0 +255245,0,0,0,0,0 +255246,0,0,0,0,0 +255247,0,0,0,0,0 +255248,0,0,0,0,0 +255249,0,0,0,0,0 +255250,0,0,0,0,0 +255251,0,0,0,0,0 +255252,0,0,0,0,0 +255253,0,0,0,0,0 +255254,0,0,0,0,0 +255255,0,0,0,0,0 +255256,0,0,0,0,0 +255257,0,0,0,0,0 +255258,0,0,0,0,0 +255259,0,0,0,0,0 +255260,0,0,0,0,0 +255261,0,0,0,0,0 +255262,0,0,0,0,0 +255263,0,0,0,0,0 +255264,0,0,0,0,0 +255265,0,0,0,0,0 +255266,0,0,0,0,0 +255267,0,0,0,0,0 +255268,0,0,0,0,0 +255269,0,0,0,0,0 +255270,0,0,0,0,0 +255271,0,0,0,0,0 +255272,0,0,0,0,0 +255273,0,0,0,0,0 +255274,0,0,0,0,0 +255275,0,0,0,0,0 +255276,0,0,0,0,0 +255277,0,0,0,0,0 +255278,0,0,0,0,0 +255279,0,0,0,0,0 +255280,0,0,0,0,0 +255281,0,0,0,0,0 +255282,0,0,0,0,0 +255283,0,0,0,0,0 +255284,0,0,0,0,0 +255285,0,0,0,0,0 +255286,0,0,0,0,0 +255287,0,0,0,0,0 +255288,0,0,0,0,0 +255289,0,0,0,0,0 +255290,0,0,0,0,0 +255291,0,0,0,0,0 +255292,0,0,0,0,0 +255293,0,0,0,0,0 +255294,0,0,0,0,0 +255295,0,0,0,0,0 +255296,0,0,0,0,0 +255297,0,0,0,0,0 +255298,0,0,0,0,0 +255299,0,0,0,0,0 +255300,0,0,0,0,0 +255301,67.63697356,3804.163819,3267.282586,38.3749924,-288.0677306 +255302,333.5458011,1449.390648,3389.478549,159.2183097,202.0420171 +255303,324.2118218,171.5457843,3157.978167,154.7406056,195.845709 +255304,312.1342587,154.2462883,2928.297903,148.9871718,184.7229089 +255305,300.228795,961.9328815,2740.539223,143.3878602,172.1808075 +255306,289.599743,595.7531314,1702.161219,138.4632438,160.0709275 +255307,280.3021462,604.4690033,1308.378291,134.2171312,148.8775708 +255308,272.0825626,627.7069768,1746.423842,130.5103525,138.5263982 +255309,264.7053633,633.0848077,1552.468438,127.2111678,128.8376466 +255310,258.0053514,637.9025061,1551.542032,124.2367843,119.6733118 +255311,251.8831063,643.1002787,1555.15534,121.5308733,110.9562004 +255312,246.2605508,648.4780112,1559.445166,119.0576195,102.6442669 +255313,241.0788728,654.033126,1564.262051,116.784915,94.70239381 +255314,236.2781025,659.7452569,1569.522144,114.6841731,87.09728565 +255315,231.8136782,665.599266,1575.219776,112.7309732,79.79735797 +255316,227.6431963,671.3110216,1581.076685,110.9048763,72.77333704 +255317,223.7292493,677.852096,1587.31875,109.1888675,65.99870612 +255318,220.0402082,683.857302,1594.003431,107.5687357,59.44965583 +255319,216.5495314,690.5615001,1600.667718,106.0325821,53.1049744 +255320,213.234837,696.5554719,1607.806272,104.5705192,46.94494612 +255321,210.076997,703.3260704,1614.823126,103.1741387,40.95315348 +255322,207.0595266,709.882177,1622.381711,101.8363031,35.11502332 +255323,204.1682498,716.558996,1629.955264,100.5509936,29.41746483 +255324,201.3909465,723.3910096,1637.589219,99.31311908,23.84868644 +255325,198.7171097,730.2353593,1645.521035,98.11837504,18.39820675 +255326,196.137646,737.1477863,1653.518418,96.96308814,13.05665751 +255327,193.6447182,744.2088997,1661.660994,95.8441333,7.815775329 +255328,191.2314826,750.9515256,1669.988327,94.75880879,2.668130546 +255329,188.8920265,758.5855976,1678.157685,93.70480473,-2.392808611 +255330,186.6211602,765.6007519,1686.789304,92.68010741,-7.372919458 +255331,184.4143598,772.2796917,1693.997364,91.68297312,-12.27740609 +255332,182.2601011,778.9797122,1700.967813,90.70703239,-17.11097217 +255333,180.1499028,785.561804,1707.992801,89.74777426,-21.87783964 +255334,178.0794098,792.2772747,1715.22294,88.80326354,-26.58185863 +255335,176.0465927,798.8853861,1722.072898,87.87297102,-31.2264586 +255336,174.0502073,805.6356436,1740.389339,86.95678566,-35.81475733 +255337,172.0891565,812.2766997,1723.63819,86.05460465,-40.34957736 +255338,170.1623439,819.0263714,1745.003627,85.16624908,-44.83348911 +255339,168.2687015,833.2612307,1767.854556,84.29149052,-49.2688272 +255340,166.5651039,841.2450299,1775.712822,83.49103937,-53.65743781 +255341,164.9956106,848.7704136,1784.691815,82.74278682,-58.00085365 +255342,163.4807256,856.2836916,1792.905244,82.01560712,-62.30075721 +255343,161.9789013,863.6164401,1801.161186,81.29338086,-66.5588516 +255344,160.4790598,871.0194386,1808.91571,80.57202241,-70.77684074 +255345,158.9828126,878.4109772,1816.944744,79.85244171,-74.95622966 +255346,157.4940679,885.702016,1824.57672,79.13641332,-79.09835184 +255347,156.0157138,893.1190753,1845.198014,78.42525772,-83.20437153 +255348,154.5494478,900.3923129,1821.639563,77.71977874,-87.27533846 +255349,153.0963135,911.720196,1855.57755,77.02048482,-91.31220869 +255350,151.6570381,921.3583848,1853.73702,76.32772752,-95.31594964 +255351,150.2322318,931.2682188,1865.637037,75.64178873,-99.28745639 +255352,148.8223777,941.0859803,1875.721809,74.96287885,-103.2276413 +255353,147.4278724,950.7960792,1902.901614,74.29115864,-107.1373611 +255354,146.0489862,960.6271097,1871.185908,73.62672487,-111.017502 +255355,144.6859247,970.2877374,1927.972099,72.96964042,-114.8688816 +255356,143.3387656,980.0369578,1897.654,72.3199076,-118.6923934 +255357,142.0075722,989.772232,1932.44354,71.67752071,-122.4888181 +255358,140.6923265,999.3835161,1940.61776,71.04243688,-126.2589706 +255359,139.3929907,1009.124596,1947.204195,70.41460428,-130.0035989 +255360,138.1094689,1018.199939,1936.64331,69.79394545,-133.7234725 +255361,-8.382729478,1367.280687,2023.371189,355.7299815,-658.3546862 +255362,1750.989309,1502.700753,1911.398789,612.1200385,-712.2196269 +255363,989.9228393,1512.050842,1928.486495,522.8333864,-594.3270466 +255364,1139.528792,1498.644269,2016.414917,540.215647,-468.2184763 +255365,1181.741038,1527.925849,2101.103399,556.5438222,-358.6902843 +255366,1201.14829,1544.799227,2175.933486,565.7934826,-267.7412773 +255367,1218.061883,1558.704972,2234.412108,573.683886,-199.2531103 +255368,1233.310605,1572.6064,2264.045907,580.7734539,171.2841804 +255369,1453.113202,1680.812239,2452.453032,680.5225503,1836.176008 +255370,971.1105634,1475.51267,2263.22105,463.7235962,78.55799661 +255371,1653.412396,1772.533747,2463.681284,759.9382204,1586.055266 +255372,934.2346384,1489.642094,2262.036153,464.0636893,313.4373106 +255373,1679.296665,1803.401661,2461.562031,775.3079009,1625.004593 +255374,994.4057633,1516.68103,2257.701412,477.3693575,376.8899501 +255375,1693.100701,1832.600713,2459.740989,789.9775792,1653.881756 +255376,1025.968827,1543.773326,2255.173186,490.4661004,415.2874636 +255377,1722.958628,1861.036421,2458.915796,803.9392296,1693.052225 +255378,1053.379527,1570.987637,2253.299549,503.133132,449.0340789 +255379,1751.424738,1889.113879,2458.962056,817.7149344,1742.843051 +255380,1079.467351,1595.364918,2252.93986,515.2957459,459.6630348 +255381,1779.927166,1922.232782,2462.060522,831.1977589,1787.08478 +255382,1102.306707,1610.969461,2255.802405,525.982438,486.4603197 +255383,1810.907919,1961.434292,2469.60316,845.8537481,1825.208506 +255384,1333.668544,1724.66189,2473.202692,631.5549628,882.1019994 +255385,1526.65114,1863.406634,2471.197187,718.5435794,1269.495044 +255386,1507.706408,1798.67282,2467.158216,710.3275214,1210.745189 +255387,1519.417762,1860.102278,2464.155428,715.8516141,1226.004783 +255388,1531.609711,1853.717427,2463.316105,721.5245675,1239.409975 +255389,1543.275263,1869.328368,2463.969329,727.1397206,1252.201861 +255390,1555.40758,1890.376389,2465.768816,732.6431236,1265.180652 +255391,1566.431665,1894.881485,2467.931905,738.123569,1277.491069 +255392,1577.817426,1886.945672,2470.594853,743.41173,1289.501898 +255393,1588.686816,1939.597335,2473.42121,748.6716552,1310.67379 +255394,1599.619016,1899.355046,2476.076539,753.8476032,1313.927924 +255395,1610.136179,1955.980223,2479.46543,758.9029019,1308.764556 +255396,1620.652043,1934.584819,2483.078594,764.0692631,1345.136723 +255397,1631.312858,1954.912845,2486.892051,768.9229122,1344.190469 +255398,1641.319445,1962.214987,2490.684397,773.8187078,1357.133903 +255399,1651.544847,1971.191442,2496.636946,778.7289571,1367.880439 +255400,1661.516448,1979.873562,2501.352428,783.4663135,1377.944638 +255401,1671.483808,1988.414502,2503.722176,788.1885487,1388.233212 +255402,1680.936546,1997.000541,2506.780571,792.7830855,1397.75436 +255403,1690.803007,2005.271637,2510.000924,797.3366577,1407.794035 +255404,1700.312013,2013.40343,2513.215395,802.0024738,1417.035362 +255405,1709.519286,2021.301738,2518.149877,806.3191588,1434.434123 +255406,1718.865152,2029.270198,2520.112929,810.8502345,1435.77722 +255407,1727.997333,2036.78977,2522.779122,815.2231257,1431.516938 +255408,1737.037755,2044.585613,2527.114263,819.4255931,1461.054528 +255409,1745.970429,2051.587068,2528.52671,823.7296414,1460.029673 +255410,1754.799957,2065.901385,2530.624466,827.9785054,1470.391711 +255411,1763.5355,2056.688032,2534.465842,832.1072145,1496.191134 +255412,1772.167568,2083.790974,2535.463194,836.1681788,1460.204229 +255413,1780.708646,2077.115858,2537.683899,840.3186906,1521.046215 +255414,1789.155219,2087.599376,2540.091936,844.2316976,1493.130289 +255415,1797.632523,2094.210184,2542.31541,848.2390903,1513.132618 +255416,1807.322069,2100.383776,2544.792488,852.1511004,1518.868829 +255417,1820.708737,2106.689602,2547.469904,856.0860566,1526.206866 +255418,1817.053036,2112.984876,2550.157979,859.8304145,1533.429251 +255419,1851.793442,2118.973027,2552.771269,863.7234383,1540.823606 +255420,1802.38927,2124.986973,2555.407344,867.3749229,1553.304734 +255421,2275.415355,2297.820434,2569.133286,1039.490921,1830.403222 +255422,2211.115645,2312.451264,2613.905307,1044.883224,1875.415529 +255423,2294.168398,2309.321987,2662.525978,1049.57506,1924.560071 +255424,2242.272883,2323.996501,2702.327449,1054.119389,1965.748838 +255425,2272.317917,2327.699508,2730.941704,1058.218706,1996.760209 +255426,2304.669775,2333.229713,2750.615124,1062.570202,2019.290078 +255427,2261.678196,2339.354161,2763.909704,1066.619342,2035.928216 +255428,2331.877695,2344.98428,2773.347099,1070.66713,2048.741064 +255429,2278.061623,2350.419512,2780.355431,1074.640275,2059.029095 +255430,2341.396157,2355.793104,2785.757856,1078.623976,2067.578629 +255431,2303.064055,2360.991524,2790.034595,1082.379206,2074.8716 +255432,2364.217362,2366.181815,2793.554342,1086.237643,2081.302393 +255433,2303.111342,2371.0654,2796.519871,1089.987277,2087.086634 +255434,2387.424114,2376.253399,2801.012871,1093.70221,2094.721241 +255435,2336.516148,2380.305667,2802.418468,1097.297109,2098.85168 +255436,2373.49556,2385.647547,2805.642354,1101.031495,2104.952857 +255437,2368.987778,2389.813295,2807.791142,1104.563129,2109.75176 +255438,2379.60933,2394.280546,2809.532657,1108.189131,2114.057077 +255439,2386.071425,2398.25214,2809.417454,1111.581913,2116.114405 +255440,2393.497614,2409.044438,2810.414072,1115.098918,2119.492455 +255441,2400.513076,2398.468302,2811.628046,1118.512177,2123.12345 +255442,2407.533928,2419.009772,2812.909487,1121.899394,2126.846681 +255443,2414.594654,2413.942854,2816.03602,1125.251041,2132.828514 +255444,2421.344574,2417.84249,2816.228368,1128.563336,2135.313863 +255445,2428.055506,2422.600989,2816.833192,1131.843527,2138.331439 +255446,2435.101614,2425.841205,2817.591253,1135.087156,2141.550713 +255447,2441.646578,2429.325425,2818.359202,1138.371051,2144.800411 +255448,2448.260298,2432.459712,2819.052308,1141.435329,2147.990316 +255449,2454.921199,2435.515637,2819.649598,1144.630907,2151.095353 +255450,2461.366378,2438.629038,2820.152681,1147.654198,2154.122598 +255451,2467.546413,2442.647425,2820.571842,1150.731687,2157.080587 +255452,2474.114087,2445.16532,2820.906093,1153.590967,2159.960481 +255453,2480.233975,2448.690113,2821.164179,1156.474276,2162.769507 +255454,2486.421181,2452.057049,2821.362922,1159.309403,2165.529172 +255455,2492.476503,2455.149595,2821.496498,1162.108896,2168.235716 +255456,2498.607766,2458.016051,2821.555027,1164.874615,2170.880567 +255457,2504.521222,2461.350721,2821.543036,1167.607458,2173.471807 +255458,2510.348614,2464.156001,2821.459322,1170.308516,2176.009776 +255459,2524.755843,2473.492497,2821.547158,1172.97851,2178.79157 +255460,2510.170183,2462.07854,2821.306363,1175.694705,2181.212787 +255461,2543.231928,2476.716961,2820.882256,1181.517394,2183.448355 +255462,2531.667337,2461.593092,2820.328476,1184.638243,2185.643834 +255463,2542.855723,2480.331272,2819.57017,1187.446307,2187.668188 +255464,2548.033339,2466.37253,2818.727029,1190.183574,2189.619111 +255465,2553.832234,2484.529504,2819.628082,1192.863012,2193.702864 +255466,2559.089098,2469.686366,2817.764636,1195.492094,2194.447101 +255467,2564.842327,2488.415304,2816.506815,1198.084667,2195.936341 +255468,2570.27956,2474.906632,2815.426846,1200.638877,2197.651063 +255469,2575.758529,2491.358099,2814.424558,1203.159517,2199.472605 +255470,2581.23833,2485.449827,2813.528827,1205.648104,2201.650678 +255471,2586.550784,2487.507417,2812.518558,1208.105745,2203.498773 +255472,2591.669413,2490.043296,2811.390633,1210.533864,2205.232509 +255473,2597.313072,2491.572484,2810.248491,1212.93346,2206.976485 +255474,2602.381692,2492.959115,2809.061079,1215.304307,2208.698125 +255475,2607.675999,2494.411729,2807.810424,1217.649795,2210.371303 +255476,2612.776945,2495.814585,2806.496978,1219.968633,2212.000085 +255477,2617.940483,2497.127439,2805.129343,1222.262336,2213.589666 +255478,2623.10247,2498.362635,2803.70701,1224.531556,2215.142984 +255479,2628.066833,2499.490917,2802.232879,1226.776909,2216.658404 +255480,2632.954914,2500.618745,2800.705325,1228.999111,2218.137786 +255481,2645.161644,2503.966781,2796.261183,1234.334355,2214.236933 +255482,2660.723102,2506.542337,2792.784775,1237.498826,2211.604385 +255483,2656.913985,2508.194833,2789.962825,1240.453556,2209.821366 +255484,2667.027099,2509.491057,2787.276418,1243.329575,2208.247699 +255485,2674.243942,2510.927049,2784.672683,1246.147099,2207.01476 +255486,2680.372245,2512.159944,2782.119826,1249.001749,2205.670091 +255487,2686.661858,2513.371745,2779.541636,1251.620111,2204.346104 +255488,2693.110267,2514.389048,2776.935509,1254.390273,2203.040204 +255489,2699.900373,2515.381923,2774.317517,1257.066134,2201.939311 +255490,2713.516322,2516.352559,2771.820015,1259.732462,2200.772161 +255491,2702.703357,2517.39945,2769.163759,1262.378792,2199.587684 +255492,2728.460244,2517.801662,2766.442744,1265.006296,2197.942041 +255493,2723.553127,2518.506058,2763.84564,1267.615757,2196.922765 +255494,2731.126909,2519.221909,2761.133033,1270.207677,2195.863 +255495,2737.984093,2519.838891,2758.336731,1272.700481,2194.580142 +255496,2751.379948,2520.09527,2755.69602,1275.381177,2193.502235 +255497,2749.092407,2520.299195,2754.718569,1277.863779,2194.459534 +255498,2755.47331,2520.522048,2750.877339,1281.249815,2192.17375 +255499,2762.928833,2521.045171,2747.555964,1285.249554,2190.326346 +255500,2776.482163,2520.91605,2744.636263,1284.254371,2188.960175 +255501,2773.897629,2521.09179,2741.827689,1294.728805,2187.728023 +255502,2779.480605,2521.213162,2738.857373,1280.668888,2186.303615 +255503,2794.732451,2521.456991,2737.646072,1295.394029,2187.049866 +255504,2792.087994,2520.47319,2733.859104,1295.568396,2184.657143 +255505,2796.702792,2520.502044,2730.449409,1297.300721,2182.730055 +255506,2810.454268,2520.920799,2728.941247,1300.117742,2183.132803 +255507,2810.749487,2520.098203,2726.636025,1302.621326,2182.774151 +255508,2817.551569,2518.929479,2722.236525,1304.891917,2179.642944 +255509,2819.597368,2519.173495,2720.189171,1307.346722,2179.39449 +255510,2822.233138,2518.311957,2717.331648,1309.707585,2178.14111 +255511,2819.083196,2501.826664,2712.059852,1312.831952,2173.902325 +255512,2817.841335,2505.885269,2708.493095,1315.245748,2172.048288 +255513,2815.571773,2501.171767,2703.940533,1317.561958,2169.161309 +255514,2810.687313,2497.924552,2697.370571,1319.849378,2163.809206 +255515,2807.527572,2496.064788,2691.60506,1322.199297,2159.374444 +255516,2805.341677,2493.589719,2686.224708,1324.232057,2155.320592 +255517,2803.779893,2490.988014,2681.076969,1326.64874,2151.481755 +255518,2805.213906,2488.747395,2677.750914,1328.787503,2149.852021 +255519,2805.426444,2485.832002,2673.588701,1330.993429,2147.17836 +255520,2802.56897,2482.725175,2667.419201,1333.173207,2142.012619 +255521,2800.973451,2480.195848,2662.012634,1335.425354,2137.754774 +255522,2802.542662,2477.698707,2658.597481,1337.448719,2135.922858 +255523,2802.956893,2474.41441,2654.43002,1339.645841,2133.147383 +255524,2800.308096,2471.076062,2648.295127,1341.755438,2127.926561 +255525,2798.906625,2468.269454,2642.94404,1343.869208,2123.642065 +255526,2800.646322,2465.496034,2639.594678,1345.969663,2121.800409 +255527,2798.582492,2461.5725,2633.807829,1348.142706,2116.924836 +255528,2797.517845,2458.6111,2628.665103,1350.085284,2112.82097 +255529,2796.836955,2455.240253,2623.765858,1352.126535,2108.986848 +255530,2796.361878,2451.795907,2619.002111,1354.300645,2105.292195 +255531,2795.99399,2448.310869,2614.318607,1356.281307,2101.672917 +255532,2795.674626,2444.761571,2609.68319,1360.353546,2098.090976 +255533,2795.374378,2441.143792,2605.079645,1362.425838,2094.525624 +255534,2795.086249,2437.461837,2600.504477,1364.446894,2090.970594 +255535,2794.804375,2433.71583,2595.954348,1367.523803,2087.419497 +255536,2794.528186,2429.906849,2591.42932,1367.607779,2083.870301 +255537,2794.243452,2426.047682,2586.920816,1375.625839,2080.310471 +255538,2796.613588,2422.485158,2584.144156,1360.381897,2078.870542 +255539,2795.184527,2417.844325,2578.789305,1366.579961,2074.211939 +255540,2794.247579,2414.056101,2573.971331,1379.716708,2070.180596 +255541,2798.58194,2356.610495,2573.878399,1320.539083,2074.095447 +255542,2789.5904,2349.788396,2565.119313,1322.719744,2065.57386 +255543,2777.517011,2344.630797,2554.382358,1323.40643,2053.468945 +255544,2767.469037,2339.243597,2544.516944,1324.185048,2041.97801 +255545,2760.478792,2333.706926,2536.410272,1326.444914,2032.596699 +255546,2756.093225,2328.267777,2529.868818,1325.768424,2025.259656 +255547,2753.417359,2322.787309,2524.404084,1330.609347,2019.435959 +255548,2751.749868,2317.368805,2519.628414,1321.361383,2014.661485 +255549,2750.605411,2311.553114,2515.256619,1349.493129,2010.583354 +255550,2749.833797,2305.958972,2511.202506,1301.655745,2007.076212 +255551,2749.327063,2300.286017,2507.392752,1343.482102,2004.035098 +255552,2751.52943,2294.778881,2505.39607,1346.338279,2003.388629 +255553,2749.750232,2288.605638,2500.930705,1305.464115,1999.817632 +255554,2748.79226,2275.625325,2497.053319,1345.829432,1997.074035 +255555,2748.275185,2286.692608,2493.502389,1331.16783,1994.805061 +255556,2747.953361,2260.165778,2490.120179,1334.709722,1992.802217 +255557,2747.587075,2267.671727,2486.757478,1335.672,1990.871809 +255558,2747.408259,2258.239251,2483.565335,1336.541812,1989.1911 +255559,2747.313319,2251.80959,2480.478765,1337.418157,1987.669577 +255560,2747.198447,2246.116044,2477.431893,1338.195901,1986.215815 +255561,2747.107421,2239.902868,2474.452282,1339.20252,1984.85416 +255562,2747.029826,2233.641645,2471.532576,1339.999392,1983.566399 +255563,2746.95684,2227.493419,2468.645744,1340.966687,1982.336931 +255564,2746.887302,2221.181618,2465.811,1341.680497,1981.157387 +255565,2746.818384,2214.869699,2463.042942,1342.598717,1980.018764 +255566,2746.746176,2208.678513,2460.341315,1343.431267,1978.912122 +255567,2746.665409,2202.07927,2457.696329,1344.273382,1977.828361 +255568,2746.577741,2195.673985,2455.100377,1345.111939,1976.764688 +255569,2746.491188,2189.290272,2452.550915,1345.946534,1975.724061 +255570,2746.407409,2182.756284,2450.043129,1346.777056,1974.705122 +255571,2746.32464,2176.294473,2447.571511,1347.64766,1973.704364 +255572,2746.251094,2169.907907,2445.139328,1348.523319,1972.722183 +255573,2746.190823,2163.389361,2442.747438,1349.399741,1971.757514 +255574,2746.142617,2156.952718,2440.393147,1350.275638,1970.807833 +255575,2746.102267,2150.598286,2438.071797,1351.245297,1969.869677 +255576,2746.061924,2143.815548,2435.776547,1351.9767,1968.937068 +255577,2746.013859,2137.343141,2433.50079,1356.528354,1968.003876 +255578,2745.984665,2130.811886,2431.260105,1348.455135,1967.091023 +255579,2745.934581,2124.18474,2429.027924,1373.426126,1966.166886 +255580,2745.89504,2117.52338,2426.815306,1330.933692,1965.233278 +255581,2745.774293,2110.965087,2424.543804,1367.824628,1964.163262 +255582,2745.613918,2104.274741,2422.304896,1374.707919,1963.176369 +255583,2745.279606,2097.77067,2419.894748,1328.641274,1961.83349 +255584,2745.134988,2090.90771,2417.697347,1372.944263,1960.855436 +255585,2745.205412,2084.19174,2415.728936,1356.948856,1960.264105 +255586,2745.244717,2077.59442,2413.711456,1360.401382,1959.522249 +255587,2745.107344,2063.079598,2411.57816,1361.575223,1958.588751 +255588,2744.256244,2074.851558,2408.735259,1362.300088,1956.32579 +255589,2743.787465,2044.883417,2406.394628,1363.199564,1955.0512 +255590,2742.832618,2054.379097,2403.592097,1364.114713,1952.924673 +255591,2742.511327,2042.375799,2401.424823,1364.848699,1951.917007 +255592,2741.752055,2036.070179,2398.765759,1365.73252,1949.929035 +255593,2741.549828,2029.504034,2396.732372,1369.800586,1949.111306 +255594,2742.546749,2022.797145,2395.776772,1362.691677,1950.095696 +255595,2741.550067,2015.979464,2392.767205,1387.44659,1947.243321 +255596,2741.171731,2009.204059,2390.619534,1343.59636,1946.164018 +255597,2742.33398,2002.489541,2389.887361,1382.015754,1947.48555 +255598,2741.143317,1995.733049,2386.712526,1368.085887,1944.236391 +255599,2738.343769,1988.955741,2382.318201,1371.706811,1939.120707 +255600,2735.830987,1982.392106,2378.433952,1372.369098,1934.919065 +255601,2731.296126,1846.081922,2372.820756,1264.239166,1928.069317 +255602,2710.841672,1879.467216,2356.547395,1262.683468,1904.842088 +255603,2684.12545,1831.792567,2335.83576,1261.955409,1873.965972 +255604,2664.75479,1832.753269,2320.950392,1261.386065,1851.744745 +255605,2649.365981,1834.878847,2307.236789,1261.178627,1828.922654 +255606,2639.967307,1833.462013,2297.836719,1261.022084,1812.300603 +255607,2632.47744,1795.093816,2289.055348,1260.949418,1795.951395 +255608,2623.603007,1826.031836,2278.632289,1260.938328,1776.5399 +255609,2616.257399,1797.292513,2269.979856,1260.979522,1760.762415 +255610,2615.909215,1782.886105,2267.9514,1261.059028,1756.808197 +255611,2619.960831,1798.714302,2269.26262,1261.161047,1757.995509 +255612,2617.54092,1759.07864,2263.760963,1261.283667,1746.59195 +255613,2610.868527,1782.50797,2255.134963,1261.449642,1730.800527 +255614,2604.892385,1754.371391,2247.928115,1261.63909,1718.278661 +255615,2606.04603,1758.304495,2247.615815,1261.852368,1718.404103 +255616,2605.152941,1747.647326,2244.384743,1262.069474,1712.440343 +255617,2605.669744,1741.410078,2242.788788,1262.325544,1709.814794 +255618,2604.094623,1734.406039,2239.027694,1262.58943,1703.257917 +255619,2604.283648,1744.300555,2237.331858,1262.882979,1700.841562 +255620,2602.439558,1696.733863,2233.447275,1263.18476,1694.330238 +255621,2595.658042,1746.98307,2225.151427,1263.508621,1680.413235 +255622,2589.401025,1673.748596,2218.104263,1263.858885,1669.59906 +255623,2592.046948,1728.417479,2219.61932,1264.322584,1673.857464 +255624,2591.91907,1672.25159,2217.215775,1264.545859,1670.244418 +255625,2585.249236,1696.447302,2208.857376,1265.007841,1656.273475 +255626,2587.83965,1679.14823,2210.352925,1265.428919,1660.699685 +255627,2587.661917,1674.82467,2207.944693,1265.842071,1656.948663 +255628,2589.47438,1668.551424,2207.83065,1266.300799,1657.933651 +255629,2597.316319,1662.389118,2213.20589,1266.770637,1668.082835 +255630,2594.930287,1656.275547,2207.92024,1267.232885,1658.327552 +255631,2585.770064,1650.203223,2197.576785,1271.218219,1641.144515 +255632,2586.830745,1644.216186,2198.11839,1262.974055,1644.420883 +255633,2594.911533,1638.166349,2204.045504,1277.102398,1655.745761 +255634,2601.161056,1632.483761,2207.157831,1259.745563,1660.903672 +255635,2604.767882,1647.928389,2207.920262,1277.894021,1662.289722 +255636,2606.753985,1590.47336,2207.508126,1263.169531,1661.704038 +255637,2600.128644,1630.000004,2199.116794,1280.837572,1647.167893 +255638,2588.22545,1609.563953,2186.96162,1259.675574,1627.30139 +255639,2577.659708,1604.337687,2176.933178,1276.800037,1612.1308 +255640,2578.970335,1595.606933,2178.203709,1271.207372,1616.799004 +255641,2577.113316,1600.54051,2174.700961,1272.767414,1611.405627 +255642,2578.179739,1582.186049,2174.361182,1273.409981,1612.076035 +255643,2587.293981,1589.045705,2181.300978,1274.007231,1625.149059 +255644,2583.713884,1582.003199,2174.885282,1274.59548,1613.417644 +255645,2582.246583,1578.990501,2172.282387,1275.236679,1610.092344 +255646,2578.083308,1575.548528,2166.86349,1275.954861,1601.443379 +255647,2577.689314,1572.171392,2165.50103,1276.464877,1600.430714 +255648,2574.11884,1568.868886,2160.581105,1277.178766,1592.543436 +255649,2574.401751,1565.671958,2159.845084,1277.842075,1592.598704 +255650,2571.16298,1562.551571,2155.159389,1283.965524,1585.018226 +255651,2559.09982,1559.53008,2142.294914,1277.421451,1563.591004 +255652,2561.880611,1556.631536,2145.197459,1289.960806,1571.434262 +255653,2560.829117,1553.78983,2142.342073,1261.38337,1566.776333 +255654,2563.246147,1550.768986,2143.365027,1299.905846,1569.618871 +255655,2561.110669,1548.263345,2139.445459,1280.682558,1563.030872 +255656,2548.53649,1545.775982,2126.104586,1269.016047,1540.34665 +255657,2552.223945,1543.667359,2130.035487,1296.933479,1550.103268 +255658,2567.413666,1541.333307,2142.888823,1277.21411,1573.349358 +255659,2563.893811,1539.253735,2135.844114,1289.834737,1559.130801 +255660,2548.261922,1536.83527,2119.620253,1296.186452,1531.230972 +255661,2552.183883,1661.177092,2123.912886,1397.934737,1541.556453 +255662,2584.594581,1612.466879,2148.767527,1399.445645,1583.274761 +255663,2604.100304,1654.076128,2157.727191,1404.487273,1593.675395 +255664,2609.249309,1652.125722,2155.968979,1412.198678,1589.775579 +255665,2628.202111,1615.521517,2171.828908,1401.444761,1621.078947 +255666,2637.610641,1648.428315,2177.326244,1420.80503,1632.413455 +255667,2631.509265,1633.733205,2169.330233,1411.783716,1620.996238 +255668,2625.797714,1635.259479,2163.980424,1418.00357,1616.434136 +255669,2621.194269,1633.931398,2159.653588,1420.702742,1613.462072 +255670,2635.826541,1632.942063,2173.990974,1423.764987,1643.709524 +255671,2641.985812,1631.796178,2177.113003,1426.341794,1650.631876 +255672,2632.571581,1630.704469,2166.014188,1428.90728,1632.834728 +255673,2645.56998,1629.672453,2179.067112,1432.814865,1660.984463 +255674,2650.345292,1628.577548,2181.104745,1435.366297,1664.877741 +255675,2638.779476,1632.209125,2167.897762,1438.017702,1642.492935 +255676,2650.19838,1619.651022,2179.458017,1442.208676,1667.261938 +255677,2677.270602,1628.79155,2203.825279,1445.564415,1711.096384 +255678,2697.180994,1623.824548,2218.555902,1448.797701,1735.276384 +255679,2688.780576,1623.467959,2206.19823,1451.290661,1711.349752 +255680,2686.430268,1622.565273,2203.773309,1455.37938,1708.799372 +255681,2682.428739,1621.594839,2199.01996,1458.653305,1701.071969 +255682,2686.505604,1620.670951,2202.689964,1467.193504,1708.881391 +255683,2706.096095,1619.762132,2220.544906,1459.59452,1741.091693 +255684,2700.254373,1618.802571,2211.02227,1476.652298,1721.507497 +255685,2680.271323,1617.923415,2190.979142,1470.622571,1686.279713 +255686,2666.548851,1617.069503,2179.215821,1476.476518,1668.022305 +255687,2657.188622,1616.423389,2170.952399,1480.53926,1655.306612 +255688,2672.087993,1615.064944,2186.172924,1486.085972,1684.648271 +255689,2676.836008,1614.676635,2187.619896,1488.314222,1685.440204 +255690,2663.548586,1621.714344,2172.488741,1496.058804,1657.551211 +255691,2654.483516,1602.392268,2164.077486,1494.582269,1644.302142 +255692,2648.822152,1615.608748,2158.511711,1504.079079,1635.6655 +255693,2645.019533,1610.909325,2154.32564,1502.893172,1629.140948 +255694,2642.39581,1610.036791,2150.995196,1511.499842,1623.949728 +255695,2640.735263,1614.004504,2148.369423,1515.416785,1619.860426 +255696,2665.039465,1601.902407,2171.608195,1514.236561,1663.311014 +255697,2675.249043,1610.970866,2177.190169,1526.692209,1669.94887 +255698,2688.320934,1606.322567,2187.285215,1522.891121,1687.204575 +255699,2717.776697,1607.498767,2213.457913,1534.14861,1732.871424 +255700,2738.114391,1603.428873,2228.305608,1533.415826,1755.512434 +255701,2726.692154,1605.500514,2212.959299,1543.308855,1724.563904 +255702,2723.390954,1603.645475,2210.018505,1543.250549,1720.198496 +255703,2718.727798,1603.045119,2204.733691,1547.471483,1710.455653 +255704,2701.531682,1602.282365,2187.339276,1557.413581,1679.13498 +255705,2690.240234,1604.62742,2177.462263,1556.788319,1663.188464 +255706,2682.507586,1603.066447,2170.451167,1553.458936,1651.924297 +255707,2676.156878,1605.178875,2164.483362,1549.369697,1642.41687 +255708,2696.145496,1584.518862,2184.737599,1556.340403,1680.659793 +255709,2730.114637,1609.72639,2214.62428,1573.296651,1732.176996 +255710,2753.512471,1591.781287,2231.355171,1587.366043,1757.447073 +255711,2770.831984,1599.07547,2244.050839,1598.128928,1776.772261 +255712,2757.320914,1596.203521,2226.635584,1594.350531,1741.988036 +255713,2751.864691,1595.881184,2221.927814,1591.646909,1734.566627 +255714,2770.52694,1612.633866,2240.34833,1600.985349,1768.030261 +255715,2760.527305,1568.859943,2227.046474,1599.635291,1740.705234 +255716,2734.667694,1606.310313,2201.775211,1588.403746,1695.836516 +255717,2716.537995,1590.625845,2186.909752,1579.306198,1672.50524 +255718,2702.785034,1592.570934,2175.80728,1573.135137,1655.359375 +255719,2716.823904,1592.052458,2191.503364,1580.130253,1686.53595 +255720,2718.761991,1591.386147,2190.802713,1584.524146,1683.789106 +255721,2701.401033,1613.41581,2172.416427,1578.980343,1650.653702 +255722,2715.669313,1614.250102,2187.365629,1586.985039,1680.822754 +255723,2721.886811,1614.393684,2189.754304,1594.151085,1684.038999 +255724,2733.074297,1614.508281,2198.506696,1602.520166,1700.275836 +255725,2735.404005,1614.478858,2197.930637,1607.028514,1698.852854 +255726,2719.167604,1633.282267,2180.575619,1601.829461,1668.494385 +255727,2732.50493,1586.539152,2195.454012,1608.370729,1699.27655 +255728,2736.177924,1633.665873,2196.578899,1613.378915,1700.820742 +255729,2744.881246,1601.948167,2204.086237,1619.839174,1715.305217 +255730,2745.46944,1618.195946,2202.356969,1623.087465,1712.025253 +255731,2727.578735,1612.776432,2183.879631,1617.118347,1679.658657 +255732,2741.812369,1613.385021,2200.594355,1624.133723,1714.030048 +255733,2777.141279,1622.477648,2233.409515,1643.874791,1772.884982 +255734,2801.848448,1616.708692,2251.563239,1660.917781,1801.415078 +255735,2786.494738,1607.913207,2232.224564,1659.146087,1762.999186 +255736,2782.653156,1602.302814,2229.635028,1658.472034,1760.549221 +255737,2805.981003,1619.739246,2252.641746,1671.173952,1803.01545 +255738,2823.941881,1614.823667,2265.954839,1684.058127,1823.805942 +255739,2807.838242,1607.199141,2246.477768,1681.041399,1785.811852 +255740,2778.710777,1610.73739,2219.028094,1668.765477,1738.295408 +255741,2759.64962,1621.967504,2204.023472,1659.882726,1715.633012 +255742,2746.406568,1598.457062,2193.53317,1654.641506,1700.233502 +255743,2736.231802,1633.999907,2184.918297,1651.370427,1687.767171 +255744,2754.924688,1581.924116,2205.042582,1661.665564,1727.501752 +255745,2789.180355,1630.252244,2236.120444,1682.37823,1782.402013 +255746,2782.581039,1596.774208,2224.151929,1686.091982,1756.513776 +255747,2781.906055,1614.392426,2223.33936,1688.361206,1756.362599 +255748,2805.546868,1611.709319,2245.708157,1702.100244,1797.268922 +255749,2797.18312,1603.696292,2233.235583,1703.422343,1771.655995 +255750,2795.875319,1627.646249,2232.169756,1704.966683,1771.160966 +255751,2790.774086,1583.461467,2226.466561,1705.524254,1761.248246 +255752,2796.038211,1619.965092,2232.040097,1710.255853,1772.817754 +255753,2793.082293,1619.48612,2227.795824,1712.544805,1764.854662 +255754,2797.760438,1586.714836,2232.406736,1717.460756,1774.326011 +255755,2794.527381,1620.754429,2227.871261,1719.73297,1765.847619 +255756,2799.074036,1609.335316,2232.374675,1724.631699,1775.151493 +255757,2826.490572,1595.900253,2258.572581,1740.825225,1822.635367 +255758,2848.988066,1612.6185,2276.219837,1756.911026,1851.11734 +255759,2832.632763,1605.138656,2255.710348,1755.010414,1810.531913 +255760,2799.891282,1616.138073,2224.38449,1741.844529,1755.68769 +255761,2804.997733,1591.561354,2233.743329,1744.151338,1777.618869 +255762,2803.159081,1612.939852,2230.817381,1747.190591,1771.967854 +255763,2808.334158,1618.451296,2235.978208,1752.797343,1782.316321 +255764,2835.712063,1600.630873,2262.082275,1769.342407,1829.582965 +255765,2857.727358,1597.949116,2279.509812,1785.58997,1857.728299 +255766,2841.487721,1603.847359,2258.83633,1783.799334,1816.932163 +255767,2808.177387,1621.953361,2227.319366,1770.660863,1761.843292 +255768,2787.449613,1581.585504,2210.863362,1761.360738,1736.91017 +255769,2773.216784,1630.985669,2199.766682,1756.335352,1720.566141 +255770,2787.837403,1587.718371,2216.310202,1765.226106,1753.825333 +255771,2790.702579,1619.839982,2216.589947,1771.791038,1753.317933 +255772,2772.118227,1581.893198,2197.374614,1767.527402,1719.111571 +255773,2785.884153,1630.079568,2212.381441,1775.379945,1750.101522 +255774,2817.646997,1582.393221,2242.285308,1795.239231,1803.50099 +255775,2845.018005,1603.70364,2264.413616,1814.608487,1840.084012 +255776,2862.805619,1620.786305,2276.85371,1829.011903,1858.948827 +255777,2871.877952,1585.873384,2281.947932,1838.642098,1865.226855 +255778,2851.411218,1604.061626,2258.780741,1833.557303,1821.397448 +255779,2844.008159,1608.62306,2254.036179,1831.692302,1815.544417 +255780,2862.029491,1590.592582,2272.279313,1842.933696,1849.367877 +255781,2878.988943,1573.02686,2285.811557,1855.957614,1871.411932 +255782,2858.099746,1566.058833,2263.13001,1851.054756,1828.909076 +255783,2843.83198,1566.609345,2252.225164,1845.846424,1812.686967 +255784,2856.101184,1566.188849,2266.608671,1854.038844,1840.794617 +255785,2838.933109,1565.343272,2247.046074,1851.732813,1802.91969 +255786,2806.069601,1564.896129,2215.764879,1839.56168,1747.762532 +255787,2783.764685,1583.464023,2197.490097,1830.56773,1718.80477 +255788,2791.895408,1535.4752,2208.69713,1836.642929,1742.348224 +255789,2818.870885,1600.801048,2233.42511,1854.243226,1786.064949 +255790,2841.567419,1524.703027,2251.382976,1871.515737,1815.061573 +255791,2855.665341,1577.95775,2260.918468,1884.626754,1828.712704 +255792,2865.001232,1558.398492,2266.964504,1894.433683,1837.09922 +255793,2873.998288,1576.725125,2273.199348,1903.229753,1846.476426 +255794,2880.586667,1536.209972,2277.371754,1911.039375,1852.00212 +255795,2885.372409,1582.540697,2280.120099,1917.852348,1855.216382 +255796,2861.85775,1539.726031,2255.059255,1911.743781,1808.314477 +255797,2826.830808,1566.585929,2222.909436,1897.379324,1752.926439 +255798,2825.206081,1556.134669,2226.25788,1897.338317,1764.079118 +255799,2846.297301,1579.043547,2247.297377,1911.229462,1803.106615 +255800,2865.008685,1524.38579,2262.294351,1926.4669,1828.10479 +255801,2874.434712,1592.246484,2268.034441,1937.43262,1836.114679 +255802,2853.323601,1521.525486,2244.731884,1933.424317,1792.688817 +255803,2844.082291,1569.541147,2237.968254,1931.758735,1783.831474 +255804,2832.979263,1569.432026,2227.750286,1930.477058,1767.159884 +255805,2807.516351,1524.059774,2204.011506,1922.537733,1726.632081 +255806,2788.913784,1564.520456,2188.369462,1916.787875,1703.650358 +255807,2774.232112,1544.694815,2175.841399,1913.747884,1686.165151 +255808,2788.827398,1551.689561,2192.0708,1924.1628,1720.864541 +255809,2790.531628,1544.470178,2190.433313,1931.494876,1718.398053 +255810,2795.307086,1558.510097,2193.583867,1938.699508,1726.205211 +255811,2792.035767,1531.504105,2188.329884,1942.456327,1717.960822 +255812,2770.542978,1552.399935,2166.163899,1936.884336,1680.568494 +255813,2755.791573,1543.07769,2153.051588,1932.136983,1661.966242 +255814,2771.241752,1543.68355,2170.016674,1941.826757,1697.479348 +255815,2807.669613,1542.699492,2203.869635,1964.177141,1759.42944 +255816,2837.361225,1541.929043,2227.518974,1985.756159,1799.433902 +255817,2856.193908,1540.843945,2241.335135,2002.102095,1821.75572 +255818,2834.449995,1540.094614,2215.090156,1998.451125,1771.541712 +255819,2823.360684,1539.307112,2205.742179,1996.080891,1758.336452 +255820,2840.733203,1538.107583,2223.715537,2007.91569,1793.212226 +255821,2857.967422,1537.420973,2237.358811,2022.522182,1816.57453 +255822,2840.610938,1536.363314,2216.70047,2021.268563,1777.557815 +255823,2832.370033,1535.520308,2210.105166,2020.744054,1769.005296 +255824,2851.576094,1534.723609,2229.860546,2033.522845,1807.233569 +255825,2865.620798,1549.156715,2240.342139,2047.066373,1824.510085 +255826,2845.588031,1509.534898,2217.466606,2044.346249,1781.856546 +255827,2837.334742,1542.857515,2211.454379,2043.355474,1774.913837 +255828,2826.574879,1528.58798,2201.315873,2042.440418,1758.846484 +255829,2800.377087,1529.579492,2176.376453,2034.112187,1716.642917 +255830,2807.136877,1529.05136,2186.815542,2039.123925,1741.7847 +255831,2835.562186,1527.947878,2214.071887,2057.272681,1792.435648 +255832,2857.537124,1547.83725,2231.495425,2074.585142,1821.56368 +255833,2838.985889,1495.232084,2208.776598,2073.05557,1778.383287 +255834,2827.486885,1539.783919,2198.714907,2070.697521,1763.650279 +255835,2816.05797,1521.013872,2188.131,2068.920921,1747.251943 +255836,2814.999207,1523.045155,2188.315175,2071.887697,1751.185428 +255837,2838.185837,1522.190202,2211.189569,2086.810419,1794.656703 +255838,2858.86728,1532.194052,2228.101197,2103.069743,1823.543461 +255839,2840.654171,1503.966301,2206.101271,2101.457601,1781.927022 +255840,2805.485201,1526.843182,2172.683676,2088.124678,1724.965569 +255841,2782.403903,1450.625666,2154.196552,2078.455964,1698.350205 +255842,2782.381594,1450.53818,2159.440971,2078.555296,1715.512576 +255843,2796.711094,1449.375557,2175.451924,2089.09284,1748.022962 +255844,2776.1904,1448.105743,2152.623016,2086.64531,1706.048422 +255845,2766.376476,1447.006863,2145.266176,2086.156629,1696.00741 +255846,2753.97454,1445.811777,2132.762528,2085.897501,1674.002743 +255847,2752.667352,1444.682941,2132.032656,2089.998249,1673.967876 +255848,2774.185882,1443.418376,2152.210192,2105.613496,1709.785584 +255849,2760.326975,1442.37007,2133.861999,2107.130117,1672.820053 +255850,2754.25836,1441.216871,2128.444498,2108.236887,1664.290952 +255851,2773.050049,1440.085528,2146.808896,2121.339842,1697.685395 +255852,2791.289716,1454.38326,2161.582235,2136.34131,1721.987561 +255853,2805.723484,1414.867941,2172.494056,2149.566882,1739.015964 +255854,2815.270931,1447.604083,2178.678802,2160.197529,1747.699412 +255855,2818.451578,1432.957408,2178.975882,2167.611393,1746.035376 +255856,2791.855409,1434.257302,2151.835396,2161.029531,1695.321586 +255857,2756.808866,1433.2308,2119.33608,2146.901446,1640.265102 +255858,2755.920776,1431.943581,2123.341123,2147.610164,1652.994782 +255859,2778.040727,1430.717165,2145.497069,2162.216844,1694.331303 +255860,2767.413007,1429.650966,2131.201808,2164.098891,1666.279057 +255861,2737.032417,1434.906948,2102.267131,2153.715696,1616.292025 +255862,2715.722633,1428.760136,2085.076152,2145.036591,1590.532277 +255863,2726.208201,1420.37094,2099.197386,2151.597201,1621.322905 +255864,2754.341369,1424.309789,2125.38215,2169.714498,1669.076509 +255865,2744.343145,1432.095321,2110.397495,2172.089171,1639.36852 +255866,2741.651848,1411.477901,2108.94841,2173.813784,1639.829504 +255867,2765.070018,1426.53862,2132.147642,2188.106719,1683.804755 +255868,2752.731965,1419.133641,2115.518641,2188.782204,1651.714404 +255869,2747.017785,1419.093129,2111.012423,2188.879829,1646.366109 +255870,2737.783913,1417.930163,2102.006297,2188.214321,1631.974989 +255871,2736.120364,1416.824186,2101.575132,2190.735534,1633.890961 +255872,2756.571228,1415.602478,2121.681611,2204.053372,1671.943163 +255873,2772.983728,1414.615245,2134.32031,2217.519401,1693.503242 +255874,2785.710963,1413.443103,2144.352616,2228.9633,1710.738533 +255875,2796.159987,1412.351293,2152.539274,2238.765313,1724.814933 +255876,2803.264505,1411.240308,2157.337482,2246.779982,1732.719226 +255877,2804.83123,1410.141509,2157.277308,2252.356358,1731.85807 +255878,2803.982985,1409.043999,2155.309146,2256.256103,1728.145075 +255879,2779.959013,1407.925579,2131.568781,2249.125988,1685.351016 +255880,2746.477049,1406.863862,2101.571487,2235.059878,1635.61437 +255881,2722.438997,1405.787394,2083.106091,2224.299907,1608.288835 +255882,2703.816029,1404.696021,2068.950142,2216.914127,1587.958305 +255883,2688.27447,1403.730796,2056.787984,2211.276563,1570.621028 +255884,2699.789259,1402.497854,2071.035814,2218.124978,1601.241409 +255885,2728.187105,1401.359912,2097.72674,2235.491704,1650.302696 +255886,2748.486861,1400.412309,2113.532101,2250.803867,1676.817873 +255887,2732.545899,1399.24708,2094.164936,2248.59553,1640.217117 +255888,2726.997069,1398.264354,2090.678649,2247.143384,1637.617077 +255889,2745.584667,1397.190282,2109.619044,2258.085945,1673.897645 +255890,2761.9623,1396.092057,2123.177329,2270.461534,1697.173383 +255891,2744.591348,1391.646791,2102.917222,2267.226352,1659.295164 +255892,2735.070046,1390.093969,2095.982086,2264.808198,1650.86337 +255893,2752.472169,1388.711934,2114.484889,2275.689379,1687.723324 +255894,2764.942389,1387.355908,2123.96052,2287.307991,1704.65517 +255895,2770.614174,1386.08477,2126.881651,2295.138719,1709.769149 +255896,2748.423182,1384.804827,2103.645866,2289.223454,1668.372798 +255897,2738.353381,1383.622381,2097.050502,2285.766569,1661.189926 +255898,2753.710913,1382.38544,2113.867339,2295.081787,1694.757539 +255899,2767.441476,1381.010764,2125.135842,2306.111331,1714.700211 +255900,2775.644785,1379.95735,2131.275809,2314.613942,1725.310048 +255901,2101.978472,1378.741591,1142.099514,1906.195603,2503.577495 +255902,2199.887414,1507.088791,1195.289154,1995.088025,2571.33738 +255903,2314.241385,1512.723236,1260.178398,2096.570743,2636.898073 +255904,2416.074095,1512.679996,1320.535495,2180.974612,2690.023064 +255905,2496.236861,1526.39984,1370.669232,2239.775145,2730.18405 +255906,2553.542797,1494.95205,1409.400795,2276.163738,2756.565314 +255907,2586.513319,1523.162111,1435.668328,2291.712941,2765.133183 +255908,2602.589546,1511.416863,1452.836694,2295.139963,2760.888087 +255909,2611.575416,1513.234841,1465.529278,2295.019982,2752.775191 +255910,2617.524616,1512.951764,1475.70089,2294.819756,2743.901642 +255911,2622.057767,1512.625501,1484.223629,2295.356543,2735.849439 +255912,2625.749482,1512.279775,1491.503237,2296.534518,2728.687663 +255913,2628.819126,1511.919125,1497.773902,2298.095201,2722.394605 +255914,2631.400142,1511.51945,1503.211875,2299.861057,2716.894131 +255915,2633.58176,1511.133704,1507.952742,2301.728221,2712.090045 +255916,2635.436755,1510.74346,1512.108451,2303.643835,2707.894907 +255917,2637.002058,1510.350038,1515.760838,2305.560635,2704.208334 +255918,2638.343956,1509.952724,1518.996145,2307.475381,2700.984233 +255919,2639.51518,1509.554351,1521.885795,2309.386937,2698.18145 +255920,2640.534079,1509.153876,1524.477462,2311.275885,2695.738144 +255921,2641.419139,1508.753603,1526.812988,2313.13106,2693.605549 +255922,2642.187173,1508.447359,1528.928257,2314.946457,2691.743538 +255923,2642.85267,1507.904326,1530.853647,2316.71907,2690.11812 +255924,2643.427943,1507.57401,1532.614821,2318.447581,2688.700257 +255925,2643.923262,1507.158544,1534.233358,2320.131449,2687.464802 +255926,2644.347391,1506.758181,1535.727468,2321.770561,2686.390019 +255927,2644.707701,1506.359086,1537.112477,2323.364951,2685.456922 +255928,2645.010483,1505.959676,1538.401365,2324.914793,2684.649033 +255929,2645.260985,1505.561202,1539.605095,2326.420274,2683.951888 +255930,2645.46373,1505.162309,1540.733006,2327.881637,2683.352901 +255931,2645.622505,1504.439951,1541.793017,2329.299086,2682.840968 +255932,2645.715596,1503.572913,1542.777852,2330.60964,2682.40388 +255933,2645.736914,1502.914505,1543.684716,2331.778036,2682.033692 +255934,2645.684518,1502.018129,1544.516808,2332.80475,2681.72404 +255935,2645.567865,1501.187205,1545.280058,2333.707087,2681.468924 +255936,2645.390551,1500.321237,1545.980661,2334.503733,2681.262658 +255937,2645.161691,1499.43714,1546.624071,2335.208581,2681.099971 +255938,2644.882714,1498.535556,1547.214891,2335.830492,2680.976117 +255939,2644.560648,1497.617361,1547.757021,2336.36985,2680.886834 +255940,2644.195426,1496.682789,1548.253835,2336.836865,2680.828321 +255941,2643.793067,1495.732556,1548.708287,2337.236215,2680.797141 +255942,2643.352863,1494.766769,1549.12299,2337.563555,2680.790212 +255943,2642.880315,1493.786061,1549.500256,2337.825653,2680.804726 +255944,2642.374214,1492.790476,1549.84215,2338.02009,2680.838156 +255945,2641.839554,1491.780593,1550.150513,2338.153076,2680.888192 +255946,2641.274708,1490.756409,1550.426999,2338.22096,2680.95275 +255947,2640.684286,1489.718468,1550.673098,2338.229252,2681.029917 +255948,2640.066357,1488.666732,1550.890163,2338.173863,2681.117965 +255949,2639.425242,1487.601715,1551.079418,2338.060265,2681.215304 +255950,2638.758794,1486.523352,1551.241991,2337.884239,2681.320497 +255951,2638.071131,1485.432131,1551.378908,2337.6468,2681.432214 +255952,2637.35995,1484.327972,1551.49112,2337.350263,2681.549252 +255953,2636.62922,1483.211341,1551.579504,2336.996175,2681.670502 +255954,2635.876531,1482.082141,1551.644878,2336.585226,2681.794958 +255955,2635.105717,1480.940825,1551.687996,2336.117694,2681.92168 +255956,2634.314291,1479.787281,1551.709571,2335.593801,2682.049829 +255957,2633.505976,1478.621951,1551.710264,2335.013826,2682.178611 +255958,2632.678231,1477.444712,1551.690701,2334.378124,2682.30732 +255959,2631.834686,1476.255997,1551.651468,2333.687078,2682.435288 +255960,2630.972745,1475.055675,1551.593123,2332.941089,2682.561918 +255961,0,0,0,0,0 +255962,0,0,0,0,0 +255963,0,0,0,0,0 +255964,0,0,0,0,0 +255965,0,0,0,0,0 +255966,0,0,0,0,0 +255967,0,0,0,0,0 +255968,0,0,0,0,0 +255969,0,0,0,0,0 +255970,0,0,0,0,0 +255971,0,0,0,0,0 +255972,0,0,0,0,0 +255973,0,0,0,0,0 +255974,0,0,0,0,0 +255975,0,0,0,0,0 +255976,0,0,0,0,0 +255977,0,0,0,0,0 +255978,0,0,0,0,0 +255979,0,0,0,0,0 +255980,0,0,0,0,0 +255981,0,0,0,0,0 +255982,0,0,0,0,0 +255983,0,0,0,0,0 +255984,0,0,0,0,0 +255985,0,0,0,0,0 +255986,0,0,0,0,0 +255987,0,0,0,0,0 +255988,0,0,0,0,0 +255989,0,0,0,0,0 +255990,0,0,0,0,0 +255991,0,0,0,0,0 +255992,0,0,0,0,0 +255993,0,0,0,0,0 +255994,0,0,0,0,0 +255995,0,0,0,0,0 +255996,0,0,0,0,0 +255997,0,0,0,0,0 +255998,0,0,0,0,0 +255999,0,0,0,0,0 +256000,0,0,0,0,0 +256001,0,0,0,0,0 +256002,0,0,0,0,0 +256003,0,0,0,0,0 +256004,0,0,0,0,0 +256005,0,0,0,0,0 +256006,0,0,0,0,0 +256007,0,0,0,0,0 +256008,0,0,0,0,0 +256009,0,0,0,0,0 +256010,0,0,0,0,0 +256011,0,0,0,0,0 +256012,0,0,0,0,0 +256013,0,0,0,0,0 +256014,0,0,0,0,0 +256015,0,0,0,0,0 +256016,0,0,0,0,0 +256017,0,0,0,0,0 +256018,0,0,0,0,0 +256019,0,0,0,0,0 +256020,0,0,0,0,0 +256021,0,0,0,0,0 +256022,0,0,0,0,0 +256023,0,0,0,0,0 +256024,0,0,0,0,0 +256025,0,0,0,0,0 +256026,0,0,0,0,0 +256027,0,0,0,0,0 +256028,0,0,0,0,0 +256029,0,0,0,0,0 +256030,0,0,0,0,0 +256031,0,0,0,0,0 +256032,0,0,0,0,0 +256033,0,0,0,0,0 +256034,0,0,0,0,0 +256035,0,0,0,0,0 +256036,0,0,0,0,0 +256037,0,0,0,0,0 +256038,0,0,0,0,0 +256039,0,0,0,0,0 +256040,0,0,0,0,0 +256041,0,0,0,0,0 +256042,0,0,0,0,0 +256043,0,0,0,0,0 +256044,0,0,0,0,0 +256045,0,0,0,0,0 +256046,0,0,0,0,0 +256047,0,0,0,0,0 +256048,0,0,0,0,0 +256049,0,0,0,0,0 +256050,0,0,0,0,0 +256051,0,0,0,0,0 +256052,0,0,0,0,0 +256053,0,0,0,0,0 +256054,0,0,0,0,0 +256055,0,0,0,0,0 +256056,0,0,0,0,0 +256057,0,0,0,0,0 +256058,0,0,0,0,0 +256059,0,0,0,0,0 +256060,0,0,0,0,0 +256061,0,0,0,0,0 +256062,0,0,0,0,0 +256063,0,0,0,0,0 +256064,0,0,0,0,0 +256065,0,0,0,0,0 +256066,0,0,0,0,0 +256067,0,0,0,0,0 +256068,0,0,0,0,0 +256069,0,0,0,0,0 +256070,0,0,0,0,0 +256071,0,0,0,0,0 +256072,0,0,0,0,0 +256073,0,0,0,0,0 +256074,0,0,0,0,0 +256075,0,0,0,0,0 +256076,0,0,0,0,0 +256077,0,0,0,0,0 +256078,0,0,0,0,0 +256079,0,0,0,0,0 +256080,0,0,0,0,0 +256081,0,0,0,0,0 +256082,0,0,0,0,0 +256083,0,0,0,0,0 +256084,0,0,0,0,0 +256085,0,0,0,0,0 +256086,0,0,0,0,0 +256087,0,0,0,0,0 +256088,0,0,0,0,0 +256089,0,0,0,0,0 +256090,0,0,0,0,0 +256091,0,0,0,0,0 +256092,0,0,0,0,0 +256093,0,0,0,0,0 +256094,0,0,0,0,0 +256095,0,0,0,0,0 +256096,0,0,0,0,0 +256097,0,0,0,0,0 +256098,0,0,0,0,0 +256099,0,0,0,0,0 +256100,0,0,0,0,0 +256101,0,0,0,0,0 +256102,0,0,0,0,0 +256103,0,0,0,0,0 +256104,0,0,0,0,0 +256105,0,0,0,0,0 +256106,0,0,0,0,0 +256107,0,0,0,0,0 +256108,0,0,0,0,0 +256109,0,0,0,0,0 +256110,0,0,0,0,0 +256111,0,0,0,0,0 +256112,0,0,0,0,0 +256113,0,0,0,0,0 +256114,0,0,0,0,0 +256115,0,0,0,0,0 +256116,0,0,0,0,0 +256117,0,0,0,0,0 +256118,0,0,0,0,0 +256119,0,0,0,0,0 +256120,0,0,0,0,0 +256121,0,0,0,0,0 +256122,0,0,0,0,0 +256123,0,0,0,0,0 +256124,0,0,0,0,0 +256125,0,0,0,0,0 +256126,0,0,0,0,0 +256127,0,0,0,0,0 +256128,0,0,0,0,0 +256129,0,0,0,0,0 +256130,0,0,0,0,0 +256131,0,0,0,0,0 +256132,0,0,0,0,0 +256133,0,0,0,0,0 +256134,0,0,0,0,0 +256135,0,0,0,0,0 +256136,0,0,0,0,0 +256137,0,0,0,0,0 +256138,0,0,0,0,0 +256139,0,0,0,0,0 +256140,0,0,0,0,0 +256141,0,0,0,0,0 +256142,0,0,0,0,0 +256143,0,0,0,0,0 +256144,0,0,0,0,0 +256145,0,0,0,0,0 +256146,0,0,0,0,0 +256147,0,0,0,0,0 +256148,0,0,0,0,0 +256149,0,0,0,0,0 +256150,0,0,0,0,0 +256151,0,0,0,0,0 +256152,0,0,0,0,0 +256153,0,0,0,0,0 +256154,0,0,0,0,0 +256155,0,0,0,0,0 +256156,0,0,0,0,0 +256157,0,0,0,0,0 +256158,0,0,0,0,0 +256159,0,0,0,0,0 +256160,0,0,0,0,0 +256161,0,0,0,0,0 +256162,0,0,0,0,0 +256163,0,0,0,0,0 +256164,0,0,0,0,0 +256165,0,0,0,0,0 +256166,0,0,0,0,0 +256167,0,0,0,0,0 +256168,0,0,0,0,0 +256169,0,0,0,0,0 +256170,0,0,0,0,0 +256171,0,0,0,0,0 +256172,0,0,0,0,0 +256173,0,0,0,0,0 +256174,0,0,0,0,0 +256175,0,0,0,0,0 +256176,0,0,0,0,0 +256177,0,0,0,0,0 +256178,0,0,0,0,0 +256179,0,0,0,0,0 +256180,0,0,0,0,0 +256181,0,0,0,0,0 +256182,0,0,0,0,0 +256183,0,0,0,0,0 +256184,0,0,0,0,0 +256185,0,0,0,0,0 +256186,0,0,0,0,0 +256187,0,0,0,0,0 +256188,0,0,0,0,0 +256189,0,0,0,0,0 +256190,0,0,0,0,0 +256191,0,0,0,0,0 +256192,0,0,0,0,0 +256193,0,0,0,0,0 +256194,0,0,0,0,0 +256195,0,0,0,0,0 +256196,0,0,0,0,0 +256197,0,0,0,0,0 +256198,0,0,0,0,0 +256199,0,0,0,0,0 +256200,0,0,0,0,0 +256201,0,0,0,0,0 +256202,0,0,0,0,0 +256203,0,0,0,0,0 +256204,0,0,0,0,0 +256205,0,0,0,0,0 +256206,0,0,0,0,0 +256207,0,0,0,0,0 +256208,0,0,0,0,0 +256209,0,0,0,0,0 +256210,0,0,0,0,0 +256211,0,0,0,0,0 +256212,0,0,0,0,0 +256213,0,0,0,0,0 +256214,0,0,0,0,0 +256215,0,0,0,0,0 +256216,0,0,0,0,0 +256217,0,0,0,0,0 +256218,0,0,0,0,0 +256219,0,0,0,0,0 +256220,0,0,0,0,0 +256221,0,0,0,0,0 +256222,0,0,0,0,0 +256223,0,0,0,0,0 +256224,0,0,0,0,0 +256225,0,0,0,0,0 +256226,0,0,0,0,0 +256227,0,0,0,0,0 +256228,0,0,0,0,0 +256229,0,0,0,0,0 +256230,0,0,0,0,0 +256231,0,0,0,0,0 +256232,0,0,0,0,0 +256233,0,0,0,0,0 +256234,0,0,0,0,0 +256235,0,0,0,0,0 +256236,0,0,0,0,0 +256237,0,0,0,0,0 +256238,0,0,0,0,0 +256239,0,0,0,0,0 +256240,0,0,0,0,0 +256241,0,0,0,0,0 +256242,0,0,0,0,0 +256243,0,0,0,0,0 +256244,0,0,0,0,0 +256245,0,0,0,0,0 +256246,0,0,0,0,0 +256247,0,0,0,0,0 +256248,0,0,0,0,0 +256249,0,0,0,0,0 +256250,0,0,0,0,0 +256251,0,0,0,0,0 +256252,0,0,0,0,0 +256253,0,0,0,0,0 +256254,0,0,0,0,0 +256255,0,0,0,0,0 +256256,0,0,0,0,0 +256257,0,0,0,0,0 +256258,0,0,0,0,0 +256259,0,0,0,0,0 +256260,0,0,0,0,0 +256261,0,0,0,0,0 +256262,0,0,0,0,0 +256263,0,0,0,0,0 +256264,0,0,0,0,0 +256265,0,0,0,0,0 +256266,0,0,0,0,0 +256267,0,0,0,0,0 +256268,0,0,0,0,0 +256269,0,0,0,0,0 +256270,0,0,0,0,0 +256271,0,0,0,0,0 +256272,0,0,0,0,0 +256273,0,0,0,0,0 +256274,0,0,0,0,0 +256275,0,0,0,0,0 +256276,0,0,0,0,0 +256277,0,0,0,0,0 +256278,0,0,0,0,0 +256279,0,0,0,0,0 +256280,0,0,0,0,0 +256281,0,0,0,0,0 +256282,0,0,0,0,0 +256283,0,0,0,0,0 +256284,0,0,0,0,0 +256285,0,0,0,0,0 +256286,0,0,0,0,0 +256287,0,0,0,0,0 +256288,0,0,0,0,0 +256289,0,0,0,0,0 +256290,0,0,0,0,0 +256291,0,0,0,0,0 +256292,0,0,0,0,0 +256293,0,0,0,0,0 +256294,0,0,0,0,0 +256295,0,0,0,0,0 +256296,0,0,0,0,0 +256297,0,0,0,0,0 +256298,0,0,0,0,0 +256299,0,0,0,0,0 +256300,0,0,0,0,0 +256301,0,0,0,0,0 +256302,0,0,0,0,0 +256303,0,0,0,0,0 +256304,0,0,0,0,0 +256305,0,0,0,0,0 +256306,0,0,0,0,0 +256307,0,0,0,0,0 +256308,0,0,0,0,0 +256309,0,0,0,0,0 +256310,0,0,0,0,0 +256311,0,0,0,0,0 +256312,0,0,0,0,0 +256313,0,0,0,0,0 +256314,0,0,0,0,0 +256315,0,0,0,0,0 +256316,0,0,0,0,0 +256317,0,0,0,0,0 +256318,0,0,0,0,0 +256319,0,0,0,0,0 +256320,0,0,0,0,0 +256321,0,0,0,0,0 +256322,0,0,0,0,0 +256323,0,0,0,0,0 +256324,0,0,0,0,0 +256325,0,0,0,0,0 +256326,0,0,0,0,0 +256327,0,0,0,0,0 +256328,0,0,0,0,0 +256329,0,0,0,0,0 +256330,0,0,0,0,0 +256331,0,0,0,0,0 +256332,0,0,0,0,0 +256333,0,0,0,0,0 +256334,0,0,0,0,0 +256335,0,0,0,0,0 +256336,0,0,0,0,0 +256337,0,0,0,0,0 +256338,0,0,0,0,0 +256339,0,0,0,0,0 +256340,0,0,0,0,0 +256341,0,0,0,0,0 +256342,0,0,0,0,0 +256343,0,0,0,0,0 +256344,0,0,0,0,0 +256345,0,0,0,0,0 +256346,0,0,0,0,0 +256347,0,0,0,0,0 +256348,0,0,0,0,0 +256349,0,0,0,0,0 +256350,0,0,0,0,0 +256351,0,0,0,0,0 +256352,0,0,0,0,0 +256353,0,0,0,0,0 +256354,0,0,0,0,0 +256355,0,0,0,0,0 +256356,0,0,0,0,0 +256357,0,0,0,0,0 +256358,0,0,0,0,0 +256359,0,0,0,0,0 +256360,0,0,0,0,0 +256361,0,0,0,0,0 +256362,0,0,0,0,0 +256363,0,0,0,0,0 +256364,0,0,0,0,0 +256365,0,0,0,0,0 +256366,0,0,0,0,0 +256367,0,0,0,0,0 +256368,0,0,0,0,0 +256369,0,0,0,0,0 +256370,0,0,0,0,0 +256371,0,0,0,0,0 +256372,0,0,0,0,0 +256373,0,0,0,0,0 +256374,0,0,0,0,0 +256375,0,0,0,0,0 +256376,0,0,0,0,0 +256377,0,0,0,0,0 +256378,0,0,0,0,0 +256379,0,0,0,0,0 +256380,0,0,0,0,0 +256381,0,0,0,0,0 +256382,0,0,0,0,0 +256383,0,0,0,0,0 +256384,0,0,0,0,0 +256385,0,0,0,0,0 +256386,0,0,0,0,0 +256387,0,0,0,0,0 +256388,0,0,0,0,0 +256389,0,0,0,0,0 +256390,0,0,0,0,0 +256391,0,0,0,0,0 +256392,0,0,0,0,0 +256393,0,0,0,0,0 +256394,0,0,0,0,0 +256395,0,0,0,0,0 +256396,0,0,0,0,0 +256397,0,0,0,0,0 +256398,0,0,0,0,0 +256399,0,0,0,0,0 +256400,0,0,0,0,0 +256401,0,0,0,0,0 +256402,0,0,0,0,0 +256403,0,0,0,0,0 +256404,0,0,0,0,0 +256405,0,0,0,0,0 +256406,0,0,0,0,0 +256407,0,0,0,0,0 +256408,0,0,0,0,0 +256409,0,0,0,0,0 +256410,0,0,0,0,0 +256411,0,0,0,0,0 +256412,0,0,0,0,0 +256413,0,0,0,0,0 +256414,0,0,0,0,0 +256415,0,0,0,0,0 +256416,0,0,0,0,0 +256417,0,0,0,0,0 +256418,0,0,0,0,0 +256419,0,0,0,0,0 +256420,0,0,0,0,0 +256421,0,0,0,0,0 +256422,0,0,0,0,0 +256423,0,0,0,0,0 +256424,0,0,0,0,0 +256425,0,0,0,0,0 +256426,0,0,0,0,0 +256427,0,0,0,0,0 +256428,0,0,0,0,0 +256429,0,0,0,0,0 +256430,0,0,0,0,0 +256431,0,0,0,0,0 +256432,0,0,0,0,0 +256433,0,0,0,0,0 +256434,0,0,0,0,0 +256435,0,0,0,0,0 +256436,0,0,0,0,0 +256437,0,0,0,0,0 +256438,0,0,0,0,0 +256439,0,0,0,0,0 +256440,0,0,0,0,0 +256441,0,0,0,0,0 +256442,0,0,0,0,0 +256443,0,0,0,0,0 +256444,0,0,0,0,0 +256445,0,0,0,0,0 +256446,0,0,0,0,0 +256447,0,0,0,0,0 +256448,0,0,0,0,0 +256449,0,0,0,0,0 +256450,0,0,0,0,0 +256451,0,0,0,0,0 +256452,0,0,0,0,0 +256453,0,0,0,0,0 +256454,0,0,0,0,0 +256455,0,0,0,0,0 +256456,0,0,0,0,0 +256457,0,0,0,0,0 +256458,0,0,0,0,0 +256459,0,0,0,0,0 +256460,0,0,0,0,0 +256461,0,0,0,0,0 +256462,0,0,0,0,0 +256463,0,0,0,0,0 +256464,0,0,0,0,0 +256465,0,0,0,0,0 +256466,0,0,0,0,0 +256467,0,0,0,0,0 +256468,0,0,0,0,0 +256469,0,0,0,0,0 +256470,0,0,0,0,0 +256471,0,0,0,0,0 +256472,0,0,0,0,0 +256473,0,0,0,0,0 +256474,0,0,0,0,0 +256475,0,0,0,0,0 +256476,0,0,0,0,0 +256477,0,0,0,0,0 +256478,0,0,0,0,0 +256479,0,0,0,0,0 +256480,0,0,0,0,0 +256481,0,0,0,0,0 +256482,0,0,0,0,0 +256483,0,0,0,0,0 +256484,0,0,0,0,0 +256485,0,0,0,0,0 +256486,0,0,0,0,0 +256487,0,0,0,0,0 +256488,0,0,0,0,0 +256489,0,0,0,0,0 +256490,0,0,0,0,0 +256491,0,0,0,0,0 +256492,0,0,0,0,0 +256493,0,0,0,0,0 +256494,0,0,0,0,0 +256495,0,0,0,0,0 +256496,0,0,0,0,0 +256497,0,0,0,0,0 +256498,0,0,0,0,0 +256499,0,0,0,0,0 +256500,0,0,0,0,0 +256501,0,0,0,0,0 +256502,0,0,0,0,0 +256503,0,0,0,0,0 +256504,0,0,0,0,0 +256505,0,0,0,0,0 +256506,0,0,0,0,0 +256507,0,0,0,0,0 +256508,0,0,0,0,0 +256509,0,0,0,0,0 +256510,0,0,0,0,0 +256511,0,0,0,0,0 +256512,0,0,0,0,0 +256513,0,0,0,0,0 +256514,0,0,0,0,0 +256515,0,0,0,0,0 +256516,0,0,0,0,0 +256517,0,0,0,0,0 +256518,0,0,0,0,0 +256519,0,0,0,0,0 +256520,0,0,0,0,0 +256521,0,0,0,0,0 +256522,0,0,0,0,0 +256523,0,0,0,0,0 +256524,0,0,0,0,0 +256525,0,0,0,0,0 +256526,0,0,0,0,0 +256527,0,0,0,0,0 +256528,0,0,0,0,0 +256529,0,0,0,0,0 +256530,0,0,0,0,0 +256531,0,0,0,0,0 +256532,0,0,0,0,0 +256533,0,0,0,0,0 +256534,0,0,0,0,0 +256535,0,0,0,0,0 +256536,0,0,0,0,0 +256537,0,0,0,0,0 +256538,0,0,0,0,0 +256539,0,0,0,0,0 +256540,0,0,0,0,0 +256541,0,0,0,0,0 +256542,0,0,0,0,0 +256543,0,0,0,0,0 +256544,0,0,0,0,0 +256545,0,0,0,0,0 +256546,0,0,0,0,0 +256547,0,0,0,0,0 +256548,0,0,0,0,0 +256549,0,0,0,0,0 +256550,0,0,0,0,0 +256551,0,0,0,0,0 +256552,0,0,0,0,0 +256553,0,0,0,0,0 +256554,0,0,0,0,0 +256555,0,0,0,0,0 +256556,0,0,0,0,0 +256557,0,0,0,0,0 +256558,0,0,0,0,0 +256559,0,0,0,0,0 +256560,0,0,0,0,0 +256561,0,0,0,0,0 +256562,0,0,0,0,0 +256563,0,0,0,0,0 +256564,0,0,0,0,0 +256565,0,0,0,0,0 +256566,0,0,0,0,0 +256567,0,0,0,0,0 +256568,0,0,0,0,0 +256569,0,0,0,0,0 +256570,0,0,0,0,0 +256571,0,0,0,0,0 +256572,0,0,0,0,0 +256573,0,0,0,0,0 +256574,0,0,0,0,0 +256575,0,0,0,0,0 +256576,0,0,0,0,0 +256577,0,0,0,0,0 +256578,0,0,0,0,0 +256579,0,0,0,0,0 +256580,0,0,0,0,0 +256581,0,0,0,0,0 +256582,0,0,0,0,0 +256583,0,0,0,0,0 +256584,0,0,0,0,0 +256585,0,0,0,0,0 +256586,0,0,0,0,0 +256587,0,0,0,0,0 +256588,0,0,0,0,0 +256589,0,0,0,0,0 +256590,0,0,0,0,0 +256591,0,0,0,0,0 +256592,0,0,0,0,0 +256593,0,0,0,0,0 +256594,0,0,0,0,0 +256595,0,0,0,0,0 +256596,0,0,0,0,0 +256597,0,0,0,0,0 +256598,0,0,0,0,0 +256599,0,0,0,0,0 +256600,0,0,0,0,0 +256601,0,0,0,0,0 +256602,0,0,0,0,0 +256603,0,0,0,0,0 +256604,0,0,0,0,0 +256605,0,0,0,0,0 +256606,0,0,0,0,0 +256607,0,0,0,0,0 +256608,0,0,0,0,0 +256609,0,0,0,0,0 +256610,0,0,0,0,0 +256611,0,0,0,0,0 +256612,0,0,0,0,0 +256613,0,0,0,0,0 +256614,0,0,0,0,0 +256615,0,0,0,0,0 +256616,0,0,0,0,0 +256617,0,0,0,0,0 +256618,0,0,0,0,0 +256619,0,0,0,0,0 +256620,0,0,0,0,0 +256621,0,0,0,0,0 +256622,0,0,0,0,0 +256623,0,0,0,0,0 +256624,0,0,0,0,0 +256625,0,0,0,0,0 +256626,0,0,0,0,0 +256627,0,0,0,0,0 +256628,0,0,0,0,0 +256629,0,0,0,0,0 +256630,0,0,0,0,0 +256631,0,0,0,0,0 +256632,0,0,0,0,0 +256633,0,0,0,0,0 +256634,0,0,0,0,0 +256635,0,0,0,0,0 +256636,0,0,0,0,0 +256637,0,0,0,0,0 +256638,0,0,0,0,0 +256639,0,0,0,0,0 +256640,0,0,0,0,0 +256641,0,0,0,0,0 +256642,0,0,0,0,0 +256643,0,0,0,0,0 +256644,0,0,0,0,0 +256645,0,0,0,0,0 +256646,0,0,0,0,0 +256647,0,0,0,0,0 +256648,0,0,0,0,0 +256649,0,0,0,0,0 +256650,0,0,0,0,0 +256651,0,0,0,0,0 +256652,0,0,0,0,0 +256653,0,0,0,0,0 +256654,0,0,0,0,0 +256655,0,0,0,0,0 +256656,0,0,0,0,0 +256657,0,0,0,0,0 +256658,0,0,0,0,0 +256659,0,0,0,0,0 +256660,0,0,0,0,0 +256661,0,0,0,0,0 +256662,0,0,0,0,0 +256663,0,0,0,0,0 +256664,0,0,0,0,0 +256665,0,0,0,0,0 +256666,0,0,0,0,0 +256667,0,0,0,0,0 +256668,0,0,0,0,0 +256669,0,0,0,0,0 +256670,0,0,0,0,0 +256671,0,0,0,0,0 +256672,0,0,0,0,0 +256673,0,0,0,0,0 +256674,0,0,0,0,0 +256675,0,0,0,0,0 +256676,0,0,0,0,0 +256677,0,0,0,0,0 +256678,0,0,0,0,0 +256679,0,0,0,0,0 +256680,0,0,0,0,0 +256681,0,0,0,0,0 +256682,0,0,0,0,0 +256683,0,0,0,0,0 +256684,0,0,0,0,0 +256685,0,0,0,0,0 +256686,0,0,0,0,0 +256687,0,0,0,0,0 +256688,0,0,0,0,0 +256689,0,0,0,0,0 +256690,0,0,0,0,0 +256691,0,0,0,0,0 +256692,0,0,0,0,0 +256693,0,0,0,0,0 +256694,0,0,0,0,0 +256695,0,0,0,0,0 +256696,0,0,0,0,0 +256697,0,0,0,0,0 +256698,0,0,0,0,0 +256699,0,0,0,0,0 +256700,0,0,0,0,0 +256701,0,0,0,0,0 +256702,0,0,0,0,0 +256703,0,0,0,0,0 +256704,0,0,0,0,0 +256705,0,0,0,0,0 +256706,0,0,0,0,0 +256707,0,0,0,0,0 +256708,0,0,0,0,0 +256709,0,0,0,0,0 +256710,0,0,0,0,0 +256711,0,0,0,0,0 +256712,0,0,0,0,0 +256713,0,0,0,0,0 +256714,0,0,0,0,0 +256715,0,0,0,0,0 +256716,0,0,0,0,0 +256717,0,0,0,0,0 +256718,0,0,0,0,0 +256719,0,0,0,0,0 +256720,0,0,0,0,0 +256721,0,0,0,0,0 +256722,0,0,0,0,0 +256723,0,0,0,0,0 +256724,0,0,0,0,0 +256725,0,0,0,0,0 +256726,0,0,0,0,0 +256727,0,0,0,0,0 +256728,0,0,0,0,0 +256729,0,0,0,0,0 +256730,0,0,0,0,0 +256731,0,0,0,0,0 +256732,0,0,0,0,0 +256733,0,0,0,0,0 +256734,0,0,0,0,0 +256735,0,0,0,0,0 +256736,0,0,0,0,0 +256737,0,0,0,0,0 +256738,0,0,0,0,0 +256739,0,0,0,0,0 +256740,0,0,0,0,0 +256741,232.449124,3188.705881,2881.328686,117.8306134,-33.53464898 +256742,252.9718516,125.9894584,2777.757715,127.0108562,10.98114103 +256743,244.9830691,93.53863975,1344.800121,123.0656733,7.986951616 +256744,236.4918076,90.05082299,280.5529367,118.9128206,4.168733082 +256745,228.7407423,98.71613833,568.1953577,115.182017,0.061751239 +256746,221.9701734,108.6892084,1013.105544,111.9810535,-4.038876317 +256747,216.0446433,324.2330455,667.807191,109.2261679,-8.03518157 +256748,210.7851899,288.225106,727.9145513,106.8154487,-11.93261528 +256749,206.0634802,267.4394975,729.7122895,104.6767599,-15.74556369 +256750,201.7962969,291.598116,732.1950256,102.7637121,-19.47865107 +256751,197.9252117,294.8866934,734.4277782,101.0440202,-23.12864501 +256752,194.4018691,297.7261705,737.2063782,99.49094653,-26.6962049 +256753,191.1801509,300.8525257,739.9857294,98.08137224,-30.18381444 +256754,188.2209483,303.9168294,743.2131643,96.795446,-33.59453883 +256755,185.4929429,306.7804671,746.1244791,95.61633528,-36.93169753 +256756,182.9659451,310.1532099,750.1354978,94.52986917,-40.19879305 +256757,180.6168152,313.1540425,753.425801,93.52414545,-43.39939058 +256758,178.4230177,316.5913754,757.3507828,92.58915241,-46.53705129 +256759,176.3681207,319.903006,761.1218277,91.71645793,-49.61521548 +256760,174.4352104,323.096547,765.2470664,90.89894278,-52.63716873 +256761,172.6126208,326.4446549,769.2510468,90.13058899,-55.60598326 +256762,170.8874421,330.016542,773.5891593,89.40629502,-58.52452787 +256763,169.2514434,333.3878957,777.7956103,88.72172923,-61.39544449 +256764,167.69462,336.8973715,782.3188829,88.07529908,-64.22117581 +256765,166.2112407,340.4218601,786.7027196,87.46129464,-67.00395527 +256766,164.7934115,343.9831406,791.3875582,86.87628193,-69.74584033 +256767,163.4372179,347.5746649,795.9273739,86.31834931,-72.44870727 +256768,162.1362974,351.0650624,800.7535801,85.78810239,-75.1142843 +256769,160.8880569,354.9263352,805.4311146,85.28149501,-77.74414702 +256770,159.6872473,358.5072237,810.3803627,84.79633887,-80.3397505 +256771,158.5322472,361.8363221,814.1637435,84.33379605,-82.9024097 +256772,157.4206515,364.8018333,817.9652825,83.89296814,-85.43338663 +256773,156.3530691,367.9399774,821.6909834,83.47608143,-87.9337939 +256774,155.3258349,371.302895,825.4842503,83.08044635,-90.40468477 +256775,154.3383248,374.3509174,829.2744832,82.70682836,-92.84703033 +256776,153.3865396,377.5204175,832.9804161,82.35203078,-95.26174449 +256777,152.4701091,380.6564995,836.7556686,82.01689309,-97.64967411 +256778,151.5854728,383.7834274,840.5298999,81.6984712,-100.0116227 +256779,150.7326828,386.7463635,844.2170736,81.3978527,-102.3483392 +256780,149.9085305,390.0953179,847.9762726,81.11228889,-104.6605405 +256781,149.1133575,393.240342,851.7340494,80.84302105,-106.9488984 +256782,148.344201,396.1029987,855.4003463,80.5874265,-109.2140606 +256783,147.6016151,399.3079233,859.140678,80.34685524,-111.4566373 +256784,146.8828248,402.3532411,862.8794114,80.11878005,-113.6772208 +256785,146.1885493,405.415721,866.519909,79.90463483,-115.8763711 +256786,145.516161,408.2965962,870.2380323,79.70196698,-118.0546351 +256787,144.8665085,411.6074067,873.9133773,79.51227569,-120.212531 +256788,144.2370807,414.5122984,877.6234689,79.33316719,-122.3505672 +256789,143.6288369,417.5659594,881.2263365,79.16619572,-124.4692122 +256790,143.0393436,420.580345,884.9061704,79.00900748,-126.5689712 +256791,142.4696421,423.5843171,888.5406348,128.6863445,-128.6502826 +256792,141.9173921,426.5774708,892.2092691,77.77665363,-130.7135938 +256793,141.3836936,429.5592169,895.7645475,129.1964707,-132.7593314 +256794,140.866253,432.5294159,899.3968583,81.18675883,-134.7879483 +256795,140.3662002,435.2969586,902.9796868,121.3051638,-136.7998931 +256796,139.8812821,438.7346298,906.1495519,111.6117717,-138.7956191 +256797,139.412681,441.2163727,910.3729569,115.2263044,-140.775543 +256798,138.9582112,444.3193406,913.5587275,118.5857529,-142.7400612 +256799,138.5191078,447.1960524,917.1442014,120.9362409,-144.6895487 +256800,138.0932267,435.0879371,892.282881,123.0520331,-146.6243799 +256801,218.9120245,861.1987154,1844.56824,550.7520921,-148.3802547 +256802,1614.437692,875.0771214,1880.348949,566.2410094,-195.2589224 +256803,977.0477955,885.9670758,1901.963146,578.0703342,-178.0742858 +256804,1139.493685,895.2013845,1895.265797,587.7373996,-70.01539697 +256805,1160.355837,903.5065271,1956.074462,596.6659439,8.541223365 +256806,1177.141737,911.3896885,1913.426694,605.1125311,66.1434357 +256807,1192.965832,918.7805092,1987.516253,613.0275073,110.916392 +256808,1208.109171,926.0090912,1954.112326,620.7480479,147.5089165 +256809,1222.90316,932.9953005,1991.839692,628.1783367,178.5292865 +256810,1236.987772,939.8692983,1993.038275,635.4883304,205.5125851 +256811,1250.465492,946.4828097,2007.994093,642.5842919,229.3112689 +256812,1054.360519,853.0572148,1800.519694,553.0540875,843.2858358 +256813,1377.367463,1004.126737,1910.7871,700.027304,997.1993421 +256814,1261.541149,955.7224478,1851.884719,650.1919867,831.4058682 +256815,1283.882866,961.29697,1854.951103,659.7100689,918.3895512 +256816,1304.945244,972.0127617,1866.728431,670.5263579,949.81894 +256817,1313.235524,976.4931636,1876.705028,674.9900295,958.6669642 +256818,1327.394125,983.1929351,1880.724394,682.310853,980.0328441 +256819,1339.667135,989.2094262,1880.459721,688.7162208,995.6641578 +256820,1349.60361,994.0724169,1877.684635,694.0854649,1010.406748 +256821,1580.480528,1094.303074,2077.775719,793.858939,1394.644101 +256822,1054.432405,871.9307423,1902.820648,572.2545948,481.9623605 +256823,1738.263267,1166.04748,2111.007797,867.8324362,1689.432292 +256824,1065.159536,870.278025,1920.718392,571.0478433,453.1386344 +256825,1750.94727,1177.322087,2123.295334,879.6868682,1716.643159 +256826,1087.097362,879.7616623,1927.07826,581.6649545,478.0420696 +256827,1773.284725,1188.498506,2127.42437,891.5202706,1743.383049 +256828,1106.93394,889.3905825,1928.600866,592.3670098,501.7110658 +256829,1794.640384,1199.033712,2128.307998,902.8710654,1768.674068 +256830,1126.236327,898.909241,1927.863297,602.7948632,524.0981568 +256831,1815.999056,1211.364174,2127.686236,914.3022995,1792.513438 +256832,1146.889235,912.5691582,1926.06649,613.6704731,545.524471 +256833,1837.756826,1226.016004,2126.755275,925.8579848,1818.738704 +256834,1166.968558,926.7502433,1924.82561,624.5167755,560.4500946 +256835,1859.050579,1240.965623,2127.334729,937.1744627,1853.40173 +256836,1186.948273,941.1611795,1926.243346,635.3222293,563.285887 +256837,1879.974068,1264.443917,2130.99586,948.3290653,1887.643861 +256838,1206.642248,943.3926652,1930.830253,645.9863915,571.1381257 +256839,1900.102775,1277.218353,2137.23575,959.2703343,1910.65735 +256840,1226.171631,969.1090184,1935.92357,656.4631029,589.3772963 +256841,1920.400222,1286.683168,2142.994888,970.1752664,1927.967146 +256842,1245.134158,985.2213161,1942.919746,666.856663,607.9411881 +256843,1940.181175,1301.869843,2149.962056,980.7846525,1944.3238 +256844,1263.491927,1000.085811,1946.848767,676.9531724,625.8849825 +256845,1966.181444,1332.910456,2155.430655,990.6312082,1960.146377 +256846,1288.912745,1032.622841,1952.13633,685.8946885,643.664851 +256847,1986.805987,1352.211663,2163.438971,1010.969399,1979.959111 +256848,1312.282389,1050.232937,1963.26727,680.9413001,653.3908988 +256849,2004.971833,1369.453095,2174.874582,1018.122776,1996.136278 +256850,1342.272857,1066.900902,1970.06642,703.5517937,671.6722454 +256851,2014.322092,1387.096423,2182.489062,1021.420462,2012.91344 +256852,1330.322106,1080.256379,1977.750172,712.4413393,680.0127635 +256853,2058.705918,1408.441522,2192.959959,1034.386941,2034.322589 +256854,1562.756619,1191.314782,2195.957064,816.174249,1068.146449 +256855,1755.811357,1282.849588,2188.998914,902.9448363,1453.676506 +256856,1733.426782,1276.242723,2178.084633,893.4773684,1388.000132 +256857,1741.600438,1284.537544,2169.86133,897.9290432,1395.929292 +256858,1750.591097,1292.498728,2165.295778,902.677514,1402.988007 +256859,1759.197727,1300.734422,2163.517631,907.3086684,1409.621218 +256860,1767.960098,1308.865143,2163.635747,911.8757064,1416.359073 +256861,2166.155235,1485.247972,2173.54662,1085.035276,2015.781017 +256862,2178.807206,1495.235709,2212.843048,1091.433146,2037.829975 +256863,2189.447532,1504.48937,2261.924029,1097.004439,2064.444821 +256864,2199.835379,1513.508773,2304.772873,1102.636725,2086.159027 +256865,2209.789692,1522.389966,2338.146714,1107.941849,2102.134822 +256866,2219.690796,1531.179893,2363.349833,1113.226536,2113.445251 +256867,2229.294761,1539.903123,2382.513358,1118.434058,2121.409769 +256868,2238.920194,1548.574223,2397.471772,1123.587626,2127.093093 +256869,2248.296019,1557.201076,2409.213492,1128.695499,2131.242612 +256870,2257.863308,1565.789303,2419.678664,1133.836388,2134.351937 +256871,2266.841085,1574.342167,2428.46814,1138.757506,2136.749276 +256872,2276.215582,1582.962182,2436.41288,1143.809084,2138.664903 +256873,2303.691384,1591.297167,2443.353529,1148.765389,2140.228693 +256874,2266.864937,1599.830155,2449.724349,1153.703604,2141.635874 +256875,2316.440034,1608.14628,2455.672928,1158.613897,2142.960155 +256876,2309.481152,1616.696193,2461.246967,1163.49598,2144.179141 +256877,2320.943785,1625.098393,2466.555138,1168.355147,2145.364202 +256878,2345.136321,1633.306138,2471.647016,1173.188249,2146.528848 +256879,2315.957741,1641.699762,2476.809869,1177.99737,2147.738701 +256880,2369.549404,1649.97522,2481.648199,1182.85832,2148.976337 +256881,2336.868291,1664.588845,2486.356878,1187.505427,2150.21819 +256882,2376.287047,1664.518859,2490.976795,1192.301356,2151.498305 +256883,2365.801646,1691.130062,2495.507126,1196.932732,2152.785146 +256884,2391.635553,1661.667373,2499.992831,1201.74325,2154.128282 +256885,2379.324406,1693.857636,2504.467867,1206.442338,2155.549508 +256886,2425.840664,1701.459008,2509.051625,1210.993099,2157.196335 +256887,2397.09902,1705.905847,2515.418555,1215.687931,2161.090806 +256888,2417.285541,1715.232618,2518.961462,1220.290934,2161.658492 +256889,2432.358082,1737.334314,2523.296288,1222.941496,2163.254501 +256890,2439.680309,1747.64339,2528.893782,1227.067641,2165.563875 +256891,2447.192498,1753.694128,2535.191148,1230.761558,2168.261281 +256892,2448.847203,1745.444436,2541.376255,1236.611145,2171.067213 +256893,2454.339581,1748.191761,2546.347383,1240.536328,2173.855145 +256894,2460.602693,1751.773574,2550.367379,1244.265714,2176.657288 +256895,2466.597047,1755.29622,2553.914775,1247.909396,2179.510172 +256896,2472.594843,1758.725127,2559.012241,1251.485748,2184.543098 +256897,2478.536029,1762.02433,2563.019601,1255.000477,2188.431685 +256898,2484.331168,1765.195485,2566.713779,1258.461443,2191.848955 +256899,2489.816954,1768.227215,2568.109638,1261.869275,2192.849314 +256900,2495.836179,1771.131468,2570.237627,1265.228141,2194.842281 +256901,2501.27887,1773.903426,2574.348327,1268.619614,2199.329611 +256902,2506.715126,1776.541432,2575.782188,1271.757632,2200.678251 +256903,2512.204832,1779.065129,2577.785389,1275.034126,2202.803869 +256904,2517.517441,1781.467801,2581.687679,1278.194154,2207.316034 +256905,2522.50186,1783.748759,2582.8839,1281.318278,2208.6339 +256906,2528.001308,1786.038895,2584.640229,1284.404856,2210.705097 +256907,2533.031505,1787.940189,2588.301542,1287.36384,2215.14996 +256908,2537.952919,1789.971708,2589.259616,1290.488367,2216.386009 +256909,2543.02136,1791.81889,2590.775315,1293.390427,2218.359534 +256910,2547.823225,1793.575388,2592.434947,1299.238533,2220.553136 +256911,2560.46563,1795.237492,2594.276672,1296.198379,2223.01323 +256912,2546.205093,1796.808607,2597.718786,1310.5408,2227.471407 +256913,2574.565795,1798.275602,2598.403089,1293.030762,2228.645483 +256914,2562.794337,1799.666642,2599.762533,1313.378435,2230.684864 +256915,2572.255652,1800.962146,2601.094185,1326.205264,2232.723226 +256916,2576.657839,1802.178375,2604.2092,1287.754871,2236.965272 +256917,2580.552955,1803.298266,2604.651824,1327.856068,2238.008461 +256918,2585.204904,1804.353317,2607.35623,1315.678016,2242.042645 +256919,2589.376852,1805.313902,2609.222042,1320.90582,2244.884181 +256920,2593.589043,1806.198703,2608.995889,1323.561024,2245.214199 +256921,2603.29052,1809.480805,2610.462567,1328.569968,2248.112798 +256922,2609.081176,1810.868596,2612.562402,1331.61026,2251.863457 +256923,2613.441211,1811.635703,2614.89931,1334.335852,2255.966687 +256924,2617.801144,1812.509113,2617.166892,1336.972562,2260.032454 +256925,2622.188031,1813.323485,2621.001501,1339.53375,2266.051369 +256926,2626.178405,1813.642639,2623.67277,1342.027805,2270.703981 +256927,2630.193671,1814.276565,2625.782043,1344.473778,2274.713264 +256928,2632.935132,1803.384417,2625.802447,1352.484219,2276.190885 +256929,2636.762791,1801.817136,2626.464073,1355.953399,2278.573316 +256930,2640.36194,1801.4175,2627.336782,1358.652277,2281.252858 +256931,2644.210775,1800.841886,2628.344989,1361.623147,2284.065337 +256932,2647.971259,1800.402234,2631.185771,1364.239907,2289.058029 +256933,2651.234771,1799.947305,2633.089031,1366.874582,2292.877058 +256934,2654.975558,1799.48107,2632.864351,1369.444601,2294.075719 +256935,2658.521146,1798.998438,2633.414166,1371.970497,2296.171083 +256936,2661.985187,1798.487158,2634.243122,1374.449991,2298.559636 +256937,2665.346333,1797.948319,2635.201166,1376.889297,2301.072659 +256938,2668.766182,1797.379604,2636.215815,1379.289513,2303.635366 +256939,2672.03214,1796.78015,2637.246997,1381.652112,2306.20717 +256940,2675.31115,1796.149554,2638.272571,1383.978408,2308.76486 +256941,2678.583071,1795.487563,2639.283182,1386.269478,2311.298414 +256942,2681.860769,1794.797,2642.011038,1388.527903,2315.92484 +256943,2684.682356,1794.066445,2641.989904,1390.837336,2317.20857 +256944,2687.914497,1793.313961,2642.519694,1392.897517,2319.155667 +256945,2691.133164,1792.528918,2644.958951,1395.122749,2323.417829 +256946,2693.546889,1791.704895,2644.752825,1397.231893,2324.452932 +256947,2696.975293,1790.860572,2645.158793,1399.333664,2326.223412 +256948,2699.938994,1789.984836,2647.506552,1401.404226,2330.350812 +256949,2702.621302,1789.073996,2648.955618,1403.441447,2333.389441 +256950,2714.82995,1774.562441,2648.490351,1416.768902,2334.098593 +256951,2698.478401,1786.068358,2649.095205,1409.405193,2335.580824 +256952,2723.164489,1786.918308,2649.779493,1410.418927,2337.329406 +256953,2704.633169,1787.430449,2652.108659,1412.097604,2341.334256 +256954,2728.917495,1787.743145,2653.454438,1413.853095,2344.277512 +256955,2710.765965,1788.036616,2654.378098,1415.63662,2346.740643 +256956,2734.567346,1788.308467,2653.433757,1417.41622,2346.899772 +256957,2724.885931,1788.578805,2653.517544,1419.18891,2348.265255 +256958,2730.52151,1788.837191,2653.831818,1420.941832,2349.872533 +256959,2733.881689,1789.091499,2654.260394,1422.677287,2351.601536 +256960,2736.971265,1789.339362,2654.827388,1424.393544,2353.498018 +256961,2739.951452,1789.58364,2657.165274,1426.091793,2357.570204 +256962,2742.528313,1789.808091,2656.784138,1427.76477,2358.345066 +256963,2745.913293,1789.89993,2658.693556,1429.388519,2361.931841 +256964,2748.277851,1790.261609,2658.067506,1431.010132,2362.42179 +256965,2751.706024,1790.382347,2659.822718,1432.626542,2365.815918 +256966,2754.087263,1790.578861,2659.09799,1434.3089,2366.180776 +256967,2757.189934,1790.752889,2659.056808,1435.752783,2367.376173 +256968,2760.062349,1790.910371,2659.264006,1437.377255,2368.868821 +256969,2762.905926,1791.054247,2659.58841,1438.906346,2370.506517 +256970,2765.731421,1791.183066,2659.962678,1440.431113,2372.214512 +256971,2768.576348,1791.296305,2660.352017,1441.939211,2373.954013 +256972,2771.099681,1791.39332,2660.738923,1443.43017,2375.704226 +256973,2774.523847,1791.475458,2662.84601,1444.907423,2379.576137 +256974,2776.931441,1791.537001,2663.956263,1446.361679,2382.258742 +256975,2779.51547,1798.533866,2664.626684,1440.169156,2384.428358 +256976,2782.202655,1799.615141,2664.501132,1440.377943,2386.320919 +256977,2784.914033,1800.149281,2663.898635,1440.987843,2388.060665 +256978,2787.363452,1800.519456,2661.446371,1441.896884,2387.606383 +256979,2790.232578,1800.792683,2660.026415,1442.63371,2388.291781 +256980,2792.995548,1800.993086,2659.110493,1443.599177,2389.436811 +256981,2681.702649,1748.318738,2653.241892,1391.492888,2382.532966 +256982,2679.178786,1747.524194,2641.773177,1391.804253,2366.976443 +256983,2682.738124,1747.304384,2625.828131,1392.341233,2344.710225 +256984,2685.636692,1747.209397,2612.931736,1393.18581,2325.635588 +256985,2688.476205,1746.895724,2605.111086,1393.866289,2312.676387 +256986,2690.553196,1746.818374,2597.190296,1394.904884,2299.759252 +256987,2701.667172,1746.659431,2591.753549,1395.709346,2290.143927 +256988,2686.29992,1746.497378,2587.457948,1396.601626,2282.224706 +256989,2710.94552,1746.327164,2585.665258,1397.533948,2277.675407 +256990,2700.134587,1746.127273,2581.838663,1398.59343,2270.950841 +256991,2706.301059,1745.924998,2580.524613,1399.478196,2267.571428 +256992,2709.099255,1745.684431,2576.877236,1400.4182,2261.587946 +256993,2712.415361,1745.438307,2574.137091,1401.392965,2256.916889 +256994,2715.024365,1745.164314,2571.788822,1402.491832,2252.897915 +256995,2718.404041,1744.870722,2569.666279,1403.400386,2249.311526 +256996,2721.469106,1744.559922,2569.412507,1404.373741,2248.156757 +256997,2723.997205,1744.215349,2566.554877,1405.362966,2243.959357 +256998,2727.382016,1743.862876,2564.345704,1406.484596,2240.661293 +256999,2730.856509,1743.486474,2564.115787,1407.411389,2239.868696 +257000,2733.499945,1743.081636,2563.046745,1408.395772,2238.137485 +257001,2736.538039,1742.656213,2559.937562,1409.401565,2233.982722 +257002,2746.517964,1742.216807,2557.814912,1410.534752,2231.073176 +257003,2733.96849,1741.643708,2557.557282,1411.472126,2230.532326 +257004,2755.115953,1741.313193,2556.485435,1412.467126,2229.031013 +257005,2747.54936,1740.727846,2553.638655,1413.48305,2225.321228 +257006,2751.727214,1740.215717,2551.588329,1414.625121,2222.507783 +257007,2752.897699,1741.740663,2549.82248,1405.79371,2219.955541 +257008,2754.471565,1741.091427,2547.147717,1404.971043,2217.589931 +257009,2757.311675,1740.433322,2545.626459,1404.985705,2217.452478 +257010,2759.604565,1739.8894,2541.447988,1405.210074,2214.177033 +257011,2763.423629,1738.699933,2538.148446,1405.485719,2211.714258 +257012,2764.617803,1737.490006,2537.061638,1405.808416,2211.626699 +257013,2774.604001,1736.195974,2533.804068,1406.160575,2208.605594 +257014,2760.58748,1734.864171,2532.922556,1406.545117,2208.291036 +257015,2781.101694,1733.481556,2529.685159,1406.941081,2204.930887 +257016,2774.314441,1732.074386,2529.134072,1407.361917,2204.735407 +257017,2776.00838,1730.621955,2526.134765,1407.788411,2201.430235 +257018,2783.005402,1729.04342,2523.874816,1419.13216,2198.932719 +257019,2787.346826,1727.667373,2523.346627,1424.138378,2196.970266 +257020,2796.664682,1726.317655,2523.996558,1418.310285,2195.467561 +257021,2784.164563,1724.964219,2524.641531,1437.428345,2193.791117 +257022,2802.687273,1723.605298,2526.708034,1407.735415,2194.289799 +257023,2797.270468,1722.227716,2526.022661,1434.512406,2191.517914 +257024,2799.174302,1720.84985,2525.558736,1437.806007,2189.256049 +257025,2803.39087,1719.462137,2526.768293,1410.473209,2189.215214 +257026,2805.512157,1718.061422,2527.07525,1438.398463,2188.199151 +257027,2813.492863,1716.653864,2525.568739,1447.032916,2184.822391 +257028,2809.921017,1715.244901,2524.683619,1404.819408,2182.513697 +257029,2811.487562,1713.824881,2523.909722,1445.759828,2180.389879 +257030,2821.637781,1712.400547,2523.301644,1431.295178,2178.509292 +257031,2811.223203,1710.970199,2522.699274,1434.837975,2176.667194 +257032,2825.225817,1709.538264,2523.741279,1436.044359,2176.877999 +257033,2822.702677,1707.983189,2522.271276,1437.054204,2174.046324 +257034,2831.846076,1706.702661,2523.206775,1438.096982,2174.19084 +257035,2820.521601,1705.280552,2521.483683,1439.116629,2171.09666 +257036,2829.946736,1703.687018,2520.197241,1440.051897,2168.535634 +257037,2830.059905,1702.305104,2519.233206,1441.208547,2166.361389 +257038,2830.742296,1700.82849,2518.419902,1442.158949,2164.368584 +257039,2831.431253,1699.363884,2517.585828,1443.185891,2162.348482 +257040,2830.040561,1697.896946,2516.659239,1444.196869,2160.219971 +257041,2647.789164,1587.19502,2512.418952,1336.140767,2154.447891 +257042,2570.393621,1583.109625,2491.374076,1334.436133,2124.644664 +257043,2608.721043,1579.791189,2464.496481,1333.512144,2085.567637 +257044,2594.620655,1576.800063,2442.35472,1332.975052,2050.783092 +257045,2595.840207,1573.978895,2426.339138,1332.759277,2023.535159 +257046,2596.071569,1571.173035,2415.140558,1332.568853,2002.469933 +257047,2595.722764,1568.698124,2407.265481,1332.313699,1985.968827 +257048,2596.393012,1566.160029,2403.167993,1332.301123,1974.671378 +257049,2596.022866,1563.498111,2397.663984,1332.245824,1962.246699 +257050,2596.579622,1561.081886,2393.561652,1332.248211,1952.086201 +257051,2596.985342,1558.608213,2390.234925,1332.276971,1943.366851 +257052,2597.621951,1556.178489,2389.134748,1332.336316,1937.820706 +257053,2597.584811,1553.770564,2385.703755,1332.412233,1929.838077 +257054,2605.544039,1551.390523,2383.257573,1332.51967,1923.415889 +257055,2589.351981,1549.030324,2381.042283,1332.643449,1917.581086 +257056,2609.382888,1546.692033,2379.034904,1332.788675,1912.268835 +257057,2591.505149,1544.375756,2378.911707,1332.955492,1909.502797 +257058,2610.242079,1542.076409,2377.962868,1333.135842,1905.954328 +257059,2599.787744,1539.796816,2375.10928,1333.334947,1900.269803 +257060,2602.263461,1537.540452,2374.672681,1333.557533,1897.689639 +257061,2603.994775,1535.297502,2373.558729,1333.789181,1894.413352 +257062,2604.423009,1533.075632,2372.299795,1334.041289,1891.078047 +257063,2604.81157,1530.869326,2369.262981,1334.306096,1885.661983 +257064,2606.330748,1528.58518,2368.87853,1334.593743,1883.55819 +257065,2606.924498,1526.562039,2367.940262,1334.889084,1880.847472 +257066,2607.341778,1524.340845,2365.121804,1335.201034,1875.902182 +257067,2608.552202,1522.222267,2363.209172,1335.53151,1872.106421 +257068,2609.78853,1520.106081,2361.700534,1335.873555,1868.836938 +257069,2611.082872,1518.007254,2362.117831,1336.232686,1867.96475 +257070,2611.214448,1515.924101,2359.982191,1336.599458,1864.02139 +257071,2613.549805,1513.912734,2358.50144,1337.03796,1860.914677 +257072,2614.941661,1511.919959,2357.316189,1337.496073,1858.17949 +257073,2617.213678,1509.937696,2358.013505,1337.974324,1857.762611 +257074,2627.088774,1507.961836,2358.022507,1338.46329,1856.533536 +257075,2610.384662,1505.993102,2355.824268,1338.966632,1852.621343 +257076,2631.970842,1504.033288,2354.373572,1339.486796,1849.619762 +257077,2624.363121,1502.081354,2353.47085,1340.016879,1847.275954 +257078,2626.815109,1500.239276,2354.352059,1340.560988,1847.111859 +257079,2628.610348,1498.159575,2352.56192,1341.111455,1843.692666 +257080,2631.595034,1496.310986,2351.45301,1341.678753,1841.111621 +257081,2633.430801,1494.389329,2350.634336,1342.25361,1838.874868 +257082,2631.070399,1482.600091,2351.573097,1331.062305,1838.792206 +257083,2629.819874,1479.048422,2348.440477,1329.577954,1835.37766 +257084,2631.918989,1476.051267,2345.042087,1329.082979,1832.649326 +257085,2633.985176,1473.34677,2341.845465,1328.852102,1830.302837 +257086,2644.045732,1470.751982,2341.006617,1328.76939,1830.545182 +257087,2629.638068,1468.234659,2337.825392,1328.76907,1827.533096 +257088,2647.331549,1465.782255,2335.453568,1328.838673,1825.178953 +257089,2643.823382,1463.383004,2335.427459,1328.955672,1825.439021 +257090,2643.661789,1461.030167,2332.960596,1329.106801,1822.520747 +257091,2646.898408,1458.728626,2331.118021,1329.300123,1820.207804 +257092,2649.565283,1456.473376,2329.64274,1329.521643,1818.207142 +257093,2652.548831,1454.26834,2330.283716,1329.774924,1818.689493 +257094,2660.179568,1451.089501,2328.254976,1330.048182,1815.817654 +257095,2656.416383,1449.350541,2327.085608,1330.363505,1813.918975 +257096,2657.868625,1447.870025,2325.979146,1331.012986,1812.022439 +257097,2660.921253,1446.503215,2325.120797,1332.067029,1810.123842 +257098,2664.720213,1445.312675,2325.900208,1333.247412,1810.432202 +257099,2672.054179,1443.94601,2324.295228,1334.511637,1807.989265 +257100,2669.344061,1442.751688,2323.367914,1335.860889,1806.124033 +257101,2689.878591,1548.390096,2322.612712,1443.895769,1804.417034 +257102,2702.895372,1549.16599,2332.037066,1447.269144,1818.458839 +257103,2721.82806,1549.476763,2345.886011,1450.119084,1840.119929 +257104,2738.913748,1540.844931,2358.580525,1445.287628,1861.24737 +257105,2751.230148,1539.358076,2367.118493,1446.344928,1878.767976 +257106,2759.254107,1538.581751,2372.0559,1449.911339,1892.103797 +257107,2764.418204,1537.986775,2374.768947,1457.10451,1902.371467 +257108,2767.954559,1537.469638,2376.311098,1444.297352,1910.609143 +257109,2770.583017,1537.029217,2377.218829,1459.675178,1917.212543 +257110,2772.617856,1536.637946,2377.702874,1458.321951,1922.421803 +257111,2774.278234,1536.285852,2377.890445,1463.727107,1926.270862 +257112,2775.675051,1535.968319,2377.856967,1466.943852,1929.714778 +257113,2776.902409,1535.682529,2377.664535,1468.62404,1932.363252 +257114,2777.995148,1535.426362,2377.349929,1476.93688,1934.4246 +257115,2779.044228,1535.095424,2376.975529,1462.959451,1936.019638 +257116,2780.018187,1535.064908,2376.534038,1492.549445,1937.413482 +257117,2780.940615,1534.905115,2376.045014,1471.886976,1938.239231 +257118,2781.854381,1534.630492,2375.540638,1487.214869,1938.773676 +257119,2782.804758,1534.560619,2375.051825,1466.132943,1939.088049 +257120,2784.122993,1534.452196,2374.795465,1514.71541,1939.483242 +257121,2785.535243,1534.349779,2374.601489,1472.775664,1939.77602 +257122,2786.856428,1534.296293,2374.357373,1511.617246,1939.855476 +257123,2788.171318,1534.231707,2374.116751,1493.777183,1939.801979 +257124,2789.409799,1534.213505,2373.83528,1504.466418,1939.579593 +257125,2790.762992,1534.199825,2373.632594,1507.00089,1939.344569 +257126,2792.260831,1535.69954,2373.529113,1510.526271,1939.138747 +257127,2793.835899,1532.626943,2373.482449,1514.196432,1938.918095 +257128,2795.446517,1539.196301,2373.467574,1517.996564,1938.881089 +257129,2797.108751,1527.391572,2373.486129,1521.675185,1938.612981 +257130,2798.767117,1548.998386,2373.516552,1525.704278,1938.294797 +257131,2800.469802,1516.863459,2373.577008,1529.487842,1937.963488 +257132,2804.841382,1560.001114,2375.368457,1533.312827,1939.737007 +257133,2805.006052,1506.599597,2374.520591,1537.20795,1938.237971 +257134,2806.021817,1547.131044,2374.241036,1541.138948,1937.41164 +257135,2807.495173,1541.175193,2374.070586,1545.046097,1936.682217 +257136,2808.80979,1520.453107,2374.000627,1549.245358,1936.0426 +257137,2812.898554,1563.167276,2375.714953,1553.338802,1937.583688 +257138,2812.891546,1501.057771,2374.836248,1557.381432,1935.91478 +257139,2813.930019,1550.411515,2374.629683,1567.230356,1935.05543 +257140,2815.154111,1545.5164,2374.534008,1563.447586,1934.305001 +257141,2816.464785,1514.215683,2374.488097,1571.144854,1933.591662 +257142,2817.925033,1545.233406,2374.537313,1575.047352,1932.977206 +257143,2819.359145,1551.970828,2374.573588,1579.308354,1932.33267 +257144,2820.876096,1507.426697,2374.668159,1583.732552,1931.748439 +257145,2825.187267,1549.085882,2376.558433,1588.188805,1933.378091 +257146,2825.209243,1552.903386,2375.736054,1592.754004,1931.659473 +257147,2826.166162,1506.099524,2375.515508,1597.375262,1930.672774 +257148,2830.193512,1550.427576,2377.250842,1602.07456,1932.08718 +257149,2830.063947,1555.498206,2376.344436,1606.634384,1930.230799 +257150,2830.961007,1503.32159,2376.090682,1611.316843,1929.166206 +257151,2832.281069,1552.569884,2376.09473,1616.310818,1928.399502 +257152,2836.358071,1556.894781,2377.8565,1621.176696,1930.004762 +257153,2836.422447,1502.255946,2377.076038,1625.846467,1928.255883 +257154,2837.491792,1553.997928,2376.940198,1630.972616,1927.294647 +257155,2838.804933,1533.842076,2376.951516,1635.763509,1926.5 +257156,2840.077904,1537.810775,2376.876312,1641.028361,1925.499961 +257157,2840.960446,1532.74973,2376.452282,1642.783285,1923.904502 +257158,2841.675674,1532.421952,2375.844656,1647.202635,1923.076466 +257159,2841.801978,1531.997691,2374.493317,1657.401228,1921.446195 +257160,2842.448386,1532.038914,2373.633587,1655.486215,1920.801775 +257161,2847.728451,1554.419527,2377.159955,1683.354133,1927.684718 +257162,2856.253795,1555.500401,2382.434541,1692.542992,1937.029198 +257163,2865.048482,1555.992337,2387.30304,1697.101715,1945.566748 +257164,2872.071124,1556.378595,2391.332836,1702.446885,1953.064661 +257165,2879.243416,1556.670346,2396.130163,1713.602358,1962.281309 +257166,2885.171677,1556.902724,2400.01737,1712.502521,1969.89739 +257167,2890.397346,1557.103669,2403.59557,1719.908709,1977.128907 +257168,2894.954203,1557.281275,2406.66877,1725.820568,1983.436648 +257169,2898.731378,1557.444612,2409.085012,1731.414195,1988.534067 +257170,2903.120111,1557.598243,2412.208948,1736.830245,1994.893679 +257171,2907.783485,1557.740446,2415.520517,1742.8107,2001.397561 +257172,2912.217036,1557.87517,2418.524232,1753.478395,2007.161792 +257173,2916.197976,1558.003302,2421.136091,1753.236979,2012.178708 +257174,2919.822414,1558.125018,2423.530277,1760.482924,2016.85113 +257175,2923.605991,1558.134842,2425.859276,1766.267551,2021.386229 +257176,2926.965081,1558.398393,2428.089667,1772.370803,2025.679536 +257177,2930.236481,1558.428952,2430.247418,1777.884819,2029.793279 +257178,2933.607431,1558.542592,2432.453052,1788.733922,2033.894913 +257179,2936.92339,1585.016128,2434.608916,1789.365202,2037.875279 +257180,2940.138953,1519.775661,2436.688472,1795.351082,2041.710163 +257181,2943.507996,1577.53576,2438.857765,1807.079735,2045.612899 +257182,2946.833737,1570.285396,2440.992272,1808.257286,2049.434665 +257183,2950.243451,1535.953986,2443.017536,1813.484676,2053.087585 +257184,2953.420082,1569.982514,2445.08689,1824.610134,2056.76596 +257185,2956.587968,1568.279988,2447.147936,1826.819254,2060.408038 +257186,2959.991395,1541.896246,2449.216028,1836.174583,2064.036488 +257187,2963.218561,1587.461104,2451.230053,1838.623861,2067.578136 +257188,2965.795166,1527.747752,2453.114297,1842.542109,2070.940377 +257189,2968.218732,1596.796889,2454.845986,1847.57472,2074.095101 +257190,2970.957216,1521.633781,2456.479348,1850.992185,2077.109657 +257191,2973.271202,1598.339455,2457.946193,1853.58512,2079.899292 +257192,2975.634972,1521.931383,2459.223763,1856.321039,2082.452029 +257193,2977.446143,1594.079336,2460.316159,1859.17103,2084.78372 +257194,2979.039872,1526.8874,2461.270535,1862.117257,2086.955533 +257195,2980.474729,1586.090456,2462.116877,1865.124795,2089.003319 +257196,2981.800084,1534.760758,2462.88309,1868.17318,2090.959955 +257197,2983.050701,1575.783388,2463.591093,1871.252111,2092.851722 +257198,2984.236698,1544.453276,2464.248392,1874.347153,2094.687772 +257199,2987.999622,1563.326629,2466.606949,1879.333534,2098.657862 +257200,2987.769357,1556.294153,2466.339463,1881.448108,2099.374679 +257201,2988.295657,1557.443903,2466.56796,1884.282714,2100.71611 +257202,2989.030606,1557.171916,2466.918255,1887.459456,2102.205194 +257203,2989.867112,1556.967274,2467.321584,1890.835553,2103.758542 +257204,2990.750788,1558.691225,2467.747988,1894.306389,2105.344042 +257205,2991.75819,1558.792747,2468.396912,1897.785472,2106.941919 +257206,2992.831217,1558.683258,2469.181128,1901.255294,2108.545441 +257207,2993.899379,1558.509014,2469.976241,1904.722032,2110.152213 +257208,2994.92651,1558.298791,2470.715836,1908.191938,2111.76092 +257209,2995.906488,1558.064558,2471.385508,1911.667002,2113.371384 +257210,2996.846071,1557.811747,2471.994061,1915.146114,2114.983638 +257211,2997.753649,1557.543464,2472.55442,1918.627104,2116.59742 +257212,2998.635321,1557.261309,2473.076695,1922.107957,2118.212166 +257213,2999.494777,1556.966583,2473.567579,1925.587131,2119.827147 +257214,3000.334215,1556.659983,2474.031508,1929.063468,2121.441548 +257215,3001.155086,1556.342327,2474.471703,1932.536022,2123.054563 +257216,3001.958468,1556.014015,2474.890734,1936.003956,2124.665461 +257217,3002.745217,1555.675711,2475.290717,1939.466473,2126.273558 +257218,3003.514375,1555.327683,2475.672305,1943.115505,2127.876868 +257219,3004.266204,1554.970518,2476.03672,1946.540516,2129.474537 +257220,3005.003519,1554.604407,2476.38668,1949.952397,2131.067957 +257221,3003.409014,1521.442547,2474.376723,1952.329545,2128.358324 +257222,2997.106149,1521.106623,2468.939548,1951.993812,2120.438681 +257223,2989.386184,1520.982414,2462.157922,1950.914529,2110.141646 +257224,2983.070526,1520.870418,2455.977368,1950.76186,2100.247939 +257225,2978.210359,1520.77719,2451.073093,1951.947363,2091.84409 +257226,2974.517797,1520.690612,2447.324701,1954.118421,2084.922761 +257227,2972.146393,1520.608411,2444.388145,1956.806466,2079.132243 +257228,2970.403696,1520.529216,2441.970394,1959.669654,2074.143949 +257229,2969.023874,1520.452776,2439.888347,1962.558011,2069.741863 +257230,2967.867595,1520.378153,2438.039773,1965.41237,2065.797181 +257231,2967.148226,1520.305143,2436.36317,1968.232902,2062.225179 +257232,2966.205032,1520.233064,2434.818097,1971.013875,2058.964506 +257233,2965.33399,1520.16191,2433.376753,1973.768454,2055.968479 +257234,2967.188654,1520.092709,2433.747272,1978.36778,2055.357752 +257235,2965.249222,1520.019831,2431.593576,1980.055397,2051.726675 +257236,2963.996405,1519.951844,2430.011482,1982.292137,2048.905102 +257237,2962.961259,1519.882002,2428.607531,1984.706042,2046.381473 +257238,2962.058943,1519.812929,2427.308705,1987.205483,2044.057056 +257239,2961.244044,1519.744413,2426.080628,1989.744102,2041.885181 +257240,2960.76271,1519.676298,2424.89946,1992.277452,2039.831755 +257241,2959.91429,1519.608911,2423.751809,1994.789398,2037.874471 +257242,2959.231339,1519.542055,2422.631645,1997.289585,2035.999661 +257243,2958.172309,1519.476042,2421.536257,1999.771161,2034.197983 +257244,2957.512689,1519.410655,2420.462379,2002.232336,2032.459981 +257245,2957.054914,1519.346237,2419.402483,2004.857353,2030.771493 +257246,2956.422494,1519.282565,2418.352256,2007.24486,2029.122889 +257247,2955.786153,1519.219992,2417.312833,2009.607448,2027.511779 +257248,2955.151185,1519.158268,2416.284824,2011.956995,2025.935601 +257249,2954.857027,1519.09775,2415.265368,2014.293449,2024.387907 +257250,2954.252853,1519.038175,2414.252651,2016.613395,2022.863929 +257251,2953.637384,1518.955329,2413.248014,2018.916019,2021.36313 +257252,2953.014549,1518.868754,2412.249753,2021.173115,2019.884919 +257253,2952.384043,1518.781325,2411.256142,2023.36787,2018.427736 +257254,2951.74583,1518.693403,2410.266965,2025.50013,2016.990259 +257255,2951.100574,1518.605703,2409.282728,2027.577551,2015.571219 +257256,2950.701156,1518.518063,2408.265606,2029.584327,2014.105262 +257257,2949.852938,1518.431032,2407.125529,2031.653599,2012.443231 +257258,2948.80134,1518.331815,2405.834296,2033.354246,2010.54597 +257259,2947.577032,1518.255748,2404.41384,2034.911081,2008.454048 +257260,2946.762251,1518.159581,2403.415374,2036.621959,2007.141816 +257261,2946.286409,1518.071463,2402.698089,2038.506969,2006.275697 +257262,2945.741197,1517.985633,2401.873085,2040.362116,2005.166977 +257263,2944.227815,1517.901198,2400.127032,2041.711678,2002.426535 +257264,2943.061347,1517.819553,2398.846592,2043.279702,2000.651795 +257265,2941.466743,1517.736102,2397.128058,2044.412321,1998.060318 +257266,2939.017603,1517.655812,2394.651498,2045.059802,1994.190851 +257267,2938.259569,1518.542046,2393.921139,2046.418558,1993.553278 +257268,2938.182002,1518.609941,2394.265129,2047.205187,1994.390889 +257269,2935.651658,1520.151805,2392.464974,2046.556878,1991.10603 +257270,2931.383311,1518.136936,2389.532224,2044.658455,1986.079881 +257271,2927.729103,1522.428655,2386.930915,2043.266845,1981.914321 +257272,2926.844577,1512.209668,2387.115324,2043.676088,1982.755402 +257273,2925.257516,1534.112518,2385.880185,2044.274825,1980.720811 +257274,2924.553347,1498.114953,2385.473257,2045.039855,1980.314421 +257275,2922.74328,1553.166787,2383.88814,2045.351215,1977.749909 +257276,2918.797402,1478.306676,2380.245869,2044.518077,1971.699315 +257277,2915.187722,1536.112218,2377.105081,2043.628646,1966.888726 +257278,2916.134198,1531.449967,2378.071577,2044.938834,1969.447085 +257279,2914.911881,1491.890503,2377.00417,2045.698105,1967.764617 +257280,2914.79198,1530.203216,2377.012328,2046.246043,1968.157948 +257281,2919.337392,1448.430898,2381.794375,2050.128597,1976.92616 +257282,2910.409379,1450.13688,2374.322654,2046.361577,1965.508708 +257283,2893.488703,1449.294202,2361.255521,2038.158399,1945.246045 +257284,2883.083322,1448.529293,2353.99858,2033.538232,1934.825012 +257285,2874.850396,1447.757646,2347.266187,2031.503312,1923.394694 +257286,2870.295154,1447.011451,2343.746487,2031.851411,1916.852663 +257287,2870.921624,1446.161801,2344.287193,2034.733974,1916.81946 +257288,2868.183966,1445.557397,2340.984803,2036.262267,1909.322875 +257289,2863.214264,1444.752833,2336.110921,2035.849906,1899.65883 +257290,2862.914845,1444.031582,2336.174197,2037.202722,1899.291716 +257291,2865.632204,1443.287508,2338.602025,2040.215062,1902.653815 +257292,2864.500288,1442.545722,2336.964771,2041.512441,1898.507943 +257293,2863.926497,1441.812703,2336.437554,2042.795452,1897.026547 +257294,2865.750631,1441.071961,2338.211252,2044.940955,1899.716862 +257295,2867.099958,1440.428941,2339.247176,2047.222598,1900.889548 +257296,2865.478348,1439.539847,2337.528992,2047.278426,1897.355597 +257297,2862.256093,1438.869011,2334.728823,2046.669296,1892.453326 +257298,2859.56134,1438.111225,2332.714875,2046.343417,1889.324818 +257299,2857.323111,1437.363404,2331.112878,2046.212851,1886.997496 +257300,2858.209686,1436.61659,2332.456748,2047.452939,1889.945678 +257301,2860.965692,1435.862762,2335.162753,2049.806333,1894.94531 +257302,2860.595163,1435.106687,2334.593582,2050.898229,1893.900735 +257303,2858.268931,1434.355373,2332.574301,2050.601169,1890.76344 +257304,2858.525209,1433.602398,2333.340013,2051.337942,1892.919827 +257305,2858.269859,1432.781867,2333.289445,2051.989455,1893.318605 +257306,2855.792241,1431.94499,2331.800522,2050.296582,1891.281771 +257307,2855.291161,1431.099691,2332.775096,2048.624209,1893.890987 +257308,2854.279621,1430.139789,2332.952312,2047.367618,1894.795049 +257309,2851.948271,1429.42174,2331.773759,2045.467794,1893.396216 +257310,2851.840823,1428.485136,2332.768303,2044.981407,1896.108536 +257311,2851.393089,1427.165042,2333.03436,2044.71344,1897.276026 +257312,2849.653594,1425.729177,2332.028239,2043.869972,1896.368725 +257313,2848.085317,1424.236301,2331.29421,2042.767887,1896.317042 +257314,2848.214716,1422.697272,2332.112524,2042.661861,1899.192169 +257315,2847.875897,1421.117208,2332.187739,2042.450313,1900.670533 +257316,2846.380352,1419.504284,2331.16036,2041.619074,1900.38697 +257317,2845.001197,1417.858852,2330.363292,2040.717335,1900.792482 +257318,2843.769269,1416.180057,2329.666285,2039.8677,1901.469381 +257319,2842.646027,1414.471259,2329.024446,2039.058752,1902.317229 +257320,2842.607476,1412.733291,2329.376161,2038.756613,1904.990667 +257321,2843.076885,1410.965273,2330.036654,2038.563046,1908.120606 +257322,2842.470028,1409.266959,2329.567324,2038.078626,1909.222136 +257323,2841.264518,1407.208145,2328.651409,2037.185462,1909.730651 +257324,2840.170375,1405.567267,2327.915539,2036.259552,1910.705431 +257325,2839.181286,1403.612603,2327.26218,2035.363616,1911.86432 +257326,2838.266451,1401.726924,2326.656903,2034.485851,1913.137368 +257327,2837.404164,1399.80347,2326.080569,2033.611796,1914.491791 +257328,2836.422604,1397.855368,2325.378923,2032.64698,1915.674102 +257329,2834.949517,1395.884036,2324.49962,2031.539021,1916.602315 +257330,2833.646825,1393.889088,2323.509905,2030.318182,1917.395456 +257331,2832.268558,1391.871794,2322.446762,2029.015169,1918.118209 +257332,2830.835271,1389.831871,2321.33648,2027.649037,1918.803027 +257333,2829.360621,1387.770059,2320.192243,2026.230034,1919.4666 +257334,2827.856013,1385.686695,2319.017309,2024.567479,1920.119041 +257335,2826.328887,1383.48767,2317.8199,2023.062814,1920.765831 +257336,2824.78407,1381.498006,2316.601819,2021.520001,1921.407881 +257337,2823.22662,1379.286497,2315.35923,2019.928843,1922.045781 +257338,2821.660162,1377.133093,2314.097537,2018.287124,1922.681073 +257339,2820.084747,1375.040372,2312.818276,2016.596074,1923.314024 +257340,2818.500199,1372.69616,2311.51778,2014.858492,1923.945286 +257341,2054.247716,1370.485117,1159.099816,1663.669403,2487.916183 +257342,2138.546095,1505.299199,1206.931927,1730.783757,2542.72726 +257343,2229.018051,1494.867045,1262.157293,1799.415234,2584.436811 +257344,2294.802738,1505.766557,1306.686328,1843.147615,2600.603788 +257345,2341.392884,1500.485695,1341.215477,1867.686142,2606.029267 +257346,2374.478002,1500.516209,1368.105186,1880.020897,2607.180831 +257347,2398.676277,1499.354043,1389.506935,1885.772571,2606.599239 +257348,2417.136263,1497.771066,1407.047738,1888.446289,2605.408821 +257349,2431.731785,1496.218556,1421.768791,1889.772907,2604.126948 +257350,2443.468433,1494.597457,1434.247988,1890.472337,2602.91784 +257351,2452.981302,1492.938342,1444.873022,1890.774623,2601.858519 +257352,2460.713357,1491.224629,1453.939011,1890.747375,2600.968026 +257353,2466.980866,1489.502608,1461.678064,1890.414244,2600.21198 +257354,2472.052776,1487.75951,1468.294865,1889.818145,2599.567588 +257355,2476.153051,1485.997814,1473.965298,1889.012658,2599.018689 +257356,2479.463794,1484.217594,1478.837449,1888.030783,2598.552832 +257357,2482.127506,1482.423821,1483.034736,1886.898124,2598.159586 +257358,2484.264829,1480.615503,1486.659983,1885.637785,2597.830291 +257359,2485.966758,1478.795464,1489.798868,1884.269561,2597.557456 +257360,2487.311392,1476.962296,1492.522985,1882.809256,2597.334739 +257361,2488.355661,1475.118161,1494.892146,1881.268691,2597.156549 +257362,2489.150967,1473.250402,1496.956436,1879.656591,2597.018084 +257363,2489.731331,1471.379818,1498.75646,1877.980191,2596.912436 +257364,2490.131944,1469.499779,1500.327772,1876.244043,2596.836643 +257365,2490.376309,1467.60841,1501.700604,1874.45138,2596.788655 +257366,2490.489029,1465.611287,1502.900171,1872.604759,2596.766178 +257367,2490.484145,1463.83331,1503.947451,1870.70626,2596.766663 +257368,2490.378727,1461.835364,1504.860024,1868.757589,2596.787586 +257369,2490.180985,1459.908147,1505.652703,1866.760104,2596.826547 +257370,2489.903495,1457.952166,1506.33805,1864.714916,2596.881378 +257371,2489.550913,1456.201554,1506.926732,1862.622918,2596.950067 +257372,2489.147537,1454.485783,1507.436908,1860.546987,2597.030786 +257373,2488.709612,1452.780777,1507.8829,1858.522855,2597.121891 +257374,2488.243315,1451.171715,1508.273328,1856.547082,2597.221887 +257375,2487.749622,1449.33388,1508.613151,1854.612808,2597.329336 +257376,2487.228122,1447.700975,1508.905693,1852.70665,2597.442894 +257377,2486.678539,1444.96949,1509.153661,1850.809909,2597.561278 +257378,2485.824683,1443.040927,1509.316486,1847.822693,2597.68528 +257379,2484.77534,1441.210294,1509.409534,1844.180955,2597.810033 +257380,2483.674349,1439.403011,1509.456256,1840.488574,2597.934274 +257381,2482.594963,1437.603807,1509.470612,1837.052049,2598.058002 +257382,2481.553326,1435.806124,1509.457857,1833.910496,2598.181108 +257383,2480.541441,1434.007241,1509.419095,1831.005262,2598.30308 +257384,2479.547298,1432.205223,1509.354343,1828.255335,2598.423174 +257385,2478.561727,1430.399325,1509.26367,1825.610653,2598.540552 +257386,2477.578865,1428.49704,1509.147408,1823.032735,2598.654429 +257387,2476.594911,1426.817464,1509.006036,1820.506652,2598.764078 +257388,2475.607169,1424.928406,1508.840089,1818.014338,2598.868873 +257389,2474.613529,1423.116122,1508.650105,1815.551178,2598.968255 +257390,2473.612333,1421.282793,1508.436624,1813.104593,2599.061758 +257391,2472.602276,1419.443206,1508.200179,1810.673641,2599.148968 +257392,2471.582377,1417.59703,1507.941306,1808.248629,2599.229547 +257393,2470.551922,1415.744367,1507.660536,1805.831025,2599.303205 +257394,2469.510412,1413.884826,1507.358398,1803.41301,2599.369702 +257395,2468.45751,1412.018569,1507.035408,1800.997505,2599.428826 +257396,2467.393026,1410.145241,1506.692082,1798.577746,2599.480418 +257397,2466.316858,1408.265035,1506.32892,1796.15747,2599.52433 +257398,2465.256892,1406.377644,1505.960423,1793.752222,2599.590657 +257399,2464.186519,1404.483446,1505.573927,1791.344841,2599.650881 +257400,2463.08373,1402.581488,1505.158927,1788.911963,2599.681198 +257401,0,0,0,0,0 +257402,0,0,0,0,0 +257403,0,0,0,0,0 +257404,0,0,0,0,0 +257405,0,0,0,0,0 +257406,0,0,0,0,0 +257407,0,0,0,0,0 +257408,0,0,0,0,0 +257409,0,0,0,0,0 +257410,0,0,0,0,0 +257411,0,0,0,0,0 +257412,0,0,0,0,0 +257413,0,0,0,0,0 +257414,0,0,0,0,0 +257415,0,0,0,0,0 +257416,0,0,0,0,0 +257417,0,0,0,0,0 +257418,0,0,0,0,0 +257419,0,0,0,0,0 +257420,0,0,0,0,0 +257421,0,0,0,0,0 +257422,0,0,0,0,0 +257423,0,0,0,0,0 +257424,0,0,0,0,0 +257425,0,0,0,0,0 +257426,0,0,0,0,0 +257427,0,0,0,0,0 +257428,0,0,0,0,0 +257429,0,0,0,0,0 +257430,0,0,0,0,0 +257431,0,0,0,0,0 +257432,0,0,0,0,0 +257433,0,0,0,0,0 +257434,0,0,0,0,0 +257435,0,0,0,0,0 +257436,0,0,0,0,0 +257437,0,0,0,0,0 +257438,0,0,0,0,0 +257439,0,0,0,0,0 +257440,0,0,0,0,0 +257441,0,0,0,0,0 +257442,0,0,0,0,0 +257443,0,0,0,0,0 +257444,0,0,0,0,0 +257445,0,0,0,0,0 +257446,0,0,0,0,0 +257447,0,0,0,0,0 +257448,0,0,0,0,0 +257449,0,0,0,0,0 +257450,0,0,0,0,0 +257451,0,0,0,0,0 +257452,0,0,0,0,0 +257453,0,0,0,0,0 +257454,0,0,0,0,0 +257455,0,0,0,0,0 +257456,0,0,0,0,0 +257457,0,0,0,0,0 +257458,0,0,0,0,0 +257459,0,0,0,0,0 +257460,0,0,0,0,0 +257461,0,0,0,0,0 +257462,0,0,0,0,0 +257463,0,0,0,0,0 +257464,0,0,0,0,0 +257465,0,0,0,0,0 +257466,0,0,0,0,0 +257467,0,0,0,0,0 +257468,0,0,0,0,0 +257469,0,0,0,0,0 +257470,0,0,0,0,0 +257471,0,0,0,0,0 +257472,0,0,0,0,0 +257473,0,0,0,0,0 +257474,0,0,0,0,0 +257475,0,0,0,0,0 +257476,0,0,0,0,0 +257477,0,0,0,0,0 +257478,0,0,0,0,0 +257479,0,0,0,0,0 +257480,0,0,0,0,0 +257481,0,0,0,0,0 +257482,0,0,0,0,0 +257483,0,0,0,0,0 +257484,0,0,0,0,0 +257485,0,0,0,0,0 +257486,0,0,0,0,0 +257487,0,0,0,0,0 +257488,0,0,0,0,0 +257489,0,0,0,0,0 +257490,0,0,0,0,0 +257491,0,0,0,0,0 +257492,0,0,0,0,0 +257493,0,0,0,0,0 +257494,0,0,0,0,0 +257495,0,0,0,0,0 +257496,0,0,0,0,0 +257497,0,0,0,0,0 +257498,0,0,0,0,0 +257499,0,0,0,0,0 +257500,0,0,0,0,0 +257501,0,0,0,0,0 +257502,0,0,0,0,0 +257503,0,0,0,0,0 +257504,0,0,0,0,0 +257505,0,0,0,0,0 +257506,0,0,0,0,0 +257507,0,0,0,0,0 +257508,0,0,0,0,0 +257509,0,0,0,0,0 +257510,0,0,0,0,0 +257511,0,0,0,0,0 +257512,0,0,0,0,0 +257513,0,0,0,0,0 +257514,0,0,0,0,0 +257515,0,0,0,0,0 +257516,0,0,0,0,0 +257517,0,0,0,0,0 +257518,0,0,0,0,0 +257519,0,0,0,0,0 +257520,0,0,0,0,0 +257521,0,0,0,0,0 +257522,0,0,0,0,0 +257523,0,0,0,0,0 +257524,0,0,0,0,0 +257525,0,0,0,0,0 +257526,0,0,0,0,0 +257527,0,0,0,0,0 +257528,0,0,0,0,0 +257529,0,0,0,0,0 +257530,0,0,0,0,0 +257531,0,0,0,0,0 +257532,0,0,0,0,0 +257533,0,0,0,0,0 +257534,0,0,0,0,0 +257535,0,0,0,0,0 +257536,0,0,0,0,0 +257537,0,0,0,0,0 +257538,0,0,0,0,0 +257539,0,0,0,0,0 +257540,0,0,0,0,0 +257541,0,0,0,0,0 +257542,0,0,0,0,0 +257543,0,0,0,0,0 +257544,0,0,0,0,0 +257545,0,0,0,0,0 +257546,0,0,0,0,0 +257547,0,0,0,0,0 +257548,0,0,0,0,0 +257549,0,0,0,0,0 +257550,0,0,0,0,0 +257551,0,0,0,0,0 +257552,0,0,0,0,0 +257553,0,0,0,0,0 +257554,0,0,0,0,0 +257555,0,0,0,0,0 +257556,0,0,0,0,0 +257557,0,0,0,0,0 +257558,0,0,0,0,0 +257559,0,0,0,0,0 +257560,0,0,0,0,0 +257561,0,0,0,0,0 +257562,0,0,0,0,0 +257563,0,0,0,0,0 +257564,0,0,0,0,0 +257565,0,0,0,0,0 +257566,0,0,0,0,0 +257567,0,0,0,0,0 +257568,0,0,0,0,0 +257569,0,0,0,0,0 +257570,0,0,0,0,0 +257571,0,0,0,0,0 +257572,0,0,0,0,0 +257573,0,0,0,0,0 +257574,0,0,0,0,0 +257575,0,0,0,0,0 +257576,0,0,0,0,0 +257577,0,0,0,0,0 +257578,0,0,0,0,0 +257579,0,0,0,0,0 +257580,0,0,0,0,0 +257581,0,0,0,0,0 +257582,0,0,0,0,0 +257583,0,0,0,0,0 +257584,0,0,0,0,0 +257585,0,0,0,0,0 +257586,0,0,0,0,0 +257587,0,0,0,0,0 +257588,0,0,0,0,0 +257589,0,0,0,0,0 +257590,0,0,0,0,0 +257591,0,0,0,0,0 +257592,0,0,0,0,0 +257593,0,0,0,0,0 +257594,0,0,0,0,0 +257595,0,0,0,0,0 +257596,0,0,0,0,0 +257597,0,0,0,0,0 +257598,0,0,0,0,0 +257599,0,0,0,0,0 +257600,0,0,0,0,0 +257601,0,0,0,0,0 +257602,0,0,0,0,0 +257603,0,0,0,0,0 +257604,0,0,0,0,0 +257605,0,0,0,0,0 +257606,0,0,0,0,0 +257607,0,0,0,0,0 +257608,0,0,0,0,0 +257609,0,0,0,0,0 +257610,0,0,0,0,0 +257611,0,0,0,0,0 +257612,0,0,0,0,0 +257613,0,0,0,0,0 +257614,0,0,0,0,0 +257615,0,0,0,0,0 +257616,0,0,0,0,0 +257617,0,0,0,0,0 +257618,0,0,0,0,0 +257619,0,0,0,0,0 +257620,0,0,0,0,0 +257621,0,0,0,0,0 +257622,0,0,0,0,0 +257623,0,0,0,0,0 +257624,0,0,0,0,0 +257625,0,0,0,0,0 +257626,0,0,0,0,0 +257627,0,0,0,0,0 +257628,0,0,0,0,0 +257629,0,0,0,0,0 +257630,0,0,0,0,0 +257631,0,0,0,0,0 +257632,0,0,0,0,0 +257633,0,0,0,0,0 +257634,0,0,0,0,0 +257635,0,0,0,0,0 +257636,0,0,0,0,0 +257637,0,0,0,0,0 +257638,0,0,0,0,0 +257639,0,0,0,0,0 +257640,0,0,0,0,0 +257641,0,0,0,0,0 +257642,0,0,0,0,0 +257643,0,0,0,0,0 +257644,0,0,0,0,0 +257645,0,0,0,0,0 +257646,0,0,0,0,0 +257647,0,0,0,0,0 +257648,0,0,0,0,0 +257649,0,0,0,0,0 +257650,0,0,0,0,0 +257651,0,0,0,0,0 +257652,0,0,0,0,0 +257653,0,0,0,0,0 +257654,0,0,0,0,0 +257655,0,0,0,0,0 +257656,0,0,0,0,0 +257657,0,0,0,0,0 +257658,0,0,0,0,0 +257659,0,0,0,0,0 +257660,0,0,0,0,0 +257661,0,0,0,0,0 +257662,0,0,0,0,0 +257663,0,0,0,0,0 +257664,0,0,0,0,0 +257665,0,0,0,0,0 +257666,0,0,0,0,0 +257667,0,0,0,0,0 +257668,0,0,0,0,0 +257669,0,0,0,0,0 +257670,0,0,0,0,0 +257671,0,0,0,0,0 +257672,0,0,0,0,0 +257673,0,0,0,0,0 +257674,0,0,0,0,0 +257675,0,0,0,0,0 +257676,0,0,0,0,0 +257677,0,0,0,0,0 +257678,0,0,0,0,0 +257679,0,0,0,0,0 +257680,0,0,0,0,0 +257681,0,0,0,0,0 +257682,0,0,0,0,0 +257683,0,0,0,0,0 +257684,0,0,0,0,0 +257685,0,0,0,0,0 +257686,0,0,0,0,0 +257687,0,0,0,0,0 +257688,0,0,0,0,0 +257689,0,0,0,0,0 +257690,0,0,0,0,0 +257691,0,0,0,0,0 +257692,0,0,0,0,0 +257693,0,0,0,0,0 +257694,0,0,0,0,0 +257695,0,0,0,0,0 +257696,0,0,0,0,0 +257697,0,0,0,0,0 +257698,0,0,0,0,0 +257699,0,0,0,0,0 +257700,0,0,0,0,0 +257701,0,0,0,0,0 +257702,0,0,0,0,0 +257703,0,0,0,0,0 +257704,0,0,0,0,0 +257705,0,0,0,0,0 +257706,0,0,0,0,0 +257707,0,0,0,0,0 +257708,0,0,0,0,0 +257709,0,0,0,0,0 +257710,0,0,0,0,0 +257711,0,0,0,0,0 +257712,0,0,0,0,0 +257713,0,0,0,0,0 +257714,0,0,0,0,0 +257715,0,0,0,0,0 +257716,0,0,0,0,0 +257717,0,0,0,0,0 +257718,0,0,0,0,0 +257719,0,0,0,0,0 +257720,0,0,0,0,0 +257721,0,0,0,0,0 +257722,0,0,0,0,0 +257723,0,0,0,0,0 +257724,0,0,0,0,0 +257725,0,0,0,0,0 +257726,0,0,0,0,0 +257727,0,0,0,0,0 +257728,0,0,0,0,0 +257729,0,0,0,0,0 +257730,0,0,0,0,0 +257731,0,0,0,0,0 +257732,0,0,0,0,0 +257733,0,0,0,0,0 +257734,0,0,0,0,0 +257735,0,0,0,0,0 +257736,0,0,0,0,0 +257737,0,0,0,0,0 +257738,0,0,0,0,0 +257739,0,0,0,0,0 +257740,0,0,0,0,0 +257741,0,0,0,0,0 +257742,0,0,0,0,0 +257743,0,0,0,0,0 +257744,0,0,0,0,0 +257745,0,0,0,0,0 +257746,0,0,0,0,0 +257747,0,0,0,0,0 +257748,0,0,0,0,0 +257749,0,0,0,0,0 +257750,0,0,0,0,0 +257751,0,0,0,0,0 +257752,0,0,0,0,0 +257753,0,0,0,0,0 +257754,0,0,0,0,0 +257755,0,0,0,0,0 +257756,0,0,0,0,0 +257757,0,0,0,0,0 +257758,0,0,0,0,0 +257759,0,0,0,0,0 +257760,0,0,0,0,0 +257761,0,0,0,0,0 +257762,0,0,0,0,0 +257763,0,0,0,0,0 +257764,0,0,0,0,0 +257765,0,0,0,0,0 +257766,0,0,0,0,0 +257767,0,0,0,0,0 +257768,0,0,0,0,0 +257769,0,0,0,0,0 +257770,0,0,0,0,0 +257771,0,0,0,0,0 +257772,0,0,0,0,0 +257773,0,0,0,0,0 +257774,0,0,0,0,0 +257775,0,0,0,0,0 +257776,0,0,0,0,0 +257777,0,0,0,0,0 +257778,0,0,0,0,0 +257779,0,0,0,0,0 +257780,0,0,0,0,0 +257781,0,0,0,0,0 +257782,0,0,0,0,0 +257783,0,0,0,0,0 +257784,0,0,0,0,0 +257785,0,0,0,0,0 +257786,0,0,0,0,0 +257787,0,0,0,0,0 +257788,0,0,0,0,0 +257789,0,0,0,0,0 +257790,0,0,0,0,0 +257791,0,0,0,0,0 +257792,0,0,0,0,0 +257793,0,0,0,0,0 +257794,0,0,0,0,0 +257795,0,0,0,0,0 +257796,0,0,0,0,0 +257797,0,0,0,0,0 +257798,0,0,0,0,0 +257799,0,0,0,0,0 +257800,0,0,0,0,0 +257801,0,0,0,0,0 +257802,0,0,0,0,0 +257803,0,0,0,0,0 +257804,0,0,0,0,0 +257805,0,0,0,0,0 +257806,0,0,0,0,0 +257807,0,0,0,0,0 +257808,0,0,0,0,0 +257809,0,0,0,0,0 +257810,0,0,0,0,0 +257811,0,0,0,0,0 +257812,0,0,0,0,0 +257813,0,0,0,0,0 +257814,0,0,0,0,0 +257815,0,0,0,0,0 +257816,0,0,0,0,0 +257817,0,0,0,0,0 +257818,0,0,0,0,0 +257819,0,0,0,0,0 +257820,0,0,0,0,0 +257821,0,0,0,0,0 +257822,0,0,0,0,0 +257823,0,0,0,0,0 +257824,0,0,0,0,0 +257825,0,0,0,0,0 +257826,0,0,0,0,0 +257827,0,0,0,0,0 +257828,0,0,0,0,0 +257829,0,0,0,0,0 +257830,0,0,0,0,0 +257831,0,0,0,0,0 +257832,0,0,0,0,0 +257833,0,0,0,0,0 +257834,0,0,0,0,0 +257835,0,0,0,0,0 +257836,0,0,0,0,0 +257837,0,0,0,0,0 +257838,0,0,0,0,0 +257839,0,0,0,0,0 +257840,0,0,0,0,0 +257841,0,0,0,0,0 +257842,0,0,0,0,0 +257843,0,0,0,0,0 +257844,0,0,0,0,0 +257845,0,0,0,0,0 +257846,0,0,0,0,0 +257847,0,0,0,0,0 +257848,0,0,0,0,0 +257849,0,0,0,0,0 +257850,0,0,0,0,0 +257851,0,0,0,0,0 +257852,0,0,0,0,0 +257853,0,0,0,0,0 +257854,0,0,0,0,0 +257855,0,0,0,0,0 +257856,0,0,0,0,0 +257857,0,0,0,0,0 +257858,0,0,0,0,0 +257859,0,0,0,0,0 +257860,0,0,0,0,0 +257861,0,0,0,0,0 +257862,0,0,0,0,0 +257863,0,0,0,0,0 +257864,0,0,0,0,0 +257865,0,0,0,0,0 +257866,0,0,0,0,0 +257867,0,0,0,0,0 +257868,0,0,0,0,0 +257869,0,0,0,0,0 +257870,0,0,0,0,0 +257871,0,0,0,0,0 +257872,0,0,0,0,0 +257873,0,0,0,0,0 +257874,0,0,0,0,0 +257875,0,0,0,0,0 +257876,0,0,0,0,0 +257877,0,0,0,0,0 +257878,0,0,0,0,0 +257879,0,0,0,0,0 +257880,0,0,0,0,0 +257881,0,0,0,0,0 +257882,0,0,0,0,0 +257883,0,0,0,0,0 +257884,0,0,0,0,0 +257885,0,0,0,0,0 +257886,0,0,0,0,0 +257887,0,0,0,0,0 +257888,0,0,0,0,0 +257889,0,0,0,0,0 +257890,0,0,0,0,0 +257891,0,0,0,0,0 +257892,0,0,0,0,0 +257893,0,0,0,0,0 +257894,0,0,0,0,0 +257895,0,0,0,0,0 +257896,0,0,0,0,0 +257897,0,0,0,0,0 +257898,0,0,0,0,0 +257899,0,0,0,0,0 +257900,0,0,0,0,0 +257901,0,0,0,0,0 +257902,0,0,0,0,0 +257903,0,0,0,0,0 +257904,0,0,0,0,0 +257905,0,0,0,0,0 +257906,0,0,0,0,0 +257907,0,0,0,0,0 +257908,0,0,0,0,0 +257909,0,0,0,0,0 +257910,0,0,0,0,0 +257911,0,0,0,0,0 +257912,0,0,0,0,0 +257913,0,0,0,0,0 +257914,0,0,0,0,0 +257915,0,0,0,0,0 +257916,0,0,0,0,0 +257917,0,0,0,0,0 +257918,0,0,0,0,0 +257919,0,0,0,0,0 +257920,0,0,0,0,0 +257921,0,0,0,0,0 +257922,0,0,0,0,0 +257923,0,0,0,0,0 +257924,0,0,0,0,0 +257925,0,0,0,0,0 +257926,0,0,0,0,0 +257927,0,0,0,0,0 +257928,0,0,0,0,0 +257929,0,0,0,0,0 +257930,0,0,0,0,0 +257931,0,0,0,0,0 +257932,0,0,0,0,0 +257933,0,0,0,0,0 +257934,0,0,0,0,0 +257935,0,0,0,0,0 +257936,0,0,0,0,0 +257937,0,0,0,0,0 +257938,0,0,0,0,0 +257939,0,0,0,0,0 +257940,0,0,0,0,0 +257941,0,0,0,0,0 +257942,0,0,0,0,0 +257943,0,0,0,0,0 +257944,0,0,0,0,0 +257945,0,0,0,0,0 +257946,0,0,0,0,0 +257947,0,0,0,0,0 +257948,0,0,0,0,0 +257949,0,0,0,0,0 +257950,0,0,0,0,0 +257951,0,0,0,0,0 +257952,0,0,0,0,0 +257953,0,0,0,0,0 +257954,0,0,0,0,0 +257955,0,0,0,0,0 +257956,0,0,0,0,0 +257957,0,0,0,0,0 +257958,0,0,0,0,0 +257959,0,0,0,0,0 +257960,0,0,0,0,0 +257961,0,0,0,0,0 +257962,0,0,0,0,0 +257963,0,0,0,0,0 +257964,0,0,0,0,0 +257965,0,0,0,0,0 +257966,0,0,0,0,0 +257967,0,0,0,0,0 +257968,0,0,0,0,0 +257969,0,0,0,0,0 +257970,0,0,0,0,0 +257971,0,0,0,0,0 +257972,0,0,0,0,0 +257973,0,0,0,0,0 +257974,0,0,0,0,0 +257975,0,0,0,0,0 +257976,0,0,0,0,0 +257977,0,0,0,0,0 +257978,0,0,0,0,0 +257979,0,0,0,0,0 +257980,0,0,0,0,0 +257981,0,0,0,0,0 +257982,0,0,0,0,0 +257983,0,0,0,0,0 +257984,0,0,0,0,0 +257985,0,0,0,0,0 +257986,0,0,0,0,0 +257987,0,0,0,0,0 +257988,0,0,0,0,0 +257989,0,0,0,0,0 +257990,0,0,0,0,0 +257991,0,0,0,0,0 +257992,0,0,0,0,0 +257993,0,0,0,0,0 +257994,0,0,0,0,0 +257995,0,0,0,0,0 +257996,0,0,0,0,0 +257997,0,0,0,0,0 +257998,0,0,0,0,0 +257999,0,0,0,0,0 +258000,0,0,0,0,0 +258001,0,0,0,0,0 +258002,0,0,0,0,0 +258003,0,0,0,0,0 +258004,0,0,0,0,0 +258005,0,0,0,0,0 +258006,0,0,0,0,0 +258007,0,0,0,0,0 +258008,0,0,0,0,0 +258009,0,0,0,0,0 +258010,0,0,0,0,0 +258011,0,0,0,0,0 +258012,0,0,0,0,0 +258013,0,0,0,0,0 +258014,0,0,0,0,0 +258015,0,0,0,0,0 +258016,0,0,0,0,0 +258017,0,0,0,0,0 +258018,0,0,0,0,0 +258019,0,0,0,0,0 +258020,0,0,0,0,0 +258021,0,0,0,0,0 +258022,0,0,0,0,0 +258023,0,0,0,0,0 +258024,0,0,0,0,0 +258025,0,0,0,0,0 +258026,0,0,0,0,0 +258027,0,0,0,0,0 +258028,0,0,0,0,0 +258029,0,0,0,0,0 +258030,0,0,0,0,0 +258031,0,0,0,0,0 +258032,0,0,0,0,0 +258033,0,0,0,0,0 +258034,0,0,0,0,0 +258035,0,0,0,0,0 +258036,0,0,0,0,0 +258037,0,0,0,0,0 +258038,0,0,0,0,0 +258039,0,0,0,0,0 +258040,0,0,0,0,0 +258041,0,0,0,0,0 +258042,0,0,0,0,0 +258043,0,0,0,0,0 +258044,0,0,0,0,0 +258045,0,0,0,0,0 +258046,0,0,0,0,0 +258047,0,0,0,0,0 +258048,0,0,0,0,0 +258049,0,0,0,0,0 +258050,0,0,0,0,0 +258051,0,0,0,0,0 +258052,0,0,0,0,0 +258053,0,0,0,0,0 +258054,0,0,0,0,0 +258055,0,0,0,0,0 +258056,0,0,0,0,0 +258057,0,0,0,0,0 +258058,0,0,0,0,0 +258059,0,0,0,0,0 +258060,0,0,0,0,0 +258061,0,0,0,0,0 +258062,0,0,0,0,0 +258063,0,0,0,0,0 +258064,0,0,0,0,0 +258065,0,0,0,0,0 +258066,0,0,0,0,0 +258067,0,0,0,0,0 +258068,0,0,0,0,0 +258069,0,0,0,0,0 +258070,0,0,0,0,0 +258071,0,0,0,0,0 +258072,0,0,0,0,0 +258073,0,0,0,0,0 +258074,0,0,0,0,0 +258075,0,0,0,0,0 +258076,0,0,0,0,0 +258077,0,0,0,0,0 +258078,0,0,0,0,0 +258079,0,0,0,0,0 +258080,0,0,0,0,0 +258081,0,0,0,0,0 +258082,0,0,0,0,0 +258083,0,0,0,0,0 +258084,0,0,0,0,0 +258085,0,0,0,0,0 +258086,0,0,0,0,0 +258087,0,0,0,0,0 +258088,0,0,0,0,0 +258089,0,0,0,0,0 +258090,0,0,0,0,0 +258091,0,0,0,0,0 +258092,0,0,0,0,0 +258093,0,0,0,0,0 +258094,0,0,0,0,0 +258095,0,0,0,0,0 +258096,0,0,0,0,0 +258097,0,0,0,0,0 +258098,0,0,0,0,0 +258099,0,0,0,0,0 +258100,0,0,0,0,0 +258101,0,0,0,0,0 +258102,0,0,0,0,0 +258103,0,0,0,0,0 +258104,0,0,0,0,0 +258105,0,0,0,0,0 +258106,0,0,0,0,0 +258107,0,0,0,0,0 +258108,0,0,0,0,0 +258109,0,0,0,0,0 +258110,0,0,0,0,0 +258111,0,0,0,0,0 +258112,0,0,0,0,0 +258113,0,0,0,0,0 +258114,0,0,0,0,0 +258115,0,0,0,0,0 +258116,0,0,0,0,0 +258117,0,0,0,0,0 +258118,0,0,0,0,0 +258119,0,0,0,0,0 +258120,0,0,0,0,0 +258121,0,0,0,0,0 +258122,0,0,0,0,0 +258123,0,0,0,0,0 +258124,0,0,0,0,0 +258125,0,0,0,0,0 +258126,0,0,0,0,0 +258127,0,0,0,0,0 +258128,0,0,0,0,0 +258129,0,0,0,0,0 +258130,0,0,0,0,0 +258131,0,0,0,0,0 +258132,0,0,0,0,0 +258133,0,0,0,0,0 +258134,0,0,0,0,0 +258135,0,0,0,0,0 +258136,0,0,0,0,0 +258137,0,0,0,0,0 +258138,0,0,0,0,0 +258139,0,0,0,0,0 +258140,0,0,0,0,0 +258141,0,0,0,0,0 +258142,0,0,0,0,0 +258143,0,0,0,0,0 +258144,0,0,0,0,0 +258145,0,0,0,0,0 +258146,0,0,0,0,0 +258147,0,0,0,0,0 +258148,0,0,0,0,0 +258149,0,0,0,0,0 +258150,0,0,0,0,0 +258151,0,0,0,0,0 +258152,0,0,0,0,0 +258153,0,0,0,0,0 +258154,0,0,0,0,0 +258155,0,0,0,0,0 +258156,0,0,0,0,0 +258157,0,0,0,0,0 +258158,0,0,0,0,0 +258159,0,0,0,0,0 +258160,0,0,0,0,0 +258161,0,0,0,0,0 +258162,0,0,0,0,0 +258163,0,0,0,0,0 +258164,0,0,0,0,0 +258165,0,0,0,0,0 +258166,0,0,0,0,0 +258167,0,0,0,0,0 +258168,0,0,0,0,0 +258169,0,0,0,0,0 +258170,0,0,0,0,0 +258171,0,0,0,0,0 +258172,0,0,0,0,0 +258173,0,0,0,0,0 +258174,0,0,0,0,0 +258175,0,0,0,0,0 +258176,0,0,0,0,0 +258177,0,0,0,0,0 +258178,0,0,0,0,0 +258179,0,0,0,0,0 +258180,0,0,0,0,0 +258181,231.1850952,2553.056949,2832.958187,111.1846626,-42.88844293 +258182,255.4228638,134.2236451,2730.316643,122.2751758,9.622283628 +258183,248.4744053,107.563182,325.5471188,119.0911875,9.80550818 +258184,240.950727,103.8306741,291.5605025,115.6713447,8.986794374 +258185,234.1209484,109.8478286,528.0903104,112.6326777,7.709900728 +258186,228.2446878,117.0346364,768.6670064,110.0888134,6.299287467 +258187,223.1954981,122.5640726,510.8331364,107.9641174,4.883826437 +258188,218.7975251,171.099813,561.5229583,106.1622927,3.473809375 +258189,214.9235423,246.9832207,559.3302253,104.6145067,2.063507572 +258190,211.4931022,193.4076496,557.0240337,103.2772183,0.658328704 +258191,208.4473231,213.6344837,554.8728258,102.1192715,-0.734923422 +258192,205.737696,214.7668565,552.9989146,101.1155787,-2.109591879 +258193,203.3220565,215.5827482,551.3537614,100.2447527,-3.460281758 +258194,201.1634797,216.3339824,549.9115106,99.48840467,-4.783196455 +258195,199.2299288,217.1575735,548.6499706,98.83087734,-6.075859489 +258196,197.4938204,217.9592942,547.5521981,98.25895239,-7.33678832 +258197,195.9315024,218.9695007,546.6028716,97.76151832,-8.565164002 +258198,194.5226896,219.7637776,545.7900084,97.32923075,-9.76064622 +258199,193.2499751,220.6977228,545.1023169,96.95422194,-10.92320459 +258200,192.0983916,221.7276822,544.5307824,96.62984979,-12.05304189 +258201,191.0550591,222.6742545,544.0665823,96.35049776,-13.15050356 +258202,190.1088685,223.6846192,543.7026042,96.11140217,-14.2160474 +258203,189.2502287,224.7072577,543.4316758,95.90851484,-15.25018982 +258204,188.4708346,225.6904333,543.2479968,95.73838217,-16.25349806 +258205,187.7634846,226.8288666,543.1455789,95.5980502,-17.22655579 +258206,187.1219108,227.9108864,543.1195946,95.4849797,-18.16996669 +258207,186.5406485,228.8590748,543.1649453,95.39698115,-19.08433039 +258208,186.0149115,230.0802441,543.2775507,95.33215512,-19.97025191 +258209,185.5405,231.1316211,543.4530114,95.28884808,-20.8283233 +258210,185.1137093,232.2550348,543.6878473,95.26561043,-21.6591356 +258211,184.7312645,234.4516439,546.4226508,95.26116672,-22.46326349 +258212,184.3963615,236.9171802,549.5042152,95.27770496,-23.24127841 +258213,184.1108229,239.57094,553.2414805,95.31655563,-23.99367887 +258214,183.8736906,242.0919509,556.8003586,95.37748077,-24.72093208 +258215,183.6824798,244.9100477,560.6646125,95.45939137,-25.42348506 +258216,183.5343598,247.7286989,564.8095886,95.56100085,-26.1017885 +258217,183.4267045,250.5338507,568.6422719,95.68112237,-26.75627946 +258218,183.357201,253.4712852,572.997311,95.81872618,-27.38738735 +258219,183.3238152,256.5612738,577.3008485,95.97291842,-27.99551311 +258220,183.3247242,259.445701,581.5711848,96.14290531,-28.58103943 +258221,183.35828,262.6448922,586.3612885,96.32797334,-29.14431741 +258222,183.4229774,265.7994829,590.8546717,96.52747331,-29.68568256 +258223,183.5174423,268.9288915,595.5865035,96.7408141,-30.20544495 +258224,183.6404105,272.1637049,600.3688466,96.9674529,-30.70390604 +258225,183.7907214,275.5007077,605.2243655,97.20689144,-31.18134915 +258226,183.9673,278.8301334,610.1487791,97.45866786,-31.6380552 +258227,184.1691526,282.1508638,615.1376241,97.72235443,-32.07429243 +258228,184.3953521,285.6246204,619.9998761,97.99755091,-32.49033101 +258229,184.6450362,288.9099729,625.4052402,98.28388357,-32.88643235 +258230,184.9173952,292.6874316,630.4184026,98.58099979,-33.26286279 +258231,185.2116716,295.9297838,635.6618956,98.88856808,-33.61988227 +258232,185.5271499,299.5407355,640.9185486,99.20627352,-33.95775728 +258233,185.8631575,303.1830358,646.2193322,99.53381835,-34.2767496 +258234,186.2190559,306.898311,651.561067,99.87091801,-34.57712852 +258235,186.5942423,310.2358786,656.9410937,100.2173023,-34.85915901 +258236,186.988142,314.2123281,662.3571545,100.5727118,-35.1231136 +258237,187.4002107,317.7564579,667.8066103,100.9368994,-35.36926067 +258238,187.8299271,321.4708283,673.0705533,101.3096268,-35.59787592 +258239,188.2767967,325.4407937,678.9277232,101.6906664,-35.8092305 +258240,188.7403438,329.0408227,684.2939661,102.0797981,-36.00360244 +258241,187.5248153,758.2306996,1645.458645,101.7062199,-39.26363025 +258242,204.2601985,775.4446953,1679.469203,587.4038923,-8.663668913 +258243,825.001673,788.2709055,1704.407499,556.992985,40.59576478 +258244,1303.496587,799.7301152,1729.060377,504.1168895,92.43901192 +258245,892.3043174,810.2373131,1741.388142,543.2062382,139.6023377 +258246,1057.968555,820.1659332,1766.143784,553.0969171,180.7769272 +258247,1076.705478,829.796892,1781.26725,561.1419197,216.7924704 +258248,1093.918074,839.041939,1798.696046,569.663152,248.6886839 +258249,1109.900801,848.2180814,1815.069063,577.4903126,277.2024479 +258250,1125.401794,857.1117736,1831.229893,585.3349885,302.8084542 +258251,1147.621098,881.3264602,1875.691315,593.295619,325.847038 +258252,1163.299159,892.4783068,1895.200503,600.4299153,346.6020241 +258253,1178.237693,902.4411923,1912.455718,608.2763949,365.3277766 +258254,1192.82044,912.1491107,1937.39068,615.176184,382.2535371 +258255,1207.069545,921.4658446,1952.262671,622.2227704,397.5839134 +258256,1220.90306,930.7795661,1938.557518,629.3188072,1116.216566 +258257,1234.782006,939.8222357,2001.632833,636.0819348,821.1263226 +258258,1248.078713,948.8931049,1970.630348,642.7871253,891.9663965 +258259,1261.443317,957.6854083,2021.616174,649.575162,930.7279111 +258260,1274.245052,966.4886593,2011.47651,656.0005419,948.7198747 +258261,1287.116979,975.1988704,2058.450891,662.4889385,965.0060578 +258262,1299.63136,983.7061577,2041.137975,668.899758,980.8454203 +258263,1311.972641,992.2325263,2068.308838,675.1644543,996.2321649 +258264,1323.560837,1000.633965,2079.998232,681.2929054,1011.128359 +258265,1336.443504,1009.007551,2093.417826,687.4332687,1025.594248 +258266,1347.704048,1017.188794,2106.882628,693.6032042,1039.649583 +258267,1359.655503,1025.397618,2120.253174,699.4544324,1053.315869 +258268,1370.845717,1033.540649,2133.269376,705.3870333,1066.574159 +258269,1382.376576,1041.013052,2152.07988,711.1511625,1079.573949 +258270,1393.388472,1049.748414,2156.401245,716.9283467,1092.156582 +258271,1371.817252,1041.591419,2138.506375,707.821355,1045.48524 +258272,1267.316915,995.510536,2033.676201,660.6725768,852.0059969 +258273,1493.991907,1098.968667,2092.760773,762.926532,1267.898986 +258274,1400.872472,1061.281922,2038.255254,722.9745541,1080.13924 +258275,1432.620701,1076.862126,2014.802244,737.4869294,1133.110435 +258276,1441.881431,1082.483872,1995.379554,742.4638925,1144.670208 +258277,1453.31083,1089.995252,1979.631696,748.4940491,1156.519557 +258278,1666.596782,1186.670192,2163.981474,843.515206,1523.35756 +258279,1171.576114,971.1626397,1987.546605,627.5436308,633.8826966 +258280,1820.622576,1258.982206,2186.05014,914.6863723,1802.488373 +258281,1170.029376,971.0691149,1998.687065,625.0398435,598.7314432 +258282,1834.935406,1271.063338,2194.503554,924.691559,1821.856122 +258283,1188.150479,982.157573,2003.147773,634.2187616,616.2035756 +258284,1853.972932,1283.147495,2197.988958,934.7132926,1841.524861 +258285,1205.338977,993.1304626,2004.765616,643.4419644,633.4267923 +258286,1872.196917,1297.694972,2199.508207,944.6379246,1868.742259 +258287,1222.026413,999.7314218,2005.521021,652.5335605,637.0547066 +258288,1890.03202,1324.547794,2200.754857,954.0960089,1886.412362 +258289,1238.412367,989.878783,2005.833968,661.420277,661.7862687 +258290,1907.399588,1328.940155,2201.627236,963.4811846,1900.22069 +258291,1254.135763,1021.888263,2004.934556,670.1623442,676.0669433 +258292,1924.431974,1328.249646,2201.076285,972.636462,1928.916137 +258293,1264.184424,1019.079674,2005.019656,679.8392305,674.0550345 +258294,1933.555381,1320.764693,2202.034596,982.8103104,1952.976486 +258295,1277.618842,1025.031539,2004.347652,688.5015007,686.4127651 +258296,1948.721788,1328.29809,2201.862018,991.8657772,1968.239127 +258297,1292.13982,1032.651946,2003.759614,697.0547405,700.4843005 +258298,1963.86819,1336.350423,2202.660749,1000.606387,1988.791741 +258299,1306.174279,1040.35702,2004.896467,705.3144454,705.1909782 +258300,1978.779109,1344.585921,2205.077502,1009.338095,2006.589624 +258301,1908.861789,1306.715671,2191.678421,972.2519363,1805.713127 +258302,2092.507904,1390.025188,2203.499742,1055.550501,2199.858815 +258303,2072.623859,1381.937262,2233.394079,1047.69486,2109.518147 +258304,2082.059944,1386.870519,2263.312667,1052.725652,2139.414303 +258305,2090.875278,1391.575478,2286.966444,1057.818166,2140.997512 +258306,2100.188285,1396.417178,2307.102799,1062.810521,2150.245935 +258307,2108.854424,1401.145838,2320.798257,1067.717691,2163.162029 +258308,2117.766097,1405.857335,2334.498648,1072.566831,2165.579377 +258309,2126.195426,1410.37173,2343.582562,1077.348437,2173.603765 +258310,2134.878503,1415.041499,2353.971204,1082.084233,2187.0314 +258311,2143.229252,1419.455968,2361.054542,1086.764481,2188.196572 +258312,2151.511615,1423.8816,2368.061767,1091.402601,2199.751212 +258313,2159.522442,1428.386882,2376.599405,1095.995502,2208.422729 +258314,2167.991342,1432.657654,2381.980446,1100.609537,2208.85588 +258315,2175.773451,1436.941572,2387.524058,1105.020814,2216.404822 +258316,2183.926736,1441.39474,2392.577925,1109.537735,2218.453801 +258317,2191.776372,1445.399262,2397.102532,1113.959015,2217.212533 +258318,2199.54793,1449.609674,2400.913761,1118.353059,2215.682525 +258319,2207.2142,1453.828505,2404.103119,1122.712032,2213.968624 +258320,2215.030353,1457.833606,2406.820407,1127.033423,2212.190758 +258321,2222.458207,1461.852491,2409.367575,1131.324495,2210.41788 +258322,2230.300028,1465.84677,2411.456789,1135.581194,2208.690194 +258323,2237.389656,1469.917836,2415.108726,1139.806931,2209.189389 +258324,2247.962896,1473.75447,2416.010349,1144.069559,2206.559983 +258325,2260.692442,1477.612495,2417.515584,1148.125917,2204.658109 +258326,2253.342328,1481.445478,2418.879443,1152.310859,2203.032328 +258327,2259.505986,1485.244178,2420.293642,1156.333707,2201.629232 +258328,2279.878659,1489.006132,2421.814705,1160.514984,2200.353401 +258329,2279.319424,1492.730725,2423.329899,1164.581832,2199.157766 +258330,2288.251708,1496.508628,2424.18503,1168.507691,2198.063049 +258331,2295.360265,1501.310107,2425.6528,1172.410384,2197.058461 +258332,2302.911172,1506.357584,2427.251568,1176.426067,2196.114368 +258333,2310.581643,1511.281122,2428.72429,1180.413336,2195.21573 +258334,2335.019035,1516.487428,2430.420498,1184.001457,2194.324226 +258335,2296.440307,1521.612682,2432.023539,1188.119232,2193.514406 +258336,2344.975982,1526.608378,2433.673803,1191.790454,2192.766605 +258337,2335.595809,1531.82026,2435.299278,1195.714655,2191.995228 +258338,2356.27055,1550.971917,2436.889709,1196.345379,2191.190547 +258339,2360.10378,1558.0577,2439.034718,1199.497283,2190.360177 +258340,2379.837433,1564.635834,2441.709289,1202.89412,2189.508355 +258341,2348.264374,1570.688799,2444.257659,1206.313706,2188.719945 +258342,2382.889804,1576.710006,2446.705659,1209.799618,2187.990299 +258343,2400.307352,1582.733146,2448.935443,1213.289843,2187.207657 +258344,2376.354324,1588.454292,2451.022928,1216.881525,2186.433706 +258345,2432.049638,1594.251151,2453.083142,1220.141323,2185.770888 +258346,2371.677134,1600.17581,2456.893271,1223.75317,2187.368774 +258347,2454.946243,1605.856596,2458.362658,1227.087007,2186.221751 +258348,2390.16078,1611.699154,2460.397941,1230.624215,2185.857927 +258349,2459.98398,1617.236243,2462.594262,1233.953296,2185.765131 +258350,2425.802471,1622.977344,2464.900005,1237.47034,2185.87485 +258351,2447.283525,1628.598442,2467.295374,1240.779667,2185.90951 +258352,2451.856983,1634.209622,2471.42904,1244.279988,2188.375669 +258353,2458.534361,1639.790661,2473.079228,1247.569296,2187.897699 +258354,2465.612381,1645.753432,2477.147427,1251.051034,2190.424126 +258355,2472.509509,1658.323107,2478.714757,1254.321441,2189.959324 +258356,2479.272237,1648.126692,2480.969137,1257.783677,2190.367884 +258357,2486.144752,1685.677987,2485.18088,1261.037134,2193.194484 +258358,2492.992276,1634.381931,2486.799339,1264.478444,2192.919088 +258359,2499.929935,1688.582234,2489.054507,1267.794645,2193.448581 +258360,2506.60668,1674.524237,2493.184152,1271.097358,2196.298135 +258361,2518.888396,1686.029566,2496.184435,1276.904782,2198.679912 +258362,2526.544247,1691.530792,2500.053648,1280.513698,2202.237111 +258363,2536.462127,1709.179042,2504.151514,1279.540247,2206.154356 +258364,2543.517058,1716.477659,2508.450447,1282.017423,2210.053251 +258365,2558.112642,1722.550179,2512.825217,1284.813701,2213.91388 +258366,2545.829576,1728.491574,2518.569929,1287.665457,2219.490357 +258367,2575.988463,1734.426109,2521.329275,1290.528952,2221.551399 +258368,2566.247535,1740.02291,2524.756918,1293.314451,2224.509454 +258369,2577.69773,1745.527442,2529.600362,1297.383334,2229.310952 +258370,2583.661426,1751.088183,2531.616604,1300.655167,2230.752499 +258371,2589.985375,1756.427538,2534.179112,1302.056938,2232.913511 +258372,2596.008512,1761.952338,2536.856643,1308.367002,2235.253237 +258373,2602.799084,1766.994664,2541.313255,1302.645181,2239.804382 +258374,2608.669404,1772.349291,2543.01971,1326.504777,2241.061245 +258375,2615.139573,1777.41226,2545.281856,1290.071531,2243.036456 +258376,2621.435553,1782.570894,2549.440194,1327.311164,2247.358414 +258377,2627.505575,1787.521173,2552.629275,1316.24443,2250.550457 +258378,2633.77499,1792.557485,2555.408005,1321.617066,2253.29451 +258379,2639.396458,1797.390753,2556.222093,1324.397222,2253.678788 +258380,2646.19297,1802.220086,2559.611335,1327.175528,2257.221423 +258381,2651.953507,1806.998333,2562.331867,1330.015893,2259.978934 +258382,2658.097369,1811.838453,2564.781573,1332.636695,2262.446305 +258383,2664.068143,1816.342505,2567.069531,1335.432811,2264.754204 +258384,2670.116429,1821.036529,2569.251986,1338.145555,2266.966259 +258385,2675.986997,1825.572587,2569.630555,1340.856923,2267.001281 +258386,2681.787546,1830.07484,2570.93662,1343.5638,2268.178859 +258387,2688.230114,1834.518136,2574.339017,1346.25895,2271.935006 +258388,2701.1125,1840.83331,2575.347781,1348.936795,2272.811342 +258389,2696.950289,1844.195725,2576.985145,1351.612,2274.49322 +258390,2706.302816,1855.990683,2578.643316,1354.272204,2276.23212 +258391,2711.282107,1842.966773,2580.384145,1356.562498,2278.104216 +258392,2715.929146,1859.140965,2582.121628,1358.765656,2280.078636 +258393,2720.702547,1860.117554,2585.418448,1360.919648,2284.118263 +258394,2724.779148,1862.133142,2585.829136,1363.113412,2284.805141 +258395,2729.519045,1865.344442,2586.670675,1365.058618,2286.158434 +258396,2734.246316,1867.938896,2589.318587,1367.162025,2289.832018 +258397,2738.027109,1870.354,2589.261346,1369.147165,2290.302755 +258398,2742.388627,1872.629335,2589.743848,1371.124835,2291.512685 +258399,2747.168174,1874.757383,2592.107577,1373.069236,2295.090596 +258400,2750.973398,1876.741359,2593.538782,1374.978399,2297.605113 +258401,2755.095559,1878.594963,2594.549197,1376.862197,2299.677799 +258402,2759.213973,1880.317835,2595.317525,1378.716111,2301.511127 +258403,2763.202228,1881.915026,2595.940049,1380.541784,2303.208598 +258404,2774.026937,1883.387618,2594.91049,1382.248287,2302.913255 +258405,2761.609833,1884.749551,2596.353431,1384.155257,2305.66343 +258406,2784.024642,1885.984478,2595.416913,1385.832,2305.527801 +258407,2777.234349,1887.11722,2595.398054,1387.566019,2306.538642 +258408,2782.090655,1888.252781,2595.525002,1389.257999,2307.750637 +258409,2786.794155,1888.881971,2597.39638,1390.926787,2311.13292 +258410,2790.308467,1889.934735,2598.378625,1392.567545,2313.475993 +258411,2793.29799,1890.540646,2597.250723,1394.184315,2313.275124 +258412,2797.506184,1891.16654,2598.581229,1395.781122,2316.105662 +258413,2800.360921,1891.669591,2599.206632,1397.349123,2318.094291 +258414,2803.769238,1892.077043,2597.841241,1398.894884,2317.662767 +258415,2807.795271,1892.397077,2599.020576,1400.421258,2320.3583 +258416,2810.910792,1892.615386,2599.542439,1401.920387,2322.264919 +258417,2814.422465,1892.743831,2598.080538,1403.398188,2321.756888 +258418,2824.335818,1892.787482,2597.590882,1404.945609,2322.442316 +258419,2811.614058,1892.738936,2597.257275,1406.246928,2323.317731 +258420,2833.119623,1892.586921,2598.742905,1407.692422,2326.437533 +258421,2700.982339,1838.474142,2597.720932,1355.664986,2327.963044 +258422,2718.966349,1836.766058,2590.744052,1355.586144,2320.540091 +258423,2706.347426,1835.094045,2578.738043,1355.853578,2305.82291 +258424,2710.799429,1833.715914,2570.8049,1356.21059,2295.622124 +258425,2711.799142,1832.217424,2564.776666,1356.601525,2287.685306 +258426,2712.026591,1830.703258,2558.977007,1357.015386,2280.186991 +258427,2713.43792,1829.151867,2557.196814,1357.442793,2277.842059 +258428,2713.768221,1827.528926,2553.931777,1357.860268,2273.965161 +258429,2714.666958,1825.860263,2551.950826,1358.280918,2271.928562 +258430,2716.344557,1824.128217,2552.317598,1358.692605,2273.031958 +258431,2716.204152,1822.207454,2550.354424,1359.089377,2271.534021 +258432,2717.387621,1820.514521,2549.171713,1359.482895,2271.216778 +258433,2718.193661,1818.512138,2548.331705,1359.861869,2271.501762 +258434,2718.929546,1816.542434,2547.688962,1360.230034,2272.190296 +258435,2719.679577,1814.494826,2547.145148,1360.586323,2273.16301 +258436,2720.409653,1812.385364,2546.662306,1360.930546,2274.345574 +258437,2721.113013,1810.215356,2546.215896,1361.262656,2275.687761 +258438,2721.792882,1807.985569,2545.791716,1361.582559,2277.153764 +258439,2722.450077,1805.697115,2545.372184,1361.890323,2278.717534 +258440,2723.084336,1803.350372,2544.953842,1362.185943,2280.359466 +258441,2723.89475,1800.950551,2546.248258,1362.472036,2284.172028 +258442,2724.067181,1798.484598,2544.840961,1362.738811,2284.750017 +258443,2725.145643,1795.977848,2545.652312,1363.003867,2288.174921 +258444,2725.447462,1793.290653,2545.694056,1363.24874,2290.689953 +258445,2725.725329,1790.829278,2543.780105,1363.48367,2290.756772 +258446,2726.510965,1788.082121,2542.773427,1363.711525,2291.830694 +258447,2719.481143,1785.376327,2543.738526,1363.927543,2295.222116 +258448,2737.952353,1782.714652,2544.11886,1364.129134,2297.843811 +258449,2716.552157,1779.733677,2542.527714,1364.320261,2298.016944 +258450,2738.882207,1776.947699,2543.493197,1364.508031,2301.274066 +258451,2718.058169,1774.169022,2543.803942,1364.768991,2303.702094 +258452,2739.767339,1771.391413,2542.239624,1365.041252,2303.801512 +258453,2719.159475,1768.591606,2541.54031,1365.317924,2304.901652 +258454,2741.340599,1765.760399,2542.976958,1365.591779,2308.560866 +258455,2719.868226,1762.773705,2541.892507,1365.855147,2309.107536 +258456,2734.967159,1760.039552,2543.102134,1366.126172,2312.432966 +258457,2731.841773,1757.030686,2543.733207,1366.383977,2315.034971 +258458,2731.681378,1754.082075,2542.428124,1366.638903,2315.253437 +258459,2732.806053,1751.091852,2541.922618,1366.894385,2316.416436 +258460,2733.276642,1748.067537,2541.766206,1367.142233,2317.970975 +258461,2733.884178,1745.017729,2543.51673,1367.389721,2321.838151 +258462,2734.198445,1741.932465,2544.392086,1367.627431,2324.639971 +258463,2734.61885,1738.822613,2544.917111,1367.864677,2327.020675 +258464,2735.150533,1735.573633,2545.266249,1368.096904,2329.181805 +258465,2735.334363,1732.55902,2543.808351,1368.322204,2329.113588 +258466,2735.933807,1729.936402,2543.2797,1368.549457,2330.144597 +258467,2736.461421,1727.426376,2544.852345,1368.772082,2333.715534 +258468,2736.494023,1724.672038,2543.931418,1368.98291,2334.231471 +258469,2737.067571,1721.98322,2543.686847,1369.199922,2335.564107 +258470,2737.401054,1719.364379,2543.694306,1369.408466,2337.189793 +258471,2737.914319,1741.782884,2545.50896,1369.617678,2341.018857 +258472,2738.100785,1676.275166,2546.483044,1369.81758,2343.832246 +258473,2738.416298,1728.887353,2547.135512,1370.01779,2346.264366 +258474,2738.745656,1711.451669,2547.525486,1370.127054,2348.374964 +258475,2739.026799,1694.705819,2547.822373,1370.447313,2350.359851 +258476,2739.142211,1718.498436,2546.358032,1370.661482,2350.169357 +258477,2739.577081,1682.365776,2545.851614,1370.736026,2351.114419 +258478,2739.970704,1709.682991,2547.466595,1370.896765,2354.626738 +258479,2740.075265,1684.559629,2548.306259,1371.191312,2357.193628 +258480,2740.304388,1694.610397,2548.857683,1371.310845,2359.418844 +258481,2498.932571,1578.143272,2545.383679,1262.301534,2356.858096 +258482,2494.384238,1573.391708,2525.304976,1259.911776,2330.365194 +258483,2490.629285,1568.850591,2501.281486,1258.385044,2296.494684 +258484,2488.156754,1564.229333,2480.918358,1257.125582,2266.278658 +258485,2485.687257,1560.222016,2465.733905,1256.042261,2242.377546 +258486,2483.586816,1556.025278,2455.222737,1255.074948,2224.195891 +258487,2481.608359,1551.995285,2447.805875,1254.186231,2210.256515 +258488,2479.756708,1547.998509,2442.223381,1253.353838,2199.292369 +258489,2477.981138,1544.03715,2438.117771,1252.564841,2190.456347 +258490,2476.290746,1540.104435,2434.876025,1251.811449,2183.218198 +258491,2474.8063,1536.19503,2432.096176,1251.088715,2177.232096 +258492,2473.051085,1532.307804,2431.651573,1250.39412,2174.376293 +258493,2471.540484,1528.434879,2428.758572,1249.721251,2169.070793 +258494,2470.007364,1524.583912,2426.790408,1249.074352,2165.122399 +258495,2468.658621,1520.746405,2425.653377,1248.447285,2161.930781 +258496,2462.81353,1516.830973,2426.007656,1247.842048,2161.46681 +258497,2472.394309,1513.160696,2423.961538,1247.252999,2158.298309 +258498,2439.428578,1509.305064,2422.594749,1246.686508,2156.314004 +258499,2496.438293,1505.542274,2421.894624,1246.136659,2100.272412 +258500,2431.533816,1501.778803,2416.038553,1245.601255,2086.484723 +258501,2486.204735,1498.034324,2412.46566,1245.09066,2096.018447 +258502,2453.773727,1494.302557,2407.624862,1244.592795,2092.017512 +258503,2436.233458,1490.590315,2406.146258,1244.117729,2087.667844 +258504,2486.467958,1486.891953,2404.627017,1243.656723,2084.796608 +258505,2442.763499,1483.21055,2401.563756,1243.213971,2082.39288 +258506,2458.457306,1479.547064,2399.140562,1242.789706,2075.43273 +258507,2450.721735,1475.992938,2397.236821,1242.381271,2084.787774 +258508,2457.781778,1472.225749,2395.779668,1241.989654,2070.067221 +258509,2441.679149,1468.678067,2394.436676,1241.61437,2075.544075 +258510,2463.899239,1465.071931,2395.157727,1241.256578,2073.189621 +258511,2421.393819,1461.197219,2393.341026,1240.680487,2070.257231 +258512,2483.438861,1457.202558,2394.070198,1240.0747,2069.310425 +258513,2411.886837,1453.424547,2392.092824,1239.454241,2067.201542 +258514,2478.345564,1449.450241,2390.848281,1238.833777,2065.815126 +258515,2411.501235,1445.557066,2389.709226,1238.210951,2064.283153 +258516,2475.28447,1441.657955,2388.620244,1237.589158,2062.780402 +258517,2405.454314,1437.767454,2387.394495,1236.969036,2056.245502 +258518,2477.934673,1433.889469,2388.127142,1236.352437,2066.981946 +258519,2400.385523,1430.018674,2386.14917,1235.735096,2051.206552 +258520,2475.887362,1426.166263,2384.635165,1235.1242,2058.858543 +258521,2397.933698,1422.326339,2383.455306,1234.514949,2056.044768 +258522,2473.332954,1418.411216,2384.152156,1233.910259,2054.380668 +258523,2416.001476,1414.736058,2382.052236,1233.305551,2053.157112 +258524,2433.922026,1410.974349,2382.1841,1232.70921,2051.834231 +258525,2435.688877,1407.189882,2379.7804,1232.110924,2051.077577 +258526,2410.03266,1403.413772,2379.988553,1231.521785,2050.2364 +258527,2461.899154,1399.760453,2377.834054,1230.930542,2048.715587 +258528,2396.897443,1395.962393,2376.472591,1230.347358,2047.813755 +258529,2447.619559,1392.365968,2375.372068,1229.765553,2046.810804 +258530,2429.513081,1388.617648,2376.126406,1229.188861,2046.149647 +258531,2398.316601,1384.973821,2376.020484,1228.613081,2044.992206 +258532,2439.701564,1381.40583,2373.816744,1228.040599,2043.807593 +258533,2407.109612,1377.840011,2372.418675,1227.473634,2043.04865 +258534,2425.377805,1372.794019,2371.363098,1226.908159,2042.378629 +258535,2424.119057,1369.745847,2372.227288,1226.355483,2041.430811 +258536,2406.941227,1366.919181,2372.187217,1225.819041,2040.453988 +258537,2437.384155,1364.187155,2370.017551,1225.955514,2039.535885 +258538,2389.89123,1361.530992,2370.316687,1226.273941,2033.853359 +258539,2449.603272,1358.927669,2368.322023,1226.680326,2045.315839 +258540,2374.343238,1356.46977,2368.875903,1227.165913,2029.238162 +258541,2688.147399,1460.33579,2373.767505,1351.281914,2205.940797 +258542,2630.479253,1460.018923,2399.011261,1311.899379,2236.041419 +258543,2659.195094,1459.165082,2428.644029,1359.754214,2270.608295 +258544,2654.798158,1457.952936,2452.670322,1325.660429,2299.120029 +258545,2656.180216,1456.724912,2469.667702,1348.981907,2320.482662 +258546,2657.137915,1455.421054,2480.863912,1343.338931,2335.891181 +258547,2658.013229,1454.000349,2488.088842,1346.439045,2347.1707 +258548,2658.827219,1452.790592,2492.581725,1348.260744,2355.71681 +258549,2659.542739,1451.383961,2495.992676,1350.064183,2362.426323 +258550,2660.189027,1450.054284,2498.624153,1351.883543,2367.854755 +258551,2660.80435,1448.80442,2500.444409,1353.719303,2372.356857 +258552,2661.612173,1447.346373,2503.489673,1355.575053,2378.290977 +258553,2661.764319,1446.079313,2503.641071,1357.444812,2380.451039 +258554,2662.453608,1444.752946,2504.123101,1359.340463,2382.90826 +258555,2662.881873,1443.444193,2504.637013,1361.253251,2385.283773 +258556,2663.311864,1442.145071,2505.14111,1363.187057,2387.538231 +258557,2663.718388,1440.854601,2505.624133,1365.141226,2389.673883 +258558,2664.095706,1439.572704,2506.082703,1367.115638,2391.700794 +258559,2664.44635,1438.299431,2506.516899,1369.11031,2393.630337 +258560,2664.760201,1436.947139,2506.92855,1371.125012,2395.473755 +258561,2665.07627,1435.818721,2507.319801,1373.15971,2397.241156 +258562,2665.34491,1434.509324,2507.692521,1375.214166,2398.941247 +258563,2665.598626,1433.282222,2508.046087,1378.636397,2400.57874 +258564,2665.856772,1432.051806,2510.053838,1377.395321,2404.281961 +258565,2666.053818,1430.826609,2511.125452,1386.915242,2406.786473 +258566,2666.239112,1429.610774,2511.815926,1376.831205,2408.795627 +258567,2666.368309,1428.402265,2512.282421,1399.758538,2410.499562 +258568,2666.608825,1427.201416,2512.639504,1371.294052,2412.037094 +258569,2666.729465,1426.008118,2512.940196,1397.747711,2413.474417 +258570,2666.868591,1424.820734,2511.490898,1403.730589,2412.664112 +258571,2667.351454,1423.920226,2510.77467,1375.657794,2412.975728 +258572,2667.961004,1423.087489,2512.520064,1406.709606,2415.865777 +258573,2668.570225,1422.289649,2511.555537,1398.326663,2415.695839 +258574,2669.165325,1421.528483,2511.494894,1402.966452,2416.340688 +258575,2669.843355,1420.79428,2513.291682,1405.840593,2419.392675 +258576,2670.500396,1420.081343,2512.790338,1408.775848,2419.326809 +258577,2671.144629,1419.400048,2514.480246,1411.552447,2422.141834 +258578,2671.851721,1418.734288,2513.942654,1414.546657,2421.945009 +258579,2672.500811,1418.097545,2513.857085,1417.518075,2422.556852 +258580,2673.231415,1417.481896,2515.972264,1420.538146,2425.55876 +258581,2673.948195,1416.799903,2517.158588,1423.592242,2427.552619 +258582,2674.646126,1416.435009,2518.065098,1426.688219,2429.161055 +258583,2675.374612,1415.698412,2519.022024,1429.819858,2430.554563 +258584,2676.097908,1415.234946,2517.920966,1432.985635,2429.701881 +258585,2676.82916,1414.712346,2519.43405,1436.194537,2432.031298 +258586,2677.603763,1414.214466,2518.8394,1439.515612,2431.509487 +258587,2678.320209,1413.741568,2518.820213,1442.660731,2431.891629 +258588,2679.10824,1413.285027,2519.058835,1445.943777,2432.609472 +258589,2679.938204,1412.849212,2521.455381,1449.405167,2435.620418 +258590,2680.597388,1412.426954,2521.071487,1452.713201,2435.468251 +258591,2681.46115,1412.027826,2521.250971,1456.137337,2436.058478 +258592,2684.469433,1420.446581,2521.862322,1460.853309,2436.908831 +258593,2685.642119,1421.563189,2525.209387,1464.303392,2440.017746 +258594,2686.427545,1421.993765,2526.542197,1467.700818,2439.919015 +258595,2687.401276,1422.257808,2530.306411,1471.19453,2442.624552 +258596,2688.179681,1422.429684,2533.007042,1474.467221,2444.383134 +258597,2689.01473,1422.47391,2535.187976,1477.951657,2445.777889 +258598,2689.834462,1422.700271,2537.025747,1481.374647,2446.97865 +258599,2690.587768,1422.809387,2537.007855,1484.825288,2446.019529 +258600,2691.482663,1422.772553,2538.468805,1488.300563,2447.441572 +258601,2738.182751,1445.727705,2541.260019,1514.697395,2449.616758 +258602,2744.110845,1447.38154,2545.848804,1519.723121,2455.00852 +258603,2746.601933,1448.509312,2551.243503,1526.211154,2461.92719 +258604,2749.500238,1449.507703,2554.397154,1530.603347,2466.290177 +258605,2752.344183,1450.405778,2559.534169,1532.378163,2472.88476 +258606,2754.663183,1451.21492,2561.418481,1547.585964,2475.691689 +258607,2757.177623,1451.99828,2563.536152,1522.841762,2478.725166 +258608,2759.572471,1452.765867,2565.591312,1555.523598,2481.602512 +258609,2761.872341,1453.485751,2567.527833,1547.769066,2484.255133 +258610,2764.100103,1454.197136,2569.37438,1554.445738,2486.724777 +258611,2774.473987,1454.895462,2571.280157,1558.563542,2489.201902 +258612,2756.748331,1455.581133,2572.967831,1562.899925,2491.352678 +258613,2783.734395,1456.256019,2574.597647,1567.157533,2493.377971 +258614,2760.859869,1456.921025,2576.185972,1571.431138,2495.301655 +258615,2787.485524,1457.577134,2577.752768,1575.71034,2497.152786 +258616,2765.307368,1458.224995,2579.243331,1580.08728,2498.869011 +258617,2791.529975,1458.865221,2580.730687,1584.237054,2500.544332 +258618,2777.675973,1459.498209,2582.28833,1588.60004,2502.273494 +258619,2784.031695,1460.124092,2583.699166,1594.549909,2503.794388 +258620,2786.437661,1460.744434,2586.764945,1597.119343,2507.327215 +258621,2787.751358,1461.355067,2587.17118,1610.622591,2507.583226 +258622,2789.905357,1461.962765,2588.138797,1590.29463,2508.505103 +258623,2791.999406,1462.56343,2590.995501,1617.902564,2511.721556 +258624,2793.811914,1463.156219,2592.94793,1612.731793,2513.820369 +258625,2795.770015,1463.744228,2594.53856,1618.741681,2515.472668 +258626,2797.682303,1464.325693,2596.136064,1623.230242,2516.882614 +258627,2799.569779,1464.900963,2597.419893,1627.420205,2518.139394 +258628,2801.442242,1465.469969,2598.636376,1631.837868,2519.301592 +258629,2803.196792,1466.118011,2598.089569,1640.698653,2518.28558 +258630,2805.105564,1466.547273,2598.489904,1635.468175,2518.394195 +258631,2805.177306,1466.121369,2599.257382,1643.614292,2518.92414 +258632,2804.701922,1465.386825,2600.036712,1645.172839,2519.596439 +258633,2804.185934,1464.453685,2602.369396,1645.763285,2522.40777 +258634,2803.109393,1463.661905,2601.806531,1647.6375,2521.949569 +258635,2802.310414,1462.585664,2601.604318,1648.585531,2522.160834 +258636,2801.197406,1461.502335,2601.41158,1649.673393,2522.568898 +258637,2800.052128,1460.300837,2602.880626,1650.534442,2525.175241 +258638,2798.507496,1459.051036,2601.580063,1651.226524,2524.559143 +258639,2797.200771,1457.743062,2600.748982,1651.787564,2524.651758 +258640,2795.629828,1456.370896,2600.008572,1652.19571,2524.964186 +258641,2793.975123,1454.938185,2599.269137,1652.464702,2525.377066 +258642,2792.361103,1453.447134,2600.213952,1652.600022,2527.950325 +258643,2790.249475,1451.89418,2598.224769,1652.58382,2527.274468 +258644,2788.587127,1450.289769,2598.851417,1652.454463,2529.402664 +258645,2786.25995,1448.623674,2596.524237,1652.16906,2528.468913 +258646,2784.599344,1446.909228,2596.69867,1651.775477,2530.430576 +258647,2781.944738,1445.136382,2596.082023,1651.233751,2531.488166 +258648,2779.736927,1443.313206,2595.121458,1650.571282,2532.195073 +258649,2777.218433,1441.43644,2592.238955,1649.77423,2530.599045 +258650,2766.776963,1439.513498,2591.756877,1648.865818,2531.997172 +258651,2783.887882,1437.535973,2590.75826,1647.815878,2532.812978 +258652,2756.296333,1435.5116,2589.494889,1646.648555,2533.364209 +258653,2779.272243,1433.436704,2586.3488,1645.350273,2531.653276 +258654,2750.888535,1431.234762,2585.730774,1643.945331,2533.089125 +258655,2761.368693,1433.738987,2582.571489,1642.407946,2531.444179 +258656,2751.540808,1432.073467,2580.63913,1616.49613,2530.741288 +258657,2748.657034,1430.212575,2579.240397,1647.093064,2530.356968 +258658,2745.248368,1428.114761,2579.688952,1603.026923,2532.247505 +258659,2741.413716,1425.834599,2577.42235,1641.241026,2530.98951 +258660,2737.939471,1423.689692,2575.594017,1601.700176,2530.483693 +258661,2658.31172,1388.164373,2573.987636,1595.911251,2531.135997 +258662,2651.156459,1385.256608,2567.149796,1568.326547,2524.773966 +258663,2647.487194,1382.496225,2558.772228,1579.827589,2515.624481 +258664,2642.326355,1379.665221,2551.151,1571.231066,2507.335143 +258665,2637.580173,1376.798389,2545.120186,1568.429634,2500.939351 +258666,2632.499243,1373.885334,2540.893733,1564.877502,2496.283855 +258667,2627.507239,1370.926694,2538.626706,1560.844217,2495.036337 +258668,2622.378616,1367.915774,2534.2589,1557.142717,2491.394831 +258669,2617.270333,1364.863187,2530.895773,1553.065205,2489.061179 +258670,2612.200651,1361.843323,2527.901758,1548.971263,2487.385599 +258671,2606.632977,1358.497494,2526.82953,1544.76574,2488.287147 +258672,2601.441681,1355.476002,2523.022146,1540.443988,2486.244768 +258673,2584.663175,1352.174613,2521.833929,1536.034484,2487.388667 +258674,2607.291495,1348.900637,2518.399935,1531.40362,2485.932095 +258675,2553.496996,1345.580099,2517.582845,1543.893257,2487.817309 +258676,2615.822182,1342.175858,2514.532632,1497.099653,2487.096617 +258677,2535.729011,1338.791997,2512.230259,1529.13414,2487.423104 +258678,2594.797679,1335.229602,2509.97862,1509.744654,2487.911148 +258679,2536.429898,1331.845193,2507.755,1507.170977,2488.524549 +258680,2571.653798,1351.752365,2505.581408,1502.146216,2489.296795 +258681,2535.043625,1289.746593,2503.522643,1496.666527,2490.28997 +258682,2562.829707,1337.836094,2501.523731,1491.499343,2491.427807 +258683,2525.396878,1325.29152,2499.452009,1485.960656,2492.555435 +258684,2535.87327,1302.400938,2497.42085,1468.649421,2493.795119 +258685,2498.294806,1333.781467,2495.663924,1461.239787,2495.152121 +258686,2542.995976,1289.420835,2494.320877,1454.405423,2496.501283 +258687,2500.731958,1328.255186,2492.915497,1447.831912,2497.786202 +258688,2493.701096,1284.614018,2491.401375,1440.956119,2499.112963 +258689,2501.446878,1310.652915,2489.741053,1434.476217,2500.45123 +258690,2458.80585,1289.434515,2487.935256,1427.686393,2501.785254 +258691,2495.821635,1295.555463,2485.990473,1424.17395,2503.078794 +258692,2481.113774,1290.796269,2484.02277,1421.366395,2504.240002 +258693,2462.921964,1289.23825,2482.219784,1418.650548,2505.352572 +258694,2480.004875,1287.297514,2480.591056,1431.350742,2506.397667 +258695,2460.388096,1285.411684,2479.149409,1391.648986,2507.418418 +258696,2467.202637,1283.577731,2477.869551,1422.513255,2508.426229 +258697,2460.608346,1281.791455,2476.656181,1408.681754,2509.341144 +258698,2458.430711,1280.048967,2475.5214,1406.493629,2510.202964 +258699,2455.476157,1278.347697,2474.471421,1407.140289,2511.040583 +258700,2452.68572,1276.685167,2473.482621,1404.693689,2511.840395 +258701,2449.943794,1275.059941,2472.551514,1403.408042,2512.611828 +258702,2447.263881,1273.468841,2471.669941,1402.089202,2513.354569 +258703,2449.686373,1268.752835,2470.805181,1415.965514,2514.038426 +258704,2448.091402,1266.761297,2469.600053,1412.298785,2514.661128 +258705,2446.093139,1264.994008,2468.212348,1420.20527,2515.252321 +258706,2444.03557,1263.317556,2466.850846,1410.556261,2515.849374 +258707,2441.974545,1261.701745,2465.604791,1421.264573,2516.455496 +258708,2439.788406,1260.133351,2464.481519,1411.283184,2517.059778 +258709,2437.99008,1258.605579,2463.465748,1419.803249,2517.665548 +258710,2435.913491,1257.114013,2462.527688,1414.441024,2518.25911 +258711,2433.995176,1255.656231,2461.657353,1418.031826,2518.849159 +258712,2432.092793,1254.230022,2460.838387,1417.402882,2519.426867 +258713,2430.227313,1252.90572,2460.065744,1418.096801,2519.996723 +258714,2456.530469,1251.43352,2459.285849,1418.67737,2520.500073 +258715,2384.614236,1250.144198,2458.604392,1419.318303,2521.070751 +258716,2444.958907,1248.820254,2458.005438,1420.025113,2521.696094 +258717,2424.371232,1247.532745,2457.362813,1420.798282,2522.226942 +258718,2413.126958,1246.270069,2456.744016,1421.638033,2522.747196 +258719,2431.692884,1245.031534,2456.160848,1422.544647,2523.27623 +258720,2405.370039,1243.815972,2455.604389,1423.517998,2523.804529 +258721,2268.973378,1176.368705,2454.840604,1358.34901,2523.592573 +258722,2259.635288,1174.72643,2437.718003,1358.89802,2131.754646 +258723,2258.757802,1173.215212,2407.446894,1359.704679,2228.660683 +258724,2256.762162,1171.827507,2380.566068,1360.674561,2234.427239 +258725,2255.086812,1170.489358,2362.557474,1361.81575,2221.060168 +258726,2253.391687,1169.128606,2350.518676,1362.761878,2216.69629 +258727,2251.776787,1167.968481,2342.388309,1364.182736,2214.45461 +258728,2250.22275,1166.689833,2336.81655,1365.422752,2212.452 +258729,2248.722134,1165.497997,2332.838101,1366.825726,2210.170314 +258730,2247.270087,1164.320877,2329.835136,1368.290895,2208.109743 +258731,2245.865378,1163.167496,2327.444277,1369.914989,2205.992861 +258732,2244.505073,1162.036404,2325.443025,1372.209829,2204.051876 +258733,2243.187945,1160.926754,2323.690115,1374.265826,2202.085374 +258734,2241.912707,1159.837799,2322.097791,1375.239032,2200.168353 +258735,2240.678181,1158.768753,2320.604977,1379.10516,2198.308372 +258736,2239.483033,1157.71909,2319.18431,1377.039744,2196.484781 +258737,2238.324167,1156.688049,2317.800973,1387.883816,2194.699929 +258738,2237.200754,1155.675375,2316.458507,1371.298699,2193.08329 +258739,2236.111408,1154.680489,2315.144084,1388.505278,2191.192308 +258740,2235.05522,1153.702865,2313.825363,1386.788653,2189.597478 +258741,2234.031551,1152.742163,2312.523214,1388.736118,2187.95465 +258742,2233.039135,1151.797778,2311.243769,1391.547515,2186.349899 +258743,2232.077767,1150.869551,2309.987528,1393.898475,2184.72917 +258744,2231.145552,1149.956563,2308.748716,1396.387742,2183.254037 +258745,2230.242484,1149.058811,2307.530708,1398.936762,2181.748605 +258746,2229.367578,1148.175656,2306.332052,1401.644053,2180.269216 +258747,2228.519852,1147.306704,2305.150586,1404.205604,2178.832134 +258748,2227.698645,1146.451582,2303.988663,1407.03205,2177.422279 +258749,2226.90309,1145.609813,2302.844278,1409.855568,2176.040573 +258750,2226.132565,1144.781046,2301.717227,1412.763785,2174.687552 +258751,2223.807867,1143.19902,2300.614964,1413.002719,2173.354348 +258752,2221.138053,1141.465658,2299.463156,1412.690208,2172.062511 +258753,2218.324731,1139.7255,2299.970321,1412.116593,2170.809576 +258754,2215.405488,1137.772785,2297.602515,1411.344553,2169.460883 +258755,2212.425372,1135.921174,2295.716149,1410.425483,2168.256266 +258756,2209.376644,1133.978681,2293.935023,1409.364491,2167.034392 +258757,2206.274095,1132.013971,2292.179459,1408.178744,2165.812386 +258758,2203.119307,1130.019814,2290.415641,1406.875001,2164.605981 +258759,2199.921203,1127.996526,2290.389082,1405.365394,2163.638352 +258760,2196.663281,1125.950932,2287.568791,1403.901613,2162.105913 +258761,2193.242539,1123.875695,2285.294133,1402.301659,2161.113032 +258762,2190.104011,1121.778517,2283.183731,1400.486385,2159.91707 +258763,2186.635367,1119.657625,2281.142617,1398.734669,2158.739614 +258764,2183.242166,1117.514431,2279.125909,1396.757553,2157.587764 +258765,2179.792519,1115.349667,2277.10978,1394.791753,2156.434045 +258766,2176.338775,1113.164073,2275.078471,1392.712563,2155.195576 +258767,2172.691734,1110.958256,2273.026623,1390.477806,2154.106531 +258768,2169.250766,1108.732849,2270.953932,1388.29537,2152.881342 +258769,2165.550997,1106.554232,2268.858733,1385.884289,2151.742076 +258770,2162.006775,1104.12635,2268.504451,1383.545087,2150.604857 +258771,2182.720538,1101.992335,2265.341735,1381.058678,2149.286211 +258772,2118.041409,1099.634778,2262.568004,1396.337779,2148.170201 +258773,2168.67515,1097.328916,2260.239517,1349.233607,2146.947187 +258774,2150.287589,1094.995914,2257.958779,1385.850114,2145.72664 +258775,2132.883881,1092.646436,2255.6684,1372.687021,2144.501757 +258776,2154.184778,1090.280854,2253.389637,1359.776326,2143.231942 +258777,2120.828824,1087.899454,2251.112884,1374.0117,2142.038961 +258778,2141.154541,1085.502476,2248.832486,1351.897918,2140.749892 +258779,2123.424287,1083.090208,2246.532445,1362.643254,2139.501901 +258780,2126.097969,1080.662971,2244.205572,1354.181004,2138.218456 +258781,1747.07673,1078.387333,861.873985,1365.756022,1950.658752 +258782,1858.461918,1208.58998,929.8696147,1473.714243,2063.488815 +258783,1989.363836,1209.716182,1017.016293,1487.339311,2194.71278 +258784,2090.830649,1208.146795,1092.592177,1477.624652,2297.225214 +258785,2146.938135,1206.572982,1144.672553,1480.182079,2354.470574 +258786,2171.233928,1205.530846,1178.484281,1475.120354,2381.397933 +258787,2181.849131,1203.443324,1202.648651,1472.47529,2395.299033 +258788,2186.880861,1201.434082,1221.379474,1469.861717,2403.779164 +258789,2189.739475,1199.461111,1236.718823,1466.63397,2409.941902 +258790,2191.692919,1197.3049,1249.626956,1463.564481,2414.988733 +258791,2193.145691,1195.195249,1260.599567,1460.371257,2419.350706 +258792,2194.225172,1193.054247,1269.95698,1457.11616,2423.190662 +258793,2194.988865,1190.898332,1277.94976,1453.399717,2426.590294 +258794,2195.490562,1188.734031,1284.789133,1449.9488,2429.608466 +258795,2195.77563,1186.559631,1290.653001,1446.239909,2432.293069 +258796,2195.877957,1184.377946,1295.692651,1442.721292,2434.688159 +258797,2195.831295,1182.264422,1300.034835,1438.756974,2436.83205 +258798,2195.630969,1179.95765,1303.944985,1435.052204,2438.72522 +258799,2195.318547,1177.736187,1307.171234,1431.147553,2440.424657 +258800,2194.935789,1175.629348,1309.975721,1422.686718,2441.9796 +258801,2194.482147,1173.360274,1312.414835,1425.487564,2443.396101 +258802,2193.957521,1171.152618,1314.5381,1418.173631,2444.686089 +258803,2193.371894,1168.926276,1316.388153,1414.872449,2445.863459 +258804,2192.732307,1166.692034,1318.00093,1410.617541,2446.940976 +258805,2192.039777,1164.450491,1319.40672,1406.478496,2447.929923 +258806,2191.30187,1162.200487,1320.630885,1391.813792,2448.839715 +258807,2190.522812,1159.941789,1321.694751,1413.62572,2449.678338 +258808,2189.702093,1157.600479,1322.61686,1376.272324,2450.453833 +258809,2188.847326,1155.431276,1323.413401,1401.196705,2451.174222 +258810,2187.962187,1175.167648,1324.097731,1371.47138,2451.845578 +258811,2187.042869,1117.631236,1324.680299,1392.476538,2452.471135 +258812,2186.10481,1165.544258,1325.176668,1380.192993,2453.055667 +258813,2185.158317,1157.338873,1325.599618,1354.49386,2453.60379 +258814,2184.20507,1123.369115,1325.957104,1394.392274,2454.117981 +258815,2183.244446,1173.848891,1326.254927,1349.067343,2454.601489 +258816,2182.273888,1105.803543,1326.496883,1361.004463,2455.055797 +258817,2181.292959,1177.272239,1326.686965,1359.938582,2455.483954 +258818,2180.300652,1097.596692,1326.828228,1352.238428,2455.887579 +258819,2179.29612,1171.532397,1326.923315,1336.251145,2456.267865 +258820,2178.107435,1096.434639,1326.967104,1329.711986,2456.626025 +258821,2176.803067,1160.702549,1326.963427,1324.907301,2456.963081 +258822,2175.473111,1099.338327,1326.917958,1320.383282,2457.27999 +258823,2174.161846,1147.122435,1326.834505,1315.745452,2457.57796 +258824,2172.877947,1104.263072,1326.715296,1311.345918,2457.858004 +258825,2171.615681,1132.192948,1326.561824,1316.686487,2458.120951 +258826,2170.36682,1110.065458,1326.375118,1287.29679,2458.366988 +258827,2169.125542,1118.920779,1326.15635,1313.225688,2458.596683 +258828,2167.888163,1112.843355,1325.906673,1280.12804,2458.810603 +258829,2166.651915,1111.289384,1325.627003,1294.984809,2459.00888 +258830,2165.415068,1109.012235,1325.318385,1283.335639,2459.192031 +258831,2164.176018,1106.731718,1324.98168,1280.378487,2459.360271 +258832,2162.933442,1104.439839,1324.617701,1275.941687,2459.51382 +258833,2161.71533,1102.138049,1324.24182,1271.562846,2459.684883 +258834,2160.493252,1099.826181,1323.841169,1267.083877,2459.84376 +258835,2159.243662,1097.504306,1323.405098,1262.816599,2459.965692 +258836,2157.979487,1095.172267,1322.940857,1258.35085,2460.065342 +258837,2156.705876,1092.830181,1322.451669,1254.041383,2460.148639 +258838,2155.424983,1090.477907,1321.939271,1261.279513,2460.218303 +258839,2154.136737,1088.115553,1321.404313,1227.255171,2460.274701 +258840,2152.841574,1085.742974,1320.847686,1261.769257,2460.318754 +258841,0,0,0,0,0 +258842,0,0,0,0,0 +258843,0,0,0,0,0 +258844,0,0,0,0,0 +258845,0,0,0,0,0 +258846,0,0,0,0,0 +258847,0,0,0,0,0 +258848,0,0,0,0,0 +258849,0,0,0,0,0 +258850,0,0,0,0,0 +258851,0,0,0,0,0 +258852,0,0,0,0,0 +258853,0,0,0,0,0 +258854,0,0,0,0,0 +258855,0,0,0,0,0 +258856,0,0,0,0,0 +258857,0,0,0,0,0 +258858,0,0,0,0,0 +258859,0,0,0,0,0 +258860,0,0,0,0,0 +258861,0,0,0,0,0 +258862,0,0,0,0,0 +258863,0,0,0,0,0 +258864,0,0,0,0,0 +258865,0,0,0,0,0 +258866,0,0,0,0,0 +258867,0,0,0,0,0 +258868,0,0,0,0,0 +258869,0,0,0,0,0 +258870,0,0,0,0,0 +258871,0,0,0,0,0 +258872,0,0,0,0,0 +258873,0,0,0,0,0 +258874,0,0,0,0,0 +258875,0,0,0,0,0 +258876,0,0,0,0,0 +258877,0,0,0,0,0 +258878,0,0,0,0,0 +258879,0,0,0,0,0 +258880,0,0,0,0,0 +258881,0,0,0,0,0 +258882,0,0,0,0,0 +258883,0,0,0,0,0 +258884,0,0,0,0,0 +258885,0,0,0,0,0 +258886,0,0,0,0,0 +258887,0,0,0,0,0 +258888,0,0,0,0,0 +258889,0,0,0,0,0 +258890,0,0,0,0,0 +258891,0,0,0,0,0 +258892,0,0,0,0,0 +258893,0,0,0,0,0 +258894,0,0,0,0,0 +258895,0,0,0,0,0 +258896,0,0,0,0,0 +258897,0,0,0,0,0 +258898,0,0,0,0,0 +258899,0,0,0,0,0 +258900,0,0,0,0,0 +258901,0,0,0,0,0 +258902,0,0,0,0,0 +258903,0,0,0,0,0 +258904,0,0,0,0,0 +258905,0,0,0,0,0 +258906,0,0,0,0,0 +258907,0,0,0,0,0 +258908,0,0,0,0,0 +258909,0,0,0,0,0 +258910,0,0,0,0,0 +258911,0,0,0,0,0 +258912,0,0,0,0,0 +258913,0,0,0,0,0 +258914,0,0,0,0,0 +258915,0,0,0,0,0 +258916,0,0,0,0,0 +258917,0,0,0,0,0 +258918,0,0,0,0,0 +258919,0,0,0,0,0 +258920,0,0,0,0,0 +258921,0,0,0,0,0 +258922,0,0,0,0,0 +258923,0,0,0,0,0 +258924,0,0,0,0,0 +258925,0,0,0,0,0 +258926,0,0,0,0,0 +258927,0,0,0,0,0 +258928,0,0,0,0,0 +258929,0,0,0,0,0 +258930,0,0,0,0,0 +258931,0,0,0,0,0 +258932,0,0,0,0,0 +258933,0,0,0,0,0 +258934,0,0,0,0,0 +258935,0,0,0,0,0 +258936,0,0,0,0,0 +258937,0,0,0,0,0 +258938,0,0,0,0,0 +258939,0,0,0,0,0 +258940,0,0,0,0,0 +258941,0,0,0,0,0 +258942,0,0,0,0,0 +258943,0,0,0,0,0 +258944,0,0,0,0,0 +258945,0,0,0,0,0 +258946,0,0,0,0,0 +258947,0,0,0,0,0 +258948,0,0,0,0,0 +258949,0,0,0,0,0 +258950,0,0,0,0,0 +258951,0,0,0,0,0 +258952,0,0,0,0,0 +258953,0,0,0,0,0 +258954,0,0,0,0,0 +258955,0,0,0,0,0 +258956,0,0,0,0,0 +258957,0,0,0,0,0 +258958,0,0,0,0,0 +258959,0,0,0,0,0 +258960,0,0,0,0,0 +258961,0,0,0,0,0 +258962,0,0,0,0,0 +258963,0,0,0,0,0 +258964,0,0,0,0,0 +258965,0,0,0,0,0 +258966,0,0,0,0,0 +258967,0,0,0,0,0 +258968,0,0,0,0,0 +258969,0,0,0,0,0 +258970,0,0,0,0,0 +258971,0,0,0,0,0 +258972,0,0,0,0,0 +258973,0,0,0,0,0 +258974,0,0,0,0,0 +258975,0,0,0,0,0 +258976,0,0,0,0,0 +258977,0,0,0,0,0 +258978,0,0,0,0,0 +258979,0,0,0,0,0 +258980,0,0,0,0,0 +258981,0,0,0,0,0 +258982,0,0,0,0,0 +258983,0,0,0,0,0 +258984,0,0,0,0,0 +258985,0,0,0,0,0 +258986,0,0,0,0,0 +258987,0,0,0,0,0 +258988,0,0,0,0,0 +258989,0,0,0,0,0 +258990,0,0,0,0,0 +258991,0,0,0,0,0 +258992,0,0,0,0,0 +258993,0,0,0,0,0 +258994,0,0,0,0,0 +258995,0,0,0,0,0 +258996,0,0,0,0,0 +258997,0,0,0,0,0 +258998,0,0,0,0,0 +258999,0,0,0,0,0 +259000,0,0,0,0,0 +259001,0,0,0,0,0 +259002,0,0,0,0,0 +259003,0,0,0,0,0 +259004,0,0,0,0,0 +259005,0,0,0,0,0 +259006,0,0,0,0,0 +259007,0,0,0,0,0 +259008,0,0,0,0,0 +259009,0,0,0,0,0 +259010,0,0,0,0,0 +259011,0,0,0,0,0 +259012,0,0,0,0,0 +259013,0,0,0,0,0 +259014,0,0,0,0,0 +259015,0,0,0,0,0 +259016,0,0,0,0,0 +259017,0,0,0,0,0 +259018,0,0,0,0,0 +259019,0,0,0,0,0 +259020,0,0,0,0,0 +259021,0,0,0,0,0 +259022,0,0,0,0,0 +259023,0,0,0,0,0 +259024,0,0,0,0,0 +259025,0,0,0,0,0 +259026,0,0,0,0,0 +259027,0,0,0,0,0 +259028,0,0,0,0,0 +259029,0,0,0,0,0 +259030,0,0,0,0,0 +259031,0,0,0,0,0 +259032,0,0,0,0,0 +259033,0,0,0,0,0 +259034,0,0,0,0,0 +259035,0,0,0,0,0 +259036,0,0,0,0,0 +259037,0,0,0,0,0 +259038,0,0,0,0,0 +259039,0,0,0,0,0 +259040,0,0,0,0,0 +259041,0,0,0,0,0 +259042,0,0,0,0,0 +259043,0,0,0,0,0 +259044,0,0,0,0,0 +259045,0,0,0,0,0 +259046,0,0,0,0,0 +259047,0,0,0,0,0 +259048,0,0,0,0,0 +259049,0,0,0,0,0 +259050,0,0,0,0,0 +259051,0,0,0,0,0 +259052,0,0,0,0,0 +259053,0,0,0,0,0 +259054,0,0,0,0,0 +259055,0,0,0,0,0 +259056,0,0,0,0,0 +259057,0,0,0,0,0 +259058,0,0,0,0,0 +259059,0,0,0,0,0 +259060,0,0,0,0,0 +259061,0,0,0,0,0 +259062,0,0,0,0,0 +259063,0,0,0,0,0 +259064,0,0,0,0,0 +259065,0,0,0,0,0 +259066,0,0,0,0,0 +259067,0,0,0,0,0 +259068,0,0,0,0,0 +259069,0,0,0,0,0 +259070,0,0,0,0,0 +259071,0,0,0,0,0 +259072,0,0,0,0,0 +259073,0,0,0,0,0 +259074,0,0,0,0,0 +259075,0,0,0,0,0 +259076,0,0,0,0,0 +259077,0,0,0,0,0 +259078,0,0,0,0,0 +259079,0,0,0,0,0 +259080,0,0,0,0,0 +259081,0,0,0,0,0 +259082,0,0,0,0,0 +259083,0,0,0,0,0 +259084,0,0,0,0,0 +259085,0,0,0,0,0 +259086,0,0,0,0,0 +259087,0,0,0,0,0 +259088,0,0,0,0,0 +259089,0,0,0,0,0 +259090,0,0,0,0,0 +259091,0,0,0,0,0 +259092,0,0,0,0,0 +259093,0,0,0,0,0 +259094,0,0,0,0,0 +259095,0,0,0,0,0 +259096,0,0,0,0,0 +259097,0,0,0,0,0 +259098,0,0,0,0,0 +259099,0,0,0,0,0 +259100,0,0,0,0,0 +259101,0,0,0,0,0 +259102,0,0,0,0,0 +259103,0,0,0,0,0 +259104,0,0,0,0,0 +259105,0,0,0,0,0 +259106,0,0,0,0,0 +259107,0,0,0,0,0 +259108,0,0,0,0,0 +259109,0,0,0,0,0 +259110,0,0,0,0,0 +259111,0,0,0,0,0 +259112,0,0,0,0,0 +259113,0,0,0,0,0 +259114,0,0,0,0,0 +259115,0,0,0,0,0 +259116,0,0,0,0,0 +259117,0,0,0,0,0 +259118,0,0,0,0,0 +259119,0,0,0,0,0 +259120,0,0,0,0,0 +259121,0,0,0,0,0 +259122,0,0,0,0,0 +259123,0,0,0,0,0 +259124,0,0,0,0,0 +259125,0,0,0,0,0 +259126,0,0,0,0,0 +259127,0,0,0,0,0 +259128,0,0,0,0,0 +259129,0,0,0,0,0 +259130,0,0,0,0,0 +259131,0,0,0,0,0 +259132,0,0,0,0,0 +259133,0,0,0,0,0 +259134,0,0,0,0,0 +259135,0,0,0,0,0 +259136,0,0,0,0,0 +259137,0,0,0,0,0 +259138,0,0,0,0,0 +259139,0,0,0,0,0 +259140,0,0,0,0,0 +259141,0,0,0,0,0 +259142,0,0,0,0,0 +259143,0,0,0,0,0 +259144,0,0,0,0,0 +259145,0,0,0,0,0 +259146,0,0,0,0,0 +259147,0,0,0,0,0 +259148,0,0,0,0,0 +259149,0,0,0,0,0 +259150,0,0,0,0,0 +259151,0,0,0,0,0 +259152,0,0,0,0,0 +259153,0,0,0,0,0 +259154,0,0,0,0,0 +259155,0,0,0,0,0 +259156,0,0,0,0,0 +259157,0,0,0,0,0 +259158,0,0,0,0,0 +259159,0,0,0,0,0 +259160,0,0,0,0,0 +259161,0,0,0,0,0 +259162,0,0,0,0,0 +259163,0,0,0,0,0 +259164,0,0,0,0,0 +259165,0,0,0,0,0 +259166,0,0,0,0,0 +259167,0,0,0,0,0 +259168,0,0,0,0,0 +259169,0,0,0,0,0 +259170,0,0,0,0,0 +259171,0,0,0,0,0 +259172,0,0,0,0,0 +259173,0,0,0,0,0 +259174,0,0,0,0,0 +259175,0,0,0,0,0 +259176,0,0,0,0,0 +259177,0,0,0,0,0 +259178,0,0,0,0,0 +259179,0,0,0,0,0 +259180,0,0,0,0,0 +259181,0,0,0,0,0 +259182,0,0,0,0,0 +259183,0,0,0,0,0 +259184,0,0,0,0,0 +259185,0,0,0,0,0 +259186,0,0,0,0,0 +259187,0,0,0,0,0 +259188,0,0,0,0,0 +259189,0,0,0,0,0 +259190,0,0,0,0,0 +259191,0,0,0,0,0 +259192,0,0,0,0,0 +259193,0,0,0,0,0 +259194,0,0,0,0,0 +259195,0,0,0,0,0 +259196,0,0,0,0,0 +259197,0,0,0,0,0 +259198,0,0,0,0,0 +259199,0,0,0,0,0 +259200,0,0,0,0,0 +259201,0,0,0,0,0 +259202,0,0,0,0,0 +259203,0,0,0,0,0 +259204,0,0,0,0,0 +259205,0,0,0,0,0 +259206,0,0,0,0,0 +259207,0,0,0,0,0 +259208,0,0,0,0,0 +259209,0,0,0,0,0 +259210,0,0,0,0,0 +259211,0,0,0,0,0 +259212,0,0,0,0,0 +259213,0,0,0,0,0 +259214,0,0,0,0,0 +259215,0,0,0,0,0 +259216,0,0,0,0,0 +259217,0,0,0,0,0 +259218,0,0,0,0,0 +259219,0,0,0,0,0 +259220,0,0,0,0,0 +259221,0,0,0,0,0 +259222,0,0,0,0,0 +259223,0,0,0,0,0 +259224,0,0,0,0,0 +259225,0,0,0,0,0 +259226,0,0,0,0,0 +259227,0,0,0,0,0 +259228,0,0,0,0,0 +259229,0,0,0,0,0 +259230,0,0,0,0,0 +259231,0,0,0,0,0 +259232,0,0,0,0,0 +259233,0,0,0,0,0 +259234,0,0,0,0,0 +259235,0,0,0,0,0 +259236,0,0,0,0,0 +259237,0,0,0,0,0 +259238,0,0,0,0,0 +259239,0,0,0,0,0 +259240,0,0,0,0,0 +259241,0,0,0,0,0 +259242,0,0,0,0,0 +259243,0,0,0,0,0 +259244,0,0,0,0,0 +259245,0,0,0,0,0 +259246,0,0,0,0,0 +259247,0,0,0,0,0 +259248,0,0,0,0,0 +259249,0,0,0,0,0 +259250,0,0,0,0,0 +259251,0,0,0,0,0 +259252,0,0,0,0,0 +259253,0,0,0,0,0 +259254,0,0,0,0,0 +259255,0,0,0,0,0 +259256,0,0,0,0,0 +259257,0,0,0,0,0 +259258,0,0,0,0,0 +259259,0,0,0,0,0 +259260,0,0,0,0,0 +259261,0,0,0,0,0 +259262,0,0,0,0,0 +259263,0,0,0,0,0 +259264,0,0,0,0,0 +259265,0,0,0,0,0 +259266,0,0,0,0,0 +259267,0,0,0,0,0 +259268,0,0,0,0,0 +259269,0,0,0,0,0 +259270,0,0,0,0,0 +259271,0,0,0,0,0 +259272,0,0,0,0,0 +259273,0,0,0,0,0 +259274,0,0,0,0,0 +259275,0,0,0,0,0 +259276,0,0,0,0,0 +259277,0,0,0,0,0 +259278,0,0,0,0,0 +259279,0,0,0,0,0 +259280,0,0,0,0,0 +259281,0,0,0,0,0 +259282,0,0,0,0,0 +259283,0,0,0,0,0 +259284,0,0,0,0,0 +259285,0,0,0,0,0 +259286,0,0,0,0,0 +259287,0,0,0,0,0 +259288,0,0,0,0,0 +259289,0,0,0,0,0 +259290,0,0,0,0,0 +259291,0,0,0,0,0 +259292,0,0,0,0,0 +259293,0,0,0,0,0 +259294,0,0,0,0,0 +259295,0,0,0,0,0 +259296,0,0,0,0,0 +259297,0,0,0,0,0 +259298,0,0,0,0,0 +259299,0,0,0,0,0 +259300,0,0,0,0,0 +259301,0,0,0,0,0 +259302,0,0,0,0,0 +259303,0,0,0,0,0 +259304,0,0,0,0,0 +259305,0,0,0,0,0 +259306,0,0,0,0,0 +259307,0,0,0,0,0 +259308,0,0,0,0,0 +259309,0,0,0,0,0 +259310,0,0,0,0,0 +259311,0,0,0,0,0 +259312,0,0,0,0,0 +259313,0,0,0,0,0 +259314,0,0,0,0,0 +259315,0,0,0,0,0 +259316,0,0,0,0,0 +259317,0,0,0,0,0 +259318,0,0,0,0,0 +259319,0,0,0,0,0 +259320,0,0,0,0,0 +259321,0,0,0,0,0 +259322,0,0,0,0,0 +259323,0,0,0,0,0 +259324,0,0,0,0,0 +259325,0,0,0,0,0 +259326,0,0,0,0,0 +259327,0,0,0,0,0 +259328,0,0,0,0,0 +259329,0,0,0,0,0 +259330,0,0,0,0,0 +259331,0,0,0,0,0 +259332,0,0,0,0,0 +259333,0,0,0,0,0 +259334,0,0,0,0,0 +259335,0,0,0,0,0 +259336,0,0,0,0,0 +259337,0,0,0,0,0 +259338,0,0,0,0,0 +259339,0,0,0,0,0 +259340,0,0,0,0,0 +259341,0,0,0,0,0 +259342,0,0,0,0,0 +259343,0,0,0,0,0 +259344,0,0,0,0,0 +259345,0,0,0,0,0 +259346,0,0,0,0,0 +259347,0,0,0,0,0 +259348,0,0,0,0,0 +259349,0,0,0,0,0 +259350,0,0,0,0,0 +259351,0,0,0,0,0 +259352,0,0,0,0,0 +259353,0,0,0,0,0 +259354,0,0,0,0,0 +259355,0,0,0,0,0 +259356,0,0,0,0,0 +259357,0,0,0,0,0 +259358,0,0,0,0,0 +259359,0,0,0,0,0 +259360,0,0,0,0,0 +259361,0,0,0,0,0 +259362,0,0,0,0,0 +259363,0,0,0,0,0 +259364,0,0,0,0,0 +259365,0,0,0,0,0 +259366,0,0,0,0,0 +259367,0,0,0,0,0 +259368,0,0,0,0,0 +259369,0,0,0,0,0 +259370,0,0,0,0,0 +259371,0,0,0,0,0 +259372,0,0,0,0,0 +259373,0,0,0,0,0 +259374,0,0,0,0,0 +259375,0,0,0,0,0 +259376,0,0,0,0,0 +259377,0,0,0,0,0 +259378,0,0,0,0,0 +259379,0,0,0,0,0 +259380,0,0,0,0,0 +259381,0,0,0,0,0 +259382,0,0,0,0,0 +259383,0,0,0,0,0 +259384,0,0,0,0,0 +259385,0,0,0,0,0 +259386,0,0,0,0,0 +259387,0,0,0,0,0 +259388,0,0,0,0,0 +259389,0,0,0,0,0 +259390,0,0,0,0,0 +259391,0,0,0,0,0 +259392,0,0,0,0,0 +259393,0,0,0,0,0 +259394,0,0,0,0,0 +259395,0,0,0,0,0 +259396,0,0,0,0,0 +259397,0,0,0,0,0 +259398,0,0,0,0,0 +259399,0,0,0,0,0 +259400,0,0,0,0,0 +259401,0,0,0,0,0 +259402,0,0,0,0,0 +259403,0,0,0,0,0 +259404,0,0,0,0,0 +259405,0,0,0,0,0 +259406,0,0,0,0,0 +259407,0,0,0,0,0 +259408,0,0,0,0,0 +259409,0,0,0,0,0 +259410,0,0,0,0,0 +259411,0,0,0,0,0 +259412,0,0,0,0,0 +259413,0,0,0,0,0 +259414,0,0,0,0,0 +259415,0,0,0,0,0 +259416,0,0,0,0,0 +259417,0,0,0,0,0 +259418,0,0,0,0,0 +259419,0,0,0,0,0 +259420,0,0,0,0,0 +259421,0,0,0,0,0 +259422,0,0,0,0,0 +259423,0,0,0,0,0 +259424,0,0,0,0,0 +259425,0,0,0,0,0 +259426,0,0,0,0,0 +259427,0,0,0,0,0 +259428,0,0,0,0,0 +259429,0,0,0,0,0 +259430,0,0,0,0,0 +259431,0,0,0,0,0 +259432,0,0,0,0,0 +259433,0,0,0,0,0 +259434,0,0,0,0,0 +259435,0,0,0,0,0 +259436,0,0,0,0,0 +259437,0,0,0,0,0 +259438,0,0,0,0,0 +259439,0,0,0,0,0 +259440,0,0,0,0,0 +259441,0,0,0,0,0 +259442,0,0,0,0,0 +259443,0,0,0,0,0 +259444,0,0,0,0,0 +259445,0,0,0,0,0 +259446,0,0,0,0,0 +259447,0,0,0,0,0 +259448,0,0,0,0,0 +259449,0,0,0,0,0 +259450,0,0,0,0,0 +259451,0,0,0,0,0 +259452,0,0,0,0,0 +259453,0,0,0,0,0 +259454,0,0,0,0,0 +259455,0,0,0,0,0 +259456,0,0,0,0,0 +259457,0,0,0,0,0 +259458,0,0,0,0,0 +259459,0,0,0,0,0 +259460,0,0,0,0,0 +259461,0,0,0,0,0 +259462,0,0,0,0,0 +259463,0,0,0,0,0 +259464,0,0,0,0,0 +259465,0,0,0,0,0 +259466,0,0,0,0,0 +259467,0,0,0,0,0 +259468,0,0,0,0,0 +259469,0,0,0,0,0 +259470,0,0,0,0,0 +259471,0,0,0,0,0 +259472,0,0,0,0,0 +259473,0,0,0,0,0 +259474,0,0,0,0,0 +259475,0,0,0,0,0 +259476,0,0,0,0,0 +259477,0,0,0,0,0 +259478,0,0,0,0,0 +259479,0,0,0,0,0 +259480,0,0,0,0,0 +259481,0,0,0,0,0 +259482,0,0,0,0,0 +259483,0,0,0,0,0 +259484,0,0,0,0,0 +259485,0,0,0,0,0 +259486,0,0,0,0,0 +259487,0,0,0,0,0 +259488,0,0,0,0,0 +259489,0,0,0,0,0 +259490,0,0,0,0,0 +259491,0,0,0,0,0 +259492,0,0,0,0,0 +259493,0,0,0,0,0 +259494,0,0,0,0,0 +259495,0,0,0,0,0 +259496,0,0,0,0,0 +259497,0,0,0,0,0 +259498,0,0,0,0,0 +259499,0,0,0,0,0 +259500,0,0,0,0,0 +259501,0,0,0,0,0 +259502,0,0,0,0,0 +259503,0,0,0,0,0 +259504,0,0,0,0,0 +259505,0,0,0,0,0 +259506,0,0,0,0,0 +259507,0,0,0,0,0 +259508,0,0,0,0,0 +259509,0,0,0,0,0 +259510,0,0,0,0,0 +259511,0,0,0,0,0 +259512,0,0,0,0,0 +259513,0,0,0,0,0 +259514,0,0,0,0,0 +259515,0,0,0,0,0 +259516,0,0,0,0,0 +259517,0,0,0,0,0 +259518,0,0,0,0,0 +259519,0,0,0,0,0 +259520,0,0,0,0,0 +259521,0,0,0,0,0 +259522,0,0,0,0,0 +259523,0,0,0,0,0 +259524,0,0,0,0,0 +259525,0,0,0,0,0 +259526,0,0,0,0,0 +259527,0,0,0,0,0 +259528,0,0,0,0,0 +259529,0,0,0,0,0 +259530,0,0,0,0,0 +259531,0,0,0,0,0 +259532,0,0,0,0,0 +259533,0,0,0,0,0 +259534,0,0,0,0,0 +259535,0,0,0,0,0 +259536,0,0,0,0,0 +259537,0,0,0,0,0 +259538,0,0,0,0,0 +259539,0,0,0,0,0 +259540,0,0,0,0,0 +259541,0,0,0,0,0 +259542,0,0,0,0,0 +259543,0,0,0,0,0 +259544,0,0,0,0,0 +259545,0,0,0,0,0 +259546,0,0,0,0,0 +259547,0,0,0,0,0 +259548,0,0,0,0,0 +259549,0,0,0,0,0 +259550,0,0,0,0,0 +259551,0,0,0,0,0 +259552,0,0,0,0,0 +259553,0,0,0,0,0 +259554,0,0,0,0,0 +259555,0,0,0,0,0 +259556,0,0,0,0,0 +259557,0,0,0,0,0 +259558,0,0,0,0,0 +259559,0,0,0,0,0 +259560,0,0,0,0,0 +259561,0,0,0,0,0 +259562,0,0,0,0,0 +259563,0,0,0,0,0 +259564,0,0,0,0,0 +259565,0,0,0,0,0 +259566,0,0,0,0,0 +259567,0,0,0,0,0 +259568,0,0,0,0,0 +259569,0,0,0,0,0 +259570,0,0,0,0,0 +259571,0,0,0,0,0 +259572,0,0,0,0,0 +259573,0,0,0,0,0 +259574,0,0,0,0,0 +259575,0,0,0,0,0 +259576,0,0,0,0,0 +259577,0,0,0,0,0 +259578,0,0,0,0,0 +259579,0,0,0,0,0 +259580,0,0,0,0,0 +259581,0,0,0,0,0 +259582,0,0,0,0,0 +259583,0,0,0,0,0 +259584,0,0,0,0,0 +259585,0,0,0,0,0 +259586,0,0,0,0,0 +259587,0,0,0,0,0 +259588,0,0,0,0,0 +259589,0,0,0,0,0 +259590,0,0,0,0,0 +259591,0,0,0,0,0 +259592,0,0,0,0,0 +259593,0,0,0,0,0 +259594,0,0,0,0,0 +259595,0,0,0,0,0 +259596,0,0,0,0,0 +259597,0,0,0,0,0 +259598,0,0,0,0,0 +259599,0,0,0,0,0 +259600,0,0,0,0,0 +259601,0,0,0,0,0 +259602,0,0,0,0,0 +259603,0,0,0,0,0 +259604,0,0,0,0,0 +259605,0,0,0,0,0 +259606,0,0,0,0,0 +259607,0,0,0,0,0 +259608,0,0,0,0,0 +259609,0,0,0,0,0 +259610,0,0,0,0,0 +259611,0,0,0,0,0 +259612,0,0,0,0,0 +259613,0,0,0,0,0 +259614,0,0,0,0,0 +259615,0,0,0,0,0 +259616,0,0,0,0,0 +259617,0,0,0,0,0 +259618,0,0,0,0,0 +259619,0,0,0,0,0 +259620,0,0,0,0,0 +259621,6.707765629,48.01767803,132.6507545,7.82225456,-277.1892777 +259622,418.6518394,235.436619,544.5679174,195.1405941,475.638942 +259623,408.5467808,230.3982366,533.1410342,190.4185433,464.1499218 +259624,394.3819772,223.4761954,517.5357333,183.83037,445.1851433 +259625,380.1746384,216.7821503,502.2712028,177.3191809,424.6397954 +259626,367.5690675,211.0997979,489.0632614,171.6523665,405.3800346 +259627,356.7153945,206.4369675,477.9810911,166.8720889,388.0280299 +259628,347.2869304,202.5755583,468.6038978,162.7951813,372.3492103 +259629,338.9523391,199.3163494,460.5364369,159.248551,357.9963325 +259630,331.4912319,196.526748,453.5129359,156.1117693,344.7250372 +259631,324.7537226,194.1220833,447.3611464,153.3117019,332.382509 +259632,318.6396229,192.0422813,441.9564252,150.7932775,320.8613454 +259633,313.0613744,190.239115,437.1966639,148.5170649,310.0756831 +259634,307.9511838,188.6716572,432.9935724,146.4475688,299.9507814 +259635,303.2425336,187.3049327,429.2702981,144.553775,290.419081 +259636,298.8857961,186.1094989,425.9608994,142.8096872,281.4198806 +259637,294.8309434,185.0607552,423.0091822,141.19378,272.8987971 +259638,291.0432167,184.1382648,420.3675202,139.6882717,264.807542 +259639,287.4892207,183.3249821,417.9954078,138.2783399,257.1030871 +259640,284.1395099,182.6067186,415.8584735,136.9516325,249.7473568 +259641,280.9693153,181.9716161,413.9274526,135.697805,242.7065552 +259642,277.9579439,181.4097398,412.1773836,134.5081756,235.9506579 +259643,275.0883401,180.9136001,410.5883923,133.3757462,229.4526144 +259644,272.3454506,180.4759002,409.1417487,132.2942548,223.188715 +259645,269.7163668,180.0903205,407.8211555,131.2583854,217.1381085 +259646,267.1899583,179.7516008,406.6127499,130.263643,211.2820202 +259647,264.756679,179.4554011,405.5048089,129.3062491,205.6036537 +259648,262.4083172,179.198089,404.4873258,128.3830061,200.0880124 +259649,260.137749,178.9765628,403.5516449,127.4911726,194.7216639 +259650,257.9388142,178.7881666,402.690276,126.6284028,189.4926491 +259651,255.8061481,178.6306037,401.8966904,125.7926705,184.3902737 +259652,253.7406555,178.5214534,401.2065603,124.9851571,179.4049605 +259653,251.7419738,178.4716242,400.6415338,124.2062821,174.5281888 +259654,249.8074322,178.482422,400.2030679,123.455168,169.7522506 +259655,247.9334164,178.5503424,399.8825557,122.7303678,165.0703754 +259656,246.1162047,178.6707881,399.6691242,122.0303346,160.476314 +259657,244.3526077,178.8397261,399.5531187,121.3537512,155.9647074 +259658,242.6396242,179.0537571,399.5262351,120.6993828,151.5303211 +259659,240.9748295,179.3101553,399.5816367,120.0662516,147.1688301 +259660,239.3559711,179.6065364,399.7132524,119.4534498,142.8768785 +259661,237.7810135,179.9407943,399.9156525,118.860159,138.6495848 +259662,236.2482839,180.3111293,400.1841176,118.2857165,134.4828932 +259663,234.7560443,180.7158326,400.5141684,117.7294208,130.3732869 +259664,233.3028593,181.1534389,400.9019022,117.1906992,126.3181862 +259665,231.8873149,181.6225832,401.3436789,116.668981,122.3152136 +259666,230.5081826,182.1220629,401.8362555,116.1637723,118.3623367 +259667,229.1642361,182.6507421,402.3765753,115.6745734,114.4575347 +259668,227.8544192,183.2076184,402.9619133,115.2009557,110.5990732 +259669,226.5776881,183.7917422,403.5896968,114.74249,106.7852575 +259670,225.3330866,184.4022448,404.2575651,114.2987821,103.0145405 +259671,224.1197846,185.0383496,404.9633916,113.8694895,99.28562676 +259672,222.9374738,185.6995469,405.7056676,113.4545027,95.59815667 +259673,221.7841454,186.3845797,406.4812683,113.0529349,91.94869956 +259674,220.6596762,187.0930707,407.2890295,112.6647528,88.33723699 +259675,219.6850879,188.1204019,408.6971649,112.3008273,84.76399573 +259676,218.8177078,189.3582011,410.4947099,111.956602,81.22762253 +259677,217.9968921,190.6593792,412.4003595,111.6262022,77.72692287 +259678,217.1909449,191.9490594,414.2710618,111.3065852,74.26102503 +259679,216.391366,193.2090751,416.0709962,110.9968569,70.8292162 +259680,215.5992146,194.4443623,417.807825,110.6969648,67.43075417 +259681,216.4930579,372.7656783,421.1723949,111.1687177,67.11183203 +259682,235.9100023,886.7988132,1849.073312,120.1899701,101.5795136 +259683,264.9635949,656.4976777,1476.098971,133.5355902,155.0657951 +259684,294.4557971,732.9255914,1493.260874,146.9032191,210.9617277 +259685,320.4654114,751.8058138,1583.765904,158.5080605,261.8492516 +259686,342.5446449,767.8157774,1579.655879,168.1975268,306.4376307 +259687,361.394714,784.1278899,1637.598187,176.3647037,345.6151013 +259688,377.7642889,799.7484075,1652.655188,183.3883702,380.4631069 +259689,392.1823709,815.1045739,1680.768648,189.5360894,411.7495567 +259690,404.9926514,829.8585154,1706.359962,240.6435758,439.9655927 +259691,416.442564,845.3331871,1731.490994,426.6733174,465.4676881 +259692,451.1820246,859.8134145,1755.99775,324.132889,488.5551367 +259693,925.4455214,874.4298258,1780.31875,370.9722738,509.4962825 +259694,676.5438184,888.9254599,1804.004965,382.9260595,528.5334627 +259695,774.4545655,903.2011136,1827.555623,394.0133389,545.8827426 +259696,798.4422322,917.3721358,1850.415154,404.8645941,561.734815 +259697,819.737807,931.4114821,1873.378895,415.3547356,576.2571386 +259698,839.8129577,945.2896496,1895.589957,425.8038055,589.5968329 +259699,859.6549365,959.1542918,1932.773815,435.7904332,601.8832346 +259700,879.5848698,972.8239269,1933.440967,446.1593673,612.8683885 +259701,898.2242057,986.3774648,1947.351131,455.463104,622.7560377 +259702,916.8820407,999.9290868,1991.570625,465.5190343,631.7822072 +259703,935.7312339,1013.245603,2000.522517,474.6384984,640.1079895 +259704,953.480271,1026.60536,2023.630577,484.3206288,647.8334802 +259705,971.1765369,1039.774436,2047.727889,493.4148752,655.0281802 +259706,988.9140726,1052.834078,2058.78436,502.3212389,661.7487407 +259707,1006.01053,1065.91715,2086.656971,511.0920517,668.0451571 +259708,1022.804783,1078.755974,2103.124478,520.149255,673.9619308 +259709,1039.058455,1091.622287,2122.8773,528.5621104,679.5382751 +259710,1056.15141,1104.404216,2142.173987,537.1684073,684.8081859 +259711,1071.343408,1116.807651,2181.924421,544.9662763,689.8011757 +259712,1087.184655,1128.742134,2146.028869,553.144667,694.5418537 +259713,1101.677911,1141.693541,2229.789245,560.7324381,699.0542936 +259714,1116.878885,1153.523695,2182.648617,568.3801253,703.3567572 +259715,1131.38076,1165.677779,2261.359779,575.8671695,707.4662318 +259716,1145.454523,1177.629962,2235.989069,583.2342413,711.3974572 +259717,1160.253484,1189.622037,2267.077307,590.4845694,715.163569 +259718,1173.969225,1201.426419,2281.604001,597.4082982,718.7759681 +259719,1187.707227,1213.140057,2297.13791,604.783404,722.2447847 +259720,1201.428648,1224.962889,2313.195874,611.5369942,779.3342277 +259721,1214.717232,1236.395051,2328.584599,618.399657,1009.948661 +259722,1228.007004,1248.066692,2349.753431,625.3607418,893.1240024 +259723,1249.037337,1274.536136,2379.333763,631.9336955,951.1853353 +259724,1262.94938,1288.291515,2402.574586,638.6194628,969.8782298 +259725,1276.243396,1301.155099,2423.747299,644.9805915,986.8398997 +259726,1289.30178,1313.340272,2431.446539,651.2385657,1003.862897 +259727,1301.979528,1325.654321,2449.210865,657.5179264,1020.067203 +259728,1314.73236,1337.67471,2469.512334,663.6259942,1036.021682 +259729,1326.995951,1349.413498,2476.857091,669.3761463,1051.944129 +259730,1339.416093,1361.322906,2497.328133,675.8090038,1067.024845 +259731,1351.269495,1372.837046,2510.471619,681.4366835,1082.177738 +259732,1363.454805,1384.610848,2518.062251,687.3779503,1097.054822 +259733,1358.182407,1388.242978,2525.760739,685.4081158,1080.564906 +259734,1313.026401,1373.586084,2445.964424,665.1611332,992.3493469 +259735,1333.338714,1388.211818,2331.953654,674.4623302,1024.545817 +259736,1439.061735,1447.147429,2307.661654,721.8803055,1209.177726 +259737,1392.823452,1426.012248,2293.273382,701.953813,1099.130471 +259738,1418.892,1439.816141,2286.176569,714.0561142,1155.52367 +259739,1429.113193,1459.03067,2277.358683,718.9682908,1156.647507 +259740,1441.476891,1466.673233,2269.101971,724.6751968,1169.644014 +259741,2048.54839,1741.183556,2448.536081,992.4994764,2278.179607 +259742,1756.876379,1614.360364,2433.435687,861.5090397,1724.127265 +259743,1918.256246,1698.067459,2434.850775,934.2719473,2011.163314 +259744,1899.894291,1698.804172,2442.061814,926.5302144,1965.340238 +259745,1912.089395,1713.243749,2450.65437,932.2888911,1976.178797 +259746,1924.742005,1727.887961,2459.481894,938.3367868,1987.463079 +259747,1936.933305,1744.055078,2468.101151,944.1898549,1998.756755 +259748,1949.316349,1753.891972,2476.434682,950.0098521,2021.942449 +259749,1961.207796,1771.842768,2484.486411,955.6945522,2001.337721 +259750,1973.207114,1784.419369,2492.201206,961.463443,2039.839776 +259751,1985.006993,1798.702377,2499.491226,967.0394092,2053.153828 +259752,1996.703942,1812.399828,2506.374147,972.6185847,2046.56773 +259753,2008.39825,1826.186614,2512.897156,978.1287732,2045.850344 +259754,2019.586647,1839.928205,2519.021896,983.5336003,2090.618131 +259755,2031.34299,1860.402456,2524.763954,989.0854874,2063.56444 +259756,2042.327177,1876.419435,2530.573277,994.3209656,2110.532733 +259757,2053.614827,1856.697869,2536.623652,999.6288415,2091.114607 +259758,2064.678807,1905.994189,2542.489137,1004.978146,2111.626875 +259759,2075.66944,1903.540724,2548.728601,1010.160547,2118.781371 +259760,2086.579015,1920.695987,2555.292452,1015.41216,2127.579869 +259761,2097.1488,1952.882419,2562.037194,1020.371768,2141.981627 +259762,2108.21394,1914.482977,2568.774866,1025.628483,2142.503066 +259763,2123.51183,1984.729383,2575.285874,1030.606765,2154.619542 +259764,2132.663425,1951.049229,2581.6333,1038.861625,2162.90157 +259765,2145.62668,1991.195596,2587.86822,1039.575708,2170.806009 +259766,2151.703818,1994.131395,2593.910894,1050.751313,2179.34768 +259767,2137.921589,2021.739734,2599.81788,1047.393684,2187.328336 +259768,2183.871736,2001.134675,2605.768986,1064.259216,2195.666422 +259769,2177.052191,2053.002504,2611.336384,1052.414208,2203.393047 +259770,2190.622675,2032.269199,2616.766335,1060.041073,2211.474424 +259771,2199.942263,2073.018804,2622.295432,1073.646068,2224.382529 +259772,2208.406815,2061.970891,2627.761612,1071.983343,2224.721094 +259773,2219.873265,2071.552224,2632.433113,1078.452974,2234.577686 +259774,2228.682383,2088.012458,2637.108386,1082.543048,2243.044836 +259775,2237.21782,2092.660884,2642.135649,1086.635563,2249.577724 +259776,2245.830898,2101.449003,2646.350152,1090.475789,2256.813434 +259777,2254.057509,2109.666692,2650.941633,1094.373856,2269.23912 +259778,2262.322111,2117.330452,2655.500576,1098.17584,2269.521077 +259779,2270.269516,2124.916849,2659.431399,1101.872988,2278.330059 +259780,2278.504339,2132.296019,2663.357168,1105.514724,2285.720841 +259781,2286.238205,2139.452308,2667.064491,1109.282621,2297.049907 +259782,2294.262337,2146.392007,2670.567655,1112.752173,2297.750643 +259783,2301.715831,2153.145418,2673.679007,1116.172641,2305.32536 +259784,2318.891118,2159.755624,2676.89465,1119.844239,2316.686526 +259785,2302.974338,2166.071318,2679.843037,1123.121777,2317.902958 +259786,2331.23348,2172.312958,2682.580972,1126.46665,2328.13532 +259787,2330.176431,2178.30322,2685.22718,1129.886585,2334.606012 +259788,2339.230718,2184.158276,2687.75587,1133.067546,2340.262443 +259789,2345.976221,2189.681541,2689.887568,1136.261257,2340.305707 +259790,2353.423141,2195.385557,2691.491654,1139.612943,2342.681808 +259791,2360.17364,2200.622477,2692.558194,1142.557201,2340.456626 +259792,2367.371414,2205.824494,2693.052437,1145.669951,2337.994156 +259793,2373.99755,2210.820376,2693.037066,1148.815021,2335.392007 +259794,2381.19889,2215.693656,2692.659198,1151.738919,2332.782189 +259795,2387.464801,2220.34626,2692.030018,1154.682073,2330.238131 +259796,2394.351382,2224.903843,2691.220907,1157.720762,2327.798664 +259797,2408.011479,2229.328723,2690.272528,1160.53047,2325.467128 +259798,2402.408712,2233.374597,2689.231983,1163.432167,2323.269026 +259799,2410.961896,2237.695422,2688.126953,1166.140406,2321.217139 +259800,2423.251632,2241.522074,2686.944635,1169.09101,2319.272282 +259801,2432.302407,2248.181435,2686.490391,1174.325507,2318.873524 +259802,2440.051664,2252.401254,2686.453843,1177.677202,2318.98019 +259803,2463.448705,2256.242356,2686.251122,1180.639986,2319.323671 +259804,2429.140448,2259.933662,2685.970301,1183.63635,2319.735059 +259805,2477.072257,2270.490387,2685.644424,1186.364569,2320.224314 +259806,2456.373711,2256.556731,2685.011873,1189.191105,2320.456382 +259807,2500.974923,2281.266403,2684.195073,1191.878692,2320.563674 +259808,2441.463427,2269.223793,2683.398017,1194.57775,2320.776723 +259809,2513.729287,2276.821612,2682.406143,1197.194228,2320.832599 +259810,2471.212784,2279.066011,2681.250684,1199.815893,2320.75811 +259811,2528.12191,2281.390746,2680.016018,1202.434835,2320.651852 +259812,2466.841251,2283.862944,2678.720916,1204.800046,2320.527294 +259813,2548.57582,2286.028049,2677.660741,1207.441147,2320.742202 +259814,2493.263157,2288.197571,2676.57243,1209.838725,2320.974756 +259815,2535.713913,2289.975496,2675.226026,1212.281991,2320.94552 +259816,2523.273848,2292.079307,2673.750395,1214.684681,2320.805691 +259817,2534.206419,2293.708506,2672.25523,1217.057219,2320.682983 +259818,2539.182211,2295.331008,2670.896584,1219.400706,2320.763798 +259819,2544.599968,2296.818306,2669.666018,1221.715502,2321.038488 +259820,2550.047918,2298.171262,2668.464907,1224.07883,2321.389735 +259821,2555.584988,2299.404077,2667.384056,1226.223135,2322.012019 +259822,2560.693187,2300.553122,2666.771915,1228.508489,2323.562961 +259823,2566.354685,2301.476667,2666.050269,1230.694284,2325.013224 +259824,2571.472847,2302.356361,2665.201642,1232.868321,2326.332345 +259825,2576.779873,2303.091712,2664.233883,1235.016184,2327.523374 +259826,2581.925056,2303.708518,2663.164341,1237.138607,2328.603288 +259827,2587.145204,2304.208328,2662.009529,1239.235996,2329.589808 +259828,2592.042217,2304.590672,2660.782224,1241.308724,2330.497322 +259829,2597.336018,2304.856661,2659.493185,1243.279363,2331.338489 +259830,2602.278565,2305.006923,2658.146017,1245.419455,2332.11765 +259831,2607.236171,2305.06048,2656.740352,1247.289852,2332.834424 +259832,2612.113103,2305.208065,2656.982573,1249.189384,2335.577737 +259833,2616.878713,2304.853189,2654.434713,1251.046755,2334.967313 +259834,2621.662648,2304.749229,2652.423338,1252.955742,2335.031119 +259835,2626.253008,2304.387393,2650.576184,1254.641113,2335.510122 +259836,2631.170503,2303.933991,2648.789222,1256.475618,2335.859034 +259837,2635.738552,2303.368871,2647.014599,1258.216722,2336.231529 +259838,2648.51112,2302.722025,2645.33718,1259.945441,2336.744195 +259839,2633.113933,2302.039056,2645.193895,1261.651853,2339.149337 +259840,2662.318158,2300.953753,2642.293119,1263.331787,2338.234809 +259841,2650.123758,2300.095092,2640.085258,1264.992927,2338.175262 +259842,2659.022735,2298.94713,2637.939521,1266.629619,2338.195853 +259843,2663.721213,2297.941852,2635.83194,1268.24512,2338.26407 +259844,2667.588101,2296.387477,2633.78271,1269.839099,2338.413105 +259845,2671.955674,2295.089704,2631.723896,1271.412172,2338.558272 +259846,2676.361155,2293.545705,2629.646518,1272.964577,2338.693413 +259847,2680.623607,2292.025929,2629.251768,1274.49762,2340.892429 +259848,2684.43991,2290.081664,2626.117028,1276.008451,2339.772062 +259849,2689.032705,2288.43665,2623.562956,1277.502363,2339.359051 +259850,2693.0982,2286.468654,2621.216886,1278.975693,2339.186898 +259851,2697.166556,2284.450142,2618.956609,1280.430574,2339.110499 +259852,2701.263509,2282.335258,2616.725926,1281.947183,2339.067574 +259853,2705.373954,2280.119511,2614.501734,1283.245556,2339.033004 +259854,2709.367572,2277.806117,2612.272594,1284.702908,2338.992742 +259855,2713.086743,2275.361502,2610.032294,1286.073545,2338.937464 +259856,2717.404657,2272.903313,2607.785865,1287.438518,2338.871124 +259857,2721.20088,2270.283039,2605.533074,1288.787084,2338.79136 +259858,2725.029621,2267.582799,2603.265493,1290.037134,2338.685987 +259859,2728.906846,2264.970919,2600.982713,1291.473754,2338.552642 +259860,2732.822025,2261.856838,2598.688677,1292.715317,2338.394347 +259861,2625.862418,2198.463515,2594.642896,1240.694052,2336.57243 +259862,2617.103388,2203.664528,2582.212018,1240.921405,2322.762699 +259863,2623.009298,2195.216413,2569.207485,1241.202795,2307.052337 +259864,2624.920397,2192.010816,2555.817184,1241.840628,2290.347141 +259865,2627.153779,2188.14504,2546.052293,1242.440724,2277.973225 +259866,2629.235191,2184.071074,2538.882405,1243.077503,2268.892223 +259867,2631.990429,2179.979102,2533.36912,1243.73041,2262.066657 +259868,2634.324705,2175.782854,2528.842294,1244.389887,2256.718881 +259869,2636.787651,2171.58021,2524.897273,1245.051874,2252.355688 +259870,2639.179591,2167.294796,2521.316796,1245.71318,2248.69237 +259871,2641.631611,2162.925696,2517.984951,1246.372514,2245.559991 +259872,2644.063267,2158.617161,2514.832625,1247.028266,2242.8454 +259873,2646.50848,2153.91744,2511.813382,1247.680053,2240.46445 +259874,2648.887118,2149.396905,2508.897408,1248.3269,2238.355433 +259875,2651.041425,2144.78976,2506.067194,1248.968864,2236.473926 +259876,2653.908436,2140.035528,2505.01665,1249.605876,2236.873335 +259877,2656.018893,2135.272913,2503.016528,1250.236364,2236.21422 +259878,2658.19011,2130.350935,2498.941356,1250.942123,2233.09561 +259879,2660.753537,2125.494466,2495.722156,1251.442019,2231.057483 +259880,2663.017071,2120.61597,2492.873948,1252.113115,2229.488161 +259881,2665.339204,2115.350873,2490.113344,1252.708637,2228.179264 +259882,2667.711205,2110.304124,2487.432862,1253.3104,2227.033953 +259883,2669.935012,2105.139216,2484.873718,1253.907409,2226.000388 +259884,2672.244848,2099.867313,2482.445958,1254.498875,2225.043869 +259885,2674.349796,2094.53282,2480.138588,1255.003873,2224.146728 +259886,2676.9084,2089.194104,2477.936246,1255.705398,2223.303004 +259887,2686.633132,2083.868208,2475.960351,1256.224069,2222.6761 +259888,2670.752973,2078.175739,2473.877889,1256.768372,2221.870528 +259889,2694.746322,2072.703203,2471.823336,1257.364664,2221.054241 +259890,2683.116655,2060.908257,2470.018558,1257.891341,2220.50732 +259891,2688.57225,2065.713131,2469.930085,1258.444515,2222.032318 +259892,2690.542744,2058.305326,2467.212008,1258.920202,2220.330035 +259893,2692.563997,2026.925643,2465.264623,1259.414721,2219.549022 +259894,2694.832888,2070.437949,2465.286104,1259.905504,2221.155918 +259895,2696.121583,2007.889419,2462.750014,1260.388911,2219.621799 +259896,2698.781706,2064.62487,2460.864943,1260.868361,2218.865958 +259897,2700.545306,2011.934728,2459.215211,1261.341155,2218.372629 +259898,2702.569103,1997.993515,2457.777383,1261.808404,2218.117606 +259899,2704.533788,2024.228598,2456.401675,1262.270103,2217.92385 +259900,2706.451838,2001.162972,2454.992309,1262.726567,2217.677386 +259901,2708.379318,1998.230172,2453.602234,1263.178078,2217.443046 +259902,2710.61292,2016.716037,2453.912636,1263.624993,2219.285883 +259903,2711.917469,1950.102724,2451.601735,1264.065492,2217.913975 +259904,2708.187369,1992.019496,2449.794566,1265.355659,2217.142348 +259905,2708.004243,1964.293551,2449.756205,1265.914205,2218.403462 +259906,2709.100786,1960.882998,2448.839466,1266.408306,2218.504612 +259907,2710.222369,1954.396105,2445.953937,1266.878893,2216.16597 +259908,2711.908607,1947.546949,2443.94201,1267.335285,2214.887278 +259909,2713.365031,1940.799027,2442.300322,1267.78082,2214.056289 +259910,2714.590144,1950.757949,2440.829777,1268.218221,2213.437205 +259911,2716.344302,1903.195625,2439.511105,1268.648574,2213.011776 +259912,2718.079046,1941.782108,2439.976162,1269.072599,2214.789913 +259913,2719.268373,1896.942006,2439.474653,1269.490024,2215.406269 +259914,2720.853224,1913.507579,2438.584604,1269.902183,2215.563429 +259915,2722.314421,1898.307623,2437.479363,1270.308965,2215.457044 +259916,2723.803095,1893.020961,2436.269282,1270.710617,2215.209457 +259917,2725.289281,1886.16295,2435.018338,1271.107524,2214.893131 +259918,2726.482409,1879.247357,2432.043927,1271.499495,2212.434005 +259919,2736.006191,1872.308599,2431.907601,1271.888272,2213.431911 +259920,2719.487224,1865.523398,2429.341741,1272.271605,2211.425993 +259921,2494.381803,1748.305127,2423.681735,1163.428505,2205.887722 +259922,2484.738991,1738.192329,2404.258093,1160.859441,2180.20023 +259923,2482.004022,1729.195511,2377.239586,1159.324145,2143.149352 +259924,2480.402338,1720.429254,2354.702094,1157.861543,2110.360498 +259925,2478.530039,1711.855815,2337.837355,1156.749524,2084.330168 +259926,2485.034478,1703.413373,2325.783962,1155.685098,2064.434141 +259927,2463.82762,1695.060361,2316.59463,1154.709839,2048.730953 +259928,2487.477636,1686.66512,2311.379834,1153.792318,2037.981674 +259929,2461.001665,1678.583635,2304.791982,1152.912007,2026.317004 +259930,2484.893578,1670.333024,2301.375826,1152.073102,2019.092145 +259931,2458.939515,1662.20039,2296.031652,1151.25619,2009.990051 +259932,2483.167513,1653.998695,2293.538401,1150.472862,2004.830808 +259933,2456.762236,1646.080046,2288.894808,1149.705465,1997.421552 +259934,2481.575408,1637.992986,2286.93814,1148.96692,1993.659591 +259935,2455.033387,1648.546907,2282.684083,1148.24159,1987.382037 +259936,2479.915169,1595.497724,2279.348892,1147.540909,1982.495157 +259937,2453.679148,1642.599327,2276.36191,1146.855945,1978.260273 +259938,2478.448554,1580.885798,2273.63026,1146.189284,1974.539371 +259939,2452.416297,1609.276365,2272.754183,1145.541349,1973.282995 +259940,2477.190894,1588.294591,2269.318725,1144.90553,1969.053286 +259941,2451.119265,1582.755421,2266.486454,1144.29126,1965.699792 +259942,2476.156195,1575.250848,2263.946911,1143.690501,1962.811266 +259943,2450.157602,1567.637945,2263.241871,1143.10762,1962.273013 +259944,2475.150651,1559.911634,2260.002641,1142.535364,1958.715539 +259945,2449.164516,1552.433099,2257.36666,1141.983597,1955.969615 +259946,2474.399823,1544.92269,2255.006281,1141.444227,1953.612897 +259947,2448.50235,1537.378771,2254.471593,1140.921912,1953.548978 +259948,2473.656562,1530.128351,2251.396686,1140.409239,1950.417343 +259949,2447.80987,1522.730729,2248.730789,1139.916396,1948.053843 +259950,2473.173781,1515.470332,2246.538957,1139.435102,1946.043179 +259951,2447.7433,1508.667322,2244.459477,1139.296721,1944.184539 +259952,2473.587159,1502.103351,2242.548211,1139.243213,1942.509437 +259953,2448.468281,1496.881393,2240.734631,1139.239023,1940.901915 +259954,2474.433451,1491.917794,2240.764204,1139.276606,1941.525672 +259955,2449.248224,1487.073873,2238.218807,1139.344812,1938.904854 +259956,2475.423841,1482.147971,2238.041416,1139.453323,1939.174327 +259957,2450.348324,1477.452488,2235.450295,1139.585567,1936.398765 +259958,2476.316456,1472.650835,2235.302709,1139.755863,1936.608573 +259959,2451.968273,1468.071741,2234.47982,1139.949434,1935.941319 +259960,2477.431715,1463.409473,2233.481033,1140.174281,1935.023778 +259961,2453.323539,1458.872642,2230.670857,1140.424683,1931.815715 +259962,2478.749416,1454.497597,2228.810335,1140.705636,1929.731885 +259963,2463.272319,1450.132736,2227.447618,1141.011153,1928.21315 +259964,2468.836056,1445.968184,2227.887963,1141.344631,1928.900886 +259965,2469.516509,1441.614141,2227.490699,1141.700701,1928.537065 +259966,2470.103462,1437.535657,2226.845843,1142.083839,1927.856692 +259967,2471.045425,1433.452249,2226.263381,1142.491009,1926.990935 +259968,2471.965358,1429.458998,2225.425009,1142.922304,1926.02885 +259969,2472.810632,1425.542212,2222.685494,1143.375755,1922.921021 +259970,2473.753233,1421.615175,2221.116167,1143.855555,1920.958293 +259971,2483.244556,1417.951463,2220.113214,1143.989565,1919.645371 +259972,2485.979242,1414.159372,2219.513111,1144.424763,1918.855297 +259973,2487.734784,1410.512869,2219.067649,1144.937475,1918.276688 +259974,2489.543781,1406.929641,2218.627593,1145.485338,1917.701051 +259975,2491.310744,1403.424882,2218.372501,1146.060415,1917.087027 +259976,2493.195056,1400.00207,2219.614759,1146.661374,1918.541267 +259977,2494.797428,1397.064385,2219.907685,1147.282726,1918.818174 +259978,2496.420636,1394.224354,2218.121297,1147.926967,1916.512268 +259979,2498.307729,1391.746624,2217.104427,1148.595602,1915.104546 +259980,2500.105845,1389.234646,2216.398007,1149.283847,1914.024114 +259981,2738.579166,1493.738399,2222.32948,1259.908715,1921.286231 +259982,2738.507709,1493.678763,2241.773913,1262.086109,1948.261967 +259983,2751.872305,1493.061491,2266.337219,1266.991335,1983.68738 +259984,2754.697378,1492.294037,2287.170963,1269.394923,2015.53895 +259985,2757.571972,1491.461396,2302.402836,1272.717097,2040.690631 +259986,2761.702435,1490.592132,2313.149114,1275.755636,2059.801961 +259987,2765.568757,1489.72046,2320.570001,1278.893818,2074.574831 +259988,2769.569388,1488.858682,2326.072005,1282.151664,2086.403862 +259989,2773.582143,1488.016572,2332.074483,1285.258227,2098.252884 +259990,2776.426911,1487.192129,2334.66822,1290.106972,2105.336729 +259991,2780.617648,1486.397886,2337.293475,1292.603929,2111.923082 +259992,2784.865717,1485.629113,2341.432493,1296.470786,2119.886182 +259993,2787.231249,1484.883222,2342.763486,1301.862603,2124.155169 +259994,2798.645625,1484.170349,2344.521365,1301.156339,2128.344982 +259995,2786.959664,1483.482834,2346.551978,1314.230354,2132.513625 +259996,2806.135893,1482.822963,2348.379783,1298.378991,2136.12528 +259997,2802.79419,1482.191417,2350.394136,1313.911335,2139.702294 +259998,2805.355451,1481.586516,2352.267928,1319.11394,2142.877352 +259999,2810.435065,1480.915502,2355.649497,1320.216567,2147.714026 +260000,2812.863961,1480.50177,2356.388834,1325.02958,2149.12809 +260001,2816.514713,1479.912241,2357.673423,1329.068284,2151.051174 +260002,2827.096933,1479.427678,2359.314001,1333.054041,2153.259203 +260003,2817.31484,1478.956168,2362.612834,1337.319741,2157.383791 +260004,2832.723922,1478.507616,2363.216451,1341.538699,2158.085396 +260005,2831.34763,1478.086492,2364.545079,1345.690512,2159.579846 +260006,2834.579018,1477.689569,2367.70905,1350.077031,2163.24404 +260007,2836.621423,1477.31574,2368.225474,1354.445984,2163.56994 +260008,2841.634632,1476.968795,2371.182581,1358.898596,2166.835029 +260009,2850.006895,1476.642973,2371.590735,1363.402692,2166.893595 +260010,2848.4663,1476.343389,2372.906039,1367.975494,2168.004038 +260011,2849.828576,1475.695486,2374.284,1372.234317,2169.127232 +260012,2852.591537,1474.993346,2375.593163,1376.253034,2170.162042 +260013,2862.062645,1474.365228,2377.04601,1380.474651,2171.413637 +260014,2854.036463,1473.499393,2378.421911,1384.641282,2172.624294 +260015,2864.292396,1472.829384,2379.617992,1388.844536,2173.861882 +260016,2864.850766,1472.078731,2380.851794,1393.074985,2174.970283 +260017,2865.863017,1471.340225,2382.030961,1397.333482,2176.03932 +260018,2867.412209,1470.601876,2383.05879,1401.70998,2176.947975 +260019,2869.362459,1469.864364,2383.99488,1405.802626,2177.765311 +260020,2871.493805,1469.127875,2384.889848,1410.346677,2178.54912 +260021,2873.540961,1468.393189,2385.762854,1414.647859,2179.319832 +260022,2873.901492,1467.660332,2386.572846,1419.069422,2180.025168 +260023,2874.206734,1466.929963,2387.26303,1423.510133,2180.593627 +260024,2874.498586,1466.202101,2387.829209,1427.981688,2181.017768 +260025,2874.801991,1465.477358,2388.292256,1435.31274,2181.320882 +260026,2877.826266,1464.757598,2390.402367,1434.926087,2183.65401 +260027,2876.777341,1464.035748,2389.868998,1456.071591,2182.759749 +260028,2876.61468,1463.323452,2389.845615,1424.290177,2182.492752 +260029,2876.739962,1462.611918,2389.948788,1461.548136,2182.372967 +260030,2876.955006,1461.904849,2390.062128,1453.105726,2182.260776 +260031,2877.25193,1461.202163,2390.192122,1460.109396,2182.169769 +260032,2877.616441,1460.50351,2390.33866,1464.901024,2182.103912 +260033,2878.014897,1459.809375,2390.486416,1469.655739,2182.046585 +260034,2878.437976,1459.119445,2390.633347,1474.442201,2181.996165 +260035,2878.877887,1458.434175,2390.777034,1479.270114,2181.949872 +260036,2879.329233,1457.753213,2390.915847,1484.124632,2181.905613 +260037,2879.788381,1457.077016,2391.048838,1489.011553,2181.862005 +260038,2880.247451,1456.40519,2391.172061,1495.069196,2182.015727 +260039,2880.687652,1455.738187,2391.274314,1505.673226,2181.936082 +260040,2881.159595,1455.075623,2391.388346,1493.601745,2181.873574 +260041,2880.606941,1477.151314,2390.517741,1545.059821,2180.083307 +260042,2882.93027,1477.95478,2391.361894,1523.736862,2181.002378 +260043,2886.726738,1478.119837,2393.143257,1550.690747,2183.467773 +260044,2890.376416,1478.242163,2394.921813,1548.739019,2186.100589 +260045,2893.187664,1478.350368,2396.275377,1568.960195,2188.411358 +260046,2895.253569,1478.170637,2397.23526,1542.721485,2190.005745 +260047,2896.761922,1478.15547,2397.88315,1585.016379,2191.442607 +260048,2897.900708,1478.035769,2398.309737,1559.534183,2191.871592 +260049,2898.928154,1477.912025,2398.662942,1600.608609,2192.617756 +260050,2899.863233,1477.774774,2398.948439,1569.967438,2193.40662 +260051,2900.809596,1477.626813,2399.230924,1604.386817,2193.958722 +260052,2901.745883,1477.469346,2399.497727,1593.529093,2194.657021 +260053,2902.670925,1477.304344,2399.749329,1605.007642,2195.114489 +260054,2903.780308,1477.132293,2400.111391,1609.925802,2195.659264 +260055,2905.080486,1476.954469,2400.590552,1615.726192,2196.308211 +260056,2909.171413,1476.772392,2402.849198,1621.838673,2199.299631 +260057,2909.196025,1476.581396,2402.542169,1627.641459,2198.963097 +260058,2910.092233,1476.390297,2402.791013,1633.718692,2199.280401 +260059,2911.270222,1476.193012,2403.206088,1639.515185,2199.766941 +260060,2912.603515,1475.992187,2403.707987,1645.756574,2200.330551 +260061,2914.02238,1475.788227,2404.257791,1651.621384,2200.930561 +260062,2915.481009,1475.580885,2404.83053,1657.738833,2201.541394 +260063,2919.640454,1475.372494,2407.12551,1663.683143,2204.261292 +260064,2919.68118,1475.157048,2406.82081,1669.851018,2203.783045 +260065,2920.676409,1474.944214,2407.121961,1681.806213,2204.035711 +260066,2921.82857,1474.72655,2407.507751,1673.53805,2204.369088 +260067,2923.131131,1474.507898,2407.974978,1697.43781,2204.993881 +260068,2924.625688,1474.28735,2408.749438,1691.304141,2205.537713 +260069,2926.065268,1474.065552,2409.283953,1701.233741,2206.020612 +260070,2927.497658,1473.842374,2409.808036,1707.158753,2206.488713 +260071,2928.974154,1473.672528,2410.359154,1713.217921,2206.984718 +260072,2930.472852,1473.512889,2410.922937,1719.439464,2207.481807 +260073,2931.995403,1473.358882,2411.506815,1725.941762,2207.984484 +260074,2933.537957,1473.208721,2412.10954,1732.235769,2208.491195 +260075,2935.100704,1473.062383,2412.725451,1738.655819,2208.997099 +260076,2936.6753,1472.919115,2413.352487,1744.9098,2209.502125 +260077,2938.262907,1472.779301,2413.991593,1751.532983,2210.009498 +260078,2939.869228,1472.642414,2414.640714,1757.929481,2210.518276 +260079,2941.481958,1472.508896,2415.295734,1764.402151,2211.024596 +260080,2943.106279,1472.378299,2415.95658,1770.741678,2211.529343 +260081,2944.741418,1472.251069,2416.626445,1777.439461,2212.037277 +260082,2946.522061,1472.126859,2417.387414,1789.34128,2212.651086 +260083,2948.303371,1472.005913,2418.151905,1788.337536,2213.263648 +260084,2949.949001,1471.887868,2418.82957,1797.477226,2213.763562 +260085,2951.882863,1471.773276,2419.509862,1804.214734,2214.261011 +260086,2953.549447,1471.661654,2420.214296,1810.475552,2214.782298 +260087,2955.203412,1471.553403,2420.915987,1817.077806,2215.294489 +260088,2956.866602,1471.448215,2421.618751,1823.52446,2216.008312 +260089,2958.548196,1471.346413,2422.329793,1830.360974,2216.520709 +260090,2960.467046,1471.247806,2423.185536,1844.82949,2217.204942 +260091,2962.573969,1471.152684,2424.161664,1847.453789,2218.036659 +260092,2964.682705,1471.060032,2425.139289,1858.024455,2218.871586 +260093,2966.849169,1470.877363,2426.159055,1866.956466,2219.760855 +260094,2969.241346,1470.928756,2427.324577,1880.429091,2220.832985 +260095,2971.672484,1470.78046,2428.521823,1883.209475,2221.94622 +260096,2973.936323,1470.714594,2429.615803,1892.818201,2222.931857 +260097,2976.302689,1470.638433,2430.780051,1907.492134,2224.003938 +260098,2978.737974,1470.564864,2431.988309,1910.121651,2225.128714 +260099,2981.136643,1470.587473,2433.177015,1923.890701,2226.226788 +260100,2983.511912,1470.383609,2434.350303,1927.884308,2227.302779 +260101,2985.513821,1437.235018,2435.530897,1904.093919,2228.767969 +260102,2984.146849,1436.934105,2434.019029,1918.728371,2225.931315 +260103,2976.651705,1436.651772,2428.288583,1920.455708,2217.142129 +260104,2971.237329,1436.453327,2423.781817,1933.478888,2209.521922 +260105,2968.438104,1436.262933,2420.946574,1942.703864,2203.861634 +260106,2967.586448,1436.083438,2419.418087,1946.219426,2199.851395 +260107,2967.850006,1435.912928,2418.693088,1956.635311,2196.945191 +260108,2968.732096,1435.75015,2418.45653,1961.151817,2194.787687 +260109,2969.76018,1435.59461,2418.404843,1965.649561,2193.010719 +260110,2970.640359,1435.445457,2418.333506,1968.321235,2191.354314 +260111,2971.261248,1435.392435,2418.157442,1971.315682,2189.69998 +260112,2971.647841,1435.122647,2417.871301,1974.614123,2188.026488 +260113,2971.862289,1435.053229,2417.503581,1978.127472,2186.355734 +260114,2971.966203,1434.912655,2417.079376,1981.760299,2184.707554 +260115,2971.99372,1434.789771,2416.617282,1985.449156,2183.095758 +260116,2971.978003,1434.671938,2416.13068,1989.162962,2181.529184 +260117,2971.931869,1434.558616,2415.629044,1992.889964,2180.012819 +260118,2971.873791,1434.449643,2415.11907,1996.626621,2178.548891 +260119,2971.804814,1434.34488,2414.604362,2000.556394,2177.136307 +260120,2971.73615,1434.244189,2414.087909,2004.28367,2175.773645 +260121,2971.667985,1434.147427,2413.573346,2008.0131,2174.460698 +260122,2971.609647,1434.054486,2413.062828,2011.755079,2173.195784 +260123,2971.556309,1433.965206,2412.557053,2015.512032,2171.975789 +260124,2971.51402,1433.879509,2412.056209,2019.28216,2170.797288 +260125,2971.476744,1433.79724,2411.560307,2023.062935,2169.656934 +260126,2971.450978,1433.628619,2411.069787,2026.85316,2168.5522 +260127,2971.430338,1433.685393,2410.58443,2030.651835,2167.480009 +260128,2971.419464,1433.54962,2410.103488,2034.457938,2166.43688 +260129,2974.062747,1433.494484,2411.319109,2040.116257,2167.533118 +260130,2972.708689,1433.426233,2410.009446,2042.947602,2165.515835 +260131,2972.160646,1433.184443,2409.216046,2046.360363,2164.156995 +260132,2971.823234,1432.906829,2408.543757,2049.902429,2162.977543 +260133,2971.578311,1432.613046,2407.915774,2053.454191,2161.899189 +260134,2971.373426,1432.307377,2407.302918,2056.968999,2160.892629 +260135,2971.181454,1431.992069,2406.692301,2060.436224,2159.940194 +260136,2970.989067,1431.668295,2406.07824,2064.040387,2159.029463 +260137,2970.791819,1431.336787,2405.459345,2067.399804,2158.152894 +260138,2970.590425,1430.997996,2404.836769,2070.726168,2157.306884 +260139,2970.384961,1430.652283,2404.211043,2074.032902,2156.488012 +260140,2970.174062,1430.299898,2403.581697,2077.323362,2155.692362 +260141,2969.956282,1429.941107,2402.948188,2080.595833,2154.916446 +260142,2969.730511,1429.576059,2402.310134,2083.847661,2154.157367 +260143,2969.496073,1429.204975,2401.667353,2087.076998,2153.412791 +260144,2969.252579,1428.827942,2401.019791,2090.282917,2152.680819 +260145,2968.99827,1428.445155,2400.3665,2093.632837,2151.958677 +260146,2968.7329,1428.056654,2399.707463,2096.748282,2151.244961 +260147,2968.458701,1427.662624,2399.044207,2099.837151,2150.540354 +260148,2968.176677,1427.26305,2398.377519,2102.909513,2149.844811 +260149,2970.548961,1426.858921,2399.406634,2107.920602,2151.279264 +260150,2968.884518,1426.447026,2397.889218,2110.114639,2149.565783 +260151,2968.016825,1426.032382,2396.880833,2112.721274,2148.495489 +260152,2967.381865,1425.611068,2396.008617,2114.882847,2147.593106 +260153,2966.876498,1425.184854,2395.208468,2117.846879,2146.780628 +260154,2966.442582,1423.308505,2394.449429,2120.900698,2146.024381 +260155,2965.666174,1422.514188,2393.55611,2123.283892,2145.309232 +260156,2964.672208,1421.858249,2392.572193,2125.568538,2144.632086 +260157,2963.666224,1421.23319,2391.578962,2127.67616,2143.990237 +260158,2962.753836,1420.618666,2390.619641,2129.92316,2143.377412 +260159,2961.947246,1420.006943,2389.699868,2132.316682,2142.783668 +260160,2961.21859,1419.394429,2388.808901,2134.803661,2142.199211 +260161,2961.552693,1352.477507,2388.879475,2137.838989,2143.263731 +260162,2952.379632,1351.119399,2381.809524,2135.205482,2133.569265 +260163,2939.188881,1349.948058,2371.560277,2130.703235,2118.583667 +260164,2927.349431,1348.843137,2362.031575,2127.766359,2103.888678 +260165,2918.777846,1347.841288,2354.675579,2127.32936,2091.757615 +260166,2913.125275,1346.632224,2349.346961,2128.792136,2082.260046 +260167,2909.401373,1345.613598,2345.430955,2131.247392,2074.75661 +260168,2906.782705,1344.522986,2342.397583,2134.055308,2068.643257 +260169,2904.77673,1343.445048,2339.917605,2137.105875,2063.525507 +260170,2903.133738,1342.366578,2337.81109,2139.909526,2059.172953 +260171,2901.730989,1341.286273,2335.977563,2142.637761,2055.443759 +260172,2900.497387,1340.203171,2334.350978,2145.307175,2052.234892 +260173,2899.38244,1339.116727,2332.881276,2147.924951,2049.462051 +260174,2898.34807,1338.026361,2331.529345,2150.490358,2047.054582 +260175,2897.366201,1336.931845,2330.265138,2153.000992,2044.953715 +260176,2896.417507,1335.746414,2329.06637,2155.456368,2043.111346 +260177,2895.48857,1334.769055,2327.916331,2157.857671,2041.487622 +260178,2894.570526,1333.600544,2326.802763,2160.207322,2040.049763 +260179,2893.65813,1332.500163,2325.71697,2162.508456,2038.771026 +260180,2892.74777,1331.382617,2324.652383,2164.763809,2037.628931 +260181,2891.836513,1330.260022,2323.604013,2166.975654,2036.604503 +260182,2890.920171,1329.132638,2322.567006,2169.344166,2035.680365 +260183,2889.996377,1328.000625,2321.538245,2171.460834,2034.8426 +260184,2889.066111,1326.863933,2320.517117,2173.532007,2034.081588 +260185,2888.129706,1325.722756,2319.502863,2175.570195,2033.388605 +260186,2887.186197,1324.577052,2318.494137,2177.579563,2032.755169 +260187,2886.234532,1323.427199,2317.489717,2179.559523,2032.173791 +260188,2885.27394,1322.272573,2316.488661,2181.508369,2031.638063 +260189,2884.303868,1321.114164,2315.490266,2183.424951,2031.142514 +260190,2883.323962,1319.951422,2314.494022,2185.308929,2030.682477 +260191,2882.334511,1318.606757,2313.499887,2187.160832,2030.254361 +260192,2881.321946,1317.21838,2312.48839,2188.976729,2029.855554 +260193,2880.278521,1315.889386,2311.447039,2190.755437,2029.281946 +260194,2879.203899,1314.332892,2310.373677,2192.498634,2028.945502 +260195,2878.099736,1312.940925,2309.270658,2194.207774,2028.636325 +260196,2876.968562,1311.461544,2308.141833,2195.8842,2028.347581 +260197,2875.813655,1309.894633,2306.991351,2197.52959,2028.075933 +260198,2874.639208,1308.519831,2305.822086,2199.144693,2027.819365 +260199,2873.452821,1306.949468,2304.635996,2200.729742,2027.576395 +260200,2872.259564,1305.435774,2303.434783,2202.28507,2027.346052 +260201,2871.060355,1303.896496,2302.219589,2203.810681,2027.127118 +260202,2869.853909,1302.343398,2300.991257,2205.30647,2026.918339 +260203,2868.638536,1300.777238,2299.750512,2206.7724,2026.718607 +260204,2867.412877,1299.198109,2298.497979,2208.208471,2026.526956 +260205,2866.175953,1297.60638,2297.234176,2209.614693,2026.342514 +260206,2864.927143,1296.002122,2295.959556,2210.991096,2026.164529 +260207,2863.38327,1294.385669,2294.676143,2212.339527,2025.994362 +260208,2862.131871,1292.75706,2293.384707,2213.660424,2025.831974 +260209,2860.875766,1291.116597,2292.083382,2214.951322,2025.674176 +260210,2859.602899,1289.464302,2290.771192,2216.210898,2025.51896 +260211,2858.309571,1287.800453,2289.448486,2217.439459,2025.366011 +260212,2856.996497,1286.125045,2288.115789,2218.637548,2025.215301 +260213,2855.665599,1284.438336,2286.773538,2219.805573,2025.066767 +260214,2854.318774,1282.658147,2285.422225,2220.943952,2024.920487 +260215,2852.956731,1281.068828,2284.061869,2222.052553,2024.776007 +260216,2851.579818,1279.291425,2282.692469,2223.131225,2024.632899 +260217,2850.1887,1277.572286,2281.314337,2224.180198,2024.491152 +260218,2848.783695,1275.830519,2279.927618,2225.199531,2024.350586 +260219,2847.363058,1274.077723,2278.531156,2226.187852,2024.412317 +260220,2845.925721,1272.395814,2277.124218,2227.144323,2024.261694 +260221,2007.103365,1270.266691,1106.690492,1768.360795,2425.972764 +260222,2083.473938,1399.616342,1149.531885,1836.755044,2472.122609 +260223,2165.234553,1402.861466,1198.578683,1908.081717,2505.210819 +260224,2230.12819,1401.910951,1240.391721,1959.645868,2520.971911 +260225,2279.324964,1402.159319,1274.459093,1992.699714,2530.058938 +260226,2315.943686,1401.130832,1301.835155,2012.320933,2535.868472 +260227,2343.548431,1399.952747,1323.775167,2023.925368,2539.846289 +260228,2365.003735,1398.480391,1341.912575,2031.401464,2542.821747 +260229,2382.175507,1397.148104,1357.204172,2036.862714,2545.283488 +260230,2396.13367,1395.604616,1370.218341,2041.209749,2547.438645 +260231,2407.551836,1394.264552,1381.33451,2044.80039,2549.375643 +260232,2416.876916,1392.699612,1390.830763,2047.786232,2551.102284 +260233,2424.514141,1391.175066,1398.964945,2050.31608,2552.667909 +260234,2430.797297,1389.636197,1405.957393,2052.515603,2554.112275 +260235,2435.972623,1388.087818,1411.98223,2054.46341,2555.440548 +260236,2440.2449,1386.528404,1417.189063,2056.220898,2556.664936 +260237,2443.779887,1384.96128,1421.703755,2057.831358,2557.798456 +260238,2446.710655,1383.385746,1425.631552,2059.324232,2558.853304 +260239,2449.143769,1381.80427,1429.05896,2060.719542,2559.840223 +260240,2451.164846,1380.215583,1432.061132,2062.031338,2560.768731 +260241,2452.842676,1378.621444,1434.698635,2063.26969,2561.647025 +260242,2454.232745,1377.020266,1437.024382,2064.442027,2562.482263 +260243,2455.37976,1375.413341,1439.080227,2065.553842,2563.280528 +260244,2456.319921,1373.785068,1440.903667,2066.609301,2564.047084 +260245,2457.08043,1372.17464,1442.522314,2067.609363,2564.783442 +260246,2457.687784,1370.535544,1443.964869,2068.559472,2565.497213 +260247,2458.160013,1368.895761,1445.250519,2069.460006,2566.189201 +260248,2458.513047,1367.249712,1446.39883,2070.492052,2566.862223 +260249,2458.760496,1365.595086,1447.424172,2071.280881,2567.519285 +260250,2458.913487,1363.844523,1448.34119,2072.025271,2568.162685 +260251,2458.981013,1362.377189,1449.159601,2072.723962,2568.79402 +260252,2458.976845,1360.724196,1449.893401,2073.414645,2569.414446 +260253,2458.911376,1359.147065,1450.551573,2074.115888,2570.024827 +260254,2458.79064,1357.550936,1451.142938,2074.825925,2570.62583 +260255,2458.618013,1355.94852,1451.671739,2075.535068,2571.217945 +260256,2458.395769,1354.338762,1452.143805,2076.234093,2571.801526 +260257,2458.12583,1352.721171,1452.561623,2076.916835,2572.376796 +260258,2457.810107,1351.180269,1452.929927,2077.5798,2572.943901 +260259,2457.450476,1349.417653,1453.250339,2078.221043,2573.502895 +260260,2457.048725,1347.836181,1453.526868,2078.839374,2574.05378 +260261,2456.606488,1346.167907,1453.760486,2079.433955,2574.596511 +260262,2456.125257,1344.503118,1453.954657,2080.004162,2575.131021 +260263,2455.606454,1342.828314,1454.109867,2080.549517,2575.6572 +260264,2455.051472,1341.142159,1454.229184,2081.06968,2576.174936 +260265,2454.461646,1339.445531,1454.312734,2081.564404,2576.684088 +260266,2453.838243,1337.737398,1454.363299,2082.033527,2577.184521 +260267,2453.182425,1336.017973,1454.380739,2082.476934,2577.676079 +260268,2452.495278,1334.286828,1454.367621,2082.894559,2578.158622 +260269,2451.777804,1332.45879,1454.323602,2083.286354,2578.631992 +260270,2451.030943,1330.830716,1454.25109,2083.652306,2579.096054 +260271,2450.255575,1329.001072,1454.149587,2083.99241,2579.550661 +260272,2449.452537,1327.235868,1454.021376,2084.306679,2579.995685 +260273,2448.622611,1325.444797,1453.865833,2084.595129,2580.43099 +260274,2447.766554,1323.641184,1453.683812,2084.857796,2580.856464 +260275,2446.885065,1321.825324,1453.477788,2085.094713,2581.27199 +260276,2445.978827,1319.996914,1453.246849,2085.305926,2581.677471 +260277,2445.048468,1318.156134,1452.991532,2085.491479,2582.072808 +260278,2444.094614,1316.302738,1452.712797,2085.651426,2582.457922 +260279,2443.117841,1314.436919,1452.411463,2085.785815,2582.83273 +260280,2442.118717,1312.558444,1452.088166,2085.894704,2583.197168 +260281,0,0,0,0,0 +260282,0,0,0,0,0 +260283,0,0,0,0,0 +260284,0,0,0,0,0 +260285,0,0,0,0,0 +260286,0,0,0,0,0 +260287,0,0,0,0,0 +260288,0,0,0,0,0 +260289,0,0,0,0,0 +260290,0,0,0,0,0 +260291,0,0,0,0,0 +260292,0,0,0,0,0 +260293,0,0,0,0,0 +260294,0,0,0,0,0 +260295,0,0,0,0,0 +260296,0,0,0,0,0 +260297,0,0,0,0,0 +260298,0,0,0,0,0 +260299,0,0,0,0,0 +260300,0,0,0,0,0 +260301,0,0,0,0,0 +260302,0,0,0,0,0 +260303,0,0,0,0,0 +260304,0,0,0,0,0 +260305,0,0,0,0,0 +260306,0,0,0,0,0 +260307,0,0,0,0,0 +260308,0,0,0,0,0 +260309,0,0,0,0,0 +260310,0,0,0,0,0 +260311,0,0,0,0,0 +260312,0,0,0,0,0 +260313,0,0,0,0,0 +260314,0,0,0,0,0 +260315,0,0,0,0,0 +260316,0,0,0,0,0 +260317,0,0,0,0,0 +260318,0,0,0,0,0 +260319,0,0,0,0,0 +260320,0,0,0,0,0 +260321,0,0,0,0,0 +260322,0,0,0,0,0 +260323,0,0,0,0,0 +260324,0,0,0,0,0 +260325,0,0,0,0,0 +260326,0,0,0,0,0 +260327,0,0,0,0,0 +260328,0,0,0,0,0 +260329,0,0,0,0,0 +260330,0,0,0,0,0 +260331,0,0,0,0,0 +260332,0,0,0,0,0 +260333,0,0,0,0,0 +260334,0,0,0,0,0 +260335,0,0,0,0,0 +260336,0,0,0,0,0 +260337,0,0,0,0,0 +260338,0,0,0,0,0 +260339,0,0,0,0,0 +260340,0,0,0,0,0 +260341,0,0,0,0,0 +260342,0,0,0,0,0 +260343,0,0,0,0,0 +260344,0,0,0,0,0 +260345,0,0,0,0,0 +260346,0,0,0,0,0 +260347,0,0,0,0,0 +260348,0,0,0,0,0 +260349,0,0,0,0,0 +260350,0,0,0,0,0 +260351,0,0,0,0,0 +260352,0,0,0,0,0 +260353,0,0,0,0,0 +260354,0,0,0,0,0 +260355,0,0,0,0,0 +260356,0,0,0,0,0 +260357,0,0,0,0,0 +260358,0,0,0,0,0 +260359,0,0,0,0,0 +260360,0,0,0,0,0 +260361,0,0,0,0,0 +260362,0,0,0,0,0 +260363,0,0,0,0,0 +260364,0,0,0,0,0 +260365,0,0,0,0,0 +260366,0,0,0,0,0 +260367,0,0,0,0,0 +260368,0,0,0,0,0 +260369,0,0,0,0,0 +260370,0,0,0,0,0 +260371,0,0,0,0,0 +260372,0,0,0,0,0 +260373,0,0,0,0,0 +260374,0,0,0,0,0 +260375,0,0,0,0,0 +260376,0,0,0,0,0 +260377,0,0,0,0,0 +260378,0,0,0,0,0 +260379,0,0,0,0,0 +260380,0,0,0,0,0 +260381,0,0,0,0,0 +260382,0,0,0,0,0 +260383,0,0,0,0,0 +260384,0,0,0,0,0 +260385,0,0,0,0,0 +260386,0,0,0,0,0 +260387,0,0,0,0,0 +260388,0,0,0,0,0 +260389,0,0,0,0,0 +260390,0,0,0,0,0 +260391,0,0,0,0,0 +260392,0,0,0,0,0 +260393,0,0,0,0,0 +260394,0,0,0,0,0 +260395,0,0,0,0,0 +260396,0,0,0,0,0 +260397,0,0,0,0,0 +260398,0,0,0,0,0 +260399,0,0,0,0,0 +260400,0,0,0,0,0 +260401,0,0,0,0,0 +260402,0,0,0,0,0 +260403,0,0,0,0,0 +260404,0,0,0,0,0 +260405,0,0,0,0,0 +260406,0,0,0,0,0 +260407,0,0,0,0,0 +260408,0,0,0,0,0 +260409,0,0,0,0,0 +260410,0,0,0,0,0 +260411,0,0,0,0,0 +260412,0,0,0,0,0 +260413,0,0,0,0,0 +260414,0,0,0,0,0 +260415,0,0,0,0,0 +260416,0,0,0,0,0 +260417,0,0,0,0,0 +260418,0,0,0,0,0 +260419,0,0,0,0,0 +260420,0,0,0,0,0 +260421,0,0,0,0,0 +260422,0,0,0,0,0 +260423,0,0,0,0,0 +260424,0,0,0,0,0 +260425,0,0,0,0,0 +260426,0,0,0,0,0 +260427,0,0,0,0,0 +260428,0,0,0,0,0 +260429,0,0,0,0,0 +260430,0,0,0,0,0 +260431,0,0,0,0,0 +260432,0,0,0,0,0 +260433,0,0,0,0,0 +260434,0,0,0,0,0 +260435,0,0,0,0,0 +260436,0,0,0,0,0 +260437,0,0,0,0,0 +260438,0,0,0,0,0 +260439,0,0,0,0,0 +260440,0,0,0,0,0 +260441,0,0,0,0,0 +260442,0,0,0,0,0 +260443,0,0,0,0,0 +260444,0,0,0,0,0 +260445,0,0,0,0,0 +260446,0,0,0,0,0 +260447,0,0,0,0,0 +260448,0,0,0,0,0 +260449,0,0,0,0,0 +260450,0,0,0,0,0 +260451,0,0,0,0,0 +260452,0,0,0,0,0 +260453,0,0,0,0,0 +260454,0,0,0,0,0 +260455,0,0,0,0,0 +260456,0,0,0,0,0 +260457,0,0,0,0,0 +260458,0,0,0,0,0 +260459,0,0,0,0,0 +260460,0,0,0,0,0 +260461,0,0,0,0,0 +260462,0,0,0,0,0 +260463,0,0,0,0,0 +260464,0,0,0,0,0 +260465,0,0,0,0,0 +260466,0,0,0,0,0 +260467,0,0,0,0,0 +260468,0,0,0,0,0 +260469,0,0,0,0,0 +260470,0,0,0,0,0 +260471,0,0,0,0,0 +260472,0,0,0,0,0 +260473,0,0,0,0,0 +260474,0,0,0,0,0 +260475,0,0,0,0,0 +260476,0,0,0,0,0 +260477,0,0,0,0,0 +260478,0,0,0,0,0 +260479,0,0,0,0,0 +260480,0,0,0,0,0 +260481,0,0,0,0,0 +260482,0,0,0,0,0 +260483,0,0,0,0,0 +260484,0,0,0,0,0 +260485,0,0,0,0,0 +260486,0,0,0,0,0 +260487,0,0,0,0,0 +260488,0,0,0,0,0 +260489,0,0,0,0,0 +260490,0,0,0,0,0 +260491,0,0,0,0,0 +260492,0,0,0,0,0 +260493,0,0,0,0,0 +260494,0,0,0,0,0 +260495,0,0,0,0,0 +260496,0,0,0,0,0 +260497,0,0,0,0,0 +260498,0,0,0,0,0 +260499,0,0,0,0,0 +260500,0,0,0,0,0 +260501,0,0,0,0,0 +260502,0,0,0,0,0 +260503,0,0,0,0,0 +260504,0,0,0,0,0 +260505,0,0,0,0,0 +260506,0,0,0,0,0 +260507,0,0,0,0,0 +260508,0,0,0,0,0 +260509,0,0,0,0,0 +260510,0,0,0,0,0 +260511,0,0,0,0,0 +260512,0,0,0,0,0 +260513,0,0,0,0,0 +260514,0,0,0,0,0 +260515,0,0,0,0,0 +260516,0,0,0,0,0 +260517,0,0,0,0,0 +260518,0,0,0,0,0 +260519,0,0,0,0,0 +260520,0,0,0,0,0 +260521,0,0,0,0,0 +260522,0,0,0,0,0 +260523,0,0,0,0,0 +260524,0,0,0,0,0 +260525,0,0,0,0,0 +260526,0,0,0,0,0 +260527,0,0,0,0,0 +260528,0,0,0,0,0 +260529,0,0,0,0,0 +260530,0,0,0,0,0 +260531,0,0,0,0,0 +260532,0,0,0,0,0 +260533,0,0,0,0,0 +260534,0,0,0,0,0 +260535,0,0,0,0,0 +260536,0,0,0,0,0 +260537,0,0,0,0,0 +260538,0,0,0,0,0 +260539,0,0,0,0,0 +260540,0,0,0,0,0 +260541,0,0,0,0,0 +260542,0,0,0,0,0 +260543,0,0,0,0,0 +260544,0,0,0,0,0 +260545,0,0,0,0,0 +260546,0,0,0,0,0 +260547,0,0,0,0,0 +260548,0,0,0,0,0 +260549,0,0,0,0,0 +260550,0,0,0,0,0 +260551,0,0,0,0,0 +260552,0,0,0,0,0 +260553,0,0,0,0,0 +260554,0,0,0,0,0 +260555,0,0,0,0,0 +260556,0,0,0,0,0 +260557,0,0,0,0,0 +260558,0,0,0,0,0 +260559,0,0,0,0,0 +260560,0,0,0,0,0 +260561,0,0,0,0,0 +260562,0,0,0,0,0 +260563,0,0,0,0,0 +260564,0,0,0,0,0 +260565,0,0,0,0,0 +260566,0,0,0,0,0 +260567,0,0,0,0,0 +260568,0,0,0,0,0 +260569,0,0,0,0,0 +260570,0,0,0,0,0 +260571,0,0,0,0,0 +260572,0,0,0,0,0 +260573,0,0,0,0,0 +260574,0,0,0,0,0 +260575,0,0,0,0,0 +260576,0,0,0,0,0 +260577,0,0,0,0,0 +260578,0,0,0,0,0 +260579,0,0,0,0,0 +260580,0,0,0,0,0 +260581,0,0,0,0,0 +260582,0,0,0,0,0 +260583,0,0,0,0,0 +260584,0,0,0,0,0 +260585,0,0,0,0,0 +260586,0,0,0,0,0 +260587,0,0,0,0,0 +260588,0,0,0,0,0 +260589,0,0,0,0,0 +260590,0,0,0,0,0 +260591,0,0,0,0,0 +260592,0,0,0,0,0 +260593,0,0,0,0,0 +260594,0,0,0,0,0 +260595,0,0,0,0,0 +260596,0,0,0,0,0 +260597,0,0,0,0,0 +260598,0,0,0,0,0 +260599,0,0,0,0,0 +260600,0,0,0,0,0 +260601,0,0,0,0,0 +260602,0,0,0,0,0 +260603,0,0,0,0,0 +260604,0,0,0,0,0 +260605,0,0,0,0,0 +260606,0,0,0,0,0 +260607,0,0,0,0,0 +260608,0,0,0,0,0 +260609,0,0,0,0,0 +260610,0,0,0,0,0 +260611,0,0,0,0,0 +260612,0,0,0,0,0 +260613,0,0,0,0,0 +260614,0,0,0,0,0 +260615,0,0,0,0,0 +260616,0,0,0,0,0 +260617,0,0,0,0,0 +260618,0,0,0,0,0 +260619,0,0,0,0,0 +260620,0,0,0,0,0 +260621,0,0,0,0,0 +260622,0,0,0,0,0 +260623,0,0,0,0,0 +260624,0,0,0,0,0 +260625,0,0,0,0,0 +260626,0,0,0,0,0 +260627,0,0,0,0,0 +260628,0,0,0,0,0 +260629,0,0,0,0,0 +260630,0,0,0,0,0 +260631,0,0,0,0,0 +260632,0,0,0,0,0 +260633,0,0,0,0,0 +260634,0,0,0,0,0 +260635,0,0,0,0,0 +260636,0,0,0,0,0 +260637,0,0,0,0,0 +260638,0,0,0,0,0 +260639,0,0,0,0,0 +260640,0,0,0,0,0 +260641,0,0,0,0,0 +260642,0,0,0,0,0 +260643,0,0,0,0,0 +260644,0,0,0,0,0 +260645,0,0,0,0,0 +260646,0,0,0,0,0 +260647,0,0,0,0,0 +260648,0,0,0,0,0 +260649,0,0,0,0,0 +260650,0,0,0,0,0 +260651,0,0,0,0,0 +260652,0,0,0,0,0 +260653,0,0,0,0,0 +260654,0,0,0,0,0 +260655,0,0,0,0,0 +260656,0,0,0,0,0 +260657,0,0,0,0,0 +260658,0,0,0,0,0 +260659,0,0,0,0,0 +260660,0,0,0,0,0 +260661,0,0,0,0,0 +260662,0,0,0,0,0 +260663,0,0,0,0,0 +260664,0,0,0,0,0 +260665,0,0,0,0,0 +260666,0,0,0,0,0 +260667,0,0,0,0,0 +260668,0,0,0,0,0 +260669,0,0,0,0,0 +260670,0,0,0,0,0 +260671,0,0,0,0,0 +260672,0,0,0,0,0 +260673,0,0,0,0,0 +260674,0,0,0,0,0 +260675,0,0,0,0,0 +260676,0,0,0,0,0 +260677,0,0,0,0,0 +260678,0,0,0,0,0 +260679,0,0,0,0,0 +260680,0,0,0,0,0 +260681,0,0,0,0,0 +260682,0,0,0,0,0 +260683,0,0,0,0,0 +260684,0,0,0,0,0 +260685,0,0,0,0,0 +260686,0,0,0,0,0 +260687,0,0,0,0,0 +260688,0,0,0,0,0 +260689,0,0,0,0,0 +260690,0,0,0,0,0 +260691,0,0,0,0,0 +260692,0,0,0,0,0 +260693,0,0,0,0,0 +260694,0,0,0,0,0 +260695,0,0,0,0,0 +260696,0,0,0,0,0 +260697,0,0,0,0,0 +260698,0,0,0,0,0 +260699,0,0,0,0,0 +260700,0,0,0,0,0 +260701,0,0,0,0,0 +260702,0,0,0,0,0 +260703,0,0,0,0,0 +260704,0,0,0,0,0 +260705,0,0,0,0,0 +260706,0,0,0,0,0 +260707,0,0,0,0,0 +260708,0,0,0,0,0 +260709,0,0,0,0,0 +260710,0,0,0,0,0 +260711,0,0,0,0,0 +260712,0,0,0,0,0 +260713,0,0,0,0,0 +260714,0,0,0,0,0 +260715,0,0,0,0,0 +260716,0,0,0,0,0 +260717,0,0,0,0,0 +260718,0,0,0,0,0 +260719,0,0,0,0,0 +260720,0,0,0,0,0 +260721,0,0,0,0,0 +260722,0,0,0,0,0 +260723,0,0,0,0,0 +260724,0,0,0,0,0 +260725,0,0,0,0,0 +260726,0,0,0,0,0 +260727,0,0,0,0,0 +260728,0,0,0,0,0 +260729,0,0,0,0,0 +260730,0,0,0,0,0 +260731,0,0,0,0,0 +260732,0,0,0,0,0 +260733,0,0,0,0,0 +260734,0,0,0,0,0 +260735,0,0,0,0,0 +260736,0,0,0,0,0 +260737,0,0,0,0,0 +260738,0,0,0,0,0 +260739,0,0,0,0,0 +260740,0,0,0,0,0 +260741,0,0,0,0,0 +260742,0,0,0,0,0 +260743,0,0,0,0,0 +260744,0,0,0,0,0 +260745,0,0,0,0,0 +260746,0,0,0,0,0 +260747,0,0,0,0,0 +260748,0,0,0,0,0 +260749,0,0,0,0,0 +260750,0,0,0,0,0 +260751,0,0,0,0,0 +260752,0,0,0,0,0 +260753,0,0,0,0,0 +260754,0,0,0,0,0 +260755,0,0,0,0,0 +260756,0,0,0,0,0 +260757,0,0,0,0,0 +260758,0,0,0,0,0 +260759,0,0,0,0,0 +260760,0,0,0,0,0 +260761,0,0,0,0,0 +260762,0,0,0,0,0 +260763,0,0,0,0,0 +260764,0,0,0,0,0 +260765,0,0,0,0,0 +260766,0,0,0,0,0 +260767,0,0,0,0,0 +260768,0,0,0,0,0 +260769,0,0,0,0,0 +260770,0,0,0,0,0 +260771,0,0,0,0,0 +260772,0,0,0,0,0 +260773,0,0,0,0,0 +260774,0,0,0,0,0 +260775,0,0,0,0,0 +260776,0,0,0,0,0 +260777,0,0,0,0,0 +260778,0,0,0,0,0 +260779,0,0,0,0,0 +260780,0,0,0,0,0 +260781,0,0,0,0,0 +260782,0,0,0,0,0 +260783,0,0,0,0,0 +260784,0,0,0,0,0 +260785,0,0,0,0,0 +260786,0,0,0,0,0 +260787,0,0,0,0,0 +260788,0,0,0,0,0 +260789,0,0,0,0,0 +260790,0,0,0,0,0 +260791,0,0,0,0,0 +260792,0,0,0,0,0 +260793,0,0,0,0,0 +260794,0,0,0,0,0 +260795,0,0,0,0,0 +260796,0,0,0,0,0 +260797,0,0,0,0,0 +260798,0,0,0,0,0 +260799,0,0,0,0,0 +260800,0,0,0,0,0 +260801,0,0,0,0,0 +260802,0,0,0,0,0 +260803,0,0,0,0,0 +260804,0,0,0,0,0 +260805,0,0,0,0,0 +260806,0,0,0,0,0 +260807,0,0,0,0,0 +260808,0,0,0,0,0 +260809,0,0,0,0,0 +260810,0,0,0,0,0 +260811,0,0,0,0,0 +260812,0,0,0,0,0 +260813,0,0,0,0,0 +260814,0,0,0,0,0 +260815,0,0,0,0,0 +260816,0,0,0,0,0 +260817,0,0,0,0,0 +260818,0,0,0,0,0 +260819,0,0,0,0,0 +260820,0,0,0,0,0 +260821,0,0,0,0,0 +260822,0,0,0,0,0 +260823,0,0,0,0,0 +260824,0,0,0,0,0 +260825,0,0,0,0,0 +260826,0,0,0,0,0 +260827,0,0,0,0,0 +260828,0,0,0,0,0 +260829,0,0,0,0,0 +260830,0,0,0,0,0 +260831,0,0,0,0,0 +260832,0,0,0,0,0 +260833,0,0,0,0,0 +260834,0,0,0,0,0 +260835,0,0,0,0,0 +260836,0,0,0,0,0 +260837,0,0,0,0,0 +260838,0,0,0,0,0 +260839,0,0,0,0,0 +260840,0,0,0,0,0 +260841,0,0,0,0,0 +260842,0,0,0,0,0 +260843,0,0,0,0,0 +260844,0,0,0,0,0 +260845,0,0,0,0,0 +260846,0,0,0,0,0 +260847,0,0,0,0,0 +260848,0,0,0,0,0 +260849,0,0,0,0,0 +260850,0,0,0,0,0 +260851,0,0,0,0,0 +260852,0,0,0,0,0 +260853,0,0,0,0,0 +260854,0,0,0,0,0 +260855,0,0,0,0,0 +260856,0,0,0,0,0 +260857,0,0,0,0,0 +260858,0,0,0,0,0 +260859,0,0,0,0,0 +260860,0,0,0,0,0 +260861,0,0,0,0,0 +260862,0,0,0,0,0 +260863,0,0,0,0,0 +260864,0,0,0,0,0 +260865,0,0,0,0,0 +260866,0,0,0,0,0 +260867,0,0,0,0,0 +260868,0,0,0,0,0 +260869,0,0,0,0,0 +260870,0,0,0,0,0 +260871,0,0,0,0,0 +260872,0,0,0,0,0 +260873,0,0,0,0,0 +260874,0,0,0,0,0 +260875,0,0,0,0,0 +260876,0,0,0,0,0 +260877,0,0,0,0,0 +260878,0,0,0,0,0 +260879,0,0,0,0,0 +260880,0,0,0,0,0 +260881,0,0,0,0,0 +260882,0,0,0,0,0 +260883,0,0,0,0,0 +260884,0,0,0,0,0 +260885,0,0,0,0,0 +260886,0,0,0,0,0 +260887,0,0,0,0,0 +260888,0,0,0,0,0 +260889,0,0,0,0,0 +260890,0,0,0,0,0 +260891,0,0,0,0,0 +260892,0,0,0,0,0 +260893,0,0,0,0,0 +260894,0,0,0,0,0 +260895,0,0,0,0,0 +260896,0,0,0,0,0 +260897,0,0,0,0,0 +260898,0,0,0,0,0 +260899,0,0,0,0,0 +260900,0,0,0,0,0 +260901,0,0,0,0,0 +260902,0,0,0,0,0 +260903,0,0,0,0,0 +260904,0,0,0,0,0 +260905,0,0,0,0,0 +260906,0,0,0,0,0 +260907,0,0,0,0,0 +260908,0,0,0,0,0 +260909,0,0,0,0,0 +260910,0,0,0,0,0 +260911,0,0,0,0,0 +260912,0,0,0,0,0 +260913,0,0,0,0,0 +260914,0,0,0,0,0 +260915,0,0,0,0,0 +260916,0,0,0,0,0 +260917,0,0,0,0,0 +260918,0,0,0,0,0 +260919,0,0,0,0,0 +260920,0,0,0,0,0 +260921,0,0,0,0,0 +260922,0,0,0,0,0 +260923,0,0,0,0,0 +260924,0,0,0,0,0 +260925,0,0,0,0,0 +260926,0,0,0,0,0 +260927,0,0,0,0,0 +260928,0,0,0,0,0 +260929,0,0,0,0,0 +260930,0,0,0,0,0 +260931,0,0,0,0,0 +260932,0,0,0,0,0 +260933,0,0,0,0,0 +260934,0,0,0,0,0 +260935,0,0,0,0,0 +260936,0,0,0,0,0 +260937,0,0,0,0,0 +260938,0,0,0,0,0 +260939,0,0,0,0,0 +260940,0,0,0,0,0 +260941,0,0,0,0,0 +260942,0,0,0,0,0 +260943,0,0,0,0,0 +260944,0,0,0,0,0 +260945,0,0,0,0,0 +260946,0,0,0,0,0 +260947,0,0,0,0,0 +260948,0,0,0,0,0 +260949,0,0,0,0,0 +260950,0,0,0,0,0 +260951,0,0,0,0,0 +260952,0,0,0,0,0 +260953,0,0,0,0,0 +260954,0,0,0,0,0 +260955,0,0,0,0,0 +260956,0,0,0,0,0 +260957,0,0,0,0,0 +260958,0,0,0,0,0 +260959,0,0,0,0,0 +260960,0,0,0,0,0 +260961,0,0,0,0,0 +260962,0,0,0,0,0 +260963,0,0,0,0,0 +260964,0,0,0,0,0 +260965,0,0,0,0,0 +260966,0,0,0,0,0 +260967,0,0,0,0,0 +260968,0,0,0,0,0 +260969,0,0,0,0,0 +260970,0,0,0,0,0 +260971,0,0,0,0,0 +260972,0,0,0,0,0 +260973,0,0,0,0,0 +260974,0,0,0,0,0 +260975,0,0,0,0,0 +260976,0,0,0,0,0 +260977,0,0,0,0,0 +260978,0,0,0,0,0 +260979,0,0,0,0,0 +260980,0,0,0,0,0 +260981,0,0,0,0,0 +260982,0,0,0,0,0 +260983,0,0,0,0,0 +260984,0,0,0,0,0 +260985,0,0,0,0,0 +260986,0,0,0,0,0 +260987,0,0,0,0,0 +260988,0,0,0,0,0 +260989,0,0,0,0,0 +260990,0,0,0,0,0 +260991,0,0,0,0,0 +260992,0,0,0,0,0 +260993,0,0,0,0,0 +260994,0,0,0,0,0 +260995,0,0,0,0,0 +260996,0,0,0,0,0 +260997,0,0,0,0,0 +260998,0,0,0,0,0 +260999,0,0,0,0,0 +261000,0,0,0,0,0 +261001,0,0,0,0,0 +261002,0,0,0,0,0 +261003,0,0,0,0,0 +261004,0,0,0,0,0 +261005,0,0,0,0,0 +261006,0,0,0,0,0 +261007,0,0,0,0,0 +261008,0,0,0,0,0 +261009,0,0,0,0,0 +261010,0,0,0,0,0 +261011,0,0,0,0,0 +261012,0,0,0,0,0 +261013,0,0,0,0,0 +261014,0,0,0,0,0 +261015,0,0,0,0,0 +261016,0,0,0,0,0 +261017,0,0,0,0,0 +261018,0,0,0,0,0 +261019,0,0,0,0,0 +261020,0,0,0,0,0 +261021,0,0,0,0,0 +261022,0,0,0,0,0 +261023,0,0,0,0,0 +261024,0,0,0,0,0 +261025,0,0,0,0,0 +261026,0,0,0,0,0 +261027,0,0,0,0,0 +261028,0,0,0,0,0 +261029,0,0,0,0,0 +261030,0,0,0,0,0 +261031,0,0,0,0,0 +261032,0,0,0,0,0 +261033,0,0,0,0,0 +261034,0,0,0,0,0 +261035,0,0,0,0,0 +261036,0,0,0,0,0 +261037,0,0,0,0,0 +261038,0,0,0,0,0 +261039,0,0,0,0,0 +261040,0,0,0,0,0 +261041,0,0,0,0,0 +261042,0,0,0,0,0 +261043,0,0,0,0,0 +261044,0,0,0,0,0 +261045,0,0,0,0,0 +261046,0,0,0,0,0 +261047,0,0,0,0,0 +261048,0,0,0,0,0 +261049,0,0,0,0,0 +261050,0,0,0,0,0 +261051,0,0,0,0,0 +261052,0,0,0,0,0 +261053,0,0,0,0,0 +261054,0,0,0,0,0 +261055,0,0,0,0,0 +261056,0,0,0,0,0 +261057,0,0,0,0,0 +261058,0,0,0,0,0 +261059,0,0,0,0,0 +261060,0,0,0,0,0 +261061,0,0,0,0,0 +261062,0,0,0,0,0 +261063,0,0,0,0,0 +261064,0,0,0,0,0 +261065,0,0,0,0,0 +261066,0,0,0,0,0 +261067,0,0,0,0,0 +261068,0,0,0,0,0 +261069,0,0,0,0,0 +261070,0,0,0,0,0 +261071,0,0,0,0,0 +261072,0,0,0,0,0 +261073,0,0,0,0,0 +261074,0,0,0,0,0 +261075,0,0,0,0,0 +261076,0,0,53.91261572,0,0 +261077,0,0,34.375977,0,0 +261078,0,0,42.57412651,0,0 +261079,0,0,48.30214362,0,0 +261080,0,0,52.24853699,0,0 +261081,0,0,56.44919383,0,0 +261082,0,0,60.39465185,0,0 +261083,0,0,64.45722289,0,0 +261084,0,0,68.52532897,0,0 +261085,0,0,72.3191315,0,0 +261086,0,0,76.52399968,0,0 +261087,0,0,80.28604799,0,0 +261088,0,0,84.28574837,0,0 +261089,0,6.016817975,88.26518978,0,0 +261090,0,41.54848655,92.04892106,0,0 +261091,0,0,97.3720923,0,0 +261092,0,40.29655799,102.8499301,0,0 +261093,0,6.970417763,108.4512142,0,0 +261094,0,36.4832737,114.2078904,0,0 +261095,0,54.74266982,119.6360217,0,0 +261096,0,0,125.824936,0,0 +261097,0,55.97686774,131.3243401,0,0 +261098,0,37.94978088,137.4430877,0,0 +261099,0,44.31840661,143.097675,0,0 +261100,0,48.07736383,149.0132429,0,0 +261101,0,50.92415262,155.3490193,16.4106288,0 +261102,0,54.13658757,160.9829196,30.57588319,0 +261103,0,57.34824362,167.1757442,9.034257894,0 +261104,0,60.5210898,173.2161841,28.33379181,0 +261105,0,63.63338016,179.4786337,28.98602651,0 +261106,0,67.01133729,185.3256892,30.38767896,0 +261107,0,70.13323713,191.6126237,33.71320471,0 +261108,0,73.31505805,197.7560746,36.33748832,0 +261109,0,76.68486334,203.9516641,39.05180248,0 +261110,0,79.91264726,210.1590837,41.67021514,0 +261111,0,83.14456966,216.3940645,44.35108404,0 +261112,0,86.4855873,222.6374448,47.03834034,0 +261113,0,89.79260137,228.9499686,49.64893084,0 +261114,0,93.11107913,235.2310805,52.36755313,0 +261115,0,96.39002615,241.5510362,55.00453079,0 +261116,0,99.79480476,247.8842135,57.67430003,0 +261117,0,102.9961386,254.4745348,60.29657382,0 +261118,0,106.5729581,260.441581,63.02215682,0 +261119,0,109.8134033,267.0201069,65.66049858,0 +261120,45.0066349,113.1944417,273.3689537,68.28688975,0 +261121,37.43120127,116.7643187,280.1847942,71.13837514,0 +261122,40.46424626,120.1831087,286.6322727,73.84235606,0 +261123,47.56980618,123.813619,293.4814673,76.64949279,0 +261124,51.97125008,127.2651664,299.9970751,79.35241738,0 +261125,56.50355531,130.811417,306.8506832,82.23891402,0 +261126,60.87085093,134.2647858,313.4307859,84.87454413,0 +261127,65.38259317,138.0318901,320.2567486,87.72892708,0 +261128,69.73005626,141.3887829,326.8494757,90.56400924,0 +261129,74.22892981,144.9597809,333.7797025,93.29092972,0 +261130,78.50301096,148.6572123,340.3130006,95.99418182,0 +261131,83.07887412,152.1772351,347.2950701,99.0589231,0 +261132,87.36837698,155.7949101,353.8409854,101.6292179,0 +261133,91.85188922,159.4033621,361.1932148,104.4092553,0 +261134,96.18127806,162.9236798,367.2303047,107.4852099,0 +261135,100.6564021,166.8139812,374.50477,109.9774318,0 +261136,104.9763646,170.2006678,381.0282763,112.9604044,0 +261137,109.3667601,173.8442037,388.0154553,115.810613,0 +261138,113.9140286,177.6466953,394.6698094,118.4945084,0 +261139,118.180863,181.2236935,401.6845206,121.5021503,0 +261140,122.497426,184.9144344,408.248011,124.2533366,0 +261141,127.1097835,188.5959463,415.3729556,127.004983,0 +261142,131.4648017,192.2743913,421.9486668,129.9463831,0 +261143,135.700847,195.9728129,428.982987,132.8269442,0 +261144,140.2801266,199.6731357,435.7100057,135.7053639,0 +261145,144.6702628,203.1596461,442.5989072,138.3060661,0 +261146,149.0299165,207.1572245,449.4457171,141.4829238,0 +261147,153.5314366,210.7916714,456.3414504,144.1803638,0 +261148,157.873296,214.5745973,463.0891647,147.0439415,0 +261149,162.4520125,218.1028542,470.2365341,149.9552687,0 +261150,166.7590815,222.1408621,476.7502366,152.8861157,0 +261151,170.9417323,225.4602744,483.3051959,155.6249097,0 +261152,175.2879706,229.0908843,489.5241333,158.2007326,0 +261153,179.4553313,232.5121421,495.947049,160.9891411,0 +261154,183.7411895,236.0988575,504.2796696,163.5633249,0 +261155,187.7789396,239.3615357,509.8204085,166.4399948,0 +261156,191.8522221,243.1672432,517.2967386,169.048546,0 +261157,196.31598,246.4503403,511.8342487,171.7640187,0 +261158,200.3063811,250.1949379,532.5139823,174.4556418,0 +261159,204.5829205,253.3342299,532.020788,177.145471,0 +261160,208.6884748,257.0021287,539.5556633,179.9548741,0 +261161,212.9356896,260.3527118,545.8055791,182.3285803,0 +261162,217.0409283,263.7394133,551.9369865,185.2956753,0 +261163,221.1150245,267.3615435,558.0455555,187.8622502,0 +261164,225.6695873,270.777044,564.2723607,190.5656558,0 +261165,229.5013042,274.1747538,570.3595849,193.2457695,0 +261166,233.7809682,277.7111746,576.4213824,195.9253926,0 +261167,237.9984565,281.0753462,582.6807021,198.6040731,0 +261168,246.0330065,299.6324761,610.3674152,199.2046585,0 +261169,250.5515689,305.3544468,619.3495809,201.2820837,0 +261170,255.0675474,310.0948584,626.7320953,203.9046102,0 +261171,259.1961496,314.6975558,633.9239767,206.2624443,0 +261172,263.7932879,318.9529858,640.7726153,208.7400022,0 +261173,268.1419215,323.3696575,647.7735934,211.2688512,0 +261174,272.3932928,327.279006,654.3992225,213.7444008,0 +261175,276.6990353,331.8552528,661.0747698,216.249687,0 +261176,281.1150517,335.7523703,667.7967003,218.910019,0 +261177,285.3726826,339.98406,674.1802802,221.1989902,0 +261178,289.6775581,343.9765931,689.4403259,223.8358866,0 +261179,294.0862602,348.1130953,674.0280064,226.3349159,0 +261180,298.3372129,352.0534383,700.1106155,228.7135524,0 +261181,302.3995958,355.9337779,698.1717682,231.3838671,0 +261182,306.3931943,359.7725519,705.5364531,233.6732644,0 +261183,310.1238896,363.5830402,711.5080453,236.096003,0 +261184,314.6961856,367.370127,717.2083992,238.4881145,0 +261185,318.0837087,370.9032819,723.2008428,240.879293,0 +261186,322.2883049,375.0143884,728.7567699,243.26958,0 +261187,326.1481449,378.5569782,734.4579649,245.6590722,0 +261188,330.1325398,382.311186,740.2147873,248.0477871,0 +261189,334.0232192,386.002642,748.2285914,250.4355582,0 +261190,338.0013275,389.6792153,753.729438,252.8223654,0 +261191,341.8841832,393.3393347,749.4076482,255.2080372,0 +261192,345.8575377,396.9840253,766.661159,257.5925626,0 +261193,349.7329687,400.6135885,766.8355074,259.8006888,0 +261194,353.6741238,404.2285541,773.2790473,262.4549722,0 +261195,357.6140459,407.8291262,778.7809554,264.6981892,0 +261196,361.5694329,411.4588084,791.4669069,267.1520969,0 +261197,365.4703125,414.9993598,778.3211007,269.4982923,0 +261198,369.4028796,418.5966894,800.3925954,271.9111534,0 +261199,373.2686139,422.1090486,798.7997073,274.2532965,0 +261200,377.270009,425.679221,811.3931092,276.6622007,0 +261201,381.0629106,429.1648633,801.3551053,279.0002448,0 +261202,384.7926872,432.4420792,828.5427585,281.4054248,0 +261203,389.0341081,436.59136,807.2079468,283.7392522,0 +261204,392.7975523,439.4756847,832.421385,286.1406015,0 +261205,396.7051089,443.1718686,836.3847944,288.4700542,0 +261206,400.6231695,446.6415294,825.9118658,290.8673679,0 +261207,404.4719917,450.0073491,855.6524861,293.1923345,0 +261208,408.4626442,453.4950458,830.7821512,295.5853564,0 +261209,412.3157403,456.9425848,867.6232503,297.9472782,0 +261210,416.235755,460.3067696,843.4619265,300.3035616,0 +261211,419.535183,463.0583835,871.4671602,302.2955282,0 +261212,422.8193334,465.6709919,859.8440826,304.0418439,0 +261213,425.9754017,468.244224,867.8687799,306.2744591,0 +261214,429.1713622,470.6857893,870.9066351,308.0051753,0 +261215,432.3047739,473.1431336,873.9705241,309.9100716,0 +261216,435.449741,475.5270166,876.9797818,311.9694527,0 +261217,438.4815418,477.9026233,880.1463786,313.4633248,0 +261218,441.5671876,480.1610009,883.1304402,315.4340276,0 +261219,444.5965898,482.4487797,886.1779514,317.1818726,0 +261220,447.6444187,484.6704166,888.9081326,318.9723771,0 +261221,450.5794872,486.8604687,891.8008958,320.6887231,0 +261222,453.5751543,489.0458016,894.5688209,322.4390692,0 +261223,456.5163004,491.1184638,899.2107338,324.1519925,0 +261224,459.4432931,493.2282505,899.1104809,325.8527348,0 +261225,462.3870184,495.276508,902.8500081,327.5599792,0 +261226,465.2183593,497.2981991,905.2345538,329.1954984,0 +261227,468.1154008,499.2887586,907.6742185,330.8671417,0 +261228,470.9596502,501.2805303,910.170587,332.5032178,0 +261229,473.7921557,503.1627508,912.6700801,334.128814,0 +261230,476.6071271,505.0880082,914.8779694,335.7630224,0 +261231,479.442263,506.955375,917.2617364,337.3260585,0 +261232,482.1653767,508.8000994,921.4070971,338.9275568,0 +261233,484.9582685,510.6173382,921.088415,340.4945504,0 +261234,487.6997534,512.4075658,924.0434093,342.0524554,0 +261235,490.4316385,514.2035017,926.4457213,343.6208321,0 +261236,493.1478463,515.8918367,928.2736427,345.1177317,0 +261237,495.8872647,517.6279682,930.3723844,346.6555486,0 +261238,498.5131902,519.3089007,932.4462106,348.1594853,0 +261239,501.2132778,520.6479905,936.2168741,349.655415,0 +261240,503.8624205,522.7794259,935.8417174,351.1637346,0 +261241,506.9017042,524.3007598,938.7928252,352.7437697,0 +261242,510.0726839,526.1668324,941.2658856,354.4258102,0 +261243,513.3191932,528.0053593,943.6527875,356.0948237,0 +261244,516.4693101,529.747313,947.8282623,357.7651174,0 +261245,519.7076552,531.5457791,948.0971595,359.4286335,0 +261246,522.9011988,533.2931499,950.9501412,361.1085541,0 +261247,526.0931853,535.0261272,955.1018841,362.7182777,0 +261248,528.8996653,536.7386078,955.3845824,364.3753549,0 +261249,532.7418955,538.4620192,957.9008541,366.0407516,0 +261250,535.5570269,540.1124026,961.9706762,367.6350876,0 +261251,538.8530093,541.8253395,962.4970768,369.0592048,0 +261252,541.8943218,543.3838921,966.3282435,370.9771416,0 +261253,545.1720264,545.04885,966.9225364,372.435552,0 +261254,548.2488375,546.6140547,970.3482076,374.0355135,0 +261255,551.2980358,548.1851632,972.7809566,375.6104881,0 +261256,554.4421179,549.7403894,973.1489071,377.1829671,0 +261257,557.4942771,551.2774337,975.8688469,378.7745031,0 +261258,560.6571806,552.7961022,976.4454123,380.2926619,0 +261259,563.7111593,554.2965865,977.5161554,381.8635245,0 +261260,566.7983289,555.8139347,977.5856825,383.4025926,0 +261261,569.8698194,557.2254524,977.6923207,384.9393027,0 +261262,572.9338459,558.6991202,977.8420743,386.4690703,0 +261263,575.9901977,560.1228528,978.0313193,387.9921557,0 +261264,579.0391898,561.5356466,978.2538225,389.5353384,0 +261265,582.0809873,562.9315639,978.5036929,391.0048489,0 +261266,585.0693035,564.3109533,978.776123,392.5291723,0 +261267,588.168875,565.6740368,979.0673725,394.0225036,0 +261268,591.201795,567.0210711,979.3744245,395.5146992,0 +261269,594.1522462,568.3522933,979.6947484,397.0011954,0 +261270,597.1973492,569.6679517,980.0262104,398.4822459,0 +261271,602.2548379,574.2276265,980.3667987,400.7874964,0 +261272,612.2618019,589.5076849,980.7594237,399.0587894,0 +261273,618.1187,596.02613,981.2371322,400.6245359,0 +261274,623.7895163,602.0907284,981.7892442,402.5924322,0 +261275,629.4644928,608.1024758,982.4019392,404.5947609,0 +261276,635.1383227,614.0373736,983.0633037,406.8450723,0 +261277,641.0494862,620.0895632,983.7654473,408.9554687,0 +261278,646.775892,626.1849575,984.5029129,411.34718,0 +261279,652.680369,632.2329885,985.247027,413.5078052,0 +261280,659.0657494,646.7739196,986.0101478,409.3744782,0 +261281,665.0059535,654.0254734,986.709105,410.5602457,0 +261282,671.119455,660.9021377,987.3570912,412.3250564,0 +261283,677.0916542,667.5195507,988.0018297,414.1704933,0 +261284,683.3715577,674.1780476,988.6638899,416.2786622,0 +261285,689.5324116,680.8043726,989.3520659,418.2630323,0 +261286,695.7505705,687.3045906,990.0606032,420.5040879,0 +261287,702.2033347,693.8852322,990.7886733,422.6237701,0 +261288,708.4432865,700.4080584,991.5290181,424.9149913,0 +261289,714.8547935,706.9634437,992.2807548,427.1143919,0 +261290,721.3984012,713.391993,993.042399,429.5266369,0 +261291,727.8691935,719.9004748,993.8149308,431.7809469,0 +261292,734.4978876,726.39355,994.5964665,434.272249,0 +261293,744.5669054,741.064259,995.3640384,431.5453755,0 +261294,751.8498803,748.6854591,996.0411986,432.9773779,0 +261295,758.6950518,755.7141153,996.6679838,435.0561415,0 +261296,765.8026799,762.0032208,997.2807952,437.014258,0 +261297,772.6184209,769.4712621,997.901912,439.3164595,0 +261298,779.6550365,775.6768287,998.5384368,441.4532798,0 +261299,786.5899041,782.4331419,999.1893742,443.8410559,0 +261300,793.7237356,788.8074829,999.8526963,446.0742251,0 +261301,802.4665549,795.7707202,1000.526264,449.1397378,0 +261302,811.2667506,802.8124913,1001.237739,452.1509258,0 +261303,820.4408801,809.7513252,1001.999951,455.2735916,0 +261304,829.4611993,816.5102205,1002.813102,458.4095372,0 +261305,838.5392474,823.4472175,1003.648796,461.6217532,0 +261306,847.8906427,830.167561,1004.517571,464.7914449,0 +261307,856.969272,836.889295,1005.435709,468.0706205,0 +261308,866.3115163,843.5419451,1006.392499,471.355656,0 +261309,875.5589216,850.1406947,1007.381854,474.6800925,0 +261310,885.1052648,856.6277801,1008.399958,478.0704165,0 +261311,894.3596087,863.1874564,1009.444532,481.4113534,0 +261312,903.8182442,869.6204428,1010.513834,484.858459,0 +261313,913.4190172,875.8506307,1011.606953,488.3062835,0 +261314,922.9134482,882.2708134,1012.701714,491.8240941,0 +261315,922.1478819,884.9569516,1013.814271,489.216374,0 +261316,930.1741261,890.4704808,1014.732611,491.7100878,0 +261317,938.9468835,896.1308673,1015.527265,494.5651062,0 +261318,947.9235426,901.9862732,1016.302499,497.6701848,0 +261319,957.0189799,907.53024,1017.116557,500.8207252,0 +261320,966.1256529,913.2054716,1017.985695,504.0368398,0 +261321,975.4999766,918.6992811,1018.858501,507.3000699,0 +261322,984.7645898,924.2846535,1019.7612,510.6408244,0 +261323,994.2396021,929.6703528,1020.723788,513.9334877,0 +261324,1003.592857,935.0407834,1021.758141,517.3408791,0 +261325,1013.103352,940.3875698,1022.841768,520.7505768,0 +261326,1022.794544,945.456181,1023.984651,524.2000152,0 +261327,1032.369421,950.7314034,1025.199157,527.3558243,0 +261328,1042.070425,955.7437436,1026.472675,531.3703762,0 +261329,1051.904472,960.7440469,1027.797624,534.66579,0 +261330,1068.748654,965.6575223,1029.168444,538.2996151,0 +261331,1063.21617,968.0682985,1030.584441,541.2054285,0 +261332,1092.084947,970.3719373,1032.006623,544.1485267,0 +261333,1066.253174,972.5080567,1033.432755,546.8755969,0 +261334,1093.935098,974.2813086,1034.809655,549.6978063,0 +261335,1100.064525,975.9743854,1036.183068,552.4212431,0 +261336,1104.102687,977.7696005,1037.555122,555.2314648,0 +261337,1112.151864,979.0393413,1038.923522,557.9410033,0 +261338,1119.024248,980.408564,1040.288369,560.6745827,0 +261339,1125.930322,981.7801691,1041.648472,563.4285076,0 +261340,1132.556769,982.8161988,1043.004377,566.0375227,0 +261341,1139.248434,983.8259158,1044.356445,568.8223127,0 +261342,1146.032738,984.9083549,1045.705506,571.475434,0 +261343,1152.578651,985.6610564,1047.052144,574.162919,0 +261344,1159.254089,986.3999884,1048.396734,576.8375363,0 +261345,1165.642064,987.2194364,1049.739908,579.4656512,0 +261346,1172.196778,987.7248654,1051.063266,582.1886318,0 +261347,1178.629382,988.2243669,1052.382327,584.8547703,0 +261348,1184.946983,988.8123715,1053.713489,587.4536174,0 +261349,1191.557011,989.0977289,1055.050021,590.131604,0 +261350,1197.687579,989.385691,1056.389026,592.728832,0 +261351,1204.083303,989.6289584,1057.72916,595.4318033,0 +261352,1210.34986,989.9534734,1059.070242,598.0395146,0 +261353,1216.600551,989.9830982,1060.412171,600.6821239,0 +261354,1222.920336,990.0229325,1061.754988,603.3165436,0 +261355,1228.971517,990.026464,1063.098943,605.9901307,0 +261356,1235.220023,989.9817268,1064.444083,608.5167128,0 +261357,1241.256537,989.8851455,1065.790668,611.2419156,0 +261358,1247.536229,989.7387671,1067.13883,613.833669,0 +261359,1253.668343,989.542961,1068.471059,616.4706144,0 +261360,1259.62037,989.300711,1069.802037,619.1015587,0 +261361,1263.94079,988.5939599,1071.147078,621.090427,0 +261362,1268.165422,987.6901852,1072.470796,623.0481251,0 +261363,1272.384898,986.6945398,1073.758394,625.1129281,0 +261364,1276.57632,985.6405851,1075.007363,627.0770979,0 +261365,1280.734665,984.5378979,1076.222297,629.1197963,0 +261366,1306.369956,992.5555954,1077.40935,641.0754721,0 +261367,1313.930002,993.1479835,1078.975868,644.7846029,0 +261368,1319.693486,992.8961547,1080.77171,647.5997092,0 +261369,1325.311154,992.5405405,1082.610453,650.3538828,0 +261370,1330.897952,991.8928188,1084.384536,653.029753,0 +261371,1336.112578,991.299713,1086.080985,655.699149,0 +261372,1341.494418,990.5845456,1087.725298,658.1762946,0 +261373,1346.713585,989.8252829,1089.319192,660.8416167,0 +261374,1351.901856,989.0198641,1090.870483,663.343503,0 +261375,1357.043941,988.1717328,1092.387869,665.877075,0 +261376,1362.042575,987.2859049,1093.873644,668.3896789,0 +261377,1367.274936,986.3639533,1095.329508,670.8889482,0 +261378,1372.340353,985.4098632,1096.764214,673.3783305,0 +261379,1377.198252,984.4246207,1098.176213,675.8110165,0 +261380,1382.265189,983.4118036,1099.568473,678.3523516,0 +261381,1387.203906,982.3722239,1100.946497,680.7798898,0 +261382,1392.141478,981.3091905,1102.310061,683.2911254,0 +261383,1397.057678,980.2234364,1103.659,685.6698002,0 +261384,1401.958557,979.1181136,1105.000185,688.1507539,0 +261385,1406.842051,977.9938917,1106.314208,690.5827386,0 +261386,1411.714199,976.7917753,1107.616574,693.0196331,0 +261387,1416.685469,975.729403,1108.924914,695.4052088,0 +261388,1421.362644,974.5152475,1110.23149,697.9076055,0 +261389,1432.008917,973.3460613,1111.531892,700.2992682,0 +261390,1423.401568,972.1573134,1112.833914,702.7336632,0 +261391,1438.256781,970.4170449,1114.12438,704.6974728,0 +261392,1439.104658,968.6788971,1115.39766,706.570045,0 +261393,1443.246827,966.6811723,1116.633234,708.3914031,0 +261394,1447.359804,964.8526244,1117.8328,710.1774459,0 +261395,1451.273669,962.7724536,1118.99829,711.9812117,0 +261396,1455.149163,960.7984417,1120.133055,713.5858841,0 +261397,1459.100113,958.7467762,1121.240319,715.3997148,0 +261398,1462.727383,956.6889179,1122.322778,717.0334292,0 +261399,1466.581206,954.6170251,1123.382392,718.698066,0 +261400,1470.297896,952.5352078,1124.421189,720.3332388,0 +261401,1473.99975,950.4454977,1125.440685,721.947464,0 +261402,1477.672007,948.351484,1126.442317,723.5422737,0 +261403,1481.313658,946.2550284,1127.427348,725.1175927,0 +261404,1484.926067,944.1594133,1128.396881,726.6747818,0 +261405,1488.509644,942.0664277,1129.336577,728.2137266,0 +261406,1492.181413,940.0385917,1130.26075,729.7355393,0 +261407,1495.529344,937.8693994,1131.182863,731.240096,0 +261408,1499.119074,935.7838468,1132.097019,732.7283842,0 +261409,1502.453736,933.8055935,1133.001344,734.1497517,0 +261410,1506.084741,931.7174165,1133.895192,735.6826876,0 +261411,1509.413597,929.699919,1134.778716,737.0850144,0 +261412,1512.830397,927.6908855,1135.652045,738.5191455,0 +261413,1516.200068,925.7020919,1136.515653,739.9293979,0 +261414,1519.544924,923.7356955,1137.369844,741.3250403,0 +261415,1522.864561,921.7933779,1138.214945,742.7059383,0 +261416,1526.279505,919.8772168,1139.051241,744.123415,0 +261417,1529.363251,918.2148152,1139.879061,745.3982848,0 +261418,1532.700327,917.1042181,1140.698506,746.7750929,0 +261419,1535.901493,916.197698,1141.510131,748.0908061,0 +261420,1539.097618,915.2422562,1142.313933,749.4014478,0 +261421,0,0,0,0,0 +261422,0,0,0,0,0 +261423,0,0,0,0,0 +261424,0,0,0,0,0 +261425,0,0,0,0,0 +261426,0,0,0,0,0 +261427,0,0,0,0,0 +261428,0,0,0,0,0 +261429,0,0,0,0,0 +261430,0,0,0,0,0 +261431,0,0,0,0,0 +261432,0,0,0,0,0 +261433,0,0,0,0,0 +261434,0,0,0,0,0 +261435,0,0,0,0,0 +261436,0,0,0,0,0 +261437,0,0,0,0,0 +261438,0,0,0,0,0 +261439,0,0,0,0,0 +261440,0,0,0,0,0 +261441,0,0,0,0,0 +261442,0,0,0,0,0 +261443,0,0,0,0,0 +261444,0,0,0,0,0 +261445,0,0,0,0,0 +261446,0,0,0,0,0 +261447,0,0,0,0,0 +261448,0,0,0,0,0 +261449,0,0,0,0,0 +261450,0,0,0,0,0 +261451,0,0,0,0,0 +261452,0,0,0,0,0 +261453,0,0,0,0,0 +261454,0,0,0,0,0 +261455,0,0,0,0,0 +261456,0,0,0,0,0 +261457,0,0,0,0,0 +261458,0,0,0,0,0 +261459,0,0,0,0,0 +261460,0,0,0,0,0 +261461,0,0,0,0,0 +261462,0,0,0,0,0 +261463,0,0,0,0,0 +261464,0,0,0,0,0 +261465,0,0,0,0,0 +261466,0,0,0,0,0 +261467,0,0,0,0,0 +261468,0,0,0,0,0 +261469,0,0,0,0,0 +261470,0,0,0,0,0 +261471,0,0,0,0,0 +261472,0,0,0,0,0 +261473,0,0,0,0,0 +261474,0,0,0,0,0 +261475,0,0,0,0,0 +261476,0,0,0,0,0 +261477,0,0,0,0,0 +261478,0,0,0,0,0 +261479,0,0,0,0,0 +261480,0,0,0,0,0 +261481,0,0,0,0,0 +261482,0,0,0,0,0 +261483,0,0,0,0,0 +261484,0,0,0,0,0 +261485,0,0,0,0,0 +261486,0,0,0,0,0 +261487,0,0,0,0,0 +261488,0,0,0,0,0 +261489,0,0,0,0,0 +261490,0,0,0,0,0 +261491,0,0,0,0,0 +261492,0,0,0,0,0 +261493,0,0,0,0,0 +261494,0,0,0,0,0 +261495,0,0,0,0,0 +261496,0,0,0,0,0 +261497,0,0,0,0,0 +261498,0,0,0,0,0 +261499,0,0,0,0,0 +261500,0,0,0,0,0 +261501,0,0,0,0,0 +261502,0,0,0,0,0 +261503,0,0,0,0,0 +261504,0,0,0,0,0 +261505,0,0,0,0,0 +261506,0,0,0,0,0 +261507,0,0,0,0,0 +261508,0,0,0,0,0 +261509,0,0,0,0,0 +261510,0,0,0,0,0 +261511,0,0,0,0,0 +261512,0,0,0,0,0 +261513,0,0,0,0,0 +261514,0,0,0,0,0 +261515,0,0,0,0,0 +261516,0,0,0,0,0 +261517,0,0,0,0,0 +261518,0,0,0,0,0 +261519,0,0,0,0,0 +261520,0,0,0,0,0 +261521,0,0,0,0,0 +261522,0,0,0,0,0 +261523,0,0,0,0,0 +261524,0,0,0,0,0 +261525,0,0,0,0,0 +261526,0,0,0,0,0 +261527,0,0,0,0,0 +261528,0,0,0,0,0 +261529,0,0,0,0,0 +261530,0,0,0,0,0 +261531,0,0,0,0,0 +261532,0,0,0,0,0 +261533,0,0,0,0,0 +261534,0,0,0,0,0 +261535,0,0,0,0,0 +261536,0,0,0,0,0 +261537,0,0,0,0,0 +261538,0,0,0,0,0 +261539,0,0,0,0,0 +261540,0,0,0,0,0 +261541,0,0,0,0,0 +261542,0,0,0,0,0 +261543,0,0,0,0,0 +261544,0,0,0,0,0 +261545,0,0,0,0,0 +261546,0,0,0,0,0 +261547,0,0,0,0,0 +261548,0,0,0,0,0 +261549,0,0,0,0,0 +261550,0,0,0,0,0 +261551,0,0,0,0,0 +261552,0,0,0,0,0 +261553,0,0,0,0,0 +261554,0,0,0,0,0 +261555,0,0,0,0,0 +261556,0,0,0,0,0 +261557,0,0,0,0,0 +261558,0,0,0,0,0 +261559,0,0,0,0,0 +261560,0,0,0,0,0 +261561,0,0,0,0,0 +261562,0,0,0,0,0 +261563,0,0,0,0,0 +261564,0,0,0,0,0 +261565,0,0,0,0,0 +261566,0,0,0,0,0 +261567,0,0,0,0,0 +261568,0,0,0,0,0 +261569,0,0,0,0,0 +261570,0,0,0,0,0 +261571,0,0,0,0,0 +261572,0,0,0,0,0 +261573,0,0,0,0,0 +261574,0,0,0,0,0 +261575,0,0,0,0,0 +261576,0,0,0,0,0 +261577,0,0,0,0,0 +261578,0,0,0,0,0 +261579,0,0,0,0,0 +261580,0,0,0,0,0 +261581,0,0,0,0,0 +261582,0,0,0,0,0 +261583,0,0,0,0,0 +261584,0,0,0,0,0 +261585,0,0,0,0,0 +261586,0,0,0,0,0 +261587,0,0,0,0,0 +261588,0,0,0,0,0 +261589,0,0,0,0,0 +261590,0,0,0,0,0 +261591,0,0,0,0,0 +261592,0,0,0,0,0 +261593,0,0,0,0,0 +261594,0,0,0,0,0 +261595,0,0,0,0,0 +261596,0,0,0,0,0 +261597,0,0,0,0,0 +261598,0,0,0,0,0 +261599,0,0,0,0,0 +261600,0,0,0,0,0 +261601,0,0,0,0,0 +261602,0,0,0,0,0 +261603,0,0,0,0,0 +261604,0,0,0,0,0 +261605,0,0,0,0,0 +261606,0,0,0,0,0 +261607,0,0,0,0,0 +261608,0,0,0,0,0 +261609,0,0,0,0,0 +261610,0,0,0,0,0 +261611,0,0,0,0,0 +261612,0,0,0,0,0 +261613,0,0,0,0,0 +261614,0,0,0,0,0 +261615,0,0,0,0,0 +261616,0,0,0,0,0 +261617,0,0,0,0,0 +261618,0,0,0,0,0 +261619,0,0,0,0,0 +261620,0,0,0,0,0 +261621,0,0,0,0,0 +261622,0,0,0,0,0 +261623,0,0,0,0,0 +261624,0,0,0,0,0 +261625,0,0,0,0,0 +261626,0,0,0,0,0 +261627,0,0,0,0,0 +261628,0,0,0,0,0 +261629,0,0,0,0,0 +261630,0,0,0,0,0 +261631,0,0,0,0,0 +261632,0,0,0,0,0 +261633,0,0,0,0,0 +261634,0,0,0,0,0 +261635,0,0,0,0,0 +261636,0,0,0,0,0 +261637,0,0,0,0,0 +261638,0,0,0,0,0 +261639,0,0,0,0,0 +261640,0,0,0,0,0 +261641,0,0,0,0,0 +261642,0,0,0,0,0 +261643,0,0,0,0,0 +261644,0,0,0,0,0 +261645,0,0,0,0,0 +261646,0,0,0,0,0 +261647,0,0,0,0,0 +261648,0,0,0,0,0 +261649,0,0,0,0,0 +261650,0,0,0,0,0 +261651,0,0,0,0,0 +261652,0,0,0,0,0 +261653,0,0,0,0,0 +261654,0,0,0,0,0 +261655,0,0,0,0,0 +261656,0,0,0,0,0 +261657,0,0,0,0,0 +261658,0,0,0,0,0 +261659,0,0,0,0,0 +261660,0,0,0,0,0 +261661,0,0,0,0,0 +261662,0,0,0,0,0 +261663,0,0,0,0,0 +261664,0,0,0,0,0 +261665,0,0,0,0,0 +261666,0,0,0,0,0 +261667,0,0,0,0,0 +261668,0,0,0,0,0 +261669,0,0,0,0,0 +261670,0,0,0,0,0 +261671,0,0,0,0,0 +261672,0,0,0,0,0 +261673,0,0,0,0,0 +261674,0,0,0,0,0 +261675,0,0,0,0,0 +261676,0,0,0,0,0 +261677,0,0,0,0,0 +261678,0,0,0,0,0 +261679,0,0,0,0,0 +261680,0,0,0,0,0 +261681,0,0,0,0,0 +261682,0,0,0,0,0 +261683,0,0,0,0,0 +261684,0,0,0,0,0 +261685,0,0,0,0,0 +261686,0,0,0,0,0 +261687,0,0,0,0,0 +261688,0,0,0,0,0 +261689,0,0,0,0,0 +261690,0,0,0,0,0 +261691,0,0,0,0,0 +261692,0,0,0,0,0 +261693,0,0,0,0,0 +261694,0,0,0,0,0 +261695,0,0,0,0,0 +261696,0,0,0,0,0 +261697,0,0,0,0,0 +261698,0,0,0,0,0 +261699,0,0,0,0,0 +261700,0,0,0,0,0 +261701,0,0,0,0,0 +261702,0,0,0,0,0 +261703,0,0,0,0,0 +261704,0,0,0,0,0 +261705,0,0,0,0,0 +261706,0,0,0,0,0 +261707,0,0,0,0,0 +261708,0,0,0,0,0 +261709,0,0,0,0,0 +261710,0,0,0,0,0 +261711,0,0,0,0,0 +261712,0,0,0,0,0 +261713,0,0,0,0,0 +261714,0,0,0,0,0 +261715,0,0,0,0,0 +261716,0,0,0,0,0 +261717,0,0,0,0,0 +261718,0,0,0,0,0 +261719,0,0,0,0,0 +261720,0,0,0,0,0 +261721,0,0,0,0,0 +261722,0,0,0,0,0 +261723,0,0,0,0,0 +261724,0,0,0,0,0 +261725,0,0,0,0,0 +261726,0,0,0,0,0 +261727,0,0,0,0,0 +261728,0,0,0,0,0 +261729,0,0,0,0,0 +261730,0,0,0,0,0 +261731,0,0,0,0,0 +261732,0,0,0,0,0 +261733,0,0,0,0,0 +261734,0,0,0,0,0 +261735,0,0,0,0,0 +261736,0,0,0,0,0 +261737,0,0,0,0,0 +261738,0,0,0,0,0 +261739,0,0,0,0,0 +261740,0,0,0,0,0 +261741,0,0,0,0,0 +261742,0,0,0,0,0 +261743,0,0,0,0,0 +261744,0,0,0,0,0 +261745,0,0,0,0,0 +261746,0,0,0,0,0 +261747,0,0,0,0,0 +261748,0,0,0,0,0 +261749,0,0,0,0,0 +261750,0,0,0,0,0 +261751,0,0,0,0,0 +261752,0,0,0,0,0 +261753,0,0,0,0,0 +261754,0,0,0,0,0 +261755,0,0,0,0,0 +261756,0,0,0,0,0 +261757,0,0,0,0,0 +261758,0,0,0,0,0 +261759,0,0,0,0,0 +261760,0,0,0,0,0 +261761,0,0,0,0,0 +261762,0,0,0,0,0 +261763,0,0,0,0,0 +261764,0,0,0,0,0 +261765,0,0,0,0,0 +261766,0,0,0,0,0 +261767,0,0,0,0,0 +261768,0,0,0,0,0 +261769,0,0,0,0,0 +261770,0,0,0,0,0 +261771,0,0,0,0,0 +261772,0,0,0,0,0 +261773,0,0,0,0,0 +261774,0,0,0,0,0 +261775,0,0,0,0,0 +261776,0,0,0,0,0 +261777,0,0,0,0,0 +261778,0,0,0,0,0 +261779,0,0,0,0,0 +261780,0,0,0,0,0 +261781,0,0,0,0,0 +261782,0,0,0,0,0 +261783,0,0,0,0,0 +261784,0,0,0,0,0 +261785,0,0,0,0,0 +261786,0,0,0,0,0 +261787,0,0,0,0,0 +261788,0,0,0,0,0 +261789,0,0,0,0,0 +261790,0,0,0,0,0 +261791,0,0,0,0,0 +261792,0,0,0,0,0 +261793,0,0,0,0,0 +261794,0,0,0,0,0 +261795,0,0,0,0,0 +261796,0,0,0,0,0 +261797,0,0,0,0,0 +261798,0,0,0,0,0 +261799,0,0,0,0,0 +261800,0,0,0,0,0 +261801,0,0,0,0,0 +261802,0,0,0,0,0 +261803,0,0,0,0,0 +261804,0,0,0,0,0 +261805,0,0,0,0,0 +261806,0,0,0,0,0 +261807,0,0,0,0,0 +261808,0,0,0,0,0 +261809,0,0,0,0,0 +261810,0,0,0,0,0 +261811,0,0,0,0,0 +261812,0,0,0,0,0 +261813,0,0,0,0,0 +261814,0,0,0,0,0 +261815,0,0,0,0,0 +261816,0,0,0,0,0 +261817,0,0,0,0,0 +261818,0,0,0,0,0 +261819,0,0,0,0,0 +261820,0,0,0,0,0 +261821,0,0,0,0,0 +261822,0,0,0,0,0 +261823,0,0,0,0,0 +261824,0,0,0,0,0 +261825,0,0,0,0,0 +261826,0,0,0,0,0 +261827,0,0,0,0,0 +261828,0,0,0,0,0 +261829,0,0,0,0,0 +261830,0,0,0,0,0 +261831,0,0,0,0,0 +261832,0,0,0,0,0 +261833,0,0,0,0,0 +261834,0,0,0,0,0 +261835,0,0,0,0,0 +261836,0,0,0,0,0 +261837,0,0,0,0,0 +261838,0,0,0,0,0 +261839,0,0,0,0,0 +261840,0,0,0,0,0 +261841,0,0,0,0,0 +261842,0,0,0,0,0 +261843,0,0,0,0,0 +261844,0,0,0,0,0 +261845,0,0,0,0,0 +261846,0,0,0,0,0 +261847,0,0,0,0,0 +261848,0,0,0,0,0 +261849,0,0,0,0,0 +261850,0,0,0,0,0 +261851,0,0,0,0,0 +261852,0,0,0,0,0 +261853,0,0,0,0,0 +261854,0,0,0,0,0 +261855,0,0,0,0,0 +261856,0,0,0,0,0 +261857,0,0,0,0,0 +261858,0,0,0,0,0 +261859,0,0,0,0,0 +261860,0,0,0,0,0 +261861,0,0,0,0,0 +261862,0,0,0,0,0 +261863,0,0,0,0,0 +261864,0,0,0,0,0 +261865,0,0,0,0,0 +261866,0,0,0,0,0 +261867,0,0,0,0,0 +261868,0,0,0,0,0 +261869,0,0,0,0,0 +261870,0,0,0,0,0 +261871,0,0,0,0,0 +261872,0,0,0,0,0 +261873,0,0,0,0,0 +261874,0,0,0,0,0 +261875,0,0,0,0,0 +261876,0,0,0,0,0 +261877,0,0,0,0,0 +261878,0,0,0,0,0 +261879,0,0,0,0,0 +261880,0,0,0,0,0 +261881,0,0,0,0,0 +261882,0,0,0,0,0 +261883,0,0,0,0,0 +261884,0,0,0,0,0 +261885,0,0,0,0,0 +261886,0,0,0,0,0 +261887,0,0,0,0,0 +261888,0,0,0,0,0 +261889,0,0,0,0,0 +261890,0,0,0,0,0 +261891,0,0,0,0,0 +261892,0,0,0,0,0 +261893,0,0,0,0,0 +261894,0,0,0,0,0 +261895,0,0,0,0,0 +261896,0,0,0,0,0 +261897,0,0,0,0,0 +261898,0,0,0,0,0 +261899,0,0,0,0,0 +261900,0,0,0,0,0 +261901,0,0,0,0,0 +261902,0,0,0,0,0 +261903,0,0,0,0,0 +261904,0,0,0,0,0 +261905,0,0,0,0,0 +261906,0,0,0,0,0 +261907,0,0,0,0,0 +261908,0,0,0,0,0 +261909,0,0,0,0,0 +261910,0,0,0,0,0 +261911,0,0,0,0,0 +261912,0,0,0,0,0 +261913,0,0,0,0,0 +261914,0,0,0,0,0 +261915,0,0,0,0,0 +261916,0,0,0,0,0 +261917,0,0,0,0,0 +261918,0,0,0,0,0 +261919,0,0,0,0,0 +261920,0,0,0,0,0 +261921,0,0,0,0,0 +261922,0,0,0,0,0 +261923,0,0,0,0,0 +261924,0,0,0,0,0 +261925,0,0,0,0,0 +261926,0,0,0,0,0 +261927,0,0,0,0,0 +261928,0,0,0,0,0 +261929,0,0,0,0,0 +261930,0,0,0,0,0 +261931,0,0,0,0,0 +261932,0,0,0,0,0 +261933,0,0,0,0,0 +261934,0,0,0,0,0 +261935,0,0,0,0,0 +261936,0,0,0,0,0 +261937,0,0,0,0,0 +261938,0,0,0,0,0 +261939,0,0,0,0,0 +261940,0,0,0,0,0 +261941,0,0,0,0,0 +261942,0,0,0,0,0 +261943,0,0,0,0,0 +261944,0,0,0,0,0 +261945,0,0,0,0,0 +261946,0,0,0,0,0 +261947,0,0,0,0,0 +261948,0,0,0,0,0 +261949,0,0,0,0,0 +261950,0,0,0,0,0 +261951,0,0,0,0,0 +261952,0,0,0,0,0 +261953,0,0,0,0,0 +261954,0,0,0,0,0 +261955,0,0,0,0,0 +261956,0,0,0,0,0 +261957,0,0,0,0,0 +261958,0,0,0,0,0 +261959,0,0,0,0,0 +261960,0,0,0,0,0 +261961,0,0,0,0,0 +261962,0,0,0,0,0 +261963,0,0,0,0,0 +261964,0,0,0,0,0 +261965,0,0,0,0,0 +261966,0,0,0,0,0 +261967,0,0,0,0,0 +261968,0,0,0,0,0 +261969,0,0,0,0,0 +261970,0,0,0,0,0 +261971,0,0,0,0,0 +261972,0,0,0,0,0 +261973,0,0,0,0,0 +261974,0,0,0,0,0 +261975,0,0,0,0,0 +261976,0,0,0,0,0 +261977,0,0,0,0,0 +261978,0,0,0,0,0 +261979,0,0,0,0,0 +261980,0,0,0,0,0 +261981,0,0,0,0,0 +261982,0,0,0,0,0 +261983,0,0,0,0,0 +261984,0,0,0,0,0 +261985,0,0,0,0,0 +261986,0,0,0,0,0 +261987,0,0,0,0,0 +261988,0,0,0,0,0 +261989,0,0,0,0,0 +261990,0,0,0,0,0 +261991,0,0,0,0,0 +261992,0,0,0,0,0 +261993,0,0,0,0,0 +261994,0,0,0,0,0 +261995,0,0,0,0,0 +261996,0,0,0,0,0 +261997,0,0,0,0,0 +261998,0,0,0,0,0 +261999,0,0,0,0,0 +262000,0,0,0,0,0 +262001,0,0,0,0,0 +262002,0,0,0,0,0 +262003,0,0,0,0,0 +262004,0,0,0,0,0 +262005,0,0,0,0,0 +262006,0,0,0,0,0 +262007,0,0,0,0,0 +262008,0,0,0,0,0 +262009,0,0,0,0,0 +262010,0,0,0,0,0 +262011,0,0,0,0,0 +262012,0,0,0,0,0 +262013,0,0,0,0,0 +262014,0,0,0,0,0 +262015,0,0,0,0,0 +262016,0,0,0,0,0 +262017,0,0,0,0,0 +262018,0,0,0,0,0 +262019,0,0,0,0,0 +262020,0,0,0,0,0 +262021,0,0,0,0,0 +262022,0,0,0,0,0 +262023,0,0,0,0,0 +262024,0,0,0,0,0 +262025,0,0,0,0,0 +262026,0,0,0,0,0 +262027,0,0,0,0,0 +262028,0,0,0,0,0 +262029,0,0,0,0,0 +262030,0,0,0,0,0 +262031,0,0,0,0,0 +262032,0,0,0,0,0 +262033,0,0,0,0,0 +262034,0,0,0,0,0 +262035,0,0,0,0,0 +262036,0,0,0,0,0 +262037,0,0,0,0,0 +262038,0,0,0,0,0 +262039,0,0,0,0,0 +262040,0,0,0,0,0 +262041,0,0,0,0,0 +262042,0,0,0,0,0 +262043,0,0,0,0,0 +262044,0,0,0,0,0 +262045,0,0,0,0,0 +262046,0,0,0,0,0 +262047,0,0,0,0,0 +262048,0,0,0,0,0 +262049,0,0,0,0,0 +262050,0,0,0,0,0 +262051,0,0,0,0,0 +262052,0,0,0,0,0 +262053,0,0,0,0,0 +262054,0,0,0,0,0 +262055,0,0,0,0,0 +262056,0,0,0,0,0 +262057,0,0,0,0,0 +262058,0,0,0,0,0 +262059,0,0,0,0,0 +262060,0,0,0,0,0 +262061,0,0,0,0,0 +262062,0,0,0,0,0 +262063,0,0,0,0,0 +262064,0,0,0,0,0 +262065,0,0,0,0,0 +262066,0,0,0,0,0 +262067,0,0,0,0,0 +262068,0,0,0,0,0 +262069,0,0,0,0,0 +262070,0,0,0,0,0 +262071,0,0,0,0,0 +262072,0,0,0,0,0 +262073,0,0,0,0,0 +262074,0,0,0,0,0 +262075,0,0,0,0,0 +262076,0,0,0,0,0 +262077,0,0,0,0,0 +262078,0,0,0,0,0 +262079,0,0,0,0,0 +262080,0,0,0,0,0 +262081,0,0,0,0,0 +262082,0,0,0,0,0 +262083,0,0,0,0,0 +262084,0,0,0,0,0 +262085,0,0,0,0,0 +262086,0,0,0,0,0 +262087,0,0,0,0,0 +262088,0,0,0,0,0 +262089,0,0,0,0,0 +262090,0,0,0,0,0 +262091,0,0,0,0,0 +262092,0,0,0,0,0 +262093,0,0,0,0,0 +262094,0,0,0,0,0 +262095,0,0,0,0,0 +262096,0,0,0,0,0 +262097,0,0,0,0,0 +262098,0,0,0,0,0 +262099,0,0,0,0,0 +262100,0,0,0,0,0 +262101,0,0,0,0,0 +262102,0,0,0,0,0 +262103,0,0,0,0,0 +262104,0,0,0,0,0 +262105,0,0,0,0,0 +262106,0,0,0,0,0 +262107,0,0,0,0,0 +262108,0,0,0,0,0 +262109,0,0,0,0,0 +262110,0,0,0,0,0 +262111,0,0,0,0,0 +262112,0,0,0,0,0 +262113,0,0,0,0,0 +262114,0,0,0,0,0 +262115,0,0,0,0,0 +262116,0,0,0,0,0 +262117,0,0,0,0,0 +262118,0,0,0,0,0 +262119,0,0,0,0,0 +262120,0,0,0,0,0 +262121,0,0,0,0,0 +262122,0,0,0,0,0 +262123,0,0,0,0,0 +262124,0,0,0,0,0 +262125,0,0,0,0,0 +262126,0,0,0,0,0 +262127,0,0,0,0,0 +262128,0,0,0,0,0 +262129,0,0,0,0,0 +262130,0,0,0,0,0 +262131,0,0,0,0,0 +262132,0,0,0,0,0 +262133,0,0,0,0,0 +262134,0,0,0,0,0 +262135,0,0,0,0,0 +262136,0,0,0,0,0 +262137,0,0,0,0,0 +262138,0,0,0,0,0 +262139,0,0,0,0,0 +262140,0,0,0,0,0 +262141,0,0,0,0,0 +262142,0,0,0,0,0 +262143,0,0,0,0,0 +262144,0,0,0,0,0 +262145,0,0,0,0,0 +262146,0,0,0,0,0 +262147,0,0,0,0,0 +262148,0,0,0,0,0 +262149,0,0,0,0,0 +262150,0,0,0,0,0 +262151,0,0,0,0,0 +262152,0,0,0,0,0 +262153,0,0,0,0,0 +262154,0,0,0,0,0 +262155,0,0,0,0,0 +262156,0,0,0,0,0 +262157,0,0,0,0,0 +262158,0,0,0,0,0 +262159,0,0,0,0,0 +262160,0,0,0,0,0 +262161,0,0,0,0,0 +262162,0,0,0,0,0 +262163,0,0,0,0,0 +262164,0,0,0,0,0 +262165,0,0,0,0,0 +262166,0,0,0,0,0 +262167,0,0,0,0,0 +262168,0,0,0,0,0 +262169,0,0,0,0,0 +262170,0,0,0,0,0 +262171,0,0,0,0,0 +262172,0,0,0,0,0 +262173,0,0,0,0,0 +262174,0,0,0,0,0 +262175,0,0,0,0,0 +262176,0,0,0,0,0 +262177,0,0,0,0,0 +262178,0,0,0,0,0 +262179,0,0,0,0,0 +262180,0,0,0,0,0 +262181,0,0,0,0,0 +262182,0,0,0,0,0 +262183,0,0,0,0,0 +262184,0,0,0,0,0 +262185,0,0,0,0,0 +262186,0,0,0,0,0 +262187,0,0,0,0,0 +262188,0,0,0,0,0 +262189,0,0,0,0,0 +262190,0,0,0,0,0 +262191,0,0,0,0,0 +262192,0,0,0,0,0 +262193,0,0,0,0,0 +262194,0,0,0,0,0 +262195,0,0,0,0,0 +262196,0,0,0,0,0 +262197,0,0,0,0,0 +262198,0,0,0,0,0 +262199,0,0,0,0,0 +262200,0,0,0,0,0 +262201,0,0,0,0,0 +262202,0,0,0,0,0 +262203,0,0,0,0,0 +262204,0,0,0,0,0 +262205,0,0,0,0,0 +262206,0,0,0,0,0 +262207,0,0,0,0,0 +262208,0,0,0,0,0 +262209,0,0,0,0,0 +262210,0,0,0,0,0 +262211,0,0,0,0,0 +262212,0,0,0,0,0 +262213,0,0,0,0,0 +262214,0,0,0,0,0 +262215,0,0,0,0,0 +262216,0,0,0,0,0 +262217,0,0,0,0,0 +262218,0,0,0,0,0 +262219,0,0,0,0,0 +262220,0,0,0,0,0 +262221,0,0,0,0,0 +262222,0,0,0,0,0 +262223,0,0,0,0,0 +262224,0,0,0,0,0 +262225,0,0,0,0,0 +262226,0,0,0,0,0 +262227,0,0,0,0,0 +262228,0,0,0,0,0 +262229,0,0,0,0,0 +262230,0,0,0,0,0 +262231,0,0,0,0,0 +262232,0,0,0,0,0 +262233,0,0,0,0,0 +262234,0,0,0,0,0 +262235,0,0,0,0,0 +262236,0,0,0,0,0 +262237,0,0,0,0,0 +262238,0,0,0,0,0 +262239,0,0,0,0,0 +262240,0,0,0,0,0 +262241,0,0,0,0,0 +262242,0,0,0,0,0 +262243,0,0,0,0,0 +262244,0,0,0,0,0 +262245,0,0,0,0,0 +262246,0,0,0,0,0 +262247,0,0,0,0,0 +262248,0,0,0,0,0 +262249,0,0,0,0,0 +262250,0,0,0,0,0 +262251,0,0,0,0,0 +262252,0,0,0,0,0 +262253,0,0,0,0,0 +262254,0,0,0,0,0 +262255,0,0,0,0,0 +262256,0,0,0,0,0 +262257,0,0,0,0,0 +262258,0,0,0,0,0 +262259,0,0,0,0,0 +262260,0,0,0,0,0 +262261,0,0,0,0,0 +262262,0,0,0,0,0 +262263,0,0,0,0,0 +262264,0,0,0,0,0 +262265,0,0,0,0,0 +262266,0,0,0,0,0 +262267,0,0,0,0,0 +262268,0,0,0,0,0 +262269,0,0,0,0,0 +262270,0,0,0,0,0 +262271,0,0,0,0,0 +262272,0,0,0,0,0 +262273,0,0,0,0,0 +262274,0,0,0,0,0 +262275,0,0,0,0,0 +262276,0,0,0,0,0 +262277,0,0,0,0,0 +262278,0,0,0,0,0 +262279,0,0,0,0,0 +262280,0,0,0,0,0 +262281,0,0,0,0,0 +262282,0,0,0,0,0 +262283,0,0,0,0,0 +262284,0,0,0,0,0 +262285,0,0,0,0,0 +262286,0,0,0,0,0 +262287,0,0,0,0,0 +262288,0,0,0,0,0 +262289,0,0,0,0,0 +262290,0,0,0,0,0 +262291,0,0,0,0,0 +262292,0,0,0,0,0 +262293,0,0,0,0,0 +262294,0,0,0,0,0 +262295,0,0,0,0,0 +262296,0,0,0,0,0 +262297,0,0,0,0,0 +262298,0,0,0,0,0 +262299,0,0,0,0,0 +262300,0,0,0,0,0 +262301,0,0,0,0,0 +262302,0,0,0,0,0 +262303,0,0,0,0,0 +262304,0,0,0,0,0 +262305,0,0,0,0,0 +262306,0,0,0,0,0 +262307,0,0,0,0,0 +262308,0,0,0,0,0 +262309,0,0,0,0,0 +262310,0,0,0,0,0 +262311,0,0,0,0,0 +262312,0,0,0,0,0 +262313,0,0,0,0,0 +262314,0,0,0,0,0 +262315,0,0,0,0,0 +262316,0,0,0,0,0 +262317,0,0,0,0,0 +262318,0,0,0,0,0 +262319,0,0,0,0,0 +262320,0,0,0,0,0 +262321,0,0,0,0,0 +262322,0,0,0,0,0 +262323,0,0,0,0,0 +262324,0,0,0,0,0 +262325,0,0,0,0,0 +262326,0,0,0,0,0 +262327,0,0,0,0,0 +262328,0,0,0,0,0 +262329,0,0,0,0,0 +262330,0,0,0,0,0 +262331,0,0,0,0,0 +262332,0,0,0,0,0 +262333,0,0,0,0,0 +262334,0,0,0,0,0 +262335,0,0,0,0,0 +262336,0,0,0,0,0 +262337,0,0,0,0,0 +262338,0,0,0,0,0 +262339,0,0,0,0,0 +262340,0,0,0,0,0 +262341,0,0,0,0,0 +262342,0,0,0,0,0 +262343,0,0,0,0,0 +262344,0,0,0,0,0 +262345,0,0,0,0,0 +262346,0,0,0,0,0 +262347,0,0,0,0,0 +262348,0,0,0,0,0 +262349,0,0,0,0,0 +262350,0,0,0,0,0 +262351,0,0,0,0,0 +262352,0,0,0,0,0 +262353,0,0,0,0,0 +262354,0,0,0,0,0 +262355,0,0,0,0,0 +262356,0,0,0,0,0 +262357,0,0,0,0,0 +262358,0,0,0,0,0 +262359,0,0,0,0,0 +262360,0,0,0,0,0 +262361,0,0,0,0,0 +262362,0,0,0,0,0 +262363,0,0,0,0,0 +262364,0,0,0,0,0 +262365,0,0,0,0,0 +262366,0,0,0,0,0 +262367,0,0,0,0,0 +262368,0,0,0,0,0 +262369,0,0,0,0,0 +262370,0,0,0,0,0 +262371,0,0,0,0,0 +262372,0,0,0,0,0 +262373,0,0,0,0,0 +262374,0,0,0,0,0 +262375,0,0,0,0,0 +262376,0,0,0,0,0 +262377,0,0,0,0,0 +262378,0,0,0,0,0 +262379,0,0,0,0,0 +262380,0,0,0,0,0 +262381,0,0,0,0,0 +262382,0,0,0,0,0 +262383,0,0,0,0,0 +262384,0,0,0,0,0 +262385,0,0,0,0,0 +262386,0,0,0,0,0 +262387,0,0,0,0,0 +262388,0,0,0,0,0 +262389,0,0,0,0,0 +262390,0,0,0,0,0 +262391,0,0,0,0,0 +262392,0,0,0,0,0 +262393,0,0,0,0,0 +262394,0,0,0,0,0 +262395,0,0,0,0,0 +262396,0,0,0,0,0 +262397,0,0,0,0,0 +262398,0,0,0,0,0 +262399,0,0,0,0,0 +262400,0,0,0,0,0 +262401,0,0,0,0,0 +262402,0,0,0,0,0 +262403,0,0,0,0,0 +262404,0,0,0,0,0 +262405,0,0,0,0,0 +262406,0,0,0,0,0 +262407,0,0,0,0,0 +262408,0,0,0,0,0 +262409,0,0,0,0,0 +262410,0,0,0,0,0 +262411,0,0,0,0,0 +262412,0,0,0,0,0 +262413,0,0,0,0,0 +262414,0,0,0,0,0 +262415,0,0,0,0,0 +262416,0,0,0,0,0 +262417,0,0,0,0,0 +262418,0,0,0,0,0 +262419,0,0,0,0,0 +262420,0,0,0,0,0 +262421,0,0,0,0,0 +262422,0,0,0,0,0 +262423,0,0,0,0,0 +262424,0,0,0,0,0 +262425,0,0,0,0,0 +262426,0,0,0,0,0 +262427,0,0,0,0,0 +262428,0,0,0,0,0 +262429,0,0,0,0,0 +262430,0,0,0,0,0 +262431,0,0,0,0,0 +262432,0,0,0,0,0 +262433,0,0,0,0,0 +262434,0,0,0,0,0 +262435,0,0,0,0,0 +262436,0,0,0,0,0 +262437,0,0,0,0,0 +262438,0,0,0,0,0 +262439,0,0,0,0,0 +262440,0,0,0,0,0 +262441,0,0,0,0,0 +262442,0,0,0,0,0 +262443,0,0,0,0,0 +262444,0,0,0,0,0 +262445,0,0,0,0,0 +262446,0,0,0,0,0 +262447,0,0,0,0,0 +262448,0,0,0,0,0 +262449,0,0,0,0,0 +262450,0,0,0,0,0 +262451,0,0,0,0,0 +262452,0,0,0,0,0 +262453,0,0,0,0,0 +262454,0,0,0,0,0 +262455,0,0,0,0,0 +262456,0,0,0,0,0 +262457,0,0,0,0,0 +262458,0,0,0,0,0 +262459,0,0,0,0,0 +262460,0,0,0,0,0 +262461,0,0,0,0,0 +262462,0,0,0,0,0 +262463,0,0,0,0,0 +262464,0,0,0,0,0 +262465,0,0,0,0,0 +262466,0,0,0,0,0 +262467,0,0,0,0,0 +262468,0,0,0,0,0 +262469,0,0,0,0,0 +262470,0,0,0,0,0 +262471,0,0,0,0,0 +262472,0,0,0,0,0 +262473,0,0,0,0,0 +262474,0,0,0,0,0 +262475,0,0,0,0,0 +262476,0,0,0,0,0 +262477,0,0,0,0,0 +262478,0,0,0,0,0 +262479,0,0,0,0,0 +262480,0,0,0,0,0 +262481,0,0,0,0,0 +262482,0,0,0,0,0 +262483,0,0,0,0,0 +262484,0,0,0,0,0 +262485,0,0,0,0,0 +262486,0,0,0,0,0 +262487,0,0,0,0,0 +262488,0,0,0,0,0 +262489,0,0,0,0,0 +262490,0,0,0,0,0 +262491,0,0,0,0,0 +262492,0,0,0,0,0 +262493,0,0,0,0,0 +262494,0,0,0,0,0 +262495,0,0,0,0,0 +262496,0,0,0,0,0 +262497,0,0,0,0,0 +262498,0,0,0,0,0 +262499,0,0,0,0,0 +262500,0,0,0,0,0 +262501,1839.447828,2737.420172,1215.065907,1463.934342,0 +262502,1583.754724,3056.817847,1439.789708,0,0 +262503,0,2138.129971,1409.841385,0,0 +262504,0,0,1381.398533,38.66505579,0 +262505,140.4456435,793.2481033,1354.877452,298.6470169,0 +262506,588.9785082,1253.924899,1333.533275,125.751572,0 +262507,233.8866899,825.7550796,1316.218349,158.8143616,0 +262508,326.088148,907.4706444,1301.759512,162.3121465,0 +262509,327.7732222,910.9337425,1289.821633,163.2181021,0 +262510,329.500731,915.0258345,1280.160337,164.041928,0 +262511,331.3277049,919.3320004,1272.302708,165.1722379,0 +262512,333.1976271,924.0616266,1265.986017,166.0735941,0 +262513,335.1302226,928.903735,1260.982127,167.1025641,0 +262514,337.1468505,934.0203311,1257.092056,168.1318447,0 +262515,339.1501237,939.3888689,1254.144514,169.179886,0 +262516,341.2689974,944.7403843,1251.993995,170.2453615,0 +262517,343.4141381,950.5523179,1250.517918,171.3266705,0 +262518,345.643158,956.3430632,1249.613391,172.4237209,0 +262519,347.8517506,962.3571614,1249.193895,173.5351926,0 +262520,350.1734232,968.4516491,1249.186732,174.661366,0 +262521,352.5165363,974.8415618,1249.530725,175.8011791,0 +262522,354.9406278,981.2889951,1250.174293,176.9551359,0 +262523,357.338785,987.7690965,1251.073913,178.1223298,0 +262524,359.8483604,1000.707095,1252.192577,179.4272329,0 +262525,367.4984091,1008.322678,1253.500735,183.1859497,0 +262526,370.6235519,1017.975479,1254.893441,185.0927904,0 +262527,373.6105376,1027.978739,1256.378337,186.4375914,0 +262528,376.5759464,1038.126055,1257.977647,187.8811615,0 +262529,379.4755882,1048.396629,1259.695476,189.2890413,0 +262530,382.1578863,1058.714467,1261.499096,190.6937655,0 +262531,385.6673775,1067.76491,1263.389699,192.1809985,0 +262532,388.4305393,1076.326697,1265.327705,193.68622,0 +262533,391.5768257,1084.948928,1267.265929,195.2020613,0 +262534,394.6648179,1093.606885,1269.186247,196.7276784,0 +262535,397.8131767,1102.079793,1271.08476,198.2618433,0 +262536,400.9062202,1110.57431,1272.962204,199.8050387,0 +262537,404.0940478,1119.022875,1274.819715,201.2190195,0 +262538,407.2759034,1131.153703,1276.657845,202.9911558,0 +262539,410.5168029,1136.299706,1278.477953,204.4523099,0 +262540,413.6991802,1149.750635,1280.277604,206.0540831,0 +262541,416.9763816,1151.803294,1282.0601,207.637587,0 +262542,420.2788509,1170.190737,1283.82135,209.2299971,0 +262543,423.5214007,1164.616915,1285.567277,210.8293831,0 +262544,426.8629056,1163.699928,1287.28924,212.4365802,0 +262545,430.1917063,1195.08652,1288.967867,214.0506628,0 +262546,433.5813416,1190.745851,1290.6282,215.6721615,0 +262547,436.9012409,1201.734031,1292.278103,217.3001936,0 +262548,440.3207865,1209.957592,1293.91842,219.0809066,0 +262549,443.7251087,1217.93911,1295.542948,220.4965857,0 +262550,447.1899866,1225.982555,1297.149622,222.2567529,0 +262551,450.5807764,1234.188438,1298.737543,223.885015,0 +262552,454.0723238,1242.022895,1300.30595,225.5449464,0 +262553,457.5461906,1249.969214,1302.029502,227.0569584,0 +262554,461.0437045,1258.045772,1303.554296,228.9655612,0 +262555,464.592676,1265.672797,1305.057241,230.5241043,0 +262556,468.0664167,1273.793754,1306.53935,232.2348097,0 +262557,471.6384778,1281.551636,1307.979712,233.9227105,0 +262558,475.1926076,1289.32189,1309.392959,235.6166205,0 +262559,478.8046316,1297.060525,1310.798845,237.315044,0 +262560,482.3363894,1304.849044,1312.190287,239.0187564,0 +262561,486.7663692,1312.765022,1313.56337,241.0133492,0 +262562,491.0317352,1320.668593,1314.924441,242.9682291,0 +262563,495.3492357,1328.536563,1316.278698,244.8067082,0 +262564,499.5878997,1336.45213,1317.627672,246.8788302,0 +262565,503.9350531,1344.122483,1318.97014,248.8604416,0 +262566,508.2650095,1351.858346,1320.303706,250.8402352,0 +262567,512.6589071,1359.690347,1321.626176,252.7049373,0 +262568,516.9686082,1367.391608,1322.935639,254.8023903,0 +262569,521.3875858,1374.917951,1324.209639,256.8084046,0 +262570,525.7861258,1382.580664,1325.46174,258.8116122,0 +262571,529.8313914,1390.123674,1326.710133,260.6461182,0 +262572,534.8488347,1397.726107,1327.947036,262.9262298,0 +262573,539.0113468,1404.979511,1329.168529,264.8087689,0 +262574,543.5025673,1412.603049,1330.371527,266.8635679,0 +262575,548.0504059,1419.909577,1331.555098,268.8901,0 +262576,552.5576098,1427.264414,1332.718112,270.9226749,0 +262577,556.9656921,1434.647255,1333.859971,272.9591306,0 +262578,561.5918692,1441.765511,1334.980165,275.0003699,0 +262579,566.0885109,1449.03508,1336.078295,277.045518,0 +262580,570.6483067,1456.087823,1337.133856,279.0952556,0 +262581,575.212739,1463.332669,1338.161299,281.1486572,0 +262582,579.7908923,1470.419014,1339.178677,283.2064054,0 +262583,584.380885,1477.314866,1340.178977,285.2677224,0 +262584,588.9384702,1484.349976,1341.158604,287.3332086,0 +262585,593.6704165,1491.254017,1342.115813,289.402072,0 +262586,598.1906763,1498.124465,1343.049687,291.4749485,0 +262587,602.8261274,1505.039887,1343.959666,293.5510465,0 +262588,607.5424941,1511.575295,1344.845604,295.6310001,0 +262589,612.1681232,1518.507002,1345.707246,297.7140283,0 +262590,616.8994166,1525.093594,1346.525672,299.8007912,0 +262591,621.5004321,1531.570913,1347.31489,301.9241907,0 +262592,626.3544265,1537.955118,1348.089345,303.85208,0 +262593,631.0626046,1544.270736,1348.840792,306.3067841,0 +262594,635.7874697,1552.731309,1349.565504,308.2894119,0 +262595,640.6932862,1559.45514,1350.262682,310.4751401,0 +262596,645.3644472,1564.644856,1350.931488,312.8389507,0 +262597,650.2115499,1573.870256,1351.571798,314.6663993,0 +262598,654.9609996,1574.227124,1352.185198,316.9899583,0 +262599,659.8598005,1568.501478,1352.769013,319.1362563,0 +262600,664.649972,1594.826868,1353.305242,321.2684834,0 +262601,669.5503065,1590.09731,1353.818381,323.4538925,0 +262602,674.2643701,1598.166204,1354.310778,325.6219272,0 +262603,679.2439773,1603.867391,1354.783923,327.8186488,0 +262604,684.0606064,1609.479856,1355.232869,329.9620597,0 +262605,691.4343902,1607.480585,1355.656517,335.5880492,0 +262606,696.6187119,1611.49284,1355.910891,338.3243577,0 +262607,701.7887683,1616.345221,1356.043087,340.8362573,0 +262608,706.6567002,1620.946168,1356.12512,343.2838814,0 +262609,711.6859167,1625.783032,1356.196273,345.6448349,0 +262610,716.5913655,1630.514486,1356.268117,348.0410214,0 +262611,721.6440722,1635.132674,1356.321777,350.4018438,0 +262612,726.5657501,1639.966963,1356.366892,352.7809205,0 +262613,731.5957835,1644.535605,1356.41534,355.0916525,0 +262614,736.4122297,1649.252266,1356.458338,357.4503713,0 +262615,741.5090802,1653.651753,1356.491343,359.8053711,0 +262616,746.4179438,1658.230627,1356.511749,362.0963126,0 +262617,751.391817,1662.666934,1356.517883,364.4389832,0 +262618,756.3570411,1666.955703,1356.508621,366.754121,0 +262619,761.2628689,1671.406159,1356.483025,368.8458588,0 +262620,766.3824739,1675.598833,1356.440478,371.5022117,0 +262621,770.6291532,1679.849433,1356.364079,373.4224057,0 +262622,775.3117401,1683.779183,1356.262652,375.6023546,0 +262623,779.8031548,1687.887734,1356.147745,377.7505194,0 +262624,784.3978012,1691.843131,1356.011814,379.9252843,0 +262625,789.0018213,1695.757103,1355.852176,382.030782,0 +262626,793.6094951,1699.612782,1355.668116,384.1919947,0 +262627,798.1261784,1703.302963,1355.459798,386.3243854,0 +262628,802.8412529,1707.196685,1355.227519,388.4576894,0 +262629,807.2471549,1710.796156,1354.971815,390.6130322,0 +262630,811.8808531,1714.537929,1354.692804,392.6982178,0 +262631,816.4690562,1718.058646,1354.391065,394.8399585,0 +262632,821.0661749,1726.906988,1354.051055,396.9535707,0 +262633,825.5757404,1716.872456,1353.687734,399.0679899,0 +262634,830.2190589,1755.640407,1353.307952,401.2062042,0 +262635,834.715278,1696.64988,1352.92374,403.2722013,0 +262636,839.2897858,1751.73511,1352.496256,405.3972286,0 +262637,843.9513074,1734.169837,1352.07264,407.4931997,0 +262638,848.4363661,1741.2566,1351.614862,409.5908721,0 +262639,852.9900586,1744.127167,1351.140234,411.7129143,0 +262640,857.612899,1747.207664,1350.64445,413.7610152,0 +262641,862.1016537,1750.126069,1350.128289,415.8698431,0 +262642,866.6636731,1752.997021,1349.591859,417.9494184,0 +262643,871.2557341,1755.804101,1349.020827,420.0302912,0 +262644,875.8301314,1758.547927,1348.427613,422.1081537,0 +262645,880.3247156,1761.227841,1347.824895,424.2110378,0 +262646,885.0185437,1763.843886,1347.207091,426.2386066,0 +262647,889.3890294,1766.396505,1346.571963,428.3280932,0 +262648,894.0624066,1768.884813,1345.918508,430.3878683,0 +262649,898.4542314,1771.419094,1345.246669,432.4489651,0 +262650,903.1785732,1773.616507,1344.556406,434.5070191,0 +262651,907.5205714,1775.792092,1343.847954,436.5588136,0 +262652,911.9640383,1777.653342,1343.117851,438.5262687,0 +262653,916.4860643,1779.718791,1342.363916,440.5538059,0 +262654,920.8504633,1781.460158,1341.585872,442.5481133,0 +262655,925.2559302,1783.219796,1340.784204,444.5413918,0 +262656,929.755455,1784.88515,1339.945977,446.5293915,0 +262657,934.0989057,1786.47312,1339.084147,448.5423427,0 +262658,938.4830348,1787.986259,1338.211303,450.4727333,0 +262659,942.9614703,1789.423759,1337.321204,452.4675645,0 +262660,947.284971,1790.787212,1336.413715,454.4289528,0 +262661,951.6498263,1792.076518,1335.488752,456.3899886,0 +262662,956.1074691,1793.292414,1334.544966,458.3461044,0 +262663,960.4109516,1794.435315,1333.584084,460.2967813,0 +262664,964.7565477,1795.50541,1332.605475,462.2741173,0 +262665,969.1168377,1796.503014,1331.610957,464.1662628,0 +262666,973.5184366,1797.42867,1330.599791,466.1256262,0 +262667,977.7851488,1798.282295,1329.573659,468.0503699,0 +262668,982.2146202,1799.064399,1328.531678,469.9755448,0 +262669,986.5569988,1799.775228,1327.475613,471.8954364,0 +262670,990.7419154,1800.41483,1326.404535,473.8104966,0 +262671,995.1966623,1800.983357,1325.306787,475.7202327,0 +262672,999.4278126,1801.594564,1324.193168,477.6574682,0 +262673,1003.63243,1801.856232,1323.076293,479.5079145,0 +262674,1008.045583,1802.294454,1321.949647,481.4271578,0 +262675,1012.353922,1802.563056,1320.812801,483.3113243,0 +262676,1016.585719,1802.778882,1319.663674,485.1960944,0 +262677,1020.842729,1802.925265,1318.502367,487.0756694,0 +262678,1025.105141,1803.00156,1317.329533,488.9505038,0 +262679,1029.362762,1803.008047,1316.14574,490.8201163,0 +262680,1033.61453,1802.945047,1314.951404,492.7184179,0 +262681,1038.571742,1802.887469,1313.746869,494.7979261,0 +262682,1043.323656,1802.787924,1312.538875,496.8830719,0 +262683,1048.058398,1802.628057,1311.331201,498.9287336,0 +262684,1053.60007,1802.402995,1310.124853,500.9774701,0 +262685,1059.714345,1802.111738,1308.919506,503.0233921,0 +262686,1062.113292,1801.754612,1307.714335,505.0678437,0 +262687,1070.856279,1801.330955,1306.509568,507.108754,0 +262688,1069.722098,1800.725847,1305.304598,509.1806392,0 +262689,1083.993819,1800.335592,1304.081985,511.1635075,0 +262690,1074.051837,1799.632015,1302.861044,513.2220633,0 +262691,1080.536712,1798.962114,1301.638771,515.2457354,0 +262692,1095.281058,1798.208669,1300.244775,517.2723605,0 +262693,1093.711681,1797.388271,1299.030921,519.2957704,0 +262694,1100.005449,1796.502039,1297.811548,521.316268,0 +262695,1104.600474,1795.549309,1296.591426,523.333413,0 +262696,1109.360746,1794.530482,1295.367949,525.3835733,0 +262697,1114.038286,1793.445208,1294.141661,526.9774623,0 +262698,1118.725216,1792.293889,1292.912852,529.5647629,0 +262699,1123.406958,1791.075757,1291.682228,531.2878411,0 +262700,1128.17284,1789.791593,1290.449795,533.3520274,0 +262701,1132.707746,1788.440678,1289.216229,535.3498754,0 +262702,1137.353217,1787.023379,1287.981701,537.3450143,0 +262703,1142.136229,1785.539291,1286.746703,539.2993929,0 +262704,1146.724486,1783.988861,1285.511568,541.3438963,0 +262705,1151.389115,1782.371051,1284.276596,543.3374977,0 +262706,1156.124909,1780.687125,1283.042186,545.2679166,0 +262707,1160.622088,1778.935698,1281.808703,547.2735801,0 +262708,1165.325742,1777.117818,1280.576429,549.2409801,0 +262709,1169.934014,1775.344976,1279.345838,551.2109779,0 +262710,1174.554697,1773.230375,1278.105455,553.1400189,0 +262711,1179.113547,1771.168209,1276.866227,555.1442426,0 +262712,1183.562998,1768.804591,1275.637005,557.0562901,0 +262713,1188.331409,1766.65276,1274.41224,558.9975879,0 +262714,1192.637227,1764.183427,1273.190324,560.9272899,0 +262715,1197.015748,1761.736475,1271.97063,562.8903126,0 +262716,1201.694595,1759.198544,1270.753649,564.7118734,0 +262717,1206.201449,1756.588067,1269.539939,566.7145214,0 +262718,1210.462936,1753.905586,1268.32998,568.5875257,0 +262719,1215.126179,1751.151622,1267.124173,570.4981092,0 +262720,1219.697663,1748.327176,1265.923264,572.3970242,0 +262721,1223.778463,1745.431827,1264.727648,574.2907074,0 +262722,1228.483819,1742.467202,1263.53762,576.1794013,0 +262723,1232.910566,1739.322358,1262.354007,578.062828,0 +262724,1237.009365,1736.377141,1261.177003,579.9019637,0 +262725,1241.759226,1733.127754,1260.007115,581.835008,0 +262726,1246.095187,1749.268997,1258.844528,583.7133863,0 +262727,1250.276109,1698.328639,1257.696303,585.521929,0 +262728,1254.940733,1737.173445,1256.538956,587.4101999,0 +262729,1259.166067,1716.666372,1255.410646,589.2558399,0 +262730,1263.372828,1716.22651,1254.280397,591.1033982,0 +262731,1267.888222,1712.573068,1253.163155,592.9048929,0 +262732,1272.231879,1709.087214,1252.055797,594.80404,0 +262733,1276.329171,1705.3099,1250.95913,596.6050763,0 +262734,1280.827409,1701.561029,1249.873367,598.4389623,0 +262735,1284.915638,1697.840434,1248.799256,600.2605576,0 +262736,1289.497549,1693.790401,1247.73695,602.0771288,0 +262737,1293.404456,1689.912227,1246.687115,603.8884406,0 +262738,1297.836864,1685.877664,1245.649895,605.6133405,0 +262739,1302.018794,1681.798042,1244.626007,607.4189716,0 +262740,1306.37364,1677.549652,1243.615688,609.3202473,0 +262741,1309.379471,1673.197009,1242.619546,610.6295459,0 +262742,1312.25486,1668.362577,1241.6211,611.9445288,0 +262743,1315.082452,1663.656915,1240.60888,613.2326969,0 +262744,1317.877243,1658.738089,1239.58012,614.5077659,0 +262745,1320.645519,1653.884579,1238.537307,615.7719941,0 +262746,1323.388305,1648.838522,1237.486037,617.0257805,0 +262747,1326.105627,1643.707495,1236.428693,618.2690555,0 +262748,1328.906435,1638.733538,1235.369688,619.5032507,0 +262749,1331.415826,1633.464846,1234.312001,620.7278468,0 +262750,1334.145838,1628.329356,1233.257381,621.9432534,0 +262751,1336.755394,1622.862165,1232.207806,623.1066362,0 +262752,1339.360825,1617.559736,1231.164838,624.3690322,0 +262753,1341.944949,1612.003072,1230.130256,625.524978,0 +262754,1344.507898,1606.658209,1229.105419,626.7119832,0 +262755,1347.049881,1601.035078,1228.091823,627.8828843,0 +262756,1349.571194,1595.444554,1227.090568,629.0886807,0 +262757,1352.071987,1589.783612,1226.102836,630.1765295,0 +262758,1354.552488,1583.966088,1225.129575,631.3547211,0 +262759,1357.012847,1578.340205,1224.171734,632.48425,0 +262760,1359.345574,1572.448365,1223.230229,633.6128138,0 +262761,1361.932507,1588.445497,1222.287718,634.7328188,0 +262762,1364.25708,1528.662061,1221.374574,635.8449828,0 +262763,1366.667282,1570.582262,1220.453552,636.9491425,0 +262764,1369.050796,1545.08992,1219.585069,638.0452245,0 +262765,1371.527931,1542.459019,1218.736844,639.1333731,0 +262766,1373.712929,1536.502347,1217.910529,640.1697366,0 +262767,1376.130812,1530.266276,1217.103238,641.3084736,1.41026537 +262768,1378.430466,1524.076638,1216.303225,642.3399017,40.6212124 +262769,1380.731029,1517.827895,1215.529158,643.4041839,31.4494932 +262770,1383.014151,1511.536279,1214.783323,644.4532057,12.33475798 +262771,1385.274785,1505.289248,1214.040004,645.4775709,52.97985149 +262772,1387.517433,1498.665689,1213.326416,646.4912456,0 +262773,1389.74299,1492.446465,1212.600558,647.4963058,46.45201761 +262774,1391.951601,1485.896289,1211.896991,648.4931324,53.55135309 +262775,1394.143392,1479.406943,1211.216964,649.4821786,2.421623893 +262776,1396.318155,1472.866022,1210.535261,650.4635169,53.23038682 +262777,1398.476417,1466.289907,1209.874988,651.4374244,36.43460804 +262778,1400.617815,1459.581287,1209.209736,652.4039492,40.7639349 +262779,1402.742803,1453.074889,1208.554375,653.3632501,42.40482391 +262780,1404.851216,1446.424987,1207.906503,654.3153761,44.40110484 +262781,1406.943577,1439.598603,1207.266288,655.3054555,45.80667443 +262782,1409.019715,1432.928941,1206.633414,656.1755617,47.49967358 +262783,1411.080249,1426.056844,1206.007842,657.0958882,49.0519573 +262784,1413.125066,1419.396668,1205.389288,658.0812076,50.68834063 +262785,1415.154784,1412.514901,1204.777695,658.9655146,52.24894358 +262786,1417.281302,1405.687416,1204.172747,659.8849446,53.82646026 +262787,1419.10958,1398.91206,1203.574461,660.7904621,55.35848605 +262788,1421.180013,1391.807036,1202.982557,661.6897453,56.96258003 +262789,1424.549224,1385.091781,1202.396996,662.5830429,58.45458476 +262790,1424.134306,1378.089075,1201.818358,663.4703079,60.04870995 +262791,1431.776784,1371.159502,1201.244529,664.3518638,61.55844537 +262792,1421.261908,1364.113993,1200.679904,665.2276418,63.08810197 +262793,1451.723902,1357.260659,1200.114599,666.0979968,64.6097901 +262794,1406.036952,1350.298974,1199.570121,666.9628288,66.08325958 +262795,1447.550576,1343.19011,1199.007055,667.822555,67.68469127 +262796,1449.065329,1336.241139,1198.474408,668.6770267,69.05982952 +262797,1414.895972,1329.121777,1197.940925,669.5267115,70.61093279 +262798,1452.01246,1322.218842,1197.398881,670.3714475,72.15902792 +262799,1439.516141,1315.126935,1196.88405,671.2116592,73.52015204 +262800,1443.947196,1308.104325,1196.362798,672.0473381,75.13597614 +262801,1446.300988,1301.241664,1195.851295,673.0323651,76.46436975 +262802,1448.775299,1294.401996,1195.352739,674.0707745,77.99253641 +262803,1451.303311,1287.570721,1194.873562,675.0780183,79.52475682 +262804,1453.841673,1280.746174,1194.415724,676.2051793,80.8859661 +262805,1456.499338,1273.846823,1193.978459,677.2277952,82.34016598 +262806,1458.863949,1267.157415,1193.572375,678.2926666,83.89202196 +262807,1461.494424,1260.385546,1193.184368,679.3490251,85.18521183 +262808,1464.01795,1253.501707,1192.803162,680.4046281,86.74134393 +262809,1466.560716,1246.70963,1192.433055,681.459707,88.08660088 +262810,1469.104906,1240.062506,1192.075294,682.5609917,89.64963303 +262811,1471.649827,1233.273913,1191.730078,683.5441428,90.96578589 +262812,1474.196065,1226.574473,1191.396884,684.6333417,92.39251473 +262813,1476.744162,1219.880901,1191.075453,685.6792217,93.88419897 +262814,1479.294698,1213.218443,1190.765273,686.7330493,95.26475285 +262815,1481.847722,1206.576252,1190.465988,687.7872057,96.69579551 +262816,1484.403598,1199.885615,1190.177264,688.8416396,98.1111077 +262817,1486.963924,1193.410571,1189.898799,689.8967599,99.47312139 +262818,1489.646063,1186.803728,1189.630431,690.9524651,101.0267491 +262819,1492.032972,1180.370817,1189.371974,692.0091805,102.3061962 +262820,1494.696584,1173.69898,1189.123088,693.066798,103.7709429 +262821,1497.257385,1167.413812,1188.883807,694.0782406,105.115022 +262822,1516.876108,1166.37587,1188.653442,697.1871493,106.7546738 +262823,1522.060285,1160.985182,1188.518071,698.4792075,108.1026618 +262824,1526.069078,1178.470165,1188.423554,699.7418963,109.3743718 +262825,1529.651341,1114.658847,1188.367716,700.9752384,110.9350311 +262826,1533.357031,1160.460361,1188.290849,702.1970425,112.2984744 +262827,1536.874641,1143.959904,1188.23012,703.4125265,113.7380884 +262828,1540.363556,1121.178151,1188.176664,704.6246582,115.1119847 +262829,1543.819558,1147.724409,1188.111445,705.835658,116.7144735 +262830,1547.24672,1108.606897,1188.065051,707.0462943,118.0149468 +262831,1550.444039,1134.864596,1188.001596,708.1341236,119.5367655 +262832,1553.577233,1107.538653,1187.957122,709.197201,120.9260506 +262833,1556.671609,1116.792835,1187.89278,710.2484919,122.500944 +262834,1559.735034,1107.570182,1187.824646,711.340234,123.9266065 +262835,1546.202927,1100.191926,1187.769336,710.4081806,125.4123001 +262836,1546.420771,1095.27885,1187.637581,711.190601,126.850882 +262837,1548.055356,1090.836692,1187.450919,712.0522599,128.3307042 +262838,1550.021901,1086.377698,1187.2489,712.8948797,129.8094689 +262839,1552.150106,1082.133523,1187.054626,713.8120062,131.290049 +262840,1554.363237,1077.983655,1186.875827,714.8173175,132.7660501 +262841,1556.630392,1073.71478,1186.712689,715.7258158,134.1659625 +262842,1558.93459,1069.658371,1186.563447,716.6826608,135.7438614 +262843,1561.268409,1065.533804,1186.426685,717.6335012,137.2153873 +262844,1563.749457,1061.6519,1186.30126,718.5856808,138.5580874 +262845,1565.937015,1057.684199,1186.186584,719.539198,140.0586437 +262846,1568.598783,1053.843571,1186.081961,720.4934359,141.4774309 +262847,1574.471022,1050.059674,1185.987065,721.4486893,142.830587 +262848,1567.432233,1046.412334,1185.902836,722.4044141,144.3680199 +262849,1596.621338,1042.66897,1185.810144,723.3609988,145.7223809 +262850,1549.970769,1039.148327,1185.750312,724.3178266,147.144206 +262851,1594.260364,1035.641906,1185.671779,725.2754163,148.5476739 +262852,1600.866137,1032.223023,1185.620403,726.2330907,150.0271912 +262853,1553.818711,1028.882891,1185.589757,727.1913284,151.2123809 +262854,1603.777758,1025.622966,1185.537348,728.149535,152.7943921 +262855,1587.096231,1022.445574,1185.52472,729.1080745,154.1028776 +262856,1593.00907,1019.352148,1185.50909,730.0664774,155.500845 +262857,1595.590847,1016.345294,1185.498665,731.0250365,156.8816693 +262858,1598.101318,1013.667207,1185.47952,731.9832418,158.2589782 +262859,1600.634503,1011.133294,1185.465084,732.9415545,159.6352823 +262860,1603.170312,1008.717232,1185.465756,733.8993232,160.9242266 +262861,0,0,0,0,0 +262862,0,0,0,0,0 +262863,0,0,0,0,0 +262864,0,0,0,0,0 +262865,0,0,0,0,0 +262866,0,0,0,0,0 +262867,0,0,0,0,0 +262868,0,0,0,0,0 +262869,0,0,0,0,0 +262870,0,0,0,0,0 +262871,0,0,0,0,0 +262872,0,0,0,0,0 +262873,0,0,0,0,0 +262874,0,0,0,0,0 +262875,0,0,0,0,0 +262876,0,0,0,0,0 +262877,0,0,0,0,0 +262878,0,0,0,0,0 +262879,0,0,0,0,0 +262880,0,0,0,0,0 +262881,0,0,0,0,0 +262882,0,0,0,0,0 +262883,0,0,0,0,0 +262884,0,0,0,0,0 +262885,0,0,0,0,0 +262886,0,0,0,0,0 +262887,0,0,0,0,0 +262888,0,0,0,0,0 +262889,0,0,0,0,0 +262890,0,0,0,0,0 +262891,0,0,0,0,0 +262892,0,0,0,0,0 +262893,0,0,0,0,0 +262894,0,0,0,0,0 +262895,0,0,0,0,0 +262896,0,0,0,0,0 +262897,0,0,0,0,0 +262898,0,0,0,0,0 +262899,0,0,0,0,0 +262900,0,0,0,0,0 +262901,0,0,0,0,0 +262902,0,0,0,0,0 +262903,0,0,0,0,0 +262904,0,0,0,0,0 +262905,0,0,0,0,0 +262906,0,0,0,0,0 +262907,0,0,0,0,0 +262908,0,0,0,0,0 +262909,0,0,0,0,0 +262910,0,0,0,0,0 +262911,0,0,0,0,0 +262912,0,0,0,0,0 +262913,0,0,0,0,0 +262914,0,0,0,0,0 +262915,0,0,0,0,0 +262916,0,0,0,0,0 +262917,0,0,0,0,0 +262918,0,0,0,0,0 +262919,0,0,0,0,0 +262920,0,0,0,0,0 +262921,0,0,0,0,0 +262922,0,0,0,0,0 +262923,0,0,0,0,0 +262924,0,0,0,0,0 +262925,0,0,0,0,0 +262926,0,0,0,0,0 +262927,0,0,0,0,0 +262928,0,0,0,0,0 +262929,0,0,0,0,0 +262930,0,0,0,0,0 +262931,0,0,0,0,0 +262932,0,0,0,0,0 +262933,0,0,0,0,0 +262934,0,0,0,0,0 +262935,0,0,0,0,0 +262936,0,0,0,0,0 +262937,0,0,0,0,0 +262938,0,0,0,0,0 +262939,0,0,0,0,0 +262940,0,0,0,0,0 +262941,0,0,0,0,0 +262942,0,0,0,0,0 +262943,0,0,0,0,0 +262944,0,0,0,0,0 +262945,0,0,0,0,0 +262946,0,0,0,0,0 +262947,0,0,0,0,0 +262948,0,0,0,0,0 +262949,0,0,0,0,0 +262950,0,0,0,0,0 +262951,0,0,0,0,0 +262952,0,0,0,0,0 +262953,0,0,0,0,0 +262954,0,0,0,0,0 +262955,0,0,0,0,0 +262956,0,0,0,0,0 +262957,0,0,0,0,0 +262958,0,0,0,0,0 +262959,0,0,0,0,0 +262960,0,0,0,0,0 +262961,0,0,0,0,0 +262962,0,0,0,0,0 +262963,0,0,0,0,0 +262964,0,0,0,0,0 +262965,0,0,0,0,0 +262966,0,0,0,0,0 +262967,0,0,0,0,0 +262968,0,0,0,0,0 +262969,0,0,0,0,0 +262970,0,0,0,0,0 +262971,0,0,0,0,0 +262972,0,0,0,0,0 +262973,0,0,0,0,0 +262974,0,0,0,0,0 +262975,0,0,0,0,0 +262976,0,0,0,0,0 +262977,0,0,0,0,0 +262978,0,0,0,0,0 +262979,0,0,0,0,0 +262980,0,0,0,0,0 +262981,0,0,0,0,0 +262982,0,0,0,0,0 +262983,0,0,0,0,0 +262984,0,0,0,0,0 +262985,0,0,0,0,0 +262986,0,0,0,0,0 +262987,0,0,0,0,0 +262988,0,0,0,0,0 +262989,0,0,0,0,0 +262990,0,0,0,0,0 +262991,0,0,0,0,0 +262992,0,0,0,0,0 +262993,0,0,0,0,0 +262994,0,0,0,0,0 +262995,0,0,0,0,0 +262996,0,0,0,0,0 +262997,0,0,0,0,0 +262998,0,0,0,0,0 +262999,0,0,0,0,0 +263000,0,0,0,0,0 +263001,0,0,0,0,0 +263002,0,0,0,0,0 +263003,0,0,0,0,0 +263004,0,0,0,0,0 +263005,0,0,0,0,0 +263006,0,0,0,0,0 +263007,0,0,0,0,0 +263008,0,0,0,0,0 +263009,0,0,0,0,0 +263010,0,0,0,0,0 +263011,0,0,0,0,0 +263012,0,0,0,0,0 +263013,0,0,0,0,0 +263014,0,0,0,0,0 +263015,0,0,0,0,0 +263016,0,0,0,0,0 +263017,0,0,0,0,0 +263018,0,0,0,0,0 +263019,0,0,0,0,0 +263020,0,0,0,0,0 +263021,0,0,0,0,0 +263022,0,0,0,0,0 +263023,0,0,0,0,0 +263024,0,0,0,0,0 +263025,0,0,0,0,0 +263026,0,0,0,0,0 +263027,0,0,0,0,0 +263028,0,0,0,0,0 +263029,0,0,0,0,0 +263030,0,0,0,0,0 +263031,0,0,0,0,0 +263032,0,0,0,0,0 +263033,0,0,0,0,0 +263034,0,0,0,98.10021717,0 +263035,0,0,0,82.63800379,0 +263036,0,0,0,87.74815647,0 +263037,0,0,0,103.4220579,0 +263038,0,0,0,104.6127551,0 +263039,0,0,0,112.2315069,0 +263040,0,0,0,120.1964488,0 +263041,0,0,0,127.9902633,0 +263042,0,0,0,135.7718967,0 +263043,0,0,0,143.3945603,0 +263044,0,0,0,150.9594596,0 +263045,0,0,0,158.2687045,0 +263046,0,0,0,165.6344378,0 +263047,0,0,0,172.7448093,0 +263048,0,0,0,179.7603179,0 +263049,0,0,0,186.6244691,0 +263050,0,0,0,193.4935539,0 +263051,0,0,0,200.0415127,0 +263052,0,0,0,206.7997579,0 +263053,0,0,0,213.0135808,0 +263054,0,0,0,219.5389009,0 +263055,0,0,0,225.6989059,0 +263056,0,0,0,231.7696369,0 +263057,0,0,0,237.9924764,0 +263058,0,0,0,243.6427159,0 +263059,0,0,0,249.668551,0 +263060,0,0,0,255.3096915,0 +263061,0,0,0,260.8829433,0 +263062,0,0,0,266.302007,0 +263063,0,0,0,271.8661805,0 +263064,0,0,0,277.1076398,0 +263065,0,0,0,282.338171,0 +263066,0,0,0,287.48178,0 +263067,0,0,0,292.5094458,0 +263068,0,0,0,297.4525613,0 +263069,0,0,0,302.2039008,0 +263070,0,0,0,307.2185262,0 +263071,0,0,0,312.0032596,0 +263072,0,0,0,317.121596,0 +263073,0,0,0,321.9715192,0 +263074,0,0,0,327.0545005,0 +263075,0,0,0,331.8333127,0 +263076,0,0,0,336.656439,0 +263077,0,0,0,341.3944299,0 +263078,0,0,0,346.0854697,0 +263079,0,0,0,350.7076504,0 +263080,0,0,0,355.2732124,0 +263081,0,0,0,359.7786983,0 +263082,0,0,0,364.0987676,0 +263083,0,0,0,368.684655,0 +263084,0,0,0,372.9112887,0 +263085,0,0,0,377.2038667,0 +263086,0,0,0,381.537192,0 +263087,0,0,0,385.4902281,0 +263088,0,0,0,389.6829153,0 +263089,0,0,0,393.5630777,0 +263090,0,0,0,397.7471119,0 +263091,0,0,0,401.5623737,0 +263092,0,0,0,405.4490805,0 +263093,0,0,0,409.254317,0 +263094,0,0,0,413.003069,0 +263095,0,0,0,416.6953163,0 +263096,0,0,0,420.3312343,0 +263097,0,0,0,423.7638209,0 +263098,0,0,0,427.5190473,0 +263099,0,0,0,431.0236347,0 +263100,0,0,0,434.2232877,0 +263101,0,0,0,437.6342509,0 +263102,0,0,0,440.8155241,0 +263103,0,0,0,443.9611192,0 +263104,0,0,0,447.0488581,0 +263105,0,0,0,450.0808514,0 +263106,0,0,0,453.0577118,0 +263107,0,0,0,455.9800957,0 +263108,0,0,0,458.8481552,0 +263109,0,0,0,461.5017967,0 +263110,0,0,0,464.5114447,0 +263111,0,0,0,475.0725878,0 +263112,0,0,0,479.1552171,0 +263113,0,0,0,482.5805844,0 +263114,0,0,0,485.770987,0 +263115,0,0,0,488.8233131,0 +263116,0,0,0,491.7703535,0 +263117,0,0,0,494.6292423,0 +263118,0,0,0,497.4087981,0 +263119,0,0,0,500.2822921,0 +263120,0,0,0,502.6493641,0 +263121,0,0,0,505.3483013,0 +263122,0,0,0,507.6453982,0 +263123,0,0,0,510.3454768,0 +263124,0,0,0,512.5843644,0 +263125,0,0,0,514.9228113,0 +263126,0,0,0,517.1705545,0 +263127,0,0,0,519.3577884,0 +263128,0,0,0,521.4855409,0 +263129,0,0,0,523.5548036,0 +263130,0,0,0,525.5661825,0 +263131,0,0,0,524.781695,0 +263132,0,0,0,523.4834448,0 +263133,0,0,0,521.8536216,0 +263134,0,0,0,519.9385125,0 +263135,0,0,0,517.7641679,0 +263136,0,0,0,515.3467064,0 +263137,0,0,0,512.6979099,0 +263138,0,0,0,509.8264904,0 +263139,0,0,0,506.7400001,0 +263140,0,0,0,503.6290234,0 +263141,0,0,0,499.8640386,0 +263142,0,0,0,496.1047797,0 +263143,0,0,0,492.4536836,0 +263144,0,0,0,488.2396504,0 +263145,0,0,0,484.0015572,0 +263146,0,0,0,479.551561,0 +263147,0,0,0,474.8800037,0 +263148,0,0,0,472.7103891,0 +263149,0,0,0,468.2796316,0 +263150,0,0,0,463.4088978,0 +263151,0,0,0,458.51774,0 +263152,0,0,0,453.0349204,0 +263153,0,0,0,447.7379781,0 +263154,0,0,0,442.1283324,0 +263155,0,0,0,436.3817386,0 +263156,0,0,0,430.3203919,0 +263157,0,0,0,424.4259232,0 +263158,0,0,0,418.2377155,0 +263159,0,0,0,411.6374649,0 +263160,0,0,0,405.202527,0 +263161,0,0,0,398.3938593,0 +263162,0,0,0,391.4515756,0 +263163,0,0,0,384.5153988,0 +263164,0,0,0,376.9300108,0 +263165,0,0,0,369.8421056,0 +263166,0,0,0,362.3373362,0 +263167,0,0,0,354.5202691,0 +263168,0,0,0,346.8117204,0 +263169,0,0,0,338.8604532,0 +263170,0,0,0,330.7912034,0 +263171,0,0,0,322.5854742,0 +263172,0,0,0,314.3717845,0 +263173,0,0,0,305.7463942,0 +263174,0,0,0,297.2104487,0 +263175,0,0,0,288.4947759,0 +263176,0,0,0,279.7361456,0 +263177,0,0,0,270.5090739,0 +263178,0,0,0,249.9893986,0 +263179,0,0,0,238.9901588,0 +263180,0,0,0,228.5391905,0 +263181,0,0,0,218.5822849,0 +263182,0,0,0,208.1505616,0 +263183,0,0,0,198.0551645,0 +263184,0,0,0,187.615965,0 +263185,0,0,0,177.292192,0 +263186,0,0,0,166.8906799,0 +263187,0,0,0,156.3266431,0 +263188,0,0,0,145.7391026,0 +263189,0,0,0,135.0090672,0 +263190,0,0,0,124.3311051,0 +263191,0,0,0,114.97023,0 +263192,0,0,0,105.8360248,0 +263193,0,0,0,96.76731499,0 +263194,0,0,0,87.74170113,0 +263195,0,0,0,79.04344738,0 +263196,0,0,0,69.52469622,0 +263197,0,0,0,61.00020697,0 +263198,0,0,0,85.7277636,0 +263199,0,0,0,0,0 +263200,0,0,0,78.33411481,0 +263201,0,0,0,0,0 +263202,0,0,0,9.196047686,0 +263203,0,0,0,20.81805142,0 +263204,0,0,0,0,0 +263205,0,0,0,0,0 +263206,0,0,0,0,0 +263207,0,0,0,0,0 +263208,0,0,0,0,0 +263209,0,0,0,0,0 +263210,0,0,0,0,0 +263211,0,0,0,0,0 +263212,0,0,0,0,0 +263213,0,0,0,0,0 +263214,0,0,0,0,0 +263215,0,0,0,0,0 +263216,0,0,0,0,0 +263217,0,0,0,0,0 +263218,0,0,0,0,0 +263219,0,0,0,0,0 +263220,0,0,0,0,0 +263221,0,0,0,0,0 +263222,0,0,0,0,0 +263223,0,0,0,0,0 +263224,0,0,0,0,0 +263225,0,0,0,0,0 +263226,0,0,0,0,0 +263227,0,0,0,0,0 +263228,0,0,0,0,0 +263229,0,0,0,0,0 +263230,0,0,0,0,0 +263231,0,0,0,0,0 +263232,0,0,0,0,0 +263233,0,0,0,0,0 +263234,0,0,0,0,0 +263235,0,0,0,0,0 +263236,0,0,0,0,0 +263237,0,0,0,0,0 +263238,0,0,0,0,0 +263239,0,0,0,0,0 +263240,0,0,0,0,0 +263241,0,0,0,0,0 +263242,0,0,0,0,0 +263243,0,0,0,0,0 +263244,0,0,0,0,0 +263245,0,0,0,0,0 +263246,0,0,0,0,0 +263247,0,0,0,0,0 +263248,0,0,0,0,0 +263249,0,0,0,0,0 +263250,0,0,0,0,0 +263251,0,0,0,0,0 +263252,0,0,0,0,0 +263253,0,0,0,0,0 +263254,0,0,0,0,0 +263255,0,0,0,0,0 +263256,0,0,0,0,0 +263257,0,0,0,0,0 +263258,0,0,0,0,0 +263259,0,0,0,0,0 +263260,0,0,0,0,0 +263261,0,0,0,0,0 +263262,0,0,0,0,0 +263263,0,0,0,0,0 +263264,0,0,0,0,0 +263265,0,0,0,0,0 +263266,0,0,0,0,0 +263267,0,0,0,0,0 +263268,0,0,0,0,0 +263269,0,0,0,0,0 +263270,0,0,0,0,0 +263271,0,0,0,0,0 +263272,0,0,0,0,0 +263273,0,0,0,0,0 +263274,0,0,0,0,0 +263275,0,0,0,0,0 +263276,0,0,0,0,0 +263277,0,0,0,0,0 +263278,0,0,0,0,0 +263279,0,0,0,0,0 +263280,0,0,0,0,0 +263281,0,0,0,0,0 +263282,0,0,0,0,0 +263283,0,0,0,0,0 +263284,0,0,0,0,0 +263285,0,0,0,0,0 +263286,0,0,0,0,0 +263287,0,0,0,0,0 +263288,0,0,0,0,0 +263289,0,0,0,0,0 +263290,0,0,0,0,0 +263291,0,0,0,0,0 +263292,0,0,0,0,0 +263293,0,0,0,0,0 +263294,0,0,0,0,0 +263295,0,0,0,0,0 +263296,0,0,0,0,0 +263297,0,0,0,0,0 +263298,0,0,0,0,0 +263299,0,0,0,0,0 +263300,0,0,0,0,0 +263301,0,0,0,0,0 +263302,0,0,0,0,0 +263303,0,0,0,0,0 +263304,0,0,0,0,0 +263305,0,0,0,0,0 +263306,0,0,0,0,0 +263307,0,0,0,0,0 +263308,0,0,0,0,0 +263309,0,0,0,0,0 +263310,0,0,0,0,0 +263311,0,0,0,0,0 +263312,0,0,0,0,0 +263313,0,0,0,0,0 +263314,0,0,0,0,0 +263315,0,0,0,0,0 +263316,0,0,0,0,0 +263317,0,0,0,0,0 +263318,0,0,0,0,0 +263319,0,0,0,0,0 +263320,0,0,0,0,0 +263321,0,0,0,0,0 +263322,0,0,0,0,0 +263323,0,0,0,0,0 +263324,0,0,0,0,0 +263325,0,0,0,0,0 +263326,0,0,0,0,0 +263327,0,0,0,0,0 +263328,0,0,0,0,0 +263329,0,0,0,0,0 +263330,0,0,0,0,0 +263331,0,0,0,0,0 +263332,0,0,0,0,0 +263333,0,0,0,0,0 +263334,0,0,0,0,0 +263335,0,0,0,0,0 +263336,0,0,0,0,0 +263337,0,0,0,0,0 +263338,0,0,0,0,0 +263339,0,0,0,0,0 +263340,0,0,0,0,0 +263341,0,0,0,0,0 +263342,0,0,0,0,0 +263343,0,0,0,0,0 +263344,0,0,0,0,0 +263345,0,0,0,0,0 +263346,0,0,0,0,0 +263347,0,0,0,0,0 +263348,0,0,0,0,0 +263349,0,0,0,0,0 +263350,0,0,0,0,0 +263351,0,0,0,0,0 +263352,0,0,0,0,0 +263353,0,0,0,0,0 +263354,0,0,0,0,0 +263355,0,0,0,0,0 +263356,0,0,0,0,0 +263357,0,0,0,0,0 +263358,0,0,0,0,0 +263359,0,0,0,0,0 +263360,0,0,0,0,0 +263361,0,0,0,0,0 +263362,0,0,0,0,0 +263363,0,0,0,0,0 +263364,0,0,0,0,0 +263365,0,0,0,0,0 +263366,0,0,0,0,0 +263367,0,0,0,0,0 +263368,0,0,0,0,0 +263369,0,0,0,0,0 +263370,0,0,0,0,0 +263371,0,0,0,0,0 +263372,0,0,0,0,0 +263373,0,0,0,0,0 +263374,0,0,0,0,0 +263375,0,0,0,0,0 +263376,0,0,0,0,0 +263377,0,0,0,0,0 +263378,0,0,0,0,0 +263379,0,0,0,0,0 +263380,0,0,0,0,0 +263381,0,0,0,0,0 +263382,0,0,0,0,0 +263383,0,0,0,0,0 +263384,0,0,0,0,0 +263385,0,0,0,0,0 +263386,0,0,0,0,0 +263387,0,0,0,0,0 +263388,0,0,0,0,0 +263389,0,0,0,0,0 +263390,0,0,0,0,0 +263391,0,0,0,0,0 +263392,0,0,0,0,0 +263393,0,0,0,0,0 +263394,0,0,0,0,0 +263395,0,0,0,0,0 +263396,0,0,0,0,0 +263397,0,0,0,0,0 +263398,0,0,0,0,0 +263399,0,0,0,0,0 +263400,0,0,0,0,0 +263401,0,0,0,0,0 +263402,0,0,0,0,0 +263403,0,0,0,0,0 +263404,0,0,0,0,0 +263405,0,0,0,0,0 +263406,0,0,0,0,0 +263407,0,0,0,0,0 +263408,0,0,0,0,0 +263409,0,0,0,0,0 +263410,0,0,0,0,0 +263411,0,0,0,0,0 +263412,0,0,0,0,0 +263413,0,0,0,0,0 +263414,0,0,0,0,0 +263415,0,0,0,0,0 +263416,0,0,0,0,0 +263417,0,0,0,0,0 +263418,0,0,0,0,0 +263419,0,0,0,0,0 +263420,0,0,0,0,0 +263421,0,0,0,0,0 +263422,0,0,0,0,0 +263423,0,0,0,0,0 +263424,0,0,0,0,0 +263425,0,0,0,0,0 +263426,0,0,0,0,0 +263427,0,0,0,0,0 +263428,0,0,0,0,0 +263429,0,0,0,0,0 +263430,0,0,0,0,0 +263431,0,0,0,0,0 +263432,0,0,0,0,0 +263433,0,0,0,0,0 +263434,0,0,0,0,0 +263435,0,0,0,0,0 +263436,0,0,0,0,0 +263437,0,0,0,0,0 +263438,0,0,0,0,0 +263439,0,0,0,0,0 +263440,0,0,0,0,0 +263441,0,0,0,0,0 +263442,0,0,0,0,0 +263443,0,0,0,0,0 +263444,0,0,0,0,0 +263445,0,0,0,0,0 +263446,0,0,0,0,0 +263447,0,0,0,0,0 +263448,0,0,0,0,0 +263449,0,0,0,0,0 +263450,0,0,0,0,0 +263451,0,0,0,0,0 +263452,0,0,0,0,0 +263453,0,0,0,0,0 +263454,0,0,0,0,0 +263455,0,0,0,0,0 +263456,0,0,0,0,0 +263457,0,0,0,0,0 +263458,0,0,0,0,0 +263459,0,0,0,0,0 +263460,0,0,0,0,0 +263461,0,0,0,0,0 +263462,0,0,0,0,0 +263463,0,0,0,0,0 +263464,0,0,0,0,0 +263465,0,0,0,0,0 +263466,0,0,0,0,0 +263467,0,0,0,0,0 +263468,0,0,0,0,0 +263469,0,0,0,0,0 +263470,0,0,0,0,0 +263471,0,0,0,0,0 +263472,0,0,0,0,0 +263473,0,0,0,0,0 +263474,0,0,0,0,0 +263475,0,0,0,0,0 +263476,0,0,0,0,0 +263477,0,0,0,0,0 +263478,0,0,0,0,0 +263479,0,0,0,0,0 +263480,0,0,0,0,0 +263481,0,0,0,0,0 +263482,0,0,0,0,0 +263483,0,0,0,0,0 +263484,0,0,0,0,0 +263485,0,0,0,0,0 +263486,0,0,0,0,0 +263487,0,0,0,0,0 +263488,0,0,0,0,0 +263489,0,0,0,0,0 +263490,0,0,0,0,0 +263491,0,0,0,0,0 +263492,0,0,0,0,0 +263493,0,0,0,0,0 +263494,0,0,0,0,0 +263495,0,0,0,0,0 +263496,0,0,0,0,0 +263497,0,0,0,0,0 +263498,0,0,0,0,0 +263499,0,0,0,0,0 +263500,0,0,0,0,0 +263501,0,0,0,0,0 +263502,0,0,0,0,0 +263503,0,0,0,0,0 +263504,0,0,0,0,0 +263505,0,0,0,0,0 +263506,0,0,0,0,0 +263507,0,0,0,0,0 +263508,0,0,0,0,0 +263509,0,0,0,0,0 +263510,0,0,0,0,0 +263511,0,0,0,0,0 +263512,0,0,0,0,0 +263513,0,0,0,0,0 +263514,0,0,0,0,0 +263515,0,0,0,0,0 +263516,0,0,0,0,0 +263517,0,0,0,0,0 +263518,0,0,0,0,0 +263519,0,0,0,0,0 +263520,0,0,0,0,0 +263521,0,0,0,0,0 +263522,0,0,0,0,0 +263523,0,0,0,0,0 +263524,0,0,0,0,0 +263525,0,0,0,0,0 +263526,0,0,0,0,0 +263527,0,0,0,0,0 +263528,0,0,0,0,0 +263529,0,0,0,0,0 +263530,0,0,0,0,0 +263531,0,0,0,0,0 +263532,0,0,0,0,0 +263533,0,0,0,0,0 +263534,0,0,0,0,0 +263535,0,0,0,0,0 +263536,0,0,0,0,0 +263537,0,0,0,0,0 +263538,0,0,0,0,0 +263539,0,0,0,0,0 +263540,0,0,0,0,0 +263541,0,0,0,0,0 +263542,0,0,0,0,0 +263543,0,0,0,0,0 +263544,0,0,0,0,0 +263545,0,0,0,0,0 +263546,0,0,0,0,0 +263547,0,0,0,0,0 +263548,0,0,0,0,0 +263549,0,0,0,0,0 +263550,0,0,0,0,0 +263551,0,0,0,0,0 +263552,0,0,0,0,0 +263553,0,0,0,0,0 +263554,0,0,0,0,0 +263555,0,0,0,0,0 +263556,0,0,0,0,0 +263557,0,0,0,0,0 +263558,0,0,0,0,0 +263559,0,0,0,0,0 +263560,0,0,0,0,0 +263561,0,0,0,0,0 +263562,0,0,0,0,0 +263563,0,0,0,0,0 +263564,0,0,0,0,0 +263565,0,0,0,0,0 +263566,0,0,0,0,0 +263567,0,0,0,0,0 +263568,0,0,0,0,0 +263569,0,0,0,0,0 +263570,0,0,0,0,0 +263571,0,0,0,0,0 +263572,0,0,0,0,0 +263573,0,0,0,0,0 +263574,0,0,0,0,0 +263575,0,0,0,0,0 +263576,0,0,0,0,0 +263577,0,0,0,0,0 +263578,0,0,0,0,0 +263579,0,0,0,0,0 +263580,0,0,0,0,0 +263581,0,0,0,0,0 +263582,0,0,0,0,0 +263583,0,0,0,0,0 +263584,0,0,0,0,0 +263585,0,0,0,0,0 +263586,0,0,0,0,0 +263587,0,0,0,0,0 +263588,0,0,0,0,0 +263589,0,0,0,0,0 +263590,0,0,0,0,0 +263591,0,0,0,0,0 +263592,0,0,0,0,0 +263593,0,0,0,0,0 +263594,0,0,0,0,0 +263595,0,0,0,0,0 +263596,0,0,0,0,0 +263597,0,0,0,0,0 +263598,0,0,0,0,0 +263599,0,0,0,0,0 +263600,0,0,0,0,0 +263601,0,0,0,0,0 +263602,0,0,0,0,0 +263603,0,0,0,0,0 +263604,0,0,0,0,0 +263605,0,0,0,0,0 +263606,0,0,0,0,0 +263607,0,0,0,0,0 +263608,0,0,0,0,0 +263609,0,0,0,0,0 +263610,0,0,0,0,0 +263611,0,0,0,0,0 +263612,0,0,0,0,0 +263613,0,0,0,0,0 +263614,0,0,0,0,0 +263615,0,0,0,0,0 +263616,0,0,0,0,0 +263617,0,0,0,0,0 +263618,0,0,0,0,0 +263619,0,0,0,0,0 +263620,0,0,0,0,0 +263621,0,0,0,0,0 +263622,0,0,0,0,0 +263623,0,0,0,0,0 +263624,0,0,0,0,0 +263625,0,0,0,0,0 +263626,0,0,0,0,0 +263627,0,0,0,0,0 +263628,0,0,0,0,0 +263629,0,0,0,0,0 +263630,0,0,0,0,0 +263631,0,0,0,0,0 +263632,0,0,0,0,0 +263633,0,0,0,0,0 +263634,0,0,0,0,0 +263635,0,0,0,0,0 +263636,0,0,0,0,0 +263637,0,0,0,0,0 +263638,0,0,0,0,0 +263639,0,0,0,0,0 +263640,0,0,0,0,0 +263641,0,0,0,0,0 +263642,0,0,0,0,0 +263643,0,0,0,0,0 +263644,0,0,0,0,0 +263645,0,0,0,0,0 +263646,0,0,0,0,0 +263647,0,0,0,0,0 +263648,0,0,0,0,0 +263649,0,0,0,0,0 +263650,0,0,0,0,0 +263651,0,0,0,0,0 +263652,0,0,0,0,0 +263653,0,0,0,0,0 +263654,0,0,0,0,0 +263655,0,0,0,0,0 +263656,0,0,0,0,0 +263657,0,0,0,0,0 +263658,0,0,0,0,0 +263659,0,0,0,0,0 +263660,0,0,0,0,0 +263661,0,0,0,0,0 +263662,0,0,0,0,0 +263663,0,0,0,0,0 +263664,0,0,0,0,0 +263665,0,0,0,0,0 +263666,0,0,0,0,0 +263667,0,0,0,0,0 +263668,0,0,0,0,0 +263669,0,0,0,0,0 +263670,0,0,0,0,0 +263671,0,0,0,0,0 +263672,0,0,0,0,0 +263673,0,0,0,0,0 +263674,0,0,0,0,0 +263675,0,0,0,0,0 +263676,0,0,0,0,0 +263677,0,0,0,0,0 +263678,0,0,0,0,0 +263679,0,0,0,0,0 +263680,0,0,0,0,0 +263681,0,0,0,0,0 +263682,0,0,0,0,0 +263683,0,0,0,0,0 +263684,0,0,0,0,0 +263685,0,0,0,0,0 +263686,0,0,0,0,0 +263687,0,0,0,0,0 +263688,0,0,0,0,0 +263689,0,0,0,0,0 +263690,0,0,0,0,0 +263691,0,0,0,0,0 +263692,0,0,0,0,0 +263693,0,0,0,0,0 +263694,0,0,0,0,0 +263695,0,0,0,0,0 +263696,0,0,0,0,0 +263697,0,0,0,0,0 +263698,0,0,0,0,0 +263699,0,0,0,0,0 +263700,0,0,0,0,0 +263701,0,0,0,0,0 +263702,0,0,0,0,0 +263703,0,0,0,0,0 +263704,0,0,0,0,0 +263705,0,0,0,0,0 +263706,0,0,0,0,0 +263707,0,0,0,0,0 +263708,0,0,0,0,0 +263709,0,0,0,0,0 +263710,0,0,0,0,0 +263711,0,0,0,0,0 +263712,0,0,0,0,0 +263713,0,0,0,0,0 +263714,0,0,0,0,0 +263715,0,0,0,0,0 +263716,0,0,0,0,0 +263717,0,0,0,0,0 +263718,0,0,0,0,0 +263719,0,0,0,0,0 +263720,0,0,0,0,0 +263721,0,0,0,0,0 +263722,0,0,0,0,0 +263723,0,0,0,0,0 +263724,0,0,0,0,0 +263725,0,0,0,0,0 +263726,0,0,0,0,0 +263727,0,0,0,0,0 +263728,0,0,0,0,0 +263729,0,0,0,0,0 +263730,0,0,0,0,0 +263731,0,0,0,0,0 +263732,0,0,0,0,0 +263733,0,0,0,0,0 +263734,0,0,0,0,0 +263735,0,0,0,0,0 +263736,0,0,0,0,0 +263737,0,0,0,0,0 +263738,0,0,0,0,0 +263739,0,0,0,0,0 +263740,0,0,0,0,0 +263741,0,0,0,0,0 +263742,0,0,0,0,0 +263743,0,0,0,0,0 +263744,0,0,0,0,0 +263745,0,0,0,0,0 +263746,0,0,0,0,0 +263747,0,0,0,0,0 +263748,0,0,0,0,0 +263749,0,0,0,0,0 +263750,0,0,0,0,0 +263751,0,0,0,0,0 +263752,0,0,0,0,0 +263753,0,0,0,0,0 +263754,0,0,0,0,0 +263755,0,0,0,0,0 +263756,0,0,0,0,0 +263757,0,0,0,0,0 +263758,0,0,0,0,0 +263759,0,0,0,0,0 +263760,0,0,0,0,0 +263761,0,0,0,0,0 +263762,0,0,0,0,0 +263763,0,0,0,0,0 +263764,0,0,0,0,0 +263765,0,0,0,0,0 +263766,0,0,0,0,0 +263767,0,0,0,0,0 +263768,0,0,0,0,0 +263769,0,0,0,0,0 +263770,0,0,0,0,0 +263771,0,0,0,0,0 +263772,0,0,0,0,0 +263773,0,0,0,0,0 +263774,0,0,0,0,0 +263775,0,0,0,0,0 +263776,0,0,0,0,0 +263777,0,0,0,0,0 +263778,0,0,0,0,0 +263779,0,0,0,0,0 +263780,0,0,0,0,0 +263781,0,0,0,0,0 +263782,0,0,0,0,0 +263783,0,0,0,0,0 +263784,0,0,0,0,0 +263785,0,0,0,0,0 +263786,0,0,0,0,0 +263787,0,0,0,0,0 +263788,0,0,0,0,0 +263789,0,0,0,0,0 +263790,0,0,0,0,0 +263791,0,0,0,0,0 +263792,0,0,0,0,0 +263793,0,0,0,0,0 +263794,0,0,0,0,0 +263795,0,0,0,0,0 +263796,0,0,0,0,0 +263797,0,0,0,0,0 +263798,0,0,0,0,0 +263799,0,0,0,0,0 +263800,0,0,0,0,0 +263801,0,0,0,0,0 +263802,0,0,0,0,0 +263803,0,0,0,0,0 +263804,0,0,0,0,0 +263805,0,0,0,0,0 +263806,0,0,0,0,0 +263807,0,0,0,0,0 +263808,0,0,0,0,0 +263809,0,0,0,0,0 +263810,0,0,0,0,0 +263811,0,0,0,0,0 +263812,0,0,0,0,0 +263813,0,0,0,0,0 +263814,0,0,0,0,0 +263815,0,0,0,0,0 +263816,0,0,0,0,0 +263817,0,0,0,0,0 +263818,0,0,0,0,0 +263819,0,0,0,0,0 +263820,0,0,0,0,0 +263821,0,0,0,0,0 +263822,0,0,0,0,0 +263823,0,0,0,0,0 +263824,0,0,0,0,0 +263825,0,0,0,0,0 +263826,0,0,0,0,0 +263827,0,0,0,0,0 +263828,0,0,0,0,0 +263829,0,0,0,0,0 +263830,0,0,0,0,0 +263831,0,0,0,0,0 +263832,0,0,0,0,0 +263833,0,0,0,0,0 +263834,0,0,0,0,0 +263835,0,0,0,0,0 +263836,0,0,0,0,0 +263837,0,0,0,0,0 +263838,0,0,0,0,0 +263839,0,0,0,0,0 +263840,0,0,0,0,0 +263841,0,0,0,0,0 +263842,0,0,0,0,0 +263843,0,0,0,0,0 +263844,0,0,0,0,0 +263845,0,0,0,0,0 +263846,0,0,0,0,0 +263847,0,0,0,0,0 +263848,0,0,0,0,0 +263849,0,0,0,0,0 +263850,0,0,0,0,0 +263851,0,0,0,0,0 +263852,0,0,0,0,0 +263853,0,0,0,0,0 +263854,0,0,0,0,0 +263855,0,0,0,0,0 +263856,0,0,0,0,0 +263857,0,0,0,0,0 +263858,0,0,0,0,0 +263859,0,0,0,0,0 +263860,0,0,0,0,0 +263861,0,0,0,0,0 +263862,0,0,0,0,0 +263863,0,0,0,0,0 +263864,0,0,0,0,0 +263865,0,0,0,0,0 +263866,0,0,0,0,0 +263867,0,0,0,0,0 +263868,0,0,0,0,0 +263869,0,0,0,0,0 +263870,0,0,0,0,0 +263871,0,0,0,0,0 +263872,0,0,0,0,0 +263873,0,0,0,0,0 +263874,0,0,0,0,0 +263875,0,0,0,0,0 +263876,0,0,0,0,0 +263877,0,0,0,0,0 +263878,0,0,0,0,0 +263879,0,0,0,0,0 +263880,0,0,0,0,0 +263881,0,0,0,0,0 +263882,0,0,0,0,0 +263883,0,0,0,0,0 +263884,0,0,0,0,0 +263885,0,0,0,0,0 +263886,0,0,0,0,0 +263887,0,0,0,0,0 +263888,0,0,0,0,0 +263889,0,0,0,0,0 +263890,0,0,0,0,0 +263891,0,0,0,0,0 +263892,0,0,0,0,0 +263893,0,0,0,0,0 +263894,0,0,0,0,0 +263895,0,0,0,0,0 +263896,0,0,0,0,0 +263897,0,0,0,0,0 +263898,0,0,0,0,0 +263899,0,0,0,0,0 +263900,0,0,0,0,0 +263901,0,0,0,0,0 +263902,0,0,0,0,0 +263903,0,0,0,0,0 +263904,0,0,0,0,0 +263905,0,0,0,0,0 +263906,0,0,0,0,0 +263907,0,0,0,0,0 +263908,0,0,0,0,0 +263909,0,0,0,0,0 +263910,0,0,0,0,0 +263911,0,0,0,0,0 +263912,0,0,0,0,0 +263913,0,0,0,0,0 +263914,0,0,0,0,0 +263915,0,0,0,0,0 +263916,0,0,0,0,0 +263917,0,0,0,0,0 +263918,0,0,0,0,0 +263919,0,0,0,0,0 +263920,0,0,0,0,0 +263921,0,0,0,0,0 +263922,0,0,0,0,0 +263923,0,0,0,0,0 +263924,0,0,0,0,0 +263925,0,0,0,0,0 +263926,0,0,0,0,0 +263927,0,0,0,0,0 +263928,0,0,0,0,0 +263929,0,0,0,0,0 +263930,0,0,0,0,0 +263931,0,0,0,0,0 +263932,0,0,0,0,0 +263933,0,0,0,0,0 +263934,0,0,0,0,0 +263935,0,0,0,0,0 +263936,0,0,0,0,0 +263937,0,0,0,0,0 +263938,0,0,0,0,0 +263939,0,0,0,0,0 +263940,0,0,0,0,0 +263941,26.05791329,3602.631851,3213.154733,15.67298435,-313.8610829 +263942,70.3880761,2784.565825,2957.325591,35.83416963,-227.911307 +263943,266.5803565,163.0296912,3022.16536,124.937271,137.8773668 +263944,277.367148,141.8833478,2935.796738,129.6616783,167.0262625 +263945,277.8021527,692.6153479,2836.670486,129.6708264,176.0784417 +263946,273.895064,975.0143445,2743.100388,127.7581165,175.570026 +263947,268.0639664,624.5650512,2655.009914,125.0359179,170.119191 +263948,261.7243559,724.9346942,2315.609219,122.1373455,162.6317958 +263949,255.5538022,730.0150611,1360.165496,119.3528552,154.5938563 +263950,249.8097957,734.8437867,2014.684094,116.7856859,146.6485827 +263951,244.5007465,739.4887118,1797.89899,114.4327705,138.9340371 +263952,239.5826822,744.3895752,1797.0159,112.2629032,131.455699 +263953,235.0303422,749.3876158,1797.960629,110.2639864,124.247428 +263954,230.8181745,754.6320597,1799.470355,108.4176373,117.3190567 +263955,226.9127303,759.8940663,1801.636643,106.7103713,110.6710049 +263956,223.2881022,765.3456526,1804.084958,105.124884,104.295558 +263957,219.9120977,770.9002865,1806.73168,103.649409,98.17935604 +263958,216.7621591,776.1434235,1821.383734,102.2690332,92.30592415 +263959,213.8105329,782.4736589,1819.165042,100.9748535,86.65752342 +263960,211.0400739,787.9601786,1823.824926,99.75502215,81.21603105 +263961,208.4279891,793.9417222,1838.657799,98.60341364,75.96471182 +263962,205.9613711,799.8175744,1841.683831,97.51027501,70.88756817 +263963,203.6219221,805.8729218,1849.749151,96.47176337,65.97042366 +263964,201.4007319,811.868394,1857.031829,95.48007444,61.19950782 +263965,199.2827674,818.0399272,1864.722238,94.53296793,56.56260853 +263966,197.2623866,824.1400224,1871.956787,93.62634904,52.04866483 +263967,195.3272275,830.3768952,1879.703617,92.75392661,47.64782351 +263968,193.4739819,836.6625903,1887.383403,91.91539714,43.35117717 +263969,191.6922585,842.906231,1895.07309,91.10842512,39.15082375 +263970,189.9805092,853.6622024,1902.804594,90.32805416,35.03966502 +263971,188.3298144,861.3992116,1909.384448,89.575062,31.011401 +263972,186.7506872,869.9005881,1925.573991,88.85570538,27.06034922 +263973,185.2460103,877.9261489,1912.344352,88.17292452,23.18151388 +263974,183.8125267,886.0716868,1930.339809,87.52604465,19.37039845 +263975,182.4450016,894.0329153,1936.424643,86.91277313,15.62296802 +263976,181.1383784,902.0753565,1940.852132,86.33059305,11.93559102 +263977,179.8883494,909.9292813,1947.56878,85.77728695,8.305028621 +263978,178.6912353,917.829826,1953.671206,85.25097253,4.728321643 +263979,177.5438397,925.6844998,1959.436842,84.75004106,1.202831593 +263980,176.44329,933.3940478,1977.093409,84.27306812,-2.273858239 +263981,175.3869881,941.1871338,1953.95197,83.81877655,-5.703939048 +263982,174.3725729,948.785322,1984.77218,83.3860119,-9.089410267 +263983,173.3979039,956.4358521,1980.271544,82.97373059,-12.43208011 +263984,172.4610126,964.0429758,1987.572904,82.58097551,-15.73363607 +263985,171.5601172,971.4937066,2004.433695,82.20688066,-18.9955914 +263986,170.6935669,978.99252,1980.996019,81.85064406,-22.21937167 +263987,169.8598356,986.4467767,2018.296173,81.51152373,-25.40630162 +263988,169.0575031,993.7404751,1995.933976,81.18882821,-28.55762969 +263989,168.2852648,1001.083653,2017.729919,80.88192,-31.6744927 +263990,167.5418855,1008.334272,2016.510944,80.59019438,-34.75799431 +263991,166.8262358,1015.584016,2040.087484,80.31309507,-37.80912524 +263992,166.137219,1022.666186,2016.437258,80.05008124,-40.82889168 +263993,165.4738364,1029.690411,2022.849065,79.80065678,-43.81818479 +263994,164.8351138,1036.86537,2058.683234,79.56433683,-46.77791337 +263995,164.2201468,1043.186578,2012.236,79.34066838,-49.70891015 +263996,163.6280692,1050.980902,2073.83374,79.12921608,-52.61199045 +263997,163.0580793,1057.402003,2037.070182,78.92957371,-55.48789687 +263998,162.5093822,1064.394165,2055.207658,78.74133833,-58.33740289 +263999,161.9812632,1071.06346,2056.903987,78.56414335,-61.15975941 +264000,161.4730117,1077.810922,2060.15436,78.39762456,-63.95761973 +264001,131.8888004,1514.257962,2342.363016,65.01636469,-119.6312824 +264002,222.5808619,1463.583002,2144.372962,383.0266034,-496.6842775 +264003,1710.169287,1550.914947,2088.236074,624.3471181,-518.4261986 +264004,878.9274,1564.039723,2137.051836,458.2671676,-394.6543137 +264005,1088.763148,1551.976392,2226.033964,511.31574,-276.2833577 +264006,1128.709651,1573.425089,2297.327027,528.2579745,-182.8289582 +264007,1144.419879,1584.46991,2348.789976,536.6167714,-118.6122489 +264008,1165.756411,1596.950975,2382.295171,547.0497038,-73.88021112 +264009,1183.474143,1608.789295,2401.788148,556.3129364,21.7229893 +264010,1396.287851,1708.955686,2562.635585,653.9998434,1950.134879 +264011,926.0890813,1503.565645,2363.151584,442.0818505,104.7449927 +264012,1570.40584,1793.056848,2545.415124,734.5679456,1566.329975 +264013,927.6693673,1510.85039,2341.534242,445.3424956,372.6083927 +264014,1604.057805,1815.237751,2527.304422,751.0665059,1613.042667 +264015,958.2226082,1531.025065,2328.047933,461.3671767,411.8814166 +264016,1635.89273,1835.884672,2518.878889,767.196649,1659.532098 +264017,988.2658483,1551.171251,2321.076454,477.024186,437.8286242 +264018,1666.895218,1855.957355,2515.223841,782.8453989,1694.943429 +264019,1016.934579,1570.373037,2316.640803,492.110861,480.5165539 +264020,1696.94101,1875.624611,2512.643338,798.1862315,1725.069562 +264021,1045.116911,1589.20271,2313.87247,506.7226399,512.8448751 +264022,1726.075772,1894.719996,2511.627557,813.2437795,1758.789131 +264023,1072.310297,1607.308914,2311.58427,520.8667342,542.3295923 +264024,1754.414891,1913.30473,2510.67853,827.8714974,1790.229734 +264025,1098.883753,1624.786372,2309.408807,534.3807643,570.5950559 +264026,1781.931357,1931.397115,2510.272754,842.6396944,1833.623507 +264027,1124.576498,1642.010598,2308.80965,547.5768095,576.6263661 +264028,1808.676251,1949.003973,2512.370841,856.6261412,1871.633408 +264029,1349.466868,1750.076641,2511.683982,651.4802107,962.7163625 +264030,1560.716673,1834.48469,2508.103445,735.8356373,1330.081668 +264031,1479.929955,1827.661147,2503.522663,728.5631341,1274.880014 +264032,1546.938218,1833.503433,2500.275076,734.7637791,1288.183065 +264033,1536.234523,1838.87065,2498.585368,740.7810081,1299.967755 +264034,1551.651374,1858.841681,2497.978055,746.921332,1311.650628 +264035,1562.77424,1829.075583,2498.066595,752.9408056,1323.024115 +264036,1573.979608,1864.351417,2498.538881,758.8026648,1334.182839 +264037,1584.788518,1856.975353,2499.174397,764.6034162,1345.161203 +264038,1595.411117,1863.497655,2499.898604,770.4383595,1355.742241 +264039,1606.130334,1867.78688,2500.860651,775.8813409,1366.257103 +264040,1616.434873,1880.937907,2501.591741,781.6725716,1376.507322 +264041,1626.711575,1862.603779,2502.300453,787.0397613,1386.54288 +264042,1636.450904,1885.563269,2502.973397,792.5268504,1396.399362 +264043,1646.843891,1881.35023,2503.552233,797.9205338,1416.160339 +264044,1656.491584,1885.792539,2504.054756,803.1919743,1409.136989 +264045,1665.936222,1896.172054,2504.487827,808.3110471,1418.344223 +264046,1675.626964,1881.769317,2504.845094,813.6292876,1438.973239 +264047,1685.113475,1899.497494,2505.105503,818.5812585,1441.275556 +264048,1693.810758,1896.120721,2505.262857,823.6992649,1451.530423 +264049,1703.254975,1905.246397,2505.31904,828.5611946,1459.905358 +264050,1711.926243,1893.584454,2505.481074,833.5422256,1468.585217 +264051,1720.879013,1912.050865,2505.341148,838.2760966,1476.609937 +264052,1729.396662,1915.124384,2505.09173,843.0771248,1490.745554 +264053,1738.149972,1886.886651,2504.789535,847.7757825,1494.917038 +264054,1746.4785,1937.830904,2504.619804,852.5272443,1487.666831 +264055,1754.710488,1882.033147,2506.359238,856.9455576,1515.383729 +264056,1763.143198,1942.30827,2505.188158,861.6093499,1513.867851 +264057,1771.168332,1884.213222,2506.003613,865.9212271,1522.901942 +264058,1771.711943,1928.042942,2504.53678,870.7414145,1530.396115 +264059,1777.985669,1877.34472,2502.197553,875.0135182,1537.018186 +264060,1785.481529,1892.389842,2499.186088,879.4778373,1544.32337 +264061,2181.9706,2089.630607,2507.520438,1052.050499,1961.438338 +264062,2192.436257,2048.433006,2547.860734,1057.859692,1998.979722 +264063,2226.327593,2073.122235,2596.222825,1063.16048,2042.597761 +264064,2173.781813,2067.058832,2635.841928,1068.107097,2078.308025 +264065,2262.725704,2067.667265,2664.255725,1072.907916,2104.53963 +264066,2183.207478,2067.628834,2683.01715,1077.579934,2123.080217 +264067,2253.356101,2067.571199,2695.34681,1082.153052,2136.352491 +264068,2238.048969,2067.313451,2703.509987,1086.640992,2146.098698 +264069,2264.38922,2066.92058,2709.005091,1091.052435,2153.522883 +264070,2235.006769,2066.595183,2712.775042,1095.393561,2159.449084 +264071,2275.069211,2065.820019,2715.338851,1099.668631,2164.326569 +264072,2269.060196,2065.221137,2718.790623,1103.882135,2170.57621 +264073,2278.725529,2064.401303,2718.84258,1108.033707,2172.98132 +264074,2285.41319,2063.546134,2719.023256,1112.200068,2175.700408 +264075,2292.37052,2062.504204,2719.047106,1116.133803,2178.343746 +264076,2310.157534,2061.466031,2718.903184,1120.170318,2180.867359 +264077,2289.273323,2060.2717,2718.640092,1124.092338,2183.320312 +264078,2320.107287,2059.003405,2718.275163,1127.900331,2185.708253 +264079,2317.108735,2057.640222,2717.784947,1131.914516,2187.999271 +264080,2326.967542,2056.164877,2718.991629,1135.533358,2192.378149 +264081,2343.688779,2054.685609,2717.335864,1139.328552,2193.366773 +264082,2316.310168,2052.990354,2716.212611,1143.004749,2195.022165 +264083,2380.816593,2051.278021,2716.976602,1146.643484,2198.970382 +264084,2307.706698,2049.494476,2715.022288,1150.23419,2199.671576 +264085,2397.458747,2047.605472,2713.808368,1153.782861,2201.28085 +264086,2346.568097,2045.637693,2712.763726,1157.358457,2203.098661 +264087,2350.869842,2043.58981,2711.609904,1160.70652,2204.797625 +264088,2405.677088,2041.467169,2710.688993,1164.100392,2206.788478 +264089,2369.533158,2039.263864,2709.825947,1167.575254,2208.868019 +264090,2377.250613,2018.475577,2710.189058,1173.623334,2212.444537 +264091,2394.544707,2040.001795,2707.125587,1174.412301,2212.761647 +264092,2395.440096,2036.714673,2705.665615,1176.974019,2214.577489 +264093,2402.187435,2041.699245,2705.293956,1179.760564,2217.070093 +264094,2407.821688,2043.972778,2705.506033,1182.340232,2219.875788 +264095,2413.229834,2046.707182,2705.995638,1185.052964,2222.840802 +264096,2418.638639,2049.64359,2706.56771,1187.655054,2225.843762 +264097,2424.273542,2052.728585,2707.161506,1190.223887,2228.841506 +264098,2429.600599,2055.808639,2707.748098,1192.748781,2231.80879 +264099,2434.923949,2059.333892,2708.314062,1195.230639,2234.729953 +264100,2440.265538,2062.668301,2708.852348,1197.670524,2237.597212 +264101,2445.598865,2066.241642,2709.358559,1200.069907,2240.408289 +264102,2450.746643,2069.886604,2709.829393,1202.429842,2243.163615 +264103,2456.018746,2073.635034,2710.263294,1204.751761,2245.865944 +264104,2467.691218,2092.4704,2710.944255,1205.157915,2248.863814 +264105,2474.245954,2098.804389,2712.623742,1207.009198,2252.305089 +264106,2479.792608,2104.487762,2714.694532,1209.01992,2255.774828 +264107,2485.446159,2109.659431,2716.577667,1211.047505,2258.983623 +264108,2490.985394,2114.878928,2718.107561,1213.065615,2261.930985 +264109,2496.500736,2119.961407,2719.308214,1215.065379,2264.886873 +264110,2501.836239,2125.102025,2720.253517,1217.043358,2267.485299 +264111,2507.080773,2130.128553,2721.012978,1218.998743,2269.985125 +264112,2512.641467,2135.211914,2721.636988,1220.931027,2272.424582 +264113,2517.801155,2140.306426,2722.150154,1222.840569,2274.819551 +264114,2523.068445,2145.284181,2722.562024,1224.727352,2277.17255 +264115,2528.297067,2150.355449,2722.883444,1226.591959,2279.489976 +264116,2533.488583,2155.237319,2723.125991,1228.43448,2281.780437 +264117,2538.55868,2160.444177,2723.29694,1230.255516,2284.048293 +264118,2543.691651,2165.344528,2723.39769,1232.135718,2286.291633 +264119,2556.572798,2170.353196,2723.556092,1233.795551,2288.662878 +264120,2542.451549,2175.333474,2723.508337,1235.610336,2290.840371 +264121,2577.961673,2183.295463,2721.992454,1240.079776,2290.334682 +264122,2568.463806,2189.005738,2721.215595,1242.686759,2290.847621 +264123,2581.023559,2205.863037,2720.895388,1243.765618,2291.999626 +264124,2587.290448,2194.873266,2720.74058,1245.691982,2293.303347 +264125,2593.447335,2222.573933,2722.389882,1247.652723,2296.798122 +264126,2599.190406,2213.041327,2721.251817,1249.591458,2296.977132 +264127,2605.368068,2223.640938,2720.472618,1251.509889,2297.67595 +264128,2611.445064,2228.764391,2719.760852,1253.404441,2298.531622 +264129,2617.508855,2234.075912,2719.077734,1255.278643,2299.49135 +264130,2623.186278,2239.547664,2718.34863,1257.133531,2300.461417 +264131,2629.261739,2245.030254,2717.56335,1258.969864,2301.42666 +264132,2635.025248,2250.263445,2716.72171,1260.789147,2302.383545 +264133,2640.840488,2255.572938,2715.820473,1262.59182,2303.324606 +264134,2646.462525,2260.907087,2716.767074,1264.379289,2306.335394 +264135,2652.535691,2265.815203,2716.429289,1266.150304,2308.099247 +264136,2657.722956,2271.034258,2713.900256,1267.906925,2307.257048 +264137,2663.874255,2276.082267,2712.148277,1269.650406,2307.387816 +264138,2669.208917,2281.074171,2710.682405,1271.379431,2307.883577 +264139,2674.940048,2285.932913,2709.327988,1273.095526,2308.540897 +264140,2680.734808,2290.911609,2709.706398,1274.799445,2311.352378 +264141,2685.719403,2295.452612,2707.343486,1276.489742,2310.875018 +264142,2699.225913,2300.289936,2705.688748,1278.169888,2311.299084 +264143,2686.698935,2304.928744,2704.07809,1279.837704,2311.803649 +264144,2713.724134,2309.410874,2702.516867,1281.494768,2312.39628 +264145,2703.828895,2308.133763,2700.991197,1285.818012,2313.063572 +264146,2711.718973,2311.201288,2699.144492,1287.810695,2313.382452 +264147,2717.85702,2315.266702,2697.197415,1289.639857,2313.604219 +264148,2722.540306,2319.294647,2695.369123,1291.419772,2313.980668 +264149,2728.390926,2323.058651,2693.621848,1293.165959,2314.461926 +264150,2733.515384,2327.277548,2691.91568,1294.886969,2315.207007 +264151,2738.051438,2328.865028,2690.166164,1296.563364,2315.691591 +264152,2742.619036,2330.046643,2688.251172,1297.991365,2316.034663 +264153,2746.899878,2331.025546,2686.140099,1299.569796,2316.2272 +264154,2750.989544,2331.779281,2683.864884,1301.050396,2316.30584 +264155,2755.717729,2332.336413,2681.476343,1302.518184,2316.316735 +264156,2767.11126,2332.906045,2679.145888,1303.963318,2316.452933 +264157,2754.097607,2332.855425,2676.588592,1305.385907,2316.353799 +264158,2778.115976,2333.108314,2675.622062,1306.788811,2318.236208 +264159,2770.567707,2332.795716,2672.079174,1310.258999,2317.003645 +264160,2775.638424,2332.648525,2668.984858,1307.142025,2316.333466 +264161,2781.035619,2332.229128,2666.016306,1318.232788,2315.815811 +264162,2784.286401,2331.675956,2663.195371,1302.150901,2315.476463 +264163,2788.087606,2330.944128,2660.396224,1334.059914,2315.152794 +264164,2792.167255,2330.207029,2657.624662,1290.24409,2314.855109 +264165,2795.523754,2329.245594,2654.870478,1327.338234,2314.574686 +264166,2808.19027,2328.297388,2653.882871,1325.552145,2316.460773 +264167,2793.628753,2327.019651,2651.72923,1302.475215,2317.119949 +264168,2816.006804,2325.613504,2647.430062,1327.414648,2314.947928 +264169,2809.992035,2324.316815,2644.0678,1337.506009,2313.884315 +264170,2814.027755,2322.71111,2640.986891,1294.969412,2313.127124 +264171,2818.229113,2321.108884,2638.020981,1336.370605,2312.479931 +264172,2822.115156,2319.333275,2635.140619,1321.616485,2311.92185 +264173,2832.174295,2317.441959,2632.469592,1325.520232,2311.603972 +264174,2820.98254,2315.489909,2629.69107,1326.731187,2311.145242 +264175,2839.024795,2313.397139,2626.836721,1327.852082,2310.768222 +264176,2836.092855,2311.387988,2624.152411,1328.970681,2310.34094 +264177,2838.527563,2308.845803,2621.408222,1330.075698,2309.815879 +264178,2850.596198,2306.646822,2620.401331,1331.172131,2311.455553 +264179,2838.235029,2303.918781,2616.62643,1332.248379,2309.716188 +264180,2854.641456,2301.451441,2613.345959,1333.322878,2308.035153 +264181,2742.374403,2247.020252,2606.799566,1281.155683,2302.813062 +264182,2734.261862,2240.259417,2591.703208,1281.357994,2284.914621 +264183,2739.06768,2237.839829,2574.587975,1281.77781,2263.166387 +264184,2742.606362,2234.272421,2562.178605,1282.207299,2246.773799 +264185,2752.09399,2230.467382,2550.792747,1286.946951,2231.327612 +264186,2736.969348,2226.959169,2542.481525,1278.187211,2219.97223 +264187,2758.827054,2223.271054,2536.001108,1298.640333,2211.104995 +264188,2751.616488,2219.543257,2530.826088,1266.196355,2204.115903 +264189,2754.493291,2207.958189,2526.117377,1294.49719,2197.974536 +264190,2757.932345,2222.616806,2521.754123,1297.784409,2192.510189 +264191,2768.147678,2195.460474,2519.574587,1266.817933,2189.953524 +264192,2745.441562,2198.578707,2514.441603,1296.857655,2183.975112 +264193,2759.50071,2187.159318,2509.389305,1304.156289,2178.407706 +264194,2746.033338,2183.001773,2504.558626,1260.804273,2173.309822 +264195,2762.250067,2178.212841,2500.224363,1302.456307,2168.904426 +264196,2757.703788,2173.368968,2496.453269,1287.1283,2165.218118 +264197,2758.972845,2168.55594,2492.927025,1290.443897,2162.048662 +264198,2768.730279,2163.709894,2489.694665,1291.446206,2159.029888 +264199,2757.123158,2158.837548,2486.532632,1292.082455,2156.102391 +264200,2772.805232,2154.082469,2485.094283,1292.807076,2155.287439 +264201,2769.981276,2148.88608,2482.869356,1293.676819,2153.581602 +264202,2769.185051,2144.007707,2478.545069,1294.340813,2149.326958 +264203,2777.957186,2138.964735,2475.124643,1294.98802,2146.119049 +264204,2775.73459,2133.851876,2472.227822,1295.9948,2143.463119 +264205,2782.859495,2128.763707,2469.617419,1296.608645,2141.08631 +264206,2780.722516,2123.578889,2467.142001,1297.359726,2138.823954 +264207,2780.123564,2118.386526,2464.578971,1298.249236,2136.598126 +264208,2780.772563,2113.241635,2461.895886,1299.016642,2133.967684 +264209,2782.1792,2107.776568,2459.21399,1299.635532,2131.299445 +264210,2781.271963,2102.478339,2456.535063,1300.593562,2128.604614 +264211,2779.368353,2097.210051,2453.770213,1301.34356,2125.967197 +264212,2777.486401,2091.840863,2450.890853,1302.31231,2122.889755 +264213,2778.359777,2086.475769,2449.64082,1303.101413,2121.881765 +264214,2775.22491,2081.076889,2445.709246,1304.083356,2117.50505 +264215,2773.040078,2075.632072,2442.311687,1304.926963,2113.38947 +264216,2771.240106,2070.174015,2439.076199,1305.899042,2109.787219 +264217,2769.663362,2064.81607,2435.933128,1306.748449,2106.172728 +264218,2768.249107,2059.089678,2432.864483,1307.733377,2102.854928 +264219,2766.92866,2053.596819,2429.84393,1308.682908,2099.392934 +264220,2765.698945,2047.972938,2426.862667,1309.547078,2095.964011 +264221,2764.524661,2042.394775,2423.93178,1310.483828,2092.563759 +264222,2763.412311,2036.719361,2421.034915,1311.47855,2089.402612 +264223,2762.331521,2031.045215,2418.166503,1312.36331,2086.078176 +264224,2761.297969,2025.303527,2415.338876,1313.422276,2082.77815 +264225,2760.30912,2018.035039,2412.553724,1314.288485,2079.517082 +264226,2759.427833,2011.845292,2409.83729,1315.354749,2076.336061 +264227,2758.676413,2006.800615,2407.23257,1316.142783,2073.266663 +264228,2758.064525,1997.105757,2404.723741,1317.35132,2070.308651 +264229,2757.515734,2002.63283,2402.28467,1318.262773,2067.416997 +264230,2759.760929,1983.151509,2401.645546,1319.234414,2066.923515 +264231,2757.899577,1998.531155,2398.427734,1320.189844,2063.086979 +264232,2756.916943,1968.160747,2395.778563,1321.277719,2059.939312 +264233,2756.279141,1958.833573,2393.364769,1322.183721,2057.047115 +264234,2755.778424,1974.032971,2391.032102,1323.291861,2054.241428 +264235,2755.292061,1956.655043,2388.730391,1324.209442,2051.448839 +264236,2754.871357,1953.151091,2386.472976,1325.328262,2048.704955 +264237,2754.492773,1947.391045,2384.269221,1326.256391,2046.005144 +264238,2754.09276,1962.676109,2382.055801,1327.38575,2043.288413 +264239,2753.725411,1926.605251,2379.889811,1328.414982,2040.607291 +264240,2753.516555,1913.27179,2377.82855,1329.417557,2038.048725 +264241,2755.527944,1824.812703,2377.813842,1221.134676,2038.961095 +264242,2742.905376,1801.019522,2367.853588,1219.289851,2024.520516 +264243,2723.588616,1796.006714,2353.144768,1218.345533,2001.982073 +264244,2705.687253,1788.183149,2338.846266,1217.702037,1979.375957 +264245,2692.355088,1780.730805,2327.507329,1217.23808,1960.726559 +264246,2683.323705,1773.284699,2318.869487,1216.890169,1944.846407 +264247,2677.160341,1785.411567,2312.109665,1236.357742,1931.556866 +264248,2672.512133,1730.107553,2306.689785,1187.085786,1920.484265 +264249,2635.562041,1780.086466,2301.263726,1230.371924,1909.828146 +264250,2634.086181,1718.936374,2295.251541,1228.199417,1898.856611 +264251,2646.040827,1747.222265,2291.700968,1193.383885,1891.270675 +264252,2632.360263,1727.139478,2286.475928,1226.828863,1881.98763 +264253,2642.568152,1722.416745,2282.352147,1230.788772,1874.170449 +264254,2631.587224,1715.316899,2278.879627,1190.094026,1867.65061 +264255,2642.222988,1708.297615,2275.9182,1228.252821,1862.043785 +264256,2639.255666,1701.305778,2273.383738,1231.444755,1857.223906 +264257,2637.840244,1694.351026,2271.087128,1188.687855,1852.93431 +264258,2637.786228,1687.441553,2268.869233,1229.05437,1848.953301 +264259,2638.156907,1680.572695,2266.676227,1232.431796,1845.187581 +264260,2638.601338,1673.748689,2264.643773,1187.490333,1841.778441 +264261,2640.548628,1666.974103,2264.467508,1230.013173,1840.796814 +264262,2639.059312,1660.119247,2261.651976,1233.05181,1836.697243 +264263,2639.316316,1653.600133,2259.459911,1187.239683,1833.46428 +264264,2647.070247,1646.89076,2257.729591,1230.751378,1830.874088 +264265,2636.398796,1640.325729,2256.071827,1213.824644,1828.439335 +264266,2646.186475,1633.799681,2254.40532,1216.975124,1826.05446 +264267,2644.955468,1627.327452,2252.958175,1217.272284,1823.993055 +264268,2636.753127,1620.913526,2251.381151,1217.498204,1821.817552 +264269,2646.536901,1614.560544,2249.73396,1217.751011,1819.795522 +264270,2646.181683,1608.269057,2248.35138,1218.018976,1817.911595 +264271,2645.855681,1601.945372,2247.074173,1218.235036,1816.177144 +264272,2645.854826,1595.671473,2245.734585,1218.451812,1814.396736 +264273,2646.212944,1589.346,2244.353712,1218.676716,1812.599177 +264274,2646.74169,1603.178782,2242.932668,1218.911122,1810.781729 +264275,2647.429835,1548.755273,2241.579473,1219.15608,1809.070245 +264276,2648.133408,1606.757215,2240.251498,1219.411346,1807.407266 +264277,2648.855536,1530.830409,2238.957485,1219.677597,1805.799516 +264278,2649.12059,1584.369211,2237.691113,1219.954544,1804.236037 +264279,2648.679516,1536.05974,2236.383813,1220.242339,1802.629854 +264280,2648.231866,1554.640674,2235.035684,1220.540938,1800.977775 +264281,2647.773684,1540.749454,2233.63117,1220.850267,1799.257416 +264282,2647.331776,1536.679843,2232.193093,1221.170259,1797.493825 +264283,2646.927172,1531.272829,2230.746749,1221.500826,1795.715922 +264284,2646.549595,1525.901778,2229.296692,1221.841766,1793.928169 +264285,2646.193605,1522.239172,2227.847719,1222.193053,1792.135911 +264286,2645.852039,1518.423014,2226.400965,1222.554491,1790.340271 +264287,2645.524638,1514.526091,2224.960231,1222.926013,1788.545718 +264288,2645.213878,1510.760202,2223.530011,1223.307414,1786.757615 +264289,2647.618816,1506.958305,2223.83975,1223.701195,1787.100229 +264290,2645.961833,1503.479895,2221.582222,1224.09691,1784.303629 +264291,2645.139026,1499.864351,2219.862538,1224.510262,1782.157668 +264292,2644.57128,1496.414028,2218.298257,1224.928689,1780.18319 +264293,2644.153183,1493.032454,2216.824305,1225.357103,1778.302686 +264294,2643.83093,1489.735695,2215.412791,1225.794201,1776.487243 +264295,2643.569804,1486.526277,2214.046754,1226.154102,1774.71994 +264296,2643.346973,1483.406259,2212.714437,1226.736362,1773.188673 +264297,2643.148931,1480.477694,2211.408297,1227.138494,1771.468684 +264298,2642.971685,1477.540483,2210.125999,1227.708234,1769.768719 +264299,2642.813547,1475.032817,2208.866388,1228.060127,1768.091032 +264300,2642.671292,1472.572393,2207.627291,1228.607732,1766.434348 +264301,2642.579657,1576.777547,2206.661985,1336.683296,1765.495249 +264302,2656.569787,1576.470851,2215.545457,1339.497816,1779.486612 +264303,2676.811241,1575.544025,2228.699479,1341.888624,1800.713147 +264304,2695.383809,1574.569371,2241.048098,1343.996709,1822.250043 +264305,2709.242509,1573.240453,2250.512438,1346.49666,1840.258753 +264306,2718.737054,1572.098607,2257.209511,1348.366202,1854.632465 +264307,2725.248304,1570.846883,2261.93506,1350.721796,1866.418948 +264308,2729.972673,1569.604907,2265.398754,1352.938122,1875.974654 +264309,2733.6517,1568.365855,2268.053541,1355.202754,1884.050336 +264310,2736.679314,1567.133624,2270.154623,1357.515313,1890.977251 +264311,2739.260967,1565.910923,2271.848807,1360.345511,1896.964137 +264312,2741.504797,1564.700021,2273.223842,1368.813393,1902.151112 +264313,2743.537655,1563.501459,2274.37815,1354.563136,1906.693004 +264314,2745.415269,1562.316092,2275.362652,1372.270991,1910.686199 +264315,2747.143288,1561.14446,2276.194047,1368.803704,1914.183982 +264316,2748.775005,1559.986582,2276.917068,1372.375885,1917.272659 +264317,2750.342759,1558.842686,2277.561298,1375.248186,1920.017785 +264318,2751.855739,1557.712445,2278.140191,1377.922915,1922.462777 +264319,2753.324933,1556.596035,2278.667077,1380.840227,1924.648537 +264320,2754.757979,1555.493039,2279.151996,1383.552207,1926.6095 +264321,2756.146464,1554.296666,2279.593746,1392.575467,1928.363847 +264322,2757.527605,1553.378108,2280.01934,1380.616027,1929.962549 +264323,2758.898116,1552.239735,2280.429517,1396.744107,1931.422215 +264324,2760.224681,1551.205132,2280.805396,1394.729755,1932.733372 +264325,2761.523923,1550.168119,2281.159196,1398.81398,1933.923257 +264326,2762.805841,1549.14302,2281.498493,1401.896051,1935.011885 +264327,2764.048104,1548.130462,2281.810057,1413.314338,1935.992246 +264328,2765.297226,1547.130022,2282.12429,1396.604742,1936.910317 +264329,2766.534914,1546.141731,2282.430396,1422.927338,1937.76019 +264330,2767.632136,1545.165217,2282.628701,1423.063588,1938.395938 +264331,2768.63788,1544.235606,2282.743348,1400.843977,1938.841635 +264332,2769.515718,1543.324735,2282.759432,1443.564493,1939.090709 +264333,2770.592542,1542.42981,2282.991321,1404.079497,1939.703375 +264334,2772.033998,1541.548962,2283.488465,1454.797689,1940.656291 +264335,2773.507747,1540.682141,2283.972042,1409.735581,1941.499966 +264336,2774.800489,1539.828625,2283.978571,1461.866232,1941.433509 +264337,2775.335724,1538.989231,2283.653326,1418.443526,1940.846373 +264338,2775.940666,1538.162938,2283.443034,1469.045931,1940.478536 +264339,2776.527144,1537.349461,2283.229062,1440.79009,1940.101704 +264340,2778.016029,1536.549358,2283.941284,1456.298984,1941.425783 +264341,2780.37221,1535.760989,2285.279322,1458.708879,1943.638351 +264342,2782.672904,1534.984858,2286.379404,1462.742447,1945.22221 +264343,2783.688806,1534.221409,2286.244485,1466.968232,1944.589151 +264344,2783.959649,1533.471452,2285.567809,1471.315547,1943.150272 +264345,2784.43187,1532.733771,2285.194982,1475.529011,1942.347463 +264346,2785.088078,1532.007192,2284.976968,1480.116778,1941.788001 +264347,2785.873961,1531.293007,2284.85641,1484.565083,1941.371832 +264348,2788.723674,1530.591773,2286.703889,1489.070491,1944.437025 +264349,2790.84052,1529.898535,2287.555942,1493.7216,1945.424186 +264350,2791.371904,1529.219486,2286.972749,1498.223604,1943.941035 +264351,2792.022094,1528.553439,2286.723826,1503.106047,1943.266071 +264352,2792.845665,1527.896742,2286.635324,1507.839414,1943.068541 +264353,2796.269978,1527.253508,2289.027727,1512.713371,1947.043303 +264354,2798.767061,1526.616056,2290.167768,1517.590046,1948.408102 +264355,2799.363573,1525.99333,2289.560704,1528.032028,1946.737027 +264356,2800.094441,1525.382761,2289.360864,1525.109848,1946.062238 +264357,2803.655383,1524.782602,2291.914552,1533.636715,1950.306827 +264358,2806.231653,1524.187621,2293.120612,1538.248645,1951.734192 +264359,2806.630179,1523.607032,2292.347924,1543.293313,1949.753055 +264360,2807.182204,1523.038374,2292.024604,1548.35274,1948.870114 +264361,2810.846375,1545.460236,2294.533075,1575.669334,1952.846356 +264362,2819.818534,1546.202786,2300.428176,1583.915694,1961.864689 +264363,2826.597983,1546.68315,2303.442097,1589.670682,1965.327743 +264364,2833.157955,1546.990842,2306.99856,1596.013852,1970.477263 +264365,2837.936425,1547.216022,2309.301321,1602.377359,1973.658304 +264366,2839.934272,1547.386943,2309.454409,1608.374107,1973.346499 +264367,2844.516857,1547.529069,2312.618465,1614.953556,1978.786296 +264368,2847.774276,1547.638132,2314.217571,1621.074513,1981.044657 +264369,2848.634518,1547.7381,2313.656527,1632.437542,1979.545687 +264370,2849.5893,1547.829863,2313.538969,1631.73677,1979.138087 +264371,2850.623395,1547.910506,2313.534651,1640.623209,1978.930718 +264372,2856.004306,1547.98907,2317.420387,1647.015132,1985.589301 +264373,2863.47401,1548.055882,2323.040473,1653.528406,1994.709614 +264374,2866.049512,1548.114052,2323.62323,1659.679509,1994.472801 +264375,2865.526407,1548.179743,2321.869468,1666.148271,1990.692634 +264376,2869.175319,1548.245043,2324.567138,1672.75697,1995.231054 +264377,2875.684741,1548.297561,2329.411847,1684.691466,2002.936017 +264378,2877.771324,1548.343838,2329.609811,1684.422603,2001.949405 +264379,2876.812032,1548.399027,2327.518153,1692.514637,1997.51565 +264380,2880.170242,1548.455737,2329.976956,1699.868964,2001.560117 +264381,2882.540462,1548.49614,2330.890007,1706.272295,2002.231791 +264382,2886.143148,1548.547277,2333.070002,1718.401195,2005.238853 +264383,2888.74903,1548.589589,2333.875109,1718.492738,2005.621939 +264384,2887.961938,1548.633275,2331.942455,1726.000007,2001.358777 +264385,2892.126627,1548.686897,2335.125579,1738.82945,2006.547983 +264386,2895.090097,1548.612352,2336.474124,1739.863948,2007.759138 +264387,2894.527812,1548.923067,2334.636226,1746.140153,2003.53178 +264388,2894.710976,1548.73556,2333.659437,1757.641468,2001.275403 +264389,2895.307026,1548.869229,2333.284902,1764.504743,1999.961549 +264390,2901.5891,1548.793569,2338.357885,1767.480423,2008.310243 +264391,2911.275995,1549.027524,2345.757137,1778.760633,2020.037429 +264392,2918.089426,1548.753438,2350.752987,1782.939521,2027.028017 +264393,2919.336493,1548.794993,2349.929688,1785.963151,2023.994171 +264394,2916.753956,1548.733203,2346.518395,1788.917525,2017.312 +264395,2919.451014,1548.684629,2348.449297,1790.692335,2020.735773 +264396,2920.275796,1548.614287,2348.276644,1792.559924,2019.836459 +264397,2917.304882,1548.55124,2344.70176,1792.931456,2013.183488 +264398,2914.412645,1548.489404,2341.725023,1793.396358,2008.197613 +264399,2917.462022,1548.424072,2344.463099,1797.030887,2013.437036 +264400,2924.18841,1548.346206,2349.892112,1803.215969,2022.631547 +264401,2924.010493,1548.261799,2348.113405,1806.564984,2018.450513 +264402,2924.475019,1548.19685,2347.845948,1809.655984,2017.900506 +264403,2928.772436,1548.117653,2351.199822,1814.692652,2023.711272 +264404,2927.194948,1548.025702,2348.395152,1817.409604,2018.040967 +264405,2921.6383,1547.95001,2342.549518,1817.85844,2007.80404 +264406,2922.495543,1547.874963,2343.434707,1821.181169,2010.150055 +264407,2921.657769,1547.669944,2341.852557,1824.390763,2007.276006 +264408,2916.370757,1547.84728,2336.194075,1825.379043,1997.425694 +264409,2918.374027,1547.540039,2338.132374,1829.501335,2001.746003 +264410,2925.28564,1547.532673,2343.791664,1836.691794,2011.670964 +264411,2924.346392,1547.413194,2340.88576,1840.446053,2005.633114 +264412,2917.657911,1547.330392,2333.841506,1840.842916,1993.36655 +264413,2918.656814,1547.251556,2335.261394,1844.588108,1996.964666 +264414,2925.689495,1547.148325,2340.831888,1851.725122,2006.85305 +264415,2930.973242,1547.046444,2344.190564,1858.710057,2012.001803 +264416,2927.808726,1546.945678,2339.60542,1861.518122,2003.184677 +264417,2919.639782,1546.857718,2331.41962,1861.14593,1989.173193 +264418,2912.396506,1546.767587,2324.899092,1860.778019,1978.924928 +264419,2905.74375,1545.13359,2319.142681,1860.960664,1970.025681 +264420,2900.380822,1544.820901,2313.653947,1862.246394,1961.88088 +264421,2906.718199,1511.17789,2318.981035,1869.49727,1973.154972 +264422,2914.973796,1510.576465,2325.550753,1878.101675,1986.074278 +264423,2918.044729,1509.840809,2326.578696,1884.884129,1988.198431 +264424,2910.13688,1509.471901,2317.297101,1886.154025,1971.748008 +264425,2897.279298,1509.000263,2304.52848,1884.317481,1949.997615 +264426,2887.145561,1508.359429,2295.094815,1883.430519,1934.663775 +264427,2889.301305,1507.954112,2297.235597,1888.686098,1939.557339 +264428,2888.90882,1507.433539,2295.27779,1893.801784,1935.437902 +264429,2891.043326,1506.967799,2296.106393,1899.759266,1936.659793 +264430,2900.401897,1506.499576,2303.573598,1909.292956,1949.339856 +264431,2898.382687,1506.012695,2299.155429,1913.917546,1939.870494 +264432,2888.866354,1505.564862,2289.127585,1913.788174,1922.078037 +264433,2880.652353,1505.119165,2281.525018,1913.522151,1909.83 +264434,2884.727499,1504.675964,2285.698285,1919.278086,1918.547517 +264435,2885.418711,1504.208552,2284.923062,1924.616625,1916.78729 +264436,2877.532583,1503.765932,2276.298672,1925.498559,1901.582814 +264437,2881.808101,1503.347584,2280.85327,1931.489748,1911.131067 +264438,2883.177373,1502.886603,2280.379446,1936.957351,1910.023142 +264439,2886.507753,1502.463466,2282.507066,1943.183148,1914.029564 +264440,2886.291711,1502.022797,2280.922707,1947.905855,1911.115586 +264441,2877.645821,1501.591552,2271.767132,1948.208884,1895.297596 +264442,2869.647756,1501.175719,2264.697333,1948.150204,1884.477131 +264443,2863.074052,1500.856377,2258.604701,1948.887561,1875.416 +264444,2856.983997,1500.269814,2253.082103,1949.883174,1867.337683 +264445,2851.708799,1499.929506,2247.980411,1951.216768,1859.990875 +264446,2847.42596,1499.386257,2243.222424,1952.800483,1853.249563 +264447,2842.89649,1499.138108,2238.764684,1954.58243,1847.037999 +264448,2838.509216,1498.648867,2234.583093,1956.540976,1841.307259 +264449,2851.106219,1498.26767,2246.681704,1966.401616,1864.744603 +264450,2873.977336,1497.846361,2266.258988,1982.744544,1899.01941 +264451,2890.42265,1497.105729,2278.675024,1997.526383,1918.615285 +264452,2902.304127,1496.014221,2286.045019,2009.251553,1929.604777 +264453,2909.813617,1494.992564,2290.411644,2018.425026,1935.9718 +264454,2903.63594,1494.105784,2282.351392,2020.414348,1920.92893 +264455,2900.731612,1492.988062,2279.525822,2022.4437,1917.37868 +264456,2895.915344,1491.903441,2274.568515,2024.2273,1909.818352 +264457,2895.311847,1490.791612,2273.971564,2028.124724,1910.491227 +264458,2891.618871,1489.636165,2269.817688,2030.782169,1904.394487 +264459,2879.67327,1488.462819,2258.135266,2029.393438,1885.5037 +264460,2868.889648,1487.38084,2248.704087,2027.528668,1871.967028 +264461,2859.174024,1485.999865,2240.40766,2026.328332,1860.504054 +264462,2850.507119,1484.723986,2232.838846,2025.480213,1850.326121 +264463,2842.814795,1486.386596,2225.833104,2025.259517,1841.153476 +264464,2852.886871,1485.598247,2235.780937,2032.424487,1861.826168 +264465,2872.450971,1484.627947,2253.878532,2046.104408,1894.196618 +264466,2887.647988,1483.679348,2265.24449,2058.25365,1912.575676 +264467,2882.314729,1482.40261,2257.043867,2060.634842,1896.434482 +264468,2880.158403,1481.364821,2254.906757,2062.600602,1894.082537 +264469,2890.435363,1480.177014,2264.429994,2070.994007,1912.234755 +264470,2885.984992,1478.936716,2258.135243,2073.629832,1900.655466 +264471,2871.550345,1477.708734,2244.243685,2070.116985,1877.796839 +264472,2873.127171,1476.468182,2247.274602,2073.318216,1886.754847 +264473,2885.433729,1475.053686,2258.4237,2083.296611,1908.00188 +264474,2894.953783,1473.875912,2265.223035,2093.054528,1919.899251 +264475,2900.891542,1472.463963,2268.813485,2101.012756,1926.375206 +264476,2904.401797,1471.106503,2270.58061,2107.150872,1930.10485 +264477,2906.687791,1469.706573,2271.258611,2112.275601,1932.254486 +264478,2896.675488,1468.267824,2260.66137,2111.515554,1914.60144 +264479,2879.255674,1466.821552,2244.971684,2106.213468,1889.729646 +264480,2864.369272,1465.350065,2232.476798,2101.294879,1871.805434 +264481,2852.443777,1410.964167,2222.571423,2098.028685,1858.449578 +264482,2831.96408,1375.746502,2206.550468,2089.848278,1836.097305 +264483,2825.807866,1402.973966,2203.627715,2087.813757,1837.471562 +264484,2830.801163,1393.080412,2209.439797,2094.419862,1850.980254 +264485,2819.55482,1384.330591,2196.532933,2095.382797,1827.976471 +264486,2814.130208,1393.629677,2191.041843,2097.436921,1819.847425 +264487,2822.86227,1380.140379,2198.479852,2106.544341,1833.843135 +264488,2816.303386,1386.116395,2189.365308,2109.340185,1816.4286 +264489,2799.789743,1381.219157,2172.855226,2105.533011,1788.17636 +264490,2786.164626,1379.695727,2160.759841,2101.834591,1769.585287 +264491,2774.488384,1377.655662,2150.734406,2099.325924,1754.726542 +264492,2781.251315,1375.587759,2158.132233,2105.488093,1771.129111 +264493,2798.784155,1373.470794,2173.223677,2118.530921,1798.74058 +264494,2795.477127,1371.325879,2166.374973,2122.635136,1785.526235 +264495,2794.948276,1369.204723,2165.073763,2125.890355,1785.168134 +264496,2791.609074,1367.016961,2160.851558,2127.914709,1779.397322 +264497,2793.023918,1364.720355,2161.835999,2131.830279,1783.604271 +264498,2805.449244,1362.634411,2172.742766,2141.558932,1804.866089 +264499,2801.169049,1360.392352,2165.698626,2144.226394,1792.620762 +264500,2799.283155,1358.000089,2163.911374,2146.626734,1792.226563 +264501,2809.104932,1355.757395,2172.462987,2154.659579,1809.886256 +264502,2816.767923,1353.392172,2177.776758,2162.871366,1820.309286 +264503,2809.33501,1351.022952,2168.793219,2163.617914,1805.569782 +264504,2793.114188,1348.645766,2153.464401,2158.593688,1781.783398 +264505,2792.026893,1346.246616,2154.372183,2160.093506,1788.394545 +264506,2801.999085,1343.68434,2163.523546,2168.343626,1807.627078 +264507,2810.00449,1341.345678,2168.878757,2176.595677,1818.557512 +264508,2802.476376,1338.778079,2159.799227,2177.232794,1804.066126 +264509,2797.91296,1336.28711,2155.705871,2177.676316,1800.662131 +264510,2803.204057,1333.73122,2160.771072,2183.135608,1813.219307 +264511,2795.913247,1331.682043,2152.429596,2183.693844,1800.6306 +264512,2791.646319,1329.7678,2148.9895,2184.416703,1798.500211 +264513,2785.203769,1327.863253,2142.744073,2184.300658,1790.826424 +264514,2770.870666,1325.999482,2129.313495,2180.132952,1770.691463 +264515,2758.103153,1324.165995,2118.549158,2175.739335,1756.427692 +264516,2746.967237,1322.335995,2109.210466,2172.473618,1744.549668 +264517,2737.041302,1320.525314,2100.819348,2169.920533,1734.180545 +264518,2744.324995,1318.732762,2108.775053,2175.571966,1753.276678 +264519,2745.410208,1316.920819,2108.294059,2179.975243,1754.273935 +264520,2733.538648,1315.157824,2095.987506,2177.508044,1734.827398 +264521,2723.479349,1313.511808,2087.32713,2174.472711,1723.7311 +264522,2714.829217,1311.609659,2080.223932,2172.342064,1715.272562 +264523,2725.084898,1309.953056,2091.117063,2179.102146,1738.972517 +264524,2746.878689,1308.079089,2110.439926,2193.217943,1774.985453 +264525,2745.386197,1306.478694,2104.831444,2197.442251,1764.2521 +264526,2729.907575,1304.724825,2089.178492,2193.02771,1738.595618 +264527,2734.247393,1303.051426,2095.360375,2196.235525,1754.113989 +264528,2751.68998,1301.323835,2111.256335,2207.974003,1784.213453 +264529,2749.087167,1299.60791,2105.438838,2211.272248,1773.434919 +264530,2733.784667,1297.945658,2090.404385,2206.666446,1748.891563 +264531,2721.379665,1296.277681,2080.469809,2202.252976,1735.370758 +264532,2727.825309,1294.604594,2088.347535,2206.918358,1753.522831 +264533,2728.576133,1292.907576,2087.9206,2210.854468,1754.113956 +264534,2716.509555,1291.253722,2075.73738,2208.140376,1734.391687 +264535,2706.254259,1289.615117,2067.190727,2204.903423,1723.037192 +264536,2697.706983,1287.961354,2060.177209,2202.563632,1714.313911 +264537,2690.208472,1286.319945,2053.972763,2200.866885,1706.893332 +264538,2683.470079,1284.684054,2048.328086,2199.615513,1700.374351 +264539,2677.335023,1283.154332,2043.129431,2198.473309,1694.580697 +264540,2671.710948,1281.380896,2038.316653,2197.78628,1689.415033 +264541,2032.487787,1279.704345,1101.20429,1817.774163,2460.570765 +264542,2126.10036,1422.564583,1151.584366,1901.923757,2524.870977 +264543,2243.056452,1390.368154,1216.818371,2003.814371,2595.561693 +264544,2347.858671,1422.676795,1277.722725,2089.161329,2654.285377 +264545,2424.407759,1409.871066,1325.323808,2144.501476,2692.681902 +264546,2468.648111,1411.377913,1356.984243,2169.450812,2706.718722 +264547,2491.780728,1410.802887,1377.711212,2176.922806,2705.828467 +264548,2505.430609,1409.865065,1392.892028,2178.553855,2699.96018 +264549,2514.734798,1408.981935,1404.940169,2179.157467,2692.974498 +264550,2521.82092,1408.05029,1414.939916,2180.174312,2686.261742 +264551,2527.537824,1407.093633,1423.415401,2181.724056,2680.240582 +264552,2532.242035,1406.091466,1430.661938,2183.775608,2674.96077 +264553,2536.129309,1405.096899,1436.884226,2185.75392,2670.358502 +264554,2539.348181,1404.092682,1442.247092,2187.76766,2666.352386 +264555,2542.021816,1403.082357,1446.887888,2189.788515,2662.866063 +264556,2544.250922,1402.065255,1450.921009,2191.805599,2659.832321 +264557,2546.115653,1401.045294,1454.441263,2193.810276,2657.192465 +264558,2547.679361,1400.110026,1457.527308,2195.794112,2654.895606 +264559,2548.992156,1398.953312,1460.244494,2197.750041,2652.897562 +264560,2550.094178,1397.99229,1462.647352,2199.673293,2651.160246 +264561,2551.017699,1396.951582,1464.781419,2201.738671,2649.650691 +264562,2551.788943,1395.835316,1466.684839,2203.556575,2648.340498 +264563,2552.429143,1394.94055,1468.389527,2205.334963,2647.205001 +264564,2552.955693,1393.828664,1469.922295,2207.080824,2646.222919 +264565,2553.380696,1392.82975,1471.304171,2208.793225,2645.373316 +264566,2553.718525,1391.787403,1472.555984,2210.629368,2644.643274 +264567,2553.974005,1390.755051,1473.692673,2212.226265,2644.016844 +264568,2554.159322,1389.72481,1474.727775,2213.938323,2643.481901 +264569,2554.282959,1388.694337,1475.67312,2215.511909,2643.028403 +264570,2554.346693,1387.662901,1476.538665,2216.636483,2642.647369 +264571,2554.358704,1386.577355,1477.332733,2218.192225,2642.330665 +264572,2554.307411,1385.480131,1478.060168,2219.466182,2642.071036 +264573,2554.188327,1384.377591,1478.72544,2220.787353,2641.861966 +264574,2554.004202,1383.271019,1479.333342,2221.693061,2641.697676 +264575,2553.760703,1382.161339,1479.88863,2222.402084,2641.573026 +264576,2553.463619,1381.048595,1480.395689,2222.954269,2641.48349 +264577,2553.117845,1379.933224,1480.858376,2223.377461,2641.425034 +264578,2552.727476,1378.815059,1481.280053,2223.88043,2641.394084 +264579,2552.295981,1377.694422,1481.663638,2224.080286,2641.387412 +264580,2551.826359,1376.571097,1482.011688,2224.174603,2641.402109 +264581,2551.321215,1375.445413,1482.326454,2224.175011,2641.435543 +264582,2550.782846,1374.31732,1482.60995,2224.088836,2641.485361 +264583,2550.213342,1373.186718,1482.863972,2223.91785,2641.54943 +264584,2549.614614,1372.05359,1483.090122,2223.475452,2641.6258 +264585,2548.988417,1370.918255,1483.289841,2223.15704,2641.712687 +264586,2548.336366,1369.78049,1483.464445,2222.763191,2641.808507 +264587,2547.659893,1368.640577,1483.615128,2222.288907,2641.911799 +264588,2546.960292,1367.498306,1483.74298,2221.733649,2642.021238 +264589,2546.238716,1366.353968,1483.848996,2221.099502,2642.135595 +264590,2545.496216,1365.20736,1483.934098,2220.389119,2642.253766 +264591,2544.733741,1363.972454,1483.99913,2219.423512,2642.374718 +264592,2543.952188,1362.950504,1484.044889,2218.625958,2642.497532 +264593,2543.152379,1361.733944,1484.072111,2217.588822,2642.62136 +264594,2542.335089,1360.593392,1484.081492,2216.666744,2642.745436 +264595,2541.501037,1359.437033,1484.073689,2216.076383,2642.869064 +264596,2540.650887,1358.278632,1484.04931,2214.752979,2642.991595 +264597,2539.78521,1357.118603,1484.008911,2213.595029,2643.112384 +264598,2538.904587,1355.956745,1483.953031,2212.133462,2643.230878 +264599,2538.00957,1354.793372,1483.88219,2210.792817,2643.346584 +264600,2537.100704,1353.628306,1483.796888,2209.396782,2643.459065 +264601,0,0,0,0,0 +264602,0,0,0,0,0 +264603,0,0,0,0,0 +264604,0,0,0,0,0 +264605,0,0,0,0,0 +264606,0,0,0,0,0 +264607,0,0,0,0,0 +264608,0,0,0,0,0 +264609,0,0,0,0,0 +264610,0,0,0,0,0 +264611,0,0,0,0,0 +264612,0,0,0,0,0 +264613,0,0,0,0,0 +264614,0,0,0,0,0 +264615,0,0,0,0,0 +264616,0,0,0,0,0 +264617,0,0,0,0,0 +264618,0,0,0,0,0 +264619,0,0,0,0,0 +264620,0,0,0,0,0 +264621,0,0,0,0,0 +264622,0,0,0,0,0 +264623,0,0,0,0,0 +264624,0,0,0,0,0 +264625,0,0,0,0,0 +264626,0,0,0,0,0 +264627,0,0,0,0,0 +264628,0,0,0,0,0 +264629,0,0,0,0,0 +264630,0,0,0,0,0 +264631,0,0,0,0,0 +264632,0,0,0,0,0 +264633,0,0,0,0,0 +264634,0,0,0,0,0 +264635,0,0,0,0,0 +264636,0,0,0,0,0 +264637,0,0,0,0,0 +264638,0,0,0,0,0 +264639,0,0,0,0,0 +264640,0,0,0,0,0 +264641,0,0,0,0,0 +264642,0,0,0,0,0 +264643,0,0,0,0,0 +264644,0,0,0,0,0 +264645,0,0,0,0,0 +264646,0,0,0,0,0 +264647,0,0,0,0,0 +264648,0,0,0,0,0 +264649,0,0,0,0,0 +264650,0,0,0,0,0 +264651,0,0,0,0,0 +264652,0,0,0,0,0 +264653,0,0,0,0,0 +264654,0,0,0,0,0 +264655,0,0,0,0,0 +264656,0,0,0,0,0 +264657,0,0,0,0,0 +264658,0,0,0,0,0 +264659,0,0,0,0,0 +264660,0,0,0,0,0 +264661,0,0,0,0,0 +264662,0,0,0,0,0 +264663,0,0,0,0,0 +264664,0,0,0,0,0 +264665,0,0,0,0,0 +264666,0,0,0,0,0 +264667,0,0,0,0,0 +264668,0,0,0,0,0 +264669,0,0,0,0,0 +264670,0,0,0,0,0 +264671,0,0,0,0,0 +264672,0,0,0,0,0 +264673,0,0,0,0,0 +264674,0,0,0,0,0 +264675,0,0,0,0,0 +264676,0,0,0,0,0 +264677,0,0,0,0,0 +264678,0,0,0,0,0 +264679,0,0,0,0,0 +264680,0,0,0,0,0 +264681,0,0,0,0,0 +264682,0,0,0,0,0 +264683,0,0,0,0,0 +264684,0,0,0,0,0 +264685,0,0,0,0,0 +264686,0,0,0,0,0 +264687,0,0,0,0,0 +264688,0,0,0,0,0 +264689,0,0,0,0,0 +264690,0,0,0,0,0 +264691,0,0,0,0,0 +264692,0,0,0,0,0 +264693,0,0,0,0,0 +264694,0,0,0,0,0 +264695,0,0,0,0,0 +264696,0,0,0,0,0 +264697,0,0,0,0,0 +264698,0,0,0,0,0 +264699,0,0,0,0,0 +264700,0,0,0,0,0 +264701,0,0,0,0,0 +264702,0,0,0,0,0 +264703,0,0,0,0,0 +264704,0,0,0,0,0 +264705,0,0,0,0,0 +264706,0,0,0,0,0 +264707,0,0,0,0,0 +264708,0,0,0,0,0 +264709,0,0,0,0,0 +264710,0,0,0,0,0 +264711,0,0,0,0,0 +264712,0,0,0,0,0 +264713,0,0,0,0,0 +264714,0,0,0,0,0 +264715,0,0,0,0,0 +264716,0,0,0,0,0 +264717,0,0,0,0,0 +264718,0,0,0,0,0 +264719,0,0,0,0,0 +264720,0,0,0,0,0 +264721,0,0,0,0,0 +264722,0,0,0,0,0 +264723,0,0,0,0,0 +264724,0,0,0,0,0 +264725,0,0,0,0,0 +264726,0,0,0,0,0 +264727,0,0,0,0,0 +264728,0,0,0,0,0 +264729,0,0,0,0,0 +264730,0,0,0,0,0 +264731,0,0,0,0,0 +264732,0,0,0,0,0 +264733,0,0,0,0,0 +264734,0,0,0,0,0 +264735,0,0,0,0,0 +264736,0,0,0,0,0 +264737,0,0,0,0,0 +264738,0,0,0,0,0 +264739,0,0,0,0,0 +264740,0,0,0,0,0 +264741,0,0,0,0,0 +264742,0,0,0,0,0 +264743,0,0,0,0,0 +264744,0,0,0,0,0 +264745,0,0,0,0,0 +264746,0,0,0,0,0 +264747,0,0,0,0,0 +264748,0,0,0,0,0 +264749,0,0,0,0,0 +264750,0,0,0,0,0 +264751,0,0,0,0,0 +264752,0,0,0,0,0 +264753,0,0,0,0,0 +264754,0,0,0,0,0 +264755,0,0,0,0,0 +264756,0,0,0,0,0 +264757,0,0,0,0,0 +264758,0,0,0,0,0 +264759,0,0,0,0,0 +264760,0,0,0,0,0 +264761,0,0,0,0,0 +264762,0,0,0,0,0 +264763,0,0,0,0,0 +264764,0,0,0,0,0 +264765,0,0,0,0,0 +264766,0,0,0,0,0 +264767,0,0,0,0,0 +264768,0,0,0,0,0 +264769,0,0,0,0,0 +264770,0,0,0,0,0 +264771,0,0,0,0,0 +264772,0,0,0,0,0 +264773,0,0,0,0,0 +264774,0,0,0,0,0 +264775,0,0,0,0,0 +264776,0,0,0,0,0 +264777,0,0,0,0,0 +264778,0,0,0,0,0 +264779,0,0,0,0,0 +264780,0,0,0,0,0 +264781,0,0,0,0,0 +264782,0,0,0,0,0 +264783,0,0,0,0,0 +264784,0,0,0,0,0 +264785,0,0,0,0,0 +264786,0,0,0,0,0 +264787,0,0,0,0,0 +264788,0,0,0,0,0 +264789,0,0,0,0,0 +264790,0,0,0,0,0 +264791,0,0,0,0,0 +264792,0,0,0,0,0 +264793,0,0,0,0,0 +264794,0,0,0,0,0 +264795,0,0,0,0,0 +264796,0,0,0,0,0 +264797,0,0,0,0,0 +264798,0,0,0,0,0 +264799,0,0,0,0,0 +264800,0,0,0,0,0 +264801,0,0,0,0,0 +264802,0,0,0,0,0 +264803,0,0,0,0,0 +264804,0,0,0,0,0 +264805,0,0,0,0,0 +264806,0,0,0,0,0 +264807,0,0,0,0,0 +264808,0,0,0,0,0 +264809,0,0,0,0,0 +264810,0,0,0,0,0 +264811,0,0,0,0,0 +264812,0,0,0,0,0 +264813,0,0,0,0,0 +264814,0,0,0,0,0 +264815,0,0,0,0,0 +264816,0,0,0,0,0 +264817,0,0,0,0,0 +264818,0,0,0,0,0 +264819,0,0,0,0,0 +264820,0,0,0,0,0 +264821,0,0,0,0,0 +264822,0,0,0,0,0 +264823,0,0,0,0,0 +264824,0,0,0,0,0 +264825,0,0,0,0,0 +264826,0,0,0,0,0 +264827,0,0,0,0,0 +264828,0,0,0,0,0 +264829,0,0,0,0,0 +264830,0,0,0,0,0 +264831,0,0,0,0,0 +264832,0,0,0,0,0 +264833,0,0,0,0,0 +264834,0,0,0,0,0 +264835,0,0,0,0,0 +264836,0,0,0,0,0 +264837,0,0,0,0,0 +264838,0,0,0,0,0 +264839,0,0,0,0,0 +264840,0,0,0,0,0 +264841,0,0,0,0,0 +264842,0,0,0,0,0 +264843,0,0,0,0,0 +264844,0,0,0,0,0 +264845,0,0,0,0,0 +264846,0,0,0,0,0 +264847,0,0,0,0,0 +264848,0,0,0,0,0 +264849,0,0,0,0,0 +264850,0,0,0,0,0 +264851,0,0,0,0,0 +264852,0,0,0,0,0 +264853,0,0,0,0,0 +264854,0,0,0,0,0 +264855,0,0,0,0,0 +264856,0,0,0,0,0 +264857,0,0,0,0,0 +264858,0,0,0,0,0 +264859,0,0,0,0,0 +264860,0,0,0,0,0 +264861,0,0,0,0,0 +264862,0,0,0,0,0 +264863,0,0,0,0,0 +264864,0,0,0,0,0 +264865,0,0,0,0,0 +264866,0,0,0,0,0 +264867,0,0,0,0,0 +264868,0,0,0,0,0 +264869,0,0,0,0,0 +264870,0,0,0,0,0 +264871,0,0,0,0,0 +264872,0,0,0,0,0 +264873,0,0,0,0,0 +264874,0,0,0,0,0 +264875,0,0,0,0,0 +264876,0,0,0,0,0 +264877,0,0,0,0,0 +264878,0,0,0,0,0 +264879,0,0,0,0,0 +264880,0,0,0,0,0 +264881,0,0,0,0,0 +264882,0,0,0,0,0 +264883,0,0,0,0,0 +264884,0,0,0,0,0 +264885,0,0,0,0,0 +264886,0,0,0,0,0 +264887,0,0,0,0,0 +264888,0,0,0,0,0 +264889,0,0,0,0,0 +264890,0,0,0,0,0 +264891,0,0,0,0,0 +264892,0,0,0,0,0 +264893,0,0,0,0,0 +264894,0,0,0,0,0 +264895,0,0,0,0,0 +264896,0,0,0,0,0 +264897,0,0,0,0,0 +264898,0,0,0,0,0 +264899,0,0,0,0,0 +264900,0,0,0,0,0 +264901,0,0,0,0,0 +264902,0,0,0,0,0 +264903,0,0,0,0,0 +264904,0,0,0,0,0 +264905,0,0,0,0,0 +264906,0,0,0,0,0 +264907,0,0,0,0,0 +264908,0,0,0,0,0 +264909,0,0,0,0,0 +264910,0,0,0,0,0 +264911,0,0,0,0,0 +264912,0,0,0,0,0 +264913,0,0,0,0,0 +264914,0,0,0,0,0 +264915,0,0,0,0,0 +264916,0,0,0,0,0 +264917,0,0,0,0,0 +264918,0,0,0,0,0 +264919,0,0,0,0,0 +264920,0,0,0,0,0 +264921,0,0,0,0,0 +264922,0,0,0,0,0 +264923,0,0,0,0,0 +264924,0,0,0,0,0 +264925,0,0,0,0,0 +264926,0,0,0,0,0 +264927,0,0,0,0,0 +264928,0,0,0,0,0 +264929,0,0,0,0,0 +264930,0,0,0,0,0 +264931,0,0,0,0,0 +264932,0,0,0,0,0 +264933,0,0,0,0,0 +264934,0,0,0,0,0 +264935,0,0,0,0,0 +264936,0,0,0,0,0 +264937,0,0,0,0,0 +264938,0,0,0,0,0 +264939,0,0,0,0,0 +264940,0,0,0,0,0 +264941,0,0,0,0,0 +264942,0,0,0,0,0 +264943,0,0,0,0,0 +264944,0,0,0,0,0 +264945,0,0,0,0,0 +264946,0,0,0,0,0 +264947,0,0,0,0,0 +264948,0,0,0,0,0 +264949,0,0,0,0,0 +264950,0,0,0,0,0 +264951,0,0,0,0,0 +264952,0,0,0,0,0 +264953,0,0,0,0,0 +264954,0,0,0,0,0 +264955,0,0,0,0,0 +264956,0,0,0,0,0 +264957,0,0,0,0,0 +264958,0,0,0,0,0 +264959,0,0,0,0,0 +264960,0,0,0,0,0 +264961,0,0,0,0,0 +264962,0,0,0,0,0 +264963,0,0,0,0,0 +264964,0,0,0,0,0 +264965,0,0,0,0,0 +264966,0,0,0,0,0 +264967,0,0,0,0,0 +264968,0,0,0,0,0 +264969,0,0,0,0,0 +264970,0,0,0,0,0 +264971,0,0,0,0,0 +264972,0,0,0,0,0 +264973,0,0,0,0,0 +264974,0,0,0,0,0 +264975,0,0,0,0,0 +264976,0,0,0,0,0 +264977,0,0,0,0,0 +264978,0,0,0,0,0 +264979,0,0,0,0,0 +264980,0,0,0,0,0 +264981,0,0,0,0,0 +264982,0,0,0,0,0 +264983,0,0,0,0,0 +264984,0,0,0,0,0 +264985,0,0,0,0,0 +264986,0,0,0,0,0 +264987,0,0,0,0,0 +264988,0,0,0,0,0 +264989,0,0,0,0,0 +264990,0,0,0,0,0 +264991,0,0,0,0,0 +264992,0,0,0,0,0 +264993,0,0,0,0,0 +264994,0,0,0,0,0 +264995,0,0,0,0,0 +264996,0,0,0,0,0 +264997,0,0,0,0,0 +264998,0,0,0,0,0 +264999,0,0,0,0,0 +265000,0,0,0,0,0 +265001,0,0,0,0,0 +265002,0,0,0,0,0 +265003,0,0,0,0,0 +265004,0,0,0,0,0 +265005,0,0,0,0,0 +265006,0,0,0,0,0 +265007,0,0,0,0,0 +265008,0,0,0,0,0 +265009,0,0,0,0,0 +265010,0,0,0,0,0 +265011,0,0,0,0,0 +265012,0,0,0,0,0 +265013,0,0,0,0,0 +265014,0,0,0,0,0 +265015,0,0,0,0,0 +265016,0,0,0,0,0 +265017,0,0,0,0,0 +265018,0,0,0,0,0 +265019,0,0,0,0,0 +265020,0,0,0,0,0 +265021,0,0,0,0,0 +265022,0,0,0,0,0 +265023,0,0,0,0,0 +265024,0,0,0,0,0 +265025,0,0,0,0,0 +265026,0,0,0,0,0 +265027,0,0,0,0,0 +265028,0,0,0,0,0 +265029,0,0,0,0,0 +265030,0,0,0,0,0 +265031,0,0,0,0,0 +265032,0,0,0,0,0 +265033,0,0,0,0,0 +265034,0,0,0,0,0 +265035,0,0,0,0,0 +265036,0,0,0,0,0 +265037,0,0,0,0,0 +265038,0,0,0,0,0 +265039,0,0,0,0,0 +265040,0,0,0,0,0 +265041,0,0,0,0,0 +265042,0,0,0,0,0 +265043,0,0,0,0,0 +265044,0,0,0,0,0 +265045,0,0,0,0,0 +265046,0,0,0,0,0 +265047,0,0,0,0,0 +265048,0,0,0,0,0 +265049,0,0,0,0,0 +265050,0,0,0,0,0 +265051,0,0,0,0,0 +265052,0,0,0,0,0 +265053,0,0,0,0,0 +265054,0,0,0,0,0 +265055,0,0,0,0,0 +265056,0,0,0,0,0 +265057,0,0,0,0,0 +265058,0,0,0,0,0 +265059,0,0,0,0,0 +265060,0,0,0,0,0 +265061,0,0,0,0,0 +265062,0,0,0,0,0 +265063,0,0,0,0,0 +265064,0,0,0,0,0 +265065,0,0,0,0,0 +265066,0,0,0,0,0 +265067,0,0,0,0,0 +265068,0,0,0,0,0 +265069,0,0,0,0,0 +265070,0,0,0,0,0 +265071,0,0,0,0,0 +265072,0,0,0,0,0 +265073,0,0,0,0,0 +265074,0,0,0,0,0 +265075,0,0,0,0,0 +265076,0,0,0,0,0 +265077,0,0,0,0,0 +265078,0,0,0,0,0 +265079,0,0,0,0,0 +265080,0,0,0,0,0 +265081,0,0,0,0,0 +265082,0,0,0,0,0 +265083,0,0,0,0,0 +265084,0,0,0,0,0 +265085,0,0,0,0,0 +265086,0,0,0,0,0 +265087,0,0,0,0,0 +265088,0,0,0,0,0 +265089,0,0,0,0,0 +265090,0,0,0,0,0 +265091,0,0,0,0,0 +265092,0,0,0,0,0 +265093,0,0,0,0,0 +265094,0,0,0,0,0 +265095,0,0,0,0,0 +265096,0,0,0,0,0 +265097,0,0,0,0,0 +265098,0,0,0,0,0 +265099,0,0,0,0,0 +265100,0,0,0,0,0 +265101,0,0,0,0,0 +265102,0,0,0,0,0 +265103,0,0,0,0,0 +265104,0,0,0,0,0 +265105,0,0,0,0,0 +265106,0,0,0,0,0 +265107,0,0,0,0,0 +265108,0,0,0,0,0 +265109,0,0,0,0,0 +265110,0,0,0,0,0 +265111,0,0,0,0,0 +265112,0,0,0,0,0 +265113,0,0,0,0,0 +265114,0,0,0,0,0 +265115,0,0,0,0,0 +265116,0,0,0,0,0 +265117,0,0,0,0,0 +265118,0,0,0,0,0 +265119,0,0,0,0,0 +265120,0,0,0,0,0 +265121,0,0,0,0,0 +265122,0,0,0,0,0 +265123,0,0,0,0,0 +265124,0,0,0,0,0 +265125,0,0,0,0,0 +265126,0,0,0,0,0 +265127,0,0,0,0,0 +265128,0,0,0,0,0 +265129,0,0,0,0,0 +265130,0,0,0,0,0 +265131,0,0,0,0,0 +265132,0,0,0,0,0 +265133,0,0,0,0,0 +265134,0,0,0,0,0 +265135,0,0,0,0,0 +265136,0,0,0,0,0 +265137,0,0,0,0,0 +265138,0,0,0,0,0 +265139,0,0,0,0,0 +265140,0,0,0,0,0 +265141,0,0,0,0,0 +265142,0,0,0,0,0 +265143,0,0,0,0,0 +265144,0,0,0,0,0 +265145,0,0,0,0,0 +265146,0,0,0,0,0 +265147,0,0,0,0,0 +265148,0,0,0,0,0 +265149,0,0,0,0,0 +265150,0,0,0,0,0 +265151,0,0,0,0,0 +265152,0,0,0,0,0 +265153,0,0,0,0,0 +265154,0,0,0,0,0 +265155,0,0,0,0,0 +265156,0,0,0,0,0 +265157,0,0,0,0,0 +265158,0,0,0,0,0 +265159,0,0,0,0,0 +265160,0,0,0,0,0 +265161,0,0,0,0,0 +265162,0,0,0,0,0 +265163,0,0,0,0,0 +265164,0,0,0,0,0 +265165,0,0,0,0,0 +265166,0,0,0,0,0 +265167,0,0,0,0,0 +265168,0,0,0,0,0 +265169,0,0,0,0,0 +265170,0,0,0,0,0 +265171,0,0,0,0,0 +265172,0,0,0,0,0 +265173,0,0,0,0,0 +265174,0,0,0,0,0 +265175,0,0,0,0,0 +265176,0,0,0,0,0 +265177,0,0,0,0,0 +265178,0,0,0,0,0 +265179,0,0,0,0,0 +265180,0,0,0,0,0 +265181,0,0,0,0,0 +265182,0,0,0,0,0 +265183,0,0,0,0,0 +265184,0,0,0,0,0 +265185,0,0,0,0,0 +265186,0,0,0,0,0 +265187,0,0,0,0,0 +265188,0,0,0,0,0 +265189,0,0,0,0,0 +265190,0,0,0,0,0 +265191,0,0,0,0,0 +265192,0,0,0,0,0 +265193,0,0,0,0,0 +265194,0,0,0,0,0 +265195,0,0,0,0,0 +265196,0,0,0,0,0 +265197,0,0,0,0,0 +265198,0,0,0,0,0 +265199,0,0,0,0,0 +265200,0,0,0,0,0 +265201,0,0,0,0,0 +265202,0,0,0,0,0 +265203,0,0,0,0,0 +265204,0,0,0,0,0 +265205,0,0,0,0,0 +265206,0,0,0,0,0 +265207,0,0,0,0,0 +265208,0,0,0,0,0 +265209,0,0,0,0,0 +265210,0,0,0,0,0 +265211,0,0,0,0,0 +265212,0,0,0,0,0 +265213,0,0,0,0,0 +265214,0,0,0,0,0 +265215,0,0,0,0,0 +265216,0,0,0,0,0 +265217,0,0,0,0,0 +265218,0,0,0,0,0 +265219,0,0,0,0,0 +265220,0,0,0,0,0 +265221,0,0,0,0,0 +265222,0,0,0,0,0 +265223,0,0,0,0,0 +265224,0,0,0,0,0 +265225,0,0,0,0,0 +265226,0,0,0,0,0 +265227,0,0,0,0,0 +265228,0,0,0,0,0 +265229,0,0,0,0,0 +265230,0,0,0,0,0 +265231,0,0,0,0,0 +265232,0,0,0,0,0 +265233,0,0,0,0,0 +265234,0,0,0,0,0 +265235,0,0,0,0,0 +265236,0,0,0,0,0 +265237,0,0,0,0,0 +265238,0,0,0,0,0 +265239,0,0,0,0,0 +265240,0,0,0,0,0 +265241,0,0,0,0,0 +265242,0,0,0,0,0 +265243,0,0,0,0,0 +265244,0,0,0,0,0 +265245,0,0,0,0,0 +265246,0,0,0,0,0 +265247,0,0,0,0,0 +265248,0,0,0,0,0 +265249,0,0,0,0,0 +265250,0,0,0,0,0 +265251,0,0,0,0,0 +265252,0,0,0,0,0 +265253,0,0,0,0,0 +265254,0,0,0,0,0 +265255,0,0,0,0,0 +265256,0,0,0,0,0 +265257,0,0,0,0,0 +265258,0,0,0,0,0 +265259,0,0,0,0,0 +265260,0,0,0,0,0 +265261,0,0,0,0,0 +265262,0,0,0,0,0 +265263,0,0,0,0,0 +265264,0,0,0,0,0 +265265,0,0,0,0,0 +265266,0,0,0,0,0 +265267,0,0,0,0,0 +265268,0,0,0,0,0 +265269,0,0,0,0,0 +265270,0,0,0,0,0 +265271,0,0,0,0,0 +265272,0,0,0,0,0 +265273,0,0,0,0,0 +265274,0,0,0,0,0 +265275,0,0,0,0,0 +265276,0,0,0,0,0 +265277,0,0,0,0,0 +265278,0,0,0,0,0 +265279,0,0,0,0,0 +265280,0,0,0,0,0 +265281,0,0,0,0,0 +265282,0,0,0,0,0 +265283,0,0,0,0,0 +265284,0,0,0,0,0 +265285,0,0,0,0,0 +265286,0,0,0,0,0 +265287,0,0,0,0,0 +265288,0,0,0,0,0 +265289,0,0,0,0,0 +265290,0,0,0,0,0 +265291,0,0,0,0,0 +265292,0,0,0,0,0 +265293,0,0,0,0,0 +265294,0,0,0,0,0 +265295,0,0,0,0,0 +265296,0,0,0,0,0 +265297,0,0,0,0,0 +265298,0,0,0,0,0 +265299,0,0,0,0,0 +265300,0,0,0,0,0 +265301,0,0,0,0,0 +265302,0,0,0,0,0 +265303,0,0,0,0,0 +265304,0,0,0,0,0 +265305,0,0,0,0,0 +265306,0,0,0,0,0 +265307,0,0,0,0,0 +265308,0,0,0,0,0 +265309,0,0,0,0,0 +265310,0,0,0,0,0 +265311,0,0,0,0,0 +265312,0,0,0,0,0 +265313,0,0,0,0,0 +265314,0,0,0,0,0 +265315,0,0,0,0,0 +265316,0,0,0,0,0 +265317,0,0,0,0,0 +265318,0,0,0,0,0 +265319,0,0,0,0,0 +265320,0,0,0,0,0 +265321,0,0,0,0,0 +265322,0,0,0,0,0 +265323,0,0,0,0,0 +265324,0,0,0,0,0 +265325,0,0,0,0,0 +265326,0,0,0,0,0 +265327,0,0,0,0,0 +265328,0,0,0,0,0 +265329,0,0,0,0,0 +265330,0,0,0,0,0 +265331,0,0,0,0,0 +265332,0,0,0,0,0 +265333,0,0,0,0,0 +265334,0,0,0,0,0 +265335,0,0,0,0,0 +265336,0,0,0,0,0 +265337,0,0,0,0,0 +265338,0,0,0,0,0 +265339,0,0,0,0,0 +265340,0,0,0,0,0 +265341,0,0,0,0,0 +265342,0,0,0,0,0 +265343,0,0,0,0,0 +265344,0,0,0,0,0 +265345,0,0,0,0,0 +265346,0,0,0,0,0 +265347,0,0,0,0,0 +265348,0,0,0,0,0 +265349,0,0,0,0,0 +265350,0,0,0,0,0 +265351,0,0,0,0,0 +265352,0,0,0,0,0 +265353,0,0,0,0,0 +265354,0,0,0,0,0 +265355,0,0,0,0,0 +265356,0,0,0,0,0 +265357,0,0,0,0,0 +265358,0,0,0,0,0 +265359,0,0,0,0,0 +265360,0,0,0,0,0 +265361,0,0,0,0,0 +265362,0,0,0,0,0 +265363,0,0,0,0,0 +265364,0,0,0,0,0 +265365,0,0,0,0,0 +265366,0,0,0,0,0 +265367,0,0,0,0,0 +265368,0,0,0,0,0 +265369,0,0,0,0,0 +265370,0,0,0,0,0 +265371,0,0,0,0,0 +265372,0,0,0,0,0 +265373,0,0,0,0,0 +265374,0,0,0,0,0 +265375,0,0,0,0,0 +265376,0,0,0,0,0 +265377,0,0,0,0,0 +265378,0,0,0,0,0 +265379,0,0,0,0,0 +265380,0,0,0,0,0 +265381,37.18600355,3938.071756,3426.717364,20.66625921,-288.7151554 +265382,335.1849074,2298.329447,3572.954008,156.1370338,258.9299048 +265383,327.0449733,189.1618827,3328.862247,152.2731483,253.5779713 +265384,315.8775146,164.1178462,3086.302998,146.9999213,242.738434 +265385,304.7603878,762.3956404,2888.617098,141.81391,230.4091627 +265386,294.9173225,898.4055142,2738.513538,137.288861,218.6528924 +265387,286.4289512,630.587083,1963.004646,133.4424283,207.9832679 +265388,279.030287,714.0068249,1537.137772,130.1299012,198.2918729 +265389,272.4710098,720.4009888,1910.830655,127.218957,189.3710187 +265390,266.5812078,725.7503649,1770.698093,124.6225272,181.0717541 +265391,261.2560426,730.6852823,1758.902282,122.28606,173.293657 +265392,256.4194291,736.4806039,1763.006781,120.1716362,165.9762043 +265393,252.0104133,742.1047488,1766.050683,118.2479249,159.0729295 +265394,247.9720441,748.0213233,1769.534655,116.487729,152.5432468 +265395,244.2575051,753.967991,1780.769044,114.8675715,146.3498264 +265396,240.8230664,760.1364572,1787.733388,113.3675061,140.4582731 +265397,237.6345204,766.3884737,1796.960699,111.9730393,134.8373643 +265398,234.6593241,770.5695139,1800.389036,110.6674359,129.458263 +265399,231.9624179,776.6775589,1808.715057,109.490517,124.2972144 +265400,229.4883552,783.0454258,1817.396715,108.4156401,119.3316594 +265401,227.1775555,789.1761693,1826.598562,107.4067437,114.5422369 +265402,224.9868247,796.2217453,1840.511875,106.4458176,109.9118398 +265403,222.8956756,802.6781732,1849.761996,105.5219212,105.4253206 +265404,220.8984927,809.4075627,1860.04216,104.6331709,101.0691814 +265405,218.9837635,816.2736502,1843.607472,103.7750512,96.83151206 +265406,217.1475416,827.5895474,1885.214919,102.9473513,92.70173297 +265407,215.3796959,837.0576577,1880.602905,102.1458709,88.67053786 +265408,213.6779715,846.968133,1893.234619,101.3706917,84.72967654 +265409,212.0339101,856.7233399,1903.059815,100.6180546,80.87190177 +265410,210.4467507,866.6447959,1913.019125,99.8885395,77.09075376 +265411,208.9092465,875.5496509,1920.728953,99.17882557,73.38054281 +265412,207.4190664,884.4571807,1928.323923,98.48886844,69.73617388 +265413,205.9681202,893.1714762,1935.877478,97.81500724,66.15312552 +265414,204.5567795,901.9664562,1947.796055,97.15818539,62.62732342 +265415,203.1794921,910.5873537,1953.7278,96.51568478,59.15516971 +265416,201.8380398,919.3048553,1964.979729,95.88895925,55.73341325 +265417,200.5274922,927.8499915,1962.999101,95.27549834,52.35917346 +265418,199.2499381,936.4590396,1954.543313,94.67683993,49.02981594 +265419,198.0006564,945.0396623,1989.068183,94.09052336,45.7429892 +265420,196.7819426,953.4956568,1981.7617,93.5181371,42.49652252 +265421,195.5892753,962.0521517,1991.509495,92.95727399,39.28848962 +265422,194.4251388,970.4367037,2009.511853,92.40957368,36.11709241 +265423,193.2851552,978.8912723,1987.424832,91.87266582,32.9807068 +265424,192.1719325,987.3216914,2018.621795,91.34822048,29.87778986 +265425,191.0811911,995.6206625,2014.972256,90.8338918,26.80694071 +265426,190.0156415,1003.984994,2022.667019,90.33137774,23.76683183 +265427,188.971099,1012.324919,2044.578164,89.83836119,20.75627225 +265428,187.9503618,1020.53163,2011.401554,89.35656625,17.77411551 +265429,186.9493129,1028.80392,2070.41364,88.88369617,14.81932441 +265430,185.9708104,1037.052772,2021.6665,88.42149211,11.89087854 +265431,185.010792,1045.162883,2058.314545,87.96767509,8.987866146 +265432,184.0721756,1053.34197,2058.464297,87.52400609,6.109386984 +265433,183.150948,1061.496777,2071.546647,87.08822339,3.254636499 +265434,182.2500835,1069.027772,2049.277533,86.66210818,0.422823473 +265435,181.3656103,1077.823062,2097.170845,86.2434143,-2.386767825 +265436,180.5005354,1085.490996,2067.744695,85.83393391,-5.174865542 +265437,179.6509174,1093.546043,2085.572495,85.43143264,-7.942119126 +265438,178.8197993,1101.445321,2087.803584,85.03771645,-10.6891903 +265439,178.0032655,1109.435267,2092.153954,84.65056182,-13.41667479 +265440,177.204393,1117.32892,2096.674612,84.27178828,-16.12517455 +265441,151.6456423,1554.805944,2389.296783,72.63843377,-63.85823481 +265442,157.0003659,1577.194221,2407.378455,75.21274704,-54.2816255 +265443,557.5731851,1594.875671,2465.021771,438.1159779,20.71610729 +265444,1261.981115,1517.48321,2280.710287,454.9052987,-315.322261 +265445,938.2682406,1670.466541,2299.593693,456.7553108,-275.8865496 +265446,1012.330113,1625.939548,2362.659405,460.1214544,-177.0383063 +265447,1062.357585,1640.705386,2422.923049,481.7999001,-89.60348159 +265448,1086.89629,1661.667113,2465.036341,493.6784426,-25.19800118 +265449,1085.330986,1666.411815,2474.539115,493.4058437,-9.939336949 +265450,1122.36876,1687.616894,2484.848914,510.7767959,16.74507617 +265451,1131.592581,1694.196112,2457.150837,515.474179,1044.215555 +265452,1150.601331,1710.678265,2415.418658,524.5916088,970.9948886 +265453,1168.022016,1724.763335,2390.757168,533.0413525,853.2973308 +265454,1182.354059,1737.22758,2369.890324,539.9020845,965.4824671 +265455,1199.142225,1743.783417,2348.970623,548.092154,989.4913741 +265456,1410.618852,1853.785564,2527.669836,644.7330201,1363.706996 +265457,938.1359714,1643.424626,2346.996222,431.5772575,487.0479799 +265458,1577.637138,1932.267138,2542.931905,720.614391,1659.050492 +265459,938.5240081,1676.192058,2352.315104,433.1377169,467.9123719 +265460,1606.923927,1926.068307,2547.340482,734.4938048,1694.412875 +265461,965.4899972,1690.968312,2353.26946,446.4460966,499.6161274 +265462,1652.784747,1994.204896,2548.562625,748.4095283,1729.02068 +265463,966.9091795,1672.198439,2356.165484,459.5285284,529.4990247 +265464,1675.820301,2013.10098,2551.959704,761.762091,1762.031874 +265465,1014.800175,1716.58902,2352.676718,471.9056592,557.5896934 +265466,1691.684173,2023.23022,2549.015629,775.1744159,1793.42574 +265467,1041.391499,1747.844965,2348.851848,483.82986,584.0915511 +265468,1718.667857,2050.983543,2546.916979,788.1310364,1823.358221 +265469,1065.488275,1738.454024,2345.99426,495.6038455,609.500487 +265470,1743.94266,2095.237375,2547.592409,800.4110037,1864.83749 +265471,1089.313946,1750.249782,2348.581918,506.8157278,613.2425885 +265472,1768.524207,2115.104456,2553.813195,812.8870378,1906.342138 +265473,1311.086518,1861.141557,2554.948331,608.1363964,987.8272487 +265474,1495.490974,2004.498063,2550.777907,690.9954603,1364.558679 +265475,1476.630692,1959.305917,2545.579705,683.2903751,1304.037848 +265476,1487.579166,1984.202138,2538.771724,688.355095,1317.278207 +265477,1504.470756,1989.941604,2535.011057,693.7729827,1328.374682 +265478,1510.752855,1998.837863,2535.372003,699.153389,1339.222572 +265479,1529.321894,2007.832435,2534.752002,704.3004684,1349.941375 +265480,1527.954335,2016.243086,2537.771015,709.4671816,1360.227749 +265481,1523.725398,2025.029662,2538.795074,714.6383549,1370.501291 +265482,1563.214055,2033.321864,2540.286789,719.6475136,1380.485558 +265483,1558.921622,2041.618244,2542.910222,724.6399208,1390.297971 +265484,1572.097592,2049.981388,2545.46532,729.5612506,1399.98735 +265485,1582.312172,2058.019002,2548.322285,734.4239425,1409.214849 +265486,1592.07337,2066.032617,2552.732426,739.1795994,1424.686318 +265487,1601.842527,2073.897316,2554.24497,744.0499515,1430.581496 +265488,1611.783979,2081.561093,2558.298405,748.6315279,1422.593862 +265489,1621.13091,2089.421777,2559.434268,753.3145905,1453.130348 +265490,1630.708849,2096.847075,2561.148675,757.7816465,1452.015134 +265491,1640.178453,2104.377313,2563.011683,762.3609013,1462.221309 +265492,1649.17792,2118.37101,2565.058217,766.7834032,1470.625985 +265493,1658.278276,2109.614032,2568.695822,771.1981837,1478.607048 +265494,1667.460166,2136.734435,2569.433022,775.558747,1486.63747 +265495,1676.441097,2129.920696,2570.846824,779.8731771,1494.455865 +265496,1685.152005,2141.000021,2572.228269,784.0264623,1508.965064 +265497,1694.010854,2147.751246,2575.579672,788.3487124,1506.442226 +265498,1702.681856,2154.06573,2575.894917,792.5391042,1511.417299 +265499,1711.291829,2160.734141,2576.727848,796.5609344,1528.424489 +265500,1719.82219,2167.440246,2579.466594,800.7022769,1530.714131 +265501,2118.040153,2341.019752,2590.664819,973.2650288,2013.928116 +265502,2137.506565,2355.95469,2634.034977,995.2432414,2049.278603 +265503,2129.997047,2354.36086,2685.589463,960.1652631,2089.655684 +265504,2156.653171,2369.932621,2727.345877,1016.996328,2121.111985 +265505,2159.659483,2373.808422,2757.10312,967.3808914,2143.082398 +265506,2170.810377,2380.970074,2777.204663,1025.900976,2157.806873 +265507,2180.154038,2387.501835,2790.792232,977.1646038,2167.720169 +265508,2189.319957,2394.243758,2800.496411,1038.256652,2174.643747 +265509,2198.499696,2400.700563,2809.193238,980.8067824,2181.85932 +265510,2214.347488,2406.752604,2813.485091,1030.197634,2184.687004 +265511,2209.098695,2413.225246,2818.872633,1034.312652,2189.512944 +265512,2226.063562,2418.742324,2820.933228,1005.53046,2190.875034 +265513,2234.884977,2425.108929,2823.098524,1032.945018,2192.783196 +265514,2242.183406,2430.816369,2825.023563,1034.428806,2194.737807 +265515,2251.19461,2436.729952,2826.713808,1036.440862,2196.690139 +265516,2259.504565,2442.038493,2828.208358,1041.476302,2198.646486 +265517,2267.884327,2447.874729,2829.525612,1045.356681,2200.59616 +265518,2276.210038,2459.628189,2830.826441,1049.36321,2202.706089 +265519,2284.324795,2450.17365,2831.846556,1053.403922,2204.636159 +265520,2292.651317,2472.386182,2832.69836,1057.295726,2206.502332 +265521,2310.915287,2468.08131,2835.296483,1061.038856,2210.602731 +265522,2292.722673,2474.172574,2836.711441,1065.019343,2213.40697 +265523,2324.025671,2479.611735,2837.54374,1068.721936,2215.624757 +265524,2322.504804,2484.320387,2838.063314,1072.386294,2217.760381 +265525,2331.699327,2488.800434,2838.370841,1076.312569,2219.501007 +265526,2339.785919,2494.381718,2838.528859,1079.871795,2221.122539 +265527,2350.857985,2497.297395,2836.813615,1083.576581,2220.538625 +265528,2357.666591,2502.963377,2837.693774,1087.092358,2223.135207 +265529,2369.425016,2513.171684,2838.074156,1090.836055,2225.192658 +265530,2368.580066,2509.457876,2836.491712,1094.302929,2224.948908 +265531,2360.256065,2514.998535,2835.582655,1097.718637,2225.570579 +265532,2394.601036,2519.931051,2836.599152,1101.102501,2228.593724 +265533,2388.295427,2522.307309,2834.953687,1104.517428,2228.502945 +265534,2400.334299,2526.351527,2835.558468,1107.662315,2231.233453 +265535,2413.755877,2529.375043,2835.295731,1111.094839,2233.015714 +265536,2397.640841,2532.494342,2834.66268,1114.282809,2234.443042 +265537,2447.696673,2540.858665,2832.253326,1117.507834,2233.793044 +265538,2391.674351,2537.892615,2830.75026,1120.693377,2234.287636 +265539,2469.813652,2541.200682,2829.647077,1123.918324,2235.311687 +265540,2401.450162,2544.722234,2828.632225,1126.933832,2236.498886 +265541,2485.353998,2547.374822,2827.751234,1130.080357,2237.912004 +265542,2437.336474,2549.70356,2826.744445,1133.135209,2239.237677 +265543,2463.401343,2558.274249,2825.530378,1136.172829,2240.37236 +265544,2466.529415,2548.161384,2824.279947,1139.183542,2241.51589 +265545,2473.054423,2562.543161,2823.105936,1142.167267,2242.804295 +265546,2479.226099,2560.355005,2822.108537,1145.124885,2244.352255 +265547,2485.573943,2561.189109,2821.041985,1147.98415,2245.860568 +265548,2491.828166,2564.524599,2821.510236,1151.071787,2249.285252 +265549,2498.061613,2565.223161,2819.19855,1153.791186,2249.38655 +265550,2503.99795,2567.158597,2817.401836,1156.713089,2250.146977 +265551,2510.447172,2569.026829,2815.767008,1159.535461,2251.120051 +265552,2516.375139,2570.639799,2814.185027,1162.34537,2252.179612 +265553,2522.441974,2572.121321,2812.592778,1165.132595,2253.250091 +265554,2528.422152,2579.981628,2811.110035,1167.897485,2254.485062 +265555,2534.488941,2569.468625,2809.499231,1170.640088,2255.592736 +265556,2540.131167,2581.694601,2807.746361,1173.361125,2256.558795 +265557,2546.409839,2573.771561,2807.622582,1176.061492,2259.53659 +265558,2551.982263,2583.900582,2804.783078,1178.814314,2259.246952 +265559,2557.985357,2574.323268,2802.438831,1181.360206,2259.576045 +265560,2563.636784,2585.696484,2800.270788,1184.052161,2260.128983 +265561,2583.872809,2584.935738,2799.064657,1189.425832,2262.481702 +265562,2570.352476,2579.15771,2798.235217,1192.420282,2265.168295 +265563,2601.682815,2592.622252,2799.022075,1195.293099,2269.886483 +265564,2590.294857,2583.498518,2798.835093,1198.085439,2273.480997 +265565,2601.329412,2592.376073,2796.244881,1200.743754,2274.190022 +265566,2607.064908,2582.748279,2794.174199,1203.54591,2275.532901 +265567,2612.416,2593.661431,2792.330234,1206.143666,2277.137445 +265568,2618.007764,2584.177092,2790.538946,1208.776735,2278.796352 +265569,2623.890962,2594.374697,2788.768077,1211.37189,2280.478305 +265570,2629.416565,2584.27182,2786.934486,1214.017997,2282.086473 +265571,2634.935885,2594.760719,2785.064786,1216.452191,2283.653909 +265572,2640.472105,2584.088199,2783.119052,1219.031721,2285.130765 +265573,2645.969208,2588.246447,2780.997199,1221.524327,2286.392951 +265574,2651.494843,2590.144504,2780.562393,1224.00888,2289.716497 +265575,2651.684225,2582.687724,2777.301365,1227.978218,2289.60124 +265576,2655.422335,2569.91918,2773.800702,1230.57788,2289.503898 +265577,2660.563184,2581.652806,2770.278144,1233.086078,2289.743332 +265578,2665.261423,2567.903453,2767.057268,1235.557984,2290.129362 +265579,2670.004918,2572.364162,2763.99586,1237.998106,2290.628597 +265580,2674.889481,2571.506576,2761.187432,1240.410625,2291.353394 +265581,2679.724866,2569.446476,2758.573835,1242.87614,2292.254147 +265582,2684.247208,2567.844069,2756.003516,1245.121329,2293.166322 +265583,2689.295848,2566.540007,2753.454387,1247.438073,2294.074345 +265584,2693.921416,2565.053447,2750.923315,1249.860896,2294.979465 +265585,2706.644974,2563.48452,2748.516473,1252.098945,2296.013377 +265586,2692.144336,2561.739859,2745.959584,1254.382595,2297.021735 +265587,2719.445732,2560.000483,2743.375341,1256.634671,2297.740022 +265588,2710.105513,2551.605709,2740.786015,1258.86693,2298.424291 +265589,2717.028782,2563.078063,2738.166184,1261.080107,2299.050687 +265590,2722.632264,2546.724216,2735.533876,1263.274528,2299.767611 +265591,2726.611886,2552.139514,2732.810647,1265.388444,2300.26428 +265592,2730.88043,2549.36771,2730.133106,1267.471993,2300.488887 +265593,2735.542942,2546.876277,2729.150423,1269.531328,2302.963212 +265594,2739.440004,2543.582704,2725.446529,1271.567163,2302.472584 +265595,2743.799169,2541.071278,2722.297197,1273.583069,2302.440179 +265596,2747.828868,2538.89221,2719.380171,1275.658004,2302.66292 +265597,2752.459424,2536.195641,2716.586638,1277.512496,2303.0145 +265598,2756.443012,2533.438912,2713.832417,1279.524923,2303.607533 +265599,2768.20554,2530.565787,2711.206712,1281.448664,2304.164169 +265600,2754.655429,2520.667498,2708.301792,1283.365091,2304.366161 +265601,2778.667247,2532.414133,2705.460338,1285.263863,2304.630685 +265602,2771.804736,2513.248418,2704.4647,1287.145688,2307.135553 +265603,2776.713225,2518.940005,2702.222058,1289.006955,2308.121843 +265604,2781.317699,2514.180888,2697.894533,1290.851568,2306.555032 +265605,2785.371726,2510.3709,2694.487364,1292.680834,2306.072458 +265606,2788.759278,2507.133987,2691.421669,1294.491528,2305.961987 +265607,2793.238504,2503.731036,2688.533855,1296.286101,2306.034871 +265608,2804.101861,2500.110166,2685.877796,1297.98194,2306.367693 +265609,2799.083371,2496.633082,2683.127486,1299.866245,2306.776159 +265610,2804.487786,2492.673646,2680.473506,1301.554031,2307.077474 +265611,2808.838202,2488.83165,2677.65008,1303.297143,2307.143063 +265612,2812.511171,2478.018166,2674.763862,1307.163078,2307.108355 +265613,2816.587177,2489.68888,2672.009547,1304.628715,2307.206259 +265614,2819.84478,2467.307867,2669.259915,1315.63895,2307.284112 +265615,2830.160071,2474.251793,2666.543066,1299.704259,2307.371527 +265616,2826.402069,2468.192146,2663.940837,1335.118834,2307.56818 +265617,2830.151667,2462.99893,2661.25294,1285.205633,2307.62842 +265618,2834.698711,2459.090216,2658.515053,1327.961241,2307.595113 +265619,2838.15338,2454.721067,2655.782185,1330.010235,2307.533578 +265620,2847.925619,2450.173229,2653.266344,1294.088384,2307.703485 +265621,2722.353866,2389.060364,2647.638876,1278.159806,2303.996831 +265622,2737.56887,2386.667916,2633.266948,1264.512575,2287.77891 +265623,2728.867448,2379.799942,2617.11786,1267.821281,2267.969917 +265624,2733.044842,2374.431046,2603.78047,1268.749783,2251.304833 +265625,2736.823685,2369.398677,2593.823613,1269.889337,2238.506684 +265626,2745.7892,2364.112453,2586.646758,1270.882645,2229.480148 +265627,2732.179273,2358.402009,2580.950217,1271.966035,2222.316765 +265628,2752.878892,2353.000654,2576.133985,1273.04688,2216.733385 +265629,2745.04067,2347.546754,2572.030206,1274.132567,2212.052214 +265630,2749.031298,2341.867982,2568.191579,1275.303035,2208.169503 +265631,2751.803861,2336.280628,2564.515133,1278.021727,2204.667181 +265632,2754.389235,2330.621907,2561.059013,1275.748778,2201.571062 +265633,2756.449981,2325.055697,2557.764177,1284.180119,2198.792313 +265634,2766.548604,2319.015675,2554.762701,1271.376961,2196.445166 +265635,2753.247587,2313.263366,2551.720479,1299.173727,2194.369488 +265636,2771.326409,2307.419976,2548.716601,1259.261922,2192.254126 +265637,2767.093814,2301.425135,2545.995251,1293.246373,2190.527958 +265638,2768.511043,2295.47542,2543.229361,1294.280559,2188.800559 +265639,2771.635136,2289.409776,2540.443299,1265.97577,2187.086541 +265640,2781.300305,2283.553273,2537.926829,1295.179924,2185.928731 +265641,2769.510932,2277.151051,2535.28231,1304.002215,2184.484394 +265642,2785.798245,2271.126246,2534.298976,1259.893099,2185.054853 +265643,2783.102409,2264.882688,2532.590384,1302.739376,2184.741697 +265644,2783.644428,2258.55238,2530.446726,1287.162921,2183.874993 +265645,2792.162176,2252.199666,2526.537865,1291.269462,2180.835009 +265646,2782.098581,2246.056639,2523.528906,1292.199818,2178.812186 +265647,2801.225735,2239.435851,2521.028229,1293.299485,2177.341185 +265648,2790.067038,2233.019237,2518.867802,1294.321919,2176.450924 +265649,2799.177192,2226.625322,2516.728955,1295.350937,2175.358518 +265650,2798.452137,2220.059466,2514.655227,1296.377021,2174.324322 +265651,2798.592148,2205.698256,2512.485552,1297.391708,2173.156126 +265652,2799.671143,2217.582152,2510.316294,1298.401399,2171.972664 +265653,2801.234742,2187.422184,2508.140808,1299.406695,2170.76514 +265654,2800.295753,2197.451558,2505.861511,1300.407756,2169.41325 +265655,2801.74394,2184.831932,2505.258341,1301.407514,2170.09943 +265656,2799.132968,2178.851487,2501.937307,1302.310476,2167.452487 +265657,2797.426085,2172.187736,2499.061518,1303.431148,2165.327579 +265658,2796.102389,2165.299639,2496.310067,1304.440635,2163.321015 +265659,2795.019355,2158.551174,2493.624192,1305.309578,2161.364123 +265660,2794.094877,2151.467435,2490.982335,1306.350432,2159.43753 +265661,2793.279173,2144.565565,2488.375104,1307.314433,2157.535376 +265662,2792.546271,2137.653264,2485.800534,1308.287769,2155.658607 +265663,2791.878251,2130.605548,2483.256716,1309.258754,2153.806636 +265664,2791.262023,2123.634908,2480.741883,1310.226909,2151.978207 +265665,2790.688946,2116.585902,2478.255353,1311.192441,2150.172972 +265666,2790.152097,2109.555982,2475.796366,1312.155352,2148.390242 +265667,2789.644021,2102.599567,2473.362926,1313.115817,2146.627636 +265668,2789.156778,2095.301285,2470.952015,1314.073849,2144.881355 +265669,2788.690051,2088.351288,2468.564927,1315.115588,2143.152754 +265670,2788.246155,2081.189082,2466.204252,1315.939935,2141.444701 +265671,2787.821196,2073.969772,2463.868368,1316.952705,2139.754905 +265672,2787.413007,2066.925377,2461.556553,1317.889294,2138.082158 +265673,2787.021576,2059.743022,2459.269298,1318.836051,2136.426705 +265674,2786.64332,2052.705922,2457.004676,1319.781946,2134.785819 +265675,2786.274243,2045.361714,2454.760381,1320.725916,2133.15628 +265676,2785.915545,2038.2239,2452.53733,1321.668437,2131.538805 +265677,2785.572314,2031.132497,2450.338886,1322.520359,2129.93713 +265678,2785.243743,2023.845241,2448.164665,1323.592917,2128.350464 +265679,2785.001204,2009.114061,2446.060648,1324.468377,2126.835015 +265680,2784.907996,2020.520839,2444.068347,1325.507655,2125.442085 +265681,2784.680803,1868.792464,2441.676171,1217.17119,2122.997966 +265682,2770.236782,1889.493497,2429.660995,1215.589563,2105.351237 +265683,2749.378221,1873.245867,2413.132222,1214.658186,2080.276428 +265684,2712.966078,1856.670601,2396.991788,1214.120349,2055.084452 +265685,2561.478132,1856.468246,2379.821232,1213.748632,2028.330394 +265686,2668.192792,1844.830188,2364.180881,1213.573371,2003.468637 +265687,2627.383056,1837.215226,2353.21175,1213.278314,1984.371485 +265688,2638.040367,1828.928508,2345.139818,1213.765569,1969.437558 +265689,2623.192769,1820.719593,2338.267514,1213.385157,1956.446783 +265690,2637.634935,1812.666114,2332.530111,1213.758052,1945.33488 +265691,2631.233484,1804.636438,2327.822153,1212.728871,1935.955101 +265692,2630.571045,1796.456312,2323.654573,1215.036842,1927.67515 +265693,2631.534145,1788.732368,2319.829312,1210.35767,1920.212861 +265694,2632.068191,1780.826302,2316.351609,1220.583697,1913.532666 +265695,2632.304381,1796.010675,2313.117489,1203.42946,1907.465983 +265696,2632.664344,1731.836675,2310.118824,1231.528713,1901.964972 +265697,2634.002567,1795.237949,2308.988535,1192.708708,1899.007228 +265698,2633.188912,1714.793648,2305.294807,1243.238322,1893.121837 +265699,2641.263645,1757.012165,2302.472429,1182.286876,1888.486658 +265700,2627.608232,1731.072294,2299.804077,1228.332802,1884.185692 +265701,2641.969675,1726.890357,2297.163526,1218.369344,1880.043885 +265702,2637.70133,1719.375244,2294.853319,1203.855501,1876.417845 +265703,2630.589003,1712.040963,2294.099232,1237.43276,1874.806733 +265704,2643.684598,1704.520996,2290.747389,1187.926198,1870.096546 +265705,2639.858563,1697.571935,2288.30897,1227.872037,1866.575624 +265706,2640.366304,1690.062423,2287.727726,1223.044591,1865.390662 +265707,2639.927324,1683.055048,2284.52838,1200.812247,1861.039435 +265708,2648.564964,1675.901278,2282.170599,1223.541071,1857.757377 +265709,2636.582169,1668.943592,2279.967988,1230.770541,1854.686879 +265710,2648.800955,1661.826863,2277.85918,1193.534773,1851.750284 +265711,2646.677068,1655.094368,2276.047799,1228.620042,1849.198094 +265712,2645.949418,1648.065851,2274.213455,1232.746675,1846.644103 +265713,2648.125625,1641.322854,2274.026473,1191.768485,1846.151209 +265714,2647.504206,1634.587667,2271.230617,1230.919509,1842.484869 +265715,2654.903918,1627.842975,2269.089536,1235.651885,1839.640071 +265716,2652.875598,1621.308855,2267.344818,1189.66218,1837.284566 +265717,2651.903279,1614.814695,2265.651131,1233.527842,1834.994011 +265718,2651.864591,1608.39358,2263.811728,1216.754197,1832.730779 +265719,2652.476135,1602.055022,2261.941956,1220.122832,1830.212598 +265720,2653.38848,1595.696044,2260.119357,1220.622766,1827.74688 +265721,2654.321708,1614.157447,2258.307174,1221.048287,1825.290474 +265722,2655.361938,1548.463109,2256.609797,1221.496444,1822.971804 +265723,2655.306622,1594.336913,2254.978219,1221.955065,1820.731076 +265724,2654.400228,1568.307371,2253.240222,1222.425102,1818.356663 +265725,2653.459283,1565.451395,2251.408401,1222.907029,1815.861218 +265726,2652.561473,1560.380115,2249.517559,1223.400505,1813.283943 +265727,2651.701944,1554.586749,2247.577339,1223.905444,1810.634137 +265728,2650.883795,1549.153712,2245.803252,1224.421762,1807.937629 +265729,2650.104035,1543.789091,2243.815228,1224.949373,1805.213202 +265730,2649.361844,1538.531728,2241.823341,1225.48814,1802.476012 +265731,2648.656128,1533.384846,2239.840594,1226.037957,1799.736597 +265732,2650.684135,1528.351621,2239.604026,1226.601145,1799.124027 +265733,2648.661294,1523.429192,2236.798023,1227.167796,1795.366136 +265734,2647.483302,1518.626842,2234.534111,1227.752753,1792.460761 +265735,2646.564244,1515.507443,2232.426067,1228.258677,1789.500541 +265736,2645.794421,1512.268679,2230.40686,1228.98869,1786.623264 +265737,2645.120432,1508.976746,2228.449483,1229.626004,1783.806098 +265738,2644.509302,1505.906917,2226.538582,1230.134163,1781.036333 +265739,2643.941023,1503.118634,2224.664606,1230.827702,1778.30465 +265740,2643.403901,1500.479872,2222.821539,1231.457135,1775.604119 +265741,2643.790698,1604.483963,2222.119327,1339.555764,1775.187828 +265742,2658.210331,1603.817122,2231.015861,1342.440957,1789.688347 +265743,2678.801034,1602.66285,2244.309197,1344.797357,1811.249682 +265744,2697.644424,1601.305054,2256.740627,1347.292441,1833.133779 +265745,2711.714481,1599.869732,2266.244147,1349.306917,1851.395524 +265746,2721.379966,1598.289403,2272.948654,1351.723877,1866.195309 +265747,2728.036814,1597.066498,2277.659715,1353.876378,1877.94429 +265748,2732.892951,1595.345179,2281.095104,1356.260134,1887.643286 +265749,2736.693934,1593.957373,2283.711332,1358.609339,1895.844348 +265750,2739.832959,1592.475305,2285.76409,1361.742637,1902.877024 +265751,2742.505361,1591.023164,2287.394473,1369.489495,1908.941591 +265752,2744.876506,1589.588659,2288.72729,1356.082711,1914.223761 +265753,2747.024239,1588.172055,2289.830477,1373.334385,1918.841195 +265754,2748.973422,1586.774075,2290.735724,1370.090267,1922.867033 +265755,2750.791527,1585.395124,2291.49914,1373.657668,1926.40365 +265756,2752.521556,1584.03515,2292.159095,1376.574083,1929.529957 +265757,2754.180631,1582.694153,2292.73583,1379.292805,1932.300545 +265758,2755.784935,1581.37178,2293.247493,1382.253644,1934.765141 +265759,2757.343531,1580.068406,2293.706331,1385.866465,1936.963729 +265760,2758.852044,1578.783009,2294.114795,1393.730709,1938.921694 +265761,2760.353538,1577.515902,2294.504536,1381.471807,1940.698257 +265762,2761.841309,1576.26646,2294.874888,1398.971873,1942.310615 +265763,2763.280753,1575.034591,2295.206757,1396.137835,1943.751133 +265764,2764.692158,1573.820005,2295.515167,1400.629978,1945.0524 +265765,2766.07723,1572.622416,2295.802765,1407.315701,1946.229982 +265766,2767.447582,1571.441505,2296.078246,1404.099988,1947.305572 +265767,2768.814724,1570.277043,2296.350115,1409.679766,1948.299456 +265768,2770.155719,1569.128697,2296.604834,1415.539162,1949.203539 +265769,2771.457575,1567.996368,2296.834845,1421.626538,1950.015971 +265770,2772.753078,1566.879768,2297.061371,1415.618972,1950.769459 +265771,2774.016698,1565.767463,2297.268628,1431.625104,1951.450391 +265772,2775.061443,1564.668108,2297.292752,1438.553284,1951.790011 +265773,2776.204062,1563.583353,2297.422298,1407.896606,1952.2903 +265774,2778.108388,1562.512736,2297.887648,1463.369776,1953.231286 +265775,2779.364281,1561.455601,2298.004823,1429.526803,1953.494177 +265776,2780.458306,1560.413344,2298.130554,1446.922717,1953.907546 +265777,2781.284547,1559.384504,2297.994573,1448.575066,1953.829138 +265778,2781.867036,1558.369861,2297.598461,1452.535993,1953.24826 +265779,2782.612922,1557.369478,2297.357225,1456.496575,1952.9304 +265780,2783.518025,1556.382315,2297.223887,1460.73488,1952.747793 +265781,2784.532553,1555.408896,2297.16373,1464.865977,1952.652636 +265782,2786.864557,1554.449944,2298.354889,1469.070244,1954.755769 +265783,2788.734234,1553.501475,2298.916965,1473.430389,1955.534815 +265784,2789.597161,1552.567781,2298.569572,1477.564769,1954.742018 +265785,2790.52816,1551.648265,2298.42989,1482.197131,1954.449475 +265786,2791.561967,1550.740325,2298.388042,1486.554823,1954.316408 +265787,2794.435847,1549.847042,2300.109691,1491.080548,1957.304064 +265788,2798.376451,1548.963607,2302.601184,1495.7059,1961.591625 +265789,2800.143873,1548.090922,2302.84909,1500.16564,1961.500156 +265790,2800.529315,1547.23436,2302.064472,1505.015385,1959.851002 +265791,2801.101659,1546.389874,2301.661272,1509.713874,1959.066746 +265792,2801.872163,1545.555868,2301.434839,1514.526194,1958.57452 +265793,2802.788771,1544.734249,2301.317495,1524.96146,1958.246486 +265794,2806.194007,1543.926566,2303.541633,1516.179282,1962.032802 +265795,2810.934224,1543.126927,2306.749865,1538.369766,1967.256579 +265796,2812.974682,1542.336588,2307.117712,1531.339618,1967.161061 +265797,2813.111844,1541.562196,2306.06702,1540.145088,1964.943419 +265798,2813.472771,1540.799249,2305.505268,1545.054077,1963.855535 +265799,2814.13726,1540.045391,2305.203227,1549.849747,1963.189542 +265800,2817.549028,1539.305253,2307.5039,1555.33598,1967.117288 +265801,2822.352818,1561.479205,2310.598807,1582.371485,1971.895479 +265802,2829.765094,1562.214672,2314.699693,1590.71282,1977.701287 +265803,2835.734377,1562.481949,2317.021295,1596.448939,1980.279357 +265804,2839.648675,1562.661424,2318.022888,1602.861588,1981.112006 +265805,2845.23609,1562.753409,2321.366558,1609.042306,1986.633757 +265806,2849.233121,1562.78425,2323.227882,1615.528769,1989.358701 +265807,2853.272895,1562.788159,2325.479866,1621.667946,1992.987164 +265808,2856.223828,1562.767724,2326.706182,1633.158496,1994.696157 +265809,2857.107479,1562.735648,2326.135553,1632.263985,1993.323123 +265810,2858.232983,1562.696824,2325.865312,1641.105116,1992.771383 +265811,2859.233002,1562.649404,2325.774198,1647.524727,1992.486131 +265812,2860.416674,1562.597538,2325.818632,1653.519467,1992.362508 +265813,2865.527109,1562.545373,2329.611153,1660.286405,1998.85358 +265814,2872.856504,1562.484175,2334.988377,1666.831697,2007.567135 +265815,2878.801534,1562.421023,2338.730525,1673.084715,2013.013331 +265816,2880.527272,1562.356991,2338.550312,1684.814708,2011.556548 +265817,2882.853881,1562.299029,2339.547847,1684.702611,2012.743358 +265818,2884.298604,1562.231226,2339.690676,1692.879448,2012.349866 +265819,2886.888188,1562.168383,2341.035667,1699.971481,2014.170382 +265820,2891.966296,1562.102595,2344.602265,1706.771017,2019.747458 +265821,2893.627523,1562.029895,2344.284327,1712.720686,2018.051433 +265822,2892.67159,1561.966646,2342.190401,1724.547742,2013.628243 +265823,2895.8782,1561.906303,2344.425262,1725.443549,2017.221948 +265824,2901.644176,1561.836317,2348.635378,1733.522914,2023.812549 +265825,2906.729536,1561.767523,2351.777876,1745.493822,2028.07095 +265826,2907.927893,1561.69894,2351.034438,1746.273998,2025.473729 +265827,2906.318325,1561.636416,2348.473951,1752.715496,2020.266138 +265828,2909.500346,1561.57821,2350.558982,1764.857487,2023.622525 +265829,2911.550215,1561.506766,2351.218015,1772.046645,2023.79012 +265830,2910.532824,1561.443736,2349.470658,1772.742031,2019.733072 +265831,2910.262472,1561.347735,2348.262787,1780.829647,2017.145869 +265832,2910.17622,1561.24061,2347.37236,1783.217644,2015.142256 +265833,2915.613874,1561.136115,2351.46374,1786.63581,2022.064216 +265834,2923.542763,1561.01969,2357.645822,1791.207681,2032.075153 +265835,2925.24776,1560.896495,2357.143983,1793.556651,2029.839281 +265836,2922.321805,1560.786384,2353.381646,1793.809065,2022.761656 +265837,2924.446446,1560.67925,2355.137267,1796.540437,2026.173411 +265838,2929.910023,1560.556561,2359.448144,1801.683771,2033.453231 +265839,2929.52484,1560.429096,2357.641669,1804.565943,2029.367741 +265840,2929.854318,1560.319933,2357.275905,1807.403927,2028.652158 +265841,2928.804482,1560.195884,2355.507375,1809.738361,2025.371047 +265842,2929.33202,1560.080075,2355.450768,1812.79479,2025.360399 +265843,2928.298637,1559.95577,2353.671445,1815.336501,2022.083269 +265844,2928.891161,1559.840008,2353.652319,1818.591085,2022.175287 +265845,2928.089268,1559.715373,2351.781611,1821.388687,2018.763524 +265846,2922.736196,1558.465539,2346.336374,1822.304586,2009.265103 +265847,2918.535455,1558.103392,2341.69978,1823.820933,2002.047884 +265848,2915.052246,1557.847987,2337.386266,1826.004652,1995.589988 +265849,2911.871775,1557.623212,2333.270282,1828.370215,1989.526961 +265850,2908.803687,1557.413136,2329.325835,1830.681586,1983.750538 +265851,2914.586254,1557.217331,2333.987335,1837.133309,1993.231424 +265852,2917.072035,1557.005514,2334.31814,1842.76553,1993.659732 +265853,2912.344744,1556.923052,2328.175918,1844.588577,1982.950909 +265854,2916.884581,1556.590895,2331.997665,1850.174613,1990.954641 +265855,2918.483524,1556.463862,2331.79483,1855.238207,1990.462933 +265856,2921.624203,1556.274331,2333.465123,1860.826527,1993.648048 +265857,2922.135615,1556.086678,2332.137787,1865.181558,1991.243638 +265858,2915.703352,1555.90714,2324.895822,1866.091704,1978.743099 +265859,2909.505666,1555.74245,2319.13683,1866.677212,1969.854056 +265860,2914.529356,1555.57765,2323.844042,1872.604823,1979.558621 +265861,2917.635559,1522.071208,2325.220782,1878.858243,1981.816671 +265862,2907.821548,1521.376357,2315.593346,1877.81084,1965.970202 +265863,2896.478878,1520.714691,2305.978207,1875.288842,1951.550099 +265864,2886.276611,1520.20695,2297.466659,1873.983038,1938.659161 +265865,2890.596206,1519.336706,2301.995738,1880.079392,1948.293003 +265866,2892.184043,1518.949908,2301.82744,1886.44819,1947.248932 +265867,2896.127019,1518.269258,2304.160783,1893.653234,1950.877487 +265868,2897.038676,1517.682691,2303.311106,1899.462957,1948.497412 +265869,2890.082829,1517.091091,2295.371792,1901.01839,1934.021534 +265870,2884.195308,1516.513797,2289.590575,1902.219604,1924.639255 +265871,2891.07159,1515.933331,2296.117768,1909.618702,1937.19431 +265872,2905.730265,1515.338093,2308.488931,1922.058962,1958.359621 +265873,2906.948366,1514.735702,2306.422755,1928.623808,1952.656659 +265874,2898.971393,1514.164451,2297.647629,1929.543639,1936.972275 +265875,2902.551626,1513.598225,2301.349865,1935.130044,1944.876513 +265876,2903.411993,1512.995322,2300.968529,1940.520071,1944.011086 +265877,2906.675149,1512.421915,2303.260808,1946.852944,1948.347639 +265878,2917.081687,1511.839555,2312.051568,1956.891021,1963.888816 +265879,2915.973058,1511.236339,2308.771313,1962.066853,1956.936037 +265880,2907.307145,1510.662257,2299.79302,1962.683706,1941.500335 +265881,2899.919662,1510.085713,2293.184678,1962.967078,1931.492992 +265882,2893.744267,1509.49906,2287.667295,1963.963365,1923.427548 +265883,2899.781848,1508.923694,2293.722714,1971.001586,1935.878435 +265884,2913.586654,1508.329479,2305.506976,1982.958868,1956.785409 +265885,2913.94433,1507.725851,2303.17108,1989.169892,1951.375148 +265886,2915.22633,1507.159292,2303.506238,1994.501502,1952.548122 +265887,2923.890359,1506.573245,2310.886999,2003.435469,1966.127029 +265888,2921.862488,1505.965689,2307.010793,2008.10291,1958.630432 +265889,2912.733086,1505.385691,2297.766024,2008.19521,1943.106036 +265890,2904.928226,1504.802564,2290.862514,2008.274583,1932.878641 +265891,2898.348646,1503.88034,2285.047584,2009.092222,1924.568145 +265892,2892.576416,1502.890197,2279.844136,2010.396017,1917.356467 +265893,2887.160458,1501.863199,2275.06597,2011.993006,1910.975671 +265894,2895.436577,1500.816715,2283.051933,2020.137984,1927.395374 +265895,2911.888189,1499.725824,2297.073926,2033.260395,1952.657637 +265896,2913.291811,1498.602141,2294.980524,2039.461896,1947.972186 +265897,2914.961949,1497.496924,2295.49316,2044.628057,1950.067925 +265898,2924.482851,1496.34995,2303.58095,2053.871146,1965.596479 +265899,2922.389963,1495.16052,2299.468374,2058.106111,1958.33015 +265900,2912.595147,1493.980056,2289.539112,2057.589491,1942.397762 +265901,2904.160987,1492.778372,2282.076784,2057.009255,1932.108466 +265902,2896.979556,1491.547856,2275.7296,2057.172437,1923.815674 +265903,2890.404285,1490.302315,2270.02722,2058.083819,1916.643039 +265904,2884.828016,1489.039337,2264.797744,2059.164455,1910.305104 +265905,2879.61593,1487.868149,2259.960564,2060.506067,1904.6691 +265906,2888.930557,1486.316614,2268.9345,2068.726191,1923.649819 +265907,2893.130161,1485.217261,2270.931386,2075.913829,1928.056955 +265908,2886.063189,1483.909109,2262.633566,2077.1487,1914.764241 +265909,2893.055052,1482.331658,2269.542541,2084.023319,1930.156024 +265910,2896.262429,1481.186191,2270.723513,2090.321055,1933.363723 +265911,2888.878456,1479.717379,2262.355711,2091.200179,1920.140753 +265912,2882.307617,1478.461151,2256.173608,2091.423178,1912.336985 +265913,2891.120078,1476.790123,2264.106654,2098.765052,1929.659351 +265914,2893.675777,1475.582595,2265.634353,2105.398301,1933.482319 +265915,2886.166976,1474.050774,2257.181367,2106.530565,1920.143072 +265916,2880.343722,1472.623533,2250.911663,2106.666565,1912.2789 +265917,2874.417087,1471.259056,2245.596427,2107.288011,1906.148717 +265918,2883.541643,1469.520366,2254.831162,2115.236936,1925.948298 +265919,2887.610532,1471.243436,2256.645649,2122.195491,1930.240002 +265920,2893.501415,1470.30482,2261.206627,2128.777162,1939.45002 +265921,2908.864464,1402.848358,2275.602662,2140.07544,1965.362424 +265922,2900.036627,1400.953169,2266.675057,2139.067193,1950.213514 +265923,2888.728527,1399.15969,2257.702393,2135.407756,1937.569729 +265924,2875.940779,1397.403492,2246.909898,2132.538317,1920.681658 +265925,2869.134143,1395.64864,2241.727368,2133.72669,1913.010186 +265926,2862.746317,1393.763431,2235.414046,2135.999195,1902.001195 +265927,2850.714966,1392.126807,2223.576185,2135.426593,1881.153294 +265928,2840.997609,1390.258147,2214.830899,2135.053749,1866.869958 +265929,2832.858939,1388.451138,2207.746007,2135.459947,1855.565147 +265930,2838.621587,1386.618232,2213.543998,2142.326344,1867.218503 +265931,2852.927889,1384.857758,2225.631416,2154.409982,1888.308986 +265932,2853.27134,1382.825752,2222.764539,2160.274756,1881.656294 +265933,2844.133734,1381.019898,2213.047712,2160.145155,1864.953903 +265934,2836.151949,1379.106278,2206.192299,2159.662385,1854.925562 +265935,2840.87625,1377.184938,2211.229834,2165.226925,1866.172741 +265936,2842.387613,1375.226335,2211.41971,2170.47223,1867.1893 +265937,2835.423553,1373.266236,2203.856298,2171.286828,1854.999529 +265938,2829.220583,1371.295148,2198.250816,2171.548596,1847.678809 +265939,2835.030647,1369.301589,2204.164391,2177.596458,1860.949193 +265940,2848.230529,1367.169907,2215.494118,2188.351493,1882.238942 +265941,2848.525407,1365.272608,2213.289721,2193.584979,1878.383126 +265942,2840.486952,1363.161134,2204.842303,2193.482945,1865.252538 +265943,2842.891194,1361.113446,2207.72522,2197.523989,1873.612428 +265944,2852.140928,1359.013185,2215.804902,2205.901593,1889.837017 +265945,2858.904828,1357.000726,2220.463707,2214.010154,1898.978204 +265946,2862.997284,1354.628879,2222.575489,2220.238694,1903.891869 +265947,2864.922051,1352.694524,2223.37198,2225.221377,1906.914543 +265948,2865.730403,1350.448572,2223.416136,2229.469686,1908.896754 +265949,2860.250373,1348.277029,2217.608017,2230.592137,1900.687836 +265950,2851.210782,1346.081643,2209.283727,2229.382467,1888.999429 +265951,2843.109781,1344.185753,2202.726327,2228.427838,1881.125871 +265952,2836.431668,1342.340549,2197.112573,2228.158203,1874.85456 +265953,2830.60966,1340.518723,2192.150053,2228.418826,1869.609838 +265954,2825.479896,1338.710625,2187.713937,2229.06857,1865.178342 +265955,2829.5449,1336.916371,2192.00429,2234.16033,1876.152964 +265956,2839.20064,1335.118083,2200.330629,2242.805392,1892.905815 +265957,2838.87317,1333.324607,2198.211145,2247.124055,1890.141194 +265958,2832.215479,1331.555122,2191.388871,2247.324303,1880.324772 +265959,2826.535398,1329.786637,2186.490836,2247.303695,1874.852771 +265960,2821.810945,1328.0158,2182.472062,2247.83184,1870.881793 +265961,2825.71119,1326.254613,2186.626435,2252.640707,1881.34852 +265962,2827.047059,1324.480626,2187.064226,2257.083535,1883.942377 +265963,2822.150076,1322.723366,2181.82137,2258.227895,1876.744705 +265964,2817.752748,1320.974317,2177.950921,2258.930413,1872.871105 +265965,2814.032517,1319.220089,2174.728351,2259.963091,1870.129172 +265966,2810.789678,1317.470497,2171.893319,2261.286081,1868.01265 +265967,2807.922992,1315.627779,2169.348633,2262.832349,1866.358483 +265968,2813.854984,1314.025405,2175.202882,2268.635882,1879.591115 +265969,2816.802055,1312.301162,2176.917505,2273.857293,1884.144496 +265970,2820.172631,1310.43921,2179.399435,2278.957951,1890.383058 +265971,2821.152424,1308.763544,2179.543758,2282.900018,1892.342488 +265972,2816.721644,1307.011193,2174.875273,2283.961854,1886.061965 +265973,2819.463285,1305.283368,2177.891546,2287.964445,1894.198761 +265974,2820.291526,1303.535747,2178.122256,2291.775696,1896.376027 +265975,2816.046032,1301.801564,2173.741387,2292.962965,1890.602797 +265976,2811.959878,1300.072321,2170.517114,2293.859389,1887.603585 +265977,2808.749502,1298.33723,2167.832707,2295.058197,1885.549118 +265978,2805.945879,1296.60462,2165.467438,2296.499867,1884.015186 +265979,2803.454629,1294.872914,2163.341901,2298.119637,1882.86861 +265980,2808.14469,1293.052292,2168.05315,2303.219005,1893.826657 +265981,2057.505341,1291.63597,1115.594215,1860.841804,2484.861511 +265982,2147.3701,1421.989035,1164.362211,1943.164363,2544.966462 +265983,2258.747269,1425.722359,1227.088628,2042.051292,2608.808745 +265984,2349.256348,1425.897259,1281.140076,2117.001899,2651.333949 +265985,2406.896637,1426.702049,1319.426477,2157.985184,2668.547692 +265986,2442.184032,1426.199309,1346.370249,2176.77824,2672.174819 +265987,2465.486517,1425.849857,1366.680398,2185.582785,2670.724012 +265988,2482.334231,1425.167429,1382.923788,2190.406157,2667.697817 +265989,2495.428011,1424.533961,1396.42317,2194.176313,2664.453066 +265990,2506.013845,1423.849436,1407.861314,2197.702369,2661.446055 +265991,2514.69551,1423.138553,1417.628635,2201.260594,2658.777297 +265992,2521.86981,1422.405816,1426.01179,2204.411085,2656.467053 +265993,2527.833722,1421.659751,1433.23854,2207.386544,2654.497072 +265994,2532.803967,1420.8776,1439.486993,2210.367747,2652.813838 +265995,2536.961816,1420.110231,1444.908792,2212.984052,2651.373501 +265996,2540.459213,1419.340269,1449.633887,2215.669026,2650.143889 +265997,2543.418997,1418.569229,1453.771352,2217.675763,2649.098609 +265998,2545.938993,1417.796338,1457.411991,2220.35952,2648.215013 +265999,2548.096839,1417.024377,1460.631265,2222.713193,2647.473262 +266000,2549.954566,1416.252136,1463.492091,2225.23767,2646.856192 +266001,2551.561872,1415.48172,1466.046983,2227.52871,2646.34886 +266002,2552.958875,1414.711643,1468.339913,2229.763799,2645.938429 +266003,2554.177907,1413.943519,1470.40768,2231.953117,2645.613697 +266004,2555.245231,1413.175725,1472.28118,2234.314432,2645.365021 +266005,2556.18207,1412.409543,1473.986305,2236.436491,2645.183884 +266006,2557.005741,1411.643298,1475.544841,2238.513133,2645.062888 +266007,2557.730309,1410.878061,1476.975099,2240.551756,2644.995447 +266008,2558.367369,1410.112158,1478.292552,2242.555719,2644.975828 +266009,2558.926393,1409.346534,1479.510246,2244.525488,2644.998877 +266010,2559.415278,1408.579545,1480.639262,2246.460597,2645.060084 +266011,2559.840514,1407.780049,1481.688974,2248.360586,2645.155347 +266012,2560.192247,1406.992296,1482.66548,2250.101055,2645.278435 +266013,2560.469832,1406.207265,1483.575694,2251.808305,2645.42678 +266014,2560.678887,1405.422263,1484.426241,2253.091166,2645.598705 +266015,2560.826369,1401.74201,1485.222753,2254.174885,2645.792203 +266016,2560.834304,1400.443567,1485.848911,2255.673955,2646.007606 +266017,2560.729863,1399.479732,1486.349083,2257.374114,2646.239394 +266018,2560.563113,1398.359408,1486.787966,2258.95412,2646.485068 +266019,2560.365154,1397.469578,1487.202039,2260.266466,2646.743318 +266020,2560.150446,1396.517817,1487.603148,2261.306647,2647.012904 +266021,2559.915657,1395.503469,1487.991911,2262.125178,2647.292409 +266022,2559.66202,1394.719066,1488.366328,2262.772765,2647.580381 +266023,2559.384703,1393.742658,1488.724883,2263.283207,2647.875404 +266024,2559.086834,1392.851644,1489.066942,2263.675404,2648.176167 +266025,2558.76539,1391.950639,1489.392383,2263.959736,2648.481458 +266026,2558.424319,1391.053051,1489.701292,2264.142743,2648.790181 +266027,2558.060867,1390.158792,1489.993804,2264.229335,2649.101312 +266028,2557.678934,1389.267156,1490.27009,2264.223548,2649.413926 +266029,2557.275762,1388.378069,1490.530337,2264.128717,2649.727155 +266030,2556.855168,1387.490949,1490.774771,2263.947574,2650.040221 +266031,2556.414419,1386.605851,1491.003638,2263.682339,2650.352389 +266032,2555.957286,1385.722448,1491.217218,2263.335852,2650.663007 +266033,2555.481082,1384.840371,1491.415806,2262.908372,2650.971476 +266034,2554.989506,1383.959374,1491.599705,2262.399939,2651.277235 +266035,2554.47985,1383.079611,1491.769217,2261.811392,2651.579751 +266036,2553.95574,1382.200656,1491.924658,2261.14411,2651.878556 +266037,2553.414498,1381.322662,1492.066347,2260.399544,2652.173218 +266038,2552.859673,1380.44524,1492.194607,2259.578983,2652.463348 +266039,2552.288604,1379.568582,1492.30975,2258.683503,2652.748574 +266040,2551.704761,1378.692329,1492.412098,2257.71403,2653.028572 +266041,0,0,0,0,0 +266042,0,0,0,0,0 +266043,0,0,0,0,0 +266044,0,0,0,0,0 +266045,0,0,0,0,0 +266046,0,0,0,0,0 +266047,0,0,0,0,0 +266048,0,0,0,0,0 +266049,0,0,0,0,0 +266050,0,0,0,0,0 +266051,0,0,0,0,0 +266052,0,0,0,0,0 +266053,0,0,0,0,0 +266054,0,0,0,0,0 +266055,0,0,0,0,0 +266056,0,0,0,0,0 +266057,0,0,0,0,0 +266058,0,0,0,0,0 +266059,0,0,0,0,0 +266060,0,0,0,0,0 +266061,0,0,0,0,0 +266062,0,0,0,0,0 +266063,0,0,0,0,0 +266064,0,0,0,0,0 +266065,0,0,0,0,0 +266066,0,0,0,0,0 +266067,0,0,0,0,0 +266068,0,0,0,0,0 +266069,0,0,0,0,0 +266070,0,0,0,0,0 +266071,0,0,0,0,0 +266072,0,0,0,0,0 +266073,0,0,0,0,0 +266074,0,0,0,0,0 +266075,0,0,0,0,0 +266076,0,0,0,0,0 +266077,0,0,0,0,0 +266078,0,0,0,0,0 +266079,0,0,0,0,0 +266080,0,0,0,0,0 +266081,0,0,0,0,0 +266082,0,0,0,0,0 +266083,0,0,0,0,0 +266084,0,0,0,0,0 +266085,0,0,0,0,0 +266086,0,0,0,0,0 +266087,0,0,0,0,0 +266088,0,0,0,0,0 +266089,0,0,0,0,0 +266090,0,0,0,0,0 +266091,0,0,0,0,0 +266092,0,0,0,0,0 +266093,0,0,0,0,0 +266094,0,0,0,0,0 +266095,0,0,0,0,0 +266096,0,0,0,0,0 +266097,0,0,0,0,0 +266098,0,0,0,0,0 +266099,0,0,0,0,0 +266100,0,0,0,0,0 +266101,0,0,0,0,0 +266102,0,0,0,0,0 +266103,0,0,0,0,0 +266104,0,0,0,0,0 +266105,0,0,0,0,0 +266106,0,0,0,0,0 +266107,0,0,0,0,0 +266108,0,0,0,0,0 +266109,0,0,0,0,0 +266110,0,0,0,0,0 +266111,0,0,0,0,0 +266112,0,0,0,0,0 +266113,0,0,0,0,0 +266114,0,0,0,0,0 +266115,0,0,0,0,0 +266116,0,0,0,0,0 +266117,0,0,0,0,0 +266118,0,0,0,0,0 +266119,0,0,0,0,0 +266120,0,0,0,0,0 +266121,0,0,0,0,0 +266122,0,0,0,0,0 +266123,0,0,0,0,0 +266124,0,0,0,0,0 +266125,0,0,0,0,0 +266126,0,0,0,0,0 +266127,0,0,0,0,0 +266128,0,0,0,0,0 +266129,0,0,0,0,0 +266130,0,0,0,0,0 +266131,0,0,0,0,0 +266132,0,0,0,0,0 +266133,0,0,0,0,0 +266134,0,0,0,0,0 +266135,0,0,0,0,0 +266136,0,0,0,0,0 +266137,0,0,0,0,0 +266138,0,0,0,0,0 +266139,0,0,0,0,0 +266140,0,0,0,0,0 +266141,0,0,0,0,0 +266142,0,0,0,0,0 +266143,0,0,0,0,0 +266144,0,0,0,0,0 +266145,0,0,0,0,0 +266146,0,0,0,0,0 +266147,0,0,0,0,0 +266148,0,0,0,0,0 +266149,0,0,0,0,0 +266150,0,0,0,0,0 +266151,0,0,0,0,0 +266152,0,0,0,0,0 +266153,0,0,0,0,0 +266154,0,0,0,0,0 +266155,0,0,0,0,0 +266156,0,0,0,0,0 +266157,0,0,0,0,0 +266158,0,0,0,0,0 +266159,0,0,0,0,0 +266160,0,0,0,0,0 +266161,0,0,0,0,0 +266162,0,0,0,0,0 +266163,0,0,0,0,0 +266164,0,0,0,0,0 +266165,0,0,0,0,0 +266166,0,0,0,0,0 +266167,0,0,0,0,0 +266168,0,0,0,0,0 +266169,0,0,0,0,0 +266170,0,0,0,0,0 +266171,0,0,0,0,0 +266172,0,0,0,0,0 +266173,0,0,0,0,0 +266174,0,0,0,0,0 +266175,0,0,0,0,0 +266176,0,0,0,0,0 +266177,0,0,0,0,0 +266178,0,0,0,0,0 +266179,0,0,0,0,0 +266180,0,0,0,0,0 +266181,0,0,0,0,0 +266182,0,0,0,0,0 +266183,0,0,0,0,0 +266184,0,0,0,0,0 +266185,0,0,0,0,0 +266186,0,0,0,0,0 +266187,0,0,0,0,0 +266188,0,0,0,0,0 +266189,0,0,0,0,0 +266190,0,0,0,0,0 +266191,0,0,0,0,0 +266192,0,0,0,0,0 +266193,0,0,0,0,0 +266194,0,0,0,0,0 +266195,0,0,0,0,0 +266196,0,0,0,0,0 +266197,0,0,0,0,0 +266198,0,0,0,0,0 +266199,0,0,0,0,0 +266200,0,0,0,0,0 +266201,0,0,0,0,0 +266202,0,0,0,0,0 +266203,0,0,0,0,0 +266204,0,0,0,0,0 +266205,0,0,0,0,0 +266206,0,0,0,0,0 +266207,0,0,0,0,0 +266208,0,0,0,0,0 +266209,0,0,0,0,0 +266210,0,0,0,0,0 +266211,0,0,0,0,0 +266212,0,0,0,0,0 +266213,0,0,0,0,0 +266214,0,0,0,0,0 +266215,0,0,0,0,0 +266216,0,0,0,0,0 +266217,0,0,0,0,0 +266218,0,0,0,0,0 +266219,0,0,0,0,0 +266220,0,0,0,0,0 +266221,0,0,0,0,0 +266222,0,0,0,0,0 +266223,0,0,0,0,0 +266224,0,0,0,0,0 +266225,0,0,0,0,0 +266226,0,0,0,0,0 +266227,0,0,0,0,0 +266228,0,0,0,0,0 +266229,0,0,0,0,0 +266230,0,0,0,0,0 +266231,0,0,0,0,0 +266232,0,0,0,0,0 +266233,0,0,0,0,0 +266234,0,0,0,0,0 +266235,0,0,0,0,0 +266236,0,0,0,0,0 +266237,0,0,0,0,0 +266238,0,0,0,0,0 +266239,0,0,0,0,0 +266240,0,0,0,0,0 +266241,0,0,0,0,0 +266242,0,0,0,0,0 +266243,0,0,0,0,0 +266244,0,0,0,0,0 +266245,0,0,0,0,0 +266246,0,0,0,0,0 +266247,0,0,0,0,0 +266248,0,0,0,0,0 +266249,0,0,0,0,0 +266250,0,0,0,0,0 +266251,0,0,0,0,0 +266252,0,0,0,0,0 +266253,0,0,0,0,0 +266254,0,0,0,0,0 +266255,0,0,0,0,0 +266256,0,0,0,0,0 +266257,0,0,0,0,0 +266258,0,0,0,0,0 +266259,0,0,0,0,0 +266260,0,0,0,0,0 +266261,0,0,0,0,0 +266262,0,0,0,0,0 +266263,0,0,0,0,0 +266264,0,0,0,0,0 +266265,0,0,0,0,0 +266266,0,0,0,0,0 +266267,0,0,0,0,0 +266268,0,0,0,0,0 +266269,0,0,0,0,0 +266270,0,0,0,0,0 +266271,0,0,0,0,0 +266272,0,0,0,0,0 +266273,0,0,0,0,0 +266274,0,0,0,0,0 +266275,0,0,0,0,0 +266276,0,0,0,0,0 +266277,0,0,0,0,0 +266278,0,0,0,0,0 +266279,0,0,0,0,0 +266280,0,0,0,0,0 +266281,0,0,0,0,0 +266282,0,0,0,0,0 +266283,0,0,0,0,0 +266284,0,0,0,0,0 +266285,0,0,0,0,0 +266286,0,0,0,0,0 +266287,0,0,0,0,0 +266288,0,0,0,0,0 +266289,0,0,0,0,0 +266290,0,0,0,0,0 +266291,0,0,0,0,0 +266292,0,0,0,0,0 +266293,0,0,0,0,0 +266294,0,0,0,0,0 +266295,0,0,0,0,0 +266296,0,0,0,0,0 +266297,0,0,0,0,0 +266298,0,0,0,0,0 +266299,0,0,0,0,0 +266300,0,0,0,0,0 +266301,0,0,0,0,0 +266302,0,0,0,0,0 +266303,0,0,0,0,0 +266304,0,0,0,0,0 +266305,0,0,0,0,0 +266306,0,0,0,0,0 +266307,0,0,0,0,0 +266308,0,0,0,0,0 +266309,0,0,0,0,0 +266310,0,0,0,0,0 +266311,0,0,0,0,0 +266312,0,0,0,0,0 +266313,0,0,0,0,0 +266314,0,0,0,0,0 +266315,0,0,0,0,0 +266316,0,0,0,0,0 +266317,0,0,0,0,0 +266318,0,0,0,0,0 +266319,0,0,0,0,0 +266320,0,0,0,0,0 +266321,0,0,0,0,0 +266322,0,0,0,0,0 +266323,0,0,0,0,0 +266324,0,0,0,0,0 +266325,0,0,0,0,0 +266326,0,0,0,0,0 +266327,0,0,0,0,0 +266328,0,0,0,0,0 +266329,0,0,0,0,0 +266330,0,0,0,0,0 +266331,0,0,0,0,0 +266332,0,0,0,0,0 +266333,0,0,0,0,0 +266334,0,0,0,0,0 +266335,0,0,0,0,0 +266336,0,0,0,0,0 +266337,0,0,0,0,0 +266338,0,0,0,0,0 +266339,0,0,0,0,0 +266340,0,0,0,0,0 +266341,0,0,0,0,0 +266342,0,0,0,0,0 +266343,0,0,0,0,0 +266344,0,0,0,0,0 +266345,0,0,0,0,0 +266346,0,0,0,0,0 +266347,0,0,0,0,0 +266348,0,0,0,0,0 +266349,0,0,0,0,0 +266350,0,0,0,0,0 +266351,0,0,0,0,0 +266352,0,0,0,0,0 +266353,0,0,0,0,0 +266354,0,0,0,0,0 +266355,0,0,0,0,0 +266356,0,0,0,0,0 +266357,0,0,0,0,0 +266358,0,0,0,0,0 +266359,0,0,0,0,0 +266360,0,0,0,0,0 +266361,0,0,0,0,0 +266362,0,0,0,0,0 +266363,0,0,0,0,0 +266364,0,0,0,0,0 +266365,0,0,0,0,0 +266366,0,0,0,0,0 +266367,0,0,0,0,0 +266368,0,0,0,0,0 +266369,0,0,0,0,0 +266370,0,0,0,0,0 +266371,0,0,0,0,0 +266372,0,0,0,0,0 +266373,0,0,0,0,0 +266374,0,0,0,0,0 +266375,0,0,0,0,0 +266376,0,0,0,0,0 +266377,0,0,0,0,0 +266378,0,0,0,0,0 +266379,0,0,0,0,0 +266380,0,0,0,0,0 +266381,0,0,0,0,0 +266382,0,0,0,0,0 +266383,0,0,0,0,0 +266384,0,0,0,0,0 +266385,0,0,0,0,0 +266386,0,0,0,0,0 +266387,0,0,0,0,0 +266388,0,0,0,0,0 +266389,0,0,0,0,0 +266390,0,0,0,0,0 +266391,0,0,0,0,0 +266392,0,0,0,0,0 +266393,0,0,0,0,0 +266394,0,0,0,0,0 +266395,0,0,0,0,0 +266396,0,0,0,0,0 +266397,0,0,0,0,0 +266398,0,0,0,0,0 +266399,0,0,0,0,0 +266400,0,0,0,0,0 +266401,0,0,0,0,0 +266402,0,0,0,0,0 +266403,0,0,0,0,0 +266404,0,0,0,0,0 +266405,0,0,0,0,0 +266406,0,0,0,0,0 +266407,0,0,0,0,0 +266408,0,0,0,0,0 +266409,0,0,0,0,0 +266410,0,0,0,0,0 +266411,0,0,0,0,0 +266412,0,0,0,0,0 +266413,0,0,0,0,0 +266414,0,0,0,0,0 +266415,0,0,0,0,0 +266416,0,0,0,0,0 +266417,0,0,0,0,0 +266418,0,0,0,0,0 +266419,0,0,0,0,0 +266420,0,0,0,0,0 +266421,0,0,0,0,0 +266422,0,0,0,0,0 +266423,0,0,0,0,0 +266424,0,0,0,0,0 +266425,0,0,0,0,0 +266426,0,0,0,0,0 +266427,0,0,0,0,0 +266428,0,0,0,0,0 +266429,0,0,0,0,0 +266430,0,0,0,0,0 +266431,0,0,0,0,0 +266432,0,0,0,0,0 +266433,0,0,0,0,0 +266434,0,0,0,0,0 +266435,0,0,0,0,0 +266436,0,0,0,0,0 +266437,0,0,0,0,0 +266438,0,0,0,0,0 +266439,0,0,0,0,0 +266440,0,0,0,0,0 +266441,0,0,0,0,0 +266442,0,0,0,0,0 +266443,0,0,0,0,0 +266444,0,0,0,0,0 +266445,0,0,0,0,0 +266446,0,0,0,0,0 +266447,0,0,0,0,0 +266448,0,0,0,0,0 +266449,0,0,0,0,0 +266450,0,0,0,0,0 +266451,0,0,0,0,0 +266452,0,0,0,0,0 +266453,0,0,0,0,0 +266454,0,0,0,0,0 +266455,0,0,0,0,0 +266456,0,0,0,0,0 +266457,0,0,0,0,0 +266458,0,0,0,0,0 +266459,0,0,0,0,0 +266460,0,0,0,0,0 +266461,0,0,0,0,0 +266462,0,0,0,0,0 +266463,0,0,0,0,0 +266464,0,0,0,0,0 +266465,0,0,0,0,0 +266466,0,0,0,0,0 +266467,0,0,0,0,0 +266468,0,0,0,0,0 +266469,0,0,0,0,0 +266470,0,0,0,0,0 +266471,0,0,0,0,0 +266472,0,0,0,0,0 +266473,0,0,0,0,0 +266474,0,0,0,0,0 +266475,0,0,0,0,0 +266476,0,0,0,0,0 +266477,0,0,0,0,0 +266478,0,0,0,0,0 +266479,0,0,0,0,0 +266480,0,0,0,0,0 +266481,0,0,0,0,0 +266482,0,0,0,0,0 +266483,0,0,0,0,0 +266484,0,0,0,0,0 +266485,0,0,0,0,0 +266486,0,0,0,0,0 +266487,0,0,0,0,0 +266488,0,0,0,0,0 +266489,0,0,0,0,0 +266490,0,0,0,0,0 +266491,0,0,0,0,0 +266492,0,0,0,0,0 +266493,0,0,0,0,0 +266494,0,0,0,0,0 +266495,0,0,0,0,0 +266496,0,0,0,0,0 +266497,0,0,0,0,0 +266498,0,0,0,0,0 +266499,0,0,0,0,0 +266500,0,0,0,0,0 +266501,0,0,0,0,0 +266502,0,0,0,0,0 +266503,0,0,0,0,0 +266504,0,0,0,0,0 +266505,0,0,0,0,0 +266506,0,0,0,0,0 +266507,0,0,0,0,0 +266508,0,0,0,0,0 +266509,0,0,0,0,0 +266510,0,0,0,0,0 +266511,0,0,0,0,0 +266512,0,0,0,0,0 +266513,0,0,0,0,0 +266514,0,0,0,0,0 +266515,0,0,0,0,0 +266516,0,0,0,0,0 +266517,0,0,0,0,0 +266518,0,0,0,0,0 +266519,0,0,0,0,0 +266520,0,0,0,0,0 +266521,0,0,0,0,0 +266522,0,0,0,0,0 +266523,0,0,0,0,0 +266524,0,0,0,0,0 +266525,0,0,0,0,0 +266526,0,0,0,0,0 +266527,0,0,0,0,0 +266528,0,0,0,0,0 +266529,0,0,0,0,0 +266530,0,0,0,0,0 +266531,0,0,0,0,0 +266532,0,0,0,0,0 +266533,0,0,0,0,0 +266534,0,0,0,0,0 +266535,0,0,0,0,0 +266536,0,0,0,0,0 +266537,0,0,0,0,0 +266538,0,0,0,0,0 +266539,0,0,0,0,0 +266540,0,0,0,0,0 +266541,0,0,0,0,0 +266542,0,0,0,0,0 +266543,0,0,0,0,0 +266544,0,0,0,0,0 +266545,0,0,0,0,0 +266546,0,0,0,0,0 +266547,0,0,0,0,0 +266548,0,0,0,0,0 +266549,0,0,0,0,0 +266550,0,0,0,0,0 +266551,0,0,0,0,0 +266552,0,0,0,0,0 +266553,0,0,0,0,0 +266554,0,0,0,0,0 +266555,0,0,0,0,0 +266556,0,0,0,0,0 +266557,0,0,0,0,0 +266558,0,0,0,0,0 +266559,0,0,0,0,0 +266560,0,0,0,0,0 +266561,0,0,0,0,0 +266562,0,0,0,0,0 +266563,0,0,0,0,0 +266564,0,0,0,0,0 +266565,0,0,0,0,0 +266566,0,0,0,0,0 +266567,0,0,0,0,0 +266568,0,0,0,0,0 +266569,0,0,0,0,0 +266570,0,0,0,0,0 +266571,0,0,0,0,0 +266572,0,0,0,0,0 +266573,0,0,0,0,0 +266574,0,0,0,0,0 +266575,0,0,0,0,0 +266576,0,0,0,0,0 +266577,0,0,0,0,0 +266578,0,0,0,0,0 +266579,0,0,0,0,0 +266580,0,0,0,0,0 +266581,0,0,0,0,0 +266582,0,0,0,0,0 +266583,0,0,0,0,0 +266584,0,0,0,0,0 +266585,0,0,0,0,0 +266586,0,0,0,0,0 +266587,0,0,0,0,0 +266588,0,0,0,0,0 +266589,0,0,0,0,0 +266590,0,0,0,0,0 +266591,0,0,0,0,0 +266592,0,0,0,0,0 +266593,0,0,0,0,0 +266594,0,0,0,0,0 +266595,0,0,0,0,0 +266596,0,0,0,0,0 +266597,0,0,0,0,0 +266598,0,0,0,0,0 +266599,0,0,0,0,0 +266600,0,0,0,0,0 +266601,0,0,0,0,0 +266602,0,0,0,0,0 +266603,0,0,0,0,0 +266604,0,0,0,0,0 +266605,0,0,0,0,0 +266606,0,0,0,0,0 +266607,0,0,0,0,0 +266608,0,0,0,0,0 +266609,0,0,0,0,0 +266610,0,0,0,0,0 +266611,0,0,0,0,0 +266612,0,0,0,0,0 +266613,0,0,0,0,0 +266614,0,0,0,0,0 +266615,0,0,0,0,0 +266616,0,0,0,0,0 +266617,0,0,0,0,0 +266618,0,0,0,0,0 +266619,0,0,0,0,0 +266620,0,0,0,0,0 +266621,0,0,0,0,0 +266622,0,0,0,0,0 +266623,0,0,0,0,0 +266624,0,0,0,0,0 +266625,0,0,0,0,0 +266626,0,0,0,0,0 +266627,0,0,0,0,0 +266628,0,0,0,0,0 +266629,0,0,0,0,0 +266630,0,0,0,0,0 +266631,0,0,0,0,0 +266632,0,0,0,0,0 +266633,0,0,0,0,0 +266634,0,0,0,0,0 +266635,0,0,0,0,0 +266636,0,0,0,0,0 +266637,0,0,0,0,0 +266638,0,0,0,0,0 +266639,0,0,0,0,0 +266640,0,0,0,0,0 +266641,0,0,0,0,0 +266642,0,0,0,0,0 +266643,0,0,0,0,0 +266644,0,0,0,0,0 +266645,0,0,0,0,0 +266646,0,0,0,0,0 +266647,0,0,0,0,0 +266648,0,0,0,0,0 +266649,0,0,0,0,0 +266650,0,0,0,0,0 +266651,0,0,0,0,0 +266652,0,0,0,0,0 +266653,0,0,0,0,0 +266654,0,0,0,0,0 +266655,0,0,0,0,0 +266656,0,0,0,0,0 +266657,0,0,0,0,0 +266658,0,0,0,0,0 +266659,0,0,0,0,0 +266660,0,0,0,0,0 +266661,0,0,0,0,0 +266662,0,0,0,0,0 +266663,0,0,0,0,0 +266664,0,0,0,0,0 +266665,0,0,0,0,0 +266666,0,0,0,0,0 +266667,0,0,0,0,0 +266668,0,0,0,0,0 +266669,0,0,0,0,0 +266670,0,0,0,0,0 +266671,0,0,0,0,0 +266672,0,0,0,0,0 +266673,0,0,0,0,0 +266674,0,0,0,0,0 +266675,0,0,0,0,0 +266676,0,0,0,0,0 +266677,0,0,0,0,0 +266678,0,0,0,0,0 +266679,0,0,0,0,0 +266680,0,0,0,0,0 +266681,0,0,0,0,0 +266682,0,0,0,0,0 +266683,0,0,0,0,0 +266684,0,0,0,0,0 +266685,0,0,0,0,0 +266686,0,0,0,0,0 +266687,0,0,0,0,0 +266688,0,0,0,0,0 +266689,0,0,0,0,0 +266690,0,0,0,0,0 +266691,0,0,0,0,0 +266692,0,0,0,0,0 +266693,0,0,0,0,0 +266694,0,0,0,0,0 +266695,0,0,0,0,0 +266696,0,0,0,0,0 +266697,0,0,0,0,0 +266698,0,0,0,0,0 +266699,0,0,0,0,0 +266700,0,0,0,0,0 +266701,0,0,0,0,0 +266702,0,0,0,0,0 +266703,0,0,0,0,0 +266704,0,0,0,0,0 +266705,0,0,0,0,0 +266706,0,0,0,0,0 +266707,0,0,0,0,0 +266708,0,0,0,0,0 +266709,0,0,0,0,0 +266710,0,0,0,0,0 +266711,0,0,0,0,0 +266712,0,0,0,0,0 +266713,0,0,0,0,0 +266714,0,0,0,0,0 +266715,0,0,0,0,0 +266716,0,0,0,0,0 +266717,0,0,0,0,0 +266718,0,0,0,0,0 +266719,0,0,0,0,0 +266720,0,0,0,0,0 +266721,0,0,0,0,0 +266722,0,0,0,0,0 +266723,0,0,0,0,0 +266724,0,0,0,0,0 +266725,0,0,0,0,0 +266726,0,0,0,0,0 +266727,0,0,0,0,0 +266728,0,0,0,0,0 +266729,0,0,0,0,0 +266730,0,0,0,0,0 +266731,0,0,0,0,0 +266732,0,0,0,0,0 +266733,0,0,0,0,0 +266734,0,0,0,0,0 +266735,0,0,0,0,0 +266736,0,0,0,0,0 +266737,0,0,0,0,0 +266738,0,0,0,0,0 +266739,0,0,0,0,0 +266740,0,0,0,0,0 +266741,0,0,0,0,0 +266742,0,0,0,0,0 +266743,0,0,0,0,0 +266744,0,0,0,0,0 +266745,0,0,0,0,0 +266746,0,0,0,0,0 +266747,0,0,0,0,0 +266748,0,0,0,0,0 +266749,0,0,0,0,0 +266750,0,0,0,0,0 +266751,0,0,0,0,0 +266752,0,0,0,0,0 +266753,0,0,0,0,0 +266754,0,0,0,0,0 +266755,0,0,0,0,0 +266756,0,0,0,0,0 +266757,0,0,0,0,0 +266758,0,0,0,0,0 +266759,0,0,0,0,0 +266760,0,0,0,0,0 +266761,0,0,0,0,0 +266762,0,0,0,0,0 +266763,0,0,0,0,0 +266764,0,0,0,0,0 +266765,0,0,0,0,0 +266766,0,0,0,0,0 +266767,0,0,0,0,0 +266768,0,0,0,0,0 +266769,0,0,0,0,0 +266770,0,0,0,0,0 +266771,0,0,0,0,0 +266772,0,0,0,0,0 +266773,0,0,0,0,0 +266774,0,0,0,0,0 +266775,0,0,0,0,0 +266776,0,0,0,0,0 +266777,0,0,0,0,0 +266778,0,0,0,0,0 +266779,0,0,0,0,0 +266780,0,0,0,0,0 +266781,0,0,0,0,0 +266782,0,0,0,0,0 +266783,0,0,0,0,0 +266784,0,0,0,0,0 +266785,0,0,0,0,0 +266786,0,0,0,0,0 +266787,0,0,0,0,0 +266788,0,0,0,0,0 +266789,0,0,0,0,0 +266790,0,0,0,0,0 +266791,0,0,0,0,0 +266792,0,0,0,0,0 +266793,0,0,0,0,0 +266794,0,0,0,0,0 +266795,0,0,0,0,0 +266796,0,0,0,0,0 +266797,0,0,0,0,0 +266798,0,0,0,0,0 +266799,0,0,0,0,0 +266800,0,0,0,0,0 +266801,0,0,0,0,0 +266802,0,0,0,0,0 +266803,0,0,0,0,0 +266804,0,0,0,0,0 +266805,0,0,0,0,0 +266806,0,0,0,0,0 +266807,0,0,0,0,0 +266808,0,0,0,0,0 +266809,0,0,0,0,0 +266810,0,0,0,0,0 +266811,0,0,0,0,0 +266812,0,0,0,0,0 +266813,0,0,0,0,0 +266814,0,0,0,0,0 +266815,0,0,0,0,0 +266816,0,0,0,0,0 +266817,0,0,0,0,0 +266818,0,0,0,0,0 +266819,0,0,0,0,0 +266820,0,0,0,0,0 +266821,96.23726609,3656.94062,3075.783219,44.8466618,-296.292196 +266822,168.9157069,521.8075421,3019.010357,77.87581109,-156.5417378 +266823,163.8244408,81.37135506,2814.08332,75.48530062,-153.554111 +266824,157.7909435,628.4805983,2615.501897,72.65656348,-152.0000832 +266825,152.0203325,678.0625078,2273.655928,69.96950589,-151.5488571 +266826,146.8916729,532.5276027,613.6415358,67.60111231,-151.7157987 +266827,142.3809741,565.4803394,1743.401548,65.53332373,-152.2172328 +266828,138.367175,572.9405537,1389.8059,63.70287139,-152.9393995 +266829,134.7499189,581.0716919,1396.200936,62.05836812,-153.8453722 +266830,131.466366,589.3510637,1407.38924,60.56780739,-154.9182772 +266831,128.4742901,597.5892732,1419.097938,59.20926244,-156.1418691 +266832,125.7385439,606.7491575,1431.222521,57.96638703,-157.4925395 +266833,123.2299241,615.4203408,1443.86291,56.8252357,-158.947007 +266834,120.9244715,624.7953302,1456.857323,55.77333144,-160.4859646 +266835,118.7971467,633.5999804,1469.889014,54.79969684,-162.0940017 +266836,116.8288412,643.13562,1483.584678,53.89484925,-163.7588493 +266837,115.0001778,652.5709344,1497.097964,53.05074412,-165.4703364 +266838,113.2975163,662.141352,1511.054996,52.26055946,-167.2199739 +266839,111.7061629,671.9109717,1525.113786,51.5185382,-169.0004597 +266840,110.2164876,681.728888,1539.427766,50.81978662,-170.8055836 +266841,108.8171393,691.3787186,1553.632779,50.16016125,-172.6299309 +266842,107.5013874,701.9084193,1568.405406,49.53612348,-174.4688631 +266843,106.2603207,711.8733693,1582.876203,48.94466624,-176.3182971 +266844,105.089342,720.1639585,1593.66373,48.38320626,-178.1747187 +266845,104.0734633,730.184604,1612.590606,47.90310478,-180.0350054 +266846,103.1730543,740.5458834,1633.207881,47.48190437,-181.8964423 +266847,102.3377114,750.9640096,1634.607148,47.09161275,-183.7565968 +266848,101.5440925,761.4819058,1635.116417,46.71780562,-185.6134259 +266849,100.7826829,772.1893118,1679.291164,46.3563741,-187.4650572 +266850,100.0542729,782.8676791,1679.951552,46.00733123,-189.3099018 +266851,99.35736643,791.6640978,1693.512499,45.67141366,-191.1465072 +266852,98.6885022,800.0680129,1703.662562,45.34762275,-192.9736481 +266853,98.04178065,808.4864891,1713.497315,45.03496816,-194.7903077 +266854,97.41672857,816.6919523,1723.20503,44.73293093,-196.5956843 +266855,96.81100774,824.9658524,1742.117867,44.44133087,-198.3890637 +266856,96.22601151,833.043919,1733.051806,44.16009436,-200.1698696 +266857,95.65995121,841.1688798,1749.501227,43.88915517,-201.9375831 +266858,95.11421082,849.2499692,1762.518385,43.62840011,-203.6918288 +266859,94.58687173,857.1881496,1767.831223,43.37768949,-205.432292 +266860,135.1690714,869.8912542,1777.519958,43.13684982,-207.1587867 +266861,158.7300257,880.6579248,1785.935124,69.15278545,-208.8711793 +266862,122.3767636,891.5639493,1810.810855,62.62525284,-210.5694598 +266863,147.5275324,902.2011224,1778.222671,71.77786126,-212.2536833 +266864,158.8061354,912.8673293,1831.243104,66.22803159,-213.9240769 +266865,157.1538884,923.4580549,1816.835859,80.35610118,-215.5809282 +266866,163.4757793,933.869979,1841.021727,67.45709439,-217.224566 +266867,167.9980842,944.3504178,1854.809002,90.47304586,-218.855337 +266868,172.5069968,954.6028133,1865.621461,65.26460575,-220.4735755 +266869,177.1557942,964.8938924,1852.695358,77.5873603,-222.0796017 +266870,181.4962546,974.6193789,1908.97597,88.60536602,-223.6737892 +266871,186.067631,985.4182643,1881.029428,84.27507854,-225.256484 +266872,190.5369547,995.0922451,1905.168873,88.28944124,-226.8280529 +266873,195.0503814,1005.273864,1913.033826,90.68190197,-228.3888423 +266874,199.4604158,1015.031233,1922.293499,92.93980093,-229.9392509 +266875,203.9543013,1025.004023,1931.621974,95.19346612,-231.479648 +266876,208.3748502,1034.742549,1940.939177,97.51601565,-233.0104373 +266877,212.8835615,1044.473133,1949.759817,99.71944798,-234.5319817 +266878,217.3872884,1054.126515,1958.673408,102.039244,-236.0446763 +266879,221.7759564,1063.718186,1967.221404,104.2647517,-237.5488751 +266880,226.2185884,1073.237762,1975.419407,106.4707289,-239.0449616 +266881,980.0277646,1416.23416,1876.01408,440.5895286,-777.0963675 +266882,1303.003989,1556.903251,1766.239768,585.5692802,-833.3435027 +266883,1236.080474,1565.51419,1791.67846,553.4834697,-721.6167344 +266884,1226.857264,1562.472074,1863.969728,556.4954697,-601.2176156 +266885,1262.457056,1564.773285,1938.079453,572.3907587,-496.6181226 +266886,1285.602504,1603.82572,1990.070969,579.5268556,-93.27581771 +266887,1502.158623,1700.76154,2243.967372,680.7937901,1960.065535 +266888,1012.475591,1501.253163,2096.023004,460.2202296,160.9794607 +266889,1676.619495,1788.446661,2335.428479,758.6171134,1510.476986 +266890,1005.763165,1511.857586,2136.670902,458.6388527,355.2335688 +266891,1713.415337,1827.315294,2354.079168,776.6251884,1662.90684 +266892,1027.508459,1533.254605,2149.070427,469.0464407,353.9243338 +266893,1743.14595,1873.067481,2367.624508,791.6161204,1720.373018 +266894,1052.859192,1537.261376,2162.534677,481.2350235,381.3969594 +266895,1769.655249,1912.859516,2382.753885,804.7128923,1760.207706 +266896,1287.82674,1653.956868,2386.995472,588.8954232,799.6342647 +266897,1481.957917,1785.565934,2385.769544,676.4820279,1195.551912 +266898,1462.4872,1770.063277,2382.40738,668.3253492,1138.767206 +266899,1473.932985,1784.708908,2380.503154,673.9471805,1156.386077 +266900,1485.724511,1797.143994,2380.8055,679.8568055,1172.115751 +266901,1497.438657,1809.418727,2382.737146,685.4410941,1187.12189 +266902,1508.637917,1821.461149,2385.710146,691.2057972,1202.203371 +266903,1520.262723,1833.827849,2389.306746,696.6932315,1216.526638 +266904,1531.13917,1844.314349,2393.273695,702.3151621,1230.456491 +266905,1542.304012,1858.660896,2397.44742,707.5823803,1254.037965 +266906,1552.830593,1865.550654,2401.926342,713.0457439,1256.357016 +266907,1563.729,1880.599543,2406.259754,718.2732566,1257.324215 +266908,1574.244883,1908.676637,2410.610271,723.3320083,1291.972158 +266909,1584.359578,1875.223678,2414.95175,728.5574489,1293.753908 +266910,1594.633365,1943.132954,2420.177882,733.5538541,1307.992999 +266911,1604.737757,1912.519841,2425.479275,738.4427466,1320.152431 +266912,1614.280583,1937.661074,2430.743993,743.3799513,1331.575471 +266913,1624.039121,1945.090964,2435.57498,748.1808052,1357.303559 +266914,1633.664702,1955.228362,2441.100784,752.8323687,1334.834618 +266915,1642.877505,1964.93306,2446.724666,757.5250365,1371.846521 +266916,1652.115046,1974.495647,2452.08656,762.0547805,1375.254115 +266917,1661.412107,1984.228151,2457.30481,766.6634453,1385.734774 +266918,1670.345961,1993.455058,2462.566523,771.0924793,1410.844191 +266919,1679.264186,2002.867476,2469.292007,775.5070875,1384.359565 +266920,1688.160782,2011.669246,2472.992614,779.8593555,1434.693476 +266921,1696.657722,2020.99635,2478.93433,784.2036562,1411.72399 +266922,1705.29844,2029.624992,2482.078659,788.3026036,1440.90167 +266923,1713.735597,2038.41684,2485.765377,792.6070517,1447.94079 +266924,1722.082751,2046.79435,2489.551863,796.685941,1461.460176 +266925,1730.206583,2062.254697,2493.696461,800.7699276,1454.647776 +266926,1738.657094,2061.022048,2497.580123,804.7945453,1471.372112 +266927,1746.436476,2073.279782,2501.317019,808.7688603,1488.082536 +266928,1754.500715,2080.89583,2506.844513,812.6932616,1484.750036 +266929,1762.343959,2088.281262,2509.587348,816.5733615,1498.117025 +266930,1770.121178,2096.515069,2513.134587,820.4029189,1505.285323 +266931,1777.809406,2104.155457,2518.774169,824.1290792,1513.092262 +266932,1785.411541,2111.566824,2521.605969,827.9598326,1521.066129 +266933,1792.933462,2119.17406,2525.020166,831.6132474,1528.658852 +266934,1800.500504,2126.439953,2528.562462,835.3366927,1536.077491 +266935,1807.669401,2133.494433,2532.081149,838.8615069,1543.664778 +266936,1819.271883,2140.876352,2535.507145,842.4759581,1550.852808 +266937,1819.668033,2147.844913,2538.910643,845.9988179,1563.541653 +266938,1842.048702,2154.644203,2542.137924,849.4917689,1562.219906 +266939,1816.526439,2161.505266,2545.118567,852.9464394,1572.836674 +266940,1852.57184,2168.106922,2547.979024,856.3636824,1579.10108 +266941,2262.351502,2343.818109,2557.784172,1028.550279,1837.45669 +266942,2227.72873,2352.082867,2596.768718,1034.278701,1876.067983 +266943,2278.803233,2365.445957,2643.530811,1039.315922,1923.513744 +266944,2268.159586,2363.062198,2681.730861,1044.060465,1963.069076 +266945,2303.718659,2385.555552,2709.140566,1048.672769,1992.377867 +266946,2261.248982,2376.119257,2727.483674,1053.180328,2013.287772 +266947,2325.912508,2399.480071,2739.829803,1057.608654,2028.341411 +266948,2298.631636,2390.31152,2748.37134,1061.971037,2039.48675 +266949,2346.418663,2412.923656,2754.585599,1066.275762,2048.115763 +266950,2299.533295,2410.935677,2761.178301,1070.529495,2057.313584 +266951,2377.392828,2417.662242,2764.195344,1074.732296,2062.444347 +266952,2336.871516,2426.173955,2767.005828,1078.963799,2067.102605 +266953,2358.03901,2431.70052,2770.961368,1082.976316,2073.106735 +266954,2369.682735,2437.489115,2771.965422,1087.101917,2075.516038 +266955,2375.58643,2443.799444,2773.596349,1091.132555,2078.636082 +266956,2384.773146,2456.319927,2775.56655,1095.134087,2082.120132 +266957,2393.139738,2454.767759,2777.58537,1099.028886,2085.63299 +266958,2401.655046,2461.913704,2779.369827,1103.067551,2088.847417 +266959,2409.982408,2468.742248,2782.699777,1106.986498,2093.929516 +266960,2418.061798,2473.262604,2783.191044,1110.752865,2095.58627 +266961,2426.578457,2478.86733,2784.136548,1114.638774,2097.787512 +266962,2434.60677,2490.447184,2785.319994,1118.428726,2100.265291 +266963,2442.789346,2482.802181,2786.382591,1122.198623,2102.593936 +266964,2450.636486,2501.011764,2787.308746,1125.938866,2104.764313 +266965,2458.908972,2500.253364,2788.295141,1129.649568,2107.021632 +266966,2466.792172,2504.588644,2789.119131,1133.331332,2109.101138 +266967,2474.701978,2510.792345,2791.439912,1137.060037,2113.024738 +266968,2482.482121,2520.811518,2791.09564,1140.571624,2113.749324 +266969,2498.467404,2513.063495,2791.259178,1144.22516,2115.111873 +266970,2486.29669,2530.377897,2793.050886,1147.786246,2118.471599 +266971,2518.625337,2528.918893,2792.291681,1151.262746,2118.761632 +266972,2508.955837,2531.925387,2792.112488,1154.63208,2119.991736 +266973,2521.616218,2542.657575,2792.003483,1158.154556,2121.137481 +266974,2528.498774,2534.971564,2791.803741,1161.482739,2122.224138 +266975,2534.5283,2539.329163,2792.941553,1167.404611,2124.997804 +266976,2541.292218,2538.403816,2790.800007,1171.242431,2124.233448 +266977,2548.557978,2539.98308,2788.953169,1174.64781,2124.108421 +266978,2555.559904,2548.795621,2787.454143,1178.145682,2124.470445 +266979,2562.307831,2540.703245,2786.128974,1181.525735,2125.007084 +266980,2569.755683,2554.217482,2786.582224,1184.876745,2127.661818 +266981,2576.22356,2552.381011,2784.54323,1188.188765,2127.264537 +266982,2583.234129,2553.403799,2783.059587,1191.470692,2127.712661 +266983,2590.263131,2557.258659,2783.368229,1194.720193,2130.104053 +266984,2596.619011,2559.573461,2782.752701,1197.938511,2131.391343 +266985,2603.677241,2561.479155,2781.734751,1201.128901,2132.403533 +266986,2618.082857,2568.598539,2779.067896,1204.367919,2131.186517 +266987,2606.003399,2561.583625,2778.76901,1207.388577,2132.89799 +266988,2634.918398,2572.734184,2777.736789,1210.471575,2133.441795 +266989,2627.395879,2564.145853,2774.856772,1213.660503,2132.115916 +266990,2636.523389,2573.944812,2772.690771,1216.662677,2131.551763 +266991,2643.971663,2574.316173,2770.920393,1219.708433,2131.684261 +266992,2650.050403,2574.977039,2769.348004,1222.719393,2131.918065 +266993,2656.580303,2577.917815,2769.422017,1225.707572,2134.17859 +266994,2662.545395,2579.392326,2768.465898,1228.672508,2135.236152 +266995,2669.254948,2580.72043,2767.046903,1231.616269,2136.002656 +266996,2682.608983,2579.983969,2763.814275,1234.538114,2134.370639 +266997,2679.789203,2582.87341,2763.087414,1237.440249,2135.802588 +266998,2687.440704,2582.47792,2759.892075,1240.399596,2134.221714 +266999,2694.892773,2583.267514,2757.395969,1243.141595,2133.501588 +267000,2700.716711,2584.534214,2755.22101,1246.040136,2133.180465 +267001,2718.90009,2586.787818,2753.784828,1251.439935,2134.007435 +267002,2717.794396,2589.231202,2752.81355,1254.489441,2135.502725 +267003,2725.031404,2590.999656,2751.852842,1257.587855,2137.078265 +267004,2733.11063,2593.994014,2752.42409,1260.39509,2140.582504 +267005,2737.63242,2593.132293,2750.195292,1263.335281,2140.905756 +267006,2751.5633,2593.559555,2748.441122,1266.034563,2141.624704 +267007,2749.640986,2596.212873,2748.409301,1270.64226,2144.467135 +267008,2754.345843,2595.099471,2745.559314,1271.999207,2143.85238 +267009,2768.824551,2595.286862,2743.302304,1277.380457,2143.966453 +267010,2760.861809,2597.639821,2742.845043,1273.234422,2146.293838 +267011,2778.906077,2598.156699,2741.610896,1291.877704,2147.437178 +267012,2785.201135,2596.599312,2738.380174,1263.529892,2146.380059 +267013,2783.582624,2596.647497,2735.897198,1294.021351,2146.239372 +267014,2787.085053,2596.958394,2733.536159,1285.295167,2146.2339 +267015,2796.880271,2590.039911,2730.866324,1289.97209,2145.836915 +267016,2797.980851,2599.70764,2728.450053,1292.4873,2145.746723 +267017,2800.589089,2598.584052,2726.134698,1295.196366,2145.780928 +267018,2800.481486,2589.291686,2723.505996,1297.488525,2145.432231 +267019,2799.633099,2598.676657,2720.554375,1300.138585,2144.68655 +267020,2798.985391,2589.324958,2717.391555,1302.506537,2143.666501 +267021,2798.609886,2597.347778,2714.088437,1305.059593,2142.457455 +267022,2798.403873,2587.458369,2710.652566,1307.407968,2141.071402 +267023,2801.005181,2596.986845,2708.84113,1309.931513,2141.687978 +267024,2799.668593,2585.001661,2704.375864,1312.244996,2139.030865 +267025,2799.258849,2592.695351,2700.396688,1314.823746,2136.966618 +267026,2799.404128,2589.859783,2696.683235,1316.980869,2135.214753 +267027,2799.598199,2580.192539,2692.920687,1319.502327,2133.391166 +267028,2799.819032,2588.229666,2689.123072,1321.661407,2131.519252 +267029,2800.398584,2585.71616,2685.50915,1324.220679,2129.873283 +267030,2801.097163,2583.083701,2681.94588,1326.389935,2128.29171 +267031,2801.733379,2580.851533,2678.316283,1328.620278,2126.630975 +267032,2802.304361,2578.935624,2674.627956,1330.953851,2124.915958 +267033,2802.861597,2577.061598,2670.904361,1333.149518,2123.175165 +267034,2803.399425,2575.073091,2667.156791,1335.175261,2121.419889 +267035,2803.939417,2572.951754,2663.384668,1337.51382,2119.650963 +267036,2804.46092,2570.732562,2659.594986,1339.561403,2117.867629 +267037,2804.984891,2568.443593,2655.792777,1341.666734,2116.070937 +267038,2805.771052,2566.090284,2651.975641,1343.895871,2114.26015 +267039,2806.254456,2563.66983,2648.150085,1345.911627,2112.435702 +267040,2806.715526,2561.181792,2644.32147,1348.062091,2110.600564 +267041,2807.185136,2558.626071,2640.491823,1350.11236,2108.755969 +267042,2807.434315,2549.055329,2636.524498,1352.150868,2106.73098 +267043,2807.700039,2556.022749,2632.559475,1354.067427,2104.696344 +267044,2808.271719,2552.29815,2628.797978,1356.228502,2102.89987 +267045,2808.702947,2540.878911,2624.751864,1359.233047,2100.975886 +267046,2809.011351,2547.728938,2620.844288,1363.90312,2098.956105 +267047,2809.383874,2536.32809,2616.985004,1358.756365,2096.972645 +267048,2809.790077,2542.325444,2613.163219,1380.417468,2095.016452 +267049,2810.223614,2529.666123,2609.362678,1341.633286,2093.068705 +267050,2810.475978,2529.291915,2605.463457,1380.293533,2090.978994 +267051,2810.695203,2527.351079,2601.549248,1367.305729,2088.848008 +267052,2811.01688,2524.077694,2597.720516,1372.070857,2086.797828 +267053,2811.381943,2520.415221,2593.929573,1373.868078,2084.768097 +267054,2811.716749,2516.830604,2590.144043,1375.854166,2082.717862 +267055,2814.679465,2514.706185,2588.066726,1377.753591,2082.768484 +267056,2813.332981,2502.514134,2583.267253,1379.645438,2079.416223 +267057,2812.858359,2510.377638,2579.0421,1381.538156,2076.742 +267058,2812.768437,2496.845135,2575.077109,1383.506793,2074.343292 +267059,2812.912423,2502.990473,2571.267926,1385.144775,2072.093281 +267060,2813.078133,2488.27205,2567.499506,1387.210611,2070.060287 +267061,2813.818075,2438.083848,2564.878068,1352.735692,2070.214744 +267062,2805.298782,2429.724951,2556.206761,1310.680955,2061.373448 +267063,2793.360344,2424.089416,2545.176645,1348.928602,2048.456181 +267064,2783.023726,2419.296896,2534.981382,1334.942097,2036.100324 +267065,2775.794955,2414.107739,2526.629727,1338.641461,2025.944175 +267066,2771.248936,2408.870057,2519.930016,1339.496024,2017.931069 +267067,2768.268355,2396.751751,2514.244149,1340.569176,2011.34439 +267068,2766.457326,2406.082729,2509.370615,1341.577731,2005.958515 +267069,2765.279576,2384.058435,2504.991267,1342.648028,2001.378222 +267070,2764.281258,2388.302059,2500.819731,1343.65694,1997.238899 +267071,2763.632716,2381.509916,2496.965023,1344.737118,1993.652127 +267072,2763.241655,2375.362907,2493.360656,1345.794154,1990.518646 +267073,2762.94174,2370.021328,2489.895503,1346.850907,1987.680618 +267074,2765.369279,2365.15071,2488.262705,1347.81749,1987.226977 +267075,2763.731244,2358.571491,2484.113085,1349.103314,1983.742295 +267076,2762.984897,2353.372248,2480.604039,1349.962412,1981.11718 +267077,2762.577988,2347.6149,2477.364161,1351.101852,1978.86431 +267078,2762.183516,2334.849443,2474.183064,1352.149213,1976.711139 +267079,2761.773118,2344.824113,2470.976429,1353.209429,1974.433978 +267080,2761.111685,2320.681802,2467.603918,1354.270096,1971.86284 +267081,2760.708172,2325.769496,2464.592329,1355.33079,1970.063675 +267082,2760.123143,2318.131124,2461.348807,1356.38964,1967.723997 +267083,2759.94959,2311.327271,2458.585265,1357.449557,1966.183756 +267084,2760.355076,2305.711792,2456.424798,1360.251553,1965.596755 +267085,2760.685806,2299.82298,2454.177596,1358.766124,1964.681444 +267086,2759.759858,2293.687821,2450.793246,1368.498867,1961.681256 +267087,2758.057448,2287.54181,2446.873344,1348.999595,1957.833219 +267088,2756.498344,2281.411347,2443.242269,1369.094214,1954.560161 +267089,2755.04259,2275.204157,2439.742838,1362.338801,1951.477636 +267090,2755.785377,2269.159298,2438.374473,1364.799686,1952.137177 +267091,2757.920478,2263.091121,2438.077156,1365.915336,1954.357926 +267092,2759.472218,2257.10227,2437.06139,1366.994436,1955.063099 +267093,2760.335172,2250.664903,2435.491531,1368.084528,1954.810063 +267094,2758.778339,2244.331993,2431.728315,1369.171637,1950.707478 +267095,2758.02859,2238.294264,2429.102019,1370.16724,1948.924293 +267096,2756.720794,2231.897037,2425.856151,1371.400002,1945.887361 +267097,2753.712014,2218.281257,2421.120563,1372.51523,1940.30864 +267098,2751.135261,2228.703891,2416.971931,1379.659295,1935.916612 +267099,2752.367075,2202.068714,2416.455918,1365.528952,1937.922043 +267100,2755.755335,2209.278467,2417.564703,1380.024487,1942.315028 +267101,2754.934826,2198.925557,2414.307577,1394.225227,1938.569802 +267102,2751.432725,2192.661048,2409.02805,1350.712506,1931.756903 +267103,2748.316366,2186.236833,2404.533495,1408.221492,1926.719848 +267104,2745.656079,2179.844774,2400.449249,1353.270031,1922.350253 +267105,2748.149603,2173.45417,2401.268423,1392.566422,1926.626856 +267106,2748.838659,2166.810185,2399.674321,1382.513517,1925.882384 +267107,2750.385985,2160.372533,2399.15867,1383.474903,1927.286236 +267108,2750.202692,2153.759289,2396.874399,1389.739573,1925.381098 +267109,2746.366421,2147.051012,2391.328423,1378.316273,1917.884613 +267110,2742.953954,2140.521022,2386.706912,1389.970001,1912.528186 +267111,2740.040446,2133.883827,2382.539183,1389.282966,1907.925549 +267112,2737.477737,2127.242103,2378.649441,1392.86004,1903.7484 +267113,2741.998536,2120.725762,2381.534215,1379.344263,1911.570198 +267114,2743.923618,2114.063199,2380.95884,1409.174606,1912.206905 +267115,2746.62437,2107.571834,2381.478366,1369.384114,1915.109423 +267116,2753.434458,2100.774358,2385.855035,1418.306028,1924.691986 +267117,2752.665483,2094.077161,2382.437708,1369.18739,1919.799551 +267118,2747.085897,2087.27266,2375.415952,1420.627069,1909.48329 +267119,2742.290382,2080.603417,2369.862275,1383.369683,1902.458837 +267120,2738.211341,2073.888473,2364.961534,1405.202314,1896.536675 +267121,2739.742002,1952.600414,2365.95808,1272.705061,1901.648681 +267122,2721.130382,1949.426421,2351.491708,1296.197125,1881.068229 +267123,2689.376569,1937.926512,2326.632148,1284.524169,1842.471305 +267124,2661.492287,1930.248372,2304.696807,1286.344637,1808.421802 +267125,2640.36338,1922.279036,2287.033834,1286.267567,1779.84049 +267126,2625.064395,1914.346009,2273.090796,1286.304675,1756.243877 +267127,2613.77571,1906.665781,2261.812707,1286.189437,1736.459488 +267128,2615.885716,1898.730753,2262.815773,1286.354899,1738.130609 +267129,2615.201462,1891.129876,2259.318403,1286.444617,1729.882262 +267130,2606.302026,1883.459622,2248.351314,1286.598543,1709.19439 +267131,2598.420372,1875.818035,2239.598055,1289.264181,1693.901479 +267132,2603.250474,1868.350873,2243.127136,1283.383365,1700.641299 +267133,2604.296334,1860.95081,2241.316826,1292.63055,1696.222877 +267134,2596.134158,1853.260124,2231.179522,1281.716426,1677.719805 +267135,2588.703,1845.956876,2223.094317,1290.423196,1664.429164 +267136,2582.281697,1838.514778,2216.000781,1287.475816,1652.877101 +267137,2589.308743,1831.258479,2221.599427,1288.386968,1664.545355 +267138,2591.790567,1823.907618,2221.367992,1288.698913,1663.204783 +267139,2583.806816,1816.703103,2211.275611,1289.033174,1645.807727 +267140,2576.44405,1809.4862,2203.470226,1289.306984,1633.789465 +267141,2570.062368,1802.353006,2196.629641,1298.727225,1623.458617 +267142,2564.39799,1795.257779,2190.369002,1277.035243,1614.566548 +267143,2573.839332,1788.340616,2198.69107,1296.865419,1631.248407 +267144,2592.244574,1781.937025,2213.42238,1289.612749,1656.806952 +267145,2606.241085,1753.966717,2222.40388,1291.52124,1670.841828 +267146,2615.506301,1792.339215,2227.560583,1291.827556,1678.017078 +267147,2621.136738,1757.403158,2229.766937,1292.365377,1681.177571 +267148,2614.766636,1744.579568,2221.042636,1292.811131,1665.208546 +267149,2601.63533,1735.385788,2207.645367,1293.303323,1642.791518 +267150,2590.261607,1757.715272,2197.109899,1294.489086,1626.710757 +267151,2580.346324,1736.774584,2187.664284,1304.74936,1612.714797 +267152,2571.632035,1711.232306,2179.316363,1278.070861,1600.412723 +267153,2578.259848,1716.250498,2185.594019,1314.987192,1613.922443 +267154,2579.787837,1716.790832,2184.638729,1276.270607,1612.523237 +267155,2569.812191,1704.151203,2173.167888,1312.083313,1592.919873 +267156,2560.983157,1699.292271,2164.455301,1283.085137,1579.775461 +267157,2568.621478,1716.54117,2171.671705,1317.117034,1595.846026 +267158,2570.947217,1653.82213,2171.309297,1285.63747,1594.800012 +267159,2576.503048,1696.615877,2174.76542,1304.958183,1601.636134 +267160,2576.842857,1671.594353,2172.645458,1284.077954,1598.143842 +267161,2565.774716,1668.814133,2160.209363,1321.403239,1576.840602 +267162,2556.439689,1663.08443,2151.196398,1282.271451,1563.402864 +267163,2548.744298,1657.292606,2143.656169,1314.60773,1552.910866 +267164,2558.589932,1651.620223,2153.03196,1287.857479,1572.311316 +267165,2561.796397,1645.999207,2153.317263,1315.006431,1572.441161 +267166,2568.376508,1640.507269,2157.818171,1287.744276,1581.277987 +267167,2568.990628,1635.08577,2155.878396,1317.49532,1577.409733 +267168,2573.428941,1629.655683,2158.604941,1288.016062,1583.218397 +267169,2572.740968,1645.2471,2155.788103,1318.990812,1578.239367 +267170,2576.370389,1589.841295,2157.988577,1290.995381,1583.086009 +267171,2575.100076,1628.525814,2154.783668,1317.261538,1577.719169 +267172,2578.118763,1606.428844,2156.589527,1299.888853,1581.967424 +267173,2576.106025,1604.634832,2152.878952,1308.741501,1575.615471 +267174,2562.367274,1599.97385,2138.429799,1306.366968,1550.746094 +267175,2567.798449,1595.424237,2144.386541,1307.731894,1564.071838 +267176,2568.012764,1590.937048,2142.560644,1308.182235,1560.965861 +267177,2555.493899,1586.580778,2129.001343,1308.764759,1537.40381 +267178,2545.249632,1582.356918,2119.435163,1309.278081,1522.801632 +267179,2555.901239,1578.479643,2130.25694,1310.121149,1544.938119 +267180,2558.50282,1576.374477,2130.021666,1310.649138,1543.733765 +267181,2549.209253,1680.363975,2118.471922,1420.357629,1522.543113 +267182,2578.868842,1695.950395,2142.371113,1420.839569,1564.489159 +267183,2628.978076,1658.228848,2181.408509,1424.307114,1630.240321 +267184,2668.088477,1682.582844,2209.366591,1426.324678,1675.308034 +267185,2695.014245,1679.517304,2228.394415,1428.000431,1707.549871 +267186,2695.983885,1667.438988,2224.704861,1429.910777,1701.268624 +267187,2683.377212,1696.758119,2211.83003,1431.570738,1682.264437 +267188,2691.705795,1637.514989,2221.640637,1434.360001,1705.978556 +267189,2712.301581,1684.18725,2240.465975,1436.470685,1742.659317 +267190,2711.139582,1663.950014,2236.213155,1438.178122,1735.924375 +267191,2713.624445,1665.42859,2238.452147,1440.595657,1743.639452 +267192,2712.298489,1663.922553,2236.36444,1442.76397,1742.92865 +267193,2716.254909,1662.318282,2240.021809,1445.357173,1752.697527 +267194,2715.517594,1660.713807,2238.220972,1447.438677,1751.592121 +267195,2719.778125,1659.142937,2241.958691,1449.973304,1760.935118 +267196,2736.275181,1657.582174,2256.805934,1453.088343,1789.187347 +267197,2732.621686,1655.987371,2250.234626,1454.66412,1777.057626 +267198,2733.378412,1654.470038,2250.775471,1457.80577,1780.358842 +267199,2747.348863,1652.945337,2263.521302,1460.679565,1804.656061 +267200,2759.336036,1651.282498,2272.572177,1463.389465,1820.38235 +267201,2752.752361,1649.931325,2263.481171,1465.437813,1803.684168 +267202,2750.267386,1648.372823,2261.544347,1468.756868,1802.26622 +267203,2762.118769,1646.906236,2272.400127,1471.839738,1823.04485 +267204,2772.294138,1659.624361,2280.068281,1474.638957,1836.13973 +267205,2764.794864,1622.920874,2270.656298,1477.231608,1818.698084 +267206,2762.057989,1652.571155,2268.261909,1480.536466,1816.183423 +267207,2772.345277,1640.756359,2277.941861,1483.88262,1834.610885 +267208,2781.397832,1636.76281,2284.592022,1486.878338,1845.713669 +267209,2787.900264,1639.519584,2288.878096,1490.119641,1852.664278 +267210,2792.635505,1636.495557,2291.834387,1493.392512,1857.548126 +267211,2783.622225,1635.354774,2281.797919,1496.38153,1839.477052 +267212,2766.986915,1633.985044,2266.306908,1499.618022,1813.614898 +267213,2753.864387,1635.790935,2255.217872,1508.023042,1796.68883 +267214,2743.746978,1633.686102,2246.541458,1504.233237,1783.696706 +267215,2735.709107,1634.225741,2239.415438,1510.264034,1773.183379 +267216,2729.438897,1628.388649,2233.583824,1513.855243,1764.728305 +267217,2742.978593,1625.519725,2246.959153,1518.048768,1790.729479 +267218,2767.378633,1617.729323,2268.044229,1522.218567,1827.653725 +267219,2766.724385,1649.063115,2262.997721,1524.781477,1815.943859 +267220,2752.728982,1593.780293,2248.319796,1528.314962,1790.289924 +267221,2761.162911,1635.377117,2257.650115,1533.180283,1809.729311 +267222,2764.35971,1623.29375,2258.727044,1542.144805,1811.102566 +267223,2771.416298,1611.599573,2264.425822,1534.02864,1821.647174 +267224,2772.806277,1629.547881,2263.925841,1551.952442,1820.352639 +267225,2778.876529,1605.357133,2268.818358,1548.182643,1829.519586 +267226,2779.731845,1621.28127,2267.982067,1553.029211,1827.693823 +267227,2768.18357,1613.371448,2255.767713,1556.955348,1806.158749 +267228,2760.174861,1619.978254,2248.678032,1566.095438,1795.508972 +267229,2755.032746,1603.053664,2243.932173,1564.089604,1788.644194 +267230,2770.328582,1626.042073,2259.046349,1571.521929,1817.406738 +267231,2777.035854,1593.954525,2262.652223,1575.732853,1822.394287 +267232,2768.088319,1630.13403,2251.920548,1582.926757,1802.622197 +267233,2780.811141,1585.88221,2264.861699,1579.871984,1827.824015 +267234,2805.60683,1616.506552,2286.618565,1592.136419,1865.743414 +267235,2824.848804,1603.683375,2301.003399,1596.209762,1888.650003 +267236,2819.811609,1604.551517,2292.69351,1597.735351,1871.340686 +267237,2803.176539,1603.593046,2276.18953,1606.137536,1842.399755 +267238,2808.716397,1602.576038,2283.031907,1608.397134,1856.999841 +267239,2828.127157,1601.535855,2300.694917,1610.991204,1888.194826 +267240,2843.350092,1600.506442,2312.014944,1620.863137,1905.996471 +267241,2853.386345,1622.398137,2318.660415,1650.251769,1915.509092 +267242,2863.174432,1623.091204,2325.038222,1649.351399,1924.498498 +267243,2860.127168,1623.238626,2318.251169,1662.096224,1910.24419 +267244,2849.373269,1623.313588,2306.103036,1665.900963,1888.67226 +267245,2855.205868,1623.318052,2311.812498,1673.417045,1900.293732 +267246,2871.875031,1623.23583,2326.090035,1680.130603,1925.011461 +267247,2885.069558,1623.00044,2335.715592,1681.398044,1939.971622 +267248,2894.279376,1623.053796,2341.61656,1693.754249,1948.633172 +267249,2888.332587,1622.835376,2333.806796,1693.505151,1933.343634 +267250,2874.031685,1622.728436,2320.138821,1691.526119,1909.727208 +267251,2862.092025,1622.501507,2310.078693,1685.357651,1893.879111 +267252,2852.392806,1622.136565,2301.607692,1681.019633,1880.82052 +267253,2860.153884,1622.078798,2309.069823,1685.570024,1896.143362 +267254,2862.356828,1621.883145,2308.680262,1689.465077,1895.0554 +267255,2867.698412,1621.754149,2312.114184,1694.544863,1901.517058 +267256,2884.941164,1621.622841,2326.471477,1705.461138,1926.95665 +267257,2882.588486,1621.45243,2320.563695,1708.309445,1914.347542 +267258,2883.103913,1621.354316,2320.146911,1710.824751,1914.089116 +267259,2880.359975,1621.216292,2316.311598,1712.076101,1907.287947 +267260,2867.202879,1621.090777,2303.006537,1708.120742,1884.130986 +267261,2856.109929,1620.992651,2293.275227,1704.294784,1868.965877 +267262,2863.370351,1621.014063,2301.474552,1709.586118,1885.768362 +267263,2883.78616,1620.605425,2319.269239,1722.611319,1917.169756 +267264,2881.561327,1620.733531,2313.268384,1726.374411,1903.879035 +267265,2881.733359,1620.573588,2312.540504,1729.286139,1902.900609 +267266,2896.378939,1620.506386,2325.764641,1739.116878,1926.637818 +267267,2891.930827,1620.387498,2318.437673,1741.239927,1911.481669 +267268,2875.237128,1620.442717,2301.860483,1735.88889,1882.390252 +267269,2862.124083,1620.079931,2290.697009,1731.105527,1864.928095 +267270,2851.610102,1620.280463,2281.744626,1727.953987,1851.195303 +267271,2842.305168,1635.722049,2273.88944,1725.890039,1839.255206 +267272,2834.422948,1596.84529,2266.80406,1724.625648,1828.592744 +267273,2827.387081,1630.947693,2260.31959,1723.936051,1818.958623 +267274,2820.978796,1617.261328,2254.303537,1723.641415,1810.156412 +267275,2814.956684,1619.459086,2248.736475,1723.709991,1802.131078 +267276,2809.502206,1625.914267,2243.584916,1724.110422,1794.812007 +267277,2826.799882,1609.678453,2260.381688,1734.902745,1827.084717 +267278,2859.29913,1623.692841,2289.239456,1754.916595,1877.898477 +267279,2858.962627,1618.000559,2282.901598,1761.267232,1862.369328 +267280,2839.673294,1618.809158,2262.425522,1755.790185,1825.567657 +267281,2827.252373,1636.92753,2251.782583,1751.473003,1809.418868 +267282,2840.182999,1591.869063,2265.802789,1759.613456,1837.157133 +267283,2844.729512,1631.161881,2267.37704,1766.351469,1838.692123 +267284,2854.224417,1621.532107,2275.409734,1774.584265,1853.309124 +267285,2880.892836,1609.526453,2299.565911,1791.303568,1896.111469 +267286,2875.971106,1621.987325,2289.78366,1795.17808,1874.699397 +267287,2874.260712,1617.279386,2287.445706,1797.557301,1870.913238 +267288,2870.414059,1617.679365,2282.499892,1799.00502,1862.052146 +267289,2853.022077,1630.494055,2265.466682,1794.132504,1832.024804 +267290,2840.375597,1598.57092,2254.76106,1790.155693,1815.472664 +267291,2830.648722,1633.462371,2246.464326,1788.030067,1802.942496 +267292,2822.390972,1605.162944,2239.231777,1786.980032,1792.144058 +267293,2837.755107,1635.40001,2255.38731,1797.147656,1823.594505 +267294,2842.623353,1596.219146,2256.968707,1804.754472,1825.014043 +267295,2828.126155,1628.519223,2241.002872,1802.443936,1796.139315 +267296,2817.184933,1611.65966,2231.559169,1799.915,1781.828057 +267297,2833.113946,1619.786323,2248.166348,1809.844107,1814.390749 +267298,2866.910783,1620.114441,2279.012479,1830.8412,1869.027185 +267299,2894.472325,1608.010404,2300.459452,1850.442565,1903.679123 +267300,2912.868316,1620.551962,2313.194493,1865.260512,1922.780486 +267301,2923.263534,1582.039393,2319.112914,1875.743512,1930.061002 +267302,2924.065303,1601.157478,2318.035759,1880.166773,1926.749513 +267303,2924.414974,1554.177404,2318.048892,1883.564227,1926.512536 +267304,2902.899866,1595.048625,2296.082287,1877.378694,1885.876888 +267305,2871.667428,1602.220609,2267.465791,1865.027799,1836.016026 +267306,2850.646816,1545.423682,2250.505944,1856.654538,1808.835197 +267307,2856.408882,1597.463426,2258.951356,1861.882152,1826.519378 +267308,2880.221083,1596.863654,2281.166135,1877.930885,1865.595265 +267309,2874.318233,1549.253477,2270.732491,1881.923968,1842.901031 +267310,2850.702219,1593.81558,2247.130349,1874.89758,1800.519068 +267311,2833.929371,1575.754276,2233.380264,1869.170985,1778.813414 +267312,2845.579293,1578.403724,2246.941687,1876.873433,1806.137255 +267313,2847.267217,1578.046956,2246.294407,1883.044711,1803.590038 +267314,2853.833287,1577.667461,2251.840985,1890.452028,1813.814388 +267315,2877.413786,1577.277816,2273.232797,1906.288623,1851.712875 +267316,2869.885167,1576.802226,2261.335227,1909.346503,1826.845709 +267317,2868.208805,1576.452917,2259.628452,1911.942856,1824.797239 +267318,2863.439713,1576.011616,2254.185896,1913.604367,1815.235433 +267319,2844.875174,1575.455509,2235.82868,1908.617023,1783.11571 +267320,2854.640765,1575.27257,2247.797457,1915.402357,1808.26239 +267321,2882.541185,1574.848743,2273.712649,1933.737936,1854.683326 +267322,2876.310555,1574.184915,2262.742172,1938.232803,1831.338182 +267323,2851.742676,1573.867558,2238.206286,1931.041569,1788.086791 +267324,2857.3934,1573.343797,2246.54931,1935.828639,1807.239189 +267325,2883.390703,1573.170179,2271.13397,1952.834202,1851.842122 +267326,2905.189145,1595.98525,2288.541408,1969.996368,1880.469432 +267327,2917.815218,1537.181842,2296.369716,1982.747789,1891.579647 +267328,2924.050868,1588.237464,2299.375734,1992.005275,1894.944566 +267329,2906.986493,1567.474766,2280.57635,1989.575678,1859.901007 +267330,2879.951108,1593.734159,2255.636098,1980.29973,1817.347623 +267331,2881.735693,1535.725066,2260.879764,1983.463836,1831.094195 +267332,2878.505623,1585.349424,2257.104536,1987.042434,1824.791281 +267333,2860.151665,1564.568362,2239.133552,1983.173274,1793.939501 +267334,2868.238855,1567.067476,2249.889011,1989.551211,1817.615061 +267335,2894.214428,1566.201688,2274.144144,2006.810242,1862.004409 +267336,2887.185584,1565.134756,2262.35666,2010.103382,1838.298835 +267337,2884.586407,1564.20327,2259.92809,2012.800968,1836.184561 +267338,2878.188882,1563.150271,2253.049355,2014.04943,1825.281217 +267339,2856.774022,1562.090618,2232.331819,2008.10488,1790.135714 +267340,2841.387584,1560.937859,2219.538117,2003.362655,1771.770392 +267341,2829.698817,1560.142449,2209.774865,2000.590612,1758.4664 +267342,2844.91599,1558.794258,2226.46266,2010.615429,1793.447328 +267343,2877.437331,1557.616536,2256.295807,2031.115101,1847.86854 +267344,2899.259008,1556.725577,2272.181843,2048.686025,1873.432699 +267345,2910.551632,1570.421693,2278.819998,2060.634864,1883.599884 +267346,2893.965912,1531.721126,2259.036242,2058.319777,1847.230611 +267347,2865.630196,1563.723612,2232.325024,2047.934271,1802.469596 +267348,2870.01259,1549.647899,2240.573915,2051.454657,1823.239913 +267349,2894.83988,1568.185153,2264.266602,2067.622255,1867.548552 +267350,2886.684042,1522.788596,2251.888356,2070.9144,1843.340967 +267351,2860.550193,1560.54875,2226.136319,2062.635627,1799.471062 +267352,2842.56761,1543.980026,2211.398355,2056.020049,1778.499707 +267353,2852.121891,1545.250232,2223.251828,2062.835618,1805.349296 +267354,2880.864344,1544.108389,2249.896942,2080.954943,1854.852622 +267355,2903.876732,1548.521239,2268.378431,2098.483168,1886.305193 +267356,2890.129214,1532.325928,2250.261339,2099.048825,1851.846087 +267357,2881.904524,1563.503969,2242.753192,2098.253882,1841.579521 +267358,2897.053474,1508.907617,2257.931438,2108.711518,1871.729207 +267359,2912.80025,1552.079727,2270.487177,2121.524808,1894.166234 +267360,2899.138337,1530.472784,2253.906401,2121.115079,1863.613517 +267361,2870.72702,1468.941289,2226.862407,2111.069577,1818.176023 +267362,2863.834001,1465.403658,2226.323595,2107.901932,1825.553721 +267363,2846.510465,1463.669277,2211.614295,2103.184478,1803.325614 +267364,2813.917529,1461.721177,2181.524284,2091.701996,1753.600089 +267365,2812.528651,1459.856015,2183.400303,2093.335412,1762.583278 +267366,2832.83482,1470.409111,2202.735987,2108.77696,1798.485559 +267367,2822.132394,1437.256325,2187.845695,2112.061993,1768.722786 +267368,2817.557008,1466.174831,2183.089144,2114.539474,1761.572263 +267369,2809.269393,1461.226195,2174.295624,2114.837093,1745.680271 +267370,2809.238574,1443.035282,2175.108973,2117.856406,1747.756605 +267371,2830.184231,1457.918901,2195.385428,2131.168072,1783.975358 +267372,2847.024008,1449.39659,2208.391056,2144.792598,1804.222019 +267373,2830.395615,1448.938083,2189.39039,2143.241857,1766.645888 +267374,2800.953933,1447.099948,2160.495258,2131.82016,1716.800456 +267375,2780.324448,1445.302563,2144.146662,2123.331944,1692.068374 +267376,2787.515131,1443.445659,2154.027519,2128.476477,1714.100721 +267377,2786.304033,1441.522208,2151.515726,2132.663039,1710.035829 +267378,2767.731563,1439.745511,2132.863891,2127.865576,1678.213067 +267379,2753.102724,1445.541264,2120.593105,2122.908782,1660.477507 +267380,2741.113304,1425.190603,2110.876157,2119.542772,1647.419832 +267381,2755.012349,1454.39243,2126.194378,2128.127718,1679.618666 +267382,2786.942319,1407.10328,2155.621654,2147.519448,1733.817237 +267383,2812.55779,1441.209243,2175.534977,2165.745344,1767.894205 +267384,2798.89759,1425.347347,2157.109974,2165.74853,1732.865484 +267385,2790.557296,1425.732386,2149.411712,2164.284442,1722.285146 +267386,2782.096846,1423.740827,2141.281487,2163.222987,1710.439321 +267387,2760.787001,1421.665243,2120.859845,2156.14443,1676.842465 +267388,2744.77777,1419.608132,2108.041795,2150.345553,1658.995288 +267389,2757.24299,1417.513833,2122.796072,2157.845291,1691.13731 +267390,2787.151559,1415.36784,2150.583224,2176.280173,1742.853227 +267391,2809.510706,1413.372962,2167.6224,2192.972805,1772.449683 +267392,2820.372792,1411.851978,2174.085039,2204.051796,1782.908385 +267393,2826.876285,1409.827442,2177.886,2211.896045,1789.821905 +267394,2807.991614,1408.118816,2157.044287,2207.484912,1752.565997 +267395,2776.955108,1406.360926,2128.568942,2195.150876,1705.174499 +267396,2756.310138,1404.619111,2112.272085,2186.183907,1681.981861 +267397,2740.838569,1402.848385,2100.357035,2180.7223,1665.826355 +267398,2728.236697,1401.093565,2090.256865,2176.959423,1652.511199 +267399,2717.120377,1399.344303,2081.161147,2174.009801,1640.642492 +267400,2732.45744,1397.626085,2098.275888,2183.002261,1676.633938 +267401,2735.151408,1395.834583,2098.393304,2189.066378,1677.527908 +267402,2716.48866,1394.111752,2078.85998,2183.968775,1644.365991 +267403,2702.793174,1392.41905,2067.484664,2178.765464,1629.102306 +267404,2716.977251,1390.704105,2083.395797,2186.69417,1662.840186 +267405,2750.044213,1388.960929,2114.118458,2206.106952,1719.509454 +267406,2745.547607,1387.065739,2104.172704,2210.538854,1699.096228 +267407,2719.898799,1385.673298,2078.348676,2201.519339,1654.806194 +267408,2726.606284,1383.760366,2088.19319,2204.964332,1678.428654 +267409,2726.459074,1382.080579,2086.716486,2208.655273,1676.992376 +267410,2731.760582,1380.262712,2091.70341,2214.172244,1688.33623 +267411,2757.700758,1378.833706,2116.465163,2229.67027,1734.752843 +267412,2750.412614,1376.817591,2104.98459,2232.353216,1712.197903 +267413,2724.065972,1375.23816,2079.226572,2222.716093,1668.241511 +267414,2730.501222,1373.563619,2089.348574,2225.679851,1692.463679 +267415,2757.347121,1371.820981,2115.147139,2241.880055,1740.53835 +267416,2749.2429,1369.940767,2102.824541,2244.23744,1716.425825 +267417,2722.312153,1368.548868,2076.660641,2234.359761,1671.756166 +267418,2727.989037,1366.652515,2086.135352,2237.163657,1694.576527 +267419,2726.22736,1364.977394,2083.468327,2240.048977,1690.94818 +267420,2706.111698,1363.261254,2063.586648,2233.753945,1657.248084 +267421,2062.215154,1361.519512,1117.967803,1848.146858,2467.733833 +267422,2159.347056,1490.734524,1170.312676,1935.633598,2535.118289 +267423,2281.164599,1494.806534,1238.232618,2042.151687,2609.743008 +267424,2390.045688,1494.637843,1301.490382,2131.071586,2671.554751 +267425,2475.805083,1502.997835,1353.987515,2193.74271,2718.930519 +267426,2539.473778,1482.616614,1395.62435,2233.981326,2753.437136 +267427,2579.117341,1499.760256,1425.091369,2254.184149,2770.490589 +267428,2598.522403,1491.650412,1443.933263,2259.369027,2771.117833 +267429,2607.754354,1492.082176,1456.84519,2258.867501,2764.50079 +267430,2612.889374,1491.171371,1466.714011,2257.659278,2756.068425 +267431,2616.351521,1490.21495,1474.770298,2257.220988,2747.822942 +267432,2619.005038,1489.207397,1481.551966,2257.645835,2740.152931 +267433,2621.145279,1488.201324,1487.334916,2258.671273,2733.549972 +267434,2622.908846,1487.179755,1492.306208,2260.065583,2727.765977 +267435,2624.370587,1486.145638,1496.603301,2261.675723,2722.711027 +267436,2625.583807,1485.098988,1500.335058,2263.412353,2718.294042 +267437,2626.58986,1484.043805,1503.590052,2265.222173,2714.432875 +267438,2627.421245,1482.979395,1506.441231,2267.07051,2711.055671 +267439,2628.103372,1481.908873,1508.948969,2268.933193,2708.099807 +267440,2628.653254,1480.831148,1511.16354,2270.793341,2705.51106 +267441,2629.09115,1479.748701,1513.126872,2272.639465,2703.242397 +267442,2629.431553,1478.660241,1514.87409,2274.464167,2701.253254 +267443,2629.681405,1477.567755,1516.434598,2276.262804,2699.508469 +267444,2629.85328,1476.451716,1517.833117,2278.032617,2697.977698 +267445,2629.950309,1475.345229,1519.08899,2279.768841,2696.63228 +267446,2629.982823,1474.237605,1520.220119,2281.471769,2695.450054 +267447,2629.954296,1473.126288,1521.242035,2283.142819,2694.412323 +267448,2629.873152,1472.010659,1522.16767,2284.782741,2693.502464 +267449,2629.740268,1470.890862,1523.007734,2286.391599,2692.705582 +267450,2629.562233,1469.766496,1523.771205,2287.969202,2692.008503 +267451,2629.338596,1468.536712,1524.465693,2289.515372,2691.399625 +267452,2629.05496,1467.280687,1525.093496,2290.891733,2690.86879 +267453,2628.703585,1465.91859,1525.657236,2292.211487,2690.407014 +267454,2628.285428,1464.776177,1526.160973,2293.085729,2690.0064 +267455,2627.805735,1463.417381,1526.609391,2293.744993,2689.659968 +267456,2627.270483,1459.197215,1527.007009,2294.234848,2689.361546 +267457,2626.589737,1457.431831,1527.234279,2295.163479,2689.107433 +267458,2625.8041,1455.865174,1527.338757,2296.295897,2688.890537 +267459,2624.96634,1454.347912,1527.385503,2297.309148,2688.706156 +267460,2624.10481,1452.853621,1527.409915,2298.05645,2688.550884 +267461,2623.227834,1451.462461,1527.422775,2298.531034,2688.421662 +267462,2622.335003,1449.847238,1527.424072,2298.781288,2688.315516 +267463,2621.42426,1448.440714,1527.411485,2298.857178,2688.229609 +267464,2620.494384,1446.951834,1527.38336,2298.792731,2688.161364 +267465,2619.545107,1445.478068,1527.338966,2298.607344,2688.108438 +267466,2618.576691,1444.003766,1527.278109,2298.311818,2688.068731 +267467,2617.589554,1442.528603,1527.200796,2297.912942,2688.040332 +267468,2616.58416,1441.05204,1527.107105,2297.415782,2688.02153 +267469,2615.560955,1439.574105,1526.997142,2296.824458,2688.010758 +267470,2614.520386,1438.09435,1526.871055,2296.142386,2688.00661 +267471,2613.462902,1436.612883,1526.729022,2295.372355,2688.007797 +267472,2612.388964,1435.129318,1526.571263,2294.51666,2688.013162 +267473,2611.299023,1433.643813,1526.398018,2293.5772,2688.021641 +267474,2610.193544,1432.156023,1526.209556,2292.555606,2688.032281 +267475,2609.072946,1430.666145,1526.006147,2291.265399,2688.044185 +267476,2607.937676,1429.082722,1525.788087,2290.098627,2688.056572 +267477,2606.788149,1427.724056,1525.555676,2288.858292,2688.068716 +267478,2605.624791,1426.159741,1525.30922,2287.538466,2688.079972 +267479,2604.447982,1424.67549,1525.04902,2286.137851,2688.08972 +267480,2603.25811,1423.173973,1524.775379,2284.658043,2688.097415 +267481,0,0,0,0,0 +267482,0,0,0,0,0 +267483,0,0,0,0,0 +267484,0,0,0,0,0 +267485,0,0,0,0,0 +267486,0,0,0,0,0 +267487,0,0,0,0,0 +267488,0,0,0,0,0 +267489,0,0,0,0,0 +267490,0,0,0,0,0 +267491,0,0,0,0,0 +267492,0,0,0,0,0 +267493,0,0,0,0,0 +267494,0,0,0,0,0 +267495,0,0,0,0,0 +267496,0,0,0,0,0 +267497,0,0,0,0,0 +267498,0,0,0,0,0 +267499,0,0,0,0,0 +267500,0,0,0,0,0 +267501,0,0,0,0,0 +267502,0,0,0,0,0 +267503,0,0,0,0,0 +267504,0,0,0,0,0 +267505,0,0,0,0,0 +267506,0,0,0,0,0 +267507,0,0,0,0,0 +267508,0,0,0,0,0 +267509,0,0,0,0,0 +267510,0,0,0,0,0 +267511,0,0,0,0,0 +267512,0,0,0,0,0 +267513,0,0,0,0,0 +267514,0,0,0,0,0 +267515,0,0,0,0,0 +267516,0,0,0,0,0 +267517,0,0,0,0,0 +267518,0,0,0,0,0 +267519,0,0,0,0,0 +267520,0,0,0,0,0 +267521,0,0,0,0,0 +267522,0,0,0,0,0 +267523,0,0,0,0,0 +267524,0,0,0,0,0 +267525,0,0,0,0,0 +267526,0,0,0,0,0 +267527,0,0,0,0,0 +267528,0,0,0,0,0 +267529,0,0,0,0,0 +267530,0,0,0,0,0 +267531,0,0,0,0,0 +267532,0,0,0,0,0 +267533,0,0,0,0,0 +267534,0,0,0,0,0 +267535,0,0,0,0,0 +267536,0,0,0,0,0 +267537,0,0,0,0,0 +267538,0,0,0,0,0 +267539,0,0,0,0,0 +267540,0,0,0,0,0 +267541,0,0,0,0,0 +267542,0,0,0,0,0 +267543,0,0,0,0,0 +267544,0,0,0,0,0 +267545,0,0,0,0,0 +267546,0,0,0,0,0 +267547,0,0,0,0,0 +267548,0,0,0,0,0 +267549,0,0,0,0,0 +267550,0,0,0,0,0 +267551,0,0,0,0,0 +267552,0,0,0,0,0 +267553,0,0,0,0,0 +267554,0,0,0,0,0 +267555,0,0,0,0,0 +267556,0,0,0,0,0 +267557,0,0,0,0,0 +267558,0,0,0,0,0 +267559,0,0,0,0,0 +267560,0,0,0,0,0 +267561,0,0,0,0,0 +267562,0,0,0,0,0 +267563,0,0,0,0,0 +267564,0,0,0,0,0 +267565,0,0,0,0,0 +267566,0,0,0,0,0 +267567,0,0,0,0,0 +267568,0,0,0,0,0 +267569,0,0,0,0,0 +267570,0,0,0,0,0 +267571,0,0,0,0,0 +267572,0,0,0,0,0 +267573,0,0,0,0,0 +267574,0,0,0,0,0 +267575,0,0,0,0,0 +267576,0,0,0,0,0 +267577,0,0,0,0,0 +267578,0,0,0,0,0 +267579,0,0,0,0,0 +267580,0,0,0,0,0 +267581,0,0,0,0,0 +267582,0,0,0,0,0 +267583,0,0,0,0,0 +267584,0,0,0,0,0 +267585,0,0,0,0,0 +267586,0,0,0,0,0 +267587,0,0,0,0,0 +267588,0,0,0,0,0 +267589,0,0,0,0,0 +267590,0,0,0,0,0 +267591,0,0,0,0,0 +267592,0,0,0,0,0 +267593,0,0,0,0,0 +267594,0,0,0,0,0 +267595,0,0,0,0,0 +267596,0,0,0,0,0 +267597,0,0,0,0,0 +267598,0,0,0,0,0 +267599,0,0,0,0,0 +267600,0,0,0,0,0 +267601,0,0,0,0,0 +267602,0,0,0,0,0 +267603,0,0,0,0,0 +267604,0,0,0,0,0 +267605,0,0,0,0,0 +267606,0,0,0,0,0 +267607,0,0,0,0,0 +267608,0,0,0,0,0 +267609,0,0,0,0,0 +267610,0,0,0,0,0 +267611,0,0,0,0,0 +267612,0,0,0,0,0 +267613,0,0,0,0,0 +267614,0,0,0,0,0 +267615,0,0,0,0,0 +267616,0,0,0,0,0 +267617,0,0,0,0,0 +267618,0,0,0,0,0 +267619,0,0,0,0,0 +267620,0,0,0,0,0 +267621,0,0,0,0,0 +267622,0,0,0,0,0 +267623,0,0,0,0,0 +267624,0,0,0,0,0 +267625,0,0,0,0,0 +267626,0,0,0,0,0 +267627,0,0,0,0,0 +267628,0,0,0,0,0 +267629,0,0,0,0,0 +267630,0,0,0,0,0 +267631,0,0,0,0,0 +267632,0,0,0,0,0 +267633,0,0,0,0,0 +267634,0,0,0,0,0 +267635,0,0,0,0,0 +267636,0,0,0,0,0 +267637,0,0,0,0,0 +267638,0,0,0,0,0 +267639,0,0,0,0,0 +267640,0,0,0,0,0 +267641,0,0,0,0,0 +267642,0,0,0,0,0 +267643,0,0,0,0,0 +267644,0,0,0,0,0 +267645,0,0,0,0,0 +267646,0,0,0,0,0 +267647,0,0,0,0,0 +267648,0,0,0,0,0 +267649,0,0,0,0,0 +267650,0,0,0,0,0 +267651,0,0,0,0,0 +267652,0,0,0,0,0 +267653,0,0,0,0,0 +267654,0,0,0,0,0 +267655,0,0,0,0,0 +267656,0,0,0,0,0 +267657,0,0,0,0,0 +267658,0,0,0,0,0 +267659,0,0,0,0,0 +267660,0,0,0,0,0 +267661,0,0,0,0,0 +267662,0,0,0,0,0 +267663,0,0,0,0,0 +267664,0,0,0,0,0 +267665,0,0,0,0,0 +267666,0,0,0,0,0 +267667,0,0,0,0,0 +267668,0,0,0,0,0 +267669,0,0,0,0,0 +267670,0,0,0,0,0 +267671,0,0,0,0,0 +267672,0,0,0,0,0 +267673,0,0,0,0,0 +267674,0,0,0,0,0 +267675,0,0,0,0,0 +267676,0,0,0,0,0 +267677,0,0,0,0,0 +267678,0,0,0,0,0 +267679,0,0,0,0,0 +267680,0,0,0,0,0 +267681,0,0,0,0,0 +267682,0,0,0,0,0 +267683,0,0,0,0,0 +267684,0,0,0,0,0 +267685,0,0,0,0,0 +267686,0,0,0,0,0 +267687,0,0,0,0,0 +267688,0,0,0,0,0 +267689,0,0,0,0,0 +267690,0,0,0,0,0 +267691,0,0,0,0,0 +267692,0,0,0,0,0 +267693,0,0,0,0,0 +267694,0,0,0,0,0 +267695,0,0,0,0,0 +267696,0,0,0,0,0 +267697,0,0,0,0,0 +267698,0,0,0,0,0 +267699,0,0,0,0,0 +267700,0,0,0,0,0 +267701,0,0,0,0,0 +267702,0,0,0,0,0 +267703,0,0,0,0,0 +267704,0,0,0,0,0 +267705,0,0,0,0,0 +267706,0,0,0,0,0 +267707,0,0,0,0,0 +267708,0,0,0,0,0 +267709,0,0,0,0,0 +267710,0,0,0,0,0 +267711,0,0,0,0,0 +267712,0,0,0,0,0 +267713,0,0,0,0,0 +267714,0,0,0,0,0 +267715,0,0,0,0,0 +267716,0,0,0,0,0 +267717,0,0,0,0,0 +267718,0,0,0,0,0 +267719,0,0,0,0,0 +267720,0,0,0,0,0 +267721,0,0,0,0,0 +267722,0,0,0,0,0 +267723,0,0,0,0,0 +267724,0,0,0,0,0 +267725,0,0,0,0,0 +267726,0,0,0,0,0 +267727,0,0,0,0,0 +267728,0,0,0,0,0 +267729,0,0,0,0,0 +267730,0,0,0,0,0 +267731,0,0,0,0,0 +267732,0,0,0,0,0 +267733,0,0,0,0,0 +267734,0,0,0,0,0 +267735,0,0,0,0,0 +267736,0,0,0,0,0 +267737,0,0,0,0,0 +267738,0,0,0,0,0 +267739,0,0,0,0,0 +267740,0,0,0,0,0 +267741,0,0,0,0,0 +267742,0,0,0,0,0 +267743,0,0,0,0,0 +267744,0,0,0,0,0 +267745,0,0,0,0,0 +267746,0,0,0,0,0 +267747,0,0,0,0,0 +267748,0,0,0,0,0 +267749,0,0,0,0,0 +267750,0,0,0,0,0 +267751,0,0,0,0,0 +267752,0,0,0,0,0 +267753,0,0,0,0,0 +267754,0,0,0,0,0 +267755,0,0,0,0,0 +267756,0,0,0,0,0 +267757,0,0,0,0,0 +267758,0,0,0,0,0 +267759,0,0,0,0,0 +267760,0,0,0,0,0 +267761,0,0,0,0,0 +267762,0,0,0,0,0 +267763,0,0,0,0,0 +267764,0,0,0,0,0 +267765,0,0,0,0,0 +267766,0,0,0,0,0 +267767,0,0,0,0,0 +267768,0,0,0,0,0 +267769,0,0,0,0,0 +267770,0,0,0,0,0 +267771,0,0,0,0,0 +267772,0,0,0,0,0 +267773,0,0,0,0,0 +267774,0,0,0,0,0 +267775,0,0,0,0,0 +267776,0,0,0,0,0 +267777,0,0,0,0,0 +267778,0,0,0,0,0 +267779,0,0,0,0,0 +267780,0,0,0,0,0 +267781,0,0,0,0,0 +267782,0,0,0,0,0 +267783,0,0,0,0,0 +267784,0,0,0,0,0 +267785,0,0,0,0,0 +267786,0,0,0,0,0 +267787,0,0,0,0,0 +267788,0,0,0,0,0 +267789,0,0,0,0,0 +267790,0,0,0,0,0 +267791,0,0,0,0,0 +267792,0,0,0,0,0 +267793,0,0,0,0,0 +267794,0,0,0,0,0 +267795,0,0,0,0,0 +267796,0,0,0,0,0 +267797,0,0,0,0,0 +267798,0,0,0,0,0 +267799,0,0,0,0,0 +267800,0,0,0,0,0 +267801,0,0,0,0,0 +267802,0,0,0,0,0 +267803,0,0,0,0,0 +267804,0,0,0,0,0 +267805,0,0,0,0,0 +267806,0,0,0,0,0 +267807,0,0,0,0,0 +267808,0,0,0,0,0 +267809,0,0,0,0,0 +267810,0,0,0,0,0 +267811,0,0,0,0,0 +267812,0,0,0,0,0 +267813,0,0,0,0,0 +267814,0,0,0,0,0 +267815,0,0,0,0,0 +267816,0,0,0,0,0 +267817,0,0,0,0,0 +267818,0,0,0,0,0 +267819,0,0,0,0,0 +267820,0,0,0,0,0 +267821,0,0,0,0,0 +267822,0,0,0,0,0 +267823,0,0,0,0,0 +267824,0,0,0,0,0 +267825,0,0,0,0,0 +267826,0,0,0,0,0 +267827,0,0,0,0,0 +267828,0,0,0,0,0 +267829,0,0,0,0,0 +267830,0,0,0,0,0 +267831,0,0,0,0,0 +267832,0,0,0,0,0 +267833,0,0,0,0,0 +267834,0,0,0,0,0 +267835,0,0,0,0,0 +267836,0,0,0,0,0 +267837,0,0,0,0,0 +267838,0,0,0,0,0 +267839,0,0,0,0,0 +267840,0,0,0,0,0 +267841,0,0,0,0,0 +267842,0,0,0,0,0 +267843,0,0,0,0,0 +267844,0,0,0,0,0 +267845,0,0,0,0,0 +267846,0,0,0,0,0 +267847,0,0,0,0,0 +267848,0,0,0,0,0 +267849,0,0,0,0,0 +267850,0,0,0,0,0 +267851,0,0,0,0,0 +267852,0,0,0,0,0 +267853,0,0,0,0,0 +267854,0,0,0,0,0 +267855,0,0,0,0,0 +267856,0,0,0,0,0 +267857,0,0,0,0,0 +267858,0,0,0,0,0 +267859,0,0,0,0,0 +267860,0,0,0,0,0 +267861,0,0,0,0,0 +267862,0,0,0,0,0 +267863,0,0,0,0,0 +267864,0,0,0,0,0 +267865,0,0,0,0,0 +267866,0,0,0,0,0 +267867,0,0,0,0,0 +267868,0,0,0,0,0 +267869,0,0,0,0,0 +267870,0,0,0,0,0 +267871,0,0,0,0,0 +267872,0,0,0,0,0 +267873,0,0,0,0,0 +267874,0,0,0,0,0 +267875,0,0,0,0,0 +267876,0,0,0,0,0 +267877,0,0,0,0,0 +267878,0,0,0,0,0 +267879,0,0,0,0,0 +267880,0,0,0,0,0 +267881,0,0,0,0,0 +267882,0,0,0,0,0 +267883,0,0,0,0,0 +267884,0,0,0,0,0 +267885,0,0,0,0,0 +267886,0,0,0,0,0 +267887,0,0,0,0,0 +267888,0,0,0,0,0 +267889,0,0,0,0,0 +267890,0,0,0,0,0 +267891,0,0,0,0,0 +267892,0,0,0,0,0 +267893,0,0,0,0,0 +267894,0,0,0,0,0 +267895,0,0,0,0,0 +267896,0,0,0,0,0 +267897,0,0,0,0,0 +267898,0,0,0,0,0 +267899,0,0,0,0,0 +267900,0,0,0,0,0 +267901,0,0,0,0,0 +267902,0,0,0,0,0 +267903,0,0,0,0,0 +267904,0,0,0,0,0 +267905,0,0,0,0,0 +267906,0,0,0,0,0 +267907,0,0,0,0,0 +267908,0,0,0,0,0 +267909,0,0,0,0,0 +267910,0,0,0,0,0 +267911,0,0,0,0,0 +267912,0,0,0,0,0 +267913,0,0,0,0,0 +267914,0,0,0,0,0 +267915,0,0,0,0,0 +267916,0,0,0,0,0 +267917,0,0,0,0,0 +267918,0,0,0,0,0 +267919,0,0,0,0,0 +267920,0,0,0,0,0 +267921,0,0,0,0,0 +267922,0,0,0,0,0 +267923,0,0,0,0,0 +267924,0,0,0,0,0 +267925,0,0,0,0,0 +267926,0,0,0,0,0 +267927,0,0,0,0,0 +267928,0,0,0,0,0 +267929,0,0,0,0,0 +267930,0,0,0,0,0 +267931,0,0,0,0,0 +267932,0,0,0,0,0 +267933,0,0,0,0,0 +267934,0,0,0,0,0 +267935,0,0,0,0,0 +267936,0,0,0,0,0 +267937,0,0,0,0,0 +267938,0,0,0,0,0 +267939,0,0,0,0,0 +267940,0,0,0,0,0 +267941,0,0,0,0,0 +267942,0,0,0,0,0 +267943,0,0,0,0,0 +267944,0,0,0,0,0 +267945,0,0,0,0,0 +267946,0,0,0,0,0 +267947,0,0,0,0,0 +267948,0,0,0,0,0 +267949,0,0,0,0,0 +267950,0,0,0,0,0 +267951,0,0,0,0,0 +267952,0,0,0,0,0 +267953,0,0,0,0,0 +267954,0,0,0,0,0 +267955,0,0,0,0,0 +267956,0,0,0,0,0 +267957,0,0,0,0,0 +267958,0,0,0,0,0 +267959,0,0,0,0,0 +267960,0,0,0,0,0 +267961,0,0,0,0,0 +267962,0,0,0,0,0 +267963,0,0,0,0,0 +267964,0,0,0,0,0 +267965,0,0,0,0,0 +267966,0,0,0,0,0 +267967,0,0,0,0,0 +267968,0,0,0,0,0 +267969,0,0,0,0,0 +267970,0,0,0,0,0 +267971,0,0,0,0,0 +267972,0,0,0,0,0 +267973,0,0,0,0,0 +267974,0,0,0,0,0 +267975,0,0,0,0,0 +267976,0,0,0,0,0 +267977,0,0,0,0,0 +267978,0,0,0,0,0 +267979,0,0,0,0,0 +267980,0,0,0,0,0 +267981,0,0,0,0,0 +267982,0,0,0,0,0 +267983,0,0,0,0,0 +267984,0,0,0,0,0 +267985,0,0,0,0,0 +267986,0,0,0,0,0 +267987,0,0,0,0,0 +267988,0,0,0,0,0 +267989,0,0,0,0,0 +267990,0,0,0,0,0 +267991,0,0,0,0,0 +267992,0,0,0,0,0 +267993,0,0,0,0,0 +267994,0,0,0,0,0 +267995,0,0,0,0,0 +267996,0,0,0,0,0 +267997,0,0,0,0,0 +267998,0,0,0,0,0 +267999,0,0,0,0,0 +268000,0,0,0,0,0 +268001,0,0,0,0,0 +268002,0,0,0,0,0 +268003,0,0,0,0,0 +268004,0,0,0,0,0 +268005,0,0,0,0,0 +268006,0,0,0,0,0 +268007,0,0,0,0,0 +268008,0,0,0,0,0 +268009,0,0,0,0,0 +268010,0,0,0,0,0 +268011,0,0,0,0,0 +268012,0,0,0,0,0 +268013,0,0,0,0,0 +268014,0,0,0,0,0 +268015,0,0,0,0,0 +268016,0,0,0,0,0 +268017,0,0,0,0,0 +268018,0,0,0,0,0 +268019,0,0,0,0,0 +268020,0,0,0,0,0 +268021,0,0,0,0,0 +268022,0,0,0,0,0 +268023,0,0,0,0,0 +268024,0,0,0,0,0 +268025,0,0,0,0,0 +268026,0,0,0,0,0 +268027,0,0,0,0,0 +268028,0,0,0,0,0 +268029,0,0,0,0,0 +268030,0,0,0,0,0 +268031,0,0,0,0,0 +268032,0,0,0,0,0 +268033,0,0,0,0,0 +268034,0,0,0,0,0 +268035,0,0,0,0,0 +268036,0,0,0,0,0 +268037,0,0,0,0,0 +268038,0,0,0,0,0 +268039,0,0,0,0,0 +268040,0,0,0,0,0 +268041,0,0,0,0,0 +268042,0,0,0,0,0 +268043,0,0,0,0,0 +268044,0,0,0,0,0 +268045,0,0,0,0,0 +268046,0,0,0,0,0 +268047,0,0,0,0,0 +268048,0,0,0,0,0 +268049,0,0,0,0,0 +268050,0,0,0,0,0 +268051,0,0,0,0,0 +268052,0,0,0,0,0 +268053,0,0,0,0,0 +268054,0,0,0,0,0 +268055,0,0,0,0,0 +268056,0,0,0,0,0 +268057,0,0,0,0,0 +268058,0,0,0,0,0 +268059,0,0,0,0,0 +268060,0,0,0,0,0 +268061,0,0,0,0,0 +268062,0,0,0,0,0 +268063,0,0,0,0,0 +268064,0,0,0,0,0 +268065,0,0,0,0,0 +268066,0,0,0,0,0 +268067,0,0,0,0,0 +268068,0,0,0,0,0 +268069,0,0,0,0,0 +268070,0,0,0,0,0 +268071,0,0,0,0,0 +268072,0,0,0,0,0 +268073,0,0,0,0,0 +268074,0,0,0,0,0 +268075,0,0,0,0,0 +268076,0,0,0,0,0 +268077,0,0,0,0,0 +268078,0,0,0,0,0 +268079,0,0,0,0,0 +268080,0,0,0,0,0 +268081,0,0,0,0,0 +268082,0,0,0,0,0 +268083,0,0,0,0,0 +268084,0,0,0,0,0 +268085,0,0,0,0,0 +268086,0,0,0,0,0 +268087,0,0,0,0,0 +268088,0,0,0,0,0 +268089,0,0,0,0,0 +268090,0,0,0,0,0 +268091,0,0,0,0,0 +268092,0,0,0,0,0 +268093,0,0,0,0,0 +268094,0,0,0,0,0 +268095,0,0,0,0,0 +268096,0,0,0,0,0 +268097,0,0,0,0,0 +268098,0,0,0,0,0 +268099,0,0,0,0,0 +268100,0,0,0,0,0 +268101,0,0,0,0,0 +268102,0,0,0,0,0 +268103,0,0,0,0,0 +268104,0,0,0,0,0 +268105,0,0,0,0,0 +268106,0,0,0,0,0 +268107,0,0,0,0,0 +268108,0,0,0,0,0 +268109,0,0,0,0,0 +268110,0,0,0,0,0 +268111,0,0,0,0,0 +268112,0,0,0,0,0 +268113,0,0,0,0,0 +268114,0,0,0,0,0 +268115,0,0,0,0,0 +268116,0,0,0,0,0 +268117,0,0,0,0,0 +268118,0,0,0,0,0 +268119,0,0,0,0,0 +268120,0,0,0,0,0 +268121,0,0,0,0,0 +268122,0,0,0,0,0 +268123,0,0,0,0,0 +268124,0,0,0,0,0 +268125,0,0,0,0,0 +268126,0,0,0,0,0 +268127,0,0,0,0,0 +268128,0,0,0,0,0 +268129,0,0,0,0,0 +268130,0,0,0,0,0 +268131,0,0,0,0,0 +268132,0,0,0,0,0 +268133,0,0,0,0,0 +268134,0,0,0,0,0 +268135,0,0,0,0,0 +268136,0,0,0,0,0 +268137,0,0,0,0,0 +268138,0,0,0,0,0 +268139,0,0,0,0,0 +268140,0,0,0,0,0 +268141,0,0,0,0,0 +268142,0,0,0,0,0 +268143,0,0,0,0,0 +268144,0,0,0,0,0 +268145,0,0,0,0,0 +268146,0,0,0,0,0 +268147,0,0,0,0,0 +268148,0,0,0,0,0 +268149,0,0,0,0,0 +268150,0,0,0,0,0 +268151,0,0,0,0,0 +268152,0,0,0,0,0 +268153,0,0,0,0,0 +268154,0,0,0,0,0 +268155,0,0,0,0,0 +268156,0,0,0,0,0 +268157,0,0,0,0,0 +268158,0,0,0,0,0 +268159,0,0,0,0,0 +268160,0,0,0,0,0 +268161,0,0,0,0,0 +268162,0,0,0,0,0 +268163,0,0,0,0,0 +268164,0,0,0,0,0 +268165,0,0,0,0,0 +268166,0,0,0,0,0 +268167,0,0,0,0,0 +268168,0,0,0,0,0 +268169,0,0,0,0,0 +268170,0,0,0,0,0 +268171,0,0,0,0,0 +268172,0,0,0,0,0 +268173,0,0,0,0,0 +268174,0,0,0,0,0 +268175,0,0,0,0,0 +268176,0,0,0,0,0 +268177,0,0,0,0,0 +268178,0,0,0,0,0 +268179,0,0,0,0,0 +268180,0,0,0,0,0 +268181,0,0,0,0,0 +268182,0,0,0,0,0 +268183,0,0,0,0,0 +268184,0,0,0,0,0 +268185,0,0,0,0,0 +268186,0,0,0,0,0 +268187,0,0,0,0,0 +268188,0,0,0,0,0 +268189,0,0,0,0,0 +268190,0,0,0,0,0 +268191,0,0,0,0,0 +268192,0,0,0,0,0 +268193,0,0,0,0,0 +268194,0,0,0,0,0 +268195,0,0,0,0,0 +268196,0,0,0,0,0 +268197,0,0,0,0,0 +268198,0,0,0,0,0 +268199,0,0,0,0,0 +268200,0,0,0,0,0 +268201,0,0,0,0,0 +268202,0,0,0,0,0 +268203,0,0,0,0,0 +268204,0,0,0,0,0 +268205,0,0,0,0,0 +268206,0,0,0,0,0 +268207,0,0,0,0,0 +268208,0,0,0,0,0 +268209,0,0,0,0,0 +268210,0,0,0,0,0 +268211,0,0,0,0,0 +268212,0,0,0,0,0 +268213,0,0,0,0,0 +268214,0,0,0,0,0 +268215,0,0,0,0,0 +268216,0,0,0,0,0 +268217,0,0,0,0,0 +268218,0,0,0,0,0 +268219,0,0,0,0,0 +268220,0,0,0,0,0 +268221,0,0,0,0,0 +268222,0,0,0,0,0 +268223,0,0,0,0,0 +268224,0,0,0,0,0 +268225,0,0,0,0,0 +268226,0,0,0,0,0 +268227,0,0,0,0,0 +268228,0,0,0,0,0 +268229,0,0,0,0,0 +268230,0,0,0,0,0 +268231,0,0,0,0,0 +268232,0,0,0,0,0 +268233,0,0,0,0,0 +268234,0,0,0,0,0 +268235,0,0,0,0,0 +268236,0,0,0,0,0 +268237,0,0,0,0,0 +268238,0,0,0,0,0 +268239,0,0,0,0,0 +268240,0,0,0,0,0 +268241,0,0,0,0,0 +268242,0,0,0,0,0 +268243,0,0,0,0,0 +268244,0,0,0,0,0 +268245,0,0,0,0,0 +268246,0,0,0,0,0 +268247,0,0,0,0,0 +268248,0,0,0,0,0 +268249,0,0,0,0,0 +268250,0,0,0,0,0 +268251,0,0,0,0,0 +268252,0,0,0,0,0 +268253,0,0,0,0,0 +268254,0,0,0,0,0 +268255,0,0,0,0,0 +268256,0,0,0,0,0 +268257,0,0,0,0,0 +268258,0,0,0,0,0 +268259,0,0,0,0,0 +268260,0,0,0,0,0 +268261,68.97707204,3982.007523,3452.48133,35.6733773,-265.8070167 +268262,344.8546492,2647.351159,3574.375123,161.083165,242.5674165 +268263,335.7003072,175.8746854,3330.632472,156.7471351,236.6635678 +268264,323.6719843,147.2692963,3087.682425,151.0726204,225.5601657 +268265,311.7902913,697.2894061,2889.437079,145.5334541,213.0197304 +268266,301.2134717,993.818045,2738.459121,140.6680026,200.98617 +268267,291.9985983,629.7796536,2590.39295,136.4825748,189.9501973 +268268,283.8802059,733.8716669,1178.710686,132.8334458,179.8182734 +268269,276.6114203,738.2423361,2076.554169,129.5916386,170.4047286 +268270,270.028011,742.5550789,1768.413054,126.672209,161.558699 +268271,264.0252036,746.7155346,1791.181724,124.0212921,153.1927916 +268272,258.5305133,751.0524278,1781.452839,121.6010259,145.2594347 +268273,253.4787772,755.6924473,1784.26865,119.3798051,137.7204304 +268274,248.8152467,760.3969727,1785.934171,117.3301416,130.5403659 +268275,244.4892037,765.3351033,1788.028087,115.4283207,123.685655 +268276,240.4597985,770.4183476,1790.528693,113.6541816,117.1250005 +268277,236.689097,775.2292308,1793.389112,111.9907513,110.8298812 +268278,233.1476012,781.1193847,1796.562263,110.4237806,104.774618 +268279,229.8071001,786.2359007,1807.046845,108.9413191,98.93631604 +268280,226.6464323,791.8871237,1817.009114,107.5333208,93.29458355 +268281,223.6444166,797.4668172,1818.824028,106.1913251,87.83129076 +268282,220.7859145,803.2607804,1813.581976,104.9081975,82.53034577 +268283,218.0548427,809.0263875,1841.094047,103.6779024,77.37745231 +268284,215.4404237,815.0468421,1839.574537,102.495327,72.35993321 +268285,212.930473,820.9914892,1849.430563,101.3583479,67.46605943 +268286,210.5173781,827.1012224,1857.684466,100.2606769,62.68607466 +268287,208.1950643,833.2883639,1865.785259,99.19839974,58.01143541 +268288,205.9537192,839.46318,1874.165546,98.16918576,53.43439551 +268289,203.7843111,845.8271347,1882.552709,97.17326222,48.94800059 +268290,201.6839038,857.1313209,1891.037806,96.20629662,44.54600046 +268291,199.6507009,864.7100512,1897.177318,95.26589364,40.22285548 +268292,197.6766656,872.5307664,1904.618909,94.35270471,35.97378611 +268293,195.7545822,880.2310691,1919.010366,93.46333693,31.79421277 +268294,193.883376,887.7787334,1901.668216,92.5961669,27.67998681 +268295,192.0629883,895.3781788,1922.733936,91.75259439,23.62740141 +268296,190.2886829,902.9439227,1926.78185,90.92959618,19.63317663 +268297,188.555503,910.3822375,1930.47726,90.12578868,15.69436441 +268298,186.8637052,917.9178162,1936.510682,89.34278576,11.80828509 +268299,185.2141427,925.2822671,1941.866171,88.5778019,7.972499604 +268300,183.6028349,932.7164408,1946.898368,87.82967179,4.184767196 +268301,182.0255039,940.1278372,1960.777968,87.10016814,0.442990389 +268302,180.4829821,947.4105693,1945.162314,86.38667334,-3.254746328 +268303,178.9766116,954.7602369,1966.855708,85.68816295,-6.910222655 +268304,177.5028648,962.0895135,1966.055702,85.006512,-10.52510916 +268305,176.0579159,969.2883228,1971.468405,84.33921884,-14.10095102 +268306,174.6463724,976.5575128,1978.171221,83.68536221,-17.63918746 +268307,173.262184,983.8075162,1989.471395,83.04687817,-21.14119663 +268308,171.9052294,990.9230278,1971.656577,82.42135491,-24.60824997 +268309,170.5772113,998.1125515,1998.665169,81.80794432,-28.04155187 +268310,169.2754306,1005.23553,1987.902652,81.20862473,-31.44225642 +268311,167.9967591,1012.383608,2000.599015,80.62105595,-34.81142754 +268312,166.7461031,1019.391163,2001.721503,80.04444268,-38.15011938 +268313,165.5177863,1026.471212,2022.249235,79.48079834,-41.4592835 +268314,164.3119135,1033.53311,2006.108488,78.92783805,-44.73984991 +268315,163.1303657,1039.95861,2008.788992,78.38482442,-47.99269871 +268316,161.9706582,1047.686892,2031.120942,77.85377812,-51.21869134 +268317,160.8299045,1054.264148,2000.925455,77.33246707,-54.4186314 +268318,159.7130865,1061.249277,2052.49816,76.82018777,-57.59332665 +268319,158.6147676,1068.125942,2016.198162,76.31897926,-60.74349884 +268320,157.5352091,1074.923642,2039.728126,75.82665747,-63.86985414 +268321,121.2958179,1511.664983,2326.088024,59.35139465,-130.9377586 +268322,429.2752174,1444.978771,2084.011964,409.7189415,-564.859878 +268323,1619.332275,1579.879182,2057.402789,610.4788123,-525.8362866 +268324,901.5094135,1559.860774,2110.66166,450.4347488,-402.7331669 +268325,1099.793292,1562.259803,2198.535162,506.7258523,-286.598971 +268326,1133.112992,1582.763812,2270.004875,520.5500736,-193.9609064 +268327,1147.495022,1593.812636,2322.116003,527.8598844,-130.0936445 +268328,1167.644745,1607.179405,2356.243486,537.4244076,-86.50881288 +268329,1182.440973,1615.632971,2339.36257,544.3124412,1036.444913 +268330,1201.549435,1631.109753,2300.723057,553.8721449,1016.405616 +268331,1219.667947,1645.22029,2279.723377,562.4367004,851.2017222 +268332,1433.544719,1771.808145,2464.164845,659.9079207,1344.545212 +268333,953.2260579,1501.677946,2280.226889,444.1611172,456.617872 +268334,1604.334594,1845.737755,2480.238208,737.3821602,1650.63457 +268335,953.4956899,1542.982755,2285.814166,445.4820066,438.8359139 +268336,1634.375135,1851.325381,2484.750103,751.8516074,1688.236427 +268337,980.9431112,1566.6885,2286.489219,458.91981,472.3120984 +268338,1664.200278,1873.529829,2485.560015,766.2272491,1725.308791 +268339,1007.659592,1598.305301,2284.748292,472.023198,503.5731211 +268340,1693.230704,1878.446769,2484.847167,780.2855282,1761.266897 +268341,1033.773145,1614.518324,2282.563312,484.7801645,531.0751444 +268342,1720.922674,1937.696122,2484.046093,793.7542575,1806.947425 +268343,1059.47823,1592.012202,2282.175719,497.3398578,540.3938365 +268344,1747.792392,1951.717325,2486.779689,806.8254746,1846.106754 +268345,1084.308032,1641.499279,2283.109757,509.1764053,565.6215544 +268346,1774.201829,1970.753805,2489.595221,820.1556344,1879.469397 +268347,1310.393689,1733.458403,2489.282006,612.6056637,951.0209324 +268348,1513.209715,1861.594871,2484.574908,696.9306493,1331.733707 +268349,1456.308812,1822.017972,2478.346211,689.218938,1272.056521 +268350,1501.850273,1852.41959,2473.368583,694.8654253,1286.143133 +268351,1499.687992,1854.31642,2470.649141,700.2396779,1297.899671 +268352,1513.461326,1865.192959,2469.500242,705.7356724,1309.817758 +268353,1524.495975,1888.552412,2469.388889,711.0196038,1321.053935 +268354,1535.548297,1867.445488,2469.963986,716.2798255,1332.285284 +268355,1546.478367,1915.435262,2471.158044,721.4059451,1343.195561 +268356,1556.920111,1877.472065,2472.414116,726.6273979,1353.897637 +268357,1567.700312,1941.357005,2473.818221,731.548621,1378.295976 +268358,1577.821015,1891.849304,2475.338439,736.5028988,1362.736166 +268359,1588.174664,1960.341658,2477.420561,741.4587744,1380.586968 +268360,1598.285061,1916.301237,2481.667586,746.2982008,1399.113226 +268361,1608.299261,1968.639749,2482.992438,750.9434632,1402.689054 +268362,1618.300451,1950.050928,2485.29263,755.7533049,1413.347517 +268363,1627.903348,1968.247508,2487.687439,760.347281,1422.937528 +268364,1637.650238,1975.300585,2489.867347,764.8813713,1431.796483 +268365,1647.075158,1983.69237,2492.83651,769.5337302,1453.750496 +268366,1656.795523,1992.138904,2497.747313,773.8778839,1431.550252 +268367,1665.888817,2000.251102,2501.474171,778.3347304,1464.866287 +268368,1675.22563,2008.697607,2502.889373,782.682085,1465.763825 +268369,1684.352298,2016.749264,2505.010987,786.9300166,1474.415026 +268370,1693.509266,2024.895033,2509.358225,791.2609839,1495.369942 +268371,1702.169241,2032.589784,2510.705525,795.4267081,1474.684283 +268372,1711.296071,2040.78972,2512.647475,799.5862567,1504.640966 +268373,1719.964916,2048.46601,2514.707252,803.7480877,1516.461828 +268374,1728.788213,2056.21301,2516.78607,807.6673397,1500.880588 +268375,1737.212469,2063.652394,2518.841094,811.8065074,1522.489296 +268376,1745.823971,2078.25715,2520.952929,815.7273723,1545.334583 +268377,1758.423164,2065.739927,2522.729427,823.071975,1528.647052 +268378,1767.447709,2093.029896,2526.252484,827.5388158,1534.797354 +268379,1776.032614,2085.798776,2528.842256,831.6846316,1563.021129 +268380,1784.475198,2097.092273,2529.301213,835.6644538,1551.621752 +268381,2199.233645,2267.777131,2542.318309,1007.907356,1896.569967 +268382,2168.049556,2285.843495,2586.75381,1013.430103,1938.863768 +268383,2215.972188,2290.686447,2639.279409,1018.191176,1988.803526 +268384,2232.642085,2291.542495,2681.806611,1023.00785,2029.586201 +268385,2189.697574,2307.7179,2712.217513,1027.216009,2059.581652 +268386,2246.997911,2312.131256,2733.120012,1031.692161,2081.213356 +268387,2254.104971,2319.216858,2747.448059,1035.856991,2096.900405 +268388,2223.449503,2326.666828,2757.683176,1040.006531,2108.780303 +268389,2269.422408,2333.710572,2765.589551,1044.074204,2118.243855 +268390,2263.297114,2340.380505,2771.568012,1048.142713,2126.011978 +268391,2273.936601,2354.199759,2776.501706,1051.983274,2132.782415 +268392,2282.333739,2351.849275,2780.610025,1055.915015,2138.742215 +268393,2290.156777,2361.846546,2785.706545,1059.736278,2146.030584 +268394,2299.29036,2368.204952,2789.342636,1063.512847,2151.677151 +268395,2320.989794,2374.045116,2790.472949,1067.241447,2154.388212 +268396,2289.921692,2380.309071,2792.124619,1070.924655,2157.769281 +268397,2338.562773,2386.724854,2793.86412,1074.559745,2161.283285 +268398,2318.43187,2393.037275,2797.298481,1078.152171,2166.88056 +268399,2360.466253,2398.60218,2797.891448,1081.698576,2169.106603 +268400,2313.33076,2404.544139,2798.992819,1085.207126,2172.194279 +268401,2393.61744,2410.453152,2800.169037,1088.672641,2175.193518 +268402,2313.961968,2416.270458,2801.355759,1092.099147,2178.241742 +268403,2409.425419,2428.267404,2802.710279,1095.486856,2181.540079 +268404,2344.315326,2425.625871,2804.001522,1098.836736,2184.817953 +268405,2404.508004,2433.312222,2804.978476,1102.220124,2187.774429 +268406,2366.230036,2438.992855,2805.796806,1105.391575,2190.594036 +268407,2417.499132,2444.2453,2806.69171,1108.684016,2193.557616 +268408,2375.495849,2449.610839,2807.523101,1111.880773,2196.496015 +268409,2437.438191,2454.201887,2808.405017,1115.054468,2199.548296 +268410,2404.075364,2459.305467,2809.170773,1118.195636,2202.514039 +268411,2425.123727,2463.725209,2809.636711,1121.210141,2205.169774 +268412,2429.394066,2467.671862,2810.074582,1124.368312,2207.872126 +268413,2435.480105,2471.277039,2810.512175,1127.332122,2210.678997 +268414,2442.077171,2481.731123,2811.002039,1130.325222,2213.652374 +268415,2448.298711,2471.060534,2811.252566,1133.346665,2216.437219 +268416,2454.498737,2490.007655,2811.330828,1136.156943,2219.098879 +268417,2460.747243,2479.263999,2812.999385,1139.095742,2223.771726 +268418,2466.831915,2495.605646,2811.845262,1141.937861,2225.103211 +268419,2472.87915,2491.267696,2811.281248,1144.76475,2227.210863 +268420,2478.717427,2494.701471,2810.755148,1147.560119,2229.406689 +268421,2484.962677,2498.281679,2810.174983,1150.327001,2231.583873 +268422,2490.726675,2500.892675,2809.586056,1153.06546,2233.794976 +268423,2496.567805,2503.334873,2808.928529,1155.775957,2235.973689 +268424,2502.390621,2505.799449,2808.180708,1158.459092,2238.092646 +268425,2508.191784,2508.179002,2807.349742,1161.115321,2240.156897 +268426,2513.828913,2510.435143,2806.440435,1163.745135,2242.168943 +268427,2519.320434,2512.581721,2805.454833,1166.423651,2244.128854 +268428,2525.211519,2514.627979,2804.39867,1168.890393,2246.041822 +268429,2530.654418,2516.571828,2803.272238,1171.496865,2247.90674 +268430,2536.215266,2518.412557,2802.072657,1174.014152,2249.71873 +268431,2541.627658,2520.152845,2800.801362,1176.518161,2251.478142 +268432,2547.160419,2521.794365,2799.462695,1178.998643,2253.18887 +268433,2552.448304,2523.337258,2798.059535,1181.380277,2254.853107 +268434,2557.663147,2524.782459,2796.594421,1183.927093,2256.472721 +268435,2571.55991,2526.16633,2795.179154,1186.285284,2258.183022 +268436,2556.469192,2527.375553,2793.581622,1188.686457,2259.700947 +268437,2586.807994,2528.537994,2791.921292,1191.054787,2261.170113 +268438,2574.644295,2529.6398,2790.316644,1193.40149,2262.73322 +268439,2585.04804,2537.104104,2788.559705,1195.72707,2264.33816 +268440,2589.89594,2524.056706,2786.876511,1198.032074,2265.841038 +268441,2601.023631,2541.859378,2783.542532,1203.349811,2264.384659 +268442,2608.60405,2530.568447,2780.863938,1206.26592,2263.808148 +268443,2614.59287,2545.593192,2780.340196,1209.044433,2265.901805 +268444,2620.722368,2532.254813,2777.197223,1211.877784,2264.84716 +268445,2627.001981,2547.609267,2776.309247,1214.469133,2266.569145 +268446,2632.927815,2534.688363,2774.546716,1217.212337,2267.260942 +268447,2638.340897,2548.28293,2770.747376,1219.721382,2265.49882 +268448,2645.001661,2536.455077,2769.426968,1222.403881,2266.769552 +268449,2646.059734,2536.285591,2765.428413,1226.692991,2264.786983 +268450,2650.709517,2532.899152,2761.64173,1229.395244,2263.366226 +268451,2656.295338,2531.792708,2757.963976,1232.2219,2262.256291 +268452,2661.184146,2531.604921,2754.528076,1234.517089,2261.465124 +268453,2666.920391,2531.482087,2751.359112,1237.341792,2260.952038 +268454,2672.124004,2531.201887,2750.041631,1239.697658,2262.82289 +268455,2685.170685,2529.904016,2746.255665,1242.299905,2261.45395 +268456,2671.456861,2529.638044,2742.967358,1244.672448,2260.655574 +268457,2699.056601,2529.072782,2739.923779,1247.215318,2260.122672 +268458,2690.144636,2528.3751,2737.149097,1249.540281,2259.894089 +268459,2698.607987,2528.155038,2735.981754,1252.039369,2261.772624 +268460,2703.587923,2526.34892,2732.084408,1254.319605,2260.135321 +268461,2708.835787,2525.814487,2728.806715,1256.775195,2259.418207 +268462,2713.520782,2525.045291,2725.760892,1259.016587,2258.813424 +268463,2718.441048,2523.990864,2722.82012,1261.514597,2257.791012 +268464,2723.743997,2522.113772,2719.9294,1263.599021,2257.270485 +268465,2728.685385,2521.555813,2717.070527,1266.038233,2256.97987 +268466,2740.739695,2520.514378,2714.352784,1268.19758,2256.67058 +268467,2736.612016,2519.078765,2711.614627,1270.544244,2256.56328 +268468,2743.118152,2517.731194,2708.676655,1272.682986,2256.014531 +268469,2749.224089,2516.096531,2705.700921,1274.997569,2255.402262 +268470,2753.392626,2507.909571,2702.642626,1277.105232,2254.672655 +268471,2757.663303,2520.699928,2699.673058,1279.359623,2254.034805 +268472,2763.208563,2503.002692,2698.369244,1281.405141,2255.63408 +268473,2774.281464,2509.202413,2694.390464,1283.618222,2253.774422 +268474,2770.166729,2506.798848,2691.059689,1285.548018,2252.697929 +268475,2776.340978,2503.566514,2687.827032,1287.851697,2251.721463 +268476,2781.268055,2501.537238,2684.630681,1290.284509,2250.771218 +268477,2786.749825,2499.309134,2681.527144,1294.252595,2249.920059 +268478,2790.634687,2497.27336,2680.10707,1290.64919,2251.130614 +268479,2800.731128,2494.169431,2676.137107,1307.508015,2249.206714 +268480,2798.101112,2491.907677,2672.798715,1282.210129,2248.042837 +268481,2802.851536,2489.446847,2669.552865,1307.561367,2246.96509 +268482,2814.717666,2486.472092,2666.458987,1317.860805,2246.047672 +268483,2806.173294,2484.112716,2665.051548,1277.83983,2247.188488 +268484,2828.191875,2480.691681,2661.117124,1318.421507,2245.211468 +268485,2814.672891,2478.091693,2657.768126,1305.037838,2243.932122 +268486,2828.455404,2474.99982,2654.498637,1309.864552,2242.716458 +268487,2835.543141,2464.993449,2651.411195,1311.582129,2241.691659 +268488,2835.825651,2477.802918,2650.219227,1313.535237,2243.191928 +268489,2834.293542,2455.406013,2646.176947,1315.532675,2240.95118 +268490,2837.592989,2464.324253,2644.023579,1317.337772,2241.015664 +268491,2840.666288,2458.160325,2641.141556,1319.183434,2240.150174 +268492,2837.745156,2454.074252,2636.283775,1321.161821,2236.805285 +268493,2835.354045,2451.057757,2632.043062,1322.930333,2234.167601 +268494,2833.552154,2447.483437,2627.950882,1324.746071,2231.653755 +268495,2834.777375,2443.991002,2625.595185,1326.695579,2231.243142 +268496,2832.215845,2439.915177,2620.657956,1328.511955,2227.608948 +268497,2833.321865,2436.580713,2617.969353,1330.089716,2226.724202 +268498,2830.790305,2432.320284,2612.873,1332.191215,2222.824581 +268499,2829.37031,2428.61016,2608.433586,1333.827818,2219.692291 +268500,2828.421365,2424.646982,2604.246517,1335.598672,2216.822366 +268501,2828.835631,2364.200584,2601.721514,1283.981873,2217.283342 +268502,2820.323876,2362.153099,2593.281959,1284.416594,2208.746088 +268503,2808.452888,2355.607245,2582.477003,1285.312099,2196.148687 +268504,2798.12146,2350.562245,2572.460932,1286.091184,2184.054346 +268505,2790.461431,2345.631135,2564.199756,1287.112187,2173.848456 +268506,2782.462355,2340.46139,2557.459891,1288.092133,2165.838728 +268507,2780.542562,2335.303161,2551.773021,1289.103036,2159.305567 +268508,2783.321151,2330.247164,2548.58226,1290.127727,2156.053249 +268509,2780.989554,2324.754923,2543.366126,1291.150989,2150.51071 +268510,2779.437866,2319.835816,2539.057088,1292.18622,2146.268909 +268511,2780.987139,2314.320528,2536.842357,1293.221279,2144.770095 +268512,2778.743161,2308.874488,2532.271366,1294.250678,2140.515596 +268513,2777.565517,2303.590998,2528.434883,1295.287111,2137.287053 +268514,2776.821151,2298.088095,2524.915372,1296.318889,2134.543021 +268515,2776.326644,2292.569089,2521.600375,1297.349466,2132.130696 +268516,2775.982251,2287.048218,2518.433183,1298.377554,2129.969075 +268517,2775.727351,2281.458947,2515.379012,1299.404893,2128.003399 +268518,2775.526893,2275.837191,2512.416359,1300.429285,2126.194342 +268519,2778.007565,2270.465419,2511.234809,1301.453758,2126.618245 +268520,2776.397971,2264.267327,2507.503455,1302.468711,2123.928807 +268521,2775.650718,2258.775396,2504.346644,1303.488505,2121.9929 +268522,2775.204847,2252.859299,2501.415697,1304.501861,2120.328869 +268523,2774.927335,2247.048212,2498.651093,1305.513388,2118.827869 +268524,2774.74782,2241.1748,2496.019688,1306.52224,2117.439894 +268525,2774.622903,2235.246006,2493.492315,1307.528419,2116.134024 +268526,2774.527348,2229.280913,2491.045404,1308.531958,2114.889448 +268527,2774.449095,2223.310718,2488.662955,1309.621217,2113.693134 +268528,2774.38186,2217.220008,2486.33389,1310.486873,2112.535831 +268529,2774.468147,2219.447346,2484.144315,1312.288237,2111.52685 +268530,2775.623462,2215.249626,2482.212367,1313.469685,2110.720256 +268531,2777.32452,2210.00259,2480.396426,1314.838268,2109.97057 +268532,2778.985824,2204.42438,2478.591309,1316.237592,2109.163003 +268533,2780.385207,2198.97295,2476.786735,1317.648499,2108.289806 +268534,2781.519417,2193.349259,2474.997299,1319.068554,2107.372198 +268535,2782.455448,2187.756613,2473.234976,1320.49641,2106.42944 +268536,2783.259162,2182.022425,2471.506074,1321.930659,2105.474925 +268537,2783.974981,2176.278822,2469.81262,1323.37078,2104.516968 +268538,2784.498313,2162.593237,2468.070468,1324.727079,2103.456798 +268539,2785.109405,2175.631559,2466.447395,1326.396709,2102.505576 +268540,2785.684406,2146.05806,2464.856821,1327.655214,2101.560782 +268541,2786.098505,2156.934819,2463.213265,1329.187953,2100.520533 +268542,2786.592318,2145.216474,2461.665319,1330.634564,2099.570576 +268543,2787.100421,2140.073177,2460.167399,1332.095497,2098.657247 +268544,2787.570062,2134.20996,2458.683241,1333.558656,2097.738311 +268545,2788.039603,2128.179088,2457.235033,1335.023032,2096.842953 +268546,2788.502399,2122.180943,2455.816445,1336.488088,2095.964734 +268547,2788.956446,2116.136794,2454.42446,1337.953927,2095.101059 +268548,2789.40135,2110.083879,2453.057366,1339.419567,2094.250749 +268549,2789.835047,2104.130779,2451.712582,1340.977034,2093.411381 +268550,2792.946448,2097.900277,2452.11533,1342.30673,2094.718276 +268551,2791.886398,2091.765617,2449.895234,1344.824115,2092.785035 +268552,2791.669938,2085.738039,2448.241,1347.135671,2091.532706 +268553,2791.731905,2079.569082,2446.776113,1346.240934,2090.486508 +268554,2791.933831,2073.406638,2445.41336,1354.423866,2089.54206 +268555,2792.241312,2067.295336,2444.136631,1338.750131,2088.685675 +268556,2792.659,2065.09688,2442.95375,1355.254989,2087.931681 +268557,2793.695419,2059.83739,2441.775696,1351.1337,2087.254745 +268558,2795.078989,2054.096073,2440.591085,1353.165735,2086.608419 +268559,2796.475101,2048.450284,2439.408593,1354.716882,2085.955003 +268560,2797.725832,2042.417739,2438.239109,1356.331238,2085.281812 +268561,2796.155178,1907.02383,2434.500049,1248.962416,2079.952559 +268562,2779.283076,1938.300504,2420.552977,1247.844057,2058.7773 +268563,2756.183686,1897.528991,2402.280874,1247.990728,2029.92823 +268564,2735.529815,1897.344263,2385.357213,1248.300296,2001.840725 +268565,2720.41351,1898.382708,2371.889032,1248.789366,1977.985679 +268566,2710.083121,1891.433523,2361.49043,1249.401473,1958.681106 +268567,2703.113346,1873.24778,2353.369978,1250.100453,1941.784578 +268568,2698.209942,1877.471465,2346.743036,1250.86403,1927.411198 +268569,2694.506421,1866.439238,2341.099033,1251.679288,1914.683754 +268570,2691.590113,1860.713239,2336.148357,1252.538223,1903.027081 +268571,2689.212309,1854.105472,2331.734195,1253.435355,1892.653508 +268572,2687.231039,1847.740776,2327.733496,1254.454235,1883.18288 +268573,2685.46731,1862.852276,2324.016793,1255.286432,1874.423742 +268574,2683.999566,1803.49576,2320.604128,1256.340333,1866.366886 +268575,2682.738438,1843.42997,2317.432383,1257.346475,1858.902142 +268576,2681.518057,1818.746789,2314.373576,1258.391071,1851.841255 +268577,2680.35871,1815.740595,2311.439146,1259.461832,1845.167463 +268578,2679.290734,1809.417129,2308.629,1260.556862,1838.852095 +268579,2678.28319,1803.416096,2305.916137,1261.675394,1832.836517 +268580,2677.311608,1797.207096,2303.290521,1262.817126,1827.085539 +268581,2676.387458,1791.144272,2300.743314,1263.981511,1821.567868 +268582,2675.507216,1785.114747,2298.267189,1265.168196,1816.256272 +268583,2674.650491,1779.135388,2295.856897,1266.287784,1811.128102 +268584,2673.832144,1773.207816,2293.507883,1267.65086,1806.163403 +268585,2673.050375,1767.214181,2291.215878,1268.928838,1801.344239 +268586,2672.299367,1761.557964,2288.977708,1270.081365,1796.655496 +268587,2671.575186,1755.713366,2286.790937,1271.440231,1792.084283 +268588,2670.876366,1750.019024,2284.653664,1272.742234,1787.619548 +268589,2670.20269,1744.366195,2282.5643,1274.078218,1783.251658 +268590,2669.552905,1738.889056,2280.520685,1275.435474,1778.971213 +268591,2668.929002,1732.779608,2278.523155,1276.354841,1774.77267 +268592,2668.222393,1752.866922,2276.478142,1277.457086,1770.792057 +268593,2667.602311,1683.568847,2274.480802,1278.334376,1766.741153 +268594,2667.0369,1732.952172,2272.506757,1279.423862,1762.812858 +268595,2666.377633,1706.225133,2270.466468,1280.296239,1758.878017 +268596,2665.695476,1701.694722,2268.407598,1281.478578,1754.994452 +268597,2665.047914,1698.188377,2266.371609,1282.218284,1751.186401 +268598,2664.38841,1691.578475,2264.329854,1286.289738,1747.422806 +268599,2663.755058,1686.04216,2262.310532,1280.587661,1743.7164 +268600,2663.104578,1680.299003,2260.286125,1299.610727,1740.041088 +268601,2662.507232,1674.88818,2258.304582,1266.797676,1736.634176 +268602,2661.896718,1669.293009,2256.323209,1296.566583,1733.013574 +268603,2660.86241,1663.851934,2253.974508,1286.388062,1728.778867 +268604,2659.37443,1658.456961,2251.262947,1289.284301,1723.995592 +268605,2657.628784,1653.125154,2248.374322,1290.241738,1718.974733 +268606,2656.810698,1647.859322,2246.430528,1291.506221,1715.882536 +268607,2655.328864,1642.658842,2243.725232,1292.370019,1711.035847 +268608,2652.688938,1637.526751,2240.004789,1293.544405,1704.540666 +268609,2649.917025,1632.465711,2236.329801,1294.580488,1698.358746 +268610,2647.045847,1627.475226,2232.599958,1295.615928,1692.148836 +268611,2647.092758,1622.560246,2231.690117,1296.643875,1690.931149 +268612,2649.142687,1617.717526,2232.312561,1297.819127,1691.941168 +268613,2647.361686,1612.94598,2228.938158,1298.786362,1685.249958 +268614,2642.867011,1608.254264,2223.498675,1299.991605,1675.73438 +268615,2638.513019,1603.641084,2218.617731,1301.075171,1667.650462 +268616,2638.974574,1599.109464,2218.383048,1302.151474,1668.123201 +268617,2637.725586,1594.65002,2215.834964,1303.216322,1663.193898 +268618,2637.822334,1590.278347,2214.816017,1310.473995,1661.343621 +268619,2636.064774,1586.196937,2211.805888,1296.554919,1655.914088 +268620,2630.270888,1583.113074,2205.200072,1310.872733,1644.326808 +268621,2633.690088,1686.590243,2208.189073,1429.945908,1650.486677 +268622,2649.234197,1685.493239,2217.911649,1412.553262,1665.716301 +268623,2672.451669,1685.201374,2233.748735,1426.073406,1691.966259 +268624,2698.431533,1684.086545,2252.805577,1427.251409,1724.902577 +268625,2712.23551,1682.791792,2260.927529,1430.060651,1739.67487 +268626,2722.724926,1681.502771,2268.676107,1433.261025,1755.963701 +268627,2728.451523,1680.177973,2272.575055,1436.014666,1765.853872 +268628,2727.801328,1678.848852,2271.045428,1439.335199,1766.568857 +268629,2734.700068,1677.537814,2277.629119,1442.289753,1782.378532 +268630,2746.713794,1676.219036,2288.032081,1445.510298,1803.600941 +268631,2748.886669,1674.900765,2288.137705,1448.50798,1805.405277 +268632,2752.054744,1673.61785,2290.476481,1451.894157,1812.251096 +268633,2760.723053,1672.339041,2297.948699,1455.090548,1827.775632 +268634,2760.755111,1671.057138,2296.331447,1458.304216,1826.057418 +268635,2755.098514,1669.807883,2290.37442,1461.560111,1817.573982 +268636,2750.700565,1668.693925,2286.359761,1470.364832,1813.108077 +268637,2756.626436,1667.299354,2292.187651,1460.368797,1825.90431 +268638,2759.613724,1666.158675,2293.675445,1480.726682,1829.279424 +268639,2755.436169,1664.940978,2288.551104,1472.182028,1821.068431 +268640,2751.913215,1663.768895,2285.070048,1479.21356,1816.707466 +268641,2760.104865,1662.615612,2292.829789,1482.905131,1832.190812 +268642,2764.701677,1661.44306,2295.457063,1486.040615,1836.697361 +268643,2760.667234,1660.301249,2290.21712,1489.553595,1827.566476 +268644,2757.47198,1666.221232,2286.939354,1498.831278,1823.015884 +268645,2756.181519,1666.469489,2285.534409,1504.041184,1820.129858 +268646,2756.058652,1666.577055,2285.218328,1507.752721,1818.104985 +268647,2756.433458,1668.116701,2285.33048,1512.103927,1816.616128 +268648,2770.219939,1659.527465,2298.349835,1516.359076,1838.339516 +268649,2778.745883,1666.479697,2304.374103,1520.204531,1845.916344 +268650,2775.970914,1662.626188,2300.167766,1524.051245,1836.199759 +268651,2773.662916,1662.471085,2297.952063,1527.821745,1831.767583 +268652,2772.450478,1663.899582,2296.690903,1537.032738,1829.098026 +268653,2785.00725,1649.769627,2308.618593,1524.159649,1850.253455 +268654,2791.692729,1653.686258,2312.790384,1536.540351,1856.925411 +268655,2787.064617,1649.744554,2306.466852,1542.047231,1846.408293 +268656,2783.152331,1648.730713,2302.239887,1538.816054,1841.312042 +268657,2780.382212,1647.374242,2299.063363,1544.960794,1837.868923 +268658,2778.604367,1646.039169,2296.652206,1549.095164,1835.371145 +268659,2777.608893,1644.725405,2294.822555,1552.337213,1833.563051 +268660,2777.16298,1643.424154,2293.407847,1556.230926,1832.263319 +268661,2791.588835,1642.146492,2306.338951,1561.026375,1856.436493 +268662,2800.11552,1640.829435,2311.481326,1564.676301,1864.472144 +268663,2796.638825,1639.54826,2305.542217,1567.868563,1853.455558 +268664,2807.556367,1638.427855,2315.590064,1573.033205,1872.6436 +268665,2813.822358,1636.817512,2319.159617,1576.620371,1878.099961 +268666,2809.003361,1635.806121,2312.600483,1580.027778,1866.032891 +268667,2805.155497,1634.452712,2308.547005,1589.732114,1860.007756 +268668,2802.800285,1633.316306,2305.776291,1587.067285,1856.093981 +268669,2801.169006,1631.872466,2303.561223,1592.751269,1853.066508 +268670,2800.18166,1630.690835,2301.801665,1597.394207,1850.741264 +268671,2799.764047,1629.40871,2300.442041,1601.46174,1849.032419 +268672,2814.892745,1628.041011,2314.159046,1606.729289,1874.30695 +268673,2823.430181,1626.913235,2319.257906,1610.495748,1881.885923 +268674,2832.841054,1625.581751,2326.017239,1615.069086,1893.230044 +268675,2851.442913,1624.336486,2341.608741,1620.493252,1920.170959 +268676,2865.659745,1622.918716,2351.808898,1624.424962,1936.18224 +268677,2874.833682,1621.818384,2357.56174,1628.477971,1944.790072 +268678,2870.695308,1643.896589,2351.52526,1632.829038,1933.065644 +268679,2859.9795,1584.668348,2340.869046,1636.472982,1914.860195 +268680,2862.146812,1634.333471,2343.461522,1646.930938,1921.129935 +268681,2862.95051,1635.797135,2342.896746,1662.878666,1919.918252 +268682,2860.000525,1638.916502,2337.586425,1682.210216,1910.145006 +268683,2871.295213,1638.066961,2346.238817,1675.428506,1926.25427 +268684,2889.655702,1637.443098,2360.670576,1686.161767,1951.339431 +268685,2903.2614,1662.178702,2370.253066,1691.819952,1967.02798 +268686,2912.68483,1597.260462,2376.108787,1695.903345,1976.692158 +268687,2918.624194,1652.510478,2379.544112,1700.56224,1982.674464 +268688,2914.97446,1630.223205,2374.292478,1709.075516,1973.619632 +268689,2914.325513,1633.33913,2373.247086,1709.51638,1973.35365 +268690,2920.750885,1627.475761,2378.666511,1715.376636,1984.201555 +268691,2918.618904,1631.491192,2374.83566,1723.86664,1977.548937 +268692,2919.053757,1628.117976,2374.555092,1724.807466,1978.376003 +268693,2918.074527,1627.301962,2372.284852,1731.791865,1975.32462 +268694,2920.076886,1626.10535,2373.425692,1733.763359,1978.630196 +268695,2919.704856,1624.865634,2371.857288,1736.286168,1976.708927 +268696,2922.074753,1623.626775,2373.283327,1739.04002,1980.524408 +268697,2921.770339,1622.35969,2371.774737,1739.75718,1978.788374 +268698,2923.912153,1621.092742,2373.009008,1741.822642,1982.374375 +268699,2923.319633,1619.798352,2371.300774,1743.183482,1980.442545 +268700,2925.353965,1618.504207,2372.512965,1745.860879,1984.150224 +268701,2934.163744,1619.189366,2379.837003,1752.268223,1998.344865 +268702,2940.980066,1618.505881,2384.631695,1758.319428,2006.593566 +268703,2945.264322,1617.3423,2387.438097,1762.984744,2011.207316 +268704,2940.56455,1616.197528,2382.012953,1763.144114,2001.474449 +268705,2938.415218,1615.011626,2380.243549,1763.823304,1999.621375 +268706,2942.977938,1613.783839,2384.523023,1768.089124,2008.350233 +268707,2939.346429,1612.520191,2379.905309,1769.160198,2000.453389 +268708,2937.956266,1611.259379,2378.453336,1770.688774,1999.424878 +268709,2934.79674,1609.960495,2374.968679,1771.626846,1994.601878 +268710,2926.270033,1608.647825,2366.556344,1769.88255,1981.41181 +268711,2928.178128,1607.621729,2368.866513,1772.753785,1988.156738 +268712,2927.603743,1606.616411,2367.324037,1775.447811,1986.621677 +268713,2920.017528,1605.645839,2359.34768,1774.601113,1973.972248 +268714,2913.263532,1604.808428,2353.146514,1773.551069,1965.458853 +268715,2918.735817,1603.697009,2358.639593,1778.47098,1977.671736 +268716,2920.722361,1602.708036,2359.027365,1782.901227,1979.007131 +268717,2913.95266,1602.038285,2351.418352,1782.839123,1966.542129 +268718,2907.888732,1600.871305,2345.731156,1782.306803,1958.741466 +268719,2914.665506,1600.058066,2352.653741,1788.14048,1973.340714 +268720,2918.138925,1599.11031,2353.94524,1793.371329,1975.999009 +268721,2911.674983,1598.1982,2346.451035,1793.651102,1963.512013 +268722,2905.57949,1597.303967,2340.965895,1793.357142,1955.974243 +268723,2900.762582,1596.403606,2336.393553,1793.586789,1950.051683 +268724,2909.887449,1595.521614,2345.112912,1800.672652,1967.673744 +268725,2927.70468,1594.62889,2360.229075,1813.309474,1994.611455 +268726,2929.95658,1593.724785,2358.729699,1819.125553,1990.570184 +268727,2932.378322,1592.861634,2359.859465,1823.647057,1993.315359 +268728,2942.890323,1591.872792,2368.802263,1832.037689,2009.840802 +268729,2941.389864,1591.147093,2365.123606,1835.405264,2002.719783 +268730,2931.885174,1590.204227,2355.438123,1833.868153,1986.58471 +268731,2923.772072,1589.466793,2348.311279,1832.30622,1976.233996 +268732,2928.574742,1588.444409,2353.507309,1837.158272,1987.755011 +268733,2929.903445,1587.645874,2353.49061,1841.674778,1988.167686 +268734,2933.543831,1586.778275,2356.092411,1847.047823,1993.698113 +268735,2933.695245,1585.800307,2354.958841,1850.969603,1992.195949 +268736,2925.489826,1585.225483,2346.294575,1850.526003,1977.803984 +268737,2918.254034,1584.134762,2339.78066,1849.776207,1968.490671 +268738,2912.162443,1583.382981,2334.295952,1849.708744,1960.987083 +268739,2919.981068,1582.535277,2342.315106,1856.638212,1977.439146 +268740,2937.325696,1581.690928,2356.822677,1869.264347,2003.336965 +268741,2948.926201,1547.863709,2364.59703,1880.356239,2015.707792 +268742,2951.283855,1547.120285,2365.011889,1885.668413,2016.322134 +268743,2939.375556,1546.579857,2352.717653,1883.957593,1994.94142 +268744,2921.311962,1545.909222,2336.040486,1878.871539,1966.928265 +268745,2917.405089,1545.34561,2333.611767,1880.582008,1964.657618 +268746,2912.460581,1544.749877,2328.099053,1883.319713,1954.6823 +268747,2911.749816,1544.181653,2326.746633,1887.934611,1952.212846 +268748,2908.327305,1543.606231,2322.191139,1891.45147,1943.465124 +268749,2896.773938,1543.150081,2310.544791,1890.723992,1922.609132 +268750,2886.780574,1542.435917,2301.253839,1889.670529,1907.240454 +268751,2891.497704,1541.971378,2306.037207,1895.684905,1916.938846 +268752,2892.077754,1541.385915,2304.820999,1901.045417,1913.974825 +268753,2882.202858,1540.838448,2294.061797,1900.919067,1894.686557 +268754,2887.223571,1540.319037,2299.145967,1906.844298,1905.227198 +268755,2887.858301,1539.756707,2297.981769,1912.051784,1902.582696 +268756,2877.521817,1539.220225,2286.805312,1911.575081,1882.770645 +268757,2882.693557,1538.70923,2292.135427,1917.45509,1894.027161 +268758,2883.407532,1538.153621,2291.083947,1922.670946,1891.785457 +268759,2872.834727,1537.625591,2279.728491,1922.061529,1871.86228 +268760,2863.344511,1537.225196,2270.996865,1920.881484,1858.315311 +268761,2870.734729,1536.54127,2278.585353,1927.8137,1873.943911 +268762,2872.382687,1536.076541,2278.205162,1933.699647,1872.915199 +268763,2877.355695,1535.554891,2281.798075,1940.591003,1879.813138 +268764,2892.990525,1534.922674,2295.127702,1953.121775,1903.449832 +268765,2905.315585,1534.559954,2303.734791,1964.876997,1916.993838 +268766,2914.281394,1533.96808,2309.101475,1974.626647,1924.979268 +268767,2919.97772,1533.469952,2312.077593,1982.694912,1929.032521 +268768,2923.579952,1532.955158,2313.580535,1989.721993,1930.859993 +268769,2914.046208,1532.428867,2302.884407,1990.061403,1911.332307 +268770,2908.87929,1531.934171,2298.364243,1991.358148,1904.789066 +268771,2914.516308,1531.107161,2303.709585,1998.319482,1915.304092 +268772,2919.534841,1530.20188,2306.910741,2006.111044,1920.549921 +268773,2910.312371,1529.26519,2296.453021,2006.893079,1901.678723 +268774,2892.540226,1528.324715,2279.798074,2001.967706,1873.988264 +268775,2876.833742,1527.364302,2266.429839,1997.230581,1853.651994 +268776,2863.049766,1526.373696,2254.687941,1993.409394,1836.236777 +268777,2850.426453,1525.473872,2243.976021,1990.555685,1820.629105 +268778,2839.23953,1524.17772,2234.055447,1988.286794,1806.428548 +268779,2847.531232,1523.408444,2243.323349,1995.190411,1826.791549 +268780,2848.208963,1522.226672,2241.510666,2000.243443,1824.251856 +268781,2832.971677,1528.851642,2225.638022,1997.005908,1797.51331 +268782,2820.877151,1514.759776,2214.620404,1993.697269,1781.788956 +268783,2830.985184,1532.65277,2225.820592,2000.737794,1806.042596 +268784,2854.053021,1496.001635,2245.844203,2015.904762,1842.696431 +268785,2849.145726,1527.832152,2236.381464,2019.590194,1824.147313 +268786,2829.32758,1533.956666,2216.203274,2013.816327,1790.197832 +268787,2814.690752,1483.649436,2203.529583,2008.595821,1772.056245 +268788,2803.802021,1528.227081,2193.633161,2005.560585,1758.498986 +268789,2793.940171,1509.019682,2184.858737,2003.551859,1746.740032 +268790,2785.09051,1510.946361,2176.716234,2002.110392,1736.031991 +268791,2800.122246,1509.741272,2192.435403,2011.598395,1768.989104 +268792,2830.803525,1508.808778,2220.08854,2030.769326,1819.118563 +268793,2826.060496,1507.29422,2209.460098,2035.351455,1797.513233 +268794,2824.862657,1506.229452,2207.465095,2037.94509,1796.34248 +268795,2819.593391,1504.958926,2201.113253,2039.297985,1786.618722 +268796,2799.535058,1503.589768,2180.77748,2033.140777,1752.342864 +268797,2807.772014,1502.55718,2190.928399,2038.290331,1776.124338 +268798,2833.969383,1501.29225,2215.306003,2055.028563,1820.91455 +268799,2826.182111,1499.804198,2203.220805,2058.103093,1797.130273 +268800,2801.174422,1498.508874,2177.634067,2049.445075,1753.475586 +268801,2806.828924,1431.10588,2185.662951,2053.206678,1773.815444 +268802,2796.738085,1428.732195,2176.447864,2051.209461,1760.752906 +268803,2765.784245,1426.816777,2148.662538,2039.099477,1715.617475 +268804,2762.794472,1424.924039,2150.369522,2039.217894,1725.304186 +268805,2782.173136,1422.977469,2169.242111,2053.078611,1761.108295 +268806,2799.379713,1421.028213,2182.136581,2068.425809,1782.172273 +268807,2783.403175,1419.080141,2161.536458,2068.286289,1742.065916 +268808,2752.604238,1417.180505,2131.343144,2057.792844,1689.235932 +268809,2732.108467,1415.259699,2114.410145,2050.264095,1663.054204 +268810,2717.925025,1413.297266,2102.405364,2046.235716,1644.97057 +268811,2706.609513,1411.338636,2092.514702,2043.935939,1630.165836 +268812,2696.872964,1412.617678,2083.780769,2042.441138,1617.652666 +268813,2714.029933,1411.357447,2102.107302,2052.295935,1653.84187 +268814,2748.324202,1409.7162,2133.530649,2072.209011,1709.400245 +268815,2743.117457,1407.82992,2122.602509,2075.919194,1685.051709 +268816,2741.876312,1406.405127,2121.193401,2077.639799,1683.561478 +268817,2764.806562,1404.352432,2143.38642,2090.975732,1724.506861 +268818,2781.44307,1402.574992,2155.626169,2104.418314,1744.089811 +268819,2766.294875,1400.560312,2137.150642,2102.578594,1708.748982 +268820,2759.482849,1398.886967,2131.619303,2101.425715,1701.495846 +268821,2776.016326,1396.889615,2148.399481,2111.78087,1733.875887 +268822,2766.90119,1394.919399,2136.258698,2112.526989,1710.904881 +268823,2741.453948,1392.994598,2112.190685,2103.474028,1670.148644 +268824,2745.334195,1391.054784,2119.443109,2106.052876,1688.757819 +268825,2742.373755,1389.005948,2115.693415,2108.439691,1683.506707 +268826,2722.682743,1386.998988,2096.286851,2102.378249,1651.089177 +268827,2730.33481,1385.006962,2106.524975,2107.030757,1675.024992 +268828,2729.298054,1382.90171,2104.005642,2110.487167,1671.921707 +268829,2710.143387,1380.841227,2084.679487,2104.659115,1639.690395 +268830,2695.511777,1378.888636,2072.516982,2098.953365,1622.973074 +268831,2708.477844,1376.992742,2087.438066,2106.137944,1655.353909 +268832,2736.184985,1375.23659,2112.553765,2123.181974,1701.847666 +268833,2729.477686,1373.683852,2101.087271,2125.976408,1679.814423 +268834,2727.538705,1372.014636,2099.186596,2127.480145,1679.441493 +268835,2747.943357,1370.397997,2119.028839,2139.631104,1717.733865 +268836,2739.776703,1368.711699,2107.407182,2140.935094,1695.780601 +268837,2714.762861,1367.126162,2083.133141,2131.721504,1654.792242 +268838,2720.044801,1365.560631,2091.729696,2134.613786,1676.009383 +268839,2744.24577,1363.918201,2114.83406,2149.321855,1719.295134 +268840,2736.439144,1362.269677,2103.159968,2151.37039,1696.658602 +268841,2711.148227,1360.710949,2078.595564,2142.115661,1655.031126 +268842,2714.781915,1359.162337,2085.435545,2144.274235,1672.864494 +268843,2712.578606,1357.526624,2082.510315,2146.613354,1669.114499 +268844,2717.237949,1355.972318,2087.370673,2151.392735,1680.516174 +268845,2737.89102,1354.397714,2106.666497,2164.456173,1716.64963 +268846,2752.246442,1352.799241,2117.251588,2176.240394,1734.51054 +268847,2738.975051,1351.102279,2101.431013,2174.500763,1705.402677 +268848,2733.00212,1349.742132,2096.812665,2173.349609,1700.304825 +268849,2746.522373,1348.097401,2110.537482,2182.021759,1727.325524 +268850,2736.694961,1346.506223,2098.67057,2181.764397,1705.606694 +268851,2713.286073,1344.976029,2076.787765,2172.829151,1669.182327 +268852,2695.620576,1343.54008,2062.708769,2165.098592,1649.009438 +268853,2681.648621,1341.822886,2051.67466,2159.566563,1633.891659 +268854,2669.40125,1340.351218,2042.111634,2155.318273,1621.139151 +268855,2658.788143,1338.791508,2033.495512,2151.832879,1609.745608 +268856,2649.217062,1337.252937,2025.618745,2148.841604,1599.81691 +268857,2665.739723,1335.630546,2043.636642,2157.668401,1636.916508 +268858,2698.902361,1334.338322,2074.08312,2176.822976,1692.528975 +268859,2723.328396,1332.445315,2093.004608,2193.746279,1724.343693 +268860,2738.819839,1345.893273,2103.654683,2205.676413,1741.955631 +268861,2071.16183,1307.756117,1124.148665,1827.567702,2487.914836 +268862,2170.185293,1469.61919,1177.763977,1914.46138,2558.242987 +268863,2285.028507,1460.581615,1242.736429,2012.689793,2626.178464 +268864,2387.220192,1462.529678,1303.105345,2094.397471,2681.502479 +268865,2467.71746,1463.087629,1353.249617,2152.080756,2723.600352 +268866,2517.233429,1462.543347,1388.019876,2180.861431,2742.806425 +268867,2541.527124,1461.850279,1409.819095,2189.092402,2742.725355 +268868,2554.517244,1460.992295,1425.150709,2189.895882,2735.774173 +268869,2562.632402,1460.328441,1437.033005,2189.346432,2727.143094 +268870,2568.533772,1459.417474,1446.797083,2189.332316,2718.758372 +268871,2573.212965,1458.563362,1455.039593,2190.064799,2711.18826 +268872,2577.034625,1457.645394,1462.071255,2191.293843,2704.505379 +268873,2580.186003,1456.731835,1468.105414,2192.788909,2698.65391 +268874,2582.792156,1455.805919,1473.306221,2194.41382,2693.540606 +268875,2584.953189,1454.870181,1477.807956,2196.103118,2689.072993 +268876,2586.75059,1453.9246,1481.721679,2197.82486,2685.168222 +268877,2588.249034,1452.972843,1485.139148,2199.559338,2681.753544 +268878,2589.499441,1452.105983,1488.13637,2201.472567,2678.76575 +268879,2590.54189,1451.005905,1490.776426,2203.159753,2676.149902 +268880,2591.385231,1450.106306,1493.100424,2204.804411,2673.833568 +268881,2592.077265,1449.120662,1495.162984,2206.426253,2671.799032 +268882,2592.657437,1448.1458,1497.009919,2208.038935,2670.030532 +268883,2593.132214,1447.168772,1498.666916,2209.806409,2668.486198 +268884,2593.51126,1446.188036,1500.157845,2211.319915,2667.135088 +268885,2593.804265,1442.140131,1501.503617,2212.802037,2665.952321 +268886,2593.932875,1440.657024,1502.593901,2214.872098,2664.917201 +268887,2593.929741,1439.387084,1503.48914,2216.758942,2664.011882 +268888,2593.849717,1438.182739,1504.265604,2219.10903,2663.21904 +268889,2593.725733,1437.010474,1504.96887,2221.349502,2662.52611 +268890,2593.5663,1435.855101,1505.61791,2223.231519,2661.922578 +268891,2593.37748,1434.659599,1506.219028,2225.187674,2661.398804 +268892,2593.143232,1433.461191,1506.772795,2226.715827,2660.945949 +268893,2592.855291,1432.264133,1507.28016,2227.964132,2660.555967 +268894,2592.513847,1431.068506,1507.743482,2228.955799,2660.221725 +268895,2592.122861,1429.783871,1508.165781,2229.733986,2659.936907 +268896,2591.686869,1428.726114,1508.550057,2230.337916,2659.695974 +268897,2591.209741,1427.467192,1508.898979,2230.795463,2659.494 +268898,2590.69469,1426.290845,1509.214862,2231.124612,2659.32662 +268899,2590.144442,1425.100435,1509.499716,2231.337053,2659.189921 +268900,2589.561386,1423.910147,1509.755323,2231.440987,2659.080417 +268901,2588.947601,1422.720173,1509.983264,2231.442645,2658.994963 +268902,2588.304929,1421.530076,1510.18497,2231.34701,2658.930745 +268903,2587.635064,1420.340044,1510.361727,2231.158133,2658.885216 +268904,2586.939609,1419.14988,1510.514711,2230.880596,2658.856096 +268905,2586.22007,1417.959219,1510.645,2230.51573,2658.841328 +268906,2585.477791,1416.767982,1510.753569,2230.064354,2658.839029 +268907,2584.713969,1415.5764,1510.841309,2229.528026,2658.847475 +268908,2583.929704,1414.384157,1510.909057,2228.908807,2658.86513 +268909,2583.125985,1413.19145,1510.957586,2228.208759,2658.890586 +268910,2582.303717,1411.997988,1510.987624,2227.429708,2658.92258 +268911,2581.463725,1410.803993,1510.999845,2226.573188,2658.959944 +268912,2580.606777,1409.609194,1510.994888,2225.640525,2659.001627 +268913,2579.733571,1408.413834,1510.973349,2224.632878,2659.046654 +268914,2578.844767,1407.217657,1510.935792,2223.367131,2659.094141 +268915,2577.964098,1406.020935,1510.894263,2222.271494,2659.168192 +268916,2577.070112,1404.82359,1510.838517,2221.108692,2659.244718 +268917,2576.144976,1403.625235,1510.760016,2219.858006,2659.303438 +268918,2575.199868,1402.426558,1510.664381,2218.406988,2659.354928 +268919,2574.239656,1401.227228,1510.554059,2216.815488,2659.403018 +268920,2573.26655,1398.100848,1510.43025,2215.806806,2659.448915 +268921,0,0,0,0,0 +268922,0,0,0,0,0 +268923,0,0,0,0,0 +268924,0,0,0,0,0 +268925,0,0,0,0,0 +268926,0,0,0,0,0 +268927,0,0,0,0,0 +268928,0,0,0,0,0 +268929,0,0,0,0,0 +268930,0,0,0,0,0 +268931,0,0,0,0,0 +268932,0,0,0,0,0 +268933,0,0,0,0,0 +268934,0,0,0,0,0 +268935,0,0,0,0,0 +268936,0,0,0,0,0 +268937,0,0,0,0,0 +268938,0,0,0,0,0 +268939,0,0,0,0,0 +268940,0,0,0,0,0 +268941,0,0,0,0,0 +268942,0,0,0,0,0 +268943,0,0,0,0,0 +268944,0,0,0,0,0 +268945,0,0,0,0,0 +268946,0,0,0,0,0 +268947,0,0,0,0,0 +268948,0,0,0,0,0 +268949,0,0,0,0,0 +268950,0,0,0,0,0 +268951,0,0,0,0,0 +268952,0,0,0,0,0 +268953,0,0,0,0,0 +268954,0,0,0,0,0 +268955,0,0,0,0,0 +268956,0,0,0,0,0 +268957,0,0,0,0,0 +268958,0,0,0,0,0 +268959,0,0,0,0,0 +268960,0,0,0,0,0 +268961,0,0,0,0,0 +268962,0,0,0,0,0 +268963,0,0,0,0,0 +268964,0,0,0,0,0 +268965,0,0,0,0,0 +268966,0,0,0,0,0 +268967,0,0,0,0,0 +268968,0,0,0,0,0 +268969,0,0,0,0,0 +268970,0,0,0,0,0 +268971,0,0,0,0,0 +268972,0,0,0,0,0 +268973,0,0,0,0,0 +268974,0,0,0,0,0 +268975,0,0,0,0,0 +268976,0,0,0,0,0 +268977,0,0,0,0,0 +268978,0,0,0,0,0 +268979,0,0,0,0,0 +268980,0,0,0,0,0 +268981,0,0,0,0,0 +268982,0,0,0,0,0 +268983,0,0,0,0,0 +268984,0,0,0,0,0 +268985,0,0,0,0,0 +268986,0,0,0,0,0 +268987,0,0,0,0,0 +268988,0,0,0,0,0 +268989,0,0,0,0,0 +268990,0,0,0,0,0 +268991,0,0,0,0,0 +268992,0,0,0,0,0 +268993,0,0,0,0,0 +268994,0,0,0,0,0 +268995,0,0,0,0,0 +268996,0,0,0,0,0 +268997,0,0,0,0,0 +268998,0,0,0,0,0 +268999,0,0,0,0,0 +269000,0,0,0,0,0 +269001,0,0,0,0,0 +269002,0,0,0,0,0 +269003,0,0,0,0,0 +269004,0,0,0,0,0 +269005,0,0,0,0,0 +269006,0,0,0,0,0 +269007,0,0,0,0,0 +269008,0,0,0,0,0 +269009,0,0,0,0,0 +269010,0,0,0,0,0 +269011,0,0,0,0,0 +269012,0,0,0,0,0 +269013,0,0,0,0,0 +269014,0,0,0,0,0 +269015,0,0,0,0,0 +269016,0,0,0,0,0 +269017,0,0,0,0,0 +269018,0,0,0,0,0 +269019,0,0,0,0,0 +269020,0,0,0,0,0 +269021,0,0,0,0,0 +269022,0,0,0,0,0 +269023,0,0,0,0,0 +269024,0,0,0,0,0 +269025,0,0,0,0,0 +269026,0,0,0,0,0 +269027,0,0,0,0,0 +269028,0,0,0,0,0 +269029,0,0,0,0,0 +269030,0,0,0,0,0 +269031,0,0,0,0,0 +269032,0,0,0,0,0 +269033,0,0,0,0,0 +269034,0,0,0,0,0 +269035,0,0,0,0,0 +269036,0,0,0,0,0 +269037,0,0,0,0,0 +269038,0,0,0,0,0 +269039,0,0,0,0,0 +269040,0,0,0,0,0 +269041,0,0,0,0,0 +269042,0,0,0,0,0 +269043,0,0,0,0,0 +269044,0,0,0,0,0 +269045,0,0,0,0,0 +269046,0,0,0,0,0 +269047,0,0,0,0,0 +269048,0,0,0,0,0 +269049,0,0,0,0,0 +269050,0,0,0,0,0 +269051,0,0,0,0,0 +269052,0,0,0,0,0 +269053,0,0,0,0,0 +269054,0,0,0,0,0 +269055,0,0,0,0,0 +269056,0,0,0,0,0 +269057,0,0,0,0,0 +269058,0,0,0,0,0 +269059,0,0,0,0,0 +269060,0,0,0,0,0 +269061,0,0,0,0,0 +269062,0,0,0,0,0 +269063,0,0,0,0,0 +269064,0,0,0,0,0 +269065,0,0,0,0,0 +269066,0,0,0,0,0 +269067,0,0,0,0,0 +269068,0,0,0,0,0 +269069,0,0,0,0,0 +269070,0,0,0,0,0 +269071,0,0,0,0,0 +269072,0,0,0,0,0 +269073,0,0,0,0,0 +269074,0,0,0,0,0 +269075,0,0,0,0,0 +269076,0,0,0,0,0 +269077,0,0,0,0,0 +269078,0,0,0,0,0 +269079,0,0,0,0,0 +269080,0,0,0,0,0 +269081,0,0,0,0,0 +269082,0,0,0,0,0 +269083,0,0,0,0,0 +269084,0,0,0,0,0 +269085,0,0,0,0,0 +269086,0,0,0,0,0 +269087,0,0,0,0,0 +269088,0,0,0,0,0 +269089,0,0,0,0,0 +269090,0,0,0,0,0 +269091,0,0,0,0,0 +269092,0,0,0,0,0 +269093,0,0,0,0,0 +269094,0,0,0,0,0 +269095,0,0,0,0,0 +269096,0,0,0,0,0 +269097,0,0,0,0,0 +269098,0,0,0,0,0 +269099,0,0,0,0,0 +269100,0,0,0,0,0 +269101,0,0,0,0,0 +269102,0,0,0,0,0 +269103,0,0,0,0,0 +269104,0,0,0,0,0 +269105,0,0,0,0,0 +269106,0,0,0,0,0 +269107,0,0,0,0,0 +269108,0,0,0,0,0 +269109,0,0,0,0,0 +269110,0,0,0,0,0 +269111,0,0,0,0,0 +269112,0,0,0,0,0 +269113,0,0,0,0,0 +269114,0,0,0,0,0 +269115,0,0,0,0,0 +269116,0,0,0,0,0 +269117,0,0,0,0,0 +269118,0,0,0,0,0 +269119,0,0,0,0,0 +269120,0,0,0,0,0 +269121,0,0,0,0,0 +269122,0,0,0,0,0 +269123,0,0,0,0,0 +269124,0,0,0,0,0 +269125,0,0,0,0,0 +269126,0,0,0,0,0 +269127,0,0,0,0,0 +269128,0,0,0,0,0 +269129,0,0,0,0,0 +269130,0,0,0,0,0 +269131,0,0,0,0,0 +269132,0,0,0,0,0 +269133,0,0,0,0,0 +269134,0,0,0,0,0 +269135,0,0,0,0,0 +269136,0,0,0,0,0 +269137,0,0,0,0,0 +269138,0,0,0,0,0 +269139,0,0,0,0,0 +269140,0,0,0,0,0 +269141,0,0,0,0,0 +269142,0,0,0,0,0 +269143,0,0,0,0,0 +269144,0,0,0,0,0 +269145,0,0,0,0,0 +269146,0,0,0,0,0 +269147,0,0,0,0,0 +269148,0,0,0,0,0 +269149,0,0,0,0,0 +269150,0,0,0,0,0 +269151,0,0,0,0,0 +269152,0,0,0,0,0 +269153,0,0,0,0,0 +269154,0,0,0,0,0 +269155,0,0,0,0,0 +269156,0,0,0,0,0 +269157,0,0,0,0,0 +269158,0,0,0,0,0 +269159,0,0,0,0,0 +269160,0,0,0,0,0 +269161,0,0,0,0,0 +269162,0,0,0,0,0 +269163,0,0,0,0,0 +269164,0,0,0,0,0 +269165,0,0,0,0,0 +269166,0,0,0,0,0 +269167,0,0,0,0,0 +269168,0,0,0,0,0 +269169,0,0,0,0,0 +269170,0,0,0,0,0 +269171,0,0,0,0,0 +269172,0,0,0,0,0 +269173,0,0,0,0,0 +269174,0,0,0,0,0 +269175,0,0,0,0,0 +269176,0,0,0,0,0 +269177,0,0,0,0,0 +269178,0,0,0,0,0 +269179,0,0,0,0,0 +269180,0,0,0,0,0 +269181,0,0,0,0,0 +269182,0,0,0,0,0 +269183,0,0,0,0,0 +269184,0,0,0,0,0 +269185,0,0,0,0,0 +269186,0,0,0,0,0 +269187,0,0,0,0,0 +269188,0,0,0,0,0 +269189,0,0,0,0,0 +269190,0,0,0,0,0 +269191,0,0,0,0,0 +269192,0,0,0,0,0 +269193,0,0,0,0,0 +269194,0,0,0,0,0 +269195,0,0,0,0,0 +269196,0,0,0,0,0 +269197,0,0,0,0,0 +269198,0,0,0,0,0 +269199,0,0,0,0,0 +269200,0,0,0,0,0 +269201,0,0,0,0,0 +269202,0,0,0,0,0 +269203,0,0,0,0,0 +269204,0,0,0,0,0 +269205,0,0,0,0,0 +269206,0,0,0,0,0 +269207,0,0,0,0,0 +269208,0,0,0,0,0 +269209,0,0,0,0,0 +269210,0,0,0,0,0 +269211,0,0,0,0,0 +269212,0,0,0,0,0 +269213,0,0,0,0,0 +269214,0,0,0,0,0 +269215,0,0,0,0,0 +269216,0,0,0,0,0 +269217,0,0,0,0,0 +269218,0,0,0,0,0 +269219,0,0,0,0,0 +269220,0,0,0,0,0 +269221,0,0,0,0,0 +269222,0,0,0,0,0 +269223,0,0,0,0,0 +269224,0,0,0,0,0 +269225,0,0,0,0,0 +269226,0,0,0,0,0 +269227,0,0,0,0,0 +269228,0,0,0,0,0 +269229,0,0,0,0,0 +269230,0,0,0,0,0 +269231,0,0,0,0,0 +269232,0,0,0,0,0 +269233,0,0,0,0,0 +269234,0,0,0,0,0 +269235,0,0,0,0,0 +269236,0,0,0,0,0 +269237,0,0,0,0,0 +269238,0,0,0,0,0 +269239,0,0,0,0,0 +269240,0,0,0,0,0 +269241,0,0,0,0,0 +269242,0,0,0,0,0 +269243,0,0,0,0,0 +269244,0,0,0,0,0 +269245,0,0,0,0,0 +269246,0,0,0,0,0 +269247,0,0,0,0,0 +269248,0,0,0,0,0 +269249,0,0,0,0,0 +269250,0,0,0,0,0 +269251,0,0,0,0,0 +269252,0,0,0,0,0 +269253,0,0,0,0,0 +269254,0,0,0,0,0 +269255,0,0,0,0,0 +269256,0,0,0,0,0 +269257,0,0,0,0,0 +269258,0,0,0,0,0 +269259,0,0,0,0,0 +269260,0,0,0,0,0 +269261,0,0,0,0,0 +269262,0,0,0,0,0 +269263,0,0,0,0,0 +269264,0,0,0,0,0 +269265,0,0,0,0,0 +269266,0,0,0,0,0 +269267,0,0,0,0,0 +269268,0,0,0,0,0 +269269,0,0,0,0,0 +269270,0,0,0,0,0 +269271,0,0,0,0,0 +269272,0,0,0,0,0 +269273,0,0,0,0,0 +269274,0,0,0,0,0 +269275,0,0,0,0,0 +269276,0,0,0,0,0 +269277,0,0,0,0,0 +269278,0,0,0,0,0 +269279,0,0,0,0,0 +269280,0,0,0,0,0 +269281,0,0,0,0,0 +269282,0,0,0,0,0 +269283,0,0,0,0,0 +269284,0,0,0,0,0 +269285,0,0,0,0,0 +269286,0,0,0,0,0 +269287,0,0,0,0,0 +269288,0,0,0,0,0 +269289,0,0,0,0,0 +269290,0,0,0,0,0 +269291,0,0,0,0,0 +269292,0,0,0,0,0 +269293,0,0,0,0,0 +269294,0,0,0,0,0 +269295,0,0,0,0,0 +269296,0,0,0,0,0 +269297,0,0,0,0,0 +269298,0,0,0,0,0 +269299,0,0,0,0,0 +269300,0,0,0,0,0 +269301,0,0,0,0,0 +269302,0,0,0,0,0 +269303,0,0,0,0,0 +269304,0,0,0,0,0 +269305,0,0,0,0,0 +269306,0,0,0,0,0 +269307,0,0,0,0,0 +269308,0,0,0,0,0 +269309,0,0,0,0,0 +269310,0,0,0,0,0 +269311,0,0,0,0,0 +269312,0,0,0,0,0 +269313,0,0,0,0,0 +269314,0,0,0,0,0 +269315,0,0,0,0,0 +269316,0,0,0,0,0 +269317,0,0,0,0,0 +269318,0,0,0,0,0 +269319,0,0,0,0,0 +269320,0,0,0,0,0 +269321,0,0,0,0,0 +269322,0,0,0,0,0 +269323,0,0,0,0,0 +269324,0,0,0,0,0 +269325,0,0,0,0,0 +269326,0,0,0,0,0 +269327,0,0,0,0,0 +269328,0,0,0,0,0 +269329,0,0,0,0,0 +269330,0,0,0,0,0 +269331,0,0,0,0,0 +269332,0,0,0,0,0 +269333,0,0,0,0,0 +269334,0,0,0,0,0 +269335,0,0,0,0,0 +269336,0,0,0,0,0 +269337,0,0,0,0,0 +269338,0,0,0,0,0 +269339,0,0,0,0,0 +269340,0,0,0,0,0 +269341,0,0,0,0,0 +269342,0,0,0,0,0 +269343,0,0,0,0,0 +269344,0,0,0,0,0 +269345,0,0,0,0,0 +269346,0,0,0,0,0 +269347,0,0,0,0,0 +269348,0,0,0,0,0 +269349,0,0,0,0,0 +269350,0,0,0,0,0 +269351,0,0,0,0,0 +269352,0,0,0,0,0 +269353,0,0,0,0,0 +269354,0,0,0,0,0 +269355,0,0,0,0,0 +269356,0,0,0,0,0 +269357,0,0,0,0,0 +269358,0,0,0,0,0 +269359,0,0,0,0,0 +269360,0,0,0,0,0 +269361,0,0,0,0,0 +269362,0,0,0,0,0 +269363,0,0,0,0,0 +269364,0,0,0,0,0 +269365,0,0,0,0,0 +269366,0,0,0,0,0 +269367,0,0,0,0,0 +269368,0,0,0,0,0 +269369,0,0,0,0,0 +269370,0,0,0,0,0 +269371,0,0,0,0,0 +269372,0,0,0,0,0 +269373,0,0,0,0,0 +269374,0,0,0,0,0 +269375,0,0,0,0,0 +269376,0,0,0,0,0 +269377,0,0,0,0,0 +269378,0,0,0,0,0 +269379,0,0,0,0,0 +269380,0,0,0,0,0 +269381,0,0,0,0,0 +269382,0,0,0,0,0 +269383,0,0,0,0,0 +269384,0,0,0,0,0 +269385,0,0,0,0,0 +269386,0,0,0,0,0 +269387,0,0,0,0,0 +269388,0,0,0,0,0 +269389,0,0,0,0,0 +269390,0,0,0,0,0 +269391,0,0,0,0,0 +269392,0,0,0,0,0 +269393,0,0,0,0,0 +269394,0,0,0,0,0 +269395,0,0,0,0,0 +269396,0,0,0,0,0 +269397,0,0,0,0,0 +269398,0,0,0,0,0 +269399,0,0,0,0,0 +269400,0,0,0,0,0 +269401,0,0,0,0,0 +269402,0,0,0,0,0 +269403,0,0,0,0,0 +269404,0,0,0,0,0 +269405,0,0,0,0,0 +269406,0,0,0,0,0 +269407,0,0,0,0,0 +269408,0,0,0,0,0 +269409,0,0,0,0,0 +269410,0,0,0,0,0 +269411,0,0,0,0,0 +269412,0,0,0,0,0 +269413,0,0,0,0,0 +269414,0,0,0,0,0 +269415,0,0,0,0,0 +269416,0,0,0,0,0 +269417,0,0,0,0,0 +269418,0,0,0,0,0 +269419,0,0,0,0,0 +269420,0,0,0,0,0 +269421,0,0,0,0,0 +269422,0,0,0,0,0 +269423,0,0,0,0,0 +269424,0,0,0,0,0 +269425,0,0,0,0,0 +269426,0,0,0,0,0 +269427,0,0,0,0,0 +269428,0,0,0,0,0 +269429,0,0,0,0,0 +269430,0,0,0,0,0 +269431,0,0,0,0,0 +269432,0,0,0,0,0 +269433,0,0,0,0,0 +269434,0,0,0,0,0 +269435,0,0,0,0,0 +269436,0,0,0,0,0 +269437,0,0,0,0,0 +269438,0,0,0,0,0 +269439,0,0,0,0,0 +269440,0,0,0,0,0 +269441,0,0,0,0,0 +269442,0,0,0,0,0 +269443,0,0,0,0,0 +269444,0,0,0,0,0 +269445,0,0,0,0,0 +269446,0,0,0,0,0 +269447,0,0,0,0,0 +269448,0,0,0,0,0 +269449,0,0,0,0,0 +269450,0,0,0,0,0 +269451,0,0,0,0,0 +269452,0,0,0,0,0 +269453,0,0,0,0,0 +269454,0,0,0,0,0 +269455,0,0,0,0,0 +269456,0,0,0,0,0 +269457,0,0,0,0,0 +269458,0,0,0,0,0 +269459,0,0,0,0,0 +269460,0,0,0,0,0 +269461,0,0,0,0,0 +269462,0,0,0,0,0 +269463,0,0,0,0,0 +269464,0,0,0,0,0 +269465,0,0,0,0,0 +269466,0,0,0,0,0 +269467,0,0,0,0,0 +269468,0,0,0,0,0 +269469,0,0,0,0,0 +269470,0,0,0,0,0 +269471,0,0,0,0,0 +269472,0,0,0,0,0 +269473,0,0,0,0,0 +269474,0,0,0,0,0 +269475,0,0,0,0,0 +269476,0,0,0,0,0 +269477,0,0,0,0,0 +269478,0,0,0,0,0 +269479,0,0,0,0,0 +269480,0,0,0,0,0 +269481,0,0,0,0,0 +269482,0,0,0,0,0 +269483,0,0,0,0,0 +269484,0,0,0,0,0 +269485,0,0,0,0,0 +269486,0,0,0,0,0 +269487,0,0,0,0,0 +269488,0,0,0,0,0 +269489,0,0,0,0,0 +269490,0,0,0,0,0 +269491,0,0,0,0,0 +269492,0,0,0,0,0 +269493,0,0,0,0,0 +269494,0,0,0,0,0 +269495,0,0,0,0,0 +269496,0,0,0,0,0 +269497,0,0,0,0,0 +269498,0,0,0,0,0 +269499,0,0,0,0,0 +269500,0,0,0,0,0 +269501,0,0,0,0,0 +269502,0,0,0,0,0 +269503,0,0,0,0,0 +269504,0,0,0,0,0 +269505,0,0,0,0,0 +269506,0,0,0,0,0 +269507,0,0,0,0,0 +269508,0,0,0,0,0 +269509,0,0,0,0,0 +269510,0,0,0,0,0 +269511,0,0,0,0,0 +269512,0,0,0,0,0 +269513,0,0,0,0,0 +269514,0,0,0,0,0 +269515,0,0,0,0,0 +269516,0,0,0,0,0 +269517,0,0,0,0,0 +269518,0,0,0,0,0 +269519,0,0,0,0,0 +269520,0,0,0,0,0 +269521,0,0,0,0,0 +269522,0,0,0,0,0 +269523,0,0,0,0,0 +269524,0,0,0,0,0 +269525,0,0,0,0,0 +269526,0,0,0,0,0 +269527,0,0,0,0,0 +269528,0,0,0,0,0 +269529,0,0,0,0,0 +269530,0,0,0,0,0 +269531,0,0,0,0,0 +269532,0,0,0,0,0 +269533,0,0,0,0,0 +269534,0,0,0,0,0 +269535,0,0,0,0,0 +269536,0,0,0,0,0 +269537,0,0,0,0,0 +269538,0,0,0,0,0 +269539,0,0,0,0,0 +269540,0,0,0,0,0 +269541,0,0,0,0,0 +269542,0,0,0,0,0 +269543,0,0,0,0,0 +269544,0,0,0,0,0 +269545,0,0,0,0,0 +269546,0,0,0,0,0 +269547,0,0,0,0,0 +269548,0,0,0,0,0 +269549,0,0,0,0,0 +269550,0,0,0,0,0 +269551,0,0,0,0,0 +269552,0,0,0,0,0 +269553,0,0,0,0,0 +269554,0,0,0,0,0 +269555,0,0,0,0,0 +269556,0,0,0,0,0 +269557,0,0,0,0,0 +269558,0,0,0,0,0 +269559,0,0,0,0,0 +269560,0,0,0,0,0 +269561,0,0,0,0,0 +269562,0,0,0,0,0 +269563,0,0,0,0,0 +269564,0,0,0,0,0 +269565,0,0,0,0,0 +269566,0,0,0,0,0 +269567,0,0,0,0,0 +269568,0,0,0,0,0 +269569,0,0,0,0,0 +269570,0,0,0,0,0 +269571,0,0,0,0,0 +269572,0,0,0,0,0 +269573,0,0,0,0,0 +269574,0,0,0,0,0 +269575,0,0,0,0,0 +269576,0,0,0,0,0 +269577,0,0,0,0,0 +269578,0,0,0,0,0 +269579,0,0,0,0,0 +269580,0,0,0,0,0 +269581,0,0,0,0,0 +269582,0,0,0,0,0 +269583,0,0,0,0,0 +269584,0,0,0,0,0 +269585,0,0,0,0,0 +269586,0,0,0,0,0 +269587,0,0,0,0,0 +269588,0,0,0,0,0 +269589,0,0,0,0,0 +269590,0,0,0,0,0 +269591,0,0,0,0,0 +269592,0,0,0,0,0 +269593,0,0,0,0,0 +269594,0,0,0,0,0 +269595,0,0,0,0,0 +269596,0,0,0,0,0 +269597,0,0,0,0,0 +269598,0,0,0,0,0 +269599,0,0,0,0,0 +269600,0,0,0,0,0 +269601,0,0,0,0,0 +269602,0,0,0,0,0 +269603,0,0,0,0,0 +269604,0,0,0,0,0 +269605,0,0,0,0,0 +269606,0,0,0,0,0 +269607,0,0,0,0,0 +269608,0,0,0,0,0 +269609,0,0,0,0,0 +269610,0,0,0,0,0 +269611,0,0,0,0,0 +269612,0,0,0,0,0 +269613,0,0,0,0,0 +269614,0,0,0,0,0 +269615,0,0,0,0,0 +269616,0,0,0,0,0 +269617,0,0,0,0,0 +269618,0,0,0,0,0 +269619,0,0,0,0,0 +269620,0,0,0,0,0 +269621,0,0,0,0,0 +269622,0,0,0,0,0 +269623,0,0,0,0,0 +269624,0,0,0,0,0 +269625,0,0,0,0,0 +269626,0,0,0,0,0 +269627,0,0,0,0,0 +269628,0,0,0,0,0 +269629,0,0,0,0,0 +269630,0,0,0,0,0 +269631,0,0,0,0,0 +269632,0,0,0,0,0 +269633,0,0,0,0,0 +269634,0,0,0,0,0 +269635,0,0,0,0,0 +269636,0,0,0,0,0 +269637,0,0,0,0,0 +269638,0,0,0,0,0 +269639,0,0,0,0,0 +269640,0,0,0,0,0 +269641,0,0,0,0,0 +269642,0,0,0,0,0 +269643,0,0,0,0,0 +269644,0,0,0,0,0 +269645,0,0,0,0,0 +269646,0,0,0,0,0 +269647,0,0,0,0,0 +269648,0,0,0,0,0 +269649,0,0,0,0,0 +269650,0,0,0,0,0 +269651,0,0,0,0,0 +269652,0,0,0,0,0 +269653,0,0,0,0,0 +269654,0,0,0,0,0 +269655,0,0,0,0,0 +269656,0,0,0,0,0 +269657,0,0,0,0,0 +269658,0,0,0,0,0 +269659,0,0,0,0,0 +269660,0,0,0,0,0 +269661,0,0,0,0,0 +269662,0,0,0,0,0 +269663,0,0,0,0,0 +269664,0,0,0,0,0 +269665,0,0,0,0,0 +269666,0,0,0,0,0 +269667,0,0,0,0,0 +269668,0,0,0,0,0 +269669,0,0,0,0,0 +269670,0,0,0,0,0 +269671,0,0,0,0,0 +269672,0,0,0,0,0 +269673,0,0,0,0,0 +269674,0,0,0,0,0 +269675,0,0,0,0,0 +269676,0,0,0,0,0 +269677,0,0,0,0,0 +269678,0,0,0,0,0 +269679,0,0,0,0,0 +269680,0,0,0,0,0 +269681,0,0,0,0,0 +269682,0,0,0,0,0 +269683,0,0,0,0,0 +269684,0,0,0,0,0 +269685,0,0,0,0,0 +269686,0,0,0,0,0 +269687,0,0,0,0,0 +269688,0,0,0,0,0 +269689,0,0,0,0,0 +269690,0,0,0,0,0 +269691,0,0,0,0,0 +269692,0,0,0,0,0 +269693,0,0,0,0,0 +269694,0,0,0,0,0 +269695,0,0,0,0,0 +269696,0,0,0,0,0 +269697,0,0,0,0,0 +269698,0,0,0,0,0 +269699,0,0,0,0,0 +269700,0,0,0,0,0 +269701,82.73588634,3874.846401,3318.57817,42.07684308,-269.8137631 +269702,207.6115854,1933.869373,3297.225328,98.84006994,-36.04121406 +269703,202.0015573,106.7447044,3070.338567,96.17258743,-35.42352798 +269704,195.0313684,86.94500721,2848.198468,92.87678257,-37.12793686 +269705,188.332337,1012.963438,2668.555436,89.74962164,-39.89490261 +269706,182.4552639,663.8902133,2532.737003,87.04961894,-42.87736521 +269707,177.3879419,631.0487986,1512.519123,84.75706638,-45.7659545 +269708,172.9695886,668.4009805,1572.953517,82.78444037,-48.51799512 +269709,169.0622897,673.2352539,1725.537177,81.0575335,-51.16914155 +269710,165.5739859,678.9982065,1622.08519,79.52808617,-53.76050684 +269711,162.4457173,684.6458854,1624.084238,78.16782355,-56.30614765 +269712,159.6317469,690.4605419,1628.840767,76.95068696,-58.80908432 +269713,157.0966411,696.562858,1634.065692,75.85827961,-61.26921599 +269714,154.801141,702.7150889,1639.885587,74.87123446,-63.6864063 +269715,152.7133098,709.1192946,1645.876248,73.97670346,-66.06234699 +269716,150.8113924,715.5428896,1652.376014,73.15996456,-68.3998523 +269717,149.0688575,721.9336537,1659.138499,72.41250477,-70.70176604 +269718,147.4690145,729.0968136,1666.148452,71.72325422,-72.97232057 +269719,145.9914217,735.7380555,1673.380181,71.08685507,-75.21394293 +269720,144.6252818,742.6581567,1685.886368,70.49481853,-77.42900765 +269721,143.3546973,749.7344839,1688.993326,69.94393591,-79.61975658 +269722,142.1727857,756.779016,1707.253376,69.42758104,-81.7882873 +269723,141.0669525,764.0290495,1693.438855,68.94417,-83.93629853 +269724,140.0329328,771.2349303,1705.299638,68.48829944,-86.06571105 +269725,139.0605192,778.6055017,1727.168099,68.05950888,-88.17762972 +269726,138.1475927,786.0513936,1726.950632,67.65334121,-90.27331466 +269727,137.2855742,793.4830682,1737.579918,67.27006672,-92.35358636 +269728,136.4737816,801.0985679,1746.100815,66.90582763,-94.41943039 +269729,135.7049564,808.6521305,1754.76761,66.56146674,-96.47118685 +269730,134.9793449,816.3945896,1763.742489,66.23348736,-98.50984272 +269731,134.2907969,822.8493686,1769.704766,65.92320275,-100.535104 +269732,133.6472555,829.2463802,1775.728466,65.63574192,-102.547789 +269733,133.0507656,835.478221,1781.628227,65.37371559,-104.5478892 +269734,132.4951964,841.7442947,1787.210884,65.13676665,-106.5357425 +269735,131.9821447,847.8748202,1798.584563,64.9233086,-108.5114005 +269736,131.5087558,854.1402902,1794.35436,64.73152127,-110.4750467 +269737,131.0676117,860.0925819,1801.266651,64.55980858,-112.4267921 +269738,130.6608002,866.265851,1813.987076,64.40686327,-114.3665993 +269739,130.2864233,872.2333843,1818.208457,64.27151253,-116.2946577 +269740,129.9386047,881.7573803,1826.07373,64.15303052,-118.2099191 +269741,129.6189392,889.4241262,1833.111305,64.04999689,-120.1145285 +269742,129.3258613,897.328301,1840.064875,63.96135202,-122.0076503 +269743,129.0545797,904.7775967,1846.560305,63.88704913,-123.8890474 +269744,128.8073308,904.3222372,1835.4247,63.82592722,-125.7592326 +269745,128.4281865,910.3471577,1839.025726,63.71853043,-127.6178999 +269746,127.9633621,917.0772149,1848.83486,63.5816305,-129.466039 +269747,127.4926887,923.9330052,1846.661413,63.44679799,-131.304289 +269748,127.0532849,930.7321134,1850.372459,63.32954542,-133.1323732 +269749,126.6593508,937.6469269,1861.79478,63.23292057,-134.950466 +269750,126.3045733,944.4213974,1863.43592,63.15526718,-136.7585506 +269751,125.9876541,951.2122541,1869.177303,98.13065842,-138.5568578 +269752,125.7006698,957.8965169,1876.989481,104.2998563,-140.3455601 +269753,125.4444297,964.7059641,1882.235836,73.20797825,-142.1251486 +269754,125.2129203,971.1939743,1885.55932,102.0857117,-143.8959135 +269755,125.0081298,977.7916957,1896.538509,101.4444496,-145.6581354 +269756,124.8244245,984.422862,1881.156252,103.0496747,-147.4123366 +269757,124.6642267,990.8805005,1899.717612,107.0933442,-149.158562 +269758,177.9872073,996.7113087,1912.14222,110.3516593,-150.8973535 +269759,187.213238,1003.858121,1884.004108,113.4657781,-152.6286007 +269760,182.349471,1009.814192,1933.803546,116.7736157,-154.3527445 +269761,958.5240337,1343.083415,1991.748636,458.4785915,-596.4119339 +269762,1266.751993,1508.625362,1875.798445,598.1984437,-655.7191017 +269763,1195.215544,1484.998616,1904.137935,568.1556548,-539.5048749 +269764,1206.551749,1479.207359,1982.513006,573.1724635,-417.0134212 +269765,1239.59248,1505.052873,2062.474544,589.3907996,-312.5955647 +269766,1256.741066,1516.423108,2132.90745,597.995428,-226.8639986 +269767,1276.151485,1529.294313,2188.582226,607.5916857,-30.99153492 +269768,1448.921262,1608.250846,2368.534724,686.8268468,1991.352492 +269769,1068.999477,1450.777902,2228.124335,516.7593956,162.050356 +269770,1628.64107,1684.161672,2398.800684,756.4465516,1506.527672 +269771,1029.628407,1456.931605,2232.503813,519.6102878,499.8166205 +269772,1655.942101,1710.688648,2395.914619,773.9986818,1543.854049 +269773,1093.797256,1475.431572,2227.960043,533.2616074,541.685626 +269774,1667.728522,1733.035014,2394.071794,790.564603,1584.243538 +269775,1125.083627,1494.987241,2225.716264,547.1288322,576.2731937 +269776,1697.848649,1753.90461,2394.450421,805.9928622,1622.877769 +269777,1151.690922,1514.099285,2224.668284,560.9688573,608.2334393 +269778,1727.12566,1774.277822,2395.566396,820.9390896,1659.25998 +269779,1346.294329,1626.555553,2394.67181,651.1775646,943.9949001 +269780,1504.893918,1659.558928,2393.42633,722.8584796,1228.886276 +269781,1492.590775,1692.491514,2392.584491,718.4877494,1197.247361 +269782,1505.118853,1687.584036,2392.690156,724.9543245,1210.979144 +269783,1517.651931,1698.771248,2395.912986,731.5139039,1225.434714 +269784,1530.222895,1707.467671,2397.243219,738.1757617,1239.228328 +269785,1542.665995,1716.115343,2399.869197,744.4802037,1252.661509 +269786,1554.683279,1724.294583,2402.728685,750.9861517,1266.10816 +269787,1566.791562,1740.049229,2405.814199,757.2528428,1278.830073 +269788,1578.627047,1739.337806,2409.03374,763.5031093,1291.485722 +269789,1590.342734,1740.788669,2412.340053,769.6695461,1303.854598 +269790,1601.889912,1761.732084,2415.655323,775.7148437,1315.66176 +269791,1612.488114,1763.327483,2418.91861,781.238378,1335.819898 +269792,1623.307334,1772.666329,2422.118025,786.562536,1338.886303 +269793,1633.316848,1780.701825,2425.261055,791.6907459,1337.389468 +269794,1643.648557,1788.213249,2428.31433,796.9933049,1368.944036 +269795,1653.758016,1805.190657,2431.242626,801.8957618,1370.125866 +269796,1663.547117,1795.639254,2434.07772,807.0054967,1382.346206 +269797,1673.188688,1810.58941,2436.831752,811.6370838,1392.783486 +269798,1683.032812,1820.729913,2439.66405,816.6379999,1402.833149 +269799,1691.993064,1825.254974,2442.150061,821.1960664,1413.859813 +269800,1701.727908,1842.690823,2444.522082,825.8690827,1420.788772 +269801,1710.610175,1829.698877,2446.812863,830.4109052,1432.513049 +269802,1719.948923,1850.024717,2449.024369,834.9997399,1441.150352 +269803,1728.505846,1860.816697,2451.121376,839.2332611,1450.177564 +269804,1737.553103,1858.524824,2453.109797,843.7095313,1467.151873 +269805,1745.908977,1863.655187,2455.197689,847.816979,1465.503453 +269806,1754.932965,1878.053702,2456.98417,852.2070465,1467.517717 +269807,1762.931805,1889.554156,2458.65475,856.2106103,1490.853006 +269808,1771.545512,1878.006487,2460.39909,860.3967305,1491.604627 +269809,1779.57878,1914.548382,2462.228208,864.3808579,1517.485338 +269810,1788.000718,1886.869203,2463.574576,868.2871414,1484.402766 +269811,1795.529525,1920.787435,2465.655996,872.229842,1542.161069 +269812,1803.915965,1910.481068,2468.004213,876.1207504,1512.132098 +269813,1814.442115,1922.104061,2470.188921,879.8278428,1539.445879 +269814,1823.481223,1927.176475,2472.840165,883.664414,1537.969121 +269815,1827.270288,1932.964949,2475.619007,887.2570672,1547.753631 +269816,1844.318399,1938.692034,2478.594817,891.1808656,1554.532595 +269817,1830.988504,1944.605624,2481.678795,896.380654,1561.420652 +269818,1842.908152,1950.077628,2486.746409,896.9986556,1568.170267 +269819,1862.696002,1955.736471,2488.625803,905.6765642,1575.0375 +269820,1861.959318,1961.116498,2490.990513,901.8718348,1581.57027 +269821,2281.958441,2137.440784,2503.864418,1074.451367,1867.267944 +269822,2263.121674,2143.632694,2546.80229,1083.445306,1910.580712 +269823,2263.58284,2150.277926,2596.593381,1085.2361,1961.561385 +269824,2298.424228,2156.101469,2637.508414,1089.745974,2004.091211 +269825,2288.293427,2162.276907,2666.784385,1093.794777,2036.124407 +269826,2321.611217,2167.686386,2686.807964,1097.3686,2059.556506 +269827,2298.200909,2173.285491,2700.565194,1101.071676,2076.978398 +269828,2322.422082,2178.84789,2710.367025,1104.625366,2090.431874 +269829,2329.715834,2184.222583,2717.621593,1108.119578,2101.194206 +269830,2332.691823,2189.382931,2723.176021,1111.551335,2110.081669 +269831,2325.932717,2194.607187,2727.575087,1114.924479,2117.654805 +269832,2377.944534,2199.493293,2731.297732,1118.243261,2124.442577 +269833,2325.450188,2204.697401,2734.45583,1121.435465,2130.554128 +269834,2392.513833,2216.397114,2737.399602,1125.97827,2136.397553 +269835,2365.021388,2222.734309,2740.589073,1129.147218,2141.951353 +269836,2383.747063,2228.082912,2743.634863,1132.390537,2146.962766 +269837,2388.800561,2233.406419,2746.573465,1135.481722,2151.780129 +269838,2395.237972,2238.425201,2749.366799,1138.521485,2156.516778 +269839,2401.735454,2243.252256,2751.913555,1141.507802,2161.088936 +269840,2408.140838,2248.326875,2754.233577,1144.444918,2165.506125 +269841,2414.531788,2252.949194,2756.349509,1147.335564,2169.771686 +269842,2420.479702,2257.611056,2758.276629,1150.181688,2173.885918 +269843,2426.959786,2262.141265,2760.034751,1152.98474,2177.861776 +269844,2432.848079,2266.564449,2761.635374,1155.745955,2181.912149 +269845,2438.913135,2270.921435,2763.283053,1158.466386,2185.617715 +269846,2444.769862,2275.163415,2764.584243,1161.223671,2189.20257 +269847,2450.632824,2279.309963,2765.75326,1163.751129,2192.683189 +269848,2456.45496,2283.429109,2766.80568,1166.40935,2196.072256 +269849,2462.103645,2287.348554,2767.748533,1168.96428,2199.37482 +269850,2467.783986,2291.390874,2770.312732,1171.495566,2204.686863 +269851,2473.462419,2295.556465,2770.026928,1174.217157,2206.61172 +269852,2479.792637,2300.016945,2770.336094,1176.956862,2209.24447 +269853,2485.641517,2304.747064,2770.898165,1179.684183,2212.12785 +269854,2491.531787,2309.068162,2771.584815,1182.397035,2215.105465 +269855,2497.516212,2313.656435,2774.038723,1185.093983,2220.18724 +269856,2503.251071,2317.765278,2773.736878,1187.768398,2221.92441 +269857,2509.192437,2322.295432,2774.020209,1190.428762,2224.355726 +269858,2514.96917,2326.664379,2776.214693,1193.069155,2229.0906 +269859,2520.451115,2330.633016,2775.724059,1195.609913,2230.579406 +269860,2526.482695,2334.994005,2775.851155,1198.329196,2232.816551 +269861,2532.064702,2339.132822,2776.185322,1200.857261,2235.301988 +269862,2537.756362,2343.26294,2776.588841,1203.434546,2237.877432 +269863,2551.387786,2347.243672,2777.110077,1205.982277,2240.610885 +269864,2537.147025,2357.955112,2777.591195,1208.590549,2243.31762 +269865,2567.332044,2346.124284,2777.912518,1210.985297,2245.854757 +269866,2556.186925,2369.183748,2778.300617,1213.535659,2248.496666 +269867,2566.14928,2360.649212,2778.645759,1216.001348,2251.110286 +269868,2571.812419,2367.396467,2778.797548,1218.461231,2253.512998 +269869,2576.803842,2371.379064,2778.888206,1220.905101,2255.863904 +269870,2582.250328,2374.744384,2778.952045,1223.332595,2258.203784 +269871,2587.571382,2378.308853,2778.954725,1225.744024,2260.491311 +269872,2592.924666,2381.8925,2778.90138,1228.13974,2262.733158 +269873,2598.282334,2385.332307,2778.799084,1230.51993,2264.938328 +269874,2603.508982,2388.763125,2778.648189,1232.884919,2267.107565 +269875,2608.780548,2392.123649,2778.448413,1235.234921,2269.24065 +269876,2613.780221,2395.477127,2778.202748,1237.570257,2271.341341 +269877,2619.308029,2398.647787,2777.91546,1239.891136,2273.414845 +269878,2624.334442,2401.874804,2777.583634,1242.197877,2275.457679 +269879,2629.54976,2404.96575,2777.20198,1244.490677,2277.463291 +269880,2634.626634,2408.031059,2776.770519,1246.769865,2279.431385 +269881,2646.216517,2413.663456,2776.482813,1251.932065,2281.62658 +269882,2653.317522,2417.46669,2776.671781,1254.911898,2284.486914 +269883,2659.380576,2421.02405,2777.088068,1257.722577,2287.664302 +269884,2665.894966,2424.164038,2777.45134,1260.558002,2290.795299 +269885,2671.993424,2427.307503,2777.661018,1263.139682,2293.751118 +269886,2677.969493,2430.356883,2777.710685,1265.860179,2296.521515 +269887,2684.268806,2433.55512,2779.314785,1268.481484,2301.397268 +269888,2689.751866,2435.964149,2778.102418,1271.084911,2302.645114 +269889,2696.10611,2439.242206,2779.090721,1273.674414,2306.572872 +269890,2709.092605,2441.504467,2777.668271,1276.237617,2307.566071 +269891,2697.135203,2444.379785,2776.761069,1278.788547,2309.178163 +269892,2724.367336,2446.892566,2776.070413,1281.320441,2311.042157 +269893,2716.597986,2449.411588,2775.611452,1283.837042,2313.184601 +269894,2725.404344,2452.009994,2776.736117,1286.339474,2317.268248 +269895,2731.119702,2454.020405,2775.084527,1288.823399,2317.988684 +269896,2736.816166,2456.442052,2774.03771,1291.215149,2319.451487 +269897,2742.330407,2458.651094,2773.19279,1293.794939,2321.154723 +269898,2747.940741,2460.758506,2772.420849,1296.181495,2322.945023 +269899,2753.368403,2462.792155,2771.66595,1298.625425,2324.760564 +269900,2759.27197,2464.792508,2770.906415,1301.044344,2326.57862 +269901,2764.675328,2466.669882,2770.12443,1303.450148,2328.378515 +269902,2770.230254,2468.507773,2769.305757,1305.843495,2330.142302 +269903,2775.784173,2470.246248,2768.450553,1308.22348,2331.869 +269904,2781.485964,2472.128512,2769.227974,1310.59051,2335.789444 +269905,2793.622787,2473.310208,2767.415175,1312.945916,2336.342386 +269906,2789.99365,2475.040244,2766.165486,1315.290665,2337.573567 +269907,2797.729252,2476.436533,2764.949577,1317.624093,2338.840463 +269908,2803.835633,2477.752269,2763.798309,1320.029469,2340.179015 +269909,2808.69301,2479.062327,2762.715867,1324.147367,2341.597867 +269910,2813.549659,2480.240986,2761.627839,1322.743516,2343.015868 +269911,2819.433572,2480.38772,2760.504923,1333.606747,2344.393885 +269912,2824.481205,2480.104304,2759.348061,1320.064525,2345.921917 +269913,2829.58435,2479.684945,2758.116545,1354.441565,2347.088792 +269914,2842.015341,2479.309352,2757.005887,1307.473414,2348.3726 +269915,2830.632272,2478.245721,2755.755772,1349.639204,2349.462126 +269916,2852.99635,2477.424554,2754.365914,1353.607517,2350.509192 +269917,2849.518828,2476.408012,2753.168261,1317.307335,2351.662653 +269918,2854.033774,2475.156456,2751.914932,1356.579016,2352.196789 +269919,2860.461766,2473.89024,2750.52413,1344.489875,2353.207613 +269920,2864.74905,2472.457012,2749.145248,1349.482281,2353.963312 +269921,2870.0194,2471.083143,2749.439727,1352.0065,2356.972968 +269922,2880.682478,2469.047742,2747.204668,1354.440824,2356.74942 +269923,2877.954425,2467.468566,2745.579329,1356.88216,2357.230303 +269924,2882.963353,2465.529878,2744.005466,1359.305329,2357.948165 +269925,2888.371122,2463.505949,2742.483801,1361.717064,2358.512989 +269926,2899.798187,2461.603165,2741.213228,1364.116137,2359.356249 +269927,2890.065179,2459.106767,2739.873299,1366.501436,2360.096233 +269928,2906.946251,2456.88016,2738.432644,1368.873594,2360.69786 +269929,2906.75488,2454.387913,2737.141253,1371.232171,2361.465274 +269930,2916.676694,2451.966594,2735.970449,1373.576956,2362.363814 +269931,2907.9926,2449.277145,2734.605055,1375.906152,2363.009605 +269932,2929.113196,2446.541735,2733.249883,1378.222148,2363.650626 +269933,2919.334879,2443.740136,2731.974225,1380.523639,2364.369963 +269934,2930.085788,2440.849731,2730.580242,1382.809795,2364.925786 +269935,2930.741512,2430.665321,2729.056425,1385.0812,2365.516066 +269936,2932.533161,2444.144137,2727.560618,1387.337664,2365.907145 +269937,2935.146985,2420.676633,2725.962897,1389.578634,2366.14546 +269938,2936.751001,2430.985584,2724.199965,1391.804273,2366.156411 +269939,2936.583247,2423.746062,2722.412194,1394.014627,2366.113043 +269940,2936.468211,2420.344961,2720.510803,1396.20925,2365.906195 +269941,2914.981481,2366.357996,2716.294811,1345.361821,2362.153076 +269942,2801.096953,2357.752701,2703.575948,1346.427869,2345.981323 +269943,2855.930576,2355.095168,2687.278704,1348.23125,2324.465123 +269944,2849.374242,2350.936659,2675.752092,1349.830461,2308.089076 +269945,2856.428005,2346.513032,2665.588873,1351.691793,2293.456058 +269946,2852.735126,2342.437181,2658.564335,1353.379779,2283.242286 +269947,2855.479157,2338.156176,2653.230454,1355.290978,2274.864624 +269948,2876.913239,2337.095449,2649.352082,1362.439771,2268.670705 +269949,2875.733937,2333.852779,2647.179644,1365.304085,2264.083499 +269950,2878.408767,2330.176518,2647.281705,1367.597098,2261.876175 +269951,2878.673651,2326.092487,2644.646692,1370.016169,2256.837238 +269952,2883.007179,2322.556238,2644.089765,1372.180178,2254.634719 +269953,2883.709809,2318.126724,2640.97316,1374.514889,2249.685354 +269954,2882.158638,2314.218247,2638.359811,1376.708238,2245.570863 +269955,2880.883804,2310.146711,2635.777303,1378.872866,2241.689431 +269956,2879.823015,2305.967652,2633.136435,1381.006017,2237.902321 +269957,2878.940478,2301.769283,2630.442044,1383.258201,2234.19002 +269958,2878.213422,2297.526027,2627.711422,1385.259178,2230.552086 +269959,2877.584661,2293.209188,2624.957992,1387.531472,2226.984018 +269960,2877.050721,2288.928179,2622.197573,1389.513262,2223.491755 +269961,2876.575006,2284.544988,2619.372589,1391.76261,2220.068444 +269962,2876.165659,2280.141311,2616.563234,1393.722075,2216.715202 +269963,2875.789905,2275.703798,2613.843761,1395.948603,2213.632546 +269964,2875.458026,2271.225129,2611.224273,1397.889729,2210.397187 +269965,2875.141937,2266.697089,2608.702846,1400.096182,2207.200447 +269966,2874.854353,2262.330785,2606.254997,1402.017519,2204.044659 +269967,2874.564606,2257.528421,2603.870346,1404.204533,2200.917186 +269968,2874.290869,2253.022222,2601.532179,1406.107654,2197.820356 +269969,2874.013463,2248.372392,2599.24203,1408.276227,2194.746333 +269970,2873.742264,2243.678273,2596.982211,1413.652088,2191.691902 +269971,2873.456429,2238.158047,2594.755576,1407.574134,2188.648278 +269972,2873.045192,2232.462476,2592.444999,1428.820081,2185.570887 +269973,2872.549037,2226.589345,2590.045843,1391.905775,2182.508509 +269974,2871.970087,2220.654561,2587.551871,1425.8996,2179.45697 +269975,2871.250998,2214.636469,2584.930776,1414.076816,2176.358557 +269976,2870.320037,2200.65597,2582.142487,1417.435675,2173.142014 +269977,2869.479967,2213.364093,2579.387207,1418.57086,2170.032004 +269978,2868.593335,2183.479357,2576.581112,1419.60057,2166.9144 +269979,2867.538587,2193.79957,2573.650402,1420.517116,2163.691663 +269980,2866.556578,2182.130174,2570.751484,1421.634342,2160.543641 +269981,2865.570655,2176.156914,2567.838365,1422.615031,2157.617095 +269982,2864.523066,2170.075352,2564.876417,1423.412611,2154.450199 +269983,2863.461077,2163.584371,2561.897598,1424.381999,2151.280415 +269984,2862.378967,2157.093227,2558.899558,1425.244876,2148.104553 +269985,2861.271805,2150.551725,2555.880236,1426.098671,2144.918126 +269986,2860.139807,2144.06907,2552.840661,1426.931088,2141.719374 +269987,2858.982746,2137.455549,2549.781358,1427.742485,2138.505686 +269988,2857.799922,2130.872842,2546.702493,1428.533648,2135.274397 +269989,2856.592341,2124.240982,2543.605481,1429.305431,2132.025154 +269990,2855.356254,2117.722635,2540.487605,1430.150889,2128.751204 +269991,2854.082644,2110.873618,2537.34372,1433.887777,2125.444751 +269992,2852.788576,2104.217275,2534.184773,1427.96916,2122.116995 +269993,2851.44638,2097.567838,2530.993371,1448.759704,2118.745182 +269994,2850.125499,2090.815653,2527.813966,1409.652874,2115.381855 +269995,2848.812291,2084.059939,2524.638354,1444.616723,2112.015844 +269996,2847.422905,2077.361749,2521.413473,1431.944054,2108.581284 +269997,2845.99798,2070.564851,2518.165027,1434.617621,2105.107822 +269998,2844.559781,2063.850789,2514.906995,1435.545178,2101.61111 +269999,2843.097157,2057.07238,2511.632398,1436.066632,2098.081741 +270000,2841.609259,2050.456723,2508.340538,1436.681807,2094.517443 +270001,2843.06747,1913.129114,2508.087979,1327.864055,2096.564879 +270002,2828.864191,1936.511758,2497.286531,1325.391896,2082.333228 +270003,2807.838944,1914.788761,2481.650118,1323.773009,2059.858052 +270004,2788.783066,1887.203098,2466.917009,1322.399954,2038.043823 +270005,2774.715742,1916.513726,2455.14126,1321.1846,2019.430732 +270006,2765.238542,1863.581164,2446.1992,1320.066444,2004.353884 +270007,2758.942248,1886.803469,2439.304292,1319.009654,1992.365024 +270008,2754.502617,1866.612228,2433.686058,1317.993303,1982.383799 +270009,2751.101409,1884.176382,2428.854755,1317.004854,1973.813604 +270010,2748.485863,1818.211664,2424.652928,1316.037738,1966.442978 +270011,2746.350146,1878.474661,2420.87513,1315.086417,1959.784366 +270012,2744.524103,1806.00122,2417.399354,1314.148047,1954.07467 +270013,2742.954318,1839.935848,2414.175182,1313.220256,1949.014726 +270014,2741.489776,1816.807288,2411.094524,1312.301307,1944.437161 +270015,2740.111333,1811.247467,2408.13298,1311.390133,1940.27688 +270016,2738.812524,1803.173086,2405.27522,1310.485641,1936.48224 +270017,2737.555012,1795.327066,2402.488485,1309.587213,1932.985253 +270018,2736.325081,1787.400445,2399.757605,1308.603107,1929.742734 +270019,2735.043893,1802.924057,2397.025316,1307.84836,1926.659789 +270020,2733.855516,1737.518078,2394.378087,1306.902257,1923.82046 +270021,2732.674907,1803.208237,2391.759522,1306.037148,1921.139917 +270022,2731.486437,1718.8216,2389.154548,1305.253775,1918.579698 +270023,2730.340547,1763.927479,2386.594327,1304.252258,1916.165655 +270024,2729.11954,1736.718447,2384.001364,1303.450083,1913.789555 +270025,2727.869056,1732.513774,2381.4019,1302.576542,1911.470592 +270026,2726.628114,1724.879817,2378.818976,1301.719977,1909.226714 +270027,2725.377847,1717.290263,2376.239123,1300.868145,1907.03237 +270028,2724.121189,1709.731453,2373.663666,1300.020499,1904.88211 +270029,2722.856321,1702.222729,2371.090412,1299.177152,1902.766063 +270030,2721.58303,1694.757749,2368.518562,1298.338005,1900.677232 +270031,2720.297464,1688.089775,2365.945236,1297.958344,1898.606807 +270032,2719.073566,1681.511575,2363.416769,1297.681959,1896.544402 +270033,2717.960566,1674.891209,2360.964766,1297.459367,1894.482337 +270034,2716.963746,1668.610313,2358.593991,1297.277916,1892.414136 +270035,2716.064794,1662.069326,2356.294654,1297.131683,1890.334863 +270036,2716.032065,1655.84253,2354.844121,1297.017994,1889.677121 +270037,2716.583498,1649.607347,2353.979289,1296.922371,1889.992736 +270038,2717.109821,1643.211429,2353.108451,1296.852135,1890.23135 +270039,2717.590974,1637.404676,2352.215726,1296.81123,1890.371526 +270040,2718.038956,1631.128318,2351.308342,1296.794959,1890.422948 +270041,2718.475679,1625.112939,2350.400927,1296.803157,1890.406238 +270042,2718.917055,1619.218068,2349.504576,1296.834773,1890.338719 +270043,2719.371599,1613.352885,2348.625699,1296.889036,1890.232388 +270044,2719.844441,1607.329124,2347.768481,1296.965025,1890.096556 +270045,2720.276015,1622.724825,2346.895485,1297.062015,1889.889137 +270046,2720.804701,1566.027022,2346.095505,1297.179388,1889.722679 +270047,2721.346076,1628.714098,2345.315366,1297.31607,1889.535596 +270048,2721.91858,1547.508146,2344.567585,1297.471739,1889.346692 +270049,2722.528941,1608.063081,2343.856917,1297.645592,1889.164828 +270050,2723.130065,1552.694353,2343.153506,1297.837057,1888.955996 +270051,2723.764953,1576.980721,2342.48473,1298.045631,1888.756045 +270052,2724.389694,1561.531064,2341.822369,1298.270527,1888.532346 +270053,2725.019542,1558.104502,2341.175854,1298.511353,1888.298257 +270054,2725.677016,1553.050543,2340.559266,1298.767358,1888.072727 +270055,2726.346985,1549.564367,2339.962827,1299.038048,1887.845444 +270056,2727.024901,1545.931755,2339.383552,1299.32281,1887.614336 +270057,2727.75876,1533.704302,2338.852044,1291.263087,1887.418476 +270058,2727.761494,1528.565986,2337.436005,1290.160902,1887.290656 +270059,2727.342983,1524.405553,2335.489037,1289.753934,1887.20559 +270060,2726.927527,1520.808043,2333.49787,1289.530874,1887.140435 +270061,2723.494235,1624.605091,2328.697452,1397.648163,1881.837784 +270062,2734.596228,1623.596726,2333.911356,1400.91701,1891.901428 +270063,2752.497554,1622.352825,2344.043391,1403.573157,1909.620046 +270064,2769.201452,1620.916898,2353.786706,1406.160119,1927.580061 +270065,2781.53779,1619.489997,2360.973316,1409.497599,1942.008286 +270066,2789.727383,1618.074544,2365.624402,1419.310355,1953.206181 +270067,2795.125516,1616.685337,2368.506299,1401.16735,1961.885158 +270068,2798.870768,1615.333021,2370.271228,1422.951931,1968.521975 +270069,2801.624199,1614.022263,2371.324265,1418.117122,1973.745908 +270070,2803.788432,1612.742361,2371.90936,1422.132277,1977.892112 +270071,2805.565701,1611.424332,2372.174516,1425.384361,1981.163932 +270072,2807.064309,1610.3935,2372.190666,1431.23621,1983.700213 +270073,2808.361844,1609.301892,2372.029598,1432.85767,1985.614926 +270074,2809.508991,1608.059847,2371.732216,1440.966544,1987.21812 +270075,2810.595192,1607.099568,2371.363176,1429.842074,1988.195788 +270076,2811.654799,1606.080955,2370.949522,1437.822128,1988.829533 +270077,2812.660785,1605.117102,2370.481472,1447.929412,1989.130136 +270078,2813.604335,1604.193185,2369.95859,1446.799225,1989.138991 +270079,2814.532807,1603.307448,2369.41647,1455.020224,1988.913589 +270080,2815.447806,1602.458546,2368.859059,1455.057871,1988.493331 +270081,2816.346976,1601.645893,2368.288671,1471.842393,1987.889268 +270082,2817.2966,1600.867836,2367.749268,1438.733164,1987.185854 +270083,2818.577393,1600.123894,2367.423646,1493.688011,1986.614012 +270084,2819.900244,1599.412546,2367.131304,1459.882146,1985.979275 +270085,2821.00441,1598.733013,2366.709475,1478.757257,1985.081887 +270086,2822.116085,1598.084813,2366.30042,1479.283642,1984.118877 +270087,2823.705426,1597.466674,2366.017929,1483.913492,1983.22732 +270088,2825.164854,1596.877842,2365.861654,1488.00128,1982.42813 +270089,2826.78865,1596.317475,2365.827299,1492.477637,1981.713461 +270090,2831.25228,1595.78738,2367.623271,1496.82391,1983.220626 +270091,2831.587932,1594.881171,2366.816043,1500.784404,1981.471177 +270092,2832.738184,1593.928233,2366.53599,1504.591288,1980.395238 +270093,2834.064577,1592.955464,2366.357221,1508.689812,1979.495543 +270094,2835.443546,1591.97762,2366.199428,1512.612035,1978.678137 +270095,2836.834784,1590.998104,2366.036972,1516.575582,1977.904753 +270096,2838.21272,1590.019318,2365.861569,1520.671784,1977.156114 +270097,2839.577164,1589.042406,2365.672116,1524.591761,1976.423115 +270098,2843.655597,1588.070738,2367.218455,1528.91039,1977.870154 +270099,2843.511251,1587.094697,2366.085956,1532.925631,1976.038845 +270100,2844.208563,1586.130189,2365.488542,1537.190781,1974.886594 +270101,2845.172323,1585.165226,2365.040943,1541.357344,1973.923573 +270102,2846.385242,1584.205153,2364.737984,1551.23779,1973.144334 +270103,2847.678375,1583.248795,2364.475507,1547.501492,1972.424758 +270104,2848.894836,1582.296511,2364.162774,1555.299173,1971.655399 +270105,2852.858565,1581.351002,2365.603777,1559.275527,1973.282842 +270106,2852.632519,1580.402033,2364.393268,1563.436545,1971.437892 +270107,2853.267553,1579.465408,2363.727495,1567.931099,1970.272831 +270108,2854.184792,1578.528891,2363.226827,1572.32305,1969.30915 +270109,2855.213882,1577.597251,2362.780417,1577.034411,1968.413176 +270110,2855.780326,1576.669378,2361.875816,1581.492427,1966.711327 +270111,2855.879962,1575.746107,2360.576653,1586.157325,1964.382462 +270112,2856.833639,1574.827942,2360.152014,1590.663156,1963.681031 +270113,2857.33695,1573.911125,2359.166483,1595.576635,1961.867642 +270114,2856.998944,1572.999955,2357.420339,1600.181526,1958.770915 +270115,2856.681658,1572.093353,2355.803046,1604.946136,1956.035597 +270116,2856.426539,1571.18967,2354.23837,1609.835615,1953.408978 +270117,2858.469882,1570.291544,2354.868831,1614.531694,1954.695374 +270118,2859.610508,1569.391913,2354.310711,1619.635925,1953.558106 +270119,2858.806402,1570.256294,2352.014261,1621.856522,1949.482356 +270120,2857.790131,1569.6154,2350.273878,1631.487412,1946.298671 +270121,2861.731781,1591.727251,2353.231261,1649.901798,1951.165794 +270122,2870.645395,1592.189736,2359.607564,1661.249244,1961.254029 +270123,2877.101146,1592.309332,2362.738841,1666.139724,1965.297467 +270124,2880.592971,1592.237039,2363.670534,1671.32138,1966.334252 +270125,2883.380944,1592.071038,2364.661489,1676.870393,1968.251396 +270126,2885.74951,1591.831958,2365.500743,1687.346968,1970.117177 +270127,2891.605751,1591.547956,2369.838471,1686.876062,1978.337202 +270128,2899.337953,1591.221258,2375.59004,1694.253327,1988.657498 +270129,2902.271821,1590.862284,2376.168297,1699.588322,1989.467117 +270130,2905.066868,1590.494522,2377.565357,1705.342634,1992.364552 +270131,2910.28475,1590.099129,2381.284895,1710.783214,1999.342916 +270132,2914.958072,1589.680232,2384.10774,1722.129188,2004.303706 +270133,2918.55581,1589.137642,2385.995107,1715.270555,2007.690987 +270134,2921.682387,1588.849319,2387.333231,1734.09578,2010.202805 +270135,2921.40849,1588.306477,2385.700924,1732.72183,2007.41918 +270136,2919.498807,1587.846429,2382.651478,1738.340249,2002.571102 +270137,2921.637916,1587.358724,2384.034411,1749.21251,2005.838983 +270138,2927.016282,1586.846952,2387.684937,1750.520441,2012.513277 +270139,2927.202425,1586.320045,2386.724084,1755.625062,2010.617234 +270140,2925.195181,1585.79133,2383.644707,1765.273231,2005.502965 +270141,2928.636946,1585.251376,2385.685095,1772.171121,2009.809806 +270142,2934.830559,1584.686455,2390.09428,1774.088726,2017.703472 +270143,2936.130385,1584.106905,2389.139325,1777.615665,2015.715295 +270144,2933.845554,1583.528368,2385.661222,1784.557469,2009.943634 +270145,2932.147008,1582.935821,2383.192098,1786.116888,2006.436491 +270146,2930.765002,1582.32631,2381.045859,1785.782463,2003.553986 +270147,2929.326103,1581.706716,2378.886155,1785.251833,2000.75688 +270148,2927.72585,1581.075161,2376.622284,1785.233966,1997.897854 +270149,2925.991875,1580.432666,2374.257599,1785.686385,1994.96378 +270150,2930.835867,1579.783414,2378.229008,1789.700719,2003.363827 +270151,2939.595384,1579.325596,2385.025552,1796.480731,2015.835513 +270152,2940.237094,1578.900528,2383.423144,1799.889966,2012.707502 +270153,2941.251618,1578.515399,2383.250358,1802.820677,2013.149612 +270154,2946.603041,1578.123647,2386.965565,1807.783705,2020.388071 +270155,2945.322242,1577.72793,2384.078972,1810.143099,2015.258748 +270156,2939.763315,1577.358283,2377.975923,1809.956785,2005.2562 +270157,2934.79885,1576.990361,2373.099775,1809.740161,1998.067118 +270158,2930.412179,1576.728009,2368.744395,1809.938056,1991.784167 +270159,2926.123075,1576.200528,2364.669113,1810.47033,1985.963046 +270160,2922.433117,1575.917797,2360.788033,1811.257529,1980.466762 +270161,2918.971452,1575.544897,2357.05968,1812.236161,1975.233064 +270162,2924.777175,1575.199846,2362.19939,1817.73398,1985.753762 +270163,2936.121774,1574.837352,2371.33755,1826.810774,2001.981528 +270164,2936.885404,1574.470384,2369.176838,1831.147852,1997.221255 +270165,2930.332218,1574.138487,2361.769629,1831.063507,1984.600099 +270166,2924.521826,1573.804656,2356.156706,1830.664655,1976.202864 +270167,2928.275035,1573.469944,2359.988683,1835.115824,1984.564914 +270168,2938.892557,1573.118654,2368.459129,1843.568688,1999.775785 +270169,2938.39291,1572.76165,2365.58053,1847.447688,1993.830436 +270170,2930.675258,1572.439719,2357.236962,1846.864223,1979.630459 +270171,2923.810615,1572.115768,2350.813777,1846.148101,1969.934872 +270172,2927.72983,1571.678057,2354.729075,1850.835979,1978.611201 +270173,2938.531544,1571.609247,2363.712616,1859.965276,1994.752591 +270174,2937.58254,1571.017102,2360.339434,1864.154006,1987.842349 +270175,2928.838067,1570.689213,2351.070223,1863.519643,1972.051441 +270176,2930.896398,1570.528576,2353.349652,1867.348608,1977.953512 +270177,2930.243438,1570.099555,2351.594388,1870.897554,1975.218107 +270178,2922.109226,1569.906022,2343.003304,1870.656257,1960.725078 +270179,2925.56396,1569.442599,2346.571457,1875.526086,1968.92958 +270180,2936.976425,1569.18104,2356.191174,1885.075746,1986.277609 +270181,2936.728463,1535.573557,2353.432968,1889.763776,1980.413545 +270182,2923.052753,1534.361512,2340.539597,1886.280115,1959.29365 +270183,2908.24491,1533.474365,2328.504491,1881.633441,1941.257796 +270184,2895.71668,1532.523774,2317.953133,1878.528247,1925.402429 +270185,2885.686625,1531.486825,2309.160566,1877.302242,1911.998565 +270186,2877.569361,1530.732447,2301.890936,1877.50682,1900.797697 +270187,2885.311417,1529.749847,2309.283978,1885.274154,1915.43831 +270188,2902.54264,1528.951598,2323.753147,1899.002593,1940.399187 +270189,2915.72828,1527.875293,2332.535095,1911.428599,1953.674953 +270190,2913.167828,1527.042117,2326.999965,1915.850262,1942.00162 +270191,2902.228019,1526.141893,2315.678747,1914.665773,1922.312025 +270192,2904.424381,1525.2667,2318.38052,1918.977503,1928.975366 +270193,2915.272026,1524.356995,2327.705719,1928.784456,1945.67869 +270194,2913.332396,1523.438388,2323.511297,1933.331285,1937.141711 +270195,2913.158913,1522.567668,2322.715998,1937.525215,1936.483807 +270196,2910.521765,1521.662039,2319.396639,1940.655763,1931.199163 +270197,2911.23668,1520.776887,2319.698607,1945.156543,1932.821396 +270198,2909.138352,1519.873142,2316.850089,1948.644268,1928.439226 +270199,2910.301314,1518.878433,2317.539887,1953.429652,1930.841997 +270200,2908.472457,1518.246497,2314.881922,1957.296919,1926.86044 +270201,2898.984225,1517.110491,2305.267363,1956.955445,1911.007551 +270202,2902.192283,1516.334164,2308.934494,1961.978942,1919.963807 +270203,2902.187832,1515.39998,2307.804434,1966.650715,1918.669237 +270204,2893.413718,1514.504317,2298.627469,1966.804067,1903.554408 +270205,2885.580461,1513.622884,2291.550364,1966.560789,1893.493269 +270206,2891.688781,1512.739116,2298.099329,1973.222048,1907.661486 +270207,2894.23417,1511.821683,2298.654213,1979.240483,1909.157728 +270208,2886.191066,1510.926319,2289.800091,1979.906698,1894.48328 +270209,2878.729373,1509.934229,2283.153232,1979.953999,1885.237465 +270210,2886.552077,1509.322544,2290.90578,1987.245036,1901.608713 +270211,2903.70137,1507.939189,2305.697016,2000.53468,1928.355461 +270212,2904.520653,1506.821693,2302.993052,2006.855109,1922.498863 +270213,2894.225802,1505.603322,2292.063378,2006.143406,1904.325906 +270214,2885.154106,1504.376867,2284.239241,2005.064463,1893.407466 +270215,2877.922277,1503.008071,2277.739781,2004.816672,1884.879008 +270216,2885.642761,1502.020712,2285.490803,2011.953736,1901.67139 +270217,2888.489588,1500.46918,2286.502955,2018.407176,1904.345665 +270218,2893.526397,1499.269501,2290.127795,2025.35472,1912.297173 +270219,2894.307512,1497.924926,2289.334498,2029.901143,1912.040905 +270220,2885.11918,1496.584343,2279.516753,2029.615954,1896.377986 +270221,2877.065866,1495.136712,2272.149293,2028.948681,1886.592055 +270222,2884.247791,1494.056504,2279.704554,2035.954868,1903.429832 +270223,2886.843278,1492.415901,2280.309681,2042.064611,1905.64114 +270224,2891.514512,1491.129737,2283.61438,2048.720564,1913.242242 +270225,2892.061723,1489.699867,2282.639905,2053.560553,1912.87698 +270226,2882.5543,1488.274367,2272.550258,2053.101205,1896.922391 +270227,2887.61159,1486.868608,2278.155573,2058.804301,1910.394586 +270228,2903.07781,1485.303221,2291.355251,2070.922087,1935.321575 +270229,2902.370544,1483.976307,2287.55874,2076.080021,1928.484727 +270230,2890.880577,1482.441897,2275.72281,2074.598771,1909.544108 +270231,2893.591082,1480.987834,2279.375447,2078.973719,1919.799416 +270232,2906.024167,1479.477851,2290.281764,2089.385279,1940.950721 +270233,2915.929535,1477.956004,2297.05333,2099.399589,1953.319431 +270234,2921.989382,1476.430261,2300.687693,2107.62952,1960.376964 +270235,2915.530566,1474.878724,2292.774329,2109.26389,1947.324638 +270236,2902.056248,1473.329525,2279.923766,2106.2665,1927.333935 +270237,2901.687166,1471.779009,2280.799496,2108.900692,1932.949731 +270238,2898.707206,1470.177702,2277.399404,2111.630477,1929.214611 +270239,2887.599871,1468.582164,2266.457567,2110.224339,1912.486258 +270240,2889.872062,1466.997348,2269.691672,2114.526911,1922.215971 +270241,2901.379287,1399.320262,2279.69717,2124.486864,1942.060025 +270242,2889.034358,1397.55722,2267.227177,2122.583523,1922.384144 +270243,2874.982028,1395.874735,2255.31714,2118.243697,1905.904438 +270244,2859.24829,1394.292213,2241.485562,2114.403281,1884.638534 +270245,2850.498758,1392.730891,2233.998749,2114.69072,1873.699108 +270246,2853.779328,1391.057189,2236.618604,2121.602372,1879.149897 +270247,2857.03053,1389.73707,2237.498547,2129.457503,1879.599895 +270248,2858.930852,1387.946177,2236.896271,2136.126301,1877.405761 +270249,2849.904164,1386.451515,2226.433311,2137.09059,1858.020198 +270250,2834.598967,1384.86353,2211.775875,2133.768291,1832.917567 +270251,2821.696285,1383.281101,2200.257191,2130.670522,1814.6244 +270252,2810.615935,1381.684636,2190.353512,2128.522814,1799.28254 +270253,2800.5157,1379.982122,2181.484981,2127.062956,1785.848324 +270254,2791.673925,1378.524817,2173.40048,2126.068542,1773.906245 +270255,2798.328708,1376.839349,2180.156947,2132.399679,1788.549427 +270256,2814.525753,1375.318161,2193.794337,2144.737417,1813.242781 +270257,2826.914645,1373.529569,2201.981779,2155.946296,1826.754664 +270258,2834.424421,1371.958837,2206.326305,2164.466931,1833.892221 +270259,2838.417927,1370.291801,2207.964414,2170.774437,1836.801815 +270260,2840.339708,1368.526434,2208.247035,2175.695503,1837.871904 +270261,2831.688149,1366.995936,2198.776754,2175.340568,1821.99875 +270262,2816.862268,1365.351519,2184.916109,2171.017912,1799.977779 +270263,2815.054209,1363.533368,2184.564726,2172.390924,1803.115734 +270264,2822.308243,1361.78477,2191.189221,2179.470382,1816.970173 +270265,2827.73779,1360.195074,2194.689413,2186.596923,1823.951779 +270266,2830.589712,1358.401198,2195.869877,2192.421335,1827.017416 +270267,2821.989737,1356.679146,2186.403804,2192.132787,1811.521869 +270268,2806.76539,1354.947889,2172.19744,2187.429011,1789.306113 +270269,2793.441066,1356.649535,2160.859092,2182.953356,1773.342719 +270270,2794.233561,1355.481872,2163.55411,2184.671823,1781.597595 +270271,2791.767965,1354.289667,2160.940101,2185.922447,1777.993556 +270272,2792.558973,1353.105797,2161.875788,2188.574133,1781.108651 +270273,2802.700343,1351.895511,2171.234832,2195.985473,1798.746035 +270274,2810.731785,1347.279244,2176.891417,2203.300863,1808.473087 +270275,2803.853687,1345.459222,2168.487879,2204.261795,1794.167049 +270276,2788.339243,1343.926828,2153.896745,2200.227254,1771.387029 +270277,2787.417184,1342.469933,2154.327028,2202.277136,1776.736291 +270278,2796.582549,1341.024066,2162.564845,2210.419935,1793.945288 +270279,2791.581173,1339.603682,2155.746698,2212.528935,1782.753541 +270280,2788.992304,1338.233395,2153.190966,2214.207227,1780.95865 +270281,2796.064621,1336.850175,2159.667893,2220.623554,1794.799814 +270282,2801.759107,1335.469699,2163.512606,2227.252882,1802.488898 +270283,2794.119171,1334.107263,2154.426202,2227.141203,1787.226276 +270284,2789.136719,1332.772702,2150.428659,2227.198672,1782.899631 +270285,2782.173181,1331.418437,2143.898723,2226.448911,1773.646883 +270286,2779.806467,1330.087471,2142.140424,2227.692654,1773.238426 +270287,2774.325757,1328.747534,2136.760924,2227.874363,1765.760805 +270288,2760.284561,1327.425312,2123.607183,2223.557113,1744.945535 +270289,2747.581648,1326.119098,2112.964204,2218.973644,1729.886047 +270290,2751.430336,1324.809752,2118.21929,2222.35906,1743.150873 +270291,2750.176059,1323.481095,2116.104294,2224.970905,1740.84706 +270292,2737.162545,1322.189242,2103.216741,2221.39237,1719.960391 +270293,2725.662942,1321.006235,2093.278612,2217.240372,1706.390053 +270294,2732.441722,1319.577435,2101.262854,2221.780197,1724.48004 +270295,2749.95914,1318.242502,2116.937145,2233.343076,1753.561552 +270296,2746.360551,1317.073947,2110.390519,2235.97006,1741.11245 +270297,2730.475645,1315.853924,2094.854308,2230.547755,1715.432887 +270298,2733.872928,1314.466593,2100.016217,2232.924761,1728.657911 +270299,2749.143216,1313.142814,2114.024114,2242.971068,1754.948032 +270300,2744.626217,1311.992596,2107.054472,2244.876224,1741.898705 +270301,2068.348137,1310.471343,1123.287433,1846.976906,2485.518244 +270302,2157.279372,1439.622087,1171.804975,1926.98305,2544.26327 +270303,2269.75101,1443.42877,1235.319479,2025.084319,2608.718634 +270304,2371.092862,1443.287808,1294.916265,2107.638486,2662.501994 +270305,2440.401669,1443.69236,1339.231823,2157.201255,2691.901156 +270306,2478.796338,1443.198256,1368.136055,2177.673723,2698.556197 +270307,2500.951911,1442.328468,1388.369291,2184.85586,2695.642227 +270308,2515.332952,1441.577621,1403.845502,2187.281719,2689.712697 +270309,2525.827844,1440.706692,1416.423206,2188.857683,2683.328842 +270310,2534.102653,1439.812899,1426.984631,2190.654614,2677.393932 +270311,2540.851254,1438.892469,1435.979392,2192.727956,2672.138256 +270312,2546.410127,1437.948439,1443.685108,2194.913958,2667.557077 +270313,2550.998796,1436.964744,1450.309421,2197.093695,2663.580861 +270314,2554.786987,1435.98663,1456.021981,2199.219565,2660.130762 +270315,2557.926001,1435.002163,1460.967063,2201.466905,2657.138524 +270316,2560.534421,1434.008862,1465.265882,2203.444375,2654.54554 +270317,2562.712052,1433.010311,1469.019101,2205.370041,2652.300666 +270318,2564.531607,1432.00553,1472.310235,2207.251905,2650.359401 +270319,2566.056561,1430.997431,1475.20866,2209.091365,2648.68298 +270320,2567.331555,1429.894087,1477.772272,2211.029981,2647.237952 +270321,2568.398751,1429.014117,1480.049418,2212.726086,2645.995306 +270322,2569.285925,1427.927742,1482.08061,2214.492689,2644.930043 +270323,2570.022051,1426.921228,1483.89975,2216.172711,2644.02041 +270324,2570.624133,1425.896078,1485.535311,2217.338947,2643.247595 +270325,2571.112686,1424.868565,1487.011172,2218.931805,2642.595153 +270326,2571.49781,1423.817425,1488.34748,2220.597415,2642.048873 +270327,2571.792524,1422.798202,1489.559701,2222.057692,2641.593664 +270328,2572.005061,1421.74434,1490.66404,2223.469541,2641.222012 +270329,2572.142019,1420.698048,1491.671573,2225.06006,2640.922226 +270330,2572.211181,1419.65057,1492.592635,2226.408234,2640.686029 +270331,2572.219357,1418.551886,1493.436394,2227.70951,2640.506722 +270332,2572.159349,1417.439822,1494.208649,2228.846814,2640.378222 +270333,2572.027147,1416.320032,1494.914533,2229.756935,2640.294815 +270334,2571.82483,1415.19355,1495.559227,2230.441735,2640.251296 +270335,2571.557643,1414.061243,1496.147729,2230.932291,2640.242974 +270336,2571.231363,1412.923058,1496.684597,2231.261332,2640.265698 +270337,2570.851073,1411.779437,1497.173829,2231.452885,2640.315747 +270338,2570.421087,1410.630139,1497.618916,2231.522262,2640.389811 +270339,2569.945071,1409.475517,1498.022887,2231.479092,2640.48489 +270340,2569.4262,1408.315292,1498.388412,2231.329972,2640.598295 +270341,2568.867214,1407.149796,1498.717837,2231.079913,2640.727569 +270342,2568.270524,1405.978747,1499.013255,2230.732989,2640.870503 +270343,2567.638305,1404.802672,1499.276525,2230.29257,2641.02507 +270344,2566.97258,1403.620627,1499.509321,2229.761474,2641.189444 +270345,2566.275168,1400.143311,1499.713131,2229.142037,2641.361907 +270346,2565.41368,1398.42842,1499.790047,2228.608729,2641.540925 +270347,2564.439599,1397.084017,1499.77626,2228.088834,2641.72481 +270348,2563.424449,1395.608116,1499.72257,2227.487854,2641.912316 +270349,2562.405667,1394.385363,1499.656191,2226.762541,2642.102396 +270350,2561.392372,1392.974077,1499.584818,2225.910802,2642.294062 +270351,2560.381535,1391.647891,1499.507697,2224.946426,2642.486312 +270352,2559.368025,1390.309694,1499.422388,2223.883519,2642.6782 +270353,2558.348015,1388.972636,1499.32706,2222.568593,2642.868804 +270354,2557.31928,1387.635725,1499.220714,2221.375098,2643.057312 +270355,2556.28053,1386.298768,1499.102832,2220.105435,2643.242968 +270356,2555.230969,1384.961191,1498.973115,2218.622991,2643.4251 +270357,2554.170017,1383.622732,1498.831358,2217.169674,2643.603088 +270358,2553.097287,1382.283144,1498.677435,2216.091835,2643.776402 +270359,2552.012489,1380.942627,1498.511265,2214.35974,2643.944529 +270360,2550.915447,1379.600783,1498.33282,2212.555406,2644.107001 +270361,0,0,0,0,0 +270362,0,0,0,0,0 +270363,0,0,0,0,0 +270364,0,0,0,0,0 +270365,0,0,0,0,0 +270366,0,0,0,0,0 +270367,0,0,0,0,0 +270368,0,0,0,0,0 +270369,0,0,0,0,0 +270370,0,0,0,0,0 +270371,0,0,0,0,0 +270372,0,0,0,0,0 +270373,0,0,0,0,0 +270374,0,0,0,0,0 +270375,0,0,0,0,0 +270376,0,0,0,0,0 +270377,0,0,0,0,0 +270378,0,0,0,0,0 +270379,0,0,0,0,0 +270380,0,0,0,0,0 +270381,0,0,0,0,0 +270382,0,0,0,0,0 +270383,0,0,0,0,0 +270384,0,0,0,0,0 +270385,0,0,0,0,0 +270386,0,0,0,0,0 +270387,0,0,0,0,0 +270388,0,0,0,0,0 +270389,0,0,0,0,0 +270390,0,0,0,0,0 +270391,0,0,0,0,0 +270392,0,0,0,0,0 +270393,0,0,0,0,0 +270394,0,0,0,0,0 +270395,0,0,0,0,0 +270396,0,0,0,0,0 +270397,0,0,0,0,0 +270398,0,0,0,0,0 +270399,0,0,0,0,0 +270400,0,0,0,0,0 +270401,0,0,0,0,0 +270402,0,0,0,0,0 +270403,0,0,0,0,0 +270404,0,0,0,0,0 +270405,0,0,0,0,0 +270406,0,0,0,0,0 +270407,0,0,0,0,0 +270408,0,0,0,0,0 +270409,0,0,0,0,0 +270410,0,0,0,0,0 +270411,0,0,0,0,0 +270412,0,0,0,0,0 +270413,0,0,0,0,0 +270414,0,0,0,0,0 +270415,0,0,0,0,0 +270416,0,0,0,0,0 +270417,0,0,0,0,0 +270418,0,0,0,0,0 +270419,0,0,0,0,0 +270420,0,0,0,0,0 +270421,0,0,0,0,0 +270422,0,0,0,0,0 +270423,0,0,0,0,0 +270424,0,0,0,0,0 +270425,0,0,0,0,0 +270426,0,0,0,0,0 +270427,0,0,0,0,0 +270428,0,0,0,0,0 +270429,0,0,0,0,0 +270430,0,0,0,0,0 +270431,0,0,0,0,0 +270432,0,0,0,0,0 +270433,0,0,0,0,0 +270434,0,0,0,0,0 +270435,0,0,0,0,0 +270436,0,0,0,0,0 +270437,0,0,0,0,0 +270438,0,0,0,0,0 +270439,0,0,0,0,0 +270440,0,0,0,0,0 +270441,0,0,0,0,0 +270442,0,0,0,0,0 +270443,0,0,0,0,0 +270444,0,0,0,0,0 +270445,0,0,0,0,0 +270446,0,0,0,0,0 +270447,0,0,0,0,0 +270448,0,0,0,0,0 +270449,0,0,0,0,0 +270450,0,0,0,0,0 +270451,0,0,0,0,0 +270452,0,0,0,0,0 +270453,0,0,0,0,0 +270454,0,0,0,0,0 +270455,0,0,0,0,0 +270456,0,0,0,0,0 +270457,0,0,0,0,0 +270458,0,0,0,0,0 +270459,0,0,0,0,0 +270460,0,0,0,0,0 +270461,0,0,0,0,0 +270462,0,0,0,0,0 +270463,0,0,0,0,0 +270464,0,0,0,0,0 +270465,0,0,0,0,0 +270466,0,0,0,0,0 +270467,0,0,0,0,0 +270468,0,0,0,0,0 +270469,0,0,0,0,0 +270470,0,0,0,0,0 +270471,0,0,0,0,0 +270472,0,0,0,0,0 +270473,0,0,0,0,0 +270474,0,0,0,0,0 +270475,0,0,0,0,0 +270476,0,0,0,0,0 +270477,0,0,0,0,0 +270478,0,0,0,0,0 +270479,0,0,0,0,0 +270480,0,0,0,0,0 +270481,0,0,0,0,0 +270482,0,0,0,0,0 +270483,0,0,0,0,0 +270484,0,0,0,0,0 +270485,0,0,0,0,0 +270486,0,0,0,0,0 +270487,0,0,0,0,0 +270488,0,0,0,0,0 +270489,0,0,0,0,0 +270490,0,0,0,0,0 +270491,0,0,0,0,0 +270492,0,0,0,0,0 +270493,0,0,0,0,0 +270494,0,0,0,0,0 +270495,0,0,0,0,0 +270496,0,0,0,0,0 +270497,0,0,0,0,0 +270498,0,0,0,0,0 +270499,0,0,0,0,0 +270500,0,0,0,0,0 +270501,0,0,0,0,0 +270502,0,0,0,0,0 +270503,0,0,0,0,0 +270504,0,0,0,0,0 +270505,0,0,0,0,0 +270506,0,0,0,0,0 +270507,0,0,0,0,0 +270508,0,0,0,0,0 +270509,0,0,0,0,0 +270510,0,0,0,0,0 +270511,0,0,0,0,0 +270512,0,0,0,0,0 +270513,0,0,0,0,0 +270514,0,0,0,0,0 +270515,0,0,0,0,0 +270516,0,0,0,0,0 +270517,0,0,0,0,0 +270518,0,0,0,0,0 +270519,0,0,0,0,0 +270520,0,0,0,0,0 +270521,0,0,0,0,0 +270522,0,0,0,0,0 +270523,0,0,0,0,0 +270524,0,0,0,0,0 +270525,0,0,0,0,0 +270526,0,0,0,0,0 +270527,0,0,0,0,0 +270528,0,0,0,0,0 +270529,0,0,0,0,0 +270530,0,0,0,0,0 +270531,0,0,0,0,0 +270532,0,0,0,0,0 +270533,0,0,0,0,0 +270534,0,0,0,0,0 +270535,0,0,0,0,0 +270536,0,0,0,0,0 +270537,0,0,0,0,0 +270538,0,0,0,0,0 +270539,0,0,0,0,0 +270540,0,0,0,0,0 +270541,0,0,0,0,0 +270542,0,0,0,0,0 +270543,0,0,0,0,0 +270544,0,0,0,0,0 +270545,0,0,0,0,0 +270546,0,0,0,0,0 +270547,0,0,0,0,0 +270548,0,0,0,0,0 +270549,0,0,0,0,0 +270550,0,0,0,0,0 +270551,0,0,0,0,0 +270552,0,0,0,0,0 +270553,0,0,0,0,0 +270554,0,0,0,0,0 +270555,0,0,0,0,0 +270556,0,0,0,0,0 +270557,0,0,0,0,0 +270558,0,0,0,0,0 +270559,0,0,0,0,0 +270560,0,0,0,0,0 +270561,0,0,0,0,0 +270562,0,0,0,0,0 +270563,0,0,0,0,0 +270564,0,0,0,0,0 +270565,0,0,0,0,0 +270566,0,0,0,0,0 +270567,0,0,0,0,0 +270568,0,0,0,0,0 +270569,0,0,0,0,0 +270570,0,0,0,0,0 +270571,0,0,0,0,0 +270572,0,0,0,0,0 +270573,0,0,0,0,0 +270574,0,0,0,0,0 +270575,0,0,0,0,0 +270576,0,0,0,0,0 +270577,0,0,0,0,0 +270578,0,0,0,0,0 +270579,0,0,0,0,0 +270580,0,0,0,0,0 +270581,0,0,0,0,0 +270582,0,0,0,0,0 +270583,0,0,0,0,0 +270584,0,0,0,0,0 +270585,0,0,0,0,0 +270586,0,0,0,0,0 +270587,0,0,0,0,0 +270588,0,0,0,0,0 +270589,0,0,0,0,0 +270590,0,0,0,0,0 +270591,0,0,0,0,0 +270592,0,0,0,0,0 +270593,0,0,0,0,0 +270594,0,0,0,0,0 +270595,0,0,0,0,0 +270596,0,0,0,0,0 +270597,0,0,0,0,0 +270598,0,0,0,0,0 +270599,0,0,0,0,0 +270600,0,0,0,0,0 +270601,0,0,0,0,0 +270602,0,0,0,0,0 +270603,0,0,0,0,0 +270604,0,0,0,0,0 +270605,0,0,0,0,0 +270606,0,0,0,0,0 +270607,0,0,0,0,0 +270608,0,0,0,0,0 +270609,0,0,0,0,0 +270610,0,0,0,0,0 +270611,0,0,0,0,0 +270612,0,0,0,0,0 +270613,0,0,0,0,0 +270614,0,0,0,0,0 +270615,0,0,0,0,0 +270616,0,0,0,0,0 +270617,0,0,0,0,0 +270618,0,0,0,0,0 +270619,0,0,0,0,0 +270620,0,0,0,0,0 +270621,0,0,0,0,0 +270622,0,0,0,0,0 +270623,0,0,0,0,0 +270624,0,0,0,0,0 +270625,0,0,0,0,0 +270626,0,0,0,0,0 +270627,0,0,0,0,0 +270628,0,0,0,0,0 +270629,0,0,0,0,0 +270630,0,0,0,0,0 +270631,0,0,0,0,0 +270632,0,0,0,0,0 +270633,0,0,0,0,0 +270634,0,0,0,0,0 +270635,0,0,0,0,0 +270636,0,0,0,0,0 +270637,0,0,0,0,0 +270638,0,0,0,0,0 +270639,0,0,0,0,0 +270640,0,0,0,0,0 +270641,0,0,0,0,0 +270642,0,0,0,0,0 +270643,0,0,0,0,0 +270644,0,0,0,0,0 +270645,0,0,0,0,0 +270646,0,0,0,0,0 +270647,0,0,0,0,0 +270648,0,0,0,0,0 +270649,0,0,0,0,0 +270650,0,0,0,0,0 +270651,0,0,0,0,0 +270652,0,0,0,0,0 +270653,0,0,0,0,0 +270654,0,0,0,0,0 +270655,0,0,0,0,0 +270656,0,0,0,0,0 +270657,0,0,0,0,0 +270658,0,0,0,0,0 +270659,0,0,0,0,0 +270660,0,0,0,0,0 +270661,0,0,0,0,0 +270662,0,0,0,0,0 +270663,0,0,0,0,0 +270664,0,0,0,0,0 +270665,0,0,0,0,0 +270666,0,0,0,0,0 +270667,0,0,0,0,0 +270668,0,0,0,0,0 +270669,0,0,0,0,0 +270670,0,0,0,0,0 +270671,0,0,0,0,0 +270672,0,0,0,0,0 +270673,0,0,0,0,0 +270674,0,0,0,0,0 +270675,0,0,0,0,0 +270676,0,0,0,0,0 +270677,0,0,0,0,0 +270678,0,0,0,0,0 +270679,0,0,0,0,0 +270680,0,0,0,0,0 +270681,0,0,0,0,0 +270682,0,0,0,0,0 +270683,0,0,0,0,0 +270684,0,0,0,0,0 +270685,0,0,0,0,0 +270686,0,0,0,0,0 +270687,0,0,0,0,0 +270688,0,0,0,0,0 +270689,0,0,0,0,0 +270690,0,0,0,0,0 +270691,0,0,0,0,0 +270692,0,0,0,0,0 +270693,0,0,0,0,0 +270694,0,0,0,0,0 +270695,0,0,0,0,0 +270696,0,0,0,0,0 +270697,0,0,0,0,0 +270698,0,0,0,0,0 +270699,0,0,0,0,0 +270700,0,0,0,0,0 +270701,0,0,0,0,0 +270702,0,0,0,0,0 +270703,0,0,0,0,0 +270704,0,0,0,0,0 +270705,0,0,0,0,0 +270706,0,0,0,0,0 +270707,0,0,0,0,0 +270708,0,0,0,0,0 +270709,0,0,0,0,0 +270710,0,0,0,0,0 +270711,0,0,0,0,0 +270712,0,0,0,0,0 +270713,0,0,0,0,0 +270714,0,0,0,0,0 +270715,0,0,0,0,0 +270716,0,0,0,0,0 +270717,0,0,0,0,0 +270718,0,0,0,0,0 +270719,0,0,0,0,0 +270720,0,0,0,0,0 +270721,0,0,0,0,0 +270722,0,0,0,0,0 +270723,0,0,0,0,0 +270724,0,0,0,0,0 +270725,0,0,0,0,0 +270726,0,0,0,0,0 +270727,0,0,0,0,0 +270728,0,0,0,0,0 +270729,0,0,0,0,0 +270730,0,0,0,0,0 +270731,0,0,0,0,0 +270732,0,0,0,0,0 +270733,0,0,0,0,0 +270734,0,0,0,0,0 +270735,0,0,0,0,0 +270736,0,0,0,0,0 +270737,0,0,0,0,0 +270738,0,0,0,0,0 +270739,0,0,0,0,0 +270740,0,0,0,0,0 +270741,0,0,0,0,0 +270742,0,0,0,0,0 +270743,0,0,0,0,0 +270744,0,0,0,0,0 +270745,0,0,0,0,0 +270746,0,0,0,0,0 +270747,0,0,0,0,0 +270748,0,0,0,0,0 +270749,0,0,0,0,0 +270750,0,0,0,0,0 +270751,0,0,0,0,0 +270752,0,0,0,0,0 +270753,0,0,0,0,0 +270754,0,0,0,0,0 +270755,0,0,0,0,0 +270756,0,0,0,0,0 +270757,0,0,0,0,0 +270758,0,0,0,0,0 +270759,0,0,0,0,0 +270760,0,0,0,0,0 +270761,0,0,0,0,0 +270762,0,0,0,0,0 +270763,0,0,0,0,0 +270764,0,0,0,0,0 +270765,0,0,0,0,0 +270766,0,0,0,0,0 +270767,0,0,0,0,0 +270768,0,0,0,0,0 +270769,0,0,0,0,0 +270770,0,0,0,0,0 +270771,0,0,0,0,0 +270772,0,0,0,0,0 +270773,0,0,0,0,0 +270774,0,0,0,0,0 +270775,0,0,0,0,0 +270776,0,0,0,0,0 +270777,0,0,0,0,0 +270778,0,0,0,0,0 +270779,0,0,0,0,0 +270780,0,0,0,0,0 +270781,0,0,0,0,0 +270782,0,0,0,0,0 +270783,0,0,0,0,0 +270784,0,0,0,0,0 +270785,0,0,0,0,0 +270786,0,0,0,0,0 +270787,0,0,0,0,0 +270788,0,0,0,0,0 +270789,0,0,0,0,0 +270790,0,0,0,0,0 +270791,0,0,0,0,0 +270792,0,0,0,0,0 +270793,0,0,0,0,0 +270794,0,0,0,0,0 +270795,0,0,0,0,0 +270796,0,0,0,0,0 +270797,0,0,0,0,0 +270798,0,0,0,0,0 +270799,0,0,0,0,0 +270800,0,0,0,0,0 +270801,0,0,0,0,0 +270802,0,0,0,0,0 +270803,0,0,0,0,0 +270804,0,0,0,0,0 +270805,0,0,0,0,0 +270806,0,0,0,0,0 +270807,0,0,0,0,0 +270808,0,0,0,0,0 +270809,0,0,0,0,0 +270810,0,0,0,0,0 +270811,0,0,0,0,0 +270812,0,0,0,0,0 +270813,0,0,0,0,0 +270814,0,0,0,0,0 +270815,0,0,0,0,0 +270816,0,0,0,0,0 +270817,0,0,0,0,0 +270818,0,0,0,0,0 +270819,0,0,0,0,0 +270820,0,0,0,0,0 +270821,0,0,0,0,0 +270822,0,0,0,0,0 +270823,0,0,0,0,0 +270824,0,0,0,0,0 +270825,0,0,0,0,0 +270826,0,0,0,0,0 +270827,0,0,0,0,0 +270828,0,0,0,0,0 +270829,0,0,0,0,0 +270830,0,0,0,0,0 +270831,0,0,0,0,0 +270832,0,0,0,0,0 +270833,0,0,0,0,0 +270834,0,0,0,0,0 +270835,0,0,0,0,0 +270836,0,0,0,0,0 +270837,0,0,0,0,0 +270838,0,0,0,0,0 +270839,0,0,0,0,0 +270840,0,0,0,0,0 +270841,0,0,0,0,0 +270842,0,0,0,0,0 +270843,0,0,0,0,0 +270844,0,0,0,0,0 +270845,0,0,0,0,0 +270846,0,0,0,0,0 +270847,0,0,0,0,0 +270848,0,0,0,0,0 +270849,0,0,0,0,0 +270850,0,0,0,0,0 +270851,0,0,0,0,0 +270852,0,0,0,0,0 +270853,0,0,0,0,0 +270854,0,0,0,0,0 +270855,0,0,0,0,0 +270856,0,0,0,0,0 +270857,0,0,0,0,0 +270858,0,0,0,0,0 +270859,0,0,0,0,0 +270860,0,0,0,0,0 +270861,0,0,0,0,0 +270862,0,0,0,0,0 +270863,0,0,0,0,0 +270864,0,0,0,0,0 +270865,0,0,0,0,0 +270866,0,0,0,0,0 +270867,0,0,0,0,0 +270868,0,0,0,0,0 +270869,0,0,0,0,0 +270870,0,0,0,0,0 +270871,0,0,0,0,0 +270872,0,0,0,0,0 +270873,0,0,0,0,0 +270874,0,0,0,0,0 +270875,0,0,0,0,0 +270876,0,0,0,0,0 +270877,0,0,0,0,0 +270878,0,0,0,0,0 +270879,0,0,0,0,0 +270880,0,0,0,0,0 +270881,0,0,0,0,0 +270882,0,0,0,0,0 +270883,0,0,0,0,0 +270884,0,0,0,0,0 +270885,0,0,0,0,0 +270886,0,0,0,0,0 +270887,0,0,0,0,0 +270888,0,0,0,0,0 +270889,0,0,0,0,0 +270890,0,0,0,0,0 +270891,0,0,0,0,0 +270892,0,0,0,0,0 +270893,0,0,0,0,0 +270894,0,0,0,0,0 +270895,0,0,0,0,0 +270896,0,0,0,0,0 +270897,0,0,0,0,0 +270898,0,0,0,0,0 +270899,0,0,0,0,0 +270900,0,0,0,0,0 +270901,0,0,0,0,0 +270902,0,0,0,0,0 +270903,0,0,0,0,0 +270904,0,0,0,0,0 +270905,0,0,0,0,0 +270906,0,0,0,0,0 +270907,0,0,0,0,0 +270908,0,0,0,0,0 +270909,0,0,0,0,0 +270910,0,0,0,0,0 +270911,0,0,0,0,0 +270912,0,0,0,0,0 +270913,0,0,0,0,0 +270914,0,0,0,0,0 +270915,0,0,0,0,0 +270916,0,0,0,0,0 +270917,0,0,0,0,0 +270918,0,0,0,0,0 +270919,0,0,0,0,0 +270920,0,0,0,0,0 +270921,0,0,0,0,0 +270922,0,0,0,0,0 +270923,0,0,0,0,0 +270924,0,0,0,0,0 +270925,0,0,0,0,0 +270926,0,0,0,0,0 +270927,0,0,0,0,0 +270928,0,0,0,0,0 +270929,0,0,0,0,0 +270930,0,0,0,0,0 +270931,0,0,0,0,0 +270932,0,0,0,0,0 +270933,0,0,0,0,0 +270934,0,0,0,0,0 +270935,0,0,0,0,0 +270936,0,0,0,0,0 +270937,0,0,0,0,0 +270938,0,0,0,0,0 +270939,0,0,0,0,0 +270940,0,0,0,0,0 +270941,0,0,0,0,0 +270942,0,0,0,0,0 +270943,0,0,0,0,0 +270944,0,0,0,0,0 +270945,0,0,0,0,0 +270946,0,0,0,0,0 +270947,0,0,0,0,0 +270948,0,0,0,0,0 +270949,0,0,0,0,0 +270950,0,0,0,0,0 +270951,0,0,0,0,0 +270952,0,0,0,0,0 +270953,0,0,0,0,0 +270954,0,0,0,0,0 +270955,0,0,0,0,0 +270956,0,0,0,0,0 +270957,0,0,0,0,0 +270958,0,0,0,0,0 +270959,0,0,0,0,0 +270960,0,0,0,0,0 +270961,0,0,0,0,0 +270962,0,0,0,0,0 +270963,0,0,0,0,0 +270964,0,0,0,0,0 +270965,0,0,0,0,0 +270966,0,0,0,0,0 +270967,0,0,0,0,0 +270968,0,0,0,0,0 +270969,0,0,0,0,0 +270970,0,0,0,0,0 +270971,0,0,0,0,0 +270972,0,0,0,0,0 +270973,0,0,0,0,0 +270974,0,0,0,0,0 +270975,0,0,0,0,0 +270976,0,0,0,0,0 +270977,0,0,0,0,0 +270978,0,0,0,0,0 +270979,0,0,0,0,0 +270980,0,0,0,0,0 +270981,0,0,0,0,0 +270982,0,0,0,0,0 +270983,0,0,0,0,0 +270984,0,0,0,0,0 +270985,0,0,0,0,0 +270986,0,0,0,0,0 +270987,0,0,0,0,0 +270988,0,0,0,0,0 +270989,0,0,0,0,0 +270990,0,0,0,0,0 +270991,0,0,0,0,0 +270992,0,0,0,0,0 +270993,0,0,0,0,0 +270994,0,0,0,0,0 +270995,0,0,0,0,0 +270996,0,0,0,0,0 +270997,0,0,0,0,0 +270998,0,0,0,0,0 +270999,0,0,0,0,0 +271000,0,0,0,0,0 +271001,0,0,0,0,0 +271002,0,0,0,0,0 +271003,0,0,0,0,0 +271004,0,0,0,0,0 +271005,0,0,0,0,0 +271006,0,0,0,0,0 +271007,0,0,0,0,0 +271008,0,0,0,0,0 +271009,0,0,0,0,0 +271010,0,0,0,0,0 +271011,0,0,0,0,0 +271012,0,0,0,0,0 +271013,0,0,0,0,0 +271014,0,0,0,0,0 +271015,0,0,0,0,0 +271016,0,0,0,0,0 +271017,0,0,0,0,0 +271018,0,0,0,0,0 +271019,0,0,0,0,0 +271020,0,0,0,0,0 +271021,0,0,0,0,0 +271022,0,0,0,0,0 +271023,0,0,0,0,0 +271024,0,0,0,0,0 +271025,0,0,0,0,0 +271026,0,0,0,0,0 +271027,0,0,0,0,0 +271028,0,0,0,0,0 +271029,0,0,0,0,0 +271030,0,0,0,0,0 +271031,0,0,0,0,0 +271032,0,0,0,0,0 +271033,0,0,0,0,0 +271034,0,0,0,0,0 +271035,0,0,0,0,0 +271036,0,0,0,0,0 +271037,0,0,0,0,0 +271038,0,0,0,0,0 +271039,0,0,0,0,0 +271040,0,0,0,0,0 +271041,0,0,0,0,0 +271042,0,0,0,0,0 +271043,0,0,0,0,0 +271044,0,0,0,0,0 +271045,0,0,0,0,0 +271046,0,0,0,0,0 +271047,0,0,0,0,0 +271048,0,0,0,0,0 +271049,0,0,0,0,0 +271050,0,0,0,0,0 +271051,0,0,0,0,0 +271052,0,0,0,0,0 +271053,0,0,0,0,0 +271054,0,0,0,0,0 +271055,0,0,0,0,0 +271056,0,0,0,0,0 +271057,0,0,0,0,0 +271058,0,0,0,0,0 +271059,0,0,0,0,0 +271060,0,0,0,0,0 +271061,0,0,0,0,0 +271062,0,0,0,0,0 +271063,0,0,0,0,0 +271064,0,0,0,0,0 +271065,0,0,0,0,0 +271066,0,0,0,0,0 +271067,0,0,0,0,0 +271068,0,0,0,0,0 +271069,0,0,0,0,0 +271070,0,0,0,0,0 +271071,0,0,0,0,0 +271072,0,0,0,0,0 +271073,0,0,0,0,0 +271074,0,0,0,0,0 +271075,0,0,0,0,0 +271076,0,0,0,0,0 +271077,0,0,0,0,0 +271078,0,0,0,0,0 +271079,0,0,0,0,0 +271080,0,0,0,0,0 +271081,0,0,0,0,0 +271082,0,0,0,0,0 +271083,0,0,0,0,0 +271084,0,0,0,0,0 +271085,0,0,0,0,0 +271086,0,0,0,0,0 +271087,0,0,0,0,0 +271088,0,0,0,0,0 +271089,0,0,0,0,0 +271090,0,0,0,0,0 +271091,0,0,0,0,0 +271092,0,0,0,0,0 +271093,0,0,0,0,0 +271094,0,0,0,0,0 +271095,0,0,0,0,0 +271096,0,0,0,0,0 +271097,0,0,0,0,0 +271098,0,0,0,0,0 +271099,0,0,0,0,0 +271100,0,0,0,0,0 +271101,0,0,0,0,0 +271102,0,0,0,0,0 +271103,0,0,0,0,0 +271104,0,0,0,0,0 +271105,0,0,0,0,0 +271106,0,0,0,0,0 +271107,0,0,0,0,0 +271108,0,0,0,0,0 +271109,0,0,0,0,0 +271110,0,0,0,0,0 +271111,0,0,0,0,0 +271112,0,0,0,0,0 +271113,0,0,0,0,0 +271114,0,0,0,0,0 +271115,0,0,0,0,0 +271116,0,0,0,0,0 +271117,0,0,0,0,0 +271118,0,0,0,0,0 +271119,0,0,0,0,0 +271120,0,0,0,0,0 +271121,0,0,0,0,0 +271122,0,0,0,0,0 +271123,0,0,0,0,0 +271124,0,0,0,0,0 +271125,0,0,0,0,0 +271126,0,0,0,0,0 +271127,0,0,0,0,0 +271128,0,0,0,0,0 +271129,0,0,0,0,0 +271130,0,0,0,0,0 +271131,0,0,0,0,0 +271132,0,0,0,0,0 +271133,0,0,0,0,0 +271134,0,0,0,0,0 +271135,0,0,0,0,0 +271136,0,0,0,0,0 +271137,0,0,0,0,0 +271138,0,0,0,0,0 +271139,0,0,0,0,0 +271140,0,0,0,0,0 +271141,2201.123918,3309.080996,1457.111194,1534.583125,0 +271142,112.7749593,3013.74304,1436.906589,0,0 +271143,0,1165.462886,1404.058696,0,0 +271144,346.7500007,118.8763945,1370.517918,0,0 +271145,329.2247309,1314.826254,1342.265805,0,0 +271146,257.5231437,878.6483802,1319.993535,215.9488263,0 +271147,273.7577577,880.1785186,1302.0936,126.0773272,0 +271148,276.2095928,882.2130629,1287.434087,127.1364131,0 +271149,279.3283686,884.91357,1275.565381,142.5393372,0 +271150,282.0814299,887.9818541,1265.814886,144.1426626,0 +271151,285.0116269,891.3522189,1257.835966,146.1086829,0 +271152,288.2550831,894.9175113,1251.353489,147.8383662,0 +271153,291.1822622,898.8423983,1246.139961,149.6671883,0 +271154,294.310163,902.9351379,1241.997484,151.5989042,0 +271155,297.7074916,907.0820309,1238.758473,153.5778985,0 +271156,300.7741281,911.508403,1236.28107,155.2009488,0 +271157,303.9906668,916.0332089,1234.446335,157.2488272,0 +271158,307.2664357,920.6533497,1233.155443,159.0142199,0 +271159,310.8337767,925.5496971,1232.325505,160.9941357,0 +271160,314.2249323,930.4414333,1231.887094,162.7930298,0 +271161,317.5301529,935.5040805,1231.781538,164.677798,0 +271162,321.050653,940.7264611,1231.935308,166.6614369,0 +271163,324.4214432,945.8483429,1232.322372,168.5855227,0 +271164,328.2204764,951.3504688,1232.931029,170.4336394,0 +271165,331.5931052,956.7585955,1233.724959,172.4585507,0 +271166,335.1772856,962.3205678,1234.674858,174.3020689,0 +271167,339.0597472,967.8963213,1235.75725,176.3429914,0 +271168,342.5442066,977.3635144,1236.952807,178.2023355,0 +271169,346.2597475,985.3597556,1238.246174,180.3799985,0 +271170,350.1781248,993.5709528,1239.623234,181.9475194,0 +271171,354.3175879,1001.122267,1241.072538,184.6607988,0 +271172,358.8119256,1008.456478,1242.561672,186.9625316,0 +271173,363.0813059,1015.797374,1244.070472,189.4301491,0 +271174,367.7576183,1023.08839,1245.590619,191.9048137,0 +271175,372.0562634,1030.344472,1247.119174,194.4056097,0 +271176,376.846648,1037.569372,1248.654036,196.9304988,0 +271177,381.2197446,1044.763236,1250.19355,199.4772218,0 +271178,385.7928261,1051.862367,1251.712258,201.9096602,0 +271179,390.6957628,1059.095152,1253.223396,204.7091408,0 +271180,395.3732509,1066.152205,1254.747412,207.2089351,0 +271181,400.0127085,1073.304074,1256.276012,209.8589299,0 +271182,404.9110566,1080.253587,1257.804395,212.5005441,0 +271183,409.5887803,1087.252267,1259.329478,215.1589708,0 +271184,414.5363863,1094.325207,1260.849157,217.9830596,0 +271185,419.2380095,1101.230374,1262.362214,220.4357585,0 +271186,424.3197942,1108.164188,1263.867262,223.2569018,0 +271187,428.9960126,1114.984716,1265.363821,225.9465662,0 +271188,434.1581242,1122.013867,1266.850831,228.5268753,0 +271189,438.8721687,1133.272479,1268.327938,231.5025384,0 +271190,444.0447499,1133.635898,1269.795539,234.1401485,0 +271191,448.8899365,1150.319342,1271.227094,236.9336617,0 +271192,445.4716152,1129.57044,1272.666663,236.6412185,0 +271193,448.8769521,1168.131515,1273.807374,238.7290594,0 +271194,453.4052084,1126.180783,1274.755014,241.3342263,0 +271195,457.7888888,1168.619209,1275.639414,243.9078822,0 +271196,462.5936746,1162.273513,1276.561148,246.3939923,0 +271197,467.0263821,1169.831423,1277.51487,249.1210747,0 +271198,471.9365836,1176.265163,1278.504514,251.7766851,0 +271199,476.5054486,1182.446019,1279.519113,254.3249264,0 +271200,481.4966235,1188.362584,1280.551006,257.102593,0 +271201,486.0213757,1194.588995,1281.59539,259.4755202,0 +271202,490.9827357,1200.563933,1282.647833,262.4940251,0 +271203,495.6433335,1206.665752,1283.705283,264.9200236,0 +271204,500.5633042,1212.546783,1284.764659,267.7152581,0 +271205,505.2687516,1218.45825,1285.824003,270.2983077,0 +271206,510.0715706,1224.399277,1286.859741,273.0784307,0 +271207,515.2000572,1230.501853,1287.885376,275.6796288,0 +271208,519.8817298,1236.102007,1288.919477,278.4752027,0 +271209,524.781732,1242.104503,1289.953728,281.0921719,0 +271210,529.545025,1247.802594,1290.983688,283.901936,0 +271211,534.9235766,1253.746788,1292.006573,286.5331797,0 +271212,539.5561403,1259.271298,1293.020712,289.3557321,0 +271213,544.7741478,1265.044075,1294.024565,291.9998837,0 +271214,549.7284893,1270.715692,1295.017672,294.8339607,0 +271215,554.5966528,1276.375208,1295.999144,297.4898082,0 +271216,559.8321257,1281.957655,1296.968349,300.3342026,0 +271217,564.7781121,1287.479119,1297.925019,302.7926364,0 +271218,569.7989309,1292.950609,1298.868426,305.9713521,0 +271219,574.9656617,1298.494294,1299.777222,308.4823898,0 +271220,579.9937946,1303.826794,1300.66616,311.3852556,0 +271221,584.9482028,1309.298904,1301.729641,314.2770474,0 +271222,590.3351597,1314.54971,1302.606858,316.8242677,0 +271223,595.3012159,1319.938262,1303.470912,319.7005636,0 +271224,600.3130372,1325.104574,1304.32136,322.505032,0 +271225,605.636498,1330.407098,1305.15777,325.2213771,0 +271226,610.6865439,1335.571425,1305.979859,328.120699,0 +271227,615.800791,1340.661872,1306.787056,330.7915151,0 +271228,621.0449653,1345.718501,1307.57902,333.6945616,0 +271229,626.1679024,1350.831445,1308.355716,336.4234195,0 +271230,631.248332,1355.65543,1309.097131,339.2786885,0 +271231,636.9108115,1361.525191,1309.817673,342.1850323,0 +271232,642.4382409,1367.295694,1310.55349,345.3166093,0 +271233,648.0841026,1372.948379,1311.310184,348.2223249,0 +271234,653.5354695,1378.788326,1312.087847,351.4099219,0 +271235,659.4174502,1384.555453,1312.883207,354.337075,0 +271236,664.876846,1390.336269,1313.692121,357.5248882,0 +271237,670.7893273,1396.112784,1314.510897,360.5357609,0 +271238,676.1933931,1401.878992,1315.336806,363.6867257,0 +271239,682.2020331,1407.642065,1316.167403,366.7154076,0 +271240,687.7251741,1413.389531,1316.982104,369.6975986,0 +271241,693.5988121,1419.124639,1317.793209,373.0679368,0 +271242,699.3431422,1424.844937,1318.616354,376.118653,0 +271243,705.1643012,1430.638367,1319.443472,379.2273497,0 +271244,710.8507889,1436.188634,1320.270428,382.4246621,0 +271245,716.761104,1441.921798,1321.094607,385.5017648,0 +271246,722.5089361,1447.552537,1321.914609,388.7747689,0 +271247,728.524898,1453.084997,1322.729262,391.8028767,0 +271248,734.130493,1458.822168,1323.537792,395.0858183,0 +271249,740.1421696,1464.333041,1324.321576,398.1623829,0 +271250,745.9300075,1469.991429,1325.093849,401.4617524,0 +271251,751.9306824,1475.385279,1325.869914,404.511958,0 +271252,757.671192,1480.954251,1326.642877,407.8142817,0 +271253,763.7370406,1486.414267,1327.409401,410.9392081,0 +271254,769.4845198,1491.861735,1328.167781,414.1851699,0 +271255,775.5680364,1497.280754,1328.91695,417.316928,0 +271256,781.335791,1502.671044,1329.656505,420.6087104,0 +271257,787.3728304,1508.123378,1330.385975,423.7549996,0 +271258,793.252527,1513.222461,1331.087761,427.0136767,0 +271259,799.3184468,1518.728156,1331.775148,430.1600679,0 +271260,805.1911246,1523.912523,1332.46335,433.4634789,0 +271261,811.4878571,1529.25722,1333.145647,436.8473159,0 +271262,817.9906832,1534.565948,1333.822718,440.167416,0 +271263,824.2860639,1539.844356,1334.495888,443.5597335,0 +271264,830.6630793,1545.187887,1335.165327,446.9286822,0 +271265,837.0372252,1551.887841,1335.830414,450.3358485,0 +271266,843.4220958,1558.412041,1336.473617,453.670118,0 +271267,849.8113662,1560.852,1337.107117,457.0763492,0 +271268,856.2122431,1572.823308,1337.743334,460.4573568,0 +271269,862.6184036,1564.096237,1338.378909,463.8765958,0 +271270,868.9643895,1571.588628,1339.003027,467.219529,0 +271271,875.4902545,1585.036879,1339.621967,470.6357443,0 +271272,881.8647365,1584.400741,1340.234224,474.0250346,0 +271273,888.3783906,1590.829892,1340.818265,477.4531472,0 +271274,894.7095049,1595.600567,1341.390697,480.800962,0 +271275,901.1358818,1600.531422,1341.963041,484.2241829,0 +271276,907.68184,1605.34046,1342.529542,487.6185597,0 +271277,914.080109,1610.12593,1343.087314,491.0189048,0 +271278,920.5504315,1614.87299,1343.634997,494.4532148,0 +271279,927.011536,1619.678536,1344.172062,497.8042931,0 +271280,933.478075,1624.199039,1344.683303,501.2316778,0 +271281,939.944824,1628.899,1345.180795,504.6282487,0 +271282,946.4180014,1633.367621,1345.677024,508.0655602,0 +271283,952.8921531,1638.064054,1346.16616,511.4139891,0 +271284,959.3700054,1642.493961,1346.64565,514.8426207,0 +271285,965.8492933,1647.076653,1347.114318,518.2379499,0 +271286,972.2563076,1651.341513,1347.57174,521.6388697,0 +271287,978.8559843,1655.795712,1348.003397,525.0747897,0 +271288,985.2835077,1660.112687,1348.42125,528.0597426,0 +271289,991.8591187,1664.402681,1348.836937,532.0368802,0 +271290,998.2284711,1668.649179,1349.245201,535.1527939,0 +271291,1003.264309,1670.574644,1349.643189,537.7674289,0 +271292,1008.455455,1672.095927,1349.978833,540.2230747,0 +271293,1013.277606,1673.358297,1350.216079,542.7199568,0 +271294,1018.320952,1674.400916,1350.345694,545.1195272,0 +271295,1022.892425,1675.246612,1350.360549,547.4137059,0 +271296,1027.866629,1675.911876,1350.281931,549.7427296,0 +271297,1032.307125,1676.40727,1350.130565,551.9586606,0 +271298,1037.168942,1676.74183,1349.908419,554.2381926,0 +271299,1041.504243,1676.922317,1349.619826,556.3939133,0 +271300,1046.262895,1676.955217,1349.268874,558.5496637,0 +271301,1050.500471,1676.845543,1348.860257,560.664116,0 +271302,1057.367881,1676.598542,1348.397635,562.7841868,0 +271303,1058.847956,1676.218244,1347.885933,564.734872,0 +271304,1067.763642,1675.709131,1347.325732,566.8409086,0 +271305,1065.035853,1675.074542,1346.724231,568.7910156,0 +271306,1080.967029,1674.318359,1346.079097,570.7543782,0 +271307,1066.954443,1673.443475,1345.400957,572.6814125,0 +271308,1099.832404,1672.453188,1344.663379,574.5801916,0 +271309,1059.445434,1671.350355,1343.918767,576.4506055,0 +271310,1098.355549,1670.137109,1343.115642,578.2541935,0 +271311,1091.63811,1668.816758,1342.310894,580.1309821,0 +271312,1096.529475,1667.391137,1341.460169,581.8909273,0 +271313,1100.866731,1665.862585,1340.576466,583.7018869,0 +271314,1104.627401,1664.233474,1339.67155,585.3796141,0 +271315,1108.887366,1662.505454,1338.744023,587.1237176,0 +271316,1112.523344,1660.68091,1337.792532,588.806193,0 +271317,1116.296521,1658.761283,1336.818459,590.4711631,0 +271318,1120.385361,1656.748769,1335.821433,592.1126206,0 +271319,1123.932452,1654.644748,1334.803726,593.690056,0 +271320,1127.694111,1652.451216,1333.76464,595.3466853,0 +271321,1130.477106,1649.803132,1332.706579,596.6345224,0 +271322,1133.192712,1647.011,1331.612125,597.8463149,0 +271323,1135.630672,1644.017525,1330.472485,598.9995684,0 +271324,1138.251096,1641.193645,1329.28749,600.1201567,0 +271325,1140.61931,1638.054227,1328.061299,601.2130666,0 +271326,1143.028346,1634.921256,1326.798258,602.2806564,0 +271327,1145.382009,1631.791437,1325.502398,603.3233898,0 +271328,1147.695724,1628.327616,1324.176792,604.3422263,0 +271329,1149.971016,1625.005399,1322.82395,605.3789967,0 +271330,1152.207916,1621.515482,1321.446159,606.2874841,0 +271331,1154.499596,1617.963583,1320.045245,607.2678497,0 +271332,1156.521,1614.232807,1318.623033,608.1454997,0 +271333,1158.71706,1610.677438,1317.180893,609.1125496,0 +271334,1160.79191,1606.829124,1315.720459,609.9632499,0 +271335,1162.846654,1602.996629,1314.24276,610.8306456,0 +271336,1164.866449,1599.077765,1312.749036,611.6695795,0 +271337,1166.850123,1595.088811,1311.240287,612.4872028,0 +271338,1168.800965,1591.031575,1309.729923,613.2838966,0 +271339,1170.716797,1586.906271,1308.207529,614.059693,0 +271340,1172.598559,1582.6118,1306.663722,614.8149652,0 +271341,1174.447101,1578.501136,1305.104639,615.5496971,0 +271342,1176.261543,1574.107609,1303.53329,616.2642383,0 +271343,1178.043261,1569.738264,1301.951117,616.9585997,0 +271344,1179.79145,1585.469733,1300.183393,617.6330631,0 +271345,1181.508484,1531.212809,1298.590603,618.2884995,0 +271346,1183.194147,1570.90401,1296.974845,618.9247585,0 +271347,1184.751648,1548.275936,1295.372966,619.5408586,0 +271348,1186.607587,1546.865176,1293.750122,620.1377328,0 +271349,1187.980118,1542.0412,1292.121522,620.715436,0 +271350,1189.621356,1537.379635,1290.483514,621.2741186,0 +271351,1191.804687,1534.536364,1288.837499,621.9141953,0 +271352,1194.11188,1532.045512,1287.20026,622.5585523,0 +271353,1196.455403,1529.668367,1285.577116,623.1546222,0 +271354,1198.816683,1527.376253,1283.967832,623.8505744,0 +271355,1201.187802,1525.144286,1282.369765,624.4404296,0 +271356,1203.565303,1522.956811,1280.779911,625.060651,0 +271357,1205.945864,1520.802304,1279.195832,625.6640659,0 +271358,1208.328177,1518.671505,1277.61563,626.2579244,0 +271359,1210.710956,1516.556796,1276.037842,626.8422617,0 +271360,1213.092793,1514.451401,1274.461309,627.4169749,0 +271361,1215.473112,1512.349527,1272.885101,627.9822715,0 +271362,1217.947594,1510.245741,1271.308476,628.5380212,0 +271363,1220.173023,1508.23053,1269.7309,629.1279015,0 +271364,1222.616758,1505.971057,1268.151849,629.5991973,0 +271365,1224.965811,1503.807656,1266.571065,630.1597976,0 +271366,1227.325833,1501.774794,1264.988386,630.6709809,0 +271367,1229.680012,1499.529648,1263.403741,631.1806115,0 +271368,1232.027585,1497.342227,1261.817055,631.6810348,0 +271369,1234.368601,1495.112016,1260.228451,632.1726991,0 +271370,1236.701857,1492.850936,1258.638059,632.6553433,0 +271371,1235.69586,1491.740249,1257.046273,629.155862,0 +271372,1237.339111,1489.690995,1255.328454,628.8449561,0 +271373,1239.540385,1487.498016,1253.525982,628.9767906,0 +271374,1241.586567,1485.234567,1251.700501,628.9754915,0 +271375,1243.751913,1482.912828,1249.884178,629.1437077,0 +271376,1245.911569,1480.536228,1248.085511,629.2795259,0 +271377,1248.075286,1478.105678,1246.302916,629.4305263,0 +271378,1250.238523,1475.620402,1244.533265,629.5849054,0 +271379,1252.499715,1473.0798,1242.77438,629.7410117,0 +271380,1254.504037,1470.482537,1241.0252,629.897196,0 +271381,1257.490328,1468.08923,1239.285039,630.2939541,0 +271382,1260.969885,1465.64091,1237.566851,630.7799501,0 +271383,1263.973677,1463.463378,1235.879557,631.2953715,0 +271384,1267.503746,1460.908318,1234.225276,631.8205771,0 +271385,1270.519117,1458.466694,1232.602477,632.3502389,0 +271386,1274.056789,1455.913979,1231.008093,632.8828293,0 +271387,1277.077877,1453.29588,1229.439813,633.4174551,0 +271388,1280.617789,1450.708925,1227.89537,633.9534552,0 +271389,1283.639367,1447.834967,1226.37365,634.4910403,0 +271390,1287.178575,1445.0984,1224.87328,635.0295701,0 +271391,1290.299842,1442.218801,1223.393916,635.569368,0 +271392,1293.678116,1439.290034,1221.934753,636.109912,0 +271393,1296.668556,1436.297679,1220.495693,636.6515837,0 +271394,1300.338122,1433.240609,1219.076443,637.1939375,0 +271395,1303.268915,1430.028403,1217.690404,637.7373779,0 +271396,1306.80907,1426.970565,1216.325496,638.2815588,0 +271397,1309.810521,1423.653357,1214.971822,638.8269064,0 +271398,1313.325383,1420.347985,1213.635007,639.3290452,0 +271399,1316.31826,1416.962417,1212.318179,639.9432317,0 +271400,1319.824439,1413.509931,1211.022505,640.4585384,0 +271401,1322.811276,1409.990731,1209.73763,641.0159435,0 +271402,1321.169952,1401.82892,1208.478876,643.1475088,0 +271403,1323.5392,1397.511872,1207.319141,643.8617089,0 +271404,1326.788582,1393.252211,1206.242179,644.5245212,0 +271405,1329.786763,1389.45879,1205.215641,645.174551,0 +271406,1332.929495,1385.392095,1204.221035,645.8159056,0 +271407,1335.970809,1381.389868,1203.251481,646.4512719,15.74090738 +271408,1339.303664,1377.335272,1202.308951,647.0825604,17.50882885 +271409,1342.296744,1373.235987,1201.386716,647.711439,11.61692136 +271410,1345.671197,1369.088486,1200.483836,648.3387405,23.82969339 +271411,1348.365712,1364.446647,1199.605326,649.0717622,8.595209066 +271412,1351.548432,1359.592673,1198.745051,649.8243285,34.53061758 +271413,1354.292759,1354.879897,1197.918973,650.7104604,0 +271414,1357.290495,1350.002466,1197.093564,651.3924665,49.97626588 +271415,1359.983722,1344.939659,1196.321604,652.1406905,0 +271416,1363.137985,1339.99873,1195.564181,652.9122027,34.76311886 +271417,1365.846074,1334.937629,1194.838277,653.6938116,11.82031305 +271418,1368.843618,1329.759839,1194.120818,654.6510796,44.60633349 +271419,1371.731649,1324.75202,1193.434332,655.2890015,0 +271420,1374.534584,1319.520768,1192.750413,656.0948287,37.85529466 +271421,1377.387615,1314.327073,1192.099395,656.8367388,42.99538502 +271422,1380.331229,1309.085259,1191.461532,657.7097308,1.509913819 +271423,1383.093002,1303.809903,1190.829886,658.6108008,42.30971904 +271424,1386.048597,1298.502134,1190.23025,659.3478478,47.24961865 +271425,1388.803815,1293.166434,1189.641547,660.1428329,1.768237171 +271426,1391.754265,1287.801545,1189.056227,660.9609351,46.38905878 +271427,1394.504252,1282.410472,1188.50311,661.913191,51.70245072 +271428,1397.451311,1276.91272,1187.95933,662.6614361,1.775134883 +271429,1400.1974,1271.58719,1187.416699,663.4756347,50.66606607 +271430,1403.142607,1266.068122,1186.906942,664.3132327,56.0728993 +271431,1405.886421,1260.677152,1186.405263,665.2853528,1.868347964 +271432,1408.831266,1255.059457,1185.902842,666.0534918,54.89891416 +271433,1411.574421,1249.515319,1185.434119,666.8879552,35.82586697 +271434,1414.520589,1244.079103,1184.966424,667.7461935,39.93577437 +271435,1417.376477,1238.470652,1184.515568,668.7393064,41.07808603 +271436,1420.153211,1232.916685,1184.076853,669.5285612,41.86257211 +271437,1424.210249,1227.338313,1183.650026,670.3845501,43.14565257 +271438,1426.614769,1221.745725,1183.237113,671.2646546,44.01163507 +271439,1430.468771,1216.150127,1182.835724,672.280201,45.03078892 +271440,1431.446939,1210.542054,1182.446544,673.0919155,46.03690409 +271441,1438.237233,1204.83575,1182.069409,673.8842629,47.01729091 +271442,1430.317905,1199.011114,1181.702167,674.6222507,48.07169219 +271443,1458.458288,1193.360058,1181.33367,675.4776016,49.03997983 +271444,1411.336018,1187.537891,1180.981285,676.2313051,50.13752653 +271445,1458.766156,1181.853898,1180.608141,677.0324457,51.07278723 +271446,1442.290646,1175.898334,1180.267265,677.8306321,52.1760662 +271447,1448.459097,1170.218192,1179.916124,678.6340636,53.15681454 +271448,1450.81445,1164.435343,1179.576567,679.442908,54.2815575 +271449,1453.243949,1158.698105,1179.24358,680.2572337,55.2297878 +271450,1455.673403,1174.661377,1178.918004,681.0773961,56.36046035 +271451,1458.21865,1115.071111,1178.607366,681.9503314,57.38842644 +271452,1460.479715,1159.678643,1178.285594,682.7110276,58.42898125 +271453,1463.00813,1144.661549,1177.99553,683.5845437,59.5780825 +271454,1465.436904,1121.005601,1177.704597,684.4209811,60.54731925 +271455,1467.891355,1148.573188,1177.418141,685.2716884,61.70896793 +271456,1470.35334,1108.385661,1177.153874,686.1290183,62.7625107 +271457,1472.82299,1136.192943,1176.883517,686.9929113,63.82602077 +271458,1475.301478,1107.389552,1176.637852,687.8636513,65.01093152 +271459,1477.789262,1118.098783,1176.389974,688.7411819,65.99438436 +271460,1480.286843,1108.605766,1176.159985,689.6257621,67.19276581 +271461,1482.794846,1105.356216,1175.936274,690.5173264,68.26875814 +271462,1485.314227,1101.245814,1175.723565,691.4161379,69.39423018 +271463,1487.845938,1097.041547,1175.520835,692.3221045,70.47945913 +271464,1490.507886,1092.975871,1175.328199,693.2355008,71.70603286 +271465,1492.885127,1088.810264,1175.145827,694.108728,72.70935024 +271466,1495.547117,1084.788402,1174.973495,695.1090224,73.9503633 +271467,1498.116244,1080.66965,1174.811554,696.0089815,75.09570105 +271468,1500.721407,1076.766778,1174.65978,696.9606323,76.14992691 +271469,1503.223553,1072.67587,1174.518296,697.9117564,77.40189504 +271470,1506.040847,1068.676318,1174.387073,698.8707662,78.48247116 +271471,1508.444642,1064.594689,1174.266192,699.7409212,79.76531005 +271472,1510.940762,1060.58139,1174.151717,700.5990885,80.83562153 +271473,1513.413529,1056.566295,1174.041075,701.4547182,82.01259911 +271474,1515.887408,1052.596766,1173.933497,702.3106346,83.25467012 +271475,1518.363896,1048.620028,1173.829279,703.1679081,84.4063708 +271476,1520.845085,1044.64568,1173.728989,704.0272972,85.60913325 +271477,1523.329997,1040.813953,1173.633258,704.8891288,86.80588859 +271478,1525.941546,1036.948745,1173.542586,705.7537736,87.9623592 +271479,1528.25053,1033.131188,1173.457378,706.6213604,89.29204848 +271480,1530.843123,1029.354736,1173.37785,707.4921333,90.38991119 +271481,1533.328742,1025.62214,1173.304362,708.3661586,91.60558377 +271482,1535.840382,1021.935694,1173.237117,709.2436075,92.89578292 +271483,1538.357539,1018.297197,1173.176332,710.1245163,94.08144477 +271484,1540.880636,1014.709274,1173.122115,711.0090015,95.31838928 +271485,1543.409451,1011.173525,1173.074663,711.9459591,96.55416099 +271486,1545.944083,1007.69209,1173.03407,712.7635903,97.79060015 +271487,1548.484246,1004.266988,1173.000381,713.6468761,99.03227341 +271488,1551.030704,1000.900254,1172.973723,714.6118081,100.2253854 +271489,1553.582348,997.5939215,1172.954144,715.4776864,101.6115012 +271490,1556.139785,994.3500348,1172.941683,716.3924926,102.7359757 +271491,1558.702722,991.2336461,1172.936316,717.302634,103.9899932 +271492,1561.271223,988.0268162,1172.938129,718.2164523,105.330237 +271493,1563.96853,985.0293706,1172.947081,719.1338825,106.548727 +271494,1566.356634,982.0455117,1172.963241,720.0548563,107.8863922 +271495,1570.297094,979.1449948,1172.986411,720.9793686,109.0033036 +271496,1572.133369,976.2571751,1173.017196,721.907307,110.4210346 +271497,1576.958901,973.6014351,1173.054448,722.8386721,111.6407333 +271498,1573.179043,970.8859974,1173.099843,723.7733199,112.934406 +271499,1595.953677,968.3084692,1173.148965,724.7112657,114.2201566 +271500,1556.513305,966.0772876,1173.214722,725.6523454,115.4502448 +271501,0,0,0,0,0 +271502,0,0,0,0,0 +271503,0,0,0,0,0 +271504,0,0,0,0,0 +271505,0,0,0,0,0 +271506,0,0,0,0,0 +271507,0,0,0,0,0 +271508,0,0,0,0,0 +271509,0,0,0,0,0 +271510,0,0,0,0,0 +271511,0,0,0,0,0 +271512,0,0,0,0,0 +271513,0,0,0,0,0 +271514,0,0,0,0,0 +271515,0,0,0,0,0 +271516,0,0,0,0,0 +271517,0,0,0,0,0 +271518,0,0,0,0,0 +271519,0,0,0,0,0 +271520,0,0,0,0,0 +271521,0,0,0,0,0 +271522,0,0,0,0,0 +271523,0,0,0,0,0 +271524,0,0,0,0,0 +271525,0,0,0,0,0 +271526,0,0,0,0,0 +271527,0,0,0,0,0 +271528,0,0,0,0,0 +271529,0,0,0,0,0 +271530,0,0,0,0,0 +271531,0,0,0,0,0 +271532,0,0,0,0,0 +271533,0,0,0,0,0 +271534,0,0,0,0,0 +271535,0,0,0,0,0 +271536,0,0,0,0,0 +271537,0,0,0,0,0 +271538,0,0,0,0,0 +271539,0,0,0,0,0 +271540,0,0,0,0,0 +271541,0,0,0,0,0 +271542,0,0,0,0,0 +271543,0,0,0,0,0 +271544,0,0,0,0,0 +271545,0,0,0,0,0 +271546,0,0,0,0,0 +271547,0,0,0,0,0 +271548,0,0,0,0,0 +271549,0,0,0,0,0 +271550,0,0,0,0,0 +271551,0,0,0,0,0 +271552,0,0,0,0,0 +271553,0,0,0,0,0 +271554,0,0,0,0,0 +271555,0,0,0,0,0 +271556,0,0,0,0,0 +271557,0,0,0,0,0 +271558,0,0,0,0,0 +271559,0,0,0,0,0 +271560,0,0,0,0,0 +271561,0,0,0,0,0 +271562,0,0,0,0,0 +271563,0,0,0,0,0 +271564,0,0,0,0,0 +271565,0,0,0,0,0 +271566,0,0,0,0,0 +271567,0,0,0,0,0 +271568,0,0,0,0,0 +271569,0,0,0,0,0 +271570,0,0,0,0,0 +271571,0,0,0,0,0 +271572,0,0,0,0,0 +271573,0,0,0,0,0 +271574,0,0,0,0,0 +271575,0,0,0,0,0 +271576,0,0,0,0,0 +271577,0,0,0,0,0 +271578,0,0,0,0,0 +271579,0,0,0,0,0 +271580,0,0,0,0,0 +271581,0,0,0,0,0 +271582,0,0,0,0,0 +271583,0,0,0,0,0 +271584,0,0,0,0,0 +271585,0,0,0,0,0 +271586,0,0,0,0,0 +271587,0,0,0,0,0 +271588,0,0,0,0,0 +271589,0,0,0,0,0 +271590,0,0,0,0,0 +271591,0,0,0,0,0 +271592,0,0,0,0,0 +271593,0,0,0,0,0 +271594,0,0,0,0,0 +271595,0,0,0,0,0 +271596,0,0,0,0,0 +271597,0,0,0,0,0 +271598,0,0,0,0,0 +271599,0,0,0,0,0 +271600,0,0,0,0,0 +271601,0,0,0,0,0 +271602,0,0,0,0,0 +271603,0,0,0,0,0 +271604,0,0,0,0,0 +271605,0,0,0,0,0 +271606,0,0,0,0,0 +271607,0,0,0,0,0 +271608,0,0,0,0,0 +271609,0,0,0,0,0 +271610,0,0,0,0,0 +271611,0,0,0,0,0 +271612,0,0,0,0,0 +271613,0,0,0,0,0 +271614,0,0,0,0,0 +271615,0,0,0,0,0 +271616,0,0,0,0,0 +271617,0,0,0,0,0 +271618,0,0,0,0,0 +271619,0,0,0,0,0 +271620,0,0,0,0,0 +271621,0,0,0,0,0 +271622,0,0,0,0,0 +271623,0,0,0,0,0 +271624,0,0,0,0,0 +271625,0,0,0,0,0 +271626,0,0,0,0,0 +271627,0,0,0,0,0 +271628,0,0,0,0,0 +271629,0,0,0,0,0 +271630,0,0,0,0,0 +271631,0,0,0,0,0 +271632,0,0,0,0,0 +271633,0,0,0,0,0 +271634,0,0,0,0,0 +271635,0,0,0,0,0 +271636,0,0,0,0,0 +271637,0,0,0,0,0 +271638,0,0,0,0,0 +271639,0,0,0,0,0 +271640,0,0,0,0,0 +271641,0,0,0,0,0 +271642,0,0,0,0,0 +271643,0,0,0,0,0 +271644,0,0,0,0,0 +271645,0,0,0,0,0 +271646,0,0,0,0,0 +271647,0,0,0,0,0 +271648,0,0,0,0,0 +271649,0,0,0,0,0 +271650,0,0,0,0,0 +271651,0,0,0,0,0 +271652,0,0,0,0,0 +271653,0,0,0,0,0 +271654,0,0,0,0,0 +271655,0,0,0,0,0 +271656,0,0,0,0,0 +271657,0,0,0,0,0 +271658,0,0,0,0,0 +271659,0,0,0,0,0 +271660,0,0,0,0,0 +271661,0,0,0,0,0 +271662,0,0,0,0,0 +271663,0,0,0,0,0 +271664,0,0,0,0,0 +271665,0,0,0,0,0 +271666,0,0,0,0,0 +271667,0,0,0,0,0 +271668,0,0,0,0,0 +271669,0,0,0,0,0 +271670,0,0,0,0,0 +271671,0,0,0,0,0 +271672,0,0,0,0,0 +271673,0,0,0,0,0 +271674,0,0,0,0,0 +271675,0,0,0,0,0 +271676,0,0,0,0,0 +271677,0,0,0,0,0 +271678,0,0,0,90.126239,0 +271679,0,0,0,74.54515881,0 +271680,0,0,0,80.11017511,0 +271681,0,0,0,93.30457701,0 +271682,0,0,0,101.643311,0 +271683,0,0,0,109.3041641,0 +271684,0,0,0,117.0004807,0 +271685,0,0,0,124.4106647,0 +271686,0,0,0,131.7951768,0 +271687,0,0,0,138.8712962,0 +271688,0,0,0,145.9624763,0 +271689,0,0,0,152.7368076,0 +271690,0,0,0,159.4920925,0 +271691,0,0,0,166.1195645,0 +271692,0,0,0,172.5410516,0 +271693,0,0,0,178.8075076,0 +271694,0,0,0,185.0876877,0 +271695,0,0,0,191.1148022,0 +271696,0,0,0,197.0591469,0 +271697,0,0,0,202.8188404,0 +271698,0,0,0,208.5693023,0 +271699,0,0,0,214.1524657,0 +271700,0,0,0,219.5913947,0 +271701,0,0,0,224.9391409,0 +271702,0,0,0,230.1103034,0 +271703,0,0,0,235.4572997,0 +271704,0,0,0,240.204373,0 +271705,0,0,0,245.3525079,0 +271706,0,0,0,250.0912712,0 +271707,0,0,0,254.8361818,0 +271708,0,0,0,259.4464188,0 +271709,0,0,0,263.9756305,0 +271710,0,0,0,268.3091082,0 +271711,0,0,0,273.058915,0 +271712,0,0,0,277.655336,0 +271713,0,0,0,281.9264041,0 +271714,0,0,0,286.6080648,0 +271715,0,0,0,290.8862783,0 +271716,0,0,0,295.2120768,0 +271717,0,0,0,299.3461548,0 +271718,0,0,0,303.6791495,0 +271719,0,0,0,307.7952172,0 +271720,0,0,0,311.6870462,0 +271721,0,0,0,315.7311149,0 +271722,0,0,0,319.5011177,0 +271723,0,0,0,323.5007797,0 +271724,0,0,0,327.1781605,0 +271725,0,0,0,330.8960138,0 +271726,0,0,0,334.5280351,0 +271727,0,0,0,338.2130267,0 +271728,0,0,0,341.4160813,0 +271729,0,0,0,345.1275753,0 +271730,0,0,0,348.3921022,0 +271731,0,0,0,351.7261557,0 +271732,0,0,0,354.976627,0 +271733,0,0,0,358.1655085,0 +271734,0,0,0,361.2926823,0 +271735,0,0,0,364.2333492,0 +271736,0,0,0,367.4346754,0 +271737,0,0,0,370.2811783,0 +271738,0,0,0,373.1898988,0 +271739,0,0,0,376.0155796,0 +271740,0,0,0,378.9147574,0 +271741,0,0,0,381.4327837,0 +271742,0,0,0,384.2098076,0 +271743,0,0,0,386.8039591,0 +271744,0,0,0,389.3647511,0 +271745,0,0,0,391.7330183,0 +271746,0,0,0,394.3908174,0 +271747,0,0,0,396.6764972,0 +271748,0,0,0,399.0361504,0 +271749,0,0,0,401.3153735,0 +271750,0,0,0,403.5393581,0 +271751,0,0,0,405.7080906,0 +271752,0,0,0,407.8217746,0 +271753,0,0,0,409.8808794,0 +271754,0,0,0,411.8855088,0 +271755,0,0,0,413.8361396,0 +271756,0,0,0,415.7328775,0 +271757,0,0,0,417.5761975,0 +271758,0,0,0,419.3662066,0 +271759,0,0,0,421.1033765,0 +271760,0,0,0,422.7878137,0 +271761,0,0,0,424.273747,0 +271762,0,0,0,426.0783839,0 +271763,0,0,0,430.6635875,0 +271764,0,0,0,432.4754653,0 +271765,0,0,0,434.3669684,0 +271766,0,0,0,435.9928179,0 +271767,0,0,0,437.5663356,0 +271768,0,0,0,439.0720415,0 +271769,0,0,0,440.5165155,0 +271770,0,0,0,441.9030685,0 +271771,0,0,0,442.5889154,0 +271772,0,0,0,443.0733827,0 +271773,0,0,0,443.4108537,0 +271774,0,0,0,443.619934,0 +271775,0,0,0,443.7088885,0 +271776,0,0,0,443.6817032,0 +271777,0,0,0,443.4634321,0 +271778,0,0,0,443.2592645,0 +271779,0,0,0,442.9141721,0 +271780,0,0,0,442.3671638,0 +271781,0,0,0,441.8351769,0 +271782,0,0,0,441.0844722,0 +271783,0,0,0,440.3367453,0 +271784,0,0,0,439.3659227,0 +271785,0,0,0,438.4002519,0 +271786,0,0,0,437.2070808,0 +271787,0,0,0,435.9528208,0 +271788,0,0,0,434.5926053,0 +271789,0,0,0,433.1197296,0 +271790,0,0,0,431.5320695,0 +271791,0,0,0,429.6711768,0 +271792,0,0,0,428.0788552,0 +271793,0,0,0,426.0209224,0 +271794,0,0,0,423.982373,0 +271795,0,0,0,413.3789681,0 +271796,0,0,0,409.7292515,0 +271797,0,0,0,407.0446876,0 +271798,0,0,0,404.3435425,0 +271799,0,0,0,401.6881024,0 +271800,0,0,0,399.0181018,0 +271801,0,0,0,396.2171806,0 +271802,0,0,0,393.3603618,0 +271803,0,0,0,390.590548,0 +271804,0,0,0,387.4253514,0 +271805,0,0,0,384.505012,0 +271806,0,0,0,381.4031172,0 +271807,0,0,0,378.2613975,0 +271808,0,0,0,374.9106643,0 +271809,0,0,0,371.8467824,0 +271810,0,0,0,368.4031111,0 +271811,0,0,0,365.0166235,0 +271812,0,0,0,361.6660292,0 +271813,0,0,0,357.9207642,0 +271814,0,0,0,354.3843544,0 +271815,0,0,0,350.6545321,0 +271816,0,0,0,346.86533,0 +271817,0,0,0,342.9928764,0 +271818,0,0,0,339.0346335,0 +271819,0,0,0,321.3157829,0 +271820,0,0,0,315.9608549,0 +271821,0,0,0,311.3064216,0 +271822,0,0,0,307.2264447,0 +271823,0,0,0,303.1228344,0 +271824,0,0,0,299.4449672,0 +271825,0,0,0,295.7569338,0 +271826,0,0,0,291.9995368,0 +271827,0,0,0,288.6409093,0 +271828,0,0,0,285.1466919,0 +271829,0,0,0,281.906754,0 +271830,0,0,0,278.7506294,0 +271831,0,0,0,273.0094022,0 +271832,0,0,0,267.4005145,0 +271833,0,0,0,261.3841686,0 +271834,0,0,0,255.0739982,0 +271835,0,0,0,248.7491565,0 +271836,0,0,0,242.2722484,0 +271837,0,0,0,235.776242,0 +271838,0,0,0,228.8548366,0 +271839,0,0,0,222.337744,0 +271840,0,0,0,215.2172813,0 +271841,0,0,0,208.2818925,0 +271842,0,0,0,201.1593302,0 +271843,0,0,0,194.0112504,0 +271844,0,0,0,186.5977551,0 +271845,0,0,0,179.2519622,0 +271846,0,0,0,171.7988636,0 +271847,0,0,0,164.1218468,0 +271848,0,0,0,156.5502227,0 +271849,0,0,0,148.6883095,0 +271850,0,0,0,140.9325999,0 +271851,0,0,0,132.9570296,0 +271852,0,0,0,124.9045575,0 +271853,0,0,0,116.8717454,0 +271854,0,0,0,108.6542351,0 +271855,0,0,0,100.3991503,0 +271856,0,0,0,92.05535475,0 +271857,0,0,0,83.93394078,0 +271858,0,0,0,74.92641895,0 +271859,0,0,0,66.56531484,0 +271860,0,0,0,96.046749,0 +271861,0,0,0,0,0 +271862,0,0,0,91.58239588,0 +271863,0,0,0,0,0 +271864,0,0,0,16.209504,0 +271865,0,0,0,23.04797132,0 +271866,0,0,0,0,0 +271867,0,0,0,0,0 +271868,0,0,0,0,0 +271869,0,0,0,0,0 +271870,0,0,0,0,0 +271871,0,0,0,0,0 +271872,0,0,0,0,0 +271873,0,0,0,0,0 +271874,0,0,0,0,0 +271875,0,0,0,0,0 +271876,0,0,0,0,0 +271877,0,0,0,0,0 +271878,0,0,0,0,0 +271879,0,0,0,0,0 +271880,0,0,0,0,0 +271881,0,0,0,0,0 +271882,0,0,0,0,0 +271883,0,0,0,0,0 +271884,0,0,0,0,0 +271885,0,0,0,0,0 +271886,0,0,0,0,0 +271887,0,0,0,0,0 +271888,0,0,0,0,0 +271889,0,0,0,0,0 +271890,0,0,0,0,0 +271891,0,0,0,0,0 +271892,0,0,0,0,0 +271893,0,0,0,0,0 +271894,0,0,0,0,0 +271895,0,0,0,0,0 +271896,0,0,0,0,0 +271897,0,0,0,0,0 +271898,0,0,0,0,0 +271899,0,0,0,0,0 +271900,0,0,0,0,0 +271901,0,0,0,0,0 +271902,0,0,0,0,0 +271903,0,0,0,0,0 +271904,0,0,0,0,0 +271905,0,0,0,0,0 +271906,0,0,0,0,0 +271907,0,0,0,0,0 +271908,0,0,0,0,0 +271909,0,0,0,0,0 +271910,0,0,0,0,0 +271911,0,0,0,0,0 +271912,0,0,0,0,0 +271913,0,0,0,0,0 +271914,0,0,0,0,0 +271915,0,0,0,0,0 +271916,0,0,0,0,0 +271917,0,0,0,0,0 +271918,0,0,0,0,0 +271919,0,0,0,0,0 +271920,0,0,0,0,0 +271921,0,0,0,0,0 +271922,0,0,0,0,0 +271923,0,0,0,0,0 +271924,0,0,0,0,0 +271925,0,0,0,0,0 +271926,0,0,0,0,0 +271927,0,0,0,0,0 +271928,0,0,0,0,0 +271929,0,0,0,0,0 +271930,0,0,0,0,0 +271931,0,0,0,0,0 +271932,0,0,0,0,0 +271933,0,0,0,0,0 +271934,0,0,0,0,0 +271935,0,0,0,0,0 +271936,0,0,0,0,0 +271937,0,0,0,0,0 +271938,0,0,0,0,0 +271939,0,0,0,0,0 +271940,0,0,0,0,0 +271941,0,0,0,0,0 +271942,0,0,0,0,0 +271943,0,0,0,0,0 +271944,0,0,0,0,0 +271945,0,0,0,0,0 +271946,0,0,0,0,0 +271947,0,0,0,0,0 +271948,0,0,0,0,0 +271949,0,0,0,0,0 +271950,0,0,0,0,0 +271951,0,0,0,0,0 +271952,0,0,0,0,0 +271953,0,0,0,0,0 +271954,0,0,0,0,0 +271955,0,0,0,0,0 +271956,0,0,0,0,0 +271957,0,0,0,0,0 +271958,0,0,0,0,0 +271959,0,0,0,0,0 +271960,0,0,0,0,0 +271961,0,0,0,0,0 +271962,0,0,0,0,0 +271963,0,0,0,0,0 +271964,0,0,0,0,0 +271965,0,0,0,0,0 +271966,0,0,0,0,0 +271967,0,0,0,0,0 +271968,0,0,0,0,0 +271969,0,0,0,0,0 +271970,0,0,0,0,0 +271971,0,0,0,0,0 +271972,0,0,0,0,0 +271973,0,0,0,0,0 +271974,0,0,0,0,0 +271975,0,0,0,0,0 +271976,0,0,0,0,0 +271977,0,0,0,0,0 +271978,0,0,0,0,0 +271979,0,0,0,0,0 +271980,0,0,0,0,0 +271981,0,0,0,0,0 +271982,0,0,0,0,0 +271983,0,0,0,0,0 +271984,0,0,0,0,0 +271985,0,0,0,0,0 +271986,0,0,0,0,0 +271987,0,0,0,0,0 +271988,0,0,0,0,0 +271989,0,0,0,0,0 +271990,0,0,0,0,0 +271991,0,0,0,0,0 +271992,0,0,0,0,0 +271993,0,0,0,0,0 +271994,0,0,0,0,0 +271995,0,0,0,0,0 +271996,0,0,0,0,0 +271997,0,0,0,0,0 +271998,0,0,0,0,0 +271999,0,0,0,0,0 +272000,0,0,0,0,0 +272001,0,0,0,0,0 +272002,0,0,0,0,0 +272003,0,0,0,0,0 +272004,0,0,0,0,0 +272005,0,0,0,0,0 +272006,0,0,0,0,0 +272007,0,0,0,0,0 +272008,0,0,0,0,0 +272009,0,0,0,0,0 +272010,0,0,0,0,0 +272011,0,0,0,0,0 +272012,0,0,0,0,0 +272013,0,0,0,0,0 +272014,0,0,0,0,0 +272015,0,0,0,0,0 +272016,0,0,0,0,0 +272017,0,0,0,0,0 +272018,0,0,0,0,0 +272019,0,0,0,0,0 +272020,0,0,0,0,0 +272021,0,0,0,0,0 +272022,0,0,0,0,0 +272023,0,0,0,0,0 +272024,0,0,0,0,0 +272025,0,0,0,0,0 +272026,0,0,0,0,0 +272027,0,0,0,0,0 +272028,0,0,0,0,0 +272029,0,0,0,0,0 +272030,0,0,0,0,0 +272031,0,0,0,0,0 +272032,0,0,0,0,0 +272033,0,0,0,0,0 +272034,0,0,0,0,0 +272035,0,0,0,0,0 +272036,0,0,0,0,0 +272037,0,0,0,0,0 +272038,0,0,0,0,0 +272039,0,0,0,0,0 +272040,0,0,0,0,0 +272041,0,0,0,0,0 +272042,0,0,0,0,0 +272043,0,0,0,0,0 +272044,0,0,0,0,0 +272045,0,0,0,0,0 +272046,0,0,0,0,0 +272047,0,0,0,0,0 +272048,0,0,0,0,0 +272049,0,0,0,0,0 +272050,0,0,0,0,0 +272051,0,0,0,0,0 +272052,0,0,0,0,0 +272053,0,0,0,0,0 +272054,0,0,0,0,0 +272055,0,0,0,0,0 +272056,0,0,0,0,0 +272057,0,0,0,0,0 +272058,0,0,0,0,0 +272059,0,0,0,0,0 +272060,0,0,0,0,0 +272061,0,0,0,0,0 +272062,0,0,0,0,0 +272063,0,0,0,0,0 +272064,0,0,0,0,0 +272065,0,0,0,0,0 +272066,0,0,0,0,0 +272067,0,0,0,0,0 +272068,0,0,0,0,0 +272069,0,0,0,0,0 +272070,0,0,0,0,0 +272071,0,0,0,0,0 +272072,0,0,0,0,0 +272073,0,0,0,0,0 +272074,0,0,0,0,0 +272075,0,0,0,0,0 +272076,0,0,0,0,0 +272077,0,0,0,0,0 +272078,0,0,0,0,0 +272079,0,0,0,0,0 +272080,0,0,0,0,0 +272081,0,0,0,0,0 +272082,0,0,0,0,0 +272083,0,0,0,0,0 +272084,0,0,0,0,0 +272085,0,0,0,0,0 +272086,0,0,0,0,0 +272087,0,0,0,0,0 +272088,0,0,0,0,0 +272089,0,0,0,0,0 +272090,0,0,0,0,0 +272091,0,0,0,0,0 +272092,0,0,0,0,0 +272093,0,0,0,0,0 +272094,0,0,0,0,0 +272095,0,0,0,0,0 +272096,0,0,0,0,0 +272097,0,0,0,0,0 +272098,0,0,0,0,0 +272099,0,0,0,0,0 +272100,0,0,0,0,0 +272101,0,0,0,0,0 +272102,0,0,0,0,0 +272103,0,0,0,0,0 +272104,0,0,0,0,0 +272105,0,0,0,0,0 +272106,0,0,0,0,0 +272107,0,0,0,0,0 +272108,0,0,0,0,0 +272109,0,0,0,0,0 +272110,0,0,0,0,0 +272111,0,0,0,0,0 +272112,0,0,0,0,0 +272113,0,0,0,0,0 +272114,0,0,0,0,0 +272115,0,0,0,0,0 +272116,0,0,0,0,0 +272117,0,0,0,0,0 +272118,0,0,0,0,0 +272119,0,0,0,0,0 +272120,0,0,0,0,0 +272121,0,0,0,0,0 +272122,0,0,0,0,0 +272123,0,0,0,0,0 +272124,0,0,0,0,0 +272125,0,0,0,0,0 +272126,0,0,0,0,0 +272127,0,0,0,0,0 +272128,0,0,0,0,0 +272129,0,0,0,0,0 +272130,0,0,0,0,0 +272131,0,0,0,0,0 +272132,0,0,0,0,0 +272133,0,0,0,0,0 +272134,0,0,0,0,0 +272135,0,0,0,0,0 +272136,0,0,0,0,0 +272137,0,0,0,0,0 +272138,0,0,0,0,0 +272139,0,0,0,0,0 +272140,0,0,0,0,0 +272141,0,0,0,0,0 +272142,0,0,0,0,0 +272143,0,0,0,0,0 +272144,0,0,0,0,0 +272145,0,0,0,0,0 +272146,0,0,0,0,0 +272147,0,0,0,0,0 +272148,0,0,0,0,0 +272149,0,0,0,0,0 +272150,0,0,0,0,0 +272151,0,0,0,0,0 +272152,0,0,0,0,0 +272153,0,0,0,0,0 +272154,0,0,0,0,0 +272155,0,0,0,0,0 +272156,0,0,0,0,0 +272157,0,0,0,0,0 +272158,0,0,0,0,0 +272159,0,0,0,0,0 +272160,0,0,0,0,0 +272161,0,0,0,0,0 +272162,0,0,0,0,0 +272163,0,0,0,0,0 +272164,0,0,0,0,0 +272165,0,0,0,0,0 +272166,0,0,0,0,0 +272167,0,0,0,0,0 +272168,0,0,0,0,0 +272169,0,0,0,0,0 +272170,0,0,0,0,0 +272171,0,0,0,0,0 +272172,0,0,0,0,0 +272173,0,0,0,0,0 +272174,0,0,0,0,0 +272175,0,0,0,0,0 +272176,0,0,0,0,0 +272177,0,0,0,0,0 +272178,0,0,0,0,0 +272179,0,0,0,0,0 +272180,0,0,0,0,0 +272181,0,0,0,0,0 +272182,0,0,0,0,0 +272183,0,0,0,0,0 +272184,0,0,0,0,0 +272185,0,0,0,0,0 +272186,0,0,0,0,0 +272187,0,0,0,0,0 +272188,0,0,0,0,0 +272189,0,0,0,0,0 +272190,0,0,0,0,0 +272191,0,0,0,0,0 +272192,0,0,0,0,0 +272193,0,0,0,0,0 +272194,0,0,0,0,0 +272195,0,0,0,0,0 +272196,0,0,0,0,0 +272197,0,0,0,0,0 +272198,0,0,0,0,0 +272199,0,0,0,0,0 +272200,0,0,0,0,0 +272201,0,0,0,0,0 +272202,0,0,0,0,0 +272203,0,0,0,0,0 +272204,0,0,0,0,0 +272205,0,0,0,0,0 +272206,0,0,0,0,0 +272207,0,0,0,0,0 +272208,0,0,0,0,0 +272209,0,0,0,0,0 +272210,0,0,0,0,0 +272211,0,0,0,0,0 +272212,0,0,0,0,0 +272213,0,0,0,0,0 +272214,0,0,0,0,0 +272215,0,0,0,0,0 +272216,0,0,0,0,0 +272217,0,0,0,0,0 +272218,0,0,0,0,0 +272219,0,0,0,0,0 +272220,0,0,0,0,0 +272221,0,0,0,0,0 +272222,0,0,0,0,0 +272223,0,0,0,0,0 +272224,0,0,0,0,0 +272225,0,0,0,0,0 +272226,0,0,0,0,0 +272227,0,0,0,0,0 +272228,0,0,0,0,0 +272229,0,0,0,0,0 +272230,0,0,0,0,0 +272231,0,0,0,0,0 +272232,0,0,0,0,0 +272233,0,0,0,0,0 +272234,0,0,0,0,0 +272235,0,0,0,0,0 +272236,0,0,0,0,0 +272237,0,0,0,0,0 +272238,0,0,0,0,0 +272239,0,0,0,0,0 +272240,0,0,0,0,0 +272241,0,0,0,0,0 +272242,0,0,0,0,0 +272243,0,0,0,0,0 +272244,0,0,0,0,0 +272245,0,0,0,0,0 +272246,0,0,0,0,0 +272247,0,0,0,0,0 +272248,0,0,0,0,0 +272249,0,0,0,0,0 +272250,0,0,0,0,0 +272251,0,0,0,0,0 +272252,0,0,0,0,0 +272253,0,0,0,0,0 +272254,0,0,0,0,0 +272255,0,0,0,0,0 +272256,0,0,0,0,0 +272257,0,0,0,0,0 +272258,0,0,0,0,0 +272259,0,0,0,0,0 +272260,0,0,0,0,0 +272261,0,0,0,0,0 +272262,0,0,0,0,0 +272263,0,0,0,0,0 +272264,0,0,0,0,0 +272265,0,0,0,0,0 +272266,0,0,0,0,0 +272267,0,0,0,0,0 +272268,0,0,0,0,0 +272269,0,0,0,0,0 +272270,0,0,0,0,0 +272271,0,0,0,0,0 +272272,0,0,0,0,0 +272273,0,0,0,0,0 +272274,0,0,0,0,0 +272275,0,0,0,0,0 +272276,0,0,0,0,0 +272277,0,0,0,0,0 +272278,0,0,0,0,0 +272279,0,0,0,0,0 +272280,0,0,0,0,0 +272281,0,0,0,0,0 +272282,0,0,0,0,0 +272283,0,0,0,0,0 +272284,0,0,0,0,0 +272285,0,0,0,0,0 +272286,0,0,0,0,0 +272287,0,0,0,0,0 +272288,0,0,0,0,0 +272289,0,0,0,0,0 +272290,0,0,0,0,0 +272291,0,0,0,0,0 +272292,0,0,0,0,0 +272293,0,0,0,0,0 +272294,0,0,0,0,0 +272295,0,0,0,0,0 +272296,0,0,0,0,0 +272297,0,0,0,0,0 +272298,0,0,0,0,0 +272299,0,0,0,0,0 +272300,0,0,0,0,0 +272301,0,0,0,0,0 +272302,0,0,0,0,0 +272303,0,0,0,0,0 +272304,0,0,0,0,0 +272305,0,0,0,0,0 +272306,0,0,0,0,0 +272307,0,0,0,0,0 +272308,0,0,0,0,0 +272309,0,0,0,0,0 +272310,0,0,0,0,0 +272311,0,0,0,0,0 +272312,0,0,0,0,0 +272313,0,0,0,0,0 +272314,0,0,0,0,0 +272315,0,0,0,0,0 +272316,0,0,0,0,0 +272317,0,0,0,0,0 +272318,0,0,0,0,0 +272319,0,0,0,0,0 +272320,0,0,0,0,0 +272321,0,0,0,0,0 +272322,0,0,0,0,0 +272323,0,0,0,0,0 +272324,0,0,0,0,0 +272325,0,0,0,0,0 +272326,0,0,0,0,0 +272327,0,0,0,0,0 +272328,0,0,0,0,0 +272329,0,0,0,0,0 +272330,0,0,0,0,0 +272331,0,0,0,0,0 +272332,0,0,0,0,0 +272333,0,0,0,0,0 +272334,0,0,0,0,0 +272335,0,0,0,0,0 +272336,0,0,0,0,0 +272337,0,0,0,0,0 +272338,0,0,0,0,0 +272339,0,0,0,0,0 +272340,0,0,0,0,0 +272341,0,0,0,0,0 +272342,0,0,0,0,0 +272343,0,0,0,0,0 +272344,0,0,0,0,0 +272345,0,0,0,0,0 +272346,0,0,0,0,0 +272347,0,0,0,0,0 +272348,0,0,0,0,0 +272349,0,0,0,0,0 +272350,0,0,0,0,0 +272351,0,0,0,0,0 +272352,0,0,0,0,0 +272353,0,0,0,0,0 +272354,0,0,0,0,0 +272355,0,0,0,0,0 +272356,0,0,0,0,0 +272357,0,0,0,0,0 +272358,0,0,0,0,0 +272359,0,0,0,0,0 +272360,0,0,0,0,0 +272361,0,0,0,0,0 +272362,0,0,0,0,0 +272363,0,0,0,0,0 +272364,0,0,0,0,0 +272365,0,0,0,0,0 +272366,0,0,0,0,0 +272367,0,0,0,0,0 +272368,0,0,0,0,0 +272369,0,0,0,0,0 +272370,0,0,0,0,0 +272371,0,0,0,0,0 +272372,0,0,0,0,0 +272373,0,0,0,0,0 +272374,0,0,0,0,0 +272375,0,0,0,0,0 +272376,0,0,0,0,0 +272377,0,0,0,0,0 +272378,0,0,0,0,0 +272379,0,0,0,0,0 +272380,0,0,0,0,0 +272381,0,0,0,0,0 +272382,0,0,0,0,0 +272383,0,0,0,0,0 +272384,0,0,0,0,0 +272385,0,0,0,0,0 +272386,0,0,0,0,0 +272387,0,0,0,0,0 +272388,0,0,0,0,0 +272389,0,0,0,0,0 +272390,0,0,0,0,0 +272391,0,0,0,0,0 +272392,0,0,0,0,0 +272393,0,0,0,0,0 +272394,0,0,0,0,0 +272395,0,0,0,0,0 +272396,0,0,0,0,0 +272397,0,0,0,0,0 +272398,0,0,0,0,0 +272399,0,0,0,0,0 +272400,0,0,0,0,0 +272401,0,0,0,0,0 +272402,0,0,0,0,0 +272403,0,0,0,0,0 +272404,0,0,0,0,0 +272405,0,0,0,0,0 +272406,0,0,0,0,0 +272407,0,0,0,0,0 +272408,0,0,0,0,0 +272409,0,0,0,0,0 +272410,0,0,0,0,0 +272411,0,0,0,0,0 +272412,0,0,0,0,0 +272413,0,0,0,0,0 +272414,0,0,0,0,0 +272415,0,0,0,0,0 +272416,0,0,0,0,0 +272417,0,0,0,0,0 +272418,0,0,0,0,0 +272419,0,0,0,0,0 +272420,0,0,0,0,0 +272421,0,0,0,0,0 +272422,0,0,0,0,0 +272423,0,0,0,0,0 +272424,0,0,0,0,0 +272425,0,0,0,0,0 +272426,0,0,0,0,0 +272427,0,0,0,0,0 +272428,0,0,0,0,0 +272429,0,0,0,0,0 +272430,0,0,0,0,0 +272431,0,0,0,0,0 +272432,0,0,0,0,0 +272433,0,0,0,0,0 +272434,0,0,0,0,0 +272435,0,0,0,0,0 +272436,0,0,0,0,0 +272437,0,0,0,0,0 +272438,0,0,0,0,0 +272439,0,0,0,0,0 +272440,0,0,0,0,0 +272441,0,0,0,0,0 +272442,0,0,0,0,0 +272443,0,0,0,0,0 +272444,0,0,0,0,0 +272445,0,0,0,0,0 +272446,0,0,0,0,0 +272447,0,0,0,0,0 +272448,0,0,0,0,0 +272449,0,0,0,0,0 +272450,0,0,0,0,0 +272451,0,0,0,0,0 +272452,0,0,0,0,0 +272453,0,0,0,0,0 +272454,0,0,0,0,0 +272455,0,0,0,0,0 +272456,0,0,0,0,0 +272457,0,0,0,0,0 +272458,0,0,0,0,0 +272459,0,0,0,0,0 +272460,0,0,0,0,0 +272461,0,0,0,0,0 +272462,0,0,0,0,0 +272463,0,0,0,0,0 +272464,0,0,0,0,0 +272465,0,0,0,0,0 +272466,0,0,0,0,0 +272467,0,0,0,0,0 +272468,0,0,0,0,0 +272469,0,0,0,0,0 +272470,0,0,0,0,0 +272471,0,0,0,0,0 +272472,0,0,0,0,0 +272473,0,0,0,0,0 +272474,0,0,0,0,0 +272475,0,0,0,0,0 +272476,0,0,0,0,0 +272477,0,0,0,0,0 +272478,0,0,0,0,0 +272479,0,0,0,0,0 +272480,0,0,0,0,0 +272481,0,0,0,0,0 +272482,0,0,0,0,0 +272483,0,0,0,0,0 +272484,0,0,0,0,0 +272485,0,0,0,0,0 +272486,0,0,0,0,0 +272487,0,0,0,0,0 +272488,0,0,0,0,0 +272489,0,0,0,0,0 +272490,0,0,0,0,0 +272491,0,0,0,0,0 +272492,0,0,0,0,0 +272493,0,0,0,0,0 +272494,0,0,0,0,0 +272495,0,0,0,0,0 +272496,0,0,0,0,0 +272497,0,0,0,0,0 +272498,0,0,0,0,0 +272499,0,0,0,0,0 +272500,0,0,0,0,0 +272501,0,0,0,0,0 +272502,0,0,0,0,0 +272503,0,0,0,0,0 +272504,0,0,0,0,0 +272505,0,0,0,0,0 +272506,0,0,0,0,0 +272507,0,0,0,0,0 +272508,0,0,0,0,0 +272509,0,0,0,0,0 +272510,0,0,0,0,0 +272511,0,0,0,0,0 +272512,0,0,0,0,0 +272513,0,0,0,0,0 +272514,0,0,0,0,0 +272515,0,0,0,0,0 +272516,0,0,0,0,0 +272517,0,0,0,0,0 +272518,0,0,0,0,0 +272519,0,0,0,0,0 +272520,0,0,0,0,0 +272521,0,0,0,0,0 +272522,0,0,0,0,0 +272523,0,0,0,0,0 +272524,0,0,0,0,0 +272525,0,0,0,0,0 +272526,0,0,0,0,0 +272527,0,0,0,0,0 +272528,0,0,0,0,0 +272529,0,0,0,0,0 +272530,0,0,0,0,0 +272531,0,0,0,0,0 +272532,0,0,0,0,0 +272533,0,0,0,0,0 +272534,0,0,0,0,0 +272535,0,0,0,0,0 +272536,0,0,0,0,0 +272537,0,0,0,0,0 +272538,0,0,0,0,0 +272539,0,0,0,0,0 +272540,0,0,0,0,0 +272541,0,0,0,0,0 +272542,0,0,0,0,0 +272543,0,0,0,0,0 +272544,0,0,0,0,0 +272545,0,0,0,0,0 +272546,0,0,0,0,0 +272547,0,0,0,0,0 +272548,0,0,0,0,0 +272549,0,0,0,0,0 +272550,0,0,0,0,0 +272551,0,0,0,0,0 +272552,0,0,0,0,0 +272553,0,0,0,0,0 +272554,0,0,0,0,0 +272555,0,0,0,0,0 +272556,0,0,0,0,0 +272557,0,0,0,0,0 +272558,0,0,0,0,0 +272559,0,0,0,0,0 +272560,0,0,0,0,0 +272561,0,0,0,0,0 +272562,0,0,0,0,0 +272563,0,0,0,0,0 +272564,0,0,0,0,0 +272565,0,0,0,0,0 +272566,0,0,0,0,0 +272567,0,0,0,0,0 +272568,0,0,0,0,0 +272569,0,0,0,0,0 +272570,0,0,0,0,0 +272571,0,0,0,0,0 +272572,0,0,0,0,0 +272573,0,0,0,0,0 +272574,0,0,0,0,0 +272575,0,0,0,0,0 +272576,0,0,0,0,0 +272577,0,0,0,0,0 +272578,0,0,0,0,0 +272579,0,0,0,0,0 +272580,0,0,0,0,0 +272581,1641.729865,2409.914603,1060.21773,1308.853427,0 +272582,1770.422056,2520.519079,1181.412506,0,0 +272583,0,2187.530353,1197.507142,0,0 +272584,0,0,1237.798407,206.9736877,0 +272585,0,510.5019859,1250.767616,199.2014602,0 +272586,646.1484867,1231.875357,1257.273728,149.7973646,0 +272587,215.6056322,712.4792908,1255.048077,162.3002986,0 +272588,315.2522449,811.3195847,1247.202947,163.7209648,0 +272589,321.118345,816.7102223,1238.758591,165.0810007,0 +272590,323.48856,821.1704377,1230.587216,166.3742956,0 +272591,325.9399477,826.3853813,1223.319977,167.7554823,0 +272592,328.7371243,831.7213587,1217.156234,169.3198227,0 +272593,339.2348207,844.3021452,1212.090418,173.8665279,0 +272594,343.171669,851.0986591,1208.324602,175.7619908,0 +272595,346.4666901,857.9882482,1205.661453,177.6730416,0 +272596,349.7259639,864.7593829,1203.862943,179.4744264,0 +272597,353.3328179,871.7482348,1202.752726,180.894145,0 +272598,356.582581,878.6579736,1202.21371,183.0654479,0 +272599,360.1412155,885.9466595,1202.161708,184.6381766,0 +272600,363.4629896,893.1829279,1202.528536,186.4229321,0 +272601,367.1728082,900.5417428,1203.255272,188.344701,0 +272602,370.5185681,908.197242,1204.265708,190.0760314,0 +272603,374.3481984,915.6969528,1205.531251,191.8816513,0 +272604,377.7784033,923.424203,1207.038586,193.8491621,0 +272605,381.67131,931.3321382,1208.748696,195.62519,0 +272606,384.9728162,939.2756125,1210.630701,197.4770145,0 +272607,389.3466215,947.1570266,1212.659295,199.4906904,0 +272608,392.8014975,955.4009975,1214.814167,201.1759324,0 +272609,396.9321199,963.5406533,1217.077661,203.2871418,0 +272610,400.6321904,971.768691,1219.435694,205.2416159,0 +272611,404.8392284,979.2981044,1221.875688,207.2230859,0 +272612,408.7451833,986.448315,1224.352134,209.3984747,0 +272613,412.9622401,999.3235945,1226.8328,211.4021289,0 +272614,416.9442888,1009.428677,1229.30615,213.6182743,0 +272615,421.3140126,1019.380825,1231.76769,215.658908,0 +272616,425.2920928,1029.345889,1234.193895,218.0599554,0 +272617,429.730935,1039.269442,1236.600732,219.9011118,0 +272618,433.8584273,1049.163431,1239.011155,222.300612,0 +272619,438.2854116,1058.966646,1241.41827,224.3814734,0 +272620,442.4769124,1068.968801,1243.818038,226.5396909,0 +272621,447.0511565,1078.636014,1246.205028,228.9172758,0 +272622,451.223287,1088.423494,1248.582359,231.1400207,0 +272623,455.8566641,1098.278358,1250.946441,233.3332097,0 +272624,460.137747,1107.974005,1253.300545,235.7042537,0 +272625,464.8379673,1117.708262,1255.640818,237.8963888,0 +272626,469.126316,1131.076899,1257.970327,240.2937599,0 +272627,473.8740281,1138.565497,1260.263126,242.5111309,0 +272628,478.3043388,1151.780347,1262.533996,244.9330123,0 +272629,483.0187882,1157.499944,1264.805332,247.1742751,0 +272630,487.4989437,1173.95255,1267.06918,249.6193412,0 +272631,492.3163261,1174.558201,1269.323947,251.8832643,0 +272632,496.8555772,1166.061468,1271.564039,254.3502487,0 +272633,501.6685906,1207.084908,1273.78491,256.6356259,0 +272634,506.2470295,1200.382997,1276.002953,258.9455849,0 +272635,511.2003656,1213.604188,1278.19633,261.5276645,0 +272636,515.7318407,1222.83956,1280.377776,263.8963823,0 +272637,520.7272777,1232.50994,1282.519677,266.2540044,0 +272638,525.3587331,1241.723485,1284.639158,268.7805901,0 +272639,529.9909572,1251.156145,1286.753882,271.123518,0 +272640,535.2517431,1260.550287,1288.855411,273.6684454,0 +272641,540.6074407,1269.881618,1290.944465,276.3529753,0 +272642,546.2173409,1279.651949,1293.030273,279.0678385,0 +272643,551.9297567,1288.954637,1295.116399,281.7958937,0 +272644,557.4180359,1298.494347,1297.20139,284.5354722,0 +272645,563.1827618,1307.91569,1299.282492,287.2850228,0 +272646,568.8231305,1317.319914,1301.511615,290.0449923,0 +272647,574.5353662,1326.694702,1303.546865,292.814065,0 +272648,580.2649384,1336.118799,1305.582912,295.5928232,0 +272649,585.9695812,1345.300206,1307.613321,298.3801493,0 +272650,591.8627786,1354.554291,1309.634143,301.1766047,0 +272651,597.5486962,1363.905732,1311.642881,303.7764216,0 +272652,603.3634419,1373.128359,1313.637584,306.909228,0 +272653,609.2653797,1382.189017,1315.617136,309.5682893,0 +272654,615.1362455,1391.383079,1317.560767,312.650269,0 +272655,620.8970824,1400.461738,1319.482024,315.1545234,0 +272656,626.90789,1409.521136,1321.397599,318.1649685,0 +272657,632.7776704,1418.540558,1323.300863,320.9987277,0 +272658,638.6722526,1427.521465,1325.187934,323.8238234,0 +272659,644.7521078,1436.548642,1327.056895,326.7272089,0 +272660,650.6082638,1445.319307,1328.906719,329.5598804,0 +272661,656.5936738,1454.154463,1330.736509,332.454725,0 +272662,662.6716013,1463.095836,1332.526975,335.3576661,0 +272663,668.708661,1471.894757,1334.291761,338.2122823,0 +272664,674.6238992,1480.512168,1336.047468,341.126166,0 +272665,680.8041655,1489.273093,1337.78739,344.0470782,0 +272666,686.8284502,1497.908982,1339.508327,346.9191514,0 +272667,692.872607,1506.609179,1341.208426,349.8500436,0 +272668,699.1190733,1514.938113,1342.886923,352.7885849,0 +272669,705.1122598,1523.6656,1344.525383,355.6758305,0 +272670,711.302136,1532.055215,1346.136995,358.6234355,0 +272671,716.8752331,1537.939848,1347.737471,361.40293,0 +272672,722.5220381,1543.40218,1349.261597,364.0945851,0 +272673,728.0019555,1548.663989,1350.670374,366.8264849,0 +272674,733.5645944,1558.998986,1351.954688,369.3020405,0 +272675,738.8901729,1551.815773,1353.122487,372.3356961,0 +272676,744.4731972,1582.797427,1354.178584,374.8425887,0 +272677,749.846863,1539.756707,1355.145565,377.5522608,0 +272678,755.2659038,1584.24672,1355.987141,380.2371307,0 +272679,760.5941517,1571.676588,1356.760474,382.8469762,0 +272680,766.1163988,1578.373583,1357.456691,385.5063607,0 +272681,771.3270299,1581.895031,1358.087547,388.130699,0 +272682,776.7154579,1585.210492,1358.650952,390.7759699,0 +272683,782.0167851,1588.465653,1359.149931,393.3437089,0 +272684,787.2493918,1591.314612,1359.587298,395.9619653,0 +272685,792.6187577,1594.220823,1359.96588,398.5443741,0 +272686,797.8281894,1596.884684,1360.288478,401.1481559,0 +272687,803.1392672,1599.412653,1360.55746,403.6720163,0 +272688,808.2616846,1601.792469,1360.758854,406.2477638,0 +272689,813.4473956,1604.026905,1360.907803,408.7866022,0 +272690,818.7172205,1606.119084,1361.020404,411.3475824,0 +272691,823.8320382,1608.071124,1361.092236,413.8256468,0 +272692,828.9891616,1609.886023,1361.121991,416.3575769,0 +272693,834.1159717,1611.565623,1361.109974,418.8513629,0 +272694,839.1590502,1613.112614,1361.056977,421.3389625,0 +272695,844.4167614,1614.528629,1360.964075,423.8434147,0 +272696,849.3362077,1615.917896,1360.832458,426.2638952,0 +272697,854.4513942,1616.928976,1360.663084,428.7383851,0 +272698,859.4748103,1618.038266,1360.457094,431.1746006,0 +272699,864.490411,1618.934434,1360.215515,433.6036895,0 +272700,869.4197347,1619.725177,1359.939261,436.0508596,0 +272701,873.3955723,1620.179184,1359.613702,438.0195451,0 +272702,877.2264878,1620.429498,1359.239629,440.0543299,0 +272703,881.1045013,1620.532966,1358.823207,442.0501473,0 +272704,885.0159143,1620.508542,1358.357146,444.0365415,0 +272705,888.7197044,1620.36291,1357.841175,446.0070047,0 +272706,892.558021,1620.099822,1357.277532,447.9927365,0 +272707,896.3011146,1619.721084,1356.669184,449.8845323,0 +272708,899.9582499,1619.228854,1356.018692,451.8313365,0 +272709,903.7668133,1618.624384,1355.328449,453.7336773,0 +272710,907.3853708,1617.909576,1354.600523,455.6259273,0 +272711,911.0427677,1617.085575,1353.83668,457.5024956,0 +272712,914.6614012,1616.154191,1353.03862,459.3638755,0 +272713,912.5967114,1607.362497,1352.208031,460.1239372,0 +272714,915.0519788,1605.064297,1351.156877,461.7859186,0 +272715,918.0897462,1603.034699,1349.957987,463.4720623,0 +272716,921.2757873,1601.146084,1348.705441,465.2488627,0 +272717,924.5103299,1599.231045,1347.449093,466.9973977,0 +272718,927.7611109,1597.273593,1346.201969,468.7460569,0 +272719,930.9388953,1595.258619,1344.961731,470.4860695,0 +272720,934.3732297,1593.1788,1343.723188,472.2161485,0 +272721,937.4403347,1591.02927,1342.482539,473.9350399,0 +272722,940.7362387,1588.808966,1341.237264,475.6425982,0 +272723,943.9368156,1586.516105,1339.986084,477.3705313,0 +272724,947.1369585,1584.048942,1338.727883,479.0049376,0 +272725,950.3221928,1581.756486,1337.461775,480.7007406,0 +272726,953.492679,1579.173375,1336.187181,482.3545854,0 +272727,956.6471476,1576.605354,1334.903423,484.0013155,0 +272728,959.7857517,1573.949883,1333.610141,485.6358434,0 +272729,962.907414,1571.222532,1332.307022,487.2577829,0 +272730,966.0123057,1568.424291,1330.993873,488.8673462,0 +272731,969.0110433,1588.665141,1329.670585,490.3131665,0 +272732,972.1857047,1532.964766,1328.354215,491.7516162,0 +272733,975.1714513,1579.605497,1327.025171,493.0796068,0 +272734,978.2159749,1570.415395,1325.725835,494.4634505,0 +272735,981.2348816,1543.346458,1324.42231,495.7972175,0 +272736,984.241633,1591.511736,1323.114823,497.1190077,0 +272737,987.3139349,1521.416492,1321.826163,498.4240608,0 +272738,990.1765545,1573.559519,1320.508532,499.7129177,0 +272739,993.2063901,1553.910802,1319.214473,500.9863261,0 +272740,996.1513528,1550.47005,1317.903512,502.2445585,0 +272741,999.0976197,1557.480995,1316.589772,503.4881645,0 +272742,1002.032149,1543.880782,1315.273458,504.7175428,0 +272743,1004.875259,1557.109093,1313.946306,505.932994,0 +272744,1007.908373,1540.209649,1312.618703,507.1349854,0 +272745,1010.74689,1550.439019,1311.277489,508.3584387,0 +272746,1013.648394,1542.588912,1309.934748,509.4816565,0 +272747,1016.524574,1543.796737,1308.580918,510.6709403,0 +272748,1019.389263,1541.421965,1307.221142,511.8161457,0 +272749,1026.114734,1546.994055,1305.852926,512.426991,0 +272750,1029.370765,1546.430895,1304.562145,513.3984889,0 +272751,1032.419235,1545.549243,1303.325983,514.4003242,0 +272752,1035.401473,1544.322719,1302.108399,515.3994938,0 +272753,1038.341355,1543.246634,1300.699718,516.3907947,0 +272754,1041.248317,1541.882705,1299.44255,517.3722661,0 +272755,1044.128339,1540.541394,1298.160042,518.3433515,0 +272756,1046.984249,1539.129014,1296.853522,519.3038887,0 +272757,1049.819273,1537.665119,1295.524938,520.253985,0 +272758,1053.345713,1536.152258,1294.176201,521.1936812,0 +272759,1056.337657,1534.592099,1292.809209,522.1231679,0 +272760,1058.732693,1532.985732,1291.423662,523.0424895,0 +272761,1062.316471,1531.32097,1290.022281,523.9489785,0 +272762,1064.022997,1529.606127,1288.605512,524.8806005,0 +272763,1068.580934,1527.846032,1287.174406,525.7113226,0 +272764,1068.643515,1526.041615,1285.730043,526.6139984,0 +272765,1075.675109,1524.193881,1284.272132,527.112623,0 +272766,1071.763341,1522.30324,1282.803968,528.5176629,0 +272767,1084.964381,1520.370605,1281.321903,529.0928753,0 +272768,1071.252232,1518.396708,1279.835913,529.9943533,0 +272769,1099.860846,1516.381426,1278.332513,530.8243229,0 +272770,1061.715335,1514.325123,1276.847001,531.6458152,0 +272771,1095.457742,1512.227809,1275.318595,532.4586579,0 +272772,1090.07322,1510.08967,1273.787967,533.2627988,0 +272773,1092.15646,1508.005979,1272.246294,534.0585647,0 +272774,1095.463939,1505.648333,1270.699541,534.8458818,0 +272775,1098.110195,1503.360897,1269.147366,535.6250193,0 +272776,1100.518761,1501.182884,1267.587876,536.395974,0 +272777,1103.115392,1498.773639,1266.0227,537.158969,0 +272778,1105.616759,1496.407154,1264.450917,537.9140129,0 +272779,1108.119198,1493.985432,1262.874274,538.6613192,0 +272780,1110.608268,1491.523261,1261.291851,539.3639568,0 +272781,1113.084825,1489.020834,1259.705421,540.1520183,0 +272782,1115.547844,1486.478065,1258.114052,540.8486822,0 +272783,1117.998359,1483.895024,1256.519465,541.5723008,0 +272784,1120.436058,1481.271636,1254.920707,542.282263,0 +272785,1122.861128,1478.607957,1253.31951,543.022631,0 +272786,1125.363903,1475.90391,1251.714889,543.6617021,0 +272787,1127.626483,1473.159543,1250.108576,544.3789033,0 +272788,1130.08291,1470.374778,1248.499496,545.0545796,0 +272789,1132.444166,1467.549872,1246.88947,545.7299991,0 +272790,1134.718169,1464.590384,1245.277417,546.3987395,0 +272791,1137.872027,1463.126936,1243.664964,547.3410502,0 +272792,1140.950965,1461.67993,1242.069276,548.3360685,0 +272793,1144.170396,1460.411492,1240.500848,549.3561697,0 +272794,1147.414748,1459.188518,1238.962503,550.3937634,0 +272795,1150.689573,1458.00688,1237.452374,551.4075704,0 +272796,1153.992179,1456.855405,1235.967349,552.5294067,0 +272797,1157.409616,1455.726115,1234.504552,553.5762492,0 +272798,1160.620631,1454.612798,1233.061663,554.6689637,0 +272799,1164.063113,1453.510233,1231.636762,555.7652043,0 +272800,1167.438647,1452.505473,1230.22848,556.8711526,0 +272801,1170.852269,1451.278046,1228.835515,557.9863638,0 +272802,1174.283598,1450.24814,1227.456813,559.1105592,0 +272803,1177.733664,1449.132937,1226.091591,560.2434414,0 +272804,1181.201359,1448.024124,1224.739095,561.3847831,0 +272805,1184.592488,1446.90452,1223.398775,562.573097,0 +272806,1188.329703,1445.771291,1222.070194,563.6717643,0 +272807,1191.632995,1444.621932,1220.753072,564.8276867,0 +272808,1195.251953,1443.454103,1219.446998,566.0529904,0 +272809,1198.783884,1442.26558,1218.152006,567.2042353,0 +272810,1202.345407,1441.05431,1216.867882,568.39883,0 +272811,1205.921777,1439.818316,1215.594648,569.5939976,0 +272812,1209.511403,1438.555783,1214.332324,570.7963588,0 +272813,1213.114551,1437.264941,1213.080994,572.0057074,0 +272814,1216.730763,1435.944175,1211.840784,573.2220061,0 +272815,1220.455065,1434.591882,1210.61186,574.4451141,0 +272816,1223.948833,1433.20662,1209.394468,575.6750091,0 +272817,1227.675525,1431.786928,1208.188738,576.9115544,0 +272818,1231.324476,1430.331512,1206.995074,578.1547546,0 +272819,1235.001097,1428.747655,1205.813701,579.365003,0 +272820,1236.264282,1423.114271,1204.645005,582.7491456,0 +272821,1239.358341,1420.758633,1203.532126,584.2928253,0 +272822,1242.951017,1418.761044,1202.465574,585.6620657,0 +272823,1246.38909,1416.802246,1201.423956,587.0868895,0 +272824,1249.955443,1414.853361,1200.394845,588.4623481,0 +272825,1253.628819,1412.89315,1199.374582,589.8381769,0 +272826,1257.069187,1410.911106,1198.363631,591.2110851,0 +272827,1260.754023,1408.901033,1197.363412,592.5421804,0 +272828,1264.361051,1406.859222,1196.375496,593.9763863,0 +272829,1267.998087,1404.782933,1195.400969,595.3186775,0 +272830,1271.648381,1402.669549,1194.440761,596.7005518,0 +272831,1275.311535,1400.517969,1193.495768,598.077279,0 +272832,1278.986685,1398.415304,1192.566817,599.4564959,0 +272833,1282.673702,1395.964632,1191.654727,600.8382023,0 +272834,1286.372649,1393.879975,1190.760229,602.2229116,0 +272835,1290.184867,1391.483162,1189.884257,603.6106096,0 +272836,1293.748803,1389.132317,1189.027477,605.0017766,0 +272837,1297.456847,1386.721827,1188.190593,606.4377278,0 +272838,1301.339969,1384.264605,1187.374487,607.73144,0 +272839,1305.01587,1381.759683,1186.579851,609.2283611,0 +272840,1308.79812,1379.206582,1185.807406,610.5960087,0 +272841,1312.583311,1376.604291,1185.053235,612.0135414,0 +272842,1316.391266,1373.952878,1184.327959,613.42867,0 +272843,1320.213814,1371.251241,1183.639623,614.8482473,0 +272844,1324.050108,1368.499252,1182.990201,616.2726796,0 +272845,1327.898515,1365.696094,1182.378019,617.7017066,0 +272846,1331.863195,1362.754587,1181.78641,619.1358755,0 +272847,1335.575043,1359.973697,1181.225011,620.5748657,0 +272848,1339.538452,1356.953986,1180.702763,622.0192563,0 +272849,1343.415163,1353.957526,1180.211905,623.425983,0 +272850,1347.320513,1350.980992,1179.74833,624.9461824,0 +272851,1350.529497,1346.864109,1179.309713,626.114733,0 +272852,1353.5993,1342.713988,1178.883701,627.274179,0 +272853,1356.606159,1338.360718,1178.462186,628.4025951,0 +272854,1359.46266,1333.919889,1178.041931,629.5583475,0 +272855,1362.556299,1329.303267,1177.622817,630.5919951,0 +272856,1365.373406,1324.818476,1177.205686,631.7130536,0 +272857,1368.262105,1320.073228,1176.791439,632.7838069,0 +272858,1371.216237,1315.333097,1176.380715,633.8530616,0 +272859,1373.868967,1310.513529,1175.974096,634.9135831,0 +272860,1376.749734,1305.631695,1175.571818,635.9664647,0 +272861,1379.506622,1300.622566,1175.188136,637.0116922,0 +272862,1382.261511,1295.671059,1174.810746,638.050247,0 +272863,1384.996354,1290.633445,1174.428758,639.0820303,0 +272864,1387.713101,1285.466788,1174.048288,640.0641105,0 +272865,1390.411456,1280.365506,1173.67194,641.1504519,0 +272866,1393.093612,1275.0329,1173.300909,642.1320942,0 +272867,1395.759132,1269.961552,1172.935586,643.1489867,0 +272868,1398.410145,1264.567347,1172.576347,644.1538502,0 +272869,1401.046145,1259.393675,1172.22319,645.1539934,0 +272870,1403.669189,1253.863106,1171.876291,646.1502,0 +272871,1406.278689,1248.501987,1171.535627,647.1421818,0 +272872,1408.87673,1243.118847,1171.201346,648.1307777,0 +272873,1411.462627,1237.596527,1170.873483,649.1156573,0 +272874,1414.038367,1232.119079,1170.552048,650.0976439,0 +272875,1416.715694,1226.602285,1170.23713,651.0763978,0 +272876,1419.099001,1221.056598,1169.928804,652.0527234,0 +272877,1421.730962,1215.494015,1169.626966,653.0262684,0 +272878,1427.027051,1209.904664,1169.331767,653.9978257,0 +272879,1423.293878,1204.29687,1169.04437,655.0120397,0 +272880,1441.079176,1198.592302,1168.760405,655.9113961,0 +272881,1415.540458,1193.08632,1168.490649,656.8963212,0 +272882,1442.490174,1187.404294,1168.215195,657.9633626,0 +272883,1452.895306,1181.852238,1167.963823,658.9379586,0 +272884,1412.826213,1176.019317,1167.721144,659.9550568,0 +272885,1455.683502,1170.523859,1167.469786,660.9641667,0 +272886,1441.922681,1164.796347,1167.252163,661.9735593,0 +272887,1447.468968,1159.139983,1167.029495,662.9828326,0 +272888,1450.099696,1175.701562,1166.81961,663.9925559,0 +272889,1452.685799,1115.05384,1166.624744,665.0024458,0 +272890,1455.283897,1158.571708,1166.418434,666.0131768,0 +272891,1457.994005,1139.79194,1166.243468,667.0244035,0 +272892,1460.414933,1120.198534,1166.066028,668.0368569,0 +272893,1463.09859,1140.805037,1165.894006,669.0501124,17.24992904 +272894,1465.678238,1110.808788,1165.744368,670.0648563,28.66580391 +272895,1468.278241,1127.530458,1165.591437,671.0807731,7.053995424 +272896,1470.881233,1110.749887,1165.448911,672.0984174,44.37327071 +272897,1473.48693,1112.913548,1165.31919,673.1175565,0 +272898,1476.096489,1106.756296,1165.184818,674.1387451,56.21768895 +272899,1478.710542,1103.01803,1165.076418,675.1154367,0 +272900,1481.329216,1098.91203,1164.954728,676.2108391,54.77828456 +272901,1483.953199,1094.819774,1164.861653,677.2031449,0 +272902,1486.584054,1090.740121,1164.755681,678.240917,44.65944358 +272903,1489.220952,1086.674781,1164.675977,679.2729034,52.3336603 +272904,1491.98295,1082.625824,1164.600172,680.3077026,1.499713371 +272905,1494.456378,1078.663137,1164.517746,681.3448883,52.05049371 +272906,1497.208212,1074.549096,1164.462618,682.4318118,34.55904442 +272907,1499.861715,1070.609118,1164.40469,683.4034424,39.15005324 +272908,1502.426889,1066.62993,1164.357378,684.4845574,40.70429831 +272909,1505.305299,1062.617454,1164.317611,685.5251262,41.99433049 +272910,1507.91561,1058.802693,1164.285699,686.5768998,43.83341466 +272911,1510.564577,1054.801232,1164.261664,687.5823433,45.13533473 +272912,1513.181588,1050.881768,1164.24338,688.5809508,46.63947342 +272913,1515.797012,1047.044307,1164.229647,689.5774509,48.16115873 +272914,1518.413268,1043.148142,1164.220025,690.5734753,49.62719009 +272915,1521.031081,1039.285477,1164.21463,691.5694733,51.08720209 +272916,1523.650697,1035.536319,1164.213776,692.566003,52.61709487 +272917,1526.39378,1031.69505,1164.217798,693.5154588,54.08081154 +272918,1528.832875,1028.028259,1164.226903,694.5858543,55.54095944 +272919,1531.552042,1024.268668,1164.241236,695.5489242,57.07549564 +272920,1534.162076,1020.68086,1164.261027,696.5573564,58.50781149 +272921,1536.79524,1017.090788,1164.286371,697.5587859,60.04997161 +272922,1539.431395,1013.534556,1164.317379,698.5616308,61.51626695 +272923,1542.070616,1010.022167,1164.354137,699.5657826,63.01051431 +272924,1544.712964,1006.558884,1164.396709,700.5714051,64.50453839 +272925,1547.358282,1003.147386,1164.445166,701.5784624,65.95802063 +272926,1550.006487,999.7900611,1164.49954,702.5870561,67.54765977 +272927,1552.658203,996.4890063,1164.559895,703.5971566,68.91729242 +272928,1555.312425,993.2463723,1164.626193,704.6088217,70.47107734 +272929,1557.969723,990.1275909,1164.698526,705.6220286,72.02965718 +272930,1560.629834,986.9134977,1164.776866,706.6367944,73.40657886 +272931,1563.41732,983.9056809,1164.847331,707.653124,75.04735587 +272932,1565.890822,980.9072209,1164.922512,708.6709501,76.4056084 +272933,1569.294296,977.9882976,1165.013263,709.6902947,77.97174465 +272934,1573.935401,975.0778087,1165.114058,710.7111135,79.54731629 +272935,1570.335627,972.3967584,1165.222959,711.7823324,80.95896633 +272936,1592.79269,969.6512756,1165.33481,712.7317538,82.46953301 +272937,1555.892607,967.0403519,1165.47608,713.7447579,84.08371713 +272938,1593.618377,964.5602859,1165.591203,714.836899,85.44618747 +272939,1582.184459,962.0091876,1165.72246,715.8276041,87.07634637 +272940,1587.12251,959.7901375,1165.853079,716.8647543,88.5509479 +272941,0,0,0,0,0 +272942,0,0,0,0,0 +272943,0,0,0,0,0 +272944,0,0,0,0,0 +272945,0,0,0,0,0 +272946,0,0,0,0,0 +272947,0,0,0,0,0 +272948,0,0,0,0,0 +272949,0,0,0,0,0 +272950,0,0,0,0,0 +272951,0,0,0,0,0 +272952,0,0,0,0,0 +272953,0,0,0,0,0 +272954,0,0,0,0,0 +272955,0,0,0,0,0 +272956,0,0,0,0,0 +272957,0,0,0,0,0 +272958,0,0,0,0,0 +272959,0,0,0,0,0 +272960,0,0,0,0,0 +272961,0,0,0,0,0 +272962,0,0,0,0,0 +272963,0,0,0,0,0 +272964,0,0,0,0,0 +272965,0,0,0,0,0 +272966,0,0,0,0,0 +272967,0,0,0,0,0 +272968,0,0,0,0,0 +272969,0,0,0,0,0 +272970,0,0,0,0,0 +272971,0,0,0,0,0 +272972,0,0,0,0,0 +272973,0,0,0,0,0 +272974,0,0,0,0,0 +272975,0,0,0,0,0 +272976,0,0,0,0,0 +272977,0,0,0,0,0 +272978,0,0,0,0,0 +272979,0,0,0,0,0 +272980,0,0,0,0,0 +272981,0,0,0,0,0 +272982,0,0,0,0,0 +272983,0,0,0,0,0 +272984,0,0,0,0,0 +272985,0,0,0,0,0 +272986,0,0,0,0,0 +272987,0,0,0,0,0 +272988,0,0,0,0,0 +272989,0,0,0,0,0 +272990,0,0,0,0,0 +272991,0,0,0,0,0 +272992,0,0,0,0,0 +272993,0,0,0,0,0 +272994,0,0,0,0,0 +272995,0,0,0,0,0 +272996,0,0,0,0,0 +272997,0,0,0,0,0 +272998,0,0,0,0,0 +272999,0,0,0,0,0 +273000,0,0,0,0,0 +273001,0,0,0,0,0 +273002,0,0,0,0,0 +273003,0,0,0,0,0 +273004,0,0,0,0,0 +273005,0,0,0,0,0 +273006,0,0,0,0,0 +273007,0,0,0,0,0 +273008,0,0,0,0,0 +273009,0,0,0,0,0 +273010,0,0,0,0,0 +273011,0,0,0,0,0 +273012,0,0,0,0,0 +273013,0,0,0,0,0 +273014,0,0,0,0,0 +273015,0,0,0,0,0 +273016,0,0,0,0,0 +273017,0,0,0,0,0 +273018,0,0,0,0,0 +273019,0,0,0,0,0 +273020,0,0,0,0,0 +273021,0,0,0,0,0 +273022,0,0,0,0,0 +273023,0,0,0,0,0 +273024,0,0,0,0,0 +273025,0,0,0,0,0 +273026,0,0,0,0,0 +273027,0,0,0,0,0 +273028,0,0,0,0,0 +273029,0,0,0,0,0 +273030,0,0,0,0,0 +273031,0,0,0,0,0 +273032,0,0,0,0,0 +273033,0,0,0,0,0 +273034,0,0,0,0,0 +273035,0,0,0,0,0 +273036,0,0,0,0,0 +273037,0,0,0,0,0 +273038,0,0,0,0,0 +273039,0,0,0,0,0 +273040,0,0,0,0,0 +273041,0,0,0,0,0 +273042,0,0,0,0,0 +273043,0,0,0,0,0 +273044,0,0,0,0,0 +273045,0,0,0,0,0 +273046,0,0,0,0,0 +273047,0,0,0,0,0 +273048,0,0,0,0,0 +273049,0,0,0,0,0 +273050,0,0,0,0,0 +273051,0,0,0,0,0 +273052,0,0,0,0,0 +273053,0,0,0,0,0 +273054,0,0,0,0,0 +273055,0,0,0,0,0 +273056,0,0,0,0,0 +273057,0,0,0,0,0 +273058,0,0,0,0,0 +273059,0,0,0,0,0 +273060,0,0,0,0,0 +273061,0,0,0,0,0 +273062,0,0,0,0,0 +273063,0,0,0,0,0 +273064,0,0,0,0,0 +273065,0,0,0,0,0 +273066,0,0,0,0,0 +273067,0,0,0,0,0 +273068,0,0,0,0,0 +273069,0,0,0,0,0 +273070,0,0,0,0,0 +273071,0,0,0,0,0 +273072,0,0,0,0,0 +273073,0,0,0,0,0 +273074,0,0,0,0,0 +273075,0,0,0,0,0 +273076,0,0,0,0,0 +273077,0,0,0,0,0 +273078,0,0,0,0,0 +273079,0,0,0,0,0 +273080,0,0,0,0,0 +273081,0,0,0,0,0 +273082,0,0,0,0,0 +273083,0,0,0,0,0 +273084,0,0,0,0,0 +273085,0,0,0,0,0 +273086,0,0,0,0,0 +273087,0,0,0,0,0 +273088,0,0,0,0,0 +273089,0,0,0,0,0 +273090,0,0,0,0,0 +273091,0,0,0,0,0 +273092,0,0,0,0,0 +273093,0,0,0,0,0 +273094,0,0,0,0,0 +273095,0,0,0,0,0 +273096,0,0,0,0,0 +273097,0,0,0,0,0 +273098,0,0,0,0,0 +273099,0,0,0,0,0 +273100,0,0,0,0,0 +273101,0,0,0,0,0 +273102,0,0,0,0,0 +273103,0,0,0,0,0 +273104,0,0,0,0,0 +273105,0,0,0,0,0 +273106,0,0,0,0,0 +273107,0,0,0,0,0 +273108,0,0,0,0,0 +273109,0,0,0,0,0 +273110,0,0,0,0,0 +273111,0,0,0,0,0 +273112,0,0,0,0,0 +273113,0,0,0,0,0 +273114,0,0,0,0,0 +273115,0,0,0,0,0 +273116,0,0,0,0,0 +273117,0,0,0,0,0 +273118,0,0,0,0,0 +273119,0,0,0,0,0 +273120,0,0,0,0,0 +273121,0,0,0,88.46862227,0 +273122,0,0,0,92.04310779,0 +273123,0,0,0,22.44920284,0 +273124,0,0,0,90.96275897,0 +273125,0,0,0,83.44584612,0 +273126,0,0,0,86.20725151,0 +273127,0,0,0,93.69843058,0 +273128,0,0,0,98.60130361,0 +273129,0,0,0,103.5738457,0 +273130,0,0,0,108.3861959,0 +273131,0,0,0,112.9939825,0 +273132,0,0,0,117.4804875,0 +273133,0,0,0,121.740709,0 +273134,0,0,0,125.825015,0 +273135,0,0,0,129.8056684,0 +273136,0,0,0,133.6486621,0 +273137,0,0,0,137.2779602,0 +273138,0,0,0,140.7851403,0 +273139,0,0,0,144.054655,0 +273140,0,0,0,147.3268387,0 +273141,0,0,0,150.3591787,0 +273142,0,0,0,153.287542,0 +273143,0,0,0,156.0738162,0 +273144,0,0,0,158.6678758,0 +273145,0,0,0,161.3226949,0 +273146,0,0,0,163.5131593,0 +273147,0,0,0,165.9073216,0 +273148,0,0,0,167.9682717,0 +273149,0,0,0,169.9683688,0 +273150,0,0,0,171.8293416,0 +273151,0,0,0,172.3940856,0 +273152,0,0,0,172.6164643,0 +273153,0,0,0,172.5901346,0 +273154,0,0,0,172.3411072,0 +273155,0,0,0,171.8815629,0 +273156,0,0,0,171.218844,0 +273157,0,0,0,170.3590699,0 +273158,0,0,0,169.3063177,0 +273159,0,0,0,168.0644459,0 +273160,0,0,0,166.6374883,0 +273161,0,0,0,165.0280248,0 +273162,0,0,0,163.2972681,0 +273163,0,0,0,150.5085164,0 +273164,0,0,0,146.7953195,0 +273165,0,0,0,143.3192582,0 +273166,0,0,0,140.1948959,0 +273167,0,0,0,136.7164984,0 +273168,0,0,0,133.3538634,0 +273169,0,0,0,129.6559589,0 +273170,0,0,0,126.1092266,0 +273171,0,0,0,122.1638091,0 +273172,0,0,0,118.288091,0 +273173,0,0,0,114.1161932,0 +273174,0,0,0,109.9154296,0 +273175,0,0,0,105.5778368,0 +273176,0,0,0,101.0522413,0 +273177,0,0,0,96.38983911,0 +273178,0,0,0,91.67228519,0 +273179,0,0,0,86.74066695,0 +273180,0,0,0,81.92836258,0 +273181,0,0,0,76.35052554,0 +273182,0,0,0,71.2515584,0 +273183,0,0,0,65.79963393,0 +273184,0,0,0,60.45987909,0 +273185,0,0,0,90.228007,0 +273186,0,0,0,0,0 +273187,0,0,0,62.16044392,0 +273188,0,0,0,57.41711777,0 +273189,0,0,0,0,0 +273190,0,0,0,57.20691468,0 +273191,0,0,0,0,0 +273192,0,0,0,0,0 +273193,0,0,0,0,0 +273194,0,0,0,0,0 +273195,0,0,0,0,0 +273196,0,0,0,0,0 +273197,0,0,0,0,0 +273198,0,0,0,0,0 +273199,0,0,0,0,0 +273200,0,0,0,0,0 +273201,0,0,0,0,0 +273202,0,0,0,0,0 +273203,0,0,0,0,0 +273204,0,0,0,0,0 +273205,0,0,0,0,0 +273206,0,0,0,0,0 +273207,0,0,0,0,0 +273208,0,0,0,0,0 +273209,0,0,0,0,0 +273210,0,0,0,0,0 +273211,0,0,0,0,0 +273212,0,0,0,0,0 +273213,0,0,0,0,0 +273214,0,0,0,0,0 +273215,0,0,0,0,0 +273216,0,0,0,0,0 +273217,0,0,0,0,0 +273218,0,0,0,0,0 +273219,0,0,0,0,0 +273220,0,0,0,0,0 +273221,0,0,0,0,0 +273222,0,0,0,0,0 +273223,0,0,0,0,0 +273224,0,0,0,0,0 +273225,0,0,0,0,0 +273226,0,0,0,0,0 +273227,0,0,0,0,0 +273228,0,0,0,0,0 +273229,0,0,0,0,0 +273230,0,0,0,0,0 +273231,0,0,0,0,0 +273232,0,0,0,0,0 +273233,0,0,0,0,0 +273234,0,0,0,0,0 +273235,0,0,0,0,0 +273236,0,0,0,0,0 +273237,0,0,0,0,0 +273238,0,0,0,0,0 +273239,0,0,0,0,0 +273240,0,0,0,0,0 +273241,0,0,0,0,0 +273242,0,0,0,0,0 +273243,0,0,0,0,0 +273244,0,0,0,0,0 +273245,0,0,0,0,0 +273246,0,0,0,0,0 +273247,0,0,0,0,0 +273248,0,0,0,0,0 +273249,0,0,0,0,0 +273250,0,0,0,0,0 +273251,0,0,0,0,0 +273252,0,0,0,0,0 +273253,0,0,0,0,0 +273254,0,0,0,0,0 +273255,0,0,0,0,0 +273256,0,0,0,0,0 +273257,0,0,0,0,0 +273258,0,0,0,0,0 +273259,0,0,0,0,0 +273260,0,0,0,0,0 +273261,0,0,0,0,0 +273262,0,0,0,0,0 +273263,0,0,0,0,0 +273264,0,0,0,0,0 +273265,0,0,0,0,0 +273266,0,0,0,0,0 +273267,0,0,0,0,0 +273268,0,0,0,0,0 +273269,0,0,0,0,0 +273270,0,0,0,0,0 +273271,0,0,0,0,0 +273272,0,0,0,0,0 +273273,0,0,0,0,0 +273274,0,0,0,0,0 +273275,0,0,0,0,0 +273276,0,0,0,0,0 +273277,0,0,0,0,0 +273278,0,0,0,0,0 +273279,0,0,0,0,0 +273280,0,0,0,0,0 +273281,0,0,0,0,0 +273282,0,0,0,0,0 +273283,0,0,0,0,0 +273284,0,0,0,0,0 +273285,0,0,0,0,0 +273286,0,0,0,0,0 +273287,0,0,0,0,0 +273288,0,0,0,0,0 +273289,0,0,0,0,0 +273290,0,0,0,0,0 +273291,0,0,0,0,0 +273292,0,0,0,0,0 +273293,0,0,0,0,0 +273294,0,0,0,0,0 +273295,0,0,0,0,0 +273296,0,0,0,0,0 +273297,0,0,0,0,0 +273298,0,0,0,0,0 +273299,0,0,0,0,0 +273300,0,0,0,0,0 +273301,0,0,0,0,0 +273302,0,0,0,0,0 +273303,0,0,0,0,0 +273304,0,0,0,0,0 +273305,0,0,0,0,0 +273306,0,0,0,0,0 +273307,0,0,0,0,0 +273308,0,0,0,0,0 +273309,0,0,0,0,0 +273310,0,0,0,0,0 +273311,0,0,0,0,0 +273312,0,0,0,0,0 +273313,0,0,0,0,0 +273314,0,0,0,0,0 +273315,0,0,0,0,0 +273316,0,0,0,0,0 +273317,0,0,0,0,0 +273318,0,0,0,0,0 +273319,0,0,0,0,0 +273320,0,0,0,0,0 +273321,0,0,0,0,0 +273322,0,0,0,0,0 +273323,0,0,0,0,0 +273324,0,0,0,0,0 +273325,0,0,0,0,0 +273326,0,0,0,0,0 +273327,0,0,0,0,0 +273328,0,0,0,0,0 +273329,0,0,0,0,0 +273330,0,0,0,0,0 +273331,0,0,0,0,0 +273332,0,0,0,0,0 +273333,0,0,0,0,0 +273334,0,0,0,0,0 +273335,0,0,0,0,0 +273336,0,0,0,0,0 +273337,0,0,0,0,0 +273338,0,0,0,0,0 +273339,0,0,0,0,0 +273340,0,0,0,0,0 +273341,0,0,0,0,0 +273342,0,0,0,0,0 +273343,0,0,0,0,0 +273344,0,0,0,0,0 +273345,0,0,0,0,0 +273346,0,0,0,0,0 +273347,0,0,0,0,0 +273348,0,0,0,0,0 +273349,0,0,0,0,0 +273350,0,0,0,0,0 +273351,0,0,0,0,0 +273352,0,0,0,0,0 +273353,0,0,0,0,0 +273354,0,0,0,0,0 +273355,0,0,0,0,0 +273356,0,0,0,0,0 +273357,0,0,0,0,0 +273358,0,0,0,0,0 +273359,0,0,0,0,0 +273360,0,0,0,0,0 +273361,0,0,0,0,0 +273362,0,0,0,0,0 +273363,0,0,0,0,0 +273364,0,0,0,0,0 +273365,0,0,0,0,0 +273366,0,0,0,0,0 +273367,0,0,0,0,0 +273368,0,0,0,0,0 +273369,0,0,0,0,0 +273370,0,0,0,0,0 +273371,0,0,0,0,0 +273372,0,0,0,0,0 +273373,0,0,0,0,0 +273374,0,0,0,0,0 +273375,0,0,0,0,0 +273376,0,0,0,0,0 +273377,0,0,0,0,0 +273378,0,0,0,0,0 +273379,0,0,0,0,0 +273380,0,0,0,0,0 +273381,0,0,0,0,0 +273382,0,0,0,0,0 +273383,0,0,0,0,0 +273384,0,0,0,0,0 +273385,0,0,0,0,0 +273386,0,0,0,0,0 +273387,0,0,0,0,0 +273388,0,0,0,0,0 +273389,0,0,0,0,0 +273390,0,0,0,0,0 +273391,0,0,0,0,0 +273392,0,0,0,0,0 +273393,0,0,0,0,0 +273394,0,0,0,0,0 +273395,0,0,0,0,0 +273396,0,0,0,0,0 +273397,0,0,0,0,0 +273398,0,0,0,0,0 +273399,0,0,0,0,0 +273400,0,0,0,0,0 +273401,0,0,0,0,0 +273402,0,0,0,0,0 +273403,0,0,0,0,0 +273404,0,0,0,0,0 +273405,0,0,0,0,0 +273406,0,0,0,0,0 +273407,0,0,0,0,0 +273408,0,0,0,0,0 +273409,0,0,0,0,0 +273410,0,0,0,0,0 +273411,0,0,0,0,0 +273412,0,0,0,0,0 +273413,0,0,0,0,0 +273414,0,0,0,0,0 +273415,0,0,0,0,0 +273416,0,0,0,0,0 +273417,0,0,0,0,0 +273418,0,0,0,0,0 +273419,0,0,0,0,0 +273420,0,0,0,0,0 +273421,0,0,0,0,0 +273422,0,0,0,0,0 +273423,0,0,0,0,0 +273424,0,0,0,0,0 +273425,0,0,0,0,0 +273426,0,0,0,0,0 +273427,0,0,0,0,0 +273428,0,0,0,0,0 +273429,0,0,0,0,0 +273430,0,0,0,0,0 +273431,0,0,0,0,0 +273432,0,0,0,0,0 +273433,0,0,0,0,0 +273434,0,0,0,0,0 +273435,0,0,0,0,0 +273436,0,0,0,0,0 +273437,0,0,0,0,0 +273438,0,0,0,0,0 +273439,0,0,0,0,0 +273440,0,0,0,0,0 +273441,0,0,0,0,0 +273442,0,0,0,0,0 +273443,0,0,0,0,0 +273444,0,0,0,0,0 +273445,0,0,0,0,0 +273446,0,0,0,0,0 +273447,0,0,0,0,0 +273448,0,0,0,0,0 +273449,0,0,0,0,0 +273450,0,0,0,0,0 +273451,0,0,0,0,0 +273452,0,0,0,0,0 +273453,0,0,0,0,0 +273454,0,0,0,0,0 +273455,0,0,0,0,0 +273456,0,0,0,0,0 +273457,0,0,0,0,0 +273458,0,0,0,0,0 +273459,0,0,0,0,0 +273460,0,0,0,0,0 +273461,0,0,0,0,0 +273462,0,0,0,0,0 +273463,0,0,0,0,0 +273464,0,0,0,0,0 +273465,0,0,0,0,0 +273466,0,0,0,0,0 +273467,0,0,0,0,0 +273468,0,0,0,0,0 +273469,0,0,0,0,0 +273470,0,0,0,0,0 +273471,0,0,0,0,0 +273472,0,0,0,0,0 +273473,0,0,0,0,0 +273474,0,0,0,0,0 +273475,0,0,0,0,0 +273476,0,0,0,0,0 +273477,0,0,0,0,0 +273478,0,0,0,0,0 +273479,0,0,0,0,0 +273480,0,0,0,0,0 +273481,0,0,0,0,0 +273482,0,0,0,0,0 +273483,0,0,0,0,0 +273484,0,0,0,0,0 +273485,0,0,0,0,0 +273486,0,0,0,0,0 +273487,0,0,0,0,0 +273488,0,0,0,0,0 +273489,0,0,0,0,0 +273490,0,0,0,0,0 +273491,0,0,0,0,0 +273492,0,0,0,0,0 +273493,0,0,0,0,0 +273494,0,0,0,0,0 +273495,0,0,0,0,0 +273496,0,0,0,0,0 +273497,0,0,0,0,0 +273498,0,0,0,0,0 +273499,0,0,0,0,0 +273500,0,0,0,0,0 +273501,0,0,0,0,0 +273502,0,0,0,0,0 +273503,0,0,0,0,0 +273504,0,0,0,0,0 +273505,0,0,0,0,0 +273506,0,0,0,0,0 +273507,0,0,0,0,0 +273508,0,0,0,0,0 +273509,0,0,0,0,0 +273510,0,0,0,0,0 +273511,0,0,0,0,0 +273512,0,0,0,0,0 +273513,0,0,0,0,0 +273514,0,0,0,0,0 +273515,0,0,0,0,0 +273516,0,0,0,0,0 +273517,0,0,0,0,0 +273518,0,0,0,0,0 +273519,0,0,0,0,0 +273520,0,0,0,0,0 +273521,0,0,0,0,0 +273522,0,0,0,0,0 +273523,0,0,0,0,0 +273524,0,0,0,0,0 +273525,0,0,0,0,0 +273526,0,0,0,0,0 +273527,0,0,0,0,0 +273528,0,0,0,0,0 +273529,0,0,0,0,0 +273530,0,0,0,0,0 +273531,0,0,0,0,0 +273532,0,0,0,0,0 +273533,0,0,0,0,0 +273534,0,0,0,0,0 +273535,0,0,0,0,0 +273536,0,0,0,0,0 +273537,0,0,0,0,0 +273538,0,0,0,0,0 +273539,0,0,0,0,0 +273540,0,0,0,0,0 +273541,0,0,0,0,0 +273542,0,0,0,0,0 +273543,0,0,0,0,0 +273544,0,0,0,0,0 +273545,0,0,0,0,0 +273546,0,0,0,0,0 +273547,0,0,0,0,0 +273548,0,0,0,0,0 +273549,0,0,0,0,0 +273550,0,0,0,0,0 +273551,0,0,0,0,0 +273552,0,0,0,0,0 +273553,0,0,0,0,0 +273554,0,0,0,0,0 +273555,0,0,0,0,0 +273556,0,0,0,0,0 +273557,0,0,0,0,0 +273558,0,0,0,0,0 +273559,0,0,0,0,0 +273560,0,0,0,0,0 +273561,0,0,0,0,0 +273562,0,0,0,0,0 +273563,0,0,0,0,0 +273564,0,0,0,0,0 +273565,0,0,0,0,0 +273566,0,0,0,0,0 +273567,0,0,0,0,0 +273568,0,0,0,0,0 +273569,0,0,0,0,0 +273570,0,0,0,0,0 +273571,0,0,0,0,0 +273572,0,0,0,0,0 +273573,0,0,0,0,0 +273574,0,0,0,0,0 +273575,0,0,0,0,0 +273576,0,0,0,0,0 +273577,0,0,0,0,0 +273578,0,0,0,0,0 +273579,0,0,0,0,0 +273580,0,0,0,0,0 +273581,0,0,0,0,0 +273582,0,0,0,0,0 +273583,0,0,0,0,0 +273584,0,0,0,0,0 +273585,0,0,0,0,0 +273586,0,0,0,0,0 +273587,0,0,0,0,0 +273588,0,0,0,0,0 +273589,0,0,0,0,0 +273590,0,0,0,0,0 +273591,0,0,0,0,0 +273592,0,0,0,0,0 +273593,0,0,0,0,0 +273594,0,0,0,0,0 +273595,0,0,0,0,0 +273596,0,0,0,0,0 +273597,0,0,0,0,0 +273598,0,0,0,0,0 +273599,0,0,0,0,0 +273600,0,0,0,0,0 +273601,0,0,0,0,0 +273602,0,0,0,0,0 +273603,0,0,0,0,0 +273604,0,0,0,0,0 +273605,0,0,0,0,0 +273606,0,0,0,0,0 +273607,0,0,0,0,0 +273608,0,0,0,0,0 +273609,0,0,0,0,0 +273610,0,0,0,0,0 +273611,0,0,0,0,0 +273612,0,0,0,0,0 +273613,0,0,0,0,0 +273614,0,0,0,0,0 +273615,0,0,0,0,0 +273616,0,0,0,0,0 +273617,0,0,0,0,0 +273618,0,0,0,0,0 +273619,0,0,0,0,0 +273620,0,0,0,0,0 +273621,0,0,0,0,0 +273622,0,0,0,0,0 +273623,0,0,0,0,0 +273624,0,0,0,0,0 +273625,0,0,0,0,0 +273626,0,0,0,0,0 +273627,0,0,0,0,0 +273628,0,0,0,0,0 +273629,0,0,0,0,0 +273630,0,0,0,0,0 +273631,0,0,0,0,0 +273632,0,0,0,0,0 +273633,0,0,0,0,0 +273634,0,0,0,0,0 +273635,0,0,0,0,0 +273636,0,0,0,0,0 +273637,0,0,0,0,0 +273638,0,0,0,0,0 +273639,0,0,0,0,0 +273640,0,0,0,0,0 +273641,0,0,0,0,0 +273642,0,0,0,0,0 +273643,0,0,0,0,0 +273644,0,0,0,0,0 +273645,0,0,0,0,0 +273646,0,0,0,0,0 +273647,0,0,0,0,0 +273648,0,0,0,0,0 +273649,0,0,0,0,0 +273650,0,0,0,0,0 +273651,0,0,0,0,0 +273652,0,0,0,0,0 +273653,0,0,0,0,0 +273654,0,0,0,0,0 +273655,0,0,0,0,0 +273656,0,0,0,0,0 +273657,0,0,0,0,0 +273658,0,0,0,0,0 +273659,0,0,0,0,0 +273660,0,0,0,0,0 +273661,0,0,0,0,0 +273662,0,0,0,0,0 +273663,0,0,0,0,0 +273664,0,0,0,0,0 +273665,0,0,0,0,0 +273666,0,0,0,0,0 +273667,0,0,0,0,0 +273668,0,0,0,0,0 +273669,0,0,0,0,0 +273670,0,0,0,0,0 +273671,0,0,0,0,0 +273672,0,0,0,0,0 +273673,0,0,0,0,0 +273674,0,0,0,0,0 +273675,0,0,0,0,0 +273676,0,0,0,0,0 +273677,0,0,0,0,0 +273678,0,0,0,0,0 +273679,0,0,0,0,0 +273680,0,0,0,0,0 +273681,0,0,0,0,0 +273682,0,0,0,0,0 +273683,0,0,0,0,0 +273684,0,0,0,0,0 +273685,0,0,0,0,0 +273686,0,0,0,0,0 +273687,0,0,0,0,0 +273688,0,0,0,0,0 +273689,0,0,0,0,0 +273690,0,0,0,0,0 +273691,0,0,0,0,0 +273692,0,0,0,0,0 +273693,0,0,0,0,0 +273694,0,0,0,0,0 +273695,0,0,0,0,0 +273696,0,0,0,0,0 +273697,0,0,0,0,0 +273698,0,0,0,0,0 +273699,0,0,0,0,0 +273700,0,0,0,0,0 +273701,0,0,0,0,0 +273702,0,0,0,0,0 +273703,0,0,0,0,0 +273704,0,0,0,0,0 +273705,0,0,0,0,0 +273706,0,0,0,0,0 +273707,0,0,0,0,0 +273708,0,0,0,0,0 +273709,0,0,0,0,0 +273710,0,0,0,0,0 +273711,0,0,0,0,0 +273712,0,0,0,0,0 +273713,0,0,0,0,0 +273714,0,0,0,0,0 +273715,0,0,0,0,0 +273716,0,0,0,0,0 +273717,0,0,0,0,0 +273718,0,0,0,0,0 +273719,0,0,0,0,0 +273720,0,0,0,0,0 +273721,0,0,0,0,0 +273722,0,0,0,0,0 +273723,0,0,0,0,0 +273724,0,0,0,0,0 +273725,0,0,0,0,0 +273726,0,0,0,0,0 +273727,0,0,0,0,0 +273728,0,0,0,0,0 +273729,0,0,0,0,0 +273730,0,0,0,0,0 +273731,0,0,0,0,0 +273732,0,0,0,0,0 +273733,0,0,0,0,0 +273734,0,0,0,0,0 +273735,0,0,0,0,0 +273736,0,0,0,0,0 +273737,0,0,0,0,0 +273738,0,0,0,0,0 +273739,0,0,0,0,0 +273740,0,0,0,0,0 +273741,0,0,0,0,0 +273742,0,0,0,0,0 +273743,0,0,0,0,0 +273744,0,0,0,0,0 +273745,0,0,0,0,0 +273746,0,0,0,0,0 +273747,0,0,0,0,0 +273748,0,0,0,0,0 +273749,0,0,0,0,0 +273750,0,0,0,0,0 +273751,0,0,0,0,0 +273752,0,0,0,0,0 +273753,0,0,0,0,0 +273754,0,0,0,0,0 +273755,0,0,0,0,0 +273756,0,0,0,0,0 +273757,0,0,0,0,0 +273758,0,0,0,0,0 +273759,0,0,0,0,0 +273760,0,0,0,0,0 +273761,0,0,0,0,0 +273762,0,0,0,0,0 +273763,0,0,0,0,0 +273764,0,0,0,0,0 +273765,0,0,0,0,0 +273766,0,0,0,0,0 +273767,0,0,0,0,0 +273768,0,0,0,0,0 +273769,0,0,0,0,0 +273770,0,0,0,0,0 +273771,0,0,0,0,0 +273772,0,0,0,0,0 +273773,0,0,0,0,0 +273774,0,0,0,0,0 +273775,0,0,0,0,0 +273776,0,0,0,0,0 +273777,0,0,0,0,0 +273778,0,0,0,0,0 +273779,0,0,0,0,0 +273780,0,0,0,0,0 +273781,0,0,0,0,0 +273782,0,0,0,0,0 +273783,0,0,0,0,0 +273784,0,0,0,0,0 +273785,0,0,0,0,0 +273786,0,0,0,0,0 +273787,0,0,0,0,0 +273788,0,0,0,0,0 +273789,0,0,0,0,0 +273790,0,0,0,0,0 +273791,0,0,0,0,0 +273792,0,0,0,0,0 +273793,0,0,0,0,0 +273794,0,0,0,0,0 +273795,0,0,0,0,0 +273796,0,0,0,0,0 +273797,0,0,0,0,0 +273798,0,0,0,0,0 +273799,0,0,0,0,0 +273800,0,0,0,0,0 +273801,0,0,0,0,0 +273802,0,0,0,0,0 +273803,0,0,0,0,0 +273804,0,0,0,0,0 +273805,0,0,0,0,0 +273806,0,0,0,0,0 +273807,0,0,0,0,0 +273808,0,0,0,0,0 +273809,0,0,0,0,0 +273810,0,0,0,0,0 +273811,0,0,0,0,0 +273812,0,0,0,0,0 +273813,0,0,0,0,0 +273814,0,0,0,0,0 +273815,0,0,0,0,0 +273816,0,0,0,0,0 +273817,0,0,0,0,0 +273818,0,0,0,0,0 +273819,0,0,0,0,0 +273820,0,0,0,0,0 +273821,0,0,0,0,0 +273822,0,0,0,0,0 +273823,0,0,0,0,0 +273824,0,0,0,0,0 +273825,0,0,0,0,0 +273826,0,0,0,0,0 +273827,0,0,0,0,0 +273828,0,0,0,0,0 +273829,0,0,0,0,0 +273830,0,0,0,0,0 +273831,0,0,0,0,0 +273832,0,0,0,0,0 +273833,0,0,0,0,0 +273834,0,0,0,0,0 +273835,0,0,0,0,0 +273836,0,0,0,0,0 +273837,0,0,0,0,0 +273838,0,0,0,0,0 +273839,0,0,0,0,0 +273840,0,0,0,0,0 +273841,0,0,0,0,0 +273842,0,0,0,0,0 +273843,0,0,0,0,0 +273844,0,0,0,0,0 +273845,0,0,0,0,0 +273846,0,0,0,0,0 +273847,0,0,0,0,0 +273848,0,0,0,0,0 +273849,0,0,0,0,0 +273850,0,0,0,0,0 +273851,0,0,0,0,0 +273852,0,0,0,0,0 +273853,0,0,0,0,0 +273854,0,0,0,0,0 +273855,0,0,0,0,0 +273856,0,0,0,0,0 +273857,0,0,0,0,0 +273858,0,0,0,0,0 +273859,0,0,0,0,0 +273860,0,0,0,0,0 +273861,0,0,0,0,0 +273862,0,0,0,0,0 +273863,0,0,0,0,0 +273864,0,0,0,0,0 +273865,0,0,0,0,0 +273866,0,0,0,0,0 +273867,0,0,0,0,0 +273868,0,0,0,0,0 +273869,0,0,0,0,0 +273870,0,0,0,0,0 +273871,0,0,0,0,0 +273872,0,0,0,0,0 +273873,0,0,0,0,0 +273874,0,0,0,0,0 +273875,0,0,0,0,0 +273876,0,0,0,0,0 +273877,0,0,0,0,0 +273878,0,0,0,0,0 +273879,0,0,0,0,0 +273880,0,0,0,0,0 +273881,0,0,0,0,0 +273882,0,0,0,0,0 +273883,0,0,0,0,0 +273884,0,0,0,0,0 +273885,0,0,0,0,0 +273886,0,0,0,0,0 +273887,0,0,0,0,0 +273888,0,0,0,0,0 +273889,0,0,0,0,0 +273890,0,0,0,0,0 +273891,0,0,0,0,0 +273892,0,0,0,0,0 +273893,0,0,0,0,0 +273894,0,0,0,0,0 +273895,0,0,0,0,0 +273896,0,0,0,0,0 +273897,0,0,0,0,0 +273898,0,0,0,0,0 +273899,0,0,0,0,0 +273900,0,0,0,0,0 +273901,0,0,0,0,0 +273902,0,0,0,0,0 +273903,0,0,0,0,0 +273904,0,0,0,0,0 +273905,0,0,0,0,0 +273906,0,0,0,0,0 +273907,0,0,0,0,0 +273908,0,0,0,0,0 +273909,0,0,0,0,0 +273910,0,0,0,0,0 +273911,0,0,0,0,0 +273912,0,0,0,0,0 +273913,0,0,0,0,0 +273914,0,0,0,0,0 +273915,0,0,0,0,0 +273916,0,0,0,0,0 +273917,0,0,0,0,0 +273918,0,0,0,0,0 +273919,0,0,0,0,0 +273920,0,0,0,0,0 +273921,0,0,0,0,0 +273922,0,0,0,0,0 +273923,0,0,0,0,0 +273924,0,0,0,0,0 +273925,0,0,0,0,0 +273926,0,0,0,0,0 +273927,0,0,0,0,0 +273928,0,0,0,0,0 +273929,0,0,0,0,0 +273930,0,0,0,0,0 +273931,0,0,0,0,0 +273932,0,0,0,0,0 +273933,0,0,0,0,0 +273934,0,0,0,0,0 +273935,0,0,0,0,0 +273936,0,0,0,0,0 +273937,0,0,0,0,0 +273938,0,0,0,0,0 +273939,0,0,0,0,0 +273940,0,0,0,0,0 +273941,0,0,0,0,0 +273942,0,0,0,0,0 +273943,0,0,0,0,0 +273944,0,0,0,0,0 +273945,0,0,0,0,0 +273946,0,0,0,0,0 +273947,0,0,0,0,0 +273948,0,0,0,0,0 +273949,0,0,0,0,0 +273950,0,0,0,0,0 +273951,0,0,0,0,0 +273952,0,0,0,0,0 +273953,0,0,0,0,0 +273954,0,0,0,0,0 +273955,0,0,0,0,0 +273956,0,0,0,0,0 +273957,0,0,0,0,0 +273958,0,0,0,0,0 +273959,0,0,0,0,0 +273960,0,0,0,0,0 +273961,0,0,0,0,0 +273962,0,0,0,0,0 +273963,0,0,0,0,0 +273964,0,0,0,0,0 +273965,0,0,0,0,0 +273966,0,0,0,0,0 +273967,0,0,0,0,0 +273968,0,0,0,0,0 +273969,0,0,0,0,0 +273970,0,0,0,0,0 +273971,0,0,0,0,0 +273972,0,0,0,0,0 +273973,0,0,0,0,0 +273974,0,0,0,0,0 +273975,0,0,0,0,0 +273976,0,0,0,0,0 +273977,0,0,0,0,0 +273978,0,0,0,0,0 +273979,0,0,0,0,0 +273980,0,0,0,0,0 +273981,0,0,0,0,0 +273982,0,0,0,0,0 +273983,0,0,0,0,0 +273984,0,0,0,0,0 +273985,0,0,0,0,0 +273986,0,0,0,0,0 +273987,0,0,0,0,0 +273988,0,0,0,0,0 +273989,0,0,0,0,0 +273990,0,0,0,0,0 +273991,0,0,0,0,0 +273992,0,0,0,0,0 +273993,0,0,0,0,0 +273994,0,0,0,0,0 +273995,0,0,0,0,0 +273996,0,0,0,0,0 +273997,0,0,0,0,0 +273998,0,0,0,0,0 +273999,0,0,0,0,0 +274000,0,0,0,0,0 +274001,0,0,0,0,0 +274002,0,0,0,0,0 +274003,0,0,0,0,0 +274004,0,0,0,0,0 +274005,0,0,0,0,0 +274006,0,0,0,0,0 +274007,0,0,0,0,0 +274008,0,0,0,0,0 +274009,0,0,0,0,0 +274010,0,0,0,0,0 +274011,0,0,0,0,0 +274012,0,0,0,0,0 +274013,0,0,0,0,0 +274014,0,0,0,0,0 +274015,0,0,0,0,0 +274016,0,0,0,0,0 +274017,0,0,0,0,0 +274018,0,0,0,0,0 +274019,0,0,0,0,0 +274020,0,0,0,0,0 +274021,15.71547218,3714.373819,3234.78119,7.368000907,-338.3026374 +274022,334.5131498,1997.54408,3385.153162,152.3833241,247.063999 +274023,327.6815676,194.7352646,3204.871367,149.2570184,244.209384 +274024,317.5702579,172.8711954,2999.414356,144.6214534,235.4890601 +274025,307.3759386,758.0614276,2825.80659,140.0099185,225.038788 +274026,298.4036862,809.7650891,2690.60195,136.0288265,215.0428988 +274027,290.7660795,604.3387379,1062.81816,132.7113553,206.0707629 +274028,284.205207,673.2963454,1904.144054,129.9175162,198.0318669 +274029,278.4667315,679.9025686,1678.705941,127.5147667,190.7185917 +274030,273.3822116,685.546087,1666.434296,125.4160932,183.9803319 +274031,268.8480247,691.3842133,1659.578029,123.5680784,177.7321598 +274032,264.7898537,697.3945589,1664.750663,121.9329178,171.918135 +274033,261.1467452,703.5580955,1669.341155,120.4801035,166.4910999 +274034,257.8653956,709.5939638,1673.898664,119.1834176,161.4103571 +274035,254.8990682,716.4670443,1679.069613,118.0202843,156.6405705 +274036,252.2067934,722.7965963,1684.437988,116.971364,152.1489193 +274037,249.7535696,729.7486453,1690.140924,116.0203954,147.9070868 +274038,247.5096316,736.0558281,1695.818754,115.1538231,143.8900169 +274039,245.4493575,743.0152069,1702.045987,114.3602303,140.0748409 +274040,243.5509474,749.8938203,1708.060384,113.6301149,136.4412958 +274041,241.795751,756.7867378,1714.70522,112.9555187,132.971358 +274042,240.1676905,763.85245,1721.00282,112.3297175,129.6488519 +274043,238.6531003,770.9113935,1727.905008,111.7471135,126.4596822 +274044,237.2402093,778.0230765,1740.090462,111.2029767,123.3913047 +274045,235.9206771,785.2711516,1750.217774,110.693345,120.4327403 +274046,234.6835509,792.4675458,1761.433049,110.2147792,117.5739191 +274047,233.520842,799.5260607,1772.435,109.764467,114.8063638 +274048,232.4280237,807.3084109,1783.265806,109.3399356,112.1222441 +274049,231.3978517,814.5286502,1794.471356,108.9391449,109.5149219 +274050,230.4249621,821.9703985,1805.193793,108.5602695,106.9782049 +274051,229.5072659,833.1922024,1814.465229,108.2017962,104.5068451 +274052,228.636802,842.2899892,1823.412115,107.8613283,102.0959419 +274053,227.808122,851.7412437,1832.19357,107.5369706,99.74120563 +274054,227.0181869,861.0550704,1849.808885,107.2275061,97.43891112 +274055,226.2648522,870.2349814,1842.443423,106.932065,95.18550789 +274056,225.5463381,879.4963016,1855.193214,106.649996,92.97793667 +274057,224.8609556,888.5943841,1868.723864,106.3807269,90.81345609 +274058,224.2070192,897.7802757,1873.318273,106.1236883,88.6894328 +274059,223.5831567,906.803566,1882.024302,105.8784355,86.60381835 +274060,222.9878986,915.9199845,1890.008445,105.6444561,84.55435459 +274061,222.4199857,924.8713888,1897.838414,105.4213126,82.53913031 +274062,221.8783577,933.9216293,1905.358485,105.20864,80.55656509 +274063,221.3618833,942.8021421,1912.848925,105.0060266,78.60493078 +274064,220.8695949,951.7881349,1920.441587,104.8131225,76.68277998 +274065,220.4005417,960.5975051,1927.522266,104.6295744,74.78868674 +274066,219.9538718,969.4747115,1934.740853,104.4550647,72.92139348 +274067,219.5287474,978.3228933,1941.832449,104.2892738,71.07966288 +274068,219.1243769,987.0375963,1948.588068,104.1318957,69.26233318 +274069,218.7401362,995.8120786,1962.610226,103.9826942,67.46854332 +274070,218.3752541,1004.55808,1955.795209,103.8413609,65.69715806 +274071,218.0291142,1013.168206,1967.415755,103.7076528,63.94732075 +274072,217.701038,1021.838452,1976.742711,103.5812945,62.21805513 +274073,217.3921803,1030.479326,1980.583044,103.4620587,60.50859071 +274074,217.0998878,1038.981675,1987.177228,103.3497167,58.81815644 +274075,216.8230186,1047.544289,1993.235349,103.2440357,57.14597421 +274076,216.5613732,1056.077888,1999.06188,103.144791,55.49130197 +274077,216.314932,1064.466905,2004.853781,103.0518057,53.85359585 +274078,216.0850779,1072.919211,2011.987706,102.9648432,52.23207302 +274079,215.8693966,1081.341606,2023.702639,102.8837486,50.62628291 +274080,215.666704,1089.130985,2009.910725,102.8082648,49.03536448 +274081,188.7022689,1537.742467,2450.521467,90.56792497,-1.222379233 +274082,197.4262849,1555.626246,2465.02638,94.69947572,14.51948439 +274083,242.2806849,1570.508084,2518.014481,115.2097642,97.46669892 +274084,810.3914288,1564.223278,2558.987386,616.9670836,164.0286056 +274085,1213.59684,1613.458534,2592.321396,401.9251228,223.7887939 +274086,868.2651386,1612.194658,2616.885757,443.8915345,273.8572501 +274087,1025.246664,1629.940268,2634.041155,471.0691221,314.0476321 +274088,1045.587755,1643.86501,2647.384399,481.2520703,348.3245462 +274089,1064.829156,1657.825174,2658.343675,489.8796333,378.2901475 +274090,1081.991398,1671.119557,2667.785693,498.3529165,404.8989664 +274091,1098.979542,1684.434218,2676.141631,506.9435566,428.7229258 +274092,1115.61973,1697.487407,2683.674144,514.9129122,450.1557122 +274093,1131.728355,1710.442968,2690.741983,522.8738582,469.5037005 +274094,1147.642036,1723.028603,2697.107963,530.6393458,487.0217427 +274095,1163.08408,1735.550577,2703.053349,538.2526125,502.9271383 +274096,1073.19292,1700.108568,2600.178323,497.7248202,670.2805165 +274097,1158.11457,1739.077741,2489.364646,536.5925623,1073.310386 +274098,1225.520984,1776.602313,2458.992353,567.5283719,971.0712837 +274099,1196.686303,1770.106245,2443.082231,554.8850267,986.5549836 +274100,1222.740921,1785.885961,2430.889352,567.3568409,1030.514161 +274101,1237.560916,1798.863657,2418.13399,574.6473839,1049.370986 +274102,1251.194812,1809.794375,2406.06993,581.27136,1066.446646 +274103,1264.183979,1820.649953,2395.051819,587.7396225,1082.682855 +274104,1473.607462,1926.055426,2580.450606,683.4752546,1450.889836 +274105,1004.227431,1718.245402,2409.28099,471.8497478,581.9189658 +274106,1633.208957,2001.857901,2607.277153,755.9315529,1735.361329 +274107,1001.78839,1730.264672,2424.169738,472.4006468,557.8978334 +274108,1658.468545,2042.716735,2619.340034,768.0975263,1765.058441 +274109,1025.317174,1723.563607,2431.349654,484.0444416,584.6947375 +274110,1683.831415,2068.981244,2625.904789,780.5546453,1794.453742 +274111,1047.873335,1752.847765,2434.767961,495.2103203,610.0094942 +274112,1724.749598,2076.286915,2629.326612,792.2696642,1822.398441 +274113,1044.146331,1782.12972,2436.663806,505.9291632,634.2819346 +274114,1743.050934,2109.221153,2631.159706,803.5333177,1849.122044 +274115,1087.437772,1774.813335,2436.609516,516.2098847,657.2474454 +274116,1753.590072,2137.606134,2632.479344,814.4936566,1891.647367 +274117,1110.100082,1793.60936,2437.953892,526.2383952,653.1372266 +274118,1780.363632,2149.174281,2635.310825,828.7441875,1912.432707 +274119,1135.08231,1806.265207,2437.98096,540.0245025,696.8083722 +274120,1802.244364,2165.186957,2635.899103,839.9554434,1923.690447 +274121,1154.595492,1822.052168,2437.925168,549.8374521,719.2917254 +274122,1823.12874,2180.840741,2637.165125,850.3799742,1946.49676 +274123,1172.975151,1860.698075,2437.477814,558.8625554,738.197252 +274124,1843.67113,2163.682586,2637.100658,861.1254782,1982.017154 +274125,1388.497024,1968.455116,2635.302788,657.3663533,1093.855313 +274126,1568.408075,2065.520381,2629.510965,738.4350988,1451.910397 +274127,1547.971014,2043.409378,2624.855554,729.7905442,1394.151658 +274128,1556.355412,2056.862899,2618.852118,733.8752694,1404.472614 +274129,1565.130594,2062.844269,2615.767617,738.3296331,1413.292116 +274130,1573.812297,2069.686651,2614.729451,742.5594264,1422.319174 +274131,1582.376706,2076.239065,2614.904517,746.9243285,1430.796369 +274132,1592.072696,2083.165895,2615.769847,751.0115974,1439.408559 +274133,1603.855748,2089.550274,2617.002904,755.1245765,1447.548692 +274134,1606.65807,2096.079599,2618.425341,759.112568,1455.94762 +274135,1622.138084,2102.402579,2621.713086,763.1640242,1463.790661 +274136,1621.91676,2108.420958,2622.219169,767.063962,1471.727023 +274137,1641.626832,2114.790383,2623.474759,770.9904796,1479.44264 +274138,1632.516487,2120.713094,2624.669661,774.6932151,1487.020365 +274139,1631.154859,2126.603911,2625.921778,778.5664037,1494.468624 +274140,1665.0827,2132.457055,2628.997982,782.2414468,1501.857284 +274141,2049.260208,2313.062528,2637.065885,954.6150532,2254.168552 +274142,2064.636948,2308.969712,2675.883029,960.3923416,2238.690891 +274143,2075.568094,2326.510775,2721.751618,965.6546358,2261.934297 +274144,2085.724752,2329.603893,2759.112487,970.353757,2271.269118 +274145,2095.333217,2335.994497,2786.117315,975.0667815,2278.535494 +274146,2104.958915,2342.725744,2804.458871,979.6006571,2287.073451 +274147,2114.287983,2348.723886,2817.402431,984.0488597,2295.775655 +274148,2123.478466,2354.827617,2827.271756,988.4187476,2308.482999 +274149,2136.33574,2360.642006,2835.169897,992.7195983,2311.13276 +274150,2142.008071,2366.504713,2841.670445,996.9575878,2323.25894 +274151,2158.044441,2372.075947,2847.27942,1001.136779,2331.203484 +274152,2149.964999,2377.857955,2853.752667,1005.259704,2334.501652 +274153,2164.145394,2383.048561,2858.384448,1009.331953,2342.809242 +274154,2179.896989,2388.217517,2860.190022,1013.353235,2343.988161 +274155,2183.095035,2393.628991,2862.0306,1017.323469,2342.10183 +274156,2192.814296,2398.734423,2865.112136,1021.247026,2342.394188 +274157,2200.864844,2403.445455,2864.966815,1025.066781,2339.511121 +274158,2209.087049,2408.471619,2864.996015,1029.0498,2337.450366 +274159,2217.108892,2413.000888,2864.925751,1032.706211,2335.779323 +274160,2225.199996,2417.848986,2864.741284,1036.507296,2334.39983 +274161,2232.880542,2422.295406,2864.446663,1040.205084,2333.256638 +274162,2240.789517,2426.881909,2865.780753,1043.871232,2334.398609 +274163,2248.361347,2431.000159,2864.305864,1048.916207,2332.459398 +274164,2256.228816,2435.333112,2863.309702,1052.280332,2331.34164 +274165,2263.851405,2446.244456,2862.558377,1056.031664,2330.725226 +274166,2271.199768,2434.580135,2863.43136,1059.133579,2332.255537 +274167,2278.747819,2457.376309,2861.75247,1064.623857,2330.663434 +274168,2286.129514,2449.259582,2862.263716,1064.499444,2332.11122 +274169,2293.456264,2455.7484,2861.813102,1073.754016,2332.55657 +274170,2300.862847,2459.740167,2860.938858,1069.179886,2332.62679 +274171,2315.452544,2462.675191,2858.117692,1084.842996,2330.459364 +274172,2310.431434,2466.26667,2856.122715,1070.349708,2329.363719 +274173,2317.731099,2469.523101,2854.465894,1072.731831,2328.747028 +274174,2332.571042,2472.562228,2852.898327,1091.969959,2328.317989 +274175,2335.20832,2475.826137,2851.310578,1086.028056,2327.950183 +274176,2343.141133,2478.841475,2849.707551,1091.320252,2327.648371 +274177,2349.851791,2481.747108,2848.065305,1094.542778,2327.378842 +274178,2356.775814,2484.565951,2846.361951,1097.674771,2327.109179 +274179,2363.528261,2487.285096,2844.593446,1100.846862,2326.828642 +274180,2370.398409,2489.685981,2842.757567,1103.828392,2326.529197 +274181,2378.938717,2492.568292,2840.856294,1106.928468,2326.208494 +274182,2393.983263,2494.892725,2839.011499,1109.879147,2326.010208 +274183,2374.485482,2503.534638,2836.996063,1112.863677,2325.657169 +274184,2401.567721,2491.380463,2834.93171,1115.965581,2325.29294 +274185,2403.30745,2510.371611,2832.743547,1118.836445,2324.823283 +274186,2409.167275,2502.479212,2830.625048,1121.700168,2324.478597 +274187,2416.234051,2505.974295,2828.344104,1124.700651,2323.976491 +274188,2437.102203,2508.391911,2825.910146,1127.595213,2323.325613 +274189,2407.020993,2510.26516,2823.482884,1130.341795,2322.717359 +274190,2446.149386,2511.529689,2821.007586,1133.356098,2322.285525 +274191,2438.546041,2513.380403,2818.424846,1136.080851,2321.540589 +274192,2465.147396,2514.866492,2815.752558,1138.745524,2320.712034 +274193,2427.865324,2516.637609,2814.794074,1141.721252,2321.989864 +274194,2472.591202,2518.102193,2811.098592,1144.438797,2319.997588 +274195,2481.469404,2518.628613,2807.831348,1147.074045,2318.54766 +274196,2445.220584,2520.16311,2804.730861,1149.898201,2317.311199 +274197,2514.888974,2521.957509,2803.578398,1152.680627,2318.453232 +274198,2447.480253,2521.882717,2799.778646,1155.140212,2316.422777 +274199,2529.086193,2529.827406,2796.87022,1157.96116,2315.495478 +274200,2464.192204,2516.394682,2793.990432,1160.607193,2314.618795 +274201,2539.125749,2535.320243,2792.846474,1165.643739,2316.852509 +274202,2503.715859,2528.717516,2792.158728,1168.51027,2319.741974 +274203,2524.066653,2529.833814,2791.225806,1171.351095,2322.410215 +274204,2527.881453,2531.408175,2790.098332,1174.018926,2324.88988 +274205,2533.318075,2531.917145,2788.90273,1176.504618,2327.315058 +274206,2538.891117,2532.195631,2787.531932,1179.091113,2329.542273 +274207,2544.435689,2532.59096,2785.994652,1181.575922,2331.574088 +274208,2549.961836,2532.850617,2784.32025,1184.039367,2333.438987 +274209,2555.048896,2533.001159,2782.528903,1186.474964,2335.15659 +274210,2560.720419,2533.060855,2780.637015,1188.884667,2336.74415 +274211,2565.917229,2533.029804,2778.653632,1191.270066,2338.209772 +274212,2571.177189,2532.906854,2776.586718,1193.632275,2339.563806 +274213,2576.366165,2532.910431,2774.442278,1195.972177,2340.813304 +274214,2581.595178,2532.343258,2772.22258,1198.290468,2341.960084 +274215,2586.647906,2532.002858,2769.935885,1200.662007,2343.014318 +274216,2591.628492,2524.881048,2767.459644,1202.827736,2343.830243 +274217,2596.900467,2538.373391,2765.054623,1205.137736,2344.7212 +274218,2601.828826,2522.516942,2762.652695,1207.363836,2345.607997 +274219,2606.852452,2536.442893,2760.195006,1209.581523,2346.419458 +274220,2611.707679,2519.985437,2757.660082,1211.705485,2347.132477 +274221,2616.733486,2535.971273,2755.137309,1213.99895,2347.853963 +274222,2621.326813,2517.785273,2752.55539,1216.108259,2348.497145 +274223,2634.808231,2533.963884,2750.067724,1218.265098,2349.250437 +274224,2619.059617,2515.624582,2747.386918,1220.39323,2349.762209 +274225,2649.361526,2524.218864,2744.557927,1222.504011,2350.086985 +274226,2636.417372,2521.597213,2741.910136,1224.598005,2350.624321 +274227,2646.506388,2519.545971,2739.187298,1226.752315,2351.062517 +274228,2650.845867,2518.222431,2736.367171,1228.697351,2351.372941 +274229,2655.019682,2516.632902,2733.557445,1230.79523,2351.680204 +274230,2659.902408,2514.933596,2730.731063,1232.811062,2351.949266 +274231,2664.349659,2513.347364,2727.883017,1234.798819,2352.17736 +274232,2668.739844,2511.028398,2724.991812,1236.76703,2352.345137 +274233,2673.19806,2509.037238,2722.055135,1238.717976,2352.65876 +274234,2677.635833,2506.66825,2719.084685,1240.652261,2352.70924 +274235,2681.938949,2504.658175,2716.08635,1242.57035,2352.7151 +274236,2686.055763,2501.992665,2713.061917,1244.472477,2352.680341 +274237,2690.690555,2499.594447,2710.02306,1246.359015,2352.619803 +274238,2694.830975,2497.014192,2706.973624,1248.230124,2352.535022 +274239,2699.010413,2494.256008,2703.90828,1250.08615,2352.418947 +274240,2703.25105,2491.662343,2700.828226,1251.927238,2352.270787 +274241,2707.484025,2488.88113,2697.741751,1253.832298,2352.098501 +274242,2711.545837,2479.095037,2694.518585,1255.448214,2351.741655 +274243,2715.468182,2491.1883,2691.39542,1257.418719,2351.487035 +274244,2720.032683,2470.743807,2689.966187,1259.135954,2353.288275 +274245,2723.670738,2478.188818,2685.726043,1260.91549,2351.642532 +274246,2727.870401,2472.72749,2682.158095,1262.673807,2350.791772 +274247,2739.587514,2469.065484,2678.99194,1264.416817,2350.395033 +274248,2725.058991,2465.920758,2675.769071,1266.146761,2349.895889 +274249,2750.889448,2462.555996,2672.591454,1267.864297,2349.42409 +274250,2741.071345,2459.252311,2669.592993,1269.568827,2349.145724 +274251,2747.832983,2455.351824,2666.489874,1271.260907,2348.714124 +274252,2752.256112,2451.721978,2663.332363,1272.940734,2348.188814 +274253,2755.705809,2448.066448,2660.22297,1274.608508,2347.692369 +274254,2759.445327,2444.252631,2657.12585,1276.264349,2347.179007 +274255,2763.053095,2440.362374,2654.040157,1277.908535,2346.642222 +274256,2767.168948,2436.423959,2650.971753,1279.622125,2346.094301 +274257,2770.700136,2432.422842,2647.919221,1281.122491,2345.724724 +274258,2774.551166,2428.549471,2645.459451,1282.790655,2346.189496 +274259,2778.222203,2424.154561,2643.045681,1284.369415,2346.722794 +274260,2789.00964,2419.927981,2640.708023,1285.952008,2347.302463 +274261,2661.320445,2357.925052,2634.415015,1234.374814,2342.427142 +274262,2672.228325,2357.598382,2619.562131,1234.971519,2325.105043 +274263,2672.589062,2350.372139,2603.001753,1235.92125,2304.604105 +274264,2682.586268,2345.540891,2589.434562,1237.013907,2287.203619 +274265,2675.345917,2340.66195,2579.168874,1238.164863,2273.729664 +274266,2681.811717,2335.595528,2571.115941,1239.354849,2263.324836 +274267,2685.045633,2330.488689,2564.909063,1240.569517,2255.163612 +274268,2687.670061,2325.433001,2559.732388,1241.80008,2248.526503 +274269,2690.660222,2320.26348,2555.146641,1243.041584,2242.876886 +274270,2693.568632,2315.238096,2550.94375,1244.291023,2237.939577 +274271,2697.077875,2309.797477,2547.023219,1245.668606,2233.562367 +274272,2699.945226,2304.557092,2543.318376,1246.776975,2229.636791 +274273,2703.1293,2299.28952,2539.778812,1248.134641,2226.067632 +274274,2706.196948,2293.87449,2536.376695,1249.357031,2222.797826 +274275,2709.084567,2288.506683,2533.091671,1250.660898,2219.774872 +274276,2719.973222,2283.031284,2530.061414,1251.899072,2217.150708 +274277,2706.124168,2277.859753,2528.64528,1253.207624,2216.57702 +274278,2727.800327,2271.838502,2524.579825,1254.445145,2212.815088 +274279,2720.504627,2266.486844,2521.34689,1255.756541,2210.102265 +274280,2724.325174,2260.874596,2518.313148,1256.915582,2207.642737 +274281,2728.784001,2255.193349,2515.393492,1258.34846,2205.32116 +274282,2731.132135,2249.450151,2512.668098,1259.53327,2203.207559 +274283,2734.711659,2243.778751,2510.083516,1260.857837,2201.214393 +274284,2737.372353,2238.155088,2507.608638,1262.102292,2199.303949 +274285,2741.061328,2232.107109,2506.889311,1263.415651,2199.505574 +274286,2751.199838,2226.308885,2503.714005,1264.66003,2196.662659 +274287,2745.360361,2220.44448,2501.192331,1265.974052,2194.583193 +274288,2749.762997,2206.679281,2498.664008,1267.219174,2192.452592 +274289,2753.69296,2219.398183,2496.356606,1268.53313,2190.551598 +274290,2756.801752,2189.850932,2494.233945,1269.861589,2188.846211 +274291,2759.527052,2200.40813,2492.117062,1270.98498,2187.120512 +274292,2769.042425,2188.44122,2490.262459,1272.210566,2185.706002 +274293,2764.750215,2183.023216,2488.486466,1274.566961,2184.383495 +274294,2768.48262,2176.87276,2488.391038,1272.904097,2184.891487 +274295,2771.898318,2170.55881,2487.036141,1281.219203,2184.30729 +274296,2774.616566,2164.34381,2485.329125,1269.8697,2183.08666 +274297,2783.376709,2157.765821,2481.931485,1294.738524,2179.779475 +274298,2779.815452,2151.423525,2479.544157,1258.831996,2177.666403 +274299,2781.806938,2145.016765,2477.39253,1290.018862,2175.804596 +274300,2786.392572,2138.496523,2476.995675,1292.347642,2176.069565 +274301,2795.651912,2132.014624,2475.94912,1263.657099,2175.545353 +274302,2793.011692,2125.6025,2474.678463,1293.211751,2174.755203 +274303,2793.426756,2118.814403,2472.979296,1301.53198,2173.437797 +274304,2800.763785,2112.354532,2469.546612,1258.809368,2169.979062 +274305,2799.213621,2105.709876,2467.202176,1300.543344,2167.810994 +274306,2799.374602,2099.041894,2465.102005,1285.82605,2166.108142 +274307,2800.727017,2092.405254,2463.057157,1289.568323,2164.217595 +274308,2801.072951,2085.847016,2461.058906,1290.862129,2162.36679 +274309,2799.518887,2078.943518,2459.00128,1291.991492,2160.43548 +274310,2798.011978,2072.287331,2456.805884,1293.13997,2158.329936 +274311,2796.594146,2065.57586,2454.482939,1294.200644,2156.059538 +274312,2795.29293,2058.775414,2452.075294,1295.512833,2153.672585 +274313,2794.12137,2051.395457,2449.62456,1296.5665,2151.219595 +274314,2793.144973,2036.685251,2447.21303,1297.841251,2148.987254 +274315,2792.409159,2051.511629,2444.89714,1298.825138,2146.630022 +274316,2791.939285,2008.824997,2442.710246,1300.060331,2144.407814 +274317,2791.629774,2049.751548,2440.603114,1301.156221,2142.272826 +274318,2791.403407,2002.377052,2438.539214,1302.328016,2140.321508 +274319,2791.310151,2001.341354,2436.552521,1303.43514,2138.307446 +274320,2791.193104,2026.548063,2434.552495,1304.605651,2135.934562 +274321,2793.528805,1857.175953,2434.777223,1196.386277,2137.891551 +274322,2746.655828,1887.547078,2425.896768,1194.742046,2125.632354 +274323,2478.122147,1863.300883,2402.824979,1193.838966,2093.638443 +274324,2650.823395,1857.404869,2377.993548,1193.352562,2058.15208 +274325,2601.349747,1848.89627,2360.416867,1192.836719,2031.456621 +274326,2602.506204,1840.52816,2348.617341,1192.609743,2011.985174 +274327,2602.153827,1832.24119,2339.853717,1192.388309,1996.608478 +274328,2602.619198,1824.028367,2335.055162,1192.234933,1986.383886 +274329,2601.901151,1815.858103,2329.032603,1192.036059,1975.391251 +274330,2602.716186,1807.633395,2326.230202,1192.159584,1968.875446 +274331,2602.295482,1799.718984,2321.60097,1191.84194,1960.586388 +274332,2602.822017,1791.618651,2318.103975,1192.003215,1954.105569 +274333,2603.060011,1807.054156,2315.155151,1191.923382,1948.664416 +274334,2603.401163,1742.134075,2312.637629,1191.944764,1944.082596 +274335,2603.771191,1807.161562,2310.372065,1191.972193,1940.106692 +274336,2604.163695,1723.023935,2308.279754,1192.01614,1936.606711 +274337,2591.853204,1762.255075,2306.071069,1190.765473,1933.192887 +274338,2587.131245,1734.078405,2305.006644,1190.400081,1931.580709 +274339,2585.686412,1729.344668,2301.088646,1190.379047,1926.763851 +274340,2586.309215,1721.316672,2297.993081,1190.26507,1923.113861 +274341,2585.70148,1713.395398,2295.425337,1190.395844,1920.184568 +274342,2585.461313,1705.440867,2293.209802,1190.371888,1917.738263 +274343,2585.412413,1697.956664,2291.224064,1190.437579,1915.625759 +274344,2585.422009,1690.040624,2289.396015,1190.50848,1913.760488 +274345,2585.487328,1682.523322,2287.678882,1190.594959,1912.082028 +274346,2585.616664,1674.97277,2286.043152,1190.696435,1910.547509 +274347,2585.852671,1667.393721,2284.472408,1190.812403,1909.128958 +274348,2586.465231,1660.163406,2284.657388,1190.942889,1909.901753 +274349,2586.009477,1652.766275,2282.2135,1191.085578,1907.478356 +274350,2587.115172,1645.545025,2282.072996,1191.326183,1907.904083 +274351,2586.774219,1638.200834,2279.501197,1191.249947,1905.352129 +274352,2587.35511,1631.192175,2277.624867,1191.562766,1903.654937 +274353,2587.831929,1624.139776,2276.025472,1191.633214,1902.294599 +274354,2588.174768,1616.987828,2274.579816,1191.795047,1901.125214 +274355,2588.693345,1610.124025,2273.223936,1191.954708,1900.072687 +274356,2589.115679,1624.262357,2271.8907,1192.123526,1899.055282 +274357,2589.716261,1566.237112,2270.649655,1192.301931,1898.156604 +274358,2590.243715,1626.49265,2269.44111,1192.489517,1897.300868 +274359,2590.726402,1548.097976,2268.259765,1192.686542,1896.479116 +274360,2591.478765,1599.012095,2267.120077,1192.892612,1895.706847 +274361,2592.130293,1556.49136,2265.981677,1193.10788,1894.932446 +274362,2592.755229,1568.662508,2264.86871,1193.332039,1894.183765 +274363,2594.084406,1556.549484,2265.473227,1193.565491,1895.545306 +274364,2594.295786,1551.340387,2265.12809,1193.889129,1895.748421 +274365,2594.621649,1545.368369,2262.701464,1193.934299,1893.391372 +274366,2595.715969,1539.322567,2261.058338,1194.372743,1891.971759 +274367,2596.425455,1533.513087,2259.750976,1194.568244,1890.931791 +274368,2598.10213,1527.754831,2260.329803,1194.936855,1892.193456 +274369,2597.645603,1521.972701,2258.348326,1195.014158,1890.304365 +274370,2599.195803,1516.54099,2256.988163,1195.483207,1889.168671 +274371,2600.065198,1510.99582,2255.875148,1195.709361,1888.317513 +274372,2600.930527,1505.638903,2254.89668,1196.024918,1887.615417 +274373,2602.329646,1501.989028,2255.684439,1196.336254,1889.080571 +274374,2602.492005,1498.099076,2253.853136,1196.65275,1887.327083 +274375,2603.920374,1494.308457,2252.610573,1196.97723,1886.287551 +274376,2604.809988,1490.601042,2251.592902,1197.307312,1885.503644 +274377,2605.879305,1486.985434,2250.700057,1197.643742,1884.854902 +274378,2606.574451,1483.364221,2249.881008,1197.986079,1884.28411 +274379,2608.005587,1480.078688,2249.115088,1198.334257,1883.769539 +274380,2608.95196,1476.679982,2248.385739,1198.687973,1883.292173 +274381,2711.211077,1580.38847,2248.029672,1306.194498,1882.259612 +274382,2725.63391,1579.482661,2260.798781,1308.997907,1900.699955 +274383,2743.996289,1578.42313,2278.530876,1311.353125,1927.180582 +274384,2759.083277,1576.723276,2294.140785,1313.689231,1952.018196 +274385,2769.357164,1575.254862,2305.60001,1315.908688,1972.109023 +274386,2775.647271,1573.64662,2313.316304,1318.116792,1987.142247 +274387,2779.30947,1572.038826,2318.361596,1320.346042,1998.6043 +274388,2781.42348,1570.431437,2321.655551,1322.611979,2007.441319 +274389,2782.663092,1568.816077,2323.801513,1324.878449,2013.700074 +274390,2783.393198,1567.240136,2325.154779,1327.272653,2019.138981 +274391,2783.815408,1565.654356,2325.935824,1329.641713,2023.447195 +274392,2784.040236,1564.10914,2326.28887,1332.143659,2026.647599 +274393,2784.153137,1562.558531,2326.329137,1334.627155,2029.072896 +274394,2784.201693,1561.048822,2326.137031,1337.239481,2030.863011 +274395,2784.225529,1559.535707,2325.778279,1339.83768,2032.140051 +274396,2784.239845,1558.063142,2325.295183,1342.565199,2032.990679 +274397,2784.261831,1556.588112,2324.724404,1345.279374,2033.49401 +274398,2784.284576,1555.153187,2324.082049,1350.899514,2033.697746 +274399,2784.322687,1553.716261,2323.393302,1350.642913,2033.6603 +274400,2784.358612,1552.319026,2322.659672,1362.191992,2033.612651 +274401,2787.167639,1550.921135,2323.858675,1341.658818,2035.375082 +274402,2785.880694,1549.559369,2322.238674,1367.624557,2033.784465 +274403,2785.389793,1548.211913,2321.102735,1361.412703,2032.687808 +274404,2785.146345,1546.880446,2320.096111,1366.005443,2031.644446 +274405,2785.055742,1545.568294,2319.165262,1369.505075,2030.599608 +274406,2785.05118,1544.274641,2318.276433,1372.799332,2029.526679 +274407,2785.0966,1542.999994,2317.413144,1376.021362,2028.418424 +274408,2785.170662,1541.744015,2316.565512,1379.497291,2027.272552 +274409,2785.261365,1540.507164,2315.727737,1382.952657,2026.089235 +274410,2785.362385,1539.289098,2314.896708,1386.482834,2024.870347 +274411,2785.469663,1538.084965,2314.070366,1390.160313,2023.618032 +274412,2785.567177,1536.898833,2313.239696,1398.160849,2022.325844 +274413,2785.671381,1535.731688,2312.415457,1393.811053,2021.010927 +274414,2785.79575,1534.583311,2311.605791,1399.961768,2019.686432 +274415,2785.912753,1533.351607,2310.792523,1406.415316,2018.332386 +274416,2786.018147,1532.393314,2309.972228,1408.346495,2016.946557 +274417,2786.125556,1531.230075,2309.152884,1412.876694,2015.540442 +274418,2786.24062,1530.17437,2308.333977,1416.932984,2014.114852 +274419,2786.343693,1529.122707,2307.507376,1425.438481,2012.66104 +274420,2786.456893,1528.193361,2306.684544,1421.985114,2011.194375 +274421,2786.592279,1527.02703,2305.876879,1427.127468,2009.730114 +274422,2786.725687,1526.105884,2305.065632,1435.489875,2008.246176 +274423,2786.836415,1525.115779,2304.241044,1439.635581,2006.73136 +274424,2786.93713,1524.159903,2303.407244,1448.128095,2005.19136 +274425,2787.063316,1523.223904,2302.590182,1439.83203,2003.658893 +274426,2787.210412,1522.306972,2301.783425,1456.824593,2002.126774 +274427,2787.345045,1521.409427,2300.969719,1454.064268,2000.574412 +274428,2787.492805,1520.530999,2300.161704,1458.87275,1999.018038 +274429,2787.680017,1519.671877,2299.380052,1478.249582,1997.483826 +274430,2787.927562,1518.831783,2298.634694,1449.041702,1995.984835 +274431,2788.571989,1518.010902,2298.145305,1499.955796,1994.794918 +274432,2789.304764,1517.208744,2297.715244,1470.293362,1993.673262 +274433,2789.829003,1516.425455,2297.157846,1487.724919,1992.389702 +274434,2790.52455,1515.660974,2296.714698,1490.836453,1991.24235 +274435,2794.189208,1514.916394,2298.173063,1495.720452,1992.452029 +274436,2793.777018,1514.18651,2297.062697,1500.849377,1990.484827 +274437,2794.306237,1513.479107,2296.560043,1506.060808,1989.264858 +274438,2795.16812,1512.787791,2296.26335,1511.168171,1988.283566 +274439,2796.224478,1512.11508,2296.08595,1516.644385,1987.435605 +274440,2797.685802,1511.460204,2295.983262,1521.933112,1986.670515 +274441,2800.499294,1555.455517,2297.428074,1549.596055,1988.584961 +274442,2806.706701,1501.866471,2300.893743,1562.329434,1993.557371 +274443,2814.219179,1549.708739,2305.170768,1560.268385,2000.105994 +274444,2821.012005,1547.384059,2309.081837,1574.831414,2006.115539 +274445,2827.518819,1509.10249,2312.477831,1581.658415,2011.507036 +274446,2833.504086,1545.674692,2315.361361,1587.828989,2016.21872 +274447,2838.627588,1546.994903,2317.722501,1594.568901,2020.199899 +274448,2843.140282,1509.498252,2319.804269,1601.016831,2023.733519 +274449,2847.211148,1544.645974,2321.717699,1607.536396,2026.951719 +274450,2850.845364,1545.132697,2323.432146,1613.903915,2029.81836 +274451,2854.29439,1510.87427,2325.081458,1620.678749,2032.505872 +274452,2857.644891,1543.098002,2326.698045,1627.179791,2035.062356 +274453,2860.790582,1543.196516,2328.207422,1633.755318,2037.403358 +274454,2863.896911,1512.556647,2329.705164,1640.49079,2039.655772 +274455,2866.923893,1567.413472,2331.165612,1646.954353,2041.795116 +274456,2869.962099,1491.290963,2332.640439,1653.935585,2043.893027 +274457,2873.030658,1550.059789,2334.144151,1660.532166,2045.974602 +274458,2878.813829,1532.808998,2337.387094,1672.596911,2050.185108 +274459,2880.385064,1524.423831,2337.977341,1672.119066,2051.059187 +274460,2882.67138,1545.264006,2339.026292,1681.579212,2052.466915 +274461,2885.25205,1513.048149,2340.253353,1688.451899,2054.051144 +274462,2888.284872,1557.249931,2341.571255,1694.906286,2055.709175 +274463,2891.097325,1502.205461,2342.952221,1702.131447,2057.415694 +274464,2893.935151,1564.469632,2344.353909,1708.99057,2059.125254 +274465,2896.815572,1496.352832,2345.786777,1716.016051,2060.855474 +274466,2899.844978,1566.838746,2347.313619,1727.911419,2062.687782 +274467,2902.912778,1495.031223,2348.868802,1728.588718,2064.542835 +274468,2905.81794,1564.727464,2350.321342,1737.068482,2066.258572 +274469,2908.71575,1497.889186,2351.773332,1744.995186,2067.962433 +274470,2911.659038,1558.703743,2353.253785,1751.509987,2069.690785 +274471,2917.405739,1504.262438,2356.534015,1763.478847,2073.663271 +274472,2918.957171,1547.868045,2357.166132,1763.605895,2074.33979 +274473,2921.094088,1515.600531,2358.187207,1771.879911,2075.505776 +274474,2923.678366,1534.526844,2359.316531,1778.471715,2076.799936 +274475,2926.212981,1527.816372,2360.616472,1789.554169,2078.30092 +274476,2928.834208,1528.779757,2361.977954,1790.635731,2079.877318 +274477,2931.307397,1528.655981,2363.247626,1797.094902,2081.340834 +274478,2933.87527,1528.503076,2364.580712,1808.827072,2082.885896 +274479,2936.814184,1528.353374,2365.97758,1810.604646,2084.512751 +274480,2939.356538,1528.20575,2367.359195,1820.814331,2086.122592 +274481,2941.831448,1528.060708,2368.70468,1823.176018,2087.68869 +274482,2944.427269,1527.918066,2370.02961,1832.937599,2089.229306 +274483,2946.651002,1527.77819,2371.35417,1837.218886,2090.768559 +274484,2948.830104,1527.640801,2372.560716,1841.057144,2092.158256 +274485,2950.618231,1527.506325,2373.524756,1843.335769,2093.240497 +274486,2952.415268,1527.37461,2374.210559,1845.974337,2093.966908 +274487,2953.559327,1527.246098,2374.65195,1848.928349,2094.375869 +274488,2954.43304,1527.120615,2374.91012,1852.100213,2094.541421 +274489,2955.125057,1526.998578,2375.036302,1855.393699,2094.527318 +274490,2955.994734,1526.87976,2375.066462,1858.742964,2094.380075 +274491,2956.483014,1526.764544,2375.027306,1862.108137,2094.135667 +274492,2956.904568,1526.652671,2374.940522,1865.487665,2093.824106 +274493,2957.288902,1526.544486,2374.821484,1868.870909,2093.467404 +274494,2957.651954,1526.439709,2374.680244,1872.261708,2093.08058 +274495,2958.00143,1526.338708,2374.523761,1875.649202,2092.674342 +274496,2958.341048,1526.241172,2374.356977,1879.037486,2092.256432 +274497,2958.672809,1526.147483,2374.183416,1882.417211,2091.832388 +274498,2959.00551,1523.275208,2374.010504,1885.799094,2091.412291 +274499,2959.342934,1522.600887,2373.520194,1889.493871,2090.996583 +274500,2959.66199,1522.200887,2372.811241,1893.344714,2090.572343 +274501,2960.356307,1488.72716,2372.420363,1897.360521,2090.776926 +274502,2956.290036,1488.384285,2368.489975,1898.420464,2085.551737 +274503,2949.995521,1488.076399,2362.832129,1898.354573,2077.27125 +274504,2943.95398,1487.634071,2357.487266,1898.916995,2068.934385 +274505,2940.264856,1487.425148,2353.704166,1900.882335,2062.636518 +274506,2937.861124,1487.144551,2350.796114,1903.742422,2057.273321 +274507,2936.57809,1486.791462,2348.826062,1907.161062,2053.276904 +274508,2936.180353,1486.69871,2347.642735,1910.925411,2050.512941 +274509,2936.010165,1486.396699,2346.651128,1914.895334,2048.002633 +274510,2935.363903,1486.190112,2345.248941,1918.28626,2044.785722 +274511,2935.057756,1485.978282,2344.301762,1921.668635,2042.508349 +274512,2934.616047,1485.873151,2343.242486,1924.940334,2040.055793 +274513,2933.738885,1485.526958,2341.830756,1927.924945,2037.067449 +274514,2933.881669,1485.407767,2341.500202,1931.303449,2036.133131 +274515,2934.703618,1485.20769,2341.730643,1935.061422,2036.115546 +274516,2935.360297,1485.028428,2341.740198,1938.763576,2035.658715 +274517,2934.824857,1484.856287,2340.644043,1941.832753,2033.301467 +274518,2934.623571,1484.691805,2340.045721,1944.90937,2032.0386 +274519,2935.279045,1484.531779,2340.26471,1948.396184,2032.230689 +274520,2934.655523,1484.375872,2339.164548,1951.321371,2029.993505 +274521,2933.13489,1484.228972,2337.375483,1953.662132,2026.74034 +274522,2931.727231,1484.087178,2335.836507,1955.93609,2024.101426 +274523,2930.417574,1483.950578,2334.403907,1958.237365,2021.680527 +274524,2929.165214,1483.819806,2333.028144,1960.548527,2019.381094 +274525,2927.951445,1483.695257,2331.691226,1962.85321,2017.170069 +274526,2926.766075,1483.576363,2330.384924,1965.140264,2015.031199 +274527,2925.603356,1483.463806,2329.105023,1967.40393,2012.954514 +274528,2924.459679,1483.356956,2327.848926,1969.641896,2010.932645 +274529,2923.331934,1483.256478,2326.614334,1971.853081,2008.959003 +274530,2925.549284,1483.163057,2328.607739,1975.648536,2012.724904 +274531,2926.438637,1482.906363,2328.896192,1979.103298,2012.971371 +274532,2924.571853,1482.635315,2326.697021,1980.995732,2008.981901 +274533,2922.770849,1482.357066,2324.947919,1982.695177,2006.228571 +274534,2924.763741,1482.071074,2326.897299,1985.884274,2010.107015 +274535,2928.969952,1481.776609,2330.509663,1990.421458,2016.42546 +274536,2928.716425,1481.478941,2329.523445,1992.962511,2014.229319 +274537,2925.625889,1481.18808,2326.372369,1993.63282,2008.800552 +274538,2922.849399,1480.893854,2323.945657,1994.101486,2005.108458 +274539,2924.247682,1480.597417,2325.557618,1996.563038,2008.606951 +274540,2924.254337,1480.293602,2325.305777,1998.728603,2008.212978 +274541,2921.182176,1479.490688,2322.245839,1999.227336,2003.007224 +274542,2921.862962,1479.035586,2323.803658,2000.820005,2006.55599 +274543,2921.498353,1478.609423,2323.427211,2001.743189,2006.127155 +274544,2921.416195,1478.201954,2324.066366,2002.95606,2007.701396 +274545,2924.788567,1477.792512,2327.288058,2005.765399,2013.713103 +274546,2926.94846,1477.379992,2329.179644,2008.520408,2016.912179 +274547,2928.027572,1476.971912,2330.089339,2010.711825,2018.448297 +274548,2925.142391,1476.560519,2327.312679,2010.862167,2013.579041 +274549,2923.500973,1476.154546,2326.253576,2011.187339,2012.340716 +274550,2924.785672,1475.740515,2327.879551,2013.012611,2015.730526 +274551,2925.756025,1475.323358,2328.813482,2014.951727,2017.467555 +274552,2922.66125,1474.907799,2325.850128,2015.04713,2012.305249 +274553,2920.864908,1474.498054,2324.663996,2015.087528,2010.887185 +274554,2922.129206,1474.080583,2326.288908,2016.658459,2014.30878 +274555,2923.115734,1473.6606,2327.250921,2018.346974,2016.111987 +274556,2919.803007,1473.242831,2324.081634,2017.893062,2010.580146 +274557,2917.845697,1472.839557,2322.775065,2017.615546,2008.969689 +274558,2914.974641,1472.422699,2320.455269,2016.953802,2005.403227 +274559,2913.812321,1472.010691,2319.902112,2016.97809,2005.118089 +274560,2915.975176,1471.594964,2322.334913,2018.715984,2009.902782 +274561,2919.972207,1404.785658,2326.1247,2021.577334,2016.635577 +274562,2909.3228,1403.30953,2318.035109,2016.219735,2004.291102 +274563,2896.623124,1402.168145,2308.608962,2008.813408,1990.686984 +274564,2883.703827,1401.017923,2299.024555,2002.89299,1975.716484 +274565,2871.649197,1399.898784,2289.276835,1998.190465,1959.33079 +274566,2862.943163,1398.693006,2282.622715,1995.507025,1947.895185 +274567,2857.172624,1397.732114,2278.00685,1994.21651,1939.528254 +274568,2853.104612,1396.48212,2274.721696,1993.591207,1933.286763 +274569,2854.444125,1395.375559,2277.223128,1993.992226,1937.282428 +274570,2858.934666,1394.238739,2282.37626,1995.478542,1945.264239 +274571,2858.01905,1393.100873,2281.89031,1994.563107,1942.815126 +274572,2854.041907,1391.974,2279.092191,1991.923049,1937.135169 +274573,2851.055327,1390.843128,2277.619918,1989.71578,1934.459209 +274574,2852.473416,1389.708134,2280.220601,1989.863617,1939.10546 +274575,2856.386825,1388.566397,2284.580799,1991.662765,1946.431224 +274576,2856.497614,1387.518121,2284.901215,1991.833168,1946.339064 +274577,2856.617318,1386.143471,2285.728324,1991.591885,1947.77787 +274578,2856.349374,1385.203192,2286.209645,1991.087706,1948.718918 +274579,2856.51083,1383.975671,2287.172888,1990.7013,1950.673228 +274580,2856.353574,1382.83794,2287.781947,1990.153739,1952.028857 +274581,2856.49907,1381.686258,2288.729102,1989.673603,1954.107364 +274582,2856.407872,1380.53044,2289.409202,1989.05426,1955.733031 +274583,2856.462461,1379.373854,2290.263708,1988.230198,1957.75753 +274584,2857.205113,1378.21472,2291.76124,1987.903032,1960.950176 +274585,2857.076335,1377.052396,2292.330837,1987.167253,1962.435114 +274586,2856.803347,1376.657345,2292.883938,1986.218606,1964.045204 +274587,2856.203256,1375.511184,2293.777976,1983.691151,1966.154821 +274588,2855.112312,1374.502439,2294.540772,1980.19194,1967.932594 +274589,2853.817511,1373.267342,2295.162158,1976.627048,1969.506299 +274590,2852.526547,1372.094746,2295.674889,1973.438878,1970.978127 +274591,2851.306644,1370.211454,2296.110091,1970.645811,1972.402964 +274592,2850.086307,1367.807877,2296.386584,1968.07286,1973.804241 +274593,2848.79198,1365.705894,2296.474799,1965.565634,1975.194514 +274594,2847.421315,1363.283305,2296.371568,1963.045151,1976.582104 +274595,2845.986997,1360.982747,2296.112333,1960.486796,1977.973312 +274596,2844.198495,1358.452455,2295.717965,1957.89054,1979.374909 +274597,2842.676789,1355.945875,2295.220648,1955.258845,1980.790262 +274598,2841.135651,1353.44333,2294.625194,1952.588801,1982.217564 +274599,2839.553199,1350.864324,2293.951092,1949.876603,1983.65494 +274600,2837.942699,1348.141028,2293.198482,1947.120178,1985.102248 +274601,2836.309387,1345.531724,2292.383891,1944.31775,1986.558755 +274602,2834.639091,1342.702179,2291.504007,1941.468119,1988.023555 +274603,2832.945549,1340.094048,2290.572397,1938.569874,1989.494901 +274604,2831.233355,1337.044431,2289.583776,1935.62253,1990.971727 +274605,2829.48791,1334.230529,2288.55136,1932.626373,1992.453643 +274606,2827.722509,1331.348981,2287.468327,1929.58086,1993.939297 +274607,2825.942149,1328.419632,2286.347069,1926.288867,1995.428511 +274608,2824.131561,1325.351159,2285.180604,1923.157957,1996.920873 +274609,2822.301715,1322.407588,2283.969629,1919.983402,1998.413469 +274610,2820.454872,1319.248721,2282.726442,1916.753945,1999.904217 +274611,2818.574898,1316.229498,2281.441783,1913.466432,2001.392212 +274612,2816.676049,1312.904969,2280.116451,1910.122652,2002.877273 +274613,2814.748376,1310.030852,2278.753271,1906.724306,2004.357966 +274614,2812.034596,1306.535173,2276.862573,1879.803936,2005.216983 +274615,2807.378863,1303.444454,2273.705967,1847.388395,2004.521229 +274616,2801.791223,1300.055424,2269.897933,1858.047022,2003.022768 +274617,2796.39181,1296.823858,2266.143729,1836.998795,2001.593653 +274618,2790.852514,1293.379766,2262.228016,1824.923327,1999.968572 +274619,2785.286156,1290.083008,2258.238856,1819.705454,1998.266648 +274620,2779.982052,1286.574296,2254.36321,1807.683793,1996.730571 +274621,2014.64357,1282.208753,1126.222981,1576.162801,2489.785642 +274622,2094.765957,1408.943425,1171.471689,1633.854315,2541.876153 +274623,2178.713508,1410.042658,1222.517855,1687.87102,2579.259153 +274624,2240.567323,1406.879802,1263.806213,1719.561391,2593.794296 +274625,2285.226897,1404.903116,1296.467083,1736.293905,2600.006695 +274626,2317.168403,1401.373663,1322.134196,1743.524731,2602.630019 +274627,2340.334334,1397.78424,1342.319483,1745.590896,2603.587572 +274628,2357.664518,1393.747281,1358.721416,1745.209823,2603.821122 +274629,2370.976183,1389.265552,1372.298193,1743.72019,2603.784396 +274630,2381.046769,1385.044709,1383.593025,1740.704242,2603.669458 +274631,2388.610437,1380.934594,1392.993559,1736.731913,2603.538358 +274632,2394.250017,1376.76893,1400.804782,1732.418057,2603.405623 +274633,2398.385641,1372.561224,1407.277293,1728.064391,2603.271105 +274634,2401.319296,1368.310584,1412.620473,1723.759698,2603.13256 +274635,2403.277485,1363.93533,1417.009625,1719.477056,2602.988466 +274636,2404.438052,1359.734102,1420.591402,1715.191414,2602.838387 +274637,2404.943804,1355.3086,1423.488199,1710.87227,2602.682237 +274638,2404.910278,1351.008885,1425.802212,1706.520062,2602.520266 +274639,2404.430559,1346.450778,1427.618705,1702.124155,2602.352652 +274640,2403.579617,1342.047542,1429.008956,1697.694002,2602.179713 +274641,2402.417603,1337.535508,1430.032507,1693.036594,2602.001627 +274642,2400.993015,1332.918566,1430.73923,1688.539368,2601.818665 +274643,2399.344892,1328.478733,1431.170864,1684.004383,2601.630943 +274644,2397.504897,1323.818804,1431.362446,1679.434834,2601.438621 +274645,2395.49936,1319.201291,1431.343719,1671.624808,2601.242464 +274646,2393.335034,1314.535636,1431.132355,1596.057481,2601.027045 +274647,2391.052978,1309.081314,1430.761057,1616.280665,2600.818203 +274648,2388.569448,1304.183179,1430.217797,1595.517543,2600.622075 +274649,2385.926651,1299.304273,1429.52191,1585.639549,2600.423372 +274650,2383.186998,1294.407252,1428.700294,1570.149568,2600.220435 +274651,2380.353464,1290.441208,1427.755907,1566.551558,2599.978673 +274652,2377.516268,1286.621329,1426.751869,1556.526106,2599.724598 +274653,2374.735595,1282.861203,1425.733946,1548.565038,2599.483418 +274654,2372.005827,1279.140163,1424.709021,1540.683843,2599.24242 +274655,2369.313304,1275.366839,1423.675746,1532.446918,2598.996102 +274656,2366.645208,1271.81955,1422.631072,1521.34856,2598.742788 +274657,2363.990734,1268.111538,1421.571992,1519.419547,2598.48079 +274658,2361.342358,1264.492009,1420.496639,1509.519472,2598.209175 +274659,2358.695752,1260.954334,1419.404389,1502.446387,2597.92843 +274660,2356.04727,1257.228712,1418.294686,1495.503038,2597.638529 +274661,2353.393713,1253.692001,1417.166969,1488.090658,2597.3391 +274662,2350.70677,1250.011667,1416.007925,1481.268205,2597.001693 +274663,2348.009059,1246.549682,1414.829362,1474.166208,2596.652676 +274664,2345.319835,1242.917489,1413.64139,1467.186992,2596.314551 +274665,2342.626205,1239.361978,1412.438233,1460.369898,2595.974812 +274666,2339.92252,1235.797164,1411.217706,1453.693227,2595.628652 +274667,2337.206242,1232.236158,1409.979041,1446.808212,2595.274256 +274668,2334.476326,1228.6767,1408.722093,1440.349651,2594.911112 +274669,2331.732293,1225.041305,1407.446927,1433.500808,2594.539096 +274670,2328.97445,1221.676575,1406.153961,1422.502078,2594.158819 +274671,2326.202196,1217.94875,1404.843148,1422.732966,2593.769814 +274672,2323.415213,1214.460626,1403.514566,1413.076218,2593.371854 +274673,2320.614098,1210.890894,1402.168739,1407.185666,2592.965652 +274674,2317.79858,1207.331134,1400.805747,1404.451506,2592.550927 +274675,2314.967794,1203.77053,1399.425363,1388.755987,2592.1267 +274676,2312.12194,1200.129379,1398.027879,1379.52321,2591.693118 +274677,2309.262319,1196.677934,1396.614127,1398.119999,2591.251494 +274678,2306.389285,1193.052302,1395.184466,1356.746096,2590.802102 +274679,2303.50316,1189.492902,1393.739246,1386.254522,2590.345181 +274680,2300.604334,1185.917046,1392.278847,1346.799826,2589.881029 +274681,0,0,0,0,0 +274682,0,0,0,0,0 +274683,0,0,0,0,0 +274684,0,0,0,0,0 +274685,0,0,0,0,0 +274686,0,0,0,0,0 +274687,0,0,0,0,0 +274688,0,0,0,0,0 +274689,0,0,0,0,0 +274690,0,0,0,0,0 +274691,0,0,0,0,0 +274692,0,0,0,0,0 +274693,0,0,0,0,0 +274694,0,0,0,0,0 +274695,0,0,0,0,0 +274696,0,0,0,0,0 +274697,0,0,0,0,0 +274698,0,0,0,0,0 +274699,0,0,0,0,0 +274700,0,0,0,0,0 +274701,0,0,0,0,0 +274702,0,0,0,0,0 +274703,0,0,0,0,0 +274704,0,0,0,0,0 +274705,0,0,0,0,0 +274706,0,0,0,0,0 +274707,0,0,0,0,0 +274708,0,0,0,0,0 +274709,0,0,0,0,0 +274710,0,0,0,0,0 +274711,0,0,0,0,0 +274712,0,0,0,0,0 +274713,0,0,0,0,0 +274714,0,0,0,0,0 +274715,0,0,0,0,0 +274716,0,0,0,0,0 +274717,0,0,0,0,0 +274718,0,0,0,0,0 +274719,0,0,0,0,0 +274720,0,0,0,0,0 +274721,0,0,0,0,0 +274722,0,0,0,0,0 +274723,0,0,0,0,0 +274724,0,0,0,0,0 +274725,0,0,0,0,0 +274726,0,0,0,0,0 +274727,0,0,0,0,0 +274728,0,0,0,0,0 +274729,0,0,0,0,0 +274730,0,0,0,0,0 +274731,0,0,0,0,0 +274732,0,0,0,0,0 +274733,0,0,0,0,0 +274734,0,0,0,0,0 +274735,0,0,0,0,0 +274736,0,0,0,0,0 +274737,0,0,0,0,0 +274738,0,0,0,0,0 +274739,0,0,0,0,0 +274740,0,0,0,0,0 +274741,0,0,0,0,0 +274742,0,0,0,0,0 +274743,0,0,0,0,0 +274744,0,0,0,0,0 +274745,0,0,0,0,0 +274746,0,0,0,0,0 +274747,0,0,0,0,0 +274748,0,0,0,0,0 +274749,0,0,0,0,0 +274750,0,0,0,0,0 +274751,0,0,0,0,0 +274752,0,0,0,0,0 +274753,0,0,0,0,0 +274754,0,0,0,0,0 +274755,0,0,0,0,0 +274756,0,0,0,0,0 +274757,0,0,0,0,0 +274758,0,0,0,0,0 +274759,0,0,0,0,0 +274760,0,0,0,0,0 +274761,0,0,0,0,0 +274762,0,0,0,0,0 +274763,0,0,0,0,0 +274764,0,0,0,0,0 +274765,0,0,0,0,0 +274766,0,0,0,0,0 +274767,0,0,0,0,0 +274768,0,0,0,0,0 +274769,0,0,0,0,0 +274770,0,0,0,0,0 +274771,0,0,0,0,0 +274772,0,0,0,0,0 +274773,0,0,0,0,0 +274774,0,0,0,0,0 +274775,0,0,0,0,0 +274776,0,0,0,0,0 +274777,0,0,0,0,0 +274778,0,0,0,0,0 +274779,0,0,0,0,0 +274780,0,0,0,0,0 +274781,0,0,0,0,0 +274782,0,0,0,0,0 +274783,0,0,0,0,0 +274784,0,0,0,0,0 +274785,0,0,0,0,0 +274786,0,0,0,0,0 +274787,0,0,0,0,0 +274788,0,0,0,0,0 +274789,0,0,0,0,0 +274790,0,0,0,0,0 +274791,0,0,0,0,0 +274792,0,0,0,0,0 +274793,0,0,0,0,0 +274794,0,0,0,0,0 +274795,0,0,0,0,0 +274796,0,0,0,0,0 +274797,0,0,0,0,0 +274798,0,0,0,0,0 +274799,0,0,0,0,0 +274800,0,0,0,0,0 +274801,0,0,0,0,0 +274802,0,0,0,0,0 +274803,0,0,0,0,0 +274804,0,0,0,0,0 +274805,0,0,0,0,0 +274806,0,0,0,0,0 +274807,0,0,0,0,0 +274808,0,0,0,0,0 +274809,0,0,0,0,0 +274810,0,0,0,0,0 +274811,0,0,0,0,0 +274812,0,0,0,0,0 +274813,0,0,0,0,0 +274814,0,0,0,0,0 +274815,0,0,0,0,0 +274816,0,0,0,0,0 +274817,0,0,0,0,0 +274818,0,0,0,0,0 +274819,0,0,0,0,0 +274820,0,0,0,0,0 +274821,0,0,0,0,0 +274822,0,0,0,0,0 +274823,0,0,0,0,0 +274824,0,0,0,0,0 +274825,0,0,0,0,0 +274826,0,0,0,0,0 +274827,0,0,0,0,0 +274828,0,0,0,0,0 +274829,0,0,0,0,0 +274830,0,0,0,0,0 +274831,0,0,0,0,0 +274832,0,0,0,0,0 +274833,0,0,0,0,0 +274834,0,0,0,0,0 +274835,0,0,0,0,0 +274836,0,0,0,0,0 +274837,0,0,0,0,0 +274838,0,0,0,0,0 +274839,0,0,0,0,0 +274840,0,0,0,0,0 +274841,0,0,0,0,0 +274842,0,0,0,0,0 +274843,0,0,0,0,0 +274844,0,0,0,0,0 +274845,0,0,0,0,0 +274846,0,0,0,0,0 +274847,0,0,0,0,0 +274848,0,0,0,0,0 +274849,0,0,0,0,0 +274850,0,0,0,0,0 +274851,0,0,0,0,0 +274852,0,0,0,0,0 +274853,0,0,0,0,0 +274854,0,0,0,0,0 +274855,0,0,0,0,0 +274856,0,0,0,0,0 +274857,0,0,0,0,0 +274858,0,0,0,0,0 +274859,0,0,0,0,0 +274860,0,0,0,0,0 +274861,0,0,0,0,0 +274862,0,0,0,0,0 +274863,0,0,0,0,0 +274864,0,0,0,0,0 +274865,0,0,0,0,0 +274866,0,0,0,0,0 +274867,0,0,0,0,0 +274868,0,0,0,0,0 +274869,0,0,0,0,0 +274870,0,0,0,0,0 +274871,0,0,0,0,0 +274872,0,0,0,0,0 +274873,0,0,0,0,0 +274874,0,0,0,0,0 +274875,0,0,0,0,0 +274876,0,0,0,0,0 +274877,0,0,0,0,0 +274878,0,0,0,0,0 +274879,0,0,0,0,0 +274880,0,0,0,0,0 +274881,0,0,0,0,0 +274882,0,0,0,0,0 +274883,0,0,0,0,0 +274884,0,0,0,0,0 +274885,0,0,0,0,0 +274886,0,0,0,0,0 +274887,0,0,0,0,0 +274888,0,0,0,0,0 +274889,0,0,0,0,0 +274890,0,0,0,0,0 +274891,0,0,0,0,0 +274892,0,0,0,0,0 +274893,0,0,0,0,0 +274894,0,0,0,0,0 +274895,0,0,0,0,0 +274896,0,0,0,0,0 +274897,0,0,0,0,0 +274898,0,0,0,0,0 +274899,0,0,0,0,0 +274900,0,0,0,0,0 +274901,0,0,0,0,0 +274902,0,0,0,0,0 +274903,0,0,0,0,0 +274904,0,0,0,0,0 +274905,0,0,0,0,0 +274906,0,0,0,0,0 +274907,0,0,0,0,0 +274908,0,0,0,0,0 +274909,0,0,0,0,0 +274910,0,0,0,0,0 +274911,0,0,0,0,0 +274912,0,0,0,0,0 +274913,0,0,0,0,0 +274914,0,0,0,0,0 +274915,0,0,0,0,0 +274916,0,0,0,0,0 +274917,0,0,0,0,0 +274918,0,0,0,0,0 +274919,0,0,0,0,0 +274920,0,0,0,0,0 +274921,0,0,0,0,0 +274922,0,0,0,0,0 +274923,0,0,0,0,0 +274924,0,0,0,0,0 +274925,0,0,0,0,0 +274926,0,0,0,0,0 +274927,0,0,0,0,0 +274928,0,0,0,0,0 +274929,0,0,0,0,0 +274930,0,0,0,0,0 +274931,0,0,0,0,0 +274932,0,0,0,0,0 +274933,0,0,0,0,0 +274934,0,0,0,0,0 +274935,0,0,0,0,0 +274936,0,0,0,0,0 +274937,0,0,0,0,0 +274938,0,0,0,0,0 +274939,0,0,0,0,0 +274940,0,0,0,0,0 +274941,0,0,0,0,0 +274942,0,0,0,0,0 +274943,0,0,0,0,0 +274944,0,0,0,0,0 +274945,0,0,0,0,0 +274946,0,0,0,0,0 +274947,0,0,0,0,0 +274948,0,0,0,0,0 +274949,0,0,0,0,0 +274950,0,0,0,0,0 +274951,0,0,0,0,0 +274952,0,0,0,0,0 +274953,0,0,0,0,0 +274954,0,0,0,0,0 +274955,0,0,0,0,0 +274956,0,0,0,0,0 +274957,0,0,0,0,0 +274958,0,0,0,0,0 +274959,0,0,0,0,0 +274960,0,0,0,0,0 +274961,0,0,0,0,0 +274962,0,0,0,0,0 +274963,0,0,0,0,0 +274964,0,0,0,0,0 +274965,0,0,0,0,0 +274966,0,0,0,0,0 +274967,0,0,0,0,0 +274968,0,0,0,0,0 +274969,0,0,0,0,0 +274970,0,0,0,0,0 +274971,0,0,0,0,0 +274972,0,0,0,0,0 +274973,0,0,0,0,0 +274974,0,0,0,0,0 +274975,0,0,0,0,0 +274976,0,0,0,0,0 +274977,0,0,0,0,0 +274978,0,0,0,0,0 +274979,0,0,0,0,0 +274980,0,0,0,0,0 +274981,0,0,0,0,0 +274982,0,0,0,0,0 +274983,0,0,0,0,0 +274984,0,0,0,0,0 +274985,0,0,0,0,0 +274986,0,0,0,0,0 +274987,0,0,0,0,0 +274988,0,0,0,0,0 +274989,0,0,0,0,0 +274990,0,0,0,0,0 +274991,0,0,0,0,0 +274992,0,0,0,0,0 +274993,0,0,0,0,0 +274994,0,0,0,0,0 +274995,0,0,0,0,0 +274996,0,0,0,0,0 +274997,0,0,0,0,0 +274998,0,0,0,0,0 +274999,0,0,0,0,0 +275000,0,0,0,0,0 +275001,0,0,0,0,0 +275002,0,0,0,0,0 +275003,0,0,0,0,0 +275004,0,0,0,0,0 +275005,0,0,0,0,0 +275006,0,0,0,0,0 +275007,0,0,0,0,0 +275008,0,0,0,0,0 +275009,0,0,0,0,0 +275010,0,0,0,0,0 +275011,0,0,0,0,0 +275012,0,0,0,0,0 +275013,0,0,0,0,0 +275014,0,0,0,0,0 +275015,0,0,0,0,0 +275016,0,0,0,0,0 +275017,0,0,0,0,0 +275018,0,0,0,0,0 +275019,0,0,0,0,0 +275020,0,0,0,0,0 +275021,0,0,0,0,0 +275022,0,0,0,0,0 +275023,0,0,0,0,0 +275024,0,0,0,0,0 +275025,0,0,0,0,0 +275026,0,0,0,0,0 +275027,0,0,0,0,0 +275028,0,0,0,0,0 +275029,0,0,0,0,0 +275030,0,0,0,0,0 +275031,0,0,0,0,0 +275032,0,0,0,0,0 +275033,0,0,0,0,0 +275034,0,0,0,0,0 +275035,0,0,0,0,0 +275036,0,0,0,0,0 +275037,0,0,0,0,0 +275038,0,0,0,0,0 +275039,0,0,0,0,0 +275040,0,0,0,0,0 +275041,0,0,0,0,0 +275042,0,0,0,0,0 +275043,0,0,0,0,0 +275044,0,0,0,0,0 +275045,0,0,0,0,0 +275046,0,0,0,0,0 +275047,0,0,0,0,0 +275048,0,0,0,0,0 +275049,0,0,0,0,0 +275050,0,0,0,0,0 +275051,0,0,0,0,0 +275052,0,0,0,0,0 +275053,0,0,0,0,0 +275054,0,0,0,0,0 +275055,0,0,0,0,0 +275056,0,0,0,0,0 +275057,0,0,0,0,0 +275058,0,0,0,0,0 +275059,0,0,0,0,0 +275060,0,0,0,0,0 +275061,0,0,0,0,0 +275062,0,0,0,0,0 +275063,0,0,0,0,0 +275064,0,0,0,0,0 +275065,0,0,0,0,0 +275066,0,0,0,0,0 +275067,0,0,0,0,0 +275068,0,0,0,0,0 +275069,0,0,0,0,0 +275070,0,0,0,0,0 +275071,0,0,0,0,0 +275072,0,0,0,0,0 +275073,0,0,0,0,0 +275074,0,0,0,0,0 +275075,0,0,0,0,0 +275076,0,0,0,0,0 +275077,0,0,0,0,0 +275078,0,0,0,0,0 +275079,0,0,0,0,0 +275080,0,0,0,0,0 +275081,0,0,0,0,0 +275082,0,0,0,0,0 +275083,0,0,0,0,0 +275084,0,0,0,0,0 +275085,0,0,0,0,0 +275086,0,0,0,0,0 +275087,0,0,0,0,0 +275088,0,0,0,0,0 +275089,0,0,0,0,0 +275090,0,0,0,0,0 +275091,0,0,0,0,0 +275092,0,0,0,0,0 +275093,0,0,0,0,0 +275094,0,0,0,0,0 +275095,0,0,0,0,0 +275096,0,0,0,0,0 +275097,0,0,0,0,0 +275098,0,0,0,0,0 +275099,0,0,0,0,0 +275100,0,0,0,0,0 +275101,0,0,0,0,0 +275102,0,0,0,0,0 +275103,0,0,0,0,0 +275104,0,0,0,0,0 +275105,0,0,0,0,0 +275106,0,0,0,0,0 +275107,0,0,0,0,0 +275108,0,0,0,0,0 +275109,0,0,0,0,0 +275110,0,0,0,0,0 +275111,0,0,0,0,0 +275112,0,0,0,0,0 +275113,0,0,0,0,0 +275114,0,0,0,0,0 +275115,0,0,0,0,0 +275116,0,0,0,0,0 +275117,0,0,0,0,0 +275118,0,0,0,0,0 +275119,0,0,0,0,0 +275120,0,0,0,0,0 +275121,0,0,0,0,0 +275122,0,0,0,0,0 +275123,0,0,0,0,0 +275124,0,0,0,0,0 +275125,0,0,0,0,0 +275126,0,0,0,0,0 +275127,0,0,0,0,0 +275128,0,0,0,0,0 +275129,0,0,0,0,0 +275130,0,0,0,0,0 +275131,0,0,0,0,0 +275132,0,0,0,0,0 +275133,0,0,0,0,0 +275134,0,0,0,0,0 +275135,0,0,0,0,0 +275136,0,0,0,0,0 +275137,0,0,0,0,0 +275138,0,0,0,0,0 +275139,0,0,0,0,0 +275140,0,0,0,0,0 +275141,0,0,0,0,0 +275142,0,0,0,0,0 +275143,0,0,0,0,0 +275144,0,0,0,0,0 +275145,0,0,0,0,0 +275146,0,0,0,0,0 +275147,0,0,0,0,0 +275148,0,0,0,0,0 +275149,0,0,0,0,0 +275150,0,0,0,0,0 +275151,0,0,0,0,0 +275152,0,0,0,0,0 +275153,0,0,0,0,0 +275154,0,0,0,0,0 +275155,0,0,0,0,0 +275156,0,0,0,0,0 +275157,0,0,0,0,0 +275158,0,0,0,0,0 +275159,0,0,0,0,0 +275160,0,0,0,0,0 +275161,0,0,0,0,0 +275162,0,0,0,0,0 +275163,0,0,0,0,0 +275164,0,0,0,0,0 +275165,0,0,0,0,0 +275166,0,0,0,0,0 +275167,0,0,0,0,0 +275168,0,0,0,0,0 +275169,0,0,0,0,0 +275170,0,0,0,0,0 +275171,0,0,0,0,0 +275172,0,0,0,0,0 +275173,0,0,0,0,0 +275174,0,0,0,0,0 +275175,0,0,0,0,0 +275176,0,0,0,0,0 +275177,0,0,0,0,0 +275178,0,0,0,0,0 +275179,0,0,0,0,0 +275180,0,0,0,0,0 +275181,0,0,0,0,0 +275182,0,0,0,0,0 +275183,0,0,0,0,0 +275184,0,0,0,0,0 +275185,0,0,0,0,0 +275186,0,0,0,0,0 +275187,0,0,0,0,0 +275188,0,0,0,0,0 +275189,0,0,0,0,0 +275190,0,0,0,0,0 +275191,0,0,0,0,0 +275192,0,0,0,0,0 +275193,0,0,0,0,0 +275194,0,0,0,0,0 +275195,0,0,0,0,0 +275196,0,0,0,0,0 +275197,0,0,0,0,0 +275198,0,0,0,0,0 +275199,0,0,0,0,0 +275200,0,0,0,0,0 +275201,0,0,0,0,0 +275202,0,0,0,0,0 +275203,0,0,0,0,0 +275204,0,0,0,0,0 +275205,0,0,0,0,0 +275206,0,0,0,0,0 +275207,0,0,0,0,0 +275208,0,0,0,0,0 +275209,0,0,0,0,0 +275210,0,0,0,0,0 +275211,0,0,0,0,0 +275212,0,0,0,0,0 +275213,0,0,0,0,0 +275214,0,0,0,0,0 +275215,0,0,0,0,0 +275216,0,0,0,0,0 +275217,0,0,0,0,0 +275218,0,0,0,0,0 +275219,0,0,0,0,0 +275220,0,0,0,0,0 +275221,0,0,0,0,0 +275222,0,0,0,0,0 +275223,0,0,0,0,0 +275224,0,0,0,0,0 +275225,0,0,0,0,0 +275226,0,0,0,0,0 +275227,0,0,0,0,0 +275228,0,0,0,0,0 +275229,0,0,0,0,0 +275230,0,0,0,0,0 +275231,0,0,0,0,0 +275232,0,0,0,0,0 +275233,0,0,0,0,0 +275234,0,0,0,0,0 +275235,0,0,0,0,0 +275236,0,0,0,0,0 +275237,0,0,0,0,0 +275238,0,0,0,0,0 +275239,0,0,0,0,0 +275240,0,0,0,0,0 +275241,0,0,0,0,0 +275242,0,0,0,0,0 +275243,0,0,0,0,0 +275244,0,0,0,0,0 +275245,0,0,0,0,0 +275246,0,0,0,0,0 +275247,0,0,0,0,0 +275248,0,0,0,0,0 +275249,0,0,0,0,0 +275250,0,0,0,0,0 +275251,0,0,0,0,0 +275252,0,0,0,0,0 +275253,0,0,0,0,0 +275254,0,0,0,0,0 +275255,0,0,0,0,0 +275256,0,0,0,0,0 +275257,0,0,0,0,0 +275258,0,0,0,0,0 +275259,0,0,0,0,0 +275260,0,0,0,0,0 +275261,0,0,0,0,0 +275262,0,0,0,0,0 +275263,0,0,0,0,0 +275264,0,0,0,0,0 +275265,0,0,0,0,0 +275266,0,0,0,0,0 +275267,0,0,0,0,0 +275268,0,0,0,0,0 +275269,0,0,0,0,0 +275270,0,0,0,0,0 +275271,0,0,0,0,0 +275272,0,0,0,0,0 +275273,0,0,0,0,0 +275274,0,0,0,0,0 +275275,0,0,0,0,0 +275276,0,0,0,0,0 +275277,0,0,0,0,0 +275278,0,0,0,0,0 +275279,0,0,0,0,0 +275280,0,0,0,0,0 +275281,0,0,0,0,0 +275282,0,0,0,0,0 +275283,0,0,0,0,0 +275284,0,0,0,0,0 +275285,0,0,0,0,0 +275286,0,0,0,0,0 +275287,0,0,0,0,0 +275288,0,0,0,0,0 +275289,0,0,0,0,0 +275290,0,0,0,0,0 +275291,0,0,0,0,0 +275292,0,0,0,0,0 +275293,0,0,0,0,0 +275294,0,0,0,0,0 +275295,0,0,0,0,0 +275296,0,0,0,0,0 +275297,0,0,0,0,0 +275298,0,0,0,0,0 +275299,0,0,0,0,0 +275300,0,0,0,0,0 +275301,0,0,0,0,0 +275302,0,0,0,0,0 +275303,0,0,0,0,0 +275304,0,0,0,0,0 +275305,0,0,0,0,0 +275306,0,0,0,0,0 +275307,0,0,0,0,0 +275308,0,0,0,0,0 +275309,0,0,0,0,0 +275310,0,0,0,0,0 +275311,0,0,0,0,0 +275312,0,0,0,0,0 +275313,0,0,0,0,0 +275314,0,0,0,0,0 +275315,0,0,0,0,0 +275316,0,0,0,0,0 +275317,0,0,0,0,0 +275318,0,0,0,0,0 +275319,0,0,0,0,0 +275320,0,0,0,0,0 +275321,0,0,0,0,0 +275322,0,0,0,0,0 +275323,0,0,0,0,0 +275324,0,0,0,0,0 +275325,0,0,0,0,0 +275326,0,0,0,0,0 +275327,0,0,0,0,0 +275328,0,0,0,0,0 +275329,0,0,0,0,0 +275330,0,0,0,0,0 +275331,0,0,0,0,0 +275332,0,0,0,0,0 +275333,0,0,0,0,0 +275334,0,0,0,0,0 +275335,0,0,0,0,0 +275336,0,0,0,0,0 +275337,0,0,0,0,0 +275338,0,0,0,0,0 +275339,0,0,0,0,0 +275340,0,0,0,0,0 +275341,0,0,0,0,0 +275342,0,0,0,0,0 +275343,0,0,0,0,0 +275344,0,0,0,0,0 +275345,0,0,0,0,0 +275346,0,0,0,0,0 +275347,0,0,0,0,0 +275348,0,0,0,0,0 +275349,0,0,0,0,0 +275350,0,0,0,0,0 +275351,0,0,0,0,0 +275352,0,0,0,0,0 +275353,0,0,0,0,0 +275354,0,0,0,0,0 +275355,0,0,0,0,0 +275356,0,0,0,0,0 +275357,0,0,0,0,0 +275358,0,0,0,0,0 +275359,0,0,0,0,0 +275360,0,0,0,0,0 +275361,0,0,0,0,0 +275362,0,0,0,0,0 +275363,0,0,0,0,0 +275364,0,0,0,0,0 +275365,0,0,0,0,0 +275366,0,0,0,0,0 +275367,0,0,0,0,0 +275368,0,0,0,0,0 +275369,0,0,0,0,0 +275370,0,0,0,0,0 +275371,0,0,0,0,0 +275372,0,0,0,0,0 +275373,0,0,0,0,0 +275374,0,0,0,0,0 +275375,0,0,0,0,0 +275376,0,0,0,0,0 +275377,0,0,0,0,0 +275378,0,0,0,0,0 +275379,0,0,0,0,0 +275380,0,0,0,0,0 +275381,0,0,0,0,0 +275382,0,0,0,0,0 +275383,0,0,0,0,0 +275384,0,0,0,0,0 +275385,0,0,0,0,0 +275386,0,0,0,0,0 +275387,0,0,0,0,0 +275388,0,0,0,0,0 +275389,0,0,0,0,0 +275390,0,0,0,0,0 +275391,0,0,0,0,0 +275392,0,0,0,0,0 +275393,0,0,0,0,0 +275394,0,0,0,0,0 +275395,0,0,0,0,0 +275396,0,0,0,0,0 +275397,0,0,0,0,0 +275398,0,0,0,0,0 +275399,0,0,0,0,0 +275400,0,0,0,0,0 +275401,0,0,0,0,0 +275402,0,0,0,0,0 +275403,0,0,0,0,0 +275404,0,0,0,0,0 +275405,0,0,0,0,0 +275406,0,0,0,0,0 +275407,0,0,0,0,0 +275408,0,0,0,0,0 +275409,0,0,0,0,0 +275410,0,0,0,0,0 +275411,0,0,0,0,0 +275412,0,0,0,0,0 +275413,0,0,0,0,0 +275414,0,0,0,0,0 +275415,0,0,0,0,0 +275416,0,0,0,0,0 +275417,0,0,0,0,0 +275418,0,0,0,0,0 +275419,0,0,0,0,0 +275420,0,0,0,0,0 +275421,0,0,0,0,0 +275422,0,0,0,0,0 +275423,0,0,0,0,0 +275424,0,0,0,0,0 +275425,0,0,0,0,0 +275426,0,0,0,0,0 +275427,0,0,0,0,0 +275428,0,0,0,0,0 +275429,0,0,0,0,0 +275430,0,0,0,0,0 +275431,0,0,0,0,0 +275432,0,0,0,0,0 +275433,0,0,0,0,0 +275434,0,0,0,0,0 +275435,0,0,0,0,0 +275436,0,0,0,0,0 +275437,0,0,0,0,0 +275438,0,0,0,0,0 +275439,0,0,0,0,0 +275440,0,0,0,0,0 +275441,0,0,0,0,0 +275442,0,0,0,0,0 +275443,0,0,0,0,0 +275444,0,0,0,0,0 +275445,0,0,0,0,0 +275446,0,0,0,0,0 +275447,0,0,0,0,0 +275448,0,0,0,0,0 +275449,0,0,0,0,0 +275450,0,0,0,0,0 +275451,0,0,0,0,0 +275452,0,0,0,0,0 +275453,0,0,0,0,0 +275454,0,0,0,0,0 +275455,0,0,0,0,0 +275456,0,0,0,0,0 +275457,0,0,0,0,0 +275458,0,0,0,0,0 +275459,0,0,0,0,0 +275460,0,0,0,0,0 +275461,40.72486637,3561.539558,3104.131845,19.86992931,-199.1384013 +275462,327.6434271,256.9004819,3258.465039,150.3632896,326.8133302 +275463,320.9621654,219.8009827,3037.969786,147.2795508,321.7197982 +275464,311.3664446,214.2234278,1919.285219,142.8631917,311.2631801 +275465,301.8215645,222.3689299,515.8002877,138.5376879,299.5719279 +275466,293.5059445,682.0575342,1356.807401,134.8505185,288.6686478 +275467,286.502915,373.5308832,1305.14757,131.8161961,279.0066361 +275468,280.5548715,460.0430229,1157.291436,129.2933227,270.4348294 +275469,275.4138322,470.1794347,1187.837232,127.1539134,262.7242989 +275470,270.9167858,477.270861,1195.221504,125.3135068,255.7098603 +275471,266.9581797,484.3391094,1202.355227,123.7188929,249.2910184 +275472,263.4650397,491.758208,1209.663665,122.3321579,243.3989839 +275473,260.3748994,499.0416553,1217.280081,121.1228203,237.979757 +275474,257.6367318,506.0506659,1225.074132,120.0648566,232.9851223 +275475,255.20212,513.7190662,1232.921637,119.1357616,228.3700566 +275476,253.0326547,520.992902,1240.628248,118.3165211,224.0938598 +275477,251.092,528.3112268,1249.260231,117.5934875,220.120044 +275478,249.3566397,536.1436075,1257.279201,116.9505594,216.416206 +275479,247.7968287,543.2969068,1265.596128,116.3758839,212.9541271 +275480,246.3891082,550.7973706,1273.962511,115.8629115,209.7084087 +275481,245.1198111,558.5841875,1282.368855,115.4017141,206.6569397 +275482,243.9694072,566.0264034,1290.816399,114.9852496,203.7799384 +275483,242.9237639,573.6487295,1299.257875,114.6109964,201.0601913 +275484,241.9763196,581.0777994,1307.878033,114.2720207,198.4819238 +275485,241.1135956,589.1674849,1316.261208,113.9662478,196.0318608 +275486,240.3301184,596.3920728,1324.911411,113.6881922,193.6978566 +275487,239.6146684,604.2245794,1333.419909,113.4370415,191.468967 +275488,238.9645544,611.8716473,1341.973901,113.2084513,189.3358132 +275489,238.3708467,619.3551536,1350.47338,113.002511,187.2900118 +275490,237.8323817,627.3897787,1359.128739,112.8154291,185.3239109 +275491,237.3414847,634.4094361,1366.120346,112.6477929,183.4308053 +275492,236.8961832,641.5520411,1373.360997,112.4954611,181.6047667 +275493,236.4883589,648.6165881,1380.372445,112.3587403,179.8403237 +275494,236.1184676,655.6499606,1387.359702,112.2345109,178.1328656 +275495,235.7805113,662.6548236,1394.253842,112.1239496,176.4778816 +275496,235.4761673,669.4042344,1401.072968,112.0244034,174.8715925 +275497,235.200218,676.724388,1407.76017,111.9373517,173.3105826 +275498,234.9545287,683.4755173,1414.496365,111.8601684,171.7914468 +275499,234.7342516,690.4240586,1421.088932,111.7944655,170.3115761 +275500,234.5416622,697.3079449,1427.465723,111.737756,168.8683846 +275501,234.3718878,704.1690578,1434.003034,111.6916132,167.4592994 +275502,234.2274138,711.0072089,1440.294933,111.6536064,166.0821556 +275503,234.1037249,717.8221937,1446.505612,111.6254516,164.7350993 +275504,234.0033899,724.6146184,1452.819284,111.6047242,163.4161576 +275505,233.9219749,731.1048736,1458.788058,111.5931633,162.1236944 +275506,233.8621561,738.2943865,1464.847217,111.5883676,160.8559711 +275507,233.8197241,744.8005062,1470.7086,111.5921691,159.6118252 +275508,233.7974475,755.0329045,1476.636006,111.6021876,158.3897195 +275509,233.7909844,763.450881,1482.350944,111.6201891,157.1883088 +275510,233.8033508,772.6326262,1488.087335,111.6438886,156.0065326 +275511,233.8302949,781.5076932,1493.527028,111.6750902,154.8432609 +275512,233.874814,790.3281046,1499.155447,111.711486,153.6974204 +275513,233.9326423,799.0941068,1504.513092,111.7548727,152.567899 +275514,234.0068807,807.8867312,1509.844256,111.8029771,151.4538261 +275515,234.0934103,816.5666597,1515.076916,111.8576633,150.3543934 +275516,234.1952606,824.8580124,1520.161741,111.9166149,149.26861 +275517,234.3084156,834.0408276,1525.364423,111.9817446,148.1958857 +275518,234.4358772,842.3276718,1530.193602,112.0507138,147.1351841 +275519,234.5736408,850.8751248,1537.761567,112.125443,146.0859622 +275520,234.724827,859.4023415,1546.382943,112.203639,145.0473999 +275521,234.9984724,1297.34779,2531.112243,112.3386078,144.2245051 +275522,253.7135896,1320.694659,2550.273155,121.0040756,177.8747405 +275523,282.0669147,1338.781558,2591.052782,134.001829,230.4106662 +275524,310.9220479,1355.645223,2594.086469,147.0462908,285.4060894 +275525,336.3727857,1371.127247,2596.43505,158.3545663,335.5063676 +275526,357.9643175,1386.176395,2597.702116,167.7770645,379.4195004 +275527,376.3805023,1400.730225,2600.033286,175.6826573,418.0075673 +275528,392.3602049,1414.920719,2603.530152,182.4552995,452.3379806 +275529,406.4244889,1428.616433,2607.49618,188.3590486,483.1674072 +275530,650.1509153,1442.308925,2611.76714,439.8986101,510.9823666 +275531,892.6786545,1455.578032,2616.580817,310.7641452,536.1308681 +275532,732.859577,1468.7096,2621.255277,358.7589625,558.9024868 +275533,817.0541522,1481.651868,2625.903484,370.5991706,579.5578453 +275534,837.4175147,1494.355679,2630.572967,380.1558467,598.3329674 +275535,856.3239815,1507.134709,2635.379976,389.474034,615.4388834 +275536,875.3453269,1519.440316,2639.972825,398.5864551,631.0624837 +275537,892.5683636,1531.749109,2644.476172,407.3401234,645.3679086 +275538,910.3823487,1544.013868,2648.896144,416.0805758,658.4996614 +275539,927.7381096,1556.005886,2653.229255,424.3421497,670.5846563 +275540,944.6094136,1567.927767,2657.477513,432.9329126,681.7342723 +275541,960.7439621,1583.492628,2661.656065,440.9902249,692.0468792 +275542,977.5907771,1594.45456,2665.732368,448.7460277,701.6087518 +275543,993.0960455,1607.340982,2669.712728,456.7777171,710.2572818 +275544,1008.943975,1618.372128,2673.617046,464.4189923,718.1251192 +275545,1024.10214,1631.535986,2677.414058,471.7321918,725.3680287 +275546,1039.030248,1641.303492,2681.299944,479.4539382,732.0935194 +275547,1059.353333,1617.357308,2684.921058,490.1083588,738.369614 +275548,1074.382583,1671.280121,2688.269213,497.6137663,1096.297129 +275549,1089.273516,1661.248531,2691.58974,504.7868957,966.1778267 +275550,1103.271254,1676.082789,2694.698476,512.2314677,1012.189174 +275551,1117.301897,1686.044829,2697.780001,518.9372688,1041.394625 +275552,1131.014744,1696.229563,2700.792583,525.793858,1059.85155 +275553,1143.953832,1705.902929,2703.701707,532.3826075,1071.007036 +275554,1157.923333,1715.652007,2706.501234,538.768476,1085.774013 +275555,1170.393851,1725.301518,2709.186679,545.3929452,1099.144596 +275556,1183.358318,1734.562908,2711.761984,551.6226767,1113.01732 +275557,1195.814362,1744.086463,2714.239892,557.7553333,1126.048484 +275558,1187.591944,1743.876756,2694.975038,554.5103803,1101.084585 +275559,1127.088624,1719.094419,2589.904446,527.3011165,983.8900294 +275560,1243.148895,1771.798223,2539.210323,579.9967074,1190.960929 +275561,1235.310874,1773.575231,2519.961234,576.7606672,1165.984399 +275562,1239.147886,1779.096978,2509.73593,578.9238065,1162.276427 +275563,1254.748869,1789.342862,2500.541628,587.0136846,1183.466257 +275564,1267.463269,1798.260363,2490.766549,592.5960343,1195.078778 +275565,1278.171785,1806.748923,2481.762925,598.0931957,1206.207091 +275566,1289.38164,1815.314638,2472.139071,603.5109951,1216.895503 +275567,1299.854806,1833.512925,2462.496727,608.6688399,1227.384507 +275568,1311.39251,1817.627011,2453.425358,614.2890367,1238.177509 +275569,1321.033865,1846.063502,2444.470157,618.9675309,1247.690875 +275570,1332.065021,1846.382326,2435.369272,624.3663644,1257.940189 +275571,1341.993817,1855.536589,2426.529452,629.2333115,1267.650394 +275572,1349.41952,1858.70742,2416.960751,632.8968639,1274.914668 +275573,1539.277811,1973.93388,2584.199455,719.6103536,1602.394632 +275574,1114.777893,1741.716536,2431.85712,528.0924308,818.6368364 +275575,1676.947629,2027.577916,2608.820781,781.8741197,1847.92861 +275576,1107.708652,1769.110677,2441.86887,526.123737,784.0058795 +275577,1699.39284,2032.540627,2616.672057,792.3288303,1871.380767 +275578,1121.916441,1782.9953,2443.156433,533.351241,793.5078429 +275579,1722.140729,2049.183334,2618.478682,803.231648,1895.578195 +275580,1136.201404,1794.740104,2440.595986,540.3829365,802.656471 +275581,2134.540566,2253.3131,2626.210664,982.373124,2639.142323 +275582,1725.652067,2032.75258,2632.166385,799.8440744,1883.807932 +275583,1892.211707,2167.332411,2640.567254,874.5122428,2168.549027 +275584,1875.482495,2107.937244,2644.952213,867.5731516,2135.484616 +275585,1885.711835,2160.899424,2649.683424,872.3553689,2145.411326 +275586,1895.48733,2139.398941,2655.269629,877.1742325,2163.44261 +275587,1905.219538,2156.497618,2661.402101,881.8452052,2146.538643 +275588,1915.127247,2161.939358,2668.913421,886.5875447,2188.941478 +275589,1924.461058,2168.540052,2677.020311,891.2001872,2173.799943 +275590,1934.007015,2175.45601,2686.800254,895.6180087,2190.966609 +275591,1943.232856,2182.033016,2693.520845,900.2129682,2198.138597 +275592,1952.421186,2188.547736,2700.474019,904.5888682,2206.580398 +275593,1961.344761,2195.113265,2707.349775,908.9652647,2220.233838 +275594,1970.470324,2201.315778,2713.464358,913.2808916,2220.017769 +275595,1979.145979,2207.528095,2719.081899,917.4919549,2231.767509 +275596,1988.076252,2213.778436,2724.055868,921.7863341,2238.734862 +275597,1996.506809,2219.827584,2728.250729,925.9679173,2246.561278 +275598,2005.248487,2225.749819,2732.431776,930.0655585,2254.276256 +275599,2013.576381,2231.65678,2736.399561,934.154972,2261.370558 +275600,2022.013765,2237.357453,2739.889231,938.1753139,2269.005718 +275601,2030.338883,2243.049008,2743.094864,942.1622847,2276.083333 +275602,2038.433178,2248.546701,2746.27677,946.1057373,2283.204401 +275603,2046.557322,2254.085919,2749.033273,950.0063528,2290.014382 +275604,2054.640448,2259.375067,2751.591786,953.8097069,2297.143159 +275605,2062.519661,2271.734262,2754.108154,957.7107609,2303.824598 +275606,2070.46315,2260.01966,2756.319618,961.4496385,2310.312377 +275607,2078.072093,2286.107743,2758.386441,965.1977601,2317.151493 +275608,2086.166477,2269.810297,2760.450106,968.8375165,2328.562243 +275609,2093.479318,2295.572153,2762.579262,972.4704275,2327.50524 +275610,2101.239398,2286.693021,2764.302683,976.0702874,2336.434803 +275611,2108.431953,2295.011301,2765.793092,979.6175585,2342.752155 +275612,2115.780571,2299.202114,2767.154534,983.1249762,2348.229773 +275613,2122.936002,2302.933223,2768.405543,986.6524803,2354.387385 +275614,2130.155518,2306.910096,2769.513247,990.0036639,2360.706647 +275615,2137.176559,2310.748784,2770.481103,993.4449063,2365.994638 +275616,2144.264081,2314.499393,2771.457842,996.802902,2376.877215 +275617,2151.157015,2318.112998,2772.319244,1000.078296,2375.597701 +275618,2158.239089,2321.623838,2772.909486,1003.464743,2382.850545 +275619,2164.824913,2325.043986,2773.405468,1006.691666,2388.889884 +275620,2171.673385,2328.360088,2773.878625,1009.937293,2393.953643 +275621,2178.450575,2331.580185,2774.408736,1013.14306,2404.151601 +275622,2185.048543,2334.691492,2774.838897,1016.318542,2402.999524 +275623,2191.638393,2337.698668,2774.985424,1019.464119,2409.14689 +275624,2205.170186,2340.622232,2775.011755,1022.580389,2414.861049 +275625,2196.514834,2343.448481,2775.177832,1025.667803,2424.316968 +275626,2236.670796,2346.188088,2775.271424,1028.727362,2423.580989 +275627,2182.579248,2348.810866,2775.121596,1031.759242,2428.493912 +275628,2240.651485,2351.366657,2775.183573,1034.763789,2438.061491 +275629,2226.408805,2353.818729,2775.006361,1037.742,2438.222184 +275630,2236.388703,2356.177934,2774.703794,1040.6944,2445.84143 +275631,2242.718627,2358.457094,2774.410709,1043.621108,2450.867969 +275632,2248.693237,2360.632345,2773.949487,1046.523036,2450.467131 +275633,2254.903074,2362.711033,2773.114549,1049.340164,2451.744457 +275634,2260.955188,2364.706159,2771.933743,1052.343802,2451.495654 +275635,2266.986915,2366.859916,2772.158666,1055.038678,2451.640422 +275636,2272.96736,2368.123401,2769.349199,1057.900333,2448.442857 +275637,2278.919392,2370.261298,2766.843146,1060.673825,2445.899003 +275638,2284.954977,2371.794951,2764.3433,1063.436431,2443.61257 +275639,2290.625954,2373.346583,2761.822526,1066.177058,2441.513729 +275640,2296.554181,2374.836642,2759.266532,1068.896912,2439.558555 +275641,2309.233036,2379.002651,2756.117938,1076.653491,2436.691973 +275642,2317.022511,2380.958142,2753.332989,1078.292006,2434.48073 +275643,2323.772211,2382.52584,2750.796302,1084.24742,2432.728989 +275644,2330.773287,2383.970883,2748.322956,1084.061364,2431.184029 +275645,2337.51483,2385.291036,2745.819522,1092.351928,2429.714059 +275646,2344.190432,2386.560285,2743.257504,1088.483769,2428.273514 +275647,2350.933074,2387.586845,2740.640447,1101.792451,2426.854313 +275648,2357.972921,2388.668127,2737.979007,1090.51556,2425.458254 +275649,2377.109572,2389.561967,2735.288973,1092.091684,2424.091406 +275650,2349.629814,2390.265665,2732.58316,1108.664299,2422.76391 +275651,2386.751783,2391.381704,2731.582351,1103.937432,2423.55186 +275652,2381.078112,2391.738509,2727.829996,1108.628826,2421.066809 +275653,2389.607922,2392.511328,2724.621015,1111.611433,2419.272227 +275654,2395.807629,2392.995256,2721.57883,1114.520385,2417.693217 +275655,2402.217194,2393.463362,2718.611879,1117.416056,2416.227459 +275656,2408.475131,2393.820448,2715.676434,1120.358692,2414.816389 +275657,2414.86964,2394.158769,2712.754342,1123.12379,2413.440379 +275658,2420.867368,2394.326157,2709.832633,1125.950727,2412.083657 +275659,2439.077089,2394.485182,2706.883081,1128.871609,2410.708807 +275660,2415.594504,2394.54907,2703.946499,1131.640178,2409.364521 +275661,2447.835419,2394.544744,2701.013324,1134.517742,2408.036211 +275662,2443.839185,2394.434232,2698.042945,1137.204947,2406.674461 +275663,2451.583983,2394.418903,2696.783861,1140.026615,2407.401224 +275664,2457.854624,2393.897652,2692.817079,1142.772016,2404.862256 +275665,2474.426286,2393.784176,2689.387655,1145.517616,2402.975932 +275666,2453.800014,2393.270315,2686.155499,1148.316608,2401.318058 +275667,2483.523725,2392.823701,2683.021065,1150.859583,2399.769252 +275668,2480.076306,2392.402929,2681.639887,1153.716002,2400.352749 +275669,2501.945132,2391.512509,2677.553264,1156.343136,2397.664375 +275670,2472.278674,2390.904533,2674.069138,1159.030506,2395.703123 +275671,2509.538243,2389.883975,2670.793989,1161.63789,2393.982226 +275672,2525.912563,2389.18086,2667.54448,1164.293523,2392.288194 +275673,2502.190951,2388.085603,2664.335768,1166.754845,2390.650224 +275674,2519.220349,2386.984771,2661.185875,1169.356951,2389.092818 +275675,2511.957361,2385.816074,2658.049455,1171.881229,2387.561382 +275676,2548.461972,2384.570549,2655.122478,1174.329465,2386.292547 +275677,2526.199557,2383.224456,2652.254932,1176.941247,2385.103261 +275678,2542.609516,2381.79569,2649.342559,1179.453346,2383.865236 +275679,2546.285745,2380.308695,2646.630273,1181.829848,2382.874244 +275680,2551.994435,2378.870626,2645.815468,1184.345631,2384.403048 +275681,2557.387005,2376.931432,2642.349874,1186.778722,2382.506466 +275682,2562.951903,2375.331137,2639.507537,1189.213252,2381.361038 +275683,2568.372936,2373.678217,2636.889775,1191.631886,2380.473371 +275684,2573.661156,2371.520881,2634.367802,1194.037242,2379.687393 +275685,2579.356723,2369.568133,2631.890623,1196.429029,2378.945917 +275686,2584.647936,2367.549229,2629.431723,1198.807181,2378.216071 +275687,2590.046289,2365.343903,2626.971082,1201.243674,2377.470476 +275688,2595.367281,2363.067752,2624.508253,1203.483133,2376.699942 +275689,2600.542147,2360.794855,2622.040236,1205.797529,2375.896824 +275690,2606.087957,2358.378772,2619.571761,1208.221445,2375.06802 +275691,2611.286308,2355.891064,2617.106641,1210.480716,2374.22195 +275692,2616.54981,2353.328804,2614.638454,1212.792285,2373.348573 +275693,2621.740263,2350.634907,2612.170712,1215.080879,2372.452867 +275694,2626.836436,2347.976584,2609.705293,1217.356885,2371.53361 +275695,2632.243759,2345.1478,2607.253319,1219.620877,2370.605737 +275696,2645.509023,2342.256832,2604.929205,1221.948847,2369.807765 +275697,2638.754777,2339.305611,2602.590812,1224.074118,2368.966483 +275698,2649.010685,2336.448552,2600.121584,1226.356247,2367.938366 +275699,2653.186571,2333.071946,2597.667154,1228.560301,2366.899813 +275700,2658.333106,2329.979381,2595.259885,1230.763609,2365.887841 +275701,2540.265033,2275.020257,2592.578763,1179.339034,2365.815999 +275702,2548.980091,2267.059815,2581.595594,1180.133318,2353.882329 +275703,2548.528736,2263.954362,2568.192849,1181.349315,2337.802956 +275704,2551.714914,2259.403583,2556.794943,1182.407583,2323.665541 +275705,2555.066417,2254.910274,2548.169444,1183.85806,2312.822378 +275706,2557.94816,2250.461252,2541.773444,1185.108783,2304.822682 +275707,2560.981574,2245.958103,2536.833586,1186.448663,2298.818655 +275708,2564.123079,2241.360048,2532.770956,1187.783412,2294.135738 +275709,2567.09252,2236.785705,2529.238344,1189.1192,2290.34721 +275710,2570.031507,2224.752147,2525.754624,1190.453317,2287.085024 +275711,2573.312232,2237.498784,2522.823137,1191.784244,2284.448283 +275712,2576.257131,2210.549041,2520.076322,1193.110713,2282.209649 +275713,2579.298832,2221.433144,2517.358054,1194.431861,2280.158249 +275714,2582.374812,2211.012434,2514.823123,1195.822789,2278.463281 +275715,2593.408182,2206.785068,2512.516973,1197.019292,2277.158765 +275716,2576.521672,2201.838267,2510.116116,1198.375246,2275.830229 +275717,2604.171923,2196.693026,2507.78622,1199.659684,2274.660319 +275718,2590.476395,2191.641548,2505.652198,1200.94813,2273.788338 +275719,2597.850509,2186.165768,2503.439198,1202.229716,2272.861574 +275720,2601.042425,2181.001356,2501.231683,1203.504397,2271.970111 +275721,2603.571225,2175.59129,2499.132124,1204.7723,2271.212095 +275722,2606.446877,2170.120874,2497.107387,1206.033062,2270.513595 +275723,2609.40781,2164.678381,2495.158841,1207.287198,2269.860772 +275724,2612.278256,2159.139707,2493.288593,1208.534341,2269.258198 +275725,2615.263957,2153.645122,2491.484471,1209.774804,2268.696552 +275726,2617.982931,2147.795862,2489.730124,1210.930693,2268.161496 +275727,2620.91822,2142.244447,2488.023982,1212.273199,2267.658877 +275728,2623.52676,2136.351686,2486.35846,1213.438427,2267.179138 +275729,2626.657028,2130.577115,2484.73631,1214.664346,2266.730193 +275730,2629.335313,2124.743642,2483.151646,1215.87219,2266.307008 +275731,2632.141302,2118.876636,2481.590924,1217.04947,2265.893688 +275732,2634.813791,2112.678354,2480.043379,1218.292927,2265.481218 +275733,2637.550619,2106.623645,2478.509011,1219.334699,2265.072927 +275734,2640.289564,2100.588526,2476.993502,1220.539073,2264.676701 +275735,2642.896815,2094.313109,2475.495223,1221.66917,2264.289972 +275736,2645.533911,2088.195864,2474.012151,1222.803101,2263.910256 +275737,2647.967216,2081.989237,2472.544461,1223.930523,2263.536956 +275738,2650.808031,2075.555509,2471.095791,1225.00934,2263.174844 +275739,2653.347749,2067.95655,2469.670413,1226.154916,2262.826347 +275740,2655.921718,2054.271246,2468.345468,1227.224772,2262.589909 +275741,2658.4989,2070.580114,2467.150929,1228.357851,2262.500217 +275742,2661.042769,2023.582189,2466.122161,1229.415848,2262.605841 +275743,2663.618831,2072.930099,2465.184043,1230.536341,2262.813258 +275744,2666.161514,2004.331699,2464.310956,1231.582468,2263.094674 +275745,2668.573076,2067.134585,2463.42838,1232.648971,2263.354344 +275746,2671.054064,1998.136191,2462.541014,1233.713876,2263.595683 +275747,2673.359173,2015.454695,2461.724819,1234.773547,2263.911908 +275748,2676.087595,2008.426849,2460.909652,1235.827677,2264.215081 +275749,2678.614929,2003.088755,2461.779714,1236.877373,2266.578323 +275750,2680.882414,1994.582396,2461.66414,1237.920128,2267.732406 +275751,2690.784006,2004.63113,2459.552559,1238.957919,2266.427549 +275752,2675.307188,1958.977057,2458.084139,1239.991459,2265.878561 +275753,2699.177115,1998.002494,2456.900849,1241.018685,2265.638989 +275754,2680.190829,1949.056963,2455.880101,1242.041006,2265.566778 +275755,2703.50311,1969.81699,2454.992098,1243.058359,2265.635558 +275756,2692.601969,1952.993277,2454.242548,1244.070904,2265.859051 +275757,2697.908628,1948.07839,2453.38616,1245.078731,2265.938605 +275758,2700.665726,1962.814129,2452.459296,1246.0819,2265.917637 +275759,2702.683881,1903.52358,2451.637072,1247.080641,2266.00915 +275760,2704.925397,1964.815149,2450.824386,1248.074678,2266.095885 +275761,2462.193836,1775.155188,2446.700632,1139.972103,2262.45817 +275762,2464.921899,1816.020288,2427.084404,1138.184449,2236.532891 +275763,2460.463778,1788.450303,2402.514546,1137.454642,2202.254414 +275764,2459.980631,1783.353915,2381.360644,1136.731971,2171.144168 +275765,2459.811346,1774.728275,2365.315385,1136.545072,2146.261089 +275766,2459.49157,1766.74806,2353.949769,1136.243297,2126.847178 +275767,2459.428683,1758.517841,2345.678649,1136.095299,2111.854043 +275768,2459.445024,1750.46602,2339.389449,1135.991558,2099.801362 +275769,2459.599249,1742.456565,2334.192262,1135.929355,2089.841596 +275770,2459.800067,1734.496553,2330.073506,1135.901109,2081.446851 +275771,2460.066781,1726.463321,2326.569592,1135.901809,2074.274638 +275772,2460.388679,1718.756224,2323.513633,1135.927844,2068.081979 +275773,2460.759833,1710.851559,2320.791297,1135.976732,2062.686274 +275774,2461.244145,1703.199899,2320.033132,1136.047435,2060.070644 +275775,2461.568789,1695.173835,2316.810629,1136.134673,2054.71481 +275776,2462.149294,1687.710085,2314.298527,1136.243362,2050.499589 +275777,2462.667213,1679.959292,2312.08978,1136.367888,2046.877197 +275778,2463.239259,1672.358716,2310.074661,1136.509376,2043.684376 +275779,2463.848474,1664.678108,2308.197151,1136.666999,2040.830582 +275780,2464.491204,1657.302482,2306.421827,1136.840191,2038.251996 +275781,2465.166062,1674.687851,2304.685068,1137.028614,2035.850461 +275782,2465.878848,1606.591488,2302.883745,1137.231875,2033.715437 +275783,2466.621664,1652.003569,2301.390291,1137.449463,2031.803736 +275784,2467.463578,1623.919338,2301.775995,1137.682204,2032.080754 +275785,2468.13586,1620.241185,2299.16225,1137.926193,2029.194687 +275786,2469.061112,1613.075945,2297.366348,1138.187019,2027.123345 +275787,2469.915895,1605.910909,2295.790652,1138.459701,2025.363235 +275788,2470.822058,1598.800278,2294.34563,1138.745872,2023.798913 +275789,2471.761641,1591.63836,2292.98802,1139.045094,2022.37533 +275790,2472.72807,1584.795005,2291.694001,1139.357066,2021.060715 +275791,2473.513379,1577.724776,2290.446281,1139.555358,2019.829085 +275792,2474.271341,1570.526825,2289.220255,1139.738599,2018.661685 +275793,2475.03426,1563.577215,2288.002021,1139.920166,2017.547773 +275794,2475.857365,1556.600444,2286.790105,1140.103254,2016.484252 +275795,2476.563372,1549.591167,2285.583786,1140.2896,2015.462926 +275796,2477.39072,1542.895488,2284.386199,1140.479274,2014.481245 +275797,2478.191356,1536.049823,2283.200662,1140.673473,2013.537184 +275798,2479.008007,1529.354735,2282.029409,1140.871819,2012.628541 +275799,2479.90686,1522.814398,2282.536056,1141.075624,2013.865434 +275800,2480.617776,1516.007235,2280.477173,1141.281117,2011.870468 +275801,2481.547176,1509.803086,2278.977976,1141.494163,2010.589339 +275802,2482.397907,1503.229101,2277.672217,1141.710135,2009.546427 +275803,2483.27278,1496.975216,2276.474483,1141.930951,2008.63436 +275804,2484.231102,1490.641708,2277.006874,1142.157019,2009.919213 +275805,2484.995543,1484.52627,2275.005652,1142.384831,2008.000737 +275806,2485.981102,1478.355116,2273.582542,1142.619827,2006.813965 +275807,2486.729432,1472.47867,2272.360597,1142.857583,2005.868179 +275808,2487.884132,1468.595729,2271.256325,1143.099746,2005.062594 +275809,2488.72058,1464.282722,2270.215891,1143.345914,2004.330364 +275810,2489.682448,1459.667763,2269.215917,1143.595975,2003.646831 +275811,2490.64058,1455.375701,2268.241574,1143.849859,2002.991157 +275812,2491.602742,1451.068617,2267.099938,1144.107386,2002.366295 +275813,2492.648383,1446.851485,2268.034732,1144.369367,2003.873482 +275814,2493.477858,1442.611324,2266.21094,1144.632034,2002.13596 +275815,2494.552385,1438.685539,2264.942039,1144.900882,2001.100293 +275816,2495.523591,1434.636758,2263.863239,1145.171293,2000.289159 +275817,2496.51939,1430.749022,2262.890472,1145.445033,1999.596299 +275818,2497.523031,1426.932174,2261.793186,1145.721495,1998.976627 +275819,2498.531077,1423.201099,2260.943205,1146.000698,1998.406639 +275820,2499.552831,1419.55811,2260.12754,1146.282399,1997.870466 +275821,2738.604108,1522.66544,2262.875022,1253.339092,2001.247643 +275822,2740.997787,1521.630614,2281.499031,1256.194812,2027.076647 +275823,2746.852519,1519.96288,2304.548321,1258.513861,2061.178124 +275824,2749.666531,1518.147224,2324.056452,1260.532389,2091.436162 +275825,2744.544761,1516.134322,2337.677713,1262.627788,2114.949369 +275826,2764.449776,1514.426609,2346.877536,1264.680342,2132.812948 +275827,2748.161193,1512.258722,2353.043947,1266.881538,2146.495427 +275828,2769.287773,1510.376478,2357.279982,1268.923585,2157.255643 +275829,2761.443665,1508.405358,2360.43658,1271.179005,2166.124846 +275830,2765.136956,1506.456718,2362.676645,1273.291397,2173.327341 +275831,2768.436855,1504.520717,2364.284009,1275.645457,2179.251287 +275832,2770.965719,1502.598237,2365.734854,1277.963264,2184.286037 +275833,2773.287979,1500.690276,2366.703853,1280.238228,2188.566704 +275834,2775.689326,1498.79725,2367.438991,1282.765262,2192.200085 +275835,2778.085118,1496.919652,2368.001693,1285.163198,2195.29683 +275836,2780.26822,1495.057424,2368.432892,1287.682396,2197.942412 +275837,2782.630161,1493.210802,2368.767012,1290.240856,2200.212928 +275838,2785.056304,1491.379607,2369.030853,1292.850392,2202.172048 +275839,2787.359697,1489.563985,2369.233688,1295.511706,2203.859645 +275840,2796.593171,1487.669866,2369.546161,1298.307396,2205.510704 +275841,2782.740467,1486.022245,2369.654786,1300.948666,2206.75986 +275842,2803.5875,1484.187325,2369.653342,1306.492792,2207.740246 +275843,2794.43436,1482.447157,2369.778841,1304.521886,2208.958394 +275844,2798.764259,1480.708855,2370.35292,1317.882759,2210.769088 +275845,2801.172312,1478.978011,2371.085803,1300.121076,2212.863639 +275846,2802.761209,1477.261619,2371.740613,1321.753227,2214.773509 +275847,2804.819026,1475.562227,2372.252204,1335.948485,2216.422941 +275848,2806.968594,1473.877724,2372.740077,1294.03389,2217.964509 +275849,2808.906201,1472.20857,2373.214192,1338.27411,2219.417148 +275850,2811.353948,1470.648822,2375.28076,1325.448847,2222.772835 +275851,2812.411395,1468.887646,2374.659442,1331.374516,2222.76886 +275852,2814.399191,1467.350936,2374.576415,1334.887597,2223.369925 +275853,2816.701878,1465.750969,2374.685547,1338.289719,2224.143352 +275854,2818.554992,1464.181736,2374.898603,1341.685323,2224.988654 +275855,2820.430492,1462.629874,2375.153134,1345.434876,2225.840043 +275856,2829.543586,1461.095013,2375.595423,1348.836681,2226.887056 +275857,2816.845407,1459.578723,2377.57983,1352.563397,2229.811869 +275858,2833.440529,1458.073027,2376.838931,1356.251314,2229.360218 +275859,2821.760595,1456.504255,2378.336082,1360.062834,2231.645005 +275860,2837.825942,1455.166409,2379.124214,1363.846752,2233.035123 +275861,2824.421694,1453.653712,2377.891428,1367.760899,2231.907812 +275862,2840.519645,1452.230983,2377.467685,1371.662729,2231.739007 +275863,2836.073775,1450.81611,2377.523201,1375.779867,2232.120658 +275864,2837.139994,1449.415371,2377.664065,1379.702874,2232.581577 +275865,2839.698261,1448.031163,2377.774316,1383.876783,2232.989812 +275866,2841.775555,1446.663302,2377.942627,1388.030224,2233.459324 +275867,2843.515356,1445.312077,2378.14885,1392.253104,2233.966585 +275868,2852.550649,1443.977152,2378.535891,1396.533925,2234.688987 +275869,2840.62518,1442.659728,2380.47421,1400.873211,2237.324975 +275870,2855.366495,1441.354879,2379.674517,1405.173449,2236.584479 +275871,2845.431052,1440.07155,2381.092908,1409.851211,2238.575054 +275872,2859.757544,1438.799726,2381.800786,1414.159253,2239.881758 +275873,2848.613602,1437.546015,2382.177376,1418.801521,2240.555527 +275874,2862.71182,1436.307622,2382.405854,1423.409386,2241.031768 +275875,2859.601823,1435.085349,2382.707922,1428.086501,2241.582274 +275876,2859.943075,1433.87833,2382.900749,1432.819788,2241.984047 +275877,2861.997538,1432.687125,2382.947318,1437.609222,2242.192552 +275878,2862.933712,1431.509787,2381.298409,1446.228304,2240.300191 +275879,2872.039786,1430.351203,2380.796897,1445.689872,2239.787172 +275880,2861.327431,1429.20554,2380.621458,1465.142881,2239.651271 +275881,2893.650061,1450.994344,2381.745791,1459.020944,2240.562231 +275882,2894.558764,1451.204658,2382.960751,1497.098625,2242.163407 +275883,2897.237824,1451.053051,2385.735954,1490.344708,2246.058028 +275884,2899.604501,1450.786171,2388.257842,1498.551912,2249.951541 +275885,2901.293195,1450.441602,2390.082332,1504.569655,2252.795995 +275886,2902.353815,1450.052069,2391.229955,1514.865839,2254.937999 +275887,2903.00015,1449.638056,2391.883732,1515.495664,2256.341596 +275888,2903.428606,1449.21182,2392.226866,1517.384509,2256.870064 +275889,2903.725872,1448.780771,2392.350637,1531.656832,2257.225541 +275890,2903.92067,1448.348641,2392.305646,1533.547495,2257.580443 +275891,2904.073155,1447.918257,2392.146328,1540.46662,2257.559277 +275892,2904.175686,1447.490807,2391.88814,1555.819817,2257.571459 +275893,2904.303632,1447.06781,2391.587848,1539.054451,2257.285398 +275894,2904.444425,1446.649564,2391.25289,1568.61345,2256.894504 +275895,2904.570504,1446.237127,2390.870517,1559.191109,2256.39346 +275896,2904.702296,1445.830565,2390.465129,1573.608846,2255.819378 +275897,2904.835786,1445.43048,2390.035247,1579.525779,2255.176117 +275898,2904.951275,1445.036782,2389.572908,1593.644676,2254.458603 +275899,2905.122585,1444.649901,2389.133869,1574.126518,2253.738377 +275900,2908.201016,1444.270481,2390.53541,1619.692474,2255.457819 +275901,2907.221194,1443.895495,2389.36597,1597.168764,2253.811965 +275902,2906.982912,1443.529952,2388.662284,1609.771992,2252.71443 +275903,2907.188804,1443.261065,2388.222779,1619.337102,2251.912427 +275904,2907.856186,1442.773697,2388.062372,1623.87669,2251.431289 +275905,2908.827757,1442.492219,2388.091137,1630.662843,2251.170126 +275906,2912.67998,1442.050708,2389.961242,1637.512622,2253.175478 +275907,2912.552938,1441.940016,2389.329658,1644.097296,2252.11103 +275908,2913.346924,1441.419061,2389.293407,1650.875614,2251.775698 +275909,2914.46048,1441.177576,2389.455287,1657.461301,2251.669529 +275910,2915.760561,1440.852815,2389.731096,1664.484001,2251.690349 +275911,2917.170924,1440.47535,2390.077124,1671.006641,2251.788776 +275912,2918.625046,1440.089705,2390.456714,1677.665077,2251.932467 +275913,2920.103169,1439.70268,2390.851162,1684.463695,2252.10594 +275914,2921.689933,1439.31593,2391.317145,1697.064635,2252.597745 +275915,2923.272108,1438.839058,2391.778039,1695.20989,2252.881955 +275916,2924.748608,1438.588988,2392.169614,1705.60608,2253.084075 +275917,2926.231438,1438.142651,2392.567319,1711.98606,2253.29837 +275918,2927.745191,1437.7757,2392.980964,1718.556535,2253.53653 +275919,2929.256818,1437.397699,2393.389198,1725.373859,2253.771205 +275920,2930.766541,1437.021307,2393.797564,1732.047044,2254.008306 +275921,2932.291056,1436.647146,2394.211689,1739.095278,2254.253996 +275922,2933.829806,1436.27497,2394.631063,1745.851811,2254.507101 +275923,2935.374857,1435.905032,2395.052029,1752.684126,2254.762741 +275924,2936.927359,1435.537081,2395.476279,1759.662192,2255.022775 +275925,2938.575257,1435.171378,2395.960212,1770.23828,2255.357222 +275926,2940.414266,1434.807639,2396.565759,1780.522062,2255.843765 +275927,2942.400313,1434.446056,2397.461169,1789.268608,2256.451887 +275928,2944.451385,1434.086343,2398.201232,1798.794419,2257.120725 +275929,2949.316745,1433.729742,2400.737187,1813.479869,2260.03266 +275930,2950.100341,1433.371943,2400.70424,1815.3776,2259.773199 +275931,2951.603031,1433.019087,2401.136109,1827.155557,2260.088192 +275932,2953.399096,1432.666269,2401.745891,1836.703792,2260.609637 +275933,2955.398268,1432.315729,2402.47584,1845.555814,2261.474634 +275934,2957.490141,1431.966233,2403.261049,1855.014336,2262.195142 +275935,2959.770516,1431.618916,2404.167083,1869.077227,2263.060148 +275936,2962.100987,1431.272778,2405.109118,1872.259018,2263.970649 +275937,2964.303646,1430.928183,2405.974879,1883.21731,2264.789093 +275938,2966.774744,1430.584871,2406.836249,1892.673978,2265.603984 +275939,2969.12464,1430.243049,2407.816398,1906.527403,2266.567582 +275940,2971.49688,1429.992682,2408.817845,1910.032304,2267.55871 +275941,2973.846576,1396.24611,2410.15655,1888.632969,2269.523703 +275942,2970.114919,1395.632098,2407.066769,1896.705345,2265.040791 +275943,2964.365679,1394.893672,2402.345735,1910.519341,2257.857608 +275944,2959.829589,1394.153767,2398.283171,1913.670551,2251.189254 +275945,2959.855358,1393.630557,2397.14071,1924.256501,2248.097042 +275946,2957.698283,1392.920084,2394.690635,1938.378446,2243.451427 +275947,2957.586094,1392.286832,2393.6246,1941.601527,2240.659404 +275948,2958.393585,1391.728367,2393.217606,1955.614749,2238.836956 +275949,2959.714806,1390.954122,2393.208667,1960.164838,2237.668156 +275950,2961.334552,1390.368465,2393.457076,1972.613955,2236.977543 +275951,2963.245219,1389.708265,2393.951272,1981.973165,2236.743785 +275952,2965.168187,1389.058818,2394.505682,1985.656132,2236.72492 +275953,2966.809307,1388.408163,2394.922881,1991.439485,2236.661186 +275954,2968.118908,1387.755477,2395.158673,1995.279353,2236.481423 +275955,2969.061209,1387.100969,2395.177337,1998.378568,2236.124756 +275956,2969.634705,1386.444328,2394.966466,2001.78299,2235.560888 +275957,2969.914947,1385.69984,2394.565053,2005.437857,2234.825979 +275958,2969.987148,1385.165684,2394.021139,2009.257454,2233.970303 +275959,2969.917268,1384.443817,2393.373432,2013.167092,2233.0352 +275960,2969.751195,1383.792948,2392.650106,2017.306586,2232.050982 +275961,2969.521252,1383.128371,2391.872124,2021.256769,2231.040326 +275962,2969.251915,1382.461843,2391.056194,2025.215138,2230.0214 +275963,2968.959414,1381.794074,2390.214042,2029.188921,2229.006581 +275964,2968.653447,1381.12484,2389.353301,2033.178802,2228.00336 +275965,2968.340138,1380.454508,2388.479244,2037.181621,2227.016393 +275966,2970.653843,1379.783853,2389.274383,2043.02541,2228.147391 +275967,2968.99313,1379.109463,2387.55406,2046.063352,2226.182237 +275968,2968.130888,1378.436897,2386.33642,2049.676549,2224.869502 +275969,2967.503298,1377.76197,2385.249595,2053.491494,2223.733559 +275970,2967.006656,1377.086375,2384.230094,2057.424555,2222.695736 +275971,2966.588215,1376.203698,2383.250993,2061.421744,2221.725924 +275972,2966.190042,1375.276729,2382.273554,2065.40407,2220.806604 +275973,2965.778209,1374.32599,2381.274193,2069.331778,2219.927806 +275974,2965.342247,1373.356636,2380.246105,2073.20284,2219.083997 +275975,2964.883445,1372.371555,2379.191148,2077.031027,2218.271491 +275976,2964.404222,1371.371958,2378.112258,2081.009081,2217.485743 +275977,2963.907433,1370.359045,2377.012577,2084.756078,2216.72332 +275978,2963.397162,1369.333242,2375.895826,2088.476455,2215.983005 +275979,2962.875335,1368.295329,2374.764197,2092.192899,2215.262898 +275980,2962.341946,1367.245502,2373.618517,2095.90225,2214.560268 +275981,2961.79658,1366.1844,2372.459229,2099.610426,2213.872457 +275982,2961.238971,1365.112123,2371.286762,2103.306906,2213.197237 +275983,2960.66905,1364.029209,2370.101552,2106.996787,2212.532742 +275984,2960.085418,1362.935719,2368.903101,2110.834742,2211.87626 +275985,2959.488111,1361.832119,2367.691765,2114.454806,2211.226401 +275986,2958.879613,1360.718435,2366.469407,2118.057057,2210.583903 +275987,2958.259498,1359.595079,2365.236022,2121.830834,2209.947381 +275988,2957.627603,1358.462052,2363.99177,2125.34325,2209.315845 +275989,2956.985357,1357.319721,2362.737779,2128.952318,2208.689654 +275990,2956.335569,1356.168068,2361.476053,2132.20091,2208.0704 +275991,2955.677633,1355.007415,2360.20643,2135.879913,2207.457092 +275992,2955.007815,1353.837738,2358.926749,2139.40093,2206.846339 +275993,2954.323605,1352.659486,2357.635558,2143.119776,2206.23567 +275994,2953.624862,1351.472042,2356.332846,2146.648448,2205.624447 +275995,2952.913764,1350.276423,2355.020053,2150.149366,2205.013914 +275996,2952.191816,1349.072088,2353.698217,2153.634935,2204.404879 +275997,2951.45723,1347.859416,2352.366319,2157.315149,2203.795655 +275998,2950.709088,1346.646146,2351.02387,2160.785228,2203.185268 +275999,2949.949442,1345.410731,2349.67287,2164.228608,2202.574395 +276000,2949.179559,1344.180423,2348.313412,2167.660842,2201.964855 +276001,2949.350599,1276.836356,2347.823803,2171.562911,2202.878399 +276002,2940.049984,1274.881855,2340.233695,2169.75518,2193.076851 +276003,2926.755285,1273.243624,2329.494875,2166.067382,2178.008752 +276004,2914.810947,1271.793616,2319.488292,2163.953937,2163.234398 +276005,2905.833831,1270.198742,2311.659293,2164.357837,2151.021406 +276006,2900.074438,1268.678522,2305.861382,2166.67567,2141.439157 +276007,2896.250419,1267.148483,2301.478042,2169.991225,2133.846593 +276008,2893.528269,1265.6183,2297.978987,2173.659663,2127.639797 +276009,2891.414492,1264.087379,2295.036587,2177.373671,2122.427147 +276010,2889.660695,1262.554565,2292.47132,2181.035858,2117.9798 +276011,2888.143625,1261.018918,2290.181094,2184.634483,2114.154991 +276012,2886.790274,1259.479552,2288.097423,2188.380944,2110.847594 +276013,2885.550042,1257.936014,2286.169235,2191.861689,2107.972802 +276014,2884.387908,1256.386704,2284.358658,2195.282639,2105.462106 +276015,2883.278319,1254.833493,2282.636743,2198.65553,2103.258604 +276016,2882.202125,1253.274308,2280.980954,2201.984989,2101.314313 +276017,2881.145927,1251.709658,2279.374314,2205.272046,2099.589424 +276018,2880.100756,1250.139257,2277.80428,2208.517262,2098.051112 +276019,2879.060791,1248.563024,2276.261601,2211.721862,2096.672198 +276020,2874.622818,1246.980775,2274.66881,2214.809546,2095.140517 +276021,2869.200071,1245.392459,2272.906742,2217.659402,2093.706397 +276022,2859.391224,1243.799818,2272.454322,2221.924049,2094.192733 +276023,2866.048704,1242.196115,2269.413915,2223.234332,2091.134369 +276024,2853.297231,1240.592345,2266.954882,2225.202559,2089.059736 +276025,2854.408415,1238.979646,2264.594105,2227.319484,2087.151574 +276026,2853.778149,1237.362049,2262.414895,2229.653441,2085.510537 +276027,2851.787627,1235.738653,2260.443062,2232.196269,2084.170833 +276028,2849.358367,1234.10937,2258.368673,2234.785961,2082.985461 +276029,2839.212502,1259.726924,2256.309504,2237.110504,2081.615035 +276030,2849.708837,1190.421864,2254.388359,2239.53842,2080.451568 +276031,2836.627254,1248.847228,2252.62785,2242.106728,2079.525671 +276032,2845.768287,1245.377523,2250.833948,2244.597302,2078.575427 +276033,2831.294516,1196.725585,2249.072047,2247.083129,2077.664895 +276034,2835.415676,1236.641782,2248.908304,2251.305375,2078.738534 +276035,2833.277296,1242.994594,2246.202705,2252.590661,2076.655164 +276036,2830.949206,1191.118321,2244.180764,2254.624488,2075.412028 +276037,2828.805748,1234.683615,2242.410266,2256.955438,2074.465531 +276038,2828.081536,1233.668746,2242.296155,2261.122804,2075.57277 +276039,2824.476159,1194.007886,2239.726107,2262.452898,2073.634498 +276040,2822.655847,1250.928144,2237.708479,2264.376387,2072.379982 +276041,2821.024579,1176.298878,2235.921835,2266.764296,2071.401627 +276042,2811.265987,1231.228135,2234.143448,2268.946753,2070.425939 +276043,2823.502128,1221.727121,2232.438831,2271.181375,2069.539318 +276044,2809.194532,1192.064605,2232.52051,2275.375735,2070.87922 +276045,2819.004005,1236.383842,2230.10322,2276.665242,2069.128126 +276046,2802.056837,1177.473177,2228.179053,2278.484563,2067.992019 +276047,2809.569772,1242.859524,2227.947302,2282.212101,2068.955761 +276048,2807.147466,1168.571936,2227.01741,2285.09458,2069.060483 +276049,2803.334862,1241.621347,2225.827998,2287.613154,2068.854301 +276050,2800.98592,1166.156795,2222.812719,2288.051856,2066.377494 +276051,2799.417135,1237.592236,2220.606399,2289.463669,2064.886493 +276052,2797.428052,1164.637803,2218.756285,2291.335715,2063.817531 +276053,2795.087568,1232.563018,2217.073981,2293.398174,2062.948696 +276054,2793.096191,1164.37015,2215.485312,2295.521714,2062.198492 +276055,2790.667592,1226.418108,2213.931564,2297.623393,2061.499044 +276056,2788.754067,1165.032506,2212.404799,2299.69766,2060.841359 +276057,2786.323599,1219.58381,2210.881649,2301.728233,2060.195404 +276058,2784.070089,1166.239313,2209.367604,2303.730542,2059.566602 +276059,2782.121393,1212.371565,2207.85343,2305.700024,2058.942278 +276060,2771.886285,1167.735487,2206.187247,2307.469971,2058.132285 +276061,1979.146734,1195.556034,1064.695164,1805.644544,2391.356942 +276062,2058.709475,1313.939969,1108.690747,1881.340025,2443.412771 +276063,2142.486945,1320.067442,1158.460408,1960.889213,2482.579689 +276064,2206.99466,1319.76049,1199.962536,2017.683717,2501.836722 +276065,2255.284705,1320.692851,1233.533662,2054.341714,2513.266684 +276066,2291.051756,1320.321119,1260.285917,2076.572108,2520.767559 +276067,2318.059698,1319.803655,1281.913011,2090.001236,2526.104838 +276068,2339.147425,1319.218806,1299.8421,2099.045944,2530.216915 +276069,2356.133733,1318.591079,1315.180348,2105.973188,2533.649388 +276070,2370.085089,1317.932496,1328.151188,2111.764973,2536.676863 +276071,2381.630514,1317.252944,1339.296678,2116.783982,2539.396511 +276072,2391.218685,1316.556825,1348.898673,2121.203637,2541.855774 +276073,2399.206889,1315.851789,1357.193094,2125.153063,2544.085784 +276074,2405.862726,1315.116564,1364.368243,2128.722432,2546.082943 +276075,2411.453892,1314.398979,1370.607795,2132.024218,2547.898213 +276076,2416.201887,1313.682809,1376.068578,2135.146243,2549.57997 +276077,2420.254644,1312.968985,1380.867033,2138.125858,2551.13686 +276078,2423.735048,1312.25676,1385.102906,2140.990052,2552.58243 +276079,2426.743083,1311.54828,1388.860338,2143.757875,2553.930511 +276080,2429.359793,1310.842266,1392.210066,2146.627656,2555.194053 +276081,2431.650633,1310.140233,1395.211419,2149.221937,2556.384549 +276082,2433.668566,1309.440588,1397.914202,2151.747619,2557.51216 +276083,2435.456342,1308.744408,1400.360176,2154.217167,2558.585628 +276084,2437.048625,1308.049949,1402.584434,2156.636989,2559.612573 +276085,2438.473451,1307.358012,1404.616435,2159.009535,2560.599456 +276086,2439.753646,1306.666805,1406.480983,2161.335796,2561.551848 +276087,2440.907751,1305.976972,1408.198949,2163.616503,2562.474425 +276088,2441.950986,1305.369115,1409.787967,2165.85252,2563.371211 +276089,2442.895768,1304.472866,1411.262918,2168.044718,2564.245518 +276090,2443.752392,1303.966165,1412.63643,2170.193956,2565.100191 +276091,2444.529331,1303.237872,1413.919207,2172.300961,2565.937548 +276092,2445.221951,1302.605553,1415.121972,2174.234888,2566.759551 +276093,2445.831799,1301.944949,1416.253707,2175.921838,2567.567722 +276094,2446.362904,1301.301109,1417.320111,2177.359429,2568.360569 +276095,2446.82289,1300.663205,1418.327316,2178.582366,2569.139894 +276096,2447.219218,1297.370682,1419.280887,2179.628542,2569.907844 +276097,2447.399917,1296.256267,1420.063544,2180.723496,2570.640074 +276098,2447.436226,1295.362612,1420.726768,2181.814797,2571.360182 +276099,2447.422496,1294.527503,1421.338488,2182.994754,2572.090364 +276100,2447.389406,1293.721682,1421.925644,2183.809987,2572.818811 +276101,2447.345574,1292.93285,1422.496796,2184.456535,2573.54117 +276102,2447.288736,1292.154787,1423.051899,2184.959472,2574.255742 +276103,2447.214632,1291.384492,1423.589082,2185.340677,2574.961788 +276104,2447.120347,1290.619828,1424.107098,2185.613465,2575.65894 +276105,2447.004523,1289.859817,1424.605521,2185.784943,2576.346941 +276106,2446.866732,1289.103392,1425.084399,2185.859219,2577.025589 +276107,2446.706938,1288.350169,1425.543946,2185.839265,2577.694685 +276108,2446.525259,1287.599424,1425.984423,2185.727631,2578.354033 +276109,2446.325226,1286.850994,1426.406106,2185.52659,2579.003447 +276110,2446.102401,1286.104293,1426.809292,2185.238135,2579.642755 +276111,2445.859954,1285.359263,1427.194297,2184.863982,2580.271783 +276112,2445.594505,1284.615405,1427.561459,2184.405614,2580.890381 +276113,2445.310025,1283.872733,1427.911131,2183.864329,2581.498396 +276114,2445.003566,1283.130809,1428.243681,2183.241288,2582.095704 +276115,2444.679122,1282.389892,1428.559472,2182.347427,2582.682167 +276116,2444.333763,1281.648927,1428.858884,2181.571531,2583.257684 +276117,2443.971412,1280.908929,1429.142298,2180.721331,2583.822164 +276118,2443.589161,1280.16895,1429.410097,2179.79094,2584.375536 +276119,2443.190852,1279.429347,1429.662651,2178.778823,2584.917715 +276120,2442.77359,1278.689769,1429.900331,2177.686228,2585.448642 +276121,0,0,0,0,0 +276122,0,0,0,0,0 +276123,0,0,0,0,0 +276124,0,0,0,0,0 +276125,0,0,0,0,0 +276126,0,0,0,0,0 +276127,0,0,0,0,0 +276128,0,0,0,0,0 +276129,0,0,0,0,0 +276130,0,0,0,0,0 +276131,0,0,0,0,0 +276132,0,0,0,0,0 +276133,0,0,0,0,0 +276134,0,0,0,0,0 +276135,0,0,0,0,0 +276136,0,0,0,0,0 +276137,0,0,0,0,0 +276138,0,0,0,0,0 +276139,0,0,0,0,0 +276140,0,0,0,0,0 +276141,0,0,0,0,0 +276142,0,0,0,0,0 +276143,0,0,0,0,0 +276144,0,0,0,0,0 +276145,0,0,0,0,0 +276146,0,0,0,0,0 +276147,0,0,0,0,0 +276148,0,0,0,0,0 +276149,0,0,0,0,0 +276150,0,0,0,0,0 +276151,0,0,0,0,0 +276152,0,0,0,0,0 +276153,0,0,0,0,0 +276154,0,0,0,0,0 +276155,0,0,0,0,0 +276156,0,0,0,0,0 +276157,0,0,0,0,0 +276158,0,0,0,0,0 +276159,0,0,0,0,0 +276160,0,0,0,0,0 +276161,0,0,0,0,0 +276162,0,0,0,0,0 +276163,0,0,0,0,0 +276164,0,0,0,0,0 +276165,0,0,0,0,0 +276166,0,0,0,0,0 +276167,0,0,0,0,0 +276168,0,0,0,0,0 +276169,0,0,0,0,0 +276170,0,0,0,0,0 +276171,0,0,0,0,0 +276172,0,0,0,0,0 +276173,0,0,0,0,0 +276174,0,0,0,0,0 +276175,0,0,0,0,0 +276176,0,0,0,0,0 +276177,0,0,0,0,0 +276178,0,0,0,0,0 +276179,0,0,0,0,0 +276180,0,0,0,0,0 +276181,0,0,0,0,0 +276182,0,0,0,0,0 +276183,0,0,0,0,0 +276184,0,0,0,0,0 +276185,0,0,0,0,0 +276186,0,0,0,0,0 +276187,0,0,0,0,0 +276188,0,0,0,0,0 +276189,0,0,0,0,0 +276190,0,0,0,0,0 +276191,0,0,0,0,0 +276192,0,0,0,0,0 +276193,0,0,0,0,0 +276194,0,0,0,0,0 +276195,0,0,0,0,0 +276196,0,0,0,0,0 +276197,0,0,0,0,0 +276198,0,0,0,0,0 +276199,0,0,0,0,0 +276200,0,0,0,0,0 +276201,0,0,0,0,0 +276202,0,0,0,0,0 +276203,0,0,0,0,0 +276204,0,0,0,0,0 +276205,0,0,0,0,0 +276206,0,0,0,0,0 +276207,0,0,0,0,0 +276208,0,0,0,0,0 +276209,0,0,0,0,0 +276210,0,0,0,0,0 +276211,0,0,0,0,0 +276212,0,0,0,0,0 +276213,0,0,0,0,0 +276214,0,0,0,0,0 +276215,0,0,0,0,0 +276216,0,0,0,0,0 +276217,0,0,0,0,0 +276218,0,0,0,0,0 +276219,0,0,0,0,0 +276220,0,0,0,0,0 +276221,0,0,0,0,0 +276222,0,0,0,0,0 +276223,0,0,0,0,0 +276224,0,0,0,0,0 +276225,0,0,0,0,0 +276226,0,0,0,0,0 +276227,0,0,0,0,0 +276228,0,0,0,0,0 +276229,0,0,0,0,0 +276230,0,0,0,0,0 +276231,0,0,0,0,0 +276232,0,0,0,0,0 +276233,0,0,0,0,0 +276234,0,0,0,0,0 +276235,0,0,0,0,0 +276236,0,0,0,0,0 +276237,0,0,0,0,0 +276238,0,0,0,0,0 +276239,0,0,0,0,0 +276240,0,0,0,0,0 +276241,0,0,0,0,0 +276242,0,0,0,0,0 +276243,0,0,0,0,0 +276244,0,0,0,0,0 +276245,0,0,0,0,0 +276246,0,0,0,0,0 +276247,0,0,0,0,0 +276248,0,0,0,0,0 +276249,0,0,0,0,0 +276250,0,0,0,0,0 +276251,0,0,0,0,0 +276252,0,0,0,0,0 +276253,0,0,0,0,0 +276254,0,0,0,0,0 +276255,0,0,0,0,0 +276256,0,0,0,0,0 +276257,0,0,0,0,0 +276258,0,0,0,0,0 +276259,0,0,0,0,0 +276260,0,0,0,0,0 +276261,0,0,0,0,0 +276262,0,0,0,0,0 +276263,0,0,0,0,0 +276264,0,0,0,0,0 +276265,0,0,0,0,0 +276266,0,0,0,0,0 +276267,0,0,0,0,0 +276268,0,0,0,0,0 +276269,0,0,0,0,0 +276270,0,0,0,0,0 +276271,0,0,0,0,0 +276272,0,0,0,0,0 +276273,0,0,0,0,0 +276274,0,0,0,0,0 +276275,0,0,0,0,0 +276276,0,0,0,0,0 +276277,0,0,0,0,0 +276278,0,0,0,0,0 +276279,0,0,0,0,0 +276280,0,0,0,0,0 +276281,0,0,0,0,0 +276282,0,0,0,0,0 +276283,0,0,0,0,0 +276284,0,0,0,0,0 +276285,0,0,0,0,0 +276286,0,0,0,0,0 +276287,0,0,0,0,0 +276288,0,0,0,0,0 +276289,0,0,0,0,0 +276290,0,0,0,0,0 +276291,0,0,0,0,0 +276292,0,0,0,0,0 +276293,0,0,0,0,0 +276294,0,0,0,0,0 +276295,0,0,0,0,0 +276296,0,0,0,0,0 +276297,0,0,0,0,0 +276298,0,0,0,0,0 +276299,0,0,0,0,0 +276300,0,0,0,0,0 +276301,0,0,0,0,0 +276302,0,0,0,0,0 +276303,0,0,0,0,0 +276304,0,0,0,0,0 +276305,0,0,0,0,0 +276306,0,0,0,0,0 +276307,0,0,0,0,0 +276308,0,0,0,0,0 +276309,0,0,0,0,0 +276310,0,0,0,0,0 +276311,0,0,0,0,0 +276312,0,0,0,0,0 +276313,0,0,0,0,0 +276314,0,0,0,0,0 +276315,0,0,0,0,0 +276316,0,0,0,0,0 +276317,0,0,0,0,0 +276318,0,0,0,0,0 +276319,0,0,0,0,0 +276320,0,0,0,0,0 +276321,0,0,0,0,0 +276322,0,0,0,0,0 +276323,0,0,0,0,0 +276324,0,0,0,0,0 +276325,0,0,0,0,0 +276326,0,0,0,0,0 +276327,0,0,0,0,0 +276328,0,0,0,0,0 +276329,0,0,0,0,0 +276330,0,0,0,0,0 +276331,0,0,0,0,0 +276332,0,0,0,0,0 +276333,0,0,0,0,0 +276334,0,0,0,0,0 +276335,0,0,0,0,0 +276336,0,0,0,0,0 +276337,0,0,0,0,0 +276338,0,0,0,0,0 +276339,0,0,0,0,0 +276340,0,0,0,0,0 +276341,0,0,0,0,0 +276342,0,0,0,0,0 +276343,0,0,0,0,0 +276344,0,0,0,0,0 +276345,0,0,0,0,0 +276346,0,0,0,0,0 +276347,0,0,0,0,0 +276348,0,0,0,0,0 +276349,0,0,0,0,0 +276350,0,0,0,0,0 +276351,0,0,0,0,0 +276352,0,0,0,0,0 +276353,0,0,0,0,0 +276354,0,0,0,0,0 +276355,0,0,0,0,0 +276356,0,0,0,0,0 +276357,0,0,0,0,0 +276358,0,0,0,0,0 +276359,0,0,0,0,0 +276360,0,0,0,0,0 +276361,0,0,0,0,0 +276362,0,0,0,0,0 +276363,0,0,0,0,0 +276364,0,0,0,0,0 +276365,0,0,0,0,0 +276366,0,0,0,0,0 +276367,0,0,0,0,0 +276368,0,0,0,0,0 +276369,0,0,0,0,0 +276370,0,0,0,0,0 +276371,0,0,0,0,0 +276372,0,0,0,0,0 +276373,0,0,0,0,0 +276374,0,0,0,0,0 +276375,0,0,0,0,0 +276376,0,0,0,0,0 +276377,0,0,0,0,0 +276378,0,0,0,0,0 +276379,0,0,0,0,0 +276380,0,0,0,0,0 +276381,0,0,0,0,0 +276382,0,0,0,0,0 +276383,0,0,0,0,0 +276384,0,0,0,0,0 +276385,0,0,0,0,0 +276386,0,0,0,0,0 +276387,0,0,0,0,0 +276388,0,0,0,0,0 +276389,0,0,0,0,0 +276390,0,0,0,0,0 +276391,0,0,0,0,0 +276392,0,0,0,0,0 +276393,0,0,0,0,0 +276394,0,0,0,0,0 +276395,0,0,0,0,0 +276396,0,0,0,0,0 +276397,0,0,0,0,0 +276398,0,0,0,0,0 +276399,0,0,0,0,0 +276400,0,0,0,0,0 +276401,0,0,0,0,0 +276402,0,0,0,0,0 +276403,0,0,0,0,0 +276404,0,0,0,0,0 +276405,0,0,0,0,0 +276406,0,0,0,0,0 +276407,0,0,0,0,0 +276408,0,0,0,0,0 +276409,0,0,0,0,0 +276410,0,0,0,0,0 +276411,0,0,0,0,0 +276412,0,0,0,0,0 +276413,0,0,0,0,0 +276414,0,0,0,0,0 +276415,0,0,0,0,0 +276416,0,0,0,0,0 +276417,0,0,0,0,0 +276418,0,0,0,0,0 +276419,0,0,0,0,0 +276420,0,0,0,0,0 +276421,0,0,0,0,0 +276422,0,0,0,0,0 +276423,0,0,0,0,0 +276424,0,0,0,0,0 +276425,0,0,0,0,0 +276426,0,0,0,0,0 +276427,0,0,0,0,0 +276428,0,0,0,0,0 +276429,0,0,0,0,0 +276430,0,0,0,0,0 +276431,0,0,0,0,0 +276432,0,0,0,0,0 +276433,0,0,0,0,0 +276434,0,0,0,0,0 +276435,0,0,0,0,0 +276436,0,0,0,0,0 +276437,0,0,0,0,0 +276438,0,0,0,0,0 +276439,0,0,0,0,0 +276440,0,0,0,0,0 +276441,0,0,0,0,0 +276442,0,0,0,0,0 +276443,0,0,0,0,0 +276444,0,0,0,0,0 +276445,0,0,0,0,0 +276446,0,0,0,0,0 +276447,0,0,0,0,0 +276448,0,0,0,0,0 +276449,0,0,0,0,0 +276450,0,0,0,0,0 +276451,0,0,0,0,0 +276452,0,0,0,0,0 +276453,0,0,0,0,0 +276454,0,0,0,0,0 +276455,0,0,0,0,0 +276456,0,0,0,0,0 +276457,0,0,0,0,0 +276458,0,0,0,0,0 +276459,0,0,0,0,0 +276460,0,0,0,0,0 +276461,0,0,0,0,0 +276462,0,0,0,0,0 +276463,0,0,0,0,0 +276464,0,0,0,0,0 +276465,0,0,0,0,0 +276466,0,0,0,0,0 +276467,0,0,0,0,0 +276468,0,0,0,0,0 +276469,0,0,0,0,0 +276470,0,0,0,0,0 +276471,0,0,0,0,0 +276472,0,0,0,0,0 +276473,0,0,0,0,0 +276474,0,0,0,0,0 +276475,0,0,0,0,0 +276476,0,0,0,0,0 +276477,0,0,0,0,0 +276478,0,0,0,0,0 +276479,0,0,0,0,0 +276480,0,0,0,0,0 +276481,0,0,0,0,0 +276482,0,0,0,0,0 +276483,0,0,0,0,0 +276484,0,0,0,0,0 +276485,0,0,0,0,0 +276486,0,0,0,0,0 +276487,0,0,0,0,0 +276488,0,0,0,0,0 +276489,0,0,0,0,0 +276490,0,0,0,0,0 +276491,0,0,0,0,0 +276492,0,0,0,0,0 +276493,0,0,0,0,0 +276494,0,0,0,0,0 +276495,0,0,0,0,0 +276496,0,0,0,0,0 +276497,0,0,0,0,0 +276498,0,0,0,0,0 +276499,0,0,0,0,0 +276500,0,0,0,0,0 +276501,0,0,0,0,0 +276502,0,0,0,0,0 +276503,0,0,0,0,0 +276504,0,0,0,0,0 +276505,0,0,0,0,0 +276506,0,0,0,0,0 +276507,0,0,0,0,0 +276508,0,0,0,0,0 +276509,0,0,0,0,0 +276510,0,0,0,0,0 +276511,0,0,0,0,0 +276512,0,0,0,0,0 +276513,0,0,0,0,0 +276514,0,0,0,0,0 +276515,0,0,0,0,0 +276516,0,0,0,0,0 +276517,0,0,0,0,0 +276518,0,0,0,0,0 +276519,0,0,0,0,0 +276520,0,0,0,0,0 +276521,0,0,0,0,0 +276522,0,0,0,0,0 +276523,0,0,0,0,0 +276524,0,0,0,0,0 +276525,0,0,0,0,0 +276526,0,0,0,0,0 +276527,0,0,0,0,0 +276528,0,0,0,0,0 +276529,0,0,0,0,0 +276530,0,0,0,0,0 +276531,0,0,0,0,0 +276532,0,0,0,0,0 +276533,0,0,0,0,0 +276534,0,0,0,0,0 +276535,0,0,0,0,0 +276536,0,0,0,0,0 +276537,0,0,0,0,0 +276538,0,0,0,0,0 +276539,0,0,0,0,0 +276540,0,0,0,0,0 +276541,0,0,0,0,0 +276542,0,0,0,0,0 +276543,0,0,0,0,0 +276544,0,0,0,0,0 +276545,0,0,0,0,0 +276546,0,0,0,0,0 +276547,0,0,0,0,0 +276548,0,0,0,0,0 +276549,0,0,0,0,0 +276550,0,0,0,0,0 +276551,0,0,0,0,0 +276552,0,0,0,0,0 +276553,0,0,0,0,0 +276554,0,0,0,0,0 +276555,0,0,0,0,0 +276556,0,0,0,0,0 +276557,0,0,0,0,0 +276558,0,0,0,0,0 +276559,0,0,0,0,0 +276560,0,0,0,0,0 +276561,0,0,0,0,0 +276562,0,0,0,0,0 +276563,0,0,0,0,0 +276564,0,0,0,0,0 +276565,0,0,0,0,0 +276566,0,0,0,0,0 +276567,0,0,0,0,0 +276568,0,0,0,0,0 +276569,0,0,0,0,0 +276570,0,0,0,0,0 +276571,0,0,0,0,0 +276572,0,0,0,0,0 +276573,0,0,0,0,0 +276574,0,0,0,0,0 +276575,0,0,0,0,0 +276576,0,0,0,0,0 +276577,0,0,0,0,0 +276578,0,0,0,0,0 +276579,0,0,0,0,0 +276580,0,0,0,0,0 +276581,0,0,0,0,0 +276582,0,0,0,0,0 +276583,0,0,0,0,0 +276584,0,0,0,0,0 +276585,0,0,0,0,0 +276586,0,0,0,0,0 +276587,0,0,0,0,0 +276588,0,0,0,0,0 +276589,0,0,0,0,0 +276590,0,0,0,0,0 +276591,0,0,0,0,0 +276592,0,0,0,0,0 +276593,0,0,0,0,0 +276594,0,0,0,0,0 +276595,0,0,0,0,0 +276596,0,0,0,0,0 +276597,0,0,0,0,0 +276598,0,0,0,0,0 +276599,0,0,0,0,0 +276600,0,0,0,0,0 +276601,0,0,0,0,0 +276602,0,0,0,0,0 +276603,0,0,0,0,0 +276604,0,0,0,0,0 +276605,0,0,0,0,0 +276606,0,0,0,0,0 +276607,0,0,0,0,0 +276608,0,0,0,0,0 +276609,0,0,0,0,0 +276610,0,0,0,0,0 +276611,0,0,0,0,0 +276612,0,0,0,0,0 +276613,0,0,0,0,0 +276614,0,0,0,0,0 +276615,0,0,0,0,0 +276616,0,0,0,0,0 +276617,0,0,0,0,0 +276618,0,0,0,0,0 +276619,0,0,0,0,0 +276620,0,0,0,0,0 +276621,0,0,0,0,0 +276622,0,0,0,0,0 +276623,0,0,0,0,0 +276624,0,0,0,0,0 +276625,0,0,0,0,0 +276626,0,0,0,0,0 +276627,0,0,0,0,0 +276628,0,0,0,0,0 +276629,0,0,0,0,0 +276630,0,0,0,0,0 +276631,0,0,0,0,0 +276632,0,0,0,0,0 +276633,0,0,0,0,0 +276634,0,0,0,0,0 +276635,0,0,0,0,0 +276636,0,0,0,0,0 +276637,0,0,0,0,0 +276638,0,0,0,0,0 +276639,0,0,0,0,0 +276640,0,0,0,0,0 +276641,0,0,0,0,0 +276642,0,0,0,0,0 +276643,0,0,0,0,0 +276644,0,0,0,0,0 +276645,0,0,0,0,0 +276646,0,0,0,0,0 +276647,0,0,0,0,0 +276648,0,0,0,0,0 +276649,0,0,0,0,0 +276650,0,0,0,0,0 +276651,0,0,0,0,0 +276652,0,0,0,0,0 +276653,0,0,0,0,0 +276654,0,0,0,0,0 +276655,0,0,0,0,0 +276656,0,0,0,0,0 +276657,0,0,0,0,0 +276658,0,0,0,0,0 +276659,0,0,0,0,0 +276660,0,0,0,0,0 +276661,0,0,0,0,0 +276662,0,0,0,0,0 +276663,0,0,0,0,0 +276664,0,0,0,0,0 +276665,0,0,0,0,0 +276666,0,0,0,0,0 +276667,0,0,0,0,0 +276668,0,0,0,0,0 +276669,0,0,0,0,0 +276670,0,0,0,0,0 +276671,0,0,0,0,0 +276672,0,0,0,0,0 +276673,0,0,0,0,0 +276674,0,0,0,0,0 +276675,0,0,0,0,0 +276676,0,0,0,0,0 +276677,0,0,0,0,0 +276678,0,0,0,0,0 +276679,0,0,0,0,0 +276680,0,0,0,0,0 +276681,0,0,0,0,0 +276682,0,0,0,0,0 +276683,0,0,0,0,0 +276684,0,0,0,0,0 +276685,0,0,0,0,0 +276686,0,0,0,0,0 +276687,0,0,0,0,0 +276688,0,0,0,0,0 +276689,0,0,0,0,0 +276690,0,0,0,0,0 +276691,0,0,0,0,0 +276692,0,0,0,0,0 +276693,0,0,0,0,0 +276694,0,0,0,0,0 +276695,0,0,0,0,0 +276696,0,0,0,0,0 +276697,0,0,0,0,0 +276698,0,0,0,0,0 +276699,0,0,0,0,0 +276700,0,0,0,0,0 +276701,0,0,0,0,0 +276702,0,0,0,0,0 +276703,0,0,0,0,0 +276704,0,0,0,0,0 +276705,0,0,0,0,0 +276706,0,0,0,0,0 +276707,0,0,0,0,0 +276708,0,0,0,0,0 +276709,0,0,0,0,0 +276710,0,0,0,0,0 +276711,0,0,0,0,0 +276712,0,0,0,0,0 +276713,0,0,0,0,0 +276714,0,0,0,0,0 +276715,0,0,0,0,0 +276716,0,0,0,0,0 +276717,0,0,0,0,0 +276718,0,0,0,0,0 +276719,0,0,0,0,0 +276720,0,0,0,0,0 +276721,0,0,0,0,0 +276722,0,0,0,0,0 +276723,0,0,0,0,0 +276724,0,0,0,0,0 +276725,0,0,0,0,0 +276726,0,0,0,0,0 +276727,0,0,0,0,0 +276728,0,0,0,0,0 +276729,0,0,0,0,0 +276730,0,0,0,0,0 +276731,0,0,0,0,0 +276732,0,0,0,0,0 +276733,0,0,0,0,0 +276734,0,0,0,0,0 +276735,0,0,0,0,0 +276736,0,0,0,0,0 +276737,0,0,0,0,0 +276738,0,0,0,0,0 +276739,0,0,0,0,0 +276740,0,0,0,0,0 +276741,0,0,0,0,0 +276742,0,0,0,0,0 +276743,0,0,0,0,0 +276744,0,0,0,0,0 +276745,0,0,0,0,0 +276746,0,0,0,0,0 +276747,0,0,0,0,0 +276748,0,0,0,0,0 +276749,0,0,0,0,0 +276750,0,0,0,0,0 +276751,0,0,0,0,0 +276752,0,0,0,0,0 +276753,0,0,0,0,0 +276754,0,0,0,0,0 +276755,0,0,0,0,0 +276756,0,0,0,0,0 +276757,0,0,0,0,0 +276758,0,0,0,0,0 +276759,0,0,0,0,0 +276760,0,0,0,0,0 +276761,0,0,0,0,0 +276762,0,0,0,0,0 +276763,0,0,0,0,0 +276764,0,0,0,0,0 +276765,0,0,0,0,0 +276766,0,0,0,0,0 +276767,0,0,0,0,0 +276768,0,0,0,0,0 +276769,0,0,0,0,0 +276770,0,0,0,0,0 +276771,0,0,0,0,0 +276772,0,0,0,0,0 +276773,0,0,0,0,0 +276774,0,0,0,0,0 +276775,0,0,0,0,0 +276776,0,0,0,0,0 +276777,0,0,0,0,0 +276778,0,0,0,0,0 +276779,0,0,0,0,0 +276780,0,0,0,0,0 +276781,0,0,0,0,0 +276782,0,0,0,0,0 +276783,0,0,0,0,0 +276784,0,0,0,0,0 +276785,0,0,0,0,0 +276786,0,0,0,0,0 +276787,0,0,0,0,0 +276788,0,0,0,0,0 +276789,0,0,0,0,0 +276790,0,0,0,0,0 +276791,0,0,0,0,0 +276792,0,0,0,0,0 +276793,0,0,0,0,0 +276794,0,0,0,0,0 +276795,0,0,0,0,0 +276796,0,0,0,0,0 +276797,0,0,0,0,0 +276798,0,0,0,0,0 +276799,0,0,0,0,0 +276800,0,0,0,0,0 +276801,0,0,0,0,0 +276802,0,0,0,0,0 +276803,0,0,0,0,0 +276804,0,0,0,0,0 +276805,0,0,0,0,0 +276806,0,0,0,0,0 +276807,0,0,0,0,0 +276808,0,0,0,0,0 +276809,0,0,0,0,0 +276810,0,0,0,0,0 +276811,0,0,0,0,0 +276812,0,0,0,0,0 +276813,0,0,0,0,0 +276814,0,0,0,0,0 +276815,0,0,0,0,0 +276816,0,0,0,0,0 +276817,0,0,0,0,0 +276818,0,0,0,0,0 +276819,0,0,0,0,0 +276820,0,0,0,0,0 +276821,0,0,0,0,0 +276822,0,0,0,0,0 +276823,0,0,0,0,0 +276824,0,0,0,0,0 +276825,0,0,0,0,0 +276826,0,0,0,0,0 +276827,0,0,0,0,0 +276828,0,0,0,0,0 +276829,0,0,0,0,0 +276830,0,0,0,0,0 +276831,0,0,0,0,0 +276832,0,0,0,0,0 +276833,0,0,0,0,0 +276834,0,0,0,0,0 +276835,0,0,0,0,0 +276836,0,0,0,0,0 +276837,0,0,0,0,0 +276838,0,0,0,0,0 +276839,0,0,0,0,0 +276840,0,0,0,0,0 +276841,0,0,0,0,0 +276842,0,0,0,0,0 +276843,0,0,0,0,0 +276844,0,0,0,0,0 +276845,0,0,0,0,0 +276846,0,0,0,0,0 +276847,0,0,0,0,0 +276848,0,0,0,0,0 +276849,0,0,0,0,0 +276850,0,0,0,0,0 +276851,0,0,0,0,0 +276852,0,0,0,0,0 +276853,0,0,0,0,0 +276854,0,0,0,0,0 +276855,0,0,0,0,0 +276856,0,0,0,0,0 +276857,0,0,0,0,0 +276858,0,0,0,0,0 +276859,0,0,0,0,0 +276860,0,0,0,0,0 +276861,0,0,0,0,0 +276862,0,0,0,0,0 +276863,0,0,0,0,0 +276864,0,0,0,0,0 +276865,0,0,0,0,0 +276866,0,0,0,0,0 +276867,0,0,0,0,0 +276868,0,0,0,0,0 +276869,0,0,0,0,0 +276870,0,0,0,0,0 +276871,0,0,0,0,0 +276872,0,0,0,0,0 +276873,0,0,0,0,0 +276874,0,0,0,0,0 +276875,0,0,0,0,0 +276876,0,0,0,0,0 +276877,0,0,0,0,0 +276878,0,0,0,0,0 +276879,0,0,0,0,0 +276880,0,0,0,0,0 +276881,0,0,0,0,0 +276882,0,0,0,0,0 +276883,0,0,0,0,0 +276884,0,0,0,0,0 +276885,0,0,0,0,0 +276886,0,0,0,0,0 +276887,0,0,0,0,0 +276888,0,0,0,0,0 +276889,0,0,0,0,0 +276890,0,0,0,0,0 +276891,0,0,0,0,0 +276892,0,0,0,0,0 +276893,0,0,0,0,0 +276894,0,0,0,0,0 +276895,0,0,0,0,0 +276896,0,0,0,0,0 +276897,0,0,0,0,0 +276898,0,0,0,0,0 +276899,0,0,0,0,0 +276900,0,0,0,0,0 +276901,123.8975226,3905.530946,3469.559547,52.64190203,-106.9299881 +276902,317.0586805,1650.6101,3512.709232,140.5507694,249.562283 +276903,308.382017,198.5197618,3270.587196,136.6621156,242.4312063 +276904,297.5482972,179.3319966,3033.169957,131.7970576,231.4051378 +276905,287.0247389,935.6714281,2840.449006,127.1177143,219.5292398 +276906,277.6952371,690.4359388,2641.638823,123.0288348,208.2668783 +276907,269.5516367,633.6630944,921.9731688,119.5120466,197.9376302 +276908,262.3506408,671.606976,2017.781154,116.4406584,188.4331284 +276909,255.8794875,677.616236,1672.543159,113.7065195,179.5861708 +276910,250.0010537,682.8837518,1670.679348,111.2404344,171.2795372 +276911,244.6295266,688.4599627,1673.018512,108.9993327,163.4462553 +276912,239.7009605,688.4227647,1662.747233,106.9516369,156.0327734 +276913,235.2370903,693.2501753,1664.272224,105.1232726,148.9943762 +276914,231.1599572,698.6940831,1667.19771,103.4719192,142.2967334 +276915,227.3926396,704.1095761,1670.77536,101.9523565,135.9080031 +276916,223.8790779,710.4153703,1681.507714,100.5350473,129.7987611 +276917,220.5852897,716.183831,1687.673872,99.20296731,123.9416862 +276918,217.4842183,722.5967756,1696.821069,97.94519427,118.3131369 +276919,214.5565587,728.3320158,1705.05895,96.75329215,112.8920776 +276920,211.7825187,734.8366549,1713.522405,95.61997996,107.6595051 +276921,209.1476468,741.1184963,1722.208272,94.53889363,102.5984168 +276922,206.6363846,747.5102347,1731.204838,93.50453339,97.69358239 +276923,204.2382446,754.0452205,1739.9824,92.51223379,92.9315019 +276924,201.9412183,760.5800118,1749.14618,91.55803678,88.30013728 +276925,199.7379104,767.1680174,1758.047716,90.6385975,83.78884168 +276926,197.6189319,773.8945144,1767.38642,89.75105757,79.38811183 +276927,195.5791159,784.9170552,1776.613996,88.8929795,75.08953856 +276928,193.6109558,794.4222237,1785.774688,88.06225692,70.88559624 +276929,191.7108941,803.9576817,1795.046336,87.25707766,66.76961737 +276930,189.8727911,813.4885142,1804.548702,86.47585789,62.73561246 +276931,188.0942613,822.3111231,1814.921005,85.71722243,58.77826572 +276932,186.3692586,831.1242429,1826.159472,84.97982147,54.89277608 +276933,184.6955416,839.7693604,1825.673957,84.26247069,51.07485028 +276934,183.0684613,848.4939413,1823.367461,83.56414551,47.32057936 +276935,181.4870712,857.0626107,1848.401888,82.88396209,43.62646745 +276936,179.9475907,865.7201143,1846.716811,82.22112577,39.98931873 +276937,178.4496259,874.2255725,1855.501247,81.57492806,36.40628194 +276938,176.9897971,882.8250528,1862.545083,80.94471277,32.87472743 +276939,175.568023,891.2718487,1869.22025,80.32988169,29.39228009 +276940,174.1811999,899.8174231,1875.988334,79.72986999,25.95671635 +276941,172.8294847,908.2072291,1882.579465,79.14415853,22.56601817 +276942,171.5099952,916.7011966,1889.077696,78.57225253,19.21828212 +276943,170.2230773,925.0342506,1895.480914,78.01369512,15.91177771 +276944,168.9660245,933.4779961,1901.867009,77.46804667,12.64485883 +276945,167.7393297,941.7536293,1907.9231,76.93489909,9.416024656 +276946,166.5404254,950.1027802,1920.429464,76.41385621,6.223834485 +276947,165.3699202,958.4296564,1916.719031,75.9045489,3.066971793 +276948,164.2253594,966.6307891,1921.767979,75.40661624,-0.055838182 +276949,163.107442,974.8975415,1934.90398,74.91972027,-3.145765789 +276950,162.013805,983.1426884,1936.408794,74.44352877,-6.203952704 +276951,160.9452274,991.2597645,1942.873714,73.97773295,-9.231437786 +276952,159.8994307,999.4896131,1948.329918,73.5220281,-12.22924127 +276953,158.8772563,1007.537287,1953.747243,73.07612888,-15.1982993 +276954,157.8764908,1015.665565,1958.825664,72.63975121,-18.13954252 +276955,156.8980261,1023.772184,1972.469136,72.21262937,-21.0538238 +276956,155.9430314,1031.736092,1957.155497,71.79449849,-23.94199438 +276957,155.008329,1039.776312,1978.999185,71.38511167,-26.80483134 +276958,154.0907669,1047.744773,1977.709004,70.98422057,-29.64312111 +276959,153.1920155,1055.736942,1983.232864,70.59159511,-32.45757595 +276960,152.3108124,1063.101032,1987.734995,70.20700547,-35.24891205 +276961,119.4674191,1513.804003,2384.84865,55.29185718,-96.17130434 +276962,125.9596673,1525.89309,2397.947463,58.42171301,-84.5996792 +276963,173.0080409,1546.448278,2454.784113,79.94790205,2.130396818 +276964,622.9211427,1532.601661,2500.937369,343.9782894,74.98993728 +276965,1158.350931,1555.689787,2421.06598,459.6436605,-68.82626892 +276966,884.6854387,1626.961803,2503.408478,403.8705881,81.08457277 +276967,914.0649513,1579.173113,2554.064721,402.746098,173.3708427 +276968,995.1246052,1618.291185,2586.926741,439.6250058,240.1151903 +276969,1004.160493,1627.163383,2603.504026,444.7590754,281.2555418 +276970,1022.186855,1640.003151,2613.113842,453.6319833,310.9264428 +276971,1039.915252,1652.746254,2619.851191,462.2843431,334.6836904 +276972,1057.242289,1665.302023,2625.592973,471.1909482,354.8179642 +276973,1074.171575,1677.752652,2630.608552,479.468254,372.4221598 +276974,938.6045455,1619.747826,2475.404292,418.605007,533.2718939 +276975,1138.185879,1710.009132,2394.554219,509.2950444,1171.43575 +276976,1110.971759,1706.467587,2366.141344,497.3544541,832.5361272 +276977,1118.43458,1712.62905,2355.129981,501.7824022,954.9559802 +276978,1140.294517,1726.958661,2341.669616,512.3412558,978.3889721 +276979,1156.436523,1739.773981,2328.309067,520.3218614,999.3183365 +276980,1170.865367,1750.118647,2314.933609,527.5167884,1035.354856 +276981,1383.850537,1855.697027,2500.146523,625.0273649,1363.321077 +276982,907.9575671,1646.017721,2323.870553,410.5373385,521.7538714 +276983,1549.211724,1932.093649,2523.582896,700.5579086,1679.849851 +276984,907.2690073,1656.692151,2336.364611,412.1420496,485.2049704 +276985,1577.019485,1955.209472,2533.846248,714.1815028,1713.96536 +276986,933.2782064,1676.196488,2341.205322,425.199628,513.9726994 +276987,1604.819803,1992.679295,2537.682174,727.9056273,1744.919434 +276988,958.8224399,1674.173218,2343.18487,438.0395937,541.0322857 +276989,1653.404521,2020.190109,2539.852782,741.1402791,1774.929834 +276990,951.231791,1697.831872,2343.822895,450.5672451,566.6615202 +276991,1673.306165,2043.804771,2541.116014,754.0016881,1803.039677 +276992,1004.016783,1708.653807,2342.137255,462.5630174,591.3372551 +276993,1683.325153,2069.736843,2540.128052,766.6397881,1830.038176 +276994,1030.38949,1724.292606,2339.859378,474.2730898,614.6147521 +276995,1708.042563,2089.912411,2539.908545,778.8459392,1869.38608 +276996,1053.241532,1742.81029,2340.522915,485.6772737,616.4837086 +276997,1731.623017,2108.147472,2543.625769,790.6914605,1903.436506 +276998,1075.504967,1761.477057,2344.320977,496.7757578,636.4699881 +276999,1754.703921,2125.529772,2548.989043,802.1716938,1931.469874 +277000,1296.078255,1871.149759,2549.800751,597.7438087,1011.24194 +277001,1479.533001,2012.74847,2543.939764,680.102003,1386.171409 +277002,1460.375148,1949.472175,2535.540551,672.2598211,1324.685514 +277003,1470.338357,2017.4743,2529.314949,677.123685,1336.606024 +277004,1480.788679,1978.874446,2527.379039,682.4320452,1346.517419 +277005,1490.813539,2014.975807,2524.541324,687.410857,1356.217385 +277006,1507.382022,2009.427785,2523.951307,692.568213,1365.763862 +277007,1510.626086,2021.550087,2524.622665,697.5296014,1375.184586 +277008,1530.407598,2028.766346,2526.08484,702.4694156,1384.260664 +277009,1526.417047,2036.492591,2528.052502,707.3034605,1393.335051 +277010,1525.694025,2044.093439,2532.2067,712.1918257,1402.179224 +277011,1559.891727,2051.451181,2533.448304,716.9253381,1410.877447 +277012,1556.556483,2059.060852,2535.349403,721.686723,1419.497305 +277013,1568.547235,2066.357949,2538.854492,726.2241249,1427.688834 +277014,1577.905187,2073.392911,2540.013678,730.933474,1439.042405 +277015,1587.24983,2080.61836,2541.582606,735.4413722,1451.350789 +277016,1595.98332,2087.344727,2543.502201,739.9495346,1448.767406 +277017,1605.205493,2094.581152,2547.078598,744.3509455,1449.402433 +277018,1613.774556,2101.072996,2549.575163,748.827801,1474.740463 +277019,1623.000271,2107.891919,2551.547194,753.1958583,1473.307862 +277020,1631.276374,2114.301155,2551.641805,757.3708788,1482.591618 +277021,2030.165583,2293.626647,2562.954595,929.9270383,2070.762037 +277022,2042.565959,2299.906658,2606.328887,936.1793557,2102.082717 +277023,2053.329364,2301.772178,2657.63364,941.3597643,2136.323985 +277024,2063.809573,2317.605229,2699.449917,946.5730154,2161.834125 +277025,2073.679845,2320.948704,2729.469968,951.4124177,2178.876063 +277026,2083.633031,2328.46038,2749.890182,956.3168487,2189.637378 +277027,2093.076724,2335.049572,2763.772653,960.9526386,2196.310867 +277028,2102.680847,2341.8856,2773.534373,965.6860627,2200.533312 +277029,2111.826043,2348.28744,2780.677292,970.1739418,2203.315388 +277030,2121.160646,2354.638563,2786.076251,974.7744118,2205.259181 +277031,2130.188329,2360.687669,2790.257851,979.0804843,2206.729475 +277032,2139.095865,2367.204662,2795.309281,983.7161589,2210.056635 +277033,2147.868909,2372.952143,2798.740997,987.8425682,2212.116381 +277034,2156.610232,2378.793384,2799.544776,992.278974,2211.57009 +277035,2165.297132,2384.631707,2800.745506,996.4292942,2211.937342 +277036,2174.033624,2390.205357,2802.145276,1000.716192,2212.660671 +277037,2182.152763,2402.580324,2803.397837,1005.968814,2213.761931 +277038,2190.776125,2392.214276,2804.410932,1010.524037,2214.853875 +277039,2198.886924,2416.614618,2807.032885,1013.277987,2218.128919 +277040,2207.241553,2409.559685,2808.697564,1019.975059,2220.481975 +277041,2215.343542,2417.502547,2809.734533,1020.553297,2222.281838 +277042,2223.751135,2422.838544,2810.394068,1029.804369,2223.794694 +277043,2247.371994,2427.204876,2809.108841,1027.092599,2223.097823 +277044,2214.544519,2432.117206,2810.405217,1039.780968,2225.618096 +277045,2258.712929,2436.664995,2809.295142,1032.260098,2225.344696 +277046,2252.376087,2441.585768,2810.587391,1029.681692,2228.069288 +277047,2262.274148,2445.838555,2811.083271,1051.289514,2229.942908 +277048,2270.279013,2450.269359,2811.207574,1045.669398,2231.475626 +277049,2277.465789,2454.546407,2811.115437,1051.328685,2232.840978 +277050,2285.127365,2458.273341,2809.148291,1055.124971,2232.01845 +277051,2292.368466,2462.608975,2808.047306,1058.614277,2232.294611 +277052,2299.642707,2472.448148,2807.380127,1062.122809,2233.161454 +277053,2309.553985,2461.900012,2808.399082,1065.788262,2236.15887 +277054,2319.920867,2482.010197,2808.390842,1069.068876,2238.236349 +277055,2320.639383,2474.990099,2806.342898,1072.518624,2237.73924 +277056,2343.759258,2480.432767,2806.61437,1075.940875,2240.116193 +277057,2308.601638,2483.435159,2804.378553,1079.321033,2239.533308 +277058,2348.057625,2486.867361,2804.57481,1082.582894,2241.951458 +277059,2350.222626,2489.606055,2803.939026,1086.061886,2243.434322 +277060,2359.478422,2491.900068,2801.191403,1089.15135,2242.429001 +277061,2364.853615,2495.3582,2799.210662,1092.420164,2242.392299 +277062,2377.712629,2497.377845,2797.485782,1095.616003,2242.699503 +277063,2365.82298,2500.241853,2795.885743,1098.907802,2243.200071 +277064,2372.932136,2502.874762,2796.077446,1101.988233,2245.925093 +277065,2396.392486,2510.837399,2793.667668,1105.162709,2245.568462 +277066,2392.350214,2499.437083,2791.62802,1108.089383,2245.710146 +277067,2412.230532,2516.844891,2789.680029,1111.319695,2245.998101 +277068,2391.850099,2511.454984,2789.693772,1114.313256,2248.702515 +277069,2445.659626,2512.746647,2786.904834,1117.349908,2248.062613 +277070,2383.369529,2515.736373,2784.591841,1120.355698,2248.036084 +277071,2467.496334,2517.591568,2782.744925,1123.407305,2248.604201 +277072,2408.912161,2519.117557,2781.000665,1126.256051,2249.325352 +277073,2457.474422,2520.551921,2779.099314,1129.241711,2249.888731 +277074,2440.851721,2522.059935,2777.079203,1132.141995,2250.345985 +277075,2454.208599,2523.474147,2775.022186,1135.030877,2250.788706 +277076,2459.008493,2524.828792,2773.103293,1137.898488,2251.430388 +277077,2464.867445,2532.321728,2771.474482,1140.744773,2252.452144 +277078,2470.983508,2520.216321,2769.77047,1143.4975,2253.416947 +277079,2476.922293,2535.428535,2768.002994,1146.483203,2254.334197 +277080,2482.729277,2523.428329,2766.20265,1149.106012,2255.241811 +277081,2495.267228,2538.950795,2764.743799,1154.79827,2256.741929 +277082,2502.515777,2529.285838,2765.348712,1158.25339,2260.848711 +277083,2509.379238,2541.818641,2763.422055,1161.360933,2261.946682 +277084,2516.132644,2530.578317,2761.953146,1164.584746,2263.632472 +277085,2522.502833,2543.838371,2760.544776,1167.561886,2265.400614 +277086,2529.238191,2532.872953,2760.745988,1170.674188,2269.138683 +277087,2535.28412,2544.882348,2758.177086,1173.563072,2269.520087 +277088,2541.637923,2533.189885,2756.082981,1176.679068,2270.479308 +277089,2548.011745,2546.158094,2754.167678,1179.396353,2271.643795 +277090,2554.269315,2534.110837,2752.285709,1182.435263,2272.838444 +277091,2560.251787,2546.922546,2750.416663,1185.20262,2274.043627 +277092,2566.556234,2534.13503,2748.484759,1188.138895,2275.170153 +277093,2580.609618,2547.307807,2746.642552,1190.795849,2276.405056 +277094,2566.722583,2534.056701,2744.61636,1193.800248,2277.615924 +277095,2597.600628,2547.288712,2742.575039,1196.43511,2278.588693 +277096,2586.324482,2533.654744,2740.584949,1199.296217,2279.616275 +277097,2597.352262,2546.971333,2738.484317,1201.943525,2280.505459 +277098,2603.04431,2532.781937,2736.294818,1204.752391,2281.283377 +277099,2608.256174,2546.288228,2734.132095,1207.434704,2282.089912 +277100,2614.439288,2531.682872,2731.918162,1210.091018,2282.829276 +277101,2619.99347,2538.673947,2729.563541,1212.713304,2283.391371 +277102,2625.787626,2537.60671,2727.266328,1215.43293,2284.016492 +277103,2631.401972,2535.984404,2725.017156,1217.963326,2284.688948 +277104,2637.277704,2535.699336,2724.391922,1220.658305,2287.345255 +277105,2642.37856,2534.665843,2722.723614,1223.150045,2288.737814 +277106,2648.301625,2532.876265,2718.935688,1225.804702,2287.534677 +277107,2653.704397,2532.162104,2715.953761,1228.262415,2287.27917 +277108,2659.210949,2530.990043,2713.302838,1230.883732,2287.393314 +277109,2664.677027,2529.633568,2710.808325,1233.307177,2287.672024 +277110,2669.989739,2528.187776,2708.370987,1235.974831,2288.010191 +277111,2675.576506,2526.924455,2705.956356,1238.389446,2288.563667 +277112,2681.230077,2525.203535,2703.560717,1241.098386,2288.894973 +277113,2686.865456,2523.397288,2701.184474,1243.733824,2289.205371 +277114,2699.839751,2520.99749,2698.945449,1246.390634,2289.643255 +277115,2686.856893,2519.773316,2696.597088,1248.9106,2289.908955 +277116,2714.31471,2511.285412,2695.790745,1251.598444,2292.01947 +277117,2705.314963,2522.966031,2692.548031,1254.078279,2291.142878 +277118,2713.980506,2504.698882,2689.811883,1256.736967,2291.040711 +277119,2719.862041,2512.242046,2688.791375,1259.189318,2292.725447 +277120,2724.291917,2507.746232,2685.327045,1261.815522,2291.452909 +277121,2729.695063,2505.01645,2682.564842,1264.23756,2291.175625 +277122,2734.55383,2502.812633,2680.037639,1266.83288,2290.863648 +277123,2740.254459,2500.465565,2679.306001,1269.303883,2292.406191 +277124,2744.802961,2496.956029,2675.969115,1271.743713,2291.336483 +277125,2757.213191,2494.699889,2673.379188,1274.160434,2291.130574 +277126,2745.245295,2491.650387,2670.897096,1276.676455,2290.888587 +277127,2770.045571,2489.256894,2670.162942,1279.001448,2292.71637 +277128,2762.819462,2485.303999,2666.956176,1281.493667,2291.774511 +277129,2769.397562,2482.540771,2664.248307,1283.785429,2291.217694 +277130,2774.802762,2479.301154,2661.72416,1286.244935,2290.844689 +277131,2794.706896,2484.149467,2659.799664,1288.079052,2291.170205 +277132,2793.549418,2484.086388,2658.531481,1290.446849,2292.123036 +277133,2800.757892,2474.568535,2658.836893,1292.883972,2294.882393 +277134,2806.376998,2486.997949,2656.372701,1295.337415,2294.227292 +277135,2812.567424,2466.16384,2654.330189,1297.665637,2294.289069 +277136,2824.288467,2474.125628,2652.385913,1300.170392,2294.249516 +277137,2814.172108,2469.263548,2650.40902,1305.221455,2294.143892 +277138,2834.787625,2465.04959,2648.417352,1302.458264,2293.995085 +277139,2833.218651,2462.194801,2646.567428,1315.984032,2293.995907 +277140,2844.446186,2458.879372,2644.842683,1297.016272,2294.126565 +277141,2719.681003,2399.195368,2639.618097,1264.991418,2289.756287 +277142,2737.80762,2404.198326,2625.813236,1258.370792,2273.093112 +277143,2729.884395,2381.907524,2610.151922,1261.334303,2252.787271 +277144,2735.459926,2398.067424,2597.27493,1262.987371,2235.602878 +277145,2747.541027,2373.417849,2587.906206,1264.678022,2222.483954 +277146,2734.915151,2388.956189,2581.043081,1266.325272,2212.801989 +277147,2756.573298,2364.537855,2575.705683,1268.196796,2205.026334 +277148,2750.748607,2372.796577,2571.352527,1269.900748,2198.968598 +277149,2754.556718,2364.907811,2567.525215,1271.683001,2193.81031 +277150,2759.490828,2359.937072,2564.010932,1273.45723,2189.27428 +277151,2770.458942,2355.541023,2560.920345,1276.91915,2185.674569 +277152,2766.184306,2350.795772,2558.071097,1276.120618,2182.37099 +277153,2769.929593,2345.862375,2555.163079,1283.695456,2179.165338 +277154,2774.319914,2341.029208,2552.308774,1273.565421,2176.168321 +277155,2785.279738,2336.054713,2549.749046,1300.925948,2173.64588 +277156,2775.621246,2331.299261,2548.883593,1260.072011,2173.484253 +277157,2790.393258,2325.772155,2545.332464,1297.245014,2169.9662 +277158,2796.628703,2320.841793,2542.645699,1303.104992,2167.560639 +277159,2785.703744,2315.671153,2540.150001,1262.631976,2165.424041 +277160,2806.296403,2310.389298,2537.783435,1304.050826,2163.469341 +277161,2797.409249,2305.175687,2537.257421,1290.02283,2163.755173 +277162,2805.714502,2299.657878,2534.079524,1294.690527,2160.771231 +277163,2807.31876,2294.660525,2533.221202,1296.327098,2160.578821 +277164,2806.610845,2288.71772,2529.933379,1298.126046,2157.370817 +277165,2808.188019,2283.416593,2527.253373,1299.857546,2154.855352 +277166,2806.683567,2277.893413,2524.765172,1301.590497,2152.524255 +277167,2805.130714,2272.278133,2522.276011,1303.320879,2150.151994 +277168,2803.749171,2266.645221,2519.717045,1305.04701,2147.663356 +277169,2802.540396,2260.939484,2517.104379,1306.683541,2145.083 +277170,2801.486297,2255.275323,2514.465787,1308.615822,2142.447448 +277171,2800.566154,2249.409099,2511.822578,1309.996804,2139.784753 +277172,2799.739846,2243.475849,2509.171681,1311.609188,2137.113163 +277173,2798.981388,2237.716403,2506.510626,1313.118743,2134.444832 +277174,2798.273933,2231.495761,2503.840437,1314.627642,2131.991439 +277175,2797.612348,2225.524238,2501.16881,1316.126749,2129.341404 +277176,2796.998613,2219.423381,2498.506765,1317.616431,2126.712672 +277177,2799.089605,2213.448448,2497.570375,1319.099552,2126.22531 +277178,2797.1007,2207.104313,2494.032004,1320.657424,2122.553231 +277179,2795.990469,2201.02835,2491.054528,1321.992858,2119.576483 +277180,2795.186893,2194.760192,2488.261239,1323.515117,2116.818319 +277181,2794.426463,2180.823374,2485.487791,1324.954338,2114.076741 +277182,2793.900718,2193.055585,2482.864493,1326.401117,2111.515772 +277183,2793.438502,2163.2918,2480.288634,1327.842312,2109.011656 +277184,2792.887392,2173.683654,2477.666672,1329.278567,2106.449743 +277185,2792.464146,2161.522957,2475.138528,1330.710087,2104.00115 +277186,2792.091955,2155.980782,2472.655979,1332.137973,2101.605266 +277187,2791.712468,2149.685863,2470.182673,1333.556918,2099.216325 +277188,2791.358822,2143.2792,2467.740241,1334.977426,2096.859742 +277189,2791.019654,2136.791556,2465.321586,1336.391841,2094.525473 +277190,2790.69077,2130.406946,2462.924145,1337.803208,2092.209169 +277191,2790.371175,2123.924833,2460.547339,1339.211528,2089.908989 +277192,2790.059318,2117.447582,2458.190217,1340.616681,2087.622745 +277193,2789.752602,2111.080592,2455.851135,1342.019596,2085.347477 +277194,2789.448083,2104.41301,2453.52821,1343.419662,2083.080008 +277195,2789.147547,2097.934664,2451.222564,1344.907036,2080.820935 +277196,2788.849181,2091.463383,2448.933031,1349.129242,2078.568126 +277197,2788.565927,2084.908363,2446.667911,1345.169539,2076.33121 +277198,2788.273804,2078.383318,2444.411957,1361.005117,2074.090884 +277199,2790.721281,2071.836541,2443.929362,1332.437799,2074.028533 +277200,2789.036799,2065.288091,2440.837552,1360.510955,2070.744499 +277201,2789.994036,1928.720655,2440.267002,1241.827282,2071.877395 +277202,2775.387463,1946.869273,2429.182976,1242.245194,2056.615615 +277203,2754.242074,1924.62235,2413.434619,1241.443394,2033.720597 +277204,2735.357405,1919.031902,2398.789046,1241.086665,2011.159599 +277205,2721.76049,1910.597716,2387.317877,1240.827935,1992.857161 +277206,2712.917139,1915.503513,2378.815422,1240.693135,1977.901239 +277207,2707.411602,1875.780287,2372.491241,1240.634837,1966.166921 +277208,2703.946744,1895.30522,2367.590192,1240.543041,1956.320166 +277209,2701.633453,1876.335849,2363.576279,1240.70894,1948.188286 +277210,2700.064822,1870.575744,2360.192079,1240.720159,1941.251737 +277211,2698.955323,1885.404994,2357.242681,1240.834265,1935.243598 +277212,2698.297204,1821.786825,2354.7063,1240.961801,1930.104543 +277213,2697.918535,1881.57526,2352.457106,1241.111778,1925.648101 +277214,2697.715173,1808.723522,2350.414545,1241.283162,1921.743643 +277215,2697.682324,1844.233976,2348.563166,1241.560088,1918.340778 +277216,2697.692486,1821.091512,2346.810554,1241.642973,1915.296547 +277217,2697.757222,1816.085094,2345.154357,1241.930461,1912.579666 +277218,2697.892977,1808.494146,2343.596718,1242.162271,1910.166663 +277219,2698.072582,1801.135104,2342.113557,1242.422604,1908.004797 +277220,2698.290933,1793.707694,2340.696239,1242.699367,1905.856794 +277221,2698.543424,1786.133323,2339.337419,1242.991697,1904.112261 +277222,2698.771463,1797.328842,2337.995884,1243.299264,1902.497296 +277223,2699.093086,1744.81269,2336.743879,1243.621997,1901.081933 +277224,2699.450725,1791.106012,2335.542412,1243.959255,1899.803916 +277225,2699.812267,1733.931401,2334.369294,1244.311176,1898.624681 +277226,2700.220496,1759.379458,2333.250236,1244.677517,1897.566128 +277227,2700.60876,1740.624352,2332.141127,1245.058071,1896.56555 +277228,2701.002961,1735.551838,2331.056951,1245.452819,1895.633606 +277229,2701.428318,1728.620967,2330.012402,1245.861497,1894.781492 +277230,2701.872404,1721.688568,2328.998619,1246.28392,1893.99252 +277231,2702.33743,1714.587296,2328.016568,1246.539826,1893.262889 +277232,2702.812713,1707.512393,2327.047122,1246.769806,1892.589523 +277233,2703.290244,1700.476713,2326.076797,1246.993463,1891.968828 +277234,2703.767902,1693.490811,2325.102257,1247.215469,1891.396798 +277235,2704.247667,1686.448466,2324.126342,1247.437931,1890.869963 +277236,2704.73165,1679.722822,2323.152931,1247.66191,1890.384574 +277237,2705.221461,1672.835135,2322.18533,1247.888024,1889.937168 +277238,2705.71863,1666.09589,2321.226278,1248.116637,1889.525073 +277239,2706.223814,1659.407321,2320.27753,1248.348003,1889.145642 +277240,2706.737162,1652.785785,2319.340221,1248.582273,1888.796339 +277241,2707.257949,1646.230008,2318.414717,1248.819568,1888.474317 +277242,2707.785857,1639.752058,2317.501482,1249.059944,1888.177331 +277243,2708.321665,1633.346085,2316.60154,1249.303455,1887.904239 +277244,2708.865733,1627.017009,2315.715551,1249.550095,1887.653799 +277245,2709.417788,1620.767357,2314.843685,1249.799868,1887.42448 +277246,2709.977773,1614.48762,2313.986185,1250.052725,1887.215094 +277247,2710.482953,1629.40068,2313.103041,1250.30857,1886.97508 +277248,2711.072628,1572.574087,2312.283092,1250.567548,1886.812313 +277249,2711.663002,1633.968886,2311.473224,1250.829107,1886.660855 +277250,2712.267476,1554.569901,2310.682458,1251.093603,1886.531283 +277251,2712.898538,1611.364227,2309.919019,1251.360708,1886.433159 +277252,2713.501748,1560.873473,2309.148242,1251.630435,1886.323312 +277253,2714.119578,1581.006318,2308.397037,1251.902705,1886.234121 +277254,2714.71943,1566.9222,2307.64434,1252.17727,1886.139088 +277255,2715.313579,1563.075769,2306.897703,1252.454076,1886.046955 +277256,2715.922029,1557.874641,2306.169678,1252.732879,1885.972756 +277257,2716.535388,1552.738233,2305.454256,1253.013513,1885.908939 +277258,2717.154353,1547.708803,2304.751943,1253.295812,1885.856062 +277259,2717.778111,1542.787702,2304.062249,1253.579636,1885.813475 +277260,2718.406117,1537.874787,2303.384812,1253.86479,1885.780685 +277261,2715.529589,1642.350716,2299.445475,1372.126895,1880.049903 +277262,2726.99378,1641.69352,2305.339123,1348.419769,1889.679329 +277263,2745.14282,1640.545281,2316.012832,1375.317013,1907.017534 +277264,2761.978957,1639.255412,2326.159266,1368.485678,1924.774859 +277265,2774.395818,1638.049966,2333.657629,1372.844457,1938.66815 +277266,2782.659627,1636.604084,2338.566809,1375.496693,1949.705457 +277267,2788.063482,1635.213132,2341.621855,1378.453435,1958.214638 +277268,2791.757323,1633.967144,2343.498062,1381.022953,1964.671779 +277269,2794.456621,1632.525884,2344.626939,1383.92974,1969.765689 +277270,2796.540623,1631.160175,2345.240137,1386.793811,1973.806516 +277271,2798.206761,1629.956881,2345.489001,1389.821472,1976.988365 +277272,2799.557965,1628.560484,2345.446059,1398.690449,1979.440164 +277273,2800.704989,1627.246048,2345.207573,1388.635702,1981.515373 +277274,2801.712484,1626.096725,2344.817177,1400.601858,1982.880587 +277275,2802.590631,1624.754369,2344.302605,1402.334162,1983.795259 +277276,2803.379657,1623.494884,2343.688204,1404.889089,1984.33531 +277277,2804.113519,1622.401044,2343.013608,1408.583119,1984.565777 +277278,2804.803155,1621.112815,2342.28196,1411.955925,1984.528595 +277279,2805.432016,1619.906787,2341.498494,1426.072792,1984.239856 +277280,2806.068175,1618.866573,2340.700615,1402.792892,1983.778684 +277281,2806.703325,1617.630153,2339.897245,1431.640126,1983.161613 +277282,2807.287768,1616.475109,2339.049602,1421.711071,1982.369873 +277283,2807.805673,1615.59614,2338.168726,1443.407337,1981.418542 +277284,2808.355449,1614.245993,2337.295962,1414.001712,1980.384031 +277285,2808.926539,1613.217756,2336.435501,1446.352684,1979.27013 +277286,2809.408909,1612.261088,2335.519694,1448.9769,1978.016128 +277287,2809.909129,1611.121528,2334.617074,1429.123008,1976.70255 +277288,2810.561689,1610.062749,2333.803596,1471.226902,1975.444145 +277289,2811.52135,1609.1698,2333.018259,1434.087769,1974.160478 +277290,2812.261367,1608.076664,2332.287779,1474.240013,1972.904355 +277291,2812.953894,1607.061861,2331.539919,1455.124911,1971.579189 +277292,2813.55163,1606.213056,2330.740417,1467.443834,1970.159633 +277293,2814.369744,1605.163813,2330.087458,1470.110731,1968.881509 +277294,2815.425875,1604.194384,2329.590888,1474.509311,1967.774339 +277295,2816.625865,1603.391761,2329.193927,1478.767863,1966.76002 +277296,2817.906864,1602.387153,2328.857612,1483.159649,1965.807083 +277297,2819.249534,1601.462697,2328.571285,1487.59189,1964.891701 +277298,2820.57724,1600.705062,2328.284504,1491.963153,1963.965304 +277299,2821.880578,1599.744613,2327.990723,1496.738726,1963.007026 +277300,2822.682711,1598.863429,2327.228049,1501.197391,1961.209755 +277301,2823.026331,1598.150565,2326.095075,1505.952116,1958.798188 +277302,2823.201338,1597.233799,2324.868848,1510.513687,1956.282591 +277303,2823.266781,1596.39668,2323.556616,1515.540146,1953.615506 +277304,2823.225541,1595.727247,2322.156518,1520.236154,1950.808686 +277305,2823.219022,1594.853378,2320.762068,1530.741924,1948.181249 +277306,2823.14136,1593.947786,2319.308225,1527.670857,1945.250341 +277307,2825.560769,1593.488035,2320.300214,1536.177443,1946.70256 +277308,2826.845161,1592.572001,2319.834164,1540.801876,1945.184564 +277309,2825.898519,1591.837347,2317.3525,1545.530266,1940.201386 +277310,2828.350913,1591.258673,2318.462693,1551.035917,1941.935389 +277311,2833.061748,1590.462248,2321.279259,1556.200089,1946.201904 +277312,2836.900145,1589.746646,2322.942983,1561.54105,1948.083053 +277313,2839.780136,1589.314569,2323.796789,1566.853722,1948.607998 +277314,2842.068635,1588.397961,2324.235781,1572.176435,1948.513405 +277315,2844.000414,1587.802097,2324.419637,1577.821492,1948.002535 +277316,2845.738636,1587.27979,2324.480157,1583.246469,1947.32093 +277317,2843.929257,1586.561426,2321.154489,1588.81942,1940.611308 +277318,2843.761093,1585.932776,2319.888683,1594.318134,1938.057052 +277319,2842.985511,1585.349105,2317.538139,1600.181272,1933.344982 +277320,2839.418917,1584.838151,2312.867927,1610.913009,1924.599399 +277321,2841.313093,1606.582402,2313.807279,1629.746971,1926.2085 +277322,2846.908618,1606.511071,2317.082507,1641.505607,1931.69382 +277323,2854.112725,1606.189961,2321.427498,1646.497348,1939.187697 +277324,2861.131334,1605.628846,2325.791698,1657.293152,1947.089419 +277325,2867.237262,1604.981306,2329.72878,1656.695425,1954.658221 +277326,2879.261079,1604.278994,2339.790467,1664.822822,1973.474305 +277327,2887.949981,1603.517152,2345.946636,1670.792969,1984.526105 +277328,2896.512063,1602.750983,2352.471401,1676.691824,1996.646728 +277329,2902.97684,1601.95499,2356.73256,1682.460141,2004.66837 +277330,2909.532186,1601.03847,2361.764794,1688.300597,2014.325786 +277331,2914.404195,1600.382937,2365.126535,1694.54,2020.855872 +277332,2915.538579,1599.58959,2365.098663,1700.683822,2021.502345 +277333,2917.383789,1598.612506,2366.19544,1710.817491,2024.560325 +277334,2919.901013,1597.846736,2367.845779,1711.367456,2028.47009 +277335,2922.731354,1596.981023,2369.736344,1718.521456,2032.726886 +277336,2930.600606,1596.128795,2376.409119,1725.478236,2045.402986 +277337,2941.291072,1595.261186,2384.850636,1731.997302,2060.4496 +277338,2945.989023,1594.384053,2387.530535,1737.507469,2064.835241 +277339,2947.78309,1593.515907,2387.869735,1748.124003,2065.727961 +277340,2949.947466,1592.529398,2389.258165,1749.271639,2068.887876 +277341,2955.752954,1591.803919,2393.858935,1756.206121,2077.72411 +277342,2959.742816,1590.830442,2397.163283,1763.080721,2083.761546 +277343,2964.80664,1589.95171,2400.727885,1774.149285,2090.279342 +277344,2971.235683,1589.048598,2405.459004,1770.97322,2098.878395 +277345,2976.35088,1588.136617,2409.048665,1786.23877,2105.284694 +277346,2981.0037,1587.222556,2411.979497,1789.178352,2110.581399 +277347,2984.117965,1586.301334,2413.82919,1794.355887,2114.081886 +277348,2986.81752,1585.373586,2415.444423,1804.880138,2117.315773 +277349,2990.281128,1584.443272,2417.828044,1808.065879,2121.95038 +277350,2994.067468,1583.503168,2420.419362,1817.633148,2126.859079 +277351,2997.602524,1582.561161,2422.737585,1820.912916,2131.266323 +277352,3000.687915,1581.614085,2424.719859,1825.303059,2135.193464 +277353,3003.409618,1580.661403,2426.445215,1830.62604,2138.776685 +277354,3006.209369,1580.268021,2428.013743,1834.964422,2142.154321 +277355,3007.939568,1579.471573,2429.489068,1837.464197,2145.328636 +277356,3009.11131,1578.605899,2430.848423,1839.76142,2148.296732 +277357,3010.080613,1577.72214,2432.084964,1842.488605,2151.092122 +277358,3011.047249,1576.719341,2433.208299,1845.814674,2153.751836 +277359,3012.062886,1575.974674,2434.23133,1849.60953,2156.300478 +277360,3013.117177,1574.991272,2435.168979,1853.694105,2158.757268 +277361,3014.191174,1574.092446,2436.036483,1857.93153,2161.139868 +277362,3015.205856,1598.09431,2436.803915,1862.210418,2163.409689 +277363,3016.312844,1535.444377,2437.58116,1866.606596,2165.703731 +277364,3017.491227,1589.031724,2438.364323,1871.098845,2168.017677 +277365,3018.546476,1580.117911,2439.036496,1875.541575,2170.205891 +277366,3019.633725,1549.209238,2439.701315,1880.044881,2172.397796 +277367,3023.420518,1602.045929,2442.070925,1886.448165,2176.741123 +277368,3023.147139,1530.130883,2441.847946,1890.031246,2177.864814 +277369,3023.75191,1583.403911,2442.168205,1894.264712,2179.679097 +277370,3024.225554,1565.281746,2442.560257,1898.672483,2181.583646 +277371,3025.138806,1559.872635,2443.007241,1903.218253,2183.55915 +277372,3026.145583,1571.917754,2443.489995,1907.861088,2185.586328 +277373,3027.196369,1552.926837,2443.989071,1912.558477,2187.644387 +277374,3028.258096,1571.839533,2444.489146,1917.290566,2189.715757 +277375,3029.3227,1551.238418,2444.986509,1922.048396,2191.795999 +277376,3030.393347,1565.321005,2445.482927,1926.839312,2193.886926 +277377,3031.451508,1555.408135,2445.965948,1931.64693,2195.972375 +277378,3032.504901,1558.793546,2446.440185,1936.481051,2198.057499 +277379,3033.551474,1556.415921,2446.904146,1941.3363,2200.139834 +277380,3034.588827,1555.641918,2447.356267,1946.407584,2202.216898 +277381,3032.699244,1521.854698,2444.848338,1949.976402,2198.896373 +277382,3026.336438,1520.942391,2438.952882,1950.88719,2190.408934 +277383,3018.373653,1520.219901,2431.760596,1951.116443,2179.608251 +277384,3011.447421,1519.517287,2425.211391,1952.339463,2169.277041 +277385,3006.175909,1518.835201,2419.970929,1954.94841,2160.493471 +277386,3002.815264,1518.161137,2415.904219,1958.583468,2153.231848 +277387,3000.519163,1517.493031,2412.655623,1962.755883,2147.124397 +277388,2998.840762,1516.829019,2409.929033,1967.131638,2141.83691 +277389,2997.517671,1516.168993,2407.540908,1971.554081,2137.151357 +277390,2996.416108,1515.511543,2405.388134,1975.973953,2132.936738 +277391,2995.467209,1514.856617,2403.409905,1980.385086,2129.108357 +277392,2994.62964,1514.203105,2401.565196,1984.790787,2125.603473 +277393,2993.873996,1513.551161,2399.823098,1989.193084,2122.370953 +277394,2993.178098,1512.899962,2398.159633,1993.592243,2119.368114 +277395,2992.525511,1512.249813,2396.556343,1997.988259,2116.559359 +277396,2991.904578,1511.60005,2394.999376,2002.381793,2113.915347 +277397,2991.602418,1510.95106,2393.476684,2006.772238,2111.409695 +277398,2991.007401,1510.302271,2391.979002,2011.348551,2109.020351 +277399,2990.415415,1509.654122,2390.502535,2015.703601,2106.733008 +277400,2989.838389,1509.006094,2389.045737,2020.059055,2104.537138 +277401,2989.279498,1508.358646,2387.605928,2024.426867,2102.42175 +277402,2988.736446,1507.711301,2386.180002,2028.809648,2100.3762 +277403,2988.205864,1507.064544,2384.765329,2033.205302,2098.391204 +277404,2987.685008,1506.417904,2383.35991,2037.611013,2096.458966 +277405,2987.170425,1505.771873,2381.961194,2042.206409,2094.571598 +277406,2986.660975,1505.125981,2380.568031,2046.573645,2092.723531 +277407,2986.158489,1504.480714,2379.181188,2050.945862,2090.912089 +277408,2985.661979,1503.835597,2377.799725,2055.51087,2089.132938 +277409,2985.170762,1503.191112,2376.422955,2059.819212,2087.382464 +277410,2984.68449,1502.546779,2375.051185,2064.276643,2085.658657 +277411,2984.205194,1501.765378,2373.686047,2068.340059,2083.96147 +277412,2983.71501,1500.954683,2372.312351,2072.835029,2082.289365 +277413,2983.19763,1500.128631,2370.916704,2077.369972,2080.636937 +277414,2982.644772,1499.290214,2369.496404,2081.695154,2079.002052 +277415,2982.071523,1498.44157,2368.055945,2085.970961,2077.386009 +277416,2981.477375,1497.583056,2366.598928,2090.414564,2075.787736 +277417,2980.788607,1496.715674,2365.054203,2094.61555,2074.080991 +277418,2980.082518,1495.839452,2363.515151,2098.78105,2072.440887 +277419,2979.110504,1494.954735,2361.722526,2102.808985,2070.387835 +277420,2977.813597,1494.061956,2359.658307,2106.65429,2067.922288 +277421,2976.979362,1493.161745,2358.0818,2110.688347,2066.40073 +277422,2975.765864,1492.251747,2356.082564,2114.581274,2064.091716 +277423,2974.848324,1491.336061,2354.413522,2118.574457,2062.447135 +277424,2973.468849,1490.41068,2352.263653,2122.366195,2059.93048 +277425,2972.510004,1489.479802,2350.578063,2126.50913,2058.327592 +277426,2972.414793,1488.539553,2349.669424,2130.892465,2058.067131 +277427,2970.712504,1487.590532,2347.092533,2134.567346,2054.732491 +277428,2967.834424,1486.638056,2343.605793,2137.511745,2050.025991 +277429,2964.999611,1485.677681,2340.338647,2140.356427,2045.912873 +277430,2962.222828,1484.70844,2337.131856,2143.226654,2041.944755 +277431,2962.133093,1483.733553,2336.498035,2147.400083,2042.571786 +277432,2960.996652,1482.745231,2334.488438,2151.321166,2040.392703 +277433,2957.650152,1481.756072,2330.483086,2154.055837,2034.822683 +277434,2957.661318,1480.762006,2330.009437,2158.171729,2035.863801 +277435,2956.495941,1479.750417,2327.95669,2162.032238,2033.641547 +277436,2956.155118,1478.637881,2326.836757,2166.17297,2033.237695 +277437,2958.222248,1477.871139,2327.922058,2171.540796,2036.641211 +277438,2959.637942,1476.614595,2328.050577,2176.818459,2037.990486 +277439,2960.143252,1475.667527,2327.370571,2181.594086,2037.954662 +277440,2956.810064,1474.607916,2323.143488,2184.41226,2031.739949 +277441,2952.865867,1407.177172,2318.891301,2186.546714,2026.057206 +277442,2939.675564,1405.332017,2308.316652,2182.896328,2011.480287 +277443,2923.282724,1403.61549,2294.983998,2177.649322,1992.393504 +277444,2908.931859,1401.97844,2282.668634,2174.268108,1974.138753 +277445,2897.522731,1400.347559,2272.786294,2173.661841,1958.919497 +277446,2889.549942,1398.719193,2265.178255,2175.187021,1946.769944 +277447,2883.804328,1397.090183,2259.213689,2177.892871,1937.012079 +277448,2879.441663,1395.458832,2254.34215,2181.107967,1928.998711 +277449,2881.907086,1393.826315,2256.22232,2187.536347,1932.958076 +277450,2883.150441,1392.275129,2255.44811,2193.488411,1931.343884 +277451,2884.891324,1390.489462,2255.756334,2199.424369,1932.051849 +277452,2884.92633,1388.901999,2254.392053,2204.462737,1929.802278 +277453,2880.910291,1387.227495,2249.456762,2207.260008,1921.609579 +277454,2882.641508,1385.568267,2250.69406,2212.350616,1925.151517 +277455,2887.90662,1383.782922,2254.606846,2219.882449,1932.779775 +277456,2887.158208,1382.232945,2252.274103,2224.61595,1928.906645 +277457,2882.603608,1380.476935,2247.123198,2226.853686,1920.981319 +277458,2883.178351,1378.791485,2247.500203,2231.139732,1923.576268 +277459,2882.501401,1377.068202,2246.035342,2235.320619,1922.306169 +277460,2882.808509,1375.348215,2245.685112,2239.854068,1923.283128 +277461,2881.764714,1373.611071,2243.905909,2243.815249,1921.655954 +277462,2881.718099,1371.870182,2243.27728,2248.095258,1922.337748 +277463,2880.430541,1370.114096,2241.346332,2251.840483,1920.642251 +277464,2879.930277,1368.353729,2240.634737,2255.962307,1921.352344 +277465,2878.541944,1366.577993,2238.64228,2259.591964,1919.693467 +277466,2874.203279,1364.796237,2233.994318,2261.650193,1913.55047 +277467,2870.240809,1363.008649,2230.144217,2263.577989,1909.320679 +277468,2871.436773,1361.208162,2231.232424,2268.015973,1913.901587 +277469,2871.099199,1359.388098,2230.124167,2272.217879,1913.883894 +277470,2867.074044,1357.56882,2225.664565,2274.465648,1908.142031 +277471,2868.075893,1355.835474,2226.562097,2278.73524,1912.48672 +277472,2867.642392,1354.096155,2225.410847,2282.746782,1912.493505 +277473,2863.564998,1352.371536,2220.96575,2284.784676,1906.833377 +277474,2864.494343,1350.652328,2221.858464,2288.80715,1911.169787 +277475,2868.610732,1348.915011,2225.148761,2294.805337,1919.052005 +277476,2867.327968,1347.180336,2222.814282,2298.461028,1916.449448 +277477,2866.471215,1345.456385,2221.635356,2301.744463,1916.619042 +277478,2868.508425,1343.72011,2223.218628,2306.424498,1921.632075 +277479,2869.904025,1341.978412,2223.81375,2311.046752,1924.477196 +277480,2867.085687,1340.237617,2220.442455,2313.546612,1920.333375 +277481,2865.160687,1338.501153,2218.528469,2316.025286,1919.376462 +277482,2865.986768,1336.754048,2219.16738,2319.8902,1922.856801 +277483,2866.491521,1335.001395,2219.119745,2323.854579,1924.729539 +277484,2866.349792,1333.250181,2218.479871,2327.449814,1925.574315 +277485,2865.742097,1331.495262,2217.485684,2330.714801,1925.869884 +277486,2864.843851,1329.737147,2216.294461,2333.751567,1925.88237 +277487,2861.06483,1327.974243,2212.397566,2335.332126,1921.137058 +277488,2858.46784,1326.215116,2210.058701,2337.165474,1919.594586 +277489,2858.406989,1324.352797,2210.013404,2340.315273,1921.993211 +277490,2858.209284,1322.7142,2209.474859,2343.630111,1923.158312 +277491,2854.757583,1320.874861,2205.822296,2345.315334,1918.806256 +277492,2849.391878,1319.115194,2200.799619,2345.694073,1912.500086 +277493,2847.947544,1317.33866,2199.84175,2347.730284,1913.734529 +277494,2845.684016,1315.548733,2197.567728,2349.732626,1912.108027 +277495,2840.991197,1313.764159,2193.05961,2350.446991,1906.636664 +277496,2840.50178,1311.979202,2192.920833,2352.907042,1909.289279 +277497,2842.827199,1310.179729,2194.914509,2357.097337,1915.156131 +277498,2844.283338,1308.379715,2195.657977,2361.109368,1918.370662 +277499,2841.475956,1306.579052,2192.404769,2362.929262,1914.554683 +277500,2836.245521,1304.780231,2187.445466,2363.096914,1908.308275 +277501,2068.481752,1302.850111,1120.776635,1897.370184,2489.390193 +277502,2154.981392,1430.653043,1167.865188,1978.022224,2545.590068 +277503,2264.789009,1434.912532,1229.71745,2077.399618,2607.365455 +277504,2351.829757,1434.32728,1281.924983,2150.890455,2645.77389 +277505,2406.684771,1434.605643,1318.667346,2190.495064,2659.724183 +277506,2441.694596,1433.624782,1345.272535,2209.885872,2662.914944 +277507,2465.559397,1432.553122,1365.662018,2218.824467,2662.038595 +277508,2483.132346,1431.337595,1382.095578,2224.610743,2659.882191 +277509,2496.840353,1429.991944,1395.771104,2228.921227,2657.507849 +277510,2507.880633,1428.825623,1407.344074,2232.973111,2655.307604 +277511,2516.906228,1427.423481,1417.217338,2236.574274,2653.408906 +277512,2524.297592,1426.073031,1425.662402,2239.876291,2651.797414 +277513,2530.350379,1424.664102,1432.899964,2242.90129,2650.437134 +277514,2535.308534,1423.255753,1439.11637,2245.695049,2649.290726 +277515,2539.376717,1421.837389,1444.471618,2248.308896,2648.329439 +277516,2542.721596,1420.407028,1449.100707,2250.972714,2647.529859 +277517,2545.476015,1418.968735,1453.116132,2253.336086,2646.871602 +277518,2547.745508,1417.521781,1456.611483,2255.598274,2646.336934 +277519,2549.61406,1416.069355,1459.664672,2257.776887,2645.910314 +277520,2551.149034,1414.610185,1462.340808,2259.882204,2645.578419 +277521,2552.404552,1413.146712,1464.694317,2261.919826,2645.32966 +277522,2553.42437,1411.677361,1466.770827,2263.893312,2645.154122 +277523,2554.243786,1410.20405,1468.608545,2265.805385,2645.043104 +277524,2554.891474,1408.708902,1470.23957,2267.658449,2644.9891 +277525,2555.388633,1407.22131,1471.689408,2269.451494,2644.982719 +277526,2555.754834,1405.731708,1472.979805,2271.187508,2645.018986 +277527,2556.006757,1404.237644,1474.132285,2272.869866,2645.094151 +277528,2556.157821,1402.737577,1475.163903,2274.500774,2645.20445 +277529,2556.21868,1401.23237,1476.086802,2276.081398,2645.346042 +277530,2556.197984,1399.80928,1476.913868,2277.612418,2645.515296 +277531,2556.102854,1398.317965,1477.655176,2279.094356,2645.708868 +277532,2555.940481,1397.055215,1478.325293,2280.424279,2645.923765 +277533,2555.717335,1395.637378,1478.935822,2281.549699,2646.157272 +277534,2555.438766,1394.463433,1479.494269,2282.473771,2646.406967 +277535,2555.109043,1393.09856,1480.005463,2283.223507,2646.670628 +277536,2554.731658,1391.819006,1480.472952,2283.826593,2646.946253 +277537,2554.309563,1390.529792,1480.899708,2284.303078,2647.232005 +277538,2553.845453,1389.244246,1481.288385,2284.665656,2647.52623 +277539,2553.341819,1387.962272,1481.641365,2284.922334,2647.827394 +277540,2552.800941,1386.683129,1481.960784,2285.078675,2648.134117 +277541,2552.22485,1385.406715,1482.248538,2285.138977,2648.445112 +277542,2551.615365,1384.132406,1482.506329,2285.106796,2648.75922 +277543,2550.97418,1382.860169,1482.735674,2284.985114,2649.075357 +277544,2550.302879,1378.738965,1482.937929,2284.776427,2649.392498 +277545,2549.50738,1377.063517,1482.995389,2285.054634,2649.711359 +277546,2548.628127,1375.568863,1482.953239,2285.578509,2650.028916 +277547,2547.715497,1374.12142,1482.871966,2286.019831,2650.344146 +277548,2546.794649,1372.702263,1482.783167,2286.223743,2650.656765 +277549,2545.871288,1371.301848,1482.695263,2286.179088,2650.96643 +277550,2544.943268,1369.91473,1482.606902,2285.93151,2651.272659 +277551,2544.007318,1368.538226,1482.514899,2285.528438,2651.574879 +277552,2543.061209,1367.170293,1482.416902,2285.001479,2651.87254 +277553,2542.10377,1365.810075,1482.311556,2284.367965,2652.165126 +277554,2541.134456,1364.456539,1482.198096,2283.637048,2652.452181 +277555,2540.152974,1363.022399,1482.076013,2282.814251,2652.73328 +277556,2539.159196,1361.810864,1481.94493,2281.904236,2653.008066 +277557,2538.153051,1360.410581,1481.804554,2280.909135,2653.276208 +277558,2537.134551,1359.093979,1481.65467,2279.830626,2653.537403 +277559,2536.103753,1357.768317,1481.495132,2278.670682,2653.791371 +277560,2535.060796,1356.447135,1481.325875,2277.43137,2654.037887 +277561,0,0,0,0,0 +277562,0,0,0,0,0 +277563,0,0,0,0,0 +277564,0,0,0,0,0 +277565,0,0,0,0,0 +277566,0,0,0,0,0 +277567,0,0,0,0,0 +277568,0,0,0,0,0 +277569,0,0,0,0,0 +277570,0,0,0,0,0 +277571,0,0,0,0,0 +277572,0,0,0,0,0 +277573,0,0,0,0,0 +277574,0,0,0,0,0 +277575,0,0,0,0,0 +277576,0,0,0,0,0 +277577,0,0,0,0,0 +277578,0,0,0,0,0 +277579,0,0,0,0,0 +277580,0,0,0,0,0 +277581,0,0,0,0,0 +277582,0,0,0,0,0 +277583,0,0,0,0,0 +277584,0,0,0,0,0 +277585,0,0,0,0,0 +277586,0,0,0,0,0 +277587,0,0,0,0,0 +277588,0,0,0,0,0 +277589,0,0,0,0,0 +277590,0,0,0,0,0 +277591,0,0,0,0,0 +277592,0,0,0,0,0 +277593,0,0,0,0,0 +277594,0,0,0,0,0 +277595,0,0,0,0,0 +277596,0,0,0,0,0 +277597,0,0,0,0,0 +277598,0,0,0,0,0 +277599,0,0,0,0,0 +277600,0,0,0,0,0 +277601,0,0,0,0,0 +277602,0,0,0,0,0 +277603,0,0,0,0,0 +277604,0,0,0,0,0 +277605,0,0,0,0,0 +277606,0,0,0,0,0 +277607,0,0,0,0,0 +277608,0,0,0,0,0 +277609,0,0,0,0,0 +277610,0,0,0,0,0 +277611,0,0,0,0,0 +277612,0,0,0,0,0 +277613,0,0,0,0,0 +277614,0,0,0,0,0 +277615,0,0,0,0,0 +277616,0,0,0,0,0 +277617,0,0,0,0,0 +277618,0,0,0,0,0 +277619,0,0,0,0,0 +277620,0,0,0,0,0 +277621,0,0,0,0,0 +277622,0,0,0,0,0 +277623,0,0,0,0,0 +277624,0,0,0,0,0 +277625,0,0,0,0,0 +277626,0,0,0,0,0 +277627,0,0,0,0,0 +277628,0,0,0,0,0 +277629,0,0,0,0,0 +277630,0,0,0,0,0 +277631,0,0,0,0,0 +277632,0,0,0,0,0 +277633,0,0,0,0,0 +277634,0,0,0,0,0 +277635,0,0,0,0,0 +277636,0,0,0,0,0 +277637,0,0,0,0,0 +277638,0,0,0,0,0 +277639,0,0,0,0,0 +277640,0,0,0,0,0 +277641,0,0,0,0,0 +277642,0,0,0,0,0 +277643,0,0,0,0,0 +277644,0,0,0,0,0 +277645,0,0,0,0,0 +277646,0,0,0,0,0 +277647,0,0,0,0,0 +277648,0,0,0,0,0 +277649,0,0,0,0,0 +277650,0,0,0,0,0 +277651,0,0,0,0,0 +277652,0,0,0,0,0 +277653,0,0,0,0,0 +277654,0,0,0,0,0 +277655,0,0,0,0,0 +277656,0,0,0,0,0 +277657,0,0,0,0,0 +277658,0,0,0,0,0 +277659,0,0,0,0,0 +277660,0,0,0,0,0 +277661,0,0,0,0,0 +277662,0,0,0,0,0 +277663,0,0,0,0,0 +277664,0,0,0,0,0 +277665,0,0,0,0,0 +277666,0,0,0,0,0 +277667,0,0,0,0,0 +277668,0,0,0,0,0 +277669,0,0,0,0,0 +277670,0,0,0,0,0 +277671,0,0,0,0,0 +277672,0,0,0,0,0 +277673,0,0,0,0,0 +277674,0,0,0,0,0 +277675,0,0,0,0,0 +277676,0,0,0,0,0 +277677,0,0,0,0,0 +277678,0,0,0,0,0 +277679,0,0,0,0,0 +277680,0,0,0,0,0 +277681,0,0,0,0,0 +277682,0,0,0,0,0 +277683,0,0,0,0,0 +277684,0,0,0,0,0 +277685,0,0,0,0,0 +277686,0,0,0,0,0 +277687,0,0,0,0,0 +277688,0,0,0,0,0 +277689,0,0,0,0,0 +277690,0,0,0,0,0 +277691,0,0,0,0,0 +277692,0,0,0,0,0 +277693,0,0,0,0,0 +277694,0,0,0,0,0 +277695,0,0,0,0,0 +277696,0,0,0,0,0 +277697,0,0,0,0,0 +277698,0,0,0,0,0 +277699,0,0,0,0,0 +277700,0,0,0,0,0 +277701,0,0,0,0,0 +277702,0,0,0,0,0 +277703,0,0,0,0,0 +277704,0,0,0,0,0 +277705,0,0,0,0,0 +277706,0,0,0,0,0 +277707,0,0,0,0,0 +277708,0,0,0,0,0 +277709,0,0,0,0,0 +277710,0,0,0,0,0 +277711,0,0,0,0,0 +277712,0,0,0,0,0 +277713,0,0,0,0,0 +277714,0,0,0,0,0 +277715,0,0,0,0,0 +277716,0,0,0,0,0 +277717,0,0,0,0,0 +277718,0,0,0,0,0 +277719,0,0,0,0,0 +277720,0,0,0,0,0 +277721,0,0,0,0,0 +277722,0,0,0,0,0 +277723,0,0,0,0,0 +277724,0,0,0,0,0 +277725,0,0,0,0,0 +277726,0,0,0,0,0 +277727,0,0,0,0,0 +277728,0,0,0,0,0 +277729,0,0,0,0,0 +277730,0,0,0,0,0 +277731,0,0,0,0,0 +277732,0,0,0,0,0 +277733,0,0,0,0,0 +277734,0,0,0,0,0 +277735,0,0,0,0,0 +277736,0,0,0,0,0 +277737,0,0,0,0,0 +277738,0,0,0,0,0 +277739,0,0,0,0,0 +277740,0,0,0,0,0 +277741,0,0,0,0,0 +277742,0,0,0,0,0 +277743,0,0,0,0,0 +277744,0,0,0,0,0 +277745,0,0,0,0,0 +277746,0,0,0,0,0 +277747,0,0,0,0,0 +277748,0,0,0,0,0 +277749,0,0,0,0,0 +277750,0,0,0,0,0 +277751,0,0,0,0,0 +277752,0,0,0,0,0 +277753,0,0,0,0,0 +277754,0,0,0,0,0 +277755,0,0,0,0,0 +277756,0,0,0,0,0 +277757,0,0,0,0,0 +277758,0,0,0,0,0 +277759,0,0,0,0,0 +277760,0,0,0,0,0 +277761,0,0,0,0,0 +277762,0,0,0,0,0 +277763,0,0,0,0,0 +277764,0,0,0,0,0 +277765,0,0,0,0,0 +277766,0,0,0,0,0 +277767,0,0,0,0,0 +277768,0,0,0,0,0 +277769,0,0,0,0,0 +277770,0,0,0,0,0 +277771,0,0,0,0,0 +277772,0,0,0,0,0 +277773,0,0,0,0,0 +277774,0,0,0,0,0 +277775,0,0,0,0,0 +277776,0,0,0,0,0 +277777,0,0,0,0,0 +277778,0,0,0,0,0 +277779,0,0,0,0,0 +277780,0,0,0,0,0 +277781,0,0,0,0,0 +277782,0,0,0,0,0 +277783,0,0,0,0,0 +277784,0,0,0,0,0 +277785,0,0,0,0,0 +277786,0,0,0,0,0 +277787,0,0,0,0,0 +277788,0,0,0,0,0 +277789,0,0,0,0,0 +277790,0,0,0,0,0 +277791,0,0,0,0,0 +277792,0,0,0,0,0 +277793,0,0,0,0,0 +277794,0,0,0,0,0 +277795,0,0,0,0,0 +277796,0,0,0,0,0 +277797,0,0,0,0,0 +277798,0,0,0,0,0 +277799,0,0,0,0,0 +277800,0,0,0,0,0 +277801,0,0,0,0,0 +277802,0,0,0,0,0 +277803,0,0,0,0,0 +277804,0,0,0,0,0 +277805,0,0,0,0,0 +277806,0,0,0,0,0 +277807,0,0,0,0,0 +277808,0,0,0,0,0 +277809,0,0,0,0,0 +277810,0,0,0,0,0 +277811,0,0,0,0,0 +277812,0,0,0,0,0 +277813,0,0,0,0,0 +277814,0,0,0,0,0 +277815,0,0,0,0,0 +277816,0,0,0,0,0 +277817,0,0,0,0,0 +277818,0,0,0,0,0 +277819,0,0,0,0,0 +277820,0,0,0,0,0 +277821,0,0,0,0,0 +277822,0,0,0,0,0 +277823,0,0,0,0,0 +277824,0,0,0,0,0 +277825,0,0,0,0,0 +277826,0,0,0,0,0 +277827,0,0,0,0,0 +277828,0,0,0,0,0 +277829,0,0,0,0,0 +277830,0,0,0,0,0 +277831,0,0,0,0,0 +277832,0,0,0,0,0 +277833,0,0,0,0,0 +277834,0,0,0,0,0 +277835,0,0,0,0,0 +277836,0,0,0,0,0 +277837,0,0,0,0,0 +277838,0,0,0,0,0 +277839,0,0,0,0,0 +277840,0,0,0,0,0 +277841,0,0,0,0,0 +277842,0,0,0,0,0 +277843,0,0,0,0,0 +277844,0,0,0,0,0 +277845,0,0,0,0,0 +277846,0,0,0,0,0 +277847,0,0,0,0,0 +277848,0,0,0,0,0 +277849,0,0,0,0,0 +277850,0,0,0,0,0 +277851,0,0,0,0,0 +277852,0,0,0,0,0 +277853,0,0,0,0,0 +277854,0,0,0,0,0 +277855,0,0,0,0,0 +277856,0,0,0,0,0 +277857,0,0,0,0,0 +277858,0,0,0,0,0 +277859,0,0,0,0,0 +277860,0,0,0,0,0 +277861,0,0,0,0,0 +277862,0,0,0,0,0 +277863,0,0,0,0,0 +277864,0,0,0,0,0 +277865,0,0,0,0,0 +277866,0,0,0,0,0 +277867,0,0,0,0,0 +277868,0,0,0,0,0 +277869,0,0,0,0,0 +277870,0,0,0,0,0 +277871,0,0,0,0,0 +277872,0,0,0,0,0 +277873,0,0,0,0,0 +277874,0,0,0,0,0 +277875,0,0,0,0,0 +277876,0,0,0,0,0 +277877,0,0,0,0,0 +277878,0,0,0,0,0 +277879,0,0,0,0,0 +277880,0,0,0,0,0 +277881,0,0,0,0,0 +277882,0,0,0,0,0 +277883,0,0,0,0,0 +277884,0,0,0,0,0 +277885,0,0,0,0,0 +277886,0,0,0,0,0 +277887,0,0,0,0,0 +277888,0,0,0,0,0 +277889,0,0,0,0,0 +277890,0,0,0,0,0 +277891,0,0,0,0,0 +277892,0,0,0,0,0 +277893,0,0,0,0,0 +277894,0,0,0,0,0 +277895,0,0,0,0,0 +277896,0,0,0,0,0 +277897,0,0,0,0,0 +277898,0,0,0,0,0 +277899,0,0,0,0,0 +277900,0,0,0,0,0 +277901,0,0,0,0,0 +277902,0,0,0,0,0 +277903,0,0,0,0,0 +277904,0,0,0,0,0 +277905,0,0,0,0,0 +277906,0,0,0,0,0 +277907,0,0,0,0,0 +277908,0,0,0,0,0 +277909,0,0,0,0,0 +277910,0,0,0,0,0 +277911,0,0,0,0,0 +277912,0,0,0,0,0 +277913,0,0,0,0,0 +277914,0,0,0,0,0 +277915,0,0,0,0,0 +277916,0,0,0,0,0 +277917,0,0,0,0,0 +277918,0,0,0,0,0 +277919,0,0,0,0,0 +277920,0,0,0,0,0 +277921,0,0,0,0,0 +277922,0,0,0,0,0 +277923,0,0,0,0,0 +277924,0,0,0,0,0 +277925,0,0,0,0,0 +277926,0,0,0,0,0 +277927,0,0,0,0,0 +277928,0,0,0,0,0 +277929,0,0,0,0,0 +277930,0,0,0,0,0 +277931,0,0,0,0,0 +277932,0,0,0,0,0 +277933,0,0,0,0,0 +277934,0,0,0,0,0 +277935,0,0,0,0,0 +277936,0,0,0,0,0 +277937,0,0,0,0,0 +277938,0,0,0,0,0 +277939,0,0,0,0,0 +277940,0,0,0,0,0 +277941,0,0,0,0,0 +277942,0,0,0,0,0 +277943,0,0,0,0,0 +277944,0,0,0,0,0 +277945,0,0,0,0,0 +277946,0,0,0,0,0 +277947,0,0,0,0,0 +277948,0,0,0,0,0 +277949,0,0,0,0,0 +277950,0,0,0,0,0 +277951,0,0,0,0,0 +277952,0,0,0,0,0 +277953,0,0,0,0,0 +277954,0,0,0,0,0 +277955,0,0,0,0,0 +277956,0,0,0,0,0 +277957,0,0,0,0,0 +277958,0,0,0,0,0 +277959,0,0,0,0,0 +277960,0,0,0,0,0 +277961,0,0,0,0,0 +277962,0,0,0,0,0 +277963,0,0,0,0,0 +277964,0,0,0,0,0 +277965,0,0,0,0,0 +277966,0,0,0,0,0 +277967,0,0,0,0,0 +277968,0,0,0,0,0 +277969,0,0,0,0,0 +277970,0,0,0,0,0 +277971,0,0,0,0,0 +277972,0,0,0,0,0 +277973,0,0,0,0,0 +277974,0,0,0,0,0 +277975,0,0,0,0,0 +277976,0,0,0,0,0 +277977,0,0,0,0,0 +277978,0,0,0,0,0 +277979,0,0,0,0,0 +277980,0,0,0,0,0 +277981,0,0,0,0,0 +277982,0,0,0,0,0 +277983,0,0,0,0,0 +277984,0,0,0,0,0 +277985,0,0,0,0,0 +277986,0,0,0,0,0 +277987,0,0,0,0,0 +277988,0,0,0,0,0 +277989,0,0,0,0,0 +277990,0,0,0,0,0 +277991,0,0,0,0,0 +277992,0,0,0,0,0 +277993,0,0,0,0,0 +277994,0,0,0,0,0 +277995,0,0,0,0,0 +277996,0,0,0,0,0 +277997,0,0,0,0,0 +277998,0,0,0,0,0 +277999,0,0,0,0,0 +278000,0,0,0,0,0 +278001,0,0,0,0,0 +278002,0,0,0,0,0 +278003,0,0,0,0,0 +278004,0,0,0,0,0 +278005,0,0,0,0,0 +278006,0,0,0,0,0 +278007,0,0,0,0,0 +278008,0,0,0,0,0 +278009,0,0,0,0,0 +278010,0,0,0,0,0 +278011,0,0,0,0,0 +278012,0,0,0,0,0 +278013,0,0,0,0,0 +278014,0,0,0,0,0 +278015,0,0,0,0,0 +278016,0,0,0,0,0 +278017,0,0,0,0,0 +278018,0,0,0,0,0 +278019,0,0,0,0,0 +278020,0,0,0,0,0 +278021,0,0,0,0,0 +278022,0,0,0,0,0 +278023,0,0,0,0,0 +278024,0,0,0,0,0 +278025,0,0,0,0,0 +278026,0,0,0,0,0 +278027,0,0,0,0,0 +278028,0,0,0,0,0 +278029,0,0,0,0,0 +278030,0,0,0,0,0 +278031,0,0,0,0,0 +278032,0,0,0,0,0 +278033,0,0,0,0,0 +278034,0,0,0,0,0 +278035,0,0,0,0,0 +278036,0,0,0,0,0 +278037,0,0,0,0,0 +278038,0,0,0,0,0 +278039,0,0,0,0,0 +278040,0,0,0,0,0 +278041,0,0,0,0,0 +278042,0,0,0,0,0 +278043,0,0,0,0,0 +278044,0,0,0,0,0 +278045,0,0,0,0,0 +278046,0,0,0,0,0 +278047,0,0,0,0,0 +278048,0,0,0,0,0 +278049,0,0,0,0,0 +278050,0,0,0,0,0 +278051,0,0,0,0,0 +278052,0,0,0,0,0 +278053,0,0,0,0,0 +278054,0,0,0,0,0 +278055,0,0,0,0,0 +278056,0,0,0,0,0 +278057,0,0,0,0,0 +278058,0,0,0,0,0 +278059,0,0,0,0,0 +278060,0,0,0,0,0 +278061,0,0,0,0,0 +278062,0,0,0,0,0 +278063,0,0,0,0,0 +278064,0,0,0,0,0 +278065,0,0,0,0,0 +278066,0,0,0,0,0 +278067,0,0,0,0,0 +278068,0,0,0,0,0 +278069,0,0,0,0,0 +278070,0,0,0,0,0 +278071,0,0,0,0,0 +278072,0,0,0,0,0 +278073,0,0,0,0,0 +278074,0,0,0,0,0 +278075,0,0,0,0,0 +278076,0,0,0,0,0 +278077,0,0,0,0,0 +278078,0,0,0,0,0 +278079,0,0,0,0,0 +278080,0,0,0,0,0 +278081,0,0,0,0,0 +278082,0,0,0,0,0 +278083,0,0,0,0,0 +278084,0,0,0,0,0 +278085,0,0,0,0,0 +278086,0,0,0,0,0 +278087,0,0,0,0,0 +278088,0,0,0,0,0 +278089,0,0,0,0,0 +278090,0,0,0,0,0 +278091,0,0,0,0,0 +278092,0,0,0,0,0 +278093,0,0,0,0,0 +278094,0,0,0,0,0 +278095,0,0,0,0,0 +278096,0,0,0,0,0 +278097,0,0,0,0,0 +278098,0,0,0,0,0 +278099,0,0,0,0,0 +278100,0,0,0,0,0 +278101,0,0,0,0,0 +278102,0,0,0,0,0 +278103,0,0,0,0,0 +278104,0,0,0,0,0 +278105,0,0,0,0,0 +278106,0,0,0,0,0 +278107,0,0,0,0,0 +278108,0,0,0,0,0 +278109,0,0,0,0,0 +278110,0,0,0,0,0 +278111,0,0,0,0,0 +278112,0,0,0,0,0 +278113,0,0,0,0,0 +278114,0,0,0,0,0 +278115,0,0,0,0,0 +278116,0,0,0,0,0 +278117,0,0,0,0,0 +278118,0,0,0,0,0 +278119,0,0,0,0,0 +278120,0,0,0,0,0 +278121,0,0,0,0,0 +278122,0,0,0,0,0 +278123,0,0,0,0,0 +278124,0,0,0,0,0 +278125,0,0,0,0,0 +278126,0,0,0,0,0 +278127,0,0,0,0,0 +278128,0,0,0,0,0 +278129,0,0,0,0,0 +278130,0,0,0,0,0 +278131,0,0,0,0,0 +278132,0,0,0,0,0 +278133,0,0,0,0,0 +278134,0,0,0,0,0 +278135,0,0,0,0,0 +278136,0,0,0,0,0 +278137,0,0,0,0,0 +278138,0,0,0,0,0 +278139,0,0,0,0,0 +278140,0,0,0,0,0 +278141,0,0,0,0,0 +278142,0,0,0,0,0 +278143,0,0,0,0,0 +278144,0,0,0,0,0 +278145,0,0,0,0,0 +278146,0,0,0,0,0 +278147,0,0,0,0,0 +278148,0,0,0,0,0 +278149,0,0,0,0,0 +278150,0,0,0,0,0 +278151,0,0,0,0,0 +278152,0,0,0,0,0 +278153,0,0,0,0,0 +278154,0,0,0,0,0 +278155,0,0,0,0,0 +278156,0,0,0,0,0 +278157,0,0,0,0,0 +278158,0,0,0,0,0 +278159,0,0,0,0,0 +278160,0,0,0,0,0 +278161,0,0,0,0,0 +278162,0,0,0,0,0 +278163,0,0,0,0,0 +278164,0,0,0,0,0 +278165,0,0,0,0,0 +278166,0,0,0,0,0 +278167,0,0,0,0,0 +278168,0,0,0,0,0 +278169,0,0,0,0,0 +278170,0,0,0,0,0 +278171,0,0,0,0,0 +278172,0,0,0,0,0 +278173,0,0,0,0,0 +278174,0,0,0,0,0 +278175,0,0,0,0,0 +278176,0,0,0,0,0 +278177,0,0,0,0,0 +278178,0,0,0,0,0 +278179,0,0,0,0,0 +278180,0,0,0,0,0 +278181,0,0,0,0,0 +278182,0,0,0,0,0 +278183,0,0,0,0,0 +278184,0,0,0,0,0 +278185,0,0,0,0,0 +278186,0,0,0,0,0 +278187,0,0,0,0,0 +278188,0,0,0,0,0 +278189,0,0,0,0,0 +278190,0,0,0,0,0 +278191,0,0,0,0,0 +278192,0,0,0,0,0 +278193,0,0,0,0,0 +278194,0,0,0,0,0 +278195,0,0,0,0,0 +278196,0,0,0,0,0 +278197,0,0,0,0,0 +278198,0,0,0,0,0 +278199,0,0,0,0,0 +278200,0,0,0,0,0 +278201,0,0,0,0,0 +278202,0,0,0,0,0 +278203,0,0,0,0,0 +278204,0,0,0,0,0 +278205,0,0,0,0,0 +278206,0,0,0,0,0 +278207,0,0,0,0,0 +278208,0,0,0,0,0 +278209,0,0,0,0,0 +278210,0,0,0,0,0 +278211,0,0,0,0,0 +278212,0,0,0,0,0 +278213,0,0,0,0,0 +278214,0,0,0,0,0 +278215,0,0,0,0,0 +278216,0,0,0,0,0 +278217,0,0,0,0,0 +278218,0,0,0,0,0 +278219,0,0,0,0,0 +278220,0,0,0,0,0 +278221,0,0,0,0,0 +278222,0,0,0,0,0 +278223,0,0,0,0,0 +278224,0,0,0,0,0 +278225,0,0,0,0,0 +278226,0,0,0,0,0 +278227,0,0,0,0,0 +278228,0,0,0,0,0 +278229,0,0,0,0,0 +278230,0,0,0,0,0 +278231,0,0,0,0,0 +278232,0,0,0,0,0 +278233,0,0,0,0,0 +278234,0,0,0,0,0 +278235,0,0,0,0,0 +278236,0,0,0,0,0 +278237,0,0,0,0,0 +278238,0,0,0,0,0 +278239,0,0,0,0,0 +278240,0,0,0,0,0 +278241,0,0,0,0,0 +278242,0,0,0,0,0 +278243,0,0,0,0,0 +278244,0,0,0,0,0 +278245,0,0,0,0,0 +278246,0,0,0,0,0 +278247,0,0,0,0,0 +278248,0,0,0,0,0 +278249,0,0,0,0,0 +278250,0,0,0,0,0 +278251,0,0,0,0,0 +278252,0,0,0,0,0 +278253,0,0,0,0,0 +278254,0,0,0,0,0 +278255,0,0,0,0,0 +278256,0,0,0,0,0 +278257,0,0,0,0,0 +278258,0,0,0,0,0 +278259,0,0,0,0,0 +278260,0,0,0,0,0 +278261,0,0,0,0,0 +278262,0,0,0,0,0 +278263,0,0,0,0,0 +278264,0,0,0,0,0 +278265,0,0,0,0,0 +278266,0,0,0,0,0 +278267,0,0,0,0,0 +278268,0,0,0,0,0 +278269,0,0,0,0,0 +278270,0,0,0,0,0 +278271,0,0,0,0,0 +278272,0,0,0,0,0 +278273,0,0,0,0,0 +278274,0,0,0,0,0 +278275,0,0,0,0,0 +278276,0,0,0,0,0 +278277,0,0,0,0,0 +278278,0,0,0,0,0 +278279,0,0,0,0,0 +278280,0,0,0,0,0 +278281,0,0,0,0,0 +278282,0,0,0,0,0 +278283,0,0,0,0,0 +278284,0,0,0,0,0 +278285,0,0,0,0,0 +278286,0,0,0,0,0 +278287,0,0,0,0,0 +278288,0,0,0,0,0 +278289,0,0,0,0,0 +278290,0,0,0,0,0 +278291,0,0,0,0,0 +278292,0,0,0,0,0 +278293,0,0,0,0,0 +278294,0,0,0,0,0 +278295,0,0,0,0,0 +278296,0,0,0,0,0 +278297,0,0,0,0,0 +278298,0,0,0,0,0 +278299,0,0,0,0,0 +278300,0,0,0,0,0 +278301,0,0,0,0,0 +278302,0,0,0,0,0 +278303,0,0,0,0,0 +278304,0,0,0,0,0 +278305,0,0,0,0,0 +278306,0,0,0,0,0 +278307,0,0,0,0,0 +278308,0,0,0,0,0 +278309,0,0,0,0,0 +278310,0,0,0,0,0 +278311,0,0,0,0,0 +278312,0,0,0,0,0 +278313,0,0,0,0,0 +278314,0,0,0,0,0 +278315,0,0,0,0,0 +278316,0,0,0,0,0 +278317,0,0,0,0,0 +278318,0,0,0,0,0 +278319,0,0,0,0,0 +278320,0,0,0,0,0 +278321,0,0,0,0,0 +278322,0,0,0,0,0 +278323,0,0,0,0,0 +278324,0,0,0,0,0 +278325,0,0,0,0,0 +278326,0,0,0,0,0 +278327,0,0,0,0,0 +278328,0,0,0,0,0 +278329,0,0,0,0,0 +278330,0,0,0,0,0 +278331,0,0,0,0,0 +278332,0,0,0,0,0 +278333,0,0,0,0,0 +278334,0,0,0,0,0 +278335,0,0,0,0,0 +278336,0,0,0,0,0 +278337,0,0,0,0,0 +278338,0,0,0,0,0 +278339,0,0,0,0,0 +278340,0,0,0,0,0 +278341,82.9886729,3677.706601,3225.757432,42.4858406,-118.5318768 +278342,401.7904572,290.5239041,3408.199752,187.3248031,464.7385644 +278343,391.4215734,251.1384695,3176.719506,182.3395787,452.2588207 +278344,377.8359442,346.3965477,2947.144581,175.8666026,433.8034681 +278345,364.4738023,767.7974214,615.4345792,169.5796067,414.3603277 +278346,352.6528451,472.2877688,1553.364177,164.0953672,396.2315136 +278347,342.4270493,533.0790162,1469.028785,159.4129929,379.8564994 +278348,333.4797433,540.5457443,1357.124886,155.3616203,365.0018585 +278349,325.5207696,547.8497136,1360.954964,151.7830647,351.3603354 +278350,318.3499341,554.4728627,1367.429146,148.5776772,338.7163472 +278351,311.8466879,561.838989,1374.726163,145.6790084,326.9348216 +278352,305.9156856,568.9907731,1382.278762,143.0432638,315.9163271 +278353,300.4855908,576.7295603,1390.178172,140.632585,305.5800937 +278354,295.4898863,584.159176,1398.429702,138.4136718,295.8537495 +278355,290.8702205,591.6308816,1406.770737,136.3584929,286.674642 +278356,286.5765946,599.8015913,1415.345734,134.4435896,277.9863403 +278357,282.5665934,605.2122711,1419.848315,132.6493851,269.7379764 +278358,278.8861469,612.9238125,1428.509816,131.0065728,261.8850076 +278359,275.4777019,620.627019,1437.107332,129.4859862,254.385595 +278360,272.2740709,628.2530087,1446.156254,128.0524389,247.2037355 +278361,269.231265,636.4671952,1455.15615,126.6837772,240.3079218 +278362,266.3246,644.2638315,1464.325681,125.3687339,233.6701515 +278363,263.5389872,652.3075565,1473.512681,124.1013111,227.2655901 +278364,260.8629238,660.3656076,1482.96662,122.8772973,221.0721217 +278365,258.2863753,668.2297621,1492.170876,121.6930416,215.0701626 +278366,255.8003147,676.7664265,1501.742684,120.545217,209.2422951 +278367,253.3967847,684.7634158,1511.168616,119.4308819,203.573089 +278368,251.0688547,693.0366125,1520.70338,118.3474869,198.0488075 +278369,248.8105588,701.3015896,1530.250512,117.2928583,192.6572761 +278370,246.6167167,709.60298,1539.827819,116.2651216,187.3876181 +278371,244.4828537,717.170038,1547.754239,115.2626673,182.230189 +278372,242.4042426,724.6460618,1558.227188,114.2842439,177.1763289 +278373,240.3768631,731.8267106,1566.672467,113.3286936,172.2183305 +278374,238.3974307,739.6382642,1572.490506,112.3948886,167.3492444 +278375,236.4632336,747.103283,1583.432909,111.4817865,162.5628855 +278376,234.5718945,754.0582445,1586.167209,110.5884283,157.853648 +278377,232.721326,761.6398036,1572.326807,109.7139636,153.2165423 +278378,230.9096269,771.8263193,1616.671696,108.8576154,148.6470237 +278379,229.1351004,781.4513714,1610.888224,108.0186866,144.1410238 +278380,227.3961983,791.3835476,1624.163837,107.196534,139.6948339 +278381,225.6915255,801.1193263,1634.119734,106.3905703,135.3051105 +278382,224.0197862,810.462556,1643.563176,105.6002414,130.9687687 +278383,222.3798011,820.7084894,1653.351989,104.8250355,126.6830166 +278384,220.7704568,830.042524,1662.348375,104.0644624,122.4452529 +278385,219.190743,839.6461039,1671.825157,103.318071,118.2531345 +278386,217.6396905,849.2240203,1680.610746,102.585423,114.1044542 +278387,216.1164207,858.6849768,1689.808332,101.8661156,109.9972302 +278388,214.6200852,868.0924014,1698.134756,101.1597557,105.9295871 +278389,213.1499078,877.5404875,1707.118943,100.4659789,101.8998324 +278390,211.7051265,886.8695095,1715.343964,99.78442402,97.90634201 +278391,210.2850464,896.1428135,1723.702112,99.11475812,93.94765753 +278392,208.8889837,905.4667646,1731.736554,98.45665112,90.02237525 +278393,207.516307,914.6214604,1739.803349,97.80979511,86.12922338 +278394,206.1663951,923.8656355,1747.705942,97.17388559,82.26697621 +278395,204.8386663,932.9329793,1755.394439,96.54863503,78.43451 +278396,203.5325499,942.0924713,1762.705744,95.93376036,74.63074326 +278397,202.2475151,951.0712425,1770.513493,95.32899606,70.85469147 +278398,200.9830311,960.1464246,1777.563508,94.73407647,67.10538723 +278399,199.7386094,969.0351971,1784.730081,94.148755,63.38196026 +278400,198.5137514,977.9817635,1791.590994,93.57278062,59.68353495 +278401,186.8410042,1416.338505,2499.743651,88.24819571,36.97955565 +278402,197.9233767,1440.355273,2504.575724,93.42426732,56.59765421 +278403,228.7376579,1458.961327,2525.110679,107.526088,113.4820314 +278404,257.542547,1476.182746,2543.862844,120.5318021,168.2837878 +278405,281.5944433,1492.406454,2558.767696,131.1847954,215.7280337 +278406,425.4236533,1507.941244,2570.172238,300.2835004,255.6494246 +278407,1191.215427,1522.971584,2579.105444,451.8584176,289.5942322 +278408,733.3245347,1545.892237,2586.902993,346.039573,318.7979657 +278409,903.1849209,1551.998822,2593.090419,400.4307568,344.2226841 +278410,926.915545,1578.729104,2598.663615,411.7361125,366.5619329 +278411,948.2749734,1577.28382,2603.670895,421.8128416,386.2338003 +278412,968.6049794,1573.730633,2608.229782,432.1222029,403.5703515 +278413,987.9077363,1620.317855,2612.412992,441.4228671,418.8521936 +278414,1007.41551,1616.990419,2616.326781,450.9084894,432.3230956 +278415,1025.90823,1633.575219,2619.979588,460.3962153,444.1949376 +278416,1045.116288,1646.852736,2623.408315,469.3610433,454.6525151 +278417,1062.903188,1659.538632,2626.816331,478.1136391,463.8564753 +278418,1080.868564,1672.316756,2630.215314,487.1988385,710.7204242 +278419,908.0756277,1597.748444,2436.614048,409.1276928,778.9533123 +278420,1208.813969,1732.472143,2407.618138,545.5111535,1040.650076 +278421,1091.614848,1689.234556,2385.894641,492.5559944,909.4133827 +278422,1134.916822,1712.022347,2376.091679,514.0637132,967.1825569 +278423,1153.177653,1723.950856,2361.966737,521.9736001,1003.955656 +278424,1169.463577,1737.044745,2347.51815,530.3129089,1013.246338 +278425,1185.460967,1748.612715,2333.494521,538.0404224,1031.85678 +278426,1201.068157,1759.631444,2318.568372,545.6588633,1055.749972 +278427,1411.054541,1863.600493,2498.96904,641.7645435,1403.397746 +278428,945.1649427,1664.527033,2323.174139,431.6345224,551.7526817 +278429,1576.440387,1931.538965,2517.867389,717.032193,1709.439895 +278430,946.1380516,1673.874971,2331.251889,433.6874136,505.0888042 +278431,1606.628282,1963.13746,2524.213503,731.39958,1738.443483 +278432,972.675252,1688.924116,2331.24333,446.8542073,544.5136077 +278433,1646.684796,1986.629227,2523.538946,745.7707662,1761.127106 +278434,983.683988,1708.763814,2327.868774,459.5787076,570.2140456 +278435,1672.768671,2024.283027,2520.938531,759.67007,1790.679543 +278436,1022.328304,1705.027609,2322.814628,471.9845657,593.0221727 +278437,1693.762686,2062.884668,2517.019882,773.1330335,1818.61697 +278438,1048.356802,1712.189874,2316.630464,484.0313751,614.9884387 +278439,1721.157431,2083.777474,2512.937274,786.2797021,1856.944691 +278440,1072.877628,1736.181802,2311.90196,495.8501835,618.6014158 +278441,1747.047929,2099.465356,2511.673511,798.823266,1892.357084 +278442,1095.779154,1754.73986,2310.797953,506.6346363,634.0856578 +278443,1773.994916,2119.51452,2514.101754,812.2418216,1923.428898 +278444,1317.10377,1864.034207,2514.921096,607.6843573,1006.613348 +278445,1501.503198,2007.457153,2508.659926,690.5420808,1380.041031 +278446,1483.147043,1943.616297,2499.395224,682.8989622,1318.988095 +278447,1498.496904,2011.909909,2492.218929,688.0445727,1330.792188 +278448,1512.112178,1979.128407,2487.494327,693.5503277,1340.545153 +278449,1519.720838,2002.698047,2484.550741,699.0708259,1350.661009 +278450,1508.112662,2008.584706,2483.438084,704.2476489,1359.916804 +278451,1550.675768,2016.578895,2485.599918,709.6262729,1369.340338 +278452,1546.895726,2024.933147,2485.360105,714.8013338,1378.60472 +278453,1560.574991,2032.898278,2486.090975,719.9625734,1387.419379 +278454,1571.412464,2040.704569,2487.22037,725.0576509,1405.087727 +278455,1581.824369,2048.781083,2490.46831,730.0462273,1402.812486 +278456,1592.356462,2056.351097,2490.777136,735.1533847,1403.565457 +278457,1602.690414,2064.041438,2491.82121,739.9698658,1428.588104 +278458,1612.950811,2071.356837,2492.5319,744.8890656,1428.671203 +278459,1623.210428,2079.075558,2493.712871,749.6563813,1438.491668 +278460,1633.007629,2086.194234,2494.962144,754.502338,1446.308892 +278461,2033.166297,2266.718917,2509.020717,927.6527853,2000.040681 +278462,2046.694247,2272.810833,2551.762451,934.0179681,2029.097947 +278463,2058.821923,2275.279381,2602.608848,939.9562674,2062.446881 +278464,2070.078447,2292.097874,2644.399908,945.2790708,2087.393761 +278465,2081.37973,2296.136034,2674.20147,950.6219554,2103.818884 +278466,2092.140778,2303.752695,2694.35878,955.7912766,2113.803003 +278467,2102.8354,2311.551357,2709.712069,960.8761665,2121.679919 +278468,2113.486777,2318.615458,2718.202272,965.8880186,2123.753808 +278469,2123.663615,2325.794892,2724.63657,970.8291079,2125.011833 +278470,2134.025464,2332.534915,2729.514275,975.7106602,2125.601109 +278471,2144.065798,2339.699114,2733.279152,981.1370508,2125.793569 +278472,2154.171915,2346.324416,2736.222712,988.2281292,2125.761977 +278473,2164.164416,2353.166833,2740.300981,988.9893072,2127.735626 +278474,2181.401098,2359.41709,2741.186441,1000.842052,2126.398987 +278475,2179.799745,2366.179825,2744.247431,994.7777982,2127.881913 +278476,2187.618512,2378.724486,2744.460121,1015.995272,2126.543464 +278477,2207.097571,2376.294815,2745.141023,996.9584193,2126.071989 +278478,2211.041418,2385.573644,2745.759284,1009.122314,2125.771557 +278479,2221.501451,2391.452355,2746.320353,1021.478236,2125.617531 +278480,2231.024315,2397.132373,2748.556593,1020.035922,2127.682207 +278481,2240.121528,2402.718583,2747.986214,1025.818407,2126.555923 +278482,2253.37907,2408.563192,2747.890513,1030.153284,2126.156196 +278483,2262.772708,2414.338117,2749.620906,1034.475148,2128.092732 +278484,2276.048842,2419.207404,2748.635329,1038.58912,2126.883731 +278485,2272.157515,2425.000732,2748.211396,1042.753429,2126.462319 +278486,2265.457952,2436.596026,2748.125571,1046.988116,2126.543858 +278487,2334.199041,2433.990474,2749.756408,1051.048592,2129.001569 +278488,2257.025584,2440.849089,2748.491145,1055.197297,2127.852656 +278489,2351.085543,2446.143889,2747.721775,1059.13733,2127.383332 +278490,2287.139512,2451.352553,2748.836094,1063.193004,2129.263572 +278491,2338.791526,2455.468549,2747.276286,1067.216677,2127.994211 +278492,2335.057388,2459.515473,2746.19502,1071.302879,2127.376255 +278493,2369.219926,2463.953001,2745.178943,1075.113741,2126.902992 +278494,2339.061607,2474.22558,2744.366848,1079.230343,2126.743712 +278495,2353.498963,2464.440532,2743.629422,1083.101989,2126.74542 +278496,2393.902521,2483.263714,2742.703087,1087.017695,2126.589558 +278497,2364.707338,2479.174373,2742.029204,1090.896733,2126.807174 +278498,2396.3887,2483.232307,2741.247238,1094.816951,2126.959179 +278499,2393.190673,2487.493027,2740.538173,1098.538967,2127.261497 +278500,2404.491882,2490.731307,2739.937692,1102.388575,2127.754519 +278501,2412.249144,2500.505989,2739.538546,1106.152294,2128.549353 +278502,2420.018832,2490.571147,2739.027834,1109.901106,2129.265471 +278503,2428.07067,2507.085244,2738.3929,1113.553685,2129.883395 +278504,2435.656146,2504.124595,2737.844962,1117.432866,2130.653978 +278505,2443.867479,2506.495736,2737.161432,1120.949426,2131.303069 +278506,2451.429889,2509.978643,2736.306445,1124.664742,2131.78279 +278507,2459.282213,2512.818618,2735.38787,1128.283287,2132.219519 +278508,2466.765079,2515.315397,2734.406868,1131.889427,2132.611415 +278509,2474.698737,2517.895199,2733.357782,1135.473324,2132.949749 +278510,2482.313402,2521.109404,2733.938027,1139.035904,2135.303831 +278511,2489.715761,2522.223321,2731.742573,1142.574345,2134.320467 +278512,2497.386273,2531.02596,2730.209835,1146.166671,2134.165978 +278513,2512.950295,2520.94098,2728.866125,1149.553872,2134.254407 +278514,2508.697284,2535.19,2727.504078,1153.082769,2134.538755 +278515,2520.983787,2532.635231,2726.170834,1156.527187,2134.659206 +278516,2527.910052,2533.293104,2724.767562,1159.88711,2134.715823 +278517,2534.689398,2535.47322,2723.250099,1163.415026,2134.658792 +278518,2542.41803,2538.527079,2723.378267,1166.757806,2136.635399 +278519,2549.367868,2538.676395,2720.787291,1170.145317,2135.338325 +278520,2556.675538,2540.307338,2718.724368,1173.580237,2134.702588 +278521,2569.194196,2543.9577,2718.68191,1179.291506,2137.592107 +278522,2577.517376,2546.833454,2719.016042,1183.046912,2141.030389 +278523,2584.967402,2549.617993,2721.055495,1186.522825,2146.618095 +278524,2591.833973,2549.443405,2720.143766,1189.948802,2148.87044 +278525,2599.190507,2550.848651,2719.485562,1193.315936,2151.224377 +278526,2606.181059,2552.307285,2718.795314,1196.630158,2153.540873 +278527,2613.091529,2554.69998,2719.715275,1199.903651,2157.810679 +278528,2619.843943,2553.961288,2717.861159,1203.139088,2158.727063 +278529,2634.736657,2555.032883,2716.601403,1206.345542,2160.534129 +278530,2622.385798,2556.032334,2715.345905,1209.521079,2162.092599 +278531,2651.550015,2556.753259,2714.126994,1212.746295,2163.832917 +278532,2644.31743,2557.335394,2713.034515,1215.751936,2165.515814 +278533,2653.239049,2557.821528,2711.793922,1218.823763,2166.81307 +278534,2660.757703,2558.210265,2710.45108,1222.000037,2168.395067 +278535,2666.788635,2558.564504,2709.1038,1224.989951,2169.829898 +278536,2673.186294,2558.805439,2707.707258,1228.024575,2171.434839 +278537,2679.244149,2558.945771,2706.259578,1231.024394,2172.793021 +278538,2686.188358,2559.971626,2706.434307,1234.00171,2176.12484 +278539,2692.141542,2552.518357,2705.428565,1236.955501,2178.030811 +278540,2705.601682,2564.268815,2702.483071,1239.887804,2177.582184 +278541,2702.258143,2552.188986,2700.369447,1242.798993,2178.332158 +278542,2710.598082,2563.653714,2698.425452,1245.688572,2179.069104 +278543,2717.61523,2551.134827,2696.578269,1248.637913,2179.902094 +278544,2723.257412,2563.220679,2694.849735,1251.36493,2180.87608 +278545,2729.482031,2550.839731,2694.758612,1254.25203,2183.862501 +278546,2734.519079,2554.749324,2691.862945,1257.044826,2183.423836 +278547,2748.050144,2555.068433,2689.720772,1259.834785,2183.903265 +278548,2745.564585,2553.726895,2687.888767,1262.603344,2184.751471 +278549,2752.207488,2552.765868,2685.962578,1265.35316,2185.471353 +278550,2759.767661,2552.330319,2685.653436,1268.085386,2188.179133 +278551,2763.860303,2550.316707,2682.74098,1270.831684,2187.693063 +278552,2778.056379,2549.597152,2680.544699,1273.570519,2188.074478 +278553,2775.126125,2548.909039,2678.597656,1276.293162,2188.732299 +278554,2781.054307,2539.846293,2676.441811,1280.111245,2189.11024 +278555,2787.420675,2553.547431,2674.361769,1282.887799,2189.5574 +278556,2801.016875,2537.383983,2674.198852,1283.783524,2192.568584 +278557,2799.284669,2543.340366,2672.991269,1291.576941,2194.08273 +278558,2801.947047,2540.999633,2669.568151,1285.376383,2192.85516 +278559,2814.717742,2538.909592,2666.998909,1306.513968,2192.646218 +278560,2822.676471,2537.407306,2665.028861,1273.16888,2193.141578 +278561,2815.502911,2536.487629,2664.717786,1308.272872,2195.664231 +278562,2825.972717,2533.584565,2661.524933,1297.557629,2194.624478 +278563,2827.807032,2531.932016,2658.910393,1302.656825,2194.277163 +278564,2832.710054,2530.571425,2658.177222,1305.213572,2196.216018 +278565,2830.673018,2527.623052,2654.782443,1307.845487,2194.841555 +278566,2829.586893,2525.718526,2651.752036,1310.255627,2193.88203 +278567,2828.974435,2523.717406,2648.729296,1312.833361,2192.888164 +278568,2828.72722,2521.15434,2645.678999,1315.326716,2191.820133 +278569,2831.156791,2512.148201,2644.160594,1317.821666,2192.618511 +278570,2829.866776,2523.953885,2640.13116,1320.297923,2190.291993 +278571,2829.618581,2505.295161,2636.676719,1322.769455,2188.647097 +278572,2829.784123,2518.51135,2633.406526,1325.310169,2187.192931 +278573,2830.15849,2500.170191,2630.214955,1327.624577,2185.803303 +278574,2830.735086,2513.322778,2627.115331,1330.032341,2184.501038 +278575,2833.97689,2494.799593,2625.713935,1332.570018,2185.284567 +278576,2833.056876,2500.890634,2621.647527,1334.912748,2182.75869 +278577,2835.73471,2497.115322,2619.893805,1337.327389,2183.076904 +278578,2834.740085,2492.769516,2615.787306,1339.709704,2180.456422 +278579,2834.733256,2490.183943,2612.31103,1342.174991,2178.579812 +278580,2837.7468,2487.565542,2610.767753,1344.406831,2179.061565 +278581,2833.996058,2430.456676,2604.294587,1293.783709,2172.425378 +278582,2822.389977,2425.98774,2592.66508,1295.374995,2157.69164 +278583,2808.226375,2422.130226,2579.226103,1297.276313,2139.536385 +278584,2796.344673,2418.330167,2567.089843,1299.341234,2122.493748 +278585,2787.95307,2414.518552,2557.092308,1301.170901,2108.012969 +278586,2782.467904,2410.69674,2548.944375,1303.439167,2095.938887 +278587,2778.90097,2406.852581,2542.086261,1305.47017,2085.66631 +278588,2776.474616,2402.973242,2536.064203,1307.604178,2076.663676 +278589,2777.343388,2399.307968,2532.282958,1309.740047,2070.675677 +278590,2774.539061,2394.894685,2526.284762,1311.966706,2062.178498 +278591,2772.869211,2391.082308,2521.125652,1313.987072,2054.919284 +278592,2771.704258,2387.074355,2516.377455,1316.20576,2048.335363 +278593,2770.854675,2382.961566,2511.911125,1318.353346,2042.247403 +278594,2770.20502,2378.803396,2507.650993,1320.517598,2036.545696 +278595,2769.683501,2374.662697,2503.560411,1322.68591,2031.154284 +278596,2769.247325,2370.439956,2499.598029,1324.947315,2026.017446 +278597,2768.870987,2366.180949,2495.746955,1326.98391,2021.092383 +278598,2768.540138,2361.881485,2491.985043,1329.13755,2016.346377 +278599,2768.244685,2357.538967,2488.313441,1331.434692,2011.752361 +278600,2770.61249,2353.393108,2486.439311,1333.553793,2009.390749 +278601,2771.526914,2348.958631,2483.75916,1335.748519,2006.014949 +278602,2769.18989,2344.044355,2479.115873,1338.334456,2000.169754 +278603,2767.997296,2339.820461,2475.281866,1347.080559,1995.265466 +278604,2767.309217,2335.244185,2471.82262,1331.541653,1990.763591 +278605,2766.906224,2330.635995,2468.595106,1349.772477,1986.502799 +278606,2766.624269,2326.01494,2465.4971,1345.558511,1982.371476 +278607,2766.416714,2321.357026,2462.499114,1348.861274,1978.341981 +278608,2766.25847,2316.659216,2459.582448,1351.089856,1974.395082 +278609,2766.125856,2311.894391,2456.727941,1353.284795,1970.508438 +278610,2766.0127,2307.162115,2453.927539,1355.392782,1966.672484 +278611,2765.898448,2301.67183,2451.164431,1357.964913,1962.866471 +278612,2765.72876,2296.079812,2448.434015,1360.111592,1959.065416 +278613,2765.760831,2290.322635,2445.736305,1362.549611,1955.258562 +278614,2765.404273,2284.51928,2443.072786,1364.89082,1951.448095 +278615,2764.97607,2278.656802,2440.445471,1367.241739,1947.642347 +278616,2764.618182,2277.693654,2437.929112,1368.669212,1943.941101 +278617,2764.881959,2273.43634,2435.423038,1379.357789,1940.384684 +278618,2765.518654,2268.032625,2432.939522,1360.194656,1936.910229 +278619,2766.146996,2262.631135,2430.46475,1381.797258,1933.4203 +278620,2766.527092,2257.179671,2427.957274,1376.448947,1929.829346 +278621,2766.069771,2244.369379,2424.924169,1380.15357,1925.31168 +278622,2765.78333,2255.585029,2422.239426,1382.548275,1921.365001 +278623,2765.770829,2229.802021,2419.91666,1384.808088,1917.977121 +278624,2764.342308,2244.353861,2416.284289,1393.190217,1912.166797 +278625,2763.448063,2218.733874,2413.424801,1381.914625,1907.879226 +278626,2763.621219,2225.984052,2411.606513,1394.765917,1905.351467 +278627,2761.472738,2216.733584,2407.415894,1394.102507,1898.366035 +278628,2757.522878,2210.862674,2401.852306,1402.62563,1889.235268 +278629,2757.040788,2205.530559,2399.92265,1390.989811,1886.80749 +278630,2759.114029,2199.858125,2400.01701,1406.110064,1887.461779 +278631,2756.669451,2193.963892,2395.453717,1404.223731,1879.449053 +278632,2750.99537,2188.139018,2388.429648,1421.187086,1867.676226 +278633,2750.871282,2182.557875,2387.20705,1382.51948,1866.644907 +278634,2749.292236,2176.744958,2383.782,1438.978816,1860.808551 +278635,2743.571128,2170.863927,2376.620744,1406.106081,1848.554323 +278636,2744.682853,2165.30585,2376.707587,1414.061766,1849.857305 +278637,2743.526434,2159.497486,2373.671186,1421.141529,1844.57894 +278638,2744.611398,2153.822636,2373.069029,1420.622714,1843.880046 +278639,2750.962816,2148.435252,2377.267149,1423.300793,1851.373464 +278640,2748.439582,2147.951136,2372.177319,1433.771557,1841.48251 +278641,2749.997783,2039.073619,2373.267749,1312.786828,1843.102623 +278642,2731.191455,2023.19046,2360.190742,1335.079466,1821.722399 +278643,2699.394495,2018.479446,2336.870719,1324.848745,1782.990746 +278644,2681.124825,2011.473602,2325.959841,1328.046745,1765.59404 +278645,2665.907602,2004.174445,2314.246006,1332.998142,1743.783169 +278646,2658.115973,1997.564913,2308.473999,1324.294284,1731.738978 +278647,2650.858579,1983.032121,2301.406669,1334.005113,1716.390931 +278648,2648.546856,1994.339525,2298.904016,1349.50455,1709.411447 +278649,2644.53685,1965.256669,2294.07262,1307.049403,1697.902999 +278650,2633.825237,1974.589659,2283.118177,1359.369156,1676.161511 +278651,2624.856633,1962.590173,2274.791973,1325.518708,1660.402747 +278652,2617.671886,1956.888884,2268.001966,1330.171078,1647.317137 +278653,2624.355983,1950.668943,2274.388134,1358.724228,1657.995645 +278654,2639.688953,1944.388015,2287.231834,1321.648157,1678.397856 +278655,2650.974751,1938.155567,2295.036947,1360.158864,1688.770456 +278656,2657.592706,1931.705393,2298.92784,1316.678846,1692.858866 +278657,2661.06161,1925.593316,2300.535698,1365.177456,1693.679708 +278658,2654.120403,1919.500601,2292.668647,1334.879771,1678.239888 +278659,2641.530557,1913.134748,2280.873583,1355.844143,1657.493467 +278660,2631.07578,1906.999781,2271.969336,1328.950805,1642.909783 +278661,2633.578715,1901.316852,2275.237974,1369.065504,1649.822859 +278662,2633.1078,1895.031922,2273.831009,1330.425812,1646.652958 +278663,2624.636244,1894.492944,2264.99753,1377.780343,1630.719057 +278664,2629.589338,1889.921257,2271.000269,1356.768955,1640.22432 +278665,2631.184611,1884.860573,2272.582246,1367.246151,1639.079132 +278666,2623.741433,1879.954934,2265.986388,1368.134836,1623.758918 +278667,2617.492893,1874.794057,2261.59965,1369.909963,1614.052811 +278668,2612.664229,1869.93826,2258.26304,1371.706583,1606.544801 +278669,2622.650798,1865.003946,2268.962305,1373.794091,1624.194897 +278670,2627.448907,1860.156778,2272.449155,1375.517527,1627.295584 +278671,2620.809016,1854.685753,2265.473985,1376.933706,1612.587724 +278672,2615.203228,1849.413792,2260.993628,1378.31307,1604.169952 +278673,2625.085525,1844.003407,2271.409427,1379.724641,1622.616636 +278674,2644.043936,1838.91087,2288.442679,1381.042381,1650.765707 +278675,2657.582492,1833.292883,2298.842462,1382.281283,1665.961648 +278676,2654.251935,1828.107084,2293.633012,1383.488633,1654.071137 +278677,2642.160133,1822.777012,2282.273815,1384.69381,1633.834649 +278678,2632.631498,1817.470072,2274.584176,1385.889605,1621.542678 +278679,2625.36795,1812.212615,2268.706081,1387.074547,1612.064019 +278680,2633.101665,1806.979109,2276.98406,1388.277444,1627.914247 +278681,2636.201656,1801.877084,2278.622611,1389.376624,1629.585906 +278682,2628.391105,1796.507185,2270.27678,1390.33676,1614.290609 +278683,2635.259399,1791.411357,2277.635161,1391.701483,1628.637816 +278684,2638.007152,1773.798424,2278.952761,1392.670818,1630.116296 +278685,2630.283531,1798.952643,2270.625511,1393.697433,1614.908694 +278686,2623.899795,1763.467001,2265.020777,1394.79632,1606.088171 +278687,2633.190681,1764.401111,2274.547166,1395.922114,1624.680808 +278688,2651.939246,1788.386689,2291.049329,1396.965652,1652.531623 +278689,2666.19255,1725.992431,2301.696055,1398.103987,1669.01605 +278690,2675.323565,1770.872196,2307.933791,1398.898373,1677.843295 +278691,2670.75418,1743.882901,2301.492715,1399.950841,1665.114953 +278692,2658.479515,1746.515595,2289.957689,1400.912715,1645.192805 +278693,2659.414631,1737.188259,2292.573693,1401.908068,1651.432089 +278694,2669.917057,1735.73,2302.297121,1402.900246,1668.839881 +278695,2667.869065,1751.148573,2298.298586,1403.761943,1660.265781 +278696,2667.660296,1705.500457,2297.973023,1416.02503,1659.979395 +278697,2665.757344,1748.603088,2296.64928,1419.161617,1655.220298 +278698,2657.002407,1727.550976,2289.679748,1420.858864,1639.423722 +278699,2661.441754,1751.756054,2296.572363,1422.783767,1649.286084 +278700,2662.654312,1687.472106,2298.333352,1424.258725,1648.490238 +278701,2668.564019,1862.859278,2303.866512,1532.828565,1654.403335 +278702,2700.088881,1803.965426,2328.392194,1536.517825,1691.162522 +278703,2734.439506,1843.40995,2352.989885,1540.200026,1727.495508 +278704,2751.964725,1822.225686,2363.20635,1542.937859,1740.662988 +278705,2765.673182,1823.58894,2373.715152,1546.36162,1758.526959 +278706,2772.403359,1821.268138,2378.916951,1549.221601,1768.243384 +278707,2769.752392,1800.419656,2376.262005,1557.284814,1765.088388 +278708,2778.006383,1840.550543,2385.331093,1553.807804,1784.008252 +278709,2793.774906,1789.032162,2399.820968,1559.489483,1811.116112 +278710,2805.579839,1838.08615,2409.783336,1562.411564,1828.772272 +278711,2803.737732,1781.276632,2406.973041,1564.631749,1823.926533 +278712,2794.417692,1839.899631,2398.666346,1567.36054,1810.917592 +278713,2786.986078,1777.93039,2393.129363,1570.394238,1803.699609 +278714,2781.425303,1832.582681,2389.047408,1573.463621,1798.643532 +278715,2790.173641,1784.061709,2398.45396,1576.82469,1817.264568 +278716,2807.477749,1816.692119,2414.156395,1580.332294,1844.99764 +278717,2820.299854,1775.994358,2424.277796,1582.882211,1861.366148 +278718,2828.442633,1823.085326,2430.460014,1585.818081,1871.141147 +278719,2823.763645,1783.708444,2424.922832,1588.324806,1860.507309 +278720,2822.194235,1786.091207,2424.114203,1591.402773,1859.934422 +278721,2819.088094,1795.634707,2421.358686,1599.062394,1855.298364 +278722,2809.516026,1812.994083,2412.595588,1595.068711,1840.183188 +278723,2801.566207,1762.409904,2406.242362,1599.982414,1830.27373 +278724,2808.395806,1799.271736,2413.879881,1603.740048,1845.050043 +278725,2811.243522,1777.224442,2415.596289,1605.868298,1847.141343 +278726,2816.570855,1801.68396,2420.236381,1609.076607,1855.01611 +278727,2830.749368,1753.870328,2433.040298,1612.504536,1876.984308 +278728,2841.737619,1811.774779,2441.62313,1615.432361,1890.14402 +278729,2849.065422,1758.541726,2446.869057,1622.086328,1897.696246 +278730,2853.527211,1819.32834,2451.093856,1626.639534,1901.976483 +278731,2847.130539,1759.994628,2445.836355,1628.91306,1888.591994 +278732,2835.02411,1803.102497,2436.575406,1636.191056,1869.413523 +278733,2825.384761,1787.106116,2430.291785,1633.449442,1856.725189 +278734,2830.065464,1786.924165,2437.282168,1638.719793,1867.850136 +278735,2831.295884,1791.294123,2438.763058,1641.86725,1867.498262 +278736,2823.356918,1785.11812,2431.578806,1647.618821,1852.42698 +278737,2816.720519,1779.297059,2426.726024,1645.332497,1843.02499 +278738,2825.977771,1805.651697,2437.024159,1655.100438,1860.685916 +278739,2830.300513,1761.299635,2440.298441,1654.232157,1863.650808 +278740,2823.144159,1815.127912,2433.037497,1654.04029,1848.635584 +278741,2817.511899,1753.097122,2428.678546,1663.700649,1840.46005 +278742,2828.871118,1817.054886,2440.610787,1665.599478,1861.297239 +278743,2834.177795,1768.213594,2444.440136,1661.780323,1865.392385 +278744,2841.158036,1782.23284,2450.653689,1671.405474,1874.64463 +278745,2858.21963,1776.09106,2466.152063,1672.901662,1900.160425 +278746,2871.629533,1788.238558,2476.943703,1678.439323,1915.90049 +278747,2867.37405,1800.326011,2472.022936,1673.431714,1904.18544 +278748,2866.421668,1747.105133,2471.772287,1687.599451,1903.021634 +278749,2875.735389,1807.732297,2480.857301,1678.895355,1918.11622 +278750,2871.959448,1759.765111,2476.325063,1692.707553,1907.595047 +278751,2860.050659,1789.092454,2465.413813,1687.451523,1887.451619 +278752,2850.218467,1773.774193,2457.611551,1684.684431,1874.166277 +278753,2855.601057,1779.735185,2464.542546,1688.180113,1887.043045 +278754,2871.051982,1801.004647,2478.728055,1695.836221,1910.586799 +278755,2870.299167,1763.40525,2475.802877,1696.840355,1902.2183 +278756,2871.25075,1762.44703,2476.838496,1697.50274,1903.204608 +278757,2868.989215,1790.540477,2474.617747,1696.968671,1898.189263 +278758,2857.824885,1763.056695,2464.35176,1692.006586,1879.458493 +278759,2847.717823,1788.569657,2455.668645,1686.991937,1866.566905 +278760,2839.18302,1730.19691,2447.722603,1682.989001,1855.924973 +278761,2833.507553,1822.799936,2442.054131,1680.586642,1849.371496 +278762,2848.144191,1754.525852,2454.261153,1688.488091,1874.559696 +278763,2873.083179,1819.942329,2475.071922,1703.817031,1912.373483 +278764,2877.181764,1770.329297,2473.63051,1709.748146,1908.4214 +278765,2867.735907,1781.055713,2462.508996,1706.898925,1889.968442 +278766,2860.447713,1807.601917,2456.148705,1703.606738,1881.901383 +278767,2871.193908,1761.107865,2467.087616,1708.811105,1904.441534 +278768,2892.27708,1812.085574,2485.4899,1720.663839,1937.460366 +278769,2893.233183,1780.473324,2483.104706,1724.117966,1931.506405 +278770,2882.390652,1768.226597,2472.01352,1720.096975,1912.624948 +278771,2874.243229,1807.672718,2465.340812,1716.213735,1903.29889 +278772,2883.381511,1761.800591,2475.267141,1720.828138,1923.301372 +278773,2903.472477,1807.161542,2493.513395,1732.334024,1955.639275 +278774,2904.181538,1755.262167,2491.281965,1735.75212,1949.519134 +278775,2906.961906,1814.936947,2493.492685,1738.425144,1953.758557 +278776,2906.874044,1763.347951,2492.807308,1739.80854,1952.515713 +278777,2897.141942,1782.028469,2483.338972,1736.27792,1936.077767 +278778,2903.473803,1787.793307,2490.852764,1739.534062,1951.412811 +278779,2920.572348,1773.665617,2506.56874,1749.529595,1978.993143 +278780,2920.589932,1802.784078,2503.852209,1752.321957,1971.954084 +278781,2909.288497,1762.108867,2492.805479,1748.248937,1952.438217 +278782,2913.781394,1798.435952,2498.906659,1750.805239,1965.109841 +278783,2929.317992,1754.875824,2513.213732,1760.038622,1990.072462 +278784,2942.133477,1806.492316,2523.004307,1768.835935,2005.339654 +278785,2939.233337,1752.533994,2518.321501,1769.935631,1995.160181 +278786,2938.818172,1803.776847,2518.254633,1770.744545,1995.397012 +278787,2936.108939,1755.285003,2515.728994,1770.677202,1990.926603 +278788,2925.770132,1808.687299,2506.253574,1766.788999,1974.518844 +278789,2929.600076,1744.306227,2511.473369,1769.105766,1985.420892 +278790,2943.29869,1809.287315,2524.202233,1777.528075,2007.67562 +278791,2954.376966,1771.557971,2532.932204,1785.625418,2021.314592 +278792,2961.872997,1777.45301,2538.421565,1791.72927,2029.426477 +278793,2966.855857,1769.267709,2541.966447,1796.176614,2034.579239 +278794,2960.894128,1763.586228,2535.382865,1795.036431,2022.158068 +278795,2958.200787,1789.093628,2533.56598,1794.413036,2019.971115 +278796,2963.853719,1779.875567,2539.365908,1798.141424,2031.007365 +278797,2959.451403,1746.673963,2534.280698,1797.893103,2021.558464 +278798,2948.096266,1802.061931,2523.881715,1793.41827,2004.229583 +278799,2949.415213,1741.169442,2526.682755,1794.400677,2011.557832 +278800,2959.514014,1785.57633,2536.108387,1800.830516,2028.906142 +278801,2957.146663,1757.520273,2532.228264,1802.100762,2021.343442 +278802,2946.515979,1772.503757,2522.073217,1798.227874,2004.442223 +278803,2937.438069,1763.115904,2514.625467,1794.295871,1993.686361 +278804,2929.85935,1782.612567,2508.492097,1791.232319,1985.253705 +278805,2923.447459,1739.903908,2503.231963,1788.961026,1978.280902 +278806,2931.661989,1777.430946,2512.138704,1793.97584,1996.492033 +278807,2935.397601,1761.468499,2514.241581,1798.133682,2000.384775 +278808,2928.03998,1768.361544,2506.172862,1796.493227,1986.799686 +278809,2921.754473,1747.232944,2500.670563,1794.246316,1979.428871 +278810,2930.881296,1762.551807,2510.000222,1799.423823,1998.441497 +278811,2949.490658,1769.397219,2526.317369,1810.633675,2027.611832 +278812,2951.533617,1740.472262,2524.909981,1814.643032,2023.685872 +278813,2942.351887,1787.197167,2515.295915,1811.763124,2007.512856 +278814,2947.439643,1718.115283,2521.092668,1814.632411,2020.416798 +278815,2949.354111,1770.37366,2521.899453,1817.33088,2022.408992 +278816,2941.610169,1748.912998,2513.847893,1815.14954,2009.14019 +278817,2947.237621,1751.330568,2520.287699,1818.66724,2023.088616 +278818,2949.898851,1750.342214,2521.395172,1821.762461,2025.600215 +278819,2942.45278,1748.867594,2513.528916,1819.832796,2012.677582 +278820,2935.602117,1750.309189,2507.873693,1817.420225,2005.148589 +278821,2943.029291,1710.286724,2515.58324,1821.810908,2021.355023 +278822,2954.943383,1713.670018,2526.480566,1829.168359,2042.029777 +278823,2960.679838,1710.219366,2530.292681,1834.342866,2048.704163 +278824,2952.459354,1709.295813,2520.585584,1832.500467,2031.2489 +278825,2947.120479,1707.854893,2515.911288,1831.202875,2024.228357 +278826,2951.827673,1706.472449,2520.10024,1834.98887,2032.246525 +278827,2947.027312,1726.228922,2513.542007,1834.972434,2019.718335 +278828,2935.024118,1672.488413,2501.979877,1830.840795,1999.752507 +278829,2925.218095,1716.993107,2493.266224,1826.914599,1986.033925 +278830,2928.164956,1715.332906,2496.746781,1829.213148,1994.063963 +278831,2927.992845,1673.331852,2495.424477,1831.267317,1991.80366 +278832,2930.326668,1710.168169,2496.866968,1834.223311,1994.98958 +278833,2940.239426,1693.798727,2505.238925,1840.992289,2010.194775 +278834,2937.912461,1695.013554,2500.803342,1842.492232,2001.584031 +278835,2927.688395,1693.329864,2490.446336,1838.960356,1984.286949 +278836,2918.903834,1697.31516,2482.665501,1835.319177,1972.907933 +278837,2922.870629,1682.887483,2487.075539,1837.956763,1983.237424 +278838,2934.94357,1692.652786,2497.49511,1845.786332,2002.473449 +278839,2933.736235,1686.749924,2493.898296,1848.029384,1995.568075 +278840,2923.864158,1685.962601,2483.717693,1844.793806,1978.875521 +278841,2915.345089,1684.476284,2476.133966,1841.302976,1968.214052 +278842,2908.142873,1682.816193,2469.74761,1838.572797,1959.695721 +278843,2914.092876,1681.585928,2475.86313,1842.359855,1973.374803 +278844,2928.31151,1679.765673,2488.03812,1851.4515,1995.910223 +278845,2928.070322,1678.281281,2485.017439,1854.376687,1990.111455 +278846,2918.465267,1676.703062,2474.902763,1851.344073,1973.73562 +278847,2910.204021,1675.134681,2467.486766,1847.967864,1963.638574 +278848,2903.256373,1673.545189,2461.278775,1845.350332,1955.678761 +278849,2909.452137,1671.965675,2467.805538,1849.372391,1970.307799 +278850,2911.792589,1670.339566,2468.474546,1852.809674,1972.546381 +278851,2916.264916,1668.924335,2471.335841,1856.718833,1979.239269 +278852,2916.692927,1667.52195,2470.321663,1858.948721,1978.685219 +278853,2908.374767,1666.135045,2461.458063,1856.546705,1964.668476 +278854,2900.765014,1664.776575,2454.799774,1853.740676,1955.854268 +278855,2906.985329,1663.427094,2461.105408,1857.535601,1970.009476 +278856,2921.599141,1661.936773,2473.746337,1866.755965,1993.428383 +278857,2932.809943,1660.747135,2481.480631,1875.008939,2006.682793 +278858,2939.569895,1659.317019,2485.652352,1880.823111,2013.945637 +278859,2943.494416,1657.987106,2487.710473,1884.959563,2017.920951 +278860,2946.024694,1656.523786,2488.625047,1887.714303,2020.223537 +278861,2939.609584,1655.342738,2481.543604,1886.131012,2008.549115 +278862,2927.835302,1654.044684,2470.869268,1881.361942,1991.781666 +278863,2917.991485,1652.549688,2462.514372,1876.962159,1980.010865 +278864,2919.538728,1651.308882,2464.931571,1878.301401,1987.302718 +278865,2918.274477,1649.937936,2463.038963,1879.469295,1985.337936 +278866,2909.495669,1648.602693,2454.211821,1876.795994,1971.450639 +278867,2912.484697,1647.298594,2457.726145,1879.045274,1980.636799 +278868,2912.389899,1645.950264,2456.659887,1880.912532,1979.986197 +278869,2904.015914,1644.623461,2447.991825,1878.498824,1966.242002 +278870,2896.27618,1643.313616,2441.307602,1875.694226,1957.262184 +278871,2889.944105,1641.992226,2435.59433,1873.466212,1949.994676 +278872,2884.195746,1640.675763,2430.471813,1871.732137,1943.710411 +278873,2879.712277,1639.361585,2425.792422,1870.389782,1938.163729 +278874,2888.963163,1638.064177,2434.792344,1875.941425,1956.945815 +278875,2906.126363,1636.747181,2450.22509,1887.112436,1984.973457 +278876,2919.614163,1635.309415,2459.837596,1896.869193,2001.114713 +278877,2928.008827,1634.16686,2464.96206,1903.565116,2009.678882 +278878,2932.824756,1632.783348,2467.650418,1907.972355,2014.554556 +278879,2927.346956,1631.480511,2461.03604,1907.012144,2003.344045 +278880,2924.452072,1654.758187,2458.451971,1906.310449,2000.838106 +278881,2919.579809,1526.557057,2453.611011,1905.049472,1993.915402 +278882,2899.46366,1578.2179,2436.54574,1895.263043,1967.489591 +278883,2877.304299,1555.85375,2418.233067,1883.423793,1940.071254 +278884,2857.427228,1557.885733,2401.768776,1873.69954,1914.817784 +278885,2841.454997,1556.577169,2388.295309,1867.07811,1893.415232 +278886,2829.512816,1555.157635,2377.50565,1863.342432,1875.687323 +278887,2832.989868,1553.769407,2381.282066,1867.498667,1883.25066 +278888,2833.589702,1552.357938,2379.798902,1871.354079,1879.182325 +278889,2824.408901,1550.975044,2369.380877,1870.055906,1859.768093 +278890,2816.307072,1549.611894,2361.509301,1867.825732,1846.49465 +278891,2809.464821,1548.240201,2354.901122,1866.065616,1835.597484 +278892,2803.473856,1546.875936,2349.05309,1864.714116,1826.127905 +278893,2798.114726,1545.516572,2343.750946,1863.665985,1817.728779 +278894,2793.241705,1544.160953,2338.870516,1862.822997,1810.195866 +278895,2803.555457,1542.820887,2348.673218,1869.153634,1828.993755 +278896,2808.145847,1541.447926,2350.723342,1874.161835,1831.744742 +278897,2800.557684,1540.102214,2341.743218,1872.771775,1815.647472 +278898,2793.938951,1538.773362,2335.494646,1870.621931,1806.303893 +278899,2788.421926,1537.429296,2330.337892,1869.041993,1798.975198 +278900,2783.524418,1536.091155,2325.694859,1867.878674,1792.568362 +278901,2779.036737,1534.75566,2321.368284,1866.987562,1786.755434 +278902,2774.848304,1533.42299,2317.271795,1866.263797,1781.396062 +278903,2770.902372,1532.093495,2313.366098,1865.650917,1776.419639 +278904,2783.276574,1530.779111,2325.327109,1872.724365,1799.897434 +278905,2788.841084,1529.42771,2328.216664,1878.173132,1804.61493 +278906,2780.948973,1528.107351,2318.893588,1876.602777,1788.354065 +278907,2774.380134,1526.804297,2312.831183,1874.337277,1779.911724 +278908,2769.083446,1525.483063,2307.986337,1872.773187,1773.602641 +278909,2764.432795,1524.16876,2303.654985,1871.673915,1768.134594 +278910,2760.170923,1522.856872,2299.607844,1870.855844,1763.144253 +278911,2756.176142,1521.122828,2295.754631,1870.199421,1758.496169 +278912,2769.256765,1519.309328,2308.531104,1877.549899,1783.774928 +278913,2774.893499,1517.406313,2311.434073,1883.06267,1788.809778 +278914,2766.301329,1515.497719,2301.382132,1881.140217,1771.705171 +278915,2759.248599,1513.574,2294.886532,1878.532549,1763.181122 +278916,2753.580487,1511.599546,2289.666934,1876.693675,1756.969325 +278917,2764.77607,1509.617219,2300.676517,1883.014313,1779.76992 +278918,2769.424889,1507.5665,2302.811521,1887.926301,1784.212761 +278919,2760.657898,1505.518322,2292.727698,1885.859453,1767.727897 +278920,2769.203089,1503.480221,2301.413247,1890.650582,1786.865713 +278921,2772.087262,1501.232179,2302.142437,1894.444888,1789.247093 +278922,2762.106093,1499.286649,2291.109278,1891.649285,1771.39858 +278923,2753.681174,1497.08055,2283.445131,1888.363317,1761.538822 +278924,2746.681498,1494.928609,2277.07245,1885.878184,1753.969218 +278925,2740.453439,1492.743914,2271.276494,1883.911464,1747.384828 +278926,2734.437175,1490.647726,2265.828375,1882.267384,1741.419805 +278927,2729.105731,1488.256245,2260.637124,1880.825452,1735.934023 +278928,2741.806234,1485.990104,2273.022972,1887.801987,1762.074323 +278929,2764.823054,1483.847137,2292.323472,1901.317446,1797.733723 +278930,2781.600966,1481.586157,2304.232613,1913.038782,1818.406597 +278931,2792.580993,1479.009013,2311.053856,1921.574414,1830.36258 +278932,2785.865279,1476.906464,2301.607453,1921.134336,1813.954999 +278933,2782.881985,1475.088675,2298.465944,1920.805278,1811.432183 +278934,2778.9726,1472.873127,2293.593282,1921.855395,1805.36659 +278935,2779.638627,1470.556856,2293.165298,1925.736441,1807.56217 +278936,2776.942105,1468.180222,2288.914995,1928.335672,1802.443516 +278937,2777.581851,1465.683398,2288.487336,1931.729244,1804.747542 +278938,2774.425141,1463.409797,2284.043244,1933.163379,1799.487263 +278939,2761.916448,1460.88879,2271.226445,1929.421243,1779.976747 +278940,2750.510865,1458.555837,2260.858493,1925.14363,1766.306539 +278941,2072.310878,1455.63127,1176.870469,1638.324178,2502.974409 +278942,2162.031123,1584.218893,1227.578883,1710.104548,2562.53206 +278943,2275.276125,1586.601251,1294.26553,1796.708481,2627.859389 +278944,2373.154675,1584.988746,1354.904679,1865.863421,2677.935084 +278945,2436.828064,1584.439738,1398.625215,1904.58909,2701.275985 +278946,2472.286605,1582.501801,1427.624999,1920.086965,2704.768262 +278947,2493.718147,1580.221983,1448.552342,1925.511723,2701.061875 +278948,2508.178375,1578.267048,1464.811242,1927.387308,2695.232253 +278949,2518.952351,1575.849979,1478.093535,1928.42969,2689.22824 +278950,2527.453584,1573.623502,1489.202368,1929.645276,2683.691383 +278951,2534.320723,1571.153377,1498.574484,1930.764558,2678.783645 +278952,2539.885621,1568.817531,1506.496361,1931.909016,2674.48341 +278953,2544.388902,1587.732417,1513.19448,1933.024625,2670.725499 +278954,2548.020674,1531.562515,1518.862117,1934.089949,2667.44059 +278955,2550.944732,1577.397994,1523.66075,1935.103086,2664.567479 +278956,2553.289011,1562.920299,1527.728016,1936.070946,2662.053978 +278957,2555.156455,1544.536684,1531.174835,1936.988207,2659.852879 +278958,2556.630343,1572.157384,1534.094901,1937.851648,2657.924248 +278959,2557.776621,1530.336588,1536.566405,1938.66217,2656.233324 +278960,2558.64807,1569.085088,1538.654597,1939.423312,2654.750376 +278961,2559.286807,1526.656081,1540.413756,1940.138787,2653.449475 +278962,2559.726753,1554.330381,1541.889182,1940.811673,2652.308144 +278963,2559.993915,1533.682172,1543.117948,1941.538781,2651.30464 +278964,2560.110982,1539.744929,1544.132043,1942.324628,2650.422624 +278965,2560.097112,1534.106817,1544.955261,1943.141471,2649.648598 +278966,2559.967685,1531.898849,1545.614412,1943.962786,2648.970365 +278967,2559.734901,1528.996567,1546.129619,1944.772519,2648.37677 +278968,2559.408679,1526.234035,1546.512633,1945.563168,2647.857888 +278969,2558.997151,1524.809934,1546.780174,1946.331615,2647.404917 +278970,2558.883967,1522.201726,1547.006327,1948.468699,2647.014225 +278971,2558.945222,1519.860813,1547.179603,1951.372173,2646.677385 +278972,2558.993661,1517.553643,1547.295554,1954.152364,2646.384753 +278973,2558.935163,1515.256136,1547.355312,1956.385928,2646.130757 +278974,2558.751558,1512.963581,1547.365107,1958.044733,2645.911429 +278975,2558.456536,1510.674309,1547.328367,1959.258099,2645.72319 +278976,2558.068825,1506.907395,1547.249951,1960.160781,2645.562661 +278977,2557.225312,1504.281881,1547.06609,1959.435483,2645.428865 +278978,2556.08393,1501.842392,1546.803183,1957.752722,2645.314731 +278979,2554.848736,1499.573779,1546.497198,1955.945413,2645.217467 +278980,2553.625172,1497.116987,1546.165127,1954.404108,2645.135876 +278981,2552.439069,1494.753933,1545.813705,1953.166732,2645.068733 +278982,2551.282373,1492.378979,1545.44182,1952.133855,2645.014473 +278983,2550.141006,1490.005895,1545.049843,1951.201053,2644.971293 +278984,2549.004448,1487.633291,1544.635987,1950.300404,2644.937386 +278985,2547.866351,1485.260441,1544.201453,1949.396558,2644.911018 +278986,2546.722915,1482.886456,1543.745148,1948.47247,2644.89062 +278987,2545.571548,1480.511021,1543.268614,1947.518939,2644.874766 +278988,2544.410272,1478.133488,1542.770872,1946.529769,2644.862196 +278989,2543.237501,1475.753708,1542.253509,1945.500232,2644.851771 +278990,2542.051999,1473.371144,1541.715575,1944.426767,2644.842491 +278991,2540.852836,1470.98574,1541.158699,1943.306854,2644.833449 +278992,2539.639358,1468.597238,1540.58196,1942.138835,2644.823859 +278993,2538.411111,1466.20493,1539.987018,1940.92166,2644.813 +278994,2537.167819,1463.714996,1539.372964,1939.654703,2644.800244 +278995,2535.909319,1461.455506,1538.741476,1938.337597,2644.78502 +278996,2534.635566,1458.982612,1538.091646,1936.970155,2644.766834 +278997,2533.346564,1456.590537,1537.425151,1935.552293,2644.745223 +278998,2532.042395,1454.178935,1536.741076,1934.084011,2644.719786 +278999,2530.723184,1451.854957,1536.041096,1932.56537,2644.690166 +279000,2529.389088,1449.297686,1535.324283,1930.996462,2644.65604 +279001,0,0,0,0,0 +279002,0,0,0,0,0 +279003,0,0,0,0,0 +279004,0,0,0,0,0 +279005,0,0,0,0,0 +279006,0,0,0,0,0 +279007,0,0,0,0,0 +279008,0,0,0,0,0 +279009,0,0,0,0,0 +279010,0,0,0,0,0 +279011,0,0,0,0,0 +279012,0,0,0,0,0 +279013,0,0,0,0,0 +279014,0,0,0,0,0 +279015,0,0,0,0,0 +279016,0,0,0,0,0 +279017,0,0,0,0,0 +279018,0,0,0,0,0 +279019,0,0,0,0,0 +279020,0,0,0,0,0 +279021,0,0,0,0,0 +279022,0,0,0,0,0 +279023,0,0,0,0,0 +279024,0,0,0,0,0 +279025,0,0,0,0,0 +279026,0,0,0,0,0 +279027,0,0,0,0,0 +279028,0,0,0,0,0 +279029,0,0,0,0,0 +279030,0,0,0,0,0 +279031,0,0,0,0,0 +279032,0,0,0,0,0 +279033,0,0,0,0,0 +279034,0,0,0,0,0 +279035,0,0,0,0,0 +279036,0,0,0,0,0 +279037,0,0,0,0,0 +279038,0,0,0,0,0 +279039,0,0,0,0,0 +279040,0,0,0,0,0 +279041,0,0,0,0,0 +279042,0,0,0,0,0 +279043,0,0,0,0,0 +279044,0,0,0,0,0 +279045,0,0,0,0,0 +279046,0,0,0,0,0 +279047,0,0,0,0,0 +279048,0,0,0,0,0 +279049,0,0,0,0,0 +279050,0,0,0,0,0 +279051,0,0,0,0,0 +279052,0,0,0,0,0 +279053,0,0,0,0,0 +279054,0,0,0,0,0 +279055,0,0,0,0,0 +279056,0,0,0,0,0 +279057,0,0,0,0,0 +279058,0,0,0,0,0 +279059,0,0,0,0,0 +279060,0,0,0,0,0 +279061,0,0,0,0,0 +279062,0,0,0,0,0 +279063,0,0,0,0,0 +279064,0,0,0,0,0 +279065,0,0,0,0,0 +279066,0,0,0,0,0 +279067,0,0,0,0,0 +279068,0,0,0,0,0 +279069,0,0,0,0,0 +279070,0,0,0,0,0 +279071,0,0,0,0,0 +279072,0,0,0,0,0 +279073,0,0,0,0,0 +279074,0,0,0,0,0 +279075,0,0,0,0,0 +279076,0,0,0,0,0 +279077,0,0,0,0,0 +279078,0,0,0,0,0 +279079,0,0,0,0,0 +279080,0,0,0,0,0 +279081,0,0,0,0,0 +279082,0,0,0,0,0 +279083,0,0,0,0,0 +279084,0,0,0,0,0 +279085,0,0,0,0,0 +279086,0,0,0,0,0 +279087,0,0,0,0,0 +279088,0,0,0,0,0 +279089,0,0,0,0,0 +279090,0,0,0,0,0 +279091,0,0,0,0,0 +279092,0,0,0,0,0 +279093,0,0,0,0,0 +279094,0,0,0,0,0 +279095,0,0,0,0,0 +279096,0,0,0,0,0 +279097,0,0,0,0,0 +279098,0,0,0,0,0 +279099,0,0,0,0,0 +279100,0,0,0,0,0 +279101,0,0,0,0,0 +279102,0,0,0,0,0 +279103,0,0,0,0,0 +279104,0,0,0,0,0 +279105,0,0,0,0,0 +279106,0,0,0,0,0 +279107,0,0,0,0,0 +279108,0,0,0,0,0 +279109,0,0,0,0,0 +279110,0,0,0,0,0 +279111,0,0,0,0,0 +279112,0,0,0,0,0 +279113,0,0,0,0,0 +279114,0,0,0,0,0 +279115,0,0,0,0,0 +279116,0,0,0,0,0 +279117,0,0,0,0,0 +279118,0,0,0,0,0 +279119,0,0,0,0,0 +279120,0,0,0,0,0 +279121,0,0,0,0,0 +279122,0,0,0,0,0 +279123,0,0,0,0,0 +279124,0,0,0,0,0 +279125,0,0,0,0,0 +279126,0,0,0,0,0 +279127,0,0,0,0,0 +279128,0,0,0,0,0 +279129,0,0,0,0,0 +279130,0,0,0,0,0 +279131,0,0,0,0,0 +279132,0,0,0,0,0 +279133,0,0,0,0,0 +279134,0,0,0,0,0 +279135,0,0,0,0,0 +279136,0,0,0,0,0 +279137,0,0,0,0,0 +279138,0,0,0,0,0 +279139,0,0,0,0,0 +279140,0,0,0,0,0 +279141,0,0,0,0,0 +279142,0,0,0,0,0 +279143,0,0,0,0,0 +279144,0,0,0,0,0 +279145,0,0,0,0,0 +279146,0,0,0,0,0 +279147,0,0,0,0,0 +279148,0,0,0,0,0 +279149,0,0,0,0,0 +279150,0,0,0,0,0 +279151,0,0,0,0,0 +279152,0,0,0,0,0 +279153,0,0,0,0,0 +279154,0,0,0,0,0 +279155,0,0,0,0,0 +279156,0,0,0,0,0 +279157,0,0,0,0,0 +279158,0,0,0,0,0 +279159,0,0,0,0,0 +279160,0,0,0,0,0 +279161,0,0,0,0,0 +279162,0,0,0,0,0 +279163,0,0,0,0,0 +279164,0,0,0,0,0 +279165,0,0,0,0,0 +279166,0,0,0,0,0 +279167,0,0,0,0,0 +279168,0,0,0,0,0 +279169,0,0,0,0,0 +279170,0,0,0,0,0 +279171,0,0,0,0,0 +279172,0,0,0,0,0 +279173,0,0,0,0,0 +279174,0,0,0,0,0 +279175,0,0,0,0,0 +279176,0,0,0,0,0 +279177,0,0,0,0,0 +279178,0,0,0,0,0 +279179,0,0,0,0,0 +279180,0,0,0,0,0 +279181,0,0,0,0,0 +279182,0,0,0,0,0 +279183,0,0,0,0,0 +279184,0,0,0,0,0 +279185,0,0,0,0,0 +279186,0,0,0,0,0 +279187,0,0,0,0,0 +279188,0,0,0,0,0 +279189,0,0,0,0,0 +279190,0,0,0,0,0 +279191,0,0,0,0,0 +279192,0,0,0,0,0 +279193,0,0,0,0,0 +279194,0,0,0,0,0 +279195,0,0,0,0,0 +279196,0,0,0,0,0 +279197,0,0,0,0,0 +279198,0,0,0,0,0 +279199,0,0,0,0,0 +279200,0,0,0,0,0 +279201,0,0,0,0,0 +279202,0,0,0,0,0 +279203,0,0,0,0,0 +279204,0,0,0,0,0 +279205,0,0,0,0,0 +279206,0,0,0,0,0 +279207,0,0,0,0,0 +279208,0,0,0,0,0 +279209,0,0,0,0,0 +279210,0,0,0,0,0 +279211,0,0,0,0,0 +279212,0,0,0,0,0 +279213,0,0,0,0,0 +279214,0,0,0,0,0 +279215,0,0,0,0,0 +279216,0,0,0,0,0 +279217,0,0,0,0,0 +279218,0,0,0,0,0 +279219,0,0,0,0,0 +279220,0,0,0,0,0 +279221,0,0,0,0,0 +279222,0,0,0,0,0 +279223,0,0,0,0,0 +279224,0,0,0,0,0 +279225,0,0,0,0,0 +279226,0,0,0,0,0 +279227,0,0,0,0,0 +279228,0,0,0,0,0 +279229,0,0,0,0,0 +279230,0,0,0,0,0 +279231,0,0,0,0,0 +279232,0,0,0,0,0 +279233,0,0,0,0,0 +279234,0,0,0,0,0 +279235,0,0,0,0,0 +279236,0,0,0,0,0 +279237,0,0,0,0,0 +279238,0,0,0,0,0 +279239,0,0,0,0,0 +279240,0,0,0,0,0 +279241,0,0,0,0,0 +279242,0,0,0,0,0 +279243,0,0,0,0,0 +279244,0,0,0,0,0 +279245,0,0,0,0,0 +279246,0,0,0,0,0 +279247,0,0,0,0,0 +279248,0,0,0,0,0 +279249,0,0,0,0,0 +279250,0,0,0,0,0 +279251,0,0,0,0,0 +279252,0,0,0,0,0 +279253,0,0,0,0,0 +279254,0,0,0,0,0 +279255,0,0,0,0,0 +279256,0,0,0,0,0 +279257,0,0,0,0,0 +279258,0,0,0,0,0 +279259,0,0,0,0,0 +279260,0,0,0,0,0 +279261,0,0,0,0,0 +279262,0,0,0,0,0 +279263,0,0,0,0,0 +279264,0,0,0,0,0 +279265,0,0,0,0,0 +279266,0,0,0,0,0 +279267,0,0,0,0,0 +279268,0,0,0,0,0 +279269,0,0,0,0,0 +279270,0,0,0,0,0 +279271,0,0,0,0,0 +279272,0,0,0,0,0 +279273,0,0,0,0,0 +279274,0,0,0,0,0 +279275,0,0,0,0,0 +279276,0,0,0,0,0 +279277,0,0,0,0,0 +279278,0,0,0,0,0 +279279,0,0,0,0,0 +279280,0,0,0,0,0 +279281,0,0,0,0,0 +279282,0,0,0,0,0 +279283,0,0,0,0,0 +279284,0,0,0,0,0 +279285,0,0,0,0,0 +279286,0,0,0,0,0 +279287,0,0,0,0,0 +279288,0,0,0,0,0 +279289,0,0,0,0,0 +279290,0,0,0,0,0 +279291,0,0,0,0,0 +279292,0,0,0,0,0 +279293,0,0,0,0,0 +279294,0,0,0,0,0 +279295,0,0,0,0,0 +279296,0,0,0,0,0 +279297,0,0,0,0,0 +279298,0,0,0,0,0 +279299,0,0,0,0,0 +279300,0,0,0,0,0 +279301,0,0,0,0,0 +279302,0,0,0,0,0 +279303,0,0,0,0,0 +279304,0,0,0,0,0 +279305,0,0,0,0,0 +279306,0,0,0,0,0 +279307,0,0,0,0,0 +279308,0,0,0,0,0 +279309,0,0,0,0,0 +279310,0,0,0,0,0 +279311,0,0,0,0,0 +279312,0,0,0,0,0 +279313,0,0,0,0,0 +279314,0,0,0,0,0 +279315,0,0,0,0,0 +279316,0,0,0,0,0 +279317,0,0,0,0,0 +279318,0,0,0,0,0 +279319,0,0,0,0,0 +279320,0,0,0,0,0 +279321,0,0,0,0,0 +279322,0,0,0,0,0 +279323,0,0,0,0,0 +279324,0,0,0,0,0 +279325,0,0,0,0,0 +279326,0,0,0,0,0 +279327,0,0,0,0,0 +279328,0,0,0,0,0 +279329,0,0,0,0,0 +279330,0,0,0,0,0 +279331,0,0,0,0,0 +279332,0,0,0,0,0 +279333,0,0,0,0,0 +279334,0,0,0,0,0 +279335,0,0,0,0,0 +279336,0,0,0,0,0 +279337,0,0,0,0,0 +279338,0,0,0,0,0 +279339,0,0,0,0,0 +279340,0,0,0,0,0 +279341,0,0,0,0,0 +279342,0,0,0,0,0 +279343,0,0,0,0,0 +279344,0,0,0,0,0 +279345,0,0,0,0,0 +279346,0,0,0,0,0 +279347,0,0,0,0,0 +279348,0,0,0,0,0 +279349,0,0,0,0,0 +279350,0,0,0,0,0 +279351,0,0,0,0,0 +279352,0,0,0,0,0 +279353,0,0,0,0,0 +279354,0,0,0,0,0 +279355,0,0,0,0,0 +279356,0,0,0,0,0 +279357,0,0,0,0,0 +279358,0,0,0,0,0 +279359,0,0,0,0,0 +279360,0,0,0,0,0 +279361,0,0,0,0,0 +279362,0,0,0,0,0 +279363,0,0,0,0,0 +279364,0,0,0,0,0 +279365,0,0,0,0,0 +279366,0,0,0,0,0 +279367,0,0,0,0,0 +279368,0,0,0,0,0 +279369,0,0,0,0,0 +279370,0,0,0,0,0 +279371,0,0,0,0,0 +279372,0,0,0,0,0 +279373,0,0,0,0,0 +279374,0,0,0,0,0 +279375,0,0,0,0,0 +279376,0,0,0,0,0 +279377,0,0,0,0,0 +279378,0,0,0,0,0 +279379,0,0,0,0,0 +279380,0,0,0,0,0 +279381,0,0,0,0,0 +279382,0,0,0,0,0 +279383,0,0,0,0,0 +279384,0,0,0,0,0 +279385,0,0,0,0,0 +279386,0,0,0,0,0 +279387,0,0,0,0,0 +279388,0,0,0,0,0 +279389,0,0,0,0,0 +279390,0,0,0,0,0 +279391,0,0,0,0,0 +279392,0,0,0,0,0 +279393,0,0,0,0,0 +279394,0,0,0,0,0 +279395,0,0,0,0,0 +279396,0,0,0,0,0 +279397,0,0,0,0,0 +279398,0,0,0,0,0 +279399,0,0,0,0,0 +279400,0,0,0,0,0 +279401,0,0,0,0,0 +279402,0,0,0,0,0 +279403,0,0,0,0,0 +279404,0,0,0,0,0 +279405,0,0,0,0,0 +279406,0,0,0,0,0 +279407,0,0,0,0,0 +279408,0,0,0,0,0 +279409,0,0,0,0,0 +279410,0,0,0,0,0 +279411,0,0,0,0,0 +279412,0,0,0,0,0 +279413,0,0,0,0,0 +279414,0,0,0,0,0 +279415,0,0,0,0,0 +279416,0,0,0,0,0 +279417,0,0,0,0,0 +279418,0,0,0,0,0 +279419,0,0,0,0,0 +279420,0,0,0,0,0 +279421,0,0,0,0,0 +279422,0,0,0,0,0 +279423,0,0,0,0,0 +279424,0,0,0,0,0 +279425,0,0,0,0,0 +279426,0,0,0,0,0 +279427,0,0,0,0,0 +279428,0,0,0,0,0 +279429,0,0,0,0,0 +279430,0,0,0,0,0 +279431,0,0,0,0,0 +279432,0,0,0,0,0 +279433,0,0,0,0,0 +279434,0,0,0,0,0 +279435,0,0,0,0,0 +279436,0,0,0,0,0 +279437,0,0,0,0,0 +279438,0,0,0,0,0 +279439,0,0,0,0,0 +279440,0,0,0,0,0 +279441,0,0,0,0,0 +279442,0,0,0,0,0 +279443,0,0,0,0,0 +279444,0,0,0,0,0 +279445,0,0,0,0,0 +279446,0,0,0,0,0 +279447,0,0,0,0,0 +279448,0,0,0,0,0 +279449,0,0,0,0,0 +279450,0,0,0,0,0 +279451,0,0,0,0,0 +279452,0,0,0,0,0 +279453,0,0,0,0,0 +279454,0,0,0,0,0 +279455,0,0,0,0,0 +279456,0,0,0,0,0 +279457,0,0,0,0,0 +279458,0,0,0,0,0 +279459,0,0,0,0,0 +279460,0,0,0,0,0 +279461,0,0,0,0,0 +279462,0,0,0,0,0 +279463,0,0,0,0,0 +279464,0,0,0,0,0 +279465,0,0,0,0,0 +279466,0,0,0,0,0 +279467,0,0,0,0,0 +279468,0,0,0,0,0 +279469,0,0,0,0,0 +279470,0,0,0,0,0 +279471,0,0,0,0,0 +279472,0,0,0,0,0 +279473,0,0,0,0,0 +279474,0,0,0,0,0 +279475,0,0,0,0,0 +279476,0,0,0,0,0 +279477,0,0,0,0,0 +279478,0,0,0,0,0 +279479,0,0,0,0,0 +279480,0,0,0,0,0 +279481,0,0,0,0,0 +279482,0,0,0,0,0 +279483,0,0,0,0,0 +279484,0,0,0,0,0 +279485,0,0,0,0,0 +279486,0,0,0,0,0 +279487,0,0,0,0,0 +279488,0,0,0,0,0 +279489,0,0,0,0,0 +279490,0,0,0,0,0 +279491,0,0,0,0,0 +279492,0,0,0,0,0 +279493,0,0,0,0,0 +279494,0,0,0,0,0 +279495,0,0,0,0,0 +279496,0,0,0,0,0 +279497,0,0,0,0,0 +279498,0,0,0,0,0 +279499,0,0,0,0,0 +279500,0,0,0,0,0 +279501,0,0,0,0,0 +279502,0,0,0,0,0 +279503,0,0,0,0,0 +279504,0,0,0,0,0 +279505,0,0,0,0,0 +279506,0,0,0,0,0 +279507,0,0,0,0,0 +279508,0,0,0,0,0 +279509,0,0,0,0,0 +279510,0,0,0,0,0 +279511,0,0,0,0,0 +279512,0,0,0,0,0 +279513,0,0,0,0,0 +279514,0,0,0,0,0 +279515,0,0,0,0,0 +279516,0,0,0,0,0 +279517,0,0,0,0,0 +279518,0,0,0,0,0 +279519,0,0,0,0,0 +279520,0,0,0,0,0 +279521,0,0,0,0,0 +279522,0,0,0,0,0 +279523,0,0,0,0,0 +279524,0,0,0,0,0 +279525,0,0,0,0,0 +279526,0,0,0,0,0 +279527,0,0,0,0,0 +279528,0,0,0,0,0 +279529,0,0,0,0,0 +279530,0,0,0,0,0 +279531,0,0,0,0,0 +279532,0,0,0,0,0 +279533,0,0,0,0,0 +279534,0,0,0,0,0 +279535,0,0,0,0,0 +279536,0,0,0,0,0 +279537,0,0,0,0,0 +279538,0,0,0,0,0 +279539,0,0,0,0,0 +279540,0,0,0,0,0 +279541,0,0,0,0,0 +279542,0,0,0,0,0 +279543,0,0,0,0,0 +279544,0,0,0,0,0 +279545,0,0,0,0,0 +279546,0,0,0,0,0 +279547,0,0,0,0,0 +279548,0,0,0,0,0 +279549,0,0,0,0,0 +279550,0,0,0,0,0 +279551,0,0,0,0,0 +279552,0,0,0,0,0 +279553,0,0,0,0,0 +279554,0,0,0,0,0 +279555,0,0,0,0,0 +279556,0,0,0,0,0 +279557,0,0,0,0,0 +279558,0,0,0,0,0 +279559,0,0,0,0,0 +279560,0,0,0,0,0 +279561,0,0,0,0,0 +279562,0,0,0,0,0 +279563,0,0,0,0,0 +279564,0,0,0,0,0 +279565,0,0,0,0,0 +279566,0,0,0,0,0 +279567,0,0,0,0,0 +279568,0,0,0,0,0 +279569,0,0,0,0,0 +279570,0,0,0,0,0 +279571,0,0,0,0,0 +279572,0,0,0,0,0 +279573,0,0,0,0,0 +279574,0,0,0,0,0 +279575,0,0,0,0,0 +279576,0,0,0,0,0 +279577,0,0,0,0,0 +279578,0,0,0,0,0 +279579,0,0,0,0,0 +279580,0,0,0,0,0 +279581,0,0,0,0,0 +279582,0,0,0,0,0 +279583,0,0,0,0,0 +279584,0,0,0,0,0 +279585,0,0,0,0,0 +279586,0,0,0,0,0 +279587,0,0,0,0,0 +279588,0,0,0,0,0 +279589,0,0,0,0,0 +279590,0,0,0,0,0 +279591,0,0,0,0,0 +279592,0,0,0,0,0 +279593,0,0,0,0,0 +279594,0,0,0,0,0 +279595,0,0,0,0,0 +279596,0,0,0,0,0 +279597,0,0,0,0,0 +279598,0,0,0,0,0 +279599,0,0,0,0,0 +279600,0,0,0,0,0 +279601,0,0,0,0,0 +279602,0,0,0,0,0 +279603,0,0,0,0,0 +279604,0,0,0,0,0 +279605,0,0,0,0,0 +279606,0,0,0,0,0 +279607,0,0,0,0,0 +279608,0,0,0,0,0 +279609,0,0,0,0,0 +279610,0,0,0,0,0 +279611,0,0,0,0,0 +279612,0,0,0,0,0 +279613,0,0,0,0,0 +279614,0,0,0,0,0 +279615,0,0,0,0,0 +279616,0,0,0,0,0 +279617,0,0,0,0,0 +279618,0,0,0,0,0 +279619,0,0,0,0,0 +279620,0,0,0,0,0 +279621,0,0,0,0,0 +279622,0,0,0,0,0 +279623,0,0,0,0,0 +279624,0,0,0,0,0 +279625,0,0,0,0,0 +279626,0,0,0,0,0 +279627,0,0,0,0,0 +279628,0,0,0,0,0 +279629,0,0,0,0,0 +279630,0,0,0,0,0 +279631,0,0,0,0,0 +279632,0,0,0,0,0 +279633,0,0,0,0,0 +279634,0,0,0,0,0 +279635,0,0,0,0,0 +279636,0,0,0,0,0 +279637,0,0,0,0,0 +279638,0,0,0,0,0 +279639,0,0,0,0,0 +279640,0,0,0,0,0 +279641,0,0,0,0,0 +279642,0,0,0,0,0 +279643,0,0,0,0,0 +279644,0,0,0,0,0 +279645,0,0,0,0,0 +279646,0,0,0,0,0 +279647,0,0,0,0,0 +279648,0,0,0,0,0 +279649,0,0,0,0,0 +279650,0,0,0,0,0 +279651,0,0,0,0,0 +279652,0,0,0,0,0 +279653,0,0,0,0,0 +279654,0,0,0,0,0 +279655,0,0,0,0,0 +279656,0,0,0,0,0 +279657,0,0,0,0,0 +279658,0,0,0,0,0 +279659,0,0,0,0,0 +279660,0,0,0,0,0 +279661,0,0,0,0,0 +279662,0,0,0,0,0 +279663,0,0,0,0,0 +279664,0,0,0,0,0 +279665,0,0,0,0,0 +279666,0,0,0,0,0 +279667,0,0,0,0,0 +279668,0,0,0,0,0 +279669,0,0,0,0,0 +279670,0,0,0,0,0 +279671,0,0,0,0,0 +279672,0,0,0,0,0 +279673,0,0,0,0,0 +279674,0,0,0,0,0 +279675,0,0,0,0,0 +279676,0,0,0,0,0 +279677,0,0,0,0,0 +279678,0,0,0,0,0 +279679,0,0,0,0,0 +279680,0,0,0,0,0 +279681,0,0,0,0,0 +279682,0,0,0,0,0 +279683,0,0,0,0,0 +279684,0,0,0,0,0 +279685,0,0,0,0,0 +279686,0,0,0,0,0 +279687,0,0,0,0,0 +279688,0,0,0,0,0 +279689,0,0,0,0,0 +279690,0,0,0,0,0 +279691,0,0,0,0,0 +279692,0,0,0,0,0 +279693,0,0,0,0,0 +279694,0,0,0,0,0 +279695,0,0,0,0,0 +279696,0,0,0,0,0 +279697,0,0,0,0,0 +279698,0,0,0,0,0 +279699,0,0,0,0,0 +279700,0,0,0,0,0 +279701,0,0,0,0,0 +279702,0,0,0,0,0 +279703,0,0,0,0,0 +279704,0,0,0,0,0 +279705,0,0,0,0,0 +279706,0,0,0,0,0 +279707,0,0,0,0,0 +279708,0,0,0,0,0 +279709,0,0,0,0,0 +279710,0,0,0,0,0 +279711,0,0,0,0,0 +279712,0,0,0,0,0 +279713,0,0,0,0,0 +279714,0,0,0,0,0 +279715,0,0,0,0,0 +279716,0,0,0,0,0 +279717,0,0,0,0,0 +279718,0,0,0,0,0 +279719,0,0,0,0,0 +279720,0,0,0,0,0 +279721,0,0,0,0,0 +279722,0,0,0,0,0 +279723,0,0,0,0,0 +279724,0,0,0,0,0 +279725,0,0,0,0,0 +279726,0,0,0,0,0 +279727,0,0,0,0,0 +279728,0,0,0,0,0 +279729,0,0,0,0,0 +279730,0,0,0,0,0 +279731,0,0,0,0,0 +279732,0,0,0,0,0 +279733,0,0,0,0,0 +279734,0,0,0,0,0 +279735,0,0,0,0,0 +279736,0,0,0,0,0 +279737,0,0,0,0,0 +279738,0,0,0,0,0 +279739,0,0,0,0,0 +279740,0,0,0,0,0 +279741,0,0,0,0,0 +279742,0,0,0,0,0 +279743,0,0,0,0,0 +279744,0,0,0,0,0 +279745,0,0,0,0,0 +279746,0,0,0,0,0 +279747,0,0,0,0,0 +279748,0,0,0,0,0 +279749,0,0,0,0,0 +279750,0,0,0,0,0 +279751,0,0,0,0,0 +279752,0,0,0,0,0 +279753,0,0,0,0,0 +279754,0,0,0,0,0 +279755,0,0,0,0,0 +279756,0,0,0,0,0 +279757,0,0,0,0,0 +279758,0,0,0,0,0 +279759,0,0,0,0,0 +279760,0,0,0,0,0 +279761,0,0,0,0,0 +279762,0,0,0,0,0 +279763,0,0,0,0,0 +279764,0,0,0,0,0 +279765,0,0,0,0,0 +279766,0,0,0,0,0 +279767,0,0,0,0,0 +279768,0,0,0,0,0 +279769,0,0,0,0,0 +279770,0,0,0,0,0 +279771,0,0,0,0,0 +279772,0,0,0,0,0 +279773,0,0,0,0,0 +279774,0,0,0,0,0 +279775,0,0,0,0,0 +279776,0,0,0,0,0 +279777,0,0,0,0,0 +279778,0,0,0,0,0 +279779,0,0,0,0,0 +279780,0,0,0,0,0 +279781,162.0279712,3708.261768,3226.260113,75.37460204,-77.33668437 +279782,284.1814106,335.0421767,3214.781784,130.8589985,150.0924492 +279783,275.9718396,169.0191784,2994.650914,127.0045218,144.1548275 +279784,266.3230108,602.9410493,2780.708754,122.5096976,135.6711358 +279785,257.1728335,666.5821569,1364.517604,118.300811,126.6338019 +279786,249.1129072,525.6191646,1152.532574,114.6470243,118.0071388 +279787,242.0789578,556.5175246,1589.558654,111.5016019,110.0091244 +279788,235.855307,563.289644,1379.126508,108.7490182,102.5704689 +279789,230.267942,570.9703618,1382.923232,106.2973298,95.58335419 +279790,225.2029927,578.1906603,1391.162998,104.0883587,88.97533619 +279791,220.5865231,585.8333498,1399.955392,102.0834398,82.69337247 +279792,216.3591157,593.6397572,1409.481907,100.2533397,76.70131412 +279793,212.4728546,601.5438622,1419.114013,98.57341398,70.97103996 +279794,208.8831515,609.3287229,1429.070948,97.02265325,65.4802842 +279795,205.554177,617.8178877,1439.232774,95.58301018,60.20843318 +279796,202.455544,625.846214,1458.574019,94.23908969,55.13572635 +279797,199.5560973,634.1882743,1456.242031,92.97792586,50.24380135 +279798,196.8285249,642.5706413,1463.004257,91.79089224,45.51585675 +279799,194.258878,651.0308991,1486.975236,90.66615221,40.93686888 +279800,191.8255583,659.5655486,1491.113462,89.5952554,36.4933572 +279801,189.5143367,667.8983997,1503.38628,88.57449327,32.17334758 +279802,187.310553,677.0127343,1514.75753,87.59629006,27.96613806 +279803,185.2067798,685.8270864,1525.800756,86.65559654,23.8622207 +279804,183.1895315,694.2122533,1537.130418,85.75137578,19.85309039 +279805,181.253982,703.3253289,1548.528326,84.87816071,15.93121633 +279806,179.3894033,712.1773592,1559.741793,84.03263776,12.08983179 +279807,177.5933577,721.1547673,1571.410288,83.21527036,8.322963096 +279808,175.8569838,730.1500537,1582.717953,82.42178937,4.625243216 +279809,174.1793716,739.2749726,1594.287847,81.65213732,0.991906963 +279810,172.5529009,748.3827066,1605.819755,80.90263523,-2.581330199 +279811,170.9777601,755.9573039,1614.395919,80.17397843,-6.098263952 +279812,169.4418439,764.1479373,1622.579851,79.46172186,-9.562357446 +279813,167.9456747,771.5902141,1630.703346,78.76375104,-12.97672478 +279814,166.4810612,779.1747083,1638.87808,78.08183759,-16.34422202 +279815,165.0515049,786.7740794,1646.582387,77.41310352,-19.66742451 +279816,163.6502416,794.2163945,1654.398164,76.7564615,-22.94866852 +279817,162.281339,801.7409437,1662.091082,76.11418312,-26.19005088 +279818,160.9399093,806.686067,1665.758741,75.48358326,-29.39352536 +279819,159.7181986,813.8272153,1672.718968,74.92088839,-32.56085419 +279820,158.5835703,820.9644167,1679.736738,74.40633052,-35.69367052 +279821,157.4853222,833.5481767,1686.907753,73.90928985,-38.79350027 +279822,156.4030309,843.2714967,1693.826207,73.41725309,-41.86178206 +279823,155.3268558,853.3263746,1700.836785,72.92462698,-44.89983557 +279824,154.2612376,863.1082848,1707.697647,72.43419719,-47.90893795 +279825,153.20464,872.9829216,1721.684018,71.94547407,-50.8902531 +279826,152.1620374,882.6820601,1741.544068,71.4615159,-53.84490678 +279827,151.1305352,892.4592434,1729.014585,70.98092954,-56.77395405 +279828,150.1140478,902.0583791,1745.678726,70.50605607,-59.67840216 +279829,149.109169,911.7401423,1762.182667,70.03513713,-62.55918282 +279830,148.1195983,921.2404281,1765.865246,69.57034294,-65.41721134 +279831,147.141831,930.8293984,1776.202914,69.10982156,-68.25329565 +279832,146.1794723,940.2310657,1784.841872,68.6556593,-71.06826811 +279833,145.2289187,949.7289915,1793.385731,68.20592353,-73.86285695 +279834,144.2936971,959.0315506,1801.980464,67.76263404,-76.63780733 +279835,143.3701148,968.3920002,1810.019484,67.3237927,-79.39379306 +279836,142.4616397,977.7111313,1818.149162,66.89137209,-82.13149402 +279837,141.5645317,986.8779678,1826.100515,66.46333657,-84.85151024 +279838,140.6822122,996.0968178,1842.568019,66.04162495,-87.5544816 +279839,139.8109064,1005.27398,1833.570407,65.62417566,-90.2409522 +279840,138.9540264,1014.297793,1847.314231,65.21291507,-92.91148964 +279841,100.5380225,1452.580081,2328.667825,47.72860468,-163.8752293 +279842,105.0899007,1494.914516,2336.292646,49.93817642,-155.5804586 +279843,989.8112123,1401.751657,2129.91597,547.003673,-500.350082 +279844,1188.418863,1529.572848,2117.472938,463.4196851,-465.1418029 +279845,906.219505,1533.062501,2175.489891,423.7364614,-351.4782333 +279846,1040.327853,1526.397115,2251.255898,466.0737037,-245.8868753 +279847,1063.239042,1549.053129,2309.296293,476.1947547,-170.1863109 +279848,1083.822578,1564.890023,2346.890916,486.0740281,-121.1828832 +279849,1101.172124,1579.845565,2370.571417,494.5097107,-84.66598959 +279850,1116.509006,1591.22447,2357.651251,501.8368833,751.1426865 +279851,1133.746492,1606.140508,2317.232457,510.1684737,1053.837674 +279852,1152.650475,1623.811193,2290.899656,519.179328,763.2341507 +279853,1166.268502,1634.141844,2272.626762,525.8041381,900.9119674 +279854,1182.171697,1648.19129,2252.793721,533.440995,944.9545332 +279855,1398.345979,1755.860632,2435.291784,632.0451882,1317.886272 +279856,916.1279615,1544.859578,2252.740167,414.7273843,427.5944205 +279857,1566.816808,1839.367614,2452.785086,708.4613911,1620.72423 +279858,915.9265938,1558.961,2259.950192,415.9167708,408.7374864 +279859,1601.926519,1864.743107,2458.939553,722.1018037,1657.104922 +279860,933.0530075,1582.827432,2262.101743,428.8453897,441.6130652 +279861,1629.230361,1890.420339,2461.198779,735.8229193,1692.816345 +279862,967.4939673,1606.683649,2261.491868,441.6154034,472.3716323 +279863,1652.069554,1914.463805,2461.158722,748.831945,1741.639247 +279864,993.6167702,1629.782111,2260.354342,453.8056104,478.5756724 +279865,1679.499624,1939.307807,2461.152414,761.893142,1770.049688 +279866,1017.669172,1651.808605,2257.582051,465.3918542,526.2766751 +279867,1705.7739,1963.283998,2460.048502,774.5571916,1803.332401 +279868,1041.437404,1673.89826,2256.560076,476.7774898,533.970082 +279869,1731.022073,1989.065582,2462.1351,786.5624653,1847.01579 +279870,1064.301021,1710.576037,2258.424021,487.5228982,549.1730071 +279871,1755.998196,2001.815033,2466.3295,799.0673985,1876.607908 +279872,1289.78011,1795.355768,2468.285953,590.3530677,942.6076169 +279873,1486.446263,1906.761814,2463.795282,674.6533566,1322.079658 +279874,1444.18737,1904.811085,2457.20336,666.5769216,1262.598221 +279875,1493.492516,1897.541806,2452.006498,671.7511114,1275.783147 +279876,1457.352336,1906.730758,2449.00685,677.0517552,1287.247577 +279877,1495.276047,1943.541018,2447.617935,682.4549607,1298.16921 +279878,1502.891727,1905.893529,2447.268613,687.5423995,1309.33366 +279879,1511.422367,1973.006429,2449.879358,692.8137352,1319.819749 +279880,1522.858931,1934.518348,2450.223261,697.8795158,1330.343847 +279881,1533.419443,1974.174218,2451.485449,702.930012,1340.599316 +279882,1543.473654,1967.635742,2453.67975,707.9130045,1369.042135 +279883,1554.01234,1981.555484,2456.132302,712.7904835,1336.485173 +279884,1563.832292,1989.725049,2458.938328,717.777138,1377.514515 +279885,1573.894624,1998.32259,2461.935176,722.4809801,1379.708467 +279886,1583.840695,2007.053032,2465.108047,727.230346,1388.322887 +279887,1593.311125,2015.342628,2468.168421,732.000465,1397.977148 +279888,1603.20134,2023.972945,2472.499393,736.6131375,1407.023763 +279889,1612.641418,2032.101228,2474.396939,741.2228424,1415.781686 +279890,1622.206272,2040.339692,2476.643847,745.8199532,1424.617987 +279891,1631.385566,2048.198645,2481.005546,750.1937727,1449.661835 +279892,1640.711779,2056.354278,2484.145291,754.7592305,1415.338971 +279893,1649.849689,2064.020782,2485.023417,759.1212793,1461.952269 +279894,1658.916831,2071.773763,2486.80835,763.4880818,1454.765744 +279895,1667.895074,2079.236728,2490.395069,767.8029177,1465.270593 +279896,1676.787413,2093.609532,2491.348693,771.9660864,1487.877498 +279897,1685.474414,2091.461634,2492.907989,776.18308,1458.189823 +279898,1696.175564,2095.087726,2494.275152,783.6107976,1510.517157 +279899,1704.840946,2099.773503,2495.050592,788.3478447,1475.898999 +279900,1713.401504,2106.020693,2497.345635,792.6554718,1516.351764 +279901,2111.759639,2276.312053,2508.155684,965.4643189,1910.720097 +279902,2124.030107,2294.262938,2551.095686,971.3640587,1948.239269 +279903,2134.646318,2298.335833,2602.491392,976.7135331,1992.637692 +279904,2144.980154,2298.588516,2644.165987,981.8598284,2028.182812 +279905,2154.5154,2314.553377,2673.804321,986.6078304,2053.571619 +279906,2164.501169,2318.251415,2693.964603,991.5840399,2071.222529 +279907,2173.667929,2324.849831,2707.656915,996.1423,2083.53962 +279908,2183.256202,2331.948526,2717.257315,1000.854287,2092.421259 +279909,2192.021182,2338.247993,2724.314361,1005.374818,2099.159001 +279910,2201.289304,2344.736949,2729.698447,1009.845182,2104.498119 +279911,2210.003792,2357.548212,2734.255853,1014.225074,2109.056381 +279912,2218.948094,2348.242292,2737.65238,1018.668496,2112.811408 +279913,2227.6201,2373.127527,2742.170458,1022.896118,2118.204453 +279914,2236.055818,2366.92088,2745.395736,1027.246181,2122.277368 +279915,2258.422205,2375.460605,2746.008272,1031.439818,2123.384364 +279916,2232.434141,2381.390337,2747.110643,1035.599742,2125.20608 +279917,2271.042,2387.219425,2750.099119,1039.620722,2129.403126 +279918,2267.66711,2392.39592,2752.05112,1043.87788,2132.458553 +279919,2277.512994,2397.85983,2753.509726,1047.785516,2135.023247 +279920,2286.06057,2403.277328,2754.670022,1051.949708,2137.315719 +279921,2300.716564,2408.434491,2755.610473,1055.721981,2139.618834 +279922,2296.09739,2413.396457,2756.403637,1059.77842,2141.592364 +279923,2307.247758,2418.406526,2755.362601,1063.564873,2141.400612 +279924,2319.995973,2430.185616,2757.077129,1067.387969,2144.581368 +279925,2335.34314,2426.259926,2756.37001,1071.303429,2144.894946 +279926,2316.221556,2433.595298,2756.221249,1074.994433,2145.937818 +279927,2370.122521,2438.344181,2756.248293,1078.711573,2147.244477 +279928,2316.187536,2442.660562,2756.394578,1082.524727,2148.75114 +279929,2390.755069,2447.735278,2756.596945,1086.115447,2150.386457 +279930,2326.142498,2451.34687,2756.756862,1089.731608,2152.033286 +279931,2409.70139,2455.421484,2757.042336,1093.229265,2153.894183 +279932,2354.833112,2459.372964,2757.23832,1096.749284,2155.732448 +279933,2399.518063,2462.678807,2757.164459,1100.054559,2157.342713 +279934,2387.564569,2472.829671,2757.070292,1103.477755,2159.024607 +279935,2400.277187,2462.246013,2756.784767,1106.803762,2160.562273 +279936,2406.130624,2480.745088,2756.528267,1110.105774,2162.213276 +279937,2412.61259,2476.010598,2756.499816,1113.301598,2164.213008 +279938,2419.609107,2479.435715,2756.373167,1116.645784,2166.163675 +279939,2425.995474,2483.221139,2756.108087,1119.871185,2168.012558 +279940,2432.675947,2486.095106,2755.789586,1122.944628,2169.856841 +279941,2439.204092,2488.653774,2755.386758,1126.13967,2171.653529 +279942,2445.426349,2491.318603,2754.883139,1129.240568,2173.378011 +279943,2452.100525,2493.906885,2754.288787,1132.322969,2175.038544 +279944,2458.423687,2496.371316,2753.610931,1135.377089,2176.640612 +279945,2464.612405,2498.731396,2752.847615,1138.403004,2178.179192 +279946,2471.02368,2500.998199,2752.002321,1141.401457,2179.656302 +279947,2477.099785,2509.454969,2751.229449,1144.3729,2181.258283 +279948,2483.215932,2498.147993,2750.273264,1147.31779,2182.673707 +279949,2489.481127,2514.336269,2749.189809,1150.31183,2183.973109 +279950,2495.608284,2503.725935,2749.741552,1153.094287,2187.298602 +279951,2501.567866,2518.360431,2749.237231,1156.014568,2189.385155 +279952,2507.514309,2505.546404,2746.496647,1158.845767,2188.789849 +279953,2513.504647,2520.900304,2744.530767,1161.6666,2189.146381 +279954,2527.618175,2510.065493,2743.099639,1164.461996,2190.160538 +279955,2513.339164,2523.483408,2741.418383,1167.159116,2190.883479 +279956,2544.341785,2519.191214,2740.003347,1170.021143,2192.157145 +279957,2532.649458,2519.814148,2738.598945,1172.694968,2193.256103 +279958,2543.710295,2521.651833,2736.963902,1175.41184,2194.104259 +279959,2549.107517,2522.869119,2735.275625,1178.095983,2194.913864 +279960,2554.335025,2523.737151,2733.589334,1180.758617,2195.754867 +279961,2566.657633,2526.555655,2731.33593,1186.380444,2195.531917 +279962,2574.153411,2528.903323,2729.608373,1189.613934,2196.041704 +279963,2580.731813,2530.908494,2729.866851,1192.675189,2199.032225 +279964,2587.370551,2531.491392,2729.113221,1195.794723,2200.845307 +279965,2593.274776,2531.531363,2726.129829,1198.665278,2199.980513 +279966,2600.250734,2532.843014,2723.840659,1201.689918,2199.972887 +279967,2606.208421,2533.715229,2721.806783,1204.476104,2200.276734 +279968,2612.700291,2535.023432,2721.537891,1207.431073,2202.946774 +279969,2618.594494,2535.091663,2720.257258,1210.15792,2204.176952 +279970,2624.730894,2534.67327,2716.841502,1213.058453,2202.837172 +279971,2630.569194,2535.505548,2714.20647,1215.816398,2202.443464 +279972,2636.989745,2535.867682,2711.895363,1218.552141,2202.435003 +279973,2650.675043,2536.087835,2709.84482,1221.164354,2202.748612 +279974,2637.769191,2536.090045,2707.692175,1224.07959,2203.116692 +279975,2665.875002,2536.099013,2705.51581,1226.615934,2203.233519 +279976,2657.876364,2536.102162,2703.457436,1229.397853,2203.630151 +279977,2666.502292,2535.895521,2701.268536,1231.951074,2203.426826 +279978,2672.924412,2535.626031,2698.99975,1234.682241,2203.508111 +279979,2678.325663,2535.320303,2696.737639,1237.197279,2203.741524 +279980,2683.920022,2534.908114,2694.449076,1239.891372,2203.777464 +279981,2689.255764,2534.40684,2692.129565,1242.37014,2204.012392 +279982,2695.466764,2527.143109,2689.656262,1245.028202,2203.872162 +279983,2708.375707,2539.96548,2687.388552,1247.553712,2203.973941 +279984,2696.652129,2525.615188,2686.670033,1250.056408,2205.963302 +279985,2721.431109,2537.783612,2683.106908,1252.521962,2204.499778 +279986,2715.961056,2522.854345,2680.468365,1255.101692,2204.367096 +279987,2722.634695,2529.808808,2677.730203,1257.478059,2203.892721 +279988,2729.025433,2528.186115,2675.107619,1260.035748,2203.543271 +279989,2733.730366,2526.301743,2672.629215,1262.380829,2203.358 +279990,2746.700976,2524.544675,2670.289103,1264.904734,2203.324655 +279991,2736.208675,2524.54852,2669.614982,1267.212953,2205.331278 +279992,2757.716595,2521.900745,2665.951859,1269.6971,2203.674908 +279993,2754.364603,2520.905171,2663.113994,1271.975783,2203.020353 +279994,2759.974136,2519.170897,2660.414741,1274.349356,2202.511963 +279995,2773.622106,2517.289944,2657.877773,1277.012317,2202.183026 +279996,2770.03194,2515.845324,2655.411898,1281.830298,2201.928143 +279997,2774.909596,2513.552736,2652.772206,1278.785059,2201.449032 +279998,2781.256192,2511.674477,2650.066104,1293.189651,2200.875866 +279999,2793.629166,2503.366706,2649.117036,1271.946856,2202.661234 +280000,2790.485921,2515.102258,2645.696234,1295.090577,2201.192391 +280001,2794.296902,2496.456263,2642.625388,1307.404692,2200.132243 +280002,2805.792307,2503.856822,2639.723002,1265.503142,2199.248345 +280003,2807.194875,2500.461247,2638.803358,1308.026752,2200.79167 +280004,2814.082182,2496.628942,2635.305237,1294.368263,2199.139106 +280005,2813.467916,2494.605796,2632.280807,1299.41099,2198.050976 +280006,2815.080862,2491.997813,2629.304647,1301.591213,2196.990014 +280007,2816.7348,2489.523504,2626.279551,1303.748776,2195.835282 +280008,2815.462244,2486.440622,2623.149747,1306.007109,2194.519501 +280009,2814.306209,2483.639094,2619.84279,1308.073099,2192.953347 +280010,2815.915548,2481.058657,2618.057623,1310.321824,2193.243618 +280011,2813.648592,2477.373512,2613.569038,1312.360471,2190.165219 +280012,2815.001436,2474.925683,2611.242486,1314.589626,2189.730929 +280013,2812.73234,2471.13139,2606.466477,1316.606015,2186.22769 +280014,2811.582497,2468.142728,2602.315605,1318.894401,2183.452102 +280015,2813.53868,2465.225692,2600.081346,1320.683928,2183.006919 +280016,2811.698164,2461.168073,2595.380204,1323.049618,2179.476969 +280017,2810.880751,2458.014419,2591.301901,1324.9589,2176.683452 +280018,2810.463052,2454.520481,2587.458324,1327.131969,2174.140026 +280019,2810.285306,2450.910444,2583.750998,1329.093542,2171.729089 +280020,2810.233835,2447.268154,2580.129808,1331.235884,2169.393922 +280021,2809.758202,2388.388329,2576.496147,1280.019821,2167.426025 +280022,2800.316886,2385.176681,2566.976327,1280.760652,2156.493248 +280023,2787.653026,2379.810664,2555.22103,1282.099342,2141.649474 +280024,2776.746826,2375.19721,2544.416192,1283.635691,2127.502557 +280025,2768.98636,2370.641083,2535.498561,1284.970681,2115.609036 +280026,2763.937234,2365.99299,2528.267427,1286.555662,2105.902869 +280027,2760.695945,2361.34169,2522.21987,1287.967187,2097.84371 +280028,2758.546993,2356.624237,2516.934484,1289.596548,2090.93618 +280029,2759.648269,2352.053401,2513.839743,1291.031774,2086.954028 +280030,2757.032626,2346.902847,2508.482719,1292.689415,2080.37748 +280031,2755.368253,2335.095375,2503.827103,1294.147569,2074.842348 +280032,2754.329755,2346.710222,2499.647032,1295.664051,2070.037394 +280033,2753.60525,2321.589843,2495.73481,1297.320395,2065.688168 +280034,2753.068346,2337.17305,2492.015494,1298.778555,2061.688462 +280035,2752.623317,2311.593615,2488.423735,1300.383967,2057.942665 +280036,2752.127389,2320.050283,2484.869857,1301.908866,2054.323235 +280037,2751.797341,2310.957023,2481.484559,1303.428677,2050.975198 +280038,2754.18581,2306.000156,2479.911296,1304.933912,2049.924265 +280039,2752.46203,2300.793604,2475.784534,1306.582397,2045.750442 +280040,2751.618056,2295.604178,2472.302633,1308.039315,2042.368892 +280041,2751.098942,2290.337805,2469.096937,1309.550953,2039.287844 +280042,2750.742927,2284.946133,2466.070523,1311.201291,2036.389261 +280043,2750.493575,2279.552833,2463.174387,1312.650969,2033.617386 +280044,2750.294519,2274.113368,2460.371438,1314.156598,2030.939438 +280045,2750.132496,2268.628589,2457.642802,1315.805056,2028.333695 +280046,2749.979952,2263.062829,2454.969942,1317.249524,2025.784256 +280047,2749.842668,2257.735006,2452.346353,1318.753512,2023.280239 +280048,2749.700315,2251.857917,2449.759102,1320.39586,2020.81036 +280049,2749.56592,2246.304458,2447.207766,1321.836545,2018.370192 +280050,2749.432579,2240.572213,2444.68951,1323.335778,2015.960548 +280051,2749.31298,2234.857553,2442.205093,1324.833124,2013.578328 +280052,2749.180971,2229.009102,2439.740077,1329.315974,2011.212632 +280053,2749.057055,2223.151573,2437.300677,1325.556195,2008.868875 +280054,2748.906235,2217.215938,2434.867652,1341.023808,2006.527639 +280055,2748.795993,2211.329759,2432.478108,1313.284114,2004.230276 +280056,2748.69984,2205.302388,2430.11917,1341.040795,2001.964531 +280057,2748.567714,2199.342306,2427.753461,1331.887623,1999.67952 +280058,2751.094132,2193.567855,2427.115014,1335.223458,1999.533753 +280059,2749.473592,2187.056546,2423.85955,1336.735794,1996.144119 +280060,2748.703993,2181.149096,2421.165037,1338.113818,1993.439074 +280061,2748.239062,2175.018375,2418.662204,1339.849532,1990.946152 +280062,2747.925349,2168.776088,2416.264181,1341.168965,1988.56479 +280063,2747.7117,2162.671841,2413.935355,1342.717146,1986.252506 +280064,2747.538301,2156.419442,2411.650599,1344.036887,1983.986423 +280065,2747.399997,2150.1883,2409.39991,1345.564496,1981.751616 +280066,2747.266255,2143.94641,2407.172998,1347.010488,1979.539768 +280067,2747.149291,2137.590923,2404.968719,1348.591932,1977.344841 +280068,2747.027812,2131.359314,2402.781778,1349.962414,1975.163996 +280069,2746.920503,2124.995753,2400.615024,1351.389269,1972.996024 +280070,2746.804938,2118.829236,2398.462518,1352.927693,1970.837402 +280071,2746.694642,2112.226976,2396.323948,1354.378589,1968.683082 +280072,2746.559383,2105.946499,2394.188367,1361.794643,1966.523344 +280073,2746.458003,2099.539274,2392.084427,1348.042618,1964.389062 +280074,2746.365121,2093.103928,2390.004561,1363.158079,1962.274993 +280075,2746.264502,2086.742533,2387.929855,1359.145562,1960.153275 +280076,2745.894439,2072.528423,2385.670006,1361.469263,1957.74163 +280077,2745.387204,2084.625782,2383.280948,1362.829212,1955.059798 +280078,2744.595206,2054.932458,2380.663321,1364.399693,1952.001052 +280079,2744.151064,2064.734073,2378.480115,1365.761704,1949.785191 +280080,2743.302104,2052.876696,2375.810219,1367.426404,1946.582997 +280081,2740.130941,1937.91199,2371.433878,1259.428592,1940.872233 +280082,2719.856245,1926.823437,2355.670898,1257.908675,1917.764293 +280083,2694.883577,1919.08486,2337.086008,1262.198543,1890.314446 +280084,2671.811477,1910.643084,2318.79248,1249.806859,1861.459684 +280085,2655.309323,1902.535657,2304.8637,1278.837293,1838.509332 +280086,2642.97865,1892.258697,2293.077111,1228.737962,1817.71912 +280087,2632.22859,1884.555004,2281.828251,1270.005422,1796.958038 +280088,2623.865606,1875.845995,2272.578797,1254.297347,1779.911135 +280089,2617.130138,1869.154436,2264.599757,1257.140885,1765.025182 +280090,2615.904553,1881.004989,2261.779555,1257.440154,1759.361855 +280091,2613.752681,1824.05899,2257.330914,1257.659963,1750.201751 +280092,2608.462474,1868.569265,2250.04608,1257.923753,1736.178436 +280093,2603.574354,1837.532888,2243.711712,1258.213753,1724.8573 +280094,2604.792414,1821.061556,2243.285779,1258.618025,1724.220731 +280095,2609.825399,1844.117275,2245.742613,1258.707531,1727.969213 +280096,2608.243139,1808.601502,2241.321254,1259.341964,1719.040722 +280097,2602.37349,1796.053169,2233.710116,1259.487883,1705.56117 +280098,2602.684675,1810.913957,2232.766576,1259.958661,1704.7882 +280099,2601.253726,1791.915133,2229.405044,1260.328571,1698.975227 +280100,2595.384893,1812.467743,2222.054991,1260.738846,1686.479846 +280101,2596.601306,1743.977212,2222.134689,1261.17926,1687.936148 +280102,2602.613267,1790.480811,2225.861265,1261.616334,1694.85465 +280103,2600.675501,1762.104647,2221.281254,1262.061204,1686.327602 +280104,2593.452556,1758.993895,2212.722659,1262.538993,1671.970677 +280105,2593.973118,1752.011685,2212.436929,1263.03786,1673.222287 +280106,2592.446883,1745.060073,2209.160549,1263.526958,1668.053371 +280107,2585.505049,1738.348996,2200.948021,1264.042996,1654.461775 +280108,2579.034755,1731.572692,2193.968762,1264.67037,1643.787717 +280109,2582.120278,1724.833632,2196.174562,1265.086553,1649.691842 +280110,2582.2277,1718.254918,2194.149645,1265.697879,1646.507079 +280111,2575.235985,1711.517117,2185.661688,1267.92936,1632.314716 +280112,2578.30387,1721.765113,2187.693038,1264.134022,1638.350961 +280113,2588.111742,1674.18206,2195.180852,1269.458414,1651.640394 +280114,2595.567421,1706.369119,2199.218014,1265.944357,1658.291663 +280115,2600.187501,1678.773596,2200.829697,1268.953778,1660.733042 +280116,2595.066463,1681.080185,2193.498648,1268.618026,1647.879836 +280117,2592.239333,1672.398948,2189.844975,1271.86663,1642.864063 +280118,2596.158609,1666.68068,2192.453963,1266.117158,1648.686322 +280119,2591.223093,1660.5921,2185.623205,1282.802337,1636.737066 +280120,2580.136552,1654.57121,2174.093083,1254.996752,1617.751661 +280121,2570.202727,1648.634961,2164.600473,1278.936781,1603.224013 +280122,2561.345502,1642.778975,2155.867342,1270.631507,1590.620534 +280123,2565.323328,1637.026655,2159.53567,1272.80407,1599.605684 +280124,2577.773846,1631.355801,2169.443088,1273.231936,1617.620735 +280125,2587.262302,1625.655388,2175.363546,1274.056475,1626.720648 +280126,2582.781668,1620.325226,2167.979751,1274.596564,1613.063705 +280127,2570.199054,1614.868525,2154.839333,1275.348381,1591.047297 +280128,2570.716627,1609.612602,2155.432328,1275.875346,1594.943119 +280129,2568.277983,1604.4156,2151.612427,1276.583352,1588.913219 +280130,2557.121411,1599.331848,2139.794547,1288.482886,1569.133823 +280131,2546.910769,1594.481738,2130.112531,1261.336614,1554.531632 +280132,2537.82777,1589.441707,2121.454242,1298.543012,1541.588646 +280133,2529.577244,1584.769151,2113.440725,1259.949956,1529.827072 +280134,2538.090713,1580.130782,2121.59779,1288.299872,1547.261796 +280135,2556.646633,1575.486155,2136.912595,1278.950496,1574.148809 +280136,2570.867649,1591.056178,2146.412245,1281.501124,1589.192502 +280137,2580.853075,1538.544035,2152.220746,1282.124594,1597.768854 +280138,2573.805644,1577.634145,2142.189268,1282.92083,1578.807226 +280139,2570.368317,1558.418391,2138.24154,1283.680509,1573.034764 +280140,2564.806211,1563.082376,2132.006557,1292.206408,1562.823043 +280141,2566.506957,1674.553491,2132.993159,1394.630021,1565.68353 +280142,2594.345496,1636.348294,2153.964492,1393.556712,1600.667581 +280143,2626.657885,1673.521966,2176.091294,1399.359204,1635.658359 +280144,2640.313122,1662.81738,2181.717665,1400.903291,1643.249684 +280145,2639.588393,1658.199424,2177.5753,1403.133755,1637.5563 +280146,2636.730432,1672.644526,2174.270293,1405.511696,1636.080074 +280147,2633.294279,1627.303707,2170.987381,1413.527737,1635.036245 +280148,2646.360189,1665.743174,2183.964109,1408.287583,1663.187345 +280149,2651.719278,1651.504646,2186.935288,1413.855844,1670.699682 +280150,2659.950335,1651.089948,2193.660498,1416.333943,1685.73591 +280151,2680.226312,1650.451902,2211.663065,1418.90583,1720.220605 +280152,2678.569555,1649.187007,2206.426616,1421.242593,1710.811928 +280153,2664.027662,1647.979485,2191.561589,1423.85374,1686.833096 +280154,2653.770868,1646.801596,2182.758241,1426.548489,1675.370166 +280155,2646.66889,1647.209884,2176.508745,1429.460729,1667.786443 +280156,2641.401941,1652.70987,2171.56213,1432.400964,1661.976044 +280157,2637.423947,1630.025861,2167.306351,1435.163591,1657.339954 +280158,2634.425944,1647.669871,2163.953627,1438.370226,1653.620728 +280159,2632.320405,1640.381352,2161.252171,1446.222496,1650.756827 +280160,2630.892142,1639.943785,2159.064831,1442.505719,1648.577163 +280161,2651.872658,1638.819831,2179.189881,1448.793565,1686.780332 +280162,2686.079807,1658.521152,2209.225665,1447.89901,1739.556078 +280163,2686.822196,1606.750878,2204.057672,1461.412341,1725.795712 +280164,2669.879951,1650.222939,2185.744693,1455.114358,1692.926982 +280165,2660.072155,1631.959348,2177.086021,1461.046514,1680.412419 +280166,2654.842549,1633.848945,2172.362241,1464.886532,1673.698249 +280167,2672.359243,1633.033081,2189.54686,1469.315332,1705.987729 +280168,2680.323482,1632.055445,2193.944514,1472.121988,1711.817264 +280169,2690.922139,1654.650201,2202.524375,1476.075153,1726.17316 +280170,2694.325576,1595.638406,2203.305558,1479.675993,1726.400151 +280171,2682.746687,1645.885674,2190.401286,1483.157364,1702.675752 +280172,2696.238779,1637.149337,2204.655655,1487.572404,1730.293765 +280173,2701.440762,1609.456359,2206.985166,1491.202284,1732.5512 +280174,2689.688053,1635.289325,2193.593059,1498.714167,1707.415932 +280175,2702.119907,1634.907451,2206.574654,1498.37251,1732.352635 +280176,2707.200139,1609.098464,2208.915269,1503.354038,1734.634342 +280177,2716.077615,1646.120608,2216.087225,1508.027454,1746.707104 +280178,2718.572494,1600.787715,2216.024654,1511.603684,1744.998914 +280179,2706.103037,1657.332793,2202.549428,1514.752449,1720.056635 +280180,2697.914475,1583.378157,2195.285627,1523.362133,1708.294051 +280181,2692.710778,1638.328426,2190.690691,1522.326186,1700.808205 +280182,2711.787622,1620.734769,2209.641512,1529.746903,1735.824918 +280183,2719.986883,1613.663798,2213.814241,1533.631881,1740.457314 +280184,2730.795411,1621.553255,2222.496679,1538.192289,1754.866119 +280185,2733.58945,1617.792861,2222.679522,1542.145327,1753.215699 +280186,2740.24917,1617.397069,2227.818136,1547.212236,1761.546184 +280187,2741.61806,1616.827901,2227.172436,1555.741515,1758.768022 +280188,2728.871778,1616.124711,2213.457349,1553.345867,1733.216542 +280189,2741.981305,1615.507869,2227.459189,1561.439437,1759.910673 +280190,2746.786067,1615.08753,2229.482417,1572.972401,1761.188269 +280191,2735.627729,1614.491039,2215.931697,1575.876719,1735.23447 +280192,2729.154078,1613.904144,2209.018608,1578.23235,1723.683535 +280193,2725.63602,1613.292008,2204.614508,1577.726782,1716.31079 +280194,2723.066123,1616.352163,2201.087066,1574.321168,1710.416072 +280195,2744.270778,1606.735052,2221.398271,1582.560269,1747.8821 +280196,2753.128915,1614.063142,2225.845073,1588.361092,1752.922507 +280197,2741.737593,1610.394499,2211.675814,1584.267518,1725.912722 +280198,2733.443715,1614.899295,2204.308394,1580.356732,1714.225951 +280199,2728.116621,1605.62372,2199.335966,1578.260616,1706.562631 +280200,2723.943004,1632.875507,2195.237322,1577.19465,1700.27356 +280201,2745.221051,1597.032565,2216.402419,1588.057657,1739.819862 +280202,2785.088967,1648.837794,2250.710853,1610.820819,1799.06702 +280203,2816.375602,1628.859178,2273.865679,1631.990744,1835.341444 +280204,2810.802561,1632.479474,2261.232738,1634.942477,1807.575804 +280205,2809.926096,1632.698535,2259.718612,1636.487242,1805.185725 +280206,2807.735695,1632.672034,2256.170363,1637.389041,1798.50056 +280207,2813.140154,1632.649689,2260.957534,1641.527201,1807.495854 +280208,2812.929908,1632.574511,2258.845689,1643.842456,1802.909346 +280209,2797.030768,1643.469556,2242.437698,1638.527132,1773.497087 +280210,2785.387942,1616.274682,2232.671542,1633.83042,1758.504851 +280211,2798.205067,1640.033014,2246.586166,1640.92045,1785.906696 +280212,2825.498507,1631.676951,2271.138536,1657.203073,1828.918708 +280213,2846.412258,1630.550787,2286.644041,1671.829711,1853.209733 +280214,2862.086335,1632.752572,2298.234356,1683.496658,1871.133456 +280215,2874.873081,1631.647699,2307.287344,1693.156498,1884.836703 +280216,2861.070797,1631.944022,2290.762148,1690.348217,1852.517369 +280217,2835.405473,1631.58002,2266.522759,1679.606226,1810.094147 +280218,2817.763588,1631.583787,2252.575354,1671.628804,1788.364603 +280219,2805.182512,1646.975384,2242.374275,1666.726245,1772.715257 +280220,2816.151089,1608.461919,2254.716033,1673.416357,1797.352965 +280221,2818.026662,1642.033865,2254.494603,1678.351663,1795.88495 +280222,2825.441379,1643.881025,2261.071335,1684.868725,1808.175912 +280223,2824.500446,1608.642042,2258.24664,1688.182877,1802.306636 +280224,2829.530201,1641.361362,2262.616089,1693.322782,1810.710253 +280225,2827.48374,1628.471342,2259.000401,1695.849499,1803.618381 +280226,2809.086565,1630.447634,2240.258986,1690.145459,1770.232613 +280227,2795.71597,1642.039806,2228.976564,1685.180071,1752.890702 +280228,2809.909199,1613.262738,2244.891313,1693.397218,1784.51143 +280229,2813.412224,1638.356702,2245.458016,1699.485249,1784.086397 +280230,2821.164397,1635.503896,2252.004476,1706.540513,1796.126838 +280231,2820.421089,1619.187608,2249.183635,1710.258086,1790.187286 +280232,2801.614302,1641.167195,2229.703899,1704.774805,1755.309069 +280233,2813.052959,1634.445989,2243.45685,1711.334007,1783.634544 +280234,2844.522917,1610.685742,2272.312364,1729.887172,1834.959061 +280235,2838.847324,1638.935882,2261.245999,1733.64871,1810.672914 +280236,2813.392904,1626.300119,2235.572211,1724.823534,1764.941856 +280237,2821.715014,1628.507185,2246.814449,1729.293533,1789.40262 +280238,2822.064648,1628.087552,2245.314706,1733.530569,1785.912005 +280239,2828.445357,1627.939306,2251.039497,1739.781125,1796.867971 +280240,2855.652436,1644.162635,2276.503243,1756.24083,1842.647215 +280241,2847.555918,1602.87919,2263.58518,1758.661577,1815.483326 +280242,2820.596628,1641.548443,2236.813369,1749.02648,1768.072249 +280243,2802.909161,1638.693008,2222.358076,1741.636091,1746.058739 +280244,2790.629774,1606.532692,2212.32456,1737.613764,1731.209436 +280245,2807.532651,1649.993314,2231.019804,1747.565786,1768.222806 +280246,2843.052737,1609.867421,2263.681868,1769.07998,1826.236308 +280247,2837.43236,1641.06015,2251.686564,1773.669931,1799.913909 +280248,2836.056309,1626.568812,2250.039394,1776.127984,1798.118546 +280249,2830.564577,1601.353747,2243.602613,1777.138951,1786.712103 +280250,2834.282402,1657.542579,2247.35497,1781.757158,1794.735803 +280251,2861.339682,1593.356066,2273.082116,1798.02162,1841.334475 +280252,2852.271761,1650.286653,2258.914282,1800.064285,1811.912972 +280253,2823.299202,1602.067818,2230.381419,1789.843326,1761.513984 +280254,2830.180935,1651.411763,2241.182002,1793.566589,1785.798206 +280255,2857.293288,1598.500346,2266.506356,1810.60217,1831.157161 +280256,2848.52619,1642.635759,2252.762082,1812.894284,1802.722148 +280257,2821.356013,1621.786244,2226.187631,1803.34213,1756.174245 +280258,2829.176531,1628.265432,2237.79439,1807.901977,1781.944563 +280259,2828.277165,1613.539359,2235.166674,1812.032773,1776.695887 +280260,2831.988347,1631.19602,2238.269648,1817.527647,1783.135907 +280261,2857.481398,1568.369938,2262.191391,1833.546482,1826.503064 +280262,2844.27358,1598.508972,2245.791288,1833.016919,1794.826078 +280263,2811.002229,1584.21705,2214.655331,1819.732752,1741.457723 +280264,2814.009975,1589.902053,2222.72418,1821.474729,1761.804569 +280265,2841.669885,1586.567183,2249.48604,1838.420477,1810.376814 +280266,2830.965588,1584.667137,2233.432506,1840.681856,1776.878145 +280267,2799.785118,1581.265232,2202.43465,1830.007424,1721.402448 +280268,2806.760079,1594.227229,2213.252942,1834.349953,1745.396528 +280269,2805.536697,1593.36692,2210.213084,1838.77127,1738.712899 +280270,2783.673861,1574.608211,2187.630765,1832.968727,1697.845797 +280271,2768.268979,1573.786782,2174.421847,1827.983346,1677.634874 +280272,2757.9425,1606.415725,2165.149139,1825.582679,1663.644343 +280273,2748.965859,1559.900259,2157.506209,1824.609322,1652.311909 +280274,2769.186603,1602.805551,2178.89271,1837.138364,1693.7578 +280275,2810.961067,1555.365011,2217.085087,1862.034766,1761.681817 +280276,2806.531091,1610.660826,2206.136934,1868.582339,1736.501159 +280277,2804.814137,1571.348368,2203.516842,1871.589684,1732.465066 +280278,2830.001265,1579.414227,2227.823177,1886.942711,1776.993924 +280279,2854.554604,1562.371782,2247.755873,1904.154445,1810.077886 +280280,2840.051066,1595.426319,2228.597497,1903.718298,1771.357681 +280281,2832.011793,1567.382308,2221.387047,1902.603535,1760.025181 +280282,2851.571409,1585.574361,2241.061119,1914.695175,1796.762488 +280283,2840.186912,1564.555036,2226.222685,1915.510108,1767.18021 +280284,2836.613895,1581.451707,2223.577226,1916.679617,1764.232309 +280285,2829.31973,1588.890035,2216.158499,1916.950003,1751.586837 +280286,2832.896306,1552.11087,2220.596654,1921.567743,1761.607572 +280287,2828.297325,1586.549134,2214.93743,1923.858156,1751.453214 +280288,2829.655764,1578.40669,2216.375405,1928.079165,1755.461341 +280289,2855.398374,1559.313609,2241.452598,1944.084682,1801.772702 +280290,2878.179305,1579.091234,2260.04705,1961.320918,1832.768376 +280291,2890.546215,1575.082697,2267.631476,1974.082095,1843.387191 +280292,2867.886507,1567.300765,2242.074559,1969.710682,1795.15743 +280293,2833.258238,1567.134817,2210.026387,1956.431612,1740.381777 +280294,2810.621321,1590.194387,2192.394486,1947.490931,1714.073656 +280295,2821.890122,1559.099928,2206.860331,1954.595525,1745.590359 +280296,2853.814519,1571.822199,2237.075608,1974.939876,1800.622578 +280297,2878.089971,1548.472491,2256.420702,1993.654628,1832.292557 +280298,2890.45476,1596.623781,2263.651859,2006.440577,1842.595654 +280299,2897.910479,1549.859375,2268.142283,2015.264646,1849.560467 +280300,2905.752824,1551.571539,2273.867531,2024.23107,1859.342457 +280301,2911.852722,1572.322487,2277.792209,2032.514647,1865.616882 +280302,2916.23837,1559.438755,2280.326703,2040.180815,1869.584371 +280303,2891.152644,1560.788272,2253.760771,2034.151227,1820.956796 +280304,2877.775603,1560.107599,2243.402339,2030.502346,1806.242175 +280305,2891.577964,1559.129185,2258.667041,2040.350346,1836.739891 +280306,2904.643032,1558.120392,2269.325434,2052.446486,1855.288424 +280307,2885.035871,1557.093308,2247.268902,2049.557674,1814.448981 +280308,2850.732973,1556.00877,2215.35079,2036.590277,1760.461329 +280309,2826.951891,1558.978664,2196.438498,2026.740607,1732.676785 +280310,2833.094877,1548.7354,2206.285197,2031.611738,1756.091539 +280311,2857.586375,1555.678984,2229.430888,2047.847042,1799.3299 +280312,2848.12561,1551.506456,2215.611196,2050.119897,1772.850516 +280313,2819.766618,1551.014391,2188.344567,2040.447419,1726.755056 +280314,2799.967766,1550.129261,2171.920193,2032.508664,1703.517312 +280315,2812.689644,1548.921592,2187.741244,2039.992983,1737.969143 +280316,2813.097262,1547.882785,2185.86846,2045.511015,1735.185116 +280317,2819.197021,1546.831246,2191.387738,2052.168942,1747.76131 +280318,2848.950733,1545.649133,2219.645371,2070.160469,1800.682368 +280319,2838.189064,1544.645819,2203.354825,2072.259091,1768.645513 +280320,2831.647938,1543.666575,2197.171794,2072.348813,1760.476016 +280321,2854.589534,1476.173625,2220.248692,2086.133683,1805.1013 +280322,2866.820476,1474.41968,2230.989904,2096.557923,1825.454068 +280323,2868.047379,1473.031669,2231.381229,2102.087986,1827.153436 +280324,2865.357881,1471.374447,2228.024865,2106.520242,1821.554112 +280325,2859.819903,1470.105066,2221.382014,2110.292377,1808.383961 +280326,2856.638947,1468.71204,2217.216899,2115.023914,1800.033543 +280327,2828.778958,1467.069794,2188.245604,2108.557543,1746.269125 +280328,2789.894686,1465.618887,2152.307898,2094.314191,1683.671684 +280329,2764.677468,1464.468625,2131.044321,2084.266177,1650.425882 +280330,2771.705107,1462.774111,2141.648804,2090.017773,1673.841353 +280331,2768.278812,1461.363484,2136.680934,2094.344343,1664.325301 +280332,2744.007276,1459.894342,2112.490044,2087.918628,1621.596698 +280333,2725.8682,1458.474459,2097.17016,2081.638447,1598.087529 +280334,2737.772155,1457.016328,2111.5497,2089.43748,1628.429028 +280335,2738.662871,1455.504737,2109.684833,2095.107206,1624.860224 +280336,2746.127867,1454.068113,2116.872318,2102.513588,1639.810389 +280337,2743.783396,1452.563796,2112.064287,2106.163949,1631.403683 +280338,2719.896271,1451.196835,2087.592191,2098.980204,1588.81096 +280339,2731.461888,1449.602399,2102.591968,2105.523243,1621.676502 +280340,2766.555302,1448.03095,2135.547729,2126.365043,1682.067249 +280341,2790.246081,1446.654047,2152.712363,2144.729981,1709.700737 +280342,2804.910443,1444.940401,2162.861331,2157.876746,1726.054005 +280343,2783.73083,1443.586011,2138.041955,2153.801706,1679.874995 +280344,2772.928539,1442.040755,2129.582372,2150.966536,1668.422961 +280345,2792.697225,1440.524964,2150.21507,2163.072481,1708.377696 +280346,2810.609966,1448.322439,2164.510365,2177.418665,1733.100792 +280347,2790.634388,1423.569342,2141.084778,2174.59561,1689.047224 +280348,2754.276255,1442.362987,2107.031229,2160.455071,1631.089742 +280349,2754.528451,1432.97053,2112.354542,2161.127245,1647.267773 +280350,2749.34506,1432.632903,2106.956934,2162.962995,1639.344224 +280351,2726.468877,1431.0958,2084.766237,2156.00122,1602.083984 +280352,2708.560021,1429.631528,2070.385125,2149.45211,1581.76829 +280353,2694.584819,1427.833823,2059.054692,2144.868067,1566.600396 +280354,2711.532745,1426.334993,2078.429326,2154.343458,1607.303802 +280355,2713.966698,1424.6278,2078.000089,2160.756839,1606.933875 +280356,2691.878714,1423.003503,2054.900222,2154.481064,1567.215685 +280357,2705.356639,1421.441461,2071.47365,2161.35639,1603.647048 +280358,2742.163914,1419.765853,2106.139957,2182.535548,1667.750505 +280359,2766.808963,1417.947209,2124.453706,2201.076298,1697.900341 +280360,2782.277105,1424.891715,2135.300369,2214.120603,1715.915885 +280361,2791.731247,1402.25291,2140.88459,2223.620041,1724.967887 +280362,2766.238969,1424.875546,2112.921615,2216.79273,1673.942868 +280363,2755.538086,1401.593573,2105.29215,2212.915078,1664.803497 +280364,2744.228845,1420.888994,2095.06747,2210.516919,1649.160286 +280365,2743.328617,1396.488469,2096.086941,2212.751822,1654.66254 +280366,2764.099001,1411.46122,2116.52368,2226.0517,1693.730468 +280367,2750.67311,1403.273593,2099.440063,2225.891492,1661.889349 +280368,2744.190043,1402.902834,2094.518181,2225.037759,1656.851524 +280369,2761.19301,1401.107517,2112.260313,2235.80276,1691.63131 +280370,2748.206867,1399.338957,2096.277528,2234.907991,1662.445138 +280371,2743.762796,1397.659768,2093.934976,2234.835575,1662.343786 +280372,2734.45235,1395.885908,2084.926346,2233.535803,1648.627924 +280373,2734.164346,1394.155341,2085.983451,2235.596208,1654.109207 +280374,2757.169526,1392.398815,2108.886749,2249.255438,1698.193414 +280375,2744.225731,1390.570908,2091.904658,2248.941233,1666.429869 +280376,2711.26909,1388.845992,2060.749151,2235.963272,1613.754052 +280377,2688.950401,1387.212932,2043.093057,2225.444342,1588.51712 +280378,2672.679859,1386.29031,2030.333802,2218.594452,1571.452218 +280379,2659.267207,1394.035065,2019.607008,2213.428147,1557.572168 +280380,2676.589342,1364.788872,2039.417727,2222.461229,1599.316607 +280381,2063.95422,1388.111137,1118.450705,1854.238719,2458.151866 +280382,2173.372451,1507.251059,1176.580717,1951.823622,2538.550471 +280383,2297.191581,1512.798711,1245.457269,2059.619808,2614.982731 +280384,2406.122762,1513.514527,1308.831773,2148.08505,2676.725346 +280385,2491.608952,1512.876437,1361.312317,2210.346006,2723.700521 +280386,2555.00373,1521.025755,1402.911326,2250.035205,2757.753923 +280387,2600.524909,1497.872811,1435.328334,2275.123815,2780.794799 +280388,2625.885756,1516.81305,1457.194869,2285.11624,2787.975109 +280389,2636.316867,1507.649575,1470.861033,2285.430525,2782.682406 +280390,2640.91454,1507.995566,1480.654024,2283.611832,2773.755432 +280391,2643.293892,1506.95301,1488.342953,2282.222729,2764.402984 +280392,2644.832333,1505.62664,1494.695028,2281.807254,2755.728958 +280393,2645.999084,1504.465913,1500.071828,2282.214723,2748.010539 +280394,2646.945836,1503.119821,1504.674214,2283.169579,2741.03502 +280395,2647.722393,1502.011656,1508.638656,2284.457059,2735.117175 +280396,2648.358633,1500.671917,1512.069394,2285.941218,2729.9496 +280397,2648.870442,1499.40406,1515.050033,2287.540078,2725.43448 +280398,2649.275644,1498.105276,1517.649013,2289.202372,2721.486396 +280399,2649.855621,1496.79401,1519.9228,2290.893904,2718.031431 +280400,2650.066503,1495.469275,1521.918329,2292.782268,2715.005801 +280401,2650.190673,1494.133486,1523.674693,2294.460791,2712.354205 +280402,2650.242732,1492.785379,1525.224633,2296.112917,2710.028887 +280403,2650.226713,1491.42698,1526.595566,2297.738573,2707.988455 +280404,2650.147609,1490.056944,1527.810557,2299.335756,2706.19718 +280405,2650.009878,1488.656894,1528.888977,2300.901166,2704.624026 +280406,2649.815133,1487.260667,1529.84577,2302.428784,2703.23945 +280407,2649.293599,1485.85785,1530.695122,2303.917646,2702.020851 +280408,2649.005132,1484.445236,1531.449491,2305.368366,2700.949278 +280409,2648.674466,1483.022664,1532.119254,2306.781259,2700.007817 +280410,2648.298718,1481.589718,1532.712997,2308.156147,2699.181286 +280411,2647.877598,1480.474237,1533.237908,2309.492651,2698.456175 +280412,2647.423205,1479.424175,1533.71381,2310.685881,2697.820612 +280413,2646.945545,1478.40411,1534.155932,2311.680101,2697.264205 +280414,2646.449191,1477.404723,1534.571893,2312.476461,2696.777857 +280415,2645.935156,1476.422267,1534.96462,2313.101315,2696.353546 +280416,2645.403165,1475.454313,1535.335251,2313.582282,2695.984215 +280417,2644.852836,1474.499803,1535.68456,2313.939382,2695.663624 +280418,2644.284167,1473.557528,1536.013377,2314.185136,2695.386279 +280419,2643.697489,1472.627053,1536.322588,2314.327246,2695.147306 +280420,2643.093309,1471.707516,1536.613076,2314.370897,2694.94241 +280421,2642.472164,1470.798697,1536.885665,2314.319988,2694.767763 +280422,2641.834598,1469.899873,1537.141128,2314.177661,2694.619985 +280423,2641.1812,1469.011186,1537.380177,2313.946479,2694.496051 +280424,2640.512646,1468.131552,1537.603492,2313.629805,2694.393288 +280425,2639.829655,1467.261336,1537.811717,2313.227897,2694.309315 +280426,2639.132874,1463.850202,1538.005436,2312.740592,2694.241957 +280427,2638.286898,1462.690153,1538.081177,2312.374126,2694.189259 +280428,2637.341204,1461.528297,1538.074217,2312.049756,2694.149239 +280429,2636.367672,1460.508028,1538.036945,2311.655291,2694.120332 +280430,2635.404504,1459.505038,1537.997916,2311.136492,2694.101244 +280431,2634.461021,1458.524378,1537.965207,2310.488353,2694.090757 +280432,2633.533872,1457.560764,1537.937836,2309.725765,2694.087718 +280433,2632.61731,1456.611666,1537.912892,2308.864586,2694.091011 +280434,2631.706907,1455.67516,1537.888092,2307.915458,2694.099624 +280435,2630.821298,1454.750491,1537.872704,2306.901602,2694.135701 +280436,2629.938235,1453.836653,1537.855886,2305.808985,2694.17674 +280437,2629.039387,1452.933406,1537.828656,2304.625433,2694.203804 +280438,2628.13367,1452.1318,1537.795324,2303.360806,2694.226565 +280439,2627.224363,1451.110799,1537.757367,2302.019978,2694.248477 +280440,2626.312449,1450.304611,1537.715197,2300.605297,2694.270569 +280441,0,0,0,0,0 +280442,0,0,0,0,0 +280443,0,0,0,0,0 +280444,0,0,0,0,0 +280445,0,0,0,0,0 +280446,0,0,0,0,0 +280447,0,0,0,0,0 +280448,0,0,0,0,0 +280449,0,0,0,0,0 +280450,0,0,0,0,0 +280451,0,0,0,0,0 +280452,0,0,0,0,0 +280453,0,0,0,0,0 +280454,0,0,0,0,0 +280455,0,0,0,0,0 +280456,0,0,0,0,0 +280457,0,0,0,0,0 +280458,0,0,0,0,0 +280459,0,0,0,0,0 +280460,0,0,0,0,0 +280461,0,0,0,0,0 +280462,0,0,0,0,0 +280463,0,0,0,0,0 +280464,0,0,0,0,0 +280465,0,0,0,0,0 +280466,0,0,0,0,0 +280467,0,0,0,0,0 +280468,0,0,0,0,0 +280469,0,0,0,0,0 +280470,0,0,0,0,0 +280471,0,0,0,0,0 +280472,0,0,0,0,0 +280473,0,0,0,0,0 +280474,0,0,0,0,0 +280475,0,0,0,0,0 +280476,0,0,0,0,0 +280477,0,0,0,0,0 +280478,0,0,0,0,0 +280479,0,0,0,0,0 +280480,0,0,0,0,0 +280481,0,0,0,0,0 +280482,0,0,0,0,0 +280483,0,0,0,0,0 +280484,0,0,0,0,0 +280485,0,0,0,0,0 +280486,0,0,0,0,0 +280487,0,0,0,0,0 +280488,0,0,0,0,0 +280489,0,0,0,0,0 +280490,0,0,0,0,0 +280491,0,0,0,0,0 +280492,0,0,0,0,0 +280493,0,0,0,0,0 +280494,0,0,0,0,0 +280495,0,0,0,0,0 +280496,0,0,0,0,0 +280497,0,0,0,0,0 +280498,0,0,0,0,0 +280499,0,0,0,0,0 +280500,0,0,0,0,0 +280501,0,0,0,0,0 +280502,0,0,0,0,0 +280503,0,0,0,0,0 +280504,0,0,0,0,0 +280505,0,0,0,0,0 +280506,0,0,0,0,0 +280507,0,0,0,0,0 +280508,0,0,0,0,0 +280509,0,0,0,0,0 +280510,0,0,0,0,0 +280511,0,0,0,0,0 +280512,0,0,0,0,0 +280513,0,0,0,0,0 +280514,0,0,0,0,0 +280515,0,0,0,0,0 +280516,0,0,0,0,0 +280517,0,0,0,0,0 +280518,0,0,0,0,0 +280519,0,0,0,0,0 +280520,0,0,0,0,0 +280521,0,0,0,0,0 +280522,0,0,0,0,0 +280523,0,0,0,0,0 +280524,0,0,0,0,0 +280525,0,0,0,0,0 +280526,0,0,0,0,0 +280527,0,0,0,0,0 +280528,0,0,0,0,0 +280529,0,0,0,0,0 +280530,0,0,0,0,0 +280531,0,0,0,0,0 +280532,0,0,0,0,0 +280533,0,0,0,0,0 +280534,0,0,0,0,0 +280535,0,0,0,0,0 +280536,0,0,0,0,0 +280537,0,0,0,0,0 +280538,0,0,0,0,0 +280539,0,0,0,0,0 +280540,0,0,0,0,0 +280541,0,0,0,0,0 +280542,0,0,0,0,0 +280543,0,0,0,0,0 +280544,0,0,0,0,0 +280545,0,0,0,0,0 +280546,0,0,0,0,0 +280547,0,0,0,0,0 +280548,0,0,0,0,0 +280549,0,0,0,0,0 +280550,0,0,0,0,0 +280551,0,0,0,0,0 +280552,0,0,0,0,0 +280553,0,0,0,0,0 +280554,0,0,0,0,0 +280555,0,0,0,0,0 +280556,0,0,0,0,0 +280557,0,0,0,0,0 +280558,0,0,0,0,0 +280559,0,0,0,0,0 +280560,0,0,0,0,0 +280561,0,0,0,0,0 +280562,0,0,0,0,0 +280563,0,0,0,0,0 +280564,0,0,0,0,0 +280565,0,0,0,0,0 +280566,0,0,0,0,0 +280567,0,0,0,0,0 +280568,0,0,0,0,0 +280569,0,0,0,0,0 +280570,0,0,0,0,0 +280571,0,0,0,0,0 +280572,0,0,0,0,0 +280573,0,0,0,0,0 +280574,0,0,0,0,0 +280575,0,0,0,0,0 +280576,0,0,0,0,0 +280577,0,0,0,0,0 +280578,0,0,0,0,0 +280579,0,0,0,0,0 +280580,0,0,0,0,0 +280581,0,0,0,0,0 +280582,0,0,0,0,0 +280583,0,0,0,0,0 +280584,0,0,0,0,0 +280585,0,0,0,0,0 +280586,0,0,0,0,0 +280587,0,0,0,0,0 +280588,0,0,0,0,0 +280589,0,0,0,0,0 +280590,0,0,0,0,0 +280591,0,0,0,0,0 +280592,0,0,0,0,0 +280593,0,0,0,0,0 +280594,0,0,0,0,0 +280595,0,0,0,0,0 +280596,0,0,0,0,0 +280597,0,0,0,0,0 +280598,0,0,0,0,0 +280599,0,0,0,0,0 +280600,0,0,0,0,0 +280601,0,0,0,0,0 +280602,0,0,0,0,0 +280603,0,0,0,0,0 +280604,0,0,0,0,0 +280605,0,0,0,0,0 +280606,0,0,0,0,0 +280607,0,0,0,0,0 +280608,0,0,0,0,0 +280609,0,0,0,0,0 +280610,0,0,0,0,0 +280611,0,0,0,0,0 +280612,0,0,0,0,0 +280613,0,0,0,0,0 +280614,0,0,0,0,0 +280615,0,0,0,0,0 +280616,0,0,0,0,0 +280617,0,0,0,0,0 +280618,0,0,0,0,0 +280619,0,0,0,0,0 +280620,0,0,0,0,0 +280621,0,0,0,0,0 +280622,0,0,0,0,0 +280623,0,0,0,0,0 +280624,0,0,0,0,0 +280625,0,0,0,0,0 +280626,0,0,0,0,0 +280627,0,0,0,0,0 +280628,0,0,0,0,0 +280629,0,0,0,0,0 +280630,0,0,0,0,0 +280631,0,0,0,0,0 +280632,0,0,0,0,0 +280633,0,0,0,0,0 +280634,0,0,0,0,0 +280635,0,0,0,0,0 +280636,0,0,0,0,0 +280637,0,0,0,0,0 +280638,0,0,0,0,0 +280639,0,0,0,0,0 +280640,0,0,0,0,0 +280641,0,0,0,0,0 +280642,0,0,0,0,0 +280643,0,0,0,0,0 +280644,0,0,0,0,0 +280645,0,0,0,0,0 +280646,0,0,0,0,0 +280647,0,0,0,0,0 +280648,0,0,0,0,0 +280649,0,0,0,0,0 +280650,0,0,0,0,0 +280651,0,0,0,0,0 +280652,0,0,0,0,0 +280653,0,0,0,0,0 +280654,0,0,0,0,0 +280655,0,0,0,0,0 +280656,0,0,0,0,0 +280657,0,0,0,0,0 +280658,0,0,0,0,0 +280659,0,0,0,0,0 +280660,0,0,0,0,0 +280661,0,0,0,0,0 +280662,0,0,0,0,0 +280663,0,0,0,0,0 +280664,0,0,0,0,0 +280665,0,0,0,0,0 +280666,0,0,0,0,0 +280667,0,0,0,0,0 +280668,0,0,0,0,0 +280669,0,0,0,0,0 +280670,0,0,0,0,0 +280671,0,0,0,0,0 +280672,0,0,0,0,0 +280673,0,0,0,0,0 +280674,0,0,0,0,0 +280675,0,0,0,0,0 +280676,0,0,0,0,0 +280677,0,0,0,0,0 +280678,0,0,0,0,0 +280679,0,0,0,0,0 +280680,0,0,0,0,0 +280681,0,0,0,0,0 +280682,0,0,0,0,0 +280683,0,0,0,0,0 +280684,0,0,0,0,0 +280685,0,0,0,0,0 +280686,0,0,0,0,0 +280687,0,0,0,0,0 +280688,0,0,0,0,0 +280689,0,0,0,0,0 +280690,0,0,0,0,0 +280691,0,0,0,0,0 +280692,0,0,0,0,0 +280693,0,0,0,0,0 +280694,0,0,0,0,0 +280695,0,0,0,0,0 +280696,0,0,0,0,0 +280697,0,0,0,0,0 +280698,0,0,0,0,0 +280699,0,0,0,0,0 +280700,0,0,0,0,0 +280701,0,0,0,0,0 +280702,0,0,0,0,0 +280703,0,0,0,0,0 +280704,0,0,0,0,0 +280705,0,0,0,0,0 +280706,0,0,0,0,0 +280707,0,0,0,0,0 +280708,0,0,0,0,0 +280709,0,0,0,0,0 +280710,0,0,0,0,0 +280711,0,0,0,0,0 +280712,0,0,0,0,0 +280713,0,0,0,0,0 +280714,0,0,0,0,0 +280715,0,0,0,0,0 +280716,0,0,0,0,0 +280717,0,0,0,0,0 +280718,0,0,0,0,0 +280719,0,0,0,0,0 +280720,0,0,0,0,0 +280721,0,0,0,0,0 +280722,0,0,0,0,0 +280723,0,0,0,0,0 +280724,0,0,0,0,0 +280725,0,0,0,0,0 +280726,0,0,0,0,0 +280727,0,0,0,0,0 +280728,0,0,0,0,0 +280729,0,0,0,0,0 +280730,0,0,0,0,0 +280731,0,0,0,0,0 +280732,0,0,0,0,0 +280733,0,0,0,0,0 +280734,0,0,0,0,0 +280735,0,0,0,0,0 +280736,0,0,0,0,0 +280737,0,0,0,0,0 +280738,0,0,0,0,0 +280739,0,0,0,0,0 +280740,0,0,0,0,0 +280741,0,0,0,0,0 +280742,0,0,0,0,0 +280743,0,0,0,0,0 +280744,0,0,0,0,0 +280745,0,0,0,0,0 +280746,0,0,0,0,0 +280747,0,0,0,0,0 +280748,0,0,0,0,0 +280749,0,0,0,0,0 +280750,0,0,0,0,0 +280751,0,0,0,0,0 +280752,0,0,0,0,0 +280753,0,0,0,0,0 +280754,0,0,0,0,0 +280755,0,0,0,0,0 +280756,0,0,0,0,0 +280757,0,0,0,0,0 +280758,0,0,0,0,0 +280759,0,0,0,0,0 +280760,0,0,0,0,0 +280761,0,0,0,0,0 +280762,0,0,0,0,0 +280763,0,0,0,0,0 +280764,0,0,0,0,0 +280765,0,0,0,0,0 +280766,0,0,0,0,0 +280767,0,0,0,0,0 +280768,0,0,0,0,0 +280769,0,0,0,0,0 +280770,0,0,0,0,0 +280771,0,0,0,0,0 +280772,0,0,0,0,0 +280773,0,0,0,0,0 +280774,0,0,0,0,0 +280775,0,0,0,0,0 +280776,0,0,0,0,0 +280777,0,0,0,0,0 +280778,0,0,0,0,0 +280779,0,0,0,0,0 +280780,0,0,0,0,0 +280781,0,0,0,0,0 +280782,0,0,0,0,0 +280783,0,0,0,0,0 +280784,0,0,0,0,0 +280785,0,0,0,0,0 +280786,0,0,0,0,0 +280787,0,0,0,0,0 +280788,0,0,0,0,0 +280789,0,0,0,0,0 +280790,0,0,0,0,0 +280791,0,0,0,0,0 +280792,0,0,0,0,0 +280793,0,0,0,0,0 +280794,0,0,0,0,0 +280795,0,0,0,0,0 +280796,0,0,0,0,0 +280797,0,0,0,0,0 +280798,0,0,0,0,0 +280799,0,0,0,0,0 +280800,0,0,0,0,0 +280801,0,0,0,0,0 +280802,0,0,0,0,0 +280803,0,0,0,0,0 +280804,0,0,0,0,0 +280805,0,0,0,0,0 +280806,0,0,0,0,0 +280807,0,0,0,0,0 +280808,0,0,0,0,0 +280809,0,0,0,0,0 +280810,0,0,0,0,0 +280811,0,0,0,0,0 +280812,0,0,0,0,0 +280813,0,0,0,0,0 +280814,0,0,0,0,0 +280815,0,0,0,0,0 +280816,0,0,0,0,0 +280817,0,0,0,0,0 +280818,0,0,0,0,0 +280819,0,0,0,0,0 +280820,0,0,0,0,0 +280821,0,0,0,0,0 +280822,0,0,0,0,0 +280823,0,0,0,0,0 +280824,0,0,0,0,0 +280825,0,0,0,0,0 +280826,0,0,0,0,0 +280827,0,0,0,0,0 +280828,0,0,0,0,0 +280829,0,0,0,0,0 +280830,0,0,0,0,0 +280831,0,0,0,0,0 +280832,0,0,0,0,0 +280833,0,0,0,0,0 +280834,0,0,0,0,0 +280835,0,0,0,0,0 +280836,0,0,0,0,0 +280837,0,0,0,0,0 +280838,0,0,0,0,0 +280839,0,0,0,0,0 +280840,0,0,0,0,0 +280841,0,0,0,0,0 +280842,0,0,0,0,0 +280843,0,0,0,0,0 +280844,0,0,0,0,0 +280845,0,0,0,0,0 +280846,0,0,0,0,0 +280847,0,0,0,0,0 +280848,0,0,0,0,0 +280849,0,0,0,0,0 +280850,0,0,0,0,0 +280851,0,0,0,0,0 +280852,0,0,0,0,0 +280853,0,0,0,0,0 +280854,0,0,0,0,0 +280855,0,0,0,0,0 +280856,0,0,0,0,0 +280857,0,0,0,0,0 +280858,0,0,0,0,0 +280859,0,0,0,0,0 +280860,0,0,0,0,0 +280861,0,0,0,0,0 +280862,0,0,0,0,0 +280863,0,0,0,0,0 +280864,0,0,0,0,0 +280865,0,0,0,0,0 +280866,0,0,0,0,0 +280867,0,0,0,0,0 +280868,0,0,0,0,0 +280869,0,0,0,0,0 +280870,0,0,0,0,0 +280871,0,0,0,0,0 +280872,0,0,0,0,0 +280873,0,0,0,0,0 +280874,0,0,0,0,0 +280875,0,0,0,0,0 +280876,0,0,0,0,0 +280877,0,0,0,0,0 +280878,0,0,0,0,0 +280879,0,0,0,0,0 +280880,0,0,0,0,0 +280881,0,0,0,0,0 +280882,0,0,0,0,0 +280883,0,0,0,0,0 +280884,0,0,0,0,0 +280885,0,0,0,0,0 +280886,0,0,0,0,0 +280887,0,0,0,0,0 +280888,0,0,0,0,0 +280889,0,0,0,0,0 +280890,0,0,0,0,0 +280891,0,0,0,0,0 +280892,0,0,0,0,0 +280893,0,0,0,0,0 +280894,0,0,0,0,0 +280895,0,0,0,0,0 +280896,0,0,0,0,0 +280897,0,0,0,0,0 +280898,0,0,0,0,0 +280899,0,0,0,0,0 +280900,0,0,0,0,0 +280901,0,0,0,0,0 +280902,0,0,0,0,0 +280903,0,0,0,0,0 +280904,0,0,0,0,0 +280905,0,0,0,0,0 +280906,0,0,0,0,0 +280907,0,0,0,0,0 +280908,0,0,0,0,0 +280909,0,0,0,0,0 +280910,0,0,0,0,0 +280911,0,0,0,0,0 +280912,0,0,0,0,0 +280913,0,0,0,0,0 +280914,0,0,0,0,0 +280915,0,0,0,0,0 +280916,0,0,0,0,0 +280917,0,0,0,0,0 +280918,0,0,0,0,0 +280919,0,0,0,0,0 +280920,0,0,0,0,0 +280921,0,0,0,0,0 +280922,0,0,0,0,0 +280923,0,0,0,0,0 +280924,0,0,0,0,0 +280925,0,0,0,0,0 +280926,0,0,0,0,0 +280927,0,0,0,0,0 +280928,0,0,0,0,0 +280929,0,0,0,0,0 +280930,0,0,0,0,0 +280931,0,0,0,0,0 +280932,0,0,0,0,0 +280933,0,0,0,0,0 +280934,0,0,0,0,0 +280935,0,0,0,0,0 +280936,0,0,0,0,0 +280937,0,0,0,0,0 +280938,0,0,0,0,0 +280939,0,0,0,0,0 +280940,0,0,0,0,0 +280941,0,0,0,0,0 +280942,0,0,0,0,0 +280943,0,0,0,0,0 +280944,0,0,0,0,0 +280945,0,0,0,0,0 +280946,0,0,0,0,0 +280947,0,0,0,0,0 +280948,0,0,0,0,0 +280949,0,0,0,0,0 +280950,0,0,0,0,0 +280951,0,0,0,0,0 +280952,0,0,0,0,0 +280953,0,0,0,0,0 +280954,0,0,0,0,0 +280955,0,0,0,0,0 +280956,0,0,0,0,0 +280957,0,0,0,0,0 +280958,0,0,0,0,0 +280959,0,0,0,0,0 +280960,0,0,0,0,0 +280961,0,0,0,0,0 +280962,0,0,0,0,0 +280963,0,0,0,0,0 +280964,0,0,0,0,0 +280965,0,0,0,0,0 +280966,0,0,0,0,0 +280967,0,0,0,0,0 +280968,0,0,0,0,0 +280969,0,0,0,0,0 +280970,0,0,0,0,0 +280971,0,0,0,0,0 +280972,0,0,0,0,0 +280973,0,0,0,0,0 +280974,0,0,0,0,0 +280975,0,0,0,0,0 +280976,0,0,0,0,0 +280977,0,0,0,0,0 +280978,0,0,0,0,0 +280979,0,0,0,0,0 +280980,0,0,0,0,0 +280981,0,0,0,0,0 +280982,0,0,0,0,0 +280983,0,0,0,0,0 +280984,0,0,0,0,0 +280985,0,0,0,0,0 +280986,0,0,0,0,0 +280987,0,0,0,0,0 +280988,0,0,0,0,0 +280989,0,0,0,0,0 +280990,0,0,0,0,0 +280991,0,0,0,0,0 +280992,0,0,0,0,0 +280993,0,0,0,0,0 +280994,0,0,0,0,0 +280995,0,0,0,0,0 +280996,0,0,0,0,0 +280997,0,0,0,0,0 +280998,0,0,0,0,0 +280999,0,0,0,0,0 +281000,0,0,0,0,0 +281001,0,0,0,0,0 +281002,0,0,0,0,0 +281003,0,0,0,0,0 +281004,0,0,0,0,0 +281005,0,0,0,0,0 +281006,0,0,0,0,0 +281007,0,0,0,0,0 +281008,0,0,0,0,0 +281009,0,0,0,0,0 +281010,0,0,0,0,0 +281011,0,0,0,0,0 +281012,0,0,0,0,0 +281013,0,0,0,0,0 +281014,0,0,0,0,0 +281015,0,0,0,0,0 +281016,0,0,0,0,0 +281017,0,0,0,0,0 +281018,0,0,0,0,0 +281019,0,0,0,0,0 +281020,0,0,0,0,0 +281021,0,0,0,0,0 +281022,0,0,0,0,0 +281023,0,0,0,0,0 +281024,0,0,0,0,0 +281025,0,0,0,0,0 +281026,0,0,0,0,0 +281027,0,0,0,0,0 +281028,0,0,0,0,0 +281029,0,0,0,0,0 +281030,0,0,0,0,0 +281031,0,0,0,0,0 +281032,0,0,0,0,0 +281033,0,0,0,0,0 +281034,0,0,0,0,0 +281035,0,0,0,0,0 +281036,0,0,0,0,0 +281037,0,0,0,0,0 +281038,0,0,0,0,0 +281039,0,0,0,0,0 +281040,0,0,0,0,0 +281041,0,0,0,0,0 +281042,0,0,0,0,0 +281043,0,0,0,0,0 +281044,0,0,0,0,0 +281045,0,0,0,0,0 +281046,0,0,0,0,0 +281047,0,0,0,0,0 +281048,0,0,0,0,0 +281049,0,0,0,0,0 +281050,0,0,0,0,0 +281051,0,0,0,0,0 +281052,0,0,0,0,0 +281053,0,0,0,0,0 +281054,0,0,0,0,0 +281055,0,0,0,0,0 +281056,0,0,0,0,0 +281057,0,0,0,0,0 +281058,0,0,0,0,0 +281059,0,0,0,0,0 +281060,0,0,0,0,0 +281061,0,0,0,0,0 +281062,0,0,0,0,0 +281063,0,0,0,0,0 +281064,0,0,0,0,0 +281065,0,0,0,0,0 +281066,0,0,0,0,0 +281067,0,0,0,0,0 +281068,0,0,0,0,0 +281069,0,0,0,0,0 +281070,0,0,0,0,0 +281071,0,0,0,0,0 +281072,0,0,0,0,0 +281073,0,0,0,0,0 +281074,0,0,0,0,0 +281075,0,0,0,0,0 +281076,0,0,0,0,0 +281077,0,0,0,0,0 +281078,0,0,0,0,0 +281079,0,0,0,0,0 +281080,0,0,0,0,0 +281081,0,0,0,0,0 +281082,0,0,0,0,0 +281083,0,0,0,0,0 +281084,0,0,0,0,0 +281085,0,0,0,0,0 +281086,0,0,0,0,0 +281087,0,0,0,0,0 +281088,0,0,0,0,0 +281089,0,0,0,0,0 +281090,0,0,0,0,0 +281091,0,0,0,0,0 +281092,0,0,0,0,0 +281093,0,0,0,0,0 +281094,0,0,0,0,0 +281095,0,0,0,0,0 +281096,0,0,0,0,0 +281097,0,0,0,0,0 +281098,0,0,0,0,0 +281099,0,0,0,0,0 +281100,0,0,0,0,0 +281101,0,0,0,0,0 +281102,0,0,0,0,0 +281103,0,0,0,0,0 +281104,0,0,0,0,0 +281105,0,0,0,0,0 +281106,0,0,0,0,0 +281107,0,0,0,0,0 +281108,0,0,0,0,0 +281109,0,0,0,0,0 +281110,0,0,0,0,0 +281111,0,0,0,0,0 +281112,0,0,0,0,0 +281113,0,0,0,0,0 +281114,0,0,0,0,0 +281115,0,0,0,0,0 +281116,0,0,0,0,0 +281117,0,0,0,0,0 +281118,0,0,0,0,0 +281119,0,0,0,0,0 +281120,0,0,0,0,0 +281121,0,0,0,0,0 +281122,0,0,0,0,0 +281123,0,0,0,0,0 +281124,0,0,0,0,0 +281125,0,0,0,0,0 +281126,0,0,0,0,0 +281127,0,0,0,0,0 +281128,0,0,0,0,0 +281129,0,0,0,0,0 +281130,0,0,0,0,0 +281131,0,0,0,0,0 +281132,0,0,0,0,0 +281133,0,0,0,0,0 +281134,0,0,0,0,0 +281135,0,0,0,0,0 +281136,0,0,0,0,0 +281137,0,0,0,0,0 +281138,0,0,0,0,0 +281139,0,0,0,0,0 +281140,0,0,0,0,0 +281141,0,0,0,0,0 +281142,0,0,0,0,0 +281143,0,0,0,0,0 +281144,0,0,0,0,0 +281145,0,0,0,0,0 +281146,0,0,0,0,0 +281147,0,0,0,0,0 +281148,0,0,0,0,0 +281149,0,0,0,0,0 +281150,0,0,0,0,0 +281151,0,0,0,0,0 +281152,0,0,0,0,0 +281153,0,0,0,0,0 +281154,0,0,0,0,0 +281155,0,0,0,0,0 +281156,0,0,0,0,0 +281157,0,0,0,0,0 +281158,0,0,0,0,0 +281159,0,0,0,0,0 +281160,0,0,0,0,0 +281161,0,0,0,0,0 +281162,0,0,0,0,0 +281163,0,0,0,0,0 +281164,0,0,0,0,0 +281165,0,0,0,0,0 +281166,0,0,0,0,0 +281167,0,0,0,0,0 +281168,0,0,0,0,0 +281169,0,0,0,0,0 +281170,0,0,0,0,0 +281171,0,0,0,0,0 +281172,0,0,0,0,0 +281173,0,0,0,0,0 +281174,0,0,0,0,0 +281175,0,0,0,0,0 +281176,0,0,0,0,0 +281177,0,0,0,0,0 +281178,0,0,0,0,0 +281179,0,0,0,0,0 +281180,0,0,0,0,0 +281181,0,0,0,0,0 +281182,0,0,0,0,0 +281183,0,0,0,0,0 +281184,0,0,0,0,0 +281185,0,0,0,0,0 +281186,0,0,0,0,0 +281187,0,0,0,0,0 +281188,0,0,0,0,0 +281189,0,0,0,0,0 +281190,0,0,0,0,0 +281191,0,0,0,0,0 +281192,0,0,0,0,0 +281193,0,0,0,0,0 +281194,0,0,0,0,0 +281195,0,0,0,0,0 +281196,0,0,0,0,0 +281197,0,0,0,0,0 +281198,0,0,0,0,0 +281199,0,0,0,0,0 +281200,0,0,0,0,0 +281201,0,0,0,0,0 +281202,0,0,0,0,0 +281203,0,0,0,0,0 +281204,0,0,0,0,0 +281205,0,0,0,0,0 +281206,0,0,0,0,0 +281207,0,0,0,0,0 +281208,0,0,0,0,0 +281209,0,0,0,0,0 +281210,0,0,0,0,0 +281211,0,0,0,0,0 +281212,0,0,0,0,0 +281213,0,0,0,0,0 +281214,0,0,0,0,0 +281215,0,0,0,0,0 +281216,0,0,0,0,0 +281217,0,0,0,0,0 +281218,0,0,0,0,0 +281219,0,0,0,0,0 +281220,0,0,0,0,0 +281221,0,3262.947757,1445.161651,0,0 +281222,0,2975.181435,1426.215575,0,0 +281223,0,840.7377094,1393.803462,0,0 +281224,0,284.226625,1360.709994,0,0 +281225,0,1228.584951,1332.904204,0,0 +281226,0,852.1503987,1310.981396,0,0 +281227,58.82282317,855.1161665,1293.219968,0,0 +281228,34.40430185,858.2218029,1279.055175,0,0 +281229,46.1632402,862.0198475,1267.469773,0,0 +281230,51.84759494,866.1865638,1257.994776,8.10837302,0 +281231,56.82167407,870.6473655,1250.27748,27.83063961,0 +281232,61.64380999,875.1411978,1244.052205,35.85678798,0 +281233,66.48413942,880.0880759,1239.086228,6.782204569,0 +281234,71.30197488,885.0337223,1235.170717,36.15405827,0 +281235,76.10004693,890.1955041,1232.158564,31.64246668,0 +281236,80.89772772,895.4356036,1229.89399,34.26446434,0 +281237,85.60635761,904.1184781,1228.264901,37.41700974,0 +281238,90.55674794,912.0866837,1227.17325,40.0195708,0 +281239,95.09465255,920.295888,1226.536034,42.69581595,0 +281240,100.0392848,928.6717106,1226.284059,45.28623227,0 +281241,104.7336276,937.0177511,1226.359185,47.85444425,0 +281242,109.4272181,945.4962344,1226.712098,50.48432135,0 +281243,114.4184972,954.0441671,1227.301461,52.98959653,0 +281244,118.978332,962.660701,1228.092235,55.60463616,0 +281245,123.7446324,971.2849613,1229.054658,58.12115602,0 +281246,128.6539196,980.180087,1230.163713,60.66162268,0 +281247,133.4622096,988.8461594,1231.372583,63.1382325,0 +281248,138.0102822,997.6976874,1232.677555,65.72146896,0 +281249,143.0489221,1006.684631,1234.08823,68.14672823,0 +281250,147.7564147,1015.591347,1235.585359,70.77705623,0 +281251,152.558321,1023.989921,1237.153858,73.1107481,0 +281252,157.3319336,1032.312324,1238.759575,75.71958,0 +281253,162.1215868,1040.605093,1240.387461,78.15484353,0 +281254,166.9121325,1048.876265,1242.023227,80.58691337,0 +281255,171.5787848,1057.065284,1243.667054,83.19697831,0 +281256,176.5882849,1065.396994,1245.312015,85.48100163,0 +281257,181.4402838,1073.633156,1246.96057,88.0888514,0 +281258,186.0545943,1081.682406,1248.606404,90.49055089,0 +281259,190.9951347,1090.018628,1250.251996,92.9654443,0 +281260,195.6570672,1098.126056,1251.891629,95.41958337,0 +281261,200.7295145,1106.288634,1253.526873,97.87734596,0 +281262,205.4655777,1114.351633,1255.129647,100.3243063,0 +281263,210.3518647,1122.966238,1256.716028,102.7095907,0 +281264,215.2207319,1135.728984,1258.306149,105.2678127,0 +281265,219.9232789,1136.938096,1259.897387,107.7339983,0 +281266,225.2645421,1155.752918,1261.478223,110.0070697,0 +281267,229.7381576,1149.265963,1263.052101,112.6284019,0 +281268,234.818425,1155.263682,1264.613054,115.0041671,0 +281269,239.6993585,1176.751273,1266.162193,117.384912,0 +281270,244.6240944,1176.815558,1267.70074,120.0390138,0 +281271,249.557006,1186.599527,1269.224906,122.295435,0 +281272,254.5004194,1194.511937,1270.735377,124.8228138,0 +281273,259.2522278,1202.383569,1272.229292,127.1701329,0 +281274,264.5292189,1210.303182,1273.707014,129.753945,0 +281275,269.3428877,1218.01333,1275.145552,132.1353895,0 +281276,274.3620965,1225.779908,1276.5595,134.6934143,0 +281277,279.3526644,1233.7111,1277.971409,136.9049752,0 +281278,284.3546857,1241.270744,1279.374202,139.578065,0 +281279,289.3651954,1249.03232,1280.763859,141.9393086,0 +281280,294.3862936,1256.756936,1282.137965,144.4112528,0 +281281,299.6333792,1264.312621,1283.495172,146.9325218,0 +281282,304.9152279,1272.218563,1284.844703,149.3618381,0 +281283,309.9721761,1279.926132,1286.182985,152.0562613,0 +281284,315.8952356,1287.4856,1287.514396,154.614068,0 +281285,320.6745315,1295.178241,1288.832528,157.0093345,0 +281286,326.1991111,1302.762525,1290.140422,159.6307913,0 +281287,331.5414645,1310.322573,1291.432311,162.1536504,0 +281288,336.8774143,1317.849045,1292.688689,164.5878959,0 +281289,342.2180453,1325.337854,1293.919129,167.3051314,0 +281290,347.6353903,1332.789349,1295.149752,169.7660412,0 +281291,352.9718854,1340.282305,1296.368165,172.3356422,0 +281292,358.41502,1347.535732,1297.574972,174.8866333,0 +281293,363.8002294,1354.847417,1298.762897,177.4394917,0 +281294,369.1909346,1362.254502,1299.934136,180.1158715,0 +281295,374.6621798,1369.530154,1301.084579,182.361169,0 +281296,380.0449778,1376.634034,1302.392452,185.2015947,0 +281297,385.245979,1383.869838,1303.50067,187.6453617,0 +281298,391.1097787,1390.988193,1304.589231,190.2288948,0 +281299,396.395961,1398.165174,1305.634554,192.7916109,0 +281300,401.8678421,1404.995286,1306.654959,195.3568243,0 +281301,407.3739662,1412.194702,1307.666784,197.9232228,0 +281302,412.8919174,1419.079368,1308.662834,200.4917213,0 +281303,418.3432589,1426.012972,1309.644507,202.9286202,0 +281304,423.9109064,1432.977888,1310.605982,205.7082782,0 +281305,429.3727375,1439.676747,1311.545333,208.1766538,0 +281306,434.96092,1446.531697,1312.46256,210.7769603,0 +281307,440.4380855,1453.169532,1313.358505,213.3531288,0 +281308,446.0109389,1460.005028,1314.233297,215.932045,0 +281309,451.5934935,1466.684895,1315.087029,218.6592119,0 +281310,457.1031013,1473.170804,1315.919541,221.0092562,0 +281311,464.0658736,1480.41412,1316.709043,224.5091654,0 +281312,471.1076162,1487.61784,1317.505667,227.8532753,0 +281313,478.3643863,1494.814086,1318.341078,231.679111,0 +281314,485.55267,1501.973321,1319.216546,235.197422,0 +281315,492.8850486,1509.082957,1320.119281,238.9053663,0 +281316,500.2623251,1516.148884,1321.045325,242.6223054,0 +281317,507.5852386,1523.156259,1321.985029,246.3724092,0 +281318,515.0699683,1530.108672,1322.937433,250.1533156,0 +281319,522.4447287,1537.001732,1323.875568,253.961984,0 +281320,529.5704221,1543.835097,1324.813805,257.797393,0 +281321,537.6425421,1552.936084,1325.763622,261.486801,0 +281322,544.82206,1560.45045,1326.716597,265.6388544,0 +281323,552.5304704,1565.586669,1327.671586,269.4071952,0 +281324,555.1338725,1585.737015,1328.621083,269.7482877,0 +281325,562.1538654,1569.592172,1329.612107,273.0761479,0 +281326,569.5489778,1584.863148,1330.618055,276.6694755,0 +281327,576.7812999,1601.398013,1331.611883,280.35419,0 +281328,584.3301116,1600.832243,1332.596697,284.0872311,0 +281329,591.7664407,1609.592709,1333.575724,287.8557956,0 +281330,599.2810741,1616.411354,1334.545739,291.653721,0 +281331,606.7723794,1622.89144,1335.502935,295.4758666,0 +281332,614.4052986,1629.536796,1336.446857,299.3204073,0 +281333,621.9487586,1635.917084,1337.377197,302.9771135,0 +281334,629.5587857,1642.496307,1338.293356,307.187488,0 +281335,637.1250229,1648.883363,1339.176717,310.9215288,0 +281336,644.8859762,1655.035443,1340.040416,315.0850637,0 +281337,652.415071,1661.332632,1340.9006,318.6921584,0 +281338,660.0723838,1667.465834,1341.750371,322.8216124,0 +281339,667.8650129,1673.545536,1342.586793,326.7320395,0 +281340,675.370932,1679.661973,1343.408123,330.6847422,0 +281341,682.7843762,1685.160456,1344.213539,334.5841943,0 +281342,689.9801225,1690.993667,1344.978995,338.4040226,0 +281343,697.233768,1696.478537,1345.71286,342.288216,0 +281344,704.4746156,1701.972654,1346.428625,346.1809071,0 +281345,711.7192846,1707.487143,1347.120788,350.0267851,0 +281346,718.9073437,1712.861421,1347.787897,353.9557626,0 +281347,726.2353808,1718.758989,1348.430128,357.8093504,0 +281348,733.4906583,1730.039329,1349.048345,361.7516608,0 +281349,740.5932429,1718.765149,1349.628305,365.6145728,0 +281350,747.9633681,1737.607102,1350.175986,369.3218792,0 +281351,755.1414983,1738.017493,1350.718807,373.579432,0 +281352,762.3221518,1743.408396,1351.241725,377.3224668,0 +281353,769.6977929,1748.223271,1351.746236,381.3102,0 +281354,776.7805628,1753.070216,1352.230951,385.1948576,0 +281355,783.9887715,1757.752052,1352.695626,389.1682711,0 +281356,791.2839452,1762.377346,1353.124773,393.0510424,0 +281357,798.4370778,1766.928619,1353.531245,397.0019491,0 +281358,805.7052331,1771.51498,1353.928769,400.9557342,0 +281359,812.7312645,1775.750719,1354.311789,404.8453062,0 +281360,820.057464,1780.047512,1354.677662,408.7987347,0 +281361,827.1663958,1784.441385,1355.025713,412.7533195,0 +281362,834.3385263,1788.535104,1355.355497,416.6419694,0 +281363,841.4895657,1792.650565,1355.651871,420.5936374,0 +281364,848.627882,1796.672821,1355.927411,424.5465181,0 +281365,855.7575138,1800.617707,1356.195012,428.4295277,0 +281366,862.6759671,1804.596119,1356.449022,432.377057,0 +281367,869.8919682,1814.808661,1356.68703,436.3241588,0 +281368,877.1069008,1802.422334,1356.909942,440.1987159,0 +281369,883.9372587,1820.349545,1357.095899,444.1381246,0 +281370,891.2631348,1818.163359,1357.268945,448.0773778,0 +281371,896.6292617,1822.034873,1357.430634,450.7559081,0 +281372,902.0213481,1824.825829,1357.540793,453.3738261,0 +281373,907.4524783,1827.170611,1357.569887,455.8784903,0 +281374,912.6562644,1829.640841,1357.509173,458.3156921,0 +281375,917.8520806,1831.88972,1357.360061,460.6877767,0 +281376,922.9678711,1834.039165,1357.130355,463.0326405,0 +281377,928.0186043,1836.074753,1356.82533,465.2433583,0 +281378,933.0098781,1837.996814,1356.438231,467.474826,0 +281379,937.939809,1839.807173,1355.983472,469.628271,0 +281380,942.8168199,1841.506461,1355.476876,471.7409244,0 +281381,947.6381529,1843.095256,1354.915033,473.8088702,0 +281382,952.4082816,1844.57471,1354.299831,475.8344799,0 +281383,957.1271325,1845.945044,1353.631585,477.8509116,0 +281384,961.7977045,1847.207376,1352.913614,479.7467232,0 +281385,966.3430731,1848.361892,1352.146502,481.6774657,0 +281386,971.0378859,1849.409659,1351.332251,483.5417712,0 +281387,975.5094364,1850.350848,1350.473065,485.3753246,0 +281388,980.0099404,1851.186479,1349.570722,487.1745309,0 +281389,984.4531446,1851.916703,1348.626866,488.9397441,0 +281390,988.9322472,1852.658715,1347.642853,490.6725167,0 +281391,993.1722878,1853.010345,1346.620025,492.4066733,0 +281392,997.5514096,1853.511783,1345.546801,494.0255257,0 +281393,1001.816854,1853.808669,1344.435577,495.6901895,0 +281394,1005.977941,1854.020804,1343.297702,497.2947944,0 +281395,1010.301007,1854.131229,1342.128954,498.8758694,0 +281396,1014.404034,1854.140265,1340.928163,500.4291939,0 +281397,1018.543641,1854.048105,1339.695276,501.9547901,0 +281398,1022.633233,1853.855584,1338.430916,503.4537969,0 +281399,1026.685968,1853.562802,1337.135823,504.9262879,0 +281400,1030.703417,1853.170571,1335.810815,506.3733146,0 +281401,1034.753393,1852.72732,1334.456716,507.8340355,0 +281402,1038.7921,1852.085837,1333.075822,509.1837204,0 +281403,1043.021766,1851.63747,1331.669855,510.5884188,0 +281404,1046.846317,1850.839867,1330.240012,511.9374799,0 +281405,1050.746422,1850.047263,1328.786467,513.2685174,0 +281406,1056.839018,1849.140215,1327.309629,514.5767759,0 +281407,1057.79452,1848.136314,1325.810755,515.86217,0 +281408,1066.310811,1847.036562,1324.28769,517.1255275,0 +281409,1063.183014,1845.840997,1322.745076,518.3668868,0 +281410,1078.39905,1838.661597,1321.177092,522.7134817,0 +281411,1064.508261,1836.312562,1319.595135,524.3083986,0 +281412,1096.136945,1834.3957,1317.98696,525.7521164,0 +281413,1056.286114,1832.519643,1316.378684,527.0427375,0 +281414,1095.682673,1830.62692,1314.732923,528.0069902,0 +281415,1087.006183,1828.689947,1313.09545,529.8048109,0 +281416,1091.757565,1826.693964,1311.431523,530.758273,0 +281417,1095.901369,1824.632417,1309.755649,532.0159225,0 +281418,1099.482052,1822.385685,1308.065544,533.184529,0 +281419,1102.91196,1820.347113,1306.361237,534.3276395,0 +281420,1106.499807,1817.987557,1304.643215,535.4461428,0 +281421,1109.979409,1836.158974,1302.899785,536.5418824,0 +281422,1113.446911,1783.221367,1300.987343,537.6153827,0 +281423,1116.884146,1825.693719,1299.232491,538.6661435,0 +281424,1120.294492,1804.682626,1297.482387,539.6589919,0 +281425,1123.67737,1807.017339,1295.704801,540.7242467,0 +281426,1127.123118,1800.374004,1293.917038,541.685944,0 +281427,1130.316128,1801.055087,1292.114403,542.662683,0 +281428,1133.597793,1796.741345,1290.301447,543.651817,0 +281429,1136.99967,1794.026581,1288.476693,544.5291784,0 +281430,1140.184155,1790.980904,1286.642161,545.4738282,0 +281431,1144.263605,1788.139457,1284.798261,546.7398967,0 +281432,1147.883048,1785.285342,1282.962348,548.0715772,0 +281433,1151.997721,1782.388045,1281.145787,549.4248205,0 +281434,1155.73593,1779.441423,1279.352635,550.7899215,0 +281435,1159.726312,1776.442678,1277.581946,552.1245989,0 +281436,1163.456081,1773.503515,1275.83188,553.559884,0 +281437,1167.575001,1770.233447,1274.101634,554.9129785,0 +281438,1171.239004,1767.036863,1272.388141,556.3044247,0 +281439,1175.37632,1763.966719,1270.691219,557.6916919,0 +281440,1179.040239,1760.613751,1269.008966,559.0811148,0 +281441,1183.175589,1757.303174,1267.341651,560.4719914,0 +281442,1186.838485,1753.920706,1265.687854,561.8642412,0 +281443,1190.967969,1750.482343,1264.048199,563.2958522,0 +281444,1194.62812,1746.989169,1262.421422,564.5922999,0 +281445,1198.753559,1743.440302,1260.808266,566.0748649,0 +281446,1202.40724,1739.726736,1259.207782,567.4335403,0 +281447,1206.526555,1736.224679,1257.620736,568.8350013,0 +281448,1210.174133,1755.914703,1256.034226,570.2298552,0 +281449,1214.28523,1694.407273,1254.479228,571.6244816,0 +281450,1218.02277,1741.874257,1252.915246,573.0190268,0 +281451,1221.975183,1717.057459,1251.394729,574.4130755,0 +281452,1225.682309,1717.066449,1249.881432,575.8069151,0 +281453,1229.758517,1712.918037,1248.379886,577.2001322,0 +281454,1233.382991,1709.045573,1246.889478,578.5532421,0 +281455,1237.366972,1704.880667,1245.412329,580.005785,0 +281456,1241.133831,1700.86166,1243.949546,581.3673816,0 +281457,1245.131268,1696.5108,1242.50152,582.7652032,0 +281458,1248.754667,1692.338572,1241.068805,584.1955202,0 +281459,1252.916024,1688.021529,1239.651692,585.5245178,0 +281460,1256.359868,1683.669175,1238.250755,586.943878,0 +281461,1259.897854,1679.029139,1236.866074,588.2379991,0 +281462,1263.288579,1674.550443,1235.493877,589.5076979,0 +281463,1266.674335,1669.783079,1234.131175,590.7672311,0 +281464,1270.048333,1665.050657,1232.777273,592.0228178,0 +281465,1273.412354,1660.250467,1231.43323,593.2353732,0 +281466,1276.76854,1655.399042,1230.100578,594.5484211,0 +281467,1280.115816,1650.497615,1228.780879,595.7674239,0 +281468,1283.455547,1645.441033,1227.475435,597.0227121,0 +281469,1286.78724,1640.589444,1226.185404,598.2694941,0 +281470,1290.213609,1635.467451,1224.911889,599.5150676,0 +281471,1293.372692,1630.490188,1223.65577,600.7592373,0 +281472,1296.657311,1625.197545,1222.417839,602.0022598,0 +281473,1300.09893,1620.079956,1221.198971,603.2439901,0 +281474,1303.315548,1614.724678,1219.99999,604.4846592,0 +281475,1306.621381,1609.666403,1218.821415,605.7662888,0 +281476,1309.902856,1604.201882,1217.664162,606.941842,0 +281477,1313.175793,1598.872176,1216.528642,608.1689244,0 +281478,1316.443366,1593.440719,1215.41597,609.4618336,0 +281479,1319.70392,1587.957037,1214.335655,610.6662388,0 +281480,1323.00465,1582.325932,1213.294501,611.9084815,0 +281481,1326.27935,1576.899684,1212.294743,613.1426175,0 +281482,1329.651939,1571.213591,1211.33512,614.3759941,0 +281483,1332.752155,1586.126718,1210.41228,615.6083622,0 +281484,1336.090365,1529.761767,1209.529799,616.8399519,0 +281485,1339.325279,1569.089424,1208.659845,618.0706199,0 +281486,1342.573108,1544.977194,1207.839601,619.3005747,0 +281487,1345.815446,1542.394209,1207.033724,620.5297161,0 +281488,1349.052344,1536.691897,1206.255818,621.758161,0 +281489,1352.28306,1530.720492,1205.500416,622.9858195,0 +281490,1355.507783,1524.8021,1204.766379,624.1703184,0 +281491,1358.615779,1518.811993,1204.05249,625.473688,0 +281492,1361.989855,1512.782558,1203.358098,626.6819604,0 +281493,1365.1088,1506.812495,1202.682567,627.9300246,0 +281494,1368.320457,1500.477134,1202.024985,629.2141885,0 +281495,1371.614567,1494.548715,1201.384491,630.3888474,0 +281496,1374.624801,1488.299101,1200.760401,631.662033,0 +281497,1377.877228,1482.115435,1200.151346,632.8945651,40.67438722 +281498,1381.020356,1475.886638,1199.567322,634.1342121,0 +281499,1384.173441,1469.628004,1198.980969,635.3733395,34.15138214 +281500,1387.318984,1463.246473,1198.421421,636.6120654,40.95852185 +281501,1390.456452,1457.064738,1197.872343,637.85029,3.409078908 +281502,1393.586171,1450.685719,1197.324853,639.0880424,40.92527513 +281503,1396.708161,1444.245406,1196.803892,640.2814923,50.65864322 +281504,1399.822579,1437.868964,1196.292953,641.5846211,0 +281505,1403.006375,1431.503078,1195.778762,642.8211611,52.5914252 +281506,1406.044982,1424.908285,1195.29693,644.038004,55.26353571 +281507,1409.128991,1418.630032,1194.820202,645.2694238,5.438098037 +281508,1412.289226,1412.04789,1194.340086,646.5365294,54.5082006 +281509,1415.304552,1405.603178,1193.890467,647.7432672,39.77107195 +281510,1418.477052,1399.119592,1193.441208,648.9721856,42.8489497 +281511,1421.44448,1392.437011,1193.004004,650.2370044,45.39136548 +281512,1427.687823,1386.011624,1192.577631,651.4419038,46.83309695 +281513,1423.917849,1379.440962,1192.162337,652.702575,48.62206223 +281514,1443.520637,1372.809051,1191.753722,653.9056872,50.16690626 +281515,1415.345483,1366.212703,1191.375306,655.1762027,51.78941857 +281516,1445.730073,1359.538052,1190.97909,656.3693899,53.58793784 +281517,1458.586288,1353.043027,1190.599478,657.5598381,55.14372593 +281518,1410.758441,1346.449277,1190.246358,658.8438514,56.77020151 +281519,1461.785394,1339.730797,1189.870941,660.0698131,58.5242 +281520,1445.036854,1333.068073,1189.525993,661.2776129,60.1020569 +281521,1452.682531,1326.790377,1189.178562,662.8372482,61.85492597 +281522,1456.185853,1320.331499,1188.858009,664.2995091,63.38566852 +281523,1459.995126,1313.976978,1188.565797,665.7000113,65.16227742 +281524,1463.764975,1307.588714,1188.299744,667.2726291,66.65043855 +281525,1467.330894,1301.232751,1188.059772,668.8071916,68.48046573 +281526,1471.19215,1294.85844,1187.840589,670.1590506,69.97676171 +281527,1474.79818,1288.52124,1187.642811,671.7979689,71.75849886 +281528,1478.669788,1282.167558,1187.462342,673.282893,73.24191416 +281529,1482.28322,1275.771374,1187.300615,674.6530925,75.12019669 +281530,1486.162498,1269.559182,1187.153927,676.3130089,76.50966762 +281531,1489.901241,1263.217802,1187.024283,677.8283214,78.34727321 +281532,1493.606374,1257.016811,1186.908187,679.3236274,79.94424433 +281533,1497.324677,1250.572392,1186.807667,680.7493464,81.5844037 +281534,1501.202358,1244.48621,1186.719463,682.3967534,83.2275806 +281535,1504.721308,1238.21298,1186.64608,683.8867413,84.96168204 +281536,1508.810724,1232.015369,1186.58411,685.420664,86.50645378 +281537,1512.367763,1225.781883,1186.53618,686.8489083,88.24175734 +281538,1516.308515,1219.812682,1186.499001,688.4613892,89.90038978 +281539,1519.968461,1213.548171,1186.475385,690.0345861,91.52452187 +281540,1523.903029,1207.518405,1186.462056,691.5450781,93.19280089 +281541,1527.696678,1201.394769,1186.4618,693.1152247,94.98295283 +281542,1531.462557,1195.473488,1186.471587,694.583972,96.40769074 +281543,1535.244704,1189.456359,1186.493975,696.2325608,98.32239969 +281544,1539.194575,1183.513438,1186.526227,697.7195842,99.7696663 +281545,1543.125454,1177.629035,1186.570845,699.3113185,101.7162569 +281546,1546.701436,1171.753947,1186.62513,700.8413296,103.1409966 +281547,1550.833699,1165.956561,1186.691405,702.4322045,104.9428937 +281548,1554.670957,1160.173493,1186.767297,703.9697362,106.5810344 +281549,1558.414451,1156.648867,1186.855101,705.5681797,108.4010705 +281550,1562.450304,1174.385874,1186.952281,707.1134786,109.8253158 +281551,1566.047938,1115.395696,1187.068491,708.4552465,111.6447149 +281552,1572.170221,1160.791399,1187.168065,710.0116234,113.2705437 +281553,1571.675065,1145.887692,1187.296598,711.3924302,114.9094448 +281554,1588.370165,1121.115524,1187.412658,712.8672523,116.7593904 +281555,1562.166619,1151.080829,1187.534779,714.1811071,118.3015707 +281556,1593.668974,1107.918515,1187.657594,715.7920062,120.0592499 +281557,1585.578553,1140.026587,1187.786327,717.076899,121.6826202 +281558,1591.524117,1106.444952,1187.924437,718.6282531,123.4815157 +281559,1594.985809,1121.25166,1188.058225,719.947672,125.131176 +281560,1598.796753,1110.534037,1188.204837,721.4895414,126.8417868 +281561,1602.22399,1107.945449,1188.354276,722.8076144,128.5475389 +281562,1606.171664,1104.138912,1188.508685,724.3491205,130.2491928 +281563,1609.400148,1100.39471,1188.671049,725.6665242,131.9541783 +281564,1613.317479,1096.702232,1188.837367,727.2083253,133.6583586 +281565,1616.722477,1093.066267,1189.01217,728.5256552,135.2951819 +281566,1620.542969,1089.488253,1189.191275,730.0682603,137.1851644 +281567,1623.969461,1085.970741,1189.379086,731.3859851,138.7153891 +281568,1627.792685,1082.515264,1189.571349,732.9297977,140.4944436 +281569,1631.21976,1079.192875,1189.772475,734.1977867,142.1117167 +281570,1635.044813,1075.76579,1189.966525,735.8198788,143.9386594 +281571,1638.474241,1072.560317,1190.168612,737.1011242,145.5836925 +281572,1642.427129,1069.362816,1190.383656,738.6570261,147.3035163 +281573,1649.023089,1066.181857,1190.610725,739.9776939,149.0096792 +281574,1645.594774,1063.242943,1190.84505,741.5268654,150.7139343 +281575,1674.254977,1060.230176,1191.084274,742.8489481,152.4203414 +281576,1625.917716,1057.356623,1191.35286,744.4508401,154.1249389 +281577,1675.494344,1054.552608,1191.593486,745.6972032,155.8305071 +281578,1660.834563,1051.830666,1191.858146,747.288596,157.5346671 +281579,1667.363615,1049.259804,1192.120769,748.6050242,159.2398491 +281580,1671.378623,1046.609578,1192.39464,750.159929,160.8591991 +281581,0,0,0,0,0 +281582,0,0,0,0,0 +281583,0,0,0,0,0 +281584,0,0,0,0,0 +281585,0,0,0,0,0 +281586,0,0,0,0,0 +281587,0,0,0,0,0 +281588,0,0,0,0,0 +281589,0,0,0,0,0 +281590,0,0,0,0,0 +281591,0,0,0,0,0 +281592,0,0,0,0,0 +281593,0,0,0,0,0 +281594,0,0,0,0,0 +281595,0,0,0,0,0 +281596,0,0,0,0,0 +281597,0,0,0,0,0 +281598,0,0,0,0,0 +281599,0,0,0,0,0 +281600,0,0,0,0,0 +281601,0,0,0,0,0 +281602,0,0,0,0,0 +281603,0,0,0,0,0 +281604,0,0,0,0,0 +281605,0,0,0,0,0 +281606,0,0,0,0,0 +281607,0,0,0,0,0 +281608,0,0,0,0,0 +281609,0,0,0,0,0 +281610,0,0,0,0,0 +281611,0,0,0,0,0 +281612,0,0,0,0,0 +281613,0,0,0,0,0 +281614,0,0,0,0,0 +281615,0,0,0,0,0 +281616,0,0,0,0,0 +281617,0,0,0,0,0 +281618,0,0,0,0,0 +281619,0,0,0,0,0 +281620,0,0,0,0,0 +281621,0,0,0,0,0 +281622,0,0,0,0,0 +281623,0,0,0,0,0 +281624,0,0,0,0,0 +281625,0,0,0,0,0 +281626,0,0,0,0,0 +281627,0,0,0,0,0 +281628,0,0,0,0,0 +281629,0,0,0,0,0 +281630,0,0,0,0,0 +281631,0,0,0,0,0 +281632,0,0,0,0,0 +281633,0,0,0,0,0 +281634,0,0,0,0,0 +281635,0,0,0,0,0 +281636,0,0,0,0,0 +281637,0,0,0,0,0 +281638,0,0,0,0,0 +281639,0,0,0,0,0 +281640,0,0,0,0,0 +281641,0,0,0,0,0 +281642,0,0,0,0,0 +281643,0,0,0,0,0 +281644,0,0,0,0,0 +281645,0,0,0,0,0 +281646,0,0,0,0,0 +281647,0,0,0,0,0 +281648,0,0,0,0,0 +281649,0,0,0,0,0 +281650,0,0,0,0,0 +281651,0,0,0,0,0 +281652,0,0,0,0,0 +281653,0,0,0,0,0 +281654,0,0,0,0,0 +281655,0,0,0,0,0 +281656,0,0,0,0,0 +281657,0,0,0,0,0 +281658,0,0,0,0,0 +281659,0,0,0,0,0 +281660,0,0,0,0,0 +281661,0,0,0,0,0 +281662,0,0,0,0,0 +281663,0,0,0,0,0 +281664,0,0,0,0,0 +281665,0,0,0,0,0 +281666,0,0,0,0,0 +281667,0,0,0,0,0 +281668,0,0,0,0,0 +281669,0,0,0,0,0 +281670,0,0,0,0,0 +281671,0,0,0,0,0 +281672,0,0,0,0,0 +281673,0,0,0,0,0 +281674,0,0,0,0,0 +281675,0,0,0,0,0 +281676,0,0,0,0,0 +281677,0,0,0,0,0 +281678,0,0,0,0,0 +281679,0,0,0,0,0 +281680,0,0,0,0,0 +281681,0,0,0,0,0 +281682,0,0,0,0,0 +281683,0,0,0,0,0 +281684,0,0,0,0,0 +281685,0,0,0,0,0 +281686,0,0,0,0,0 +281687,0,0,0,0,0 +281688,0,0,0,0,0 +281689,0,0,0,0,0 +281690,0,0,0,0,0 +281691,0,0,0,0,0 +281692,0,0,0,0,0 +281693,0,0,0,0,0 +281694,0,0,0,0,0 +281695,0,0,0,0,0 +281696,0,0,0,0,0 +281697,0,0,0,0,0 +281698,0,0,0,0,0 +281699,0,0,0,0,0 +281700,0,0,0,0,0 +281701,0,0,0,0,0 +281702,0,0,0,0,0 +281703,0,0,0,0,0 +281704,0,0,0,0,0 +281705,0,0,0,0,0 +281706,0,0,0,0,0 +281707,0,0,0,0,0 +281708,0,0,0,0,0 +281709,0,0,0,0,0 +281710,0,0,0,0,0 +281711,0,0,0,0,0 +281712,0,0,0,0,0 +281713,0,0,0,0,0 +281714,0,0,0,0,0 +281715,0,0,0,0,0 +281716,0,0,0,0,0 +281717,0,0,0,0,0 +281718,0,0,0,0,0 +281719,0,0,0,0,0 +281720,0,0,0,0,0 +281721,0,0,0,0,0 +281722,0,0,0,0,0 +281723,0,0,0,0,0 +281724,0,0,0,0,0 +281725,0,0,0,0,0 +281726,0,0,0,0,0 +281727,0,0,0,0,0 +281728,0,0,0,0,0 +281729,0,0,0,0,0 +281730,0,0,0,0,0 +281731,0,0,0,0,0 +281732,0,0,0,0,0 +281733,0,0,0,0,0 +281734,0,0,0,0,0 +281735,0,0,0,0,0 +281736,0,0,0,0,0 +281737,0,0,0,0,0 +281738,0,0,0,0,0 +281739,0,0,0,0,0 +281740,0,0,0,0,0 +281741,0,0,0,0,0 +281742,0,0,0,0,0 +281743,0,0,0,0,0 +281744,0,0,0,0,0 +281745,0,0,0,0,0 +281746,0,0,0,0,0 +281747,0,0,0,0,0 +281748,0,0,0,0,0 +281749,0,0,0,0,0 +281750,0,0,0,101.989826,0 +281751,0,0,0,89.72523733,0 +281752,0,0,0,93.97495336,0 +281753,0,0,0,110.7580278,0 +281754,0,0,0,120.6491243,0 +281755,0,0,0,130.3402812,0 +281756,0,0,0,140.0243711,0 +281757,0,0,0,149.331523,0 +281758,0,0,0,158.638269,0 +281759,0,0,0,167.8117222,0 +281760,0,0,0,176.7072701,0 +281761,0,0,0,185.2929139,0 +281762,0,0,0,193.5492393,0 +281763,0,0,0,201.6483296,0 +281764,0,0,0,209.7843759,0 +281765,0,0,0,217.6473829,0 +281766,0,0,0,225.442598,0 +281767,0,0,0,233.0434569,0 +281768,0,0,0,240.7149644,0 +281769,0,0,0,248.1187151,0 +281770,0,0,0,255.4756219,0 +281771,0,0,0,262.7045367,0 +281772,0,0,0,269.7617108,0 +281773,0,0,0,276.9413974,0 +281774,0,0,0,283.7956833,0 +281775,0,0,0,290.6731198,0 +281776,0,0,0,297.4153746,0 +281777,0,0,0,303.9804215,0 +281778,0,0,0,310.7931923,0 +281779,0,0,0,317.0393221,0 +281780,0,0,0,323.4258041,0 +281781,0,0,0,329.8727216,0 +281782,0,0,0,339.875354,0 +281783,0,0,0,346.7410554,0 +281784,0,0,0,353.1868755,0 +281785,0,0,0,359.4355497,0 +281786,0,0,0,365.4850607,0 +281787,0,0,0,371.695915,0 +281788,0,0,0,377.5337388,0 +281789,0,0,0,383.524832,0 +281790,0,0,0,389.0914376,0 +281791,0,0,0,394.2058022,0 +281792,0,0,0,399.3872334,0 +281793,0,0,0,404.1452455,0 +281794,0,0,0,408.9073598,0 +281795,0,0,0,413.5261354,0 +281796,0,0,0,418.0304084,0 +281797,0,0,0,422.422798,0 +281798,0,0,0,426.564743,0 +281799,0,0,0,431.1141062,0 +281800,0,0,0,434.828043,0 +281801,0,0,0,438.942162,0 +281802,0,0,0,442.7766417,0 +281803,0,0,0,446.5382135,0 +281804,0,0,0,450.1997749,0 +281805,0,0,0,453.7627238,0 +281806,0,0,0,457.2279724,0 +281807,0,0,0,460.4334392,0 +281808,0,0,0,463.9612472,0 +281809,0,0,0,467.0117656,0 +281810,0,0,0,470.12678,0 +281811,0,0,0,473.1185224,0 +281812,0,0,0,476.0185626,0 +281813,0,0,0,478.8270727,0 +281814,0,0,0,481.5446842,0 +281815,0,0,0,484.1722664,0 +281816,0,0,0,486.710222,0 +281817,0,0,0,489.1593825,0 +281818,0,0,0,491.5200894,0 +281819,0,0,0,493.7931224,0 +281820,0,0,0,495.9787698,0 +281821,0,0,0,498.2312751,0 +281822,0,0,0,500.6021047,0 +281823,0,0,0,502.4844587,0 +281824,0,0,0,504.676011,0 +281825,0,0,0,506.4508223,0 +281826,0,0,0,508.6171362,0 +281827,0,0,0,510.2990062,0 +281828,0,0,0,512.0628507,0 +281829,0,0,0,513.715934,0 +281830,0,0,0,515.2875191,0 +281831,0,0,0,516.7785546,0 +281832,0,0,0,518.1889736,0 +281833,0,0,0,519.5194308,0 +281834,0,0,0,520.7699144,0 +281835,0,0,0,521.941082,0 +281836,0,0,0,523.0329216,0 +281837,0,0,0,524.0460936,0 +281838,0,0,0,524.980591,0 +281839,0,0,0,525.8370816,0 +281840,0,0,0,526.6155392,0 +281841,0,0,0,524.2771022,0 +281842,0,0,0,524.3975687,0 +281843,0,0,0,524.689223,0 +281844,0,0,0,524.9635726,0 +281845,0,0,0,525.195984,0 +281846,0,0,0,525.3744181,0 +281847,0,0,0,525.4935383,0 +281848,0,0,0,525.5500094,0 +281849,0,0,0,525.5425353,0 +281850,0,0,0,525.4697775,0 +281851,0,0,0,524.3405963,0 +281852,0,0,0,526.0163336,0 +281853,0,0,0,525.1803863,0 +281854,0,0,0,523.9617008,0 +281855,0,0,0,522.5535922,0 +281856,0,0,0,520.9862492,0 +281857,0,0,0,519.2740177,0 +281858,0,0,0,517.424248,0 +281859,0,0,0,515.4420811,0 +281860,0,0,0,513.3305046,0 +281861,0,0,0,511.0923348,0 +281862,0,0,0,508.72922,0 +281863,0,0,0,506.243132,0 +281864,0,0,0,503.819073,0 +281865,0,0,0,500.8228025,0 +281866,0,0,0,497.9246435,0 +281867,0,0,0,495.1855574,0 +281868,0,0,0,491.9727958,0 +281869,0,0,0,488.7977323,0 +281870,0,0,0,485.4768751,0 +281871,0,0,0,482.039962,0 +281872,0,0,0,478.4862488,0 +281873,0,0,0,474.8162601,0 +281874,0,0,0,470.9855885,0 +281875,0,0,0,467.1150243,0 +281876,0,0,0,463.0538537,0 +281877,0,0,0,459.0733326,0 +281878,0,0,0,454.5705051,0 +281879,0,0,0,450.3109812,0 +281880,0,0,0,445.7869748,0 +281881,0,0,0,430.9679369,0 +281882,0,0,0,424.4682221,0 +281883,0,0,0,419.167399,0 +281884,0,0,0,413.2130604,0 +281885,0,0,0,407.7590395,0 +281886,0,0,0,402.1179134,0 +281887,0,0,0,396.4610974,0 +281888,0,0,0,390.7512759,0 +281889,0,0,0,385.1364201,0 +281890,0,0,0,379.0938033,0 +281891,0,0,0,373.1573469,0 +281892,0,0,0,367.3841169,0 +281893,0,0,0,361.388581,0 +281894,0,0,0,355.1330692,0 +281895,0,0,0,349.0635909,0 +281896,0,0,0,342.8126805,0 +281897,0,0,0,336.5145686,0 +281898,0,0,0,330.4808086,0 +281899,0,0,0,324.1225495,0 +281900,0,0,0,317.6617494,0 +281901,0,0,0,311.2507454,0 +281902,0,0,0,304.4647218,0 +281903,0,0,0,279.1880438,0 +281904,0,0,0,269.5346977,0 +281905,0,0,0,261.7160238,0 +281906,0,0,0,253.6292235,0 +281907,0,0,0,246.3493902,0 +281908,0,0,0,238.7518787,0 +281909,0,0,0,231.2380482,0 +281910,0,0,0,224.1767937,0 +281911,0,0,0,216.2050089,0 +281912,0,0,0,208.416484,0 +281913,0,0,0,200.5071292,0 +281914,0,0,0,192.6361393,0 +281915,0,0,0,184.5575955,0 +281916,0,0,0,176.6118978,0 +281917,0,0,0,168.6225311,0 +281918,0,0,0,160.5132858,0 +281919,0,0,0,152.3613325,0 +281920,0,0,0,144.3060185,0 +281921,0,0,0,136.0272629,0 +281922,0,0,0,127.8957236,0 +281923,0,0,0,119.5537747,0 +281924,0,0,0,111.3675657,0 +281925,0,0,0,102.9304157,0 +281926,0,0,0,94.55353079,0 +281927,0,0,0,86.20751686,0 +281928,0,0,0,77.91762818,0 +281929,0,0,0,68.99066224,0 +281930,0,0,0,60.80757746,0 +281931,0,0,0,86.01734074,0 +281932,0,0,0,0,0 +281933,0,0,0,80.49356326,0 +281934,0,0,0,0,0 +281935,0,0,0,10.76950603,0 +281936,0,0,0,21.92920375,0 +281937,0,0,0,0,0 +281938,0,0,0,0,0 +281939,0,0,0,0,0 +281940,0,0,0,0,0 +281941,0,0,0,0,0 +281942,0,0,0,0,0 +281943,0,0,0,0,0 +281944,0,0,0,0,0 +281945,0,0,0,0,0 +281946,0,0,0,0,0 +281947,0,0,0,0,0 +281948,0,0,0,0,0 +281949,0,0,0,0,0 +281950,0,0,0,0,0 +281951,0,0,0,0,0 +281952,0,0,0,0,0 +281953,0,0,0,0,0 +281954,0,0,0,0,0 +281955,0,0,0,0,0 +281956,0,0,0,0,0 +281957,0,0,0,0,0 +281958,0,0,0,0,0 +281959,0,0,0,0,0 +281960,0,0,0,0,0 +281961,0,0,0,0,0 +281962,0,0,0,0,0 +281963,0,0,0,0,0 +281964,0,0,0,0,0 +281965,0,0,0,0,0 +281966,0,0,0,0,0 +281967,0,0,0,0,0 +281968,0,0,0,0,0 +281969,0,0,0,0,0 +281970,0,0,0,0,0 +281971,0,0,0,0,0 +281972,0,0,0,0,0 +281973,0,0,0,0,0 +281974,0,0,0,0,0 +281975,0,0,0,0,0 +281976,0,0,0,0,0 +281977,0,0,0,0,0 +281978,0,0,0,0,0 +281979,0,0,0,0,0 +281980,0,0,0,0,0 +281981,0,0,0,0,0 +281982,0,0,0,0,0 +281983,0,0,0,0,0 +281984,0,0,0,0,0 +281985,0,0,0,0,0 +281986,0,0,0,0,0 +281987,0,0,0,0,0 +281988,0,0,0,0,0 +281989,0,0,0,0,0 +281990,0,0,0,0,0 +281991,0,0,0,0,0 +281992,0,0,0,0,0 +281993,0,0,0,0,0 +281994,0,0,0,0,0 +281995,0,0,0,0,0 +281996,0,0,0,0,0 +281997,0,0,0,0,0 +281998,0,0,0,0,0 +281999,0,0,0,0,0 +282000,0,0,0,0,0 +282001,0,0,0,0,0 +282002,0,0,0,0,0 +282003,0,0,0,0,0 +282004,0,0,0,0,0 +282005,0,0,0,0,0 +282006,0,0,0,0,0 +282007,0,0,0,0,0 +282008,0,0,0,0,0 +282009,0,0,0,0,0 +282010,0,0,0,0,0 +282011,0,0,0,0,0 +282012,0,0,0,0,0 +282013,0,0,0,0,0 +282014,0,0,0,0,0 +282015,0,0,0,0,0 +282016,0,0,0,0,0 +282017,0,0,0,0,0 +282018,0,0,0,0,0 +282019,0,0,0,0,0 +282020,0,0,0,0,0 +282021,0,0,0,0,0 +282022,0,0,0,0,0 +282023,0,0,0,0,0 +282024,0,0,0,0,0 +282025,0,0,0,0,0 +282026,0,0,0,0,0 +282027,0,0,0,0,0 +282028,0,0,0,0,0 +282029,0,0,0,0,0 +282030,0,0,0,0,0 +282031,0,0,0,0,0 +282032,0,0,0,0,0 +282033,0,0,0,0,0 +282034,0,0,0,0,0 +282035,0,0,0,0,0 +282036,0,0,0,0,0 +282037,0,0,0,0,0 +282038,0,0,0,0,0 +282039,0,0,0,0,0 +282040,0,0,0,0,0 +282041,0,0,0,0,0 +282042,0,0,0,0,0 +282043,0,0,0,0,0 +282044,0,0,0,0,0 +282045,0,0,0,0,0 +282046,0,0,0,0,0 +282047,0,0,0,0,0 +282048,0,0,0,0,0 +282049,0,0,0,0,0 +282050,0,0,0,0,0 +282051,0,0,0,0,0 +282052,0,0,0,0,0 +282053,0,0,0,0,0 +282054,0,0,0,0,0 +282055,0,0,0,0,0 +282056,0,0,0,0,0 +282057,0,0,0,0,0 +282058,0,0,0,0,0 +282059,0,0,0,0,0 +282060,0,0,0,0,0 +282061,0,0,0,0,0 +282062,0,0,0,0,0 +282063,0,0,0,0,0 +282064,0,0,0,0,0 +282065,0,0,0,0,0 +282066,0,0,0,0,0 +282067,0,0,0,0,0 +282068,0,0,0,0,0 +282069,0,0,0,0,0 +282070,0,0,0,0,0 +282071,0,0,0,0,0 +282072,0,0,0,0,0 +282073,0,0,0,0,0 +282074,0,0,0,0,0 +282075,0,0,0,0,0 +282076,0,0,0,0,0 +282077,0,0,0,0,0 +282078,0,0,0,0,0 +282079,0,0,0,0,0 +282080,0,0,0,0,0 +282081,0,0,0,0,0 +282082,0,0,0,0,0 +282083,0,0,0,0,0 +282084,0,0,0,0,0 +282085,0,0,0,0,0 +282086,0,0,0,0,0 +282087,0,0,0,0,0 +282088,0,0,0,0,0 +282089,0,0,0,0,0 +282090,0,0,0,0,0 +282091,0,0,0,0,0 +282092,0,0,0,0,0 +282093,0,0,0,0,0 +282094,0,0,0,0,0 +282095,0,0,0,0,0 +282096,0,0,0,0,0 +282097,0,0,0,0,0 +282098,0,0,0,0,0 +282099,0,0,0,0,0 +282100,0,0,0,0,0 +282101,0,0,0,0,0 +282102,0,0,0,0,0 +282103,0,0,0,0,0 +282104,0,0,0,0,0 +282105,0,0,0,0,0 +282106,0,0,0,0,0 +282107,0,0,0,0,0 +282108,0,0,0,0,0 +282109,0,0,0,0,0 +282110,0,0,0,0,0 +282111,0,0,0,0,0 +282112,0,0,0,0,0 +282113,0,0,0,0,0 +282114,0,0,0,0,0 +282115,0,0,0,0,0 +282116,0,0,0,0,0 +282117,0,0,0,0,0 +282118,0,0,0,0,0 +282119,0,0,0,0,0 +282120,0,0,0,0,0 +282121,0,0,0,0,0 +282122,0,0,0,0,0 +282123,0,0,0,0,0 +282124,0,0,0,0,0 +282125,0,0,0,0,0 +282126,0,0,0,0,0 +282127,0,0,0,0,0 +282128,0,0,0,0,0 +282129,0,0,0,0,0 +282130,0,0,0,0,0 +282131,0,0,0,0,0 +282132,0,0,0,0,0 +282133,0,0,0,0,0 +282134,0,0,0,0,0 +282135,0,0,0,0,0 +282136,0,0,0,0,0 +282137,0,0,0,0,0 +282138,0,0,0,0,0 +282139,0,0,0,0,0 +282140,0,0,0,0,0 +282141,0,0,0,0,0 +282142,0,0,0,0,0 +282143,0,0,0,0,0 +282144,0,0,0,0,0 +282145,0,0,0,0,0 +282146,0,0,0,0,0 +282147,0,0,0,0,0 +282148,0,0,0,0,0 +282149,0,0,0,0,0 +282150,0,0,0,0,0 +282151,0,0,0,0,0 +282152,0,0,0,0,0 +282153,0,0,0,0,0 +282154,0,0,0,0,0 +282155,0,0,0,0,0 +282156,0,0,0,0,0 +282157,0,0,0,0,0 +282158,0,0,0,0,0 +282159,0,0,0,0,0 +282160,0,0,0,0,0 +282161,0,0,0,0,0 +282162,0,0,0,0,0 +282163,0,0,0,0,0 +282164,0,0,0,0,0 +282165,0,0,0,0,0 +282166,0,0,0,0,0 +282167,0,0,0,0,0 +282168,0,0,0,0,0 +282169,0,0,0,0,0 +282170,0,0,0,0,0 +282171,0,0,0,0,0 +282172,0,0,0,0,0 +282173,0,0,0,0,0 +282174,0,0,0,0,0 +282175,0,0,0,0,0 +282176,0,0,0,0,0 +282177,0,0,0,0,0 +282178,0,0,0,0,0 +282179,0,0,0,0,0 +282180,0,0,0,0,0 +282181,0,0,0,0,0 +282182,0,0,0,0,0 +282183,0,0,0,0,0 +282184,0,0,0,0,0 +282185,0,0,0,0,0 +282186,0,0,0,0,0 +282187,0,0,0,0,0 +282188,0,0,0,0,0 +282189,0,0,0,0,0 +282190,0,0,0,0,0 +282191,0,0,0,0,0 +282192,0,0,0,0,0 +282193,0,0,0,0,0 +282194,0,0,0,0,0 +282195,0,0,0,0,0 +282196,0,0,0,0,0 +282197,0,0,0,0,0 +282198,0,0,0,0,0 +282199,0,0,0,0,0 +282200,0,0,0,0,0 +282201,0,0,0,0,0 +282202,0,0,0,0,0 +282203,0,0,0,0,0 +282204,0,0,0,0,0 +282205,0,0,0,0,0 +282206,0,0,0,0,0 +282207,0,0,0,0,0 +282208,0,0,0,0,0 +282209,0,0,0,0,0 +282210,0,0,0,0,0 +282211,0,0,0,0,0 +282212,0,0,0,0,0 +282213,0,0,0,0,0 +282214,0,0,0,0,0 +282215,0,0,0,0,0 +282216,0,0,0,0,0 +282217,0,0,0,0,0 +282218,0,0,0,0,0 +282219,0,0,0,0,0 +282220,0,0,0,0,0 +282221,0,0,0,0,0 +282222,0,0,0,0,0 +282223,0,0,0,0,0 +282224,0,0,0,0,0 +282225,0,0,0,0,0 +282226,0,0,0,0,0 +282227,0,0,0,0,0 +282228,0,0,0,0,0 +282229,0,0,0,0,0 +282230,0,0,0,0,0 +282231,0,0,0,0,0 +282232,0,0,0,0,0 +282233,0,0,0,0,0 +282234,0,0,0,0,0 +282235,0,0,0,0,0 +282236,0,0,0,0,0 +282237,0,0,0,0,0 +282238,0,0,0,0,0 +282239,0,0,0,0,0 +282240,0,0,0,0,0 +282241,0,0,0,0,0 +282242,0,0,0,0,0 +282243,0,0,0,0,0 +282244,0,0,0,0,0 +282245,0,0,0,0,0 +282246,0,0,0,0,0 +282247,0,0,0,0,0 +282248,0,0,0,0,0 +282249,0,0,0,0,0 +282250,0,0,0,0,0 +282251,0,0,0,0,0 +282252,0,0,0,0,0 +282253,0,0,0,0,0 +282254,0,0,0,0,0 +282255,0,0,0,0,0 +282256,0,0,0,0,0 +282257,0,0,0,0,0 +282258,0,0,0,0,0 +282259,0,0,0,0,0 +282260,0,0,0,0,0 +282261,0,0,0,0,0 +282262,0,0,0,0,0 +282263,0,0,0,0,0 +282264,0,0,0,0,0 +282265,0,0,0,0,0 +282266,0,0,0,0,0 +282267,0,0,0,0,0 +282268,0,0,0,0,0 +282269,0,0,0,0,0 +282270,0,0,0,0,0 +282271,0,0,0,0,0 +282272,0,0,0,0,0 +282273,0,0,0,0,0 +282274,0,0,0,0,0 +282275,0,0,0,0,0 +282276,0,0,0,0,0 +282277,0,0,0,0,0 +282278,0,0,0,0,0 +282279,0,0,0,0,0 +282280,0,0,0,0,0 +282281,0,0,0,0,0 +282282,0,0,0,0,0 +282283,0,0,0,0,0 +282284,0,0,0,0,0 +282285,0,0,0,0,0 +282286,0,0,0,0,0 +282287,0,0,0,0,0 +282288,0,0,0,0,0 +282289,0,0,0,0,0 +282290,0,0,0,0,0 +282291,0,0,0,0,0 +282292,0,0,0,0,0 +282293,0,0,0,0,0 +282294,0,0,0,0,0 +282295,0,0,0,0,0 +282296,0,0,0,0,0 +282297,0,0,0,0,0 +282298,0,0,0,0,0 +282299,0,0,0,0,0 +282300,0,0,0,0,0 +282301,0,0,0,0,0 +282302,0,0,0,0,0 +282303,0,0,0,0,0 +282304,0,0,0,0,0 +282305,0,0,0,0,0 +282306,0,0,0,0,0 +282307,0,0,0,0,0 +282308,0,0,0,0,0 +282309,0,0,0,0,0 +282310,0,0,0,0,0 +282311,0,0,0,0,0 +282312,0,0,0,0,0 +282313,0,0,0,0,0 +282314,0,0,0,0,0 +282315,0,0,0,0,0 +282316,0,0,0,0,0 +282317,0,0,0,0,0 +282318,0,0,0,0,0 +282319,0,0,0,0,0 +282320,0,0,0,0,0 +282321,0,0,0,0,0 +282322,0,0,0,0,0 +282323,0,0,0,0,0 +282324,0,0,0,0,0 +282325,0,0,0,0,0 +282326,0,0,0,0,0 +282327,0,0,0,0,0 +282328,0,0,0,0,0 +282329,0,0,0,0,0 +282330,0,0,0,0,0 +282331,0,0,0,0,0 +282332,0,0,0,0,0 +282333,0,0,0,0,0 +282334,0,0,0,0,0 +282335,0,0,0,0,0 +282336,0,0,0,0,0 +282337,0,0,0,0,0 +282338,0,0,0,0,0 +282339,0,0,0,0,0 +282340,0,0,0,0,0 +282341,0,0,0,0,0 +282342,0,0,0,0,0 +282343,0,0,0,0,0 +282344,0,0,0,0,0 +282345,0,0,0,0,0 +282346,0,0,0,0,0 +282347,0,0,0,0,0 +282348,0,0,0,0,0 +282349,0,0,0,0,0 +282350,0,0,0,0,0 +282351,0,0,0,0,0 +282352,0,0,0,0,0 +282353,0,0,0,0,0 +282354,0,0,0,0,0 +282355,0,0,0,0,0 +282356,0,0,0,0,0 +282357,0,0,0,0,0 +282358,0,0,0,0,0 +282359,0,0,0,0,0 +282360,0,0,0,0,0 +282361,0,0,0,0,0 +282362,0,0,0,0,0 +282363,0,0,0,0,0 +282364,0,0,0,0,0 +282365,0,0,0,0,0 +282366,0,0,0,0,0 +282367,0,0,0,0,0 +282368,0,0,0,0,0 +282369,0,0,0,0,0 +282370,0,0,0,0,0 +282371,0,0,0,0,0 +282372,0,0,0,0,0 +282373,0,0,0,0,0 +282374,0,0,0,0,0 +282375,0,0,0,0,0 +282376,0,0,0,0,0 +282377,0,0,0,0,0 +282378,0,0,0,0,0 +282379,0,0,0,0,0 +282380,0,0,0,0,0 +282381,0,0,0,0,0 +282382,0,0,0,0,0 +282383,0,0,0,0,0 +282384,0,0,0,0,0 +282385,0,0,0,0,0 +282386,0,0,0,0,0 +282387,0,0,0,0,0 +282388,0,0,0,0,0 +282389,0,0,0,0,0 +282390,0,0,0,0,0 +282391,0,0,0,0,0 +282392,0,0,0,0,0 +282393,0,0,0,0,0 +282394,0,0,0,0,0 +282395,0,0,0,0,0 +282396,0,0,0,0,0 +282397,0,0,0,0,0 +282398,0,0,0,0,0 +282399,0,0,0,0,0 +282400,0,0,0,0,0 +282401,0,0,0,0,0 +282402,0,0,0,0,0 +282403,0,0,0,0,0 +282404,0,0,0,0,0 +282405,0,0,0,0,0 +282406,0,0,0,0,0 +282407,0,0,0,0,0 +282408,0,0,0,0,0 +282409,0,0,0,0,0 +282410,0,0,0,0,0 +282411,0,0,0,0,0 +282412,0,0,0,0,0 +282413,0,0,0,0,0 +282414,0,0,0,0,0 +282415,0,0,0,0,0 +282416,0,0,0,0,0 +282417,0,0,0,0,0 +282418,0,0,0,0,0 +282419,0,0,0,0,0 +282420,0,0,0,0,0 +282421,0,0,0,0,0 +282422,0,0,0,0,0 +282423,0,0,0,0,0 +282424,0,0,0,0,0 +282425,0,0,0,0,0 +282426,0,0,0,0,0 +282427,0,0,0,0,0 +282428,0,0,0,0,0 +282429,0,0,0,0,0 +282430,0,0,0,0,0 +282431,0,0,0,0,0 +282432,0,0,0,0,0 +282433,0,0,0,0,0 +282434,0,0,0,0,0 +282435,0,0,0,0,0 +282436,0,0,0,0,0 +282437,0,0,0,0,0 +282438,0,0,0,0,0 +282439,0,0,0,0,0 +282440,0,0,0,0,0 +282441,0,0,0,0,0 +282442,0,0,0,0,0 +282443,0,0,0,0,0 +282444,0,0,0,0,0 +282445,0,0,0,0,0 +282446,0,0,0,0,0 +282447,0,0,0,0,0 +282448,0,0,0,0,0 +282449,0,0,0,0,0 +282450,0,0,0,0,0 +282451,0,0,0,0,0 +282452,0,0,0,0,0 +282453,0,0,0,0,0 +282454,0,0,0,0,0 +282455,0,0,0,0,0 +282456,0,0,0,0,0 +282457,0,0,0,0,0 +282458,0,0,0,0,0 +282459,0,0,0,0,0 +282460,0,0,0,0,0 +282461,0,0,0,0,0 +282462,0,0,0,0,0 +282463,0,0,0,0,0 +282464,0,0,0,0,0 +282465,0,0,0,0,0 +282466,0,0,0,0,0 +282467,0,0,0,0,0 +282468,0,0,0,0,0 +282469,0,0,0,0,0 +282470,0,0,0,0,0 +282471,0,0,0,0,0 +282472,0,0,0,0,0 +282473,0,0,0,0,0 +282474,0,0,0,0,0 +282475,0,0,0,0,0 +282476,0,0,0,0,0 +282477,0,0,0,0,0 +282478,0,0,0,0,0 +282479,0,0,0,0,0 +282480,0,0,0,0,0 +282481,0,0,0,0,0 +282482,0,0,0,0,0 +282483,0,0,0,0,0 +282484,0,0,0,0,0 +282485,0,0,0,0,0 +282486,0,0,0,0,0 +282487,0,0,0,0,0 +282488,0,0,0,0,0 +282489,0,0,0,0,0 +282490,0,0,0,0,0 +282491,0,0,0,0,0 +282492,0,0,0,0,0 +282493,0,0,0,0,0 +282494,0,0,0,0,0 +282495,0,0,0,0,0 +282496,0,0,0,0,0 +282497,0,0,0,0,0 +282498,0,0,0,0,0 +282499,0,0,0,0,0 +282500,0,0,0,0,0 +282501,0,0,0,0,0 +282502,0,0,0,0,0 +282503,0,0,0,0,0 +282504,0,0,0,0,0 +282505,0,0,0,0,0 +282506,0,0,0,0,0 +282507,0,0,0,0,0 +282508,0,0,0,0,0 +282509,0,0,0,0,0 +282510,0,0,0,0,0 +282511,0,0,0,0,0 +282512,0,0,0,0,0 +282513,0,0,0,0,0 +282514,0,0,0,0,0 +282515,0,0,0,0,0 +282516,0,0,0,0,0 +282517,0,0,0,0,0 +282518,0,0,0,0,0 +282519,0,0,0,0,0 +282520,0,0,0,0,0 +282521,0,0,0,0,0 +282522,0,0,0,0,0 +282523,0,0,0,0,0 +282524,0,0,0,0,0 +282525,0,0,0,0,0 +282526,0,0,0,0,0 +282527,0,0,0,0,0 +282528,0,0,0,0,0 +282529,0,0,0,0,0 +282530,0,0,0,0,0 +282531,0,0,0,0,0 +282532,0,0,0,0,0 +282533,0,0,0,0,0 +282534,0,0,0,0,0 +282535,0,0,0,0,0 +282536,0,0,0,0,0 +282537,0,0,0,0,0 +282538,0,0,0,0,0 +282539,0,0,0,0,0 +282540,0,0,0,0,0 +282541,0,0,0,0,0 +282542,0,0,0,0,0 +282543,0,0,0,0,0 +282544,0,0,0,0,0 +282545,0,0,0,0,0 +282546,0,0,0,0,0 +282547,0,0,0,0,0 +282548,0,0,0,0,0 +282549,0,0,0,0,0 +282550,0,0,0,0,0 +282551,0,0,0,0,0 +282552,0,0,0,0,0 +282553,0,0,0,0,0 +282554,0,0,0,0,0 +282555,0,0,0,0,0 +282556,0,0,0,0,0 +282557,0,0,0,0,0 +282558,0,0,0,0,0 +282559,0,0,0,0,0 +282560,0,0,0,0,0 +282561,0,0,0,0,0 +282562,0,0,0,0,0 +282563,0,0,0,0,0 +282564,0,0,0,0,0 +282565,0,0,0,0,0 +282566,0,0,0,0,0 +282567,0,0,0,0,0 +282568,0,0,0,0,0 +282569,0,0,0,0,0 +282570,0,0,0,0,0 +282571,0,0,0,0,0 +282572,0,0,0,0,0 +282573,0,0,0,0,0 +282574,0,0,0,0,0 +282575,0,0,0,0,0 +282576,0,0,0,0,0 +282577,0,0,0,0,0 +282578,0,0,0,0,0 +282579,0,0,0,0,0 +282580,0,0,0,0,0 +282581,0,0,0,0,0 +282582,0,0,0,0,0 +282583,0,0,0,0,0 +282584,0,0,0,0,0 +282585,0,0,0,0,0 +282586,0,0,0,0,0 +282587,0,0,0,0,0 +282588,0,0,0,0,0 +282589,0,0,0,0,0 +282590,0,0,0,0,0 +282591,0,0,0,0,0 +282592,0,0,0,0,0 +282593,0,0,0,0,0 +282594,0,0,0,0,0 +282595,0,0,0,0,0 +282596,0,0,0,0,0 +282597,0,0,0,0,0 +282598,0,0,0,0,0 +282599,0,0,0,0,0 +282600,0,0,0,0,0 +282601,0,0,0,0,0 +282602,0,0,0,0,0 +282603,0,0,0,0,0 +282604,0,0,0,0,0 +282605,0,0,0,0,0 +282606,0,0,0,0,0 +282607,0,0,0,0,0 +282608,0,0,0,0,0 +282609,0,0,0,0,0 +282610,0,0,0,0,0 +282611,0,0,0,0,0 +282612,0,0,0,0,0 +282613,0,0,0,0,0 +282614,0,0,0,0,0 +282615,0,0,0,0,0 +282616,0,0,0,0,0 +282617,0,0,0,0,0 +282618,0,0,0,0,0 +282619,0,0,0,0,0 +282620,0,0,0,0,0 +282621,0,0,0,0,0 +282622,0,0,0,0,0 +282623,0,0,0,0,0 +282624,0,0,0,0,0 +282625,0,0,0,0,0 +282626,0,0,0,0,0 +282627,0,0,0,0,0 +282628,0,0,0,0,0 +282629,0,0,0,0,0 +282630,0,0,0,0,0 +282631,0,0,0,0,0 +282632,0,0,0,0,0 +282633,0,0,0,0,0 +282634,0,0,0,0,0 +282635,0,0,0,0,0 +282636,0,0,0,0,0 +282637,0,0,0,0,0 +282638,0,0,0,0,0 +282639,0,0,0,0,0 +282640,0,0,0,0,0 +282641,0,0,0,0,0 +282642,0,0,0,0,0 +282643,0,0,0,0,0 +282644,0,0,0,0,0 +282645,0,0,0,0,0 +282646,0,0,0,0,0 +282647,0,0,0,0,0 +282648,0,0,0,0,0 +282649,0,0,0,0,0 +282650,0,0,0,0,0 +282651,0,0,0,0,0 +282652,0,0,0,0,0 +282653,0,0,0,0,0 +282654,0,0,0,0,0 +282655,0,0,0,0,0 +282656,0,0,0,0,0 +282657,0,0,0,0,0 +282658,0,0,0,0,0 +282659,0,0,0,0,0 +282660,0,0,0,0,0 +282661,216.3233164,2965.336664,1309.492636,0,0 +282662,0,2579.136295,1236.148737,6.539907163,0 +282663,0,1504.869905,1258.750937,22.03712031,0 +282664,64.99798625,0,1279.280825,29.57985174,0 +282665,62.93456615,1121.560944,1281.480692,5.604469339,0 +282666,60.81125253,899.8945005,1278.571072,32.49015984,0 +282667,70.10257031,808.412518,1270.645963,29.43849301,0 +282668,74.97817718,829.0942175,1261.150063,32.14386816,0 +282669,79.72921446,833.3473922,1251.949095,35.20288592,0 +282670,84.66407632,837.9517685,1243.54357,37.87201807,0 +282671,89.44737338,842.8412785,1236.221208,40.53106068,0 +282672,94.03819256,847.9836685,1230.035851,43.13205335,0 +282673,98.94993831,853.2909426,1224.953471,45.70357473,0 +282674,103.620897,858.9274046,1220.882801,48.33411594,0 +282675,108.3732454,864.6208291,1217.712088,50.87856306,0 +282676,113.11562,870.5823394,1215.328185,53.43895551,0 +282677,117.8410452,876.4992499,1213.625266,55.93955891,0 +282678,122.4937287,882.8199529,1212.508038,58.52731522,0 +282679,127.3860496,889.1017569,1211.893091,61.01708708,0 +282680,132.1642019,895.5159417,1211.708058,63.4854375,0 +282681,136.6766101,902.2395362,1211.89088,66.05019845,0 +282682,141.6904971,912.1855922,1212.388531,68.45962494,0 +282683,146.3690834,921.7298009,1213.156819,71.07008994,0 +282684,151.0626548,931.4567699,1214.156873,73.38838811,0 +282685,156.1651479,941.1473794,1215.356162,75.9792391,0 +282686,160.7100493,950.9781104,1216.727178,78.40079057,0 +282687,165.6554099,960.8775273,1218.21984,80.81963511,0 +282688,170.3513241,970.7956347,1219.829351,83.41819902,0 +282689,175.4232723,980.9963997,1221.564151,85.6946966,0 +282690,180.2014676,990.9810074,1223.403399,88.35790154,0 +282691,185.1174748,1000.178751,1225.330806,90.54845346,0 +282692,189.6463607,1009.354491,1227.303438,93.1009792,0 +282693,194.3566429,1018.360251,1229.291469,95.43072234,0 +282694,199.3202021,1027.391818,1231.281762,97.8322149,0 +282695,203.9663485,1036.390677,1233.270476,100.2096712,0 +282696,208.765657,1045.371124,1235.25653,102.5257132,0 +282697,213.5458617,1054.270188,1237.23957,105.0143161,0 +282698,218.3371314,1063.316407,1239.218889,107.4119568,0 +282699,222.9668989,1072.267375,1241.193643,109.6133477,0 +282700,228.2194004,1081.033262,1243.138716,112.1676738,0 +282701,232.6320766,1090.091592,1245.068209,114.4738397,0 +282702,237.6340548,1098.923351,1247.00441,116.867706,0 +282703,242.4453643,1107.815117,1248.940774,119.2525393,0 +282704,247.3013249,1116.683382,1250.873049,121.6247553,0 +282705,252.1673813,1127.918632,1252.798654,124.0120192,0 +282706,256.8420816,1137.138001,1254.716665,126.3950397,0 +282707,262.0520518,1145.654606,1256.625324,128.6979562,0 +282708,266.7940166,1155.908483,1258.524032,131.2152992,0 +282709,271.7456919,1163.74779,1260.412687,133.5392636,0 +282710,276.6725901,1174.907902,1262.29002,136.0343888,0 +282711,281.6113941,1156.120626,1264.157056,138.1976813,0 +282712,286.563457,1200.317669,1266.0048,140.8078791,0 +282713,291.5268035,1192.126258,1267.830167,143.1181308,0 +282714,296.5036731,1204.485885,1269.625684,145.5373316,0 +282715,301.4916843,1213.08713,1271.425237,147.9412931,0 +282716,306.493438,1221.733317,1273.218815,150.2488391,0 +282717,311.5189236,1230.563225,1275.002842,152.8160577,0 +282718,316.5260443,1239.023551,1276.775188,155.2507966,0 +282719,321.5991882,1247.702809,1278.534257,157.5272453,0 +282720,326.6096083,1256.354101,1280.27939,160.0264834,0 +282721,331.9326352,1264.632502,1282.010104,162.5173474,0 +282722,337.2279016,1273.2484,1283.71765,164.930925,0 +282723,342.536684,1281.669109,1285.403752,167.6295238,0 +282724,347.9288435,1289.951577,1287.06562,170.0773706,0 +282725,353.2467211,1298.373021,1288.684318,172.636371,0 +282726,358.6777218,1306.694487,1290.272758,175.1803134,0 +282727,364.0571549,1315.001061,1291.856617,177.7293218,0 +282728,369.4487753,1323.283261,1293.426196,180.2799162,0 +282729,374.9269825,1331.535838,1294.981397,182.8425667,0 +282730,380.3236345,1339.840927,1296.517263,185.4053898,0 +282731,385.5451676,1347.914404,1298.03619,187.9745426,0 +282732,391.4346583,1356.05867,1299.534598,190.5489128,0 +282733,396.7539709,1364.392173,1301.01575,193.1277063,0 +282734,402.2653564,1372.305682,1302.651106,195.7119391,0 +282735,407.8495566,1380.459896,1304.09061,198.30052,0 +282736,413.3374283,1388.489218,1305.485631,200.8944887,0 +282737,418.9214286,1396.588374,1306.855951,203.3609128,0 +282738,424.5231843,1404.346292,1308.219929,206.1706004,0 +282739,430.0613571,1412.486652,1309.570441,208.6743457,0 +282740,435.7261703,1420.31829,1310.908157,211.3121629,0 +282741,441.2862184,1428.207421,1312.227628,213.9288175,0 +282742,446.9835065,1436.133069,1313.526927,216.5512517,0 +282743,452.570052,1443.804515,1314.806295,219.3220411,0 +282744,458.2619568,1451.634489,1316.066041,221.7250204,0 +282745,463.9690095,1459.256881,1317.306276,224.473223,0 +282746,469.6048428,1467.168631,1318.505734,226.9323758,0 +282747,475.3382612,1474.610116,1319.679065,229.8149,0 +282748,481.0892094,1482.300993,1320.845496,232.3416468,0 +282749,486.763976,1489.849752,1321.99803,235.0206074,0 +282750,492.5401255,1497.372035,1323.133,237.6756856,0 +282751,498.345411,1504.672043,1324.248534,240.3588816,0 +282752,504.0746887,1511.550955,1325.338476,243.0496753,0 +282753,509.9039329,1518.803685,1326.398589,245.7449693,0 +282754,515.7493545,1525.69134,1327.427749,248.4452134,0 +282755,521.5104895,1532.611541,1328.40664,251.1489804,0 +282756,527.3760643,1539.450297,1329.350257,253.8570406,0 +282757,532.8434927,1546.31911,1330.277184,256.5681044,0 +282758,539.2742976,1557.808953,1331.181501,259.1057899,0 +282759,544.8103237,1557.062597,1332.062215,262.1002166,0 +282760,550.861513,1580.480989,1332.913568,264.6817716,0 +282761,556.6025372,1551.589984,1333.744191,267.4387945,0 +282762,562.6081598,1588.165008,1334.535732,270.1650989,0 +282763,568.4703808,1583.974935,1335.314339,272.8943771,0 +282764,574.3920499,1591.592795,1336.059649,275.626341,0 +282765,580.3140224,1597.964755,1336.76143,278.3599621,0 +282766,586.1989321,1604.236901,1337.432281,281.0961165,0 +282767,592.2559846,1610.342592,1338.089677,283.8336372,0 +282768,598.0945318,1616.499534,1338.727225,286.5734777,0 +282769,604.0462505,1622.335884,1339.341823,289.3144356,0 +282770,610.0738858,1628.334899,1339.932079,292.0574282,0 +282771,616.0552721,1634.072128,1340.497513,294.8013078,0 +282772,621.9168616,1640.0136,1341.037853,297.5469749,0 +282773,628.012699,1645.66193,1341.553142,300.2933011,0 +282774,633.9579722,1651.434351,1342.025323,302.8333523,0 +282775,639.9136687,1656.87365,1342.468295,305.9061727,0 +282776,646.0437269,1662.469604,1342.898258,308.4916757,0 +282777,651.9375382,1667.906644,1343.308867,311.2815227,0 +282778,657.9501872,1673.292251,1343.697139,314.2409283,0 +282779,664.0410772,1678.610114,1344.061909,316.6691149,0 +282780,670.0819617,1683.961158,1344.402423,319.6054871,0 +282781,674.9856383,1688.667331,1344.718792,321.9455885,0 +282782,680.3234846,1693.552322,1345.00089,324.4118235,0 +282783,685.3588317,1698.278323,1345.224941,326.8856596,0 +282784,690.5916594,1702.842507,1345.401866,329.3063731,0 +282785,695.6191009,1707.598087,1345.548026,331.7759872,0 +282786,700.9741324,1712.045168,1345.659598,334.2217413,0 +282787,705.9226078,1716.619496,1345.736111,336.6903354,0 +282788,711.1841321,1725.671318,1345.778065,339.0992867,0 +282789,716.186911,1719.201528,1345.787965,341.5564331,0 +282790,721.4770307,1753.409307,1345.761716,344.0129323,0 +282791,726.4961537,1701.364096,1345.71417,346.4108839,0 +282792,731.7607348,1753.582217,1345.615649,348.8595183,0 +282793,736.6703368,1737.958052,1345.510081,351.3068977,0 +282794,741.9961676,1745.738688,1345.346496,353.6941869,0 +282795,746.9919724,1749.397253,1345.155527,356.1333505,0 +282796,752.1875838,1753.267264,1344.947724,358.5469362,0 +282797,757.2323527,1756.966461,1344.718071,360.9853259,0 +282798,762.3520227,1760.606419,1344.464056,363.3585767,0 +282799,767.5419157,1764.171509,1344.184939,365.784168,0 +282800,772.5764761,1767.662657,1343.880593,367.9317296,0 +282801,777.6648348,1771.188394,1343.551127,370.7466162,0 +282802,782.8198107,1774.364866,1343.19706,372.9086278,0 +282803,787.7834498,1777.60004,1342.818363,375.3662179,0 +282804,793.0360577,1780.936005,1342.40003,377.7501269,0 +282805,798.0060626,1783.969907,1341.953993,380.1608193,0 +282806,803.2294413,1787.027375,1341.495213,382.5021577,0 +282807,808.1412759,1789.991786,1341.018557,384.8983775,0 +282808,813.2674646,1792.880023,1340.519979,387.2662412,0 +282809,818.354834,1795.69271,1339.999981,389.6606235,0 +282810,823.4378122,1798.429385,1339.457288,391.9833185,0 +282811,828.3688071,1800.973336,1338.893207,394.3246711,0 +282812,833.3204082,1803.528814,1338.304018,396.6288638,0 +282813,838.2899743,1807.702184,1337.68947,398.9288548,0 +282814,843.3408453,1806.395548,1337.048535,401.2485462,0 +282815,848.1078522,1819.729525,1336.366369,403.4921627,0 +282816,853.1786421,1798.440596,1335.660236,405.7912678,0 +282817,858.0215661,1821.370336,1334.931056,408.0576709,0 +282818,862.9157068,1833.353508,1334.191862,410.3222397,0 +282819,867.8277077,1790.762613,1333.431824,412.6073456,0 +282820,872.7622312,1833.572409,1332.635537,414.815624,0 +282821,877.5761069,1818.416966,1331.836552,417.0805269,0 +282822,882.5425865,1823.337267,1331.005606,419.3128406,0 +282823,887.4133097,1824.646607,1330.157248,421.5428594,0 +282824,892.146145,1826.180648,1329.288081,423.7949879,0 +282825,897.1260619,1827.529589,1328.399046,425.9672955,0 +282826,901.818161,1828.813398,1327.490592,428.1988897,0 +282827,906.7387122,1830.01655,1326.563058,430.3964966,0 +282828,911.5835914,1831.138903,1325.602919,432.5924022,0 +282829,916.3420244,1832.180566,1324.622498,434.8111719,0 +282830,921.1264924,1833.141719,1323.633938,436.9473761,0 +282831,925.9128269,1834.022775,1322.631952,439.1451457,0 +282832,930.7030195,1834.82334,1321.614502,441.3082598,0 +282833,935.5989658,1835.543795,1320.580939,443.4693245,0 +282834,940.1746485,1836.184355,1319.531235,445.6236755,0 +282835,944.9915412,1836.744853,1318.46549,447.8017403,0 +282836,949.7196312,1837.22561,1317.384202,449.8949132,0 +282837,954.5347387,1837.626756,1316.287621,452.0515848,0 +282838,959.194374,1837.948258,1315.176207,454.1727569,0 +282839,963.8898684,1838.190213,1314.05024,456.2919402,0 +282840,968.5111233,1838.352913,1312.910145,458.4043444,0 +282841,974.0708741,1838.563029,1311.756284,460.7676712,0 +282842,979.2732186,1838.739387,1310.596708,463.0890402,0 +282843,984.5304203,1838.850813,1309.422576,465.3203802,0 +282844,989.8463349,1838.889517,1308.246628,467.6184456,0 +282845,994.9606666,1838.852852,1307.079137,469.8822702,0 +282846,1000.248741,1838.740328,1305.913247,472.1464011,0 +282847,1005.378301,1838.551585,1304.745697,474.4052325,0 +282848,1010.717506,1838.28679,1303.574699,476.6915353,0 +282849,1015.869551,1837.94667,1302.399452,478.8912408,0 +282850,1021.088943,1837.530836,1301.047163,481.159704,0 +282851,1026.285772,1837.038237,1299.866819,483.3916715,0 +282852,1031.47897,1836.471561,1298.683082,485.6250828,0 +282853,1036.663663,1835.829305,1297.493995,487.8525439,0 +282854,1041.841539,1835.112187,1296.298162,490.0747476,0 +282855,1047.011669,1834.319609,1295.095233,492.324983,0 +282856,1052.522459,1833.451822,1293.885481,494.4850691,0 +282857,1060.59956,1832.508949,1292.669334,496.7161839,0 +282858,1060.89769,1831.490612,1291.448255,498.9109091,0 +282859,1074.008646,1830.397614,1290.206355,501.1055833,0 +282860,1067.150258,1829.229911,1288.962243,503.2950176,0 +282861,1091.470184,1827.987495,1287.715475,505.4788604,0 +282862,1066.773187,1826.670825,1286.478345,507.6923384,0 +282863,1090.059783,1825.279631,1285.223225,509.8118897,0 +282864,1095.156528,1823.814734,1283.977961,512.0059735,0 +282865,1097.160937,1822.1601,1282.726177,514.1622339,0 +282866,1103.409056,1820.714002,1281.470204,516.3189717,0 +282867,1108.35802,1818.945757,1280.212958,518.4703532,0 +282868,1113.486718,1840.71241,1278.953096,520.6164538,0 +282869,1118.529016,1780.993927,1277.699057,522.7571924,0 +282870,1123.575725,1830.587205,1276.422893,524.9287618,0 +282871,1128.330181,1812.404406,1275.170227,526.797181,0 +282872,1133.230922,1801.772421,1273.900811,528.5886741,0 +282873,1138.053149,1820.741134,1272.622891,531.0257465,0 +282874,1142.769811,1788.159434,1271.346107,532.8543454,0 +282875,1147.684803,1818.196965,1270.051314,534.7923917,0 +282876,1152.493532,1784.563568,1268.766419,536.8732934,0 +282877,1157.131755,1802.974058,1267.463846,538.7308448,0 +282878,1161.928845,1792.200605,1266.169389,540.75727,0 +282879,1166.749332,1790.999237,1264.867779,542.6527087,0 +282880,1171.235806,1788.02888,1263.566844,544.7076858,0 +282881,1176.131911,1785.071039,1262.265557,546.4805505,0 +282882,1180.839178,1782.025512,1260.965077,548.5380736,0 +282883,1177.72622,1769.370261,1259.666483,551.2504621,0 +282884,1180.690136,1764.426679,1258.319824,553.1168756,0 +282885,1184.750912,1760.211265,1256.949824,555.2293914,0 +282886,1188.837657,1756.110104,1255.578988,557.017076,0 +282887,1192.910486,1752.04977,1254.219634,559.0367671,0 +282888,1196.918842,1747.985774,1252.875645,560.8225061,0 +282889,1201.225922,1743.897596,1251.546674,562.8484299,0 +282890,1205.163833,1739.665429,1250.231971,564.5127773,0 +282891,1209.49232,1735.659165,1248.930422,566.5665256,0 +282892,1213.429452,1753.136128,1247.630239,568.2715429,0 +282893,1217.85112,1695.373875,1246.360062,570.2231898,0 +282894,1221.631321,1738.512108,1245.093139,571.9448348,0 +282895,1226.021658,1714.996193,1243.85645,573.870966,0 +282896,1229.926277,1713.928194,1242.618495,575.5743998,0 +282897,1234.231412,1709.669281,1241.396607,577.4828321,0 +282898,1238.042412,1705.089102,1240.187881,579.1294687,0 +282899,1242.486565,1700.665987,1238.992751,581.0815118,0 +282900,1246.307869,1695.911376,1237.812109,582.721312,0 +282901,1250.006436,1691.269925,1236.645773,584.4192047,0 +282902,1253.808178,1686.459325,1235.490485,585.9921879,0 +282903,1257.354541,1681.604906,1234.343335,587.644564,0 +282904,1261.119447,1676.586341,1233.203558,589.2502137,0 +282905,1264.780681,1671.776929,1232.07203,590.8539487,0 +282906,1268.447026,1666.683888,1230.950134,592.4492227,0 +282907,1272.103512,1661.719056,1229.839168,593.9966978,0 +282908,1275.748316,1656.523829,1228.740473,595.6376931,0 +282909,1279.380518,1651.386078,1227.655075,597.1786697,0 +282910,1283.002799,1646.042561,1226.583948,598.7502226,0 +282911,1286.613394,1640.889972,1225.527964,600.3073103,0 +282912,1290.314738,1635.465057,1224.488042,601.857267,0 +282913,1293.745426,1630.180663,1223.464918,603.4002517,0 +282914,1297.297803,1624.577419,1222.459274,604.9363102,0 +282915,1301.003097,1619.146235,1221.471892,606.5070314,0 +282916,1304.479414,1613.472971,1220.503543,607.925067,0 +282917,1308.039954,1608.016983,1219.554652,609.5360771,0 +282918,1311.572449,1602.295243,1218.631056,611.0074231,0 +282919,1315.093952,1596.613991,1217.738239,612.5185517,0 +282920,1318.733354,1590.871498,1216.879046,614.0164032,0 +282921,1322.190434,1584.98237,1216.053914,615.5084884,0 +282922,1325.68334,1579.291254,1215.261288,616.9947407,0 +282923,1329.285765,1573.345211,1214.498895,618.4754321,0 +282924,1332.701649,1590.347811,1213.763732,619.9506038,0 +282925,1336.20255,1527.936865,1213.060966,621.4205022,0 +282926,1339.642948,1572.125539,1212.36077,622.8851725,0 +282927,1343.192588,1545.686069,1211.705663,624.3023495,0 +282928,1346.58526,1543.208559,1211.057096,625.8218067,0 +282929,1350.016609,1537.251,1210.430939,627.2396838,0 +282930,1353.539164,1531.02064,1209.821738,628.6924622,0 +282931,1356.858891,1524.79607,1209.228877,630.170879,0 +282932,1360.0995,1518.511881,1208.651196,631.5348933,0 +282933,1363.697019,1512.189549,1208.087441,632.9916906,43.15818747 +282934,1366.887969,1505.928025,1207.547948,634.4033581,0 +282935,1370.213189,1499.300751,1207.003478,635.817544,39.14399333 +282936,1373.627318,1493.084942,1206.485967,637.2267995,42.43090846 +282937,1376.84556,1486.548135,1205.975869,638.6314786,6.457670065 +282938,1380.149969,1480.080491,1205.466552,639.9876412,41.92808137 +282939,1383.388821,1473.570582,1204.981838,641.4498501,56.33590195 +282940,1386.646055,1467.034305,1204.506952,642.807814,0 +282941,1389.894778,1460.375587,1204.025317,644.2022251,54.89059765 +282942,1393.132502,1453.926847,1203.57522,645.5847383,35.96135843 +282943,1396.35909,1447.345054,1203.123234,646.9632424,41.04460593 +282944,1399.574321,1440.596505,1202.683897,648.3374734,42.60730571 +282945,1402.778712,1434.013811,1202.253617,649.7077591,44.67561546 +282946,1405.972186,1427.239402,1201.832708,651.0739998,46.16167935 +282947,1409.155344,1420.684674,1201.420758,652.4364412,47.84753627 +282948,1412.328115,1413.919799,1201.017871,653.7950199,49.51753153 +282949,1415.491156,1407.218541,1200.623809,655.194915,51.19137298 +282950,1418.755313,1400.490454,1200.238549,656.4778724,52.81860996 +282951,1421.728402,1393.750838,1199.861984,657.814903,54.46036661 +282952,1428.65494,1386.997139,1199.493796,659.2196092,56.05901165 +282953,1422.99902,1380.239487,1199.135902,660.5268938,57.72879239 +282954,1447.637648,1373.472019,1198.781671,661.8724663,59.32285615 +282955,1411.827093,1366.699169,1198.4469,663.2073597,60.90555936 +282956,1448.396637,1359.83231,1198.100774,664.5393081,62.56166766 +282957,1437.986771,1353.177241,1197.783922,665.8684579,64.10201853 +282958,1443.534917,1346.420012,1197.46367,667.1948921,65.75488446 +282959,1446.641577,1339.526758,1197.155201,668.5187757,67.32029354 +282960,1449.708145,1332.722061,1196.854609,669.8401618,68.90955931 +282961,1469.044743,1333.486676,1196.561532,672.8752374,70.60231754 +282962,1474.727063,1327.993308,1196.352866,674.5602906,72.20303015 +282963,1479.290986,1322.018643,1196.195406,676.1461717,73.65882096 +282964,1483.914816,1315.886733,1196.067863,677.8245991,75.34042473 +282965,1488.069035,1309.681855,1195.9513,679.3216553,76.88654485 +282966,1492.623886,1303.43767,1195.843839,681.0204299,78.43909206 +282967,1496.470915,1297.171178,1195.741952,682.547197,80.13823095 +282968,1500.908303,1290.895868,1195.649686,684.1698382,81.59038034 +282969,1504.727965,1284.615366,1195.564439,685.6825418,83.30472342 +282970,1509.201817,1278.336014,1195.489836,687.3671737,84.86694013 +282971,1513.020123,1271.976417,1195.422724,688.8438238,86.49139151 +282972,1517.290718,1265.828501,1195.366313,690.5367138,88.06230777 +282973,1521.162751,1259.594361,1195.317524,692.0136609,89.80778723 +282974,1525.50139,1253.249345,1195.279628,693.6598568,91.27248114 +282975,1529.154699,1246.998391,1195.249347,695.2100304,93.03195564 +282976,1533.43814,1240.894188,1195.230041,696.8692846,94.66766859 +282977,1537.235172,1234.651331,1195.218509,698.356374,96.18358902 +282978,1541.404317,1228.501252,1195.21796,700.0534287,97.94698391 +282979,1545.202478,1222.284966,1195.225197,701.5338445,99.48648776 +282980,1549.356186,1216.368042,1195.243463,703.2328984,101.2825863 +282981,1553.140489,1210.121444,1195.269563,704.7150107,102.7981586 +282982,1557.283294,1204.143324,1195.306621,706.4162494,104.4473111 +282983,1561.057944,1198.041264,1195.351468,707.9002716,106.1774569 +282984,1565.317506,1192.177522,1195.407348,709.6038863,107.784204 +282985,1569.880092,1186.186714,1195.470943,711.0899891,109.4461177 +282986,1577.450771,1180.378639,1195.545674,712.8446746,111.1035208 +282987,1569.768348,1174.339671,1195.629419,714.2104014,112.7578111 +282988,1583.649586,1168.694858,1195.718856,716.0300154,114.3525064 +282989,1584.601378,1162.867359,1195.822178,717.4754886,116.1733031 +282990,1588.727825,1159.104869,1195.921564,719.1954713,117.6763166 +282991,1592.490151,1178.155433,1196.02781,720.5788983,119.3990368 +282992,1596.149065,1115.27878,1196.168129,722.1557563,120.9800437 +282993,1600.079322,1164.223149,1196.279204,723.5112587,122.7401564 +282994,1603.590783,1149.234417,1196.409795,725.0716271,124.3450143 +282995,1607.332885,1121.295711,1196.534603,726.414193,126.0823161 +282996,1611.029778,1156.71858,1196.658551,727.9638039,127.5616808 +282997,1614.603361,1106.33791,1196.80018,729.2963451,129.3812295 +282998,1618.164766,1146.93577,1196.926433,730.8371704,130.9685381 +282999,1622.027377,1103.905513,1197.07512,732.1610256,132.6359239 +283000,1625.474496,1128.080751,1197.210877,733.6940979,134.2168131 +283001,1629.028978,1108.591826,1197.363096,734.9599091,135.9833377 +283002,1632.865498,1111.986759,1197.512554,736.5622167,137.6460139 +283003,1636.286269,1105.934871,1197.669226,737.8330265,139.1904411 +283004,1639.945083,1102.598789,1197.830441,739.3611963,140.8941664 +283005,1643.554576,1098.898827,1197.995182,740.6632377,142.4494287 +283006,1653.340035,1095.257247,1198.166238,742.1766704,144.2095525 +283007,1640.978374,1091.672804,1198.343457,743.5235509,145.786941 +283008,1659.108409,1088.147817,1198.519869,744.9532224,147.4358244 +283009,1656.628242,1084.684731,1198.70856,746.2816179,149.0685159 +283010,1661.157965,1081.285093,1198.899083,747.7745376,150.6966057 +283011,1664.941847,1078.020284,1199.094564,749.0583002,152.323947 +283012,1668.282043,1074.651157,1199.297418,750.5544244,153.946802 +283013,1671.73854,1071.505892,1199.503342,751.832379,155.567598 +283014,1675.348891,1068.36954,1199.716016,753.3230651,157.1839674 +283015,1678.876204,1065.250712,1199.931739,754.5953281,158.7984677 +283016,1682.207235,1062.376221,1200.154396,756.0285654,160.3229095 +283017,1686.082442,1059.42817,1200.380392,757.3741181,162.0679427 +283018,1690.288939,1056.620993,1200.613487,758.8148052,163.601255 +283019,1696.350708,1053.884324,1200.849946,760.0845083,165.2187158 +283020,1690.230643,1051.230941,1201.093408,761.5590999,166.9005097 +283021,0,0,0,0,0 +283022,0,0,0,0,0 +283023,0,0,0,0,0 +283024,0,0,0,0,0 +283025,0,0,0,0,0 +283026,0,0,0,0,0 +283027,0,0,0,0,0 +283028,0,0,0,0,0 +283029,0,0,0,0,0 +283030,0,0,0,0,0 +283031,0,0,0,0,0 +283032,0,0,0,0,0 +283033,0,0,0,0,0 +283034,0,0,0,0,0 +283035,0,0,0,0,0 +283036,0,0,0,0,0 +283037,0,0,0,0,0 +283038,0,0,0,0,0 +283039,0,0,0,0,0 +283040,0,0,0,0,0 +283041,0,0,0,0,0 +283042,0,0,0,0,0 +283043,0,0,0,0,0 +283044,0,0,0,0,0 +283045,0,0,0,0,0 +283046,0,0,0,0,0 +283047,0,0,0,0,0 +283048,0,0,0,0,0 +283049,0,0,0,0,0 +283050,0,0,0,0,0 +283051,0,0,0,0,0 +283052,0,0,0,0,0 +283053,0,0,0,0,0 +283054,0,0,0,0,0 +283055,0,0,0,0,0 +283056,0,0,0,0,0 +283057,0,0,0,0,0 +283058,0,0,0,0,0 +283059,0,0,0,0,0 +283060,0,0,0,0,0 +283061,0,0,0,0,0 +283062,0,0,0,0,0 +283063,0,0,0,0,0 +283064,0,0,0,0,0 +283065,0,0,0,0,0 +283066,0,0,0,0,0 +283067,0,0,0,0,0 +283068,0,0,0,0,0 +283069,0,0,0,0,0 +283070,0,0,0,0,0 +283071,0,0,0,0,0 +283072,0,0,0,0,0 +283073,0,0,0,0,0 +283074,0,0,0,0,0 +283075,0,0,0,0,0 +283076,0,0,0,0,0 +283077,0,0,0,0,0 +283078,0,0,0,0,0 +283079,0,0,0,0,0 +283080,0,0,0,0,0 +283081,0,0,0,0,0 +283082,0,0,0,0,0 +283083,0,0,0,0,0 +283084,0,0,0,0,0 +283085,0,0,0,0,0 +283086,0,0,0,0,0 +283087,0,0,0,0,0 +283088,0,0,0,0,0 +283089,0,0,0,0,0 +283090,0,0,0,0,0 +283091,0,0,0,0,0 +283092,0,0,0,0,0 +283093,0,0,0,0,0 +283094,0,0,0,0,0 +283095,0,0,0,0,0 +283096,0,0,0,0,0 +283097,0,0,0,0,0 +283098,0,0,0,0,0 +283099,0,0,0,0,0 +283100,0,0,0,0,0 +283101,0,0,0,0,0 +283102,0,0,0,0,0 +283103,0,0,0,0,0 +283104,0,0,0,0,0 +283105,0,0,0,0,0 +283106,0,0,0,0,0 +283107,0,0,0,0,0 +283108,0,0,0,0,0 +283109,0,0,0,0,0 +283110,0,0,0,0,0 +283111,0,0,0,0,0 +283112,0,0,0,0,0 +283113,0,0,0,0,0 +283114,0,0,0,0,0 +283115,0,0,0,0,0 +283116,0,0,0,0,0 +283117,0,0,0,0,0 +283118,0,0,0,0,0 +283119,0,0,0,0,0 +283120,0,0,0,0,0 +283121,0,0,0,0,0 +283122,0,0,0,0,0 +283123,0,0,0,0,0 +283124,0,0,0,0,0 +283125,0,0,0,0,0 +283126,0,0,0,0,0 +283127,0,0,0,0,0 +283128,0,0,0,0,0 +283129,0,0,0,0,0 +283130,0,0,0,0,0 +283131,0,0,0,0,0 +283132,0,0,0,0,0 +283133,0,0,0,0,0 +283134,0,0,0,0,0 +283135,0,0,0,0,0 +283136,0,0,0,0,0 +283137,0,0,0,0,0 +283138,0,0,0,0,0 +283139,0,0,0,0,0 +283140,0,0,0,0,0 +283141,0,0,0,0,0 +283142,0,0,0,0,0 +283143,0,0,0,0,0 +283144,0,0,0,0,0 +283145,0,0,0,0,0 +283146,0,0,0,0,0 +283147,0,0,0,0,0 +283148,0,0,0,0,0 +283149,0,0,0,0,0 +283150,0,0,0,0,0 +283151,0,0,0,0,0 +283152,0,0,0,0,0 +283153,0,0,0,0,0 +283154,0,0,0,0,0 +283155,0,0,0,0,0 +283156,0,0,0,0,0 +283157,0,0,0,0,0 +283158,0,0,0,0,0 +283159,0,0,0,0,0 +283160,0,0,0,0,0 +283161,0,0,0,0,0 +283162,0,0,0,0,0 +283163,0,0,0,0,0 +283164,0,0,0,0,0 +283165,0,0,0,0,0 +283166,0,0,0,0,0 +283167,0,0,0,0,0 +283168,0,0,0,0,0 +283169,0,0,0,0,0 +283170,0,0,0,0,0 +283171,0,0,0,0,0 +283172,0,0,0,0,0 +283173,0,0,0,0,0 +283174,0,0,0,0,0 +283175,0,0,0,0,0 +283176,0,0,0,0,0 +283177,0,0,0,0,0 +283178,0,0,0,0,0 +283179,0,0,0,0,0 +283180,0,0,0,0,0 +283181,0,0,0,0,0 +283182,0,0,0,0,0 +283183,0,0,0,0,0 +283184,0,0,0,0,0 +283185,0,0,0,0,0 +283186,0,0,0,0,0 +283187,0,0,0,0,0 +283188,0,0,0,14.34206917,0 +283189,0,0,0,126.1704796,0 +283190,0,0,0,74.75808543,0 +283191,0,0,0,100.8583126,0 +283192,0,0,0,112.1008364,0 +283193,0,0,0,121.4805975,0 +283194,0,0,0,130.8929302,0 +283195,0,0,0,140.2515558,0 +283196,0,0,0,149.2357687,0 +283197,0,0,0,158.2126408,0 +283198,0,0,0,167.0532582,0 +283199,0,0,0,175.6723501,0 +283200,0,0,0,184.1358054,0 +283201,0,0,0,192.6386751,0 +283202,0,0,0,200.7992087,0 +283203,0,0,0,209.0778747,0 +283204,0,0,0,217.0677708,0 +283205,0,0,0,224.9929753,0 +283206,0,0,0,232.7204953,0 +283207,0,0,0,240.5201043,0 +283208,0,0,0,248.0474615,0 +283209,0,0,0,255.5274741,0 +283210,0,0,0,262.8764143,0 +283211,0,0,0,270.0523221,0 +283212,0,0,0,277.4450433,0 +283213,0,0,0,284.164758,0 +283214,0,0,0,291.375134,0 +283215,0,0,0,298.1331393,0 +283216,0,0,0,304.9278926,0 +283217,0,0,0,311.5692928,0 +283218,0,0,0,318.0490954,0 +283219,0,0,0,324.7113322,0 +283220,0,0,0,331.0161383,0 +283221,0,0,0,337.4662101,0 +283222,0,0,0,343.3809271,0 +283223,0,0,0,349.7954224,0 +283224,0,0,0,355.7341933,0 +283225,0,0,0,361.7246172,0 +283226,0,0,0,367.4927923,0 +283227,0,0,0,373.4893538,0 +283228,0,0,0,379.2492208,0 +283229,0,0,0,384.704384,0 +283230,0,0,0,390.380529,0 +283231,0,0,0,395.583565,0 +283232,0,0,0,401.0272089,0 +283233,0,0,0,406.058494,0 +283234,0,0,0,411.1132832,0 +283235,0,0,0,415.9966572,0 +283236,0,0,0,424.5995568,0 +283237,0,0,0,430.3974148,0 +283238,0,0,0,435.6096435,0 +283239,0,0,0,440.4010873,0 +283240,0,0,0,445.4046383,0 +283241,0,0,0,450.1656514,0 +283242,0,0,0,454.84991,0 +283243,0,0,0,459.4350733,0 +283244,0,0,0,463.7678591,0 +283245,0,0,0,468.4036773,0 +283246,0,0,0,472.57639,0 +283247,0,0,0,476.8063058,0 +283248,0,0,0,480.911771,0 +283249,0,0,0,484.9229639,0 +283250,0,0,0,488.8389882,0 +283251,0,0,0,492.6601179,0 +283252,0,0,0,496.3860061,0 +283253,0,0,0,500.185098,0 +283254,0,0,0,503.445658,0 +283255,0,0,0,506.84548,0 +283256,0,0,0,510.4286738,0 +283257,0,0,0,513.5375942,0 +283258,0,0,0,516.7157086,0 +283259,0,0,0,519.7656414,0 +283260,0,0,0,522.716437,0 +283261,0,0,0,525.5749879,0 +283262,0,0,0,528.3357431,0 +283263,0,0,0,530.9961247,0 +283264,0,0,0,533.5543789,0 +283265,0,0,0,536.009478,0 +283266,0,0,0,538.3600504,0 +283267,0,0,0,540.6050914,0 +283268,0,0,0,542.7431385,0 +283269,0,0,0,544.7730614,0 +283270,0,0,0,539.9530684,0 +283271,0,0,0,540.9162668,0 +283272,0,0,0,542.3756269,0 +283273,0,0,0,543.9115441,0 +283274,0,0,0,545.4573187,0 +283275,0,0,0,546.9815264,0 +283276,0,0,0,548.4680534,0 +283277,0,0,0,549.9083484,0 +283278,0,0,0,551.2970243,0 +283279,0,0,0,552.6309273,0 +283280,0,0,0,553.9074845,0 +283281,0,0,0,555.1250505,0 +283282,0,0,0,556.2818854,0 +283283,0,0,0,557.3768221,0 +283284,0,0,0,558.37659,0 +283285,0,0,0,559.3351476,0 +283286,0,0,0,560.0359688,0 +283287,0,0,0,561.171022,0 +283288,0,0,0,561.7875126,0 +283289,0,0,0,562.5214778,0 +283290,0,0,0,563.1511865,0 +283291,0,0,0,561.7824499,0 +283292,0,0,0,560.0184779,0 +283293,0,0,0,558.1998966,0 +283294,0,0,0,555.6580293,0 +283295,0,0,0,553.3662594,0 +283296,0,0,0,550.7049355,0 +283297,0,0,0,547.897138,0 +283298,0,0,0,544.916365,0 +283299,0,0,0,541.7679336,0 +283300,0,0,0,538.4561183,0 +283301,0,0,0,534.9851034,0 +283302,0,0,0,531.3582797,0 +283303,0,0,0,527.5791694,0 +283304,0,0,0,523.6506293,0 +283305,0,0,0,519.5757187,0 +283306,0,0,0,515.3568942,0 +283307,0,0,0,496.0105792,0 +283308,0,0,0,489.1231851,0 +283309,0,0,0,483.2934793,0 +283310,0,0,0,477.5782295,0 +283311,0,0,0,471.9065282,0 +283312,0,0,0,466.1753931,0 +283313,0,0,0,460.4142422,0 +283314,0,0,0,454.7717551,0 +283315,0,0,0,448.628987,0 +283316,0,0,0,442.7911639,0 +283317,0,0,0,436.7261447,0 +283318,0,0,0,430.4572593,0 +283319,0,0,0,424.4721033,0 +283320,0,0,0,418.2567445,0 +283321,0,0,0,411.4871463,0 +283322,0,0,0,404.9281262,0 +283323,0,0,0,398.1485382,0 +283324,0,0,0,391.3129337,0 +283325,0,0,0,384.5514715,0 +283326,0,0,0,377.2074261,0 +283327,0,0,0,370.4256765,0 +283328,0,0,0,363.1618897,0 +283329,0,0,0,356.1023265,0 +283330,0,0,0,348.6023427,0 +283331,0,0,0,341.3307529,0 +283332,0,0,0,333.8669364,0 +283333,0,0,0,326.3467708,0 +283334,0,0,0,318.767096,0 +283335,0,0,0,311.2415134,0 +283336,0,0,0,303.242504,0 +283337,0,0,0,295.6132408,0 +283338,0,0,0,287.4847532,0 +283339,0,0,0,279.7457678,0 +283340,0,0,0,257.4711482,0 +283341,0,0,0,247.4661923,0 +283342,0,0,0,238.3512401,0 +283343,0,0,0,229.2007116,0 +283344,0,0,0,220.6517667,0 +283345,0,0,0,211.6793711,0 +283346,0,0,0,203.0400079,0 +283347,0,0,0,194.3872101,0 +283348,0,0,0,185.6094123,0 +283349,0,0,0,177.0064787,0 +283350,0,0,0,168.4184869,0 +283351,0,0,0,160.2789998,0 +283352,0,0,0,152.2573616,0 +283353,0,0,0,144.169126,0 +283354,0,0,0,136.362256,0 +283355,0,0,0,128.340901,0 +283356,0,0,0,120.4352601,0 +283357,0,0,0,112.4781255,0 +283358,0,0,0,104.6423365,0 +283359,0,0,0,96.71343787,0 +283360,0,0,0,88.86510429,0 +283361,0,0,0,81.20221438,0 +283362,0,0,0,72.8693365,0 +283363,0,0,0,65.18510828,0 +283364,0,0,0,95.09450193,0 +283365,0,0,0,0,0 +283366,0,0,0,97.29077562,0 +283367,0,0,0,0,0 +283368,0,0,0,25.317011,0 +283369,0,0,0,25.13440956,0 +283370,0,0,0,0,0 +283371,0,0,0,8.318752444,0 +283372,0,0,0,0,0 +283373,0,0,0,0,0 +283374,0,0,0,0,0 +283375,0,0,0,0,0 +283376,0,0,0,0,0 +283377,0,0,0,0,0 +283378,0,0,0,0,0 +283379,0,0,0,0,0 +283380,0,0,0,0,0 +283381,0,0,0,0,0 +283382,0,0,0,0,0 +283383,0,0,0,0,0 +283384,0,0,0,0,0 +283385,0,0,0,0,0 +283386,0,0,0,0,0 +283387,0,0,0,0,0 +283388,0,0,0,0,0 +283389,0,0,0,0,0 +283390,0,0,0,0,0 +283391,0,0,0,0,0 +283392,0,0,0,0,0 +283393,0,0,0,0,0 +283394,0,0,0,0,0 +283395,0,0,0,0,0 +283396,0,0,0,0,0 +283397,0,0,0,0,0 +283398,0,0,0,0,0 +283399,0,0,0,0,0 +283400,0,0,0,0,0 +283401,0,0,0,0,0 +283402,0,0,0,0,0 +283403,0,0,0,0,0 +283404,0,0,0,0,0 +283405,0,0,0,0,0 +283406,0,0,0,0,0 +283407,0,0,0,0,0 +283408,0,0,0,0,0 +283409,0,0,0,0,0 +283410,0,0,0,0,0 +283411,0,0,0,0,0 +283412,0,0,0,0,0 +283413,0,0,0,0,0 +283414,0,0,0,0,0 +283415,0,0,0,0,0 +283416,0,0,0,0,0 +283417,0,0,0,0,0 +283418,0,0,0,0,0 +283419,0,0,0,0,0 +283420,0,0,0,0,0 +283421,0,0,0,0,0 +283422,0,0,0,0,0 +283423,0,0,0,0,0 +283424,0,0,0,0,0 +283425,0,0,0,0,0 +283426,0,0,0,0,0 +283427,0,0,0,0,0 +283428,0,0,0,0,0 +283429,0,0,0,0,0 +283430,0,0,0,0,0 +283431,0,0,0,0,0 +283432,0,0,0,0,0 +283433,0,0,0,0,0 +283434,0,0,0,0,0 +283435,0,0,0,0,0 +283436,0,0,0,0,0 +283437,0,0,0,0,0 +283438,0,0,0,0,0 +283439,0,0,0,0,0 +283440,0,0,0,0,0 +283441,0,0,0,0,0 +283442,0,0,0,0,0 +283443,0,0,0,0,0 +283444,0,0,0,0,0 +283445,0,0,0,0,0 +283446,0,0,0,0,0 +283447,0,0,0,0,0 +283448,0,0,0,0,0 +283449,0,0,0,0,0 +283450,0,0,0,0,0 +283451,0,0,0,0,0 +283452,0,0,0,0,0 +283453,0,0,0,0,0 +283454,0,0,0,0,0 +283455,0,0,0,0,0 +283456,0,0,0,0,0 +283457,0,0,0,0,0 +283458,0,0,0,0,0 +283459,0,0,0,0,0 +283460,0,0,0,0,0 +283461,0,0,0,0,0 +283462,0,0,0,0,0 +283463,0,0,0,0,0 +283464,0,0,0,0,0 +283465,0,0,0,0,0 +283466,0,0,0,0,0 +283467,0,0,0,0,0 +283468,0,0,0,0,0 +283469,0,0,0,0,0 +283470,0,0,0,0,0 +283471,0,0,0,0,0 +283472,0,0,0,0,0 +283473,0,0,0,0,0 +283474,0,0,0,0,0 +283475,0,0,0,0,0 +283476,0,0,0,0,0 +283477,0,0,0,0,0 +283478,0,0,0,0,0 +283479,0,0,0,0,0 +283480,0,0,0,0,0 +283481,0,0,0,0,0 +283482,0,0,0,0,0 +283483,0,0,0,0,0 +283484,0,0,0,0,0 +283485,0,0,0,0,0 +283486,0,0,0,0,0 +283487,0,0,0,0,0 +283488,0,0,0,0,0 +283489,0,0,0,0,0 +283490,0,0,0,0,0 +283491,0,0,0,0,0 +283492,0,0,0,0,0 +283493,0,0,0,0,0 +283494,0,0,0,0,0 +283495,0,0,0,0,0 +283496,0,0,0,0,0 +283497,0,0,0,0,0 +283498,0,0,0,0,0 +283499,0,0,0,0,0 +283500,0,0,0,0,0 +283501,0,0,0,0,0 +283502,0,0,0,0,0 +283503,0,0,0,0,0 +283504,0,0,0,0,0 +283505,0,0,0,0,0 +283506,0,0,0,0,0 +283507,0,0,0,0,0 +283508,0,0,0,0,0 +283509,0,0,0,0,0 +283510,0,0,0,0,0 +283511,0,0,0,0,0 +283512,0,0,0,0,0 +283513,0,0,0,0,0 +283514,0,0,0,0,0 +283515,0,0,0,0,0 +283516,0,0,0,0,0 +283517,0,0,0,0,0 +283518,0,0,0,0,0 +283519,0,0,0,0,0 +283520,0,0,0,0,0 +283521,0,0,0,0,0 +283522,0,0,0,0,0 +283523,0,0,0,0,0 +283524,0,0,0,0,0 +283525,0,0,0,0,0 +283526,0,0,0,0,0 +283527,0,0,0,0,0 +283528,0,0,0,0,0 +283529,0,0,0,0,0 +283530,0,0,0,0,0 +283531,0,0,0,0,0 +283532,0,0,0,0,0 +283533,0,0,0,0,0 +283534,0,0,0,0,0 +283535,0,0,0,0,0 +283536,0,0,0,0,0 +283537,0,0,0,0,0 +283538,0,0,0,0,0 +283539,0,0,0,0,0 +283540,0,0,0,0,0 +283541,0,0,0,0,0 +283542,0,0,0,0,0 +283543,0,0,0,0,0 +283544,0,0,0,0,0 +283545,0,0,0,0,0 +283546,0,0,0,0,0 +283547,0,0,0,0,0 +283548,0,0,0,0,0 +283549,0,0,0,0,0 +283550,0,0,0,0,0 +283551,0,0,0,0,0 +283552,0,0,0,0,0 +283553,0,0,0,0,0 +283554,0,0,0,0,0 +283555,0,0,0,0,0 +283556,0,0,0,0,0 +283557,0,0,0,0,0 +283558,0,0,0,0,0 +283559,0,0,0,0,0 +283560,0,0,0,0,0 +283561,0,0,0,0,0 +283562,0,0,0,0,0 +283563,0,0,0,0,0 +283564,0,0,0,0,0 +283565,0,0,0,0,0 +283566,0,0,0,0,0 +283567,0,0,0,0,0 +283568,0,0,0,0,0 +283569,0,0,0,0,0 +283570,0,0,0,0,0 +283571,0,0,0,0,0 +283572,0,0,0,0,0 +283573,0,0,0,0,0 +283574,0,0,0,0,0 +283575,0,0,0,0,0 +283576,0,0,0,0,0 +283577,0,0,0,0,0 +283578,0,0,0,0,0 +283579,0,0,0,0,0 +283580,0,0,0,0,0 +283581,0,0,0,0,0 +283582,0,0,0,0,0 +283583,0,0,0,0,0 +283584,0,0,0,0,0 +283585,0,0,0,0,0 +283586,0,0,0,0,0 +283587,0,0,0,0,0 +283588,0,0,0,0,0 +283589,0,0,0,0,0 +283590,0,0,0,0,0 +283591,0,0,0,0,0 +283592,0,0,0,0,0 +283593,0,0,0,0,0 +283594,0,0,0,0,0 +283595,0,0,0,0,0 +283596,0,0,0,0,0 +283597,0,0,0,0,0 +283598,0,0,0,0,0 +283599,0,0,0,0,0 +283600,0,0,0,0,0 +283601,0,0,0,0,0 +283602,0,0,0,0,0 +283603,0,0,0,0,0 +283604,0,0,0,0,0 +283605,0,0,0,0,0 +283606,0,0,0,0,0 +283607,0,0,0,0,0 +283608,0,0,0,0,0 +283609,0,0,0,0,0 +283610,0,0,0,0,0 +283611,0,0,0,0,0 +283612,0,0,0,0,0 +283613,0,0,0,0,0 +283614,0,0,0,0,0 +283615,0,0,0,0,0 +283616,0,0,0,0,0 +283617,0,0,0,0,0 +283618,0,0,0,0,0 +283619,0,0,0,0,0 +283620,0,0,0,0,0 +283621,0,0,0,0,0 +283622,0,0,0,0,0 +283623,0,0,0,0,0 +283624,0,0,0,0,0 +283625,0,0,0,0,0 +283626,0,0,0,0,0 +283627,0,0,0,0,0 +283628,0,0,0,0,0 +283629,0,0,0,0,0 +283630,0,0,0,0,0 +283631,0,0,0,0,0 +283632,0,0,0,0,0 +283633,0,0,0,0,0 +283634,0,0,0,0,0 +283635,0,0,0,0,0 +283636,0,0,0,0,0 +283637,0,0,0,0,0 +283638,0,0,0,0,0 +283639,0,0,0,0,0 +283640,0,0,0,0,0 +283641,0,0,0,0,0 +283642,0,0,0,0,0 +283643,0,0,0,0,0 +283644,0,0,0,0,0 +283645,0,0,0,0,0 +283646,0,0,0,0,0 +283647,0,0,0,0,0 +283648,0,0,0,0,0 +283649,0,0,0,0,0 +283650,0,0,0,0,0 +283651,0,0,0,0,0 +283652,0,0,0,0,0 +283653,0,0,0,0,0 +283654,0,0,0,0,0 +283655,0,0,0,0,0 +283656,0,0,0,0,0 +283657,0,0,0,0,0 +283658,0,0,0,0,0 +283659,0,0,0,0,0 +283660,0,0,0,0,0 +283661,0,0,0,0,0 +283662,0,0,0,0,0 +283663,0,0,0,0,0 +283664,0,0,0,0,0 +283665,0,0,0,0,0 +283666,0,0,0,0,0 +283667,0,0,0,0,0 +283668,0,0,0,0,0 +283669,0,0,0,0,0 +283670,0,0,0,0,0 +283671,0,0,0,0,0 +283672,0,0,0,0,0 +283673,0,0,0,0,0 +283674,0,0,0,0,0 +283675,0,0,0,0,0 +283676,0,0,0,0,0 +283677,0,0,0,0,0 +283678,0,0,0,0,0 +283679,0,0,0,0,0 +283680,0,0,0,0,0 +283681,0,0,0,0,0 +283682,0,0,0,0,0 +283683,0,0,0,0,0 +283684,0,0,0,0,0 +283685,0,0,0,0,0 +283686,0,0,0,0,0 +283687,0,0,0,0,0 +283688,0,0,0,0,0 +283689,0,0,0,0,0 +283690,0,0,0,0,0 +283691,0,0,0,0,0 +283692,0,0,0,0,0 +283693,0,0,0,0,0 +283694,0,0,0,0,0 +283695,0,0,0,0,0 +283696,0,0,0,0,0 +283697,0,0,0,0,0 +283698,0,0,0,0,0 +283699,0,0,0,0,0 +283700,0,0,0,0,0 +283701,0,0,0,0,0 +283702,0,0,0,0,0 +283703,0,0,0,0,0 +283704,0,0,0,0,0 +283705,0,0,0,0,0 +283706,0,0,0,0,0 +283707,0,0,0,0,0 +283708,0,0,0,0,0 +283709,0,0,0,0,0 +283710,0,0,0,0,0 +283711,0,0,0,0,0 +283712,0,0,0,0,0 +283713,0,0,0,0,0 +283714,0,0,0,0,0 +283715,0,0,0,0,0 +283716,0,0,0,0,0 +283717,0,0,0,0,0 +283718,0,0,0,0,0 +283719,0,0,0,0,0 +283720,0,0,0,0,0 +283721,0,0,0,0,0 +283722,0,0,0,0,0 +283723,0,0,0,0,0 +283724,0,0,0,0,0 +283725,0,0,0,0,0 +283726,0,0,0,0,0 +283727,0,0,0,0,0 +283728,0,0,0,0,0 +283729,0,0,0,0,0 +283730,0,0,0,0,0 +283731,0,0,0,0,0 +283732,0,0,0,0,0 +283733,0,0,0,0,0 +283734,0,0,0,0,0 +283735,0,0,0,0,0 +283736,0,0,0,0,0 +283737,0,0,0,0,0 +283738,0,0,0,0,0 +283739,0,0,0,0,0 +283740,0,0,0,0,0 +283741,0,0,0,0,0 +283742,0,0,0,0,0 +283743,0,0,0,0,0 +283744,0,0,0,0,0 +283745,0,0,0,0,0 +283746,0,0,0,0,0 +283747,0,0,0,0,0 +283748,0,0,0,0,0 +283749,0,0,0,0,0 +283750,0,0,0,0,0 +283751,0,0,0,0,0 +283752,0,0,0,0,0 +283753,0,0,0,0,0 +283754,0,0,0,0,0 +283755,0,0,0,0,0 +283756,0,0,0,0,0 +283757,0,0,0,0,0 +283758,0,0,0,0,0 +283759,0,0,0,0,0 +283760,0,0,0,0,0 +283761,0,0,0,0,0 +283762,0,0,0,0,0 +283763,0,0,0,0,0 +283764,0,0,0,0,0 +283765,0,0,0,0,0 +283766,0,0,0,0,0 +283767,0,0,0,0,0 +283768,0,0,0,0,0 +283769,0,0,0,0,0 +283770,0,0,0,0,0 +283771,0,0,0,0,0 +283772,0,0,0,0,0 +283773,0,0,0,0,0 +283774,0,0,0,0,0 +283775,0,0,0,0,0 +283776,0,0,0,0,0 +283777,0,0,0,0,0 +283778,0,0,0,0,0 +283779,0,0,0,0,0 +283780,0,0,0,0,0 +283781,0,0,0,0,0 +283782,0,0,0,0,0 +283783,0,0,0,0,0 +283784,0,0,0,0,0 +283785,0,0,0,0,0 +283786,0,0,0,0,0 +283787,0,0,0,0,0 +283788,0,0,0,0,0 +283789,0,0,0,0,0 +283790,0,0,0,0,0 +283791,0,0,0,0,0 +283792,0,0,0,0,0 +283793,0,0,0,0,0 +283794,0,0,0,0,0 +283795,0,0,0,0,0 +283796,0,0,0,0,0 +283797,0,0,0,0,0 +283798,0,0,0,0,0 +283799,0,0,0,0,0 +283800,0,0,0,0,0 +283801,0,0,0,0,0 +283802,0,0,0,0,0 +283803,0,0,0,0,0 +283804,0,0,0,0,0 +283805,0,0,0,0,0 +283806,0,0,0,0,0 +283807,0,0,0,0,0 +283808,0,0,0,0,0 +283809,0,0,0,0,0 +283810,0,0,0,0,0 +283811,0,0,0,0,0 +283812,0,0,0,0,0 +283813,0,0,0,0,0 +283814,0,0,0,0,0 +283815,0,0,0,0,0 +283816,0,0,0,0,0 +283817,0,0,0,0,0 +283818,0,0,0,0,0 +283819,0,0,0,0,0 +283820,0,0,0,0,0 +283821,0,0,0,0,0 +283822,0,0,0,0,0 +283823,0,0,0,0,0 +283824,0,0,0,0,0 +283825,0,0,0,0,0 +283826,0,0,0,0,0 +283827,0,0,0,0,0 +283828,0,0,0,0,0 +283829,0,0,0,0,0 +283830,0,0,0,0,0 +283831,0,0,0,0,0 +283832,0,0,0,0,0 +283833,0,0,0,0,0 +283834,0,0,0,0,0 +283835,0,0,0,0,0 +283836,0,0,0,0,0 +283837,0,0,0,0,0 +283838,0,0,0,0,0 +283839,0,0,0,0,0 +283840,0,0,0,0,0 +283841,0,0,0,0,0 +283842,0,0,0,0,0 +283843,0,0,0,0,0 +283844,0,0,0,0,0 +283845,0,0,0,0,0 +283846,0,0,0,0,0 +283847,0,0,0,0,0 +283848,0,0,0,0,0 +283849,0,0,0,0,0 +283850,0,0,0,0,0 +283851,0,0,0,0,0 +283852,0,0,0,0,0 +283853,0,0,0,0,0 +283854,0,0,0,0,0 +283855,0,0,0,0,0 +283856,0,0,0,0,0 +283857,0,0,0,0,0 +283858,0,0,0,0,0 +283859,0,0,0,0,0 +283860,0,0,0,0,0 +283861,0,0,0,0,0 +283862,0,0,0,0,0 +283863,0,0,0,0,0 +283864,0,0,0,0,0 +283865,0,0,0,0,0 +283866,0,0,0,0,0 +283867,0,0,0,0,0 +283868,0,0,0,0,0 +283869,0,0,0,0,0 +283870,0,0,0,0,0 +283871,0,0,0,0,0 +283872,0,0,0,0,0 +283873,0,0,0,0,0 +283874,0,0,0,0,0 +283875,0,0,0,0,0 +283876,0,0,0,0,0 +283877,0,0,0,0,0 +283878,0,0,0,0,0 +283879,0,0,0,0,0 +283880,0,0,0,0,0 +283881,0,0,0,0,0 +283882,0,0,0,0,0 +283883,0,0,0,0,0 +283884,0,0,0,0,0 +283885,0,0,0,0,0 +283886,0,0,0,0,0 +283887,0,0,0,0,0 +283888,0,0,0,0,0 +283889,0,0,0,0,0 +283890,0,0,0,0,0 +283891,0,0,0,0,0 +283892,0,0,0,0,0 +283893,0,0,0,0,0 +283894,0,0,0,0,0 +283895,0,0,0,0,0 +283896,0,0,0,0,0 +283897,0,0,0,0,0 +283898,0,0,0,0,0 +283899,0,0,0,0,0 +283900,0,0,0,0,0 +283901,0,0,0,0,0 +283902,0,0,0,0,0 +283903,0,0,0,0,0 +283904,0,0,0,0,0 +283905,0,0,0,0,0 +283906,0,0,0,0,0 +283907,0,0,0,0,0 +283908,0,0,0,0,0 +283909,0,0,0,0,0 +283910,0,0,0,0,0 +283911,0,0,0,0,0 +283912,0,0,0,0,0 +283913,0,0,0,0,0 +283914,0,0,0,0,0 +283915,0,0,0,0,0 +283916,0,0,0,0,0 +283917,0,0,0,0,0 +283918,0,0,0,0,0 +283919,0,0,0,0,0 +283920,0,0,0,0,0 +283921,0,0,0,0,0 +283922,0,0,0,0,0 +283923,0,0,0,0,0 +283924,0,0,0,0,0 +283925,0,0,0,0,0 +283926,0,0,0,0,0 +283927,0,0,0,0,0 +283928,0,0,0,0,0 +283929,0,0,0,0,0 +283930,0,0,0,0,0 +283931,0,0,0,0,0 +283932,0,0,0,0,0 +283933,0,0,0,0,0 +283934,0,0,0,0,0 +283935,0,0,0,0,0 +283936,0,0,0,0,0 +283937,0,0,0,0,0 +283938,0,0,0,0,0 +283939,0,0,0,0,0 +283940,0,0,0,0,0 +283941,0,0,0,0,0 +283942,0,0,0,0,0 +283943,0,0,0,0,0 +283944,0,0,0,0,0 +283945,0,0,0,0,0 +283946,0,0,0,0,0 +283947,0,0,0,0,0 +283948,0,0,0,0,0 +283949,0,0,0,0,0 +283950,0,0,0,0,0 +283951,0,0,0,0,0 +283952,0,0,0,0,0 +283953,0,0,0,0,0 +283954,0,0,0,0,0 +283955,0,0,0,0,0 +283956,0,0,0,0,0 +283957,0,0,0,0,0 +283958,0,0,0,0,0 +283959,0,0,0,0,0 +283960,0,0,0,0,0 +283961,0,0,0,0,0 +283962,0,0,0,0,0 +283963,0,0,0,0,0 +283964,0,0,0,0,0 +283965,0,0,0,0,0 +283966,0,0,0,0,0 +283967,0,0,0,0,0 +283968,0,0,0,0,0 +283969,0,0,0,0,0 +283970,0,0,0,0,0 +283971,0,0,0,0,0 +283972,0,0,0,0,0 +283973,0,0,0,0,0 +283974,0,0,0,0,0 +283975,0,0,0,0,0 +283976,0,0,0,0,0 +283977,0,0,0,0,0 +283978,0,0,0,0,0 +283979,0,0,0,0,0 +283980,0,0,0,0,0 +283981,0,0,0,0,0 +283982,0,0,0,0,0 +283983,0,0,0,0,0 +283984,0,0,0,0,0 +283985,0,0,0,0,0 +283986,0,0,0,0,0 +283987,0,0,0,0,0 +283988,0,0,0,0,0 +283989,0,0,0,0,0 +283990,0,0,0,0,0 +283991,0,0,0,0,0 +283992,0,0,0,0,0 +283993,0,0,0,0,0 +283994,0,0,0,0,0 +283995,0,0,0,0,0 +283996,0,0,0,0,0 +283997,0,0,0,0,0 +283998,0,0,0,0,0 +283999,0,0,0,0,0 +284000,0,0,0,0,0 +284001,0,0,0,0,0 +284002,0,0,0,0,0 +284003,0,0,0,0,0 +284004,0,0,0,0,0 +284005,0,0,0,0,0 +284006,0,0,0,0,0 +284007,0,0,0,0,0 +284008,0,0,0,0,0 +284009,0,0,0,0,0 +284010,0,0,0,0,0 +284011,0,0,0,0,0 +284012,0,0,0,0,0 +284013,0,0,0,0,0 +284014,0,0,0,0,0 +284015,0,0,0,0,0 +284016,0,0,0,0,0 +284017,0,0,0,0,0 +284018,0,0,0,0,0 +284019,0,0,0,0,0 +284020,0,0,0,0,0 +284021,0,0,0,0,0 +284022,0,0,0,0,0 +284023,0,0,0,0,0 +284024,0,0,0,0,0 +284025,0,0,0,0,0 +284026,0,0,0,0,0 +284027,0,0,0,0,0 +284028,0,0,0,0,0 +284029,0,0,0,0,0 +284030,0,0,0,0,0 +284031,0,0,0,0,0 +284032,0,0,0,0,0 +284033,0,0,0,0,0 +284034,0,0,0,0,0 +284035,0,0,0,0,0 +284036,0,0,0,0,0 +284037,0,0,0,0,0 +284038,0,0,0,0,0 +284039,0,0,0,0,0 +284040,0,0,0,0,0 +284041,0,0,0,0,0 +284042,0,0,0,0,0 +284043,0,0,0,0,0 +284044,0,0,0,0,0 +284045,0,0,0,0,0 +284046,0,0,0,0,0 +284047,0,0,0,0,0 +284048,0,0,0,0,0 +284049,0,0,0,0,0 +284050,0,0,0,0,0 +284051,0,0,0,0,0 +284052,0,0,0,0,0 +284053,0,0,0,0,0 +284054,0,0,0,0,0 +284055,0,0,0,0,0 +284056,0,0,0,0,0 +284057,0,0,0,0,0 +284058,0,0,0,0,0 +284059,0,0,0,0,0 +284060,0,0,0,0,0 +284061,0,0,0,0,0 +284062,0,0,0,0,0 +284063,0,0,0,0,0 +284064,0,0,0,0,0 +284065,0,0,0,0,0 +284066,0,0,0,0,0 +284067,0,0,0,0,0 +284068,0,0,0,0,0 +284069,0,0,0,0,0 +284070,0,0,0,0,0 +284071,0,0,0,0,0 +284072,0,0,0,0,0 +284073,0,0,0,0,0 +284074,0,0,0,0,0 +284075,0,0,0,0,0 +284076,0,0,0,0,0 +284077,0,0,0,0,0 +284078,0,0,0,0,0 +284079,0,0,0,0,0 +284080,0,0,0,0,0 +284081,0,0,0,0,0 +284082,0,0,0,0,0 +284083,0,0,0,0,0 +284084,0,0,0,0,0 +284085,0,0,0,0,0 +284086,0,0,0,0,0 +284087,0,0,0,0,0 +284088,0,0,0,0,0 +284089,0,0,0,0,0 +284090,0,0,0,0,0 +284091,0,0,0,0,0 +284092,0,0,0,0,0 +284093,0,0,0,0,0 +284094,0,0,0,0,0 +284095,0,0,0,0,0 +284096,0,0,0,0,0 +284097,0,0,0,0,0 +284098,0,0,0,0,0 +284099,0,0,0,0,0 +284100,0,0,0,0,0 +284101,195.9482584,499.4333233,2115.303064,93.1023009,-115.725769 +284102,195.0462085,90.09179963,207.8595638,92.65446448,-109.6781031 +284103,191.8163506,85.11683815,187.246093,91.07676032,-103.2541952 +284104,188.1558681,83.84486335,183.2980642,89.31587943,-97.3355103 +284105,184.925389,84.36500431,186.8925968,87.79482483,-92.11725879 +284106,182.2816377,85.28811285,191.8077039,86.5852416,-87.49617344 +284107,180.1478587,86.10711184,195.8746081,85.63859302,-83.35116582 +284108,178.4189016,86.77664193,198.9589868,84.89624165,-79.58213378 +284109,177.0198543,87.37298141,201.4376025,84.31783406,-76.1141245 +284110,175.9026883,87.95767051,203.6103349,83.87794319,-72.8922359 +284111,175.0331728,88.55742895,205.6208783,83.5586267,-69.87448705 +284112,174.3845815,89.17896989,207.5230536,83.34580998,-67.02443108 +284113,173.9310511,89.82161334,209.3376154,83.22633512,-64.31493762 +284114,173.649049,90.48389779,211.0794733,83.18846845,-61.72358956 +284115,173.5181322,91.1651438,212.7640324,83.22216522,-59.23096774 +284116,173.5207518,91.86516465,214.4062696,83.3189262,-56.82032115 +284117,173.6418279,92.58383383,216.0192778,83.47155299,-54.47733705 +284118,173.8683341,93.32089065,217.6137679,83.67391467,-52.18988277 +284119,174.1889978,94.07593595,219.1982834,83.92077338,-49.94765295 +284120,174.5940448,94.84847754,220.779601,84.20763916,-47.74189101 +284121,175.0750027,95.63798036,222.3631143,84.53065812,-45.56511892 +284122,175.6245133,96.4438915,223.9531079,84.88651101,-43.41095531 +284123,176.2361839,97.26565874,225.5529743,85.27233318,-41.27393459 +284124,176.9044437,98.10273526,227.1653668,85.68564059,-39.1493891 +284125,177.6244324,98.95458728,228.7923357,86.12427297,-37.03332044 +284126,178.3918924,99.82069404,230.435429,86.58634064,-34.9223195 +284127,179.203089,100.7005525,232.0957875,87.07018516,-32.813471 +284128,180.0547292,101.5936755,233.7742121,87.57434122,-30.70429891 +284129,180.9439053,102.4995949,235.4712317,88.09750977,-28.59269381 +284130,181.8680346,103.4178591,237.1871471,88.63853065,-26.47687595 +284131,182.8248267,104.3480383,238.9220861,89.19636765,-24.35532616 +284132,183.8259286,105.318868,240.7362671,89.77917253,-22.22681203 +284133,184.879395,106.3503205,242.6745897,90.39244182,-20.09016151 +284134,185.9865764,107.4476379,285.0629045,91.03713689,-17.94435129 +284135,187.1449893,108.6077772,246.2128727,91.71170166,-15.78849666 +284136,188.3510405,109.8253023,283.009187,92.4138928,-13.62185853 +284137,189.601303,111.0950772,303.5441311,93.141609,-11.44382757 +284138,190.8928215,112.4128773,263.727613,93.8930745,-9.25389944 +284139,192.2230662,160.4900653,305.8247544,94.66679352,-7.051627684 +284140,193.5898093,114.289638,305.8563908,95.46146599,-4.836632461 +284141,194.9910687,152.663638,312.5114641,96.27594415,-2.608555281 +284142,196.4250482,133.9856706,321.0744873,97.10919637,-0.367092092 +284143,197.890121,169.6717568,328.9609872,97.9602939,1.888026536 +284144,199.3848077,129.0705699,336.9758524,98.82839702,4.157029368 +284145,200.907773,166.5512383,344.9663949,99.71274965,6.440132091 +284146,202.4577979,163.5847834,353.1769874,100.612664,8.737515353 +284147,204.0337789,168.0700191,361.3020427,101.5275174,11.0493521 +284148,205.6347076,173.7399626,369.6654053,102.4567405,13.3757921 +284149,207.2596558,178.4909855,377.9191068,103.3998091,15.71695707 +284150,208.9077706,184.0468629,386.4170276,104.3562402,18.07294882 +284151,210.5782525,203.7761045,423.1685161,105.3255809,20.44382673 +284152,212.3845626,211.4918658,435.8438238,106.3241926,22.82867727 +284153,214.2901244,218.0185921,446.4108507,107.3462897,25.22910663 +284154,216.2381685,224.491327,456.9156819,108.3830164,27.64585026 +284155,218.1971254,230.8960483,466.9937604,109.429348,30.0790056 +284156,220.1574167,237.1380705,476.9699474,110.4836174,32.52837533 +284157,222.1193328,243.5518858,487.0664837,111.5456909,34.99382031 +284158,224.0853882,249.7667929,496.9451047,112.6157958,37.47532434 +284159,226.0576449,256.199613,506.716694,113.6941107,39.97301285 +284160,228.0373734,262.5042989,516.8022919,114.7806968,42.48703345 +284161,223.9166564,694.8003109,1482.99033,113.0988543,33.91076708 +284162,237.8234578,715.0111266,1523.499462,253.7831812,59.27890275 +284163,695.1448611,731.1507117,1554.052446,725.9056742,103.5047629 +284164,1402.06673,745.7440197,1581.646886,433.6172492,150.513276 +284165,885.8148312,759.1902476,1607.117602,524.1791397,193.1049514 +284166,1072.781149,772.8480921,1631.449738,535.1167209,229.934698 +284167,1093.910501,785.3946217,1654.854759,544.6110028,261.7869288 +284168,1111.775432,797.9866477,1677.630067,553.2960669,289.6691549 +284169,1128.798264,810.2923137,1700.003372,562.1682916,314.2973659 +284170,1145.46283,822.5412965,1721.781838,570.2104824,336.131272 +284171,1161.64447,834.5876612,1761.328583,578.6167625,355.4988349 +284172,1177.47082,846.5210428,1754.23431,586.6443972,372.6722784 +284173,1193.05042,858.3455598,1773.897706,594.5801824,387.892396 +284174,1208.317419,870.192575,1815.187233,602.2156867,401.3809689 +284175,1223.479769,881.835289,1824.305265,610.3665227,455.737247 +284176,1238.281451,893.5353973,1856.268928,617.827032,1270.76168 +284177,1252.98259,905.0966493,1853.204869,625.4270876,794.2737037 +284178,1267.395499,916.5758837,1893.717732,632.8869473,955.8469675 +284179,1281.604215,928.0543768,1905.250632,640.2233024,975.1104818 +284180,1295.686449,939.34937,1925.9274,647.5430903,992.4441719 +284181,1309.443555,950.7245563,1945.387012,654.6844772,1008.675079 +284182,1322.631967,961.892277,1964.367316,661.8479408,1024.443334 +284183,1336.896739,973.1561441,1983.199713,668.8345193,1039.723776 +284184,1350.006076,984.2104138,2018.43176,675.8500427,1054.54914 +284185,1363.094455,995.3708547,2008.09846,682.7258445,1068.947246 +284186,1326.894335,983.5978006,1999.829606,667.0360876,993.4794072 +284187,1264.361304,958.857679,1930.368584,639.0128134,875.7949884 +284188,1464.425142,1055.950274,2045.761474,729.864425,1233.647069 +284189,1378.036316,1021.691901,1988.423138,692.4726916,1062.437257 +284190,1414.907689,1043.969397,1963.540784,709.9368339,1119.195428 +284191,1424.668891,1053.555011,1942.254651,714.7895113,1129.96444 +284192,1636.926991,1157.278284,2122.241632,812.0401763,1503.269158 +284193,1154.801285,945.0207997,1939.142974,594.7561982,607.0819585 +284194,1797.778156,1240.505199,2136.542651,885.0311576,1788.410775 +284195,1154.286563,971.2502859,1943.466187,592.518541,573.0546701 +284196,1828.827159,1282.794616,2141.037249,896.2119671,1811.820673 +284197,1175.748415,996.6712551,1946.350235,602.2538135,592.2711568 +284198,1852.738223,1328.625258,2145.057351,907.3861116,1835.516808 +284199,1196.372127,991.6440596,1949.013286,611.8572293,610.7205168 +284200,1875.693649,1348.35722,2148.604811,918.1378497,1858.189338 +284201,1216.112434,1040.941521,1949.228215,621.1239868,628.4842332 +284202,1898.36539,1359.547195,2149.781023,928.7683191,1894.218949 +284203,1235.577699,1067.43869,1950.250135,630.2249099,624.1548676 +284204,1920.166117,1384.091542,2153.704051,938.9248534,1931.035235 +284205,1255.00373,1090.987055,1954.293195,639.1831024,630.2168274 +284206,1941.301903,1408.448398,2160.044274,948.798376,1953.956546 +284207,1273.726079,1114.363375,1959.475436,647.9996944,647.5003044 +284208,1962.384668,1432.702886,2166.72321,958.4249121,1971.052032 +284209,1292.044882,1144.159643,1964.490959,656.5783826,665.4644679 +284210,1983.180226,1447.302502,2173.119972,968.0352144,1987.125969 +284211,1326.047149,1181.716091,1968.53468,664.931246,683.7073755 +284212,2011.397329,1499.685501,2179.606479,977.8223105,2005.912307 +284213,1558.968881,1297.419236,2182.891697,766.0594115,1066.978653 +284214,1696.895291,1389.74376,2178.495702,849.5965941,1441.995196 +284215,1724.894039,1389.132452,2170.862753,840.093194,1378.835397 +284216,1713.372193,1401.325269,2165.169257,844.0042678,1388.101246 +284217,1726.652211,1414.015151,2162.371906,848.0613671,1395.609648 +284218,1736.19285,1426.63632,2161.794942,852.2903553,1403.266224 +284219,1745.561075,1438.876492,2162.707442,856.1690315,1410.598825 +284220,1754.980813,1451.614087,2164.580634,860.3360957,1418.032458 +284221,2153.580667,1631.79711,2176.14536,1032.669617,2001.054458 +284222,2166.541282,1645.848662,2216.612514,1038.226606,2020.720072 +284223,2177.645311,1659.106767,2266.503414,1043.160117,2045.234362 +284224,2188.72228,1671.859002,2309.914094,1048.098054,2064.945881 +284225,2198.812952,1684.675147,2343.80913,1052.638067,2078.915588 +284226,2209.128437,1697.278226,2369.17969,1057.158181,2088.200667 +284227,2219.138426,1709.800752,2388.206732,1061.546124,2094.140029 +284228,2229.179071,1727.11525,2402.747752,1065.942587,2097.810962 +284229,2238.601776,1743.322303,2414.880256,1070.340439,2099.955206 +284230,2248.854063,1759.692461,2425.081281,1074.564115,2101.063673 +284231,2278.651542,1775.643358,2433.577536,1078.763666,2101.435543 +284232,2236.634625,1791.871409,2440.974081,1083.050392,2101.395481 +284233,2300.989794,1813.386908,2447.518008,1088.919312,2101.070722 +284234,2285.491495,1852.801599,2453.92042,1093.322065,2100.448475 +284235,2305.105309,1820.579104,2459.917651,1097.208717,2099.757419 +284236,2311.92387,1871.46805,2465.620197,1101.560274,2099.091997 +284237,2335.63544,1879.914979,2470.894487,1105.451739,2098.357963 +284238,2311.871521,1895.443212,2475.841743,1109.636179,2097.655173 +284239,2359.041075,1911.372859,2480.531833,1113.404567,2097.012705 +284240,2352.979386,1928.137352,2484.970075,1117.489215,2096.383055 +284241,2341.546754,1955.923925,2489.242115,1121.211805,2095.82791 +284242,2395.563788,1957.563356,2493.816533,1125.366889,2095.885446 +284243,2366.713406,1960.900119,2498.524893,1128.951173,2096.333074 +284244,2389.670134,2004.558829,2504.852163,1132.931044,2098.961536 +284245,2396.536393,2002.304164,2508.632917,1136.610423,2098.715071 +284246,2404.879255,2036.013712,2513.40289,1140.473592,2099.851259 +284247,2413.982129,2031.59208,2518.642259,1144.189122,2101.722301 +284248,2422.616988,2055.93838,2524.269803,1147.887159,2104.227291 +284249,2431.122503,2069.180996,2530.512304,1151.533677,2107.403694 +284250,2440.106134,2084.011318,2538.508259,1155.288869,2113.120273 +284251,2447.406661,2095.770167,2545.445291,1158.537853,2117.731785 +284252,2455.150458,2106.591991,2551.63328,1161.769653,2121.760418 +284253,2462.261445,2117.53908,2557.149738,1164.96447,2125.372954 +284254,2469.836027,2127.744639,2562.10091,1168.039048,2128.689413 +284255,2476.472376,2137.742224,2564.867135,1171.260922,2129.683301 +284256,2484.13195,2147.344284,2568.293946,1174.272485,2131.742713 +284257,2490.834022,2156.999082,2573.57375,1177.308427,2136.278253 +284258,2497.913168,2166.063386,2576.042553,1180.292275,2137.626061 +284259,2504.54557,2174.961198,2578.972064,1183.237916,2139.929913 +284260,2519.316983,2190.905347,2582.171515,1186.222945,2142.515517 +284261,2506.734198,2189.227574,2585.163834,1188.975387,2145.004426 +284262,2537.28829,2201.832501,2587.927804,1191.86369,2147.371308 +284263,2527.248552,2209.158766,2590.675554,1194.648173,2149.861238 +284264,2538.59383,2216.719236,2593.164695,1197.408702,2152.175472 +284265,2544.903257,2224.37247,2595.456021,1200.134808,2154.373682 +284266,2550.958158,2231.578265,2597.634392,1202.826664,2156.554822 +284267,2557.01765,2238.602209,2599.666219,1205.484929,2158.666655 +284268,2563.329972,2245.728904,2601.563264,1208.110375,2160.72281 +284269,2569.540614,2252.401557,2603.341842,1210.703099,2162.73382 +284270,2575.520283,2258.895639,2604.989249,1213.264159,2164.684951 +284271,2581.711307,2265.265399,2606.509802,1215.793529,2166.572936 +284272,2587.564923,2271.418809,2607.906356,1218.292293,2168.402542 +284273,2593.355626,2277.435376,2609.184069,1220.760369,2170.171981 +284274,2599.534949,2283.195051,2610.348386,1223.198811,2171.889812 +284275,2605.112189,2288.595249,2611.408207,1225.607574,2173.559349 +284276,2610.591028,2294.317926,2612.360257,1227.987623,2175.179106 +284277,2616.776002,2299.461408,2613.218268,1230.33893,2176.758662 +284278,2622.377279,2304.66364,2615.862408,1232.663022,2180.362197 +284279,2627.544282,2309.338885,2615.477761,1234.957533,2180.599931 +284280,2633.498835,2314.254058,2615.582964,1237.307905,2181.509352 +284281,2652.395416,2321.554799,2616.498854,1242.228766,2183.701814 +284282,2641.642544,2327.064418,2617.773475,1245.21362,2186.451873 +284283,2669.466436,2331.935783,2619.211905,1247.85156,2189.487514 +284284,2661.987583,2336.520023,2620.673252,1250.447662,2192.624707 +284285,2671.01475,2340.973737,2621.801023,1252.975065,2195.416135 +284286,2677.504855,2345.209039,2622.656322,1255.445541,2197.933986 +284287,2683.028673,2349.074247,2623.372175,1257.867716,2200.329108 +284288,2688.456167,2347.375371,2623.840112,1263.248986,2202.468314 +284289,2694.319752,2349.141844,2624.02244,1266.12794,2204.310314 +284290,2699.768338,2352.336946,2624.055208,1268.611665,2206.208688 +284291,2705.376985,2355.259301,2624.054692,1271.087643,2207.877372 +284292,2710.850746,2357.889814,2624.034516,1273.491867,2209.543882 +284293,2716.177917,2360.899806,2623.984223,1275.846043,2211.196636 +284294,2728.998393,2363.374867,2624.024698,1278.156663,2212.993302 +284295,2717.169508,2365.852474,2623.856851,1280.427203,2214.566886 +284296,2741.566502,2368.198869,2623.576068,1282.660376,2216.038233 +284297,2736.119454,2370.413335,2623.387422,1284.857905,2217.652044 +284298,2741.893951,2372.463391,2623.015028,1287.104622,2219.075604 +284299,2748.327261,2374.391771,2622.496424,1289.11109,2220.348753 +284300,2753.000013,2376.19134,2621.948574,1291.562654,2221.617397 +284301,2757.802651,2377.84698,2621.33565,1295.041545,2222.831887 +284302,2762.398824,2379.369782,2620.645261,1294.033497,2223.981363 +284303,2774.916574,2380.772687,2620.037423,1302.675846,2225.448999 +284304,2763.461151,2382.014451,2619.246713,1290.985089,2226.50088 +284305,2786.27422,2383.136735,2618.311845,1322.40702,2227.397268 +284306,2780.721895,2384.145752,2617.479018,1277.177294,2228.44478 +284307,2786.649791,2384.994563,2616.520673,1317.264611,2229.362485 +284308,2791.528686,2385.717946,2615.365144,1319.819891,2230.06645 +284309,2796.039288,2386.331031,2614.223909,1285.843188,2230.966416 +284310,2808.605309,2386.937329,2614.901867,1321.808433,2234.040961 +284311,2796.70463,2386.435082,2612.693618,1310.524177,2233.408736 +284312,2816.474514,2386.222056,2610.951352,1315.271558,2233.146623 +284313,2815.099214,2385.263904,2609.625165,1317.525695,2233.582494 +284314,2826.04475,2384.457733,2608.532703,1319.77998,2234.345939 +284315,2817.348515,2383.45741,2608.947624,1322.152027,2236.737759 +284316,2833.900827,2382.027676,2606.62882,1324.325705,2236.019746 +284317,2833.651531,2380.792985,2605.05806,1326.695278,2235.977387 +284318,2843.226713,2379.247658,2603.824128,1328.855807,2236.292129 +284319,2843.514226,2383.422412,2602.770607,1328.780667,2236.776938 +284320,2855.827268,2383.447177,2603.511865,1330.564859,2239.516236 +284321,2854.408836,2381.914939,2601.608932,1332.701937,2239.066785 +284322,2855.596938,2380.657243,2600.007436,1334.686291,2239.175272 +284323,2858.424967,2379.001122,2598.35876,1336.874265,2238.971719 +284324,2864.074641,2377.466442,2598.413442,1338.878351,2240.804549 +284325,2862.215409,2375.295312,2595.808664,1341.154127,2239.321686 +284326,2861.166985,2373.407155,2593.586801,1342.941479,2238.263477 +284327,2860.449506,2371.224742,2591.365521,1345.315948,2237.154626 +284328,2860.001423,2368.936485,2589.110211,1347.232406,2235.958015 +284329,2859.749412,2366.526164,2586.825859,1349.418802,2234.687668 +284330,2859.625113,2364.026944,2584.521868,1351.396232,2233.36194 +284331,2859.59805,2361.393488,2582.206754,1353.428383,2231.99635 +284332,2859.653963,2358.658681,2579.88651,1355.607123,2230.60193 +284333,2859.765587,2355.818429,2577.565525,1357.563002,2229.186836 +284334,2859.908297,2352.875024,2575.246916,1359.65669,2227.756999 +284335,2862.716609,2350.114564,2574.627171,1361.680591,2228.41075 +284336,2861.449107,2346.521608,2571.397899,1363.665622,2225.844795 +284337,2861.042109,2343.520846,2568.714664,1365.634541,2223.935078 +284338,2860.924237,2340.148774,2566.20906,1367.753749,2222.217607 +284339,2860.967893,2336.724897,2563.798758,1369.651955,2220.594156 +284340,2861.095682,2333.222438,2561.444714,1371.599096,2219.022595 +284341,2862.792366,2278.253303,2560.964973,1320.104697,2221.158483 +284342,2855.679914,2269.591364,2554.604662,1320.615533,2214.423377 +284343,2844.986198,2266.229549,2545.714438,1321.475791,2203.488494 +284344,2835.58266,2261.237327,2537.455694,1322.425079,2192.899625 +284345,2828.964907,2256.335239,2530.840495,1323.422977,2184.289594 +284346,2824.800494,2251.48192,2525.733628,1324.446845,2177.662907 +284347,2822.280549,2246.698517,2521.680319,1325.483451,2172.348698 +284348,2820.72687,2241.56707,2518.294187,1326.524859,2168.287792 +284349,2819.726508,2236.592176,2515.33157,1327.566505,2164.971015 +284350,2821.721986,2231.580985,2514.365543,1328.607281,2164.314905 +284351,2819.826492,2226.320485,2510.991968,1329.637583,2160.920432 +284352,2818.933279,2221.202594,2508.31933,1330.667775,2158.558796 +284353,2818.427811,2215.900554,2505.933379,1331.687451,2156.694574 +284354,2818.01731,2202.887341,2503.642518,1332.699429,2155.078253 +284355,2817.869678,2216.072461,2501.554891,1333.70274,2153.830611 +284356,2817.79978,2187.103397,2499.553008,1334.783426,2152.796666 +284357,2817.646186,2198.459921,2497.555317,1335.637827,2151.83669 +284358,2817.616307,2187.068396,2495.728259,1336.674007,2151.096656 +284359,2817.627741,2182.349254,2494.034654,1337.62523,2150.497537 +284360,2817.638057,2178.947139,2492.445623,1344.111629,2149.993923 +284361,2818.187067,2173.890592,2491.597318,1346.109987,2149.409975 +284362,2819.053678,2168.635147,2491.224691,1347.626179,2149.117648 +284363,2819.94008,2163.33621,2490.970514,1349.062125,2148.863788 +284364,2820.70922,2157.985498,2490.655667,1350.438161,2148.635374 +284365,2821.343915,2152.73264,2490.240677,1351.774566,2148.431819 +284366,2821.873281,2147.136141,2489.743821,1352.992768,2148.254631 +284367,2822.333196,2141.726983,2489.194303,1354.500675,2148.106657 +284368,2822.75141,2136.304748,2488.61509,1355.56765,2147.990893 +284369,2823.141821,2130.778246,2488.018323,1356.892871,2147.906303 +284370,2823.509035,2125.222308,2487.409018,1358.110862,2147.848853 +284371,2823.857641,2119.754487,2486.791629,1359.304674,2147.81658 +284372,2824.192316,2114.217155,2486.167831,1360.480098,2147.808435 +284373,2824.513713,2108.806384,2485.537393,1361.639681,2147.82102 +284374,2824.819611,2103.009957,2484.899437,1362.784458,2147.849357 +284375,2825.115073,2097.529158,2484.258315,1363.915282,2147.706912 +284376,2825.406421,2091.953578,2483.619246,1365.032588,2147.797243 +284377,2825.691717,2086.3213,2482.982022,1366.136948,2147.906181 +284378,2825.968089,2080.677647,2482.34562,1367.228511,2148.026293 +284379,2826.236291,2075.085041,2481.711109,1368.308227,2148.155324 +284380,2826.497245,2069.417586,2481.079513,1369.375645,2148.292751 +284381,2826.749834,2063.914924,2480.450452,1370.431594,2148.43715 +284382,2826.993636,2058.079166,2479.823916,1371.476083,2148.422597 +284383,2827.230012,2052.437185,2479.200984,1372.601167,2148.626591 +284384,2827.461303,2046.842759,2478.583329,1373.486597,2148.839237 +284385,2827.688657,2041.129431,2477.971863,1374.563504,2148.942666 +284386,2827.908451,2035.428013,2477.364434,1376.239509,2149.217695 +284387,2828.185325,2022.68432,2476.802661,1377.176797,2149.778981 +284388,2828.582591,2034.30827,2476.327934,1378.217179,2150.018727 +284389,2829.15126,2004.410936,2475.974684,1379.186254,2150.509741 +284390,2829.847778,2015.866891,2475.717413,1380.317046,2151.071269 +284391,2830.563624,2013.796466,2475.488492,1381.011374,2151.653928 +284392,2831.364951,1979.702665,2475.330694,1382.725112,2152.470683 +284393,2832.21469,2005.635111,2475.220268,1381.73974,2152.975484 +284394,2833.021558,1983.202415,2475.098417,1387.875226,2153.469222 +284395,2833.849635,1983.588808,2475.005064,1375.185073,2154.299703 +284396,2834.637464,1995.140249,2474.899824,1387.728506,2155.190757 +284397,2835.388535,1967.79787,2474.783798,1385.948326,2155.9242 +284398,2836.231524,1945.67402,2474.738446,1394.796055,2156.721849 +284399,2837.132259,1987.899464,2475.613862,1397.656246,2157.47494 +284400,2838.033519,1932.020465,2477.037088,1399.357621,2158.394645 +284401,2838.842538,1849.611319,2478.248636,1292.019911,2158.299673 +284402,2825.264402,1830.082107,2469.547908,1290.971243,2143.387832 +284403,2805.226869,1825.245011,2456.085823,1290.852099,2120.154056 +284404,2786.803189,1818.588674,2443.220921,1290.961278,2097.169749 +284405,2773.093567,1812.27978,2433.105072,1291.225918,2077.573738 +284406,2687.078389,1824.337064,2423.570498,1291.580032,2059.006558 +284407,2682.301842,1773.004011,2413.817205,1291.99278,2040.551291 +284408,2701.394691,1830.504244,2407.443014,1292.450115,2026.701102 +284409,2690.624356,1750.284415,2400.855557,1292.927995,2013.060678 +284410,2678.954656,1814.155799,2395.90811,1293.433733,2001.907546 +284411,2693.348155,1749.24074,2391.990308,1293.95425,1992.483429 +284412,2685.676326,1780.95582,2389.144953,1294.490135,1984.82591 +284413,2683.949207,1761.766132,2386.600483,1295.037404,1977.964941 +284414,2684.335313,1758.565249,2384.651218,1295.596355,1972.227605 +284415,2684.055483,1752.926743,2382.884448,1296.164322,1966.861064 +284416,2683.499036,1747.37666,2381.365913,1296.741747,1962.328899 +284417,2676.702796,1741.870178,2381.535468,1297.329415,1960.159171 +284418,2689.543844,1736.406407,2379.281113,1297.919907,1955.268663 +284419,2674.952695,1730.887641,2377.768832,1298.524858,1951.498991 +284420,2688.749987,1725.802028,2376.556034,1299.134558,1948.270059 +284421,2681.958126,1720.258543,2375.654307,1299.753126,1945.576682 +284422,2680.971223,1715.090868,2374.603396,1300.37902,1942.839121 +284423,2681.778729,1709.865701,2373.837076,1301.013542,1940.573852 +284424,2681.859333,1704.702317,2373.007472,1301.655236,1938.33845 +284425,2675.538416,1699.591755,2373.943237,1302.307004,1938.368646 +284426,2688.315631,1694.403826,2372.050884,1302.961046,1935.017455 +284427,2681.570125,1689.543661,2371.152837,1303.71724,1932.950853 +284428,2680.898337,1684.492347,2370.38041,1304.259557,1931.08465 +284429,2686.030625,1686.488236,2369.695372,1316.772989,1929.368008 +284430,2689.138008,1683.036524,2370.589537,1319.299224,1928.000325 +284431,2690.16856,1679.217638,2372.433552,1321.127934,1926.852784 +284432,2691.829432,1675.331182,2376.090284,1322.79288,1927.827426 +284433,2691.616839,1671.413468,2376.819779,1324.350557,1925.524734 +284434,2694.000874,1667.510723,2379.491161,1325.86153,1925.987722 +284435,2694.964379,1663.502919,2381.171139,1327.328603,1925.556088 +284436,2695.150877,1659.78182,2380.691377,1328.773563,1922.711297 +284437,2697.743717,1655.975951,2382.60487,1330.207388,1922.969445 +284438,2693.928392,1643.598949,2382.062183,1320.142844,1920.343781 +284439,2693.619521,1638.246806,2382.45965,1319.487922,1920.578712 +284440,2693.0894,1633.421587,2379.5737,1319.762415,1917.870647 +284441,2695.482714,1628.702449,2378.986247,1320.284286,1918.213314 +284442,2695.585245,1647.779704,2376.443989,1320.917803,1915.945123 +284443,2703.81396,1586.230035,2374.854523,1321.632034,1914.526463 +284444,2691.379229,1631.661353,2373.899757,1322.389761,1913.608568 +284445,2705.940143,1611.66522,2373.136229,1323.182923,1912.723 +284446,2702.461048,1601.014024,2372.775364,1324.004916,1912.187522 +284447,2702.294164,1606.760751,2372.531556,1324.850539,1911.687837 +284448,2705.039647,1596.113519,2373.95736,1325.720152,1913.156596 +284449,2706.326944,1595.1631,2374.511766,1326.605197,1913.698695 +284450,2706.314017,1590.30783,2373.041397,1327.509226,1911.491262 +284451,2708.085136,1586.24507,2372.370784,1328.434573,1910.186532 +284452,2709.871606,1582.35476,2372.072354,1329.373377,1909.265176 +284453,2711.429923,1578.405195,2372.004918,1330.328634,1908.572031 +284454,2714.094908,1575.813372,2373.96085,1331.300778,1910.085297 +284455,2715.20965,1573.004006,2374.830892,1332.282861,1910.505843 +284456,2722.288467,1570.017698,2373.797221,1333.279183,1908.587232 +284457,2712.641073,1567.15135,2375.138118,1334.29355,1909.543195 +284458,2724.184136,1564.300104,2374.062657,1335.311356,1907.507258 +284459,2722.647123,1561.489076,2373.886854,1336.259,1906.532555 +284460,2724.405281,1558.713319,2375.703612,1337.527481,1907.964664 +284461,2741.730119,1661.053859,2373.116034,1455.780745,1902.851662 +284462,2753.453483,1660.75939,2381.458321,1432.729138,1914.414691 +284463,2771.557303,1660.257295,2394.6343,1458.52549,1934.089328 +284464,2788.018083,1659.619976,2406.920655,1452.394277,1953.538958 +284465,2799.996771,1658.954121,2416.222597,1457.152024,1969.605276 +284466,2807.844905,1658.176989,2422.669421,1460.379285,1981.683202 +284467,2812.888323,1657.786732,2427.085958,1463.494184,1990.861862 +284468,2816.234389,1656.91891,2430.184568,1473.439075,1998.134503 +284469,2818.646934,1656.407508,2432.4622,1461.154728,2003.693384 +284470,2820.484908,1655.820264,2434.181704,1477.177532,2008.247049 +284471,2821.911151,1655.281175,2435.479374,1476.453713,2011.872479 +284472,2823.056132,1654.776564,2436.454579,1487.07779,2014.20384 +284473,2824.047791,1654.306247,2437.223812,1473.671371,2016.200799 +284474,2824.894093,1653.869527,2437.814864,1502.7195,2017.939629 +284475,2825.643478,1653.467039,2438.256842,1487.296893,2019.027426 +284476,2826.38172,1653.097269,2438.648856,1486.611367,2019.773177 +284477,2827.108016,1652.760271,2438.987424,1515.904557,2020.220236 +284478,2827.820474,1652.455202,2439.275812,1486.876466,2020.610712 +284479,2828.674397,1652.181587,2439.634847,1521.112773,2020.699248 +284480,2829.517036,1652.04768,2439.974431,1504.409359,2020.595624 +284481,2830.324092,1651.672345,2440.272353,1516.763347,2020.303542 +284482,2831.343498,1651.566631,2440.699951,1518.237283,2020.031362 +284483,2832.570091,1651.396153,2441.25086,1522.533372,2019.804428 +284484,2833.914515,1651.269538,2441.88123,1526.611277,2019.582089 +284485,2835.345196,1651.17155,2442.577687,1530.618235,2019.349819 +284486,2836.834695,1651.100736,2443.311577,1534.731732,2019.089698 +284487,2838.352953,1651.056869,2444.063983,1538.877131,2018.794154 +284488,2839.878639,1651.039268,2444.844149,1542.937402,2018.461119 +284489,2841.417167,1651.047668,2445.635965,1547.376457,2018.093031 +284490,2842.959518,1651.081457,2446.436037,1551.572971,2017.902951 +284491,2844.498072,1650.703615,2447.242582,1555.330721,2017.458401 +284492,2845.955426,1650.269676,2447.987446,1558.968202,2016.955558 +284493,2847.298875,1649.815775,2448.639959,1562.569701,2016.404335 +284494,2851.262714,1649.354778,2450.949906,1566.414531,2017.975116 +284495,2850.946836,1648.878386,2450.527393,1569.969416,2016.253359 +284496,2851.708232,1648.410006,2450.590773,1573.627969,2015.177712 +284497,2852.49227,1647.935175,2450.835753,1582.907665,2014.352269 +284498,2855.99076,1647.464372,2452.799752,1572.852011,2015.674555 +284499,2855.363406,1646.984604,2452.123731,1593.639845,2013.776912 +284500,2855.732191,1646.516714,2452.066006,1585.319816,2012.662609 +284501,2856.290962,1646.04502,2452.101093,1592.699235,2011.67232 +284502,2859.688115,1645.580171,2453.931994,1596.145917,2012.913144 +284503,2859.003017,1645.108242,2453.155732,1599.502758,2010.96357 +284504,2859.211904,1644.64964,2452.939545,1603.06952,2009.718001 +284505,2859.719898,1644.189131,2452.892191,1606.883067,2008.683539 +284506,2863.104476,1643.736504,2454.670202,1610.530844,2009.912246 +284507,2862.380403,1643.278112,2453.829477,1614.036519,2007.930932 +284508,2862.557062,1642.833986,2453.557177,1617.738816,2006.660927 +284509,2865.748149,1642.392097,2455.198083,1621.509218,2007.758285 +284510,2864.908337,1641.946243,2454.265998,1624.78712,2005.693702 +284511,2867.734657,1641.518235,2455.672268,1628.825063,2006.526511 +284512,2866.69903,1641.080287,2454.610379,1632.217267,2004.320945 +284513,2866.697801,1640.658408,2454.193741,1635.934313,2002.910467 +284514,2867.074362,1640.236207,2453.99553,1639.545263,2001.7629 +284515,2867.653626,1639.820057,2453.91072,1643.212093,2000.961747 +284516,2868.34848,1647.904308,2453.892251,1647.820516,2000.038108 +284517,2869.223958,1648.827176,2454.885392,1651.760976,1999.169524 +284518,2870.166531,1649.020273,2456.4747,1655.189357,1998.318864 +284519,2871.073305,1649.336616,2458.110588,1658.622238,1997.458529 +284520,2872.047906,1649.32309,2459.617951,1667.339385,1996.692383 +284521,2875.219914,1672.068919,2462.963348,1684.277503,1999.55754 +284522,2881.508649,1673.283317,2467.845898,1693.90176,2005.321678 +284523,2888.968925,1674.094681,2473.255563,1697.531454,2012.380292 +284524,2895.687633,1674.671134,2478.171809,1701.091562,2019.112435 +284525,2901.068718,1675.137116,2482.281664,1705.080716,2024.935826 +284526,2905.577493,1675.518247,2485.686687,1708.951467,2029.890793 +284527,2908.978968,1675.82108,2488.573162,1712.575734,2034.172318 +284528,2912.011597,1676.091184,2491.18887,1721.362188,2038.071186 +284529,2914.594085,1676.325672,2493.462785,1713.24785,2041.492988 +284530,2916.936697,1676.528601,2495.525176,1730.110959,2044.596948 +284531,2919.293247,1676.703447,2497.541936,1726.291079,2047.589652 +284532,2921.430944,1676.852392,2499.370444,1730.354634,2050.297594 +284533,2926.090209,1676.980746,2502.778861,1735.06674,2054.925621 +284534,2926.534152,1677.07941,2503.464954,1737.842671,2056.142744 +284535,2930.45637,1677.168924,2506.351018,1741.594837,2060.056292 +284536,2930.431504,1677.226857,2506.679111,1744.406173,2060.758491 +284537,2931.384268,1677.276281,2507.592016,1748.24604,2062.145208 +284538,2932.836986,1677.304082,2508.778939,1756.33012,2063.830684 +284539,2934.329171,1677.315944,2509.955275,1748.760439,2065.47325 +284540,2935.838678,1677.31211,2511.117441,1764.335721,2067.079354 +284541,2940.482983,1677.295998,2514.090988,1761.251553,2070.930051 +284542,2940.527568,1677.256519,2514.319638,1764.038209,2071.37441 +284543,2941.31404,1677.212001,2515.019159,1768.333222,2072.39552 +284544,2942.419731,1677.149219,2515.894403,1771.18128,2073.616876 +284545,2943.691054,1677.073941,2516.845699,1774.369697,2074.918876 +284546,2945.187311,1676.985763,2517.919437,1782.125383,2076.367087 +284547,2946.588956,1676.884604,2518.91681,1775.092398,2077.720461 +284548,2947.912539,1676.771251,2519.852152,1788.328977,2078.999094 +284549,2949.38009,1676.646063,2520.869907,1786.796808,2080.382879 +284550,2950.75902,1676.508699,2521.820563,1789.178698,2081.686457 +284551,2952.181692,1676.313885,2522.790283,1797.88483,2083.01731 +284552,2953.819824,1676.093618,2523.691398,1791.660214,2084.273005 +284553,2955.085574,1675.852635,2524.526259,1804.040011,2085.461055 +284554,2956.534626,1675.592076,2525.441841,1804.23573,2086.765947 +284555,2958.131127,1675.312098,2526.412167,1811.453751,2088.156464 +284556,2959.963759,1675.125372,2527.34068,1811.277991,2089.51325 +284557,2961.274038,1674.642214,2528.122631,1813.617301,2090.705191 +284558,2962.979511,1674.383843,2528.886865,1821.533238,2091.890614 +284559,2963.650771,1673.899507,2529.690925,1822.256899,2093.140071 +284560,2965.344677,1673.689065,2530.382266,1823.913067,2094.263791 +284561,2966.507521,1673.217725,2530.923731,1826.48205,2095.21484 +284562,2967.900471,1672.822686,2531.380214,1829.559321,2096.07249 +284563,2968.953269,1672.393273,2531.75409,1830.989742,2096.838687 +284564,2969.847491,1666.699057,2532.00613,1832.027275,2097.464314 +284565,2970.774899,1665.362676,2531.524145,1833.848837,2097.934636 +284566,2971.67907,1664.442295,2530.548542,1836.207189,2098.257427 +284567,2972.769859,1663.616267,2529.416191,1838.70371,2098.450599 +284568,2973.442532,1662.832904,2528.312058,1841.123299,2098.540048 +284569,2976.679583,1662.071492,2529.035174,1845.299361,2100.732505 +284570,2975.770347,1661.308919,2527.224161,1846.503304,2099.631072 +284571,2975.622838,1660.556885,2525.995418,1848.241748,2099.144982 +284572,2975.676823,1659.798009,2524.943903,1850.165828,2098.790742 +284573,2975.835554,1659.035981,2523.990927,1852.210083,2098.493922 +284574,2976.049967,1658.267988,2523.099525,1854.328127,2098.2283 +284575,2976.175776,1657.493213,2522.145827,1856.42767,2097.809915 +284576,2976.320823,1656.710823,2521.247989,1858.544,2097.481274 +284577,2976.273536,1655.919727,2520.178005,1860.589853,2096.826012 +284578,2976.342063,1655.119985,2519.255408,1862.696523,2096.449912 +284579,2976.635245,1654.310185,2518.539621,1864.94704,2096.420428 +284580,2976.407462,1653.489251,2517.296768,1866.991867,2095.423699 +284581,2975.630147,1619.601306,2515.539345,1868.788225,2093.53044 +284582,2970.626335,1618.578839,2510.643731,1867.957848,2086.985217 +284583,2963.708696,1617.597103,2504.148438,1866.154043,2077.657515 +284584,2957.209746,1616.679501,2498.020733,1865.033071,2068.420606 +284585,2951.773199,1615.756685,2492.127053,1864.689506,2058.915107 +284586,2948.262794,1614.834432,2487.857722,1865.484762,2051.929309 +284587,2945.362001,1613.90406,2483.92723,1866.752526,2045.226667 +284588,2942.184397,1612.96867,2479.70454,1867.87611,2037.981179 +284589,2939.383438,1612.027506,2475.939412,1869.070292,2031.700942 +284590,2938.764796,1611.078081,2474.287485,1871.291632,2029.248222 +284591,2937.524313,1610.115329,2471.79765,1873.378483,2025.117364 +284592,2936.961037,1609.148373,2470.05986,1875.830804,2022.517984 +284593,2935.650614,1608.167347,2467.536021,1878.07735,2018.532884 +284594,2932.689678,1607.177734,2463.542116,1879.504999,2012.155071 +284595,2929.871829,1603.856137,2459.918035,1880.860546,2006.790981 +284596,2927.623927,1602.444529,2456.174378,1883.305365,2001.798935 +284597,2925.689952,1601.260923,2452.31711,1886.338931,1996.998149 +284598,2927.603873,1600.134327,2452.117428,1891.19087,1998.823904 +284599,2931.755684,1599.022422,2453.712024,1897.259476,2003.248824 +284600,2931.140536,1597.91648,2450.548629,1901.033233,1998.769413 +284601,2927.432868,1596.822623,2445.119075,1902.903026,1990.8463 +284602,2923.98763,1595.725067,2440.470338,1904.311025,1984.750122 +284603,2920.795342,1594.727693,2436.139722,1905.854877,1979.217628 +284604,2922.637687,1593.463119,2436.671872,1909.895937,1982.302884 +284605,2927.614009,1592.420129,2439.601493,1915.978315,1988.920103 +284606,2926.620456,1591.27148,2436.355719,1919.515316,1984.059004 +284607,2921.739914,1590.146287,2430.114895,1920.60403,1974.693446 +284608,2922.433404,1589.018282,2429.812782,1923.996432,1976.493528 +284609,2921.491282,1587.860625,2427.276549,1927.179094,1973.572535 +284610,2916.577515,1586.705298,2421.10445,1928.342827,1964.428418 +284611,2917.890802,1585.380451,2421.443611,1932.157582,1967.454148 +284612,2923.297156,1583.991362,2424.97314,1938.533132,1975.335457 +284613,2927.503353,1582.573178,2426.453826,1944.55735,1978.984423 +284614,2924.480477,1581.129952,2421.418104,1947.05388,1971.26993 +284615,2922.81684,1579.67833,2418.661369,1949.511913,1968.663345 +284616,2919.743883,1578.186603,2414.419597,1951.422384,1963.315017 +284617,2912.845625,1576.677018,2406.710154,1951.387646,1952.099543 +284618,2912.969532,1575.158973,2406.547377,1954.532928,1954.947396 +284619,2911.326129,1573.59189,2403.407616,1957.397269,1951.538226 +284620,2904.507183,1572.017195,2395.48989,1957.566795,1939.97674 +284621,2905.979976,1570.435143,2396.231196,1961.205807,1944.630054 +284622,2904.929112,1568.800147,2393.493801,1964.442288,1941.976516 +284623,2897.822916,1567.159904,2385.194576,1964.525069,1929.81247 +284624,2899.843805,1565.513029,2386.465715,1968.602911,1935.582053 +284625,2899.09745,1563.810362,2383.936003,1972.018508,1933.363451 +284626,2891.663808,1562.103567,2375.272634,1971.952933,1920.653023 +284627,2884.570738,1560.382924,2368.011601,1971.506925,1911.45742 +284628,2888.365363,1558.637446,2371.15177,1976.335761,1920.784369 +284629,2899.108075,1556.853883,2379.265393,1985.479524,1937.405702 +284630,2907.118261,1555.047064,2383.703794,1993.939232,1946.453989 +284631,2903.565351,1553.218651,2377.252676,1996.539372,1936.427084 +284632,2892.78318,1551.381805,2365.955887,1994.794822,1919.450104 +284633,2883.586514,1549.520961,2356.888345,1993.015718,1907.546753 +284634,2875.268145,1548.832845,2348.791019,1991.93481,1897.372327 +284635,2879.592557,1547.362781,2352.333287,1997.443817,1907.614186 +284636,2891.866479,1545.586798,2361.647313,2008.363735,1926.214249 +284637,2890.646303,1543.566849,2356.644541,2013.200827,1918.124697 +284638,2880.26436,1541.647977,2344.799076,2012.436539,1899.817995 +284639,2881.875379,1539.882019,2346.12848,2016.324017,1906.406302 +284640,2880.777146,1537.818344,2342.812584,2019.738788,1903.105786 +284641,2883.303107,1469.57481,2343.646198,2025.082871,1907.675019 +284642,2884.066367,1466.820815,2344.611068,2028.613926,1914.06216 +284643,2868.814007,1464.34149,2328.819428,2024.844906,1889.862282 +284644,2856.181703,1461.658027,2317.320169,2022.341512,1874.157584 +284645,2854.64209,1459.179573,2315.632264,2026.652172,1874.362257 +284646,2854.908414,1476.943889,2313.622923,2032.402989,1871.911711 +284647,2845.664932,1423.779461,2302.133011,2034.237384,1852.221096 +284648,2830.849964,1465.897746,2286.667925,2032.115632,1826.967243 +284649,2828.846451,1457.839109,2284.563974,2035.49408,1826.67624 +284650,2824.663475,1427.703285,2278.743575,2038.595035,1818.240729 +284651,2813.019669,1452.155928,2266.049862,2037.738927,1798.13782 +284652,2814.077485,1448.069799,2266.947416,2042.257054,1803.571129 +284653,2812.260769,1423.695519,2263.069649,2046.328734,1798.911013 +284654,2813.373981,1454.676152,2262.447659,2051.603041,1800.704572 +284655,2823.268134,1411.5189,2269.554483,2060.979076,1815.935374 +284656,2819.449109,1441.920779,2262.63392,2064.647298,1805.116924 +284657,2817.389231,1419.384805,2259.238381,2067.831758,1802.584339 +284658,2812.80422,1425.840616,2253.293839,2069.932842,1795.469669 +284659,2811.901327,1420.031114,2251.327852,2073.553323,1796.010489 +284660,2819.346567,1417.432799,2256.887614,2081.602046,1809.519591 +284661,2814.370594,1414.567422,2249.339926,2084.483882,1798.608596 +284662,2811.602243,1411.470022,2245.578804,2087.217442,1796.291928 +284663,2806.316049,1408.501288,2239.166739,2089.126092,1789.087713 +284664,2793.432132,1408.271841,2226.157474,2087.049046,1770.684558 +284665,2782.248512,1406.092644,2215.704261,2084.541595,1757.430235 +284666,2772.469793,1402.958123,2206.581908,2082.598962,1746.194996 +284667,2777.592672,1400.036938,2211.609134,2087.990443,1760.050227 +284668,2778.100219,1396.794734,2210.009006,2092.725315,1760.172924 +284669,2767.478174,1393.897071,2198.22076,2091.741852,1743.01949 +284670,2757.631005,1390.474982,2188.694286,2090.084357,1731.706466 +284671,2763.835013,1388.14127,2194.66883,2096.165776,1748.233866 +284672,2779.837233,1385.716802,2207.740244,2108.504874,1774.947749 +284673,2777.659265,1383.630289,2201.789918,2112.93817,1766.007625 +284674,2764.247183,1381.40142,2187.574354,2109.974263,1744.651715 +284675,2766.865719,1379.279122,2190.568722,2113.418314,1755.43081 +284676,2765.940547,1377.229423,2188.118046,2116.607896,1754.193517 +284677,2754.430816,1374.88264,2176.017178,2114.315323,1736.197434 +284678,2743.966965,1373.038034,2166.448757,2111.430073,1724.169574 +284679,2750.07197,1370.88907,2172.915966,2116.430622,1740.697699 +284680,2766.214747,1368.942576,2186.642286,2127.869834,1767.607719 +284681,2778.357014,1366.755129,2194.906339,2138.352929,1783.027161 +284682,2786.214728,1364.817935,2199.452188,2146.322891,1792.042823 +284683,2790.705606,1362.707129,2201.390519,2152.159659,1796.806911 +284684,2782.068321,1360.86743,2191.34017,2151.268804,1780.665722 +284685,2776.997862,1358.853075,2186.715154,2150.811755,1776.069496 +284686,2769.95659,1356.904664,2179.849295,2149.783003,1767.06004 +284687,2755.639924,1355.071199,2166.339887,2145.068871,1746.61204 +284688,2742.767604,1353.007144,2155.274543,2140.310429,1731.658913 +284689,2731.370981,1351.167996,2145.481335,2136.323944,1718.912426 +284690,2721.072796,1349.258366,2136.530691,2132.91928,1707.564544 +284691,2711.375545,1347.37774,2128.260414,2129.947826,1697.339425 +284692,2702.776436,1345.51155,2120.581497,2127.308693,1688.087581 +284693,2711.585795,1343.66676,2129.657864,2132.858869,1708.729027 +284694,2713.748426,1341.793892,2129.666725,2136.892015,1710.508132 +284695,2719.122418,1336.993662,2133.702597,2141.645839,1720.346771 +284696,2718.473538,1334.667594,2131.226781,2144.197022,1718.433403 +284697,2705.095268,1332.585299,2117.205076,2140.283217,1696.981401 +284698,2710.20347,1330.59733,2123.04558,2143.860529,1712.948987 +284699,2710.260572,1328.584116,2121.446601,2146.772165,1712.854532 +284700,2697.696492,1326.646508,2108.335646,2143.071298,1692.722607 +284701,2048.034719,1324.82119,1126.184379,1782.120148,2468.058989 +284702,2138.59549,1451.762759,1175.798728,1861.250173,2529.118179 +284703,2252.434248,1456.376268,1240.531843,1957.45963,2596.212759 +284704,2354.774392,1455.366781,1301.182381,2038.029998,2651.913692 +284705,2423.972367,1455.374933,1345.904006,2085.676156,2681.78932 +284706,2461.534372,1454.508665,1374.731602,2104.31934,2687.918326 +284707,2482.932426,1453.713944,1394.802228,2109.924535,2684.397128 +284708,2496.703379,1452.662914,1410.12011,2111.253183,2677.88992 +284709,2506.754972,1451.755735,1422.573437,2111.905989,2671.005595 +284710,2514.706336,1450.589154,1433.030467,2112.864497,2664.62021 +284711,2521.209146,1449.619274,1441.927118,2114.133252,2658.937736 +284712,2526.592863,1448.536504,1449.544013,2115.540541,2653.960435 +284713,2531.064947,1447.489925,1456.088265,2116.958959,2649.616961 +284714,2534.792522,1446.448279,1461.731446,2118.33697,2645.82972 +284715,2537.914931,1445.4129,1466.617753,2119.663122,2642.528102 +284716,2540.520562,1444.383683,1470.855165,2120.917445,2639.623296 +284717,2542.72295,1443.363413,1474.554958,2122.11925,2637.08619 +284718,2544.61305,1442.351287,1477.809705,2123.282844,2634.890872 +284719,2546.235996,1441.34933,1480.682874,2124.396441,2632.984565 +284720,2547.632369,1440.356397,1483.229876,2125.454342,2631.327304 +284721,2548.836718,1439.374024,1485.497968,2126.45435,2629.8867 +284722,2549.877934,1438.400849,1487.527127,2127.396262,2628.635713 +284723,2550.779774,1437.43807,1489.350976,2128.280711,2627.551202 +284724,2551.561756,1436.484239,1490.997799,2129.108635,2626.613268 +284725,2552.239786,1435.540329,1492.491339,2129.880942,2625.804571 +284726,2552.82695,1434.604868,1493.851598,2130.598501,2625.110064 +284727,2553.333945,1433.678695,1495.0954,2131.262065,2624.516534 +284728,2553.769666,1432.760348,1496.236977,2131.872358,2624.012476 +284729,2554.141445,1431.829798,1497.288344,2132.43001,2623.587737 +284730,2554.453272,1430.921443,1498.258269,2132.933913,2623.230857 +284731,2554.710887,1429.646246,1499.155799,2133.385255,2622.934697 +284732,2554.888977,1428.541564,1499.977221,2133.631397,2622.693609 +284733,2554.973905,1427.210677,1500.720794,2133.585665,2622.502093 +284734,2554.966769,1425.945859,1501.389654,2133.247826,2622.354836 +284735,2554.875808,1424.65406,1501.989615,2132.658234,2622.246917 +284736,2554.710456,1423.351525,1502.526951,2131.86055,2622.173927 +284737,2554.478865,1422.039684,1503.007319,2130.887118,2622.131919 +284738,2554.187659,1420.719005,1503.435558,2129.758508,2622.117368 +284739,2553.84225,1419.390261,1503.815781,2128.487509,2622.12708 +284740,2553.447182,1418.053637,1504.151544,2127.082724,2622.15817 +284741,2553.006324,1416.709728,1504.445949,2125.550593,2622.207991 +284742,2552.523021,1415.358688,1504.701738,2123.896297,2622.274142 +284743,2552.000232,1414.001171,1504.921335,2122.125425,2622.354416 +284744,2551.440633,1412.636661,1505.106911,2120.239348,2622.44682 +284745,2550.846584,1411.266032,1505.26038,2118.238986,2622.549476 +284746,2550.220193,1409.889319,1505.383467,2116.126378,2622.66068 +284747,2549.563334,1408.506959,1505.477729,2113.904229,2622.77887 +284748,2548.877694,1407.118913,1505.544584,2111.575236,2622.902636 +284749,2548.164772,1405.725602,1505.585317,2109.141733,2623.030665 +284750,2547.425921,1404.327163,1505.601106,2106.605682,2623.161765 +284751,2546.662361,1402.923326,1505.593026,2103.968739,2623.294822 +284752,2545.875214,1401.514934,1505.562073,2101.232374,2623.428828 +284753,2545.068749,1400.19431,1505.509162,2098.397919,2623.562842 +284754,2544.264322,1397.03303,1505.447878,2095.482947,2623.724301 +284755,2543.196729,1395.260023,1505.298949,2091.636431,2623.88692 +284756,2541.93189,1393.788954,1505.075211,2087.215726,2624.026856 +284757,2540.614477,1392.173164,1504.817384,2082.709799,2624.155108 +284758,2539.315431,1390.654232,1504.547569,2078.344071,2624.276158 +284759,2538.057199,1389.129516,1504.272754,2074.134666,2624.391559 +284760,2536.831006,1387.608207,1503.993046,2069.829946,2624.501574 +284761,0,0,0,0,0 +284762,0,0,0,0,0 +284763,0,0,0,0,0 +284764,0,0,0,0,0 +284765,0,0,0,0,0 +284766,0,0,0,0,0 +284767,0,0,0,0,0 +284768,0,0,0,0,0 +284769,0,0,0,0,0 +284770,0,0,0,0,0 +284771,0,0,0,0,0 +284772,0,0,0,0,0 +284773,0,0,0,0,0 +284774,0,0,0,0,0 +284775,0,0,0,0,0 +284776,0,0,0,0,0 +284777,0,0,0,0,0 +284778,0,0,0,0,0 +284779,0,0,0,0,0 +284780,0,0,0,0,0 +284781,0,0,0,0,0 +284782,0,0,0,0,0 +284783,0,0,0,0,0 +284784,0,0,0,0,0 +284785,0,0,0,0,0 +284786,0,0,0,0,0 +284787,0,0,0,0,0 +284788,0,0,0,0,0 +284789,0,0,0,0,0 +284790,0,0,0,0,0 +284791,0,0,0,0,0 +284792,0,0,0,0,0 +284793,0,0,0,0,0 +284794,0,0,0,0,0 +284795,0,0,0,0,0 +284796,0,0,0,0,0 +284797,0,0,0,0,0 +284798,0,0,0,0,0 +284799,0,0,0,0,0 +284800,0,0,0,0,0 +284801,0,0,0,0,0 +284802,0,0,0,0,0 +284803,0,0,0,0,0 +284804,0,0,0,0,0 +284805,0,0,0,0,0 +284806,0,0,0,0,0 +284807,0,0,0,0,0 +284808,0,0,0,0,0 +284809,0,0,0,0,0 +284810,0,0,0,0,0 +284811,0,0,0,0,0 +284812,0,0,0,0,0 +284813,0,0,0,0,0 +284814,0,0,0,0,0 +284815,0,0,0,0,0 +284816,0,0,0,0,0 +284817,0,0,0,0,0 +284818,0,0,0,0,0 +284819,0,0,0,0,0 +284820,0,0,0,0,0 +284821,0,0,0,0,0 +284822,0,0,0,0,0 +284823,0,0,0,0,0 +284824,0,0,0,0,0 +284825,0,0,0,0,0 +284826,0,0,0,0,0 +284827,0,0,0,0,0 +284828,0,0,0,0,0 +284829,0,0,0,0,0 +284830,0,0,0,0,0 +284831,0,0,0,0,0 +284832,0,0,0,0,0 +284833,0,0,0,0,0 +284834,0,0,0,0,0 +284835,0,0,0,0,0 +284836,0,0,0,0,0 +284837,0,0,0,0,0 +284838,0,0,0,0,0 +284839,0,0,0,0,0 +284840,0,0,0,0,0 +284841,0,0,0,0,0 +284842,0,0,0,0,0 +284843,0,0,0,0,0 +284844,0,0,0,0,0 +284845,0,0,0,0,0 +284846,0,0,0,0,0 +284847,0,0,0,0,0 +284848,0,0,0,0,0 +284849,0,0,0,0,0 +284850,0,0,0,0,0 +284851,0,0,0,0,0 +284852,0,0,0,0,0 +284853,0,0,0,0,0 +284854,0,0,0,0,0 +284855,0,0,0,0,0 +284856,0,0,0,0,0 +284857,0,0,0,0,0 +284858,0,0,0,0,0 +284859,0,0,0,0,0 +284860,0,0,0,0,0 +284861,0,0,0,0,0 +284862,0,0,0,0,0 +284863,0,0,0,0,0 +284864,0,0,0,0,0 +284865,0,0,0,0,0 +284866,0,0,0,0,0 +284867,0,0,0,0,0 +284868,0,0,0,0,0 +284869,0,0,0,0,0 +284870,0,0,0,0,0 +284871,0,0,0,0,0 +284872,0,0,0,0,0 +284873,0,0,0,0,0 +284874,0,0,0,0,0 +284875,0,0,0,0,0 +284876,0,0,0,0,0 +284877,0,0,0,0,0 +284878,0,0,0,0,0 +284879,0,0,0,0,0 +284880,0,0,0,0,0 +284881,0,0,0,0,0 +284882,0,0,0,0,0 +284883,0,0,0,0,0 +284884,0,0,0,0,0 +284885,0,0,0,0,0 +284886,0,0,0,0,0 +284887,0,0,0,0,0 +284888,0,0,0,0,0 +284889,0,0,0,0,0 +284890,0,0,0,0,0 +284891,0,0,0,0,0 +284892,0,0,0,0,0 +284893,0,0,0,0,0 +284894,0,0,0,0,0 +284895,0,0,0,0,0 +284896,0,0,0,0,0 +284897,0,0,0,0,0 +284898,0,0,0,0,0 +284899,0,0,0,0,0 +284900,0,0,0,0,0 +284901,0,0,0,0,0 +284902,0,0,0,0,0 +284903,0,0,0,0,0 +284904,0,0,0,0,0 +284905,0,0,0,0,0 +284906,0,0,0,0,0 +284907,0,0,0,0,0 +284908,0,0,0,0,0 +284909,0,0,0,0,0 +284910,0,0,0,0,0 +284911,0,0,0,0,0 +284912,0,0,0,0,0 +284913,0,0,0,0,0 +284914,0,0,0,0,0 +284915,0,0,0,0,0 +284916,0,0,0,0,0 +284917,0,0,0,0,0 +284918,0,0,0,0,0 +284919,0,0,0,0,0 +284920,0,0,0,0,0 +284921,0,0,0,0,0 +284922,0,0,0,0,0 +284923,0,0,0,0,0 +284924,0,0,0,0,0 +284925,0,0,0,0,0 +284926,0,0,0,0,0 +284927,0,0,0,0,0 +284928,0,0,0,0,0 +284929,0,0,0,0,0 +284930,0,0,0,0,0 +284931,0,0,0,0,0 +284932,0,0,0,0,0 +284933,0,0,0,0,0 +284934,0,0,0,0,0 +284935,0,0,0,0,0 +284936,0,0,0,0,0 +284937,0,0,0,0,0 +284938,0,0,0,0,0 +284939,0,0,0,0,0 +284940,0,0,0,0,0 +284941,0,0,0,0,0 +284942,0,0,0,0,0 +284943,0,0,0,0,0 +284944,0,0,0,0,0 +284945,0,0,0,0,0 +284946,0,0,0,0,0 +284947,0,0,0,0,0 +284948,0,0,0,0,0 +284949,0,0,0,0,0 +284950,0,0,0,0,0 +284951,0,0,0,0,0 +284952,0,0,0,0,0 +284953,0,0,0,0,0 +284954,0,0,0,0,0 +284955,0,0,0,0,0 +284956,0,0,0,0,0 +284957,0,0,0,0,0 +284958,0,0,0,0,0 +284959,0,0,0,0,0 +284960,0,0,0,0,0 +284961,0,0,0,0,0 +284962,0,0,0,0,0 +284963,0,0,0,0,0 +284964,0,0,0,0,0 +284965,0,0,0,0,0 +284966,0,0,0,0,0 +284967,0,0,0,0,0 +284968,0,0,0,0,0 +284969,0,0,0,0,0 +284970,0,0,0,0,0 +284971,0,0,0,0,0 +284972,0,0,0,0,0 +284973,0,0,0,0,0 +284974,0,0,0,0,0 +284975,0,0,0,0,0 +284976,0,0,0,0,0 +284977,0,0,0,0,0 +284978,0,0,0,0,0 +284979,0,0,0,0,0 +284980,0,0,0,0,0 +284981,0,0,0,0,0 +284982,0,0,0,0,0 +284983,0,0,0,0,0 +284984,0,0,0,0,0 +284985,0,0,0,0,0 +284986,0,0,0,0,0 +284987,0,0,0,0,0 +284988,0,0,0,0,0 +284989,0,0,0,0,0 +284990,0,0,0,0,0 +284991,0,0,0,0,0 +284992,0,0,0,0,0 +284993,0,0,0,0,0 +284994,0,0,0,0,0 +284995,0,0,0,0,0 +284996,0,0,0,0,0 +284997,0,0,0,0,0 +284998,0,0,0,0,0 +284999,0,0,0,0,0 +285000,0,0,0,0,0 +285001,0,0,0,0,0 +285002,0,0,0,0,0 +285003,0,0,0,0,0 +285004,0,0,0,0,0 +285005,0,0,0,0,0 +285006,0,0,0,0,0 +285007,0,0,0,0,0 +285008,0,0,0,0,0 +285009,0,0,0,0,0 +285010,0,0,0,0,0 +285011,0,0,0,0,0 +285012,0,0,0,0,0 +285013,0,0,0,0,0 +285014,0,0,0,0,0 +285015,0,0,0,0,0 +285016,0,0,0,0,0 +285017,0,0,0,0,0 +285018,0,0,0,0,0 +285019,0,0,0,0,0 +285020,0,0,0,0,0 +285021,0,0,0,0,0 +285022,0,0,0,0,0 +285023,0,0,0,0,0 +285024,0,0,0,0,0 +285025,0,0,0,0,0 +285026,0,0,0,0,0 +285027,0,0,0,0,0 +285028,0,0,0,0,0 +285029,0,0,0,0,0 +285030,0,0,0,0,0 +285031,0,0,0,0,0 +285032,0,0,0,0,0 +285033,0,0,0,0,0 +285034,0,0,0,0,0 +285035,0,0,0,0,0 +285036,0,0,0,0,0 +285037,0,0,0,0,0 +285038,0,0,0,0,0 +285039,0,0,0,0,0 +285040,0,0,0,0,0 +285041,0,0,0,0,0 +285042,0,0,0,0,0 +285043,0,0,0,0,0 +285044,0,0,0,0,0 +285045,0,0,0,0,0 +285046,0,0,0,0,0 +285047,0,0,0,0,0 +285048,0,0,0,0,0 +285049,0,0,0,0,0 +285050,0,0,0,0,0 +285051,0,0,0,0,0 +285052,0,0,0,0,0 +285053,0,0,0,0,0 +285054,0,0,0,0,0 +285055,0,0,0,0,0 +285056,0,0,0,0,0 +285057,0,0,0,0,0 +285058,0,0,0,0,0 +285059,0,0,0,0,0 +285060,0,0,0,0,0 +285061,0,0,0,0,0 +285062,0,0,0,0,0 +285063,0,0,0,0,0 +285064,0,0,0,0,0 +285065,0,0,0,0,0 +285066,0,0,0,0,0 +285067,0,0,0,0,0 +285068,0,0,0,0,0 +285069,0,0,0,0,0 +285070,0,0,0,0,0 +285071,0,0,0,0,0 +285072,0,0,0,0,0 +285073,0,0,0,0,0 +285074,0,0,0,0,0 +285075,0,0,0,0,0 +285076,0,0,0,0,0 +285077,0,0,0,0,0 +285078,0,0,0,0,0 +285079,0,0,0,0,0 +285080,0,0,0,0,0 +285081,0,0,0,0,0 +285082,0,0,0,0,0 +285083,0,0,0,0,0 +285084,0,0,0,0,0 +285085,0,0,0,0,0 +285086,0,0,0,0,0 +285087,0,0,0,0,0 +285088,0,0,0,0,0 +285089,0,0,0,0,0 +285090,0,0,0,0,0 +285091,0,0,0,0,0 +285092,0,0,0,0,0 +285093,0,0,0,0,0 +285094,0,0,0,0,0 +285095,0,0,0,0,0 +285096,0,0,0,0,0 +285097,0,0,0,0,0 +285098,0,0,0,0,0 +285099,0,0,0,0,0 +285100,0,0,0,0,0 +285101,0,0,0,0,0 +285102,0,0,0,0,0 +285103,0,0,0,0,0 +285104,0,0,0,0,0 +285105,0,0,0,0,0 +285106,0,0,0,0,0 +285107,0,0,0,0,0 +285108,0,0,0,0,0 +285109,0,0,0,0,0 +285110,0,0,0,0,0 +285111,0,0,0,0,0 +285112,0,0,0,0,0 +285113,0,0,0,0,0 +285114,0,0,0,0,0 +285115,0,0,0,0,0 +285116,0,0,0,0,0 +285117,0,0,0,0,0 +285118,0,0,0,0,0 +285119,0,0,0,0,0 +285120,0,0,0,0,0 +285121,0,0,0,0,0 +285122,0,0,0,0,0 +285123,0,0,0,0,0 +285124,0,0,0,0,0 +285125,0,0,0,0,0 +285126,0,0,0,0,0 +285127,0,0,0,0,0 +285128,0,0,0,0,0 +285129,0,0,0,0,0 +285130,0,0,0,0,0 +285131,0,0,0,0,0 +285132,0,0,0,0,0 +285133,0,0,0,0,0 +285134,0,0,0,0,0 +285135,0,0,0,0,0 +285136,0,0,0,0,0 +285137,0,0,0,0,0 +285138,0,0,0,0,0 +285139,0,0,0,0,0 +285140,0,0,0,0,0 +285141,0,0,0,0,0 +285142,0,0,0,0,0 +285143,0,0,0,0,0 +285144,0,0,0,0,0 +285145,0,0,0,0,0 +285146,0,0,0,0,0 +285147,0,0,0,0,0 +285148,0,0,0,0,0 +285149,0,0,0,0,0 +285150,0,0,0,0,0 +285151,0,0,0,0,0 +285152,0,0,0,0,0 +285153,0,0,0,0,0 +285154,0,0,0,0,0 +285155,0,0,0,0,0 +285156,0,0,0,0,0 +285157,0,0,0,0,0 +285158,0,0,0,0,0 +285159,0,0,0,0,0 +285160,0,0,0,0,0 +285161,0,0,0,0,0 +285162,0,0,0,0,0 +285163,0,0,0,0,0 +285164,0,0,0,0,0 +285165,0,0,0,0,0 +285166,0,0,0,0,0 +285167,0,0,0,0,0 +285168,0,0,0,0,0 +285169,0,0,0,0,0 +285170,0,0,0,0,0 +285171,0,0,0,0,0 +285172,0,0,0,0,0 +285173,0,0,0,0,0 +285174,0,0,0,0,0 +285175,0,0,0,0,0 +285176,0,0,0,0,0 +285177,0,0,0,0,0 +285178,0,0,0,0,0 +285179,0,0,0,0,0 +285180,0,0,0,0,0 +285181,0,0,0,0,0 +285182,0,0,0,0,0 +285183,0,0,0,0,0 +285184,0,0,0,0,0 +285185,0,0,0,0,0 +285186,0,0,0,0,0 +285187,0,0,0,0,0 +285188,0,0,0,0,0 +285189,0,0,0,0,0 +285190,0,0,0,0,0 +285191,0,0,0,0,0 +285192,0,0,0,0,0 +285193,0,0,0,0,0 +285194,0,0,0,0,0 +285195,0,0,0,0,0 +285196,0,0,0,0,0 +285197,0,0,0,0,0 +285198,0,0,0,0,0 +285199,0,0,0,0,0 +285200,0,0,0,0,0 +285201,0,0,0,0,0 +285202,0,0,0,0,0 +285203,0,0,0,0,0 +285204,0,0,0,0,0 +285205,0,0,0,0,0 +285206,0,0,0,0,0 +285207,0,0,0,0,0 +285208,0,0,0,0,0 +285209,0,0,0,0,0 +285210,0,0,0,0,0 +285211,0,0,0,0,0 +285212,0,0,0,0,0 +285213,0,0,0,0,0 +285214,0,0,0,0,0 +285215,0,0,0,0,0 +285216,0,0,0,0,0 +285217,0,0,0,0,0 +285218,0,0,0,0,0 +285219,0,0,0,0,0 +285220,0,0,0,0,0 +285221,0,0,0,0,0 +285222,0,0,0,0,0 +285223,0,0,0,0,0 +285224,0,0,0,0,0 +285225,0,0,0,0,0 +285226,0,0,0,0,0 +285227,0,0,0,0,0 +285228,0,0,0,0,0 +285229,0,0,0,0,0 +285230,0,0,0,0,0 +285231,0,0,0,0,0 +285232,0,0,0,0,0 +285233,0,0,0,0,0 +285234,0,0,0,0,0 +285235,0,0,0,0,0 +285236,0,0,0,0,0 +285237,0,0,0,0,0 +285238,0,0,0,0,0 +285239,0,0,0,0,0 +285240,0,0,0,0,0 +285241,0,0,0,0,0 +285242,0,0,0,0,0 +285243,0,0,0,0,0 +285244,0,0,0,0,0 +285245,0,0,0,0,0 +285246,0,0,0,0,0 +285247,0,0,0,0,0 +285248,0,0,0,0,0 +285249,0,0,0,0,0 +285250,0,0,0,0,0 +285251,0,0,0,0,0 +285252,0,0,0,0,0 +285253,0,0,0,0,0 +285254,0,0,0,0,0 +285255,0,0,0,0,0 +285256,0,0,0,0,0 +285257,0,0,0,0,0 +285258,0,0,0,0,0 +285259,0,0,0,0,0 +285260,0,0,0,0,0 +285261,0,0,0,0,0 +285262,0,0,0,0,0 +285263,0,0,0,0,0 +285264,0,0,0,0,0 +285265,0,0,0,0,0 +285266,0,0,0,0,0 +285267,0,0,0,0,0 +285268,0,0,0,0,0 +285269,0,0,0,0,0 +285270,0,0,0,0,0 +285271,0,0,0,0,0 +285272,0,0,0,0,0 +285273,0,0,0,0,0 +285274,0,0,0,0,0 +285275,0,0,0,0,0 +285276,0,0,0,0,0 +285277,0,0,0,0,0 +285278,0,0,0,0,0 +285279,0,0,0,0,0 +285280,0,0,0,0,0 +285281,0,0,0,0,0 +285282,0,0,0,0,0 +285283,0,0,0,0,0 +285284,0,0,0,0,0 +285285,0,0,0,0,0 +285286,0,0,0,0,0 +285287,0,0,0,0,0 +285288,0,0,0,0,0 +285289,0,0,0,0,0 +285290,0,0,0,0,0 +285291,0,0,0,0,0 +285292,0,0,0,0,0 +285293,0,0,0,0,0 +285294,0,0,0,0,0 +285295,0,0,0,0,0 +285296,0,0,0,0,0 +285297,0,0,0,0,0 +285298,0,0,0,0,0 +285299,0,0,0,0,0 +285300,0,0,0,0,0 +285301,0,0,0,0,0 +285302,0,0,0,0,0 +285303,0,0,0,0,0 +285304,0,0,0,0,0 +285305,0,0,0,0,0 +285306,0,0,0,0,0 +285307,0,0,0,0,0 +285308,0,0,0,0,0 +285309,0,0,0,0,0 +285310,0,0,0,0,0 +285311,0,0,0,0,0 +285312,0,0,0,0,0 +285313,0,0,0,0,0 +285314,0,0,0,0,0 +285315,0,0,0,0,0 +285316,0,0,0,0,0 +285317,0,0,0,0,0 +285318,0,0,0,0,0 +285319,0,0,0,0,0 +285320,0,0,0,0,0 +285321,0,0,0,0,0 +285322,0,0,0,0,0 +285323,0,0,0,0,0 +285324,0,0,0,0,0 +285325,0,0,0,0,0 +285326,0,0,0,0,0 +285327,0,0,0,0,0 +285328,0,0,0,0,0 +285329,0,0,0,0,0 +285330,0,0,0,0,0 +285331,0,0,0,0,0 +285332,0,0,0,0,0 +285333,0,0,0,0,0 +285334,0,0,0,0,0 +285335,0,0,0,0,0 +285336,0,0,0,0,0 +285337,0,0,0,0,0 +285338,0,0,0,0,0 +285339,0,0,0,0,0 +285340,0,0,0,0,0 +285341,0,0,0,0,0 +285342,0,0,0,0,0 +285343,0,0,0,0,0 +285344,0,0,0,0,0 +285345,0,0,0,0,0 +285346,0,0,0,0,0 +285347,0,0,0,0,0 +285348,0,0,0,0,0 +285349,0,0,0,0,0 +285350,0,0,0,0,0 +285351,0,0,0,0,0 +285352,0,0,0,0,0 +285353,0,0,0,0,0 +285354,0,0,0,0,0 +285355,0,0,0,0,0 +285356,0,0,0,0,0 +285357,0,0,0,0,0 +285358,0,0,0,0,0 +285359,0,0,0,0,0 +285360,0,0,0,0,0 +285361,0,0,0,0,0 +285362,0,0,0,0,0 +285363,0,0,0,0,0 +285364,0,0,0,0,0 +285365,0,0,0,0,0 +285366,0,0,0,0,0 +285367,0,0,0,0,0 +285368,0,0,0,0,0 +285369,0,0,0,0,0 +285370,0,0,0,0,0 +285371,0,0,0,0,0 +285372,0,0,0,0,0 +285373,0,0,0,0,0 +285374,0,0,0,0,0 +285375,0,0,0,0,0 +285376,0,0,0,0,0 +285377,0,0,0,0,0 +285378,0,0,0,0,0 +285379,0,0,0,0,0 +285380,0,0,0,0,0 +285381,0,0,0,0,0 +285382,0,0,0,0,0 +285383,0,0,0,0,0 +285384,0,0,0,0,0 +285385,0,0,0,0,0 +285386,0,0,0,0,0 +285387,0,0,0,0,0 +285388,0,0,0,0,0 +285389,0,0,0,0,0 +285390,0,0,0,0,0 +285391,0,0,0,0,0 +285392,0,0,0,0,0 +285393,0,0,0,0,0 +285394,0,0,0,0,0 +285395,0,0,0,0,0 +285396,0,0,0,0,0 +285397,0,0,0,0,0 +285398,0,0,0,0,0 +285399,0,0,0,0,0 +285400,0,0,0,0,0 +285401,0,0,0,0,0 +285402,0,0,0,0,0 +285403,0,0,0,0,0 +285404,0,0,0,0,0 +285405,0,0,0,0,0 +285406,0,0,0,0,0 +285407,0,0,0,0,0 +285408,0,0,0,0,0 +285409,0,0,0,0,0 +285410,0,0,0,0,0 +285411,0,0,0,0,0 +285412,0,0,0,0,0 +285413,0,0,0,0,0 +285414,0,0,0,0,0 +285415,0,0,0,0,0 +285416,0,0,0,0,0 +285417,0,0,0,0,0 +285418,0,0,0,0,0 +285419,0,0,0,0,0 +285420,0,0,0,0,0 +285421,0,0,0,0,0 +285422,0,0,0,0,0 +285423,0,0,0,0,0 +285424,0,0,0,0,0 +285425,0,0,0,0,0 +285426,0,0,0,0,0 +285427,0,0,0,0,0 +285428,0,0,0,0,0 +285429,0,0,0,0,0 +285430,0,0,0,0,0 +285431,0,0,0,0,0 +285432,0,0,0,0,0 +285433,0,0,0,0,0 +285434,0,0,0,0,0 +285435,0,0,0,0,0 +285436,0,0,0,0,0 +285437,0,0,0,0,0 +285438,0,0,0,0,0 +285439,0,0,0,0,0 +285440,0,0,0,0,0 +285441,0,0,0,0,0 +285442,0,0,0,0,0 +285443,0,0,0,0,0 +285444,0,0,0,0,0 +285445,0,0,0,0,0 +285446,0,0,0,0,0 +285447,0,0,0,0,0 +285448,0,0,0,0,0 +285449,0,0,0,0,0 +285450,0,0,0,0,0 +285451,0,0,0,0,0 +285452,0,0,0,0,0 +285453,0,0,0,0,0 +285454,0,0,0,0,0 +285455,0,0,0,0,0 +285456,0,0,0,0,0 +285457,0,0,0,0,0 +285458,0,0,0,0,0 +285459,0,0,0,0,0 +285460,0,0,0,0,0 +285461,0,0,0,0,0 +285462,0,0,0,0,0 +285463,0,0,0,0,0 +285464,0,0,0,0,0 +285465,0,0,0,0,0 +285466,0,0,0,0,0 +285467,0,0,0,0,0 +285468,0,0,0,0,0 +285469,0,0,0,0,0 +285470,0,0,0,0,0 +285471,0,0,0,0,0 +285472,0,0,0,0,0 +285473,0,0,0,0,0 +285474,0,0,0,0,0 +285475,0,0,0,0,0 +285476,0,0,0,0,0 +285477,0,0,0,0,0 +285478,0,0,0,0,0 +285479,0,0,0,0,0 +285480,0,0,0,0,0 +285481,0,0,0,0,0 +285482,0,0,0,0,0 +285483,0,0,0,0,0 +285484,0,0,0,0,0 +285485,0,0,0,0,0 +285486,0,0,0,0,0 +285487,0,0,0,0,0 +285488,0,0,0,0,0 +285489,0,0,0,0,0 +285490,0,0,0,0,0 +285491,0,0,0,0,0 +285492,0,0,0,0,0 +285493,0,0,0,0,0 +285494,0,0,0,0,0 +285495,0,0,0,0,0 +285496,0,0,0,0,0 +285497,0,0,0,0,0 +285498,0,0,0,0,0 +285499,0,0,0,0,0 +285500,0,0,0,0,0 +285501,0,0,0,0,0 +285502,0,0,0,0,0 +285503,0,0,0,0,0 +285504,0,0,0,0,0 +285505,0,0,0,0,0 +285506,0,0,0,0,0 +285507,0,0,0,0,0 +285508,0,0,0,0,0 +285509,0,0,0,0,0 +285510,0,0,0,0,0 +285511,0,0,0,0,0 +285512,0,0,0,0,0 +285513,0,0,0,0,0 +285514,0,0,0,0,0 +285515,0,0,0,0,0 +285516,0,0,0,0,0 +285517,0,0,0,0,0 +285518,0,0,0,0,0 +285519,0,0,0,0,0 +285520,0,0,0,0,0 +285521,0,0,0,0,0 +285522,0,0,0,0,0 +285523,0,0,0,0,0 +285524,0,0,0,0,0 +285525,0,0,0,0,0 +285526,0,0,0,0,0 +285527,0,0,0,0,0 +285528,0,0,0,0,0 +285529,0,0,0,0,0 +285530,0,0,0,0,0 +285531,0,0,0,0,0 +285532,0,0,0,0,0 +285533,0,0,0,0,0 +285534,0,0,0,0,0 +285535,0,0,0,0,0 +285536,0,0,0,0,0 +285537,0,0,0,0,0 +285538,0,0,0,0,0 +285539,0,0,0,0,0 +285540,0,0,0,0,0 +285541,134.1597679,63.6340932,161.1814586,64.33265408,-122.4191202 +285542,166.2185501,78.39492649,193.4222639,78.94918264,-58.44943336 +285543,162.737193,76.95662275,189.8311884,77.34490505,-55.54617425 +285544,158.6537533,75.26389138,185.5869367,75.47384559,-53.58379519 +285545,154.901628,73.76784942,181.7375973,73.79232356,-52.24576463 +285546,151.7291942,72.57913264,178.5538396,72.41365667,-51.22025192 +285547,149.0867306,71.66295082,175.9733436,71.30466529,-50.37116489 +285548,146.8682981,70.95976519,173.8735109,70.40696556,-49.64685201 +285549,144.991311,70.42424055,172.1599112,69.67611292,-49.02264254 +285550,143.4010085,70.02660774,170.7704047,69.08303779,-48.48070934 +285551,142.0607899,69.746863,169.662959,68.60837567,-48.0014369 +285552,140.9393097,69.56859883,168.8024662,68.23613341,-47.57145667 +285553,140.0091451,69.47782278,168.1583769,67.95261992,-47.17968168 +285554,139.2462594,69.46248404,167.7038317,67.74602545,-46.81682119 +285555,138.6297095,69.51225884,167.415352,67.60621847,-46.47534342 +285556,138.1416876,69.61851946,167.2729073,67.52471706,-46.14868769 +285557,137.7667432,69.77392705,167.2591277,67.49428591,-45.83179979 +285558,137.4915718,69.97228421,167.3590581,67.50879541,-45.52065266 +285559,137.3046797,70.20833694,167.5597815,67.56303037,-45.21208641 +285560,137.1962734,70.47768919,167.8502721,67.65261069,-44.90336744 +285561,137.1578308,70.77658035,168.220936,67.77377361,-44.59242581 +285562,137.1820719,71.10185191,168.6635568,67.92334433,-44.27746031 +285563,137.262695,71.45081237,169.1710125,68.09860399,-43.95703227 +285564,137.3942257,71.82115765,169.737107,68.29721265,-43.6300202 +285565,137.5718738,72.21089754,170.3564127,68.51713776,-43.29560365 +285566,137.7916443,72.61840081,171.0243692,68.75670095,-42.95283125 +285567,138.0498532,73.04217077,171.7367892,69.014355,-42.60130194 +285568,138.3434353,73.48098277,172.4901577,69.2888224,-42.24044175 +285569,138.6697011,73.93377165,173.2813804,69.57898372,-41.86980321 +285570,139.026278,74.39960479,174.1077201,69.88385131,-41.48905383 +285571,139.4109708,74.87761774,174.966651,70.20250562,-41.09812813 +285572,139.8253942,75.37265651,175.8676938,70.53664555,-40.69672803 +285573,140.270265,75.88790536,176.8186013,70.88724454,-40.28486543 +285574,140.7449382,76.42388605,177.8183122,71.25418513,-39.8622757 +285575,141.247872,76.97957356,178.8652383,71.63668872,-39.42883068 +285576,141.7772574,77.55349612,179.9543965,72.03378676,-38.98460408 +285577,142.3314609,78.14430395,181.0838162,72.44460195,-38.52961345 +285578,142.9091338,78.75089962,182.2494691,72.86841387,-38.0637335 +285579,143.5089905,79.37231438,183.4502386,73.30455132,-37.58704682 +285580,144.1298751,80.00770511,184.6826533,73.75241533,-37.09965344 +285581,144.7708719,80.65638296,185.9462095,74.21152412,-36.60141936 +285582,145.4310279,81.31767714,187.2378327,74.68138515,-36.09245128 +285583,146.1094976,81.99099513,188.5572485,75.16155961,-35.57280996 +285584,146.8055501,82.6758219,189.9017552,75.65166499,-35.04248266 +285585,147.5184018,83.37164002,191.2698373,76.15129815,-34.50166971 +285586,148.2474958,84.07805363,192.6622995,76.66016193,-33.95026518 +285587,148.9921805,84.79463894,194.0765525,77.17791817,-33.38842762 +285588,149.7519653,85.52105842,195.5112919,77.70430384,-32.81610677 +285589,150.5262171,86.25692049,196.9672385,78.23899251,-32.23358461 +285590,151.3145613,87.0019604,198.4421661,78.7817766,-31.64074066 +285591,152.1165174,87.75587297,199.9348841,79.33240141,-31.03770558 +285592,152.9316218,88.51836748,201.4463685,79.89062094,-30.4246342 +285593,153.7594386,89.28917137,202.9744259,80.45620248,-29.80167911 +285594,154.5997438,90.06811336,204.5181968,81.02901047,-29.16865301 +285595,155.451958,90.85486485,206.0785931,81.60874852,-28.5260534 +285596,156.3159684,91.64931291,207.6538107,82.19533295,-27.87356807 +285597,157.1912642,92.45116685,209.2427567,82.78849974,-27.21164052 +285598,158.0776447,93.26027981,210.8467546,83.3881266,-26.54018226 +285599,158.9747816,94.07644903,212.4638362,83.99403355,-25.85936474 +285600,159.8823924,94.89949494,214.0931768,84.60606225,-25.16930257 +285601,158.1975134,94.54620269,213.1333577,84.04101782,-29.20228134 +285602,174.8205993,102.5993147,230.3084061,91.91979882,1.043474977 +285603,201.077818,114.9523665,257.0459077,104.1193791,50.21193656 +285604,227.9283865,553.0305274,1442.122318,116.4103292,102.0057704 +285605,251.496358,430.6939265,912.6250468,450.8391195,149.137527 +285606,545.1043188,430.2169194,1020.789643,394.4172774,190.2743506 +285607,1009.421655,467.5331129,1079.007665,378.5834443,226.2382519 +285608,700.4598238,478.2663803,1100.318315,414.3410374,258.0692267 +285609,829.8950723,488.0276122,1119.469164,425.0034611,286.5063773 +285610,849.8232171,498.1142937,1138.23796,433.5971822,312.0251397 +285611,866.3785535,507.0598299,1156.261276,442.5635137,334.96573 +285612,882.7974793,516.418612,1174.298889,451.3596437,355.6120279 +285613,898.2443709,525.3911437,1191.487618,459.8421406,374.2187079 +285614,914.2205926,534.0138108,1208.793007,467.9846626,391.0163502 +285615,928.9583725,543.0039222,1225.231983,476.1193798,406.2078998 +285616,944.2052688,551.4050225,1241.968178,483.7772776,419.9766462 +285617,958.0648056,559.8590275,1257.906454,491.9104788,432.4839586 +285618,972.565152,568.1545397,1274.129872,499.3324213,443.4238047 +285619,986.3408201,576.0951113,1289.477232,506.9610852,453.0420968 +285620,999.6530021,584.5382795,1305.260286,514.2784847,461.627587 +285621,1013.649838,592.3040563,1320.124631,521.6382388,1007.888622 +285622,1026.542049,600.1946518,1335.40406,528.5061934,737.5017655 +285623,1039.421213,607.9338122,1349.966514,535.8993559,833.8770885 +285624,1052.2444,615.5668996,1367.913137,542.7677023,859.2809423 +285625,1064.611385,623.0974141,1385.262775,549.5771266,878.1704456 +285626,1076.94509,630.5297965,1394.720066,556.5416614,897.2685541 +285627,1088.877983,637.8681892,1390.527499,562.9066526,914.6240014 +285628,1100.872898,644.8634054,1430.468694,569.5903388,932.1868896 +285629,1112.385066,652.4267579,1431.731697,575.9779764,944.8887535 +285630,1124.010286,659.5974016,1447.699182,582.4238233,959.2964281 +285631,1135.177364,666.0509633,1460.759582,588.6944797,972.0111174 +285632,1146.469777,673.256041,1473.770454,594.8841888,984.946201 +285633,1157.294133,679.8631551,1486.666701,600.8491116,997.3766285 +285634,1168.251986,686.7086571,1499.238466,607.2924766,1009.553761 +285635,1178.747571,693.2357394,1511.843429,613.01871,1021.398628 +285636,1189.388317,699.8517797,1524.167544,619.0928857,1032.92157 +285637,1199.569894,706.2999895,1536.288443,624.8257723,1044.244055 +285638,1209.911357,712.7441083,1548.477135,630.5352415,1055.225269 +285639,1219.795332,719.0584691,1560.318614,636.3590411,1065.975522 +285640,1229.855911,725.3648679,1572.118562,641.8517732,1076.436482 +285641,1239.456713,731.2349909,1583.673602,647.4043505,1086.746171 +285642,1249.193971,737.9079215,1595.296259,653.0071279,1096.749239 +285643,1258.673677,743.6903576,1606.536826,658.3145436,1106.519936 +285644,1268.027104,749.8837242,1617.8163,663.7094304,1116.169328 +285645,1277.25404,755.7156332,1628.922679,669.055839,1125.48807 +285646,1286.501585,761.7686131,1640.040136,674.2842146,1134.374324 +285647,1295.363883,767.4798174,1650.698746,679.40376,1143.852737 +285648,1304.377996,773.4245738,1661.710238,684.6557814,1152.461158 +285649,1312.551597,779.02563,1672.227644,689.6957283,1161.120053 +285650,1322.154879,784.8301872,1682.737695,694.6624962,1169.584224 +285651,1330.270041,790.4222444,1707.062839,699.6651758,1177.828979 +285652,1338.855834,796.0439856,1687.010715,704.7234653,1186.027433 +285653,1347.340271,801.536434,1717.748165,709.4931559,1193.963023 +285654,1355.504867,807.1517505,1724.850772,714.3427149,1201.794359 +285655,1363.803433,812.4690022,1733.300797,719.1665225,1209.469776 +285656,1371.934139,817.9911273,1743.992735,723.9666086,1216.999554 +285657,1379.917181,823.3129861,1753.886835,728.637441,1224.353482 +285658,1387.936981,828.6635448,1763.517979,733.3251509,1231.733953 +285659,1395.748069,833.8997842,1773.380045,737.9041081,1238.712637 +285660,1403.544447,839.2235812,1782.786699,742.527472,1245.839464 +285661,1655.134857,938.6757056,2042.110466,843.0228401,1712.693696 +285662,2030.870431,1127.925038,2159.281347,1027.833506,2413.607052 +285663,1720.657245,974.8103794,2136.932024,877.5031033,1779.918279 +285664,1857.051428,1043.812489,2124.638825,944.5654245,2086.929006 +285665,1845.386799,1038.923984,2112.851915,939.3825572,2004.409013 +285666,1853.935496,1044.863415,2105.186583,944.5727631,2043.128114 +285667,1863.536816,1050.386953,2102.411345,949.6515748,2036.490592 +285668,1872.399369,1056.292578,2103.543535,955.0242799,2049.230462 +285669,1881.606811,1061.933876,2107.23417,959.8525836,2057.141728 +285670,1890.417823,1067.66328,2112.4968,965.1127727,2064.767076 +285671,1899.074789,1073.073819,2118.584137,969.9718931,2072.889229 +285672,1907.842892,1078.661873,2125.06039,975.0087566,2080.351641 +285673,1916.245158,1084.143051,2133.414734,979.8281454,2088.284239 +285674,1924.815648,1089.615913,2139.040286,984.713951,2095.376479 +285675,1933.090379,1094.931552,2146.885895,989.5964131,2103.000795 +285676,1941.582085,1100.365464,2152.076213,994.329697,2109.729315 +285677,1949.738271,1105.656144,2157.806618,999.0408113,2117.161342 +285678,1958.03476,1110.839806,2163.643201,1003.818878,2124.025869 +285679,1965.939057,1116.132151,2171.195363,1008.40525,2130.875248 +285680,1974.031111,1121.348256,2175.958613,1013.122759,2137.246572 +285681,1981.951999,1126.428259,2181.565716,1017.577776,2149.700656 +285682,1989.816752,1131.625708,2186.911614,1022.31938,2142.826957 +285683,1997.614332,1136.624813,2192.254951,1026.727118,2165.120236 +285684,2005.345503,1141.749613,2197.731668,1031.320621,2161.131821 +285685,2013.011113,1146.678883,2203.031012,1038.255135,2169.847382 +285686,2020.614904,1151.664823,2209.936581,1038.560403,2176.306519 +285687,2028.149331,1156.631006,2214.12449,1050.024642,2181.76684 +285688,2035.635224,1161.568237,2218.850473,1044.372656,2188.076086 +285689,2043.054846,1166.374655,2223.731114,1063.339926,2193.68633 +285690,2050.419534,1171.366367,2228.675506,1047.193123,2199.828963 +285691,2058.661233,1177.34723,2233.604527,1081.683414,2205.14771 +285692,2069.220566,1200.363299,2238.596789,1036.701936,2211.271597 +285693,2077.558947,1209.439577,2244.415339,1078.514181,2222.438932 +285694,2086.131187,1217.299914,2250.433659,1067.981258,2214.406181 +285695,2094.006544,1224.965252,2256.522237,1074.877741,2235.46138 +285696,2102.442741,1232.496959,2262.746314,1079.30974,2231.615065 +285697,2110.417625,1239.958504,2268.730142,1083.651276,2238.372308 +285698,2119.833896,1247.375253,2274.547158,1088.125259,2244.06773 +285699,2132.45644,1254.760358,2280.356083,1092.42787,2249.368678 +285700,2130.637819,1262.121125,2286.147171,1096.918519,2254.445266 +285701,2158.789872,1269.45939,2293.75478,1101.292389,2265.056189 +285702,2127.701813,1276.708054,2298.478213,1105.679495,2257.868006 +285703,2167.349685,1287.564543,2303.691169,1109.967726,2275.782408 +285704,2166.067537,1290.085854,2310.945157,1114.542997,2274.772802 +285705,2174.400859,1305.651277,2315.446294,1118.792648,2279.027837 +285706,2182.769662,1301.526973,2320.45654,1123.283877,2284.94085 +285707,2190.662611,1325.13584,2325.877745,1127.643187,2294.728792 +285708,2198.710113,1309.863228,2331.454626,1132.011667,2294.014814 +285709,2206.442724,1321.820523,2338.5951,1136.343904,2299.549916 +285710,2214.462011,1340.157803,2342.92223,1140.79004,2304.029551 +285711,2222.284545,1340.01602,2347.979657,1145.062885,2313.856367 +285712,2230.073784,1348.943404,2353.310112,1149.510048,2313.767364 +285713,2237.685605,1356.11099,2358.708716,1153.768511,2317.64081 +285714,2245.814673,1363.300008,2363.969416,1158.202642,2327.452678 +285715,2253.331161,1370.19353,2369.339579,1162.447115,2328.23422 +285716,2261.263337,1377.448629,2376.251136,1166.868742,2332.431096 +285717,2268.970873,1384.432012,2380.441807,1171.09685,2339.630078 +285718,2276.429807,1391.565021,2385.212911,1175.503546,2340.754899 +285719,2284.428363,1398.455798,2389.983616,1179.718932,2343.129055 +285720,2291.934498,1405.513035,2394.666675,1184.108281,2346.548269 +285721,2305.425912,1415.0754,2398.821219,1190.94871,2346.218245 +285722,2313.562025,1422.428805,2403.014149,1195.462154,2346.187899 +285723,2321.525622,1429.602319,2407.138161,1199.967658,2346.352244 +285724,2328.99837,1436.690698,2411.111145,1204.26252,2346.589333 +285725,2349.739722,1443.713048,2414.894418,1208.69219,2346.80538 +285726,2324.657041,1450.770699,2418.555983,1212.998446,2347.050611 +285727,2360.803089,1457.573318,2422.127692,1217.161771,2347.331424 +285728,2357.020851,1464.446429,2425.585523,1221.451598,2347.603052 +285729,2366.359333,1471.429089,2428.976491,1225.66123,2347.902995 +285730,2375.707054,1490.586052,2432.303152,1224.985083,2348.226335 +285731,2383.152698,1499.147598,2435.830705,1228.18482,2348.559744 +285732,2390.391282,1507.049697,2439.137881,1231.847571,2348.92337 +285733,2397.749735,1514.313872,2442.394904,1235.339452,2349.337213 +285734,2404.697139,1521.855983,2445.593558,1239.216952,2349.803782 +285735,2417.615878,1529.009784,2448.727903,1242.879754,2350.307817 +285736,2417.836715,1536.255517,2451.813664,1246.622114,2350.855389 +285737,2446.419741,1543.179694,2454.836831,1250.353035,2351.41798 +285738,2396.975961,1550.241077,2457.874519,1254.15506,2352.081238 +285739,2460.223456,1557.063566,2460.8972,1257.763644,2352.803125 +285740,2440.154216,1564.066097,2463.83045,1261.53483,2353.487629 +285741,2458.650108,1570.894839,2466.716631,1265.233666,2354.181756 +285742,2463.908773,1577.51815,2469.569413,1268.861,2354.89774 +285743,2475.169221,1584.274253,2472.57453,1272.671845,2355.622236 +285744,2469.373741,1590.893173,2475.344285,1276.383973,2356.383697 +285745,2470.240811,1597.567272,2478.117136,1279.959555,2357.207512 +285746,2496.335244,1603.761937,2480.849542,1283.690066,2358.031769 +285747,2492.909847,1610.522288,2483.522723,1287.343872,2358.829143 +285748,2510.854809,1616.778658,2486.154963,1291.001484,2359.620243 +285749,2495.334682,1623.237115,2488.780884,1294.6512,2360.446916 +285750,2545.263558,1629.475681,2491.569068,1298.292593,2361.291988 +285751,2485.315407,1634.762709,2494.14166,1301.589891,2362.193087 +285752,2567.161141,1639.56908,2496.990292,1304.813799,2363.551743 +285753,2510.10776,1644.443106,2499.956648,1307.991471,2365.029998 +285754,2556.343419,1649.011902,2502.534686,1311.134601,2366.310404 +285755,2540.592597,1653.738893,2506.283813,1314.247657,2369.614007 +285756,2552.765812,1658.14447,2507.599003,1317.329993,2369.639355 +285757,2557.517277,1662.545065,2509.778102,1320.388296,2370.620306 +285758,2562.870095,1666.840447,2512.135546,1323.419336,2372.09058 +285759,2568.331585,1671.148495,2514.63326,1326.425928,2373.819646 +285760,2573.804833,1675.12494,2517.408966,1329.490232,2375.704698 +285761,2579.140458,1679.241489,2520.013784,1332.326547,2377.676815 +285762,2584.311719,1683.192824,2522.594427,1335.321698,2379.693633 +285763,2589.90246,1687.082593,2525.143009,1338.22324,2381.733749 +285764,2594.995773,1690.89848,2527.650159,1341.115229,2383.777066 +285765,2600.294978,1694.641647,2530.3008,1343.986259,2385.804789 +285766,2605.434922,1698.313912,2532.71232,1346.836564,2387.810152 +285767,2610.651491,1701.916608,2535.068006,1349.582694,2389.794149 +285768,2615.717456,1705.659964,2537.374288,1352.517163,2391.756436 +285769,2620.605291,1712.253228,2539.626921,1356.70305,2393.686972 +285770,2625.991882,1707.098933,2543.586705,1356.515686,2397.745171 +285771,2630.822512,1729.489659,2546.529889,1366.499595,2400.607042 +285772,2635.809305,1701.725361,2547.326083,1355.781804,2400.878106 +285773,2640.869551,1755.088439,2550.523432,1385.343611,2404.109207 +285774,2645.6091,1686.725156,2551.315986,1345.195943,2404.411118 +285775,2650.598486,1746.056456,2552.837495,1382.646223,2405.61743 +285776,2655.478058,1750.145074,2554.468615,1371.817438,2406.968889 +285777,2660.089634,1700.904267,2556.237677,1376.894211,2408.508141 +285778,2665.145446,1753.327226,2558.111047,1379.52436,2410.201311 +285779,2669.82223,1736.57736,2560.142334,1382.229886,2411.872312 +285780,2674.58675,1742.878721,2561.948481,1384.700681,2413.546851 +285781,2564.924403,1692.683673,2562.131638,1334.343885,2412.182122 +285782,2565.297873,1694.626507,2552.426544,1336.350139,2397.329167 +285783,2571.268751,1696.946454,2541.334261,1338.601908,2379.338047 +285784,2575.344447,1701.756152,2532.131565,1340.975498,2363.14643 +285785,2580.342411,1700.029859,2527.341405,1343.317736,2352.278574 +285786,2584.925022,1711.276064,2523.81676,1347.025676,2343.124887 +285787,2589.864298,1695.678852,2521.451234,1349.3742,2335.662308 +285788,2594.523732,1738.141331,2518.093865,1353.710144,2327.283524 +285789,2599.703586,1675.024054,2518.001959,1350.251809,2323.18738 +285790,2604.473186,1730.285635,2515.999751,1368.302666,2317.034067 +285791,2609.539648,1732.992872,2516.712329,1338.67324,2314.466077 +285792,2614.292419,1687.336541,2515.276776,1370.72565,2309.519597 +285793,2619.373185,1735.079214,2514.730297,1361.000231,2305.879755 +285794,2624.060967,1719.158276,2514.514701,1365.952935,2302.838123 +285795,2629.255389,1724.474487,2514.537969,1368.311812,2300.253684 +285796,2634.101711,1726.544642,2514.735974,1370.879858,2298.023549 +285797,2639.097769,1728.589818,2515.301683,1373.365823,2296.049283 +285798,2643.979283,1730.697764,2515.823145,1375.86036,2294.275027 +285799,2656.709374,1732.499774,2516.609369,1378.352867,2292.825155 +285800,2650.869091,1734.498859,2517.501041,1380.842407,2291.502368 +285801,2660.01084,1736.367666,2518.33798,1383.329034,2290.112404 +285802,2664.968479,1738.214383,2519.25332,1385.813326,2288.817838 +285803,2669.463097,1740.023745,2520.266209,1388.29476,2287.642311 +285804,2674.499781,1741.795655,2521.32113,1390.860682,2286.518912 +285805,2679.739979,1743.533903,2524.148571,1393.210136,2287.563902 +285806,2684.27361,1745.224559,2524.319255,1395.738681,2285.382257 +285807,2689.314632,1746.890037,2525.094713,1398.114188,2283.935923 +285808,2694.487259,1748.513227,2526.099464,1400.712232,2282.756267 +285809,2699.552188,1750.10447,2528.96061,1403.119264,2283.837305 +285810,2704.161956,1751.649857,2529.202471,1405.593155,2281.729995 +285811,2707.699261,1751.572012,2530.035357,1407.181834,2280.340295 +285812,2710.869368,1751.142165,2530.937835,1408.691548,2279.143065 +285813,2713.820279,1750.533073,2531.752236,1410.145235,2278.011853 +285814,2716.695477,1749.787721,2532.445825,1411.54298,2276.913537 +285815,2720.044497,1748.931418,2534.754705,1412.890582,2277.953079 +285816,2722.396027,1747.963852,2534.278695,1414.185612,2275.737876 +285817,2725.453875,1746.914062,2534.284843,1415.440933,2274.221953 +285818,2728.053439,1745.772609,2534.408923,1416.741111,2272.934562 +285819,2730.62562,1744.541462,2534.759873,1417.745822,2271.759469 +285820,2733.411791,1743.252966,2536.61596,1418.966062,2272.940283 +285821,2743.283488,1742.280711,2535.88403,1432.544406,2270.843317 +285822,2755.191938,1741.023866,2537.446234,1435.606986,2269.873968 +285823,2739.520446,1739.670911,2539.877207,1437.581719,2268.962982 +285824,2764.269239,1738.2716,2544.04919,1439.417066,2270.104294 +285825,2752.424955,1736.808002,2545.324446,1441.11527,2268.101438 +285826,2758.18933,1735.306237,2546.62242,1442.718283,2266.576793 +285827,2761.015701,1733.643657,2547.717653,1444.2372,2265.171572 +285828,2763.004347,1732.206833,2548.70692,1445.77935,2263.915827 +285829,2765.029289,1730.494551,2549.562219,1447.03309,2262.715716 +285830,2767.533369,1728.835175,2550.298161,1448.432314,2261.551768 +285831,2769.810518,1727.125871,2552.639881,1449.704279,2262.508932 +285832,2771.640971,1725.376941,2553.898112,1450.933758,2262.297596 +285833,2773.419463,1723.594916,2552.937278,1452.118109,2259.50486 +285834,2775.687134,1721.78484,2552.65877,1453.262828,2257.63149 +285835,2777.381423,1719.941403,2552.601106,1455.269449,2256.094816 +285836,2779.209988,1718.17627,2552.628889,1455.799224,2254.728844 +285837,2781.230774,1716.120305,2552.682887,1458.135053,2253.463146 +285838,2782.897424,1714.268519,2552.727143,1455.925458,2252.252542 +285839,2784.651169,1712.301579,2552.725321,1465.446106,2251.048416 +285840,2786.619994,1710.329531,2554.401484,1447.579773,2251.957275 +285841,2546.15598,1598.591722,2551.889531,1356.455232,2249.442982 +285842,2540.888401,1593.650109,2533.809499,1347.039517,2224.49013 +285843,2537.349725,1589.321168,2510.621359,1346.850847,2190.984822 +285844,2534.348387,1585.13173,2490.86049,1345.673988,2160.508198 +285845,2532.02475,1581.293417,2476.1457,1344.586648,2136.515119 +285846,2529.537413,1577.459588,2466.030999,1343.58495,2118.214773 +285847,2527.285276,1573.785003,2458.915385,1342.628385,2104.096657 +285848,2525.111696,1569.985929,2453.684143,1341.695183,2092.87545 +285849,2522.972242,1566.264495,2449.634828,1340.773431,2083.701083 +285850,2520.930443,1562.654279,2448.095379,1339.858073,2078.164101 +285851,2518.715364,1558.992451,2444.386327,1338.935967,2070.535647 +285852,2516.797153,1555.277636,2443.359178,1338.019934,2066.656837 +285853,2514.590967,1551.703712,2440.086406,1337.088253,2060.485141 +285854,2512.858168,1547.993135,2439.403216,1336.160159,2057.845245 +285855,2510.422774,1544.431649,2436.389132,1335.213415,2052.716996 +285856,2508.574556,1540.735409,2434.160981,1334.266357,2048.841033 +285857,2506.502858,1537.186534,2432.258896,1333.306202,2045.620161 +285858,2504.460481,1533.594708,2430.541477,1332.337102,2042.858454 +285859,2502.423431,1529.898511,2428.934352,1331.357947,2040.445023 +285860,2500.401037,1526.463266,2429.129364,1330.37101,2040.419197 +285861,2498.363535,1522.6413,2428.402171,1329.368505,2039.464313 +285862,2501.791414,1525.551316,2427.357293,1343.742048,2038.292537 +285863,2500.779111,1523.197599,2427.905711,1345.022811,2037.109484 +285864,2499.099175,1520.462161,2429.383198,1345.381796,2035.901757 +285865,2497.292967,1517.591868,2429.146763,1345.365685,2032.534221 +285866,2495.552856,1514.667475,2429.469768,1345.194783,2030.296152 +285867,2493.683959,1511.714328,2429.727187,1344.907588,2028.534038 +285868,2491.804545,1508.747482,2429.820433,1344.541285,2027.061581 +285869,2489.902396,1505.773557,2429.754916,1344.111365,2025.788816 +285870,2487.977638,1502.79601,2429.550067,1343.62737,2024.662108 +285871,2488.459161,1501.460391,2429.254859,1344.420336,2023.686937 +285872,2489.531691,1500.460331,2429.08628,1345.696221,2022.898539 +285873,2490.888811,1499.617499,2430.909902,1346.895704,2024.408007 +285874,2492.275678,1498.879888,2432.036773,1348.242089,2024.91514 +285875,2493.808447,1498.227731,2431.257472,1349.636983,2022.954629 +285876,2495.571459,1497.651688,2431.410677,1351.086625,2021.972992 +285877,2497.424719,1497.140423,2433.72379,1352.581469,2023.482566 +285878,2499.182263,1496.68455,2433.601001,1354.112987,2021.942352 +285879,2495.705362,1486.216669,2434.180851,1340.183551,2021.167894 +285880,2496.457976,1483.745001,2433.268702,1339.098178,2020.622564 +285881,2498.12709,1482.281297,2433.211213,1339.196201,2022.358913 +285882,2499.801594,1480.831371,2432.204472,1339.59967,2023.113418 +285883,2501.692938,1479.590442,2431.241258,1340.194651,2023.53772 +285884,2503.666883,1478.419883,2430.564163,1340.912252,2023.802278 +285885,2505.702279,1477.31045,2428.4461,1341.718868,2021.868872 +285886,2507.8986,1476.252159,2429.270661,1342.605008,2023.147396 +285887,2509.965762,1475.233454,2427.99234,1343.632786,2021.601418 +285888,2512.309986,1474.253868,2427.65988,1344.505005,2020.98072 +285889,2514.453893,1473.306973,2427.776114,1345.617837,2020.7172 +285890,2517.057575,1472.485266,2428.182969,1346.703783,2020.65321 +285891,2519.38294,1471.459705,2428.791546,1347.846172,2020.708823 +285892,2521.88486,1470.665317,2429.544291,1349.03079,2020.834891 +285893,2524.40052,1469.816426,2430.407808,1350.254716,2021.005778 +285894,2527.053327,1469.006509,2433.094643,1351.51928,2023.316291 +285895,2529.528275,1468.214242,2433.163442,1352.720168,2022.392208 +285896,2532.337468,1467.450948,2435.597833,1354.276044,2024.279121 +285897,2534.868642,1466.699646,2435.582264,1355.349644,2023.135281 +285898,2537.753735,1465.974473,2436.283829,1356.949816,2022.797718 +285899,2540.42084,1465.26508,2437.273287,1358.294206,2022.745645 +285900,2543.281822,1464.574375,2438.431391,1359.753766,2022.845741 +285901,2790.261439,1569.016813,2442.034128,1468.163968,2024.613814 +285902,2782.151195,1571.252879,2461.412232,1471.997475,2049.075727 +285903,2799.813711,1572.682026,2485.772494,1475.158245,2081.740456 +285904,2803.664678,1574.374272,2506.467943,1478.5385,2111.206528 +285905,2809.39244,1575.563852,2521.934321,1482.155876,2134.643372 +285906,2814.786687,1577.136668,2532.957538,1485.807376,2152.114207 +285907,2820.347083,1578.439196,2540.995808,1489.493823,2165.409365 +285908,2826.139409,1579.956056,2547.20732,1493.22314,2175.86929 +285909,2831.767632,1581.304152,2552.303085,1497.000209,2184.359705 +285910,2845.179132,1582.861679,2556.830617,1500.827728,2191.581892 +285911,2841.048558,1584.254608,2560.849602,1504.707152,2197.657234 +285912,2848.893811,1585.860921,2565.992623,1508.642263,2204.636447 +285913,2854.040243,1587.297799,2568.178976,1512.623825,2207.587606 +285914,2859.955683,1588.953047,2570.821226,1516.668951,2210.71028 +285915,2872.095365,1590.441211,2573.735643,1520.857196,2213.81501 +285916,2862.618904,1592.140068,2576.51809,1529.0599,2216.465224 +285917,2882.932813,1593.67442,2579.213409,1524.189997,2218.742115 +285918,2882.858269,1595.419888,2583.751827,1553.212925,2223.046735 +285919,2885.970985,1596.993137,2585.557543,1510.321545,2223.831874 +285920,2899.872106,1598.782378,2589.855722,1555.046756,2227.254859 +285921,2884.47341,1587.255435,2591.19436,1549.228742,2227.147172 +285922,2898.123654,1586.679612,2591.406706,1514.815163,2227.34002 +285923,2896.9165,1587.029036,2590.999333,1553.622112,2227.78142 +285924,2900.376529,1587.876451,2590.554411,1544.038105,2228.23744 +285925,2911.415326,1588.671128,2590.616757,1550.295343,2228.885158 +285926,2911.455583,1589.743664,2591.255316,1554.603592,2229.738079 +285927,2920.70858,1590.703149,2592.271137,1559.08313,2230.62162 +285928,2920.948969,1591.901004,2593.493238,1563.855177,2231.439053 +285929,2922.733204,1593.059971,2594.677856,1575.457494,2231.953514 +285930,2925.839948,1594.200757,2595.805263,1561.10885,2232.197939 +285931,2928.918211,1594.600516,2596.967535,1581.844559,2232.500842 +285932,2928.886038,1594.858795,2597.982187,1578.428434,2232.3766 +285933,2928.667155,1595.097979,2598.706804,1583.020332,2231.951523 +285934,2928.340505,1595.307086,2599.133575,1586.518128,2231.243147 +285935,2927.960152,1595.49031,2599.30669,1597.48546,2230.297257 +285936,2927.612197,1595.649415,2599.319151,1581.546133,2229.212093 +285937,2927.288131,1595.78661,2599.204628,1606.541972,2228.017438 +285938,2929.628617,1595.904814,2600.690268,1607.843042,2228.824915 +285939,2927.956129,1595.997194,2599.535426,1584.751589,2226.452357 +285940,2927.125421,1596.075898,2598.845765,1626.838618,2224.682109 +285941,2926.541712,1596.132282,2598.2385,1588.811233,2223.034702 +285942,2926.247371,1596.170476,2597.751573,1637.310641,2221.558382 +285943,2926.10936,1596.189975,2597.314088,1591.050328,2220.172114 +285944,2926.157461,1596.191129,2596.956913,1645.404739,2218.917915 +285945,2926.185791,1596.174077,2596.556328,1614.660914,2217.646275 +285946,2925.960445,1596.138966,2595.966122,1626.139418,2216.177108 +285947,2925.773459,1596.086247,2595.373014,1631.333265,2214.735596 +285948,2925.81289,1596.015929,2594.897982,1632.787979,2213.46791 +285949,2926.016912,1595.828947,2594.504822,1636.264212,2212.330371 +285950,2926.339071,1595.87074,2594.168019,1639.416784,2211.293149 +285951,2926.741939,1595.678509,2593.866473,1642.474626,2210.330455 +285952,2927.194902,1595.554308,2593.582822,1645.821139,2209.421339 +285953,2930.35726,1595.399159,2595.025182,1648.900131,2210.660788 +285954,2929.406402,1595.22528,2593.8397,1652.060855,2208.723814 +285955,2929.297529,1595.036205,2593.178398,1655.215979,2207.452816 +285956,2929.453699,1594.829504,2592.657381,1658.405873,2206.365611 +285957,2932.435972,1594.606712,2593.922569,1661.561295,2207.484953 +285958,2931.374906,1594.365922,2592.596794,1664.552104,2205.461426 +285959,2931.198518,1594.109995,2591.818939,1667.923626,2204.127416 +285960,2931.323174,1586.092591,2591.204214,1670.425603,2203.003076 +285961,2933.344184,1606.785777,2591.481768,1695.77702,2204.965266 +285962,2938.769957,1607.23325,2593.140843,1706.894277,2210.324479 +285963,2945.390701,1607.022655,2595.399309,1696.250201,2216.809379 +285964,2951.452473,1606.838923,2597.525981,1718.231448,2223.089827 +285965,2956.45256,1606.574437,2599.290912,1709.794815,2228.645662 +285966,2960.287129,1606.261577,2600.567981,1717.151829,2233.296431 +285967,2966.015952,1605.913245,2603.227998,1721.007975,2239.50448 +285968,2967.161943,1605.536634,2603.072017,1724.372065,2241.887516 +285969,2968.835111,1605.137282,2603.305652,1728.190958,2244.734699 +285970,2970.567717,1604.716267,2603.59322,1731.948476,2247.163205 +285971,2972.299155,1604.2623,2603.885345,1735.680563,2249.545284 +285972,2974.001388,1603.811454,2604.162984,1739.245325,2251.260516 +285973,2975.6664,1603.320829,2604.419505,1743.19034,2253.528317 +285974,2977.278972,1602.831555,2604.643721,1746.810088,2255.376508 +285975,2978.837218,1602.303723,2604.831005,1750.581951,2257.354362 +285976,2980.344983,1601.77611,2604.982704,1754.302784,2259.020526 +285977,2981.809594,1601.210416,2605.09944,1758.020104,2260.574304 +285978,2983.234508,1600.632448,2605.18291,1761.775672,2262.029536 +285979,2984.622043,1600.047432,2605.233653,1765.513326,2263.616455 +285980,2985.971468,1599.423852,2605.247012,1769.088255,2264.917134 +285981,2987.305065,1598.787223,2605.24395,1773.019794,2266.165967 +285982,2988.601835,1598.130913,2605.202912,1776.71098,2267.333011 +285983,2989.868086,1597.455161,2605.13084,1780.455252,2268.439531 +285984,2991.103079,1596.758851,2605.026246,1784.198996,2269.487818 +285985,2992.311402,1596.042165,2604.892018,1788.001097,2270.485729 +285986,2993.491658,1595.304894,2604.726079,1791.721037,2271.432381 +285987,2994.647359,1594.54699,2604.531117,1795.382967,2272.334922 +285988,2995.783315,1593.768287,2604.30989,1799.335796,2273.198972 +285989,2996.896835,1592.977913,2604.060073,1803.092176,2274.023126 +285990,2998.115534,1592.251059,2603.863357,1812.353282,2275.123123 +285991,2999.173994,1591.300587,2603.551404,1803.303428,2275.874099 +285992,3000.221678,1590.544787,2603.215218,1822.953322,2276.589455 +285993,3001.424559,1589.684094,2602.957766,1817.367729,2277.397708 +285994,3002.522551,1588.816868,2602.613795,1823.28024,2278.098411 +285995,3003.566723,1587.929043,2602.215984,1828.050069,2278.732816 +285996,3004.646845,1587.019716,2601.822151,1831.94485,2279.374099 +285997,3005.818961,1581.092756,2601.46885,1839.552142,2280.069191 +285998,3007.173832,1579.374802,2600.627174,1845.096065,2280.866545 +285999,3008.6241,1578.048144,2599.465984,1849.813487,2281.696649 +286000,3010.078002,1576.810877,2598.239973,1854.91818,2282.498146 +286001,3011.984167,1575.61278,2597.213146,1867.175609,2283.403579 +286002,3013.689385,1574.331763,2596.381328,1867.693913,2284.372488 +286003,3015.312998,1573.296115,2595.610381,1875.926607,2285.26907 +286004,3016.951792,1572.046302,2594.925607,1883.080363,2286.162202 +286005,3018.639667,1570.873165,2594.322388,1889.312058,2287.074429 +286006,3020.326031,1569.677354,2593.754348,1896.127115,2287.969422 +286007,3022.142345,1568.470987,2593.295333,1907.740259,2288.949762 +286008,3023.977179,1567.253097,2592.869612,1908.81042,2289.934323 +286009,3025.633731,1566.022025,2592.34576,1916.508565,2290.767995 +286010,3027.234777,1564.77756,2591.796346,1924.492814,2291.5464 +286011,3028.99248,1563.518469,2591.351098,1935.322591,2292.641208 +286012,3030.762869,1562.24393,2590.915415,1937.117707,2293.525232 +286013,3032.507215,1560.953343,2590.463962,1949.460841,2294.377182 +286014,3034.230514,1559.645848,2589.996977,1951.809489,2295.203125 +286015,3035.933432,1558.417806,2589.513091,1963.115976,2296.006144 +286016,3037.622754,1556.933396,2589.015402,1965.947892,2296.793509 +286017,3039.238091,1555.639148,2588.462823,1975.738591,2297.514396 +286018,3040.748659,1554.244209,2587.834166,1978.750639,2298.143977 +286019,3042.005723,1552.745906,2587.031286,1983.296591,2298.559572 +286020,3042.933531,1551.466794,2586.003764,1986.019825,2298.7005 +286021,3045.467459,1516.720395,2586.659967,1988.990059,2302.01512 +286022,3042.60198,1514.768753,2583.292579,1984.08228,2299.396625 +286023,3037.024661,1512.842911,2577.837888,1982.978658,2293.50724 +286024,3031.804974,1511.054257,2572.488757,1986.605364,2287.421196 +286025,3028.30503,1509.017538,2568.231277,1992.027404,2282.593289 +286026,3026.370618,1507.170157,2565.011995,1994.804046,2279.08754 +286027,3025.335593,1505.227858,2562.421259,1997.92513,2276.465155 +286028,3024.724115,1503.281883,2560.158545,2001.276524,2274.387432 +286029,3024.314204,1501.318543,2558.078333,2004.796677,2272.68724 +286030,3024.005318,1499.022459,2556.106019,2008.425714,2271.269605 +286031,3023.848807,1496.982705,2554.168338,2012.303024,2270.088356 +286032,3023.804031,1494.957924,2552.25928,2016.33925,2269.103437 +286033,3023.812361,1492.830225,2550.381102,2020.422928,2268.281282 +286034,3023.836567,1490.911532,2548.531234,2024.499834,2267.599129 +286035,3023.858322,1488.776133,2546.700339,2028.562066,2267.035903 +286036,3023.870372,1486.696959,2544.878378,2032.810882,2266.574372 +286037,3023.869987,1484.582958,2543.056805,2036.855057,2266.199406 +286038,3023.858249,1482.445944,2541.231051,2040.912504,2265.900734 +286039,3023.832937,1480.28574,2539.395329,2044.997211,2265.665183 +286040,3023.79533,1478.101671,2537.549044,2049.114793,2265.489067 +286041,3023.742325,1475.893305,2535.687977,2053.26352,2265.362119 +286042,3023.670837,1473.660041,2533.808241,2057.440434,2265.274701 +286043,3023.580745,1471.492373,2531.909298,2061.644235,2265.223631 +286044,3023.471525,1469.075223,2529.990017,2065.874396,2265.204438 +286045,3023.339512,1466.828083,2528.046013,2070.129488,2265.206655 +286046,3023.187868,1464.477764,2526.080122,2074.411031,2265.233426 +286047,3023.013946,1462.11332,2524.089579,2078.717732,2265.278019 +286048,3022.816853,1459.631045,2522.073371,2083.04909,2265.336955 +286049,3022.597813,1457.343729,2520.032907,2087.405306,2265.411594 +286050,3022.352171,1454.833143,2517.964677,2091.784265,2265.494533 +286051,3022.078281,1452.77049,2515.868206,2096.184968,2265.58423 +286052,3021.785435,1450.756492,2513.787944,2100.506946,2265.680134 +286053,3021.477731,1448.765943,2511.752047,2104.883493,2265.77763 +286054,3021.159188,1446.789046,2509.768909,2108.921612,2265.87774 +286055,3020.833269,1444.821148,2507.834963,2112.863737,2265.982913 +286056,3020.498254,1442.859467,2505.939469,2116.747624,2266.089716 +286057,3020.154588,1440.902555,2504.075596,2120.594532,2266.200743 +286058,3019.799273,1438.949059,2502.234976,2124.411267,2266.312325 +286059,3019.431427,1436.9983,2500.412769,2128.199904,2266.424184 +286060,3019.049865,1435.049351,2498.604659,2131.960953,2266.534939 +286061,3018.652637,1433.101771,2496.806769,2135.882639,2266.643281 +286062,3018.238434,1431.154795,2495.015711,2139.544602,2266.747255 +286063,3017.810319,1429.208122,2493.231784,2143.179267,2266.849865 +286064,3017.367683,1427.173415,2491.45235,2146.798176,2266.948618 +286065,3016.909751,1425.353612,2489.676323,2150.585039,2267.0448 +286066,3016.434914,1423.343687,2487.901369,2154.097465,2267.136428 +286067,3015.944629,1421.40626,2486.127561,2157.731942,2267.224772 +286068,3015.438375,1419.541575,2484.353703,2161.190181,2267.309088 +286069,3014.918834,1417.459519,2482.580688,2164.398371,2267.391015 +286070,3014.387329,1415.563627,2480.809309,2168.003411,2267.472997 +286071,3013.838729,1413.591391,2479.035611,2171.465005,2267.550331 +286072,3013.269466,1411.628467,2477.256769,2175.132202,2267.619797 +286073,3012.679755,1409.662817,2475.472693,2178.575074,2267.681989 +286074,3012.071165,1407.693537,2473.683714,2181.979844,2267.737234 +286075,3011.446806,1405.72076,2471.892025,2185.359827,2267.78945 +286076,3010.803938,1403.743851,2470.095328,2188.921854,2267.835626 +286077,3010.141617,1401.763023,2468.292868,2192.264703,2267.875199 +286078,3009.461607,1399.777739,2466.485535,2195.576367,2267.909498 +286079,3011.409853,1397.790135,2466.363645,2200.715974,2270.045087 +286080,3009.345361,1395.791942,2463.71184,2202.994056,2269.049532 +286081,3009.216515,1327.473231,2462.643123,2206.40018,2270.566247 +286082,2999.827733,1325.027812,2454.57718,2204.278915,2261.522233 +286083,2986.547969,1322.635131,2443.417531,2200.383126,2247.082199 +286084,2974.371564,1320.180381,2433.027632,2198.121633,2233.203594 +286085,2965.787297,1317.905878,2424.840973,2198.401127,2221.907529 +286086,2960.132007,1315.566038,2418.693315,2200.595526,2213.24631 +286087,2956.397812,1313.156032,2413.966513,2203.782373,2206.575536 +286088,2953.756308,1310.944674,2410.128662,2207.316335,2201.291623 +286089,2951.716827,1308.556874,2406.849283,2210.889839,2197.002526 +286090,2914.467774,1306.232435,2403.200802,2213.586372,2192.553533 +286091,2898.942182,1303.891722,2398.567488,2214.864925,2187.15687 +286092,2914.07024,1301.546272,2394.013361,2216.042065,2182.094004 +286093,2906.655738,1299.195503,2390.281447,2218.004947,2178.259866 +286094,2891.15614,1296.838102,2386.756222,2220.057399,2174.884558 +286095,2897.034468,1294.474736,2383.273299,2221.997377,2171.569162 +286096,2892.869192,1292.105039,2380.137231,2224.166409,2169.078272 +286097,2889.541805,1289.727789,2377.257237,2226.668264,2167.073862 +286098,2885.943015,1287.343921,2374.463776,2228.923215,2165.329771 +286099,2882.530191,1284.952791,2371.724342,2231.113001,2163.789431 +286100,2879.566041,1282.554194,2369.047394,2233.276449,2162.448174 +286101,2868.059753,1280.148101,2366.264893,2235.25011,2161.083023 +286102,2880.811004,1277.734859,2363.621397,2237.319776,2159.982721 +286103,2860.800968,1275.314071,2360.875038,2239.431033,2158.889861 +286104,2865.534614,1272.885748,2358.199687,2241.344713,2157.930838 +286105,2862.133443,1270.450444,2355.610394,2243.305017,2157.135567 +286106,2857.659122,1268.007664,2353.115258,2245.327087,2156.510378 +286107,2854.027734,1265.557562,2350.600055,2247.28498,2155.753775 +286108,2850.641893,1288.995943,2348.025955,2249.137238,2155.203002 +286109,2847.103552,1222.231922,2345.525943,2251.036683,2154.552681 +286110,2835.867915,1276.708819,2342.928947,2252.793907,2154.37654 +286111,2848.457029,1270.062945,2340.33913,2254.528408,2153.80102 +286112,2826.70864,1227.741219,2337.828247,2256.287964,2153.427342 +286113,2832.934759,1287.273498,2335.185407,2257.813693,2152.66826 +286114,2828.301817,1208.6366,2332.655478,2259.384137,2152.225385 +286115,2823.60839,1264.229247,2330.254915,2261.014569,2151.955171 +286116,2819.837372,1250.27445,2327.746756,2262.454787,2151.559808 +286117,2816.177587,1226.929045,2325.251688,2263.844049,2151.187894 +286118,2812.721929,1258.280662,2322.781505,2265.205219,2150.628902 +286119,2808.576975,1214.652258,2320.329588,2266.532322,2150.30445 +286120,2804.869026,1258.41308,2317.865598,2267.796558,2149.973096 +286121,2801.012658,1207.737156,2315.41475,2269.024286,2149.664682 +286122,2797.227607,1251.121687,2312.96987,2270.209803,2149.367221 +286123,2793.333051,1206.997659,2310.530357,2271.353068,2149.079497 +286124,2781.442255,1239.847423,2307.952859,2272.295969,2148.624513 +286125,2795.53877,1209.04632,2305.506872,2273.343921,2148.333635 +286126,2770.814298,1226.65068,2303.08988,2274.382647,2148.078754 +286127,2779.197771,1212.506757,2300.518714,2275.200637,2147.638324 +286128,2773.348685,1215.913831,2298.048244,2276.08933,2147.322989 +286129,2768.271496,1211.610802,2295.634268,2276.997728,2147.079169 +286130,2764.473672,1209.486408,2293.177334,2277.811195,2146.578391 +286131,2760.573471,1207.035564,2290.722433,2278.579882,2146.288447 +286132,2756.31541,1204.577202,2288.27453,2279.311512,2146.013887 +286133,2752.172786,1202.114664,2285.825128,2279.997524,2145.740177 +286134,2747.899067,1199.648344,2283.372112,2280.635916,2145.462979 +286135,2743.780016,1197.178388,2280.917622,2281.229395,2145.184649 +286136,2739.438354,1194.704588,2278.459658,2281.777597,2144.90147 +286137,2735.436965,1192.22712,2276.000356,2282.280256,2144.618772 +286138,2730.735146,1189.745719,2273.529225,2282.728736,2144.321162 +286139,2726.561724,1187.260572,2271.052218,2283.127929,2144.017936 +286140,2722.042347,1184.845344,2268.573247,2283.484011,2143.712648 +286141,1951.282547,1182.334438,1040.15589,1749.986247,2308.195237 +286142,2040.790951,1310.55985,1090.362312,1835.204446,2374.86042 +286143,2132.978395,1313.381562,1146.651547,1923.912457,2430.141819 +286144,2198.481268,1311.730559,1191.394655,1983.488645,2458.207885 +286145,2245.668941,1311.363145,1226.634388,2019.949417,2475.111405 +286146,2279.287992,1309.738695,1254.264341,2040.622803,2486.117364 +286147,2304.080645,1308.031101,1276.357218,2052.394804,2494.03963 +286148,2323.146199,1306.240176,1294.536098,2059.830006,2500.263715 +286149,2338.314772,1304.406633,1309.981513,2065.23555,2505.486944 +286150,2350.576587,1302.543085,1322.925061,2069.524812,2510.003169 +286151,2360.567849,1300.660801,1333.949164,2073.24418,2513.991489 +286152,2368.737465,1298.742687,1343.363272,2076.190457,2517.557313 +286153,2375.406771,1299.542925,1351.408272,2078.667159,2520.740855 +286154,2380.981433,1298.139225,1358.407882,2080.611107,2523.588521 +286155,2385.645511,1296.481381,1364.503807,2082.19398,2526.139867 +286156,2389.51246,1294.750697,1369.792055,2083.583245,2528.433061 +286157,2392.697612,1292.985109,1374.369568,2084.869008,2530.502318 +286158,2395.307231,1291.198931,1378.334406,2086.082375,2532.377529 +286159,2397.443388,1289.401581,1381.776938,2087.228247,2534.084419 +286160,2399.184674,1287.594908,1384.775184,2088.305688,2535.645309 +286161,2400.601061,1285.782571,1387.394387,2089.31498,2537.079442 +286162,2401.741552,1283.95218,1389.688785,2090.258258,2538.403568 +286163,2402.64664,1282.125801,1391.702153,2091.136232,2539.629151 +286164,2403.32424,1280.296249,1393.458871,2091.929534,2540.739231 +286165,2403.830362,1278.462297,1395.004398,2092.663414,2541.774258 +286166,2404.210558,1276.541244,1396.376836,2093.358147,2542.768092 +286167,2404.470529,1274.816614,1397.592727,2094.003947,2543.71536 +286168,2404.61986,1272.904739,1398.668702,2094.596663,2544.617446 +286169,2404.668579,1271.059388,1399.619885,2095.13494,2545.477909 +286170,2404.626016,1269.193661,1400.459557,2095.618812,2546.300804 +286171,2404.500354,1267.829098,1401.19918,2096.048831,2547.089978 +286172,2404.321326,1266.573656,1401.869084,2096.352094,2547.84886 +286173,2404.110976,1265.372049,1402.492665,2096.492144,2548.580454 +286174,2403.878659,1261.871876,1403.08181,2096.470816,2549.287278 +286175,2403.495365,1260.176726,1403.542519,2096.456669,2549.971435 +286176,2403.006753,1258.8819,1403.90909,2096.409189,2550.634438 +286177,2402.479963,1257.588054,1404.231708,2096.260067,2551.277781 +286178,2401.950707,1256.354821,1404.538289,2095.978128,2551.90285 +286179,2401.427732,1255.158602,1404.837533,2095.564324,2552.510776 +286180,2400.908003,1253.992981,1405.129527,2095.032224,2553.10247 +286181,2400.386308,1252.854634,1405.412407,2094.395387,2553.678645 +286182,2399.858688,1251.740953,1405.684773,2093.663316,2554.239897 +286183,2399.322777,1250.57098,1405.945943,2092.841828,2554.786709 +286184,2398.777283,1249.620832,1406.19568,2091.93454,2555.319518 +286185,2398.221452,1248.513992,1406.433928,2090.943965,2555.838688 +286186,2397.654814,1247.498592,1406.660707,2089.872078,2556.344555 +286187,2397.077048,1246.489431,1406.87608,2088.720516,2556.837406 +286188,2396.487979,1245.498256,1407.080159,2087.490656,2557.31752 +286189,2395.887527,1244.524782,1407.27309,2086.183634,2557.785131 +286190,2395.275708,1243.568158,1407.455063,2084.800398,2558.240472 +286191,2394.652607,1242.628057,1407.626293,2083.341725,2558.683741 +286192,2394.018372,1241.703755,1407.787025,2081.808269,2559.115139 +286193,2393.373179,1240.795003,1407.937515,2080.200565,2559.534836 +286194,2392.717246,1239.901157,1408.078038,2078.519063,2559.943007 +286195,2392.050786,1239.022035,1408.208873,2076.764118,2560.339804 +286196,2391.374045,1238.157056,1408.33031,2074.936015,2560.72538 +286197,2390.715057,1237.306113,1408.456485,2073.05746,2561.130098 +286198,2390.047517,1234.27122,1408.574715,2071.106478,2561.52567 +286199,2389.082193,1233.054349,1408.584756,2068.118282,2561.889394 +286200,2387.933717,1231.995183,1408.522753,2064.838409,2562.232754 +286201,0,0,0,0,0 +286202,0,0,0,0,0 +286203,0,0,0,0,0 +286204,0,0,0,0,0 +286205,0,0,0,0,0 +286206,0,0,0,0,0 +286207,0,0,0,0,0 +286208,0,0,0,0,0 +286209,0,0,0,0,0 +286210,0,0,0,0,0 +286211,0,0,0,0,0 +286212,0,0,0,0,0 +286213,0,0,0,0,0 +286214,0,0,0,0,0 +286215,0,0,0,0,0 +286216,0,0,0,0,0 +286217,0,0,0,0,0 +286218,0,0,0,0,0 +286219,0,0,0,0,0 +286220,0,0,0,0,0 +286221,0,0,0,0,0 +286222,0,0,0,0,0 +286223,0,0,0,0,0 +286224,0,0,0,0,0 +286225,0,0,0,0,0 +286226,0,0,0,0,0 +286227,0,0,0,0,0 +286228,0,0,0,0,0 +286229,0,0,0,0,0 +286230,0,0,0,0,0 +286231,0,0,0,0,0 +286232,0,0,0,0,0 +286233,0,0,0,0,0 +286234,0,0,0,0,0 +286235,0,0,0,0,0 +286236,0,0,0,0,0 +286237,0,0,0,0,0 +286238,0,0,0,0,0 +286239,0,0,0,0,0 +286240,0,0,0,0,0 +286241,0,0,0,0,0 +286242,0,0,0,0,0 +286243,0,0,0,0,0 +286244,0,0,0,0,0 +286245,0,0,0,0,0 +286246,0,0,0,0,0 +286247,0,0,0,0,0 +286248,0,0,0,0,0 +286249,0,0,0,0,0 +286250,0,0,0,0,0 +286251,0,0,0,0,0 +286252,0,0,0,0,0 +286253,0,0,0,0,0 +286254,0,0,0,0,0 +286255,0,0,0,0,0 +286256,0,0,0,0,0 +286257,0,0,0,0,0 +286258,0,0,0,0,0 +286259,0,0,0,0,0 +286260,0,0,0,0,0 +286261,0,0,0,0,0 +286262,0,0,0,0,0 +286263,0,0,0,0,0 +286264,0,0,0,0,0 +286265,0,0,0,0,0 +286266,0,0,0,0,0 +286267,0,0,0,0,0 +286268,0,0,0,0,0 +286269,0,0,0,0,0 +286270,0,0,0,0,0 +286271,0,0,0,0,0 +286272,0,0,0,0,0 +286273,0,0,0,0,0 +286274,0,0,0,0,0 +286275,0,0,0,0,0 +286276,0,0,0,0,0 +286277,0,0,0,0,0 +286278,0,0,0,0,0 +286279,0,0,0,0,0 +286280,0,0,0,0,0 +286281,0,0,0,0,0 +286282,0,0,0,0,0 +286283,0,0,0,0,0 +286284,0,0,0,0,0 +286285,0,0,0,0,0 +286286,0,0,0,0,0 +286287,0,0,0,0,0 +286288,0,0,0,0,0 +286289,0,0,0,0,0 +286290,0,0,0,0,0 +286291,0,0,0,0,0 +286292,0,0,0,0,0 +286293,0,0,0,0,0 +286294,0,0,0,0,0 +286295,0,0,0,0,0 +286296,0,0,0,0,0 +286297,0,0,0,0,0 +286298,0,0,0,0,0 +286299,0,0,0,0,0 +286300,0,0,0,0,0 +286301,0,0,0,0,0 +286302,0,0,0,0,0 +286303,0,0,0,0,0 +286304,0,0,0,0,0 +286305,0,0,0,0,0 +286306,0,0,0,0,0 +286307,0,0,0,0,0 +286308,0,0,0,0,0 +286309,0,0,0,0,0 +286310,0,0,0,0,0 +286311,0,0,0,0,0 +286312,0,0,0,0,0 +286313,0,0,0,0,0 +286314,0,0,0,0,0 +286315,0,0,0,0,0 +286316,0,0,0,0,0 +286317,0,0,0,0,0 +286318,0,0,0,0,0 +286319,0,0,0,0,0 +286320,0,0,0,0,0 +286321,0,0,0,0,0 +286322,0,0,0,0,0 +286323,0,0,0,0,0 +286324,0,0,0,0,0 +286325,0,0,0,0,0 +286326,0,0,0,0,0 +286327,0,0,0,0,0 +286328,0,0,0,0,0 +286329,0,0,0,0,0 +286330,0,0,0,0,0 +286331,0,0,0,0,0 +286332,0,0,0,0,0 +286333,0,0,0,0,0 +286334,0,0,0,0,0 +286335,0,0,0,0,0 +286336,0,0,0,0,0 +286337,0,0,0,0,0 +286338,0,0,0,0,0 +286339,0,0,0,0,0 +286340,0,0,0,0,0 +286341,0,0,0,0,0 +286342,0,0,0,0,0 +286343,0,0,0,0,0 +286344,0,0,0,0,0 +286345,0,0,0,0,0 +286346,0,0,0,0,0 +286347,0,0,0,0,0 +286348,0,0,0,0,0 +286349,0,0,0,0,0 +286350,0,0,0,0,0 +286351,0,0,0,0,0 +286352,0,0,0,0,0 +286353,0,0,0,0,0 +286354,0,0,0,0,0 +286355,0,0,0,0,0 +286356,0,0,0,0,0 +286357,0,0,0,0,0 +286358,0,0,0,0,0 +286359,0,0,0,0,0 +286360,0,0,0,0,0 +286361,0,0,0,0,0 +286362,0,0,0,0,0 +286363,0,0,0,0,0 +286364,0,0,0,0,0 +286365,0,0,0,0,0 +286366,0,0,0,0,0 +286367,0,0,0,0,0 +286368,0,0,0,0,0 +286369,0,0,0,0,0 +286370,0,0,0,0,0 +286371,0,0,0,0,0 +286372,0,0,0,0,0 +286373,0,0,0,0,0 +286374,0,0,0,0,0 +286375,0,0,0,0,0 +286376,0,0,0,0,0 +286377,0,0,0,0,0 +286378,0,0,0,0,0 +286379,0,0,0,0,0 +286380,0,0,0,0,0 +286381,0,0,0,0,0 +286382,0,0,0,0,0 +286383,0,0,0,0,0 +286384,0,0,0,0,0 +286385,0,0,0,0,0 +286386,0,0,0,0,0 +286387,0,0,0,0,0 +286388,0,0,0,0,0 +286389,0,0,0,0,0 +286390,0,0,0,0,0 +286391,0,0,0,0,0 +286392,0,0,0,0,0 +286393,0,0,0,0,0 +286394,0,0,0,0,0 +286395,0,0,0,0,0 +286396,0,0,0,0,0 +286397,0,0,0,0,0 +286398,0,0,0,0,0 +286399,0,0,0,0,0 +286400,0,0,0,0,0 +286401,0,0,0,0,0 +286402,0,0,0,0,0 +286403,0,0,0,0,0 +286404,0,0,0,0,0 +286405,0,0,0,0,0 +286406,0,0,0,0,0 +286407,0,0,0,0,0 +286408,0,0,0,0,0 +286409,0,0,0,0,0 +286410,0,0,0,0,0 +286411,0,0,0,0,0 +286412,0,0,0,0,0 +286413,0,0,0,0,0 +286414,0,0,0,0,0 +286415,0,0,0,0,0 +286416,0,0,0,0,0 +286417,0,0,0,0,0 +286418,0,0,0,0,0 +286419,0,0,0,0,0 +286420,0,0,0,0,0 +286421,0,0,0,0,0 +286422,0,0,0,0,0 +286423,0,0,0,0,0 +286424,0,0,0,0,0 +286425,0,0,0,0,0 +286426,0,0,0,0,0 +286427,0,0,0,0,0 +286428,0,0,0,0,0 +286429,0,0,0,0,0 +286430,0,0,0,0,0 +286431,0,0,0,0,0 +286432,0,0,0,0,0 +286433,0,0,0,0,0 +286434,0,0,0,0,0 +286435,0,0,0,0,0 +286436,0,0,0,0,0 +286437,0,0,0,0,0 +286438,0,0,0,0,0 +286439,0,0,0,0,0 +286440,0,0,0,0,0 +286441,0,0,0,0,0 +286442,0,0,0,0,0 +286443,0,0,0,0,0 +286444,0,0,0,0,0 +286445,0,0,0,0,0 +286446,0,0,0,0,0 +286447,0,0,0,0,0 +286448,0,0,0,0,0 +286449,0,0,0,0,0 +286450,0,0,0,0,0 +286451,0,0,0,0,0 +286452,0,0,0,0,0 +286453,0,0,0,0,0 +286454,0,0,0,0,0 +286455,0,0,0,0,0 +286456,0,0,0,0,0 +286457,0,0,0,0,0 +286458,0,0,0,0,0 +286459,0,0,0,0,0 +286460,0,0,0,0,0 +286461,0,0,0,0,0 +286462,0,0,0,0,0 +286463,0,0,0,0,0 +286464,0,0,0,0,0 +286465,0,0,0,0,0 +286466,0,0,0,0,0 +286467,0,0,0,0,0 +286468,0,0,0,0,0 +286469,0,0,0,0,0 +286470,0,0,0,0,0 +286471,0,0,0,0,0 +286472,0,0,0,0,0 +286473,0,0,0,0,0 +286474,0,0,0,0,0 +286475,0,0,0,0,0 +286476,0,0,0,0,0 +286477,0,0,0,0,0 +286478,0,0,0,0,0 +286479,0,0,0,0,0 +286480,0,0,0,0,0 +286481,0,0,0,0,0 +286482,0,0,0,0,0 +286483,0,0,0,0,0 +286484,0,0,0,0,0 +286485,0,0,0,0,0 +286486,0,0,0,0,0 +286487,0,0,0,0,0 +286488,0,0,0,0,0 +286489,0,0,0,0,0 +286490,0,0,0,0,0 +286491,0,0,0,0,0 +286492,0,0,0,0,0 +286493,0,0,0,0,0 +286494,0,0,0,0,0 +286495,0,0,0,0,0 +286496,0,0,0,0,0 +286497,0,0,0,0,0 +286498,0,0,0,0,0 +286499,0,0,0,0,0 +286500,0,0,0,0,0 +286501,0,0,0,0,0 +286502,0,0,0,0,0 +286503,0,0,0,0,0 +286504,0,0,0,0,0 +286505,0,0,0,0,0 +286506,0,0,0,0,0 +286507,0,0,0,0,0 +286508,0,0,0,0,0 +286509,0,0,0,0,0 +286510,0,0,0,0,0 +286511,0,0,0,0,0 +286512,0,0,0,0,0 +286513,0,0,0,0,0 +286514,0,0,0,0,0 +286515,0,0,0,0,0 +286516,0,0,0,0,0 +286517,0,0,0,0,0 +286518,0,0,0,0,0 +286519,0,0,0,0,0 +286520,0,0,0,0,0 +286521,0,0,0,0,0 +286522,0,0,0,0,0 +286523,0,0,0,0,0 +286524,0,0,0,0,0 +286525,0,0,0,0,0 +286526,0,0,0,0,0 +286527,0,0,0,0,0 +286528,0,0,0,0,0 +286529,0,0,0,0,0 +286530,0,0,0,0,0 +286531,0,0,0,0,0 +286532,0,0,0,0,0 +286533,0,0,0,0,0 +286534,0,0,0,0,0 +286535,0,0,0,0,0 +286536,0,0,0,0,0 +286537,0,0,0,0,0 +286538,0,0,0,0,0 +286539,0,0,0,0,0 +286540,0,0,0,0,0 +286541,0,0,0,0,0 +286542,0,0,0,0,0 +286543,0,0,0,0,0 +286544,0,0,0,0,0 +286545,0,0,0,0,0 +286546,0,0,0,0,0 +286547,0,0,0,0,0 +286548,0,0,0,0,0 +286549,0,0,0,0,0 +286550,0,0,0,0,0 +286551,0,0,0,0,0 +286552,0,0,0,0,0 +286553,0,0,0,0,0 +286554,0,0,0,0,0 +286555,0,0,0,0,0 +286556,0,0,0,0,0 +286557,0,0,0,0,0 +286558,0,0,0,0,0 +286559,0,0,0,0,0 +286560,0,0,0,0,0 +286561,0,0,0,0,0 +286562,0,0,0,0,0 +286563,0,0,0,0,0 +286564,0,0,0,0,0 +286565,0,0,0,0,0 +286566,0,0,0,0,0 +286567,0,0,0,0,0 +286568,0,0,0,0,0 +286569,0,0,0,0,0 +286570,0,0,0,0,0 +286571,0,0,0,0,0 +286572,0,0,0,0,0 +286573,0,0,0,0,0 +286574,0,0,0,0,0 +286575,0,0,0,0,0 +286576,0,0,0,0,0 +286577,0,0,0,0,0 +286578,0,0,0,0,0 +286579,0,0,0,0,0 +286580,0,0,0,0,0 +286581,0,0,0,0,0 +286582,0,0,0,0,0 +286583,0,0,0,0,0 +286584,0,0,0,0,0 +286585,0,0,0,0,0 +286586,0,0,0,0,0 +286587,0,0,0,0,0 +286588,0,0,0,0,0 +286589,0,0,0,0,0 +286590,0,0,0,0,0 +286591,0,0,0,0,0 +286592,0,0,0,0,0 +286593,0,0,0,0,0 +286594,0,0,0,0,0 +286595,0,0,0,0,0 +286596,0,0,0,0,0 +286597,0,0,0,0,0 +286598,0,0,0,0,0 +286599,0,0,0,0,0 +286600,0,0,0,0,0 +286601,0,0,0,0,0 +286602,0,0,0,0,0 +286603,0,0,0,0,0 +286604,0,0,0,0,0 +286605,0,0,0,0,0 +286606,0,0,0,0,0 +286607,0,0,0,0,0 +286608,0,0,0,0,0 +286609,0,0,0,0,0 +286610,0,0,0,0,0 +286611,0,0,0,0,0 +286612,0,0,0,0,0 +286613,0,0,0,0,0 +286614,0,0,0,0,0 +286615,0,0,0,0,0 +286616,0,0,0,0,0 +286617,0,0,0,0,0 +286618,0,0,0,0,0 +286619,0,0,0,0,0 +286620,0,0,0,0,0 +286621,0,0,0,0,0 +286622,0,0,0,0,0 +286623,0,0,0,0,0 +286624,0,0,0,0,0 +286625,0,0,0,0,0 +286626,0,0,0,0,0 +286627,0,0,0,0,0 +286628,0,0,0,0,0 +286629,0,0,0,0,0 +286630,0,0,0,0,0 +286631,0,0,0,0,0 +286632,0,0,0,0,0 +286633,0,0,0,0,0 +286634,0,0,0,0,0 +286635,0,0,0,0,0 +286636,0,0,0,0,0 +286637,0,0,0,0,0 +286638,0,0,0,0,0 +286639,0,0,0,0,0 +286640,0,0,0,0,0 +286641,0,0,0,0,0 +286642,0,0,0,0,0 +286643,0,0,0,0,0 +286644,0,0,0,0,0 +286645,0,0,0,0,0 +286646,0,0,0,0,0 +286647,0,0,0,0,0 +286648,0,0,0,0,0 +286649,0,0,0,0,0 +286650,0,0,0,0,0 +286651,0,0,0,0,0 +286652,0,0,0,0,0 +286653,0,0,0,0,0 +286654,0,0,0,0,0 +286655,0,0,0,0,0 +286656,0,0,0,0,0 +286657,0,0,0,0,0 +286658,0,0,0,0,0 +286659,0,0,0,0,0 +286660,0,0,0,0,0 +286661,0,0,0,0,0 +286662,0,0,0,0,0 +286663,0,0,0,0,0 +286664,0,0,0,0,0 +286665,0,0,0,0,0 +286666,0,0,0,0,0 +286667,0,0,0,0,0 +286668,0,0,0,0,0 +286669,0,0,0,0,0 +286670,0,0,0,0,0 +286671,0,0,0,0,0 +286672,0,0,0,0,0 +286673,0,0,0,0,0 +286674,0,0,0,0,0 +286675,0,0,0,0,0 +286676,0,0,0,0,0 +286677,0,0,0,0,0 +286678,0,0,0,0,0 +286679,0,0,0,0,0 +286680,0,0,0,0,0 +286681,0,0,0,0,0 +286682,0,0,0,0,0 +286683,0,0,0,0,0 +286684,0,0,0,0,0 +286685,0,0,0,0,0 +286686,0,0,0,0,0 +286687,0,0,0,0,0 +286688,0,0,0,0,0 +286689,0,0,0,0,0 +286690,0,0,0,0,0 +286691,0,0,0,0,0 +286692,0,0,0,0,0 +286693,0,0,0,0,0 +286694,0,0,0,0,0 +286695,0,0,0,0,0 +286696,0,0,0,0,0 +286697,0,0,0,0,0 +286698,0,0,0,0,0 +286699,0,0,0,0,0 +286700,0,0,0,0,0 +286701,0,0,0,0,0 +286702,0,0,0,0,0 +286703,0,0,0,0,0 +286704,0,0,0,0,0 +286705,0,0,0,0,0 +286706,0,0,0,0,0 +286707,0,0,0,0,0 +286708,0,0,0,0,0 +286709,0,0,0,0,0 +286710,0,0,0,0,0 +286711,0,0,0,0,0 +286712,0,0,0,0,0 +286713,0,0,0,0,0 +286714,0,0,0,0,0 +286715,0,0,0,0,0 +286716,0,0,0,0,0 +286717,0,0,0,0,0 +286718,0,0,0,0,0 +286719,0,0,0,0,0 +286720,0,0,0,0,0 +286721,0,0,0,0,0 +286722,0,0,0,0,0 +286723,0,0,0,0,0 +286724,0,0,0,0,0 +286725,0,0,0,0,0 +286726,0,0,0,0,0 +286727,0,0,0,0,0 +286728,0,0,0,0,0 +286729,0,0,0,0,0 +286730,0,0,0,0,0 +286731,0,0,0,0,0 +286732,0,0,0,0,0 +286733,0,0,0,0,0 +286734,0,0,0,0,0 +286735,0,0,0,0,0 +286736,0,0,0,0,0 +286737,0,0,0,0,0 +286738,0,0,0,0,0 +286739,0,0,0,0,0 +286740,0,0,0,0,0 +286741,0,0,0,0,0 +286742,0,0,0,0,0 +286743,0,0,0,0,0 +286744,0,0,0,0,0 +286745,0,0,0,0,0 +286746,0,0,0,0,0 +286747,0,0,0,0,0 +286748,0,0,0,0,0 +286749,0,0,0,0,0 +286750,0,0,0,0,0 +286751,0,0,0,0,0 +286752,0,0,0,0,0 +286753,0,0,0,0,0 +286754,0,0,0,0,0 +286755,0,0,0,0,0 +286756,0,0,0,0,0 +286757,0,0,0,0,0 +286758,0,0,0,0,0 +286759,0,0,0,0,0 +286760,0,0,0,0,0 +286761,0,0,0,0,0 +286762,0,0,0,0,0 +286763,0,0,0,0,0 +286764,0,0,0,0,0 +286765,0,0,0,0,0 +286766,0,0,0,0,0 +286767,0,0,0,0,0 +286768,0,0,0,0,0 +286769,0,0,0,0,0 +286770,0,0,0,0,0 +286771,0,0,0,0,0 +286772,0,0,0,0,0 +286773,0,0,0,0,0 +286774,0,0,0,0,0 +286775,0,0,0,0,0 +286776,0,0,0,0,0 +286777,0,0,0,0,0 +286778,0,0,0,0,0 +286779,0,0,0,0,0 +286780,0,0,0,0,0 +286781,0,0,0,0,0 +286782,0,0,0,0,0 +286783,0,0,0,0,0 +286784,0,0,0,0,0 +286785,0,0,0,0,0 +286786,0,0,0,0,0 +286787,0,0,0,0,0 +286788,0,0,0,0,0 +286789,0,0,0,0,0 +286790,0,0,0,0,0 +286791,0,0,0,0,0 +286792,0,0,0,0,0 +286793,0,0,0,0,0 +286794,0,0,0,0,0 +286795,0,0,0,0,0 +286796,0,0,0,0,0 +286797,0,0,0,0,0 +286798,0,0,0,0,0 +286799,0,0,0,0,0 +286800,0,0,0,0,0 +286801,0,0,0,0,0 +286802,0,0,0,0,0 +286803,0,0,0,0,0 +286804,0,0,0,0,0 +286805,0,0,0,0,0 +286806,0,0,0,0,0 +286807,0,0,0,0,0 +286808,0,0,0,0,0 +286809,0,0,0,0,0 +286810,0,0,0,0,0 +286811,0,0,0,0,0 +286812,0,0,0,0,0 +286813,0,0,0,0,0 +286814,0,0,0,0,0 +286815,0,0,0,0,0 +286816,0,0,0,0,0 +286817,0,0,0,0,0 +286818,0,0,0,0,0 +286819,0,0,0,0,0 +286820,0,0,0,0,0 +286821,0,0,0,0,0 +286822,0,0,0,0,0 +286823,0,0,0,0,0 +286824,0,0,0,0,0 +286825,0,0,0,0,0 +286826,0,0,0,0,0 +286827,0,0,0,0,0 +286828,0,0,0,0,0 +286829,0,0,0,0,0 +286830,0,0,0,0,0 +286831,0,0,0,0,0 +286832,0,0,0,0,0 +286833,0,0,0,0,0 +286834,0,0,0,0,0 +286835,0,0,0,0,0 +286836,0,0,0,0,0 +286837,0,0,0,0,0 +286838,0,0,0,0,0 +286839,0,0,0,0,0 +286840,0,0,0,0,0 +286841,0,0,0,0,0 +286842,0,0,0,0,0 +286843,0,0,0,0,0 +286844,0,0,0,0,0 +286845,0,0,0,0,0 +286846,0,0,0,0,0 +286847,0,0,0,0,0 +286848,0,0,0,0,0 +286849,0,0,0,0,0 +286850,0,0,0,0,0 +286851,0,0,0,0,0 +286852,0,0,0,0,0 +286853,0,0,0,0,0 +286854,0,0,0,0,0 +286855,0,0,0,0,0 +286856,0,0,0,0,0 +286857,0,0,0,0,0 +286858,0,0,0,0,0 +286859,0,0,0,0,0 +286860,0,0,0,0,0 +286861,0,0,0,0,0 +286862,0,0,0,0,0 +286863,0,0,0,0,0 +286864,0,0,0,0,0 +286865,0,0,0,0,0 +286866,0,0,0,0,0 +286867,0,0,0,0,0 +286868,0,0,0,0,0 +286869,0,0,0,0,0 +286870,0,0,0,0,0 +286871,0,0,0,0,0 +286872,0,0,0,0,0 +286873,0,0,0,0,0 +286874,0,0,0,0,0 +286875,0,0,0,0,0 +286876,0,0,0,0,0 +286877,0,0,0,0,0 +286878,0,0,0,0,0 +286879,0,0,0,0,0 +286880,0,0,0,0,0 +286881,0,0,0,0,0 +286882,0,0,0,0,0 +286883,0,0,0,0,0 +286884,0,0,0,0,0 +286885,0,0,0,0,0 +286886,0,0,0,0,0 +286887,0,0,0,0,0 +286888,0,0,0,0,0 +286889,0,0,0,0,0 +286890,0,0,0,0,0 +286891,0,0,0,0,0 +286892,0,0,0,0,0 +286893,0,0,0,0,0 +286894,0,0,0,0,0 +286895,0,0,0,0,0 +286896,0,0,0,0,0 +286897,0,0,0,0,0 +286898,0,0,0,0,0 +286899,0,0,0,0,0 +286900,0,0,0,0,0 +286901,0,0,0,0,0 +286902,0,0,0,0,0 +286903,0,0,0,0,0 +286904,0,0,0,0,0 +286905,0,0,0,0,0 +286906,0,0,0,0,0 +286907,0,0,0,0,0 +286908,0,0,0,0,0 +286909,0,0,0,0,0 +286910,0,0,0,0,0 +286911,0,0,0,0,0 +286912,0,0,0,0,0 +286913,0,0,0,0,0 +286914,0,0,0,0,0 +286915,0,0,0,0,0 +286916,0,0,0,0,0 +286917,0,0,0,0,0 +286918,0,0,0,0,0 +286919,0,0,0,0,0 +286920,0,0,0,0,0 +286921,0,0,0,0,0 +286922,0,0,0,0,0 +286923,0,0,0,0,0 +286924,0,0,0,0,0 +286925,0,0,0,0,0 +286926,0,0,0,0,0 +286927,0,0,0,0,0 +286928,0,0,0,0,0 +286929,0,0,0,0,0 +286930,0,0,0,0,0 +286931,0,0,0,0,0 +286932,0,0,0,0,0 +286933,0,0,0,0,0 +286934,0,0,0,0,0 +286935,0,0,0,0,0 +286936,0,0,0,0,0 +286937,0,0,0,0,0 +286938,0,0,0,0,0 +286939,0,0,0,0,0 +286940,0,0,0,0,0 +286941,0,0,0,0,0 +286942,0,0,0,0,0 +286943,0,0,0,0,0 +286944,0,0,0,0,0 +286945,0,0,0,0,0 +286946,0,0,0,0,0 +286947,0,0,0,0,0 +286948,0,0,0,0,0 +286949,0,0,0,0,0 +286950,0,0,0,0,0 +286951,0,0,0,0,0 +286952,0,0,0,0,0 +286953,0,0,0,0,0 +286954,0,0,0,0,0 +286955,0,0,0,0,0 +286956,0,0,0,0,0 +286957,0,0,0,0,0 +286958,0,0,0,0,0 +286959,0,0,0,0,0 +286960,0,0,0,0,0 +286961,0,0,0,0,0 +286962,0,0,0,0,0 +286963,0,0,0,0,0 +286964,0,0,0,0,0 +286965,0,0,0,0,0 +286966,0,0,0,0,0 +286967,0,0,0,0,0 +286968,0,0,0,0,0 +286969,0,0,0,0,0 +286970,0,0,0,0,0 +286971,0,0,0,0,0 +286972,0,0,0,0,0 +286973,0,0,0,0,0 +286974,0,0,0,0,0 +286975,0,0,0,0,0 +286976,0,0,0,0,0 +286977,0,0,0,0,0 +286978,0,0,0,0,0 +286979,0,0,0,0,0 +286980,0,0,0,0,0 +286981,64.12350525,3446.136279,2938.705756,37.42223262,-190.9880503 +286982,151.6332877,148.1176768,2899.710208,77.21642652,-27.47162085 +286983,147.1241691,113.3116044,2697.630732,75.06158355,-28.26097183 +286984,141.6098714,109.9636566,321.2146867,72.45268532,-30.7689321 +286985,136.3051879,119.8918772,399.0592633,69.99845739,-34.03056164 +286986,131.6322504,273.5810831,1452.608886,67.89111893,-37.41069908 +286987,127.5803696,475.183181,809.8377277,66.11085073,-40.68363298 +286988,124.0289111,310.3073063,945.183858,64.58805308,-43.82264507 +286989,120.8750863,376.4959038,939.6016471,63.26537179,-46.85227017 +286990,118.0511776,384.6355737,950.6034314,62.10516323,-49.79561935 +286991,115.5121798,391.4686146,959.261218,61.08236727,-52.66439799 +286992,113.2236,398.7843698,968.058669,60.17804694,-55.46470231 +286993,111.1563818,405.3354942,977.0432561,59.37639954,-58.19870626 +286994,109.284225,412.7734238,986.2971817,58.6634611,-60.86958427 +286995,107.5845128,419.7553414,995.5760038,58.02747166,-63.47994224 +286996,106.0374089,426.7980919,1005.124157,57.45837724,-66.03308385 +286997,104.6257846,434.4175472,1014.657985,56.94770072,-68.53232617 +286998,103.3353899,441.2932,1024.052223,56.48853557,-70.9799576 +286999,102.1530849,448.7513245,1034.357584,56.07467451,-73.37972832 +287000,101.0685123,455.9108888,1044.050222,55.70131894,-75.73330069 +287001,100.0722028,463.5399518,1054.054968,55.3641777,-78.04319563 +287002,99.1564118,470.8365301,1064.109714,55.05981781,-80.31093029 +287003,98.31445295,478.3192731,1074.174851,54.78533783,-82.53786949 +287004,97.53979081,485.8215351,1084.461824,54.53793798,-84.72663963 +287005,96.82751122,493.3109055,1094.533586,54.31557509,-86.8781886 +287006,96.17306915,500.887772,1104.867645,54.11638352,-88.99390114 +287007,95.57274237,508.4730681,1115.255674,53.93887371,-91.07457462 +287008,95.02286253,529.986991,1155.227457,53.78157765,-93.12171085 +287009,94.65674941,540.2107044,1169.951993,53.67815806,-95.13474471 +287010,94.42450144,549.1249647,1182.752949,53.61493576,-97.11599767 +287011,94.25794864,557.4702442,1193.922882,53.57415618,-99.06450842 +287012,94.11211803,565.3470475,1204.847172,53.54039505,-100.9814934 +287013,93.97036056,573.7567183,1215.238885,53.50680472,-102.8687767 +287014,93.83169764,581.5136629,1225.75562,53.47260251,-104.7265484 +287015,93.69953212,589.4593394,1235.961358,53.43913191,-106.554479 +287016,93.57603761,597.3214281,1246.097823,53.40744302,-108.3540598 +287017,93.46351362,605.151622,1256.066565,53.37876389,-110.1247024 +287018,93.36302579,612.9537911,1266.073072,53.35376767,-111.866839 +287019,93.27524067,620.7307723,1275.908745,53.33290945,-113.5810418 +287020,93.2010341,628.4855271,1285.507528,53.31670103,-115.2672692 +287021,93.14075478,635.9698344,1295.273743,53.30538518,-116.9262683 +287022,93.09489074,644.0861893,1304.7156,53.2992476,-118.5584029 +287023,93.06361248,651.8731159,1314.338026,53.29841483,-120.1644564 +287024,93.04719056,659.1525438,1323.584772,53.30304786,-121.7449107 +287025,93.04576631,667.0637419,1339.07725,53.31324026,-123.3003491 +287026,93.05946692,674.6539635,1340.540145,53.32907267,-124.8312915 +287027,93.08814797,682.2663894,1361.419168,53.35049715,-126.3386474 +287028,93.13178537,689.9393592,1354.18107,53.37751696,-127.8230427 +287029,93.19028073,697.5339908,1357.961263,53.41009885,-129.2851545 +287030,93.26380733,705.1096029,1386.339886,53.44833128,-130.7251197 +287031,93.35163218,712.7517797,1384.605866,53.49188927,-132.1446566 +287032,93.45374759,719.9514173,1395.61864,53.54077691,-133.5441426 +287033,93.57016014,728.1066154,1404.4894,53.5950041,-134.9238739 +287034,93.70038117,735.3566807,1412.927289,53.6543553,-136.285019 +287035,93.8443219,743.0261829,1421.495141,53.71879668,-137.6279646 +287036,94.00158325,750.5510777,1429.918067,53.78815358,-138.9536433 +287037,94.1720938,758.05613,1438.274018,53.86240053,-140.2623489 +287038,94.35540341,765.6041293,1446.616755,53.94134021,-141.5550548 +287039,94.55131391,773.1495078,1454.715124,54.02489008,-142.8322396 +287040,94.75949458,780.605552,1462.891186,54.11290767,-144.0946186 +287041,83.85435624,1212.478203,2345.109008,49.14831499,-165.5706166 +287042,98.33012751,1233.135364,2343.630643,55.84472378,-139.7991732 +287043,132.9458515,1249.110977,2356.15738,290.3744031,-75.93117131 +287044,752.2949947,1263.832512,2367.779527,577.3751592,-14.44047414 +287045,1095.795319,1277.495901,2378.12258,362.1598761,38.98487883 +287046,780.3772239,1290.783017,2387.075341,445.4785557,84.00400888 +287047,931.567969,1303.309546,2395.274064,457.0097659,122.5899563 +287048,953.3267405,1319.101601,2402.886931,466.2297823,156.4168989 +287049,972.7030947,1334.263956,2410.187013,475.2913341,186.4983644 +287050,991.2836815,1349.179781,2417.290578,484.0391821,213.4651505 +287051,1009.348076,1363.881891,2424.230629,492.3449691,237.738359 +287052,1026.976983,1378.338385,2431.028307,501.0309151,258.992581 +287053,1044.219663,1392.79892,2437.688815,509.0090316,277.6499622 +287054,1061.053522,1406.95389,2444.400124,517.0430523,343.793532 +287055,948.3632846,1358.806019,2301.632102,466.0673088,909.7373116 +287056,1156.436312,1463.117895,2279.875376,560.4274109,829.3907901 +287057,1081.518747,1435.074762,2279.051402,526.4933286,813.1521021 +287058,1120.364293,1460.831391,2281.612697,544.2317958,878.329844 +287059,1141.312745,1479.75515,2278.90031,553.2943002,904.263669 +287060,1156.446704,1493.668687,2274.974896,560.5187814,927.1841724 +287061,1171.836575,1507.587315,2268.889866,567.8433945,949.3218842 +287062,1186.764958,1521.623902,2262.127428,574.8304222,971.0678631 +287063,1201.900643,1535.402658,2254.538818,581.9302124,991.9902887 +287064,1216.374353,1549.119284,2246.733422,588.684757,1012.511796 +287065,1230.620932,1562.536777,2239.071264,595.5022624,1022.367678 +287066,1244.850562,1575.958566,2231.391427,601.7247768,1042.313594 +287067,1388.453691,1650.059813,2354.770256,667.9790324,1292.826312 +287068,1083.59594,1519.455633,2239.48172,530.3686632,721.0756726 +287069,1504.286906,1713.15305,2372.529147,719.6651647,1488.75686 +287070,1090.715202,1537.557864,2249.181676,534.5657283,713.4938283 +287071,1531.419044,1738.479932,2381.161985,732.41097,1517.697297 +287072,1115.222174,1560.507313,2253.975577,546.3019406,738.4579249 +287073,1564.914041,1762.991113,2385.921332,745.3174186,1546.431317 +287074,1129.731849,1582.70269,2256.661078,557.6106906,762.2839712 +287075,1589.403802,1786.745465,2389.344871,758.42267,1573.889115 +287076,1161.46634,1604.682076,2257.660774,568.6353458,785.0507187 +287077,1610.494958,1822.399632,2391.153973,770.7978811,1600.418204 +287078,1184.843754,1607.185918,2258.321026,579.4558975,806.5489487 +287079,1635.912799,1841.294543,2393.375145,783.0562708,1626.315205 +287080,1339.475926,1705.425164,2394.47432,650.4714081,1067.356464 +287081,1464.372956,1767.765283,2394.354043,706.7613054,1288.47618 +287082,1455.696981,1770.16951,2394.118417,703.4250997,1262.759519 +287083,1466.615978,1797.480948,2394.372011,708.6363237,1272.881014 +287084,1477.347292,1763.83654,2395.522297,713.8846294,1283.103281 +287085,1492.777879,1810.272039,2397.30722,719.197624,1293.370441 +287086,1501.465009,1807.33499,2399.408291,724.39468,1303.380061 +287087,1514.941698,1818.49054,2401.693937,729.412072,1313.300422 +287088,1522.046306,1828.456885,2404.09993,734.4777048,1322.783006 +287089,1510.100228,1842.254006,2406.589206,739.4965566,1332.538151 +287090,1552.270225,1854.88762,2409.089589,744.5917918,1341.68502 +287091,1547.327519,1855.806569,2411.569955,749.2797722,1350.859337 +287092,1560.180127,1850.511333,2414.071894,754.2194731,1360.067171 +287093,1570.3816,1900.847643,2416.511362,759.0942519,1368.760084 +287094,1579.79074,1856.351331,2418.893333,763.7001294,1377.634881 +287095,1589.583101,1908.771436,2421.236394,768.5511099,1385.988813 +287096,1599.197146,1890.671846,2423.503884,772.9757383,1394.622256 +287097,1608.579384,1912.503821,2425.698539,777.7864742,1410.835385 +287098,1617.852113,1922.015473,2427.821256,782.1987499,1406.509579 +287099,1627.486415,1931.773115,2429.886666,786.8126637,1413.527883 +287100,1636.170465,1937.375746,2431.900423,791.2915502,1431.378525 +287101,2035.604475,2115.680723,2444.475657,981.8408832,2031.190265 +287102,2048.216108,2116.091389,2488.547501,944.0250162,2061.132733 +287103,2059.575252,2136.207047,2540.672889,1005.994246,2094.613076 +287104,2069.709653,2140.243324,2584.740655,951.9255006,2120.409884 +287105,2080.175655,2149.307275,2617.135587,1011.964693,2138.263633 +287106,2090.114595,2157.993175,2640.007803,967.9090855,2150.158092 +287107,2099.863515,2165.886321,2656.533515,1018.156105,2158.122371 +287108,2109.579737,2174.050403,2668.603082,978.7790241,2163.640645 +287109,2119.020224,2181.718994,2677.892962,1031.428664,2167.65411 +287110,2128.473762,2189.705254,2685.330845,981.9151269,2170.793839 +287111,2137.800513,2197.212849,2691.469836,1026.28298,2173.432608 +287112,2146.827336,2204.793041,2696.593954,1032.583802,2175.710209 +287113,2155.90606,2212.081917,2701.027759,1002.640521,2177.861162 +287114,2164.909874,2219.483072,2706.737816,1032.168311,2182.131 +287115,2173.687291,2233.618838,2709.40425,1032.325507,2183.235041 +287116,2182.655279,2223.498507,2712.206058,1035.050137,2184.901687 +287117,2190.814923,2251.990113,2714.95722,1040.00447,2186.833939 +287118,2199.531135,2243.71627,2717.715203,1044.235954,2189.052354 +287119,2218.044228,2255.24871,2720.243809,1048.360541,2191.244258 +287120,2202.064928,2261.323422,2722.639851,1052.526965,2193.495842 +287121,2230.339845,2267.407766,2724.960691,1056.424665,2195.851913 +287122,2231.753373,2273.998783,2727.144876,1060.594929,2198.218381 +287123,2240.695845,2280.17677,2729.214795,1064.52172,2200.604775 +287124,2248.66393,2286.36753,2732.937087,1068.478269,2205.129705 +287125,2256.805081,2292.316532,2735.581597,1072.385615,2208.505228 +287126,2264.603153,2298.211632,2735.974749,1076.322289,2209.296636 +287127,2272.407705,2303.857398,2737.037599,1080.056925,2210.987906 +287128,2280.379464,2309.788049,2738.297929,1083.903168,2212.994677 +287129,2287.776863,2315.339553,2739.622435,1087.655993,2215.159453 +287130,2297.470458,2320.791862,2740.937061,1091.384311,2217.398012 +287131,2311.205862,2325.398848,2742.180837,1095.021409,2219.637737 +287132,2295.174511,2329.881977,2745.069772,1098.867963,2223.991268 +287133,2324.636273,2333.836634,2745.08979,1102.353377,2225.031292 +287134,2323.249965,2337.593298,2745.501627,1106.020947,2226.678521 +287135,2331.661318,2341.71639,2745.958455,1109.583257,2228.490506 +287136,2338.971944,2345.332918,2748.141014,1113.123868,2232.486452 +287137,2345.718584,2348.566728,2747.529229,1116.62897,2233.214347 +287138,2365.723,2352.101879,2747.389345,1120.17674,2234.598492 +287139,2340.259627,2355.236668,2747.380404,1123.511553,2236.209678 +287140,2375.690666,2358.438925,2749.145043,1126.976359,2240.036489 +287141,2371.080983,2361.123039,2748.126184,1130.342047,2240.578663 +287142,2379.680867,2364.19241,2749.365883,1133.695077,2243.921274 +287143,2403.711589,2366.595799,2747.98949,1136.939391,2244.163332 +287144,2367.003027,2369.262297,2747.37821,1140.337394,2245.378448 +287145,2411.637218,2378.259502,2746.852532,1143.54517,2246.738276 +287146,2416.018959,2365.011072,2746.319795,1146.857241,2248.135078 +287147,2393.035933,2386.174566,2747.52994,1149.953362,2251.696857 +287148,2450.949836,2375.801108,2746.1755,1153.174576,2252.218353 +287149,2387.823303,2380.772873,2745.274474,1156.309794,2253.33767 +287150,2470.741218,2382.882832,2744.708753,1159.425442,2255.105337 +287151,2413.434344,2384.274766,2744.228443,1162.514177,2256.799845 +287152,2461.235706,2385.804639,2743.560614,1165.575471,2258.306302 +287153,2444.555951,2387.362309,2742.745829,1168.609877,2259.676918 +287154,2457.946825,2388.619577,2741.872282,1171.690423,2261.016492 +287155,2462.473928,2389.925923,2741.140122,1174.487103,2262.565327 +287156,2468.492736,2391.086669,2740.550841,1177.60639,2264.325563 +287157,2474.242962,2392.12696,2739.998319,1180.471201,2266.170008 +287158,2479.983015,2393.068829,2739.431049,1183.386023,2268.036101 +287159,2485.728226,2393.906786,2738.820483,1186.264906,2269.887132 +287160,2491.426548,2394.640838,2738.153929,1189.118427,2271.704396 +287161,2502.73874,2397.862128,2738.734868,1194.569304,2275.802561 +287162,2509.798572,2399.274269,2739.597568,1197.905403,2280.341551 +287163,2515.713554,2399.962104,2740.470329,1201.076413,2284.951665 +287164,2521.707564,2400.545925,2741.116625,1203.963148,2289.320231 +287165,2527.415267,2400.981669,2741.684203,1206.948075,2293.37391 +287166,2533.14032,2401.331035,2741.807018,1209.810833,2297.146164 +287167,2538.621575,2401.517962,2741.737907,1212.639507,2300.692799 +287168,2544.185473,2401.795157,2743.229714,1215.430947,2306.136701 +287169,2549.325603,2401.387197,2741.876273,1218.183256,2308.129719 +287170,2554.953904,2401.474208,2741.03243,1220.907235,2310.728466 +287171,2560.127427,2401.205605,2740.335718,1223.597667,2313.48376 +287172,2565.392434,2400.890104,2739.674471,1226.258258,2316.265552 +287173,2570.478056,2400.457244,2738.997825,1228.889518,2319.020555 +287174,2575.613995,2399.93542,2738.28277,1231.491993,2321.726318 +287175,2580.701553,2399.286604,2737.521213,1233.98871,2324.37558 +287176,2585.61296,2398.611773,2736.710334,1236.65081,2326.965869 +287177,2590.430468,2397.774774,2735.850925,1239.115216,2329.498492 +287178,2595.534307,2396.897813,2734.947968,1241.697072,2331.979688 +287179,2600.261415,2395.859885,2733.999908,1244.047869,2334.407688 +287180,2613.331186,2388.272008,2734.694844,1246.544192,2338.842689 +287181,2597.796791,2402.357981,2732.604387,1248.94393,2339.901643 +287182,2628.267405,2379.90988,2731.055975,1253.231697,2341.618072 +287183,2616.12047,2397.34641,2729.852663,1255.931365,2343.645209 +287184,2625.821045,2376.639139,2728.640248,1258.500018,2345.582079 +287185,2630.191573,2387.697138,2727.372079,1261.020899,2347.420341 +287186,2634.894673,2382.484108,2726.260871,1263.504956,2349.446971 +287187,2639.494275,2380.792231,2725.183446,1265.958135,2351.522085 +287188,2644.076101,2379.311405,2724.059098,1268.383512,2353.548639 +287189,2648.692419,2377.538851,2722.919701,1270.783156,2355.56282 +287190,2653.233881,2375.659222,2721.762645,1273.157935,2357.558632 +287191,2657.875142,2374.08244,2720.590294,1275.491342,2359.536879 +287192,2662.415174,2372.538571,2719.41765,1277.879093,2361.506957 +287193,2666.747685,2371.006671,2718.243966,1280.044028,2363.471613 +287194,2671.583693,2369.39322,2717.073041,1282.363345,2365.431294 +287195,2675.927268,2367.902305,2715.889951,1284.592045,2367.373276 +287196,2680.407196,2366.013388,2714.684173,1286.811366,2369.280522 +287197,2684.885164,2364.35653,2713.454316,1289.010718,2371.156011 +287198,2689.228006,2362.512192,2712.210051,1291.108339,2373.006469 +287199,2693.636541,2360.724871,2710.948253,1293.388897,2374.832459 +287200,2698.014229,2358.823945,2709.673562,1295.471403,2376.634655 +287201,2702.284609,2356.867446,2708.381513,1297.604342,2378.41215 +287202,2706.343023,2354.88469,2707.074904,1299.706303,2380.154274 +287203,2710.952147,2352.789845,2705.563062,1301.789318,2381.882916 +287204,2715.030879,2350.733633,2704.24873,1303.853814,2383.583376 +287205,2719.223162,2348.531462,2702.918224,1305.902542,2385.244285 +287206,2723.474896,2346.317061,2701.571187,1307.934444,2386.870203 +287207,2727.540719,2344.072997,2700.206403,1309.949853,2388.468315 +287208,2731.707753,2341.914979,2698.828071,1311.948534,2390.039895 +287209,2735.812569,2339.266457,2697.431718,1313.930983,2391.582517 +287210,2739.843611,2336.964659,2696.024681,1315.897021,2393.099677 +287211,2751.616841,2334.528499,2696.439329,1317.847359,2396.839411 +287212,2737.378199,2331.793815,2693.996181,1319.863584,2397.080135 +287213,2762.963472,2329.304068,2692.126312,1321.659186,2398.007004 +287214,2753.312117,2326.633366,2690.629602,1323.620944,2399.364197 +287215,2760.115279,2323.865003,2689.120224,1325.495677,2400.683297 +287216,2764.526284,2321.133797,2687.601786,1327.367807,2401.974155 +287217,2768.165738,2318.306255,2686.148342,1329.225214,2403.329764 +287218,2771.854367,2315.398181,2684.703676,1332.03372,2404.682074 +287219,2775.760066,2312.646887,2683.256308,1332.847342,2406.016506 +287220,2779.315914,2309.43567,2681.808021,1336.883228,2407.334068 +287221,2667.628373,2247.014413,2676.786207,1279.002652,2403.754705 +287222,2667.43832,2258.769444,2663.624503,1286.647594,2388.426917 +287223,2671.269018,2232.939454,2648.525659,1284.889311,2369.483957 +287224,2674.45454,2252.914587,2636.12267,1286.962046,2353.301046 +287225,2677.455355,2226.029783,2626.977802,1288.343884,2341.016781 +287226,2681.185835,2245.487887,2620.37583,1289.827503,2331.993735 +287227,2684.401449,2218.774335,2615.376311,1291.319562,2325.189261 +287228,2687.912134,2230.946301,2611.272751,1292.82229,2319.77314 +287229,2691.311069,2221.714931,2607.823723,1294.331285,2315.444905 +287230,2694.924696,2218.815647,2604.773514,1295.926302,2311.869572 +287231,2698.234484,2215.160164,2601.965592,1297.316301,2308.8274 +287232,2701.553402,2211.365071,2599.357737,1298.888555,2306.237308 +287233,2712.952163,2207.67482,2597.04558,1300.388558,2304.188784 +287234,2698.449889,2203.687485,2596.386908,1301.900071,2304.322585 +287235,2723.043211,2199.724091,2593.084916,1303.405877,2301.358246 +287236,2713.034533,2195.908298,2590.658004,1304.914204,2299.509858 +287237,2719.426668,2191.901528,2588.47385,1306.417506,2297.943405 +287238,2723.350302,2187.822151,2586.475871,1307.918867,2296.571225 +287239,2726.452191,2183.839976,2584.696482,1309.417638,2295.433126 +287240,2729.992785,2179.74574,2583.056336,1312.88906,2294.435729 +287241,2733.65897,2175.610349,2581.53816,1310.229954,2293.56206 +287242,2737.099154,2171.599434,2580.105957,1320.744824,2292.766273 +287243,2740.480607,2167.220797,2578.748594,1306.040101,2292.036093 +287244,2744.023125,2163.029377,2577.433152,1336.665968,2291.333029 +287245,2747.488301,2158.810222,2576.194502,1294.746259,2290.701288 +287246,2750.772995,2154.457964,2575.030773,1330.602012,2290.139538 +287247,2754.433563,2150.171474,2573.870228,1332.273436,2289.560802 +287248,2757.931791,2145.761761,2572.776657,1303.168346,2289.04318 +287249,2761.305391,2141.40675,2571.744954,1333.572613,2288.58061 +287250,2771.976464,2137.086366,2570.840142,1343.375226,2288.253307 +287251,2758.044262,2131.80685,2569.825492,1297.70594,2287.771847 +287252,2779.657548,2126.714372,2568.740771,1341.462683,2287.249769 +287253,2771.79916,2121.33757,2567.690777,1325.369936,2286.859084 +287254,2766.824401,2112.08572,2566.212992,1322.96151,2286.041205 +287255,2767.026976,2105.976709,2563.544723,1322.386079,2284.729392 +287256,2768.62406,2100.192542,2560.34091,1322.505115,2283.374384 +287257,2770.345271,2094.076887,2557.181635,1322.573965,2282.20978 +287258,2772.328409,2088.209056,2554.283846,1322.909789,2281.255196 +287259,2774.850475,2074.76318,2553.399748,1323.07988,2282.60951 +287260,2776.115069,2086.945231,2550.095166,1323.319387,2280.870722 +287261,2778.190756,2053.881749,2547.612283,1323.551788,2280.03792 +287262,2780.392967,2072.978918,2545.501607,1323.77443,2279.579232 +287263,2782.272496,2042.730793,2543.605193,1323.990859,2279.321673 +287264,2784.355595,2081.196371,2541.796477,1324.199283,2279.125481 +287265,2787.019257,2005.048628,2540.09639,1324.399706,2279.025524 +287266,2787.898859,2077.469987,2538.41179,1324.591434,2278.912586 +287267,2790.104289,2005.365572,2536.712906,1324.774923,2278.752567 +287268,2792.308714,2026.652138,2535.092841,1324.950027,2278.661004 +287269,2793.797594,2017.528508,2533.480571,1325.116763,2278.552074 +287270,2803.035036,2011.642357,2532.008068,1325.275566,2278.589546 +287271,2788.912157,2028.652219,2530.346418,1325.425931,2278.371001 +287272,2808.255109,1962.702631,2528.689394,1325.568674,2278.133635 +287273,2794.270819,2008.258312,2528.79916,1325.790881,2280.047094 +287274,2810.952985,1981.07931,2526.203403,1325.701953,2278.624735 +287275,2804.365769,1977.726659,2524.288783,1326.010128,2278.012797 +287276,2807.061432,1971.255204,2524.185748,1326.13683,2279.597528 +287277,2808.871744,1964.369912,2521.419088,1326.122125,2277.888543 +287278,2810.819807,1957.568887,2519.304521,1326.283374,2276.951264 +287279,2812.471823,1967.867579,2517.404923,1326.360174,2276.24254 +287280,2814.147202,1919.243936,2515.663244,1326.443299,2275.69808 +287281,2577.755955,1838.238559,2510.085347,1217.055655,2270.75927 +287282,2568.340409,1813.662358,2488.131851,1214.487793,2242.380795 +287283,2567.237063,1807.192779,2461.201746,1212.275991,2205.609946 +287284,2564.819181,1798.155562,2438.245284,1210.655314,2172.730341 +287285,2563.209138,1789.504216,2420.983476,1209.107373,2146.662972 +287286,2561.722966,1780.735702,2409.96628,1207.68131,2128.74468 +287287,2560.11563,1772.32026,2401.385131,1206.326564,2114.05407 +287288,2558.683482,1763.712442,2392.699184,1205.022271,2099.803481 +287289,2557.575504,1755.233146,2386.048649,1203.756608,2088.604894 +287290,2556.501255,1746.764942,2382.254454,1202.520182,2081.434128 +287291,2555.02708,1738.192726,2376.507095,1201.305857,2072.376032 +287292,2554.093234,1729.921541,2371.835704,1200.115358,2065.083779 +287293,2552.986455,1721.432735,2367.713859,1198.941876,2058.859073 +287294,2551.927475,1713.166337,2363.946493,1197.785247,2053.421753 +287295,2550.908152,1704.629705,2360.421084,1196.643768,2048.596987 +287296,2549.912241,1696.229643,2357.068039,1195.516298,2044.263653 +287297,2548.939412,1688.032989,2353.841685,1194.402007,2040.331153 +287298,2548.092452,1679.642012,2352.432455,1193.301188,2038.840178 +287299,2546.949518,1671.353716,2348.415925,1192.208975,2034.151066 +287300,2546.165277,1662.970894,2345.034277,1191.131522,2030.608305 +287301,2545.246659,1654.875651,2341.898423,1190.063155,2027.494618 +287302,2537.473846,1667.56455,2338.746878,1189.670006,2024.469516 +287303,2535.074239,1602.507115,2335.641059,1188.764941,2021.507625 +287304,2533.990773,1666.981473,2332.623073,1187.815357,2018.672006 +287305,2532.921497,1582.388104,2329.750527,1186.861018,2016.067928 +287306,2532.144804,1632.551785,2327.016285,1185.908944,2013.705086 +287307,2530.937463,1592.446152,2324.328098,1184.962277,2011.471482 +287308,2530.244208,1598.921419,2321.695911,1184.021997,2009.371025 +287309,2529.428158,1586.527892,2319.11772,1183.088364,2007.39101 +287310,2528.661567,1579.617232,2316.581171,1182.161299,2005.50708 +287311,2528.307791,1572.462013,2314.087672,1181.726155,2003.71331 +287312,2528.099773,1565.319782,2311.69061,1181.403452,2002.002864 +287313,2528.112862,1558.511288,2311.143548,1181.142471,2002.47795 +287314,2527.724651,1551.72835,2308.049376,1180.923826,1999.748046 +287315,2527.86294,1544.970486,2305.639906,1180.75039,1997.761585 +287316,2527.850443,1538.565929,2303.522841,1180.611661,1996.040351 +287317,2528.058727,1532.053528,2303.307517,1180.5096,1996.574616 +287318,2527.860695,1525.725205,2300.544834,1180.436767,1993.937171 +287319,2528.176793,1519.576773,2298.446679,1180.400335,1992.056364 +287320,2528.154738,1513.461258,2296.620296,1180.392709,1990.447217 +287321,2528.622449,1507.265989,2294.966482,1180.415671,1988.995454 +287322,2536.369625,1502.461273,2295.277784,1179.885279,1989.911386 +287323,2538.172453,1496.723311,2293.124625,1179.842011,1987.867496 +287324,2539.441632,1492.833106,2293.310606,1179.828117,1988.713457 +287325,2540.154237,1488.666978,2290.980158,1180.053064,1986.453879 +287326,2541.345234,1484.366738,2289.290328,1180.22203,1984.919454 +287327,2542.372619,1480.181692,2287.849857,1180.294003,1983.618806 +287328,2543.323906,1476.05552,2286.557039,1180.556038,1982.436118 +287329,2544.383033,1472.002436,2285.362672,1180.778915,1981.323082 +287330,2545.433072,1467.92649,2284.241898,1181.040602,1980.257734 +287331,2546.514904,1464.16766,2283.181051,1181.329381,1979.228245 +287332,2547.735955,1460.373571,2283.879186,1181.566471,1980.53014 +287333,2548.573073,1456.501306,2281.953629,1182.100169,1978.177243 +287334,2549.853883,1452.90433,2280.639009,1182.295015,1976.747227 +287335,2550.987841,1449.305026,2279.557713,1182.751809,1975.768584 +287336,2552.151377,1445.800738,2278.613083,1183.154466,1974.706503 +287337,2553.346655,1442.378754,2277.761096,1183.591759,1973.721824 +287338,2554.560538,1439.03954,2276.977136,1184.052629,1972.792664 +287339,2555.96329,1435.691479,2277.953633,1184.537563,1974.002059 +287340,2556.890794,1432.654172,2276.308298,1185.041233,1971.988549 +287341,2794.095468,1534.67985,2278.018224,1292.567865,1972.893583 +287342,2806.075143,1534.453629,2296.631686,1295.754571,1997.690004 +287343,2804.752015,1533.423928,2320.44274,1298.089855,2030.86771 +287344,2805.721998,1532.771617,2339.769556,1318.649185,2059.744657 +287345,2823.650304,1531.662477,2353.613301,1276.239619,2082.079485 +287346,2813.59962,1530.877106,2362.991031,1319.193811,2098.657669 +287347,2830.942582,1529.998048,2370.883945,1323.454083,2112.924128 +287348,2827.982528,1529.134383,2374.401357,1286.637837,2121.42718 +287349,2830.639205,1528.30792,2377.257898,1327.603911,2128.300978 +287350,2835.01743,1527.516571,2379.414337,1315.836549,2133.733458 +287351,2845.537433,1526.860297,2381.361737,1321.712211,2138.379763 +287352,2844.304286,1526.007076,2383.153876,1325.137771,2142.364316 +287353,2846.242885,1525.400557,2384.72392,1328.570552,2145.659715 +287354,2854.92182,1524.655943,2385.781517,1332.088197,2147.954341 +287355,2855.018472,1524.201925,2386.946188,1335.596613,2150.05013 +287356,2856.247566,1523.577489,2387.891093,1339.475511,2151.580944 +287357,2858.535571,1523.072629,2388.610442,1343.029742,2152.765396 +287358,2858.711544,1522.591082,2389.158268,1346.918137,2153.28408 +287359,2857.90036,1522.145776,2389.493939,1350.792718,2153.332245 +287360,2857.106678,1521.736545,2389.601274,1354.750479,2152.915639 +287361,2856.365854,1521.362927,2389.523154,1358.779164,2152.10739 +287362,2855.714256,1521.02443,2389.312815,1362.963088,2150.990034 +287363,2855.148007,1520.815752,2389.012773,1366.998383,2149.631531 +287364,2854.639839,1520.405077,2388.654553,1371.29577,2148.085419 +287365,2854.19711,1520.236532,2388.259266,1375.584348,2146.586041 +287366,2853.814526,1519.924733,2387.842579,1379.951744,2144.746586 +287367,2853.485918,1519.896497,2387.417915,1384.384075,2142.816633 +287368,2853.203669,1519.692892,2386.993498,1388.881196,2140.81949 +287369,2852.960734,1519.603501,2386.574226,1393.444763,2138.7706 +287370,2852.75179,1519.532498,2386.163448,1398.070346,2136.680654 +287371,2852.569152,1519.824648,2385.761391,1403.05609,2134.756331 +287372,2852.389156,1520.206002,2385.392503,1415.527792,2132.536053 +287373,2852.238135,1520.647907,2385.107962,1404.745939,2130.303789 +287374,2852.109219,1527.572127,2384.896678,1425.895703,2128.050599 +287375,2852.582012,1529.214083,2385.438652,1430.676507,2125.850169 +287376,2856.135693,1530.381389,2388.186133,1435.7039,2125.196626 +287377,2855.66023,1531.471412,2388.45136,1442.145664,2121.852197 +287378,2855.88931,1532.637436,2389.140343,1447.848418,2119.038871 +287379,2856.214802,1533.55878,2389.830021,1453.846703,2116.595892 +287380,2856.549853,1534.707167,2390.472981,1466.1994,2114.013762 +287381,2856.909086,1535.787219,2391.095922,1461.425109,2111.483171 +287382,2857.312159,1536.901368,2391.725534,1468.939811,2109.015102 +287383,2857.710182,1538.037108,2392.33997,1480.42217,2106.571437 +287384,2858.083843,1539.096414,2393.126882,1483.142908,2104.361546 +287385,2858.423749,1540.423283,2393.686654,1501.257703,2101.940442 +287386,2858.801556,1541.555719,2394.265938,1480.033011,2099.562112 +287387,2859.177402,1542.795637,2394.846793,1522.17359,2097.197614 +287388,2859.553957,1544.043295,2395.434891,1489.568555,2094.848787 +287389,2859.910021,1545.312741,2396.019042,1539.664919,2092.500063 +287390,2860.283717,1546.702089,2396.623992,1495.616783,2090.17874 +287391,2860.813103,1547.867893,2397.338703,1554.451563,2087.990902 +287392,2861.386891,1549.272801,2398.094258,1510.405445,2085.853069 +287393,2862.149575,1550.613552,2398.984931,1564.124526,2083.879078 +287394,2862.908485,1559.424181,2399.889805,1540.389574,2082.145443 +287395,2863.758499,1562.173919,2401.599611,1558.474859,2080.145702 +287396,2865.026105,1564.353377,2404.0336,1563.432767,2078.378561 +287397,2866.645587,1566.424208,2406.76222,1569.906591,2076.867945 +287398,2868.422029,1568.343688,2409.469717,1576.610575,2075.508306 +287399,2870.292479,1570.599539,2412.080355,1583.120128,2074.264708 +287400,2872.225624,1572.363362,2414.601604,1590.022003,2073.109226 +287401,2878.287053,1612.53297,2421.048185,1618.486101,2079.177774 +287402,2887.461416,1575.999865,2429.208311,1632.149795,2088.197745 +287403,2897.54775,1612.980951,2437.822492,1630.829001,2098.560868 +287404,2906.490184,1618.903553,2445.712365,1641.205977,2108.096084 +287405,2914.064887,1579.701764,2452.772977,1647.522229,2116.678088 +287406,2920.784548,1620.318686,2459.127999,1654.152492,2124.37064 +287407,2928.914124,1626.612621,2466.574178,1660.839707,2133.355266 +287408,2932.389974,1582.26431,2471.035791,1667.274393,2138.58603 +287409,2936.451554,1627.418056,2475.820239,1674.163762,2144.12264 +287410,2940.427438,1636.802428,2480.482528,1680.631717,2149.403868 +287411,2944.4204,1587.697431,2485.094134,1686.077283,2154.523006 +287412,2948.40318,1644.747092,2490.471356,1691.973069,2159.469244 +287413,2952.208657,1625.816319,2496.193381,1698.447226,2164.147271 +287414,2955.929049,1631.650314,2501.888416,1704.600594,2168.658024 +287415,2959.605373,1633.848664,2507.365915,1710.812113,2173.05055 +287416,2963.228054,1635.866041,2512.579476,1717.061953,2177.328566 +287417,2966.812177,1637.84254,2517.57254,1723.077516,2181.513088 +287418,2970.36669,1639.774211,2522.395683,1729.438796,2185.61973 +287419,2973.893033,1641.666459,2527.08423,1735.58175,2189.657717 +287420,2977.383722,1643.522331,2531.656189,1741.597602,2193.628335 +287421,2980.968204,1645.344275,2536.209834,1752.846367,2197.640511 +287422,2984.523697,1647.132709,2540.679177,1752.076226,2201.60484 +287423,2987.899017,1648.889263,2544.976999,1760.208089,2205.407006 +287424,2991.229024,1650.614462,2549.195472,1766.491135,2209.154599 +287425,2994.513261,1661.86422,2553.339104,1771.377415,2212.848171 +287426,2998.015405,1665.266406,2558.46354,1777.004114,2216.433114 +287427,3001.662997,1667.920279,2564.179975,1782.700708,2219.939916 +287428,3005.334916,1670.369506,2569.951785,1788.907557,2223.617148 +287429,3008.95053,1672.696012,2575.497551,1794.671863,2227.058333 +287430,3012.488578,1674.940747,2580.759184,1800.571583,2230.473836 +287431,3016.095017,1676.229466,2585.862694,1810.86217,2233.977757 +287432,3019.439672,1677.681818,2590.586288,1804.275019,2237.341951 +287433,3022.597001,1678.507579,2594.972975,1822.730344,2240.642088 +287434,3025.764377,1679.556911,2599.162134,1819.789412,2244.030683 +287435,3031.388392,1680.412904,2604.745997,1826.151712,2249.444432 +287436,3032.689676,1681.193747,2607.432247,1830.753639,2251.53091 +287437,3034.895874,1672.901799,2610.559736,1838.29664,2254.373532 +287438,3037.185517,1672.182335,2612.767501,1843.959607,2257.532919 +287439,3039.632959,1672.096657,2614.45053,1853.902831,2260.953636 +287440,3042.140945,1672.121199,2616.009447,1848.228906,2264.431411 +287441,3044.392608,1672.182423,2617.479336,1865.700377,2267.657133 +287442,3046.971284,1672.245622,2619.284829,1863.683729,2271.082128 +287443,3049.489741,1672.291822,2621.155184,1870.015325,2274.41334 +287444,3051.931986,1672.313143,2623.04364,1875.208466,2277.652452 +287445,3054.538936,1672.305528,2625.075892,1885.178074,2280.999032 +287446,3057.017162,1672.265159,2627.047732,1879.54507,2284.227665 +287447,3059.683326,1672.192039,2628.968623,1895.250779,2287.366945 +287448,3062.17993,1672.084808,2630.980271,1895.421704,2290.604203 +287449,3064.581254,1671.942763,2632.931632,1899.857018,2293.762087 +287450,3067.016521,1671.658448,2634.894385,1909.808543,2296.93769 +287451,3069.519373,1671.602643,2636.883998,1910.481148,2300.156808 +287452,3071.847458,1671.280257,2638.742496,1914.756332,2303.228775 +287453,3074.207886,1671.012579,2640.600261,1924.926057,2306.318531 +287454,3076.648176,1670.693718,2642.486337,1926.006714,2309.465022 +287455,3078.90039,1670.338416,2644.228381,1929.427255,2312.457163 +287456,3081.052565,1695.022804,2645.88098,1938.643087,2315.363854 +287457,3083.357159,1632.496779,2647.60414,1940.575188,2318.384478 +287458,3085.583751,1686.765799,2649.250059,1944.111291,2321.337244 +287459,3087.579886,1669.844615,2650.721171,1950.009635,2324.103015 +287460,3089.819158,1650.524931,2651.678399,1953.186647,2326.798262 +287461,3088.835119,1636.343974,2648.961061,1955.641093,2323.370243 +287462,3083.086567,1628.001502,2642.59781,1955.60271,2314.517686 +287463,3075.465408,1628.763217,2634.863042,1954.811778,2303.166672 +287464,3068.685143,1628.279979,2627.77306,1954.887732,2292.160286 +287465,3063.661557,1627.77013,2622.001642,1956.243677,2282.609394 +287466,3060.182112,1627.254151,2617.410937,1958.565917,2274.518768 +287467,3057.723637,1626.726322,2613.642057,1961.40032,2267.544142 +287468,3055.858226,1626.183741,2610.396521,1964.430272,2261.3672 +287469,3054.331089,1625.62509,2607.488442,1967.505474,2255.779592 +287470,3053.011696,1625.048457,2604.812738,1970.579229,2250.656926 +287471,3051.833332,1624.452876,2602.306839,1973.647382,2245.919342 +287472,3050.756319,1623.836974,2599.927798,1976.715386,2241.50718 +287473,3049.752781,1623.200105,2597.642972,1979.787586,2237.371537 +287474,3051.472408,1622.542424,2597.143991,1984.72533,2235.606392 +287475,3049.192851,1621.858983,2594.126198,1986.816039,2230.869783 +287476,3047.749225,1621.155909,2591.661449,1989.495888,2226.947149 +287477,3046.560584,1620.427413,2589.356846,1992.388958,2223.330865 +287478,3045.516505,1619.675132,2587.13758,1995.413108,2219.921169 +287479,3044.557582,1618.89839,2584.966952,1998.706415,2216.669217 +287480,3043.646004,1618.09674,2582.821871,2001.828408,2213.542465 +287481,3042.76265,1617.269939,2580.689564,2004.976215,2210.519715 +287482,3041.897632,1616.417537,2578.562167,2008.157385,2207.585313 +287483,3041.04476,1615.539289,2576.43392,2011.375181,2204.726422 +287484,3040.199645,1614.634808,2574.300334,2014.628908,2201.932219 +287485,3042.043134,1611.259715,2573.882991,2019.786471,2201.339613 +287486,3040.080819,1609.897183,2570.602865,2022.854663,2197.620807 +287487,3039.07018,1608.765537,2567.651161,2026.952182,2194.578141 +287488,3038.312741,1607.676099,2564.794635,2031.269003,2191.713214 +287489,3037.648573,1606.594792,2562.048817,2035.528413,2188.944146 +287490,3037.017986,1605.506705,2559.40485,2039.67414,2186.242877 +287491,3036.398872,1604.178782,2556.836857,2043.740163,2183.594313 +287492,3036.024172,1602.787556,2554.29396,2047.653935,2180.988022 +287493,3035.274203,1601.353506,2551.744049,2051.385998,2178.420973 +287494,3034.447967,1599.880859,2549.175127,2054.962128,2175.890901 +287495,3033.576011,1598.371927,2546.587677,2058.611924,2173.400534 +287496,3032.665154,1596.826547,2543.979983,2061.973255,2170.94335 +287497,3031.729157,1595.245496,2541.352749,2065.282178,2168.516674 +287498,3030.766373,1593.628566,2538.706863,2068.563268,2166.120013 +287499,3029.781825,1591.975711,2536.040557,2071.825491,2163.749569 +287500,3028.768556,1590.286734,2533.351472,2075.070146,2161.400881 +287501,3027.731915,1588.561537,2530.638669,2078.297081,2159.072075 +287502,3026.665831,1586.799831,2527.900631,2081.505977,2156.760139 +287503,3025.574027,1585.001493,2525.135646,2084.873736,2154.462254 +287504,3024.450778,1583.166236,2522.34264,2088.000654,2152.176219 +287505,3023.298117,1581.29391,2519.522618,2091.108869,2149.902699 +287506,3022.124297,1579.384237,2516.675727,2094.209646,2147.641359 +287507,3020.92149,1577.437072,2513.80023,2097.445467,2145.389565 +287508,3019.686319,1575.452122,2510.894594,2100.626761,2143.14513 +287509,3018.420817,1573.42926,2507.959059,2103.659453,2140.907993 +287510,3017.086011,1571.368167,2504.956246,2106.259348,2138.613227 +287511,3015.46573,1569.268677,2501.696403,2109.220208,2135.944229 +287512,3013.445048,1567.130597,2498.096202,2111.852633,2132.783378 +287513,3011.064422,1564.953855,2494.202796,2114.511946,2129.225463 +287514,3008.367651,1562.738097,2490.051749,2116.784873,2125.329946 +287515,3005.394389,1560.483312,2485.672789,2118.880826,2121.144422 +287516,3002.177411,1558.189215,2481.090325,2120.829744,2116.708151 +287517,2998.742559,1555.867671,2476.323895,2122.650187,2112.05303 +287518,2995.108803,1553.485321,2471.389921,2124.553855,2107.202839 +287519,2991.295278,1551.084102,2466.301168,2126.1399,2102.183556 +287520,2987.319492,1548.634477,2461.072388,2127.611028,2097.01544 +287521,2985.849361,1481.545009,2458.29911,2130.240078,2096.342981 +287522,2974.951275,1478.390018,2448.495073,2127.611009,2084.92877 +287523,2960.507214,1475.28377,2435.609814,2123.396682,2068.335627 +287524,2947.484714,1472.090298,2423.488512,2120.63042,2052.206966 +287525,2937.729958,1468.854252,2413.561358,2120.560783,2038.858591 +287526,2930.906086,1465.568267,2405.703286,2122.586621,2028.376636 +287527,2926.057724,1462.233545,2399.315769,2125.428525,2020.116384 +287528,2922.38838,1458.850923,2393.874524,2128.6784,2013.457249 +287529,2919.11873,1455.420798,2389.048687,2132.055063,2007.984129 +287530,2916.602486,1451.942874,2384.649576,2135.463721,2003.441293 +287531,2920.190945,1448.317657,2386.141011,2141.659486,2009.582428 +287532,2921.596871,1444.880489,2384.761737,2147.239972,2009.98966 +287533,2918.370532,1441.186208,2379.226309,2150.322265,2003.488544 +287534,2920.465952,1437.528518,2379.515237,2155.460556,2008.209066 +287535,2920.858141,1433.795166,2377.543814,2160.407038,2008.392606 +287536,2917.324976,1430.016337,2372.037471,2163.099338,2002.697659 +287537,2914.10091,1426.188112,2367.407974,2165.5459,1999.296872 +287538,2911.204374,1422.304776,2363.121791,2168.148811,1996.695511 +287539,2908.489793,1418.371371,2359.004374,2170.860107,1994.537496 +287540,2905.890865,1414.292045,2354.983058,2173.630171,1992.70269 +287541,2903.369843,1410.318746,2351.033034,2176.421964,1991.130154 +287542,2905.981842,1406.249639,2352.008483,2181.659396,1998.450609 +287543,2906.540836,1402.016227,2350.322473,2186.348017,2000.431154 +287544,2907.341844,1397.89077,2349.113997,2190.940557,2003.612513 +287545,2910.613291,1396.805455,2350.256428,2196.718816,2011.000397 +287546,2909.05506,1393.115045,2346.602955,2199.976638,2008.946465 +287547,2904.583882,1388.832825,2340.937298,2201.154504,2003.66815 +287548,2900.602162,1384.779324,2336.21454,2202.315362,2000.581461 +287549,2900.704117,1380.274532,2335.378729,2205.632449,2004.646554 +287550,2899.422065,1376.003918,2332.610726,2208.819538,2004.99513 +287551,2895.135305,1372.445775,2327.067967,2210.535597,2000.818181 +287552,2891.152578,1369.251466,2322.230862,2212.118059,1998.288678 +287553,2887.579023,1366.037993,2317.814726,2213.865724,1996.318083 +287554,2884.326809,1362.875615,2313.710005,2215.740203,1994.654259 +287555,2881.326494,1359.740168,2309.850656,2217.697082,1993.212366 +287556,2878.519771,1356.625249,2306.185931,2219.699458,1991.948327 +287557,2880.091164,1353.436567,2306.738381,2223.762101,1998.043852 +287558,2880.046246,1350.48301,2305.176271,2227.387869,1999.669705 +287559,2876.63598,1347.348991,2300.589936,2229.18882,1996.014704 +287560,2877.275105,1344.30662,2300.381747,2232.562847,2000.53259 +287561,2876.65457,1341.252767,2298.466837,2235.654339,2001.408898 +287562,2873.107487,1338.212248,2293.909075,2237.195503,1997.678784 +287563,2873.284596,1335.183183,2293.352007,2240.223103,2001.418751 +287564,2872.337609,1332.242237,2291.265117,2243.209684,2001.909678 +287565,2871.892843,1329.005458,2289.817144,2246.097449,2003.637967 +287566,2870.413673,1326.181353,2287.321313,2248.496239,2003.38644 +287567,2866.625602,1323.098152,2282.767821,2249.654766,1999.585096 +287568,2863.143718,1320.10833,2278.854891,2250.71596,1997.231677 +287569,2859.963686,1317.108578,2275.234773,2251.92232,1995.370816 +287570,2856.983043,1314.112255,2271.786069,2253.228405,1993.777463 +287571,2854.151375,1311.119794,2268.463309,2254.592186,1992.378711 +287572,2855.000465,1311.381918,2268.671186,2257.698093,1997.236549 +287573,2854.581255,1309.072754,2267.424085,2259.696481,1998.316266 +287574,2851.400264,1306.427647,2263.847923,2259.767201,1994.957746 +287575,2848.465164,1303.69583,2260.935592,2259.683893,1993.077948 +287576,2845.770337,1300.919326,2258.223803,2259.947738,1991.659199 +287577,2843.206367,1298.032297,2255.564,2260.526923,1990.469185 +287578,2840.726767,1295.343208,2252.921458,2261.310687,1989.433444 +287579,2838.303096,1292.454654,2250.292214,2262.201581,1988.517492 +287580,2835.93204,1289.628875,2247.67994,2263.142314,1987.703628 +287581,2024.634664,1286.709587,1110.864473,1805.175098,2447.94136 +287582,2112.014865,1415.148336,1158.761791,1883.879916,2506.520922 +287583,2211.130601,1417.606599,1216.012767,1970.945071,2558.55088 +287584,2285.187084,1415.974028,1262.365565,2030.799168,2584.737872 +287585,2335.708266,1415.253732,1297.356769,2065.138513,2595.589043 +287586,2370.728537,1413.408657,1323.922396,2083.697541,2600.070872 +287587,2395.978145,1411.324201,1344.822818,2093.631841,2601.822881 +287588,2415.133985,1409.174465,1361.8601,2099.770405,2602.485182 +287589,2430.262805,1406.971001,1376.091039,2104.322628,2602.771575 +287590,2442.469319,1404.725632,1388.119099,2108.10579,2602.962038 +287591,2452.384918,1402.448333,1398.326356,2111.362192,2603.146248 +287592,2460.445269,1400.232277,1406.997472,2114.179274,2603.34321 +287593,2466.960474,1397.756003,1414.355361,2116.609328,2603.523386 +287594,2472.236621,1395.388277,1420.61259,2118.748405,2603.70743 +287595,2476.523054,1393.1524,1425.951617,2120.682895,2603.916841 +287596,2479.99665,1390.722244,1430.511979,2122.45531,2604.139745 +287597,2482.804086,1388.364238,1434.412492,2124.096557,2604.371577 +287598,2485.063902,1385.983216,1437.753038,2125.627708,2604.610598 +287599,2486.87111,1383.596027,1440.61721,2127.063198,2604.856037 +287600,2488.302083,1381.201187,1443.075015,2128.413368,2605.107697 +287601,2489.418207,1378.800622,1445.185024,2129.685763,2605.365458 +287602,2490.269051,1376.392381,1446.996334,2130.886027,2605.629337 +287603,2490.894559,1373.977918,1448.550043,2132.018312,2605.899232 +287604,2491.327102,1371.544715,1449.880656,2133.08574,2606.17507 +287605,2491.590972,1369.111593,1451.015922,2134.082054,2606.453579 +287606,2491.708007,1366.672352,1451.980518,2135.018069,2606.73542 +287607,2491.696623,1364.138217,1452.795582,2135.892569,2607.021783 +287608,2491.571621,1361.808135,1453.478763,2136.71347,2607.313134 +287609,2491.344752,1359.276606,1454.044744,2137.475494,2607.609249 +287610,2491.025517,1356.811063,1454.505846,2138.184474,2607.909595 +287611,2490.62171,1355.326792,1454.872488,2138.834354,2608.21353 +287612,2490.199515,1354.019717,1455.195476,2139.399669,2608.523166 +287613,2489.801856,1352.823493,1455.510095,2139.862038,2608.834599 +287614,2489.442366,1351.70185,1455.831196,2140.220076,2609.146753 +287615,2489.117771,1350.724885,1456.161186,2140.480806,2609.459619 +287616,2488.819473,1349.585718,1456.49789,2140.652152,2609.773115 +287617,2488.539292,1348.684513,1456.83856,2140.74009,2610.086889 +287618,2488.271094,1347.748543,1457.181086,2140.74858,2610.400471 +287619,2488.010502,1346.866337,1457.52397,2140.680296,2610.713366 +287620,2487.754299,1346.021438,1457.866108,2140.537272,2611.02515 +287621,2487.499958,1345.211652,1458.206602,2140.3212,2611.335446 +287622,2487.245442,1344.434676,1458.544705,2140.033576,2611.643956 +287623,2486.992191,1341.040606,1458.879753,2139.67567,2611.950367 +287624,2486.653974,1339.848459,1459.101488,2139.777342,2612.256616 +287625,2486.253652,1338.897343,1459.245694,2140.122906,2612.559755 +287626,2485.837049,1338.02977,1459.366795,2140.412365,2612.859234 +287627,2485.424685,1337.220053,1459.494548,2140.500797,2613.155367 +287628,2485.026308,1336.455814,1459.637285,2140.37362,2613.44843 +287629,2484.6369,1335.731096,1459.793767,2140.068587,2613.738465 +287630,2484.256196,1335.041962,1459.960716,2139.625979,2614.025402 +287631,2483.878,1334.386258,1460.13549,2139.07235,2614.309113 +287632,2483.503548,1331.699287,1460.316374,2138.421632,2614.589453 +287633,2483.011932,1330.754869,1460.419025,2137.814573,2614.866299 +287634,2482.438301,1329.862607,1460.466175,2137.207393,2615.139347 +287635,2481.847019,1329.128812,1460.498212,2136.534784,2615.408516 +287636,2481.268677,1328.431924,1460.538344,2135.764886,2615.673843 +287637,2480.715145,1327.773842,1460.593445,2134.894324,2615.935317 +287638,2480.180423,1327.148845,1460.662689,2133.931187,2616.192885 +287639,2479.662302,1326.554121,1460.743392,2132.884042,2616.446438 +287640,2479.153278,1325.98749,1460.833273,2131.758373,2616.695868 +287641,0,0,0,0,0 +287642,0,0,0,0,0 +287643,0,0,0,0,0 +287644,0,0,0,0,0 +287645,0,0,0,0,0 +287646,0,0,0,0,0 +287647,0,0,0,0,0 +287648,0,0,0,0,0 +287649,0,0,0,0,0 +287650,0,0,0,0,0 +287651,0,0,0,0,0 +287652,0,0,0,0,0 +287653,0,0,0,0,0 +287654,0,0,0,0,0 +287655,0,0,0,0,0 +287656,0,0,0,0,0 +287657,0,0,0,0,0 +287658,0,0,0,0,0 +287659,0,0,0,0,0 +287660,0,0,0,0,0 +287661,0,0,0,0,0 +287662,0,0,0,0,0 +287663,0,0,0,0,0 +287664,0,0,0,0,0 +287665,0,0,0,0,0 +287666,0,0,0,0,0 +287667,0,0,0,0,0 +287668,0,0,0,0,0 +287669,0,0,0,0,0 +287670,0,0,0,0,0 +287671,0,0,0,0,0 +287672,0,0,0,0,0 +287673,0,0,0,0,0 +287674,0,0,0,0,0 +287675,0,0,0,0,0 +287676,0,0,0,0,0 +287677,0,0,0,0,0 +287678,0,0,0,0,0 +287679,0,0,0,0,0 +287680,0,0,0,0,0 +287681,0,0,0,0,0 +287682,0,0,0,0,0 +287683,0,0,0,0,0 +287684,0,0,0,0,0 +287685,0,0,0,0,0 +287686,0,0,0,0,0 +287687,0,0,0,0,0 +287688,0,0,0,0,0 +287689,0,0,0,0,0 +287690,0,0,0,0,0 +287691,0,0,0,0,0 +287692,0,0,0,0,0 +287693,0,0,0,0,0 +287694,0,0,0,0,0 +287695,0,0,0,0,0 +287696,0,0,0,0,0 +287697,0,0,0,0,0 +287698,0,0,0,0,0 +287699,0,0,0,0,0 +287700,0,0,0,0,0 +287701,0,0,0,0,0 +287702,0,0,0,0,0 +287703,0,0,0,0,0 +287704,0,0,0,0,0 +287705,0,0,0,0,0 +287706,0,0,0,0,0 +287707,0,0,0,0,0 +287708,0,0,0,0,0 +287709,0,0,0,0,0 +287710,0,0,0,0,0 +287711,0,0,0,0,0 +287712,0,0,0,0,0 +287713,0,0,0,0,0 +287714,0,0,0,0,0 +287715,0,0,0,0,0 +287716,0,0,0,0,0 +287717,0,0,0,0,0 +287718,0,0,0,0,0 +287719,0,0,0,0,0 +287720,0,0,0,0,0 +287721,0,0,0,0,0 +287722,0,0,0,0,0 +287723,0,0,0,0,0 +287724,0,0,0,0,0 +287725,0,0,0,0,0 +287726,0,0,0,0,0 +287727,0,0,0,0,0 +287728,0,0,0,0,0 +287729,0,0,0,0,0 +287730,0,0,0,0,0 +287731,0,0,0,0,0 +287732,0,0,0,0,0 +287733,0,0,0,0,0 +287734,0,0,0,0,0 +287735,0,0,0,0,0 +287736,0,0,0,0,0 +287737,0,0,0,0,0 +287738,0,0,0,0,0 +287739,0,0,0,0,0 +287740,0,0,0,0,0 +287741,0,0,0,0,0 +287742,0,0,0,0,0 +287743,0,0,0,0,0 +287744,0,0,0,0,0 +287745,0,0,0,0,0 +287746,0,0,0,0,0 +287747,0,0,0,0,0 +287748,0,0,0,0,0 +287749,0,0,0,0,0 +287750,0,0,0,0,0 +287751,0,0,0,0,0 +287752,0,0,0,0,0 +287753,0,0,0,0,0 +287754,0,0,0,0,0 +287755,0,0,0,0,0 +287756,0,0,0,0,0 +287757,0,0,0,0,0 +287758,0,0,0,0,0 +287759,0,0,0,0,0 +287760,0,0,0,0,0 +287761,0,0,0,0,0 +287762,0,0,0,0,0 +287763,0,0,0,0,0 +287764,0,0,0,0,0 +287765,0,0,0,0,0 +287766,0,0,0,0,0 +287767,0,0,0,0,0 +287768,0,0,0,0,0 +287769,0,0,0,0,0 +287770,0,0,0,0,0 +287771,0,0,0,0,0 +287772,0,0,0,0,0 +287773,0,0,0,0,0 +287774,0,0,0,0,0 +287775,0,0,0,0,0 +287776,0,0,0,0,0 +287777,0,0,0,0,0 +287778,0,0,0,0,0 +287779,0,0,0,0,0 +287780,0,0,0,0,0 +287781,0,0,0,0,0 +287782,0,0,0,0,0 +287783,0,0,0,0,0 +287784,0,0,0,0,0 +287785,0,0,0,0,0 +287786,0,0,0,0,0 +287787,0,0,0,0,0 +287788,0,0,0,0,0 +287789,0,0,0,0,0 +287790,0,0,0,0,0 +287791,0,0,0,0,0 +287792,0,0,0,0,0 +287793,0,0,0,0,0 +287794,0,0,0,0,0 +287795,0,0,0,0,0 +287796,0,0,0,0,0 +287797,0,0,0,0,0 +287798,0,0,0,0,0 +287799,0,0,0,0,0 +287800,0,0,0,0,0 +287801,0,0,0,0,0 +287802,0,0,0,0,0 +287803,0,0,0,0,0 +287804,0,0,0,0,0 +287805,0,0,0,0,0 +287806,0,0,0,0,0 +287807,0,0,0,0,0 +287808,0,0,0,0,0 +287809,0,0,0,0,0 +287810,0,0,0,0,0 +287811,0,0,0,0,0 +287812,0,0,0,0,0 +287813,0,0,0,0,0 +287814,0,0,0,0,0 +287815,0,0,0,0,0 +287816,0,0,0,0,0 +287817,0,0,0,0,0 +287818,0,0,0,0,0 +287819,0,0,0,0,0 +287820,0,0,0,0,0 +287821,0,0,0,0,0 +287822,0,0,0,0,0 +287823,0,0,0,0,0 +287824,0,0,0,0,0 +287825,0,0,0,0,0 +287826,0,0,0,0,0 +287827,0,0,0,0,0 +287828,0,0,0,0,0 +287829,0,0,0,0,0 +287830,0,0,0,0,0 +287831,0,0,0,0,0 +287832,0,0,0,0,0 +287833,0,0,0,0,0 +287834,0,0,0,0,0 +287835,0,0,0,0,0 +287836,0,0,0,0,0 +287837,0,0,0,0,0 +287838,0,0,0,0,0 +287839,0,0,0,0,0 +287840,0,0,0,0,0 +287841,0,0,0,0,0 +287842,0,0,0,0,0 +287843,0,0,0,0,0 +287844,0,0,0,0,0 +287845,0,0,0,0,0 +287846,0,0,0,0,0 +287847,0,0,0,0,0 +287848,0,0,0,0,0 +287849,0,0,0,0,0 +287850,0,0,0,0,0 +287851,0,0,0,0,0 +287852,0,0,0,0,0 +287853,0,0,0,0,0 +287854,0,0,0,0,0 +287855,0,0,0,0,0 +287856,0,0,0,0,0 +287857,0,0,0,0,0 +287858,0,0,0,0,0 +287859,0,0,0,0,0 +287860,0,0,0,0,0 +287861,0,0,0,0,0 +287862,0,0,0,0,0 +287863,0,0,0,0,0 +287864,0,0,0,0,0 +287865,0,0,0,0,0 +287866,0,0,0,0,0 +287867,0,0,0,0,0 +287868,0,0,0,0,0 +287869,0,0,0,0,0 +287870,0,0,0,0,0 +287871,0,0,0,0,0 +287872,0,0,0,0,0 +287873,0,0,0,0,0 +287874,0,0,0,0,0 +287875,0,0,0,0,0 +287876,0,0,0,0,0 +287877,0,0,0,0,0 +287878,0,0,0,0,0 +287879,0,0,0,0,0 +287880,0,0,0,0,0 +287881,0,0,0,0,0 +287882,0,0,0,0,0 +287883,0,0,0,0,0 +287884,0,0,0,0,0 +287885,0,0,0,0,0 +287886,0,0,0,0,0 +287887,0,0,0,0,0 +287888,0,0,0,0,0 +287889,0,0,0,0,0 +287890,0,0,0,0,0 +287891,0,0,0,0,0 +287892,0,0,0,0,0 +287893,0,0,0,0,0 +287894,0,0,0,0,0 +287895,0,0,0,0,0 +287896,0,0,0,0,0 +287897,0,0,0,0,0 +287898,0,0,0,0,0 +287899,0,0,0,0,0 +287900,0,0,0,0,0 +287901,0,0,0,0,0 +287902,0,0,0,0,0 +287903,0,0,0,0,0 +287904,0,0,0,0,0 +287905,0,0,0,0,0 +287906,0,0,0,0,0 +287907,0,0,0,0,0 +287908,0,0,0,0,0 +287909,0,0,0,0,0 +287910,0,0,0,0,0 +287911,0,0,0,0,0 +287912,0,0,0,0,0 +287913,0,0,0,0,0 +287914,0,0,0,0,0 +287915,0,0,0,0,0 +287916,0,0,0,0,0 +287917,0,0,0,0,0 +287918,0,0,0,0,0 +287919,0,0,0,0,0 +287920,0,0,0,0,0 +287921,0,0,0,0,0 +287922,0,0,0,0,0 +287923,0,0,0,0,0 +287924,0,0,0,0,0 +287925,0,0,0,0,0 +287926,0,0,0,0,0 +287927,0,0,0,0,0 +287928,0,0,0,0,0 +287929,0,0,0,0,0 +287930,0,0,0,0,0 +287931,0,0,0,0,0 +287932,0,0,0,0,0 +287933,0,0,0,0,0 +287934,0,0,0,0,0 +287935,0,0,0,0,0 +287936,0,0,0,0,0 +287937,0,0,0,0,0 +287938,0,0,0,0,0 +287939,0,0,0,0,0 +287940,0,0,0,0,0 +287941,0,0,0,0,0 +287942,0,0,0,0,0 +287943,0,0,0,0,0 +287944,0,0,0,0,0 +287945,0,0,0,0,0 +287946,0,0,0,0,0 +287947,0,0,0,0,0 +287948,0,0,0,0,0 +287949,0,0,0,0,0 +287950,0,0,0,0,0 +287951,0,0,0,0,0 +287952,0,0,0,0,0 +287953,0,0,0,0,0 +287954,0,0,0,0,0 +287955,0,0,0,0,0 +287956,0,0,0,0,0 +287957,0,0,0,0,0 +287958,0,0,0,0,0 +287959,0,0,0,0,0 +287960,0,0,0,0,0 +287961,0,0,0,0,0 +287962,0,0,0,0,0 +287963,0,0,0,0,0 +287964,0,0,0,0,0 +287965,0,0,0,0,0 +287966,0,0,0,0,0 +287967,0,0,0,0,0 +287968,0,0,0,0,0 +287969,0,0,0,0,0 +287970,0,0,0,0,0 +287971,0,0,0,0,0 +287972,0,0,0,0,0 +287973,0,0,0,0,0 +287974,0,0,0,0,0 +287975,0,0,0,0,0 +287976,0,0,0,0,0 +287977,0,0,0,0,0 +287978,0,0,0,0,0 +287979,0,0,0,0,0 +287980,0,0,0,0,0 +287981,0,0,0,0,0 +287982,0,0,0,0,0 +287983,0,0,0,0,0 +287984,0,0,0,0,0 +287985,0,0,0,0,0 +287986,0,0,0,0,0 +287987,0,0,0,0,0 +287988,0,0,0,0,0 +287989,0,0,0,0,0 +287990,0,0,0,0,0 +287991,0,0,0,0,0 +287992,0,0,0,0,0 +287993,0,0,0,0,0 +287994,0,0,0,0,0 +287995,0,0,0,0,0 +287996,0,0,0,0,0 +287997,0,0,0,0,0 +287998,0,0,0,0,0 +287999,0,0,0,0,0 +288000,0,0,0,0,0 +288001,0,0,0,0,0 +288002,0,0,0,0,0 +288003,0,0,0,0,0 +288004,0,0,0,0,0 +288005,0,0,0,0,0 +288006,0,0,0,0,0 +288007,0,0,0,0,0 +288008,0,0,0,0,0 +288009,0,0,0,0,0 +288010,0,0,0,0,0 +288011,0,0,0,0,0 +288012,0,0,0,0,0 +288013,0,0,0,0,0 +288014,0,0,0,0,0 +288015,0,0,0,0,0 +288016,0,0,0,0,0 +288017,0,0,0,0,0 +288018,0,0,0,0,0 +288019,0,0,0,0,0 +288020,0,0,0,0,0 +288021,0,0,0,0,0 +288022,0,0,0,0,0 +288023,0,0,0,0,0 +288024,0,0,0,0,0 +288025,0,0,0,0,0 +288026,0,0,0,0,0 +288027,0,0,0,0,0 +288028,0,0,0,0,0 +288029,0,0,0,0,0 +288030,0,0,0,0,0 +288031,0,0,0,0,0 +288032,0,0,0,0,0 +288033,0,0,0,0,0 +288034,0,0,0,0,0 +288035,0,0,0,0,0 +288036,0,0,0,0,0 +288037,0,0,0,0,0 +288038,0,0,0,0,0 +288039,0,0,0,0,0 +288040,0,0,0,0,0 +288041,0,0,0,0,0 +288042,0,0,0,0,0 +288043,0,0,0,0,0 +288044,0,0,0,0,0 +288045,0,0,0,0,0 +288046,0,0,0,0,0 +288047,0,0,0,0,0 +288048,0,0,0,0,0 +288049,0,0,0,0,0 +288050,0,0,0,0,0 +288051,0,0,0,0,0 +288052,0,0,0,0,0 +288053,0,0,0,0,0 +288054,0,0,0,0,0 +288055,0,0,0,0,0 +288056,0,0,0,0,0 +288057,0,0,0,0,0 +288058,0,0,0,0,0 +288059,0,0,0,0,0 +288060,0,0,0,0,0 +288061,0,0,0,0,0 +288062,0,0,0,0,0 +288063,0,0,0,0,0 +288064,0,0,0,0,0 +288065,0,0,0,0,0 +288066,0,0,0,0,0 +288067,0,0,0,0,0 +288068,0,0,0,0,0 +288069,0,0,0,0,0 +288070,0,0,0,0,0 +288071,0,0,0,0,0 +288072,0,0,0,0,0 +288073,0,0,0,0,0 +288074,0,0,0,0,0 +288075,0,0,0,0,0 +288076,0,0,0,0,0 +288077,0,0,0,0,0 +288078,0,0,0,0,0 +288079,0,0,0,0,0 +288080,0,0,0,0,0 +288081,0,0,0,0,0 +288082,0,0,0,0,0 +288083,0,0,0,0,0 +288084,0,0,0,0,0 +288085,0,0,0,0,0 +288086,0,0,0,0,0 +288087,0,0,0,0,0 +288088,0,0,0,0,0 +288089,0,0,0,0,0 +288090,0,0,0,0,0 +288091,0,0,0,0,0 +288092,0,0,0,0,0 +288093,0,0,0,0,0 +288094,0,0,0,0,0 +288095,0,0,0,0,0 +288096,0,0,0,0,0 +288097,0,0,0,0,0 +288098,0,0,0,0,0 +288099,0,0,0,0,0 +288100,0,0,0,0,0 +288101,0,0,0,0,0 +288102,0,0,0,0,0 +288103,0,0,0,0,0 +288104,0,0,0,0,0 +288105,0,0,0,0,0 +288106,0,0,0,0,0 +288107,0,0,0,0,0 +288108,0,0,0,0,0 +288109,0,0,0,0,0 +288110,0,0,0,0,0 +288111,0,0,0,0,0 +288112,0,0,0,0,0 +288113,0,0,0,0,0 +288114,0,0,0,0,0 +288115,0,0,0,0,0 +288116,0,0,0,0,0 +288117,0,0,0,0,0 +288118,0,0,0,0,0 +288119,0,0,0,0,0 +288120,0,0,0,0,0 +288121,0,0,0,0,0 +288122,0,0,0,0,0 +288123,0,0,0,0,0 +288124,0,0,0,0,0 +288125,0,0,0,0,0 +288126,0,0,0,0,0 +288127,0,0,0,0,0 +288128,0,0,0,0,0 +288129,0,0,0,0,0 +288130,0,0,0,0,0 +288131,0,0,0,0,0 +288132,0,0,0,0,0 +288133,0,0,0,0,0 +288134,0,0,0,0,0 +288135,0,0,0,0,0 +288136,0,0,0,0,0 +288137,0,0,0,0,0 +288138,0,0,0,0,0 +288139,0,0,0,0,0 +288140,0,0,0,0,0 +288141,0,0,0,0,0 +288142,0,0,0,0,0 +288143,0,0,0,0,0 +288144,0,0,0,0,0 +288145,0,0,0,0,0 +288146,0,0,0,0,0 +288147,0,0,0,0,0 +288148,0,0,0,0,0 +288149,0,0,0,0,0 +288150,0,0,0,0,0 +288151,0,0,0,0,0 +288152,0,0,0,0,0 +288153,0,0,0,0,0 +288154,0,0,0,0,0 +288155,0,0,0,0,0 +288156,0,0,0,0,0 +288157,0,0,0,0,0 +288158,0,0,0,0,0 +288159,0,0,0,0,0 +288160,0,0,0,0,0 +288161,0,0,0,0,0 +288162,0,0,0,0,0 +288163,0,0,0,0,0 +288164,0,0,0,0,0 +288165,0,0,0,0,0 +288166,0,0,0,0,0 +288167,0,0,0,0,0 +288168,0,0,0,0,0 +288169,0,0,0,0,0 +288170,0,0,0,0,0 +288171,0,0,0,0,0 +288172,0,0,0,0,0 +288173,0,0,0,0,0 +288174,0,0,0,0,0 +288175,0,0,0,0,0 +288176,0,0,0,0,0 +288177,0,0,0,0,0 +288178,0,0,0,0,0 +288179,0,0,0,0,0 +288180,0,0,0,0,0 +288181,0,0,0,0,0 +288182,0,0,0,0,0 +288183,0,0,0,0,0 +288184,0,0,0,0,0 +288185,0,0,0,0,0 +288186,0,0,0,0,0 +288187,0,0,0,0,0 +288188,0,0,0,0,0 +288189,0,0,0,0,0 +288190,0,0,0,0,0 +288191,0,0,0,0,0 +288192,0,0,0,0,0 +288193,0,0,0,0,0 +288194,0,0,0,0,0 +288195,0,0,0,0,0 +288196,0,0,0,0,0 +288197,0,0,0,0,0 +288198,0,0,0,0,0 +288199,0,0,0,0,0 +288200,0,0,0,0,0 +288201,0,0,0,0,0 +288202,0,0,0,0,0 +288203,0,0,0,0,0 +288204,0,0,0,0,0 +288205,0,0,0,0,0 +288206,0,0,0,0,0 +288207,0,0,0,0,0 +288208,0,0,0,0,0 +288209,0,0,0,0,0 +288210,0,0,0,0,0 +288211,0,0,0,0,0 +288212,0,0,0,0,0 +288213,0,0,0,0,0 +288214,0,0,0,0,0 +288215,0,0,0,0,0 +288216,0,0,0,0,0 +288217,0,0,0,0,0 +288218,0,0,0,0,0 +288219,0,0,0,0,0 +288220,0,0,0,0,0 +288221,0,0,0,0,0 +288222,0,0,0,0,0 +288223,0,0,0,0,0 +288224,0,0,0,0,0 +288225,0,0,0,0,0 +288226,0,0,0,0,0 +288227,0,0,0,0,0 +288228,0,0,0,0,0 +288229,0,0,0,0,0 +288230,0,0,0,0,0 +288231,0,0,0,0,0 +288232,0,0,0,0,0 +288233,0,0,0,0,0 +288234,0,0,0,0,0 +288235,0,0,0,0,0 +288236,0,0,0,0,0 +288237,0,0,0,0,0 +288238,0,0,0,0,0 +288239,0,0,0,0,0 +288240,0,0,0,0,0 +288241,0,0,0,0,0 +288242,0,0,0,0,0 +288243,0,0,0,0,0 +288244,0,0,0,0,0 +288245,0,0,0,0,0 +288246,0,0,0,0,0 +288247,0,0,0,0,0 +288248,0,0,0,0,0 +288249,0,0,0,0,0 +288250,0,0,0,0,0 +288251,0,0,0,0,0 +288252,0,0,0,0,0 +288253,0,0,0,0,0 +288254,0,0,0,0,0 +288255,0,0,0,0,0 +288256,0,0,0,0,0 +288257,0,0,0,0,0 +288258,0,0,0,0,0 +288259,0,0,0,0,0 +288260,0,0,0,0,0 +288261,0,0,0,0,0 +288262,0,0,0,0,0 +288263,0,0,0,0,0 +288264,0,0,0,0,0 +288265,0,0,0,0,0 +288266,0,0,0,0,0 +288267,0,0,0,0,0 +288268,0,0,0,0,0 +288269,0,0,0,0,0 +288270,0,0,0,0,0 +288271,0,0,0,0,0 +288272,0,0,0,0,0 +288273,0,0,0,0,0 +288274,0,0,0,0,0 +288275,0,0,0,0,0 +288276,0,0,0,0,0 +288277,0,0,0,0,0 +288278,0,0,0,0,0 +288279,0,0,0,0,0 +288280,0,0,0,0,0 +288281,0,0,0,0,0 +288282,0,0,0,0,0 +288283,0,0,0,0,0 +288284,0,0,0,0,0 +288285,0,0,0,0,0 +288286,0,0,0,0,0 +288287,0,0,0,0,0 +288288,0,0,0,0,0 +288289,0,0,0,0,0 +288290,0,0,0,0,0 +288291,0,0,0,0,0 +288292,0,0,0,0,0 +288293,0,0,0,0,0 +288294,0,0,0,0,0 +288295,0,0,0,0,0 +288296,0,0,0,0,0 +288297,0,0,0,0,0 +288298,0,0,0,0,0 +288299,0,0,0,0,0 +288300,0,0,0,0,0 +288301,0,0,0,0,0 +288302,0,0,0,0,0 +288303,0,0,0,0,0 +288304,0,0,0,0,0 +288305,0,0,0,0,0 +288306,0,0,0,0,0 +288307,0,0,0,0,0 +288308,0,0,0,0,0 +288309,0,0,0,0,0 +288310,0,0,0,0,0 +288311,0,0,0,0,0 +288312,0,0,0,0,0 +288313,0,0,0,0,0 +288314,0,0,0,0,0 +288315,0,0,0,0,0 +288316,0,0,0,0,0 +288317,0,0,0,0,0 +288318,0,0,0,0,0 +288319,0,0,0,0,0 +288320,0,0,0,0,0 +288321,0,0,0,0,0 +288322,0,0,0,0,0 +288323,0,0,0,0,0 +288324,0,0,0,0,0 +288325,0,0,0,0,0 +288326,0,0,0,0,0 +288327,0,0,0,0,0 +288328,0,0,0,0,0 +288329,0,0,0,0,0 +288330,0,0,0,0,0 +288331,0,0,0,0,0 +288332,0,0,0,0,0 +288333,0,0,0,0,0 +288334,0,0,0,0,0 +288335,0,0,0,0,0 +288336,0,0,0,0,0 +288337,0,0,0,0,0 +288338,0,0,0,0,0 +288339,0,0,0,0,0 +288340,0,0,0,0,0 +288341,0,0,0,0,0 +288342,0,0,0,0,0 +288343,0,0,0,0,0 +288344,0,0,0,0,0 +288345,0,0,0,0,0 +288346,0,0,0,0,0 +288347,0,0,0,0,0 +288348,0,0,0,0,0 +288349,0,0,0,0,0 +288350,0,0,0,0,0 +288351,0,0,0,0,0 +288352,0,0,0,0,0 +288353,0,0,0,0,0 +288354,0,0,0,0,0 +288355,0,0,0,0,0 +288356,0,0,0,0,0 +288357,0,0,0,0,0 +288358,0,0,0,0,0 +288359,0,0,0,0,0 +288360,0,0,0,0,0 +288361,0,0,0,0,0 +288362,0,0,0,0,0 +288363,0,0,0,0,0 +288364,0,0,0,0,0 +288365,0,0,0,0,0 +288366,0,0,0,0,0 +288367,0,0,0,0,0 +288368,0,0,0,0,0 +288369,0,0,0,0,0 +288370,0,0,0,0,0 +288371,0,0,0,0,0 +288372,0,0,0,0,0 +288373,0,0,0,0,0 +288374,0,0,0,0,0 +288375,0,0,0,0,0 +288376,0,0,0,0,0 +288377,0,0,0,0,0 +288378,0,0,0,0,0 +288379,0,0,0,0,0 +288380,0,0,0,0,0 +288381,0,0,0,0,0 +288382,0,0,0,0,0 +288383,0,0,0,0,0 +288384,0,0,0,0,0 +288385,0,0,0,0,0 +288386,0,0,0,0,0 +288387,0,0,0,0,0 +288388,0,0,0,0,0 +288389,0,0,0,0,0 +288390,0,0,0,0,0 +288391,0,0,0,0,0 +288392,0,0,0,0,0 +288393,0,0,0,0,0 +288394,0,0,0,0,0 +288395,0,0,0,0,0 +288396,0,0,0,0,0 +288397,0,0,0,0,0 +288398,0,0,0,0,0 +288399,0,0,0,0,0 +288400,0,0,0,0,0 +288401,0,0,0,0,0 +288402,0,0,0,0,0 +288403,0,0,0,0,0 +288404,0,0,0,0,0 +288405,0,0,0,0,0 +288406,0,0,0,0,0 +288407,0,0,0,0,0 +288408,0,0,0,0,0 +288409,0,0,0,0,0 +288410,0,0,0,0,0 +288411,0,0,0,0,0 +288412,0,0,0,0,0 +288413,0,0,0,0,0 +288414,0,0,0,0,0 +288415,0,0,0,0,0 +288416,0,0,0,0,0 +288417,0,0,0,0,0 +288418,0,0,0,0,0 +288419,0,0,0,0,0 +288420,0,0,0,0,0 +288421,64.70695063,49.91000475,124.617362,33.74185332,-197.1318869 +288422,248.6592186,133.9709438,309.4208826,117.4217623,141.347378 +288423,242.2510048,131.2125737,303.2268769,114.460909,136.9021333 +288424,233.8839776,127.5370763,294.9695189,110.6082535,128.9927874 +288425,225.6531001,124.031616,286.9856665,106.8807745,120.1084047 +288426,218.3543767,121.078397,280.1222398,103.649754,111.5620323 +288427,212.0327528,118.6696854,274.3920755,100.9178627,103.6980735 +288428,206.5047578,116.6910521,269.573701,98.58264025,96.44868477 +288429,201.5990903,115.0412202,265.4659558,96.55103174,89.68390038 +288430,197.1998242,113.6530713,261.9345083,94.76364292,83.31678783 +288431,193.2289242,112.4827272,258.8903537,93.17704345,77.29489434 +288432,189.6291873,111.4984334,256.2679106,91.76323908,71.58550314 +288433,186.3533041,110.6741862,254.0123936,90.49595947,66.1623569 +288434,183.3604445,109.9878165,252.0762161,89.35685625,61.00169404 +288435,180.6149143,109.4202927,250.4177653,88.32636779,56.08087095 +288436,178.09003,108.9555853,249.0013264,87.39187691,51.37916662 +288437,175.7545449,108.580136,247.796113,86.53876548,46.87723653 +288438,173.5845168,108.2826696,246.7760245,85.75875898,42.55790942 +288439,171.5653783,108.0537134,245.9187246,85.04094577,38.40562108 +288440,169.6767096,107.8852626,245.2050081,84.38006145,34.40617814 +288441,167.9035578,107.7706752,244.6186421,83.76778302,30.54722458 +288442,166.2387606,107.7043218,244.1456464,83.20105548,26.8175467 +288443,164.6678144,107.6813378,243.7737828,82.67317119,23.2066579 +288444,163.1848361,107.6977512,243.4928582,82.18262347,19.7057698 +288445,161.7782005,107.7500826,243.2938589,81.72398002,16.30657305 +288446,160.4445996,107.8353608,243.1689913,81.29666404,13.00160161 +288447,159.1747606,107.9510795,243.1115894,80.89614191,9.784308567 +288448,157.9673544,108.0951318,243.1159686,80.52265552,6.648999354 +288449,156.8142394,108.2655377,243.1768238,80.17214688,3.58990604 +288450,155.7151929,108.4606911,243.2897671,79.84533041,0.602298383 +288451,154.6634626,108.6792454,243.4510696,79.54081644,-2.31786895 +288452,153.6423514,108.8898089,243.596958,79.24737246,-5.174972512 +288453,152.6446056,109.0730254,243.6880061,78.95898639,-7.972387792 +288454,151.6652035,109.2243837,243.7144519,78.67428964,-10.71373678 +288455,150.7051734,109.3468307,243.6815513,78.39390348,-13.40197908 +288456,149.7629877,109.4449352,243.5979974,78.11863482,-16.03990269 +288457,148.840145,109.522639,243.471442,77.8489784,-18.63019064 +288458,147.9348786,109.5829974,243.3079492,77.58520756,-21.1751997 +288459,147.0485543,109.6284222,243.1124279,77.32748613,-23.67700688 +288460,146.1791144,109.6607983,242.8887952,77.07581258,-26.13795352 +288461,145.3277812,109.6817724,242.6405602,76.83020469,-28.56003221 +288462,144.4927472,109.6928203,242.370939,76.59071458,-30.94486937 +288463,143.6752147,109.695144,242.0826122,76.35729804,-33.29426172 +288464,142.873157,109.68974,241.7778565,76.12986043,-35.61001491 +288465,142.0879114,109.6775413,241.4588454,75.90837845,-37.89347501 +288466,141.3174193,109.6592446,241.1272572,75.69270906,-40.14631736 +288467,140.5629152,109.6354923,240.7846671,75.48275453,-42.36990266 +288468,139.8225615,109.6068738,240.4325421,75.2784498,-44.56534715 +288469,139.0974486,109.5737877,240.0719351,75.0796131,-46.73413069 +288470,138.3857223,109.536663,239.7039653,74.88615678,-48.87726886 +288471,137.6886033,109.4958262,239.3295252,74.69794607,-50.99588484 +288472,137.0041392,109.451548,238.9493801,74.51483868,-53.09106316 +288473,136.3334832,109.4040262,238.5641295,74.33666107,-55.16394931 +288474,135.6748149,109.3535063,238.174472,74.16332443,-57.21529599 +288475,135.0293815,109.3001548,237.7809252,73.99469263,-59.2459936 +288476,134.3952301,109.2440926,237.3838996,73.83061233,-61.25695849 +288477,133.7735197,109.1853897,236.9836867,73.67090388,-63.24917118 +288478,133.1625344,109.124226,236.5808119,73.515519,-65.22305282 +288479,132.5635337,109.0606741,236.1755583,73.36432155,-67.17934243 +288480,131.9090102,108.7394731,235.3296371,73.22719143,-69.1189601 +288481,132.7974929,108.9679454,235.7783167,73.81635172,-68.17089776 +288482,151.9448024,117.4437674,254.0699113,82.8281134,-33.02603302 +288483,180.6249933,601.0779596,1104.5075,96.10650753,20.86009845 +288484,209.7766013,483.9032692,1229.382863,109.4137294,77.17018225 +288485,235.5268896,464.2786563,990.2181635,120.9888917,128.5756674 +288486,257.411819,502.7263917,1115.456094,382.1308012,173.7768715 +288487,276.138843,511.4158333,1135.198381,377.8453876,213.636939 +288488,913.2341267,519.4984925,1150.956239,347.9159954,249.2177487 +288489,681.1406211,527.1553641,1166.390148,384.2644896,281.2736904 +288490,731.7883983,534.5420184,1181.332371,393.6554036,310.2935333 +288491,774.4731531,541.4699943,1195.43608,403.1008986,336.6287252 +288492,792.1650119,548.6962953,1209.378198,411.7632702,360.5706637 +288493,808.9702491,555.2745746,1222.784596,420.2102759,382.3806268 +288494,825.2811109,561.8806009,1235.861819,428.7872592,402.2958862 +288495,840.8921655,568.3041193,1248.771574,436.9576317,420.5289234 +288496,856.7142295,574.5614638,1261.220974,444.693104,436.7152706 +288497,871.5770621,580.7056528,1273.510539,452.4378144,451.1777609 +288498,886.3641293,586.7228927,1285.538343,460.2972193,464.2937879 +288499,900.7657423,592.3832914,1297.330679,467.6432058,476.322741 +288500,914.5119496,598.5888647,1309.04215,474.9927193,487.4263304 +288501,928.847577,604.0074278,1320.198846,482.1666761,497.7175856 +288502,942.0478998,609.6421139,1331.522803,489.1982887,507.2882824 +288503,955.3111444,615.0199287,1342.337174,495.9203471,516.219284 +288504,968.5888386,620.3883979,1353.025496,502.9592359,524.5824511 +288505,980.7215445,625.556473,1363.565581,509.4568123,802.5241891 +288506,993.381329,630.711867,1373.88302,515.9971343,803.682048 +288507,1005.441113,635.6746051,1384.079008,522.3834316,785.8092877 +288508,1017.40761,640.624431,1393.995026,528.6493219,828.7734502 +288509,1029.051995,645.3805343,1405.942777,534.7985958,847.8483898 +288510,1040.086615,650.0775161,1416.732523,540.8335032,865.6405943 +288511,1054.026913,658.5476888,1435.227602,547.6942559,883.2594494 +288512,1066.661891,667.2306495,1448.592725,555.0970214,899.908573 +288513,1079.972305,676.8138123,1441.054903,561.98011,916.6655747 +288514,1096.801109,700.2198819,1511.756336,567.8722259,932.8012853 +288515,1110.304972,711.5606746,1515.789132,574.6763409,948.1081947 +288516,1123.19269,722.8296241,1537.558163,581.6995266,963.7032029 +288517,1136.250315,733.7057503,1555.772792,588.1509031,978.5995873 +288518,1148.958918,744.5823404,1574.192633,595.0554816,992.8018892 +288519,1161.733162,755.5649016,1592.200324,601.7094279,1007.158301 +288520,1174.223276,766.2227734,1610.119174,608.4273267,1020.680432 +288521,1186.834718,777.7411523,1628.323202,615.0280861,1034.712512 +288522,1199.001214,788.5408306,1646.000692,621.6816361,1047.764685 +288523,1211.527959,799.7772087,1664.119463,628.0013985,1056.19647 +288524,1223.46508,810.9321168,1681.833841,634.9093465,1067.214168 +288525,1235.769499,822.1270128,1699.450901,641.2754615,1076.841872 +288526,1247.660583,833.4568137,1717.386501,647.7527554,1086.73167 +288527,1266.852334,860.9702752,1757.877321,654.0791622,1096.577902 +288528,1279.815274,874.8796385,1793.316515,660.320322,1106.109917 +288529,1292.083935,887.6986404,1787.671516,666.65166,1115.349821 +288530,1304.050594,900.2596996,1808.807017,672.8778216,1124.602904 +288531,1316.104045,912.8167756,1840.965256,679.1749381,1133.610559 +288532,1327.899073,925.1833867,1850.821378,685.3412154,1142.596124 +288533,1339.738857,937.6593608,1870.663872,691.5825821,1151.346024 +288534,1351.301496,949.9809807,1888.538006,697.6915008,1160.089769 +288535,1363.118686,962.4365681,1906.31354,703.8495499,1168.608008 +288536,1374.397721,974.748269,1923.734866,709.9848586,1177.132105 +288537,1386.063471,987.2048747,1941.320967,716.0228743,1185.434848 +288538,1396.751245,999.5181242,1958.461489,722.1389059,1193.754437 +288539,1409.064579,1011.984604,1975.795368,728.1217232,1201.853252 +288540,1419.706577,1024.303907,1992.667543,734.160253,1209.980645 +288541,1634.803334,1113.364555,2172.423321,821.7146133,1624.596245 +288542,2114.781299,1353.903546,2239.858348,1043.799942,2465.04234 +288543,1558.378048,1096.401132,2070.43865,790.3256516,1414.835475 +288544,2128.821444,1384.005925,2239.661013,1049.682198,2502.967796 +288545,1789.718924,1182.504176,2246.958034,886.7018315,1747.96361 +288546,1875.479135,1296.315198,2243.147765,954.8035709,2058.346363 +288547,1920.837566,1283.290981,2234.36046,950.6681361,2006.9586 +288548,1910.701873,1303.657941,2228.27836,957.1302265,2018.681429 +288549,1926.485387,1320.736296,2225.958176,963.3863445,2045.5941 +288550,1938.8293,1326.907507,2226.606867,969.9328588,2018.221819 +288551,1950.899773,1315.807841,2230.004053,976.2807696,2057.560001 +288552,1963.0165,1364.139126,2235.582246,982.6170597,2051.054007 +288553,1975.016145,1360.582773,2242.624127,989.0754956,2063.645937 +288554,1993.131377,1392.771965,2250.330967,993.9216524,2071.674378 +288555,2006.211006,1408.410116,2259.550398,1000.01381,2085.715356 +288556,2018.342714,1422.804399,2269.505768,1006.217052,2085.532793 +288557,2030.351223,1436.645775,2279.463595,1012.280675,2097.476999 +288558,2042.272201,1450.803154,2289.24034,1018.384051,2104.894714 +288559,2054.254577,1464.370844,2298.762798,1024.520353,2112.983987 +288560,2065.740075,1478.138183,2307.996024,1033.382156,2120.709656 +288561,2077.736341,1491.754316,2318.745863,1036.071539,2128.90875 +288562,2089.284157,1505.325031,2326.511203,1048.109976,2136.30869 +288563,2107.929686,1518.937928,2334.666065,1045.751724,2144.397177 +288564,2111.339977,1532.272428,2342.847966,1064.091713,2151.838921 +288565,2140.813946,1545.634094,2350.976507,1052.933947,2159.605768 +288566,2113.75798,1559.272859,2359.2123,1059.509161,2172.242289 +288567,2146.7149,1572.366084,2367.347143,1078.000256,2172.273251 +288568,2162.330711,1585.787661,2375.13662,1076.522959,2182.26527 +288569,2167.384697,1599.09536,2382.806968,1084.103522,2189.697616 +288570,2180.468195,1612.058338,2390.447826,1090.03128,2197.084975 +288571,2189.579217,1621.835416,2397.999529,1094.872876,2203.845113 +288572,2198.471267,1630.730641,2405.60195,1099.406766,2216.264776 +288573,2207.343883,1639.389171,2412.599337,1103.992858,2216.411388 +288574,2215.734149,1647.754711,2418.998786,1108.432545,2225.31424 +288575,2224.282452,1655.974018,2425.027072,1112.73495,2232.697994 +288576,2232.584362,1663.724774,2430.970231,1117.134421,2244.305518 +288577,2240.781589,1671.488942,2436.656992,1121.314284,2244.63568 +288578,2248.883328,1678.980227,2443.635261,1125.495308,2252.934674 +288579,2256.852857,1686.292129,2449.363414,1129.663944,2260.020786 +288580,2264.841314,1693.424969,2452.947945,1133.597439,2270.142736 +288581,2272.251628,1700.386975,2457.184083,1137.622518,2271.713707 +288582,2280.198828,1707.181769,2461.704884,1141.527423,2282.236411 +288583,2287.622328,1718.842953,2466.119872,1145.385468,2288.954417 +288584,2300.350133,1715.225341,2470.529678,1149.188909,2295.064154 +288585,2298.109679,1743.626454,2474.592277,1152.937828,2295.485917 +288586,2332.607681,1708.779813,2478.140707,1156.634763,2298.003947 +288587,2282.377021,1750.421729,2481.444357,1160.351462,2297.981007 +288588,2340.760601,1742.227849,2483.982634,1163.840768,2296.483252 +288589,2327.163802,1750.470565,2485.95636,1167.439567,2294.744596 +288590,2337.978221,1756.29564,2487.519858,1170.930152,2292.924008 +288591,2344.644406,1761.659124,2488.973759,1174.314663,2291.111057 +288592,2351.527691,1767.137118,2489.964422,1177.831637,2289.342054 +288593,2358.2115,1772.402565,2490.792395,1181.148638,2287.649105 +288594,2364.978338,1780.217735,2491.636005,1184.555232,2286.04146 +288595,2371.328724,1786.815344,2492.29145,1187.732017,2284.521182 +288596,2388.705081,1793.126649,2492.353545,1191.02655,2283.08029 +288597,2368.140024,1799.686452,2492.797277,1194.218826,2281.768754 +288598,2398.500339,1805.790269,2493.366744,1197.382885,2280.568701 +288599,2395.322843,1811.962648,2493.8891,1200.583841,2279.42125 +288600,2403.324272,1817.707011,2494.190335,1203.486879,2278.343248 +288601,2425.81705,1826.585476,2494.012484,1209.64007,2276.576556 +288602,2415.715428,1833.062071,2494.087176,1213.391321,2275.296278 +288603,2429.692486,1839.328046,2494.582419,1216.860401,2274.387564 +288604,2455.400637,1845.120806,2494.916996,1220.504795,2273.592447 +288605,2423.736142,1850.873222,2495.232288,1223.68739,2272.852479 +288606,2462.617405,1856.641158,2495.51246,1227.175393,2272.141598 +288607,2483.904359,1865.568707,2495.667417,1230.273383,2271.344582 +288608,2446.283059,1870.399191,2495.781285,1233.724948,2270.560663 +288609,2485.342819,1877.53061,2495.906404,1236.771709,2269.85033 +288610,2468.179619,1876.637694,2497.966634,1240.118831,2271.340741 +288611,2502.724959,1870.941139,2497.473969,1243.029186,2270.001983 +288612,2487.246992,1894.973054,2497.731118,1246.273699,2269.637244 +288613,2501.45146,1889.974739,2498.139978,1249.2211,2269.501482 +288614,2506.979767,1896.60215,2498.819153,1252.3419,2269.737982 +288615,2512.96799,1901.109262,2499.726936,1255.237453,2270.299068 +288616,2519.18769,1905.437438,2500.723692,1258.295373,2271.01673 +288617,2525.496272,1909.658134,2501.759214,1261.12913,2271.828726 +288618,2531.720595,1913.767895,2504.542899,1264.127228,2274.825674 +288619,2537.618167,1917.750947,2504.593182,1266.901098,2274.533756 +288620,2543.699645,1921.636098,2505.175034,1269.842117,2274.922185 +288621,2549.781215,1925.404252,2505.901113,1272.561057,2275.503161 +288622,2555.831658,1929.06488,2506.680029,1275.445222,2276.164705 +288623,2561.523921,1935.119526,2507.663957,1278.110351,2276.844346 +288624,2567.728526,1932.494002,2510.178416,1280.942027,2279.665426 +288625,2573.190681,1957.937835,2509.921067,1283.554047,2279.148693 +288626,2579.058508,1918.241559,2510.236395,1286.334498,2279.346371 +288627,2584.949785,1957.40317,2512.48351,1288.89796,2281.907535 +288628,2590.628176,1946.188625,2512.046132,1291.709986,2281.212509 +288629,2596.120517,1951.752053,2512.190625,1294.101562,2281.23424 +288630,2609.675228,1954.561022,2512.657075,1296.843706,2281.64947 +288631,2604.177887,1957.832052,2513.197124,1299.417298,2282.160946 +288632,2614.821509,1960.780243,2513.647852,1302.201034,2282.556549 +288633,2619.908615,1963.93495,2514.137449,1304.775701,2282.98199 +288634,2625.693404,1966.924937,2514.682928,1307.53715,2283.455681 +288635,2631.191161,1969.864358,2515.233279,1310.086063,2283.918731 +288636,2636.908602,1972.735207,2515.784075,1313.547583,2284.575612 +288637,2642.9096,1975.540378,2518.074907,1315.705846,2287.138493 +288638,2648.383007,1978.258631,2517.652382,1321.725149,2286.38923 +288639,2653.997155,1980.921481,2517.798165,1316.559024,2286.326714 +288640,2659.893836,1983.50347,2518.115594,1336.328304,2286.458736 +288641,2664.987255,1990.446624,2518.534689,1306.449876,2286.704119 +288642,2671.140716,1982.127704,2519.024331,1337.739721,2287.031346 +288643,2676.426874,2012.583343,2519.487469,1328.565475,2287.326116 +288644,2682.125876,1965.707086,2519.979088,1333.385622,2287.657022 +288645,2687.547823,2008.141231,2520.497658,1335.791647,2288.022265 +288646,2693.35456,2009.937608,2522.87119,1338.402144,2290.416024 +288647,2698.12584,1977.679643,2522.347521,1340.874459,2289.531871 +288648,2704.44793,2012.028973,2524.154155,1343.329588,2291.502279 +288649,2716.68487,2001.244696,2523.560764,1345.749383,2290.536684 +288650,2712.210186,2005.265527,2523.616123,1348.291233,2290.347609 +288651,2721.10368,2007.136686,2525.467424,1350.634646,2292.338887 +288652,2726.178921,2008.833672,2524.730625,1353.156049,2291.160904 +288653,2731.429043,2010.492577,2524.68106,1355.47867,2290.81098 +288654,2737.077374,2012.075521,2526.583937,1357.983824,2292.837748 +288655,2741.989837,2013.577845,2527.615871,1360.278086,2293.803678 +288656,2746.990657,2015.011842,2526.579723,1362.758023,2292.239341 +288657,2752.669256,2016.38697,2526.354348,1365.035165,2291.646776 +288658,2757.946214,2017.68492,2526.452445,1367.581314,2291.423122 +288659,2770.163228,2018.916916,2526.867277,1369.704949,2291.569748 +288660,2758.844641,2020.079176,2527.206969,1372.205155,2291.61649 +288661,2662.815783,1967.44701,2527.097123,1339.03588,2291.206065 +288662,2657.322952,1967.568716,2516.598144,1296.019587,2276.409201 +288663,2662.934068,1967.47502,2504.382066,1336.815757,2258.341574 +288664,2666.786803,1967.796526,2493.82152,1322.98747,2242.359603 +288665,2678.737456,1968.005895,2486.083164,1327.691055,2230.050724 +288666,2672.252764,1968.215011,2480.7386,1329.296505,2220.772883 +288667,2680.23866,1968.393215,2476.971543,1331.292728,2213.459838 +288668,2684.505361,1968.536402,2476.090085,1333.034303,2209.741821 +288669,2688.444405,1968.619741,2473.336546,1334.979558,2203.831638 +288670,2692.551691,1968.670062,2471.665504,1336.746019,2199.369319 +288671,2697.0615,1968.662702,2470.554139,1338.704271,2195.70294 +288672,2701.501116,1968.610643,2471.525375,1340.475035,2194.713671 +288673,2705.279594,1968.491853,2470.064747,1342.432794,2190.868111 +288674,2709.95287,1968.336359,2469.363931,1344.206045,2188.061412 +288675,2714.44391,1968.120415,2469.008054,1346.168943,2185.753334 +288676,2718.697295,1967.853375,2468.852482,1347.939316,2183.771013 +288677,2730.073348,1967.534,2468.986719,1349.989851,2182.207689 +288678,2718.20609,1967.16142,2469.208294,1351.630735,2180.822493 +288679,2741.036892,1966.734155,2469.169656,1353.653303,2179.169428 +288680,2735.146422,1966.26142,2471.199479,1355.411937,2180.098115 +288681,2739.967219,1965.718465,2470.472492,1357.365037,2177.685842 +288682,2745.383024,1965.142863,2470.266141,1359.137005,2175.941797 +288683,2747.966283,1968.08718,2470.308898,1353.51869,2174.506469 +288684,2750.695226,1967.84538,2469.572671,1353.917376,2173.173057 +288685,2755.766677,1967.282514,2468.3417,1354.980579,2171.913292 +288686,2766.396191,1966.598912,2467.251551,1356.330673,2170.951089 +288687,2754.336989,1965.820665,2467.931788,1357.552671,2171.992704 +288688,2777.233803,1964.94778,2467.846077,1358.99904,2171.884201 +288689,2771.205188,1963.878789,2467.740085,1360.288984,2171.563944 +288690,2775.555375,1963.038441,2467.442493,1361.786534,2170.865997 +288691,2780.058168,1961.802183,2465.342872,1362.877,2167.826678 +288692,2784.621512,1960.588964,2465.965193,1364.007282,2168.055631 +288693,2794.93267,1959.263049,2464.520046,1365.133887,2165.717832 +288694,2784.41422,1957.870214,2465.410125,1366.270911,2166.23733 +288695,2803.460313,1956.385727,2465.553405,1367.394458,2165.84158 +288696,2800.408872,1954.828817,2465.626167,1368.518573,2165.363885 +288697,2802.519206,1953.18758,2463.792105,1369.634508,2162.534799 +288698,2814.307702,1951.478357,2462.917102,1370.751988,2160.858297 +288699,2811.912296,1949.810335,2462.517747,1371.862024,2159.944359 +288700,2814.517623,1947.771527,2462.138385,1372.968515,2158.824393 +288701,2826.003519,1945.915042,2461.91803,1374.071544,2157.893096 +288702,2816.935031,1943.884445,2461.687723,1375.080668,2156.951096 +288703,2837.181577,1965.814778,2461.49286,1376.307922,2156.055696 +288704,2827.000718,1905.115573,2461.44081,1377.335906,2155.3372 +288705,2837.269651,1953.989704,2461.290844,1378.435995,2154.499808 +288706,2837.652663,1936.023335,2461.038683,1379.519453,2153.535281 +288707,2839.092306,1926.126618,2460.704448,1380.598811,2152.464815 +288708,2841.337189,1941.146185,2460.239691,1381.764189,2151.225389 +288709,2841.887501,1915.837248,2459.676047,1382.702209,2149.84997 +288710,2841.192335,1934.525828,2458.952784,1383.833807,2148.267079 +288711,2840.455872,1915.604262,2458.021222,1384.884931,2146.416672 +288712,2839.764366,1922.616815,2456.916818,1385.945612,2144.338089 +288713,2839.11579,1916.272868,2455.684648,1387.003713,2142.082503 +288714,2838.534693,1914.237291,2454.359937,1388.058765,2139.697503 +288715,2840.708939,1911.263145,2454.708051,1389.113228,2139.362204 +288716,2838.844453,1908.310244,2452.41911,1390.158567,2135.779872 +288717,2837.833118,1905.291479,2450.62404,1391.208306,2132.793066 +288718,2837.110329,1902.20739,2448.94765,1392.252072,2129.933575 +288719,2836.543496,1899.06557,2447.526764,1393.294215,2127.129321 +288720,2836.092699,1895.866009,2445.946477,1394.334499,2124.559114 +288721,2837.145402,1782.324207,2445.60657,1286.227754,2123.794033 +288722,2791.952301,1776.031508,2434.394056,1284.220983,2106.490909 +288723,2534.894517,1770.524847,2412.482616,1283.323702,2073.822282 +288724,2697.941817,1765.291313,2388.241951,1282.559125,2037.368906 +288725,2654.521861,1760.197815,2370.989087,1282.202847,2009.044114 +288726,2655.40194,1755.172324,2359.447955,1281.761774,1988.107305 +288727,2655.711835,1750.182642,2350.912853,1281.558745,1971.265253 +288728,2657.095952,1745.208063,2344.597349,1281.18418,1957.661471 +288729,2665.592524,1740.232506,2339.883699,1281.037284,1946.567821 +288730,2648.853661,1735.248137,2335.93915,1280.847991,1936.949013 +288731,2669.382467,1730.136319,2332.588391,1280.698156,1928.553603 +288732,2660.550242,1725.395872,2329.890666,1280.572102,1921.408447 +288733,2661.655214,1720.130415,2327.398318,1280.465807,1914.919448 +288734,2663.607403,1715.172462,2325.035916,1280.378429,1908.949032 +288735,2665.074777,1710.089521,2322.906522,1280.308354,1903.580258 +288736,2666.059478,1705.002497,2320.943837,1280.254161,1898.693028 +288737,2656.650313,1692.663261,2318.864138,1271.884751,1893.904316 +288738,2652.488552,1686.409688,2315.54274,1270.491543,1888.954762 +288739,2652.579638,1680.536981,2311.571351,1269.620311,1884.098467 +288740,2653.887698,1674.837472,2307.740225,1269.011608,1879.673531 +288741,2654.257558,1669.176492,2304.349993,1268.497087,1875.719215 +288742,2655.300639,1663.546489,2301.379046,1268.050462,1872.130208 +288743,2656.79256,1657.831102,2300.42117,1267.655558,1870.894554 +288744,2656.778659,1652.376583,2297.024176,1267.296501,1866.596979 +288745,2658.260446,1646.82895,2294.342129,1266.977446,1863.123835 +288746,2659.402002,1641.108672,2291.981283,1266.687416,1859.993596 +288747,2667.610641,1635.610198,2290.010792,1266.427536,1857.310664 +288748,2653.593811,1630.029729,2288.036142,1266.194449,1854.594639 +288749,2670.46029,1624.474002,2286.07708,1265.988246,1851.877208 +288750,2664.873791,1618.748462,2284.382136,1265.80734,1849.466288 +288751,2665.108134,1633.750187,2282.626748,1265.689628,1846.965362 +288752,2667.050661,1578.553465,2280.843885,1265.604533,1844.409677 +288753,2668.514643,1640.995558,2279.118195,1265.546797,1841.899216 +288754,2669.668022,1558.323064,2277.466563,1265.514923,1839.451405 +288755,2670.89347,1624.118752,2275.862103,1265.507715,1837.035888 +288756,2679.39474,1559.46315,2274.45396,1265.524699,1834.838327 +288757,2666.385413,1593.339313,2272.971684,1265.564616,1832.528588 +288758,2682.407316,1576.057496,2273.075776,1265.628664,1832.151722 +288759,2677.369799,1573.962928,2270.732247,1265.710971,1828.757039 +288760,2677.404583,1569.810242,2268.907603,1265.818937,1825.974725 +288761,2679.36547,1565.611178,2267.177336,1266.032266,1823.274395 +288762,2688.386008,1561.444196,2265.771613,1266.0523,1820.941356 +288763,2676.784337,1557.381749,2264.390776,1266.280965,1818.614685 +288764,2689.092159,1553.214019,2262.941509,1266.455926,1816.18483 +288765,2687.484451,1549.215332,2261.669054,1266.662955,1814.154016 +288766,2687.405502,1545.118553,2260.404164,1266.889045,1811.90179 +288767,2694.979896,1541.193981,2259.196762,1267.134081,1809.698507 +288768,2693.161852,1537.076101,2258.103738,1267.397519,1807.62006 +288769,2692.41796,1533.377727,2256.890654,1267.678528,1805.379805 +288770,2692.722911,1529.377994,2255.50722,1267.977349,1802.913226 +288771,2693.697901,1525.635295,2254.06122,1268.293672,1800.348707 +288772,2694.959426,1521.80032,2252.628432,1268.627157,1797.779131 +288773,2695.24577,1518.136579,2251.206429,1268.977449,1795.200896 +288774,2693.907031,1514.578692,2249.716788,1269.34431,1792.5174 +288775,2692.510455,1510.814747,2248.096316,1269.727443,1789.651671 +288776,2691.115646,1507.319359,2246.349131,1270.126754,1786.607839 +288777,2689.759695,1503.795409,2244.508404,1270.541918,1783.426024 +288778,2688.444786,1500.344482,2242.599535,1270.972773,1780.135279 +288779,2687.1692,1496.955032,2240.646743,1271.419089,1776.76773 +288780,2685.926795,1493.628939,2238.663981,1271.880673,1773.341251 +288781,2686.848408,1616.906598,2239.035355,1378.888953,1774.434352 +288782,2701.776058,1565.802822,2248.996558,1381.419926,1790.445834 +288783,2722.848706,1608.042271,2263.518391,1383.0139,1814.106896 +288784,2742.010096,1605.189425,2276.837374,1384.644804,1837.094539 +288785,2756.439396,1565.166765,2287.20563,1386.069659,1856.692948 +288786,2766.52979,1600.368804,2294.777348,1387.437331,1872.42347 +288787,2773.485756,1606.031434,2300.246538,1388.760772,1884.851002 +288788,2778.704844,1553.990619,2304.458273,1390.055943,1895.566058 +288789,2782.922289,1600.101232,2307.866771,1395.838644,1904.704421 +288790,2786.29351,1606.029219,2310.579151,1399.16664,1912.714417 +288791,2789.281809,1544.611492,2312.908176,1398.135951,1919.61968 +288792,2792.014647,1599.919889,2314.955867,1411.146375,1925.741821 +288793,2794.455776,1576.712651,2316.719308,1383.80903,1931.116561 +288794,2796.718151,1579.83715,2318.287363,1415.808308,1935.890428 +288795,2798.949292,1578.831566,2319.815812,1406.258004,1940.367695 +288796,2801.393557,1578.052971,2321.540453,1410.737711,1944.982414 +288797,2803.753686,1577.207042,2323.16261,1413.796391,1949.204912 +288798,2806.025843,1576.4033,2324.686926,1416.556742,1953.066257 +288799,2808.219587,1575.624856,2326.126421,1422.475665,1956.606949 +288800,2810.365393,1574.870451,2327.506637,1419.283586,1959.881372 +288801,2812.440148,1574.138402,2328.818022,1442.152311,1962.89903 +288802,2814.532448,1573.427793,2330.121218,1403.086716,1965.753648 +288803,2816.60722,1572.736697,2331.397743,1453.094691,1968.44021 +288804,2818.609985,1572.064396,2332.616042,1425.442853,1970.935717 +288805,2820.628412,1571.409569,2333.834082,1432.373205,1973.325049 +288806,2822.580901,1570.770984,2335.001715,1462.029256,1975.76603 +288807,2824.497445,1570.147772,2336.139269,1431.347938,1977.875575 +288808,2826.458886,1569.538939,2337.299251,1449.191567,1979.935269 +288809,2828.372169,1568.943222,2338.423772,1462.244628,1981.886401 +288810,2830.296627,1568.360399,2339.551622,1431.538937,1983.786369 +288811,2832.221392,1567.746423,2340.676747,1484.884321,1985.634784 +288812,2834.100218,1567.135601,2341.773751,1442.824655,1987.411951 +288813,2835.913304,1566.531544,2342.832392,1480.398609,1989.113815 +288814,2837.680034,1565.935034,2343.865096,1453.474544,1990.760371 +288815,2839.568172,1565.346113,2344.978116,1490.921419,1992.485757 +288816,2841.463761,1564.764353,2346.099404,1469.899993,1994.20382 +288817,2843.204937,1564.189473,2347.126158,1482.016083,1995.789736 +288818,2845.221706,1563.621661,2348.145462,1485.191551,1997.35204 +288819,2847.04534,1563.060417,2349.242308,1488.6424,1998.996926 +288820,2848.992521,1562.505456,2350.425415,1492.658243,2000.737572 +288821,2853.776535,1561.960599,2353.424992,1496.624275,2004.720714 +288822,2854.441492,1561.409699,2353.818216,1500.502321,2005.489682 +288823,2856.009589,1560.877176,2354.787304,1504.758333,2006.964006 +288824,2860.60371,1560.347769,2357.677185,1508.800548,2010.801807 +288825,2861.162323,1559.81273,2358.001616,1512.957376,2011.467496 +288826,2862.666116,1559.295737,2358.92168,1517.157154,2012.859303 +288827,2867.217005,1558.781332,2361.772803,1521.477967,2016.62722 +288828,2867.74611,1558.260332,2362.066535,1525.697859,2017.23369 +288829,2869.230223,1557.757475,2362.961931,1529.942314,2018.575733 +288830,2873.707492,1581.234243,2365.753811,1534.540725,2022.253461 +288831,2874.255277,1521.21081,2366.047237,1538.846665,2022.843851 +288832,2875.821949,1573.340915,2366.983479,1543.329629,2024.223025 +288833,2877.579704,1570.377074,2368.025871,1547.896735,2025.721306 +288834,2879.562813,1528.043023,2369.199465,1552.395082,2027.373657 +288835,2884.437747,1567.863811,2372.215669,1556.967737,2031.308232 +288836,2885.067465,1566.883365,2372.545179,1561.680549,2031.934046 +288837,2886.628786,1530.830218,2373.468655,1566.359097,2033.295342 +288838,2891.256664,1564.417947,2376.338086,1571.130963,2037.059989 +288839,2891.759528,1562.719807,2376.58679,1575.810146,2037.588268 +288840,2893.355573,1534.067245,2377.525565,1586.255282,2038.966546 +288841,2892.416752,1583.978903,2375.63486,1605.438679,2034.914173 +288842,2895.168173,1574.496581,2375.961521,1616.446054,2034.206102 +288843,2899.901298,1577.1084,2377.578409,1622.038809,2035.446574 +288844,2904.688232,1577.985341,2379.382199,1627.960614,2037.038659 +288845,2908.735803,1578.514568,2380.894085,1633.949148,2038.280043 +288846,2912.036743,1579.209744,2382.074357,1640.249396,2039.082072 +288847,2914.809625,1579.655598,2383.012385,1646.238979,2039.755775 +288848,2917.259834,1580.294243,2383.799303,1652.337244,2039.981615 +288849,2919.528653,1580.703731,2384.500703,1658.284225,2040.048264 +288850,2921.699993,1581.317234,2385.157202,1664.646445,2040.011054 +288851,2923.811947,1581.7078,2385.786791,1670.695002,2039.896633 +288852,2926.27333,1582.306952,2386.479674,1681.977406,2039.820989 +288853,2931.097678,1582.688559,2388.8905,1681.31608,2041.850972 +288854,2931.586856,1583.271908,2388.555265,1689.663662,2040.446402 +288855,2932.911473,1583.646043,2388.761318,1696.135746,2039.681715 +288856,2937.262371,1584.230577,2390.884992,1702.109062,2041.266804 +288857,2937.612783,1584.588906,2390.4518,1708.314611,2039.648079 +288858,2941.598859,1585.173167,2392.346031,1714.905111,2040.901952 +288859,2941.909941,1585.526148,2391.89177,1725.922961,2039.213052 +288860,2943.290882,1586.103827,2392.106405,1725.774044,2038.329571 +288861,2945.159181,1586.458748,2392.455456,1733.714445,2037.584383 +288862,2946.922046,1586.923059,2392.926064,1740.828177,2036.968973 +288863,2948.855705,1587.435,2393.50289,1746.607901,2036.472222 +288864,2950.989989,1587.92975,2394.216199,1758.335759,2036.137723 +288865,2953.402779,1588.297886,2394.959658,1758.446054,2035.836617 +288866,2955.327631,1588.867839,2395.592148,1765.871,2035.407139 +288867,2957.664602,1589.219466,2396.322144,1777.846258,2035.089317 +288868,2959.354339,1589.896665,2397.099886,1778.474712,2034.817718 +288869,2961.39698,1590.08917,2397.726461,1784.781743,2034.364434 +288870,2962.840733,1590.734087,2397.872962,1796.222149,2033.027657 +288871,2964.981806,1590.966534,2398.412475,1798.090701,2032.422135 +288872,2966.498804,1591.402283,2398.511659,1811.885274,2030.992344 +288873,2967.26105,1591.618242,2397.946914,1811.12525,2028.465155 +288874,2967.556803,1592.035405,2397.132497,1812.928869,2025.783127 +288875,2967.611796,1592.233818,2395.958771,1815.2973,2022.663978 +288876,2969.28856,1592.637598,2396.720138,1816.032054,2023.176646 +288877,2972.05011,1592.820098,2398.328097,1818.100563,2025.017865 +288878,2971.297351,1593.204044,2396.416185,1819.169414,2020.527509 +288879,2968.025259,1593.379536,2392.584166,1819.179967,2013.1624 +288880,2964.590611,1593.759623,2388.945467,1819.215163,2006.575165 +288881,2961.057766,1593.92184,2385.260369,1819.435919,1999.99891 +288882,2962.162259,1594.294223,2386.00931,1822.066049,2001.384932 +288883,2961.307266,1594.439384,2384.205358,1824.321341,1997.591175 +288884,2961.596234,1594.80405,2383.694676,1827.047935,1996.37551 +288885,2959.880264,1594.945081,2381.100378,1828.967061,1991.304112 +288886,2954.037206,1595.402419,2374.807031,1828.753041,1979.985911 +288887,2948.326944,1595.384894,2369.236228,1828.27996,1970.582363 +288888,2942.870687,1595.806045,2363.901135,1827.996894,1961.675742 +288889,2945.769083,1595.928098,2366.534696,1831.832618,1966.943977 +288890,2945.590511,1596.251184,2365.018006,1835.016843,1963.674924 +288891,2938.641169,1596.377336,2357.37067,1834.687172,1949.925782 +288892,2931.882284,1596.718247,2350.838363,1833.830448,1939.165876 +288893,2925.517873,1596.833803,2344.731486,1833.200227,1929.225254 +288894,2919.394919,1597.164711,2338.797979,1832.779454,1919.627933 +288895,2913.437514,1597.28038,2332.970076,1832.523922,1910.240023 +288896,2907.595713,1597.717995,2327.201435,1832.388365,1901.006711 +288897,2915.453748,1597.669526,2334.887035,1838.986911,1915.761129 +288898,2918.603949,1598.046639,2335.402606,1844.387815,1915.67219 +288899,2923.324613,1598.148978,2338.34492,1850.198661,1920.515952 +288900,2937.157389,1598.466443,2349.79331,1860.496449,1940.151482 +288901,2951.062526,1565.081522,2360.136426,1871.567733,1956.46829 +288902,2955.908523,1564.646888,2363.241755,1877.488416,1961.284322 +288903,2945.303196,1564.145618,2352.545138,1875.165088,1942.415989 +288904,2927.682703,1563.734078,2336.814119,1868.548767,1916.151559 +288905,2913.493557,1563.314959,2325.103597,1863.190419,1897.702412 +288906,2915.707474,1562.891017,2328.602599,1866.547584,1905.79095 +288907,2915.064274,1562.429048,2326.924092,1870.452438,1902.303838 +288908,2904.8072,1561.988949,2316.304289,1869.276449,1883.352919 +288909,2895.65692,1561.557391,2308.366645,1867.760657,1870.689302 +288910,2888.340735,1561.103676,2301.809625,1867.099706,1860.515737 +288911,2882.132903,1560.758738,2296.138825,1867.170487,1851.894247 +288912,2892.502032,1560.144935,2306.381529,1875.264738,1871.690946 +288913,2913.713552,1559.623696,2324.809296,1890.083796,1903.77402 +288914,2914.604023,1559.268113,2321.80595,1896.33171,1895.782079 +288915,2903.002464,1558.728127,2309.372113,1894.724018,1873.689572 +288916,2894.280319,1558.376785,2301.687949,1893.218773,1862.073558 +288917,2887.673031,1557.707203,2295.888948,1893.001851,1853.699046 +288918,2898.45429,1557.297258,2306.804536,1901.276336,1875.160622 +288919,2902.87946,1556.731761,2308.952867,1908.346022,1878.351752 +288920,2909.823839,1556.226124,2314.295451,1916.021996,1888.093564 +288921,2927.925323,1555.581767,2330.07251,1929.221876,1916.040224 +288922,2927.208431,1555.173545,2325.994842,1934.575025,1906.76044 +288923,2915.005723,1554.57081,2313.359931,1932.706749,1884.810364 +288924,2905.677217,1554.152865,2305.308219,1931.091224,1872.883972 +288925,2913.673439,1553.432916,2313.884953,1938.001173,1890.542727 +288926,2916.457471,1552.906276,2314.917137,1944.239976,1892.22827 +288927,2907.256664,1552.307365,2304.913667,1944.328521,1874.902215 +288928,2899.575495,1551.735361,2298.064403,1943.928811,1865.017065 +288929,2893.392401,1551.018304,2292.569476,1944.323034,1857.51546 +288930,2904.774651,1550.713319,2304.043353,1953.130567,1880.365691 +288931,2909.423366,1549.880046,2306.310405,1960.755449,1884.049841 +288932,2916.089416,1549.455487,2311.280453,1968.420107,1893.324999 +288933,2934.387865,1548.906312,2327.327851,1981.573241,1922.045485 +288934,2949.575837,1548.221401,2338.443754,1994.102144,1940.077969 +288935,2959.873378,1547.855295,2345.370313,2004.141658,1950.731498 +288936,2954.661901,1547.222004,2338.092923,2006.457062,1936.608505 +288937,2952.570094,1546.717621,2336.228775,2008.561325,1934.412188 +288938,2960.721641,1546.169002,2343.979716,2015.872305,1948.989719 +288939,2956.496673,1545.592253,2338.450442,2018.428344,1938.521385 +288940,2943.768571,1545.055242,2326.476777,2015.551142,1918.384395 +288941,2932.811701,1544.514265,2317.504846,2012.729031,1904.96039 +288942,2923.523314,1543.959149,2309.988525,2010.587746,1894.07898 +288943,2915.149302,1543.407903,2303.389522,2009.352091,1884.733727 +288944,2908.103037,1542.967553,2297.50017,2008.623448,1876.579504 +288945,2901.877205,1542.24671,2292.210019,2008.255426,1869.436975 +288946,2912.197522,1541.793757,2302.836473,2015.676696,1890.694539 +288947,2933.341892,1541.094891,2321.620543,2029.809141,1924.113022 +288948,2933.838261,1540.670519,2318.615841,2034.573048,1916.700502 +288949,2921.696272,1540.178899,2306.079532,2031.938411,1894.961812 +288950,2927.142901,1539.499633,2312.542453,2036.285232,1909.054057 +288951,2928.864914,1538.868997,2313.150188,2040.489251,1910.284958 +288952,2933.932999,1538.475128,2317.527517,2045.849533,1918.789164 +288953,2934.514553,1537.822563,2317.042187,2049.637293,1918.036602 +288954,2938.656613,1537.287895,2320.360671,2054.323618,1924.699038 +288955,2952.586752,1536.725795,2332.918791,2064.144451,1947.248255 +288956,2950.787944,1536.133442,2328.935527,2067.543065,1938.838142 +288957,2951.001232,1535.596629,2329.131934,2070.201858,1940.079653 +288958,2948.385319,1535.017155,2326.390303,2071.671618,1935.799831 +288959,2949.607985,1534.458745,2327.82949,2074.6936,1939.439592 +288960,2947.527079,1533.878975,2325.54212,2076.513763,1935.893863 +288961,2935.989762,1465.420363,2314.553645,2073.50119,1917.296699 +288962,2915.494974,1463.913265,2298.756413,2063.885961,1893.784442 +288963,2906.960932,1462.763506,2294.842641,2059.547633,1891.968326 +288964,2895.037442,1461.65303,2284.957497,2056.428999,1876.191367 +288965,2889.514426,1460.625903,2280.616884,2056.955152,1869.473097 +288966,2882.899888,1459.592236,2273.95025,2057.807846,1857.046759 +288967,2868.918403,1458.581595,2259.528176,2054.410355,1830.822306 +288968,2856.742974,1457.599365,2248.888113,2051.081849,1812.662008 +288969,2861.787533,1456.617233,2254.634306,2055.718751,1823.692685 +288970,2861.908022,1455.601689,2253.388824,2059.659526,1819.902273 +288971,2850.579314,1454.623868,2241.62903,2057.225735,1798.124176 +288972,2840.633788,1453.665124,2233.097649,2054.162601,1783.985277 +288973,2832.457698,1452.68793,2226.039516,2051.582194,1772.569616 +288974,2825.283035,1451.719141,2219.813375,2049.724689,1762.681703 +288975,2835.580975,1450.76471,2230.54057,2056.084226,1783.27368 +288976,2856.562329,1449.780521,2249.156191,2069.323956,1815.487754 +288977,2855.648158,1448.782615,2244.466406,2072.905073,1804.191998 +288978,2856.254199,1447.857443,2244.475778,2075.131301,1804.295162 +288979,2869.162751,1446.896047,2256.384835,2083.291432,1825.479407 +288980,2865.687755,1445.786026,2250.798032,2084.761392,1813.743721 +288981,2864.924595,1445.016021,2249.841758,2085.849584,1812.610494 +288982,2861.181948,1443.964493,2246.200464,2085.889954,1806.489111 +288983,2861.629391,1443.027626,2246.909257,2087.56601,1808.653062 +288984,2858.350089,1442.057016,2243.66783,2087.921309,1803.284063 +288985,2845.716728,1441.098153,2231.887575,2083.361123,1783.333167 +288986,2834.375056,1440.156897,2222.679155,2078.430125,1769.459111 +288987,2839.263009,1439.210388,2228.894055,2081.251643,1783.070264 +288988,2854.519702,1438.269152,2243.031958,2090.616234,1808.554209 +288989,2851.846033,1437.301605,2238.024354,2092.299392,1798.219623 +288990,2851.088911,1436.390955,2237.314999,2093.140251,1797.945441 +288991,2847.423852,1434.699503,2233.678873,2092.866175,1792.217293 +288992,2847.521566,1433.004218,2234.412605,2093.784064,1794.919678 +288993,2844.365797,1430.949994,2230.967244,2093.040029,1789.848852 +288994,2830.823045,1428.970949,2218.563781,2086.936135,1769.67342 +288995,2818.560565,1427.138892,2208.716354,2080.055358,1755.78289 +288996,2807.845108,1425.025882,2200.074031,2073.990974,1744.215069 +288997,2814.228029,1422.981671,2207.871604,2076.031752,1762.161989 +288998,2831.414109,1420.854269,2223.647188,2084.797199,1791.966474 +288999,2843.869386,1434.914334,2233.053141,2092.307409,1808.632868 +289000,2836.782517,1392.531892,2223.70605,2089.854104,1792.221781 +289001,2819.249942,1425.887336,2207.215206,2080.400033,1765.921394 +289002,2819.254591,1422.566386,2209.770938,2078.316074,1775.417473 +289003,2831.325066,1390.440699,2221.345665,2083.598252,1798.608866 +289004,2826.094697,1428.539512,2214.445259,2081.764896,1787.132364 +289005,2808.950808,1383.097375,2198.993349,2070.964065,1763.069971 +289006,2793.697969,1431.558423,2187.442224,2059.042539,1747.88709 +289007,2780.147706,1365.969174,2177.657361,2048.340642,1735.792241 +289008,2768.386552,1411.29961,2168.906132,2039.028238,1725.391105 +289009,2757.703438,1409.100428,2160.798124,2030.550462,1716.090352 +289010,2765.112003,1364.288535,2169.952221,2031.106349,1737.634373 +289011,2784.567541,1419.358354,2188.147709,2039.018394,1772.814575 +289012,2780.917904,1357.455202,2181.797181,2037.160154,1761.976619 +289013,2763.350074,1413.644054,2164.951307,2026.510272,1735.389877 +289014,2749.606313,1352.265878,2154.018629,2016.022457,1721.554154 +289015,2738.444748,1415.452822,2145.304703,2007.209441,1711.446343 +289016,2728.68892,1336.542708,2137.619317,1999.688919,1702.975858 +289017,2719.828429,1390.327528,2130.549099,1992.251976,1695.515477 +289018,2730.774,1369.395547,2142.834948,1993.829409,1722.933791 +289019,2732.91099,1363.175335,2143.376162,1993.350476,1726.155818 +289020,2736.920532,1366.784432,2146.739142,1992.907124,1735.432299 +289021,2067.03311,1360.39636,1137.58313,1681.537802,2484.728647 +289022,2162.953166,1481.308893,1190.235173,1756.736649,2553.093296 +289023,2276.949627,1485.164681,1255.613599,1842.897104,2621.832291 +289024,2378.290468,1479.059638,1316.402494,1913.538291,2678.66203 +289025,2445.152572,1475.690641,1360.592251,1951.867779,2708.766455 +289026,2479.475987,1470.859794,1388.390106,1962.53501,2714.557741 +289027,2497.429058,1465.843852,1407.263145,1961.134413,2710.761426 +289028,2507.608947,1460.594631,1421.251661,1955.926152,2704.040589 +289029,2513.892643,1455.47073,1432.237105,1950.186738,2696.939283 +289030,2517.913491,1450.169938,1441.098194,1944.782276,2690.326532 +289031,2520.367193,1444.660067,1448.295111,1939.704981,2684.434291 +289032,2521.590585,1439.276624,1454.115148,1934.774091,2679.254748 +289033,2521.803322,1433.755144,1458.775035,1929.836498,2674.713615 +289034,2521.180689,1428.14584,1462.45365,1924.630144,2670.728973 +289035,2519.596333,1422.664926,1465.303305,1918.440442,2667.227578 +289036,2517.274003,1416.940197,1467.448278,1911.552628,2664.14265 +289037,2514.479419,1411.254717,1469.005394,1904.603717,2661.446703 +289038,2511.337159,1405.512284,1470.049542,1897.858304,2659.065323 +289039,2507.90296,1399.819251,1470.643495,1891.318338,2656.934855 +289040,2504.22912,1393.775939,1470.854244,1884.909949,2655.03222 +289041,2500.347192,1388.111758,1470.735166,1878.551764,2653.331067 +289042,2496.281272,1382.132983,1470.329962,1872.189223,2651.806124 +289043,2492.051471,1376.209825,1469.674824,1865.792461,2650.434319 +289044,2487.674849,1370.23365,1468.800045,1859.346021,2649.195304 +289045,2483.165506,1364.133898,1467.731031,1852.840882,2648.071136 +289046,2478.535148,1358.206382,1466.489241,1846.270858,2647.04622 +289047,2473.793364,1351.253556,1465.092769,1839.631187,2646.106838 +289048,2468.681633,1344.860526,1463.520155,1832.015021,2645.241109 +289049,2463.309328,1338.677539,1461.7971,1823.820821,2644.437754 +289050,2457.851666,1332.308912,1459.967203,1815.590448,2643.717911 +289051,2452.358712,1326.689681,1458.036576,1807.541887,2643.04475 +289052,2446.885284,1320.935688,1456.028168,1799.923583,2642.387277 +289053,2441.473447,1315.267714,1453.969512,1792.814115,2641.753637 +289054,2436.123193,1309.586588,1451.871106,1786.144343,2641.144178 +289055,2430.818906,1303.900905,1449.735311,1779.802611,2640.556143 +289056,2425.543794,1298.204352,1447.562069,1773.693273,2639.985911 +289057,2420.284297,1292.499713,1445.3511,1767.7508,2639.429706 +289058,2415.030385,1286.779896,1443.102485,1761.933913,2638.884131 +289059,2409.774458,1281.046823,1440.816513,1756.21599,2638.346107 +289060,2404.51068,1275.214301,1438.493627,1750.57852,2637.813056 +289061,2399.234316,1269.567889,1436.134267,1745.007509,2637.282658 +289062,2393.971267,1263.723631,1433.753738,1739.515141,2636.7854 +289063,2388.689809,1258.014706,1431.338435,1734.069793,2636.288674 +289064,2383.364165,1252.071557,1428.8773,1728.646162,2635.765651 +289065,2378.006438,1246.205644,1426.377644,1723.250223,2635.229959 +289066,2372.621023,1240.448235,1423.842686,1717.882615,2634.686501 +289067,2367.209052,1234.503804,1421.273956,1712.541562,2634.136592 +289068,2361.770524,1228.608667,1418.672378,1707.224491,2633.580337 +289069,2356.304955,1222.599665,1416.038572,1701.928635,2633.017254 +289070,2350.81196,1216.840975,1413.373122,1696.651553,2632.44689 +289071,2345.291141,1210.692043,1410.676522,1691.205677,2631.868668 +289072,2339.742326,1204.761852,1407.949302,1685.9685,2631.282181 +289073,2334.165375,1198.648276,1405.191946,1680.748917,2630.686985 +289074,2328.560863,1192.714049,1402.405242,1673.04524,2630.083382 +289075,2322.943975,1186.58662,1399.597247,1590.225738,2629.487702 +289076,2317.313261,1180.577572,1396.767601,1614.140739,2628.897798 +289077,2311.622399,1174.268092,1393.892979,1590.600282,2628.261007 +289078,2305.899024,1168.290514,1390.986992,1573.39847,2627.606093 +289079,2300.169906,1162.052706,1388.063183,1563.41763,2626.96178 +289080,2294.421506,1155.794415,1385.115382,1547.804042,2626.313356 +289081,0,0,0,0,0 +289082,0,0,0,0,0 +289083,0,0,0,0,0 +289084,0,0,0,0,0 +289085,0,0,0,0,0 +289086,0,0,0,0,0 +289087,0,0,0,0,0 +289088,0,0,0,0,0 +289089,0,0,0,0,0 +289090,0,0,0,0,0 +289091,0,0,0,0,0 +289092,0,0,0,0,0 +289093,0,0,0,0,0 +289094,0,0,0,0,0 +289095,0,0,0,0,0 +289096,0,0,0,0,0 +289097,0,0,0,0,0 +289098,0,0,0,0,0 +289099,0,0,0,0,0 +289100,0,0,0,0,0 +289101,0,0,0,0,0 +289102,0,0,0,0,0 +289103,0,0,0,0,0 +289104,0,0,0,0,0 +289105,0,0,0,0,0 +289106,0,0,0,0,0 +289107,0,0,0,0,0 +289108,0,0,0,0,0 +289109,0,0,0,0,0 +289110,0,0,0,0,0 +289111,0,0,0,0,0 +289112,0,0,0,0,0 +289113,0,0,0,0,0 +289114,0,0,0,0,0 +289115,0,0,0,0,0 +289116,0,0,0,0,0 +289117,0,0,0,0,0 +289118,0,0,0,0,0 +289119,0,0,0,0,0 +289120,0,0,0,0,0 +289121,0,0,0,0,0 +289122,0,0,0,0,0 +289123,0,0,0,0,0 +289124,0,0,0,0,0 +289125,0,0,0,0,0 +289126,0,0,0,0,0 +289127,0,0,0,0,0 +289128,0,0,0,0,0 +289129,0,0,0,0,0 +289130,0,0,0,0,0 +289131,0,0,0,0,0 +289132,0,0,0,0,0 +289133,0,0,0,0,0 +289134,0,0,0,0,0 +289135,0,0,0,0,0 +289136,0,0,0,0,0 +289137,0,0,0,0,0 +289138,0,0,0,0,0 +289139,0,0,0,0,0 +289140,0,0,0,0,0 +289141,0,0,0,0,0 +289142,0,0,0,0,0 +289143,0,0,0,0,0 +289144,0,0,0,0,0 +289145,0,0,0,0,0 +289146,0,0,0,0,0 +289147,0,0,0,0,0 +289148,0,0,0,0,0 +289149,0,0,0,0,0 +289150,0,0,0,0,0 +289151,0,0,0,0,0 +289152,0,0,0,0,0 +289153,0,0,0,0,0 +289154,0,0,0,0,0 +289155,0,0,0,0,0 +289156,0,0,0,0,0 +289157,0,0,0,0,0 +289158,0,0,0,0,0 +289159,0,0,0,0,0 +289160,0,0,0,0,0 +289161,0,0,0,0,0 +289162,0,0,0,0,0 +289163,0,0,0,0,0 +289164,0,0,0,0,0 +289165,0,0,0,0,0 +289166,0,0,0,0,0 +289167,0,0,0,0,0 +289168,0,0,0,0,0 +289169,0,0,0,0,0 +289170,0,0,0,0,0 +289171,0,0,0,0,0 +289172,0,0,0,0,0 +289173,0,0,0,0,0 +289174,0,0,0,0,0 +289175,0,0,0,0,0 +289176,0,0,0,0,0 +289177,0,0,0,0,0 +289178,0,0,0,0,0 +289179,0,0,0,0,0 +289180,0,0,0,0,0 +289181,0,0,0,0,0 +289182,0,0,0,0,0 +289183,0,0,0,0,0 +289184,0,0,0,0,0 +289185,0,0,0,0,0 +289186,0,0,0,0,0 +289187,0,0,0,0,0 +289188,0,0,0,0,0 +289189,0,0,0,0,0 +289190,0,0,0,0,0 +289191,0,0,0,0,0 +289192,0,0,0,0,0 +289193,0,0,0,0,0 +289194,0,0,0,0,0 +289195,0,0,0,0,0 +289196,0,0,0,0,0 +289197,0,0,0,0,0 +289198,0,0,0,0,0 +289199,0,0,0,0,0 +289200,0,0,0,0,0 +289201,0,0,0,0,0 +289202,0,0,0,0,0 +289203,0,0,0,0,0 +289204,0,0,0,0,0 +289205,0,0,0,0,0 +289206,0,0,0,0,0 +289207,0,0,0,0,0 +289208,0,0,0,0,0 +289209,0,0,0,0,0 +289210,0,0,0,0,0 +289211,0,0,0,0,0 +289212,0,0,0,0,0 +289213,0,0,0,0,0 +289214,0,0,0,0,0 +289215,0,0,0,0,0 +289216,0,0,0,0,0 +289217,0,0,0,0,0 +289218,0,0,0,0,0 +289219,0,0,0,0,0 +289220,0,0,0,0,0 +289221,0,0,0,0,0 +289222,0,0,0,0,0 +289223,0,0,0,0,0 +289224,0,0,0,0,0 +289225,0,0,0,0,0 +289226,0,0,0,0,0 +289227,0,0,0,0,0 +289228,0,0,0,0,0 +289229,0,0,0,0,0 +289230,0,0,0,0,0 +289231,0,0,0,0,0 +289232,0,0,0,0,0 +289233,0,0,0,0,0 +289234,0,0,0,0,0 +289235,0,0,0,0,0 +289236,0,0,0,0,0 +289237,0,0,0,0,0 +289238,0,0,0,0,0 +289239,0,0,0,0,0 +289240,0,0,0,0,0 +289241,0,0,0,0,0 +289242,0,0,0,0,0 +289243,0,0,0,0,0 +289244,0,0,0,0,0 +289245,0,0,0,0,0 +289246,0,0,0,0,0 +289247,0,0,0,0,0 +289248,0,0,0,0,0 +289249,0,0,0,0,0 +289250,0,0,0,0,0 +289251,0,0,0,0,0 +289252,0,0,0,0,0 +289253,0,0,0,0,0 +289254,0,0,0,0,0 +289255,0,0,0,0,0 +289256,0,0,0,0,0 +289257,0,0,0,0,0 +289258,0,0,0,0,0 +289259,0,0,0,0,0 +289260,0,0,0,0,0 +289261,0,0,0,0,0 +289262,0,0,0,0,0 +289263,0,0,0,0,0 +289264,0,0,0,0,0 +289265,0,0,0,0,0 +289266,0,0,0,0,0 +289267,0,0,0,0,0 +289268,0,0,0,0,0 +289269,0,0,0,0,0 +289270,0,0,0,0,0 +289271,0,0,0,0,0 +289272,0,0,0,0,0 +289273,0,0,0,0,0 +289274,0,0,0,0,0 +289275,0,0,0,0,0 +289276,0,0,0,0,0 +289277,0,0,0,0,0 +289278,0,0,0,0,0 +289279,0,0,0,0,0 +289280,0,0,0,0,0 +289281,0,0,0,0,0 +289282,0,0,0,0,0 +289283,0,0,0,0,0 +289284,0,0,0,0,0 +289285,0,0,0,0,0 +289286,0,0,0,0,0 +289287,0,0,0,0,0 +289288,0,0,0,0,0 +289289,0,0,0,0,0 +289290,0,0,0,0,0 +289291,0,0,0,0,0 +289292,0,0,0,0,0 +289293,0,0,0,0,0 +289294,0,0,0,0,0 +289295,0,0,0,0,0 +289296,0,0,0,0,0 +289297,0,0,0,0,0 +289298,0,0,0,0,0 +289299,0,0,0,0,0 +289300,0,0,0,0,0 +289301,0,0,0,0,0 +289302,0,0,0,0,0 +289303,0,0,0,0,0 +289304,0,0,0,0,0 +289305,0,0,0,0,0 +289306,0,0,0,0,0 +289307,0,0,0,0,0 +289308,0,0,0,0,0 +289309,0,0,0,0,0 +289310,0,0,0,0,0 +289311,0,0,0,0,0 +289312,0,0,0,0,0 +289313,0,0,0,0,0 +289314,0,0,0,0,0 +289315,0,0,0,0,0 +289316,0,0,0,0,0 +289317,0,0,0,0,0 +289318,0,0,0,0,0 +289319,0,0,0,0,0 +289320,0,0,0,0,0 +289321,0,0,0,0,0 +289322,0,0,0,0,0 +289323,0,0,0,0,0 +289324,0,0,0,0,0 +289325,0,0,0,0,0 +289326,0,0,0,0,0 +289327,0,0,0,0,0 +289328,0,0,0,0,0 +289329,0,0,0,0,0 +289330,0,0,0,0,0 +289331,0,0,0,0,0 +289332,0,0,0,0,0 +289333,0,0,0,0,0 +289334,0,0,0,0,0 +289335,0,0,0,0,0 +289336,0,0,0,0,0 +289337,0,0,0,0,0 +289338,0,0,0,0,0 +289339,0,0,0,0,0 +289340,0,0,0,0,0 +289341,0,0,0,0,0 +289342,0,0,0,0,0 +289343,0,0,0,0,0 +289344,0,0,0,0,0 +289345,0,0,0,0,0 +289346,0,0,0,0,0 +289347,0,0,0,0,0 +289348,0,0,0,0,0 +289349,0,0,0,0,0 +289350,0,0,0,0,0 +289351,0,0,0,0,0 +289352,0,0,0,0,0 +289353,0,0,0,0,0 +289354,0,0,0,0,0 +289355,0,0,0,0,0 +289356,0,0,0,0,0 +289357,0,0,0,0,0 +289358,0,0,0,0,0 +289359,0,0,0,0,0 +289360,0,0,0,0,0 +289361,0,0,0,0,0 +289362,0,0,0,0,0 +289363,0,0,0,0,0 +289364,0,0,0,0,0 +289365,0,0,0,0,0 +289366,0,0,0,0,0 +289367,0,0,0,0,0 +289368,0,0,0,0,0 +289369,0,0,0,0,0 +289370,0,0,0,0,0 +289371,0,0,0,0,0 +289372,0,0,0,0,0 +289373,0,0,0,0,0 +289374,0,0,0,0,0 +289375,0,0,0,0,0 +289376,0,0,0,0,0 +289377,0,0,0,0,0 +289378,0,0,0,0,0 +289379,0,0,0,0,0 +289380,0,0,0,0,0 +289381,0,0,0,0,0 +289382,0,0,0,0,0 +289383,0,0,0,0,0 +289384,0,0,0,0,0 +289385,0,0,0,0,0 +289386,0,0,0,0,0 +289387,0,0,0,0,0 +289388,0,0,0,0,0 +289389,0,0,0,0,0 +289390,0,0,0,0,0 +289391,0,0,0,0,0 +289392,0,0,0,0,0 +289393,0,0,0,0,0 +289394,0,0,0,0,0 +289395,0,0,0,0,0 +289396,0,0,0,0,0 +289397,0,0,0,0,0 +289398,0,0,0,0,0 +289399,0,0,0,0,0 +289400,0,0,0,0,0 +289401,0,0,0,0,0 +289402,0,0,0,0,0 +289403,0,0,0,0,0 +289404,0,0,0,0,0 +289405,0,0,0,0,0 +289406,0,0,0,0,0 +289407,0,0,0,0,0 +289408,0,0,0,0,0 +289409,0,0,0,0,0 +289410,0,0,0,0,0 +289411,0,0,0,0,0 +289412,0,0,0,0,0 +289413,0,0,0,0,0 +289414,0,0,0,0,0 +289415,0,0,0,0,0 +289416,0,0,0,0,0 +289417,0,0,0,0,0 +289418,0,0,0,0,0 +289419,0,0,0,0,0 +289420,0,0,0,0,0 +289421,0,0,0,0,0 +289422,0,0,0,0,0 +289423,0,0,0,0,0 +289424,0,0,0,0,0 +289425,0,0,0,0,0 +289426,0,0,0,0,0 +289427,0,0,0,0,0 +289428,0,0,0,0,0 +289429,0,0,0,0,0 +289430,0,0,0,0,0 +289431,0,0,0,0,0 +289432,0,0,0,0,0 +289433,0,0,0,0,0 +289434,0,0,0,0,0 +289435,0,0,0,0,0 +289436,0,0,0,0,0 +289437,0,0,0,0,0 +289438,0,0,0,0,0 +289439,0,0,0,0,0 +289440,0,0,0,0,0 +289441,0,0,0,0,0 +289442,0,0,0,0,0 +289443,0,0,0,0,0 +289444,0,0,0,0,0 +289445,0,0,0,0,0 +289446,0,0,0,0,0 +289447,0,0,0,0,0 +289448,0,0,0,0,0 +289449,0,0,0,0,0 +289450,0,0,0,0,0 +289451,0,0,0,0,0 +289452,0,0,0,0,0 +289453,0,0,0,0,0 +289454,0,0,0,0,0 +289455,0,0,0,0,0 +289456,0,0,0,0,0 +289457,0,0,0,0,0 +289458,0,0,0,0,0 +289459,0,0,0,0,0 +289460,0,0,0,0,0 +289461,0,0,0,0,0 +289462,0,0,0,0,0 +289463,0,0,0,0,0 +289464,0,0,0,0,0 +289465,0,0,0,0,0 +289466,0,0,0,0,0 +289467,0,0,0,0,0 +289468,0,0,0,0,0 +289469,0,0,0,0,0 +289470,0,0,0,0,0 +289471,0,0,0,0,0 +289472,0,0,0,0,0 +289473,0,0,0,0,0 +289474,0,0,0,0,0 +289475,0,0,0,0,0 +289476,0,0,0,0,0 +289477,0,0,0,0,0 +289478,0,0,0,0,0 +289479,0,0,0,0,0 +289480,0,0,0,0,0 +289481,0,0,0,0,0 +289482,0,0,0,0,0 +289483,0,0,0,0,0 +289484,0,0,0,0,0 +289485,0,0,0,0,0 +289486,0,0,0,0,0 +289487,0,0,0,0,0 +289488,0,0,0,0,0 +289489,0,0,0,0,0 +289490,0,0,0,0,0 +289491,0,0,0,0,0 +289492,0,0,0,0,0 +289493,0,0,0,0,0 +289494,0,0,0,0,0 +289495,0,0,0,0,0 +289496,0,0,0,0,0 +289497,0,0,0,0,0 +289498,0,0,0,0,0 +289499,0,0,0,0,0 +289500,0,0,0,0,0 +289501,0,0,0,0,0 +289502,0,0,0,0,0 +289503,0,0,0,0,0 +289504,0,0,0,0,0 +289505,0,0,0,0,0 +289506,0,0,0,0,0 +289507,0,0,0,0,0 +289508,0,0,0,0,0 +289509,0,0,0,0,0 +289510,0,0,0,0,0 +289511,0,0,0,0,0 +289512,0,0,0,0,0 +289513,0,0,0,0,0 +289514,0,0,0,0,0 +289515,0,0,0,0,0 +289516,0,0,0,0,0 +289517,0,0,0,0,0 +289518,0,0,0,0,0 +289519,0,0,0,0,0 +289520,0,0,0,0,0 +289521,0,0,0,0,0 +289522,0,0,0,0,0 +289523,0,0,0,0,0 +289524,0,0,0,0,0 +289525,0,0,0,0,0 +289526,0,0,0,0,0 +289527,0,0,0,0,0 +289528,0,0,0,0,0 +289529,0,0,0,0,0 +289530,0,0,0,0,0 +289531,0,0,0,0,0 +289532,0,0,0,0,0 +289533,0,0,0,0,0 +289534,0,0,0,0,0 +289535,0,0,0,0,0 +289536,0,0,0,0,0 +289537,0,0,0,0,0 +289538,0,0,0,0,0 +289539,0,0,0,0,0 +289540,0,0,0,0,0 +289541,0,0,0,0,0 +289542,0,0,0,0,0 +289543,0,0,0,0,0 +289544,0,0,0,0,0 +289545,0,0,0,0,0 +289546,0,0,0,0,0 +289547,0,0,0,0,0 +289548,0,0,0,0,0 +289549,0,0,0,0,0 +289550,0,0,0,0,0 +289551,0,0,0,0,0 +289552,0,0,0,0,0 +289553,0,0,0,0,0 +289554,0,0,0,0,0 +289555,0,0,0,0,0 +289556,0,0,0,0,0 +289557,0,0,0,0,0 +289558,0,0,0,0,0 +289559,0,0,0,0,0 +289560,0,0,0,0,0 +289561,0,0,0,0,0 +289562,0,0,0,0,0 +289563,0,0,0,0,0 +289564,0,0,0,0,0 +289565,0,0,0,0,0 +289566,0,0,0,0,0 +289567,0,0,0,0,0 +289568,0,0,0,0,0 +289569,0,0,0,0,0 +289570,0,0,0,0,0 +289571,0,0,0,0,0 +289572,0,0,0,0,0 +289573,0,0,0,0,0 +289574,0,0,0,0,0 +289575,0,0,0,0,0 +289576,0,0,0,0,0 +289577,0,0,0,0,0 +289578,0,0,0,0,0 +289579,0,0,0,0,0 +289580,0,0,0,0,0 +289581,0,0,0,0,0 +289582,0,0,0,0,0 +289583,0,0,0,0,0 +289584,0,0,0,0,0 +289585,0,0,0,0,0 +289586,0,0,0,0,0 +289587,0,0,0,0,0 +289588,0,0,0,0,0 +289589,0,0,0,0,0 +289590,0,0,0,0,0 +289591,0,0,0,0,0 +289592,0,0,0,0,0 +289593,0,0,0,0,0 +289594,0,0,0,0,0 +289595,0,0,0,0,0 +289596,0,0,0,0,0 +289597,0,0,0,0,0 +289598,0,0,0,0,0 +289599,0,0,0,0,0 +289600,0,0,0,0,0 +289601,0,0,0,0,0 +289602,0,0,0,0,0 +289603,0,0,0,0,0 +289604,0,0,0,0,0 +289605,0,0,0,0,0 +289606,0,0,0,0,0 +289607,0,0,0,0,0 +289608,0,0,0,0,0 +289609,0,0,0,0,0 +289610,0,0,0,0,0 +289611,0,0,0,0,0 +289612,0,0,0,0,0 +289613,0,0,0,0,0 +289614,0,0,0,0,0 +289615,0,0,0,0,0 +289616,0,0,0,0,0 +289617,0,0,0,0,0 +289618,0,0,0,0,0 +289619,0,0,0,0,0 +289620,0,0,0,0,0 +289621,0,0,0,0,0 +289622,0,0,0,0,0 +289623,0,0,0,0,0 +289624,0,0,0,0,0 +289625,0,0,0,0,0 +289626,0,0,0,0,0 +289627,0,0,0,0,0 +289628,0,0,0,0,0 +289629,0,0,0,0,0 +289630,0,0,0,0,0 +289631,0,0,0,0,0 +289632,0,0,0,0,0 +289633,0,0,0,0,0 +289634,0,0,0,0,0 +289635,0,0,0,0,0 +289636,0,0,0,0,0 +289637,0,0,0,0,0 +289638,0,0,0,0,0 +289639,0,0,0,0,0 +289640,0,0,0,0,0 +289641,0,0,0,0,0 +289642,0,0,0,0,0 +289643,0,0,0,0,0 +289644,0,0,0,0,0 +289645,0,0,0,0,0 +289646,0,0,0,0,0 +289647,0,0,0,0,0 +289648,0,0,0,0,0 +289649,0,0,0,0,0 +289650,0,0,0,0,0 +289651,0,0,0,0,0 +289652,0,0,0,0,0 +289653,0,0,0,0,0 +289654,0,0,0,0,0 +289655,0,0,0,0,0 +289656,0,0,0,0,0 +289657,0,0,0,0,0 +289658,0,0,0,0,0 +289659,0,0,0,0,0 +289660,0,0,0,0,0 +289661,0,0,0,0,0 +289662,0,0,0,0,0 +289663,0,0,0,0,0 +289664,0,0,0,0,0 +289665,0,0,0,0,0 +289666,0,0,0,0,0 +289667,0,0,0,0,0 +289668,0,0,0,0,0 +289669,0,0,0,0,0 +289670,0,0,0,0,0 +289671,0,0,0,0,0 +289672,0,0,0,0,0 +289673,0,0,0,0,0 +289674,0,0,0,0,0 +289675,0,0,0,0,0 +289676,0,0,0,0,0 +289677,0,0,0,0,0 +289678,0,0,0,0,0 +289679,0,0,0,0,0 +289680,0,0,0,0,0 +289681,0,0,0,0,0 +289682,0,0,0,0,0 +289683,0,0,0,0,0 +289684,0,0,0,0,0 +289685,0,0,0,0,0 +289686,0,0,0,0,0 +289687,0,0,0,0,0 +289688,0,0,0,0,0 +289689,0,0,0,0,0 +289690,0,0,0,0,0 +289691,0,0,0,0,0 +289692,0,0,0,0,0 +289693,0,0,0,0,0 +289694,0,0,0,0,0 +289695,0,0,0,0,0 +289696,0,0,0,0,0 +289697,0,0,0,0,0 +289698,0,0,0,0,0 +289699,0,0,0,0,0 +289700,0,0,0,0,0 +289701,0,0,0,0,0 +289702,0,0,0,0,0 +289703,0,0,0,0,0 +289704,0,0,0,0,0 +289705,0,0,0,0,0 +289706,0,0,0,0,0 +289707,0,0,0,0,0 +289708,0,0,0,0,0 +289709,0,0,0,0,0 +289710,0,0,0,0,0 +289711,0,0,0,0,0 +289712,0,0,0,0,0 +289713,0,0,0,0,0 +289714,0,0,0,0,0 +289715,0,0,0,0,0 +289716,0,0,0,0,0 +289717,0,0,0,0,0 +289718,0,0,0,0,0 +289719,0,0,0,0,0 +289720,0,0,0,0,0 +289721,0,0,0,0,0 +289722,0,0,0,0,0 +289723,0,0,0,0,0 +289724,0,0,0,0,0 +289725,0,0,0,0,0 +289726,0,0,0,0,0 +289727,0,0,0,0,0 +289728,0,0,0,0,0 +289729,0,0,0,0,0 +289730,0,0,0,0,0 +289731,0,0,0,0,0 +289732,0,0,0,0,0 +289733,0,0,0,0,0 +289734,0,0,0,0,0 +289735,0,0,0,0,0 +289736,0,0,0,0,0 +289737,0,0,0,0,0 +289738,0,0,0,0,0 +289739,0,0,0,0,0 +289740,0,0,0,0,0 +289741,0,0,0,0,0 +289742,0,0,0,0,0 +289743,0,0,0,0,0 +289744,0,0,0,0,0 +289745,0,0,0,0,0 +289746,0,0,0,0,0 +289747,0,0,0,0,0 +289748,0,0,0,0,0 +289749,0,0,0,0,0 +289750,0,0,0,0,0 +289751,0,0,0,0,0 +289752,0,0,0,0,0 +289753,0,0,0,0,0 +289754,0,0,0,0,0 +289755,0,0,0,0,0 +289756,0,0,0,0,0 +289757,0,0,0,0,0 +289758,0,0,0,0,0 +289759,0,0,0,0,0 +289760,0,0,0,0,0 +289761,0,0,0,0,0 +289762,0,0,0,0,0 +289763,0,0,0,0,0 +289764,0,0,0,0,0 +289765,0,0,0,0,0 +289766,0,0,0,0,0 +289767,0,0,0,0,0 +289768,0,0,0,0,0 +289769,0,0,0,0,0 +289770,0,0,0,0,0 +289771,0,0,0,0,0 +289772,0,0,0,0,0 +289773,0,0,0,0,0 +289774,0,0,0,0,0 +289775,0,0,0,0,0 +289776,0,0,0,0,0 +289777,0,0,0,0,0 +289778,0,0,0,0,0 +289779,0,0,0,0,0 +289780,0,0,0,0,0 +289781,0,0,0,0,0 +289782,0,0,0,0,0 +289783,0,0,0,0,0 +289784,0,0,0,0,0 +289785,0,0,0,0,0 +289786,0,0,0,0,0 +289787,0,0,0,0,0 +289788,0,0,0,0,0 +289789,0,0,0,0,0 +289790,0,0,0,0,0 +289791,0,0,0,0,0 +289792,0,0,0,0,0 +289793,0,0,0,0,0 +289794,0,0,0,0,0 +289795,0,0,0,0,0 +289796,0,0,0,0,0 +289797,0,0,0,0,0 +289798,0,0,0,0,0 +289799,0,0,0,0,0 +289800,0,0,0,0,0 +289801,0,0,0,0,0 +289802,0,0,0,0,0 +289803,0,0,0,0,0 +289804,0,0,0,0,0 +289805,0,0,0,0,0 +289806,0,0,0,0,0 +289807,0,0,0,0,0 +289808,0,0,0,0,0 +289809,0,0,0,0,0 +289810,0,0,0,0,0 +289811,0,0,0,0,0 +289812,0,0,0,0,0 +289813,0,0,0,0,0 +289814,0,0,0,0,0 +289815,0,0,0,0,0 +289816,0,0,0,0,0 +289817,0,0,0,0,0 +289818,0,0,0,0,0 +289819,0,0,0,0,0 +289820,0,0,0,0,0 +289821,0,0,0,0,0 +289822,0,0,0,0,0 +289823,0,0,0,0,0 +289824,0,0,0,0,0 +289825,0,0,0,0,0 +289826,0,0,0,0,0 +289827,0,0,0,0,0 +289828,0,0,0,0,0 +289829,0,0,0,0,0 +289830,0,0,0,0,0 +289831,0,0,0,0,0 +289832,0,0,0,0,0 +289833,0,0,0,0,0 +289834,0,0,0,0,0 +289835,0,0,0,0,0 +289836,0,0,0,0,0 +289837,0,0,0,0,0 +289838,0,0,0,0,0 +289839,0,0,0,0,0 +289840,0,0,0,0,0 +289841,0,0,0,0,0 +289842,0,0,0,0,0 +289843,0,0,0,0,0 +289844,0,0,0,0,0 +289845,0,0,0,0,0 +289846,0,0,0,0,0 +289847,0,0,0,0,0 +289848,0,0,0,0,0 +289849,0,0,0,0,0 +289850,0,0,0,0,0 +289851,0,0,0,0,0 +289852,0,0,0,0,0 +289853,0,0,0,0,0 +289854,0,0,0,0,0 +289855,0,0,0,0,0 +289856,0,0,0,0,0 +289857,0,0,0,0,0 +289858,0,0,0,0,0 +289859,0,0,0,0,0 +289860,0,0,0,0,0 +289861,44.24573774,88.85014798,217.8965638,24.24941514,-240.6740816 +289862,86.2126606,108.807287,261.2144428,43.380368,-159.9063775 +289863,82.7850502,107.4144168,257.3752234,41.8130581,-158.5413546 +289864,78.79330162,105.7390758,252.8019475,39.99079436,-157.9846258 +289865,74.94769194,104.3942524,248.884953,38.26197084,-158.1934586 +289866,71.48807601,103.5196044,245.9581774,36.73844465,-158.8852546 +289867,68.41197387,103.0559182,243.910116,35.41263128,-159.8593611 +289868,65.65331203,102.9125694,242.5539528,34.24703734,-161.0200571 +289869,63.15387065,103.0217375,241.7479907,33.2096485,-162.3267703 +289870,60.87418101,103.3397002,241.3999783,32.27892782,-163.7580659 +289871,58.78735699,103.8368122,241.4463729,31.44031637,-165.2960824 +289872,56.87273943,104.4902522,353.6375345,30.68279231,-166.9232717 +289873,55.112455,105.2807438,380.8243313,29.99702354,-168.6234878 +289874,53.49103382,164.392962,376.0188422,29.37507381,-170.3817439 +289875,51.99436229,196.4551939,406.3826112,28.80986661,-172.18588 +289876,50.61015709,185.9828172,425.7544664,28.2953562,-174.0254066 +289877,49.32766429,206.3297178,444.6470936,27.82634868,-175.8914681 +289878,48.13752429,218.2150548,463.6874993,27.39840315,-177.7765632 +289879,47.03169488,229.959038,482.7180699,27.00776458,-179.6741325 +289880,46.00306495,241.6965968,501.4809036,26.65116337,-181.5788596 +289881,45.04574787,253.4529358,520.185256,26.32592969,-183.4857056 +289882,44.15441977,265.3148616,539.0473724,26.02967884,-185.3907906 +289883,43.32442257,277.0648028,557.7154273,25.76034766,-187.2908589 +289884,42.55201104,304.2235302,609.081821,25.51629956,-189.1825921 +289885,41.96925125,318.7166475,632.0806121,25.32892638,-191.0626543 +289886,41.52710706,331.9047938,653.3771374,25.18547556,-192.9285934 +289887,41.15622961,344.9598252,673.857473,25.06842775,-194.7788534 +289888,40.81937684,357.9348307,693.6677131,24.96825467,-196.6123065 +289889,40.50559131,370.6000835,713.5224753,24.88201634,-198.4274652 +289890,40.21473277,383.6944924,733.5681051,24.80945218,-200.2232041 +289891,39.94896486,394.6258308,749.6686473,24.75092637,-201.9982385 +289892,39.70164392,405.9180868,765.4931213,24.70242674,-203.7519753 +289893,39.46840647,416.1791069,780.8172199,24.66136533,-205.4829793 +289894,39.24768761,427.2243982,795.928009,24.62680787,-207.1910756 +289895,39.04004032,437.593847,810.751311,24.59896018,-208.8757937 +289896,38.84680963,447.8822697,825.341099,24.57842482,-210.5362925 +289897,38.66869107,458.6748461,839.7063045,24.56549262,-212.1728392 +289898,38.50661017,468.5407608,853.8211158,24.56053691,-213.7849971 +289899,38.36112627,478.9025007,867.8267071,24.56375001,-215.3727462 +289900,38.23240903,488.808843,881.5571711,24.57513991,-216.9366448 +289901,38.12113621,499.188656,895.1321611,24.59494249,-218.4762219 +289902,38.02696127,509.0330363,908.4791524,24.62292705,-219.9928113 +289903,37.95027028,519.010855,921.3770632,24.65919623,-221.4863364 +289904,37.89114769,528.897109,934.9217748,24.7037169,-222.9572231 +289905,37.84956267,538.5140492,947.5966052,24.75640538,-224.4060361 +289906,37.82547969,548.6480139,960.3518746,24.81717864,-225.8333117 +289907,37.8187982,558.2052062,972.8772036,24.8859271,-227.2883359 +289908,37.82948699,567.9307755,985.410452,24.96257621,-228.7620714 +289909,37.8573061,577.5697154,997.5275688,25.04695993,-230.2383418 +289910,37.9022252,587.1653763,1009.761766,25.13901122,-231.7075474 +289911,37.96407134,596.4417592,1021.696738,25.23860164,-233.1661481 +289912,38.04253103,606.4023575,1033.500008,25.34554243,-234.6135364 +289913,38.13762303,615.6507884,1045.268323,25.45979914,-236.0489903 +289914,38.24912355,625.4018558,1056.803562,25.58123032,-237.4723112 +289915,38.37648224,634.3999908,1068.241804,25.70954903,-238.8837151 +289916,38.51981093,643.9463063,1079.538763,25.84477239,-240.2823435 +289917,38.67879042,653.2248523,1090.659394,25.98672409,-241.6680776 +289918,38.8532195,662.4754801,1101.827474,26.13528409,-243.0407758 +289919,39.04291224,671.7693807,1112.569403,26.29034152,-244.4002233 +289920,39.24769587,680.9605799,1123.481823,26.45179377,-245.7463509 +289921,38.84169329,1114.516646,2108.081644,26.33512911,-248.2166634 +289922,56.51437119,1137.411966,2116.730692,34.56562179,-213.5483656 +289923,83.6691091,1155.022332,2162.880335,136.5682336,-161.5208091 +289924,665.0832111,1171.507666,2179.015702,622.761144,-118.217788 +289925,1050.436247,1174.507776,2183.543697,301.4490708,-186.7068154 +289926,667.1722394,1172.30273,2131.345794,389.5131587,-294.4685126 +289927,968.0573778,1258.209779,2198.297014,466.9508782,-130.1916756 +289928,909.936312,1222.948578,2269.741114,439.6697138,28.42237736 +289929,916.1385733,1239.676791,2283.401161,444.0683578,79.92396721 +289930,958.8728684,1260.263284,2286.938139,463.5638392,112.4116048 +289931,971.312894,1271.014862,2287.462728,470.4020315,136.3457969 +289932,990.1724947,1284.181573,2287.90101,479.508491,155.693273 +289933,1008.564494,1297.320633,2289.148421,488.6291732,172.2081888 +289934,946.4070765,1271.95797,2194.767627,461.2537488,630.8944083 +289935,1046.677231,1324.490443,2144.524854,506.6614533,755.3494125 +289936,1061.117084,1337.430933,2141.008185,514.6156455,698.935963 +289937,1060.49827,1339.283373,2144.523644,514.4258109,749.5039432 +289938,1086.078544,1384.319181,2143.112748,526.9575197,788.9387121 +289939,1102.571944,1361.997649,2138.822701,535.1285269,813.445711 +289940,1119.133944,1374.990515,2133.46954,543.2977501,837.1564923 +289941,1134.878661,1417.340504,2125.696569,551.0900698,859.9401923 +289942,1151.185385,1417.042791,2117.058657,559.1190547,882.5458044 +289943,1166.748029,1435.205604,2108.041053,566.8362083,904.1089792 +289944,1182.101458,1449.824611,2098.784531,574.4593062,925.2866855 +289945,1197.225573,1464.151853,2088.646226,581.8822688,965.8390058 +289946,1213.040275,1479.728546,2079.784656,589.4649312,936.3258728 +289947,1343.859991,1547.427301,2188.459257,649.9574731,1210.406408 +289948,1072.565636,1432.965332,2080.957267,528.1684194,693.6365746 +289949,1453.002406,1609.834949,2199.129591,699.5565521,1379.770003 +289950,1083.584384,1453.645104,2085.361014,534.7144802,699.0953709 +289951,1480.757069,1636.976906,2203.495347,713.1080502,1427.508301 +289952,1107.684757,1478.031944,2087.150373,546.003661,719.6116388 +289953,1530.718537,1662.803865,2205.858073,726.2655202,1448.353446 +289954,1095.977089,1501.776657,2088.588068,557.0316377,745.123386 +289955,1549.250668,1687.445739,2208.420276,738.3109441,1475.735252 +289956,1268.385105,1579.44116,2206.263087,621.7469511,983.2769494 +289957,1383.629959,1635.161607,2204.814167,671.9858546,1181.580298 +289958,1377.62526,1638.943873,2203.932301,669.579807,1161.253081 +289959,1388.318079,1649.956696,2203.828889,674.7364152,1172.431248 +289960,1399.339944,1661.261392,2204.679064,679.780601,1183.925641 +289961,1410.084408,1672.041953,2206.171309,684.9209124,1195.270736 +289962,1424.664555,1682.844116,2208.036394,689.7374697,1206.128178 +289963,1434.481271,1693.767221,2210.098707,694.7663249,1217.227482 +289964,1445.394981,1704.069826,2212.260597,699.4140327,1227.666871 +289965,1441.486461,1722.678311,2214.466781,706.6762619,1238.320624 +289966,1480.194347,1744.987628,2217.241865,711.568853,1248.453849 +289967,1478.016062,1740.421088,2220.324868,716.2608866,1258.57987 +289968,1490.042431,1748.998297,2223.447898,720.7826046,1268.23209 +289969,1500.334686,1772.399203,2226.391056,725.1212506,1287.488084 +289970,1509.99784,1775.765648,2229.100036,729.6281433,1283.131934 +289971,1519.035883,1787.668834,2231.642901,733.7600273,1288.742918 +289972,1528.881436,1801.328824,2234.020924,738.0920131,1311.775186 +289973,1537.616684,1819.581996,2236.420771,741.9789459,1313.540693 +289974,1546.936535,1806.552083,2238.50199,746.2155991,1323.975318 +289975,1555.73698,1822.450142,2240.495248,750.039448,1332.598162 +289976,1564.428659,1856.39736,2242.33088,753.9788219,1341.231693 +289977,1573.125777,1823.368513,2244.053235,757.7916573,1349.634298 +289978,1581.845183,1876.979051,2245.666625,761.6569052,1364.801549 +289979,1589.910333,1845.577728,2247.168818,765.1920606,1366.411019 +289980,1598.376624,1895.774156,2248.580027,768.9029593,1362.658304 +289981,1996.807893,2046.07692,2262.3716,941.1702262,1868.149142 +289982,2009.18148,2065.08764,2306.917038,946.5420017,1904.756261 +289983,2019.801355,2075.060667,2360.242612,951.2871396,1946.908227 +289984,2030.016079,2084.129712,2404.459209,970.5700673,1981.444417 +289985,2039.403701,2093.397154,2437.821334,937.7902095,2007.30473 +289986,2049.174991,2102.706317,2461.945858,974.921889,2026.338722 +289987,2058.080725,2111.679665,2479.338182,976.6174228,2040.610179 +289988,2067.386712,2120.542089,2492.481371,958.4657499,2051.816477 +289989,2076.031665,2129.183802,2502.832541,997.6768175,2061.019682 +289990,2085.048126,2137.74573,2511.290922,953.6682057,2068.9137 +289991,2093.41856,2146.183379,2518.403616,995.8686722,2075.930005 +289992,2102.174412,2154.373463,2524.456167,1001.88491,2082.259622 +289993,2110.434452,2162.412432,2529.783141,968.4833616,2088.190827 +289994,2118.741556,2170.574284,2534.587323,1001.453392,2093.878452 +289995,2126.736264,2178.387334,2539.123015,997.7409238,2099.319856 +289996,2134.871144,2186.080044,2543.0933,1000.803046,2104.588024 +289997,2142.760954,2193.736962,2548.538666,1004.609488,2111.874582 +289998,2162.122253,2208.361259,2551.128326,1008.009784,2115.913307 +289999,2141.396343,2198.441022,2553.999435,1011.341332,2120.455312 +290000,2174.397977,2227.39362,2558.651359,1014.565689,2127.294046 +290001,2171.744869,2219.313153,2560.605309,1017.756862,2131.002957 +290002,2181.161911,2231.079936,2562.927029,1020.906116,2135.269921 +290003,2188.317835,2237.616798,2565.291699,1024.005648,2139.685837 +290004,2195.977453,2243.996799,2567.653501,1027.059553,2144.191393 +290005,2202.712576,2250.472811,2571.683846,1030.011493,2150.815597 +290006,2210.158905,2257.06272,2572.905316,1033.087015,2154.141674 +290007,2216.919057,2263.373634,2574.594466,1035.830436,2158.117778 +290008,2227.567028,2265.696089,2576.280122,1042.150751,2162.157808 +290009,2234.769674,2270.901976,2577.834687,1045.497559,2166.108554 +290010,2241.60062,2276.740941,2579.312065,1048.481286,2170.023824 +290011,2248.99761,2281.867991,2580.75121,1051.97242,2173.945195 +290012,2256.479529,2286.757822,2582.151991,1055.240807,2177.84105 +290013,2268.592918,2291.371448,2583.501296,1058.753257,2181.675225 +290014,2263.485175,2296.448461,2586.559004,1061.871482,2187.582832 +290015,2281.709326,2300.683383,2586.85752,1065.310455,2190.154558 +290016,2284.408041,2305.201547,2587.648467,1068.470338,2193.323057 +290017,2292.352219,2309.536806,2588.551957,1071.812645,2196.61945 +290018,2299.438847,2313.620699,2589.478686,1074.93109,2199.940707 +290019,2306.211547,2317.693581,2590.381824,1078.224457,2203.23726 +290020,2313.464997,2321.590439,2591.237362,1081.294148,2206.484861 +290021,2319.931343,2325.401842,2592.031757,1084.539242,2209.66904 +290022,2330.608692,2329.096933,2592.753575,1087.561137,2212.776338 +290023,2333.535315,2332.591906,2593.401956,1090.758479,2215.804995 +290024,2353.524091,2335.865816,2593.963971,1093.734826,2218.738564 +290025,2323.023325,2339.458149,2594.492035,1096.886549,2221.639844 +290026,2372.732201,2342.544685,2594.950294,1099.817631,2224.464734 +290027,2347.451619,2345.637907,2595.301373,1102.924869,2227.167054 +290028,2380.420716,2352.95758,2595.647755,1102.736332,2229.870266 +290029,2353.074019,2356.873444,2596.034229,1105.045402,2232.663786 +290030,2385.131804,2360.046959,2596.36405,1107.790309,2235.420167 +290031,2381.610559,2363.103966,2596.539622,1110.392695,2238.207524 +290032,2389.752987,2366.104776,2598.312626,1113.205066,2242.727567 +290033,2407.587299,2368.615975,2597.255754,1115.819141,2243.809856 +290034,2385.023165,2378.106374,2596.828761,1118.696511,2245.647193 +290035,2440.271876,2364.815558,2596.36669,1121.193045,2247.422701 +290036,2403.347985,2386.386887,2595.894497,1124.030459,2249.169511 +290037,2423.912666,2369.586955,2595.435067,1126.600251,2250.920104 +290038,2408.987363,2390.268863,2594.973137,1129.364304,2252.659424 +290039,2465.185375,2380.920172,2596.50751,1131.923031,2256.828397 +290040,2430.252787,2385.319447,2595.205351,1134.660664,2257.554215 +290041,2450.156707,2390.196355,2592.887274,1139.900451,2256.230842 +290042,2462.382525,2392.341236,2591.360287,1142.962401,2255.973279 +290043,2465.713333,2394.214674,2590.470855,1145.757029,2256.574812 +290044,2472.201065,2395.881278,2589.7909,1148.503456,2257.508232 +290045,2478.491656,2397.497436,2589.126534,1151.299037,2258.535644 +290046,2484.371243,2398.951057,2588.419699,1153.888292,2259.580096 +290047,2490.559466,2400.279852,2587.650055,1156.62493,2260.606495 +290048,2496.153528,2401.499984,2586.815648,1159.160594,2261.601291 +290049,2501.873331,2402.613721,2585.920885,1161.85232,2262.559955 +290050,2508.085036,2403.624852,2584.979351,1164.34874,2263.490913 +290051,2513.646258,2404.534332,2583.995624,1166.88896,2264.393491 +290052,2519.220531,2405.343123,2582.964349,1169.55111,2265.256152 +290053,2525.276565,2406.055127,2581.893356,1172.073157,2266.084343 +290054,2530.683905,2406.842922,2582.480435,1174.456299,2268.953893 +290055,2536.096788,2407.055764,2580.326947,1177.120259,2268.49572 +290056,2542.102115,2407.61357,2578.743638,1179.513958,2268.735914 +290057,2547.55212,2408.142365,2579.05178,1181.8856,2271.283533 +290058,2552.845119,2407.985103,2576.735947,1184.565557,2270.62803 +290059,2558.625181,2408.34229,2575.042299,1186.871987,2270.727001 +290060,2563.932288,2408.384017,2573.578875,1189.286691,2271.094384 +290061,2569.14799,2408.333367,2572.216221,1191.81438,2271.576264 +290062,2583.200042,2408.213085,2571.009232,1194.13086,2272.245741 +290063,2568.076493,2408.001892,2569.68521,1196.492816,2272.772428 +290064,2598.681612,2407.670146,2568.353777,1198.978598,2273.28976 +290065,2586.621258,2407.335028,2567.127577,1201.330273,2273.933614 +290066,2597.204528,2407.063124,2567.462624,1203.539053,2276.49172 +290067,2601.665949,2406.058591,2565.053567,1206.03554,2275.694315 +290068,2607.12549,2405.648361,2563.265476,1208.261706,2275.64576 +290069,2612.163166,2404.871547,2561.695654,1210.542141,2275.841787 +290070,2617.124894,2404.004741,2560.219507,1212.947649,2276.133026 +290071,2622.51813,2403.613293,2558.794149,1215.047827,2276.472839 +290072,2627.434051,2403.192331,2557.397499,1217.17592,2276.850864 +290073,2632.429999,2402.75068,2556.006185,1219.301838,2277.248385 +290074,2637.369962,2402.26584,2554.610295,1221.415231,2277.654471 +290075,2642.609631,2401.716961,2553.210394,1223.514026,2278.066535 +290076,2647.32998,2401.130953,2551.797752,1225.597919,2278.469428 +290077,2652.49083,2400.696546,2550.367416,1227.667345,2278.852916 +290078,2657.252939,2399.743992,2548.918245,1229.643839,2279.21188 +290079,2662.196979,2399.011875,2547.45222,1231.880544,2279.54556 +290080,2666.952756,2398.222849,2545.981673,1233.736132,2279.866238 +290081,2672.022603,2397.284238,2544.512896,1235.81911,2280.382327 +290082,2676.671879,2396.343317,2543.038179,1237.810142,2280.662075 +290083,2681.707273,2388.204092,2541.44249,1239.800006,2280.775442 +290084,2686.314881,2403.461228,2539.956269,1241.77826,2281.006355 +290085,2698.662307,2382.445193,2538.611365,1243.744794,2281.394783 +290086,2685.235717,2401.406284,2537.124503,1245.699459,2281.592935 +290087,2711.85135,2379.967207,2535.605435,1247.643428,2281.732816 +290088,2701.635182,2387.469867,2535.724611,1252.016392,2283.867484 +290089,2708.142425,2380.765039,2533.136534,1254.237332,2282.48726 +290090,2713.422475,2379.075902,2531.189886,1256.321573,2281.740869 +290091,2717.609764,2377.382779,2529.586902,1258.361759,2281.334132 +290092,2722.168016,2375.649861,2528.170318,1260.371727,2281.131353 +290093,2726.309144,2373.400677,2526.836529,1262.439644,2281.029746 +290094,2731.143205,2371.489734,2525.546725,1264.285488,2280.983925 +290095,2735.3818,2369.366991,2524.283777,1266.293832,2280.966322 +290096,2740.089228,2367.305989,2523.037512,1268.216071,2280.956461 +290097,2744.267436,2365.088674,2521.802446,1270.135654,2280.94071 +290098,2755.967895,2362.881405,2520.716085,1272.041641,2281.083176 +290099,2743.431502,2360.564068,2519.497542,1273.934082,2281.034506 +290100,2766.927879,2358.155699,2518.261147,1275.813741,2280.930587 +290101,2639.435653,2304.633154,2515.131478,1224.366472,2278.916738 +290102,2646.696239,2297.104652,2503.293193,1224.780724,2264.546603 +290103,2648.066328,2295.267809,2489.252662,1225.858143,2246.307823 +290104,2657.869056,2291.792791,2477.676673,1226.822176,2230.885847 +290105,2650.429913,2288.379454,2469.113291,1227.915826,2219.228758 +290106,2656.690007,2285.039602,2462.844374,1229.029443,2210.493115 +290107,2659.924114,2281.780922,2459.904512,1230.161256,2205.968431 +290108,2661.869877,2278.121281,2455.350923,1231.300756,2199.613563 +290109,2664.960345,2274.784306,2452.018978,1232.447238,2194.915279 +290110,2667.776346,2271.407235,2449.322347,1233.594813,2191.149491 +290111,2670.463686,2267.598112,2447.023855,1234.743087,2188.022802 +290112,2673.720411,2264.038418,2444.998164,1236.012611,2185.375081 +290113,2676.415392,2260.316603,2443.166983,1237.008093,2183.101336 +290114,2679.453439,2256.617809,2441.468785,1238.245986,2181.109081 +290115,2682.234947,2252.778652,2439.871158,1239.345073,2179.345825 +290116,2685.538706,2248.980469,2440.023952,1240.521601,2179.826545 +290117,2687.893701,2244.914833,2437.560723,1241.624706,2177.183406 +290118,2690.815765,2241.018216,2435.739306,1242.797223,2175.388854 +290119,2694.060044,2236.963025,2434.198809,1243.898254,2173.981848 +290120,2704.27244,2233.025961,2432.957357,1245.064172,2172.9777 +290121,2689.834359,2228.680144,2431.64228,1246.161254,2171.920369 +290122,2712.598952,2224.487991,2430.344087,1247.322852,2170.914809 +290123,2704.1623,2220.23574,2429.257389,1248.416436,2170.196953 +290124,2707.935693,2208.212433,2427.990324,1249.451347,2169.277872 +290125,2712.273583,2222.274972,2426.767482,1250.73394,2168.427786 +290126,2714.706952,2194.653323,2425.623452,1251.765301,2167.686651 +290127,2717.093531,2206.379348,2424.41584,1252.891294,2166.873385 +290128,2720.478208,2196.593771,2423.29966,1254.008182,2166.175502 +290129,2723.686445,2192.498755,2423.904342,1255.124608,2167.600256 +290130,2726.092647,2187.987382,2423.496875,1256.239749,2167.797391 +290131,2728.227614,2182.861081,2421.003319,1257.348316,2165.434755 +290132,2739.091804,2177.532637,2419.474084,1258.453535,2164.23828 +290133,2724.230386,2172.205488,2418.121884,1259.554853,2163.233098 +290134,2745.591251,2166.685584,2416.881594,1260.652943,2162.348411 +290135,2738.631109,2161.227898,2415.905975,1261.747837,2161.780483 +290136,2740.74024,2155.73614,2414.858542,1262.839547,2161.120768 +290137,2744.599524,2149.928202,2413.737483,1263.928192,2160.367432 +290138,2746.972772,2144.342251,2412.68796,1265.096388,2159.696733 +290139,2749.205765,2138.620065,2411.67918,1266.055943,2159.06923 +290140,2758.521293,2132.75137,2410.84627,1267.194414,2158.65116 +290141,2746.079152,2127.017607,2409.892387,1268.258521,2158.07725 +290142,2763.465229,2121.237219,2408.871905,1270.631844,2157.413765 +290143,2759.253529,2115.089172,2408.044596,1269.334377,2156.978302 +290144,2761.47826,2109.260349,2408.832775,1274.179489,2158.527656 +290145,2763.146875,2103.251098,2406.845252,1269.856093,2156.660037 +290146,2765.975661,2097.205998,2405.450954,1281.828951,2155.506845 +290147,2775.189755,2091.193278,2404.497862,1262.946704,2154.870306 +290148,2763.681495,2085.070237,2403.547392,1300.211481,2154.21669 +290149,2778.435227,2079.119136,2402.579778,1247.576352,2153.527516 +290150,2776.201897,2072.75609,2401.832607,1291.282406,2153.09827 +290151,2776.938159,2066.734443,2401.003048,1289.820971,2152.557727 +290152,2785.897462,2060.467636,2400.254798,1259.300633,2152.107465 +290153,2783.447249,2045.305241,2399.693127,1290.848376,2151.877132 +290154,2783.762558,2060.985817,2399.016589,1299.704582,2151.495622 +290155,2787.409309,2015.905161,2400.090773,1253.562711,2153.449846 +290156,2795.159906,2065.228672,2398.810139,1298.195618,2152.306846 +290157,2785.704266,1998.127539,2398.041252,1282.194288,2151.774873 +290158,2795.928568,2031.43777,2397.336765,1286.02252,2151.298982 +290159,2796.070845,2013.246517,2396.813811,1287.213718,2151.025076 +290160,2796.646852,2030.528183,2396.315556,1288.23286,2150.765355 +290161,2567.572979,1859.625931,2390.354148,1180.272578,2143.382611 +290162,2554.674531,1909.649079,2367.791614,1179.01778,2112.147422 +290163,2564.36579,1855.298501,2340.630403,1178.514439,2073.140686 +290164,2554.398189,1881.868122,2317.999377,1178.398765,2038.426898 +290165,2557.800179,1847.557569,2301.3508,1178.455995,2010.986244 +290166,2558.970907,1856.723335,2289.684108,1178.635701,1989.857211 +290167,2559.278141,1843.52573,2281.417905,1178.978627,1973.319411 +290168,2560.139494,1837.103508,2275.249856,1179.184163,1959.86716 +290169,2561.284403,1830.020936,2270.405947,1179.613201,1948.568544 +290170,2562.170701,1822.793621,2266.441502,1180.013244,1938.855915 +290171,2563.593737,1815.620964,2263.096273,1180.459676,1930.365561 +290172,2571.496849,1811.363347,2260.330252,1180.182649,1923.007999 +290173,2581.950383,1804.894452,2258.164978,1180.526178,1916.875538 +290174,2566.860828,1798.040285,2256.065628,1180.996776,1911.229903 +290175,2588.296686,1791.384474,2254.014607,1181.517581,1905.945645 +290176,2571.354906,1784.587589,2252.034382,1182.183997,1900.979594 +290177,2591.287582,1796.741948,2250.113252,1182.68935,1896.268496 +290178,2582.835707,1743.990708,2248.433731,1183.279612,1892.015155 +290179,2586.080419,1795.131094,2246.709099,1183.910981,1887.840438 +290180,2588.73298,1729.511051,2244.958385,1184.682962,1883.752875 +290181,2590.769107,1763.280618,2243.326068,1185.286477,1879.908318 +290182,2592.495924,1741.845225,2241.722161,1185.970776,1876.182736 +290183,2594.889102,1737.999657,2240.16514,1186.806219,1872.583478 +290184,2596.82005,1731.48094,2238.662056,1187.47431,1869.110503 +290185,2598.910352,1725.022814,2237.199892,1188.221889,1865.733668 +290186,2601.228702,1718.593611,2235.779803,1189.038099,1862.450581 +290187,2603.416289,1712.204459,2234.398011,1189.887383,1859.242854 +290188,2613.490057,1705.850723,2233.210773,1190.635627,1856.301587 +290189,2598.084255,1699.55081,2231.885791,1191.604566,1853.208956 +290190,2619.544713,1693.287353,2230.533001,1192.388031,1850.09912 +290191,2612.89341,1687.040614,2231.096874,1193.2027,1849.356169 +290192,2613.808604,1680.81815,2228.900363,1194.041153,1845.244234 +290193,2617.56688,1674.535681,2227.166774,1194.897606,1841.70736 +290194,2620.408772,1668.551576,2225.713224,1195.767779,1838.512839 +290195,2622.4363,1662.385517,2224.41505,1196.767342,1835.500076 +290196,2624.856979,1656.350885,2223.180249,1197.582889,1832.566045 +290197,2634.07632,1650.346603,2222.149144,1198.469817,1829.879301 +290198,2622.185518,1644.388171,2221.01748,1199.38695,1827.070736 +290199,2639.139473,1638.36889,2219.823627,1200.438193,1824.178612 +290200,2635.40786,1632.766296,2218.822745,1201.303899,1821.519332 +290201,2637.01245,1626.73112,2217.765524,1202.240497,1818.779215 +290202,2647.429571,1621.0593,2216.774627,1203.206513,1816.316121 +290203,2635.799726,1615.33877,2215.688631,1204.307237,1813.502359 +290204,2651.347668,1609.686743,2214.514547,1205.302808,1810.562973 +290205,2649.182446,1603.984825,2213.529697,1206.160454,1807.824138 +290206,2650.244357,1622.581676,2212.454387,1208.178915,1804.962724 +290207,2659.266635,1558.631862,2211.467208,1208.305265,1802.198349 +290208,2658.105361,1604.081013,2212.104775,1210.279848,1802.314445 +290209,2659.047118,1578.672209,2212.517082,1209.981994,1802.166055 +290210,2668.55037,1576.878061,2212.809726,1213.933096,1801.853242 +290211,2659.657426,1571.678636,2212.923994,1208.939824,1801.292864 +290212,2670.229784,1566.509607,2212.811157,1223.389555,1800.420963 +290213,2670.669603,1561.406316,2212.785104,1200.849226,1799.601713 +290214,2671.60939,1556.370107,2212.710692,1242.445079,1798.688876 +290215,2673.180584,1551.405147,2212.540223,1185.362255,1797.626559 +290216,2675.259126,1546.512638,2212.352982,1232.207376,1796.504015 +290217,2675.438977,1541.694342,2212.046045,1229.232606,1795.204568 +290218,2675.040245,1536.95195,2211.641001,1200.041728,1793.763588 +290219,2674.678763,1534.603409,2211.139028,1230.91153,1792.163558 +290220,2674.297113,1531.403215,2210.481828,1220.097984,1790.350659 +290221,2673.715228,1634.414157,2209.720487,1329.963368,1788.607862 +290222,2687.184455,1632.953657,2218.564446,1332.85204,1801.924432 +290223,2706.931103,1630.982223,2231.852845,1336.395516,1822.528532 +290224,2725.056073,1628.800418,2244.31271,1341.144424,1843.096707 +290225,2738.54218,1626.563593,2254.071515,1336.409717,1859.924725 +290226,2747.69465,1624.802341,2260.831498,1357.152635,1873.352388 +290227,2753.956458,1623.15738,2265.634546,1317.367827,1884.177762 +290228,2758.485815,1621.593977,2269.181771,1357.537813,1892.872006 +290229,2761.912158,1620.11606,2271.864452,1345.92809,1900.043705 +290230,2764.673838,1618.697476,2273.970579,1351.285178,1906.057709 +290231,2767.004121,1617.314455,2275.666811,1354.183185,1911.14352 +290232,2769.016621,1615.960966,2277.046169,1356.627724,1915.445805 +290233,2770.798612,1614.635507,2278.183595,1359.533541,1919.296822 +290234,2772.412393,1613.336587,2279.13554,1362.336044,1922.386448 +290235,2773.906486,1612.063899,2279.947067,1365.207872,1925.000035 +290236,2775.31496,1610.816132,2280.65182,1368.235931,1927.213213 +290237,2776.643983,1609.593027,2281.263724,1377.679066,1929.073281 +290238,2777.946508,1608.393164,2281.824787,1364.525686,1930.658644 +290239,2779.227004,1607.216701,2282.34489,1381.99987,1932.005233 +290240,2780.453371,1606.061727,2282.809446,1379.536554,1933.116359 +290241,2781.648446,1604.928621,2283.237484,1383.649626,1934.0345 +290242,2782.824588,1603.815946,2283.640408,1387.137411,1934.790647 +290243,2783.978,1602.723705,2284.018713,1390.535961,1935.400458 +290244,2785.111504,1601.650782,2284.376594,1393.832469,1935.882504 +290245,2786.203785,1600.597283,2284.70236,1406.877089,1936.234052 +290246,2787.309108,1599.562296,2285.03198,1386.972669,1936.509938 +290247,2788.420956,1598.545908,2285.362727,1411.266717,1936.716047 +290248,2789.485315,1597.547354,2285.661509,1406.785644,1936.819629 +290249,2790.520497,1596.567075,2285.94065,1414.638814,1936.842824 +290250,2791.541457,1595.604215,2286.210016,1417.535628,1936.80378 +290251,2792.545828,1594.533237,2286.468482,1424.274094,1936.706405 +290252,2793.823673,1593.454012,2286.716514,1419.190766,1936.573451 +290253,2794.77655,1592.379009,2286.95449,1421.699882,1936.421289 +290254,2795.641634,1591.311371,2287.140875,1442.785098,1936.204508 +290255,2796.451388,1590.253281,2287.289644,1427.613233,1935.940465 +290256,2797.25756,1589.3145,2287.431058,1449.066642,1935.66492 +290257,2798.069728,1588.114924,2287.571258,1423.518226,1935.383658 +290258,2799.054586,1587.16541,2287.768915,1471.048652,1935.089816 +290259,2799.872675,1586.134061,2287.818119,1435.231359,1934.5401 +290260,2800.388462,1585.129655,2287.660467,1465.811163,1933.705076 +290261,2801.416594,1584.139117,2288.010657,1455.865217,1933.785384 +290262,2802.103656,1583.158436,2287.960047,1464.267944,1933.076519 +290263,2803.182779,1582.19273,2288.301409,1467.956229,1933.080343 +290264,2803.958351,1581.237463,2288.270156,1472.001265,1932.336313 +290265,2805.193072,1580.297408,2288.718011,1476.329839,1932.481633 +290266,2805.989561,1579.36788,2288.67978,1480.465685,1931.692637 +290267,2805.869505,1578.452811,2287.816344,1484.995655,1929.493448 +290268,2807.562721,1577.554302,2288.825805,1489.30343,1930.759168 +290269,2810.498562,1576.665138,2290.785712,1493.7323,1933.460813 +290270,2813.078383,1575.789096,2292.223169,1498.240211,1935.04275 +290271,2813.406515,1574.926689,2291.531097,1502.583332,1932.86331 +290272,2812.384944,1574.081027,2289.850263,1507.287664,1929.233069 +290273,2811.623189,1573.249772,2288.616557,1511.874034,1926.597955 +290274,2811.110923,1572.430611,2287.592592,1516.453996,1924.314537 +290275,2810.886368,1571.626556,2286.766367,1526.644793,1922.320373 +290276,2810.807106,1570.83645,2286.037677,1523.398887,1920.482353 +290277,2814.33371,1570.064755,2288.787892,1531.583823,1924.857146 +290278,2820.072707,1569.30099,2293.154099,1536.029302,1931.783627 +290279,2821.363765,1568.547319,2292.915793,1540.516913,1929.961988 +290280,2819.768136,1567.817728,2290.507384,1545.261167,1924.871601 +290281,2824.314084,1589.580749,2294.355045,1571.969884,1931.241129 +290282,2831.023946,1590.184669,2298.542691,1579.337482,1937.251425 +290283,2836.217676,1590.042234,2300.978332,1584.248574,1940.272666 +290284,2841.182033,1589.880896,2303.852653,1589.870194,1944.784676 +290285,2845.432235,1589.605592,2306.484214,1595.101232,1949.1936 +290286,2853.333826,1589.390855,2312.98681,1600.837081,1960.720934 +290287,2863.103806,1588.86313,2320.899638,1606.178272,1974.247839 +290288,2867.460172,1588.553413,2323.112982,1611.376095,1977.315801 +290289,2867.993418,1588.149441,2322.744581,1616.782199,1976.505589 +290290,2869.014793,1587.752821,2323.305578,1627.217357,1977.730349 +290291,2870.479294,1587.348478,2324.256575,1625.663559,1979.557632 +290292,2876.186172,1586.945595,2329.271654,1633.671966,1988.569864 +290293,2884.265636,1586.534445,2335.952403,1639.252421,1999.878149 +290294,2890.790036,1586.122019,2340.788958,1644.322685,2007.498918 +290295,2895.689474,1585.714006,2344.266726,1649.768237,2012.842502 +290296,2897.003581,1585.302999,2344.520389,1655.012366,2012.603267 +290297,2896.519039,1584.898089,2343.535211,1660.638035,2010.604676 +290298,2899.508906,1584.497166,2346.144292,1666.234186,2015.223857 +290299,2901.88951,1584.086911,2347.690967,1671.675412,2017.449695 +290300,2902.287938,1583.683906,2347.384303,1676.939572,2016.433878 +290301,2906.216303,1583.179455,2350.682116,1687.949741,2022.040661 +290302,2909.180857,1582.936033,2352.634754,1681.497272,2024.816746 +290303,2912.693511,1582.466149,2355.227999,1700.615714,2028.841803 +290304,2915.791252,1582.086945,2357.018059,1698.271863,2031.280743 +290305,2919.054565,1581.698092,2359.421288,1705.030847,2034.945428 +290306,2924.051541,1581.309645,2363.457765,1711.059174,2041.452671 +290307,2928.409277,1580.920734,2366.625137,1716.726832,2046.130883 +290308,2930.03182,1580.535847,2367.235029,1721.917569,2046.326494 +290309,2932.309912,1580.158336,2368.793451,1732.995257,2048.529137 +290310,2936.494039,1579.779406,2371.859607,1726.793554,2053.341531 +290311,2939.747756,1579.283059,2374.261416,1745.392307,2056.852975 +290312,2941.291751,1578.763851,2374.92576,1744.548602,2057.211192 +290313,2941.993117,1578.233785,2374.747721,1750.097313,2056.410474 +290314,2944.609617,1577.695274,2376.844805,1761.808598,2059.820558 +290315,2947.104074,1577.141379,2378.399622,1762.253683,2061.979017 +290316,2947.697177,1576.582182,2378.753627,1767.934871,2062.134442 +290317,2949.596504,1576.017583,2379.568628,1779.348959,2063.270842 +290318,2951.528722,1575.333825,2380.687147,1780.331832,2064.910731 +290319,2953.866876,1575.018856,2381.850833,1785.430263,2066.685847 +290320,2958.03281,1574.197338,2384.985095,1796.445727,2071.952508 +290321,2961.608354,1573.688826,2387.263032,1798.804571,2075.401738 +290322,2964.023956,1573.069674,2388.165045,1807.174566,2076.516613 +290323,2966.205971,1572.459988,2389.34687,1809.370625,2078.379503 +290324,2968.348992,1571.84095,2390.550163,1813.131492,2080.358384 +290325,2971.960516,1571.216927,2393.196304,1818.196741,2084.965393 +290326,2976.217346,1570.582636,2396.272377,1821.532382,2090.170435 +290327,2978.440498,1569.939776,2397.332882,1824.301674,2091.759796 +290328,2980.304347,1569.29496,2398.341767,1827.091856,2093.591232 +290329,2982.89999,1568.640887,2399.83026,1830.383952,2096.367335 +290330,2984.765131,1567.978142,2400.85256,1833.760568,2098.284894 +290331,2985.599603,1567.309417,2400.940469,1836.788341,2098.62169 +290332,2986.450815,1566.635215,2401.174202,1839.859143,2099.386067 +290333,2987.134295,1565.952519,2401.233458,1842.944409,2099.869542 +290334,2987.395536,1565.263062,2400.894337,1845.888713,2099.699668 +290335,2987.700172,1564.461758,2400.638407,1848.881428,2099.7688 +290336,2988.050319,1563.91469,2400.405731,1851.956166,2099.907025 +290337,2988.426858,1563.131118,2400.175934,1855.097436,2100.07582 +290338,2989.583541,1562.430865,2400.672639,1858.785994,2101.559048 +290339,2991.193997,1561.707613,2401.481032,1862.936707,2103.511353 +290340,2991.889574,1560.976351,2401.330206,1866.817341,2103.71296 +290341,2991.213052,1527.341196,2399.889496,1870.09428,2101.681503 +290342,2985.627749,1526.401035,2394.692333,1870.542381,2093.898674 +290343,2978.441265,1525.731741,2388.288019,1870.291364,2084.116294 +290344,2971.47874,1525.027944,2382.013029,1870.799246,2073.975635 +290345,2965.924937,1524.344701,2376.329246,1872.286561,2064.249982 +290346,2961.897124,1523.664079,2371.809305,1874.710554,2056.195837 +290347,2960.253181,1522.98346,2369.37006,1878.33267,2051.596764 +290348,2960.087155,1522.195057,2368.076536,1882.729444,2048.762517 +290349,2958.518195,1521.661478,2365.285056,1886.433903,2043.149819 +290350,2955.956319,1521.006192,2361.779043,1889.404991,2036.57555 +290351,2955.376929,1520.180063,2360.371539,1893.148797,2034.002994 +290352,2954.259431,1519.555601,2358.227188,1896.763746,2029.972508 +290353,2953.799841,1518.843492,2356.807288,1900.616079,2027.417426 +290354,2952.634855,1518.034708,2354.641538,1904.165838,2023.553969 +290355,2949.908284,1517.480598,2351.090615,1907.069308,2017.43884 +290356,2947.281829,1516.697608,2347.871034,1909.648193,2012.249435 +290357,2947.778482,1516.027509,2347.661402,1913.73154,2012.509307 +290358,2947.162952,1516.09057,2345.961142,1917.581664,2009.765287 +290359,2944.117281,1515.207258,2342.058134,1920.170496,2003.327992 +290360,2944.735194,1513.030817,2342.006879,1924.301826,2004.153379 +290361,2944.112912,1516.133023,2340.282261,1928.184449,2001.561697 +290362,2940.653515,1509.112323,2335.980742,1930.602905,1994.611129 +290363,2937.321515,1521.731561,2332.196489,1932.821151,1989.053997 +290364,2938.846446,1496.329686,2333.073266,1937.407452,1991.833602 +290365,2943.356882,1534.502898,2336.156634,1943.906683,1997.894489 +290366,2942.311656,1482.05283,2333.434536,1948.042881,1993.187126 +290367,2937.624975,1520.844588,2327.932187,1949.913964,1984.314804 +290368,2933.241299,1518.592255,2323.29552,1951.559695,1977.605318 +290369,2929.277669,1487.083346,2319.04611,1953.472294,1971.614021 +290370,2931.603574,1515.879388,2320.773995,1958.501494,1976.242433 +290371,2931.668321,1522.292926,2319.472569,1963.043785,1974.649448 +290372,2926.959999,1477.048788,2313.821442,1965.068591,1965.579143 +290373,2929.040512,1517.823228,2315.34801,1969.859752,1969.905745 +290374,2928.86635,1524.425269,2313.889657,1974.300291,1968.012251 +290375,2930.208821,1468.197052,2314.155207,1979.043941,1969.414504 +290376,2936.07169,1519.380883,2318.538116,1986.10789,1977.836475 +290377,2940.300335,1517.155415,2320.7759,1992.782384,1981.775315 +290378,2937.42087,1473.499926,2316.081913,1995.760971,1973.518763 +290379,2935.870345,1514.282799,2314.020408,1998.847049,1970.963176 +290380,2938.934589,1519.056262,2316.274358,2004.306253,1975.90146 +290381,2935.465466,1467.565889,2311.604594,2007.284054,1967.848761 +290382,2933.878866,1514.636113,2309.630834,2010.368956,1965.492051 +290383,2930.551673,1495.209842,2305.778561,2012.763299,1959.583109 +290384,2929.756319,1498.155445,2304.610468,2016.220975,1958.720491 +290385,2926.923765,1497.476861,2301.114523,2019.134632,1953.362383 +290386,2926.241316,1497.036782,2300.223179,2022.772527,1952.925981 +290387,2923.631049,1496.493692,2296.844855,2025.696632,1947.739373 +290388,2915.53399,1495.974637,2288.493274,2025.662278,1934.05798 +290389,2917.12657,1495.480168,2290.227823,2029.751697,1939.137647 +290390,2916.021389,1494.951608,2288.05429,2032.901194,1935.915812 +290391,2917.249124,1494.457726,2288.447593,2037.575528,1937.6187 +290392,2915.540334,1493.843401,2285.670886,2041.091554,1933.317664 +290393,2906.94184,1493.506429,2276.681506,2040.841242,1918.395911 +290394,2909.493272,1492.957166,2279.406143,2045.263592,1925.34049 +290395,2919.606622,1492.470794,2287.894567,2054.364015,1940.957184 +290396,2917.460806,1491.970886,2283.474799,2058.502318,1932.44518 +290397,2916.875072,1491.510951,2282.184929,2062.035382,1931.161036 +290398,2913.72021,1491.130327,2278.277856,2064.444292,1925.01252 +290399,2903.662351,1490.496083,2268.14305,2063.285064,1908.205013 +290400,2894.566549,1490.114275,2259.926043,2061.947981,1895.872847 +290401,2900.465746,1423.358751,2266.052293,2067.935089,1909.021347 +290402,2893.013579,1422.296047,2259.46189,2067.598415,1899.616978 +290403,2871.682737,1424.673769,2241.029566,2060.412825,1870.002857 +290404,2853.555019,1418.360962,2225.500517,2054.292068,1845.901399 +290405,2852.769027,1421.269737,2226.354085,2057.845115,1849.604109 +290406,2850.669192,1415.897799,2222.967677,2062.710227,1842.592762 +290407,2839.825923,1427.507585,2211.230954,2063.049354,1820.712273 +290408,2831.06723,1405.931222,2202.796005,2063.158454,1806.029683 +290409,2824.087473,1440.812461,2196.016601,2063.931301,1794.264528 +290410,2832.938574,1387.244942,2204.432064,2072.182537,1809.578451 +290411,2836.700043,1448.70736,2205.718564,2079.404549,1809.965378 +290412,2842.658565,1381.774421,2209.751884,2087.061759,1815.969328 +290413,2858.198545,1435.048614,2222.73504,2099.405825,1837.606454 +290414,2870.451161,1399.727645,2231.065515,2111.080255,1849.620581 +290415,2867.449645,1417.294388,2225.585396,2115.000501,1837.544319 +290416,2866.714792,1410.565546,2224.042777,2118.320674,1834.673043 +290417,2874.068047,1410.826855,2230.61334,2125.901319,1846.166766 +290418,2870.504024,1410.269554,2225.568784,2129.090221,1835.921395 +290419,2859.573228,1409.503995,2214.884,2127.679108,1817.291584 +290420,2860.952249,1408.821845,2217.180309,2131.450938,1823.013249 +290421,2859.684452,1408.097124,2215.220659,2135.114729,1819.565982 +290422,2861.405704,1407.401165,2216.436697,2139.928658,1822.227397 +290423,2859.952326,1406.689372,2214.162169,2143.47198,1818.288846 +290424,2850.650933,1405.990219,2204.733379,2142.821973,1802.15613 +290425,2842.525559,1405.400446,2197.501235,2141.862454,1791.185678 +290426,2835.248314,1404.544611,2191.36324,2141.551215,1782.177672 +290427,2842.572617,1403.925187,2198.85437,2148.231302,1797.372475 +290428,2845.49271,1403.185144,2200.035924,2154.201016,1799.269189 +290429,2850.395227,1402.496009,2203.639656,2160.622909,1806.054994 +290430,2851.279147,1401.786041,2203.073121,2165.238205,1805.073586 +290431,2842.741599,1400.942828,2194.038789,2164.848655,1789.620199 +290432,2847.953361,1400.088211,2199.647464,2169.955223,1801.666638 +290433,2849.405723,1399.172232,2199.834666,2174.398968,1802.167409 +290434,2840.95182,1398.277538,2191.003435,2173.485959,1787.184787 +290435,2846.327258,1397.389693,2196.909677,2178.038418,1799.916293 +290436,2847.821367,1396.447227,2197.23771,2181.952911,1800.787242 +290437,2851.523575,1395.433021,2200.182364,2186.454133,1806.830107 +290438,2851.405089,1394.647401,2199.157674,2189.213474,1805.47278 +290439,2842.169416,1393.747822,2189.94398,2187.07606,1790.133105 +290440,2833.968716,1392.681791,2183.04708,2184.441778,1780.293739 +290441,2840.490133,1391.816251,2190.298295,2188.923127,1795.624561 +290442,2842.638982,1390.82665,2191.271288,2192.747883,1797.655027 +290443,2846.920686,1389.778454,2194.816512,2197.093391,1804.820079 +290444,2847.157566,1388.962912,2194.145341,2199.593761,1804.100429 +290445,2837.834048,1387.930805,2184.876407,2196.961919,1788.669702 +290446,2829.574333,1387.092552,2178.029288,2193.794097,1778.988039 +290447,2822.518253,1385.967017,2172.305679,2191.250917,1771.290847 +290448,2830.31071,1385.072709,2181.095663,2196.035978,1789.401142 +290449,2848.154828,1383.951208,2196.79267,2206.849903,1817.549918 +290450,2848.146926,1383.099826,2194.093722,2210.328424,1811.349062 +290451,2837.116331,1382.087521,2183.13063,2206.415211,1792.79384 +290452,2840.741445,1381.132168,2187.990804,2208.092306,1804.068007 +290453,2853.996006,1380.223499,2200.231161,2216.270861,1826.426883 +290454,2852.484261,1376.345921,2196.868523,2218.119121,1819.542199 +290455,2851.65457,1374.929475,2196.408709,2218.199758,1820.358728 +290456,2847.823228,1373.592149,2193.147407,2216.567353,1816.388845 +290457,2836.365635,1372.329688,2182.994088,2211.001293,1800.672233 +290458,2826.289418,1371.101708,2175.183785,2205.542328,1790.20381 +290459,2830.567524,1369.877318,2181.008637,2207.279307,1803.835104 +290460,2830.955227,1368.632116,2181.011738,2208.670655,1804.970025 +290461,2091.788359,1367.389125,1134.654237,1810.330051,2480.218116 +290462,2182.312599,1495.961513,1183.980716,1888.180957,2539.761118 +290463,2296.758121,1501.032579,1248.50079,1983.298972,2605.0089 +290464,2399.960262,1501.108108,1309.090493,2062.952334,2659.539641 +290465,2469.507896,1502.019667,1353.653723,2108.772514,2688.216479 +290466,2508.114853,1502.127524,1382.819363,2126.372287,2694.406655 +290467,2531.513803,1501.842239,1403.806328,2131.714257,2692.323555 +290468,2547.381449,1501.247567,1420.18157,2132.855476,2687.616275 +290469,2559.303424,1501.043014,1433.660838,2133.140228,2682.498503 +290470,2568.848302,1500.497839,1445.071059,2133.521873,2677.750436 +290471,2576.6972,1500.027926,1454.846589,2134.054843,2673.568516 +290472,2583.204492,1499.518099,1463.266779,2134.597427,2669.947649 +290473,2588.614611,1498.992405,1470.546672,2135.061024,2666.828596 +290474,2593.126313,1498.451506,1476.865543,2135.412562,2664.147122 +290475,2596.905005,1497.87793,1482.374613,2135.660101,2661.845597 +290476,2600.083461,1497.315657,1487.19936,2135.807972,2659.872192 +290477,2602.770486,1496.751912,1491.445944,2135.864286,2658.184884 +290478,2605.053305,1496.18326,1495.203142,2135.835061,2656.747845 +290479,2607.000977,1495.612832,1498.544693,2135.723297,2655.529536 +290480,2608.665191,1495.039006,1501.53201,2135.530511,2654.502443 +290481,2610.094095,1494.464537,1504.216309,2135.257796,2653.642499 +290482,2611.324494,1493.887593,1506.640509,2134.906415,2652.928939 +290483,2612.381037,1493.3105,1508.840554,2134.477718,2652.343661 +290484,2613.290629,1492.731339,1510.84667,2133.973146,2651.871047 +290485,2614.069705,1492.152484,1512.684224,2133.394023,2651.49739 +290486,2614.737369,1491.571655,1514.374632,2132.744618,2651.210859 +290487,2615.30333,1490.990448,1515.935907,2132.022204,2651.000979 +290488,2615.781399,1490.407239,1517.383299,2131.22472,2650.858625 +290489,2616.177088,1489.823769,1518.729687,2130.352614,2650.775687 +290490,2616.501033,1489.238058,1519.986055,2129.407849,2650.745124 +290491,2616.756117,1488.469412,1521.161715,2128.392505,2650.760619 +290492,2616.959285,1487.676784,1522.256512,2127.461077,2650.814014 +290493,2617.123814,1486.865092,1523.272819,2126.704293,2650.901161 +290494,2617.255433,1486.034983,1524.215749,2126.127007,2651.019052 +290495,2617.355126,1485.188033,1525.091218,2125.692175,2651.164554 +290496,2617.422282,1484.324576,1525.904759,2125.357987,2651.334433 +290497,2617.456257,1483.445372,1526.661142,2125.093019,2651.525542 +290498,2617.456823,1482.550296,1527.364439,2124.877273,2651.735017 +290499,2617.424261,1481.639878,1528.01815,2124.698439,2651.960263 +290500,2617.359128,1480.713884,1528.62534,2124.548436,2652.198985 +290501,2617.262059,1479.772776,1529.188712,2124.421355,2652.449102 +290502,2617.133762,1478.81629,1529.710676,2124.312584,2652.708768 +290503,2616.974938,1477.844862,1530.193377,2124.218421,2652.976295 +290504,2616.786308,1476.858221,1530.638745,2124.135908,2653.250182 +290505,2616.568574,1475.856787,1531.048511,2124.062663,2653.529051 +290506,2616.322456,1474.840286,1531.424249,2123.996774,2653.811677 +290507,2616.048651,1473.809129,1531.767381,2123.936664,2654.096929 +290508,2615.747872,1472.763042,1532.079212,2123.881029,2654.383803 +290509,2615.420796,1471.702429,1532.360932,2123.828762,2654.671367 +290510,2615.068112,1470.627018,1532.613642,2123.778926,2654.958797 +290511,2614.690469,1469.537205,1532.838353,2123.730704,2655.245323 +290512,2614.288524,1468.432931,1533.03601,2123.683402,2655.530264 +290513,2613.862906,1467.313862,1533.207482,2123.6364,2655.812984 +290514,2613.414236,1466.180715,1533.353591,2123.589171,2656.092922 +290515,2612.943112,1464.939787,1533.475095,2123.541239,2656.369545 +290516,2612.45555,1463.917532,1533.572717,2123.492196,2656.642396 +290517,2611.973462,1462.672492,1533.647131,2123.441675,2656.911039 +290518,2611.51005,1461.497963,1533.698984,2123.389371,2657.175111 +290519,2611.067314,1460.294323,1533.728882,2123.334999,2657.434264 +290520,2610.641334,1459.076549,1533.737405,2123.278316,2657.6882 +290521,0,0,0,0,0 +290522,0,0,0,0,0 +290523,0,0,0,0,0 +290524,0,0,0,0,0 +290525,0,0,0,0,0 +290526,0,0,0,0,0 +290527,0,0,0,0,0 +290528,0,0,0,0,0 +290529,0,0,0,0,0 +290530,0,0,0,0,0 +290531,0,0,0,0,0 +290532,0,0,0,0,0 +290533,0,0,0,0,0 +290534,0,0,0,0,0 +290535,0,0,0,0,0 +290536,0,0,0,0,0 +290537,0,0,0,0,0 +290538,0,0,0,0,0 +290539,0,0,0,0,0 +290540,0,0,0,0,0 +290541,0,0,0,0,0 +290542,0,0,0,0,0 +290543,0,0,0,0,0 +290544,0,0,0,0,0 +290545,0,0,0,0,0 +290546,0,0,0,0,0 +290547,0,0,0,0,0 +290548,0,0,0,0,0 +290549,0,0,0,0,0 +290550,0,0,0,0,0 +290551,0,0,0,0,0 +290552,0,0,0,0,0 +290553,0,0,0,0,0 +290554,0,0,0,0,0 +290555,0,0,0,0,0 +290556,0,0,0,0,0 +290557,0,0,0,0,0 +290558,0,0,0,0,0 +290559,0,0,0,0,0 +290560,0,0,0,0,0 +290561,0,0,0,0,0 +290562,0,0,0,0,0 +290563,0,0,0,0,0 +290564,0,0,0,0,0 +290565,0,0,0,0,0 +290566,0,0,0,0,0 +290567,0,0,0,0,0 +290568,0,0,0,0,0 +290569,0,0,0,0,0 +290570,0,0,0,0,0 +290571,0,0,0,0,0 +290572,0,0,0,0,0 +290573,0,0,0,0,0 +290574,0,0,0,0,0 +290575,0,0,0,0,0 +290576,0,0,0,0,0 +290577,0,0,0,0,0 +290578,0,0,0,0,0 +290579,0,0,0,0,0 +290580,0,0,0,0,0 +290581,0,0,0,0,0 +290582,0,0,0,0,0 +290583,0,0,0,0,0 +290584,0,0,0,0,0 +290585,0,0,0,0,0 +290586,0,0,0,0,0 +290587,0,0,0,0,0 +290588,0,0,0,0,0 +290589,0,0,0,0,0 +290590,0,0,0,0,0 +290591,0,0,0,0,0 +290592,0,0,0,0,0 +290593,0,0,0,0,0 +290594,0,0,0,0,0 +290595,0,0,0,0,0 +290596,0,0,0,0,0 +290597,0,0,0,0,0 +290598,0,0,0,0,0 +290599,0,0,0,0,0 +290600,0,0,0,0,0 +290601,0,0,0,0,0 +290602,0,0,0,0,0 +290603,0,0,0,0,0 +290604,0,0,0,0,0 +290605,0,0,0,0,0 +290606,0,0,0,0,0 +290607,0,0,0,0,0 +290608,0,0,0,0,0 +290609,0,0,0,0,0 +290610,0,0,0,0,0 +290611,0,0,0,0,0 +290612,0,0,0,0,0 +290613,0,0,0,0,0 +290614,0,0,0,0,0 +290615,0,0,0,0,0 +290616,0,0,0,0,0 +290617,0,0,0,0,0 +290618,0,0,0,0,0 +290619,0,0,0,0,0 +290620,0,0,0,0,0 +290621,0,0,0,0,0 +290622,0,0,0,0,0 +290623,0,0,0,0,0 +290624,0,0,0,0,0 +290625,0,0,0,0,0 +290626,0,0,0,0,0 +290627,0,0,0,0,0 +290628,0,0,0,0,0 +290629,0,0,0,0,0 +290630,0,0,0,0,0 +290631,0,0,0,0,0 +290632,0,0,0,0,0 +290633,0,0,0,0,0 +290634,0,0,0,0,0 +290635,0,0,0,0,0 +290636,0,0,0,0,0 +290637,0,0,0,0,0 +290638,0,0,0,0,0 +290639,0,0,0,0,0 +290640,0,0,0,0,0 +290641,0,0,0,0,0 +290642,0,0,0,0,0 +290643,0,0,0,0,0 +290644,0,0,0,0,0 +290645,0,0,0,0,0 +290646,0,0,0,0,0 +290647,0,0,0,0,0 +290648,0,0,0,0,0 +290649,0,0,0,0,0 +290650,0,0,0,0,0 +290651,0,0,0,0,0 +290652,0,0,0,0,0 +290653,0,0,0,0,0 +290654,0,0,0,0,0 +290655,0,0,0,0,0 +290656,0,0,0,0,0 +290657,0,0,0,0,0 +290658,0,0,0,0,0 +290659,0,0,0,0,0 +290660,0,0,0,0,0 +290661,0,0,0,0,0 +290662,0,0,0,0,0 +290663,0,0,0,0,0 +290664,0,0,0,0,0 +290665,0,0,0,0,0 +290666,0,0,0,0,0 +290667,0,0,0,0,0 +290668,0,0,0,0,0 +290669,0,0,0,0,0 +290670,0,0,0,0,0 +290671,0,0,0,0,0 +290672,0,0,0,0,0 +290673,0,0,0,0,0 +290674,0,0,0,0,0 +290675,0,0,0,0,0 +290676,0,0,0,0,0 +290677,0,0,0,0,0 +290678,0,0,0,0,0 +290679,0,0,0,0,0 +290680,0,0,0,0,0 +290681,0,0,0,0,0 +290682,0,0,0,0,0 +290683,0,0,0,0,0 +290684,0,0,0,0,0 +290685,0,0,0,0,0 +290686,0,0,0,0,0 +290687,0,0,0,0,0 +290688,0,0,0,0,0 +290689,0,0,0,0,0 +290690,0,0,0,0,0 +290691,0,0,0,0,0 +290692,0,0,0,0,0 +290693,0,0,0,0,0 +290694,0,0,0,0,0 +290695,0,0,0,0,0 +290696,0,0,0,0,0 +290697,0,0,0,0,0 +290698,0,0,0,0,0 +290699,0,0,0,0,0 +290700,0,0,0,0,0 +290701,0,0,0,0,0 +290702,0,0,0,0,0 +290703,0,0,0,0,0 +290704,0,0,0,0,0 +290705,0,0,0,0,0 +290706,0,0,0,0,0 +290707,0,0,0,0,0 +290708,0,0,0,0,0 +290709,0,0,0,0,0 +290710,0,0,0,0,0 +290711,0,0,0,0,0 +290712,0,0,0,0,0 +290713,0,0,0,0,0 +290714,0,0,0,0,0 +290715,0,0,0,0,0 +290716,0,0,0,0,0 +290717,0,0,0,0,0 +290718,0,0,0,0,0 +290719,0,0,0,0,0 +290720,0,0,0,0,0 +290721,0,0,0,0,0 +290722,0,0,0,0,0 +290723,0,0,0,0,0 +290724,0,0,0,0,0 +290725,0,0,0,0,0 +290726,0,0,0,0,0 +290727,0,0,0,0,0 +290728,0,0,0,0,0 +290729,0,0,0,0,0 +290730,0,0,0,0,0 +290731,0,0,0,0,0 +290732,0,0,0,0,0 +290733,0,0,0,0,0 +290734,0,0,0,0,0 +290735,0,0,0,0,0 +290736,0,0,0,0,0 +290737,0,0,0,0,0 +290738,0,0,0,0,0 +290739,0,0,0,0,0 +290740,0,0,0,0,0 +290741,0,0,0,0,0 +290742,0,0,0,0,0 +290743,0,0,0,0,0 +290744,0,0,0,0,0 +290745,0,0,0,0,0 +290746,0,0,0,0,0 +290747,0,0,0,0,0 +290748,0,0,0,0,0 +290749,0,0,0,0,0 +290750,0,0,0,0,0 +290751,0,0,0,0,0 +290752,0,0,0,0,0 +290753,0,0,0,0,0 +290754,0,0,0,0,0 +290755,0,0,0,0,0 +290756,0,0,0,0,0 +290757,0,0,0,0,0 +290758,0,0,0,0,0 +290759,0,0,0,0,0 +290760,0,0,0,0,0 +290761,0,0,0,0,0 +290762,0,0,0,0,0 +290763,0,0,0,0,0 +290764,0,0,0,0,0 +290765,0,0,0,0,0 +290766,0,0,0,0,0 +290767,0,0,0,0,0 +290768,0,0,0,0,0 +290769,0,0,0,0,0 +290770,0,0,0,0,0 +290771,0,0,0,0,0 +290772,0,0,0,0,0 +290773,0,0,0,0,0 +290774,0,0,0,0,0 +290775,0,0,0,0,0 +290776,0,0,0,0,0 +290777,0,0,0,0,0 +290778,0,0,0,0,0 +290779,0,0,0,0,0 +290780,0,0,0,0,0 +290781,0,0,0,0,0 +290782,0,0,0,0,0 +290783,0,0,0,0,0 +290784,0,0,0,0,0 +290785,0,0,0,0,0 +290786,0,0,0,0,0 +290787,0,0,0,0,0 +290788,0,0,0,0,0 +290789,0,0,0,0,0 +290790,0,0,0,0,0 +290791,0,0,0,0,0 +290792,0,0,0,0,0 +290793,0,0,0,0,0 +290794,0,0,0,0,0 +290795,0,0,0,0,0 +290796,0,0,0,0,0 +290797,0,0,0,0,0 +290798,0,0,0,0,0 +290799,0,0,0,0,0 +290800,0,0,0,0,0 +290801,0,0,0,0,0 +290802,0,0,0,0,0 +290803,0,0,0,0,0 +290804,0,0,0,0,0 +290805,0,0,0,0,0 +290806,0,0,0,0,0 +290807,0,0,0,0,0 +290808,0,0,0,0,0 +290809,0,0,0,0,0 +290810,0,0,0,0,0 +290811,0,0,0,0,0 +290812,0,0,0,0,0 +290813,0,0,0,0,0 +290814,0,0,0,0,0 +290815,0,0,0,0,0 +290816,0,0,0,0,0 +290817,0,0,0,0,0 +290818,0,0,0,0,0 +290819,0,0,0,0,0 +290820,0,0,0,0,0 +290821,0,0,0,0,0 +290822,0,0,0,0,0 +290823,0,0,0,0,0 +290824,0,0,0,0,0 +290825,0,0,0,0,0 +290826,0,0,0,0,0 +290827,0,0,0,0,0 +290828,0,0,0,0,0 +290829,0,0,0,0,0 +290830,0,0,0,0,0 +290831,0,0,0,0,0 +290832,0,0,0,0,0 +290833,0,0,0,0,0 +290834,0,0,0,0,0 +290835,0,0,0,0,0 +290836,0,0,0,0,0 +290837,0,0,0,0,0 +290838,0,0,0,0,0 +290839,0,0,0,0,0 +290840,0,0,0,0,0 +290841,0,0,0,0,0 +290842,0,0,0,0,0 +290843,0,0,0,0,0 +290844,0,0,0,0,0 +290845,0,0,0,0,0 +290846,0,0,0,0,0 +290847,0,0,0,0,0 +290848,0,0,0,0,0 +290849,0,0,0,0,0 +290850,0,0,0,0,0 +290851,0,0,0,0,0 +290852,0,0,0,0,0 +290853,0,0,0,0,0 +290854,0,0,0,0,0 +290855,0,0,0,0,0 +290856,0,0,0,0,0 +290857,0,0,0,0,0 +290858,0,0,0,0,0 +290859,0,0,0,0,0 +290860,0,0,0,0,0 +290861,0,0,0,0,0 +290862,0,0,0,0,0 +290863,0,0,0,0,0 +290864,0,0,0,0,0 +290865,0,0,0,0,0 +290866,0,0,0,0,0 +290867,0,0,0,0,0 +290868,0,0,0,0,0 +290869,0,0,0,0,0 +290870,0,0,0,0,0 +290871,0,0,0,0,0 +290872,0,0,0,0,0 +290873,0,0,0,0,0 +290874,0,0,0,0,0 +290875,0,0,0,0,0 +290876,0,0,0,0,0 +290877,0,0,0,0,0 +290878,0,0,0,0,0 +290879,0,0,0,0,0 +290880,0,0,0,0,0 +290881,0,0,0,0,0 +290882,0,0,0,0,0 +290883,0,0,0,0,0 +290884,0,0,0,0,0 +290885,0,0,0,0,0 +290886,0,0,0,0,0 +290887,0,0,0,0,0 +290888,0,0,0,0,0 +290889,0,0,0,0,0 +290890,0,0,0,0,0 +290891,0,0,0,0,0 +290892,0,0,0,0,0 +290893,0,0,0,0,0 +290894,0,0,0,0,0 +290895,0,0,0,0,0 +290896,0,0,0,0,0 +290897,0,0,0,0,0 +290898,0,0,0,0,0 +290899,0,0,0,0,0 +290900,0,0,0,0,0 +290901,0,0,0,0,0 +290902,0,0,0,0,0 +290903,0,0,0,0,0 +290904,0,0,0,0,0 +290905,0,0,0,0,0 +290906,0,0,0,0,0 +290907,0,0,0,0,0 +290908,0,0,0,0,0 +290909,0,0,0,0,0 +290910,0,0,0,0,0 +290911,0,0,0,0,0 +290912,0,0,0,0,0 +290913,0,0,0,0,0 +290914,0,0,0,0,0 +290915,0,0,0,0,0 +290916,0,0,0,0,0 +290917,0,0,0,0,0 +290918,0,0,0,0,0 +290919,0,0,0,0,0 +290920,0,0,0,0,0 +290921,0,0,0,0,0 +290922,0,0,0,0,0 +290923,0,0,0,0,0 +290924,0,0,0,0,0 +290925,0,0,0,0,0 +290926,0,0,0,0,0 +290927,0,0,0,0,0 +290928,0,0,0,0,0 +290929,0,0,0,0,0 +290930,0,0,0,0,0 +290931,0,0,0,0,0 +290932,0,0,0,0,0 +290933,0,0,0,0,0 +290934,0,0,0,0,0 +290935,0,0,0,0,0 +290936,0,0,0,0,0 +290937,0,0,0,0,0 +290938,0,0,0,0,0 +290939,0,0,0,0,0 +290940,0,0,0,0,0 +290941,0,0,0,0,0 +290942,0,0,0,0,0 +290943,0,0,0,0,0 +290944,0,0,0,0,0 +290945,0,0,0,0,0 +290946,0,0,0,0,0 +290947,0,0,0,0,0 +290948,0,0,0,0,0 +290949,0,0,0,0,0 +290950,0,0,0,0,0 +290951,0,0,0,0,0 +290952,0,0,0,0,0 +290953,0,0,0,0,0 +290954,0,0,0,0,0 +290955,0,0,0,0,0 +290956,0,0,0,0,0 +290957,0,0,0,0,0 +290958,0,0,0,0,0 +290959,0,0,0,0,0 +290960,0,0,0,0,0 +290961,0,0,0,0,0 +290962,0,0,0,0,0 +290963,0,0,0,0,0 +290964,0,0,0,0,0 +290965,0,0,0,0,0 +290966,0,0,0,0,0 +290967,0,0,0,0,0 +290968,0,0,0,0,0 +290969,0,0,0,0,0 +290970,0,0,0,0,0 +290971,0,0,0,0,0 +290972,0,0,0,0,0 +290973,0,0,0,0,0 +290974,0,0,0,0,0 +290975,0,0,0,0,0 +290976,0,0,0,0,0 +290977,0,0,0,0,0 +290978,0,0,0,0,0 +290979,0,0,0,0,0 +290980,0,0,0,0,0 +290981,0,0,0,0,0 +290982,0,0,0,0,0 +290983,0,0,0,0,0 +290984,0,0,0,0,0 +290985,0,0,0,0,0 +290986,0,0,0,0,0 +290987,0,0,0,0,0 +290988,0,0,0,0,0 +290989,0,0,0,0,0 +290990,0,0,0,0,0 +290991,0,0,0,0,0 +290992,0,0,0,0,0 +290993,0,0,0,0,0 +290994,0,0,0,0,0 +290995,0,0,0,0,0 +290996,0,0,0,0,0 +290997,0,0,0,0,0 +290998,0,0,0,0,0 +290999,0,0,0,0,0 +291000,0,0,0,0,0 +291001,0,0,0,0,0 +291002,0,0,0,0,0 +291003,0,0,0,0,0 +291004,0,0,0,0,0 +291005,0,0,0,0,0 +291006,0,0,0,0,0 +291007,0,0,0,0,0 +291008,0,0,0,0,0 +291009,0,0,0,0,0 +291010,0,0,0,0,0 +291011,0,0,0,0,0 +291012,0,0,0,0,0 +291013,0,0,0,0,0 +291014,0,0,0,0,0 +291015,0,0,0,0,0 +291016,0,0,0,0,0 +291017,0,0,0,0,0 +291018,0,0,0,0,0 +291019,0,0,0,0,0 +291020,0,0,0,0,0 +291021,0,0,0,0,0 +291022,0,0,0,0,0 +291023,0,0,0,0,0 +291024,0,0,0,0,0 +291025,0,0,0,0,0 +291026,0,0,0,0,0 +291027,0,0,0,0,0 +291028,0,0,0,0,0 +291029,0,0,0,0,0 +291030,0,0,0,0,0 +291031,0,0,0,0,0 +291032,0,0,0,0,0 +291033,0,0,0,0,0 +291034,0,0,0,0,0 +291035,0,0,0,0,0 +291036,0,0,0,0,0 +291037,0,0,0,0,0 +291038,0,0,0,0,0 +291039,0,0,0,0,0 +291040,0,0,0,0,0 +291041,0,0,0,0,0 +291042,0,0,0,0,0 +291043,0,0,0,0,0 +291044,0,0,0,0,0 +291045,0,0,0,0,0 +291046,0,0,0,0,0 +291047,0,0,0,0,0 +291048,0,0,0,0,0 +291049,0,0,0,0,0 +291050,0,0,0,0,0 +291051,0,0,0,0,0 +291052,0,0,0,0,0 +291053,0,0,0,0,0 +291054,0,0,0,0,0 +291055,0,0,0,0,0 +291056,0,0,0,0,0 +291057,0,0,0,0,0 +291058,0,0,0,0,0 +291059,0,0,0,0,0 +291060,0,0,0,0,0 +291061,0,0,0,0,0 +291062,0,0,0,0,0 +291063,0,0,0,0,0 +291064,0,0,0,0,0 +291065,0,0,0,0,0 +291066,0,0,0,0,0 +291067,0,0,0,0,0 +291068,0,0,0,0,0 +291069,0,0,0,0,0 +291070,0,0,0,0,0 +291071,0,0,0,0,0 +291072,0,0,0,0,0 +291073,0,0,0,0,0 +291074,0,0,0,0,0 +291075,0,0,0,0,0 +291076,0,0,0,0,0 +291077,0,0,0,0,0 +291078,0,0,0,0,0 +291079,0,0,0,0,0 +291080,0,0,0,0,0 +291081,0,0,0,0,0 +291082,0,0,0,0,0 +291083,0,0,0,0,0 +291084,0,0,0,0,0 +291085,0,0,0,0,0 +291086,0,0,0,0,0 +291087,0,0,0,0,0 +291088,0,0,0,0,0 +291089,0,0,0,0,0 +291090,0,0,0,0,0 +291091,0,0,0,0,0 +291092,0,0,0,0,0 +291093,0,0,0,0,0 +291094,0,0,0,0,0 +291095,0,0,0,0,0 +291096,0,0,0,0,0 +291097,0,0,0,0,0 +291098,0,0,0,0,0 +291099,0,0,0,0,0 +291100,0,0,0,0,0 +291101,0,0,0,0,0 +291102,0,0,0,0,0 +291103,0,0,0,0,0 +291104,0,0,0,0,0 +291105,0,0,0,0,0 +291106,0,0,0,0,0 +291107,0,0,0,0,0 +291108,0,0,0,0,0 +291109,0,0,0,0,0 +291110,0,0,0,0,0 +291111,0,0,0,0,0 +291112,0,0,0,0,0 +291113,0,0,0,0,0 +291114,0,0,0,0,0 +291115,0,0,0,0,0 +291116,0,0,0,0,0 +291117,0,0,0,0,0 +291118,0,0,0,0,0 +291119,0,0,0,0,0 +291120,0,0,0,0,0 +291121,0,0,0,0,0 +291122,0,0,0,0,0 +291123,0,0,0,0,0 +291124,0,0,0,0,0 +291125,0,0,0,0,0 +291126,0,0,0,0,0 +291127,0,0,0,0,0 +291128,0,0,0,0,0 +291129,0,0,0,0,0 +291130,0,0,0,0,0 +291131,0,0,0,0,0 +291132,0,0,0,0,0 +291133,0,0,0,0,0 +291134,0,0,0,0,0 +291135,0,0,0,0,0 +291136,0,0,0,0,0 +291137,0,0,0,0,0 +291138,0,0,0,0,0 +291139,0,0,0,0,0 +291140,0,0,0,0,0 +291141,0,0,0,0,0 +291142,0,0,0,0,0 +291143,0,0,0,0,0 +291144,0,0,0,0,0 +291145,0,0,0,0,0 +291146,0,0,0,0,0 +291147,0,0,0,0,0 +291148,0,0,0,0,0 +291149,0,0,0,0,0 +291150,0,0,0,0,0 +291151,0,0,0,0,0 +291152,0,0,0,0,0 +291153,0,0,0,0,0 +291154,0,0,0,0,0 +291155,0,0,0,0,0 +291156,0,0,0,0,0 +291157,0,0,0,0,0 +291158,0,0,0,0,0 +291159,0,0,0,0,0 +291160,0,0,0,0,0 +291161,0,0,0,0,0 +291162,0,0,0,0,0 +291163,0,0,0,0,0 +291164,0,0,0,0,0 +291165,0,0,0,0,0 +291166,0,0,0,0,0 +291167,0,0,0,0,0 +291168,0,0,0,0,0 +291169,0,0,0,0,0 +291170,0,0,0,0,0 +291171,0,0,0,0,0 +291172,0,0,0,0,0 +291173,0,0,0,0,0 +291174,0,0,0,0,0 +291175,0,0,0,0,0 +291176,0,0,0,0,0 +291177,0,0,0,0,0 +291178,0,0,0,0,0 +291179,0,0,0,0,0 +291180,0,0,0,0,0 +291181,0,0,0,0,0 +291182,0,0,0,0,0 +291183,0,0,0,0,0 +291184,0,0,0,0,0 +291185,0,0,0,0,0 +291186,0,0,0,0,0 +291187,0,0,0,0,0 +291188,0,0,0,0,0 +291189,0,0,0,0,0 +291190,0,0,0,0,0 +291191,0,0,0,0,0 +291192,0,0,0,0,0 +291193,0,0,0,0,0 +291194,0,0,0,0,0 +291195,0,0,0,0,0 +291196,0,0,0,0,0 +291197,0,0,0,0,0 +291198,0,0,0,0,0 +291199,0,0,0,0,0 +291200,0,0,0,0,0 +291201,0,0,0,0,0 +291202,0,0,0,0,0 +291203,0,0,0,0,0 +291204,0,0,0,0,0 +291205,0,0,0,0,0 +291206,0,0,0,0,0 +291207,0,0,0,0,0 +291208,0,0,0,0,0 +291209,0,0,0,0,0 +291210,0,0,0,0,0 +291211,0,0,0,0,0 +291212,0,0,0,0,0 +291213,0,0,0,0,0 +291214,0,0,0,0,0 +291215,0,0,0,0,0 +291216,0,0,0,0,0 +291217,0,0,0,0,0 +291218,0,0,0,0,0 +291219,0,0,0,0,0 +291220,0,0,0,0,0 +291221,0,0,0,0,0 +291222,0,0,0,0,0 +291223,0,0,0,0,0 +291224,0,0,0,0,0 +291225,0,0,0,0,0 +291226,0,0,0,0,0 +291227,0,0,0,0,0 +291228,0,0,0,0,0 +291229,0,0,0,0,0 +291230,0,0,0,0,0 +291231,0,0,0,0,0 +291232,0,0,0,0,0 +291233,0,0,0,0,0 +291234,0,0,0,0,0 +291235,0,0,0,0,0 +291236,0,0,0,0,0 +291237,0,0,0,0,0 +291238,0,0,0,0,0 +291239,0,0,0,0,0 +291240,0,0,0,0,0 +291241,0,0,0,0,0 +291242,0,0,0,0,0 +291243,0,0,0,0,0 +291244,0,0,0,0,0 +291245,0,0,0,0,0 +291246,0,0,0,0,0 +291247,0,0,0,0,0 +291248,0,0,0,0,0 +291249,0,0,0,0,0 +291250,0,0,0,0,0 +291251,0,0,0,0,0 +291252,0,0,0,0,0 +291253,0,0,0,0,0 +291254,0,0,0,0,0 +291255,0,0,0,0,0 +291256,0,0,0,0,0 +291257,0,0,0,0,0 +291258,0,0,0,0,0 +291259,0,0,0,0,0 +291260,0,0,0,0,0 +291261,0,0,0,0,0 +291262,0,0,0,0,0 +291263,0,0,0,0,0 +291264,0,0,0,0,0 +291265,0,0,0,0,0 +291266,0,0,0,0,0 +291267,0,0,0,0,0 +291268,0,0,0,0,0 +291269,0,0,0,0,0 +291270,0,0,0,0,0 +291271,0,0,0,0,0 +291272,0,0,0,0,0 +291273,0,0,0,0,0 +291274,0,0,0,0,0 +291275,0,0,0,0,0 +291276,0,0,0,0,0 +291277,0,0,0,0,0 +291278,0,0,0,0,0 +291279,0,0,0,0,0 +291280,0,0,0,0,0 +291281,0,0,0,0,0 +291282,0,0,0,0,0 +291283,0,0,0,0,0 +291284,0,0,0,0,0 +291285,0,0,0,0,0 +291286,0,0,0,0,0 +291287,0,0,0,0,0 +291288,0,0,0,0,0 +291289,0,0,0,0,0 +291290,0,0,0,0,0 +291291,0,0,0,0,0 +291292,0,0,0,0,0 +291293,0,0,0,0,0 +291294,0,0,0,0,0 +291295,0,0,0,0,0 +291296,0,0,0,0,0 +291297,0,0,0,0,0 +291298,0,0,0,0,0 +291299,0,0,0,0,0 +291300,0,0,0,0,0 +291301,489.8729514,3256.535538,1393.829519,57.6319471,0 +291302,0,2970.107637,1375.211843,5.965580718,0 +291303,0,847.9839191,1344.633531,26.5886681,0 +291304,0,283.849366,1313.336227,30.30402997,0 +291305,156.5348001,1230.668596,1286.808132,30.52061283,0 +291306,62.18491085,855.3395734,1266.068407,33.33773371,0 +291307,88.7684547,858.8548282,1249.35771,35.77934973,0 +291308,93.2222935,862.6414078,1235.882106,38.16791119,0 +291309,97.46311964,867.1352688,1224.857928,40.63274573,0 +291310,101.4647629,871.7569837,1215.824034,42.91855563,0 +291311,105.525567,876.9197653,1208.457298,45.34667291,0 +291312,109.4750249,882.1339136,1202.502734,47.63024142,0 +291313,113.7232849,887.6083792,1197.744119,49.97448561,0 +291314,117.5262442,893.2516271,1193.999683,52.31027797,0 +291315,121.5219917,899.0023948,1191.107401,54.58328198,0 +291316,125.65348,905.097296,1188.936772,56.86680836,0 +291317,129.6760676,911.0635498,1187.373064,59.08447696,0 +291318,133.5195385,917.2823278,1186.32598,61.43831909,0 +291319,137.4875406,929.4146612,1185.714014,63.53248306,0 +291320,141.6203367,938.7841752,1185.476008,65.85776713,0 +291321,145.5297907,948.1232349,1185.555085,68.02485756,0 +291322,149.5427198,957.8118094,1185.903442,70.23371651,0 +291323,153.5423111,967.3427339,1186.481008,72.3658232,0 +291324,157.538995,977.1698597,1187.253987,74.62362145,0 +291325,166.5024438,984.2503022,1188.168711,79.51912999,0 +291326,170.9456741,993.6074599,1189.145382,82.08636881,0 +291327,175.5258584,1003.465688,1190.209486,84.48232565,0 +291328,179.7427635,1013.242564,1191.37885,86.77647678,0 +291329,184.2019233,1023.175383,1192.654144,89.2398897,0 +291330,188.2661062,1033.172799,1194.024717,91.33932792,0 +291331,192.4178429,1042.380034,1195.476341,93.74879033,0 +291332,196.7988899,1051.431025,1196.971291,95.86407423,0 +291333,200.8392722,1060.60759,1198.485363,98.26780844,0 +291334,205.0192423,1069.67611,1200.008305,100.3276249,0 +291335,209.1660325,1078.617378,1201.536453,102.5254968,0 +291336,213.3109515,1087.612991,1203.068075,104.8165336,0 +291337,217.4527754,1096.69378,1204.601534,107.0215171,0 +291338,221.4215434,1105.620864,1206.134981,109.0956399,0 +291339,226.0099501,1114.521515,1207.66656,111.2539739,0 +291340,229.7354362,1124.650323,1209.169697,113.5170401,0 +291341,234.0485597,1137.156051,1210.658138,115.6193257,0 +291342,238.1592943,1140.858573,1212.15601,117.7061592,0 +291343,242.3038615,1158.247598,1213.652464,120.0592079,0 +291344,246.45112,1155.933137,1215.147802,122.0136506,0 +291345,250.6002006,1156.821473,1216.632436,124.2314136,0 +291346,254.7531522,1184.637141,1218.106615,126.35204,0 +291347,258.707421,1183.30753,1219.57629,128.4008505,0 +291348,263.1816438,1194.208296,1221.029718,130.6596502,0 +291349,267.1866121,1203.219469,1222.472613,132.7194613,0 +291350,271.3914813,1211.77061,1223.902203,134.9486882,0 +291351,275.5624149,1220.552433,1225.318189,136.925808,0 +291352,279.7394898,1229.227232,1226.719989,139.025444,0 +291353,283.9200664,1237.883102,1228.107174,141.2648133,0 +291354,288.1065628,1246.518622,1229.424447,143.3081311,0 +291355,292.2965159,1255.19997,1230.763029,145.4361802,0 +291356,296.4927887,1263.581314,1232.093019,147.5463293,0 +291357,300.6931278,1272.30595,1233.410232,149.553052,0 +291358,304.8996154,1280.831163,1234.71236,151.8193267,0 +291359,308.869944,1289.212147,1235.997988,153.9491832,0 +291360,313.7071968,1297.729261,1237.266169,155.9090679,0 +291361,318.3632231,1306.420906,1238.516559,158.4268852,0 +291362,323.7198349,1315.12952,1239.763516,160.7962438,0 +291363,328.7625939,1323.81628,1241.008748,163.1823179,0 +291364,333.8553535,1332.473488,1242.258363,165.4624945,0 +291365,339.0227532,1341.180319,1243.505195,168.0205602,0 +291366,344.1160469,1349.656074,1244.728785,170.3274366,0 +291367,349.3131221,1358.198998,1245.93629,172.7405961,0 +291368,354.4575134,1366.926201,1247.152106,175.1353747,0 +291369,359.6071287,1375.235556,1248.362773,177.5317972,0 +291370,364.8381395,1383.77928,1249.568061,180.0516631,0 +291371,369.9828107,1392.196084,1250.760114,182.1395631,0 +291372,375.2412197,1400.589189,1251.941532,184.8230989,0 +291373,380.4056521,1408.95124,1253.106365,187.1090988,0 +291374,385.3906693,1417.275316,1254.258077,189.5347663,0 +291375,391.0361939,1425.562591,1255.391244,191.9392735,0 +291376,396.1075509,1433.900735,1256.50882,194.3460083,0 +291377,401.3626367,1441.979462,1257.585247,196.7537018,0 +291378,406.6544254,1450.220321,1258.638776,199.1632088,0 +291379,411.9567229,1458.251424,1259.685535,201.4369999,0 +291380,417.1941628,1466.573746,1260.717986,204.0629593,0 +291381,422.5473288,1474.424135,1261.737738,206.3689141,0 +291382,427.7959663,1482.526773,1262.738618,208.8101957,0 +291383,433.1707487,1490.488242,1263.718589,211.2265559,0 +291384,438.4355515,1498.425226,1264.681824,213.6456486,0 +291385,443.7957226,1506.414528,1265.624008,216.0657185,0 +291386,449.1681924,1514.034982,1266.543908,218.6351173,0 +291387,454.4651708,1522.057415,1267.442108,220.8269268,0 +291388,459.8546281,1529.74482,1268.298303,223.3673569,0 +291389,465.2548712,1537.489732,1269.127858,225.7672523,0 +291390,470.5794479,1545.274744,1269.949941,228.044443,0 +291391,476.005259,1556.772163,1270.757523,230.7330845,0 +291392,481.4435542,1559.050716,1271.543059,233.0748916,0 +291393,486.8005244,1577.423616,1272.297584,235.564782,0 +291394,492.2523226,1561.307881,1273.025172,238.029929,0 +291395,497.713676,1580.566389,1273.71406,240.4974352,0 +291396,503.0917872,1590.419421,1274.379736,242.9672615,0 +291397,508.5653769,1593.155824,1275.015852,245.4386633,0 +291398,514.0502717,1601.146052,1275.602532,247.9122611,0 +291399,519.4458416,1607.823679,1276.157374,250.3871454,0 +291400,524.9419823,1614.435181,1276.697732,252.8640159,0 +291401,530.0309162,1621.081758,1277.217693,255.3420322,0 +291402,536.0908912,1627.419516,1277.714441,257.8218609,0 +291403,541.284508,1633.809814,1278.18696,260.1284621,0 +291404,546.7999862,1640.301924,1278.634586,262.8823809,0 +291405,552.4044604,1646.519331,1279.05774,265.2288537,0 +291406,557.7655321,1652.86398,1279.456346,267.74656,0 +291407,563.3828176,1658.882738,1279.830774,270.2317066,0 +291408,568.8568912,1665.060731,1280.162597,272.7193266,0 +291409,574.3844875,1671.086115,1280.466154,275.2071562,0 +291410,579.9115394,1677.065606,1280.758391,277.6962452,0 +291411,585.3963256,1683.085843,1281.033048,280.1857534,0 +291412,591.0532647,1688.786481,1281.287249,282.6763802,0 +291413,596.4857744,1694.656787,1281.519701,285.1672888,0 +291414,602.0312901,1700.371453,1281.729937,287.659218,0 +291415,607.6488908,1705.935917,1281.917923,290.1513203,0 +291416,613.1703442,1711.700505,1282.083737,292.64434,0 +291417,618.7401031,1717.27484,1282.227546,295.1374293,0 +291418,624.3089709,1730.285765,1282.331465,297.6313653,0 +291419,629.8802357,1716.933447,1282.412123,300.1252266,0 +291420,635.4071907,1738.996524,1282.476479,302.6198136,0 +291421,640.5811975,1737.242186,1282.53218,304.710615,0 +291422,645.833616,1743.537165,1282.558588,307.5053214,0 +291423,650.9087395,1748.326367,1282.555213,309.6337728,0 +291424,656.2162077,1753.271992,1282.518305,312.3658974,0 +291425,661.3236431,1758.062186,1282.449271,314.3193511,0 +291426,666.6541986,1762.804521,1282.349259,316.9627534,0 +291427,671.7461747,1767.483127,1282.220511,319.2311444,0 +291428,676.9860381,1772.206723,1282.064145,321.6726142,0 +291429,682.1416209,1776.480661,1281.864284,323.9728228,0 +291430,687.4684109,1781.212415,1281.635494,326.4422949,0 +291431,692.4600485,1785.534596,1281.394218,328.7461597,0 +291432,697.980132,1789.910154,1281.13444,331.1840594,0 +291433,702.8925054,1794.203312,1280.854308,333.4813639,0 +291434,708.3280373,1798.432501,1280.552722,335.9700244,0 +291435,713.3054234,1802.708329,1280.230097,338.2139282,0 +291436,718.7791188,1810.39106,1279.886403,340.6991567,0 +291437,723.7819149,1806.90883,1279.523322,342.9955429,0 +291438,729.2386299,1834.593186,1279.121031,345.4249768,0 +291439,734.1975421,1790.541105,1278.720323,347.7176683,0 +291440,739.5757661,1836.473895,1278.280245,350.1766245,0 +291441,744.7053276,1823.015211,1277.831504,352.4725849,0 +291442,750.0534051,1829.877516,1277.361539,354.8962793,0 +291443,755.1155411,1833.559675,1276.880024,357.1838592,0 +291444,760.4489684,1837.115301,1276.381454,359.6368254,0 +291445,765.6543623,1840.621734,1275.865811,361.927209,0 +291446,770.9087538,1844.058529,1275.332786,364.3436117,0 +291447,776.0184246,1847.426526,1274.782629,366.6247933,0 +291448,781.4010339,1850.725961,1274.215402,368.84734,0 +291449,786.3914191,1854.070292,1273.631559,371.451428,0 +291450,791.8787751,1860.34447,1273.015576,373.7246172,0 +291451,796.7009436,1855.349223,1272.381735,375.9185627,0 +291452,801.9455838,1884.445879,1271.732239,378.2347476,0 +291453,806.6719034,1836.343324,1271.071477,380.3827526,0 +291454,811.7994203,1881.990386,1270.366875,382.6382285,0 +291455,816.6883822,1867.305685,1269.658448,384.7620396,0 +291456,821.6741627,1872.713089,1268.914625,387.0355443,0 +291457,826.5468509,1875.083125,1268.152023,389.150678,0 +291458,831.6561315,1877.289907,1267.366756,391.2545782,0 +291459,836.3338293,1879.428128,1266.561439,393.5535792,0 +291460,841.500467,1881.481875,1265.735524,395.6177465,0 +291461,846.2513361,1883.452174,1264.891231,397.7414205,0 +291462,851.2350498,1885.457219,1264.013073,400.0267456,0 +291463,856.0444835,1887.190651,1263.115709,402.0326253,0 +291464,861.1026706,1892.469178,1262.210515,404.1570309,0 +291465,865.7299809,1885.176003,1261.294918,406.3896463,0 +291466,870.7774505,1911.465331,1260.361032,408.4180519,0 +291467,875.5854429,1868.452024,1259.421739,410.501301,0 +291468,880.2522671,1907.193312,1258.450353,412.7471413,0 +291469,885.4678081,1907.232734,1257.482721,414.7134889,0 +291470,890.0424146,1877.263225,1256.494852,416.7988715,0 +291471,894.7914917,1910.708349,1255.484953,418.9928402,0 +291472,899.8184154,1910.984329,1254.475691,420.983055,0 +291473,904.4983426,1877.970027,1253.449446,423.0570357,0 +291474,909.2817753,1925.709856,1252.386522,425.1930197,0 +291475,914.218485,1881.465164,1251.343728,427.1865692,0 +291476,918.9276179,1922.232269,1250.266548,429.2082502,0 +291477,923.578181,1888.879708,1249.189036,431.3700004,0 +291478,928.6408667,1912.273262,1248.093705,433.3234455,0 +291479,933.1631608,1899.86085,1247.002638,435.3614768,0 +291480,935.1598144,1898.004035,1245.895853,439.7041731,0 +291481,939.4308922,1909.845913,1244.716375,442.1325512,0 +291482,944.1868921,1871.207869,1243.494853,444.2530677,0 +291483,948.5965964,1905.128044,1242.247238,446.5337517,0 +291484,953.3877981,1898.154126,1241.021183,448.6258459,0 +291485,957.8131295,1881.629506,1239.801314,450.8134096,0 +291486,962.6025843,1897.87653,1238.584126,452.8611511,0 +291487,966.9466668,1898.045671,1237.381016,455.0602077,0 +291488,971.8466233,1880.115494,1236.179177,457.0592929,0 +291489,976.1966213,1915.940881,1234.975344,459.2387181,0 +291490,980.9784438,1871.106516,1233.785672,461.2152096,0 +291491,985.4520477,1887.760006,1232.579477,463.4035928,0 +291492,990.083511,1902.597224,1231.385575,465.31155,0 +291493,994.5240731,1870.65703,1230.195332,467.4717336,0 +291494,999.2469955,1909.559299,1228.980535,469.4026765,0 +291495,1003.611204,1875.23933,1227.795134,471.5199422,0 +291496,1008.252449,1875.018205,1226.605001,473.4379932,0 +291497,1012.72191,1899.750047,1225.402881,475.537166,0 +291498,1017.364605,1867.037473,1224.218639,477.4705829,0 +291499,1021.710417,1887.521818,1223.019848,479.503283,0 +291500,1026.396568,1877.51123,1221.826964,481.4128072,0 +291501,1030.712352,1878.384963,1220.636364,483.4732957,0 +291502,1035.381425,1876.58255,1219.452825,485.3430988,0 +291503,1039.680821,1875.114446,1218.273209,487.3937883,0 +291504,1044.332757,1873.519757,1217.097268,489.249254,0 +291505,1048.615291,1871.85409,1215.924936,491.2854674,0 +291506,1054.409939,1870.120145,1214.756209,493.160532,0 +291507,1058.78404,1868.317536,1213.592063,495.1321817,0 +291508,1063.266683,1889.527213,1212.431948,496.9861605,0 +291509,1067.851317,1830.831765,1211.283802,498.9897226,0 +291510,1072.683815,1879.066535,1210.120963,500.8060575,0 +291511,1076.317775,1859.376219,1208.987751,502.7741739,0 +291512,1082.383176,1854.062064,1207.847051,504.5462562,0 +291513,1083.959977,1861.757008,1206.713425,506.4933554,0 +291514,1093.190138,1846.492264,1205.587129,508.2840725,0 +291515,1089.672294,1853.847471,1204.463912,510.1625539,0 +291516,1083.146596,1847.202239,1203.348743,511.9303914,0 +291517,1110.088597,1845.450338,1202.235906,513.8415937,0 +291518,1102.608396,1842.624314,1201.143256,515.5697486,0 +291519,1109.289915,1839.828311,1200.050172,517.4731507,0 +291520,1113.810732,1836.947244,1198.969957,519.1885732,0 +291521,1117.782945,1833.995149,1197.899765,520.9609939,0 +291522,1122.250108,1830.973543,1196.840472,522.8695035,0 +291523,1126.29697,1827.882531,1195.793109,524.5685635,0 +291524,1130.602783,1824.723447,1194.757986,526.3594545,0 +291525,1134.518173,1821.379642,1193.735996,527.8360537,0 +291526,1139.063033,1818.250643,1192.72757,530.0933998,0 +291527,1142.910953,1833.720641,1191.721237,531.5532098,0 +291528,1147.326802,1783.700229,1190.746236,533.489552,0 +291529,1151.223513,1821.630475,1189.768277,535.1556579,0 +291530,1155.694041,1801.289674,1188.831688,536.879879,0 +291531,1159.430447,1800.546174,1187.896664,538.7382108,0 +291532,1163.859712,1797.068853,1186.974636,540.3532504,0 +291533,1167.700301,1793.22326,1186.076839,542.1184467,0 +291534,1172.038468,1789.426638,1185.200025,543.9710519,0 +291535,1175.877426,1785.547866,1184.343701,545.5584275,0 +291536,1180.194284,1781.6066,1183.507456,547.282264,0 +291537,1183.920779,1777.602735,1182.692063,549.1048391,0 +291538,1188.454248,1773.65028,1181.89778,550.729594,0 +291539,1192.041537,1769.248613,1181.125536,552.3744142,0 +291540,1196.405118,1765.3004,1180.375396,554.2475435,0 +291541,1200.154082,1760.882725,1179.648741,555.8306381,0 +291542,1204.168414,1756.491149,1178.9454,557.5069006,0 +291543,1208.275653,1752.017497,1178.266319,559.3094965,0 +291544,1212.164907,1747.482275,1177.562053,560.9087346,0 +291545,1216.013401,1742.888518,1176.852159,562.6056288,0 +291546,1220.358278,1738.125773,1176.164485,564.3388063,0 +291547,1224.024707,1733.575856,1175.514279,565.9193864,0 +291548,1228.01523,1746.218318,1174.901679,567.6191635,0 +291549,1232.16275,1698.382989,1174.341927,569.3722793,0 +291550,1235.960572,1753.908356,1173.787667,570.9584859,0 +291551,1239.767322,1678.843113,1173.288743,572.5963157,0 +291552,1244.083479,1736.715651,1172.780637,574.3695147,0 +291553,1247.811644,1683.576413,1172.317843,575.9395368,0 +291554,1251.73781,1707.168876,1171.860322,577.5684548,0 +291555,1255.992634,1692.138753,1171.440798,579.2934248,0 +291556,1259.630224,1688.516,1171.035251,580.9151108,0 +291557,1263.5985,1683.395513,1170.649166,582.5054247,0 +291558,1267.723227,1677.972852,1170.280621,584.3088307,0 +291559,1271.493511,1672.780322,1169.927667,585.8012893,0 +291560,1275.369489,1667.311261,1169.59035,587.4438736,0 +291561,1279.492492,1661.882487,1169.266904,589.1859234,0 +291562,1283.244451,1656.389063,1168.957911,590.7313716,0 +291563,1287.100432,1650.846445,1168.661376,592.3355262,0 +291564,1291.306229,1645.150413,1168.37802,594.0366912,0 +291565,1294.881201,1639.659715,1168.106379,595.6354556,0 +291566,1298.692741,1633.900494,1167.84684,597.2012614,0 +291567,1302.916278,1628.2876,1167.598048,598.9420998,0 +291568,1306.549864,1622.357791,1167.360968,600.4715699,0 +291569,1310.38204,1616.606256,1167.13371,602.0598861,0 +291570,1314.526742,1610.713943,1166.917428,603.8210599,0 +291571,1318.094703,1604.787534,1166.711874,605.3282348,0 +291572,1321.808021,1598.684566,1166.515093,606.8055381,0 +291573,1325.552194,1592.579328,1166.324898,608.3528303,0 +291574,1329.624096,1586.402202,1166.141055,609.9668915,0 +291575,1332.957168,1580.071815,1165.965431,611.490625,0 +291576,1336.798105,1573.948781,1165.796523,613.0491849,0 +291577,1340.405971,1590.649482,1165.635267,614.5965303,0 +291578,1344.191699,1527.391024,1165.50007,616.1398713,0 +291579,1348.036656,1571.602102,1165.341203,617.6791939,0 +291580,1351.652288,1544.58962,1165.215548,619.2145382,0 +291581,1355.209812,1541.739791,1165.090634,620.7459839,0 +291582,1358.842145,1535.380073,1164.969514,622.2735274,0 +291583,1362.592393,1528.744434,1164.853218,623.7545576,0 +291584,1366.47111,1522.163885,1164.742577,625.3394446,0 +291585,1369.90566,1515.53197,1164.639492,626.8233373,0 +291586,1373.68476,1508.865195,1164.542799,628.3432627,0 +291587,1377.063116,1502.166166,1164.453955,629.8953191,0 +291588,1380.843803,1495.429817,1164.371583,631.3350281,0 +291589,1384.593806,1488.668715,1164.297016,632.8695744,0 +291590,1388.122977,1481.875265,1164.229028,634.3605118,0 +291591,1391.602905,1475.054126,1164.168616,635.8554659,0 +291592,1395.259491,1468.206182,1164.114644,637.3469899,0 +291593,1398.769452,1461.235837,1164.068311,638.8352902,0 +291594,1402.423312,1454.472993,1164.028315,640.2765587,0 +291595,1406.151761,1447.578219,1163.995942,641.8250229,0 +291596,1409.634608,1440.515819,1163.969942,643.2706944,0 +291597,1413.07323,1433.618785,1163.951301,644.7540837,0 +291598,1416.797492,1426.52937,1163.938963,646.2269055,0 +291599,1420.09442,1419.660653,1163.934102,647.696998,0 +291600,1426.071733,1412.580907,1163.935337,649.1641885,0 +291601,1425.27043,1405.402268,1163.944943,650.5085864,0 +291602,1437.72919,1398.293457,1163.952763,651.8037311,0 +291603,1420.401921,1390.863363,1163.961102,653.0806861,0 +291604,1442.314579,1383.831687,1163.953936,654.3488737,0 +291605,1458.006479,1376.51926,1163.953,655.6562341,0 +291606,1410.449342,1369.288172,1163.950919,656.8009356,0 +291607,1460.581537,1361.947973,1163.924385,658.1570647,0 +291608,1444.138699,1354.812116,1163.925724,659.3649535,0 +291609,1450.770953,1347.574821,1163.910572,660.6188293,0 +291610,1453.640459,1340.198419,1163.901322,661.8611291,0 +291611,1456.687433,1332.907851,1163.892927,663.1002397,0 +291612,1459.427537,1325.747739,1163.886655,664.3359051,0 +291613,1462.424117,1318.426136,1163.882829,665.5686121,0 +291614,1465.305508,1311.180484,1163.881934,666.7981918,0 +291615,1468.199606,1303.928817,1163.884256,668.0251251,0 +291616,1471.086511,1296.683557,1163.889788,669.2492259,39.673169 +291617,1473.967802,1289.452113,1163.9087,670.4709653,16.5894449 +291618,1476.842421,1282.231618,1163.919522,671.6901238,48.18426261 +291619,1479.712903,1274.943391,1163.944384,672.9071811,7.35309305 +291620,1482.577415,1267.869467,1163.958486,674.1219751,44.35790618 +291621,1485.438221,1260.722056,1163.991365,675.2888084,35.88443638 +291622,1488.295027,1253.469589,1164.02181,676.5699682,38.35107329 +291623,1491.265391,1246.316325,1164.057993,677.7445431,40.94866424 +291624,1493.935214,1239.316669,1164.099021,678.9602156,42.68619824 +291625,1496.872804,1232.183835,1164.144718,680.1666598,45.03428042 +291626,1499.698627,1225.070741,1164.195442,681.3715841,46.78791389 +291627,1502.424722,1218.242877,1164.250988,682.6222317,48.8195208 +291628,1505.452103,1211.093895,1164.311655,683.7536257,50.70609326 +291629,1508.204721,1204.213325,1164.377344,684.990646,52.67506665 +291630,1511.070631,1197.21199,1164.44816,686.1831146,54.53261365 +291631,1513.800375,1190.351873,1164.524101,687.3178493,56.48096732 +291632,1516.507264,1183.426091,1164.60271,688.4381788,58.3083998 +291633,1519.206343,1176.346567,1164.682157,689.5511779,60.23627601 +291634,1521.901961,1169.639122,1164.761977,690.6582703,62.07281558 +291635,1524.596367,1162.752405,1164.84247,691.7608209,63.89467897 +291636,1527.411634,1155.913539,1164.923973,692.8589056,65.78762786 +291637,1529.925986,1168.562654,1165.00666,693.9058094,67.63009677 +291638,1532.7199,1114.205813,1165.110281,695.0685865,69.35965426 +291639,1535.409288,1170.088642,1165.186448,696.1202677,71.26078535 +291640,1538.117616,1096.88358,1165.293934,697.2125984,72.98287508 +291641,1540.82458,1152.198996,1165.368297,698.2941801,74.88904068 +291642,1543.528737,1098.367728,1165.466094,699.3727165,76.5331191 +291643,1546.230617,1127.147645,1165.564235,700.4489263,78.37221604 +291644,1548.929397,1105.886865,1165.661679,701.5224453,80.20602265 +291645,1551.626873,1108.01875,1165.759179,702.5938633,81.82873378 +291646,1554.321115,1101.569701,1165.866882,703.6628475,83.73509969 +291647,1557.013937,1097.4969,1165.977533,704.7299976,85.31637547 +291648,1559.704206,1092.970124,1166.092356,705.7949437,87.16840239 +291649,1562.39323,1088.646261,1166.2108,706.8582397,88.85366835 +291650,1565.202162,1084.235722,1166.332899,707.919532,90.57722145 +291651,1567.698407,1080.091379,1166.458683,708.9793422,92.24617936 +291652,1574.285492,1075.789671,1166.587971,710.0373065,94.02923304 +291653,1567.341721,1071.689519,1166.722742,711.0939303,95.68842267 +291654,1596.86294,1067.588809,1166.856078,712.1976087,97.39389929 +291655,1550.076617,1063.497425,1167.006584,713.1281129,99.08084931 +291656,1594.944524,1059.645863,1167.135934,714.2914691,100.7661227 +291657,1580.924033,1055.713898,1167.295535,715.2969311,102.4362848 +291658,1586.2608,1051.918053,1167.444219,716.3547314,104.0540195 +291659,1589.277578,1048.254026,1167.600963,717.4029523,105.8098215 +291660,1591.817417,1044.502673,1167.761277,718.4497667,107.4232088 +291661,0,0,0,0,0 +291662,0,0,0,0,0 +291663,0,0,0,0,0 +291664,0,0,0,0,0 +291665,0,0,0,0,0 +291666,0,0,0,0,0 +291667,0,0,0,0,0 +291668,0,0,0,0,0 +291669,0,0,0,0,0 +291670,0,0,0,0,0 +291671,0,0,0,0,0 +291672,0,0,0,0,0 +291673,0,0,0,0,0 +291674,0,0,0,0,0 +291675,0,0,0,0,0 +291676,0,0,0,0,0 +291677,0,0,0,0,0 +291678,0,0,0,0,0 +291679,0,0,0,0,0 +291680,0,0,0,0,0 +291681,0,0,0,0,0 +291682,0,0,0,0,0 +291683,0,0,0,0,0 +291684,0,0,0,0,0 +291685,0,0,0,0,0 +291686,0,0,0,0,0 +291687,0,0,0,0,0 +291688,0,0,0,0,0 +291689,0,0,0,0,0 +291690,0,0,0,0,0 +291691,0,0,0,0,0 +291692,0,0,0,0,0 +291693,0,0,0,0,0 +291694,0,0,0,0,0 +291695,0,0,0,0,0 +291696,0,0,0,0,0 +291697,0,0,0,0,0 +291698,0,0,0,0,0 +291699,0,0,0,0,0 +291700,0,0,0,0,0 +291701,0,0,0,0,0 +291702,0,0,0,0,0 +291703,0,0,0,0,0 +291704,0,0,0,0,0 +291705,0,0,0,0,0 +291706,0,0,0,0,0 +291707,0,0,0,0,0 +291708,0,0,0,0,0 +291709,0,0,0,0,0 +291710,0,0,0,0,0 +291711,0,0,0,0,0 +291712,0,0,0,0,0 +291713,0,0,0,0,0 +291714,0,0,0,0,0 +291715,0,0,0,0,0 +291716,0,0,0,0,0 +291717,0,0,0,0,0 +291718,0,0,0,0,0 +291719,0,0,0,0,0 +291720,0,0,0,0,0 +291721,0,0,0,0,0 +291722,0,0,0,0,0 +291723,0,0,0,0,0 +291724,0,0,0,0,0 +291725,0,0,0,0,0 +291726,0,0,0,0,0 +291727,0,0,0,0,0 +291728,0,0,0,0,0 +291729,0,0,0,0,0 +291730,0,0,0,0,0 +291731,0,0,0,0,0 +291732,0,0,0,0,0 +291733,0,0,0,0,0 +291734,0,0,0,0,0 +291735,0,0,0,0,0 +291736,0,0,0,0,0 +291737,0,0,0,0,0 +291738,0,0,0,0,0 +291739,0,0,0,0,0 +291740,0,0,0,0,0 +291741,0,0,0,0,0 +291742,0,0,0,0,0 +291743,0,0,0,0,0 +291744,0,0,0,0,0 +291745,0,0,0,0,0 +291746,0,0,0,0,0 +291747,0,0,0,0,0 +291748,0,0,0,0,0 +291749,0,0,0,0,0 +291750,0,0,0,0,0 +291751,0,0,0,0,0 +291752,0,0,0,0,0 +291753,0,0,0,0,0 +291754,0,0,0,0,0 +291755,0,0,0,0,0 +291756,0,0,0,0,0 +291757,0,0,0,0,0 +291758,0,0,0,0,0 +291759,0,0,0,0,0 +291760,0,0,0,0,0 +291761,0,0,0,0,0 +291762,0,0,0,0,0 +291763,0,0,0,0,0 +291764,0,0,0,0,0 +291765,0,0,0,0,0 +291766,0,0,0,0,0 +291767,0,0,0,0,0 +291768,0,0,0,0,0 +291769,0,0,0,0,0 +291770,0,0,0,0,0 +291771,0,0,0,0,0 +291772,0,0,0,0,0 +291773,0,0,0,0,0 +291774,0,0,0,0,0 +291775,0,0,0,0,0 +291776,0,0,0,0,0 +291777,0,0,0,0,0 +291778,0,0,0,0,0 +291779,0,0,0,0,0 +291780,0,0,0,0,0 +291781,0,0,0,0,0 +291782,0,0,0,0,0 +291783,0,0,0,0,0 +291784,0,0,0,0,0 +291785,0,0,0,0,0 +291786,0,0,0,0,0 +291787,0,0,0,0,0 +291788,0,0,0,0,0 +291789,0,0,0,0,0 +291790,0,0,0,0,0 +291791,0,0,0,0,0 +291792,0,0,0,0,0 +291793,0,0,0,0,0 +291794,0,0,0,0,0 +291795,0,0,0,0,0 +291796,0,0,0,0,0 +291797,0,0,0,0,0 +291798,0,0,0,0,0 +291799,0,0,0,0,0 +291800,0,0,0,0,0 +291801,0,0,0,0,0 +291802,0,0,0,0,0 +291803,0,0,0,0,0 +291804,0,0,0,0,0 +291805,0,0,0,0,0 +291806,0,0,0,0,0 +291807,0,0,0,0,0 +291808,0,0,0,0,0 +291809,0,0,0,0,0 +291810,0,0,0,0,0 +291811,0,0,0,0,0 +291812,0,0,0,0,0 +291813,0,0,0,0,0 +291814,0,0,0,0,0 +291815,0,0,0,0,0 +291816,0,0,0,0,0 +291817,0,0,0,0,0 +291818,0,0,0,0,0 +291819,0,0,0,0,0 +291820,0,0,0,0,0 +291821,0,0,0,0,0 +291822,0,0,0,0,0 +291823,0,0,0,0,0 +291824,0,0,0,0,0 +291825,0,0,0,0,0 +291826,0,0,0,0,0 +291827,0,0,0,0,0 +291828,0,0,0,0,0 +291829,0,0,0,0,0 +291830,0,0,0,0,0 +291831,0,0,0,0,0 +291832,0,0,0,0,0 +291833,0,0,0,0,0 +291834,0,0,0,0,0 +291835,0,0,0,0,0 +291836,0,0,0,0,0 +291837,0,0,0,0,0 +291838,0,0,0,0,0 +291839,0,0,0,0,0 +291840,0,0,0,0,0 +291841,0,0,0,85.67289059,0 +291842,0,0,0,63.64568561,0 +291843,0,0,0,106.6368375,0 +291844,0,0,0,100.4981759,0 +291845,0,0,0,115.7583334,0 +291846,0,0,0,125.2307092,0 +291847,0,0,0,134.4731124,0 +291848,0,0,0,143.5448715,0 +291849,0,0,0,152.488148,0 +291850,0,0,0,161.1903876,0 +291851,0,0,0,169.7020865,0 +291852,0,0,0,178.1337798,0 +291853,0,0,0,186.4312133,0 +291854,0,0,0,194.4954127,0 +291855,0,0,0,202.3834538,0 +291856,0,0,0,210.2883465,0 +291857,0,0,0,217.8284331,0 +291858,0,0,0,225.5488001,0 +291859,0,0,0,232.6865506,0 +291860,0,0,0,240.1202126,0 +291861,0,0,0,247.1784193,0 +291862,0,0,0,254.0907958,0 +291863,0,0,0,261.1729974,0 +291864,0,0,0,267.6199921,0 +291865,0,0,0,274.4686145,0 +291866,0,0,0,280.9604911,0 +291867,0,0,0,287.1166237,0 +291868,0,0,0,293.5950114,0 +291869,0,0,0,299.5424938,0 +291870,0,0,0,305.8588318,0 +291871,0,0,0,310.1637226,0 +291872,0,0,0,308.0213534,0 +291873,0,0,0,310.8828211,0 +291874,0,0,0,314.1969876,0 +291875,0,0,0,317.2180831,0 +291876,0,0,0,320.5378399,0 +291877,0,0,0,323.334129,0 +291878,0,0,0,326.2275238,0 +291879,0,0,0,328.8274981,0 +291880,0,0,0,331.4157089,0 +291881,0,0,0,333.7292948,0 +291882,0,0,0,335.9627059,0 +291883,0,0,0,338.1795008,0 +291884,0,0,0,339.8432887,0 +291885,0,0,0,341.9434683,0 +291886,0,0,0,343.5274569,0 +291887,0,0,0,345.1124858,0 +291888,0,0,0,346.546654,0 +291889,0,0,0,347.8531028,0 +291890,0,0,0,349.0327743,0 +291891,0,0,0,350.0873471,0 +291892,0,0,0,351.0179989,0 +291893,0,0,0,351.826217,0 +291894,0,0,0,352.5130763,0 +291895,0,0,0,353.0799544,0 +291896,0,0,0,353.5278342,0 +291897,0,0,0,353.8689968,0 +291898,0,0,0,354.0784556,0 +291899,0,0,0,354.1682,0 +291900,0,0,0,354.1421845,0 +291901,0,0,0,354.0039272,0 +291902,0,0,0,353.7561628,0 +291903,0,0,0,353.4002992,0 +291904,0,0,0,352.9421532,0 +291905,0,0,0,352.3693066,0 +291906,0,0,0,351.706014,0 +291907,0,0,0,350.9186613,0 +291908,0,0,0,350.0529317,0 +291909,0,0,0,330.8962919,0 +291910,0,0,0,327.0603982,0 +291911,0,0,0,324.3740139,0 +291912,0,0,0,321.9537815,0 +291913,0,0,0,319.6267436,0 +291914,0,0,0,317.3294632,0 +291915,0,0,0,315.1462271,0 +291916,0,0,0,312.653382,0 +291917,0,0,0,310.3857604,0 +291918,0,0,0,307.9763942,0 +291919,0,0,0,305.5441592,0 +291920,0,0,0,302.9544846,0 +291921,0,0,0,300.5917145,0 +291922,0,0,0,298.041821,0 +291923,0,0,0,295.2792612,0 +291924,0,0,0,292.6771869,0 +291925,0,0,0,289.9272588,0 +291926,0,0,0,287.1394767,0 +291927,0,0,0,284.295295,0 +291928,0,0,0,281.3940059,0 +291929,0,0,0,278.5405366,0 +291930,0,0,0,275.2666562,0 +291931,0,0,0,271.5638195,0 +291932,0,0,0,267.3100615,0 +291933,0,0,0,263.1060524,0 +291934,0,0,0,258.5024697,0 +291935,0,0,0,253.887646,0 +291936,0,0,0,249.3735444,0 +291937,0,0,0,244.329027,0 +291938,0,0,0,239.5246718,0 +291939,0,0,0,234.1647231,0 +291940,0,0,0,229.1167774,0 +291941,0,0,0,206.6634544,0 +291942,0,0,0,198.2880249,0 +291943,0,0,0,191.2833898,0 +291944,0,0,0,184.3412005,0 +291945,0,0,0,177.4919183,0 +291946,0,0,0,170.679877,0 +291947,0,0,0,163.6762863,0 +291948,0,0,0,156.8171815,0 +291949,0,0,0,149.6856739,0 +291950,0,0,0,142.6226717,0 +291951,0,0,0,135.4816731,0 +291952,0,0,0,128.1895044,0 +291953,0,0,0,120.8594878,0 +291954,0,0,0,113.3922098,0 +291955,0,0,0,105.9495608,0 +291956,0,0,0,98.32190966,0 +291957,0,0,0,90.64989038,0 +291958,0,0,0,83.16376083,0 +291959,0,0,0,74.85311686,0 +291960,0,0,0,67.07779384,0 +291961,0,0,0,97.62000355,0 +291962,0,0,0,0,0 +291963,0,0,0,98.38145574,0 +291964,0,0,0,0,0 +291965,0,0,0,22.64199284,0 +291966,0,0,0,25.72541731,0 +291967,0,0,0,0,0 +291968,0,0,0,0,0 +291969,0,0,0,0,0 +291970,0,0,0,0,0 +291971,0,0,0,0,0 +291972,0,0,0,0,0 +291973,0,0,0,0,0 +291974,0,0,0,0,0 +291975,0,0,0,0,0 +291976,0,0,0,0,0 +291977,0,0,0,0,0 +291978,0,0,0,0,0 +291979,0,0,0,0,0 +291980,0,0,0,0,0 +291981,0,0,0,0,0 +291982,0,0,0,0,0 +291983,0,0,0,0,0 +291984,0,0,0,0,0 +291985,0,0,0,0,0 +291986,0,0,0,0,0 +291987,0,0,0,0,0 +291988,0,0,0,0,0 +291989,0,0,0,0,0 +291990,0,0,0,0,0 +291991,0,0,0,0,0 +291992,0,0,0,0,0 +291993,0,0,0,0,0 +291994,0,0,0,0,0 +291995,0,0,0,0,0 +291996,0,0,0,0,0 +291997,0,0,0,0,0 +291998,0,0,0,0,0 +291999,0,0,0,0,0 +292000,0,0,0,0,0 +292001,0,0,0,0,0 +292002,0,0,0,0,0 +292003,0,0,0,0,0 +292004,0,0,0,0,0 +292005,0,0,0,0,0 +292006,0,0,0,0,0 +292007,0,0,0,0,0 +292008,0,0,0,0,0 +292009,0,0,0,0,0 +292010,0,0,0,0,0 +292011,0,0,0,0,0 +292012,0,0,0,0,0 +292013,0,0,0,0,0 +292014,0,0,0,0,0 +292015,0,0,0,0,0 +292016,0,0,0,0,0 +292017,0,0,0,0,0 +292018,0,0,0,0,0 +292019,0,0,0,0,0 +292020,0,0,0,0,0 +292021,0,0,0,0,0 +292022,0,0,0,0,0 +292023,0,0,0,0,0 +292024,0,0,0,0,0 +292025,0,0,0,0,0 +292026,0,0,0,0,0 +292027,0,0,0,0,0 +292028,0,0,0,0,0 +292029,0,0,0,0,0 +292030,0,0,0,0,0 +292031,0,0,0,0,0 +292032,0,0,0,0,0 +292033,0,0,0,0,0 +292034,0,0,0,0,0 +292035,0,0,0,0,0 +292036,0,0,0,0,0 +292037,0,0,0,0,0 +292038,0,0,0,0,0 +292039,0,0,0,0,0 +292040,0,0,0,0,0 +292041,0,0,0,0,0 +292042,0,0,0,0,0 +292043,0,0,0,0,0 +292044,0,0,0,0,0 +292045,0,0,0,0,0 +292046,0,0,0,0,0 +292047,0,0,0,0,0 +292048,0,0,0,0,0 +292049,0,0,0,0,0 +292050,0,0,0,0,0 +292051,0,0,0,0,0 +292052,0,0,0,0,0 +292053,0,0,0,0,0 +292054,0,0,0,0,0 +292055,0,0,0,0,0 +292056,0,0,0,0,0 +292057,0,0,0,0,0 +292058,0,0,0,0,0 +292059,0,0,0,0,0 +292060,0,0,0,0,0 +292061,0,0,0,0,0 +292062,0,0,0,0,0 +292063,0,0,0,0,0 +292064,0,0,0,0,0 +292065,0,0,0,0,0 +292066,0,0,0,0,0 +292067,0,0,0,0,0 +292068,0,0,0,0,0 +292069,0,0,0,0,0 +292070,0,0,0,0,0 +292071,0,0,0,0,0 +292072,0,0,0,0,0 +292073,0,0,0,0,0 +292074,0,0,0,0,0 +292075,0,0,0,0,0 +292076,0,0,0,0,0 +292077,0,0,0,0,0 +292078,0,0,0,0,0 +292079,0,0,0,0,0 +292080,0,0,0,0,0 +292081,0,0,0,0,0 +292082,0,0,0,0,0 +292083,0,0,0,0,0 +292084,0,0,0,0,0 +292085,0,0,0,0,0 +292086,0,0,0,0,0 +292087,0,0,0,0,0 +292088,0,0,0,0,0 +292089,0,0,0,0,0 +292090,0,0,0,0,0 +292091,0,0,0,0,0 +292092,0,0,0,0,0 +292093,0,0,0,0,0 +292094,0,0,0,0,0 +292095,0,0,0,0,0 +292096,0,0,0,0,0 +292097,0,0,0,0,0 +292098,0,0,0,0,0 +292099,0,0,0,0,0 +292100,0,0,0,0,0 +292101,0,0,0,0,0 +292102,0,0,0,0,0 +292103,0,0,0,0,0 +292104,0,0,0,0,0 +292105,0,0,0,0,0 +292106,0,0,0,0,0 +292107,0,0,0,0,0 +292108,0,0,0,0,0 +292109,0,0,0,0,0 +292110,0,0,0,0,0 +292111,0,0,0,0,0 +292112,0,0,0,0,0 +292113,0,0,0,0,0 +292114,0,0,0,0,0 +292115,0,0,0,0,0 +292116,0,0,0,0,0 +292117,0,0,0,0,0 +292118,0,0,0,0,0 +292119,0,0,0,0,0 +292120,0,0,0,0,0 +292121,0,0,0,0,0 +292122,0,0,0,0,0 +292123,0,0,0,0,0 +292124,0,0,0,0,0 +292125,0,0,0,0,0 +292126,0,0,0,0,0 +292127,0,0,0,0,0 +292128,0,0,0,0,0 +292129,0,0,0,0,0 +292130,0,0,0,0,0 +292131,0,0,0,0,0 +292132,0,0,0,0,0 +292133,0,0,0,0,0 +292134,0,0,0,0,0 +292135,0,0,0,0,0 +292136,0,0,0,0,0 +292137,0,0,0,0,0 +292138,0,0,0,0,0 +292139,0,0,0,0,0 +292140,0,0,0,0,0 +292141,0,0,0,0,0 +292142,0,0,0,0,0 +292143,0,0,0,0,0 +292144,0,0,0,0,0 +292145,0,0,0,0,0 +292146,0,0,0,0,0 +292147,0,0,0,0,0 +292148,0,0,0,0,0 +292149,0,0,0,0,0 +292150,0,0,0,0,0 +292151,0,0,0,0,0 +292152,0,0,0,0,0 +292153,0,0,0,0,0 +292154,0,0,0,0,0 +292155,0,0,0,0,0 +292156,0,0,0,0,0 +292157,0,0,0,0,0 +292158,0,0,0,0,0 +292159,0,0,0,0,0 +292160,0,0,0,0,0 +292161,0,0,0,0,0 +292162,0,0,0,0,0 +292163,0,0,0,0,0 +292164,0,0,0,0,0 +292165,0,0,0,0,0 +292166,0,0,0,0,0 +292167,0,0,0,0,0 +292168,0,0,0,0,0 +292169,0,0,0,0,0 +292170,0,0,0,0,0 +292171,0,0,0,0,0 +292172,0,0,0,0,0 +292173,0,0,0,0,0 +292174,0,0,0,0,0 +292175,0,0,0,0,0 +292176,0,0,0,0,0 +292177,0,0,0,0,0 +292178,0,0,0,0,0 +292179,0,0,0,0,0 +292180,0,0,0,0,0 +292181,0,0,0,0,0 +292182,0,0,0,0,0 +292183,0,0,0,0,0 +292184,0,0,0,0,0 +292185,0,0,0,0,0 +292186,0,0,0,0,0 +292187,0,0,0,0,0 +292188,0,0,0,0,0 +292189,0,0,0,0,0 +292190,0,0,0,0,0 +292191,0,0,0,0,0 +292192,0,0,0,0,0 +292193,0,0,0,0,0 +292194,0,0,0,0,0 +292195,0,0,0,0,0 +292196,0,0,0,0,0 +292197,0,0,0,0,0 +292198,0,0,0,0,0 +292199,0,0,0,0,0 +292200,0,0,0,0,0 +292201,0,0,0,0,0 +292202,0,0,0,0,0 +292203,0,0,0,0,0 +292204,0,0,0,0,0 +292205,0,0,0,0,0 +292206,0,0,0,0,0 +292207,0,0,0,0,0 +292208,0,0,0,0,0 +292209,0,0,0,0,0 +292210,0,0,0,0,0 +292211,0,0,0,0,0 +292212,0,0,0,0,0 +292213,0,0,0,0,0 +292214,0,0,0,0,0 +292215,0,0,0,0,0 +292216,0,0,0,0,0 +292217,0,0,0,0,0 +292218,0,0,0,0,0 +292219,0,0,0,0,0 +292220,0,0,0,0,0 +292221,0,0,0,0,0 +292222,0,0,0,0,0 +292223,0,0,0,0,0 +292224,0,0,0,0,0 +292225,0,0,0,0,0 +292226,0,0,0,0,0 +292227,0,0,0,0,0 +292228,0,0,0,0,0 +292229,0,0,0,0,0 +292230,0,0,0,0,0 +292231,0,0,0,0,0 +292232,0,0,0,0,0 +292233,0,0,0,0,0 +292234,0,0,0,0,0 +292235,0,0,0,0,0 +292236,0,0,0,0,0 +292237,0,0,0,0,0 +292238,0,0,0,0,0 +292239,0,0,0,0,0 +292240,0,0,0,0,0 +292241,0,0,0,0,0 +292242,0,0,0,0,0 +292243,0,0,0,0,0 +292244,0,0,0,0,0 +292245,0,0,0,0,0 +292246,0,0,0,0,0 +292247,0,0,0,0,0 +292248,0,0,0,0,0 +292249,0,0,0,0,0 +292250,0,0,0,0,0 +292251,0,0,0,0,0 +292252,0,0,0,0,0 +292253,0,0,0,0,0 +292254,0,0,0,0,0 +292255,0,0,0,0,0 +292256,0,0,0,0,0 +292257,0,0,0,0,0 +292258,0,0,0,0,0 +292259,0,0,0,0,0 +292260,0,0,0,0,0 +292261,0,0,0,0,0 +292262,0,0,0,0,0 +292263,0,0,0,0,0 +292264,0,0,0,0,0 +292265,0,0,0,0,0 +292266,0,0,0,0,0 +292267,0,0,0,0,0 +292268,0,0,0,0,0 +292269,0,0,0,0,0 +292270,0,0,0,0,0 +292271,0,0,0,0,0 +292272,0,0,0,0,0 +292273,0,0,0,0,0 +292274,0,0,0,0,0 +292275,0,0,0,0,0 +292276,0,0,0,0,0 +292277,0,0,0,0,0 +292278,0,0,0,0,0 +292279,0,0,0,0,0 +292280,0,0,0,0,0 +292281,0,0,0,0,0 +292282,0,0,0,0,0 +292283,0,0,0,0,0 +292284,0,0,0,0,0 +292285,0,0,0,0,0 +292286,0,0,0,0,0 +292287,0,0,0,0,0 +292288,0,0,0,0,0 +292289,0,0,0,0,0 +292290,0,0,0,0,0 +292291,0,0,0,0,0 +292292,0,0,0,0,0 +292293,0,0,0,0,0 +292294,0,0,0,0,0 +292295,0,0,0,0,0 +292296,0,0,0,0,0 +292297,0,0,0,0,0 +292298,0,0,0,0,0 +292299,0,0,0,0,0 +292300,0,0,0,0,0 +292301,0,0,0,0,0 +292302,0,0,0,0,0 +292303,0,0,0,0,0 +292304,0,0,0,0,0 +292305,0,0,0,0,0 +292306,0,0,0,0,0 +292307,0,0,0,0,0 +292308,0,0,0,0,0 +292309,0,0,0,0,0 +292310,0,0,0,0,0 +292311,0,0,0,0,0 +292312,0,0,0,0,0 +292313,0,0,0,0,0 +292314,0,0,0,0,0 +292315,0,0,0,0,0 +292316,0,0,0,0,0 +292317,0,0,0,0,0 +292318,0,0,0,0,0 +292319,0,0,0,0,0 +292320,0,0,0,0,0 +292321,0,0,0,0,0 +292322,0,0,0,0,0 +292323,0,0,0,0,0 +292324,0,0,0,0,0 +292325,0,0,0,0,0 +292326,0,0,0,0,0 +292327,0,0,0,0,0 +292328,0,0,0,0,0 +292329,0,0,0,0,0 +292330,0,0,0,0,0 +292331,0,0,0,0,0 +292332,0,0,0,0,0 +292333,0,0,0,0,0 +292334,0,0,0,0,0 +292335,0,0,0,0,0 +292336,0,0,0,0,0 +292337,0,0,0,0,0 +292338,0,0,0,0,0 +292339,0,0,0,0,0 +292340,0,0,0,0,0 +292341,0,0,0,0,0 +292342,0,0,0,0,0 +292343,0,0,0,0,0 +292344,0,0,0,0,0 +292345,0,0,0,0,0 +292346,0,0,0,0,0 +292347,0,0,0,0,0 +292348,0,0,0,0,0 +292349,0,0,0,0,0 +292350,0,0,0,0,0 +292351,0,0,0,0,0 +292352,0,0,0,0,0 +292353,0,0,0,0,0 +292354,0,0,0,0,0 +292355,0,0,0,0,0 +292356,0,0,0,0,0 +292357,0,0,0,0,0 +292358,0,0,0,0,0 +292359,0,0,0,0,0 +292360,0,0,0,0,0 +292361,0,0,0,0,0 +292362,0,0,0,0,0 +292363,0,0,0,0,0 +292364,0,0,0,0,0 +292365,0,0,0,0,0 +292366,0,0,0,0,0 +292367,0,0,0,0,0 +292368,0,0,0,0,0 +292369,0,0,0,0,0 +292370,0,0,0,0,0 +292371,0,0,0,0,0 +292372,0,0,0,0,0 +292373,0,0,0,0,0 +292374,0,0,0,0,0 +292375,0,0,0,0,0 +292376,0,0,0,0,0 +292377,0,0,0,0,0 +292378,0,0,0,0,0 +292379,0,0,0,0,0 +292380,0,0,0,0,0 +292381,0,0,0,0,0 +292382,0,0,0,0,0 +292383,0,0,0,0,0 +292384,0,0,0,0,0 +292385,0,0,0,0,0 +292386,0,0,0,0,0 +292387,0,0,0,0,0 +292388,0,0,0,0,0 +292389,0,0,0,0,0 +292390,0,0,0,0,0 +292391,0,0,0,0,0 +292392,0,0,0,0,0 +292393,0,0,0,0,0 +292394,0,0,0,0,0 +292395,0,0,0,0,0 +292396,0,0,0,0,0 +292397,0,0,0,0,0 +292398,0,0,0,0,0 +292399,0,0,0,0,0 +292400,0,0,0,0,0 +292401,0,0,0,0,0 +292402,0,0,0,0,0 +292403,0,0,0,0,0 +292404,0,0,0,0,0 +292405,0,0,0,0,0 +292406,0,0,0,0,0 +292407,0,0,0,0,0 +292408,0,0,0,0,0 +292409,0,0,0,0,0 +292410,0,0,0,0,0 +292411,0,0,0,0,0 +292412,0,0,0,0,0 +292413,0,0,0,0,0 +292414,0,0,0,0,0 +292415,0,0,0,0,0 +292416,0,0,0,0,0 +292417,0,0,0,0,0 +292418,0,0,0,0,0 +292419,0,0,0,0,0 +292420,0,0,0,0,0 +292421,0,0,0,0,0 +292422,0,0,0,0,0 +292423,0,0,0,0,0 +292424,0,0,0,0,0 +292425,0,0,0,0,0 +292426,0,0,0,0,0 +292427,0,0,0,0,0 +292428,0,0,0,0,0 +292429,0,0,0,0,0 +292430,0,0,0,0,0 +292431,0,0,0,0,0 +292432,0,0,0,0,0 +292433,0,0,0,0,0 +292434,0,0,0,0,0 +292435,0,0,0,0,0 +292436,0,0,0,0,0 +292437,0,0,0,0,0 +292438,0,0,0,0,0 +292439,0,0,0,0,0 +292440,0,0,0,0,0 +292441,0,0,0,0,0 +292442,0,0,0,0,0 +292443,0,0,0,0,0 +292444,0,0,0,0,0 +292445,0,0,0,0,0 +292446,0,0,0,0,0 +292447,0,0,0,0,0 +292448,0,0,0,0,0 +292449,0,0,0,0,0 +292450,0,0,0,0,0 +292451,0,0,0,0,0 +292452,0,0,0,0,0 +292453,0,0,0,0,0 +292454,0,0,0,0,0 +292455,0,0,0,0,0 +292456,0,0,0,0,0 +292457,0,0,0,0,0 +292458,0,0,0,0,0 +292459,0,0,0,0,0 +292460,0,0,0,0,0 +292461,0,0,0,0,0 +292462,0,0,0,0,0 +292463,0,0,0,0,0 +292464,0,0,0,0,0 +292465,0,0,0,0,0 +292466,0,0,0,0,0 +292467,0,0,0,0,0 +292468,0,0,0,0,0 +292469,0,0,0,0,0 +292470,0,0,0,0,0 +292471,0,0,0,0,0 +292472,0,0,0,0,0 +292473,0,0,0,0,0 +292474,0,0,0,0,0 +292475,0,0,0,0,0 +292476,0,0,0,0,0 +292477,0,0,0,0,0 +292478,0,0,0,0,0 +292479,0,0,0,0,0 +292480,0,0,0,0,0 +292481,0,0,0,0,0 +292482,0,0,0,0,0 +292483,0,0,0,0,0 +292484,0,0,0,0,0 +292485,0,0,0,0,0 +292486,0,0,0,0,0 +292487,0,0,0,0,0 +292488,0,0,0,0,0 +292489,0,0,0,0,0 +292490,0,0,0,0,0 +292491,0,0,0,0,0 +292492,0,0,0,0,0 +292493,0,0,0,0,0 +292494,0,0,0,0,0 +292495,0,0,0,0,0 +292496,0,0,0,0,0 +292497,0,0,0,0,0 +292498,0,0,0,0,0 +292499,0,0,0,0,0 +292500,0,0,0,0,0 +292501,0,0,0,0,0 +292502,0,0,0,0,0 +292503,0,0,0,0,0 +292504,0,0,0,0,0 +292505,0,0,0,0,0 +292506,0,0,0,0,0 +292507,0,0,0,0,0 +292508,0,0,0,0,0 +292509,0,0,0,0,0 +292510,0,0,0,0,0 +292511,0,0,0,0,0 +292512,0,0,0,0,0 +292513,0,0,0,0,0 +292514,0,0,0,0,0 +292515,0,0,0,0,0 +292516,0,0,0,0,0 +292517,0,0,0,0,0 +292518,0,0,0,0,0 +292519,0,0,0,0,0 +292520,0,0,0,0,0 +292521,0,0,0,0,0 +292522,0,0,0,0,0 +292523,0,0,0,0,0 +292524,0,0,0,0,0 +292525,0,0,0,0,0 +292526,0,0,0,0,0 +292527,0,0,0,0,0 +292528,0,0,0,0,0 +292529,0,0,0,0,0 +292530,0,0,0,0,0 +292531,0,0,0,0,0 +292532,0,0,0,0,0 +292533,0,0,0,0,0 +292534,0,0,0,0,0 +292535,0,0,0,0,0 +292536,0,0,0,0,0 +292537,0,0,0,0,0 +292538,0,0,0,0,0 +292539,0,0,0,0,0 +292540,0,0,0,0,0 +292541,0,0,0,0,0 +292542,0,0,0,0,0 +292543,0,0,0,0,0 +292544,0,0,0,0,0 +292545,0,0,0,0,0 +292546,0,0,0,0,0 +292547,0,0,0,0,0 +292548,0,0,0,0,0 +292549,0,0,0,0,0 +292550,0,0,0,0,0 +292551,0,0,0,0,0 +292552,0,0,0,0,0 +292553,0,0,0,0,0 +292554,0,0,0,0,0 +292555,0,0,0,0,0 +292556,0,0,0,0,0 +292557,0,0,0,0,0 +292558,0,0,0,0,0 +292559,0,0,0,0,0 +292560,0,0,0,0,0 +292561,0,0,0,0,0 +292562,0,0,0,0,0 +292563,0,0,0,0,0 +292564,0,0,0,0,0 +292565,0,0,0,0,0 +292566,0,0,0,0,0 +292567,0,0,0,0,0 +292568,0,0,0,0,0 +292569,0,0,0,0,0 +292570,0,0,0,0,0 +292571,0,0,0,0,0 +292572,0,0,0,0,0 +292573,0,0,0,0,0 +292574,0,0,0,0,0 +292575,0,0,0,0,0 +292576,0,0,0,0,0 +292577,0,0,0,0,0 +292578,0,0,0,0,0 +292579,0,0,0,0,0 +292580,0,0,0,0,0 +292581,0,0,0,0,0 +292582,0,0,0,0,0 +292583,0,0,0,0,0 +292584,0,0,0,0,0 +292585,0,0,0,0,0 +292586,0,0,0,0,0 +292587,0,0,0,0,0 +292588,0,0,0,0,0 +292589,0,0,0,0,0 +292590,0,0,0,0,0 +292591,0,0,0,0,0 +292592,0,0,0,0,0 +292593,0,0,0,0,0 +292594,0,0,0,0,0 +292595,0,0,0,0,0 +292596,0,0,0,0,0 +292597,0,0,0,0,0 +292598,0,0,0,0,0 +292599,0,0,0,0,0 +292600,0,0,0,0,0 +292601,0,0,0,0,0 +292602,0,0,0,0,0 +292603,0,0,0,0,0 +292604,0,0,0,0,0 +292605,0,0,0,0,0 +292606,0,0,0,0,0 +292607,0,0,0,0,0 +292608,0,0,0,0,0 +292609,0,0,0,0,0 +292610,0,0,0,0,0 +292611,0,0,0,0,0 +292612,0,0,0,0,0 +292613,0,0,0,0,0 +292614,0,0,0,0,0 +292615,0,0,0,0,0 +292616,0,0,0,0,0 +292617,0,0,0,0,0 +292618,0,0,0,0,0 +292619,0,0,0,0,0 +292620,0,0,0,0,0 +292621,0,0,0,0,0 +292622,0,0,0,0,0 +292623,0,0,0,0,0 +292624,0,0,0,0,0 +292625,0,0,0,0,0 +292626,0,0,0,0,0 +292627,0,0,0,0,0 +292628,0,0,0,0,0 +292629,0,0,0,0,0 +292630,0,0,0,0,0 +292631,0,0,0,0,0 +292632,0,0,0,0,0 +292633,0,0,0,0,0 +292634,0,0,0,0,0 +292635,0,0,0,0,0 +292636,0,0,0,0,0 +292637,0,0,0,0,0 +292638,0,0,0,0,0 +292639,0,0,0,0,0 +292640,0,0,0,0,0 +292641,0,0,0,0,0 +292642,0,0,0,0,0 +292643,0,0,0,0,0 +292644,0,0,0,0,0 +292645,0,0,0,0,0 +292646,0,0,0,0,0 +292647,0,0,0,0,0 +292648,0,0,0,0,0 +292649,0,0,0,0,0 +292650,0,0,0,0,0 +292651,0,0,0,0,0 +292652,0,0,0,0,0 +292653,0,0,0,0,0 +292654,0,0,0,0,0 +292655,0,0,0,0,0 +292656,0,0,0,0,0 +292657,0,0,0,0,0 +292658,0,0,0,0,0 +292659,0,0,0,0,0 +292660,0,0,0,0,0 +292661,0,0,0,0,0 +292662,0,0,0,0,0 +292663,0,0,0,0,0 +292664,0,0,0,0,0 +292665,0,0,0,0,0 +292666,0,0,0,0,0 +292667,0,0,0,0,0 +292668,0,0,0,0,0 +292669,0,0,0,0,0 +292670,0,0,0,0,0 +292671,0,0,0,0,0 +292672,0,0,0,0,0 +292673,0,0,0,0,0 +292674,0,0,0,0,0 +292675,0,0,0,0,0 +292676,0,0,0,0,0 +292677,0,0,0,0,0 +292678,0,0,0,0,0 +292679,0,0,0,0,0 +292680,0,0,0,0,0 +292681,0,0,0,0,0 +292682,0,0,0,0,0 +292683,0,0,0,0,0 +292684,0,0,0,0,0 +292685,0,0,0,0,0 +292686,0,0,0,0,0 +292687,0,0,0,0,0 +292688,0,0,0,0,0 +292689,0,0,0,0,0 +292690,0,0,0,0,0 +292691,0,0,0,0,0 +292692,0,0,0,0,0 +292693,0,0,0,0,0 +292694,0,0,0,0,0 +292695,0,0,0,0,0 +292696,0,0,0,0,0 +292697,0,0,0,0,0 +292698,0,0,0,0,0 +292699,0,0,0,0,0 +292700,0,0,0,0,0 +292701,0,0,0,0,0 +292702,0,0,0,0,0 +292703,0,0,0,0,0 +292704,0,0,0,0,0 +292705,0,0,0,0,0 +292706,0,0,0,0,0 +292707,0,0,0,0,0 +292708,0,0,0,0,0 +292709,0,0,0,0,0 +292710,0,0,0,0,0 +292711,0,0,0,0,0 +292712,0,0,0,0,0 +292713,0,0,0,0,0 +292714,0,0,0,0,0 +292715,0,0,0,0,0 +292716,0,0,0,0,0 +292717,0,0,0,0,0 +292718,0,0,0,0,0 +292719,0,0,0,0,0 +292720,0,0,0,0,0 +292721,0,0,0,0,0 +292722,0,0,0,0,0 +292723,0,0,0,0,0 +292724,0,0,0,0,0 +292725,0,0,0,0,0 +292726,0,0,0,0,0 +292727,0,0,0,0,0 +292728,0,0,0,0,0 +292729,0,0,0,0,0 +292730,0,0,0,0,0 +292731,0,0,0,0,0 +292732,0,0,0,0,0 +292733,0,0,0,0,0 +292734,0,0,0,0,0 +292735,0,0,0,0,0 +292736,0,0,0,0,0 +292737,0,0,0,0,0 +292738,0,0,0,0,0 +292739,0,0,0,0,0 +292740,0,0,0,0,0 +292741,2017.820065,3085.329566,1319.501595,1369.764313,0 +292742,486.9371029,2698.493837,1251.157081,0,0 +292743,0,2062.318354,1274.905063,0,0 +292744,95.70481412,0,1286.369068,0,0 +292745,478.5264764,880.3206511,1282.597686,0,0 +292746,223.4449246,1177.57246,1276.273705,193.3593823,0 +292747,271.9176188,830.0261305,1266.099428,111.776442,0 +292748,274.251892,898.0124381,1255.267092,113.5235278,0 +292749,276.4290212,901.7113983,1245.187698,126.8488729,0 +292750,278.7770805,905.9784251,1236.225489,128.5503989,0 +292751,281.1771605,910.5116166,1228.595212,130.14789,0 +292752,283.6428467,915.3031414,1222.188843,131.7996226,0 +292753,286.1666052,920.2628948,1216.944963,133.4506661,0 +292754,288.7474212,925.5690118,1212.73384,135.2021523,0 +292755,291.3814705,930.9302514,1209.425782,136.7335577,0 +292756,294.0686196,936.5166154,1206.892432,138.3940721,0 +292757,296.8060203,942.2514505,1205.025446,140.2106451,0 +292758,299.5940841,948.1395001,1203.727183,141.8406537,0 +292759,302.4301859,954.165569,1202.912653,143.5672603,0 +292760,305.3150011,960.3255667,1202.509617,145.2866734,0 +292761,308.0037106,966.5497953,1202.456939,147.0152564,0 +292762,311.606529,977.8690977,1202.702917,148.7532882,0 +292763,314.0546695,987.0610933,1203.205392,150.400279,0 +292764,317.3596234,996.5106992,1203.900863,152.3122377,0 +292765,320.4508826,1006.129876,1204.774098,154.103635,0 +292766,323.5670858,1015.711705,1205.821975,155.735638,0 +292767,326.7828379,1025.434359,1207.015052,157.6017521,0 +292768,330.0427157,1035.227496,1208.330387,159.378354,0 +292769,333.2819003,1045.097745,1209.749378,161.1833859,0 +292770,336.6484421,1054.976974,1211.256902,162.9987607,0 +292771,339.8504263,1064.138913,1212.84049,164.6758505,0 +292772,343.1325947,1073.119622,1214.461277,166.6337346,0 +292773,346.4393772,1081.888506,1216.094903,168.3407701,0 +292774,349.7084922,1090.936283,1217.731407,170.1597926,0 +292775,353.0666703,1099.751819,1219.368066,171.9643749,0 +292776,356.4543211,1108.625137,1221.003847,173.7764296,0 +292777,359.8014789,1117.474097,1222.637836,175.5946969,0 +292778,363.2400175,1129.21361,1224.245652,177.4201055,0 +292779,366.7053743,1137.135999,1225.841807,179.3758727,0 +292780,370.129026,1147.505001,1227.445717,180.8986785,0 +292781,373.6424956,1155.201387,1229.050799,183.0303345,0 +292782,377.1832049,1166.639328,1230.651661,184.7649033,0 +292783,380.6773474,1172.524103,1232.246831,186.6454637,0 +292784,383.9648584,1159.272741,1233.83342,188.510457,0 +292785,388.0384635,1200.037086,1235.404562,190.3820056,0 +292786,391.3688867,1193.061578,1236.977052,192.2602601,0 +292787,395.0757501,1205.216772,1238.530689,194.144508,0 +292788,398.7535748,1213.842022,1240.075614,196.0353649,0 +292789,402.3787066,1222.505792,1241.608193,197.9320362,0 +292790,406.0973806,1231.35601,1243.128328,199.8351733,0 +292791,409.8381014,1239.840892,1244.635633,201.6075694,0 +292792,413.5233981,1248.547247,1246.106574,203.7342662,0 +292793,417.3020575,1257.22788,1247.55635,205.5482666,0 +292794,421.1036897,1265.633336,1249.006044,207.5003871,0 +292795,424.8441103,1274.386252,1250.448411,209.4320365,0 +292796,428.6815451,1282.949866,1251.879453,211.3703882,0 +292797,432.5047332,1291.381482,1253.296887,213.3136,0 +292798,436.386593,1299.95411,1254.699379,215.2625619,0 +292799,440.1988863,1308.430515,1256.086242,217.2163749,0 +292800,444.1082021,1316.897158,1257.456893,219.3204039,0 +292801,448.4388388,1325.447767,1258.81101,221.1653082,0 +292802,452.9341248,1334.070327,1260.152088,223.5182362,0 +292803,457.1644857,1342.457442,1261.483187,225.5411188,0 +292804,461.752961,1351.012407,1262.782779,227.6285845,0 +292805,465.9370628,1359.381536,1264.065753,229.9246219,0 +292806,470.5623502,1368.027403,1265.350946,232.0591957,0 +292807,474.8358589,1376.251428,1266.630607,234.1590313,0 +292808,479.5078627,1384.713461,1267.899826,236.4239883,0 +292809,483.7666245,1393.055603,1269.156351,238.5082677,0 +292810,488.4662693,1401.379695,1270.39821,240.7849425,0 +292811,492.8121513,1409.67947,1271.624735,242.8802782,0 +292812,497.5559584,1417.946534,1272.834859,245.1677695,0 +292813,501.8830376,1426.182931,1274.028316,247.2737536,0 +292814,506.6515935,1434.475426,1275.204318,249.571558,0 +292815,511.1049916,1442.515197,1276.341736,251.6877377,0 +292816,515.8132489,1450.721443,1277.454852,253.9953845,0 +292817,520.295894,1458.723767,1278.562944,256.1212512,0 +292818,525.0913576,1467.02145,1279.658596,258.4383151,0 +292819,529.1968073,1474.853346,1280.738387,260.40012,0 +292820,534.6123494,1482.941055,1281.799909,262.9958209,0 +292821,538.8329578,1490.892337,1282.842843,265.0034967,0 +292822,543.719955,1498.823167,1283.865713,267.3715998,0 +292823,548.3696094,1506.809908,1284.868857,269.5228982,0 +292824,553.1610766,1514.432332,1285.8517,271.8673038,0 +292825,557.7269611,1522.458973,1286.794284,274.0275599,0 +292826,562.7066076,1530.154415,1287.710934,276.3794471,0 +292827,567.2679339,1537.910008,1288.619609,278.5473903,0 +292828,572.2217952,1545.707993,1289.513246,280.9066477,0 +292829,576.8432973,1558.557933,1290.388667,283.0819818,0 +292830,581.815565,1558.686032,1291.245378,285.4482254,0 +292831,586.2959471,1582.542458,1292.078405,287.5749882,0 +292832,591.2643035,1554.644713,1292.887414,289.8776516,0 +292833,595.6750125,1589.363011,1293.648865,291.9951125,0 +292834,600.5734628,1588.635012,1294.38575,294.2933523,0 +292835,605.0456246,1595.199199,1295.061483,296.4085838,0 +292836,609.9806644,1602.564176,1295.698152,298.7049731,0 +292837,614.4810513,1609.25223,1296.313912,300.8188756,0 +292838,619.3606694,1615.972707,1296.90271,302.9064152,0 +292839,623.9081859,1622.369968,1297.462767,305.3413015,0 +292840,628.7897397,1628.930438,1297.993128,307.4730855,0 +292841,633.3463036,1635.229247,1298.494041,309.6235952,0 +292842,638.1883213,1641.731131,1298.965667,312.131785,0 +292843,642.8818231,1648.045052,1299.408845,313.9111338,0 +292844,647.6666694,1654.126287,1299.82357,316.369212,0 +292845,652.2903034,1660.256166,1300.192595,318.4406607,0 +292846,657.1410288,1666.420366,1300.530046,320.7527016,0 +292847,661.8050013,1672.351157,1300.852601,322.8277908,0 +292848,666.6854398,1678.405374,1301.153798,325.1327984,0 +292849,671.3407115,1684.309893,1301.606448,327.2584836,0 +292850,676.1357648,1690.081326,1301.855654,329.393463,0 +292851,680.8601998,1695.83287,1302.077984,331.7196481,0 +292852,685.7474667,1701.503656,1302.274923,333.8229566,0 +292853,690.3678919,1707.21036,1302.447266,336.0124967,0 +292854,695.2585207,1712.798061,1302.595187,338.2843896,0 +292855,700.01646,1719.137999,1302.701696,340.4060212,0 +292856,704.8424398,1730.2262,1302.780425,342.5899524,0 +292857,709.5211102,1720.279613,1302.848247,344.8567606,0 +292858,714.4150284,1737.25501,1302.891962,346.9764394,0 +292859,719.1362352,1739.710462,1302.919672,349.1328862,0 +292860,724.0597068,1744.720345,1302.922224,351.4568336,0 +292861,728.6611095,1749.904119,1302.902018,353.5122108,0 +292862,733.3881356,1755.147926,1302.858706,355.6801451,0 +292863,738.3718185,1760.050009,1302.792749,357.9605621,0 +292864,742.9960134,1765.084186,1302.704343,360.0729474,0 +292865,747.7764011,1769.876164,1302.577025,362.1795603,0 +292866,756.9418471,1770.400853,1302.424031,367.8282633,0 +292867,762.0714021,1774.063391,1302.24002,371.015079,0 +292868,767.1662019,1778.22519,1302.023409,373.1651861,0 +292869,772.3177728,1782.722313,1301.783376,375.6199076,0 +292870,777.1072678,1786.788474,1301.525618,378.1052126,0 +292871,782.0798437,1791.088444,1301.076023,380.4018694,0 +292872,787.0745434,1795.155506,1300.78813,382.6767376,0 +292873,792.0177327,1799.231824,1300.484528,385.132845,0 +292874,796.7572299,1803.500303,1300.163285,387.3582254,0 +292875,802.0195175,1812.040351,1299.807595,389.6641729,0 +292876,806.5849193,1804.256683,1299.431909,392.0290151,0 +292877,811.4958304,1818.530288,1299.043813,394.2516434,0 +292878,816.5911417,1818.169898,1298.646401,396.5008018,0 +292879,821.3477229,1822.781213,1298.229685,398.8818001,0 +292880,826.108152,1826.330749,1297.795913,401.0887685,0 +292881,831.2595018,1830.058258,1297.343732,403.279065,0 +292882,835.8912861,1833.62474,1296.87344,405.6600362,0 +292883,840.7876228,1837.148169,1296.384833,407.8153805,0 +292884,845.7643274,1840.610472,1295.878176,410.0286058,0 +292885,850.54429,1844.010355,1295.338854,412.3977627,0 +292886,855.2687603,1847.348177,1294.779389,414.498197,0 +292887,860.394443,1850.622953,1294.21236,416.7154133,0 +292888,865.0044868,1853.949164,1293.632369,419.0355206,0 +292889,869.8091514,1859.975864,1293.036818,421.1626491,0 +292890,874.8717492,1856.492518,1292.425769,423.3723402,0 +292891,879.4143429,1880.986247,1291.795859,425.4347793,0 +292892,883.9441163,1840.284038,1291.150661,427.5460686,0 +292893,888.6922485,1880.159714,1290.463452,429.6177094,0 +292894,893.1128201,1867.543053,1289.766983,431.6837457,0 +292895,897.7592605,1872.528492,1289.034475,433.7394202,0 +292896,902.3649373,1874.820667,1288.26626,435.8155934,0 +292897,906.9534447,1876.960135,1287.47104,437.8073912,0 +292898,911.4531516,1879.031155,1286.663515,439.8586848,0 +292899,916.0763952,1881.019382,1285.839523,441.8735937,0 +292900,920.5445408,1882.927033,1284.996016,443.885596,0 +292901,925.1486538,1884.872697,1284.134045,445.8893061,0 +292902,929.5984745,1886.447499,1283.253065,447.9162884,0 +292903,934.1848393,1890.670555,1282.354753,449.8573059,0 +292904,938.6157241,1886.181265,1281.439448,451.861597,0 +292905,943.1843574,1906.037929,1280.505982,453.8295605,0 +292906,947.5992975,1873.298914,1279.562114,455.7957429,0 +292907,952.1499754,1903.519483,1278.59069,457.7545116,0 +292908,956.5484731,1906.75963,1277.604391,459.7065749,0 +292909,961.0822236,1876.759665,1276.612113,461.6832202,0 +292910,965.4644559,1907.614467,1275.593357,463.5729754,0 +292911,969.9057762,1916.884923,1274.568141,465.5283797,0 +292912,974.3888017,1869.794199,1273.534933,467.4479614,0 +292913,978.8314895,1932.899662,1272.476819,469.3660218,0 +292914,983.194991,1872.581181,1271.433021,471.2780409,0 +292915,987.7577365,1930.815906,1270.351454,473.1833015,0 +292916,991.9745301,1876.598215,1269.284451,475.0836261,0 +292917,996.5043186,1931.565614,1268.185079,477.0093799,0 +292918,1000.809406,1877.196462,1267.098482,478.8465793,0 +292919,1005.184705,1935.96172,1265.977251,480.7524977,0 +292920,1009.612461,1873.501125,1264.87294,482.6227001,0 +292921,1014.772745,1919.52178,1263.731377,484.8013526,0 +292922,1019.814408,1902.205562,1262.610686,486.9020691,0 +292923,1024.827157,1906.108443,1261.481487,488.9926237,0 +292924,1029.838921,1906.093958,1260.348598,491.0802324,0 +292925,1034.849248,1906.384929,1259.218482,493.1977587,0 +292926,1039.858828,1906.490037,1258.10077,495.2283666,0 +292927,1044.866258,1906.539637,1256.989142,497.3313813,0 +292928,1049.871861,1906.51933,1255.880835,499.4006572,0 +292929,1057.248509,1906.428076,1254.774377,501.4719182,0 +292930,1059.691624,1906.266444,1253.670168,503.5401946,0 +292931,1068.779645,1906.034141,1252.565432,505.6049253,0 +292932,1067.836869,1905.731626,1251.463806,507.7015511,0 +292933,1082.533137,1905.358524,1250.359851,509.7063386,0 +292934,1072.668541,1904.795078,1249.262074,511.7877973,0 +292935,1080.105057,1904.455872,1248.158032,513.8334666,0 +292936,1094.194671,1903.7862,1247.05935,515.8818959,0 +292937,1093.348555,1903.150608,1245.965362,517.9269213,0 +292938,1099.814905,1902.426555,1244.868969,519.9688892,0 +292939,1104.681948,1901.631693,1243.776339,522.00743,0 +292940,1109.716355,1900.766723,1242.685794,524.0429609,0 +292941,1114.668137,1899.831219,1241.586264,526.1107863,0 +292942,1119.629974,1898.8256,1240.488612,527.7256147,0 +292943,1124.587336,1921.306105,1239.40204,530.3277368,0 +292944,1129.628639,1879.48004,1238.330047,532.0709626,0 +292945,1134.351525,1889.959178,1237.247798,534.1531781,0 +292946,1139.502292,1898.661968,1236.179926,536.1700566,0 +292947,1144.358468,1902.611153,1235.118593,538.1841452,0 +292948,1149.309447,1875.156924,1234.062975,540.1584986,0 +292949,1154.332386,1920.554052,1233.003843,542.2223644,0 +292950,1159.115922,1852.91713,1231.969518,544.2364031,0 +292951,1163.975676,1902.835996,1230.914862,546.1150997,0 +292952,1168.719823,1880.746517,1229.889301,548.0565665,0 +292953,1173.466427,1882.373086,1228.852456,549.9538343,0 +292954,1178.199351,1880.285366,1227.821384,551.8117569,0 +292955,1182.920359,1878.101736,1226.792596,553.7577984,0 +292956,1187.630795,1875.839474,1225.767634,555.610723,0 +292957,1192.327646,1873.49549,1224.747568,557.4923369,0 +292958,1197.017609,1871.07271,1223.733339,559.3613104,0 +292959,1201.694853,1868.57178,1222.725848,561.2241415,0 +292960,1206.36331,1888.118898,1221.714426,563.1198402,0 +292961,1211.020912,1831.062899,1220.728653,564.873405,0 +292962,1215.669105,1876.486481,1219.72988,566.8076831,0 +292963,1220.402764,1854.405751,1218.768846,568.611812,0 +292964,1224.883276,1854.7911,1217.812378,570.4536979,0 +292965,1229.575869,1851.860873,1216.865032,572.283498,0 +292966,1234.16905,1848.969691,1215.915999,574.1084732,0 +292967,1238.670876,1845.78809,1214.977706,575.9283446,0 +292968,1243.412326,1842.631776,1214.059931,577.7435199,0 +292969,1247.919147,1839.385397,1213.158808,579.5144273,0 +292970,1252.607954,1836.067016,1212.272976,581.3803343,0 +292971,1257.016865,1832.677276,1211.402467,583.1918254,0 +292972,1261.647833,1829.216566,1210.547438,584.9341042,0 +292973,1266.175888,1825.685825,1209.708518,586.7570728,0 +292974,1270.712016,1821.969398,1208.886227,588.5383794,0 +292975,1275.238975,1818.463568,1208.081099,590.3223282,0 +292976,1279.757821,1833.279312,1207.293143,592.102245,0 +292977,1284.267103,1783.568476,1206.530111,593.8376454,0 +292978,1288.767971,1820.503812,1205.769037,595.6711495,0 +292979,1293.359965,1799.912496,1205.046439,597.4084899,0 +292980,1297.585936,1799.021175,1204.333253,599.1798505,0 +292981,1301.007691,1794.639108,1203.643855,600.4919331,0 +292982,1304.043735,1790.133801,1202.960676,601.7803618,0 +292983,1307.161999,1785.523065,1202.272868,603.054836,0 +292984,1310.23909,1780.831055,1201.507437,604.3177956,0 +292985,1313.300777,1776.065693,1200.696037,605.6143737,0 +292986,1316.34692,1771.344476,1199.881866,606.7975969,0 +292987,1319.377489,1766.159816,1199.088021,608.0258543,0 +292988,1322.393217,1761.430991,1198.320742,609.3124359,0 +292989,1325.394059,1756.292191,1197.579044,610.5036399,0 +292990,1328.486375,1751.201665,1196.85987,611.7259928,0 +292991,1331.31431,1746.028578,1196.160962,612.9338388,0 +292992,1334.3799,1740.789542,1195.480414,614.1346848,0 +292993,1337.334534,1735.371402,1194.81705,615.3285814,0 +292994,1340.293605,1749.973614,1194.168894,616.5158319,0 +292995,1343.23915,1695.728147,1193.553575,617.6965177,0 +292996,1346.170839,1733.45597,1192.924256,618.8709701,0 +292997,1349.088785,1710.327483,1192.319926,620.039201,0 +292998,1351.992907,1708.012716,1191.721581,621.2015291,0 +292999,1354.883212,1702.287655,1191.140247,622.3579705,0 +293000,1357.759849,1696.680005,1190.581287,623.4659845,0 +293001,1360.515434,1690.736393,1190.034027,624.6761551,0 +293002,1363.529317,1684.969761,1189.489223,625.7836502,0 +293003,1366.283883,1678.880587,1188.951387,626.9255405,0 +293004,1369.124884,1673.120288,1188.421809,628.0548821,0 +293005,1372.044459,1667.130785,1187.901111,629.2231539,0 +293006,1374.675172,1660.956945,1187.38922,630.2769013,0 +293007,1377.541599,1654.915977,1186.885765,631.4240638,0 +293008,1380.295549,1648.683292,1186.390798,632.5267393,0 +293009,1383.054969,1642.385593,1185.90394,633.6320865,0 +293010,1385.802546,1636.19522,1185.425059,634.7329156,0 +293011,1388.496099,1629.882038,1184.954051,635.8107536,0 +293012,1391.168988,1623.239489,1184.489967,636.8803711,0 +293013,1393.826055,1616.800679,1184.032147,637.9437167,0 +293014,1396.468649,1610.121743,1183.580436,639.0013747,0 +293015,1399.097559,1603.668929,1183.134697,640.0098493,0 +293016,1401.713122,1596.946719,1182.695079,641.1235099,0 +293017,1404.315819,1590.269895,1182.261546,642.1325797,0 +293018,1406.905863,1583.431826,1181.834153,643.1774424,0 +293019,1409.48364,1576.797047,1181.412903,644.2100756,0 +293020,1412.049335,1569.908661,1180.997904,645.2381552,0 +293021,1414.603287,1580.473976,1180.58862,646.2617642,0 +293022,1417.257636,1530.640824,1180.191429,647.2809874,0 +293023,1419.616478,1577.941199,1179.784299,648.2960037,0 +293024,1422.442205,1515.914115,1179.406677,649.3068464,0 +293025,1427.357984,1546.929538,1179.01024,650.3137654,31.12331073 +293026,1423.961179,1525.456525,1178.648204,651.3166807,17.42207334 +293027,1440.933015,1521.163665,1178.270972,652.3158793,34.80879403 +293028,1416.186286,1513.999059,1177.915931,653.3112541,14.07838266 +293029,1442.518394,1506.983014,1177.544732,654.3031339,50.78226171 +293030,1452.910763,1499.596039,1177.20581,655.3363324,0 +293031,1412.645089,1492.622578,1176.85485,656.2532367,48.03573468 +293032,1455.368136,1485.335168,1176.509675,657.2237844,51.38122785 +293033,1441.424363,1478.121404,1176.201832,658.2627987,4.923713145 +293034,1446.795206,1470.870303,1175.862297,659.204254,50.74191869 +293035,1449.241128,1463.50377,1175.541759,660.1842664,37.13012203 +293036,1451.63523,1456.343579,1175.223059,661.1537118,40.3423576 +293037,1454.032408,1449.060202,1174.914717,662.1203638,42.12214992 +293038,1456.535831,1441.613346,1174.613381,663.0842759,44.08598311 +293039,1458.737459,1434.335133,1174.318735,664.0455939,45.53578298 +293040,1461.196256,1426.869965,1174.041951,665.0043748,47.15663416 +293041,1463.596714,1419.637748,1173.772396,665.9814545,48.74651557 +293042,1466.026392,1412.20166,1173.501868,666.9638965,50.29896915 +293043,1468.455518,1404.834599,1173.236253,667.9467173,51.91267201 +293044,1470.879175,1397.534957,1172.977909,668.9285059,53.42537804 +293045,1473.297631,1389.919582,1172.72748,669.908987,55.03332791 +293046,1475.710338,1382.713058,1172.484986,670.8881071,56.56127224 +293047,1478.118267,1375.232328,1172.250407,671.8659852,58.07834354 +293048,1480.520502,1367.841641,1172.023439,672.8426843,59.66608685 +293049,1482.918077,1360.348401,1171.804015,673.8183617,61.17483998 +293050,1485.310851,1353.069969,1171.591929,674.7467355,62.70681582 +293051,1487.699888,1345.696066,1171.387181,675.791011,64.23126091 +293052,1490.20225,1338.189843,1171.189607,676.7292636,65.70936946 +293053,1492.40201,1330.776335,1170.999137,677.7099709,67.28207826 +293054,1494.868702,1323.503616,1170.81565,678.6822485,68.75994371 +293055,1497.223802,1316.073198,1170.639252,679.6542927,70.23454405 +293056,1499.595059,1308.726831,1170.469737,680.6260997,71.83353192 +293057,1501.845179,1301.379728,1170.307167,681.5978469,73.20022237 +293058,1504.394565,1294.04752,1170.151395,682.6163965,74.83586392 +293059,1506.671675,1286.733214,1170.002611,683.5173056,76.18126825 +293060,1509.053933,1279.4366,1169.8605,684.5247666,77.77449295 +293061,1511.419286,1272.075373,1169.725275,685.4892826,79.22110882 +293062,1513.782263,1264.93877,1169.596784,686.4622343,80.70716465 +293063,1516.146106,1257.730265,1169.475112,687.4357528,82.14745501 +293064,1518.509901,1250.340994,1169.360164,688.4099362,83.73796419 +293065,1520.875547,1243.330451,1169.251937,689.3849257,85.06130149 +293066,1523.242103,1236.112629,1169.150474,690.3607641,86.65224132 +293067,1525.732879,1229.004597,1169.055718,691.3376022,88.03258438 +293068,1527.918381,1221.8372,1168.967706,692.3154727,89.63366549 +293069,1530.38604,1214.976084,1168.88631,693.294526,90.98865839 +293070,1532.745437,1207.790568,1168.811678,694.2273331,92.4568487 +293071,1535.022956,1200.708828,1168.743665,695.2106494,93.9906695 +293072,1537.283327,1193.755471,1168.679585,696.0730801,95.41469885 +293073,1539.540379,1186.68642,1168.617471,696.9734993,96.89019773 +293074,1541.797753,1179.795211,1168.556735,697.8617216,98.35139363 +293075,1544.058084,1172.669841,1168.497614,698.7469393,99.76058517 +293076,1546.323164,1165.938839,1168.452767,699.6294945,101.360637 +293077,1548.594742,1159.022526,1168.411447,700.5098975,102.6900476 +293078,1550.875236,1173.535877,1168.351323,701.3882999,104.1477675 +293079,1553.164623,1114.070277,1168.308815,702.2649283,105.6857164 +293080,1555.456928,1177.608084,1168.246531,703.1399815,107.0972354 +293081,1557.750225,1094.585409,1168.222851,704.0135954,108.6220116 +293082,1560.043163,1161.871273,1168.164619,704.8859705,109.9269499 +293083,1562.336681,1094.827003,1168.149017,705.7571107,111.5208261 +293084,1564.752436,1137.523461,1168.115626,706.6272511,112.9166367 +293085,1566.856318,1101.556138,1168.103516,707.4964186,114.3190023 +293086,1570.84516,1113.91211,1168.076576,708.3647195,115.8700296 +293087,1570.451919,1103.526562,1168.063421,709.2322388,117.331204 +293088,1581.032832,1099.801291,1168.048474,710.0990058,118.6949954 +293089,1564.531204,1095.260081,1168.042827,710.9651512,120.1291182 +293090,1584.201066,1090.702462,1168.032522,711.8795425,121.6709556 +293091,1598.893697,1086.20923,1168.024427,712.6703609,123.0663203 +293092,1553.166208,1081.772171,1168.033998,713.5225744,124.5261731 +293093,1600.022861,1077.462779,1168.036609,714.4524014,126.0407891 +293094,1584.29498,1073.041991,1168.06556,715.278807,127.3106316 +293095,1589.781389,1068.923237,1168.08085,716.1501818,128.9201485 +293096,1592.132293,1064.577464,1168.104528,717.0125997,130.2982111 +293097,1594.408881,1060.627383,1168.13176,717.8747336,131.7567626 +293098,1596.701904,1056.540145,1168.163436,718.7363103,133.2013581 +293099,1598.992404,1052.570554,1168.199515,719.597542,134.5761975 +293100,1601.281933,1048.724921,1168.240052,720.4582164,136.1340679 +293101,0,0,0,0,0 +293102,0,0,0,0,0 +293103,0,0,0,0,0 +293104,0,0,0,0,0 +293105,0,0,0,0,0 +293106,0,0,0,0,0 +293107,0,0,0,0,0 +293108,0,0,0,0,0 +293109,0,0,0,0,0 +293110,0,0,0,0,0 +293111,0,0,0,0,0 +293112,0,0,0,0,0 +293113,0,0,0,0,0 +293114,0,0,0,0,0 +293115,0,0,0,0,0 +293116,0,0,0,0,0 +293117,0,0,0,0,0 +293118,0,0,0,0,0 +293119,0,0,0,0,0 +293120,0,0,0,0,0 +293121,0,0,0,0,0 +293122,0,0,0,0,0 +293123,0,0,0,0,0 +293124,0,0,0,0,0 +293125,0,0,0,0,0 +293126,0,0,0,0,0 +293127,0,0,0,0,0 +293128,0,0,0,0,0 +293129,0,0,0,0,0 +293130,0,0,0,0,0 +293131,0,0,0,0,0 +293132,0,0,0,0,0 +293133,0,0,0,0,0 +293134,0,0,0,0,0 +293135,0,0,0,0,0 +293136,0,0,0,0,0 +293137,0,0,0,0,0 +293138,0,0,0,0,0 +293139,0,0,0,0,0 +293140,0,0,0,0,0 +293141,0,0,0,0,0 +293142,0,0,0,0,0 +293143,0,0,0,0,0 +293144,0,0,0,0,0 +293145,0,0,0,0,0 +293146,0,0,0,0,0 +293147,0,0,0,0,0 +293148,0,0,0,0,0 +293149,0,0,0,0,0 +293150,0,0,0,0,0 +293151,0,0,0,0,0 +293152,0,0,0,0,0 +293153,0,0,0,0,0 +293154,0,0,0,0,0 +293155,0,0,0,0,0 +293156,0,0,0,0,0 +293157,0,0,0,0,0 +293158,0,0,0,0,0 +293159,0,0,0,0,0 +293160,0,0,0,0,0 +293161,0,0,0,0,0 +293162,0,0,0,0,0 +293163,0,0,0,0,0 +293164,0,0,0,0,0 +293165,0,0,0,0,0 +293166,0,0,0,0,0 +293167,0,0,0,0,0 +293168,0,0,0,0,0 +293169,0,0,0,0,0 +293170,0,0,0,0,0 +293171,0,0,0,0,0 +293172,0,0,0,0,0 +293173,0,0,0,0,0 +293174,0,0,0,0,0 +293175,0,0,0,0,0 +293176,0,0,0,0,0 +293177,0,0,0,0,0 +293178,0,0,0,0,0 +293179,0,0,0,0,0 +293180,0,0,0,0,0 +293181,0,0,0,0,0 +293182,0,0,0,0,0 +293183,0,0,0,0,0 +293184,0,0,0,0,0 +293185,0,0,0,0,0 +293186,0,0,0,0,0 +293187,0,0,0,0,0 +293188,0,0,0,0,0 +293189,0,0,0,0,0 +293190,0,0,0,0,0 +293191,0,0,0,0,0 +293192,0,0,0,0,0 +293193,0,0,0,0,0 +293194,0,0,0,0,0 +293195,0,0,0,0,0 +293196,0,0,0,0,0 +293197,0,0,0,0,0 +293198,0,0,0,0,0 +293199,0,0,0,0,0 +293200,0,0,0,0,0 +293201,0,0,0,0,0 +293202,0,0,0,0,0 +293203,0,0,0,0,0 +293204,0,0,0,0,0 +293205,0,0,0,0,0 +293206,0,0,0,0,0 +293207,0,0,0,0,0 +293208,0,0,0,0,0 +293209,0,0,0,0,0 +293210,0,0,0,0,0 +293211,0,0,0,0,0 +293212,0,0,0,0,0 +293213,0,0,0,0,0 +293214,0,0,0,0,0 +293215,0,0,0,0,0 +293216,0,0,0,0,0 +293217,0,0,0,0,0 +293218,0,0,0,0,0 +293219,0,0,0,0,0 +293220,0,0,0,0,0 +293221,0,0,0,0,0 +293222,0,0,0,0,0 +293223,0,0,0,0,0 +293224,0,0,0,0,0 +293225,0,0,0,0,0 +293226,0,0,0,0,0 +293227,0,0,0,0,0 +293228,0,0,0,0,0 +293229,0,0,0,0,0 +293230,0,0,0,0,0 +293231,0,0,0,0,0 +293232,0,0,0,0,0 +293233,0,0,0,0,0 +293234,0,0,0,0,0 +293235,0,0,0,0,0 +293236,0,0,0,0,0 +293237,0,0,0,0,0 +293238,0,0,0,0,0 +293239,0,0,0,0,0 +293240,0,0,0,0,0 +293241,0,0,0,0,0 +293242,0,0,0,0,0 +293243,0,0,0,0,0 +293244,0,0,0,0,0 +293245,0,0,0,0,0 +293246,0,0,0,0,0 +293247,0,0,0,0,0 +293248,0,0,0,0,0 +293249,0,0,0,0,0 +293250,0,0,0,0,0 +293251,0,0,0,0,0 +293252,0,0,0,0,0 +293253,0,0,0,0,0 +293254,0,0,0,0,0 +293255,0,0,0,0,0 +293256,0,0,0,0,0 +293257,0,0,0,0,0 +293258,0,0,0,0,0 +293259,0,0,0,0,0 +293260,0,0,0,0,0 +293261,0,0,0,0,0 +293262,0,0,0,0,0 +293263,0,0,0,0,0 +293264,0,0,0,0,0 +293265,0,0,0,0,0 +293266,0,0,0,0,0 +293267,0,0,0,0,0 +293268,0,0,0,0,0 +293269,0,0,0,0,0 +293270,0,0,0,0,0 +293271,0,0,0,0,0 +293272,0,0,0,0,0 +293273,0,0,0,0,0 +293274,0,0,0,0,0 +293275,0,0,0,0,0 +293276,0,0,0,0,0 +293277,0,0,0,0,0 +293278,0,0,0,0,0 +293279,0,0,0,0,0 +293280,0,0,0,71.53903666,0 +293281,0,0,0,97.58867157,0 +293282,0,0,0,82.7965153,0 +293283,0,0,0,101.7007112,0 +293284,0,0,0,115.1251946,0 +293285,0,0,0,124.1518377,0 +293286,0,0,0,133.3435816,0 +293287,0,0,0,141.9842706,0 +293288,0,0,0,150.5784907,0 +293289,0,0,0,158.9429068,0 +293290,0,0,0,167.2116448,0 +293291,0,0,0,175.2370387,0 +293292,0,0,0,183.1561244,0 +293293,0,0,0,190.8536062,0 +293294,0,0,0,198.5682569,0 +293295,0,0,0,206.0133652,0 +293296,0,0,0,213.2927947,0 +293297,0,0,0,220.6336033,0 +293298,0,0,0,227.6654532,0 +293299,0,0,0,234.5848278,0 +293300,0,0,0,241.5405524,0 +293301,0,0,0,248.2329522,0 +293302,0,0,0,254.8664344,0 +293303,0,0,0,261.365319,0 +293304,0,0,0,267.6814195,0 +293305,0,0,0,274.1221132,0 +293306,0,0,0,280.3259388,0 +293307,0,0,0,286.1885967,0 +293308,0,0,0,292.3975971,0 +293309,0,0,0,298.1656511,0 +293310,0,0,0,303.9004325,0 +293311,0,0,0,308.7758232,0 +293312,0,0,0,312.9788964,0 +293313,0,0,0,317.2039603,0 +293314,0,0,0,321.1087335,0 +293315,0,0,0,325.0563816,0 +293316,0,0,0,328.6156733,0 +293317,0,0,0,332.1225988,0 +293318,0,0,0,335.454566,0 +293319,0,0,0,338.6305971,0 +293320,0,0,0,341.6652288,0 +293321,0,0,0,344.5465389,0 +293322,0,0,0,347.2846954,0 +293323,0,0,0,349.8794855,0 +293324,0,0,0,352.3326984,0 +293325,0,0,0,354.6463096,0 +293326,0,0,0,356.8214906,0 +293327,0,0,0,355.897343,0 +293328,0,0,0,357.4217595,0 +293329,0,0,0,359.0277208,0 +293330,0,0,0,360.5611945,0 +293331,0,0,0,361.996963,0 +293332,0,0,0,363.1974126,0 +293333,0,0,0,364.6091345,0 +293334,0,0,0,365.6114069,0 +293335,0,0,0,366.6186667,0 +293336,0,0,0,367.3872151,0 +293337,0,0,0,368.201369,0 +293338,0,0,0,368.757233,0 +293339,0,0,0,369.337174,0 +293340,0,0,0,369.652933,0 +293341,0,0,0,369.9972907,0 +293342,0,0,0,370.0752691,0 +293343,0,0,0,370.1802842,0 +293344,0,0,0,370.0141581,0 +293345,0,0,0,369.8772753,0 +293346,0,0,0,369.4645121,0 +293347,0,0,0,368.996568,0 +293348,0,0,0,368.4108242,0 +293349,0,0,0,367.7014575,0 +293350,0,0,0,366.8664454,0 +293351,0,0,0,365.9052198,0 +293352,0,0,0,364.8165243,0 +293353,0,0,0,356.3565065,0 +293354,0,0,0,353.6154636,0 +293355,0,0,0,351.6286652,0 +293356,0,0,0,349.5625144,0 +293357,0,0,0,347.4736701,0 +293358,0,0,0,345.3121111,0 +293359,0,0,0,343.0636474,0 +293360,0,0,0,340.7194153,0 +293361,0,0,0,338.3951682,0 +293362,0,0,0,335.5448415,0 +293363,0,0,0,333.155688,0 +293364,0,0,0,330.2793625,0 +293365,0,0,0,327.4209518,0 +293366,0,0,0,324.427625,0 +293367,0,0,0,321.3191326,0 +293368,0,0,0,318.0926942,0 +293369,0,0,0,314.8258324,0 +293370,0,0,0,311.1779196,0 +293371,0,0,0,308.2396351,0 +293372,0,0,0,305.1924453,0 +293373,0,0,0,301.9953584,0 +293374,0,0,0,299.0117884,0 +293375,0,0,0,295.8205299,0 +293376,0,0,0,292.3836506,0 +293377,0,0,0,289.0912186,0 +293378,0,0,0,285.6233323,0 +293379,0,0,0,282.0946235,0 +293380,0,0,0,278.5913451,0 +293381,0,0,0,281.9451262,0 +293382,0,0,0,279.9972817,0 +293383,0,0,0,276.7014914,0 +293384,0,0,0,273.7439473,0 +293385,0,0,0,270.3015643,0 +293386,0,0,0,266.8245731,0 +293387,0,0,0,263.3017638,0 +293388,0,0,0,260.7529105,0 +293389,0,0,0,257.3978402,0 +293390,0,0,0,253.6474755,0 +293391,0,0,0,250.0601547,0 +293392,0,0,0,245.966302,0 +293393,0,0,0,242.0469615,0 +293394,0,0,0,238.0090679,0 +293395,0,0,0,233.574738,0 +293396,0,0,0,229.4226484,0 +293397,0,0,0,224.9827305,0 +293398,0,0,0,220.3023778,0 +293399,0,0,0,215.6663217,0 +293400,0,0,0,210.8368798,0 +293401,0,0,0,194.1639252,0 +293402,0,0,0,187.2618103,0 +293403,0,0,0,181.2735386,0 +293404,0,0,0,175.1998165,0 +293405,0,0,0,169.3865429,0 +293406,0,0,0,163.3300075,0 +293407,0,0,0,157.4065956,0 +293408,0,0,0,151.3693291,0 +293409,0,0,0,145.3400446,0 +293410,0,0,0,139.1204656,0 +293411,0,0,0,133.0057238,0 +293412,0,0,0,126.6530419,0 +293413,0,0,0,99.99931173,0 +293414,0,0,0,90.33656792,0 +293415,0,0,0,82.38980015,0 +293416,0,0,0,74.07404014,0 +293417,0,0,0,66.60812744,0 +293418,0,0,0,98.0396051,0 +293419,0,0,0,0,0 +293420,0,0,0,63.06660003,0 +293421,0,0,0,59.2810979,0 +293422,0,0,0,0,0 +293423,0,0,0,22.43704445,0 +293424,0,0,0,0,0 +293425,0,0,0,0,0 +293426,0,0,0,0,0 +293427,0,0,0,0,0 +293428,0,0,0,0,0 +293429,0,0,0,0,0 +293430,0,0,0,0,0 +293431,0,0,0,0,0 +293432,0,0,0,0,0 +293433,0,0,0,0,0 +293434,0,0,0,0,0 +293435,0,0,0,0,0 +293436,0,0,0,0,0 +293437,0,0,0,0,0 +293438,0,0,0,0,0 +293439,0,0,0,0,0 +293440,0,0,0,0,0 +293441,0,0,0,0,0 +293442,0,0,0,0,0 +293443,0,0,0,0,0 +293444,0,0,0,0,0 +293445,0,0,0,0,0 +293446,0,0,0,0,0 +293447,0,0,0,0,0 +293448,0,0,0,0,0 +293449,0,0,0,0,0 +293450,0,0,0,0,0 +293451,0,0,0,0,0 +293452,0,0,0,0,0 +293453,0,0,0,0,0 +293454,0,0,0,0,0 +293455,0,0,0,0,0 +293456,0,0,0,0,0 +293457,0,0,0,0,0 +293458,0,0,0,0,0 +293459,0,0,0,0,0 +293460,0,0,0,0,0 +293461,0,0,0,0,0 +293462,0,0,0,0,0 +293463,0,0,0,0,0 +293464,0,0,0,0,0 +293465,0,0,0,0,0 +293466,0,0,0,0,0 +293467,0,0,0,0,0 +293468,0,0,0,0,0 +293469,0,0,0,0,0 +293470,0,0,0,0,0 +293471,0,0,0,0,0 +293472,0,0,0,0,0 +293473,0,0,0,0,0 +293474,0,0,0,0,0 +293475,0,0,0,0,0 +293476,0,0,0,0,0 +293477,0,0,0,0,0 +293478,0,0,0,0,0 +293479,0,0,0,0,0 +293480,0,0,0,0,0 +293481,0,0,0,0,0 +293482,0,0,0,0,0 +293483,0,0,0,0,0 +293484,0,0,0,0,0 +293485,0,0,0,0,0 +293486,0,0,0,0,0 +293487,0,0,0,0,0 +293488,0,0,0,0,0 +293489,0,0,0,0,0 +293490,0,0,0,0,0 +293491,0,0,0,0,0 +293492,0,0,0,0,0 +293493,0,0,0,0,0 +293494,0,0,0,0,0 +293495,0,0,0,0,0 +293496,0,0,0,0,0 +293497,0,0,0,0,0 +293498,0,0,0,0,0 +293499,0,0,0,0,0 +293500,0,0,0,0,0 +293501,0,0,0,0,0 +293502,0,0,0,0,0 +293503,0,0,0,0,0 +293504,0,0,0,0,0 +293505,0,0,0,0,0 +293506,0,0,0,0,0 +293507,0,0,0,0,0 +293508,0,0,0,0,0 +293509,0,0,0,0,0 +293510,0,0,0,0,0 +293511,0,0,0,0,0 +293512,0,0,0,0,0 +293513,0,0,0,0,0 +293514,0,0,0,0,0 +293515,0,0,0,0,0 +293516,0,0,0,0,0 +293517,0,0,0,0,0 +293518,0,0,0,0,0 +293519,0,0,0,0,0 +293520,0,0,0,0,0 +293521,0,0,0,0,0 +293522,0,0,0,0,0 +293523,0,0,0,0,0 +293524,0,0,0,0,0 +293525,0,0,0,0,0 +293526,0,0,0,0,0 +293527,0,0,0,0,0 +293528,0,0,0,0,0 +293529,0,0,0,0,0 +293530,0,0,0,0,0 +293531,0,0,0,0,0 +293532,0,0,0,0,0 +293533,0,0,0,0,0 +293534,0,0,0,0,0 +293535,0,0,0,0,0 +293536,0,0,0,0,0 +293537,0,0,0,0,0 +293538,0,0,0,0,0 +293539,0,0,0,0,0 +293540,0,0,0,0,0 +293541,0,0,0,0,0 +293542,0,0,0,0,0 +293543,0,0,0,0,0 +293544,0,0,0,0,0 +293545,0,0,0,0,0 +293546,0,0,0,0,0 +293547,0,0,0,0,0 +293548,0,0,0,0,0 +293549,0,0,0,0,0 +293550,0,0,0,0,0 +293551,0,0,0,0,0 +293552,0,0,0,0,0 +293553,0,0,0,0,0 +293554,0,0,0,0,0 +293555,0,0,0,0,0 +293556,0,0,0,0,0 +293557,0,0,0,0,0 +293558,0,0,0,0,0 +293559,0,0,0,0,0 +293560,0,0,0,0,0 +293561,0,0,0,0,0 +293562,0,0,0,0,0 +293563,0,0,0,0,0 +293564,0,0,0,0,0 +293565,0,0,0,0,0 +293566,0,0,0,0,0 +293567,0,0,0,0,0 +293568,0,0,0,0,0 +293569,0,0,0,0,0 +293570,0,0,0,0,0 +293571,0,0,0,0,0 +293572,0,0,0,0,0 +293573,0,0,0,0,0 +293574,0,0,0,0,0 +293575,0,0,0,0,0 +293576,0,0,0,0,0 +293577,0,0,0,0,0 +293578,0,0,0,0,0 +293579,0,0,0,0,0 +293580,0,0,0,0,0 +293581,0,0,0,0,0 +293582,0,0,0,0,0 +293583,0,0,0,0,0 +293584,0,0,0,0,0 +293585,0,0,0,0,0 +293586,0,0,0,0,0 +293587,0,0,0,0,0 +293588,0,0,0,0,0 +293589,0,0,0,0,0 +293590,0,0,0,0,0 +293591,0,0,0,0,0 +293592,0,0,0,0,0 +293593,0,0,0,0,0 +293594,0,0,0,0,0 +293595,0,0,0,0,0 +293596,0,0,0,0,0 +293597,0,0,0,0,0 +293598,0,0,0,0,0 +293599,0,0,0,0,0 +293600,0,0,0,0,0 +293601,0,0,0,0,0 +293602,0,0,0,0,0 +293603,0,0,0,0,0 +293604,0,0,0,0,0 +293605,0,0,0,0,0 +293606,0,0,0,0,0 +293607,0,0,0,0,0 +293608,0,0,0,0,0 +293609,0,0,0,0,0 +293610,0,0,0,0,0 +293611,0,0,0,0,0 +293612,0,0,0,0,0 +293613,0,0,0,0,0 +293614,0,0,0,0,0 +293615,0,0,0,0,0 +293616,0,0,0,0,0 +293617,0,0,0,0,0 +293618,0,0,0,0,0 +293619,0,0,0,0,0 +293620,0,0,0,0,0 +293621,0,0,0,0,0 +293622,0,0,0,0,0 +293623,0,0,0,0,0 +293624,0,0,0,0,0 +293625,0,0,0,0,0 +293626,0,0,0,0,0 +293627,0,0,0,0,0 +293628,0,0,0,0,0 +293629,0,0,0,0,0 +293630,0,0,0,0,0 +293631,0,0,0,0,0 +293632,0,0,0,0,0 +293633,0,0,0,0,0 +293634,0,0,0,0,0 +293635,0,0,0,0,0 +293636,0,0,0,0,0 +293637,0,0,0,0,0 +293638,0,0,0,0,0 +293639,0,0,0,0,0 +293640,0,0,0,0,0 +293641,0,0,0,0,0 +293642,0,0,0,0,0 +293643,0,0,0,0,0 +293644,0,0,0,0,0 +293645,0,0,0,0,0 +293646,0,0,0,0,0 +293647,0,0,0,0,0 +293648,0,0,0,0,0 +293649,0,0,0,0,0 +293650,0,0,0,0,0 +293651,0,0,0,0,0 +293652,0,0,0,0,0 +293653,0,0,0,0,0 +293654,0,0,0,0,0 +293655,0,0,0,0,0 +293656,0,0,0,0,0 +293657,0,0,0,0,0 +293658,0,0,0,0,0 +293659,0,0,0,0,0 +293660,0,0,0,0,0 +293661,0,0,0,0,0 +293662,0,0,0,0,0 +293663,0,0,0,0,0 +293664,0,0,0,0,0 +293665,0,0,0,0,0 +293666,0,0,0,0,0 +293667,0,0,0,0,0 +293668,0,0,0,0,0 +293669,0,0,0,0,0 +293670,0,0,0,0,0 +293671,0,0,0,0,0 +293672,0,0,0,0,0 +293673,0,0,0,0,0 +293674,0,0,0,0,0 +293675,0,0,0,0,0 +293676,0,0,0,0,0 +293677,0,0,0,0,0 +293678,0,0,0,0,0 +293679,0,0,0,0,0 +293680,0,0,0,0,0 +293681,0,0,0,0,0 +293682,0,0,0,0,0 +293683,0,0,0,0,0 +293684,0,0,0,0,0 +293685,0,0,0,0,0 +293686,0,0,0,0,0 +293687,0,0,0,0,0 +293688,0,0,0,0,0 +293689,0,0,0,0,0 +293690,0,0,0,0,0 +293691,0,0,0,0,0 +293692,0,0,0,0,0 +293693,0,0,0,0,0 +293694,0,0,0,0,0 +293695,0,0,0,0,0 +293696,0,0,0,0,0 +293697,0,0,0,0,0 +293698,0,0,0,0,0 +293699,0,0,0,0,0 +293700,0,0,0,0,0 +293701,0,0,0,0,0 +293702,0,0,0,0,0 +293703,0,0,0,0,0 +293704,0,0,0,0,0 +293705,0,0,0,0,0 +293706,0,0,0,0,0 +293707,0,0,0,0,0 +293708,0,0,0,0,0 +293709,0,0,0,0,0 +293710,0,0,0,0,0 +293711,0,0,0,0,0 +293712,0,0,0,0,0 +293713,0,0,0,0,0 +293714,0,0,0,0,0 +293715,0,0,0,0,0 +293716,0,0,0,0,0 +293717,0,0,0,0,0 +293718,0,0,0,0,0 +293719,0,0,0,0,0 +293720,0,0,0,0,0 +293721,0,0,0,0,0 +293722,0,0,0,0,0 +293723,0,0,0,0,0 +293724,0,0,0,0,0 +293725,0,0,0,0,0 +293726,0,0,0,0,0 +293727,0,0,0,0,0 +293728,0,0,0,0,0 +293729,0,0,0,0,0 +293730,0,0,0,0,0 +293731,0,0,0,0,0 +293732,0,0,0,0,0 +293733,0,0,0,0,0 +293734,0,0,0,0,0 +293735,0,0,0,0,0 +293736,0,0,0,0,0 +293737,0,0,0,0,0 +293738,0,0,0,0,0 +293739,0,0,0,0,0 +293740,0,0,0,0,0 +293741,0,0,0,0,0 +293742,0,0,0,0,0 +293743,0,0,0,0,0 +293744,0,0,0,0,0 +293745,0,0,0,0,0 +293746,0,0,0,0,0 +293747,0,0,0,0,0 +293748,0,0,0,0,0 +293749,0,0,0,0,0 +293750,0,0,0,0,0 +293751,0,0,0,0,0 +293752,0,0,0,0,0 +293753,0,0,0,0,0 +293754,0,0,0,0,0 +293755,0,0,0,0,0 +293756,0,0,0,0,0 +293757,0,0,0,0,0 +293758,0,0,0,0,0 +293759,0,0,0,0,0 +293760,0,0,0,0,0 +293761,0,0,0,0,0 +293762,0,0,0,0,0 +293763,0,0,0,0,0 +293764,0,0,0,0,0 +293765,0,0,0,0,0 +293766,0,0,0,0,0 +293767,0,0,0,0,0 +293768,0,0,0,0,0 +293769,0,0,0,0,0 +293770,0,0,0,0,0 +293771,0,0,0,0,0 +293772,0,0,0,0,0 +293773,0,0,0,0,0 +293774,0,0,0,0,0 +293775,0,0,0,0,0 +293776,0,0,0,0,0 +293777,0,0,0,0,0 +293778,0,0,0,0,0 +293779,0,0,0,0,0 +293780,0,0,0,0,0 +293781,0,0,0,0,0 +293782,0,0,0,0,0 +293783,0,0,0,0,0 +293784,0,0,0,0,0 +293785,0,0,0,0,0 +293786,0,0,0,0,0 +293787,0,0,0,0,0 +293788,0,0,0,0,0 +293789,0,0,0,0,0 +293790,0,0,0,0,0 +293791,0,0,0,0,0 +293792,0,0,0,0,0 +293793,0,0,0,0,0 +293794,0,0,0,0,0 +293795,0,0,0,0,0 +293796,0,0,0,0,0 +293797,0,0,0,0,0 +293798,0,0,0,0,0 +293799,0,0,0,0,0 +293800,0,0,0,0,0 +293801,0,0,0,0,0 +293802,0,0,0,0,0 +293803,0,0,0,0,0 +293804,0,0,0,0,0 +293805,0,0,0,0,0 +293806,0,0,0,0,0 +293807,0,0,0,0,0 +293808,0,0,0,0,0 +293809,0,0,0,0,0 +293810,0,0,0,0,0 +293811,0,0,0,0,0 +293812,0,0,0,0,0 +293813,0,0,0,0,0 +293814,0,0,0,0,0 +293815,0,0,0,0,0 +293816,0,0,0,0,0 +293817,0,0,0,0,0 +293818,0,0,0,0,0 +293819,0,0,0,0,0 +293820,0,0,0,0,0 +293821,0,0,0,0,0 +293822,0,0,0,0,0 +293823,0,0,0,0,0 +293824,0,0,0,0,0 +293825,0,0,0,0,0 +293826,0,0,0,0,0 +293827,0,0,0,0,0 +293828,0,0,0,0,0 +293829,0,0,0,0,0 +293830,0,0,0,0,0 +293831,0,0,0,0,0 +293832,0,0,0,0,0 +293833,0,0,0,0,0 +293834,0,0,0,0,0 +293835,0,0,0,0,0 +293836,0,0,0,0,0 +293837,0,0,0,0,0 +293838,0,0,0,0,0 +293839,0,0,0,0,0 +293840,0,0,0,0,0 +293841,0,0,0,0,0 +293842,0,0,0,0,0 +293843,0,0,0,0,0 +293844,0,0,0,0,0 +293845,0,0,0,0,0 +293846,0,0,0,0,0 +293847,0,0,0,0,0 +293848,0,0,0,0,0 +293849,0,0,0,0,0 +293850,0,0,0,0,0 +293851,0,0,0,0,0 +293852,0,0,0,0,0 +293853,0,0,0,0,0 +293854,0,0,0,0,0 +293855,0,0,0,0,0 +293856,0,0,0,0,0 +293857,0,0,0,0,0 +293858,0,0,0,0,0 +293859,0,0,0,0,0 +293860,0,0,0,0,0 +293861,0,0,0,0,0 +293862,0,0,0,0,0 +293863,0,0,0,0,0 +293864,0,0,0,0,0 +293865,0,0,0,0,0 +293866,0,0,0,0,0 +293867,0,0,0,0,0 +293868,0,0,0,0,0 +293869,0,0,0,0,0 +293870,0,0,0,0,0 +293871,0,0,0,0,0 +293872,0,0,0,0,0 +293873,0,0,0,0,0 +293874,0,0,0,0,0 +293875,0,0,0,0,0 +293876,0,0,0,0,0 +293877,0,0,0,0,0 +293878,0,0,0,0,0 +293879,0,0,0,0,0 +293880,0,0,0,0,0 +293881,0,0,0,0,0 +293882,0,0,0,0,0 +293883,0,0,0,0,0 +293884,0,0,0,0,0 +293885,0,0,0,0,0 +293886,0,0,0,0,0 +293887,0,0,0,0,0 +293888,0,0,0,0,0 +293889,0,0,0,0,0 +293890,0,0,0,0,0 +293891,0,0,0,0,0 +293892,0,0,0,0,0 +293893,0,0,0,0,0 +293894,0,0,0,0,0 +293895,0,0,0,0,0 +293896,0,0,0,0,0 +293897,0,0,0,0,0 +293898,0,0,0,0,0 +293899,0,0,0,0,0 +293900,0,0,0,0,0 +293901,0,0,0,0,0 +293902,0,0,0,0,0 +293903,0,0,0,0,0 +293904,0,0,0,0,0 +293905,0,0,0,0,0 +293906,0,0,0,0,0 +293907,0,0,0,0,0 +293908,0,0,0,0,0 +293909,0,0,0,0,0 +293910,0,0,0,0,0 +293911,0,0,0,0,0 +293912,0,0,0,0,0 +293913,0,0,0,0,0 +293914,0,0,0,0,0 +293915,0,0,0,0,0 +293916,0,0,0,0,0 +293917,0,0,0,0,0 +293918,0,0,0,0,0 +293919,0,0,0,0,0 +293920,0,0,0,0,0 +293921,0,0,0,0,0 +293922,0,0,0,0,0 +293923,0,0,0,0,0 +293924,0,0,0,0,0 +293925,0,0,0,0,0 +293926,0,0,0,0,0 +293927,0,0,0,0,0 +293928,0,0,0,0,0 +293929,0,0,0,0,0 +293930,0,0,0,0,0 +293931,0,0,0,0,0 +293932,0,0,0,0,0 +293933,0,0,0,0,0 +293934,0,0,0,0,0 +293935,0,0,0,0,0 +293936,0,0,0,0,0 +293937,0,0,0,0,0 +293938,0,0,0,0,0 +293939,0,0,0,0,0 +293940,0,0,0,0,0 +293941,0,0,0,0,0 +293942,0,0,0,0,0 +293943,0,0,0,0,0 +293944,0,0,0,0,0 +293945,0,0,0,0,0 +293946,0,0,0,0,0 +293947,0,0,0,0,0 +293948,0,0,0,0,0 +293949,0,0,0,0,0 +293950,0,0,0,0,0 +293951,0,0,0,0,0 +293952,0,0,0,0,0 +293953,0,0,0,0,0 +293954,0,0,0,0,0 +293955,0,0,0,0,0 +293956,0,0,0,0,0 +293957,0,0,0,0,0 +293958,0,0,0,0,0 +293959,0,0,0,0,0 +293960,0,0,0,0,0 +293961,0,0,0,0,0 +293962,0,0,0,0,0 +293963,0,0,0,0,0 +293964,0,0,0,0,0 +293965,0,0,0,0,0 +293966,0,0,0,0,0 +293967,0,0,0,0,0 +293968,0,0,0,0,0 +293969,0,0,0,0,0 +293970,0,0,0,0,0 +293971,0,0,0,0,0 +293972,0,0,0,0,0 +293973,0,0,0,0,0 +293974,0,0,0,0,0 +293975,0,0,0,0,0 +293976,0,0,0,0,0 +293977,0,0,0,0,0 +293978,0,0,0,0,0 +293979,0,0,0,0,0 +293980,0,0,0,0,0 +293981,0,0,0,0,0 +293982,0,0,0,0,0 +293983,0,0,0,0,0 +293984,0,0,0,0,0 +293985,0,0,0,0,0 +293986,0,0,0,0,0 +293987,0,0,0,0,0 +293988,0,0,0,0,0 +293989,0,0,0,0,0 +293990,0,0,0,0,0 +293991,0,0,0,0,0 +293992,0,0,0,0,0 +293993,0,0,0,0,0 +293994,0,0,0,0,0 +293995,0,0,0,0,0 +293996,0,0,0,0,0 +293997,0,0,0,0,0 +293998,0,0,0,0,0 +293999,0,0,0,0,0 +294000,0,0,0,0,0 +294001,0,0,0,0,0 +294002,0,0,0,0,0 +294003,0,0,0,0,0 +294004,0,0,0,0,0 +294005,0,0,0,0,0 +294006,0,0,0,0,0 +294007,0,0,0,0,0 +294008,0,0,0,0,0 +294009,0,0,0,0,0 +294010,0,0,0,0,0 +294011,0,0,0,0,0 +294012,0,0,0,0,0 +294013,0,0,0,0,0 +294014,0,0,0,0,0 +294015,0,0,0,0,0 +294016,0,0,0,0,0 +294017,0,0,0,0,0 +294018,0,0,0,0,0 +294019,0,0,0,0,0 +294020,0,0,0,0,0 +294021,0,0,0,0,0 +294022,0,0,0,0,0 +294023,0,0,0,0,0 +294024,0,0,0,0,0 +294025,0,0,0,0,0 +294026,0,0,0,0,0 +294027,0,0,0,0,0 +294028,0,0,0,0,0 +294029,0,0,0,0,0 +294030,0,0,0,0,0 +294031,0,0,0,0,0 +294032,0,0,0,0,0 +294033,0,0,0,0,0 +294034,0,0,0,0,0 +294035,0,0,0,0,0 +294036,0,0,0,0,0 +294037,0,0,0,0,0 +294038,0,0,0,0,0 +294039,0,0,0,0,0 +294040,0,0,0,0,0 +294041,0,0,0,0,0 +294042,0,0,0,0,0 +294043,0,0,0,0,0 +294044,0,0,0,0,0 +294045,0,0,0,0,0 +294046,0,0,0,0,0 +294047,0,0,0,0,0 +294048,0,0,0,0,0 +294049,0,0,0,0,0 +294050,0,0,0,0,0 +294051,0,0,0,0,0 +294052,0,0,0,0,0 +294053,0,0,0,0,0 +294054,0,0,0,0,0 +294055,0,0,0,0,0 +294056,0,0,0,0,0 +294057,0,0,0,0,0 +294058,0,0,0,0,0 +294059,0,0,0,0,0 +294060,0,0,0,0,0 +294061,0,0,0,0,0 +294062,0,0,0,0,0 +294063,0,0,0,0,0 +294064,0,0,0,0,0 +294065,0,0,0,0,0 +294066,0,0,0,0,0 +294067,0,0,0,0,0 +294068,0,0,0,0,0 +294069,0,0,0,0,0 +294070,0,0,0,0,0 +294071,0,0,0,0,0 +294072,0,0,0,0,0 +294073,0,0,0,0,0 +294074,0,0,0,0,0 +294075,0,0,0,0,0 +294076,0,0,0,0,0 +294077,0,0,0,0,0 +294078,0,0,0,0,0 +294079,0,0,0,0,0 +294080,0,0,0,0,0 +294081,0,0,0,0,0 +294082,0,0,0,0,0 +294083,0,0,0,0,0 +294084,0,0,0,0,0 +294085,0,0,0,0,0 +294086,0,0,0,0,0 +294087,0,0,0,0,0 +294088,0,0,0,0,0 +294089,0,0,0,0,0 +294090,0,0,0,0,0 +294091,0,0,0,0,0 +294092,0,0,0,0,0 +294093,0,0,0,0,0 +294094,0,0,0,0,0 +294095,0,0,0,0,0 +294096,0,0,0,0,0 +294097,0,0,0,0,0 +294098,0,0,0,0,0 +294099,0,0,0,0,0 +294100,0,0,0,0,0 +294101,0,0,0,0,0 +294102,0,0,0,0,0 +294103,0,0,0,0,0 +294104,0,0,0,0,0 +294105,0,0,0,0,0 +294106,0,0,0,0,0 +294107,0,0,0,0,0 +294108,0,0,0,0,0 +294109,0,0,0,0,0 +294110,0,0,0,0,0 +294111,0,0,0,0,0 +294112,0,0,0,0,0 +294113,0,0,0,0,0 +294114,0,0,0,0,0 +294115,0,0,0,0,0 +294116,0,0,0,0,0 +294117,0,0,0,0,0 +294118,0,0,0,0,0 +294119,0,0,0,0,0 +294120,0,0,0,0,0 +294121,0,0,0,0,0 +294122,0,0,0,0,0 +294123,0,0,0,0,0 +294124,0,0,0,0,0 +294125,0,0,0,0,0 +294126,0,0,0,0,0 +294127,0,0,0,0,0 +294128,0,0,0,0,0 +294129,0,0,0,0,0 +294130,0,0,0,0,0 +294131,0,0,0,0,0 +294132,0,0,0,0,0 +294133,0,0,0,0,0 +294134,0,0,0,0,0 +294135,0,0,0,0,0 +294136,0,0,0,0,0 +294137,0,0,0,0,0 +294138,0,0,0,0,0 +294139,0,0,0,0,0 +294140,0,0,0,0,0 +294141,0,0,0,0,0 +294142,0,0,0,0,0 +294143,0,0,0,0,0 +294144,0,0,0,0,0 +294145,0,0,0,0,0 +294146,0,0,0,0,0 +294147,0,0,0,0,0 +294148,0,0,0,0,0 +294149,0,0,0,0,0 +294150,0,0,0,0,0 +294151,0,0,0,0,0 +294152,0,0,0,0,0 +294153,0,0,0,0,0 +294154,0,0,0,0,0 +294155,0,0,0,0,0 +294156,0,0,0,0,0 +294157,0,0,0,0,0 +294158,0,0,0,0,0 +294159,0,0,0,0,0 +294160,0,0,0,0,0 +294161,0,0,0,0,0 +294162,0,0,0,0,0 +294163,0,0,0,0,0 +294164,0,0,0,0,0 +294165,0,0,0,0,0 +294166,0,0,0,0,0 +294167,0,0,0,0,0 +294168,0,0,0,0,0 +294169,0,0,0,0,0 +294170,0,0,0,0,0 +294171,0,0,0,0,0 +294172,0,0,0,0,0 +294173,0,0,0,0,0 +294174,0,0,0,0,0 +294175,0,0,0,0,0 +294176,0,0,0,0,0 +294177,0,0,0,0,0 +294178,0,0,0,0,0 +294179,0,0,0,0,0 +294180,0,0,0,0,0 +294181,39.67300213,3501.668608,2915.715389,18.23271964,-359.9886187 +294182,17.46059806,2173.938021,2660.250104,8.199188091,-393.224996 +294183,196.6637699,101.1911934,2744.27132,89.70246446,-55.96043932 +294184,208.4778228,87.01858947,2651.254525,95.04304343,-22.52414175 +294185,211.0915306,933.1793316,2553.192521,96.17868423,-7.207139261 +294186,209.4561081,697.7958593,2448.022285,95.40791383,-1.382054034 +294187,205.5773711,614.1186525,635.2332612,93.6578376,-1.171199771 +294188,201.3673738,660.2196393,1784.078912,91.7925416,-2.771773698 +294189,197.4716316,665.8695351,1436.268623,90.09421273,-4.777446679 +294190,193.8275824,671.776887,1436.556345,88.52431546,-7.13900829 +294191,190.454169,677.6012495,1440.699753,87.08439964,-9.69857147 +294192,187.3476294,683.7492511,1445.471149,85.76811079,-12.36177223 +294193,184.4996426,690.091869,1450.734249,84.56858233,-15.05802401 +294194,181.8968449,696.5328837,1456.392974,83.4775775,-17.73821853 +294195,179.5222454,703.2289988,1462.384776,82.4858366,-20.37081441 +294196,177.3565748,710.0050135,1468.696589,81.58355625,-22.93813143 +294197,175.3799625,716.9896699,1475.308686,80.76110026,-25.43241672 +294198,173.5738842,723.9862914,1481.976248,80.00972255,-27.84990623 +294199,171.9210605,730.9026324,1488.931806,79.32148497,-30.19047629 +294200,170.4056492,738.616142,1496.258843,78.68929139,-32.45641317 +294201,169.013401,745.818847,1503.426431,78.10690277,-34.6512906 +294202,167.7332357,753.3011562,1510.972581,77.56883713,-36.77949495 +294203,166.5518766,760.9420303,1518.652963,77.07037986,-38.84546244 +294204,165.458822,768.5560454,1526.214621,76.60741931,-40.85376785 +294205,164.4475468,776.3782567,1534.239071,76.17647077,-42.8085534 +294206,163.5087952,784.1622916,1542.137755,75.77450328,-44.71384451 +294207,162.6355281,792.1514826,1550.271565,75.39887703,-46.57348045 +294208,161.8242236,800.0920622,1558.303571,75.04739606,-48.39065318 +294209,161.068115,808.2357552,1566.493137,74.71811993,-50.16844474 +294210,160.3623299,816.3203877,1574.943514,74.4093368,-51.9097707 +294211,159.7053726,823.5813552,1581.045191,74.11968851,-53.61673529 +294212,159.0906582,830.7467533,1587.299077,73.84777843,-55.29195312 +294213,158.5139064,837.7921039,1593.418832,73.59245478,-56.93737584 +294214,157.9742995,844.9088431,1599.566283,73.35269956,-58.55473367 +294215,157.4676626,856.101597,1605.395342,73.1275551,-60.14579945 +294216,156.9916717,865.740818,1611.537596,72.91623176,-61.71192444 +294217,156.5466568,875.6171365,1617.387004,72.71797781,-63.25451354 +294218,156.1291951,885.3946943,1623.344818,72.53209844,-64.77491921 +294219,155.7375406,895.1643084,1629.038282,72.3580437,-66.27405667 +294220,155.3723633,904.8062221,1634.860532,72.1951959,-67.75323576 +294221,155.0307941,914.5466266,1640.556723,72.04309496,-69.21323682 +294222,154.7130308,924.1141614,1646.210957,71.90127769,-70.65494284 +294223,154.4162038,933.7964741,1651.810808,71.76923931,-72.07947617 +294224,154.1409864,943.2985052,1657.34458,71.64661365,-73.4874726 +294225,153.8849071,952.8779278,1662.827779,71.53300417,-74.87974354 +294226,153.6487353,962.4347262,1673.212897,71.42805659,-76.25698309 +294227,153.4300949,971.8549531,1670.455218,71.33141076,-77.61994996 +294228,153.2298241,981.3481305,1694.164082,71.24273908,-78.96931388 +294229,153.0457325,990.8188319,1659.309036,71.16176417,-80.30557586 +294230,152.8786119,1000.15137,1701.647355,71.08813177,-81.62957757 +294231,152.7262927,1009.557935,1691.479273,71.02157151,-82.94185133 +294232,152.5897243,1018.943319,1699.4516,70.96179558,-84.2430273 +294233,152.4668691,1027.703605,1704.278606,70.90859178,-85.53345498 +294234,152.3586662,1037.741887,1709.230082,70.86166347,-86.81384553 +294235,152.2631038,1046.645929,1714.024961,70.82080924,-88.08454619 +294236,152.1811995,1055.945054,1718.757239,70.78576499,-89.34617579 +294237,152.110877,1065.09094,1723.495006,70.75630007,-90.5992343 +294238,152.0532839,1074.33041,1727.946038,70.732207,-91.84414824 +294239,152.0063896,1083.422664,1732.506479,70.71327649,-93.08136442 +294240,151.9713186,1092.532697,1736.913631,70.69928853,-94.31138968 +294241,126.9768947,1438.232422,2029.116577,146.1726841,-625.3853748 +294242,1648.761685,1564.159176,1882.67673,688.9993728,-713.8802056 +294243,1029.319111,1595.348274,1892.167182,479.2624146,-576.8088445 +294244,1136.51484,1568.940375,1975.090615,514.2040859,-434.0064296 +294245,1179.187805,1600.452041,2055.329382,533.3845582,-314.082268 +294246,1196.018078,1616.190736,2126.050716,541.5382758,-216.9776815 +294247,1213.816983,1630.926063,2184.53419,550.0878638,-141.2175612 +294248,1411.498295,1725.072523,2381.021623,640.4090533,1299.593943 +294249,963.6162436,1540.088503,2193.082764,438.4898681,536.79694 +294250,1582.278124,1817.355275,2379.311329,717.8938234,1420.902994 +294251,961.7530736,1552.055208,2194.785498,439.0310009,399.0243236 +294252,1625.942891,1846.701398,2385.348282,732.2962346,1599.389704 +294253,968.8884212,1578.513441,2197.059684,452.3377535,439.7877141 +294254,1651.859163,1879.511639,2388.415448,746.5286268,1640.209233 +294255,1012.188971,1600.182771,2197.133989,464.9543727,474.245368 +294256,1670.787402,1902.408996,2389.459082,760.2523439,1678.869089 +294257,1039.30863,1630.679047,2196.162524,477.243575,505.9923689 +294258,1698.40623,1947.150097,2389.906165,773.5453203,1733.531355 +294259,1063.759749,1628.754286,2196.825276,489.1637649,507.5918178 +294260,1724.898355,1967.665539,2392.767022,786.3675746,1767.958605 +294261,1087.320435,1676.349386,2195.717388,500.3663729,552.5881948 +294262,1751.306809,1985.085158,2393.075494,799.6471057,1798.593321 +294263,1305.175436,1801.754972,2390.907295,599.9085412,922.57722 +294264,1487.200138,1868.958149,2387.648943,681.1896468,1281.330216 +294265,1465.654973,1873.546587,2384.405881,673.8466572,1228.366509 +294266,1485.550646,1893.657459,2382.349523,678.9491513,1242.48813 +294267,1492.044409,1918.685692,2381.884021,684.6373841,1255.261115 +294268,1509.482221,1886.42279,2382.642264,690.0449957,1267.670944 +294269,1512.311001,1942.154249,2384.183717,695.3014555,1279.867839 +294270,1502.239588,1921.646955,2386.186437,700.6566145,1291.519487 +294271,1546.80226,1969.824099,2388.555679,705.842588,1303.33926 +294272,1541.161094,1950.539669,2391.072417,711.0661697,1314.382415 +294273,1554.828914,1967.384856,2393.769851,716.0626215,1325.710099 +294274,1565.244885,1981.652035,2397.037008,721.190261,1336.331623 +294275,1575.203403,1989.461076,2400.893403,726.0036595,1347.057799 +294276,1590.473914,1996.215876,2404.97386,734.5253385,1357.195447 +294277,1600.95514,2005.691966,2408.980429,739.8681045,1373.091613 +294278,1611.005456,2015.208834,2413.121123,744.8518178,1380.154074 +294279,1621.228596,2024.710313,2417.046011,749.9966846,1374.089263 +294280,1630.58641,2033.872199,2420.933447,754.7469713,1403.910836 +294281,1640.671515,2043.373066,2424.74183,759.7207531,1404.227358 +294282,1650.045552,2052.389379,2428.460111,764.2371905,1415.03823 +294283,1659.49338,2061.498065,2432.069815,769.1349027,1424.146716 +294284,1668.703034,2070.258845,2437.350922,773.6093803,1432.806297 +294285,1678.05815,2079.293503,2439.880487,778.2864816,1441.405069 +294286,1686.85559,2087.871671,2442.665335,782.6926147,1450.086762 +294287,1696.302789,2096.536157,2445.532125,787.1974244,1458.18775 +294288,1704.760875,2111.752382,2450.486765,791.5768208,1474.355196 +294289,1713.827493,2110.713081,2454.081573,796.0480452,1467.096138 +294290,1722.325497,2123.005404,2455.419298,800.1782688,1480.889645 +294291,1731.111158,2130.64168,2456.962804,804.5725516,1492.184615 +294292,1739.560406,2138.55132,2461.138518,808.6709618,1496.826411 +294293,1747.995241,2146.274885,2464.082575,812.9359725,1504.981195 +294294,1756.245911,2154.407018,2466.867359,816.8990025,1512.328516 +294295,1764.672964,2162.008187,2469.154904,821.1577301,1535.223658 +294296,1772.562211,2169.523629,2469.512534,825.0528159,1502.606672 +294297,1781.14812,2176.961953,2470.763493,829.1535393,1552.675656 +294298,1788.735522,2184.634787,2474.29843,833.0049688,1526.375102 +294299,1796.982576,2191.832523,2476.722875,837.0772105,1552.591032 +294300,1804.675766,2198.901034,2476.943628,840.7687687,1552.478788 +294301,2202.212263,2374.658819,2489.076697,1012.997133,1968.170928 +294302,2234.670156,2384.332199,2532.861025,1018.682369,2007.416965 +294303,2191.967383,2397.329697,2584.543656,1023.333378,2052.85503 +294304,2247.878807,2395.010502,2626.540646,1028.082513,2089.274801 +294305,2238.416061,2411.464498,2656.469111,1032.481276,2115.403633 +294306,2250.559901,2416.146003,2676.949879,1036.849277,2133.790464 +294307,2259.211072,2423.563072,2691.044755,1041.12061,2146.92775 +294308,2267.729938,2430.644711,2701.080018,1045.32222,2156.665731 +294309,2276.116256,2438.033244,2710.315066,1049.462573,2166.374248 +294310,2284.514949,2444.281273,2715.188204,1053.543625,2171.451984 +294311,2292.470378,2451.800793,2721.212358,1057.644423,2178.385819 +294312,2316.137115,2464.69692,2724.221365,1061.52365,2181.792536 +294313,2285.483983,2456.078651,2726.983566,1065.510443,2185.415352 +294314,2327.531856,2480.32336,2731.251007,1069.394242,2191.075175 +294315,2321.911858,2475.963002,2732.720963,1073.17404,2193.53456 +294316,2331.742159,2484.369094,2736.177504,1077.087514,2198.542224 +294317,2339.670094,2490.083122,2736.885939,1080.807907,2200.347535 +294318,2347.269252,2497.313607,2738.131893,1084.618423,2203.101058 +294319,2363.251866,2502.227523,2739.456089,1088.211422,2205.81072 +294320,2349.135326,2514.62284,2740.922416,1091.918056,2208.763897 +294321,2375.569386,2506.073669,2742.227299,1095.529501,2211.599021 +294322,2375.398476,2527.369429,2743.397559,1099.116247,2214.348322 +294323,2383.997459,2524.654589,2744.635872,1102.669107,2217.253127 +294324,2402.076738,2530.301315,2745.67348,1106.188307,2219.984009 +294325,2381.646948,2536.497212,2746.552396,1109.743655,2222.586892 +294326,2421.774611,2547.839045,2747.524942,1113.094061,2225.363118 +294327,2424.009626,2539.480141,2748.249635,1116.495732,2227.896464 +294328,2389.403578,2557.856437,2748.861804,1119.981265,2230.347751 +294329,2461.856654,2556.815779,2749.569634,1123.291998,2232.966605 +294330,2420.504434,2560.893067,2750.085997,1126.633883,2235.404042 +294331,2443.415633,2572.423401,2750.560376,1129.88039,2237.839687 +294332,2423.268852,2563.892004,2750.85932,1133.08608,2240.126652 +294333,2489.677179,2579.948257,2751.22904,1136.328888,2242.577768 +294334,2445.129334,2579.472234,2751.671317,1139.36092,2245.191624 +294335,2467.648973,2581.844019,2751.674028,1142.519489,2247.341314 +294336,2474.356656,2592.210688,2751.598526,1145.586553,2249.462587 +294337,2478.959425,2584.342906,2751.517442,1148.633943,2251.631344 +294338,2485.457787,2597.767065,2751.378754,1151.652997,2253.784162 +294339,2491.559543,2598.311735,2751.376767,1154.643894,2256.150722 +294340,2497.477914,2600.15464,2751.32188,1157.607027,2258.504692 +294341,2503.842967,2604.510403,2752.804598,1160.544037,2262.779954 +294342,2509.597642,2612.143207,2751.653482,1163.451467,2263.910488 +294343,2515.657821,2605.05087,2750.943496,1166.336037,2265.613226 +294344,2521.492128,2615.495209,2750.255205,1169.193066,2267.368959 +294345,2527.3723,2616.735376,2749.709873,1172.024966,2269.320776 +294346,2533.22375,2618.217427,2749.156986,1174.833095,2271.295063 +294347,2538.993354,2622.00777,2750.178285,1177.61751,2275.222549 +294348,2544.450116,2622.475048,2748.429398,1180.375179,2275.821635 +294349,2550.498494,2626.174378,2748.86118,1183.113937,2279.11201 +294350,2555.988367,2628.541209,2748.469365,1185.82608,2281.43089 +294351,2561.571412,2628.569051,2746.019082,1188.516443,2281.264123 +294352,2567.131912,2630.253271,2744.315774,1191.186146,2282.011805 +294353,2572.72108,2632.410583,2742.900161,1193.832863,2283.110669 +294354,2578.123306,2634.459084,2741.631041,1196.458694,2284.39975 +294355,2583.701104,2637.993176,2742.1124,1199.064144,2287.852909 +294356,2588.770259,2637.574202,2739.923307,1201.722534,2288.085773 +294357,2594.555748,2640.489024,2739.936087,1204.176214,2291.233928 +294358,2599.650056,2639.835705,2737.434873,1206.770883,2291.127459 +294359,2605.067817,2640.218613,2735.522072,1209.285991,2291.74299 +294360,2610.282414,2641.030141,2733.789069,1211.790338,2292.580009 +294361,2630.05534,2642.29229,2732.314843,1216.962236,2293.743847 +294362,2624.70118,2644.053718,2731.2711,1220.029266,2295.517014 +294363,2635.621369,2645.806919,2730.338788,1222.805165,2297.483272 +294364,2640.827795,2647.41808,2729.404484,1225.685711,2299.484508 +294365,2646.284326,2648.844113,2728.400665,1228.336218,2301.428135 +294366,2652.003377,2650.077567,2727.28738,1231.005515,2303.258769 +294367,2657.440234,2651.183138,2726.084687,1233.703899,2304.994975 +294368,2662.780656,2652.209312,2724.814164,1236.178358,2306.657832 +294369,2668.497507,2653.186513,2723.494941,1238.797052,2308.266462 +294370,2673.723,2654.118998,2722.133835,1241.324124,2309.826171 +294371,2679.13855,2655.001029,2720.732179,1243.839484,2311.336357 +294372,2684.528288,2658.287347,2720.992883,1246.334355,2314.882504 +294373,2689.493766,2657.581319,2718.602818,1248.804803,2315.197397 +294374,2694.970134,2657.661188,2716.733823,1251.258382,2316.344842 +294375,2699.846115,2658.06215,2715.0177,1253.69021,2317.434973 +294376,2705.267951,2658.631155,2713.375431,1256.103117,2318.595572 +294377,2710.278068,2659.251076,2711.767691,1258.497058,2319.788244 +294378,2715.38944,2659.847171,2710.169218,1260.872593,2320.987442 +294379,2720.444125,2660.392636,2708.56952,1263.229993,2322.181497 +294380,2725.55655,2663.580951,2708.653378,1265.569286,2325.425033 +294381,2730.222757,2662.24299,2706.1153,1267.888285,2325.678275 +294382,2735.392578,2661.966392,2704.118808,1270.2726,2326.326659 +294383,2739.976974,2662.285941,2702.294197,1272.441183,2327.152144 +294384,2745.397386,2664.933023,2702.244843,1274.771362,2330.237731 +294385,2749.751278,2663.690121,2699.633745,1277.011841,2330.044598 +294386,2762.654976,2663.426692,2697.708484,1279.254028,2330.699044 +294387,2748.554162,2663.297418,2695.846119,1281.398038,2331.263962 +294388,2776.193802,2665.741718,2695.751296,1283.726909,2334.191091 +294389,2765.957651,2664.053701,2693.220455,1285.863229,2334.105583 +294390,2774.087223,2661.751568,2691.110347,1288.055722,2334.506396 +294391,2778.849571,2660.43567,2689.076139,1290.154855,2334.96889 +294392,2783.278361,2659.589961,2687.127773,1292.226215,2335.747314 +294393,2787.578589,2658.710731,2685.203852,1294.276611,2336.342067 +294394,2792.071457,2657.645321,2683.278824,1296.30819,2336.92588 +294395,2796.374972,2656.430226,2681.345084,1298.321893,2337.492142 +294396,2800.723723,2654.978822,2679.267075,1300.318448,2337.87353 +294397,2805.120382,2646.139681,2677.288373,1302.298363,2338.359084 +294398,2809.323722,2648.620978,2675.05632,1304.261867,2338.520988 +294399,2813.643371,2649.767652,2674.588911,1306.210205,2340.821209 +294400,2817.937484,2647.514041,2673.26103,1308.142291,2342.287494 +294401,2829.316198,2636.22447,2669.846585,1310.139882,2340.965847 +294402,2823.903967,2646.570587,2667.231485,1311.92197,2340.585903 +294403,2830.532445,2633.902491,2664.880431,1313.867157,2340.481146 +294404,2835.17242,2635.673464,2662.600673,1315.728109,2340.423376 +294405,2838.652672,2634.357975,2660.490308,1317.587111,2340.542888 +294406,2842.90887,2631.617367,2658.509233,1319.432812,2340.795456 +294407,2847.242371,2623.123345,2658.059897,1321.266045,2342.914893 +294408,2850.560239,2631.734094,2655.050355,1323.083038,2341.866942 +294409,2862.241144,2616.793651,2652.805955,1324.890736,2341.727591 +294410,2849.417782,2619.881865,2650.566408,1326.683632,2341.549333 +294411,2871.037263,2617.460337,2648.461216,1328.464624,2341.492009 +294412,2866.387768,2613.838497,2646.658978,1330.233445,2341.767265 +294413,2869.476915,2610.931594,2644.800706,1331.990001,2341.936676 +294414,2874.649219,2607.639543,2642.86614,1335.952431,2341.974902 +294415,2878.263215,2597.126058,2640.872234,1333.433833,2341.899106 +294416,2889.941366,2609.248855,2639.151901,1344.053927,2342.116363 +294417,2876.464428,2589.719096,2637.373571,1328.929961,2342.217451 +294418,2897.384854,2594.209309,2635.388956,1363.972611,2342.017243 +294419,2893.397518,2590.658005,2633.684404,1313.856786,2342.112897 +294420,2896.180176,2586.450002,2632.036623,1356.999228,2342.228109 +294421,2784.715089,2530.661427,2625.826118,1289.771307,2335.769792 +294422,2793.57623,2522.615237,2611.323128,1293.603678,2317.347099 +294423,2786.463635,2519.067345,2595.169714,1294.783298,2295.637223 +294424,2792.673464,2515.110809,2581.783328,1296.225454,2276.96747 +294425,2796.800702,2510.698657,2571.867264,1297.64899,2262.373559 +294426,2807.153422,2506.398901,2564.849845,1299.123348,2251.609555 +294427,2802.03742,2502.05027,2559.604255,1300.539475,2243.155167 +294428,2806.967231,2497.533218,2555.250438,1302.178862,2235.956964 +294429,2811.063921,2493.157236,2551.499365,1305.716846,2229.68989 +294430,2815.946805,2481.526952,2548.126526,1303.982261,2224.063374 +294431,2825.273878,2492.854263,2545.29626,1312.441678,2219.282941 +294432,2814.062715,2469.684844,2544.230947,1299.115814,2216.817598 +294433,2832.623982,2476.223255,2540.498435,1334.007369,2211.249664 +294434,2829.669489,2469.16623,2537.772997,1281.537205,2207.025395 +294435,2839.229011,2463.992354,2535.548921,1326.771196,2203.515012 +294436,2836.74274,2459.316964,2533.392671,1330.991989,2200.165731 +294437,2840.70249,2454.753962,2532.886213,1287.277054,2199.139488 +294438,2849.968879,2449.338602,2529.949265,1331.450371,2194.99109 +294439,2848.065391,2444.799833,2527.679178,1316.248676,2191.719624 +294440,2856.241136,2439.430591,2525.666799,1320.880754,2188.791688 +294441,2854.801947,2434.365182,2523.770476,1322.353514,2186.043554 +294442,2855.160494,2429.278489,2521.795947,1323.996154,2183.219334 +294443,2856.921778,2424.021611,2519.714889,1325.564022,2180.292464 +294444,2855.962419,2418.714621,2517.568862,1327.144021,2177.292833 +294445,2853.953858,2413.428827,2515.279151,1328.725355,2174.131084 +294446,2852.036698,2408.047019,2512.829579,1330.308246,2170.767069 +294447,2850.105596,2395.314629,2510.142162,1331.892031,2167.113134 +294448,2848.488613,2406.716237,2507.476914,1333.477481,2163.471509 +294449,2847.04097,2380.579079,2504.777341,1335.14768,2159.786008 +294450,2845.566949,2388.784052,2501.969159,1336.523699,2155.950222 +294451,2844.322367,2379.134605,2499.232589,1338.069648,2152.201251 +294452,2843.206188,2373.280941,2496.529817,1339.568591,2148.494417 +294453,2842.113648,2367.583669,2493.794501,1340.922653,2144.772587 +294454,2841.078677,2361.684987,2491.069632,1342.48405,2141.07656 +294455,2840.091759,2355.596016,2488.346768,1343.814618,2137.407338 +294456,2839.139705,2349.495248,2485.635963,1345.452865,2133.759293 +294457,2838.218518,2343.387262,2482.929369,1346.643967,2130.133778 +294458,2837.323461,2337.185458,2480.239368,1348.250976,2126.528686 +294459,2836.444886,2330.920074,2477.550203,1349.552401,2122.93385 +294460,2835.591976,2324.859835,2474.886668,1351.090707,2119.371841 +294461,2834.743131,2318.255118,2472.22048,1352.398661,2115.812116 +294462,2833.902432,2311.993087,2469.568538,1353.931794,2112.261999 +294463,2833.07383,2305.508124,2466.922748,1355.324014,2108.723843 +294464,2832.26035,2299.099504,2464.298334,1356.627141,2105.20236 +294465,2831.457251,2292.575684,2461.680585,1358.123319,2101.69106 +294466,2830.66354,2286.051062,2459.081945,1359.5701,2098.191492 +294467,2829.870284,2279.405227,2456.483416,1360.876326,2094.690062 +294468,2829.083269,2272.824906,2453.902932,1362.397576,2091.197421 +294469,2828.3008,2266.152741,2451.327272,1363.686675,2087.709593 +294470,2827.519532,2259.476765,2448.765672,1365.823416,2084.222104 +294471,2826.730714,2252.730852,2446.201654,1370.986209,2080.729409 +294472,2825.956197,2246.160342,2443.660293,1362.561056,2077.24635 +294473,2825.196107,2239.135554,2441.130456,1369.962472,2073.773698 +294474,2824.419747,2232.384279,2438.604413,1371.521952,2070.286865 +294475,2823.635135,2225.505939,2436.075086,1371.707673,2066.790419 +294476,2822.859078,2218.688059,2433.565721,1373.594226,2063.299304 +294477,2822.087652,2211.747838,2431.061637,1374.868116,2059.808945 +294478,2821.319205,2204.84393,2428.573769,1376.282172,2056.318025 +294479,2820.552755,2197.893822,2426.08948,1377.697494,2052.824875 +294480,2819.787137,2190.892127,2423.620437,1379.231037,2049.329712 +294481,2819.712456,2067.881285,2422.443803,1270.923355,2048.794713 +294482,2802.317322,2065.490601,2409.589144,1269.460601,2030.64654 +294483,2778.101017,2052.645577,2391.842839,1268.464144,2004.324362 +294484,2756.552859,2044.092435,2375.415943,1268.005133,1978.599204 +294485,2740.675037,2035.354767,2362.376969,1267.632762,1957.154644 +294486,2729.861045,2026.587696,2352.485636,1267.382594,1939.684055 +294487,2722.49218,2017.818783,2344.835458,1267.205134,1925.437244 +294488,2717.193828,2009.169876,2338.624692,1267.07869,1913.788929 +294489,2713.125502,2000.68173,2333.35008,1266.99047,1903.262314 +294490,2709.834844,1991.851362,2328.724579,1266.932901,1894.121626 +294491,2707.091555,1983.414261,2324.591069,1266.901056,1885.754802 +294492,2704.820668,1967.012942,2320.882449,1266.891048,1878.488062 +294493,2702.999415,1975.51242,2317.568476,1266.900689,1872.059623 +294494,2701.665109,1938.496598,2314.661446,1266.927888,1866.450092 +294495,2700.698134,1962.723681,2312.075461,1266.971059,1861.521918 +294496,2699.904592,1949.5242,2309.676924,1267.029106,1857.07932 +294497,2699.381518,1900.83642,2307.520252,1267.101484,1853.161329 +294498,2698.997161,1945.154795,2305.514236,1267.186825,1849.630587 +294499,2698.616191,1898.827599,2303.563944,1267.28508,1846.343905 +294500,2698.290373,1910.492751,2301.695116,1267.39581,1843.309182 +294501,2697.986849,1895.580287,2299.880823,1267.518584,1840.473227 +294502,2697.640197,1909.125369,2298.072933,1267.652985,1837.75707 +294503,2697.387533,1850.777939,2296.353785,1267.799101,1835.243849 +294504,2697.158983,1903.401549,2294.676977,1267.956171,1832.865203 +294505,2696.854755,1861.486679,2292.974984,1268.124446,1830.524367 +294506,2696.630431,1849.287181,2291.34521,1268.303818,1828.330482 +294507,2696.499174,1836.122408,2289.793835,1268.493965,1826.280977 +294508,2696.317244,1847.939492,2288.229159,1268.694785,1824.257637 +294509,2696.028039,1841.21764,2286.612199,1268.816951,1822.203325 +294510,2695.789858,1805.107668,2285.042453,1269.172054,1820.233733 +294511,2695.59141,1829.533306,2283.512273,1269.258006,1818.335436 +294512,2695.365017,1797.03815,2281.97299,1269.412458,1816.453717 +294513,2695.141277,1802.955667,2280.442126,1269.555088,1814.615559 +294514,2694.89958,1790.291334,2278.904892,1269.700523,1812.800498 +294515,2694.647756,1783.159042,2277.366088,1269.850296,1811.009695 +294516,2697.12442,1775.317829,2277.580065,1270.005919,1811.387817 +294517,2695.478322,1767.361265,2275.186425,1270.16319,1808.607663 +294518,2694.660612,1759.768918,2273.327277,1270.329257,1806.491659 +294519,2694.085361,1752.095502,2271.614157,1270.588798,1804.551159 +294520,2693.647968,1744.296418,2269.981445,1270.630351,1802.705638 +294521,2693.238349,1757.958776,2268.364679,1270.874387,1800.879358 +294522,2692.956538,1698.732052,2266.832541,1271.04718,1799.158265 +294523,2692.700734,1759.165272,2265.323249,1271.23801,1797.467281 +294524,2692.467018,1678.537847,2263.835923,1271.434936,1795.804748 +294525,2692.281436,1726.288122,2262.387832,1271.637314,1794.19074 +294526,2692.048078,1691.083173,2260.917996,1271.84512,1792.54948 +294527,2694.533618,1695.07772,2261.197301,1272.061136,1793.25369 +294528,2692.902222,1684.971181,2258.876653,1272.274967,1790.373768 +294529,2692.098244,1678.490003,2257.091962,1272.502267,1788.349797 +294530,2691.541238,1671.58489,2255.458407,1272.730689,1786.696702 +294531,2691.119391,1664.633546,2253.905978,1272.965222,1784.913968 +294532,2690.995207,1658.154273,2252.622086,1273.204983,1783.572515 +294533,2694.099516,1651.258161,2253.576421,1273.449432,1785.209095 +294534,2693.070795,1644.766772,2251.918623,1273.686746,1783.703651 +294535,2692.837082,1638.273446,2250.772387,1273.939336,1782.799825 +294536,2692.814297,1631.973368,2249.750537,1274.192383,1782.017477 +294537,2692.906311,1625.497874,2248.793349,1274.450997,1781.285396 +294538,2693.067795,1619.533786,2247.87821,1274.714149,1780.581255 +294539,2693.268322,1613.393038,2246.990975,1274.981851,1779.892185 +294540,2693.491,1607.4267,2246.123848,1275.25394,1779.211249 +294541,2692.32258,1708.955496,2244.074339,1382.369376,1776.579656 +294542,2705.227042,1705.472635,2251.672698,1384.587772,1789.005132 +294543,2724.515094,1701.526692,2263.83057,1386.350383,1808.561632 +294544,2742.308043,1697.409165,2275.316608,1388.066771,1828.704239 +294545,2755.544286,1693.270334,2284.040357,1389.559015,1845.404526 +294546,2764.497562,1689.158276,2290.066805,1394.267314,1858.760002 +294547,2770.211403,1685.349914,2293.887987,1389.85278,1868.669195 +294548,2773.714162,1681.82072,2296.106694,1410.332873,1876.001553 +294549,2776.204405,1678.437442,2297.324415,1370.074366,1881.565635 +294550,2777.495836,1675.145226,2297.810746,1410.353945,1885.716707 +294551,2779.503148,1671.943749,2299.081612,1396.569274,1891.121447 +294552,2780.394851,1668.780446,2299.118321,1415.687522,1893.937013 +294553,2779.764315,1665.682352,2297.756247,1382.436761,1894.116356 +294554,2778.901526,1662.641371,2296.337057,1420.112166,1894.160704 +294555,2777.85896,1659.652021,2294.758103,1398.897996,1893.743676 +294556,2779.905396,1658.163929,2296.146785,1424.698036,1898.426489 +294557,2780.603396,1656.394059,2295.747576,1395.055935,1899.252693 +294558,2778.758207,1654.442784,2292.978001,1436.920562,1895.786106 +294559,2776.97284,1653.756463,2290.630317,1407.720907,1893.301281 +294560,2775.195972,1651.267841,2288.337103,1423.903492,1890.832626 +294561,2778.573204,1647.688176,2290.97536,1422.650422,1896.998429 +294562,2785.257723,1647.803227,2296.024368,1425.860564,1906.540591 +294563,2785.820053,1644.732354,2294.644977,1428.319417,1903.971012 +294564,2787.116786,1645.474415,2294.779987,1431.181515,1904.808227 +294565,2787.069798,1640.074025,2293.557214,1433.934793,1903.031728 +294566,2783.627587,1647.016907,2289.279487,1436.723398,1895.944249 +294567,2780.695412,1630.22795,2285.966975,1439.726662,1890.9989 +294568,2778.279798,1658.586408,2283.107961,1442.526088,1886.774985 +294569,2776.291904,1609.079929,2280.566532,1445.753692,1883.000569 +294570,2774.647666,1646.182742,2278.273981,1448.769925,1879.573176 +294571,2781.316527,1641.320575,2283.989727,1451.97102,1890.384105 +294572,2784.895514,1614.089231,2285.53124,1455.098165,1892.47656 +294573,2781.780444,1637.433412,2281.007619,1458.472153,1884.109547 +294574,2787.321705,1637.516194,2285.826624,1461.871867,1893.334887 +294575,2790.095334,1610.026396,2286.796438,1465.241613,1894.400692 +294576,2786.218858,1632.940577,2281.721175,1468.669878,1885.024422 +294577,2782.788959,1637.960281,2278.038913,1472.086036,1879.075883 +294578,2789.637765,1598.898184,2284.211042,1481.517055,1890.583707 +294579,2793.082741,1632.076369,2285.707591,1471.369778,1892.295895 +294580,2788.811789,1629.299684,2280.20973,1491.986848,1881.986023 +294581,2785.235019,1600.412552,2276.396916,1484.172835,1875.689477 +294582,2782.412506,1625.5626,2273.296336,1491.240284,1870.626503 +294583,2791.00796,1629.394113,2281.165135,1495.372917,1885.069255 +294584,2795.645001,1591.525731,2283.541869,1498.89276,1887.995203 +294585,2801.614935,1624.055537,2287.727308,1502.975119,1894.65897 +294586,2803.857097,1614.46762,2288.147633,1507.039402,1894.370372 +294587,2808.021226,1603.510292,2290.954963,1511.120697,1898.812757 +294588,2819.139171,1613.897037,2300.244072,1515.486789,1914.713155 +294589,2818.670113,1606.384983,2297.420228,1519.302197,1907.793421 +294590,2810.63427,1607.67052,2288.867783,1523.68843,1892.21913 +294591,2804.066347,1609.028369,2282.80259,1527.985697,1882.151464 +294592,2798.956719,1602.049678,2277.967363,1532.218199,1874.126354 +294593,2794.867477,1616.484564,2273.879555,1536.804225,1867.277272 +294594,2804.169187,1584.68935,2282.538254,1541.594574,1883.046242 +294595,2808.954913,1628.756617,2284.924966,1545.974259,1885.721076 +294596,2815.393358,1571.579601,2289.507896,1550.683702,1892.923203 +294597,2817.700768,1630.900188,2289.86,1555.13324,1892.279511 +294598,2811.063846,1568.743168,2282.135492,1564.95033,1877.748193 +294599,2805.611943,1610.491648,2276.816387,1562.592324,1868.770231 +294600,2814.398201,1593.754147,2285.182357,1570.34696,1884.133239 +294601,2832.845168,1643.07252,2300.455538,1596.105962,1909.639298 +294602,2850.147048,1582.555935,2312.425366,1605.148023,1927.465001 +294603,2864.126936,1636.260596,2321.291646,1610.03663,1940.165264 +294604,2864.786876,1615.074029,2318.336803,1615.40685,1932.710765 +294605,2867.271765,1620.10723,2319.431261,1621.605292,1934.550003 +294606,2867.283788,1615.803716,2318.115792,1631.895651,1931.84115 +294607,2871.03187,1622.085888,2320.625902,1631.680005,1936.349082 +294608,2871.31447,1613.084817,2319.703947,1638.5782,1934.269344 +294609,2864.190456,1630.606263,2312.021341,1644.999373,1920.537002 +294610,2858.703787,1600.022784,2306.799826,1654.445387,1912.12016 +294611,2854.849322,1624.503209,2302.922279,1654.467217,1905.893127 +294612,2852.079682,1639.055717,2299.869461,1665.708238,1900.96179 +294613,2850.346698,1580.011418,2297.569845,1666.495715,1897.178065 +294614,2863.845724,1632.826361,2309.83681,1678.844556,1919.244395 +294615,2886.289744,1617.173266,2328.84133,1678.485767,1951.306091 +294616,2890.311982,1606.560896,2328.372839,1690.883467,1947.240906 +294617,2894.557577,1627.934224,2331.100348,1692.798105,1951.283588 +294618,2895.199085,1599.544074,2331.01516,1697.641287,1950.179445 +294619,2888.36381,1636.28154,2323.197315,1709.201211,1935.642553 +294620,2895.975541,1588.773898,2330.578871,1711.583293,1949.316062 +294621,2899.989888,1639.83511,2332.415296,1714.757632,1951.169386 +294622,2906.24702,1587.651038,2336.930524,1720.043805,1958.393854 +294623,2920.718322,1623.455237,2349.280566,1729.401492,1979.17683 +294624,2920.644479,1609.838871,2346.513863,1731.338515,1971.828185 +294625,2910.955149,1611.799707,2336.499081,1727.716666,1953.64076 +294626,2902.584709,1611.552895,2329.205187,1724.207903,1941.798944 +294627,2895.466108,1612.704398,2323.062894,1721.779822,1932.015135 +294628,2889.16942,1615.156022,2317.541257,1720.206976,1923.288673 +294629,2898.099484,1602.187927,2326.581664,1726.230625,1940.504086 +294630,2901.602947,1628.103028,2328.139197,1731.268939,1942.128025 +294631,2893.376118,1589.024511,2318.957132,1730.294592,1925.270301 +294632,2900.867871,1619.045733,2326.612406,1735.713559,1940.159247 +294633,2903.550506,1617.354148,2327.489922,1740.311796,1940.737243 +294634,2894.766116,1593.860969,2317.858357,1739.06064,1923.201833 +294635,2887.232896,1615.592888,2311.030866,1737.370073,1912.354537 +294636,2880.923795,1606.667698,2305.340081,1736.394351,1903.53799 +294637,2891.064382,1607.757526,2315.449721,1743.441115,1922.883341 +294638,2895.143118,1607.426567,2317.28431,1749.266485,1925.01614 +294639,2902.050433,1607.09608,2322.618643,1755.875674,1934.21032 +294640,2919.722941,1630.082544,2337.945929,1767.845771,1960.7313 +294641,2933.702098,1571.91622,2347.662208,1778.967184,1975.364949 +294642,2929.561248,1622.520596,2340.661017,1781.179861,1960.559666 +294643,2915.681692,1618.518141,2326.976641,1776.990975,1936.464824 +294644,2918.340807,1581.252191,2330.757645,1779.866588,1944.981381 +294645,2917.823883,1616.41502,2329.272549,1782.840575,1941.918788 +294646,2906.854179,1602.268784,2318.164766,1780.621583,1922.280399 +294647,2896.959308,1604.250663,2309.532979,1778.050342,1908.615774 +294648,2903.854628,1604.019123,2317.046925,1783.62299,1923.775135 +294649,2921.940815,1603.665383,2332.995943,1796.122467,1951.653339 +294650,2935.773511,1626.472121,2342.956959,1807.73966,1966.958972 +294651,2945.169618,1568.799458,2348.951939,1816.879093,1975.42115 +294652,2951.830637,1619.041508,2352.935641,1824.18659,1980.768548 +294653,2944.16083,1604.336549,2343.67094,1824.24421,1962.937843 +294654,2940.382621,1595.694042,2340.28443,1824.851149,1957.66226 +294655,2934.489557,1623.180577,2334.482873,1824.851893,1947.707584 +294656,2933.833279,1571.938384,2334.068733,1827.286089,1947.779616 +294657,2943.685164,1614.995954,2342.955552,1835.38918,1963.66982 +294658,2951.84274,1602.226112,2348.690097,1843.68506,1972.457454 +294659,2957.268153,1593.722618,2351.612893,1850.389866,1976.344176 +294660,2960.402706,1609.498854,2353.057566,1855.790276,1977.986035 +294661,2951.438793,1556.711466,2343.222049,1855.351826,1959.849247 +294662,2942.025106,1570.244782,2335.805242,1852.543866,1948.811798 +294663,2940.998285,1564.274543,2336.53105,1854.42698,1951.942694 +294664,2928.140815,1564.53891,2323.780023,1851.869843,1929.140221 +294665,2920.79896,1564.002673,2317.557262,1851.24956,1919.128088 +294666,2912.079603,1563.403697,2309.092571,1850.821999,1904.15489 +294667,2895.54735,1562.940877,2293.322833,1846.445816,1876.448688 +294668,2881.189755,1562.230727,2280.808565,1842.460907,1855.837786 +294669,2868.849348,1570.046155,2270.040785,1839.623043,1838.310403 +294670,2857.705178,1553.334502,2260.44583,1837.636589,1822.82475 +294671,2848.137021,1560.050392,2251.779772,1836.282998,1808.979245 +294672,2857.85539,1561.981166,2261.786562,1843.984705,1828.668079 +294673,2880.707358,1582.077617,2281.972824,1859.550374,1864.001522 +294674,2877.998751,1524.919082,2274.968545,1864.466338,1848.259996 +294675,2860.193694,1574.879629,2256.55961,1859.89331,1815.422845 +294676,2847.086617,1554.632598,2245.196155,1855.927061,1797.685968 +294677,2837.050057,1557.454723,2236.4903,1853.819918,1784.413603 +294678,2828.341302,1557.082483,2228.971252,1852.816554,1773.065738 +294679,2841.1176,1556.606493,2242.008286,1861.831441,1798.68508 +294680,2844.548998,1556.083022,2242.838044,1868.684414,1799.159011 +294681,2831.341996,1555.613168,2228.394388,1866.826758,1773.346831 +294682,2841.613952,1555.193857,2239.375647,1874.143229,1795.797597 +294683,2868.006728,1554.700472,2263.355522,1891.211315,1838.489135 +294684,2865.065837,1554.187936,2255.521437,1896.324727,1821.069266 +294685,2865.531963,1553.78516,2255.28228,1900.358042,1821.319553 +294686,2884.936031,1553.332223,2273.397181,1913.52147,1854.17902 +294687,2877.764463,1552.820668,2262.626865,1916.332077,1832.073857 +294688,2875.630215,1552.423921,2260.534298,1918.994011,1829.338914 +294689,2890.903611,1551.977728,2274.896343,1930.349724,1855.484929 +294690,2882.771352,1551.477456,2263.581485,1932.528898,1832.968919 +294691,2880.757062,1551.125442,2262.081562,1935.160403,1831.636267 +294692,2874.704745,1550.709809,2255.709201,1936.569403,1820.583615 +294693,2855.203446,1550.323166,2237.112937,1931.407305,1788.26568 +294694,2840.120958,1549.970974,2224.505008,1926.808371,1768.848017 +294695,2848.679583,1549.620055,2234.750752,1933.490525,1790.353535 +294696,2848.668412,1549.214259,2233.041354,1938.545722,1786.860806 +294697,2832.054014,1548.864552,2216.018627,1934.999128,1756.926479 +294698,2841.683694,1548.565879,2227.701402,1941.832911,1781.4648 +294699,2868.750763,1548.193774,2252.716422,1959.18445,1826.294287 +294700,2889.632846,1547.833774,2268.523062,1975.329929,1851.648299 +294701,2902.796845,1544.139657,2277.531986,1987.765662,1865.081073 +294702,2909.380558,1543.169555,2280.112968,1996.684601,1868.003814 +294703,2890.256319,1542.463025,2258.606965,1993.599451,1828.747906 +294704,2861.64391,1541.767214,2231.778024,1983.537613,1783.846347 +294705,2841.600046,1541.513273,2215.508102,1976.328555,1759.731506 +294706,2826.785504,1540.712398,2203.149913,1972.199994,1741.806884 +294707,2836.369289,1540.316032,2214.592942,1979.789387,1766.428399 +294708,2863.731094,1539.776412,2239.569768,1997.497678,1812.05552 +294709,2857.187141,1539.23295,2228.307558,2001.612952,1789.118673 +294710,2853.696807,1538.809279,2224.50204,2003.202153,1783.981257 +294711,2846.778583,1538.320386,2217.049417,2003.999154,1771.769483 +294712,2825.663896,1543.224871,2196.339827,1997.639882,1736.290826 +294713,2834.269913,1529.660045,2207.687736,2003.655264,1761.266337 +294714,2833.355421,1557.751732,2204.937404,2008.282604,1756.208794 +294715,2812.9719,1510.445043,2183.977963,2002.91711,1719.454142 +294716,2797.524067,1548.298685,2170.799565,1997.952652,1700.091557 +294717,2786.445584,1532.936688,2160.802006,1994.743272,1685.68611 +294718,2801.84054,1535.409234,2177.729322,2004.32132,1719.886493 +294719,2833.925609,1534.650643,2206.984552,2024.543758,1772.239488 +294720,2859.839023,1534.632487,2227.941089,2043.539042,1807.069268 +294721,2880.62673,1467.451641,2243.934228,2059.650728,1833.088779 +294722,2853.367003,1466.69167,2214.642555,2051.781632,1778.840998 +294723,2805.811902,1465.680392,2171.753567,2031.067209,1706.532071 +294724,2773.715593,1464.988333,2146.198563,2016.336387,1667.109888 +294725,2751.804613,1463.971431,2128.582483,2008.950483,1639.247855 +294726,2735.67564,1463.236282,2115.259169,2005.481309,1617.734913 +294727,2751.660395,1462.435384,2132.997486,2016.904216,1652.178541 +294728,2788.023511,1461.608678,2166.105586,2040.523593,1709.802869 +294729,2781.085833,1460.73592,2151.981129,2046.263001,1677.934104 +294730,2751.50006,1459.990451,2121.653322,2037.102019,1622.5736 +294731,2733.104125,1459.2453,2106.619564,2030.508857,1598.673457 +294732,2721.576519,1458.444741,2097.039325,2027.600393,1583.695893 +294733,2719.070692,1457.785695,2095.690192,2029.592864,1583.211305 +294734,2706.481111,1456.80195,2083.702828,2027.287872,1563.16207 +294735,2727.51794,1456.17351,2105.380236,2040.087903,1604.613591 +294736,2768.92888,1455.216042,2143.216207,2065.022496,1671.393074 +294737,2766.378787,1454.536276,2133.424565,2072.062046,1647.900438 +294738,2739.62135,1453.731082,2105.508785,2063.792813,1597.305235 +294739,2723.790948,1453.13231,2092.584963,2057.831256,1577.824629 +294740,2714.141561,1452.157186,2084.789209,2055.660106,1566.663839 +294741,2736.1202,1451.508305,2108.240518,2068.278449,1612.167251 +294742,2777.893548,1450.547729,2146.526298,2093.266615,1679.902265 +294743,2809.24914,1449.792351,2170.991375,2115.660956,1719.131467 +294744,2829.660874,1471.45193,2185.317059,2132.289275,1740.719268 +294745,2842.57369,1415.248799,2193.928777,2144.472467,1752.913467 +294746,2851.601363,1470.19876,2199.540663,2154.223965,1760.337899 +294747,2855.353461,1433.052382,2200.535039,2161.602544,1759.767129 +294748,2856.005691,1450.683825,2199.913118,2167.45772,1756.775253 +294749,2835.126236,1444.035529,2178.204242,2162.606252,1716.048281 +294750,2805.198833,1444.263479,2150.864309,2151.22465,1669.554755 +294751,2808.173973,1443.14193,2157.740569,2153.664444,1686.617285 +294752,2804.344568,1441.795298,2153.636459,2156.452203,1679.501098 +294753,2806.870894,1440.498959,2156.678808,2161.22744,1686.45077 +294754,2801.864717,1439.113688,2151.081364,2163.117558,1677.062915 +294755,2780.274191,1437.72953,2130.005107,2156.305989,1640.972918 +294756,2787.846091,1436.362517,2140.817495,2160.979816,1665.533495 +294757,2814.657688,1434.874728,2166.228822,2177.352769,1712.438466 +294758,2835.2076,1433.380372,2182.156589,2192.765948,1739.229863 +294759,2819.907704,1431.864616,2163.137098,2191.336571,1703.31066 +294760,2789.271175,1430.400004,2133.943567,2179.115988,1653.745318 +294761,2769.076536,1428.897386,2117.919413,2169.931446,1630.546273 +294762,2754.882429,1427.330496,2106.598235,2164.408799,1615.186181 +294763,2768.243555,1425.77255,2122.390622,2172.113393,1648.722282 +294764,2797.115878,1424.137577,2148.439025,2189.7819,1696.501683 +294765,2789.498523,1422.475212,2136.039692,2192.353422,1672.16468 +294766,2787.025798,1420.914517,2133.750536,2193.410041,1671.128174 +294767,2808.22936,1419.258706,2154.540659,2205.651147,1711.305313 +294768,2827.202901,1417.540476,2169.892806,2219.280529,1738.271894 +294769,2812.24881,1415.832072,2151.255394,2217.318494,1703.685787 +294770,2781.995551,1414.173879,2122.39739,2204.875066,1655.165129 +294771,2761.546629,1412.476162,2106.311012,2195.351912,1632.242264 +294772,2747.052498,1410.729659,2094.788724,2189.374584,1616.924666 +294773,2759.931139,1408.995845,2110.268684,2196.542233,1650.293022 +294774,2761.261447,1407.16415,2109.376725,2201.327662,1649.686673 +294775,2741.750463,1405.398117,2089.226279,2195.228955,1615.760034 +294776,2752.794954,1403.659878,2102.812065,2200.588759,1646.33735 +294777,2783.621313,1401.798845,2131.626168,2218.102217,1700.097059 +294778,2806.899787,1399.930399,2149.735526,2234.318438,1731.230428 +294779,2821.701763,1398.0982,2159.862517,2246.159564,1748.360317 +294780,2827.965037,1396.123035,2162.650633,2253.405363,1752.913937 +294781,2110.811329,1394.526351,1140.26883,1854.56958,2484.117187 +294782,2210.089363,1520.963445,1193.847833,1941.540533,2553.103737 +294783,2327.45468,1526.330111,1259.802458,2041.718619,2621.335883 +294784,2432.197903,1525.361929,1321.184443,2124.836097,2677.022126 +294785,2514.723796,1525.817011,1372.146672,2183.665503,2719.316984 +294786,2573.33354,1524.941002,1411.262712,2218.707143,2746.887896 +294787,2606.823245,1524.132056,1437.558262,2233.518979,2755.754959 +294788,2623.181433,1523.238853,1454.667607,2235.996853,2752.054705 +294789,2632.343152,1522.166517,1467.264427,2235.249734,2744.005357 +294790,2638.434692,1521.117737,1477.32614,2234.50499,2735.580678 +294791,2643.05107,1520.016448,1485.705143,2234.510953,2727.716449 +294792,2646.776576,1518.857793,1492.809209,2235.162889,2720.695247 +294793,2650.132021,1517.692462,1498.885734,2236.219257,2714.527125 +294794,2652.692197,1516.504785,1504.110483,2237.496541,2709.134465 +294795,2654.830128,1515.297294,1508.6219,2238.889304,2704.424894 +294796,2656.624955,1514.070211,1512.532948,2240.340671,2700.311942 +294797,2658.137637,1512.827087,1515.936585,2241.816903,2696.718838 +294798,2659.414724,1511.567454,1518.909707,2243.295067,2693.578603 +294799,2660.492181,1510.294071,1521.516113,2244.758502,2690.832906 +294800,2661.398595,1509.006085,1523.808998,2246.195431,2688.431266 +294801,2662.156986,1507.801006,1525.832777,2247.597934,2686.32991 +294802,2662.786224,1506.344473,1527.624667,2248.961056,2684.491046 +294803,2663.301715,1505.089561,1529.215836,2250.281795,2682.881873 +294804,2663.716207,1503.623833,1530.632487,2251.751824,2681.474041 +294805,2664.038111,1502.411501,1531.895254,2252.975392,2680.240368 +294806,2664.276725,1500.977784,1533.023066,2254.14649,2679.160145 +294807,2664.440477,1499.618968,1534.032317,2255.27334,2678.215956 +294808,2664.536133,1498.232901,1534.936674,2256.359144,2677.392238 +294809,2664.568994,1496.835136,1535.747476,2257.403631,2676.674967 +294810,2664.543357,1495.425464,1536.474239,2258.405478,2676.051684 +294811,2664.462818,1494.270129,1537.125033,2259.363587,2675.511394 +294812,2664.340808,1493.163813,1537.717802,2260.250594,2675.044446 +294813,2664.183943,1492.077885,1538.266504,2261.050213,2674.642392 +294814,2664.000566,1491.004645,1538.778721,2261.761193,2674.297805 +294815,2663.792888,1489.940954,1539.25804,2262.389895,2674.004104 +294816,2663.55684,1488.884764,1539.706429,2262.943818,2673.755474 +294817,2663.295633,1487.835171,1540.12541,2263.428796,2673.546746 +294818,2663.00686,1486.791151,1540.516437,2263.848733,2673.373359 +294819,2662.694345,1485.752323,1540.880903,2264.206179,2673.231248 +294820,2662.355837,1484.717963,1541.220119,2264.502944,2673.116824 +294821,2661.995152,1483.687871,1541.535278,2264.740429,2673.02688 +294822,2661.609943,1482.66145,1541.827477,2264.919808,2672.958574 +294823,2661.204054,1481.638594,1542.097712,2265.042068,2672.909362 +294824,2660.775061,1480.618781,1542.346907,2265.108063,2672.87698 +294825,2660.326801,1479.60197,1542.575912,2265.118521,2672.859393 +294826,2659.85677,1478.587692,1542.785528,2265.074081,2672.854787 +294827,2659.368795,1477.575957,1542.976494,2264.9753,2672.861521 +294828,2658.860299,1476.566342,1543.149511,2264.82268,2672.878131 +294829,2658.33509,1475.558897,1543.305232,2264.616672,2672.903285 +294830,2657.790511,1474.553237,1543.444277,2264.357686,2672.93579 +294831,2657.230348,1473.549444,1543.56723,2264.046103,2672.974563 +294832,2656.651865,1472.547165,1543.674647,2263.682271,2673.018627 +294833,2656.058842,1471.546511,1543.76705,2263.266509,2673.067085 +294834,2655.448467,1470.54715,1543.844941,2262.799121,2673.119134 +294835,2654.824505,1469.549217,1543.908795,2262.280385,2673.174031 +294836,2654.190767,1468.552653,1543.959068,2261.710564,2673.231112 +294837,2653.577052,1467.557012,1543.996194,2261.089906,2673.289762 +294838,2652.995559,1466.562929,1544.020599,2260.418655,2673.349447 +294839,2652.451135,1465.476866,1544.032686,2259.697035,2673.409668 +294840,2651.934778,1464.623914,1544.032846,2258.925264,2673.469976 +294841,0,0,0,0,0 +294842,0,0,0,0,0 +294843,0,0,0,0,0 +294844,0,0,0,0,0 +294845,0,0,0,0,0 +294846,0,0,0,0,0 +294847,0,0,0,0,0 +294848,0,0,0,0,0 +294849,0,0,0,0,0 +294850,0,0,0,0,0 +294851,0,0,0,0,0 +294852,0,0,0,0,0 +294853,0,0,0,0,0 +294854,0,0,0,0,0 +294855,0,0,0,0,0 +294856,0,0,0,0,0 +294857,0,0,0,0,0 +294858,0,0,0,0,0 +294859,0,0,0,0,0 +294860,0,0,0,0,0 +294861,0,0,0,0,0 +294862,0,0,0,0,0 +294863,0,0,0,0,0 +294864,0,0,0,0,0 +294865,0,0,0,0,0 +294866,0,0,0,0,0 +294867,0,0,0,0,0 +294868,0,0,0,0,0 +294869,0,0,0,0,0 +294870,0,0,0,0,0 +294871,0,0,0,0,0 +294872,0,0,0,0,0 +294873,0,0,0,0,0 +294874,0,0,0,0,0 +294875,0,0,0,0,0 +294876,0,0,0,0,0 +294877,0,0,0,0,0 +294878,0,0,0,0,0 +294879,0,0,0,0,0 +294880,0,0,0,0,0 +294881,0,0,0,0,0 +294882,0,0,0,0,0 +294883,0,0,0,0,0 +294884,0,0,0,0,0 +294885,0,0,0,0,0 +294886,0,0,0,0,0 +294887,0,0,0,0,0 +294888,0,0,0,0,0 +294889,0,0,0,0,0 +294890,0,0,0,0,0 +294891,0,0,0,0,0 +294892,0,0,0,0,0 +294893,0,0,0,0,0 +294894,0,0,0,0,0 +294895,0,0,0,0,0 +294896,0,0,0,0,0 +294897,0,0,0,0,0 +294898,0,0,0,0,0 +294899,0,0,0,0,0 +294900,0,0,0,0,0 +294901,0,0,0,0,0 +294902,0,0,0,0,0 +294903,0,0,0,0,0 +294904,0,0,0,0,0 +294905,0,0,0,0,0 +294906,0,0,0,0,0 +294907,0,0,0,0,0 +294908,0,0,0,0,0 +294909,0,0,0,0,0 +294910,0,0,0,0,0 +294911,0,0,0,0,0 +294912,0,0,0,0,0 +294913,0,0,0,0,0 +294914,0,0,0,0,0 +294915,0,0,0,0,0 +294916,0,0,0,0,0 +294917,0,0,0,0,0 +294918,0,0,0,0,0 +294919,0,0,0,0,0 +294920,0,0,0,0,0 +294921,0,0,0,0,0 +294922,0,0,0,0,0 +294923,0,0,0,0,0 +294924,0,0,0,0,0 +294925,0,0,0,0,0 +294926,0,0,0,0,0 +294927,0,0,0,0,0 +294928,0,0,0,0,0 +294929,0,0,0,0,0 +294930,0,0,0,0,0 +294931,0,0,0,0,0 +294932,0,0,0,0,0 +294933,0,0,0,0,0 +294934,0,0,0,0,0 +294935,0,0,0,0,0 +294936,0,0,0,0,0 +294937,0,0,0,0,0 +294938,0,0,0,0,0 +294939,0,0,0,0,0 +294940,0,0,0,0,0 +294941,0,0,0,0,0 +294942,0,0,0,0,0 +294943,0,0,0,0,0 +294944,0,0,0,0,0 +294945,0,0,0,0,0 +294946,0,0,0,0,0 +294947,0,0,0,0,0 +294948,0,0,0,0,0 +294949,0,0,0,0,0 +294950,0,0,0,0,0 +294951,0,0,0,0,0 +294952,0,0,0,0,0 +294953,0,0,0,0,0 +294954,0,0,0,0,0 +294955,0,0,0,0,0 +294956,0,0,0,0,0 +294957,0,0,0,0,0 +294958,0,0,0,0,0 +294959,0,0,0,0,0 +294960,0,0,0,0,0 +294961,0,0,0,0,0 +294962,0,0,0,0,0 +294963,0,0,0,0,0 +294964,0,0,0,0,0 +294965,0,0,0,0,0 +294966,0,0,0,0,0 +294967,0,0,0,0,0 +294968,0,0,0,0,0 +294969,0,0,0,0,0 +294970,0,0,0,0,0 +294971,0,0,0,0,0 +294972,0,0,0,0,0 +294973,0,0,0,0,0 +294974,0,0,0,0,0 +294975,0,0,0,0,0 +294976,0,0,0,0,0 +294977,0,0,0,0,0 +294978,0,0,0,0,0 +294979,0,0,0,0,0 +294980,0,0,0,0,0 +294981,0,0,0,0,0 +294982,0,0,0,0,0 +294983,0,0,0,0,0 +294984,0,0,0,0,0 +294985,0,0,0,0,0 +294986,0,0,0,0,0 +294987,0,0,0,0,0 +294988,0,0,0,0,0 +294989,0,0,0,0,0 +294990,0,0,0,0,0 +294991,0,0,0,0,0 +294992,0,0,0,0,0 +294993,0,0,0,0,0 +294994,0,0,0,0,0 +294995,0,0,0,0,0 +294996,0,0,0,0,0 +294997,0,0,0,0,0 +294998,0,0,0,0,0 +294999,0,0,0,0,0 +295000,0,0,0,0,0 +295001,0,0,0,0,0 +295002,0,0,0,0,0 +295003,0,0,0,0,0 +295004,0,0,0,0,0 +295005,0,0,0,0,0 +295006,0,0,0,0,0 +295007,0,0,0,0,0 +295008,0,0,0,0,0 +295009,0,0,0,0,0 +295010,0,0,0,0,0 +295011,0,0,0,0,0 +295012,0,0,0,0,0 +295013,0,0,0,0,0 +295014,0,0,0,0,0 +295015,0,0,0,0,0 +295016,0,0,0,0,0 +295017,0,0,0,0,0 +295018,0,0,0,0,0 +295019,0,0,0,0,0 +295020,0,0,0,0,0 +295021,0,0,0,0,0 +295022,0,0,0,0,0 +295023,0,0,0,0,0 +295024,0,0,0,0,0 +295025,0,0,0,0,0 +295026,0,0,0,0,0 +295027,0,0,0,0,0 +295028,0,0,0,0,0 +295029,0,0,0,0,0 +295030,0,0,0,0,0 +295031,0,0,0,0,0 +295032,0,0,0,0,0 +295033,0,0,0,0,0 +295034,0,0,0,0,0 +295035,0,0,0,0,0 +295036,0,0,0,0,0 +295037,0,0,0,0,0 +295038,0,0,0,0,0 +295039,0,0,0,0,0 +295040,0,0,0,0,0 +295041,0,0,0,0,0 +295042,0,0,0,0,0 +295043,0,0,0,0,0 +295044,0,0,0,0,0 +295045,0,0,0,0,0 +295046,0,0,0,0,0 +295047,0,0,0,0,0 +295048,0,0,0,0,0 +295049,0,0,0,0,0 +295050,0,0,0,0,0 +295051,0,0,0,0,0 +295052,0,0,0,0,0 +295053,0,0,0,0,0 +295054,0,0,0,0,0 +295055,0,0,0,0,0 +295056,0,0,0,0,0 +295057,0,0,0,0,0 +295058,0,0,0,0,0 +295059,0,0,0,0,0 +295060,0,0,0,0,0 +295061,0,0,0,0,0 +295062,0,0,0,0,0 +295063,0,0,0,0,0 +295064,0,0,0,0,0 +295065,0,0,0,0,0 +295066,0,0,0,0,0 +295067,0,0,0,0,0 +295068,0,0,0,0,0 +295069,0,0,0,0,0 +295070,0,0,0,0,0 +295071,0,0,0,0,0 +295072,0,0,0,0,0 +295073,0,0,0,0,0 +295074,0,0,0,0,0 +295075,0,0,0,0,0 +295076,0,0,0,0,0 +295077,0,0,0,0,0 +295078,0,0,0,0,0 +295079,0,0,0,0,0 +295080,0,0,0,0,0 +295081,0,0,0,0,0 +295082,0,0,0,0,0 +295083,0,0,0,0,0 +295084,0,0,0,0,0 +295085,0,0,0,0,0 +295086,0,0,0,0,0 +295087,0,0,0,0,0 +295088,0,0,0,0,0 +295089,0,0,0,0,0 +295090,0,0,0,0,0 +295091,0,0,0,0,0 +295092,0,0,0,0,0 +295093,0,0,0,0,0 +295094,0,0,0,0,0 +295095,0,0,0,0,0 +295096,0,0,0,0,0 +295097,0,0,0,0,0 +295098,0,0,0,0,0 +295099,0,0,0,0,0 +295100,0,0,0,0,0 +295101,0,0,0,0,0 +295102,0,0,0,0,0 +295103,0,0,0,0,0 +295104,0,0,0,0,0 +295105,0,0,0,0,0 +295106,0,0,0,0,0 +295107,0,0,0,0,0 +295108,0,0,0,0,0 +295109,0,0,0,0,0 +295110,0,0,0,0,0 +295111,0,0,0,0,0 +295112,0,0,0,0,0 +295113,0,0,0,0,0 +295114,0,0,0,0,0 +295115,0,0,0,0,0 +295116,0,0,0,0,0 +295117,0,0,0,0,0 +295118,0,0,0,0,0 +295119,0,0,0,0,0 +295120,0,0,0,0,0 +295121,0,0,0,0,0 +295122,0,0,0,0,0 +295123,0,0,0,0,0 +295124,0,0,0,0,0 +295125,0,0,0,0,0 +295126,0,0,0,0,0 +295127,0,0,0,0,0 +295128,0,0,0,0,0 +295129,0,0,0,0,0 +295130,0,0,0,0,0 +295131,0,0,0,0,0 +295132,0,0,0,0,0 +295133,0,0,0,0,0 +295134,0,0,0,0,0 +295135,0,0,0,0,0 +295136,0,0,0,0,0 +295137,0,0,0,0,0 +295138,0,0,0,0,0 +295139,0,0,0,0,0 +295140,0,0,0,0,0 +295141,0,0,0,0,0 +295142,0,0,0,0,0 +295143,0,0,0,0,0 +295144,0,0,0,0,0 +295145,0,0,0,0,0 +295146,0,0,0,0,0 +295147,0,0,0,0,0 +295148,0,0,0,0,0 +295149,0,0,0,0,0 +295150,0,0,0,0,0 +295151,0,0,0,0,0 +295152,0,0,0,0,0 +295153,0,0,0,0,0 +295154,0,0,0,0,0 +295155,0,0,0,0,0 +295156,0,0,0,0,0 +295157,0,0,0,0,0 +295158,0,0,0,0,0 +295159,0,0,0,0,0 +295160,0,0,0,0,0 +295161,0,0,0,0,0 +295162,0,0,0,0,0 +295163,0,0,0,0,0 +295164,0,0,0,0,0 +295165,0,0,0,0,0 +295166,0,0,0,0,0 +295167,0,0,0,0,0 +295168,0,0,0,0,0 +295169,0,0,0,0,0 +295170,0,0,0,0,0 +295171,0,0,0,0,0 +295172,0,0,0,0,0 +295173,0,0,0,0,0 +295174,0,0,0,0,0 +295175,0,0,0,0,0 +295176,0,0,0,0,0 +295177,0,0,0,0,0 +295178,0,0,0,0,0 +295179,0,0,0,0,0 +295180,0,0,0,0,0 +295181,0,0,0,0,0 +295182,0,0,0,0,0 +295183,0,0,0,0,0 +295184,0,0,0,0,0 +295185,0,0,0,0,0 +295186,0,0,0,0,0 +295187,0,0,0,0,0 +295188,0,0,0,0,0 +295189,0,0,0,0,0 +295190,0,0,0,0,0 +295191,0,0,0,0,0 +295192,0,0,0,0,0 +295193,0,0,0,0,0 +295194,0,0,0,0,0 +295195,0,0,0,0,0 +295196,0,0,0,0,0 +295197,0,0,0,0,0 +295198,0,0,0,0,0 +295199,0,0,0,0,0 +295200,0,0,0,0,0 +295201,0,0,0,0,0 +295202,0,0,0,0,0 +295203,0,0,0,0,0 +295204,0,0,0,0,0 +295205,0,0,0,0,0 +295206,0,0,0,0,0 +295207,0,0,0,0,0 +295208,0,0,0,0,0 +295209,0,0,0,0,0 +295210,0,0,0,0,0 +295211,0,0,0,0,0 +295212,0,0,0,0,0 +295213,0,0,0,0,0 +295214,0,0,0,0,0 +295215,0,0,0,0,0 +295216,0,0,0,0,0 +295217,0,0,0,0,0 +295218,0,0,0,0,0 +295219,0,0,0,0,0 +295220,0,0,0,0,0 +295221,0,0,0,0,0 +295222,0,0,0,0,0 +295223,0,0,0,0,0 +295224,0,0,0,0,0 +295225,0,0,0,0,0 +295226,0,0,0,0,0 +295227,0,0,0,0,0 +295228,0,0,0,0,0 +295229,0,0,0,0,0 +295230,0,0,0,0,0 +295231,0,0,0,0,0 +295232,0,0,0,0,0 +295233,0,0,0,0,0 +295234,0,0,0,0,0 +295235,0,0,0,0,0 +295236,0,0,0,0,0 +295237,0,0,0,0,0 +295238,0,0,0,0,0 +295239,0,0,0,0,0 +295240,0,0,0,0,0 +295241,0,0,0,0,0 +295242,0,0,0,0,0 +295243,0,0,0,0,0 +295244,0,0,0,0,0 +295245,0,0,0,0,0 +295246,0,0,0,0,0 +295247,0,0,0,0,0 +295248,0,0,0,0,0 +295249,0,0,0,0,0 +295250,0,0,0,0,0 +295251,0,0,0,0,0 +295252,0,0,0,0,0 +295253,0,0,0,0,0 +295254,0,0,0,0,0 +295255,0,0,0,0,0 +295256,0,0,0,0,0 +295257,0,0,0,0,0 +295258,0,0,0,0,0 +295259,0,0,0,0,0 +295260,0,0,0,0,0 +295261,0,0,0,0,0 +295262,0,0,0,0,0 +295263,0,0,0,0,0 +295264,0,0,0,0,0 +295265,0,0,0,0,0 +295266,0,0,0,0,0 +295267,0,0,0,0,0 +295268,0,0,0,0,0 +295269,0,0,0,0,0 +295270,0,0,0,0,0 +295271,0,0,0,0,0 +295272,0,0,0,0,0 +295273,0,0,0,0,0 +295274,0,0,0,0,0 +295275,0,0,0,0,0 +295276,0,0,0,0,0 +295277,0,0,0,0,0 +295278,0,0,0,0,0 +295279,0,0,0,0,0 +295280,0,0,0,0,0 +295281,0,0,0,0,0 +295282,0,0,0,0,0 +295283,0,0,0,0,0 +295284,0,0,0,0,0 +295285,0,0,0,0,0 +295286,0,0,0,0,0 +295287,0,0,0,0,0 +295288,0,0,0,0,0 +295289,0,0,0,0,0 +295290,0,0,0,0,0 +295291,0,0,0,0,0 +295292,0,0,0,0,0 +295293,0,0,0,0,0 +295294,0,0,0,0,0 +295295,0,0,0,0,0 +295296,0,0,0,0,0 +295297,0,0,0,0,0 +295298,0,0,0,0,0 +295299,0,0,0,0,0 +295300,0,0,0,0,0 +295301,0,0,0,0,0 +295302,0,0,0,0,0 +295303,0,0,0,0,0 +295304,0,0,0,0,0 +295305,0,0,0,0,0 +295306,0,0,0,0,0 +295307,0,0,0,0,0 +295308,0,0,0,0,0 +295309,0,0,0,0,0 +295310,0,0,0,0,0 +295311,0,0,0,0,0 +295312,0,0,0,0,0 +295313,0,0,0,0,0 +295314,0,0,0,0,0 +295315,0,0,0,0,0 +295316,0,0,0,0,0 +295317,0,0,0,0,0 +295318,0,0,0,0,0 +295319,0,0,0,0,0 +295320,0,0,0,0,0 +295321,0,0,0,0,0 +295322,0,0,0,0,0 +295323,0,0,0,0,0 +295324,0,0,0,0,0 +295325,0,0,0,0,0 +295326,0,0,0,0,0 +295327,0,0,0,0,0 +295328,0,0,0,0,0 +295329,0,0,0,0,0 +295330,0,0,0,0,0 +295331,0,0,0,0,0 +295332,0,0,0,0,0 +295333,0,0,0,0,0 +295334,0,0,0,0,0 +295335,0,0,0,0,0 +295336,0,0,0,0,0 +295337,0,0,0,0,0 +295338,0,0,0,0,0 +295339,0,0,0,0,0 +295340,0,0,0,0,0 +295341,0,0,0,0,0 +295342,0,0,0,0,0 +295343,0,0,0,0,0 +295344,0,0,0,0,0 +295345,0,0,0,0,0 +295346,0,0,0,0,0 +295347,0,0,0,0,0 +295348,0,0,0,0,0 +295349,0,0,0,0,0 +295350,0,0,0,0,0 +295351,0,0,0,0,0 +295352,0,0,0,0,0 +295353,0,0,0,0,0 +295354,0,0,0,0,0 +295355,0,0,0,0,0 +295356,0,0,0,0,0 +295357,0,0,0,0,0 +295358,0,0,0,0,0 +295359,0,0,0,0,0 +295360,0,0,0,0,0 +295361,0,0,0,0,0 +295362,0,0,0,0,0 +295363,0,0,0,0,0 +295364,0,0,0,0,0 +295365,0,0,0,0,0 +295366,0,0,0,0,0 +295367,0,0,0,0,0 +295368,0,0,0,0,0 +295369,0,0,0,0,0 +295370,0,0,0,0,0 +295371,0,0,0,0,0 +295372,0,0,0,0,0 +295373,0,0,0,0,0 +295374,0,0,0,0,0 +295375,0,0,0,0,0 +295376,0,0,0,0,0 +295377,0,0,0,0,0 +295378,0,0,0,0,0 +295379,0,0,0,0,0 +295380,0,0,0,0,0 +295381,0,0,0,0,0 +295382,0,0,0,0,0 +295383,0,0,0,0,0 +295384,0,0,0,0,0 +295385,0,0,0,0,0 +295386,0,0,0,0,0 +295387,0,0,0,0,0 +295388,0,0,0,0,0 +295389,0,0,0,0,0 +295390,0,0,0,0,0 +295391,0,0,0,0,0 +295392,0,0,0,0,0 +295393,0,0,0,0,0 +295394,0,0,0,0,0 +295395,0,0,0,0,0 +295396,0,0,0,0,0 +295397,0,0,0,0,0 +295398,0,0,0,0,0 +295399,0,0,0,0,0 +295400,0,0,0,0,0 +295401,0,0,0,0,0 +295402,0,0,0,0,0 +295403,0,0,0,0,0 +295404,0,0,0,0,0 +295405,0,0,0,0,0 +295406,0,0,0,0,0 +295407,0,0,0,0,0 +295408,0,0,0,0,0 +295409,0,0,0,0,0 +295410,0,0,0,0,0 +295411,0,0,0,0,0 +295412,0,0,0,0,0 +295413,0,0,0,0,0 +295414,0,0,0,0,0 +295415,0,0,0,0,0 +295416,0,0,0,0,0 +295417,0,0,0,0,0 +295418,0,0,0,0,0 +295419,0,0,0,0,0 +295420,0,0,0,0,0 +295421,0,0,0,0,0 +295422,0,0,0,0,0 +295423,0,0,0,0,0 +295424,0,0,0,0,0 +295425,0,0,0,0,0 +295426,0,0,0,0,0 +295427,0,0,0,0,0 +295428,0,0,0,0,0 +295429,0,0,0,0,0 +295430,0,0,0,0,0 +295431,0,0,0,0,0 +295432,0,0,0,0,0 +295433,0,0,0,0,0 +295434,0,0,0,0,0 +295435,0,0,0,0,0 +295436,0,0,0,0,0 +295437,0,0,0,0,0 +295438,0,0,0,0,0 +295439,0,0,0,0,0 +295440,0,0,0,0,0 +295441,0,0,0,0,0 +295442,0,0,0,0,0 +295443,0,0,0,0,0 +295444,0,0,0,0,0 +295445,0,0,0,0,0 +295446,0,0,0,0,0 +295447,0,0,0,0,0 +295448,0,0,0,0,0 +295449,0,0,0,0,0 +295450,0,0,0,0,0 +295451,0,0,0,0,0 +295452,0,0,0,0,0 +295453,0,0,0,0,0 +295454,0,0,0,0,0 +295455,0,0,0,0,0 +295456,0,0,0,0,0 +295457,0,0,0,0,0 +295458,0,0,0,0,0 +295459,0,0,0,0,0 +295460,0,0,0,0,0 +295461,0,0,0,0,0 +295462,0,0,0,0,0 +295463,0,0,0,0,0 +295464,0,0,0,0,0 +295465,0,0,0,0,0 +295466,0,0,0,0,0 +295467,0,0,0,0,0 +295468,0,0,0,0,0 +295469,0,0,0,0,0 +295470,0,0,0,0,0 +295471,0,0,0,0,0 +295472,0,0,0,0,0 +295473,0,0,0,0,0 +295474,0,0,0,0,0 +295475,0,0,0,0,0 +295476,0,0,0,0,0 +295477,0,0,0,0,0 +295478,0,0,0,0,0 +295479,0,0,0,0,0 +295480,0,0,0,0,0 +295481,0,0,0,0,0 +295482,0,0,0,0,0 +295483,0,0,0,0,0 +295484,0,0,0,0,0 +295485,0,0,0,0,0 +295486,0,0,0,0,0 +295487,0,0,0,0,0 +295488,0,0,0,0,0 +295489,0,0,0,0,0 +295490,0,0,0,0,0 +295491,0,0,0,0,0 +295492,0,0,0,0,0 +295493,0,0,0,0,0 +295494,0,0,0,0,0 +295495,0,0,0,0,0 +295496,0,0,0,0,0 +295497,0,0,0,0,0 +295498,0,0,0,0,0 +295499,0,0,0,0,0 +295500,0,0,0,0,0 +295501,0,0,0,0,0 +295502,0,0,0,0,0 +295503,0,0,0,0,0 +295504,0,0,0,0,0 +295505,0,0,0,0,0 +295506,0,0,0,0,0 +295507,0,0,0,0,0 +295508,0,0,0,0,0 +295509,0,0,0,0,0 +295510,0,0,0,0,0 +295511,0,0,0,0,0 +295512,0,0,0,0,0 +295513,0,0,0,0,0 +295514,0,0,0,0,0 +295515,0,0,0,0,0 +295516,0,0,0,0,0 +295517,0,0,0,0,0 +295518,0,0,0,0,0 +295519,0,0,0,0,0 +295520,0,0,0,0,0 +295521,0,0,0,0,0 +295522,0,0,0,0,0 +295523,0,0,0,0,0 +295524,0,0,0,0,0 +295525,0,0,0,0,0 +295526,0,0,0,0,0 +295527,0,0,0,0,0 +295528,0,0,0,0,0 +295529,0,0,0,0,0 +295530,0,0,0,0,0 +295531,0,0,0,0,0 +295532,0,0,0,0,0 +295533,0,0,0,0,0 +295534,0,0,0,0,0 +295535,0,0,0,0,0 +295536,0,0,0,0,0 +295537,0,0,0,0,0 +295538,0,0,0,0,0 +295539,0,0,0,0,0 +295540,0,0,0,0,0 +295541,0,0,0,0,0 +295542,0,0,0,0,0 +295543,0,0,0,0,0 +295544,0,0,0,0,0 +295545,0,0,0,0,0 +295546,0,0,0,0,0 +295547,0,0,0,0,0 +295548,0,0,0,0,0 +295549,0,0,0,0,0 +295550,0,0,0,0,0 +295551,0,0,0,0,0 +295552,0,0,0,0,0 +295553,0,0,0,0,0 +295554,0,0,0,0,0 +295555,0,0,0,0,0 +295556,0,0,0,0,0 +295557,0,0,0,0,0 +295558,0,0,0,0,0 +295559,0,0,0,0,0 +295560,0,0,0,0,0 +295561,0,0,0,0,0 +295562,0,0,0,0,0 +295563,0,0,0,0,0 +295564,0,0,0,0,0 +295565,0,0,0,0,0 +295566,0,0,0,0,0 +295567,0,0,0,0,0 +295568,0,0,0,0,0 +295569,0,0,0,0,0 +295570,0,0,0,0,0 +295571,0,0,0,0,0 +295572,0,0,0,0,0 +295573,0,0,0,0,0 +295574,0,0,0,0,0 +295575,0,0,0,0,0 +295576,0,0,0,0,0 +295577,0,0,0,0,0 +295578,0,0,0,0,0 +295579,0,0,0,0,0 +295580,0,0,0,0,0 +295581,0,0,0,0,0 +295582,0,0,0,0,0 +295583,0,0,0,0,0 +295584,0,0,0,0,0 +295585,0,0,0,0,0 +295586,0,0,0,0,0 +295587,0,0,0,0,0 +295588,0,0,0,0,0 +295589,0,0,0,0,0 +295590,0,0,0,0,0 +295591,0,0,0,0,0 +295592,0,0,0,0,0 +295593,0,0,0,0,0 +295594,0,0,0,0,0 +295595,0,0,0,0,0 +295596,0,0,0,0,0 +295597,0,0,0,0,0 +295598,0,0,0,0,0 +295599,0,0,0,0,0 +295600,0,0,0,0,0 +295601,0,0,0,0,0 +295602,0,0,0,0,0 +295603,0,0,0,0,0 +295604,0,0,0,0,0 +295605,0,0,0,0,0 +295606,0,0,0,0,0 +295607,0,0,0,0,0 +295608,0,0,0,0,0 +295609,0,0,0,0,0 +295610,0,0,0,0,0 +295611,0,0,0,0,0 +295612,0,0,0,0,0 +295613,0,0,0,0,0 +295614,0,0,0,0,0 +295615,0,0,0,0,0 +295616,0,0,0,0,0 +295617,0,0,0,0,0 +295618,0,0,0,0,0 +295619,0,0,0,0,0 +295620,0,0,0,0,0 +295621,206.2611926,1820.157166,2677.805641,95.40917601,-49.47722162 +295622,283.5206832,156.172777,1611.933396,130.5915154,97.22188795 +295623,273.6490535,136.6397621,347.7382899,126.0948173,89.56725528 +295624,262.7810416,132.8190276,325.3795576,121.1608243,80.11235962 +295625,252.5947303,135.9475417,323.9618312,116.592805,70.27380312 +295626,243.5353259,140.1640521,789.3730081,112.5931277,60.73864638 +295627,235.5089105,313.7391607,573.0958145,109.0991255,51.67283187 +295628,228.3059343,258.888609,604.5086942,105.9990234,43.01741005 +295629,221.7588062,270.9980519,634.9451864,103.2062768,34.69276012 +295630,215.7569909,289.3245838,650.1220216,100.6644624,26.65032019 +295631,210.2209797,298.6620926,664.710682,98.33387652,18.85602943 +295632,205.0899904,307.7542248,679.4020734,96.18446086,11.29029903 +295633,200.3111188,317.0344251,694.5733864,94.19048222,3.934397013 +295634,195.8383423,326.4458089,709.20787,92.32993551,-3.22931355 +295635,191.6314833,335.6662145,724.7172642,90.58396249,-10.21813871 +295636,187.6558015,345.2735481,739.8741794,88.93655612,-17.0485898 +295637,183.8814578,354.730626,754.759579,87.37421219,-23.73601362 +295638,180.28284,364.2896426,769.9008139,85.88553664,-30.29456015 +295639,176.8379917,373.7840361,785.6216318,84.46091928,-36.73711374 +295640,173.5279995,383.8255645,800.7310635,83.09220635,-43.07550441 +295641,170.3365313,393.0615952,816.0992206,81.77245473,-49.3205882 +295642,167.2494464,403.2264991,831.5364639,80.49572967,-55.48234083 +295643,164.2545397,412.7718388,846.8968287,79.25697,-61.56979821 +295644,161.3411469,423.0779725,862.3533798,78.05179652,-67.59134809 +295645,158.4999864,432.6487588,877.8008961,76.87643176,-73.55464946 +295646,155.7229064,442.6482258,893.2698828,75.72758014,-79.4667979 +295647,153.0027319,452.9036418,908.7505742,74.6023559,-85.33434477 +295648,150.3331402,462.6839133,924.242036,73.49822546,-91.16332221 +295649,147.7083737,473.3173606,939.7393402,72.41287733,-96.9595838 +295650,145.1245162,483.0680863,955.2418351,71.34480368,-102.7263453 +295651,142.5753367,491.2547463,966.0438908,70.29141218,-108.4716155 +295652,140.0511883,498.7067293,977.0433283,69.25000313,-114.2033081 +295653,137.5519355,506.5601341,987.2326686,68.22166699,-119.9144499 +295654,135.0695745,513.7914851,997.2890428,67.20315684,-125.6158766 +295655,132.5985861,521.1112876,1007.28355,66.19195062,-131.3159056 +295656,130.1408483,528.2941693,1016.95261,65.18877239,-137.0101367 +295657,127.6902455,535.3833332,1026.522729,64.19071326,-142.7088659 +295658,125.2460083,542.163376,1035.852403,63.19732011,-148.4127051 +295659,122.8057825,549.4399879,1045.2164,62.20743556,-154.1251868 +295660,120.3660228,556.1029354,1054.105735,61.21936752,-159.8520755 +295661,117.9278695,562.9066343,1063.079863,60.23355623,-165.5906821 +295662,115.4864766,569.5958845,1072.087253,59.24772096,-171.3492631 +295663,113.0407198,576.2141251,1080.627664,58.26127454,-177.1293554 +295664,110.5873993,582.7634067,1089.153842,57.27268816,-182.93631 +295665,108.1279898,589.2450952,1097.775141,56.28256011,-188.7670046 +295666,105.6572588,595.4059853,1106.028946,55.28844072,-194.6305346 +295667,103.1727682,602.1697313,1114.181451,54.28915313,-200.5309305 +295668,100.6775702,608.5495986,1122.467598,53.28601885,-206.4622553 +295669,98.16477541,614.3698854,1130.465233,52.27584064,-212.4366499 +295670,95.6337481,620.7886546,1138.212275,51.25826703,-218.454896 +295671,93.08326021,626.8353315,1146.01346,50.23267938,-224.5188527 +295672,90.51205288,632.8608076,1154.084966,68.95304173,-230.6304366 +295673,87.91722513,638.9025362,1161.366476,100.4181116,-236.7945461 +295674,85.29755326,644.8206133,1168.992182,92.09615272,-243.0130313 +295675,82.65155725,635.4507164,1148.656486,96.95554591,-249.2882033 +295676,79.83277799,638.6345582,1151.734988,102.3403865,-255.6251278 +295677,76.88759838,643.0314826,1156.69875,106.5491145,-262.0273889 +295678,73.88496927,647.573261,1162.097359,110.661524,-268.4985601 +295679,110.8586497,652.3000788,1167.889216,114.8289967,-275.041511 +295680,173.2246615,656.6280058,1173.48013,118.86302,-281.4422328 +295681,904.9152973,991.8290924,1868.548854,455.2512442,-850.8272095 +295682,1271.600704,1160.690024,1707.781549,611.0733642,-926.9459352 +295683,1105.111495,1085.121741,1694.846405,557.8288415,-804.7181085 +295684,1195.078108,1149.099231,1737.808095,581.0153693,-671.0025127 +295685,1197.394311,1099.172405,1792.218071,590.7648377,-553.8529521 +295686,1219.178233,1181.642652,1846.200122,600.4779277,-455.4463001 +295687,1237.500157,1112.283076,1885.652275,610.1728278,-43.14195102 +295688,1455.650404,1268.29313,2105.261233,710.1224115,1894.255363 +295689,968.8691961,1035.135083,1939.867633,492.6980907,-76.22739569 +295690,1633.363021,1332.040766,2159.512413,791.6431037,1537.229356 +295691,961.0200187,1037.242918,1954.026675,491.9351259,240.3254013 +295692,1673.372684,1357.040109,2160.578363,812.5108294,1564.484784 +295693,983.2224431,1048.969529,1951.214702,504.4093307,278.9887323 +295694,1705.444439,1375.914188,2159.592883,829.6907199,1608.548082 +295695,1009.225278,1063.879507,1949.240161,518.2383815,314.1769878 +295696,1734.580965,1392.43845,2159.407482,845.8899086,1648.637201 +295697,1034.861995,1078.685094,1948.139876,532.136571,347.525204 +295698,1762.45851,1408.374892,2159.896129,861.0088383,1693.607951 +295699,1059.924638,1093.069992,1948.034367,545.8703922,366.7359193 +295700,1789.426571,1423.690843,2161.903384,875.6997201,1739.874371 +295701,1084.313307,1106.878197,1949.810163,559.2605498,386.3745822 +295702,1815.530792,1438.496407,2166.306217,889.8490774,1782.357399 +295703,1107.879227,1130.904452,1954.19842,572.3398377,404.7584508 +295704,1840.786282,1437.101181,2172.830082,903.7362553,1816.26623 +295705,1130.691057,1141.109252,1960.276238,585.0356301,432.0279374 +295706,1865.158793,1464.323517,2180.383151,917.1785923,1843.115886 +295707,1152.839143,1146.39361,1966.877765,597.4216018,459.5577541 +295708,1888.878214,1479.187715,2188.194251,930.3027643,1868.275517 +295709,1174.311682,1158.333581,1973.393355,609.4020531,485.8264649 +295710,1912.100202,1492.099408,2195.909104,943.1924901,1896.896473 +295711,1194.503346,1171.516175,1980.346243,620.5772764,503.7530054 +295712,1933.322328,1507.51953,2204.108251,954.2020459,1921.603435 +295713,1213.581866,1186.200657,1987.294813,630.6551524,529.2618636 +295714,1974.410967,1523.458584,2212.122787,971.1403967,1945.012529 +295715,1201.745013,1201.377771,1997.669219,631.014126,548.32855 +295716,1988.117795,1538.841822,2223.078244,996.4317684,1969.002722 +295717,1478.739924,1315.686333,2224.753473,722.3542475,964.2868842 +295718,1645.699529,1407.892087,2216.224403,850.0481483,1367.290026 +295719,1652.329199,1401.151126,2203.735518,825.2518722,1301.341188 +295720,1648.215065,1408.453705,2194.155205,831.7911146,1313.226799 +295721,1666.682915,1432.785233,2188.438099,836.4351562,1340.135989 +295722,1675.797691,1443.274048,2186.729351,840.4180702,1307.678518 +295723,1684.677001,1452.347772,2187.712777,844.6323443,1347.53417 +295724,1693.215432,1461.368798,2190.044118,848.5756031,1350.045105 +295725,1701.583634,1470.138481,2193.001586,852.4971299,1357.727075 +295726,1709.907669,1478.824334,2196.27028,856.2764986,1367.230274 +295727,1717.797853,1487.437971,2199.705365,860.1799005,1375.624601 +295728,1725.705485,1496.091877,2203.228057,863.742442,1384.059318 +295729,1733.67836,1504.446819,2206.797959,867.4138632,1392.262755 +295730,1741.403582,1512.88891,2210.365714,870.8988363,1400.35313 +295731,1748.819862,1521.448741,2213.890779,874.4775521,1423.21211 +295732,1756.378653,1529.869001,2217.379269,877.8590406,1393.353996 +295733,1763.722645,1542.006694,2220.814603,881.2315262,1434.828599 +295734,1770.982176,1560.496686,2224.129397,884.5345993,1428.915584 +295735,1778.141508,1564.203701,2227.348477,887.8393431,1438.890745 +295736,1785.201855,1565.468025,2230.520288,890.8724192,1446.051436 +295737,1800.539889,1610.572868,2233.560958,894.3089873,1460.15227 +295738,1808.617999,1617.146863,2237.469351,897.3373473,1455.608214 +295739,1816.283138,1631.36492,2242.10654,900.3715166,1464.351315 +295740,1823.418433,1644.360321,2246.520383,903.340255,1477.048567 +295741,2229.217254,1825.8772,2257.684133,1074.881562,1895.795069 +295742,2240.292871,1840.503261,2294.501847,1080.060251,1921.170419 +295743,2221.927602,1854.534156,2341.030051,1084.206711,1954.747663 +295744,2265.903404,1868.079063,2381.169739,1088.301584,1983.310225 +295745,2266.74114,1881.221881,2410.973153,1092.117438,2004.534883 +295746,2263.620872,1894.451208,2432.832331,1096.023461,2019.460427 +295747,2285.633663,1907.3289,2448.615588,1099.6743,2029.757903 +295748,2290.896094,1929.688854,2460.054125,1103.312731,2036.786504 +295749,2318.30457,1928.068005,2468.629848,1106.945608,2041.53985 +295750,2278.413154,1940.64749,2475.272479,1110.330884,2044.7847 +295751,2353.87613,1962.756885,2480.740193,1113.822416,2047.229811 +295752,2303.864824,1977.04668,2485.15094,1117.195145,2048.883243 +295753,2348.931647,1992.097628,2488.70539,1120.527192,2049.889482 +295754,2338.157827,1974.007384,2491.807453,1123.810352,2050.662007 +295755,2352.333409,2039.04497,2495.044245,1127.045875,2051.87301 +295756,2359.544579,2009.74354,2500.18755,1130.310996,2055.618079 +295757,2373.199333,2044.60359,2504.417861,1134.905739,2058.484922 +295758,2382.337712,2055.615853,2507.571108,1138.127366,2059.44955 +295759,2390.47735,2068.469243,2511.824259,1141.11604,2061.795575 +295760,2398.037905,2081.066282,2516.297791,1144.249119,2064.507069 +295761,2406.525289,2093.946661,2520.673993,1147.16023,2067.32256 +295762,2414.25323,2106.313348,2524.83909,1150.088188,2070.135164 +295763,2421.670384,2118.582187,2528.75988,1152.958903,2072.876664 +295764,2429.643551,2131.09999,2532.455665,1155.786801,2075.530521 +295765,2436.985288,2143.215423,2535.955025,1158.57347,2078.100117 +295766,2444.51669,2155.389662,2540.996049,1161.321451,2082.680786 +295767,2451.928277,2174.39188,2543.304529,1164.030711,2084.341079 +295768,2459.239589,2176.413735,2546.54181,1166.781932,2087.334404 +295769,2466.563777,2192.606624,2551.408171,1169.218008,2092.399648 +295770,2481.501495,2203.642483,2553.547861,1172.065431,2094.249531 +295771,2469.342832,2212.795656,2556.005929,1174.816241,2096.567177 +295772,2500.465272,2222.225241,2558.442708,1177.614417,2098.960474 +295773,2491.111802,2230.94756,2560.863145,1180.508972,2101.457221 +295774,2502.810813,2239.599127,2562.988541,1183.208202,2103.723409 +295775,2509.698315,2248.05386,2564.901116,1186.077657,2105.849838 +295776,2516.143652,2255.977929,2566.692969,1188.738843,2107.93484 +295777,2523.086052,2264.251025,2568.342908,1191.568214,2109.940778 +295778,2529.472248,2271.911709,2569.86373,1194.188887,2111.874286 +295779,2536.606184,2279.583525,2571.268333,1196.977595,2113.74428 +295780,2543.018557,2286.950927,2572.561827,1199.55755,2115.551639 +295781,2549.726545,2294.284883,2573.745506,1202.305707,2117.293504 +295782,2556.121458,2301.300501,2574.82377,1204.845328,2118.971373 +295783,2562.831179,2308.10947,2575.806714,1207.553468,2120.594204 +295784,2569.067178,2315.101838,2576.702791,1210.053396,2122.169413 +295785,2575.438463,2321.619741,2577.710124,1212.722247,2123.694446 +295786,2581.922651,2328.112932,2578.428196,1215.183286,2125.169508 +295787,2588.294989,2334.427639,2579.060029,1217.813717,2126.596526 +295788,2594.385633,2347.583209,2579.722622,1220.236821,2128.110761 +295789,2600.7449,2337.252566,2580.190651,1222.910153,2129.433377 +295790,2614.398355,2362.622719,2580.706604,1225.176579,2130.858631 +295791,2602.564465,2356.33568,2581.134962,1227.789904,2132.220286 +295792,2630.128888,2364.147234,2581.376532,1230.127898,2133.39589 +295793,2622.846707,2370.66838,2583.327426,1232.649888,2136.89923 +295794,2631.448031,2375.407154,2584.107652,1234.963429,2138.816068 +295795,2637.765036,2380.362577,2582.655614,1237.448776,2138.048132 +295796,2643.539593,2385.660242,2581.999108,1239.731805,2138.269884 +295797,2649.43943,2390.591965,2581.631378,1242.184464,2138.857484 +295798,2654.978445,2395.371363,2581.369852,1244.433399,2139.598576 +295799,2661.264368,2400.163686,2581.136158,1246.854665,2140.407534 +295800,2666.832105,2404.644381,2580.884824,1249.072209,2141.233341 +295801,2677.4952,2411.579112,2583.434811,1253.663629,2147.18697 +295802,2691.004065,2416.321411,2586.188623,1256.090978,2153.518362 +295803,2678.948191,2420.568534,2590.169578,1258.27161,2161.648234 +295804,2703.429774,2424.021431,2590.930704,1260.124894,2165.709404 +295805,2689.162442,2427.835105,2591.839359,1262.289568,2169.977746 +295806,2712.284841,2431.664079,2592.653777,1264.155939,2174.139607 +295807,2705.911062,2435.020851,2593.42592,1266.069878,2178.249086 +295808,2711.893349,2438.314182,2593.953654,1267.943226,2182.046713 +295809,2717.3253,2441.507043,2594.284615,1269.791213,2185.797096 +295810,2721.378143,2444.571349,2594.537646,1271.616584,2189.20659 +295811,2725.713805,2447.496716,2594.696653,1273.420685,2192.49641 +295812,2729.968543,2450.299915,2594.763467,1275.204706,2195.849687 +295813,2734.141054,2453.022208,2594.748751,1276.969316,2199.024802 +295814,2738.398482,2462.494446,2595.128769,1278.715349,2202.315143 +295815,2743.014541,2449.048477,2596.523183,1280.438753,2208.138799 +295816,2746.944571,2470.146787,2597.630078,1282.130579,2213.422912 +295817,2751.026158,2453.862958,2598.449031,1283.813348,2218.576229 +295818,2755.167777,2473.967139,2599.049253,1285.478162,2223.203087 +295819,2759.190996,2457.873224,2599.441448,1287.1268,2227.508553 +295820,2763.204614,2477.7502,2599.723499,1288.75956,2231.617898 +295821,2767.135345,2461.447441,2599.873505,1290.376555,2235.511265 +295822,2778.417424,2481.062234,2600.095425,1291.97804,2239.663967 +295823,2765.683944,2464.577765,2600.073634,1293.564151,2243.265586 +295824,2788.111081,2483.881492,2599.956068,1295.135072,2246.704876 +295825,2774.585784,2467.223645,2599.766639,1296.691001,2250.017812 +295826,2794.705663,2486.287926,2599.568723,1298.232093,2253.286346 +295827,2789.289652,2464.311337,2599.295304,1306.472433,2256.432577 +295828,2792.749689,2474.129098,2598.738667,1298.578977,2259.066685 +295829,2797.290536,2472.526702,2598.149016,1319.513472,2261.552135 +295830,2800.670589,2472.287143,2597.697187,1291.820119,2264.155084 +295831,2804.106129,2472.810693,2597.225697,1335.153288,2266.730248 +295832,2807.750064,2472.540485,2596.750698,1282.386793,2269.304926 +295833,2810.757273,2472.434539,2596.246102,1325.431344,2271.846929 +295834,2814.309935,2472.124847,2595.646181,1320.641825,2274.263052 +295835,2817.499341,2471.784837,2595.013176,1301.559641,2276.637627 +295836,2821.663264,2471.322274,2594.360162,1323.712197,2278.971365 +295837,2824.178271,2470.698485,2593.59488,1331.140851,2281.163428 +295838,2827.186444,2470.097988,2592.797262,1298.797189,2283.295378 +295839,2837.759405,2469.332378,2592.139459,1331.465668,2285.586112 +295840,2825.581729,2468.406993,2591.291637,1336.726364,2287.62233 +295841,2844.512486,2467.466058,2590.380957,1299.799034,2289.567205 +295842,2840.522721,2466.414182,2589.640264,1336.980695,2291.898973 +295843,2842.615739,2465.206266,2588.732606,1343.410444,2293.789665 +295844,2846.338926,2463.868168,2587.727421,1299.436298,2295.528622 +295845,2849.586012,2462.568938,2586.756556,1342.948558,2297.27969 +295846,2852.41686,2461.034531,2585.743611,1327.519169,2298.954477 +295847,2855.213754,2459.490987,2584.705616,1331.778012,2300.571504 +295848,2858.886838,2458.209742,2585.30633,1333.017132,2304.188029 +295849,2860.5804,2455.805981,2583.38726,1334.291611,2304.679877 +295850,2870.238406,2454.199602,2581.87346,1335.567312,2305.64009 +295851,2859.802332,2452.170902,2580.623153,1336.684041,2306.873622 +295852,2875.190336,2450.065499,2579.401737,1337.902713,2308.104025 +295853,2873.373871,2447.941412,2578.379433,1339.10363,2309.538029 +295854,2874.593628,2445.664308,2577.330767,1340.234447,2310.909982 +295855,2878.608266,2443.531489,2577.827926,1341.42266,2314.156379 +295856,2881.054007,2440.858874,2577.335526,1342.524494,2316.162589 +295857,2883.307337,2438.337728,2576.429317,1343.642873,2317.630171 +295858,2891.336238,2435.512555,2573.809373,1344.74916,2316.935638 +295859,2889.140468,2432.999036,2572.167868,1345.849083,2317.381436 +295860,2889.99366,2422.916131,2570.659693,1346.932668,2317.925594 +295861,2779.318667,2379.126102,2564.271204,1295.013412,2311.183199 +295862,2777.70924,2367.250492,2549.660511,1295.514596,2292.43136 +295863,2787.564553,2365.901106,2535.140475,1296.17114,2272.869819 +295864,2780.943914,2362.729937,2521.342836,1300.211098,2253.671646 +295865,2784.941926,2359.240215,2511.403174,1295.987214,2239.303838 +295866,2790.625643,2355.993975,2506.067913,1305.756412,2230.668129 +295867,2791.055034,2352.310173,2500.030913,1290.288508,2221.877806 +295868,2801.836659,2349.22891,2497.482876,1324.484203,2216.933502 +295869,2788.562431,2345.18175,2493.082721,1273.30325,2209.968467 +295870,2806.528016,2341.757455,2489.771209,1316.622544,2204.614167 +295871,2803.143635,2337.970696,2487.160389,1319.254075,2200.258217 +295872,2804.941254,2334.251184,2484.889988,1278.701074,2196.471372 +295873,2815.2797,2330.378234,2482.931032,1319.189181,2193.207259 +295874,2811.697384,2326.454722,2481.146854,1304.551686,2190.409664 +295875,2814.443871,2322.520998,2480.956671,1308.511089,2189.16476 +295876,2817.274269,2318.419656,2479.764084,1309.438551,2187.387911 +295877,2826.06561,2314.171161,2476.733607,1310.548954,2183.400402 +295878,2815.785803,2310.256625,2474.481076,1311.588815,2180.371365 +295879,2835.267525,2305.710973,2472.635124,1312.634761,2178.068955 +295880,2824.341732,2301.501897,2471.07378,1313.681545,2175.973542 +295881,2835.470165,2297.131164,2471.188254,1314.730034,2175.941741 +295882,2833.172938,2292.534931,2468.711557,1315.770258,2172.840509 +295883,2835.196988,2288.195845,2468.424598,1316.821354,2172.633924 +295884,2834.713993,2283.341234,2465.608916,1317.860069,2169.178298 +295885,2838.161633,2278.939996,2465.107963,1318.91057,2168.56397 +295886,2834.962043,2273.997817,2462.184985,1319.949507,2164.99004 +295887,2832.780149,2269.282325,2459.792353,1320.997182,2162.061622 +295888,2831.029124,2264.631159,2457.498553,1322.041552,2159.243404 +295889,2829.574541,2259.47821,2455.236325,1323.086767,2156.45676 +295890,2828.335134,2254.593139,2452.98939,1324.131846,2153.684892 +295891,2827.243082,2249.419413,2450.756012,1325.128669,2150.928442 +295892,2826.252443,2244.227443,2448.529453,1326.114521,2148.186901 +295893,2825.325569,2238.899633,2446.306011,1327.096178,2145.460117 +295894,2824.4518,2233.539131,2444.087423,1328.074925,2142.751245 +295895,2823.615546,2228.11602,2441.875213,1329.05153,2140.059795 +295896,2825.464766,2222.686545,2441.374146,1330.028338,2139.477879 +295897,2823.239726,2217.034957,2438.277232,1330.998246,2135.732667 +295898,2821.751434,2203.755133,2435.647582,1331.973098,2132.560995 +295899,2820.685777,2216.691296,2433.273417,1333.031329,2129.690567 +295900,2819.794438,2187.449253,2430.996254,1333.870919,2126.929077 +295901,2819.002756,2206.230607,2428.778879,1334.904116,2124.232618 +295902,2818.257155,2175.907284,2426.600537,1335.861317,2121.588837 +295903,2817.441598,2186.970227,2424.383117,1336.830772,2118.892313 +295904,2816.744619,2175.108714,2422.245402,1337.80141,2116.291062 +295905,2816.088179,2170.089531,2420.142183,1338.772033,2113.728285 +295906,2815.416466,2164.184449,2418.039977,1339.743444,2111.162493 +295907,2814.765354,2158.233847,2415.961207,1340.715281,2108.620196 +295908,2814.127494,2152.182929,2413.900309,1341.598843,2106.093484 +295909,2813.498506,2146.113,2411.85425,1342.792238,2103.577971 +295910,2812.874577,2140.008811,2409.820195,1343.572066,2101.068761 +295911,2812.255539,2133.996626,2407.799013,1344.623833,2098.567659 +295912,2811.63341,2127.648326,2405.78419,1345.587872,2096.063583 +295913,2811.012759,2121.481492,2403.779645,1346.565706,2093.562364 +295914,2810.398191,2115.2956,2401.788113,1347.545506,2091.066502 +295915,2809.789686,2109.00463,2399.809394,1348.526778,2088.574968 +295916,2809.187124,2102.722763,2397.844049,1349.510137,2086.08902 +295917,2808.586035,2096.37886,2395.888004,1350.495039,2083.601259 +295918,2807.988631,2090.074983,2393.943483,1351.573435,2081.115377 +295919,2807.395697,2083.696079,2392.011264,1352.632478,2078.632479 +295920,2806.796968,2077.335858,2390.084606,1357.727519,2076.143739 +295921,2806.653057,1941.001264,2388.748987,1238.7241,2074.844317 +295922,2790.879528,1959.652311,2376.765251,1246.575674,2057.317124 +295923,2768.539388,1937.698484,2360.068182,1242.063964,2031.742448 +295924,2748.457168,1932.442034,2344.306397,1241.834334,2007.064487 +295925,2733.678095,1924.312829,2331.969998,1241.632228,1985.97192 +295926,2723.655751,1933.379108,2322.643019,1241.335422,1968.534556 +295927,2716.995567,1884.510999,2315.534241,1240.990674,1954.346237 +295928,2712.37271,1919.080294,2309.861252,1240.876636,1942.345692 +295929,2708.912821,1881.166126,2305.093121,1240.733323,1931.898876 +295930,2706.217379,1889.700643,2300.973778,1240.638282,1922.678855 +295931,2704.027021,1876.941304,2297.32304,1240.574717,1914.44 +295932,2702.138625,1891.874103,2293.992192,1240.53852,1906.756863 +295933,2700.60946,1830.802564,2290.999814,1240.527275,1900.046539 +295934,2699.277067,1891.234118,2288.226661,1240.538448,1893.922655 +295935,2698.076451,1813.294147,2285.617348,1240.571047,1888.280394 +295936,2697.018627,1854.148688,2283.168503,1240.623769,1883.085374 +295937,2695.963432,1828.795312,2280.778669,1240.695676,1878.180454 +295938,2694.943985,1824.470674,2278.462134,1240.786352,1873.560272 +295939,2693.979773,1816.9923,2276.2217,1240.89494,1869.201096 +295940,2693.050032,1809.420385,2274.039469,1241.020996,1865.061709 +295941,2692.14993,1802.156696,2271.907017,1241.164106,1861.111737 +295942,2691.275953,1794.796386,2269.819141,1241.323948,1857.329252 +295943,2690.421255,1787.274463,2267.766902,1241.500244,1853.6859 +295944,2689.586689,1780.017361,2265.748892,1241.69279,1850.167669 +295945,2688.717136,1791.492152,2263.728076,1241.901285,1846.717694 +295946,2687.933768,1738.306361,2261.778733,1242.125595,1843.415378 +295947,2687.169523,1790.136612,2259.85808,1242.279771,1840.201016 +295948,2686.419258,1720.956096,2257.961034,1242.662255,1837.059081 +295949,2685.72348,1756.804297,2256.113122,1242.872565,1834.014986 +295950,2684.982886,1733.790664,2254.250098,1243.171351,1830.983188 +295951,2684.237123,1729.544506,2252.396025,1243.512945,1827.987515 +295952,2683.511861,1722.439631,2250.564475,1243.644011,1825.250291 +295953,2682.787049,1715.399352,2248.740325,1243.974257,1822.332351 +295954,2682.069464,1708.394397,2246.927859,1244.241422,1819.449312 +295955,2681.358275,1701.435766,2245.125463,1244.532124,1816.59782 +295956,2683.360534,1694.527836,2245.064647,1244.837403,1815.900964 +295957,2681.281261,1687.668949,2242.427756,1245.146366,1812.077558 +295958,2680.029777,1680.870748,2240.324071,1245.475215,1808.914356 +295959,2679.02735,1674.125836,2238.370855,1245.811354,1805.93036 +295960,2678.167863,1667.440598,2236.500986,1246.159814,1803.04243 +295961,2677.399103,1660.816198,2234.687276,1246.519633,1800.221098 +295962,2676.684798,1654.139896,2232.911136,1246.890737,1797.445113 +295963,2676.003683,1647.801868,2231.161779,1247.273129,1794.701608 +295964,2675.345745,1641.296131,2229.434483,1247.66666,1791.984887 +295965,2674.701242,1634.950268,2227.721897,1248.071249,1789.282401 +295966,2674.069972,1628.659945,2226.025138,1248.4868,1786.596365 +295967,2673.447761,1622.44187,2224.340969,1248.91317,1783.92092 +295968,2672.832417,1616.37773,2222.667923,1249.350244,1781.253371 +295969,2672.221356,1610.238598,2221.004093,1249.797917,1778.590308 +295970,2671.613412,1604.320592,2219.348629,1250.256043,1775.929975 +295971,2671.00826,1598.344358,2217.701093,1250.811988,1773.271042 +295972,2670.405941,1592.582661,2216.061319,1251.159888,1770.61265 +295973,2669.805873,1586.858968,2214.428793,1251.710636,1767.95366 +295974,2669.25832,1581.206812,2212.853905,1252.196166,1765.385608 +295975,2669.594437,1575.639011,2212.167782,1252.704132,1764.419485 +295976,2669.892181,1570.040015,2211.461771,1253.209256,1763.417663 +295977,2670.050549,1591.252289,2210.667737,1253.730317,1762.288759 +295978,2670.250168,1521.482973,2209.899456,1254.259337,1761.16774 +295979,2670.488074,1572.438833,2209.156083,1254.797305,1760.253817 +295980,2670.58648,1551.121007,2208.326137,1255.344146,1758.989728 +295981,2669.930104,1642.763717,2206.960296,1362.544852,1756.954624 +295982,2683.348971,1652.765253,2215.268242,1365.115776,1769.905498 +295983,2703.047348,1644.590045,2228.271572,1368.318625,1790.019989 +295984,2721.143693,1643.573952,2240.318306,1372.672902,1810.515693 +295985,2734.61911,1641.354397,2249.534838,1366.895584,1827.565916 +295986,2743.811083,1638.89132,2256.03309,1369.917797,1841.040808 +295987,2750.047396,1636.607991,2260.57814,1375.398087,1851.946697 +295988,2754.319655,1634.702174,2263.705552,1374.332242,1860.361976 +295989,2757.552806,1632.932692,2266.071603,1377.20813,1867.423984 +295990,2759.635665,1631.245104,2267.412664,1379.313288,1872.509696 +295991,2761.51923,1629.607188,2268.656972,1381.366477,1877.287772 +295992,2763.5748,1627.896764,2270.036324,1390.44159,1882.042429 +295993,2764.107071,1626.498804,2269.85992,1375.389289,1883.709822 +295994,2763.450225,1624.893147,2268.701095,1392.977315,1883.582029 +295995,2762.573769,1623.526684,2267.474244,1389.302194,1883.282083 +295996,2761.553193,1621.900274,2266.11445,1397.01822,1882.573458 +295997,2760.426638,1620.548816,2264.636979,1393.580568,1881.482768 +295998,2762.788191,1619.134941,2266.226869,1413.581404,1885.697912 +295999,2763.527121,1617.758408,2266.047891,1374.341822,1886.102696 +296000,2761.538543,1616.414801,2263.382614,1431.38594,1882.091509 +296001,2763.687904,1615.104931,2265.090227,1389.937723,1886.142662 +296002,2768.617007,1613.81137,2268.905666,1413.409663,1893.238932 +296003,2768.437756,1612.53956,2267.387871,1414.441451,1890.307523 +296004,2769.042859,1611.304538,2267.316524,1417.534801,1890.561926 +296005,2768.357118,1610.082834,2265.902329,1418.399921,1888.218015 +296006,2764.686085,1608.886281,2261.765425,1421.596158,1881.107668 +296007,2761.620412,1607.716415,2258.580422,1425.088027,1876.018785 +296008,2759.202487,1606.563705,2255.916363,1428.181805,1871.714991 +296009,2757.234591,1605.433348,2253.580745,1431.401969,1867.869649 +296010,2755.60625,1604.323874,2251.296156,1434.738394,1864.368034 +296011,2761.982641,1603.169619,2256.890325,1437.918167,1874.466604 +296012,2765.425577,1602.005521,2258.723872,1441.441499,1876.315079 +296013,2762.48653,1600.977044,2254.577614,1444.731318,1868.242969 +296014,2767.916979,1599.693216,2259.41224,1448.241856,1877.086265 +296015,2778.620269,1598.535294,2268.198098,1451.787057,1891.746412 +296016,2786.913183,1597.579813,2273.939807,1455.327082,1900.181223 +296017,2785.887129,1596.406795,2271.017972,1458.922529,1893.432918 +296018,2779.580741,1595.353174,2264.317653,1462.434991,1881.225297 +296019,2774.420229,1594.296647,2259.521458,1466.364463,1873.188874 +296020,2770.32626,1593.361119,2255.631132,1470.018721,1866.655887 +296021,2766.972173,1592.157295,2252.282796,1473.733541,1860.972876 +296022,2764.302989,1591.219769,2249.41024,1483.335204,1856.016868 +296023,2762.10078,1590.198209,2246.871566,1479.167776,1851.59728 +296024,2771.297652,1589.21847,2255.301804,1486.765087,1866.733955 +296025,2776.322725,1588.225823,2258.061342,1490.143268,1870.072008 +296026,2772.168214,1587.261524,2252.489874,1494.113123,1859.091501 +296027,2768.571832,1586.323067,2248.742172,1498.269479,1852.649337 +296028,2765.872147,1585.386692,2245.832799,1502.30721,1847.656562 +296029,2776.103244,1584.477575,2255.31457,1507.005173,1864.673033 +296030,2794.024452,1583.564469,2270.39032,1511.367662,1889.776824 +296031,2796.534677,1582.648485,2269.486274,1515.391908,1885.21238 +296032,2789.21961,1581.773895,2261.214833,1519.75073,1869.603314 +296033,2783.301012,1580.913797,2255.716708,1524.309106,1860.324774 +296034,2778.832569,1580.055322,2251.492277,1528.563901,1853.178277 +296035,2775.356195,1579.212498,2247.997813,1533.389239,1847.165758 +296036,2785.938784,1578.395504,2257.930817,1538.284179,1865.011147 +296037,2791.581513,1577.558888,2261.070471,1542.727974,1868.913313 +296038,2798.741755,1576.765431,2266.337623,1547.575961,1877.069043 +296039,2814.113466,1575.863591,2279.320921,1552.666531,1898.689443 +296040,2814.526585,1575.226554,2276.773096,1557.039578,1891.408132 +296041,2806.086774,1597.278784,2267.542028,1587.332433,1874.033615 +296042,2802.909094,1597.62938,2263.468276,1589.522843,1866.687106 +296043,2802.832257,1603.371526,2261.735929,1596.773823,1863.275043 +296044,2817.259263,1590.055987,2273.72283,1603.467368,1884.388151 +296045,2825.830713,1604.702195,2278.735055,1613.293586,1891.293271 +296046,2822.473715,1592.212422,2273.259335,1612.068152,1880.408439 +296047,2832.820729,1601.658472,2282.860766,1620.447116,1898.159039 +296048,2852.211709,1593.961561,2299.395242,1627.324967,1926.296878 +296049,2854.505799,1598.413905,2298.15409,1631.423495,1921.348695 +296050,2845.929788,1596.567342,2288.730481,1637.088655,1904.073658 +296051,2839.461934,1596.624971,2282.816844,1647.125396,1894.474082 +296052,2834.966774,1598.109932,2278.568139,1647.106938,1887.579754 +296053,2846.056781,1593.655887,2289.209336,1655.349729,1907.123647 +296054,2852.168177,1597.109868,2292.437617,1665.801378,1911.102457 +296055,2846.196086,1595.418334,2284.943926,1664.598276,1896.603306 +296056,2855.933592,1595.444319,2294.383709,1677.444679,1914.082054 +296057,2875.991816,1595.195336,2311.68179,1676.454395,1943.300129 +296058,2891.351949,1594.82103,2322.908691,1687.000637,1960.228228 +296059,2889.017423,1594.727379,2317.729139,1690.977856,1948.344959 +296060,2877.439822,1594.529301,2306.161743,1702.913808,1927.332863 +296061,2882.222083,1594.1476,2311.112661,1703.331034,1937.016586 +296062,2883.022032,1593.836887,2311.123476,1707.098791,1935.874527 +296063,2887.968399,1593.750098,2314.876247,1716.60927,1941.874039 +296064,2888.851717,1593.408863,2314.314071,1718.985279,1939.629872 +296065,2879.968611,1593.290375,2304.876205,1716.885329,1922.237396 +296066,2872.042998,1592.880033,2297.744362,1712.508358,1910.524035 +296067,2865.08679,1592.714069,2291.566733,1709.194298,1900.615085 +296068,2858.574976,1592.452074,2285.879159,1706.841207,1891.610543 +296069,2852.647253,1599.712844,2280.532693,1705.243385,1883.244598 +296070,2847.544289,1582.268188,2275.495062,1704.231738,1875.441928 +296071,2842.617502,1594.99498,2270.738275,1703.662318,1868.144653 +296072,2837.572096,1591.350584,2266.217282,1703.413789,1861.277056 +296073,2833.13005,1591.037132,2261.923016,1703.439099,1854.810584 +296074,2828.993207,1591.156661,2257.84185,1703.706133,1848.713364 +296075,2844.581015,1590.799626,2273.523279,1713.338884,1878.291255 +296076,2871.47806,1590.525778,2296.700738,1730.111478,1918.131338 +296077,2870.402331,1590.427473,2291.427871,1735.276129,1904.845769 +296078,2873.800359,1590.182249,2293.510622,1739.493644,1908.472606 +296079,2873.219585,1589.970791,2291.292837,1742.124736,1903.75825 +296080,2859.959863,1589.762713,2277.574376,1738.491517,1879.04929 +296081,2849.729503,1589.691631,2268.814285,1735.186312,1865.212219 +296082,2860.697304,1589.340737,2280.72165,1742.117861,1888.444209 +296083,2884.743134,1589.089153,2302.290921,1757.280516,1926.004024 +296084,2903.256301,1589.023776,2315.910803,1771.058499,1947.074197 +296085,2895.330832,1588.736492,2304.485913,1772.182854,1923.464816 +296086,2875.080761,1588.590107,2284.674559,1764.975006,1888.38513 +296087,2878.067559,1588.439876,2289.673181,1767.397372,1899.912986 +296088,2876.824359,1588.215058,2287.494618,1770.103055,1895.475043 +296089,2862.74047,1588.150307,2273.327649,1766.498596,1870.233728 +296090,2850.798387,1587.827202,2263.312526,1762.880762,1854.409745 +296091,2861.245863,1587.756755,2274.80176,1769.686863,1877.316463 +296092,2885.263518,1587.555248,2296.617075,1785.114527,1915.653145 +296093,2881.162354,1587.342132,2288.05297,1788.795118,1896.848999 +296094,2880.42987,1587.236238,2286.894351,1791.422122,1895.216135 +296095,2875.991096,1587.059934,2281.681284,1792.587692,1885.726631 +296096,2858.650066,1586.902992,2264.48206,1787.325633,1855.334534 +296097,2864.604003,1586.800162,2272.131281,1791.714675,1871.739482 +296098,2864.095418,1586.60668,2270.182397,1795.420992,1867.621754 +296099,2869.3383,1586.489482,2274.886293,1801.141404,1876.60896 +296100,2888.771923,1586.351393,2292.459457,1814.184952,1907.679113 +296101,2902.845322,1570.539421,2302.584489,1826.132536,1923.048454 +296102,2909.290348,1527.311349,2306.750222,1833.02782,1929.349553 +296103,2890.081674,1564.911576,2286.730945,1827.617443,1892.43715 +296104,2859.383535,1550.089262,2258.839984,1815.049317,1844.12862 +296105,2857.470863,1552.482548,2260.52354,1814.930857,1850.530225 +296106,2851.454687,1552.432429,2254.00569,1815.987015,1837.908489 +296107,2831.373622,1552.462891,2234.347091,1810.369589,1802.173022 +296108,2836.040697,1552.273295,2240.897135,1814.779819,1815.847138 +296109,2834.302284,1549.217986,2237.327292,1818.336532,1807.876974 +296110,2838.529201,1548.533655,2240.931819,1824.369344,1814.715671 +296111,2835.564051,1548.1244,2235.544453,1827.738902,1804.565736 +296112,2815.996929,1547.82097,2215.338534,1823.027288,1768.893937 +296113,2802.122062,1547.59518,2202.285806,1818.315558,1748.601913 +296114,2790.628742,1547.352867,2192.089169,1815.629777,1733.015882 +296115,2805.81178,1547.168743,2208.007233,1825.481326,1764.596475 +296116,2808.657136,1546.908281,2207.726476,1832.400764,1762.616148 +296117,2790.919174,1546.734463,2188.425477,1828.638747,1727.69472 +296118,2803.127292,1546.618885,2202.340313,1836.348619,1756.21966 +296119,2805.44838,1546.382677,2201.529931,1842.385022,1753.455152 +296120,2787.024549,1558.333344,2181.736396,1838.047759,1717.647706 +296121,2773.631803,1530.60383,2170.0096,1834.030457,1699.866575 +296122,2763.982591,1551.144417,2161.509006,1832.048651,1687.082774 +296123,2783.333684,1545.680626,2181.821947,1843.485623,1726.606818 +296124,2788.576173,1545.300393,2183.331442,1851.74668,1727.289195 +296125,2797.978147,1545.606717,2191.002781,1860.392081,1741.180605 +296126,2797.629495,1545.479267,2187.976562,1865.130432,1734.523975 +296127,2804.159512,1545.408497,2193.519399,1871.760048,1744.997233 +296128,2802.620297,1545.286499,2189.552925,1875.420634,1736.848269 +296129,2806.338812,1545.224347,2192.382195,1880.768307,1742.214457 +296130,2803.360721,1545.118546,2187.826424,1883.643019,1733.334842 +296131,2807.931541,1545.213635,2191.899949,1889.16913,1741.25319 +296132,2805.011828,1545.297347,2187.442896,1892.051666,1732.470165 +296133,2784.247882,1545.55727,2166.404015,1885.81637,1694.772212 +296134,2769.303984,1554.943374,2153.78167,1880.268718,1675.054351 +296135,2757.591775,1537.770353,2144.288934,1876.879135,1660.476981 +296136,2748.029077,1544.19766,2136.163161,1874.73934,1647.812261 +296137,2769.332206,1548.838371,2158.999199,1886.573393,1691.906813 +296138,2774.808321,1545.529544,2160.814656,1894.716385,1692.563124 +296139,2754.558889,1559.37334,2138.880556,1889.585861,1651.950224 +296140,2770.789006,1528.243119,2157.728017,1897.920858,1689.684928 +296141,2774.424962,1556.033086,2158.331282,1904.437558,1688.39906 +296142,2781.405759,1551.97165,2164.043346,1911.180819,1698.095051 +296143,2779.783726,1538.529589,2160.525581,1914.56351,1690.20751 +296144,2785.818133,1574.786976,2166.221019,1920.067801,1700.490066 +296145,2783.534101,1528.347348,2162.374599,1922.614828,1692.042463 +296146,2789.053867,1554.900379,2167.778987,1927.705059,1701.777656 +296147,2821.141958,1539.962628,2198.61646,1945.335706,1756.812768 +296148,2811.952732,1558.078084,2184.277698,1947.270547,1725.600036 +296149,2779.840339,1554.346265,2152.532586,1934.89889,1667.985332 +296150,2759.074587,1536.3671,2136.301544,1925.376403,1642.036469 +296151,2775.24559,1558.050397,2156.289707,1933.337863,1681.525038 +296152,2811.262196,1567.257442,2189.987838,1954.253201,1740.217651 +296153,2801.73839,1525.293971,2174.515755,1956.532312,1706.333067 +296154,2798.3622,1584.494551,2171.772407,1956.887222,1701.773538 +296155,2825.853638,1530.181083,2199.592415,1971.795591,1752.147786 +296156,2850.567304,1552.468906,2221.091162,1988.517286,1786.588356 +296157,2868.069608,1557.155955,2234.159047,2001.6871,1805.412584 +296158,2842.203167,1552.341411,2204.876337,1994.257609,1747.620812 +296159,2799.881706,1567.086338,2165.464925,1976.023506,1677.486081 +296160,2800.626269,1534.610758,2172.410173,1975.144933,1694.744377 +296161,2797.45588,1495.836574,2169.548201,1976.122733,1688.677922 +296162,2792.913926,1484.193508,2168.184961,1973.728223,1689.118055 +296163,2774.720872,1485.678202,2153.478233,1966.494544,1664.622239 +296164,2768.370757,1485.279322,2151.534344,1964.393018,1663.921972 +296165,2791.550543,1506.278027,2176.134184,1977.800337,1708.688953 +296166,2811.536623,1453.017348,2192.56834,1993.080175,1733.420078 +296167,2824.956006,1499.268674,2202.135429,2005.143023,1745.550485 +296168,2833.612924,1480.545669,2207.699213,2013.83106,1750.688311 +296169,2838.568178,1483.496902,2211.256664,2020.889953,1752.655416 +296170,2842.854962,1483.075702,2214.095549,2027.058423,1753.312002 +296171,2846.174872,1483.084197,2216.289968,2032.418432,1753.483305 +296172,2817.765289,1482.490182,2186.610993,2022.999905,1695.974847 +296173,2802.495402,1482.259693,2175.480026,2016.419953,1677.260416 +296174,2788.48605,1482.101055,2163.949243,2011.526698,1656.420067 +296175,2787.11771,1481.755515,2164.526693,2011.751555,1658.231638 +296176,2779.031326,1481.589191,2157.037017,2010.230464,1643.862521 +296177,2779.385717,1481.172625,2159.299917,2011.768381,1648.964433 +296178,2803.505955,1480.877137,2183.824533,2024.711379,1692.953788 +296179,2823.134734,1480.846637,2200.385975,2037.695401,1718.697437 +296180,2831.997157,1480.34066,2206.782769,2046.138365,1726.361625 +296181,2808.152405,1480.150249,2181.54195,2038.097018,1677.921676 +296182,2798.098753,1479.96171,2175.129087,2032.762915,1668.753306 +296183,2787.140162,1479.675681,2165.883126,2028.392833,1652.634735 +296184,2761.84472,1479.314839,2142.30377,2017.027884,1611.124526 +296185,2742.857436,1479.394177,2127.898046,2007.116003,1588.964594 +296186,2755.606419,1478.928294,2144.516752,2012.168668,1622.639923 +296187,2785.261553,1478.764404,2172.951764,2028.23488,1672.878101 +296188,2808.167666,1477.769948,2191.816876,2042.759455,1703.221812 +296189,2824.379172,1477.708036,2205.54953,2052.077279,1725.159715 +296190,2801.93198,1477.086761,2182.70371,2043.157656,1680.292762 +296191,2766.238545,1475.920244,2150.149909,2023.817638,1623.449388 +296192,2742.818203,1474.847336,2133.423696,2009.125899,1598.355789 +296193,2727.000739,1473.090534,2122.476932,1999.380631,1582.619166 +296194,2739.572713,1471.676903,2139.079776,2003.295442,1616.563399 +296195,2740.715879,1469.993088,2139.362781,2004.776305,1616.878108 +296196,2720.847674,1468.34555,2120.16927,1995.314417,1583.75504 +296197,2705.93646,1466.683983,2108.914422,1985.661811,1568.292147 +296198,2723.149153,1464.95285,2129.476171,1991.200147,1610.631864 +296199,2726.631865,1463.099304,2131.010811,1993.545622,1613.333859 +296200,2706.197319,1461.280642,2110.344264,1983.651195,1577.538697 +296201,2720.45104,1459.479371,2128.239332,1986.807757,1615.775813 +296202,2723.138417,1457.492963,2129.153927,1988.212577,1617.796478 +296203,2731.125976,1455.587097,2137.190841,1990.79836,1634.643971 +296204,2729.704663,1453.559148,2134.621791,1989.791996,1630.990799 +296205,2735.395774,1451.564789,2140.837617,1990.912964,1644.931898 +296206,2732.880533,1449.48333,2137.563827,1989.101723,1640.295619 +296207,2737.830775,1447.300355,2143.247566,1989.732561,1653.407513 +296208,2766.664922,1445.360234,2171.684989,2001.923889,1706.75406 +296209,2786.419975,1443.124126,2187.132306,2012.516826,1732.53279 +296210,2799.28041,1440.74391,2196.729647,2018.563392,1749.069321 +296211,2779.801198,1438.748966,2175.44622,2009.71921,1710.10258 +296212,2768.732395,1436.451315,2167.05483,2001.506221,1698.918722 +296213,2785.003532,1434.192177,2185.201258,2007.113717,1735.155678 +296214,2773.520305,1431.820967,2172.228881,2001.663216,1710.971905 +296215,2768.58617,1429.544152,2169.375903,1997.282756,1709.515144 +296216,2786.190621,1427.174326,2188.046196,2003.215577,1746.270368 +296217,2774.138892,1424.724622,2174.048453,1997.698679,1720.65861 +296218,2768.284564,1422.36724,2170.283411,1991.836223,1717.803261 +296219,2759.295794,1419.899493,2162.57651,1985.302245,1706.993176 +296220,2735.879329,1417.429102,2141.50985,1971.558176,1672.780625 +296221,2084.798569,1414.796952,1149.274668,1677.053967,2491.298851 +296222,2178.881689,1542.169718,1201.35821,1749.669199,2556.159838 +296223,2297.462289,1545.603268,1269.406366,1837.501676,2628.145626 +296224,2403.687063,1544.491915,1333.049554,1909.88703,2688.047283 +296225,2487.440455,1543.825051,1386.010493,1959.703581,2734.188954 +296226,2540.253171,1552.869262,1423.495141,1983.334479,2757.789823 +296227,2566.22123,1524.743161,1447.087932,1986.356089,2760.784926 +296228,2578.761761,1546.740858,1463.101729,1980.849369,2754.551152 +296229,2585.643136,1534.909785,1475.208274,1973.617695,2745.652454 +296230,2590.021266,1534.880289,1484.966883,1966.920765,2736.910513 +296231,2593.097464,1532.740729,1493.074142,1961.121624,2728.893634 +296232,2595.330107,1530.663709,1499.894081,1955.969385,2721.770435 +296233,2596.917201,1528.539084,1505.65756,1951.168581,2715.499533 +296234,2597.97954,1526.379928,1510.538376,1946.533159,2709.987734 +296235,2598.610492,1524.191828,1514.677169,1941.969031,2705.139043 +296236,2598.886223,1521.9748,1518.190003,1937.429566,2700.867077 +296237,2598.867644,1519.733485,1521.172837,1932.886852,2697.0961 +296238,2598.602949,1516.460038,1523.70524,1928.134287,2693.760371 +296239,2597.797407,1514.044223,1525.814094,1922.464112,2690.803323 +296240,2596.636976,1511.649291,1527.57951,1916.172712,2688.200414 +296241,2595.295797,1509.243673,1529.055391,1909.840203,2685.883654 +296242,2593.861847,1506.919637,1530.281387,1903.726018,2683.795694 +296243,2592.381409,1504.34386,1531.298512,1897.854765,2681.917122 +296244,2590.861995,1501.868474,1532.135743,1892.146159,2680.225219 +296245,2589.301045,1499.532157,1532.814179,1886.516096,2678.697671 +296246,2587.696513,1496.979746,1533.354042,1880.908574,2677.314125 +296247,2586.048288,1494.218005,1533.771415,1875.292846,2676.056341 +296248,2584.16127,1491.627595,1534.066152,1868.919583,2674.908656 +296249,2582.117657,1489.049802,1534.253612,1862.115418,2673.855754 +296250,2580.021214,1486.462069,1534.347912,1855.295899,2672.885546 +296251,2577.923512,1484.180495,1534.361984,1848.647375,2671.98769 +296252,2575.881345,1481.94876,1534.317418,1842.40492,2671.153184 +296253,2573.91595,1479.734589,1534.22916,1836.643272,2670.374043 +296254,2572.02229,1477.527395,1534.104331,1831.296511,2669.643196 +296255,2570.185699,1475.324621,1533.945617,1826.268996,2668.954229 +296256,2568.391717,1473.12235,1533.754193,1821.468853,2668.301532 +296257,2566.628911,1470.920792,1533.530934,1816.841093,2667.680066 +296258,2564.888893,1468.717554,1533.276825,1812.348388,2667.085502 +296259,2563.165304,1466.512788,1532.992873,1807.959373,2666.513989 +296260,2561.45326,1464.211312,1532.680107,1803.662659,2665.962256 +296261,2559.748801,1462.141009,1532.339475,1799.457697,2665.427387 +296262,2558.048817,1459.857798,1531.97191,1795.333122,2664.906933 +296263,2556.377124,1457.656204,1531.591448,1791.305646,2664.42716 +296264,2554.706494,1455.434529,1531.18653,1787.346468,2663.959366 +296265,2553.014419,1453.209202,1530.747598,1783.429044,2663.479505 +296266,2551.311988,1451.07061,1530.281395,1779.555031,2662.999112 +296267,2549.60329,1448.698178,1529.790958,1775.722863,2662.521999 +296268,2547.889639,1446.525644,1529.277888,1771.930134,2662.049103 +296269,2546.171132,1444.265342,1528.743147,1768.174145,2661.580144 +296270,2544.447561,1442.013654,1528.187486,1764.452327,2661.114567 +296271,2542.718581,1439.757232,1527.611512,1760.762276,2660.651644 +296272,2540.983984,1437.494209,1527.015824,1757.101939,2660.19077 +296273,2539.243567,1435.226022,1526.400953,1753.469487,2659.731315 +296274,2537.497284,1432.951014,1525.767445,1749.863396,2659.27281 +296275,2535.745068,1430.670598,1525.11579,1746.282287,2658.814746 +296276,2533.987078,1428.291435,1524.446491,1742.725,2658.35675 +296277,2532.223714,1426.134493,1523.760001,1739.190465,2657.898425 +296278,2530.455263,1423.766711,1523.056787,1735.67778,2657.439482 +296279,2528.681731,1421.475528,1522.337263,1732.186084,2656.979582 +296280,2526.903111,1419.162248,1521.60186,1728.714657,2656.518498 +296281,0,0,0,0,0 +296282,0,0,0,0,0 +296283,0,0,0,0,0 +296284,0,0,0,0,0 +296285,0,0,0,0,0 +296286,0,0,0,0,0 +296287,0,0,0,0,0 +296288,0,0,0,0,0 +296289,0,0,0,0,0 +296290,0,0,0,0,0 +296291,0,0,0,0,0 +296292,0,0,0,0,0 +296293,0,0,0,0,0 +296294,0,0,0,0,0 +296295,0,0,0,0,0 +296296,0,0,0,0,0 +296297,0,0,0,0,0 +296298,0,0,0,0,0 +296299,0,0,0,0,0 +296300,0,0,0,0,0 +296301,0,0,0,0,0 +296302,0,0,0,0,0 +296303,0,0,0,0,0 +296304,0,0,0,0,0 +296305,0,0,0,0,0 +296306,0,0,0,0,0 +296307,0,0,0,0,0 +296308,0,0,0,0,0 +296309,0,0,0,0,0 +296310,0,0,0,0,0 +296311,0,0,0,0,0 +296312,0,0,0,0,0 +296313,0,0,0,0,0 +296314,0,0,0,0,0 +296315,0,0,0,0,0 +296316,0,0,0,0,0 +296317,0,0,0,0,0 +296318,0,0,0,0,0 +296319,0,0,0,0,0 +296320,0,0,0,0,0 +296321,0,0,0,0,0 +296322,0,0,0,0,0 +296323,0,0,0,0,0 +296324,0,0,0,0,0 +296325,0,0,0,0,0 +296326,0,0,0,0,0 +296327,0,0,0,0,0 +296328,0,0,0,0,0 +296329,0,0,0,0,0 +296330,0,0,0,0,0 +296331,0,0,0,0,0 +296332,0,0,0,0,0 +296333,0,0,0,0,0 +296334,0,0,0,0,0 +296335,0,0,0,0,0 +296336,0,0,0,0,0 +296337,0,0,0,0,0 +296338,0,0,0,0,0 +296339,0,0,0,0,0 +296340,0,0,0,0,0 +296341,0,0,0,0,0 +296342,0,0,0,0,0 +296343,0,0,0,0,0 +296344,0,0,0,0,0 +296345,0,0,0,0,0 +296346,0,0,0,0,0 +296347,0,0,0,0,0 +296348,0,0,0,0,0 +296349,0,0,0,0,0 +296350,0,0,0,0,0 +296351,0,0,0,0,0 +296352,0,0,0,0,0 +296353,0,0,0,0,0 +296354,0,0,0,0,0 +296355,0,0,0,0,0 +296356,0,0,0,0,0 +296357,0,0,0,0,0 +296358,0,0,0,0,0 +296359,0,0,0,0,0 +296360,0,0,0,0,0 +296361,0,0,0,0,0 +296362,0,0,0,0,0 +296363,0,0,0,0,0 +296364,0,0,0,0,0 +296365,0,0,0,0,0 +296366,0,0,0,0,0 +296367,0,0,0,0,0 +296368,0,0,0,0,0 +296369,0,0,0,0,0 +296370,0,0,0,0,0 +296371,0,0,0,0,0 +296372,0,0,0,0,0 +296373,0,0,0,0,0 +296374,0,0,0,0,0 +296375,0,0,0,0,0 +296376,0,0,0,0,0 +296377,0,0,0,0,0 +296378,0,0,0,0,0 +296379,0,0,0,0,0 +296380,0,0,0,0,0 +296381,0,0,0,0,0 +296382,0,0,0,0,0 +296383,0,0,0,0,0 +296384,0,0,0,0,0 +296385,0,0,0,0,0 +296386,0,0,0,0,0 +296387,0,0,0,0,0 +296388,0,0,0,0,0 +296389,0,0,0,0,0 +296390,0,0,0,0,0 +296391,0,0,0,0,0 +296392,0,0,0,0,0 +296393,0,0,0,0,0 +296394,0,0,0,0,0 +296395,0,0,0,0,0 +296396,0,0,0,0,0 +296397,0,0,0,0,0 +296398,0,0,0,0,0 +296399,0,0,0,0,0 +296400,0,0,0,0,0 +296401,0,0,0,0,0 +296402,0,0,0,0,0 +296403,0,0,0,0,0 +296404,0,0,0,0,0 +296405,0,0,0,0,0 +296406,0,0,0,0,0 +296407,0,0,0,0,0 +296408,0,0,0,0,0 +296409,0,0,0,0,0 +296410,0,0,0,0,0 +296411,0,0,0,0,0 +296412,0,0,0,0,0 +296413,0,0,0,0,0 +296414,0,0,0,0,0 +296415,0,0,0,0,0 +296416,0,0,0,0,0 +296417,0,0,0,0,0 +296418,0,0,0,0,0 +296419,0,0,0,0,0 +296420,0,0,0,0,0 +296421,0,0,0,0,0 +296422,0,0,0,0,0 +296423,0,0,0,0,0 +296424,0,0,0,0,0 +296425,0,0,0,0,0 +296426,0,0,0,0,0 +296427,0,0,0,0,0 +296428,0,0,0,0,0 +296429,0,0,0,0,0 +296430,0,0,0,0,0 +296431,0,0,0,0,0 +296432,0,0,0,0,0 +296433,0,0,0,0,0 +296434,0,0,0,0,0 +296435,0,0,0,0,0 +296436,0,0,0,0,0 +296437,0,0,0,0,0 +296438,0,0,0,0,0 +296439,0,0,0,0,0 +296440,0,0,0,0,0 +296441,0,0,0,0,0 +296442,0,0,0,0,0 +296443,0,0,0,0,0 +296444,0,0,0,0,0 +296445,0,0,0,0,0 +296446,0,0,0,0,0 +296447,0,0,0,0,0 +296448,0,0,0,0,0 +296449,0,0,0,0,0 +296450,0,0,0,0,0 +296451,0,0,0,0,0 +296452,0,0,0,0,0 +296453,0,0,0,0,0 +296454,0,0,0,0,0 +296455,0,0,0,0,0 +296456,0,0,0,0,0 +296457,0,0,0,0,0 +296458,0,0,0,0,0 +296459,0,0,0,0,0 +296460,0,0,0,0,0 +296461,0,0,0,0,0 +296462,0,0,0,0,0 +296463,0,0,0,0,0 +296464,0,0,0,0,0 +296465,0,0,0,0,0 +296466,0,0,0,0,0 +296467,0,0,0,0,0 +296468,0,0,0,0,0 +296469,0,0,0,0,0 +296470,0,0,0,0,0 +296471,0,0,0,0,0 +296472,0,0,0,0,0 +296473,0,0,0,0,0 +296474,0,0,0,0,0 +296475,0,0,0,0,0 +296476,0,0,0,0,0 +296477,0,0,0,0,0 +296478,0,0,0,0,0 +296479,0,0,0,0,0 +296480,0,0,0,0,0 +296481,0,0,0,0,0 +296482,0,0,0,0,0 +296483,0,0,0,0,0 +296484,0,0,0,0,0 +296485,0,0,0,0,0 +296486,0,0,0,0,0 +296487,0,0,0,0,0 +296488,0,0,0,0,0 +296489,0,0,0,0,0 +296490,0,0,0,0,0 +296491,0,0,0,0,0 +296492,0,0,0,0,0 +296493,0,0,0,0,0 +296494,0,0,0,0,0 +296495,0,0,0,0,0 +296496,0,0,0,0,0 +296497,0,0,0,0,0 +296498,0,0,0,0,0 +296499,0,0,0,0,0 +296500,0,0,0,0,0 +296501,0,0,0,0,0 +296502,0,0,0,0,0 +296503,0,0,0,0,0 +296504,0,0,0,0,0 +296505,0,0,0,0,0 +296506,0,0,0,0,0 +296507,0,0,0,0,0 +296508,0,0,0,0,0 +296509,0,0,0,0,0 +296510,0,0,0,0,0 +296511,0,0,0,0,0 +296512,0,0,0,0,0 +296513,0,0,0,0,0 +296514,0,0,0,0,0 +296515,0,0,0,0,0 +296516,0,0,0,0,0 +296517,0,0,0,0,0 +296518,0,0,0,0,0 +296519,0,0,0,0,0 +296520,0,0,0,0,0 +296521,0,0,0,0,0 +296522,0,0,0,0,0 +296523,0,0,0,0,0 +296524,0,0,0,0,0 +296525,0,0,0,0,0 +296526,0,0,0,0,0 +296527,0,0,0,0,0 +296528,0,0,0,0,0 +296529,0,0,0,0,0 +296530,0,0,0,0,0 +296531,0,0,0,0,0 +296532,0,0,0,0,0 +296533,0,0,0,0,0 +296534,0,0,0,0,0 +296535,0,0,0,0,0 +296536,0,0,0,0,0 +296537,0,0,0,0,0 +296538,0,0,0,0,0 +296539,0,0,0,0,0 +296540,0,0,0,0,0 +296541,0,0,0,0,0 +296542,0,0,0,0,0 +296543,0,0,0,0,0 +296544,0,0,0,0,0 +296545,0,0,0,0,0 +296546,0,0,0,0,0 +296547,0,0,0,0,0 +296548,0,0,0,0,0 +296549,0,0,0,0,0 +296550,0,0,0,0,0 +296551,0,0,0,0,0 +296552,0,0,0,0,0 +296553,0,0,0,0,0 +296554,0,0,0,0,0 +296555,0,0,0,0,0 +296556,0,0,0,0,0 +296557,0,0,0,0,0 +296558,0,0,0,0,0 +296559,0,0,0,0,0 +296560,0,0,0,0,0 +296561,0,0,0,0,0 +296562,0,0,0,0,0 +296563,0,0,0,0,0 +296564,0,0,0,0,0 +296565,0,0,0,0,0 +296566,0,0,0,0,0 +296567,0,0,0,0,0 +296568,0,0,0,0,0 +296569,0,0,0,0,0 +296570,0,0,0,0,0 +296571,0,0,0,0,0 +296572,0,0,0,0,0 +296573,0,0,0,0,0 +296574,0,0,0,0,0 +296575,0,0,0,0,0 +296576,0,0,0,0,0 +296577,0,0,0,0,0 +296578,0,0,0,0,0 +296579,0,0,0,0,0 +296580,0,0,0,0,0 +296581,0,0,0,0,0 +296582,0,0,0,0,0 +296583,0,0,0,0,0 +296584,0,0,0,0,0 +296585,0,0,0,0,0 +296586,0,0,0,0,0 +296587,0,0,0,0,0 +296588,0,0,0,0,0 +296589,0,0,0,0,0 +296590,0,0,0,0,0 +296591,0,0,0,0,0 +296592,0,0,0,0,0 +296593,0,0,0,0,0 +296594,0,0,0,0,0 +296595,0,0,0,0,0 +296596,0,0,0,0,0 +296597,0,0,0,0,0 +296598,0,0,0,0,0 +296599,0,0,0,0,0 +296600,0,0,0,0,0 +296601,0,0,0,0,0 +296602,0,0,0,0,0 +296603,0,0,0,0,0 +296604,0,0,0,0,0 +296605,0,0,0,0,0 +296606,0,0,0,0,0 +296607,0,0,0,0,0 +296608,0,0,0,0,0 +296609,0,0,0,0,0 +296610,0,0,0,0,0 +296611,0,0,0,0,0 +296612,0,0,0,0,0 +296613,0,0,0,0,0 +296614,0,0,0,0,0 +296615,0,0,0,0,0 +296616,0,0,0,0,0 +296617,0,0,0,0,0 +296618,0,0,0,0,0 +296619,0,0,0,0,0 +296620,0,0,0,0,0 +296621,0,0,0,0,0 +296622,0,0,0,0,0 +296623,0,0,0,0,0 +296624,0,0,0,0,0 +296625,0,0,0,0,0 +296626,0,0,0,0,0 +296627,0,0,0,0,0 +296628,0,0,0,0,0 +296629,0,0,0,0,0 +296630,0,0,0,0,0 +296631,0,0,0,0,0 +296632,0,0,0,0,0 +296633,0,0,0,0,0 +296634,0,0,0,0,0 +296635,0,0,0,0,0 +296636,0,0,0,0,0 +296637,0,0,0,0,0 +296638,0,0,0,0,0 +296639,0,0,0,0,0 +296640,0,0,0,0,0 +296641,0,0,0,0,0 +296642,0,0,0,0,0 +296643,0,0,0,0,0 +296644,0,0,0,0,0 +296645,0,0,0,0,0 +296646,0,0,0,0,0 +296647,0,0,0,0,0 +296648,0,0,0,0,0 +296649,0,0,0,0,0 +296650,0,0,0,0,0 +296651,0,0,0,0,0 +296652,0,0,0,0,0 +296653,0,0,0,0,0 +296654,0,0,0,0,0 +296655,0,0,0,0,0 +296656,0,0,0,0,0 +296657,0,0,0,0,0 +296658,0,0,0,0,0 +296659,0,0,0,0,0 +296660,0,0,0,0,0 +296661,0,0,0,0,0 +296662,0,0,0,0,0 +296663,0,0,0,0,0 +296664,0,0,0,0,0 +296665,0,0,0,0,0 +296666,0,0,0,0,0 +296667,0,0,0,0,0 +296668,0,0,0,0,0 +296669,0,0,0,0,0 +296670,0,0,0,0,0 +296671,0,0,0,0,0 +296672,0,0,0,0,0 +296673,0,0,0,0,0 +296674,0,0,0,0,0 +296675,0,0,0,0,0 +296676,0,0,0,0,0 +296677,0,0,0,0,0 +296678,0,0,0,0,0 +296679,0,0,0,0,0 +296680,0,0,0,0,0 +296681,0,0,0,0,0 +296682,0,0,0,0,0 +296683,0,0,0,0,0 +296684,0,0,0,0,0 +296685,0,0,0,0,0 +296686,0,0,0,0,0 +296687,0,0,0,0,0 +296688,0,0,0,0,0 +296689,0,0,0,0,0 +296690,0,0,0,0,0 +296691,0,0,0,0,0 +296692,0,0,0,0,0 +296693,0,0,0,0,0 +296694,0,0,0,0,0 +296695,0,0,0,0,0 +296696,0,0,0,0,0 +296697,0,0,0,0,0 +296698,0,0,0,0,0 +296699,0,0,0,0,0 +296700,0,0,0,0,0 +296701,0,0,0,0,0 +296702,0,0,0,0,0 +296703,0,0,0,0,0 +296704,0,0,0,0,0 +296705,0,0,0,0,0 +296706,0,0,0,0,0 +296707,0,0,0,0,0 +296708,0,0,0,0,0 +296709,0,0,0,0,0 +296710,0,0,0,0,0 +296711,0,0,0,0,0 +296712,0,0,0,0,0 +296713,0,0,0,0,0 +296714,0,0,0,0,0 +296715,0,0,0,0,0 +296716,0,0,0,0,0 +296717,0,0,0,0,0 +296718,0,0,0,0,0 +296719,0,0,0,0,0 +296720,0,0,0,0,0 +296721,0,0,0,0,0 +296722,0,0,0,0,0 +296723,0,0,0,0,0 +296724,0,0,0,0,0 +296725,0,0,0,0,0 +296726,0,0,0,0,0 +296727,0,0,0,0,0 +296728,0,0,0,0,0 +296729,0,0,0,0,0 +296730,0,0,0,0,0 +296731,0,0,0,0,0 +296732,0,0,0,0,0 +296733,0,0,0,0,0 +296734,0,0,0,0,0 +296735,0,0,0,0,0 +296736,0,0,0,0,0 +296737,0,0,0,0,0 +296738,0,0,0,0,0 +296739,0,0,0,0,0 +296740,0,0,0,0,0 +296741,0,0,0,0,0 +296742,0,0,0,0,0 +296743,0,0,0,0,0 +296744,0,0,0,0,0 +296745,0,0,0,0,0 +296746,0,0,0,0,0 +296747,0,0,0,0,0 +296748,0,0,0,0,0 +296749,0,0,0,0,0 +296750,0,0,0,0,0 +296751,0,0,0,0,0 +296752,0,0,0,0,0 +296753,0,0,0,0,0 +296754,0,0,0,0,0 +296755,0,0,0,0,0 +296756,0,0,0,0,0 +296757,0,0,0,0,0 +296758,0,0,0,0,0 +296759,0,0,0,0,0 +296760,0,0,0,0,0 +296761,0,0,0,0,0 +296762,0,0,0,0,0 +296763,0,0,0,0,0 +296764,0,0,0,0,0 +296765,0,0,0,0,0 +296766,0,0,0,0,0 +296767,0,0,0,0,0 +296768,0,0,0,0,0 +296769,0,0,0,0,0 +296770,0,0,0,0,0 +296771,0,0,0,0,0 +296772,0,0,0,0,0 +296773,0,0,0,0,0 +296774,0,0,0,0,0 +296775,0,0,0,0,0 +296776,0,0,0,0,0 +296777,0,0,0,0,0 +296778,0,0,0,0,0 +296779,0,0,0,0,0 +296780,0,0,0,0,0 +296781,0,0,0,0,0 +296782,0,0,0,0,0 +296783,0,0,0,0,0 +296784,0,0,0,0,0 +296785,0,0,0,0,0 +296786,0,0,0,0,0 +296787,0,0,0,0,0 +296788,0,0,0,0,0 +296789,0,0,0,0,0 +296790,0,0,0,0,0 +296791,0,0,0,0,0 +296792,0,0,0,0,0 +296793,0,0,0,0,0 +296794,0,0,0,0,0 +296795,0,0,0,0,0 +296796,0,0,0,0,0 +296797,0,0,0,0,0 +296798,0,0,0,0,0 +296799,0,0,0,0,0 +296800,0,0,0,0,0 +296801,0,0,0,0,0 +296802,0,0,0,0,0 +296803,0,0,0,0,0 +296804,0,0,0,0,0 +296805,0,0,0,0,0 +296806,0,0,0,0,0 +296807,0,0,0,0,0 +296808,0,0,0,0,0 +296809,0,0,0,0,0 +296810,0,0,0,0,0 +296811,0,0,0,0,0 +296812,0,0,0,0,0 +296813,0,0,0,0,0 +296814,0,0,0,0,0 +296815,0,0,0,0,0 +296816,0,0,0,0,0 +296817,0,0,0,0,0 +296818,0,0,0,0,0 +296819,0,0,0,0,0 +296820,0,0,0,0,0 +296821,0,0,0,0,0 +296822,0,0,0,0,0 +296823,0,0,0,0,0 +296824,0,0,0,0,0 +296825,0,0,0,0,0 +296826,0,0,0,0,0 +296827,0,0,0,0,0 +296828,0,0,0,0,0 +296829,0,0,0,0,0 +296830,0,0,0,0,0 +296831,0,0,0,0,0 +296832,0,0,0,0,0 +296833,0,0,0,0,0 +296834,0,0,0,0,0 +296835,0,0,0,0,0 +296836,0,0,0,0,0 +296837,0,0,0,0,0 +296838,0,0,0,0,0 +296839,0,0,0,0,0 +296840,0,0,0,0,0 +296841,0,0,0,0,0 +296842,0,0,0,0,0 +296843,0,0,0,0,0 +296844,0,0,0,0,0 +296845,0,0,0,0,0 +296846,0,0,0,0,0 +296847,0,0,0,0,0 +296848,0,0,0,0,0 +296849,0,0,0,0,0 +296850,0,0,0,0,0 +296851,0,0,0,0,0 +296852,0,0,0,0,0 +296853,0,0,0,0,0 +296854,0,0,0,0,0 +296855,0,0,0,0,0 +296856,0,0,0,0,0 +296857,0,0,0,0,0 +296858,0,0,0,0,0 +296859,0,0,0,0,0 +296860,0,0,0,0,0 +296861,0,0,0,0,0 +296862,0,0,0,0,0 +296863,0,0,0,0,0 +296864,0,0,0,0,0 +296865,0,0,0,0,0 +296866,0,0,0,0,0 +296867,0,0,0,0,0 +296868,0,0,0,0,0 +296869,0,0,0,0,0 +296870,0,0,0,0,0 +296871,0,0,0,0,0 +296872,0,0,0,0,0 +296873,0,0,0,0,0 +296874,0,0,0,0,0 +296875,0,0,0,0,0 +296876,0,0,0,0,0 +296877,0,0,0,0,0 +296878,0,0,0,0,0 +296879,0,0,0,0,0 +296880,0,0,0,0,0 +296881,0,0,0,0,0 +296882,0,0,0,0,0 +296883,0,0,0,0,0 +296884,0,0,0,0,0 +296885,0,0,0,0,0 +296886,0,0,0,0,0 +296887,0,0,0,0,0 +296888,0,0,0,0,0 +296889,0,0,0,0,0 +296890,0,0,0,0,0 +296891,0,0,0,0,0 +296892,0,0,0,0,0 +296893,0,0,0,0,0 +296894,0,0,0,0,0 +296895,0,0,0,0,0 +296896,0,0,0,0,0 +296897,0,0,0,0,0 +296898,0,0,0,0,0 +296899,0,0,0,0,0 +296900,0,0,0,0,0 +296901,0,0,0,0,0 +296902,0,0,0,0,0 +296903,0,0,0,0,0 +296904,0,0,0,0,0 +296905,0,0,0,0,0 +296906,0,0,0,0,0 +296907,0,0,0,0,0 +296908,0,0,0,0,0 +296909,0,0,0,0,0 +296910,0,0,0,0,0 +296911,0,0,0,0,0 +296912,0,0,0,0,0 +296913,0,0,0,0,0 +296914,0,0,0,0,0 +296915,0,0,0,0,0 +296916,0,0,0,0,0 +296917,0,0,0,0,0 +296918,0,0,0,0,0 +296919,0,0,0,0,0 +296920,0,0,0,0,0 +296921,0,0,0,0,0 +296922,0,0,0,0,0 +296923,0,0,0,0,0 +296924,0,0,0,0,0 +296925,0,0,0,0,0 +296926,0,0,0,0,0 +296927,0,0,0,0,0 +296928,0,0,0,0,0 +296929,0,0,0,0,0 +296930,0,0,0,0,0 +296931,0,0,0,0,0 +296932,0,0,0,0,0 +296933,0,0,0,0,0 +296934,0,0,0,0,0 +296935,0,0,0,0,0 +296936,0,0,0,0,0 +296937,0,0,0,0,0 +296938,0,0,0,0,0 +296939,0,0,0,0,0 +296940,0,0,0,0,0 +296941,0,0,0,0,0 +296942,0,0,0,0,0 +296943,0,0,0,0,0 +296944,0,0,0,0,0 +296945,0,0,0,0,0 +296946,0,0,0,0,0 +296947,0,0,0,0,0 +296948,0,0,0,0,0 +296949,0,0,0,0,0 +296950,0,0,0,0,0 +296951,0,0,0,0,0 +296952,0,0,0,0,0 +296953,0,0,0,0,0 +296954,0,0,0,0,0 +296955,0,0,0,0,0 +296956,0,0,0,0,0 +296957,0,0,0,0,0 +296958,0,0,0,0,0 +296959,0,0,0,0,0 +296960,0,0,0,0,0 +296961,0,0,0,0,0 +296962,0,0,0,0,0 +296963,0,0,0,0,0 +296964,0,0,0,0,0 +296965,0,0,0,0,0 +296966,0,0,0,0,0 +296967,0,0,0,0,0 +296968,0,0,0,0,0 +296969,0,0,0,0,0 +296970,0,0,0,0,0 +296971,0,0,0,0,0 +296972,0,0,0,0,0 +296973,0,0,0,0,0 +296974,0,0,0,0,0 +296975,0,0,0,0,0 +296976,0,0,0,0,0 +296977,0,0,0,0,0 +296978,0,0,0,0,0 +296979,0,0,0,0,0 +296980,0,0,0,0,0 +296981,0,0,0,0,0 +296982,0,0,0,0,0 +296983,0,0,0,0,0 +296984,0,0,0,0,0 +296985,0,0,0,0,0 +296986,0,0,0,0,0 +296987,0,0,0,0,0 +296988,0,0,0,0,0 +296989,0,0,0,0,0 +296990,0,0,0,0,0 +296991,0,0,0,0,0 +296992,0,0,0,0,0 +296993,0,0,0,0,0 +296994,0,0,0,0,0 +296995,0,0,0,0,0 +296996,0,0,0,0,0 +296997,0,0,0,0,0 +296998,0,0,0,0,0 +296999,0,0,0,0,0 +297000,0,0,0,0,0 +297001,0,0,0,0,0 +297002,0,0,0,0,0 +297003,0,0,0,0,0 +297004,0,0,0,0,0 +297005,0,0,0,0,0 +297006,0,0,0,0,0 +297007,0,0,0,0,0 +297008,0,0,0,0,0 +297009,0,0,0,0,0 +297010,0,0,0,0,0 +297011,0,0,0,0,0 +297012,0,0,0,0,0 +297013,0,0,0,0,0 +297014,0,0,0,0,0 +297015,0,0,0,0,0 +297016,0,0,0,0,0 +297017,0,0,0,0,0 +297018,0,0,0,0,0 +297019,0,0,0,0,0 +297020,0,0,0,0,0 +297021,0,0,0,0,0 +297022,0,0,0,0,0 +297023,0,0,0,0,0 +297024,0,0,0,0,0 +297025,0,0,0,0,0 +297026,0,0,0,0,0 +297027,0,0,0,0,0 +297028,0,0,0,0,0 +297029,0,0,0,0,0 +297030,0,0,0,0,0 +297031,0,0,0,0,0 +297032,0,0,0,0,0 +297033,0,0,0,0,0 +297034,0,0,0,0,0 +297035,0,0,0,0,0 +297036,0,0,0,0,0 +297037,0,0,0,0,0 +297038,0,0,0,0,0 +297039,0,0,0,0,0 +297040,0,0,0,0,0 +297041,0,0,0,0,0 +297042,0,0,0,0,0 +297043,0,0,0,0,0 +297044,0,0,0,0,0 +297045,0,0,0,0,0 +297046,0,0,0,0,0 +297047,0,0,0,0,0 +297048,0,0,0,0,0 +297049,0,0,0,0,0 +297050,0,0,0,0,0 +297051,0,0,0,0,0 +297052,0,0,0,0,0 +297053,0,0,0,0,0 +297054,0,0,0,0,0 +297055,0,0,0,0,0 +297056,0,0,0,0,0 +297057,0,0,0,0,0 +297058,0,0,0,0,0 +297059,0,0,0,0,0 +297060,0,0,0,0,0 +297061,96.81774143,59.67768263,147.3610484,45.73405357,-153.5985505 +297062,258.9315097,133.6708565,309.921058,119.5205406,146.0516987 +297063,252.7059814,130.925017,303.6189854,116.7017525,142.8987058 +297064,244.702448,127.3655836,295.4595292,113.0766893,136.5487291 +297065,236.9307557,124.0157719,287.6614786,109.6118075,129.3094927 +297066,230.117285,121.2213619,280.9897408,106.6428359,122.3761026 +297067,224.2794209,118.9611948,275.4353163,104.161988,116.0507381 +297068,219.2319916,117.1236001,270.7839129,102.0676424,110.2721076 +297069,214.8045069,115.6078622,266.8362706,100.2698293,104.9259111 +297070,210.8822006,114.3511815,263.4648345,98.70877759,99.9341894 +297071,207.3918665,113.3107242,260.5791276,97.34574309,95.25539695 +297072,204.2742273,112.4541151,258.1174072,96.15182567,90.86072113 +297073,201.4801882,111.7546943,256.0206587,95.10302088,86.72541716 +297074,198.9701516,111.1901109,254.2449471,94.17901189,82.82749592 +297075,196.7060628,110.7413889,252.7448784,93.36243923,79.1462826 +297076,194.6581728,110.3925795,251.4885736,92.63867495,75.66284992 +297077,192.7978843,110.1302031,250.4450526,91.99533107,72.35952261 +297078,191.1040642,109.9430526,249.5870272,91.42210235,69.22064926 +297079,189.5554739,109.8216632,248.8913163,90.91026672,66.23182601 +297080,188.1371587,109.758149,248.3386387,90.45477809,63.38033883 +297081,186.8330873,109.7458222,247.9125704,90.0467833,60.65453609 +297082,185.6327057,109.7790853,247.5991659,89.6802843,58.04411477 +297083,184.5236267,109.8531238,247.3862473,89.35122104,55.53947961 +297084,183.498641,109.963999,247.2636228,89.05873005,53.13258456 +297085,182.5480484,110.1082179,247.2221643,88.79716234,50.81560274 +297086,181.6668542,110.2829013,247.2541923,88.56310215,48.58190796 +297087,180.8473802,110.4855105,247.35288,88.35681615,46.42523811 +297088,180.0863177,110.7139396,247.5124566,88.17418409,44.34026646 +297089,179.3774435,110.9663116,247.7277551,88.0129106,42.32195316 +297090,178.718518,111.2409903,247.9942338,87.87419065,40.36572339 +297091,178.1045712,111.5366517,248.3081276,87.7546299,38.46786227 +297092,177.535546,111.8703453,248.6993791,87.65237688,36.6245123 +297093,177.0080654,112.2530315,249.1867442,87.56912015,34.83244103 +297094,176.5219018,112.6866428,249.7724296,87.50181649,33.0886333 +297095,176.0733249,113.1685332,250.4503409,87.44922537,31.39060378 +297096,175.6620457,113.6948824,251.2122607,87.41339299,29.73574541 +297097,175.2845724,114.262335,252.0508951,87.39158601,28.1219732 +297098,174.9409781,114.8680869,252.9599686,87.38265911,26.54706109 +297099,174.6284891,115.5108331,253.935871,87.38922174,25.00899895 +297100,174.3474621,116.1883478,254.9735322,87.40849606,23.50613991 +297101,174.0949036,116.8985576,256.0682934,87.44164379,22.03743077 +297102,173.8713737,117.6396547,257.215954,87.4860157,20.60140358 +297103,173.6741159,118.410248,258.41312,87.54321669,19.19697649 +297104,173.504106,119.209153,259.6568036,87.61097691,17.82309406 +297105,173.4778713,120.3162766,261.453261,87.71052696,16.47890253 +297106,173.550607,121.6292186,263.6143624,87.83259086,15.16406272 +297107,173.6627646,123.0082127,265.8883423,87.96934589,13.87824678 +297108,173.7874888,124.3816361,268.1461896,88.11347754,12.62051492 +297109,173.9176031,125.7317746,270.3548043,88.26547805,11.39005321 +297110,174.0521129,127.0629467,272.5200872,88.42339166,10.18597705 +297111,174.1960536,128.3833828,274.6550871,88.58972727,9.008156257 +297112,174.3511712,129.6990467,276.7690317,88.76265054,7.855697534 +297113,174.5164595,131.0138163,278.8678146,88.94437348,6.728503509 +297114,174.6946283,132.3302129,280.9551144,89.13292625,5.626186046 +297115,174.886243,133.6501969,283.033789,89.33033973,4.548443528 +297116,175.0894622,134.9754269,285.1062861,89.5345972,3.494965845 +297117,175.3065464,136.3072399,287.1745458,89.74761055,2.465092367 +297118,175.538041,137.6469173,289.2405606,89.96740928,1.458823823 +297119,175.7833873,138.9953215,291.3055521,90.1958402,0.475316563 +297120,176.0424215,140.3532674,293.3707627,90.43083018,-0.48573532 +297121,175.0083029,195.771834,294.1303432,90.08032445,-3.800730984 +297122,192.3074615,830.2008307,1006.281735,98.19093339,27.22354928 +297123,219.2287186,566.4158041,1627.26182,110.6171557,77.166644 +297124,246.7109533,637.5889539,1171.566833,123.1180475,129.7098638 +297125,270.8720154,657.5241797,1342.408238,133.925436,177.4984695 +297126,291.2363986,672.1284257,1371.145615,392.2633048,219.2090718 +297127,572.0805562,686.9807094,1396.465564,400.9033637,255.6860249 +297128,989.88845,701.0010938,1420.672501,364.8864134,287.9868548 +297129,717.3629267,714.3932362,1459.456172,403.3452664,316.8546568 +297130,837.5971939,728.129369,1461.875611,414.4922014,342.7689696 +297131,858.9011076,741.4375118,1475.230175,424.2423667,366.0741389 +297132,878.6169339,754.6267123,1521.969544,434.1730976,387.0566009 +297133,897.143831,767.3497158,1531.083509,443.6231567,405.9734037 +297134,915.4914833,780.8029229,1555.071821,452.6748856,423.0569685 +297135,933.063488,793.2987707,1575.973921,461.7093592,438.5149453 +297136,957.515478,822.5181438,1622.961003,471.0300979,452.530493 +297137,975.7708197,837.5880979,1646.985133,479.6695761,465.2651365 +297138,992.6839413,851.5758311,1668.797991,488.2825336,476.4905876 +297139,1009.912691,865.0893947,1690.174588,496.5469576,486.4128621 +297140,1026.400861,878.4251919,1710.649639,505.0928448,495.2828135 +297141,1042.397106,891.5273641,1731.233104,513.1091522,503.2793826 +297142,1058.98793,904.4743516,1750.956666,521.1785691,510.5297631 +297143,1074.445925,917.3878018,1776.631605,529.0944489,586.287686 +297144,1090.103016,930.0961443,1803.112819,536.8944448,992.9062123 +297145,1105.36012,942.679993,1781.141359,544.3706023,772.02429 +297146,1120.417109,955.2596823,1842.479472,552.2864749,865.2641009 +297147,1135.239233,967.59083,1843.155178,559.5820187,887.0013339 +297148,1149.794238,979.9708409,1864.553136,566.9821621,907.0418645 +297149,1164.255835,992.1033786,1882.597647,574.46611,926.0296954 +297150,1178.413518,1004.297086,1907.609926,581.2963027,945.3514907 +297151,1191.893461,1016.419149,1927.755787,588.0360159,963.0606323 +297152,1205.223571,1028.638268,1908.129526,594.6076144,981.0256638 +297153,1218.229323,1040.629592,1969.539402,600.9544701,998.1290651 +297154,1231.0149,1052.67534,1957.562148,607.3326846,1009.450469 +297155,1243.736375,1064.170532,1986.533308,613.1449777,1023.476561 +297156,1256.094271,1076.751623,1998.804897,619.7819874,1036.336642 +297157,1268.455599,1088.250787,2014.984539,625.4513966,1049.265715 +297158,1280.453582,1100.045344,2049.384382,631.4654009,1061.830088 +297159,1292.472876,1111.849481,2016.973772,637.2102457,1074.109973 +297160,1304.131511,1123.473525,2092.104111,642.9705764,1086.116987 +297161,1315.771519,1135.097596,2048.635227,648.5439226,1097.860268 +297162,1327.260997,1146.603087,2114.577913,654.1310005,1109.3497 +297163,1338.466465,1158.246962,2094.967266,659.5397197,1120.593425 +297164,1349.717742,1169.530291,2120.212415,664.9634539,1131.561108 +297165,1322.193239,1177.594023,2109.74104,649.5972683,1057.963452 +297166,1280.842618,1165.410717,2076.559594,629.5908326,973.8928248 +297167,1442.135025,1247.815602,2141.907805,702.4605807,1260.746678 +297168,1374.208572,1224.648788,2091.991779,671.924905,1123.344818 +297169,1404.294297,1246.170204,2069.407739,685.3614427,1167.772769 +297170,1413.175843,1256.138682,2050.54641,689.6078917,1176.38272 +297171,1425.57039,1279.197336,2034.953538,695.2760198,1187.512474 +297172,1435.954884,1288.470597,2021.352171,699.9428474,1196.75023 +297173,1621.321941,1350.638899,2184.251589,784.4085018,1521.982112 +297174,1199.506777,1202.799483,2026.547007,594.2416535,736.377966 +297175,1763.909309,1448.040542,2203.153926,847.748617,1771.212774 +297176,1192.179048,1201.537578,2035.286116,591.5209485,701.4769878 +297177,1786.790045,1475.900869,2211.434524,858.1037617,1793.511155 +297178,1208.477448,1225.019277,2037.825735,598.4532533,712.7298347 +297179,1810.12102,1497.505356,2214.695335,869.1775026,1816.44054 +297180,1224.439889,1269.568399,2036.858785,605.4737314,723.6187828 +297181,2223.5828,1658.036184,2221.99659,1048.195324,2384.291922 +297182,1816.565363,1535.023166,2231.366641,865.5937466,2091.387248 +297183,1983.803813,1596.266395,2243.597984,940.6969948,1937.751169 +297184,1969.139212,1600.310307,2253.589488,934.0477224,2105.668054 +297185,1979.90185,1612.310487,2265.770187,939.2024589,2059.23978 +297186,1991.315212,1624.082019,2278.06735,944.1261811,2075.225043 +297187,2002.427791,1636.302753,2289.834232,949.3079487,2084.841804 +297188,2013.436986,1647.883909,2301.485827,954.2291113,2093.654624 +297189,2024.437653,1667.022645,2312.922387,959.1534,2107.637367 +297190,2034.907651,1692.934263,2323.805112,963.9580704,2109.212526 +297191,2045.863414,1691.806909,2335.680835,968.9148141,2120.457559 +297192,2059.914224,1705.980421,2344.236284,973.5531937,2129.583346 +297193,2073.058666,1732.250621,2353.15467,978.3245461,2141.93318 +297194,2091.576815,1748.902513,2361.439032,984.5103862,2143.793948 +297195,2093.07983,1766.129021,2369.626398,989.3326686,2153.746513 +297196,2084.348269,1781.890762,2377.93252,993.9404129,2166.558674 +297197,2129.549069,1797.029565,2385.987346,998.6309119,2168.256705 +297198,2122.709099,1812.264433,2395.282403,1003.127523,2181.769249 +297199,2136.440204,1827.375647,2403.142331,1007.63239,2184.074691 +297200,2146.69133,1841.995243,2408.629218,1014.20348,2199.318126 +297201,2156.729781,1857.035701,2414.773688,1016.416679,2197.970807 +297202,2166.690847,1885.296281,2420.428831,1024.079378,2204.733571 +297203,2176.703529,1872.317362,2425.675957,1024.245123,2205.11974 +297204,2186.308713,1902.153704,2430.480806,1035.039468,2201.957266 +297205,2196.142362,1916.851987,2434.176385,1030.570553,2198.429229 +297206,2205.792573,1928.654527,2437.117079,1047.947565,2194.673789 +297207,2215.528965,1943.359127,2439.660391,1033.888274,2190.883791 +297208,2224.727723,1969.763118,2441.735034,1039.1673,2187.146275 +297209,2250.270393,1966.084093,2443.030233,1056.405186,2183.464488 +297210,2221.785335,1977.309175,2444.55455,1052.663455,2179.969194 +297211,2261.708664,2017.385447,2446.072651,1058.293002,2176.61747 +297212,2259.301596,1985.945762,2447.173226,1061.793111,2173.396414 +297213,2268.743218,2041.36739,2448.262398,1065.499418,2170.333685 +297214,2277.27567,2008.315714,2448.918204,1068.949934,2167.440644 +297215,2284.937734,2072.611247,2449.343568,1072.481102,2164.67164 +297216,2303.469869,2014.430285,2449.616241,1075.792151,2162.064063 +297217,2292.036494,2091.078258,2450.017196,1079.20395,2159.918709 +297218,2306.634969,2038.671507,2450.598992,1082.447073,2158.014831 +297219,2319.520571,2109.010168,2451.098199,1085.892999,2156.496889 +297220,2323.005621,2075.335054,2451.602751,1088.982341,2155.218884 +297221,2349.063302,2099.795806,2453.665921,1092.241016,2156.054118 +297222,2313.091052,2105.535726,2453.217566,1095.389698,2154.026401 +297223,2380.668183,2114.07886,2453.508479,1098.584898,2153.067781 +297224,2338.237819,2122.219838,2453.991772,1101.564819,2152.489843 +297225,2361.986473,2129.939719,2454.594321,1104.596643,2152.195433 +297226,2357.336397,2138.14386,2455.225608,1107.710932,2152.068642 +297227,2403.716627,2145.59756,2455.764389,1110.643817,2151.953984 +297228,2348.965593,2153.241378,2456.447397,1113.607317,2151.8884 +297229,2427.537562,2160.308417,2457.202069,1116.600459,2152.25502 +297230,2379.811443,2167.794985,2457.940354,1119.381513,2152.708413 +297231,2411.995234,2174.643521,2458.387242,1122.292965,2152.901962 +297232,2410.260908,2181.599685,2460.502679,1125.113529,2155.214903 +297233,2418.78497,2188.152868,2459.978344,1127.911741,2154.401998 +297234,2425.511434,2201.954187,2460.279566,1130.68704,2154.662832 +297235,2431.990219,2191.024434,2460.761628,1133.432226,2155.202067 +297236,2438.76181,2218.912385,2461.345949,1136.151311,2155.925827 +297237,2445.106906,2209.944234,2462.041141,1138.844342,2156.847677 +297238,2451.93578,2220.656384,2462.595796,1141.584977,2157.661161 +297239,2458.337885,2226.056254,2463.048002,1144.042847,2158.408743 +297240,2464.775111,2231.423383,2463.437131,1146.823304,2159.13304 +297241,2476.31574,2239.312393,2466.050147,1151.631758,2163.974215 +297242,2482.672913,2245.239422,2468.762724,1154.399852,2169.070784 +297243,2489.026205,2250.356347,2471.26831,1156.933484,2174.230037 +297244,2494.808041,2255.406293,2473.36776,1159.3728,2178.765201 +297245,2500.582029,2260.289406,2475.058615,1161.739148,2182.858977 +297246,2507.220096,2259.727979,2476.535945,1167.16035,2186.493921 +297247,2512.92622,2263.147263,2477.517627,1169.891291,2189.710303 +297248,2518.540234,2267.17042,2480.024442,1172.370996,2194.759246 +297249,2523.739113,2270.818141,2479.707297,1174.758535,2196.368167 +297250,2529.063275,2274.705076,2479.891536,1177.084427,2198.598552 +297251,2534.556733,2278.344452,2480.206996,1179.434954,2200.995016 +297252,2539.661681,2281.887868,2480.540144,1181.552196,2203.423416 +297253,2553.052578,2285.374308,2480.953408,1183.798481,2205.965885 +297254,2538.019542,2288.59805,2481.167343,1185.942414,2208.284614 +297255,2568.053323,2291.811476,2481.311655,1188.063262,2210.538015 +297256,2556.123855,2294.910015,2481.512201,1190.151825,2212.879045 +297257,2565.807754,2297.773562,2481.520187,1192.208477,2215.002969 +297258,2570.439776,2300.60163,2481.416172,1194.234939,2217.006853 +297259,2575.231332,2303.107912,2481.290203,1196.23181,2218.999082 +297260,2580.042507,2306.00532,2482.798646,1198.201375,2223.012627 +297261,2584.573963,2308.13773,2481.540188,1200.139345,2223.664355 +297262,2589.368027,2310.563111,2480.811346,1202.054558,2224.974728 +297263,2594.012536,2312.750995,2480.245838,1203.941299,2226.484531 +297264,2598.661201,2314.782405,2479.735781,1205.802979,2228.064771 +297265,2603.170282,2316.726891,2479.227926,1207.639646,2229.655903 +297266,2607.707097,2318.537986,2478.69565,1209.452106,2231.228539 +297267,2611.955474,2320.246554,2478.128691,1211.240821,2232.770519 +297268,2616.715037,2321.785996,2477.527427,1213.006497,2234.281255 +297269,2621.114782,2323.324379,2478.570567,1214.750435,2237.824301 +297270,2625.186571,2324.491068,2476.875045,1216.391002,2238.025901 +297271,2629.993901,2325.921117,2475.736471,1218.414195,2238.912864 +297272,2634.539785,2327.137516,2474.826817,1220.362592,2240.035651 +297273,2639.223178,2328.286207,2474.0459,1222.182397,2241.260425 +297274,2643.750209,2329.322879,2473.344264,1224.159392,2242.524741 +297275,2648.367078,2330.239891,2472.679018,1226.060507,2243.789206 +297276,2652.671291,2331.057092,2472.034403,1227.96476,2245.037495 +297277,2657.563366,2331.792911,2471.401181,1229.860241,2246.267506 +297278,2661.904018,2332.373837,2470.774007,1231.746343,2247.471203 +297279,2666.561907,2333.024307,2471.816684,1233.623747,2250.701209 +297280,2670.758497,2333.164898,2470.167836,1235.488416,2250.602991 +297281,2675.318339,2333.595535,2469.104028,1237.346821,2251.19233 +297282,2687.298467,2333.766821,2468.395564,1239.193491,2252.178316 +297283,2673.760519,2333.952411,2469.321517,1241.031374,2255.145634 +297284,2699.493463,2333.690966,2467.599085,1242.857083,2254.835051 +297285,2690.16732,2333.713778,2466.635329,1244.675652,2255.42772 +297286,2697.421868,2333.445953,2465.788186,1246.482936,2256.326113 +297287,2702.196768,2333.107243,2464.997255,1248.280845,2257.043888 +297288,2706.187563,2332.85797,2464.303528,1250.069088,2257.845988 +297289,2710.372533,2332.07706,2463.637172,1251.847727,2258.653379 +297290,2714.822562,2331.639072,2464.64806,1253.617404,2261.502189 +297291,2718.266102,2330.682275,2462.995808,1255.376062,2261.061228 +297292,2723.065898,2329.966728,2461.950232,1257.12713,2261.333649 +297293,2727.121684,2329.010013,2461.14791,1258.868012,2261.861109 +297294,2731.170221,2327.920572,2460.46105,1260.68016,2262.488746 +297295,2735.293788,2326.858309,2459.830642,1262.283374,2263.14895 +297296,2739.414211,2325.602303,2459.234804,1264.054252,2263.817306 +297297,2743.422264,2324.258949,2458.660753,1265.747098,2264.47789 +297298,2755.122178,2322.998939,2459.912417,1267.444497,2267.355831 +297299,2741.527254,2321.223954,2458.364533,1269.128856,2266.761575 +297300,2765.601846,2319.83388,2459.045278,1270.811185,2268.873705 +297301,2636.428132,2266.505433,2454.39347,1219.298223,2264.218623 +297302,2646.123079,2260.631897,2441.844767,1220.188561,2248.174317 +297303,2647.809217,2259.610397,2429.228035,1221.268809,2230.830254 +297304,2658.173573,2256.965101,2418.493181,1222.527691,2215.333097 +297305,2651.541113,2254.463593,2410.606578,1223.891347,2203.222533 +297306,2658.505386,2251.997299,2404.937732,1225.262589,2193.660833 +297307,2661.903205,2249.368588,2399.191725,1226.652845,2184.314662 +297308,2665.356135,2246.860044,2395.485831,1228.057914,2177.614822 +297309,2668.598819,2244.128628,2392.806703,1229.470981,2172.33229 +297310,2672.590883,2241.423604,2390.71999,1230.890438,2167.9455 +297311,2676.019341,2238.587354,2388.990541,1232.314347,2164.162798 +297312,2679.656203,2235.705714,2387.483569,1233.74147,2160.809178 +297313,2683.283379,2232.889777,2386.120498,1235.251211,2157.76985 +297314,2686.841289,2229.612893,2384.851149,1236.562672,2154.963118 +297315,2690.235166,2226.623565,2383.649581,1238.052375,2152.339515 +297316,2701.61058,2223.383499,2382.649779,1239.473984,2150.047014 +297317,2687.782862,2220.083905,2381.532315,1240.907897,2147.677463 +297318,2711.026171,2216.800554,2380.399416,1242.343137,2145.546431 +297319,2703.235129,2205.617706,2379.356872,1243.77909,2143.354417 +297320,2708.386145,2220.652798,2378.300309,1245.215554,2141.17257 +297321,2712.502537,2193.851605,2377.164023,1246.652743,2138.915823 +297322,2716.386677,2206.513526,2377.648339,1248.09177,2138.673222 +297323,2719.295924,2197.481598,2375.548127,1249.446285,2135.272156 +297324,2722.86032,2194.213754,2374.037983,1251.008376,2132.595862 +297325,2734.302949,2190.608532,2372.871549,1252.389948,2130.329697 +297326,2728.794936,2186.637919,2371.810196,1253.842984,2128.177977 +297327,2733.303152,2182.719984,2370.575012,1255.284767,2125.800071 +297328,2737.831533,2178.658069,2369.311874,1256.727017,2123.375382 +297329,2741.404057,2174.529192,2368.119725,1258.170166,2121.019462 +297330,2751.556777,2170.431446,2367.10394,1259.614281,2118.864228 +297331,2740.04082,2166.024922,2365.924837,1261.144536,2116.486195 +297332,2758.098376,2161.592343,2364.625842,1262.467511,2113.936029 +297333,2755.138283,2157.190185,2363.472937,1264.738539,2111.540129 +297334,2764.738977,2152.430268,2362.386911,1266.505625,2109.197335 +297335,2754.271854,2147.800158,2361.039927,1267.514659,2106.502566 +297336,2777.053006,2143.134212,2359.72368,1270.228329,2103.813748 +297337,2763.209363,2138.324061,2358.467281,1269.337739,2101.162617 +297338,2775.398772,2133.443598,2357.023,1276.315931,2098.437703 +297339,2781.649525,2128.597845,2355.719796,1266.176996,2095.627691 +297340,2779.145865,2123.640045,2354.616306,1292.797404,2093.135261 +297341,2780.121295,2118.74743,2355.290626,1247.801551,2094.035173 +297342,2784.129945,2113.463548,2357.301701,1290.557149,2096.572109 +297343,2784.670558,2108.443418,2356.366518,1275.267169,2095.475355 +297344,2785.72353,2103.243515,2355.773404,1279.736592,2094.748735 +297345,2787.152891,2098.003547,2356.871585,1281.249675,2096.187225 +297346,2784.540072,2092.732274,2355.221347,1282.66717,2094.040737 +297347,2782.873628,2087.401916,2353.961033,1284.10458,2092.305268 +297348,2781.607329,2082.04536,2352.751956,1285.535856,2090.571564 +297349,2780.610459,2076.784598,2351.553883,1286.968066,2088.80037 +297350,2779.800615,2071.11813,2350.359211,1288.31448,2086.992899 +297351,2779.123914,2065.712788,2349.168046,1289.87475,2085.157498 +297352,2778.54757,2060.217141,2347.983046,1291.330904,2083.49315 +297353,2778.050832,2054.632194,2346.806914,1292.649695,2081.598072 +297354,2777.621232,2049.045022,2345.643002,1294.144279,2079.69702 +297355,2777.248398,2043.381868,2344.493161,1295.565384,2077.79855 +297356,2776.92355,2037.776088,2343.35833,1296.999321,2075.907224 +297357,2776.703282,2025.415053,2342.279796,1298.434404,2074.072651 +297358,2776.63322,2035.883925,2341.291317,1299.870055,2072.478957 +297359,2776.712225,2012.950148,2340.396651,1301.306529,2070.943215 +297360,2776.943653,2000.514757,2339.601962,1302.743701,2069.035872 +297361,2778.15013,1905.141355,2339.558596,1195.056637,2068.586843 +297362,2764.876209,1897.399505,2329.554072,1193.430615,2053.416211 +297363,2662.239804,1862.176357,2312.853847,1192.904572,2027.212482 +297364,2543.37839,1896.643951,2293.689572,1192.627828,1997.339022 +297365,2639.401161,1839.513019,2274.115418,1192.539787,1966.422707 +297366,2618.659373,1881.213212,2263.367516,1192.497893,1946.677362 +297367,2600.64049,1828.617247,2253.986758,1192.73655,1928.915396 +297368,2619.453134,1851.412877,2247.18418,1192.860479,1914.748288 +297369,2610.524787,1833.11639,2242.274808,1193.102473,1903.38223 +297370,2611.443021,1827.936464,2238.417552,1193.372249,1893.792058 +297371,2613.800641,1820.72456,2236.965287,1193.676399,1887.628048 +297372,2613.675052,1813.57035,2233.455535,1194.010151,1879.16526 +297373,2615.165618,1806.328849,2232.615907,1194.372785,1874.597989 +297374,2615.845438,1799.376042,2231.299465,1194.759851,1869.802061 +297375,2616.732534,1792.216699,2229.896282,1195.171236,1865.215132 +297376,2617.243347,1785.286277,2226.814202,1195.604771,1858.824887 +297377,2619.217479,1799.981153,2226.410473,1196.06057,1855.952135 +297378,2619.404573,1739.611649,2223.887834,1196.53594,1850.664737 +297379,2620.870492,1779.337045,2222.243152,1197.032015,1846.626678 +297380,2628.9788,1753.792656,2221.090321,1197.547132,1843.340887 +297381,2616.057617,1750.106793,2221.709011,1198.081494,1842.377435 +297382,2631.714626,1743.364457,2219.749181,1198.633723,1838.372167 +297383,2626.342476,1736.434631,2218.616095,1199.204592,1835.490432 +297384,2627.738243,1729.621049,2219.362947,1199.792786,1835.011559 +297385,2629.355014,1722.820828,2219.191041,1200.397962,1833.690585 +297386,2629.941955,1716.055436,2217.031522,1201.020035,1829.786825 +297387,2631.743321,1709.3295,2215.709999,1201.658894,1826.95029 +297388,2634.173036,1702.643556,2216.450087,1202.313884,1826.680735 +297389,2634.308942,1695.990951,2214.753138,1202.984663,1823.459154 +297390,2636.110201,1689.388086,2213.721155,1203.671492,1821.088027 +297391,2638.63355,1682.671329,2214.654989,1204.255785,1821.161468 +297392,2645.906587,1675.850578,2213.26507,1204.829837,1818.42831 +297393,2633.094486,1669.334099,2212.361559,1205.489828,1816.341913 +297394,2648.29005,1662.626188,2211.582217,1205.947072,1814.447383 +297395,2644.925702,1656.046937,2211.115454,1206.594249,1812.973001 +297396,2644.821484,1649.496607,2210.673588,1207.176506,1811.564378 +297397,2647.665674,1642.995466,2211.83136,1207.7797,1812.161091 +297398,2647.916968,1636.52926,2210.369413,1209.490714,1809.574617 +297399,2649.6098,1630.129968,2209.489411,1207.889682,1807.722774 +297400,2658.421107,1623.776009,2209.008411,1213.057737,1806.367087 +297401,2647.040838,1617.478782,2208.578111,1205.425872,1805.080837 +297402,2661.256022,1611.242462,2209.793812,1219.888939,1805.835689 +297403,2657.924334,1604.94533,2208.582312,1201.102356,1803.627094 +297404,2657.657878,1622.120815,2207.839384,1229.577421,1802.002963 +297405,2659.174907,1559.781497,2207.23819,1193.153814,1800.548818 +297406,2668.281355,1602.757538,2206.949827,1242.28694,1799.476043 +297407,2658.392613,1577.502924,2206.668448,1183.019164,1798.413669 +297408,2668.803085,1575.09613,2206.328881,1228.871298,1797.284353 +297409,2668.373255,1569.36934,2206.09015,1220.589601,1796.28331 +297410,2668.464776,1563.672661,2205.876097,1204.162384,1795.315825 +297411,2669.207647,1558.04244,2205.582029,1222.799296,1794.251807 +297412,2670.368339,1552.486486,2205.19733,1229.850257,1793.075951 +297413,2671.813602,1547.009384,2204.845597,1198.381239,1791.938157 +297414,2673.366401,1541.613093,2204.548722,1228.81031,1790.86466 +297415,2674.781859,1536.299893,2204.21955,1233.503374,1789.748498 +297416,2674.545642,1531.071866,2203.900259,1197.056317,1788.641703 +297417,2674.319838,1525.829246,2203.53313,1232.682607,1787.472873 +297418,2673.977311,1520.918424,2203.002729,1238.91667,1786.098687 +297419,2673.718506,1518.212469,2202.438809,1194.047048,1784.677058 +297420,2673.550816,1514.67119,2201.864131,1237.422298,1783.235052 +297421,2673.692862,1617.606501,2201.788557,1327.805826,1782.969054 +297422,2687.864697,1615.999225,2211.354736,1333.702249,1797.818604 +297423,2708.289094,1614.048514,2225.380087,1336.309694,1819.986203 +297424,2727.041826,1611.81883,2238.563944,1342.45263,1842.111088 +297425,2741.120518,1609.55504,2248.842108,1333.289414,1860.386932 +297426,2750.869135,1607.286164,2256.52415,1343.105155,1875.409143 +297427,2757.624405,1605.041054,2261.991635,1343.003341,1887.441727 +297428,2762.582834,1603.10502,2266.158064,1344.32479,1897.728668 +297429,2766.487757,1601.399429,2269.487986,1346.760395,1906.314938 +297430,2769.728331,1599.782367,2272.23922,1348.776902,1913.731041 +297431,2772.512771,1598.209672,2274.562956,1351.068118,1920.189307 +297432,2774.965509,1596.67125,2276.558765,1353.218275,1925.844124 +297433,2777.173223,1595.163128,2278.300638,1355.6056,1930.819505 +297434,2779.200931,1593.683064,2279.846269,1357.819424,1935.219111 +297435,2781.09396,1592.230075,2281.238368,1360.416608,1939.335973 +297436,2782.885229,1590.802791,2282.50961,1362.80861,1942.824143 +297437,2784.600642,1589.400583,2283.686346,1365.457478,1945.94738 +297438,2786.257473,1588.022183,2284.787839,1368.091709,1948.759824 +297439,2787.86628,1586.667048,2285.82768,1370.876343,1951.304164 +297440,2789.434701,1585.333971,2286.816378,1373.483138,1953.615459 +297441,2790.950377,1584.022458,2287.750639,1383.417655,1955.70887 +297442,2792.457381,1582.731483,2288.662158,1368.843573,1957.640655 +297443,2793.952852,1581.460551,2289.552275,1387.150638,1959.427822 +297444,2795.397165,1580.208762,2290.398421,1384.105742,1961.056127 +297445,2796.810377,1578.975983,2291.215235,1388.185861,1962.555567 +297446,2798.204585,1577.761282,2292.011833,1391.24345,1963.947855 +297447,2799.575625,1576.564558,2292.786812,1394.561361,1965.240532 +297448,2800.924203,1575.385092,2293.541693,1397.732215,1966.443681 +297449,2802.250697,1574.22289,2294.277601,1401.139627,1967.565913 +297450,2803.549775,1573.077329,2294.991849,1406.961966,1968.610224 +297451,2804.828931,1571.820324,2295.689735,1407.512541,1969.588693 +297452,2806.066467,1570.5521,2296.351111,1419.86887,1970.498941 +297453,2807.308785,1569.285724,2297.001286,1398.128979,1971.388518 +297454,2808.520754,1568.023708,2297.617426,1430.280845,1972.235642 +297455,2809.670558,1566.768087,2298.180605,1412.783926,1973.017551 +297456,2810.766285,1565.51923,2298.697357,1438.988561,1973.74094 +297457,2811.864836,1564.278004,2299.205016,1410.741678,1974.450709 +297458,2812.945063,1563.04411,2299.691413,1447.012444,1975.131353 +297459,2813.973967,1561.818326,2300.136685,1430.154134,1975.758297 +297460,2815.014688,1560.60052,2300.581314,1433.414346,1976.381766 +297461,2816.026789,1559.391027,2300.999374,1451.73641,1976.969966 +297462,2817.270308,1558.189815,2301.371373,1448.956927,1977.498989 +297463,2818.202015,1556.997367,2301.732623,1450.651703,1978.012593 +297464,2819.164451,1555.813326,2302.10847,1444.128459,1978.542499 +297465,2820.32308,1554.63835,2302.598636,1477.845021,1979.213259 +297466,2821.555268,1553.471899,2303.124716,1439.077586,1979.929641 +297467,2822.976345,1552.314772,2303.762511,1491.598928,1980.78716 +297468,2824.336482,1551.166158,2304.35556,1460.456838,1981.593028 +297469,2825.4236,1550.026566,2304.768925,1478.33617,1982.179103 +297470,2829.350801,1548.900108,2306.989313,1479.451393,1985.009366 +297471,2829.269281,1547.771736,2306.66639,1483.84017,1984.701267 +297472,2830.142918,1546.664051,2306.944901,1488.23727,1985.136958 +297473,2831.361295,1545.559845,2307.423835,1492.455049,1985.810734 +297474,2835.502668,1544.469984,2309.754641,1496.889252,1988.77779 +297475,2835.553051,1543.37734,2309.489765,1501.312543,1988.53994 +297476,2836.523454,1542.306483,2309.806162,1505.659377,1989.022381 +297477,2837.804082,1541.238504,2310.302888,1510.373689,1989.719029 +297478,2841.986745,1540.18495,2312.63863,1514.908368,1992.693849 +297479,2842.064047,1539.128255,2312.369842,1519.512687,1992.451514 +297480,2843.053156,1538.093524,2312.67654,1524.212747,1992.92207 +297481,2842.966515,1559.965669,2311.60708,1557.122898,1990.603877 +297482,2846.504169,1560.520377,2312.70838,1555.815632,1991.529762 +297483,2851.675413,1560.471547,2314.847533,1564.942537,1994.091198 +297484,2856.682081,1560.41647,2317.010135,1570.243922,1997.019753 +297485,2860.8554,1560.262966,2318.794827,1575.872066,1999.282554 +297486,2864.195533,1560.061073,2320.166915,1581.422024,2000.994838 +297487,2866.963463,1559.831472,2321.248721,1587.333727,2002.287459 +297488,2869.390075,1559.586207,2322.146171,1593.024667,2003.29102 +297489,2871.617571,1559.332599,2322.927324,1598.80967,2004.089921 +297490,2873.726898,1559.07423,2323.634308,1604.467504,2004.737096 +297491,2875.743138,1558.813857,2324.283276,1610.543481,2005.250524 +297492,2877.67885,1558.552672,2324.876242,1616.332516,2005.642064 +297493,2879.255948,1558.291964,2325.135188,1622.261678,2005.415728 +297494,2880.511218,1558.032819,2325.128292,1628.060714,2004.730632 +297495,2881.944671,1557.775716,2325.049315,1634.292812,2003.928034 +297496,2883.789442,1557.52094,2325.68384,1640.245994,2004.3812 +297497,2886.30253,1557.267484,2326.818892,1651.517718,2005.551315 +297498,2888.710724,1557.01636,2327.768545,1650.490755,2006.289294 +297499,2889.735964,1556.768073,2327.433916,1659.11459,2004.778537 +297500,2889.944254,1556.524387,2326.471308,1665.256339,2002.303697 +297501,2890.293868,1556.283528,2325.735623,1671.04223,2000.322339 +297502,2890.766634,1556.044468,2325.093084,1677.565484,1998.485442 +297503,2893.461491,1555.810108,2326.560273,1683.821768,2000.382868 +297504,2895.323833,1555.573364,2326.911662,1689.965132,1999.97874 +297505,2895.575892,1555.344196,2325.763016,1701.021104,1996.959614 +297506,2895.963758,1555.119122,2324.96969,1701.245512,1994.802911 +297507,2896.381915,1554.894476,2324.24106,1709.074505,1992.802143 +297508,2897.178012,1554.780197,2323.590145,1715.90788,1990.927327 +297509,2901.521875,1554.299262,2326.577968,1727.696831,1995.453499 +297510,2904.431001,1554.30979,2327.694882,1727.510119,1996.135959 +297511,2907.703868,1554.068632,2329.40435,1735.020471,1998.12951 +297512,2910.023371,1553.944053,2329.834613,1746.932517,1997.696386 +297513,2912.940606,1553.819688,2331.353343,1747.818372,1999.327678 +297514,2918.307261,1553.808799,2335.02186,1754.723281,2004.701233 +297515,2918.880962,1553.532265,2334.298727,1765.966019,2001.860363 +297516,2917.169797,1553.507541,2331.507982,1766.840159,1995.873125 +297517,2916.218641,1553.397792,2329.560082,1776.182115,1991.782956 +297518,2915.605826,1553.306815,2328.089938,1781.983645,1988.459017 +297519,2915.208072,1553.22412,2326.799166,1783.035254,1985.439956 +297520,2920.333926,1553.152049,2330.59572,1786.629724,1991.565642 +297521,2922.725609,1553.073231,2331.39727,1788.077087,1991.715624 +297522,2920.243126,1552.903029,2327.899888,1787.69903,1984.631212 +297523,2917.536738,1553.117752,2324.904172,1787.427081,1979.198582 +297524,2914.827482,1552.831395,2321.996518,1787.638061,1974.031663 +297525,2912.071762,1552.880583,2319.054429,1788.197638,1968.863569 +297526,2916.535064,1552.835436,2323.038834,1792.486532,1976.049193 +297527,2918.147799,1552.792014,2323.25889,1796.249363,1975.494373 +297528,2920.666405,1552.775106,2324.662141,1800.29913,1977.384184 +297529,2920.638806,1552.752593,2323.490738,1803.250235,1974.550333 +297530,2915.189647,1552.740123,2317.477814,1803.384104,1963.473989 +297531,2910.065238,1552.742197,2312.538912,1803.222389,1955.110525 +297532,2913.780418,1552.747974,2316.097708,1807.408255,1961.882881 +297533,2914.802447,1552.741186,2315.556645,1811.066471,1960.107889 +297534,2908.714845,1552.755338,2308.81937,1811.22859,1947.71103 +297535,2902.6306,1552.891038,2303.319504,1810.921738,1938.510757 +297536,2897.373601,1552.749303,2298.324131,1810.902998,1930.247451 +297537,2892.444413,1552.860913,2293.571744,1811.139087,1922.416651 +297538,2887.744239,1552.882626,2288.977877,1811.575943,1914.87153 +297539,2883.215676,1552.927365,2284.498872,1812.162647,1907.549219 +297540,2891.539668,1552.878141,2292.353661,1818.969506,1922.17144 +297541,2898.461728,1519.727853,2297.110902,1826.278524,1929.469116 +297542,2901.903272,1518.853052,2300.108848,1830.780608,1935.266903 +297543,2899.180041,1518.291714,2297.354194,1832.246379,1930.85268 +297544,2888.031318,1517.678696,2286.839526,1829.818432,1912.8117 +297545,2890.926244,1517.104096,2290.674829,1833.978231,1921.038993 +297546,2891.802869,1516.494535,2290.513071,1838.82767,1919.945469 +297547,2895.519538,1515.919792,2293.264121,1844.955094,1924.219398 +297548,2907.305059,1515.340766,2303.404844,1855.15882,1941.228951 +297549,2907.052113,1514.742828,2300.909071,1860.220877,1934.636848 +297550,2908.235345,1514.185196,2301.456314,1864.777488,1935.176225 +297551,2907.326427,1513.603126,2299.903504,1868.414646,1931.876915 +297552,2909.352453,1513.036517,2301.545524,1873.258861,1934.683504 +297553,2908.95599,1512.45789,2300.483649,1877.432733,1932.34966 +297554,2911.236029,1511.893436,2302.347216,1882.448313,1935.657469 +297555,2911.005015,1511.316524,2301.436946,1886.496979,1933.722933 +297556,2913.34087,1510.753588,2303.351508,1891.527757,1937.249145 +297557,2922.366523,1506.848454,2311.34359,1900.021313,1951.256073 +297558,2929.922706,1505.99411,2316.3867,1908.64937,1959.716856 +297559,2927.252473,1504.874293,2311.88674,1912.531381,1951.820105 +297560,2926.398813,1504.151168,2310.520515,1916.359096,1950.983121 +297561,2931.911367,1503.342167,2315.163164,1923.308526,1960.559582 +297562,2929.50692,1502.549169,2311.405524,1926.959311,1954.211959 +297563,2921.726808,1501.790192,2303.618395,1927.244253,1941.731763 +297564,2914.902685,1501.039444,2297.865972,1927.564734,1933.665094 +297565,2909.576788,1500.289161,2293.148365,1928.519232,1927.353415 +297566,2914.610708,1499.554975,2298.227822,1934.556104,1938.336233 +297567,2916.674653,1498.80282,2299.004205,1940.113855,1940.18162 +297568,2911.418209,1497.9632,2293.094286,1941.812208,1930.512155 +297569,2906.865984,1497.402152,2288.876017,1943.089298,1924.892712 +297570,2913.262992,1496.606556,2295.158082,1949.657466,1937.899072 +297571,2916.441994,1495.886284,2296.848981,1955.716065,1941.172466 +297572,2921.079061,1495.174064,2300.310289,1962.203009,1947.970267 +297573,2922.78345,1494.557132,2300.740689,1967.630132,1949.115608 +297574,2926.397292,1493.687111,2303.447491,1973.47667,1954.720659 +297575,2927.408814,1493.038634,2303.398787,1978.299398,1955.113279 +297576,2930.405018,1492.310838,2305.639743,1983.87833,1959.940407 +297577,2930.982732,1491.586816,2305.296607,1988.537924,1959.871827 +297578,2925.518472,1490.865738,2299.492827,1990.098982,1950.446168 +297579,2920.870925,1490.155026,2295.342048,1991.503406,1944.873802 +297580,2917.108503,1489.43473,2291.990189,1993.424207,1940.70145 +297581,2913.97248,1488.610929,2289.126877,1995.750952,1937.341193 +297582,2911.050846,1488.049397,2286.637965,1998.383147,1934.601781 +297583,2908.907308,1487.256578,2284.463974,2001.247279,1932.386712 +297584,2907.130957,1486.554185,2282.566381,2004.297681,1930.631807 +297585,2916.699375,1485.843647,2291.561002,2013.008732,1948.220237 +297586,2922.225191,1485.108551,2295.128267,2020.654594,1954.445974 +297587,2918.847475,1484.389132,2290.557448,2023.623276,1946.657123 +297588,2916.044592,1483.676277,2287.731679,2025.981144,1943.235749 +297589,2913.971554,1482.951014,2285.643328,2028.913604,1941.128786 +297590,2912.354005,1482.226387,2283.93666,2031.949711,1939.646141 +297591,2921.495739,1481.507468,2292.810646,2040.5533,1956.921604 +297592,2927.301758,1480.764015,2296.421971,2047.870796,1963.200531 +297593,2924.150199,1480.034705,2292.1249,2051.056636,1955.877486 +297594,2921.515093,1479.311393,2289.481455,2053.599314,1952.717709 +297595,2929.479212,1478.58269,2297.084568,2061.492559,1967.770673 +297596,2933.985673,1477.938549,2299.982192,2068.615342,1972.918534 +297597,2939.389902,1477.051771,2304.117093,2075.86944,1980.659618 +297598,2950.661953,1476.387771,2313.438552,2086.104569,1997.415749 +297599,2958.982194,1494.451413,2319.474897,2095.385078,2007.485886 +297600,2964.593273,1446.936294,2323.242776,2103.142221,2013.773147 +297601,2962.064043,1421.347067,2319.495188,2106.807869,2006.929132 +297602,2945.863148,1403.864612,2305.67286,2102.017917,1985.189766 +297603,2926.733451,1405.618274,2290.539222,2095.623133,1962.109101 +297604,2910.830931,1404.72432,2277.100631,2091.553046,1940.932035 +297605,2898.319003,1403.781965,2266.458374,2090.536482,1923.323427 +297606,2897.309943,1402.857924,2265.755141,2095.537905,1922.328793 +297607,2903.147664,1401.826974,2270.109652,2104.73093,1928.589963 +297608,2907.716935,1401.049116,2272.36211,2113.589836,1930.136024 +297609,2904.718759,1400.064825,2267.532847,2118.464969,1919.325693 +297610,2903.129128,1399.172934,2265.167349,2122.707436,1914.140812 +297611,2900.691362,1398.256348,2261.979973,2126.439977,1907.545167 +297612,2894.831135,1397.342661,2255.714761,2128.305869,1895.840231 +297613,2889.85743,1396.431686,2250.830622,2130.160696,1887.333245 +297614,2885.667266,1395.51394,2246.673322,2132.390962,1880.264346 +297615,2888.51017,1394.598486,2249.525004,2138.181468,1885.757946 +297616,2889.451371,1393.669692,2249.256752,2143.547179,1884.815916 +297617,2885.12995,1392.750719,2244.196273,2146.06305,1875.783123 +297618,2887.931654,1391.83487,2246.713442,2151.416478,1881.091243 +297619,2895.516425,1391.002381,2252.627272,2159.576692,1891.543379 +297620,2900.834129,1389.923919,2256.103143,2167.235739,1897.067255 +297621,2899.001974,1389.060623,2252.911841,2171.225716,1891.006802 +297622,2893.232696,1388.117964,2246.882115,2172.541933,1880.985383 +297623,2888.358114,1387.186237,2242.320104,2173.853793,1874.292808 +297624,2884.224182,1386.248063,2238.428262,2175.619662,1868.8269 +297625,2880.242872,1385.309793,2234.926296,2177.719223,1864.066607 +297626,2883.773489,1384.37399,2238.267452,2183.334088,1871.487762 +297627,2884.969909,1383.422668,2238.333669,2188.501241,1872.087069 +297628,2880.787688,1382.481888,2233.497498,2190.795357,1864.301672 +297629,2883.610113,1381.549197,2236.135311,2195.890926,1870.593408 +297630,2884.406603,1380.593534,2235.920215,2200.663503,1870.86584 +297631,2880.115377,1378.961679,2231.078278,2202.776614,1863.206106 +297632,2876.183534,1377.173712,2227.289465,2204.432818,1858.308205 +297633,2872.659921,1375.296599,2223.890098,2206.133986,1854.34988 +297634,2869.367678,1373.358592,2220.650788,2207.835003,1850.913563 +297635,2873.912246,1371.372032,2224.888028,2213.423609,1860.975524 +297636,2875.626427,1369.319737,2225.268157,2218.129482,1863.209564 +297637,2871.122608,1367.235448,2219.982936,2219.465294,1855.865577 +297638,2866.938,1365.11374,2215.852709,2220.250951,1851.600142 +297639,2863.23677,1362.942141,2212.196589,2221.241974,1848.307015 +297640,2859.537371,1360.732262,2208.774817,2222.408024,1845.511011 +297641,2864.498906,1358.388028,2213.327088,2227.609814,1856.960428 +297642,2866.517065,1356.233488,2213.818953,2232.178837,1860.043122 +297643,2861.918678,1353.843161,2208.310994,2233.208182,1852.892537 +297644,2857.618166,1351.504315,2204.032284,2233.657705,1848.943988 +297645,2861.630432,1349.110439,2207.770349,2238.091532,1859.322723 +297646,2862.944119,1346.668634,2207.739595,2242.040104,1861.858291 +297647,2864.963384,1344.209132,2208.70105,2246.054066,1866.522823 +297648,2871.456325,1341.709353,2213.860846,2252.243054,1878.56767 +297649,2870.295914,1339.166515,2210.778577,2254.989029,1875.325423 +297650,2863.388609,1336.608839,2203.853245,2254.440739,1866.385485 +297651,2863.618031,1334.01846,2204.275902,2256.6584,1871.317381 +297652,2862.210639,1331.374503,2202.228092,2258.74292,1870.992754 +297653,2856.22923,1328.717432,2195.993977,2258.446297,1863.507521 +297654,2857.087373,1326.030771,2196.963467,2260.962002,1869.544251 +297655,2856.040698,1323.295992,2195.158238,2263.180913,1869.735582 +297656,2856.105388,1323.484832,2194.644942,2265.706325,1872.5111 +297657,2860.494379,1321.290795,2198.244116,2269.948275,1881.868712 +297658,2858.266815,1318.734533,2194.989215,2271.116992,1878.082588 +297659,2856.784748,1316.078907,2193.380766,2271.970332,1878.119544 +297660,2853.99773,1313.336088,2190.443978,2272.347315,1875.881952 +297661,2084.068992,1310.530056,1125.205674,1840.731919,2483.125756 +297662,2171.580678,1439.035941,1172.630465,1918.68034,2539.985401 +297663,2282.644491,1441.657751,1234.888297,2014.319894,2602.329666 +297664,2371.495414,1439.946876,1287.780745,2085.353745,2642.026557 +297665,2427.481586,1439.35753,1324.91118,2122.92489,2656.677666 +297666,2462.406843,1437.31734,1351.335461,2140.113861,2659.398822 +297667,2485.763652,1435.273334,1371.336177,2147.913604,2657.711663 +297668,2502.677031,1433.047437,1387.290591,2151.824573,2654.658031 +297669,2515.723467,1430.756947,1400.465264,2154.589015,2651.43793 +297670,2526.146138,1428.304987,1411.5381,2157.007309,2648.480355 +297671,2534.566448,1426.000472,1420.90382,2159.200987,2645.885717 +297672,2541.370544,1423.456148,1428.836518,2161.143579,2643.639121 +297673,2546.822437,1424.001091,1435.545391,2162.812283,2641.673969 +297674,2551.252225,1422.007358,1441.359357,2163.739,2639.977347 +297675,2554.858514,1419.677207,1446.401651,2164.207075,2638.531921 +297676,2557.7585,1417.218245,1450.734307,2164.547206,2637.294898 +297677,2560.057059,1414.674414,1454.430453,2164.917249,2636.235571 +297678,2561.84859,1412.061414,1457.571693,2165.330007,2635.329773 +297679,2563.214141,1409.381393,1460.236201,2165.756217,2634.557317 +297680,2564.218741,1406.651264,1462.490922,2166.15273,2633.898056 +297681,2564.916931,1403.869399,1464.391875,2166.5015,2633.338242 +297682,2565.352996,1401.033707,1465.988566,2166.786295,2632.866737 +297683,2565.562091,1398.234457,1467.3196,2167.007105,2632.473348 +297684,2565.572118,1395.070696,1468.419189,2167.155443,2632.148679 +297685,2565.40538,1392.272474,1469.313392,2167.229257,2631.884214 +297686,2565.079886,1389.142761,1470.026536,2167.228324,2631.672411 +297687,2564.610228,1386.052241,1470.57654,2167.15193,2631.506583 +297688,2564.00829,1382.892075,1470.981122,2166.998749,2631.380831 +297689,2563.283758,1379.675946,1471.252571,2166.76919,2631.289901 +297690,2562.444573,1376.402092,1471.402597,2166.459017,2631.229142 +297691,2561.497181,1374.791808,1471.44147,2166.064272,2631.194333 +297692,2560.554383,1373.522838,1471.450024,2165.63586,2631.181729 +297693,2559.698785,1372.406146,1471.48683,2165.208515,2631.188329 +297694,2558.948921,1371.392923,1471.573193,2164.785489,2631.211481 +297695,2558.297671,1370.461356,1471.708618,2164.353162,2631.248671 +297696,2557.722303,1369.599257,1471.885491,2163.895494,2631.29756 +297697,2557.208475,1368.799284,1472.096076,2163.400433,2631.356015 +297698,2556.739461,1368.055816,1472.33433,2162.860629,2631.422182 +297699,2556.30886,1367.364855,1472.595672,2162.271997,2631.49446 +297700,2555.905975,1366.722631,1472.876472,2161.63228,2631.571519 +297701,2555.528274,1366.126261,1473.17368,2160.94013,2631.652244 +297702,2555.167598,1365.572704,1473.484687,2160.194695,2631.735737 +297703,2554.823337,1365.059597,1473.807236,2159.39542,2631.821256 +297704,2554.488817,1364.584292,1474.139395,2158.54197,2631.90822 +297705,2554.16469,1364.058503,1474.479496,2157.634156,2631.996156 +297706,2553.845248,1361.357966,1474.826098,2156.671869,2632.084664 +297707,2553.468846,1360.38744,1475.076871,2156.178977,2632.175046 +297708,2553.051118,1359.778408,1475.260634,2155.946987,2632.265049 +297709,2552.626663,1359.257112,1475.42736,2155.671948,2632.354185 +297710,2552.209564,1358.800243,1475.605765,2155.20774,2632.442674 +297711,2551.807678,1358.393395,1475.804442,2154.539232,2632.530704 +297712,2551.415834,1358.02933,1476.022492,2153.703209,2632.618322 +297713,2551.0343,1355.828263,1476.256697,2152.738562,2632.705442 +297714,2550.551092,1355.079922,1476.427177,2151.791593,2632.791984 +297715,2549.997082,1354.564762,1476.551844,2150.836381,2632.877645 +297716,2549.436573,1354.133346,1476.66748,2149.818692,2632.962387 +297717,2548.918577,1353.756421,1476.795945,2148.710426,2633.046266 +297718,2548.466837,1353.422263,1476.943898,2147.508241,2633.129329 +297719,2548.075892,1353.125623,1477.110544,2146.219179,2633.211548 +297720,2547.738664,1352.863228,1477.29318,2144.661542,2633.29286 +297721,0,0,0,0,0 +297722,0,0,0,0,0 +297723,0,0,0,0,0 +297724,0,0,0,0,0 +297725,0,0,0,0,0 +297726,0,0,0,0,0 +297727,0,0,0,0,0 +297728,0,0,0,0,0 +297729,0,0,0,0,0 +297730,0,0,0,0,0 +297731,0,0,0,0,0 +297732,0,0,0,0,0 +297733,0,0,0,0,0 +297734,0,0,0,0,0 +297735,0,0,0,0,0 +297736,0,0,0,0,0 +297737,0,0,0,0,0 +297738,0,0,0,0,0 +297739,0,0,0,0,0 +297740,0,0,0,0,0 +297741,0,0,0,0,0 +297742,0,0,0,0,0 +297743,0,0,0,0,0 +297744,0,0,0,0,0 +297745,0,0,0,0,0 +297746,0,0,0,0,0 +297747,0,0,0,0,0 +297748,0,0,0,0,0 +297749,0,0,0,0,0 +297750,0,0,0,0,0 +297751,0,0,0,0,0 +297752,0,0,0,0,0 +297753,0,0,0,0,0 +297754,0,0,0,0,0 +297755,0,0,0,0,0 +297756,0,0,0,0,0 +297757,0,0,0,0,0 +297758,0,0,0,0,0 +297759,0,0,0,0,0 +297760,0,0,0,0,0 +297761,0,0,0,0,0 +297762,0,0,0,0,0 +297763,0,0,0,0,0 +297764,0,0,0,0,0 +297765,0,0,0,0,0 +297766,0,0,0,0,0 +297767,0,0,0,0,0 +297768,0,0,0,0,0 +297769,0,0,0,0,0 +297770,0,0,0,0,0 +297771,0,0,0,0,0 +297772,0,0,0,0,0 +297773,0,0,0,0,0 +297774,0,0,0,0,0 +297775,0,0,0,0,0 +297776,0,0,0,0,0 +297777,0,0,0,0,0 +297778,0,0,0,0,0 +297779,0,0,0,0,0 +297780,0,0,0,0,0 +297781,0,0,0,0,0 +297782,0,0,0,0,0 +297783,0,0,0,0,0 +297784,0,0,0,0,0 +297785,0,0,0,0,0 +297786,0,0,0,0,0 +297787,0,0,0,0,0 +297788,0,0,0,0,0 +297789,0,0,0,0,0 +297790,0,0,0,0,0 +297791,0,0,0,0,0 +297792,0,0,0,0,0 +297793,0,0,0,0,0 +297794,0,0,0,0,0 +297795,0,0,0,0,0 +297796,0,0,0,0,0 +297797,0,0,0,0,0 +297798,0,0,0,0,0 +297799,0,0,0,0,0 +297800,0,0,0,0,0 +297801,0,0,0,0,0 +297802,0,0,0,0,0 +297803,0,0,0,0,0 +297804,0,0,0,0,0 +297805,0,0,0,0,0 +297806,0,0,0,0,0 +297807,0,0,0,0,0 +297808,0,0,0,0,0 +297809,0,0,0,0,0 +297810,0,0,0,0,0 +297811,0,0,0,0,0 +297812,0,0,0,0,0 +297813,0,0,0,0,0 +297814,0,0,0,0,0 +297815,0,0,0,0,0 +297816,0,0,0,0,0 +297817,0,0,0,0,0 +297818,0,0,0,0,0 +297819,0,0,0,0,0 +297820,0,0,0,0,0 +297821,0,0,0,0,0 +297822,0,0,0,0,0 +297823,0,0,0,0,0 +297824,0,0,0,0,0 +297825,0,0,0,0,0 +297826,0,0,0,0,0 +297827,0,0,0,0,0 +297828,0,0,0,0,0 +297829,0,0,0,0,0 +297830,0,0,0,0,0 +297831,0,0,0,0,0 +297832,0,0,0,0,0 +297833,0,0,0,0,0 +297834,0,0,0,0,0 +297835,0,0,0,0,0 +297836,0,0,0,0,0 +297837,0,0,0,0,0 +297838,0,0,0,0,0 +297839,0,0,0,0,0 +297840,0,0,0,0,0 +297841,0,0,0,0,0 +297842,0,0,0,0,0 +297843,0,0,0,0,0 +297844,0,0,0,0,0 +297845,0,0,0,0,0 +297846,0,0,0,0,0 +297847,0,0,0,0,0 +297848,0,0,0,0,0 +297849,0,0,0,0,0 +297850,0,0,0,0,0 +297851,0,0,0,0,0 +297852,0,0,0,0,0 +297853,0,0,0,0,0 +297854,0,0,0,0,0 +297855,0,0,0,0,0 +297856,0,0,0,0,0 +297857,0,0,0,0,0 +297858,0,0,0,0,0 +297859,0,0,0,0,0 +297860,0,0,0,0,0 +297861,0,0,0,0,0 +297862,0,0,0,0,0 +297863,0,0,0,0,0 +297864,0,0,0,0,0 +297865,0,0,0,0,0 +297866,0,0,0,0,0 +297867,0,0,0,0,0 +297868,0,0,0,0,0 +297869,0,0,0,0,0 +297870,0,0,0,0,0 +297871,0,0,0,0,0 +297872,0,0,0,0,0 +297873,0,0,0,0,0 +297874,0,0,0,0,0 +297875,0,0,0,0,0 +297876,0,0,0,0,0 +297877,0,0,0,0,0 +297878,0,0,0,0,0 +297879,0,0,0,0,0 +297880,0,0,0,0,0 +297881,0,0,0,0,0 +297882,0,0,0,0,0 +297883,0,0,0,0,0 +297884,0,0,0,0,0 +297885,0,0,0,0,0 +297886,0,0,0,0,0 +297887,0,0,0,0,0 +297888,0,0,0,0,0 +297889,0,0,0,0,0 +297890,0,0,0,0,0 +297891,0,0,0,0,0 +297892,0,0,0,0,0 +297893,0,0,0,0,0 +297894,0,0,0,0,0 +297895,0,0,0,0,0 +297896,0,0,0,0,0 +297897,0,0,0,0,0 +297898,0,0,0,0,0 +297899,0,0,0,0,0 +297900,0,0,0,0,0 +297901,0,0,0,0,0 +297902,0,0,0,0,0 +297903,0,0,0,0,0 +297904,0,0,0,0,0 +297905,0,0,0,0,0 +297906,0,0,0,0,0 +297907,0,0,0,0,0 +297908,0,0,0,0,0 +297909,0,0,0,0,0 +297910,0,0,0,0,0 +297911,0,0,0,0,0 +297912,0,0,0,0,0 +297913,0,0,0,0,0 +297914,0,0,0,0,0 +297915,0,0,0,0,0 +297916,0,0,0,0,0 +297917,0,0,0,0,0 +297918,0,0,0,0,0 +297919,0,0,0,0,0 +297920,0,0,0,0,0 +297921,0,0,0,0,0 +297922,0,0,0,0,0 +297923,0,0,0,0,0 +297924,0,0,0,0,0 +297925,0,0,0,0,0 +297926,0,0,0,0,0 +297927,0,0,0,0,0 +297928,0,0,0,0,0 +297929,0,0,0,0,0 +297930,0,0,0,0,0 +297931,0,0,0,0,0 +297932,0,0,0,0,0 +297933,0,0,0,0,0 +297934,0,0,0,0,0 +297935,0,0,0,0,0 +297936,0,0,0,0,0 +297937,0,0,0,0,0 +297938,0,0,0,0,0 +297939,0,0,0,0,0 +297940,0,0,0,0,0 +297941,0,0,0,0,0 +297942,0,0,0,0,0 +297943,0,0,0,0,0 +297944,0,0,0,0,0 +297945,0,0,0,0,0 +297946,0,0,0,0,0 +297947,0,0,0,0,0 +297948,0,0,0,0,0 +297949,0,0,0,0,0 +297950,0,0,0,0,0 +297951,0,0,0,0,0 +297952,0,0,0,0,0 +297953,0,0,0,0,0 +297954,0,0,0,0,0 +297955,0,0,0,0,0 +297956,0,0,0,0,0 +297957,0,0,0,0,0 +297958,0,0,0,0,0 +297959,0,0,0,0,0 +297960,0,0,0,0,0 +297961,0,0,0,0,0 +297962,0,0,0,0,0 +297963,0,0,0,0,0 +297964,0,0,0,0,0 +297965,0,0,0,0,0 +297966,0,0,0,0,0 +297967,0,0,0,0,0 +297968,0,0,0,0,0 +297969,0,0,0,0,0 +297970,0,0,0,0,0 +297971,0,0,0,0,0 +297972,0,0,0,0,0 +297973,0,0,0,0,0 +297974,0,0,0,0,0 +297975,0,0,0,0,0 +297976,0,0,0,0,0 +297977,0,0,0,0,0 +297978,0,0,0,0,0 +297979,0,0,0,0,0 +297980,0,0,0,0,0 +297981,0,0,0,0,0 +297982,0,0,0,0,0 +297983,0,0,0,0,0 +297984,0,0,0,0,0 +297985,0,0,0,0,0 +297986,0,0,0,0,0 +297987,0,0,0,0,0 +297988,0,0,0,0,0 +297989,0,0,0,0,0 +297990,0,0,0,0,0 +297991,0,0,0,0,0 +297992,0,0,0,0,0 +297993,0,0,0,0,0 +297994,0,0,0,0,0 +297995,0,0,0,0,0 +297996,0,0,0,0,0 +297997,0,0,0,0,0 +297998,0,0,0,0,0 +297999,0,0,0,0,0 +298000,0,0,0,0,0 +298001,0,0,0,0,0 +298002,0,0,0,0,0 +298003,0,0,0,0,0 +298004,0,0,0,0,0 +298005,0,0,0,0,0 +298006,0,0,0,0,0 +298007,0,0,0,0,0 +298008,0,0,0,0,0 +298009,0,0,0,0,0 +298010,0,0,0,0,0 +298011,0,0,0,0,0 +298012,0,0,0,0,0 +298013,0,0,0,0,0 +298014,0,0,0,0,0 +298015,0,0,0,0,0 +298016,0,0,0,0,0 +298017,0,0,0,0,0 +298018,0,0,0,0,0 +298019,0,0,0,0,0 +298020,0,0,0,0,0 +298021,0,0,0,0,0 +298022,0,0,0,0,0 +298023,0,0,0,0,0 +298024,0,0,0,0,0 +298025,0,0,0,0,0 +298026,0,0,0,0,0 +298027,0,0,0,0,0 +298028,0,0,0,0,0 +298029,0,0,0,0,0 +298030,0,0,0,0,0 +298031,0,0,0,0,0 +298032,0,0,0,0,0 +298033,0,0,0,0,0 +298034,0,0,0,0,0 +298035,0,0,0,0,0 +298036,0,0,0,0,0 +298037,0,0,0,0,0 +298038,0,0,0,0,0 +298039,0,0,0,0,0 +298040,0,0,0,0,0 +298041,0,0,0,0,0 +298042,0,0,0,0,0 +298043,0,0,0,0,0 +298044,0,0,0,0,0 +298045,0,0,0,0,0 +298046,0,0,0,0,0 +298047,0,0,0,0,0 +298048,0,0,0,0,0 +298049,0,0,0,0,0 +298050,0,0,0,0,0 +298051,0,0,0,0,0 +298052,0,0,0,0,0 +298053,0,0,0,0,0 +298054,0,0,0,0,0 +298055,0,0,0,0,0 +298056,0,0,0,0,0 +298057,0,0,0,0,0 +298058,0,0,0,0,0 +298059,0,0,0,0,0 +298060,0,0,0,0,0 +298061,0,0,0,0,0 +298062,0,0,0,0,0 +298063,0,0,0,0,0 +298064,0,0,0,0,0 +298065,0,0,0,0,0 +298066,0,0,0,0,0 +298067,0,0,0,0,0 +298068,0,0,0,0,0 +298069,0,0,0,0,0 +298070,0,0,0,0,0 +298071,0,0,0,0,0 +298072,0,0,0,0,0 +298073,0,0,0,0,0 +298074,0,0,0,0,0 +298075,0,0,0,0,0 +298076,0,0,0,0,0 +298077,0,0,0,0,0 +298078,0,0,0,0,0 +298079,0,0,0,0,0 +298080,0,0,0,0,0 +298081,0,0,0,0,0 +298082,0,0,0,0,0 +298083,0,0,0,0,0 +298084,0,0,0,0,0 +298085,0,0,0,0,0 +298086,0,0,0,0,0 +298087,0,0,0,0,0 +298088,0,0,0,0,0 +298089,0,0,0,0,0 +298090,0,0,0,0,0 +298091,0,0,0,0,0 +298092,0,0,0,0,0 +298093,0,0,0,0,0 +298094,0,0,0,0,0 +298095,0,0,0,0,0 +298096,0,0,0,0,0 +298097,0,0,0,0,0 +298098,0,0,0,0,0 +298099,0,0,0,0,0 +298100,0,0,0,0,0 +298101,0,0,0,0,0 +298102,0,0,0,0,0 +298103,0,0,0,0,0 +298104,0,0,0,0,0 +298105,0,0,0,0,0 +298106,0,0,0,0,0 +298107,0,0,0,0,0 +298108,0,0,0,0,0 +298109,0,0,0,0,0 +298110,0,0,0,0,0 +298111,0,0,0,0,0 +298112,0,0,0,0,0 +298113,0,0,0,0,0 +298114,0,0,0,0,0 +298115,0,0,0,0,0 +298116,0,0,0,0,0 +298117,0,0,0,0,0 +298118,0,0,0,0,0 +298119,0,0,0,0,0 +298120,0,0,0,0,0 +298121,0,0,0,0,0 +298122,0,0,0,0,0 +298123,0,0,0,0,0 +298124,0,0,0,0,0 +298125,0,0,0,0,0 +298126,0,0,0,0,0 +298127,0,0,0,0,0 +298128,0,0,0,0,0 +298129,0,0,0,0,0 +298130,0,0,0,0,0 +298131,0,0,0,0,0 +298132,0,0,0,0,0 +298133,0,0,0,0,0 +298134,0,0,0,0,0 +298135,0,0,0,0,0 +298136,0,0,0,0,0 +298137,0,0,0,0,0 +298138,0,0,0,0,0 +298139,0,0,0,0,0 +298140,0,0,0,0,0 +298141,0,0,0,0,0 +298142,0,0,0,0,0 +298143,0,0,0,0,0 +298144,0,0,0,0,0 +298145,0,0,0,0,0 +298146,0,0,0,0,0 +298147,0,0,0,0,0 +298148,0,0,0,0,0 +298149,0,0,0,0,0 +298150,0,0,0,0,0 +298151,0,0,0,0,0 +298152,0,0,0,0,0 +298153,0,0,0,0,0 +298154,0,0,0,0,0 +298155,0,0,0,0,0 +298156,0,0,0,0,0 +298157,0,0,0,0,0 +298158,0,0,0,0,0 +298159,0,0,0,0,0 +298160,0,0,0,0,0 +298161,0,0,0,0,0 +298162,0,0,0,0,0 +298163,0,0,0,0,0 +298164,0,0,0,0,0 +298165,0,0,0,0,0 +298166,0,0,0,0,0 +298167,0,0,0,0,0 +298168,0,0,0,0,0 +298169,0,0,0,0,0 +298170,0,0,0,0,0 +298171,0,0,0,0,0 +298172,0,0,0,0,0 +298173,0,0,0,0,0 +298174,0,0,0,0,0 +298175,0,0,0,0,0 +298176,0,0,0,0,0 +298177,0,0,0,0,0 +298178,0,0,0,0,0 +298179,0,0,0,0,0 +298180,0,0,0,0,0 +298181,0,0,0,0,0 +298182,0,0,0,0,0 +298183,0,0,0,0,0 +298184,0,0,0,0,0 +298185,0,0,0,0,0 +298186,0,0,0,0,0 +298187,0,0,0,0,0 +298188,0,0,0,0,0 +298189,0,0,0,0,0 +298190,0,0,0,0,0 +298191,0,0,0,0,0 +298192,0,0,0,0,0 +298193,0,0,0,0,0 +298194,0,0,0,0,0 +298195,0,0,0,0,0 +298196,0,0,0,0,0 +298197,0,0,0,0,0 +298198,0,0,0,0,0 +298199,0,0,0,0,0 +298200,0,0,0,0,0 +298201,0,0,0,0,0 +298202,0,0,0,0,0 +298203,0,0,0,0,0 +298204,0,0,0,0,0 +298205,0,0,0,0,0 +298206,0,0,0,0,0 +298207,0,0,0,0,0 +298208,0,0,0,0,0 +298209,0,0,0,0,0 +298210,0,0,0,0,0 +298211,0,0,0,0,0 +298212,0,0,0,0,0 +298213,0,0,0,0,0 +298214,0,0,0,0,0 +298215,0,0,0,0,0 +298216,0,0,0,0,0 +298217,0,0,0,0,0 +298218,0,0,0,0,0 +298219,0,0,0,0,0 +298220,0,0,0,0,0 +298221,0,0,0,0,0 +298222,0,0,0,0,0 +298223,0,0,0,0,0 +298224,0,0,0,0,0 +298225,0,0,0,0,0 +298226,0,0,0,0,0 +298227,0,0,0,0,0 +298228,0,0,0,0,0 +298229,0,0,0,0,0 +298230,0,0,0,0,0 +298231,0,0,0,0,0 +298232,0,0,0,0,0 +298233,0,0,0,0,0 +298234,0,0,0,0,0 +298235,0,0,0,0,0 +298236,0,0,0,0,0 +298237,0,0,0,0,0 +298238,0,0,0,0,0 +298239,0,0,0,0,0 +298240,0,0,0,0,0 +298241,0,0,0,0,0 +298242,0,0,0,0,0 +298243,0,0,0,0,0 +298244,0,0,0,0,0 +298245,0,0,0,0,0 +298246,0,0,0,0,0 +298247,0,0,0,0,0 +298248,0,0,0,0,0 +298249,0,0,0,0,0 +298250,0,0,0,0,0 +298251,0,0,0,0,0 +298252,0,0,0,0,0 +298253,0,0,0,0,0 +298254,0,0,0,0,0 +298255,0,0,0,0,0 +298256,0,0,0,0,0 +298257,0,0,0,0,0 +298258,0,0,0,0,0 +298259,0,0,0,0,0 +298260,0,0,0,0,0 +298261,0,0,0,0,0 +298262,0,0,0,0,0 +298263,0,0,0,0,0 +298264,0,0,0,0,0 +298265,0,0,0,0,0 +298266,0,0,0,0,0 +298267,0,0,0,0,0 +298268,0,0,0,0,0 +298269,0,0,0,0,0 +298270,0,0,0,0,0 +298271,0,0,0,0,0 +298272,0,0,0,0,0 +298273,0,0,0,0,0 +298274,0,0,0,0,0 +298275,0,0,0,0,0 +298276,0,0,0,0,0 +298277,0,0,0,0,0 +298278,0,0,0,0,0 +298279,0,0,0,0,0 +298280,0,0,0,0,0 +298281,0,0,0,0,0 +298282,0,0,0,0,0 +298283,0,0,0,0,0 +298284,0,0,0,0,0 +298285,0,0,0,0,0 +298286,0,0,0,0,0 +298287,0,0,0,0,0 +298288,0,0,0,0,0 +298289,0,0,0,0,0 +298290,0,0,0,0,0 +298291,0,0,0,0,0 +298292,0,0,0,0,0 +298293,0,0,0,0,0 +298294,0,0,0,0,0 +298295,0,0,0,0,0 +298296,0,0,0,0,0 +298297,0,0,0,0,0 +298298,0,0,0,0,0 +298299,0,0,0,0,0 +298300,0,0,0,0,0 +298301,0,0,0,0,0 +298302,0,0,0,0,0 +298303,0,0,0,0,0 +298304,0,0,0,0,0 +298305,0,0,0,0,0 +298306,0,0,0,0,0 +298307,0,0,0,0,0 +298308,0,0,0,0,0 +298309,0,0,0,0,0 +298310,0,0,0,0,0 +298311,0,0,0,0,0 +298312,0,0,0,0,0 +298313,0,0,0,0,0 +298314,0,0,0,0,0 +298315,0,0,0,0,0 +298316,0,0,0,0,0 +298317,0,0,0,0,0 +298318,0,0,0,0,0 +298319,0,0,0,0,0 +298320,0,0,0,0,0 +298321,0,0,0,0,0 +298322,0,0,0,0,0 +298323,0,0,0,0,0 +298324,0,0,0,0,0 +298325,0,0,0,0,0 +298326,0,0,0,0,0 +298327,0,0,0,0,0 +298328,0,0,0,0,0 +298329,0,0,0,0,0 +298330,0,0,0,0,0 +298331,0,0,0,0,0 +298332,0,0,0,0,0 +298333,0,0,0,0,0 +298334,0,0,0,0,0 +298335,0,0,0,0,0 +298336,0,0,0,0,0 +298337,0,0,0,0,0 +298338,0,0,0,0,0 +298339,0,0,0,0,0 +298340,0,0,0,0,0 +298341,0,0,0,0,0 +298342,0,0,0,0,0 +298343,0,0,0,0,0 +298344,0,0,0,0,0 +298345,0,0,0,0,0 +298346,0,0,0,0,0 +298347,0,0,0,0,0 +298348,0,0,0,0,0 +298349,0,0,0,0,0 +298350,0,0,0,0,0 +298351,0,0,0,0,0 +298352,0,0,0,0,0 +298353,0,0,0,0,0 +298354,0,0,0,0,0 +298355,0,0,0,0,0 +298356,0,0,0,0,0 +298357,0,0,0,0,0 +298358,0,0,0,0,0 +298359,0,0,0,0,0 +298360,0,0,0,0,0 +298361,0,0,0,0,0 +298362,0,0,0,0,0 +298363,0,0,0,0,0 +298364,0,0,0,0,0 +298365,0,0,0,0,0 +298366,0,0,0,0,0 +298367,0,0,0,0,0 +298368,0,0,0,0,0 +298369,0,0,0,0,0 +298370,0,0,0,0,0 +298371,0,0,0,0,0 +298372,0,0,0,0,0 +298373,0,0,0,0,0 +298374,0,0,0,0,0 +298375,0,0,0,0,0 +298376,0,0,0,0,0 +298377,0,0,0,0,0 +298378,0,0,0,0,0 +298379,0,0,0,0,0 +298380,0,0,0,0,0 +298381,0,0,0,0,0 +298382,0,0,0,0,0 +298383,0,0,0,0,0 +298384,0,0,0,0,0 +298385,0,0,0,0,0 +298386,0,0,0,0,0 +298387,0,0,0,0,0 +298388,0,0,0,0,0 +298389,0,0,0,0,0 +298390,0,0,0,0,0 +298391,0,0,0,0,0 +298392,0,0,0,0,0 +298393,0,0,0,0,0 +298394,0,0,0,0,0 +298395,0,0,0,0,0 +298396,0,0,0,0,0 +298397,0,0,0,0,0 +298398,0,0,0,0,0 +298399,0,0,0,0,0 +298400,0,0,0,0,0 +298401,0,0,0,0,0 +298402,0,0,0,0,0 +298403,0,0,0,0,0 +298404,0,0,0,0,0 +298405,0,0,0,0,0 +298406,0,0,0,0,0 +298407,0,0,0,0,0 +298408,0,0,0,0,0 +298409,0,0,0,0,0 +298410,0,0,0,0,0 +298411,0,0,0,0,0 +298412,0,0,0,0,0 +298413,0,0,0,0,0 +298414,0,0,0,0,0 +298415,0,0,0,0,0 +298416,0,0,0,0,0 +298417,0,0,0,0,0 +298418,0,0,0,0,0 +298419,0,0,0,0,0 +298420,0,0,0,0,0 +298421,0,0,0,0,0 +298422,0,0,0,0,0 +298423,0,0,0,0,0 +298424,0,0,0,0,0 +298425,0,0,0,0,0 +298426,0,0,0,0,0 +298427,0,0,0,0,0 +298428,0,0,0,0,0 +298429,0,0,0,0,0 +298430,0,0,0,0,0 +298431,0,0,0,0,0 +298432,0,0,0,0,0 +298433,0,0,0,0,0 +298434,0,0,0,0,0 +298435,0,0,0,0,0 +298436,0,0,0,0,0 +298437,0,0,0,0,0 +298438,0,0,0,0,0 +298439,0,0,0,0,0 +298440,0,0,0,0,0 +298441,0,0,0,0,0 +298442,0,0,0,0,0 +298443,0,0,0,0,0 +298444,0,0,0,0,0 +298445,0,0,0,0,0 +298446,0,0,0,0,0 +298447,0,0,0,0,0 +298448,0,0,0,0,0 +298449,0,0,0,0,0 +298450,0,0,0,0,0 +298451,0,0,0,0,0 +298452,0,0,0,0,0 +298453,0,0,0,0,0 +298454,0,0,0,0,0 +298455,0,0,0,0,0 +298456,0,0,0,0,0 +298457,0,0,0,0,0 +298458,0,0,0,0,0 +298459,0,0,0,0,0 +298460,0,0,0,0,0 +298461,0,0,0,0,0 +298462,0,0,0,0,0 +298463,0,0,0,0,0 +298464,0,0,0,0,0 +298465,0,0,0,0,0 +298466,0,0,0,0,0 +298467,0,0,0,0,0 +298468,0,0,0,0,0 +298469,0,0,0,0,0 +298470,0,0,0,0,0 +298471,0,0,0,0,0 +298472,0,0,0,0,0 +298473,0,0,0,0,0 +298474,0,0,0,0,0 +298475,0,0,0,0,0 +298476,0,0,0,0,0 +298477,0,0,0,0,0 +298478,0,0,0,0,0 +298479,0,0,0,0,0 +298480,0,0,0,0,0 +298481,0,0,0,0,0 +298482,0,0,0,0,0 +298483,0,0,0,0,0 +298484,0,0,0,0,0 +298485,0,0,0,0,0 +298486,0,0,0,0,0 +298487,0,0,0,0,0 +298488,0,0,0,0,0 +298489,0,0,0,0,0 +298490,0,0,0,0,0 +298491,0,0,0,0,0 +298492,0,0,0,0,0 +298493,0,0,0,0,0 +298494,0,0,0,0,0 +298495,0,0,0,0,0 +298496,0,0,0,0,0 +298497,0,0,0,0,0 +298498,0,0,0,0,0 +298499,0,0,0,0,0 +298500,0,0,0,0,0 +298501,175.4357962,92.59409363,223.2214474,81.16704294,-63.61363052 +298502,307.1224927,152.2285318,354.0921842,141.0941104,182.6206128 +298503,297.3685222,147.4024559,343.0639556,136.6369365,175.3311943 +298504,286.1209571,141.9300651,330.5151634,131.5051813,165.2338433 +298505,275.4332737,136.835835,318.6948868,126.6850162,154.5587805 +298506,265.952505,132.4136576,308.2742679,122.4724515,144.3756673 +298507,257.6241537,128.6068857,299.167776,118.8274887,134.8969387 +298508,250.2205919,125.2809095,291.11068,115.6254808,126.0336395 +298509,243.5482914,122.3285764,283.8853475,112.767614,117.6673959 +298510,237.477194,119.6743045,277.3490404,110.184665,109.7184447 +298511,231.9187619,117.2706778,271.3957754,107.8344232,102.1388927 +298512,226.8091678,115.0781336,265.950526,105.6831658,94.89552247 +298513,222.0875704,113.0687653,260.9446622,103.7029045,87.9627403 +298514,217.7059288,111.213742,256.3242328,101.8691193,81.31272674 +298515,213.6156611,109.492557,252.0346918,100.1608932,74.91862239 +298516,209.7823421,107.8836911,248.0367237,98.56076702,68.75622145 +298517,206.1699454,106.3735382,244.2894653,97.05419432,62.80393581 +298518,202.7546868,104.9485533,240.7655178,95.62897179,57.04230549 +298519,199.5092462,103.5968078,237.4339413,94.27485641,51.45390405 +298520,196.4173183,102.3084762,234.2758897,92.98322502,46.02310075 +298521,193.4572227,101.075279,231.2708367,91.74653906,40.73482994 +298522,190.6189201,99.89099141,228.4015259,90.55905528,35.57816061 +298523,187.8851996,98.7497697,225.6520879,89.41528888,30.54075365 +298524,185.2488741,97.64682743,223.0096722,88.31074693,25.61227387 +298525,182.6964783,96.57810175,220.4634386,87.24161102,20.78351878 +298526,180.2236196,95.54009037,218.0039918,86.20457916,16.04610102 +298527,177.8191723,94.52981769,215.623226,85.19683602,11.3925907 +298528,175.4807763,93.54469048,213.3139931,84.21591427,6.816163869 +298529,173.1989652,92.5824841,211.070075,83.25968641,2.31073969 +298530,170.9729138,91.64126903,208.8860225,82.32629652,-2.129163244 +298531,168.7943601,90.71934845,206.7570133,81.41410209,-6.508549728 +298532,166.6722208,89.83291344,204.7141293,80.5275133,-10.83197706 +298533,164.6087109,88.9922662,202.7767309,79.66914034,-15.10351993 +298534,162.6011348,88.19896836,200.9468327,78.83879397,-19.32674047 +298535,160.6452154,87.45001057,199.2174142,78.0347963,-23.50501716 +298536,158.7369102,86.74135122,197.5794423,77.25518617,-27.64137489 +298537,156.8727717,86.06935184,196.0247002,76.49818451,-31.73857406 +298538,155.0498448,85.43101879,194.5462664,75.76226876,-35.79915908 +298539,153.2655562,84.8238791,193.1382832,75.04614021,-39.82540015 +298540,151.5175586,84.24579239,191.7955868,74.3486388,-43.81942491 +298541,149.8037315,83.69487787,190.5135737,73.66872915,-47.78314495 +298542,148.1221155,83.16944869,189.2880683,73.00546253,-51.71835086 +298543,146.4709398,82.66800556,188.1153157,72.35798514,-55.62664229 +298544,144.8485373,82.18918492,186.9918721,71.72549775,-59.50956813 +298545,143.2534183,81.73178017,185.9146545,71.10728755,-63.3684731 +298546,141.6841598,81.29467999,184.8808081,70.50267644,-67.20468772 +298547,140.1394543,80.87688039,183.8877341,69.91104188,-71.01942439 +298548,138.6180629,80.47745537,182.9330259,69.33179502,-74.81385378 +298549,137.1188501,80.0955655,182.0144885,68.76439553,-78.58903033 +298550,135.6407426,79.73043328,181.1300835,68.20833232,-82.34596319 +298551,134.1826511,79.38130297,180.2778405,67.66308774,-86.08574784 +298552,132.7442368,79.04778484,179.4566136,67.12848576,-89.80817046 +298553,131.3239582,78.72896341,178.6641187,66.60380337,-93.51525229 +298554,129.9200066,78.42382061,177.8978633,66.08819661,-97.20954644 +298555,128.5316696,78.13185284,177.1565018,65.58131996,-100.8916538 +298556,127.1613484,77.85398567,176.4418483,65.08424323,-104.5565515 +298557,125.8707649,77.80429911,176.1110113,64.5961098,-108.2111492 +298558,124.6364367,77.90463122,176.0305494,64.11555984,-111.854833 +298559,123.4269286,78.0494601,176.0251123,63.6423362,-115.485448 +298560,122.2225216,78.18348697,176.0022989,63.17490997,-119.1081952 +298561,122.8402436,79.12149643,177.7611457,63.54117339,-119.4113212 +298562,141.4936152,138.6882876,373.4394915,72.24553968,-85.7554898 +298563,169.5338864,777.5805379,1738.205871,85.16985506,-33.49512028 +298564,298.848781,402.6769984,921.2935816,551.5224036,21.15110842 +298565,1337.986586,515.236578,1162.035495,386.1939586,70.97147871 +298566,690.2904448,528.4789947,1189.05216,405.3653688,114.6585847 +298567,907.6048744,539.5174708,1209.358717,436.9737014,153.0485527 +298568,929.3421687,550.1140063,1229.281368,447.1780428,187.2067312 +298569,946.8288507,560.1680289,1248.429749,455.875849,217.8716267 +298570,963.3642109,570.5681956,1267.187307,464.9414934,245.5325133 +298571,979.9996837,580.2222766,1285.373265,473.2804869,270.5432002 +298572,995.2127107,589.8369896,1303.209332,481.6103685,293.1927317 +298573,1010.435079,599.4163694,1320.67658,489.724474,313.7455715 +298574,1025.160316,608.6606387,1348.789201,497.6450393,332.437392 +298575,1039.665465,617.9891146,1350.229841,505.5516304,349.4774211 +298576,1053.853356,626.7137764,1361.061435,512.9014323,364.6380914 +298577,1067.723728,636.1936638,1394.42759,520.7652004,582.7679615 +298578,1081.327596,645.063481,1401.366228,527.9733169,970.5994207 +298579,1094.78786,653.4849257,1419.263039,535.2600876,735.8904492 +298580,1107.894712,662.3046446,1434.605488,542.6185647,842.6662643 +298581,1120.747552,670.8537589,1450.013947,549.2948407,864.5846098 +298582,1133.492478,679.1833164,1465.049129,556.3334917,884.8343719 +298583,1145.850148,687.6412149,1479.844492,563.1319275,899.448791 +298584,1158.172686,695.7865771,1494.430398,569.8082987,915.6580136 +298585,1170.112285,703.9857938,1508.969545,576.3799605,930.5464949 +298586,1182.033811,712.0247115,1522.924701,582.9167005,945.4051536 +298587,1193.576704,719.6912757,1537.236843,589.0255001,959.746966 +298588,1205.063555,728.1023662,1550.811265,595.6847902,973.6911321 +298589,1216.371366,735.6782353,1564.579152,601.7412382,987.254974 +298590,1227.373077,743.4598303,1577.94565,607.8547142,1000.421271 +298591,1238.555764,754.0931794,1595.23308,613.828311,1013.326389 +298592,1249.633168,765.0380182,1612.361336,619.6055017,1025.830499 +298593,1260.453538,776.2619942,1629.957356,625.3941456,1038.048316 +298594,1278.667415,803.6255477,1670.592066,631.342169,1050.042536 +298595,1290.174384,817.5031361,1706.935898,636.9878478,1061.686027 +298596,1301.299031,830.4595846,1697.399812,642.5426227,1072.989037 +298597,1311.625486,843.1869774,1722.70202,647.9493228,1084.160332 +298598,1323.128389,855.9563766,1751.991532,653.3771819,1094.956366 +298599,1333.211193,868.6339935,1762.354456,658.6330821,1105.280775 +298600,1343.857897,881.315627,1781.805463,663.8969317,1116.170274 +298601,1353.941529,894.1264058,1799.361541,669.101786,1126.16552 +298602,1364.263708,906.834255,1816.79936,674.1748937,1136.191046 +298603,1380.197669,936.1863914,1855.877453,678.5566303,1146.116706 +298604,1390.891669,951.5895622,1875.852784,683.4211906,1155.789536 +298605,1401.033636,965.8554774,1905.638129,688.1998097,1165.140785 +298606,1411.203807,979.8588009,1909.371378,693.0279658,1174.496793 +298607,1421.066605,993.8646016,1915.420816,697.8181338,1183.600636 +298608,1430.684453,1007.648774,1957.713681,702.4853269,1192.541434 +298609,1440.510975,1021.565632,1966.634076,707.1831936,1201.493581 +298610,1450.029659,1034.81447,1968.521717,711.810086,1210.043898 +298611,1418.425572,1030.49496,1979.463482,697.7179839,1144.540076 +298612,1308.07902,989.1207113,1840.408684,647.4750947,938.4045202 +298613,1791.567734,1213.968379,2252.720616,861.7144829,1798.321381 +298614,1296.081978,1010.478214,1993.963006,650.9251875,916.1774383 +298615,1355.391695,1037.99537,1857.911581,666.2332155,980.3470362 +298616,1824.349259,1274.644453,2195.211381,878.6640035,1843.109468 +298617,1149.752987,983.9512566,1949.281228,574.1625234,576.3785214 +298618,1902.999929,1339.674653,2158.610806,912.6491294,1969.87856 +298619,1164.136555,1004.762115,1934.692042,580.8111346,565.3551392 +298620,1920.884701,1367.63839,2151.460138,920.6213973,1995.967537 +298621,1796.69014,1329.618813,2117.325764,859.1104408,1705.341694 +298622,2004.180137,1388.230942,2115.035469,951.7025427,2127.253229 +298623,1983.96877,1430.145971,2131.463057,942.8050387,2043.192197 +298624,1995.80803,1430.06253,2151.585911,948.1915175,2059.679909 +298625,2008.029952,1448.770884,2170.725364,953.5359734,2070.152635 +298626,2020.043246,1464.831831,2188.187006,959.067923,2078.752897 +298627,2032.022955,1480.609643,2204.295805,964.3553251,2092.778115 +298628,2043.470126,1496.211934,2219.191011,969.6533703,2094.48227 +298629,2063.945378,1512.141251,2232.920631,974.8934918,2105.9607 +298630,2064.172007,1527.834915,2245.923266,980.101261,2119.363799 +298631,2069.581713,1543.374791,2258.194704,985.272272,2120.702589 +298632,2095.680236,1559.069162,2269.541742,990.4124446,2130.881496 +298633,2099.52702,1574.650454,2280.348832,995.4609343,2143.911835 +298634,2112.358425,1590.227656,2290.652716,1000.636813,2145.767561 +298635,2123.73984,1605.873281,2302.335735,1005.647659,2159.298115 +298636,2134.555353,1621.242657,2310.754776,1014.444376,2165.982402 +298637,2145.965733,1636.722409,2319.40126,1013.674629,2172.974328 +298638,2163.052113,1659.241973,2327.777629,1029.76595,2178.87039 +298639,2175.128046,1675.527828,2336.050546,1020.910476,2179.066125 +298640,2186.308232,1693.78356,2343.7606,1046.59896,2177.436817 +298641,2197.639097,1722.185254,2350.572638,1022.762641,2173.316507 +298642,2208.89624,1726.346312,2356.654236,1041.724753,2168.954433 +298643,2219.74763,1732.523675,2361.754139,1050.076396,2164.511849 +298644,2249.581345,1782.528695,2366.180873,1050.739345,2159.975113 +298645,2213.912327,1788.295615,2371.911517,1056.802138,2157.635473 +298646,2266.085323,1811.740113,2374.707755,1061.731301,2152.225944 +298647,2260.743835,1832.111607,2377.947345,1066.386935,2147.573277 +298648,2274.32072,1853.117447,2380.921079,1071.332153,2143.23396 +298649,2285.34121,1871.293071,2383.839904,1076.121456,2139.159318 +298650,2317.017379,1893.311337,2386.823596,1080.80104,2135.271635 +298651,2273.734363,1908.088366,2389.733303,1084.872002,2131.639302 +298652,2331.287878,1922.723481,2392.344109,1089.009675,2128.25297 +298653,2316.569416,1937.281873,2394.122789,1092.764199,2125.023103 +298654,2333.123694,1950.988516,2396.143863,1096.665385,2121.978586 +298655,2339.72172,1964.325818,2397.755123,1100.508744,2119.105813 +298656,2371.16205,1977.391233,2399.33683,1104.063327,2116.330592 +298657,2323.333478,1990.227698,2400.559074,1107.905163,2113.739084 +298658,2404.491582,2002.682712,2401.699079,1111.47736,2111.388618 +298659,2335.254184,2039.088598,2402.671691,1115.146005,2109.131319 +298660,2420.934253,1992.069017,2404.129126,1118.58701,2107.486179 +298661,2360.011665,2074.177403,2407.560464,1122.142171,2108.727492 +298662,2424.114064,2037.97589,2408.356266,1125.591107,2106.99877 +298663,2396.579789,2065.546372,2411.420529,1129.016618,2108.255343 +298664,2416.479451,2073.687395,2412.171665,1132.395269,2106.877097 +298665,2422.12042,2084.446189,2414.05929,1135.744791,2107.050247 +298666,2429.834415,2094.642223,2416.485457,1139.054092,2108.030883 +298667,2437.245177,2105.009262,2419.300841,1142.328444,2109.38054 +298668,2444.842035,2114.649609,2421.94146,1145.56878,2110.900833 +298669,2451.967376,2124.679945,2424.50805,1148.775054,2112.468981 +298670,2459.669152,2134.142656,2426.966213,1151.94899,2114.025645 +298671,2466.822696,2143.50513,2429.290732,1155.166086,2115.522546 +298672,2474.101443,2152.442126,2431.469219,1158.163208,2116.931721 +298673,2481.22837,2161.594267,2433.507903,1161.297062,2118.253176 +298674,2488.323725,2170.353457,2437.124845,1164.337212,2121.581973 +298675,2495.467293,2178.784077,2437.888164,1167.354336,2121.507362 +298676,2502.527676,2194.503635,2439.222849,1170.34895,2122.393397 +298677,2517.456687,2192.556271,2440.773347,1173.312631,2123.377771 +298678,2504.7337,2204.978447,2442.073258,1176.24987,2124.102243 +298679,2535.854761,2212.153623,2443.517305,1179.159892,2124.810858 +298680,2526.116682,2219.62985,2444.833649,1181.967113,2125.665311 +298681,2543.373449,2229.899413,2447.556457,1187.515089,2129.21419 +298682,2550.906486,2237.717191,2450.456385,1190.67025,2133.106066 +298683,2557.450799,2244.977256,2453.315681,1193.803727,2137.036814 +298684,2564.103897,2252.347257,2455.87692,1196.656361,2140.664693 +298685,2571.15244,2259.24434,2458.118972,1199.615055,2143.948059 +298686,2577.584952,2265.950451,2460.079681,1202.452342,2146.920091 +298687,2584.192986,2272.534535,2461.809167,1205.256697,2149.634477 +298688,2590.536416,2278.909602,2463.356567,1208.023394,2152.147707 +298689,2597.014788,2285.158389,2464.7531,1210.755753,2154.493137 +298690,2603.221978,2291.149126,2466.021386,1213.456864,2156.698256 +298691,2609.320577,2296.82781,2467.176128,1216.127697,2158.78062 +298692,2615.785669,2302.78494,2468.239202,1218.770251,2160.768835 +298693,2621.812452,2308.238541,2469.211074,1221.384805,2162.662535 +298694,2627.927397,2313.600475,2470.087832,1223.972974,2164.458989 +298695,2633.856709,2318.841236,2470.870802,1226.534772,2166.158808 +298696,2640.026099,2323.848266,2471.572797,1229.07157,2167.779242 +298697,2653.229467,2328.769744,2472.328722,1231.58331,2169.484695 +298698,2649.002528,2333.498645,2473.004548,1234.071105,2171.113603 +298699,2658.281586,2338.066204,2473.450129,1236.53478,2172.480499 +298700,2664.233735,2342.547459,2473.818773,1238.97557,2173.772005 +298701,2669.56779,2346.752043,2474.159271,1241.393248,2175.045607 +298702,2675.332628,2350.898143,2474.43228,1243.869157,2176.454478 +298703,2680.897948,2354.865824,2474.641297,1246.122948,2177.582862 +298704,2686.331762,2358.529564,2474.79945,1248.532201,2178.657449 +298705,2692.312277,2362.416995,2474.916959,1250.850838,2179.70109 +298706,2697.664644,2365.856581,2474.989364,1253.160694,2180.70459 +298707,2702.42775,2363.251344,2474.891131,1258.341522,2181.51815 +298708,2707.622769,2364.99193,2474.68455,1260.996261,2182.081562 +298709,2720.104088,2367.679059,2474.617058,1263.463435,2182.733491 +298710,2708.622444,2370.137393,2474.453881,1265.869678,2183.256293 +298711,2732.980156,2372.54375,2474.275481,1268.192901,2183.782559 +298712,2727.394732,2374.851658,2474.251408,1270.692598,2184.524222 +298713,2733.625073,2377.020634,2474.104558,1272.985802,2185.135947 +298714,2739.675484,2379.087829,2473.85869,1275.325093,2185.640858 +298715,2744.95142,2388.223251,2473.931262,1277.628839,2186.486725 +298716,2749.563728,2373.344689,2473.675468,1279.910246,2186.973183 +298717,2762.010848,2395.215703,2473.506746,1282.170031,2187.57338 +298718,2758.706522,2376.656842,2473.18371,1284.409298,2187.988133 +298719,2764.482087,2397.86682,2472.935656,1288.456706,2188.697494 +298720,2771.190431,2379.469672,2472.448822,1287.749573,2188.842878 +298721,2775.176266,2400.417312,2471.997444,1296.242312,2189.022707 +298722,2779.992407,2381.81375,2471.516161,1285.313956,2189.409683 +298723,2792.057693,2402.482442,2471.169515,1315.765606,2189.1679 +298724,2788.968562,2383.651325,2470.847048,1271.689667,2189.775309 +298725,2794.059002,2404.088039,2470.364418,1311.558419,2189.902405 +298726,2799.738971,2384.964077,2469.945505,1316.864611,2190.451493 +298727,2811.409275,2405.262757,2470.017258,1277.183338,2191.589074 +298728,2802.080619,2385.805298,2469.957065,1318.560122,2192.539943 +298729,2818.872749,2405.889917,2469.706029,1304.946626,2193.230465 +298730,2820.111436,2386.294364,2471.173678,1309.882167,2196.003828 +298731,2828.624467,2406.070159,2470.113938,1311.766426,2195.660927 +298732,2829.094264,2386.126385,2471.185609,1313.834973,2198.140304 +298733,2830.058815,2405.881265,2469.654602,1315.799104,2197.161791 +298734,2840.18009,2385.329211,2468.760647,1317.769995,2196.917677 +298735,2842.563197,2405.567919,2469.91105,1319.748124,2199.140373 +298736,2844.366804,2384.112232,2470.107892,1321.66622,2200.167135 +298737,2846.664828,2397.222578,2469.721012,1323.589528,2200.438548 +298738,2847.273843,2392.19701,2467.481235,1325.500559,2198.369285 +298739,2845.839932,2391.569156,2466.019353,1327.404067,2197.193086 +298740,2847.534284,2390.942789,2466.397988,1329.294817,2198.230585 +298741,2836.847056,2338.512425,2465.533173,1277.717962,2199.017505 +298742,2705.27698,2331.75284,2456.631008,1278.618859,2188.280099 +298743,2768.670858,2330.844248,2443.413438,1285.186128,2171.073818 +298744,2761.127041,2328.386242,2434.592597,1270.304054,2158.674083 +298745,2759.175625,2325.692534,2426.79216,1285.810339,2147.680604 +298746,2762.275317,2323.195033,2421.877366,1297.471344,2140.272727 +298747,2766.070706,2320.749945,2420.513787,1258.573084,2137.339997 +298748,2774.62829,2317.770665,2417.823783,1295.958528,2132.95768 +298749,2763.299929,2315.084571,2416.168956,1301.651224,2129.829329 +298750,2778.994808,2312.2067,2415.055028,1257.86302,2127.768231 +298751,2777.015121,2309.214752,2414.494492,1300.930793,2126.549187 +298752,2779.171867,2306.266855,2415.728228,1285.280723,2127.867906 +298753,2780.292982,2302.922919,2414.330649,1289.410775,2125.747598 +298754,2790.321836,2299.806688,2413.749791,1290.344544,2124.949309 +298755,2780.116683,2296.465013,2413.397593,1291.454113,2124.531224 +298756,2793.453037,2293.220025,2413.114162,1292.483947,2124.287866 +298757,2792.80872,2289.458741,2413.058488,1293.521088,2124.402603 +298758,2793.612662,2285.950918,2413.033562,1294.553835,2124.630867 +298759,2802.899664,2282.335303,2413.317274,1295.582652,2125.44293 +298760,2794.010762,2278.528621,2413.698529,1296.603688,2126.54133 +298761,2805.118535,2274.677151,2413.9353,1297.618998,2127.50738 +298762,2805.502004,2270.716899,2414.251467,1298.631128,2128.808034 +298763,2806.305011,2266.731704,2414.540665,1299.638012,2129.890033 +298764,2807.688215,2262.594846,2414.701648,1300.640061,2130.830429 +298765,2809.528121,2258.583831,2414.795419,1301.637525,2131.70319 +298766,2811.584675,2254.101659,2414.872855,1302.63001,2132.568586 +298767,2815.705978,2249.860909,2416.639853,1303.620334,2135.520827 +298768,2817.993871,2245.430173,2417.476451,1304.600258,2137.359366 +298769,2817.528239,2240.804655,2416.220784,1305.575955,2136.65051 +298770,2816.950568,2236.299289,2415.626948,1306.550665,2136.744723 +298771,2816.794931,2231.48489,2415.213165,1307.508761,2137.042361 +298772,2816.887822,2226.679678,2414.862809,1308.46054,2137.408619 +298773,2817.011407,2213.917624,2414.454811,1309.405992,2137.501136 +298774,2817.361488,2227.592953,2414.135692,1310.345476,2137.926324 +298775,2817.775414,2198.845802,2413.81939,1311.278772,2138.36563 +298776,2818.105638,2210.562555,2413.42338,1312.206202,2138.715646 +298777,2818.566938,2199.426192,2413.09203,1313.041986,2139.148763 +298778,2819.080186,2194.9553,2412.779222,1314.170012,2139.60769 +298779,2819.587695,2189.696741,2412.452805,1314.891299,2140.054798 +298780,2820.121513,2184.257067,2412.136235,1315.867949,2140.518491 +298781,2820.669389,2178.732487,2411.823836,1316.752874,2140.991654 +298782,2821.223101,2173.28355,2411.512038,1317.643372,2141.469644 +298783,2821.77653,2167.46716,2411.198102,1318.528466,2141.948587 +298784,2822.330032,2161.793422,2410.88329,1319.407282,2142.429731 +298785,2822.886455,2156.071137,2410.569864,1320.280234,2142.914892 +298786,2823.447162,2150.209974,2410.259878,1321.14697,2143.40713 +298787,2824.008419,2144.293224,2409.950491,1322.007877,2143.706158 +298788,2824.572645,2138.36161,2409.451038,1322.862616,2144.233885 +298789,2825.137884,2132.375053,2409.156895,1323.711603,2144.767649 +298790,2825.698649,2126.437834,2408.865953,1324.554458,2145.299532 +298791,2826.249555,2120.111398,2408.569867,1325.391647,2145.823205 +298792,2826.79466,2114.032769,2408.269839,1326.222779,2146.342633 +298793,2827.339024,2107.837975,2407.968353,1327.048321,2146.697823 +298794,2827.88611,2101.556393,2407.669373,1327.867897,2147.277129 +298795,2828.431933,2095.217876,2407.370781,1328.681975,2147.721293 +298796,2828.975559,2088.906959,2407.072929,1329.57734,2148.43139 +298797,2829.510697,2082.596154,2406.771268,1330.250145,2149.138199 +298798,2830.039262,2075.989689,2406.468062,1331.108923,2149.558234 +298799,2830.564806,2069.565012,2406.165101,1331.887615,2150.105968 +298800,2831.09398,2063.076948,2405.866994,1332.673104,2150.438426 +298801,2829.10542,1926.698032,2402.853679,1224.473313,2145.765571 +298802,2812.887379,1946.064584,2390.07435,1222.947662,2126.009086 +298803,2719.074675,1924.404832,2371.168433,1222.211005,2096.458551 +298804,2581.983985,1919.19636,2348.491415,1221.740047,2061.297156 +298805,2690.012523,1911.723219,2328.195421,1221.652697,2029.005631 +298806,2653.917017,1903.993943,2314.555254,1221.494747,2005.039451 +298807,2653.564325,1896.42879,2304.976198,1221.48652,1986.411386 +298808,2654.774327,1914.374645,2299.072672,1221.521159,1972.785128 +298809,2654.852332,1844.86201,2293.869893,1221.596714,1960.361168 +298810,2654.810186,1891.399191,2287.719327,1221.705202,1947.518909 +298811,2655.797002,1862.586155,2283.037275,1221.92474,1936.97777 +298812,2656.307969,1858.880025,2279.202811,1221.961651,1927.920917 +298813,2664.556278,1851.358481,2276.117496,1222.202479,1920.189054 +298814,2650.064825,1844.103291,2273.266484,1222.390933,1913.116013 +298815,2666.244187,1836.607261,2270.5785,1222.609637,1906.575391 +298816,2660.383278,1829.222859,2268.25434,1222.845674,1900.774746 +298817,2660.330902,1821.836236,2265.987962,1223.097521,1895.300798 +298818,2662.208809,1814.339847,2264.47238,1223.365199,1891.430802 +298819,2664.315454,1807.151414,2264.965369,1223.638627,1890.387499 +298820,2663.833448,1799.840136,2262.796264,1224.437414,1886.236373 +298821,2665.045345,1817.408607,2261.092245,1224.204112,1882.782387 +298822,2666.35506,1749.037088,2259.634354,1225.550843,1879.722498 +298823,2668.348087,1795.157849,2260.039077,1222.761561,1879.038103 +298824,2668.084585,1766.729556,2257.795182,1231.230314,1875.173461 +298825,2676.44107,1763.188794,2256.303097,1218.06298,1872.495907 +298826,2664.833646,1756.17311,2256.630793,1237.736764,1871.888109 +298827,2678.032324,1748.937751,2254.371117,1213.177407,1868.1448 +298828,2675.640789,1741.831585,2254.600893,1245.605131,1867.496725 +298829,2674.022382,1734.732047,2252.400064,1206.667302,1863.893945 +298830,2675.709327,1727.678006,2250.742778,1256.901762,1860.976458 +298831,2677.556992,1720.515458,2249.395269,1196.141805,1858.446769 +298832,2685.880553,1713.506707,2248.44796,1242.557672,1856.425439 +298833,2674.149981,1706.499984,2247.456239,1233.617385,1854.376115 +298834,2686.326784,1699.45126,2246.39767,1217.1622,1852.27295 +298835,2684.523057,1692.565821,2245.541927,1235.18609,1850.44347 +298836,2684.167252,1685.578532,2244.65014,1241.892534,1848.589836 +298837,2685.129065,1678.897942,2243.680512,1210.767439,1846.656173 +298838,2693.18841,1672.036543,2242.892517,1240.298272,1844.95729 +298839,2683.906982,1665.315958,2242.032434,1243.986538,1843.178624 +298840,2693.069197,1658.636138,2241.10512,1209.633737,1841.323368 +298841,2692.57441,1652.013419,2240.328366,1242.85951,1839.656626 +298842,2692.459751,1645.447963,2239.499619,1247.823674,1837.92788 +298843,2692.972029,1638.949173,2238.613709,1207.0852,1836.12919 +298844,2693.969117,1632.512859,2237.728137,1246.199872,1834.329155 +298845,2695.120561,1626.143144,2236.810179,1231.34032,1832.485764 +298846,2695.708178,1619.842655,2235.897929,1234.715144,1830.644737 +298847,2694.989197,1613.502262,2234.956146,1235.117391,1828.761983 +298848,2694.163387,1631.573688,2233.879541,1235.7173,1826.706914 +298849,2693.438918,1566.81096,2232.774567,1236.24957,1824.608989 +298850,2692.826615,1611.843766,2231.655518,1236.801143,1822.484886 +298851,2692.163034,1586.554999,2230.438333,1237.361307,1820.230918 +298852,2691.521194,1582.43843,2229.187917,1237.930179,1817.926734 +298853,2690.933323,1578.378982,2227.938312,1238.507476,1815.614346 +298854,2690.371774,1571.845757,2226.68166,1239.092987,1813.284823 +298855,2689.841486,1566.581117,2225.428207,1239.686817,1810.951739 +298856,2689.341511,1560.998166,2224.1827,1240.288714,1808.621839 +298857,2691.563491,1555.604978,2224.669347,1240.901372,1808.425355 +298858,2689.736337,1550.287505,2222.59248,1241.514148,1805.078091 +298859,2688.747983,1545.067818,2221.048881,1242.143211,1802.381231 +298860,2688.017956,1539.943323,2219.656671,1242.775732,1799.854212 +298861,2688.02702,1643.58061,2219.158995,1349.88468,1799.320503 +298862,2702.089423,1641.717515,2228.333481,1352.339204,1813.511417 +298863,2722.351801,1639.132932,2241.949774,1353.945942,1835.260005 +298864,2740.911048,1636.450221,2254.722791,1355.550466,1857.020888 +298865,2754.740208,1633.706779,2264.767594,1356.949259,1874.941167 +298866,2764.199012,1630.9649,2271.808322,1358.190167,1889.363332 +298867,2770.668105,1628.254667,2276.84344,1359.613818,1901.261423 +298868,2775.339793,1625.676423,2280.590746,1360.888186,1910.934621 +298869,2778.951939,1623.467758,2283.507049,1362.43993,1919.116887 +298870,2781.896408,1621.36986,2285.849037,1364.203857,1926.134482 +298871,2784.380832,1619.314405,2287.766161,1365.912654,1932.19616 +298872,2786.525267,1617.310981,2289.35442,1367.738317,1937.449379 +298873,2788.418159,1615.347294,2290.688594,1369.641983,1942.234888 +298874,2790.128072,1613.419187,2291.828389,1371.618191,1946.229811 +298875,2791.707329,1611.525048,2292.820756,1373.86907,1949.731759 +298876,2793.182202,1609.663369,2293.693969,1379.95454,1952.81043 +298877,2794.599119,1607.833061,2294.487321,1372.507959,1955.545171 +298878,2795.972805,1606.03275,2295.218469,1382.56994,1957.985014 +298879,2797.288712,1604.261484,2295.885077,1382.454293,1960.151363 +298880,2798.562025,1602.518141,2296.502302,1385.020852,1962.084677 +298881,2799.805963,1600.801793,2297.082941,1387.477806,1963.820254 +298882,2801.021806,1599.111373,2297.631396,1390.150514,1965.381003 +298883,2802.211257,1597.446122,2298.151679,1392.672252,1966.787456 +298884,2803.3762,1595.805109,2298.647351,1395.340136,1968.057818 +298885,2804.517856,1594.199367,2299.121074,1398.195325,1969.20756 +298886,2805.64162,1592.596982,2299.577925,1401.354982,1970.254456 +298887,2806.728828,1591.034816,2300.007094,1409.63979,1971.193411 +298888,2807.821571,1589.476281,2300.436362,1397.089699,1972.068003 +298889,2808.906807,1587.956746,2300.858254,1414.209942,1972.875478 +298890,2809.952506,1586.45077,2301.253309,1411.637072,1973.599209 +298891,2810.97743,1584.886771,2301.633885,1415.642295,1974.259763 +298892,2811.978185,1583.345376,2301.995436,1418.612777,1974.86479 +298893,2812.933549,1581.809921,2302.323015,1429.211993,1975.407446 +298894,2813.886355,1580.2777,2302.643595,1413.951187,1975.925973 +298895,2815.108909,1578.776497,2302.94607,1435.949789,1976.407716 +298896,2815.977841,1577.283523,2303.21775,1426.470411,1976.83895 +298897,2816.789828,1575.804649,2303.454896,1449.353614,1977.215351 +298898,2817.596443,1574.340298,2303.684062,1430.39654,1977.570231 +298899,2818.430543,1572.890699,2303.92416,1444.741338,1977.927911 +298900,2819.24207,1571.455422,2304.143783,1449.814808,1978.250699 +298901,2820.041806,1570.035048,2304.350331,1444.544478,1978.548741 +298902,2820.835215,1568.629092,2304.547303,1457.331549,1978.827117 +298903,2821.614984,1567.237974,2304.729805,1452.484552,1979.080412 +298904,2822.524597,1565.861462,2304.989286,1465.100055,1979.422761 +298905,2826.31034,1564.503466,2307.082658,1462.146707,1982.03767 +298906,2825.968778,1563.148616,2306.563411,1468.426219,1981.425869 +298907,2826.598101,1561.820515,2306.661601,1471.841343,1981.5752 +298908,2827.594431,1560.500596,2306.979167,1475.6134,1981.982916 +298909,2828.793418,1559.087963,2307.413976,1479.690955,1982.525638 +298910,2830.111497,1557.95697,2307.91928,1483.647908,1983.151059 +298911,2831.492068,1556.605521,2308.46362,1487.678499,1983.823752 +298912,2832.90592,1555.359715,2309.030186,1491.82569,1984.524032 +298913,2837.074108,1554.114788,2311.358053,1495.973759,1987.412521 +298914,2837.045962,1552.877199,2311.032818,1500.037996,1987.024265 +298915,2840.622417,1551.66223,2313.008507,1504.512129,1989.489626 +298916,2840.273532,1550.451254,2312.487656,1508.713581,1988.857613 +298917,2840.938774,1549.2616,2312.597781,1513.125283,1988.992764 +298918,2841.969002,1548.188879,2312.916945,1517.54717,1989.367072 +298919,2843.200764,1546.866296,2313.347611,1521.987742,1989.866357 +298920,2844.550559,1545.788861,2313.845285,1526.430567,1990.443027 +298921,2846.442028,1567.366174,2314.687085,1559.07848,1991.447388 +298922,2851.64518,1567.684526,2317.488503,1557.631662,1995.677988 +298923,2860.861712,1567.492235,2322.849546,1566.47012,2003.250425 +298924,2865.443344,1567.177289,2325.39013,1571.459913,2007.452677 +298925,2869.878763,1566.783045,2327.967241,1576.812489,2011.704276 +298926,2873.64323,1566.330205,2330.196775,1582.120294,2015.465804 +298927,2876.906295,1565.84769,2332.14276,1587.758234,2018.797637 +298928,2879.852803,1565.34681,2333.895425,1593.112177,2021.808239 +298929,2882.597507,1564.727274,2335.514355,1598.659243,2024.573086 +298930,2885.207159,1564.367346,2337.036793,1604.142095,2027.141825 +298931,2887.722473,1563.769611,2338.487214,1609.585172,2029.549309 +298932,2890.17357,1563.260602,2339.884775,1615.333685,2031.824479 +298933,2895.295785,1562.737139,2342.976226,1621.007897,2036.154151 +298934,2896.169681,1562.207061,2343.373286,1626.438386,2037.084303 +298935,2897.879018,1561.683511,2344.291223,1632.301968,2038.610612 +298936,2900.139142,1561.157451,2345.354272,1637.803497,2040.25976 +298937,2902.231666,1560.74093,2346.487852,1643.793238,2041.946586 +298938,2904.398914,1560.060262,2347.659744,1649.49902,2043.641276 +298939,2906.7427,1559.61453,2348.934563,1660.504501,2045.432858 +298940,2908.980325,1559.079284,2350.133305,1654.009741,2047.104165 +298941,2911.217972,1558.561676,2351.324785,1674.651537,2048.744151 +298942,2913.611143,1558.046599,2352.605165,1671.179163,2050.474999 +298943,2915.89961,1557.533518,2353.81488,1679.200122,2052.100288 +298944,2918.134795,1557.022732,2354.988517,1685.312905,2053.664786 +298945,2920.417589,1556.514526,2356.185138,1691.372546,2055.243284 +298946,2922.701767,1556.008578,2357.379338,1697.273715,2056.805629 +298947,2924.975274,1555.504856,2358.564688,1703.383758,2058.345384 +298948,2927.251828,1555.003779,2359.745096,1709.29291,2059.868778 +298949,2929.673952,1554.505443,2361.016097,1720.635047,2061.496462 +298950,2932.089653,1554.00913,2362.2785,1720.283314,2063.099472 +298951,2934.608389,1553.59275,2363.434168,1727.921581,2064.569898 +298952,2936.73892,1553.195334,2364.523687,1735.07913,2065.909591 +298953,2938.861544,1552.809466,2365.597835,1740.787595,2067.182788 +298954,2941.271953,1552.433145,2366.907061,1752.363421,2068.799934 +298955,2943.823641,1551.958313,2368.321399,1752.476277,2070.553487 +298956,2946.190753,1551.752998,2369.599965,1760.555953,2072.089109 +298957,2948.726692,1551.326297,2370.823435,1767.062388,2073.529313 +298958,2950.961961,1550.995998,2372.057607,1773.282105,2074.96435 +298959,2953.544937,1575.836878,2373.346336,1784.281886,2076.448948 +298960,2955.836223,1513.146002,2374.483823,1785.70023,2077.604541 +298961,2957.435471,1567.889598,2375.727155,1792.38896,2079.005088 +298962,2959.706301,1561.513115,2376.842408,1803.613761,2080.168547 +298963,2961.98552,1526.01638,2377.849395,1805.81288,2081.101143 +298964,2964.146271,1560.207836,2378.943389,1815.550284,2082.201268 +298965,2966.344539,1559.440122,2380.075554,1822.83539,2083.360388 +298966,2968.863994,1529.028355,2381.201688,1824.711307,2084.516286 +298967,2970.769762,1581.769909,2382.123622,1828.976137,2085.415101 +298968,2972.40027,1509.961278,2382.871895,1832.370798,2086.087922 +298969,2973.763232,1564.740767,2383.43469,1834.571142,2086.514034 +298970,2975.465238,1549.522906,2384.452877,1837.544554,2087.895763 +298971,2976.505061,1538.239405,2384.801681,1840.782428,2088.072759 +298972,2977.470853,1565.431181,2385.177525,1844.307625,2088.415003 +298973,2978.844076,1524.276021,2385.93646,1848.272043,2089.447654 +298974,2979.26787,1577.892683,2385.454624,1851.818679,2088.238319 +298975,2978.566794,1512.272101,2384.329708,1854.961468,2086.055637 +298976,2977.862775,1560.884938,2383.315386,1858.111383,2084.190535 +298977,2977.053039,1550.84984,2382.228928,1861.239986,2082.255573 +298978,2976.219528,1532.669338,2381.108078,1864.402809,2080.278155 +298979,2975.328983,1573.970045,2379.925106,1867.560888,2078.221941 +298980,2976.539291,1509.98198,2380.736349,1871.762394,2079.715155 +298981,2979.430179,1527.740525,2382.814384,1877.004348,2083.130305 +298982,2974.930855,1507.533878,2378.61097,1878.277279,2076.159683 +298983,2968.478079,1510.711832,2373.45696,1878.560259,2068.010734 +298984,2962.464102,1510.364102,2368.106929,1879.417782,2058.968083 +298985,2958.848062,1507.087694,2364.671548,1881.876828,2052.763943 +298986,2956.043342,1506.150787,2361.188102,1885.427118,2046.491375 +298987,2954.93438,1505.510023,2358.996798,1889.996609,2042.739454 +298988,2953.660451,1504.95065,2356.428184,1894.488873,2038.194542 +298989,2953.443673,1504.437979,2355.018715,1899.232405,2035.71678 +298990,2952.651116,1503.949058,2353.045221,1903.58222,2032.043127 +298991,2950.185423,1503.481142,2349.65895,1906.9249,2025.920518 +298992,2948.014698,1503.029536,2346.877376,1910.349626,2021.132366 +298993,2949.309073,1502.589299,2347.473749,1915.196352,2022.358526 +298994,2949.548996,1502.154705,2346.630943,1919.820219,2020.572744 +298995,2947.30805,1501.735946,2343.569371,1923.131683,2015.015891 +298996,2945.258347,1501.328056,2341.065226,1926.277636,2010.849999 +298997,2943.441911,1500.926239,2338.817719,1929.53677,2007.185568 +298998,2941.781851,1500.533721,2336.715852,1932.888878,2003.807423 +298999,2944.614598,1500.150979,2338.922622,1938.417805,2008.111108 +299000,2950.116155,1499.769559,2343.08483,1945.659289,2015.261374 +299001,2950.38008,1499.39596,2341.818939,1950.629862,2012.350443 +299002,2947.284329,1499.039337,2338.027277,1953.479514,2005.674021 +299003,2944.558254,1498.687629,2335.113518,1956.181417,2001.085395 +299004,2942.198666,1498.339605,2332.558386,1959.107798,1997.153661 +299005,2940.065634,1497.999907,2330.184699,1962.207248,1993.544078 +299006,2943.2979,1497.667892,2332.933754,1967.930393,1999.042454 +299007,2949.752795,1497.23236,2338.026967,1975.723447,2007.934445 +299008,2949.977057,1497.058665,2336.643696,1980.822555,2004.795574 +299009,2946.197697,1496.781696,2332.240801,1983.585479,1997.13172 +299010,2942.885081,1496.340468,2328.893262,1985.954895,1991.954459 +299011,2945.360637,1496.028732,2331.107612,1991.164247,1996.662149 +299012,2946.00296,1495.608391,2330.797943,1995.957607,1996.083701 +299013,2942.389677,1495.213078,2326.648481,1998.375726,1988.936806 +299014,2939.006519,1495.181848,2323.346541,2000.323206,1983.938143 +299015,2935.958538,1496.772064,2320.409708,2002.303627,1979.628026 +299016,2939.712704,1490.07128,2323.99903,2007.496814,1986.913396 +299017,2941.083562,1501.119863,2324.360848,2012.119567,1987.47928 +299018,2943.401248,1484.746734,2325.923769,2016.906403,1990.468217 +299019,2949.756156,1501.139874,2331.248478,2023.834149,1999.967432 +299020,2954.450898,1485.262684,2334.431803,2030.04744,2005.018034 +299021,2952.307493,1496.667521,2331.276748,2032.7676,1998.971295 +299022,2946.300118,1489.03093,2325.398244,2032.953264,1989.053083 +299023,2941.034351,1498.325856,2320.860454,2033.297058,1982.140461 +299024,2942.832777,1482.267794,2323.080931,2036.859858,1987.214337 +299025,2942.572084,1505.338688,2322.353338,2040.036153,1986.058372 +299026,2937.378892,1474.161793,2317.108904,2040.784577,1977.131601 +299027,2932.575371,1519.45979,2312.937485,2041.008479,1970.850714 +299028,2928.082776,1455.674863,2309.308332,2041.473594,1965.523731 +299029,2924.364821,1505.21551,2306.022002,2042.26999,1960.757137 +299030,2929.314013,1501.64755,2311.053113,2046.724234,1970.770563 +299031,2931.202513,1465.222825,2311.972172,2050.877049,1972.1758 +299032,2934.286958,1499.981816,2314.372344,2055.439558,1976.544293 +299033,2942.798555,1498.062077,2321.612945,2062.48628,1989.32463 +299034,2949.062418,1469.741774,2326.241892,2068.853523,1996.623762 +299035,2946.469632,1519.14805,2322.621223,2070.737031,1989.423159 +299036,2945.311403,1452.096179,2321.632583,2072.453755,1988.115316 +299037,2942.721434,1503.285188,2319.157626,2073.598019,1983.983047 +299038,2935.612602,1497.042326,2312.622895,2072.597901,1972.91671 +299039,2936.855842,1466.481928,2314.754537,2074.964352,1977.934584 +299040,2935.947087,1494.55677,2313.675359,2077.056751,1976.064102 +299041,2937.512383,1415.648846,2315.493475,2079.681327,1979.956355 +299042,2934.469377,1416.780226,2314.898368,2078.975045,1981.385163 +299043,2919.103027,1415.838519,2302.159946,2072.613462,1960.80895 +299044,2900.479422,1415.062002,2286.112209,2064.809366,1934.482467 +299045,2885.326569,1414.305542,2274.23811,2059.734744,1915.036572 +299046,2874.676236,1413.561248,2265.421038,2057.311576,1899.927066 +299047,2875.403922,1412.83808,2266.909237,2060.559883,1902.46117 +299048,2882.977737,1412.009896,2273.438578,2067.787263,1912.367438 +299049,2888.727757,1411.439015,2277.308323,2074.358754,1916.612973 +299050,2885.723557,1410.672501,2273.046059,2076.409309,1906.692927 +299051,2884.103783,1410.007204,2271.42824,2077.801352,1902.844175 +299052,2881.472592,1409.318279,2268.821549,2078.636195,1897.242345 +299053,2874.946289,1408.641584,2262.718501,2077.382473,1885.769119 +299054,2876.043022,1407.976605,2264.558004,2079.334226,1889.173698 +299055,2882.096358,1407.297308,2270.183071,2084.312394,1898.386632 +299056,2886.570033,1406.727581,2273.593252,2088.91355,1903.02223 +299057,2883.883692,1405.937993,2270.314738,2089.799106,1896.027665 +299058,2877.262998,1405.365518,2264.280231,2087.971121,1885.249987 +299059,2877.338784,1404.711487,2265.326215,2088.890477,1887.782032 +299060,2881.832745,1404.058372,2269.769115,2092.532198,1895.522615 +299061,2880.025716,1403.408672,2267.525293,2093.522912,1890.785304 +299062,2874.145148,1402.779962,2262.200209,2091.870686,1881.502786 +299063,2874.580229,1402.155379,2263.563807,2092.769872,1884.79472 +299064,2879.090095,1401.518557,2268.025309,2096.176981,1892.764341 +299065,2882.405672,1400.888533,2270.763218,2099.34661,1897.092887 +299066,2879.872949,1400.266197,2268.015696,2099.502666,1891.817517 +299067,2874.061092,1399.655542,2262.937705,2097.433676,1883.254572 +299068,2873.90222,1399.052069,2263.820636,2097.697178,1885.840484 +299069,2877.471356,1397.649707,2267.565355,2100.266036,1892.766763 +299070,2879.307681,1397.026669,2269.777874,2101.039119,1896.546133 +299071,2875.391973,1395.751055,2266.925926,2098.241093,1891.499846 +299072,2868.448144,1394.475003,2261.891839,2093.512498,1883.452751 +299073,2862.418565,1393.137293,2258.014805,2089.302379,1878.102282 +299074,2862.249278,1391.761682,2259.494474,2088.36589,1882.376966 +299075,2860.704009,1390.346109,2258.704481,2087.536986,1881.977222 +299076,2855.148031,1388.914862,2254.387711,2084.856474,1875.637724 +299077,2850.348457,1387.461129,2250.94036,2082.025709,1871.504684 +299078,2851.786301,1385.978969,2253.383452,2082.19196,1877.920067 +299079,2851.4071,1384.462715,2253.153531,2082.038746,1878.779585 +299080,2846.614064,1382.937929,2248.864171,2079.55569,1872.723644 +299081,2847.827018,1381.397429,2250.927488,2079.498054,1878.648397 +299082,2847.349009,1379.816049,2250.537773,2079.147896,1879.42408 +299083,2847.769444,1378.232645,2251.190457,2079.049082,1882.302524 +299084,2846.56139,1376.620853,2250.146667,2078.208139,1882.067039 +299085,2846.500485,1374.997928,2250.434256,2077.723044,1884.464384 +299086,2844.953578,1373.350101,2249.13137,2076.601549,1883.893127 +299087,2839.809098,1371.690082,2244.580728,2073.574674,1877.796065 +299088,2840.231299,1370.020646,2245.883424,2072.858914,1882.662378 +299089,2839.179969,1368.315378,2245.009255,2071.924577,1882.914857 +299090,2839.082694,1366.610957,2245.212206,2071.287259,1885.287899 +299091,2837.508725,1364.978735,2243.859193,2069.974501,1884.776952 +299092,2832.431232,1363.001831,2239.35425,2066.776542,1878.904059 +299093,2827.791576,1361.462896,2235.765655,2063.234518,1875.198126 +299094,2823.644256,1359.612418,2232.616205,2060.144674,1872.280304 +299095,2825.426047,1357.847842,2235.087642,2059.921937,1879.330108 +299096,2825.322268,1356.042925,2234.893401,2059.289472,1880.803817 +299097,2820.830715,1354.238333,2230.702221,2056.308511,1875.423293 +299098,2821.918625,1352.426698,2232.467809,2055.542084,1881.25212 +299099,2821.414887,1350.582281,2231.967959,2054.452606,1882.297118 +299100,2816.870867,1348.740146,2227.796535,2051.232412,1877.041477 +299101,2070.766818,1346.723099,1141.854825,1697.607534,2494.754424 +299102,2157.339156,1477.362351,1190.016453,1767.187826,2551.624869 +299103,2261.483659,1471.239895,1250.556688,1847.627159,2607.788565 +299104,2340.244011,1479.772974,1300.086537,1902.127062,2637.706019 +299105,2390.227589,1475.937943,1335.512979,1929.31884,2646.65674 +299106,2423.066891,1475.550125,1361.843955,1940.919947,2647.572278 +299107,2445.854713,1474.078917,1382.289905,1945.0805,2645.519465 +299108,2462.723446,1472.733678,1398.877458,1946.248401,2642.599172 +299109,2475.868656,1471.141056,1412.735353,1946.386455,2639.664072 +299110,2486.388939,1469.689738,1424.476933,1946.124046,2637.002148 +299111,2494.875678,1468.009611,1434.476702,1945.582649,2634.672214 +299112,2501.714924,1466.46744,1443.008503,1944.772116,2632.654392 +299113,2507.203819,1464.077184,1450.296646,1943.712279,2630.907933 +299114,2511.241271,1462.512768,1456.511198,1941.26617,2629.398164 +299115,2514.162849,1460.577502,1461.822862,1937.991246,2628.090869 +299116,2516.326221,1458.923468,1466.379504,1934.585349,2626.959626 +299117,2517.949766,1457.043542,1470.304254,1931.380214,2625.982445 +299118,2519.167235,1455.355303,1473.69389,1928.228298,2625.140343 +299119,2520.044303,1453.451914,1476.629704,1925.434196,2624.41651 +299120,2520.640802,1451.834317,1479.172192,1922.723807,2623.796271 +299121,2520.990738,1449.756866,1481.381656,1920.036006,2623.266665 +299122,2521.136535,1448.090108,1483.305103,1917.341797,2622.813862 +299123,2521.100534,1446.123745,1484.97702,1914.627136,2622.428844 +299124,2520.916528,1444.369849,1486.435009,1911.884621,2622.104375 +299125,2520.596721,1442.394103,1487.703741,1909.10938,2621.83368 +299126,2520.157816,1440.617349,1488.810489,1906.297658,2621.610408 +299127,2519.623514,1438.61548,1489.77085,1903.446465,2621.428724 +299128,2518.995234,1436.814306,1490.605012,1900.553532,2621.283438 +299129,2518.28095,1434.784921,1491.322822,1897.617187,2621.16993 +299130,2517.490104,1432.835598,1491.939941,1894.636229,2621.084123 +299131,2516.630396,1431.091104,1492.462339,1891.609783,2621.022375 +299132,2515.729231,1429.039068,1492.906197,1888.61513,2620.981454 +299133,2514.788688,1427.417751,1493.277401,1885.69754,2620.958491 +299134,2513.81228,1425.369324,1493.58679,1882.858172,2620.950939 +299135,2512.810726,1423.608108,1493.835296,1880.076865,2620.956459 +299136,2511.773844,1421.603382,1494.030856,1877.331328,2620.972947 +299137,2510.700285,1419.804561,1494.172763,1874.604828,2620.998477 +299138,2509.592146,1417.773495,1494.268073,1871.886629,2621.031322 +299139,2508.451327,1415.949749,1494.315316,1869.170018,2621.069908 +299140,2507.278838,1413.890634,1494.320993,1866.450521,2621.112838 +299141,2506.075124,1412.040359,1494.283033,1863.72483,2621.15883 +299142,2504.840506,1409.95185,1494.207512,1860.990358,2621.206744 +299143,2503.575331,1407.945871,1494.091894,1858.245029,2621.25553 +299144,2502.280041,1406.063285,1493.937843,1855.487189,2621.304256 +299145,2500.955123,1403.932718,1493.752146,1852.715515,2621.352065 +299146,2499.6011,1401.881426,1493.53141,1849.928948,2621.398185 +299147,2498.218511,1400.04402,1493.276334,1847.126632,2621.441908 +299148,2496.80791,1397.733764,1492.989042,1844.30787,2621.482597 +299149,2495.369825,1395.612782,1492.671316,1841.472075,2621.519643 +299150,2493.904797,1392.513933,1492.324366,1838.618765,2621.552499 +299151,2492.136479,1390.130327,1491.903225,1834.694486,2621.581233 +299152,2490.170091,1387.905499,1491.423586,1830.163191,2621.604137 +299153,2488.1515,1385.672546,1490.909183,1825.625864,2621.620517 +299154,2486.156211,1383.434076,1490.373245,1821.361143,2621.630226 +299155,2484.201231,1381.187275,1489.81983,1817.388676,2621.633074 +299156,2482.280185,1378.928408,1489.248945,1813.627879,2621.628824 +299157,2480.395432,1376.657833,1488.659657,1809.995578,2621.617039 +299158,2478.528763,1374.373291,1488.051306,1806.436656,2621.597307 +299159,2476.672178,1372.075974,1487.423571,1802.920931,2621.569148 +299160,2474.822288,1369.764144,1486.776391,1799.432566,2621.53219 +299161,0,0,0,0,0 +299162,0,0,0,0,0 +299163,0,0,0,0,0 +299164,0,0,0,0,0 +299165,0,0,0,0,0 +299166,0,0,0,0,0 +299167,0,0,0,0,0 +299168,0,0,0,0,0 +299169,0,0,0,0,0 +299170,0,0,0,0,0 +299171,0,0,0,0,0 +299172,0,0,0,0,0 +299173,0,0,0,0,0 +299174,0,0,0,0,0 +299175,0,0,0,0,0 +299176,0,0,0,0,0 +299177,0,0,0,0,0 +299178,0,0,0,0,0 +299179,0,0,0,0,0 +299180,0,0,0,0,0 +299181,0,0,0,0,0 +299182,0,0,0,0,0 +299183,0,0,0,0,0 +299184,0,0,0,0,0 +299185,0,0,0,0,0 +299186,0,0,0,0,0 +299187,0,0,0,0,0 +299188,0,0,0,0,0 +299189,0,0,0,0,0 +299190,0,0,0,0,0 +299191,0,0,0,0,0 +299192,0,0,0,0,0 +299193,0,0,0,0,0 +299194,0,0,0,0,0 +299195,0,0,0,0,0 +299196,0,0,0,0,0 +299197,0,0,0,0,0 +299198,0,0,0,0,0 +299199,0,0,0,0,0 +299200,0,0,0,0,0 +299201,0,0,0,0,0 +299202,0,0,0,0,0 +299203,0,0,0,0,0 +299204,0,0,0,0,0 +299205,0,0,0,0,0 +299206,0,0,0,0,0 +299207,0,0,0,0,0 +299208,0,0,0,0,0 +299209,0,0,0,0,0 +299210,0,0,0,0,0 +299211,0,0,0,0,0 +299212,0,0,0,0,0 +299213,0,0,0,0,0 +299214,0,0,0,0,0 +299215,0,0,0,0,0 +299216,0,0,0,0,0 +299217,0,0,0,0,0 +299218,0,0,0,0,0 +299219,0,0,0,0,0 +299220,0,0,0,0,0 +299221,0,0,0,0,0 +299222,0,0,0,0,0 +299223,0,0,0,0,0 +299224,0,0,0,0,0 +299225,0,0,0,0,0 +299226,0,0,0,0,0 +299227,0,0,0,0,0 +299228,0,0,0,0,0 +299229,0,0,0,0,0 +299230,0,0,0,0,0 +299231,0,0,0,0,0 +299232,0,0,0,0,0 +299233,0,0,0,0,0 +299234,0,0,0,0,0 +299235,0,0,0,0,0 +299236,0,0,0,0,0 +299237,0,0,0,0,0 +299238,0,0,0,0,0 +299239,0,0,0,0,0 +299240,0,0,0,0,0 +299241,0,0,0,0,0 +299242,0,0,0,0,0 +299243,0,0,0,0,0 +299244,0,0,0,0,0 +299245,0,0,0,0,0 +299246,0,0,0,0,0 +299247,0,0,0,0,0 +299248,0,0,0,0,0 +299249,0,0,0,0,0 +299250,0,0,0,0,0 +299251,0,0,0,0,0 +299252,0,0,0,0,0 +299253,0,0,0,0,0 +299254,0,0,0,0,0 +299255,0,0,0,0,0 +299256,0,0,0,0,0 +299257,0,0,0,0,0 +299258,0,0,0,0,0 +299259,0,0,0,0,0 +299260,0,0,0,0,0 +299261,0,0,0,0,0 +299262,0,0,0,0,0 +299263,0,0,0,0,0 +299264,0,0,0,0,0 +299265,0,0,0,0,0 +299266,0,0,0,0,0 +299267,0,0,0,0,0 +299268,0,0,0,0,0 +299269,0,0,0,0,0 +299270,0,0,0,0,0 +299271,0,0,0,0,0 +299272,0,0,0,0,0 +299273,0,0,0,0,0 +299274,0,0,0,0,0 +299275,0,0,0,0,0 +299276,0,0,0,0,0 +299277,0,0,0,0,0 +299278,0,0,0,0,0 +299279,0,0,0,0,0 +299280,0,0,0,0,0 +299281,0,0,0,0,0 +299282,0,0,0,0,0 +299283,0,0,0,0,0 +299284,0,0,0,0,0 +299285,0,0,0,0,0 +299286,0,0,0,0,0 +299287,0,0,0,0,0 +299288,0,0,0,0,0 +299289,0,0,0,0,0 +299290,0,0,0,0,0 +299291,0,0,0,0,0 +299292,0,0,0,0,0 +299293,0,0,0,0,0 +299294,0,0,0,0,0 +299295,0,0,0,0,0 +299296,0,0,0,0,0 +299297,0,0,0,0,0 +299298,0,0,0,0,0 +299299,0,0,0,0,0 +299300,0,0,0,0,0 +299301,0,0,0,0,0 +299302,0,0,0,0,0 +299303,0,0,0,0,0 +299304,0,0,0,0,0 +299305,0,0,0,0,0 +299306,0,0,0,0,0 +299307,0,0,0,0,0 +299308,0,0,0,0,0 +299309,0,0,0,0,0 +299310,0,0,0,0,0 +299311,0,0,0,0,0 +299312,0,0,0,0,0 +299313,0,0,0,0,0 +299314,0,0,0,0,0 +299315,0,0,0,0,0 +299316,0,0,0,0,0 +299317,0,0,0,0,0 +299318,0,0,0,0,0 +299319,0,0,0,0,0 +299320,0,0,0,0,0 +299321,0,0,0,0,0 +299322,0,0,0,0,0 +299323,0,0,0,0,0 +299324,0,0,0,0,0 +299325,0,0,0,0,0 +299326,0,0,0,0,0 +299327,0,0,0,0,0 +299328,0,0,0,0,0 +299329,0,0,0,0,0 +299330,0,0,0,0,0 +299331,0,0,0,0,0 +299332,0,0,0,0,0 +299333,0,0,0,0,0 +299334,0,0,0,0,0 +299335,0,0,0,0,0 +299336,0,0,0,0,0 +299337,0,0,0,0,0 +299338,0,0,0,0,0 +299339,0,0,0,0,0 +299340,0,0,0,0,0 +299341,0,0,0,0,0 +299342,0,0,0,0,0 +299343,0,0,0,0,0 +299344,0,0,0,0,0 +299345,0,0,0,0,0 +299346,0,0,0,0,0 +299347,0,0,0,0,0 +299348,0,0,0,0,0 +299349,0,0,0,0,0 +299350,0,0,0,0,0 +299351,0,0,0,0,0 +299352,0,0,0,0,0 +299353,0,0,0,0,0 +299354,0,0,0,0,0 +299355,0,0,0,0,0 +299356,0,0,0,0,0 +299357,0,0,0,0,0 +299358,0,0,0,0,0 +299359,0,0,0,0,0 +299360,0,0,0,0,0 +299361,0,0,0,0,0 +299362,0,0,0,0,0 +299363,0,0,0,0,0 +299364,0,0,0,0,0 +299365,0,0,0,0,0 +299366,0,0,0,0,0 +299367,0,0,0,0,0 +299368,0,0,0,0,0 +299369,0,0,0,0,0 +299370,0,0,0,0,0 +299371,0,0,0,0,0 +299372,0,0,0,0,0 +299373,0,0,0,0,0 +299374,0,0,0,0,0 +299375,0,0,0,0,0 +299376,0,0,0,0,0 +299377,0,0,0,0,0 +299378,0,0,0,0,0 +299379,0,0,0,0,0 +299380,0,0,0,0,0 +299381,0,0,0,0,0 +299382,0,0,0,0,0 +299383,0,0,0,0,0 +299384,0,0,0,0,0 +299385,0,0,0,0,0 +299386,0,0,0,0,0 +299387,0,0,0,0,0 +299388,0,0,0,0,0 +299389,0,0,0,0,0 +299390,0,0,0,0,0 +299391,0,0,0,0,0 +299392,0,0,0,0,0 +299393,0,0,0,0,0 +299394,0,0,0,0,0 +299395,0,0,0,0,0 +299396,0,0,0,0,0 +299397,0,0,0,0,0 +299398,0,0,0,0,0 +299399,0,0,0,0,0 +299400,0,0,0,0,0 +299401,0,0,0,0,0 +299402,0,0,0,0,0 +299403,0,0,0,0,0 +299404,0,0,0,0,0 +299405,0,0,0,0,0 +299406,0,0,0,0,0 +299407,0,0,0,0,0 +299408,0,0,0,0,0 +299409,0,0,0,0,0 +299410,0,0,0,0,0 +299411,0,0,0,0,0 +299412,0,0,0,0,0 +299413,0,0,0,0,0 +299414,0,0,0,0,0 +299415,0,0,0,0,0 +299416,0,0,0,0,0 +299417,0,0,0,0,0 +299418,0,0,0,0,0 +299419,0,0,0,0,0 +299420,0,0,0,0,0 +299421,0,0,0,0,0 +299422,0,0,0,0,0 +299423,0,0,0,0,0 +299424,0,0,0,0,0 +299425,0,0,0,0,0 +299426,0,0,0,0,0 +299427,0,0,0,0,0 +299428,0,0,0,0,0 +299429,0,0,0,0,0 +299430,0,0,0,0,0 +299431,0,0,0,0,0 +299432,0,0,0,0,0 +299433,0,0,0,0,0 +299434,0,0,0,0,0 +299435,0,0,0,0,0 +299436,0,0,0,0,0 +299437,0,0,0,0,0 +299438,0,0,0,0,0 +299439,0,0,0,0,0 +299440,0,0,0,0,0 +299441,0,0,0,0,0 +299442,0,0,0,0,0 +299443,0,0,0,0,0 +299444,0,0,0,0,0 +299445,0,0,0,0,0 +299446,0,0,0,0,0 +299447,0,0,0,0,0 +299448,0,0,0,0,0 +299449,0,0,0,0,0 +299450,0,0,0,0,0 +299451,0,0,0,0,0 +299452,0,0,0,0,0 +299453,0,0,0,0,0 +299454,0,0,0,0,0 +299455,0,0,0,0,0 +299456,0,0,0,0,0 +299457,0,0,0,0,0 +299458,0,0,0,0,0 +299459,0,0,0,0,0 +299460,0,0,0,0,0 +299461,0,0,0,0,0 +299462,0,0,0,0,0 +299463,0,0,0,0,0 +299464,0,0,0,0,0 +299465,0,0,0,0,0 +299466,0,0,0,0,0 +299467,0,0,0,0,0 +299468,0,0,0,0,0 +299469,0,0,0,0,0 +299470,0,0,0,0,0 +299471,0,0,0,0,0 +299472,0,0,0,0,0 +299473,0,0,0,0,0 +299474,0,0,0,0,0 +299475,0,0,0,0,0 +299476,0,0,0,0,0 +299477,0,0,0,0,0 +299478,0,0,0,0,0 +299479,0,0,0,0,0 +299480,0,0,0,0,0 +299481,0,0,0,0,0 +299482,0,0,0,0,0 +299483,0,0,0,0,0 +299484,0,0,0,0,0 +299485,0,0,0,0,0 +299486,0,0,0,0,0 +299487,0,0,0,0,0 +299488,0,0,0,0,0 +299489,0,0,0,0,0 +299490,0,0,0,0,0 +299491,0,0,0,0,0 +299492,0,0,0,0,0 +299493,0,0,0,0,0 +299494,0,0,0,0,0 +299495,0,0,0,0,0 +299496,0,0,0,0,0 +299497,0,0,0,0,0 +299498,0,0,0,0,0 +299499,0,0,0,0,0 +299500,0,0,0,0,0 +299501,0,0,0,0,0 +299502,0,0,0,0,0 +299503,0,0,0,0,0 +299504,0,0,0,0,0 +299505,0,0,0,0,0 +299506,0,0,0,0,0 +299507,0,0,0,0,0 +299508,0,0,0,0,0 +299509,0,0,0,0,0 +299510,0,0,0,0,0 +299511,0,0,0,0,0 +299512,0,0,0,0,0 +299513,0,0,0,0,0 +299514,0,0,0,0,0 +299515,0,0,0,0,0 +299516,0,0,0,0,0 +299517,0,0,0,0,0 +299518,0,0,0,0,0 +299519,0,0,0,0,0 +299520,0,0,0,0,0 +299521,0,0,0,0,0 +299522,0,0,0,0,0 +299523,0,0,0,0,0 +299524,0,0,0,0,0 +299525,0,0,0,0,0 +299526,0,0,0,0,0 +299527,0,0,0,0,0 +299528,0,0,0,0,0 +299529,0,0,0,0,0 +299530,0,0,0,0,0 +299531,0,0,0,0,0 +299532,0,0,0,0,0 +299533,0,0,0,0,0 +299534,0,0,0,0,0 +299535,0,0,0,0,0 +299536,0,0,0,0,0 +299537,0,0,0,0,0 +299538,0,0,0,0,0 +299539,0,0,0,0,0 +299540,0,0,0,0,0 +299541,0,0,0,0,0 +299542,0,0,0,0,0 +299543,0,0,0,0,0 +299544,0,0,0,0,0 +299545,0,0,0,0,0 +299546,0,0,0,0,0 +299547,0,0,0,0,0 +299548,0,0,0,0,0 +299549,0,0,0,0,0 +299550,0,0,0,0,0 +299551,0,0,0,0,0 +299552,0,0,0,0,0 +299553,0,0,0,0,0 +299554,0,0,0,0,0 +299555,0,0,0,0,0 +299556,0,0,0,0,0 +299557,0,0,0,0,0 +299558,0,0,0,0,0 +299559,0,0,0,0,0 +299560,0,0,0,0,0 +299561,0,0,0,0,0 +299562,0,0,0,0,0 +299563,0,0,0,0,0 +299564,0,0,0,0,0 +299565,0,0,0,0,0 +299566,0,0,0,0,0 +299567,0,0,0,0,0 +299568,0,0,0,0,0 +299569,0,0,0,0,0 +299570,0,0,0,0,0 +299571,0,0,0,0,0 +299572,0,0,0,0,0 +299573,0,0,0,0,0 +299574,0,0,0,0,0 +299575,0,0,0,0,0 +299576,0,0,0,0,0 +299577,0,0,0,0,0 +299578,0,0,0,0,0 +299579,0,0,0,0,0 +299580,0,0,0,0,0 +299581,0,0,0,0,0 +299582,0,0,0,0,0 +299583,0,0,0,0,0 +299584,0,0,0,0,0 +299585,0,0,0,0,0 +299586,0,0,0,0,0 +299587,0,0,0,0,0 +299588,0,0,0,0,0 +299589,0,0,0,0,0 +299590,0,0,0,0,0 +299591,0,0,0,0,0 +299592,0,0,0,0,0 +299593,0,0,0,0,0 +299594,0,0,0,0,0 +299595,0,0,0,0,0 +299596,0,0,0,0,0 +299597,0,0,0,0,0 +299598,0,0,0,0,0 +299599,0,0,0,0,0 +299600,0,0,0,0,0 +299601,0,0,0,0,0 +299602,0,0,0,0,0 +299603,0,0,0,0,0 +299604,0,0,0,0,0 +299605,0,0,0,0,0 +299606,0,0,0,0,0 +299607,0,0,0,0,0 +299608,0,0,0,0,0 +299609,0,0,0,0,0 +299610,0,0,0,0,0 +299611,0,0,0,0,0 +299612,0,0,0,0,0 +299613,0,0,0,0,0 +299614,0,0,0,0,0 +299615,0,0,0,0,0 +299616,0,0,0,0,0 +299617,0,0,0,0,0 +299618,0,0,0,0,0 +299619,0,0,0,0,0 +299620,0,0,0,0,0 +299621,0,0,0,0,0 +299622,0,0,0,0,0 +299623,0,0,0,0,0 +299624,0,0,0,0,0 +299625,0,0,0,0,0 +299626,0,0,0,0,0 +299627,0,0,0,0,0 +299628,0,0,0,0,0 +299629,0,0,0,0,0 +299630,0,0,0,0,0 +299631,0,0,0,0,0 +299632,0,0,0,0,0 +299633,0,0,0,0,0 +299634,0,0,0,0,0 +299635,0,0,0,0,0 +299636,0,0,0,0,0 +299637,0,0,0,0,0 +299638,0,0,0,0,0 +299639,0,0,0,0,0 +299640,0,0,0,0,0 +299641,0,0,0,0,0 +299642,0,0,0,0,0 +299643,0,0,0,0,0 +299644,0,0,0,0,0 +299645,0,0,0,0,0 +299646,0,0,0,0,0 +299647,0,0,0,0,0 +299648,0,0,0,0,0 +299649,0,0,0,0,0 +299650,0,0,0,0,0 +299651,0,0,0,0,0 +299652,0,0,0,0,0 +299653,0,0,0,0,0 +299654,0,0,0,0,0 +299655,0,0,0,0,0 +299656,0,0,0,0,0 +299657,0,0,0,0,0 +299658,0,0,0,0,0 +299659,0,0,0,0,0 +299660,0,0,0,0,0 +299661,0,0,0,0,0 +299662,0,0,0,0,0 +299663,0,0,0,0,0 +299664,0,0,0,0,0 +299665,0,0,0,0,0 +299666,0,0,0,0,0 +299667,0,0,0,0,0 +299668,0,0,0,0,0 +299669,0,0,0,0,0 +299670,0,0,0,0,0 +299671,0,0,0,0,0 +299672,0,0,0,0,0 +299673,0,0,0,0,0 +299674,0,0,0,0,0 +299675,0,0,0,0,0 +299676,0,0,0,0,0 +299677,0,0,0,0,0 +299678,0,0,0,0,0 +299679,0,0,0,0,0 +299680,0,0,0,0,0 +299681,0,0,0,0,0 +299682,0,0,0,0,0 +299683,0,0,0,0,0 +299684,0,0,0,0,0 +299685,0,0,0,0,0 +299686,0,0,0,0,0 +299687,0,0,0,0,0 +299688,0,0,0,0,0 +299689,0,0,0,0,0 +299690,0,0,0,0,0 +299691,0,0,0,0,0 +299692,0,0,0,0,0 +299693,0,0,0,0,0 +299694,0,0,0,0,0 +299695,0,0,0,0,0 +299696,0,0,0,0,0 +299697,0,0,0,0,0 +299698,0,0,0,0,0 +299699,0,0,0,0,0 +299700,0,0,0,0,0 +299701,0,0,0,0,0 +299702,0,0,0,0,0 +299703,0,0,0,0,0 +299704,0,0,0,0,0 +299705,0,0,0,0,0 +299706,0,0,0,0,0 +299707,0,0,0,0,0 +299708,0,0,0,0,0 +299709,0,0,0,0,0 +299710,0,0,0,0,0 +299711,0,0,0,0,0 +299712,0,0,0,0,0 +299713,0,0,0,0,0 +299714,0,0,0,0,0 +299715,0,0,0,0,0 +299716,0,0,0,0,0 +299717,0,0,0,0,0 +299718,0,0,0,0,0 +299719,0,0,0,0,0 +299720,0,0,0,0,0 +299721,0,0,0,0,0 +299722,0,0,0,0,0 +299723,0,0,0,0,0 +299724,0,0,0,0,0 +299725,0,0,0,0,0 +299726,0,0,0,0,0 +299727,0,0,0,0,0 +299728,0,0,0,0,0 +299729,0,0,0,0,0 +299730,0,0,0,0,0 +299731,0,0,0,0,0 +299732,0,0,0,0,0 +299733,0,0,0,0,0 +299734,0,0,0,0,0 +299735,0,0,0,0,0 +299736,0,0,0,0,0 +299737,0,0,0,0,0 +299738,0,0,0,0,0 +299739,0,0,0,0,0 +299740,0,0,0,0,0 +299741,0,0,0,0,0 +299742,0,0,0,0,0 +299743,0,0,0,0,0 +299744,0,0,0,0,0 +299745,0,0,0,0,0 +299746,0,0,0,0,0 +299747,0,0,0,0,0 +299748,0,0,0,0,0 +299749,0,0,0,0,0 +299750,0,0,0,0,0 +299751,0,0,0,0,0 +299752,0,0,0,0,0 +299753,0,0,0,0,0 +299754,0,0,0,0,0 +299755,0,0,0,0,0 +299756,0,0,0,0,0 +299757,0,0,0,0,0 +299758,0,0,0,0,0 +299759,0,0,0,0,0 +299760,0,0,0,0,0 +299761,0,0,0,0,0 +299762,0,0,0,0,0 +299763,0,0,0,0,0 +299764,0,0,0,0,0 +299765,0,0,0,0,0 +299766,0,0,0,0,0 +299767,0,0,0,0,0 +299768,0,0,0,0,0 +299769,0,0,0,0,0 +299770,0,0,0,0,0 +299771,0,0,0,0,0 +299772,0,0,0,0,0 +299773,0,0,0,0,0 +299774,0,0,0,0,0 +299775,0,0,0,0,0 +299776,0,0,0,0,0 +299777,0,0,0,0,0 +299778,0,0,0,0,0 +299779,0,0,0,0,0 +299780,0,0,0,0,0 +299781,0,0,0,0,0 +299782,0,0,0,0,0 +299783,0,0,0,0,0 +299784,0,0,0,0,0 +299785,0,0,0,0,0 +299786,0,0,0,0,0 +299787,0,0,0,0,0 +299788,0,0,0,0,0 +299789,0,0,0,0,0 +299790,0,0,0,0,0 +299791,0,0,0,0,0 +299792,0,0,0,0,0 +299793,0,0,0,0,0 +299794,0,0,0,0,0 +299795,0,0,0,0,0 +299796,0,0,0,0,0 +299797,0,0,0,0,0 +299798,0,0,0,0,0 +299799,0,0,0,0,0 +299800,0,0,0,0,0 +299801,0,0,0,0,0 +299802,0,0,0,0,0 +299803,0,0,0,0,0 +299804,0,0,0,0,0 +299805,0,0,0,0,0 +299806,0,0,0,0,0 +299807,0,0,0,0,0 +299808,0,0,0,0,0 +299809,0,0,0,0,0 +299810,0,0,0,0,0 +299811,0,0,0,0,0 +299812,0,0,0,0,0 +299813,0,0,0,0,0 +299814,0,0,0,0,0 +299815,0,0,0,0,0 +299816,0,0,0,0,0 +299817,0,0,0,0,0 +299818,0,0,0,0,0 +299819,0,0,0,0,0 +299820,0,0,0,0,0 +299821,0,0,0,0,0 +299822,0,0,0,0,0 +299823,0,0,0,0,0 +299824,0,0,0,0,0 +299825,0,0,0,0,0 +299826,0,0,0,0,0 +299827,0,0,0,0,0 +299828,0,0,0,0,0 +299829,0,0,0,0,0 +299830,0,0,0,0,0 +299831,0,0,0,0,0 +299832,0,0,0,0,0 +299833,0,0,0,0,0 +299834,0,0,0,0,0 +299835,0,0,0,0,0 +299836,0,0,0,0,0 +299837,0,0,0,0,0 +299838,0,0,0,0,0 +299839,0,0,0,0,0 +299840,0,0,0,0,0 +299841,0,0,0,0,0 +299842,0,0,0,0,0 +299843,0,0,0,0,0 +299844,0,0,0,0,0 +299845,0,0,0,0,0 +299846,0,0,0,0,0 +299847,0,0,0,0,0 +299848,0,0,0,0,0 +299849,0,0,0,0,0 +299850,0,0,0,0,0 +299851,0,0,0,0,0 +299852,0,0,0,0,0 +299853,0,0,0,0,0 +299854,0,0,0,0,0 +299855,0,0,0,0,0 +299856,0,0,0,0,0 +299857,0,0,0,0,0 +299858,0,0,0,0,0 +299859,0,0,0,0,0 +299860,0,0,0,0,0 +299861,0,0,0,0,0 +299862,0,0,0,0,0 +299863,0,0,0,0,0 +299864,0,0,0,0,0 +299865,0,0,0,0,0 +299866,0,0,0,0,0 +299867,0,0,0,0,0 +299868,0,0,0,0,0 +299869,0,0,0,0,0 +299870,0,0,0,0,0 +299871,0,0,0,0,0 +299872,0,0,0,0,0 +299873,0,0,0,0,0 +299874,0,0,0,0,0 +299875,0,0,0,0,0 +299876,0,0,0,0,0 +299877,0,0,0,0,0 +299878,0,0,0,0,0 +299879,0,0,0,0,0 +299880,0,0,0,0,0 +299881,0,0,0,0,0 +299882,0,0,0,0,0 +299883,0,0,0,0,0 +299884,0,0,0,0,0 +299885,0,0,0,0,0 +299886,0,0,0,0,0 +299887,0,0,0,0,0 +299888,0,0,0,0,0 +299889,0,0,0,0,0 +299890,0,0,0,0,0 +299891,0,0,0,0,0 +299892,0,0,0,0,0 +299893,0,0,0,0,0 +299894,0,0,0,0,0 +299895,0,0,0,0,0 +299896,0,0,0,0,0 +299897,0,0,0,0,0 +299898,0,0,0,0,0 +299899,0,0,0,0,0 +299900,0,0,0,0,0 +299901,0,0,0,0,0 +299902,0,0,0,0,0 +299903,0,0,0,0,0 +299904,0,0,0,0,0 +299905,0,0,0,0,0 +299906,0,0,0,0,0 +299907,0,0,0,0,0 +299908,0,0,0,0,0 +299909,0,0,0,0,0 +299910,0,0,0,0,0 +299911,0,0,0,0,0 +299912,0,0,0,0,0 +299913,0,0,0,0,0 +299914,0,0,0,0,0 +299915,0,0,0,0,0 +299916,0,0,0,0,0 +299917,0,0,0,0,0 +299918,0,0,0,0,0 +299919,0,0,0,0,0 +299920,0,0,0,0,0 +299921,0,0,0,0,0 +299922,0,0,0,0,0 +299923,0,0,0,0,0 +299924,0,0,0,0,0 +299925,0,0,0,0,0 +299926,0,0,0,0,0 +299927,0,0,0,0,0 +299928,0,0,0,0,0 +299929,0,0,0,0,0 +299930,0,0,0,0,0 +299931,0,0,0,0,0 +299932,0,0,0,0,0 +299933,0,0,0,0,0 +299934,0,0,0,0,0 +299935,0,0,0,0,0 +299936,0,0,0,0,0 +299937,0,0,0,0,0 +299938,0,0,0,0,0 +299939,0,0,0,0,0 +299940,0,0,0,0,0 +299941,117.567661,2402.915459,2724.414619,57.25524356,-137.1329459 +299942,298.9280477,195.4385915,2792.70152,139.744791,197.7561791 +299943,291.8902486,170.5785041,431.9951596,136.480977,193.5681308 +299944,282.8837803,166.6589967,398.8877591,132.3305621,185.8251039 +299945,274.2000138,171.9556742,396.8207891,128.3969335,177.2124673 +299946,266.6407929,178.6576431,406.1475852,125.0503905,169.0685586 +299947,260.2046738,194.1401177,868.218624,122.2698494,161.7073501 +299948,254.6689205,395.9988719,632.7022029,119.9333088,155.0453128 +299949,249.8392149,285.6584918,688.2182926,117.9363115,148.9412025 +299950,245.5836378,330.4599646,716.5276484,116.2102006,143.2935997 +299951,241.8175873,341.2569632,730.5172368,114.70986,138.0375929 +299952,238.4763348,350.8363367,744.8993933,113.4020573,133.1315312 +299953,235.5048843,360.3215441,758.8515429,112.2593226,128.543018 +299954,232.8589686,369.8277229,772.9255231,111.2602007,124.2425891 +299955,230.4919818,393.6907516,816.8813082,110.3817267,120.203118 +299956,228.4935609,405.4369136,835.5649943,109.642163,116.3997087 +299957,226.7912213,416.8175765,852.4613048,109.0131657,112.8110878 +299958,225.2937777,427.6955036,868.5316366,108.4680854,109.4171969 +299959,223.9515488,438.5219871,884.8628519,107.9862189,106.2000643 +299960,222.7338928,449.7409746,900.7278759,107.5589097,103.1428448 +299961,221.6301747,460.2188702,917.0651419,107.1776787,100.2312217 +299962,220.6263081,471.4822222,932.8536745,106.8397705,97.45249215 +299963,219.7165485,482.3388674,948.742157,106.5389107,94.79504459 +299964,218.8887186,493.2915187,964.6146678,106.2735776,92.24898292 +299965,218.1388902,504.1804538,980.4207333,106.0385086,89.80524562 +299966,217.456614,515.4942135,996.193136,105.8330556,87.45567876 +299967,216.8398743,526.4482552,1011.92579,105.6527839,85.19294242 +299968,216.2800764,537.6153472,1027.619629,105.4978671,83.01074654 +299969,215.7765296,548.727498,1043.271993,105.3644036,80.90286278 +299970,215.3217169,559.9464802,1058.883561,105.2530319,78.86402118 +299971,214.9161254,570.0316074,1072.268088,105.1603225,76.8893336 +299972,214.5506634,579.782845,1085.246208,105.0867907,74.97415653 +299973,214.2249002,589.9511584,1098.129785,105.029025,73.11450126 +299974,213.9321024,599.6137776,1110.320177,104.9880206,71.30637507 +299975,213.6741059,609.4171564,1123.501877,104.9608584,69.54652953 +299976,213.445418,619.1495829,1135.607443,104.9488606,67.8316268 +299977,213.2483794,628.6349859,1147.812726,104.9492628,66.15885758 +299978,213.0777097,638.6519323,1160.032687,104.9634907,64.52526888 +299979,212.9360767,648.1199493,1171.947164,104.9889263,62.92868683 +299980,212.8182279,657.774227,1183.951135,105.0270161,61.36626086 +299981,212.7270206,667.3631656,1195.566267,105.0752146,59.83615658 +299982,212.6576062,676.9293459,1207.281875,105.1351535,58.33628229 +299983,212.6126147,686.1923098,1218.895718,105.2041701,56.86438892 +299984,212.5874138,696.1692016,1230.18143,105.2839974,55.4188169 +299985,212.5849324,705.4452377,1241.661661,105.3720978,53.99787377 +299986,212.6004246,715.2509042,1252.526746,105.4701567,52.60036508 +299987,212.63702,724.3116621,1263.861358,105.575719,51.2243598 +299988,212.6900331,733.9478072,1274.776774,105.6905032,49.86760696 +299989,212.7625486,743.3307995,1285.677929,105.8120256,48.52851882 +299990,212.8500719,752.7034194,1296.42829,105.9420977,47.20582874 +299991,212.9557464,762.1378253,1307.225098,106.0782556,45.89838623 +299992,213.074988,771.4849117,1317.65534,106.2222766,44.60489661 +299993,213.2110099,780.4769463,1328.289582,106.3717227,43.32434723 +299994,213.3593748,790.3960868,1338.502286,106.5284446,42.05572794 +299995,213.5232858,799.4237969,1348.924325,106.6899947,40.79800259 +299996,213.6982296,808.7503611,1358.875476,106.8581959,39.55004982 +299997,213.8875115,818.080063,1369.174808,107.030642,38.31102214 +299998,214.0866889,827.2789707,1378.985201,107.2091948,37.07995478 +299999,214.2991053,836.5753751,1388.856242,107.391461,35.85607216 +300000,214.5202505,845.7722504,1398.573508,107.5792781,34.63831208 +300001,213.5628252,1279.524425,2381.158458,107.2290471,31.26109267 +300002,230.7644725,1302.488122,2390.613085,115.2590017,62.09006025 +300003,257.4957943,1328.305914,2436.330556,127.5645846,111.7019376 +300004,284.7798331,1348.629861,2459.045788,485.8099415,163.8417419 +300005,1066.429198,1368.231648,2475.513337,492.5270456,207.9842303 +300006,992.9643106,1386.970463,2477.272466,429.3330486,246.5028106 +300007,916.067932,1405.275383,2477.970503,481.0595136,285.6080381 +300008,1011.133666,1423.217859,2479.177726,492.4150351,319.1768555 +300009,1032.515931,1440.782466,2481.58171,502.5948704,348.5539519 +300010,1052.616615,1458.334958,2484.733083,513.0524293,374.5478015 +300011,1072.822869,1475.278572,2488.758727,522.4868489,397.7038505 +300012,1091.551349,1492.414787,2493.179233,532.0743184,418.4211182 +300013,1110.358414,1509.072907,2498.000307,541.3503499,437.0160177 +300014,1128.697746,1530.474574,2503.110714,550.2460285,453.7503101 +300015,1146.69364,1547.743186,2508.654207,559.5242915,468.846387 +300016,1164.371791,1563.595502,2514.18306,568.1417604,482.4943597 +300017,1181.702322,1582.445118,2519.800247,577.0609869,494.8583341 +300018,1198.877043,1562.473005,2525.492542,585.2274486,506.0810589 +300019,1045.276136,1542.872476,2346.297523,516.2216781,897.8070314 +300020,1315.884734,1652.187894,2318.974151,639.1442731,999.450598 +300021,1211.70301,1619.943774,2309.241772,592.6845873,904.5224742 +300022,1250.819851,1642.971783,2306.965801,611.2877982,963.1283579 +300023,1268.49641,1660.2852,2299.469697,619.9375524,998.6975139 +300024,1284.518713,1675.784385,2290.207642,627.9686091,1008.917561 +300025,1299.722387,1690.732206,2280.534997,635.5602535,1027.474323 +300026,1315.173995,1705.79595,2270.442777,643.2402162,1044.20804 +300027,1329.805564,1737.977444,2259.457433,650.2534709,1060.020724 +300028,1519.534169,1792.697271,2423.614273,737.8522642,1389.896401 +300029,1103.910042,1650.099645,2268.979353,550.7674439,615.9462811 +300030,1669.216149,1894.009208,2446.434744,805.658385,1648.307826 +300031,1105.164909,1652.938217,2280.647425,553.2643291,594.1390719 +300032,1704.148785,1917.739562,2456.909668,820.0848683,1680.539576 +300033,1118.84351,1685.155274,2284.863953,565.3456853,617.248387 +300034,1731.097711,1931.176882,2460.840494,834.5010893,1712.586927 +300035,1149.271087,1674.191894,2285.472974,577.033846,639.3761207 +300036,1754.062208,1963.177699,2462.527665,848.4133634,1743.237635 +300037,1171.894055,1697.566861,2283.270972,587.9531094,659.7193942 +300038,1780.631643,1984.913684,2461.549595,862.5635355,1773.681247 +300039,1192.772726,1693.119013,2280.095627,598.581768,679.0570524 +300040,1806.519437,1995.54145,2460.414759,875.8159124,1802.651474 +300041,1212.664464,1722.05543,2275.497472,609.1155557,697.4205365 +300042,1831.836816,1999.949675,2457.533774,888.7321654,1830.635248 +300043,1231.801985,1734.48424,2270.204071,619.2754027,714.9056595 +300044,1856.361982,2012.558166,2454.440908,901.3029472,1857.880981 +300045,1435.126205,1848.546793,2451.739756,713.112017,1066.364953 +300046,1621.683132,1873.978271,2447.423451,789.5801296,1372.39265 +300047,1561.609584,1909.209819,2442.983071,782.5913019,1331.258799 +300048,1635.467495,1910.834539,2439.199799,787.6069152,1340.410458 +300049,1564.336761,1883.250848,2436.664439,792.7474769,1350.217729 +300050,1635.431369,1917.222422,2435.057955,797.8256609,1359.633091 +300051,1621.732268,1908.961642,2433.916062,802.7883327,1369.255801 +300052,1635.232734,1914.672639,2433.061878,807.8049682,1378.38426 +300053,1644.611786,1917.671494,2432.400455,812.6405412,1387.313104 +300054,1653.774566,1920.746721,2431.848728,817.4512165,1396.4001 +300055,1662.904326,1932.813592,2431.34375,822.19235,1404.856892 +300056,1671.44033,1912.749921,2430.885829,826.863938,1413.637748 +300057,1680.37211,1934.833692,2430.439066,831.4726199,1421.833186 +300058,1689.274547,1929.167195,2429.953604,835.9670061,1430.102282 +300059,1697.215379,1932.454461,2429.425167,840.579095,1438.155975 +300060,1698.474052,1936.923754,2428.859176,844.87421,1446.211302 +300061,2094.766811,2075.596714,2437.250927,1017.561895,2180.942344 +300062,2105.833264,2092.590562,2474.763205,1023.441038,2199.68418 +300063,2114.984438,2089.987357,2520.432269,1028.713173,2210.834269 +300064,2124.290334,2090.796263,2558.789408,1033.677779,2208.55555 +300065,2132.8224,2091.207067,2584.12805,1038.47896,2232.25608 +300066,2141.256053,2091.7609,2601.744626,1043.162404,2228.989344 +300067,2149.46164,2091.902235,2614.497883,1047.736388,2247.838407 +300068,2157.49427,2092.008444,2624.003093,1052.220264,2249.809216 +300069,2165.368392,2089.299211,2631.24407,1056.621621,2253.368444 +300070,2173.096464,2094.854255,2636.751013,1060.947174,2257.151638 +300071,2180.6861,2075.081095,2640.97945,1065.201136,2257.348722 +300072,2188.143629,2112.228029,2644.212307,1069.386888,2257.49305 +300073,2195.60332,2066.801618,2646.549722,1073.57276,2257.563264 +300074,2202.61106,2109.89141,2648.089459,1077.464637,2257.51404 +300075,2209.795818,2065.096659,2649.016159,1081.605646,2257.412747 +300076,2216.749147,2109.294296,2649.505064,1085.484769,2257.341286 +300077,2223.61259,2056.918491,2651.468778,1089.37297,2259.509545 +300078,2230.495347,2113.909306,2650.536319,1093.259687,2258.580187 +300079,2236.930457,2050.62485,2649.971791,1096.923304,2258.411771 +300080,2243.436785,2111.382831,2649.390876,1100.68273,2258.481928 +300081,2250.058166,2047.206917,2648.739092,1104.329286,2258.687701 +300082,2268.111408,2107.736585,2647.992437,1107.865398,2258.972512 +300083,2244.953719,2064.681203,2648.95408,1111.590905,2261.493284 +300084,2277.328043,2060.372482,2647.082231,1114.937129,2260.758025 +300085,2272.726329,2088.29701,2645.610451,1118.452293,2260.632093 +300086,2280.890978,2043.640349,2644.271411,1121.845479,2260.765018 +300087,2286.481206,2093.76772,2643.066462,1125.201693,2261.147715 +300088,2292.373758,2047.207544,2641.908523,1128.581656,2261.670801 +300089,2298.046601,2062.725411,2640.722884,1131.736975,2262.239467 +300090,2303.793159,2050.441429,2639.498996,1134.934717,2262.83414 +300091,2309.970699,2058.817204,2638.245865,1138.490752,2263.453408 +300092,2317.065925,2066.324751,2637.073318,1141.921994,2264.056442 +300093,2331.685341,2050.438224,2636.088494,1145.409698,2264.653737 +300094,2321.741824,2089.906877,2635.438142,1148.945284,2265.408567 +300095,2337.812837,2051.065695,2635.018689,1152.28835,2266.226113 +300096,2345.150372,2087.096375,2634.708962,1155.773927,2267.010751 +300097,2349.858897,2069.693327,2634.417534,1159.181258,2267.686312 +300098,2357.251611,2084.570093,2634.173028,1162.583115,2268.319134 +300099,2368.895487,2082.799049,2634.096307,1165.896974,2269.07202 +300100,2371.196772,2088.375535,2634.17298,1169.448974,2269.949119 +300101,2392.25359,2091.988111,2634.368367,1172.643808,2270.92408 +300102,2353.910983,2096.099678,2634.707305,1176.048053,2272.038129 +300103,2406.022724,2100.2084,2635.119628,1179.363551,2273.215467 +300104,2407.164782,2104.328973,2635.507428,1182.675456,2274.344464 +300105,2383.427729,2108.813465,2635.937075,1185.974135,2275.510147 +300106,2444.766515,2113.147027,2638.147442,1189.259849,2278.826596 +300107,2378.200512,2117.604198,2637.636993,1192.604795,2278.856238 +300108,2464.42509,2122.12757,2639.582904,1195.753855,2281.859305 +300109,2414.415251,2126.711587,2638.96321,1199.05045,2281.755507 +300110,2420.234664,2131.31716,2640.875805,1202.276759,2284.472871 +300111,2477.88173,2135.833187,2640.311606,1205.419289,2284.440854 +300112,2438.94638,2140.755513,2640.493657,1208.744912,2285.310392 +300113,2456.58397,2145.433288,2640.634814,1211.889741,2286.12302 +300114,2466.678221,2150.231729,2640.974258,1215.089568,2287.172273 +300115,2470.669648,2155.035058,2641.665292,1218.345742,2288.651847 +300116,2477.5057,2159.893663,2642.548761,1221.395545,2290.378509 +300117,2489.700383,2179.157238,2643.805368,1222.387143,2292.57796 +300118,2496.891175,2186.818795,2647.552187,1225.020132,2297.439667 +300119,2503.49872,2192.940728,2650.505459,1227.879024,2301.170636 +300120,2510.663995,2199.039086,2652.846101,1230.785889,2304.195184 +300121,2523.709926,2207.752292,2654.655692,1236.523357,2306.592607 +300122,2531.711294,2214.330723,2656.592172,1239.97345,2309.33312 +300123,2539.198532,2220.41855,2658.533357,1243.289935,2312.206898 +300124,2546.428927,2233.635871,2658.685915,1246.552445,2312.989931 +300125,2553.972357,2229.630296,2659.65966,1249.773205,2314.8151 +300126,2561.196251,2239.925754,2660.768421,1252.959871,2316.842244 +300127,2568.305333,2245.109227,2661.931683,1256.123202,2318.978146 +300128,2575.490092,2250.738659,2663.091961,1259.268112,2321.155709 +300129,2582.586053,2256.557752,2664.193321,1262.398193,2323.511119 +300130,2589.507549,2262.210748,2665.234789,1265.515033,2325.615907 +300131,2596.729126,2267.879548,2666.221582,1268.70005,2327.684448 +300132,2603.729296,2273.369367,2667.157267,1271.673912,2329.720748 +300133,2610.7484,2279.272605,2669.758442,1274.815569,2333.81513 +300134,2625.7544,2284.535763,2669.692323,1277.872258,2334.706152 +300135,2612.838713,2290.165982,2670.036522,1280.855553,2336.116578 +300136,2644.358877,2295.659576,2670.558362,1284.026571,2337.750606 +300137,2634.434825,2301.044548,2671.279479,1287.012197,2339.636532 +300138,2646.346832,2306.445041,2671.900974,1290.057311,2341.416774 +300139,2652.929447,2311.791791,2672.471536,1293.081565,2343.153177 +300140,2659.575327,2317.146501,2673.055652,1296.096324,2344.923955 +300141,2666.383244,2322.346717,2673.609558,1299.102198,2346.674894 +300142,2673.248164,2327.600572,2674.133509,1302.099247,2348.405254 +300143,2679.766097,2332.560356,2674.631723,1305.087702,2350.118965 +300144,2686.903652,2337.958214,2675.112697,1308.067612,2351.825317 +300145,2693.496055,2342.906856,2675.571722,1311.039204,2353.517604 +300146,2700.364445,2347.968616,2675.998409,1314.002567,2355.182196 +300147,2707.002165,2352.920471,2676.393049,1316.957899,2356.818221 +300148,2713.856412,2357.88918,2676.761471,1319.9053,2358.431629 +300149,2720.600819,2362.793208,2678.795559,1322.845132,2362.091962 +300150,2726.881148,2367.46886,2678.097294,1325.859213,2362.435956 +300151,2733.025332,2370.410592,2677.93667,1328.12323,2363.438353 +300152,2738.249712,2372.79406,2677.806322,1330.449389,2364.554966 +300153,2743.54097,2374.98329,2677.523646,1332.638494,2365.625768 +300154,2748.845519,2376.977271,2677.065084,1334.78892,2366.629062 +300155,2753.909881,2378.784957,2676.448981,1336.89503,2367.575429 +300156,2759.205462,2380.56163,2677.388957,1338.962118,2370.538172 +300157,2764.106149,2381.912735,2677.211015,1341.209531,2372.238897 +300158,2776.236974,2383.135429,2674.97119,1345.659627,2371.503252 +300159,2771.175886,2384.4378,2673.481023,1341.644113,2371.729383 +300160,2779.392392,2385.432778,2672.102785,1356.599437,2372.120474 +300161,2784.292421,2386.333011,2670.83843,1335.575831,2372.680797 +300162,2788.654817,2387.10181,2669.6519,1356.95457,2373.369949 +300163,2793.319376,2387.728947,2668.414518,1363.992931,2374.03056 +300164,2797.867193,2388.236413,2667.173604,1335.020331,2374.716615 +300165,2798.530631,2387.725432,2665.848438,1362.506087,2375.32351 +300166,2801.297265,2387.760564,2664.019087,1367.053458,2375.701808 +300167,2805.785643,2387.901193,2662.175725,1333.901172,2376.069214 +300168,2809.690449,2387.843675,2660.16041,1367.502133,2376.525419 +300169,2813.776102,2387.80495,2658.156725,1375.993612,2376.940266 +300170,2817.796104,2387.566703,2656.271665,1330.394658,2377.421931 +300171,2821.930693,2387.255205,2654.483954,1375.262778,2377.950902 +300172,2825.823051,2386.811305,2652.686805,1359.574754,2378.617416 +300173,2837.198597,2386.324899,2651.043619,1363.718972,2379.214716 +300174,2824.075641,2385.641925,2649.280846,1365.147421,2379.628769 +300175,2847.490756,2384.910047,2647.490997,1366.452926,2379.974077 +300176,2840.507519,2384.177647,2647.541808,1367.700965,2382.5485 +300177,2844.940505,2382.966018,2644.807452,1368.984131,2381.693181 +300178,2849.697518,2382.020144,2642.590225,1370.19571,2381.438429 +300179,2854.100672,2381.114207,2642.325359,1371.450241,2383.532002 +300180,2857.141052,2379.494447,2641.179445,1372.619992,2384.523268 +300181,2741.393819,2326.719084,2635.29461,1320.483731,2379.768175 +300182,2745.699341,2320.685078,2621.509274,1320.730393,2363.817754 +300183,2753.864003,2319.73299,2606.404721,1321.150617,2344.54894 +300184,2746.346508,2317.126145,2594.051511,1321.572207,2328.387822 +300185,2752.555264,2314.514317,2584.841896,1322.588088,2316.004178 +300186,2755.233359,2312.296531,2578.212221,1324.457379,2306.855735 +300187,2757.413908,2309.845309,2573.325656,1321.724214,2299.988753 +300188,2760.388892,2307.015913,2569.463887,1329.530697,2294.561262 +300189,2763.020018,2304.432043,2566.235348,1316.685215,2290.107767 +300190,2765.720891,2301.620219,2563.392625,1342.722311,2286.321755 +300191,2768.425631,2298.744218,2560.841934,1305.135722,2283.074819 +300192,2771.227573,2295.852996,2558.513092,1336.283101,2280.263381 +300193,2773.824514,2292.793996,2556.295553,1334.662153,2277.733559 +300194,2776.313729,2289.68412,2554.210098,1313.650492,2275.49288 +300195,2786.933506,2286.486299,2552.39198,1335.328699,2273.691199 +300196,2772.090932,2283.146804,2550.453148,1341.318421,2271.838411 +300197,2794.24096,2279.829352,2548.557174,1309.327146,2270.120443 +300198,2786.061442,2276.369797,2546.908623,1340.081148,2268.775442 +300199,2789.675936,2272.946743,2545.131938,1345.172459,2267.33262 +300200,2793.661448,2269.236833,2545.007028,1307.097803,2267.9722 +300201,2795.144935,2265.385874,2542.305211,1343.84691,2265.499936 +300202,2798.290563,2261.684047,2540.170326,1349.318975,2263.75293 +300203,2800.787591,2257.831564,2538.329257,1304.676533,2262.380265 +300204,2802.939927,2246.081195,2536.570534,1347.487016,2261.12142 +300205,2806.135765,2260.577786,2534.939038,1331.55096,2260.033625 +300206,2808.188956,2233.198007,2533.352058,1334.822901,2259.015933 +300207,2811.029642,2245.238011,2531.7135,1335.537988,2257.948465 +300208,2821.478496,2235.720268,2530.317695,1336.084469,2257.189772 +300209,2806.098978,2231.790044,2528.796695,1336.647479,2256.285831 +300210,2827.866055,2227.541817,2527.218455,1337.206939,2255.316813 +300211,2820.597572,2222.741604,2525.846651,1337.837502,2254.603435 +300212,2822.87277,2217.623977,2524.37512,1338.478552,2253.757968 +300213,2825.903087,2212.562291,2522.809177,1339.122825,2252.981309 +300214,2828.521942,2207.38633,2521.311835,1339.768084,2252.052545 +300215,2830.477612,2202.159635,2519.868436,1340.327507,2251.164399 +300216,2832.640498,2196.905103,2518.443615,1341.098472,2250.280033 +300217,2841.730468,2191.372511,2517.194543,1341.681747,2249.596793 +300218,2829.164321,2185.883701,2515.834883,1342.336829,2248.765968 +300219,2846.221705,2180.437514,2514.419458,1342.978214,2247.85464 +300220,2841.814407,2174.720269,2513.202217,1343.61801,2247.173719 +300221,2842.969566,2169.12039,2511.930443,1344.255953,2246.413857 +300222,2845.721581,2163.357339,2510.56195,1344.892361,2245.523423 +300223,2848.01281,2157.733452,2509.231643,1345.613596,2244.666901 +300224,2857.909727,2151.640399,2509.785857,1346.034257,2246.117082 +300225,2844.232472,2145.90702,2507.560885,1346.935858,2244.155124 +300226,2860.700638,2139.869948,2507.487266,1347.369641,2244.82603 +300227,2856.601335,2133.875461,2505.150833,1348.064045,2242.7035 +300228,2857.226545,2127.87694,2503.46533,1348.680952,2241.355602 +300229,2866.534787,2121.881294,2502.117294,1349.303513,2240.394707 +300230,2856.042788,2115.536971,2500.839864,1349.925428,2239.50122 +300231,2868.163549,2109.489665,2499.541863,1350.545628,2238.570154 +300232,2867.03496,2103.253554,2498.433379,1351.16445,2237.862784 +300233,2873.952335,2096.92919,2497.501087,1351.781476,2237.365083 +300234,2864.599377,2080.812404,2496.47253,1352.396566,2236.743461 +300235,2873.989075,2098.607427,2495.392148,1353.010322,2236.051131 +300236,2876.089389,2051.415953,2496.284951,1353.625261,2237.781436 +300237,2874.786717,2101.469946,2494.633325,1354.231334,2236.387524 +300238,2877.306133,2031.879021,2495.176546,1354.84596,2237.688425 +300239,2876.803661,2072.746048,2493.216911,1355.448645,2235.901697 +300240,2877.790708,2066.055144,2491.793343,1356.058194,2234.750358 +300241,2671.107904,1903.365237,2486.774476,1247.500719,2229.425748 +300242,2619.511658,1956.675274,2465.021229,1245.608745,2200.203749 +300243,2649.942907,1887.347616,2438.105581,1244.268208,2162.101616 +300244,2634.637509,1940.310771,2415.747624,1243.380196,2128.75079 +300245,2635.891873,1867.321948,2399.401302,1242.789939,2102.580632 +300246,2636.26469,1918.676827,2387.893781,1242.150534,2082.589825 +300247,2635.36343,1862.437559,2379.727655,1241.660398,2067.156564 +300248,2635.103826,1884.895292,2373.640354,1241.213683,2054.818582 +300249,2634.850338,1866.373296,2368.821387,1240.809223,2044.594406 +300250,2634.706151,1860.688934,2364.844176,1240.439411,2035.934311 +300251,2634.588888,1852.990528,2361.462193,1240.09918,2028.492306 +300252,2634.510935,1845.356969,2358.502978,1239.784955,2022.00851 +300253,2634.475352,1837.613996,2355.854019,1239.494281,2016.296903 +300254,2634.475812,1830.175872,2353.435304,1239.225221,2011.213972 +300255,2634.781513,1822.521145,2352.897274,1238.976813,2008.74185 +300256,2634.360846,1833.106834,2349.782524,1238.746589,2003.394127 +300257,2634.674891,1781.389563,2347.382336,1238.535896,1999.148165 +300258,2635.081339,1824.51437,2346.983693,1238.342524,1997.542925 +300259,2634.995442,1772.291282,2345.772903,1238.165924,1995.123887 +300260,2635.185337,1793.275184,2344.283894,1238.006474,1992.523413 +300261,2635.403624,1775.564478,2342.650224,1237.863442,1989.874697 +300262,2635.319134,1770.081128,2339.264129,1237.736146,1985.178149 +300263,2636.141445,1762.664828,2338.560998,1237.62585,1983.835248 +300264,2636.137052,1755.321988,2337.317171,1237.529943,1981.902731 +300265,2636.162375,1747.998968,2334.205162,1237.449786,1977.75066 +300266,2636.820247,1740.594589,2331.999857,1237.385477,1974.751346 +300267,2637.0826,1733.614334,2330.184397,1237.335909,1972.261757 +300268,2637.441348,1726.159379,2328.58301,1237.301452,1970.069377 +300269,2637.885765,1719.141248,2327.10881,1237.281974,1968.070209 +300270,2638.591652,1711.923413,2327.417,1237.277562,1968.293689 +300271,2638.179066,1704.280045,2325.103549,1236.980061,1965.351362 +300272,2638.418292,1696.892018,2323.344987,1236.631547,1963.151531 +300273,2638.660459,1689.271724,2323.441652,1236.262934,1963.303469 +300274,2638.092281,1681.747423,2320.92325,1235.881868,1960.345514 +300275,2638.304518,1674.236481,2318.982345,1235.494299,1958.166114 +300276,2638.213226,1666.629795,2317.237532,1235.100503,1956.278837 +300277,2638.293193,1659.430994,2315.588939,1234.702557,1954.554782 +300278,2637.979099,1651.771299,2313.989778,1234.301052,1952.933848 +300279,2638.412263,1644.458315,2312.42333,1233.896747,1951.392244 +300280,2638.181689,1657.464704,2310.836298,1233.489965,1949.860134 +300281,2638.74738,1600.287266,2310.993315,1233.081595,1950.499073 +300282,2638.205641,1654.351813,2310.175128,1232.670562,1949.986218 +300283,2637.72204,1586.673146,2307.240564,1232.258231,1946.910709 +300284,2639.013421,1620.111661,2306.798177,1231.845502,1946.894764 +300285,2638.203744,1598.134759,2305.661323,1231.43057,1946.0369 +300286,2637.708005,1593.854664,2302.56126,1231.014907,1942.780835 +300287,2638.500908,1586.584767,2300.324243,1230.599173,1940.572396 +300288,2638.457688,1579.73586,2300.138345,1230.18254,1940.870316 +300289,2638.110045,1572.711812,2297.469811,1229.764364,1938.135485 +300290,2638.272983,1565.886578,2295.456633,1229.346881,1936.207355 +300291,2645.845091,1559.075191,2293.851911,1228.928391,1934.777579 +300292,2628.502904,1552.20738,2292.21064,1228.509464,1933.305008 +300293,2648.402216,1545.641813,2290.597685,1228.090206,1931.872539 +300294,2629.251198,1538.927797,2289.038877,1227.670474,1930.512386 +300295,2647.876656,1532.3597,2287.538331,1227.250376,1929.229039 +300296,2629.018154,1525.943338,2286.012392,1226.829773,1927.919034 +300297,2647.919988,1519.355217,2284.533546,1226.408754,1926.669406 +300298,2629.3146,1513.042649,2283.035326,1225.987129,1925.398304 +300299,2647.708896,1508.98897,2281.563439,1225.564971,1924.16016 +300300,2629.417972,1504.313331,2280.049084,1225.142086,1922.869532 +300301,2776.813978,1605.680016,2282.123792,1331.32295,1926.543366 +300302,2793.534549,1602.856479,2298.258155,1332.634808,1950.691192 +300303,2813.032225,1599.38123,2319.379317,1333.573222,1983.22458 +300304,2828.385162,1595.718443,2337.783007,1334.076324,2013.424651 +300305,2838.689769,1591.9837,2351.482985,1334.65001,2038.209134 +300306,2845.004693,1588.220146,2361.006771,1334.962412,2057.412344 +300307,2848.711049,1584.35479,2367.534583,1335.289266,2072.482855 +300308,2850.867103,1580.765016,2372.067955,1335.556921,2084.565002 +300309,2852.122192,1577.381536,2375.26107,1336.182874,2094.645007 +300310,2852.83997,1574.316244,2377.509675,1337.007898,2102.782904 +300311,2853.229736,1571.408157,2379.066857,1337.910635,2109.569142 +300312,2853.417097,1568.299024,2380.105944,1338.872318,2115.262138 +300313,2856.182454,1565.442874,2382.479404,1339.888676,2122.184012 +300314,2854.794497,1562.52945,2381.977915,1340.948703,2125.426694 +300315,2854.185953,1559.66448,2381.774178,1342.061485,2128.465475 +300316,2853.799963,1556.824515,2381.54024,1343.21612,2131.164426 +300317,2853.542398,1554.010939,2381.249558,1344.503106,2133.533 +300318,2853.365944,1551.221739,2380.903821,1345.611522,2135.612689 +300319,2853.233549,1548.456104,2380.503943,1346.955007,2137.632585 +300320,2853.123449,1545.712109,2380.054269,1348.261632,2139.176287 +300321,2853.026453,1542.891181,2379.56209,1349.618915,2140.526977 +300322,2852.934337,1540.332655,2379.031956,1351.013235,2141.869025 +300323,2852.839622,1537.58109,2378.466518,1352.443679,2142.951223 +300324,2852.742323,1534.931019,2377.871534,1354.018979,2143.53084 +300325,2852.641185,1532.284714,2377.250763,1355.443884,2144.336264 +300326,2852.527806,1529.65513,2376.602432,1357.060532,2145.175685 +300327,2852.396662,1527.042182,2375.925782,1358.543815,2145.791985 +300328,2852.247373,1524.4452,2375.222693,1360.226062,2146.319722 +300329,2852.079461,1521.86387,2374.494359,1361.768281,2146.767892 +300330,2851.891679,1519.29764,2373.741918,1363.513512,2147.359963 +300331,2851.67732,1517.285115,2372.961307,1365.771229,2147.687804 +300332,2851.495419,1515.405602,2372.210821,1368.494171,2147.940415 +300333,2851.385097,1513.602155,2371.530121,1370.901139,2148.123725 +300334,2851.351225,1511.859527,2370.926947,1373.672246,2148.241425 +300335,2851.379781,1510.170711,2370.39135,1376.438869,2148.296203 +300336,2851.452542,1508.531585,2369.908499,1379.299588,2148.289191 +300337,2851.555639,1506.939713,2369.466521,1382.240353,2148.223295 +300338,2851.680571,1505.393124,2369.057752,1385.258957,2148.103401 +300339,2851.818952,1503.890482,2368.673881,1388.354237,2147.928665 +300340,2851.96846,1502.430503,2368.3117,1391.525624,2147.704463 +300341,2852.119373,1501.012229,2367.96277,1397.835936,2147.427852 +300342,2852.282226,1499.634614,2367.631112,1396.117483,2147.109103 +300343,2852.432779,1498.296896,2367.299686,1413.234763,2146.945008 +300344,2852.629108,1496.998221,2367.002806,1386.601054,2146.556352 +300345,2852.857165,1495.744033,2366.731478,1417.649675,2146.145358 +300346,2853.047319,1494.517339,2366.440423,1410.063895,2145.66351 +300347,2853.235283,1493.337494,2366.15173,1415.783394,2145.142657 +300348,2853.438872,1492.184045,2365.87486,1419.464545,2144.595802 +300349,2853.646599,1491.07663,2365.603039,1423.463409,2144.018102 +300350,2853.858934,1490.00041,2365.335316,1427.397797,2143.408938 +300351,2854.075875,1488.958696,2365.071543,1431.244363,2142.769798 +300352,2854.297999,1487.951082,2364.812473,1435.356048,2142.104122 +300353,2854.523105,1486.977447,2364.556237,1439.454758,2141.410622 +300354,2854.747649,1486.037042,2364.299308,1443.636494,2140.684515 +300355,2854.973725,1485.129814,2364.043624,1447.888203,2139.930593 +300356,2855.192745,1484.255015,2363.783939,1455.821142,2139.144072 +300357,2855.414759,1483.412588,2363.525882,1455.243543,2138.331889 +300358,2855.615265,1482.601797,2363.25365,1475.030223,2137.475414 +300359,2855.874271,1481.822649,2363.017807,1442.33577,2136.63736 +300360,2856.166331,1481.074303,2362.80348,1481.719282,2135.802094 +300361,2854.898281,1503.43708,2361.098745,1495.321713,2132.304853 +300362,2856.518556,1504.333719,2361.129136,1503.969194,2131.479951 +300363,2859.690161,1504.722211,2362.16287,1519.574329,2132.192179 +300364,2862.887038,1505.199815,2363.322559,1501.831224,2133.153479 +300365,2865.427123,1505.523222,2364.198895,1529.264195,2133.739873 +300366,2869.89716,1505.767191,2366.414607,1541.460341,2135.924178 +300367,2869.788939,1506.021471,2365.805224,1509.0128,2134.765337 +300368,2870.557637,1506.26609,2365.789858,1566.34549,2134.051867 +300369,2871.490409,1506.682848,2365.88759,1520.96395,2133.375457 +300370,2872.574577,1506.902033,2366.082021,1575.284846,2132.735781 +300371,2873.739014,1507.19993,2366.334832,1548.507733,2132.087287 +300372,2874.777876,1507.666401,2366.514912,1566.097219,2131.28586 +300373,2876.020712,1507.839512,2366.834524,1570.514651,2130.5885 +300374,2877.50866,1508.464549,2367.31851,1576.48724,2130.043234 +300375,2879.129087,1508.702632,2367.898951,1582.598292,2129.559076 +300376,2880.834356,1509.235085,2368.739817,1589.03795,2129.115792 +300377,2882.608467,1509.582707,2369.436468,1595.296811,2128.694552 +300378,2884.417686,1510.139971,2370.162716,1601.671844,2128.280453 +300379,2886.268385,1510.52639,2370.928477,1607.97905,2127.869771 +300380,2888.145076,1511.123023,2371.72271,1614.647186,2127.460391 +300381,2890.165123,1511.548181,2372.621355,1626.909028,2127.13628 +300382,2892.084146,1512.183558,2373.465658,1619.287152,2126.715029 +300383,2894.037463,1512.646736,2374.342278,1643.474807,2126.294334 +300384,2896.122207,1513.320185,2375.30971,1638.135078,2125.960782 +300385,2898.421461,1513.820598,2376.242423,1648.498811,2125.54926 +300386,2900.394925,1514.531213,2377.170197,1654.948391,2125.109708 +300387,2902.427053,1515.068042,2378.147299,1661.772411,2124.698406 +300388,2904.480445,1515.814963,2379.141262,1668.550444,2124.28914 +300389,2906.571639,1516.387282,2380.161633,1675.554912,2123.882274 +300390,2908.689643,1517.169582,2381.199492,1682.314111,2123.4803 +300391,2910.842905,1517.473587,2382.264642,1688.947059,2123.086762 +300392,2912.94524,1517.797319,2383.289956,1695.027004,2122.8892 +300393,2914.954142,1518.126702,2384.247665,1701.305024,2122.451055 +300394,2916.88631,1518.454774,2385.144969,1707.353407,2121.996275 +300395,2918.769881,1518.780811,2386.003119,1713.757461,2121.538691 +300396,2920.754132,1519.105353,2386.915008,1725.215682,2121.189412 +300397,2922.711573,1519.429203,2387.805127,1723.990113,2120.842836 +300398,2924.503989,1519.752891,2388.583662,1732.561224,2120.386479 +300399,2926.280718,1520.077043,2389.347769,1739.000897,2119.929604 +300400,2928.089752,1520.402038,2390.125712,1744.813413,2119.51004 +300401,2929.882934,1520.728279,2390.891139,1750.645022,2119.087841 +300402,2931.668381,1521.156653,2391.645906,1757.095119,2118.66673 +300403,2933.456691,1521.3378,2392.401269,1763.104724,2118.254819 +300404,2935.387141,1521.740205,2393.244108,1774.199061,2117.96493 +300405,2937.326307,1522.058879,2394.094333,1773.703849,2117.691706 +300406,2939.05649,1524.092115,2394.810421,1780.183456,2117.262052 +300407,2940.665724,1524.565575,2395.65355,1786.038226,2116.758661 +300408,2942.2654,1524.960358,2396.599584,1791.4776,2116.262094 +300409,2944.150191,1525.338259,2397.555196,1797.643076,2115.778803 +300410,2945.888321,1525.702781,2398.563642,1807.91542,2115.426391 +300411,2947.659076,1526.057585,2399.541906,1808.10576,2115.111118 +300412,2949.273162,1526.405183,2400.3779,1815.37878,2114.674502 +300413,2950.840789,1526.74755,2401.146768,1821.046083,2114.201275 +300414,2952.592285,1527.085674,2402.001755,1831.509345,2113.872245 +300415,2954.397466,1527.420241,2402.871929,1831.912719,2113.587452 +300416,2956.027165,1527.751711,2403.612403,1837.857564,2113.16707 +300417,2957.780438,1528.080913,2404.415929,1849.801312,2112.848651 +300418,2959.90739,1528.407913,2405.450376,1858.001846,2112.833387 +300419,2962.3272,1528.732846,2406.499163,1860.411347,2112.856333 +300420,2964.2645,1529.05604,2407.437609,1869.051852,2112.760843 +300421,2967.508239,1496.060649,2409.954604,1852.156612,2115.822252 +300422,2964.548356,1495.818094,2407.908583,1850.339889,2112.277298 +300423,2959.059141,1495.650428,2403.871303,1860.354935,2105.598845 +300424,2954.697077,1495.486857,2400.428452,1868.411558,2099.368479 +300425,2952.297221,1495.32928,2398.242342,1870.40245,2094.644334 +300426,2951.293446,1495.169633,2396.999995,1874.508039,2091.161029 +300427,2951.135168,1495.008317,2396.364954,1879.389758,2088.561032 +300428,2951.374213,1494.843743,2396.0503,1881.606244,2086.510933 +300429,2951.655391,1494.676323,2395.819427,1884.028295,2084.717277 +300430,2951.852709,1494.505509,2395.580387,1886.646869,2083.058465 +300431,2951.967277,1494.232906,2395.321633,1889.415811,2081.508199 +300432,2952.019505,1494.199821,2395.045598,1892.267611,2080.057133 +300433,2952.026298,1493.94943,2394.755067,1895.149133,2078.697339 +300434,2951.998896,1493.778986,2394.451616,1898.030899,2077.420572 +300435,2951.943829,1493.590813,2394.135545,1900.900207,2076.21788 +300436,2951.865323,1493.398608,2393.806912,1903.752972,2075.080824 +300437,2951.765844,1493.2031,2393.465225,1906.588069,2074.000578 +300438,2951.647595,1493.004123,2393.110548,1909.405429,2072.96989 +300439,2951.511822,1492.802094,2392.742589,1912.204949,2071.981456 +300440,2951.359505,1492.596877,2392.361218,1914.986717,2071.028827 +300441,2951.191208,1492.388915,2391.966235,1917.750904,2070.105991 +300442,2951.007128,1492.276231,2391.557418,1920.497652,2069.207501 +300443,2950.807717,1491.918004,2391.134732,1923.227469,2068.328508 +300444,2950.651736,1491.771291,2390.756554,1925.967379,2067.570804 +300445,2951.362655,1491.538415,2391.246809,1929.091418,2068.429301 +300446,2952.014042,1491.304507,2391.692685,1932.168761,2069.255723 +300447,2952.58337,1491.07552,2392.07614,1935.188792,2070.017043 +300448,2953.07951,1490.843314,2392.402217,1938.162066,2070.712749 +300449,2953.520504,1490.609582,2392.683168,1941.293857,2071.35408 +300450,2953.923418,1490.374138,2392.931026,1944.193593,2071.953792 +300451,2954.303018,1489.774298,2393.156432,1947.075992,2072.524026 +300452,2954.617788,1489.099358,2393.32635,1949.840636,2073.072594 +300453,2954.841818,1488.384583,2393.420107,1952.430376,2073.607487 +300454,2954.976336,1487.639337,2393.437969,1954.849754,2074.135994 +300455,2955.036106,1486.8685,2393.390784,1957.131594,2074.6635 +300456,2955.037237,1485.976288,2393.290868,1959.308917,2075.193372 +300457,2954.99114,1485.305994,2393.147529,1961.403556,2075.72662 +300458,2954.905048,1484.40197,2392.96722,1963.427246,2076.263169 +300459,2954.783872,1483.562903,2392.754717,1965.38598,2076.80283 +300460,2954.630656,1482.69149,2392.513384,1967.282685,2077.344952 +300461,2954.44743,1481.802535,2392.245749,1969.119055,2077.888685 +300462,2954.235821,1480.896964,2391.953906,1970.896374,2078.433253 +300463,2953.997135,1479.975509,2391.639586,1972.615626,2078.977906 +300464,2953.733588,1479.038648,2391.304228,1974.277528,2079.521937 +300465,2953.447457,1478.087029,2390.94903,1975.88257,2080.064677 +300466,2953.140187,1477.12105,2390.57501,1977.431071,2080.605513 +300467,2952.812454,1476.141287,2390.18304,1978.923237,2081.143881 +300468,2952.464582,1475.148075,2389.773894,1980.359211,2081.679292 +300469,2952.096785,1474.141936,2389.348263,1981.739093,2082.211309 +300470,2954.366453,1473.574231,2390.626694,1984.932851,2084.891524 +300471,2951.910458,1472.623337,2389.376597,1983.765423,2084.381023 +300472,2949.875852,1471.595744,2388.689591,1982.388677,2084.542834 +300473,2948.080762,1470.535378,2388.161694,1981.278886,2084.89977 +300474,2946.590009,1469.454552,2387.702953,1980.706472,2085.363571 +300475,2945.354752,1468.356635,2387.267085,1980.589588,2085.886934 +300476,2944.28597,1467.243909,2386.826843,1980.737428,2086.436549 +300477,2943.312007,1466.116957,2386.369084,1980.997053,2086.99255 +300478,2945.047176,1464.977711,2387.60947,1983.154504,2089.697976 +300479,2942.797684,1463.822996,2386.25559,1982.430578,2089.197346 +300480,2944.028162,1462.659563,2387.120015,1984.137143,2091.48733 +300481,2942.342752,1395.202248,2386.316968,1983.578552,2092.089758 +300482,2931.82842,1393.388881,2378.941691,1977.986588,2082.639266 +300483,2917.914609,1391.554292,2368.564889,1970.748653,2068.102123 +300484,2905.547114,1389.990748,2359.011261,1965.19192,2053.970325 +300485,2896.552631,1388.361793,2351.695451,1962.183505,2042.477721 +300486,2890.534352,1386.751048,2346.448395,1961.083807,2033.669221 +300487,2886.183177,1385.142058,2342.642536,1960.969323,2026.891746 +300488,2883.276576,1383.532805,2339.740207,1961.194813,2021.532335 +300489,2881.016877,1381.922597,2337.406004,1961.449337,2017.18891 +300490,2879.137996,1380.216895,2335.455686,1961.63219,2013.625609 +300491,2877.506785,1378.736899,2333.784632,1961.729178,2010.695264 +300492,2876.048056,1377.053786,2332.324091,1961.745722,2008.291248 +300493,2874.711398,1375.444473,2331.02309,1961.685511,2006.327842 +300494,2873.459191,1373.817513,2329.841898,1961.548495,2004.733333 +300495,2872.263564,1372.185597,2328.749966,1961.334027,2003.448046 +300496,2871.104929,1370.548786,2327.724486,1961.042813,2002.42297 +300497,2869.970017,1368.907097,2326.748641,1960.676896,2001.617888 +300498,2868.849284,1367.35127,2325.809609,1960.23847,2000.999127 +300499,2867.737178,1365.566835,2324.898397,1959.730504,2000.539393 +300500,2866.630637,1363.973234,2324.008863,1959.156258,2000.216589 +300501,2865.526938,1362.207592,2323.136167,1958.518175,2000.011804 +300502,2864.417417,1360.672164,2322.27628,1957.817842,1999.908597 +300503,2863.307624,1358.937513,2321.426194,1957.056676,1999.893128 +300504,2862.196984,1357.815785,2320.582852,1956.235059,1999.952694 +300505,2860.458368,1356.224173,2319.814053,1953.787479,2000.086928 +300506,2858.390348,1354.552229,2319.115113,1950.483956,2000.312535 +300507,2856.355538,1352.854662,2318.458363,1947.066067,2000.634392 +300508,2854.496513,1351.14219,2317.815102,1944.323054,2001.036201 +300509,2852.814725,1349.418757,2317.163782,1942.027103,2001.492042 +300510,2851.248823,1347.685812,2316.493141,1939.998812,2001.98032 +300511,2849.755533,1345.998548,2315.799792,1938.086498,2002.487716 +300512,2848.345289,1344.312438,2315.089275,1936.411929,2003.00574 +300513,2847.024758,1342.533113,2314.364638,1935.04625,2003.527303 +300514,2845.782546,1340.964372,2313.62453,1933.962794,2004.045489 +300515,2844.598293,1339.28612,2312.866028,1933.090754,2004.554687 +300516,2843.454501,1337.460113,2312.088166,1932.364143,2005.052889 +300517,2842.339185,1335.802085,2311.291682,1931.738416,2005.540467 +300518,2841.24407,1334.062543,2310.477616,1931.187552,2006.018207 +300519,2840.044047,1332.327576,2309.570715,1927.065889,2006.391641 +300520,2838.6102,1330.58494,2308.490907,1924.070246,2006.559477 +300521,2836.800931,1328.834344,2307.147358,1916.297985,2006.405824 +300522,2834.760204,1327.07582,2305.629226,1917.696619,2006.038586 +300523,2832.842405,1325.309631,2304.161071,1917.435837,2005.73624 +300524,2831.101106,1323.535428,2302.780086,1915.983727,2005.54729 +300525,2829.244263,1321.753185,2301.305488,1908.641466,2005.25012 +300526,2829.913429,1319.877766,2301.428906,1912.473551,2006.959768 +300527,2826.75014,1318.203553,2299.114116,1910.908209,2005.654328 +300528,2824.550109,1316.33834,2297.400161,1909.345414,2005.108388 +300529,2822.655181,1314.536093,2295.857392,1908.16892,2004.778682 +300530,2820.941128,1312.713554,2294.410804,1907.192139,2004.575514 +300531,2821.786019,1310.88347,2294.588093,1901.781429,2006.412876 +300532,2818.751042,1309.04197,2292.303993,1909.397485,2005.209925 +300533,2817.299838,1307.359978,2291.02447,1920.33799,2005.273773 +300534,2820.047329,1305.590522,2292.04089,1923.756814,2008.189909 +300535,2819.391827,1303.777093,2290.687898,1924.844611,2008.163915 +300536,2819.408836,1302.038034,2289.75942,1925.915981,2008.680264 +300537,2819.297376,1300.077305,2288.834683,1926.485802,2009.210447 +300538,2818.943155,1298.206797,2287.853615,1926.905553,2009.679095 +300539,2818.377136,1296.461734,2286.815696,1927.257442,2010.085418 +300540,2817.657255,1294.540093,2285.733488,1927.590554,2010.444748 +300541,2018.091732,1292.669182,1126.092332,1597.568352,2465.556633 +300542,2090.085999,1421.771992,1167.256994,1653.929058,2507.167801 +300543,2166.290043,1425.290419,1214.261456,1709.889061,2534.083708 +300544,2227.987162,1424.138316,1255.10179,1749.540537,2546.206019 +300545,2275.290685,1423.990564,1288.660151,1775.045725,2552.862346 +300546,2310.71434,1423.57117,1315.71149,1790.19987,2556.844815 +300547,2337.556888,1422.462476,1337.438433,1799.17725,2559.372889 +300548,2358.505983,1421.235553,1355.407673,1804.956314,2561.126323 +300549,2375.307321,1419.946024,1370.564445,1809.150755,2562.488739 +300550,2389.001302,1418.613107,1383.474083,1812.473418,2563.646042 +300551,2400.238162,1417.229864,1394.507395,1815.212622,2564.673984 +300552,2409.448432,1415.839737,1403.933536,1817.483839,2565.565883 +300553,2417.027701,1414.434578,1412.00829,1819.41152,2566.365094 +300554,2423.303803,1413.014747,1418.95304,1821.101544,2567.108329 +300555,2428.513007,1411.58452,1424.940183,1822.617987,2567.792029 +300556,2432.85173,1410.143892,1430.117523,1823.999001,2568.420428 +300557,2436.479538,1408.697463,1434.60951,1825.272451,2569.000037 +300558,2439.525146,1407.244238,1438.52043,1826.462204,2569.53789 +300559,2442.091976,1405.786725,1441.93748,1827.587977,2570.04051 +300560,2444.263243,1404.323691,1444.933641,1828.664909,2570.513805 +300561,2446.105833,1402.856285,1447.569962,1829.703826,2570.962833 +300562,2447.673713,1401.374374,1449.897601,1830.712332,2571.392022 +300563,2449.008365,1399.98332,1451.958085,1831.693346,2571.802848 +300564,2450.145608,1398.368542,1453.787762,1832.651522,2572.199136 +300565,2451.115113,1396.946293,1455.41754,1833.591089,2572.584629 +300566,2451.940701,1395.349234,1456.873214,1834.514881,2572.962116 +300567,2452.641399,1393.981455,1458.176261,1835.424575,2573.333525 +300568,2453.232565,1392.408656,1459.344685,1836.321213,2573.700244 +300569,2453.726722,1390.908744,1460.393657,1837.205526,2574.063282 +300570,2454.13421,1389.386491,1461.336035,1838.078128,2574.423421 +300571,2454.463585,1387.733167,1462.182743,1838.939539,2574.781218 +300572,2454.692652,1386.045727,1462.938061,1839.619053,2575.137055 +300573,2454.810827,1384.338277,1463.606382,1840.017422,2575.491056 +300574,2454.821563,1382.614144,1464.193596,1840.131725,2575.84322 +300575,2454.734754,1380.875044,1464.70618,1840.005245,2576.193462 +300576,2454.561002,1379.121472,1465.150296,1839.685941,2576.541663 +300577,2454.309349,1377.354041,1465.531389,1839.209805,2576.88763 +300578,2453.987045,1375.57277,1465.854163,1838.600012,2577.231123 +300579,2453.600063,1373.778036,1466.122673,1837.87113,2577.571827 +300580,2453.153448,1371.969751,1466.34046,1837.033021,2577.909387 +300581,2452.651505,1370.148231,1466.510625,1836.093056,2578.243392 +300582,2452.097984,1368.313369,1466.635918,1835.05713,2578.573413 +300583,2451.496135,1366.465466,1466.718774,1833.930055,2578.898987 +300584,2450.84881,1364.604422,1466.761373,1832.715791,2579.219653 +300585,2450.158499,1362.643243,1466.765664,1831.417608,2579.53493 +300586,2449.427425,1360.886227,1466.733411,1830.038251,2579.844359 +300587,2448.657553,1358.922346,1466.666204,1828.580056,2580.147472 +300588,2447.850659,1357.024357,1466.565495,1827.045049,2580.443822 +300589,2447.008336,1355.099846,1466.431237,1825.435016,2580.732974 +300590,2446.13204,1353.162771,1466.26631,1823.751553,2581.014516 +300591,2445.223071,1350.32888,1466.072313,1821.996084,2581.28803 +300592,2443.995884,1348.136583,1465.809641,1819.025449,2581.553516 +300593,2442.564998,1346.153904,1465.495604,1815.344747,2581.809346 +300594,2441.080438,1344.087746,1465.150432,1811.608529,2582.055079 +300595,2439.618041,1342.030118,1464.782691,1808.12082,2582.290664 +300596,2438.196893,1339.964689,1464.39672,1804.904111,2582.516085 +300597,2436.818608,1337.89202,1463.992804,1801.871794,2582.73111 +300598,2435.476195,1335.810025,1463.568699,1798.934493,2582.935421 +300599,2434.160119,1333.635025,1463.12546,1796.03316,2583.128584 +300600,2432.861514,1331.660005,1462.663413,1793.135863,2583.310223 +300601,0,0,0,0,0 +300602,0,0,0,0,0 +300603,0,0,0,0,0 +300604,0,0,0,0,0 +300605,0,0,0,0,0 +300606,0,0,0,0,0 +300607,0,0,0,0,0 +300608,0,0,0,0,0 +300609,0,0,0,0,0 +300610,0,0,0,0,0 +300611,0,0,0,0,0 +300612,0,0,0,0,0 +300613,0,0,0,0,0 +300614,0,0,0,0,0 +300615,0,0,0,0,0 +300616,0,0,0,0,0 +300617,0,0,0,0,0 +300618,0,0,0,0,0 +300619,0,0,0,0,0 +300620,0,0,0,0,0 +300621,0,0,0,0,0 +300622,0,0,0,0,0 +300623,0,0,0,0,0 +300624,0,0,0,0,0 +300625,0,0,0,0,0 +300626,0,0,0,0,0 +300627,0,0,0,0,0 +300628,0,0,0,0,0 +300629,0,0,0,0,0 +300630,0,0,0,0,0 +300631,0,0,0,0,0 +300632,0,0,0,0,0 +300633,0,0,0,0,0 +300634,0,0,0,0,0 +300635,0,0,0,0,0 +300636,0,0,0,0,0 +300637,0,0,0,0,0 +300638,0,0,0,0,0 +300639,0,0,0,0,0 +300640,0,0,0,0,0 +300641,0,0,0,0,0 +300642,0,0,0,0,0 +300643,0,0,0,0,0 +300644,0,0,0,0,0 +300645,0,0,0,0,0 +300646,0,0,0,0,0 +300647,0,0,0,0,0 +300648,0,0,0,0,0 +300649,0,0,0,0,0 +300650,0,0,0,0,0 +300651,0,0,0,0,0 +300652,0,0,0,0,0 +300653,0,0,0,0,0 +300654,0,0,0,0,0 +300655,0,0,0,0,0 +300656,0,0,0,0,0 +300657,0,0,0,0,0 +300658,0,0,0,0,0 +300659,0,0,0,0,0 +300660,0,0,0,0,0 +300661,0,0,0,0,0 +300662,0,0,0,0,0 +300663,0,0,0,0,0 +300664,0,0,0,0,0 +300665,0,0,0,0,0 +300666,0,0,0,0,0 +300667,0,0,0,0,0 +300668,0,0,0,0,0 +300669,0,0,0,0,0 +300670,0,0,0,0,0 +300671,0,0,0,0,0 +300672,0,0,0,0,0 +300673,0,0,0,0,0 +300674,0,0,0,0,0 +300675,0,0,0,0,0 +300676,0,0,0,0,0 +300677,0,0,0,0,0 +300678,0,0,0,0,0 +300679,0,0,0,0,0 +300680,0,0,0,0,0 +300681,0,0,0,0,0 +300682,0,0,0,0,0 +300683,0,0,0,0,0 +300684,0,0,0,0,0 +300685,0,0,0,0,0 +300686,0,0,0,0,0 +300687,0,0,0,0,0 +300688,0,0,0,0,0 +300689,0,0,0,0,0 +300690,0,0,0,0,0 +300691,0,0,0,0,0 +300692,0,0,0,0,0 +300693,0,0,0,0,0 +300694,0,0,0,0,0 +300695,0,0,0,0,0 +300696,0,0,0,0,0 +300697,0,0,0,0,0 +300698,0,0,0,0,0 +300699,0,0,0,0,0 +300700,0,0,0,0,0 +300701,0,0,0,0,0 +300702,0,0,0,0,0 +300703,0,0,0,0,0 +300704,0,0,0,0,0 +300705,0,0,0,0,0 +300706,0,0,0,0,0 +300707,0,0,0,0,0 +300708,0,0,0,0,0 +300709,0,0,0,0,0 +300710,0,0,0,0,0 +300711,0,0,0,0,0 +300712,0,0,0,0,0 +300713,0,0,0,0,0 +300714,0,0,0,0,0 +300715,0,0,0,0,0 +300716,0,0,0,0,0 +300717,0,0,0,0,0 +300718,0,0,0,0,0 +300719,0,0,0,0,0 +300720,0,0,0,0,0 +300721,0,0,0,0,0 +300722,0,0,0,0,0 +300723,0,0,0,0,0 +300724,0,0,0,0,0 +300725,0,0,0,0,0 +300726,0,0,0,0,0 +300727,0,0,0,0,0 +300728,0,0,0,0,0 +300729,0,0,0,0,0 +300730,0,0,0,0,0 +300731,0,0,0,0,0 +300732,0,0,0,0,0 +300733,0,0,0,0,0 +300734,0,0,0,0,0 +300735,0,0,0,0,0 +300736,0,0,0,0,0 +300737,0,0,0,0,0 +300738,0,0,0,0,0 +300739,0,0,0,0,0 +300740,0,0,0,0,0 +300741,0,0,0,0,0 +300742,0,0,0,0,0 +300743,0,0,0,0,0 +300744,0,0,0,0,0 +300745,0,0,0,0,0 +300746,0,0,0,0,0 +300747,0,0,0,0,0 +300748,0,0,0,0,0 +300749,0,0,0,0,0 +300750,0,0,0,0,0 +300751,0,0,0,0,0 +300752,0,0,0,0,0 +300753,0,0,0,0,0 +300754,0,0,0,0,0 +300755,0,0,0,0,0 +300756,0,0,0,0,0 +300757,0,0,0,0,0 +300758,0,0,0,0,0 +300759,0,0,0,0,0 +300760,0,0,0,0,0 +300761,0,0,0,0,0 +300762,0,0,0,0,0 +300763,0,0,0,0,0 +300764,0,0,0,0,0 +300765,0,0,0,0,0 +300766,0,0,0,0,0 +300767,0,0,0,0,0 +300768,0,0,0,0,0 +300769,0,0,0,0,0 +300770,0,0,0,0,0 +300771,0,0,0,0,0 +300772,0,0,0,0,0 +300773,0,0,0,0,0 +300774,0,0,0,0,0 +300775,0,0,0,0,0 +300776,0,0,0,0,0 +300777,0,0,0,0,0 +300778,0,0,0,0,0 +300779,0,0,0,0,0 +300780,0,0,0,0,0 +300781,0,0,0,0,0 +300782,0,0,0,0,0 +300783,0,0,0,0,0 +300784,0,0,0,0,0 +300785,0,0,0,0,0 +300786,0,0,0,0,0 +300787,0,0,0,0,0 +300788,0,0,0,0,0 +300789,0,0,0,0,0 +300790,0,0,0,0,0 +300791,0,0,0,0,0 +300792,0,0,0,0,0 +300793,0,0,0,0,0 +300794,0,0,0,0,0 +300795,0,0,0,0,0 +300796,0,0,0,0,0 +300797,0,0,0,0,0 +300798,0,0,0,0,0 +300799,0,0,0,0,0 +300800,0,0,0,0,0 +300801,0,0,0,0,0 +300802,0,0,0,0,0 +300803,0,0,0,0,0 +300804,0,0,0,0,0 +300805,0,0,0,0,0 +300806,0,0,0,0,0 +300807,0,0,0,0,0 +300808,0,0,0,0,0 +300809,0,0,0,0,0 +300810,0,0,0,0,0 +300811,0,0,0,0,0 +300812,0,0,0,0,0 +300813,0,0,0,0,0 +300814,0,0,0,0,0 +300815,0,0,0,0,0 +300816,0,0,0,0,0 +300817,0,0,0,0,0 +300818,0,0,0,0,0 +300819,0,0,0,0,0 +300820,0,0,0,0,0 +300821,0,0,0,0,0 +300822,0,0,0,0,0 +300823,0,0,0,0,0 +300824,0,0,0,0,0 +300825,0,0,0,0,0 +300826,0,0,0,0,0 +300827,0,0,0,0,0 +300828,0,0,0,0,0 +300829,0,0,0,0,0 +300830,0,0,0,0,0 +300831,0,0,0,0,0 +300832,0,0,0,0,0 +300833,0,0,0,0,0 +300834,0,0,0,0,0 +300835,0,0,0,0,0 +300836,0,0,0,0,0 +300837,0,0,0,0,0 +300838,0,0,0,0,0 +300839,0,0,0,0,0 +300840,0,0,0,0,0 +300841,0,0,0,0,0 +300842,0,0,0,0,0 +300843,0,0,0,0,0 +300844,0,0,0,0,0 +300845,0,0,0,0,0 +300846,0,0,0,0,0 +300847,0,0,0,0,0 +300848,0,0,0,0,0 +300849,0,0,0,0,0 +300850,0,0,0,0,0 +300851,0,0,0,0,0 +300852,0,0,0,0,0 +300853,0,0,0,0,0 +300854,0,0,0,0,0 +300855,0,0,0,0,0 +300856,0,0,0,0,0 +300857,0,0,0,0,0 +300858,0,0,0,0,0 +300859,0,0,0,0,0 +300860,0,0,0,0,0 +300861,0,0,0,0,0 +300862,0,0,0,0,0 +300863,0,0,0,0,0 +300864,0,0,0,0,0 +300865,0,0,0,0,0 +300866,0,0,0,0,0 +300867,0,0,0,0,0 +300868,0,0,0,0,0 +300869,0,0,0,0,0 +300870,0,0,0,0,0 +300871,0,0,0,0,0 +300872,0,0,0,0,0 +300873,0,0,0,0,0 +300874,0,0,0,0,0 +300875,0,0,0,0,0 +300876,0,0,0,0,0 +300877,0,0,0,0,0 +300878,0,0,0,0,0 +300879,0,0,0,0,0 +300880,0,0,0,0,0 +300881,0,0,0,0,0 +300882,0,0,0,0,0 +300883,0,0,0,0,0 +300884,0,0,0,0,0 +300885,0,0,0,0,0 +300886,0,0,0,0,0 +300887,0,0,0,0,0 +300888,0,0,0,0,0 +300889,0,0,0,0,0 +300890,0,0,0,0,0 +300891,0,0,0,0,0 +300892,0,0,0,0,0 +300893,0,0,0,0,0 +300894,0,0,0,0,0 +300895,0,0,0,0,0 +300896,0,0,0,0,0 +300897,0,0,0,0,0 +300898,0,0,0,0,0 +300899,0,0,0,0,0 +300900,0,0,0,0,0 +300901,0,0,0,0,0 +300902,0,0,0,0,0 +300903,0,0,0,0,0 +300904,0,0,0,0,0 +300905,0,0,0,0,0 +300906,0,0,0,0,0 +300907,0,0,0,0,0 +300908,0,0,0,0,0 +300909,0,0,0,0,0 +300910,0,0,0,0,0 +300911,0,0,0,0,0 +300912,0,0,0,0,0 +300913,0,0,0,0,0 +300914,0,0,0,0,0 +300915,0,0,0,0,0 +300916,0,0,0,0,0 +300917,0,0,0,0,0 +300918,0,0,0,0,0 +300919,0,0,0,0,0 +300920,0,0,0,0,0 +300921,0,0,0,0,0 +300922,0,0,0,0,0 +300923,0,0,0,0,0 +300924,0,0,0,0,0 +300925,0,0,0,0,0 +300926,0,0,0,0,0 +300927,0,0,0,0,0 +300928,0,0,0,0,0 +300929,0,0,0,0,0 +300930,0,0,0,0,0 +300931,0,0,0,0,0 +300932,0,0,0,0,0 +300933,0,0,0,0,0 +300934,0,0,0,0,0 +300935,0,0,0,0,0 +300936,0,0,0,0,0 +300937,0,0,0,0,0 +300938,0,0,0,0,0 +300939,0,0,0,0,0 +300940,0,0,0,0,0 +300941,0,0,0,0,0 +300942,0,0,0,0,0 +300943,0,0,0,0,0 +300944,0,0,0,0,0 +300945,0,0,0,0,0 +300946,0,0,0,0,0 +300947,0,0,0,0,0 +300948,0,0,0,0,0 +300949,0,0,0,0,0 +300950,0,0,0,0,0 +300951,0,0,0,0,0 +300952,0,0,0,0,0 +300953,0,0,0,0,0 +300954,0,0,0,0,0 +300955,0,0,0,0,0 +300956,0,0,0,0,0 +300957,0,0,0,0,0 +300958,0,0,0,0,0 +300959,0,0,0,0,0 +300960,0,0,0,0,0 +300961,0,0,0,0,0 +300962,0,0,0,0,0 +300963,0,0,0,0,0 +300964,0,0,0,0,0 +300965,0,0,0,0,0 +300966,0,0,0,0,0 +300967,0,0,0,0,0 +300968,0,0,0,0,0 +300969,0,0,0,0,0 +300970,0,0,0,0,0 +300971,0,0,0,0,0 +300972,0,0,0,0,0 +300973,0,0,0,0,0 +300974,0,0,0,0,0 +300975,0,0,0,0,0 +300976,0,0,0,0,0 +300977,0,0,0,0,0 +300978,0,0,0,0,0 +300979,0,0,0,0,0 +300980,0,0,0,0,0 +300981,0,0,0,0,0 +300982,0,0,0,0,0 +300983,0,0,0,0,0 +300984,0,0,0,0,0 +300985,0,0,0,0,0 +300986,0,0,0,0,0 +300987,0,0,0,0,0 +300988,0,0,0,0,0 +300989,0,0,0,0,0 +300990,0,0,0,0,0 +300991,0,0,0,0,0 +300992,0,0,0,0,0 +300993,0,0,0,0,0 +300994,0,0,0,0,0 +300995,0,0,0,0,0 +300996,0,0,0,0,0 +300997,0,0,0,0,0 +300998,0,0,0,0,0 +300999,0,0,0,0,0 +301000,0,0,0,0,0 +301001,0,0,0,0,0 +301002,0,0,0,0,0 +301003,0,0,0,0,0 +301004,0,0,0,0,0 +301005,0,0,0,0,0 +301006,0,0,0,0,0 +301007,0,0,0,0,0 +301008,0,0,0,0,0 +301009,0,0,0,0,0 +301010,0,0,0,0,0 +301011,0,0,0,0,0 +301012,0,0,0,0,0 +301013,0,0,0,0,0 +301014,0,0,0,0,0 +301015,0,0,0,0,0 +301016,0,0,0,0,0 +301017,0,0,0,0,0 +301018,0,0,0,0,0 +301019,0,0,0,0,0 +301020,0,0,0,0,0 +301021,0,0,0,0,0 +301022,0,0,0,0,0 +301023,0,0,0,0,0 +301024,0,0,0,0,0 +301025,0,0,0,0,0 +301026,0,0,0,0,0 +301027,0,0,0,0,0 +301028,0,0,0,0,0 +301029,0,0,0,0,0 +301030,0,0,0,0,0 +301031,0,0,0,0,0 +301032,0,0,0,0,0 +301033,0,0,0,0,0 +301034,0,0,0,0,0 +301035,0,0,0,0,0 +301036,0,0,0,0,0 +301037,0,0,0,0,0 +301038,0,0,0,0,0 +301039,0,0,0,0,0 +301040,0,0,0,0,0 +301041,0,0,0,0,0 +301042,0,0,0,0,0 +301043,0,0,0,0,0 +301044,0,0,0,0,0 +301045,0,0,0,0,0 +301046,0,0,0,0,0 +301047,0,0,0,0,0 +301048,0,0,0,0,0 +301049,0,0,0,0,0 +301050,0,0,0,0,0 +301051,0,0,0,0,0 +301052,0,0,0,0,0 +301053,0,0,0,0,0 +301054,0,0,0,0,0 +301055,0,0,0,0,0 +301056,0,0,0,0,0 +301057,0,0,0,0,0 +301058,0,0,0,0,0 +301059,0,0,0,0,0 +301060,0,0,0,0,0 +301061,0,0,0,0,0 +301062,0,0,0,0,0 +301063,0,0,0,0,0 +301064,0,0,0,0,0 +301065,0,0,0,0,0 +301066,0,0,0,0,0 +301067,0,0,0,0,0 +301068,0,0,0,0,0 +301069,0,0,0,0,0 +301070,0,0,0,0,0 +301071,0,0,0,0,0 +301072,0,0,0,0,0 +301073,0,0,0,0,0 +301074,0,0,0,0,0 +301075,0,0,0,0,0 +301076,0,0,0,0,0 +301077,0,0,0,0,0 +301078,0,0,0,0,0 +301079,0,0,0,0,0 +301080,0,0,0,0,0 +301081,0,0,0,0,0 +301082,0,0,0,0,0 +301083,0,0,0,0,0 +301084,0,0,0,0,0 +301085,0,0,0,0,0 +301086,0,0,0,0,0 +301087,0,0,0,0,0 +301088,0,0,0,0,0 +301089,0,0,0,0,0 +301090,0,0,0,0,0 +301091,0,0,0,0,0 +301092,0,0,0,0,0 +301093,0,0,0,0,0 +301094,0,0,0,0,0 +301095,0,0,0,0,0 +301096,0,0,0,0,0 +301097,0,0,0,0,0 +301098,0,0,0,0,0 +301099,0,0,0,0,0 +301100,0,0,0,0,0 +301101,0,0,0,0,0 +301102,0,0,0,0,0 +301103,0,0,0,0,0 +301104,0,0,0,0,0 +301105,0,0,0,0,0 +301106,0,0,0,0,0 +301107,0,0,0,0,0 +301108,0,0,0,0,0 +301109,0,0,0,0,0 +301110,0,0,0,0,0 +301111,0,0,0,0,0 +301112,0,0,0,0,0 +301113,0,0,0,0,0 +301114,0,0,0,0,0 +301115,0,0,0,0,0 +301116,0,0,0,0,0 +301117,0,0,0,0,0 +301118,0,0,0,0,0 +301119,0,0,0,0,0 +301120,0,0,0,0,0 +301121,0,0,0,0,0 +301122,0,0,0,0,0 +301123,0,0,0,0,0 +301124,0,0,0,0,0 +301125,0,0,0,0,0 +301126,0,0,0,0,0 +301127,0,0,0,0,0 +301128,0,0,0,0,0 +301129,0,0,0,0,0 +301130,0,0,0,0,0 +301131,0,0,0,0,0 +301132,0,0,0,0,0 +301133,0,0,0,0,0 +301134,0,0,0,0,0 +301135,0,0,0,0,0 +301136,0,0,0,0,0 +301137,0,0,0,0,0 +301138,0,0,0,0,0 +301139,0,0,0,0,0 +301140,0,0,0,0,0 +301141,0,0,0,0,0 +301142,0,0,0,0,0 +301143,0,0,0,0,0 +301144,0,0,0,0,0 +301145,0,0,0,0,0 +301146,0,0,0,0,0 +301147,0,0,0,0,0 +301148,0,0,0,0,0 +301149,0,0,0,0,0 +301150,0,0,0,0,0 +301151,0,0,0,0,0 +301152,0,0,0,0,0 +301153,0,0,0,0,0 +301154,0,0,0,0,0 +301155,0,0,0,0,0 +301156,0,0,0,0,0 +301157,0,0,0,0,0 +301158,0,0,0,0,0 +301159,0,0,0,0,0 +301160,0,0,0,0,0 +301161,0,0,0,0,0 +301162,0,0,0,0,0 +301163,0,0,0,0,0 +301164,0,0,0,0,0 +301165,0,0,0,0,0 +301166,0,0,0,0,0 +301167,0,0,0,0,0 +301168,0,0,0,0,0 +301169,0,0,0,0,0 +301170,0,0,0,0,0 +301171,0,0,0,0,0 +301172,0,0,0,0,0 +301173,0,0,0,0,0 +301174,0,0,0,0,0 +301175,0,0,0,0,0 +301176,0,0,0,0,0 +301177,0,0,0,0,0 +301178,0,0,0,0,0 +301179,0,0,0,0,0 +301180,0,0,0,0,0 +301181,0,0,0,0,0 +301182,0,0,0,0,0 +301183,0,0,0,0,0 +301184,0,0,0,0,0 +301185,0,0,0,0,0 +301186,0,0,0,0,0 +301187,0,0,0,0,0 +301188,0,0,0,0,0 +301189,0,0,0,0,0 +301190,0,0,0,0,0 +301191,0,0,0,0,0 +301192,0,0,0,0,0 +301193,0,0,0,0,0 +301194,0,0,0,0,0 +301195,0,0,0,0,0 +301196,0,0,0,0,0 +301197,0,0,0,0,0 +301198,0,0,0,0,0 +301199,0,0,0,0,0 +301200,0,0,0,0,0 +301201,0,0,0,0,0 +301202,0,0,0,0,0 +301203,0,0,0,0,0 +301204,0,0,0,0,0 +301205,0,0,0,0,0 +301206,0,0,0,0,0 +301207,0,0,0,0,0 +301208,0,0,0,0,0 +301209,0,0,0,0,0 +301210,0,0,0,0,0 +301211,0,0,0,0,0 +301212,0,0,0,0,0 +301213,0,0,0,0,0 +301214,0,0,0,0,0 +301215,0,0,0,0,0 +301216,0,0,0,0,0 +301217,0,0,0,0,0 +301218,0,0,0,0,0 +301219,0,0,0,0,0 +301220,0,0,0,0,0 +301221,0,0,0,0,0 +301222,0,0,0,0,0 +301223,0,0,0,0,0 +301224,0,0,0,0,0 +301225,0,0,0,0,0 +301226,0,0,0,0,0 +301227,0,0,0,0,0 +301228,0,0,0,0,0 +301229,0,0,0,0,0 +301230,0,0,0,0,0 +301231,0,0,0,0,0 +301232,0,0,0,0,0 +301233,0,0,0,0,0 +301234,0,0,0,0,0 +301235,0,0,0,0,0 +301236,0,0,0,0,0 +301237,0,0,0,0,0 +301238,0,0,0,0,0 +301239,0,0,0,0,0 +301240,0,0,0,0,0 +301241,0,0,0,0,0 +301242,0,0,0,0,0 +301243,0,0,0,0,0 +301244,0,0,0,0,0 +301245,0,0,0,0,0 +301246,0,0,0,0,0 +301247,0,0,0,0,0 +301248,0,0,0,0,0 +301249,0,0,0,0,0 +301250,0,0,0,0,0 +301251,0,0,0,0,0 +301252,0,0,0,0,0 +301253,0,0,0,0,0 +301254,0,0,0,0,0 +301255,0,0,0,0,0 +301256,0,0,0,0,0 +301257,0,0,0,0,0 +301258,0,0,0,0,0 +301259,0,0,0,0,0 +301260,0,0,0,0,0 +301261,0,0,0,0,0 +301262,0,0,0,0,0 +301263,0,0,0,0,0 +301264,0,0,0,0,0 +301265,0,0,0,0,0 +301266,0,0,0,0,0 +301267,0,0,0,0,0 +301268,0,0,0,0,0 +301269,0,0,0,0,0 +301270,0,0,0,0,0 +301271,0,0,0,0,0 +301272,0,0,0,0,0 +301273,0,0,0,0,0 +301274,0,0,0,0,0 +301275,0,0,0,0,0 +301276,0,0,0,0,0 +301277,0,0,0,0,0 +301278,0,0,0,0,0 +301279,0,0,0,0,0 +301280,0,0,0,0,0 +301281,0,0,0,0,0 +301282,0,0,0,0,0 +301283,0,0,0,0,0 +301284,0,0,0,0,0 +301285,0,0,0,0,0 +301286,0,0,0,0,0 +301287,0,0,0,0,0 +301288,0,0,0,0,0 +301289,0,0,0,0,0 +301290,0,0,0,0,0 +301291,0,0,0,0,0 +301292,0,0,0,0,0 +301293,0,0,0,0,0 +301294,0,0,0,0,0 +301295,0,0,0,0,0 +301296,0,0,0,0,0 +301297,0,0,0,0,0 +301298,0,0,0,0,0 +301299,0,0,0,0,0 +301300,0,0,0,0,0 +301301,0,0,0,0,0 +301302,0,0,0,0,0 +301303,0,0,0,0,0 +301304,0,0,0,0,0 +301305,0,0,0,0,0 +301306,0,0,0,0,0 +301307,0,0,0,0,0 +301308,0,0,0,0,0 +301309,0,0,0,0,0 +301310,0,0,0,0,0 +301311,0,0,0,0,0 +301312,0,0,0,0,0 +301313,0,0,0,0,0 +301314,0,0,0,0,0 +301315,0,0,0,0,0 +301316,0,0,0,0,0 +301317,0,0,0,0,0 +301318,0,0,0,0,0 +301319,0,0,0,0,0 +301320,0,0,0,0,0 +301321,0,0,0,0,0 +301322,0,0,0,0,0 +301323,0,0,0,0,0 +301324,0,0,0,0,0 +301325,0,0,0,0,0 +301326,0,0,0,0,0 +301327,0,0,0,0,0 +301328,0,0,0,0,0 +301329,0,0,0,0,0 +301330,0,0,0,0,0 +301331,0,0,0,0,0 +301332,0,0,0,0,0 +301333,0,0,0,0,0 +301334,0,0,0,0,0 +301335,0,0,0,0,0 +301336,0,0,0,0,0 +301337,0,0,0,0,0 +301338,0,0,0,0,0 +301339,0,0,0,0,0 +301340,0,0,0,0,0 +301341,0,0,0,0,0 +301342,0,0,0,0,0 +301343,0,0,0,0,0 +301344,0,0,0,0,0 +301345,0,0,0,0,0 +301346,0,0,0,0,0 +301347,0,0,0,0,0 +301348,0,0,0,0,0 +301349,0,0,0,0,0 +301350,0,0,0,0,0 +301351,0,0,0,0,0 +301352,0,0,0,0,0 +301353,0,0,0,0,0 +301354,0,0,0,0,0 +301355,0,0,0,0,0 +301356,0,0,0,0,0 +301357,0,0,0,0,0 +301358,0,0,0,0,0 +301359,0,0,0,0,0 +301360,0,0,0,0,0 +301361,0,0,0,0,0 +301362,0,0,0,0,0 +301363,0,0,0,0,0 +301364,0,0,0,0,0 +301365,0,0,0,0,0 +301366,0,0,0,0,0 +301367,0,0,0,0,0 +301368,0,0,0,0,0 +301369,0,0,0,0,0 +301370,0,0,0,0,0 +301371,0,0,0,0,0 +301372,0,0,0,0,0 +301373,0,0,0,0,0 +301374,0,0,0,0,0 +301375,0,0,0,0,0 +301376,0,0,0,0,0 +301377,0,0,0,0,0 +301378,0,0,0,0,0 +301379,0,0,0,0,0 +301380,0,0,0,0,0 +301381,0,2739.395563,1158.603043,0,0 +301382,0,295.241585,1144.723229,0,0 +301383,0,0,1119.587402,0,0 +301384,0,510.785108,1094.085719,0,0 +301385,0,458.5813029,1072.23728,0,0 +301386,0,378.5794955,1054.469118,0,0 +301387,0,398.8546963,1040.121025,0,0 +301388,0,403.292649,1028.432372,0,0 +301389,0,408.3835073,1018.794941,0,0 +301390,0,413.4859381,1010.80533,0,0 +301391,0,418.7136289,1004.202085,0,0 +301392,0,424.0333708,998.7805897,0,0 +301393,0,429.432928,994.3661482,0,0 +301394,0,434.6447871,990.8079504,0,0 +301395,0,440.8507965,987.9771655,0,0 +301396,0,445.8527538,985.7650494,0,0 +301397,0,451.7091212,984.0795828,0,0 +301398,0,457.4040804,982.8429007,31.34778494,0 +301399,0,463.0931778,981.9985846,33.1311298,0 +301400,0,468.9236724,981.4812357,31.92870019,0 +301401,0,474.6913594,981.2460515,38.5243236,0 +301402,0,480.5971913,981.2559998,42.1777598,0 +301403,0,486.4334443,981.476336,45.81933837,0 +301404,79.15122464,492.4050427,981.844222,49.45316802,0 +301405,40.1525217,498.300899,982.3805104,52.98371073,0 +301406,57.87976526,504.3304232,983.0485099,56.60437131,0 +301407,63.6748086,510.2782062,983.8537933,60.07815039,0 +301408,69.14943686,516.3592477,984.7683987,63.67116929,0 +301409,74.58398569,522.0365253,985.7786102,67.14914151,0 +301410,79.99529085,528.6677322,986.8719856,70.65120713,0 +301411,84.42155542,532.6076814,988.0386787,73.49734189,0 +301412,88.94650436,536.7483723,989.2122617,76.37081817,0 +301413,92.96253366,540.7117294,990.3483208,79.06184833,0 +301414,97.3192854,544.5097136,991.4311702,81.74783259,0 +301415,101.3628446,548.3160302,992.4619094,84.36831827,0 +301416,105.429655,552.0291289,993.4464653,86.90052083,0 +301417,109.3446084,555.7293831,994.3908456,89.58878182,0 +301418,113.5214905,559.2916892,995.2998587,91.89731744,0 +301419,117.2141141,562.8895957,996.1772104,94.51731278,0 +301420,121.0635322,566.412216,997.0259542,96.89760544,0 +301421,125.0116504,569.9015939,997.8488222,99.30373751,0 +301422,128.7104793,573.3889548,998.6481685,101.6775218,0 +301423,132.5620677,576.7521766,999.426002,103.9496415,0 +301424,135.9959524,580.1633821,1000.184194,106.3653619,0 +301425,139.8996617,583.5099974,1000.924266,108.6644562,0 +301426,143.4253164,586.8699197,1001.647716,110.7490388,0 +301427,147.0374144,590.1076271,1002.32912,113.1471088,0 +301428,150.4798723,593.4033032,1002.984357,115.2804659,0 +301429,154.3115787,596.638185,1003.640835,117.3927751,0 +301430,157.5362708,599.8545741,1004.293476,119.7548395,0 +301431,168.2832346,619.1018966,1004.937381,122.8642844,0 +301432,172.8885473,624.8592344,1006.037313,125.2451271,0 +301433,176.6890001,629.3814796,1007.423779,127.2831318,0 +301434,180.5125307,633.7263598,1008.872699,129.5230379,0 +301435,184.3722275,637.8841611,1010.266638,131.5306023,0 +301436,187.8165579,641.9765744,1011.574724,133.5942676,0 +301437,191.387697,645.8842229,1012.802872,135.7059883,0 +301438,195.1733207,649.8146323,1013.964376,137.4758644,0 +301439,198.5919928,653.6489629,1015.069639,139.6722132,0 +301440,202.1240076,657.4371617,1016.125596,141.5451808,0 +301441,206.4284692,661.5570032,1017.137035,143.7616425,0 +301442,211.1085964,665.518133,1018.118135,146.1681083,0 +301443,215.4077378,669.5333928,1019.080536,148.4734717,0 +301444,219.8916974,673.473632,1020.029843,150.5475921,0 +301445,224.4359713,677.3852805,1020.967837,153.0771583,0 +301446,229.0995061,681.3054709,1021.894532,155.3678313,0 +301447,233.1026268,685.0849946,1022.809581,157.3670823,0 +301448,237.8391473,688.9306895,1023.712444,159.7838013,0 +301449,242.021916,692.7062904,1024.603615,161.8868356,0 +301450,246.5961978,696.4596675,1025.482722,164.0933664,0 +301451,250.7838345,700.1846662,1026.350175,166.3653292,0 +301452,255.332774,703.9257502,1027.179667,168.5745401,0 +301453,259.2959061,707.5293476,1027.987003,170.6724627,0 +301454,264.1346153,711.2071804,1028.797905,172.9478272,0 +301455,268.1169116,714.8188807,1029.606361,175.004934,0 +301456,272.6581619,718.4130325,1030.408111,177.2606053,0 +301457,276.7757366,721.9828846,1031.201395,179.421766,0 +301458,281.2599299,725.5745554,1031.984806,181.3422195,0 +301459,285.3579303,729.0268641,1032.757949,183.6472129,0 +301460,289.8224945,732.5607779,1033.520448,185.7472757,0 +301461,293.9016081,736.0293959,1034.272368,187.7701263,0 +301462,298.3479392,739.4830262,1035.013495,189.9696356,0 +301463,302.4093468,742.9143893,1035.744127,191.9531387,0 +301464,306.8386055,746.3236329,1036.464049,194.1360312,0 +301465,310.6462752,749.7108896,1037.173587,196.1028489,0 +301466,315.6707929,753.1226717,1037.872493,198.2694973,0 +301467,319.1638597,756.3955996,1038.561356,200.2203919,0 +301468,323.7539032,759.2787615,1039.239441,202.2367892,0 +301469,327.7710503,763.2977044,1039.907464,204.3814358,0 +301470,332.1104095,766.215439,1040.565304,206.4128561,0 +301471,336.6484185,769.79613,1041.212807,208.6384302,0 +301472,340.9447924,773.233623,1041.857582,210.7742631,0 +301473,345.4915119,776.7385029,1042.502598,212.9817294,0 +301474,349.8867055,780.2044997,1043.150117,215.1631316,0 +301475,354.3733529,783.6578353,1043.799424,217.3412888,0 +301476,358.7638453,787.0984512,1044.449207,219.6625934,0 +301477,363.2268244,790.5263262,1045.098229,221.6154555,0 +301478,367.6937932,793.8915386,1045.7196,223.9041163,0 +301479,372.0950173,797.3686166,1046.329027,226.0545724,0 +301480,376.5940089,800.7178567,1046.950976,228.0791288,0 +301481,380.9924808,804.0991844,1047.577857,230.4873408,0 +301482,385.2014267,807.5069518,1048.205202,232.5440338,0 +301483,390.0621243,810.7736745,1048.830266,234.744304,0 +301484,394.3101929,814.0891075,1049.451664,236.9163911,0 +301485,398.8449877,817.4693265,1050.068243,239.0877371,0 +301486,403.2547727,820.72724,1050.679602,241.258178,0 +301487,407.7709886,824.0159569,1051.285244,243.4273351,0 +301488,412.1760971,827.2797742,1051.884959,245.5956284,0 +301489,416.6636075,830.526941,1052.478465,247.7625757,0 +301490,421.1550951,833.7061035,1053.065619,249.9286082,0 +301491,425.5680385,837.0498839,1053.646261,252.0932578,0 +301492,430.0604554,840.1278981,1054.220266,254.2569536,0 +301493,434.5561051,843.3553595,1054.787479,256.4192405,0 +301494,438.9718125,846.5080141,1055.347861,258.5805443,0 +301495,443.468111,849.6519193,1055.901256,260.5675484,0 +301496,447.9689339,852.7251074,1056.44762,262.994853,0 +301497,452.3858823,855.9142193,1056.986963,265.0170779,0 +301498,456.8870836,858.9640258,1057.519063,267.2059413,0 +301499,461.3552453,862.0450616,1058.043977,269.3605635,0 +301500,465.8670775,865.0986532,1058.561629,271.5151841,0 +301501,470.5703647,868.2839634,1059.04785,273.7632749,0 +301502,475.3893744,871.3249701,1059.525876,276.0212388,0 +301503,480.2186553,874.4195063,1060.017853,278.2803821,0 +301504,484.9644563,877.5829263,1060.518685,280.539951,0 +301505,489.8009218,880.6140843,1061.02082,282.7992823,0 +301506,494.6456044,883.6779948,1061.523706,285.0587015,0 +301507,499.400502,886.7142801,1062.021935,287.3177071,0 +301508,504.250313,889.7324932,1062.519427,289.576674,0 +301509,509.0662405,892.7320957,1063.010878,291.8351269,0 +301510,513.9326449,895.6575693,1063.499066,294.0934563,0 +301511,518.7001525,898.7049191,1063.981509,296.3512185,0 +301512,523.56399,901.6627204,1064.460287,298.6087954,0 +301513,528.3928012,904.5103651,1064.931438,300.8657568,0 +301514,532.8618085,907.4590023,1065.398477,302.9149731,0 +301515,538.2765595,910.3354181,1065.859138,305.4934688,0 +301516,542.7931133,913.2024242,1066.315823,307.5863502,0 +301517,547.772483,916.0498111,1066.764069,309.8810603,0 +301518,552.6330911,918.8207287,1067.207899,312.3497984,0 +301519,557.384441,921.7160805,1067.643949,314.2739683,0 +301520,562.3421729,924.4613646,1068.075593,316.6938682,0 +301521,567.1598374,927.2399934,1068.499605,318.9089039,0 +301522,572.0293828,929.9889578,1068.919239,321.183718,0 +301523,576.8937861,932.7178807,1069.307635,323.4026899,0 +301524,581.7609147,935.4267753,1069.684417,325.6710857,0 +301525,586.5839071,938.1743624,1070.068265,327.9405853,0 +301526,591.5746095,940.7526344,1070.455296,330.1573058,0 +301527,596.3399615,943.3869842,1070.838208,332.4244464,0 +301528,601.2138795,946.0934157,1071.218409,334.6933347,0 +301529,606.1582474,948.6559723,1071.591604,336.9070528,0 +301530,611.0031914,951.2524473,1071.960703,339.1734355,0 +301531,616.207814,955.669409,1072.322077,341.3649611,0 +301532,621.2839969,960.3492416,1072.700851,343.5775922,0 +301533,635.6297861,982.849853,1073.107369,344.9246361,0 +301534,642.3606035,990.4634324,1073.806123,347.0829566,0 +301535,648.2587985,996.9444954,1074.691227,349.1905644,0 +301536,654.1356169,1003.332173,1075.630934,351.3323543,0 +301537,660.0369018,1009.477344,1076.55399,353.4193957,0 +301538,665.8050352,1015.632392,1077.417107,355.5675286,0 +301539,671.6650796,1021.755011,1078.237216,357.6979931,0 +301540,677.3301315,1027.869096,1079.040754,359.8625631,0 +301541,683.2530542,1033.981542,1079.824774,361.969108,0 +301542,689.0114886,1040.094285,1080.588134,364.1378273,0 +301543,694.7817551,1046.208369,1081.330359,366.2883052,0 +301544,700.7452523,1052.25873,1082.051615,368.1974744,0 +301545,706.4525779,1058.475596,1082.752434,370.7752176,0 +301546,712.3493597,1064.542245,1083.433517,372.7126601,0 +301547,718.1394598,1072.836933,1084.095304,374.9530055,0 +301548,724.0925349,1080.592293,1084.739159,377.1289251,0 +301549,729.9854873,1088.677549,1085.36516,379.3412074,0 +301550,735.7376683,1096.540121,1085.973837,381.4925524,0 +301551,741.7753188,1104.472893,1086.543154,383.708755,0 +301552,747.6352462,1112.388315,1087.089708,385.9055679,0 +301553,753.5729685,1120.297909,1087.630156,388.1119174,0 +301554,759.4536449,1132.457517,1088.161457,390.3498831,0 +301555,765.5602562,1135.412196,1088.679995,392.5258425,0 +301556,775.4002331,1164.025686,1089.183836,394.3655367,0 +301557,781.9689647,1150.122482,1089.757979,396.4439218,0 +301558,788.1472013,1163.727519,1090.351459,398.5719225,0 +301559,794.4391491,1183.29008,1090.943846,400.7384526,0 +301560,800.6324861,1183.907244,1091.490678,402.842719,0 +301561,806.4312122,1194.071546,1091.999583,404.7893077,0 +301562,812.2716655,1202.08807,1092.487954,406.9265694,0 +301563,818.2106168,1210.176167,1092.946347,408.8570777,0 +301564,824.0132733,1218.025724,1093.375781,411.0347303,0 +301565,829.8766775,1225.909728,1093.774979,412.9282642,0 +301566,835.7351094,1233.940316,1094.146705,415.1076845,0 +301567,841.5978353,1241.580894,1094.492613,417.0479411,0 +301568,847.4630839,1249.405703,1094.813544,419.2141509,0 +301569,853.3367325,1257.174857,1095.110828,421.2869026,0 +301570,859.2158348,1264.636135,1095.366073,423.2661653,0 +301571,865.101088,1272.412359,1095.595329,425.3990314,0 +301572,870.9261402,1279.968633,1095.81716,427.5071147,0 +301573,876.9306067,1287.354733,1096.025639,429.464886,0 +301574,882.7861181,1294.852568,1096.218457,431.6561964,0 +301575,888.782213,1302.219476,1096.395085,433.7558024,0 +301576,894.5989067,1309.540185,1096.555658,435.7616892,0 +301577,900.5132813,1316.802981,1096.700613,437.9218023,0 +301578,906.5512355,1324.005023,1096.830709,440.0585587,0 +301579,912.4455071,1331.144276,1096.946605,442.1630192,0 +301580,918.4163218,1338.301336,1097.02995,444.2768163,0 +301581,924.3829217,1345.188529,1097.096329,446.3950652,0 +301582,930.3594445,1352.108961,1097.162801,448.5491292,0 +301583,936.3448907,1359.097049,1097.22323,450.6302741,0 +301584,942.3387959,1365.925476,1097.275074,452.7868404,0 +301585,948.3430543,1372.545783,1097.317525,454.9195957,0 +301586,954.3567956,1379.272068,1097.350571,457.0629265,0 +301587,960.3793819,1385.84549,1097.374701,459.2110409,0 +301588,965.9174971,1386.687733,1097.3904,464.2299656,0 +301589,971.9635791,1392.173105,1097.426414,466.7852293,0 +301590,978.1123856,1398.166366,1097.485925,469.2007763,0 +301591,983.5391786,1401.916801,1097.562581,471.3390286,0 +301592,989.0320649,1405.822234,1097.630842,473.665537,0 +301593,994.2751281,1409.260298,1097.680967,475.7527198,0 +301594,999.6687254,1412.608889,1097.711247,478.0720744,0 +301595,1004.882758,1415.772894,1097.724216,480.0790788,0 +301596,1010.289855,1418.774899,1097.722615,482.3649075,0 +301597,1015.490196,1421.621296,1097.709328,484.3931921,0 +301598,1020.745728,1424.318116,1097.686375,486.6344262,0 +301599,1025.966639,1426.869497,1097.655864,488.6493382,0 +301600,1031.169456,1429.280033,1097.619376,490.8731945,0 +301601,1036.353057,1431.641997,1097.561696,492.9047754,0 +301602,1041.296622,1433.648663,1097.49817,495.0620555,0 +301603,1046.644009,1435.720507,1097.444376,497.0705494,0 +301604,1051.888043,1437.58384,1097.395168,499.2588675,0 +301605,1060.186852,1439.334484,1097.348545,501.2283499,0 +301606,1060.167494,1440.960958,1097.305545,503.4092812,0 +301607,1073.766522,1442.464422,1097.262827,505.366197,0 +301608,1065.656834,1443.847256,1097.228,507.5352336,0 +301609,1091.966135,1445.110426,1097.190895,509.5147811,0 +301610,1064.116234,1446.256117,1097.169821,511.620406,0 +301611,1091.275772,1447.284989,1097.138548,513.5807693,0 +301612,1093.160497,1448.199095,1097.128833,515.7227136,0 +301613,1096.362163,1448.998887,1097.121486,517.6470224,0 +301614,1102.353708,1449.686218,1097.122126,519.7850994,0 +301615,1106.98178,1450.261506,1097.116618,521.7000317,0 +301616,1112.211932,1450.726423,1097.118003,523.8291325,0 +301617,1117.172422,1451.081384,1097.140964,525.7710653,0 +301618,1121.892075,1451.327882,1097.179448,527.476576,0 +301619,1127.109786,1451.466274,1097.231358,529.9513475,0 +301620,1131.912209,1451.498052,1097.296531,531.7847484,0 +301621,1135.582326,1451.15531,1097.374677,533.4431416,0 +301622,1139.302219,1450.604875,1097.452718,534.997728,0 +301623,1142.788645,1449.914612,1097.520152,536.5333911,0 +301624,1146.343079,1449.105993,1097.567002,538.0574939,0 +301625,1149.880735,1448.185833,1097.605982,539.5352017,0 +301626,1153.406032,1447.157455,1097.649412,541.0980137,0 +301627,1157.005153,1446.021914,1097.703131,542.5684349,0 +301628,1160.359078,1444.780957,1097.76827,544.1031703,0 +301629,1163.90622,1443.435132,1097.844018,545.530368,0 +301630,1167.3507,1441.98598,1097.929355,547.035601,0 +301631,1170.79703,1440.434005,1098.023322,548.4992001,0 +301632,1174.226949,1438.780701,1098.125169,549.9630241,0 +301633,1177.6411,1437.02658,1098.234284,551.3821898,0 +301634,1181.040486,1435.173111,1098.350103,552.8913558,0 +301635,1184.330059,1433.220827,1098.472139,554.3077007,0 +301636,1187.935473,1431.171177,1098.59987,555.7539474,0 +301637,1191.073415,1428.933465,1098.732988,557.1876988,0 +301638,1194.498918,1426.82321,1098.870846,558.6163113,0 +301639,1197.80582,1424.42143,1099.013372,560.0392563,0 +301640,1201.113812,1421.923957,1099.160048,561.4572369,0 +301641,1204.407136,1419.456603,1099.310637,562.9084493,0 +301642,1207.685943,1416.859587,1099.449723,564.2573954,0 +301643,1210.949893,1414.076898,1099.590306,565.6507092,0 +301644,1214.200063,1411.340828,1099.744808,567.1005946,0 +301645,1217.435533,1408.39487,1099.906748,568.4643391,0 +301646,1220.752785,1405.48581,1100.073191,569.8594077,0 +301647,1223.813442,1402.365682,1100.243011,571.2429981,0 +301648,1227.081005,1399.375054,1100.415474,572.6222918,0 +301649,1230.245281,1395.867742,1100.590514,573.996874,0 +301650,1233.412794,1392.813156,1100.767791,575.367235,0 +301651,1236.120473,1388.731086,1100.947486,576.4788279,0 +301652,1238.62307,1384.626758,1101.119328,577.5343641,0 +301653,1241.316179,1380.3897,1101.276668,578.519143,0 +301654,1243.741648,1376.039938,1101.417525,579.5803915,0 +301655,1246.219406,1371.584164,1101.542586,580.5307586,0 +301656,1248.646128,1367.027656,1101.65353,581.4995756,0 +301657,1251.03938,1362.286826,1101.751968,582.4440535,0 +301658,1253.500414,1357.664708,1101.839194,583.4124146,0 +301659,1255.679594,1352.766506,1101.916441,584.2637646,0 +301660,1258.057178,1347.942603,1101.9844,585.1914008,0 +301661,1260.314046,1342.81029,1102.044121,586.0671098,0 +301662,1262.560021,1337.781664,1102.096169,586.935717,0 +301663,1264.779171,1332.51437,1102.141295,587.7905668,0 +301664,1266.972506,1327.38927,1102.179998,588.6323318,0 +301665,1269.140358,1322.009773,1102.227979,589.4612109,0 +301666,1271.283436,1316.630805,1102.272191,590.2777957,0 +301667,1273.40282,1311.169269,1102.300574,591.0822708,0 +301668,1275.49843,1305.640318,1102.319948,591.8751164,0 +301669,1277.571132,1300.044574,1102.333367,592.6157724,0 +301670,1279.621612,1294.387765,1102.342237,593.4480137,0 +301671,1281.650091,1288.669449,1102.347336,594.1768904,0 +301672,1283.657294,1282.892435,1102.349022,594.9331349,0 +301673,1285.643501,1276.977991,1102.347609,595.6721562,0 +301674,1287.610683,1271.28551,1102.343297,596.401927,0 +301675,1289.659555,1265.221071,1102.336404,597.1217377,0 +301676,1291.428108,1259.343738,1102.327024,597.8316376,0 +301677,1293.413769,1253.168135,1102.315285,598.533004,0 +301678,1295.182706,1247.028453,1102.301423,599.2254655,0 +301679,1297.211017,1240.970663,1102.285564,599.9093822,0 +301680,1298.986389,1234.709193,1102.26798,600.5849168,0 +301681,1301.061215,1228.573963,1102.248621,601.3242645,0 +301682,1303.179251,1222.320548,1102.231109,602.0834457,0 +301683,1305.305296,1216.30419,1102.21825,602.8443137,0 +301684,1307.424572,1209.89463,1102.211182,603.6013109,0 +301685,1309.532894,1203.689833,1102.209581,604.3529055,0 +301686,1311.62908,1197.296479,1102.21286,605.098662,0 +301687,1313.712971,1191.07843,1102.220217,605.8802044,0 +301688,1315.784521,1184.668231,1102.23116,606.5513232,0 +301689,1317.844058,1178.302329,1102.245115,607.3112611,0 +301690,1319.891707,1171.898758,1102.261797,607.9855656,0 +301691,1321.927944,1165.480784,1102.280902,608.7664342,0 +301692,1323.952694,1159.042775,1102.302218,609.4475273,0 +301693,1325.966572,1174.177696,1102.32511,610.1622034,0 +301694,1327.969582,1114.300332,1102.37263,610.8647591,0 +301695,1330.067251,1155.562183,1102.388776,611.5627641,0 +301696,1331.889002,1134.475987,1102.414974,612.2560446,0 +301697,1333.941695,1119.241947,1102.438787,612.9450113,0 +301698,1335.887483,1124.920531,1102.466069,613.6295565,0 +301699,1337.842095,1111.111676,1102.516741,614.3100484,0 +301700,1339.788078,1107.924544,1102.567382,614.986467,0 +301701,1341.726161,1100.409583,1102.61008,615.6591247,0 +301702,1343.656385,1097.262946,1102.648757,616.3279399,0 +301703,1345.579712,1092.366408,1102.688068,616.9932824,0 +301704,1347.496116,1087.462404,1102.727954,617.6550501,0 +301705,1349.406716,1082.56334,1102.769066,618.3136225,0 +301706,1351.31149,1077.735455,1102.811591,618.9688656,0 +301707,1353.21171,1072.741051,1102.855602,619.6211743,0 +301708,1355.107243,1067.90655,1102.901097,620.2703873,0 +301709,1356.999552,1062.949586,1102.948155,620.9169096,0 +301710,1358.780745,1058.184769,1102.996733,621.560555,0 +301711,1360.96223,1053.375499,1103.046909,622.2732689,0 +301712,1362.922948,1048.723477,1103.101513,622.9981383,0 +301713,1364.996893,1043.917737,1103.162377,623.6857897,0 +301714,1367.062738,1039.282241,1103.230139,624.4841514,0 +301715,1369.138632,1034.610298,1103.304664,625.1884004,0 +301716,1371.333266,1029.973778,1103.38544,625.9343134,0 +301717,1373.263647,1025.363377,1103.472129,626.6750958,0 +301718,1375.45573,1020.780347,1103.564253,627.4176678,0 +301719,1377.559758,1016.226199,1103.661684,628.1622102,0 +301720,1379.687861,1011.703289,1103.764096,628.9083156,0 +301721,1381.820328,1007.212647,1103.871328,629.6994835,0 +301722,1383.955223,1002.756076,1103.98321,630.3834231,0 +301723,1386.093081,998.3355906,1104.099541,631.1672055,0 +301724,1388.232767,993.9525884,1104.22024,631.9123979,0 +301725,1390.374994,989.6727505,1104.345157,632.6666923,0 +301726,1392.518683,985.2760947,1104.474202,633.4222575,0 +301727,1394.66461,981.0640949,1104.607246,634.1795097,0 +301728,1396.811697,976.7776005,1104.744262,634.9380059,0 +301729,1398.960758,972.7025342,1104.885116,635.6981256,0 +301730,1401.110703,968.5384419,1105.029808,636.4594267,0 +301731,1403.262379,964.5425469,1105.178212,637.2222968,0 +301732,1405.414679,960.4361279,1105.33031,637.9862841,0 +301733,1407.568477,956.6094703,1105.486004,638.7517833,0 +301734,1409.722665,952.6177926,1105.645325,639.4743459,0 +301735,1411.878103,948.848271,1105.808121,640.3090149,0 +301736,1414.033692,945.0835532,1105.974456,641.0448258,0 +301737,1416.30295,941.3652683,1106.144198,641.8227528,0 +301738,1418.286567,937.7663391,1106.317392,642.5940392,0 +301739,1420.529444,934.0216558,1106.493859,643.3666894,0 +301740,1423.497021,930.630041,1106.673642,644.1401448,0 +301741,0,0,0,0,0 +301742,0,0,0,0,0 +301743,0,0,0,0,0 +301744,0,0,0,0,0 +301745,0,0,0,0,0 +301746,0,0,0,0,0 +301747,0,0,0,0,0 +301748,0,0,0,0,0 +301749,0,0,0,0,0 +301750,0,0,0,0,0 +301751,0,0,0,0,0 +301752,0,0,0,0,0 +301753,0,0,0,0,0 +301754,0,0,0,0,0 +301755,0,0,0,0,0 +301756,0,0,0,0,0 +301757,0,0,0,0,0 +301758,0,0,0,0,0 +301759,0,0,0,0,0 +301760,0,0,0,0,0 +301761,0,0,0,0,0 +301762,0,0,0,0,0 +301763,0,0,0,0,0 +301764,0,0,0,0,0 +301765,0,0,0,0,0 +301766,0,0,0,0,0 +301767,0,0,0,0,0 +301768,0,0,0,0,0 +301769,0,0,0,0,0 +301770,0,0,0,0,0 +301771,0,0,0,0,0 +301772,0,0,0,0,0 +301773,0,0,0,0,0 +301774,0,0,0,0,0 +301775,0,0,0,0,0 +301776,0,0,0,0,0 +301777,0,0,0,0,0 +301778,0,0,0,0,0 +301779,0,0,0,0,0 +301780,0,0,0,0,0 +301781,0,0,0,0,0 +301782,0,0,0,0,0 +301783,0,0,0,0,0 +301784,0,0,0,0,0 +301785,0,0,0,0,0 +301786,0,0,0,0,0 +301787,0,0,0,0,0 +301788,0,0,0,0,0 +301789,0,0,0,0,0 +301790,0,0,0,0,0 +301791,0,0,0,0,0 +301792,0,0,0,0,0 +301793,0,0,0,0,0 +301794,0,0,0,0,0 +301795,0,0,0,0,0 +301796,0,0,0,0,0 +301797,0,0,0,0,0 +301798,0,0,0,0,0 +301799,0,0,0,0,0 +301800,0,0,0,0,0 +301801,0,0,0,0,0 +301802,0,0,0,0,0 +301803,0,0,0,0,0 +301804,0,0,0,0,0 +301805,0,0,0,0,0 +301806,0,0,0,0,0 +301807,0,0,0,0,0 +301808,0,0,0,0,0 +301809,0,0,0,0,0 +301810,0,0,0,0,0 +301811,0,0,0,0,0 +301812,0,0,0,0,0 +301813,0,0,0,0,0 +301814,0,0,0,0,0 +301815,0,0,0,0,0 +301816,0,0,0,0,0 +301817,0,0,0,0,0 +301818,0,0,0,0,0 +301819,0,0,0,0,0 +301820,0,0,0,0,0 +301821,0,0,0,0,0 +301822,0,0,0,0,0 +301823,0,0,0,0,0 +301824,0,0,0,0,0 +301825,0,0,0,0,0 +301826,0,0,0,0,0 +301827,0,0,0,0,0 +301828,0,0,0,0,0 +301829,0,0,0,0,0 +301830,0,0,0,0,0 +301831,0,0,0,0,0 +301832,0,0,0,0,0 +301833,0,0,0,0,0 +301834,0,0,0,0,0 +301835,0,0,0,0,0 +301836,0,0,0,0,0 +301837,0,0,0,0,0 +301838,0,0,0,0,0 +301839,0,0,0,0,0 +301840,0,0,0,0,0 +301841,0,0,0,0,0 +301842,0,0,0,0,0 +301843,0,0,0,0,0 +301844,0,0,0,0,0 +301845,0,0,0,0,0 +301846,0,0,0,0,0 +301847,0,0,0,0,0 +301848,0,0,0,0,0 +301849,0,0,0,0,0 +301850,0,0,0,0,0 +301851,0,0,0,0,0 +301852,0,0,0,0,0 +301853,0,0,0,0,0 +301854,0,0,0,0,0 +301855,0,0,0,0,0 +301856,0,0,0,0,0 +301857,0,0,0,0,0 +301858,0,0,0,0,0 +301859,0,0,0,0,0 +301860,0,0,0,0,0 +301861,0,0,0,0,0 +301862,0,0,0,0,0 +301863,0,0,0,0,0 +301864,0,0,0,0,0 +301865,0,0,0,0,0 +301866,0,0,0,0,0 +301867,0,0,0,0,0 +301868,0,0,0,0,0 +301869,0,0,0,0,0 +301870,0,0,0,0,0 +301871,0,0,0,0,0 +301872,0,0,0,0,0 +301873,0,0,0,0,0 +301874,0,0,0,0,0 +301875,0,0,0,0,0 +301876,0,0,0,0,0 +301877,0,0,0,0,0 +301878,0,0,0,0,0 +301879,0,0,0,0,0 +301880,0,0,0,0,0 +301881,0,0,0,0,0 +301882,0,0,0,0,0 +301883,0,0,0,0,0 +301884,0,0,0,0,0 +301885,0,0,0,0,0 +301886,0,0,0,0,0 +301887,0,0,0,0,0 +301888,0,0,0,0,0 +301889,0,0,0,0,0 +301890,0,0,0,0,0 +301891,0,0,0,0,0 +301892,0,0,0,0,0 +301893,0,0,0,0,0 +301894,0,0,0,0,0 +301895,0,0,0,0,0 +301896,0,0,0,0,0 +301897,0,0,0,0,0 +301898,0,0,0,0,0 +301899,0,0,0,0,0 +301900,0,0,0,0,0 +301901,0,0,0,0,0 +301902,0,0,0,0,0 +301903,0,0,0,0,0 +301904,0,0,0,0,0 +301905,0,0,0,0,0 +301906,0,0,0,0,0 +301907,0,0,0,0,0 +301908,0,0,0,0,0 +301909,0,0,0,0,0 +301910,0,0,0,0,0 +301911,0,0,0,0,0 +301912,0,0,0,0,0 +301913,0,0,0,0,0 +301914,0,0,0,0,0 +301915,0,0,0,0,0 +301916,0,0,0,0,0 +301917,0,0,0,0,0 +301918,0,0,0,0,0 +301919,0,0,0,0,0 +301920,0,0,0,0,0 +301921,0,0,0,0,0 +301922,0,0,0,0,0 +301923,0,0,0,0,0 +301924,0,0,0,0,0 +301925,0,0,0,0,0 +301926,0,0,0,0,0 +301927,0,0,0,0,0 +301928,0,0,0,0,0 +301929,0,0,0,0,0 +301930,0,0,0,0,0 +301931,0,0,0,0,0 +301932,0,0,0,0,0 +301933,0,0,0,0,0 +301934,0,0,0,0,0 +301935,0,0,0,0,0 +301936,0,0,0,0,0 +301937,0,0,0,0,0 +301938,0,0,0,0,0 +301939,0,0,0,0,0 +301940,0,0,0,48.19270875,0 +301941,0,0,0,82.46693811,0 +301942,0,0,0,82.38632129,0 +301943,0,0,0,89.74798686,0 +301944,0,0,0,101.8646963,0 +301945,0,0,0,110.0306024,0 +301946,0,0,0,118.3015486,0 +301947,0,0,0,126.278121,0 +301948,0,0,0,134.1904667,0 +301949,0,0,0,141.9787736,0 +301950,0,0,0,149.5115747,0 +301951,0,0,0,154.5304611,0 +301952,0,0,0,158.8482755,0 +301953,0,0,0,163.0313456,0 +301954,0,0,0,166.5530553,0 +301955,0,0,0,170.0928858,0 +301956,0,0,0,173.1496652,0 +301957,0,0,0,175.995803,0 +301958,0,0,0,178.5043516,0 +301959,0,0,0,180.9677603,0 +301960,0,0,0,182.8813692,0 +301961,0,0,0,184.6910196,0 +301962,0,0,0,186.3501889,0 +301963,0,0,0,187.6407381,0 +301964,0,0,0,188.7631443,0 +301965,0,0,0,189.6500064,0 +301966,0,0,0,190.3174657,0 +301967,0,0,0,190.7694155,0 +301968,0,0,0,191.0101816,0 +301969,0,0,0,191.0411617,0 +301970,0,0,0,190.8680083,0 +301971,0,0,0,190.4940921,0 +301972,0,0,0,189.9198455,0 +301973,0,0,0,189.1501067,0 +301974,0,0,0,188.1865614,0 +301975,0,0,0,187.0319588,0 +301976,0,0,0,185.6884139,0 +301977,0,0,0,184.1583218,0 +301978,0,0,0,182.5102105,0 +301979,0,0,0,180.5158858,0 +301980,0,0,0,178.4200232,0 +301981,0,0,0,176.27567,0 +301982,0,0,0,173.8912427,0 +301983,0,0,0,171.2295336,0 +301984,0,0,0,168.528617,0 +301985,0,0,0,165.5982328,0 +301986,0,0,0,162.5703056,0 +301987,0,0,0,159.1706573,0 +301988,0,0,0,155.9331103,0 +301989,0,0,0,140.7029269,0 +301990,0,0,0,135.1691554,0 +301991,0,0,0,130.2067931,0 +301992,0,0,0,125.3596452,0 +301993,0,0,0,120.2390457,0 +301994,0,0,0,115.2799603,0 +301995,0,0,0,109.9844661,0 +301996,0,0,0,104.8196456,0 +301997,0,0,0,99.34056121,0 +301998,0,0,0,93.80884485,0 +301999,0,0,0,88.10491762,0 +302000,0,0,0,82.63743684,0 +302001,0,0,0,76.17550462,0 +302002,0,0,0,70.28514668,0 +302003,0,0,0,64.00394904,0 +302004,0,0,0,95.86981712,0 +302005,0,0,0,0,0 +302006,0,0,0,64.06082425,0 +302007,0,0,0,59.9493932,0 +302008,0,0,0,0,0 +302009,0,0,0,54.95818347,0 +302010,0,0,0,0,0 +302011,0,0,0,4.428497284,0 +302012,0,0,0,16.5391637,0 +302013,0,0,0,0,0 +302014,0,0,0,0,0 +302015,0,0,0,0,0 +302016,0,0,0,0,0 +302017,0,0,0,0,0 +302018,0,0,0,0,0 +302019,0,0,0,0,0 +302020,0,0,0,0,0 +302021,0,0,0,0,0 +302022,0,0,0,0,0 +302023,0,0,0,0,0 +302024,0,0,0,0,0 +302025,0,0,0,0,0 +302026,0,0,0,0,0 +302027,0,0,0,0,0 +302028,0,0,0,0,0 +302029,0,0,0,0,0 +302030,0,0,0,0,0 +302031,0,0,0,0,0 +302032,0,0,0,0,0 +302033,0,0,0,0,0 +302034,0,0,0,0,0 +302035,0,0,0,0,0 +302036,0,0,0,0,0 +302037,0,0,0,0,0 +302038,0,0,0,0,0 +302039,0,0,0,0,0 +302040,0,0,0,0,0 +302041,0,0,0,0,0 +302042,0,0,0,0,0 +302043,0,0,0,0,0 +302044,0,0,0,0,0 +302045,0,0,0,0,0 +302046,0,0,0,0,0 +302047,0,0,0,0,0 +302048,0,0,0,0,0 +302049,0,0,0,0,0 +302050,0,0,0,0,0 +302051,0,0,0,0,0 +302052,0,0,0,0,0 +302053,0,0,0,0,0 +302054,0,0,0,0,0 +302055,0,0,0,0,0 +302056,0,0,0,0,0 +302057,0,0,0,0,0 +302058,0,0,0,0,0 +302059,0,0,0,0,0 +302060,0,0,0,0,0 +302061,0,0,0,0,0 +302062,0,0,0,0,0 +302063,0,0,0,0,0 +302064,0,0,0,0,0 +302065,0,0,0,0,0 +302066,0,0,0,0,0 +302067,0,0,0,0,0 +302068,0,0,0,0,0 +302069,0,0,0,0,0 +302070,0,0,0,0,0 +302071,0,0,0,0,0 +302072,0,0,0,0,0 +302073,0,0,0,0,0 +302074,0,0,0,0,0 +302075,0,0,0,0,0 +302076,0,0,0,0,0 +302077,0,0,0,0,0 +302078,0,0,0,0,0 +302079,0,0,0,0,0 +302080,0,0,0,0,0 +302081,0,0,0,0,0 +302082,0,0,0,0,0 +302083,0,0,0,0,0 +302084,0,0,0,0,0 +302085,0,0,0,0,0 +302086,0,0,0,0,0 +302087,0,0,0,0,0 +302088,0,0,0,0,0 +302089,0,0,0,0,0 +302090,0,0,0,0,0 +302091,0,0,0,0,0 +302092,0,0,0,0,0 +302093,0,0,0,0,0 +302094,0,0,0,0,0 +302095,0,0,0,0,0 +302096,0,0,0,0,0 +302097,0,0,0,0,0 +302098,0,0,0,0,0 +302099,0,0,0,0,0 +302100,0,0,0,0,0 +302101,0,0,0,0,0 +302102,0,0,0,0,0 +302103,0,0,0,0,0 +302104,0,0,0,0,0 +302105,0,0,0,0,0 +302106,0,0,0,0,0 +302107,0,0,0,0,0 +302108,0,0,0,0,0 +302109,0,0,0,0,0 +302110,0,0,0,0,0 +302111,0,0,0,0,0 +302112,0,0,0,0,0 +302113,0,0,0,0,0 +302114,0,0,0,0,0 +302115,0,0,0,0,0 +302116,0,0,0,0,0 +302117,0,0,0,0,0 +302118,0,0,0,0,0 +302119,0,0,0,0,0 +302120,0,0,0,0,0 +302121,0,0,0,0,0 +302122,0,0,0,0,0 +302123,0,0,0,0,0 +302124,0,0,0,0,0 +302125,0,0,0,0,0 +302126,0,0,0,0,0 +302127,0,0,0,0,0 +302128,0,0,0,0,0 +302129,0,0,0,0,0 +302130,0,0,0,0,0 +302131,0,0,0,0,0 +302132,0,0,0,0,0 +302133,0,0,0,0,0 +302134,0,0,0,0,0 +302135,0,0,0,0,0 +302136,0,0,0,0,0 +302137,0,0,0,0,0 +302138,0,0,0,0,0 +302139,0,0,0,0,0 +302140,0,0,0,0,0 +302141,0,0,0,0,0 +302142,0,0,0,0,0 +302143,0,0,0,0,0 +302144,0,0,0,0,0 +302145,0,0,0,0,0 +302146,0,0,0,0,0 +302147,0,0,0,0,0 +302148,0,0,0,0,0 +302149,0,0,0,0,0 +302150,0,0,0,0,0 +302151,0,0,0,0,0 +302152,0,0,0,0,0 +302153,0,0,0,0,0 +302154,0,0,0,0,0 +302155,0,0,0,0,0 +302156,0,0,0,0,0 +302157,0,0,0,0,0 +302158,0,0,0,0,0 +302159,0,0,0,0,0 +302160,0,0,0,0,0 +302161,0,0,0,0,0 +302162,0,0,0,0,0 +302163,0,0,0,0,0 +302164,0,0,0,0,0 +302165,0,0,0,0,0 +302166,0,0,0,0,0 +302167,0,0,0,0,0 +302168,0,0,0,0,0 +302169,0,0,0,0,0 +302170,0,0,0,0,0 +302171,0,0,0,0,0 +302172,0,0,0,0,0 +302173,0,0,0,0,0 +302174,0,0,0,0,0 +302175,0,0,0,0,0 +302176,0,0,0,0,0 +302177,0,0,0,0,0 +302178,0,0,0,0,0 +302179,0,0,0,0,0 +302180,0,0,0,0,0 +302181,0,0,0,0,0 +302182,0,0,0,0,0 +302183,0,0,0,0,0 +302184,0,0,0,0,0 +302185,0,0,0,0,0 +302186,0,0,0,0,0 +302187,0,0,0,0,0 +302188,0,0,0,0,0 +302189,0,0,0,0,0 +302190,0,0,0,0,0 +302191,0,0,0,0,0 +302192,0,0,0,0,0 +302193,0,0,0,0,0 +302194,0,0,0,0,0 +302195,0,0,0,0,0 +302196,0,0,0,0,0 +302197,0,0,0,0,0 +302198,0,0,0,0,0 +302199,0,0,0,0,0 +302200,0,0,0,0,0 +302201,0,0,0,0,0 +302202,0,0,0,0,0 +302203,0,0,0,0,0 +302204,0,0,0,0,0 +302205,0,0,0,0,0 +302206,0,0,0,0,0 +302207,0,0,0,0,0 +302208,0,0,0,0,0 +302209,0,0,0,0,0 +302210,0,0,0,0,0 +302211,0,0,0,0,0 +302212,0,0,0,0,0 +302213,0,0,0,0,0 +302214,0,0,0,0,0 +302215,0,0,0,0,0 +302216,0,0,0,0,0 +302217,0,0,0,0,0 +302218,0,0,0,0,0 +302219,0,0,0,0,0 +302220,0,0,0,0,0 +302221,0,0,0,0,0 +302222,0,0,0,0,0 +302223,0,0,0,0,0 +302224,0,0,0,0,0 +302225,0,0,0,0,0 +302226,0,0,0,0,0 +302227,0,0,0,0,0 +302228,0,0,0,0,0 +302229,0,0,0,0,0 +302230,0,0,0,0,0 +302231,0,0,0,0,0 +302232,0,0,0,0,0 +302233,0,0,0,0,0 +302234,0,0,0,0,0 +302235,0,0,0,0,0 +302236,0,0,0,0,0 +302237,0,0,0,0,0 +302238,0,0,0,0,0 +302239,0,0,0,0,0 +302240,0,0,0,0,0 +302241,0,0,0,0,0 +302242,0,0,0,0,0 +302243,0,0,0,0,0 +302244,0,0,0,0,0 +302245,0,0,0,0,0 +302246,0,0,0,0,0 +302247,0,0,0,0,0 +302248,0,0,0,0,0 +302249,0,0,0,0,0 +302250,0,0,0,0,0 +302251,0,0,0,0,0 +302252,0,0,0,0,0 +302253,0,0,0,0,0 +302254,0,0,0,0,0 +302255,0,0,0,0,0 +302256,0,0,0,0,0 +302257,0,0,0,0,0 +302258,0,0,0,0,0 +302259,0,0,0,0,0 +302260,0,0,0,0,0 +302261,0,0,0,0,0 +302262,0,0,0,0,0 +302263,0,0,0,0,0 +302264,0,0,0,0,0 +302265,0,0,0,0,0 +302266,0,0,0,0,0 +302267,0,0,0,0,0 +302268,0,0,0,0,0 +302269,0,0,0,0,0 +302270,0,0,0,0,0 +302271,0,0,0,0,0 +302272,0,0,0,0,0 +302273,0,0,0,0,0 +302274,0,0,0,0,0 +302275,0,0,0,0,0 +302276,0,0,0,0,0 +302277,0,0,0,0,0 +302278,0,0,0,0,0 +302279,0,0,0,0,0 +302280,0,0,0,0,0 +302281,0,0,0,0,0 +302282,0,0,0,0,0 +302283,0,0,0,0,0 +302284,0,0,0,0,0 +302285,0,0,0,0,0 +302286,0,0,0,0,0 +302287,0,0,0,0,0 +302288,0,0,0,0,0 +302289,0,0,0,0,0 +302290,0,0,0,0,0 +302291,0,0,0,0,0 +302292,0,0,0,0,0 +302293,0,0,0,0,0 +302294,0,0,0,0,0 +302295,0,0,0,0,0 +302296,0,0,0,0,0 +302297,0,0,0,0,0 +302298,0,0,0,0,0 +302299,0,0,0,0,0 +302300,0,0,0,0,0 +302301,0,0,0,0,0 +302302,0,0,0,0,0 +302303,0,0,0,0,0 +302304,0,0,0,0,0 +302305,0,0,0,0,0 +302306,0,0,0,0,0 +302307,0,0,0,0,0 +302308,0,0,0,0,0 +302309,0,0,0,0,0 +302310,0,0,0,0,0 +302311,0,0,0,0,0 +302312,0,0,0,0,0 +302313,0,0,0,0,0 +302314,0,0,0,0,0 +302315,0,0,0,0,0 +302316,0,0,0,0,0 +302317,0,0,0,0,0 +302318,0,0,0,0,0 +302319,0,0,0,0,0 +302320,0,0,0,0,0 +302321,0,0,0,0,0 +302322,0,0,0,0,0 +302323,0,0,0,0,0 +302324,0,0,0,0,0 +302325,0,0,0,0,0 +302326,0,0,0,0,0 +302327,0,0,0,0,0 +302328,0,0,0,0,0 +302329,0,0,0,0,0 +302330,0,0,0,0,0 +302331,0,0,0,0,0 +302332,0,0,0,0,0 +302333,0,0,0,0,0 +302334,0,0,0,0,0 +302335,0,0,0,0,0 +302336,0,0,0,0,0 +302337,0,0,0,0,0 +302338,0,0,0,0,0 +302339,0,0,0,0,0 +302340,0,0,0,0,0 +302341,0,0,0,0,0 +302342,0,0,0,0,0 +302343,0,0,0,0,0 +302344,0,0,0,0,0 +302345,0,0,0,0,0 +302346,0,0,0,0,0 +302347,0,0,0,0,0 +302348,0,0,0,0,0 +302349,0,0,0,0,0 +302350,0,0,0,0,0 +302351,0,0,0,0,0 +302352,0,0,0,0,0 +302353,0,0,0,0,0 +302354,0,0,0,0,0 +302355,0,0,0,0,0 +302356,0,0,0,0,0 +302357,0,0,0,0,0 +302358,0,0,0,0,0 +302359,0,0,0,0,0 +302360,0,0,0,0,0 +302361,0,0,0,0,0 +302362,0,0,0,0,0 +302363,0,0,0,0,0 +302364,0,0,0,0,0 +302365,0,0,0,0,0 +302366,0,0,0,0,0 +302367,0,0,0,0,0 +302368,0,0,0,0,0 +302369,0,0,0,0,0 +302370,0,0,0,0,0 +302371,0,0,0,0,0 +302372,0,0,0,0,0 +302373,0,0,0,0,0 +302374,0,0,0,0,0 +302375,0,0,0,0,0 +302376,0,0,0,0,0 +302377,0,0,0,0,0 +302378,0,0,0,0,0 +302379,0,0,0,0,0 +302380,0,0,0,0,0 +302381,0,0,0,0,0 +302382,0,0,0,0,0 +302383,0,0,0,0,0 +302384,0,0,0,0,0 +302385,0,0,0,0,0 +302386,0,0,0,0,0 +302387,0,0,0,0,0 +302388,0,0,0,0,0 +302389,0,0,0,0,0 +302390,0,0,0,0,0 +302391,0,0,0,0,0 +302392,0,0,0,0,0 +302393,0,0,0,0,0 +302394,0,0,0,0,0 +302395,0,0,0,0,0 +302396,0,0,0,0,0 +302397,0,0,0,0,0 +302398,0,0,0,0,0 +302399,0,0,0,0,0 +302400,0,0,0,0,0 +302401,0,0,0,0,0 +302402,0,0,0,0,0 +302403,0,0,0,0,0 +302404,0,0,0,0,0 +302405,0,0,0,0,0 +302406,0,0,0,0,0 +302407,0,0,0,0,0 +302408,0,0,0,0,0 +302409,0,0,0,0,0 +302410,0,0,0,0,0 +302411,0,0,0,0,0 +302412,0,0,0,0,0 +302413,0,0,0,0,0 +302414,0,0,0,0,0 +302415,0,0,0,0,0 +302416,0,0,0,0,0 +302417,0,0,0,0,0 +302418,0,0,0,0,0 +302419,0,0,0,0,0 +302420,0,0,0,0,0 +302421,0,0,0,0,0 +302422,0,0,0,0,0 +302423,0,0,0,0,0 +302424,0,0,0,0,0 +302425,0,0,0,0,0 +302426,0,0,0,0,0 +302427,0,0,0,0,0 +302428,0,0,0,0,0 +302429,0,0,0,0,0 +302430,0,0,0,0,0 +302431,0,0,0,0,0 +302432,0,0,0,0,0 +302433,0,0,0,0,0 +302434,0,0,0,0,0 +302435,0,0,0,0,0 +302436,0,0,0,0,0 +302437,0,0,0,0,0 +302438,0,0,0,0,0 +302439,0,0,0,0,0 +302440,0,0,0,0,0 +302441,0,0,0,0,0 +302442,0,0,0,0,0 +302443,0,0,0,0,0 +302444,0,0,0,0,0 +302445,0,0,0,0,0 +302446,0,0,0,0,0 +302447,0,0,0,0,0 +302448,0,0,0,0,0 +302449,0,0,0,0,0 +302450,0,0,0,0,0 +302451,0,0,0,0,0 +302452,0,0,0,0,0 +302453,0,0,0,0,0 +302454,0,0,0,0,0 +302455,0,0,0,0,0 +302456,0,0,0,0,0 +302457,0,0,0,0,0 +302458,0,0,0,0,0 +302459,0,0,0,0,0 +302460,0,0,0,0,0 +302461,0,0,0,0,0 +302462,0,0,0,0,0 +302463,0,0,0,0,0 +302464,0,0,0,0,0 +302465,0,0,0,0,0 +302466,0,0,0,0,0 +302467,0,0,0,0,0 +302468,0,0,0,0,0 +302469,0,0,0,0,0 +302470,0,0,0,0,0 +302471,0,0,0,0,0 +302472,0,0,0,0,0 +302473,0,0,0,0,0 +302474,0,0,0,0,0 +302475,0,0,0,0,0 +302476,0,0,0,0,0 +302477,0,0,0,0,0 +302478,0,0,0,0,0 +302479,0,0,0,0,0 +302480,0,0,0,0,0 +302481,0,0,0,0,0 +302482,0,0,0,0,0 +302483,0,0,0,0,0 +302484,0,0,0,0,0 +302485,0,0,0,0,0 +302486,0,0,0,0,0 +302487,0,0,0,0,0 +302488,0,0,0,0,0 +302489,0,0,0,0,0 +302490,0,0,0,0,0 +302491,0,0,0,0,0 +302492,0,0,0,0,0 +302493,0,0,0,0,0 +302494,0,0,0,0,0 +302495,0,0,0,0,0 +302496,0,0,0,0,0 +302497,0,0,0,0,0 +302498,0,0,0,0,0 +302499,0,0,0,0,0 +302500,0,0,0,0,0 +302501,0,0,0,0,0 +302502,0,0,0,0,0 +302503,0,0,0,0,0 +302504,0,0,0,0,0 +302505,0,0,0,0,0 +302506,0,0,0,0,0 +302507,0,0,0,0,0 +302508,0,0,0,0,0 +302509,0,0,0,0,0 +302510,0,0,0,0,0 +302511,0,0,0,0,0 +302512,0,0,0,0,0 +302513,0,0,0,0,0 +302514,0,0,0,0,0 +302515,0,0,0,0,0 +302516,0,0,0,0,0 +302517,0,0,0,0,0 +302518,0,0,0,0,0 +302519,0,0,0,0,0 +302520,0,0,0,0,0 +302521,0,0,0,0,0 +302522,0,0,0,0,0 +302523,0,0,0,0,0 +302524,0,0,0,0,0 +302525,0,0,0,0,0 +302526,0,0,0,0,0 +302527,0,0,0,0,0 +302528,0,0,0,0,0 +302529,0,0,0,0,0 +302530,0,0,0,0,0 +302531,0,0,0,0,0 +302532,0,0,0,0,0 +302533,0,0,0,0,0 +302534,0,0,0,0,0 +302535,0,0,0,0,0 +302536,0,0,0,0,0 +302537,0,0,0,0,0 +302538,0,0,0,0,0 +302539,0,0,0,0,0 +302540,0,0,0,0,0 +302541,0,0,0,0,0 +302542,0,0,0,0,0 +302543,0,0,0,0,0 +302544,0,0,0,0,0 +302545,0,0,0,0,0 +302546,0,0,0,0,0 +302547,0,0,0,0,0 +302548,0,0,0,0,0 +302549,0,0,0,0,0 +302550,0,0,0,0,0 +302551,0,0,0,0,0 +302552,0,0,0,0,0 +302553,0,0,0,0,0 +302554,0,0,0,0,0 +302555,0,0,0,0,0 +302556,0,0,0,0,0 +302557,0,0,0,0,0 +302558,0,0,0,0,0 +302559,0,0,0,0,0 +302560,0,0,0,0,0 +302561,0,0,0,0,0 +302562,0,0,0,0,0 +302563,0,0,0,0,0 +302564,0,0,0,0,0 +302565,0,0,0,0,0 +302566,0,0,0,0,0 +302567,0,0,0,0,0 +302568,0,0,0,0,0 +302569,0,0,0,0,0 +302570,0,0,0,0,0 +302571,0,0,0,0,0 +302572,0,0,0,0,0 +302573,0,0,0,0,0 +302574,0,0,0,0,0 +302575,0,0,0,0,0 +302576,0,0,0,0,0 +302577,0,0,0,0,0 +302578,0,0,0,0,0 +302579,0,0,0,0,0 +302580,0,0,0,0,0 +302581,0,0,0,0,0 +302582,0,0,0,0,0 +302583,0,0,0,0,0 +302584,0,0,0,0,0 +302585,0,0,0,0,0 +302586,0,0,0,0,0 +302587,0,0,0,0,0 +302588,0,0,0,0,0 +302589,0,0,0,0,0 +302590,0,0,0,0,0 +302591,0,0,0,0,0 +302592,0,0,0,0,0 +302593,0,0,0,0,0 +302594,0,0,0,0,0 +302595,0,0,0,0,0 +302596,0,0,0,0,0 +302597,0,0,0,0,0 +302598,0,0,0,0,0 +302599,0,0,0,0,0 +302600,0,0,0,0,0 +302601,0,0,0,0,0 +302602,0,0,0,0,0 +302603,0,0,0,0,0 +302604,0,0,0,0,0 +302605,0,0,0,0,0 +302606,0,0,0,0,0 +302607,0,0,0,0,0 +302608,0,0,0,0,0 +302609,0,0,0,0,0 +302610,0,0,0,0,0 +302611,0,0,0,0,0 +302612,0,0,0,0,0 +302613,0,0,0,0,0 +302614,0,0,0,0,0 +302615,0,0,0,0,0 +302616,0,0,0,0,0 +302617,0,0,0,0,0 +302618,0,0,0,0,0 +302619,0,0,0,0,0 +302620,0,0,0,0,0 +302621,0,0,0,0,0 +302622,0,0,0,0,0 +302623,0,0,0,0,0 +302624,0,0,0,0,0 +302625,0,0,0,0,0 +302626,0,0,0,0,0 +302627,0,0,0,0,0 +302628,0,0,0,0,0 +302629,0,0,0,0,0 +302630,0,0,0,0,0 +302631,0,0,0,0,0 +302632,0,0,0,0,0 +302633,0,0,0,0,0 +302634,0,0,0,0,0 +302635,0,0,0,0,0 +302636,0,0,0,0,0 +302637,0,0,0,0,0 +302638,0,0,0,0,0 +302639,0,0,0,0,0 +302640,0,0,0,0,0 +302641,0,0,0,0,0 +302642,0,0,0,0,0 +302643,0,0,0,0,0 +302644,0,0,0,0,0 +302645,0,0,0,0,0 +302646,0,0,0,0,0 +302647,0,0,0,0,0 +302648,0,0,0,0,0 +302649,0,0,0,0,0 +302650,0,0,0,0,0 +302651,0,0,0,0,0 +302652,0,0,0,0,0 +302653,0,0,0,0,0 +302654,0,0,0,0,0 +302655,0,0,0,0,0 +302656,0,0,0,0,0 +302657,0,0,0,0,0 +302658,0,0,0,0,0 +302659,0,0,0,0,0 +302660,0,0,0,0,0 +302661,0,0,0,0,0 +302662,0,0,0,0,0 +302663,0,0,0,0,0 +302664,0,0,0,0,0 +302665,0,0,0,0,0 +302666,0,0,0,0,0 +302667,0,0,0,0,0 +302668,0,0,0,0,0 +302669,0,0,0,0,0 +302670,0,0,0,0,0 +302671,0,0,0,0,0 +302672,0,0,0,0,0 +302673,0,0,0,0,0 +302674,0,0,0,0,0 +302675,0,0,0,0,0 +302676,0,0,0,0,0 +302677,0,0,0,0,0 +302678,0,0,0,0,0 +302679,0,0,0,0,0 +302680,0,0,0,0,0 +302681,0,0,0,0,0 +302682,0,0,0,0,0 +302683,0,0,0,0,0 +302684,0,0,0,0,0 +302685,0,0,0,0,0 +302686,0,0,0,0,0 +302687,0,0,0,0,0 +302688,0,0,0,0,0 +302689,0,0,0,0,0 +302690,0,0,0,0,0 +302691,0,0,0,0,0 +302692,0,0,0,0,0 +302693,0,0,0,0,0 +302694,0,0,0,0,0 +302695,0,0,0,0,0 +302696,0,0,0,0,0 +302697,0,0,0,0,0 +302698,0,0,0,0,0 +302699,0,0,0,0,0 +302700,0,0,0,0,0 +302701,0,0,0,0,0 +302702,0,0,0,0,0 +302703,0,0,0,0,0 +302704,0,0,0,0,0 +302705,0,0,0,0,0 +302706,0,0,0,0,0 +302707,0,0,0,0,0 +302708,0,0,0,0,0 +302709,0,0,0,0,0 +302710,0,0,0,0,0 +302711,0,0,0,0,0 +302712,0,0,0,0,0 +302713,0,0,0,0,0 +302714,0,0,0,0,0 +302715,0,0,0,0,0 +302716,0,0,0,0,0 +302717,0,0,0,0,0 +302718,0,0,0,0,0 +302719,0,0,0,0,0 +302720,0,0,0,0,0 +302721,0,0,0,0,0 +302722,0,0,0,0,0 +302723,0,0,0,0,0 +302724,0,0,0,0,0 +302725,0,0,0,0,0 +302726,0,0,0,0,0 +302727,0,0,0,0,0 +302728,0,0,0,0,0 +302729,0,0,0,0,0 +302730,0,0,0,0,0 +302731,0,0,0,0,0 +302732,0,0,0,0,0 +302733,0,0,0,0,0 +302734,0,0,0,0,0 +302735,0,0,0,0,0 +302736,0,0,0,0,0 +302737,0,0,0,0,0 +302738,0,0,0,0,0 +302739,0,0,0,0,0 +302740,0,0,0,0,0 +302741,0,0,0,0,0 +302742,0,0,0,0,0 +302743,0,0,0,0,0 +302744,0,0,0,0,0 +302745,0,0,0,0,0 +302746,0,0,0,0,0 +302747,0,0,0,0,0 +302748,0,0,0,0,0 +302749,0,0,0,0,0 +302750,0,0,0,0,0 +302751,0,0,0,0,0 +302752,0,0,0,0,0 +302753,0,0,0,0,0 +302754,0,0,0,0,0 +302755,0,0,0,0,0 +302756,0,0,0,0,0 +302757,0,0,0,0,0 +302758,0,0,0,0,0 +302759,0,0,0,0,0 +302760,0,0,0,0,0 +302761,0,0,0,0,0 +302762,0,0,0,0,0 +302763,0,0,0,0,0 +302764,0,0,0,0,0 +302765,0,0,0,0,0 +302766,0,0,0,0,0 +302767,0,0,0,0,0 +302768,0,0,0,0,0 +302769,0,0,0,0,0 +302770,0,0,0,0,0 +302771,0,0,0,0,0 +302772,0,0,0,0,0 +302773,0,0,0,0,0 +302774,0,0,0,0,0 +302775,0,0,0,0,0 +302776,0,0,0,0,0 +302777,0,0,0,0,0 +302778,0,0,0,0,0 +302779,0,0,0,0,0 +302780,0,0,0,0,0 +302781,0,0,0,0,0 +302782,0,0,0,0,0 +302783,0,0,0,0,0 +302784,0,0,0,0,0 +302785,0,0,0,0,0 +302786,0,0,0,0,0 +302787,0,0,0,0,0 +302788,0,0,0,0,0 +302789,0,0,0,0,0 +302790,0,0,0,0,0 +302791,0,0,0,0,0 +302792,0,0,0,0,0 +302793,0,0,0,0,0 +302794,0,0,0,0,0 +302795,0,0,0,0,0 +302796,0,0,0,0,0 +302797,0,0,0,0,0 +302798,0,0,0,0,0 +302799,0,0,0,0,0 +302800,0,0,0,0,0 +302801,0,0,0,0,0 +302802,0,0,0,0,0 +302803,0,0,0,0,0 +302804,0,0,0,0,0 +302805,0,0,0,0,0 +302806,0,0,0,0,0 +302807,0,0,0,0,0 +302808,0,0,0,0,0 +302809,0,0,0,0,0 +302810,0,0,0,0,0 +302811,0,0,0,0,0 +302812,0,0,0,0,0 +302813,0,0,0,0,0 +302814,0,0,0,0,0 +302815,0,0,0,0,0 +302816,0,0,0,0,0 +302817,0,0,0,0,0 +302818,0,0,0,0,0 +302819,0,0,0,0,0 +302820,0,0,0,0,0 +302821,0,0,0,0,0 +302822,0,0,0,0,0 +302823,0,0,0,0,0 +302824,0,0,0,0,0 +302825,0,0,0,0,0 +302826,0,0,0,0,0 +302827,0,0,0,0,0 +302828,0,0,0,0,0 +302829,0,0,0,0,0 +302830,0,0,0,0,0 +302831,0,0,0,0,0 +302832,0,0,0,0,0 +302833,0,0,0,0,0 +302834,0,0,0,0,0 +302835,0,0,0,0,0 +302836,0,0,0,0,0 +302837,0,0,0,0,0 +302838,0,0,0,0,0 +302839,0,0,0,0,0 +302840,0,0,0,0,0 +302841,0,0,0,0,0 +302842,0,0,0,0,0 +302843,0,0,0,0,0 +302844,0,0,0,0,0 +302845,0,0,0,0,0 +302846,0,0,0,0,0 +302847,0,0,0,0,0 +302848,0,0,0,0,0 +302849,0,0,0,0,0 +302850,0,0,0,0,0 +302851,0,0,0,0,0 +302852,0,0,0,0,0 +302853,0,0,0,0,0 +302854,0,0,0,0,0 +302855,0,0,0,0,0 +302856,0,0,0,0,0 +302857,0,0,0,0,0 +302858,0,0,0,0,0 +302859,0,0,0,0,0 +302860,0,0,0,0,0 +302861,0,0,0,0,0 +302862,0,0,0,0,0 +302863,0,0,0,0,0 +302864,0,0,0,0,0 +302865,0,0,0,0,0 +302866,0,0,0,0,0 +302867,0,0,0,0,0 +302868,0,0,0,0,0 +302869,0,0,0,0,0 +302870,0,0,0,0,0 +302871,0,0,0,0,0 +302872,0,0,0,0,0 +302873,0,0,0,0,0 +302874,0,0,0,0,0 +302875,0,0,0,0,0 +302876,0,0,0,0,0 +302877,0,0,0,0,0 +302878,0,0,0,0,0 +302879,0,0,0,0,0 +302880,0,0,0,0,0 +302881,0,0,0,0,0 +302882,0,0,0,0,0 +302883,0,0,0,0,0 +302884,0,0,0,0,0 +302885,0,0,0,0,0 +302886,0,0,0,0,0 +302887,0,0,0,0,0 +302888,0,0,0,0,0 +302889,0,0,0,0,0 +302890,0,0,0,0,0 +302891,0,0,0,0,0 +302892,0,0,0,0,0 +302893,0,0,0,0,0 +302894,0,0,0,0,0 +302895,0,0,0,0,0 +302896,0,0,0,0,0 +302897,0,0,0,0,0 +302898,0,0,0,0,0 +302899,0,0,0,0,0 +302900,0,0,0,0,0 +302901,0,0,0,0,0 +302902,0,0,0,0,0 +302903,0,0,0,0,0 +302904,0,0,0,0,0 +302905,0,0,0,0,0 +302906,0,0,0,0,0 +302907,0,0,0,0,0 +302908,0,0,0,0,0 +302909,0,0,0,0,0 +302910,0,0,0,0,0 +302911,0,0,0,0,0 +302912,0,0,0,0,0 +302913,0,0,0,0,0 +302914,0,0,0,0,0 +302915,0,0,0,0,0 +302916,0,0,0,0,0 +302917,0,0,0,0,0 +302918,0,0,0,0,0 +302919,0,0,0,0,0 +302920,0,0,0,0,0 +302921,0,0,0,0,0 +302922,0,0,0,0,0 +302923,0,0,0,0,0 +302924,0,0,0,0,0 +302925,0,0,0,0,0 +302926,0,0,0,0,0 +302927,0,0,0,0,0 +302928,0,0,0,0,0 +302929,0,0,0,0,0 +302930,0,0,0,0,0 +302931,0,0,0,0,0 +302932,0,0,0,0,0 +302933,0,0,0,0,0 +302934,0,0,0,0,0 +302935,0,0,0,0,0 +302936,0,0,0,0,0 +302937,0,0,0,0,0 +302938,0,0,0,0,0 +302939,0,0,0,0,0 +302940,0,0,0,0,0 +302941,0,0,0,0,0 +302942,0,0,0,0,0 +302943,0,0,31.77493199,0,0 +302944,0,0,54.97662723,0,0 +302945,0,0,41.07604733,0,0 +302946,0,37.37699926,52.08362414,0,0 +302947,0,0,56.38600039,0,0 +302948,0,55.76270176,60.43178801,0,0 +302949,0,0,64.5500083,0,0 +302950,0,49.86603978,68.63969313,0,0 +302951,0,5.829766384,72.4243347,0,0 +302952,0,43.22795395,76.58742281,0,0 +302953,0,33.57304182,80.27954619,0,0 +302954,0,36.93342098,84.17950519,0,0 +302955,0,39.30592113,88.03212633,0,0 +302956,0,41.72069962,91.56243015,0,0 +302957,0,43.73651944,95.55800162,0,0 +302958,0,45.81356209,98.99860015,0,0 +302959,0,47.84632327,102.7071813,0,0 +302960,0,49.92259837,106.2992605,0,0 +302961,0,51.90820259,109.9667682,0,0 +302962,0,53.83146867,113.3080447,0,0 +302963,0,55.89841718,116.8952166,0,0 +302964,0,57.79239443,120.2168998,0,0 +302965,0,59.73040907,123.9711917,0,0 +302966,0,61.5962127,127.0827566,0,0 +302967,0,63.54345568,130.5795917,0,0 +302968,0,65.42737221,133.9101126,0,0 +302969,0,67.18054461,137.3708693,25.09629181,0 +302970,0,69.11572685,140.4536011,31.67717197,0 +302971,0,71.70371919,145.4843112,4.370376606,0 +302972,0,74.62069465,150.686802,33.16407821,0 +302973,0,77.50619732,156.3992269,28.30342397,0 +302974,0,80.43271925,161.6089333,31.85332394,0 +302975,0,83.56645437,167.3470094,35.25506039,0 +302976,0,86.49360652,172.9513235,38.19871813,0 +302977,0,89.70335509,178.8135997,41.36765983,0 +302978,0,92.80922091,184.2625548,44.32395633,0 +302979,0,95.84413656,190.1870271,47.51046043,0 +302980,0,99.05921945,195.9684134,50.44149254,0 +302981,0,102.3894947,201.83216,53.63214103,0 +302982,0,105.4265182,207.7918871,56.65063531,0 +302983,0,108.8276715,213.6514694,59.76070147,0 +302984,0,112.0401641,219.6843901,62.88805306,0 +302985,0,115.3470232,225.6082998,65.96330992,0 +302986,0,118.6485799,231.689847,69.02561655,0 +302987,0,121.9130569,237.6693976,72.20224921,0 +302988,0,125.4552029,243.8008925,75.33585581,0 +302989,0,128.5610969,250.0919291,78.32593392,0 +302990,0,132.1461129,255.8338379,81.57155141,0 +302991,0,135.3901251,262.1192909,84.64174626,0 +302992,0,139.0349628,268.2849881,87.73233429,0 +302993,0,142.1830194,274.3904553,90.94815541,0 +302994,0,145.8575394,280.6395905,94.05014318,0 +302995,0,149.2344264,286.8114751,97.2065626,0 +302996,0,152.7286569,293.0457142,100.3493904,0 +302997,0,156.2241668,299.2390847,103.4400176,0 +302998,0,159.7306739,305.5759496,106.7060937,0 +302999,0,163.1532733,311.7251838,109.8081158,0 +303000,0,166.9479017,318.0827532,112.9990294,0 +303001,0,170.5580982,325.1483831,116.469571,0 +303002,0,174.3809376,332.0928809,119.9187646,0 +303003,0,178.3634016,339.1281492,123.3586364,0 +303004,0,182.1279305,346.1872765,126.7337274,0 +303005,0,185.8940429,353.1732237,130.3342322,0 +303006,0,190.0659393,360.6505107,133.7357898,0 +303007,0,193.6836346,367.1272847,137.2210964,0 +303008,0,197.6974977,374.539015,140.7192882,0 +303009,0,201.465092,381.5143287,144.2055496,0 +303010,0,205.5885326,388.646096,147.7061066,0 +303011,0,209.4250562,395.7606302,151.1135423,0 +303012,0,213.5307352,402.9273258,154.8842277,0 +303013,0,217.2739221,410.0027753,158.1603653,0 +303014,35.75586004,221.2220517,417.1752943,161.7872876,0 +303015,80.49200705,225.3800209,424.3246665,165.1912966,0 +303016,56.26333035,229.2656666,431.5299584,168.901823,0 +303017,73.56527151,233.2878054,438.5787011,172.3593317,0 +303018,80.38568426,237.2946935,445.9078759,175.9308524,0 +303019,86.8193476,241.1693362,452.9689164,179.6106447,0 +303020,93.71218927,245.4180129,460.1987682,182.8580222,0 +303021,100.0756701,249.4879504,467.3793705,186.7128545,0 +303022,106.811588,253.3136955,474.6198937,190.1701212,0 +303023,113.1726031,257.4827954,481.7469732,193.7722148,0 +303024,119.835522,261.5096045,488.9787138,197.3575079,0 +303025,126.0544707,265.4165992,496.2297457,200.8100142,0 +303026,132.9288874,269.7288717,506.4291245,204.6252282,0 +303027,138.8544141,273.6797715,511.1017706,208.1156197,0 +303028,145.7071429,277.7891445,512.0899042,211.7485018,0 +303029,151.8360293,281.874357,528.4974359,215.3591063,0 +303030,158.4048175,285.9655291,531.3283897,219.1206338,0 +303031,164.3838468,289.8419169,538.8197058,222.3592202,0 +303032,170.5119022,293.5128392,545.8467986,225.9255256,0 +303033,176.6141185,297.6151891,552.3744388,229.1918521,0 +303034,182.8553167,301.4710905,559.2331888,232.8586527,0 +303035,188.4991843,305.0313242,565.8469939,236.1716302,0 +303036,194.6261962,308.9731908,572.6740138,239.6251636,0 +303037,200.6407484,312.7339722,579.1209788,243.0476822,0 +303038,206.6482635,316.5204721,586.1103573,246.4677885,0 +303039,212.4486402,320.3002397,592.3811172,249.8849622,0 +303040,218.5417733,324.0739262,599.4050776,253.2998168,0 +303041,224.1170493,327.6427259,605.6302544,256.7122953,0 +303042,230.6172754,331.7165957,612.5683123,259.9481817,0 +303043,235.9327053,335.3155374,618.8675257,263.6315832,0 +303044,242.1399275,339.1035433,625.7950547,266.8997247,0 +303045,247.8039604,342.8483034,631.9786977,270.3384144,0 +303046,253.8236196,346.5886291,638.8724205,273.7419196,0 +303047,259.2991038,350.3231969,645.1844032,277.144918,0 +303048,265.6156191,354.0525626,651.9024892,280.5464741,0 +303049,271.1146422,357.7764578,658.1831364,283.9466672,0 +303050,277.137216,361.4951902,664.9788053,287.3458355,0 +303051,282.779426,365.2085128,671.3167777,290.7438003,0 +303052,288.7507596,368.9166604,682.3056863,294.1408554,0 +303053,294.380141,372.3915723,681.4348177,297.5367766,0 +303054,300.3385819,376.4465765,688.0564766,300.9319541,0 +303055,305.956422,379.9578339,699.5092373,304.122709,0 +303056,311.9160834,383.6885259,703.0428267,307.835944,0 +303057,317.5042579,387.3691789,709.9663304,311.0666639,0 +303058,323.4764389,391.0460835,716.5784124,314.7057045,0 +303059,329.0603691,394.7169031,722.9610572,317.7728065,0 +303060,334.9683161,398.3822957,729.361338,321.3476262,0 +303061,340.3182596,401.8787251,735.351673,324.5062083,0 +303062,345.8367679,405.5400391,741.6494085,327.9414312,0 +303063,351.2154818,409.0222296,755.1193984,331.1284774,0 +303064,356.8319961,412.6696135,743.736594,334.5612765,0 +303065,362.1925752,416.1387171,766.6181978,337.7442769,0 +303066,367.8101837,419.7722622,766.3895178,341.1517237,0 +303067,373.1631308,423.2282871,774.329382,344.3910417,0 +303068,378.774313,426.8479152,780.8526807,347.7422001,0 +303069,383.8205149,430.2906758,787.5305855,351.0023825,0 +303070,389.8941795,433.6339117,793.9746645,354.3452425,0 +303071,394.9969584,437.7432349,800.8472048,357.5800029,0 +303072,400.6531591,440.7093631,807.124505,360.9823322,0 +303073,405.9828825,444.3841442,814.1521865,364.1586092,0 +303074,411.5814268,447.9387893,829.3889094,367.5573426,0 +303075,416.9047407,451.2989315,813.5254524,370.5485447,0 +303076,422.4998838,454.8819536,844.6070783,374.2660787,0 +303077,427.8163357,458.2924826,833.0593244,377.3056003,0 +303078,433.4090557,461.7958109,859.8199622,380.7483383,0 +303079,438.7185646,465.1903025,838.3251045,383.9166693,0 +303080,444.2732286,468.637823,876.9137391,387.3120064,0 +303081,449.66738,472.1373598,861.4167491,390.5402974,0 +303082,455.1360225,475.5117068,874.874375,393.7643732,0 +303083,460.5246476,478.9366805,881.2155308,397.1776327,0 +303084,466.0734171,482.4105137,887.5007594,400.4059504,0 +303085,471.3752395,485.7615653,893.9338201,403.6253854,0 +303086,476.9181251,489.163018,902.7874367,407.0361533,0 +303087,482.30263,492.6091426,906.4047947,410.2336394,0 +303088,487.7564676,495.9362494,914.0804399,413.5192244,0 +303089,493.1354981,499.2806327,922.6046242,416.8624486,0 +303090,498.6743379,502.7786558,926.5223143,420.082549,0 +303091,504.5694974,506.7321454,936.0816815,423.6823434,0 +303092,510.6858548,510.8289687,940.9249771,427.0753666,0 +303093,516.7068252,514.9571732,950.0815283,430.7364412,0 +303094,522.8642442,519.0275208,956.9129291,434.203158,0 +303095,528.6337971,522.8716078,963.6653132,437.8988148,0 +303096,535.4005571,527.5301005,972.9334893,441.3500381,0 +303097,541.3116793,531.3774237,976.0671037,445.0609367,0 +303098,547.5638646,535.6105376,977.5129985,448.6030651,0 +303099,550.5669929,544.233624,976.7026756,439.2529447,0 +303100,555.9737818,548.8845991,962.487821,440.5341216,0 +303101,562.0799647,553.2289323,969.9276629,442.7548961,0 +303102,568.0452838,557.4568771,975.4240306,445.4018883,0 +303103,574.0934798,561.5385015,976.6891965,448.0271746,0 +303104,580.1623941,565.6500867,977.5633978,450.8224682,0 +303105,586.2064915,569.6861208,977.7541522,453.5719902,0 +303106,592.4352096,573.7243318,978.0712849,456.5042772,0 +303107,598.4525163,577.6359427,978.5171131,459.3039429,0 +303108,604.5924401,581.5924213,979.0747267,462.334349,0 +303109,610.8129996,585.4797252,979.7318382,465.1387116,0 +303110,616.9950053,589.3740066,980.4722394,468.2091821,0 +303111,623.0624405,593.1413533,981.2883778,471.1003739,0 +303112,629.3692432,596.852971,982.1442251,474.186788,0 +303113,635.4782743,600.6922373,983.051899,477.1527947,0 +303114,641.831503,604.3533971,984.025137,480.2239336,0 +303115,647.9389099,608.0716797,985.0544095,483.2145809,0 +303116,654.170911,611.6570248,986.128132,486.360167,0 +303117,660.485546,615.3554051,987.2433427,489.3544485,0 +303118,666.6980371,618.8445737,988.3925524,492.5656622,0 +303119,672.9655069,622.5166415,989.5752112,495.53381,0 +303120,679.2353407,625.8790795,990.7855147,498.7606959,0 +303121,685.2875904,629.2823194,992.0240504,501.7204753,0 +303122,691.4673576,632.6053413,993.2808561,504.7263202,0 +303123,697.5005211,635.8961005,994.5526775,507.7854087,0 +303124,703.6765624,639.1500848,995.8370681,510.7669988,0 +303125,709.716234,642.4068666,997.135241,513.8372562,0 +303126,715.8463596,645.5275492,998.4459843,516.8830098,0 +303127,721.9802882,648.7022115,999.7703296,519.941753,0 +303128,728.1314737,651.8038761,1001.106706,523.0077682,0 +303129,734.2535678,654.8755397,1002.431788,526.1160232,0 +303130,740.2202696,657.9109426,1003.760762,528.783762,0 +303131,740.4515286,658.190275,1005.117951,521.1892409,0 +303132,745.2676327,660.419173,1006.049507,521.3741673,0 +303133,750.6906444,662.7365085,1006.699958,523.5598989,0 +303134,756.2492615,665.159916,1007.279292,525.6711177,0 +303135,761.8056711,667.5248958,1007.902257,527.5091787,0 +303136,767.6037525,669.8641673,1008.601299,530.416378,0 +303137,773.1293946,672.1648524,1009.373814,532.5154268,0 +303138,778.862443,674.424413,1010.205764,534.9958104,0 +303139,784.4749908,676.6411432,1011.087131,537.4439275,0 +303140,790.2641709,678.8148308,1012.012593,539.8820545,0 +303141,795.9152702,680.9875001,1012.976334,542.4361804,0 +303142,801.6951271,683.0094264,1013.974306,544.9640629,0 +303143,807.307565,685.0849214,1015.004788,547.4526441,0 +303144,813.0098655,687.0782757,1016.063572,550.0376203,0 +303145,818.8185164,689.035657,1017.147865,552.5673022,0 +303146,824.4970224,690.9508146,1018.25688,555.2147797,0 +303147,830.2404445,692.8235455,1019.387357,557.790796,0 +303148,835.9789031,694.6546108,1020.537264,560.416539,0 +303149,841.7236497,696.4439029,1021.683543,563.0875885,0 +303150,847.471781,698.1923104,1022.840434,565.6353215,0 +303151,851.9258313,698.7489272,1024.028889,567.5636505,0 +303152,856.1076097,699.0400643,1025.207642,569.2091676,0 +303153,860.1601187,699.1830996,1026.35014,570.8168091,0 +303154,864.1234651,699.2096916,1027.447329,572.3589895,0 +303155,867.9442719,699.1356258,1028.499922,573.8515718,0 +303156,871.875072,698.9709481,1029.511786,575.2998886,0 +303157,875.5883852,698.7221492,1030.486941,576.7067262,0 +303158,879.3124481,698.3949034,1031.428576,578.0745318,0 +303159,882.9725006,697.9934067,1032.339377,579.3650933,0 +303160,886.6494297,697.5220466,1033.221524,580.7189327,0 +303161,890.0951863,696.9842139,1034.076983,581.9474547,0 +303162,893.6505564,696.3837733,1034.907304,583.2187795,0 +303163,897.0888589,695.7237255,1035.714087,584.3482083,0 +303164,900.4197177,695.0076465,1036.498517,585.5367926,0 +303165,903.8810396,694.238291,1037.261776,586.6557663,0 +303166,907.1329817,693.4190422,1038.004862,587.7504356,0 +303167,904.6935479,684.7038458,1038.729302,577.6981549,0 +303168,906.9679968,682.2744775,1039.003812,576.8527367,0 +303169,909.7103147,680.5158299,1038.98293,576.8148515,0 +303170,912.5528297,678.7655963,1038.873756,576.9957613,0 +303171,915.414779,677.1480865,1038.788438,577.2678166,0 +303172,918.2713395,675.4395419,1038.758279,577.5855822,0 +303173,921.1096704,673.7655646,1038.779087,577.9258022,0 +303174,923.9252847,672.0759214,1038.83923,578.2369415,0 +303175,926.7139616,670.3755872,1038.929269,578.6516497,0 +303176,929.4753578,668.6651492,1039.042969,578.9759665,0 +303177,932.1336419,666.945286,1039.175967,579.3338943,0 +303178,935.0247359,665.2183223,1039.324837,579.7578678,0 +303179,937.5286894,663.4853561,1039.486704,580.0328377,0 +303180,940.2413743,661.7487556,1039.658685,580.4197421,0 +303181,0,0,0,0,0 +303182,0,0,0,0,0 +303183,0,0,0,0,0 +303184,0,0,0,0,0 +303185,0,0,0,0,0 +303186,0,0,0,0,0 +303187,0,0,0,0,0 +303188,0,0,0,0,0 +303189,0,0,0,0,0 +303190,0,0,0,0,0 +303191,0,0,0,0,0 +303192,0,0,0,0,0 +303193,0,0,0,0,0 +303194,0,0,0,0,0 +303195,0,0,0,0,0 +303196,0,0,0,0,0 +303197,0,0,0,0,0 +303198,0,0,0,0,0 +303199,0,0,0,0,0 +303200,0,0,0,0,0 +303201,0,0,0,0,0 +303202,0,0,0,0,0 +303203,0,0,0,0,0 +303204,0,0,0,0,0 +303205,0,0,0,0,0 +303206,0,0,0,0,0 +303207,0,0,0,0,0 +303208,0,0,0,0,0 +303209,0,0,0,0,0 +303210,0,0,0,0,0 +303211,0,0,0,0,0 +303212,0,0,0,0,0 +303213,0,0,0,0,0 +303214,0,0,0,0,0 +303215,0,0,0,0,0 +303216,0,0,0,0,0 +303217,0,0,0,0,0 +303218,0,0,0,0,0 +303219,0,0,0,0,0 +303220,0,0,0,0,0 +303221,0,0,0,0,0 +303222,0,0,0,0,0 +303223,0,0,0,0,0 +303224,0,0,0,0,0 +303225,0,0,0,0,0 +303226,0,0,0,0,0 +303227,0,0,0,0,0 +303228,0,0,0,0,0 +303229,0,0,0,0,0 +303230,0,0,0,0,0 +303231,0,0,0,0,0 +303232,0,0,0,0,0 +303233,0,0,0,0,0 +303234,0,0,0,0,0 +303235,0,0,0,0,0 +303236,0,0,0,0,0 +303237,0,0,0,0,0 +303238,0,0,0,0,0 +303239,0,0,0,0,0 +303240,0,0,0,0,0 +303241,0,0,0,0,0 +303242,0,0,0,0,0 +303243,0,0,0,0,0 +303244,0,0,0,0,0 +303245,0,0,0,0,0 +303246,0,0,0,0,0 +303247,0,0,0,0,0 +303248,0,0,0,0,0 +303249,0,0,0,0,0 +303250,0,0,0,0,0 +303251,0,0,0,0,0 +303252,0,0,0,0,0 +303253,0,0,0,0,0 +303254,0,0,0,0,0 +303255,0,0,0,0,0 +303256,0,0,0,0,0 +303257,0,0,0,0,0 +303258,0,0,0,0,0 +303259,0,0,0,0,0 +303260,0,0,0,0,0 +303261,0,0,0,0,0 +303262,0,0,0,0,0 +303263,0,0,0,0,0 +303264,0,0,0,0,0 +303265,0,0,0,0,0 +303266,0,0,0,0,0 +303267,0,0,0,0,0 +303268,0,0,0,0,0 +303269,0,0,0,0,0 +303270,0,0,0,0,0 +303271,0,0,0,0,0 +303272,0,0,0,0,0 +303273,0,0,0,0,0 +303274,0,0,0,0,0 +303275,0,0,0,0,0 +303276,0,0,0,0,0 +303277,0,0,0,0,0 +303278,0,0,0,0,0 +303279,0,0,0,0,0 +303280,0,0,0,0,0 +303281,0,0,0,0,0 +303282,0,0,0,0,0 +303283,0,0,0,0,0 +303284,0,0,0,0,0 +303285,0,0,0,0,0 +303286,0,0,0,0,0 +303287,0,0,0,0,0 +303288,0,0,0,0,0 +303289,0,0,0,0,0 +303290,0,0,0,0,0 +303291,0,0,0,0,0 +303292,0,0,0,0,0 +303293,0,0,0,0,0 +303294,0,0,0,0,0 +303295,0,0,0,0,0 +303296,0,0,0,0,0 +303297,0,0,0,0,0 +303298,0,0,0,0,0 +303299,0,0,0,0,0 +303300,0,0,0,0,0 +303301,0,0,0,0,0 +303302,0,0,0,0,0 +303303,0,0,0,0,0 +303304,0,0,0,0,0 +303305,0,0,0,0,0 +303306,0,0,0,0,0 +303307,0,0,0,0,0 +303308,0,0,0,0,0 +303309,0,0,0,0,0 +303310,0,0,0,0,0 +303311,0,0,0,0,0 +303312,0,0,0,0,0 +303313,0,0,0,0,0 +303314,0,0,0,0,0 +303315,0,0,0,0,0 +303316,0,0,0,0,0 +303317,0,0,0,0,0 +303318,0,0,0,0,0 +303319,0,0,0,0,0 +303320,0,0,0,0,0 +303321,0,0,0,0,0 +303322,0,0,0,0,0 +303323,0,0,0,0,0 +303324,0,0,0,0,0 +303325,0,0,0,0,0 +303326,0,0,0,0,0 +303327,0,0,0,0,0 +303328,0,0,0,0,0 +303329,0,0,0,0,0 +303330,0,0,0,0,0 +303331,0,0,0,0,0 +303332,0,0,0,0,0 +303333,0,0,0,0,0 +303334,0,0,0,0,0 +303335,0,0,0,0,0 +303336,0,0,0,0,0 +303337,0,0,0,0,0 +303338,0,0,0,0,0 +303339,0,0,0,0,0 +303340,0,0,0,0,0 +303341,0,0,0,0,0 +303342,0,0,0,0,0 +303343,0,0,0,0,0 +303344,0,0,0,0,0 +303345,0,0,0,0,0 +303346,0,0,0,0,0 +303347,0,0,0,0,0 +303348,0,0,0,0,0 +303349,0,0,0,0,0 +303350,0,0,0,0,0 +303351,0,0,0,0,0 +303352,0,0,0,0,0 +303353,0,0,0,0,0 +303354,0,0,0,0,0 +303355,0,0,0,0,0 +303356,0,0,0,0,0 +303357,0,0,0,0,0 +303358,0,0,0,0,0 +303359,0,0,0,0,0 +303360,0,0,0,0,0 +303361,0,0,0,0,0 +303362,0,0,0,0,0 +303363,0,0,0,0,0 +303364,0,0,0,0,0 +303365,0,0,0,0,0 +303366,0,0,0,0,0 +303367,0,0,0,0,0 +303368,0,0,0,0,0 +303369,0,0,0,0,0 +303370,0,0,0,0,0 +303371,0,0,0,0,0 +303372,0,0,0,0,0 +303373,0,0,0,0,0 +303374,0,0,0,0,0 +303375,0,0,0,0,0 +303376,0,0,0,0,0 +303377,0,0,0,0,0 +303378,0,0,0,0,0 +303379,0,0,0,0,0 +303380,0,0,0,0,0 +303381,0,0,0,0,0 +303382,0,0,0,0,0 +303383,0,0,0,0,0 +303384,0,0,0,0,0 +303385,0,0,0,0,0 +303386,0,0,0,0,0 +303387,0,0,0,0,0 +303388,0,0,0,0,0 +303389,0,0,0,0,0 +303390,0,0,0,0,0 +303391,0,0,0,0,0 +303392,0,0,0,0,0 +303393,0,0,0,0,0 +303394,0,0,0,0,0 +303395,0,0,0,0,0 +303396,0,0,0,0,0 +303397,0,0,0,0,0 +303398,0,0,0,0,0 +303399,0,0,0,0,0 +303400,0,0,0,0,0 +303401,0,0,0,0,0 +303402,0,0,0,0,0 +303403,0,0,0,0,0 +303404,0,0,0,0,0 +303405,0,0,0,0,0 +303406,0,0,0,0,0 +303407,0,0,0,0,0 +303408,0,0,0,0,0 +303409,0,0,0,0,0 +303410,0,0,0,0,0 +303411,0,0,0,0,0 +303412,0,0,0,0,0 +303413,0,0,0,0,0 +303414,0,0,0,0,0 +303415,0,0,0,0,0 +303416,0,0,0,0,0 +303417,0,0,0,0,0 +303418,0,0,0,0,0 +303419,0,0,0,0,0 +303420,0,0,0,0,0 +303421,0,0,0,0,0 +303422,0,0,0,0,0 +303423,0,0,0,0,0 +303424,0,0,0,0,0 +303425,0,0,0,0,0 +303426,0,0,0,0,0 +303427,0,0,0,0,0 +303428,0,0,0,0,0 +303429,0,0,0,0,0 +303430,0,0,0,0,0 +303431,0,0,0,0,0 +303432,0,0,0,0,0 +303433,0,0,0,0,0 +303434,0,0,0,0,0 +303435,0,0,0,0,0 +303436,0,0,0,0,0 +303437,0,0,0,0,0 +303438,0,0,0,0,0 +303439,0,0,0,0,0 +303440,0,0,0,0,0 +303441,0,0,0,0,0 +303442,0,0,0,0,0 +303443,0,0,0,0,0 +303444,0,0,0,0,0 +303445,0,0,0,0,0 +303446,0,0,0,0,0 +303447,0,0,0,0,0 +303448,0,0,0,0,0 +303449,0,0,0,0,0 +303450,0,0,0,0,0 +303451,0,0,0,0,0 +303452,0,0,0,0,0 +303453,0,0,0,0,0 +303454,0,0,0,0,0 +303455,0,0,0,0,0 +303456,0,0,0,0,0 +303457,0,0,0,0,0 +303458,0,0,0,0,0 +303459,0,0,0,0,0 +303460,0,0,0,0,0 +303461,0,0,0,0,0 +303462,0,0,0,0,0 +303463,0,0,0,0,0 +303464,0,0,0,0,0 +303465,0,0,0,0,0 +303466,0,0,0,0,0 +303467,0,0,0,0,0 +303468,0,0,0,0,0 +303469,0,0,0,0,0 +303470,0,0,0,0,0 +303471,0,0,0,0,0 +303472,0,0,0,0,0 +303473,0,0,0,0,0 +303474,0,0,0,0,0 +303475,0,0,0,0,0 +303476,0,0,0,0,0 +303477,0,0,0,0,0 +303478,0,0,0,0,0 +303479,0,0,0,0,0 +303480,0,0,0,0,0 +303481,0,0,0,0,0 +303482,0,0,0,0,0 +303483,0,0,0,0,0 +303484,0,0,0,0,0 +303485,0,0,0,0,0 +303486,0,0,0,0,0 +303487,0,0,0,0,0 +303488,0,0,0,0,0 +303489,0,0,0,0,0 +303490,0,0,0,0,0 +303491,0,0,0,0,0 +303492,0,0,0,0,0 +303493,0,0,0,0,0 +303494,0,0,0,0,0 +303495,0,0,0,0,0 +303496,0,0,0,0,0 +303497,0,0,0,0,0 +303498,0,0,0,0,0 +303499,0,0,0,0,0 +303500,0,0,0,0,0 +303501,0,0,0,0,0 +303502,0,0,0,0,0 +303503,0,0,0,0,0 +303504,0,0,0,0,0 +303505,0,0,0,0,0 +303506,0,0,0,0,0 +303507,0,0,0,0,0 +303508,0,0,0,0,0 +303509,0,0,0,0,0 +303510,0,0,0,0,0 +303511,0,0,0,0,0 +303512,0,0,0,0,0 +303513,0,0,0,0,0 +303514,0,0,0,0,0 +303515,0,0,0,0,0 +303516,0,0,0,0,0 +303517,0,0,0,0,0 +303518,0,0,0,0,0 +303519,0,0,0,0,0 +303520,0,0,0,0,0 +303521,0,0,0,0,0 +303522,0,0,0,0,0 +303523,0,0,0,0,0 +303524,0,0,0,0,0 +303525,0,0,0,0,0 +303526,0,0,0,0,0 +303527,0,0,0,0,0 +303528,0,0,0,0,0 +303529,0,0,0,0,0 +303530,0,0,0,0,0 +303531,0,0,0,0,0 +303532,0,0,0,0,0 +303533,0,0,0,0,0 +303534,0,0,0,0,0 +303535,0,0,0,0,0 +303536,0,0,0,0,0 +303537,0,0,0,0,0 +303538,0,0,0,0,0 +303539,0,0,0,0,0 +303540,0,0,0,0,0 +303541,0,0,0,0,0 +303542,0,0,0,0,0 +303543,0,0,0,0,0 +303544,0,0,0,0,0 +303545,0,0,0,0,0 +303546,0,0,0,0,0 +303547,0,0,0,0,0 +303548,0,0,0,0,0 +303549,0,0,0,0,0 +303550,0,0,0,0,0 +303551,0,0,0,0,0 +303552,0,0,0,0,0 +303553,0,0,0,0,0 +303554,0,0,0,0,0 +303555,0,0,0,0,0 +303556,0,0,0,0,0 +303557,0,0,0,0,0 +303558,0,0,0,0,0 +303559,0,0,0,0,0 +303560,0,0,0,0,0 +303561,0,0,0,0,0 +303562,0,0,0,0,0 +303563,0,0,0,0,0 +303564,0,0,0,0,0 +303565,0,0,0,0,0 +303566,0,0,0,0,0 +303567,0,0,0,0,0 +303568,0,0,0,0,0 +303569,0,0,0,0,0 +303570,0,0,0,0,0 +303571,0,0,0,0,0 +303572,0,0,0,0,0 +303573,0,0,0,0,0 +303574,0,0,0,0,0 +303575,0,0,0,0,0 +303576,0,0,0,0,0 +303577,0,0,0,0,0 +303578,0,0,0,0,0 +303579,0,0,0,0,0 +303580,0,0,0,0,0 +303581,0,0,0,0,0 +303582,0,0,0,0,0 +303583,0,0,0,0,0 +303584,0,0,0,0,0 +303585,0,0,0,0,0 +303586,0,0,0,0,0 +303587,0,0,0,0,0 +303588,0,0,0,0,0 +303589,0,0,0,0,0 +303590,0,0,0,0,0 +303591,0,0,0,0,0 +303592,0,0,0,0,0 +303593,0,0,0,0,0 +303594,0,0,0,0,0 +303595,0,0,0,0,0 +303596,0,0,0,0,0 +303597,0,0,0,0,0 +303598,0,0,0,0,0 +303599,0,0,0,0,0 +303600,0,0,0,0,0 +303601,0,0,0,0,0 +303602,0,0,0,0,0 +303603,0,0,0,0,0 +303604,0,0,0,0,0 +303605,0,0,0,0,0 +303606,0,0,0,0,0 +303607,0,0,0,0,0 +303608,0,0,0,0,0 +303609,0,0,0,0,0 +303610,0,0,0,0,0 +303611,0,0,0,0,0 +303612,0,0,0,0,0 +303613,0,0,0,0,0 +303614,0,0,0,0,0 +303615,0,0,0,0,0 +303616,0,0,0,0,0 +303617,0,0,0,0,0 +303618,0,0,0,0,0 +303619,0,0,0,0,0 +303620,0,0,0,0,0 +303621,0,0,0,0,0 +303622,0,0,0,0,0 +303623,0,0,0,0,0 +303624,0,0,0,0,0 +303625,0,0,0,0,0 +303626,0,0,0,0,0 +303627,0,0,0,0,0 +303628,0,0,0,0,0 +303629,0,0,0,0,0 +303630,0,0,0,0,0 +303631,0,0,0,0,0 +303632,0,0,0,0,0 +303633,0,0,0,0,0 +303634,0,0,0,0,0 +303635,0,0,0,0,0 +303636,0,0,0,0,0 +303637,0,0,0,0,0 +303638,0,0,0,0,0 +303639,0,0,0,0,0 +303640,0,0,0,0,0 +303641,0,0,0,0,0 +303642,0,0,0,0,0 +303643,0,0,0,0,0 +303644,0,0,0,0,0 +303645,0,0,0,0,0 +303646,0,0,0,0,0 +303647,0,0,0,0,0 +303648,0,0,0,0,0 +303649,0,0,0,0,0 +303650,0,0,0,0,0 +303651,0,0,0,0,0 +303652,0,0,0,0,0 +303653,0,0,0,0,0 +303654,0,0,0,0,0 +303655,0,0,0,0,0 +303656,0,0,0,0,0 +303657,0,0,0,0,0 +303658,0,0,0,0,0 +303659,0,0,0,0,0 +303660,0,0,0,0,0 +303661,0,0,0,0,0 +303662,0,0,0,0,0 +303663,0,0,0,0,0 +303664,0,0,0,0,0 +303665,0,0,0,0,0 +303666,0,0,0,0,0 +303667,0,0,0,0,0 +303668,0,0,0,0,0 +303669,0,0,0,0,0 +303670,0,0,0,0,0 +303671,0,0,0,0,0 +303672,0,0,0,0,0 +303673,0,0,0,0,0 +303674,0,0,0,0,0 +303675,0,0,0,0,0 +303676,0,0,0,0,0 +303677,0,0,0,0,0 +303678,0,0,0,0,0 +303679,0,0,0,0,0 +303680,0,0,0,0,0 +303681,0,0,0,0,0 +303682,0,0,0,0,0 +303683,0,0,0,0,0 +303684,0,0,0,0,0 +303685,0,0,0,0,0 +303686,0,0,0,0,0 +303687,0,0,0,0,0 +303688,0,0,0,0,0 +303689,0,0,0,0,0 +303690,0,0,0,0,0 +303691,0,0,0,0,0 +303692,0,0,0,0,0 +303693,0,0,0,0,0 +303694,0,0,0,0,0 +303695,0,0,0,0,0 +303696,0,0,0,0,0 +303697,0,0,0,0,0 +303698,0,0,0,0,0 +303699,0,0,0,0,0 +303700,0,0,0,0,0 +303701,0,0,0,0,0 +303702,0,0,0,0,0 +303703,0,0,0,0,0 +303704,0,0,0,0,0 +303705,0,0,0,0,0 +303706,0,0,0,0,0 +303707,0,0,0,0,0 +303708,0,0,0,0,0 +303709,0,0,0,0,0 +303710,0,0,0,0,0 +303711,0,0,0,0,0 +303712,0,0,0,0,0 +303713,0,0,0,0,0 +303714,0,0,0,0,0 +303715,0,0,0,0,0 +303716,0,0,0,0,0 +303717,0,0,0,0,0 +303718,0,0,0,0,0 +303719,0,0,0,0,0 +303720,0,0,0,0,0 +303721,0,0,0,0,0 +303722,0,0,0,0,0 +303723,0,0,0,0,0 +303724,0,0,0,0,0 +303725,0,0,0,0,0 +303726,0,0,0,0,0 +303727,0,0,0,0,0 +303728,0,0,0,0,0 +303729,0,0,0,0,0 +303730,0,0,0,0,0 +303731,0,0,0,0,0 +303732,0,0,0,0,0 +303733,0,0,0,0,0 +303734,0,0,0,0,0 +303735,0,0,0,0,0 +303736,0,0,0,0,0 +303737,0,0,0,0,0 +303738,0,0,0,0,0 +303739,0,0,0,0,0 +303740,0,0,0,0,0 +303741,0,0,0,0,0 +303742,0,0,0,0,0 +303743,0,0,0,0,0 +303744,0,0,0,0,0 +303745,0,0,0,0,0 +303746,0,0,0,0,0 +303747,0,0,0,0,0 +303748,0,0,0,0,0 +303749,0,0,0,0,0 +303750,0,0,0,0,0 +303751,0,0,0,0,0 +303752,0,0,0,0,0 +303753,0,0,0,0,0 +303754,0,0,0,0,0 +303755,0,0,0,0,0 +303756,0,0,0,0,0 +303757,0,0,0,0,0 +303758,0,0,0,0,0 +303759,0,0,0,0,0 +303760,0,0,0,0,0 +303761,0,0,0,0,0 +303762,0,0,0,0,0 +303763,0,0,0,0,0 +303764,0,0,0,0,0 +303765,0,0,0,0,0 +303766,0,0,0,0,0 +303767,0,0,0,0,0 +303768,0,0,0,0,0 +303769,0,0,0,0,0 +303770,0,0,0,0,0 +303771,0,0,0,0,0 +303772,0,0,0,0,0 +303773,0,0,0,0,0 +303774,0,0,0,0,0 +303775,0,0,0,0,0 +303776,0,0,0,0,0 +303777,0,0,0,0,0 +303778,0,0,0,0,0 +303779,0,0,0,0,0 +303780,0,0,0,0,0 +303781,0,0,0,0,0 +303782,0,0,0,0,0 +303783,0,0,0,0,0 +303784,0,0,0,0,0 +303785,0,0,0,0,0 +303786,0,0,0,0,0 +303787,0,0,0,0,0 +303788,0,0,0,0,0 +303789,0,0,0,0,0 +303790,0,0,0,0,0 +303791,0,0,0,0,0 +303792,0,0,0,0,0 +303793,0,0,0,0,0 +303794,0,0,0,0,0 +303795,0,0,0,0,0 +303796,0,0,0,0,0 +303797,0,0,0,0,0 +303798,0,0,0,0,0 +303799,0,0,0,0,0 +303800,0,0,0,0,0 +303801,0,0,0,0,0 +303802,0,0,0,0,0 +303803,0,0,0,0,0 +303804,0,0,0,0,0 +303805,0,0,0,0,0 +303806,0,0,0,0,0 +303807,0,0,0,0,0 +303808,0,0,0,0,0 +303809,0,0,0,0,0 +303810,0,0,0,0,0 +303811,0,0,0,0,0 +303812,0,0,0,0,0 +303813,0,0,0,0,0 +303814,0,0,0,0,0 +303815,0,0,0,0,0 +303816,0,0,0,0,0 +303817,0,0,0,0,0 +303818,0,0,0,0,0 +303819,0,0,0,0,0 +303820,0,0,0,0,0 +303821,0,0,0,0,0 +303822,0,0,0,0,0 +303823,0,0,0,0,0 +303824,0,0,0,0,0 +303825,0,0,0,0,0 +303826,0,0,0,0,0 +303827,0,0,0,0,0 +303828,0,0,0,0,0 +303829,0,0,0,0,0 +303830,0,0,0,0,0 +303831,0,0,0,0,0 +303832,0,0,0,0,0 +303833,0,0,0,0,0 +303834,0,0,0,0,0 +303835,0,0,0,0,0 +303836,0,0,0,0,0 +303837,0,0,0,0,0 +303838,0,0,0,0,0 +303839,0,0,0,0,0 +303840,0,0,0,0,0 +303841,0,0,0,0,0 +303842,0,0,0,0,0 +303843,0,0,0,0,0 +303844,0,0,0,0,0 +303845,0,0,0,0,0 +303846,0,0,0,0,0 +303847,0,0,0,0,0 +303848,0,0,0,0,0 +303849,0,0,0,0,0 +303850,0,0,0,0,0 +303851,0,0,0,0,0 +303852,0,0,0,0,0 +303853,0,0,0,0,0 +303854,0,0,0,0,0 +303855,0,0,0,0,0 +303856,0,0,0,0,0 +303857,0,0,0,0,0 +303858,0,0,0,0,0 +303859,0,0,0,0,0 +303860,0,0,0,0,0 +303861,0,0,0,0,0 +303862,0,0,0,0,0 +303863,0,0,0,0,0 +303864,0,0,0,0,0 +303865,0,0,0,0,0 +303866,0,0,0,0,0 +303867,0,0,0,0,0 +303868,0,0,0,0,0 +303869,0,0,0,0,0 +303870,0,0,0,0,0 +303871,0,0,0,0,0 +303872,0,0,0,0,0 +303873,0,0,0,0,0 +303874,0,0,0,0,0 +303875,0,0,0,0,0 +303876,0,0,0,0,0 +303877,0,0,0,0,0 +303878,0,0,0,0,0 +303879,0,0,0,0,0 +303880,0,0,0,0,0 +303881,0,0,0,0,0 +303882,0,0,0,0,0 +303883,0,0,0,0,0 +303884,0,0,0,0,0 +303885,0,0,0,0,0 +303886,0,0,0,0,0 +303887,0,0,0,0,0 +303888,0,0,0,0,0 +303889,0,0,0,0,0 +303890,0,0,0,0,0 +303891,0,0,0,0,0 +303892,0,0,0,0,0 +303893,0,0,0,0,0 +303894,0,0,0,0,0 +303895,0,0,0,0,0 +303896,0,0,0,0,0 +303897,0,0,0,0,0 +303898,0,0,0,0,0 +303899,0,0,0,0,0 +303900,0,0,0,0,0 +303901,0,0,0,0,0 +303902,0,0,0,0,0 +303903,0,0,0,0,0 +303904,0,0,0,0,0 +303905,0,0,0,0,0 +303906,0,0,0,0,0 +303907,0,0,0,0,0 +303908,0,0,0,0,0 +303909,0,0,0,0,0 +303910,0,0,0,0,0 +303911,0,0,0,0,0 +303912,0,0,0,0,0 +303913,0,0,0,0,0 +303914,0,0,0,0,0 +303915,0,0,0,0,0 +303916,0,0,0,0,0 +303917,0,0,0,0,0 +303918,0,0,0,0,0 +303919,0,0,0,0,0 +303920,0,0,0,0,0 +303921,0,0,0,0,0 +303922,0,0,0,0,0 +303923,0,0,0,0,0 +303924,0,0,0,0,0 +303925,0,0,0,0,0 +303926,0,0,0,0,0 +303927,0,0,0,0,0 +303928,0,0,0,0,0 +303929,0,0,0,0,0 +303930,0,0,0,0,0 +303931,0,0,0,0,0 +303932,0,0,0,0,0 +303933,0,0,0,0,0 +303934,0,0,0,0,0 +303935,0,0,0,0,0 +303936,0,0,0,0,0 +303937,0,0,0,0,0 +303938,0,0,0,0,0 +303939,0,0,0,0,0 +303940,0,0,0,0,0 +303941,0,0,0,0,0 +303942,0,0,0,0,0 +303943,0,0,0,0,0 +303944,0,0,0,0,0 +303945,0,0,0,0,0 +303946,0,0,0,0,0 +303947,0,0,0,0,0 +303948,0,0,0,0,0 +303949,0,0,0,0,0 +303950,0,0,0,0,0 +303951,0,0,0,0,0 +303952,0,0,0,0,0 +303953,0,0,0,0,0 +303954,0,0,0,0,0 +303955,0,0,0,0,0 +303956,0,0,0,0,0 +303957,0,0,0,0,0 +303958,0,0,0,0,0 +303959,0,0,0,0,0 +303960,0,0,0,0,0 +303961,0,0,0,0,0 +303962,0,0,0,0,0 +303963,0,0,0,0,0 +303964,0,0,0,0,0 +303965,0,0,0,0,0 +303966,0,0,0,0,0 +303967,0,0,0,0,0 +303968,0,0,0,0,0 +303969,0,0,0,0,0 +303970,0,0,0,0,0 +303971,0,0,0,0,0 +303972,0,0,0,0,0 +303973,0,0,0,0,0 +303974,0,0,0,0,0 +303975,0,0,0,0,0 +303976,0,0,0,0,0 +303977,0,0,0,0,0 +303978,0,0,0,0,0 +303979,0,0,0,0,0 +303980,0,0,0,0,0 +303981,0,0,0,0,0 +303982,0,0,0,0,0 +303983,0,0,0,0,0 +303984,0,0,0,0,0 +303985,0,0,0,0,0 +303986,0,0,0,0,0 +303987,0,0,0,0,0 +303988,0,0,0,0,0 +303989,0,0,0,0,0 +303990,0,0,0,0,0 +303991,0,0,0,0,0 +303992,0,0,0,0,0 +303993,0,0,0,0,0 +303994,0,0,0,0,0 +303995,0,0,0,0,0 +303996,0,0,0,0,0 +303997,0,0,0,0,0 +303998,0,0,0,0,0 +303999,0,0,0,0,0 +304000,0,0,0,0,0 +304001,0,0,0,0,0 +304002,0,0,0,0,0 +304003,0,0,0,0,0 +304004,0,0,0,0,0 +304005,0,0,0,0,0 +304006,0,0,0,0,0 +304007,0,0,0,0,0 +304008,0,0,0,0,0 +304009,0,0,0,0,0 +304010,0,0,0,0,0 +304011,0,0,0,0,0 +304012,0,0,0,0,0 +304013,0,0,0,0,0 +304014,0,0,0,0,0 +304015,0,0,0,0,0 +304016,0,0,0,0,0 +304017,0,0,0,0,0 +304018,0,0,0,0,0 +304019,0,0,0,0,0 +304020,0,0,0,0,0 +304021,0,0,0,0,0 +304022,0,0,0,0,0 +304023,0,0,0,0,0 +304024,0,0,0,0,0 +304025,0,0,0,0,0 +304026,0,0,0,0,0 +304027,0,0,0,0,0 +304028,0,0,0,0,0 +304029,0,0,0,0,0 +304030,0,0,0,0,0 +304031,0,0,0,0,0 +304032,0,0,0,0,0 +304033,0,0,0,0,0 +304034,0,0,0,0,0 +304035,0,0,0,0,0 +304036,0,0,0,0,0 +304037,0,0,0,0,0 +304038,0,0,0,0,0 +304039,0,0,0,0,0 +304040,0,0,0,0,0 +304041,0,0,0,0,0 +304042,0,0,0,0,0 +304043,0,0,0,0,0 +304044,0,0,0,0,0 +304045,0,0,0,0,0 +304046,0,0,0,0,0 +304047,0,0,0,0,0 +304048,0,0,0,0,0 +304049,0,0,0,0,0 +304050,0,0,0,0,0 +304051,0,0,0,0,0 +304052,0,0,0,0,0 +304053,0,0,0,0,0 +304054,0,0,0,0,0 +304055,0,0,0,0,0 +304056,0,0,0,0,0 +304057,0,0,0,0,0 +304058,0,0,0,0,0 +304059,0,0,0,0,0 +304060,0,0,0,0,0 +304061,0,0,0,0,0 +304062,0,0,0,0,0 +304063,0,0,0,0,0 +304064,0,0,0,0,0 +304065,0,0,0,0,0 +304066,0,0,0,0,0 +304067,0,0,0,0,0 +304068,0,0,0,0,0 +304069,0,0,0,0,0 +304070,0,0,0,0,0 +304071,0,0,0,0,0 +304072,0,0,0,0,0 +304073,0,0,0,0,0 +304074,0,0,0,0,0 +304075,0,0,0,0,0 +304076,0,0,0,0,0 +304077,0,0,0,0,0 +304078,0,0,0,0,0 +304079,0,0,0,0,0 +304080,0,0,0,0,0 +304081,0,0,0,0,0 +304082,0,0,0,0,0 +304083,0,0,0,0,0 +304084,0,0,0,0,0 +304085,0,0,0,0,0 +304086,0,0,0,0,0 +304087,0,0,0,0,0 +304088,0,0,0,0,0 +304089,0,0,0,0,0 +304090,0,0,0,0,0 +304091,0,0,0,0,0 +304092,0,0,0,0,0 +304093,0,0,0,0,0 +304094,0,0,0,0,0 +304095,0,0,0,0,0 +304096,0,0,0,0,0 +304097,0,0,0,0,0 +304098,0,0,0,0,0 +304099,0,0,0,0,0 +304100,0,0,0,0,0 +304101,0,0,0,0,0 +304102,0,0,0,0,0 +304103,0,0,0,0,0 +304104,0,0,0,0,0 +304105,0,0,0,0,0 +304106,0,0,0,0,0 +304107,0,0,0,0,0 +304108,0,0,0,0,0 +304109,0,0,0,0,0 +304110,0,0,0,0,0 +304111,0,0,0,0,0 +304112,0,0,0,0,0 +304113,0,0,0,0,0 +304114,0,0,0,0,0 +304115,0,0,0,0,0 +304116,0,0,0,0,0 +304117,0,0,0,0,0 +304118,0,0,0,0,0 +304119,0,0,0,0,0 +304120,0,0,0,0,0 +304121,0,0,0,0,0 +304122,0,0,0,0,0 +304123,0,0,0,0,0 +304124,0,0,0,0,0 +304125,0,0,0,0,0 +304126,0,0,0,0,0 +304127,0,0,0,0,0 +304128,0,0,0,0,0 +304129,0,0,0,0,0 +304130,0,0,0,0,0 +304131,0,0,0,0,0 +304132,0,0,0,0,0 +304133,0,0,0,0,0 +304134,0,0,0,0,0 +304135,0,0,0,0,0 +304136,0,0,0,0,0 +304137,0,0,0,0,0 +304138,0,0,0,0,0 +304139,0,0,0,0,0 +304140,0,0,0,0,0 +304141,0,0,0,0,0 +304142,0,0,0,0,0 +304143,0,0,0,0,0 +304144,0,0,0,0,0 +304145,0,0,0,0,0 +304146,0,0,0,0,0 +304147,0,0,0,0,0 +304148,0,0,0,0,0 +304149,0,0,0,0,0 +304150,0,0,0,0,0 +304151,0,0,0,0,0 +304152,0,0,0,0,0 +304153,0,0,0,0,0 +304154,0,0,0,0,0 +304155,0,0,0,0,0 +304156,0,0,0,0,0 +304157,0,0,0,0,0 +304158,0,0,0,0,0 +304159,0,0,0,0,0 +304160,0,0,0,0,0 +304161,0,0,0,0,0 +304162,0,0,0,0,0 +304163,0,0,0,0,0 +304164,0,0,0,0,0 +304165,0,0,0,0,0 +304166,0,0,0,0,0 +304167,0,0,0,0,0 +304168,0,0,0,0,0 +304169,0,0,0,0,0 +304170,0,0,0,0,0 +304171,0,0,0,0,0 +304172,0,0,0,0,0 +304173,0,0,0,0,0 +304174,0,0,0,0,0 +304175,0,0,0,0,0 +304176,0,0,0,0,0 +304177,0,0,0,0,0 +304178,0,0,0,0,0 +304179,0,0,0,0,0 +304180,0,0,0,0,0 +304181,0,0,0,0,0 +304182,0,0,0,0,0 +304183,0,0,0,0,0 +304184,0,0,0,0,0 +304185,0,0,0,0,0 +304186,0,0,0,0,0 +304187,0,0,0,0,0 +304188,0,0,0,0,0 +304189,0,0,0,0,0 +304190,0,0,0,0,0 +304191,0,0,0,0,0 +304192,0,0,0,0,0 +304193,0,0,0,0,0 +304194,0,0,0,0,0 +304195,0,0,0,0,0 +304196,0,0,0,0,0 +304197,0,0,0,0,0 +304198,0,0,0,0,0 +304199,0,0,0,0,0 +304200,0,0,0,0,0 +304201,0,0,0,0,0 +304202,0,0,0,0,0 +304203,0,0,0,0,0 +304204,0,0,0,0,0 +304205,0,0,0,0,0 +304206,0,0,0,0,0 +304207,0,0,0,0,0 +304208,0,0,0,0,0 +304209,0,0,0,0,0 +304210,0,0,0,0,0 +304211,0,0,0,0,0 +304212,0,0,0,0,0 +304213,0,0,0,0,0 +304214,0,0,0,0,0 +304215,0,0,0,0,0 +304216,0,0,0,0,0 +304217,0,0,0,0,0 +304218,0,0,0,0,0 +304219,0,0,0,0,0 +304220,0,0,0,0,0 +304221,0,0,0,0,0 +304222,0,0,0,0,0 +304223,0,0,0,0,0 +304224,0,0,0,0,0 +304225,0,0,0,0,0 +304226,0,0,0,0,0 +304227,0,0,0,0,0 +304228,0,0,0,0,0 +304229,0,0,0,0,0 +304230,0,0,0,0,0 +304231,0,0,0,0,0 +304232,0,0,0,0,0 +304233,0,0,0,0,0 +304234,0,0,0,0,0 +304235,0,0,0,0,0 +304236,0,0,0,0,0 +304237,0,0,0,0,0 +304238,0,0,0,0,0 +304239,0,0,0,0,0 +304240,0,0,0,0,0 +304241,0,0,0,0,0 +304242,0,0,0,0,0 +304243,0,0,0,0,0 +304244,0,0,0,0,0 +304245,0,0,0,0,0 +304246,0,0,0,0,0 +304247,0,0,0,0,0 +304248,0,0,0,0,0 +304249,0,0,0,0,0 +304250,0,0,0,0,0 +304251,0,0,0,0,0 +304252,0,0,0,0,0 +304253,0,0,0,0,0 +304254,0,0,0,0,0 +304255,0,0,0,0,0 +304256,0,0,0,0,0 +304257,0,0,0,0,0 +304258,0,0,0,0,0 +304259,0,0,0,0,0 +304260,0,0,0,0,0 +304261,56.83798858,64.20147464,152.6985053,26.93876022,-205.7561773 +304262,235.443272,146.0128649,332.3618001,108.259968,123.8459523 +304263,229.3832635,143.4265782,326.3816535,105.5591827,120.7691613 +304264,221.4358474,139.9600618,318.4019781,101.9991834,114.3114747 +304265,213.6173403,136.7325188,310.8196761,98.54312253,106.8399745 +304266,206.6968205,134.1197931,304.4651251,95.54755063,99.62718988 +304267,200.7154847,132.0995777,299.3251947,93.01839157,93.01429681 +304268,195.497737,130.5460379,295.1595818,90.86028841,86.95339145 +304269,190.878335,129.350528,291.755267,88.98649089,81.32747851 +304270,186.7439053,128.4413063,288.9695217,87.33832527,76.0503521 +304271,183.1059755,128.0419545,287.2511484,85.89282009,71.07135392 +304272,179.8786277,128.0209323,286.3323671,84.61800768,66.36452998 +304273,176.9757709,128.2164229,285.8876188,83.48409956,61.90957767 +304274,174.3373689,128.536107,285.7296643,82.4677541,57.68650938 +304275,171.9239183,128.9429288,285.7800812,81.55130857,53.67565448 +304276,169.7069675,129.4242872,286.008437,80.72100415,49.85872075 +304277,167.6630083,129.9738184,286.396716,79.96545345,46.21841554 +304278,165.7725009,130.5859148,286.9289005,79.27547086,42.74062766 +304279,164.0177749,131.2544252,287.5883144,78.64302279,39.41154569 +304280,162.3837406,131.9736845,288.3597217,78.06141482,36.21914079 +304281,160.8572707,132.7387251,289.2296577,77.52492296,33.15228942 +304282,159.4270772,133.5453847,290.1866246,77.02869543,30.2009082 +304283,158.0841708,134.3905174,291.2215531,76.568941,27.35718386 +304284,156.820367,135.2712816,292.3262414,76.14223813,24.61320035 +304285,155.6282453,136.1851006,293.4932645,75.74550791,21.96115582 +304286,154.5017766,137.129944,294.7165808,75.37629326,19.39473089 +304287,153.4356634,138.1040312,295.9908654,75.03245412,16.90808229 +304288,152.4253196,139.105829,297.3114901,74.71215536,14.49595674 +304289,151.4668589,140.134053,298.6745108,74.41385993,12.1538026 +304290,150.5566102,141.1874529,300.0761836,74.13610808,9.876989734 +304291,149.6915512,142.2650161,301.5133969,73.87771481,7.661689731 +304292,148.8716865,143.3440137,302.9446229,73.64081657,5.504287567 +304293,148.0966198,144.4127983,304.3453602,73.426695,3.401884711 +304294,147.3643937,145.4662046,305.7095205,73.23490916,1.351226041 +304295,146.6725367,146.5054018,307.0398331,73.06423378,-0.650548065 +304296,146.0187671,147.5351356,308.3410606,72.91337547,-2.605669924 +304297,145.4008753,148.555944,309.6170972,72.78109124,-4.516422853 +304298,144.8169669,149.5690887,310.8708904,72.66633472,-6.384793119 +304299,144.2655014,150.5762084,312.1048409,72.56826124,-8.212353379 +304300,143.7441628,151.5782697,313.3199993,72.4856986,-10.00226134 +304301,143.2522778,204.8214614,314.5186519,72.41823683,-11.75481986 +304302,142.7878604,214.9323742,315.7014383,72.36488061,-13.47282737 +304303,142.3501472,211.232062,316.8699214,72.32519948,-15.15694984 +304304,141.9380035,223.5050132,318.0250264,72.29860231,-16.80860701 +304305,141.5503243,230.5947273,319.1674713,72.28451811,-18.42922785 +304306,141.1859342,221.6835234,320.2976959,72.28234995,-20.0204267 +304307,140.7366413,225.6874356,320.8999914,72.27568512,-21.58331543 +304308,140.2320105,230.8234064,321.1555571,72.26826415,-23.12041144 +304309,139.724157,236.1461431,321.3180105,72.26773974,-24.63343199 +304310,139.242892,241.5675007,321.5204914,72.27850517,-26.12333787 +304311,138.7967926,247.0605516,377.5153159,72.3015996,-27.59134518 +304312,138.384979,252.5210762,394.2305612,72.33667417,-29.03810907 +304313,138.0048865,257.8553247,386.9368685,72.38349794,-30.46413436 +304314,137.6525708,263.3107178,401.1812362,72.44067874,-31.87084785 +304315,137.3262348,268.6832732,408.8830436,72.50795783,-33.25924416 +304316,137.0233072,273.9678758,416.3408703,72.58425214,-34.63068486 +304317,136.7421838,279.1902527,423.7217067,72.66904876,-35.98624721 +304318,136.4818703,284.5373191,431.0693276,72.76214721,-37.3264511 +304319,136.2410616,289.7050716,438.1598858,72.86316877,-38.65246033 +304320,136.0190177,294.7938014,445.3833086,72.97194504,-39.96443224 +304321,135.3361696,725.7214604,1407.866449,72.87062289,-42.13318539 +304322,153.0558966,743.8872957,1444.13438,81.25952553,-9.911796228 +304323,180.4249697,758.3024959,1470.316167,93.97445094,41.16861482 +304324,208.3441473,770.6932395,1493.618225,106.7575295,94.75224467 +304325,232.9169002,782.9640042,1514.831056,117.8344351,143.5055009 +304326,253.6677472,793.895574,1534.5039,127.0449018,186.1288603 +304327,271.299779,804.7503507,1553.737019,486.5318162,223.4833719 +304328,571.1253791,815.1800767,1571.69526,304.6415179,256.6265722 +304329,872.2090589,825.3533825,1589.752017,366.263308,286.307689 +304330,667.5055847,835.3760195,1606.758653,382.202118,313.0098607 +304331,767.8717348,845.0532636,1623.829407,392.2272259,337.0811004 +304332,789.3536664,854.6627398,1639.82388,402.7927806,358.8087204 +304333,808.3587867,863.9851988,1656.103913,412.4434425,378.4500921 +304334,826.6918695,873.2861844,1671.538119,422.4378496,396.238775 +304335,845.3125881,882.3271122,1687.155394,431.9572418,412.3843446 +304336,862.806884,891.3671747,1702.060718,441.0840547,426.6004348 +304337,880.2289559,900.1554619,1717.225942,450.2135479,439.1628247 +304338,897.2414928,908.95634,1731.507783,459.4202367,450.4001228 +304339,913.6391364,917.5057328,1746.175501,468.1319041,460.5490574 +304340,930.4800606,926.0803771,1767.839904,476.8393023,469.7704292 +304341,946.6569856,934.4007006,1775.985177,485.1939211,478.1801733 +304342,961.9264002,942.7145719,1773.521007,493.8798775,485.874543 +304343,977.6801689,950.9259537,1809.676805,501.9900156,936.3418281 +304344,992.7553532,958.9014334,1812.450774,510.107665,771.0642775 +304345,1007.281201,966.8886295,1827.542973,518.0928192,823.6222708 +304346,1022.653013,974.7771393,1840.392797,525.9553918,857.5738412 +304347,1036.750242,982.4569605,1853.226799,533.4786684,878.1546311 +304348,1051.030605,990.134068,1865.371515,541.4546875,897.398531 +304349,1064.755867,997.7184756,1878.051198,548.7881502,916.9547292 +304350,1078.74844,1005.096693,1903.256699,556.2270328,934.8407016 +304351,1092.849671,1014.075141,1892.488964,564.0472425,952.9497242 +304352,1106.862115,1023.237102,1916.36023,571.2430897,970.1513713 +304353,1120.660315,1032.33366,1937.278362,578.8697232,987.5230397 +304354,1134.418351,1041.560536,1946.514797,586.1937358,1003.854294 +304355,1147.910558,1050.802279,1962.144502,593.5386735,1020.066851 +304356,1161.23106,1059.438579,1976.551269,600.7512389,1035.854597 +304357,1174.518755,1069.419166,2000.961496,607.6348509,1045.8246 +304358,1187.489772,1078.238886,2000.919575,615.1579903,1058.555637 +304359,1200.485376,1087.491339,2009.218026,621.9505883,1070.139357 +304360,1213.162005,1096.604615,2043.240424,628.9098947,1081.794061 +304361,1225.872263,1105.829686,2044.568112,635.7646122,1093.138195 +304362,1238.26691,1114.91752,2070.869559,642.522183,1104.199752 +304363,1250.708458,1124.038022,2068.611923,649.2093729,1115.119057 +304364,1262.836486,1133.125947,2089.323386,655.9050774,1125.73608 +304365,1275.025817,1142.140947,2101.065388,662.4396458,1136.12805 +304366,1286.900079,1151.320213,2114.128785,669.0168935,1146.406627 +304367,1298.793201,1160.16777,2126.916575,675.4299203,1156.360907 +304368,1310.574721,1169.300011,2140.037484,681.8912031,1165.890473 +304369,1322.110428,1178.225981,2152.497038,688.1882502,1176.021549 +304370,1315.596125,1179.180898,2153.548831,686.5350648,1153.498672 +304371,1257.526096,1155.630203,2084.899099,660.6634888,1036.65569 +304372,1389.771601,1216.406031,2214.359625,720.8761095,1277.054498 +304373,1349.196465,1207.802852,2161.484377,704.7779341,1178.091365 +304374,1368.978572,1218.042201,2134.844348,713.988999,1207.65584 +304375,1379.196048,1225.723401,2114.949265,720.1014627,1222.146997 +304376,1391.745219,1236.061637,2099.201429,726.7096247,1234.663378 +304377,1402.833197,1245.018732,2087.054999,732.9017901,1213.082309 +304378,1412.584681,1252.758914,2076.492004,738.1219427,1254.04283 +304379,1424.228408,1263.183112,2066.829951,744.6656705,1248.912503 +304380,1434.414542,1284.737743,2057.960367,750.2602151,1259.154706 +304381,1952.448849,1480.247571,2169.977844,977.8713514,2224.611935 +304382,1795.81012,1444.828878,2183.421903,908.4587728,1874.202662 +304383,1890.821124,1479.456928,2202.796224,952.3086728,2096.518513 +304384,1885.702218,1483.180751,2222.398415,951.2058704,2033.811935 +304385,1897.296684,1492.626358,2239.970889,957.3837985,2055.950391 +304386,1909.165459,1501.711,2255.666855,963.8904336,2064.702722 +304387,1920.45144,1511.170957,2270.340014,970.1373357,2073.794819 +304388,1932.155597,1520.370973,2284.113152,976.3803181,2083.004261 +304389,1943.488309,1529.391025,2298.836496,982.5485373,2092.375994 +304390,1954.534711,1538.454115,2310.029839,988.6725649,2101.001604 +304391,1965.730343,1547.732816,2321.05787,994.741385,2110.059706 +304392,1976.599026,1556.520999,2331.583143,1000.705919,2118.699601 +304393,1987.811896,1565.574294,2341.572212,1006.775182,2127.116423 +304394,1998.364559,1574.485652,2351.199533,1012.668206,2140.933199 +304395,2009.207026,1583.37198,2360.348657,1018.572927,2141.588801 +304396,2019.840537,1592.319219,2368.902107,1026.816399,2152.534997 +304397,2030.410001,1600.97659,2377.091978,1030.408765,2160.496082 +304398,2040.904798,1609.721915,2385.025547,1039.404471,2168.196476 +304399,2051.030133,1618.586316,2392.893728,1041.125574,2175.970082 +304400,2061.488902,1627.210007,2400.317779,1052.948191,2184.515445 +304401,2071.58263,1635.881847,2407.524171,1050.296921,2191.203825 +304402,2081.745522,1644.501937,2414.689712,1068.16395,2204.261822 +304403,2091.928538,1653.183867,2423.30095,1055.94026,2199.923079 +304404,2110.087055,1661.577346,2430.748695,1062.725921,2220.778945 +304405,2105.319699,1670.155511,2436.069406,1081.387793,2219.696215 +304406,2119.402754,1678.611743,2441.953487,1079.037082,2228.202049 +304407,2134.561696,1687.050542,2447.981406,1086.361024,2235.961534 +304408,2140.431674,1695.344593,2454.276694,1091.86636,2247.605055 +304409,2151.252992,1703.858244,2462.320245,1097.282363,2248.876543 +304410,2160.94516,1718.448343,2469.086286,1102.667576,2256.374241 +304411,2169.71555,1713.586461,2473.776026,1107.617718,2263.310123 +304412,2178.661135,1742.622082,2480.842901,1112.497636,2275.455066 +304413,2187.299427,1707.497301,2485.380233,1117.278589,2275.589132 +304414,2195.716754,1750.953015,2490.261426,1122.133367,2282.44538 +304415,2204.347716,1742.276445,2495.298436,1126.764633,2294.026927 +304416,2212.807699,1751.36891,2500.432675,1131.461927,2295.878351 +304417,2221.011542,1759.796843,2505.659445,1136.105094,2305.768322 +304418,2229.435671,1767.122593,2510.499281,1140.801872,2308.108025 +304419,2237.609443,1774.691987,2515.174187,1145.165886,2316.607039 +304420,2245.688562,1781.870936,2519.825505,1149.810282,2319.061813 +304421,2253.692659,1789.126047,2524.117077,1154.176022,2322.708033 +304422,2261.82366,1796.207382,2527.771129,1158.692658,2324.229552 +304423,2269.603627,1802.978407,2531.009791,1162.993667,2324.823791 +304424,2277.632956,1809.97839,2534.207902,1167.436912,2325.276605 +304425,2285.294906,1816.718539,2536.968346,1171.734825,2325.655428 +304426,2293.137497,1823.30181,2539.706939,1176.004401,2326.016033 +304427,2300.837212,1830.050494,2542.098296,1180.144571,2326.393828 +304428,2311.864745,1836.264154,2544.350254,1184.548256,2326.807114 +304429,2320.161687,1842.686733,2546.496223,1188.594438,2327.267455 +304430,2326.303114,1849.052797,2548.566468,1192.92101,2327.790583 +304431,2339.291637,1855.163515,2550.572819,1196.848945,2328.37521 +304432,2333.036485,1861.243554,2552.541388,1201.084691,2329.040795 +304433,2330.014619,1867.472546,2554.505836,1205.051484,2329.817929 +304434,2364.31202,1873.054013,2556.611275,1209.176818,2330.626393 +304435,2357.328904,1879.126596,2558.430068,1213.09922,2331.428022 +304436,2367.908418,1884.794952,2560.205855,1217.168653,2332.273009 +304437,2375.215196,1893.626565,2561.947548,1221.038097,2333.158797 +304438,2382.00136,1898.736506,2563.652623,1225.05604,2334.073426 +304439,2394.77975,1906.205803,2565.320926,1228.873318,2335.010967 +304440,2396.14306,1908.409225,2566.965284,1232.840592,2335.982597 +304441,2402.76194,1901.746836,2568.878438,1239.426958,2337.497439 +304442,2422.143631,1929.526584,2571.001641,1243.569313,2339.399617 +304443,2424.164342,1924.523851,2573.192923,1247.731654,2341.47929 +304444,2432.651257,1932.105473,2575.365858,1251.677754,2343.607127 +304445,2452.303151,1937.588649,2577.442167,1255.761871,2345.67652 +304446,2428.87884,1942.487534,2579.439157,1259.627021,2347.701374 +304447,2463.158377,1947.850512,2581.363772,1263.592397,2349.683958 +304448,2459.427621,1952.77027,2583.188945,1267.318761,2351.585513 +304449,2479.904147,1957.722485,2584.929145,1271.184591,2353.418329 +304450,2458.00322,1962.579041,2586.638104,1274.953592,2355.243454 +304451,2508.167328,1977.80565,2588.270512,1278.706022,2357.002699 +304452,2467.817615,1957.131095,2589.879943,1282.432379,2358.759007 +304453,2506.378726,1983.97013,2591.484471,1286.052323,2360.532776 +304454,2492.346422,1979.653225,2593.021352,1289.925897,2362.246653 +304455,2537.381754,1985.684965,2594.642454,1293.401794,2364.084782 +304456,2492.165731,1990.122705,2596.294887,1297.098338,2365.982816 +304457,2543.967586,1994.448083,2598.031757,1300.690698,2368.006013 +304458,2523.342318,1998.709486,2599.725177,1304.272111,2369.998805 +304459,2538.587852,2002.899631,2601.499085,1307.830986,2371.871476 +304460,2543.987709,2010.220567,2603.243384,1311.368187,2373.972121 +304461,2550.273765,2009.464616,2605.200519,1314.883549,2376.356182 +304462,2556.764259,2028.391348,2607.243126,1318.458802,2378.86556 +304463,2563.109502,1998.526222,2609.363726,1321.809577,2381.490059 +304464,2569.446089,2032.806185,2613.277794,1325.321898,2386.316413 +304465,2575.934504,2024.359277,2614.421823,1328.737808,2387.81218 +304466,2582.163226,2030.182644,2616.109241,1332.15114,2389.98072 +304467,2588.494665,2033.903157,2617.952862,1335.458615,2392.339059 +304468,2594.714178,2037.468985,2619.854403,1338.954704,2394.769102 +304469,2600.99501,2042.611214,2621.771147,1342.247563,2397.223524 +304470,2606.968818,2045.055561,2623.682667,1345.593377,2399.681058 +304471,2612.327201,2045.240064,2625.572126,1348.511484,2402.121625 +304472,2617.029803,2048.986857,2627.33382,1353.583567,2404.503799 +304473,2621.681587,2041.218269,2628.923217,1350.88143,2406.829259 +304474,2626.318022,2063.218858,2630.303117,1365.016202,2409.060249 +304475,2630.740937,2026.816886,2631.554152,1346.229146,2411.276126 +304476,2635.223647,2074.895918,2634.42622,1367.066904,2415.585769 +304477,2639.449184,2024.948398,2634.426558,1375.751264,2416.513239 +304478,2643.743502,2047.001904,2636.722476,1345.448591,2420.315536 +304479,2647.766064,2048.104276,2636.391826,1377.852322,2420.991464 +304480,2651.76555,2042.151514,2636.603476,1368.031683,2422.373609 +304481,2655.9817,2043.283724,2636.995376,1372.440051,2424.009156 +304482,2659.863483,2041.835525,2639.214701,1374.573301,2427.909154 +304483,2663.671553,2040.632186,2640.472099,1376.774002,2430.694945 +304484,2667.420484,2039.251955,2639.565934,1378.713984,2430.894876 +304485,2671.230528,2037.759045,2639.394796,1380.808145,2432.008884 +304486,2674.880038,2036.278776,2641.221478,1382.78892,2435.569879 +304487,2678.336639,2034.369857,2640.437709,1384.735853,2435.979426 +304488,2682.037491,2052.6865,2641.990587,1386.659589,2439.259667 +304489,2693.107939,2001.953037,2641.195555,1388.533104,2439.704599 +304490,2677.508541,2042.303136,2640.9475,1390.381147,2440.829184 +304491,2704.680042,2027.678208,2640.864645,1392.189618,2442.161667 +304492,2683.742973,2018.495294,2642.624012,1393.967432,2445.75541 +304493,2710.682497,2027.844742,2641.735488,1395.70335,2446.149836 +304494,2697.962263,2014.632865,2641.519117,1397.414802,2447.379276 +304495,2706.007652,2019.268232,2643.114391,1399.091195,2450.829162 +304496,2708.561021,2014.195086,2642.024711,1400.729052,2451.024511 +304497,2711.570377,2012.01406,2643.311961,1402.34552,2454.13188 +304498,2714.218301,2009.332047,2642.070007,1403.919417,2454.165952 +304499,2717.277476,2006.579617,2641.481666,1405.4711,2454.997761 +304500,2720.141539,2003.751345,2641.11818,1406.988381,2456.099484 +304501,2600.609248,1947.134245,2637.627086,1356.119563,2452.508201 +304502,2607.318316,1942.682869,2626.993342,1357.570116,2438.521438 +304503,2604.74725,1938.603284,2614.234291,1355.726024,2420.780774 +304504,2606.552625,1934.912969,2603.231322,1361.02794,2404.675484 +304505,2607.625031,1930.853237,2594.847378,1351.446108,2391.66657 +304506,2611.42544,1919.421941,2588.735374,1364.840564,2381.545376 +304507,2613.018751,1914.250557,2585.179708,1370.610052,2373.572551 +304508,2614.393158,1909.773006,2583.199314,1369.312431,2367.05097 +304509,2615.782352,1905.284061,2581.910635,1371.386758,2361.533227 +304510,2617.05487,1900.982179,2582.599029,1372.66656,2358.893701 +304511,2618.160467,1896.651002,2580.625701,1373.812034,2353.538723 +304512,2619.462778,1892.257429,2579.242632,1374.947701,2349.339624 +304513,2620.42882,1887.877258,2578.063123,1376.045649,2345.736284 +304514,2621.897271,1883.747173,2576.999634,1377.112724,2342.564327 +304515,2622.911458,1879.363953,2576.002713,1378.150345,2339.72442 +304516,2624.062416,1895.055216,2575.004641,1379.16006,2337.102948 +304517,2625.169269,1842.02268,2574.062108,1380.143314,2334.740814 +304518,2626.264155,1880.150421,2573.154908,1381.10064,2332.58858 +304519,2627.318886,1859.086641,2572.199654,1382.033238,2330.52252 +304520,2628.315093,1857.766374,2571.227813,1382.94203,2328.561267 +304521,2629.380719,1853.465825,2572.000787,1383.829846,2328.838363 +304522,2630.233622,1849.157024,2570.050884,1384.775195,2325.905091 +304523,2631.243548,1844.846492,2568.66688,1385.402656,2323.739568 +304524,2640.160947,1840.647654,2567.469966,1386.413533,2321.859667 +304525,2621.415855,1836.170073,2566.454445,1387.138701,2320.253349 +304526,2646.721667,1831.935119,2565.373919,1387.930624,2318.619509 +304527,2622.855062,1827.494077,2564.325536,1388.691581,2317.073631 +304528,2647.87586,1823.344704,2563.306069,1389.432912,2315.607286 +304529,2636.389514,1811.625577,2562.43803,1404.423882,2314.36578 +304530,2642.963788,1806.263625,2563.140002,1407.520312,2313.119984 +304531,2644.605962,1803.008782,2564.785392,1409.659222,2311.870541 +304532,2642.736914,1806.808299,2566.543423,1397.579827,2310.58664 +304533,2643.904761,1805.01384,2566.360701,1397.2774,2309.197067 +304534,2645.801924,1802.881647,2564.868365,1397.777784,2307.799362 +304535,2647.751548,1800.72268,2563.029477,1398.569143,2306.479201 +304536,2649.80094,1798.570233,2561.346271,1399.454283,2305.246092 +304537,2651.728306,1796.439486,2559.938438,1400.394565,2304.078829 +304538,2653.872467,1794.334356,2558.763616,1401.366324,2302.954069 +304539,2655.747132,1792.253826,2557.756187,1402.357399,2301.86103 +304540,2658.156085,1790.196647,2556.868512,1403.45048,2300.793344 +304541,2660.191957,1788.159846,2556.067355,1404.330113,2299.740744 +304542,2662.367085,1786.140054,2555.327038,1405.412746,2298.895076 +304543,2664.600717,1784.02153,2554.636558,1406.424269,2297.832476 +304544,2666.906277,1782.191448,2555.920411,1407.455844,2298.886399 +304545,2668.85002,1780.128267,2554.327863,1408.482668,2296.64841 +304546,2671.237907,1778.170931,2553.337945,1409.522251,2295.109268 +304547,2673.552039,1776.200603,2552.574481,1410.559531,2293.799832 +304548,2675.705164,1774.233922,2551.939817,1411.599828,2292.606255 +304549,2677.993103,1772.269201,2551.383527,1412.641928,2291.476604 +304550,2680.077528,1770.304773,2550.880071,1413.68492,2290.387328 +304551,2682.665985,1768.339393,2550.41939,1414.729046,2289.330849 +304552,2682.460078,1767.879508,2549.955589,1406.217412,2288.253675 +304553,2684.100159,1766.072351,2548.374649,1405.548172,2287.12795 +304554,2686.260543,1764.208694,2546.131033,1405.673252,2285.999095 +304555,2688.509669,1762.018282,2543.837265,1405.997086,2284.91454 +304556,2690.64561,1760.022773,2541.787112,1406.425924,2283.875387 +304557,2692.935082,1757.907851,2540.027755,1406.916466,2282.865659 +304558,2695.224254,1755.782445,2538.510709,1407.447922,2281.873062 +304559,2697.468403,1753.633651,2537.17305,1408.009559,2280.886576 +304560,2699.716263,1751.461522,2535.966559,1408.595008,2279.897468 +304561,2462.116681,1638.925741,2533.382419,1299.999988,2278.419571 +304562,2457.364685,1634.055952,2515.309389,1298.043974,2254.70775 +304563,2456.630413,1629.774302,2492.390448,1296.908491,2222.119935 +304564,2455.613903,1625.884281,2472.664713,1297.909499,2192.519667 +304565,2455.602125,1622.148549,2458.009879,1294.022349,2168.848572 +304566,2455.371757,1618.517822,2447.686815,1299.54635,2150.634291 +304567,2455.556491,1614.952187,2440.388389,1287.551712,2136.487482 +304568,2455.728905,1611.427488,2435.023771,1308.352795,2125.163877 +304569,2456.071893,1607.929776,2430.740224,1277.437607,2115.875982 +304570,2456.461798,1604.450357,2427.511774,1316.130524,2108.094518 +304571,2456.975433,1600.880012,2426.647971,1269.723598,2103.6423 +304572,2457.384573,1597.568026,2423.524361,1320.824617,2096.847499 +304573,2458.019186,1594.604175,2421.306242,1265.691115,2091.522643 +304574,2458.617324,1591.864182,2419.509743,1323.180411,2087.026999 +304575,2459.275457,1588.970524,2418.004023,1263.250042,2083.165868 +304576,2459.973748,1586.134331,2416.690503,1324.463381,2079.789581 +304577,2460.710757,1583.2905,2415.531622,1262.112917,2076.824265 +304578,2461.48298,1580.55023,2414.476405,1324.535173,2074.180763 +304579,2462.291129,1577.558729,2413.516557,1262.240307,2071.823754 +304580,2458.484053,1571.357016,2412.597848,1299.889392,2069.66424 +304581,2458.395248,1567.787885,2410.450919,1270.129351,2067.6108 +304582,2458.896035,1564.451446,2407.608305,1282.388404,2065.729821 +304583,2459.495241,1561.06417,2404.7424,1277.594824,2064.052114 +304584,2460.177224,1557.952579,2402.171408,1277.661931,2062.55749 +304585,2460.935935,1554.636551,2401.686672,1277.146774,2063.34219 +304586,2461.709028,1551.410706,2398.80305,1276.667541,2060.981837 +304587,2462.527278,1548.17717,2396.705521,1276.243959,2059.407784 +304588,2463.409912,1544.944839,2394.957824,1275.860637,2058.123346 +304589,2464.312588,1541.715072,2393.439028,1275.516332,2057.011945 +304590,2465.254804,1538.487455,2392.087178,1275.207457,2056.021024 +304591,2466.145403,1535.299949,2392.595045,1274.996188,2057.237133 +304592,2466.875049,1532.125818,2390.519222,1274.825154,2055.249121 +304593,2467.801414,1528.973255,2389.09765,1274.696073,2053.99436 +304594,2468.668929,1525.83716,2387.936917,1274.598028,2052.987263 +304595,2469.633774,1522.718455,2388.673092,1274.533878,2054.238536 +304596,2470.516987,1519.618674,2388.573313,1274.496579,2054.4381 +304597,2471.440615,1516.535868,2386.44008,1274.488483,2052.125329 +304598,2472.486036,1513.473635,2385.121211,1274.510848,2050.755645 +304599,2473.549437,1510.429884,2385.866777,1274.55945,2051.855905 +304600,2474.48652,1507.401194,2384.126685,1274.629362,2049.892172 +304601,2475.626104,1504.396105,2383.078907,1274.729642,2048.739298 +304602,2476.701892,1501.407645,2382.300797,1274.851341,2047.878465 +304603,2477.814875,1498.439625,2381.681306,1274.997083,2047.180675 +304604,2478.949827,1495.491274,2381.166648,1275.16559,2046.587265 +304605,2480.104852,1492.563073,2380.725533,1275.356261,2046.06454 +304606,2481.330648,1489.558984,2380.340246,1275.56852,2045.592679 +304607,2482.460953,1486.812121,2381.727443,1275.803496,2047.272398 +304608,2483.717431,1483.878447,2380.470725,1276.054019,2045.720832 +304609,2484.919062,1481.048024,2379.811204,1276.330003,2044.878249 +304610,2486.182585,1478.224773,2379.363538,1276.622854,2044.264175 +304611,2487.456059,1475.517648,2379.036267,1276.935452,2043.769363 +304612,2488.772887,1472.600121,2378.789201,1277.2668,2043.35105 +304613,2490.054608,1469.909089,2378.59833,1277.616544,2042.98412 +304614,2491.384247,1467.161479,2378.449338,1277.984345,2042.653016 +304615,2492.559478,1464.450511,2378.335977,1278.369848,2042.350535 +304616,2494.179766,1461.763584,2378.258096,1278.772731,2042.076501 +304617,2495.443277,1459.100619,2378.210146,1279.19265,2041.82396 +304618,2496.860599,1456.368368,2378.184935,1279.629304,2041.584217 +304619,2498.339619,1453.891448,2379.906568,1280.083995,2043.46708 +304620,2499.648585,1451.236198,2378.972078,1280.550054,2042.104645 +304621,2737.720563,1555.259337,2381.913142,1387.803315,2045.120794 +304622,2742.922397,1555.029683,2400.554978,1390.297654,2070.44258 +304623,2747.974182,1553.786975,2423.924156,1392.448687,2104.059019 +304624,2751.587831,1552.800121,2443.785931,1394.200134,2134.424273 +304625,2755.204118,1551.400016,2458.399214,1395.962235,2158.540239 +304626,2758.812353,1550.047513,2468.823576,1397.451116,2177.000572 +304627,2762.623925,1548.655549,2477.780058,1399.096168,2193.594665 +304628,2765.501398,1547.246724,2482.195217,1400.631679,2203.861552 +304629,2769.449354,1545.362168,2487.717434,1402.174189,2214.881707 +304630,2772.304514,1544.591111,2490.007229,1403.971512,2221.380104 +304631,2775.868814,1544.030445,2492.434893,1406.353862,2227.50848 +304632,2779.168502,1543.572545,2494.730549,1409.056774,2232.983211 +304633,2782.495254,1543.142465,2496.880213,1411.570171,2237.844342 +304634,2785.717635,1542.790614,2498.892469,1414.305217,2242.155952 +304635,2788.857532,1542.450674,2500.788619,1417.025811,2245.992012 +304636,2792.056323,1542.179817,2502.592404,1419.971681,2249.421725 +304637,2795.492462,1541.837202,2504.335485,1422.730021,2252.51957 +304638,2798.620311,1541.763511,2506.026526,1425.742235,2255.327143 +304639,2809.223369,1541.514006,2507.825491,1428.736235,2258.068267 +304640,2795.119323,1541.376356,2509.418881,1431.79964,2260.38401 +304641,2818.360026,1541.253958,2512.644217,1434.921766,2264.550888 +304642,2809.726128,1541.158373,2513.358751,1438.09162,2265.518154 +304643,2814.617931,1541.185574,2516.186758,1441.323334,2268.958358 +304644,2818.360017,1541.001229,2518.135795,1444.59926,2271.220419 +304645,2824.240301,1550.802958,2519.854019,1455.479335,2273.109919 +304646,2828.357177,1552.413715,2520.91052,1459.809289,2272.734835 +304647,2831.333156,1553.204792,2523.534884,1468.197087,2273.353295 +304648,2834.959865,1553.879323,2526.564293,1461.669483,2274.288477 +304649,2838.461358,1554.48831,2531.192567,1490.790543,2277.393176 +304650,2840.913343,1555.052849,2532.971246,1449.074368,2277.302215 +304651,2842.606651,1554.616238,2535.103292,1489.593025,2277.88226 +304652,2844.50148,1553.969521,2538.75269,1477.186979,2280.622369 +304653,2843.906942,1553.203749,2539.436781,1481.636871,2280.075727 +304654,2845.218109,1552.354805,2540.375039,1484.018316,2280.166858 +304655,2845.877835,1551.429333,2541.241781,1485.929613,2280.44834 +304656,2846.015662,1550.438233,2541.984075,1487.865813,2280.815075 +304657,2846.628821,1549.386232,2542.586173,1489.713375,2281.215794 +304658,2846.791502,1548.181005,2543.048057,1491.489177,2281.624897 +304659,2846.703354,1547.158865,2543.37263,1493.195091,2282.024392 +304660,2855.043969,1545.876729,2543.740887,1494.927887,2282.618585 +304661,2837.357552,1544.722203,2543.827554,1496.359147,2282.994053 +304662,2856.550895,1543.270613,2543.747291,1497.933238,2283.277558 +304663,2837.975798,1541.980203,2543.592711,1499.362613,2283.570261 +304664,2855.986801,1540.564661,2543.404148,1500.742291,2283.912484 +304665,2837.293344,1539.120241,2543.097693,1502.060166,2284.194256 +304666,2855.26853,1537.63496,2542.742537,1503.316553,2284.494549 +304667,2836.388563,1536.109614,2542.278795,1504.511666,2284.734462 +304668,2854.501581,1534.545398,2541.780387,1505.646257,2284.999867 +304669,2835.334468,1532.943284,2541.184554,1506.720334,2285.209591 +304670,2853.231049,1531.304278,2540.554673,1507.734445,2285.437701 +304671,2834.001701,1529.629201,2539.82828,1508.688495,2285.604301 +304672,2851.815986,1527.918919,2539.074529,1509.582862,2285.791385 +304673,2832.483207,1526.174123,2538.230887,1510.417351,2285.919529 +304674,2850.035114,1524.395544,2537.360943,1511.19218,2286.064522 +304675,2830.611596,1522.583775,2536.400571,1511.907091,2286.145559 +304676,2848.689751,1520.741026,2537.118157,1512.564774,2288.33789 +304677,2828.179499,1518.861573,2535.087882,1513.154593,2287.21104 +304678,2845.911239,1516.955675,2533.593124,1513.692742,2286.780789 +304679,2826.328672,1515.016196,2532.215275,1514.16618,2286.52144 +304680,2843.979536,1513.048403,2532.623609,1514.582321,2288.491265 +304681,2874.487084,1533.72128,2531.433756,1537.751281,2288.548097 +304682,2880.709854,1532.998362,2533.680309,1539.157887,2293.621396 +304683,2882.594115,1531.739457,2537.031384,1540.281997,2300.563327 +304684,2881.892703,1530.31304,2539.780566,1541.09975,2307.181031 +304685,2881.102648,1528.754736,2541.444429,1541.771263,2312.30048 +304686,2880.535362,1527.100396,2542.166327,1542.313564,2316.236383 +304687,2879.862948,1525.37229,2542.239252,1542.747751,2319.317983 +304688,2879.00008,1523.583771,2541.888952,1543.086294,2321.810464 +304689,2878.013476,1521.743017,2541.252562,1543.336681,2323.880575 +304690,2876.94318,1519.854532,2540.409771,1543.502989,2325.630114 +304691,2875.790567,1517.921501,2539.409378,1543.587387,2327.1262 +304692,2874.550963,1515.945882,2538.282598,1543.591393,2328.415529 +304693,2866.766855,1513.931087,2538.566649,1543.520226,2331.4007 +304694,2878.772309,1511.871586,2536.224362,1543.357305,2331.132964 +304695,2862.859315,1509.779292,2534.436005,1543.130792,2331.514081 +304696,2876.097481,1507.553193,2534.479963,1542.823055,2334.119769 +304697,2858.944173,1505.519894,2531.855223,1542.42551,2333.432804 +304698,2872.181211,1503.249566,2529.801427,1541.964831,2333.432461 +304699,2855.97613,1501.021979,2527.895587,1541.418833,2333.597042 +304700,2869.468856,1498.746608,2527.78196,1540.801056,2335.963344 +304701,2851.149301,1496.434523,2524.972049,1540.091591,2335.026669 +304702,2864.946384,1494.09056,2522.716059,1539.318861,2334.776501 +304703,2847.493186,1491.711662,2520.598422,1538.460601,2334.694975 +304704,2853.685356,1489.300054,2518.400279,1537.525213,2334.517597 +304705,2851.135662,1486.855875,2516.31435,1536.512215,2334.487911 +304706,2847.908096,1484.379336,2514.29905,1535.420147,2334.560595 +304707,2845.53422,1481.871046,2512.212202,1534.249296,2334.564481 +304708,2843.226027,1479.331214,2510.06968,1532.999683,2334.520492 +304709,2840.706161,1476.852647,2507.885816,1531.6711,2334.445918 +304710,2838.07606,1474.115714,2505.655609,1530.263168,2334.33418 +304711,2835.887215,1471.937554,2503.385335,1529.448968,2334.192879 +304712,2834.101145,1469.7381,2501.140253,1528.712499,2334.048738 +304713,2832.236869,1467.567255,2498.961382,1527.980169,2333.91631 +304714,2830.342531,1465.401832,2496.846418,1527.234245,2333.785728 +304715,2828.440368,1463.237073,2494.776441,1526.466849,2333.642656 +304716,2821.688244,1464.134922,2492.598637,1533.698602,2333.311347 +304717,2817.52749,1462.445773,2492.312261,1495.781883,2334.844448 +304718,2814.093057,1460.490031,2489.524636,1525.93674,2333.008785 +304719,2812.166062,1458.469249,2487.342491,1516.828557,2331.853311 +304720,2801.630106,1456.402947,2485.222222,1505.207431,2330.822336 +304721,2816.304688,1454.309767,2483.340092,1528.213437,2330.166239 +304722,2795.462837,1452.103194,2481.555336,1488.785084,2329.708277 +304723,2810.771387,1450.102838,2479.757997,1517.797322,2329.299998 +304724,2790.052963,1447.888599,2477.838532,1504.438272,2328.793425 +304725,2806.341851,1445.736149,2475.915947,1506.262582,2328.324111 +304726,2785.631718,1443.556773,2475.638191,1501.574222,2329.920527 +304727,2792.642723,1441.359811,2472.680843,1502.693997,2328.253245 +304728,2789.727622,1439.152272,2470.07363,1499.993975,2327.036745 +304729,2785.854704,1436.930148,2467.869019,1498.495271,2326.321428 +304730,2783.731153,1434.694945,2465.68687,1496.797326,2325.640594 +304731,2780.995916,1432.447367,2463.512631,1495.058927,2324.981441 +304732,2779.005983,1430.188585,2463.036048,1493.193366,2326.434893 +304733,2775.205828,1427.91408,2459.872776,1491.523584,2324.601461 +304734,2772.951373,1425.631808,2457.246173,1489.618854,2323.439371 +304735,2770.251264,1423.336087,2454.805797,1487.755853,2322.504998 +304736,2767.426591,1421.029379,2452.45437,1485.844078,2321.680886 +304737,2764.55877,1418.711713,2450.133851,1483.895477,2320.900973 +304738,2761.773764,1416.383081,2447.817538,1481.909921,2320.13597 +304739,2758.976543,1414.043931,2445.495341,1479.887249,2319.374528 +304740,2756.081501,1411.694192,2443.160284,1477.82686,2318.607585 +304741,2678.456837,1376.066889,2441.580145,1442.288599,2320.141118 +304742,2670.287196,1372.969902,2434.12557,1439.578663,2313.491072 +304743,2667.410225,1370.204658,2424.72893,1436.893128,2303.748819 +304744,2663.343206,1367.372421,2416.55313,1434.214885,2295.183484 +304745,2659.151257,1364.42361,2410.233696,1431.504415,2288.815701 +304746,2647.668102,1361.645808,2407.090107,1445.346047,2286.432823 +304747,2660.666572,1358.800788,2402.168711,1401.483952,2282.006812 +304748,2635.290899,1355.744741,2398.402302,1434.86039,2279.203061 +304749,2652.808611,1353.065116,2395.358413,1420.592401,2277.40548 +304750,2626.709723,1350.136218,2392.597919,1413.227101,2276.124598 +304751,2636.80367,1347.147731,2389.925422,1417.572778,2275.102574 +304752,2628.658823,1344.314141,2389.193438,1409.287925,2276.632966 +304753,2623.833266,1341.413222,2385.907724,1409.248001,2275.143975 +304754,2619.915033,1338.382347,2383.188248,1405.18962,2274.474071 +304755,2615.647014,1335.517413,2382.411353,1402.159236,2276.295251 +304756,2611.082061,1332.584818,2379.068299,1399.147293,2275.043309 +304757,2606.602164,1329.524195,2378.0604,1395.897841,2276.749899 +304758,2601.871248,1326.623117,2374.583553,1392.674447,2275.479966 +304759,2593.300641,1325.742331,2371.720184,1381.891164,2275.013346 +304760,2587.776282,1323.237145,2369.245186,1377.258695,2274.767076 +304761,2582.924442,1320.187001,2367.02973,1373.203614,2274.68692 +304762,2578.109908,1317.345693,2364.927529,1369.149577,2274.776762 +304763,2573.377338,1314.394001,2362.844241,1365.349607,2274.994976 +304764,2568.318318,1311.340103,2362.439516,1361.364265,2277.42003 +304765,2563.187362,1308.411131,2359.31087,1357.439825,2276.594517 +304766,2558.518639,1305.304654,2356.71285,1353.492056,2276.512473 +304767,2553.476501,1302.340905,2354.282063,1349.520714,2276.687973 +304768,2548.526996,1299.197445,2351.731108,1345.616078,2276.995592 +304769,2543.497259,1296.201219,2349.41323,1341.466747,2277.378635 +304770,2538.874694,1293.027888,2348.809829,1337.39465,2279.937644 +304771,2534.282853,1290.468121,2345.530622,1334.566256,2279.226061 +304772,2522.556492,1288.169783,2342.759692,1331.684218,2279.093043 +304773,2538.220677,1285.718459,2340.454461,1328.938344,2279.424377 +304774,2510.192366,1283.365292,2340.092322,1326.236951,2282.053268 +304775,2523.533028,1281.019904,2337.062465,1323.572756,2281.288612 +304776,2514.181052,1278.698482,2334.808947,1320.957127,2281.406085 +304777,2511.189925,1276.395112,2334.564891,1318.375695,2283.944699 +304778,2507.655105,1274.105896,2333.290425,1315.821047,2285.396362 +304779,2504.088364,1271.832952,2330.238011,1313.296321,2284.314584 +304780,2500.306714,1269.658765,2327.987445,1310.716388,2284.178118 +304781,2496.780821,1267.295025,2326.049041,1308.372856,2284.378819 +304782,2493.119433,1265.121722,2324.109324,1305.865832,2284.760381 +304783,2489.617198,1262.891999,2322.510095,1303.454002,2285.247258 +304784,2486.019219,1260.603116,2320.773601,1319.188954,2285.760747 +304785,2482.460642,1258.529932,2320.982884,1271.924691,2288.494797 +304786,2478.908814,1256.285621,2318.701407,1309.050602,2287.970559 +304787,2475.406391,1254.125617,2317.049738,1296.185419,2288.091469 +304788,2472.055135,1251.961398,2315.256354,1284.230356,2288.429683 +304789,2468.260594,1249.806755,2313.682665,1299.250327,2288.876639 +304790,2464.928305,1247.660988,2311.973034,1276.674154,2289.387147 +304791,2461.334638,1245.523867,2310.475398,1290.952333,2289.945727 +304792,2457.939738,1243.394918,2309.00497,1278.890908,2290.519223 +304793,2454.427258,1241.274034,2307.555031,1281.327108,2291.105554 +304794,2450.929949,1239.160707,2306.117386,1277.629906,2291.697439 +304795,2447.523406,1236.974795,2304.68951,1275.638513,2292.292461 +304796,2444.027191,1234.992256,2303.064008,1273.417383,2292.893696 +304797,2440.765263,1232.844792,2301.647468,1271.199264,2293.496998 +304798,2437.087582,1230.770852,2300.239743,1268.991534,2294.095466 +304799,2433.736892,1251.403773,2300.529253,1266.711542,2296.79067 +304800,2430.301821,1192.960934,2298.19529,1264.642114,2296.242785 +304801,2250.761154,1174.567708,2294.81364,1196.255167,2293.465472 +304802,2280.857479,1152.397985,2284.369528,1193.685705,2280.035003 +304803,2260.421707,1153.565962,2270.833712,1191.308308,2261.6593 +304804,2260.49157,1151.418427,2258.582553,1189.018951,2244.036986 +304805,2256.95419,1149.268828,2248.815799,1186.76842,2229.336961 +304806,2253.467247,1147.136774,2241.330223,1184.622514,2217.573948 +304807,2250.003109,1145.022463,2235.484938,1182.304319,2207.880809 +304808,2246.562086,1142.922443,2230.720785,1180.172556,2200.047664 +304809,2263.543324,1140.835557,2226.639026,1177.991066,2193.389508 +304810,2209.303023,1138.760249,2223.102892,1175.835406,2187.725492 +304811,2250.944837,1136.695599,2219.971524,1173.61643,2182.861752 +304812,2229.979886,1134.640848,2217.076171,1171.598684,2178.567293 +304813,2229.529871,1132.595364,2214.386135,1169.428892,2174.779343 +304814,2226.340558,1130.558533,2211.869362,1167.334732,2171.433363 +304815,2223.009412,1128.530042,2209.47727,1165.241022,2168.445501 +304816,2219.559855,1126.581462,2207.182511,1163.157854,2165.759383 +304817,2216.489895,1124.463421,2204.963497,1161.085406,2163.327319 +304818,2213.111881,1122.508486,2202.804635,1159.023404,2161.110787 +304819,2209.870888,1120.499939,2200.694519,1156.971849,2159.078281 +304820,2206.621195,1118.509263,2198.623699,1155.006092,2157.202551 +304821,2203.382984,1116.526125,2196.585593,1152.789961,2155.461621 +304822,2200.156241,1114.550249,2194.575703,1150.930459,2153.837695 +304823,2196.941818,1112.510667,2192.590348,1148.857269,2152.315459 +304824,2193.739072,1110.653099,2190.626516,1146.867535,2150.881752 +304825,2190.403947,1108.64945,2188.682046,1144.878173,2149.525634 +304826,2187.43512,1106.713471,2186.754916,1142.89879,2148.237385 +304827,2184.168596,1104.774414,2184.843468,1140.929956,2147.008645 +304828,2181.034753,1102.912136,2182.94627,1138.971614,2145.832134 +304829,2177.892816,1100.88606,2181.0625,1137.023902,2144.702029 +304830,2174.763087,1099.017889,2179.192004,1135.086802,2143.613941 +304831,2198.809696,1097.048952,2177.285914,1133.084404,2142.503992 +304832,2127.715582,1095.087036,2175.450193,1131.002456,2141.505763 +304833,2184.650745,1093.127266,2173.474426,1129.10167,2140.600907 +304834,2160.48234,1091.171198,2171.634821,1127.048115,2139.643224 +304835,2154.819849,1089.219388,2169.795253,1125.060955,2138.703278 +304836,2157.539801,1087.272153,2167.975225,1123.068988,2137.806916 +304837,2151.978664,1085.329748,2166.148177,1121.156095,2136.920721 +304838,2149.352021,1083.392225,2164.322534,1119.068707,2136.05255 +304839,2146.164389,1081.45977,2162.502446,1117.145864,2135.204712 +304840,2142.900886,1079.532431,2160.687695,1115.16777,2134.374562 +304841,2139.984014,1077.677955,2158.87804,1113.206651,2133.55991 +304842,2136.772836,1075.662182,2157.073427,1111.252563,2132.759159 +304843,2133.689621,1073.730294,2155.27516,1109.233388,2131.972625 +304844,2130.596153,1071.913039,2153.483107,1107.397219,2131.199064 +304845,2127.51206,1069.964688,2151.696881,1105.414264,2130.437066 +304846,2124.437159,1068.079488,2149.916813,1103.498027,2129.686224 +304847,2121.372515,1066.189751,2148.142899,1101.579072,2128.945829 +304848,2118.31742,1064.305314,2146.375003,1099.666848,2128.215101 +304849,2115.272114,1062.426305,2144.613073,1097.761835,2127.493446 +304850,2112.236523,1060.552721,2142.857039,1095.864019,2126.780314 +304851,2109.210649,1058.684563,2141.10684,1093.973439,2126.075223 +304852,2106.056617,1056.821804,2139.36266,1092.090103,2125.378048 +304853,2103.25121,1054.96443,2137.623514,1090.284369,2124.687273 +304854,2100.158065,1053.178254,2135.888672,1088.242216,2124.001721 +304855,2097.190286,1051.2352,2134.158955,1086.532068,2123.322152 +304856,2094.212508,1049.439964,2132.435001,1084.618749,2122.649142 +304857,2091.379164,1047.593967,2130.715764,1082.781626,2121.981232 +304858,2088.219173,1045.762883,2129.001172,1080.942171,2121.318187 +304859,2085.364047,1043.937117,2127.29235,1079.109679,2120.661262 +304860,2082.402878,1042.116502,2125.589418,1077.284469,2120.010502 +304861,1853.469046,1040.485214,928.1634009,1075.422774,2108.063742 +304862,1937.871296,1169.859156,983.4220172,1206.261499,2193.028405 +304863,2037.449486,1172.68865,1054.879988,1221.542971,2291.564444 +304864,2105.759217,1171.614571,1113.091024,1184.399314,2358.012542 +304865,2139.021684,1171.152924,1152.392912,1217.539408,2390.358983 +304866,2155.488809,1170.54454,1180.459558,1203.257795,2407.142413 +304867,2164.257815,1169.494244,1201.818703,1204.693258,2417.069268 +304868,2169.598023,1168.329243,1219.003392,1203.496497,2423.900951 +304869,2173.362484,1167.146378,1233.331191,1202.442431,2429.238517 +304870,2176.290407,1165.949802,1245.494828,1201.28038,2433.740319 +304871,2178.652507,1164.745042,1255.895099,1199.980183,2437.658379 +304872,2180.565774,1163.536491,1264.813634,1198.850201,2441.101296 +304873,2182.106653,1162.328607,1272.478635,1197.648319,2444.134247 +304874,2183.33987,1161.123508,1279.084309,1196.464878,2446.809713 +304875,2184.321278,1159.92223,1284.795916,1195.287567,2449.173917 +304876,2185.096243,1158.730089,1289.751295,1194.12224,2451.266208 +304877,2185.702199,1157.473344,1294.067443,1192.968563,2453.12248 +304878,2186.169209,1156.407863,1297.842492,1191.825629,2454.774077 +304879,2186.521733,1178.811466,1301.158544,1190.694449,2456.248496 +304880,2186.777357,1118.404954,1304.257541,1189.574498,2457.567179 +304881,2186.951771,1170.768554,1306.844048,1188.465873,2458.75038 +304882,2187.059369,1165.669413,1309.143647,1187.368301,2459.817443 +304883,2187.108423,1124.774361,1311.197038,1186.281426,2460.781272 +304884,2187.107122,1161.122013,1313.038506,1185.204856,2461.65473 +304885,2187.034927,1163.140676,1314.682772,1184.137667,2462.41904 +304886,2186.923623,1121.42141,1316.16642,1183.080032,2463.112305 +304887,2186.800786,1159.021865,1317.520794,1182.030903,2463.767996 +304888,2186.658224,1155.966186,1318.75697,1180.935875,2464.380612 +304889,2186.493413,1123.83622,1319.885125,1180.035107,2464.948935 +304890,2186.307046,1173.392943,1320.916863,1178.953448,2465.476842 +304891,2186.099906,1107.729518,1321.862646,1177.830656,2465.968399 +304892,2185.86939,1156.544532,1322.730357,1176.737204,2466.428075 +304893,2185.61786,1145.217392,1323.525965,1175.619296,2466.859982 +304894,2185.345636,1125.30649,1324.254724,1174.454843,2467.265942 +304895,2185.052397,1156.220423,1324.922815,1173.350242,2467.649084 +304896,2184.741316,1113.940507,1325.534996,1172.184554,2468.011277 +304897,2184.412738,1161.69271,1326.096024,1171.075998,2468.354993 +304898,2184.069311,1106.317069,1326.609457,1169.904628,2468.68138 +304899,2183.71057,1160.867493,1327.078798,1168.790854,2468.992229 +304900,2183.338926,1104.15018,1327.506902,1167.612901,2469.288489 +304901,2182.953455,1156.318778,1327.896351,1166.49356,2469.571446 +304902,2182.556484,1104.724293,1328.249496,1165.307943,2469.841839 +304903,2182.146786,1149.736311,1328.568215,1164.182066,2470.100544 +304904,2181.726698,1106.826181,1328.854533,1162.9893,2470.547037 +304905,2181.294753,1142.119256,1329.10979,1161.856038,2470.780373 +304906,2180.853285,1109.625981,1329.335779,1160.655394,2471.001535 +304907,2180.400609,1133.934372,1329.533406,1159.514842,2471.212802 +304908,2179.939133,1112.799349,1329.704344,1158.224909,2471.415632 +304909,2179.46701,1125.581533,1329.849163,1157.197462,2471.610232 +304910,2178.986722,1116.099413,1329.969464,1155.920039,2471.79706 +304911,2178.496294,1119.136089,1330.065547,1154.778426,2471.975869 +304912,2177.99818,1116.332718,1330.138928,1153.552431,2472.147065 +304913,2177.519317,1115.493742,1330.20425,1152.347992,2472.342332 +304914,2177.032238,1114.177452,1330.24863,1151.223752,2472.531816 +304915,2176.514888,1112.934049,1330.261587,1149.898253,2472.690646 +304916,2175.981587,1111.742451,1330.250445,1148.746765,2472.833315 +304917,2175.43932,1110.368376,1330.218425,1147.52066,2472.965578 +304918,2174.891123,1109.146225,1330.167095,1146.303772,2473.08971 +304919,2174.337962,1107.852978,1330.097351,1145.083563,2473.206571 +304920,2173.779923,1106.565031,1330.009817,1143.860445,2473.316474 +304921,0,0,0,0,0 +304922,0,0,0,0,0 +304923,0,0,0,0,0 +304924,0,0,0,0,0 +304925,0,0,0,0,0 +304926,0,0,0,0,0 +304927,0,0,0,0,0 +304928,0,0,0,0,0 +304929,0,0,0,0,0 +304930,0,0,0,0,0 +304931,0,0,0,0,0 +304932,0,0,0,0,0 +304933,0,0,0,0,0 +304934,0,0,0,0,0 +304935,0,0,0,0,0 +304936,0,0,0,0,0 +304937,0,0,0,0,0 +304938,0,0,0,0,0 +304939,0,0,0,0,0 +304940,0,0,0,0,0 +304941,0,0,0,0,0 +304942,0,0,0,0,0 +304943,0,0,0,0,0 +304944,0,0,0,0,0 +304945,0,0,0,0,0 +304946,0,0,0,0,0 +304947,0,0,0,0,0 +304948,0,0,0,0,0 +304949,0,0,0,0,0 +304950,0,0,0,0,0 +304951,0,0,0,0,0 +304952,0,0,0,0,0 +304953,0,0,0,0,0 +304954,0,0,0,0,0 +304955,0,0,0,0,0 +304956,0,0,0,0,0 +304957,0,0,0,0,0 +304958,0,0,0,0,0 +304959,0,0,0,0,0 +304960,0,0,0,0,0 +304961,0,0,0,0,0 +304962,0,0,0,0,0 +304963,0,0,0,0,0 +304964,0,0,0,0,0 +304965,0,0,0,0,0 +304966,0,0,0,0,0 +304967,0,0,0,0,0 +304968,0,0,0,0,0 +304969,0,0,0,0,0 +304970,0,0,0,0,0 +304971,0,0,0,0,0 +304972,0,0,0,0,0 +304973,0,0,0,0,0 +304974,0,0,0,0,0 +304975,0,0,0,0,0 +304976,0,0,0,0,0 +304977,0,0,0,0,0 +304978,0,0,0,0,0 +304979,0,0,0,0,0 +304980,0,0,0,0,0 +304981,0,0,0,0,0 +304982,0,0,0,0,0 +304983,0,0,0,0,0 +304984,0,0,0,0,0 +304985,0,0,0,0,0 +304986,0,0,0,0,0 +304987,0,0,0,0,0 +304988,0,0,0,0,0 +304989,0,0,0,0,0 +304990,0,0,0,0,0 +304991,0,0,0,0,0 +304992,0,0,0,0,0 +304993,0,0,0,0,0 +304994,0,0,0,0,0 +304995,0,0,0,0,0 +304996,0,0,0,0,0 +304997,0,0,0,0,0 +304998,0,0,0,0,0 +304999,0,0,0,0,0 +305000,0,0,0,0,0 +305001,0,0,0,0,0 +305002,0,0,0,0,0 +305003,0,0,0,0,0 +305004,0,0,0,0,0 +305005,0,0,0,0,0 +305006,0,0,0,0,0 +305007,0,0,0,0,0 +305008,0,0,0,0,0 +305009,0,0,0,0,0 +305010,0,0,0,0,0 +305011,0,0,0,0,0 +305012,0,0,0,0,0 +305013,0,0,0,0,0 +305014,0,0,0,0,0 +305015,0,0,0,0,0 +305016,0,0,0,0,0 +305017,0,0,0,0,0 +305018,0,0,0,0,0 +305019,0,0,0,0,0 +305020,0,0,0,0,0 +305021,0,0,0,0,0 +305022,0,0,0,0,0 +305023,0,0,0,0,0 +305024,0,0,0,0,0 +305025,0,0,0,0,0 +305026,0,0,0,0,0 +305027,0,0,0,0,0 +305028,0,0,0,0,0 +305029,0,0,0,0,0 +305030,0,0,0,0,0 +305031,0,0,0,0,0 +305032,0,0,0,0,0 +305033,0,0,0,0,0 +305034,0,0,0,0,0 +305035,0,0,0,0,0 +305036,0,0,0,0,0 +305037,0,0,0,0,0 +305038,0,0,0,0,0 +305039,0,0,0,0,0 +305040,0,0,0,0,0 +305041,0,0,0,0,0 +305042,0,0,0,0,0 +305043,0,0,0,0,0 +305044,0,0,0,0,0 +305045,0,0,0,0,0 +305046,0,0,0,0,0 +305047,0,0,0,0,0 +305048,0,0,0,0,0 +305049,0,0,0,0,0 +305050,0,0,0,0,0 +305051,0,0,0,0,0 +305052,0,0,0,0,0 +305053,0,0,0,0,0 +305054,0,0,0,0,0 +305055,0,0,0,0,0 +305056,0,0,0,0,0 +305057,0,0,0,0,0 +305058,0,0,0,0,0 +305059,0,0,0,0,0 +305060,0,0,0,0,0 +305061,0,0,0,0,0 +305062,0,0,0,0,0 +305063,0,0,0,0,0 +305064,0,0,0,0,0 +305065,0,0,0,0,0 +305066,0,0,0,0,0 +305067,0,0,0,0,0 +305068,0,0,0,0,0 +305069,0,0,0,0,0 +305070,0,0,0,0,0 +305071,0,0,0,0,0 +305072,0,0,0,0,0 +305073,0,0,0,0,0 +305074,0,0,0,0,0 +305075,0,0,0,0,0 +305076,0,0,0,0,0 +305077,0,0,0,0,0 +305078,0,0,0,0,0 +305079,0,0,0,0,0 +305080,0,0,0,0,0 +305081,0,0,0,0,0 +305082,0,0,0,0,0 +305083,0,0,0,0,0 +305084,0,0,0,0,0 +305085,0,0,0,0,0 +305086,0,0,0,0,0 +305087,0,0,0,0,0 +305088,0,0,0,0,0 +305089,0,0,0,0,0 +305090,0,0,0,0,0 +305091,0,0,0,0,0 +305092,0,0,0,0,0 +305093,0,0,0,0,0 +305094,0,0,0,0,0 +305095,0,0,0,0,0 +305096,0,0,0,0,0 +305097,0,0,0,0,0 +305098,0,0,0,0,0 +305099,0,0,0,0,0 +305100,0,0,0,0,0 +305101,0,0,0,0,0 +305102,0,0,0,0,0 +305103,0,0,0,0,0 +305104,0,0,0,0,0 +305105,0,0,0,0,0 +305106,0,0,0,0,0 +305107,0,0,0,0,0 +305108,0,0,0,0,0 +305109,0,0,0,0,0 +305110,0,0,0,0,0 +305111,0,0,0,0,0 +305112,0,0,0,0,0 +305113,0,0,0,0,0 +305114,0,0,0,0,0 +305115,0,0,0,0,0 +305116,0,0,0,0,0 +305117,0,0,0,0,0 +305118,0,0,0,0,0 +305119,0,0,0,0,0 +305120,0,0,0,0,0 +305121,0,0,0,0,0 +305122,0,0,0,0,0 +305123,0,0,0,0,0 +305124,0,0,0,0,0 +305125,0,0,0,0,0 +305126,0,0,0,0,0 +305127,0,0,0,0,0 +305128,0,0,0,0,0 +305129,0,0,0,0,0 +305130,0,0,0,0,0 +305131,0,0,0,0,0 +305132,0,0,0,0,0 +305133,0,0,0,0,0 +305134,0,0,0,0,0 +305135,0,0,0,0,0 +305136,0,0,0,0,0 +305137,0,0,0,0,0 +305138,0,0,0,0,0 +305139,0,0,0,0,0 +305140,0,0,0,0,0 +305141,0,0,0,0,0 +305142,0,0,0,0,0 +305143,0,0,0,0,0 +305144,0,0,0,0,0 +305145,0,0,0,0,0 +305146,0,0,0,0,0 +305147,0,0,0,0,0 +305148,0,0,0,0,0 +305149,0,0,0,0,0 +305150,0,0,0,0,0 +305151,0,0,0,0,0 +305152,0,0,0,0,0 +305153,0,0,0,0,0 +305154,0,0,0,0,0 +305155,0,0,0,0,0 +305156,0,0,0,0,0 +305157,0,0,0,0,0 +305158,0,0,0,0,0 +305159,0,0,0,0,0 +305160,0,0,0,0,0 +305161,0,0,0,0,0 +305162,0,0,0,0,0 +305163,0,0,0,0,0 +305164,0,0,0,0,0 +305165,0,0,0,0,0 +305166,0,0,0,0,0 +305167,0,0,0,0,0 +305168,0,0,0,0,0 +305169,0,0,0,0,0 +305170,0,0,0,0,0 +305171,0,0,0,0,0 +305172,0,0,0,0,0 +305173,0,0,0,0,0 +305174,0,0,0,0,0 +305175,0,0,0,0,0 +305176,0,0,0,0,0 +305177,0,0,0,0,0 +305178,0,0,0,0,0 +305179,0,0,0,0,0 +305180,0,0,0,0,0 +305181,0,0,0,0,0 +305182,0,0,0,0,0 +305183,0,0,0,0,0 +305184,0,0,0,0,0 +305185,0,0,0,0,0 +305186,0,0,0,0,0 +305187,0,0,0,0,0 +305188,0,0,0,0,0 +305189,0,0,0,0,0 +305190,0,0,0,0,0 +305191,0,0,0,0,0 +305192,0,0,0,0,0 +305193,0,0,0,0,0 +305194,0,0,0,0,0 +305195,0,0,0,0,0 +305196,0,0,0,0,0 +305197,0,0,0,0,0 +305198,0,0,0,0,0 +305199,0,0,0,0,0 +305200,0,0,0,0,0 +305201,0,0,0,0,0 +305202,0,0,0,0,0 +305203,0,0,0,0,0 +305204,0,0,0,0,0 +305205,0,0,0,0,0 +305206,0,0,0,0,0 +305207,0,0,0,0,0 +305208,0,0,0,0,0 +305209,0,0,0,0,0 +305210,0,0,0,0,0 +305211,0,0,0,0,0 +305212,0,0,0,0,0 +305213,0,0,0,0,0 +305214,0,0,0,0,0 +305215,0,0,0,0,0 +305216,0,0,0,0,0 +305217,0,0,0,0,0 +305218,0,0,0,0,0 +305219,0,0,0,0,0 +305220,0,0,0,0,0 +305221,0,0,0,0,0 +305222,0,0,0,0,0 +305223,0,0,0,0,0 +305224,0,0,0,0,0 +305225,0,0,0,0,0 +305226,0,0,0,0,0 +305227,0,0,0,0,0 +305228,0,0,0,0,0 +305229,0,0,0,0,0 +305230,0,0,0,0,0 +305231,0,0,0,0,0 +305232,0,0,0,0,0 +305233,0,0,0,0,0 +305234,0,0,0,0,0 +305235,0,0,0,0,0 +305236,0,0,0,0,0 +305237,0,0,0,0,0 +305238,0,0,0,0,0 +305239,0,0,0,0,0 +305240,0,0,0,0,0 +305241,0,0,0,0,0 +305242,0,0,0,0,0 +305243,0,0,0,0,0 +305244,0,0,0,0,0 +305245,0,0,0,0,0 +305246,0,0,0,0,0 +305247,0,0,0,0,0 +305248,0,0,0,0,0 +305249,0,0,0,0,0 +305250,0,0,0,0,0 +305251,0,0,0,0,0 +305252,0,0,0,0,0 +305253,0,0,0,0,0 +305254,0,0,0,0,0 +305255,0,0,0,0,0 +305256,0,0,0,0,0 +305257,0,0,0,0,0 +305258,0,0,0,0,0 +305259,0,0,0,0,0 +305260,0,0,0,0,0 +305261,0,0,0,0,0 +305262,0,0,0,0,0 +305263,0,0,0,0,0 +305264,0,0,0,0,0 +305265,0,0,0,0,0 +305266,0,0,0,0,0 +305267,0,0,0,0,0 +305268,0,0,0,0,0 +305269,0,0,0,0,0 +305270,0,0,0,0,0 +305271,0,0,0,0,0 +305272,0,0,0,0,0 +305273,0,0,0,0,0 +305274,0,0,0,0,0 +305275,0,0,0,0,0 +305276,0,0,0,0,0 +305277,0,0,0,0,0 +305278,0,0,0,0,0 +305279,0,0,0,0,0 +305280,0,0,0,0,0 +305281,0,0,0,0,0 +305282,0,0,0,0,0 +305283,0,0,0,0,0 +305284,0,0,0,0,0 +305285,0,0,0,0,0 +305286,0,0,0,0,0 +305287,0,0,0,0,0 +305288,0,0,0,0,0 +305289,0,0,0,0,0 +305290,0,0,0,0,0 +305291,0,0,0,0,0 +305292,0,0,0,0,0 +305293,0,0,0,0,0 +305294,0,0,0,0,0 +305295,0,0,0,0,0 +305296,0,0,0,0,0 +305297,0,0,0,0,0 +305298,0,0,0,0,0 +305299,0,0,0,0,0 +305300,0,0,0,0,0 +305301,0,0,0,0,0 +305302,0,0,0,0,0 +305303,0,0,0,0,0 +305304,0,0,0,0,0 +305305,0,0,0,0,0 +305306,0,0,0,0,0 +305307,0,0,0,0,0 +305308,0,0,0,0,0 +305309,0,0,0,0,0 +305310,0,0,0,0,0 +305311,0,0,0,0,0 +305312,0,0,0,0,0 +305313,0,0,0,0,0 +305314,0,0,0,0,0 +305315,0,0,0,0,0 +305316,0,0,0,0,0 +305317,0,0,0,0,0 +305318,0,0,0,0,0 +305319,0,0,0,0,0 +305320,0,0,0,0,0 +305321,0,0,0,0,0 +305322,0,0,0,0,0 +305323,0,0,0,0,0 +305324,0,0,0,0,0 +305325,0,0,0,0,0 +305326,0,0,0,0,0 +305327,0,0,0,0,0 +305328,0,0,0,0,0 +305329,0,0,0,0,0 +305330,0,0,0,0,0 +305331,0,0,0,0,0 +305332,0,0,0,0,0 +305333,0,0,0,0,0 +305334,0,0,0,0,0 +305335,0,0,0,0,0 +305336,0,0,0,0,0 +305337,0,0,0,0,0 +305338,0,0,0,0,0 +305339,0,0,0,0,0 +305340,0,0,0,0,0 +305341,0,0,0,0,0 +305342,0,0,0,0,0 +305343,0,0,0,0,0 +305344,0,0,0,0,0 +305345,0,0,0,0,0 +305346,0,0,0,0,0 +305347,0,0,0,0,0 +305348,0,0,0,0,0 +305349,0,0,0,0,0 +305350,0,0,0,0,0 +305351,0,0,0,0,0 +305352,0,0,0,0,0 +305353,0,0,0,0,0 +305354,0,0,0,0,0 +305355,0,0,0,0,0 +305356,0,0,0,0,0 +305357,0,0,0,0,0 +305358,0,0,0,0,0 +305359,0,0,0,0,0 +305360,0,0,0,0,0 +305361,0,0,0,0,0 +305362,0,0,0,0,0 +305363,0,0,0,0,0 +305364,0,0,0,0,0 +305365,0,0,0,0,0 +305366,0,0,0,0,0 +305367,0,0,0,0,0 +305368,0,0,0,0,0 +305369,0,0,0,0,0 +305370,0,0,0,0,0 +305371,0,0,0,0,0 +305372,0,0,0,0,0 +305373,0,0,0,0,0 +305374,0,0,0,0,0 +305375,0,0,0,0,0 +305376,0,0,0,0,0 +305377,0,0,0,0,0 +305378,0,0,0,0,0 +305379,0,0,0,0,0 +305380,0,0,0,0,0 +305381,0,0,0,0,0 +305382,0,0,0,0,0 +305383,0,0,0,0,0 +305384,0,0,0,0,0 +305385,0,0,0,0,0 +305386,0,0,0,0,0 +305387,0,0,0,0,0 +305388,0,0,0,0,0 +305389,0,0,0,0,0 +305390,0,0,0,0,0 +305391,0,0,0,0,0 +305392,0,0,0,0,0 +305393,0,0,0,0,0 +305394,0,0,0,0,0 +305395,0,0,0,0,0 +305396,0,0,0,0,0 +305397,0,0,0,0,0 +305398,0,0,0,0,0 +305399,0,0,0,0,0 +305400,0,0,0,0,0 +305401,0,0,0,0,0 +305402,0,0,0,0,0 +305403,0,0,0,0,0 +305404,0,0,0,0,0 +305405,0,0,0,0,0 +305406,0,0,0,0,0 +305407,0,0,0,0,0 +305408,0,0,0,0,0 +305409,0,0,0,0,0 +305410,0,0,0,0,0 +305411,0,0,0,0,0 +305412,0,0,0,0,0 +305413,0,0,0,0,0 +305414,0,0,0,0,0 +305415,0,0,0,0,0 +305416,0,0,0,0,0 +305417,0,0,0,0,0 +305418,0,0,0,0,0 +305419,0,0,0,0,0 +305420,0,0,0,0,0 +305421,0,0,0,0,0 +305422,0,0,0,0,0 +305423,0,0,0,0,0 +305424,0,0,0,0,0 +305425,0,0,0,0,0 +305426,0,0,0,0,0 +305427,0,0,0,0,0 +305428,0,0,0,0,0 +305429,0,0,0,0,0 +305430,0,0,0,0,0 +305431,0,0,0,0,0 +305432,0,0,0,0,0 +305433,0,0,0,0,0 +305434,0,0,0,0,0 +305435,0,0,0,0,0 +305436,0,0,0,0,0 +305437,0,0,0,0,0 +305438,0,0,0,0,0 +305439,0,0,0,0,0 +305440,0,0,0,0,0 +305441,0,0,0,0,0 +305442,0,0,0,0,0 +305443,0,0,0,0,0 +305444,0,0,0,0,0 +305445,0,0,0,0,0 +305446,0,0,0,0,0 +305447,0,0,0,0,0 +305448,0,0,0,0,0 +305449,0,0,0,0,0 +305450,0,0,0,0,0 +305451,0,0,0,0,0 +305452,0,0,0,0,0 +305453,0,0,0,0,0 +305454,0,0,0,0,0 +305455,0,0,0,0,0 +305456,0,0,0,0,0 +305457,0,0,0,0,0 +305458,0,0,0,0,0 +305459,0,0,0,0,0 +305460,0,0,0,0,0 +305461,0,0,0,0,0 +305462,0,0,0,0,0 +305463,0,0,0,0,0 +305464,0,0,0,0,0 +305465,0,0,0,0,0 +305466,0,0,0,0,0 +305467,0,0,0,0,0 +305468,0,0,0,0,0 +305469,0,0,0,0,0 +305470,0,0,0,0,0 +305471,0,0,0,0,0 +305472,0,0,0,0,0 +305473,0,0,0,0,0 +305474,0,0,0,0,0 +305475,0,0,0,0,0 +305476,0,0,0,0,0 +305477,0,0,0,0,0 +305478,0,0,0,0,0 +305479,0,0,0,0,0 +305480,0,0,0,0,0 +305481,0,0,0,0,0 +305482,0,0,0,0,0 +305483,0,0,0,0,0 +305484,0,0,0,0,0 +305485,0,0,0,0,0 +305486,0,0,0,0,0 +305487,0,0,0,0,0 +305488,0,0,0,0,0 +305489,0,0,0,0,0 +305490,0,0,0,0,0 +305491,0,0,0,0,0 +305492,0,0,0,0,0 +305493,0,0,0,0,0 +305494,0,0,0,0,0 +305495,0,0,0,0,0 +305496,0,0,0,0,0 +305497,0,0,0,0,0 +305498,0,0,0,0,0 +305499,0,0,0,0,0 +305500,0,0,0,0,0 +305501,0,0,0,0,0 +305502,0,0,0,0,0 +305503,0,0,0,0,0 +305504,0,0,0,0,0 +305505,0,0,0,0,0 +305506,0,0,0,0,0 +305507,0,0,0,0,0 +305508,0,0,0,0,0 +305509,0,0,0,0,0 +305510,0,0,0,0,0 +305511,0,0,0,0,0 +305512,0,0,0,0,0 +305513,0,0,0,0,0 +305514,0,0,0,0,0 +305515,0,0,0,0,0 +305516,0,0,0,0,0 +305517,0,0,0,0,0 +305518,0,0,0,0,0 +305519,0,0,0,0,0 +305520,0,0,0,0,0 +305521,0,0,0,0,0 +305522,0,0,0,0,0 +305523,0,0,0,0,0 +305524,0,0,0,0,0 +305525,0,0,0,0,0 +305526,0,0,0,0,0 +305527,0,0,0,0,0 +305528,0,0,0,0,0 +305529,0,0,0,0,0 +305530,0,0,0,0,0 +305531,0,0,0,0,0 +305532,0,0,0,0,0 +305533,0,0,0,0,0 +305534,0,0,0,0,0 +305535,0,0,0,0,0 +305536,0,0,0,0,0 +305537,0,0,0,0,0 +305538,0,0,0,0,0 +305539,0,0,0,0,0 +305540,0,0,0,0,0 +305541,0,0,0,0,0 +305542,0,0,0,0,0 +305543,0,0,0,0,0 +305544,0,0,0,0,0 +305545,0,0,0,0,0 +305546,0,0,0,0,0 +305547,0,0,0,0,0 +305548,0,0,0,0,0 +305549,0,0,0,0,0 +305550,0,0,0,0,0 +305551,0,0,0,0,0 +305552,0,0,0,0,0 +305553,0,0,0,0,0 +305554,0,0,0,0,0 +305555,0,0,0,0,0 +305556,0,0,0,0,0 +305557,0,0,0,0,0 +305558,0,0,0,0,0 +305559,0,0,0,0,0 +305560,0,0,0,0,0 +305561,0,0,0,0,0 +305562,0,0,0,0,0 +305563,0,0,0,0,0 +305564,0,0,0,0,0 +305565,0,0,0,0,0 +305566,0,0,0,0,0 +305567,0,0,0,0,0 +305568,0,0,0,0,0 +305569,0,0,0,0,0 +305570,0,0,0,0,0 +305571,0,0,0,0,0 +305572,0,0,0,0,0 +305573,0,0,0,0,0 +305574,0,0,0,0,0 +305575,0,0,0,0,0 +305576,0,0,0,0,0 +305577,0,0,0,0,0 +305578,0,0,0,0,0 +305579,0,0,0,0,0 +305580,0,0,0,0,0 +305581,0,0,0,0,0 +305582,0,0,0,0,0 +305583,0,0,0,0,0 +305584,0,0,0,0,0 +305585,0,0,0,0,0 +305586,0,0,0,0,0 +305587,0,0,0,0,0 +305588,0,0,0,0,0 +305589,0,0,0,0,0 +305590,0,0,0,0,0 +305591,0,0,0,0,0 +305592,0,0,0,0,0 +305593,0,0,0,0,0 +305594,0,0,0,0,0 +305595,0,0,0,0,0 +305596,0,0,0,0,0 +305597,0,0,0,0,0 +305598,0,0,0,0,0 +305599,0,0,0,0,0 +305600,0,0,0,0,0 +305601,0,0,0,0,0 +305602,0,0,0,0,0 +305603,0,0,0,0,0 +305604,0,0,0,0,0 +305605,0,0,0,0,0 +305606,0,0,0,0,0 +305607,0,0,0,0,0 +305608,0,0,0,0,0 +305609,0,0,0,0,0 +305610,0,0,0,0,0 +305611,0,0,0,0,0 +305612,0,0,0,0,0 +305613,0,0,0,0,0 +305614,0,0,0,0,0 +305615,0,0,0,0,0 +305616,0,0,0,0,0 +305617,0,0,0,0,0 +305618,0,0,0,0,0 +305619,0,0,0,0,0 +305620,0,0,0,0,0 +305621,0,0,0,0,0 +305622,0,0,0,0,0 +305623,0,0,0,0,0 +305624,0,0,0,0,0 +305625,0,0,0,0,0 +305626,0,0,0,0,0 +305627,0,0,0,0,0 +305628,0,0,0,0,0 +305629,0,0,0,0,0 +305630,0,0,0,0,0 +305631,0,0,0,0,0 +305632,0,0,0,0,0 +305633,0,0,0,0,0 +305634,0,0,0,0,0 +305635,0,0,0,0,0 +305636,0,0,0,0,0 +305637,0,0,0,0,0 +305638,0,0,0,0,0 +305639,0,0,0,0,0 +305640,0,0,0,0,0 +305641,0,0,0,0,0 +305642,0,0,0,0,0 +305643,0,0,0,0,0 +305644,0,0,0,0,0 +305645,0,0,0,0,0 +305646,0,0,0,0,0 +305647,0,0,0,0,0 +305648,0,0,0,0,0 +305649,0,0,0,0,0 +305650,0,0,0,0,0 +305651,0,0,0,0,0 +305652,0,0,0,0,0 +305653,0,0,0,0,0 +305654,0,0,0,0,0 +305655,0,0,0,0,0 +305656,0,0,0,0,0 +305657,0,0,0,0,0 +305658,0,0,0,0,0 +305659,0,0,0,0,0 +305660,0,0,0,0,0 +305661,0,0,0,0,0 +305662,0,0,0,0,0 +305663,0,0,0,0,0 +305664,0,0,0,0,0 +305665,0,0,0,0,0 +305666,0,0,0,0,0 +305667,0,0,0,0,0 +305668,0,0,0,0,0 +305669,0,0,0,0,0 +305670,0,0,0,0,0 +305671,0,0,0,0,0 +305672,0,0,0,0,0 +305673,0,0,0,0,0 +305674,0,0,0,0,0 +305675,0,0,0,0,0 +305676,0,0,0,0,0 +305677,0,0,0,0,0 +305678,0,0,0,0,0 +305679,0,0,0,0,0 +305680,0,0,0,0,0 +305681,0,0,0,0,0 +305682,0,0,0,0,0 +305683,0,0,0,0,0 +305684,0,0,0,0,0 +305685,0,0,0,0,0 +305686,0,0,0,0,0 +305687,0,0,0,0,0 +305688,0,0,0,0,0 +305689,0,0,0,0,0 +305690,0,0,0,0,0 +305691,0,0,0,0,0 +305692,0,0,0,0,0 +305693,0,0,0,0,0 +305694,0,0,0,0,0 +305695,0,0,0,0,0 +305696,0,0,0,0,0 +305697,0,0,0,0,0 +305698,0,0,0,0,0 +305699,0,0,0,0,0 +305700,0,0,0,0,0 +305701,168.1946856,2380.481883,2725.199542,71.2647664,-104.1386638 +305702,197.1491972,131.6283767,2642.469244,84.58844778,-44.62490452 +305703,191.1408678,108.2045498,289.7743719,82.04346719,-44.72738756 +305704,184.5804282,106.167133,260.8285946,79.26974758,-45.70068082 +305705,178.5526562,113.2570176,262.9670413,76.75550962,-47.16071387 +305706,173.3051676,278.7991256,973.4874267,74.60622339,-48.80915389 +305707,168.7453316,365.7556255,615.2328344,72.77261386,-50.51233755 +305708,164.7302888,280.6570212,669.0292979,71.18424084,-52.22945053 +305709,161.1543619,327.2617963,703.8030761,69.78952798,-53.95195867 +305710,157.9489181,337.5351108,718.8677273,68.55521124,-55.67707467 +305711,155.0657157,347.1689049,733.5506799,67.45821454,-57.40022061 +305712,152.4656824,357.1365788,747.9030818,66.48019029,-59.11898746 +305713,150.1148727,366.9065406,762.5404751,65.60549365,-60.82957918 +305714,147.9833593,376.7484749,777.8453879,64.82057866,-62.52763262 +305715,146.0448896,387.0928797,792.4639002,64.11377207,-64.20951765 +305716,144.2769715,396.7238942,807.4962914,63.475255,-65.87216278 +305717,142.6602262,407.2302907,822.4945185,62.89671814,-67.5134843 +305718,141.1796335,417.1741704,837.5374401,62.37111025,-69.13225559 +305719,139.8190648,427.8675803,852.6114869,61.89262789,-70.72709718 +305720,138.5655484,446.8097679,886.6128569,61.45621395,-72.29762932 +305721,137.5451709,459.0527547,904.3169624,61.10753296,-73.84266894 +305722,136.6993329,470.2364167,920.9637476,60.82389081,-75.36185408 +305723,135.9528073,481.5184426,937.3207168,60.57797141,-76.85466955 +305724,135.2675481,492.7140478,953.5335768,60.35515514,-78.32114377 +305725,134.6282962,503.9644656,969.6485571,60.15051323,-79.7614231 +305726,134.033671,515.0151025,985.3006786,59.96307147,-81.17585154 +305727,133.4815641,526.6306498,1001.836912,59.79279024,-82.56428858 +305728,132.9724091,537.7866018,1017.54289,59.63932675,-83.9271082 +305729,132.5032229,549.1799065,1033.455079,59.50228849,-85.26402461 +305730,132.0737793,560.3305735,1049.243725,59.38104927,-86.57544577 +305731,131.6808745,570.4312924,1061.554368,59.275093,-87.86148372 +305732,131.3160507,579.6920229,1073.275831,59.18055887,-89.12180629 +305733,130.9736393,589.069601,1084.811927,59.09465013,-90.35725637 +305734,130.6513122,598.30833,1096.149043,59.01624981,-91.56882021 +305735,130.3485,607.4689528,1107.27607,58.94519265,-92.75722624 +305736,130.0652704,616.560052,1118.133985,58.88165862,-93.9228238 +305737,129.8016339,625.5877726,1128.871919,58.82579335,-95.06599663 +305738,129.5575462,634.311286,1139.426561,58.77768831,-96.18705679 +305739,129.3326635,643.6244533,1149.810833,58.73727038,-97.28673853 +305740,129.1268527,652.5688684,1159.987715,58.70454029,-98.36536528 +305741,128.9396917,661.0202325,1170.135018,58.67935131,-99.42376222 +305742,128.7710424,669.9841008,1180.00886,58.66167366,-100.4622452 +305743,128.6204236,678.6325959,1189.788225,58.65131209,-101.4817324 +305744,128.4876424,687.3586274,1199.406943,58.64819496,-102.4826201 +305745,128.3721756,695.9748055,1208.886366,58.65209455,-103.4658808 +305746,128.2737852,704.5437607,1218.220633,58.66290861,-104.4319691 +305747,128.1921276,713.1509988,1227.365335,58.68048341,-105.3815067 +305748,128.1268062,721.2944407,1236.515637,58.70463872,-106.3152142 +305749,128.0774465,730.3517736,1245.459067,58.73520281,-107.2337463 +305750,128.0436589,738.5224073,1254.119848,58.77199589,-108.1377887 +305751,128.0252212,746.9622797,1262.916888,58.81491364,-109.027698 +305752,128.0216538,755.3923937,1271.401128,58.86373431,-109.9043026 +305753,128.0327021,763.6739141,1279.758293,58.91833838,-110.7679977 +305754,128.0579609,772.0406485,1288.188183,58.97853793,-111.6194572 +305755,128.097062,780.2523195,1296.206582,59.04416213,-112.4592646 +305756,128.1496888,788.5523084,1306.340435,59.11506395,-113.2879158 +305757,128.2156093,796.6950047,1315.547387,59.19113512,-114.1057309 +305758,128.2943937,804.9297403,1321.163464,59.27217803,-114.9133964 +305759,128.3857917,816.2569888,1332.640147,59.358077,-115.711251 +305760,128.4895616,827.0744775,1335.138148,59.44872084,-116.4996245 +305761,122.3560968,1267.484117,2299.177219,56.70337834,-128.6413083 +305762,135.8530385,1293.44367,2336.428749,63.03541428,-103.912609 +305763,949.0866939,1244.474604,2135.833357,500.4416273,-406.8744719 +305764,1172.575438,1362.939948,2085.583445,471.9201327,-395.6123169 +305765,908.6943834,1338.943397,2117.882141,419.4016576,-288.5437253 +305766,1042.272174,1368.307089,2195.99079,466.510495,-156.3246253 +305767,1174.175671,1427.378814,2369.366178,526.5847625,156.3301938 +305768,1017.153907,1376.413398,2396.630619,456.7558152,202.1727421 +305769,1122.087685,1426.492649,2401.367536,504.7630276,232.482159 +305770,1119.728086,1434.84815,2400.799783,504.4710236,256.150165 +305771,1136.140319,1450.4455,2399.581029,512.5833933,276.3831798 +305772,997.2592378,1403.452011,2227.65121,450.2907266,780.6892014 +305773,1243.233253,1496.92672,2190.967353,561.5494805,1014.95597 +305774,1150.582239,1487.280995,2173.952062,520.3096684,825.1260996 +305775,1185.910208,1499.619643,2166.922637,537.2203019,935.8885893 +305776,1203.368746,1518.027002,2156.102947,545.5159278,944.8185619 +305777,1218.384615,1532.793048,2144.651984,552.9733178,978.6052739 +305778,1232.997982,1547.019289,2132.816887,560.1569289,991.5159437 +305779,1247.954866,1561.973233,2121.550781,567.4996327,1008.493987 +305780,1418.495721,1648.654936,2266.864876,645.5374438,1311.029774 +305781,1046.508452,1489.247969,2125.001695,478.0872563,617.5145479 +305782,1555.406067,1735.197278,2283.700146,707.9089475,1549.348658 +305783,1050.001285,1489.068141,2133.365343,481.2008737,604.3452591 +305784,1587.013403,1759.385277,2291.871755,721.6514692,1583.646827 +305785,1069.804355,1530.817861,2136.369039,493.2965666,631.1272146 +305786,1614.980793,1778.910702,2295.257553,735.5174018,1617.315374 +305787,1097.178739,1558.043166,2136.711,504.9530506,656.482725 +305788,1640.756155,1806.384103,2296.917514,748.9900592,1654.919677 +305789,1120.565923,1584.163738,2136.174466,516.3849361,672.099973 +305790,1667.972778,1846.523066,2298.173493,762.1436867,1684.541067 +305791,1143.167028,1587.077995,2135.480682,527.2035938,702.1217923 +305792,1693.464407,1867.807253,2299.445389,775.1030294,1712.241622 +305793,1327.470026,1702.801223,2296.790591,611.4824608,1015.873657 +305794,1477.811108,1776.884731,2294.183401,679.2641692,1292.213014 +305795,1465.200742,1779.605185,2292.011066,674.1007104,1257.027003 +305796,1476.026747,1809.712747,2290.768199,679.4080326,1268.324544 +305797,1492.560887,1772.853348,2290.849824,684.6913368,1279.507615 +305798,1500.118279,1821.224098,2291.869179,690.1229008,1290.667311 +305799,1515.780176,1821.715947,2293.390373,695.3634168,1301.656945 +305800,1520.622354,1832.641435,2295.212916,700.5747006,1312.170032 +305801,1507.890394,1851.384983,2297.255133,705.6706902,1322.882224 +305802,1553.627495,1857.124384,2299.397764,710.814002,1332.886514 +305803,1547.01205,1850.43298,2301.596831,715.8381937,1343.217163 +305804,1560.612505,1891.095017,2303.802984,720.6813944,1352.898605 +305805,1570.836473,1871.995175,2306.179091,725.6757235,1362.727063 +305806,1580.506724,1900.502029,2308.318327,730.4209535,1372.016372 +305807,1590.667114,1909.071158,2310.380508,735.3263387,1393.747317 +305808,1600.125625,1925.981189,2312.3834,739.9402695,1379.279743 +305809,1609.830216,1915.395922,2314.384511,744.6027705,1397.411446 +305810,1619.423544,1929.123117,2316.353206,749.2863582,1411.957286 +305811,1628.568636,1964.03439,2318.466864,753.815319,1415.887464 +305812,1638.121171,1940.381594,2320.572432,758.3371009,1425.687168 +305813,1647.352135,1972.376074,2322.815395,762.8070001,1433.94633 +305814,1656.336086,1969.806233,2325.440104,767.2257712,1442.243648 +305815,1665.457747,1982.407697,2328.267599,771.5998752,1450.314166 +305816,1674.399602,1990.422745,2331.229323,775.8760009,1458.902006 +305817,1683.265036,1999.350938,2334.253279,780.1900795,1481.316976 +305818,1692.061161,2007.82535,2339.078942,784.4199068,1449.556517 +305819,1700.770064,2016.373418,2342.81993,788.5276247,1493.200288 +305820,1709.298153,2024.528866,2344.21525,792.7033229,1486.152538 +305821,2108.254608,2202.883191,2356.191264,965.3066188,1970.621107 +305822,2120.490439,2213.801015,2399.868163,971.1999906,2004.987258 +305823,2153.315087,2222.874332,2451.20063,993.3999616,2044.589568 +305824,2109.543451,2231.790936,2494.066737,956.5900535,2075.877875 +305825,2167.9444,2240.859573,2525.032372,998.5484804,2097.948957 +305826,2159.761157,2249.274971,2546.345969,1000.423916,2112.72871 +305827,2182.327984,2257.862092,2561.321845,981.8348787,2122.661282 +305828,2165.068927,2266.20122,2572.021941,1004.000283,2129.607038 +305829,2199.499671,2274.421787,2580.055021,1005.65637,2134.620867 +305830,2198.922078,2282.57182,2586.286287,1009.069308,2138.369943 +305831,2210.124419,2290.525974,2591.290794,1013.973222,2141.332075 +305832,2219.171055,2298.22989,2595.42248,1018.546471,2143.792226 +305833,2228.399965,2306.194835,2598.917042,1022.758478,2145.929164 +305834,2237.41906,2313.790647,2601.942126,1027.126763,2147.862443 +305835,2246.374262,2321.31837,2604.610937,1031.386113,2149.664078 +305836,2255.384726,2328.704078,2607.004193,1035.614424,2151.381577 +305837,2269.744734,2335.868064,2609.172793,1039.868712,2153.038021 +305838,2269.525467,2343.450205,2612.911145,1043.921746,2156.78308 +305839,2277.537436,2350.198091,2613.814561,1048.011491,2157.264827 +305840,2292.939013,2357.380156,2615.152284,1052.180672,2158.409738 +305841,2297.684247,2371.027041,2618.414697,1056.173625,2162.005658 +305842,2307.056031,2361.82993,2618.831412,1060.256407,2162.267918 +305843,2324.098728,2387.443351,2619.745232,1064.12672,2163.22893 +305844,2313.64764,2382.022248,2620.935055,1068.115136,2164.605441 +305845,2333.649793,2391.22245,2622.06007,1072.010747,2165.982952 +305846,2340.93772,2397.71834,2623.092384,1075.885091,2167.327883 +305847,2362.825871,2403.921621,2624.072193,1079.72863,2168.891258 +305848,2333.904214,2410.006627,2625.014371,1083.539947,2170.267031 +305849,2401.145992,2416.269995,2627.58587,1087.325918,2173.693125 +305850,2331.238774,2421.608372,2627.397292,1091.077209,2173.847281 +305851,2422.305861,2427.883644,2629.555582,1094.749919,2176.919858 +305852,2348.637554,2439.335968,2629.285985,1098.3799,2177.119502 +305853,2436.031561,2430.041352,2629.606247,1101.980759,2178.107885 +305854,2385.323642,2452.204938,2630.003988,1105.620162,2179.257074 +305855,2419.940573,2447.60809,2630.372102,1109.051346,2180.437368 +305856,2418.05586,2453.54273,2630.635855,1112.61219,2181.557255 +305857,2427.769328,2459.976641,2632.642278,1116.083827,2184.867321 +305858,2434.539531,2463.69514,2632.101299,1119.534271,2185.151537 +305859,2442.155889,2469.194383,2632.229378,1122.962694,2186.307736 +305860,2449.397374,2473.051857,2632.558979,1126.289665,2187.755684 +305861,2456.620833,2477.707777,2632.941917,1129.77231,2189.31611 +305862,2463.96923,2488.739752,2633.660465,1133.142194,2191.097936 +305863,2470.835439,2478.535676,2634.007948,1136.368329,2192.724683 +305864,2478.322623,2498.58865,2634.237015,1139.720667,2194.260236 +305865,2485.276206,2494.307896,2634.547021,1142.985648,2195.936903 +305866,2492.328227,2498.575424,2634.688298,1146.237829,2197.445041 +305867,2499.403509,2503.266506,2634.667118,1149.467441,2198.788535 +305868,2506.331913,2506.963916,2634.599401,1152.674656,2200.105528 +305869,2513.096138,2510.475056,2634.467467,1155.859725,2201.372772 +305870,2520.280333,2514.073288,2634.265211,1159.02328,2202.581868 +305871,2527.054468,2517.509844,2633.99837,1162.165562,2203.739072 +305872,2533.857699,2520.892393,2633.666241,1165.36127,2204.842713 +305873,2540.700135,2524.173276,2633.271925,1168.351003,2205.895673 +305874,2555.593055,2533.905042,2633.065916,1171.485385,2207.204034 +305875,2542.261443,2523.09508,2632.571167,1174.534981,2208.185472 +305876,2575.83458,2537.000111,2631.903089,1180.712978,2208.978696 +305877,2565.640792,2524.347422,2632.935394,1184.406832,2211.97852 +305878,2577.373881,2533.67462,2632.842764,1187.634897,2213.349848 +305879,2583.692235,2541.463925,2630.570746,1190.851022,2212.063336 +305880,2589.902023,2529.8146,2629.245385,1194.006054,2211.942487 +305881,2601.705035,2548.527192,2630.620049,1199.520655,2216.561214 +305882,2608.644092,2545.418357,2632.470128,1202.719639,2221.876952 +305883,2614.945251,2547.650853,2635.842315,1205.859395,2229.154357 +305884,2620.731601,2549.172102,2636.091155,1208.831785,2232.695531 +305885,2626.888663,2551.515816,2636.555144,1211.745497,2236.540312 +305886,2632.631327,2553.342215,2636.956197,1214.599748,2240.317228 +305887,2638.140634,2554.928045,2637.240835,1217.407683,2243.949665 +305888,2644.108484,2556.481658,2637.403405,1220.176018,2247.427899 +305889,2649.607075,2557.977519,2637.453164,1222.909081,2250.762256 +305890,2655.133643,2559.372448,2637.397081,1225.609634,2253.960192 +305891,2660.74865,2561.408318,2638.909102,1228.280463,2259.272585 +305892,2665.867475,2561.444755,2637.66491,1230.919521,2260.99949 +305893,2671.477489,2562.862099,2636.921599,1233.533524,2263.319542 +305894,2676.711084,2564.057367,2636.345335,1236.119061,2265.820859 +305895,2681.812698,2564.966947,2635.830514,1238.6788,2268.381189 +305896,2687.320585,2565.788321,2635.318633,1241.213177,2270.936705 +305897,2692.406889,2566.554323,2634.778862,1243.801561,2273.454217 +305898,2697.559152,2567.23338,2634.195357,1246.16986,2275.91565 +305899,2710.635223,2567.872175,2633.688662,1248.688073,2278.46803 +305900,2696.664984,2568.307512,2633.002274,1251.035367,2280.980163 +305901,2724.262644,2568.712006,2632.260227,1253.56968,2283.197287 +305902,2715.294947,2569.065986,2631.620273,1255.907723,2285.528625 +305903,2722.856112,2569.282317,2630.830956,1258.292349,2287.869922 +305904,2728.226293,2569.400048,2629.950193,1260.644162,2289.817418 +305905,2733.00276,2562.722917,2628.948898,1262.974724,2291.717395 +305906,2737.721009,2576.285976,2628.021119,1265.284855,2293.402619 +305907,2742.459742,2562.126856,2627.116342,1267.57483,2295.405407 +305908,2747.236241,2575.195696,2626.185605,1269.844974,2297.28076 +305909,2751.958442,2561.483008,2625.195548,1272.095646,2299.355226 +305910,2756.937031,2568.923974,2625.727907,1274.327534,2303.050616 +305911,2760.928167,2567.030581,2623.658024,1276.490969,2303.613683 +305912,2765.429772,2565.917975,2622.193873,1278.627129,2304.893978 +305913,2770.167805,2564.736154,2620.901181,1280.739157,2306.595082 +305914,2774.420837,2564.078797,2619.685714,1282.828961,2308.169478 +305915,2786.498021,2562.323998,2618.627624,1284.897707,2309.925762 +305916,2772.881372,2561.760943,2617.436463,1287.026799,2311.514364 +305917,2797.518737,2560.083943,2616.207777,1288.933931,2313.051422 +305918,2790.306847,2558.956551,2615.110712,1290.998693,2314.740631 +305919,2795.931775,2557.745369,2615.527635,1292.974362,2318.264941 +305920,2800.183116,2555.468531,2613.201193,1294.939576,2318.422841 +305921,2804.658775,2553.825791,2611.479993,1296.891895,2319.289161 +305922,2808.572958,2552.200434,2609.995536,1298.824154,2320.410133 +305923,2812.552339,2543.4873,2608.497247,1300.739399,2321.479001 +305924,2816.996951,2556.440532,2608.782704,1302.638603,2324.930953 +305925,2820.295469,2537.175264,2606.473605,1304.517108,2324.966058 +305926,2824.205956,2544.782093,2604.624577,1306.382422,2325.538029 +305927,2836.577597,2541.684983,2604.879902,1308.230389,2328.666434 +305928,2822.439302,2537.924907,2602.53946,1310.058787,2328.571442 +305929,2844.838439,2535.967388,2600.746916,1311.874463,2329.117997 +305930,2839.430953,2533.59847,2599.372887,1313.672408,2330.139674 +305931,2843.35632,2530.968973,2598.0502,1315.454736,2331.18825 +305932,2847.756391,2528.393234,2596.696747,1317.138259,2332.166894 +305933,2851.519575,2525.468709,2595.398216,1319.013215,2333.181667 +305934,2855.149061,2522.708984,2594.133635,1322.244652,2334.205338 +305935,2866.879154,2519.749371,2593.02633,1321.10687,2335.388686 +305936,2853.290149,2516.8223,2591.782871,1329.180807,2336.368559 +305937,2873.954621,2513.645933,2590.484462,1318.325666,2337.242035 +305938,2869.98949,2503.431754,2589.23651,1345.719075,2338.135317 +305939,2872.530637,2516.022427,2588.059258,1306.945712,2339.072383 +305940,2876.794568,2494.120833,2586.835559,1341.021618,2339.907351 +305941,2764.637905,2453.534169,2582.396877,1277.007237,2336.588184 +305942,2771.381689,2439.126765,2569.572243,1279.779792,2321.210939 +305943,2763.390003,2436.946991,2554.833026,1280.559815,2302.041003 +305944,2768.528383,2433.060709,2542.835384,1281.627629,2285.884202 +305945,2772.010679,2428.601648,2534.318741,1282.672887,2273.644098 +305946,2773.604997,2424.313133,2528.475484,1283.76424,2264.99946 +305947,2776.54953,2419.920166,2524.288478,1284.875621,2258.405703 +305948,2778.980781,2415.670519,2521.21562,1285.998405,2253.420197 +305949,2788.668026,2411.175826,2518.582049,1287.045,2249.339913 +305950,2775.082834,2406.691612,2516.307504,1288.300194,2246.332009 +305951,2794.837729,2394.768321,2514.12617,1289.376266,2243.284222 +305952,2788.985123,2407.216656,2512.411538,1290.523824,2240.968411 +305953,2791.14938,2381.827019,2510.759872,1291.65888,2238.878719 +305954,2794.778839,2390.837024,2509.011938,1292.792608,2236.832008 +305955,2797.944902,2382.153623,2507.466364,1293.924946,2235.120159 +305956,2799.846922,2377.361509,2506.027454,1295.203314,2233.625864 +305957,2801.97708,2372.678215,2504.603345,1297.785538,2232.241163 +305958,2812.104709,2367.798491,2503.401267,1295.474814,2231.371 +305959,2799.004166,2362.730322,2502.137251,1304.404041,2230.213327 +305960,2817.389072,2357.666897,2500.859234,1291.235432,2229.18665 +305961,2812.790726,2352.696872,2499.772084,1318.562942,2228.187727 +305962,2814.344216,2347.330997,2498.655847,1280.465349,2227.542917 +305963,2817.290851,2342.113568,2497.476882,1312.650792,2226.764654 +305964,2820.221845,2336.885641,2496.309586,1313.749065,2226.027292 +305965,2829.546423,2331.500423,2495.374003,1287.548086,2225.819134 +305966,2817.854012,2326.130974,2494.374878,1314.761365,2225.357394 +305967,2833.183534,2320.681179,2493.235671,1322.628574,2224.743579 +305968,2830.952864,2315.374217,2492.303421,1282.902405,2224.377713 +305969,2831.884857,2309.577436,2491.378289,1321.867607,2224.239336 +305970,2842.85032,2304.153337,2492.112203,1327.862829,2225.9216 +305971,2831.506933,2298.263132,2491.819668,1282.033089,2226.383233 +305972,2845.047707,2292.374412,2491.048759,1326.878042,2226.29282 +305973,2842.099236,2286.354509,2488.495511,1310.437737,2224.066801 +305974,2842.642224,2280.469038,2486.78844,1314.608946,2222.851819 +305975,2850.798695,2274.507454,2485.50547,1315.465106,2222.136638 +305976,2849.563814,2268.281428,2484.512131,1316.485312,2221.770589 +305977,2851.389221,2262.173037,2485.180918,1317.427899,2223.423046 +305978,2850.382384,2255.940014,2483.103289,1318.366026,2221.788914 +305979,2851.302727,2249.703871,2481.522673,1319.308088,2220.758634 +305980,2854.984743,2243.427048,2481.83208,1320.24227,2222.229594 +305981,2854.171809,2229.238807,2479.558505,1321.163758,2220.337438 +305982,2852.721545,2241.580634,2477.914327,1322.088918,2219.203972 +305983,2851.579893,2211.348728,2476.364712,1323.004356,2218.17007 +305984,2850.528903,2221.911547,2474.742833,1323.915876,2216.833195 +305985,2849.751149,2209.424826,2473.181145,1324.822891,2215.77602 +305986,2849.131805,2203.774689,2471.636467,1325.639466,2214.73798 +305987,2848.582825,2197.307371,2470.079813,1326.665817,2213.681383 +305988,2848.116509,2190.684241,2468.538138,1327.583987,2212.637213 +305989,2847.709109,2184.175603,2467.008837,1328.360666,2211.602039 +305990,2847.345421,2177.326938,2465.49077,1329.308319,2210.574698 +305991,2847.018818,2170.658182,2463.985862,1330.178864,2209.557661 +305992,2846.72779,2163.974689,2462.497822,1331.058255,2208.555376 +305993,2846.467444,2157.150522,2461.02722,1331.934875,2207.568461 +305994,2846.231873,2150.383861,2459.573122,1332.808347,2206.595545 +305995,2846.018127,2143.588327,2458.135841,1333.678902,2205.63672 +305996,2845.822079,2136.871463,2456.714431,1334.546632,2204.69056 +305997,2845.637716,2129.79875,2455.306267,1335.411734,2203.753465 +305998,2845.465415,2123.001436,2453.912487,1336.274291,2202.826381 +305999,2845.308926,2116.118817,2452.536199,1337.134505,2201.912673 +306000,2845.167156,2109.179703,2451.177269,1338.080317,2201.011804 +306001,2844.336394,1985.840641,2449.13496,1229.710159,2198.851775 +306002,2828.423743,1985.662153,2436.608613,1228.107056,2181.221568 +306003,2601.089676,1957.48152,2415.11067,1227.222282,2149.651206 +306004,2659.019834,1970.603046,2390.334938,1226.60988,2113.067609 +306005,2679.331314,1975.288474,2371.195225,1226.38102,2083.283798 +306006,2653.645072,1913.699236,2358.602936,1226.081244,2061.683087 +306007,2669.186093,1953.873504,2349.695108,1225.935098,2044.976694 +306008,2650.241673,1926.859155,2342.880677,1225.83411,2031.337228 +306009,2669.325958,1922.057218,2337.583684,1225.776949,2019.884621 +306010,2652.441463,1914.03818,2333.317198,1225.755702,2010.437729 +306011,2668.504037,1906.248695,2329.771395,1225.764999,2002.373321 +306012,2660.577806,1898.24668,2326.857112,1225.801166,1995.533655 +306013,2660.788804,1913.898419,2324.160949,1225.861454,1989.362411 +306014,2662.513097,1848.786177,2321.702578,1225.943909,1983.837203 +306015,2662.967157,1914.942233,2319.489668,1226.046861,1978.924337 +306016,2663.318237,1828.756127,2317.442832,1226.169407,1974.486192 +306017,2663.906945,1875.508946,2315.537898,1226.310599,1970.459177 +306018,2664.617892,1847.664729,2313.679667,1226.4698,1966.693717 +306019,2665.219653,1843.509717,2311.891456,1226.64649,1963.190535 +306020,2665.946515,1835.853559,2310.187177,1226.840036,1959.941572 +306021,2666.702797,1828.091886,2308.546914,1227.050016,1956.900768 +306022,2667.48803,1820.636735,2306.966196,1227.276021,1954.044039 +306023,2668.309904,1812.97835,2305.439631,1227.517777,1951.349004 +306024,2669.167869,1805.565884,2303.961223,1227.774955,1948.793763 +306025,2670.048781,1817.497861,2302.49417,1228.130861,1946.321295 +306026,2670.994201,1762.229328,2301.118725,1228.294672,1944.01945 +306027,2671.953392,1814.348562,2299.788052,1228.65532,1941.821493 +306028,2672.672019,1747.196739,2298.492252,1228.959311,1939.70811 +306029,2681.172308,1780.449768,2297.43165,1229.289752,1937.919054 +306030,2667.068447,1758.231444,2296.238152,1229.634363,1935.997167 +306031,2683.466256,1753.564842,2294.981549,1229.898682,1934.021571 +306032,2670.456381,1746.194938,2293.761057,1230.156163,1932.120776 +306033,2684.888099,1738.888512,2292.591207,1230.416749,1930.3171 +306034,2679.346339,1731.611407,2291.570699,1230.682944,1928.73115 +306035,2680.450279,1724.382845,2292.160558,1230.956852,1929.163949 +306036,2680.905568,1717.194729,2289.998235,1231.233738,1926.245458 +306037,2682.468074,1710.064833,2288.420446,1231.522388,1924.061623 +306038,2683.633535,1702.983409,2287.087328,1231.816103,1922.382604 +306039,2684.662741,1695.846057,2285.889278,1232.204009,1920.65757 +306040,2685.776823,1689.02886,2284.765585,1232.914073,1919.025445 +306041,2686.957854,1682.0457,2283.692458,1232.355684,1917.463831 +306042,2688.153807,1675.209902,2282.654821,1234.611721,1915.955107 +306043,2696.453981,1668.4231,2281.821367,1230.966378,1914.705693 +306044,2683.410172,1661.591127,2280.885002,1239.548556,1913.338009 +306045,2698.274239,1655.192912,2279.874817,1226.911661,1911.884534 +306046,2694.590372,1648.380946,2279.057227,1246.240649,1910.670574 +306047,2694.280702,1641.950942,2278.211414,1221.485254,1909.420769 +306048,2695.76147,1635.568926,2277.240045,1254.238744,1908.017467 +306049,2697.37424,1629.024141,2276.295716,1214.886547,1906.64418 +306050,2698.650482,1648.186535,2275.337969,1263.588993,1905.249443 +306051,2699.919927,1580.397776,2274.488174,1207.073457,1903.982522 +306052,2708.418209,1627.811113,2273.906496,1249.688976,1903.04183 +306053,2696.488938,1600.721794,2273.134651,1239.629437,1901.865341 +306054,2709.270645,1598.437006,2272.247828,1229.850402,1900.545231 +306055,2707.385037,1592.598933,2271.540063,1255.226375,1899.43716 +306056,2707.040597,1586.805975,2270.849162,1216.729602,1898.34553 +306057,2708.025785,1581.099429,2270.05953,1248.836655,1897.125951 +306058,2709.460992,1575.482058,2269.204263,1246.53979,1895.81895 +306059,2717.899024,1569.958257,2268.573961,1225.1316,1894.780582 +306060,2707.949006,1564.52931,2267.945745,1246.973673,1893.738296 +306061,2725.616834,1666.624485,2266.998546,1345.579235,1892.29699 +306062,2739.03651,1663.380172,2276.199314,1349.558802,1906.427367 +306063,2758.510004,1660.074415,2289.981018,1351.425205,1928.477001 +306064,2776.099266,1656.282299,2302.736163,1353.072628,1949.878176 +306065,2788.974232,1652.556634,2312.382239,1354.596431,1967.692045 +306066,2797.562203,1648.829277,2319.085035,1356.040398,1981.247452 +306067,2803.228415,1645.144981,2323.679267,1361.91758,1992.262265 +306068,2807.173784,1641.523737,2327.121902,1352.595501,2000.986519 +306069,2810.067409,1637.525608,2329.457158,1382.421532,2008.39262 +306070,2812.387662,1634.349599,2331.21494,1331.897529,2014.435139 +306071,2814.333033,1631.331851,2332.558195,1376.98227,2019.527198 +306072,2815.910635,1628.380647,2333.52409,1362.221331,2023.748148 +306073,2817.245838,1625.51999,2334.217592,1366.815578,2027.259616 +306074,2818.442259,1622.691409,2334.726531,1368.983573,2030.207612 +306075,2819.525036,1619.939156,2335.084468,1371.252988,2032.665416 +306076,2820.532418,1617.211973,2335.330148,1373.428179,2034.713247 +306077,2821.477735,1614.555657,2335.484514,1375.585391,2036.620535 +306078,2822.379394,1612.888879,2335.570142,1377.935109,2038.014586 +306079,2823.236715,1611.347023,2335.594127,1380.339771,2039.135591 +306080,2824.064564,1609.615419,2335.57302,1382.794384,2040.032244 +306081,2824.866714,1607.988329,2335.513693,1385.309799,2040.732808 +306082,2825.64707,1606.372004,2335.423603,1387.887708,2041.265076 +306083,2826.406509,1604.778659,2335.306747,1390.62096,2041.649072 +306084,2827.1406,1603.20777,2335.163151,1395.71808,2041.8983 +306085,2827.855369,1601.658864,2334.998582,1396.092301,2042.031284 +306086,2828.54332,1600.131014,2334.809983,1406.427103,2042.054622 +306087,2829.251759,1598.623957,2334.62904,1387.93712,2042.016947 +306088,2829.960803,1597.136734,2334.44402,1410.83338,2041.911171 +306089,2830.617676,1595.669306,2334.22308,1406.532656,2041.705997 +306090,2831.248783,1594.221027,2333.983023,1410.498738,2041.427346 +306091,2831.871329,1592.767059,2333.735465,1413.769819,2041.095374 +306092,2832.474661,1591.326371,2333.473943,1417.00518,2040.710059 +306093,2833.048271,1589.901458,2333.19163,1423.334306,2040.268585 +306094,2833.60499,1588.492502,2332.897707,1421.990599,2039.787635 +306095,2834.121931,1586.99292,2332.57731,1440.551199,2039.250696 +306096,2834.672547,1585.773842,2332.277153,1407.419621,2038.717331 +306097,2835.197187,1584.338173,2331.960598,1460.149292,2038.145496 +306098,2835.692577,1583.009335,2331.624514,1413.331688,2037.53084 +306099,2836.206127,1581.681294,2331.300377,1448.680323,2036.915689 +306100,2836.66757,1580.368475,2330.942687,1442.943026,2036.244208 +306101,2837.097384,1579.071727,2330.563362,1447.29651,2035.532178 +306102,2837.501546,1577.790575,2330.164989,1462.134337,2034.783994 +306103,2837.932417,1576.525253,2329.779354,1439.166355,2034.039245 +306104,2838.440982,1575.275305,2329.439546,1481.727681,2033.341599 +306105,2839.27004,1574.041046,2329.114789,1438.626283,2032.652558 +306106,2839.976924,1572.822222,2328.908085,1492.468272,2032.10192 +306107,2840.668171,1571.618876,2328.695585,1461.152672,2031.538253 +306108,2841.072135,1570.430584,2328.280708,1478.14838,2030.691081 +306109,2841.310778,1569.258013,2327.708217,1479.832849,2029.569613 +306110,2841.521342,1568.100851,2327.065077,1484.019152,2028.282845 +306111,2841.74874,1566.959285,2326.396888,1488.026984,2026.913519 +306112,2842.00033,1565.832849,2325.719144,1492.411044,2025.496537 +306113,2842.261333,1564.72181,2325.025722,1496.649228,2024.034407 +306114,2842.509099,1563.625765,2324.312021,1501.000423,2022.529542 +306115,2842.735156,1562.544935,2323.576245,1505.269064,2020.984067 +306116,2842.948699,1561.47895,2322.820809,1509.878809,2019.403784 +306117,2843.150387,1560.428038,2322.052788,1514.330108,2017.80275 +306118,2843.341075,1559.39173,2321.269077,1518.847592,2016.17674 +306119,2843.523024,1558.370337,2320.476534,1523.51826,2014.537314 +306120,2843.70709,1557.36337,2319.678381,1528.011913,2012.888583 +306121,2844.851527,1579.313461,2319.667756,1560.788462,2012.498901 +306122,2852.476583,1579.460464,2324.724517,1559.503106,2020.678361 +306123,2859.63975,1579.396783,2328.555813,1568.321286,2026.442614 +306124,2863.635086,1579.158173,2329.721649,1573.310478,2027.625364 +306125,2866.878973,1578.853856,2330.937428,1578.885894,2029.495629 +306126,2869.320977,1578.493398,2331.790252,1584.380378,2030.945744 +306127,2871.16478,1578.107444,2332.31544,1589.924322,2031.928823 +306128,2872.635991,1577.705947,2332.614942,1595.340059,2032.554457 +306129,2873.883217,1577.296642,2332.762512,1601.12945,2032.909144 +306130,2874.99658,1576.883288,2332.811136,1606.620079,2033.065069 +306131,2876.022646,1576.468797,2332.789245,1612.362441,2033.062228 +306132,2876.999095,1576.054398,2332.72263,1617.866762,2032.940049 +306133,2877.955352,1575.641692,2332.632024,1623.792649,2032.731528 +306134,2878.90702,1575.230882,2332.529063,1629.469815,2032.457674 +306135,2880.00041,1574.823705,2332.511005,1640.323604,2032.24957 +306136,2881.115409,1574.419083,2332.503903,1639.182778,2032.021286 +306137,2890.164175,1574.024062,2340.244576,1647.85474,2045.665836 +306138,2895.096914,1573.597548,2343.104715,1653.538606,2049.645557 +306139,2893.382263,1573.210168,2339.888088,1658.884112,2043.086901 +306140,2892.779637,1572.83513,2338.229236,1665.164858,2040.023445 +306141,2892.473323,1572.44586,2337.13382,1670.910093,2037.896226 +306142,2892.680646,1572.065987,2336.41788,1682.089712,2036.310194 +306143,2893.163675,1571.689635,2335.898773,1681.601988,2035.013426 +306144,2893.663869,1571.317275,2335.401904,1689.189857,2033.778587 +306145,2894.279617,1571.059706,2334.987131,1695.670037,2032.67368 +306146,2895.072849,1570.534367,2334.697216,1702.293437,2031.753594 +306147,2896.10271,1570.253378,2334.568813,1712.229416,2031.05868 +306148,2897.231651,1569.883336,2334.517669,1712.661857,2030.48596 +306149,2898.288385,1569.533316,2334.430984,1720.041961,2029.887013 +306150,2899.544744,1569.188805,2334.481493,1730.97712,2029.47557 +306151,2900.952954,1568.863499,2334.639768,1732.101415,2029.215357 +306152,2902.392773,1568.545688,2334.83031,1742.441538,2029.008911 +306153,2904.012405,1568.2344,2335.147937,1749.340001,2028.971274 +306154,2905.59336,1567.928357,2335.453158,1750.475445,2028.926391 +306155,2907.0049,1567.628002,2335.65848,1758.361297,2028.759077 +306156,2908.293699,1567.332989,2335.788509,1760.665222,2028.49444 +306157,2909.553191,1567.04319,2335.720196,1762.154942,2027.971873 +306158,2910.020105,1566.758402,2335.331693,1762.429152,2027.028779 +306159,2909.979719,1566.479241,2334.596359,1763.105364,2025.619456 +306160,2909.518339,1566.205386,2333.555842,1764.166796,2023.790798 +306161,2908.728837,1565.937279,2332.26028,1765.514661,2021.599366 +306162,2907.685588,1565.674661,2330.755722,1767.044847,2019.103122 +306163,2906.441353,1565.417929,2329.077764,1768.682605,2016.349653 +306164,2905.032696,1565.166715,2327.252762,1770.383771,2013.376039 +306165,2903.486462,1564.921397,2325.301491,1772.124712,2010.213351 +306166,2901.824418,1564.681585,2323.242104,1773.893115,2006.890493 +306167,2900.058579,1564.338104,2321.084203,1775.67952,2003.422106 +306168,2898.204857,1564.272801,2318.842581,1777.480087,1999.833591 +306169,2896.267384,1563.972379,2316.521186,1779.288175,1996.131569 +306170,2894.253906,1563.881069,2314.12757,1781.101193,1992.32918 +306171,2892.175681,1563.505078,2311.67265,1782.920044,1988.445456 +306172,2890.03099,1563.37759,2309.154557,1784.740833,1984.476356 +306173,2887.831704,1563.160023,2306.585171,1786.566592,1980.442931 +306174,2885.574755,1562.964642,2303.961411,1788.394143,1976.338956 +306175,2883.271946,1562.77486,2301.294891,1790.227528,1972.184736 +306176,2880.920485,1562.590421,2298.58271,1792.064376,1967.9742 +306177,2878.228671,1562.411755,2295.831159,1793.921057,1963.71695 +306178,2898.191457,1562.252621,2315.168734,1806.149474,1999.386195 +306179,2905.644582,1562.009089,2319.1004,1814.340112,2004.411406 +306180,2894.351346,1561.864351,2306.040711,1813.185079,1979.920684 +306181,2887.604447,1528.594576,2299.734567,1812.677535,1969.816597 +306182,2878.195043,1527.992416,2291.761854,1810.535407,1957.587521 +306183,2867.394014,1527.594315,2282.938771,1808.136501,1943.912627 +306184,2858.090743,1527.180254,2274.854946,1806.891087,1931.031988 +306185,2850.778251,1526.788629,2268.108194,1807.105399,1919.896407 +306186,2845.196582,1526.405396,2262.580457,1808.417164,1910.465308 +306187,2840.824727,1526.029189,2257.944935,1810.359543,1902.374854 +306188,2837.22987,1525.658802,2253.925256,1812.61414,1895.292459 +306189,2834.151124,1525.404852,2250.338892,1815.023454,1888.982279 +306190,2831.431977,1524.877275,2247.07515,1817.528623,1883.288967 +306191,2828.991959,1524.487742,2244.064389,1820.112162,1878.105893 +306192,2826.772571,1524.288212,2241.059629,1822.766791,1873.351576 +306193,2824.718987,1523.858325,2238.426104,1825.48367,1868.955233 +306194,2822.799332,1523.529995,2235.924917,1828.252774,1864.855778 +306195,2820.983019,1523.188713,2233.523061,1831.065576,1861.000902 +306196,2819.248993,1522.849673,2231.20044,1833.917894,1857.353798 +306197,2817.576236,1522.513489,2228.937978,1836.804185,1853.875142 +306198,2815.947566,1524.352479,2226.721136,1839.718547,1850.533607 +306199,2814.363962,1521.271095,2224.548446,1842.665261,1847.108827 +306200,2812.806154,1528.214235,2222.403471,1845.63482,1843.996368 +306201,2811.302722,1509.856236,2220.302831,1848.648717,1840.993418 +306202,2809.832915,1526.346168,2218.231334,1851.693739,1838.069202 +306203,2808.353278,1519.422862,2216.160592,1854.739875,1835.181492 +306204,2806.881559,1520.151091,2214.099729,1857.801066,1832.334783 +306205,2805.424672,1519.920735,2212.051671,1861.079074,1829.52799 +306206,2803.97497,1519.604596,2210.010598,1864.154482,1826.750239 +306207,2802.534743,1519.29511,2207.977521,1867.240847,1824.00011 +306208,2801.105907,1518.870496,2205.953555,1870.349225,1821.277026 +306209,2799.684261,1518.739581,2203.934786,1873.479717,1818.572609 +306210,2798.276637,1515.012103,2201.92596,1876.634609,1815.892063 +306211,2796.779171,1513.966137,2199.547664,1880.138491,1813.234558 +306212,2795.204333,1513.151508,2196.918498,1883.796974,1810.590704 +306213,2793.586964,1512.50786,2194.228529,1887.392416,1807.960987 +306214,2791.953913,1511.596586,2191.579305,1890.840026,1805.342209 +306215,2790.324851,1510.957813,2188.997107,1894.152512,1802.73462 +306216,2788.695499,1510.223796,2186.473528,1897.373257,1800.138496 +306217,2822.142938,1509.432253,2219.360694,1916.293273,1862.148444 +306218,2832.322349,1508.694685,2224.681262,1927.493071,1869.646693 +306219,2813.366764,1507.965214,2202.863986,1924.083315,1829.587459 +306220,2803.878107,1507.480436,2194.027221,1922.690372,1816.364162 +306221,2798.527012,1506.554214,2188.858788,1923.639694,1809.212214 +306222,2794.690023,1505.923588,2184.850782,1925.610737,1803.837059 +306223,2791.412793,1505.186809,2181.243272,1927.947637,1799.106572 +306224,2788.34085,1504.464438,2177.784918,1930.360049,1794.666427 +306225,2818.701037,1503.778607,2207.790612,1947.875505,1851.161478 +306226,2827.497435,1502.871171,2212.338385,1958.127989,1857.511316 +306227,2808.918792,1502.188097,2191.421279,1954.568997,1819.357899 +306228,2798.963686,1501.559454,2182.293082,1952.833983,1805.612615 +306229,2828.302495,1500.832117,2212.308381,1969.377283,1862.828391 +306230,2875.352552,1499.811891,2255.6446,1996.75196,1939.943581 +306231,2866.816152,1522.695325,2240.297403,2000.871563,1907.223695 +306232,2834.159774,1463.74983,2206.630246,1990.114206,1846.671064 +306233,2817.704887,1514.345771,2192.573251,1984.594339,1824.898878 +306234,2839.416878,1493.405316,2215.583474,1997.36589,1869.444545 +306235,2843.712588,1496.145748,2216.883831,2005.153596,1870.443488 +306236,2823.143007,1495.163752,2194.84718,2000.487296,1830.644781 +306237,2810.696195,1494.752482,2183.791549,1997.488628,1813.664614 +306238,2836.778651,1493.879646,2211.05196,2012.123966,1866.21713 +306239,2841.484657,1492.932942,2212.340719,2020.246605,1867.126293 +306240,2818.145973,1492.209151,2187.300631,2014.150576,1821.902903 +306241,2805.89197,1425.32317,2176.553447,2010.927254,1805.794341 +306242,2788.548959,1423.725309,2162.552594,2004.441025,1785.491031 +306243,2769.128456,1422.487358,2146.868019,1997.294166,1762.30874 +306244,2751.815563,1421.382696,2132.699913,1992.122238,1740.752727 +306245,2738.791766,1420.01109,2121.252027,1990.040534,1722.724732 +306246,2729.282463,1418.907448,2112.28721,1990.13189,1708.140514 +306247,2722.22235,1417.706945,2105.146808,1991.446936,1696.269468 +306248,2716.736592,1416.526385,2099.264305,1993.334109,1686.4276 +306249,2748.641373,1415.269102,2130.772967,2012.10398,1744.652597 +306250,2756.983943,1414.041343,2134.45484,2022.489023,1748.124561 +306251,2773.812521,1412.888836,2149.008563,2034.972202,1773.684353 +306252,2775.388194,1411.629129,2147.086149,2041.385485,1767.939382 +306253,2750.013816,1410.472021,2119.808785,2034.571059,1717.52502 +306254,2737.191882,1409.406665,2108.425222,2031.25921,1699.234634 +306255,2729.749538,1408.166234,2101.693673,2030.898145,1688.782039 +306256,2724.373474,1406.979771,2096.555087,2031.417273,1680.998478 +306257,2719.875124,1405.775362,2092.08287,2032.964747,1674.477815 +306258,2715.826109,1404.571652,2087.972434,2034.707722,1668.755697 +306259,2712.109735,1403.365959,2084.143287,2036.309629,1663.472271 +306260,2708.70734,1402.279579,2080.578126,2038.225577,1658.990261 +306261,2745.180306,1400.803085,2117.299915,2057.712999,1728.296769 +306262,2754.810119,1399.621672,2122.272624,2068.28747,1735.248991 +306263,2769.967559,1398.416125,2135.217618,2079.563754,1758.853707 +306264,2809.262982,1397.143136,2171.470385,2102.391994,1823.807803 +306265,2837.225611,1395.691904,2193.765539,2122.187482,1860.552876 +306266,2818.448292,1394.577954,2169.746499,2120.025562,1813.46412 +306267,2780.600947,1393.381526,2132.326846,2105.872855,1746.96606 +306268,2761.353482,1392.345937,2116.729797,2098.615233,1722.883102 +306269,2750.268879,1390.89197,2107.599869,2096.092991,1709.347726 +306270,2742.161184,1389.716086,2100.622534,2095.457549,1699.271914 +306271,2768.014239,1388.787592,2127.22807,2110.326493,1750.231789 +306272,2773.370731,1387.615352,2129.417296,2118.271217,1753.098668 +306273,2786.822041,1387.017844,2141.724624,2128.264915,1776.301968 +306274,2786.325097,1386.03439,2138.927753,2132.58553,1770.694273 +306275,2761.273829,1385.275866,2113.064361,2124.937575,1724.376917 +306276,2778.575491,1384.622416,2132.476937,2134.390338,1763.08193 +306277,2780.920273,1383.65895,2132.636188,2140.056083,1762.495444 +306278,2792.70714,1382.989842,2143.753861,2148.934801,1783.3059 +306279,2791.502155,1382.168123,2140.617966,2152.726222,1776.871439 +306280,2766.705932,1381.465347,2115.324648,2144.779227,1731.44184 +306281,2752.282898,1380.858544,2103.280323,2139.602301,1712.840296 +306282,2776.401125,1380.15701,2129.27816,2152.345172,1762.954877 +306283,2814.829185,1379.219027,2164.917031,2174.768227,1826.111666 +306284,2804.38679,1378.711162,2149.145181,2176.233672,1793.556084 +306285,2805.597037,1377.976706,2150.765429,2179.249134,1797.762882 +306286,2800.142708,1377.328546,2144.694898,2180.031814,1786.723243 +306287,2774.461109,1376.582291,2119.308878,2171.095997,1741.354232 +306288,2758.907715,1376.319371,2106.803595,2165.280137,1721.825541 +306289,2779.867806,1375.354462,2129.283964,2176.803623,1764.81922 +306290,2817.346731,1374.986706,2165.173792,2197.865845,1829.319106 +306291,2808.799281,1374.019491,2151.668972,2199.818683,1801.000084 +306292,2777.476504,1373.646186,2120.629801,2187.978623,1745.493762 +306293,2759.5424,1373.032209,2106.333724,2180.300435,1723.256959 +306294,2748.070759,1372.702818,2097.23704,2176.23806,1709.546762 +306295,2770.146372,1371.837077,2120.928561,2187.962842,1754.901926 +306296,2773.912299,1371.381514,2122.43094,2193.915126,1756.272796 +306297,2752.995932,1370.918728,2100.925683,2187.272915,1717.494252 +306298,2740.077476,1370.334398,2090.250652,2182.195827,1701.122637 +306299,2730.989649,1369.872991,2082.947702,2179.190435,1690.420723 +306300,2723.674456,1369.359347,2077.021289,2177.268762,1681.916458 +306301,2038.055155,1369.015427,1099.297193,1792.13991,2413.868926 +306302,2141.050936,1508.702411,1154.210045,1882.374113,2487.245348 +306303,2269.245893,1490.435215,1224.899555,1991.074326,2568.364231 +306304,2383.763616,1512.531591,1290.680474,2081.764758,2636.095034 +306305,2474.060709,1522.429939,1345.325787,2145.823791,2688.255533 +306306,2540.963797,1482.7882,1388.612893,2186.952388,2726.166225 +306307,2580.41275,1521.029085,1418.123693,2205.179406,2742.726962 +306308,2599.037069,1502.925335,1436.766345,2208.241769,2742.400384 +306309,2608.76651,1505.567097,1450.146092,2206.751603,2736.500319 +306310,2614.748812,1505.463223,1460.669103,2204.885076,2729.320404 +306311,2619.123289,1505.594341,1469.413193,2203.930813,2722.390389 +306312,2622.71373,1505.660476,1476.89332,2203.969256,2716.171005 +306313,2625.811408,1505.75063,1483.384147,2204.724253,2710.724521 +306314,2628.530857,1505.84429,1489.062717,2205.922973,2705.992838 +306315,2630.937426,1505.918268,1494.062067,2207.382835,2701.893014 +306316,2633.080265,1506.015889,1498.488627,2208.995591,2698.343251 +306317,2635.003318,1506.121915,1502.43211,2210.847949,2695.273421 +306318,2636.743106,1506.232346,1505.967451,2212.551681,2692.62268 +306319,2638.328255,1506.34884,1509.156699,2214.402737,2690.337624 +306320,2639.7811,1506.469758,1512.05132,2216.193019,2688.37167 +306321,2641.119188,1506.596614,1514.694097,2217.510069,2686.684238 +306322,2642.356766,1506.727768,1517.120814,2219.320215,2685.240294 +306323,2643.505463,1506.864442,1519.361431,2221.234978,2684.0095 +306324,2644.574927,1507.004984,1521.441113,2222.939512,2682.965655 +306325,2645.573071,1507.150389,1523.380966,2224.825222,2682.085952 +306326,2646.506542,1507.299024,1525.19878,2226.492572,2681.350656 +306327,2647.380823,1507.451726,1526.90952,2228.122574,2680.742526 +306328,2648.200574,1507.606898,1528.525852,2229.721955,2680.246609 +306329,2648.969685,1507.76528,1530.058474,2231.292671,2679.849796 +306330,2649.964575,1507.925319,1531.516497,2233.031148,2679.540708 +306331,2650.631795,1507.571218,1532.907637,2234.546935,2679.309293 +306332,2651.205767,1507.091067,1534.216983,2235.849342,2679.146712 +306333,2651.663739,1506.575294,1535.433588,2236.843589,2679.042404 +306334,2652.006339,1506.02526,1536.558577,2237.532383,2678.990151 +306335,2652.244845,1505.444528,1537.599134,2237.962842,2678.985145 +306336,2652.39184,1504.835939,1538.563482,2238.184554,2679.022756 +306337,2652.457784,1504.106846,1539.458853,2238.233723,2679.098426 +306338,2652.450763,1503.590462,1540.291218,2238.133106,2679.207885 +306339,2652.37736,1502.838325,1541.065542,2237.896704,2679.347211 +306340,2652.243089,1502.15006,1541.786074,2237.533847,2679.512867 +306341,2652.052636,1501.424946,1542.45652,2237.051465,2679.701637 +306342,2651.810069,1500.678868,1543.080147,2236.45509,2679.910612 +306343,2651.518889,1499.912841,1543.659843,2235.749233,2680.137127 +306344,2651.182134,1499.127187,1544.198171,2234.937604,2680.37876 +306345,2650.802433,1498.322711,1544.697408,2234.023264,2680.633279 +306346,2650.382101,1497.499676,1545.159591,2233.008789,2680.898655 +306347,2649.923165,1496.658815,1545.58654,2231.712577,2681.173008 +306348,2649.154107,1495.800325,1545.979901,2230.529982,2681.454624 +306349,2648.632748,1494.924884,1546.341167,2229.257832,2681.741937 +306350,2648.08244,1494.032637,1546.67171,2227.890688,2682.033539 +306351,2647.499366,1493.124218,1546.972769,2226.427816,2682.328106 +306352,2646.882602,1490.47062,1547.245473,2224.871293,2682.624406 +306353,2645.909124,1489.162481,1547.417252,2222.047787,2682.923403 +306354,2644.705862,1488.014729,1547.511797,2218.682481,2683.220118 +306355,2643.444897,1486.899802,1547.567043,2215.700126,2683.513341 +306356,2642.22078,1485.792281,1547.604778,2212.458496,2683.803119 +306357,2641.075592,1484.682814,1547.631949,2209.593292,2684.089336 +306358,2640.012412,1483.566933,1547.64858,2206.620851,2684.371514 +306359,2639.0173,1482.442898,1547.652997,2203.91407,2684.648913 +306360,2638.073529,1481.309519,1547.643829,2201.232589,2684.920741 +306361,0,0,0,0,0 +306362,0,0,0,0,0 +306363,0,0,0,0,0 +306364,0,0,0,0,0 +306365,0,0,0,0,0 +306366,0,0,0,0,0 +306367,0,0,0,0,0 +306368,0,0,0,0,0 +306369,0,0,0,0,0 +306370,0,0,0,0,0 +306371,0,0,0,0,0 +306372,0,0,0,0,0 +306373,0,0,0,0,0 +306374,0,0,0,0,0 +306375,0,0,0,0,0 +306376,0,0,0,0,0 +306377,0,0,0,0,0 +306378,0,0,0,0,0 +306379,0,0,0,0,0 +306380,0,0,0,0,0 +306381,0,0,0,0,0 +306382,0,0,0,0,0 +306383,0,0,0,0,0 +306384,0,0,0,0,0 +306385,0,0,0,0,0 +306386,0,0,0,0,0 +306387,0,0,0,0,0 +306388,0,0,0,0,0 +306389,0,0,0,0,0 +306390,0,0,0,0,0 +306391,0,0,0,0,0 +306392,0,0,0,0,0 +306393,0,0,0,0,0 +306394,0,0,0,0,0 +306395,0,0,0,0,0 +306396,0,0,0,0,0 +306397,0,0,0,0,0 +306398,0,0,0,0,0 +306399,0,0,0,0,0 +306400,0,0,0,0,0 +306401,0,0,0,0,0 +306402,0,0,0,0,0 +306403,0,0,0,0,0 +306404,0,0,0,0,0 +306405,0,0,0,0,0 +306406,0,0,0,0,0 +306407,0,0,0,0,0 +306408,0,0,0,0,0 +306409,0,0,0,0,0 +306410,0,0,0,0,0 +306411,0,0,0,0,0 +306412,0,0,0,0,0 +306413,0,0,0,0,0 +306414,0,0,0,0,0 +306415,0,0,0,0,0 +306416,0,0,0,0,0 +306417,0,0,0,0,0 +306418,0,0,0,0,0 +306419,0,0,0,0,0 +306420,0,0,0,0,0 +306421,0,0,0,0,0 +306422,0,0,0,0,0 +306423,0,0,0,0,0 +306424,0,0,0,0,0 +306425,0,0,0,0,0 +306426,0,0,0,0,0 +306427,0,0,0,0,0 +306428,0,0,0,0,0 +306429,0,0,0,0,0 +306430,0,0,0,0,0 +306431,0,0,0,0,0 +306432,0,0,0,0,0 +306433,0,0,0,0,0 +306434,0,0,0,0,0 +306435,0,0,0,0,0 +306436,0,0,0,0,0 +306437,0,0,0,0,0 +306438,0,0,0,0,0 +306439,0,0,0,0,0 +306440,0,0,0,0,0 +306441,0,0,0,0,0 +306442,0,0,0,0,0 +306443,0,0,0,0,0 +306444,0,0,0,0,0 +306445,0,0,0,0,0 +306446,0,0,0,0,0 +306447,0,0,0,0,0 +306448,0,0,0,0,0 +306449,0,0,0,0,0 +306450,0,0,0,0,0 +306451,0,0,0,0,0 +306452,0,0,0,0,0 +306453,0,0,0,0,0 +306454,0,0,0,0,0 +306455,0,0,0,0,0 +306456,0,0,0,0,0 +306457,0,0,0,0,0 +306458,0,0,0,0,0 +306459,0,0,0,0,0 +306460,0,0,0,0,0 +306461,0,0,0,0,0 +306462,0,0,0,0,0 +306463,0,0,0,0,0 +306464,0,0,0,0,0 +306465,0,0,0,0,0 +306466,0,0,0,0,0 +306467,0,0,0,0,0 +306468,0,0,0,0,0 +306469,0,0,0,0,0 +306470,0,0,0,0,0 +306471,0,0,0,0,0 +306472,0,0,0,0,0 +306473,0,0,0,0,0 +306474,0,0,0,0,0 +306475,0,0,0,0,0 +306476,0,0,0,0,0 +306477,0,0,0,0,0 +306478,0,0,0,0,0 +306479,0,0,0,0,0 +306480,0,0,0,0,0 +306481,0,0,0,0,0 +306482,0,0,0,0,0 +306483,0,0,0,0,0 +306484,0,0,0,0,0 +306485,0,0,0,0,0 +306486,0,0,0,0,0 +306487,0,0,0,0,0 +306488,0,0,0,0,0 +306489,0,0,0,0,0 +306490,0,0,0,0,0 +306491,0,0,0,0,0 +306492,0,0,0,0,0 +306493,0,0,0,0,0 +306494,0,0,0,0,0 +306495,0,0,0,0,0 +306496,0,0,0,0,0 +306497,0,0,0,0,0 +306498,0,0,0,0,0 +306499,0,0,0,0,0 +306500,0,0,0,0,0 +306501,0,0,0,0,0 +306502,0,0,0,0,0 +306503,0,0,0,0,0 +306504,0,0,0,0,0 +306505,0,0,0,0,0 +306506,0,0,0,0,0 +306507,0,0,0,0,0 +306508,0,0,0,0,0 +306509,0,0,0,0,0 +306510,0,0,0,0,0 +306511,0,0,0,0,0 +306512,0,0,0,0,0 +306513,0,0,0,0,0 +306514,0,0,0,0,0 +306515,0,0,0,0,0 +306516,0,0,0,0,0 +306517,0,0,0,0,0 +306518,0,0,0,0,0 +306519,0,0,0,0,0 +306520,0,0,0,0,0 +306521,0,0,0,0,0 +306522,0,0,0,0,0 +306523,0,0,0,0,0 +306524,0,0,0,0,0 +306525,0,0,0,0,0 +306526,0,0,0,0,0 +306527,0,0,0,0,0 +306528,0,0,0,0,0 +306529,0,0,0,0,0 +306530,0,0,0,0,0 +306531,0,0,0,0,0 +306532,0,0,0,0,0 +306533,0,0,0,0,0 +306534,0,0,0,0,0 +306535,0,0,0,0,0 +306536,0,0,0,0,0 +306537,0,0,0,0,0 +306538,0,0,0,0,0 +306539,0,0,0,0,0 +306540,0,0,0,0,0 +306541,0,0,0,0,0 +306542,0,0,0,0,0 +306543,0,0,0,0,0 +306544,0,0,0,0,0 +306545,0,0,0,0,0 +306546,0,0,0,0,0 +306547,0,0,0,0,0 +306548,0,0,0,0,0 +306549,0,0,0,0,0 +306550,0,0,0,0,0 +306551,0,0,0,0,0 +306552,0,0,0,0,0 +306553,0,0,0,0,0 +306554,0,0,0,0,0 +306555,0,0,0,0,0 +306556,0,0,0,0,0 +306557,0,0,0,0,0 +306558,0,0,0,0,0 +306559,0,0,0,0,0 +306560,0,0,0,0,0 +306561,0,0,0,0,0 +306562,0,0,0,0,0 +306563,0,0,0,0,0 +306564,0,0,0,0,0 +306565,0,0,0,0,0 +306566,0,0,0,0,0 +306567,0,0,0,0,0 +306568,0,0,0,0,0 +306569,0,0,0,0,0 +306570,0,0,0,0,0 +306571,0,0,0,0,0 +306572,0,0,0,0,0 +306573,0,0,0,0,0 +306574,0,0,0,0,0 +306575,0,0,0,0,0 +306576,0,0,0,0,0 +306577,0,0,0,0,0 +306578,0,0,0,0,0 +306579,0,0,0,0,0 +306580,0,0,0,0,0 +306581,0,0,0,0,0 +306582,0,0,0,0,0 +306583,0,0,0,0,0 +306584,0,0,0,0,0 +306585,0,0,0,0,0 +306586,0,0,0,0,0 +306587,0,0,0,0,0 +306588,0,0,0,0,0 +306589,0,0,0,0,0 +306590,0,0,0,0,0 +306591,0,0,0,0,0 +306592,0,0,0,0,0 +306593,0,0,0,0,0 +306594,0,0,0,0,0 +306595,0,0,0,0,0 +306596,0,0,0,0,0 +306597,0,0,0,0,0 +306598,0,0,0,0,0 +306599,0,0,0,0,0 +306600,0,0,0,0,0 +306601,0,0,0,0,0 +306602,0,0,0,0,0 +306603,0,0,0,0,0 +306604,0,0,0,0,0 +306605,0,0,0,0,0 +306606,0,0,0,0,0 +306607,0,0,0,0,0 +306608,0,0,0,0,0 +306609,0,0,0,0,0 +306610,0,0,0,0,0 +306611,0,0,0,0,0 +306612,0,0,0,0,0 +306613,0,0,0,0,0 +306614,0,0,0,0,0 +306615,0,0,0,0,0 +306616,0,0,0,0,0 +306617,0,0,0,0,0 +306618,0,0,0,0,0 +306619,0,0,0,0,0 +306620,0,0,0,0,0 +306621,0,0,0,0,0 +306622,0,0,0,0,0 +306623,0,0,0,0,0 +306624,0,0,0,0,0 +306625,0,0,0,0,0 +306626,0,0,0,0,0 +306627,0,0,0,0,0 +306628,0,0,0,0,0 +306629,0,0,0,0,0 +306630,0,0,0,0,0 +306631,0,0,0,0,0 +306632,0,0,0,0,0 +306633,0,0,0,0,0 +306634,0,0,0,0,0 +306635,0,0,0,0,0 +306636,0,0,0,0,0 +306637,0,0,0,0,0 +306638,0,0,0,0,0 +306639,0,0,0,0,0 +306640,0,0,0,0,0 +306641,0,0,0,0,0 +306642,0,0,0,0,0 +306643,0,0,0,0,0 +306644,0,0,0,0,0 +306645,0,0,0,0,0 +306646,0,0,0,0,0 +306647,0,0,0,0,0 +306648,0,0,0,0,0 +306649,0,0,0,0,0 +306650,0,0,0,0,0 +306651,0,0,0,0,0 +306652,0,0,0,0,0 +306653,0,0,0,0,0 +306654,0,0,0,0,0 +306655,0,0,0,0,0 +306656,0,0,0,0,0 +306657,0,0,0,0,0 +306658,0,0,0,0,0 +306659,0,0,0,0,0 +306660,0,0,0,0,0 +306661,0,0,0,0,0 +306662,0,0,0,0,0 +306663,0,0,0,0,0 +306664,0,0,0,0,0 +306665,0,0,0,0,0 +306666,0,0,0,0,0 +306667,0,0,0,0,0 +306668,0,0,0,0,0 +306669,0,0,0,0,0 +306670,0,0,0,0,0 +306671,0,0,0,0,0 +306672,0,0,0,0,0 +306673,0,0,0,0,0 +306674,0,0,0,0,0 +306675,0,0,0,0,0 +306676,0,0,0,0,0 +306677,0,0,0,0,0 +306678,0,0,0,0,0 +306679,0,0,0,0,0 +306680,0,0,0,0,0 +306681,0,0,0,0,0 +306682,0,0,0,0,0 +306683,0,0,0,0,0 +306684,0,0,0,0,0 +306685,0,0,0,0,0 +306686,0,0,0,0,0 +306687,0,0,0,0,0 +306688,0,0,0,0,0 +306689,0,0,0,0,0 +306690,0,0,0,0,0 +306691,0,0,0,0,0 +306692,0,0,0,0,0 +306693,0,0,0,0,0 +306694,0,0,0,0,0 +306695,0,0,0,0,0 +306696,0,0,0,0,0 +306697,0,0,0,0,0 +306698,0,0,0,0,0 +306699,0,0,0,0,0 +306700,0,0,0,0,0 +306701,0,0,0,0,0 +306702,0,0,0,0,0 +306703,0,0,0,0,0 +306704,0,0,0,0,0 +306705,0,0,0,0,0 +306706,0,0,0,0,0 +306707,0,0,0,0,0 +306708,0,0,0,0,0 +306709,0,0,0,0,0 +306710,0,0,0,0,0 +306711,0,0,0,0,0 +306712,0,0,0,0,0 +306713,0,0,0,0,0 +306714,0,0,0,0,0 +306715,0,0,0,0,0 +306716,0,0,0,0,0 +306717,0,0,0,0,0 +306718,0,0,0,0,0 +306719,0,0,0,0,0 +306720,0,0,0,0,0 +306721,0,0,0,0,0 +306722,0,0,0,0,0 +306723,0,0,0,0,0 +306724,0,0,0,0,0 +306725,0,0,0,0,0 +306726,0,0,0,0,0 +306727,0,0,0,0,0 +306728,0,0,0,0,0 +306729,0,0,0,0,0 +306730,0,0,0,0,0 +306731,0,0,0,0,0 +306732,0,0,0,0,0 +306733,0,0,0,0,0 +306734,0,0,0,0,0 +306735,0,0,0,0,0 +306736,0,0,0,0,0 +306737,0,0,0,0,0 +306738,0,0,0,0,0 +306739,0,0,0,0,0 +306740,0,0,0,0,0 +306741,0,0,0,0,0 +306742,0,0,0,0,0 +306743,0,0,0,0,0 +306744,0,0,0,0,0 +306745,0,0,0,0,0 +306746,0,0,0,0,0 +306747,0,0,0,0,0 +306748,0,0,0,0,0 +306749,0,0,0,0,0 +306750,0,0,0,0,0 +306751,0,0,0,0,0 +306752,0,0,0,0,0 +306753,0,0,0,0,0 +306754,0,0,0,0,0 +306755,0,0,0,0,0 +306756,0,0,0,0,0 +306757,0,0,0,0,0 +306758,0,0,0,0,0 +306759,0,0,0,0,0 +306760,0,0,0,0,0 +306761,0,0,0,0,0 +306762,0,0,0,0,0 +306763,0,0,0,0,0 +306764,0,0,0,0,0 +306765,0,0,0,0,0 +306766,0,0,0,0,0 +306767,0,0,0,0,0 +306768,0,0,0,0,0 +306769,0,0,0,0,0 +306770,0,0,0,0,0 +306771,0,0,0,0,0 +306772,0,0,0,0,0 +306773,0,0,0,0,0 +306774,0,0,0,0,0 +306775,0,0,0,0,0 +306776,0,0,0,0,0 +306777,0,0,0,0,0 +306778,0,0,0,0,0 +306779,0,0,0,0,0 +306780,0,0,0,0,0 +306781,0,0,0,0,0 +306782,0,0,0,0,0 +306783,0,0,0,0,0 +306784,0,0,0,0,0 +306785,0,0,0,0,0 +306786,0,0,0,0,0 +306787,0,0,0,0,0 +306788,0,0,0,0,0 +306789,0,0,0,0,0 +306790,0,0,0,0,0 +306791,0,0,0,0,0 +306792,0,0,0,0,0 +306793,0,0,0,0,0 +306794,0,0,0,0,0 +306795,0,0,0,0,0 +306796,0,0,0,0,0 +306797,0,0,0,0,0 +306798,0,0,0,0,0 +306799,0,0,0,0,0 +306800,0,0,0,0,0 +306801,0,0,0,0,0 +306802,0,0,0,0,0 +306803,0,0,0,0,0 +306804,0,0,0,0,0 +306805,0,0,0,0,0 +306806,0,0,0,0,0 +306807,0,0,0,0,0 +306808,0,0,0,0,0 +306809,0,0,0,0,0 +306810,0,0,0,0,0 +306811,0,0,0,0,0 +306812,0,0,0,0,0 +306813,0,0,0,0,0 +306814,0,0,0,0,0 +306815,0,0,0,0,0 +306816,0,0,0,0,0 +306817,0,0,0,0,0 +306818,0,0,0,0,0 +306819,0,0,0,0,0 +306820,0,0,0,0,0 +306821,0,0,0,0,0 +306822,0,0,0,0,0 +306823,0,0,0,0,0 +306824,0,0,0,0,0 +306825,0,0,0,0,0 +306826,0,0,0,0,0 +306827,0,0,0,0,0 +306828,0,0,0,0,0 +306829,0,0,0,0,0 +306830,0,0,0,0,0 +306831,0,0,0,0,0 +306832,0,0,0,0,0 +306833,0,0,0,0,0 +306834,0,0,0,0,0 +306835,0,0,0,0,0 +306836,0,0,0,0,0 +306837,0,0,0,0,0 +306838,0,0,0,0,0 +306839,0,0,0,0,0 +306840,0,0,0,0,0 +306841,0,0,0,0,0 +306842,0,0,0,0,0 +306843,0,0,0,0,0 +306844,0,0,0,0,0 +306845,0,0,0,0,0 +306846,0,0,0,0,0 +306847,0,0,0,0,0 +306848,0,0,0,0,0 +306849,0,0,0,0,0 +306850,0,0,0,0,0 +306851,0,0,0,0,0 +306852,0,0,0,0,0 +306853,0,0,0,0,0 +306854,0,0,0,0,0 +306855,0,0,0,0,0 +306856,0,0,0,0,0 +306857,0,0,0,0,0 +306858,0,0,0,0,0 +306859,0,0,0,0,0 +306860,0,0,0,0,0 +306861,0,0,0,0,0 +306862,0,0,0,0,0 +306863,0,0,0,0,0 +306864,0,0,0,0,0 +306865,0,0,0,0,0 +306866,0,0,0,0,0 +306867,0,0,0,0,0 +306868,0,0,0,0,0 +306869,0,0,0,0,0 +306870,0,0,0,0,0 +306871,0,0,0,0,0 +306872,0,0,0,0,0 +306873,0,0,0,0,0 +306874,0,0,0,0,0 +306875,0,0,0,0,0 +306876,0,0,0,0,0 +306877,0,0,0,0,0 +306878,0,0,0,0,0 +306879,0,0,0,0,0 +306880,0,0,0,0,0 +306881,0,0,0,0,0 +306882,0,0,0,0,0 +306883,0,0,0,0,0 +306884,0,0,0,0,0 +306885,0,0,0,0,0 +306886,0,0,0,0,0 +306887,0,0,0,0,0 +306888,0,0,0,0,0 +306889,0,0,0,0,0 +306890,0,0,0,0,0 +306891,0,0,0,0,0 +306892,0,0,0,0,0 +306893,0,0,0,0,0 +306894,0,0,0,0,0 +306895,0,0,0,0,0 +306896,0,0,0,0,0 +306897,0,0,0,0,0 +306898,0,0,0,0,0 +306899,0,0,0,0,0 +306900,0,0,0,0,0 +306901,0,0,0,0,0 +306902,0,0,0,0,0 +306903,0,0,0,0,0 +306904,0,0,0,0,0 +306905,0,0,0,0,0 +306906,0,0,0,0,0 +306907,0,0,0,0,0 +306908,0,0,0,0,0 +306909,0,0,0,0,0 +306910,0,0,0,0,0 +306911,0,0,0,0,0 +306912,0,0,0,0,0 +306913,0,0,0,0,0 +306914,0,0,0,0,0 +306915,0,0,0,0,0 +306916,0,0,0,0,0 +306917,0,0,0,0,0 +306918,0,0,0,0,0 +306919,0,0,0,0,0 +306920,0,0,0,0,0 +306921,0,0,0,0,0 +306922,0,0,0,0,0 +306923,0,0,0,0,0 +306924,0,0,0,0,0 +306925,0,0,0,0,0 +306926,0,0,0,0,0 +306927,0,0,0,0,0 +306928,0,0,0,0,0 +306929,0,0,0,0,0 +306930,0,0,0,0,0 +306931,0,0,0,0,0 +306932,0,0,0,0,0 +306933,0,0,0,0,0 +306934,0,0,0,0,0 +306935,0,0,0,0,0 +306936,0,0,0,0,0 +306937,0,0,0,0,0 +306938,0,0,0,0,0 +306939,0,0,0,0,0 +306940,0,0,0,0,0 +306941,0,0,0,0,0 +306942,0,0,0,0,0 +306943,0,0,0,0,0 +306944,0,0,0,0,0 +306945,0,0,0,0,0 +306946,0,0,0,0,0 +306947,0,0,0,0,0 +306948,0,0,0,0,0 +306949,0,0,0,0,0 +306950,0,0,0,0,0 +306951,0,0,0,0,0 +306952,0,0,0,0,0 +306953,0,0,0,0,0 +306954,0,0,0,0,0 +306955,0,0,0,0,0 +306956,0,0,0,0,0 +306957,0,0,0,0,0 +306958,0,0,0,0,0 +306959,0,0,0,0,0 +306960,0,0,0,0,0 +306961,0,0,0,0,0 +306962,0,0,0,0,0 +306963,0,0,0,0,0 +306964,0,0,0,0,0 +306965,0,0,0,0,0 +306966,0,0,0,0,0 +306967,0,0,0,0,0 +306968,0,0,0,0,0 +306969,0,0,0,0,0 +306970,0,0,0,0,0 +306971,0,0,0,0,0 +306972,0,0,0,0,0 +306973,0,0,0,0,0 +306974,0,0,0,0,0 +306975,0,0,0,0,0 +306976,0,0,0,0,0 +306977,0,0,0,0,0 +306978,0,0,0,0,0 +306979,0,0,0,0,0 +306980,0,0,0,0,0 +306981,0,0,0,0,0 +306982,0,0,0,0,0 +306983,0,0,0,0,0 +306984,0,0,0,0,0 +306985,0,0,0,0,0 +306986,0,0,0,0,0 +306987,0,0,0,0,0 +306988,0,0,0,0,0 +306989,0,0,0,0,0 +306990,0,0,0,0,0 +306991,0,0,0,0,0 +306992,0,0,0,0,0 +306993,0,0,0,0,0 +306994,0,0,0,0,0 +306995,0,0,0,0,0 +306996,0,0,0,0,0 +306997,0,0,0,0,0 +306998,0,0,0,0,0 +306999,0,0,0,0,0 +307000,0,0,0,0,0 +307001,0,0,0,0,0 +307002,0,0,0,0,0 +307003,0,0,0,0,0 +307004,0,0,0,0,0 +307005,0,0,0,0,0 +307006,0,0,0,0,0 +307007,0,0,0,0,0 +307008,0,0,0,0,0 +307009,0,0,0,0,0 +307010,0,0,0,0,0 +307011,0,0,0,0,0 +307012,0,0,0,0,0 +307013,0,0,0,0,0 +307014,0,0,0,0,0 +307015,0,0,0,0,0 +307016,0,0,0,0,0 +307017,0,0,0,0,0 +307018,0,0,0,0,0 +307019,0,0,0,0,0 +307020,0,0,0,0,0 +307021,0,0,0,0,0 +307022,0,0,0,0,0 +307023,0,0,0,0,0 +307024,0,0,0,0,0 +307025,0,0,0,0,0 +307026,0,0,0,0,0 +307027,0,0,0,0,0 +307028,0,0,0,0,0 +307029,0,0,0,0,0 +307030,0,0,0,0,0 +307031,0,0,0,0,0 +307032,0,0,0,0,0 +307033,0,0,0,0,0 +307034,0,0,0,0,0 +307035,0,0,0,0,0 +307036,0,0,0,0,0 +307037,0,0,0,0,0 +307038,0,0,0,0,0 +307039,0,0,0,0,0 +307040,0,0,0,0,0 +307041,0,0,0,0,0 +307042,0,0,0,0,0 +307043,0,0,0,0,0 +307044,0,0,0,0,0 +307045,0,0,0,0,0 +307046,0,0,0,0,0 +307047,0,0,0,0,0 +307048,0,0,0,0,0 +307049,0,0,0,0,0 +307050,0,0,0,0,0 +307051,0,0,0,0,0 +307052,0,0,0,0,0 +307053,0,0,0,0,0 +307054,0,0,0,0,0 +307055,0,0,0,0,0 +307056,0,0,0,0,0 +307057,0,0,0,0,0 +307058,0,0,0,0,0 +307059,0,0,0,0,0 +307060,0,0,0,0,0 +307061,0,0,0,0,0 +307062,0,0,0,0,0 +307063,0,0,0,0,0 +307064,0,0,0,0,0 +307065,0,0,0,0,0 +307066,0,0,0,0,0 +307067,0,0,0,0,0 +307068,0,0,0,0,0 +307069,0,0,0,0,0 +307070,0,0,0,0,0 +307071,0,0,0,0,0 +307072,0,0,0,0,0 +307073,0,0,0,0,0 +307074,0,0,0,0,0 +307075,0,0,0,0,0 +307076,0,0,0,0,0 +307077,0,0,0,0,0 +307078,0,0,0,0,0 +307079,0,0,0,0,0 +307080,0,0,0,0,0 +307081,0,0,0,0,0 +307082,0,0,0,0,0 +307083,0,0,0,0,0 +307084,0,0,0,0,0 +307085,0,0,0,0,0 +307086,0,0,0,0,0 +307087,0,0,0,0,0 +307088,0,0,0,0,0 +307089,0,0,0,0,0 +307090,0,0,0,0,0 +307091,0,0,0,0,0 +307092,0,0,0,0,0 +307093,0,0,0,0,0 +307094,0,0,0,0,0 +307095,0,0,0,0,0 +307096,0,0,0,0,0 +307097,0,0,0,0,0 +307098,0,0,0,0,0 +307099,0,0,0,0,0 +307100,0,0,0,0,0 +307101,0,0,0,0,0 +307102,0,0,0,0,0 +307103,0,0,0,0,0 +307104,0,0,0,0,0 +307105,0,0,0,0,0 +307106,0,0,0,0,0 +307107,0,0,0,0,0 +307108,0,0,0,0,0 +307109,0,0,0,0,0 +307110,0,0,0,0,0 +307111,0,0,0,0,0 +307112,0,0,0,0,0 +307113,0,0,0,0,0 +307114,0,0,0,0,0 +307115,0,0,0,0,0 +307116,0,0,0,0,0 +307117,0,0,0,0,0 +307118,0,0,0,0,0 +307119,0,0,0,0,0 +307120,0,0,0,0,0 +307121,0,0,0,0,0 +307122,0,0,0,0,0 +307123,0,0,0,0,0 +307124,0,0,0,0,0 +307125,0,0,0,0,0 +307126,0,0,0,0,0 +307127,0,0,0,0,0 +307128,0,0,0,0,0 +307129,0,0,0,0,0 +307130,0,0,0,0,0 +307131,0,0,0,0,0 +307132,0,0,0,0,0 +307133,0,0,0,0,0 +307134,0,0,0,0,0 +307135,0,0,0,0,0 +307136,0,0,0,0,0 +307137,0,0,0,0,0 +307138,0,0,0,0,0 +307139,0,0,0,0,0 +307140,0,0,0,0,0 +307141,159.7339317,3765.644169,3099.158865,69.1469818,-147.1283338 +307142,311.3455467,1015.538279,3117.184384,138.2000909,136.0274091 +307143,302.7516534,143.9319044,2903.854964,134.3939173,132.2365788 +307144,292.4023849,282.004984,2694.764555,129.8043968,125.3352306 +307145,282.5089119,934.8397865,913.9221854,125.467232,117.5347957 +307146,273.7886259,513.6686716,1246.035553,121.7081134,109.9851801 +307147,266.2032779,590.0020413,1421.830158,118.4949618,102.9989504 +307148,259.5260742,595.7719134,1250.669962,115.7095582,96.51190323 +307149,253.5651595,601.4069353,1265.310343,113.2540152,90.41235386 +307150,248.195,606.8178305,1265.293157,111.0647806,84.62976857 +307151,243.3339772,612.6590354,1272.056372,109.1001547,79.12865848 +307152,238.9176986,618.6941221,1278.353583,107.3292928,73.89032329 +307153,234.8923616,624.9279423,1285.229412,105.7256855,68.8953682 +307154,231.2073364,631.3406938,1292.183273,104.266157,64.12367302 +307155,227.821756,637.9174565,1299.550223,102.9309794,59.55640656 +307156,224.6973905,644.6906918,1307.305501,101.7034102,55.17573157 +307157,221.8040566,659.7415834,1332.596424,100.5692659,50.9640227 +307158,219.2514181,668.4616465,1343.359381,99.56971159,46.90707489 +307159,216.9666461,676.5043627,1353.100274,98.67467031,42.99374726 +307160,214.8618624,684.0784611,1362.729094,97.8500219,39.21262 +307161,212.8889261,692.2456965,1374.976825,97.07823192,35.55309673 +307162,211.0237063,700.2115231,1386.773924,96.34794175,32.00532986 +307163,209.2577325,708.3712703,1393.368815,95.65450426,28.5608327 +307164,207.5822127,716.5428068,1408.816701,94.99781541,25.21190084 +307165,205.9924106,724.7865119,1389.372244,94.37339057,21.95182735 +307166,204.4820371,733.1873589,1433.927447,93.77851973,18.77485509 +307167,203.0431053,741.2781329,1428.713419,93.21370095,15.67551426 +307168,201.6726435,750.2693398,1441.691477,92.67505332,12.64927821 +307169,200.3662519,758.6490529,1451.99348,92.1604754,9.691756379 +307170,199.1197192,767.3003331,1462.208879,91.67126061,6.799246106 +307171,197.9293553,774.3014468,1469.015429,91.20407381,3.968264371 +307172,196.7944461,780.8738015,1475.485615,90.76287966,1.195456814 +307173,195.7138125,787.621384,1481.829413,90.34672992,-1.521989596 +307174,194.6851784,794.0099364,1487.845722,89.957239,-4.186659112 +307175,193.7056221,800.6126556,1493.812133,89.59098602,-6.801234933 +307176,192.7724735,806.8272322,1499.802671,89.24862123,-9.367828664 +307177,191.8827494,813.3116482,1505.418079,88.92644583,-11.88823075 +307178,191.0347994,819.5182475,1511.086187,88.62573323,-14.36483293 +307179,190.2261542,817.5260587,1500.155373,88.34312254,-16.79927322 +307180,189.3107389,822.2945725,1503.10597,88.0236854,-19.1935791 +307181,188.3307637,827.6923104,1507.207319,87.68345107,-21.54974882 +307182,187.3580673,833.3883403,1511.537964,87.35122565,-23.86962433 +307183,186.430674,838.8702453,1516.012372,87.03902507,-26.15466821 +307184,185.5579886,844.5038547,1520.246157,86.75200953,-28.40631399 +307185,184.7373245,853.9895619,1524.79767,86.48682293,-30.62564086 +307186,183.963336,861.1225115,1529.086897,86.24314798,-32.81415768 +307187,183.2316888,868.6165359,1533.476916,86.01711822,-34.97315067 +307188,182.5392337,875.9659335,1537.616709,85.80936191,-37.10383513 +307189,181.8834498,883.1894933,1541.869489,85.61676723,-39.20750118 +307190,181.2621469,890.4861609,1545.99796,85.44037021,-41.28539645 +307191,180.6733752,897.5851345,1550.077642,85.27731832,-43.33861229 +307192,180.1154155,904.7253696,1554.023078,85.12886745,-45.36803604 +307193,179.5865106,911.8140823,1558.161829,84.99225879,-47.3748274 +307194,179.0852393,918.7412772,1561.888256,84.86888368,-49.35973349 +307195,178.6102497,925.7057719,1565.778237,84.75616732,-51.32355258 +307196,178.1602726,932.5730748,1569.525582,84.65556472,-53.26709111 +307197,177.7342006,939.4304516,1573.215638,84.56460928,-55.19099536 +307198,177.330938,946.120407,1576.914325,125.3328159,-57.0960095 +307199,176.9495499,952.8452216,1580.34719,86.91064753,-58.98268702 +307200,176.5891143,959.5181396,1583.88504,119.1299315,-60.85164935 +307201,671.2043577,1272.112501,1985.601343,430.2184009,-648.5762729 +307202,1495.758698,1500.665264,1845.894324,623.5621513,-710.6590559 +307203,1098.242836,1392.894501,1852.739044,534.0778689,-588.7511047 +307204,1222.838611,1442.61121,1919.864531,571.873556,-457.4420672 +307205,1237.41536,1450.188547,1989.336964,578.486517,-343.1660017 +307206,1258.189365,1465.882027,2055.267021,588.6668219,-246.963057 +307207,1282.697244,1481.328514,2112.996936,600.5757477,-47.48725768 +307208,1503.850328,1582.880734,2345.847916,701.6552095,2171.764429 +307209,984.6258723,1365.275399,2153.597484,468.7944367,14.07710199 +307210,1698.82755,1677.972027,2377.120668,790.2951337,1722.601495 +307211,974.1912784,1367.706406,2150.42103,466.0095527,356.6380185 +307212,1734.651245,1706.055783,2365.757547,808.0616975,1766.967494 +307213,997.7611201,1385.916192,2138.35332,478.1830493,382.819746 +307214,1767.54108,1732.45944,2359.452996,824.5520145,1825.720949 +307215,1021.224012,1401.682509,2130.912459,490.310653,398.2647234 +307216,1799.433894,1754.788777,2356.735071,840.4028111,1864.054081 +307217,1043.528361,1422.721725,2124.700101,502.1109389,439.7264227 +307218,1830.620477,1775.645267,2355.035635,856.017626,1908.296118 +307219,1067.636675,1442.089804,2124.188512,514.4762461,453.359414 +307220,1857.075754,1795.391682,2357.633564,869.6275327,1953.671261 +307221,1093.116767,1461.35928,2127.661745,527.0746478,474.3031556 +307222,1882.010571,1814.231842,2362.843673,883.0458652,1984.814001 +307223,1117.905705,1480.100219,2132.415096,539.5156626,505.2626595 +307224,1906.544495,1837.887394,2368.268948,895.6015912,2008.80463 +307225,1141.97282,1490.644694,2137.348253,552.045061,536.5016246 +307226,1930.027521,1853.727354,2373.78379,907.6808865,2034.704958 +307227,1165.806493,1515.045033,2142.265474,564.2891336,560.8864785 +307228,1952.735366,1867.357366,2379.080311,919.4246678,2060.455447 +307229,1418.679429,1645.281109,2380.048194,680.7158027,1002.734715 +307230,1630.587076,1722.210103,2371.160835,776.1134018,1427.27317 +307231,1606.657137,1730.725857,2358.494542,766.5120691,1359.406937 +307232,1617.405414,1731.796155,2348.392482,772.0475723,1372.02176 +307233,1628.082205,1739.839227,2341.81548,777.7726882,1382.925209 +307234,1638.950312,1747.115996,2337.91489,783.5792242,1393.585755 +307235,1649.711775,1755.791141,2335.781756,789.2312557,1416.763891 +307236,1659.988984,1773.8365,2334.778734,794.8706061,1406.633261 +307237,1670.769375,1751.112351,2334.570072,800.4544749,1415.615762 +307238,1680.809776,1776.204011,2334.860291,805.9783726,1440.775462 +307239,1690.98911,1781.185678,2335.411509,811.4038989,1441.84273 +307240,1701.326108,1784.931249,2336.130186,816.9120651,1452.883918 +307241,1711.038629,1791.695841,2336.956595,822.2472026,1462.438175 +307242,1721.103431,1797.610812,2337.822651,827.5783242,1475.012097 +307243,1730.642456,1802.957219,2338.696341,832.8570849,1474.611523 +307244,1740.251218,1818.452627,2339.535237,838.0817521,1491.424072 +307245,1741.622972,1781.547842,2340.365981,842.5364542,1497.063533 +307246,1749.458687,1814.995299,2340.112023,847.6037832,1507.330084 +307247,1758.129954,1783.524396,2339.167478,852.7996778,1511.433193 +307248,1766.968858,1811.867767,2338.081196,857.690973,1522.970202 +307249,1775.545771,1806.313751,2337.085425,862.6626055,1547.93149 +307250,1784.514058,1811.535423,2336.28188,867.6859579,1509.587384 +307251,1792.857062,1815.317826,2335.616894,872.5446672,1571.976411 +307252,1801.509501,1818.698562,2335.000391,877.4775857,1546.983369 +307253,1810.095108,1822.283364,2334.43154,882.1447952,1554.555078 +307254,1818.092252,1826.702875,2334.302126,887.064287,1573.009574 +307255,1827.321555,1835.173655,2334.821924,891.7518043,1572.885035 +307256,1846.337429,1822.221119,2336.644838,896.4647176,1581.857071 +307257,1828.281978,1840.623965,2339.298533,903.2792304,1588.137343 +307258,1855.153771,1858.996738,2343.789356,905.2922646,1594.970527 +307259,1859.710631,1810.832009,2347.203302,913.9704266,1601.332967 +307260,1866.647628,1863.288387,2348.595218,913.8542654,1613.110725 +307261,2286.050269,2025.28946,2359.835889,1081.869643,1882.364211 +307262,2266.09254,2016.519798,2398.978442,1097.14224,1920.904563 +307263,2287.758125,2028.746098,2445.156224,1097.827838,1967.589076 +307264,2277.205809,2030.523092,2484.042734,1103.852995,2007.559857 +307265,2331.892908,2033.533072,2512.515464,1108.816348,2038.220057 +307266,2293.142457,2036.739422,2532.390763,1113.651656,2060.946316 +307267,2308.442308,2039.657194,2546.381142,1118.407943,2078.063736 +307268,2358.858244,2042.533848,2556.678513,1123.096674,2091.509536 +307269,2298.097791,2045.251219,2564.742885,1127.725426,2102.394468 +307270,2381.916456,2047.88095,2571.173215,1132.300002,2111.722432 +307271,2313.201419,2050.416239,2576.412587,1136.824048,2119.69105 +307272,2397.029774,2052.819207,2581.448133,1141.376548,2127.781835 +307273,2351.938241,2055.145965,2585.74269,1145.686773,2134.968277 +307274,2377.76205,2057.391013,2590.921112,1150.127299,2143.168973 +307275,2382.590741,2059.484469,2593.103899,1154.378517,2147.684071 +307276,2389.657143,2061.58363,2597.639605,1158.797436,2154.965863 +307277,2396.789282,2063.492044,2599.498293,1163.003107,2158.934596 +307278,2403.880062,2065.413525,2601.951126,1167.240067,2163.543459 +307279,2411.196927,2067.151193,2604.559352,1171.426298,2168.26611 +307280,2418.051639,2068.871221,2607.183273,1175.652098,2172.948531 +307281,2425.052692,2070.483935,2609.756979,1179.648927,2177.525068 +307282,2431.980449,2072.01863,2612.25356,1183.780727,2181.972611 +307283,2438.510758,2073.472897,2614.663354,1187.809731,2186.285707 +307284,2445.592805,2074.847735,2616.987874,1191.815079,2190.470289 +307285,2452.086647,2076.144267,2619.227456,1195.786103,2194.53018 +307286,2453.331581,2059.902498,2621.093395,1201.476271,2198.117495 +307287,2458.556589,2058.279089,2621.856812,1205.613956,2201.10278 +307288,2464.581061,2057.463538,2622.122594,1209.653029,2203.907894 +307289,2470.648048,2057.205773,2622.473139,1213.640456,2207.044102 +307290,2476.484402,2056.950909,2623.082208,1217.588238,2210.102498 +307291,2482.444132,2056.770401,2623.929475,1221.222581,2213.242673 +307292,2487.969444,2056.611201,2624.904272,1224.76643,2216.405414 +307293,2493.546364,2056.437753,2625.914829,1228.248384,2219.546847 +307294,2498.97255,2056.311821,2626.914102,1231.677424,2222.645174 +307295,2504.473217,2056.130197,2627.883625,1235.057282,2225.690633 +307296,2517.46885,2055.903888,2628.94824,1238.391302,2228.840548 +307297,2503.845339,2055.767853,2629.827454,1241.681187,2231.756309 +307298,2532.95971,2055.531025,2632.407007,1244.92917,2236.733775 +307299,2521.474953,2055.254736,2632.313314,1248.134844,2238.471219 +307300,2531.701853,2055.005929,2632.65688,1251.382945,2240.731925 +307301,2536.549074,2054.696899,2633.137422,1254.389577,2243.140637 +307302,2541.298965,2054.376158,2633.726547,1257.538129,2245.668974 +307303,2546.329665,2054.034852,2634.326709,1260.579726,2248.204806 +307304,2551.244606,2053.625489,2634.911972,1263.597706,2250.721832 +307305,2555.95301,2053.225728,2635.472829,1266.581507,2253.211099 +307306,2561.081444,2052.773124,2636.007974,1269.531471,2255.671368 +307307,2565.827655,2052.273112,2636.514932,1272.365133,2258.10056 +307308,2570.527681,2051.812025,2636.980181,1275.373805,2260.479127 +307309,2575.267572,2051.253862,2637.406745,1278.167999,2262.813033 +307310,2579.955835,2050.686828,2637.792421,1283.7721,2265.097906 +307311,2584.674918,2050.095424,2638.147595,1280.786026,2267.345367 +307312,2589.14464,2049.463647,2638.463515,1296.196716,2269.545831 +307313,2593.550011,2048.805043,2638.759393,1275.957969,2271.721289 +307314,2598.336849,2048.109243,2639.040405,1298.44109,2273.879182 +307315,2602.708912,2047.515278,2639.25329,1308.909565,2275.952671 +307316,2607.194574,2046.595092,2639.455291,1274.186101,2278.0111 +307317,2611.519722,2045.890845,2639.648231,1311.055794,2280.057645 +307318,2615.907649,2045.061307,2639.781602,1300.09171,2282.030555 +307319,2620.227258,2044.234731,2639.881185,1305.092724,2283.959115 +307320,2624.595718,2043.341449,2639.964013,1307.728143,2285.864774 +307321,2634.332174,2045.368343,2640.169416,1312.808273,2287.923695 +307322,2640.718133,2045.053485,2640.856831,1316.011083,2290.642989 +307323,2645.622504,2041.197416,2641.790678,1318.892896,2293.700837 +307324,2650.43443,2048.828886,2642.709359,1321.701269,2296.759132 +307325,2662.71708,2025.011952,2643.687246,1324.441116,2299.901732 +307326,2649.624914,2065.789003,2644.500124,1327.126911,2302.849327 +307327,2675.284864,2017.62145,2645.219083,1329.769978,2305.68547 +307328,2666.845231,2062.379414,2645.916266,1332.376233,2308.491769 +307329,2673.546296,2013.020255,2646.345497,1334.949499,2310.9636 +307330,2678.738041,2066.721193,2646.656473,1337.492541,2313.278637 +307331,2682.827353,2006.712179,2646.97853,1340.006974,2315.591668 +307332,2687.037202,2067.724051,2647.248939,1342.581443,2317.826657 +307333,2691.426357,2023.452485,2647.436394,1344.910128,2319.94253 +307334,2695.504636,2024.367549,2647.553024,1347.406456,2321.957525 +307335,2699.776629,2040.945007,2647.611717,1349.802057,2323.886258 +307336,2703.671334,2032.373,2647.652529,1352.097151,2325.778531 +307337,2708.104865,2022.643921,2647.737548,1354.588108,2327.710193 +307338,2712.07048,2052.670524,2647.81481,1356.862087,2329.619832 +307339,2716.111974,1996.368255,2647.917416,1359.18846,2331.549391 +307340,2720.138753,2054.29049,2648.016603,1361.479104,2333.465574 +307341,2723.930302,2009.573017,2648.06866,1363.74703,2335.31317 +307342,2727.796759,2027.631668,2648.127455,1365.992862,2337.160257 +307343,2739.423835,2020.147207,2648.186869,1368.217003,2338.997147 +307344,2726.094102,2022.976827,2648.353991,1370.419813,2340.957428 +307345,2749.151833,2019.728978,2648.313097,1372.601218,2342.653702 +307346,2741.974818,2018.909031,2648.440205,1374.7623,2344.546533 +307347,2746.612131,2039.404682,2648.398757,1376.865361,2346.22302 +307348,2751.616503,2007.678882,2648.272235,1378.974127,2347.775667 +307349,2754.849237,1997.307602,2648.260129,1381.068188,2349.44794 +307350,2758.037313,2025.56149,2648.225976,1383.233423,2351.080846 +307351,2762.788767,2012.990639,2648.121373,1385.563734,2352.614358 +307352,2767.610204,2015.917658,2648.107451,1388.163504,2354.179132 +307353,2772.99886,2016.659833,2648.240964,1390.714832,2355.80184 +307354,2777.020964,2021.583534,2648.475493,1393.296403,2357.417754 +307355,2782.32393,2013.418525,2648.807108,1395.934412,2359.24049 +307356,2786.900269,2046.24415,2649.194133,1398.506542,2360.820788 +307357,2799.115752,2014.371696,2649.823328,1401.157373,2362.614581 +307358,2788.348809,2008.765417,2650.446222,1403.743054,2364.3363 +307359,2810.288694,2041.101568,2651.03275,1406.405542,2365.958706 +307360,2806.554132,2034.134659,2651.757274,1409.003071,2367.703447 +307361,2811.5914,2018.103127,2652.428261,1411.675861,2369.339963 +307362,2817.500019,2040.542799,2653.040617,1414.282335,2370.865825 +307363,2822.484332,2060.268797,2653.639956,1416.920481,2372.338012 +307364,2835.69384,2013.110127,2654.709935,1413.75024,2374.111979 +307365,2825.889871,2090.944132,2655.013309,1415.270216,2375.797373 +307366,2846.116057,2028.332075,2654.897928,1417.243855,2377.361883 +307367,2844.394568,2085.375961,2654.854983,1419.370935,2379.080665 +307368,2848.415575,2064.384343,2654.743186,1421.567085,2380.608656 +307369,2854.174008,2040.57706,2654.684097,1423.801744,2382.055001 +307370,2866.419196,2103.391647,2654.986379,1426.061503,2383.816693 +307371,2857.365358,2059.396577,2655.238283,1428.339096,2385.419413 +307372,2874.964368,2075.820049,2655.365768,1430.63118,2386.793624 +307373,2875.40439,2088.253298,2655.635339,1432.935451,2388.277884 +307374,2878.971909,2055.438051,2655.933693,1435.341844,2389.742006 +307375,2890.596116,2114.81586,2656.428859,1437.52906,2391.399256 +307376,2891.011713,2054.292149,2657.077993,1439.926332,2393.204865 +307377,2894.136915,2121.029679,2657.582811,1442.251887,2394.799031 +307378,2905.65776,2059.560571,2658.086474,1444.597984,2396.356709 +307379,2906.870835,2126.433204,2658.706698,1446.950791,2398.229596 +307380,2909.17418,2067.722222,2659.181816,1450.490767,2399.647159 +307381,2800.448147,2077.621266,2657.482465,1396.623994,2398.700679 +307382,2800.728473,2028.565096,2647.499561,1400.262281,2385.560495 +307383,2812.006296,2054.681684,2635.619634,1400.981039,2369.009004 +307384,2806.516955,2048.513279,2625.980487,1402.570804,2354.841179 +307385,2812.000692,2038.006606,2619.476677,1404.345786,2344.108605 +307386,2816.543417,2061.304269,2615.422834,1406.067956,2336.453772 +307387,2820.538172,2059.52266,2613.060774,1407.835538,2331.065317 +307388,2824.310103,2042.902815,2611.775327,1409.627092,2327.234619 +307389,2835.415552,2069.628664,2611.304743,1411.437239,2324.647682 +307390,2824.148102,2052.568094,2611.091922,1413.262399,2322.607657 +307391,2843.776213,2082.700933,2611.066984,1415.101286,2321.00685 +307392,2840.942163,2038.078309,2611.478971,1416.952328,2320.122821 +307393,2844.016802,2076.005532,2611.998591,1418.814089,2319.528304 +307394,2848.793486,2064.050847,2612.487454,1420.686094,2319.037065 +307395,2853.090128,2071.395541,2613.077187,1422.567614,2318.784236 +307396,2857.068842,2056.50244,2613.801191,1424.458695,2318.792775 +307397,2868.205112,2082.547287,2614.757025,1426.3586,2319.16713 +307398,2857.982076,2060.544904,2615.633787,1428.26682,2319.51554 +307399,2875.508734,2076.933017,2616.462346,1430.183528,2319.862355 +307400,2874.775107,2089.44357,2617.669829,1432.108587,2320.47967 +307401,2877.346044,2065.779928,2618.678792,1434.041358,2321.139559 +307402,2881.711654,2066.506979,2619.656294,1435.981953,2321.795056 +307403,2886.258002,2087.800936,2620.815954,1437.930405,2322.694507 +307404,2896.738916,2074.242784,2621.844068,1439.886283,2323.447612 +307405,2888.821859,2089.59201,2622.970718,1441.850189,2324.329636 +307406,2902.91655,2059.004363,2624.046181,1443.912726,2325.153148 +307407,2901.6828,2112.240441,2625.233796,1437.533289,2326.115198 +307408,2901.367076,2066.504197,2625.375041,1438.198548,2326.927358 +307409,2903.361079,2095.197405,2624.752264,1439.24403,2327.507903 +307410,2906.848347,2064.32759,2624.048678,1440.551753,2328.09828 +307411,2916.751142,2113.852641,2623.733816,1441.357985,2328.968176 +307412,2909.033614,2057.77626,2623.602421,1442.093454,2329.880231 +307413,2919.828862,2084.966629,2623.506087,1442.803693,2330.743701 +307414,2920.430215,2098.217931,2623.491411,1443.495859,2331.681053 +307415,2921.416196,2054.957903,2623.481209,1444.172309,2332.622817 +307416,2922.93028,2103.302381,2623.361488,1444.834199,2333.435754 +307417,2924.854843,2045.257291,2623.192079,1445.48249,2334.190811 +307418,2926.93481,2104.00101,2623.000201,1446.117581,2334.920366 +307419,2929.04873,2039.415804,2622.823212,1446.74009,2335.667688 +307420,2931.149415,2088.203431,2622.672798,1447.35035,2336.449528 +307421,2933.192615,2051.193571,2622.515731,1447.948751,2337.225594 +307422,2935.175666,2089.803825,2622.332287,1448.535676,2337.972948 +307423,2937.188975,2036.413312,2622.180387,1449.111458,2338.761074 +307424,2938.761946,2062.875018,2622.072798,1449.676239,2339.606966 +307425,2939.734301,2051.932345,2621.905894,1450.230302,2340.383451 +307426,2940.639345,2052.707027,2621.653906,1450.77424,2341.057668 +307427,2941.536651,2047.812337,2621.345856,1451.308293,2341.663978 +307428,2942.446626,2045.447665,2621.001435,1451.832742,2342.225177 +307429,2943.369058,2042.310311,2620.63101,1452.347806,2342.751412 +307430,2944.23702,2062.912063,2620.203065,1452.853852,2343.205377 +307431,2945.203506,2001.499765,2619.823369,1453.351205,2343.717242 +307432,2946.244094,2048.798202,2619.480893,1453.839894,2344.271973 +307433,2947.202285,2025.398265,2619.080752,1454.320452,2344.755097 +307434,2948.14611,2025.242537,2618.669553,1454.793359,2345.224276 +307435,2949.110876,2021.743039,2618.271267,1455.258664,2345.708021 +307436,2950.075272,2017.939271,2617.873159,1455.716689,2346.189477 +307437,2951.044631,2014.375566,2617.481205,1456.167647,2346.677784 +307438,2952.014974,2010.488607,2617.093041,1456.611841,2347.168365 +307439,2952.985709,2006.635899,2616.709252,1457.049502,2347.661888 +307440,2953.957624,2002.826251,2616.332038,1457.480958,2348.162505 +307441,2935.56989,1900.741027,2615.755889,1348.784112,2348.380429 +307442,2615.913601,1863.919669,2598.22653,1346.430342,2324.448129 +307443,2756.938398,1883.84053,2570.512115,1345.038373,2285.717935 +307444,2733.733923,1891.884237,2547.180809,1344.150795,2251.272978 +307445,2726.454212,1829.516922,2530.876701,1343.034848,2225.235502 +307446,2726.94104,1874.567341,2521.018037,1342.302207,2207.345107 +307447,2726.209395,1859.58179,2511.786927,1341.547341,2190.717134 +307448,2725.710554,1832.197393,2505.335582,1340.866103,2178.061658 +307449,2725.359815,1861.170221,2500.466888,1340.219359,2167.918731 +307450,2724.976227,1816.209683,2496.599199,1339.604791,2159.551593 +307451,2724.666345,1839.010163,2493.418019,1339.016264,2152.538523 +307452,2724.395565,1822.802005,2490.676781,1338.450455,2146.531517 +307453,2724.165755,1818.892262,2488.261864,1337.904984,2141.343264 +307454,2723.948223,1813.459164,2486.093594,1337.378022,2136.827613 +307455,2723.794823,1807.721798,2484.103022,1336.868126,2132.855822 +307456,2723.685966,1802.065753,2482.24855,1336.374381,2129.335802 +307457,2723.622222,1796.378962,2480.502332,1335.895919,2126.197393 +307458,2723.443449,1790.67659,2478.838951,1335.43219,2123.375859 +307459,2723.455229,1784.961063,2477.244793,1334.982662,2120.826872 +307460,2723.393162,1779.115525,2475.70858,1334.546976,2118.509869 +307461,2723.421339,1773.537272,2474.223809,1334.124774,2116.395477 +307462,2723.43934,1767.824422,2472.785713,1333.629131,2114.459682 +307463,2723.487557,1761.920993,2471.385463,1333.360402,2112.672454 +307464,2723.534658,1756.231213,2470.022694,1332.91666,2111.020528 +307465,2723.667143,1750.443141,2468.695571,1332.55867,2109.489039 +307466,2723.71757,1744.551951,2467.401796,1332.200787,2108.064521 +307467,2723.941401,1738.928659,2466.139463,1331.854694,2106.735005 +307468,2724.067453,1733.072588,2464.908087,1331.520698,2105.492032 +307469,2724.283394,1727.306154,2463.704799,1331.198559,2104.324426 +307470,2724.495085,1721.526776,2462.529686,1330.888191,2103.226854 +307471,2724.501278,1715.686006,2461.377525,1330.592085,2102.187993 +307472,2724.442235,1709.743336,2460.237457,1330.308099,2101.187957 +307473,2724.389057,1704.085293,2459.109454,1330.03584,2100.223952 +307474,2724.317894,1698.325253,2457.99355,1329.775153,2099.291671 +307475,2724.319751,1692.413058,2456.893774,1329.525892,2098.392826 +307476,2724.289735,1686.733814,2455.812017,1329.287977,2097.525892 +307477,2724.280395,1700.622287,2454.721147,1329.061314,2096.659521 +307478,2724.307275,1647.011023,2453.697045,1328.845619,2095.880457 +307479,2724.646556,1703.316469,2454.399286,1328.642849,2097.218844 +307480,2724.125505,1632.0582,2452.446901,1328.445057,2095.334335 +307481,2724.470685,1680.180708,2451.092423,1328.264359,2094.180597 +307482,2724.530265,1638.019372,2449.936566,1328.091193,2093.257667 +307483,2724.587304,1652.771681,2448.906231,1327.929265,2092.479114 +307484,2724.680215,1640.27715,2447.939598,1327.777766,2091.774607 +307485,2724.784745,1636.282441,2447.014863,1327.636593,2091.120467 +307486,2724.897534,1630.645246,2446.128616,1327.505661,2090.513907 +307487,2725.018427,1625.329904,2445.26936,1327.384779,2089.940236 +307488,2725.149653,1619.9585,2444.432651,1327.273893,2089.392597 +307489,2725.29072,1614.642424,2443.616963,1327.172867,2088.869081 +307490,2725.429047,1609.369877,2442.820593,1327.081602,2088.366564 +307491,2725.605378,1604.141745,2442.041553,1326.999976,2087.881749 +307492,2725.769814,1598.856798,2441.279937,1326.927907,2087.414255 +307493,2725.947799,1593.863636,2440.533294,1326.865254,2086.959693 +307494,2726.414871,1588.708631,2441.503094,1326.899655,2088.600208 +307495,2726.108999,1583.6832,2439.819521,1326.639454,2087.008964 +307496,2726.546958,1578.695929,2438.71577,1326.793469,2086.116315 +307497,2726.764952,1573.857841,2437.825902,1326.694099,2085.466128 +307498,2726.964123,1568.834046,2437.051228,1326.689121,2084.939728 +307499,2727.197103,1564.069806,2436.344213,1326.681181,2084.485292 +307500,2727.439396,1559.18143,2435.680305,1326.681481,2084.077347 +307501,2892.917801,1662.286557,2436.233664,1433.734012,2083.805056 +307502,2907.875794,1660.115776,2451.774694,1436.013916,2105.207258 +307503,2928.001414,1657.765354,2474.321635,1437.945312,2137.495484 +307504,2939.888355,1654.747544,2491.521218,1439.474822,2164.231152 +307505,2947.849077,1651.948046,2504.479542,1440.996199,2185.923349 +307506,2952.37974,1649.020788,2513.37019,1442.436591,2202.333516 +307507,2957.370216,1646.098945,2521.04424,1443.796573,2216.76687 +307508,2956.963239,1643.986628,2524.178436,1445.151223,2225.251665 +307509,2956.631617,1640.726956,2526.525414,1446.49675,2231.977104 +307510,2956.12542,1639.177502,2528.292106,1447.842646,2237.191518 +307511,2955.528114,1637.756734,2529.283905,1449.671432,2241.167214 +307512,2954.888273,1636.538321,2529.827678,1451.962325,2244.133491 +307513,2954.241127,1635.363511,2530.04156,1455.601697,2246.28104 +307514,2953.611587,1634.2438,2530.008477,1459.488958,2247.757728 +307515,2953.018668,1633.173117,2529.815525,1458.665355,2248.692694 +307516,2952.459644,1632.146757,2529.487606,1471.241846,2249.176682 +307517,2951.982081,1631.161602,2529.091745,1448.82127,2249.327581 +307518,2951.574249,1630.315491,2528.644168,1474.590567,2249.202732 +307519,2951.157432,1629.256958,2528.134192,1469.217805,2248.796149 +307520,2950.767862,1628.452786,2527.582673,1473.10556,2248.176467 +307521,2950.417441,1627.595786,2527.01318,1476.239522,2247.394621 +307522,2950.097156,1626.784723,2526.424288,1479.530938,2246.468625 +307523,2949.800192,1626.00418,2525.840762,1482.438474,2245.626453 +307524,2949.522594,1625.252118,2525.245819,1485.698358,2244.463319 +307525,2949.262771,1624.527659,2524.648327,1488.918324,2243.216442 +307526,2949.020715,1623.829444,2524.055906,1492.20738,2241.89636 +307527,2948.789788,1623.156619,2523.464566,1495.551456,2240.517594 +307528,2948.570277,1622.508129,2522.867573,1500.352248,2239.087569 +307529,2948.344335,1621.88326,2522.275145,1507.453042,2237.604801 +307530,2948.14613,1621.281117,2521.692527,1500.257232,2236.096512 +307531,2947.979883,1620.307047,2521.128064,1508.187054,2234.57618 +307532,2947.768116,1619.272238,2520.515442,1513.587461,2233.024116 +307533,2947.48269,1618.215314,2519.824775,1514.457339,2231.438404 +307534,2949.85978,1617.147211,2520.806647,1518.049559,2231.970435 +307535,2948.081056,1616.067069,2519.127691,1521.0023,2229.32641 +307536,2947.088348,1614.985299,2517.925591,1524.291285,2227.313082 +307537,2946.284593,1613.896939,2516.808716,1535.539944,2225.432429 +307538,2945.61939,1612.805311,2515.748827,1517.882328,2223.645398 +307539,2945.040248,1611.710755,2514.72249,1539.20055,2221.927024 +307540,2944.452493,1610.613467,2513.673006,1535.168128,2220.4037 +307541,2943.868291,1609.51446,2512.613875,1539.523698,2218.672681 +307542,2943.269292,1608.413479,2511.532514,1550.699892,2216.932757 +307543,2942.696424,1607.311295,2510.455205,1533.619694,2215.217408 +307544,2942.128169,1606.207683,2509.370621,1562.162631,2213.516261 +307545,2941.51725,1605.103301,2508.246681,1552.832073,2211.785211 +307546,2940.963481,1603.998098,2507.149164,1540.411676,2210.104624 +307547,2940.428285,1602.892443,2506.052894,1581.900502,2208.440554 +307548,2939.851165,1601.78638,2504.920873,1555.295277,2206.932812 +307549,2939.265907,1600.680298,2503.774064,1560.361363,2205.187897 +307550,2938.679445,1599.57393,2502.618784,1574.477743,2203.445001 +307551,2938.080112,1598.467888,2501.442236,1566.526413,2201.844731 +307552,2937.614557,1604.034316,2500.343744,1581.567696,2200.181829 +307553,2937.3898,1603.940577,2500.103054,1577.897119,2198.416109 +307554,2937.274619,1603.267056,2500.367812,1583.569215,2197.041963 +307555,2937.232512,1602.708579,2500.732175,1586.137472,2195.665435 +307556,2937.219405,1601.881586,2500.977775,1589.060434,2194.34713 +307557,2937.203197,1601.074863,2501.049822,1592.169682,2193.330004 +307558,2937.174896,1600.231545,2500.970926,1595.06669,2192.123045 +307559,2937.130705,1599.36606,2500.773723,1597.999053,2190.921388 +307560,2937.074202,1598.481943,2500.48676,1600.980425,2189.726831 +307561,2939.782138,1626.219904,2502.799747,1626.001491,2193.504797 +307562,2945.537655,1611.195347,2506.797516,1630.389423,2199.96877 +307563,2952.327093,1633.531221,2511.346265,1633.527773,2207.634863 +307564,2958.368099,1604.243547,2515.443206,1636.720939,2214.973948 +307565,2963.100319,1635.19449,2518.768864,1639.9874,2221.426026 +307566,2966.686834,1601.191212,2521.402995,1642.955999,2227.011271 +307567,2969.453609,1632.519647,2523.514356,1645.935602,2232.108347 +307568,2971.693628,1601.536582,2525.260852,1648.84029,2236.487744 +307569,2973.590668,1625.852558,2526.745601,1651.646555,2240.463325 +307570,2975.245295,1605.379102,2528.029438,1654.510187,2244.114209 +307571,2976.842877,1616.257648,2529.232745,1662.926534,2247.594774 +307572,2978.185244,1611.105078,2530.233589,1651.841806,2250.760716 +307573,2979.418611,1610.745326,2531.128613,1671.953112,2253.736825 +307574,2980.674912,1609.681946,2532.005047,1662.598142,2256.636605 +307575,2981.754748,1608.576464,2532.739405,1668.715353,2259.314078 +307576,2982.740029,1607.450445,2533.386385,1671.332038,2261.842479 +307577,2983.69872,1606.304157,2533.991158,1673.583896,2264.282783 +307578,2984.597362,1605.034648,2534.53454,1676.127692,2266.616527 +307579,2985.44281,1604.001655,2535.022937,1678.639133,2268.856497 +307580,2986.241814,1602.726129,2535.462382,1681.083575,2271.014473 +307581,2986.995734,1601.624454,2535.855213,1683.492495,2273.09716 +307582,2987.707772,1600.235697,2536.204737,1685.934178,2275.112005 +307583,2988.379341,1599.05404,2536.512949,1688.184504,2277.064415 +307584,2989.010455,1597.768516,2536.780805,1690.521996,2278.958138 +307585,2989.889915,1596.48234,2537.008822,1692.791671,2280.796018 +307586,2990.421398,1595.181172,2537.198775,1694.885818,2282.582139 +307587,2990.912671,1593.865281,2537.355883,1697.246624,2284.324578 +307588,2991.374007,1592.534792,2537.480814,1699.314719,2286.025599 +307589,2991.804103,1591.190326,2537.570825,1701.431319,2287.683039 +307590,2992.202543,1589.831975,2537.626262,1703.500519,2289.298334 +307591,2992.576303,1588.416249,2537.652942,1705.861504,2290.879496 +307592,2992.949203,1586.974693,2537.653058,1708.223764,2292.436081 +307593,2993.33307,1585.511864,2537.625423,1710.621089,2293.971891 +307594,2993.726581,1584.02867,2537.568059,1713.014204,2295.486686 +307595,2994.122822,1582.525963,2537.479643,1715.395983,2296.97911 +307596,2994.5152,1581.003853,2537.35998,1717.808122,2298.448509 +307597,2994.897303,1579.462866,2537.208358,1720.120361,2299.893517 +307598,2995.264794,1577.902963,2537.024482,1722.506094,2301.313406 +307599,2995.616463,1576.324592,2536.809337,1724.861679,2302.709141 +307600,2995.951634,1574.727668,2536.563797,1727.038878,2304.081652 +307601,2996.272877,1573.112604,2536.290543,1729.572439,2305.434159 +307602,2996.577554,1571.479289,2535.988774,1731.811785,2306.765649 +307603,2996.859399,1569.726251,2535.655213,1734.127966,2308.07204 +307604,2997.118154,1568.205434,2535.290243,1736.460391,2309.353762 +307605,2997.354591,1566.447734,2534.89477,1738.712959,2310.611881 +307606,2997.569649,1564.758043,2534.469747,1741.03759,2311.847552 +307607,2997.76378,1563.036335,2534.015783,1743.268466,2313.061529 +307608,2997.936727,1561.296708,2533.533008,1745.546141,2314.254007 +307609,2998.089238,1559.539836,2533.022157,1747.798556,2315.425932 +307610,2998.2219,1557.765554,2532.483836,1750.050804,2316.578109 +307611,2998.332675,1555.974179,2531.916955,1752.273322,2317.709231 +307612,2998.424808,1554.265219,2531.32376,1754.542702,2319.030303 +307613,2998.492406,1552.293765,2530.700647,1756.705718,2320.114685 +307614,2998.54007,1550.520573,2530.050666,1758.935151,2321.176042 +307615,2998.570292,1548.646368,2529.375508,1761.133637,2322.220524 +307616,2998.584883,1546.769325,2528.676473,1763.204442,2323.251554 +307617,2998.808753,1542.513412,2528.09772,1774.647565,2324.448948 +307618,3000.020236,1540.323353,2527.526571,1784.588932,2326.011808 +307619,3001.487863,1538.168434,2526.749998,1774.651247,2327.529386 +307620,3002.860228,1536.281452,2525.874191,1794.065444,2328.952996 +307621,3004.116629,1501.180809,2525.304989,1752.67365,2331.108984 +307622,2999.265888,1498.565566,2520.431747,1762.867062,2326.904804 +307623,2992.163338,1496.533159,2513.909569,1765.086022,2319.900145 +307624,2985.813719,1494.214735,2508.041129,1768.867175,2313.336844 +307625,2981.713409,1491.998555,2503.500592,1772.663124,2308.100985 +307626,2979.316052,1489.765498,2500.15608,1776.600943,2304.59032 +307627,2978.015487,1487.525739,2497.63601,1780.289073,2302.205347 +307628,2977.324853,1485.278032,2495.627154,1784.033063,2300.589825 +307629,2976.962529,1483.021522,2493.933334,1787.759051,2299.518192 +307630,2976.916693,1480.755091,2492.534101,1796.945021,2298.959389 +307631,2976.856354,1478.477832,2491.203603,1787.786325,2298.626656 +307632,2976.854871,1476.189054,2489.968175,1806.946199,2298.548397 +307633,2977.035098,1473.793115,2488.897163,1800.685496,2298.796375 +307634,2977.132448,1471.616594,2487.81245,1806.691782,2299.137951 +307635,2977.187351,1469.224291,2486.72605,1810.499367,2299.582943 +307636,2977.2756,1466.989936,2485.683478,1813.882052,2300.174774 +307637,2977.352313,1464.501312,2484.645727,1817.292621,2300.856636 +307638,2977.423046,1462.196933,2483.616922,1821.080124,2301.623143 +307639,2977.486015,1459.80061,2482.58865,1824.548273,2302.460129 +307640,2977.533092,1457.402583,2481.5565,1828.088698,2303.351791 +307641,2977.560242,1454.990111,2480.510886,1831.648723,2304.282878 +307642,2977.572052,1452.470833,2479.45751,1835.118473,2305.253109 +307643,2977.564036,1450.160131,2478.387931,1838.625299,2306.456616 +307644,2977.536156,1447.63857,2477.304334,1842.105256,2307.470344 +307645,2977.491429,1445.177612,2476.204067,1845.568557,2308.499774 +307646,2977.431943,1442.687927,2475.091161,1849.0578,2309.546548 +307647,2977.356727,1440.182202,2473.960822,1852.461642,2310.608291 +307648,2977.264091,1437.659897,2472.815022,1855.898019,2311.681003 +307649,2977.154795,1435.121815,2471.650345,1859.115961,2312.762866 +307650,2977.032297,1432.657385,2470.472112,1862.721292,2313.853841 +307651,2976.932529,1430.3934,2469.299366,1867.53263,2314.98054 +307652,2977.122419,1428.641971,2468.319339,1878.286672,2316.296626 +307653,2977.393616,1426.667607,2467.411671,1871.562626,2317.60357 +307654,2977.833158,1424.809436,2466.63429,1891.04192,2318.964083 +307655,2978.587136,1422.960917,2466.079137,1889.076406,2320.505065 +307656,2979.355716,1421.130463,2465.554739,1895.655312,2322.006448 +307657,2980.141845,1419.315832,2465.06099,1902.503334,2323.482703 +307658,2981.035592,1417.515256,2464.65212,1908.443068,2325.011155 +307659,2981.987617,1415.72736,2464.294681,1914.504463,2326.558148 +307660,2983.126204,1413.951037,2464.068769,1925.879082,2328.229743 +307661,2984.336899,1412.095988,2463.901324,1926.329142,2329.941064 +307662,2985.419757,1410.468243,2463.664565,1933.860726,2331.537883 +307663,2986.48854,1408.745983,2463.427911,1940.843029,2333.108647 +307664,2987.626644,1406.89256,2463.240773,1947.528222,2334.716545 +307665,2988.94444,1405.220644,2463.171605,1959.217618,2336.449972 +307666,2990.315888,1403.482035,2463.140586,1960.090312,2338.213328 +307667,2991.538444,1401.761543,2463.01886,1967.946201,2339.848571 +307668,2993.028467,1400.977105,2463.069803,1985.111621,2341.684977 +307669,2995.570693,1399.401578,2463.590167,1996.01681,2343.965175 +307670,2998.491462,1397.963544,2464.24142,1999.511116,2346.313262 +307671,3001.512503,1396.31433,2464.782041,2010.220019,2348.497355 +307672,3003.916032,1394.727346,2465.1848,2014.32442,2350.520512 +307673,3005.88361,1393.12538,2465.375506,2019.830501,2352.297539 +307674,3007.440907,1391.521522,2465.345047,2024.718965,2353.810628 +307675,3008.628069,1390.002531,2465.096542,2027.961049,2355.055557 +307676,3009.448485,1388.275265,2464.617169,2031.426811,2356.010038 +307677,3009.967019,1386.730293,2463.939259,2035.125294,2356.71097 +307678,3010.269902,1385.012778,2463.112403,2039.010563,2357.218975 +307679,3010.422119,1383.529675,2462.173474,2043.024482,2357.581243 +307680,3010.474227,1381.86429,2461.155344,2047.307973,2357.842113 +307681,3008.141586,1314.267266,2457.687465,2050.430487,2353.605545 +307682,2996.268977,1312.363167,2447.251765,2048.084911,2338.81002 +307683,2974.429086,1310.702552,2433.762397,2043.97472,2318.856808 +307684,2808.007569,1309.106694,2418.138369,2038.079146,2295.609512 +307685,2920.202442,1307.544051,2403.310134,2033.485142,2273.171131 +307686,2878.679901,1306.001125,2392.826702,2033.4243,2256.310026 +307687,2890.612676,1304.447484,2385.349947,2036.082676,2243.32781 +307688,2874.959758,1302.919756,2379.244614,2039.762008,2232.586835 +307689,2889.303671,1301.404963,2373.875454,2043.338454,2223.129706 +307690,2882.36171,1299.898466,2369.484747,2047.391631,2215.252035 +307691,2880.698998,1298.397872,2365.547449,2051.481275,2208.283028 +307692,2881.581365,1296.902383,2361.911781,2055.559291,2202.008244 +307693,2882.295453,1295.412584,2360.235318,2061.531518,2198.457709 +307694,2880.805372,1293.92105,2356.249513,2064.722468,2192.318242 +307695,2881.643234,1292.517992,2354.588279,2070.340226,2189.296349 +307696,2880.409976,1290.914003,2350.681564,2073.380526,2183.698514 +307697,2880.807543,1289.489639,2347.494749,2077.194547,2179.164356 +307698,2880.777545,1287.917532,2344.626424,2081.373014,2175.170289 +307699,2880.944099,1286.553528,2341.954561,2085.766392,2171.552507 +307700,2880.754186,1285.019478,2339.400671,2090.270209,2168.203883 +307701,2881.89366,1283.554532,2338.561357,2096.822498,2167.097035 +307702,2880.532375,1282.074513,2335.226128,2100.324289,2163.008005 +307703,2889.037008,1280.599288,2332.596266,2104.60697,2159.878239 +307704,2872.760952,1279.121599,2330.067669,2109.059118,2156.93915 +307705,2889.1103,1277.644477,2327.586184,2113.61802,2154.116538 +307706,2874.628684,1276.167229,2325.190692,2118.309162,2151.454835 +307707,2888.945199,1274.689666,2322.879369,2123.11629,2148.948369 +307708,2883.108977,1273.211825,2320.716729,2128.254445,2146.673687 +307709,2881.688529,1271.733164,2318.494812,2133.130198,2144.369431 +307710,2882.289845,1270.253815,2316.176381,2138.065661,2141.984307 +307711,2883.38797,1268.747942,2315.513496,2144.783458,2141.689771 +307712,2881.180931,1267.217407,2312.320267,2147.913271,2138.303097 +307713,2881.455933,1265.690236,2311.263356,2153.55776,2137.602137 +307714,2879.361991,1264.154483,2307.816065,2156.459628,2133.968989 +307715,2878.717988,1262.624984,2304.970746,2159.641708,2131.099229 +307716,2877.790121,1261.093344,2302.358836,2162.952836,2128.528042 +307717,2877.1618,1259.563288,2299.890357,2166.315832,2126.147789 +307718,2877.36548,1258.036287,2299.14579,2171.685748,2125.928941 +307719,2874.869859,1256.505243,2295.896983,2173.911927,2122.636374 +307720,2875.135593,1254.983484,2294.820771,2178.432339,2122.061035 +307721,2872.895854,1253.454783,2291.394191,2180.258113,2118.587302 +307722,2879.451387,1251.934559,2288.744977,2182.917973,2116.081811 +307723,2866.290193,1250.414596,2287.900312,2187.548522,2115.819234 +307724,2876.158602,1248.89134,2284.564928,2189.322797,2112.482407 +307725,2863.35673,1247.3761,2281.789641,2191.667316,2109.846519 +307726,2875.423617,1245.784058,2280.904403,2196.276455,2109.559111 +307727,2861.001824,1244.457813,2277.595699,2197.888505,2106.277802 +307728,2871.518456,1270.44062,2274.832072,2200.054501,2103.67682 +307729,2867.011135,1200.441904,2272.305221,2202.678245,2101.602126 +307730,2857.80128,1259.437518,2271.791816,2207.062487,2101.551922 +307731,2869.078404,1256.161491,2270.07988,2210.201346,2100.278587 +307732,2862.982746,1207.405268,2266.303612,2211.154485,2096.699404 +307733,2852.469029,1246.016836,2263.613745,2213.103902,2094.216354 +307734,2865.42537,1255.701074,2262.566668,2216.891545,2093.761629 +307735,2859.612695,1198.435687,2259.415771,2218.260685,2090.696979 +307736,2856.509433,1246.044349,2256.913303,2220.313126,2088.441746 +307737,2855.017446,1246.876459,2254.402593,2222.330168,2086.175608 +307738,2853.963051,1199.058438,2252.015924,2224.450601,2084.064623 +307739,2852.833845,1237.970022,2249.768072,2226.675836,2082.130176 +307740,2852.817591,1242.402112,2249.12571,2230.620049,2082.203601 +307741,1999.641119,1194.05588,1083.187883,1758.879125,2416.429418 +307742,2072.974571,1366.354767,1123.937313,1825.883449,2459.880184 +307743,2151.732994,1352.55781,1170.666341,1896.132737,2490.747397 +307744,2216.669386,1354.826315,1211.62072,1949.163266,2507.610115 +307745,2267.035124,1355.308245,1245.464086,1984.451821,2518.80935 +307746,2305.108183,1354.444882,1272.700055,2006.31511,2526.835245 +307747,2334.1747,1353.446289,1294.798878,2019.961309,2532.88816 +307748,2356.982133,1352.377149,1313.296272,2029.247406,2537.711076 +307749,2375.376929,1351.350566,1328.769922,2036.334311,2541.790979 +307750,2390.477202,1350.082006,1341.976795,2042.203218,2545.391634 +307751,2402.960767,1348.984438,1353.292576,2047.242617,2548.61497 +307752,2413.316202,1347.794919,1363.007554,2051.646674,2551.516099 +307753,2421.933055,1346.589902,1371.365737,2055.555622,2554.133813 +307754,2429.102844,1345.397549,1378.56165,2059.062811,2556.469386 +307755,2435.117574,1344.20703,1384.787317,2062.285536,2558.582932 +307756,2440.216113,1343.017004,1390.205304,2065.313057,2560.528209 +307757,2444.556582,1341.830161,1394.936405,2068.183464,2562.318122 +307758,2448.276024,1340.64557,1399.083928,2071.109895,2563.969876 +307759,2451.480775,1339.465794,1402.735071,2073.725629,2565.500634 +307760,2454.261933,1338.289348,1405.963164,2076.241656,2566.926289 +307761,2456.687468,1337.117442,1408.829736,2078.675357,2568.260947 +307762,2458.817783,1335.948812,1411.386429,2081.0369,2569.517026 +307763,2460.695957,1334.784035,1413.67654,2083.331565,2570.705234 +307764,2462.362607,1333.537263,1415.736421,2085.562405,2571.834829 +307765,2463.844739,1332.503755,1417.596591,2087.731653,2572.913716 +307766,2465.167207,1331.282983,1419.282735,2089.841256,2573.948694 +307767,2466.351023,1330.140039,1420.816461,2091.892901,2574.945503 +307768,2467.413172,1328.966328,1422.216022,2093.888062,2575.909069 +307769,2468.364805,1327.822714,1423.495387,2095.824871,2576.840584 +307770,2469.22005,1326.651226,1424.669474,2097.708603,2577.74746 +307771,2469.986262,1325.460198,1425.748347,2099.537828,2578.630223 +307772,2470.653099,1324.265688,1426.740356,2101.174042,2579.491495 +307773,2471.216344,1323.068571,1427.653245,2102.543028,2580.334139 +307774,2471.680301,1321.868971,1428.494107,2103.646884,2581.16035 +307775,2472.053228,1320.667024,1429.269234,2104.52193,2581.97166 +307776,2472.343644,1319.462379,1429.984114,2105.206378,2582.769186 +307777,2472.558851,1318.254986,1430.643492,2105.72823,2583.553769 +307778,2472.704782,1317.044438,1431.251489,2106.105265,2584.326078 +307779,2472.786519,1315.830684,1431.811687,2106.348611,2585.086608 +307780,2472.808455,1314.613333,1432.327234,2106.465865,2585.835741 +307781,2472.774379,1313.392368,1432.800895,2106.462786,2586.573729 +307782,2472.687622,1312.167432,1433.235122,2106.344045,2587.300737 +307783,2472.551099,1310.938548,1433.63209,2106.113508,2588.016843 +307784,2472.367374,1309.705395,1433.993748,2105.7744,2588.72207 +307785,2472.138712,1308.468037,1434.321843,2105.329424,2589.416379 +307786,2471.867141,1307.226185,1434.617955,2104.780886,2590.099705 +307787,2471.554479,1305.979941,1434.883516,2104.13078,2590.771944 +307788,2471.202391,1304.72906,1435.119834,2103.380875,2591.432982 +307789,2470.812371,1303.4732,1435.328107,2102.532747,2592.082678 +307790,2470.385803,1302.213254,1435.509436,2101.58783,2592.720889 +307791,2469.923941,1300.948398,1435.664839,2100.547433,2593.347458 +307792,2469.427968,1299.678811,1435.795265,2099.412772,2593.962243 +307793,2468.898977,1298.40462,1435.901596,2098.184971,2594.565089 +307794,2468.337991,1297.125623,1435.984661,2096.865084,2595.155861 +307795,2467.74592,1293.451956,1436.04521,2095.454059,2595.734363 +307796,2466.834581,1291.785834,1435.984556,2093.246701,2596.302165 +307797,2465.740128,1290.274493,1435.838754,2090.563219,2596.85596 +307798,2464.629457,1288.798876,1435.657661,2087.812326,2597.395342 +307799,2463.582697,1287.340877,1435.467706,2085.17962,2597.920944 +307800,2462.612226,1285.891964,1435.276096,2082.674991,2598.433245 +307801,0,0,0,0,0 +307802,0,0,0,0,0 +307803,0,0,0,0,0 +307804,0,0,0,0,0 +307805,0,0,0,0,0 +307806,0,0,0,0,0 +307807,0,0,0,0,0 +307808,0,0,0,0,0 +307809,0,0,0,0,0 +307810,0,0,0,0,0 +307811,0,0,0,0,0 +307812,0,0,0,0,0 +307813,0,0,0,0,0 +307814,0,0,0,0,0 +307815,0,0,0,0,0 +307816,0,0,0,0,0 +307817,0,0,0,0,0 +307818,0,0,0,0,0 +307819,0,0,0,0,0 +307820,0,0,0,0,0 +307821,0,0,0,0,0 +307822,0,0,0,0,0 +307823,0,0,0,0,0 +307824,0,0,0,0,0 +307825,0,0,0,0,0 +307826,0,0,0,0,0 +307827,0,0,0,0,0 +307828,0,0,0,0,0 +307829,0,0,0,0,0 +307830,0,0,0,0,0 +307831,0,0,0,0,0 +307832,0,0,0,0,0 +307833,0,0,0,0,0 +307834,0,0,0,0,0 +307835,0,0,0,0,0 +307836,0,0,0,0,0 +307837,0,0,0,0,0 +307838,0,0,0,0,0 +307839,0,0,0,0,0 +307840,0,0,0,0,0 +307841,0,0,0,0,0 +307842,0,0,0,0,0 +307843,0,0,0,0,0 +307844,0,0,0,0,0 +307845,0,0,0,0,0 +307846,0,0,0,0,0 +307847,0,0,0,0,0 +307848,0,0,0,0,0 +307849,0,0,0,0,0 +307850,0,0,0,0,0 +307851,0,0,0,0,0 +307852,0,0,0,0,0 +307853,0,0,0,0,0 +307854,0,0,0,0,0 +307855,0,0,0,0,0 +307856,0,0,0,0,0 +307857,0,0,0,0,0 +307858,0,0,0,0,0 +307859,0,0,0,0,0 +307860,0,0,0,0,0 +307861,0,0,0,0,0 +307862,0,0,0,0,0 +307863,0,0,0,0,0 +307864,0,0,0,0,0 +307865,0,0,0,0,0 +307866,0,0,0,0,0 +307867,0,0,0,0,0 +307868,0,0,0,0,0 +307869,0,0,0,0,0 +307870,0,0,0,0,0 +307871,0,0,0,0,0 +307872,0,0,0,0,0 +307873,0,0,0,0,0 +307874,0,0,0,0,0 +307875,0,0,0,0,0 +307876,0,0,0,0,0 +307877,0,0,0,0,0 +307878,0,0,0,0,0 +307879,0,0,0,0,0 +307880,0,0,0,0,0 +307881,0,0,0,0,0 +307882,0,0,0,0,0 +307883,0,0,0,0,0 +307884,0,0,0,0,0 +307885,0,0,0,0,0 +307886,0,0,0,0,0 +307887,0,0,0,0,0 +307888,0,0,0,0,0 +307889,0,0,0,0,0 +307890,0,0,0,0,0 +307891,0,0,0,0,0 +307892,0,0,0,0,0 +307893,0,0,0,0,0 +307894,0,0,0,0,0 +307895,0,0,0,0,0 +307896,0,0,0,0,0 +307897,0,0,0,0,0 +307898,0,0,0,0,0 +307899,0,0,0,0,0 +307900,0,0,0,0,0 +307901,0,0,0,0,0 +307902,0,0,0,0,0 +307903,0,0,0,0,0 +307904,0,0,0,0,0 +307905,0,0,0,0,0 +307906,0,0,0,0,0 +307907,0,0,0,0,0 +307908,0,0,0,0,0 +307909,0,0,0,0,0 +307910,0,0,0,0,0 +307911,0,0,0,0,0 +307912,0,0,0,0,0 +307913,0,0,0,0,0 +307914,0,0,0,0,0 +307915,0,0,0,0,0 +307916,0,0,0,0,0 +307917,0,0,0,0,0 +307918,0,0,0,0,0 +307919,0,0,0,0,0 +307920,0,0,0,0,0 +307921,0,0,0,0,0 +307922,0,0,0,0,0 +307923,0,0,0,0,0 +307924,0,0,0,0,0 +307925,0,0,0,0,0 +307926,0,0,0,0,0 +307927,0,0,0,0,0 +307928,0,0,0,0,0 +307929,0,0,0,0,0 +307930,0,0,0,0,0 +307931,0,0,0,0,0 +307932,0,0,0,0,0 +307933,0,0,0,0,0 +307934,0,0,0,0,0 +307935,0,0,0,0,0 +307936,0,0,0,0,0 +307937,0,0,0,0,0 +307938,0,0,0,0,0 +307939,0,0,0,0,0 +307940,0,0,0,0,0 +307941,0,0,0,0,0 +307942,0,0,0,0,0 +307943,0,0,0,0,0 +307944,0,0,0,0,0 +307945,0,0,0,0,0 +307946,0,0,0,0,0 +307947,0,0,0,0,0 +307948,0,0,0,0,0 +307949,0,0,0,0,0 +307950,0,0,0,0,0 +307951,0,0,0,0,0 +307952,0,0,0,0,0 +307953,0,0,0,0,0 +307954,0,0,0,0,0 +307955,0,0,0,0,0 +307956,0,0,0,0,0 +307957,0,0,0,0,0 +307958,0,0,0,0,0 +307959,0,0,0,0,0 +307960,0,0,0,0,0 +307961,0,0,0,0,0 +307962,0,0,0,0,0 +307963,0,0,0,0,0 +307964,0,0,0,0,0 +307965,0,0,0,0,0 +307966,0,0,0,0,0 +307967,0,0,0,0,0 +307968,0,0,0,0,0 +307969,0,0,0,0,0 +307970,0,0,0,0,0 +307971,0,0,0,0,0 +307972,0,0,0,0,0 +307973,0,0,0,0,0 +307974,0,0,0,0,0 +307975,0,0,0,0,0 +307976,0,0,0,0,0 +307977,0,0,0,0,0 +307978,0,0,0,0,0 +307979,0,0,0,0,0 +307980,0,0,0,0,0 +307981,0,0,0,0,0 +307982,0,0,0,0,0 +307983,0,0,0,0,0 +307984,0,0,0,0,0 +307985,0,0,0,0,0 +307986,0,0,0,0,0 +307987,0,0,0,0,0 +307988,0,0,0,0,0 +307989,0,0,0,0,0 +307990,0,0,0,0,0 +307991,0,0,0,0,0 +307992,0,0,0,0,0 +307993,0,0,0,0,0 +307994,0,0,0,0,0 +307995,0,0,0,0,0 +307996,0,0,0,0,0 +307997,0,0,0,0,0 +307998,0,0,0,0,0 +307999,0,0,0,0,0 +308000,0,0,0,0,0 +308001,0,0,0,0,0 +308002,0,0,0,0,0 +308003,0,0,0,0,0 +308004,0,0,0,0,0 +308005,0,0,0,0,0 +308006,0,0,0,0,0 +308007,0,0,0,0,0 +308008,0,0,0,0,0 +308009,0,0,0,0,0 +308010,0,0,0,0,0 +308011,0,0,0,0,0 +308012,0,0,0,0,0 +308013,0,0,0,0,0 +308014,0,0,0,0,0 +308015,0,0,0,0,0 +308016,0,0,0,0,0 +308017,0,0,0,0,0 +308018,0,0,0,0,0 +308019,0,0,0,0,0 +308020,0,0,0,0,0 +308021,0,0,0,0,0 +308022,0,0,0,0,0 +308023,0,0,0,0,0 +308024,0,0,0,0,0 +308025,0,0,0,0,0 +308026,0,0,0,0,0 +308027,0,0,0,0,0 +308028,0,0,0,0,0 +308029,0,0,0,0,0 +308030,0,0,0,0,0 +308031,0,0,0,0,0 +308032,0,0,0,0,0 +308033,0,0,0,0,0 +308034,0,0,0,0,0 +308035,0,0,0,0,0 +308036,0,0,0,0,0 +308037,0,0,0,0,0 +308038,0,0,0,0,0 +308039,0,0,0,0,0 +308040,0,0,0,0,0 +308041,0,0,0,0,0 +308042,0,0,0,0,0 +308043,0,0,0,0,0 +308044,0,0,0,0,0 +308045,0,0,0,0,0 +308046,0,0,0,0,0 +308047,0,0,0,0,0 +308048,0,0,0,0,0 +308049,0,0,0,0,0 +308050,0,0,0,0,0 +308051,0,0,0,0,0 +308052,0,0,0,0,0 +308053,0,0,0,0,0 +308054,0,0,0,0,0 +308055,0,0,0,0,0 +308056,0,0,0,0,0 +308057,0,0,0,0,0 +308058,0,0,0,0,0 +308059,0,0,0,0,0 +308060,0,0,0,0,0 +308061,0,0,0,0,0 +308062,0,0,0,0,0 +308063,0,0,0,0,0 +308064,0,0,0,0,0 +308065,0,0,0,0,0 +308066,0,0,0,0,0 +308067,0,0,0,0,0 +308068,0,0,0,0,0 +308069,0,0,0,0,0 +308070,0,0,0,0,0 +308071,0,0,0,0,0 +308072,0,0,0,0,0 +308073,0,0,0,0,0 +308074,0,0,0,0,0 +308075,0,0,0,0,0 +308076,0,0,0,0,0 +308077,0,0,0,0,0 +308078,0,0,0,0,0 +308079,0,0,0,0,0 +308080,0,0,0,0,0 +308081,0,0,0,0,0 +308082,0,0,0,0,0 +308083,0,0,0,0,0 +308084,0,0,0,0,0 +308085,0,0,0,0,0 +308086,0,0,0,0,0 +308087,0,0,0,0,0 +308088,0,0,0,0,0 +308089,0,0,0,0,0 +308090,0,0,0,0,0 +308091,0,0,0,0,0 +308092,0,0,0,0,0 +308093,0,0,0,0,0 +308094,0,0,0,0,0 +308095,0,0,0,0,0 +308096,0,0,0,0,0 +308097,0,0,0,0,0 +308098,0,0,0,0,0 +308099,0,0,0,0,0 +308100,0,0,0,0,0 +308101,0,0,0,0,0 +308102,0,0,0,0,0 +308103,0,0,0,0,0 +308104,0,0,0,0,0 +308105,0,0,0,0,0 +308106,0,0,0,0,0 +308107,0,0,0,0,0 +308108,0,0,0,0,0 +308109,0,0,0,0,0 +308110,0,0,0,0,0 +308111,0,0,0,0,0 +308112,0,0,0,0,0 +308113,0,0,0,0,0 +308114,0,0,0,0,0 +308115,0,0,0,0,0 +308116,0,0,0,0,0 +308117,0,0,0,0,0 +308118,0,0,0,0,0 +308119,0,0,0,0,0 +308120,0,0,0,0,0 +308121,0,0,0,0,0 +308122,0,0,0,0,0 +308123,0,0,0,0,0 +308124,0,0,0,0,0 +308125,0,0,0,0,0 +308126,0,0,0,0,0 +308127,0,0,0,0,0 +308128,0,0,0,0,0 +308129,0,0,0,0,0 +308130,0,0,0,0,0 +308131,0,0,0,0,0 +308132,0,0,0,0,0 +308133,0,0,0,0,0 +308134,0,0,0,0,0 +308135,0,0,0,0,0 +308136,0,0,0,0,0 +308137,0,0,0,0,0 +308138,0,0,0,0,0 +308139,0,0,0,0,0 +308140,0,0,0,0,0 +308141,0,0,0,0,0 +308142,0,0,0,0,0 +308143,0,0,0,0,0 +308144,0,0,0,0,0 +308145,0,0,0,0,0 +308146,0,0,0,0,0 +308147,0,0,0,0,0 +308148,0,0,0,0,0 +308149,0,0,0,0,0 +308150,0,0,0,0,0 +308151,0,0,0,0,0 +308152,0,0,0,0,0 +308153,0,0,0,0,0 +308154,0,0,0,0,0 +308155,0,0,0,0,0 +308156,0,0,0,0,0 +308157,0,0,0,0,0 +308158,0,0,0,0,0 +308159,0,0,0,0,0 +308160,0,0,0,0,0 +308161,0,0,0,0,0 +308162,0,0,0,0,0 +308163,0,0,0,0,0 +308164,0,0,0,0,0 +308165,0,0,0,0,0 +308166,0,0,0,0,0 +308167,0,0,0,0,0 +308168,0,0,0,0,0 +308169,0,0,0,0,0 +308170,0,0,0,0,0 +308171,0,0,0,0,0 +308172,0,0,0,0,0 +308173,0,0,0,0,0 +308174,0,0,0,0,0 +308175,0,0,0,0,0 +308176,0,0,0,0,0 +308177,0,0,0,0,0 +308178,0,0,0,0,0 +308179,0,0,0,0,0 +308180,0,0,0,0,0 +308181,0,0,0,0,0 +308182,0,0,0,0,0 +308183,0,0,0,0,0 +308184,0,0,0,0,0 +308185,0,0,0,0,0 +308186,0,0,0,0,0 +308187,0,0,0,0,0 +308188,0,0,0,0,0 +308189,0,0,0,0,0 +308190,0,0,0,0,0 +308191,0,0,0,0,0 +308192,0,0,0,0,0 +308193,0,0,0,0,0 +308194,0,0,0,0,0 +308195,0,0,0,0,0 +308196,0,0,0,0,0 +308197,0,0,0,0,0 +308198,0,0,0,0,0 +308199,0,0,0,0,0 +308200,0,0,0,0,0 +308201,0,0,0,0,0 +308202,0,0,0,0,0 +308203,0,0,0,0,0 +308204,0,0,0,0,0 +308205,0,0,0,0,0 +308206,0,0,0,0,0 +308207,0,0,0,0,0 +308208,0,0,0,0,0 +308209,0,0,0,0,0 +308210,0,0,0,0,0 +308211,0,0,0,0,0 +308212,0,0,0,0,0 +308213,0,0,0,0,0 +308214,0,0,0,0,0 +308215,0,0,0,0,0 +308216,0,0,0,0,0 +308217,0,0,0,0,0 +308218,0,0,0,0,0 +308219,0,0,0,0,0 +308220,0,0,0,0,0 +308221,0,0,0,0,0 +308222,0,0,0,0,0 +308223,0,0,0,0,0 +308224,0,0,0,0,0 +308225,0,0,0,0,0 +308226,0,0,0,0,0 +308227,0,0,0,0,0 +308228,0,0,0,0,0 +308229,0,0,0,0,0 +308230,0,0,0,0,0 +308231,0,0,0,0,0 +308232,0,0,0,0,0 +308233,0,0,0,0,0 +308234,0,0,0,0,0 +308235,0,0,0,0,0 +308236,0,0,0,0,0 +308237,0,0,0,0,0 +308238,0,0,0,0,0 +308239,0,0,0,0,0 +308240,0,0,0,0,0 +308241,0,0,0,0,0 +308242,0,0,0,0,0 +308243,0,0,0,0,0 +308244,0,0,0,0,0 +308245,0,0,0,0,0 +308246,0,0,0,0,0 +308247,0,0,0,0,0 +308248,0,0,0,0,0 +308249,0,0,0,0,0 +308250,0,0,0,0,0 +308251,0,0,0,0,0 +308252,0,0,0,0,0 +308253,0,0,0,0,0 +308254,0,0,0,0,0 +308255,0,0,0,0,0 +308256,0,0,0,0,0 +308257,0,0,0,0,0 +308258,0,0,0,0,0 +308259,0,0,0,0,0 +308260,0,0,0,0,0 +308261,0,0,0,0,0 +308262,0,0,0,0,0 +308263,0,0,0,0,0 +308264,0,0,0,0,0 +308265,0,0,0,0,0 +308266,0,0,0,0,0 +308267,0,0,0,0,0 +308268,0,0,0,0,0 +308269,0,0,0,0,0 +308270,0,0,0,0,0 +308271,0,0,0,0,0 +308272,0,0,0,0,0 +308273,0,0,0,0,0 +308274,0,0,0,0,0 +308275,0,0,0,0,0 +308276,0,0,0,0,0 +308277,0,0,0,0,0 +308278,0,0,0,0,0 +308279,0,0,0,0,0 +308280,0,0,0,0,0 +308281,0,0,0,0,0 +308282,0,0,0,0,0 +308283,0,0,0,0,0 +308284,0,0,0,0,0 +308285,0,0,0,0,0 +308286,0,0,0,0,0 +308287,0,0,0,0,0 +308288,0,0,0,0,0 +308289,0,0,0,0,0 +308290,0,0,0,0,0 +308291,0,0,0,0,0 +308292,0,0,0,0,0 +308293,0,0,0,0,0 +308294,0,0,0,0,0 +308295,0,0,0,0,0 +308296,0,0,0,0,0 +308297,0,0,0,0,0 +308298,0,0,0,0,0 +308299,0,0,0,0,0 +308300,0,0,0,0,0 +308301,0,0,0,0,0 +308302,0,0,0,0,0 +308303,0,0,0,0,0 +308304,0,0,0,0,0 +308305,0,0,0,0,0 +308306,0,0,0,0,0 +308307,0,0,0,0,0 +308308,0,0,0,0,0 +308309,0,0,0,0,0 +308310,0,0,0,0,0 +308311,0,0,0,0,0 +308312,0,0,0,0,0 +308313,0,0,0,0,0 +308314,0,0,0,0,0 +308315,0,0,0,0,0 +308316,0,0,0,0,0 +308317,0,0,0,0,0 +308318,0,0,0,0,0 +308319,0,0,0,0,0 +308320,0,0,0,0,0 +308321,0,0,0,0,0 +308322,0,0,0,0,0 +308323,0,0,0,0,0 +308324,0,0,0,0,0 +308325,0,0,0,0,0 +308326,0,0,0,0,0 +308327,0,0,0,0,0 +308328,0,0,0,0,0 +308329,0,0,0,0,0 +308330,0,0,0,0,0 +308331,0,0,0,0,0 +308332,0,0,0,0,0 +308333,0,0,0,0,0 +308334,0,0,0,0,0 +308335,0,0,0,0,0 +308336,0,0,0,0,0 +308337,0,0,0,0,0 +308338,0,0,0,0,0 +308339,0,0,0,0,0 +308340,0,0,0,0,0 +308341,0,0,0,0,0 +308342,0,0,0,0,0 +308343,0,0,0,0,0 +308344,0,0,0,0,0 +308345,0,0,0,0,0 +308346,0,0,0,0,0 +308347,0,0,0,0,0 +308348,0,0,0,0,0 +308349,0,0,0,0,0 +308350,0,0,0,0,0 +308351,0,0,0,0,0 +308352,0,0,0,0,0 +308353,0,0,0,0,0 +308354,0,0,0,0,0 +308355,0,0,0,0,0 +308356,0,0,0,0,0 +308357,0,0,0,0,0 +308358,0,0,0,0,0 +308359,0,0,0,0,0 +308360,0,0,0,0,0 +308361,0,0,0,0,0 +308362,0,0,0,0,0 +308363,0,0,0,0,0 +308364,0,0,0,0,0 +308365,0,0,0,0,0 +308366,0,0,0,0,0 +308367,0,0,0,0,0 +308368,0,0,0,0,0 +308369,0,0,0,0,0 +308370,0,0,0,0,0 +308371,0,0,0,0,0 +308372,0,0,0,0,0 +308373,0,0,0,0,0 +308374,0,0,0,0,0 +308375,0,0,0,0,0 +308376,0,0,0,0,0 +308377,0,0,0,0,0 +308378,0,0,0,0,0 +308379,0,0,0,0,0 +308380,0,0,0,0,0 +308381,0,0,0,0,0 +308382,0,0,0,0,0 +308383,0,0,0,0,0 +308384,0,0,0,0,0 +308385,0,0,0,0,0 +308386,0,0,0,0,0 +308387,0,0,0,0,0 +308388,0,0,0,0,0 +308389,0,0,0,0,0 +308390,0,0,0,0,0 +308391,0,0,0,0,0 +308392,0,0,0,0,0 +308393,0,0,0,0,0 +308394,0,0,0,0,0 +308395,0,0,0,0,0 +308396,0,0,0,0,0 +308397,0,0,0,0,0 +308398,0,0,0,0,0 +308399,0,0,0,0,0 +308400,0,0,0,0,0 +308401,0,0,0,0,0 +308402,0,0,0,0,0 +308403,0,0,0,0,0 +308404,0,0,0,0,0 +308405,0,0,0,0,0 +308406,0,0,0,0,0 +308407,0,0,0,0,0 +308408,0,0,0,0,0 +308409,0,0,0,0,0 +308410,0,0,0,0,0 +308411,0,0,0,0,0 +308412,0,0,0,0,0 +308413,0,0,0,0,0 +308414,0,0,0,0,0 +308415,0,0,0,0,0 +308416,0,0,0,0,0 +308417,0,0,0,0,0 +308418,0,0,0,0,0 +308419,0,0,0,0,0 +308420,0,0,0,0,0 +308421,0,0,0,0,0 +308422,0,0,0,0,0 +308423,0,0,0,0,0 +308424,0,0,0,0,0 +308425,0,0,0,0,0 +308426,0,0,0,0,0 +308427,0,0,0,0,0 +308428,0,0,0,0,0 +308429,0,0,0,0,0 +308430,0,0,0,0,0 +308431,0,0,0,0,0 +308432,0,0,0,0,0 +308433,0,0,0,0,0 +308434,0,0,0,0,0 +308435,0,0,0,0,0 +308436,0,0,0,0,0 +308437,0,0,0,0,0 +308438,0,0,0,0,0 +308439,0,0,0,0,0 +308440,0,0,0,0,0 +308441,0,0,0,0,0 +308442,0,0,0,0,0 +308443,0,0,0,0,0 +308444,0,0,0,0,0 +308445,0,0,0,0,0 +308446,0,0,0,0,0 +308447,0,0,0,0,0 +308448,0,0,0,0,0 +308449,0,0,0,0,0 +308450,0,0,0,0,0 +308451,0,0,0,0,0 +308452,0,0,0,0,0 +308453,0,0,0,0,0 +308454,0,0,0,0,0 +308455,0,0,0,0,0 +308456,0,0,0,0,0 +308457,0,0,0,0,0 +308458,0,0,0,0,0 +308459,0,0,0,0,0 +308460,0,0,0,0,0 +308461,0,0,0,0,0 +308462,0,0,0,0,0 +308463,0,0,0,0,0 +308464,0,0,0,0,0 +308465,0,0,0,0,0 +308466,0,0,0,0,0 +308467,0,0,0,0,0 +308468,0,0,0,0,0 +308469,0,0,0,0,0 +308470,0,0,0,0,0 +308471,0,0,0,0,0 +308472,0,0,0,0,0 +308473,0,0,0,0,0 +308474,0,0,0,0,0 +308475,0,0,0,0,0 +308476,0,0,0,0,0 +308477,0,0,0,0,0 +308478,0,0,0,0,0 +308479,0,0,0,0,0 +308480,0,0,0,0,0 +308481,0,0,0,0,0 +308482,0,0,0,0,0 +308483,0,0,0,0,0 +308484,0,0,0,0,0 +308485,0,0,0,0,0 +308486,0,0,0,0,0 +308487,0,0,0,0,0 +308488,0,0,0,0,0 +308489,0,0,0,0,0 +308490,0,0,0,0,0 +308491,0,0,0,0,0 +308492,0,0,0,0,0 +308493,0,0,0,0,0 +308494,0,0,0,0,0 +308495,0,0,0,0,0 +308496,0,0,0,0,0 +308497,0,0,0,0,0 +308498,0,0,0,0,0 +308499,0,0,0,0,0 +308500,0,0,0,0,0 +308501,0,0,0,0,0 +308502,0,0,0,0,0 +308503,0,0,0,0,0 +308504,0,0,0,0,0 +308505,0,0,0,0,0 +308506,0,0,0,0,0 +308507,0,0,0,0,0 +308508,0,0,0,0,0 +308509,0,0,0,0,0 +308510,0,0,0,0,0 +308511,0,0,0,0,0 +308512,0,0,0,0,0 +308513,0,0,0,0,0 +308514,0,0,0,0,0 +308515,0,0,0,0,0 +308516,0,0,0,0,0 +308517,0,0,0,0,0 +308518,0,0,0,0,0 +308519,0,0,0,0,0 +308520,0,0,0,0,0 +308521,0,0,0,0,0 +308522,0,0,0,0,0 +308523,0,0,0,0,0 +308524,0,0,0,0,0 +308525,0,0,0,0,0 +308526,0,0,0,0,0 +308527,0,0,0,0,0 +308528,0,0,0,0,0 +308529,0,0,0,0,0 +308530,0,0,0,0,0 +308531,0,0,0,0,0 +308532,0,0,0,0,0 +308533,0,0,0,0,0 +308534,0,0,0,0,0 +308535,0,0,0,0,0 +308536,0,0,0,0,0 +308537,0,0,0,0,0 +308538,0,0,0,0,0 +308539,0,0,0,0,0 +308540,0,0,0,0,0 +308541,0,0,0,0,0 +308542,0,0,0,0,0 +308543,0,0,0,0,0 +308544,0,0,0,0,0 +308545,0,0,0,0,0 +308546,0,0,0,0,0 +308547,0,0,0,0,0 +308548,0,0,0,0,0 +308549,0,0,0,0,0 +308550,0,0,0,0,0 +308551,0,0,0,0,0 +308552,0,0,0,0,0 +308553,0,0,0,0,0 +308554,0,0,0,0,0 +308555,0,0,0,0,0 +308556,0,0,0,0,0 +308557,0,0,0,0,0 +308558,0,0,0,0,0 +308559,0,0,0,0,0 +308560,0,0,0,0,0 +308561,0,0,0,0,0 +308562,0,0,0,0,0 +308563,0,0,0,0,0 +308564,0,0,0,0,0 +308565,0,0,0,0,0 +308566,0,0,0,0,0 +308567,0,0,0,0,0 +308568,0,0,0,0,0 +308569,0,0,0,0,0 +308570,0,0,0,0,0 +308571,0,0,0,0,0 +308572,0,0,0,0,0 +308573,0,0,0,0,0 +308574,0,0,0,0,0 +308575,0,0,0,0,0 +308576,0,0,0,0,0 +308577,0,0,0,0,0 +308578,0,0,0,0,0 +308579,0,0,0,0,0 +308580,0,0,0,0,0 +308581,68.78416288,28.54794839,71.20231596,29.51157879,-188.8116829 +308582,68.55373146,28.59944776,71.19488832,29.54091274,-183.3267049 +308583,67.31170633,28.20733605,70.14428353,29.11492511,-176.6436294 +308584,65.8039019,27.70331759,68.82350243,28.57449205,-170.2557696 +308585,64.41787088,27.25273321,67.62025146,28.08913198,-164.6407244 +308586,63.24921222,26.89662196,66.63355088,27.70073875,-159.7717923 +308587,62.2858347,26.62983846,65.85379054,27.40384256,-155.5033495 +308588,61.49658925,26.43864489,65.25069565,27.18425936,-151.7027519 +308589,60.85714947,26.31200582,64.79991546,27.03066189,-148.2776422 +308590,60.35062243,26.24208432,64.48430534,26.93505223,-145.1662807 +308591,59.9657604,26.22356414,64.29219128,26.89201693,-142.3204242 +308592,59.69026627,26.25084673,64.21122749,26.8958799,-139.7048909 +308593,59.5130068,26.31897685,64.23032959,26.94161548,-137.288974 +308594,59.42360206,26.42340467,64.33913768,27.02460882,-135.0464208 +308595,59.4134952,26.56044424,64.52907677,27.14111482,-132.9532292 +308596,59.47476152,26.72671813,64.79218662,27.28770287,-130.9893646 +308597,59.60057886,26.91936142,65.12160627,27.46146015,-129.1373004 +308598,59.78507334,27.13594485,65.51142523,27.65991418,-127.3816959 +308599,60.02277622,27.37422158,65.95614023,27.88077877,-125.7098382 +308600,60.30897543,27.6322828,66.45100607,28.12210912,-124.1105437 +308601,60.63969623,27.90854518,66.99201534,28.38228879,-122.5737952 +308602,61.0112484,28.20154301,67.57544561,28.65982147,-121.09123 +308603,61.42046099,28.51003321,68.19809392,28.95343565,-119.6554196 +308604,61.86439218,28.83286305,68.85698696,29.26195212,-118.2601484 +308605,62.3407054,29.16914073,69.54975715,29.5844543,-116.8995102 +308606,62.84702681,29.51794367,70.27400027,29.91999635,-115.5688918 +308607,63.38142774,29.87853809,71.02775788,30.26782259,-114.2639321 +308608,63.94234269,30.25034259,71.80943549,30.627331,-112.9805337 +308609,64.52812554,30.63272694,72.61735868,30.99787179,-111.7155478 +308610,65.13725721,31.0251075,73.44998087,31.37884281,-110.4662951 +308611,65.76861892,31.42707221,74.30615649,31.7698144,-109.2299774 +308612,66.43024954,31.84614955,75.20217611,32.17741804,-108.0046698 +308613,67.12724839,32.28949874,76.1540306,32.60569475,-106.7881063 +308614,67.86005974,32.75960223,77.16478395,33.05515464,-105.5786286 +308615,68.62680809,33.25573884,78.23362954,33.52458579,-104.3748221 +308616,69.42533,33.7761462,79.35529595,34.01251308,-103.1749651 +308617,70.25332458,34.31886557,80.52680446,34.517471,-101.9780727 +308618,71.10899529,34.8823048,81.74335325,35.03832175,-100.7829653 +308619,71.99065638,35.46508123,83.00314901,35.57404983,-99.58885391 +308620,72.89700863,36.0661037,84.30237473,36.12386224,-98.39468843 +308621,73.82678894,36.68437533,85.6400085,36.68701462,-97.19969709 +308622,74.77877522,37.31897505,87.0125559,37.26280675,-96.00332611 +308623,75.75219457,37.96923221,88.41968969,37.85076375,-94.80446265 +308624,76.74566162,38.63423732,89.85792607,38.45015036,-93.60333927 +308625,77.75861317,39.31348837,91.3273068,39.06062,-92.39889965 +308626,78.79014697,40.00635795,92.82496941,39.6816843,-91.19088828 +308627,79.83952601,40.71231762,94.35090592,40.31293988,-89.97891205 +308628,80.90626563,41.43097385,95.90277841,40.95410626,-88.76226582 +308629,81.98954625,42.1617976,97.4805912,41.60475721,-87.54098314 +308630,83.08877386,42.90437673,99.08198004,42.26457456,-86.31480568 +308631,84.20357146,43.65840971,100.7074649,42.93334317,-85.08318542 +308632,85.33343941,44.42354959,102.3548412,43.61079588,-83.84589314 +308633,86.47777947,45.19941319,104.0244645,44.29662352,-82.60296432 +308634,87.63629109,45.98576033,105.7143815,44.99065495,-81.3539721 +308635,88.80864829,46.78234559,107.4252646,45.69270936,-80.09860599 +308636,89.99401114,47.58869563,109.1546635,46.40237416,-78.83755518 +308637,91.19227926,48.40467815,110.9035113,47.11957436,-77.57022255 +308638,92.40305061,49.23002807,112.6698303,47.84409919,-76.29661355 +308639,93.62616353,50.06459314,114.4545205,48.57584797,-75.01634458 +308640,94.86110564,50.90806501,116.2555228,49.31456157,-73.72971514 +308641,94.63150278,51.08929189,116.597547,49.38913522,-75.12045037 +308642,112.8435632,59.79198089,135.3205859,57.98961096,-42.23964643 +308643,140.7394597,72.84340404,163.7164263,70.94053018,9.514929192 +308644,169.203155,85.97270771,192.7088935,83.96813528,63.82439649 +308645,194.3325565,97.4012685,218.405621,95.29256857,113.4093447 +308646,215.6516177,268.4332965,906.840019,144.6371274,156.9422459 +308647,401.3145188,392.8621228,802.2676604,442.7595943,195.252297 +308648,908.4758546,302.7934737,768.969192,269.4205845,229.3892725 +308649,596.8387482,352.1690582,843.9385049,335.6852086,260.0989724 +308650,720.0615261,363.2425209,865.1823732,346.392893,287.864244 +308651,739.7130549,372.8316379,884.8409053,355.8503575,313.0290158 +308652,756.6945294,382.6907464,903.656538,364.8880429,335.8808126 +308653,773.127543,391.5301181,922.0172427,373.3508029,356.6774371 +308654,788.7292173,401.0025052,940.1292822,382.2543496,375.6480977 +308655,805.0581813,409.6841321,957.8303167,390.5729803,393.0029118 +308656,820.2038006,418.9479805,975.2444618,398.7413742,408.4135658 +308657,835.1161425,427.2262632,991.965594,407.1030077,422.1876514 +308658,850.0306955,435.9319524,1009.34369,415.1144648,434.6782773 +308659,864.3052271,444.1534308,1025.667397,422.7793607,982.8316879 +308660,878.3680762,452.6894003,1041.989546,430.4620046,730.3212421 +308661,892.5887179,460.7259671,1057.981652,438.2942048,816.3523895 +308662,906.1811231,468.7974608,1073.885889,445.6511653,845.0154426 +308663,919.8327104,476.7454147,1089.292257,453.0450489,864.1943356 +308664,932.6603529,484.523414,1104.730955,460.2988529,883.4387603 +308665,945.7041855,492.2626441,1119.754326,467.2504489,900.9502103 +308666,958.5287658,499.8721678,1134.788829,474.6037221,918.6237823 +308667,970.9529855,507.3891874,1149.33081,481.390945,935.3529842 +308668,983.4344988,514.5988788,1163.902513,488.2693094,952.2984311 +308669,995.0572051,522.2641223,1178.294787,495.0166195,963.612371 +308670,1007.722022,529.3390745,1192.265737,501.6721724,977.3971371 +308671,1020.885175,540.1708645,1212.139261,509.1269115,989.7965878 +308672,1034.319306,551.4372422,1232.50022,516.6184616,1002.244274 +308673,1047.625429,562.9437864,1252.952708,523.8826551,1014.308808 +308674,1064.7998,588.0936606,1291.150232,530.9581808,1026.167701 +308675,1078.477379,602.2935328,1314.016861,537.997625,1037.527653 +308676,1091.846074,615.4731179,1336.076527,545.2960411,1048.79471 +308677,1105.186987,628.7391016,1362.242169,552.5386621,1059.750546 +308678,1118.322405,641.7074559,1388.387146,559.9795101,1070.465026 +308679,1131.348252,655.407358,1381.296924,566.8375671,1081.039646 +308680,1144.405507,668.7725081,1432.845936,574.1514231,1091.296987 +308681,1157.219538,681.7878254,1441.743144,581.2181752,1101.473565 +308682,1170.125242,695.4113197,1465.302224,588.3535803,1111.350005 +308683,1182.785325,708.8559001,1486.52649,595.4050167,1121.166818 +308684,1195.547586,722.3998855,1507.854216,602.1590585,1130.698376 +308685,1215.267153,752.607353,1550.361708,609.7576122,1140.29983 +308686,1229.057541,769.3380169,1574.200758,616.4829779,1149.572203 +308687,1241.996132,784.3556636,1596.480935,623.5085724,1158.802389 +308688,1254.934661,799.4004061,1618.733243,630.3912385,1167.762164 +308689,1267.566393,814.2855161,1640.364551,637.2360932,1176.683695 +308690,1280.288989,829.1185636,1661.760568,644.0714527,1185.111116 +308691,1292.735032,843.8885906,1683.333157,650.8114263,1194.261064 +308692,1305.248507,858.7459782,1704.329517,657.6310875,1202.614907 +308693,1317.699976,873.5219086,1731.405891,664.3240185,1211.086769 +308694,1329.953263,888.3356248,1758.510007,671.0677021,1219.449894 +308695,1342.278701,903.1073386,1739.811822,677.7905739,1227.663724 +308696,1353.966449,917.9955606,1801.739643,684.4233193,1235.938729 +308697,1366.963585,932.7596704,1804.803675,691.1313919,1243.918704 +308698,1378.630801,947.6758248,1828.220461,697.7165529,1251.909565 +308699,1390.948433,962.5095475,1848.473411,704.387035,1259.919115 +308700,1402.782191,977.3416449,1877.008853,710.9306393,1267.602383 +308701,1653.754004,1086.051095,2125.881059,815.5906623,1742.927972 +308702,2044.385047,1285.824077,2205.630633,996.6703627,2423.622945 +308703,1741.754437,1141.507059,2183.857778,853.1872043,1812.006818 +308704,1852.487169,1220.598393,2172.879201,920.143994,2103.452635 +308705,1873.366327,1225.50416,2163.168202,917.4258183,2034.094302 +308706,1874.459837,1241.024669,2157.706551,924.3328949,2065.113774 +308707,1890.040156,1256.678085,2157.367325,931.6496852,2064.037679 +308708,1909.957599,1301.115395,2161.278231,938.06714,2082.293189 +308709,1924.137753,1306.415738,2168.784054,945.0141903,2082.01654 +308710,1937.896619,1309.401618,2178.456866,952.1591387,2094.713238 +308711,1950.835942,1351.027643,2189.198384,958.9621882,2103.02674 +308712,1964.305931,1355.548149,2200.298423,966.0619733,2111.629131 +308713,1977.437906,1374.631275,2211.421138,972.9488233,2120.10925 +308714,1990.331556,1390.910832,2222.627196,979.8725125,2128.795782 +308715,2003.266784,1407.325502,2233.459617,986.7666755,2137.175587 +308716,2016.456466,1423.60839,2244.094148,993.6327282,2145.346241 +308717,2029.028689,1439.930066,2254.532865,1000.483311,2153.838941 +308718,2041.921201,1455.917912,2264.782676,1007.31112,2161.785545 +308719,2054.632325,1472.351469,2276.59634,1014.056676,2170.284974 +308720,2067.427303,1488.258773,2285.638067,1020.940217,2183.065858 +308721,2079.86183,1504.501066,2295.084177,1027.663443,2183.864801 +308722,2092.405542,1520.303268,2306.153949,1035.283429,2194.399625 +308723,2105.101859,1536.50541,2316.191236,1044.169596,2202.317781 +308724,2129.099648,1552.475931,2324.039959,1048.436724,2209.403192 +308725,2116.80284,1568.28961,2334.360418,1058.053234,2218.242987 +308726,2144.672848,1584.246671,2342.184194,1062.311857,2224.646334 +308727,2155.773718,1600.087852,2350.790393,1072.518615,2237.627116 +308728,2166.393902,1615.914466,2359.603709,1074.562809,2238.511701 +308729,2179.288679,1631.793145,2368.342197,1065.933524,2247.709368 +308730,2191.548475,1647.302848,2377.058595,1097.102909,2255.526648 +308731,2201.432042,1658.660089,2387.848369,1090.701049,2267.765227 +308732,2211.012302,1669.043076,2395.404777,1098.39033,2268.009591 +308733,2220.805567,1679.218374,2404.62943,1103.737805,2276.94688 +308734,2229.928511,1688.789456,2411.015221,1108.764215,2288.856235 +308735,2239.313603,1698.298956,2417.781267,1113.917525,2290.225211 +308736,2248.30737,1707.447291,2424.281703,1118.862079,2297.367832 +308737,2257.278528,1716.359214,2430.700864,1123.622317,2308.932648 +308738,2265.96293,1730.252111,2437.179958,1128.588206,2316.122303 +308739,2274.92969,1730.48718,2443.354178,1133.245296,2317.687943 +308740,2283.302995,1754.643195,2450.859611,1137.905319,2327.975668 +308741,2291.945518,1733.060146,2455.572285,1142.626257,2329.094977 +308742,2300.026418,1761.426703,2460.227645,1147.110894,2332.196362 +308743,2308.674586,1769.537643,2464.502989,1151.585598,2331.91516 +308744,2319.532078,1777.220962,2468.285919,1156.026483,2331.470737 +308745,2330.644412,1787.489246,2471.617818,1160.525441,2330.927139 +308746,2330.513193,1796.603281,2474.609885,1164.785745,2330.383129 +308747,2330.878952,1805.606263,2477.369262,1169.048781,2329.916269 +308748,2355.022343,1814.023747,2479.922221,1173.346802,2329.510276 +308749,2354.416063,1822.721531,2482.2928,1177.426525,2329.155703 +308750,2363.686777,1830.886563,2484.720757,1181.54369,2328.890184 +308751,2371.359194,1839.057942,2486.837924,1185.73213,2328.72073 +308752,2378.918691,1846.759724,2488.864257,1189.72704,2328.641508 +308753,2386.183113,1854.496458,2490.817776,1193.809702,2328.651052 +308754,2393.424489,1861.9549,2492.708931,1197.661422,2328.744682 +308755,2417.972799,1869.34995,2494.516553,1201.627768,2328.882849 +308756,2382.826772,1876.187668,2496.300768,1205.490428,2329.128638 +308757,2427.293733,1883.362898,2498.220984,1209.321961,2329.462914 +308758,2419.549839,1894.341501,2499.841625,1213.113223,2329.798504 +308759,2429.437469,1898.494107,2501.398643,1216.865765,2330.166004 +308760,2437.090085,1911.987903,2503.082029,1220.580178,2330.572321 +308761,2447.953435,1909.498751,2504.289451,1226.965679,2330.676133 +308762,2457.404437,1904.634988,2506.024343,1230.969971,2331.273962 +308763,2467.016295,1934.086253,2507.036571,1234.882854,2332.151221 +308764,2480.581501,1928.326393,2508.838022,1238.513464,2333.068164 +308765,2464.150447,1936.544069,2510.310206,1242.232643,2334.010849 +308766,2507.576042,1942.224847,2511.929739,1245.747227,2334.918514 +308767,2483.577128,1947.650205,2513.247579,1249.407854,2335.773146 +308768,2496.498121,1952.919132,2514.50621,1252.854172,2336.639316 +308769,2505.96293,1959.735015,2515.694177,1256.397403,2337.48856 +308770,2519.082739,1970.107504,2517.074701,1259.700053,2338.368128 +308771,2514.030797,1959.41325,2518.27797,1263.13178,2339.334927 +308772,2525.551094,1972.969657,2519.617066,1266.459598,2340.530647 +308773,2530.812789,1978.476861,2521.194232,1269.761855,2342.074906 +308774,2536.854847,1980.7226,2522.935845,1273.029026,2343.874917 +308775,2542.862914,1985.648958,2524.747361,1276.261023,2345.81332 +308776,2548.956404,1989.770267,2526.775066,1279.458536,2347.826229 +308777,2554.656092,1993.75479,2528.6038,1282.622089,2349.868837 +308778,2560.775303,1997.611768,2530.396942,1285.75376,2351.915821 +308779,2566.546331,2001.966327,2532.146045,1288.852053,2353.947087 +308780,2572.267503,2009.710295,2533.835783,1291.918647,2355.937572 +308781,2578.078436,2000.920774,2535.486506,1294.953423,2357.908686 +308782,2583.672672,2015.280077,2537.09093,1297.95706,2359.849504 +308783,2589.122065,2039.006327,2538.59249,1300.930144,2361.689319 +308784,2594.984166,1982.796057,2540.097306,1303.872864,2363.556473 +308785,2600.392156,2042.462586,2543.332798,1306.785867,2367.570032 +308786,2605.802721,2035.180706,2543.732233,1309.668111,2368.14739 +308787,2611.244601,1999.253982,2544.691373,1312.605349,2369.428316 +308788,2616.672283,2060.217488,2545.798452,1315.306342,2370.897806 +308789,2621.747565,2009.525951,2547.13655,1318.162172,2372.415133 +308790,2627.299954,2046.047402,2548.306062,1320.918095,2373.990055 +308791,2632.137521,2027.331415,2549.455587,1323.235712,2375.566863 +308792,2637.031489,2057.345691,2552.237283,1325.440306,2379.222923 +308793,2641.695648,2022.862497,2552.197708,1327.568486,2379.568322 +308794,2646.392876,2054.310179,2552.622298,1329.640575,2380.60384 +308795,2658.78988,2064.068059,2553.19472,1331.65523,2381.924043 +308796,2644.417071,2024.818891,2555.394217,1333.61978,2385.330942 +308797,2672.473135,2078.380814,2554.855777,1335.446914,2385.494245 +308798,2660.626257,2034.085708,2554.957744,1337.43917,2386.518112 +308799,2669.865843,2082.036884,2555.052199,1340.656124,2387.59539 +308800,2673.974688,2035.88921,2555.152889,1340.142437,2388.739216 +308801,2677.97861,2072.594197,2555.297286,1346.772198,2389.994852 +308802,2682.257297,2065.563389,2555.379321,1338.306929,2391.43806 +308803,2686.353106,2061.858491,2555.400966,1361.846232,2392.645351 +308804,2690.260587,2085.320916,2555.384492,1327.788412,2393.852202 +308805,2694.624386,2060.091275,2555.353707,1358.404781,2395.087638 +308806,2698.50894,2066.855753,2555.285731,1362.122773,2396.321778 +308807,2702.527357,2073.20988,2555.186942,1332.464433,2397.559124 +308808,2706.365974,2075.285327,2555.031056,1363.053936,2398.763828 +308809,2710.413931,2097.138436,2556.466212,1370.236673,2401.953473 +308810,2713.941106,2052.731861,2555.223592,1331.072776,2401.907884 +308811,2717.933723,2109.523764,2554.61796,1364.568122,2402.664296 +308812,2721.629934,2065.319531,2553.563058,1364.700519,2403.568549 +308813,2725.377128,2118.772217,2552.311144,1331.933292,2404.669037 +308814,2729.543178,2063.992574,2551.085978,1364.623767,2405.887398 +308815,2733.412009,2124.815349,2551.631956,1369.433399,2409.187043 +308816,2737.091528,2064.905609,2551.307921,1331.85333,2411.306372 +308817,2740.735675,2128.608263,2548.968215,1368.558834,2410.851682 +308818,2744.542975,2067.699833,2547.38831,1355.235564,2411.227712 +308819,2748.230451,2128.937533,2546.147815,1358.606805,2411.8916 +308820,2751.900653,2074.183885,2545.130023,1359.428469,2412.67302 +308821,2636.449485,2064.063021,2542.477738,1306.967809,2411.480922 +308822,2648.069335,2027.9404,2532.411055,1306.743892,2399.425884 +308823,2637.764173,2052.569818,2520.147566,1306.766807,2383.418874 +308824,2645.022176,2059.011452,2511.324142,1306.924322,2371.036904 +308825,2647.10613,2021.019025,2502.564213,1307.204473,2358.576885 +308826,2649.398445,2059.147185,2498.451233,1307.305622,2351.872854 +308827,2651.666024,2044.079902,2493.333643,1307.59163,2344.117771 +308828,2654.443275,2038.670321,2489.882061,1307.812745,2338.618312 +308829,2656.768873,2057.508085,2487.301866,1308.039352,2334.409553 +308830,2659.226547,2016.729282,2485.291991,1308.228509,2331.123298 +308831,2661.695938,2056.712542,2483.644934,1308.429785,2328.487926 +308832,2664.221992,2029.776608,2483.940828,1308.62767,2328.427842 +308833,2666.533291,2057.730188,2483.410918,1308.813416,2327.551543 +308834,2668.617106,2012.3372,2480.90905,1308.98955,2324.430096 +308835,2671.398527,2046.597008,2479.286964,1309.15743,2322.51103 +308836,2673.609203,2031.805003,2477.985146,1309.31188,2321.086304 +308837,2676.100147,2032.019296,2478.596693,1309.457095,2322.105552 +308838,2678.151295,2030.921947,2476.631285,1309.585114,2320.07493 +308839,2680.541664,2029.112981,2475.299882,1309.70733,2318.903681 +308840,2682.80057,2027.116217,2474.199489,1309.814083,2318.079382 +308841,2679.065682,2023.802243,2474.849715,1305.147989,2319.462163 +308842,2679.366589,2021.500523,2472.198703,1304.422426,2317.514558 +308843,2681.389838,2019.305549,2469.788921,1303.920269,2316.324135 +308844,2683.195015,2017.043155,2467.60328,1303.582187,2315.513755 +308845,2685.085396,2014.702573,2465.691215,1303.27387,2314.962745 +308846,2687.062842,2034.764633,2463.98008,1302.985109,2314.543606 +308847,2688.979864,1977.512819,2462.49228,1302.706253,2314.304264 +308848,2690.845756,2022.526001,2461.154426,1302.431895,2314.184107 +308849,2692.788854,2001.430282,2459.837317,1302.159608,2314.045548 +308850,2694.705079,2000.909397,2458.56238,1301.887832,2313.925906 +308851,2696.784572,1999.049156,2457.345596,1302.180489,2313.850699 +308852,2699.46733,1995.958196,2456.241654,1302.591762,2313.8142 +308853,2701.75533,1993.161752,2455.287046,1303.060475,2313.812998 +308854,2704.247685,1990.271651,2454.473444,1303.570116,2313.829789 +308855,2706.707878,1987.320937,2453.781213,1304.113073,2313.856253 +308856,2709.207323,1984.315547,2453.1902,1304.684937,2313.888569 +308857,2711.63147,1981.132019,2452.681878,1305.282924,2313.922282 +308858,2714.153074,1978.192485,2452.242676,1305.904926,2313.954726 +308859,2716.622462,1974.946332,2451.863806,1306.549378,2313.985891 +308860,2719.139678,1971.748652,2451.538335,1307.297961,2314.015608 +308861,2721.667568,1968.485448,2451.261619,1307.860557,2314.045127 +308862,2724.124911,1988.61043,2450.989429,1308.62331,2314.025898 +308863,2726.619321,1928.27677,2450.808452,1309.333281,2314.068948 +308864,2728.936664,1974.403041,2450.704329,1310.072105,2314.161385 +308865,2732.121999,1951.598225,2452.295992,1310.829317,2316.30115 +308866,2733.687924,1951.318346,2451.222395,1311.597783,2315.141189 +308867,2744.384835,1947.921056,2450.903621,1312.386663,2314.869725 +308868,2728.751768,1944.329571,2450.650025,1313.187235,2314.632509 +308869,2752.752482,1940.714434,2450.501093,1314.00268,2314.482696 +308870,2733.878401,1937.05874,2450.444107,1314.831675,2314.411498 +308871,2757.367586,1933.241982,2450.474929,1315.673955,2314.419567 +308872,2746.591716,1929.680385,2450.655115,1316.529236,2314.586554 +308873,2752.077254,1925.83078,2450.739174,1317.396896,2314.61318 +308874,2755.004491,1922.04402,2450.792322,1318.276975,2314.579551 +308875,2757.20035,1918.206901,2450.912081,1319.169096,2314.604845 +308876,2759.641714,1914.336173,2451.054072,1320.072931,2314.634855 +308877,2761.937428,1910.433359,2451.214543,1320.988388,2314.665872 +308878,2765.034326,1906.505174,2453.109925,1321.916514,2316.815162 +308879,2766.94286,1902.411668,2452.356751,1322.851998,2315.698599 +308880,2769.691423,1898.592828,2452.183203,1323.802743,2315.272197 +308881,2528.437881,1784.322283,2447.982515,1215.726434,2309.680441 +308882,2529.705236,1777.141718,2428.299489,1214.013303,2281.81671 +308883,2526.359609,1771.373546,2403.615528,1213.278405,2245.780892 +308884,2526.621428,1765.543538,2382.794499,1212.772865,2213.143807 +308885,2526.466471,1759.980877,2367.172772,1212.730587,2186.691509 +308886,2526.796497,1754.511172,2356.380326,1212.455946,2166.269944 +308887,2527.12951,1749.111842,2348.726288,1212.513241,2150.160755 +308888,2527.540022,1743.761038,2342.945375,1212.559881,2137.06783 +308889,2540.699035,1744.008502,2340.494466,1219.879784,2128.463823 +308890,2543.326738,1739.983987,2337.357958,1221.322169,2118.497914 +308891,2545.203008,1735.28373,2335.912668,1222.151996,2110.525801 +308892,2546.963445,1730.718167,2335.065889,1222.94666,2103.647185 +308893,2548.844247,1725.916721,2336.281888,1223.725099,2099.680846 +308894,2558.547188,1721.369425,2334.759229,1224.496242,2093.096446 +308895,2540.483996,1716.600988,2333.916722,1225.276262,2087.849724 +308896,2567.195716,1711.919649,2334.887058,1226.065705,2085.250308 +308897,2543.712079,1707.220916,2333.361206,1226.866146,2079.898075 +308898,2570.244088,1702.538332,2332.509122,1227.684637,2075.658781 +308899,2555.897925,1697.859812,2332.002132,1228.517384,2072.078787 +308900,2562.421844,1693.082164,2331.523486,1229.366593,2068.737174 +308901,2564.083234,1688.576939,2331.101297,1230.232359,2065.645059 +308902,2566.00108,1683.859794,2330.792721,1231.114772,2062.850734 +308903,2567.87391,1679.242059,2330.538893,1232.013869,2060.260803 +308904,2569.902858,1674.730413,2330.324778,1232.929721,2057.838163 +308905,2571.979681,1690.829244,2330.307021,1233.862265,2055.519022 +308906,2573.98809,1635.462381,2330.179506,1234.811506,2053.390225 +308907,2576.101864,1675.285399,2330.116749,1235.777133,2051.421908 +308908,2578.211925,1654.050686,2330.03532,1236.759285,2049.495864 +308909,2580.357305,1650.302426,2329.980042,1237.757929,2047.655129 +308910,2582.544275,1647.897187,2329.970584,1238.772827,2045.915403 +308911,2584.420388,1642.255137,2331.692359,1239.591461,2046.34313 +308912,2585.971281,1637.457448,2332.450947,1240.378785,2045.668767 +308913,2587.560315,1632.649643,2331.083559,1241.158807,2042.471763 +308914,2589.398385,1627.706608,2332.143937,1241.938695,2042.319223 +308915,2590.80873,1623.007311,2330.807565,1242.716882,2039.282692 +308916,2592.556193,1618.110337,2330.170341,1243.579694,2037.145166 +308917,2594.222622,1613.31316,2329.798964,1244.244986,2035.365952 +308918,2596.048534,1608.627848,2331.274507,1245.091912,2035.892795 +308919,2597.259849,1603.710993,2330.17449,1245.868459,2033.307086 +308920,2599.379784,1599.039512,2329.691243,1246.666643,2031.511374 +308921,2600.951997,1594.308206,2329.431496,1247.466519,2030.009919 +308922,2602.654921,1589.619777,2329.286802,1248.271381,2028.669019 +308923,2604.412944,1584.96144,2329.208876,1249.080718,2027.431496 +308924,2606.06381,1580.232394,2329.171806,1249.894562,2026.265927 +308925,2607.813567,1575.779477,2329.160501,1250.713005,2025.152441 +308926,2609.508285,1571.150623,2329.167635,1251.536015,2024.079521 +308927,2611.233369,1566.638458,2329.384354,1252.282095,2023.039045 +308928,2612.954589,1562.148558,2329.412683,1253.234942,2022.025592 +308929,2614.678413,1557.695604,2329.447965,1254.014217,2021.037068 +308930,2616.460172,1553.280946,2329.496099,1254.867685,2020.073027 +308931,2618.109899,1549.004718,2329.556681,1255.713797,2019.129054 +308932,2619.901529,1544.529927,2329.629023,1256.563963,2018.202993 +308933,2621.587811,1540.204857,2329.713818,1257.418516,2017.295175 +308934,2623.144098,1536.075987,2329.81173,1258.27731,2016.406073 +308935,2625.164913,1531.801839,2329.927792,1259.140357,2015.541491 +308936,2626.797074,1527.650453,2330.058931,1260.007502,2014.697276 +308937,2628.511283,1523.530523,2330.196078,1260.878747,2013.861895 +308938,2630.267527,1521.097292,2330.335675,1261.753933,2013.030499 +308939,2632.000306,1518.027394,2330.477995,1262.633043,2012.202809 +308940,2633.788572,1514.862729,2330.626879,1263.515915,2011.383053 +308941,2862.398696,1618.233036,2335.628677,1371.136836,2016.671131 +308942,2880.018362,1617.239664,2357.041461,1373.838616,2045.583453 +308943,2893.306295,1615.483587,2383.696264,1376.045216,2082.814893 +308944,2877.683713,1613.766288,2405.599348,1378.158773,2115.538835 +308945,2888.37457,1611.744712,2420.997285,1379.977839,2140.519385 +308946,2893.525078,1609.849543,2431.598125,1381.780945,2159.350758 +308947,2897.077356,1607.673281,2440.844378,1383.516489,2176.020624 +308948,2897.813923,1605.702278,2445.461796,1385.203657,2186.419362 +308949,2900.7838,1602.225058,2449.343136,1386.86557,2195.307184 +308950,2910.961114,1600.603106,2452.78993,1388.512997,2203.077736 +308951,2901.24085,1599.236452,2455.726531,1390.130243,2209.69091 +308952,2914.480129,1598.004119,2458.199372,1392.53199,2215.455126 +308953,2914.263412,1596.722646,2460.545642,1395.210319,2220.435306 +308954,2922.5567,1595.730318,2462.849691,1397.969174,2224.994054 +308955,2913.376691,1594.562524,2464.819897,1400.575013,2228.822271 +308956,2924.243648,1593.512376,2466.48728,1403.441516,2231.99773 +308957,2924.806189,1592.479543,2468.16197,1406.296617,2234.934348 +308958,2925.836955,1591.475065,2469.766872,1409.2245,2237.568037 +308959,2927.402248,1590.498295,2471.201478,1412.210781,2239.803103 +308960,2929.374927,1589.547273,2472.5289,1415.252827,2241.740894 +308961,2931.152483,1588.621332,2473.794218,1418.349009,2243.457013 +308962,2931.10375,1587.718797,2474.964292,1421.496888,2244.928902 +308963,2931.009782,1586.839311,2475.984239,1424.695866,2246.104662 +308964,2930.913844,1585.981477,2476.856385,1427.942004,2247.000023 +308965,2930.84961,1585.145177,2477.613851,1431.237585,2247.666589 +308966,2930.821642,1584.329209,2478.285895,1434.579685,2248.150319 +308967,2930.824402,1583.533641,2478.894588,1437.967079,2248.487668 +308968,2930.852408,1582.757433,2479.456209,1441.39865,2248.70741 +308969,2930.901657,1582.000781,2479.982351,1444.873836,2248.831703 +308970,2930.920637,1589.210987,2480.450326,1457.264649,2248.839535 +308971,2931.17978,1582.018807,2481.795928,1448.381796,2248.772396 +308972,2931.391459,1580.62272,2482.791316,1470.765028,2248.652939 +308973,2931.57703,1579.745613,2483.32648,1440.888221,2248.531826 +308974,2934.472553,1578.978118,2485.343593,1472.179061,2250.720815 +308975,2933.275579,1578.263235,2484.689646,1465.137854,2249.482993 +308976,2932.931991,1577.584418,2484.573218,1470.771472,2248.843217 +308977,2932.87868,1576.929555,2484.638527,1474.645733,2248.343161 +308978,2932.989716,1576.295326,2484.802632,1478.513209,2247.89956 +308979,2933.204913,1575.679884,2485.026478,1482.344258,2247.486415 +308980,2933.482867,1575.081581,2485.284211,1486.545043,2247.086422 +308981,2933.799752,1574.500338,2485.560795,1490.355819,2246.688761 +308982,2934.144125,1573.935221,2485.848347,1494.501016,2246.287709 +308983,2934.509662,1573.386488,2486.141854,1498.598722,2245.879528 +308984,2934.892588,1572.853412,2486.437933,1502.756523,2245.461952 +308985,2935.289587,1572.33635,2486.733685,1507.220535,2245.033022 +308986,2935.675178,1571.834638,2487.012206,1520.026548,2244.573265 +308987,2936.105012,1571.348677,2487.308435,1502.154885,2244.126478 +308988,2936.568583,1570.87774,2487.615622,1526.400782,2243.685436 +308989,2937.007392,1570.422331,2487.896618,1522.842343,2243.205528 +308990,2937.447433,1569.98186,2488.167797,1528.675401,2242.707315 +308991,2937.901188,1569.55665,2488.436793,1533.202789,2242.200368 +308992,2938.361687,1569.244045,2488.699134,1537.643267,2241.679637 +308993,2938.806307,1568.703439,2488.94042,1551.301178,2241.127827 +308994,2939.289073,1568.391155,2489.195053,1533.808333,2240.587368 +308995,2939.801754,1568.010311,2489.458108,1557.9859,2240.052731 +308996,2940.287837,1567.657342,2489.693968,1555.042312,2239.480765 +308997,2940.758701,1567.319553,2490.099863,1567.70239,2238.875928 +308998,2941.259353,1566.995707,2490.312528,1556.472027,2238.278763 +308999,2941.757354,1566.685993,2490.510961,1583.453685,2237.665783 +309000,2942.221547,1566.389995,2490.67569,1581.839903,2237.007416 +309001,2942.470887,1588.857441,2490.639695,1588.809429,2236.0033 +309002,2945.980477,1590.044518,2492.524909,1626.676675,2238.021638 +309003,2951.170864,1590.59977,2495.454548,1611.072615,2241.906754 +309004,2956.165031,1591.125296,2498.35259,1623.963788,2245.682017 +309005,2960.462112,1591.552775,2500.925864,1628.909962,2249.259894 +309006,2964.101339,1591.929909,2503.177509,1634.56142,2252.0928 +309007,2967.24733,1592.277757,2505.168634,1640.388543,2254.40297 +309008,2970.089528,1592.608691,2506.992372,1646.090416,2256.734267 +309009,2975.449098,1592.930344,2510.429648,1652.134488,2260.991942 +309010,2976.541191,1593.345752,2511.164411,1657.927563,2261.823227 +309011,2978.396797,1593.510219,2512.375478,1663.865594,2263.148203 +309012,2980.464597,1593.891924,2513.695744,1669.696722,2264.519765 +309013,2982.639618,1594.18748,2515.060585,1675.857956,2266.091619 +309014,2984.869229,1594.497847,2516.443166,1681.865132,2267.421522 +309015,2987.228278,1594.809897,2517.896415,1693.690064,2268.777225 +309016,2989.590354,1595.123127,2519.343095,1691.485676,2270.075324 +309017,2991.846574,1595.43815,2520.714859,1701.066942,2271.239229 +309018,2996.80592,1595.756688,2523.806155,1707.078829,2274.478074 +309019,2997.644317,1596.07238,2524.282339,1712.863543,2274.488925 +309020,2999.328289,1596.395384,2525.287826,1719.313954,2275.114803 +309021,3001.294602,1596.717934,2526.449725,1725.41807,2275.891564 +309022,3003.425354,1597.04311,2527.695125,1731.996136,2276.950239 +309023,3005.654323,1597.37051,2528.988521,1738.28655,2277.832451 +309024,3007.938738,1597.699974,2530.307578,1744.760786,2278.72179 +309025,3010.261375,1598.031652,2531.64457,1751.087708,2279.617815 +309026,3012.901921,1598.365309,2532.994752,1757.827312,2280.518489 +309027,3015.252215,1598.701032,2534.353408,1764.296542,2281.42002 +309028,3017.612465,1599.038597,2535.717648,1770.93277,2282.319979 +309029,3019.99457,1599.378051,2537.088343,1777.415023,2283.220359 +309030,3022.40663,1599.719186,2538.46814,1784.303491,2284.125361 +309031,3024.968388,1599.762591,2539.933883,1796.012885,2285.131058 +309032,3027.360414,1599.743477,2541.271222,1789.328538,2286.015534 +309033,3029.686064,1599.691603,2542.52973,1810.778468,2286.867991 +309034,3032.10282,1599.61431,2543.809488,1807.482195,2287.817693 +309035,3034.380062,1599.515008,2544.961837,1815.842662,2288.67515 +309036,3036.574241,1599.395735,2546.029558,1822.460902,2289.483215 +309037,3038.788024,1599.257686,2547.07729,1828.27461,2290.313978 +309038,3040.987874,1599.101429,2548.089995,1834.763884,2291.142392 +309039,3043.390095,1598.927873,2549.204616,1848.489909,2292.134164 +309040,3045.943914,1598.635568,2550.396876,1850.693788,2293.25777 +309041,3048.460529,1598.576609,2551.546346,1860.553496,2294.363222 +309042,3050.999296,1598.281583,2552.696623,1868.841965,2295.71145 +309043,3053.596886,1598.056442,2553.867672,1876.98278,2296.905893 +309044,3056.340431,1597.800633,2555.119897,1889.654747,2298.225174 +309045,3059.107699,1597.528766,2556.372961,1892.234422,2299.572717 +309046,3061.708049,1597.241187,2557.505876,1901.968645,2300.797892 +309047,3064.388079,1596.938185,2558.679678,1914.72533,2302.098509 +309048,3067.126139,1596.61978,2559.875953,1917.657305,2303.450532 +309049,3069.845879,1596.386529,2561.045936,1930.697015,2304.791822 +309050,3072.544437,1595.890842,2562.189441,1934.45558,2306.121791 +309051,3075.493793,1595.597016,2563.300977,1946.256754,2307.431859 +309052,3078.211293,1595.203418,2564.453156,1954.782287,2308.811456 +309053,3080.79486,1594.809123,2565.511433,1957.690483,2310.092965 +309054,3083.002497,1594.400162,2566.312885,1962.754478,2311.072256 +309055,3084.807755,1593.976394,2566.833613,1965.593277,2311.715754 +309056,3086.186017,1593.537947,2567.052082,1967.932498,2311.992146 +309057,3087.154501,1593.084463,2566.974568,1970.612719,2311.905448 +309058,3087.804323,1592.616846,2566.655832,1973.571145,2311.521496 +309059,3088.229557,1592.134766,2566.154442,1976.716749,2310.913033 +309060,3088.500717,1591.638392,2565.515602,1979.973109,2310.137557 +309061,3089.52821,1557.895242,2565.59863,1983.709053,2310.705083 +309062,3085.680502,1557.133665,2561.987723,1984.623027,2305.751824 +309063,3079.728271,1556.292099,2556.691118,1984.61552,2298.043254 +309064,3074.386304,1555.526275,2551.687982,1985.414369,2290.405464 +309065,3070.63752,1554.746621,2547.723942,1987.495761,2284.001114 +309066,3068.329286,1553.957276,2544.736999,1990.563408,2278.881303 +309067,3066.967797,1553.157024,2542.425099,1994.163918,2274.735759 +309068,3066.150346,1552.344864,2540.526697,1997.976932,2271.26877 +309069,3065.628511,1551.520537,2538.880238,2001.848706,2268.288155 +309070,3065.28508,1550.683252,2537.397881,2005.72989,2265.682026 +309071,3065.053298,1549.832702,2536.030246,2009.613994,2263.380861 +309072,3064.901654,1548.968294,2534.743887,2013.695663,2261.332697 +309073,3064.799314,1548.089889,2533.514365,2017.567369,2259.496005 +309074,3064.735674,1547.197104,2532.324298,2021.441828,2257.837941 +309075,3064.691442,1546.38644,2531.159368,2025.329304,2256.329717 +309076,3064.661396,1545.889486,2530.0079,2029.232095,2254.946307 +309077,3064.764283,1545.335127,2528.934801,2033.26169,2253.665588 +309078,3064.953768,1544.414644,2527.910789,2037.376086,2252.46844 +309079,3065.159417,1543.657749,2526.892426,2041.512985,2251.339505 +309080,3065.343724,1542.627651,2525.855438,2045.642836,2250.268201 +309081,3065.499103,1541.789148,2524.793311,2049.764512,2249.247468 +309082,3065.630026,1540.852168,2523.706943,2053.887198,2248.270982 +309083,3065.74288,1539.913284,2522.598853,2058.01982,2247.333097 +309084,3065.84211,1538.959295,2521.470821,2062.167715,2246.428522 +309085,3065.930016,1537.990072,2520.323736,2066.333152,2245.552548 +309086,3066.007618,1537.005564,2519.157932,2070.51682,2244.700948 +309087,3066.075335,1536.005959,2517.973512,2074.718812,2243.869988 +309088,3066.133003,1534.991113,2516.77014,2078.938922,2243.055731 +309089,3066.180774,1533.864809,2515.548101,2083.359122,2242.256098 +309090,3066.218602,1532.961628,2514.307399,2087.583323,2241.468767 +309091,3066.246735,1531.798349,2513.047767,2091.820858,2240.690593 +309092,3066.235603,1530.696556,2511.767192,2095.990183,2239.922513 +309093,3066.17096,1529.564579,2510.46412,2100.03839,2239.163624 +309094,3066.05787,1528.416727,2509.142002,2103.979244,2238.418043 +309095,3065.902626,1527.254195,2507.800434,2107.831719,2237.681156 +309096,3065.71326,1526.077149,2506.441914,2111.817497,2236.954379 +309097,3065.493445,1524.982332,2505.066432,2115.519227,2236.23514 +309098,3065.248459,1523.635283,2503.675894,2119.187007,2235.523714 +309099,3064.982765,1522.48385,2502.27266,2122.831001,2234.821931 +309100,3064.694044,1521.23673,2500.854285,2126.621235,2234.124704 +309101,3064.383789,1519.9899,2499.421864,2130.143664,2233.433039 +309102,3064.051407,1518.729824,2497.973837,2133.736171,2232.742543 +309103,3063.703253,1517.456433,2496.515149,2136.950865,2232.060205 +309104,3063.33686,1516.169506,2495.041736,2140.636653,2231.378184 +309105,3062.952923,1514.869426,2493.553465,2144.118287,2230.69699 +309106,3062.550205,1513.555936,2492.04865,2147.787491,2230.013727 +309107,3062.127734,1512.22938,2490.526,2151.257796,2229.325439 +309108,3061.684914,1510.889516,2488.984296,2154.690931,2228.628607 +309109,3061.23288,1509.536913,2487.434355,2158.102247,2227.941828 +309110,3060.759557,1508.170427,2485.86503,2161.691695,2227.245144 +309111,3060.266998,1506.791535,2484.278849,2165.064426,2226.543074 +309112,3059.756759,1505.39929,2482.676709,2168.404869,2225.836144 +309113,3059.230073,1503.994193,2481.059457,2171.72237,2225.125102 +309114,3058.688053,1502.575946,2479.428356,2175.020281,2224.411994 +309115,3058.128829,1501.144862,2477.781751,2178.296707,2223.693701 +309116,3057.55259,1499.700647,2476.120002,2181.54967,2222.970753 +309117,3056.96027,1498.243634,2474.444175,2184.777929,2222.244922 +309118,3056.348176,1496.773301,2472.750652,2187.978787,2221.509467 +309119,3055.719463,1495.290701,2471.042582,2191.153128,2220.769893 +309120,3055.071476,1493.79455,2469.317917,2194.496772,2220.022935 +309121,3055.476751,1425.9811,2468.582238,2198.14011,2221.028733 +309122,3046.303858,1423.775104,2460.643724,2195.9679,2211.213946 +309123,3033.077761,1421.708674,2449.495509,2191.693941,2196.077492 +309124,3021.196479,1419.717718,2439.068552,2189.236338,2181.240942 +309125,3012.580038,1417.641245,2430.820112,2189.324721,2168.984631 +309126,3006.587432,1415.786165,2424.601665,2191.331533,2159.375311 +309127,3002.815284,1413.731344,2419.792384,2194.530458,2151.767195 +309128,3000.150218,1411.745813,2415.858776,2197.85483,2145.553263 +309129,2998.090706,1409.739893,2412.471578,2201.202004,2140.338777 +309130,2996.383001,1407.72481,2409.449693,2204.487129,2135.890265 +309131,2994.905044,1405.700062,2406.693504,2207.704913,2132.067624 +309132,2993.583905,1403.664584,2404.133807,2210.861374,2128.762095 +309133,2992.372804,1401.617923,2401.722558,2213.959945,2125.892572 +309134,2991.233601,1399.5594,2399.419341,2216.998757,2123.385559 +309135,2990.138829,1397.579414,2397.194125,2219.976282,2121.182172 +309136,2989.068964,1395.364146,2395.023878,2222.892936,2119.232622 +309137,2988.01482,1393.241958,2392.895133,2225.752805,2117.502099 +309138,2986.963539,1391.250756,2390.791315,2228.5566,2115.949775 +309139,2985.916405,1389.067428,2388.710183,2231.310163,2114.560692 +309140,2984.863346,1386.946439,2386.638916,2234.013375,2113.300834 +309141,2983.802425,1384.79986,2384.573938,2236.669125,2112.153653 +309142,2982.73265,1382.640241,2382.513335,2239.280136,2111.106388 +309143,2981.650821,1380.467686,2380.453269,2241.847538,2110.143585 +309144,2980.555236,1378.282206,2378.391536,2244.372647,2109.253573 +309145,2979.444794,1376.083959,2376.326611,2246.85664,2108.426704 +309146,2978.318659,1373.872807,2374.257242,2249.300465,2107.654556 +309147,2977.173019,1371.648935,2372.179298,2251.703468,2106.924169 +309148,2976.017494,1369.412353,2370.102121,2254.070945,2106.247648 +309149,2974.839797,1367.162753,2368.013349,2256.397942,2105.598371 +309150,2973.645218,1364.900665,2365.918115,2258.68746,2104.981891 +309151,2972.432341,1362.844413,2363.815146,2260.939186,2104.392817 +309152,2971.214778,1360.736254,2361.726615,2263.147094,2103.824217 +309153,2970.003644,1358.859176,2359.670042,2265.308706,2103.275329 +309154,2968.797277,1356.799277,2357.646355,2267.617436,2102.740043 +309155,2967.593159,1354.818938,2355.652327,2269.668826,2102.217675 +309156,2966.386916,1352.829497,2353.681046,2271.668653,2101.703574 +309157,2965.178195,1350.92959,2351.730312,2273.629908,2101.20128 +309158,2963.961331,1348.817205,2349.793063,2275.554977,2100.70365 +309159,2962.737718,1346.894691,2347.869346,2277.44461,2100.214591 +309160,2961.507342,1344.899871,2345.958258,2279.297299,2099.735534 +309161,2960.262592,1342.918396,2344.051494,2281.108458,2099.253831 +309162,2959.00908,1340.937901,2342.153936,2282.880362,2098.78019 +309163,2957.744302,1338.957873,2340.262495,2284.611993,2098.310536 +309164,2956.469117,1336.977788,2338.377517,2286.304013,2097.84676 +309165,2955.178869,1334.997674,2336.493953,2287.95456,2097.380734 +309166,2953.87616,1333.017299,2334.613989,2289.565079,2096.917231 +309167,2952.563129,1331.036467,2332.739413,2291.136729,2096.460169 +309168,2951.23444,1328.968477,2330.864558,2292.667268,2095.999774 +309169,2949.893578,1327.112036,2328.992761,2294.158325,2095.5427 +309170,2948.534969,1325.068607,2327.118352,2295.607416,2095.079156 +309171,2947.167274,1323.096837,2325.249635,2297.018699,2094.624427 +309172,2945.78488,1321.111258,2323.380849,2298.389666,2094.168391 +309173,2944.388351,1319.124187,2321.512453,2299.72059,2093.712215 +309174,2942.97726,1317.135474,2319.643887,2301.011336,2093.25512 +309175,2941.551099,1315.14525,2317.774508,2302.261727,2092.796142 +309176,2940.110935,1313.153219,2315.905247,2303.472297,2092.337144 +309177,2938.65505,1311.159605,2314.034287,2304.64229,2091.875003 +309178,2937.186966,1309.163629,2312.16504,2305.773336,2091.416063 +309179,2935.702369,1307.165963,2310.293127,2306.863457,2090.952549 +309180,2934.20568,1305.166084,2308.422863,2307.914677,2090.492422 +309181,2038.693607,1303.19474,1107.803294,1813.072271,2434.69534 +309182,2125.861762,1431.320867,1155.247633,1891.136912,2491.647733 +309183,2219.909092,1435.463571,1209.497397,1973.392281,2536.299494 +309184,2290.576576,1434.628226,1253.647933,2029.699133,2557.205851 +309185,2342.917554,1434.856055,1288.855179,2064.693018,2568.732753 +309186,2381.260577,1434.052965,1316.826835,2085.011246,2575.799162 +309187,2409.977629,1432.956252,1339.144945,2096.654197,2580.562451 +309188,2432.295231,1431.769496,1357.568849,2104.12176,2584.139005 +309189,2450.188182,1430.552411,1373.088944,2109.624367,2587.086564 +309190,2464.792597,1429.212203,1386.300434,2114.073222,2589.661134 +309191,2476.80374,1428.076637,1397.595471,2117.80274,2591.970114 +309192,2486.685904,1426.719492,1407.259554,2120.945131,2594.03186 +309193,2494.85226,1425.434719,1415.554009,2123.637333,2595.900278 +309194,2501.644332,1424.103833,1422.702789,2126.001255,2597.620957 +309195,2507.310733,1422.789283,1428.8805,2128.111304,2599.200059 +309196,2512.060321,1421.474707,1434.238248,2130.027434,2600.653103 +309197,2516.062916,1420.161574,1438.903564,2131.792385,2601.996646 +309198,2519.454647,1418.848692,1442.982996,2133.435033,2603.245815 +309199,2522.344107,1417.538656,1446.565296,2134.974733,2604.41362 +309200,2524.818261,1416.229754,1449.724568,2136.424923,2605.51142 +309201,2526.946784,1414.923908,1452.5227,2137.795185,2606.54893 +309202,2528.785816,1413.619103,1455.011519,2139.092621,2607.534653 +309203,2530.38051,1412.316799,1457.234388,2140.322491,2608.475813 +309204,2531.767401,1411.014841,1459.227688,2141.48881,2609.378693 +309205,2532.975964,1409.714399,1461.021903,2142.59459,2610.248547 +309206,2534.030184,1408.413282,1462.64268,2143.642209,2611.089922 +309207,2534.946186,1407.112488,1464.111557,2144.633493,2611.906566 +309208,2535.744001,1405.809868,1465.446728,2145.756803,2612.701706 +309209,2536.437789,1404.489333,1466.663518,2146.625392,2613.477951 +309210,2537.031949,1403.177902,1467.773497,2147.434998,2614.234465 +309211,2537.53929,1401.901324,1468.78806,2148.19403,2614.97391 +309212,2537.957813,1400.630644,1469.718742,2148.822812,2615.699268 +309213,2538.289902,1399.45068,1470.575052,2149.277951,2616.412547 +309214,2538.541473,1398.049848,1471.364367,2149.560222,2617.114923 +309215,2538.719223,1396.847041,1472.092533,2149.690319,2617.807067 +309216,2538.804399,1395.474194,1472.752131,2149.670289,2618.462751 +309217,2538.825493,1391.619134,1473.358792,2149.535661,2619.107202 +309218,2538.486255,1389.800972,1473.812736,2148.67305,2619.764052 +309219,2537.898039,1388.272966,1474.14944,2147.356689,2620.417351 +309220,2537.251628,1386.784059,1474.438337,2145.979319,2621.088646 +309221,2536.611958,1385.320611,1474.700296,2144.508764,2621.751901 +309222,2535.981351,1383.870524,1474.936032,2143.33237,2622.386086 +309223,2535.363982,1382.428183,1475.151436,2142.217502,2623.003089 +309224,2534.751877,1380.990023,1475.346775,2141.110614,2623.607387 +309225,2534.13715,1379.554426,1475.521471,2139.977629,2624.200422 +309226,2533.514387,1378.119884,1475.675239,2138.801965,2624.782454 +309227,2532.880009,1376.685934,1475.808066,2137.576388,2625.353286 +309228,2532.231499,1375.251848,1475.920074,2136.298367,2625.91262 +309229,2531.566929,1373.817007,1476.011436,2134.96383,2626.460147 +309230,2530.884798,1372.381004,1476.082348,2133.56928,2626.995576 +309231,2530.18395,1370.943869,1476.13304,2132.112861,2627.518637 +309232,2529.463589,1369.505037,1476.163793,2130.593992,2628.02913 +309233,2528.723182,1368.06456,1476.174916,2129.012698,2628.526871 +309234,2527.962426,1366.621946,1476.166757,2127.369219,2629.011741 +309235,2527.181175,1365.177309,1476.139674,2125.663818,2629.483614 +309236,2526.385022,1363.643676,1476.094044,2123.896785,2629.942409 +309237,2525.595841,1362.323471,1476.030251,2122.068424,2630.388057 +309238,2524.826291,1360.807644,1475.948699,2120.179089,2630.820539 +309239,2524.077398,1359.367562,1475.849783,2118.229149,2631.239831 +309240,2523.344161,1357.910661,1475.733903,2116.219002,2631.645935 +309241,0,0,0,0,0 +309242,0,0,0,0,0 +309243,0,0,0,0,0 +309244,0,0,0,0,0 +309245,0,0,0,0,0 +309246,0,0,0,0,0 +309247,0,0,0,0,0 +309248,0,0,0,0,0 +309249,0,0,0,0,0 +309250,0,0,0,0,0 +309251,0,0,0,0,0 +309252,0,0,0,0,0 +309253,0,0,0,0,0 +309254,0,0,0,0,0 +309255,0,0,0,0,0 +309256,0,0,0,0,0 +309257,0,0,0,0,0 +309258,0,0,0,0,0 +309259,0,0,0,0,0 +309260,0,0,0,0,0 +309261,0,0,0,0,0 +309262,0,0,0,0,0 +309263,0,0,0,0,0 +309264,0,0,0,0,0 +309265,0,0,0,0,0 +309266,0,0,0,0,0 +309267,0,0,0,0,0 +309268,0,0,0,0,0 +309269,0,0,0,0,0 +309270,0,0,0,0,0 +309271,0,0,0,0,0 +309272,0,0,0,0,0 +309273,0,0,0,0,0 +309274,0,0,0,0,0 +309275,0,0,0,0,0 +309276,0,0,0,0,0 +309277,0,0,0,0,0 +309278,0,0,0,0,0 +309279,0,0,0,0,0 +309280,0,0,0,0,0 +309281,0,0,0,0,0 +309282,0,0,0,0,0 +309283,0,0,0,0,0 +309284,0,0,0,0,0 +309285,0,0,0,0,0 +309286,0,0,0,0,0 +309287,0,0,0,0,0 +309288,0,0,0,0,0 +309289,0,0,0,0,0 +309290,0,0,0,0,0 +309291,0,0,0,0,0 +309292,0,0,0,0,0 +309293,0,0,0,0,0 +309294,0,0,0,0,0 +309295,0,0,0,0,0 +309296,0,0,0,0,0 +309297,0,0,0,0,0 +309298,0,0,0,0,0 +309299,0,0,0,0,0 +309300,0,0,0,0,0 +309301,0,0,0,0,0 +309302,0,0,0,0,0 +309303,0,0,0,0,0 +309304,0,0,0,0,0 +309305,0,0,0,0,0 +309306,0,0,0,0,0 +309307,0,0,0,0,0 +309308,0,0,0,0,0 +309309,0,0,0,0,0 +309310,0,0,0,0,0 +309311,0,0,0,0,0 +309312,0,0,0,0,0 +309313,0,0,0,0,0 +309314,0,0,0,0,0 +309315,0,0,0,0,0 +309316,0,0,0,0,0 +309317,0,0,0,0,0 +309318,0,0,0,0,0 +309319,0,0,0,0,0 +309320,0,0,0,0,0 +309321,0,0,0,0,0 +309322,0,0,0,0,0 +309323,0,0,0,0,0 +309324,0,0,0,0,0 +309325,0,0,0,0,0 +309326,0,0,0,0,0 +309327,0,0,0,0,0 +309328,0,0,0,0,0 +309329,0,0,0,0,0 +309330,0,0,0,0,0 +309331,0,0,0,0,0 +309332,0,0,0,0,0 +309333,0,0,0,0,0 +309334,0,0,0,0,0 +309335,0,0,0,0,0 +309336,0,0,0,0,0 +309337,0,0,0,0,0 +309338,0,0,0,0,0 +309339,0,0,0,0,0 +309340,0,0,0,0,0 +309341,0,0,0,0,0 +309342,0,0,0,0,0 +309343,0,0,0,0,0 +309344,0,0,0,0,0 +309345,0,0,0,0,0 +309346,0,0,0,0,0 +309347,0,0,0,0,0 +309348,0,0,0,0,0 +309349,0,0,0,0,0 +309350,0,0,0,0,0 +309351,0,0,0,0,0 +309352,0,0,0,0,0 +309353,0,0,0,0,0 +309354,0,0,0,0,0 +309355,0,0,0,0,0 +309356,0,0,0,0,0 +309357,0,0,0,0,0 +309358,0,0,0,0,0 +309359,0,0,0,0,0 +309360,0,0,0,0,0 +309361,0,0,0,0,0 +309362,0,0,0,0,0 +309363,0,0,0,0,0 +309364,0,0,0,0,0 +309365,0,0,0,0,0 +309366,0,0,0,0,0 +309367,0,0,0,0,0 +309368,0,0,0,0,0 +309369,0,0,0,0,0 +309370,0,0,0,0,0 +309371,0,0,0,0,0 +309372,0,0,0,0,0 +309373,0,0,0,0,0 +309374,0,0,0,0,0 +309375,0,0,0,0,0 +309376,0,0,0,0,0 +309377,0,0,0,0,0 +309378,0,0,0,0,0 +309379,0,0,0,0,0 +309380,0,0,0,0,0 +309381,0,0,0,0,0 +309382,0,0,0,0,0 +309383,0,0,0,0,0 +309384,0,0,0,0,0 +309385,0,0,0,0,0 +309386,0,0,0,0,0 +309387,0,0,0,0,0 +309388,0,0,0,0,0 +309389,0,0,0,0,0 +309390,0,0,0,0,0 +309391,0,0,0,0,0 +309392,0,0,0,0,0 +309393,0,0,0,0,0 +309394,0,0,0,0,0 +309395,0,0,0,0,0 +309396,0,0,0,0,0 +309397,0,0,0,0,0 +309398,0,0,0,0,0 +309399,0,0,0,0,0 +309400,0,0,0,0,0 +309401,0,0,0,0,0 +309402,0,0,0,0,0 +309403,0,0,0,0,0 +309404,0,0,0,0,0 +309405,0,0,0,0,0 +309406,0,0,0,0,0 +309407,0,0,0,0,0 +309408,0,0,0,0,0 +309409,0,0,0,0,0 +309410,0,0,0,0,0 +309411,0,0,0,0,0 +309412,0,0,0,0,0 +309413,0,0,0,0,0 +309414,0,0,0,0,0 +309415,0,0,0,0,0 +309416,0,0,0,0,0 +309417,0,0,0,0,0 +309418,0,0,0,0,0 +309419,0,0,0,0,0 +309420,0,0,0,0,0 +309421,0,0,0,0,0 +309422,0,0,0,0,0 +309423,0,0,0,0,0 +309424,0,0,0,0,0 +309425,0,0,0,0,0 +309426,0,0,0,0,0 +309427,0,0,0,0,0 +309428,0,0,0,0,0 +309429,0,0,0,0,0 +309430,0,0,0,0,0 +309431,0,0,0,0,0 +309432,0,0,0,0,0 +309433,0,0,0,0,0 +309434,0,0,0,0,0 +309435,0,0,0,0,0 +309436,0,0,0,0,0 +309437,0,0,0,0,0 +309438,0,0,0,0,0 +309439,0,0,0,0,0 +309440,0,0,0,0,0 +309441,0,0,0,0,0 +309442,0,0,0,0,0 +309443,0,0,0,0,0 +309444,0,0,0,0,0 +309445,0,0,0,0,0 +309446,0,0,0,0,0 +309447,0,0,0,0,0 +309448,0,0,0,0,0 +309449,0,0,0,0,0 +309450,0,0,0,0,0 +309451,0,0,0,0,0 +309452,0,0,0,0,0 +309453,0,0,0,0,0 +309454,0,0,0,0,0 +309455,0,0,0,0,0 +309456,0,0,0,0,0 +309457,0,0,0,0,0 +309458,0,0,0,0,0 +309459,0,0,0,0,0 +309460,0,0,0,0,0 +309461,0,0,0,0,0 +309462,0,0,0,0,0 +309463,0,0,0,0,0 +309464,0,0,0,0,0 +309465,0,0,0,0,0 +309466,0,0,0,0,0 +309467,0,0,0,0,0 +309468,0,0,0,0,0 +309469,0,0,0,0,0 +309470,0,0,0,0,0 +309471,0,0,0,0,0 +309472,0,0,0,0,0 +309473,0,0,0,0,0 +309474,0,0,0,0,0 +309475,0,0,0,0,0 +309476,0,0,0,0,0 +309477,0,0,0,0,0 +309478,0,0,0,0,0 +309479,0,0,0,0,0 +309480,0,0,0,0,0 +309481,0,0,0,0,0 +309482,0,0,0,0,0 +309483,0,0,0,0,0 +309484,0,0,0,0,0 +309485,0,0,0,0,0 +309486,0,0,0,0,0 +309487,0,0,0,0,0 +309488,0,0,0,0,0 +309489,0,0,0,0,0 +309490,0,0,0,0,0 +309491,0,0,0,0,0 +309492,0,0,0,0,0 +309493,0,0,0,0,0 +309494,0,0,0,0,0 +309495,0,0,0,0,0 +309496,0,0,0,0,0 +309497,0,0,0,0,0 +309498,0,0,0,0,0 +309499,0,0,0,0,0 +309500,0,0,0,0,0 +309501,0,0,0,0,0 +309502,0,0,0,0,0 +309503,0,0,0,0,0 +309504,0,0,0,0,0 +309505,0,0,0,0,0 +309506,0,0,0,0,0 +309507,0,0,0,0,0 +309508,0,0,0,0,0 +309509,0,0,0,0,0 +309510,0,0,0,0,0 +309511,0,0,0,0,0 +309512,0,0,0,0,0 +309513,0,0,0,0,0 +309514,0,0,0,0,0 +309515,0,0,0,0,0 +309516,0,0,0,0,0 +309517,0,0,0,0,0 +309518,0,0,0,0,0 +309519,0,0,0,0,0 +309520,0,0,0,0,0 +309521,0,0,0,0,0 +309522,0,0,0,0,0 +309523,0,0,0,0,0 +309524,0,0,0,0,0 +309525,0,0,0,0,0 +309526,0,0,0,0,0 +309527,0,0,0,0,0 +309528,0,0,0,0,0 +309529,0,0,0,0,0 +309530,0,0,0,0,0 +309531,0,0,0,0,0 +309532,0,0,0,0,0 +309533,0,0,0,0,0 +309534,0,0,0,0,0 +309535,0,0,0,0,0 +309536,0,0,0,0,0 +309537,0,0,0,0,0 +309538,0,0,0,0,0 +309539,0,0,0,0,0 +309540,0,0,0,0,0 +309541,0,0,0,0,0 +309542,0,0,0,0,0 +309543,0,0,0,0,0 +309544,0,0,0,0,0 +309545,0,0,0,0,0 +309546,0,0,0,0,0 +309547,0,0,0,0,0 +309548,0,0,0,0,0 +309549,0,0,0,0,0 +309550,0,0,0,0,0 +309551,0,0,0,0,0 +309552,0,0,0,0,0 +309553,0,0,0,0,0 +309554,0,0,0,0,0 +309555,0,0,0,0,0 +309556,0,0,0,0,0 +309557,0,0,0,0,0 +309558,0,0,0,0,0 +309559,0,0,0,0,0 +309560,0,0,0,0,0 +309561,0,0,0,0,0 +309562,0,0,0,0,0 +309563,0,0,0,0,0 +309564,0,0,0,0,0 +309565,0,0,0,0,0 +309566,0,0,0,0,0 +309567,0,0,0,0,0 +309568,0,0,0,0,0 +309569,0,0,0,0,0 +309570,0,0,0,0,0 +309571,0,0,0,0,0 +309572,0,0,0,0,0 +309573,0,0,0,0,0 +309574,0,0,0,0,0 +309575,0,0,0,0,0 +309576,0,0,0,0,0 +309577,0,0,0,0,0 +309578,0,0,0,0,0 +309579,0,0,0,0,0 +309580,0,0,0,0,0 +309581,0,0,0,0,0 +309582,0,0,0,0,0 +309583,0,0,0,0,0 +309584,0,0,0,0,0 +309585,0,0,0,0,0 +309586,0,0,0,0,0 +309587,0,0,0,0,0 +309588,0,0,0,0,0 +309589,0,0,0,0,0 +309590,0,0,0,0,0 +309591,0,0,0,0,0 +309592,0,0,0,0,0 +309593,0,0,0,0,0 +309594,0,0,0,0,0 +309595,0,0,0,0,0 +309596,0,0,0,0,0 +309597,0,0,0,0,0 +309598,0,0,0,0,0 +309599,0,0,0,0,0 +309600,0,0,0,0,0 +309601,0,0,0,0,0 +309602,0,0,0,0,0 +309603,0,0,0,0,0 +309604,0,0,0,0,0 +309605,0,0,0,0,0 +309606,0,0,0,0,0 +309607,0,0,0,0,0 +309608,0,0,0,0,0 +309609,0,0,0,0,0 +309610,0,0,0,0,0 +309611,0,0,0,0,0 +309612,0,0,0,0,0 +309613,0,0,0,0,0 +309614,0,0,0,0,0 +309615,0,0,0,0,0 +309616,0,0,0,0,0 +309617,0,0,0,0,0 +309618,0,0,0,0,0 +309619,0,0,0,0,0 +309620,0,0,0,0,0 +309621,0,0,0,0,0 +309622,0,0,0,0,0 +309623,0,0,0,0,0 +309624,0,0,0,0,0 +309625,0,0,0,0,0 +309626,0,0,0,0,0 +309627,0,0,0,0,0 +309628,0,0,0,0,0 +309629,0,0,0,0,0 +309630,0,0,0,0,0 +309631,0,0,0,0,0 +309632,0,0,0,0,0 +309633,0,0,0,0,0 +309634,0,0,0,0,0 +309635,0,0,0,0,0 +309636,0,0,0,0,0 +309637,0,0,0,0,0 +309638,0,0,0,0,0 +309639,0,0,0,0,0 +309640,0,0,0,0,0 +309641,0,0,0,0,0 +309642,0,0,0,0,0 +309643,0,0,0,0,0 +309644,0,0,0,0,0 +309645,0,0,0,0,0 +309646,0,0,0,0,0 +309647,0,0,0,0,0 +309648,0,0,0,0,0 +309649,0,0,0,0,0 +309650,0,0,0,0,0 +309651,0,0,0,0,0 +309652,0,0,0,0,0 +309653,0,0,0,0,0 +309654,0,0,0,0,0 +309655,0,0,0,0,0 +309656,0,0,0,0,0 +309657,0,0,0,0,0 +309658,0,0,0,0,0 +309659,0,0,0,0,0 +309660,0,0,0,0,0 +309661,0,0,0,0,0 +309662,0,0,0,0,0 +309663,0,0,0,0,0 +309664,0,0,0,0,0 +309665,0,0,0,0,0 +309666,0,0,0,0,0 +309667,0,0,0,0,0 +309668,0,0,0,0,0 +309669,0,0,0,0,0 +309670,0,0,0,0,0 +309671,0,0,0,0,0 +309672,0,0,0,0,0 +309673,0,0,0,0,0 +309674,0,0,0,0,0 +309675,0,0,0,0,0 +309676,0,0,0,0,0 +309677,0,0,0,0,0 +309678,0,0,0,0,0 +309679,0,0,0,0,0 +309680,0,0,0,0,0 +309681,0,0,0,0,0 +309682,0,0,0,0,0 +309683,0,0,0,0,0 +309684,0,0,0,0,0 +309685,0,0,0,0,0 +309686,0,0,0,0,0 +309687,0,0,0,0,0 +309688,0,0,0,0,0 +309689,0,0,0,0,0 +309690,0,0,0,0,0 +309691,0,0,0,0,0 +309692,0,0,0,0,0 +309693,0,0,0,0,0 +309694,0,0,0,0,0 +309695,0,0,0,0,0 +309696,0,0,0,0,0 +309697,0,0,0,0,0 +309698,0,0,0,0,0 +309699,0,0,0,0,0 +309700,0,0,0,0,0 +309701,0,0,0,0,0 +309702,0,0,0,0,0 +309703,0,0,0,0,0 +309704,0,0,0,0,0 +309705,0,0,0,0,0 +309706,0,0,0,0,0 +309707,0,0,0,0,0 +309708,0,0,0,0,0 +309709,0,0,0,0,0 +309710,0,0,0,0,0 +309711,0,0,0,0,0 +309712,0,0,0,0,0 +309713,0,0,0,0,0 +309714,0,0,0,0,0 +309715,0,0,0,0,0 +309716,0,0,0,0,0 +309717,0,0,0,0,0 +309718,0,0,0,0,0 +309719,0,0,0,0,0 +309720,0,0,0,0,0 +309721,0,0,0,0,0 +309722,0,0,0,0,0 +309723,0,0,0,0,0 +309724,0,0,0,0,0 +309725,0,0,0,0,0 +309726,0,0,0,0,0 +309727,0,0,0,0,0 +309728,0,0,0,0,0 +309729,0,0,0,0,0 +309730,0,0,0,0,0 +309731,0,0,0,0,0 +309732,0,0,0,0,0 +309733,0,0,0,0,0 +309734,0,0,0,0,0 +309735,0,0,0,0,0 +309736,0,0,0,0,0 +309737,0,0,0,0,0 +309738,0,0,0,0,0 +309739,0,0,0,0,0 +309740,0,0,0,0,0 +309741,0,0,0,0,0 +309742,0,0,0,0,0 +309743,0,0,0,0,0 +309744,0,0,0,0,0 +309745,0,0,0,0,0 +309746,0,0,0,0,0 +309747,0,0,0,0,0 +309748,0,0,0,0,0 +309749,0,0,0,0,0 +309750,0,0,0,0,0 +309751,0,0,0,0,0 +309752,0,0,0,0,0 +309753,0,0,0,0,0 +309754,0,0,0,0,0 +309755,0,0,0,0,0 +309756,0,0,0,0,0 +309757,0,0,0,0,0 +309758,0,0,0,0,0 +309759,0,0,0,0,0 +309760,0,0,0,0,0 +309761,0,0,0,0,0 +309762,0,0,0,0,0 +309763,0,0,0,0,0 +309764,0,0,0,0,0 +309765,0,0,0,0,0 +309766,0,0,0,0,0 +309767,0,0,0,0,0 +309768,0,0,0,0,0 +309769,0,0,0,0,0 +309770,0,0,0,0,0 +309771,0,0,0,0,0 +309772,0,0,0,0,0 +309773,0,0,0,0,0 +309774,0,0,0,0,0 +309775,0,0,0,0,0 +309776,0,0,0,0,0 +309777,0,0,0,0,0 +309778,0,0,0,0,0 +309779,0,0,0,0,0 +309780,0,0,0,0,0 +309781,0,0,0,0,0 +309782,0,0,0,0,0 +309783,0,0,0,0,0 +309784,0,0,0,0,0 +309785,0,0,0,0,0 +309786,0,0,0,0,0 +309787,0,0,0,0,0 +309788,0,0,0,0,0 +309789,0,0,0,0,0 +309790,0,0,0,0,0 +309791,0,0,0,0,0 +309792,0,0,0,0,0 +309793,0,0,0,0,0 +309794,0,0,0,0,0 +309795,0,0,0,0,0 +309796,0,0,0,0,0 +309797,0,0,0,0,0 +309798,0,0,0,0,0 +309799,0,0,0,0,0 +309800,0,0,0,0,0 +309801,0,0,0,0,0 +309802,0,0,0,0,0 +309803,0,0,0,0,0 +309804,0,0,0,0,0 +309805,0,0,0,0,0 +309806,0,0,0,0,0 +309807,0,0,0,0,0 +309808,0,0,0,0,0 +309809,0,0,0,0,0 +309810,0,0,0,0,0 +309811,0,0,0,0,0 +309812,0,0,0,0,0 +309813,0,0,0,0,0 +309814,0,0,0,0,0 +309815,0,0,0,0,0 +309816,0,0,0,0,0 +309817,0,0,0,0,0 +309818,0,0,0,0,0 +309819,0,0,0,0,0 +309820,0,0,0,0,0 +309821,0,0,0,0,0 +309822,0,0,0,0,0 +309823,0,0,0,0,0 +309824,0,0,0,0,0 +309825,0,0,0,0,0 +309826,0,0,0,0,0 +309827,0,0,0,0,0 +309828,0,0,0,0,0 +309829,0,0,0,0,0 +309830,0,0,0,0,0 +309831,0,0,0,0,0 +309832,0,0,0,0,0 +309833,0,0,0,0,0 +309834,0,0,0,0,0 +309835,0,0,0,0,0 +309836,0,0,0,0,0 +309837,0,0,0,0,0 +309838,0,0,0,0,0 +309839,0,0,0,0,0 +309840,0,0,0,0,0 +309841,0,0,0,0,0 +309842,0,0,0,0,0 +309843,0,0,0,0,0 +309844,0,0,0,0,0 +309845,0,0,0,0,0 +309846,0,0,0,0,0 +309847,0,0,0,0,0 +309848,0,0,0,0,0 +309849,0,0,0,0,0 +309850,0,0,0,0,0 +309851,0,0,0,0,0 +309852,0,0,0,0,0 +309853,0,0,0,0,0 +309854,0,0,0,0,0 +309855,0,0,0,0,0 +309856,0,0,0,0,0 +309857,0,0,0,0,0 +309858,0,0,0,0,0 +309859,0,0,0,0,0 +309860,0,0,0,0,0 +309861,0,0,0,0,0 +309862,0,0,0,0,0 +309863,0,0,0,0,0 +309864,0,0,0,0,0 +309865,0,0,0,0,0 +309866,0,0,0,0,0 +309867,0,0,0,0,0 +309868,0,0,0,0,0 +309869,0,0,0,0,0 +309870,0,0,0,0,0 +309871,0,0,0,0,0 +309872,0,0,0,0,0 +309873,0,0,0,0,0 +309874,0,0,0,0,0 +309875,0,0,0,0,0 +309876,0,0,0,0,0 +309877,0,0,0,0,0 +309878,0,0,0,0,0 +309879,0,0,0,0,0 +309880,0,0,0,0,0 +309881,0,0,0,0,0 +309882,0,0,0,0,0 +309883,0,0,0,0,0 +309884,0,0,0,0,0 +309885,0,0,0,0,0 +309886,0,0,0,0,0 +309887,0,0,0,0,0 +309888,0,0,0,0,0 +309889,0,0,0,0,0 +309890,0,0,0,0,0 +309891,0,0,0,0,0 +309892,0,0,0,0,0 +309893,0,0,0,0,0 +309894,0,0,0,0,0 +309895,0,0,0,0,0 +309896,0,0,0,0,0 +309897,0,0,0,0,0 +309898,0,0,0,0,0 +309899,0,0,0,0,0 +309900,0,0,0,0,0 +309901,0,0,0,0,0 +309902,0,0,0,0,0 +309903,0,0,0,0,0 +309904,0,0,0,0,0 +309905,0,0,0,0,0 +309906,0,0,0,0,0 +309907,0,0,0,0,0 +309908,0,0,0,0,0 +309909,0,0,0,0,0 +309910,0,0,0,0,0 +309911,0,0,0,0,0 +309912,0,0,0,0,0 +309913,0,0,0,0,0 +309914,0,0,0,0,0 +309915,0,0,0,0,0 +309916,0,0,0,0,0 +309917,0,0,0,0,0 +309918,0,0,0,0,0 +309919,0,0,0,0,0 +309920,0,0,0,0,0 +309921,0,0,0,0,0 +309922,0,0,0,0,0 +309923,0,0,0,0,0 +309924,0,0,0,0,0 +309925,0,0,0,0,0 +309926,0,0,0,0,0 +309927,0,0,0,0,0 +309928,0,0,0,0,0 +309929,0,0,0,0,0 +309930,0,0,0,0,0 +309931,0,0,0,0,0 +309932,0,0,0,0,0 +309933,0,0,0,0,0 +309934,0,0,0,0,0 +309935,0,0,0,0,0 +309936,0,0,0,0,0 +309937,0,0,0,0,0 +309938,0,0,0,0,0 +309939,0,0,0,0,0 +309940,0,0,0,0,0 +309941,0,0,0,0,0 +309942,0,0,0,0,0 +309943,0,0,0,0,0 +309944,0,0,0,0,0 +309945,0,0,0,0,0 +309946,0,0,0,0,0 +309947,0,0,0,0,0 +309948,0,0,0,0,0 +309949,0,0,0,0,0 +309950,0,0,0,0,0 +309951,0,0,0,0,0 +309952,0,0,0,0,0 +309953,0,0,0,0,0 +309954,0,0,0,0,0 +309955,0,0,0,0,0 +309956,0,0,0,0,0 +309957,0,0,0,0,0 +309958,0,0,0,0,0 +309959,0,0,0,0,0 +309960,0,0,0,0,0 +309961,0,0,0,0,0 +309962,0,0,0,0,0 +309963,0,0,0,0,0 +309964,0,0,0,0,0 +309965,0,0,0,0,0 +309966,0,0,0,0,0 +309967,0,0,0,0,0 +309968,0,0,0,0,0 +309969,0,0,0,0,0 +309970,0,0,0,0,0 +309971,0,0,0,0,0 +309972,0,0,0,0,0 +309973,0,0,0,0,0 +309974,0,0,0,0,0 +309975,0,0,0,0,0 +309976,0,0,0,0,0 +309977,0,0,0,0,0 +309978,0,0,0,0,0 +309979,0,0,0,0,0 +309980,0,0,0,0,0 +309981,0,0,0,0,0 +309982,0,0,0,0,0 +309983,0,0,0,0,0 +309984,0,0,0,0,0 +309985,0,0,0,0,0 +309986,0,0,0,0,0 +309987,0,0,0,0,0 +309988,0,0,0,0,0 +309989,0,0,0,0,0 +309990,0,0,0,0,0 +309991,0,0,0,0,0 +309992,0,0,0,0,0 +309993,0,0,0,0,0 +309994,0,0,0,0,0 +309995,0,0,0,0,0 +309996,0,0,0,0,0 +309997,0,0,0,0,0 +309998,0,0,0,0,0 +309999,0,0,0,0,0 +310000,0,0,0,0,0 +310001,0,0,0,0,0 +310002,0,0,0,0,0 +310003,0,0,0,0,0 +310004,0,0,0,0,0 +310005,0,0,0,0,0 +310006,0,0,0,0,0 +310007,0,0,0,0,0 +310008,0,0,0,0,0 +310009,0,0,0,0,0 +310010,0,0,0,0,0 +310011,0,0,0,0,0 +310012,0,0,0,0,0 +310013,0,0,0,0,0 +310014,0,0,0,0,0 +310015,0,0,0,0,0 +310016,0,0,0,0,0 +310017,0,0,0,0,0 +310018,0,0,0,0,0 +310019,0,0,0,0,0 +310020,0,0,0,0,0 +310021,140.7580364,2696.52161,2745.202279,60.51720935,-81.31474609 +310022,245.513306,162.7241288,2736.374048,108.237661,114.2903235 +310023,238.8716881,135.580634,365.9716097,105.3071736,110.6847612 +310024,230.9549779,132.6821872,334.6101613,101.8147738,104.8210509 +310025,223.5690154,140.3565678,362.0608147,98.58874576,98.39214113 +310026,217.1963068,207.2980161,1103.237947,95.84954856,92.24425045 +310027,211.7366248,447.0780499,626.7370956,93.54470511,86.58639811 +310028,206.982563,307.8619506,746.8851718,91.57100462,81.37237896 +310029,202.7785438,358.6738539,765.4943466,89.85051697,76.5119996 +310030,199.0283867,373.5970548,780.8395367,88.33473504,71.94410497 +310031,195.6689072,384.0950667,796.0753811,86.99198061,67.63464983 +310032,192.6511956,394.3433018,810.9488238,85.7982077,63.56219342 +310033,189.9328301,404.621663,826.4680033,84.7330317,59.708633 +310034,187.4763693,415.4387143,841.5528726,83.77882154,56.05679561 +310035,185.2507939,425.4671941,857.376593,82.92046968,52.59015755 +310036,183.2259017,436.432911,872.5934834,82.14520674,49.29320317 +310037,181.3771411,446.7895158,888.1384171,81.4423453,46.15178975 +310038,179.6860608,457.9260757,903.6381756,80.8029224,43.15302627 +310039,178.1335549,468.3236502,919.1573009,80.21947052,40.28547302 +310040,176.7057713,479.1646123,934.6882222,79.68557936,37.5382665 +310041,175.3883442,490.2781954,950.223527,79.19598224,34.90217752 +310042,174.1717361,501.105917,965.7606668,78.74614527,32.36852832 +310043,173.0449235,512.1465696,981.2935925,78.33226081,29.92963376 +310044,172.0014328,523.1803502,996.8198148,77.95112565,27.57868231 +310045,171.0326155,534.316884,1012.333894,77.59996969,25.30936256 +310046,170.1340385,545.2842154,1027.834105,77.27645411,23.11609688 +310047,169.2987359,556.8430581,1043.272227,76.97851964,20.99364112 +310048,168.5237962,567.9576092,1058.425415,76.70444769,18.93748473 +310049,167.8036694,579.3257671,1074.38682,76.45276466,16.94360431 +310050,167.1363583,590.7075343,1089.486475,76.22209846,15.00798883 +310051,166.5172363,600.1429902,1101.320532,76.0113419,13.12738239 +310052,165.9361093,609.886084,1112.474859,75.81588261,11.29858961 +310053,165.38598,618.9975274,1123.638357,75.63236999,9.518899403 +310054,164.8633512,628.2305756,1134.361868,75.45921656,7.785361742 +310055,164.3670611,637.350793,1144.96545,75.29605027,6.095805094 +310056,163.8963535,646.4076373,1155.458707,75.14273534,4.447780037 +310057,163.450674,655.4056746,1165.610862,74.99921397,2.839227402 +310058,163.0294616,664.1016382,1175.801589,74.86539091,1.268305414 +310059,162.6320795,673.3983282,1185.564022,74.74110282,-0.266792914 +310060,162.2579308,682.3265698,1195.449246,74.62617847,-1.767710234 +310061,161.9063359,690.7629783,1205.023057,74.52038863,-3.236184162 +310062,161.5767727,699.6884162,1214.497229,74.42355995,-4.673625247 +310063,161.268701,708.4080385,1223.772793,74.33549782,-6.081433101 +310064,160.9814921,717.0645795,1233.035117,74.25595684,-7.461128866 +310065,160.7147693,725.7083699,1242.03817,74.18479748,-8.813732709 +310066,160.4678847,734.2767794,1250.960584,74.12175,-10.14072179 +310067,160.2404705,742.8912328,1259.732673,74.06666629,-11.44302604 +310068,160.0319746,751.0410777,1268.377828,74.01931022,-12.72187875 +310069,159.8418515,760.1159008,1276.88532,73.979445,-13.97846826 +310070,159.6697559,768.299258,1285.269873,73.9469224,-15.21359141 +310071,159.5151745,776.7569951,1293.468907,73.92151537,-16.42832183 +310072,159.3777678,789.3072584,1301.680993,73.90307459,-17.62339328 +310073,159.2570882,800.3726244,1309.696715,73.89140011,-18.79971094 +310074,159.1526916,811.530032,1317.439715,73.88629289,-19.95815376 +310075,159.0642575,822.64517,1325.320519,73.88760922,-21.09935449 +310076,158.9913413,833.6344145,1332.898285,73.89514872,-22.22415487 +310077,158.9336288,844.5530421,1340.35303,73.90877004,-23.33314023 +310078,158.8907362,855.5065814,1347.886962,73.92829997,-24.42700993 +310079,158.8623657,866.2787955,1355.012622,73.95360446,-25.50628993 +310080,158.8480617,877.1252207,1362.206169,73.98447775,-26.57178308 +310081,157.7140687,1317.287253,2342.589997,73.50557796,-29.68482311 +310082,174.8478197,1343.344071,2348.814372,81.48252192,1.412300063 +310083,201.5571928,1363.68725,2392.785553,93.76520353,51.32238827 +310084,619.7587197,1382.813689,2407.809195,382.4220786,103.7584113 +310085,1233.036006,1400.750346,2391.092897,477.6086529,115.6254771 +310086,790.4194182,1418.045509,2384.265776,372.3509655,144.9464982 +310087,967.757436,1434.673822,2399.973891,430.8503922,207.6244596 +310088,989.4487241,1451.434758,2409.682517,442.0385877,252.8873733 +310089,1008.518097,1467.497013,2415.73209,451.171555,287.5699314 +310090,1026.60925,1483.396536,2420.526147,460.0842363,315.9812737 +310091,1044.179725,1505.162788,2424.673171,468.5664355,340.1873392 +310092,1061.322271,1517.212021,2428.76917,477.2861067,361.3163158 +310093,1078.087465,1538.106126,2432.995903,485.4028129,380.0366124 +310094,1094.462715,1547.406073,2437.358701,493.5192395,630.2701352 +310095,969.3573625,1469.95838,2287.71442,437.1979681,954.6294831 +310096,1194.430343,1616.538394,2265.598035,539.4943331,976.0717712 +310097,1110.864855,1570.234772,2257.39565,501.9663873,928.9765578 +310098,1143.797188,1593.826307,2255.538634,517.9478804,990.003307 +310099,1161.724851,1610.354407,2248.927175,526.4409221,1010.179651 +310100,1176.160713,1624.56043,2241.026109,533.5775722,1028.17914 +310101,1190.781114,1638.47429,2232.303915,540.6848067,1045.421427 +310102,1205.096444,1652.373599,2223.137342,547.7641945,1062.400511 +310103,1219.392692,1666.064695,2213.568996,554.7287315,1078.679742 +310104,1233.20421,1679.602144,2203.9859,561.461493,1098.741032 +310105,1246.940883,1710.365386,2194.090749,568.26242,1103.834017 +310106,1405.022638,1750.019285,2329.949405,640.5068943,1388.559681 +310107,1063.07712,1639.102166,2200.319666,486.5472314,747.0018186 +310108,1530.899762,1839.372819,2347.047459,697.7547382,1602.397841 +310109,1067.061884,1644.778352,2208.592011,489.8740011,733.8690158 +310110,1557.867306,1868.34551,2354.44374,710.5785553,1631.940266 +310111,1090.136468,1668.503643,2211.383899,501.2894879,756.9980677 +310112,1584.451836,1893.707663,2357.402633,723.4129995,1661.252315 +310113,1112.411211,1690.842397,2211.463072,512.3285229,778.9894028 +310114,1623.30142,1918.274396,2358.383679,735.9333646,1689.305935 +310115,1114.797112,1713.016577,2210.685707,522.8626827,799.9155673 +310116,1644.758823,1941.941756,2359.102886,748.1097912,1720.00105 +310117,1152.952317,1734.196824,2208.537339,533.2873468,813.9211951 +310118,1660.225302,1982.602385,2358.21469,759.9803574,1745.109264 +310119,1324.480645,1799.075476,2355.819018,610.7477726,1108.470518 +310120,1463.030411,1902.101513,2353.160399,672.7723606,1357.09556 +310121,1451.65848,1899.617159,2350.723841,668.2615905,1326.405114 +310122,1461.927672,1900.584709,2349.094034,673.1703632,1335.847964 +310123,1472.234106,1897.937877,2348.656426,678.3504255,1345.94456 +310124,1482.548394,1950.076451,2348.98396,683.2363833,1355.634606 +310125,1492.880028,1901.422727,2349.801728,688.2985663,1365.322567 +310126,1503.000326,1977.161662,2350.897969,693.2027055,1374.761156 +310127,1512.752523,1931.671872,2352.144061,697.9424219,1384.104214 +310128,1530.621853,1954.846096,2353.530292,702.8210202,1393.021235 +310129,1529.866623,1995.883682,2354.937676,707.4654034,1402.198362 +310130,1555.302688,1951.625805,2356.355039,712.25371,1410.784926 +310131,1542.680781,2019.406457,2358.540244,716.7717954,1419.467712 +310132,1549.477632,1987.975255,2360.67017,721.3314068,1427.912209 +310133,1579.277305,2011.68765,2362.576155,725.9055868,1436.223704 +310134,1577.084865,2018.096091,2364.816135,730.3825488,1444.463574 +310135,1588.765389,2026.814657,2367.440966,734.6873086,1452.280774 +310136,1597.902534,2035.263292,2370.196135,739.1586925,1462.47278 +310137,1606.9734,2044.039418,2372.977245,743.4381144,1476.096313 +310138,1615.709579,2052.330658,2377.53038,747.6622006,1467.781893 +310139,1624.582927,2060.672961,2379.207594,751.820649,1479.293376 +310140,1633.083456,2068.694866,2383.170254,756.0550361,1494.388601 +310141,2031.681452,2246.633208,2396.111879,928.3660029,2106.726456 +310142,2043.277585,2257.292665,2441.06587,934.3195481,2139.288092 +310143,2053.951498,2265.967526,2493.475667,939.2773326,2174.589773 +310144,2068.1932,2270.668957,2537.321772,947.7284536,2201.24781 +310145,2078.263626,2277.896895,2569.218437,952.928459,2219.39448 +310146,2088.188024,2285.883294,2591.334467,957.8117522,2231.390971 +310147,2097.451331,2293.634648,2606.924257,962.5415357,2239.457927 +310148,2106.682801,2301.256812,2618.353358,967.1617554,2245.13405 +310149,2115.745298,2308.810771,2627.308348,971.6928085,2249.384829 +310150,2124.791177,2316.250494,2634.267771,976.1477742,2252.798396 +310151,2133.390471,2323.611505,2639.957019,980.5339883,2255.736075 +310152,2142.151719,2330.776059,2644.727857,984.8579021,2258.419131 +310153,2150.687764,2337.899607,2648.822064,989.1228145,2260.983234 +310154,2159.134401,2344.946437,2652.412656,993.3321296,2263.513133 +310155,2167.611229,2351.768589,2655.620561,997.4270857,2266.056156 +310156,2175.651152,2358.408692,2658.530926,1001.683936,2268.637128 +310157,2183.899154,2365.271465,2661.206574,1005.603772,2271.27039 +310158,2191.935953,2371.790661,2663.686423,1009.664446,2273.95394 +310159,2199.772035,2378.178295,2665.993925,1013.615675,2276.67687 +310160,2207.854696,2384.611538,2668.150103,1017.530997,2279.432596 +310161,2215.693348,2390.790029,2670.170602,1021.402338,2282.21377 +310162,2223.230506,2396.867044,2673.794634,1025.230097,2287.10912 +310163,2230.963433,2402.879307,2674.609348,1031.864188,2288.767201 +310164,2238.513484,2408.885634,2675.886963,1031.232972,2291.11733 +310165,2246.005696,2414.828191,2678.973054,1040.656548,2295.771731 +310166,2253.420305,2420.220035,2679.363334,1037.725038,2297.275459 +310167,2260.77472,2432.755261,2680.408633,1050.504385,2299.668374 +310168,2268.195181,2422.554441,2683.183238,1040.815647,2304.244831 +310169,2275.195021,2446.759202,2683.267489,1064.506145,2305.65413 +310170,2293.643139,2439.92697,2684.022354,1039.256347,2307.95344 +310171,2272.82902,2447.799471,2684.848366,1059.770214,2310.405138 +310172,2304.35783,2452.890671,2685.628202,1062.958411,2312.875192 +310173,2301.884512,2457.305917,2686.346171,1063.832643,2315.355423 +310174,2309.95926,2461.729238,2686.984989,1068.102692,2317.819096 +310175,2317.134935,2466.210052,2687.540547,1071.476742,2320.259896 +310176,2323.750989,2470.3471,2688.015189,1074.795668,2322.670493 +310177,2330.597729,2475.070827,2690.130765,1078.083387,2327.14575 +310178,2337.004412,2478.606428,2689.484667,1081.338387,2328.339247 +310179,2343.6866,2482.720779,2689.315938,1084.566734,2330.168282 +310180,2350.188081,2486.934092,2690.974925,1087.764605,2334.260807 +310181,2356.646081,2490.227054,2689.971122,1090.930394,2335.173656 +310182,2363.06936,2494.090214,2689.512533,1094.071763,2336.787575 +310183,2369.578033,2497.428741,2689.201899,1097.250173,2338.615951 +310184,2378.101916,2501.130379,2688.938341,1100.234013,2340.534777 +310185,2386.442329,2511.025302,2688.800654,1103.33987,2342.649532 +310186,2386.397686,2499.032216,2688.500811,1106.360792,2344.813025 +310187,2413.288297,2519.656877,2688.100472,1109.365763,2346.684279 +310188,2366.508865,2513.170807,2689.563312,1112.347326,2350.859678 +310189,2423.884144,2516.630358,2688.198256,1115.232062,2351.650374 +310190,2408.876282,2520.273853,2687.198491,1118.263985,2352.921785 +310191,2418.309682,2523.158195,2686.363936,1121.190479,2354.415149 +310192,2424.73034,2525.471524,2685.588775,1123.981042,2356.001511 +310193,2431.924846,2528.098944,2684.793139,1126.889624,2357.588124 +310194,2444.376803,2530.302489,2683.951329,1129.715795,2359.146754 +310195,2428.405461,2532.927416,2683.09622,1132.529474,2360.717835 +310196,2454.902996,2534.922509,2682.205104,1135.321328,2362.272952 +310197,2452.342726,2537.082744,2681.236113,1138.091415,2363.759733 +310198,2459.481703,2539.195844,2680.216689,1140.84027,2365.209626 +310199,2469.959781,2541.154613,2679.150316,1143.638213,2366.625101 +310200,2467.314586,2543.672825,2678.034229,1146.239985,2368.001272 +310201,2481.516058,2547.039901,2676.582424,1151.812267,2368.796707 +310202,2508.977743,2556.842929,2675.574939,1155.242398,2370.200861 +310203,2498.397211,2544.473427,2674.658558,1158.484636,2371.737207 +310204,2476.151902,2562.256206,2673.815598,1161.526334,2373.364443 +310205,2550.821816,2556.229223,2673.232336,1164.676104,2375.308886 +310206,2476.961184,2558.042731,2672.485601,1167.597778,2377.058768 +310207,2563.997571,2560.345154,2671.642953,1170.731752,2378.696847 +310208,2514.048567,2562.087109,2670.661524,1173.480319,2380.167222 +310209,2540.868323,2563.242208,2669.3359,1176.535662,2381.213683 +310210,2543.364537,2564.546832,2667.940063,1179.325928,2382.16472 +310211,2549.554334,2565.860852,2666.669081,1182.281754,2383.255914 +310212,2555.465359,2567.042377,2665.511467,1185.036535,2384.475064 +310213,2561.229873,2568.115949,2664.420575,1187.948157,2385.768458 +310214,2567.753413,2569.100825,2663.349206,1190.587207,2387.080376 +310215,2573.290765,2569.993735,2662.259728,1193.639184,2388.364658 +310216,2579.300638,2570.791994,2661.126074,1196.14938,2389.587766 +310217,2585.240638,2571.50009,2659.942705,1199.043203,2390.74041 +310218,2591.07423,2572.118481,2658.709446,1201.665898,2391.819831 +310219,2596.7045,2572.646091,2657.423793,1204.457936,2392.82079 +310220,2602.570758,2573.085944,2656.090424,1207.054585,2393.747049 +310221,2608.369935,2573.438689,2654.715588,1209.810577,2394.604836 +310222,2613.955615,2573.701941,2653.296605,1212.371787,2395.389582 +310223,2619.794777,2574.413102,2653.507477,1215.093562,2398.15579 +310224,2625.310738,2573.598821,2650.99824,1217.61911,2397.581272 +310225,2630.776515,2573.929319,2649.028337,1220.307442,2397.641387 +310226,2636.490466,2573.92607,2647.252032,1222.875726,2397.90182 +310227,2642.034219,2573.716211,2645.562787,1225.41895,2398.235307 +310228,2647.484034,2573.675965,2643.892638,1227.934883,2398.564533 +310229,2653.111443,2573.072856,2642.206722,1230.546742,2398.850118 +310230,2658.447746,2572.703185,2640.496441,1232.978643,2399.08187 +310231,2663.66844,2572.031501,2638.758184,1235.365265,2399.254109 +310232,2677.145425,2571.753536,2638.747969,1237.738018,2401.539579 +310233,2661.98253,2569.879948,2635.890149,1240.011623,2400.328086 +310234,2692.326854,2569.476617,2633.557154,1242.457668,2399.743063 +310235,2680.049284,2568.137518,2631.510948,1244.718003,2399.48112 +310236,2690.285561,2566.9072,2629.434263,1247.025939,2399.154305 +310237,2695.058667,2565.798724,2627.346614,1249.382573,2398.7892 +310238,2699.594301,2564.181293,2625.286306,1251.529577,2398.631873 +310239,2704.7857,2562.388768,2623.212083,1253.830577,2398.218733 +310240,2709.700946,2561.30089,2621.133034,1256.048497,2397.767578 +310241,2714.480221,2552.767954,2618.903576,1258.261862,2397.100757 +310242,2719.435157,2566.100987,2616.747835,1260.4603,2396.491756 +310243,2724.264822,2546.969856,2614.586586,1262.643478,2395.840507 +310244,2728.890666,2561.448108,2612.404055,1264.81193,2395.126058 +310245,2733.886201,2543.666069,2610.194325,1266.965932,2394.338744 +310246,2738.630605,2550.863535,2607.873536,1269.105713,2393.372807 +310247,2743.297576,2547.450192,2605.61917,1271.231808,2392.443156 +310248,2748.043785,2544.292035,2603.399147,1273.344321,2391.508326 +310249,2752.711295,2542.306724,2601.136693,1275.522389,2390.474279 +310250,2757.169208,2540.131877,2598.861985,1277.490621,2389.374161 +310251,2762.029959,2537.441387,2596.585122,1279.541917,2388.220179 +310252,2766.6071,2534.901761,2594.491786,1281.708084,2387.000072 +310253,2778.991975,2532.234538,2592.307667,1283.701,2385.859739 +310254,2764.821725,2529.633209,2589.973636,1285.750032,2384.483572 +310255,2791.372527,2526.700428,2587.620313,1287.776026,2383.023128 +310256,2782.112683,2523.893662,2585.40575,1289.790372,2381.869905 +310257,2789.419943,2521.11944,2583.081892,1291.79348,2380.28914 +310258,2794.400417,2517.816321,2580.722913,1293.78608,2378.558233 +310259,2798.58834,2514.834482,2578.44719,1295.768093,2376.800933 +310260,2802.770652,2504.62214,2576.105182,1297.739914,2374.828732 +310261,2691.466905,2461.925579,2573.400327,1246.370883,2373.646104 +310262,2689.681788,2446.350109,2561.964602,1246.826759,2360.293682 +310263,2693.28172,2444.145531,2548.325835,1247.80424,2342.49062 +310264,2695.646405,2440.51536,2537.097232,1248.917351,2327.256018 +310265,2697.921549,2435.770637,2528.993255,1249.818921,2315.696902 +310266,2700.837115,2431.253762,2523.281432,1251.127149,2307.147961 +310267,2703.457535,2426.830782,2519.098,1252.214175,2300.659315 +310268,2706.11349,2422.498596,2515.818809,1253.393772,2295.508871 +310269,2708.798111,2417.626057,2513.071175,1254.570166,2291.24431 +310270,2719.065144,2413.034169,2510.791182,1255.751442,2287.772615 +310271,2703.807621,2408.364289,2508.611579,1256.935782,2284.622174 +310272,2728.05281,2396.32489,2506.482187,1258.122587,2281.709318 +310273,2717.098879,2408.323767,2504.740356,1259.310295,2279.42415 +310274,2722.752474,2383.023299,2502.997644,1260.498528,2277.272647 +310275,2726.025103,2391.40116,2501.16406,1261.728556,2275.126033 +310276,2728.412539,2383.082172,2499.529931,1262.885931,2273.324828 +310277,2731.152068,2377.644427,2497.988291,1264.110239,2271.721291 +310278,2733.771187,2372.969826,2496.462118,1265.265031,2270.211217 +310279,2736.580554,2367.795836,2494.98422,1266.486894,2268.821819 +310280,2739.000035,2362.481225,2493.549855,1267.63908,2267.538446 +310281,2742.140952,2357.314031,2492.155925,1268.938498,2266.34794 +310282,2744.611373,2351.951574,2490.797047,1269.968089,2265.237894 +310283,2747.308966,2346.731549,2489.454233,1271.199343,2264.176192 +310284,2750.053501,2341.099374,2488.123746,1272.364024,2263.152647 +310285,2752.62674,2335.625619,2486.809604,1273.539434,2262.167736 +310286,2762.677276,2330.187524,2485.661921,1274.71396,2261.402382 +310287,2748.36548,2324.541888,2484.393642,1275.886688,2260.500903 +310288,2770.416976,2318.872601,2483.110093,1277.057941,2259.589003 +310289,2762.041515,2313.148592,2482.009356,1278.227539,2258.906775 +310290,2765.622931,2307.634459,2480.813547,1279.395017,2258.110782 +310291,2769.121958,2301.398708,2479.551053,1280.521241,2257.233551 +310292,2771.748083,2295.553668,2478.345529,1281.554981,2256.429535 +310293,2773.920643,2289.484463,2477.158021,1282.785665,2255.65296 +310294,2776.451341,2283.342038,2475.962958,1283.83161,2254.872216 +310295,2778.629652,2277.168928,2474.767604,1284.943127,2254.094465 +310296,2781.605507,2270.99321,2473.589224,1286.03801,2253.338715 +310297,2791.025209,2264.87637,2472.578563,1287.128187,2252.789083 +310298,2777.179862,2258.355358,2471.424424,1288.213964,2252.061949 +310299,2798.002808,2252.042261,2470.220801,1289.295471,2251.270789 +310300,2790.483632,2245.735783,2469.189046,1290.372767,2250.685833 +310301,2793.120644,2231.417852,2468.253588,1291.445954,2250.380943 +310302,2796.751735,2243.645338,2467.55875,1292.594237,2250.511312 +310303,2798.708735,2213.526779,2466.874195,1293.530536,2250.640472 +310304,2801.13462,2223.698875,2466.08902,1294.646367,2250.628004 +310305,2803.537955,2211.278123,2465.352084,1296.875137,2250.655257 +310306,2812.853693,2205.437043,2464.790138,1295.794362,2250.878791 +310307,2800.01056,2198.894782,2464.070572,1301.609432,2250.890769 +310308,2817.72758,2192.183284,2463.292007,1293.038196,2250.812451 +310309,2813.267788,2185.558287,2462.690352,1314.071905,2250.933874 +310310,2814.587192,2178.572478,2462.03572,1283.377648,2250.97307 +310311,2817.562061,2171.905085,2461.289991,1310.133979,2250.88366 +310312,2820.037831,2164.996714,2460.539718,1311.905492,2250.771599 +310313,2829.34204,2158.155621,2460.016514,1287.97188,2250.922665 +310314,2817.97762,2151.448179,2461.082914,1312.698092,2253.224253 +310315,2832.440079,2144.234291,2459.334957,1319.63912,2251.849417 +310316,2830.92701,2137.454715,2460.044299,1284.218867,2253.467799 +310317,2831.359212,2130.440446,2459.981509,1319.035129,2254.130256 +310318,2832.300389,2123.464652,2457.750284,1325.477509,2252.123081 +310319,2836.332962,2116.453412,2458.085774,1281.992064,2253.233675 +310320,2845.299939,2109.568859,2458.05669,1324.516123,2253.880186 +310321,2594.685677,1972.192823,2449.60959,1199.996534,2243.29453 +310322,2598.706122,1991.213157,2425.190489,1201.347275,2209.558815 +310323,2595.949422,1991.788184,2396.672119,1200.665031,2168.716381 +310324,2602.850411,1929.780713,2373.339116,1200.298305,2132.984067 +310325,2592.74101,1970.450477,2356.418173,1200.1042,2105.142494 +310326,2596.867157,1952.019503,2346.110296,1200.030185,2085.697112 +310327,2596.820222,1925.044927,2336.5747,1200.035069,2067.697669 +310328,2597.142612,1943.185481,2329.637787,1200.179633,2053.698849 +310329,2597.977425,1910.473191,2324.457954,1200.16805,2042.176453 +310330,2598.5644,1918.756905,2320.276799,1200.369212,2032.422821 +310331,2599.29424,1904.642103,2316.742762,1200.532404,2023.971001 +310332,2600.150637,1897.941544,2313.665086,1200.734745,2016.540859 +310333,2600.9538,1912.317703,2310.884639,1200.962239,2009.886871 +310334,2601.975366,1849.923493,2308.401438,1201.212621,2003.960019 +310335,2603.039078,1908.118694,2307.814429,1201.485763,2000.686243 +310336,2603.869268,1836.278845,2306.580686,1201.775774,1996.66807 +310337,2604.696018,1871.134753,2303.161579,1202.0855,1990.466454 +310338,2605.83426,1847.841253,2300.562028,1202.416487,1985.465594 +310339,2607.34503,1842.84084,2300.039963,1202.764951,1983.17238 +310340,2607.901318,1835.170634,2297.079806,1203.126486,1978.035676 +310341,2609.107944,1827.445072,2294.835242,1203.510266,1973.898283 +310342,2610.623739,1819.730213,2292.900457,1203.907939,1970.240085 +310343,2611.726566,1812.228859,2291.149121,1204.322463,1966.896008 +310344,2613.00197,1804.634096,2289.507416,1204.752896,1963.76801 +310345,2621.82329,1815.97034,2287.916709,1205.199048,1960.77543 +310346,2605.720703,1762.418677,2286.562384,1205.660802,1958.136427 +310347,2627.475642,1808.669457,2286.798174,1206.138677,1957.50951 +310348,2609.174807,1752.47716,2284.413493,1206.627544,1953.723346 +310349,2629.249518,1776.644142,2282.675362,1207.135828,1950.764637 +310350,2619.908052,1757.869475,2281.268746,1207.574448,1948.230332 +310351,2622.357212,1752.580001,2279.86435,1208.127328,1945.714676 +310352,2624.980228,1745.172118,2278.470008,1208.493084,1943.241945 +310353,2625.995157,1737.846892,2277.164764,1208.931524,1940.917537 +310354,2627.669562,1730.443366,2277.586644,1209.363821,1940.758969 +310355,2628.816055,1723.456095,2277.048738,1209.801351,1939.47335 +310356,2629.739406,1716.02356,2274.419769,1210.246011,1935.655534 +310357,2632.163273,1708.968419,2274.271227,1210.699205,1934.896976 +310358,2632.671594,1701.920803,2271.792093,1211.157745,1931.28128 +310359,2634.831063,1694.81962,2270.06213,1211.625469,1928.58423 +310360,2636.304801,1687.785204,2268.639849,1212.099913,1926.260856 +310361,2638.229021,1680.955423,2269.07326,1212.582497,1926.226514 +310362,2638.839005,1674.076434,2266.933945,1213.071462,1923.049589 +310363,2641.218571,1667.231344,2265.42231,1213.569238,1920.651328 +310364,2650.94809,1660.558641,2264.326435,1214.073819,1918.760817 +310365,2634.247921,1653.718803,2263.187406,1214.585887,1916.816138 +310366,2655.613987,1647.441295,2262.063984,1215.105242,1914.892426 +310367,2640.083543,1640.711125,2262.717376,1215.632174,1915.162082 +310368,2657.829384,1634.3432,2260.790856,1216.16539,1912.271745 +310369,2650.697217,1627.955955,2259.568197,1216.706674,1910.245973 +310370,2652.700254,1647.015444,2258.393613,1217.254332,1908.267354 +310371,2655.167674,1578.974705,2257.312817,1217.808986,1906.393152 +310372,2657.213187,1626.782705,2256.406438,1218.370145,1904.726642 +310373,2658.833539,1599.264354,2255.51335,1218.938081,1903.073212 +310374,2660.505114,1597.215179,2254.635865,1219.512682,1901.436999 +310375,2662.959093,1591.293191,2255.477242,1220.093965,1901.920191 +310376,2664.398485,1585.511767,2255.374126,1220.681214,1901.254446 +310377,2673.306608,1579.808759,2255.054351,1221.274855,1900.332354 +310378,2659.17027,1574.192505,2252.718975,1221.874211,1896.919344 +310379,2676.926348,1568.673283,2251.178929,1222.479666,1894.455166 +310380,2673.000353,1563.250568,2251.902249,1223.090703,1894.948466 +310381,2733.06386,1665.130375,2254.217687,1330.349531,1897.993276 +310382,2746.346254,1661.971553,2265.94268,1332.577983,1915.717484 +310383,2765.575617,1658.26519,2282.873093,1334.625041,1941.98761 +310384,2782.465999,1654.374668,2298.234902,1336.174343,1967.437572 +310385,2794.674735,1650.445769,2309.917201,1337.776245,1988.224326 +310386,2802.770396,1646.526542,2318.206372,1339.059733,2004.783762 +310387,2808.09809,1642.649567,2324.066664,1340.485853,2017.81514 +310388,2811.787908,1638.834033,2328.342426,1341.795846,2027.899724 +310389,2814.541141,1634.056991,2331.581203,1343.051658,2036.81441 +310390,2816.723898,1630.555211,2334.095548,1344.338407,2044.149737 +310391,2818.53225,1627.283415,2336.075882,1345.664255,2050.582254 +310392,2820.085855,1624.003713,2337.653671,1347.235066,2055.926893 +310393,2821.466796,1621.055719,2338.927473,1349.077965,2060.502257 +310394,2822.732562,1617.945716,2339.972112,1351.029431,2064.441583 +310395,2823.852713,1639.613317,2340.799219,1353.175552,2067.797445 +310396,2825.012171,1576.789662,2341.551241,1355.300561,2070.779912 +310397,2826.205457,1626.116296,2342.245438,1359.472923,2073.442753 +310398,2827.247683,1616.532768,2342.781063,1359.647345,2075.691665 +310399,2828.297491,1583.499291,2343.271385,1367.724731,2077.691726 +310400,2829.410758,1612.103986,2343.761826,1355.729088,2079.521983 +310401,2830.430113,1611.928457,2344.160722,1369.694265,2081.090657 +310402,2831.452539,1579.440462,2344.536005,1369.550757,2082.500467 +310403,2832.428571,1631.458799,2344.860926,1371.800618,2083.732709 +310404,2833.440392,1556.620268,2345.191553,1374.62979,2085.081109 +310405,2834.498173,1611.365551,2345.537889,1377.528114,2086.147647 +310406,2835.447229,1594.282792,2345.804594,1380.245691,2087.034233 +310407,2836.391487,1581.075144,2346.059376,1383.195904,2087.8374 +310408,2837.323868,1607.329123,2346.298856,1385.953519,2088.562266 +310409,2838.274686,1564.807889,2346.543546,1388.982101,2089.241505 +310410,2839.197728,1615.061513,2346.765353,1391.986815,2089.846396 +310411,2840.13295,1552.712187,2346.990699,1395.002324,2090.414857 +310412,2841.033821,1617.513218,2347.189924,1398.064967,2090.921733 +310413,2841.930562,1545.345399,2347.382147,1401.179753,2091.399319 +310414,2842.789087,1615.81286,2347.545917,1404.346903,2091.825388 +310415,2843.639744,1541.776202,2347.700842,1407.659101,2092.226019 +310416,2844.446078,1610.715901,2347.824104,1416.051189,2092.573833 +310417,2845.261948,1541.364308,2347.950233,1406.44658,2092.912353 +310418,2846.0674,1602.837387,2348.067001,1421.28495,2093.227382 +310419,2846.843221,1543.562639,2348.162659,1420.189065,2093.505369 +310420,2847.598346,1592.750948,2348.242656,1424.449003,2093.753886 +310421,2848.345661,1547.715892,2348.31429,1427.916397,2093.982695 +310422,2849.085818,1581.305658,2348.376991,1431.651642,2094.191835 +310423,2849.811713,1553.338046,2348.425445,1435.23121,2094.37543 +310424,2850.539213,1568.290424,2348.469172,1439.041669,2094.545926 +310425,2853.987777,1560.395847,2350.242939,1444.736388,2096.859766 +310426,2853.265008,1560.699146,2349.377838,1450.246718,2095.908973 +310427,2853.388217,1558.995922,2349.044376,1448.0794,2095.609457 +310428,2853.783648,1557.6427,2348.863314,1449.554875,2095.481143 +310429,2854.305232,1556.254062,2348.743619,1461.702322,2095.414265 +310430,2854.879642,1554.878187,2348.644877,1462.090481,2095.364599 +310431,2855.473624,1553.517078,2348.550627,1475.84819,2095.315837 +310432,2856.131657,1552.170386,2348.491487,1455.29435,2095.307961 +310433,2856.785461,1550.838219,2348.425173,1499.054914,2095.289501 +310434,2857.466536,1549.520457,2348.372079,1452.244788,2095.286102 +310435,2858.233404,1548.21718,2348.369717,1510.421895,2095.344579 +310436,2858.988768,1546.928137,2348.356944,1477.547298,2095.389616 +310437,2859.712309,1545.653489,2348.321035,1480.288973,2095.405479 +310438,2860.618499,1544.39297,2348.398279,1519.980402,2095.561139 +310439,2861.5613,1543.146738,2348.497027,1491.369197,2095.743694 +310440,2862.346039,1541.914299,2348.494231,1508.648392,2095.80077 +310441,2863.648075,1573.1625,2348.898924,1533.843278,2096.490717 +310442,2868.389253,1549.320399,2351.540938,1539.992408,2100.290228 +310443,2874.651048,1588.066356,2354.942475,1545.469956,2105.641796 +310444,2880.652446,1535.135973,2358.278503,1550.863834,2111.054227 +310445,2885.966956,1598.943418,2361.123574,1556.505923,2115.874952 +310446,2890.093592,1524.124346,2363.504219,1561.854308,2120.080262 +310447,2896.273716,1603.462897,2367.254823,1567.322657,2125.925269 +310448,2897.8862,1519.727946,2368.13121,1572.759502,2128.14203 +310449,2900.16406,1578.079483,2369.425395,1578.132824,2130.794252 +310450,2905.211461,1555.486297,2372.460936,1583.845283,2135.520008 +310451,2906.088951,1561.997053,2372.831896,1589.2808,2136.865703 +310452,2907.970358,1553.684673,2373.820112,1600.487725,2138.898529 +310453,2909.996836,1564.279791,2374.870901,1592.313749,2141.140664 +310454,2912.16345,1550.010047,2375.98631,1615.156129,2143.1791 +310455,2914.509828,1563.353687,2377.199532,1608.909013,2145.27764 +310456,2916.789012,1549.496031,2378.359884,1618.230112,2147.262564 +310457,2919.05217,1559.168133,2379.502821,1623.821106,2149.186126 +310458,2921.341652,1552.034536,2380.656034,1629.178886,2151.087398 +310459,2923.628215,1554.85596,2381.801325,1635.205887,2152.947255 +310460,2925.91107,1553.129539,2382.938608,1640.969433,2154.768779 +310461,2928.187462,1552.70985,2384.066471,1646.805079,2156.553129 +310462,2930.460552,1552.106148,2385.187206,1652.771996,2158.305826 +310463,2932.731615,1551.499107,2386.301863,1658.485078,2160.030591 +310464,2935.00502,1550.89403,2387.413454,1664.693126,2161.733387 +310465,2937.280203,1550.291183,2388.521876,1670.597617,2163.416083 +310466,2939.550556,1549.690249,2389.623163,1676.585776,2165.075537 +310467,2941.817163,1549.091682,2390.718146,1682.696939,2166.714323 +310468,2944.084999,1548.391641,2391.810097,1688.617039,2168.337911 +310469,2946.358458,1547.948921,2392.901947,1694.941045,2169.9512 +310470,2948.635046,1547.284254,2393.992299,1700.987673,2171.553632 +310471,2951.047835,1546.839567,2395.16262,1712.359937,2173.248069 +310472,2953.466357,1546.132037,2396.336521,1711.698715,2174.937292 +310473,2955.741287,1545.653462,2397.421158,1720.112432,2176.503951 +310474,2958.018665,1545.091372,2398.503669,1726.704267,2178.055852 +310475,2960.338805,1544.548381,2399.612477,1732.79668,2179.628921 +310476,2962.658322,1544.009387,2400.716972,1738.992505,2181.186512 +310477,2964.97347,1543.474309,2401.818671,1745.374195,2182.732055 +310478,2967.305834,1542.942625,2402.927922,1752.001283,2184.279688 +310479,2969.928144,1542.414651,2404.041843,1758.393627,2185.826835 +310480,2972.381838,1541.889943,2405.244609,1769.764548,2187.479686 +310481,2974.839716,1541.368708,2406.456532,1769.810695,2189.140305 +310482,2977.148045,1540.850429,2407.56967,1778.096788,2190.674621 +310483,2979.436907,1540.335584,2408.666819,1784.666439,2192.185263 +310484,2981.844027,1539.823654,2409.831399,1793.606109,2193.775978 +310485,2984.563234,1539.315067,2411.192946,1807.468955,2195.60991 +310486,2987.458396,1538.809159,2412.665448,1810.108645,2197.582665 +310487,2990.262164,1538.306258,2414.085383,1820.284256,2199.492047 +310488,2993.207019,1537.806092,2415.597951,1833.975678,2201.519229 +310489,2996.2285,1537.308757,2417.165576,1836.961751,2203.616793 +310490,2999.076063,1536.813678,2418.624261,1845.638574,2205.57912 +310491,3002.268372,1536.321541,2420.127644,1859.065183,2207.596519 +310492,3005.367465,1535.730027,2421.784624,1868.01681,2209.804552 +310493,3008.355668,1535.390028,2423.378372,1871.536781,2211.933018 +310494,3011.128814,1534.834141,2424.830533,1881.862814,2213.883352 +310495,3013.754208,1534.365867,2426.182853,1886.583861,2215.705325 +310496,3016.339124,1533.884979,2427.331094,1890.538112,2217.265844 +310497,3018.141965,1533.40608,2428.176966,1893.194546,2218.438875 +310498,3019.506597,1532.929052,2428.716743,1896.203812,2219.216255 +310499,3020.788504,1532.555058,2428.999389,1899.537441,2219.65638 +310500,3021.474656,1531.934588,2429.089092,1903.099667,2219.83858 +310501,3022.767645,1498.284845,2429.778312,1907.172042,2221.139505 +310502,3019.431336,1497.478504,2426.75419,1908.457122,2216.858302 +310503,3013.636438,1496.656265,2422.033471,1908.833068,2209.786457 +310504,3008.681,1495.916697,2417.601843,1910.018432,2202.771128 +310505,3004.954805,1495.180896,2414.210851,1912.487146,2196.986673 +310506,3002.939505,1494.452049,2411.803224,1915.942732,2192.48891 +310507,3001.873907,1493.729219,2410.078844,1919.929767,2188.967398 +310508,3001.347125,1493.01098,2408.777686,1924.12622,2186.126177 +310509,3001.117431,1492.297369,2407.740135,1928.377842,2183.774184 +310510,3001.064793,1491.587167,2406.879911,1932.635,2181.800817 +310511,3001.13059,1490.880359,2406.148694,1936.890927,2180.137509 +310512,3001.290484,1486.919743,2405.520898,1941.155029,2178.741928 +310513,3001.470654,1485.653472,2404.603536,1945.731803,2177.577163 +310514,3001.661398,1484.632152,2403.514104,1950.479219,2176.601202 +310515,3001.871502,1483.675765,2402.429995,1955.21471,2175.779702 +310516,3002.107261,1482.753744,2401.440404,1959.859399,2175.088415 +310517,3002.365276,1481.853073,2400.557389,1964.60262,2174.506711 +310518,3002.639736,1480.966654,2399.762049,1969.07368,2174.018209 +310519,3002.927324,1480.091385,2399.033088,1973.509949,2173.610958 +310520,3003.224052,1479.321225,2398.353322,1977.939149,2173.273437 +310521,3003.526757,1478.320756,2397.710954,1982.372305,2172.995443 +310522,3003.83396,1477.536206,2397.098367,1986.811874,2172.768875 +310523,3004.144048,1476.676381,2396.509538,1991.257028,2172.586269 +310524,3004.455895,1475.835925,2395.93974,1995.707113,2172.44132 +310525,3004.768803,1475.001561,2395.385249,2000.162247,2172.328761 +310526,3005.082287,1474.172094,2394.843085,2004.622902,2172.24414 +310527,3005.395992,1473.347695,2394.310867,2009.089544,2172.18365 +310528,3005.709711,1472.527674,2393.786733,2013.562508,2172.144092 +310529,3006.023303,1471.71223,2393.269171,2018.04193,2172.122682 +310530,3006.336727,1470.900723,2392.756994,2022.527842,2172.117079 +310531,3006.650502,1469.871603,2392.249617,2027.020602,2172.125729 +310532,3006.937013,1468.799336,2391.722317,2031.466732,2172.148234 +310533,3007.177341,1467.706362,2391.158065,2036.040472,2172.183441 +310534,3007.369956,1466.597759,2390.554362,2040.323958,2172.231642 +310535,3007.524088,1465.476571,2389.917566,2044.559591,2172.294985 +310536,3007.648733,1464.343708,2389.254574,2048.767806,2172.374097 +310537,3007.749572,1463.104104,2388.570212,2052.960086,2172.467992 +310538,3007.829382,1462.091959,2387.86729,2057.140885,2172.574789 +310539,3010.786679,1460.862388,2388.864416,2063.179248,2174.844025 +310540,3009.481992,1459.702451,2387.275801,2066.330782,2173.92201 +310541,3008.938063,1458.522484,2386.191754,2070.243755,2173.654734 +310542,3008.312392,1457.33163,2385.234287,2074.109613,2173.557064 +310543,3008.118178,1456.132624,2384.340262,2078.077724,2173.550533 +310544,3008.003955,1454.924927,2383.479876,2082.101241,2173.601641 +310545,3007.921602,1453.709049,2382.632959,2086.326896,2173.687696 +310546,3007.847433,1452.485252,2381.789506,2090.287862,2173.796792 +310547,3007.773246,1451.253376,2380.945563,2094.363157,2173.92338 +310548,3007.699202,1450.013559,2380.101026,2097.964213,2174.066309 +310549,3007.624394,1448.766167,2379.254891,2101.991791,2174.223304 +310550,3007.54156,1447.510882,2378.402236,2106.151465,2174.387306 +310551,3007.444896,1446.248213,2377.539188,2110.311276,2174.552618 +310552,3007.334885,1444.97781,2376.665912,2114.28308,2174.718638 +310553,3007.214307,1443.700154,2375.784066,2118.226278,2174.886695 +310554,3007.08436,1442.41488,2374.894354,2122.155145,2175.057045 +310555,3006.943042,1441.122459,2373.995438,2126.273366,2175.22748 +310556,3006.789283,1439.822521,2373.086596,2130.187721,2175.396635 +310557,3006.624827,1438.515526,2372.16892,2134.079499,2175.56545 +310558,3006.450859,1437.201095,2371.243148,2137.957353,2175.734485 +310559,3006.267246,1435.879677,2370.309182,2141.823748,2175.903303 +310560,3006.073744,1434.550885,2369.366841,2145.677449,2176.071408 +310561,3005.226003,1367.117942,2367.707705,2149.269206,2174.884558 +310562,2994.994327,1365.365594,2358.954959,2147.158983,2162.96342 +310563,2980.607116,1363.79496,2347.159387,2143.259702,2145.886797 +310564,2968.026384,1362.309002,2336.241983,2141.047733,2129.279808 +310565,2958.875842,1360.841325,2327.627917,2141.430809,2115.398737 +310566,2952.746379,1359.382085,2321.134755,2143.762621,2104.277671 +310567,2948.60523,1357.927477,2316.118076,2147.100993,2095.245633 +310568,2945.60599,1356.474991,2312.028793,2150.789775,2087.676625 +310569,2943.246793,1355.024507,2308.52709,2154.518669,2081.163082 +310570,2941.270239,1353.663908,2305.424196,2158.394367,2075.462888 +310571,2939.547745,1352.081649,2302.612785,2161.990898,2070.424647 +310572,2938.007822,1350.691372,2300.024049,2165.521211,2065.940686 +310573,2936.600039,1349.133356,2297.606008,2169.002082,2061.923056 +310574,2935.284721,1347.806272,2295.316999,2172.437457,2058.296675 +310575,2934.032497,1346.282712,2293.124897,2175.825993,2054.99897 +310576,2932.823227,1344.831291,2291.005896,2179.166849,2051.978792 +310577,2931.643294,1343.363647,2288.942342,2182.460935,2049.194045 +310578,2930.48369,1341.89141,2286.921193,2185.710579,2046.609999 +310579,2929.338681,1340.415689,2284.932862,2188.918742,2044.197945 +310580,2928.203931,1338.935833,2282.970147,2192.088252,2041.933831 +310581,2927.075822,1337.452068,2281.027655,2195.221596,2039.797514 +310582,2925.951314,1335.964259,2279.101304,2198.320869,2037.771997 +310583,2924.828023,1334.472523,2277.187985,2201.387826,2035.842884 +310584,2923.704155,1332.976759,2275.285326,2204.423951,2033.99796 +310585,2925.249868,1331.478548,2275.099847,2209.31977,2034.363927 +310586,2922.754982,1329.972147,2272.367872,2211.28163,2031.620102 +310587,2921.067454,1328.466349,2270.159364,2213.80466,2029.577028 +310588,2919.613389,1326.954292,2268.093862,2216.506098,2027.744237 +310589,2918.286785,1325.438875,2266.104816,2219.299243,2026.036297 +310590,2917.032948,1323.91953,2264.162926,2222.127013,2024.417808 +310591,2915.816122,1322.454688,2262.249901,2224.953136,2022.866197 +310592,2914.617316,1320.999496,2260.3618,2227.737333,2021.367031 +310593,2913.42564,1319.548,2258.496538,2230.657264,2019.909805 +310594,2912.236285,1318.098546,2256.651905,2233.304208,2018.487995 +310595,2911.048924,1316.650555,2254.826494,2235.891999,2017.098686 +310596,2909.862738,1315.203528,2253.018103,2238.439255,2015.738915 +310597,2908.67561,1313.757365,2251.223929,2240.953643,2014.405001 +310598,2907.48557,1312.311769,2249.441609,2243.435984,2013.093663 +310599,2906.291032,1310.866759,2247.669303,2245.884874,2011.80211 +310600,2905.090898,1309.4221,2245.905631,2248.299128,2010.528076 +310601,2903.88441,1307.977832,2244.149551,2250.678318,2009.269704 +310602,2902.67102,1306.533742,2242.400247,2253.02252,2008.025462 +310603,2901.450569,1305.002226,2240.657222,2255.332156,2006.794252 +310604,2900.222428,1303.68689,2238.919747,2257.607228,2005.574738 +310605,2898.986025,1302.181817,2237.187177,2259.847698,2004.365707 +310606,2897.741458,1300.750902,2235.459348,2262.053918,2003.166608 +310607,2896.488574,1299.30732,2233.735963,2264.225999,2001.976747 +310608,2895.227106,1297.863154,2232.016691,2266.363935,2000.795429 +310609,2893.956882,1296.418805,2230.301279,2268.467758,1999.622082 +310610,2892.391547,1294.974069,2228.591166,2270.539343,1998.458283 +310611,2891.126212,1293.529021,2226.886583,2272.579106,1997.304135 +310612,2889.859866,1292.08347,2225.185199,2274.584529,1996.156577 +310613,2888.580235,1290.637504,2223.485596,2276.554233,1995.013656 +310614,2887.283574,1289.190912,2221.787779,2278.488513,1993.875207 +310615,2885.970589,1287.743791,2220.091954,2280.387891,1992.741312 +310616,2884.643192,1286.29594,2218.398277,2282.252759,1991.612023 +310617,2883.302173,1284.934085,2216.706308,2284.082755,1990.486664 +310618,2881.948645,1283.35753,2215.016127,2285.878072,1989.365229 +310619,2880.584006,1281.968068,2213.328235,2287.639358,1988.24825 +310620,2879.208572,1280.504287,2211.642592,2289.366615,1987.135598 +310621,2062.165988,1278.92243,1109.287525,1831.470827,2476.151706 +310622,2149.012469,1408.343559,1156.209052,1909.744782,2532.38315 +310623,2246.612748,1412.371153,1211.641915,1995.14315,2580.355027 +310624,2320.032345,1411.988669,1256.639563,2054.292604,2603.47725 +310625,2371.412721,1412.784476,1291.012143,2089.380598,2613.157356 +310626,2407.800696,1412.245019,1317.758851,2108.764184,2617.300798 +310627,2434.529317,1411.514807,1338.903726,2119.794391,2619.060998 +310628,2455.104016,1410.711884,1356.275917,2126.965869,2619.84193 +310629,2471.565192,1409.860859,1370.888412,2132.476919,2620.288602 +310630,2484.998204,1408.970142,1383.322017,2137.140452,2620.628743 +310631,2496.07761,1408.051431,1393.968799,2141.238885,2620.971253 +310632,2505.271255,1407.109042,1403.12134,2144.89147,2621.35545 +310633,2512.917984,1406.15187,1411.006427,2148.350798,2621.766537 +310634,2519.302148,1405.159232,1417.819937,2151.316419,2622.195168 +310635,2524.657053,1404.178007,1423.727937,2154.052689,2622.633973 +310636,2529.175479,1403.193007,1428.872248,2156.620658,2623.081593 +310637,2533.012745,1402.205394,1433.371848,2159.060369,2623.538026 +310638,2536.292615,1401.214465,1437.325826,2161.396015,2624.003302 +310639,2539.113474,1400.311358,1440.816587,2163.642452,2624.477092 +310640,2541.553997,1399.185839,1443.912887,2165.809788,2624.95911 +310641,2543.677205,1398.258212,1446.672146,2167.905459,2625.448968 +310642,2545.509013,1397.249246,1449.130152,2169.915264,2625.919597 +310643,2547.113884,1396.166442,1451.338574,2171.863176,2626.395648 +310644,2548.544746,1395.302366,1453.340867,2173.768835,2626.89797 +310645,2549.817051,1394.240646,1455.159924,2175.625284,2627.414277 +310646,2550.947929,1393.256644,1456.81747,2177.430384,2627.939516 +310647,2551.953241,1392.257264,1458.332736,2179.18416,2628.471371 +310648,2552.846923,1391.237816,1459.722379,2180.887636,2629.008735 +310649,2553.63851,1390.228546,1460.999163,2182.539251,2629.548108 +310650,2554.338556,1389.2194,1462.175599,2184.321291,2630.089707 +310651,2554.956589,1388.194523,1463.262769,2185.856317,2630.634309 +310652,2555.483155,1387.164741,1464.269367,2187.229602,2631.182081 +310653,2555.916743,1386.13181,1465.202701,2188.385369,2631.732589 +310654,2556.262762,1385.095649,1466.069193,2189.32585,2632.28516 +310655,2556.528948,1384.056495,1466.874509,2190.079604,2632.83905 +310656,2556.722629,1383.013941,1467.62362,2190.676742,2633.393556 +310657,2556.849895,1381.968123,1468.320857,2191.139494,2633.947983 +310658,2556.915686,1380.91861,1468.969994,2191.482116,2634.501663 +310659,2556.924335,1379.865538,1469.574328,2191.713638,2635.053928 +310660,2556.879657,1378.8085,1470.136754,2191.840276,2635.604135 +310661,2556.784975,1377.74765,1470.659824,2191.866762,2636.151633 +310662,2556.64325,1376.682611,1471.145806,2191.796954,2636.695803 +310663,2556.457077,1375.613565,1471.596716,2191.634055,2637.236028 +310664,2556.228766,1374.540167,1472.014367,2191.380756,2637.771731 +310665,2555.960361,1373.462626,1472.400384,2191.039321,2638.302339 +310666,2555.653712,1372.380625,1472.756248,2190.611697,2638.827323 +310667,2555.310483,1371.294398,1473.083297,2190.099575,2639.346163 +310668,2554.932207,1370.203656,1473.382762,2189.504463,2639.858382 +310669,2554.520271,1369.108678,1473.655767,2188.827707,2640.363515 +310670,2554.075973,1368.009323,1473.903357,2188.071117,2640.861144 +310671,2553.600499,1366.905563,1474.126499,2187.234512,2641.350874 +310672,2553.094958,1365.797345,1474.326092,2186.317806,2641.83233 +310673,2552.560378,1364.68498,1474.502967,2185.321755,2642.305152 +310674,2551.997728,1363.481567,1474.657916,2184.247627,2642.769032 +310675,2551.40793,1362.490103,1474.791678,2183.096745,2643.223672 +310676,2550.798238,1361.300796,1474.904954,2181.676391,2643.668808 +310677,2550.194348,1360.186066,1474.998401,2180.380311,2644.10419 +310678,2549.611322,1359.053144,1475.072666,2179.015388,2644.529633 +310679,2549.050796,1357.916321,1475.128352,2177.575575,2644.944959 +310680,2548.507407,1356.77553,1475.166034,2176.059204,2645.350001 +310681,0,0,0,0,0 +310682,0,0,0,0,0 +310683,0,0,0,0,0 +310684,0,0,0,0,0 +310685,0,0,0,0,0 +310686,0,0,0,0,0 +310687,0,0,0,0,0 +310688,0,0,0,0,0 +310689,0,0,0,0,0 +310690,0,0,0,0,0 +310691,0,0,0,0,0 +310692,0,0,0,0,0 +310693,0,0,0,0,0 +310694,0,0,0,0,0 +310695,0,0,0,0,0 +310696,0,0,0,0,0 +310697,0,0,0,0,0 +310698,0,0,0,0,0 +310699,0,0,0,0,0 +310700,0,0,0,0,0 +310701,0,0,0,0,0 +310702,0,0,0,0,0 +310703,0,0,0,0,0 +310704,0,0,0,0,0 +310705,0,0,0,0,0 +310706,0,0,0,0,0 +310707,0,0,0,0,0 +310708,0,0,0,0,0 +310709,0,0,0,0,0 +310710,0,0,0,0,0 +310711,0,0,0,0,0 +310712,0,0,0,0,0 +310713,0,0,0,0,0 +310714,0,0,0,0,0 +310715,0,0,0,0,0 +310716,0,0,0,0,0 +310717,0,0,0,0,0 +310718,0,0,0,0,0 +310719,0,0,0,0,0 +310720,0,0,0,0,0 +310721,0,0,0,0,0 +310722,0,0,0,0,0 +310723,0,0,0,0,0 +310724,0,0,0,0,0 +310725,0,0,0,0,0 +310726,0,0,0,0,0 +310727,0,0,0,0,0 +310728,0,0,0,0,0 +310729,0,0,0,0,0 +310730,0,0,0,0,0 +310731,0,0,0,0,0 +310732,0,0,0,0,0 +310733,0,0,0,0,0 +310734,0,0,0,0,0 +310735,0,0,0,0,0 +310736,0,0,0,0,0 +310737,0,0,0,0,0 +310738,0,0,0,0,0 +310739,0,0,0,0,0 +310740,0,0,0,0,0 +310741,0,0,0,0,0 +310742,0,0,0,0,0 +310743,0,0,0,0,0 +310744,0,0,0,0,0 +310745,0,0,0,0,0 +310746,0,0,0,0,0 +310747,0,0,0,0,0 +310748,0,0,0,0,0 +310749,0,0,0,0,0 +310750,0,0,0,0,0 +310751,0,0,0,0,0 +310752,0,0,0,0,0 +310753,0,0,0,0,0 +310754,0,0,0,0,0 +310755,0,0,0,0,0 +310756,0,0,0,0,0 +310757,0,0,0,0,0 +310758,0,0,0,0,0 +310759,0,0,0,0,0 +310760,0,0,0,0,0 +310761,0,0,0,0,0 +310762,0,0,0,0,0 +310763,0,0,0,0,0 +310764,0,0,0,0,0 +310765,0,0,0,0,0 +310766,0,0,0,0,0 +310767,0,0,0,0,0 +310768,0,0,0,0,0 +310769,0,0,0,0,0 +310770,0,0,0,0,0 +310771,0,0,0,0,0 +310772,0,0,0,0,0 +310773,0,0,0,0,0 +310774,0,0,0,0,0 +310775,0,0,0,0,0 +310776,0,0,0,0,0 +310777,0,0,0,0,0 +310778,0,0,0,0,0 +310779,0,0,0,0,0 +310780,0,0,0,0,0 +310781,0,0,0,0,0 +310782,0,0,0,0,0 +310783,0,0,0,0,0 +310784,0,0,0,0,0 +310785,0,0,0,0,0 +310786,0,0,0,0,0 +310787,0,0,0,0,0 +310788,0,0,0,0,0 +310789,0,0,0,0,0 +310790,0,0,0,0,0 +310791,0,0,0,0,0 +310792,0,0,0,0,0 +310793,0,0,0,0,0 +310794,0,0,0,0,0 +310795,0,0,0,0,0 +310796,0,0,0,0,0 +310797,0,0,0,0,0 +310798,0,0,0,0,0 +310799,0,0,0,0,0 +310800,0,0,0,0,0 +310801,0,0,0,0,0 +310802,0,0,0,0,0 +310803,0,0,0,0,0 +310804,0,0,0,0,0 +310805,0,0,0,0,0 +310806,0,0,0,0,0 +310807,0,0,0,0,0 +310808,0,0,0,0,0 +310809,0,0,0,0,0 +310810,0,0,0,0,0 +310811,0,0,0,0,0 +310812,0,0,0,0,0 +310813,0,0,0,0,0 +310814,0,0,0,0,0 +310815,0,0,0,0,0 +310816,0,0,0,0,0 +310817,0,0,0,0,0 +310818,0,0,0,0,0 +310819,0,0,0,0,0 +310820,0,0,0,0,0 +310821,0,0,0,0,0 +310822,0,0,0,0,0 +310823,0,0,0,0,0 +310824,0,0,0,0,0 +310825,0,0,0,0,0 +310826,0,0,0,0,0 +310827,0,0,0,0,0 +310828,0,0,0,0,0 +310829,0,0,0,0,0 +310830,0,0,0,0,0 +310831,0,0,0,0,0 +310832,0,0,0,0,0 +310833,0,0,0,0,0 +310834,0,0,0,0,0 +310835,0,0,0,0,0 +310836,0,0,0,0,0 +310837,0,0,0,0,0 +310838,0,0,0,0,0 +310839,0,0,0,0,0 +310840,0,0,0,0,0 +310841,0,0,0,0,0 +310842,0,0,0,0,0 +310843,0,0,0,0,0 +310844,0,0,0,0,0 +310845,0,0,0,0,0 +310846,0,0,0,0,0 +310847,0,0,0,0,0 +310848,0,0,0,0,0 +310849,0,0,0,0,0 +310850,0,0,0,0,0 +310851,0,0,0,0,0 +310852,0,0,0,0,0 +310853,0,0,0,0,0 +310854,0,0,0,0,0 +310855,0,0,0,0,0 +310856,0,0,0,0,0 +310857,0,0,0,0,0 +310858,0,0,0,0,0 +310859,0,0,0,0,0 +310860,0,0,0,0,0 +310861,0,0,0,0,0 +310862,0,0,0,0,0 +310863,0,0,0,0,0 +310864,0,0,0,0,0 +310865,0,0,0,0,0 +310866,0,0,0,0,0 +310867,0,0,0,0,0 +310868,0,0,0,0,0 +310869,0,0,0,0,0 +310870,0,0,0,0,0 +310871,0,0,0,0,0 +310872,0,0,0,0,0 +310873,0,0,0,0,0 +310874,0,0,0,0,0 +310875,0,0,0,0,0 +310876,0,0,0,0,0 +310877,0,0,0,0,0 +310878,0,0,0,0,0 +310879,0,0,0,0,0 +310880,0,0,0,0,0 +310881,0,0,0,0,0 +310882,0,0,0,0,0 +310883,0,0,0,0,0 +310884,0,0,0,0,0 +310885,0,0,0,0,0 +310886,0,0,0,0,0 +310887,0,0,0,0,0 +310888,0,0,0,0,0 +310889,0,0,0,0,0 +310890,0,0,0,0,0 +310891,0,0,0,0,0 +310892,0,0,0,0,0 +310893,0,0,0,0,0 +310894,0,0,0,0,0 +310895,0,0,0,0,0 +310896,0,0,0,0,0 +310897,0,0,0,0,0 +310898,0,0,0,0,0 +310899,0,0,0,0,0 +310900,0,0,0,0,0 +310901,0,0,0,0,0 +310902,0,0,0,0,0 +310903,0,0,0,0,0 +310904,0,0,0,0,0 +310905,0,0,0,0,0 +310906,0,0,0,0,0 +310907,0,0,0,0,0 +310908,0,0,0,0,0 +310909,0,0,0,0,0 +310910,0,0,0,0,0 +310911,0,0,0,0,0 +310912,0,0,0,0,0 +310913,0,0,0,0,0 +310914,0,0,0,0,0 +310915,0,0,0,0,0 +310916,0,0,0,0,0 +310917,0,0,0,0,0 +310918,0,0,0,0,0 +310919,0,0,0,0,0 +310920,0,0,0,0,0 +310921,0,0,0,0,0 +310922,0,0,0,0,0 +310923,0,0,0,0,0 +310924,0,0,0,0,0 +310925,0,0,0,0,0 +310926,0,0,0,0,0 +310927,0,0,0,0,0 +310928,0,0,0,0,0 +310929,0,0,0,0,0 +310930,0,0,0,0,0 +310931,0,0,0,0,0 +310932,0,0,0,0,0 +310933,0,0,0,0,0 +310934,0,0,0,0,0 +310935,0,0,0,0,0 +310936,0,0,0,0,0 +310937,0,0,0,0,0 +310938,0,0,0,0,0 +310939,0,0,0,0,0 +310940,0,0,0,0,0 +310941,0,0,0,0,0 +310942,0,0,0,0,0 +310943,0,0,0,0,0 +310944,0,0,0,0,0 +310945,0,0,0,0,0 +310946,0,0,0,0,0 +310947,0,0,0,0,0 +310948,0,0,0,0,0 +310949,0,0,0,0,0 +310950,0,0,0,0,0 +310951,0,0,0,0,0 +310952,0,0,0,0,0 +310953,0,0,0,0,0 +310954,0,0,0,0,0 +310955,0,0,0,0,0 +310956,0,0,0,0,0 +310957,0,0,0,0,0 +310958,0,0,0,0,0 +310959,0,0,0,0,0 +310960,0,0,0,0,0 +310961,0,0,0,0,0 +310962,0,0,0,0,0 +310963,0,0,0,0,0 +310964,0,0,0,0,0 +310965,0,0,0,0,0 +310966,0,0,0,0,0 +310967,0,0,0,0,0 +310968,0,0,0,0,0 +310969,0,0,0,0,0 +310970,0,0,0,0,0 +310971,0,0,0,0,0 +310972,0,0,0,0,0 +310973,0,0,0,0,0 +310974,0,0,0,0,0 +310975,0,0,0,0,0 +310976,0,0,0,0,0 +310977,0,0,0,0,0 +310978,0,0,0,0,0 +310979,0,0,0,0,0 +310980,0,0,0,0,0 +310981,0,0,0,0,0 +310982,0,0,0,0,0 +310983,0,0,0,0,0 +310984,0,0,0,0,0 +310985,0,0,0,0,0 +310986,0,0,0,0,0 +310987,0,0,0,0,0 +310988,0,0,0,0,0 +310989,0,0,0,0,0 +310990,0,0,0,0,0 +310991,0,0,0,0,0 +310992,0,0,0,0,0 +310993,0,0,0,0,0 +310994,0,0,0,0,0 +310995,0,0,0,0,0 +310996,0,0,0,0,0 +310997,0,0,0,0,0 +310998,0,0,0,0,0 +310999,0,0,0,0,0 +311000,0,0,0,0,0 +311001,0,0,0,0,0 +311002,0,0,0,0,0 +311003,0,0,0,0,0 +311004,0,0,0,0,0 +311005,0,0,0,0,0 +311006,0,0,0,0,0 +311007,0,0,0,0,0 +311008,0,0,0,0,0 +311009,0,0,0,0,0 +311010,0,0,0,0,0 +311011,0,0,0,0,0 +311012,0,0,0,0,0 +311013,0,0,0,0,0 +311014,0,0,0,0,0 +311015,0,0,0,0,0 +311016,0,0,0,0,0 +311017,0,0,0,0,0 +311018,0,0,0,0,0 +311019,0,0,0,0,0 +311020,0,0,0,0,0 +311021,0,0,0,0,0 +311022,0,0,0,0,0 +311023,0,0,0,0,0 +311024,0,0,0,0,0 +311025,0,0,0,0,0 +311026,0,0,0,0,0 +311027,0,0,0,0,0 +311028,0,0,0,0,0 +311029,0,0,0,0,0 +311030,0,0,0,0,0 +311031,0,0,0,0,0 +311032,0,0,0,0,0 +311033,0,0,0,0,0 +311034,0,0,0,0,0 +311035,0,0,0,0,0 +311036,0,0,0,0,0 +311037,0,0,0,0,0 +311038,0,0,0,0,0 +311039,0,0,0,0,0 +311040,0,0,0,0,0 +311041,0,0,0,0,0 +311042,0,0,0,0,0 +311043,0,0,0,0,0 +311044,0,0,0,0,0 +311045,0,0,0,0,0 +311046,0,0,0,0,0 +311047,0,0,0,0,0 +311048,0,0,0,0,0 +311049,0,0,0,0,0 +311050,0,0,0,0,0 +311051,0,0,0,0,0 +311052,0,0,0,0,0 +311053,0,0,0,0,0 +311054,0,0,0,0,0 +311055,0,0,0,0,0 +311056,0,0,0,0,0 +311057,0,0,0,0,0 +311058,0,0,0,0,0 +311059,0,0,0,0,0 +311060,0,0,0,0,0 +311061,0,0,0,0,0 +311062,0,0,0,0,0 +311063,0,0,0,0,0 +311064,0,0,0,0,0 +311065,0,0,0,0,0 +311066,0,0,0,0,0 +311067,0,0,0,0,0 +311068,0,0,0,0,0 +311069,0,0,0,0,0 +311070,0,0,0,0,0 +311071,0,0,0,0,0 +311072,0,0,0,0,0 +311073,0,0,0,0,0 +311074,0,0,0,0,0 +311075,0,0,0,0,0 +311076,0,0,0,0,0 +311077,0,0,0,0,0 +311078,0,0,0,0,0 +311079,0,0,0,0,0 +311080,0,0,0,0,0 +311081,0,0,0,0,0 +311082,0,0,0,0,0 +311083,0,0,0,0,0 +311084,0,0,0,0,0 +311085,0,0,0,0,0 +311086,0,0,0,0,0 +311087,0,0,0,0,0 +311088,0,0,0,0,0 +311089,0,0,0,0,0 +311090,0,0,0,0,0 +311091,0,0,0,0,0 +311092,0,0,0,0,0 +311093,0,0,0,0,0 +311094,0,0,0,0,0 +311095,0,0,0,0,0 +311096,0,0,0,0,0 +311097,0,0,0,0,0 +311098,0,0,0,0,0 +311099,0,0,0,0,0 +311100,0,0,0,0,0 +311101,0,0,0,0,0 +311102,0,0,0,0,0 +311103,0,0,0,0,0 +311104,0,0,0,0,0 +311105,0,0,0,0,0 +311106,0,0,0,0,0 +311107,0,0,0,0,0 +311108,0,0,0,0,0 +311109,0,0,0,0,0 +311110,0,0,0,0,0 +311111,0,0,0,0,0 +311112,0,0,0,0,0 +311113,0,0,0,0,0 +311114,0,0,0,0,0 +311115,0,0,0,0,0 +311116,0,0,0,0,0 +311117,0,0,0,0,0 +311118,0,0,0,0,0 +311119,0,0,0,0,0 +311120,0,0,0,0,0 +311121,0,0,0,0,0 +311122,0,0,0,0,0 +311123,0,0,0,0,0 +311124,0,0,0,0,0 +311125,0,0,0,0,0 +311126,0,0,0,0,0 +311127,0,0,0,0,0 +311128,0,0,0,0,0 +311129,0,0,0,0,0 +311130,0,0,0,0,0 +311131,0,0,0,0,0 +311132,0,0,0,0,0 +311133,0,0,0,0,0 +311134,0,0,0,0,0 +311135,0,0,0,0,0 +311136,0,0,0,0,0 +311137,0,0,0,0,0 +311138,0,0,0,0,0 +311139,0,0,0,0,0 +311140,0,0,0,0,0 +311141,0,0,0,0,0 +311142,0,0,0,0,0 +311143,0,0,0,0,0 +311144,0,0,0,0,0 +311145,0,0,0,0,0 +311146,0,0,0,0,0 +311147,0,0,0,0,0 +311148,0,0,0,0,0 +311149,0,0,0,0,0 +311150,0,0,0,0,0 +311151,0,0,0,0,0 +311152,0,0,0,0,0 +311153,0,0,0,0,0 +311154,0,0,0,0,0 +311155,0,0,0,0,0 +311156,0,0,0,0,0 +311157,0,0,0,0,0 +311158,0,0,0,0,0 +311159,0,0,0,0,0 +311160,0,0,0,0,0 +311161,0,0,0,0,0 +311162,0,0,0,0,0 +311163,0,0,0,0,0 +311164,0,0,0,0,0 +311165,0,0,0,0,0 +311166,0,0,0,0,0 +311167,0,0,0,0,0 +311168,0,0,0,0,0 +311169,0,0,0,0,0 +311170,0,0,0,0,0 +311171,0,0,0,0,0 +311172,0,0,0,0,0 +311173,0,0,0,0,0 +311174,0,0,0,0,0 +311175,0,0,0,0,0 +311176,0,0,0,0,0 +311177,0,0,0,0,0 +311178,0,0,0,0,0 +311179,0,0,0,0,0 +311180,0,0,0,0,0 +311181,0,0,0,0,0 +311182,0,0,0,0,0 +311183,0,0,0,0,0 +311184,0,0,0,0,0 +311185,0,0,0,0,0 +311186,0,0,0,0,0 +311187,0,0,0,0,0 +311188,0,0,0,0,0 +311189,0,0,0,0,0 +311190,0,0,0,0,0 +311191,0,0,0,0,0 +311192,0,0,0,0,0 +311193,0,0,0,0,0 +311194,0,0,0,0,0 +311195,0,0,0,0,0 +311196,0,0,0,0,0 +311197,0,0,0,0,0 +311198,0,0,0,0,0 +311199,0,0,0,0,0 +311200,0,0,0,0,0 +311201,0,0,0,0,0 +311202,0,0,0,0,0 +311203,0,0,0,0,0 +311204,0,0,0,0,0 +311205,0,0,0,0,0 +311206,0,0,0,0,0 +311207,0,0,0,0,0 +311208,0,0,0,0,0 +311209,0,0,0,0,0 +311210,0,0,0,0,0 +311211,0,0,0,0,0 +311212,0,0,0,0,0 +311213,0,0,0,0,0 +311214,0,0,0,0,0 +311215,0,0,0,0,0 +311216,0,0,0,0,0 +311217,0,0,0,0,0 +311218,0,0,0,0,0 +311219,0,0,0,0,0 +311220,0,0,0,0,0 +311221,0,0,0,0,0 +311222,0,0,0,0,0 +311223,0,0,0,0,0 +311224,0,0,0,0,0 +311225,0,0,0,0,0 +311226,0,0,0,0,0 +311227,0,0,0,0,0 +311228,0,0,0,0,0 +311229,0,0,0,0,0 +311230,0,0,0,0,0 +311231,0,0,0,0,0 +311232,0,0,0,0,0 +311233,0,0,0,0,0 +311234,0,0,0,0,0 +311235,0,0,0,0,0 +311236,0,0,0,0,0 +311237,0,0,0,0,0 +311238,0,0,0,0,0 +311239,0,0,0,0,0 +311240,0,0,0,0,0 +311241,0,0,0,0,0 +311242,0,0,0,0,0 +311243,0,0,0,0,0 +311244,0,0,0,0,0 +311245,0,0,0,0,0 +311246,0,0,0,0,0 +311247,0,0,0,0,0 +311248,0,0,0,0,0 +311249,0,0,0,0,0 +311250,0,0,0,0,0 +311251,0,0,0,0,0 +311252,0,0,0,0,0 +311253,0,0,0,0,0 +311254,0,0,0,0,0 +311255,0,0,0,0,0 +311256,0,0,0,0,0 +311257,0,0,0,0,0 +311258,0,0,0,0,0 +311259,0,0,0,0,0 +311260,0,0,0,0,0 +311261,0,0,0,0,0 +311262,0,0,0,0,0 +311263,0,0,0,0,0 +311264,0,0,0,0,0 +311265,0,0,0,0,0 +311266,0,0,0,0,0 +311267,0,0,0,0,0 +311268,0,0,0,0,0 +311269,0,0,0,0,0 +311270,0,0,0,0,0 +311271,0,0,0,0,0 +311272,0,0,0,0,0 +311273,0,0,0,0,0 +311274,0,0,0,0,0 +311275,0,0,0,0,0 +311276,0,0,0,0,0 +311277,0,0,0,0,0 +311278,0,0,0,0,0 +311279,0,0,0,0,0 +311280,0,0,0,0,0 +311281,0,0,0,0,0 +311282,0,0,0,0,0 +311283,0,0,0,0,0 +311284,0,0,0,0,0 +311285,0,0,0,0,0 +311286,0,0,0,0,0 +311287,0,0,0,0,0 +311288,0,0,0,0,0 +311289,0,0,0,0,0 +311290,0,0,0,0,0 +311291,0,0,0,0,0 +311292,0,0,0,0,0 +311293,0,0,0,0,0 +311294,0,0,0,0,0 +311295,0,0,0,0,0 +311296,0,0,0,0,0 +311297,0,0,0,0,0 +311298,0,0,0,0,0 +311299,0,0,0,0,0 +311300,0,0,0,0,0 +311301,0,0,0,0,0 +311302,0,0,0,0,0 +311303,0,0,0,0,0 +311304,0,0,0,0,0 +311305,0,0,0,0,0 +311306,0,0,0,0,0 +311307,0,0,0,0,0 +311308,0,0,0,0,0 +311309,0,0,0,0,0 +311310,0,0,0,0,0 +311311,0,0,0,0,0 +311312,0,0,0,0,0 +311313,0,0,0,0,0 +311314,0,0,0,0,0 +311315,0,0,0,0,0 +311316,0,0,0,0,0 +311317,0,0,0,0,0 +311318,0,0,0,0,0 +311319,0,0,0,0,0 +311320,0,0,0,0,0 +311321,0,0,0,0,0 +311322,0,0,0,0,0 +311323,0,0,0,0,0 +311324,0,0,0,0,0 +311325,0,0,0,0,0 +311326,0,0,0,0,0 +311327,0,0,0,0,0 +311328,0,0,0,0,0 +311329,0,0,0,0,0 +311330,0,0,0,0,0 +311331,0,0,0,0,0 +311332,0,0,0,0,0 +311333,0,0,0,0,0 +311334,0,0,0,0,0 +311335,0,0,0,0,0 +311336,0,0,0,0,0 +311337,0,0,0,0,0 +311338,0,0,0,0,0 +311339,0,0,0,0,0 +311340,0,0,0,0,0 +311341,0,0,0,0,0 +311342,0,0,0,0,0 +311343,0,0,0,0,0 +311344,0,0,0,0,0 +311345,0,0,0,0,0 +311346,0,0,0,0,0 +311347,0,0,0,0,0 +311348,0,0,0,0,0 +311349,0,0,0,0,0 +311350,0,0,0,0,0 +311351,0,0,0,0,0 +311352,0,0,0,0,0 +311353,0,0,0,0,0 +311354,0,0,0,0,0 +311355,0,0,0,0,0 +311356,0,0,0,0,0 +311357,0,0,0,0,0 +311358,0,0,0,0,0 +311359,0,0,0,0,0 +311360,0,0,0,0,0 +311361,0,0,0,0,0 +311362,0,0,0,0,0 +311363,0,0,0,0,0 +311364,0,0,0,0,0 +311365,0,0,0,0,0 +311366,0,0,0,0,0 +311367,0,0,0,0,0 +311368,0,0,0,0,0 +311369,0,0,0,0,0 +311370,0,0,0,0,0 +311371,0,0,0,0,0 +311372,0,0,0,0,0 +311373,0,0,0,0,0 +311374,0,0,0,0,0 +311375,0,0,0,0,0 +311376,0,0,0,0,0 +311377,0,0,0,0,0 +311378,0,0,0,0,0 +311379,0,0,0,0,0 +311380,0,0,0,0,0 +311381,0,0,0,0,0 +311382,0,0,0,0,0 +311383,0,0,0,0,0 +311384,0,0,0,0,0 +311385,0,0,0,0,0 +311386,0,0,0,0,0 +311387,0,0,0,0,0 +311388,0,0,0,0,0 +311389,0,0,0,0,0 +311390,0,0,0,0,0 +311391,0,0,0,0,0 +311392,0,0,0,0,0 +311393,0,0,0,0,0 +311394,0,0,0,0,0 +311395,0,0,0,0,0 +311396,0,0,0,0,0 +311397,0,0,0,0,0 +311398,0,0,0,0,0 +311399,0,0,0,0,0 +311400,0,0,0,0,0 +311401,0,0,0,0,0 +311402,0,0,0,0,0 +311403,0,0,0,0,0 +311404,0,0,0,0,0 +311405,0,0,0,0,0 +311406,0,0,0,0,0 +311407,0,0,0,0,0 +311408,0,0,0,0,0 +311409,0,0,0,0,0 +311410,0,0,0,0,0 +311411,0,0,0,0,0 +311412,0,0,0,0,0 +311413,0,0,0,0,0 +311414,0,0,0,0,0 +311415,0,0,0,0,0 +311416,0,0,0,0,0 +311417,0,0,0,0,0 +311418,0,0,0,0,0 +311419,0,0,0,0,0 +311420,0,0,0,0,0 +311421,0,0,0,0,0 +311422,0,0,0,0,0 +311423,0,0,0,0,0 +311424,0,0,0,0,0 +311425,0,0,0,0,0 +311426,0,0,0,0,0 +311427,0,0,0,0,0 +311428,0,0,0,0,0 +311429,0,0,0,0,0 +311430,0,0,0,0,0 +311431,0,0,0,0,0 +311432,0,0,0,0,0 +311433,0,0,0,0,0 +311434,0,0,0,0,0 +311435,0,0,0,0,0 +311436,0,0,0,0,0 +311437,0,0,0,0,0 +311438,0,0,0,0,0 +311439,0,0,0,0,0 +311440,0,0,0,0,0 +311441,0,0,0,0,0 +311442,0,0,0,0,0 +311443,0,0,0,0,0 +311444,0,0,0,0,0 +311445,0,0,0,0,0 +311446,0,0,0,0,0 +311447,0,0,0,0,0 +311448,0,0,0,0,0 +311449,0,0,0,0,0 +311450,0,0,0,0,0 +311451,0,0,0,0,0 +311452,0,0,0,0,0 +311453,0,0,0,0,0 +311454,0,0,0,0,0 +311455,0,0,0,0,0 +311456,0,0,0,0,0 +311457,0,0,0,0,0 +311458,0,0,0,0,0 +311459,0,0,0,0,0 +311460,0,0,0,0,0 +311461,2185.512797,3075.170352,1300.981858,1039.469025,0 +311462,0,2804.731091,1282.936898,0,0 +311463,0,0,1253.936748,0,0 +311464,44.26319891,0,1224.180784,0,0 +311465,433.2853182,1202.215023,1199.063367,0,0 +311466,175.8627341,617.3312692,1179.293955,199.2089499,0 +311467,227.1493122,665.1329351,1163.160508,66.68800098,0 +311468,231.8795368,682.165604,1150.044952,103.1682876,0 +311469,234.1534554,685.5155142,1139.231252,106.6133759,0 +311470,236.3563766,689.1132336,1130.266707,108.5249112,0 +311471,238.6322586,692.9016287,1122.855813,110.2390944,0 +311472,240.9629292,696.8665282,1116.761835,112.2973237,0 +311473,243.3446697,700.9838221,1111.784361,114.1236964,0 +311474,245.8169483,705.3269023,1107.751324,116.0664214,0 +311475,248.3042582,709.6531699,1104.517471,117.9039588,0 +311476,250.8339295,714.1915124,1101.959479,120.0304977,0 +311477,253.406421,718.797364,1099.973967,121.7705171,0 +311478,256.0223869,723.5118959,1098.47411,123.7836685,0 +311479,258.4781108,728.3661025,1097.387358,125.7099477,0 +311480,261.4890332,733.1961744,1096.652553,127.5733855,0 +311481,264.0704463,738.2133653,1096.218317,129.6596415,0 +311482,266.88479,743.2683606,1096.04108,131.5540539,0 +311483,269.6996419,748.4055664,1096.084153,133.5372637,0 +311484,272.5532637,753.660022,1096.316443,135.6001474,0 +311485,275.4423156,758.3871652,1096.711625,137.3484773,0 +311486,278.367691,764.496871,1097.247162,139.5520967,0 +311487,281.3270327,769.5207044,1097.904418,141.4575923,0 +311488,284.3210989,775.061229,1098.666692,143.4774516,0 +311489,287.3475741,780.5715175,1099.52044,145.4866549,0 +311490,290.4072746,786.1326764,1100.453746,147.5040651,0 +311491,293.8180445,792.6034631,1101.456413,149.6143852,0 +311492,297.3280918,799.213141,1102.550942,152.032125,0 +311493,300.9005779,806.1155214,1103.747207,154.3416063,0 +311494,304.5268024,812.8293312,1105.041575,156.5075312,0 +311495,307.9583121,819.9274895,1106.424416,158.9184534,0 +311496,312.303951,826.9367124,1107.885704,161.2488201,0 +311497,315.4938163,834.0316074,1109.389159,163.5039986,0 +311498,319.5640798,841.3741384,1110.945206,166.0652871,0 +311499,323.3282375,848.5402059,1112.570494,168.3800717,0 +311500,327.2650394,855.8887914,1114.25518,170.8220679,0 +311501,331.1484675,863.3773034,1115.988334,173.2595134,0 +311502,335.1373905,870.8688826,1117.765744,175.7146978,0 +311503,339.164304,878.2798604,1119.579935,178.1858879,0 +311504,343.1670714,885.9972667,1121.429129,180.6695747,0 +311505,347.2932008,893.5941429,1123.307589,183.1773935,0 +311506,351.3617831,901.3052976,1125.214591,185.6951856,0 +311507,355.5599198,909.048247,1127.1452,188.230422,0 +311508,359.6958546,916.7879333,1129.099358,190.7810757,0 +311509,363.9634206,924.7164953,1131.072619,193.3464871,0 +311510,368.1639341,932.5544994,1133.065347,195.9272199,0 +311511,372.4684078,940.5464558,1135.073437,198.5222611,0 +311512,376.8071716,948.3619009,1137.097512,200.9942093,0 +311513,381.1064199,956.4958878,1139.108807,203.8338931,0 +311514,385.2402327,967.3510304,1141.121285,206.3634088,0 +311515,390.0537732,977.9651351,1143.15877,209.0412935,0 +311516,394.2832544,988.3143547,1145.213632,211.7068532,0 +311517,398.8265256,998.8177064,1147.280791,214.3862026,0 +311518,403.2723007,1009.428901,1149.357331,217.0789488,0 +311519,407.8508102,1019.935395,1151.440969,219.9266065,0 +311520,412.3449672,1030.51885,1153.530177,222.4204506,0 +311521,417.9346064,1041.391818,1155.623534,225.6074059,0 +311522,423.5262982,1052.249874,1157.7352,228.5124894,0 +311523,429.0753104,1063.297241,1159.870502,231.8422472,0 +311524,434.77236,1074.282505,1162.00487,234.8365548,0 +311525,440.3841194,1085.119302,1164.149623,237.9912148,0 +311526,446.1166617,1096.277308,1166.323244,241.1334797,0 +311527,451.8826821,1107.240757,1168.516253,244.2902932,0 +311528,457.5992624,1118.294644,1170.722553,247.461527,0 +311529,463.4633144,1134.429111,1172.938137,250.6461504,0 +311530,469.2326926,1140.805661,1175.161816,253.8446976,0 +311531,475.1222549,1159.354176,1177.388122,257.0560467,0 +311532,481.0445407,1161.060856,1179.620001,260.1064914,0 +311533,486.9060702,1159.808258,1181.84993,263.6171582,0 +311534,492.8836578,1194.009053,1184.054197,266.7291092,0 +311535,498.8908178,1193.252802,1186.258244,270.0241792,0 +311536,504.8355808,1207.026335,1188.468639,273.2980964,0 +311537,510.9357033,1218.065865,1190.685278,276.5843812,0 +311538,516.923201,1229.250085,1192.901432,279.8824069,0 +311539,523.0373185,1240.366569,1195.114757,283.1913423,0 +311540,528.7623282,1251.582651,1197.323584,286.5118549,0 +311541,535.4822405,1262.514679,1199.526837,289.8428633,0 +311542,541.3499715,1273.829244,1201.70188,293.1851104,0 +311543,547.5590452,1284.96312,1203.862671,296.5374285,0 +311544,553.876104,1295.988483,1206.028843,299.9005767,0 +311545,559.9674836,1307.170834,1208.193095,303.0664999,0 +311546,566.3331262,1318.275314,1210.351439,306.7750804,0 +311547,572.5720799,1329.390154,1212.501808,310.0033557,0 +311548,578.8846572,1340.576068,1214.642656,313.6572948,0 +311549,585.1646727,1351.550945,1216.773394,316.7405895,0 +311550,591.6344913,1362.620887,1218.871664,320.349475,0 +311551,596.3478826,1372.047483,1220.952562,322.7510439,0 +311552,601.1510279,1380.757294,1222.978028,325.1599288,0 +311553,605.9760124,1389.530423,1224.906631,327.5111716,0 +311554,610.6465605,1398.139192,1226.72701,329.7595932,0 +311555,615.3595248,1406.311288,1228.443121,332.0137459,0 +311556,619.8448451,1414.76421,1230.063291,334.206157,0 +311557,624.523676,1422.818013,1231.595443,336.3867286,0 +311558,629.0041226,1430.935206,1233.046012,338.4750333,0 +311559,633.5004101,1438.696242,1234.400156,340.5811188,0 +311560,637.9031316,1446.550397,1235.677245,342.6579301,0 +311561,642.4477978,1454.121679,1236.899359,344.6477429,0 +311562,646.7165897,1461.82929,1238.063133,346.6626418,0 +311563,651.1172515,1469.321032,1239.168307,348.6266324,0 +311564,655.3805068,1476.568099,1240.216063,350.567687,0 +311565,659.7532547,1483.905252,1241.208035,352.5056398,0 +311566,663.9799275,1491.062331,1242.146187,354.3582421,0 +311567,668.2801914,1498.138918,1243.032189,356.2401031,0 +311568,672.3574986,1505.216217,1243.867803,358.0761353,0 +311569,676.6673614,1511.870237,1244.635518,359.9172451,0 +311570,680.7797185,1518.781926,1245.351239,361.6733349,0 +311571,693.0878215,1532.378733,1246.032508,366.3460847,0 +311572,698.3444068,1540.467052,1246.863844,368.149761,0 +311573,702.7957907,1548.047536,1247.773645,370.4390978,0 +311574,707.3381719,1562.923369,1248.674616,372.0180247,0 +311575,711.7455177,1554.313204,1249.521612,373.8456323,0 +311576,716.0480627,1570.272346,1250.294287,375.5656327,0 +311577,720.442796,1577.34145,1250.987589,377.2582251,0 +311578,724.666256,1582.523686,1251.614636,378.9480503,0 +311579,728.9614464,1589.814634,1252.195737,380.5449143,0 +311580,733.0647131,1596.249713,1252.728394,382.1771361,0 +311581,736.6959927,1602.532173,1253.211245,383.5765421,0 +311582,740.2218411,1608.637376,1253.636628,384.8916891,0 +311583,743.5402824,1614.661277,1253.997675,386.1625729,0 +311584,746.8653095,1620.682983,1254.295054,387.404229,0 +311585,750.1405422,1626.360583,1254.530047,388.6204597,0 +311586,753.3817105,1632.158594,1254.707092,389.8404297,0 +311587,756.5889128,1637.668577,1254.828059,390.9708725,0 +311588,759.7050993,1643.346447,1254.895525,392.1409613,0 +311589,763.0032619,1648.806527,1254.894998,393.265137,0 +311590,765.9794111,1654.00428,1254.842364,394.3741631,0 +311591,769.1228935,1659.319628,1254.75408,395.4631836,0 +311592,772.1714603,1664.445632,1254.625336,396.5334892,0 +311593,775.2026155,1669.49292,1254.454353,397.5848382,0 +311594,778.2079698,1674.445599,1254.24099,398.6183712,0 +311595,781.1866772,1679.303829,1253.985747,399.661366,0 +311596,784.0787452,1684.169071,1253.689372,400.6179545,0 +311597,787.103005,1688.686598,1253.352686,401.6200209,0 +311598,789.9607927,1693.338121,1252.976472,402.5802058,0 +311599,792.8526101,1697.803968,1252.561517,403.5286136,0 +311600,795.7111791,1702.086316,1252.108541,404.4614145,0 +311601,798.5463734,1706.541094,1251.618235,405.3783582,0 +311602,801.4233466,1710.667544,1251.091302,406.2803576,0 +311603,804.1168834,1714.904376,1250.512167,407.167115,0 +311604,806.9355961,1720.282658,1249.894743,408.0395021,0 +311605,809.6085448,1725.099362,1249.253903,408.8972209,0 +311606,812.4355737,1726.692327,1248.583588,409.7411218,0 +311607,815.0934011,1737.442056,1247.880641,410.5992646,0 +311608,817.7921754,1723.032623,1247.147666,411.3726587,0 +311609,820.4593746,1740.261477,1246.37601,412.1969398,0 +311610,823.1077255,1741.618577,1245.578851,412.9821343,0 +311611,826.3050777,1743.938598,1244.747562,414.1427552,0 +311612,829.6030539,1747.973804,1243.899275,415.368794,0 +311613,832.9374807,1751.360933,1243.044566,416.6207332,0 +311614,836.2928766,1754.662812,1242.186363,417.8885569,0 +311615,839.5952516,1757.885594,1241.324249,419.1670811,0 +311616,843.1422176,1761.027649,1240.456582,420.4543511,0 +311617,846.3765788,1764.088452,1239.581861,421.7482422,0 +311618,849.8331187,1767.069459,1238.698718,423.077141,0 +311619,853.2209116,1770.080956,1237.806403,424.3377226,0 +311620,856.6257013,1772.735026,1236.888717,425.6688037,0 +311621,860.0337603,1775.556408,1235.958019,426.9764915,0 +311622,863.445745,1778.087475,1235.027026,428.2925538,0 +311623,869.6117422,1775.533009,1234.089087,433.1284964,0 +311624,873.4648742,1776.708583,1233.169586,434.9989451,0 +311625,876.9975553,1778.855706,1232.257001,436.5760537,0 +311626,880.5403373,1780.669373,1231.338557,438.1583737,0 +311627,884.0431854,1782.579499,1230.407206,439.6794398,0 +311628,887.598922,1784.431619,1229.460986,441.1853715,0 +311629,890.9650585,1786.229725,1228.500089,442.6770044,0 +311630,894.484396,1787.970407,1227.525098,444.1592286,0 +311631,897.8555866,1789.647886,1226.536805,445.6316279,0 +311632,901.410666,1791.260227,1225.535132,447.0958046,0 +311633,904.7955394,1792.807152,1224.522375,448.584471,0 +311634,908.2397954,1794.287272,1223.495393,449.9892387,0 +311635,911.6642697,1795.698742,1222.456423,451.4575277,0 +311636,915.0823028,1797.041079,1221.403553,452.8918781,0 +311637,918.4930747,1798.313026,1220.33959,454.325601,0 +311638,921.8976514,1799.514007,1219.248134,455.7541715,0 +311639,925.2952278,1800.643595,1218.144498,457.1774518,0 +311640,928.6868348,1801.81389,1217.038894,458.5959714,0 +311641,933.138081,1802.87998,1215.92818,460.3857276,0 +311642,937.5826938,1804.208883,1214.824464,462.2151636,0 +311643,942.0365415,1806.843346,1213.73535,463.9661722,0 +311644,946.495938,1804.417365,1212.662639,465.7901581,0 +311645,950.9600222,1815.997334,1211.602614,467.5849499,0 +311646,955.428529,1797.545442,1210.557364,469.3851386,0 +311647,959.9000079,1834.203037,1209.513522,471.1849418,0 +311648,964.3746925,1781.009874,1208.489774,472.9846234,0 +311649,968.7753775,1825.245566,1207.450445,474.7836435,0 +311650,973.3718773,1815.948494,1206.436233,476.6151098,0 +311651,977.7941789,1801.921483,1205.416406,478.3634498,0 +311652,982.2900095,1818.331246,1204.396428,480.1858004,0 +311653,986.8515861,1827.006847,1203.372179,481.9772996,0 +311654,991.2157248,1792.706439,1202.361849,483.7738098,0 +311655,995.7610385,1825.096309,1201.339332,485.5695465,0 +311656,1000.233455,1826.151807,1200.325675,487.3649035,0 +311657,1004.639817,1794.421642,1199.330375,489.1594616,0 +311658,1009.249008,1825.318323,1198.317547,490.9534752,0 +311659,1013.67408,1827.544444,1197.309776,492.7801748,0 +311660,1018.174409,1793.29619,1196.306461,494.5220878,0 +311661,1022.660252,1825.931285,1195.29695,496.3392236,0 +311662,1027.146045,1826.413083,1194.30517,498.1251886,0 +311663,1031.63104,1793.893492,1193.311757,499.9158196,0 +311664,1036.11565,1824.708814,1192.311281,501.7060593,0 +311665,1040.599131,1824.046395,1191.327702,503.4956099,0 +311666,1045.082173,1795.039469,1190.342803,505.2846502,0 +311667,1049.563485,1822.114803,1189.352983,507.0729815,0 +311668,1055.788278,1820.683157,1188.379488,508.8954775,0 +311669,1058.987597,1796.360406,1187.406623,510.6300705,0 +311670,1065.482429,1818.536106,1186.430575,512.4428641,0 +311671,1067.005521,1814.26051,1185.471055,514.0812271,0 +311672,1075.787974,1799.313142,1184.509448,515.9400405,0 +311673,1073.698712,1824.757073,1183.536777,517.7012449,0 +311674,1088.546596,1785.404319,1182.585689,519.3340221,0 +311675,1076.269472,1830.089036,1181.626557,521.1833798,0 +311676,1083.376425,1775.966635,1180.689602,522.8182066,0 +311677,1098.490872,1827.339368,1179.73579,524.6641742,0 +311678,1095.503258,1774.504759,1178.821236,526.3297587,0 +311679,1101.93035,1812.232441,1177.880897,527.756505,0 +311680,1106.041937,1785.126324,1176.961917,529.9562559,0 +311681,1110.174701,1796.149071,1176.044623,531.5138751,0 +311682,1114.61251,1789.614421,1175.146266,533.19538,0 +311683,1118.881854,1788.114446,1174.255642,535.0276074,0 +311684,1122.913404,1785.775344,1173.376488,536.6425414,0 +311685,1127.42891,1783.339419,1172.508062,538.4702634,0 +311686,1131.537407,1780.826178,1171.651265,540.0436608,0 +311687,1135.52309,1778.233771,1170.806268,541.9227176,0 +311688,1140.048658,1775.675533,1169.973798,543.5375529,0 +311689,1144.201731,1772.765699,1169.154456,545.305586,0 +311690,1148.201067,1770.021219,1168.348586,546.934978,0 +311691,1152.580258,1766.988893,1167.556754,548.7424626,0 +311692,1156.869162,1764.177864,1166.779636,550.3392131,0 +311693,1160.689339,1761.047784,1166.017669,552.1109332,0 +311694,1165.115509,1757.941643,1165.271185,553.7608396,0 +311695,1169.056926,1754.74582,1164.54101,555.5375031,0 +311696,1173.401442,1751.477295,1163.831165,557.1323475,0 +311697,1177.345265,1748.137522,1163.151513,558.9338274,0 +311698,1181.674195,1744.726466,1162.507884,560.5184047,0 +311699,1185.604134,1741.245562,1161.902033,562.3548914,0 +311700,1189.91502,1737.582303,1161.333297,563.8764918,0 +311701,1193.279171,1733.969392,1160.801727,565.3700939,0 +311702,1196.688693,1749.483617,1160.297466,566.8894354,0 +311703,1200.4358,1697.568818,1159.819653,568.3138168,0 +311704,1203.864619,1736.011937,1159.343085,569.7673426,0 +311705,1207.30619,1714.703959,1158.904117,571.2092347,0 +311706,1210.745458,1713.485709,1158.471275,572.647246,0 +311707,1214.177008,1709.404769,1158.058294,574.0814074,0 +311708,1217.599862,1704.992673,1157.660764,575.5121773,0 +311709,1221.108508,1700.721949,1157.278065,576.9395348,0 +311710,1224.366189,1696.106065,1156.909488,578.3239887,0 +311711,1227.834217,1691.656675,1156.554117,579.8055778,0 +311712,1231.203756,1687.051214,1156.211537,581.1936307,0 +311713,1234.579676,1682.399323,1155.880971,582.6157606,0 +311714,1237.848108,1677.57792,1155.56193,584.0681954,0 +311715,1241.355358,1672.955896,1155.253873,585.4171701,0 +311716,1244.627977,1668.04579,1154.956456,586.8545356,0 +311717,1247.981759,1663.167098,1154.66908,588.2520796,0 +311718,1251.309427,1658.214027,1154.391467,589.6539649,0 +311719,1254.72526,1653.20266,1154.123227,591.0532301,0 +311720,1257.881344,1648.134484,1153.864075,592.4500529,0 +311721,1261.254196,1642.901682,1153.613598,593.803959,0 +311722,1264.525461,1637.873512,1153.37163,595.2572933,0 +311723,1267.803298,1632.563305,1153.13796,596.6161769,0 +311724,1271.071697,1627.395317,1152.912249,598.0102608,0 +311725,1274.330141,1621.902134,1152.694384,599.3949676,0 +311726,1277.579651,1616.581899,1152.484107,600.7773912,0 +311727,1280.819123,1611.013403,1152.28135,602.1574292,0 +311728,1284.049472,1605.666449,1152.085873,603.5351593,0 +311729,1287.27045,1600.046294,1151.897658,604.9105561,0 +311730,1290.584095,1594.466762,1151.716478,606.3250989,0 +311731,1293.522029,1588.725679,1151.542351,607.5044726,0 +311732,1296.561987,1582.883301,1151.371568,608.8643643,0 +311733,1299.747961,1577.104723,1151.201945,610.0796729,0 +311734,1302.699851,1571.130143,1151.032712,611.3320327,0 +311735,1305.734889,1585.186319,1150.863728,612.5705186,0 +311736,1308.740166,1529.763132,1150.702069,613.8024761,0 +311737,1311.733507,1590.705632,1150.523997,615.0284332,0 +311738,1314.715413,1509.731076,1150.37546,616.2485838,51.55496407 +311739,1317.686054,1567.953495,1150.209753,617.4632619,0 +311740,1320.645643,1515.189757,1150.056279,618.6725042,55.3917878 +311741,1323.594595,1535.715284,1149.902451,619.8766808,0 +311742,1326.53302,1520.065342,1149.745165,621.0758694,42.10420682 +311743,1329.56655,1515.385605,1149.602321,622.2703314,56.30916577 +311744,1332.322778,1508.994874,1149.462923,623.417349,0 +311745,1335.311319,1502.55267,1149.310121,624.667656,54.04980971 +311746,1338.192131,1496.069081,1149.182427,625.8162237,36.32559567 +311747,1341.080848,1489.554675,1149.047484,627.0003943,40.89391962 +311748,1343.960273,1483.002,1148.919556,628.1729411,43.20684674 +311749,1346.830356,1476.415874,1148.795747,629.3849137,44.86131602 +311750,1349.69116,1469.796968,1148.676226,630.4837678,46.65342587 +311751,1352.542984,1463.052047,1148.56115,631.6774182,48.46667777 +311752,1355.385687,1456.504544,1148.450599,632.8271331,50.18396285 +311753,1358.2197,1449.821936,1148.344673,633.9807425,51.98472186 +311754,1360.937641,1442.902026,1148.243366,635.1307812,53.6761619 +311755,1363.918511,1436.248982,1148.146673,636.277528,55.45966395 +311756,1366.645296,1429.368942,1148.054851,637.4209605,57.16038935 +311757,1369.463541,1422.622786,1147.967678,638.561319,58.88059398 +311758,1372.363627,1415.773801,1147.885363,639.6546267,60.55086449 +311759,1374.981311,1408.881483,1147.807896,640.855724,62.29996741 +311760,1377.839761,1402.058684,1147.735239,641.9540538,63.92684896 +311761,1380.308574,1395.00005,1147.667535,642.9920695,65.66584288 +311762,1382.692903,1387.950803,1147.600097,643.9829375,67.31209281 +311763,1385.040631,1380.893549,1147.529254,644.9592189,68.98024215 +311764,1387.369472,1373.818007,1147.453787,645.9282336,70.59972275 +311765,1389.685418,1366.729139,1147.374175,646.8925225,72.34532974 +311766,1391.989966,1359.53824,1147.291588,647.8527268,73.85860858 +311767,1394.284288,1352.551571,1147.207084,648.8094161,75.59113679 +311768,1396.568487,1345.455453,1147.121787,649.7626315,77.1805564 +311769,1398.843392,1338.215089,1147.036306,650.7127618,78.8113729 +311770,1401.109041,1331.05526,1146.951328,651.659771,80.42009279 +311771,1403.366271,1324.023426,1146.867382,652.6040285,81.98820361 +311772,1405.614884,1316.821639,1146.784959,653.5454756,83.70208654 +311773,1407.855794,1309.691557,1146.704401,654.5296646,85.1437519 +311774,1410.088935,1302.548646,1146.626045,655.3976086,86.84903945 +311775,1412.315217,1295.407509,1146.550182,656.3660179,88.33985471 +311776,1414.534442,1288.272571,1146.477082,657.2454295,90.04447233 +311777,1416.859848,1281.142892,1146.406973,658.2438197,91.45310431 +311778,1418.894502,1273.937629,1146.340054,659.1381607,93.1431866 +311779,1421.181668,1266.941797,1146.289346,660.0725519,94.70271865 +311780,1425.062633,1259.863724,1146.243297,660.9976009,96.13250482 +311781,1424.177454,1252.673391,1146.192088,661.9214043,97.80205965 +311782,1433.828309,1245.574246,1146.139357,662.8437747,99.292589 +311783,1420.421546,1238.622253,1146.092749,663.7651182,100.8425127 +311784,1456.633466,1231.52752,1146.028565,664.6853383,102.366429 +311785,1403.044118,1224.44468,1145.996952,665.6047243,103.8960913 +311786,1451.447395,1217.63921,1145.951756,666.5232748,105.3621458 +311787,1452.805716,1210.502992,1145.933816,667.4412682,106.9652784 +311788,1414.010354,1203.626483,1145.908679,668.3586564,108.4897873 +311789,1456.424745,1196.619688,1145.87099,669.27572,109.8562019 +311790,1442.002638,1189.846586,1145.861286,670.1923545,111.4974852 +311791,1447.22645,1182.87507,1145.841621,671.0106089,112.9374792 +311792,1449.146633,1175.72265,1145.826712,671.8082244,114.3788645 +311793,1451.137465,1168.927521,1145.809118,672.5954984,115.9660682 +311794,1453.115154,1161.936113,1145.788815,673.3749213,117.4587297 +311795,1455.089252,1178.458654,1145.765797,674.1480926,118.8522688 +311796,1457.177009,1113.732358,1145.747989,674.8691338,120.3112593 +311797,1458.975437,1158.666705,1145.708178,675.7017059,121.8746971 +311798,1461.040941,1136.251132,1145.691968,676.4242417,123.2878266 +311799,1463.005068,1119.415628,1145.663542,677.1854651,124.7623917 +311800,1464.985898,1127.4978,1145.634302,677.9343545,126.2861324 +311801,1466.964379,1110.307827,1145.611682,678.6795521,127.5642818 +311802,1468.937693,1109.463015,1145.584524,679.4208969,129.1740625 +311803,1470.907539,1100.968991,1145.561709,680.1588647,130.5512774 +311804,1472.872975,1094.845536,1145.538754,680.8933875,132.0030745 +311805,1474.834925,1088.416504,1145.517649,681.6249028,133.437908 +311806,1476.792632,1085.108614,1145.498096,682.4001665,134.7980782 +311807,1478.747632,1080.398045,1145.481173,683.0548369,136.3369095 +311808,1480.698361,1075.552502,1145.466005,683.8129965,137.7729023 +311809,1482.646295,1070.907992,1145.452849,684.525405,139.0879568 +311810,1484.59043,1066.181181,1145.441827,685.243201,140.5591439 +311811,1486.532249,1061.682688,1145.433031,685.9587632,141.8793835 +311812,1488.470189,1057.086183,1145.426585,686.6719507,143.4055989 +311813,1490.523186,1052.60438,1145.422528,687.3831327,144.7453316 +311814,1492.274986,1048.233847,1145.420962,688.0921051,146.156625 +311815,1494.293121,1043.755963,1145.421832,688.7992333,147.5500216 +311816,1496.20029,1039.574246,1145.425311,689.5042992,148.9394942 +311817,1498.123118,1035.228517,1145.431425,690.2076616,150.3253549 +311818,1500.043804,1031.110464,1145.440157,690.9090753,151.7076833 +311819,1501.842395,1027.002456,1145.451581,691.608898,153.0873804 +311820,1503.938969,1022.946978,1145.465691,692.3068791,154.4629359 +311821,0,0,0,0,0 +311822,0,0,0,0,0 +311823,0,0,0,0,0 +311824,0,0,0,0,0 +311825,0,0,0,0,0 +311826,0,0,0,0,0 +311827,0,0,0,0,0 +311828,0,0,0,0,0 +311829,0,0,0,0,0 +311830,0,0,0,0,0 +311831,0,0,0,0,0 +311832,0,0,0,0,0 +311833,0,0,0,0,0 +311834,0,0,0,0,0 +311835,0,0,0,0,0 +311836,0,0,0,0,0 +311837,0,0,0,0,0 +311838,0,0,0,0,0 +311839,0,0,0,0,0 +311840,0,0,0,0,0 +311841,0,0,0,0,0 +311842,0,0,0,0,0 +311843,0,0,0,0,0 +311844,0,0,0,0,0 +311845,0,0,0,0,0 +311846,0,0,0,0,0 +311847,0,0,0,0,0 +311848,0,0,0,0,0 +311849,0,0,0,0,0 +311850,0,0,0,0,0 +311851,0,0,0,0,0 +311852,0,0,0,0,0 +311853,0,0,0,0,0 +311854,0,0,0,0,0 +311855,0,0,0,0,0 +311856,0,0,0,0,0 +311857,0,0,0,0,0 +311858,0,0,0,0,0 +311859,0,0,0,0,0 +311860,0,0,0,0,0 +311861,0,0,0,0,0 +311862,0,0,0,0,0 +311863,0,0,0,0,0 +311864,0,0,0,0,0 +311865,0,0,0,0,0 +311866,0,0,0,0,0 +311867,0,0,0,0,0 +311868,0,0,0,0,0 +311869,0,0,0,0,0 +311870,0,0,0,0,0 +311871,0,0,0,0,0 +311872,0,0,0,0,0 +311873,0,0,0,0,0 +311874,0,0,0,0,0 +311875,0,0,0,0,0 +311876,0,0,0,0,0 +311877,0,0,0,0,0 +311878,0,0,0,0,0 +311879,0,0,0,0,0 +311880,0,0,0,0,0 +311881,0,0,0,0,0 +311882,0,0,0,0,0 +311883,0,0,0,0,0 +311884,0,0,0,0,0 +311885,0,0,0,0,0 +311886,0,0,0,0,0 +311887,0,0,0,0,0 +311888,0,0,0,0,0 +311889,0,0,0,0,0 +311890,0,0,0,0,0 +311891,0,0,0,0,0 +311892,0,0,0,0,0 +311893,0,0,0,0,0 +311894,0,0,0,0,0 +311895,0,0,0,0,0 +311896,0,0,0,0,0 +311897,0,0,0,0,0 +311898,0,0,0,0,0 +311899,0,0,0,0,0 +311900,0,0,0,0,0 +311901,0,0,0,0,0 +311902,0,0,0,0,0 +311903,0,0,0,0,0 +311904,0,0,0,0,0 +311905,0,0,0,0,0 +311906,0,0,0,0,0 +311907,0,0,0,0,0 +311908,0,0,0,0,0 +311909,0,0,0,0,0 +311910,0,0,0,0,0 +311911,0,0,0,0,0 +311912,0,0,0,0,0 +311913,0,0,0,0,0 +311914,0,0,0,0,0 +311915,0,0,0,0,0 +311916,0,0,0,0,0 +311917,0,0,0,0,0 +311918,0,0,0,0,0 +311919,0,0,0,0,0 +311920,0,0,0,0,0 +311921,0,0,0,0,0 +311922,0,0,0,0,0 +311923,0,0,0,0,0 +311924,0,0,0,0,0 +311925,0,0,0,0,0 +311926,0,0,0,0,0 +311927,0,0,0,0,0 +311928,0,0,0,0,0 +311929,0,0,0,0,0 +311930,0,0,0,0,0 +311931,0,0,0,0,0 +311932,0,0,0,0,0 +311933,0,0,0,0,0 +311934,0,0,0,0,0 +311935,0,0,0,0,0 +311936,0,0,0,0,0 +311937,0,0,0,0,0 +311938,0,0,0,0,0 +311939,0,0,0,0,0 +311940,0,0,0,0,0 +311941,0,0,0,0,0 +311942,0,0,0,0,0 +311943,0,0,0,0,0 +311944,0,0,0,0,0 +311945,0,0,0,0,0 +311946,0,0,0,0,0 +311947,0,0,0,0,0 +311948,0,0,0,0,0 +311949,0,0,0,0,0 +311950,0,0,0,0,0 +311951,0,0,0,0,0 +311952,0,0,0,0,0 +311953,0,0,0,0,0 +311954,0,0,0,0,0 +311955,0,0,0,0,0 +311956,0,0,0,0,0 +311957,0,0,0,0,0 +311958,0,0,0,0,0 +311959,0,0,0,0,0 +311960,0,0,0,0,0 +311961,0,0,0,0,0 +311962,0,0,0,0,0 +311963,0,0,0,0,0 +311964,0,0,0,0,0 +311965,0,0,0,0,0 +311966,0,0,0,0,0 +311967,0,0,0,0,0 +311968,0,0,0,0,0 +311969,0,0,0,0,0 +311970,0,0,0,0,0 +311971,0,0,0,0,0 +311972,0,0,0,0,0 +311973,0,0,0,0,0 +311974,0,0,0,0,0 +311975,0,0,0,0,0 +311976,0,0,0,0,0 +311977,0,0,0,0,0 +311978,0,0,0,0,0 +311979,0,0,0,0,0 +311980,0,0,0,0,0 +311981,0,0,0,0,0 +311982,0,0,0,0,0 +311983,0,0,0,0,0 +311984,0,0,0,0,0 +311985,0,0,0,0,0 +311986,0,0,0,0,0 +311987,0,0,0,0,0 +311988,0,0,0,0,0 +311989,0,0,0,0,0 +311990,0,0,0,0,0 +311991,0,0,0,0,0 +311992,0,0,0,0,0 +311993,0,0,0,0,0 +311994,0,0,0,0,0 +311995,0,0,0,0,0 +311996,0,0,0,0,0 +311997,0,0,0,0,0 +311998,0,0,0,0,0 +311999,0,0,0,0,0 +312000,0,0,0,0,0 +312001,0,0,0,0,0 +312002,0,0,0,0,0 +312003,0,0,0,0,0 +312004,0,0,0,0,0 +312005,0,0,0,0,0 +312006,0,0,0,0,0 +312007,0,0,0,0,0 +312008,0,0,0,0,0 +312009,0,0,0,0,0 +312010,0,0,0,0,0 +312011,0,0,0,0,0 +312012,0,0,0,68.64005034,0 +312013,0,0,0,86.17324123,0 +312014,0,0,0,76.08872794,0 +312015,0,0,0,92.74140326,0 +312016,0,0,0,101.6198692,0 +312017,0,0,0,109.5921215,0 +312018,0,0,0,117.639928,0 +312019,0,0,0,125.4577646,0 +312020,0,0,0,133.0974085,0 +312021,0,0,0,140.658255,0 +312022,0,0,0,148.040709,0 +312023,0,0,0,155.3533613,0 +312024,0,0,0,162.4522765,0 +312025,0,0,0,169.4650626,0 +312026,0,0,0,176.2733281,0 +312027,0,0,0,183.1266366,0 +312028,0,0,0,189.6484081,0 +312029,0,0,0,196.2739605,0 +312030,0,0,0,202.5646627,0 +312031,0,0,0,208.8223953,0 +312032,0,0,0,214.7906149,0 +312033,0,0,0,220.6848096,0 +312034,0,0,0,226.450504,0 +312035,0,0,0,232.0344046,0 +312036,0,0,0,237.7302817,0 +312037,0,0,0,242.885894,0 +312038,0,0,0,248.4198835,0 +312039,0,0,0,253.4744093,0 +312040,0,0,0,258.8329158,0 +312041,0,0,0,263.6502851,0 +312042,0,0,0,268.5692863,0 +312043,0,0,0,273.5241822,0 +312044,0,0,0,278.280577,0 +312045,0,0,0,282.683686,0 +312046,0,0,0,287.4647539,0 +312047,0,0,0,291.8247659,0 +312048,0,0,0,296.2107581,0 +312049,0,0,0,300.3886905,0 +312050,0,0,0,304.8496699,0 +312051,0,0,0,308.7030679,0 +312052,0,0,0,312.8313726,0 +312053,0,0,0,316.7498397,0 +312054,0,0,0,320.5003907,0 +312055,0,0,0,324.4417007,0 +312056,0,0,0,328.0514488,0 +312057,0,0,0,331.6855898,0 +312058,0,0,0,335.2206724,0 +312059,0,0,0,338.6739141,0 +312060,0,0,0,342.058046,0 +312061,0,0,0,345.2856051,0 +312062,0,0,0,348.412726,0 +312063,0,0,0,351.455869,0 +312064,0,0,0,354.4210435,0 +312065,0,0,0,357.3106856,0 +312066,0,0,0,360.1257175,0 +312067,0,0,0,362.7383409,0 +312068,0,0,0,365.6071548,0 +312069,0,0,0,368.1024044,0 +312070,0,0,0,370.6507487,0 +312071,0,0,0,373.1039193,0 +312072,0,0,0,375.4870313,0 +312073,0,0,0,377.8001204,0 +312074,0,0,0,380.1717791,0 +312075,0,0,0,382.1471195,0 +312076,0,0,0,384.3527505,0 +312077,0,0,0,386.3684299,0 +312078,0,0,0,388.3391105,0 +312079,0,0,0,390.2431145,0 +312080,0,0,0,391.945284,0 +312081,0,0,0,393.9251924,0 +312082,0,0,0,395.5272389,0 +312083,0,0,0,397.1929518,0 +312084,0,0,0,398.76969,0 +312085,0,0,0,400.2828401,0 +312086,0,0,0,401.7321264,0 +312087,0,0,0,403.1182908,0 +312088,0,0,0,404.4415223,0 +312089,0,0,0,405.7024498,0 +312090,0,0,0,406.9012599,0 +312091,0,0,0,406.6384215,0 +312092,0,0,0,406.0989264,0 +312093,0,0,0,405.3593275,0 +312094,0,0,0,404.4444136,0 +312095,0,0,0,403.3666373,0 +312096,0,0,0,402.1338889,0 +312097,0,0,0,400.7522017,0 +312098,0,0,0,399.2258975,0 +312099,0,0,0,397.5589593,0 +312100,0,0,0,395.7544406,0 +312101,0,0,0,393.8154693,0 +312102,0,0,0,391.7444722,0 +312103,0,0,0,389.6850934,0 +312104,0,0,0,387.1508392,0 +312105,0,0,0,384.8007658,0 +312106,0,0,0,382.202485,0 +312107,0,0,0,379.5053689,0 +312108,0,0,0,376.5487845,0 +312109,0,0,0,373.8139045,0 +312110,0,0,0,370.6604139,0 +312111,0,0,0,367.5140615,0 +312112,0,0,0,364.229992,0 +312113,0,0,0,360.9665189,0 +312114,0,0,0,357.1957692,0 +312115,0,0,0,353.6882791,0 +312116,0,0,0,349.8837622,0 +312117,0,0,0,346.0208615,0 +312118,0,0,0,342.052504,0 +312119,0,0,0,338.0988923,0 +312120,0,0,0,333.612964,0 +312121,0,0,0,329.4833535,0 +312122,0,0,0,324.8550905,0 +312123,0,0,0,320.2508138,0 +312124,0,0,0,315.6358012,0 +312125,0,0,0,310.6373046,0 +312126,0,0,0,305.7809113,0 +312127,0,0,0,301.1036443,0 +312128,0,0,0,296.3428704,0 +312129,0,0,0,290.9353306,0 +312130,0,0,0,285.7505605,0 +312131,0,0,0,280.4531141,0 +312132,0,0,0,274.7241786,0 +312133,0,0,0,269.3577751,0 +312134,0,0,0,254.0484934,0 +312135,0,0,0,247.0288096,0 +312136,0,0,0,240.3397302,0 +312137,0,0,0,233.9598447,0 +312138,0,0,0,227.572989,0 +312139,0,0,0,221.0168834,0 +312140,0,0,0,214.5808168,0 +312141,0,0,0,208.0450471,0 +312142,0,0,0,201.4785489,0 +312143,0,0,0,194.9206384,0 +312144,0,0,0,188.1474972,0 +312145,0,0,0,181.5436555,0 +312146,0,0,0,174.6578777,0 +312147,0,0,0,167.8894549,0 +312148,0,0,0,161.0589638,0 +312149,0,0,0,154.0456564,0 +312150,0,0,0,147.1701798,0 +312151,0,0,0,139.9426815,0 +312152,0,0,0,132.8125644,0 +312153,0,0,0,125.4951028,0 +312154,0,0,0,118.1162983,0 +312155,0,0,0,110.782931,0 +312156,0,0,0,103.2823646,0 +312157,0,0,0,95.77284455,0 +312158,0,0,0,88.16193836,0 +312159,0,0,0,80.88746571,0 +312160,0,0,0,72.64259519,0 +312161,0,0,0,65.14090147,0 +312162,0,0,0,95.16037327,0 +312163,0,0,0,0,0 +312164,0,0,0,97.55727773,0 +312165,0,0,0,0,0 +312166,0,0,0,24.91923951,0 +312167,0,0,0,25.43058315,0 +312168,0,0,0,0,0 +312169,0,0,0,5.888433444,0 +312170,0,0,0,0,0 +312171,0,0,0,0,0 +312172,0,0,0,0,0 +312173,0,0,0,0,0 +312174,0,0,0,0,0 +312175,0,0,0,0,0 +312176,0,0,0,0,0 +312177,0,0,0,0,0 +312178,0,0,0,0,0 +312179,0,0,0,0,0 +312180,0,0,0,0,0 +312181,0,0,0,0,0 +312182,0,0,0,0,0 +312183,0,0,0,0,0 +312184,0,0,0,0,0 +312185,0,0,0,0,0 +312186,0,0,0,0,0 +312187,0,0,0,0,0 +312188,0,0,0,0,0 +312189,0,0,0,0,0 +312190,0,0,0,0,0 +312191,0,0,0,0,0 +312192,0,0,0,0,0 +312193,0,0,0,0,0 +312194,0,0,0,0,0 +312195,0,0,0,0,0 +312196,0,0,0,0,0 +312197,0,0,0,0,0 +312198,0,0,0,0,0 +312199,0,0,0,0,0 +312200,0,0,0,0,0 +312201,0,0,0,0,0 +312202,0,0,0,0,0 +312203,0,0,0,0,0 +312204,0,0,0,0,0 +312205,0,0,0,0,0 +312206,0,0,0,0,0 +312207,0,0,0,0,0 +312208,0,0,0,0,0 +312209,0,0,0,0,0 +312210,0,0,0,0,0 +312211,0,0,0,0,0 +312212,0,0,0,0,0 +312213,0,0,0,0,0 +312214,0,0,0,0,0 +312215,0,0,0,0,0 +312216,0,0,0,0,0 +312217,0,0,0,0,0 +312218,0,0,0,0,0 +312219,0,0,0,0,0 +312220,0,0,0,0,0 +312221,0,0,0,0,0 +312222,0,0,0,0,0 +312223,0,0,0,0,0 +312224,0,0,0,0,0 +312225,0,0,0,0,0 +312226,0,0,0,0,0 +312227,0,0,0,0,0 +312228,0,0,0,0,0 +312229,0,0,0,0,0 +312230,0,0,0,0,0 +312231,0,0,0,0,0 +312232,0,0,0,0,0 +312233,0,0,0,0,0 +312234,0,0,0,0,0 +312235,0,0,0,0,0 +312236,0,0,0,0,0 +312237,0,0,0,0,0 +312238,0,0,0,0,0 +312239,0,0,0,0,0 +312240,0,0,0,0,0 +312241,0,0,0,0,0 +312242,0,0,0,0,0 +312243,0,0,0,0,0 +312244,0,0,0,0,0 +312245,0,0,0,0,0 +312246,0,0,0,0,0 +312247,0,0,0,0,0 +312248,0,0,0,0,0 +312249,0,0,0,0,0 +312250,0,0,0,0,0 +312251,0,0,0,0,0 +312252,0,0,0,0,0 +312253,0,0,0,0,0 +312254,0,0,0,0,0 +312255,0,0,0,0,0 +312256,0,0,0,0,0 +312257,0,0,0,0,0 +312258,0,0,0,0,0 +312259,0,0,0,0,0 +312260,0,0,0,0,0 +312261,0,0,0,0,0 +312262,0,0,0,0,0 +312263,0,0,0,0,0 +312264,0,0,0,0,0 +312265,0,0,0,0,0 +312266,0,0,0,0,0 +312267,0,0,0,0,0 +312268,0,0,0,0,0 +312269,0,0,0,0,0 +312270,0,0,0,0,0 +312271,0,0,0,0,0 +312272,0,0,0,0,0 +312273,0,0,0,0,0 +312274,0,0,0,0,0 +312275,0,0,0,0,0 +312276,0,0,0,0,0 +312277,0,0,0,0,0 +312278,0,0,0,0,0 +312279,0,0,0,0,0 +312280,0,0,0,0,0 +312281,0,0,0,0,0 +312282,0,0,0,0,0 +312283,0,0,0,0,0 +312284,0,0,0,0,0 +312285,0,0,0,0,0 +312286,0,0,0,0,0 +312287,0,0,0,0,0 +312288,0,0,0,0,0 +312289,0,0,0,0,0 +312290,0,0,0,0,0 +312291,0,0,0,0,0 +312292,0,0,0,0,0 +312293,0,0,0,0,0 +312294,0,0,0,0,0 +312295,0,0,0,0,0 +312296,0,0,0,0,0 +312297,0,0,0,0,0 +312298,0,0,0,0,0 +312299,0,0,0,0,0 +312300,0,0,0,0,0 +312301,0,0,0,0,0 +312302,0,0,0,0,0 +312303,0,0,0,0,0 +312304,0,0,0,0,0 +312305,0,0,0,0,0 +312306,0,0,0,0,0 +312307,0,0,0,0,0 +312308,0,0,0,0,0 +312309,0,0,0,0,0 +312310,0,0,0,0,0 +312311,0,0,0,0,0 +312312,0,0,0,0,0 +312313,0,0,0,0,0 +312314,0,0,0,0,0 +312315,0,0,0,0,0 +312316,0,0,0,0,0 +312317,0,0,0,0,0 +312318,0,0,0,0,0 +312319,0,0,0,0,0 +312320,0,0,0,0,0 +312321,0,0,0,0,0 +312322,0,0,0,0,0 +312323,0,0,0,0,0 +312324,0,0,0,0,0 +312325,0,0,0,0,0 +312326,0,0,0,0,0 +312327,0,0,0,0,0 +312328,0,0,0,0,0 +312329,0,0,0,0,0 +312330,0,0,0,0,0 +312331,0,0,0,0,0 +312332,0,0,0,0,0 +312333,0,0,0,0,0 +312334,0,0,0,0,0 +312335,0,0,0,0,0 +312336,0,0,0,0,0 +312337,0,0,0,0,0 +312338,0,0,0,0,0 +312339,0,0,0,0,0 +312340,0,0,0,0,0 +312341,0,0,0,0,0 +312342,0,0,0,0,0 +312343,0,0,0,0,0 +312344,0,0,0,0,0 +312345,0,0,0,0,0 +312346,0,0,0,0,0 +312347,0,0,0,0,0 +312348,0,0,0,0,0 +312349,0,0,0,0,0 +312350,0,0,0,0,0 +312351,0,0,0,0,0 +312352,0,0,0,0,0 +312353,0,0,0,0,0 +312354,0,0,0,0,0 +312355,0,0,0,0,0 +312356,0,0,0,0,0 +312357,0,0,0,0,0 +312358,0,0,0,0,0 +312359,0,0,0,0,0 +312360,0,0,0,0,0 +312361,0,0,0,0,0 +312362,0,0,0,0,0 +312363,0,0,0,0,0 +312364,0,0,0,0,0 +312365,0,0,0,0,0 +312366,0,0,0,0,0 +312367,0,0,0,0,0 +312368,0,0,0,0,0 +312369,0,0,0,0,0 +312370,0,0,0,0,0 +312371,0,0,0,0,0 +312372,0,0,0,0,0 +312373,0,0,0,0,0 +312374,0,0,0,0,0 +312375,0,0,0,0,0 +312376,0,0,0,0,0 +312377,0,0,0,0,0 +312378,0,0,0,0,0 +312379,0,0,0,0,0 +312380,0,0,0,0,0 +312381,0,0,0,0,0 +312382,0,0,0,0,0 +312383,0,0,0,0,0 +312384,0,0,0,0,0 +312385,0,0,0,0,0 +312386,0,0,0,0,0 +312387,0,0,0,0,0 +312388,0,0,0,0,0 +312389,0,0,0,0,0 +312390,0,0,0,0,0 +312391,0,0,0,0,0 +312392,0,0,0,0,0 +312393,0,0,0,0,0 +312394,0,0,0,0,0 +312395,0,0,0,0,0 +312396,0,0,0,0,0 +312397,0,0,0,0,0 +312398,0,0,0,0,0 +312399,0,0,0,0,0 +312400,0,0,0,0,0 +312401,0,0,0,0,0 +312402,0,0,0,0,0 +312403,0,0,0,0,0 +312404,0,0,0,0,0 +312405,0,0,0,0,0 +312406,0,0,0,0,0 +312407,0,0,0,0,0 +312408,0,0,0,0,0 +312409,0,0,0,0,0 +312410,0,0,0,0,0 +312411,0,0,0,0,0 +312412,0,0,0,0,0 +312413,0,0,0,0,0 +312414,0,0,0,0,0 +312415,0,0,0,0,0 +312416,0,0,0,0,0 +312417,0,0,0,0,0 +312418,0,0,0,0,0 +312419,0,0,0,0,0 +312420,0,0,0,0,0 +312421,0,0,0,0,0 +312422,0,0,0,0,0 +312423,0,0,0,0,0 +312424,0,0,0,0,0 +312425,0,0,0,0,0 +312426,0,0,0,0,0 +312427,0,0,0,0,0 +312428,0,0,0,0,0 +312429,0,0,0,0,0 +312430,0,0,0,0,0 +312431,0,0,0,0,0 +312432,0,0,0,0,0 +312433,0,0,0,0,0 +312434,0,0,0,0,0 +312435,0,0,0,0,0 +312436,0,0,0,0,0 +312437,0,0,0,0,0 +312438,0,0,0,0,0 +312439,0,0,0,0,0 +312440,0,0,0,0,0 +312441,0,0,0,0,0 +312442,0,0,0,0,0 +312443,0,0,0,0,0 +312444,0,0,0,0,0 +312445,0,0,0,0,0 +312446,0,0,0,0,0 +312447,0,0,0,0,0 +312448,0,0,0,0,0 +312449,0,0,0,0,0 +312450,0,0,0,0,0 +312451,0,0,0,0,0 +312452,0,0,0,0,0 +312453,0,0,0,0,0 +312454,0,0,0,0,0 +312455,0,0,0,0,0 +312456,0,0,0,0,0 +312457,0,0,0,0,0 +312458,0,0,0,0,0 +312459,0,0,0,0,0 +312460,0,0,0,0,0 +312461,0,0,0,0,0 +312462,0,0,0,0,0 +312463,0,0,0,0,0 +312464,0,0,0,0,0 +312465,0,0,0,0,0 +312466,0,0,0,0,0 +312467,0,0,0,0,0 +312468,0,0,0,0,0 +312469,0,0,0,0,0 +312470,0,0,0,0,0 +312471,0,0,0,0,0 +312472,0,0,0,0,0 +312473,0,0,0,0,0 +312474,0,0,0,0,0 +312475,0,0,0,0,0 +312476,0,0,0,0,0 +312477,0,0,0,0,0 +312478,0,0,0,0,0 +312479,0,0,0,0,0 +312480,0,0,0,0,0 +312481,0,0,0,0,0 +312482,0,0,0,0,0 +312483,0,0,0,0,0 +312484,0,0,0,0,0 +312485,0,0,0,0,0 +312486,0,0,0,0,0 +312487,0,0,0,0,0 +312488,0,0,0,0,0 +312489,0,0,0,0,0 +312490,0,0,0,0,0 +312491,0,0,0,0,0 +312492,0,0,0,0,0 +312493,0,0,0,0,0 +312494,0,0,0,0,0 +312495,0,0,0,0,0 +312496,0,0,0,0,0 +312497,0,0,0,0,0 +312498,0,0,0,0,0 +312499,0,0,0,0,0 +312500,0,0,0,0,0 +312501,0,0,0,0,0 +312502,0,0,0,0,0 +312503,0,0,0,0,0 +312504,0,0,0,0,0 +312505,0,0,0,0,0 +312506,0,0,0,0,0 +312507,0,0,0,0,0 +312508,0,0,0,0,0 +312509,0,0,0,0,0 +312510,0,0,0,0,0 +312511,0,0,0,0,0 +312512,0,0,0,0,0 +312513,0,0,0,0,0 +312514,0,0,0,0,0 +312515,0,0,0,0,0 +312516,0,0,0,0,0 +312517,0,0,0,0,0 +312518,0,0,0,0,0 +312519,0,0,0,0,0 +312520,0,0,0,0,0 +312521,0,0,0,0,0 +312522,0,0,0,0,0 +312523,0,0,0,0,0 +312524,0,0,0,0,0 +312525,0,0,0,0,0 +312526,0,0,0,0,0 +312527,0,0,0,0,0 +312528,0,0,0,0,0 +312529,0,0,0,0,0 +312530,0,0,0,0,0 +312531,0,0,0,0,0 +312532,0,0,0,0,0 +312533,0,0,0,0,0 +312534,0,0,0,0,0 +312535,0,0,0,0,0 +312536,0,0,0,0,0 +312537,0,0,0,0,0 +312538,0,0,0,0,0 +312539,0,0,0,0,0 +312540,0,0,0,0,0 +312541,0,0,0,0,0 +312542,0,0,0,0,0 +312543,0,0,0,0,0 +312544,0,0,0,0,0 +312545,0,0,0,0,0 +312546,0,0,0,0,0 +312547,0,0,0,0,0 +312548,0,0,0,0,0 +312549,0,0,0,0,0 +312550,0,0,0,0,0 +312551,0,0,0,0,0 +312552,0,0,0,0,0 +312553,0,0,0,0,0 +312554,0,0,0,0,0 +312555,0,0,0,0,0 +312556,0,0,0,0,0 +312557,0,0,0,0,0 +312558,0,0,0,0,0 +312559,0,0,0,0,0 +312560,0,0,0,0,0 +312561,0,0,0,0,0 +312562,0,0,0,0,0 +312563,0,0,0,0,0 +312564,0,0,0,0,0 +312565,0,0,0,0,0 +312566,0,0,0,0,0 +312567,0,0,0,0,0 +312568,0,0,0,0,0 +312569,0,0,0,0,0 +312570,0,0,0,0,0 +312571,0,0,0,0,0 +312572,0,0,0,0,0 +312573,0,0,0,0,0 +312574,0,0,0,0,0 +312575,0,0,0,0,0 +312576,0,0,0,0,0 +312577,0,0,0,0,0 +312578,0,0,0,0,0 +312579,0,0,0,0,0 +312580,0,0,0,0,0 +312581,0,0,0,0,0 +312582,0,0,0,0,0 +312583,0,0,0,0,0 +312584,0,0,0,0,0 +312585,0,0,0,0,0 +312586,0,0,0,0,0 +312587,0,0,0,0,0 +312588,0,0,0,0,0 +312589,0,0,0,0,0 +312590,0,0,0,0,0 +312591,0,0,0,0,0 +312592,0,0,0,0,0 +312593,0,0,0,0,0 +312594,0,0,0,0,0 +312595,0,0,0,0,0 +312596,0,0,0,0,0 +312597,0,0,0,0,0 +312598,0,0,0,0,0 +312599,0,0,0,0,0 +312600,0,0,0,0,0 +312601,0,0,0,0,0 +312602,0,0,0,0,0 +312603,0,0,0,0,0 +312604,0,0,0,0,0 +312605,0,0,0,0,0 +312606,0,0,0,0,0 +312607,0,0,0,0,0 +312608,0,0,0,0,0 +312609,0,0,0,0,0 +312610,0,0,0,0,0 +312611,0,0,0,0,0 +312612,0,0,0,0,0 +312613,0,0,0,0,0 +312614,0,0,0,0,0 +312615,0,0,0,0,0 +312616,0,0,0,0,0 +312617,0,0,0,0,0 +312618,0,0,0,0,0 +312619,0,0,0,0,0 +312620,0,0,0,0,0 +312621,0,0,0,0,0 +312622,0,0,0,0,0 +312623,0,0,0,0,0 +312624,0,0,0,0,0 +312625,0,0,0,0,0 +312626,0,0,0,0,0 +312627,0,0,0,0,0 +312628,0,0,0,0,0 +312629,0,0,0,0,0 +312630,0,0,0,0,0 +312631,0,0,0,0,0 +312632,0,0,0,0,0 +312633,0,0,0,0,0 +312634,0,0,0,0,0 +312635,0,0,0,0,0 +312636,0,0,0,0,0 +312637,0,0,0,0,0 +312638,0,0,0,0,0 +312639,0,0,0,0,0 +312640,0,0,0,0,0 +312641,0,0,0,0,0 +312642,0,0,0,0,0 +312643,0,0,0,0,0 +312644,0,0,0,0,0 +312645,0,0,0,0,0 +312646,0,0,0,0,0 +312647,0,0,0,0,0 +312648,0,0,0,0,0 +312649,0,0,0,0,0 +312650,0,0,0,0,0 +312651,0,0,0,0,0 +312652,0,0,0,0,0 +312653,0,0,0,0,0 +312654,0,0,0,0,0 +312655,0,0,0,0,0 +312656,0,0,0,0,0 +312657,0,0,0,0,0 +312658,0,0,0,0,0 +312659,0,0,0,0,0 +312660,0,0,0,0,0 +312661,0,0,0,0,0 +312662,0,0,0,0,0 +312663,0,0,0,0,0 +312664,0,0,0,0,0 +312665,0,0,0,0,0 +312666,0,0,0,0,0 +312667,0,0,0,0,0 +312668,0,0,0,0,0 +312669,0,0,0,0,0 +312670,0,0,0,0,0 +312671,0,0,0,0,0 +312672,0,0,0,0,0 +312673,0,0,0,0,0 +312674,0,0,0,0,0 +312675,0,0,0,0,0 +312676,0,0,0,0,0 +312677,0,0,0,0,0 +312678,0,0,0,0,0 +312679,0,0,0,0,0 +312680,0,0,0,0,0 +312681,0,0,0,0,0 +312682,0,0,0,0,0 +312683,0,0,0,0,0 +312684,0,0,0,0,0 +312685,0,0,0,0,0 +312686,0,0,0,0,0 +312687,0,0,0,0,0 +312688,0,0,0,0,0 +312689,0,0,0,0,0 +312690,0,0,0,0,0 +312691,0,0,0,0,0 +312692,0,0,0,0,0 +312693,0,0,0,0,0 +312694,0,0,0,0,0 +312695,0,0,0,0,0 +312696,0,0,0,0,0 +312697,0,0,0,0,0 +312698,0,0,0,0,0 +312699,0,0,0,0,0 +312700,0,0,0,0,0 +312701,0,0,0,0,0 +312702,0,0,0,0,0 +312703,0,0,0,0,0 +312704,0,0,0,0,0 +312705,0,0,0,0,0 +312706,0,0,0,0,0 +312707,0,0,0,0,0 +312708,0,0,0,0,0 +312709,0,0,0,0,0 +312710,0,0,0,0,0 +312711,0,0,0,0,0 +312712,0,0,0,0,0 +312713,0,0,0,0,0 +312714,0,0,0,0,0 +312715,0,0,0,0,0 +312716,0,0,0,0,0 +312717,0,0,0,0,0 +312718,0,0,0,0,0 +312719,0,0,0,0,0 +312720,0,0,0,0,0 +312721,0,0,0,0,0 +312722,0,0,0,0,0 +312723,0,0,0,0,0 +312724,0,0,0,0,0 +312725,0,0,0,0,0 +312726,0,0,0,0,0 +312727,0,0,0,0,0 +312728,0,0,0,0,0 +312729,0,0,0,0,0 +312730,0,0,0,0,0 +312731,0,0,0,0,0 +312732,0,0,0,0,0 +312733,0,0,0,0,0 +312734,0,0,0,0,0 +312735,0,0,0,0,0 +312736,0,0,0,0,0 +312737,0,0,0,0,0 +312738,0,0,0,0,0 +312739,0,0,0,0,0 +312740,0,0,0,0,0 +312741,0,0,0,0,0 +312742,0,0,0,0,0 +312743,0,0,0,0,0 +312744,0,0,0,0,0 +312745,0,0,0,0,0 +312746,0,0,0,0,0 +312747,0,0,0,0,0 +312748,0,0,0,0,0 +312749,0,0,0,0,0 +312750,0,0,0,0,0 +312751,0,0,0,0,0 +312752,0,0,0,0,0 +312753,0,0,0,0,0 +312754,0,0,0,0,0 +312755,0,0,0,0,0 +312756,0,0,0,0,0 +312757,0,0,0,0,0 +312758,0,0,0,0,0 +312759,0,0,0,0,0 +312760,0,0,0,0,0 +312761,0,0,0,0,0 +312762,0,0,0,0,0 +312763,0,0,0,0,0 +312764,0,0,0,0,0 +312765,0,0,0,0,0 +312766,0,0,0,0,0 +312767,0,0,0,0,0 +312768,0,0,0,0,0 +312769,0,0,0,0,0 +312770,0,0,0,0,0 +312771,0,0,0,0,0 +312772,0,0,0,0,0 +312773,0,0,0,0,0 +312774,0,0,0,0,0 +312775,0,0,0,0,0 +312776,0,0,0,0,0 +312777,0,0,0,0,0 +312778,0,0,0,0,0 +312779,0,0,0,0,0 +312780,0,0,0,0,0 +312781,0,0,0,0,0 +312782,0,0,0,0,0 +312783,0,0,0,0,0 +312784,0,0,0,0,0 +312785,0,0,0,0,0 +312786,0,0,0,0,0 +312787,0,0,0,0,0 +312788,0,0,0,0,0 +312789,0,0,0,0,0 +312790,0,0,0,0,0 +312791,0,0,0,0,0 +312792,0,0,0,0,0 +312793,0,0,0,0,0 +312794,0,0,0,0,0 +312795,0,0,0,0,0 +312796,0,0,0,0,0 +312797,0,0,0,0,0 +312798,0,0,0,0,0 +312799,0,0,0,0,0 +312800,0,0,0,0,0 +312801,0,0,0,0,0 +312802,0,0,0,0,0 +312803,0,0,0,0,0 +312804,0,0,0,0,0 +312805,0,0,0,0,0 +312806,0,0,0,0,0 +312807,0,0,0,0,0 +312808,0,0,0,0,0 +312809,0,0,0,0,0 +312810,0,0,0,0,0 +312811,0,0,0,0,0 +312812,0,0,0,0,0 +312813,0,0,0,0,0 +312814,0,0,0,0,0 +312815,0,0,0,0,0 +312816,0,0,0,0,0 +312817,0,0,0,0,0 +312818,0,0,0,0,0 +312819,0,0,0,0,0 +312820,0,0,0,0,0 +312821,0,0,0,0,0 +312822,0,0,0,0,0 +312823,0,0,0,0,0 +312824,0,0,0,0,0 +312825,0,0,0,0,0 +312826,0,0,0,0,0 +312827,0,0,0,0,0 +312828,0,0,0,0,0 +312829,0,0,0,0,0 +312830,0,0,0,0,0 +312831,0,0,0,0,0 +312832,0,0,0,0,0 +312833,0,0,0,0,0 +312834,0,0,0,0,0 +312835,0,0,0,0,0 +312836,0,0,0,0,0 +312837,0,0,0,0,0 +312838,0,0,0,0,0 +312839,0,0,0,0,0 +312840,0,0,0,0,0 +312841,0,0,0,0,0 +312842,0,0,0,0,0 +312843,0,0,0,0,0 +312844,0,0,0,0,0 +312845,0,0,0,0,0 +312846,0,0,0,0,0 +312847,0,0,0,0,0 +312848,0,0,0,0,0 +312849,0,0,0,0,0 +312850,0,0,0,0,0 +312851,0,0,0,0,0 +312852,0,0,0,0,0 +312853,0,0,0,0,0 +312854,0,0,0,0,0 +312855,0,0,0,0,0 +312856,0,0,0,0,0 +312857,0,0,0,0,0 +312858,0,0,0,0,0 +312859,0,0,0,0,0 +312860,0,0,0,0,0 +312861,0,0,0,0,0 +312862,0,0,0,0,0 +312863,0,0,0,0,0 +312864,0,0,0,0,0 +312865,0,0,0,0,0 +312866,0,0,0,0,0 +312867,0,0,0,0,0 +312868,0,0,0,0,0 +312869,0,0,0,0,0 +312870,0,0,0,0,0 +312871,0,0,0,0,0 +312872,0,0,0,0,0 +312873,0,0,0,0,0 +312874,0,0,0,0,0 +312875,0,0,0,0,0 +312876,0,0,0,0,0 +312877,0,0,0,0,0 +312878,0,0,0,0,0 +312879,0,0,0,0,0 +312880,0,0,0,0,0 +312881,0,0,0,0,0 +312882,0,0,0,0,0 +312883,0,0,0,0,0 +312884,0,0,0,0,0 +312885,0,0,0,0,0 +312886,0,0,0,0,0 +312887,0,0,0,0,0 +312888,0,0,0,0,0 +312889,0,0,0,0,0 +312890,0,0,0,0,0 +312891,0,0,0,0,0 +312892,0,0,0,0,0 +312893,0,0,0,0,0 +312894,0,0,0,0,0 +312895,0,0,0,0,0 +312896,0,0,0,0,0 +312897,0,0,0,0,0 +312898,0,0,0,0,0 +312899,0,0,0,0,0 +312900,0,0,0,0,0 +312901,0,2839.323168,1199.503741,0,0 +312902,0,2475.747037,1132.555702,0,0 +312903,0,0,1143.373863,0,0 +312904,0,612.2444721,1157.450563,0,0 +312905,0,896.7762997,1162.854894,0,0 +312906,0,686.4442492,1160.82876,0,0 +312907,0,695.9579146,1154.81682,0,0 +312908,0,702.1266374,1147.581318,0,0 +312909,0,708.2284937,1140.264818,0,0 +312910,0,714.6825241,1133.481742,0,0 +312911,0,721.3614224,1127.510255,0,0 +312912,41.56701995,728.2761108,1122.461216,0,0 +312913,49.31904146,735.2465237,1118.339918,0,0 +312914,44.34950988,742.47336,1115.067705,0,0 +312915,54.3458296,749.7994482,1112.561881,0,0 +312916,59.28163543,757.3095552,1110.739652,0,0 +312917,64.28595942,764.3694424,1109.509825,28.82173105,0 +312918,69.36121616,772.82354,1108.801626,35.83034657,0 +312919,74.32660076,780.2738004,1108.537668,4.743302679,0 +312920,79.335954,788.2745031,1108.645547,36.79753407,0 +312921,84.26198683,796.2440604,1109.093392,30.41324403,0 +312922,89.44118464,804.4837128,1109.818228,33.87325273,0 +312923,94.21050188,812.5168375,1110.787133,36.84461659,0 +312924,99.40112222,820.9318234,1111.965008,39.54756399,0 +312925,104.3456878,829.2514733,1113.323308,42.24840686,0 +312926,109.2995438,837.708444,1114.837268,44.90187851,0 +312927,114.5585702,846.226599,1116.486053,47.53107834,0 +312928,119.3935784,854.7678953,1118.251798,50.23447639,0 +312929,124.4435321,863.509617,1120.091819,52.81833142,0 +312930,129.7465203,875.8897578,1122.007712,55.52108759,0 +312931,134.2930902,886.6101397,1124.01597,58.05173684,0 +312932,139.4346408,897.1259638,1126.068883,60.59886415,0 +312933,144.1993497,907.7524337,1128.134581,63.07987488,0 +312934,149.0877122,918.0026101,1130.198707,65.66731097,0 +312935,153.9588046,928.5260516,1132.257129,68.14347565,0 +312936,158.8251329,938.8766302,1134.309187,70.65968028,0 +312937,163.7040229,949.0482292,1136.354664,73.10502237,0 +312938,168.4496769,959.453376,1138.393169,75.67627745,0 +312939,173.5453407,969.5828636,1140.424305,78.12744722,0 +312940,178.3309956,979.9564274,1142.447492,80.5680635,0 +312941,183.3930148,990.0017233,1144.462243,83.18816445,0 +312942,188.0737889,1000.153491,1146.443306,85.48313958,0 +312943,192.9461354,1010.360927,1148.404351,88.10305816,0 +312944,198.0746745,1020.416022,1150.369391,90.51777782,0 +312945,202.8818325,1030.498867,1152.331991,93.00664959,0 +312946,207.8438242,1040.546314,1154.288138,95.47574277,0 +312947,212.7854758,1050.500466,1156.23553,97.9492355,0 +312948,217.737273,1060.593797,1158.172684,100.4130037,0 +312949,222.5257819,1070.576842,1160.098676,102.81598,0 +312950,227.937865,1080.360924,1162.012808,105.3923984,0 +312951,232.5056193,1090.426745,1163.914783,107.8776037,0 +312952,237.6636858,1100.250422,1165.803872,110.1715819,0 +312953,242.6286634,1110.120746,1167.676778,112.8131084,0 +312954,247.6370642,1119.953119,1169.537531,115.2109075,0 +312955,252.6540318,1135.112304,1171.357278,117.6145505,0 +312956,257.4792107,1138.607189,1173.157446,120.290712,0 +312957,262.8356509,1158.148626,1174.952657,122.5724885,0 +312958,267.7246162,1154.931003,1176.746739,125.1242756,0 +312959,272.8209803,1158.341329,1178.52367,127.4980741,0 +312960,277.8912295,1185.776171,1180.288763,130.1074303,0 +312961,283.0191783,1185.68817,1182.042498,132.5335257,0 +312962,288.1636905,1197.420601,1183.776182,135.1371415,0 +312963,293.3190686,1207.04589,1185.491885,137.3998212,0 +312964,298.4872779,1216.42677,1187.190474,140.1198056,0 +312965,303.6659541,1225.871025,1188.869101,142.5323988,0 +312966,314.0181438,1232.437778,1190.530567,148.1464155,0 +312967,320.0387614,1241.182968,1192.125294,151.0921477,0 +312968,325.625364,1250.329592,1193.673332,154.1533874,0 +312969,331.2000171,1259.484849,1195.215243,156.649733,0 +312970,336.6857316,1268.383709,1196.748219,159.4653997,0 +312971,342.1516732,1277.708935,1198.269876,162.1440005,0 +312972,347.6770574,1286.565363,1199.781986,164.7232948,0 +312973,353.1084892,1295.663306,1201.279083,167.5760699,0 +312974,358.6363646,1304.644696,1202.759079,170.1659796,0 +312975,364.0975809,1313.606197,1204.221684,172.8585258,0 +312976,369.5570609,1322.540961,1205.667077,175.5274517,0 +312977,375.0902124,1331.440187,1207.095087,178.1936561,0 +312978,380.5294842,1340.385973,1208.482749,180.8535659,0 +312979,385.782583,1349.094396,1209.844668,183.5197442,0 +312980,391.6913362,1357.867459,1211.201459,186.1783802,0 +312981,397.0202911,1366.819437,1212.546263,188.8374656,0 +312982,402.5309388,1375.34924,1213.87494,191.4955706,0 +312983,408.1046272,1384.108388,1215.185361,194.1523184,0 +312984,413.5728075,1392.736184,1216.47643,196.8088586,0 +312985,419.128148,1401.334353,1217.747345,199.4644132,0 +312986,424.6925703,1409.897425,1218.997732,201.9847337,0 +312987,430.185335,1418.415996,1220.227239,204.8515951,0 +312988,435.7964714,1426.892978,1221.435661,207.4002061,0 +312989,441.2953835,1435.413262,1222.60054,210.0808682,0 +312990,446.8881526,1443.671535,1223.737066,212.7361662,0 +312991,452.39698,1451.624611,1224.865518,215.3570857,0 +312992,457.8158839,1459.283719,1225.970289,218.1212327,0 +312993,463.349333,1467.177573,1227.041712,220.496928,0 +312994,468.7580589,1474.556486,1228.076197,223.2222884,0 +312995,474.2578571,1482.143149,1229.073588,225.8005038,0 +312996,479.7627786,1489.551254,1230.035116,228.2530567,0 +312997,485.178997,1496.897463,1230.962064,231.0875751,0 +312998,490.6853533,1504.263251,1231.855643,233.5687628,0 +312999,496.1955887,1511.221169,1232.696178,236.1925426,0 +313000,501.6165192,1518.55437,1233.499255,238.7870533,0 +313001,507.1286049,1525.517419,1234.284505,241.3795207,0 +313002,512.6471882,1532.508844,1235.045794,243.9702803,0 +313003,518.0707045,1539.412343,1235.780396,246.5585478,0 +313004,523.5909716,1546.340575,1236.487109,249.1451995,0 +313005,528.6967099,1557.95406,1237.165632,251.7293541,0 +313006,534.7749932,1557.083904,1237.817383,254.3118733,0 +313007,539.9772975,1580.924373,1238.43865,256.8918796,0 +313008,545.4990551,1551.239328,1239.037857,259.29344,0 +313009,551.1062236,1588.848229,1239.577882,262.1449094,0 +313010,556.4640724,1584.046627,1240.100166,264.5800411,0 +313011,562.0756679,1591.892549,1240.600976,267.1850475,0 +313012,567.5390489,1598.249008,1241.082904,269.7544986,0 +313013,573.0523447,1604.528768,1241.541047,272.3224166,0 +313014,578.5609525,1610.639056,1241.974331,274.8882512,0 +313015,584.0699161,1616.795035,1242.382231,277.4514293,0 +313016,589.535801,1622.627505,1242.764717,280.0127275,0 +313017,595.1645755,1628.617045,1243.121798,282.5712983,0 +313018,600.5717742,1634.342558,1243.453769,285.1279364,0 +313019,606.0835996,1640.266772,1243.76066,287.6818024,0 +313020,611.664624,1645.895745,1244.023912,290.2337115,0 +313021,616.7150344,1651.487662,1244.258024,292.5795197,0 +313022,621.9472893,1656.919806,1244.477233,295.0980974,0 +313023,627.0755376,1662.328802,1244.673186,297.4319752,0 +313024,632.3684334,1667.749621,1244.841996,299.9413473,0 +313025,637.3373582,1672.94174,1244.982813,302.2674658,0 +313026,642.7983821,1678.23538,1245.095477,304.5669743,0 +313027,647.6871916,1683.387597,1245.180892,307.1997482,0 +313028,653.0117969,1688.382948,1245.239327,309.5355932,0 +313029,658.0844405,1693.3667,1245.271516,312.0999954,0 +313030,663.3685554,1698.354214,1245.277912,314.2540536,0 +313031,668.4276838,1703.012126,1245.240832,316.7251518,0 +313032,673.6118136,1707.921446,1245.174873,319.1877588,0 +313033,678.7276584,1712.653439,1245.096564,321.4511253,0 +313034,683.9923903,1717.328153,1244.999473,323.9392863,0 +313035,688.9899726,1727.945778,1244.881002,326.2250491,0 +313036,694.2457944,1717.172636,1244.741692,328.5957295,0 +313037,699.3687846,1735.27889,1244.574459,331.044275,0 +313038,704.5472188,1734.043898,1244.390581,333.3422479,0 +313039,709.5785225,1739.276817,1244.180743,335.6987446,0 +313040,714.8131677,1743.591406,1243.949628,338.1353442,0 +313041,719.8747175,1747.556774,1243.696594,340.4225715,0 +313042,725.126998,1751.692365,1243.404489,342.7688835,0 +313043,730.1639444,1755.660821,1243.087703,345.1924136,0 +313044,735.097083,1759.574264,1242.761373,347.4695316,0 +313045,740.5610555,1763.416179,1242.419305,349.7804816,0 +313046,745.4716638,1767.186811,1242.059052,352.2529339,0 +313047,750.5551933,1770.995985,1241.679345,354.4638881,0 +313048,755.876639,1774.458017,1241.279994,356.7860873,0 +313049,760.7738204,1777.983501,1240.861114,359.2187006,0 +313050,765.9917528,1781.612518,1240.42286,361.4796804,0 +313051,771.0507429,1784.775904,1239.965598,363.7315898,0 +313052,776.1046748,1787.931359,1239.487729,366.171355,0 +313053,781.1209721,1790.978631,1238.972326,368.13662,0 +313054,786.2377187,1793.93859,1238.432527,370.8260157,0 +313055,791.3119115,1796.814466,1237.8831,373.0004356,0 +313056,796.2752161,1799.607139,1237.318223,375.2724882,0 +313057,801.5104656,1802.430213,1236.735888,377.5307124,0 +313058,806.3754346,1805.438206,1236.135635,379.9514857,0 +313059,811.2671398,1810.703679,1235.517442,382.1056833,0 +313060,816.6648108,1804.956181,1234.882279,384.3756325,0 +313061,821.401748,1833.089981,1234.227384,386.7515821,0 +313062,826.4640903,1787.205942,1233.564069,388.9591528,0 +313063,831.5957141,1830.378181,1232.866955,391.15401,0 +313064,836.5257458,1836.899224,1232.157826,393.541377,0 +313065,841.3999046,1790.433946,1231.441514,395.7035835,0 +313066,846.6718159,1838.412556,1230.692848,397.9261047,0 +313067,851.4249715,1821.491813,1229.94224,400.3058761,0 +313068,856.4399316,1826.992946,1229.172291,402.4175149,0 +313069,861.535576,1828.558325,1228.39581,404.6468191,0 +313070,866.3603063,1830.332804,1227.607725,406.980608,0 +313071,871.303934,1831.932037,1226.806537,409.1203029,0 +313072,876.4867953,1833.469858,1225.993506,411.3431409,0 +313073,881.2147816,1834.932102,1225.168076,413.6241422,0 +313074,886.2621217,1836.317863,1224.331654,415.7719192,0 +313075,891.2117465,1837.627607,1223.48362,417.9475527,0 +313076,896.1212379,1838.861979,1222.625491,420.2577999,0 +313077,900.8379526,1840.020372,1221.756491,422.3992565,0 +313078,906.1426726,1841.103547,1220.878104,424.521459,0 +313079,910.7663831,1842.111157,1219.975117,426.8395039,0 +313080,915.7184082,1843.044487,1219.061348,428.9343279,0 +313081,920.7416066,1843.905107,1218.150819,431.0897283,0 +313082,925.5609692,1844.69091,1217.236174,433.3752018,0 +313083,930.327545,1845.403489,1216.314955,435.4934297,0 +313084,935.489879,1846.042263,1215.387348,437.5909179,0 +313085,940.1332326,1846.606876,1214.451736,439.8863934,0 +313086,945.0372945,1847.097408,1213.509101,441.9567071,0 +313087,950.0214684,1847.513527,1212.558661,444.0861275,0 +313088,954.8023359,1847.855619,1211.6022,446.3454782,0 +313089,959.528195,1848.123454,1210.638934,448.4379984,0 +313090,964.6472421,1848.317424,1209.670563,450.5072873,0 +313091,969.1748043,1848.437337,1208.696514,452.7759661,0 +313092,974.1525274,1848.483553,1207.718309,454.819586,0 +313093,979.035546,1848.455865,1206.735323,456.9220962,0 +313094,983.7865153,1848.354605,1205.735469,459.1540687,0 +313095,988.5472713,1848.179693,1204.729942,461.1895014,0 +313096,993.5014898,1847.931433,1203.731769,463.310205,0 +313097,998.1219934,1847.609603,1202.734641,465.3649664,0 +313098,1002.923996,1847.214599,1201.737652,467.6086682,0 +313099,1007.741881,1846.746246,1200.739258,469.6219684,0 +313100,1012.555702,1846.204909,1199.740639,471.6939305,0 +313101,1017.133821,1845.5904,1198.74094,473.7789229,0 +313102,1022.174633,1844.903098,1197.7417,476.0139631,0 +313103,1026.690448,1844.14286,1196.742477,477.96522,0 +313104,1031.459532,1843.310014,1195.744506,480.0446827,0 +313105,1036.099039,1842.404437,1194.748668,482.1068363,0 +313106,1041.105101,1841.426481,1193.753631,484.2913368,0 +313107,1045.591073,1840.376043,1192.761322,486.2757734,0 +313108,1050.328036,1839.25344,1191.772196,488.3133073,0 +313109,1057.342905,1838.058578,1190.786639,490.3639677,0 +313110,1059.648961,1836.791913,1189.805698,492.5647184,0 +313111,1067.652975,1835.2022,1188.827479,494.374683,0 +313112,1066.946323,1833.490416,1187.849533,496.2918548,0 +313113,1079.61773,1831.68093,1186.853279,498.1804551,0 +313114,1071.449903,1829.780263,1185.870587,500.0674772,0 +313115,1095.825513,1827.79221,1184.87694,501.944984,0 +313116,1069.043103,1825.719105,1183.899523,503.8131558,0 +313117,1092.051723,1823.561901,1182.902431,505.67176,0 +313118,1097.248561,1821.205954,1181.912742,507.5216038,0 +313119,1097.82051,1819.052184,1180.929364,509.396891,0 +313120,1103.522689,1838.906026,1179.950499,511.1771082,0 +313121,1107.618939,1781.433224,1178.985715,513.0271812,0 +313122,1112.023173,1827.830062,1178.007079,514.8376293,0 +313123,1116.199729,1806.162571,1177.0579,516.6459191,0 +313124,1120.511564,1805.09559,1176.103721,518.446652,0 +313125,1124.673237,1803.571275,1175.160935,520.2398721,0 +313126,1129.045237,1800.494865,1174.227394,522.0259052,0 +313127,1133.043804,1797.559575,1173.3035,523.8046995,0 +313128,1137.278364,1794.521821,1172.390051,525.6125359,0 +313129,1141.508,1791.44987,1171.487921,526.9608303,0 +313130,1145.670303,1788.286484,1170.597674,529.2980881,0 +313131,1149.766611,1785.050302,1169.720225,530.7690569,0 +313132,1153.971029,1781.742145,1168.855854,532.5774159,0 +313133,1158.116807,1778.361986,1168.005534,534.3167087,0 +313134,1162.15652,1775.023345,1167.169802,536.0504312,0 +313135,1166.258323,1771.339927,1166.35641,537.7780272,0 +313136,1170.39518,1767.714302,1165.573261,539.4630079,0 +313137,1174.403444,1764.199077,1164.82414,541.2352926,0 +313138,1178.448045,1760.390184,1164.109593,542.9552643,0 +313139,1182.581605,1756.609851,1163.428805,544.6094224,0 +313140,1186.555388,1752.74572,1162.780938,546.3375738,0 +313141,1190.521555,1748.799695,1162.16527,548.0110062,0 +313142,1194.479368,1744.781829,1161.580627,549.6806076,0 +313143,1198.786492,1740.697,1161.026186,551.3434191,0 +313144,1202.726101,1736.432467,1160.501525,552.9634671,0 +313145,1206.772856,1755.762855,1160.004944,554.6729947,0 +313146,1210.673862,1693.882556,1159.541894,556.2922655,0 +313147,1214.701619,1740.639451,1159.082449,557.9418101,0 +313148,1218.681699,1715.37367,1158.669271,559.5804692,0 +313149,1222.545419,1714.832675,1158.26308,561.2148317,0 +313150,1226.485802,1710.134737,1157.879832,562.883676,0 +313151,1230.467301,1705.71344,1157.513696,564.4507846,0 +313152,1234.316349,1701.094307,1157.164075,566.0638276,0 +313153,1238.199685,1696.247051,1156.8298,567.7338115,0 +313154,1242.181944,1691.554552,1156.510041,569.3191887,0 +313155,1246.071966,1686.710953,1156.204008,570.9365371,0 +313156,1249.902451,1681.826061,1155.910912,572.5437758,0 +313157,1253.948666,1676.775609,1155.630114,574.147482,0 +313158,1257.59191,1671.931417,1155.361101,575.7478421,0 +313159,1261.596936,1666.801719,1155.103257,577.3447901,0 +313160,1265.358288,1661.709483,1154.856231,578.8989398,0 +313161,1269.269484,1656.546728,1154.619507,580.5497336,0 +313162,1273.02987,1651.330407,1154.39283,582.1071609,0 +313163,1276.923884,1645.956853,1154.17575,583.7384304,0 +313164,1280.667226,1640.782978,1153.968068,585.2588241,0 +313165,1284.54354,1635.337861,1153.769484,586.8676914,0 +313166,1288.270546,1630.034269,1153.579803,588.4364328,0 +313167,1292.230577,1624.4126,1153.398767,590.0092147,0 +313168,1295.683038,1618.964078,1153.226256,591.5792735,0 +313169,1299.760485,1613.274304,1153.06199,593.1059921,0 +313170,1303.360996,1607.803387,1152.906028,594.7325553,0 +313171,1307.012308,1601.944749,1152.758101,596.209569,0 +313172,1310.716588,1596.104047,1152.615923,597.7107851,0 +313173,1314.257564,1590.191703,1152.478035,599.1968233,0 +313174,1317.831649,1584.124852,1152.343831,600.6763724,0 +313175,1321.405291,1578.252687,1152.213438,602.1500448,0 +313176,1324.97115,1572.204726,1152.087239,603.6189517,0 +313177,1328.631028,1587.175253,1151.965276,605.0823765,0 +313178,1332.009688,1528.956686,1151.854382,606.581809,0 +313179,1335.623116,1569.074074,1151.72953,607.931254,0 +313180,1339.127235,1543.867573,1151.631512,609.4753994,0 +313181,1342.639021,1541.128448,1151.526372,610.8820587,0 +313182,1346.141356,1534.725499,1151.430171,612.3303866,0 +313183,1349.634041,1528.350067,1151.338932,613.7675172,0 +313184,1353.117522,1521.926373,1151.253208,615.2008339,0 +313185,1356.591994,1515.466177,1151.17308,616.6303872,0 +313186,1359.9501,1508.970837,1151.098621,618.0563302,0 +313187,1363.571978,1502.443053,1151.029902,619.4787723,0 +313188,1366.939009,1495.87762,1150.967027,620.8978411,0 +313189,1370.397822,1489.287518,1150.909959,622.3136451,0 +313190,1373.937724,1482.665091,1150.858814,623.683599,0 +313191,1377.197521,1476.015101,1150.813647,625.1581289,0 +313192,1380.696741,1469.338334,1150.774394,626.5324956,0 +313193,1384.088447,1462.541119,1150.741197,627.943757,0 +313194,1387.490926,1455.948332,1150.713998,629.38823,0 +313195,1390.88659,1449.225923,1150.69294,630.7209425,0 +313196,1394.275345,1442.33675,1150.677746,632.1497925,42.37460576 +313197,1397.657481,1435.611995,1150.678867,633.5359633,41.16333012 +313198,1401.032921,1428.69725,1150.679005,634.9271817,6.718333093 +313199,1404.401952,1421.99933,1150.675318,636.3161022,42.24347031 +313200,1407.764794,1415.094016,1150.691073,637.7028825,34.76331029 +313201,1410.731568,1408.025156,1150.706402,638.9557582,36.99574311 +313202,1413.563148,1400.949551,1150.72258,640.1141275,39.5587404 +313203,1416.461895,1393.86208,1150.733843,641.3651734,41.34351494 +313204,1419.053922,1386.758054,1150.738439,642.5086558,43.63927504 +313205,1421.891102,1379.64813,1150.737052,643.6877523,45.4743375 +313206,1427.87152,1372.526376,1150.731098,644.8551684,47.5012908 +313207,1422.905134,1365.397459,1150.723602,646.0189442,49.41627934 +313208,1444.451392,1358.171837,1150.710271,647.1791627,51.40689382 +313209,1413.124617,1351.244504,1150.705632,648.3360535,53.29148185 +313210,1445.117519,1343.917463,1150.683999,649.4897227,55.26337908 +313211,1454.423103,1336.847679,1150.680617,650.6403124,57.15299251 +313212,1412.628813,1329.603961,1150.67624,651.787933,59.06040081 +313213,1457.657494,1322.585082,1150.654576,652.9327258,60.91814051 +313214,1442.865143,1315.387469,1150.66055,654.0747068,62.85196894 +313215,1448.874627,1308.268594,1150.654029,655.2590822,64.70044544 +313216,1451.456064,1301.142861,1150.654843,656.3276878,66.53267779 +313217,1454.108674,1294.026465,1150.658071,657.4511328,68.44553819 +313218,1456.864117,1286.921784,1150.664643,658.6436182,70.22576385 +313219,1459.318933,1279.829185,1150.674723,659.7395441,72.17047459 +313220,1462.032599,1272.666519,1150.688354,660.8748372,73.87201832 +313221,1464.634152,1265.721901,1150.705766,662.0004437,75.79504093 +313222,1467.249059,1258.699962,1150.727138,663.1240447,77.57373596 +313223,1469.860551,1251.571867,1150.752443,664.2457941,79.39347783 +313224,1472.467249,1244.541453,1150.781813,665.3656479,81.14856904 +313225,1475.070583,1237.665854,1150.815326,666.4838217,83.01910936 +313226,1477.671337,1230.652437,1150.853101,667.600247,84.77097427 +313227,1480.269406,1223.657303,1150.895094,668.715144,86.56618701 +313228,1482.8657,1216.946891,1150.941386,669.8284324,88.29764709 +313229,1485.460931,1209.910689,1150.992069,670.9403372,90.19138503 +313230,1488.056149,1203.141132,1151.047097,672.0507666,91.79803485 +313231,1490.661428,1196.16974,1151.106533,673.1117949,93.68621152 +313232,1492.947485,1189.42757,1151.16853,674.1615071,95.39124635 +313233,1495.495047,1182.626435,1151.231697,675.1587484,97.15530204 +313234,1497.930102,1175.670661,1151.295777,676.2672752,98.90037534 +313235,1500.382693,1169.087619,1151.36084,677.2665824,100.646475 +313236,1502.716805,1162.320855,1151.427326,678.3047335,102.3766504 +313237,1505.355531,1155.600462,1151.495427,679.3313791,104.0571518 +313238,1507.723652,1168.220964,1151.565123,680.3545301,105.875055 +313239,1510.209502,1114.339401,1151.655764,681.3744472,107.5526103 +313240,1512.672697,1169.934748,1151.719528,682.4380469,109.2799627 +313241,1515.132786,1097.135226,1151.814432,683.380696,110.9980025 +313242,1517.588147,1148.44855,1151.876689,684.4269108,112.7068638 +313243,1520.039835,1097.536523,1151.973832,685.4270026,114.352123 +313244,1522.486499,1118.332799,1152.046879,686.4324063,116.2173738 +313245,1524.929259,1102.402984,1152.142649,687.435271,117.7613324 +313246,1527.487618,1098.037936,1152.24227,688.4356177,119.5195399 +313247,1529.738098,1094.964089,1152.340157,689.4337016,121.1343589 +313248,1532.259216,1090.47547,1152.439024,690.4293687,122.9225443 +313249,1534.665555,1086.023167,1152.539977,691.4229539,124.553355 +313250,1537.087834,1081.624625,1152.643725,692.4142744,126.3112128 +313251,1539.506398,1077.346386,1152.750626,693.3559117,127.8113675 +313252,1541.920945,1072.949922,1152.847699,694.4155635,129.6447508 +313253,1544.332029,1068.763532,1152.946941,695.3649702,131.246584 +313254,1546.739014,1064.590601,1153.058764,696.3565677,132.9242258 +313255,1549.14232,1060.495559,1153.177536,697.3382955,134.5156866 +313256,1551.54208,1056.461119,1153.300974,698.3181264,136.2881557 +313257,1553.937929,1052.496806,1153.428209,699.2963377,137.9577447 +313258,1556.329867,1048.638096,1153.558877,700.2726875,139.5080426 +313259,1558.718333,1044.677499,1153.692846,701.2475044,141.2167378 +313260,1561.102657,1040.93353,1153.83011,702.2205243,142.7763546 +313261,0,0,0,0,0 +313262,0,0,0,0,0 +313263,0,0,0,0,0 +313264,0,0,0,0,0 +313265,0,0,0,0,0 +313266,0,0,0,0,0 +313267,0,0,0,0,0 +313268,0,0,0,0,0 +313269,0,0,0,0,0 +313270,0,0,0,0,0 +313271,0,0,0,0,0 +313272,0,0,0,0,0 +313273,0,0,0,0,0 +313274,0,0,0,0,0 +313275,0,0,0,0,0 +313276,0,0,0,0,0 +313277,0,0,0,0,0 +313278,0,0,0,0,0 +313279,0,0,0,0,0 +313280,0,0,0,0,0 +313281,0,0,0,0,0 +313282,0,0,0,0,0 +313283,0,0,0,0,0 +313284,0,0,0,0,0 +313285,0,0,0,0,0 +313286,0,0,0,0,0 +313287,0,0,0,0,0 +313288,0,0,0,0,0 +313289,0,0,0,0,0 +313290,0,0,0,0,0 +313291,0,0,0,0,0 +313292,0,0,0,0,0 +313293,0,0,0,0,0 +313294,0,0,0,0,0 +313295,0,0,0,0,0 +313296,0,0,0,0,0 +313297,0,0,0,0,0 +313298,0,0,0,0,0 +313299,0,0,0,0,0 +313300,0,0,0,0,0 +313301,0,0,0,0,0 +313302,0,0,0,0,0 +313303,0,0,0,0,0 +313304,0,0,0,0,0 +313305,0,0,0,0,0 +313306,0,0,0,0,0 +313307,0,0,0,0,0 +313308,0,0,0,0,0 +313309,0,0,0,0,0 +313310,0,0,0,0,0 +313311,0,0,0,0,0 +313312,0,0,0,0,0 +313313,0,0,0,0,0 +313314,0,0,0,0,0 +313315,0,0,0,0,0 +313316,0,0,0,0,0 +313317,0,0,0,0,0 +313318,0,0,0,0,0 +313319,0,0,0,0,0 +313320,0,0,0,0,0 +313321,0,0,0,0,0 +313322,0,0,0,0,0 +313323,0,0,0,0,0 +313324,0,0,0,0,0 +313325,0,0,0,0,0 +313326,0,0,0,0,0 +313327,0,0,0,0,0 +313328,0,0,0,0,0 +313329,0,0,0,0,0 +313330,0,0,0,0,0 +313331,0,0,0,0,0 +313332,0,0,0,0,0 +313333,0,0,0,0,0 +313334,0,0,0,0,0 +313335,0,0,0,0,0 +313336,0,0,0,0,0 +313337,0,0,0,0,0 +313338,0,0,0,0,0 +313339,0,0,0,0,0 +313340,0,0,0,0,0 +313341,0,0,0,0,0 +313342,0,0,0,0,0 +313343,0,0,0,0,0 +313344,0,0,0,0,0 +313345,0,0,0,0,0 +313346,0,0,0,0,0 +313347,0,0,0,0,0 +313348,0,0,0,0,0 +313349,0,0,0,0,0 +313350,0,0,0,0,0 +313351,0,0,0,0,0 +313352,0,0,0,0,0 +313353,0,0,0,0,0 +313354,0,0,0,0,0 +313355,0,0,0,0,0 +313356,0,0,0,0,0 +313357,0,0,0,0,0 +313358,0,0,0,0,0 +313359,0,0,0,0,0 +313360,0,0,0,0,0 +313361,0,0,0,0,0 +313362,0,0,0,0,0 +313363,0,0,0,0,0 +313364,0,0,0,0,0 +313365,0,0,0,0,0 +313366,0,0,0,0,0 +313367,0,0,0,0,0 +313368,0,0,0,0,0 +313369,0,0,0,0,0 +313370,0,0,0,0,0 +313371,0,0,0,0,0 +313372,0,0,0,0,0 +313373,0,0,0,0,0 +313374,0,0,0,0,0 +313375,0,0,0,0,0 +313376,0,0,0,0,0 +313377,0,0,0,0,0 +313378,0,0,0,0,0 +313379,0,0,0,0,0 +313380,0,0,0,0,0 +313381,0,0,0,0,0 +313382,0,0,0,0,0 +313383,0,0,0,0,0 +313384,0,0,0,0,0 +313385,0,0,0,0,0 +313386,0,0,0,0,0 +313387,0,0,0,0,0 +313388,0,0,0,0,0 +313389,0,0,0,0,0 +313390,0,0,0,0,0 +313391,0,0,0,0,0 +313392,0,0,0,0,0 +313393,0,0,0,0,0 +313394,0,0,0,0,0 +313395,0,0,0,0,0 +313396,0,0,0,0,0 +313397,0,0,0,0,0 +313398,0,0,0,0,0 +313399,0,0,0,0,0 +313400,0,0,0,0,0 +313401,0,0,0,0,0 +313402,0,0,0,0,0 +313403,0,0,0,0,0 +313404,0,0,0,0,0 +313405,0,0,0,0,0 +313406,0,0,0,0,0 +313407,0,0,0,0,0 +313408,0,0,0,0,0 +313409,0,0,0,0,0 +313410,0,0,0,0,0 +313411,0,0,0,0,0 +313412,0,0,0,0,0 +313413,0,0,0,0,0 +313414,0,0,0,0,0 +313415,0,0,0,0,0 +313416,0,0,0,0,0 +313417,0,0,0,0,0 +313418,0,0,0,0,0 +313419,0,0,0,0,0 +313420,0,0,0,0,0 +313421,0,0,0,0,0 +313422,0,0,0,0,0 +313423,0,0,0,0,0 +313424,0,0,0,0,0 +313425,0,0,0,0,0 +313426,0,0,0,0,0 +313427,0,0,0,0,0 +313428,0,0,0,0,0 +313429,0,0,0,0,0 +313430,0,0,0,0,0 +313431,0,0,0,0,0 +313432,0,0,0,0,0 +313433,0,0,0,0,0 +313434,0,0,0,0,0 +313435,0,0,0,0,0 +313436,0,0,0,0,0 +313437,0,0,0,0,0 +313438,0,0,0,0,0 +313439,0,0,0,0,0 +313440,0,0,0,0,0 +313441,0,0,0,0,0 +313442,0,0,0,0,0 +313443,0,0,0,0,0 +313444,0,0,0,0,0 +313445,0,0,0,0,0 +313446,0,0,0,0,0 +313447,0,0,0,107.599472,0 +313448,0,0,0,73.50597918,0 +313449,0,0,0,88.17523605,0 +313450,0,0,0,101.116941,0 +313451,0,0,0,109.6463824,0 +313452,0,0,0,118.4225376,0 +313453,0,0,0,126.7942023,0 +313454,0,0,0,135.1378266,0 +313455,0,0,0,143.2942893,0 +313456,0,0,0,151.3677101,0 +313457,0,0,0,159.1392825,0 +313458,0,0,0,167.0158806,0 +313459,0,0,0,174.5634815,0 +313460,0,0,0,182.068268,0 +313461,0,0,0,189.3753814,0 +313462,0,0,0,196.7298702,0 +313463,0,0,0,203.7578098,0 +313464,0,0,0,210.8935046,0 +313465,0,0,0,217.6950899,0 +313466,0,0,0,224.7063391,0 +313467,0,0,0,231.1633713,0 +313468,0,0,0,238.0438031,0 +313469,0,0,0,244.2637362,0 +313470,0,0,0,250.8790988,0 +313471,0,0,0,256.8814604,0 +313472,0,0,0,262.8240123,0 +313473,0,0,0,268.5569439,0 +313474,0,0,0,274.4054083,0 +313475,0,0,0,280.021213,0 +313476,0,0,0,285.2883132,0 +313477,0,0,0,290.8579901,0 +313478,0,0,0,296.0452932,0 +313479,0,0,0,301.15157,0 +313480,0,0,0,306.5079521,0 +313481,0,0,0,311.2595586,0 +313482,0,0,0,316.2712773,0 +313483,0,0,0,320.9636816,0 +313484,0,0,0,325.8583669,0 +313485,0,0,0,330.4133532,0 +313486,0,0,0,334.9860749,0 +313487,0,0,0,339.4483273,0 +313488,0,0,0,343.8356167,0 +313489,0,0,0,348.1334069,0 +313490,0,0,0,352.3508692,0 +313491,0,0,0,356.48691,0 +313492,0,0,0,360.5425682,0 +313493,0,0,0,364.3938223,0 +313494,0,0,0,368.4889347,0 +313495,0,0,0,372.2096796,0 +313496,0,0,0,375.9769097,0 +313497,0,0,0,379.7736716,0 +313498,0,0,0,383.1605691,0 +313499,0,0,0,386.7815118,0 +313500,0,0,0,390.2016216,0 +313501,0,0,0,393.374484,0 +313502,0,0,0,396.7901071,0 +313503,0,0,0,399.8169403,0 +313504,0,0,0,402.8975696,0 +313505,0,0,0,405.8817924,0 +313506,0,0,0,408.7950972,0 +313507,0,0,0,411.6379196,0 +313508,0,0,0,414.4107805,0 +313509,0,0,0,417.1144403,0 +313510,0,0,0,419.7492432,0 +313511,0,0,0,422.3158954,0 +313512,0,0,0,424.6694063,0 +313513,0,0,0,427.3261034,0 +313514,0,0,0,429.5772767,0 +313515,0,0,0,432.050771,0 +313516,0,0,0,434.0510161,0 +313517,0,0,0,436.3330941,0 +313518,0,0,0,438.4073795,0 +313519,0,0,0,440.442754,0 +313520,0,0,0,442.4131336,0 +313521,0,0,0,444.3189486,0 +313522,0,0,0,446.1602383,0 +313523,0,0,0,447.9374134,0 +313524,0,0,0,449.650491,0 +313525,0,0,0,451.2998623,0 +313526,0,0,0,452.8855268,0 +313527,0,0,0,454.4078621,0 +313528,0,0,0,455.8668553,0 +313529,0,0,0,457.2628758,0 +313530,0,0,0,458.5958998,0 +313531,0,0,0,458.350277,0 +313532,0,0,0,457.8323104,0 +313533,0,0,0,457.1068362,0 +313534,0,0,0,456.1964094,0 +313535,0,0,0,455.1141711,0 +313536,0,0,0,457.0490521,0 +313537,0,0,0,456.2337556,0 +313538,0,0,0,455.0358013,0 +313539,0,0,0,453.6333833,0 +313540,0,0,0,452.0583616,0 +313541,0,0,0,450.3251419,0 +313542,0,0,0,448.4418618,0 +313543,0,0,0,446.4142678,0 +313544,0,0,0,444.2462166,0 +313545,0,0,0,441.9411582,0 +313546,0,0,0,439.5016254,0 +313547,0,0,0,436.9302457,0 +313548,0,0,0,434.2086257,0 +313549,0,0,0,431.3646573,0 +313550,0,0,0,428.2336235,0 +313551,0,0,0,425.373896,0 +313552,0,0,0,422.1917941,0 +313553,0,0,0,418.6594246,0 +313554,0,0,0,415.3101208,0 +313555,0,0,0,411.7087046,0 +313556,0,0,0,408.0144185,0 +313557,0,0,0,404.2037817,0 +313558,0,0,0,400.2333107,0 +313559,0,0,0,396.2266961,0 +313560,0,0,0,392.0327215,0 +313561,0,0,0,387.8875398,0 +313562,0,0,0,383.2792538,0 +313563,0,0,0,378.872238,0 +313564,0,0,0,374.0818615,0 +313565,0,0,0,369.5593517,0 +313566,0,0,0,365.0012269,0 +313567,0,0,0,360.2964818,0 +313568,0,0,0,355.1088188,0 +313569,0,0,0,350.0974028,0 +313570,0,0,0,344.8628837,0 +313571,0,0,0,339.5453064,0 +313572,0,0,0,334.1243766,0 +313573,0,0,0,328.5946763,0 +313574,0,0,0,322.9711562,0 +313575,0,0,0,317.2432657,0 +313576,0,0,0,311.5407737,0 +313577,0,0,0,305.4394458,0 +313578,0,0,0,299.3782522,0 +313579,0,0,0,293.5182001,0 +313580,0,0,0,287.0512173,0 +313581,0,0,0,280.9300905,0 +313582,0,0,0,274.2497787,0 +313583,0,0,0,267.9478723,0 +313584,0,0,0,261.3527587,0 +313585,0,0,0,245.4158336,0 +313586,0,0,0,237.5973667,0 +313587,0,0,0,229.9102717,0 +313588,0,0,0,222.8532055,0 +313589,0,0,0,215.3425304,0 +313590,0,0,0,208.108116,0 +313591,0,0,0,200.6100305,0 +313592,0,0,0,193.1202287,0 +313593,0,0,0,185.4036443,0 +313594,0,0,0,177.7989443,0 +313595,0,0,0,170.12965,0 +313596,0,0,0,162.3265099,0 +313597,0,0,0,154.4672572,0 +313598,0,0,0,146.682344,0 +313599,0,0,0,138.6734309,0 +313600,0,0,0,130.7442231,0 +313601,0,0,0,122.7605839,0 +313602,0,0,0,114.6720454,0 +313603,0,0,0,106.5696761,0 +313604,0,0,0,98.41715165,0 +313605,0,0,0,90.22263722,0 +313606,0,0,0,82.28037008,0 +313607,0,0,0,73.51197289,0 +313608,0,0,0,65.41586594,0 +313609,0,0,0,94.71105629,0 +313610,0,0,0,0,0 +313611,0,0,0,93.92497137,0 +313612,0,0,0,0,0 +313613,0,0,0,21.3866062,0 +313614,0,0,0,23.99064686,0 +313615,0,0,0,0,0 +313616,0,0,0,0,0 +313617,0,0,0,0,0 +313618,0,0,0,0,0 +313619,0,0,0,0,0 +313620,0,0,0,0,0 +313621,0,0,0,0,0 +313622,0,0,0,0,0 +313623,0,0,0,0,0 +313624,0,0,0,0,0 +313625,0,0,0,0,0 +313626,0,0,0,0,0 +313627,0,0,0,0,0 +313628,0,0,0,0,0 +313629,0,0,0,0,0 +313630,0,0,0,0,0 +313631,0,0,0,0,0 +313632,0,0,0,0,0 +313633,0,0,0,0,0 +313634,0,0,0,0,0 +313635,0,0,0,0,0 +313636,0,0,0,0,0 +313637,0,0,0,0,0 +313638,0,0,0,0,0 +313639,0,0,0,0,0 +313640,0,0,0,0,0 +313641,0,0,0,0,0 +313642,0,0,0,0,0 +313643,0,0,0,0,0 +313644,0,0,0,0,0 +313645,0,0,0,0,0 +313646,0,0,0,0,0 +313647,0,0,0,0,0 +313648,0,0,0,0,0 +313649,0,0,0,0,0 +313650,0,0,0,0,0 +313651,0,0,0,0,0 +313652,0,0,0,0,0 +313653,0,0,0,0,0 +313654,0,0,0,0,0 +313655,0,0,0,0,0 +313656,0,0,0,0,0 +313657,0,0,0,0,0 +313658,0,0,0,0,0 +313659,0,0,0,0,0 +313660,0,0,0,0,0 +313661,0,0,0,0,0 +313662,0,0,0,0,0 +313663,0,0,0,0,0 +313664,0,0,0,0,0 +313665,0,0,0,0,0 +313666,0,0,0,0,0 +313667,0,0,0,0,0 +313668,0,0,0,0,0 +313669,0,0,0,0,0 +313670,0,0,0,0,0 +313671,0,0,0,0,0 +313672,0,0,0,0,0 +313673,0,0,0,0,0 +313674,0,0,0,0,0 +313675,0,0,0,0,0 +313676,0,0,0,0,0 +313677,0,0,0,0,0 +313678,0,0,0,0,0 +313679,0,0,0,0,0 +313680,0,0,0,0,0 +313681,0,0,0,0,0 +313682,0,0,0,0,0 +313683,0,0,0,0,0 +313684,0,0,0,0,0 +313685,0,0,0,0,0 +313686,0,0,0,0,0 +313687,0,0,0,0,0 +313688,0,0,0,0,0 +313689,0,0,0,0,0 +313690,0,0,0,0,0 +313691,0,0,0,0,0 +313692,0,0,0,0,0 +313693,0,0,0,0,0 +313694,0,0,0,0,0 +313695,0,0,0,0,0 +313696,0,0,0,0,0 +313697,0,0,0,0,0 +313698,0,0,0,0,0 +313699,0,0,0,0,0 +313700,0,0,0,0,0 +313701,0,0,0,0,0 +313702,0,0,0,0,0 +313703,0,0,0,0,0 +313704,0,0,0,0,0 +313705,0,0,0,0,0 +313706,0,0,0,0,0 +313707,0,0,0,0,0 +313708,0,0,0,0,0 +313709,0,0,0,0,0 +313710,0,0,0,0,0 +313711,0,0,0,0,0 +313712,0,0,0,0,0 +313713,0,0,0,0,0 +313714,0,0,0,0,0 +313715,0,0,0,0,0 +313716,0,0,0,0,0 +313717,0,0,0,0,0 +313718,0,0,0,0,0 +313719,0,0,0,0,0 +313720,0,0,0,0,0 +313721,0,0,0,0,0 +313722,0,0,0,0,0 +313723,0,0,0,0,0 +313724,0,0,0,0,0 +313725,0,0,0,0,0 +313726,0,0,0,0,0 +313727,0,0,0,0,0 +313728,0,0,0,0,0 +313729,0,0,0,0,0 +313730,0,0,0,0,0 +313731,0,0,0,0,0 +313732,0,0,0,0,0 +313733,0,0,0,0,0 +313734,0,0,0,0,0 +313735,0,0,0,0,0 +313736,0,0,0,0,0 +313737,0,0,0,0,0 +313738,0,0,0,0,0 +313739,0,0,0,0,0 +313740,0,0,0,0,0 +313741,0,0,0,0,0 +313742,0,0,0,0,0 +313743,0,0,0,0,0 +313744,0,0,0,0,0 +313745,0,0,0,0,0 +313746,0,0,0,0,0 +313747,0,0,0,0,0 +313748,0,0,0,0,0 +313749,0,0,0,0,0 +313750,0,0,0,0,0 +313751,0,0,0,0,0 +313752,0,0,0,0,0 +313753,0,0,0,0,0 +313754,0,0,0,0,0 +313755,0,0,0,0,0 +313756,0,0,0,0,0 +313757,0,0,0,0,0 +313758,0,0,0,0,0 +313759,0,0,0,0,0 +313760,0,0,0,0,0 +313761,0,0,0,0,0 +313762,0,0,0,0,0 +313763,0,0,0,0,0 +313764,0,0,0,0,0 +313765,0,0,0,0,0 +313766,0,0,0,0,0 +313767,0,0,0,0,0 +313768,0,0,0,0,0 +313769,0,0,0,0,0 +313770,0,0,0,0,0 +313771,0,0,0,0,0 +313772,0,0,0,0,0 +313773,0,0,0,0,0 +313774,0,0,0,0,0 +313775,0,0,0,0,0 +313776,0,0,0,0,0 +313777,0,0,0,0,0 +313778,0,0,0,0,0 +313779,0,0,0,0,0 +313780,0,0,0,0,0 +313781,0,0,0,0,0 +313782,0,0,0,0,0 +313783,0,0,0,0,0 +313784,0,0,0,0,0 +313785,0,0,0,0,0 +313786,0,0,0,0,0 +313787,0,0,0,0,0 +313788,0,0,0,0,0 +313789,0,0,0,0,0 +313790,0,0,0,0,0 +313791,0,0,0,0,0 +313792,0,0,0,0,0 +313793,0,0,0,0,0 +313794,0,0,0,0,0 +313795,0,0,0,0,0 +313796,0,0,0,0,0 +313797,0,0,0,0,0 +313798,0,0,0,0,0 +313799,0,0,0,0,0 +313800,0,0,0,0,0 +313801,0,0,0,0,0 +313802,0,0,0,0,0 +313803,0,0,0,0,0 +313804,0,0,0,0,0 +313805,0,0,0,0,0 +313806,0,0,0,0,0 +313807,0,0,0,0,0 +313808,0,0,0,0,0 +313809,0,0,0,0,0 +313810,0,0,0,0,0 +313811,0,0,0,0,0 +313812,0,0,0,0,0 +313813,0,0,0,0,0 +313814,0,0,0,0,0 +313815,0,0,0,0,0 +313816,0,0,0,0,0 +313817,0,0,0,0,0 +313818,0,0,0,0,0 +313819,0,0,0,0,0 +313820,0,0,0,0,0 +313821,0,0,0,0,0 +313822,0,0,0,0,0 +313823,0,0,0,0,0 +313824,0,0,0,0,0 +313825,0,0,0,0,0 +313826,0,0,0,0,0 +313827,0,0,0,0,0 +313828,0,0,0,0,0 +313829,0,0,0,0,0 +313830,0,0,0,0,0 +313831,0,0,0,0,0 +313832,0,0,0,0,0 +313833,0,0,0,0,0 +313834,0,0,0,0,0 +313835,0,0,0,0,0 +313836,0,0,0,0,0 +313837,0,0,0,0,0 +313838,0,0,0,0,0 +313839,0,0,0,0,0 +313840,0,0,0,0,0 +313841,0,0,0,0,0 +313842,0,0,0,0,0 +313843,0,0,0,0,0 +313844,0,0,0,0,0 +313845,0,0,0,0,0 +313846,0,0,0,0,0 +313847,0,0,0,0,0 +313848,0,0,0,0,0 +313849,0,0,0,0,0 +313850,0,0,0,0,0 +313851,0,0,0,0,0 +313852,0,0,0,0,0 +313853,0,0,0,0,0 +313854,0,0,0,0,0 +313855,0,0,0,0,0 +313856,0,0,0,0,0 +313857,0,0,0,0,0 +313858,0,0,0,0,0 +313859,0,0,0,0,0 +313860,0,0,0,0,0 +313861,0,0,0,0,0 +313862,0,0,0,0,0 +313863,0,0,0,0,0 +313864,0,0,0,0,0 +313865,0,0,0,0,0 +313866,0,0,0,0,0 +313867,0,0,0,0,0 +313868,0,0,0,0,0 +313869,0,0,0,0,0 +313870,0,0,0,0,0 +313871,0,0,0,0,0 +313872,0,0,0,0,0 +313873,0,0,0,0,0 +313874,0,0,0,0,0 +313875,0,0,0,0,0 +313876,0,0,0,0,0 +313877,0,0,0,0,0 +313878,0,0,0,0,0 +313879,0,0,0,0,0 +313880,0,0,0,0,0 +313881,0,0,0,0,0 +313882,0,0,0,0,0 +313883,0,0,0,0,0 +313884,0,0,0,0,0 +313885,0,0,0,0,0 +313886,0,0,0,0,0 +313887,0,0,0,0,0 +313888,0,0,0,0,0 +313889,0,0,0,0,0 +313890,0,0,0,0,0 +313891,0,0,0,0,0 +313892,0,0,0,0,0 +313893,0,0,0,0,0 +313894,0,0,0,0,0 +313895,0,0,0,0,0 +313896,0,0,0,0,0 +313897,0,0,0,0,0 +313898,0,0,0,0,0 +313899,0,0,0,0,0 +313900,0,0,0,0,0 +313901,0,0,0,0,0 +313902,0,0,0,0,0 +313903,0,0,0,0,0 +313904,0,0,0,0,0 +313905,0,0,0,0,0 +313906,0,0,0,0,0 +313907,0,0,0,0,0 +313908,0,0,0,0,0 +313909,0,0,0,0,0 +313910,0,0,0,0,0 +313911,0,0,0,0,0 +313912,0,0,0,0,0 +313913,0,0,0,0,0 +313914,0,0,0,0,0 +313915,0,0,0,0,0 +313916,0,0,0,0,0 +313917,0,0,0,0,0 +313918,0,0,0,0,0 +313919,0,0,0,0,0 +313920,0,0,0,0,0 +313921,0,0,0,0,0 +313922,0,0,0,0,0 +313923,0,0,0,0,0 +313924,0,0,0,0,0 +313925,0,0,0,0,0 +313926,0,0,0,0,0 +313927,0,0,0,0,0 +313928,0,0,0,0,0 +313929,0,0,0,0,0 +313930,0,0,0,0,0 +313931,0,0,0,0,0 +313932,0,0,0,0,0 +313933,0,0,0,0,0 +313934,0,0,0,0,0 +313935,0,0,0,0,0 +313936,0,0,0,0,0 +313937,0,0,0,0,0 +313938,0,0,0,0,0 +313939,0,0,0,0,0 +313940,0,0,0,0,0 +313941,0,0,0,0,0 +313942,0,0,0,0,0 +313943,0,0,0,0,0 +313944,0,0,0,0,0 +313945,0,0,0,0,0 +313946,0,0,0,0,0 +313947,0,0,0,0,0 +313948,0,0,0,0,0 +313949,0,0,0,0,0 +313950,0,0,0,0,0 +313951,0,0,0,0,0 +313952,0,0,0,0,0 +313953,0,0,0,0,0 +313954,0,0,0,0,0 +313955,0,0,0,0,0 +313956,0,0,0,0,0 +313957,0,0,0,0,0 +313958,0,0,0,0,0 +313959,0,0,0,0,0 +313960,0,0,0,0,0 +313961,0,0,0,0,0 +313962,0,0,0,0,0 +313963,0,0,0,0,0 +313964,0,0,0,0,0 +313965,0,0,0,0,0 +313966,0,0,0,0,0 +313967,0,0,0,0,0 +313968,0,0,0,0,0 +313969,0,0,0,0,0 +313970,0,0,0,0,0 +313971,0,0,0,0,0 +313972,0,0,0,0,0 +313973,0,0,0,0,0 +313974,0,0,0,0,0 +313975,0,0,0,0,0 +313976,0,0,0,0,0 +313977,0,0,0,0,0 +313978,0,0,0,0,0 +313979,0,0,0,0,0 +313980,0,0,0,0,0 +313981,0,0,0,0,0 +313982,0,0,0,0,0 +313983,0,0,0,0,0 +313984,0,0,0,0,0 +313985,0,0,0,0,0 +313986,0,0,0,0,0 +313987,0,0,0,0,0 +313988,0,0,0,0,0 +313989,0,0,0,0,0 +313990,0,0,0,0,0 +313991,0,0,0,0,0 +313992,0,0,0,0,0 +313993,0,0,0,0,0 +313994,0,0,0,0,0 +313995,0,0,0,0,0 +313996,0,0,0,0,0 +313997,0,0,0,0,0 +313998,0,0,0,0,0 +313999,0,0,0,0,0 +314000,0,0,0,0,0 +314001,0,0,0,0,0 +314002,0,0,0,0,0 +314003,0,0,0,0,0 +314004,0,0,0,0,0 +314005,0,0,0,0,0 +314006,0,0,0,0,0 +314007,0,0,0,0,0 +314008,0,0,0,0,0 +314009,0,0,0,0,0 +314010,0,0,0,0,0 +314011,0,0,0,0,0 +314012,0,0,0,0,0 +314013,0,0,0,0,0 +314014,0,0,0,0,0 +314015,0,0,0,0,0 +314016,0,0,0,0,0 +314017,0,0,0,0,0 +314018,0,0,0,0,0 +314019,0,0,0,0,0 +314020,0,0,0,0,0 +314021,0,0,0,0,0 +314022,0,0,0,0,0 +314023,0,0,0,0,0 +314024,0,0,0,0,0 +314025,0,0,0,0,0 +314026,0,0,0,0,0 +314027,0,0,0,0,0 +314028,0,0,0,0,0 +314029,0,0,0,0,0 +314030,0,0,0,0,0 +314031,0,0,0,0,0 +314032,0,0,0,0,0 +314033,0,0,0,0,0 +314034,0,0,0,0,0 +314035,0,0,0,0,0 +314036,0,0,0,0,0 +314037,0,0,0,0,0 +314038,0,0,0,0,0 +314039,0,0,0,0,0 +314040,0,0,0,0,0 +314041,0,0,0,0,0 +314042,0,0,0,0,0 +314043,0,0,0,0,0 +314044,0,0,0,0,0 +314045,0,0,0,0,0 +314046,0,0,0,0,0 +314047,0,0,0,0,0 +314048,0,0,0,0,0 +314049,0,0,0,0,0 +314050,0,0,0,0,0 +314051,0,0,0,0,0 +314052,0,0,0,0,0 +314053,0,0,0,0,0 +314054,0,0,0,0,0 +314055,0,0,0,0,0 +314056,0,0,0,0,0 +314057,0,0,0,0,0 +314058,0,0,0,0,0 +314059,0,0,0,0,0 +314060,0,0,0,0,0 +314061,0,0,0,0,0 +314062,0,0,0,0,0 +314063,0,0,0,0,0 +314064,0,0,0,0,0 +314065,0,0,0,0,0 +314066,0,0,0,0,0 +314067,0,0,0,0,0 +314068,0,0,0,0,0 +314069,0,0,0,0,0 +314070,0,0,0,0,0 +314071,0,0,0,0,0 +314072,0,0,0,0,0 +314073,0,0,0,0,0 +314074,0,0,0,0,0 +314075,0,0,0,0,0 +314076,0,0,0,0,0 +314077,0,0,0,0,0 +314078,0,0,0,0,0 +314079,0,0,0,0,0 +314080,0,0,0,0,0 +314081,0,0,0,0,0 +314082,0,0,0,0,0 +314083,0,0,0,0,0 +314084,0,0,0,0,0 +314085,0,0,0,0,0 +314086,0,0,0,0,0 +314087,0,0,0,0,0 +314088,0,0,0,0,0 +314089,0,0,0,0,0 +314090,0,0,0,0,0 +314091,0,0,0,0,0 +314092,0,0,0,0,0 +314093,0,0,0,0,0 +314094,0,0,0,0,0 +314095,0,0,0,0,0 +314096,0,0,0,0,0 +314097,0,0,0,0,0 +314098,0,0,0,0,0 +314099,0,0,0,0,0 +314100,0,0,0,0,0 +314101,0,0,0,0,0 +314102,0,0,0,0,0 +314103,0,0,0,0,0 +314104,0,0,0,0,0 +314105,0,0,0,0,0 +314106,0,0,0,0,0 +314107,0,0,0,0,0 +314108,0,0,0,0,0 +314109,0,0,0,0,0 +314110,0,0,0,0,0 +314111,0,0,0,0,0 +314112,0,0,0,0,0 +314113,0,0,0,0,0 +314114,0,0,0,0,0 +314115,0,0,0,0,0 +314116,0,0,0,0,0 +314117,0,0,0,0,0 +314118,0,0,0,0,0 +314119,0,0,0,0,0 +314120,0,0,0,0,0 +314121,0,0,0,0,0 +314122,0,0,0,0,0 +314123,0,0,0,0,0 +314124,0,0,0,0,0 +314125,0,0,0,0,0 +314126,0,0,0,0,0 +314127,0,0,0,0,0 +314128,0,0,0,0,0 +314129,0,0,0,0,0 +314130,0,0,0,0,0 +314131,0,0,0,0,0 +314132,0,0,0,0,0 +314133,0,0,0,0,0 +314134,0,0,0,0,0 +314135,0,0,0,0,0 +314136,0,0,0,0,0 +314137,0,0,0,0,0 +314138,0,0,0,0,0 +314139,0,0,0,0,0 +314140,0,0,0,0,0 +314141,0,0,0,0,0 +314142,0,0,0,0,0 +314143,0,0,0,0,0 +314144,0,0,0,0,0 +314145,0,0,0,0,0 +314146,0,0,0,0,0 +314147,0,0,0,0,0 +314148,0,0,0,0,0 +314149,0,0,0,0,0 +314150,0,0,0,0,0 +314151,0,0,0,0,0 +314152,0,0,0,0,0 +314153,0,0,0,0,0 +314154,0,0,0,0,0 +314155,0,0,0,0,0 +314156,0,0,0,0,0 +314157,0,0,0,0,0 +314158,0,0,0,0,0 +314159,0,0,0,0,0 +314160,0,0,0,0,0 +314161,0,0,0,0,0 +314162,0,0,0,0,0 +314163,0,0,0,0,0 +314164,0,0,0,0,0 +314165,0,0,0,0,0 +314166,0,0,0,0,0 +314167,0,0,0,0,0 +314168,0,0,0,0,0 +314169,0,0,0,0,0 +314170,0,0,0,0,0 +314171,0,0,0,0,0 +314172,0,0,0,0,0 +314173,0,0,0,0,0 +314174,0,0,0,0,0 +314175,0,0,0,0,0 +314176,0,0,0,0,0 +314177,0,0,0,0,0 +314178,0,0,0,0,0 +314179,0,0,0,0,0 +314180,0,0,0,0,0 +314181,0,0,0,0,0 +314182,0,0,0,0,0 +314183,0,0,0,0,0 +314184,0,0,0,0,0 +314185,0,0,0,0,0 +314186,0,0,0,0,0 +314187,0,0,0,0,0 +314188,0,0,0,0,0 +314189,0,0,0,0,0 +314190,0,0,0,0,0 +314191,0,0,0,0,0 +314192,0,0,0,0,0 +314193,0,0,0,0,0 +314194,0,0,0,0,0 +314195,0,0,0,0,0 +314196,0,0,0,0,0 +314197,0,0,0,0,0 +314198,0,0,0,0,0 +314199,0,0,0,0,0 +314200,0,0,0,0,0 +314201,0,0,0,0,0 +314202,0,0,0,0,0 +314203,0,0,0,0,0 +314204,0,0,0,0,0 +314205,0,0,0,0,0 +314206,0,0,0,0,0 +314207,0,0,0,0,0 +314208,0,0,0,0,0 +314209,0,0,0,0,0 +314210,0,0,0,0,0 +314211,0,0,0,0,0 +314212,0,0,0,0,0 +314213,0,0,0,0,0 +314214,0,0,0,0,0 +314215,0,0,0,0,0 +314216,0,0,0,0,0 +314217,0,0,0,0,0 +314218,0,0,0,0,0 +314219,0,0,0,0,0 +314220,0,0,0,0,0 +314221,0,0,0,0,0 +314222,0,0,0,0,0 +314223,0,0,0,0,0 +314224,0,0,0,0,0 +314225,0,0,0,0,0 +314226,0,0,0,0,0 +314227,0,0,0,0,0 +314228,0,0,0,0,0 +314229,0,0,0,0,0 +314230,0,0,0,0,0 +314231,0,0,0,0,0 +314232,0,0,0,0,0 +314233,0,0,0,0,0 +314234,0,0,0,0,0 +314235,0,0,0,0,0 +314236,0,0,0,0,0 +314237,0,0,0,0,0 +314238,0,0,0,0,0 +314239,0,0,0,0,0 +314240,0,0,0,0,0 +314241,0,0,0,0,0 +314242,0,0,0,0,0 +314243,0,0,0,0,0 +314244,0,0,0,0,0 +314245,0,0,0,0,0 +314246,0,0,0,0,0 +314247,0,0,0,0,0 +314248,0,0,0,0,0 +314249,0,0,0,0,0 +314250,0,0,0,0,0 +314251,0,0,0,0,0 +314252,0,0,0,0,0 +314253,0,0,0,0,0 +314254,0,0,0,0,0 +314255,0,0,0,0,0 +314256,0,0,0,0,0 +314257,0,0,0,0,0 +314258,0,0,0,0,0 +314259,0,0,0,0,0 +314260,0,0,0,0,0 +314261,0,0,0,0,0 +314262,0,0,0,0,0 +314263,0,0,0,0,0 +314264,0,0,0,0,0 +314265,0,0,0,0,0 +314266,0,0,0,0,0 +314267,0,0,0,0,0 +314268,0,0,0,0,0 +314269,0,0,0,0,0 +314270,0,0,0,0,0 +314271,0,0,0,0,0 +314272,0,0,0,0,0 +314273,0,0,0,0,0 +314274,0,0,0,0,0 +314275,0,0,0,0,0 +314276,0,0,0,0,0 +314277,0,0,0,0,0 +314278,0,0,0,0,0 +314279,0,0,0,0,0 +314280,0,0,0,0,0 +314281,0,0,0,0,0 +314282,0,0,0,0,0 +314283,0,0,0,0,0 +314284,0,0,0,0,0 +314285,0,0,0,0,0 +314286,0,0,0,0,0 +314287,0,0,0,0,0 +314288,0,0,0,0,0 +314289,0,0,0,0,0 +314290,0,0,0,0,0 +314291,0,0,0,0,0 +314292,0,0,0,0,0 +314293,0,0,0,0,0 +314294,0,0,0,0,0 +314295,0,0,0,0,0 +314296,0,0,0,0,0 +314297,0,0,0,0,0 +314298,0,0,0,0,0 +314299,0,0,0,0,0 +314300,0,0,0,0,0 +314301,0,0,0,0,0 +314302,0,0,0,0,0 +314303,0,0,0,0,0 +314304,0,0,0,0,0 +314305,0,0,0,0,0 +314306,0,0,0,0,0 +314307,0,0,0,0,0 +314308,0,0,0,0,0 +314309,0,0,0,0,0 +314310,0,0,0,0,0 +314311,0,0,0,0,0 +314312,0,0,0,0,0 +314313,0,0,0,0,0 +314314,0,0,0,0,0 +314315,0,0,0,0,0 +314316,0,0,0,0,0 +314317,0,0,0,0,0 +314318,0,0,0,0,0 +314319,0,0,0,0,0 +314320,0,0,0,0,0 +314321,0,0,0,0,0 +314322,0,0,0,0,0 +314323,0,0,0,0,0 +314324,0,0,0,0,0 +314325,0,0,0,0,0 +314326,0,0,0,0,0 +314327,0,0,0,0,0 +314328,0,0,0,0,0 +314329,0,0,0,0,0 +314330,0,0,0,0,0 +314331,0,0,0,0,0 +314332,0,0,0,0,0 +314333,0,0,0,0,0 +314334,0,0,0,0,0 +314335,0,0,0,0,0 +314336,0,0,0,0,0 +314337,0,0,0,0,0 +314338,0,0,0,0,0 +314339,0,0,0,0,0 +314340,0,0,0,0,0 +314341,28.75776658,3426.291764,2835.154312,9.130980966,-289.9693261 +314342,120.4682559,1569.078435,2718.362119,50.93034811,-117.81852 +314343,332.5159922,188.5274927,2851.190333,147.4200516,276.6313658 +314344,336.7529247,176.7475168,2738.19901,149.3665641,293.597395 +314345,331.3440188,897.9463962,2167.007879,146.9189486,291.658571 +314346,322.4815454,616.5527714,542.8383283,142.9495701,281.7215924 +314347,313.4111496,598.200882,1677.042878,138.9441226,269.9440807 +314348,304.927333,626.9325924,1316.925259,135.2497297,258.1123019 +314349,296.8978733,634.205492,1315.898179,131.7866671,246.2511453 +314350,289.3365056,640.8801063,1322.135772,128.5471204,234.5553718 +314351,282.2113497,645.5813807,1325.658044,125.5072511,223.096889 +314352,275.5749526,652.4027402,1332.735812,122.6926859,211.9408489 +314353,269.3788617,659.5910336,1340.312863,120.0750732,201.1286382 +314354,263.5566366,666.9894576,1348.520264,117.6178148,190.6769054 +314355,258.0557259,674.5972524,1356.885261,115.2933748,180.5832404 +314356,252.836443,682.3167775,1365.528451,113.08237,170.8307115 +314357,247.8671292,689.8846485,1374.362445,110.970251,161.3979742 +314358,243.1194287,698.2986748,1383.33201,108.9444911,152.2602013 +314359,238.5669048,706.1565849,1392.600706,106.993662,143.3907464 +314360,234.1858442,714.6669318,1401.885856,105.1076969,134.7639559 +314361,229.9531811,722.549089,1411.360121,103.2769031,126.3519273 +314362,225.849351,731.1246797,1420.93557,101.4932284,118.130142 +314363,221.8566057,739.5564968,1430.61941,99.74946344,110.0749051 +314364,217.9634485,748.0840376,1440.391949,98.04123249,102.1718838 +314365,214.1504304,756.7756971,1459.300804,96.36051553,94.39070567 +314366,210.4090938,765.4790838,1456.723403,94.70424933,86.71972714 +314367,206.7275359,773.9690589,1461.67787,93.06775519,79.14006771 +314368,203.0977197,787.0212933,1485.972747,91.44805874,71.63911112 +314369,199.5116649,798.5582401,1488.862636,89.84215631,64.20375991 +314370,195.9604601,811.2045552,1500.338707,88.24656687,56.81876951 +314371,192.438378,822.0859084,1508.502953,86.65920462,49.4743453 +314372,188.9350074,832.851271,1516.037666,85.07602146,42.15799019 +314373,185.4439097,843.468805,1523.41349,83.49465879,34.86228952 +314374,181.9587618,854.1021717,1531.015104,81.91266515,27.57696573 +314375,178.4768103,864.5928791,1538.147213,80.32911778,20.29659239 +314376,174.9912472,875.0170753,1545.435252,78.74119759,13.00790069 +314377,171.5002317,885.4821176,1552.55691,77.14830954,5.706688945 +314378,167.9994725,895.8185364,1559.628819,75.54871633,-1.615559127 +314379,164.4872847,906.0968737,1566.613433,73.94183894,-8.962499449 +314380,160.9596261,916.4355827,1573.538333,72.32600194,-16.3419924 +314381,157.4133847,926.5975351,1580.450377,70.69993106,-23.76013733 +314382,153.8455456,936.8645551,1587.111542,69.06237692,-31.22279952 +314383,150.2533018,946.9498571,1593.866703,67.41216798,-38.7354011 +314384,146.6337103,957.1451624,1600.473414,65.74805623,-46.30355327 +314385,142.9839767,967.1568029,1607.029223,64.06884832,-53.9325349 +314386,139.7757036,977.285027,1613.58141,62.58897509,-60.7650303 +314387,137.9058418,987.2198187,1619.566802,61.71603965,-65.17022315 +314388,136.046034,997.2149689,1629.116619,60.84582118,-69.56365593 +314389,134.1817475,1007.188066,1636.841392,59.97179811,-73.97419723 +314390,132.3121369,1017.020434,1645.581359,59.09399384,-78.40673833 +314391,130.4416743,1026.967281,1653.439845,58.21487984,-82.85616068 +314392,128.5751451,1036.239657,1661.93957,57.33696368,-87.31595728 +314393,126.7162052,1046.74091,1672.043989,56.46212049,-91.78089822 +314394,124.8674025,1056.278773,1686.716107,55.59163605,-96.24721193 +314395,123.0306058,1065.922593,1678.957467,54.72643414,-100.7119872 +314396,121.2072312,1075.743164,1685.102714,53.86720063,-105.1728832 +314397,119.3984183,1085.357455,1705.359034,53.01447434,-109.6278703 +314398,117.6050502,1094.995722,1705.395531,52.16866235,-114.0752433 +314399,115.8278378,1104.531277,1713.874364,51.33008244,-118.513495 +314400,114.067298,1114.222759,1720.923986,50.49895662,-122.9413902 +314401,-7.724130547,1545.154616,2204.416928,-4.891806478,-345.6268621 +314402,295.7063795,1486.139783,1970.45449,89.16716826,-723.5268841 +314403,1660.918122,1650.807993,1951.232189,740.7080324,-606.0264201 +314404,818.4326479,1588.853494,1992.795331,348.9229797,-475.24076 +314405,1065.148322,1622.108795,2074.773817,463.2633454,-360.3571166 +314406,1089.218629,1636.385883,2140.405291,474.5609469,-264.5711079 +314407,1110.259558,1653.077995,2192.457156,485.0369272,-192.9546382 +314408,1124.878904,1664.084752,2204.715478,492.3303442,520.9523556 +314409,1348.035431,1780.110043,2379.584094,594.3008235,1680.668596 +314410,862.1987809,1560.113126,2185.438898,375.582132,174.7375328 +314411,1524.664857,1868.425161,2382.074858,674.8022979,1604.095907 +314412,862.8402168,1579.669065,2176.184103,377.3932328,374.3414635 +314413,1558.113511,1895.369856,2373.032035,691.296283,1651.011072 +314414,892.4085753,1606.502335,2167.94822,392.0826678,412.6597886 +314415,1607.585116,1923.423101,2367.737311,706.7282713,1691.410512 +314416,895.5202933,1633.024794,2162.93899,406.6903893,447.8716638 +314417,1633.376524,1967.111244,2365.448131,721.578912,1729.796747 +314418,946.8158705,1634.88143,2159.081856,420.7114252,480.4633327 +314419,1650.85922,1988.477213,2363.533843,736.1128245,1779.266412 +314420,976.569962,1681.468056,2155.920638,434.1389792,490.3196985 +314421,1679.798219,2024.442395,2363.645094,750.3015005,1828.236885 +314422,1003.390373,1678.449706,2158.057226,447.2372019,509.4444231 +314423,1707.463976,2061.396027,2369.926872,763.8399488,1861.61911 +314424,1029.236454,1703.681584,2164.16462,460.1378151,539.5786562 +314425,1734.607467,2083.784004,2378.202366,777.0287757,1887.852425 +314426,1260.634719,1822.85684,2383.517301,565.9012812,944.3155528 +314427,1453.520596,1967.141698,2377.020585,651.8852357,1326.452314 +314428,1431.99254,1922.793176,2367.790504,644.1399557,1268.873601 +314429,1455.676065,1972.895855,2360.723381,649.8782675,1282.654252 +314430,1456.130538,1948.676752,2356.593224,655.8439904,1295.083321 +314431,1456.727982,1987.512066,2355.2681,661.6389682,1307.240504 +314432,1488.874503,1981.717166,2356.167853,667.3881621,1321.113231 +314433,1490.583397,1997.740438,2358.343887,673.049073,1327.247088 +314434,1503.705199,2007.428185,2363.182944,678.5936501,1343.50707 +314435,1515.205724,2017.54602,2367.718162,684.1771236,1352.550604 +314436,1526.301374,2027.529663,2370.033316,689.6340959,1363.759573 +314437,1537.015533,2037.735815,2373.233222,694.8955989,1374.45464 +314438,1548.168382,2047.501615,2376.729581,700.3029382,1384.623149 +314439,1558.59565,2057.025494,2380.309912,705.4976295,1395.094668 +314440,1569.244848,2066.93472,2385.657207,710.6258733,1405.563114 +314441,1579.757792,2076.164742,2388.107477,715.8555591,1413.681633 +314442,1589.897001,2085.581559,2391.234728,720.7891396,1424.840704 +314443,1600.055952,2101.304408,2394.355809,725.8150649,1433.431523 +314444,1610.268829,2101.176415,2397.448068,730.681577,1443.044274 +314445,1620.249561,2114.12115,2400.475809,735.6205641,1460.426746 +314446,1629.949621,2122.10192,2403.137607,740.3933309,1457.023758 +314447,1639.667006,2130.929544,2405.7449,745.1490457,1461.759108 +314448,1649.476082,2139.359833,2408.034504,749.6935248,1483.499448 +314449,1658.557604,2147.964095,2412.525631,754.4303813,1484.957801 +314450,1668.178542,2156.097637,2415.567821,758.958438,1504.783501 +314451,1677.364953,2164.066742,2416.315978,763.4896806,1494.01096 +314452,1686.578409,2172.660746,2419.741268,767.9611595,1512.336419 +314453,1695.795667,2180.379295,2422.260588,772.3883048,1528.577851 +314454,1704.630136,2187.9925,2422.718154,776.7156337,1521.240364 +314455,1713.646596,2196.125066,2424.244993,781.179143,1535.746301 +314456,1722.471279,2203.684968,2426.469756,785.3499802,1541.839668 +314457,1731.114791,2211.265025,2429.043203,789.64127,1548.916567 +314458,1740.092909,2218.674432,2431.694933,793.8352823,1556.262802 +314459,1748.428063,2225.815459,2434.504935,797.9955886,1563.211238 +314460,1757.062229,2233.384075,2437.124821,802.0598179,1575.884977 +314461,2155.222158,2415.789243,2449.913512,974.6338329,1868.559203 +314462,2184.240653,2416.293566,2492.118759,980.3313706,1909.855007 +314463,2152.086482,2426.861303,2541.498769,985.2846295,1958.599779 +314464,2200.142192,2432.458857,2581.385765,990.3596739,1998.722825 +314465,2194.563064,2444.76216,2609.705474,994.8501451,2028.270042 +314466,2206.956299,2449.690421,2628.870698,999.6451043,2049.419385 +314467,2216.068518,2456.796762,2641.867235,1004.022723,2064.759771 +314468,2225.534649,2464.097363,2651.204634,1008.629153,2076.329737 +314469,2244.392612,2470.638219,2657.936029,1012.822548,2085.455335 +314470,2228.182165,2477.392113,2663.119419,1017.281574,2093.166304 +314471,2259.298505,2490.304264,2667.385717,1021.454187,2099.704841 +314472,2259.310101,2483.233306,2672.446961,1025.766417,2107.302275 +314473,2269.254931,2504.063252,2674.183356,1029.852249,2110.941915 +314474,2277.857523,2502.636733,2676.21138,1034.141241,2114.965288 +314475,2286.501416,2509.613879,2679.736759,1038.044561,2120.816345 +314476,2313.434416,2521.716545,2680.453286,1042.22712,2123.275904 +314477,2274.914464,2515.267895,2683.244486,1046.142305,2128.259888 +314478,2330.468464,2533.95393,2685.063581,1050.199377,2132.077766 +314479,2307.962173,2533.539109,2686.550829,1053.978608,2135.509317 +314480,2357.639098,2537.633923,2685.91712,1058.130791,2136.371207 +314481,2295.498965,2549.658868,2686.144566,1061.755032,2138.2689 +314482,2371.368774,2550.848702,2688.451429,1065.729537,2142.693737 +314483,2333.339018,2553.789133,2687.975989,1069.420864,2143.762014 +314484,2389.651469,2564.701689,2688.04156,1073.268616,2145.510131 +314485,2329.451108,2565.558142,2688.376467,1076.906073,2147.604304 +314486,2415.584067,2574.54446,2689.046484,1080.75625,2150.132968 +314487,2359.274257,2575.657343,2689.708202,1084.225808,2152.689164 +314488,2405.882438,2577.984534,2689.990067,1087.993083,2154.825087 +314489,2393.584001,2583.233212,2691.680864,1091.425806,2158.72097 +314490,2407.285413,2585.362193,2690.587788,1095.184753,2159.271651 +314491,2413.600772,2586.966257,2690.079257,1098.616888,2160.561216 +314492,2420.860161,2588.391547,2689.731415,1102.260609,2162.062275 +314493,2428.31395,2590.211281,2689.373354,1105.762287,2163.570838 +314494,2435.627434,2592.28795,2688.960881,1109.236887,2165.039843 +314495,2442.72882,2596.97547,2690.205929,1112.668242,2168.567294 +314496,2450.04196,2597.732337,2688.743308,1116.184609,2168.837167 +314497,2456.869446,2599.319225,2687.773882,1119.514346,2169.94203 +314498,2464.360584,2601.246859,2686.924876,1122.993379,2170.994051 +314499,2471.161161,2603.358304,2686.118648,1126.272467,2172.116561 +314500,2478.270006,2605.536591,2685.317405,1129.776479,2173.273497 +314501,2485.166803,2607.715096,2684.502436,1132.824913,2174.447726 +314502,2491.992346,2609.869112,2683.66612,1136.368896,2175.63153 +314503,2498.9784,2611.99425,2682.805044,1139.491126,2176.820221 +314504,2505.917131,2614.090586,2681.916315,1142.839191,2178.009036 +314505,2512.489213,2616.152604,2680.993965,1145.979575,2179.18935 +314506,2527.749277,2618.332335,2680.142305,1149.272613,2180.487417 +314507,2513.947492,2620.309562,2679.146133,1152.36901,2181.639928 +314508,2546.040093,2622.252217,2678.117042,1155.618806,2182.781131 +314509,2535.140404,2624.320868,2677.162742,1158.74645,2184.040869 +314510,2546.913055,2628.931672,2677.783129,1161.845131,2187.260579 +314511,2553.321352,2629.2089,2675.704182,1164.907979,2187.21927 +314512,2559.205621,2630.329118,2674.178434,1168.065611,2188.067525 +314513,2565.969678,2631.788975,2672.793005,1171.037842,2188.87533 +314514,2572.494187,2633.439079,2671.472675,1174.165035,2189.768275 +314515,2578.737394,2635.156437,2670.173852,1177.023892,2190.70636 +314516,2585.139495,2636.861125,2668.874142,1180.225892,2191.662903 +314517,2591.609441,2638.52806,2667.562385,1183.069008,2192.629295 +314518,2597.653004,2642.610361,2667.938914,1186.02041,2195.828649 +314519,2603.941755,2642.693034,2665.66525,1189.152796,2195.64348 +314520,2610.517464,2643.580175,2663.929082,1191.884103,2196.297792 +314521,2622.742684,2644.561787,2661.617212,1197.730087,2195.587269 +314522,2630.778135,2646.310517,2659.882673,1201.315593,2195.325115 +314523,2638.196678,2648.436657,2658.523226,1204.691125,2195.949936 +314524,2653.061096,2650.695108,2657.38965,1207.98917,2196.792346 +314525,2649.260086,2652.72899,2656.222885,1211.227711,2197.860825 +314526,2659.872789,2654.344933,2654.851605,1214.421637,2198.530207 +314527,2666.531839,2655.814869,2653.415134,1217.580689,2199.13468 +314528,2673.483807,2659.712092,2653.662845,1220.79095,2201.810247 +314529,2679.597764,2659.6082,2651.253134,1223.775518,2201.474605 +314530,2686.475199,2660.283006,2649.355134,1226.916397,2201.575659 +314531,2693.242278,2661.289118,2647.614343,1229.885438,2201.856257 +314532,2699.421617,2662.465704,2645.948457,1233.043918,2202.220066 +314533,2706.61494,2666.130748,2646.00236,1236.009137,2204.700669 +314534,2719.962665,2666.018706,2643.582367,1239.022192,2204.15374 +314535,2717.35877,2669.113719,2643.392435,1242.007628,2206.35424 +314536,2725.141647,2668.346975,2640.60916,1244.972203,2205.3654 +314537,2732.941808,2668.550657,2638.440744,1247.921086,2205.117609 +314538,2738.877605,2669.261721,2636.547311,1250.851905,2205.185981 +314539,2744.898267,2670.167376,2634.765039,1253.766005,2205.375307 +314540,2758.356046,2671.287988,2633.159273,1256.744975,2205.773726 +314541,2755.947944,2672.387174,2631.598507,1259.505398,2206.434828 +314542,2763.04675,2673.176454,2629.888686,1262.429139,2206.700886 +314543,2770.685369,2673.857233,2628.148764,1265.26713,2206.918863 +314544,2783.435166,2674.771,2626.597529,1268.10063,2207.360227 +314545,2781.689143,2675.691454,2625.085808,1270.918356,2207.831096 +314546,2788.143964,2676.271147,2623.381978,1273.722019,2208.046394 +314547,2794.377156,2676.670422,2621.584978,1276.512015,2208.128841 +314548,2807.520002,2677.288699,2619.957332,1279.28862,2208.402367 +314549,2806.374858,2677.983377,2618.41036,1282.051736,2208.757912 +314550,2811.056166,2678.375124,2616.696661,1287.573175,2208.889432 +314551,2823.595524,2678.763471,2615.016857,1284.509513,2209.043352 +314552,2823.884118,2679.179101,2613.401921,1299.416106,2209.27422 +314553,2833.844006,2679.500212,2611.77853,1279.137801,2209.502334 +314554,2834.18089,2679.648384,2610.093105,1301.498094,2209.66234 +314555,2836.226254,2679.362955,2608.156844,1313.158221,2209.514113 +314556,2839.759574,2678.822184,2606.070144,1274.903597,2209.172962 +314557,2840.996222,2678.132844,2603.890435,1314.592029,2208.701989 +314558,2840.736618,2677.125813,2601.49836,1302.379013,2207.947283 +314559,2840.532903,2675.807387,2598.895147,1307.376225,2206.905454 +314560,2840.445214,2674.251812,2596.127855,1309.914012,2205.63064 +314561,2840.485656,2672.516521,2593.235985,1312.322836,2204.168928 +314562,2840.638381,2670.654178,2590.261132,1314.700512,2202.570528 +314563,2840.863762,2668.694606,2587.233236,1317.048078,2200.872389 +314564,2841.161304,2666.653397,2584.173816,1319.50922,2199.101666 +314565,2841.520383,2664.539328,2581.098818,1321.766838,2197.278762 +314566,2841.928781,2662.358074,2578.020214,1324.212816,2195.419022 +314567,2842.377231,2660.114028,2574.947152,1326.443735,2193.534002 +314568,2842.859342,2657.810767,2571.886656,1328.863086,2191.632295 +314569,2843.370383,2655.451144,2568.844103,1331.151674,2189.720133 +314570,2843.906984,2653.037892,2565.823981,1333.419527,2187.802358 +314571,2844.466315,2650.573312,2562.829913,1335.660552,2185.882487 +314572,2845.046047,2648.059451,2559.864949,1337.93142,2183.963122 +314573,2845.920737,2645.495329,2556.934519,1340.217056,2182.043752 +314574,2846.504182,2642.880826,2554.063335,1342.503128,2180.124003 +314575,2847.092841,2640.219856,2551.269202,1344.651707,2178.206578 +314576,2847.696277,2637.514482,2548.556134,1347.063875,2176.292543 +314577,2848.31655,2634.765152,2545.920638,1349.048758,2174.38165 +314578,2848.951655,2631.972029,2543.35766,1351.416296,2172.473372 +314579,2849.59825,2629.135066,2540.862794,1353.498129,2170.566894 +314580,2850.253704,2626.25465,2538.433099,1355.783934,2168.661666 +314581,2851.726444,2623.767855,2536.825835,1304.586324,2168.085081 +314582,2845.920786,2615.416748,2530.437365,1305.606793,2159.916859 +314583,2839.575304,2607.623265,2523.596512,1306.87149,2150.068782 +314584,2832.665627,2595.245981,2516.307996,1308.356787,2139.192391 +314585,2824.092657,2564.359818,2507.903455,1309.894913,2126.815939 +314586,2818.180976,2573.194984,2501.166283,1311.416929,2116.555723 +314587,2814.491733,2568.579133,2495.852355,1312.940174,2108.172224 +314588,2814.54819,2556.336076,2492.979857,1314.666004,2102.983559 +314589,2810.979966,2553.960137,2487.869437,1316.202345,2095.194517 +314590,2808.74315,2550.362944,2483.683258,1317.824744,2088.731835 +314591,2807.219195,2544.906752,2480.013318,1319.435663,2083.072302 +314592,2805.902014,2532.521265,2476.528263,1321.136655,2077.796629 +314593,2804.963779,2540.670919,2473.332454,1322.620561,2073.023249 +314594,2804.291528,2522.346921,2470.360027,1324.300522,2068.66619 +314595,2803.565323,2523.093078,2467.406134,1325.904662,2064.460232 +314596,2803.00738,2518.164627,2464.601803,1327.522307,2060.549416 +314597,2802.621608,2512.347322,2461.949739,1329.140797,2056.928218 +314598,2802.265054,2506.653187,2459.356203,1330.758809,2053.469045 +314599,2801.953128,2500.971271,2456.821243,1332.376799,2050.155346 +314600,2801.694115,2495.887152,2454.351983,1334.083881,2046.989808 +314601,2803.878661,2483.967634,2453.482867,1335.568256,2045.87843 +314602,2802.148289,2492.022246,2450.145349,1337.243469,2041.749444 +314603,2803.915357,2471.560271,2449.074889,1338.852413,2040.484448 +314604,2804.312621,2473.499197,2447.160069,1340.372823,2038.207289 +314605,2801.751651,2467.081678,2443.371269,1342.121327,2033.619338 +314606,2800.533132,2460.834264,2440.438973,1344.621182,2030.100188 +314607,2799.800327,2455.166047,2437.809864,1349.011571,2026.955713 +314608,2799.370833,2449.343908,2435.371875,1343.248774,2024.048466 +314609,2799.067927,2443.44904,2433.028636,1365.198501,2021.269945 +314610,2798.885217,2437.540757,2430.783861,1325.166419,2018.628085 +314611,2801.203121,2425.012397,2430.161694,1363.946591,2018.01885 +314612,2799.507584,2433.153945,2427.013022,1350.5422,2014.289507 +314613,2798.685214,2410.317795,2424.439188,1354.760118,2011.287325 +314614,2797.981194,2413.935562,2421.943928,1356.39988,2008.381235 +314615,2797.569785,2406.313122,2419.625291,1357.949704,2005.691749 +314616,2797.326218,2399.320608,2417.427606,1359.507755,2003.148074 +314617,2797.088564,2393.219094,2415.248299,1361.062192,2000.630277 +314618,2796.866678,2386.918278,2413.097236,1362.613251,1998.151933 +314619,2796.67769,2380.775699,2410.971852,1364.16182,1995.707247 +314620,2796.480796,2374.089162,2408.863494,1365.710253,1993.278096 +314621,2796.273803,2367.688187,2406.765381,1367.25531,1990.859101 +314622,2796.060236,2361.132076,2404.680052,1368.798641,1988.453082 +314623,2795.866147,2354.700487,2402.609941,1370.34005,1986.060811 +314624,2795.486436,2340.987923,2400.441115,1372.792338,1983.533674 +314625,2795.231623,2350.247565,2398.366047,1377.68185,1981.11472 +314626,2794.733694,2325.141116,2396.077066,1369.527981,1978.305355 +314627,2794.14731,2329.599659,2393.803851,1377.093874,1975.609937 +314628,2793.200277,2321.021517,2391.155958,1378.792282,1972.189431 +314629,2792.627046,2313.535587,2388.922808,1379.155989,1969.538411 +314630,2792.6,2307.069386,2387.203689,1381.081914,1967.749455 +314631,2791.195662,2300.315682,2384.074115,1382.602999,1963.354848 +314632,2788.727069,2293.498141,2380.115724,1384.128621,1957.661775 +314633,2786.255557,2286.639717,2376.311145,1385.557774,1952.370052 +314634,2786.358145,2279.922695,2374.99179,1395.624954,1951.501059 +314635,2785.423307,2273.010957,2372.322446,1376.308153,1947.854779 +314636,2785.374888,2266.174995,2370.659339,1396.180785,1946.120902 +314637,2784.075708,2259.178475,2367.682614,1390.455623,1941.922348 +314638,2780.305824,2252.242021,2362.514405,1393.317619,1933.987254 +314639,2776.687288,2245.264474,2357.845509,1405.075246,1927.271498 +314640,2778.148113,2238.573712,2358.037945,1380.970912,1929.172033 +314641,2775.458237,2121.02354,2354.266461,1296.061721,1924.054134 +314642,2750.838847,2110.940675,2334.849478,1285.801669,1894.622253 +314643,2725.723473,2102.329733,2317.117908,1286.983355,1869.139354 +314644,2701.83685,2093.552674,2298.287858,1286.960974,1839.004525 +314645,2679.046116,2085.148919,2278.834164,1287.079685,1805.891819 +314646,2662.331726,2076.556428,2263.772762,1287.417648,1779.467845 +314647,2657.926926,2068.545175,2259.406636,1287.604164,1771.392978 +314648,2652.833969,2060.145915,2252.615674,1289.321157,1757.39752 +314649,2642.463616,2051.934944,2240.870737,1294.498472,1734.912581 +314650,2642.325019,2043.96631,2239.795463,1278.076017,1732.426504 +314651,2648.833028,2035.931256,2243.826056,1294.723892,1737.813018 +314652,2644.784401,2027.71859,2236.899284,1302.823361,1723.013951 +314653,2642.258957,2019.871823,2232.930253,1269.645941,1715.155718 +314654,2637.649088,2011.670116,2226.859653,1300.763216,1703.557619 +314655,2635.984719,1996.0893,2224.089526,1289.528942,1698.442867 +314656,2631.872535,2006.550462,2218.528882,1292.056723,1688.037077 +314657,2621.316181,1975.254247,2207.14898,1292.756535,1667.818125 +314658,2611.788503,1991.508499,2197.679238,1293.482649,1652.101152 +314659,2603.388343,1959.742144,2189.21023,1301.781433,1638.226352 +314660,2595.909897,1975.799177,2181.455825,1283.738121,1625.606839 +314661,2602.444815,1944.321193,2187.080294,1300.235816,1636.618791 +314662,2617.393567,1952.944027,2198.924742,1309.899162,1657.208374 +314663,2628.215072,1939.705818,2205.607081,1274.961465,1667.168699 +314664,2634.22174,1932.682191,2208.211336,1308.053552,1670.366235 +314665,2636.904896,1925.266873,2208.409476,1299.295344,1669.973605 +314666,2627.866582,1917.682868,2197.872944,1302.886081,1650.940999 +314667,2612.193099,1910.112358,2182.606538,1305.200569,1625.185295 +314668,2610.561823,1902.744075,2181.845722,1292.124496,1626.300084 +314669,2618.804538,1895.475433,2188.660141,1297.328903,1638.940407 +314670,2613.040526,1887.865283,2180.56976,1318.73135,1623.646693 +314671,2597.872909,1880.542888,2165.277852,1283.269819,1597.51354 +314672,2584.587961,1873.06955,2153.134642,1321.57764,1578.227547 +314673,2587.748306,1865.766507,2156.698689,1307.265946,1587.068929 +314674,2586.232349,1858.563026,2153.383912,1302.80336,1581.267761 +314675,2588.552027,1851.220822,2154.422316,1293.61611,1583.996254 +314676,2601.271679,1844.221218,2164.920078,1327.026168,1602.956185 +314677,2611.013587,1836.955692,2171.126019,1293.965545,1612.705741 +314678,2602.419666,1829.97599,2159.95182,1312.152862,1591.729559 +314679,2583.60797,1822.883741,2141.441594,1317.094999,1560.259497 +314680,2583.435504,1816.0223,2142.366305,1300.015086,1565.457365 +314681,2579.636179,1809.121951,2137.363384,1322.261155,1556.990199 +314682,2581.032026,1802.511102,2137.979332,1308.196686,1559.244411 +314683,2594.547639,1795.597655,2149.707957,1314.059769,1580.704411 +314684,2604.710753,1789.023965,2156.463211,1314.395508,1591.441571 +314685,2593.81346,1782.396492,2142.678762,1314.752771,1565.569214 +314686,2571.77656,1775.973423,2121.506482,1315.821861,1529.365576 +314687,2555.446506,1769.510386,2107.137411,1316.484587,1506.923178 +314688,2543.052583,1763.168916,2095.89148,1317.447938,1489.439989 +314689,2533.059781,1756.789411,2086.385746,1318.140612,1474.415926 +314690,2524.709949,1750.773012,2078.070383,1319.19271,1461.536155 +314691,2537.932432,1744.653619,2090.839343,1320.077713,1486.606476 +314692,2541.326607,1738.683223,2090.794069,1320.958329,1485.279809 +314693,2527.505485,1732.737792,2075.10344,1321.555689,1457.116577 +314694,2517.117772,1726.950427,2065.188171,1322.731554,1441.819707 +314695,2509.742128,1721.229579,2057.812413,1328.668153,1430.425753 +314696,2527.828511,1715.657727,2075.676302,1317.226416,1465.001689 +314697,2533.230995,1710.124926,2077.046351,1333.841737,1465.583732 +314698,2517.864507,1704.685986,2059.417384,1323.414045,1433.326218 +314699,2507.16113,1699.394301,2049.41341,1327.732999,1417.705052 +314700,2523.453745,1694.17255,2065.82546,1329.132685,1449.741452 +314701,2534.742044,1795.0736,2071.682136,1433.69805,1457.050624 +314702,2545.367346,1794.025303,2072.483384,1439.280008,1452.472336 +314703,2591.800332,1790.067257,2110.389398,1442.017467,1517.914003 +314704,2651.216646,1786.400067,2159.432966,1444.033231,1601.881234 +314705,2693.215683,1782.949292,2191.819918,1446.02583,1655.537058 +314706,2690.273214,1778.998261,2182.239852,1446.065623,1636.222012 +314707,2689.087891,1775.532082,2181.187834,1448.3569,1638.333751 +314708,2711.879493,1772.201595,2204.058644,1451.416824,1683.683491 +314709,2706.320698,1766.963279,2195.520794,1451.258153,1668.388904 +314710,2684.297729,1763.5914,2174.263125,1452.152703,1633.521869 +314711,2670.95706,1760.661642,2163.731697,1454.363604,1620.027212 +314712,2686.756464,1757.687666,2181.130728,1457.460605,1656.038579 +314713,2719.144963,1754.969063,2210.975454,1459.733905,1710.505818 +314714,2742.565711,1751.849181,2229.596931,1461.265356,1742.186562 +314715,2729.130772,1749.179194,2212.444838,1462.162566,1709.59925 +314716,2723.313679,1746.405526,2207.813669,1465.334472,1704.297467 +314717,2716.771437,1743.762126,2201.273317,1467.672416,1694.055206 +314718,2697.525149,1741.020395,2182.205795,1474.307002,1661.100991 +314719,2685.468117,1738.492084,2172.003025,1470.323451,1645.928913 +314720,2678.073677,1735.707866,2165.463014,1474.579433,1636.478351 +314721,2673.39039,1733.453538,2160.860783,1481.78098,1629.882593 +314722,2696.130669,1730.936552,2183.472919,1481.517771,1672.648487 +314723,2734.617582,1728.637612,2218.166346,1481.548676,1733.728771 +314724,2730.828378,1726.019465,2208.292604,1487.492203,1711.359919 +314725,2706.116353,1723.70245,2183.060552,1491.767142,1666.346041 +314726,2715.930869,1721.356991,2195.197685,1492.341643,1691.861856 +314727,2719.175151,1719.130422,2196.134619,1495.565048,1692.311215 +314728,2727.930361,1716.79738,2203.646087,1499.398574,1705.787133 +314729,2754.762679,1714.569916,2228.311273,1504.580909,1749.485249 +314730,2748.76175,1712.498372,2217.771716,1504.440743,1726.932691 +314731,2748.13772,1710.055963,2217.354107,1508.230827,1727.118658 +314732,2771.140591,1707.93888,2239.826394,1514.392627,1768.028945 +314733,2762.940286,1705.786149,2228.032149,1514.411276,1743.457126 +314734,2760.968367,1703.573036,2226.595264,1518.143098,1741.869822 +314735,2782.462384,1703.00565,2247.658172,1524.42359,1780.156552 +314736,2800.318672,1682.152156,2261.830136,1527.502343,1802.768297 +314737,2784.626218,1727.709545,2242.69638,1527.495064,1765.157536 +314738,2754.638517,1670.811539,2214.333963,1533.193886,1715.203623 +314739,2760.515225,1721.227118,2223.439605,1540.202168,1735.208292 +314740,2787.475246,1679.243361,2248.875263,1538.977155,1780.177269 +314741,2807.382602,1690.335415,2265.129627,1546.729395,1805.901884 +314742,2819.963423,1717.404349,2274.018073,1544.945254,1819.073916 +314743,2800.850374,1657.527718,2252.229,1554.42396,1777.305606 +314744,2769.959466,1720.98758,2223.207856,1558.33787,1726.39704 +314745,2751.719366,1679.661722,2208.458553,1555.110431,1703.134237 +314746,2763.660727,1682.150627,2221.455445,1558.648178,1728.944026 +314747,2793.240365,1683.981779,2249.203619,1571.016394,1777.776263 +314748,2817.600298,1695.239691,2268.640492,1580.23197,1808.946902 +314749,2830.664084,1669.475208,2276.968124,1572.739127,1820.338141 +314750,2811.689436,1695.8566,2255.418196,1581.568673,1779.090984 +314751,2782.078101,1666.128132,2227.787851,1571.832388,1731.205941 +314752,2785.533689,1701.987528,2234.663295,1571.309137,1747.515403 +314753,2783.415776,1650.235384,2231.619804,1570.77804,1741.575091 +314754,2789.338422,1709.104276,2237.487831,1573.598218,1752.951672 +314755,2786.598091,1644.830427,2233.292514,1573.742195,1744.738907 +314756,2765.942118,1707.20345,2212.513832,1565.122529,1707.786449 +314757,2776.201963,1650.48577,2225.463344,1569.126533,1734.889886 +314758,2806.33964,1693.332218,2253.768321,1585.194646,1785.543412 +314759,2829.67021,1654.014085,2271.920641,1600.041935,1814.700417 +314760,2841.834197,1670.647467,2279.4706,1609.590919,1824.758196 +314761,2847.434876,1700.709622,2281.536556,1615.132369,1826.019527 +314762,2829.162031,1705.214523,2260.4857,1609.685864,1786.333991 +314763,2801.658412,1679.922934,2233.870217,1597.929366,1740.409992 +314764,2806.953902,1700.577064,2241.68448,1600.250461,1758.717919 +314765,2805.81253,1691.278949,2238.88321,1602.424887,1753.629008 +314766,2812.262549,1692.784879,2244.976214,1607.224949,1766.040995 +314767,2838.544451,1689.34842,2269.591783,1621.819818,1810.822291 +314768,2829.043748,1695.7198,2255.555161,1621.879482,1782.403786 +314769,2825.546064,1689.169841,2252.597166,1621.363006,1778.981653 +314770,2844.620433,1691.226513,2271.08228,1631.888599,1813.278916 +314771,2832.534919,1689.998202,2255.530928,1630.147168,1782.780755 +314772,2804.897589,1689.767523,2229.006962,1618.472283,1736.77844 +314773,2812.09969,1689.189538,2239.661506,1621.29974,1760.676209 +314774,2841.149723,1688.675489,2267.178565,1637.416837,1810.422922 +314775,2860.68656,1688.193735,2281.639034,1651.461676,1833.018394 +314776,2873.088757,1677.904905,2290.3076,1661.252436,1846.294929 +314777,2883.457996,1701.685015,2297.956973,1669.339373,1858.468173 +314778,2860.983717,1683.843796,2273.03581,1662.30612,1811.432488 +314779,2849.617758,1678.365453,2264.090038,1657.333551,1798.075931 +314780,2837.976417,1693.679705,2253.346268,1653.459837,1779.95463 +314781,2835.903906,1682.232819,2252.29089,1654.077959,1779.726512 +314782,2828.689082,1685.325908,2244.753648,1653.342453,1766.577111 +314783,2805.756243,1684.205344,2222.423337,1644.90439,1727.607655 +314784,2813.964756,1683.881705,2233.347586,1649.323403,1751.330946 +314785,2812.966971,1683.384994,2230.50852,1652.515819,1745.700574 +314786,2792.339162,1682.86904,2209.415215,1645.864079,1708.362823 +314787,2776.981372,1682.257406,2196.613141,1639.998173,1688.841993 +314788,2766.166783,1682.006017,2187.247037,1636.566819,1674.960938 +314789,2757.657368,1681.311098,2179.577678,1634.66311,1663.732825 +314790,2781.624612,1681.230724,2204.456224,1647.522632,1711.927688 +314791,2823.088333,1680.868968,2241.654129,1671.734833,1777.3767 +314792,2816.269987,1680.03453,2227.427713,1675.503674,1746.389946 +314793,2814.640975,1679.719969,2225.592306,1677.031463,1744.52735 +314794,2809.232778,1679.275403,2219.1472,1677.383975,1733.170333 +314795,2813.90197,1678.65737,2223.762087,1681.826478,1742.766929 +314796,2811.039383,1678.396693,2219.235593,1684.022537,1734.134179 +314797,2788.420403,1677.774808,2196.193621,1676.535458,1693.064734 +314798,2801.438818,1677.455473,2212.110567,1683.50808,1725.886084 +314799,2839.838364,1677.101168,2248.335974,1705.113031,1790.973708 +314800,2871.507957,1676.71725,2273.851649,1725.79766,1833.02681 +314801,2891.36051,1676.170831,2288.450717,1740.677973,1855.618567 +314802,2903.13994,1675.599605,2296.420818,1750.805492,1867.206239 +314803,2906.661656,1675.248596,2296.823634,1756.715964,1865.329969 +314804,2909.122539,1674.785654,2297.734776,1761.218858,1865.640665 +314805,2880.253892,1674.272542,2267.187584,1751.387098,1808.774443 +314806,2837.917724,1673.83928,2228.33357,1733.015863,1741.232953 +314807,2812.283718,1673.174133,2208.079446,1720.982059,1709.887592 +314808,2795.585641,1672.819403,2194.657215,1714.678321,1689.337645 +314809,2813.614501,1672.597817,2215.118297,1724.864981,1730.082368 +314810,2816.350417,1671.98846,2214.495998,1731.800953,1727.18749 +314811,2822.145719,1671.586184,2219.009233,1738.552007,1735.848133 +314812,2852.118135,1671.297881,2247.14591,1756.439537,1786.901376 +314813,2875.168224,1670.935206,2264.96966,1773.202184,1815.769969 +314814,2855.520769,1670.241428,2240.928628,1770.035502,1769.135705 +314815,2818.475318,1669.627054,2205.548842,1754.761416,1707.585973 +314816,2824.500497,1669.623312,2216.136807,1757.198923,1732.391109 +314817,2822.714817,1669.002151,2212.664297,1760.868642,1725.655287 +314818,2799.22155,1668.289569,2188.628514,1753.816628,1682.865963 +314819,2814.916314,1668.351882,2207.473906,1762.201402,1721.818154 +314820,2856.226821,1668.080217,2246.305969,1785.911021,1791.706909 +314821,2846.465792,1634.343171,2229.656797,1789.134908,1756.411623 +314822,2834.518396,1633.302947,2219.588871,1785.504113,1741.466022 +314823,2855.676927,1632.952757,2243.195647,1796.671226,1787.969484 +314824,2876.391701,1632.35201,2261.092308,1811.282678,1818.672826 +314825,2849.31693,1631.2765,2229.811965,1805.132243,1758.35669 +314826,2834.778601,1630.984757,2217.910233,1800.210227,1739.740121 +314827,2821.070917,1630.258893,2204.808709,1797.109496,1716.841344 +314828,2819.004897,1629.603898,2203.603574,1799.256551,1715.937833 +314829,2848.12681,1629.02877,2232.446987,1816.377239,1768.75206 +314830,2874.433237,1628.443359,2254.119185,1834.982383,1804.407042 +314831,2891.395751,1627.601769,2266.551294,1849.046554,1823.36663 +314832,2862.065926,1627.024076,2233.342874,1841.429065,1759.809181 +314833,2843.934509,1626.355016,2218.002588,1834.498825,1735.121004 +314834,2864.132562,1625.754004,2240.113976,1845.782474,1777.700595 +314835,2882.249344,1625.150268,2254.548774,1859.976841,1801.03332 +314836,2858.081093,1624.133346,2226.741653,1854.879385,1747.750046 +314837,2845.865234,1623.781277,2217.094369,1851.05949,1733.608366 +314838,2833.257362,1622.955761,2205.35046,1848.273801,1714.067085 +314839,2835.099837,1622.352042,2208.831756,1851.673879,1723.1978 +314840,2864.769427,1621.620349,2237.983458,1869.223627,1777.136396 +314841,2885.107854,1620.928091,2253.224913,1885.477562,1801.44008 +314842,2860.297236,1620.199645,2224.355185,1880.298463,1746.52275 +314843,2849.680497,1619.543532,2216.622299,1876.860789,1736.711185 +314844,2870.144074,1618.841988,2237.677924,1889.191657,1776.966015 +314845,2889.026348,1618.260674,2253.173849,1903.742398,1803.312884 +314846,2866.63857,1617.185367,2227.171956,1899.38633,1754.020859 +314847,2825.510004,1616.745687,2188.090637,1882.727014,1686.44336 +314848,2799.9909,1615.850609,2167.721713,1871.281058,1655.990324 +314849,2814.832873,1615.339007,2186.124472,1879.175567,1695.319212 +314850,2854.342507,1614.556466,2223.466293,1902.777547,1763.263042 +314851,2884.085105,1613.758034,2247.120588,1924.114158,1802.672262 +314852,2902.171918,1612.615718,2260.36021,1939.0535,1823.681024 +314853,2872.22384,1611.792636,2226.251052,1931.219148,1759.54611 +314854,2825.129559,1610.848939,2181.861918,1910.969748,1683.191479 +314855,2828.863793,1609.746922,2191.701208,1911.918206,1709.32626 +314856,2863.302667,1609.164515,2225.423667,1931.928288,1771.9054 +314857,2890.590665,1607.750767,2247.41379,1951.790244,1808.956459 +314858,2907.366843,1607.037597,2259.78682,1966.414822,1828.843003 +314859,2877.165129,1605.653885,2225.737141,1958.816235,1765.224328 +314860,2858.248265,1604.93086,2209.801344,1951.984123,1741.011045 +314861,2842.904466,1603.833326,2195.889408,1947.897421,1719.488011 +314862,2843.886509,1602.801001,2198.881143,1951.151934,1728.861173 +314863,2873.795898,1601.721078,2228.462007,1969.071885,1784.542871 +314864,2894.387385,1600.750815,2243.967286,1985.818,1810.147353 +314865,2906.746808,1599.44963,2252.96209,1997.164595,1824.989801 +314866,2878.392805,1598.597196,2221.739778,1989.861464,1767.576348 +314867,2833.426785,1597.233332,2179.60478,1971.385089,1695.738481 +314868,2806.110452,1596.267728,2157.811607,1959.458115,1664.116548 +314869,2819.845279,1595.294984,2175.942625,1967.223168,1703.455074 +314870,2820.513652,1594.092698,2173.634218,1973.127495,1699.392141 +314871,2794.391588,1592.905461,2146.761188,1965.391215,1652.522813 +314872,2776.478973,1591.64426,2131.640079,1959.216389,1630.967378 +314873,2764.122275,1590.775975,2121.135129,1955.506812,1616.988148 +314874,2786.348838,1589.681618,2145.115406,1967.896336,1665.622158 +314875,2792.320836,1588.420041,2146.784804,1976.524836,1668.180699 +314876,2770.419444,1587.035039,2122.913107,1970.443199,1626.433779 +314877,2790.193536,1586.399435,2146.107413,1980.780896,1674.92583 +314878,2838.339813,1585.260094,2191.144429,2007.154908,1757.421197 +314879,2874.606392,1583.96233,2220.073222,2031.572431,1806.49746 +314880,2896.727844,1582.628656,2236.316838,2048.6211,1833.198867 +314881,2864.747885,1497.265441,2199.091039,2040.593003,1763.165736 +314882,2802.812586,1539.961635,2143.054483,2012.424517,1668.636226 +314883,2789.993222,1494.349979,2140.686678,2003.966318,1676.010475 +314884,2810.390983,1500.911417,2162.824654,2016.780243,1719.618035 +314885,2829.387937,1529.014542,2179.70123,2033.567722,1748.437203 +314886,2803.51017,1479.653978,2148.763392,2030.461551,1688.665035 +314887,2757.098054,1532.671036,2103.770822,2013.267848,1608.790041 +314888,2761.829115,1488.612305,2113.734271,2015.602133,1633.394278 +314889,2797.371562,1503.539447,2148.192521,2037.024882,1695.846021 +314890,2822.563372,1485.150061,2166.910236,2057.410916,1724.544734 +314891,2837.807694,1504.456544,2177.709328,2071.946822,1740.317991 +314892,2847.108288,1492.559463,2182.80919,2082.582479,1746.692104 +314893,2853.52892,1493.251681,2186.440182,2091.063208,1751.238312 +314894,2861.127414,1491.465044,2191.953739,2099.931396,1759.776527 +314895,2829.382602,1489.961184,2157.564336,2091.270985,1695.156854 +314896,2810.048359,1488.442976,2141.446339,2084.206509,1669.685247 +314897,2827.587639,1486.495458,2161.225255,2094.722787,1708.739312 +314898,2843.17804,1506.760178,2173.673778,2108.162824,1729.421654 +314899,2819.039854,1451.357537,2146.394601,2103.323944,1678.110604 +314900,2808.536888,1496.905901,2138.84164,2100.137717,1668.865396 +314901,2829.424978,1487.189517,2160.916067,2112.455835,1711.866375 +314902,2847.801607,1462.718701,2175.953114,2126.831221,1737.744593 +314903,2823.816986,1498.59146,2148.381123,2121.985327,1685.993891 +314904,2782.21451,1451.923482,2109.215647,2104.715299,1619.167598 +314905,2782.080351,1483.400132,2114.78873,2104.213627,1636.890178 +314906,2806.516155,1480.958737,2139.176601,2119.200648,1683.247794 +314907,2828.822136,1452.834392,2157.584513,2135.296207,1715.617746 +314908,2842.554689,1476.340848,2166.933966,2147.468002,1731.16265 +314909,2851.040892,1464.60745,2172.593796,2156.27961,1741.112213 +314910,2824.863428,1464.75758,2144.25466,2148.873413,1689.667295 +314911,2811.314237,1463.09696,2133.739217,2143.62725,1675.680889 +314912,2829.757474,1461.418683,2153.723257,2154.213519,1715.692028 +314913,2846.644793,1459.683477,2167.635716,2167.407611,1740.294944 +314914,2854.236317,1457.862744,2171.846945,2176.536396,1746.906113 +314915,2855.71526,1456.334058,2171.108524,2181.893678,1745.574574 +314916,2859.704005,1454.555623,2173.93326,2187.225248,1751.932852 +314917,2865.298973,1452.980042,2178.495378,2193.613744,1761.174635 +314918,2866.596902,1467.377219,2178.346139,2198.565513,1760.824661 +314919,2867.535763,1425.235554,2178.480834,2202.800545,1762.169452 +314920,2870.595649,1474.917069,2180.962318,2207.855547,1768.002399 +314921,2843.880169,1420.373637,2153.37231,2199.792433,1718.876521 +314922,2804.609584,1455.319692,2117.779448,2182.417075,1659.711841 +314923,2802.797145,1440.113813,2121.877597,2180.853582,1675.462731 +314924,2822.276291,1463.990324,2141.496155,2192.918836,1713.742198 +314925,2838.160047,1404.493364,2154.456909,2205.329158,1737.132106 +314926,2850.053118,1474.317146,2163.689323,2215.396281,1754.052739 +314927,2857.346339,1401.590962,2168.628293,2223.138341,1763.332012 +314928,2859.128699,1448.179377,2168.078713,2227.740072,1762.748567 +314929,2860.019682,1428.72776,2168.25123,2231.337761,1764.035203 +314930,2834.587134,1430.133743,2142.279029,2222.837214,1718.420595 +314931,2796.894939,1428.510894,2108.132441,2206.158837,1662.263876 +314932,2771.024405,1446.430705,2088.03171,2193.413797,1633.533232 +314933,2778.925579,1395.622331,2099.42216,2196.424691,1661.075848 +314934,2806.368212,1460.779171,2126.175978,2212.396858,1711.943102 +314935,2826.291011,1383.451066,2142.74447,2227.573411,1741.126175 +314936,2838.989691,1436.144632,2151.710965,2238.101685,1756.910983 +314937,2846.549571,1414.06274,2156.386552,2245.315793,1765.605522 +314938,2820.333132,1415.870071,2128.294382,2236.796912,1715.162624 +314939,2781.165076,1414.131782,2092.567862,2219.008068,1655.685919 +314940,2780.500993,1412.495328,2096.564359,2216.95594,1670.657651 +314941,2117.914066,1410.423728,1139.593619,1848.992699,2502.472208 +314942,2221.690613,1541.498575,1194.850644,1939.895715,2574.989003 +314943,2343.423931,1544.616499,1262.387888,2043.332897,2646.606253 +314944,2451.376237,1544.479724,1324.903554,2128.443446,2704.672939 +314945,2536.189146,1544.846804,1376.695202,2188.400179,2748.782843 +314946,2599.296555,1544.343817,1417.704766,2226.375913,2780.606641 +314947,2642.11358,1556.182187,1448.529347,2248.073428,2799.706619 +314948,2665.505369,1523.141974,1469.175936,2255.898562,2803.572129 +314949,2676.418555,1556.795231,1482.825036,2256.023783,2797.974803 +314950,2682.270714,1529.909058,1492.997441,2254.668916,2789.713022 +314951,2686.023448,1543.647289,1501.159321,2253.79668,2781.291986 +314952,2688.819764,1537.445736,1507.968188,2253.754336,2773.551251 +314953,2691.075383,1537.245757,1513.753465,2254.371067,2766.682356 +314954,2692.947323,1536.124565,1518.712553,2255.408635,2760.654882 +314955,2694.514372,1532.099577,1522.987411,2256.694186,2755.382104 +314956,2695.709619,1530.483165,1526.568084,2258.33605,2750.771523 +314957,2696.613151,1529.065984,1529.587237,2260.181372,2746.737976 +314958,2697.321019,1527.690489,1532.179994,2262.067831,2743.006205 +314959,2697.894356,1526.335451,1534.440042,2263.909981,2739.917955 +314960,2698.362978,1524.98833,1536.426806,2265.684314,2737.212868 +314961,2698.740338,1523.646235,1538.180739,2267.394695,2734.839863 +314962,2699.034262,1522.304614,1539.733258,2269.050309,2732.755737 +314963,2699.251106,1520.964022,1541.11076,2270.657547,2730.923687 +314964,2699.396956,1519.603175,1542.33597,2272.219578,2729.312236 +314965,2699.475233,1518.255529,1543.426844,2273.734802,2727.891572 +314966,2699.491485,1516.909692,1544.400197,2275.205225,2726.638764 +314967,2699.451168,1515.562756,1545.270625,2276.633472,2725.534475 +314968,2699.355408,1514.213779,1546.05024,2278.021323,2724.5615 +314969,2699.211551,1512.862784,1546.749026,2279.369733,2723.704412 +314970,2699.023437,1511.509145,1547.375337,2280.679262,2722.949573 +314971,2698.789365,1510.107461,1547.936245,2281.950353,2722.284983 +314972,2698.495369,1508.694218,1548.435899,2283.061621,2721.700149 +314973,2698.13425,1507.370677,1548.878192,2283.945073,2721.185817 +314974,2697.707083,1505.80447,1549.267346,2284.603332,2720.733875 +314975,2697.218959,1504.447307,1549.607578,2285.066493,2720.337201 +314976,2696.675545,1502.903991,1549.902756,2285.366691,2719.989481 +314977,2696.081753,1501.611319,1550.156284,2285.528579,2719.685116 +314978,2695.441575,1500.101459,1550.371144,2285.568639,2719.419176 +314979,2694.758522,1498.674879,1550.549936,2285.497566,2719.18726 +314980,2694.035692,1497.229262,1550.694959,2285.322689,2718.985467 +314981,2693.275778,1495.780433,1550.808246,2285.049438,2718.810285 +314982,2692.481185,1494.328273,1550.891615,2284.682116,2718.658584 +314983,2691.654019,1492.873129,1550.946688,2284.224215,2718.527528 +314984,2690.796159,1491.414773,1550.974938,2283.678637,2718.414594 +314985,2689.909252,1489.953572,1550.977685,2283.047791,2718.317477 +314986,2688.994794,1488.489305,1550.956138,2282.333733,2718.234117 +314987,2688.054123,1487.022341,1550.911398,2281.53823,2718.162632 +314988,2687.088477,1485.552467,1550.844479,2280.662849,2718.101337 +314989,2686.09896,1484.08005,1550.75631,2279.708981,2718.048683 +314990,2685.086612,1482.604888,1550.647761,2278.677896,2718.003284 +314991,2684.052361,1481.127348,1550.519629,2277.570746,2717.963861 +314992,2682.997096,1479.64723,1550.372668,2276.388603,2717.929269 +314993,2681.921628,1478.164903,1550.207576,2275.132454,2717.898446 +314994,2680.826722,1476.680173,1550.025016,2273.80323,2717.870442 +314995,2679.713091,1475.193404,1549.825604,2272.401797,2717.844375 +314996,2678.588125,1473.704454,1549.60993,2270.928981,2717.819454 +314997,2677.478597,1472.213807,1549.378547,2269.385559,2717.794947 +314998,2676.400056,1470.721231,1549.131994,2267.772291,2717.770216 +314999,2675.353946,1469.227256,1548.870775,2266.089889,2717.74466 +315000,2674.334399,1467.731005,1548.595379,2264.339048,2717.717753 +315001,0,0,0,0,0 +315002,0,0,0,0,0 +315003,0,0,0,0,0 +315004,0,0,0,0,0 +315005,0,0,0,0,0 +315006,0,0,0,0,0 +315007,0,0,0,0,0 +315008,0,0,0,0,0 +315009,0,0,0,0,0 +315010,0,0,0,0,0 +315011,0,0,0,0,0 +315012,0,0,0,0,0 +315013,0,0,0,0,0 +315014,0,0,0,0,0 +315015,0,0,0,0,0 +315016,0,0,0,0,0 +315017,0,0,0,0,0 +315018,0,0,0,0,0 +315019,0,0,0,0,0 +315020,0,0,0,0,0 +315021,0,0,0,0,0 +315022,0,0,0,0,0 +315023,0,0,0,0,0 +315024,0,0,0,0,0 +315025,0,0,0,0,0 +315026,0,0,0,0,0 +315027,0,0,0,0,0 +315028,0,0,0,0,0 +315029,0,0,0,0,0 +315030,0,0,0,0,0 +315031,0,0,0,0,0 +315032,0,0,0,0,0 +315033,0,0,0,0,0 +315034,0,0,0,0,0 +315035,0,0,0,0,0 +315036,0,0,0,0,0 +315037,0,0,0,0,0 +315038,0,0,0,0,0 +315039,0,0,0,0,0 +315040,0,0,0,0,0 +315041,0,0,0,0,0 +315042,0,0,0,0,0 +315043,0,0,0,0,0 +315044,0,0,0,0,0 +315045,0,0,0,0,0 +315046,0,0,0,0,0 +315047,0,0,0,0,0 +315048,0,0,0,0,0 +315049,0,0,0,0,0 +315050,0,0,0,0,0 +315051,0,0,0,0,0 +315052,0,0,0,0,0 +315053,0,0,0,0,0 +315054,0,0,0,0,0 +315055,0,0,0,0,0 +315056,0,0,0,0,0 +315057,0,0,0,0,0 +315058,0,0,0,0,0 +315059,0,0,0,0,0 +315060,0,0,0,0,0 +315061,0,0,0,0,0 +315062,0,0,0,0,0 +315063,0,0,0,0,0 +315064,0,0,0,0,0 +315065,0,0,0,0,0 +315066,0,0,0,0,0 +315067,0,0,0,0,0 +315068,0,0,0,0,0 +315069,0,0,0,0,0 +315070,0,0,0,0,0 +315071,0,0,0,0,0 +315072,0,0,0,0,0 +315073,0,0,0,0,0 +315074,0,0,0,0,0 +315075,0,0,0,0,0 +315076,0,0,0,0,0 +315077,0,0,0,0,0 +315078,0,0,0,0,0 +315079,0,0,0,0,0 +315080,0,0,0,0,0 +315081,0,0,0,0,0 +315082,0,0,0,0,0 +315083,0,0,0,0,0 +315084,0,0,0,0,0 +315085,0,0,0,0,0 +315086,0,0,0,0,0 +315087,0,0,0,0,0 +315088,0,0,0,0,0 +315089,0,0,0,0,0 +315090,0,0,0,0,0 +315091,0,0,0,0,0 +315092,0,0,0,0,0 +315093,0,0,0,0,0 +315094,0,0,0,0,0 +315095,0,0,0,0,0 +315096,0,0,0,0,0 +315097,0,0,0,0,0 +315098,0,0,0,0,0 +315099,0,0,0,0,0 +315100,0,0,0,0,0 +315101,0,0,0,0,0 +315102,0,0,0,0,0 +315103,0,0,0,0,0 +315104,0,0,0,0,0 +315105,0,0,0,0,0 +315106,0,0,0,0,0 +315107,0,0,0,0,0 +315108,0,0,0,0,0 +315109,0,0,0,0,0 +315110,0,0,0,0,0 +315111,0,0,0,0,0 +315112,0,0,0,0,0 +315113,0,0,0,0,0 +315114,0,0,0,0,0 +315115,0,0,0,0,0 +315116,0,0,0,0,0 +315117,0,0,0,0,0 +315118,0,0,0,0,0 +315119,0,0,0,0,0 +315120,0,0,0,0,0 +315121,0,0,0,0,0 +315122,0,0,0,0,0 +315123,0,0,0,0,0 +315124,0,0,0,0,0 +315125,0,0,0,0,0 +315126,0,0,0,0,0 +315127,0,0,0,0,0 +315128,0,0,0,0,0 +315129,0,0,0,0,0 +315130,0,0,0,0,0 +315131,0,0,0,0,0 +315132,0,0,0,0,0 +315133,0,0,0,0,0 +315134,0,0,0,0,0 +315135,0,0,0,0,0 +315136,0,0,0,0,0 +315137,0,0,0,0,0 +315138,0,0,0,0,0 +315139,0,0,0,0,0 +315140,0,0,0,0,0 +315141,0,0,0,0,0 +315142,0,0,0,0,0 +315143,0,0,0,0,0 +315144,0,0,0,0,0 +315145,0,0,0,0,0 +315146,0,0,0,0,0 +315147,0,0,0,0,0 +315148,0,0,0,0,0 +315149,0,0,0,0,0 +315150,0,0,0,0,0 +315151,0,0,0,0,0 +315152,0,0,0,0,0 +315153,0,0,0,0,0 +315154,0,0,0,0,0 +315155,0,0,0,0,0 +315156,0,0,0,0,0 +315157,0,0,0,0,0 +315158,0,0,0,0,0 +315159,0,0,0,0,0 +315160,0,0,0,0,0 +315161,0,0,0,0,0 +315162,0,0,0,0,0 +315163,0,0,0,0,0 +315164,0,0,0,0,0 +315165,0,0,0,0,0 +315166,0,0,0,0,0 +315167,0,0,0,0,0 +315168,0,0,0,0,0 +315169,0,0,0,0,0 +315170,0,0,0,0,0 +315171,0,0,0,0,0 +315172,0,0,0,0,0 +315173,0,0,0,0,0 +315174,0,0,0,0,0 +315175,0,0,0,0,0 +315176,0,0,0,0,0 +315177,0,0,0,0,0 +315178,0,0,0,0,0 +315179,0,0,0,0,0 +315180,0,0,0,0,0 +315181,0,0,0,0,0 +315182,0,0,0,0,0 +315183,0,0,0,0,0 +315184,0,0,0,0,0 +315185,0,0,0,0,0 +315186,0,0,0,0,0 +315187,0,0,0,0,0 +315188,0,0,0,0,0 +315189,0,0,0,0,0 +315190,0,0,0,0,0 +315191,0,0,0,0,0 +315192,0,0,0,0,0 +315193,0,0,0,0,0 +315194,0,0,0,0,0 +315195,0,0,0,0,0 +315196,0,0,0,0,0 +315197,0,0,0,0,0 +315198,0,0,0,0,0 +315199,0,0,0,0,0 +315200,0,0,0,0,0 +315201,0,0,0,0,0 +315202,0,0,0,0,0 +315203,0,0,0,0,0 +315204,0,0,0,0,0 +315205,0,0,0,0,0 +315206,0,0,0,0,0 +315207,0,0,0,0,0 +315208,0,0,0,0,0 +315209,0,0,0,0,0 +315210,0,0,0,0,0 +315211,0,0,0,0,0 +315212,0,0,0,0,0 +315213,0,0,0,0,0 +315214,0,0,0,0,0 +315215,0,0,0,0,0 +315216,0,0,0,0,0 +315217,0,0,0,0,0 +315218,0,0,0,0,0 +315219,0,0,0,0,0 +315220,0,0,0,0,0 +315221,0,0,0,0,0 +315222,0,0,0,0,0 +315223,0,0,0,0,0 +315224,0,0,0,0,0 +315225,0,0,0,0,0 +315226,0,0,0,0,0 +315227,0,0,0,0,0 +315228,0,0,0,0,0 +315229,0,0,0,0,0 +315230,0,0,0,0,0 +315231,0,0,0,0,0 +315232,0,0,0,0,0 +315233,0,0,0,0,0 +315234,0,0,0,0,0 +315235,0,0,0,0,0 +315236,0,0,0,0,0 +315237,0,0,0,0,0 +315238,0,0,0,0,0 +315239,0,0,0,0,0 +315240,0,0,0,0,0 +315241,0,0,0,0,0 +315242,0,0,0,0,0 +315243,0,0,0,0,0 +315244,0,0,0,0,0 +315245,0,0,0,0,0 +315246,0,0,0,0,0 +315247,0,0,0,0,0 +315248,0,0,0,0,0 +315249,0,0,0,0,0 +315250,0,0,0,0,0 +315251,0,0,0,0,0 +315252,0,0,0,0,0 +315253,0,0,0,0,0 +315254,0,0,0,0,0 +315255,0,0,0,0,0 +315256,0,0,0,0,0 +315257,0,0,0,0,0 +315258,0,0,0,0,0 +315259,0,0,0,0,0 +315260,0,0,0,0,0 +315261,0,0,0,0,0 +315262,0,0,0,0,0 +315263,0,0,0,0,0 +315264,0,0,0,0,0 +315265,0,0,0,0,0 +315266,0,0,0,0,0 +315267,0,0,0,0,0 +315268,0,0,0,0,0 +315269,0,0,0,0,0 +315270,0,0,0,0,0 +315271,0,0,0,0,0 +315272,0,0,0,0,0 +315273,0,0,0,0,0 +315274,0,0,0,0,0 +315275,0,0,0,0,0 +315276,0,0,0,0,0 +315277,0,0,0,0,0 +315278,0,0,0,0,0 +315279,0,0,0,0,0 +315280,0,0,0,0,0 +315281,0,0,0,0,0 +315282,0,0,0,0,0 +315283,0,0,0,0,0 +315284,0,0,0,0,0 +315285,0,0,0,0,0 +315286,0,0,0,0,0 +315287,0,0,0,0,0 +315288,0,0,0,0,0 +315289,0,0,0,0,0 +315290,0,0,0,0,0 +315291,0,0,0,0,0 +315292,0,0,0,0,0 +315293,0,0,0,0,0 +315294,0,0,0,0,0 +315295,0,0,0,0,0 +315296,0,0,0,0,0 +315297,0,0,0,0,0 +315298,0,0,0,0,0 +315299,0,0,0,0,0 +315300,0,0,0,0,0 +315301,0,0,0,0,0 +315302,0,0,0,0,0 +315303,0,0,0,0,0 +315304,0,0,0,0,0 +315305,0,0,0,0,0 +315306,0,0,0,0,0 +315307,0,0,0,0,0 +315308,0,0,0,0,0 +315309,0,0,0,0,0 +315310,0,0,0,0,0 +315311,0,0,0,0,0 +315312,0,0,0,0,0 +315313,0,0,0,0,0 +315314,0,0,0,0,0 +315315,0,0,0,0,0 +315316,0,0,0,0,0 +315317,0,0,0,0,0 +315318,0,0,0,0,0 +315319,0,0,0,0,0 +315320,0,0,0,0,0 +315321,0,0,0,0,0 +315322,0,0,0,0,0 +315323,0,0,0,0,0 +315324,0,0,0,0,0 +315325,0,0,0,0,0 +315326,0,0,0,0,0 +315327,0,0,0,0,0 +315328,0,0,0,0,0 +315329,0,0,0,0,0 +315330,0,0,0,0,0 +315331,0,0,0,0,0 +315332,0,0,0,0,0 +315333,0,0,0,0,0 +315334,0,0,0,0,0 +315335,0,0,0,0,0 +315336,0,0,0,0,0 +315337,0,0,0,0,0 +315338,0,0,0,0,0 +315339,0,0,0,0,0 +315340,0,0,0,0,0 +315341,0,0,0,0,0 +315342,0,0,0,0,0 +315343,0,0,0,0,0 +315344,0,0,0,0,0 +315345,0,0,0,0,0 +315346,0,0,0,0,0 +315347,0,0,0,0,0 +315348,0,0,0,0,0 +315349,0,0,0,0,0 +315350,0,0,0,0,0 +315351,0,0,0,0,0 +315352,0,0,0,0,0 +315353,0,0,0,0,0 +315354,0,0,0,0,0 +315355,0,0,0,0,0 +315356,0,0,0,0,0 +315357,0,0,0,0,0 +315358,0,0,0,0,0 +315359,0,0,0,0,0 +315360,0,0,0,0,0 +315361,0,0,0,0,0 +315362,0,0,0,0,0 +315363,0,0,0,0,0 +315364,0,0,0,0,0 +315365,0,0,0,0,0 +315366,0,0,0,0,0 +315367,0,0,0,0,0 +315368,0,0,0,0,0 +315369,0,0,0,0,0 +315370,0,0,0,0,0 +315371,0,0,0,0,0 +315372,0,0,0,0,0 +315373,0,0,0,0,0 +315374,0,0,0,0,0 +315375,0,0,0,0,0 +315376,0,0,0,0,0 +315377,0,0,0,0,0 +315378,0,0,0,0,0 +315379,0,0,0,0,0 +315380,0,0,0,0,0 +315381,0,0,0,0,0 +315382,0,0,0,0,0 +315383,0,0,0,0,0 +315384,0,0,0,0,0 +315385,0,0,0,0,0 +315386,0,0,0,0,0 +315387,0,0,0,0,0 +315388,0,0,0,0,0 +315389,0,0,0,0,0 +315390,0,0,0,0,0 +315391,0,0,0,0,0 +315392,0,0,0,0,0 +315393,0,0,0,0,0 +315394,0,0,0,0,0 +315395,0,0,0,0,0 +315396,0,0,0,0,0 +315397,0,0,0,0,0 +315398,0,0,0,0,0 +315399,0,0,0,0,0 +315400,0,0,0,0,0 +315401,0,0,0,0,0 +315402,0,0,0,0,0 +315403,0,0,0,0,0 +315404,0,0,0,0,0 +315405,0,0,0,0,0 +315406,0,0,0,0,0 +315407,0,0,0,0,0 +315408,0,0,0,0,0 +315409,0,0,0,0,0 +315410,0,0,0,0,0 +315411,0,0,0,0,0 +315412,0,0,0,0,0 +315413,0,0,0,0,0 +315414,0,0,0,0,0 +315415,0,0,0,0,0 +315416,0,0,0,0,0 +315417,0,0,0,0,0 +315418,0,0,0,0,0 +315419,0,0,0,0,0 +315420,0,0,0,0,0 +315421,0,0,0,0,0 +315422,0,0,0,0,0 +315423,0,0,0,0,0 +315424,0,0,0,0,0 +315425,0,0,0,0,0 +315426,0,0,0,0,0 +315427,0,0,0,0,0 +315428,0,0,0,0,0 +315429,0,0,0,0,0 +315430,0,0,0,0,0 +315431,0,0,0,0,0 +315432,0,0,0,0,0 +315433,0,0,0,0,0 +315434,0,0,0,0,0 +315435,0,0,0,0,0 +315436,0,0,0,0,0 +315437,0,0,0,0,0 +315438,0,0,0,0,0 +315439,0,0,0,0,0 +315440,0,0,0,0,0 +315441,0,0,0,0,0 +315442,0,0,0,0,0 +315443,0,0,0,0,0 +315444,0,0,0,0,0 +315445,0,0,0,0,0 +315446,0,0,0,0,0 +315447,0,0,0,0,0 +315448,0,0,0,0,0 +315449,0,0,0,0,0 +315450,0,0,0,0,0 +315451,0,0,0,0,0 +315452,0,0,0,0,0 +315453,0,0,0,0,0 +315454,0,0,0,0,0 +315455,0,0,0,0,0 +315456,0,0,0,0,0 +315457,0,0,0,0,0 +315458,0,0,0,0,0 +315459,0,0,0,0,0 +315460,0,0,0,0,0 +315461,0,0,0,0,0 +315462,0,0,0,0,0 +315463,0,0,0,0,0 +315464,0,0,0,0,0 +315465,0,0,0,0,0 +315466,0,0,0,0,0 +315467,0,0,0,0,0 +315468,0,0,0,0,0 +315469,0,0,0,0,0 +315470,0,0,0,0,0 +315471,0,0,0,0,0 +315472,0,0,0,0,0 +315473,0,0,0,0,0 +315474,0,0,0,0,0 +315475,0,0,0,0,0 +315476,0,0,0,0,0 +315477,0,0,0,0,0 +315478,0,0,0,0,0 +315479,0,0,0,0,0 +315480,0,0,0,0,0 +315481,0,0,0,0,0 +315482,0,0,0,0,0 +315483,0,0,0,0,0 +315484,0,0,0,0,0 +315485,0,0,0,0,0 +315486,0,0,0,0,0 +315487,0,0,0,0,0 +315488,0,0,0,0,0 +315489,0,0,0,0,0 +315490,0,0,0,0,0 +315491,0,0,0,0,0 +315492,0,0,0,0,0 +315493,0,0,0,0,0 +315494,0,0,0,0,0 +315495,0,0,0,0,0 +315496,0,0,0,0,0 +315497,0,0,0,0,0 +315498,0,0,0,0,0 +315499,0,0,0,0,0 +315500,0,0,0,0,0 +315501,0,0,0,0,0 +315502,0,0,0,0,0 +315503,0,0,0,0,0 +315504,0,0,0,0,0 +315505,0,0,0,0,0 +315506,0,0,0,0,0 +315507,0,0,0,0,0 +315508,0,0,0,0,0 +315509,0,0,0,0,0 +315510,0,0,0,0,0 +315511,0,0,0,0,0 +315512,0,0,0,0,0 +315513,0,0,0,0,0 +315514,0,0,0,0,0 +315515,0,0,0,0,0 +315516,0,0,0,0,0 +315517,0,0,0,0,0 +315518,0,0,0,0,0 +315519,0,0,0,0,0 +315520,0,0,0,0,0 +315521,0,0,0,0,0 +315522,0,0,0,0,0 +315523,0,0,0,0,0 +315524,0,0,0,0,0 +315525,0,0,0,0,0 +315526,0,0,0,0,0 +315527,0,0,0,0,0 +315528,0,0,0,0,0 +315529,0,0,0,0,0 +315530,0,0,0,0,0 +315531,0,0,0,0,0 +315532,0,0,0,0,0 +315533,0,0,0,0,0 +315534,0,0,0,0,0 +315535,0,0,0,0,0 +315536,0,0,0,0,0 +315537,0,0,0,0,0 +315538,0,0,0,0,0 +315539,0,0,0,0,0 +315540,0,0,0,0,0 +315541,0,0,0,0,0 +315542,0,0,0,0,0 +315543,0,0,0,0,0 +315544,0,0,0,0,0 +315545,0,0,0,0,0 +315546,0,0,0,0,0 +315547,0,0,0,0,0 +315548,0,0,0,0,0 +315549,0,0,0,0,0 +315550,0,0,0,0,0 +315551,0,0,0,0,0 +315552,0,0,0,0,0 +315553,0,0,0,0,0 +315554,0,0,0,0,0 +315555,0,0,0,0,0 +315556,0,0,0,0,0 +315557,0,0,0,0,0 +315558,0,0,0,0,0 +315559,0,0,0,0,0 +315560,0,0,0,0,0 +315561,0,0,0,0,0 +315562,0,0,0,0,0 +315563,0,0,0,0,0 +315564,0,0,0,0,0 +315565,0,0,0,0,0 +315566,0,0,0,0,0 +315567,0,0,0,0,0 +315568,0,0,0,0,0 +315569,0,0,0,0,0 +315570,0,0,0,0,0 +315571,0,0,0,0,0 +315572,0,0,0,0,0 +315573,0,0,0,0,0 +315574,0,0,0,0,0 +315575,0,0,0,0,0 +315576,0,0,0,0,0 +315577,0,0,0,0,0 +315578,0,0,0,0,0 +315579,0,0,0,0,0 +315580,0,0,0,0,0 +315581,0,0,0,0,0 +315582,0,0,0,0,0 +315583,0,0,0,0,0 +315584,0,0,0,0,0 +315585,0,0,0,0,0 +315586,0,0,0,0,0 +315587,0,0,0,0,0 +315588,0,0,0,0,0 +315589,0,0,0,0,0 +315590,0,0,0,0,0 +315591,0,0,0,0,0 +315592,0,0,0,0,0 +315593,0,0,0,0,0 +315594,0,0,0,0,0 +315595,0,0,0,0,0 +315596,0,0,0,0,0 +315597,0,0,0,0,0 +315598,0,0,0,0,0 +315599,0,0,0,0,0 +315600,0,0,0,0,0 +315601,0,0,0,0,0 +315602,0,0,0,0,0 +315603,0,0,0,0,0 +315604,0,0,0,0,0 +315605,0,0,0,0,0 +315606,0,0,0,0,0 +315607,0,0,0,0,0 +315608,0,0,0,0,0 +315609,0,0,0,0,0 +315610,0,0,0,0,0 +315611,0,0,0,0,0 +315612,0,0,0,0,0 +315613,0,0,0,0,0 +315614,0,0,0,0,0 +315615,0,0,0,0,0 +315616,0,0,0,0,0 +315617,0,0,0,0,0 +315618,0,0,0,0,0 +315619,0,0,0,0,0 +315620,0,0,0,0,0 +315621,0,0,0,0,0 +315622,0,0,0,0,0 +315623,0,0,0,0,0 +315624,0,0,0,0,0 +315625,0,0,0,0,0 +315626,0,0,0,0,0 +315627,0,0,0,0,0 +315628,0,0,0,0,0 +315629,0,0,0,0,0 +315630,0,0,0,0,0 +315631,0,0,0,0,0 +315632,0,0,0,0,0 +315633,0,0,0,0,0 +315634,0,0,0,0,0 +315635,0,0,0,0,0 +315636,0,0,0,0,0 +315637,0,0,0,0,0 +315638,0,0,0,0,0 +315639,0,0,0,0,0 +315640,0,0,0,0,0 +315641,0,0,0,0,0 +315642,0,0,0,0,0 +315643,0,0,0,0,0 +315644,0,0,0,0,0 +315645,0,0,0,0,0 +315646,0,0,0,0,0 +315647,0,0,0,0,0 +315648,0,0,0,0,0 +315649,0,0,0,0,0 +315650,0,0,0,0,0 +315651,0,0,0,0,0 +315652,0,0,0,0,0 +315653,0,0,0,0,0 +315654,0,0,0,0,0 +315655,0,0,0,0,0 +315656,0,0,0,0,0 +315657,0,0,0,0,0 +315658,0,0,0,0,0 +315659,0,0,0,0,0 +315660,0,0,0,0,0 +315661,0,0,0,0,0 +315662,0,0,0,0,0 +315663,0,0,0,0,0 +315664,0,0,0,0,0 +315665,0,0,0,0,0 +315666,0,0,0,0,0 +315667,0,0,0,0,0 +315668,0,0,0,0,0 +315669,0,0,0,0,0 +315670,0,0,0,0,0 +315671,0,0,0,0,0 +315672,0,0,0,0,0 +315673,0,0,0,0,0 +315674,0,0,0,0,0 +315675,0,0,0,0,0 +315676,0,0,0,0,0 +315677,0,0,0,0,0 +315678,0,0,0,0,0 +315679,0,0,0,0,0 +315680,0,0,0,0,0 +315681,0,0,0,0,0 +315682,0,0,0,0,0 +315683,0,0,0,0,0 +315684,0,0,0,0,0 +315685,0,0,0,0,0 +315686,0,0,0,0,0 +315687,0,0,0,0,0 +315688,0,0,0,0,0 +315689,0,0,0,0,0 +315690,0,0,0,0,0 +315691,0,0,0,0,0 +315692,0,0,0,0,0 +315693,0,0,0,0,0 +315694,0,0,0,0,0 +315695,0,0,0,0,0 +315696,0,0,0,0,0 +315697,0,0,0,0,0 +315698,0,0,0,0,0 +315699,0,0,0,0,0 +315700,0,0,0,0,0 +315701,0,0,0,0,0 +315702,0,0,0,0,0 +315703,0,0,0,0,0 +315704,0,0,0,0,0 +315705,0,0,0,0,0 +315706,0,0,0,0,0 +315707,0,0,0,0,0 +315708,0,0,0,0,0 +315709,0,0,0,0,0 +315710,0,0,0,0,0 +315711,0,0,0,0,0 +315712,0,0,0,0,0 +315713,0,0,0,0,0 +315714,0,0,0,0,0 +315715,0,0,0,0,0 +315716,0,0,0,0,0 +315717,0,0,0,0,0 +315718,0,0,0,0,0 +315719,0,0,0,0,0 +315720,0,0,0,0,0 +315721,0,0,0,0,0 +315722,0,0,0,0,0 +315723,0,0,0,0,0 +315724,0,0,0,0,0 +315725,0,0,0,0,0 +315726,0,0,0,0,0 +315727,0,0,0,0,0 +315728,0,0,0,0,0 +315729,0,0,0,0,0 +315730,0,0,0,0,0 +315731,0,0,0,0,0 +315732,0,0,0,0,0 +315733,0,0,0,0,0 +315734,0,0,0,0,0 +315735,0,0,0,0,0 +315736,0,0,0,0,0 +315737,0,0,0,0,0 +315738,0,0,0,0,0 +315739,0,0,0,0,0 +315740,0,0,0,0,0 +315741,0,0,0,0,0 +315742,0,0,0,0,0 +315743,0,0,0,0,0 +315744,0,0,0,0,0 +315745,0,0,0,0,0 +315746,0,0,0,0,0 +315747,0,0,0,0,0 +315748,0,0,0,0,0 +315749,0,0,0,0,0 +315750,0,0,0,0,0 +315751,0,0,0,0,0 +315752,0,0,0,0,0 +315753,0,0,0,0,0 +315754,0,0,0,0,0 +315755,0,0,0,0,0 +315756,0,0,0,0,0 +315757,0,0,0,0,0 +315758,0,0,0,0,0 +315759,0,0,0,0,0 +315760,0,0,0,0,0 +315761,0,0,0,0,0 +315762,0,0,0,0,0 +315763,0,0,0,0,0 +315764,0,0,0,0,0 +315765,0,0,0,0,0 +315766,0,0,0,0,0 +315767,0,0,0,0,0 +315768,0,0,0,0,0 +315769,0,0,0,0,0 +315770,0,0,0,0,0 +315771,0,0,0,0,0 +315772,0,0,0,0,0 +315773,0,0,0,0,0 +315774,0,0,0,0,0 +315775,0,0,0,0,0 +315776,0,0,0,0,0 +315777,0,0,0,0,0 +315778,0,0,0,0,0 +315779,0,0,0,0,0 +315780,0,0,0,0,0 +315781,55.92082147,3724.116315,2995.699867,26.65348208,-346.6866783 +315782,238.5702433,1137.878743,3046.581582,109.8105081,-7.53475834 +315783,231.2225613,105.1389636,2837.501136,106.4951802,-9.402438163 +315784,221.9989552,260.9647903,2631.659984,102.3050244,-14.53778746 +315785,212.9652261,957.5373361,1290.084399,98.23767512,-21.01728482 +315786,204.8983238,513.2447269,1029.558783,94.65529278,-27.62282914 +315787,197.8237978,595.0805192,1478.037901,91.55964511,-33.94382927 +315788,191.5607674,601.7437811,1267.312681,88.85155319,-39.95420962 +315789,185.9379934,608.0350568,1269.662133,86.44235863,-45.73019183 +315790,180.8382536,614.4613448,1276.42855,84.27285493,-51.32996554 +315791,176.1789465,620.8708714,1283.94043,82.30201194,-56.78853413 +315792,171.9095774,628.1570896,1292.11193,80.50473786,-62.10364733 +315793,167.9767446,635.2907907,1300.369915,78.85531428,-67.29147357 +315794,164.3376614,642.1226376,1315.54366,77.33333591,-72.360166 +315795,160.9557026,649.7284088,1317.516806,75.92173319,-77.31806571 +315796,157.7961664,657.1457986,1337.622692,74.60450214,-82.17809061 +315797,154.8324904,664.7205136,1332.298863,73.36958342,-86.94624861 +315798,152.0452091,672.4828779,1331.170689,72.20836204,-91.62250459 +315799,149.4100709,680.2850323,1366.431534,71.11019682,-96.22121692 +315800,146.906559,688.1830522,1363.398965,70.06623426,-100.7546582 +315801,144.5278281,696.2534701,1376.316506,69.07388057,-105.2141345 +315802,142.253306,704.0448388,1386.539192,68.12431412,-109.619156 +315803,140.0787682,712.7140566,1396.946516,67.2161401,-113.9622276 +315804,137.9899725,720.8121192,1407.476531,66.34339078,-118.2563486 +315805,135.9812105,729.2163148,1417.873653,65.50395135,-122.5009154 +315806,134.0449604,737.6342196,1428.759798,64.69485061,-126.7002293 +315807,132.1716862,746.2130844,1439.334214,63.91216642,-130.8635985 +315808,130.3639419,754.7471811,1450.20741,63.15743697,-134.9794863 +315809,128.6118108,763.4721527,1461.083555,62.42649272,-139.0599749 +315810,126.9119292,772.1419014,1472.089832,97.66369536,-143.10604 +315811,125.261305,780.0014723,1480.901707,111.8018553,-147.1186566 +315812,123.6412184,787.6224487,1489.582021,65.73361371,-151.0990583 +315813,177.6766792,795.3331361,1498.065958,107.4221618,-155.0494909 +315814,199.1641138,802.8996191,1506.476175,98.83401496,-158.972262 +315815,162.3987802,810.5859824,1514.871799,101.6168627,-162.8610703 +315816,181.6900875,818.1337682,1522.931284,104.5759776,-166.7291052 +315817,203.0060663,825.814312,1531.279331,106.8070339,-170.5723256 +315818,196.6830874,833.3536164,1539.391752,109.2608302,-174.3856109 +315819,204.0896416,840.9920581,1547.323491,111.3874786,-178.1790049 +315820,208.7972062,848.6349106,1555.26975,113.7857804,-181.9504351 +315821,213.4125622,856.1800748,1563.358142,115.9565043,-185.7000862 +315822,218.0865508,863.8639171,1571.689257,118.2372022,-189.4294226 +315823,222.573742,871.3993198,1591.100585,120.4108288,-193.1385524 +315824,227.2752263,879.0427095,1571.986873,122.6933179,-196.8291687 +315825,231.7187259,886.6917926,1596.311392,124.7797516,-200.5022846 +315826,236.4227831,894.2349864,1603.191061,127.0653696,-204.156107 +315827,240.8315385,901.8806468,1608.346182,129.0634812,-207.7937562 +315828,245.5356747,914.8464664,1616.572295,131.4048159,-211.4208816 +315829,250.0306336,925.0841142,1623.99652,133.3423711,-215.0281761 +315830,254.58674,935.4938492,1631.13488,135.672112,-218.6179833 +315831,259.1464367,945.7144739,1638.301947,137.5857282,-222.1970693 +315832,263.5667784,956.0363889,1645.615999,139.9675083,-225.7654785 +315833,268.4091578,965.8486061,1652.466958,141.7656806,-229.3156117 +315834,272.5698436,976.7893912,1659.505575,144.1849295,-232.859284 +315835,277.27861,986.7112365,1666.458483,145.9463607,-236.386656 +315836,282.0354122,997.0151054,1682.145649,148.2254256,-239.9054929 +315837,286.1817817,1007.187595,1670.628384,150.3094882,-243.4170827 +315838,291.0584985,1017.524008,1686.7359,152.2674882,-246.9124818 +315839,295.4864405,1027.547519,1694.822899,154.4014464,-250.4017592 +315840,308.5521926,1046.487503,1713.692547,159.6842237,-253.8817173 +315841,1058.51383,1389.053559,1789.199116,491.632492,-864.6113551 +315842,1411.220011,1576.996056,1630.51225,649.9113228,-937.4946051 +315843,1279.190079,1483.468034,1631.603648,592.1481862,-829.9117849 +315844,1334.912394,1560.042369,1684.876639,617.1331126,-712.0562584 +315845,1554.011373,1648.850247,1950.232694,716.9225234,44.12923766 +315846,1269.761706,1541.571258,2027.475797,589.5740497,1722.515802 +315847,1431.177098,1620.093588,2098.566521,662.0648465,718.8453655 +315848,1415.286858,1623.508266,2147.08755,655.3481883,958.482585 +315849,1429.90975,1639.364857,2173.858636,662.1774272,1058.922621 +315850,1444.372998,1655.47339,2188.809136,668.9008658,1068.011845 +315851,1458.50393,1671.014998,2198.869423,675.4774432,1087.897646 +315852,1472.458756,1686.759204,2207.053308,681.9555871,1107.03205 +315853,1485.88362,1704.694832,2214.015046,688.3082121,1125.900771 +315854,1499.289635,1713.288335,2220.397243,694.564351,1143.69607 +315855,1512.35728,1734.260111,2226.384112,700.6690675,1161.238912 +315856,1525.332626,1746.728931,2232.064147,706.5789718,1177.867855 +315857,1537.722573,1762.075553,2237.505814,712.6542207,1194.56719 +315858,1550.527243,1789.887324,2242.740213,718.3371366,1210.088716 +315859,1562.524593,1785.413593,2247.822121,724.1710965,1225.661771 +315860,1574.703348,1795.544128,2252.803745,729.7100584,1240.721602 +315861,1586.570584,1826.915738,2257.643559,735.3613094,1255.194973 +315862,1598.296611,1831.795416,2262.318627,740.7264644,1275.257358 +315863,1609.953684,1847.703212,2266.877715,746.157074,1274.651726 +315864,1621.050895,1867.693199,2271.328176,751.4484553,1300.950407 +315865,1632.534001,1885.321053,2275.710185,756.7331635,1309.639244 +315866,1643.606334,1885.229334,2280.154657,761.7949448,1322.259941 +315867,1654.365113,1906.273136,2285.245922,766.9720941,1341.517432 +315868,1665.093883,1917.902027,2290.805857,771.8792439,1338.781731 +315869,1675.997746,1931.160324,2296.764133,776.9105462,1373.528443 +315870,1686.204879,1944.292163,2302.880387,781.6796782,1358.853894 +315871,1697.290704,1955.342461,2309.295981,787.0472547,1398.746801 +315872,1708.204964,1966.401696,2315.964472,792.5478031,1387.752111 +315873,1719.165308,1976.886337,2322.307258,797.74397,1407.24702 +315874,1729.700793,1987.004547,2328.978991,803.0873843,1416.549356 +315875,1742.249064,1997.287616,2335.657136,808.3331925,1426.783016 +315876,1758.412243,2006.948049,2341.644053,813.5491716,1437.257635 +315877,1755.727171,2016.492801,2348.09387,818.7248339,1452.744727 +315878,1766.164297,2025.856712,2354.200766,823.8002537,1454.345183 +315879,1786.185683,2034.877414,2360.155478,828.983526,1467.585599 +315880,1790.580278,2050.501363,2365.814098,833.9938124,1476.689617 +315881,1801.938105,2049.818196,2371.263673,839.0153456,1485.800831 +315882,1811.664783,2062.340395,2376.344487,843.9871805,1494.757799 +315883,1821.535992,2070.016092,2381.427171,848.9179752,1503.973234 +315884,1831.198922,2077.905662,2386.151817,853.8084034,1512.397716 +315885,1840.78339,2085.885111,2390.683723,858.6588183,1521.395746 +315886,1850.405649,2093.459979,2395.043047,863.5316968,1529.548635 +315887,1859.598,2101.01807,2399.243915,868.2101975,1538.125154 +315888,1868.999646,2108.343719,2403.287265,874.4915645,1546.137299 +315889,1878.193285,2115.336664,2407.303089,878.1459319,1559.199235 +315890,1887.316998,2122.557214,2411.15605,884.4244366,1559.675888 +315891,1896.354472,2129.266818,2414.725769,887.1549781,1570.081544 +315892,1905.169954,2135.948599,2418.166146,894.7368255,1577.791487 +315893,1914.375618,2142.458724,2421.51709,895.3387616,1585.330371 +315894,1922.860299,2148.738901,2424.91979,905.7655618,1592.010951 +315895,1931.683123,2154.935198,2428.12042,902.0515964,1604.417536 +315896,1940.288466,2160.939385,2431.193618,918.4951016,1604.757117 +315897,1948.83453,2166.772126,2433.993455,906.0185037,1613.471794 +315898,1967.99343,2172.496373,2436.688111,910.6554857,1620.708629 +315899,1949.783002,2178.054349,2439.464483,928.5745881,1631.857944 +315900,1981.703489,2183.45155,2442.119337,924.9074726,1632.262065 +315901,2398.05759,2360.645895,2451.408539,1099.460184,1697.205068 +315902,2365.067579,2361.442271,2487.714368,1105.826679,1740.297295 +315903,2404.071129,2374.691322,2528.174907,1111.324159,1791.634979 +315904,2407.028164,2378.330246,2562.862992,1116.75897,1838.118929 +315905,2416.964309,2383.505263,2588.19597,1121.846826,1874.914307 +315906,2426.890727,2389.604935,2605.858947,1126.921938,1903.186098 +315907,2444.672012,2394.450406,2618.575838,1131.910521,1925.246716 +315908,2427.154214,2392.805092,2627.827064,1134.797147,1942.771727 +315909,2460.086335,2395.136601,2634.320289,1139.448074,1957.064011 +315910,2451.527701,2399.524462,2639.278628,1143.979224,1969.337201 +315911,2465.27326,2403.536215,2643.328624,1148.66418,1980.048212 +315912,2474.036186,2407.924019,2646.914566,1153.257985,1989.608995 +315913,2482.173517,2411.85343,2650.218225,1157.83292,1998.251343 +315914,2490.831264,2415.842164,2653.238903,1162.376167,2006.045021 +315915,2499.085911,2419.726873,2656.003009,1166.886176,2013.092379 +315916,2507.849467,2423.206288,2658.551685,1171.363527,2019.50948 +315917,2516.112027,2427.270861,2660.909447,1175.805278,2025.37539 +315918,2524.350784,2430.597752,2663.089665,1180.217766,2030.954836 +315919,2532.687956,2434.080545,2665.102292,1184.596339,2035.870041 +315920,2540.607668,2437.299679,2666.966068,1188.943323,2040.397876 +315921,2549.071411,2440.667337,2668.706607,1193.259048,2044.603964 +315922,2556.790755,2443.567519,2670.332003,1197.543357,2048.524874 +315923,2572.707299,2446.82099,2671.971973,1201.796837,2052.341493 +315924,2562.137384,2456.842165,2673.500382,1206.019773,2055.921414 +315925,2591.650515,2443.777047,2674.79127,1210.293337,2059.127509 +315926,2585.982613,2464.11962,2676.092632,1214.333565,2062.273228 +315927,2596.580073,2450.122018,2677.215599,1218.524371,2065.330468 +315928,2604.584526,2468.556198,2678.224302,1222.614853,2067.969387 +315929,2611.838556,2461.731371,2679.287016,1226.688058,2070.628481 +315930,2619.571436,2464.900482,2680.205558,1230.732433,2073.081873 +315931,2627.710759,2468.564458,2681.016446,1235.233872,2075.54148 +315932,2643.2627,2470.588134,2682.006214,1239.705839,2078.088665 +315933,2641.942167,2473.002543,2683.05338,1244.390223,2080.139274 +315934,2652.52939,2475.316035,2683.981327,1248.895538,2082.029956 +315935,2661.320005,2477.52803,2684.912693,1255.759766,2084.180742 +315936,2668.590695,2479.902079,2685.891467,1258.307719,2086.340458 +315937,2684.500239,2481.776445,2687.004653,1267.183561,2088.428843 +315938,2675.662387,2483.740506,2687.979521,1263.293501,2090.286011 +315939,2700.899099,2485.55699,2688.859385,1286.575138,2091.977734 +315940,2700.140922,2487.466701,2689.905553,1251.32415,2094.048729 +315941,2708.688694,2489.277663,2690.854604,1293.094788,2095.773573 +315942,2723.186838,2490.704288,2691.75703,1282.146242,2097.408945 +315943,2723.343737,2492.375297,2692.663696,1289.444425,2099.024826 +315944,2731.875962,2493.965078,2695.054396,1293.962559,2102.445984 +315945,2745.747775,2494.642328,2694.831176,1298.37723,2102.657338 +315946,2746.552502,2496.177673,2695.233705,1302.791094,2103.618029 +315947,2760.025693,2497.378839,2695.818979,1307.26818,2104.778557 +315948,2761.465189,2498.622612,2696.446545,1311.423914,2105.973289 +315949,2772.992326,2499.197199,2697.044966,1315.968997,2107.122505 +315950,2774.664229,2500.209713,2697.648449,1320.229095,2108.53248 +315951,2776.859996,2482.062353,2698.174176,1326.349313,2109.934404 +315952,2781.361615,2485.538863,2699.415572,1331.026199,2112.547802 +315953,2783.034431,2483.062467,2699.332714,1335.54315,2113.716278 +315954,2780.275904,2482.037231,2697.109587,1340.100924,2112.223396 +315955,2779.138971,2482.189279,2695.608874,1344.414762,2111.474823 +315956,2781.568863,2482.325481,2696.112183,1348.896917,2113.037642 +315957,2780.576873,2481.332529,2694.19454,1353.274649,2111.496467 +315958,2783.471797,2481.740684,2694.618085,1357.653503,2112.751154 +315959,2782.878007,2480.833518,2692.68081,1362.092622,2111.027514 +315960,2786.105023,2481.139358,2693.113469,1366.294338,2112.170557 +315961,2787.670825,2489.162379,2693.003297,1372.896521,2113.571916 +315962,2790.52895,2475.172999,2693.707214,1377.533797,2116.021997 +315963,2796.437941,2491.895756,2696.346666,1381.779515,2120.89028 +315964,2800.899995,2475.202816,2698.028951,1390.085409,2124.611193 +315965,2802.015912,2489.943748,2697.52236,1388.393092,2125.65042 +315966,2804.066591,2474.226656,2697.553703,1407.59878,2127.340865 +315967,2806.54151,2488.814204,2697.787518,1376.088912,2129.253215 +315968,2809.363632,2479.955552,2698.188443,1413.552109,2131.34725 +315969,2812.090461,2479.724899,2698.488937,1403.78111,2133.299722 +315970,2817.351071,2480.36429,2700.396906,1410.223636,2137.228409 +315971,2818.547538,2478.642565,2699.683842,1414.217915,2137.917844 +315972,2823.187127,2478.404722,2701.169492,1418.120496,2141.310784 +315973,2826.428369,2470.479721,2701.744908,1421.993348,2143.568895 +315974,2826.690331,2483.438506,2700.38957,1425.837894,2143.425545 +315975,2828.415071,2473.800178,2699.93682,1429.665592,2144.363496 +315976,2833.120352,2473.790002,2701.365483,1433.463341,2147.598 +315977,2833.880588,2472.929899,2700.246682,1437.228388,2147.675504 +315978,2835.643097,2471.844101,2699.754837,1440.977077,2148.514279 +315979,2837.741238,2470.655052,2699.45452,1452.239245,2149.572033 +315980,2839.505011,2450.848167,2698.919064,1446.223454,2150.326184 +315981,2840.600366,2452.761713,2698.225609,1455.171257,2150.684071 +315982,2841.624125,2448.426378,2697.665747,1463.098847,2151.053195 +315983,2842.886065,2445.911759,2697.288536,1464.156329,2151.587846 +315984,2844.428429,2443.986478,2697.041722,1468.747899,2152.283039 +315985,2848.854112,2442.079954,2698.588773,1472.631202,2155.214716 +315986,2849.297079,2439.383393,2697.542264,1485.103212,2154.979615 +315987,2850.715914,2437.595654,2697.086587,1467.471037,2155.484123 +315988,2852.512557,2435.483388,2696.835451,1490.020624,2156.236535 +315989,2857.387342,2433.75282,2698.358311,1486.422309,2159.186176 +315990,2857.918895,2431.034384,2697.282471,1491.312353,2158.93824 +315991,2859.349809,2429.905104,2696.777375,1500.006391,2159.399505 +315992,2861.135311,2428.754393,2696.406554,1488.231673,2160.137895 +315993,2863.10403,2427.577398,2696.01629,1503.423475,2161.043647 +315994,2865.120438,2426.50041,2695.518222,1500.814495,2162.02799 +315995,2869.786224,2425.818812,2696.608747,1503.989335,2165.179132 +315996,2870.621023,2435.03074,2695.150406,1501.201934,2165.359463 +315997,2875.766243,2445.99108,2695.85085,1502.389562,2168.904339 +315998,2879.754473,2430.604406,2695.412835,1503.892923,2171.533029 +315999,2880.324362,2446.413905,2692.666205,1509.851278,2171.49977 +316000,2881.856825,2430.883122,2690.5436,1500.423427,2172.255582 +316001,2883.712544,2446.200792,2688.650171,1511.553643,2173.266691 +316002,2885.566512,2430.223843,2686.77462,1526.051927,2174.27923 +316003,2890.152135,2445.903822,2686.665674,1489.265254,2177.490602 +316004,2890.576453,2429.082144,2683.901679,1535.930389,2177.441726 +316005,2894.469341,2445.022269,2683.364673,1502.193583,2180.18007 +316006,2894.431408,2428.015332,2680.29911,1526.766105,2179.807589 +316007,2895.432381,2443.374502,2677.875738,1494.685517,2180.243656 +316008,2896.882409,2427.098052,2675.71117,1544.412028,2181.003583 +316009,2898.564924,2441.902121,2673.67384,1492.603583,2181.930812 +316010,2900.266688,2425.565246,2671.63669,1546.096781,2182.876603 +316011,2902.176342,2447.695647,2669.726305,1490.352522,2184.000279 +316012,2904.620134,2442.416069,2667.562069,1542.460334,2185.492073 +316013,2909.737336,2443.75162,2666.799283,1491.007743,2189.08962 +316014,2910.489482,2442.943432,2663.273352,1543.512969,2189.244433 +316015,2914.553434,2443.725683,2662.06104,1492.13995,2192.05283 +316016,2914.649271,2442.365246,2658.505568,1544.660024,2191.711554 +316017,2915.626424,2441.907296,2655.669688,1493.219482,2192.040633 +316018,2919.560002,2442.244092,2654.843178,1545.740014,2194.686684 +316019,2919.484464,2440.348507,2651.548244,1494.233617,2194.140532 +316020,2920.342643,2439.903469,2648.927119,1546.689904,2194.317865 +316021,2918.403948,2380.4244,2643.970432,1442.19249,2190.534029 +316022,2907.710285,2391.371542,2633.320363,1485.557178,2177.908717 +316023,2894.029338,2372.082282,2620.63822,1468.020913,2161.553611 +316024,2882.632321,2388.138958,2609.268735,1465.67467,2146.321292 +316025,2874.983133,2376.554321,2600.204379,1453.883153,2133.867738 +316026,2870.09352,2376.05091,2592.900393,1475.395954,2123.726651 +316027,2866.947399,2374.966921,2586.779592,1465.659884,2115.273757 +316028,2864.927781,2372.835869,2581.486808,1471.212135,2108.100809 +316029,2863.577326,2370.833911,2576.740618,1455.839099,2101.862287 +316030,2862.334004,2368.941034,2571.925568,1478.845516,2096.305617 +316031,2861.17157,2367.052876,2567.094104,1461.869797,2091.296192 +316032,2860.095524,2358.035064,2562.356826,1443.251315,2086.676036 +316033,2859.380401,2371.475152,2557.942355,1472.877312,2082.56077 +316034,2861.441764,2351.345607,2555.41302,1461.099819,2080.839407 +316035,2859.46262,2366.665531,2550.401935,1461.52785,2076.09951 +316036,2858.400452,2346.430182,2546.052414,1461.878376,2072.230863 +316037,2857.736491,2362.093354,2542.005954,1460.546825,2068.781041 +316038,2857.221596,2341.124366,2538.096567,1464.060108,2065.545051 +316039,2856.862599,2356.767791,2534.328637,1451.061348,2062.529375 +316040,2856.515264,2335.63249,2530.609684,1462.65625,2059.617757 +316041,2858.663054,2343.951969,2528.533397,1458.874498,2058.789014 +316042,2856.770191,2338.239943,2523.922655,1458.48225,2054.860584 +316043,2855.807681,2334.713507,2519.938376,1458.408013,2051.735164 +316044,2855.097639,2331.673047,2516.130758,1458.272918,2048.840611 +316045,2857.200737,2328.740678,2514.14529,1457.350078,2048.224638 +316046,2855.199467,2324.46474,2509.571524,1462.054636,2044.421317 +316047,2854.091631,2321.103469,2505.592668,1450.091398,2041.368019 +316048,2853.172773,2312.457471,2501.744529,1461.649019,2038.476764 +316049,2851.901223,2307.371233,2498.065592,1474.741623,2035.534622 +316050,2850.553809,2303.228905,2494.580423,1437.349276,2032.674849 +316051,2849.347355,2298.742588,2491.216821,1478.957011,2029.947077 +316052,2848.315148,2294.029173,2487.946981,1436.440841,2027.308977 +316053,2850.179796,2289.542122,2486.538454,1484.72877,2026.923215 +316054,2848.008261,2284.398866,2482.595366,1434.212861,2023.316477 +316055,2846.82257,2279.800864,2479.324957,1486.290331,2020.457582 +316056,2845.966837,2274.923137,2476.296934,1435.2764,2017.810226 +316057,2845.319389,2269.986651,2473.433939,1487.106621,2015.290811 +316058,2844.451917,2265.244471,2470.399019,1445.998715,2012.387938 +316059,2843.075117,2259.956065,2466.988581,1473.908019,2008.826296 +316060,2842.024738,2255.016702,2464.003978,1458.273254,2006.037101 +316061,2841.426418,2249.959279,2461.420507,1467.052,2003.832435 +316062,2839.808342,2244.78007,2457.778067,1463.822308,1999.575035 +316063,2837.435076,2239.583218,2453.542464,1465.5192,1994.317426 +316064,2835.167277,2234.31436,2449.517416,1465.956407,1989.468546 +316065,2833.01936,2229.173881,2445.607634,1466.517926,1984.753802 +316066,2830.940271,2223.832986,2441.766256,1467.028133,1980.100249 +316067,2828.904627,2218.565686,2437.975409,1467.84887,1975.48726 +316068,2826.728467,2206.084143,2434.116701,1468.374277,1970.768641 +316069,2824.725947,2217.282927,2430.39118,1469.083944,1966.196945 +316070,2826.974669,2191.865766,2430.788843,1469.735065,1968.937663 +316071,2827.227085,2206.879827,2428.78093,1470.411783,1966.833164 +316072,2828.397857,2181.246982,2427.84538,1471.143145,1966.759476 +316073,2827.551123,2188.762331,2425.00927,1471.803833,1963.263941 +316074,2823.410859,2179.680076,2419.223638,1472.386839,1954.669345 +316075,2824.846341,2174.249862,2419.275281,1473.309046,1956.878154 +316076,2824.44962,2169.101611,2416.859472,1473.965082,1953.904497 +316077,2819.943751,2166.9265,2410.710064,1473.426297,1944.465796 +316078,2816.352521,2162.749126,2405.426159,1473.877976,1937.321536 +316079,2813.583658,2157.425197,2400.565661,1474.561165,1931.007687 +316080,2811.185316,2152.136831,2395.976763,1475.098806,1925.122759 +316081,2815.284051,2041.808427,2398.84041,1352.417823,1933.575054 +316082,2796.681544,2026.009943,2384.598742,1383.439274,1914.053954 +316083,2772.188535,2021.502506,2366.961262,1342.729832,1889.337107 +316084,2748.513614,2013.884278,2348.346016,1374.229882,1860.584021 +316085,2725.321564,2006.518073,2328.239225,1355.60737,1827.032117 +316086,2708.49742,1999.547108,2313.215616,1365.01203,1801.913169 +316087,2705.705552,1985.19255,2310.549845,1367.715047,1797.815919 +316088,2711.535395,1988.877442,2314.182442,1357.759768,1803.001692 +316089,2707.283375,1977.053011,2306.882796,1344.70251,1787.572038 +316090,2696.448693,1971.10842,2294.711449,1383.484143,1765.102531 +316091,2696.344782,1964.464948,2293.965168,1345.985712,1764.186384 +316092,2694.109483,1957.747196,2289.880952,1370.380533,1756.089836 +316093,2685.317681,1950.72384,2279.836878,1336.523274,1737.915675 +316094,2677.558954,1944.059985,2271.938615,1384.841172,1724.621174 +316095,2682.044278,1937.331686,2275.487565,1333.050323,1731.786913 +316096,2682.989339,1930.617988,2274.053011,1383.587802,1728.570014 +316097,2685.524862,1923.844268,2274.680936,1333.542753,1729.68092 +316098,2695.184558,1917.237315,2281.778218,1383.520303,1742.217752 +316099,2692.557602,1910.640767,2276.478499,1333.47079,1731.785715 +316100,2682.284032,1903.761588,2265.443824,1383.501221,1712.65494 +316101,2683.518785,1897.23972,2266.663927,1337.112126,1716.807781 +316102,2682.090937,1890.650127,2263.808371,1378.331157,1712.144842 +316103,2672.795497,1883.9999,2254.007846,1337.080932,1695.577421 +316104,2675.837385,1877.470636,2256.792659,1381.849766,1702.516899 +316105,2675.741224,1870.964623,2254.933491,1334.603959,1699.508073 +316106,2667.365264,1864.398346,2245.49491,1383.709579,1683.468844 +316107,2671.539077,1858.121257,2249.364486,1343.670972,1692.406841 +316108,2671.967542,1851.466631,2247.981512,1370.48326,1690.238996 +316109,2674.615243,1845.119272,2249.263701,1356.312376,1693.370814 +316110,2673.53815,1838.783835,2246.636108,1360.984935,1689.166444 +316111,2675.250222,1832.246512,2247.237137,1360.553258,1691.238654 +316112,2685.345016,1825.83917,2255.278886,1360.656942,1706.141341 +316113,2692.573763,1818.945398,2259.798789,1360.64257,1713.61536 +316114,2696.681462,1794.619097,2261.609945,1360.81212,1716.533286 +316115,2689.855514,1833.428466,2253.208072,1360.995442,1701.554393 +316116,2677.134921,1767.983472,2240.621527,1361.081626,1680.689267 +316117,2666.718942,1824.388677,2231.120627,1361.153495,1666.262023 +316118,2657.949847,1755.18184,2223.214045,1361.473947,1654.472226 +316119,2650.871158,1811.875871,2216.338408,1361.600785,1644.128556 +316120,2658.423154,1765.304504,2223.152451,1361.822862,1658.64856 +316121,2661.27708,1748.076627,2223.793438,1362.014822,1659.293363 +316122,2653.135567,1792.896157,2214.050985,1362.087422,1642.86318 +316123,2659.897052,1723.867795,2220.449639,1362.546477,1656.456818 +316124,2676.794783,1776.438464,2234.33379,1362.847705,1681.109472 +316125,2676.300185,1719.675337,2230.49914,1362.871436,1672.480952 +316126,2665.015704,1746.817628,2218.352108,1363.199286,1651.57741 +316127,2669.014767,1729.137216,2222.391575,1363.519104,1661.512425 +316128,2683.193431,1725.476094,2234.627641,1363.780284,1683.115401 +316129,2693.928892,1736.606162,2241.882202,1364.097694,1694.620052 +316130,2689.40338,1690.041766,2234.838329,1364.324998,1681.043255 +316131,2676.515434,1720.033354,2221.886624,1364.650509,1659.143876 +316132,2665.776416,1704.880805,2212.291619,1364.819012,1644.537816 +316133,2657.065773,1691.212494,2204.209392,1365.320561,1632.762964 +316134,2664.161852,1700.772399,2211.366204,1365.622779,1647.619071 +316135,2666.275079,1678.19344,2211.369728,1365.935615,1647.316045 +316136,2656.996675,1685.404694,2200.934564,1366.2527,1629.044104 +316137,2663.668216,1675.688052,2207.553744,1366.691339,1642.695773 +316138,2665.823462,1671.323431,2207.619002,1367.010094,1642.720385 +316139,2656.629648,1666.327966,2197.308274,1367.355104,1624.662018 +316140,2648.891918,1661.399749,2189.984442,1367.603187,1613.396459 +316141,2660.713607,1782.895107,2200.934953,1476.301388,1634.219269 +316142,2700.186792,1733.828761,2231.434333,1477.006638,1684.007631 +316143,2724.82518,1790.40356,2244.145789,1479.100088,1700.369261 +316144,2733.772019,1732.585733,2245.886626,1480.013625,1701.677863 +316145,2740.126512,1758.73564,2249.139031,1481.793977,1709.603649 +316146,2743.815021,1765.174479,2251.263452,1482.970141,1716.701288 +316147,2761.724099,1720.96206,2268.06295,1484.572514,1750.70373 +316148,2771.027431,1745.951088,2274.398789,1485.528228,1763.610999 +316149,2781.273875,1741.344595,2282.443976,1486.856638,1780.459253 +316150,2801.659203,1731.713334,2300.600533,1488.317956,1815.019257 +316151,2802.372911,1724.775123,2298.124514,1489.10733,1810.969513 +316152,2790.868493,1727.687968,2286.360867,1490.245021,1792.438176 +316153,2782.38896,1724.722416,2279.245558,1491.479922,1783.702116 +316154,2776.504396,1721.338747,2274.205409,1498.270093,1778.047654 +316155,2788.557746,1719.238352,2286.381023,1489.011439,1802.888121 +316156,2811.257799,1725.116442,2306.401534,1500.752666,1839.083933 +316157,2811.432409,1702.540466,2302.658506,1499.489388,1830.662682 +316158,2813.730723,1726.182592,2303.975835,1502.151398,1834.135962 +316159,2813.202688,1696.745347,2302.28013,1509.417716,1831.675243 +316160,2817.353862,1713.280815,2305.694584,1500.373434,1838.752279 +316161,2817.427196,1704.275268,2304.468718,1516.805663,1836.697887 +316162,2806.959953,1703.927521,2293.512251,1509.786938,1817.67222 +316163,2798.73308,1705.303974,2286.239928,1514.511704,1806.734408 +316164,2809.209134,1697.627027,2297.003582,1518.43314,1827.910948 +316165,2830.233184,1701.736264,2315.319709,1521.155071,1859.820876 +316166,2829.56916,1698.244186,2310.935042,1523.026205,1849.389022 +316167,2816.635079,1697.294471,2297.548257,1525.656303,1825.727529 +316168,2807.400122,1696.029446,2289.520063,1528.585452,1813.344352 +316169,2801.074342,1696.472908,2283.893661,1532.247168,1804.805601 +316170,2796.646179,1696.123297,2279.647758,1539.251999,1798.332301 +316171,2793.424412,1691.217402,2276.271304,1536.141762,1793.191812 +316172,2809.634402,1686.242363,2291.958673,1542.405299,1822.422693 +316173,2816.909641,1698.022421,2295.970085,1545.169934,1827.706759 +316174,2808.29706,1679.481495,2285.530036,1547.079638,1808.115944 +316175,2802.552583,1712.973672,2280.126461,1555.020958,1799.767693 +316176,2799.277632,1671.217825,2276.837676,1552.860866,1794.871791 +316177,2815.738801,1672.167778,2292.694071,1558.996311,1824.222831 +316178,2844.676315,1693.253423,2317.986459,1559.648645,1867.968425 +316179,2845.91853,1679.119395,2314.557154,1570.446094,1858.013424 +316180,2848.965978,1705.438388,2316.551312,1563.191443,1861.434655 +316181,2848.870423,1643.21524,2314.97682,1577.601571,1858.006463 +316182,2854.010021,1695.669331,2319.387341,1576.144575,1865.805642 +316183,2872.606159,1673.640084,2336.188014,1576.052502,1895.243859 +316184,2885.439118,1675.897494,2346.263157,1586.095713,1910.577576 +316185,2878.472458,1674.862561,2336.874573,1587.002449,1891.484871 +316186,2862.132915,1673.716676,2321.097003,1594.131329,1863.749219 +316187,2850.592188,1672.596714,2311.466845,1592.755357,1848.426039 +316188,2842.653832,1671.46731,2304.651968,1601.734701,1837.589579 +316189,2837.642386,1674.793986,2299.499374,1605.601928,1829.287046 +316190,2833.366946,1662.720024,2295.34954,1604.22853,1822.592907 +316191,2830.241609,1695.205164,2291.974801,1615.097624,1817.179458 +316192,2828.061077,1631.215071,2289.338656,1612.131399,1812.966545 +316193,2846.127319,1682.731437,2306.728515,1618.966549,1844.975146 +316194,2853.735076,1661.466139,2311.401294,1623.583639,1851.067718 +316195,2864.141146,1663.784959,2319.536045,1628.658197,1864.750934 +316196,2867.504801,1662.876268,2320.557011,1631.675542,1865.125936 +316197,2856.828307,1661.838468,2308.437787,1628.861994,1842.833481 +316198,2848.755141,1660.852619,2301.64054,1624.73791,1832.32899 +316199,2843.167731,1665.856329,2296.731712,1622.117835,1825.01844 +316200,2838.57501,1650.017492,2292.564053,1620.47863,1818.899973 +316201,2854.637452,1684.796638,2308.693372,1628.764096,1849.422974 +316202,2863.114782,1680.100079,2313.254867,1636.794209,1855.684227 +316203,2875.840092,1680.855258,2322.325954,1646.294159,1871.310225 +316204,2881.211457,1680.658806,2324.11372,1652.403159,1873.309458 +316205,2871.108874,1680.338875,2312.109823,1650.237918,1851.606773 +316206,2863.761257,1680.000724,2305.393587,1647.65371,1841.812968 +316207,2858.286295,1686.307329,2300.462795,1646.127138,1835.052255 +316208,2853.665356,1669.315631,2296.208416,1645.285008,1829.349102 +316209,2849.524982,1683.524771,2292.29719,1644.890965,1824.184442 +316210,2866.10334,1698.949276,2308.735754,1654.246162,1855.691807 +316211,2895.106946,1647.496904,2334.247719,1671.479414,1900.280472 +316212,2918.74242,1690.376171,2352.300602,1687.182018,1929.386209 +316213,2913.575589,1674.847567,2342.738918,1689.101744,1908.974023 +316214,2894.03056,1676.186755,2323.134881,1681.664841,1874.277813 +316215,2881.200679,1677.161857,2312.615958,1675.932117,1858.266372 +316216,2872.263428,1685.950355,2305.296907,1672.697909,1847.426808 +316217,2884.631297,1658.479998,2318.682624,1680.085436,1873.523008 +316218,2912.072324,1685.706704,2343.156587,1696.312532,1916.568214 +316219,2910.594573,1668.383711,2337.025764,1700.695997,1902.022783 +316220,2892.336852,1679.821805,2318.271499,1694.653108,1868.500532 +316221,2898.851231,1666.99677,2326.524004,1698.465837,1886.158976 +316222,2920.631621,1675.804488,2346.340512,1711.723716,1921.168266 +316223,2917.390887,1671.879401,2339.310935,1714.809461,1905.584422 +316224,2918.945321,1672.052245,2340.529477,1717.820224,1908.355155 +316225,2915.997547,1671.614948,2336.627912,1719.209028,1901.127702 +316226,2919.063454,1671.189738,2339.471318,1722.934687,1906.86757 +316227,2916.594518,1670.734826,2335.931968,1724.772669,1900.180012 +316228,2900.401021,1670.292706,2319.743159,1719.742783,1871.591867 +316229,2887.772271,1683.733856,2309.147785,1715.113597,1855.248541 +316230,2897.754891,1649.088844,2320.391567,1721.398794,1877.977007 +316231,2899.709936,1678.703269,2320.3261,1726.223436,1877.048676 +316232,2885.58482,1666.401155,2305.486367,1722.844897,1850.653269 +316233,2896.124275,1667.950436,2317.427216,1729.284726,1875.083324 +316234,2922.740172,1674.48595,2341.664082,1745.484444,1918.174692 +316235,2918.31441,1656.605027,2332.522302,1748.995772,1898.271385 +316236,2896.825168,1671.482723,2310.816883,1741.732904,1859.858265 +316237,2882.132068,1670.728039,2298.61891,1735.861627,1841.316681 +316238,2893.963754,1656.990548,2312.110831,1742.776429,1868.738486 +316239,2896.334992,1683.478318,2312.138388,1748.120153,1867.881451 +316240,2880.463372,1665.702097,2295.302593,1744.260947,1837.833239 +316241,2868.593024,1639.922869,2285.103338,1740.499464,1822.48119 +316242,2883.504657,1696.507317,2301.19868,1749.291346,1854.525786 +316243,2914.932823,1631.759949,2329.654136,1768.326898,1905.026144 +316244,2936.110282,1692.104689,2344.991127,1784.439488,1928.830393 +316245,2949.803086,1655.632109,2354.256946,1796.016166,1942.785911 +316246,2935.695138,1642.302279,2336.993772,1793.986682,1909.447626 +316247,2908.576264,1697.661317,2311.049133,1783.258272,1864.350205 +316248,2890.774147,1621.21455,2296.687584,1775.542306,1842.500739 +316249,2878.39736,1696.114148,2286.606467,1771.3614,1827.495452 +316250,2868.4599,1627.96628,2278.220135,1769.007296,1815.137195 +316251,2859.981582,1690.817131,2270.803638,1767.723661,1804.349373 +316252,2852.053076,1641.23025,2263.978498,1766.993625,1794.605191 +316253,2869.172779,1670.478161,2281.593152,1777.601393,1829.221567 +316254,2903.795961,1636.551551,2313.057966,1798.538995,1885.418526 +316255,2931.597026,1686.450774,2334.590434,1817.813333,1920.761415 +316256,2949.481649,1626.176708,2347.122757,1832.27255,1940.060446 +316257,2932.10241,1687.818862,2325.694783,1829.449065,1898.500634 +316258,2923.778191,1631.691804,2318.625041,1827.302115,1887.933779 +316259,2915.411628,1671.35182,2310.470232,1826.042704,1874.237784 +316260,2916.732721,1637.095303,2312.362503,1829.205527,1879.230956 +316261,2912.461589,1628.870734,2307.154833,1830.972308,1869.965859 +316262,2887.104818,1618.114472,2283.140199,1821.765188,1828.806895 +316263,2889.216851,1619.436811,2289.490384,1823.320514,1845.65108 +316264,2908.860117,1625.746176,2308.342072,1836.332736,1880.194329 +316265,2896.761592,1607.368332,2292.432926,1836.896978,1848.473676 +316266,2869.3449,1625.238246,2265.645593,1827.460659,1801.206536 +316267,2850.651766,1615.95965,2249.955265,1820.417976,1776.379427 +316268,2836.968592,1611.841366,2238.561694,1816.509371,1758.535427 +316269,2850.655138,1626.140641,2253.41119,1825.507614,1787.883865 +316270,2880.610768,1621.68456,2280.289078,1844.752851,1835.057746 +316271,2905.537592,1591.110789,2299.49401,1862.923671,1866.013762 +316272,2923.897106,1642.345381,2312.91432,1877.563983,1886.836093 +316273,2906.2495,1592.635199,2291.062811,1875.136303,1843.96443 +316274,2873.654111,1613.794832,2259.725067,1862.287445,1788.990552 +316275,2877.538694,1614.039232,2267.586333,1864.462352,1807.949167 +316276,2901.293276,1610.176562,2289.86755,1879.552301,1847.959794 +316277,2918.136113,1609.624896,2302.142645,1893.599873,1866.941492 +316278,2903.560525,1609.953447,2284.107369,1892.470859,1831.941306 +316279,2875.000108,1623.756136,2256.881202,1881.703024,1784.872917 +316280,2855.467944,1586.672792,2241.008208,1873.618932,1760.760953 +316281,2866.565918,1637.589119,2254.79872,1880.34071,1789.866101 +316282,2866.718246,1576.032596,2252.777429,1885.455214,1785.717682 +316283,2870.455539,1623.330938,2255.632791,1891.277399,1791.914368 +316284,2896.209328,1603.497342,2279.988686,1907.324195,1836.74362 +316285,2887.591557,1611.779668,2266.678612,1909.773581,1809.79997 +316286,2859.252215,1611.439115,2238.549298,1899.868117,1760.636456 +316287,2866.21046,1585.414901,2248.983074,1903.896764,1784.755294 +316288,2864.843927,1607.613414,2245.855431,1907.794511,1779.137875 +316289,2869.87771,1620.409867,2250.490684,1913.945365,1789.122986 +316290,2897.258522,1575.88382,2276.314078,1930.868229,1836.54235 +316291,2916.087367,1612.806317,2289.859939,1946.396211,1857.928312 +316292,2897.87198,1607.014477,2267.607924,1944.244919,1815.315584 +316293,2890.956237,1585.2222,2262.348728,1943.525716,1809.035373 +316294,2881.719534,1607.074786,2253.171959,1942.997982,1794.019098 +316295,2856.653095,1598.094803,2228.843264,1934.967267,1752.246105 +316296,2864.767434,1594.297425,2240.301995,1940.345997,1778.320978 +316297,2863.068737,1608.610729,2236.810316,1944.653497,1772.387096 +316298,2840.525582,1578.923486,2213.823072,1938.446611,1732.528247 +316299,2851.101683,1615.63375,2227.31799,1945.066839,1762.760466 +316300,2850.990121,1566.640366,2224.84742,1950.162202,1758.509845 +316301,2857.022142,1622.741344,2230.179886,1956.800038,1770.197405 +316302,2853.685745,1560.945298,2224.835712,1960.205196,1761.151778 +316303,2858.08344,1621.501903,2228.885176,1965.723498,1770.817462 +316304,2853.965679,1558.936393,2223.026444,1968.332144,1761.028657 +316305,2829.891695,1619.606449,2198.445676,1961.068551,1718.414889 +316306,2839.731963,1574.707383,2210.96744,1967.120812,1746.484612 +316307,2872.956846,1573.189017,2242.425912,1986.875314,1804.62035 +316308,2864.868187,1613.256735,2228.651637,1990.553338,1776.636319 +316309,2860.25171,1554.05206,2223.844681,1992.020681,1770.356951 +316310,2881.930439,1614.653572,2244.953201,2005.584678,1810.663151 +316311,2903.204991,1552.096682,2262.05328,2020.689933,1840.336702 +316312,2916.597933,1600.017643,2271.355245,2033.215016,1854.942342 +316313,2925.434508,1568.310567,2277.062453,2042.833521,1864.33365 +316314,2933.897205,1583.135907,2283.190553,2052.078273,1875.067616 +316315,2908.286931,1576.988994,2255.128975,2045.843072,1823.353742 +316316,2868.822102,1576.895945,2218.405211,2029.955403,1760.908205 +316317,2843.066976,1593.708136,2197.951126,2018.759907,1730.682955 +316318,2824.76289,1548.378184,2183.108562,2011.967807,1709.775719 +316319,2838.516992,1604.737225,2199.931734,2020.525765,1745.71529 +316320,2870.156694,1543.700063,2228.908262,2040.486754,1798.704832 +316321,2860.953125,1528.722878,2213.740333,2043.635931,1768.606815 +316322,2820.997944,1483.54977,2176.976831,2026.916287,1707.480382 +316323,2816.884836,1510.334181,2180.251288,2023.726766,1723.076947 +316324,2839.285802,1498.469567,2203.790636,2037.816721,1768.922509 +316325,2857.976901,1498.791066,2218.149704,2054.068433,1792.707691 +316326,2869.816996,1511.363492,2225.654007,2067.30589,1803.363877 +316327,2842.494354,1475.487471,2193.92,2062.024044,1742.634727 +316328,2800.184204,1504.110058,2153.715771,2045.899215,1672.129272 +316329,2803.166973,1491.06166,2160.97109,2047.763782,1691.04483 +316330,2828.620828,1508.049823,2185.522654,2064.856571,1735.324545 +316331,2816.699718,1465.562043,2168.773912,2067.027215,1701.302458 +316332,2813.919026,1500.068512,2166.791939,2069.108242,1699.907611 +316333,2806.287074,1497.33663,2158.328315,2069.766336,1685.350828 +316334,2806.149917,1466.73494,2158.359706,2073.192609,1687.277438 +316335,2800.151643,1492.795417,2151.475327,2074.693853,1675.709834 +316336,2777.49992,1480.621623,2128.397725,2067.505427,1635.766474 +316337,2760.817989,1480.876926,2114.445326,2061.382964,1615.482882 +316338,2774.878959,1479.447367,2130.884624,2069.865528,1650.0289 +316339,2810.683459,1489.221634,2164.375783,2091.146279,1711.386462 +316340,2839.931258,1459.531674,2187.674754,2111.804858,1750.837324 +316341,2858.451692,1482.699803,2201.145838,2127.144834,1772.878252 +316342,2835.919133,1471.464258,2174.287973,2122.872419,1722.117523 +316343,2797.928403,1471.678238,2137.906036,2107.288598,1659.877886 +316344,2802.329553,1470.040917,2146.874631,2109.013567,1682.97447 +316345,2800.071973,1468.333038,2143.220308,2112.30409,1677.508179 +316346,2777.26826,1467.024563,2120.446058,2105.795469,1638.497069 +316347,2760.927974,1473.379263,2107.034718,2099.897442,1619.730725 +316348,2775.404385,1451.706519,2123.583753,2108.310928,1654.958805 +316349,2810.948008,1467.768649,2156.816972,2129.297874,1716.315674 +316350,2805.08878,1459.052735,2144.753592,2133.771572,1691.668104 +316351,2801.833719,1459.127768,2141.056476,2135.348925,1687.690503 +316352,2795.397624,1457.798665,2134.01684,2135.548314,1677.150684 +316353,2772.566048,1456.689787,2111.795265,2127.694328,1639.720976 +316354,2784.752227,1455.371149,2127.120756,2133.571377,1673.283514 +316355,2786.024758,1454.175911,2126.236034,2138.223934,1671.998524 +316356,2765.017454,1452.981312,2104.555309,2131.505875,1634.361511 +316357,2750.247942,1452.426901,2092.496325,2125.029254,1617.544539 +316358,2768.119317,1449.79673,2113.144353,2133.666755,1659.915889 +316359,2772.789042,1450.101619,2114.599896,2139.740964,1662.048594 +316360,2781.802979,1448.289879,2122.79458,2146.270883,1678.464674 +316361,2814.800378,1447.245681,2154.210851,2164.114385,1736.150793 +316362,2840.811251,1446.264262,2175.054472,2181.27682,1770.747216 +316363,2823.800819,1444.930417,2153.185408,2178.390935,1727.817798 +316364,2815.590021,1444.137855,2146.607054,2174.993833,1718.738534 +316365,2806.929818,1442.954215,2138.643681,2172.362371,1705.891536 +316366,2808.541564,1441.960616,2141.840407,2174.270322,1713.91045 +316367,2831.954553,1440.923896,2164.455968,2187.143201,1755.476344 +316368,2848.47739,1448.420306,2177.279075,2199.120484,1776.311829 +316369,2831.971991,1426.133148,2158.888845,2195.432764,1741.160765 +316370,2802.918801,1443.760685,2131.606221,2181.935642,1694.489272 +316371,2808.191136,1455.856585,2141.500892,2182.589367,1717.571468 +316372,2805.810702,1405.780076,2138.799552,2183.556981,1713.247975 +316373,2784.386189,1449.071374,2118.348512,2175.123758,1677.425692 +316374,2792.742942,1430.832939,2130.047796,2177.993991,1703.055153 +316375,2821.849975,1431.9422,2158.375152,2193.113407,1754.855197 +316376,2845.339191,1425.326819,2177.970462,2207.030929,1788.41706 +316377,2856.919129,1428.644489,2186.121637,2215.132541,1801.161662 +316378,2863.159724,1425.614307,2191.226646,2219.846546,1809.785387 +316379,2842.623458,1424.692049,2169.893817,2211.759339,1770.874382 +316380,2831.390007,1423.57929,2161.451198,2205.354295,1758.977816 +316381,2118.09689,1422.69595,1144.828851,1823.810483,2502.254629 +316382,2219.102239,1550.444878,1199.435813,1909.806807,2572.52162 +316383,2339.494267,1556.904924,1267.092567,2009.077159,2643.313385 +316384,2446.851034,1556.921072,1330.048647,2091.197876,2701.289729 +316385,2531.344721,1558.44184,1382.340027,2148.432022,2745.452875 +316386,2593.963626,1558.888171,1423.834281,2184.521196,2777.32157 +316387,2632.354834,1558.861258,1452.99956,2200.670001,2791.814454 +316388,2651.565878,1576.457644,1471.904755,2202.763264,2790.940358 +316389,2661.403381,1532.959276,1485.403332,2200.071072,2784.139339 +316390,2667.468197,1572.199443,1496.020414,2197.118926,2775.996526 +316391,2671.852435,1565.432315,1504.826664,2194.882232,2768.13693 +316392,2675.350506,1545.268008,1512.329389,2193.388299,2761.054537 +316393,2678.261244,1587.078785,1518.803393,2192.392879,2754.818935 +316394,2680.719897,1525.754467,1524.433811,2191.67965,2749.367422 +316395,2682.8112,1574.865603,1529.362666,2191.113336,2744.407808 +316396,2684.598689,1563.44419,1533.703284,2190.616886,2740.258826 +316397,2686.134861,1546.877061,1537.549401,2190.145515,2736.6376 +316398,2687.462591,1584.587305,1540.978815,2189.670676,2733.475124 +316399,2688.614923,1527.8649,1544.055463,2189.171786,2730.711525 +316400,2689.617938,1573.665662,1546.832391,2188.63053,2728.295591 +316401,2690.492812,1563.647023,1549.353947,2188.042018,2726.18363 +316402,2691.25582,1545.025227,1551.656734,2187.397155,2724.336957 +316403,2691.501009,1580.202726,1553.70588,2185.452657,2722.723468 +316404,2691.400791,1529.312887,1555.544832,2182.575589,2721.311667 +316405,2691.186055,1569.52675,1557.228337,2179.85987,2720.076724 +316406,2690.979616,1559.094467,1558.794477,2177.46213,2718.99842 +316407,2690.812849,1547.841404,1560.26458,2175.390588,2718.058087 +316408,2690.678072,1574.417765,1561.651289,2173.544172,2717.239624 +316409,2690.559661,1533.956119,1562.963395,2171.817172,2716.528414 +316410,2690.446147,1588.471845,1564.208473,2170.147297,2715.912019 +316411,2690.351771,1519.731717,1565.403702,2168.513923,2715.402059 +316412,2690.194706,1570.403389,1566.508597,2166.772019,2714.9645 +316413,2689.921358,1549.329154,1567.49565,2164.832522,2714.573556 +316414,2689.53407,1554.020178,1568.3676,2162.695173,2714.232774 +316415,2689.044345,1546.224454,1569.133697,2160.387776,2713.939901 +316416,2688.465096,1553.497285,1569.804602,2157.940305,2713.691 +316417,2687.8066,1543.234768,1570.389578,2155.374027,2713.481382 +316418,2687.076465,1548.15249,1570.896181,2152.70156,2713.306481 +316419,2686.280671,1544.100944,1571.330649,2149.930063,2713.162133 +316420,2685.424041,1543.250469,1571.698234,2147.063836,2713.044489 +316421,2684.510926,1541.632381,1572.004071,2143.911176,2712.951982 +316422,2683.544754,1540.07578,1572.251968,2140.862169,2712.880795 +316423,2682.528347,1538.46925,1572.445106,2137.730261,2712.827048 +316424,2681.464311,1536.827148,1572.586455,2134.511187,2712.787655 +316425,2680.35492,1535.152182,1572.678723,2131.203854,2712.760027 +316426,2679.202286,1533.443525,1572.724414,2127.809482,2712.742031 +316427,2678.008212,1531.703744,1572.725743,2124.329834,2712.731662 +316428,2676.774382,1529.931309,1572.684733,2120.766479,2712.727172 +316429,2675.502223,1528.1293,1572.60317,2117.120481,2712.726858 +316430,2674.193109,1526.296167,1572.482707,2113.392651,2712.729255 +316431,2672.848199,1524.434255,1572.324809,2109.583553,2712.732918 +316432,2671.468634,1522.542461,1572.130849,2105.693734,2712.736617 +316433,2670.055389,1520.622861,1571.902052,2101.72363,2712.739135 +316434,2668.609432,1518.674325,1571.639578,2097.673711,2712.739443 +316435,2667.13159,1516.698865,1571.344464,2093.544351,2712.736509 +316436,2665.626345,1514.695354,1571.017706,2089.335966,2712.729482 +316437,2664.108268,1512.665792,1570.660196,2085.048885,2712.717492 +316438,2662.585441,1510.608915,1570.272804,2080.683481,2712.69984 +316439,2661.058126,1508.526597,1569.856305,2076.240047,2712.675796 +316440,2659.52279,1506.51342,1569.411461,2071.718912,2712.644775 +316441,0,0,0,0,0 +316442,0,0,0,0,0 +316443,0,0,0,0,0 +316444,0,0,0,0,0 +316445,0,0,0,0,0 +316446,0,0,0,0,0 +316447,0,0,0,0,0 +316448,0,0,0,0,0 +316449,0,0,0,0,0 +316450,0,0,0,0,0 +316451,0,0,0,0,0 +316452,0,0,0,0,0 +316453,0,0,0,0,0 +316454,0,0,0,0,0 +316455,0,0,0,0,0 +316456,0,0,0,0,0 +316457,0,0,0,0,0 +316458,0,0,0,0,0 +316459,0,0,0,0,0 +316460,0,0,0,0,0 +316461,0,0,0,0,0 +316462,0,0,0,0,0 +316463,0,0,0,0,0 +316464,0,0,0,0,0 +316465,0,0,0,0,0 +316466,0,0,0,0,0 +316467,0,0,0,0,0 +316468,0,0,0,0,0 +316469,0,0,0,0,0 +316470,0,0,0,0,0 +316471,0,0,0,0,0 +316472,0,0,0,0,0 +316473,0,0,0,0,0 +316474,0,0,0,0,0 +316475,0,0,0,0,0 +316476,0,0,0,0,0 +316477,0,0,0,0,0 +316478,0,0,0,0,0 +316479,0,0,0,0,0 +316480,0,0,0,0,0 +316481,0,0,0,0,0 +316482,0,0,0,0,0 +316483,0,0,0,0,0 +316484,0,0,0,0,0 +316485,0,0,0,0,0 +316486,0,0,0,0,0 +316487,0,0,0,0,0 +316488,0,0,0,0,0 +316489,0,0,0,0,0 +316490,0,0,0,0,0 +316491,0,0,0,0,0 +316492,0,0,0,0,0 +316493,0,0,0,0,0 +316494,0,0,0,0,0 +316495,0,0,0,0,0 +316496,0,0,0,0,0 +316497,0,0,0,0,0 +316498,0,0,0,0,0 +316499,0,0,0,0,0 +316500,0,0,0,0,0 +316501,0,0,0,0,0 +316502,0,0,0,0,0 +316503,0,0,0,0,0 +316504,0,0,0,0,0 +316505,0,0,0,0,0 +316506,0,0,0,0,0 +316507,0,0,0,0,0 +316508,0,0,0,0,0 +316509,0,0,0,0,0 +316510,0,0,0,0,0 +316511,0,0,0,0,0 +316512,0,0,0,0,0 +316513,0,0,0,0,0 +316514,0,0,0,0,0 +316515,0,0,0,0,0 +316516,0,0,0,0,0 +316517,0,0,0,0,0 +316518,0,0,0,0,0 +316519,0,0,0,0,0 +316520,0,0,0,0,0 +316521,0,0,0,0,0 +316522,0,0,0,0,0 +316523,0,0,0,0,0 +316524,0,0,0,0,0 +316525,0,0,0,0,0 +316526,0,0,0,0,0 +316527,0,0,0,0,0 +316528,0,0,0,0,0 +316529,0,0,0,0,0 +316530,0,0,0,0,0 +316531,0,0,0,0,0 +316532,0,0,0,0,0 +316533,0,0,0,0,0 +316534,0,0,0,0,0 +316535,0,0,0,0,0 +316536,0,0,0,0,0 +316537,0,0,0,0,0 +316538,0,0,0,0,0 +316539,0,0,0,0,0 +316540,0,0,0,0,0 +316541,0,0,0,0,0 +316542,0,0,0,0,0 +316543,0,0,0,0,0 +316544,0,0,0,0,0 +316545,0,0,0,0,0 +316546,0,0,0,0,0 +316547,0,0,0,0,0 +316548,0,0,0,0,0 +316549,0,0,0,0,0 +316550,0,0,0,0,0 +316551,0,0,0,0,0 +316552,0,0,0,0,0 +316553,0,0,0,0,0 +316554,0,0,0,0,0 +316555,0,0,0,0,0 +316556,0,0,0,0,0 +316557,0,0,0,0,0 +316558,0,0,0,0,0 +316559,0,0,0,0,0 +316560,0,0,0,0,0 +316561,0,0,0,0,0 +316562,0,0,0,0,0 +316563,0,0,0,0,0 +316564,0,0,0,0,0 +316565,0,0,0,0,0 +316566,0,0,0,0,0 +316567,0,0,0,0,0 +316568,0,0,0,0,0 +316569,0,0,0,0,0 +316570,0,0,0,0,0 +316571,0,0,0,0,0 +316572,0,0,0,0,0 +316573,0,0,0,0,0 +316574,0,0,0,0,0 +316575,0,0,0,0,0 +316576,0,0,0,0,0 +316577,0,0,0,0,0 +316578,0,0,0,0,0 +316579,0,0,0,0,0 +316580,0,0,0,0,0 +316581,0,0,0,0,0 +316582,0,0,0,0,0 +316583,0,0,0,0,0 +316584,0,0,0,0,0 +316585,0,0,0,0,0 +316586,0,0,0,0,0 +316587,0,0,0,0,0 +316588,0,0,0,0,0 +316589,0,0,0,0,0 +316590,0,0,0,0,0 +316591,0,0,0,0,0 +316592,0,0,0,0,0 +316593,0,0,0,0,0 +316594,0,0,0,0,0 +316595,0,0,0,0,0 +316596,0,0,0,0,0 +316597,0,0,0,0,0 +316598,0,0,0,0,0 +316599,0,0,0,0,0 +316600,0,0,0,0,0 +316601,0,0,0,0,0 +316602,0,0,0,0,0 +316603,0,0,0,0,0 +316604,0,0,0,0,0 +316605,0,0,0,0,0 +316606,0,0,0,0,0 +316607,0,0,0,0,0 +316608,0,0,0,0,0 +316609,0,0,0,0,0 +316610,0,0,0,0,0 +316611,0,0,0,0,0 +316612,0,0,0,0,0 +316613,0,0,0,0,0 +316614,0,0,0,0,0 +316615,0,0,0,0,0 +316616,0,0,0,0,0 +316617,0,0,0,0,0 +316618,0,0,0,0,0 +316619,0,0,0,0,0 +316620,0,0,0,0,0 +316621,0,0,0,0,0 +316622,0,0,0,0,0 +316623,0,0,0,0,0 +316624,0,0,0,0,0 +316625,0,0,0,0,0 +316626,0,0,0,0,0 +316627,0,0,0,0,0 +316628,0,0,0,0,0 +316629,0,0,0,0,0 +316630,0,0,0,0,0 +316631,0,0,0,0,0 +316632,0,0,0,0,0 +316633,0,0,0,0,0 +316634,0,0,0,0,0 +316635,0,0,0,0,0 +316636,0,0,0,0,0 +316637,0,0,0,0,0 +316638,0,0,0,0,0 +316639,0,0,0,0,0 +316640,0,0,0,0,0 +316641,0,0,0,0,0 +316642,0,0,0,0,0 +316643,0,0,0,0,0 +316644,0,0,0,0,0 +316645,0,0,0,0,0 +316646,0,0,0,0,0 +316647,0,0,0,0,0 +316648,0,0,0,0,0 +316649,0,0,0,0,0 +316650,0,0,0,0,0 +316651,0,0,0,0,0 +316652,0,0,0,0,0 +316653,0,0,0,0,0 +316654,0,0,0,0,0 +316655,0,0,0,0,0 +316656,0,0,0,0,0 +316657,0,0,0,0,0 +316658,0,0,0,0,0 +316659,0,0,0,0,0 +316660,0,0,0,0,0 +316661,0,0,0,0,0 +316662,0,0,0,0,0 +316663,0,0,0,0,0 +316664,0,0,0,0,0 +316665,0,0,0,0,0 +316666,0,0,0,0,0 +316667,0,0,0,0,0 +316668,0,0,0,0,0 +316669,0,0,0,0,0 +316670,0,0,0,0,0 +316671,0,0,0,0,0 +316672,0,0,0,0,0 +316673,0,0,0,0,0 +316674,0,0,0,0,0 +316675,0,0,0,0,0 +316676,0,0,0,0,0 +316677,0,0,0,0,0 +316678,0,0,0,0,0 +316679,0,0,0,0,0 +316680,0,0,0,0,0 +316681,0,0,0,0,0 +316682,0,0,0,0,0 +316683,0,0,0,0,0 +316684,0,0,0,0,0 +316685,0,0,0,0,0 +316686,0,0,0,0,0 +316687,0,0,0,0,0 +316688,0,0,0,0,0 +316689,0,0,0,0,0 +316690,0,0,0,0,0 +316691,0,0,0,0,0 +316692,0,0,0,0,0 +316693,0,0,0,0,0 +316694,0,0,0,0,0 +316695,0,0,0,0,0 +316696,0,0,0,0,0 +316697,0,0,0,0,0 +316698,0,0,0,0,0 +316699,0,0,0,0,0 +316700,0,0,0,0,0 +316701,0,0,0,0,0 +316702,0,0,0,0,0 +316703,0,0,0,0,0 +316704,0,0,0,0,0 +316705,0,0,0,0,0 +316706,0,0,0,0,0 +316707,0,0,0,0,0 +316708,0,0,0,0,0 +316709,0,0,0,0,0 +316710,0,0,0,0,0 +316711,0,0,0,0,0 +316712,0,0,0,0,0 +316713,0,0,0,0,0 +316714,0,0,0,0,0 +316715,0,0,0,0,0 +316716,0,0,0,0,0 +316717,0,0,0,0,0 +316718,0,0,0,0,0 +316719,0,0,0,0,0 +316720,0,0,0,0,0 +316721,0,0,0,0,0 +316722,0,0,0,0,0 +316723,0,0,0,0,0 +316724,0,0,0,0,0 +316725,0,0,0,0,0 +316726,0,0,0,0,0 +316727,0,0,0,0,0 +316728,0,0,0,0,0 +316729,0,0,0,0,0 +316730,0,0,0,0,0 +316731,0,0,0,0,0 +316732,0,0,0,0,0 +316733,0,0,0,0,0 +316734,0,0,0,0,0 +316735,0,0,0,0,0 +316736,0,0,0,0,0 +316737,0,0,0,0,0 +316738,0,0,0,0,0 +316739,0,0,0,0,0 +316740,0,0,0,0,0 +316741,0,0,0,0,0 +316742,0,0,0,0,0 +316743,0,0,0,0,0 +316744,0,0,0,0,0 +316745,0,0,0,0,0 +316746,0,0,0,0,0 +316747,0,0,0,0,0 +316748,0,0,0,0,0 +316749,0,0,0,0,0 +316750,0,0,0,0,0 +316751,0,0,0,0,0 +316752,0,0,0,0,0 +316753,0,0,0,0,0 +316754,0,0,0,0,0 +316755,0,0,0,0,0 +316756,0,0,0,0,0 +316757,0,0,0,0,0 +316758,0,0,0,0,0 +316759,0,0,0,0,0 +316760,0,0,0,0,0 +316761,0,0,0,0,0 +316762,0,0,0,0,0 +316763,0,0,0,0,0 +316764,0,0,0,0,0 +316765,0,0,0,0,0 +316766,0,0,0,0,0 +316767,0,0,0,0,0 +316768,0,0,0,0,0 +316769,0,0,0,0,0 +316770,0,0,0,0,0 +316771,0,0,0,0,0 +316772,0,0,0,0,0 +316773,0,0,0,0,0 +316774,0,0,0,0,0 +316775,0,0,0,0,0 +316776,0,0,0,0,0 +316777,0,0,0,0,0 +316778,0,0,0,0,0 +316779,0,0,0,0,0 +316780,0,0,0,0,0 +316781,0,0,0,0,0 +316782,0,0,0,0,0 +316783,0,0,0,0,0 +316784,0,0,0,0,0 +316785,0,0,0,0,0 +316786,0,0,0,0,0 +316787,0,0,0,0,0 +316788,0,0,0,0,0 +316789,0,0,0,0,0 +316790,0,0,0,0,0 +316791,0,0,0,0,0 +316792,0,0,0,0,0 +316793,0,0,0,0,0 +316794,0,0,0,0,0 +316795,0,0,0,0,0 +316796,0,0,0,0,0 +316797,0,0,0,0,0 +316798,0,0,0,0,0 +316799,0,0,0,0,0 +316800,0,0,0,0,0 +316801,0,0,0,0,0 +316802,0,0,0,0,0 +316803,0,0,0,0,0 +316804,0,0,0,0,0 +316805,0,0,0,0,0 +316806,0,0,0,0,0 +316807,0,0,0,0,0 +316808,0,0,0,0,0 +316809,0,0,0,0,0 +316810,0,0,0,0,0 +316811,0,0,0,0,0 +316812,0,0,0,0,0 +316813,0,0,0,0,0 +316814,0,0,0,0,0 +316815,0,0,0,0,0 +316816,0,0,0,0,0 +316817,0,0,0,0,0 +316818,0,0,0,0,0 +316819,0,0,0,0,0 +316820,0,0,0,0,0 +316821,0,0,0,0,0 +316822,0,0,0,0,0 +316823,0,0,0,0,0 +316824,0,0,0,0,0 +316825,0,0,0,0,0 +316826,0,0,0,0,0 +316827,0,0,0,0,0 +316828,0,0,0,0,0 +316829,0,0,0,0,0 +316830,0,0,0,0,0 +316831,0,0,0,0,0 +316832,0,0,0,0,0 +316833,0,0,0,0,0 +316834,0,0,0,0,0 +316835,0,0,0,0,0 +316836,0,0,0,0,0 +316837,0,0,0,0,0 +316838,0,0,0,0,0 +316839,0,0,0,0,0 +316840,0,0,0,0,0 +316841,0,0,0,0,0 +316842,0,0,0,0,0 +316843,0,0,0,0,0 +316844,0,0,0,0,0 +316845,0,0,0,0,0 +316846,0,0,0,0,0 +316847,0,0,0,0,0 +316848,0,0,0,0,0 +316849,0,0,0,0,0 +316850,0,0,0,0,0 +316851,0,0,0,0,0 +316852,0,0,0,0,0 +316853,0,0,0,0,0 +316854,0,0,0,0,0 +316855,0,0,0,0,0 +316856,0,0,0,0,0 +316857,0,0,0,0,0 +316858,0,0,0,0,0 +316859,0,0,0,0,0 +316860,0,0,0,0,0 +316861,0,0,0,0,0 +316862,0,0,0,0,0 +316863,0,0,0,0,0 +316864,0,0,0,0,0 +316865,0,0,0,0,0 +316866,0,0,0,0,0 +316867,0,0,0,0,0 +316868,0,0,0,0,0 +316869,0,0,0,0,0 +316870,0,0,0,0,0 +316871,0,0,0,0,0 +316872,0,0,0,0,0 +316873,0,0,0,0,0 +316874,0,0,0,0,0 +316875,0,0,0,0,0 +316876,0,0,0,0,0 +316877,0,0,0,0,0 +316878,0,0,0,0,0 +316879,0,0,0,0,0 +316880,0,0,0,0,0 +316881,0,0,0,0,0 +316882,0,0,0,0,0 +316883,0,0,0,0,0 +316884,0,0,0,0,0 +316885,0,0,0,0,0 +316886,0,0,0,0,0 +316887,0,0,0,0,0 +316888,0,0,0,0,0 +316889,0,0,0,0,0 +316890,0,0,0,0,0 +316891,0,0,0,0,0 +316892,0,0,0,0,0 +316893,0,0,0,0,0 +316894,0,0,0,0,0 +316895,0,0,0,0,0 +316896,0,0,0,0,0 +316897,0,0,0,0,0 +316898,0,0,0,0,0 +316899,0,0,0,0,0 +316900,0,0,0,0,0 +316901,0,0,0,0,0 +316902,0,0,0,0,0 +316903,0,0,0,0,0 +316904,0,0,0,0,0 +316905,0,0,0,0,0 +316906,0,0,0,0,0 +316907,0,0,0,0,0 +316908,0,0,0,0,0 +316909,0,0,0,0,0 +316910,0,0,0,0,0 +316911,0,0,0,0,0 +316912,0,0,0,0,0 +316913,0,0,0,0,0 +316914,0,0,0,0,0 +316915,0,0,0,0,0 +316916,0,0,0,0,0 +316917,0,0,0,0,0 +316918,0,0,0,0,0 +316919,0,0,0,0,0 +316920,0,0,0,0,0 +316921,0,0,0,0,0 +316922,0,0,0,0,0 +316923,0,0,0,0,0 +316924,0,0,0,0,0 +316925,0,0,0,0,0 +316926,0,0,0,0,0 +316927,0,0,0,0,0 +316928,0,0,0,0,0 +316929,0,0,0,0,0 +316930,0,0,0,0,0 +316931,0,0,0,0,0 +316932,0,0,0,0,0 +316933,0,0,0,0,0 +316934,0,0,0,0,0 +316935,0,0,0,0,0 +316936,0,0,0,0,0 +316937,0,0,0,0,0 +316938,0,0,0,0,0 +316939,0,0,0,0,0 +316940,0,0,0,0,0 +316941,0,0,0,0,0 +316942,0,0,0,0,0 +316943,0,0,0,0,0 +316944,0,0,0,0,0 +316945,0,0,0,0,0 +316946,0,0,0,0,0 +316947,0,0,0,0,0 +316948,0,0,0,0,0 +316949,0,0,0,0,0 +316950,0,0,0,0,0 +316951,0,0,0,0,0 +316952,0,0,0,0,0 +316953,0,0,0,0,0 +316954,0,0,0,0,0 +316955,0,0,0,0,0 +316956,0,0,0,0,0 +316957,0,0,0,0,0 +316958,0,0,0,0,0 +316959,0,0,0,0,0 +316960,0,0,0,0,0 +316961,0,0,0,0,0 +316962,0,0,0,0,0 +316963,0,0,0,0,0 +316964,0,0,0,0,0 +316965,0,0,0,0,0 +316966,0,0,0,0,0 +316967,0,0,0,0,0 +316968,0,0,0,0,0 +316969,0,0,0,0,0 +316970,0,0,0,0,0 +316971,0,0,0,0,0 +316972,0,0,0,0,0 +316973,0,0,0,0,0 +316974,0,0,0,0,0 +316975,0,0,0,0,0 +316976,0,0,0,0,0 +316977,0,0,0,0,0 +316978,0,0,0,0,0 +316979,0,0,0,0,0 +316980,0,0,0,0,0 +316981,0,0,0,0,0 +316982,0,0,0,0,0 +316983,0,0,0,0,0 +316984,0,0,0,0,0 +316985,0,0,0,0,0 +316986,0,0,0,0,0 +316987,0,0,0,0,0 +316988,0,0,0,0,0 +316989,0,0,0,0,0 +316990,0,0,0,0,0 +316991,0,0,0,0,0 +316992,0,0,0,0,0 +316993,0,0,0,0,0 +316994,0,0,0,0,0 +316995,0,0,0,0,0 +316996,0,0,0,0,0 +316997,0,0,0,0,0 +316998,0,0,0,0,0 +316999,0,0,0,0,0 +317000,0,0,0,0,0 +317001,0,0,0,0,0 +317002,0,0,0,0,0 +317003,0,0,0,0,0 +317004,0,0,0,0,0 +317005,0,0,0,0,0 +317006,0,0,0,0,0 +317007,0,0,0,0,0 +317008,0,0,0,0,0 +317009,0,0,0,0,0 +317010,0,0,0,0,0 +317011,0,0,0,0,0 +317012,0,0,0,0,0 +317013,0,0,0,0,0 +317014,0,0,0,0,0 +317015,0,0,0,0,0 +317016,0,0,0,0,0 +317017,0,0,0,0,0 +317018,0,0,0,0,0 +317019,0,0,0,0,0 +317020,0,0,0,0,0 +317021,0,0,0,0,0 +317022,0,0,0,0,0 +317023,0,0,0,0,0 +317024,0,0,0,0,0 +317025,0,0,0,0,0 +317026,0,0,0,0,0 +317027,0,0,0,0,0 +317028,0,0,0,0,0 +317029,0,0,0,0,0 +317030,0,0,0,0,0 +317031,0,0,0,0,0 +317032,0,0,0,0,0 +317033,0,0,0,0,0 +317034,0,0,0,0,0 +317035,0,0,0,0,0 +317036,0,0,0,0,0 +317037,0,0,0,0,0 +317038,0,0,0,0,0 +317039,0,0,0,0,0 +317040,0,0,0,0,0 +317041,0,0,0,0,0 +317042,0,0,0,0,0 +317043,0,0,0,0,0 +317044,0,0,0,0,0 +317045,0,0,0,0,0 +317046,0,0,0,0,0 +317047,0,0,0,0,0 +317048,0,0,0,0,0 +317049,0,0,0,0,0 +317050,0,0,0,0,0 +317051,0,0,0,0,0 +317052,0,0,0,0,0 +317053,0,0,0,0,0 +317054,0,0,0,0,0 +317055,0,0,0,0,0 +317056,0,0,0,0,0 +317057,0,0,0,0,0 +317058,0,0,0,0,0 +317059,0,0,0,0,0 +317060,0,0,0,0,0 +317061,0,0,0,0,0 +317062,0,0,0,0,0 +317063,0,0,0,0,0 +317064,0,0,0,0,0 +317065,0,0,0,0,0 +317066,0,0,0,0,0 +317067,0,0,0,0,0 +317068,0,0,0,0,0 +317069,0,0,0,0,0 +317070,0,0,0,0,0 +317071,0,0,0,0,0 +317072,0,0,0,0,0 +317073,0,0,0,0,0 +317074,0,0,0,0,0 +317075,0,0,0,0,0 +317076,0,0,0,0,0 +317077,0,0,0,0,0 +317078,0,0,0,0,0 +317079,0,0,0,0,0 +317080,0,0,0,0,0 +317081,0,0,0,0,0 +317082,0,0,0,0,0 +317083,0,0,0,0,0 +317084,0,0,0,0,0 +317085,0,0,0,0,0 +317086,0,0,0,0,0 +317087,0,0,0,0,0 +317088,0,0,0,0,0 +317089,0,0,0,0,0 +317090,0,0,0,0,0 +317091,0,0,0,0,0 +317092,0,0,0,0,0 +317093,0,0,0,0,0 +317094,0,0,0,0,0 +317095,0,0,0,0,0 +317096,0,0,0,0,0 +317097,0,0,0,0,0 +317098,0,0,0,0,0 +317099,0,0,0,0,0 +317100,0,0,0,0,0 +317101,0,0,0,0,0 +317102,0,0,0,0,0 +317103,0,0,0,0,0 +317104,0,0,0,0,0 +317105,0,0,0,0,0 +317106,0,0,0,0,0 +317107,0,0,0,0,0 +317108,0,0,0,0,0 +317109,0,0,0,0,0 +317110,0,0,0,0,0 +317111,0,0,0,0,0 +317112,0,0,0,0,0 +317113,0,0,0,0,0 +317114,0,0,0,0,0 +317115,0,0,0,0,0 +317116,0,0,0,0,0 +317117,0,0,0,0,0 +317118,0,0,0,0,0 +317119,0,0,0,0,0 +317120,0,0,0,0,0 +317121,0,0,0,0,0 +317122,0,0,0,0,0 +317123,0,0,0,0,0 +317124,0,0,0,0,0 +317125,0,0,0,0,0 +317126,0,0,0,0,0 +317127,0,0,0,0,0 +317128,0,0,0,0,0 +317129,0,0,0,0,0 +317130,0,0,0,0,0 +317131,0,0,0,0,0 +317132,0,0,0,0,0 +317133,0,0,0,0,0 +317134,0,0,0,0,0 +317135,0,0,0,0,0 +317136,0,0,0,0,0 +317137,0,0,0,0,0 +317138,0,0,0,0,0 +317139,0,0,0,0,0 +317140,0,0,0,0,0 +317141,0,0,0,0,0 +317142,0,0,0,0,0 +317143,0,0,0,0,0 +317144,0,0,0,0,0 +317145,0,0,0,0,0 +317146,0,0,0,0,0 +317147,0,0,0,0,0 +317148,0,0,0,0,0 +317149,0,0,0,0,0 +317150,0,0,0,0,0 +317151,0,0,0,0,0 +317152,0,0,0,0,0 +317153,0,0,0,0,0 +317154,0,0,0,0,0 +317155,0,0,0,0,0 +317156,0,0,0,0,0 +317157,0,0,0,0,0 +317158,0,0,0,0,0 +317159,0,0,0,0,0 +317160,0,0,0,0,0 +317161,0,0,0,0,0 +317162,0,0,0,0,0 +317163,0,0,0,0,0 +317164,0,0,0,0,0 +317165,0,0,0,0,0 +317166,0,0,0,0,0 +317167,0,0,0,0,0 +317168,0,0,0,0,0 +317169,0,0,0,0,0 +317170,0,0,0,0,0 +317171,0,0,0,0,0 +317172,0,0,0,0,0 +317173,0,0,0,0,0 +317174,0,0,0,0,0 +317175,0,0,0,0,0 +317176,0,0,0,0,0 +317177,0,0,0,0,0 +317178,0,0,0,0,0 +317179,0,0,0,0,0 +317180,0,0,0,0,0 +317181,0,0,0,0,0 +317182,0,0,0,0,0 +317183,0,0,0,0,0 +317184,0,0,0,0,0 +317185,0,0,0,0,0 +317186,0,0,0,0,0 +317187,0,0,0,0,0 +317188,0,0,0,0,0 +317189,0,0,0,0,0 +317190,0,0,0,0,0 +317191,0,0,0,0,0 +317192,0,0,0,0,0 +317193,0,0,0,0,0 +317194,0,0,0,0,0 +317195,0,0,0,0,0 +317196,0,0,0,0,0 +317197,0,0,0,0,0 +317198,0,0,0,0,0 +317199,0,0,0,0,0 +317200,0,0,0,0,0 +317201,0,0,0,0,0 +317202,0,0,0,0,0 +317203,0,0,0,0,0 +317204,0,0,0,0,0 +317205,0,0,0,0,0 +317206,0,0,0,0,0 +317207,0,0,0,0,0 +317208,0,0,0,0,0 +317209,0,0,0,0,0 +317210,0,0,0,0,0 +317211,0,0,0,0,0 +317212,0,0,0,0,0 +317213,0,0,0,0,0 +317214,0,0,0,0,0 +317215,0,0,0,0,0 +317216,0,0,0,0,0 +317217,0,0,0,0,0 +317218,0,0,0,0,0 +317219,0,0,0,0,0 +317220,0,0,0,0,0 +317221,204.8941604,88.17270251,213.6814793,92.1818613,-19.45079529 +317222,283.485587,124.1298642,292.5647987,127.9856752,130.1973869 +317223,273.807918,119.9781328,283.0669993,123.6193037,123.0607844 +317224,263.150098,115.4144686,272.5515253,118.8258254,114.0669478 +317225,253.1919508,111.2178907,262.7489491,114.3986877,104.7687693 +317226,244.3844796,107.5813659,254.121969,110.5394031,95.87945588 +317227,236.6304406,104.4430006,246.5684399,107.1874912,87.52937133 +317228,229.7161191,101.6958855,239.8758593,104.2345397,79.65323458 +317229,223.4733279,99.25187428,233.8667711,101.5910719,72.17096104 +317230,217.7867742,97.05632062,228.4289818,99.20138904,65.02853388 +317231,212.5790589,95.06801215,223.4784302,97.02391946,58.19256381 +317232,207.7877531,93.25934303,218.9561921,95.0306035,51.63819369 +317233,203.3608261,91.60565711,214.809566,93.19453142,45.34660146 +317234,199.2509679,90.08453822,210.9899648,91.49601378,39.29565684 +317235,195.4168831,88.67693553,207.4551736,89.91387708,33.46396703 +317236,191.8233885,87.36710697,204.1694373,88.43456506,27.83223352 +317237,188.4405413,86.14199802,201.1024027,87.04461889,22.38302417 +317238,185.2430545,84.99081658,198.228418,85.73229664,17.10101322 +317239,182.2130541,83.90447455,195.5254561,84.48788755,11.9722131 +317240,179.3272788,82.87528382,192.9745347,83.30341732,6.983832864 +317241,176.5686059,81.89682249,190.5594816,82.17233596,2.124586645 +317242,173.9279147,80.96361639,188.2662726,81.0890805,-2.615908968 +317243,171.3898161,80.07109459,186.0829608,80.04898837,-7.246752614 +317244,168.9433051,79.21530913,183.9990776,79.04801308,-11.77642816 +317245,166.5844095,78.39292282,182.0056155,78.0827176,-16.21247708 +317246,164.3018524,77.60113049,180.0948586,77.15019978,-20.56151633 +317247,162.091988,76.83750237,178.2600383,76.24793729,-24.82961611 +317248,159.9453904,76.09992752,176.4952051,75.373731,-29.02233387 +317249,157.8605593,75.38662163,174.7952409,74.52571248,-33.14452065 +317250,155.8296891,74.69599173,173.1555544,73.70220829,-37.20073878 +317251,153.8525872,74.02671349,171.5722445,72.90181709,-41.19484688 +317252,151.9303268,73.38790744,170.0626599,72.12916119,-45.13051102 +317253,150.0691093,72.78535457,168.6375002,71.38700114,-49.01101783 +317254,148.2639457,72.21975618,167.2973479,70.67525122,-52.83922148 +317255,146.5154543,71.68913962,166.0374842,69.99233556,-56.61778006 +317256,144.8163647,71.19091551,164.8519882,69.33636796,-60.34913643 +317257,143.1673819,70.7227784,163.7355328,68.70568027,-64.03536652 +317258,141.5619297,70.28276442,162.6834812,68.09881094,-67.67856752 +317259,140.0015062,69.86927878,161.6919703,67.51456335,-71.28042863 +317260,138.4801176,69.48088067,160.7574619,66.95182779,-74.84272892 +317261,136.9997943,69.11637265,159.8769546,66.40969222,-78.36676131 +317262,135.5549385,68.77461417,159.0475805,65.88726566,-81.8539791 +317263,134.1478578,68.45461904,158.2668229,65.38378067,-85.30554712 +317264,132.7732263,68.15545393,157.5322952,64.89849575,-88.72270884 +317265,131.433618,67.87631485,156.8419111,64.43077546,-92.10643802 +317266,130.1240101,67.616468,156.193755,63.98003464,-95.45764347 +317267,128.8470945,67.37520464,155.5859841,63.5456963,-98.77731475 +317268,127.5980456,67.15192511,155.0170124,63.12727817,-102.0661644 +317269,126.3797124,66.94601954,154.4852489,62.72427555,-105.3250795 +317270,125.1873938,66.75697727,153.989337,62.33627245,-108.5546703 +317271,124.0240997,66.58427991,153.5279192,61.96283616,-111.7556794 +317272,122.8887312,66.42743328,153.0997058,61.60355047,-114.9288448 +317273,121.7758957,66.28604941,152.7036555,61.25809866,-118.0745587 +317274,120.6891603,66.15968603,152.3386205,60.92610392,-121.1935033 +317275,119.6280784,66.04793385,152.0035383,60.60721742,-124.2862907 +317276,118.5874916,65.95042544,151.6974498,60.30112781,-127.3534248 +317277,117.5712165,65.86681405,151.4194527,60.00754061,-130.3953767 +317278,116.5789285,65.79676517,151.1686815,59.72617026,-133.4126168 +317279,115.6054573,65.73993607,150.9442622,59.45672007,-136.4056891 +317280,114.6546789,65.69601691,150.7454019,59.1989237,-139.3750463 +317281,115.1766001,66.32392595,152.0216178,59.61174064,-139.6842629 +317282,133.7262824,456.5908271,1250.234144,68.35332686,-106.0469048 +317283,786.1160512,590.3678407,1238.497509,755.8889003,-53.81857752 +317284,1237.764599,458.6681793,1084.196826,358.8252747,0.781930019 +317285,837.020889,516.8640343,1182.107215,472.7247967,50.5347074 +317286,1001.786035,528.4663731,1204.224051,484.5519757,94.14127659 +317287,1020.717833,538.2091487,1223.860018,493.6727627,132.442562 +317288,1038.018962,548.1744275,1242.479355,502.9939167,166.4929951 +317289,1054.106185,557.4332748,1260.864675,511.4740937,197.0449633 +317290,1069.685332,566.5583749,1278.594996,519.9427653,224.587286 +317291,1084.94695,575.6052937,1306.506141,528.3995247,249.472794 +317292,1099.968345,584.347485,1309.545683,536.1364551,271.9954567 +317293,1114.135604,593.0591714,1319.059884,544.1782621,292.418362 +317294,1128.347193,601.5174955,1353.312249,551.9100272,1162.567368 +317295,1142.057806,609.7440106,1360.291583,559.5227966,761.8446116 +317296,1155.668587,618.3747729,1378.267847,567.0738033,867.9514286 +317297,1168.853127,626.6163033,1393.808653,574.2056783,906.6740112 +317298,1181.977069,634.3491487,1409.272967,581.8300826,924.7675429 +317299,1194.69313,642.4769332,1424.505491,588.8346164,941.9202528 +317300,1207.379776,650.2394219,1439.3667,595.8754445,958.4234967 +317301,1219.668454,658.0445009,1454.159727,602.8637382,974.3921664 +317302,1231.895336,665.6776216,1468.706534,609.6909857,989.8169558 +317303,1243.933684,673.1690089,1482.94771,616.4151816,1004.862165 +317304,1255.650494,680.6906535,1497.287977,623.1200372,1019.379466 +317305,1267.313301,688.1158123,1511.164678,629.6382191,1033.466195 +317306,1278.224994,695.4086447,1524.979756,636.1736858,1046.891026 +317307,1290.303339,702.239882,1538.663276,642.5200743,1060.748412 +317308,1300.953409,709.9480657,1552.069845,648.8596785,1073.424222 +317309,1312.126534,716.7092127,1565.42454,655.1216719,1086.17856 +317310,1322.705939,723.8163548,1578.508557,661.2349865,1098.40506 +317311,1333.835331,731.2954711,1592.569783,667.5459411,1110.512196 +317312,1344.441986,738.8224114,1606.075705,673.711316,1122.052445 +317313,1355.157886,746.2036368,1619.92223,679.899177,1133.513115 +317314,1365.539411,753.670798,1633.312644,686.0341367,1144.709601 +317315,1376.100098,760.9830598,1662.014624,692.0370348,1155.42622 +317316,1386.314655,768.3820185,1642.666682,698.0899926,1166.192609 +317317,1396.288065,775.6186798,1676.581884,703.9726997,1176.391432 +317318,1406.550582,782.9082325,1687.695239,709.8835624,1186.639379 +317319,1416.337587,790.1640617,1698.639776,715.746004,1196.506159 +317320,1426.132476,797.2971434,1712.257828,721.4735831,1206.201279 +317321,1435.907582,804.5157913,1724.959131,727.2297426,1215.642984 +317322,1445.428203,811.567609,1737.760725,732.9421101,1225.00824 +317323,1454.824388,818.6781039,1750.070942,738.5194452,1234.068045 +317324,1464.467759,825.7586988,1762.833617,744.1325542,1242.993051 +317325,1473.524267,832.7114843,1782.173051,749.6675649,1251.73136 +317326,1482.6904,839.7203794,1787.61852,755.2003133,1260.250774 +317327,1491.968415,846.7013056,1787.655701,760.5977047,1268.78693 +317328,1481.839181,844.8416113,1799.389892,757.3507244,1242.68112 +317329,1333.274324,780.1690669,1645.169729,691.0770952,965.3833078 +317330,1569.140795,886.5641551,1900.507945,796.9927737,1407.123303 +317331,1503.021757,862.959075,1815.653868,770.5287001,1261.598241 +317332,1758.056103,982.3484201,2084.45353,887.988257,1710.592807 +317333,1232.911585,746.6857799,1544.388517,651.3951139,746.1658639 +317334,1853.877122,1028.363058,2118.616756,932.4862035,1892.436 +317335,1206.56517,741.7453075,1658.369461,642.6406667,664.9200294 +317336,1942.900192,1074.399692,2105.84819,975.3997201,2057.024622 +317337,1184.13523,737.3288304,1706.962045,635.0901849,587.3753631 +317338,1966.826509,1090.932501,2103.347973,988.7586214,2093.171882 +317339,1200.913013,750.2708731,1748.231866,645.4290511,601.7747333 +317340,1983.708351,1105.113026,2097.897473,999.1783378,2105.311809 +317341,1838.239692,1036.247565,2051.13949,928.5121383,1765.942638 +317342,2051.249276,1134.630416,2045.781255,1030.026973,2204.435111 +317343,2028.100815,1127.192689,2063.168448,1009.475849,2108.375764 +317344,2038.526926,1134.730361,2084.667346,1031.790111,2137.913091 +317345,2049.185747,1142.385244,2104.96249,1019.722383,2138.739167 +317346,2059.441061,1149.900744,2119.927836,1051.523662,2151.888346 +317347,2080.088822,1157.515583,2132.867504,1020.954948,2154.346035 +317348,2070.217054,1164.99675,2144.451577,1052.455628,2167.971567 +317349,2089.047245,1172.32028,2155.016551,1051.405131,2170.238781 +317350,2102.391308,1179.747958,2164.73435,1057.142812,2181.750909 +317351,2108.993387,1187.00691,2173.876896,1063.351093,2188.676953 +317352,2119.77435,1194.420678,2182.450174,1068.950866,2194.081585 +317353,2129.343155,1201.64423,2190.229721,1074.64839,2194.972244 +317354,2139.098556,1208.899966,2197.045025,1080.258956,2193.918879 +317355,2148.676569,1216.114949,2202.875556,1085.912532,2191.05339 +317356,2158.335179,1223.30147,2207.843918,1091.373445,2187.938352 +317357,2167.608725,1230.458918,2212.141636,1096.886739,2184.70154 +317358,2176.985743,1237.592873,2215.96136,1102.54977,2181.458459 +317359,2186.658095,1244.698727,2219.433802,1107.875917,2178.255617 +317360,2195.652514,1253.242695,2222.65963,1113.391503,2175.133976 +317361,2205.027715,1262.903249,2225.701437,1118.81184,2172.104042 +317362,2214.210251,1266.380319,2228.623359,1124.216516,2169.196363 +317363,2223.490843,1279.23527,2231.642748,1129.604597,2166.409547 +317364,2252.20391,1278.956214,2234.368737,1134.968054,2163.706625 +317365,2212.076938,1297.007414,2237.088908,1140.37914,2161.170396 +317366,2264.70333,1288.984233,2239.824889,1145.597404,2158.799898 +317367,2256.551715,1282.489199,2242.556188,1150.880601,2156.54945 +317368,2268.382824,1319.619194,2245.240986,1156.333177,2154.350547 +317369,2277.391438,1311.048225,2247.86255,1161.438198,2152.173271 +317370,2286.383406,1321.065526,2250.468817,1166.751676,2150.060452 +317371,2315.902194,1328.304904,2253.041856,1171.69013,2147.980454 +317372,2271.630668,1334.979867,2255.625518,1176.56993,2146.019542 +317373,2328.53941,1364.814064,2258.15534,1175.479,2144.116965 +317374,2318.868727,1375.315259,2260.915631,1179.103837,2142.145052 +317375,2354.459832,1383.949084,2263.777282,1183.375141,2140.134903 +317376,2302.883544,1392.300225,2266.663187,1187.715856,2138.243304 +317377,2364.343488,1400.630168,2269.454638,1191.882281,2136.443718 +317378,2351.598616,1408.413615,2272.051147,1196.227267,2134.627799 +317379,2382.244767,1416.355213,2274.668286,1200.424546,2132.802119 +317380,2343.459104,1424.114508,2277.026135,1204.895712,2131.068759 +317381,2416.247116,1431.8116,2279.629783,1208.987398,2129.773392 +317382,2377.686382,1439.442322,2282.233783,1213.314253,2128.592803 +317383,2394.94568,1447.099591,2284.600333,1217.546855,2127.220611 +317384,2408.017082,1454.470844,2288.930434,1221.780519,2128.355498 +317385,2412.810992,1461.897063,2291.016905,1226.079939,2126.826003 +317386,2421.156075,1469.428581,2294.102875,1230.087212,2126.372995 +317387,2428.90035,1476.806788,2297.276347,1234.461661,2126.378571 +317388,2437.038566,1483.986912,2300.625889,1238.575867,2126.669702 +317389,2444.781186,1491.318481,2304.20002,1242.759266,2127.115387 +317390,2452.419523,1498.524242,2307.660724,1246.918993,2127.64472 +317391,2460.484335,1505.70248,2310.786903,1251.06621,2128.219951 +317392,2468.132272,1512.839244,2314.237399,1255.281394,2128.810916 +317393,2475.909532,1519.940976,2317.794205,1259.282006,2129.391767 +317394,2483.439252,1527.004469,2321.152923,1263.451069,2130.15424 +317395,2491.412109,1534.031757,2324.659808,1267.536898,2130.674243 +317396,2498.987893,1541.024171,2327.963803,1271.623156,2131.170094 +317397,2514.317717,1547.98205,2331.341675,1280.805781,2131.78718 +317398,2510.860347,1555.001404,2334.676269,1274.257921,2132.378686 +317399,2523.087224,1561.747363,2337.812921,1301.77135,2132.749945 +317400,2530.208508,1568.675505,2340.941276,1262.938876,2133.130288 +317401,2542.806358,1577.903183,2346.437352,1306.348797,2137.41783 +317402,2551.501726,1585.143074,2353.61114,1295.935354,2144.105515 +317403,2558.59633,1591.974737,2357.983949,1302.816885,2147.44015 +317404,2566.289736,1598.893225,2362.648544,1306.768622,2151.164471 +317405,2573.713902,1605.462598,2367.21202,1310.846455,2154.762015 +317406,2580.731877,1612.199933,2371.629023,1314.805931,2158.161899 +317407,2590.718581,1637.495205,2375.940415,1314.552755,2161.415175 +317408,2598.292174,1642.193677,2380.113321,1317.546236,2164.572849 +317409,2605.338513,1657.450002,2384.131624,1320.941041,2167.604508 +317410,2612.719576,1650.210352,2388.028933,1324.418067,2170.51483 +317411,2619.506226,1657.371136,2391.859366,1327.92447,2173.349683 +317412,2634.553058,1676.779554,2395.747227,1331.439297,2176.253599 +317413,2623.410084,1676.585774,2399.382007,1335.038382,2178.847094 +317414,2651.81091,1685.240521,2402.93705,1338.419477,2181.342262 +317415,2645.581668,1691.969901,2406.810392,1341.983724,2183.988323 +317416,2654.927815,1698.805363,2410.300011,1345.464923,2186.416119 +317417,2662.62114,1705.483181,2413.676435,1348.862484,2188.717126 +317418,2669.179029,1712.108634,2417.067157,1352.469815,2191.045191 +317419,2675.960652,1718.66873,2420.421554,1355.874697,2193.333331 +317420,2682.640273,1725.271073,2423.738778,1359.345515,2195.583503 +317421,2689.7149,1731.546856,2427.031485,1362.79349,2197.812857 +317422,2696.540878,1737.998368,2430.453504,1366.231131,2200.212122 +317423,2709.888117,1744.29732,2433.694642,1369.746275,2202.402074 +317424,2708.017412,1750.4439,2437.048949,1373.030605,2204.744323 +317425,2716.648043,1756.808958,2440.18366,1376.499099,2206.829862 +317426,2723.89861,1762.874279,2443.2579,1379.880913,2208.851915 +317427,2730.046515,1769.087772,2446.35477,1383.264473,2210.912558 +317428,2736.850838,1774.95721,2449.433438,1386.637699,2212.959566 +317429,2743.953782,1781.014545,2452.485646,1389.999909,2214.985387 +317430,2757.049421,1786.922652,2455.657875,1393.351331,2217.170089 +317431,2746.719339,1791.289317,2458.619054,1396.194165,2219.311368 +317432,2769.429888,1795.390386,2461.402921,1398.922153,2221.098974 +317433,2766.254504,1799.322189,2464.223689,1401.585725,2223.05949 +317434,2771.22788,1803.107044,2466.784648,1404.196532,2224.840565 +317435,2777.036298,1806.757515,2468.357204,1406.758368,2226.44951 +317436,2789.705518,1810.287358,2469.632375,1409.370495,2228.30497 +317437,2779.069862,1813.701607,2470.725302,1411.714438,2230.006881 +317438,2799.387474,1817.007036,2471.874674,1414.221953,2231.584021 +317439,2797.54558,1820.319408,2473.38421,1416.614232,2233.359238 +317440,2801.395674,1823.249217,2474.959483,1420.404253,2235.012803 +317441,2806.842248,1826.327872,2476.516122,1420.692,2236.49482 +317442,2818.355367,1829.214714,2478.320774,1428.238314,2238.174141 +317443,2816.723865,1832.024062,2480.268417,1418.186804,2239.949369 +317444,2820.13345,1834.743202,2482.016689,1451.085672,2241.417091 +317445,2825.24394,1837.969206,2483.687968,1401.185249,2242.739773 +317446,2836.279782,1841.142432,2485.585798,1445.968761,2244.299354 +317447,2835.713119,1841.843116,2487.544553,1448.85398,2245.902089 +317448,2838.012585,1849.213637,2489.34748,1411.416986,2247.289283 +317449,2848.353945,1839.105389,2491.188157,1450.867452,2248.90204 +317450,2848.852658,1872.87204,2493.048477,1438.410054,2250.303552 +317451,2850.509562,1823.266568,2494.78115,1442.757899,2251.53353 +317452,2853.265768,1869.845352,2496.354915,1444.914808,2252.561306 +317453,2856.550431,1877.16197,2497.757531,1446.871553,2253.373402 +317454,2858.354895,1830.811492,2499.142185,1448.732181,2254.157447 +317455,2858.781762,1878.646592,2500.444592,1450.798983,2254.834432 +317456,2859.082061,1863.686886,2501.706736,1452.637239,2255.221942 +317457,2859.375168,1868.887623,2502.586163,1454.531325,2255.384325 +317458,2859.730782,1871.431098,2503.343852,1456.389583,2255.596127 +317459,2860.133558,1873.548577,2504.005882,1458.317604,2255.462443 +317460,2860.586757,1875.888513,2504.607261,1459.989461,2255.249988 +317461,2862.063355,1824.266027,2506.041947,1408.527089,2256.466302 +317462,2836.916973,1825.060148,2502.105419,1409.219174,2249.593346 +317463,2731.417731,1826.278338,2492.725458,1410.179296,2234.986917 +317464,2804.664598,1827.217099,2482.771923,1411.322941,2219.161554 +317465,2794.436266,1829.753235,2476.617604,1415.886755,2207.665456 +317466,2783.018262,1829.470556,2473.164718,1408.315879,2199.799231 +317467,2798.75475,1833.637818,2471.018392,1430.574374,2193.773506 +317468,2796.926296,1826.352637,2470.110589,1395.475899,2189.552016 +317469,2798.063872,1847.785852,2469.811538,1426.520567,2186.367785 +317470,2807.788343,1814.030998,2469.93586,1427.503919,2183.973574 +317471,2797.837018,1868.08593,2470.224117,1402.085806,2182.028009 +317472,2811.224042,1796.85086,2470.646198,1428.603257,2180.469352 +317473,2810.709332,1852.681787,2471.3369,1435.710028,2179.440297 +317474,2811.532873,1859.63877,2472.036098,1391.405229,2178.59915 +317475,2813.588071,1818.634105,2471.894595,1426.486262,2177.908613 +317476,2822.525061,1860.185244,2471.408877,1417.115069,2177.574098 +317477,2814.387724,1870.07198,2470.746883,1409.341021,2177.247338 +317478,2824.487499,1813.25119,2470.17815,1433.259389,2176.96808 +317479,2825.037745,1866.269678,2469.992383,1395.562547,2177.020235 +317480,2825.881307,1870.308916,2469.893499,1427.360889,2177.063711 +317481,2827.255157,1815.529916,2469.806341,1423.100401,2177.042618 +317482,2829.115896,1866.910785,2469.81622,1407.793882,2177.092228 +317483,2831.03388,1871.279475,2469.790987,1424.364195,2177.264982 +317484,2833.032436,1815.884194,2469.84582,1429.892773,2177.300391 +317485,2834.199599,1867.211624,2470.004977,1403.648474,2177.438573 +317486,2834.46809,1870.373356,2470.057632,1429.075496,2177.433828 +317487,2834.695108,1816.833589,2470.233294,1432.905447,2177.335545 +317488,2835.044615,1866.216675,2470.218986,1402.682744,2177.245744 +317489,2835.309385,1868.842223,2470.088085,1432.165284,2177.014797 +317490,2835.57468,1816.947249,2469.913576,1437.942276,2176.725644 +317491,2835.988754,1865.540056,2469.804992,1399.904131,2176.510819 +317492,2836.375709,1873.874049,2469.687437,1437.769865,2176.196903 +317493,2836.887294,1813.99085,2469.681156,1424.790995,2175.875056 +317494,2837.595809,1870.649852,2469.841328,1428.709213,2175.604362 +317495,2838.315954,1849.843986,2470.049305,1430.271025,2175.255679 +317496,2841.801852,1854.261705,2472.068661,1431.785321,2177.012238 +317497,2841.269436,1855.3397,2471.569667,1433.327433,2175.607918 +317498,2841.607911,1856.187186,2471.657208,1434.907551,2174.838131 +317499,2842.232305,1857.037758,2471.940496,1436.413533,2174.225881 +317500,2843.031397,1857.868844,2472.34774,1438.175187,2173.694807 +317501,2843.945964,1858.677578,2472.845163,1439.756175,2173.216514 +317502,2844.93743,1859.345316,2473.41099,1441.438012,2172.774144 +317503,2845.982254,1860.271601,2474.03113,1443.219017,2172.357438 +317504,2847.066585,1860.924207,2474.696219,1444.788986,2171.959714 +317505,2848.183661,1861.645158,2475.400998,1446.581878,2171.578351 +317506,2849.327698,1862.320671,2476.140301,1448.313194,2171.209381 +317507,2850.495714,1862.965471,2476.911347,1450.07527,2170.852129 +317508,2851.684895,1863.579128,2477.711306,1451.854701,2170.505018 +317509,2852.893039,1864.160873,2478.53791,1453.650402,2170.166968 +317510,2854.118275,1864.82792,2479.389248,1455.461808,2169.837184 +317511,2855.35966,1865.173449,2480.26402,1457.288521,2169.515337 +317512,2856.616551,1865.735844,2481.161237,1459.129983,2169.201397 +317513,2857.887413,1866.166047,2482.079386,1461.081766,2168.894525 +317514,2859.171744,1866.577517,2483.017672,1462.807084,2168.59466 +317515,2860.459647,1866.954375,2483.969342,1468.583343,2168.294382 +317516,2861.772532,1867.295491,2484.947638,1461.01235,2168.010561 +317517,2863.061533,1867.600551,2485.920971,1489.61222,2167.705241 +317518,2864.410395,1867.869479,2486.942462,1442.736133,2167.443934 +317519,2865.814058,1868.101748,2488.008927,1485.335947,2167.223566 +317520,2867.167344,1868.297258,2489.053378,1471.722035,2166.963128 +317521,2867.788742,1758.421755,2489.170762,1367.087905,2164.781195 +317522,2854.083857,1755.909645,2479.52824,1366.922642,2147.324276 +317523,2833.994926,1754.100442,2465.350342,1367.24938,2122.099927 +317524,2815.598864,1752.992486,2451.988443,1368.134125,2096.723219 +317525,2802.001661,1751.529827,2441.559447,1368.998101,2075.00928 +317526,2788.180582,1750.486216,2433.649205,1370.159878,2056.842722 +317527,2730.35259,1749.383708,2426.54668,1371.231665,2039.787124 +317528,2760.655691,1748.324966,2419.954102,1372.547538,2023.763017 +317529,2757.580976,1747.282305,2415.287225,1373.741494,2010.507149 +317530,2756.139137,1746.243394,2412.095901,1375.157966,1999.489637 +317531,2756.757606,1745.203673,2409.614586,1376.437379,1989.777422 +317532,2765.802068,1744.159799,2407.895815,1377.931829,1981.403501 +317533,2757.282261,1743.10748,2406.646468,1379.281965,1974.000093 +317534,2767.028235,1742.044,2405.652947,1380.840938,1967.256499 +317535,2767.55645,1740.969069,2405.216185,1382.343741,1961.278177 +317536,2768.617474,1739.880091,2404.79357,1383.926996,1955.841807 +317537,2770.239757,1738.776473,2404.417478,1387.985926,1950.721254 +317538,2770.563673,1737.657676,2404.084859,1383.297414,1945.864176 +317539,2769.835327,1736.522843,2403.692988,1401.832104,1941.12171 +317540,2769.110668,1735.371954,2403.240246,1372.507657,1936.453989 +317541,2768.419166,1734.20459,2402.72145,1400.245396,1931.842492 +317542,2767.685465,1733.020732,2402.092693,1410.289247,1927.200701 +317543,2767.040239,1731.820727,2401.459862,1367.643421,1922.652418 +317544,2766.499822,1730.604131,2400.85026,1410.129857,1918.206111 +317545,2765.914038,1729.371177,2400.183369,1395.973318,1913.762876 +317546,2765.351361,1728.122328,2399.508861,1400.37038,1909.361591 +317547,2764.820277,1726.857518,2398.839763,1402.237335,1905.021007 +317548,2764.324177,1725.576967,2398.180377,1404.028349,1900.727954 +317549,2763.843754,1724.29873,2397.523432,1405.956537,1896.478046 +317550,2763.3997,1722.975158,2396.883302,1407.906317,1892.270492 +317551,2762.967933,1720.776618,2396.248019,1408.986548,1888.099181 +317552,2762.491138,1718.38635,2395.552261,1410.224907,1883.966324 +317553,2761.936706,1715.89621,2394.757374,1411.359127,1879.867212 +317554,2761.307767,1713.33147,2393.86423,1412.486665,1875.805236 +317555,2763.323303,1710.70843,2394.620436,1413.600723,1873.901107 +317556,2761.192477,1708.022247,2392.704053,1414.691785,1868.855186 +317557,2759.844993,1705.298174,2391.253127,1415.780216,1864.471103 +317558,2758.704524,1702.525571,2389.888153,1416.853275,1860.258076 +317559,2757.672395,1699.714388,2388.551329,1417.918047,1856.137654 +317560,2756.69165,1696.866823,2387.213919,1420.785082,1852.069693 +317561,2755.732445,1693.986072,2385.863512,1420.272992,1848.034994 +317562,2754.770567,1691.075028,2384.488397,1426.118305,1844.013826 +317563,2753.827588,1688.13646,2383.104499,1413.658795,1840.02032 +317564,2752.889187,1685.172871,2381.703851,1425.970752,1836.039536 +317565,2751.912602,1682.186792,2380.259918,1424.077768,1832.034447 +317566,2750.910214,1679.180711,2378.780664,1424.902715,1828.01022 +317567,2749.91286,1676.156879,2377.292242,1426.182321,1824.00569 +317568,2750.459964,1673.118711,2377.334408,1427.20262,1822.81752 +317569,2750.944164,1670.04487,2377.323046,1428.09129,1821.588632 +317570,2751.322867,1666.969916,2377.224658,1429.232448,1820.262602 +317571,2751.604656,1663.883367,2377.043214,1430.15245,1818.834911 +317572,2751.818627,1660.789203,2376.798394,1431.153482,1817.32461 +317573,2751.991291,1657.689335,2376.509227,1432.233062,1815.752683 +317574,2752.13368,1654.58561,2376.185053,1435.810061,1814.129891 +317575,2752.272206,1651.368925,2375.844915,1430.294213,1812.47982 +317576,2752.368551,1649.32107,2375.466266,1452.41227,1810.775631 +317577,2752.49924,1646.882694,2375.09957,1412.498068,1809.080024 +317578,2752.661194,1644.262121,2374.744531,1448.210081,1807.393949 +317579,2752.768309,1641.73649,2374.347684,1435.467095,1805.653307 +317580,2752.863106,1639.197251,2373.936951,1438.931068,1803.893135 +317581,2753.740944,1759.433271,2374.104055,1561.28837,1802.974341 +317582,2769.942119,1718.169004,2384.604588,1542.280936,1818.147949 +317583,2792.371948,1752.732828,2399.51908,1554.461554,1841.166802 +317584,2812.588987,1749.5959,2413.310041,1554.423722,1863.649478 +317585,2827.760346,1719.038522,2424.046007,1556.032356,1882.000826 +317586,2838.598216,1745.074791,2431.884747,1557.676463,1896.90976 +317587,2845.87681,1749.282642,2437.594458,1559.218994,1908.875748 +317588,2851.311897,1707.395325,2442.010419,1560.926064,1918.625916 +317589,2855.690608,1742.542556,2445.603334,1562.426745,1926.865376 +317590,2859.255729,1745.588982,2448.527883,1563.954404,1933.80457 +317591,2862.382532,1698.559238,2451.038433,1565.40401,1939.993004 +317592,2865.316451,1738.633366,2453.311311,1572.511304,1945.283171 +317593,2867.746303,1740.128807,2455.166789,1560.21152,1949.67821 +317594,2870.026042,1692.838209,2456.84561,1578.898788,1953.514011 +317595,2872.320941,1734.46965,2458.465944,1568.274405,1956.973022 +317596,2874.266128,1738.805056,2459.80646,1573.434121,1959.817134 +317597,2876.138094,1687.083694,2461.052167,1574.530008,1962.304466 +317598,2878.091162,1733.691612,2462.308861,1579.027013,1964.593307 +317599,2879.943233,1738.91155,2463.467758,1581.798937,1966.576111 +317600,2881.865044,1681.486101,2464.644213,1584.288456,1968.418811 +317601,2883.830832,1733.634586,2465.827333,1587.020006,1970.129361 +317602,2885.603658,1738.351351,2466.870143,1589.653793,1971.545151 +317603,2887.404871,1677.597253,2467.915963,1592.300562,1972.857988 +317604,2889.254692,1733.131304,2468.979508,1595.075627,1974.09965 +317605,2890.985748,1710.879007,2469.956014,1597.872948,1975.153407 +317606,2895.404212,1714.048764,2472.644573,1600.814418,1978.254092 +317607,2895.60304,1713.738112,2472.648137,1603.445257,1977.99481 +317608,2896.649918,1713.308664,2473.1841,1606.32065,1978.336571 +317609,2897.975484,1712.89713,2473.875297,1609.420799,1978.810944 +317610,2899.449545,1712.497974,2474.641513,1612.302266,1979.328483 +317611,2900.983104,1711.624571,2475.433214,1614.602512,1979.839725 +317612,2902.476508,1710.690915,2476.163425,1617.072212,1980.30985 +317613,2903.891437,1709.680409,2476.790447,1619.31387,1980.739258 +317614,2905.04569,1708.643865,2477.151199,1621.61392,1980.869499 +317615,2906.110294,1707.577554,2477.156785,1623.806831,1980.76593 +317616,2906.540513,1706.481865,2476.866768,1626.222841,1980.096692 +317617,2906.714774,1705.357787,2476.343478,1628.384896,1979.159096 +317618,2907.677959,1704.206942,2476.578618,1630.656023,1979.704295 +317619,2908.067853,1703.026261,2476.116764,1632.799341,1978.986699 +317620,2907.496625,1701.819667,2474.767444,1634.996938,1976.852567 +317621,2906.987256,1700.587404,2473.532546,1642.36685,1975.092053 +317622,2906.186352,1714.524102,2472.086653,1628.340262,1973.139792 +317623,2907.410838,1656.86759,2471.975841,1644.659169,1975.125928 +317624,2907.678668,1703.693779,2470.205386,1631.919216,1974.762257 +317625,2909.089372,1694.157471,2469.599019,1648.579682,1976.794066 +317626,2912.868828,1667.866401,2471.23047,1641.789442,1982.436769 +317627,2915.579545,1712.174589,2471.755335,1646.058163,1985.580308 +317628,2913.889468,1648.032218,2468.176598,1648.513768,1981.181206 +317629,2910.142499,1694.740077,2463.074912,1650.522938,1974.273664 +317630,2907.27454,1681.880309,2459.156951,1652.685484,1969.641676 +317631,2910.297252,1665.995594,2460.936795,1655.476151,1975.063601 +317632,2916.312328,1691.501232,2465.06238,1657.78025,1984.030452 +317633,2915.178591,1654.711262,2461.88127,1659.82413,1979.501289 +317634,2910.303559,1698.231855,2455.747399,1662.111525,1970.347353 +317635,2912.866188,1640.704894,2457.281991,1664.850576,1975.325817 +317636,2912.831,1703.806468,2455.608247,1666.878079,1973.845473 +317637,2908.231445,1630.229918,2449.668012,1669.246895,1964.926421 +317638,2904.911471,1680.647153,2445.362908,1676.524449,1959.361354 +317639,2902.235766,1663.351448,2441.629291,1672.584695,1954.801601 +317640,2899.828163,1658.454838,2438.124256,1676.455961,1950.679889 +317641,2898.131371,1680.662527,2435.000125,1702.987571,1946.983976 +317642,2910.675518,1683.214452,2444.239195,1706.109604,1965.065231 +317643,2929.545974,1680.361141,2457.876536,1710.30835,1990.023043 +317644,2933.960248,1679.614091,2457.530065,1711.974872,1989.731355 +317645,2939.083482,1703.078764,2459.490919,1715.211658,1995.25444 +317646,2941.679392,1640.647953,2459.691778,1718.398105,1997.774038 +317647,2940.439473,1693.03483,2456.44279,1725.712111,1994.476126 +317648,2939.14427,1687.663852,2454.106325,1718.02997,1993.600296 +317649,2938.326132,1647.151226,2452.216789,1731.122627,1993.505111 +317650,2938.331223,1683.025768,2450.738767,1729.452816,1994.002312 +317651,2938.256466,1686.066148,2449.442555,1736.04268,1994.776394 +317652,2938.5737,1639.336294,2448.314735,1734.743822,1995.806701 +317653,2938.469672,1679.404716,2447.263033,1737.090453,1996.96988 +317654,2939.12301,1670.655746,2446.30058,1743.737571,1998.277295 +317655,2939.662686,1641.382354,2445.188794,1742.910109,1999.83248 +317656,2940.624413,1690.773305,2443.961413,1748.573319,2001.516635 +317657,2941.450833,1616.211066,2442.79841,1748.358843,2003.328882 +317658,2951.604896,1670.87353,2450.39842,1752.787397,2020.647766 +317659,2957.702867,1647.339441,2453.220439,1756.371526,2028.05753 +317660,2956.480508,1648.911745,2449.13978,1756.965077,2023.561182 +317661,2955.2123,1646.966774,2446.339686,1758.162208,2022.346136 +317662,2954.446928,1644.842016,2444.058125,1760.099942,2022.009425 +317663,2953.954016,1642.706887,2441.992477,1760.153346,2021.987895 +317664,2953.54119,1640.533507,2439.979172,1760.397221,2022.054528 +317665,2953.119756,1638.333327,2437.952265,1760.856598,2022.119844 +317666,2961.390348,1635.988436,2444.286723,1765.698324,2037.082176 +317667,2974.520248,1633.878115,2454.062579,1773.84278,2056.858327 +317668,2977.159111,1631.483101,2452.987292,1777.493631,2056.519101 +317669,2979.718736,1629.178394,2452.929458,1780.02823,2059.392281 +317670,2986.335034,1626.807814,2457.183198,1784.602589,2070.010293 +317671,2986.083608,1625.200475,2454.283739,1786.315547,2067.3077 +317672,2981.396295,1623.755038,2448.082947,1785.406301,2059.561282 +317673,2977.516412,1622.369768,2443.367063,1784.614969,2054.925077 +317674,2974.394856,1621.019976,2439.368934,1784.401322,2051.306756 +317675,2978.241112,1619.710969,2442.007112,1787.74334,2059.231726 +317676,2979.986112,1618.409405,2441.648683,1790.819012,2060.661714 +317677,2982.681874,1617.038101,2442.472097,1794.221271,2064.323159 +317678,2983.462461,1616.069254,2441.332241,1796.811195,2064.218269 +317679,2979.831136,1614.604411,2436.24751,1797.118721,2057.278469 +317680,2976.703049,1613.391813,2432.309258,1797.300482,2052.957422 +317681,2980.497912,1612.356854,2434.998851,1800.914256,2060.323686 +317682,2988.520589,1611.213805,2440.788302,1807.249308,2072.163506 +317683,2989.11844,1609.899715,2438.810183,1810.446739,2069.478838 +317684,2990.164396,1608.85122,2438.265759,1813.197138,2070.293246 +317685,2995.101857,1607.707033,2441.452526,1817.8546,2077.63742 +317686,2994.294426,1606.580404,2438.60655,1820.129177,2073.660521 +317687,2994.399921,1605.48956,2437.431494,1822.374437,2073.413509 +317688,2998.257039,1604.397196,2439.774457,1826.538992,2079.288661 +317689,3001.467822,1603.309633,2440.983183,1830.786554,2082.584515 +317690,2999.463281,1602.235606,2437.254575,1832.510303,2077.149829 +317691,2994.448141,1601.180413,2431.38308,1832.500643,2068.644427 +317692,2995.012258,1600.138169,2431.325006,1835.076542,2070.933953 +317693,2994.38571,1599.08469,2429.38104,1837.706055,2069.123513 +317694,2995.254131,1598.057606,2428.999563,1841.023552,2070.250508 +317695,2999.776409,1597.03302,2431.904654,1846.263232,2076.996862 +317696,2998.596004,1596.004456,2428.807211,1849.106935,2072.531238 +317697,2998.406972,1595.00826,2427.428255,1851.940146,2071.887471 +317698,2996.995463,1594.001491,2424.771374,1854.291286,2068.851155 +317699,2992.221253,1593.00778,2419.082171,1854.949526,2060.628357 +317700,2993.752819,1592.033245,2419.922708,1858.373678,2064.520527 +317701,2993.376674,1557.94661,2418.01065,1861.519047,2062.604091 +317702,2983.847453,1556.737946,2408.506467,1859.605321,2048.370031 +317703,2972.807653,1555.603604,2398.496507,1856.621,2034.009456 +317704,2970.021868,1554.539111,2396.074812,1858.124063,2032.560642 +317705,2973.678713,1553.477391,2398.29534,1863.898612,2037.597763 +317706,2970.710321,1552.4268,2393.035696,1867.196084,2028.06529 +317707,2969.485477,1551.417854,2390.325196,1870.633173,2023.86538 +317708,2967.232599,1550.399159,2386.485072,1873.56537,2017.445907 +317709,2961.017589,1549.398653,2379.088373,1874.362792,2004.950662 +317710,2962.44383,1548.422087,2379.671581,1878.382274,2007.330965 +317711,2962.036004,1547.425764,2377.486068,1882.170801,2003.814005 +317712,2963.350632,1546.46225,2377.215619,1886.582721,2004.037469 +317713,2962.591745,1545.493144,2374.72492,1890.120516,2000.130974 +317714,2963.618596,1544.543928,2374.258591,1894.488513,2000.185707 +317715,2962.644539,1543.590734,2371.661668,1897.822772,1996.280616 +317716,2956.748853,1542.650239,2364.648828,1898.593627,1984.895841 +317717,2959.041852,1541.732227,2366.220862,1902.858451,1989.568309 +317718,2959.119825,1540.788179,2364.541855,1906.835084,1987.372304 +317719,2960.948079,1539.876613,2364.823798,1911.470683,1989.011298 +317720,2968.045309,1538.962377,2369.901047,1918.81108,1998.932234 +317721,2973.574564,1538.043446,2372.721471,1925.888145,2004.075299 +317722,2970.665195,1537.135132,2367.629216,1928.778581,1995.332465 +317723,2962.889379,1536.244705,2359.07602,1928.56152,1981.662059 +317724,2956.158243,1535.357672,2352.300785,1928.417292,1971.964989 +317725,2958.547666,1534.475285,2354.206086,1932.796341,1977.687828 +317726,2966.816784,1533.582797,2360.442204,1940.903532,1989.844008 +317727,2973.091945,1532.694956,2363.823126,1948.628495,1996.008358 +317728,2970.057362,1531.814893,2358.485924,1951.6617,1986.892709 +317729,2961.726278,1530.952953,2349.399684,1951.2482,1972.450028 +317730,2954.513775,1530.093355,2342.21988,1950.885335,1962.251391 +317731,2957.178509,1529.287791,2344.440431,1955.414053,1968.735644 +317732,2957.163883,1528.474138,2342.666836,1959.608781,1966.729045 +317733,2950.321784,1527.690815,2334.643943,1960.243862,1953.966721 +317734,2944.088691,1526.925041,2328.173183,1960.461733,1944.96382 +317735,2938.656784,1526.264578,2322.448746,1961.055989,1937.285705 +317736,2944.849339,1525.355476,2327.782953,1967.487115,1949.199707 +317737,2947.318514,1524.660241,2327.859762,1972.980506,1950.074777 +317738,2951.566955,1523.91268,2330.112096,1978.9397,1955.288373 +317739,2962.781233,1523.06521,2338.748593,1988.409334,1971.474231 +317740,2961.891716,1522.476734,2334.796282,1992.687498,1964.208878 +317741,2953.123486,1521.69074,2324.985465,1992.066943,1948.192788 +317742,2945.533851,1521.103539,2317.515609,1991.301512,1937.522758 +317743,2939.076787,1520.232701,2311.077369,1991.227395,1928.652692 +317744,2945.232743,1519.617446,2316.601786,1997.376103,1940.966701 +317745,2947.471746,1518.879461,2316.523021,2003.032639,1941.498476 +317746,2940.275504,1518.187648,2307.8487,2003.5157,1927.253961 +317747,2933.702214,1517.516538,2301.099868,2003.378148,1917.783789 +317748,2941.085274,1516.846668,2307.769607,2009.941205,1932.192848 +317749,2957.261928,1516.160653,2320.863045,2022.032258,1955.976032 +317750,2957.940189,1515.466283,2317.66818,2027.607157,1949.354345 +317751,2948.480812,1514.817122,2306.843949,2026.806373,1931.25304 +317752,2940.343563,1514.059759,2298.847903,2025.619759,1919.704901 +317753,2933.519616,1513.568102,2292.0661,2025.361032,1910.282038 +317754,2927.552569,1512.84146,2285.94019,2025.437066,1901.941769 +317755,2936.595364,1512.223474,2294.16762,2032.477236,1919.152336 +317756,2940.409948,1511.558846,2295.085791,2038.90913,1921.087455 +317757,2946.360978,1510.93798,2298.681487,2045.703229,1928.418713 +317758,2947.946972,1510.297721,2297.73278,2050.837453,1927.240476 +317759,2939.155261,1509.672323,2287.459513,2050.333441,1910.067951 +317760,2931.446463,1509.172355,2279.780827,2049.370623,1899.055651 +317761,2940.511892,1442.169711,2288.209206,2056.553813,1916.68369 +317762,2935.09074,1440.940658,2282.483698,2057.193532,1908.801402 +317763,2928.044229,1439.901465,2276.755159,2056.797621,1901.899193 +317764,2918.247288,1438.798448,2267.018913,2056.140235,1886.30964 +317765,2914.822643,1438.010485,2263.085787,2059.061369,1880.309508 +317766,2910.587212,1436.986372,2257.197981,2062.429071,1869.339294 +317767,2898.477489,1436.071515,2243.858287,2061.984263,1845.117517 +317768,2888.527673,1435.167329,2234.096141,2061.386261,1828.555865 +317769,2880.954339,1434.360084,2226.163185,2061.64549,1815.210162 +317770,2889.438212,1433.201045,2233.928263,2069.622529,1829.905133 +317771,2908.466638,1432.519107,2249.25168,2083.909602,1855.823795 +317772,2923.13052,1452.607902,2258.723015,2096.998421,1869.700665 +317773,2920.431871,1399.515731,2252.16828,2101.336639,1855.518181 +317774,2919.832411,1444.642554,2250.134221,2105.086924,1851.919812 +317775,2928.943644,1429.616449,2257.460385,2113.397772,1864.957888 +317776,2926.246282,1422.057271,2251.914085,2116.841761,1853.872219 +317777,2914.725871,1442.790174,2240.145315,2115.183439,1833.568417 +317778,2905.239177,1406.541277,2231.284008,2113.526443,1819.858838 +317779,2897.326234,1434.533706,2223.811977,2112.765851,1808.667925 +317780,2890.403018,1442.224235,2217.118191,2112.595886,1798.897253 +317781,2898.484463,1394.217756,2224.680148,2119.716312,1814.484978 +317782,2916.048735,1436.791915,2239.173634,2132.841247,1840.231477 +317783,2916.713184,1421.86575,2236.005634,2138.647223,1833.134703 +317784,2906.57317,1421.997586,2224.710364,2137.491208,1813.920875 +317785,2898.084404,1422.308002,2216.633438,2135.987844,1802.098467 +317786,2904.848573,1412.412118,2223.195804,2141.973613,1816.308768 +317787,2921.201238,1424.933176,2236.843607,2154.174211,1840.945349 +317788,2933.744667,1410.295107,2245.347875,2165.536469,1854.90318 +317789,2942.129611,1419.650021,2249.960144,2174.328647,1862.302321 +317790,2937.172995,1414.837912,2242.708485,2176.330898,1849.170343 +317791,2934.890939,1414.65339,2240.00925,2178.346211,1846.046828 +317792,2930.727881,1413.704849,2235.286297,2179.645598,1839.051354 +317793,2919.945367,1412.740873,2224.571592,2177.44556,1821.799109 +317794,2910.145699,1411.783094,2216.074377,2175.051778,1809.58497 +317795,2914.633851,1410.815727,2220.906987,2179.326469,1821.079583 +317796,2915.24792,1409.82195,2220.036238,2182.998759,1820.455195 +317797,2918.321559,1408.859773,2221.973966,2187.342924,1825.329153 +317798,2917.652281,1407.877198,2219.973106,2189.967161,1822.818019 +317799,2919.942346,1406.910286,2221.37848,2193.507763,1826.902161 +317800,2930.998125,1405.932502,2230.84942,2201.483973,1844.884243 +317801,2928.847234,1404.935751,2226.123367,2203.756191,1836.300438 +317802,2928.172725,1403.981182,2224.97609,2205.527354,1835.928414 +317803,2936.156608,1402.998961,2232.022049,2211.776838,1849.909161 +317804,2932.300104,1401.89664,2226.525127,2212.921733,1840.34547 +317805,2930.775936,1401.090488,2224.93082,2213.999962,1839.382686 +317806,2926.879027,1400.028142,2220.789788,2214.122172,1833.588511 +317807,2926.697273,1399.069369,2220.619596,2215.751871,1835.266356 +317808,2934.854798,1398.083778,2227.940514,2221.739749,1849.73541 +317809,2930.947787,1397.088511,2222.46683,2222.680588,1840.214947 +317810,2929.265675,1396.127258,2220.820563,2223.426084,1839.192834 +317811,2925.285329,1395.138044,2216.653582,2223.171674,1833.393544 +317812,2925.066353,1394.164659,2216.348725,2224.377429,1834.842128 +317813,2922.220008,1390.003385,2212.876946,2224.548593,1830.167759 +317814,2922.066127,1388.46024,2212.763176,2225.315596,1832.526062 +317815,2918.980538,1387.128194,2209.07661,2224.541518,1828.434899 +317816,2908.159895,1385.868384,2198.279672,2219.688686,1812.219413 +317817,2898.74542,1384.676318,2189.805363,2214.817082,1801.209476 +317818,2890.834155,1383.541961,2182.563033,2210.850856,1792.203788 +317819,2883.782014,1382.215205,2176.118485,2207.568813,1784.415156 +317820,2877.954615,1381.078096,2170.290571,2204.557047,1777.565579 +317821,2118.721518,1379.935621,1132.329722,1809.039353,2470.209738 +317822,2213.877872,1508.261386,1182.751293,1889.744724,2531.64853 +317823,2334.070928,1513.497918,1248.644785,1988.013232,2599.644604 +317824,2442.471867,1529.357054,1310.412082,2070.167049,2656.326423 +317825,2522.163312,1489.77237,1358.789737,2122.578652,2693.172847 +317826,2570.038782,1526.123557,1391.616414,2146.336958,2707.269843 +317827,2597.356866,1511.056407,1413.886307,2153.428498,2707.878464 +317828,2615.048301,1513.354326,1430.620955,2154.826723,2703.875371 +317829,2628.044347,1512.972678,1444.114504,2155.045996,2698.745879 +317830,2638.446871,1512.542469,1455.421869,2155.478999,2693.765998 +317831,2647.125506,1512.097215,1465.062795,2156.266843,2689.313127 +317832,2654.758428,1511.635283,1473.346015,2157.23967,2685.439762 +317833,2661.044205,1511.164572,1480.495742,2158.251095,2682.100396 +317834,2666.457631,1510.68587,1486.693797,2159.232259,2679.230995 +317835,2671.161233,1510.179965,1492.091988,2160.162293,2676.77103 +317836,2675.289127,1509.692089,1496.815698,2161.03602,2674.665344 +317837,2678.944265,1509.208313,1500.970758,2161.852821,2672.868974 +317838,2682.213395,1508.725254,1504.645452,2162.611403,2671.343446 +317839,2685.158759,1508.340303,1507.912953,2163.309643,2670.054913 +317840,2687.835303,1507.719227,1510.834055,2163.945747,2668.973802 +317841,2690.280767,1507.314834,1513.459364,2164.513412,2668.074275 +317842,2692.528442,1506.826072,1515.831205,2165.019277,2667.334034 +317843,2694.605992,1506.356121,1517.984969,2165.465566,2666.733659 +317844,2696.535689,1505.888047,1519.950357,2165.846106,2666.256393 +317845,2698.335097,1505.422967,1521.752264,2166.16677,2665.887566 +317846,2700.018367,1504.959134,1523.411644,2166.424125,2665.614459 +317847,2701.596847,1504.497717,1524.946105,2166.623988,2665.425869 +317848,2703.079951,1503.941875,1526.370532,2166.762015,2665.312047 +317849,2704.475307,1503.625241,1527.697479,2166.843559,2665.26435 +317850,2705.789278,1503.095429,1528.937615,2166.863984,2665.27524 +317851,2707.027066,1502.226195,1530.099976,2166.828697,2665.337977 +317852,2708.151856,1501.232653,1531.17445,2166.630559,2665.446626 +317853,2709.137455,1500.208266,1532.153671,2166.211557,2665.59278 +317854,2709.982302,1499.153154,1533.040184,2165.573948,2665.772504 +317855,2710.696923,1498.069692,1533.841371,2164.746944,2665.983024 +317856,2711.293772,1496.95994,1534.565247,2163.760988,2666.221409 +317857,2711.783223,1494.090406,1535.21879,2162.638174,2666.48449 +317858,2711.655444,1492.628943,1535.737118,2160.216737,2666.772656 +317859,2711.10942,1491.2805,1536.146557,2157.026661,2667.077012 +317860,2710.420296,1489.946076,1536.487023,2153.74699,2667.394335 +317861,2709.73305,1488.608345,1536.782527,2150.692776,2667.723509 +317862,2709.083247,1487.260169,1537.042332,2147.88679,2668.063359 +317863,2708.458667,1485.898698,1537.268598,2145.050593,2668.412185 +317864,2707.838156,1484.52208,1537.46155,2142.473249,2668.76801 +317865,2707.205366,1483.1299,1537.621451,2139.906508,2669.128804 +317866,2706.549972,1481.721575,1537.748942,2137.312006,2669.492654 +317867,2705.865478,1480.297359,1537.84486,2134.671809,2669.857782 +317868,2705.147349,1478.857024,1537.910092,2131.977815,2670.222597 +317869,2704.392076,1477.401011,1537.945495,2129.22547,2670.585654 +317870,2703.596846,1475.929188,1537.951894,2126.411406,2670.945679 +317871,2702.759437,1474.442044,1537.930072,2123.532913,2671.301512 +317872,2701.878139,1472.939467,1537.880796,2120.587954,2671.652135 +317873,2700.95173,1471.42196,1537.804806,2117.575134,2671.996631 +317874,2699.979363,1469.892686,1537.702824,2114.493589,2672.334191 +317875,2698.960561,1468.346307,1537.57592,2111.339386,2672.665941 +317876,2697.894875,1466.783559,1537.424644,2108.113558,2672.990587 +317877,2696.78193,1465.114279,1537.249412,2104.817941,2673.306586 +317878,2695.621678,1463.662131,1537.050759,2101.453613,2673.612976 +317879,2694.414184,1461.988813,1536.829249,2098.020843,2673.909122 +317880,2693.159675,1460.38527,1536.585498,2094.519658,2674.194663 +317881,0,0,0,0,0 +317882,0,0,0,0,0 +317883,0,0,0,0,0 +317884,0,0,0,0,0 +317885,0,0,0,0,0 +317886,0,0,0,0,0 +317887,0,0,0,0,0 +317888,0,0,0,0,0 +317889,0,0,0,0,0 +317890,0,0,0,0,0 +317891,0,0,0,0,0 +317892,0,0,0,0,0 +317893,0,0,0,0,0 +317894,0,0,0,0,0 +317895,0,0,0,0,0 +317896,0,0,0,0,0 +317897,0,0,0,0,0 +317898,0,0,0,0,0 +317899,0,0,0,0,0 +317900,0,0,0,0,0 +317901,0,0,0,0,0 +317902,0,0,0,0,0 +317903,0,0,0,0,0 +317904,0,0,0,0,0 +317905,0,0,0,0,0 +317906,0,0,0,0,0 +317907,0,0,0,0,0 +317908,0,0,0,0,0 +317909,0,0,0,0,0 +317910,0,0,0,0,0 +317911,0,0,0,0,0 +317912,0,0,0,0,0 +317913,0,0,0,0,0 +317914,0,0,0,0,0 +317915,0,0,0,0,0 +317916,0,0,0,0,0 +317917,0,0,0,0,0 +317918,0,0,0,0,0 +317919,0,0,0,0,0 +317920,0,0,0,0,0 +317921,0,0,0,0,0 +317922,0,0,0,0,0 +317923,0,0,0,0,0 +317924,0,0,0,0,0 +317925,0,0,0,0,0 +317926,0,0,0,0,0 +317927,0,0,0,0,0 +317928,0,0,0,0,0 +317929,0,0,0,0,0 +317930,0,0,0,0,0 +317931,0,0,0,0,0 +317932,0,0,0,0,0 +317933,0,0,0,0,0 +317934,0,0,0,0,0 +317935,0,0,0,0,0 +317936,0,0,0,0,0 +317937,0,0,0,0,0 +317938,0,0,0,0,0 +317939,0,0,0,0,0 +317940,0,0,0,0,0 +317941,0,0,0,0,0 +317942,0,0,0,0,0 +317943,0,0,0,0,0 +317944,0,0,0,0,0 +317945,0,0,0,0,0 +317946,0,0,0,0,0 +317947,0,0,0,0,0 +317948,0,0,0,0,0 +317949,0,0,0,0,0 +317950,0,0,0,0,0 +317951,0,0,0,0,0 +317952,0,0,0,0,0 +317953,0,0,0,0,0 +317954,0,0,0,0,0 +317955,0,0,0,0,0 +317956,0,0,0,0,0 +317957,0,0,0,0,0 +317958,0,0,0,0,0 +317959,0,0,0,0,0 +317960,0,0,0,0,0 +317961,0,0,0,0,0 +317962,0,0,0,0,0 +317963,0,0,0,0,0 +317964,0,0,0,0,0 +317965,0,0,0,0,0 +317966,0,0,0,0,0 +317967,0,0,0,0,0 +317968,0,0,0,0,0 +317969,0,0,0,0,0 +317970,0,0,0,0,0 +317971,0,0,0,0,0 +317972,0,0,0,0,0 +317973,0,0,0,0,0 +317974,0,0,0,0,0 +317975,0,0,0,0,0 +317976,0,0,0,0,0 +317977,0,0,0,0,0 +317978,0,0,0,0,0 +317979,0,0,0,0,0 +317980,0,0,0,0,0 +317981,0,0,0,0,0 +317982,0,0,0,0,0 +317983,0,0,0,0,0 +317984,0,0,0,0,0 +317985,0,0,0,0,0 +317986,0,0,0,0,0 +317987,0,0,0,0,0 +317988,0,0,0,0,0 +317989,0,0,0,0,0 +317990,0,0,0,0,0 +317991,0,0,0,0,0 +317992,0,0,0,0,0 +317993,0,0,0,0,0 +317994,0,0,0,0,0 +317995,0,0,0,0,0 +317996,0,0,0,0,0 +317997,0,0,0,0,0 +317998,0,0,0,0,0 +317999,0,0,0,0,0 +318000,0,0,0,0,0 +318001,0,0,0,0,0 +318002,0,0,0,0,0 +318003,0,0,0,0,0 +318004,0,0,0,0,0 +318005,0,0,0,0,0 +318006,0,0,0,0,0 +318007,0,0,0,0,0 +318008,0,0,0,0,0 +318009,0,0,0,0,0 +318010,0,0,0,0,0 +318011,0,0,0,0,0 +318012,0,0,0,0,0 +318013,0,0,0,0,0 +318014,0,0,0,0,0 +318015,0,0,0,0,0 +318016,0,0,0,0,0 +318017,0,0,0,0,0 +318018,0,0,0,0,0 +318019,0,0,0,0,0 +318020,0,0,0,0,0 +318021,0,0,0,0,0 +318022,0,0,0,0,0 +318023,0,0,0,0,0 +318024,0,0,0,0,0 +318025,0,0,0,0,0 +318026,0,0,0,0,0 +318027,0,0,0,0,0 +318028,0,0,0,0,0 +318029,0,0,0,0,0 +318030,0,0,0,0,0 +318031,0,0,0,0,0 +318032,0,0,0,0,0 +318033,0,0,0,0,0 +318034,0,0,0,0,0 +318035,0,0,0,0,0 +318036,0,0,0,0,0 +318037,0,0,0,0,0 +318038,0,0,0,0,0 +318039,0,0,0,0,0 +318040,0,0,0,0,0 +318041,0,0,0,0,0 +318042,0,0,0,0,0 +318043,0,0,0,0,0 +318044,0,0,0,0,0 +318045,0,0,0,0,0 +318046,0,0,0,0,0 +318047,0,0,0,0,0 +318048,0,0,0,0,0 +318049,0,0,0,0,0 +318050,0,0,0,0,0 +318051,0,0,0,0,0 +318052,0,0,0,0,0 +318053,0,0,0,0,0 +318054,0,0,0,0,0 +318055,0,0,0,0,0 +318056,0,0,0,0,0 +318057,0,0,0,0,0 +318058,0,0,0,0,0 +318059,0,0,0,0,0 +318060,0,0,0,0,0 +318061,0,0,0,0,0 +318062,0,0,0,0,0 +318063,0,0,0,0,0 +318064,0,0,0,0,0 +318065,0,0,0,0,0 +318066,0,0,0,0,0 +318067,0,0,0,0,0 +318068,0,0,0,0,0 +318069,0,0,0,0,0 +318070,0,0,0,0,0 +318071,0,0,0,0,0 +318072,0,0,0,0,0 +318073,0,0,0,0,0 +318074,0,0,0,0,0 +318075,0,0,0,0,0 +318076,0,0,0,0,0 +318077,0,0,0,0,0 +318078,0,0,0,0,0 +318079,0,0,0,0,0 +318080,0,0,0,0,0 +318081,0,0,0,0,0 +318082,0,0,0,0,0 +318083,0,0,0,0,0 +318084,0,0,0,0,0 +318085,0,0,0,0,0 +318086,0,0,0,0,0 +318087,0,0,0,0,0 +318088,0,0,0,0,0 +318089,0,0,0,0,0 +318090,0,0,0,0,0 +318091,0,0,0,0,0 +318092,0,0,0,0,0 +318093,0,0,0,0,0 +318094,0,0,0,0,0 +318095,0,0,0,0,0 +318096,0,0,0,0,0 +318097,0,0,0,0,0 +318098,0,0,0,0,0 +318099,0,0,0,0,0 +318100,0,0,0,0,0 +318101,0,0,0,0,0 +318102,0,0,0,0,0 +318103,0,0,0,0,0 +318104,0,0,0,0,0 +318105,0,0,0,0,0 +318106,0,0,0,0,0 +318107,0,0,0,0,0 +318108,0,0,0,0,0 +318109,0,0,0,0,0 +318110,0,0,0,0,0 +318111,0,0,0,0,0 +318112,0,0,0,0,0 +318113,0,0,0,0,0 +318114,0,0,0,0,0 +318115,0,0,0,0,0 +318116,0,0,0,0,0 +318117,0,0,0,0,0 +318118,0,0,0,0,0 +318119,0,0,0,0,0 +318120,0,0,0,0,0 +318121,0,0,0,0,0 +318122,0,0,0,0,0 +318123,0,0,0,0,0 +318124,0,0,0,0,0 +318125,0,0,0,0,0 +318126,0,0,0,0,0 +318127,0,0,0,0,0 +318128,0,0,0,0,0 +318129,0,0,0,0,0 +318130,0,0,0,0,0 +318131,0,0,0,0,0 +318132,0,0,0,0,0 +318133,0,0,0,0,0 +318134,0,0,0,0,0 +318135,0,0,0,0,0 +318136,0,0,0,0,0 +318137,0,0,0,0,0 +318138,0,0,0,0,0 +318139,0,0,0,0,0 +318140,0,0,0,0,0 +318141,0,0,0,0,0 +318142,0,0,0,0,0 +318143,0,0,0,0,0 +318144,0,0,0,0,0 +318145,0,0,0,0,0 +318146,0,0,0,0,0 +318147,0,0,0,0,0 +318148,0,0,0,0,0 +318149,0,0,0,0,0 +318150,0,0,0,0,0 +318151,0,0,0,0,0 +318152,0,0,0,0,0 +318153,0,0,0,0,0 +318154,0,0,0,0,0 +318155,0,0,0,0,0 +318156,0,0,0,0,0 +318157,0,0,0,0,0 +318158,0,0,0,0,0 +318159,0,0,0,0,0 +318160,0,0,0,0,0 +318161,0,0,0,0,0 +318162,0,0,0,0,0 +318163,0,0,0,0,0 +318164,0,0,0,0,0 +318165,0,0,0,0,0 +318166,0,0,0,0,0 +318167,0,0,0,0,0 +318168,0,0,0,0,0 +318169,0,0,0,0,0 +318170,0,0,0,0,0 +318171,0,0,0,0,0 +318172,0,0,0,0,0 +318173,0,0,0,0,0 +318174,0,0,0,0,0 +318175,0,0,0,0,0 +318176,0,0,0,0,0 +318177,0,0,0,0,0 +318178,0,0,0,0,0 +318179,0,0,0,0,0 +318180,0,0,0,0,0 +318181,0,0,0,0,0 +318182,0,0,0,0,0 +318183,0,0,0,0,0 +318184,0,0,0,0,0 +318185,0,0,0,0,0 +318186,0,0,0,0,0 +318187,0,0,0,0,0 +318188,0,0,0,0,0 +318189,0,0,0,0,0 +318190,0,0,0,0,0 +318191,0,0,0,0,0 +318192,0,0,0,0,0 +318193,0,0,0,0,0 +318194,0,0,0,0,0 +318195,0,0,0,0,0 +318196,0,0,0,0,0 +318197,0,0,0,0,0 +318198,0,0,0,0,0 +318199,0,0,0,0,0 +318200,0,0,0,0,0 +318201,0,0,0,0,0 +318202,0,0,0,0,0 +318203,0,0,0,0,0 +318204,0,0,0,0,0 +318205,0,0,0,0,0 +318206,0,0,0,0,0 +318207,0,0,0,0,0 +318208,0,0,0,0,0 +318209,0,0,0,0,0 +318210,0,0,0,0,0 +318211,0,0,0,0,0 +318212,0,0,0,0,0 +318213,0,0,0,0,0 +318214,0,0,0,0,0 +318215,0,0,0,0,0 +318216,0,0,0,0,0 +318217,0,0,0,0,0 +318218,0,0,0,0,0 +318219,0,0,0,0,0 +318220,0,0,0,0,0 +318221,0,0,0,0,0 +318222,0,0,0,0,0 +318223,0,0,0,0,0 +318224,0,0,0,0,0 +318225,0,0,0,0,0 +318226,0,0,0,0,0 +318227,0,0,0,0,0 +318228,0,0,0,0,0 +318229,0,0,0,0,0 +318230,0,0,0,0,0 +318231,0,0,0,0,0 +318232,0,0,0,0,0 +318233,0,0,0,0,0 +318234,0,0,0,0,0 +318235,0,0,0,0,0 +318236,0,0,0,0,0 +318237,0,0,0,0,0 +318238,0,0,0,0,0 +318239,0,0,0,0,0 +318240,0,0,0,0,0 +318241,0,0,0,0,0 +318242,0,0,0,0,0 +318243,0,0,0,0,0 +318244,0,0,0,0,0 +318245,0,0,0,0,0 +318246,0,0,0,0,0 +318247,0,0,0,0,0 +318248,0,0,0,0,0 +318249,0,0,0,0,0 +318250,0,0,0,0,0 +318251,0,0,0,0,0 +318252,0,0,0,0,0 +318253,0,0,0,0,0 +318254,0,0,0,0,0 +318255,0,0,0,0,0 +318256,0,0,0,0,0 +318257,0,0,0,0,0 +318258,0,0,0,0,0 +318259,0,0,0,0,0 +318260,0,0,0,0,0 +318261,0,0,0,0,0 +318262,0,0,0,0,0 +318263,0,0,0,0,0 +318264,0,0,0,0,0 +318265,0,0,0,0,0 +318266,0,0,0,0,0 +318267,0,0,0,0,0 +318268,0,0,0,0,0 +318269,0,0,0,0,0 +318270,0,0,0,0,0 +318271,0,0,0,0,0 +318272,0,0,0,0,0 +318273,0,0,0,0,0 +318274,0,0,0,0,0 +318275,0,0,0,0,0 +318276,0,0,0,0,0 +318277,0,0,0,0,0 +318278,0,0,0,0,0 +318279,0,0,0,0,0 +318280,0,0,0,0,0 +318281,0,0,0,0,0 +318282,0,0,0,0,0 +318283,0,0,0,0,0 +318284,0,0,0,0,0 +318285,0,0,0,0,0 +318286,0,0,0,0,0 +318287,0,0,0,0,0 +318288,0,0,0,0,0 +318289,0,0,0,0,0 +318290,0,0,0,0,0 +318291,0,0,0,0,0 +318292,0,0,0,0,0 +318293,0,0,0,0,0 +318294,0,0,0,0,0 +318295,0,0,0,0,0 +318296,0,0,0,0,0 +318297,0,0,0,0,0 +318298,0,0,0,0,0 +318299,0,0,0,0,0 +318300,0,0,0,0,0 +318301,0,0,0,0,0 +318302,0,0,0,0,0 +318303,0,0,0,0,0 +318304,0,0,0,0,0 +318305,0,0,0,0,0 +318306,0,0,0,0,0 +318307,0,0,0,0,0 +318308,0,0,0,0,0 +318309,0,0,0,0,0 +318310,0,0,0,0,0 +318311,0,0,0,0,0 +318312,0,0,0,0,0 +318313,0,0,0,0,0 +318314,0,0,0,0,0 +318315,0,0,0,0,0 +318316,0,0,0,0,0 +318317,0,0,0,0,0 +318318,0,0,0,0,0 +318319,0,0,0,0,0 +318320,0,0,0,0,0 +318321,0,0,0,0,0 +318322,0,0,0,0,0 +318323,0,0,0,0,0 +318324,0,0,0,0,0 +318325,0,0,0,0,0 +318326,0,0,0,0,0 +318327,0,0,0,0,0 +318328,0,0,0,0,0 +318329,0,0,0,0,0 +318330,0,0,0,0,0 +318331,0,0,0,0,0 +318332,0,0,0,0,0 +318333,0,0,0,0,0 +318334,0,0,0,0,0 +318335,0,0,0,0,0 +318336,0,0,0,0,0 +318337,0,0,0,0,0 +318338,0,0,0,0,0 +318339,0,0,0,0,0 +318340,0,0,0,0,0 +318341,0,0,0,0,0 +318342,0,0,0,0,0 +318343,0,0,0,0,0 +318344,0,0,0,0,0 +318345,0,0,0,0,0 +318346,0,0,0,0,0 +318347,0,0,0,0,0 +318348,0,0,0,0,0 +318349,0,0,0,0,0 +318350,0,0,0,0,0 +318351,0,0,0,0,0 +318352,0,0,0,0,0 +318353,0,0,0,0,0 +318354,0,0,0,0,0 +318355,0,0,0,0,0 +318356,0,0,0,0,0 +318357,0,0,0,0,0 +318358,0,0,0,0,0 +318359,0,0,0,0,0 +318360,0,0,0,0,0 +318361,0,0,0,0,0 +318362,0,0,0,0,0 +318363,0,0,0,0,0 +318364,0,0,0,0,0 +318365,0,0,0,0,0 +318366,0,0,0,0,0 +318367,0,0,0,0,0 +318368,0,0,0,0,0 +318369,0,0,0,0,0 +318370,0,0,0,0,0 +318371,0,0,0,0,0 +318372,0,0,0,0,0 +318373,0,0,0,0,0 +318374,0,0,0,0,0 +318375,0,0,0,0,0 +318376,0,0,0,0,0 +318377,0,0,0,0,0 +318378,0,0,0,0,0 +318379,0,0,0,0,0 +318380,0,0,0,0,0 +318381,0,0,0,0,0 +318382,0,0,0,0,0 +318383,0,0,0,0,0 +318384,0,0,0,0,0 +318385,0,0,0,0,0 +318386,0,0,0,0,0 +318387,0,0,0,0,0 +318388,0,0,0,0,0 +318389,0,0,0,0,0 +318390,0,0,0,0,0 +318391,0,0,0,0,0 +318392,0,0,0,0,0 +318393,0,0,0,0,0 +318394,0,0,0,0,0 +318395,0,0,0,0,0 +318396,0,0,0,0,0 +318397,0,0,0,0,0 +318398,0,0,0,0,0 +318399,0,0,0,0,0 +318400,0,0,0,0,0 +318401,0,0,0,0,0 +318402,0,0,0,0,0 +318403,0,0,0,0,0 +318404,0,0,0,0,0 +318405,0,0,0,0,0 +318406,0,0,0,0,0 +318407,0,0,0,0,0 +318408,0,0,0,0,0 +318409,0,0,0,0,0 +318410,0,0,0,0,0 +318411,0,0,0,0,0 +318412,0,0,0,0,0 +318413,0,0,0,0,0 +318414,0,0,0,0,0 +318415,0,0,0,0,0 +318416,0,0,0,0,0 +318417,0,0,0,0,0 +318418,0,0,0,0,0 +318419,0,0,0,0,0 +318420,0,0,0,0,0 +318421,0,0,0,0,0 +318422,0,0,0,0,0 +318423,0,0,0,0,0 +318424,0,0,0,0,0 +318425,0,0,0,0,0 +318426,0,0,0,0,0 +318427,0,0,0,0,0 +318428,0,0,0,0,0 +318429,0,0,0,0,0 +318430,0,0,0,0,0 +318431,0,0,0,0,0 +318432,0,0,0,0,0 +318433,0,0,0,0,0 +318434,0,0,0,0,0 +318435,0,0,0,0,0 +318436,0,0,0,0,0 +318437,0,0,0,0,0 +318438,0,0,0,0,0 +318439,0,0,0,0,0 +318440,0,0,0,0,0 +318441,0,0,0,0,0 +318442,0,0,0,0,0 +318443,0,0,0,0,0 +318444,0,0,0,0,0 +318445,0,0,0,0,0 +318446,0,0,0,0,0 +318447,0,0,0,0,0 +318448,0,0,0,0,0 +318449,0,0,0,0,0 +318450,0,0,0,0,0 +318451,0,0,0,0,0 +318452,0,0,0,0,0 +318453,0,0,0,0,0 +318454,0,0,0,0,0 +318455,0,0,0,0,0 +318456,0,0,0,0,0 +318457,0,0,0,0,0 +318458,0,0,0,0,0 +318459,0,0,0,0,0 +318460,0,0,0,0,0 +318461,0,0,0,0,0 +318462,0,0,0,0,0 +318463,0,0,0,0,0 +318464,0,0,0,0,0 +318465,0,0,0,0,0 +318466,0,0,0,0,0 +318467,0,0,0,0,0 +318468,0,0,0,0,0 +318469,0,0,0,0,0 +318470,0,0,0,0,0 +318471,0,0,0,0,0 +318472,0,0,0,0,0 +318473,0,0,0,0,0 +318474,0,0,0,0,0 +318475,0,0,0,0,0 +318476,0,0,0,0,0 +318477,0,0,0,0,0 +318478,0,0,0,0,0 +318479,0,0,0,0,0 +318480,0,0,0,0,0 +318481,0,0,0,0,0 +318482,0,0,0,0,0 +318483,0,0,0,0,0 +318484,0,0,0,0,0 +318485,0,0,0,0,0 +318486,0,0,0,0,0 +318487,0,0,0,0,0 +318488,0,0,0,0,0 +318489,0,0,0,0,0 +318490,0,0,0,0,0 +318491,0,0,0,0,0 +318492,0,0,0,0,0 +318493,0,0,0,0,0 +318494,0,0,0,0,0 +318495,0,0,0,0,0 +318496,0,0,0,0,0 +318497,0,0,0,0,0 +318498,0,0,0,0,0 +318499,0,0,0,0,0 +318500,0,0,0,0,0 +318501,0,0,0,0,0 +318502,0,0,0,0,0 +318503,0,0,0,0,0 +318504,0,0,0,0,0 +318505,0,0,0,0,0 +318506,0,0,0,0,0 +318507,0,0,0,0,0 +318508,0,0,0,0,0 +318509,0,0,0,0,0 +318510,0,0,0,0,0 +318511,0,0,0,0,0 +318512,0,0,0,0,0 +318513,0,0,0,0,0 +318514,0,0,0,0,0 +318515,0,0,0,0,0 +318516,0,0,0,0,0 +318517,0,0,0,0,0 +318518,0,0,0,0,0 +318519,0,0,0,0,0 +318520,0,0,0,0,0 +318521,0,0,0,0,0 +318522,0,0,0,0,0 +318523,0,0,0,0,0 +318524,0,0,0,0,0 +318525,0,0,0,0,0 +318526,0,0,0,0,0 +318527,0,0,0,0,0 +318528,0,0,0,0,0 +318529,0,0,0,0,0 +318530,0,0,0,0,0 +318531,0,0,0,0,0 +318532,0,0,0,0,0 +318533,0,0,0,0,0 +318534,0,0,0,0,0 +318535,0,0,0,0,0 +318536,0,0,0,0,0 +318537,0,0,0,0,0 +318538,0,0,0,0,0 +318539,0,0,0,0,0 +318540,0,0,0,0,0 +318541,0,0,0,0,0 +318542,0,0,0,0,0 +318543,0,0,0,0,0 +318544,0,0,0,0,0 +318545,0,0,0,0,0 +318546,0,0,0,0,0 +318547,0,0,0,0,0 +318548,0,0,0,0,0 +318549,0,0,0,0,0 +318550,0,0,0,0,0 +318551,0,0,0,0,0 +318552,0,0,0,0,0 +318553,0,0,0,0,0 +318554,0,0,0,0,0 +318555,0,0,0,0,0 +318556,0,0,0,0,0 +318557,0,0,0,0,0 +318558,0,0,0,0,0 +318559,0,0,0,0,0 +318560,0,0,0,0,0 +318561,0,0,0,0,0 +318562,0,0,0,0,0 +318563,0,0,0,0,0 +318564,0,0,0,0,0 +318565,0,0,0,0,0 +318566,0,0,0,0,0 +318567,0,0,0,0,0 +318568,0,0,0,0,0 +318569,0,0,0,0,0 +318570,0,0,0,0,0 +318571,0,0,0,0,0 +318572,0,0,0,0,0 +318573,0,0,0,0,0 +318574,0,0,0,0,0 +318575,0,0,0,0,0 +318576,0,0,0,0,0 +318577,0,0,0,0,0 +318578,0,0,0,0,0 +318579,0,0,0,0,0 +318580,0,0,0,0,0 +318581,0,0,0,0,0 +318582,0,0,0,0,0 +318583,0,0,0,0,0 +318584,0,0,0,0,0 +318585,0,0,0,0,0 +318586,0,0,0,0,0 +318587,0,0,0,0,0 +318588,0,0,0,0,0 +318589,0,0,0,0,0 +318590,0,0,0,0,0 +318591,0,0,0,0,0 +318592,0,0,0,0,0 +318593,0,0,0,0,0 +318594,0,0,0,0,0 +318595,0,0,0,0,0 +318596,0,0,0,0,0 +318597,0,0,0,0,0 +318598,0,0,0,0,0 +318599,0,0,0,0,0 +318600,0,0,0,0,0 +318601,0,0,0,0,0 +318602,0,0,0,0,0 +318603,0,0,0,0,0 +318604,0,0,0,0,0 +318605,0,0,0,0,0 +318606,0,0,0,0,0 +318607,0,0,0,0,0 +318608,0,0,0,0,0 +318609,0,0,0,0,0 +318610,0,0,0,0,0 +318611,0,0,0,0,0 +318612,0,0,0,0,0 +318613,0,0,0,0,0 +318614,0,0,0,0,0 +318615,0,0,0,0,0 +318616,0,0,0,0,0 +318617,0,0,0,0,0 +318618,0,0,0,0,0 +318619,0,0,0,0,0 +318620,0,0,0,0,0 +318621,0,0,0,0,0 +318622,0,0,0,0,0 +318623,0,0,0,0,0 +318624,0,0,0,0,0 +318625,0,0,0,0,0 +318626,0,0,0,0,0 +318627,0,0,0,0,0 +318628,0,0,0,0,0 +318629,0,0,0,0,0 +318630,0,0,0,0,0 +318631,0,0,0,0,0 +318632,0,0,0,0,0 +318633,0,0,0,0,0 +318634,0,0,0,0,0 +318635,0,0,0,0,0 +318636,0,0,0,0,0 +318637,0,0,0,0,0 +318638,0,0,0,0,0 +318639,0,0,0,0,0 +318640,0,0,0,0,0 +318641,0,0,0,0,0 +318642,0,0,0,0,0 +318643,0,0,0,0,0 +318644,0,0,0,0,0 +318645,0,0,0,0,0 +318646,0,0,0,0,0 +318647,0,0,0,0,0 +318648,0,0,0,0,0 +318649,0,0,0,0,0 +318650,0,0,0,0,0 +318651,0,0,0,0,0 +318652,0,0,0,0,0 +318653,0,0,0,0,0 +318654,0,0,0,0,0 +318655,0,0,0,0,0 +318656,0,0,0,0,0 +318657,0,0,0,0,0 +318658,0,0,0,0,0 +318659,0,0,0,0,0 +318660,0,0,0,0,0 +318661,36.43474051,17.88164935,51.01532865,16.15793695,-230.6490194 +318662,37.66779191,18.69192193,52.60974817,16.87929778,-223.7678058 +318663,38.17628697,19.15637415,53.32992456,17.26493272,-215.2694501 +318664,38.40796836,19.49559291,53.75024352,17.52214807,-207.0252877 +318665,38.62385657,19.83791819,54.19305303,17.77325447,-199.6731971 +318666,38.91527915,20.2343595,54.77465208,18.0606246,-193.1984804 +318667,39.2967288,20.68503173,55.49364252,18.39086846,-187.4384719 +318668,39.76321007,21.18146162,56.32843961,18.76135131,-182.2410053 +318669,40.30972221,21.71794136,57.26424576,19.16924163,-177.4967633 +318670,40.93215326,22.29260053,58.29106042,19.611615,-173.1352475 +318671,41.62331044,22.8998855,59.40134132,20.0858457,-169.1050793 +318672,42.37819429,23.53656045,60.58875829,20.58971623,-165.3630863 +318673,43.19440614,24.20267393,61.84727537,21.12114931,-161.8714929 +318674,44.06617788,24.8938658,63.17107346,21.67814606,-158.5972381 +318675,44.98929209,25.60759237,64.55482933,22.25887372,-155.5113671 +318676,45.96188855,26.34442224,65.99352873,22.86156852,-152.5891088 +318677,46.97899166,27.1005882,67.48278813,23.48468647,-149.8088105 +318678,48.03708169,27.87406521,69.01858259,24.12679018,-147.1519018 +318679,49.13518453,28.66598967,70.59727369,24.78657034,-144.6023405 +318680,50.26906217,29.47305884,72.21563325,25.46286375,-142.146141 +318681,51.43587732,30.29365718,73.87416985,26.15457217,-139.7713458 +318682,52.63560241,31.12942636,75.566191,26.86083085,-137.4670567 +318683,53.86472282,31.97744977,77.28823839,27.58081859,-135.2239299 +318684,55.12096242,32.83640875,79.03874809,28.31369785,-133.0341958 +318685,56.40469683,33.70815603,80.81669192,29.05878412,-130.8907834 +318686,57.71302412,34.59007575,82.62451441,29.8155341,-128.7872016 +318687,59.04428291,35.48114195,84.45655688,30.58338488,-126.7180329 +318688,60.39893933,36.3832541,86.30993399,31.36168375,-124.6790906 +318689,61.77436078,37.29392388,88.18413511,32.15000364,-122.6660448 +318690,63.16920327,38.21227021,90.07883879,32.94791824,-120.6752292 +318691,64.58454985,39.14046855,91.99697263,33.75504453,-118.7033845 +318692,66.03445973,40.11979797,94.00837284,34.58310244,-116.7475404 +318693,67.52757325,41.17647158,96.15685436,35.43745594,-114.8057735 +318694,69.06602245,42.31634352,98.45160008,36.31848284,-112.8751457 +318695,70.64750567,43.53509115,100.8842698,37.22438245,-110.9552605 +318696,72.26912296,44.82512224,103.4410751,38.15306069,-109.0436039 +318697,73.92787813,46.17932916,106.1089329,39.10258802,-107.1382362 +318698,75.62172514,47.59231944,108.8777172,40.0716562,-105.2367409 +318699,77.4157387,49.29885669,112.1256216,41.06346423,-103.339263 +318700,79.28207188,51.21167416,115.7076149,42.07498426,-101.4432902 +318701,81.18682523,53.21149386,119.4306867,43.10275263,-99.54726151 +318702,83.11298359,55.23602883,123.1939346,44.14472512,-97.65008108 +318703,85.05856787,57.26781973,126.9674992,45.19954663,-95.75237768 +318704,87.02015311,59.30889298,130.752808,46.2671179,-93.85166627 +318705,88.99713894,61.36416461,134.5556712,47.34697986,-91.94740305 +318706,90.99017951,63.43694683,138.3795369,48.43858986,-90.03945967 +318707,93.00388818,65.5291229,142.2260172,49.54169507,-88.12660737 +318708,95.03380308,67.64143251,146.0949757,50.65582281,-86.20861933 +318709,97.07871588,69.77446925,149.986329,51.7807211,-84.28453701 +318710,99.14270814,71.92866407,153.8998473,52.9161276,-82.35360041 +318711,101.2218223,74.10424829,157.8350267,54.06169043,-80.41554778 +318712,103.3149278,76.30138513,161.7913642,55.21710135,-78.47007399 +318713,105.4261832,78.52019071,165.7683893,56.38211438,-76.51673853 +318714,107.5515906,80.76060408,169.7653579,57.55640349,-74.55552874 +318715,109.6900561,83.02256672,173.7816278,58.73972602,-72.58619234 +318716,111.845547,85.30589766,177.8163659,59.93178266,-70.60879374 +318717,114.0142929,87.61048009,181.8689445,61.13239153,-68.62300544 +318718,116.1949421,89.93600509,185.9383668,62.34122215,-66.62916976 +318719,118.3916206,92.2822454,190.0238601,63.55806144,-64.62722411 +318720,120.6006266,94.64903345,194.1248203,64.7827855,-62.61681258 +318721,119.5292384,95.53991195,194.9488381,64.51900514,-66.58269322 +318722,136.9379249,204.1980513,213.9937185,72.78162769,-36.08923488 +318723,164.0841329,805.5542546,1107.100884,85.40839784,13.43773109 +318724,191.8500913,453.5700893,1303.844879,98.13368293,65.64383341 +318725,216.3261719,568.7576287,1032.769156,297.5138327,113.1550663 +318726,424.0140897,587.2441926,1184.469624,456.1145751,154.642023 +318727,1053.178391,604.1389469,1215.16406,338.6922348,190.9526951 +318728,672.8170386,636.6660101,1267.223569,400.0969464,223.1374761 +318729,826.1832451,654.8345472,1297.11341,412.8113596,251.9448525 +318730,850.0107425,672.6611579,1325.115425,423.5437375,277.8497171 +318731,870.8513412,688.6455182,1352.854959,434.3086213,301.1947059 +318732,891.8666773,705.2012761,1397.227058,445.0131129,322.2643402 +318733,911.9232176,721.2058304,1394.63939,455.1815526,341.3119673 +318734,930.9816941,736.7453185,1414.28113,465.1306183,358.567409 +318735,950.4603042,753.0435676,1465.076356,475.4073465,373.6903409 +318736,969.3150586,768.2829122,1475.627608,485.0573628,387.0036268 +318737,987.4774674,783.7751005,1502.641422,494.7652014,398.8848408 +318738,1006.381886,799.1414336,1526.557608,504.3030564,409.6034425 +318739,1024.076118,814.320778,1549.883588,513.714356,892.9235919 +318740,1041.884366,829.4216231,1573.13132,522.8039093,789.7148405 +318741,1059.365856,844.4088709,1595.820858,532.2996078,802.1766638 +318742,1076.599566,859.2901554,1618.448875,541.1867045,851.4182961 +318743,1093.54715,874.0271046,1640.442095,550.3911777,873.4608143 +318744,1110.388705,888.7708396,1662.608833,558.8819384,894.6084071 +318745,1126.826351,903.2915331,1683.989034,567.7314269,914.5894348 +318746,1143.246102,917.789562,1713.779924,576.3524448,934.9836589 +318747,1159.262638,932.233739,1735.432773,584.8438481,953.9772018 +318748,1175.273206,946.4861985,1721.591736,592.9894671,972.8122443 +318749,1190.934933,960.8055317,1781.824669,601.7767592,991.2496762 +318750,1206.587412,974.9499867,1785.000022,609.8003886,1004.695406 +318751,1221.031971,987.472707,1805.634686,617.4209036,1019.800226 +318752,1235.133473,999.7782801,1822.659624,624.7319369,1033.448296 +318753,1249.1346,1011.725665,1850.6249,632.0532294,1047.292431 +318754,1262.72978,1023.623873,1850.583208,639.0650381,1060.688043 +318755,1276.316403,1034.871683,1859.8776,646.0975144,1073.818525 +318756,1289.503929,1047.145727,1893.805584,652.9270621,1086.626376 +318757,1302.647905,1058.247729,1900.754303,659.751315,1099.2558 +318758,1315.027779,1069.635316,1913.849509,666.3743672,1111.168674 +318759,1328.591759,1080.783407,1931.843609,673.0005571,1123.759686 +318760,1340.767333,1091.994897,1962.194791,679.4292299,1135.351483 +318761,1353.190489,1102.793569,1932.830127,685.8702252,1146.90665 +318762,1365.5395,1113.783411,2004.066358,692.1152472,1158.351367 +318763,1377.58093,1124.498405,1955.411627,698.3827728,1169.32 +318764,1364.24151,1123.335132,2005.237814,692.8998559,1135.079304 +318765,1297.244421,1098.29364,1896.518952,663.096063,1003.158653 +318766,1454.004036,1170.802057,2068.17254,733.2107558,1291.12631 +318767,1399.522817,1155.925802,2012.845718,710.9611525,1167.958199 +318768,1424.43386,1171.337345,2034.187453,722.3859784,1205.673436 +318769,1437.438881,1182.587099,1996.765502,729.0021782,1218.174712 +318770,1445.925506,1190.349465,1969.319353,733.3127785,1225.24224 +318771,1607.942427,1271.257538,2097.6874,807.9440463,1504.41199 +318772,1259.771699,1131.166897,1955.97395,647.7464101,842.7763113 +318773,1739.918143,1355.489643,2101.592286,864.257123,1716.596157 +318774,1259.652592,1145.303705,1955.232854,648.3104974,815.9825408 +318775,1765.049851,1379.327007,2103.897335,876.2496293,1739.694182 +318776,1277.554201,1165.131261,1954.129854,657.0640193,827.1703273 +318777,1790.26799,1402.451279,2104.970753,888.3987438,1763.59902 +318778,1295.174473,1184.393396,1952.211776,665.6699348,837.4298697 +318779,1814.871877,1425.017882,2105.504261,900.2347624,1787.167483 +318780,1312.140104,1217.271983,1949.378987,674.0319412,847.2301608 +318781,2229.068111,1594.499245,2113.34397,1080.340873,2273.149194 +318782,1878.933606,1473.293111,2141.472586,923.5669783,2277.593933 +318783,2024.58234,1532.169937,2171.981687,989.3842239,1954.193775 +318784,2012.751746,1534.560752,2191.130675,984.7256296,2138.248526 +318785,2023.129706,1544.805637,2209.177394,989.8458621,2115.713471 +318786,2033.984325,1554.894057,2223.366468,995.1248732,2119.888834 +318787,2044.202301,1564.947629,2237.795373,1000.252319,2130.330541 +318788,2054.664524,1575.135102,2248.729104,1005.376877,2145.095158 +318789,2066.883515,1584.79,2259.478995,1010.407911,2146.141622 +318790,2083.118811,1594.63625,2269.462791,1016.602843,2156.770048 +318791,2078.092154,1604.292059,2279.014766,1021.775548,2170.980635 +318792,2089.246828,1613.966452,2288.072102,1026.168473,2172.594129 +318793,2108.747703,1623.309821,2296.337165,1031.91787,2181.782656 +318794,2112.400317,1632.787901,2305.899957,1035.048687,2195.69086 +318795,2123.110705,1641.992073,2312.367645,1043.261656,2197.039241 +318796,2132.690977,1651.38272,2319.154123,1043.007162,2209.535001 +318797,2141.805837,1660.471418,2325.549375,1054.628153,2212.815199 +318798,2151.171424,1669.670915,2333.621025,1048.863679,2229.146062 +318799,2160.230872,1678.51917,2338.851373,1048.44265,2228.307236 +318800,2169.222076,1687.522866,2343.989624,1068.599843,2230.655197 +318801,2177.966944,1700.892258,2348.602653,1064.588231,2233.301917 +318802,2187.173155,1717.680381,2352.724643,1070.915519,2232.5115 +318803,2195.683977,1725.579515,2356.307719,1075.219054,2231.563398 +318804,2204.691186,1745.598538,2359.398846,1079.605525,2230.504515 +318805,2212.936089,1741.130398,2362.138607,1083.835394,2229.454695 +318806,2221.737683,1741.737522,2364.6642,1087.979108,2228.51946 +318807,2230.01701,1778.169179,2366.967743,1092.212815,2227.635255 +318808,2238.715499,1775.626821,2369.05907,1096.387843,2226.770807 +318809,2246.670064,1789.242656,2371.028514,1100.478066,2226.001978 +318810,2265.236581,1799.976395,2372.896397,1104.538854,2225.326244 +318811,2253.365249,1810.289436,2374.884396,1108.765082,2224.764389 +318812,2272.030982,1820.189571,2376.653271,1113.139612,2224.327828 +318813,2282.43013,1830.20757,2378.389304,1117.42327,2223.963924 +318814,2288.044263,1840.115933,2380.105671,1121.57074,2223.66443 +318815,2297.047187,1849.632103,2381.820248,1125.908732,2223.440935 +318816,2305.505771,1859.180468,2383.529249,1130.139403,2223.284682 +318817,2313.705112,1877.442332,2385.21189,1134.302354,2223.167332 +318818,2321.960297,1873.87409,2386.886313,1138.475121,2223.107812 +318819,2350.364218,1881.613209,2388.548529,1142.628188,2223.097568 +318820,2307.681557,1900.809601,2390.225995,1146.759733,2223.166734 +318821,2360.736276,1904.225833,2391.889028,1151.002161,2223.275779 +318822,2351.228188,1914.49142,2393.488575,1154.906985,2223.361339 +318823,2362.373166,1923.037573,2395.060476,1159.146724,2223.46367 +318824,2392.307765,1932.015189,2396.58574,1163.103748,2223.556015 +318825,2344.619721,1948.979398,2398.306065,1167.252563,2223.696515 +318826,2402.05008,1944.193526,2399.825879,1171.184088,2223.897912 +318827,2404.080412,1953.067982,2401.287933,1175.296285,2224.072603 +318828,2383.796219,1969.547235,2402.733716,1179.193819,2224.263343 +318829,2415.058323,1972.946649,2404.171276,1183.271735,2224.475802 +318830,2428.445455,1992.881007,2405.533748,1187.134372,2224.625563 +318831,2407.225801,1977.304128,2406.907733,1191.25254,2224.818499 +318832,2463.691637,2001.89341,2408.615006,1194.968967,2225.452451 +318833,2408.123646,2012.838361,2410.546972,1199.033777,2226.200652 +318834,2480.885813,2009.166218,2412.490334,1202.743587,2227.258285 +318835,2443.797087,2018.269028,2414.683137,1206.83454,2228.487074 +318836,2466.811528,2052.139657,2417.905142,1210.545816,2231.591796 +318837,2472.048243,2023.803727,2418.987546,1214.580053,2231.627348 +318838,2479.153096,2036.912023,2421.002244,1218.198705,2232.753293 +318839,2486.764571,2073.460123,2424.964267,1222.171473,2236.497566 +318840,2494.165323,2031.044276,2426.704138,1225.860866,2237.173482 +318841,2506.990956,2099.84515,2430.146346,1232.13267,2240.769139 +318842,2514.738458,2064.652057,2434.111285,1236.224617,2245.11974 +318843,2522.392653,2087.426511,2438.002234,1240.104269,2249.460131 +318844,2529.561465,2091.884992,2442.108262,1243.893924,2253.848397 +318845,2536.63089,2098.620292,2445.968208,1247.700195,2258.22954 +318846,2543.681763,2105.328691,2449.6715,1251.179121,2262.459651 +318847,2550.674783,2111.810996,2453.236632,1254.998142,2266.544575 +318848,2557.310327,2118.52325,2456.682551,1258.541901,2270.495289 +318849,2564.422834,2124.825792,2460.024149,1262.139989,2274.322306 +318850,2571.072392,2131.184538,2463.268282,1265.702779,2278.029405 +318851,2577.849116,2137.355766,2466.420088,1269.242545,2281.62 +318852,2584.630188,2143.52327,2471.41049,1272.761485,2287.205491 +318853,2591.174717,2149.556242,2475.109709,1276.258046,2291.680008 +318854,2605.857347,2155.437333,2478.443599,1279.735473,2295.505051 +318855,2592.625506,2161.137776,2479.664681,1283.192153,2296.731724 +318856,2623.588259,2167.079694,2481.756855,1286.630799,2298.988908 +318857,2613.422243,2172.658877,2484.320106,1290.049541,2301.789497 +318858,2624.819317,2178.21796,2486.909684,1293.450301,2304.60621 +318859,2631.006377,2183.713058,2489.510292,1296.832602,2307.433081 +318860,2637.117619,2189.051628,2492.152915,1300.280068,2310.313349 +318861,2643.579168,2194.357106,2494.777634,1303.503359,2313.174953 +318862,2649.759071,2199.595655,2497.377099,1306.892226,2316.008362 +318863,2656.257456,2204.684249,2501.649398,1310.193811,2320.898131 +318864,2662.033635,2209.643577,2503.183522,1313.486391,2322.445564 +318865,2668.695032,2214.496829,2505.289314,1316.767659,2324.689096 +318866,2674.781633,2219.510884,2507.593544,1320.030188,2327.160593 +318867,2680.894717,2224.181522,2509.976363,1323.277135,2329.716521 +318868,2687.062924,2228.866098,2512.380221,1327.073478,2332.291875 +318869,2693.222822,2233.450071,2514.781361,1331.4663,2334.860855 +318870,2699.259181,2237.954767,2517.173641,1332.132759,2337.416472 +318871,2703.962447,2241.234407,2519.51279,1338.850977,2339.903406 +318872,2708.307429,2260.674804,2522.047443,1325.403568,2342.537006 +318873,2713.005873,2247.402373,2523.747091,1346.443782,2345.123651 +318874,2717.249339,2273.569317,2524.948492,1320.830596,2347.66484 +318875,2721.635997,2254.141712,2526.699632,1354.628918,2352.122483 +318876,2725.481562,2279.722427,2525.153323,1318.555382,2353.171056 +318877,2729.717889,2267.809969,2524.164245,1364.369285,2354.908875 +318878,2733.724131,2274.971489,2523.479732,1312.861518,2356.750426 +318879,2737.525564,2277.459813,2523.081638,1353.261124,2358.648697 +318880,2741.385457,2279.506605,2522.858587,1345.873189,2360.532643 +318881,2745.062942,2281.74413,2522.746112,1333.904168,2362.392569 +318882,2748.831445,2283.794964,2522.687574,1364.810408,2364.207858 +318883,2752.291926,2285.672101,2522.683202,1320.243314,2366.009738 +318884,2755.877387,2287.389161,2522.715658,1357.46852,2367.79772 +318885,2766.722259,2288.952233,2522.842111,1353.938984,2369.657649 +318886,2752.20113,2290.344813,2522.828046,1333.385354,2371.314209 +318887,2777.004421,2291.596164,2522.804271,1355.150815,2372.936844 +318888,2766.444136,2292.69598,2522.871251,1359.534832,2374.656348 +318889,2772.70185,2293.631554,2522.818366,1331.809035,2376.220866 +318890,2776.286026,2294.427154,2522.704321,1358.806396,2377.707163 +318891,2779.037288,2295.073567,2522.555337,1361.826209,2379.150638 +318892,2781.944992,2295.574488,2522.397035,1332.140765,2380.585746 +318893,2784.894469,2295.929849,2522.224186,1360.942981,2382.008972 +318894,2787.812544,2296.138016,2521.966681,1363.99838,2383.336575 +318895,2790.514888,2296.209386,2521.697369,1332.06553,2384.65966 +318896,2793.276632,2296.13683,2521.41536,1362.728286,2385.978503 +318897,2795.913161,2295.919884,2521.040979,1365.564167,2387.196325 +318898,2798.246403,2295.551219,2520.653193,1331.986879,2388.410773 +318899,2797.979771,2295.623103,2520.213248,1360.867446,2389.574705 +318900,2799.385305,2295.317626,2519.264139,1358.605718,2390.565359 +318901,2686.137791,2235.048015,2513.379228,1281.078712,2384.581852 +318902,2684.827575,2242.35422,2499.284176,1303.523327,2366.950365 +318903,2687.451942,2236.823449,2483.48277,1293.78273,2346.014827 +318904,2689.357134,2236.528897,2470.349023,1294.878194,2327.994431 +318905,2691.159484,2235.190913,2460.829558,1294.490799,2314.005515 +318906,2693.473561,2233.767587,2453.94022,1294.10105,2303.345713 +318907,2695.501463,2232.2541,2448.740504,1293.726668,2294.994498 +318908,2697.569604,2230.617749,2444.544483,1293.35531,2288.163831 +318909,2699.646221,2228.879865,2440.946847,1292.981514,2282.363385 +318910,2701.866039,2227.010046,2437.730591,1292.60194,2277.311162 +318911,2703.825109,2225.023037,2434.771432,1292.214401,2272.830213 +318912,2705.935965,2222.912194,2431.991584,1291.817465,2268.799353 +318913,2715.322113,2220.677271,2429.479306,1291.410195,2265.302853 +318914,2699.56869,2218.445858,2426.908793,1290.99187,2261.917436 +318915,2723.105308,2215.84029,2426.062639,1290.56243,2260.821046 +318916,2710.957713,2213.206345,2422.731775,1290.120368,2256.817631 +318917,2715.978103,2210.47066,2419.901132,1289.667388,2253.550308 +318918,2718.365717,2207.649271,2417.260526,1289.201897,2250.611467 +318919,2719.776201,2204.641495,2414.790774,1288.724501,2247.96696 +318920,2721.513055,2201.529169,2412.387427,1288.235111,2245.482649 +318921,2723.022571,2198.285122,2410.015032,1287.733799,2243.109101 +318922,2725.091759,2194.882998,2407.66769,1287.220625,2240.831829 +318923,2726.614506,2191.42887,2405.333728,1286.695662,2238.628713 +318924,2728.216291,2187.818744,2402.997685,1286.15898,2236.473394 +318925,2729.794074,2184.069977,2400.655463,1285.610676,2234.354337 +318926,2728.702964,2175.746766,2398.205148,1287.122963,2232.13983 +318927,2729.33012,2170.954355,2395.833119,1286.812189,2229.772245 +318928,2730.78205,2166.70546,2393.573492,1286.391623,2227.400207 +318929,2732.015852,2162.445476,2391.41034,1285.93208,2225.149051 +318930,2733.794588,2158.050083,2389.292906,1285.44256,2223.028581 +318931,2743.710433,2154.149826,2387.35781,1285.639214,2221.221878 +318932,2728.727305,2150.26147,2385.574873,1286.052558,2219.343895 +318933,2751.315815,2146.448823,2383.72648,1286.356823,2217.530844 +318934,2742.360025,2142.500167,2382.219276,1286.820754,2216.020788 +318935,2746.584521,2138.618651,2380.732093,1287.268654,2214.415654 +318936,2750.394128,2134.780205,2380.943374,1287.76221,2214.808395 +318937,2751.97089,2130.565337,2378.599488,1288.315944,2211.974276 +318938,2755.35032,2126.565412,2376.924501,1288.833051,2209.888789 +318939,2757.871874,2122.535199,2375.539903,1289.431568,2208.078998 +318940,2760.646246,2118.35411,2374.324432,1291.276509,2206.412339 +318941,2771.883579,2114.186006,2373.379136,1289.336249,2205.020513 +318942,2756.49928,2109.919015,2372.329312,1295.768132,2203.457003 +318943,2778.778221,2105.691976,2371.275367,1285.46737,2201.844156 +318944,2771.636425,2101.332586,2370.440417,1307.098282,2200.665934 +318945,2774.848751,2097.116628,2369.548523,1275.574578,2199.164258 +318946,2778.622034,2092.510095,2368.607245,1302.179758,2197.566618 +318947,2781.334809,2088.080112,2367.708084,1303.38631,2195.984726 +318948,2791.332157,2083.640009,2367.056504,1279.706214,2194.680793 +318949,2779.31571,2079.045757,2366.330307,1303.683932,2193.256026 +318950,2797.900448,2071.929118,2367.193656,1309.558236,2193.772661 +318951,2794.005034,2066.535387,2367.360542,1276.420918,2193.420695 +318952,2794.968876,2068.272168,2365.476448,1308.738087,2190.529303 +318953,2806.217952,2067.774154,2364.428389,1316.354401,2188.627911 +318954,2795.427217,2026.923646,2363.779375,1271.438571,2187.178753 +318955,2811.096637,2082.955105,2363.358016,1314.584757,2185.962856 +318956,2810.588352,2012.507417,2364.87684,1298.865567,2187.130348 +318957,2810.51068,2059.352688,2363.679381,1302.444713,2184.950777 +318958,2821.571467,2034.401092,2364.711807,1303.434198,2185.518383 +318959,2818.250589,2018.832934,2363.44303,1304.31833,2183.216553 +318960,2819.251479,2026.12647,2362.712448,1305.181667,2181.554837 +318961,2585.557769,1909.384887,2359.224065,1196.722868,2177.616311 +318962,2579.876788,1899.873797,2338.900978,1194.831743,2149.792848 +318963,2578.752233,1892.904048,2313.563162,1193.66527,2113.367136 +318964,2585.798368,1885.956574,2292.352805,1192.874003,2081.378113 +318965,2567.641865,1879.011841,2277.05818,1192.257452,2056.173365 +318966,2588.936983,1872.177775,2266.560259,1191.767321,2037.063834 +318967,2575.652427,1865.397164,2259.487047,1191.365021,2022.586196 +318968,2578.79332,1858.523312,2254.333145,1191.027562,2010.983368 +318969,2579.66258,1851.955517,2250.397219,1190.74179,2001.410034 +318970,2580.017219,1845.154239,2249.049954,1190.500229,1995.535348 +318971,2579.958728,1838.441699,2245.617305,1190.294963,1987.571059 +318972,2580.814165,1831.72774,2243.168555,1190.126311,1981.236269 +318973,2581.370267,1825.007713,2241.229932,1189.988295,1975.892419 +318974,2582.269971,1818.165225,2241.32905,1189.880739,1973.384802 +318975,2582.483596,1811.610321,2238.990959,1189.799142,1968.180106 +318976,2583.446386,1804.810676,2237.381911,1189.746281,1964.126922 +318977,2584.21741,1813.802137,2236.066357,1189.717833,1960.647692 +318978,2585.017244,1768.949241,2234.986165,1189.714199,1957.644772 +318979,2585.869702,1806.280345,2234.047691,1189.734191,1954.982909 +318980,2586.757172,1759.865089,2233.192426,1189.77729,1952.571166 +318981,2587.97928,1778.741295,2234.120025,1189.843493,1952.486707 +318982,2588.67642,1762.705894,2234.122709,1189.930242,1951.393264 +318983,2589.390003,1757.761493,2232.068429,1190.038474,1947.873673 +318984,2590.975033,1751.017143,2232.522481,1190.169221,1947.510316 +318985,2591.211593,1744.324798,2230.65596,1190.317271,1944.350997 +318986,2593.381143,1737.640446,2231.248018,1190.488192,1944.264687 +318987,2593.83298,1730.836493,2231.188293,1190.675995,1943.428647 +318988,2594.543201,1724.436695,2229.199154,1190.883114,1940.26427 +318989,2596.354068,1717.544469,2228.082367,1191.109884,1938.194859 +318990,2597.349502,1710.988363,2227.342398,1191.353862,1936.602408 +318991,2598.35754,1704.15377,2226.799676,1191.511951,1935.271639 +318992,2599.380007,1697.212011,2226.352429,1191.664862,1934.096873 +318993,2600.337808,1690.538108,2225.949183,1191.82337,1933.025416 +318994,2601.305194,1683.654018,2225.56529,1191.98999,1932.026266 +318995,2602.548903,1676.875318,2226.886027,1192.166382,1933.172201 +318996,2603.160394,1670.092503,2225.562663,1192.350332,1931.111601 +318997,2604.354692,1663.232,2224.812748,1192.545999,1929.782255 +318998,2605.418379,1656.64767,2224.269911,1192.750177,1928.718185 +318999,2606.773124,1649.984033,2225.53122,1192.964763,1929.889539 +319000,2607.567489,1643.168025,2225.894265,1193.187517,1929.98541 +319001,2608.444998,1636.592396,2224.20491,1193.419745,1927.578087 +319002,2609.789993,1651.314545,2223.263084,1193.662133,1926.088007 +319003,2611.008423,1592.684158,2222.695226,1193.912749,1925.046862 +319004,2612.028791,1655.167482,2222.295841,1194.172201,1924.209581 +319005,2613.259888,1573.27637,2221.994544,1194.440489,1923.498345 +319006,2614.483261,1629.691766,2221.76434,1194.717237,1922.884211 +319007,2615.735774,1580.019507,2221.547042,1195.00253,1922.296018 +319008,2617.281804,1597.622059,2223.048472,1195.296659,1923.837561 +319009,2618.031389,1583.312574,2221.908244,1195.597147,1922.144973 +319010,2619.920793,1578.435274,2223.027083,1195.907977,1923.240838 +319011,2620.711923,1572.258591,2221.71718,1196.223767,1921.347931 +319012,2622.095992,1566.108396,2221.085937,1196.549067,1920.280141 +319013,2623.805707,1560.014355,2220.728782,1196.880696,1919.534749 +319014,2625.040161,1553.980171,2220.519013,1197.21961,1918.962718 +319015,2626.741672,1547.905064,2222.068362,1197.566067,1920.561731 +319016,2635.145553,1542.139002,2221.171436,1197.917699,1919.16285 +319017,2619.504349,1536.229376,2220.694758,1198.27767,1918.283297 +319018,2640.721892,1530.469789,2220.392701,1198.643148,1917.60885 +319019,2622.98662,1524.866855,2220.227457,1199.015103,1917.093795 +319020,2643.005134,1519.096665,2220.171915,1199.393088,1916.709775 +319021,2770.855658,1626.362583,2221.65362,1306.642179,1917.381972 +319022,2785.961641,1610.495505,2237.430924,1309.207888,1938.509886 +319023,2804.152933,1618.054698,2257.998341,1311.118869,1967.943901 +319024,2818.634647,1609.841952,2275.975598,1312.841142,1995.393584 +319025,2828.339267,1606.720345,2289.378623,1314.465537,2017.183477 +319026,2834.21519,1602.853,2298.70594,1316.017175,2033.757863 +319027,2837.58457,1598.990201,2305.127605,1317.518922,2046.330345 +319028,2839.483809,1595.17017,2309.616539,1318.985594,2056.213838 +319029,2840.557038,1591.405155,2312.821925,1320.42613,2063.7556 +319030,2841.163223,1588.778277,2315.134107,1321.846024,2069.693402 +319031,2841.497524,1586.261601,2316.801841,1323.210068,2074.362771 +319032,2841.667615,1583.667565,2317.984344,1324.629308,2078.169146 +319033,2841.756957,1581.179892,2318.811735,1325.972361,2080.927496 +319034,2841.810162,1578.754731,2319.379222,1327.330203,2083.194648 +319035,2841.85631,1576.707708,2319.751895,1328.683228,2084.839321 +319036,2841.918779,1574.857421,2319.983963,1330.114554,2085.488279 +319037,2842.009263,1573.130039,2320.119171,1331.323246,2086.331042 +319038,2842.122039,1571.528968,2320.175214,1334.329359,2086.725042 +319039,2842.255809,1569.968705,2320.17046,1336.308838,2087.105408 +319040,2842.403111,1568.479433,2320.119403,1338.359114,2087.106345 +319041,2842.571212,1566.99987,2320.035115,1340.405249,2086.929631 +319042,2842.753415,1565.580801,2319.921415,1342.594444,2086.600661 +319043,2842.954107,1564.182095,2319.793332,1344.738358,2086.150087 +319044,2843.170335,1562.811385,2319.651063,1347.262569,2085.596202 +319045,2843.394929,1561.468749,2319.493669,1349.44191,2085.171581 +319046,2843.623933,1560.152546,2319.326655,1351.96531,2084.454594 +319047,2843.85753,1558.862025,2319.149096,1354.469991,2083.662574 +319048,2844.095977,1557.595825,2318.962489,1357.056921,2082.809592 +319049,2844.338451,1556.353398,2318.772622,1359.713577,2081.90536 +319050,2844.583662,1555.133549,2318.576304,1362.438836,2080.956209 +319051,2844.830968,1553.843694,2318.373467,1365.21806,2079.967553 +319052,2845.055706,1552.555601,2318.146089,1373.586677,2078.932527 +319053,2845.286779,1551.278201,2317.911295,1362.255025,2077.882888 +319054,2845.518381,1550.012919,2317.665739,1377.494238,2076.818617 +319055,2845.716346,1548.760908,2317.388917,1375.586293,2075.715014 +319056,2845.898569,1547.522101,2317.093245,1379.338294,2074.586545 +319057,2846.075311,1546.296914,2316.786077,1382.393019,2073.441448 +319058,2846.244313,1545.08501,2316.466774,1385.376059,2072.278561 +319059,2846.407067,1543.886765,2316.137063,1388.649968,2071.100016 +319060,2846.562595,1542.701838,2315.796923,1391.869735,2069.9058 +319061,2846.71135,1541.530615,2315.447217,1394.996228,2068.69714 +319062,2846.853859,1540.372782,2315.088737,1398.37349,2067.475139 +319063,2846.989151,1539.228741,2314.720969,1401.727884,2066.238824 +319064,2847.116984,1538.098205,2314.344694,1405.154114,2065.196935 +319065,2847.235777,1536.981576,2313.958853,1408.73595,2063.931922 +319066,2847.341984,1535.878578,2313.561386,1414.82599,2062.64628 +319067,2847.441264,1534.789638,2313.155073,1417.180533,2061.34745 +319068,2847.536119,1533.71445,2312.74001,1424.944028,2060.037373 +319069,2847.66141,1532.653433,2312.333088,1417.787028,2058.737394 +319070,2847.825559,1531.606274,2311.943564,1422.202431,2057.459052 +319071,2847.977369,1530.573425,2311.535843,1434.656032,2056.158301 +319072,2847.975261,1529.554675,2310.993765,1433.478368,2054.643656 +319073,2847.956548,1528.550304,2310.454979,1438.658543,2053.17305 +319074,2847.502425,1527.560112,2309.503562,1453.824916,2050.994556 +319075,2846.585814,1526.583681,2308.150042,1430.192378,2048.164924 +319076,2845.444592,1525.621272,2306.641805,1463.121157,2045.145346 +319077,2845.355937,1524.674216,2306.177748,1446.896225,2044.04093 +319078,2844.641024,1523.742895,2304.932069,1462.385356,2041.387545 +319079,2844.417073,1522.82403,2304.236752,1463.036888,2039.818885 +319080,2843.411108,1521.921508,2302.710127,1476.476292,2036.711593 +319081,2841.53166,1543.860998,2300.491115,1497.874788,2032.548286 +319082,2842.521326,1544.215193,2300.186308,1499.62678,2031.660763 +319083,2845.201398,1547.694628,2300.965932,1508.348382,2032.55331 +319084,2848.06034,1539.910205,2301.933268,1512.703631,2033.867379 +319085,2850.319042,1555.847901,2302.614414,1517.755176,2034.890881 +319086,2851.962051,1527.052096,2302.979548,1522.930667,2035.529294 +319087,2853.407284,1576.536693,2303.078454,1528.22663,2035.815672 +319088,2859.274025,1503.103272,2307.809661,1533.434226,2044.36105 +319089,2863.172462,1560.673657,2309.954657,1538.717048,2047.52391 +319090,2867.567004,1549.963323,2312.922351,1543.882522,2052.444553 +319091,2870.093964,1523.854457,2313.975683,1549.384571,2053.765497 +319092,2868.748042,1549.858977,2311.569942,1554.712611,2049.141099 +319093,2867.628032,1559.186079,2309.954472,1565.664068,2046.462012 +319094,2872.763869,1510.590486,2314.350003,1557.567818,2054.43933 +319095,2875.981822,1554.539975,2315.931058,1580.08567,2056.392681 +319096,2874.361091,1557.133713,2313.124869,1573.66419,2050.794347 +319097,2879.110649,1509.025794,2317.148914,1583.127055,2058.034996 +319098,2881.997807,1553.625875,2318.435772,1588.231008,2059.400565 +319099,2879.83374,1557.51722,2315.166089,1593.846464,2052.950191 +319100,2884.788476,1505.686618,2319.436051,1599.627798,2060.60021 +319101,2887.768666,1553.610261,2320.939129,1605.378142,2061.86605 +319102,2885.240652,1557.035684,2317.264731,1610.866441,2054.610228 +319103,2890.360961,1503.409867,2321.697131,1617.109454,2062.546143 +319104,2893.406404,1553.126451,2322.99907,1622.795724,2063.728566 +319105,2897.676804,1552.587133,2325.843432,1628.812319,2068.225229 +319106,2899.649986,1507.210363,2326.236121,1634.540309,2067.871233 +319107,2896.341339,1549.789975,2321.855909,1640.653207,2059.311848 +319108,2893.530643,1557.895531,2318.759519,1646.573397,2053.854149 +319109,2891.79666,1497.60056,2316.529979,1657.639937,2049.788055 +319110,2890.785748,1552.779912,2314.820955,1656.760026,2046.518655 +319111,2890.033083,1530.811086,2313.311043,1665.126686,2043.608844 +319112,2889.651763,1533.977351,2312.065685,1671.447676,2041.127134 +319113,2889.653192,1533.828915,2311.091453,1677.009985,2039.074049 +319114,2889.93359,1533.357068,2310.322093,1683.44933,2037.358334 +319115,2890.59926,1533.176109,2309.825113,1693.899968,2036.056019 +319116,2891.49671,1532.764059,2309.502722,1694.273074,2035.037417 +319117,2904.208149,1532.559536,2320.626906,1702.706463,2054.479744 +319118,2912.190687,1532.068449,2325.506982,1709.072202,2061.063685 +319119,2910.061763,1531.800992,2321.287544,1715.030151,2052.055001 +319120,2908.408329,1531.455654,2318.918935,1725.387919,2047.699392 +319121,2907.925751,1531.123568,2317.381596,1725.843042,2044.775838 +319122,2907.560225,1530.792306,2316.189091,1733.278217,2042.412763 +319123,2907.72872,1530.463618,2315.367476,1744.271554,2040.594378 +319124,2921.007966,1530.148777,2327.116788,1747.320945,2061.131276 +319125,2929.088465,1529.816316,2332.082117,1753.324517,2067.770907 +319126,2937.587279,1529.496097,2338.186938,1760.381418,2077.163512 +319127,2941.94269,1554.488687,2340.191842,1771.001451,2079.066221 +319128,2937.538319,1491.380086,2334.323335,1771.127645,2067.459404 +319129,2934.063738,1546.512726,2330.585435,1780.148149,2060.877661 +319130,2931.770178,1550.375572,2327.874977,1785.610158,2056.030553 +319131,2930.158636,1489.244414,2325.673909,1787.376208,2052.006484 +319132,2928.845028,1545.91791,2323.694915,1786.930597,2048.393164 +319133,2927.249936,1523.405718,2321.552806,1786.604411,2044.680246 +319134,2925.389099,1526.688065,2319.245363,1787.003342,2040.839893 +319135,2923.367856,1526.574544,2316.828677,1787.960889,2036.9217 +319136,2935.939727,1526.250783,2328.589198,1796.220617,2058.429143 +319137,2956.911873,1525.942787,2346.027214,1809.995398,2087.834271 +319138,2959.247906,1550.070963,2344.510544,1815.958213,2082.067033 +319139,2962.566242,1489.119481,2346.064182,1820.682686,2084.159216 +319140,2962.562147,1542.396036,2344.807875,1824.112538,2081.160689 +319141,2954.160875,1487.582917,2335.946213,1823.295705,2065.140736 +319142,2941.881536,1491.037742,2325.711964,1819.467257,2048.953761 +319143,2928.921091,1490.285139,2314.872337,1815.426665,2031.861171 +319144,2931.609766,1489.900378,2318.728788,1819.466266,2040.446291 +319145,2930.596231,1489.396717,2316.381699,1823.650948,2035.161822 +319146,2919.567576,1488.923605,2304.540343,1822.837994,2013.105155 +319147,2910.590267,1488.491177,2296.018653,1821.942939,1998.349969 +319148,2903.015559,1492.838333,2289.032887,1821.840084,1986.249275 +319149,2912.554404,1480.377266,2298.226062,1829.697042,2003.051131 +319150,2932.317654,1490.505935,2314.682133,1843.708433,2030.523911 +319151,2931.704328,1485.889983,2310.150435,1849.127268,2018.900024 +319152,2919.039777,1486.146541,2296.566838,1846.920611,1993.809021 +319153,2923.846797,1485.727352,2301.770565,1851.799394,2004.177054 +319154,2924.45227,1485.258303,2300.736279,1856.271713,2001.193992 +319155,2913.863897,1485.055529,2289.371394,1855.0991,1980.411367 +319156,2904.761756,1490.480515,2280.975625,1853.596677,1966.637001 +319157,2897.031233,1477.575784,2273.830716,1852.827626,1955.149682 +319158,2889.814833,1504.234483,2267.320301,1852.549322,1944.810617 +319159,2883.557278,1453.670176,2261.298177,1852.665268,1935.349941 +319160,2877.839929,1496.673034,2255.654371,1853.05632,1926.588006 +319161,2872.470517,1479.132657,2250.270637,1853.587577,1918.352304 +319162,2867.447549,1481.434238,2245.144492,1854.270224,1910.612799 +319163,2862.75868,1481.428654,2240.264844,1855.110592,1903.333125 +319164,2858.350537,1480.73776,2235.593784,1856.085235,1896.446124 +319165,2854.190372,1480.403352,2231.106792,1857.183068,1889.903604 +319166,2850.244785,1479.960606,2226.779485,1858.390809,1883.659612 +319167,2846.485708,1479.535541,2222.395346,1859.697478,1877.674925 +319168,2842.888544,1479.113767,2218.341213,1861.093246,1871.915386 +319169,2839.427596,1478.797277,2214.393474,1862.566853,1866.345669 +319170,2836.086057,1478.113594,2210.534708,1864.111501,1860.941694 +319171,2832.851091,1477.79249,2206.75283,1865.722453,1855.477521 +319172,2829.688487,1477.110079,2203.020833,1867.356655,1850.355711 +319173,2852.176413,1476.54251,2224.91281,1880.632222,1891.867478 +319174,2859.958878,1475.863132,2228.514954,1889.756696,1896.595938 +319175,2846.004297,1475.255855,2212.120909,1887.559088,1866.847836 +319176,2837.079669,1474.664467,2203.704786,1885.713988,1853.983596 +319177,2830.996933,1474.127706,2197.80656,1885.497845,1845.560992 +319178,2826.055276,1473.316508,2192.755726,1886.093973,1838.468043 +319179,2821.607204,1472.750664,2188.030732,1887.048464,1831.914952 +319180,2817.400802,1472.080782,2183.457695,1888.13712,1825.65358 +319181,2813.351779,1471.423716,2178.986639,1889.276714,1819.606722 +319182,2809.44139,1470.763027,2174.608105,1890.454027,1813.749504 +319183,2805.673176,1470.098297,2170.326575,1891.679556,1808.079688 +319184,2802.037933,1469.426792,2166.13414,1892.956876,1802.576661 +319185,2798.524977,1468.755974,2162.023949,1894.284369,1797.225892 +319186,2795.117444,1468.07916,2157.984026,1895.654814,1792.005381 +319187,2791.800265,1467.399453,2154.004,1897.061003,1786.896417 +319188,2788.271263,1466.715672,2150.079112,1898.499712,1781.889491 +319189,2817.265667,1466.049557,2178.638812,1914.360166,1836.261905 +319190,2826.66159,1465.243922,2182.729482,1924.156071,1841.63138 +319191,2808.41957,1464.578776,2161.484664,1920.14706,1802.789266 +319192,2797.934225,1463.941758,2151.624167,1917.281278,1788.055612 +319193,2791.370456,1463.330171,2145.199296,1916.652709,1779.018128 +319194,2786.30626,1462.444904,2139.882571,1917.053674,1771.6802 +319195,2781.824331,1464.883853,2134.94989,1917.848481,1764.963008 +319196,2809.041925,1456.60152,2161.72183,1932.986041,1816.005732 +319197,2817.014451,1462.406067,2165.058321,1942.090454,1820.328252 +319198,2798.556221,1459.120158,2143.925843,1937.757638,1782.031595 +319199,2787.520236,1466.048398,2133.578605,1934.546372,1766.531175 +319200,2811.964973,1447.538882,2158.350402,1947.812197,1814.482904 +319201,2819.973432,1396.1832,2162.090238,1956.75132,1819.685477 +319202,2826.066913,1388.51045,2168.493835,1961.928573,1834.116294 +319203,2814.696984,1388.171372,2156.919618,1960.045324,1814.874458 +319204,2779.864409,1387.27317,2122.78845,1947.488111,1754.965519 +319205,2758.399545,1385.923061,2104.541204,1940.102399,1725.703355 +319206,2745.359579,1384.805883,2092.705371,1937.6483,1706.315124 +319207,2736.463161,1383.600659,2083.911312,1937.610098,1691.499787 +319208,2729.765998,1382.414499,2076.775582,1938.572422,1679.161864 +319209,2757.735295,1381.261452,2104.187024,1954.994217,1729.9628 +319210,2765.43565,1379.919512,2106.997072,1964.959325,1731.859328 +319211,2745.777879,1378.769202,2084.429489,1960.67094,1689.826608 +319212,2734.995758,1377.667046,2074.134957,1958.068672,1672.999941 +319213,2764.440131,1376.361258,2103.938767,1973.882497,1729.238068 +319214,2772.406157,1375.127589,2107.139576,1983.352141,1732.149532 +319215,2750.989786,1373.900823,2082.838173,1978.146317,1687.22148 +319216,2739.666942,1372.904893,2072.315734,1975.061992,1670.552433 +319217,2733.068686,1371.477831,2065.93207,1974.57343,1661.120668 +319218,2728.376973,1370.327774,2061.011855,1975.270694,1654.104084 +319219,2761.408158,1368.996222,2093.969106,1992.961841,1716.336765 +319220,2770.553481,1367.703353,2098.207879,2002.90229,1721.691677 +319221,2749.071542,1366.442222,2073.852482,1997.43835,1677.079734 +319222,2738.019284,1365.309843,2063.650971,1994.226888,1661.806423 +319223,2731.733591,1364.115255,2057.614248,1993.680259,1653.504592 +319224,2727.341041,1362.680481,2053.011679,1994.358912,1647.48641 +319225,2761.249048,1361.402974,2086.846521,2012.529701,1711.66658 +319226,2770.517409,1360.042262,2091.263902,2022.303165,1717.713607 +319227,2748.734774,1358.743497,2066.66415,2016.510032,1672.983535 +319228,2737.718997,1357.582731,2056.521081,2013.205859,1658.067565 +319229,2731.485723,1356.23378,2050.5582,2012.579926,1650.118316 +319230,2727.128065,1354.927261,2046.015334,2013.170533,1644.402319 +319231,2723.571442,1354.121747,2042.045687,2014.451266,1639.647292 +319232,2755.923458,1353.039753,2073.967009,2031.748059,1700.168157 +319233,2765.127617,1352.270572,2078.66253,2041.207254,1707.034318 +319234,2745.329906,1348.303652,2056.359597,2035.493219,1666.555773 +319235,2735.156487,1347.128615,2046.809565,2032.953528,1652.875862 +319236,2766.773953,1346.077879,2078.757185,2049.846178,1714.677412 +319237,2774.621666,1344.768572,2082.089846,2059.355787,1719.868229 +319238,2785.734277,1344.126671,2090.537383,2068.789129,1735.71109 +319239,2786.409134,1343.214678,2088.060138,2073.358833,1731.076091 +319240,2795.948274,1342.270556,2096.091333,2081.437291,1746.445386 +319241,2795.424277,1341.44675,2093.245461,2085.370855,1740.909831 +319242,2773.324042,1340.648126,2070.08534,2078.689146,1699.4548 +319243,2763.630784,1339.985991,2061.84077,2076.002871,1687.452528 +319244,2784.38747,1339.176468,2083.413401,2087.640796,1729.029708 +319245,2789.302674,1338.19412,2085.259365,2094.683936,1730.955057 +319246,2802.777493,1353.35812,2097.342988,2104.33021,1753.131081 +319247,2802.560254,1313.588707,2094.702647,2108.361572,1747.387619 +319248,2783.23888,1347.493963,2074.38523,2102.707897,1710.74857 +319249,2772.539305,1354.41955,2065.5268,2099.085646,1697.624296 +319250,2765.545457,1303.115027,2059.781861,2097.6386,1689.58456 +319251,2784.78962,1349.5309,2079.858449,2108.341429,1728.258558 +319252,2827.869858,1329.90861,2119.527062,2132.537673,1798.583613 +319253,2818.330752,1332.729706,2103.817812,2134.5511,1765.59635 +319254,2796.069161,1335.095255,2080.498099,2126.73689,1723.696014 +319255,2783.545166,1331.465464,2069.933139,2121.19779,1707.847845 +319256,2776.151168,1335.875615,2063.534467,2118.732526,1698.70744 +319257,2770.975627,1325.352751,2058.67266,2117.747147,1691.911113 +319258,2766.837892,1346.212102,2054.473127,2117.36778,1686.179265 +319259,2787.804524,1304.016184,2075.222127,2128.314006,1725.836448 +319260,2824.512462,1347.490313,2107.666409,2149.008372,1782.850503 +319261,2080.942146,1315.969488,1101.289261,1771.529907,2439.541804 +319262,2188.623909,1460.339499,1157.519252,1862.266095,2516.067517 +319263,2312.614591,1461.134243,1224.91074,1963.274054,2590.151104 +319264,2422.960674,1462.077955,1287.358004,2046.940705,2650.818443 +319265,2510.120916,1463.758231,1339.213268,2105.74415,2697.200408 +319266,2564.967576,1464.111581,1375.421414,2135.570774,2719.846974 +319267,2593.288805,1464.445351,1398.314719,2144.245524,2722.254844 +319268,2609.415709,1464.704829,1414.453997,2145.490921,2717.015598 +319269,2620.258943,1464.841013,1427.024333,2144.912561,2709.722256 +319270,2628.675487,1465.187244,1437.424641,2145.080485,2702.467676 +319271,2635.738795,1465.31199,1446.279491,2146.225764,2695.891445 +319272,2641.852266,1465.510717,1453.911329,2147.700752,2690.099909 +319273,2647.228047,1465.690731,1460.54011,2149.458247,2685.058424 +319274,2652.277794,1465.843095,1466.332274,2151.35757,2680.686092 +319275,2656.553532,1466.018503,1471.421763,2153.325851,2676.897719 +319276,2660.402003,1466.291505,1475.909604,2155.308044,2673.594392 +319277,2663.923209,1466.338912,1479.899955,2157.299381,2670.735046 +319278,2667.194565,1466.599159,1483.479145,2159.297431,2668.283023 +319279,2670.249548,1463.444587,1486.706016,2161.279616,2666.177846 +319280,2672.766544,1463.144467,1489.498244,2162.746855,2664.369035 +319281,2674.894865,1462.907488,1491.939211,2163.919578,2662.821003 +319282,2676.843402,1462.825005,1494.131423,2165.086058,2661.501708 +319283,2678.73183,1462.765354,1496.143125,2166.378142,2660.382879 +319284,2680.600359,1462.728322,1498.011523,2167.801196,2659.440111 +319285,2682.451555,1462.708298,1499.757433,2169.311827,2658.652233 +319286,2684.278622,1462.700352,1501.39529,2170.866363,2658.000897 +319287,2686.075967,1462.703381,1502.937178,2172.435917,2657.470023 +319288,2687.841047,1462.714852,1504.393868,2174.004756,2657.045597 +319289,2689.572964,1462.734774,1505.774805,2175.564641,2656.715282 +319290,2691.271537,1462.761293,1507.088142,2177.110769,2656.468332 +319291,2692.936664,1462.02569,1508.340788,2178.639713,2656.29526 +319292,2694.468746,1461.152094,1509.506102,2179.882987,2656.185272 +319293,2695.806245,1460.208057,1510.567397,2180.686847,2656.131475 +319294,2696.938872,1459.211374,1511.523551,2181.049228,2656.128408 +319295,2697.882593,1458.17121,1512.381807,2181.039586,2656.170923 +319296,2698.659229,1457.092234,1513.151468,2180.733341,2656.254126 +319297,2699.287649,1455.977737,1513.841023,2180.186062,2656.373445 +319298,2699.782423,1454.829581,1514.45756,2179.432645,2656.524741 +319299,2700.154521,1453.649603,1515.006963,2178.494346,2656.704237 +319300,2700.412718,1452.530457,1515.494247,2177.385138,2656.908508 +319301,2700.564191,1451.153273,1515.923762,2176.115277,2657.134395 +319302,2700.61498,1449.952459,1516.299333,2174.692888,2657.378999 +319303,2700.570206,1448.641159,1516.624332,2173.124571,2657.639633 +319304,2700.434236,1447.317816,1516.901745,2171.415726,2657.913831 +319305,2700.210764,1445.968714,1517.134218,2169.57078,2658.199288 +319306,2699.902975,1444.594157,1517.324116,2167.593438,2658.493904 +319307,2699.513632,1443.195103,1517.473547,2165.486655,2658.795703 +319308,2699.04515,1441.771847,1517.584416,2163.25131,2659.102878 +319309,2698.499634,1440.32543,1517.658434,2160.888669,2659.413732 +319310,2697.878944,1438.856633,1517.697169,2158.400955,2659.726728 +319311,2697.184772,1437.365105,1517.702368,2155.787364,2660.042112 +319312,2696.418522,1435.851,1517.675228,2153.05156,2660.357991 +319313,2695.581472,1434.316143,1517.616756,2150.197547,2660.67229 +319314,2694.674899,1432.759914,1517.527982,2147.22817,2660.983477 +319315,2693.699931,1431.183805,1517.409899,2143.953965,2661.290348 +319316,2692.657666,1429.496361,1517.26349,2140.762126,2661.591978 +319317,2691.549086,1428.015855,1517.089665,2137.464034,2661.887507 +319318,2690.375184,1426.313299,1516.889293,2134.054112,2662.176182 +319319,2689.136855,1424.67434,1516.663162,2130.531066,2662.457233 +319320,2687.834972,1423.001637,1516.412035,2126.896433,2662.730007 +319321,0,0,0,0,0 +319322,0,0,0,0,0 +319323,0,0,0,0,0 +319324,0,0,0,0,0 +319325,0,0,0,0,0 +319326,0,0,0,0,0 +319327,0,0,0,0,0 +319328,0,0,0,0,0 +319329,0,0,0,0,0 +319330,0,0,0,0,0 +319331,0,0,0,0,0 +319332,0,0,0,0,0 +319333,0,0,0,0,0 +319334,0,0,0,0,0 +319335,0,0,0,0,0 +319336,0,0,0,0,0 +319337,0,0,0,0,0 +319338,0,0,0,0,0 +319339,0,0,0,0,0 +319340,0,0,0,0,0 +319341,0,0,0,0,0 +319342,0,0,0,0,0 +319343,0,0,0,0,0 +319344,0,0,0,0,0 +319345,0,0,0,0,0 +319346,0,0,0,0,0 +319347,0,0,0,0,0 +319348,0,0,0,0,0 +319349,0,0,0,0,0 +319350,0,0,0,0,0 +319351,0,0,0,0,0 +319352,0,0,0,0,0 +319353,0,0,0,0,0 +319354,0,0,0,0,0 +319355,0,0,0,0,0 +319356,0,0,0,0,0 +319357,0,0,0,0,0 +319358,0,0,0,0,0 +319359,0,0,0,0,0 +319360,0,0,0,0,0 +319361,0,0,0,0,0 +319362,0,0,0,0,0 +319363,0,0,0,0,0 +319364,0,0,0,0,0 +319365,0,0,0,0,0 +319366,0,0,0,0,0 +319367,0,0,0,0,0 +319368,0,0,0,0,0 +319369,0,0,0,0,0 +319370,0,0,0,0,0 +319371,0,0,0,0,0 +319372,0,0,0,0,0 +319373,0,0,0,0,0 +319374,0,0,0,0,0 +319375,0,0,0,0,0 +319376,0,0,0,0,0 +319377,0,0,0,0,0 +319378,0,0,0,0,0 +319379,0,0,0,0,0 +319380,0,0,0,0,0 +319381,0,0,0,0,0 +319382,0,0,0,0,0 +319383,0,0,0,0,0 +319384,0,0,0,0,0 +319385,0,0,0,0,0 +319386,0,0,0,0,0 +319387,0,0,0,0,0 +319388,0,0,0,0,0 +319389,0,0,0,0,0 +319390,0,0,0,0,0 +319391,0,0,0,0,0 +319392,0,0,0,0,0 +319393,0,0,0,0,0 +319394,0,0,0,0,0 +319395,0,0,0,0,0 +319396,0,0,0,0,0 +319397,0,0,0,0,0 +319398,0,0,0,0,0 +319399,0,0,0,0,0 +319400,0,0,0,0,0 +319401,0,0,0,0,0 +319402,0,0,0,0,0 +319403,0,0,0,0,0 +319404,0,0,0,0,0 +319405,0,0,0,0,0 +319406,0,0,0,0,0 +319407,0,0,0,0,0 +319408,0,0,0,0,0 +319409,0,0,0,0,0 +319410,0,0,0,0,0 +319411,0,0,0,0,0 +319412,0,0,0,0,0 +319413,0,0,0,0,0 +319414,0,0,0,0,0 +319415,0,0,0,0,0 +319416,0,0,0,0,0 +319417,0,0,0,0,0 +319418,0,0,0,0,0 +319419,0,0,0,0,0 +319420,0,0,0,0,0 +319421,0,0,0,0,0 +319422,0,0,0,0,0 +319423,0,0,0,0,0 +319424,0,0,0,0,0 +319425,0,0,0,0,0 +319426,0,0,0,0,0 +319427,0,0,0,0,0 +319428,0,0,0,0,0 +319429,0,0,0,0,0 +319430,0,0,0,0,0 +319431,0,0,0,0,0 +319432,0,0,0,0,0 +319433,0,0,0,0,0 +319434,0,0,0,0,0 +319435,0,0,0,0,0 +319436,0,0,0,0,0 +319437,0,0,0,0,0 +319438,0,0,0,0,0 +319439,0,0,0,0,0 +319440,0,0,0,0,0 +319441,0,0,0,0,0 +319442,0,0,0,0,0 +319443,0,0,0,0,0 +319444,0,0,0,0,0 +319445,0,0,0,0,0 +319446,0,0,0,0,0 +319447,0,0,0,0,0 +319448,0,0,0,0,0 +319449,0,0,0,0,0 +319450,0,0,0,0,0 +319451,0,0,0,0,0 +319452,0,0,0,0,0 +319453,0,0,0,0,0 +319454,0,0,0,0,0 +319455,0,0,0,0,0 +319456,0,0,0,0,0 +319457,0,0,0,0,0 +319458,0,0,0,0,0 +319459,0,0,0,0,0 +319460,0,0,0,0,0 +319461,0,0,0,0,0 +319462,0,0,0,0,0 +319463,0,0,0,0,0 +319464,0,0,0,0,0 +319465,0,0,0,0,0 +319466,0,0,0,0,0 +319467,0,0,0,0,0 +319468,0,0,0,0,0 +319469,0,0,0,0,0 +319470,0,0,0,0,0 +319471,0,0,0,0,0 +319472,0,0,0,0,0 +319473,0,0,0,0,0 +319474,0,0,0,0,0 +319475,0,0,0,0,0 +319476,0,0,0,0,0 +319477,0,0,0,0,0 +319478,0,0,0,0,0 +319479,0,0,0,0,0 +319480,0,0,0,0,0 +319481,0,0,0,0,0 +319482,0,0,0,0,0 +319483,0,0,0,0,0 +319484,0,0,0,0,0 +319485,0,0,0,0,0 +319486,0,0,0,0,0 +319487,0,0,0,0,0 +319488,0,0,0,0,0 +319489,0,0,0,0,0 +319490,0,0,0,0,0 +319491,0,0,0,0,0 +319492,0,0,0,0,0 +319493,0,0,0,0,0 +319494,0,0,0,0,0 +319495,0,0,0,0,0 +319496,0,0,0,0,0 +319497,0,0,0,0,0 +319498,0,0,0,0,0 +319499,0,0,0,0,0 +319500,0,0,0,0,0 +319501,0,0,0,0,0 +319502,0,0,0,0,0 +319503,0,0,0,0,0 +319504,0,0,0,0,0 +319505,0,0,0,0,0 +319506,0,0,0,0,0 +319507,0,0,0,0,0 +319508,0,0,0,0,0 +319509,0,0,0,0,0 +319510,0,0,0,0,0 +319511,0,0,0,0,0 +319512,0,0,0,0,0 +319513,0,0,0,0,0 +319514,0,0,0,0,0 +319515,0,0,0,0,0 +319516,0,0,0,0,0 +319517,0,0,0,0,0 +319518,0,0,0,0,0 +319519,0,0,0,0,0 +319520,0,0,0,0,0 +319521,0,0,0,0,0 +319522,0,0,0,0,0 +319523,0,0,0,0,0 +319524,0,0,0,0,0 +319525,0,0,0,0,0 +319526,0,0,0,0,0 +319527,0,0,0,0,0 +319528,0,0,0,0,0 +319529,0,0,0,0,0 +319530,0,0,0,0,0 +319531,0,0,0,0,0 +319532,0,0,0,0,0 +319533,0,0,0,0,0 +319534,0,0,0,0,0 +319535,0,0,0,0,0 +319536,0,0,0,0,0 +319537,0,0,0,0,0 +319538,0,0,0,0,0 +319539,0,0,0,0,0 +319540,0,0,0,0,0 +319541,0,0,0,0,0 +319542,0,0,0,0,0 +319543,0,0,0,0,0 +319544,0,0,0,0,0 +319545,0,0,0,0,0 +319546,0,0,0,0,0 +319547,0,0,0,0,0 +319548,0,0,0,0,0 +319549,0,0,0,0,0 +319550,0,0,0,0,0 +319551,0,0,0,0,0 +319552,0,0,0,0,0 +319553,0,0,0,0,0 +319554,0,0,0,0,0 +319555,0,0,0,0,0 +319556,0,0,0,0,0 +319557,0,0,0,0,0 +319558,0,0,0,0,0 +319559,0,0,0,0,0 +319560,0,0,0,0,0 +319561,0,0,0,0,0 +319562,0,0,0,0,0 +319563,0,0,0,0,0 +319564,0,0,0,0,0 +319565,0,0,0,0,0 +319566,0,0,0,0,0 +319567,0,0,0,0,0 +319568,0,0,0,0,0 +319569,0,0,0,0,0 +319570,0,0,0,0,0 +319571,0,0,0,0,0 +319572,0,0,0,0,0 +319573,0,0,0,0,0 +319574,0,0,0,0,0 +319575,0,0,0,0,0 +319576,0,0,0,0,0 +319577,0,0,0,0,0 +319578,0,0,0,0,0 +319579,0,0,0,0,0 +319580,0,0,0,0,0 +319581,0,0,0,0,0 +319582,0,0,0,0,0 +319583,0,0,0,0,0 +319584,0,0,0,0,0 +319585,0,0,0,0,0 +319586,0,0,0,0,0 +319587,0,0,0,0,0 +319588,0,0,0,0,0 +319589,0,0,0,0,0 +319590,0,0,0,0,0 +319591,0,0,0,0,0 +319592,0,0,0,0,0 +319593,0,0,0,0,0 +319594,0,0,0,0,0 +319595,0,0,0,0,0 +319596,0,0,0,0,0 +319597,0,0,0,0,0 +319598,0,0,0,0,0 +319599,0,0,0,0,0 +319600,0,0,0,0,0 +319601,0,0,0,0,0 +319602,0,0,0,0,0 +319603,0,0,0,0,0 +319604,0,0,0,0,0 +319605,0,0,0,0,0 +319606,0,0,0,0,0 +319607,0,0,0,0,0 +319608,0,0,0,0,0 +319609,0,0,0,0,0 +319610,0,0,0,0,0 +319611,0,0,0,0,0 +319612,0,0,0,0,0 +319613,0,0,0,0,0 +319614,0,0,0,0,0 +319615,0,0,0,0,0 +319616,0,0,0,0,0 +319617,0,0,0,0,0 +319618,0,0,0,0,0 +319619,0,0,0,0,0 +319620,0,0,0,0,0 +319621,0,0,0,0,0 +319622,0,0,0,0,0 +319623,0,0,0,0,0 +319624,0,0,0,0,0 +319625,0,0,0,0,0 +319626,0,0,0,0,0 +319627,0,0,0,0,0 +319628,0,0,0,0,0 +319629,0,0,0,0,0 +319630,0,0,0,0,0 +319631,0,0,0,0,0 +319632,0,0,0,0,0 +319633,0,0,0,0,0 +319634,0,0,0,0,0 +319635,0,0,0,0,0 +319636,0,0,0,0,0 +319637,0,0,0,0,0 +319638,0,0,0,0,0 +319639,0,0,0,0,0 +319640,0,0,0,0,0 +319641,0,0,0,0,0 +319642,0,0,0,0,0 +319643,0,0,0,0,0 +319644,0,0,0,0,0 +319645,0,0,0,0,0 +319646,0,0,0,0,0 +319647,0,0,0,0,0 +319648,0,0,0,0,0 +319649,0,0,0,0,0 +319650,0,0,0,0,0 +319651,0,0,0,0,0 +319652,0,0,0,0,0 +319653,0,0,0,0,0 +319654,0,0,0,0,0 +319655,0,0,0,0,0 +319656,0,0,0,0,0 +319657,0,0,0,0,0 +319658,0,0,0,0,0 +319659,0,0,0,0,0 +319660,0,0,0,0,0 +319661,0,0,0,0,0 +319662,0,0,0,0,0 +319663,0,0,0,0,0 +319664,0,0,0,0,0 +319665,0,0,0,0,0 +319666,0,0,0,0,0 +319667,0,0,0,0,0 +319668,0,0,0,0,0 +319669,0,0,0,0,0 +319670,0,0,0,0,0 +319671,0,0,0,0,0 +319672,0,0,0,0,0 +319673,0,0,0,0,0 +319674,0,0,0,0,0 +319675,0,0,0,0,0 +319676,0,0,0,0,0 +319677,0,0,0,0,0 +319678,0,0,0,0,0 +319679,0,0,0,0,0 +319680,0,0,0,0,0 +319681,0,0,0,0,0 +319682,0,0,0,0,0 +319683,0,0,0,0,0 +319684,0,0,0,0,0 +319685,0,0,0,0,0 +319686,0,0,0,0,0 +319687,0,0,0,0,0 +319688,0,0,0,0,0 +319689,0,0,0,0,0 +319690,0,0,0,0,0 +319691,0,0,0,0,0 +319692,0,0,0,0,0 +319693,0,0,0,0,0 +319694,0,0,0,0,0 +319695,0,0,0,0,0 +319696,0,0,0,0,0 +319697,0,0,0,0,0 +319698,0,0,0,0,0 +319699,0,0,0,0,0 +319700,0,0,0,0,0 +319701,0,0,0,0,0 +319702,0,0,0,0,0 +319703,0,0,0,0,0 +319704,0,0,0,0,0 +319705,0,0,0,0,0 +319706,0,0,0,0,0 +319707,0,0,0,0,0 +319708,0,0,0,0,0 +319709,0,0,0,0,0 +319710,0,0,0,0,0 +319711,0,0,0,0,0 +319712,0,0,0,0,0 +319713,0,0,0,0,0 +319714,0,0,0,0,0 +319715,0,0,0,0,0 +319716,0,0,0,0,0 +319717,0,0,0,0,0 +319718,0,0,0,0,0 +319719,0,0,0,0,0 +319720,0,0,0,0,0 +319721,0,0,0,0,0 +319722,0,0,0,0,0 +319723,0,0,0,0,0 +319724,0,0,0,0,0 +319725,0,0,0,0,0 +319726,0,0,0,0,0 +319727,0,0,0,0,0 +319728,0,0,0,0,0 +319729,0,0,0,0,0 +319730,0,0,0,0,0 +319731,0,0,0,0,0 +319732,0,0,0,0,0 +319733,0,0,0,0,0 +319734,0,0,0,0,0 +319735,0,0,0,0,0 +319736,0,0,0,0,0 +319737,0,0,0,0,0 +319738,0,0,0,0,0 +319739,0,0,0,0,0 +319740,0,0,0,0,0 +319741,0,0,0,0,0 +319742,0,0,0,0,0 +319743,0,0,0,0,0 +319744,0,0,0,0,0 +319745,0,0,0,0,0 +319746,0,0,0,0,0 +319747,0,0,0,0,0 +319748,0,0,0,0,0 +319749,0,0,0,0,0 +319750,0,0,0,0,0 +319751,0,0,0,0,0 +319752,0,0,0,0,0 +319753,0,0,0,0,0 +319754,0,0,0,0,0 +319755,0,0,0,0,0 +319756,0,0,0,0,0 +319757,0,0,0,0,0 +319758,0,0,0,0,0 +319759,0,0,0,0,0 +319760,0,0,0,0,0 +319761,0,0,0,0,0 +319762,0,0,0,0,0 +319763,0,0,0,0,0 +319764,0,0,0,0,0 +319765,0,0,0,0,0 +319766,0,0,0,0,0 +319767,0,0,0,0,0 +319768,0,0,0,0,0 +319769,0,0,0,0,0 +319770,0,0,0,0,0 +319771,0,0,0,0,0 +319772,0,0,0,0,0 +319773,0,0,0,0,0 +319774,0,0,0,0,0 +319775,0,0,0,0,0 +319776,0,0,0,0,0 +319777,0,0,0,0,0 +319778,0,0,0,0,0 +319779,0,0,0,0,0 +319780,0,0,0,0,0 +319781,0,0,0,0,0 +319782,0,0,0,0,0 +319783,0,0,0,0,0 +319784,0,0,0,0,0 +319785,0,0,0,0,0 +319786,0,0,0,0,0 +319787,0,0,0,0,0 +319788,0,0,0,0,0 +319789,0,0,0,0,0 +319790,0,0,0,0,0 +319791,0,0,0,0,0 +319792,0,0,0,0,0 +319793,0,0,0,0,0 +319794,0,0,0,0,0 +319795,0,0,0,0,0 +319796,0,0,0,0,0 +319797,0,0,0,0,0 +319798,0,0,0,0,0 +319799,0,0,0,0,0 +319800,0,0,0,0,0 +319801,0,0,0,0,0 +319802,0,0,0,0,0 +319803,0,0,0,0,0 +319804,0,0,0,0,0 +319805,0,0,0,0,0 +319806,0,0,0,0,0 +319807,0,0,0,0,0 +319808,0,0,0,0,0 +319809,0,0,0,0,0 +319810,0,0,0,0,0 +319811,0,0,0,0,0 +319812,0,0,0,0,0 +319813,0,0,0,0,0 +319814,0,0,0,0,0 +319815,0,0,0,0,0 +319816,0,0,0,0,0 +319817,0,0,0,0,0 +319818,0,0,0,0,0 +319819,0,0,0,0,0 +319820,0,0,0,0,0 +319821,0,0,0,0,0 +319822,0,0,0,0,0 +319823,0,0,0,0,0 +319824,0,0,0,0,0 +319825,0,0,0,0,0 +319826,0,0,0,0,0 +319827,0,0,0,0,0 +319828,0,0,0,0,0 +319829,0,0,0,0,0 +319830,0,0,0,0,0 +319831,0,0,0,0,0 +319832,0,0,0,0,0 +319833,0,0,0,0,0 +319834,0,0,0,0,0 +319835,0,0,0,0,0 +319836,0,0,0,0,0 +319837,0,0,0,0,0 +319838,0,0,0,0,0 +319839,0,0,0,0,0 +319840,0,0,0,0,0 +319841,0,0,0,0,0 +319842,0,0,0,0,0 +319843,0,0,0,0,0 +319844,0,0,0,0,0 +319845,0,0,0,0,0 +319846,0,0,0,0,0 +319847,0,0,0,0,0 +319848,0,0,0,0,0 +319849,0,0,0,0,0 +319850,0,0,0,0,0 +319851,0,0,0,0,0 +319852,0,0,0,0,0 +319853,0,0,0,0,0 +319854,0,0,0,0,0 +319855,0,0,0,0,0 +319856,0,0,0,0,0 +319857,0,0,0,0,0 +319858,0,0,0,0,0 +319859,0,0,0,0,0 +319860,0,0,0,0,0 +319861,0,0,0,0,0 +319862,0,0,0,0,0 +319863,0,0,0,0,0 +319864,0,0,0,0,0 +319865,0,0,0,0,0 +319866,0,0,0,0,0 +319867,0,0,0,0,0 +319868,0,0,0,0,0 +319869,0,0,0,0,0 +319870,0,0,0,0,0 +319871,0,0,0,0,0 +319872,0,0,0,0,0 +319873,0,0,0,0,0 +319874,0,0,0,0,0 +319875,0,0,0,0,0 +319876,0,0,0,0,0 +319877,0,0,0,0,0 +319878,0,0,0,0,0 +319879,0,0,0,0,0 +319880,0,0,0,0,0 +319881,0,0,0,0,0 +319882,0,0,0,0,0 +319883,0,0,0,0,0 +319884,0,0,0,0,0 +319885,0,0,0,0,0 +319886,0,0,0,0,0 +319887,0,0,0,0,0 +319888,0,0,0,0,0 +319889,0,0,0,0,0 +319890,0,0,0,0,0 +319891,0,0,0,0,0 +319892,0,0,0,0,0 +319893,0,0,0,0,0 +319894,0,0,0,0,0 +319895,0,0,0,0,0 +319896,0,0,0,0,0 +319897,0,0,0,0,0 +319898,0,0,0,0,0 +319899,0,0,0,0,0 +319900,0,0,0,0,0 +319901,0,0,0,0,0 +319902,0,0,0,0,0 +319903,0,0,0,0,0 +319904,0,0,0,0,0 +319905,0,0,0,0,0 +319906,0,0,0,0,0 +319907,0,0,0,0,0 +319908,0,0,0,0,0 +319909,0,0,0,0,0 +319910,0,0,0,0,0 +319911,0,0,0,0,0 +319912,0,0,0,0,0 +319913,0,0,0,0,0 +319914,0,0,0,0,0 +319915,0,0,0,0,0 +319916,0,0,0,0,0 +319917,0,0,0,0,0 +319918,0,0,0,0,0 +319919,0,0,0,0,0 +319920,0,0,0,0,0 +319921,0,0,0,0,0 +319922,0,0,0,0,0 +319923,0,0,0,0,0 +319924,0,0,0,0,0 +319925,0,0,0,0,0 +319926,0,0,0,0,0 +319927,0,0,0,0,0 +319928,0,0,0,0,0 +319929,0,0,0,0,0 +319930,0,0,0,0,0 +319931,0,0,0,0,0 +319932,0,0,0,0,0 +319933,0,0,0,0,0 +319934,0,0,0,0,0 +319935,0,0,0,0,0 +319936,0,0,0,0,0 +319937,0,0,0,0,0 +319938,0,0,0,0,0 +319939,0,0,0,0,0 +319940,0,0,0,0,0 +319941,0,0,0,0,0 +319942,0,0,0,0,0 +319943,0,0,0,0,0 +319944,0,0,0,0,0 +319945,0,0,0,0,0 +319946,0,0,0,0,0 +319947,0,0,0,0,0 +319948,0,0,0,0,0 +319949,0,0,0,0,0 +319950,0,0,0,0,0 +319951,0,0,0,0,0 +319952,0,0,0,0,0 +319953,0,0,0,0,0 +319954,0,0,0,0,0 +319955,0,0,0,0,0 +319956,0,0,0,0,0 +319957,0,0,0,0,0 +319958,0,0,0,0,0 +319959,0,0,0,0,0 +319960,0,0,0,0,0 +319961,0,0,0,0,0 +319962,0,0,0,0,0 +319963,0,0,0,0,0 +319964,0,0,0,0,0 +319965,0,0,0,0,0 +319966,0,0,0,0,0 +319967,0,0,0,0,0 +319968,0,0,0,0,0 +319969,0,0,0,0,0 +319970,0,0,0,0,0 +319971,0,0,0,0,0 +319972,0,0,0,0,0 +319973,0,0,0,0,0 +319974,0,0,0,0,0 +319975,0,0,0,0,0 +319976,0,0,0,0,0 +319977,0,0,0,0,0 +319978,0,0,0,0,0 +319979,0,0,0,0,0 +319980,0,0,0,0,0 +319981,0,0,0,0,0 +319982,0,0,0,0,0 +319983,0,0,0,0,0 +319984,0,0,0,0,0 +319985,0,0,0,0,0 +319986,0,0,0,0,0 +319987,0,0,0,0,0 +319988,0,0,0,0,0 +319989,0,0,0,0,0 +319990,0,0,0,0,0 +319991,0,0,0,0,0 +319992,0,0,0,0,0 +319993,0,0,0,0,0 +319994,0,0,0,0,0 +319995,0,0,0,0,0 +319996,0,0,0,0,0 +319997,0,0,0,0,0 +319998,0,0,0,0,0 +319999,0,0,0,0,0 +320000,0,0,0,0,0 +320001,0,0,0,0,0 +320002,0,0,0,0,0 +320003,0,0,0,0,0 +320004,0,0,0,0,0 +320005,0,0,0,0,0 +320006,0,0,0,0,0 +320007,0,0,0,0,0 +320008,0,0,0,0,0 +320009,0,0,0,0,0 +320010,0,0,0,0,0 +320011,0,0,0,0,0 +320012,0,0,0,0,0 +320013,0,0,0,0,0 +320014,0,0,0,0,0 +320015,0,0,0,0,0 +320016,0,0,0,0,0 +320017,0,0,0,0,0 +320018,0,0,0,0,0 +320019,0,0,0,0,0 +320020,0,0,0,0,0 +320021,0,0,0,0,0 +320022,0,0,0,0,0 +320023,0,0,0,0,0 +320024,0,0,0,0,0 +320025,0,0,0,0,0 +320026,0,0,0,0,0 +320027,0,0,0,0,0 +320028,0,0,0,0,0 +320029,0,0,0,0,0 +320030,0,0,0,0,0 +320031,0,0,0,0,0 +320032,0,0,0,0,0 +320033,0,0,0,0,0 +320034,0,0,0,0,0 +320035,0,0,0,0,0 +320036,0,0,0,0,0 +320037,0,0,0,0,0 +320038,0,0,0,0,0 +320039,0,0,0,0,0 +320040,0,0,0,0,0 +320041,0,0,0,0,0 +320042,0,0,0,0,0 +320043,0,0,0,0,0 +320044,0,0,0,0,0 +320045,0,0,0,0,0 +320046,0,0,0,0,0 +320047,0,0,0,0,0 +320048,0,0,0,0,0 +320049,0,0,0,0,0 +320050,0,0,0,0,0 +320051,0,0,0,0,0 +320052,0,0,0,0,0 +320053,0,0,0,0,0 +320054,0,0,0,0,0 +320055,0,0,0,0,0 +320056,0,0,0,0,0 +320057,0,0,0,0,0 +320058,0,0,0,0,0 +320059,0,0,0,0,0 +320060,0,0,0,0,0 +320061,0,0,0,0,0 +320062,0,0,0,0,0 +320063,0,0,0,0,0 +320064,0,0,0,0,0 +320065,0,0,0,0,0 +320066,0,0,0,0,0 +320067,0,0,0,0,0 +320068,0,0,0,0,0 +320069,0,0,0,0,0 +320070,0,0,0,0,0 +320071,0,0,0,0,0 +320072,0,0,0,0,0 +320073,0,0,0,0,0 +320074,0,0,0,0,0 +320075,0,0,0,0,0 +320076,0,0,0,0,0 +320077,0,0,0,0,0 +320078,0,0,0,0,0 +320079,0,0,0,0,0 +320080,0,0,0,0,0 +320081,0,0,0,0,0 +320082,0,0,0,0,0 +320083,0,0,0,0,0 +320084,0,0,0,0,0 +320085,0,0,0,0,0 +320086,0,0,0,0,0 +320087,0,0,0,0,0 +320088,0,0,0,0,0 +320089,0,0,0,0,0 +320090,0,0,0,0,0 +320091,0,0,0,0,0 +320092,0,0,0,0,0 +320093,0,0,0,0,0 +320094,0,0,0,0,0 +320095,0,0,0,0,0 +320096,0,0,0,0,0 +320097,0,0,0,0,0 +320098,0,0,0,0,0 +320099,0,0,0,0,0 +320100,0,0,0,0,0 +320101,164.8216875,3756.86679,3008.046015,73.72853908,-93.8832802 +320102,258.940684,635.867709,2970.784492,116.6350035,83.4232887 +320103,252.4257949,149.9949358,2763.784254,113.761764,81.62357845 +320104,244.6073811,413.9167212,569.496282,110.333002,77.71652981 +320105,237.2078527,772.7024496,857.9351103,107.1522432,73.17646341 +320106,230.7708579,489.9219812,1174.62203,104.4562857,68.77012408 +320107,225.2527822,540.8739439,960.9348658,102.2066446,64.70417841 +320108,220.4712297,545.4073323,957.7963805,100.3055894,60.95467493 +320109,216.2753003,549.3508803,960.1010175,98.67514005,57.46241902 +320110,212.5633591,553.9818351,963.015275,97.26373317,54.17297314 +320111,209.2680045,558.3623197,966.103863,96.03673867,51.05475361 +320112,206.3337176,563.0966909,969.8635961,94.96775286,48.09073655 +320113,203.7162141,567.9395102,973.4917435,94.03469881,45.26950863 +320114,201.3737268,572.9078403,977.7264475,93.2184644,42.58034679 +320115,199.2728639,577.9878531,981.8510321,92.50267372,40.01258182 +320116,197.3817509,583.1694249,986.3549752,91.87342102,37.55563927 +320117,195.6759935,588.4435355,990.785092,91.31899174,35.19948033 +320118,194.1319049,593.5711525,995.6114803,90.82965924,32.93529862 +320119,192.7321149,599.3743126,1000.29231,90.39719939,30.75486709 +320120,191.4586864,619.6081845,1032.829093,90.0168502,28.650813 +320121,190.4251615,627.5673257,1041.477357,89.7161102,26.61659422 +320122,189.5735602,634.6694684,1049.046311,89.47520051,24.6471957 +320123,188.8307732,641.5327861,1055.89403,89.27306795,22.73813757 +320124,188.159227,648.3240956,1062.491071,89.10047833,20.88475299 +320125,187.5423707,655.0839462,1069.289185,88.9503093,19.08290111 +320126,186.9771906,661.5816992,1075.719539,88.82002198,17.32857657 +320127,186.4596795,668.7437603,1082.417671,88.71114661,15.61863497 +320128,185.9892597,675.3122975,1088.786533,88.62053792,13.95049199 +320129,185.5614519,682.4146513,1095.19549,88.54662277,12.32174457 +320130,185.1754269,688.8098723,1101.923033,88.49108147,10.73041842 +320131,184.8269234,695.8689252,1107.927694,88.45083318,9.174469527 +320132,184.5054502,702.7945159,1114.211069,88.41769422,7.653300286 +320133,184.2024099,709.6849422,1120.091151,88.38605966,6.163356649 +320134,183.9152951,716.7005357,1126.191293,88.35475567,4.704025118 +320135,183.6435289,723.667588,1132.075943,88.32418295,3.27391778 +320136,183.3873261,730.6473213,1138.00297,88.29518133,1.871861618 +320137,183.1466603,737.7270349,1143.656802,88.26835301,0.496327353 +320138,182.9217012,744.7203569,1149.638951,88.24425357,-0.853514248 +320139,182.7121971,751.5360292,1155.201288,88.22315142,-2.178990158 +320140,182.5179309,759.0641411,1160.886366,88.20526713,-3.481207734 +320141,182.3387957,765.9882545,1166.433337,88.19082488,-4.760970756 +320142,182.1744511,773.1115381,1171.874598,88.17990477,-6.019430451 +320143,182.0246761,780.3160883,1177.490009,88.17260819,-7.25744976 +320144,181.8891947,787.417096,1182.882049,88.16898376,-8.475928017 +320145,181.7676659,794.6203333,1188.071373,88.16902663,-9.675822845 +320146,181.6598463,801.8416289,1193.38911,88.17275648,-10.85786455 +320147,181.5653587,808.9967008,1198.546878,88.18011535,-12.0229798 +320148,181.4838899,816.2808645,1203.708635,88.19106063,-13.17194018 +320149,181.4151369,823.4567841,1208.82845,88.20554265,-14.30546176 +320150,181.3588321,830.7717065,1213.847779,88.22351793,-15.42416732 +320151,181.3146109,841.2165621,1218.740256,88.24489058,-16.52882652 +320152,181.282143,851.0820283,1223.687102,88.26957328,-17.62012455 +320153,181.2611723,861.0089425,1228.526368,88.29750646,-18.69858842 +320154,181.2512535,870.9920394,1233.226966,88.32853947,-19.76507229 +320155,181.2521944,880.8572722,1237.972408,88.36263222,-20.81995219 +320156,181.2636471,890.8587532,1242.528051,88.39967036,-21.86387384 +320157,181.285302,900.7256335,1247.125613,88.43955355,-22.89739933 +320158,181.3169066,910.7332826,1251.539308,88.4822046,-23.920978 +320159,181.3581113,920.600521,1255.920784,88.52749997,-24.93522355 +320160,181.4086792,930.5698519,1260.313537,88.57536509,-25.94053924 +320161,180.3916668,1369.766137,2236.714103,88.1363116,-28.89496698 +320162,197.4803198,1394.713242,2241.666573,163.1110527,2.240142046 +320163,955.1568573,1325.129885,2090.70333,658.4256461,-377.4051808 +320164,1234.161473,1463.905981,2052.653678,433.8671468,-392.2715142 +320165,951.7607425,1452.10491,2071.989051,488.2644007,-268.0104532 +320166,1062.937324,1449.22332,2131.535332,499.7297775,-149.550467 +320167,1095.591581,1476.205778,2187.920946,512.6705378,-57.55436123 +320168,1108.831535,1488.654887,2229.707342,518.8262129,4.270491486 +320169,1146.515782,1514.390261,2276.037231,536.9678307,83.21382111 +320170,1214.387083,1559.825404,2364.476548,567.0345744,248.2746306 +320171,1041.883236,1491.670371,2253.189471,489.6830248,1004.079883 +320172,1244.830905,1589.352315,2216.093705,581.2732986,941.9608209 +320173,1185.655367,1574.541286,2191.281387,554.7184592,870.6866928 +320174,1211.979865,1593.718487,2174.638404,567.2234798,960.7227249 +320175,1227.127925,1609.502179,2157.438079,574.2314667,982.2067752 +320176,1241.647133,1624.989139,2142.271404,581.0831635,1001.59131 +320177,1255.235054,1639.78032,2128.397107,587.5888854,1019.763891 +320178,1269.12661,1654.743821,2115.510243,594.0446968,1037.644765 +320179,1447.298068,1746.467112,2267.049425,675.0482899,1365.141943 +320180,1053.546204,1578.212519,2117.601106,498.3275097,602.1807621 +320181,1586.750931,1822.603369,2282.148342,737.8974305,1608.193385 +320182,1055.8999,1597.815941,2125.70114,499.951647,606.7024688 +320183,1610.969847,1850.771554,2287.289603,749.3719278,1628.06098 +320184,1080.345745,1625.367786,2125.403256,511.4502446,638.4056327 +320185,1636.339154,1879.443554,2287.016841,760.8752816,1665.875122 +320186,1102.824075,1668.097065,2123.879823,522.6192017,653.6268374 +320187,1659.85124,1889.739874,2285.712087,771.9671601,1691.015341 +320188,1126.849466,1684.223311,2121.579019,533.4720345,692.1925498 +320189,1682.099929,1935.308084,2283.806333,782.6186553,1710.615276 +320190,1149.145226,1706.104382,2118.937501,544.0215276,719.2225961 +320191,1704.639431,1960.87061,2281.738653,793.1615336,1744.750285 +320192,1171.355869,1731.661031,2116.551313,554.2037483,729.2041909 +320193,1725.99688,1985.823147,2280.075635,803.8731222,1765.568667 +320194,1355.379202,1848.553114,2276.168517,638.0446727,1060.09383 +320195,1506.062199,1878.524276,2272.282912,705.6809518,1333.505833 +320196,1491.92301,1917.390288,2268.854283,699.7748649,1299.125269 +320197,1501.644225,1914.082503,2266.338822,704.3936008,1308.874043 +320198,1511.694446,1928.234565,2265.109005,709.1946181,1319.232022 +320199,1521.579865,1954.214125,2264.7784,713.7977654,1329.423678 +320200,1531.270288,1934.83772,2265.045078,718.5431604,1339.168316 +320201,1548.515731,1984.542923,2265.65268,722.9984968,1349.124508 +320202,1547.988326,1946.619332,2266.484806,727.6251974,1358.474328 +320203,1572.466478,2014.95761,2267.519726,731.98473,1367.874104 +320204,1560.808547,1965.444703,2268.668079,736.3825844,1377.017262 +320205,1566.318048,2036.602532,2270.380257,740.7917596,1386.060446 +320206,1596.151064,2005.429303,2272.233382,745.101355,1394.67162 +320207,1593.477307,2031.026979,2273.929753,749.2363473,1403.54841 +320208,1604.797424,2038.819427,2276.071996,753.5331034,1411.824302 +320209,1613.635747,2048.841306,2278.662242,757.6365103,1420.205776 +320210,1622.161565,2059.072127,2281.420539,761.7403165,1428.347536 +320211,1630.844071,2069.031035,2284.239703,765.7422095,1436.35521 +320212,1639.032883,2078.897508,2287.03931,769.8661538,1444.220046 +320213,1647.504298,2088.518649,2289.773912,773.7173054,1452.023152 +320214,1655.545114,2098.452839,2292.426071,777.674839,1459.479822 +320215,1664.027506,2107.822662,2294.980661,781.5391183,1466.914362 +320216,1671.784362,2117.396243,2297.416941,785.3189509,1481.677107 +320217,1679.930908,2126.535022,2299.751207,789.1826723,1475.781759 +320218,1687.743635,2136.01942,2302.002161,792.8955001,1485.670296 +320219,1695.748328,2145.082798,2304.144582,796.6129719,1498.429476 +320220,1703.255676,2160.920027,2306.327562,800.2845957,1501.474363 +320221,2101.899592,2326.786835,2317.796657,972.7259592,2125.051298 +320222,2114.920249,2348.266447,2360.240572,978.5560667,2154.502255 +320223,2125.966314,2350.24482,2410.637161,983.9475502,2186.240634 +320224,2136.99882,2368.062407,2452.168332,988.754169,2209.529304 +320225,2147.076698,2374.781763,2481.698828,993.5944281,2224.768634 +320226,2157.328335,2384.975748,2502.241428,998.2676431,2234.161072 +320227,2167.280746,2394.759101,2516.703957,1002.864965,2239.789861 +320228,2177.108151,2404.208402,2526.956535,1007.394109,2243.177068 +320229,2186.813236,2413.58975,2534.632933,1011.863321,2245.262761 +320230,2196.407008,2422.775507,2540.597233,1016.279194,2246.615804 +320231,2205.764831,2438.649045,2545.506467,1020.64582,2247.743612 +320232,2215.366056,2432.077162,2551.148267,1024.966034,2250.625965 +320233,2224.702948,2459.518662,2553.482669,1032.285478,2250.196197 +320234,2233.747306,2456.660639,2557.956807,1031.509646,2252.70714 +320235,2242.977329,2467.637102,2559.298386,1044.087521,2252.123778 +320236,2252.022263,2476.78908,2560.980933,1036.666315,2252.340849 +320237,2261.006162,2484.72267,2562.722416,1057.357644,2252.941195 +320238,2270.915469,2493.224608,2564.426785,1038.473512,2253.762503 +320239,2291.420806,2501.432149,2566.051942,1053.626047,2254.721086 +320240,2267.701828,2516.119823,2567.739916,1060.486055,2255.962483 +320241,2305.566679,2515.803987,2569.35339,1061.072255,2257.295926 +320242,2303.044528,2526.350343,2572.388551,1065.993801,2260.526271 +320243,2313.207338,2533.719056,2572.63816,1069.94051,2260.516709 +320244,2322.076622,2542.137678,2575.095277,1073.834696,2263.318965 +320245,2330.563056,2548.575382,2574.990313,1077.758916,2263.10583 +320246,2338.79375,2563.720825,2575.596799,1081.432038,2263.842315 +320247,2347.251979,2555.422544,2576.238736,1085.379807,2264.692275 +320248,2355.536757,2579.359917,2576.877306,1089.101641,2265.810444 +320249,2370.160447,2577.989764,2577.653204,1092.862282,2266.949736 +320250,2369.104079,2585.293338,2578.29943,1096.587771,2267.994642 +320251,2375.251808,2598.667562,2578.958369,1100.634986,2269.11872 +320252,2392.724321,2597.660367,2579.598134,1104.541343,2270.253867 +320253,2396.274502,2603.471638,2579.973113,1108.589285,2271.078014 +320254,2405.714711,2609.653093,2580.197982,1112.5732,2271.719418 +320255,2417.583513,2620.863979,2580.53289,1116.488713,2272.492357 +320256,2429.809111,2620.117615,2580.86857,1120.630254,2273.265846 +320257,2425.243082,2624.234676,2580.986938,1124.439388,2273.776086 +320258,2431.104303,2635.819712,2581.130641,1128.44619,2274.319594 +320259,2473.435831,2635.546545,2581.26967,1132.370329,2274.859746 +320260,2423.019475,2638.191106,2581.216334,1136.291241,2275.167319 +320261,2477.966582,2648.027646,2581.137195,1140.199094,2275.444691 +320262,2481.590296,2648.444065,2581.015577,1144.161969,2275.670554 +320263,2459.538247,2650.029208,2580.727394,1147.939394,2275.692571 +320264,2521.168901,2652.783361,2580.333821,1151.856434,2275.583887 +320265,2458.02853,2657.91614,2581.586285,1155.63086,2277.492164 +320266,2543.618106,2658.250081,2580.362167,1159.573784,2276.378702 +320267,2477.620716,2660.990801,2581.240088,1163.352387,2277.840118 +320268,2551.736441,2660.204892,2579.533716,1167.244968,2276.134297 +320269,2515.796893,2660.527614,2578.322065,1170.940099,2275.017247 +320270,2538.755796,2661.165593,2577.099122,1174.777381,2273.861917 +320271,2543.990669,2662.268594,2576.064461,1178.540294,2272.917549 +320272,2551.721653,2663.749593,2575.253357,1182.300392,2272.235954 +320273,2559.241565,2665.342812,2574.54871,1186.120958,2271.681339 +320274,2566.972507,2666.956108,2573.913939,1189.671747,2271.212883 +320275,2574.280803,2668.550303,2573.323414,1193.555466,2270.799695 +320276,2582.187702,2670.115929,2572.76201,1197.20091,2270.42174 +320277,2589.467454,2671.64665,2572.216243,1200.907607,2270.060154 +320278,2597.065034,2673.135878,2571.674872,1204.59124,2269.698509 +320279,2604.29166,2674.583383,2571.32788,1208.261718,2269.328572 +320280,2611.961438,2676.243566,2570.77687,1211.992731,2268.945282 +320281,2624.88063,2678.198352,2571.478581,1218.038583,2271.012423 +320282,2640.877663,2680.570341,2572.565146,1222.031205,2273.409156 +320283,2636.572194,2682.911794,2573.710908,1225.670386,2275.921433 +320284,2648.663935,2684.837222,2574.618798,1229.437809,2278.166469 +320285,2655.323832,2686.489099,2575.345873,1232.879412,2280.199891 +320286,2661.987856,2687.969655,2575.932445,1236.659367,2282.058358 +320287,2669.017008,2689.308675,2576.387729,1240.122544,2283.742982 +320288,2675.603546,2690.562636,2576.752015,1243.623735,2285.295442 +320289,2682.925426,2694.216743,2578.744906,1247.069665,2288.824657 +320290,2689.214302,2693.881518,2578.089937,1250.614308,2289.09064 +320291,2696.311608,2696.771502,2579.626133,1253.96315,2292.016774 +320292,2702.607483,2696.031822,2578.704513,1257.478511,2291.895716 +320293,2709.234142,2696.278313,2578.395008,1260.787744,2292.481347 +320294,2715.948692,2696.933619,2578.295634,1264.26685,2293.469664 +320295,2722.520488,2697.769769,2578.302557,1267.538166,2294.325674 +320296,2729.060007,2701.082153,2580.044923,1270.981742,2297.268412 +320297,2735.250955,2700.421471,2579.217743,1274.295213,2297.060335 +320298,2741.768919,2700.532757,2578.951343,1277.585018,2297.509251 +320299,2747.980283,2700.956199,2578.874561,1280.843256,2298.152069 +320300,2762.369043,2701.710387,2579.019104,1284.12413,2299.186278 +320301,2757.569352,2702.483343,2579.214388,1287.409921,2300.036419 +320302,2767.643048,2703.005635,2579.299097,1290.691648,2300.846938 +320303,2773.973347,2703.467628,2579.399184,1293.838337,2301.165302 +320304,2779.281895,2703.933425,2579.54827,1297.143339,2301.98909 +320305,2786.132482,2706.782796,2581.381109,1300.245585,2304.865661 +320306,2791.551047,2705.659798,2580.633922,1303.5163,2304.476554 +320307,2797.684272,2705.306467,2580.432092,1306.586126,2304.938208 +320308,2803.809855,2705.267718,2580.413529,1309.905701,2305.387451 +320309,2809.63581,2705.389263,2580.496354,1312.821169,2305.912555 +320310,2815.283082,2705.552217,2580.639826,1316.085022,2306.473561 +320311,2828.725862,2705.869128,2580.945762,1318.860418,2307.200231 +320312,2824.392374,2706.113859,2581.250776,1321.652113,2307.926698 +320313,2832.270769,2706.036645,2581.366684,1324.427212,2308.667071 +320314,2838.37648,2705.853298,2581.419968,1327.17702,2309.138856 +320315,2843.120878,2705.686875,2580.940985,1329.898264,2309.633914 +320316,2848.711619,2705.498062,2580.148889,1332.594573,2310.121512 +320317,2853.930798,2705.272692,2579.358262,1335.266419,2310.5954 +320318,2866.734511,2705.192244,2578.859328,1340.121877,2311.214705 +320319,2855.185195,2704.880306,2578.425616,1339.057111,2311.666482 +320320,2878.523496,2704.427759,2578.081765,1349.661442,2312.028094 +320321,2874.31708,2704.161639,2578.01196,1335.726682,2312.554355 +320322,2879.53815,2703.681397,2577.914342,1373.871817,2312.913002 +320323,2885.417719,2703.076661,2577.827619,1319.00593,2313.179872 +320324,2898.003449,2702.717651,2577.992226,1368.061167,2313.665059 +320325,2887.24504,2702.050608,2578.023665,1373.355669,2313.911746 +320326,2908.155323,2701.274512,2578.045323,1327.600114,2314.294106 +320327,2905.28077,2700.708996,2578.26624,1375.435929,2314.651832 +320328,2910.634541,2699.94529,2578.40667,1359.958885,2314.856742 +320329,2922.547406,2699.190078,2578.601783,1365.552784,2315.086509 +320330,2921.120209,2698.483511,2578.88065,1367.983284,2315.378385 +320331,2924.560504,2697.504284,2579.019019,1370.462376,2315.462917 +320332,2937.13057,2696.551548,2579.210827,1372.711247,2315.583985 +320333,2936.430488,2695.70191,2579.508926,1375.126452,2315.803254 +320334,2938.939247,2693.339163,2579.65323,1377.452651,2315.805625 +320335,2948.742675,2688.330289,2579.675872,1379.775059,2315.632754 +320336,2949.071636,2684.793175,2579.608706,1382.082121,2315.31643 +320337,2950.480738,2674.362218,2579.186302,1384.373465,2314.532084 +320338,2952.838719,2675.014,2578.45415,1386.650063,2313.334026 +320339,2951.515215,2673.233178,2577.647386,1388.912317,2312.006231 +320340,2950.370643,2669.71842,2576.733195,1391.160199,2310.514181 +320341,2940.294239,2607.81987,2575.207993,1354.055744,2308.638479 +320342,2816.571724,2605.327204,2564.944501,1320.553134,2294.29062 +320343,2873.581958,2600.569214,2550.901386,1352.492969,2274.105664 +320344,2877.77063,2603.302333,2539.958238,1345.293393,2257.241527 +320345,2873.569211,2585.302369,2533.160226,1349.74038,2244.929925 +320346,2883.863996,2596.526083,2529.001489,1351.53572,2235.721872 +320347,2881.800671,2577.907005,2526.388016,1353.572389,2228.623362 +320348,2891.030297,2581.514148,2524.490451,1355.480742,2222.766577 +320349,2889.670915,2576.71581,2523.050865,1357.382871,2217.85438 +320350,2892.108064,2572.354271,2523.373057,1359.275779,2215.467161 +320351,2892.128126,2566.962995,2521.059481,1361.152836,2210.110884 +320352,2896.005046,2556.447232,2520.84512,1363.030006,2207.59533 +320353,2893.024071,2566.464369,2518.341622,1364.976106,2202.440759 +320354,2890.756741,2545.260343,2516.393977,1366.704702,2198.131871 +320355,2888.749734,2549.934263,2514.421813,1368.614372,2193.91935 +320356,2887.184344,2544.486736,2512.542206,1370.355501,2189.931372 +320357,2885.944019,2539.144383,2510.719894,1372.318913,2186.112323 +320358,2884.818305,2534.388908,2508.862721,1374.084249,2182.336545 +320359,2883.791895,2529.80516,2506.992063,1375.918103,2178.61846 +320360,2882.852711,2525.053678,2505.119672,1377.732932,2174.959928 +320361,2881.975461,2520.142181,2503.243559,1379.627923,2171.349732 +320362,2881.13792,2515.340571,2501.358029,1381.29869,2167.770712 +320363,2880.328494,2510.420831,2499.462402,1383.158059,2164.214046 +320364,2879.533929,2505.470475,2497.55274,1384.935612,2160.666879 +320365,2878.745799,2500.428895,2495.628307,1386.721177,2157.123301 +320366,2878.012469,2495.476043,2493.742411,1388.501861,2153.675128 +320367,2881.516355,2490.81226,2495.151899,1390.279955,2155.285467 +320368,2880.848376,2485.094646,2493.909615,1392.023494,2153.639605 +320369,2880.863601,2480.217839,2493.090893,1393.867769,2152.517046 +320370,2880.864661,2468.114465,2492.234902,1395.480571,2151.324596 +320371,2881.098044,2478.987806,2491.501283,1397.52162,2150.256044 +320372,2881.461618,2456.271596,2490.840215,1399.440789,2149.2202 +320373,2881.94178,2470.120078,2490.25251,1401.615525,2148.200592 +320374,2882.477286,2447.537474,2489.710978,1403.608962,2147.162064 +320375,2882.933114,2454.583629,2489.133021,1408.941394,2146.008707 +320376,2883.560665,2447.515825,2488.674391,1404.960669,2144.9416 +320377,2884.25738,2442.731215,2488.273696,1423.451863,2143.892542 +320378,2884.984679,2438.59547,2487.907844,1391.888648,2142.839619 +320379,2885.767235,2434.200941,2487.592017,1423.877831,2141.806734 +320380,2886.525781,2429.726403,2487.274689,1413.896757,2140.733874 +320381,2887.289543,2425.20443,2486.973489,1418.368792,2139.645736 +320382,2888.075921,2420.803633,2486.698768,1420.35011,2138.557507 +320383,2888.874366,2416.28236,2486.443471,1422.554687,2137.462686 +320384,2889.683705,2411.767652,2486.206726,1424.682536,2136.362262 +320385,2890.502211,2407.238402,2485.987329,1426.828244,2135.256576 +320386,2891.329525,2402.697557,2485.784939,1428.980135,2134.146812 +320387,2892.165116,2398.112047,2485.599079,1431.136772,2133.033775 +320388,2893.005839,2393.703157,2485.427633,1433.298723,2131.916094 +320389,2894.128511,2388.863451,2485.264654,1435.46807,2130.787477 +320390,2894.942215,2384.305842,2485.111419,1437.641339,2129.650417 +320391,2895.757104,2379.623858,2484.97471,1439.820089,2128.51415 +320392,2896.586127,2374.976159,2484.85628,1442.003751,2127.38169 +320393,2897.428774,2370.209105,2484.753417,1444.477577,2126.2505 +320394,2898.268696,2365.556115,2484.65588,1452.538548,2125.108597 +320395,2899.142327,2360.792757,2484.587895,1439.099696,2123.986605 +320396,2902.68295,2356.226726,2486.239061,1455.404186,2124.985092 +320397,2904.729414,2351.291232,2486.969462,1451.995589,2124.844221 +320398,2903.503621,2346.236485,2485.63669,1455.267237,2122.139859 +320399,2903.436463,2341.648566,2485.038616,1457.368768,2120.315877 +320400,2903.668258,2329.446138,2484.613769,1459.653012,2118.669004 +320401,2900.462885,2230.08342,2481.333097,1352.888013,2112.415107 +320402,2880.056452,2210.276267,2466.462211,1352.565154,2088.32672 +320403,2852.981892,2207.36604,2447.037476,1357.450549,2056.614115 +320404,2829.763739,2200.724574,2429.547292,1350.172312,2026.368331 +320405,2812.945896,2194.245416,2415.963097,1372.340775,2000.779879 +320406,2801.681102,2188.09043,2405.897278,1331.77634,1979.602428 +320407,2794.161268,2182.142333,2398.323849,1369.792896,1962.115831 +320408,2788.805044,2175.880964,2392.307979,1356.550151,1947.035737 +320409,2787.452184,2169.994684,2389.05859,1360.548064,1935.841204 +320410,2782.830675,2163.909159,2383.939411,1362.093809,1922.702161 +320411,2779.661449,2158.00165,2379.925423,1363.51321,1911.570603 +320412,2777.21329,2152.057583,2376.512067,1365.205515,1901.412602 +320413,2775.24514,2146.130466,2373.525643,1366.724731,1892.386753 +320414,2773.476717,2132.35015,2370.774476,1368.445517,1883.836931 +320415,2772.07076,2145.278591,2368.350556,1369.951955,1876.344512 +320416,2770.828924,2115.785332,2366.116381,1371.689429,1869.217032 +320417,2769.585365,2126.470194,2363.955517,1373.414569,1862.091784 +320418,2768.561846,2115.244314,2361.99927,1375.107057,1855.624541 +320419,2767.655736,2109.879809,2360.173919,1376.89177,1849.501382 +320420,2766.798643,2104.25713,2358.429716,1378.672796,1843.639765 +320421,2766.023362,2098.48355,2356.782068,1381.307259,1837.817437 +320422,2765.305359,2092.661702,2355.210539,1387.156735,1832.422577 +320423,2764.661476,2086.908394,2353.721959,1377.11523,1827.242611 +320424,2764.081815,2081.111521,2352.30692,1388.263156,1822.247973 +320425,2763.529062,2075.399621,2350.939078,1387.881616,1817.392412 +320426,2763.011031,2069.667926,2349.621075,1389.591388,1812.667281 +320427,2762.538067,2063.964943,2348.357451,1391.627185,1808.068098 +320428,2762.10597,2058.270804,2347.143895,1393.727957,1803.581179 +320429,2761.712122,2052.599803,2345.97745,1395.62841,1799.195582 +320430,2761.353366,2047.074166,2344.855028,1397.727627,1794.901121 +320431,2761.001426,2040.4573,2343.757583,1404.810182,1790.669174 +320432,2760.582311,2033.947113,2342.62193,1391.895198,1786.50314 +320433,2760.072323,2027.252992,2341.428814,1405.921415,1782.396628 +320434,2759.43848,2020.657855,2340.147936,1402.450863,1778.328631 +320435,2758.738453,2013.978236,2338.819801,1404.546749,1774.314437 +320436,2757.988985,2007.293558,2337.450835,1406.134216,1770.560341 +320437,2757.209451,2000.691279,2336.059642,1410.893473,1766.638166 +320438,2756.36867,1994.0089,2334.622809,1404.852518,1762.738145 +320439,2755.470984,1987.433508,2333.148954,1410.433134,1758.848861 +320440,2754.501336,1980.818521,2331.620437,1411.873695,1754.953027 +320441,2753.498733,1974.392813,2330.074238,1415.68892,1751.083474 +320442,2751.404684,1967.619583,2327.478942,1412.983576,1745.415297 +320443,2749.83855,1961.228193,2325.543785,1428.404543,1741.130846 +320444,2747.632804,1954.656075,2322.895503,1394.786546,1735.526006 +320445,2746.456507,1948.276623,2321.261081,1444.052386,1731.771953 +320446,2744.734666,1941.835019,2318.693028,1394.974428,1726.25772 +320447,2741.074219,1935.458404,2314.652435,1445.419064,1718.261745 +320448,2737.407621,1929.125057,2310.861754,1401.560612,1710.842883 +320449,2733.903995,1922.835162,2307.213156,1443.086538,1703.876364 +320450,2735.008163,1916.590234,2307.975695,1417.947764,1704.789156 +320451,2734.175323,1910.366891,2306.268619,1428.348027,1700.668155 +320452,2729.691569,1904.245336,2301.218445,1428.381816,1690.841693 +320453,2725.60548,1898.13464,2296.997204,1429.413442,1682.98104 +320454,2728.149672,1892.096583,2299.139982,1430.861437,1686.436103 +320455,2734.75821,1886.116344,2304.320807,1432.063007,1694.509266 +320456,2733.459585,1880.282376,2301.322183,1433.407299,1687.108803 +320457,2727.018104,1874.226835,2294.421345,1434.44094,1673.995285 +320458,2728.195991,1868.476405,2295.607231,1436.094344,1676.092302 +320459,2727.260106,1862.715608,2293.743398,1437.127545,1671.728739 +320460,2720.943141,1856.982479,2286.958493,1438.548041,1658.765543 +320461,2729.943263,1957.589816,2294.632359,1547.538014,1670.736452 +320462,2755.345772,1955.054019,2311.405321,1548.614208,1694.821687 +320463,2788.184536,1949.978943,2334.320583,1551.447437,1730.024704 +320464,2821.452998,1945.610857,2359.405502,1553.529886,1771.667776 +320465,2845.424921,1940.761268,2377.192643,1555.248776,1801.915104 +320466,2854.276202,1936.02798,2383.017263,1556.806147,1812.918166 +320467,2860.856102,1931.36499,2388.998088,1558.647759,1826.307444 +320468,2870.50095,1926.631835,2398.28407,1560.346125,1845.655104 +320469,2871.932908,1921.94326,2399.162296,1561.766448,1849.504131 +320470,2874.434469,1917.392793,2402.017338,1563.29448,1857.442025 +320471,2875.019177,1912.556685,2402.754522,1564.981106,1861.102754 +320472,2871.039355,1908.027341,2399.232183,1566.323315,1857.128223 +320473,2867.939322,1903.452075,2397.040896,1567.843749,1855.851666 +320474,2865.830139,1898.801719,2395.585163,1569.199732,1855.501107 +320475,2873.445649,1895.035565,2403.32214,1571.091966,1871.194017 +320476,2877.871342,1891.182626,2406.567946,1577.506776,1877.265851 +320477,2874.771379,1887.957446,2402.987174,1566.391388,1871.483032 +320478,2872.396425,1884.745447,2401.036615,1584.964643,1869.417092 +320479,2871.27049,1881.615358,2400.099984,1578.576691,1868.820099 +320480,2870.809551,1878.578606,2399.663085,1583.048338,1868.870854 +320481,2870.824814,1875.602805,2399.576136,1585.884425,1869.356826 +320482,2882.068729,1872.697337,2410.25678,1589.080507,1888.879146 +320483,2889.19913,1869.802876,2415.2363,1591.418169,1896.61299 +320484,2886.750962,1867.019041,2411.886733,1593.912543,1890.039507 +320485,2895.032787,1864.241393,2420.156684,1597.407926,1905.373717 +320486,2899.834447,1861.508818,2423.681826,1600.062399,1910.65845 +320487,2896.389777,1858.845398,2419.688143,1602.475169,1902.946928 +320488,2903.467714,1856.196184,2426.931943,1606.444605,1916.327898 +320489,2907.430293,1853.614807,2429.814455,1609.091526,1920.424237 +320490,2903.817699,1851.018286,2425.742952,1616.527719,1912.473115 +320491,2901.071347,1847.978247,2423.485753,1613.052654,1908.753645 +320492,2909.197507,1844.964248,2431.67915,1617.658695,1923.690865 +320493,2913.87544,1841.551606,2434.829845,1620.367697,1928.280919 +320494,2919.33276,1833.273165,2439.500975,1622.586694,1936.250001 +320495,2921.457658,1842.790197,2440.744048,1624.819425,1938.020863 +320496,2925.639548,1823.71373,2444.067495,1627.265285,1944.041869 +320497,2926.780735,1816.916081,2444.568442,1629.813196,1944.810842 +320498,2930.134034,1850.260589,2447.23004,1632.125439,1949.879974 +320499,2930.635294,1801.075016,2447.24047,1634.207494,1950.02827 +320500,2925.250055,1837.626172,2441.780762,1636.747529,1940.84698 +320501,2921.275782,1798.906792,2438.081002,1638.511156,1935.713198 +320502,2927.688688,1811.974104,2444.405669,1641.733587,1948.393511 +320503,2930.175914,1804.18015,2446.268373,1643.690691,1951.705631 +320504,2925.821147,1811.473566,2441.26317,1645.472437,1943.281164 +320505,2922.498774,1817.324735,2438.019432,1652.263701,1939.063529 +320506,2920.825912,1765.601495,2435.739034,1649.111071,1936.4958 +320507,2919.171912,1810.376754,2433.927302,1652.18604,1934.743772 +320508,2917.634164,1787.402742,2432.426113,1654.893365,1933.557344 +320509,2927.475928,1806.590283,2441.764388,1658.138427,1951.700118 +320510,2943.122711,1766.886653,2455.522958,1660.951259,1976.116642 +320511,2954.801584,1780.490651,2464.071977,1662.78905,1990.402255 +320512,2954.323846,1781.562847,2461.33656,1663.897335,1985.231895 +320513,2954.23645,1788.394252,2460.916796,1666.386988,1985.904042 +320514,2952.73488,1749.276948,2459.081881,1668.472353,1983.955179 +320515,2946.535644,1778.331818,2452.896813,1669.940922,1974.488631 +320516,2949.4872,1762.411065,2456.151574,1672.890265,1982.561725 +320517,2958.199202,1761.214618,2463.705317,1675.583105,1997.03707 +320518,2957.45376,1757.951882,2461.342711,1676.580909,1993.087835 +320519,2950.757161,1754.624514,2454.458875,1678.002567,1982.432603 +320520,2945.355932,1751.301235,2449.59629,1680.209894,1976.239502 +320521,2941.331043,1785.253357,2445.570797,1710.427075,1971.090805 +320522,2941.796961,1749.442211,2444.282249,1703.218599,1970.318731 +320523,2953.452835,1797.954275,2453.198487,1715.028498,1987.696369 +320524,2970.544273,1757.624799,2465.973883,1713.864289,2010.794517 +320525,2974.708684,1740.483178,2466.335304,1721.512079,2011.358618 +320526,2978.212877,1773.732164,2468.092693,1715.680906,2016.215654 +320527,2986.364273,1752.960474,2474.664461,1727.15187,2029.758692 +320528,2992.401127,1754.042303,2478.644129,1722.197352,2037.97187 +320529,2989.829228,1752.266996,2474.641597,1730.589564,2032.207574 +320530,2982.618533,1750.288647,2467.323911,1728.045516,2021.673358 +320531,2976.759321,1748.052585,2461.930024,1732.734928,2015.192225 +320532,2972.093091,1745.87322,2457.502726,1730.871901,2010.28808 +320533,2968.099453,1743.658978,2453.570309,1730.565995,2006.190631 +320534,2964.521687,1741.423216,2449.938217,1730.167544,2002.615483 +320535,2970.901083,1739.179754,2455.808186,1732.665905,2015.94088 +320536,2973.698027,1736.890891,2456.842787,1734.617367,2019.277485 +320537,2968.49575,1734.596929,2450.65737,1732.703994,2010.282425 +320538,2963.56489,1732.296367,2445.863735,1730.432396,2004.931709 +320539,2969.293387,1729.980144,2451.337189,1733.466274,2017.874086 +320540,2981.567336,1742.443303,2461.613368,1740.725169,2037.844267 +320541,2990.706775,1703.387636,2467.841138,1747.159206,2049.541077 +320542,2988.32507,1747.783232,2463.354867,1747.781447,2042.497177 +320543,2979.421637,1696.943497,2454.258078,1744.190938,2028.888995 +320544,2971.625575,1746.69887,2447.273251,1740.536544,2020.092224 +320545,2964.864268,1686.200742,2441.205411,1737.562262,2012.90703 +320546,2968.86892,1747.476629,2445.331369,1739.964121,2023.800917 +320547,2969.509778,1676.548413,2444.645853,1741.80523,2024.616225 +320548,2962.066885,1746.612498,2436.589094,1739.469264,2012.808392 +320549,2955.146516,1670.866696,2430.146627,1736.633361,2005.058667 +320550,2948.568905,1723.033904,2424.78745,1733.68622,1998.667715 +320551,2942.17434,1703.115449,2419.998234,1730.727816,1992.931927 +320552,2936.706802,1696.875565,2415.255735,1728.693706,1987.709621 +320553,2932.05234,1711.677914,2410.565642,1727.481981,1982.892043 +320554,2927.951135,1674.117957,2406.072675,1726.746675,1978.440615 +320555,2923.902525,1704.919604,2401.831776,1726.230387,1974.296837 +320556,2920.326195,1689.999433,2397.796433,1725.767657,1970.363902 +320557,2916.917208,1690.505052,2393.964929,1725.375951,1966.642751 +320558,2928.921018,1688.864574,2405.144904,1732.284495,1989.641566 +320559,2949.76897,1699.451028,2422.64576,1744.910302,2021.397987 +320560,2951.825969,1667.268545,2420.25745,1749.228522,2016.035365 +320561,2954.642947,1706.095598,2421.558068,1752.228682,2019.733331 +320562,2966.974469,1659.827372,2432.004974,1759.804322,2039.429413 +320563,2976.776549,1690.073172,2438.815034,1766.995216,2051.22077 +320564,2972.769195,1676.449842,2432.722846,1767.338868,2040.290984 +320565,2960.739437,1677.127079,2420.909021,1762.596192,2021.100058 +320566,2950.339622,1675.296624,2411.948665,1757.952529,2008.250409 +320567,2941.377635,1673.766527,2404.2561,1754.258568,1997.586736 +320568,2946.745201,1672.154146,2410.12654,1757.731345,2010.933919 +320569,2947.815744,1670.528384,2409.75995,1760.552412,2011.119536 +320570,2938.318352,1668.93375,2399.732089,1757.935122,1994.686697 +320571,2929.594932,1667.368949,2391.919729,1754.695988,1983.716987 +320572,2936.613293,1665.815773,2399.315127,1758.993791,1999.892809 +320573,2953.627115,1664.251647,2414.072515,1769.555416,2026.880056 +320574,2966.612447,1662.564685,2423.282824,1779.188466,2042.253822 +320575,2962.485698,1661.189536,2416.430722,1780.209704,2029.340307 +320576,2948.797033,1659.584198,2402.875453,1774.951664,2006.911599 +320577,2950.308073,1658.097294,2405.520582,1776.04779,2014.843687 +320578,2962.197984,1656.568564,2416.106853,1783.588041,2034.818799 +320579,2959.075327,1655.03347,2410.698449,1784.989256,2024.782988 +320580,2958.011175,1653.55146,2409.309264,1786.021998,2023.982176 +320581,2954.929022,1618.825158,2405.749731,1786.23875,2019.054018 +320582,2951.110142,1617.015599,2402.993542,1785.188821,2017.06256 +320583,2941.871539,1615.191864,2394.777007,1781.848703,2004.968281 +320584,2924.322341,1613.446617,2378.740863,1774.571284,1978.994666 +320585,2909.799216,1611.728293,2366.413594,1768.368057,1960.357984 +320586,2912.815379,1610.01869,2370.771909,1771.080615,1970.97729 +320587,2912.185303,1608.282174,2368.691038,1773.652623,1967.466395 +320588,2900.638755,1606.579126,2356.48606,1770.594941,1946.432572 +320589,2890.899338,1604.899283,2347.605075,1767.226786,1933.029967 +320590,2882.882191,1603.322948,2340.304307,1764.723786,1922.435169 +320591,2891.723064,1601.37227,2349.461909,1770.475707,1941.215146 +320592,2895.114676,1599.918865,2350.335401,1775.029791,1942.720333 +320593,2900.923985,1598.166713,2354.532617,1780.27132,1950.968844 +320594,2917.586097,1617.764224,2368.858901,1790.843872,1976.865944 +320595,2916.027635,1563.577219,2364.041735,1793.65979,1966.955515 +320596,2903.2384,1608.031821,2350.857755,1789.344736,1944.668969 +320597,2892.93246,1610.22895,2341.863434,1785.053364,1931.702638 +320598,2884.675867,1557.687076,2334.671553,1782.018374,1921.841334 +320599,2877.438965,1603.576239,2328.435549,1779.910501,1913.566665 +320600,2871.309457,1583.212433,2322.759511,1778.366635,1906.280062 +320601,2865.652086,1585.004567,2317.546089,1777.248469,1899.816131 +320602,2861.105387,1583.214627,2312.750123,1776.475587,1894.087881 +320603,2856.584689,1581.678966,2308.324022,1775.98522,1889.008695 +320604,2852.330681,1580.039039,2304.240534,1775.750833,1884.519879 +320605,2848.693163,1578.418653,2300.46822,1775.746601,1880.560383 +320606,2863.677726,1576.823926,2314.887189,1784.496123,1909.267158 +320607,2870.286687,1575.174265,2318.476331,1791.208197,1915.645258 +320608,2880.124317,1573.584938,2326.06032,1798.413333,1930.296249 +320609,2883.321897,1571.836065,2326.646294,1802.813393,1931.664232 +320610,2888.429022,1570.41834,2330.899243,1807.894531,1940.394553 +320611,2889.833081,1588.012494,2330.404313,1811.022418,1940.188766 +320612,2896.024537,1538.881252,2335.07185,1815.878479,1949.929803 +320613,2896.971052,1579.105471,2334.225783,1818.999407,1949.037597 +320614,2885.889888,1564.894493,2322.347261,1816.031556,1929.139287 +320615,2893.476179,1556.964018,2330.361884,1820.759999,1946.750058 +320616,2912.791401,1563.551178,2347.392028,1832.99703,1977.8776 +320617,2911.592919,1558.910912,2342.239026,1836.661308,1967.359958 +320618,2912.458765,1557.740705,2342.040373,1839.528335,1968.463905 +320619,2910.628187,1556.262745,2339.030491,1841.267893,1964.274881 +320620,2898.861065,1554.671886,2326.891031,1838.230953,1944.307557 +320621,2889.141477,1553.118277,2318.171467,1835.48582,1932.026478 +320622,2896.731429,1551.559574,2326.361057,1841.410206,1949.944012 +320623,2915.811521,1549.85583,2342.618934,1854.337221,1979.777778 +320624,2929.719239,1548.427003,2352.239686,1866.172837,1995.836631 +320625,2924.920367,1546.76298,2344.250323,1868.661737,1980.918904 +320626,2923.485784,1545.219687,2342.126675,1871.162987,1979.082981 +320627,2920.159376,1543.619364,2337.92772,1872.847431,1973.236104 +320628,2908.286635,1542.022876,2325.866103,1870.305839,1953.839231 +320629,2898.055625,1540.438447,2316.575435,1867.831203,1940.749322 +320630,2889.395969,1538.833716,2308.611778,1866.295302,1930.005818 +320631,2881.833363,1537.228897,2301.452691,1865.450285,1920.641377 +320632,2891.312059,1535.631277,2310.907047,1872.834626,1941.024039 +320633,2912.025498,1533.986427,2328.28368,1886.975654,1973.058425 +320634,2927.522028,1532.366297,2338.98262,1899.869266,1991.271493 +320635,2922.945671,1530.730863,2330.647046,1902.816854,1975.816326 +320636,2921.660426,1529.129184,2328.269123,1905.445406,1973.733192 +320637,2932.394076,1527.374996,2337.232469,1914.165251,1991.491586 +320638,2941.769139,1525.876654,2343.002894,1923.290481,2001.925291 +320639,2947.949525,1524.262719,2346.224594,1930.954232,2008.047378 +320640,2951.980599,1524.019334,2347.794835,1937.377403,2011.608706 +320641,2944.279773,1456.628666,2337.97476,1938.583438,1994.830834 +320642,2920.517033,1454.659882,2316.247256,1930.186335,1960.352763 +320643,2894.746875,1452.786931,2294.533922,1920.382248,1927.322174 +320644,2885.648852,1451.204733,2288.013502,1919.549282,1920.224411 +320645,2876.505197,1449.474801,2277.995434,1920.801249,1903.502335 +320646,2873.249094,1447.609734,2273.549763,1925.071246,1896.245704 +320647,2868.321379,1445.933779,2266.357683,1928.678616,1883.147182 +320648,2854.847416,1444.149634,2251.382143,1927.571348,1856.652828 +320649,2843.893877,1442.308163,2239.626809,1926.233245,1837.389851 +320650,2849.076601,1440.829474,2244.148216,1932.840871,1847.293893 +320651,2849.382384,1438.814098,2241.532361,1938.601595,1842.21696 +320652,2838.153599,1437.035344,2228.311791,1938.244315,1819.056226 +320653,2828.652933,1435.427531,2218.351943,1937.389869,1803.638376 +320654,2820.376314,1433.572563,2209.878609,1937.321229,1791.001939 +320655,2830.198176,1431.819129,2218.645201,1945.755374,1809.350992 +320656,2851.042381,1430.119142,2235.572983,1961.33507,1839.838772 +320657,2849.81364,1453.494515,2229.076593,1967.291945,1826.638494 +320658,2835.548071,1388.917765,2212.997702,1965.041063,1799.341545 +320659,2824.930887,1442.620236,2202.405885,1963.146298,1783.983715 +320660,2816.208292,1418.803167,2193.851414,1962.656872,1772.175419 +320661,2809.039749,1420.877269,2186.243441,1963.070289,1761.983875 +320662,2820.448588,1419.071717,2196.632186,1972.347227,1784.150848 +320663,2824.126889,1417.196369,2196.654492,1979.89098,1784.955788 +320664,2813.202542,1415.345555,2183.320718,1979.823582,1762.816932 +320665,2822.161014,1413.513819,2191.574343,1987.576224,1781.669365 +320666,2843.714607,1433.941722,2209.441047,2003.341948,1814.988053 +320667,2842.036559,1376.758088,2202.343749,2009.40846,1801.407388 +320668,2826.585799,1423.562911,2185.175004,2006.735803,1772.934186 +320669,2814.912413,1402.590856,2174.123529,2004.680362,1757.635595 +320670,2806.156551,1403.898663,2165.348312,2004.259318,1746.173317 +320671,2798.77995,1402.145672,2157.578159,2004.817642,1736.34382 +320672,2792.164008,1400.278147,2150.380317,2005.865645,1727.47911 +320673,2785.732659,1398.522689,2143.408165,2006.6811,1719.348997 +320674,2780.017355,1396.505235,2137.019014,2007.418297,1711.864007 +320675,2793.984514,1394.742515,2149.914942,2017.217119,1739.047222 +320676,2799.134129,1392.825539,2151.186431,2024.297339,1742.295125 +320677,2788.159249,1390.967113,2137.828354,2023.159441,1720.326066 +320678,2779.589627,1389.13319,2129.231205,2021.591544,1709.208353 +320679,2772.942738,1387.267342,2122.401411,2021.026093,1700.881804 +320680,2767.2495,1385.408599,2116.324516,2021.041774,1693.970107 +320681,2762.112179,1383.549992,2110.666102,2021.368031,1687.737109 +320682,2757.348152,1381.691753,2105.294856,2021.850107,1681.985663 +320683,2773.737359,1379.85298,2120.743357,2032.074369,1713.781206 +320684,2780.081234,1377.951255,2123.03652,2039.89587,1718.550593 +320685,2790.19742,1376.118548,2130.545846,2048.158693,1734.130489 +320686,2792.244258,1374.237663,2129.324723,2053.34797,1733.002572 +320687,2798.651613,1372.286016,2133.712586,2059.521199,1743.126069 +320688,2798.692732,1370.561951,2131.16001,2063.264663,1740.116927 +320689,2783.747311,1368.623457,2114.872708,2059.426474,1713.034628 +320690,2791.994991,1366.812475,2123.738968,2064.889957,1733.336189 +320691,2814.478194,1378.753865,2143.257302,2079.257278,1769.969255 +320692,2811.632295,1342.574691,2135.3654,2083.028885,1754.872104 +320693,2794.104213,1370.956354,2116.761975,2077.44828,1723.98887 +320694,2800.629348,1365.187017,2124.340151,2081.51722,1742.589097 +320695,2801.41763,1345.583851,2122.16301,2085.036447,1740.179621 +320696,2786.891221,1380.664238,2105.977618,2080.896329,1713.455113 +320697,2795.382825,1323.739882,2114.936429,2085.950134,1734.372915 +320698,2819.388448,1373.389422,2135.207386,2100.157847,1772.402271 +320699,2815.340686,1335.248942,2125.762316,2103.210225,1754.461586 +320700,2795.945558,1356.879892,2104.919429,2096.068089,1719.697638 +320701,2095.726715,1339.957693,1123.04478,1749.549876,2476.505259 +320702,2190.985358,1476.810614,1173.53914,1829.513151,2539.495899 +320703,2311.285143,1477.794628,1239.481151,1926.539613,2609.37613 +320704,2419.621545,1477.087893,1301.152054,2007.793896,2667.506634 +320705,2501.746209,1477.249324,1350.584834,2062.616378,2708.07093 +320706,2551.248475,1476.205065,1384.038942,2088.334805,2724.60139 +320707,2577.493572,1475.084028,1405.600684,2095.722791,2724.403231 +320708,2593.292928,1473.881234,1421.187968,2096.94742,2718.524674 +320709,2604.368221,1472.6363,1433.463102,2097.101124,2711.322985 +320710,2613.076234,1471.357088,1443.603709,2097.726354,2704.359039 +320711,2620.329066,1470.02841,1452.159377,2098.948082,2698.082756 +320712,2626.519878,1468.69901,1459.444053,2100.547129,2692.56642 +320713,2631.862862,1467.356756,1465.674157,2102.323435,2687.754896 +320714,2636.514314,1465.909464,1471.020707,2104.16676,2683.56645 +320715,2640.601412,1464.68395,1475.624954,2106.027918,2679.922005 +320716,2644.2276,1463.243254,1479.60428,2107.884522,2676.751504 +320717,2647.475123,1461.880913,1483.055994,2109.722846,2673.993821 +320718,2650.681522,1460.497716,1486.060839,2111.532226,2671.595976 +320719,2653.341409,1459.110838,1488.685893,2113.304268,2669.511967 +320720,2655.774859,1457.719652,1490.987082,2115.033073,2667.70206 +320721,2658.019592,1456.325721,1493.011088,2116.714933,2666.131847 +320722,2660.103954,1454.928095,1494.796988,2118.347832,2664.771648 +320723,2662.0492,1453.527971,1496.377482,2119.930776,2663.595702 +320724,2663.871969,1452.216,1497.780012,2121.463418,2662.581729 +320725,2665.585526,1450.6725,1499.02759,2122.945707,2661.710293 +320726,2667.200796,1449.330454,1500.139592,2124.3778,2660.964528 +320727,2668.723536,1447.902398,1501.132323,2125.75992,2660.329668 +320728,2670.165116,1446.471958,1502.01957,2127.092364,2659.792854 +320729,2671.529653,1445.047352,1502.811855,2128.373111,2659.340398 +320730,2672.819068,1443.621274,1503.51938,2129.603338,2658.963068 +320731,2674.019047,1442.281079,1504.139648,2130.76616,2658.628352 +320732,2675.134833,1440.958456,1504.694685,2131.786727,2658.352608 +320733,2676.176359,1439.643823,1505.202553,2132.629745,2658.148887 +320734,2677.134117,1438.334555,1505.664311,2133.287331,2657.999992 +320735,2678.00933,1437.029874,1506.082299,2133.781922,2657.89612 +320736,2678.806436,1435.727714,1506.459151,2134.134567,2657.830798 +320737,2679.529951,1434.428966,1506.797461,2134.362696,2657.799081 +320738,2680.183928,1433.132688,1507.099722,2134.477854,2657.796981 +320739,2680.77161,1431.838814,1507.368226,2134.487624,2657.821062 +320740,2681.295795,1430.54685,1507.60504,2134.397537,2657.868292 +320741,2681.758812,1429.165667,1507.812009,2134.21195,2657.935939 +320742,2682.162674,1428.012725,1507.990785,2133.934401,2658.021546 +320743,2682.509125,1426.658006,1508.142849,2133.567761,2658.122878 +320744,2682.799699,1425.386586,1508.269541,2133.11438,2658.237915 +320745,2683.035722,1424.101413,1508.372073,2132.576195,2658.364815 +320746,2683.218377,1422.816829,1508.451559,2131.954854,2658.501912 +320747,2683.348746,1421.533015,1508.509016,2131.251772,2658.647677 +320748,2683.427804,1420.249618,1508.545383,2130.468208,2658.800728 +320749,2683.456432,1418.96674,1508.561526,2129.605283,2658.959787 +320750,2683.435409,1417.684067,1508.558256,2128.664026,2659.123698 +320751,2683.365457,1416.401724,1508.53632,2127.645374,2659.291388 +320752,2683.247222,1415.119416,1508.496425,2126.550207,2659.461886 +320753,2683.081362,1413.837287,1508.439229,2125.379338,2659.634285 +320754,2682.868512,1412.555059,1508.365355,2124.133542,2659.807767 +320755,2682.609233,1411.272894,1508.275388,2122.813546,2659.981562 +320756,2682.304057,1409.990525,1508.169886,2121.42005,2660.154976 +320757,2681.976819,1408.708145,1508.060885,2119.972216,2660.352291 +320758,2681.605781,1407.425467,1507.938128,2118.452551,2660.549534 +320759,2681.17291,1406.142701,1507.793067,2116.84681,2660.726537 +320760,2680.689455,1404.859799,1507.631319,2115.164653,2660.893998 +320761,0,0,0,0,0 +320762,0,0,0,0,0 +320763,0,0,0,0,0 +320764,0,0,0,0,0 +320765,0,0,0,0,0 +320766,0,0,0,0,0 +320767,0,0,0,0,0 +320768,0,0,0,0,0 +320769,0,0,0,0,0 +320770,0,0,0,0,0 +320771,0,0,0,0,0 +320772,0,0,0,0,0 +320773,0,0,0,0,0 +320774,0,0,0,0,0 +320775,0,0,0,0,0 +320776,0,0,0,0,0 +320777,0,0,0,0,0 +320778,0,0,0,0,0 +320779,0,0,0,0,0 +320780,0,0,0,0,0 +320781,0,0,0,0,0 +320782,0,0,0,0,0 +320783,0,0,0,0,0 +320784,0,0,0,0,0 +320785,0,0,0,0,0 +320786,0,0,0,0,0 +320787,0,0,0,0,0 +320788,0,0,0,0,0 +320789,0,0,0,0,0 +320790,0,0,0,0,0 +320791,0,0,0,0,0 +320792,0,0,0,0,0 +320793,0,0,0,0,0 +320794,0,0,0,0,0 +320795,0,0,0,0,0 +320796,0,0,0,0,0 +320797,0,0,0,0,0 +320798,0,0,0,0,0 +320799,0,0,0,0,0 +320800,0,0,0,0,0 +320801,0,0,0,0,0 +320802,0,0,0,0,0 +320803,0,0,0,0,0 +320804,0,0,0,0,0 +320805,0,0,0,0,0 +320806,0,0,0,0,0 +320807,0,0,0,0,0 +320808,0,0,0,0,0 +320809,0,0,0,0,0 +320810,0,0,0,0,0 +320811,0,0,0,0,0 +320812,0,0,0,0,0 +320813,0,0,0,0,0 +320814,0,0,0,0,0 +320815,0,0,0,0,0 +320816,0,0,0,0,0 +320817,0,0,0,0,0 +320818,0,0,0,0,0 +320819,0,0,0,0,0 +320820,0,0,0,0,0 +320821,0,0,0,0,0 +320822,0,0,0,0,0 +320823,0,0,0,0,0 +320824,0,0,0,0,0 +320825,0,0,0,0,0 +320826,0,0,0,0,0 +320827,0,0,0,0,0 +320828,0,0,0,0,0 +320829,0,0,0,0,0 +320830,0,0,0,0,0 +320831,0,0,0,0,0 +320832,0,0,0,0,0 +320833,0,0,0,0,0 +320834,0,0,0,0,0 +320835,0,0,0,0,0 +320836,0,0,0,0,0 +320837,0,0,0,0,0 +320838,0,0,0,0,0 +320839,0,0,0,0,0 +320840,0,0,0,0,0 +320841,0,0,0,0,0 +320842,0,0,0,0,0 +320843,0,0,0,0,0 +320844,0,0,0,0,0 +320845,0,0,0,0,0 +320846,0,0,0,0,0 +320847,0,0,0,0,0 +320848,0,0,0,0,0 +320849,0,0,0,0,0 +320850,0,0,0,0,0 +320851,0,0,0,0,0 +320852,0,0,0,0,0 +320853,0,0,0,0,0 +320854,0,0,0,0,0 +320855,0,0,0,0,0 +320856,0,0,0,0,0 +320857,0,0,0,0,0 +320858,0,0,0,0,0 +320859,0,0,0,0,0 +320860,0,0,0,0,0 +320861,0,0,0,0,0 +320862,0,0,0,0,0 +320863,0,0,0,0,0 +320864,0,0,0,0,0 +320865,0,0,0,0,0 +320866,0,0,0,0,0 +320867,0,0,0,0,0 +320868,0,0,0,0,0 +320869,0,0,0,0,0 +320870,0,0,0,0,0 +320871,0,0,0,0,0 +320872,0,0,0,0,0 +320873,0,0,0,0,0 +320874,0,0,0,0,0 +320875,0,0,0,0,0 +320876,0,0,0,0,0 +320877,0,0,0,0,0 +320878,0,0,0,0,0 +320879,0,0,0,0,0 +320880,0,0,0,0,0 +320881,0,0,0,0,0 +320882,0,0,0,0,0 +320883,0,0,0,0,0 +320884,0,0,0,0,0 +320885,0,0,0,0,0 +320886,0,0,0,0,0 +320887,0,0,0,0,0 +320888,0,0,0,0,0 +320889,0,0,0,0,0 +320890,0,0,0,0,0 +320891,0,0,0,0,0 +320892,0,0,0,0,0 +320893,0,0,0,0,0 +320894,0,0,0,0,0 +320895,0,0,0,0,0 +320896,0,0,0,0,0 +320897,0,0,0,0,0 +320898,0,0,0,0,0 +320899,0,0,0,0,0 +320900,0,0,0,0,0 +320901,0,0,0,0,0 +320902,0,0,0,0,0 +320903,0,0,0,0,0 +320904,0,0,0,0,0 +320905,0,0,0,0,0 +320906,0,0,0,0,0 +320907,0,0,0,0,0 +320908,0,0,0,0,0 +320909,0,0,0,0,0 +320910,0,0,0,0,0 +320911,0,0,0,0,0 +320912,0,0,0,0,0 +320913,0,0,0,0,0 +320914,0,0,0,0,0 +320915,0,0,0,0,0 +320916,0,0,0,0,0 +320917,0,0,0,0,0 +320918,0,0,0,0,0 +320919,0,0,0,0,0 +320920,0,0,0,0,0 +320921,0,0,0,0,0 +320922,0,0,0,0,0 +320923,0,0,0,0,0 +320924,0,0,0,0,0 +320925,0,0,0,0,0 +320926,0,0,0,0,0 +320927,0,0,0,0,0 +320928,0,0,0,0,0 +320929,0,0,0,0,0 +320930,0,0,0,0,0 +320931,0,0,0,0,0 +320932,0,0,0,0,0 +320933,0,0,0,0,0 +320934,0,0,0,0,0 +320935,0,0,0,0,0 +320936,0,0,0,0,0 +320937,0,0,0,0,0 +320938,0,0,0,0,0 +320939,0,0,0,0,0 +320940,0,0,0,0,0 +320941,0,0,0,0,0 +320942,0,0,0,0,0 +320943,0,0,0,0,0 +320944,0,0,0,0,0 +320945,0,0,0,0,0 +320946,0,0,0,0,0 +320947,0,0,0,0,0 +320948,0,0,0,0,0 +320949,0,0,0,0,0 +320950,0,0,0,0,0 +320951,0,0,0,0,0 +320952,0,0,0,0,0 +320953,0,0,0,0,0 +320954,0,0,0,0,0 +320955,0,0,0,0,0 +320956,0,0,0,0,0 +320957,0,0,0,0,0 +320958,0,0,0,0,0 +320959,0,0,0,0,0 +320960,0,0,0,0,0 +320961,0,0,0,0,0 +320962,0,0,0,0,0 +320963,0,0,0,0,0 +320964,0,0,0,0,0 +320965,0,0,0,0,0 +320966,0,0,0,0,0 +320967,0,0,0,0,0 +320968,0,0,0,0,0 +320969,0,0,0,0,0 +320970,0,0,0,0,0 +320971,0,0,0,0,0 +320972,0,0,0,0,0 +320973,0,0,0,0,0 +320974,0,0,0,0,0 +320975,0,0,0,0,0 +320976,0,0,0,0,0 +320977,0,0,0,0,0 +320978,0,0,0,0,0 +320979,0,0,0,0,0 +320980,0,0,0,0,0 +320981,0,0,0,0,0 +320982,0,0,0,0,0 +320983,0,0,0,0,0 +320984,0,0,0,0,0 +320985,0,0,0,0,0 +320986,0,0,0,0,0 +320987,0,0,0,0,0 +320988,0,0,0,0,0 +320989,0,0,0,0,0 +320990,0,0,0,0,0 +320991,0,0,0,0,0 +320992,0,0,0,0,0 +320993,0,0,0,0,0 +320994,0,0,0,0,0 +320995,0,0,0,0,0 +320996,0,0,0,0,0 +320997,0,0,0,0,0 +320998,0,0,0,0,0 +320999,0,0,0,0,0 +321000,0,0,0,0,0 +321001,0,0,0,0,0 +321002,0,0,0,0,0 +321003,0,0,0,0,0 +321004,0,0,0,0,0 +321005,0,0,0,0,0 +321006,0,0,0,0,0 +321007,0,0,0,0,0 +321008,0,0,0,0,0 +321009,0,0,0,0,0 +321010,0,0,0,0,0 +321011,0,0,0,0,0 +321012,0,0,0,0,0 +321013,0,0,0,0,0 +321014,0,0,0,0,0 +321015,0,0,0,0,0 +321016,0,0,0,0,0 +321017,0,0,0,0,0 +321018,0,0,0,0,0 +321019,0,0,0,0,0 +321020,0,0,0,0,0 +321021,0,0,0,0,0 +321022,0,0,0,0,0 +321023,0,0,0,0,0 +321024,0,0,0,0,0 +321025,0,0,0,0,0 +321026,0,0,0,0,0 +321027,0,0,0,0,0 +321028,0,0,0,0,0 +321029,0,0,0,0,0 +321030,0,0,0,0,0 +321031,0,0,0,0,0 +321032,0,0,0,0,0 +321033,0,0,0,0,0 +321034,0,0,0,0,0 +321035,0,0,0,0,0 +321036,0,0,0,0,0 +321037,0,0,0,0,0 +321038,0,0,0,0,0 +321039,0,0,0,0,0 +321040,0,0,0,0,0 +321041,0,0,0,0,0 +321042,0,0,0,0,0 +321043,0,0,0,0,0 +321044,0,0,0,0,0 +321045,0,0,0,0,0 +321046,0,0,0,0,0 +321047,0,0,0,0,0 +321048,0,0,0,0,0 +321049,0,0,0,0,0 +321050,0,0,0,0,0 +321051,0,0,0,0,0 +321052,0,0,0,0,0 +321053,0,0,0,0,0 +321054,0,0,0,0,0 +321055,0,0,0,0,0 +321056,0,0,0,0,0 +321057,0,0,0,0,0 +321058,0,0,0,0,0 +321059,0,0,0,0,0 +321060,0,0,0,0,0 +321061,0,0,0,0,0 +321062,0,0,0,0,0 +321063,0,0,0,0,0 +321064,0,0,0,0,0 +321065,0,0,0,0,0 +321066,0,0,0,0,0 +321067,0,0,0,0,0 +321068,0,0,0,0,0 +321069,0,0,0,0,0 +321070,0,0,0,0,0 +321071,0,0,0,0,0 +321072,0,0,0,0,0 +321073,0,0,0,0,0 +321074,0,0,0,0,0 +321075,0,0,0,0,0 +321076,0,0,0,0,0 +321077,0,0,0,0,0 +321078,0,0,0,0,0 +321079,0,0,0,0,0 +321080,0,0,0,0,0 +321081,0,0,0,0,0 +321082,0,0,0,0,0 +321083,0,0,0,0,0 +321084,0,0,0,0,0 +321085,0,0,0,0,0 +321086,0,0,0,0,0 +321087,0,0,0,0,0 +321088,0,0,0,0,0 +321089,0,0,0,0,0 +321090,0,0,0,0,0 +321091,0,0,0,0,0 +321092,0,0,0,0,0 +321093,0,0,0,0,0 +321094,0,0,0,0,0 +321095,0,0,0,0,0 +321096,0,0,0,0,0 +321097,0,0,0,0,0 +321098,0,0,0,0,0 +321099,0,0,0,0,0 +321100,0,0,0,0,0 +321101,0,0,0,0,0 +321102,0,0,0,0,0 +321103,0,0,0,0,0 +321104,0,0,0,0,0 +321105,0,0,0,0,0 +321106,0,0,0,0,0 +321107,0,0,0,0,0 +321108,0,0,0,0,0 +321109,0,0,0,0,0 +321110,0,0,0,0,0 +321111,0,0,0,0,0 +321112,0,0,0,0,0 +321113,0,0,0,0,0 +321114,0,0,0,0,0 +321115,0,0,0,0,0 +321116,0,0,0,0,0 +321117,0,0,0,0,0 +321118,0,0,0,0,0 +321119,0,0,0,0,0 +321120,0,0,0,0,0 +321121,0,0,0,0,0 +321122,0,0,0,0,0 +321123,0,0,0,0,0 +321124,0,0,0,0,0 +321125,0,0,0,0,0 +321126,0,0,0,0,0 +321127,0,0,0,0,0 +321128,0,0,0,0,0 +321129,0,0,0,0,0 +321130,0,0,0,0,0 +321131,0,0,0,0,0 +321132,0,0,0,0,0 +321133,0,0,0,0,0 +321134,0,0,0,0,0 +321135,0,0,0,0,0 +321136,0,0,0,0,0 +321137,0,0,0,0,0 +321138,0,0,0,0,0 +321139,0,0,0,0,0 +321140,0,0,0,0,0 +321141,0,0,0,0,0 +321142,0,0,0,0,0 +321143,0,0,0,0,0 +321144,0,0,0,0,0 +321145,0,0,0,0,0 +321146,0,0,0,0,0 +321147,0,0,0,0,0 +321148,0,0,0,0,0 +321149,0,0,0,0,0 +321150,0,0,0,0,0 +321151,0,0,0,0,0 +321152,0,0,0,0,0 +321153,0,0,0,0,0 +321154,0,0,0,0,0 +321155,0,0,0,0,0 +321156,0,0,0,0,0 +321157,0,0,0,0,0 +321158,0,0,0,0,0 +321159,0,0,0,0,0 +321160,0,0,0,0,0 +321161,0,0,0,0,0 +321162,0,0,0,0,0 +321163,0,0,0,0,0 +321164,0,0,0,0,0 +321165,0,0,0,0,0 +321166,0,0,0,0,0 +321167,0,0,0,0,0 +321168,0,0,0,0,0 +321169,0,0,0,0,0 +321170,0,0,0,0,0 +321171,0,0,0,0,0 +321172,0,0,0,0,0 +321173,0,0,0,0,0 +321174,0,0,0,0,0 +321175,0,0,0,0,0 +321176,0,0,0,0,0 +321177,0,0,0,0,0 +321178,0,0,0,0,0 +321179,0,0,0,0,0 +321180,0,0,0,0,0 +321181,0,0,0,0,0 +321182,0,0,0,0,0 +321183,0,0,0,0,0 +321184,0,0,0,0,0 +321185,0,0,0,0,0 +321186,0,0,0,0,0 +321187,0,0,0,0,0 +321188,0,0,0,0,0 +321189,0,0,0,0,0 +321190,0,0,0,0,0 +321191,0,0,0,0,0 +321192,0,0,0,0,0 +321193,0,0,0,0,0 +321194,0,0,0,0,0 +321195,0,0,0,0,0 +321196,0,0,0,0,0 +321197,0,0,0,0,0 +321198,0,0,0,0,0 +321199,0,0,0,0,0 +321200,0,0,0,0,0 +321201,0,0,0,0,0 +321202,0,0,0,0,0 +321203,0,0,0,0,0 +321204,0,0,0,0,0 +321205,0,0,0,0,0 +321206,0,0,0,0,0 +321207,0,0,0,0,0 +321208,0,0,0,0,0 +321209,0,0,0,0,0 +321210,0,0,0,0,0 +321211,0,0,0,0,0 +321212,0,0,0,0,0 +321213,0,0,0,0,0 +321214,0,0,0,0,0 +321215,0,0,0,0,0 +321216,0,0,0,0,0 +321217,0,0,0,0,0 +321218,0,0,0,0,0 +321219,0,0,0,0,0 +321220,0,0,0,0,0 +321221,0,0,0,0,0 +321222,0,0,0,0,0 +321223,0,0,0,0,0 +321224,0,0,0,0,0 +321225,0,0,0,0,0 +321226,0,0,0,0,0 +321227,0,0,0,0,0 +321228,0,0,0,0,0 +321229,0,0,0,0,0 +321230,0,0,0,0,0 +321231,0,0,0,0,0 +321232,0,0,0,0,0 +321233,0,0,0,0,0 +321234,0,0,0,0,0 +321235,0,0,0,0,0 +321236,0,0,0,0,0 +321237,0,0,0,0,0 +321238,0,0,0,0,0 +321239,0,0,0,0,0 +321240,0,0,0,0,0 +321241,0,0,0,0,0 +321242,0,0,0,0,0 +321243,0,0,0,0,0 +321244,0,0,0,0,0 +321245,0,0,0,0,0 +321246,0,0,0,0,0 +321247,0,0,0,0,0 +321248,0,0,0,0,0 +321249,0,0,0,0,0 +321250,0,0,0,0,0 +321251,0,0,0,0,0 +321252,0,0,0,0,0 +321253,0,0,0,0,0 +321254,0,0,0,0,0 +321255,0,0,0,0,0 +321256,0,0,0,0,0 +321257,0,0,0,0,0 +321258,0,0,0,0,0 +321259,0,0,0,0,0 +321260,0,0,0,0,0 +321261,0,0,0,0,0 +321262,0,0,0,0,0 +321263,0,0,0,0,0 +321264,0,0,0,0,0 +321265,0,0,0,0,0 +321266,0,0,0,0,0 +321267,0,0,0,0,0 +321268,0,0,0,0,0 +321269,0,0,0,0,0 +321270,0,0,0,0,0 +321271,0,0,0,0,0 +321272,0,0,0,0,0 +321273,0,0,0,0,0 +321274,0,0,0,0,0 +321275,0,0,0,0,0 +321276,0,0,0,0,0 +321277,0,0,0,0,0 +321278,0,0,0,0,0 +321279,0,0,0,0,0 +321280,0,0,0,0,0 +321281,0,0,0,0,0 +321282,0,0,0,0,0 +321283,0,0,0,0,0 +321284,0,0,0,0,0 +321285,0,0,0,0,0 +321286,0,0,0,0,0 +321287,0,0,0,0,0 +321288,0,0,0,0,0 +321289,0,0,0,0,0 +321290,0,0,0,0,0 +321291,0,0,0,0,0 +321292,0,0,0,0,0 +321293,0,0,0,0,0 +321294,0,0,0,0,0 +321295,0,0,0,0,0 +321296,0,0,0,0,0 +321297,0,0,0,0,0 +321298,0,0,0,0,0 +321299,0,0,0,0,0 +321300,0,0,0,0,0 +321301,0,0,0,0,0 +321302,0,0,0,0,0 +321303,0,0,0,0,0 +321304,0,0,0,0,0 +321305,0,0,0,0,0 +321306,0,0,0,0,0 +321307,0,0,0,0,0 +321308,0,0,0,0,0 +321309,0,0,0,0,0 +321310,0,0,0,0,0 +321311,0,0,0,0,0 +321312,0,0,0,0,0 +321313,0,0,0,0,0 +321314,0,0,0,0,0 +321315,0,0,0,0,0 +321316,0,0,0,0,0 +321317,0,0,0,0,0 +321318,0,0,0,0,0 +321319,0,0,0,0,0 +321320,0,0,0,0,0 +321321,0,0,0,0,0 +321322,0,0,0,0,0 +321323,0,0,0,0,0 +321324,0,0,0,0,0 +321325,0,0,0,0,0 +321326,0,0,0,0,0 +321327,0,0,0,0,0 +321328,0,0,0,0,0 +321329,0,0,0,0,0 +321330,0,0,0,0,0 +321331,0,0,0,0,0 +321332,0,0,0,0,0 +321333,0,0,0,0,0 +321334,0,0,0,0,0 +321335,0,0,0,0,0 +321336,0,0,0,0,0 +321337,0,0,0,0,0 +321338,0,0,0,0,0 +321339,0,0,0,0,0 +321340,0,0,0,0,0 +321341,0,0,0,0,0 +321342,0,0,0,0,0 +321343,0,0,0,0,0 +321344,0,0,0,0,0 +321345,0,0,0,0,0 +321346,0,0,0,0,0 +321347,0,0,0,0,0 +321348,0,0,0,0,0 +321349,0,0,0,0,0 +321350,0,0,0,0,0 +321351,0,0,0,0,0 +321352,0,0,0,0,0 +321353,0,0,0,0,0 +321354,0,0,0,0,0 +321355,0,0,0,0,0 +321356,0,0,0,0,0 +321357,0,0,0,0,0 +321358,0,0,0,0,0 +321359,0,0,0,0,0 +321360,0,0,0,0,0 +321361,0,0,0,0,0 +321362,0,0,0,0,0 +321363,0,0,0,0,0 +321364,0,0,0,0,0 +321365,0,0,0,0,0 +321366,0,0,0,0,0 +321367,0,0,0,0,0 +321368,0,0,0,0,0 +321369,0,0,0,0,0 +321370,0,0,0,0,0 +321371,0,0,0,0,0 +321372,0,0,0,0,0 +321373,0,0,0,0,0 +321374,0,0,0,0,0 +321375,0,0,0,0,0 +321376,0,0,0,0,0 +321377,0,0,0,0,0 +321378,0,0,0,0,0 +321379,0,0,0,0,0 +321380,0,0,0,0,0 +321381,0,0,0,0,0 +321382,0,0,0,0,0 +321383,0,0,0,0,0 +321384,0,0,0,0,0 +321385,0,0,0,0,0 +321386,0,0,0,0,0 +321387,0,0,0,0,0 +321388,0,0,0,0,0 +321389,0,0,0,0,0 +321390,0,0,0,0,0 +321391,0,0,0,0,0 +321392,0,0,0,0,0 +321393,0,0,0,0,0 +321394,0,0,0,0,0 +321395,0,0,0,0,0 +321396,0,0,0,0,0 +321397,0,0,0,0,0 +321398,0,0,0,0,0 +321399,0,0,0,0,0 +321400,0,0,0,0,0 +321401,0,0,0,0,0 +321402,0,0,0,0,0 +321403,0,0,0,0,0 +321404,0,0,0,0,0 +321405,0,0,0,0,0 +321406,0,0,0,0,0 +321407,0,0,0,0,0 +321408,0,0,0,0,0 +321409,0,0,0,0,0 +321410,0,0,0,0,0 +321411,0,0,0,0,0 +321412,0,0,0,0,0 +321413,0,0,0,0,0 +321414,0,0,0,0,0 +321415,0,0,0,0,0 +321416,0,0,0,0,0 +321417,0,0,0,0,0 +321418,0,0,0,0,0 +321419,0,0,0,0,0 +321420,0,0,0,0,0 +321421,0,0,0,0,0 +321422,0,0,0,0,0 +321423,0,0,0,0,0 +321424,0,0,0,0,0 +321425,0,0,0,0,0 +321426,0,0,0,0,0 +321427,0,0,0,0,0 +321428,0,0,0,0,0 +321429,0,0,0,0,0 +321430,0,0,0,0,0 +321431,0,0,0,0,0 +321432,0,0,0,0,0 +321433,0,0,0,0,0 +321434,0,0,0,0,0 +321435,0,0,0,0,0 +321436,0,0,0,0,0 +321437,0,0,0,0,0 +321438,0,0,0,0,0 +321439,0,0,0,0,0 +321440,0,0,0,0,0 +321441,0,0,0,0,0 +321442,0,0,0,0,0 +321443,0,0,0,0,0 +321444,0,0,0,0,0 +321445,0,0,0,0,0 +321446,0,0,0,0,0 +321447,0,0,0,0,0 +321448,0,0,0,0,0 +321449,0,0,0,0,0 +321450,0,0,0,0,0 +321451,0,0,0,0,0 +321452,0,0,0,0,0 +321453,0,0,0,0,0 +321454,0,0,0,0,0 +321455,0,0,0,0,0 +321456,0,0,0,0,0 +321457,0,0,0,0,0 +321458,0,0,0,0,0 +321459,0,0,0,0,0 +321460,0,0,0,0,0 +321461,0,0,0,0,0 +321462,0,0,0,0,0 +321463,0,0,0,0,0 +321464,0,0,0,0,0 +321465,0,0,0,0,0 +321466,0,0,0,0,0 +321467,0,0,0,0,0 +321468,0,0,0,0,0 +321469,0,0,0,0,0 +321470,0,0,0,0,0 +321471,0,0,0,0,0 +321472,0,0,0,0,0 +321473,0,0,0,0,0 +321474,0,0,0,0,0 +321475,0,0,0,0,0 +321476,0,0,0,0,0 +321477,0,0,0,0,0 +321478,0,0,0,0,0 +321479,0,0,0,0,0 +321480,0,0,0,0,0 +321481,0,0,0,0,0 +321482,0,0,0,0,0 +321483,0,0,0,0,0 +321484,0,0,0,0,0 +321485,0,0,0,0,0 +321486,0,0,0,0,0 +321487,0,0,0,0,0 +321488,0,0,0,0,0 +321489,0,0,0,0,0 +321490,0,0,0,0,0 +321491,0,0,0,0,0 +321492,0,0,0,0,0 +321493,0,0,0,0,0 +321494,0,0,0,0,0 +321495,0,0,0,0,0 +321496,0,0,0,0,0 +321497,0,0,0,0,0 +321498,0,0,0,0,0 +321499,0,0,0,0,0 +321500,0,0,0,0,0 +321501,0,0,0,0,0 +321502,0,0,0,0,0 +321503,0,0,0,0,0 +321504,0,0,0,0,0 +321505,0,0,0,0,0 +321506,0,0,0,0,0 +321507,0,0,0,0,0 +321508,0,0,0,0,0 +321509,0,0,0,0,0 +321510,0,0,0,0,0 +321511,0,0,0,0,0 +321512,0,0,0,0,0 +321513,0,0,0,0,0 +321514,0,0,0,0,0 +321515,0,0,0,0,0 +321516,0,0,0,0,0 +321517,0,0,0,0,0 +321518,0,0,0,0,0 +321519,0,0,0,0,0 +321520,0,0,0,0,0 +321521,0,0,0,0,0 +321522,0,0,0,0,0 +321523,0,0,0,0,0 +321524,0,0,0,0,0 +321525,0,0,0,0,0 +321526,0,0,0,0,0 +321527,0,0,0,0,0 +321528,0,0,0,0,0 +321529,0,0,0,0,0 +321530,0,0,0,0,0 +321531,0,0,0,0,0 +321532,0,0,0,0,0 +321533,0,0,0,0,0 +321534,0,0,0,0,0 +321535,0,0,0,0,0 +321536,0,0,0,0,0 +321537,0,0,0,0,0 +321538,0,0,0,0,0 +321539,0,0,0,0,0 +321540,0,0,0,0,0 +321541,2185.663767,2998.548862,1229.006688,951.2338055,0 +321542,0,2740.742708,1213.53783,0,0 +321543,0,0,1187.852377,0,0 +321544,20.93030595,0,1161.376322,0,0 +321545,452.7610779,801.4984226,1139.25344,0,0 +321546,164.5760047,849.3545223,1121.927923,167.6663641,0 +321547,226.5075982,589.5636093,1108.153696,65.94616553,0 +321548,229.9159345,682.8786478,1097.087259,89.71993987,0 +321549,232.2135458,691.4600668,1088.193611,94.62008513,0 +321550,234.5636029,700.3773184,1081.014883,96.27155137,0 +321551,236.9863786,709.4351174,1075.28579,98.01772168,0 +321552,239.4812706,718.5995451,1070.789256,99.51337641,0 +321553,242.043867,728.0826033,1067.315083,101.2293089,0 +321554,244.673086,737.575325,1064.719834,102.8166811,0 +321555,247.3659463,747.3380549,1062.893452,104.6068498,0 +321556,250.1223594,757.2522957,1061.715357,106.2506634,0 +321557,252.9396397,766.749483,1061.085703,108.0471354,0 +321558,255.8179965,777.6539507,1060.921693,109.5874986,0 +321559,258.5537338,787.5784931,1061.15452,111.5007936,0 +321560,261.8622117,798.0306701,1061.726136,113.1853664,0 +321561,264.7581771,808.6956985,1062.588215,114.9695526,0 +321562,267.9047086,819.1895561,1063.699616,116.7545821,0 +321563,271.0691368,830.0866746,1065.025728,118.4761851,0 +321564,274.289814,840.9233151,1066.537207,120.4923707,0 +321565,277.5634573,851.8662902,1068.209119,122.1372003,0 +321566,280.8910236,863.0445072,1070.02008,124.0596046,0 +321567,284.2702112,874.1931915,1071.952097,125.9058428,0 +321568,287.7018686,885.49651,1073.989564,127.6984731,0 +321569,291.1837318,896.8243673,1076.119189,129.7226127,0 +321570,294.71673,908.4419056,1078.329551,131.5651442,0 +321571,297.9139534,923.3270379,1080.585087,133.3293832,0 +321572,301.0739265,936.3396853,1082.835886,135.1452717,0 +321573,304.2345652,948.9739029,1085.06326,136.7246043,0 +321574,307.1644991,961.5149924,1087.247128,138.4229107,0 +321575,310.73211,973.8569853,1089.384893,140.2681147,0 +321576,313.9918457,986.2931272,1091.479633,141.9195473,0 +321577,316.8832855,998.2855261,1093.534706,143.6610293,0 +321578,320.3404772,1010.527014,1095.552758,145.389173,0 +321579,323.5188015,1022.47744,1097.536324,147.1206685,0 +321580,326.8184165,1034.413171,1099.487002,148.8558396,0 +321581,330.1360052,1046.261926,1101.406509,150.4945212,0 +321582,333.4113416,1057.973407,1103.296257,152.3916779,0 +321583,336.7894681,1069.839992,1105.157537,154.1630033,0 +321584,340.0931094,1081.259958,1106.966434,155.7692019,0 +321585,343.4793779,1092.995433,1108.739224,157.6028736,0 +321586,346.8847152,1104.440197,1110.500766,159.3409791,0 +321587,350.2412674,1115.828711,1112.244797,161.1010607,0 +321588,353.6776801,1131.082495,1113.967946,162.8648577,0 +321589,357.1310298,1141.068645,1115.669729,164.5220115,0 +321590,360.5351153,1154.622418,1117.347554,166.463303,0 +321591,364.0469183,1163.963589,1119.002777,168.1516789,0 +321592,367.4744892,1155.08948,1120.634176,169.9498252,0 +321593,370.9883189,1193.849271,1122.236838,171.7304767,0 +321594,374.5199992,1191.48978,1123.826057,173.5153239,0 +321595,377.994392,1205.379423,1125.385354,175.3029489,0 +321596,381.5529087,1216.216001,1126.90036,177.0941351,0 +321597,384.8304595,1227.14888,1128.383647,178.8880563,0 +321598,388.806575,1237.955756,1129.857422,180.6811935,0 +321599,392.1763407,1248.728362,1131.315106,182.4860533,0 +321600,395.8462079,1259.516362,1132.752727,184.2870474,0 +321601,399.8717367,1270.171445,1134.168493,186.2171067,0 +321602,403.9341357,1281.238343,1135.567552,188.1978804,0 +321603,408.4431974,1291.814213,1136.954592,190.1978765,0 +321604,412.4474775,1302.603795,1138.331078,192.3298518,0 +321605,416.5519512,1313.251701,1139.696116,194.2623973,0 +321606,421.1110047,1323.86505,1141.048033,196.2576833,0 +321607,425.1647058,1334.50851,1142.385339,198.2746869,0 +321608,429.3209277,1344.88603,1143.683443,200.4241595,0 +321609,433.9296709,1355.320793,1144.956758,202.2393241,0 +321610,438.0306876,1365.917565,1146.225783,204.4605321,0 +321611,442.2336038,1376.070923,1147.482669,206.3885828,0 +321612,446.8550837,1386.443435,1148.722903,208.579566,0 +321613,451.0886725,1396.755453,1149.944378,210.5439559,0 +321614,455.2560232,1406.718499,1151.145298,212.5719707,0 +321615,459.9535242,1417.044715,1152.324776,214.6201451,0 +321616,464.2262864,1427.040403,1153.482524,216.8007445,0 +321617,468.4324201,1437.15975,1154.617788,218.9259351,0 +321618,473.1737781,1446.993382,1155.730296,220.7391511,0 +321619,477.4881293,1456.877521,1156.797518,222.9140908,0 +321620,481.7325122,1466.942672,1157.834801,225.0813308,0 +321621,486.5145568,1476.531232,1158.862364,226.9196422,0 +321622,490.8308983,1486.357899,1159.872973,229.2109187,0 +321623,495.2107755,1496.02619,1160.862873,231.2867597,0 +321624,505.0071157,1501.906566,1161.82986,236.6991972,0 +321625,510.2120364,1510.819211,1162.761699,239.2548371,0 +321626,515.340416,1519.977968,1163.660215,241.758812,0 +321627,519.9544796,1529.145849,1164.533272,244.0068511,0 +321628,524.6445268,1538.297323,1165.364335,246.2874211,0 +321629,529.3451393,1547.511606,1166.169167,248.6910019,0 +321630,534.5598383,1565.783696,1166.965741,250.8853024,0 +321631,538.8662988,1555.264298,1167.749919,253.1279776,0 +321632,543.9149992,1574.671514,1168.502615,255.5038868,0 +321633,548.601184,1583.085183,1169.230446,257.6754085,0 +321634,553.0834239,1589.550222,1169.924349,259.7256897,0 +321635,558.0967878,1598.173238,1170.585145,262.3593273,0 +321636,562.7296088,1606.324967,1171.214936,264.3803205,0 +321637,567.2754009,1614.295545,1171.813771,266.6275002,0 +321638,572.2982858,1622.297071,1172.382666,268.9776829,0 +321639,576.8711229,1629.974018,1172.902369,271.126671,0 +321640,581.4529255,1637.688643,1173.388117,273.3323982,0 +321641,586.4236396,1645.483743,1173.858754,275.6743439,0 +321642,590.9770307,1653.089036,1174.308025,277.8154647,0 +321643,595.7512669,1660.458889,1174.732665,280.0131802,0 +321644,600.5385242,1667.956635,1175.131665,282.2265007,0 +321645,605.1870419,1675.183196,1175.504746,284.5664678,0 +321646,609.847925,1682.641386,1175.851879,286.6994918,0 +321647,614.8895493,1689.580207,1176.17332,288.8888088,0 +321648,619.2660304,1696.859079,1176.469376,291.0940287,0 +321649,624.1544527,1703.67688,1176.721152,293.4259793,0 +321650,628.9708407,1710.880555,1176.943746,295.551513,0 +321651,633.6512537,1717.695045,1177.154285,297.7332729,0 +321652,638.2107148,1735.096718,1177.345965,299.9311743,0 +321653,643.3788995,1715.62901,1177.519287,302.2557529,0 +321654,647.7688302,1745.651465,1177.661143,304.1710512,0 +321655,652.6040477,1742.618331,1177.789798,306.6612547,0 +321656,657.4197343,1750.931251,1177.889753,308.6928566,0 +321657,662.1827924,1757.279987,1177.968401,311.0493951,0 +321658,666.7653191,1763.7019,1178.024126,313.3714252,0 +321659,671.8259124,1769.883676,1178.039292,315.2145936,0 +321660,676.3461786,1776.154326,1178.02834,317.5619154,0 +321661,681.1654359,1782.209598,1178.007339,319.8641168,0 +321662,686.1800533,1788.366895,1177.970535,321.9423095,0 +321663,690.7211563,1794.269415,1177.915674,324.1275765,0 +321664,695.499842,1800.279211,1177.841566,326.4328405,0 +321665,700.659656,1808.959831,1177.748095,328.5606617,0 +321666,705.0809316,1813.664135,1177.63587,330.6903667,0 +321667,709.9697314,1823.091062,1177.503099,333.0105513,0 +321668,714.930437,1819.067454,1177.352064,335.1305306,0 +321669,719.5691302,1822.224797,1177.161553,337.2531305,0 +321670,724.3675228,1839.257048,1176.949163,339.5685656,0 +321671,729.4648299,1837.947335,1176.73317,341.6599158,0 +321672,733.9314266,1844.868347,1176.500136,343.8355601,0 +321673,738.7626129,1850.051682,1176.251927,346.0916475,0 +321674,743.7799186,1855.483909,1175.986249,348.1995359,0 +321675,748.4728431,1869.843772,1175.702999,350.3417844,0 +321676,753.1584159,1851.128819,1175.404622,352.651608,0 +321677,758.2715161,1877.358779,1175.080774,354.6992835,0 +321678,762.8398685,1873.573172,1174.749531,356.858027,0 +321679,767.6870786,1879.851432,1174.379799,359.1335855,0 +321680,772.6304986,1884.823448,1173.992322,361.2365172,0 +321681,777.3704893,1893.887351,1173.599372,363.3334082,0 +321682,782.0490186,1887.584883,1173.196471,365.6256347,0 +321683,787.1018655,1900.761122,1172.776203,367.6937918,0 +321684,791.7656721,1902.395998,1172.345591,369.6018535,0 +321685,796.5688416,1907.036078,1171.898279,372.2099674,0 +321686,801.5855416,1918.691636,1171.437105,374.1049837,0 +321687,806.2293097,1904.652739,1170.963656,376.2685232,0 +321688,810.8940092,1931.978389,1170.471863,378.407844,0 +321689,816.0942431,1923.088971,1169.960147,380.7003789,0 +321690,820.6150677,1938.671755,1169.425693,382.7207782,0 +321691,825.3245584,1905.964406,1168.893997,384.7782469,0 +321692,829.8634125,1970.759528,1168.333199,386.8117232,0 +321693,834.7849185,1901.96206,1167.788471,388.8716843,0 +321694,839.0936259,1979.151557,1167.173566,390.857382,0 +321695,843.8928722,1913.265982,1166.595455,392.8977141,0 +321696,848.2363766,1978.139329,1165.926044,394.9065243,0 +321697,853.1817323,1918.040698,1165.307938,396.9133329,0 +321698,857.511574,1989.847849,1164.615268,398.9143529,0 +321699,862.1102355,1920.320398,1163.979405,400.9361442,0 +321700,866.5066594,1995.954995,1163.251955,402.8837766,0 +321701,871.2402676,1937.015354,1162.594183,404.8876714,0 +321702,875.8772502,1984.229832,1161.844211,406.8608367,0 +321703,880.3536237,1960.703814,1161.135564,408.8329947,0 +321704,884.8278248,1971.815975,1160.381534,410.8283303,0 +321705,889.3079245,1972.512789,1159.642866,412.746533,0 +321706,893.7957984,1974.560975,1158.88957,414.7247155,0 +321707,898.3009289,1976.463387,1158.129464,416.6710903,0 +321708,903.0599278,1978.583776,1157.361091,418.6176095,0 +321709,907.4290685,1980.345129,1156.586558,420.5589776,0 +321710,911.8051,1982.15853,1155.804688,422.524851,0 +321711,916.3535045,1983.821999,1155.017802,424.412061,0 +321712,920.7476381,1985.416286,1154.225154,426.361484,0 +321713,925.2963526,1986.942003,1153.414927,428.2788647,0 +321714,929.6816299,1988.374455,1152.598564,430.1969022,0 +321715,934.2190206,1989.735163,1151.789028,432.1102036,0 +321716,938.5906383,1991.012967,1150.980091,434.0192868,0 +321717,943.1151534,1992.177819,1150.171096,435.9533602,0 +321718,947.4752394,1993.311354,1149.361895,437.8084745,0 +321719,951.9860487,1994.349623,1148.550855,439.7267731,0 +321720,956.3336202,1995.247366,1147.739842,441.6135397,0 +321721,960.7992038,1996.133568,1146.9296,443.4877786,0 +321722,965.0981356,1996.908441,1146.118724,445.3529107,0 +321723,969.4611834,1997.607222,1145.308545,447.2119201,0 +321724,973.8606295,1998.225863,1144.499936,449.0968247,0 +321725,978.2264077,1998.763597,1143.693234,450.9001514,0 +321726,982.5081491,1999.221001,1142.888811,452.7690156,0 +321727,986.9961781,1999.59793,1142.087256,454.6052707,0 +321728,991.1305284,1999.894827,1141.28932,456.4427869,0 +321729,995.5863971,2000.110968,1140.482491,458.2760903,0 +321730,999.8139527,2000.248118,1139.679379,460.1056624,0 +321731,1004.115806,2000.305455,1138.891024,461.9627932,0 +321732,1008.465974,2000.282963,1138.11264,463.7362644,0 +321733,1012.772397,2000.180983,1137.342586,465.5779818,0 +321734,1017.000039,1999.99982,1136.580668,467.3868461,0 +321735,1021.353596,1999.739337,1135.82718,469.1970934,0 +321736,1025.553767,1999.399977,1135.082751,471.0039449,0 +321737,1029.893274,1998.981607,1134.347939,472.8069995,0 +321738,1034.07974,1998.484671,1133.623494,474.6067178,0 +321739,1038.405141,1997.909043,1132.910008,476.4354356,0 +321740,1042.577921,1997.255164,1132.208256,478.178413,0 +321741,1046.889059,1996.522915,1131.518794,479.992288,0 +321742,1051.048048,1995.712743,1130.842459,481.7728652,0 +321743,1058.058137,1994.824524,1130.179712,483.5554006,0 +321744,1058.10725,1993.858753,1129.532467,485.3349742,0 +321745,1069.105719,1992.776253,1128.898043,487.1111852,0 +321746,1063.03432,1991.696189,1128.282908,488.8844953,0 +321747,1083.705644,1990.492044,1127.666503,490.6545301,0 +321748,1062.326471,1989.192616,1127.08721,492.4553318,0 +321749,1083.307334,1987.86221,1126.510341,494.1683686,0 +321750,1085.681973,1986.432226,1125.957303,495.9550591,0 +321751,1087.881045,1984.734392,1125.426221,497.6804744,0 +321752,1092.918704,1982.906918,1124.91594,499.4028436,0 +321753,1096.852345,1981.024363,1124.426177,501.1192638,0 +321754,1100.982857,1978.984663,1123.955944,502.8302311,0 +321755,1104.982568,1976.93665,1123.412061,504.5346459,0 +321756,1109.025061,1974.870681,1122.83085,506.2361519,0 +321757,1113.131801,1972.429161,1122.263737,507.9682325,0 +321758,1117.104085,1970.171727,1121.737296,509.608345,0 +321759,1121.226819,1967.724128,1121.257496,511.3232975,0 +321760,1125.195042,1965.172089,1120.820751,513.0021677,0 +321761,1129.405655,1962.63164,1120.421653,514.6824355,0 +321762,1133.233491,1959.889718,1120.055908,516.3589173,0 +321763,1137.332275,1957.194076,1119.719675,518.0312927,0 +321764,1141.411406,1954.329991,1119.410606,519.7000467,0 +321765,1145.488836,1949.577671,1119.126063,521.3649739,0 +321766,1149.590824,1948.191973,1118.863591,523.0265436,0 +321767,1153.671167,1938.715011,1118.623615,524.6845631,0 +321768,1157.839189,1954.321939,1118.400223,526.3750656,0 +321769,1161.775271,1919.303679,1118.202318,527.61223,0 +321770,1165.917649,1956.539341,1118.00648,529.8362332,0 +321771,1169.969016,1900.503206,1117.846355,531.2026206,0 +321772,1174.034663,1963.439879,1117.662491,532.9079539,0 +321773,1178.095304,1890.352457,1117.538686,534.5479657,0 +321774,1182.152179,1951.83428,1117.397396,536.1859908,0 +321775,1186.205398,1883.890527,1117.297146,537.8209855,0 +321776,1190.251152,1938.014899,1117.17831,539.4167154,0 +321777,1194.296149,1893.040715,1117.096297,541.1028695,0 +321778,1198.334683,1905.903425,1117.004276,542.7025567,0 +321779,1202.368571,1901.81641,1116.933287,544.3710407,0 +321780,1206.398445,1914.817349,1116.858201,545.9376395,0 +321781,1209.931827,1885.698767,1116.808154,547.4718121,0 +321782,1213.390342,1870.526976,1116.761451,548.9251578,0 +321783,1216.818076,1915.145174,1116.697671,550.3675461,0 +321784,1220.324476,1847.371874,1116.656907,551.7640936,0 +321785,1223.5748,1891.328277,1116.585145,553.2508865,0 +321786,1227.035646,1877.194832,1116.541024,554.6472577,0 +321787,1230.396188,1845.579851,1116.494506,556.0750069,0 +321788,1233.763406,1870.548488,1116.436442,557.4926742,0 +321789,1237.121073,1853.258214,1116.391053,558.9067564,0 +321790,1240.372105,1850.412558,1116.339328,560.317569,0 +321791,1243.860562,1845.7293,1116.292635,561.72489,0 +321792,1247.11689,1840.592784,1116.249182,563.1676298,0 +321793,1250.454466,1835.51453,1116.209386,564.5097916,0 +321794,1253.866052,1830.351862,1116.17369,565.8983109,0 +321795,1257.017074,1825.122709,1116.142389,567.3447166,0 +321796,1260.387637,1819.710264,1116.115568,568.7071961,0 +321797,1263.656906,1832.891541,1116.081716,570.1022668,0 +321798,1266.934225,1782.123331,1116.068962,571.4877855,0 +321799,1270.202829,1839.777882,1116.042063,572.8703149,0 +321800,1273.462874,1761.535445,1116.051644,574.2499209,0 +321801,1276.714461,1816.767672,1116.042732,575.6265721,0 +321802,1279.957234,1771.558531,1116.061874,577.0003493,0 +321803,1283.191178,1786.407363,1116.063434,578.3314329,0 +321804,1286.416654,1774.080629,1116.081129,579.7599311,0 +321805,1289.735572,1769.068107,1116.098934,581.0949405,0 +321806,1292.785688,1763.441578,1116.123065,582.4641864,0 +321807,1295.959747,1757.375837,1116.152353,583.8636574,0 +321808,1299.290048,1751.368232,1116.18691,585.1595823,0 +321809,1302.392831,1745.287736,1116.226776,586.5437737,0 +321810,1305.582474,1738.974864,1116.271881,587.888086,0 +321811,1308.974609,1732.729001,1116.322203,589.5538325,0 +321812,1312.390586,1739.496849,1116.389884,591.2769144,0 +321813,1315.800208,1700.23499,1116.48754,592.9839909,0 +321814,1319.195629,1730.389113,1116.601381,594.8091828,0 +321815,1322.5725,1693.054197,1116.757938,596.5526878,0 +321816,1325.928782,1705.138728,1116.924285,598.3429058,0 +321817,1329.367924,1691.904266,1117.122597,600.1329931,0 +321818,1332.515684,1686.066973,1117.336282,601.9290913,0 +321819,1335.881406,1679.22361,1117.569328,603.7299047,0 +321820,1339.123266,1672.456291,1117.81918,605.5765312,0 +321821,1342.35583,1665.444171,1118.08468,607.3210402,0 +321822,1345.561539,1658.4781,1118.364622,609.1221754,0 +321823,1348.739002,1651.456947,1118.658122,610.9906257,0 +321824,1351.887817,1644.291375,1118.964272,612.7736157,0 +321825,1360.446933,1642.167807,1119.281948,613.0371472,0 +321826,1364.648223,1636.045165,1119.553654,614.5453103,0 +321827,1368.340244,1629.560813,1119.792283,616.2316946,0 +321828,1372.16128,1622.729339,1120.029355,617.9685774,0 +321829,1375.63336,1616.050116,1120.282736,619.7287429,0 +321830,1379.314784,1609.120536,1120.557595,621.5030927,0 +321831,1382.861077,1602.422656,1120.853287,623.2443586,0 +321832,1386.395705,1595.462561,1121.167638,625.1012983,0 +321833,1389.902027,1588.560293,1121.498631,626.8666882,0 +321834,1393.381214,1581.508722,1121.844828,628.6773555,0 +321835,1396.83345,1574.680047,1122.20511,630.5280869,0 +321836,1400.260249,1590.888254,1122.578234,632.2752038,0 +321837,1403.660768,1526.676778,1122.971119,634.1239735,0 +321838,1407.034391,1570.465171,1123.354968,635.9358441,0 +321839,1410.381966,1542.617444,1123.773593,637.7581373,0 +321840,1413.703469,1539.411777,1124.189262,639.5392228,0 +321841,1417.155785,1532.253196,1124.618814,641.4454948,0 +321842,1420.312551,1525.14483,1125.057944,643.2582239,0 +321843,1425.894405,1518.016965,1125.506923,645.1153564,0 +321844,1425.811543,1510.879826,1125.966686,646.9672535,0 +321845,1437.179595,1503.737594,1126.433851,648.821102,0 +321846,1421.641186,1496.583595,1126.914328,650.6765797,0 +321847,1442.768246,1489.434138,1127.394324,652.5335721,0 +321848,1438.428911,1482.280055,1127.893256,654.3918974,0 +321849,1442.980737,1475.127155,1128.3937,656.296032,0 +321850,1446.138569,1467.976725,1128.903669,658.0441914,0 +321851,1449.241197,1460.73311,1129.420255,660.0078869,51.75469517 +321852,1452.32416,1453.727582,1129.956763,661.8291422,0 +321853,1455.381844,1446.620282,1130.479189,663.7006636,43.74513453 +321854,1458.527646,1439.375342,1131.025006,665.5652788,52.31145587 +321855,1461.359532,1432.326947,1131.573771,667.4309188,4.213410533 +321856,1464.428322,1425.115818,1132.11457,669.2973185,52.35896016 +321857,1467.36672,1418.158964,1132.679982,671.164617,38.2327362 +321858,1470.299098,1411.020153,1133.241889,673.0327047,42.05383547 +321859,1473.207149,1403.977636,1133.811934,674.8552725,44.918126 +321860,1476.090109,1397.028493,1134.387895,676.7953922,46.83192741 +321861,1478.949375,1389.789166,1134.969551,678.6307067,49.00014003 +321862,1481.78347,1382.985674,1135.556875,680.5098438,51.12369529 +321863,1484.59352,1375.933366,1136.149924,682.4286759,53.17292852 +321864,1487.37976,1368.997301,1136.748483,684.2299288,55.30600852 +321865,1490.259567,1361.985813,1137.35251,686.13903,57.35746782 +321866,1503.50718,1360.449447,1137.9613,694.572347,59.58218107 +321867,1508.282882,1354.727254,1138.842593,697.5747567,61.54240156 +321868,1511.980358,1348.64081,1139.89411,700.050399,63.61991804 +321869,1515.647668,1342.304179,1140.992386,702.4485331,65.70880459 +321870,1519.191718,1336.140842,1142.072018,704.7760473,67.74590878 +321871,1522.248497,1329.269202,1143.115727,706.4763817,69.80714789 +321872,1525.163148,1322.495862,1144.10349,708.0298923,71.86251219 +321873,1528.116968,1315.475151,1145.026636,709.5019681,73.87776183 +321874,1530.704245,1308.480326,1145.886025,710.9123125,75.99832587 +321875,1533.511248,1301.434066,1146.687093,712.3195682,77.9868085 +321876,1525.986382,1288.871573,1147.436924,707.0781528,80.15254136 +321877,1527.094328,1280.792478,1147.880729,707.343714,82.01222641 +321878,1529.059359,1273.084903,1148.119221,707.931465,84.16335524 +321879,1531.199244,1265.667483,1148.279077,708.6833734,86.15920765 +321880,1533.414552,1258.198595,1148.430907,709.4620842,88.15081505 +321881,1535.661203,1250.547154,1148.596208,710.2496136,90.28867369 +321882,1537.917974,1243.261306,1148.774722,711.0330079,92.12756866 +321883,1540.177609,1235.75211,1148.961345,711.8554631,94.28604663 +321884,1542.434761,1228.332381,1149.152012,712.5415785,96.06170835 +321885,1544.688683,1220.909105,1149.344271,713.2751084,98.13567177 +321886,1546.938039,1213.50478,1149.536906,714.071181,99.94788439 +321887,1549.184097,1206.110916,1149.72891,714.748693,101.9922852 +321888,1551.42772,1198.656454,1149.919491,715.4552405,103.7363345 +321889,1553.670533,1191.408803,1150.107821,716.1374835,105.5910443 +321890,1555.911,1184.018399,1150.293393,716.8032863,107.4991816 +321891,1558.138287,1176.717863,1150.475555,717.4529919,109.265504 +321892,1560.346893,1169.428249,1150.653837,718.0860831,111.070692 +321893,1562.536344,1162.17204,1150.827857,718.7029807,112.8421871 +321894,1564.826904,1178.276072,1150.996774,719.303149,114.5340827 +321895,1566.78453,1113.398812,1151.180669,719.886985,116.4314832 +321896,1570.213321,1157.760388,1151.326867,720.4540267,117.993591 +321897,1570.917074,1134.537075,1151.482676,721.0046255,119.7562257 +321898,1577.222056,1118.951067,1151.625371,721.5383208,121.3608671 +321899,1567.593354,1123.579389,1151.766196,722.0554568,123.1256696 +321900,1581.323069,1110.660342,1151.901439,722.555556,124.7191716 +321901,0,0,0,0,0 +321902,0,0,0,0,0 +321903,0,0,0,0,0 +321904,0,0,0,0,0 +321905,0,0,0,0,0 +321906,0,0,0,0,0 +321907,0,0,0,0,0 +321908,0,0,0,0,0 +321909,0,0,0,0,0 +321910,0,0,0,0,0 +321911,0,0,0,0,0 +321912,0,0,0,0,0 +321913,0,0,0,0,0 +321914,0,0,0,0,0 +321915,0,0,0,0,0 +321916,0,0,0,0,0 +321917,0,0,0,0,0 +321918,0,0,0,0,0 +321919,0,0,0,0,0 +321920,0,0,0,0,0 +321921,0,0,0,0,0 +321922,0,0,0,0,0 +321923,0,0,0,0,0 +321924,0,0,0,0,0 +321925,0,0,0,0,0 +321926,0,0,0,0,0 +321927,0,0,0,0,0 +321928,0,0,0,0,0 +321929,0,0,0,0,0 +321930,0,0,0,0,0 +321931,0,0,0,0,0 +321932,0,0,0,0,0 +321933,0,0,0,0,0 +321934,0,0,0,0,0 +321935,0,0,0,0,0 +321936,0,0,0,0,0 +321937,0,0,0,0,0 +321938,0,0,0,0,0 +321939,0,0,0,0,0 +321940,0,0,0,0,0 +321941,0,0,0,0,0 +321942,0,0,0,0,0 +321943,0,0,0,0,0 +321944,0,0,0,0,0 +321945,0,0,0,0,0 +321946,0,0,0,0,0 +321947,0,0,0,0,0 +321948,0,0,0,0,0 +321949,0,0,0,0,0 +321950,0,0,0,0,0 +321951,0,0,0,0,0 +321952,0,0,0,0,0 +321953,0,0,0,0,0 +321954,0,0,0,0,0 +321955,0,0,0,0,0 +321956,0,0,0,0,0 +321957,0,0,0,0,0 +321958,0,0,0,0,0 +321959,0,0,0,0,0 +321960,0,0,0,0,0 +321961,0,0,0,0,0 +321962,0,0,0,0,0 +321963,0,0,0,0,0 +321964,0,0,0,0,0 +321965,0,0,0,0,0 +321966,0,0,0,0,0 +321967,0,0,0,0,0 +321968,0,0,0,0,0 +321969,0,0,0,0,0 +321970,0,0,0,0,0 +321971,0,0,0,0,0 +321972,0,0,0,0,0 +321973,0,0,0,0,0 +321974,0,0,0,0,0 +321975,0,0,0,0,0 +321976,0,0,0,0,0 +321977,0,0,0,0,0 +321978,0,0,0,0,0 +321979,0,0,0,0,0 +321980,0,0,0,0,0 +321981,0,0,0,0,0 +321982,0,0,0,0,0 +321983,0,0,0,0,0 +321984,0,0,0,0,0 +321985,0,0,0,0,0 +321986,0,0,0,0,0 +321987,0,0,0,0,0 +321988,0,0,0,0,0 +321989,0,0,0,0,0 +321990,0,0,0,0,0 +321991,0,0,0,0,0 +321992,0,0,0,0,0 +321993,0,0,0,0,0 +321994,0,0,0,0,0 +321995,0,0,0,0,0 +321996,0,0,0,0,0 +321997,0,0,0,0,0 +321998,0,0,0,0,0 +321999,0,0,0,0,0 +322000,0,0,0,0,0 +322001,0,0,0,0,0 +322002,0,0,0,0,0 +322003,0,0,0,0,0 +322004,0,0,0,0,0 +322005,0,0,0,0,0 +322006,0,0,0,0,0 +322007,0,0,0,0,0 +322008,0,0,0,0,0 +322009,0,0,0,0,0 +322010,0,0,0,0,0 +322011,0,0,0,0,0 +322012,0,0,0,0,0 +322013,0,0,0,0,0 +322014,0,0,0,0,0 +322015,0,0,0,0,0 +322016,0,0,0,0,0 +322017,0,0,0,0,0 +322018,0,0,0,0,0 +322019,0,0,0,0,0 +322020,0,0,0,0,0 +322021,0,0,0,0,0 +322022,0,0,0,0,0 +322023,0,0,0,0,0 +322024,0,0,0,0,0 +322025,0,0,0,0,0 +322026,0,0,0,0,0 +322027,0,0,0,0,0 +322028,0,0,0,0,0 +322029,0,0,0,0,0 +322030,0,0,0,0,0 +322031,0,0,0,0,0 +322032,0,0,0,0,0 +322033,0,0,0,0,0 +322034,0,0,0,0,0 +322035,0,0,0,0,0 +322036,0,0,0,0,0 +322037,0,0,0,0,0 +322038,0,0,0,0,0 +322039,0,0,0,0,0 +322040,0,0,0,0,0 +322041,0,0,0,0,0 +322042,0,0,0,0,0 +322043,0,0,0,0,0 +322044,0,0,0,0,0 +322045,0,0,0,0,0 +322046,0,0,0,0,0 +322047,0,0,0,0,0 +322048,0,0,0,0,0 +322049,0,0,0,0,0 +322050,0,0,0,0,0 +322051,0,0,0,0,0 +322052,0,0,0,0,0 +322053,0,0,0,0,0 +322054,0,0,0,0,0 +322055,0,0,0,0,0 +322056,0,0,0,0,0 +322057,0,0,0,0,0 +322058,0,0,0,0,0 +322059,0,0,0,0,0 +322060,0,0,0,0,0 +322061,0,0,0,0,0 +322062,0,0,0,0,0 +322063,0,0,0,0,0 +322064,0,0,0,0,0 +322065,0,0,0,0,0 +322066,0,0,0,0,0 +322067,0,0,0,0,0 +322068,0,0,0,0,0 +322069,0,0,0,0,0 +322070,0,0,0,0,0 +322071,0,0,0,0,0 +322072,0,0,0,0,0 +322073,0,0,0,0,0 +322074,0,0,0,0,0 +322075,0,0,0,0,0 +322076,0,0,0,0,0 +322077,0,0,0,0,0 +322078,0,0,0,0,0 +322079,0,0,0,0,0 +322080,0,0,0,0,0 +322081,0,0,0,0,0 +322082,0,0,0,0,0 +322083,0,0,0,0,0 +322084,0,0,0,0,0 +322085,0,0,0,0,0 +322086,0,0,0,0,0 +322087,0,0,0,0,0 +322088,0,0,0,0,0 +322089,0,0,0,0,0 +322090,0,0,0,0,0 +322091,0,0,0,0,0 +322092,0,0,0,0,0 +322093,0,0,0,0,0 +322094,0,0,0,0,0 +322095,0,0,0,0,0 +322096,0,0,0,0,0 +322097,0,0,0,0,0 +322098,0,0,0,0,0 +322099,0,0,0,0,0 +322100,0,0,0,0,0 +322101,0,0,0,0,0 +322102,0,0,0,0,0 +322103,0,0,0,0,0 +322104,0,0,0,0,0 +322105,0,0,0,63.80326034,0 +322106,0,0,0,76.84116604,0 +322107,0,0,0,68.44088491,0 +322108,0,0,0,83.83101881,0 +322109,0,0,0,91.41037752,0 +322110,0,0,0,98.62869147,0 +322111,0,0,0,105.4309153,0 +322112,0,0,0,112.2155138,0 +322113,0,0,0,118.6191889,0 +322114,0,0,0,124.9893679,0 +322115,0,0,0,131.2112902,0 +322116,0,0,0,137.1769179,0 +322117,0,0,0,143.1067729,0 +322118,0,0,0,148.9071913,0 +322119,0,0,0,154.5063789,0 +322120,0,0,0,159.9088118,0 +322121,0,0,0,165.3465939,0 +322122,0,0,0,170.548778,0 +322123,0,0,0,175.6701415,0 +322124,0,0,0,180.6757636,0 +322125,0,0,0,185.4822359,0 +322126,0,0,0,190.3546509,0 +322127,0,0,0,194.9539218,0 +322128,0,0,0,199.438091,0 +322129,0,0,0,204.0580247,0 +322130,0,0,0,208.1344121,0 +322131,0,0,0,212.5486746,0 +322132,0,0,0,216.5922433,0 +322133,0,0,0,220.6246027,0 +322134,0,0,0,224.5371265,0 +322135,0,0,0,228.2761426,0 +322136,0,0,0,232.1245007,0 +322137,0,0,0,235.7667596,0 +322138,0,0,0,239.1794263,0 +322139,0,0,0,242.6035183,0 +322140,0,0,0,246.0584971,0 +322141,0,0,0,249.1860508,0 +322142,0,0,0,252.1894496,0 +322143,0,0,0,255.4005061,0 +322144,0,0,0,258.0793827,0 +322145,0,0,0,260.9697087,0 +322146,0,0,0,263.668675,0 +322147,0,0,0,266.2050251,0 +322148,0,0,0,268.8967875,0 +322149,0,0,0,271.2845016,0 +322150,0,0,0,273.6805933,0 +322151,0,0,0,275.9770952,0 +322152,0,0,0,278.2891787,0 +322153,0,0,0,280.2737997,0 +322154,0,0,0,282.3068654,0 +322155,0,0,0,284.4172299,0 +322156,0,0,0,286.2399352,0 +322157,0,0,0,288.0788542,0 +322158,0,0,0,289.8234282,0 +322159,0,0,0,291.4926346,0 +322160,0,0,0,293.0866084,0 +322161,0,0,0,294.6063878,0 +322162,0,0,0,296.0524369,0 +322163,0,0,0,297.4256944,0 +322164,0,0,0,298.6217003,0 +322165,0,0,0,300.0120956,0 +322166,0,0,0,301.0895755,0 +322167,0,0,0,302.1970061,0 +322168,0,0,0,303.2152867,0 +322169,0,0,0,304.2739881,0 +322170,0,0,0,304.9889885,0 +322171,0,0,0,304.3895474,0 +322172,0,0,0,303.3138012,0 +322173,0,0,0,305.3258239,0 +322174,0,0,0,304.2625941,0 +322175,0,0,0,303.0781692,0 +322176,0,0,0,301.8355113,0 +322177,0,0,0,300.1819691,0 +322178,0,0,0,298.4624787,0 +322179,0,0,0,296.6744791,0 +322180,0,0,0,294.4654181,0 +322181,0,0,0,292.3494641,0 +322182,0,0,0,289.9919784,0 +322183,0,0,0,287.5126614,0 +322184,0,0,0,284.8956569,0 +322185,0,0,0,282.1441725,0 +322186,0,0,0,279.3641005,0 +322187,0,0,0,276.0986205,0 +322188,0,0,0,273.1769998,0 +322189,0,0,0,269.8196371,0 +322190,0,0,0,266.4435667,0 +322191,0,0,0,263.0282227,0 +322192,0,0,0,259.2478568,0 +322193,0,0,0,255.5634464,0 +322194,0,0,0,251.6651907,0 +322195,0,0,0,247.6033612,0 +322196,0,0,0,243.4608902,0 +322197,0,0,0,239.3012254,0 +322198,0,0,0,234.7350313,0 +322199,0,0,0,230.4396295,0 +322200,0,0,0,225.8657583,0 +322201,0,0,0,221.5194537,0 +322202,0,0,0,216.9328575,0 +322203,0,0,0,212.144535,0 +322204,0,0,0,207.3280797,0 +322205,0,0,0,202.1479153,0 +322206,0,0,0,197.2715482,0 +322207,0,0,0,191.8931849,0 +322208,0,0,0,186.6350708,0 +322209,0,0,0,181.2710909,0 +322210,0,0,0,175.6400813,0 +322211,0,0,0,170.0663275,0 +322212,0,0,0,164.3125861,0 +322213,0,0,0,158.4796789,0 +322214,0,0,0,143.0008456,0 +322215,0,0,0,135.6517102,0 +322216,0,0,0,128.8824973,0 +322217,0,0,0,122.1859801,0 +322218,0,0,0,115.6207113,0 +322219,0,0,0,108.9391686,0 +322220,0,0,0,102.2776161,0 +322221,0,0,0,95.56389331,0 +322222,0,0,0,88.81498595,0 +322223,0,0,0,82.28007277,0 +322224,0,0,0,75.00623328,0 +322225,0,0,0,68.31328902,0 +322226,0,0,0,61.27702119,0 +322227,0,0,0,90.38990954,0 +322228,0,0,0,0,0 +322229,0,0,0,94.70989609,0 +322230,0,0,0,0,0 +322231,0,0,0,27.39514002,0 +322232,0,0,0,25.07878836,0 +322233,0,0,0,2.784639542,0 +322234,0,0,0,16.27487151,0 +322235,0,0,0,0,0 +322236,0,0,0,0,0 +322237,0,0,0,0,0 +322238,0,0,0,0,0 +322239,0,0,0,0,0 +322240,0,0,0,0,0 +322241,0,0,0,0,0 +322242,0,0,0,0,0 +322243,0,0,0,0,0 +322244,0,0,0,0,0 +322245,0,0,0,0,0 +322246,0,0,0,0,0 +322247,0,0,0,0,0 +322248,0,0,0,0,0 +322249,0,0,0,0,0 +322250,0,0,0,0,0 +322251,0,0,0,0,0 +322252,0,0,0,0,0 +322253,0,0,0,0,0 +322254,0,0,0,0,0 +322255,0,0,0,0,0 +322256,0,0,0,0,0 +322257,0,0,0,0,0 +322258,0,0,0,0,0 +322259,0,0,0,0,0 +322260,0,0,0,0,0 +322261,0,0,0,0,0 +322262,0,0,0,0,0 +322263,0,0,0,0,0 +322264,0,0,0,0,0 +322265,0,0,0,0,0 +322266,0,0,0,0,0 +322267,0,0,0,0,0 +322268,0,0,0,0,0 +322269,0,0,0,0,0 +322270,0,0,0,0,0 +322271,0,0,0,0,0 +322272,0,0,0,0,0 +322273,0,0,0,0,0 +322274,0,0,0,0,0 +322275,0,0,0,0,0 +322276,0,0,0,0,0 +322277,0,0,0,0,0 +322278,0,0,0,0,0 +322279,0,0,0,0,0 +322280,0,0,0,0,0 +322281,0,0,0,0,0 +322282,0,0,0,0,0 +322283,0,0,0,0,0 +322284,0,0,0,0,0 +322285,0,0,0,0,0 +322286,0,0,0,0,0 +322287,0,0,0,0,0 +322288,0,0,0,0,0 +322289,0,0,0,0,0 +322290,0,0,0,0,0 +322291,0,0,0,0,0 +322292,0,0,0,0,0 +322293,0,0,0,0,0 +322294,0,0,0,0,0 +322295,0,0,0,0,0 +322296,0,0,0,0,0 +322297,0,0,0,0,0 +322298,0,0,0,0,0 +322299,0,0,0,0,0 +322300,0,0,0,0,0 +322301,0,0,0,0,0 +322302,0,0,0,0,0 +322303,0,0,0,0,0 +322304,0,0,0,0,0 +322305,0,0,0,0,0 +322306,0,0,0,0,0 +322307,0,0,0,0,0 +322308,0,0,0,0,0 +322309,0,0,0,0,0 +322310,0,0,0,0,0 +322311,0,0,0,0,0 +322312,0,0,0,0,0 +322313,0,0,0,0,0 +322314,0,0,0,0,0 +322315,0,0,0,0,0 +322316,0,0,0,0,0 +322317,0,0,0,0,0 +322318,0,0,0,0,0 +322319,0,0,0,0,0 +322320,0,0,0,0,0 +322321,0,0,0,0,0 +322322,0,0,0,0,0 +322323,0,0,0,0,0 +322324,0,0,0,0,0 +322325,0,0,0,0,0 +322326,0,0,0,0,0 +322327,0,0,0,0,0 +322328,0,0,0,0,0 +322329,0,0,0,0,0 +322330,0,0,0,0,0 +322331,0,0,0,0,0 +322332,0,0,0,0,0 +322333,0,0,0,0,0 +322334,0,0,0,0,0 +322335,0,0,0,0,0 +322336,0,0,0,0,0 +322337,0,0,0,0,0 +322338,0,0,0,0,0 +322339,0,0,0,0,0 +322340,0,0,0,0,0 +322341,0,0,0,0,0 +322342,0,0,0,0,0 +322343,0,0,0,0,0 +322344,0,0,0,0,0 +322345,0,0,0,0,0 +322346,0,0,0,0,0 +322347,0,0,0,0,0 +322348,0,0,0,0,0 +322349,0,0,0,0,0 +322350,0,0,0,0,0 +322351,0,0,0,0,0 +322352,0,0,0,0,0 +322353,0,0,0,0,0 +322354,0,0,0,0,0 +322355,0,0,0,0,0 +322356,0,0,0,0,0 +322357,0,0,0,0,0 +322358,0,0,0,0,0 +322359,0,0,0,0,0 +322360,0,0,0,0,0 +322361,0,0,0,0,0 +322362,0,0,0,0,0 +322363,0,0,0,0,0 +322364,0,0,0,0,0 +322365,0,0,0,0,0 +322366,0,0,0,0,0 +322367,0,0,0,0,0 +322368,0,0,0,0,0 +322369,0,0,0,0,0 +322370,0,0,0,0,0 +322371,0,0,0,0,0 +322372,0,0,0,0,0 +322373,0,0,0,0,0 +322374,0,0,0,0,0 +322375,0,0,0,0,0 +322376,0,0,0,0,0 +322377,0,0,0,0,0 +322378,0,0,0,0,0 +322379,0,0,0,0,0 +322380,0,0,0,0,0 +322381,0,0,0,0,0 +322382,0,0,0,0,0 +322383,0,0,0,0,0 +322384,0,0,0,0,0 +322385,0,0,0,0,0 +322386,0,0,0,0,0 +322387,0,0,0,0,0 +322388,0,0,0,0,0 +322389,0,0,0,0,0 +322390,0,0,0,0,0 +322391,0,0,0,0,0 +322392,0,0,0,0,0 +322393,0,0,0,0,0 +322394,0,0,0,0,0 +322395,0,0,0,0,0 +322396,0,0,0,0,0 +322397,0,0,0,0,0 +322398,0,0,0,0,0 +322399,0,0,0,0,0 +322400,0,0,0,0,0 +322401,0,0,0,0,0 +322402,0,0,0,0,0 +322403,0,0,0,0,0 +322404,0,0,0,0,0 +322405,0,0,0,0,0 +322406,0,0,0,0,0 +322407,0,0,0,0,0 +322408,0,0,0,0,0 +322409,0,0,0,0,0 +322410,0,0,0,0,0 +322411,0,0,0,0,0 +322412,0,0,0,0,0 +322413,0,0,0,0,0 +322414,0,0,0,0,0 +322415,0,0,0,0,0 +322416,0,0,0,0,0 +322417,0,0,0,0,0 +322418,0,0,0,0,0 +322419,0,0,0,0,0 +322420,0,0,0,0,0 +322421,0,0,0,0,0 +322422,0,0,0,0,0 +322423,0,0,0,0,0 +322424,0,0,0,0,0 +322425,0,0,0,0,0 +322426,0,0,0,0,0 +322427,0,0,0,0,0 +322428,0,0,0,0,0 +322429,0,0,0,0,0 +322430,0,0,0,0,0 +322431,0,0,0,0,0 +322432,0,0,0,0,0 +322433,0,0,0,0,0 +322434,0,0,0,0,0 +322435,0,0,0,0,0 +322436,0,0,0,0,0 +322437,0,0,0,0,0 +322438,0,0,0,0,0 +322439,0,0,0,0,0 +322440,0,0,0,0,0 +322441,0,0,0,0,0 +322442,0,0,0,0,0 +322443,0,0,0,0,0 +322444,0,0,0,0,0 +322445,0,0,0,0,0 +322446,0,0,0,0,0 +322447,0,0,0,0,0 +322448,0,0,0,0,0 +322449,0,0,0,0,0 +322450,0,0,0,0,0 +322451,0,0,0,0,0 +322452,0,0,0,0,0 +322453,0,0,0,0,0 +322454,0,0,0,0,0 +322455,0,0,0,0,0 +322456,0,0,0,0,0 +322457,0,0,0,0,0 +322458,0,0,0,0,0 +322459,0,0,0,0,0 +322460,0,0,0,0,0 +322461,0,0,0,0,0 +322462,0,0,0,0,0 +322463,0,0,0,0,0 +322464,0,0,0,0,0 +322465,0,0,0,0,0 +322466,0,0,0,0,0 +322467,0,0,0,0,0 +322468,0,0,0,0,0 +322469,0,0,0,0,0 +322470,0,0,0,0,0 +322471,0,0,0,0,0 +322472,0,0,0,0,0 +322473,0,0,0,0,0 +322474,0,0,0,0,0 +322475,0,0,0,0,0 +322476,0,0,0,0,0 +322477,0,0,0,0,0 +322478,0,0,0,0,0 +322479,0,0,0,0,0 +322480,0,0,0,0,0 +322481,0,0,0,0,0 +322482,0,0,0,0,0 +322483,0,0,0,0,0 +322484,0,0,0,0,0 +322485,0,0,0,0,0 +322486,0,0,0,0,0 +322487,0,0,0,0,0 +322488,0,0,0,0,0 +322489,0,0,0,0,0 +322490,0,0,0,0,0 +322491,0,0,0,0,0 +322492,0,0,0,0,0 +322493,0,0,0,0,0 +322494,0,0,0,0,0 +322495,0,0,0,0,0 +322496,0,0,0,0,0 +322497,0,0,0,0,0 +322498,0,0,0,0,0 +322499,0,0,0,0,0 +322500,0,0,0,0,0 +322501,0,0,0,0,0 +322502,0,0,0,0,0 +322503,0,0,0,0,0 +322504,0,0,0,0,0 +322505,0,0,0,0,0 +322506,0,0,0,0,0 +322507,0,0,0,0,0 +322508,0,0,0,0,0 +322509,0,0,0,0,0 +322510,0,0,0,0,0 +322511,0,0,0,0,0 +322512,0,0,0,0,0 +322513,0,0,0,0,0 +322514,0,0,0,0,0 +322515,0,0,0,0,0 +322516,0,0,0,0,0 +322517,0,0,0,0,0 +322518,0,0,0,0,0 +322519,0,0,0,0,0 +322520,0,0,0,0,0 +322521,0,0,0,0,0 +322522,0,0,0,0,0 +322523,0,0,0,0,0 +322524,0,0,0,0,0 +322525,0,0,0,0,0 +322526,0,0,0,0,0 +322527,0,0,0,0,0 +322528,0,0,0,0,0 +322529,0,0,0,0,0 +322530,0,0,0,0,0 +322531,0,0,0,0,0 +322532,0,0,0,0,0 +322533,0,0,0,0,0 +322534,0,0,0,0,0 +322535,0,0,0,0,0 +322536,0,0,0,0,0 +322537,0,0,0,0,0 +322538,0,0,0,0,0 +322539,0,0,0,0,0 +322540,0,0,0,0,0 +322541,0,0,0,0,0 +322542,0,0,0,0,0 +322543,0,0,0,0,0 +322544,0,0,0,0,0 +322545,0,0,0,0,0 +322546,0,0,0,0,0 +322547,0,0,0,0,0 +322548,0,0,0,0,0 +322549,0,0,0,0,0 +322550,0,0,0,0,0 +322551,0,0,0,0,0 +322552,0,0,0,0,0 +322553,0,0,0,0,0 +322554,0,0,0,0,0 +322555,0,0,0,0,0 +322556,0,0,0,0,0 +322557,0,0,0,0,0 +322558,0,0,0,0,0 +322559,0,0,0,0,0 +322560,0,0,0,0,0 +322561,0,0,0,0,0 +322562,0,0,0,0,0 +322563,0,0,0,0,0 +322564,0,0,0,0,0 +322565,0,0,0,0,0 +322566,0,0,0,0,0 +322567,0,0,0,0,0 +322568,0,0,0,0,0 +322569,0,0,0,0,0 +322570,0,0,0,0,0 +322571,0,0,0,0,0 +322572,0,0,0,0,0 +322573,0,0,0,0,0 +322574,0,0,0,0,0 +322575,0,0,0,0,0 +322576,0,0,0,0,0 +322577,0,0,0,0,0 +322578,0,0,0,0,0 +322579,0,0,0,0,0 +322580,0,0,0,0,0 +322581,0,0,0,0,0 +322582,0,0,0,0,0 +322583,0,0,0,0,0 +322584,0,0,0,0,0 +322585,0,0,0,0,0 +322586,0,0,0,0,0 +322587,0,0,0,0,0 +322588,0,0,0,0,0 +322589,0,0,0,0,0 +322590,0,0,0,0,0 +322591,0,0,0,0,0 +322592,0,0,0,0,0 +322593,0,0,0,0,0 +322594,0,0,0,0,0 +322595,0,0,0,0,0 +322596,0,0,0,0,0 +322597,0,0,0,0,0 +322598,0,0,0,0,0 +322599,0,0,0,0,0 +322600,0,0,0,0,0 +322601,0,0,0,0,0 +322602,0,0,0,0,0 +322603,0,0,0,0,0 +322604,0,0,0,0,0 +322605,0,0,0,0,0 +322606,0,0,0,0,0 +322607,0,0,0,0,0 +322608,0,0,0,0,0 +322609,0,0,0,0,0 +322610,0,0,0,0,0 +322611,0,0,0,0,0 +322612,0,0,0,0,0 +322613,0,0,0,0,0 +322614,0,0,0,0,0 +322615,0,0,0,0,0 +322616,0,0,0,0,0 +322617,0,0,0,0,0 +322618,0,0,0,0,0 +322619,0,0,0,0,0 +322620,0,0,0,0,0 +322621,0,0,0,0,0 +322622,0,0,0,0,0 +322623,0,0,0,0,0 +322624,0,0,0,0,0 +322625,0,0,0,0,0 +322626,0,0,0,0,0 +322627,0,0,0,0,0 +322628,0,0,0,0,0 +322629,0,0,0,0,0 +322630,0,0,0,0,0 +322631,0,0,0,0,0 +322632,0,0,0,0,0 +322633,0,0,0,0,0 +322634,0,0,0,0,0 +322635,0,0,0,0,0 +322636,0,0,0,0,0 +322637,0,0,0,0,0 +322638,0,0,0,0,0 +322639,0,0,0,0,0 +322640,0,0,0,0,0 +322641,0,0,0,0,0 +322642,0,0,0,0,0 +322643,0,0,0,0,0 +322644,0,0,0,0,0 +322645,0,0,0,0,0 +322646,0,0,0,0,0 +322647,0,0,0,0,0 +322648,0,0,0,0,0 +322649,0,0,0,0,0 +322650,0,0,0,0,0 +322651,0,0,0,0,0 +322652,0,0,0,0,0 +322653,0,0,0,0,0 +322654,0,0,0,0,0 +322655,0,0,0,0,0 +322656,0,0,0,0,0 +322657,0,0,0,0,0 +322658,0,0,0,0,0 +322659,0,0,0,0,0 +322660,0,0,0,0,0 +322661,0,0,0,0,0 +322662,0,0,0,0,0 +322663,0,0,0,0,0 +322664,0,0,0,0,0 +322665,0,0,0,0,0 +322666,0,0,0,0,0 +322667,0,0,0,0,0 +322668,0,0,0,0,0 +322669,0,0,0,0,0 +322670,0,0,0,0,0 +322671,0,0,0,0,0 +322672,0,0,0,0,0 +322673,0,0,0,0,0 +322674,0,0,0,0,0 +322675,0,0,0,0,0 +322676,0,0,0,0,0 +322677,0,0,0,0,0 +322678,0,0,0,0,0 +322679,0,0,0,0,0 +322680,0,0,0,0,0 +322681,0,0,0,0,0 +322682,0,0,0,0,0 +322683,0,0,0,0,0 +322684,0,0,0,0,0 +322685,0,0,0,0,0 +322686,0,0,0,0,0 +322687,0,0,0,0,0 +322688,0,0,0,0,0 +322689,0,0,0,0,0 +322690,0,0,0,0,0 +322691,0,0,0,0,0 +322692,0,0,0,0,0 +322693,0,0,0,0,0 +322694,0,0,0,0,0 +322695,0,0,0,0,0 +322696,0,0,0,0,0 +322697,0,0,0,0,0 +322698,0,0,0,0,0 +322699,0,0,0,0,0 +322700,0,0,0,0,0 +322701,0,0,0,0,0 +322702,0,0,0,0,0 +322703,0,0,0,0,0 +322704,0,0,0,0,0 +322705,0,0,0,0,0 +322706,0,0,0,0,0 +322707,0,0,0,0,0 +322708,0,0,0,0,0 +322709,0,0,0,0,0 +322710,0,0,0,0,0 +322711,0,0,0,0,0 +322712,0,0,0,0,0 +322713,0,0,0,0,0 +322714,0,0,0,0,0 +322715,0,0,0,0,0 +322716,0,0,0,0,0 +322717,0,0,0,0,0 +322718,0,0,0,0,0 +322719,0,0,0,0,0 +322720,0,0,0,0,0 +322721,0,0,0,0,0 +322722,0,0,0,0,0 +322723,0,0,0,0,0 +322724,0,0,0,0,0 +322725,0,0,0,0,0 +322726,0,0,0,0,0 +322727,0,0,0,0,0 +322728,0,0,0,0,0 +322729,0,0,0,0,0 +322730,0,0,0,0,0 +322731,0,0,0,0,0 +322732,0,0,0,0,0 +322733,0,0,0,0,0 +322734,0,0,0,0,0 +322735,0,0,0,0,0 +322736,0,0,0,0,0 +322737,0,0,0,0,0 +322738,0,0,0,0,0 +322739,0,0,0,0,0 +322740,0,0,0,0,0 +322741,0,0,0,0,0 +322742,0,0,0,0,0 +322743,0,0,0,0,0 +322744,0,0,0,0,0 +322745,0,0,0,0,0 +322746,0,0,0,0,0 +322747,0,0,0,0,0 +322748,0,0,0,0,0 +322749,0,0,0,0,0 +322750,0,0,0,0,0 +322751,0,0,0,0,0 +322752,0,0,0,0,0 +322753,0,0,0,0,0 +322754,0,0,0,0,0 +322755,0,0,0,0,0 +322756,0,0,0,0,0 +322757,0,0,0,0,0 +322758,0,0,0,0,0 +322759,0,0,0,0,0 +322760,0,0,0,0,0 +322761,0,0,0,0,0 +322762,0,0,0,0,0 +322763,0,0,0,0,0 +322764,0,0,0,0,0 +322765,0,0,0,0,0 +322766,0,0,0,0,0 +322767,0,0,0,0,0 +322768,0,0,0,0,0 +322769,0,0,0,0,0 +322770,0,0,0,0,0 +322771,0,0,0,0,0 +322772,0,0,0,0,0 +322773,0,0,0,0,0 +322774,0,0,0,0,0 +322775,0,0,0,0,0 +322776,0,0,0,0,0 +322777,0,0,0,0,0 +322778,0,0,0,0,0 +322779,0,0,0,0,0 +322780,0,0,0,0,0 +322781,0,0,0,0,0 +322782,0,0,0,0,0 +322783,0,0,0,0,0 +322784,0,0,0,0,0 +322785,0,0,0,0,0 +322786,0,0,0,0,0 +322787,0,0,0,0,0 +322788,0,0,0,0,0 +322789,0,0,0,0,0 +322790,0,0,0,0,0 +322791,0,0,0,0,0 +322792,0,0,0,0,0 +322793,0,0,0,0,0 +322794,0,0,0,0,0 +322795,0,0,0,0,0 +322796,0,0,0,0,0 +322797,0,0,0,0,0 +322798,0,0,0,0,0 +322799,0,0,0,0,0 +322800,0,0,0,0,0 +322801,0,0,0,0,0 +322802,0,0,0,0,0 +322803,0,0,0,0,0 +322804,0,0,0,0,0 +322805,0,0,0,0,0 +322806,0,0,0,0,0 +322807,0,0,0,0,0 +322808,0,0,0,0,0 +322809,0,0,0,0,0 +322810,0,0,0,0,0 +322811,0,0,0,0,0 +322812,0,0,0,0,0 +322813,0,0,0,0,0 +322814,0,0,0,0,0 +322815,0,0,0,0,0 +322816,0,0,0,0,0 +322817,0,0,0,0,0 +322818,0,0,0,0,0 +322819,0,0,0,0,0 +322820,0,0,0,0,0 +322821,0,0,0,0,0 +322822,0,0,0,0,0 +322823,0,0,0,0,0 +322824,0,0,0,0,0 +322825,0,0,0,0,0 +322826,0,0,0,0,0 +322827,0,0,0,0,0 +322828,0,0,0,0,0 +322829,0,0,0,0,0 +322830,0,0,0,0,0 +322831,0,0,0,0,0 +322832,0,0,0,0,0 +322833,0,0,0,0,0 +322834,0,0,0,0,0 +322835,0,0,0,0,0 +322836,0,0,0,0,0 +322837,0,0,0,0,0 +322838,0,0,0,0,0 +322839,0,0,0,0,0 +322840,0,0,0,0,0 +322841,0,0,0,0,0 +322842,0,0,0,0,0 +322843,0,0,0,0,0 +322844,0,0,0,0,0 +322845,0,0,0,0,0 +322846,0,0,0,0,0 +322847,0,0,0,0,0 +322848,0,0,0,0,0 +322849,0,0,0,0,0 +322850,0,0,0,0,0 +322851,0,0,0,0,0 +322852,0,0,0,0,0 +322853,0,0,0,0,0 +322854,0,0,0,0,0 +322855,0,0,0,0,0 +322856,0,0,0,0,0 +322857,0,0,0,0,0 +322858,0,0,0,0,0 +322859,0,0,0,0,0 +322860,0,0,0,0,0 +322861,0,0,0,0,0 +322862,0,0,0,0,0 +322863,0,0,0,0,0 +322864,0,0,0,0,0 +322865,0,0,0,0,0 +322866,0,0,0,0,0 +322867,0,0,0,0,0 +322868,0,0,0,0,0 +322869,0,0,0,0,0 +322870,0,0,0,0,0 +322871,0,0,0,0,0 +322872,0,0,0,0,0 +322873,0,0,0,0,0 +322874,0,0,0,0,0 +322875,0,0,0,0,0 +322876,0,0,0,0,0 +322877,0,0,0,0,0 +322878,0,0,0,0,0 +322879,0,0,0,0,0 +322880,0,0,0,0,0 +322881,0,0,0,0,0 +322882,0,0,0,0,0 +322883,0,0,0,0,0 +322884,0,0,0,0,0 +322885,0,0,0,0,0 +322886,0,0,0,0,0 +322887,0,0,0,0,0 +322888,0,0,0,0,0 +322889,0,0,0,0,0 +322890,0,0,0,0,0 +322891,0,0,0,0,0 +322892,0,0,0,0,0 +322893,0,0,0,0,0 +322894,0,0,0,0,0 +322895,0,0,0,0,0 +322896,0,0,0,0,0 +322897,0,0,0,0,0 +322898,0,0,0,0,0 +322899,0,0,0,0,0 +322900,0,0,0,0,0 +322901,0,0,0,0,0 +322902,0,0,0,0,0 +322903,0,0,0,0,0 +322904,0,0,0,0,0 +322905,0,0,0,0,0 +322906,0,0,0,0,0 +322907,0,0,0,0,0 +322908,0,0,0,0,0 +322909,0,0,0,0,0 +322910,0,0,0,0,0 +322911,0,0,0,0,0 +322912,0,0,0,0,0 +322913,0,0,0,0,0 +322914,0,0,0,0,0 +322915,0,0,0,0,0 +322916,0,0,0,0,0 +322917,0,0,0,0,0 +322918,0,0,0,0,0 +322919,0,0,0,0,0 +322920,0,0,0,0,0 +322921,0,0,0,0,0 +322922,0,0,0,0,0 +322923,0,0,0,0,0 +322924,0,0,0,0,0 +322925,0,0,0,0,0 +322926,0,0,0,0,0 +322927,0,0,0,0,0 +322928,0,0,0,0,0 +322929,0,0,0,0,0 +322930,0,0,0,0,0 +322931,0,0,0,0,0 +322932,0,0,0,0,0 +322933,0,0,0,0,0 +322934,0,0,0,0,0 +322935,0,0,0,0,0 +322936,0,0,0,0,0 +322937,0,0,0,0,0 +322938,0,0,0,0,0 +322939,0,0,0,0,0 +322940,0,0,0,0,0 +322941,0,0,0,0,0 +322942,0,0,0,0,0 +322943,0,0,0,0,0 +322944,0,0,0,0,0 +322945,0,0,0,0,0 +322946,0,0,0,0,0 +322947,0,0,0,0,0 +322948,0,0,0,0,0 +322949,0,0,0,0,0 +322950,0,0,0,0,0 +322951,0,0,0,0,0 +322952,0,0,0,0,0 +322953,0,0,0,0,0 +322954,0,0,0,0,0 +322955,0,0,0,0,0 +322956,0,0,0,0,0 +322957,0,0,0,0,0 +322958,0,0,0,0,0 +322959,0,0,0,0,0 +322960,0,0,0,0,0 +322961,0,0,0,0,0 +322962,0,0,0,0,0 +322963,0,0,0,0,0 +322964,0,0,0,0,0 +322965,0,0,0,0,0 +322966,0,0,0,0,0 +322967,0,0,0,0,0 +322968,0,0,0,0,0 +322969,0,0,0,0,0 +322970,0,0,0,0,0 +322971,0,0,0,0,0 +322972,0,0,0,0,0 +322973,0,0,0,0,0 +322974,0,0,0,0,0 +322975,0,0,0,0,0 +322976,0,0,0,0,0 +322977,0,0,0,0,0 +322978,0,0,0,0,0 +322979,0,0,0,0,0 +322980,0,0,0,0,0 +322981,0,2526.326098,1039.275455,0,0 +322982,0,12.25601029,987.7467588,0,0 +322983,0,19.05747517,1001.597121,0,0 +322984,0,518.4483233,1004.032648,0,0 +322985,0,327.9647023,1000.392066,0,0 +322986,0,323.2736336,993.0094116,0,0 +322987,0,326.2848518,984.5147051,0,0 +322988,16.99246892,328.2926304,605.617521,0,0 +322989,36.93757926,330.4279659,573.9802709,0,0 +322990,4.803872371,332.6592377,678.1950153,0,0 +322991,35.0955613,334.9770364,625.9366313,0,0 +322992,49.77843055,337.3645295,627.1675303,0,0 +322993,2.927374482,339.8129175,628.6199046,0,0 +322994,49.09592703,342.3158247,630.2399968,0,0 +322995,35.73849801,344.8681521,632.0000271,34.48604438,0 +322996,40.55269181,347.4660968,633.8748649,0,0 +322997,43.35143544,350.106118,635.8500862,26.06120868,0 +322998,45.95557048,352.7854839,637.9146513,10.99133378,0 +322999,48.42864285,355.5016495,640.0596813,34.91133883,0 +323000,51.07508069,358.2523558,642.2115381,4.433476348,0 +323001,53.64752538,361.0354814,644.6677887,31.51765056,0 +323002,56.10346597,363.8491463,646.8571031,24.94660654,0 +323003,58.81258376,366.6915312,649.3227681,27.42593829,0 +323004,61.21182623,369.5609793,651.7628163,29.45670923,0 +323005,63.89121699,372.2279113,654.2612812,31.13064182,0 +323006,66.40973006,375.5018771,656.7324824,32.86693092,0 +323007,68.98275324,378.2642695,659.419771,34.51965842,0 +323008,71.55236199,381.2705608,661.9785963,36.24486628,0 +323009,74.11798654,384.2529238,664.6358591,37.88145606,0 +323010,76.63210344,387.2558085,667.3793876,39.60020223,0 +323011,79.88434302,392.427456,673.4551878,41.52711351,0 +323012,82.92826058,397.8480697,688.1742495,43.5180005,0 +323013,86.16991759,403.4668875,675.4585082,45.52926696,0 +323014,89.61854931,409.2206017,699.1798832,47.52693138,0 +323015,92.71459822,415.1195219,700.3178304,49.58593715,0 +323016,96.25668875,421.1517388,708.382097,51.6753166,0 +323017,99.58797201,427.3079932,716.0069013,53.76955309,0 +323018,103.0322683,433.318777,723.4969502,55.77140774,0 +323019,106.5005565,440.3877765,731.0592535,57.96235703,0 +323020,109.9142187,446.2812104,738.9059655,60.00536955,0 +323021,113.671777,453.0920826,750.830625,62.20587083,0 +323022,117.0285539,459.7863608,755.2267902,64.32510371,0 +323023,120.6162222,466.5563971,754.7678985,66.49181993,0 +323024,124.3798619,473.4117889,775.0754337,68.62137899,0 +323025,127.965761,480.4273023,777.3143373,70.9301534,0 +323026,131.7772557,487.4292001,786.5743633,72.97559937,0 +323027,135.2355583,494.6171521,794.6701294,75.36581735,0 +323028,139.2357777,501.8128917,802.8682126,77.41819801,0 +323029,142.9200456,509.0792478,811.100669,79.79220055,0 +323030,146.7560692,516.4985071,824.9562031,82.00440012,0 +323031,150.4839137,523.5744998,823.7982405,84.28070297,0 +323032,154.6626253,531.6430002,832.8107389,86.51438384,0 +323033,158.2933281,538.9156962,848.1754901,88.9610894,0 +323034,162.3445952,546.6830131,859.2017722,91.07424303,0 +323035,166.2897723,554.3398699,849.7926578,93.55417657,0 +323036,170.1551376,562.1776126,880.6285726,95.76969069,0 +323037,174.3873529,569.9601776,873.6634383,98.30180771,0 +323038,178.3400082,577.9213257,886.3957093,100.514271,0 +323039,182.5906512,585.8222032,894.4492011,102.8893638,0 +323040,194.9361786,613.7585428,933.11855,106.9175494,0 +323041,200.5552895,624.7964638,946.4737461,109.207271,0 +323042,205.2675291,634.6219572,954.3858394,111.8929132,0 +323043,210.0476331,644.2160957,963.5177536,114.3029443,0 +323044,214.7638512,653.5544865,975.5036779,116.8035018,0 +323045,219.467555,662.966483,977.0490375,119.2991968,0 +323046,224.0041468,672.2051269,977.6030339,121.7889412,0 +323047,229.1531865,681.575467,977.8908742,124.30193,0 +323048,233.4754184,690.7946952,978.3986132,126.732693,0 +323049,238.3824172,700.124308,979.1089368,129.3973909,0 +323050,243.108094,709.4618072,979.9860725,131.8684881,0 +323051,247.8821657,718.7080575,981.0018197,134.526808,0 +323052,252.6745711,728.1090831,982.1297048,136.9419646,0 +323053,257.281151,737.3662458,983.3536431,139.4974538,0 +323054,262.4300267,746.7499134,984.6562285,142.2023463,0 +323055,267.1178731,756.1494702,986.0277364,144.7241866,0 +323056,272.0240242,764.9975766,987.4278648,147.3435423,0 +323057,276.9107959,775.1421615,988.8656007,149.8549951,0 +323058,281.8188366,784.1826816,990.3574302,152.637323,0 +323059,286.7457223,793.6386423,991.8925777,155.2904333,0 +323060,291.6933763,803.1562653,993.4594808,157.7940499,0 +323061,296.6601349,812.5695489,995.0509437,160.5268057,0 +323062,301.6478749,822.0534385,996.6625593,163.1716158,0 +323063,306.6548198,831.4854111,998.2908414,165.7373458,0 +323064,311.6952415,841.1188355,999.9327281,168.5882237,0 +323065,316.7229051,850.5146503,1001.585682,171.1957751,0 +323066,321.8262205,860.0432719,1003.24702,173.9182196,0 +323067,326.8724338,869.710911,1004.914863,176.6294679,0 +323068,332.0260308,879.0918188,1006.587356,179.4747912,0 +323069,337.1364965,888.7954827,1008.261804,181.8892146,0 +323070,342.263659,898.2722253,1009.913044,184.915703,0 +323071,346.8471091,907.3601588,1011.554215,187.1296162,0 +323072,351.2300277,916.068616,1013.187317,189.4077256,0 +323073,355.6668054,924.8550967,1014.790774,191.6287804,0 +323074,359.984786,933.6858212,1016.356145,193.8283895,0 +323075,364.386072,942.3671029,1017.882317,196.0103133,0 +323076,368.6768186,955.1411728,1019.370844,198.1782261,0 +323077,373.0306491,966.5928057,1020.824861,200.3331136,0 +323078,377.3803205,978.2386878,1022.245519,202.342641,0 +323079,381.6543927,989.5478174,1023.63451,204.6848096,0 +323080,385.7287184,1000.962287,1024.993072,206.7035018,0 +323081,390.4471324,1012.425763,1026.322355,208.8434082,0 +323082,394.5518474,1023.732204,1027.623545,210.9499978,0 +323083,398.9386168,1035.062762,1028.897236,213.0492226,0 +323084,403.1986889,1046.353526,1030.118877,215.1415165,0 +323085,407.5629593,1057.5498,1031.305186,217.2266065,0 +323086,411.8154142,1068.942653,1032.480878,219.4499133,0 +323087,416.1494319,1079.993254,1033.639432,221.2976712,0 +323088,420.4880699,1091.160898,1034.777168,223.4773042,0 +323089,424.7479123,1102.387132,1035.892576,225.5135682,0 +323090,429.0890011,1113.378888,1036.984752,227.4180864,0 +323091,433.4344151,1126.383153,1038.053403,229.7065324,0 +323092,437.7016166,1140.720746,1039.099066,231.6365026,0 +323093,442.0515925,1146.983954,1040.121874,233.7081248,0 +323094,454.571471,1157.459628,1041.119522,238.090812,0 +323095,459.8752213,1186.002806,1042.27121,240.4187896,0 +323096,464.8518274,1190.145567,1043.52401,242.6106627,0 +323097,469.5733001,1203.558943,1044.795439,244.7516997,0 +323098,474.3218853,1215.057414,1046.032067,246.8666653,0 +323099,479.034752,1226.617209,1047.214959,248.962955,0 +323100,483.6345787,1238.023728,1048.344852,251.0462911,0 +323101,488.7828226,1249.567609,1049.42642,253.2538121,0 +323102,493.8969922,1261.139362,1050.470239,255.5018753,0 +323103,499.0907063,1272.395363,1051.484181,257.7578537,0 +323104,504.4356983,1284.032943,1052.471964,259.838364,0 +323105,509.5464314,1295.181179,1053.412165,262.362476,0 +323106,514.6546388,1306.535066,1054.320078,264.4742065,0 +323107,519.8433008,1317.748655,1055.216419,266.7518539,0 +323108,525.1878464,1328.92681,1056.09427,268.9933131,0 +323109,529.9255124,1340.129639,1056.950176,271.2321703,0 +323110,535.5786903,1351.076605,1057.782379,273.4682119,0 +323111,540.750353,1362.074564,1058.590336,275.7010245,0 +323112,545.7467576,1373.22723,1059.373651,277.9317068,0 +323113,551.0885422,1383.953534,1060.13238,280.1595029,0 +323114,556.2634465,1394.886241,1060.866635,282.3855245,0 +323115,561.5085377,1405.670334,1061.554788,284.6090908,0 +323116,566.5577847,1416.423098,1062.212463,286.8311447,0 +323117,572.0497393,1427.115214,1062.859529,289.0509982,0 +323118,577.0443253,1437.838924,1063.489394,291.2697658,0 +323119,582.3028667,1448.290735,1064.098516,293.4866139,0 +323120,587.6020344,1458.793235,1064.685478,295.7026179,0 +323121,592.8836591,1469.471507,1065.249758,297.9170227,0 +323122,597.8950117,1479.678659,1065.791204,300.1308314,0 +323123,603.4087571,1490.116432,1066.309674,302.343285,0 +323124,608.4990834,1500.39628,1066.785455,304.3526886,0 +323125,613.7547293,1510.627707,1067.233206,306.8785225,0 +323126,619.1421669,1520.806633,1067.671586,308.9303264,0 +323127,624.3422443,1530.920869,1068.09392,311.1789511,0 +323128,629.4971533,1540.974985,1068.497188,313.5993237,0 +323129,635.0025277,1553.726599,1068.880095,315.484638,0 +323130,640.1942961,1567.065257,1069.242897,317.8574656,0 +323131,644.9379174,1565.114666,1069.585483,319.8900133,0 +323132,649.6509888,1569.461129,1069.88723,321.8701195,0 +323133,654.2705101,1588.385861,1070.142588,323.8799483,0 +323134,659.018516,1588.643208,1070.333921,325.8552602,0 +323135,663.7114872,1596.890134,1070.473434,327.8428222,0 +323136,668.333314,1603.418731,1070.584877,329.7616409,0 +323137,672.7854111,1609.750148,1070.664132,331.7206119,0 +323138,677.4894434,1616.010844,1070.710853,333.6479816,0 +323139,682.090421,1621.843,1070.725814,335.5911041,0 +323140,686.5841049,1627.738412,1070.710255,337.4667416,0 +323141,691.0970454,1633.275874,1070.665968,339.3842003,0 +323142,695.5519099,1638.927328,1070.594721,341.2709466,0 +323143,700.1849223,1644.198436,1070.49826,343.1751428,0 +323144,704.5385803,1649.512837,1070.37812,345.0110147,0 +323145,709.0537573,1654.409742,1070.235683,346.8911502,0 +323146,713.4364888,1659.390926,1070.053759,348.7408063,0 +323147,717.9567634,1664.137956,1069.848236,350.5853353,0 +323148,722.3320606,1668.763111,1069.636489,352.445446,0 +323149,726.7455052,1673.251459,1069.412727,354.2365619,0 +323150,731.1930405,1677.60596,1069.174795,356.0742677,0 +323151,735.4212252,1681.930767,1068.922249,357.8812863,0 +323152,739.9181182,1685.866459,1068.655304,359.6847756,0 +323153,744.2112173,1689.904071,1068.374608,361.5043555,0 +323154,748.5572242,1693.720539,1068.080885,363.2551395,0 +323155,752.8790043,1697.427069,1067.774888,365.0535781,0 +323156,757.1889465,1701.009049,1067.4574,366.8223621,0 +323157,761.4256082,1704.361271,1067.129141,368.3371688,0 +323158,765.8624595,1707.852973,1066.79083,370.5061476,0 +323159,769.995509,1710.989987,1066.444664,372.0254553,0 +323160,774.3126423,1714.209207,1066.071587,373.8345367,0 +323161,778.1730993,1716.91393,1065.688058,375.4445222,0 +323162,781.90788,1722.743678,1065.302299,377.0086194,0 +323163,785.5284068,1718.164013,1064.905148,378.57646,0 +323164,789.2798999,1740.25834,1064.489656,380.0659854,0 +323165,792.8684738,1706.497608,1064.065777,381.6056295,0 +323166,796.4989921,1739.339836,1063.61511,383.1123264,0 +323167,800.1653217,1747.152124,1063.165763,384.6150937,0 +323168,803.6548644,1706.843023,1062.70407,386.1101896,0 +323169,807.2754265,1748.491343,1062.220365,387.5971469,0 +323170,810.7574927,1733.862752,1061.746315,389.1035664,0 +323171,814.3978721,1738.647475,1061.256148,390.5345071,0 +323172,817.8765807,1740.229951,1060.763821,392.0196919,0 +323173,821.4005653,1741.496157,1060.267074,393.4721965,0 +323174,824.8999839,1742.887762,1059.767254,394.9225883,0 +323175,828.3847809,1744.070387,1059.265437,396.3655928,0 +323176,831.8564903,1745.160303,1058.762489,397.8020027,0 +323177,835.3138784,1746.141364,1058.260535,399.2313023,0 +323178,838.6922061,1747.014172,1057.758749,400.6813822,0 +323179,842.2910872,1747.7791,1057.258952,402.0558129,0 +323180,845.5559801,1748.437121,1056.744167,403.4862076,0 +323181,849.0227334,1748.988696,1056.230112,404.8844418,0 +323182,852.4029789,1749.43457,1055.731985,406.28131,0 +323183,855.7813312,1749.775603,1055.243552,407.6715968,0 +323184,859.1473897,1750.01197,1054.762387,409.0559531,0 +323185,862.5001212,1750.14451,1054.28787,410.4339296,0 +323186,865.8407785,1750.174002,1053.820224,411.8340781,0 +323187,869.1000034,1750.10074,1053.360047,413.1573966,0 +323188,872.5204874,1749.925682,1052.908018,414.5389047,0 +323189,875.7707338,1749.649095,1052.464968,415.8883066,0 +323190,879.0733286,1749.271912,1052.031557,417.2369872,0 +323191,882.3951162,1748.871327,1051.608603,418.6022008,0 +323192,885.7844629,1748.38638,1051.197754,419.9666873,0 +323193,888.9875029,1747.810871,1050.800398,421.3277922,0 +323194,892.3439271,1747.142711,1050.417367,422.7138883,0 +323195,895.6279958,1746.38017,1049.941394,424.0206262,0 +323196,898.857459,1745.52589,1049.41893,425.3914156,0 +323197,902.2676273,1744.578906,1048.909866,426.7312175,0 +323198,905.5147192,1743.539593,1048.443754,428.0720628,0 +323199,908.8277503,1742.407849,1048.02606,429.408476,0 +323200,912.1280195,1741.184207,1047.652361,430.7408068,0 +323201,915.426541,1739.758573,1047.316449,432.0686721,0 +323202,918.7236446,1738.510769,1047.013149,433.3924927,0 +323203,921.5343188,1752.05699,1046.738648,437.5741275,0 +323204,924.5953771,1697.60118,1046.602901,439.2423546,0 +323205,927.7901597,1741.447881,1046.541786,440.8045708,0 +323206,930.9367809,1724.434231,1046.538336,442.2853747,0 +323207,934.3494127,1715.801031,1046.531618,443.7394002,0 +323208,937.4032123,1729.338066,1046.523296,445.1725374,0 +323209,940.6927609,1705.956594,1046.518504,446.5898409,0 +323210,943.8955899,1723.013544,1046.505555,448.0253668,0 +323211,947.1054403,1706.190101,1046.502409,449.3721277,0 +323212,950.3097526,1711.908218,1046.494396,450.7793189,0 +323213,953.5075814,1706.417293,1046.492928,452.148921,0 +323214,956.699452,1704.238905,1046.491818,453.5153664,0 +323215,959.8845869,1701.586837,1046.493645,454.8738034,0 +323216,963.0635288,1698.59245,1046.497942,456.2248396,0 +323217,966.1587713,1695.756681,1046.504821,457.5686246,0 +323218,969.4426453,1692.753973,1046.514454,458.9057096,0 +323219,972.542824,1689.693376,1046.526902,460.2361827,0 +323220,975.7088582,1686.558898,1046.542155,461.5923341,0 +323221,979.3861075,1683.513494,1046.56033,463.0112308,0 +323222,983.1137053,1680.453178,1046.572553,464.5521786,0 +323223,986.9436964,1677.229547,1046.598005,466.0763279,0 +323224,990.5828459,1674.202751,1046.651839,467.6075712,0 +323225,994.4036574,1670.875266,1046.726878,469.1373258,0 +323226,998.150758,1667.569784,1046.818697,470.6648335,0 +323227,1001.909991,1664.177442,1046.924466,472.1896881,0 +323228,1005.588481,1660.714088,1047.042339,473.7120119,0 +323229,1009.466209,1657.180182,1047.171047,475.2316712,0 +323230,1013.159305,1653.575967,1047.309698,476.7814154,0 +323231,1016.924575,1649.901777,1047.457465,478.2464936,0 +323232,1020.673738,1646.052834,1047.613753,479.783253,0 +323233,1024.420235,1642.387966,1047.778016,481.2875845,0 +323234,1028.164094,1638.431635,1047.949869,482.7950441,0 +323235,1031.818715,1634.495788,1048.128839,484.3002504,0 +323236,1035.635605,1630.579513,1048.314617,485.8033146,0 +323237,1039.290483,1626.342437,1048.506989,487.3042155,0 +323238,1043.10134,1622.260632,1048.705575,488.8031138,0 +323239,1046.751238,1618.022946,1048.910334,490.2999908,0 +323240,1050.554419,1613.630744,1049.120972,491.8287063,0 +323241,1056.074758,1609.424156,1049.337314,493.2705811,0 +323242,1057.731886,1604.932621,1049.559976,494.7873336,0 +323243,1064.672936,1600.464672,1049.786918,496.2713777,0 +323244,1063.783559,1595.917458,1050.020926,497.7594009,0 +323245,1074.874602,1591.306973,1050.257789,499.2459252,0 +323246,1067.411003,1586.633691,1050.503716,500.7310462,0 +323247,1088.79847,1581.794982,1050.74895,502.2147419,0 +323248,1065.071444,1577.145704,1051.008525,503.6972275,0 +323249,1086.137525,1572.216622,1051.259681,505.1784041,0 +323250,1089.084855,1590.095755,1051.527221,506.6585767,0 +323251,1090.174673,1528.839615,1051.803355,508.0918068,0 +323252,1094.561699,1573.53935,1052.060634,509.4195897,0 +323253,1098.177168,1547.977276,1052.340749,510.8173838,0 +323254,1101.539393,1546.307459,1052.607242,512.1762468,0 +323255,1105.095082,1540.816689,1052.876591,513.5350784,0 +323256,1108.558862,1535.476729,1053.145305,514.8888391,0 +323257,1112.028443,1529.871224,1053.414314,516.2378773,0 +323258,1115.488705,1524.290192,1053.683963,517.5825866,0 +323259,1118.94053,1518.63584,1053.954642,518.9232039,0 +323260,1122.383869,1512.924321,1054.22662,520.2600289,0 +323261,1125.908825,1507.252719,1054.500147,521.5932422,0 +323262,1129.198182,1501.197058,1054.775481,522.9231059,0 +323263,1132.686136,1495.527469,1055.052636,524.2497713,0 +323264,1135.993504,1489.518364,1055.332054,525.6093646,0 +323265,1139.535239,1483.555875,1055.613677,526.8757596,0 +323266,1142.864773,1477.52947,1055.897728,527.8615088,0 +323267,1146.270634,1471.454828,1056.18423,529.717742,0 +323268,1149.65405,1465.240419,1056.473534,530.7592038,0 +323269,1153.031114,1459.204192,1056.765354,532.1326803,0 +323270,1156.492139,1452.927589,1057.060082,533.4422327,0 +323271,1159.715862,1446.780327,1057.357683,534.7503385,0 +323272,1163.143601,1440.348934,1057.658175,536.0566149,0 +323273,1166.478216,1434.077596,1057.961684,537.3612725,0 +323274,1169.82312,1427.59387,1058.268271,538.6644873,0 +323275,1173.162252,1421.308241,1058.577926,539.9295642,0 +323276,1176.495146,1414.791849,1058.890784,541.286143,0 +323277,1179.822616,1408.317745,1059.206817,542.5578541,0 +323278,1183.143998,1401.795712,1059.526077,543.8999706,0 +323279,1186.460971,1395.241348,1059.848621,545.141219,0 +323280,1189.771022,1388.732418,1060.174447,546.4670176,0 +323281,1192.638413,1381.806543,1060.503692,547.6107818,0 +323282,1195.35384,1374.943865,1060.829521,548.7069411,0 +323283,1198.022406,1368.010114,1061.146636,549.7861552,0 +323284,1200.669484,1360.95045,1061.453285,550.8585258,0 +323285,1203.302932,1354.073902,1061.750203,551.8895191,0 +323286,1205.926326,1347.071571,1062.054867,553.0131962,0 +323287,1208.539224,1339.907663,1062.354986,554.0487743,0 +323288,1211.143152,1332.806736,1062.638729,555.1176192,0 +323289,1213.738066,1325.81349,1062.913935,556.178249,0 +323290,1216.324619,1318.63508,1063.184362,557.2374478,0 +323291,1218.99939,1311.509384,1063.451877,558.2952621,0 +323292,1221.421893,1304.353833,1063.717678,559.3518727,0 +323293,1224.058049,1297.180445,1063.98234,560.4073747,0 +323294,1226.59797,1289.996506,1064.246557,561.4619134,0 +323295,1229.146478,1282.798724,1064.510654,562.5543429,0 +323296,1231.688892,1275.508911,1064.775014,563.5483369,0 +323297,1234.22471,1268.406263,1065.039869,564.5909711,0 +323298,1236.754442,1261.205245,1065.305588,565.6948914,0 +323299,1239.180744,1253.873043,1065.572307,566.7166075,0 +323300,1241.848703,1246.612954,1065.840189,567.7738911,0 +323301,1244.287808,1239.479139,1066.109513,568.8241255,0 +323302,1246.812417,1232.185038,1066.380334,569.874095,0 +323303,1249.316031,1224.8826,1066.65279,570.9237836,0 +323304,1251.815106,1217.837197,1066.92699,571.9732687,0 +323305,1254.408493,1210.441984,1067.203086,573.0225899,0 +323306,1256.748128,1203.285992,1067.481092,574.0717992,0 +323307,1259.310529,1195.979118,1067.761071,575.1209371,0 +323308,1261.778264,1188.886326,1068.043142,576.1700437,0 +323309,1264.259538,1181.712898,1068.327372,577.2191613,0 +323310,1266.738757,1174.359855,1068.613755,578.2285145,0 +323311,1269.304677,1167.484974,1068.902304,579.5029245,0 +323312,1271.88637,1160.434451,1069.199563,580.7201897,0 +323313,1274.47336,1175.767456,1069.5094,581.9912944,0 +323314,1277.062432,1113.794063,1069.840728,583.3080026,0 +323315,1279.65337,1156.129988,1070.16629,584.533751,0 +323316,1282.246433,1133.862407,1070.526577,585.8602716,0 +323317,1284.841707,1119.07042,1070.887797,587.1580509,0 +323318,1287.439878,1123.272324,1071.259324,588.470768,0 +323319,1290.143588,1111.177039,1071.645423,589.7912107,0 +323320,1292.592666,1106.311835,1072.038102,591.1190945,0 +323321,1295.178613,1099.307255,1072.440976,592.413369,0 +323322,1304.16632,1094.103815,1072.851885,592.5390208,0 +323323,1307.635241,1087.689867,1073.224423,593.58081,0 +323324,1310.878454,1081.302039,1073.568358,594.8134202,0 +323325,1314.032425,1075.016954,1073.909296,596.0847982,0 +323326,1317.152125,1068.602313,1074.261719,597.3793959,0 +323327,1320.259837,1062.314338,1074.630043,598.6899448,0 +323328,1323.367089,1056.183204,1075.013917,600.0131405,0 +323329,1326.481655,1049.968962,1075.411749,601.3473909,0 +323330,1329.710548,1043.937918,1075.822044,602.6916439,0 +323331,1332.671565,1039.957872,1076.24379,604.0453557,0 +323332,1335.870337,1035.594195,1076.676646,605.4497093,0 +323333,1338.966731,1031.201879,1077.119674,606.7574759,0 +323334,1342.076132,1026.865924,1077.572195,608.126953,0 +323335,1345.181691,1022.572659,1078.033786,609.5705861,0 +323336,1348.28308,1018.324384,1078.504013,610.9344613,0 +323337,1351.380815,1014.123438,1078.982446,612.3446103,0 +323338,1354.474746,1009.971185,1079.468806,613.7549805,0 +323339,1357.565329,1005.869435,1079.962787,615.1727212,0 +323340,1360.545051,1001.819809,1080.464129,616.5974745,0 +323341,0,0,0,0,0 +323342,0,0,0,0,0 +323343,0,0,0,0,0 +323344,0,0,0,0,0 +323345,0,0,0,0,0 +323346,0,0,0,0,0 +323347,0,0,0,0,0 +323348,0,0,0,0,0 +323349,0,0,0,0,0 +323350,0,0,0,0,0 +323351,0,0,0,0,0 +323352,0,0,0,0,0 +323353,0,0,0,0,0 +323354,0,0,0,0,0 +323355,0,0,0,0,0 +323356,0,0,0,0,0 +323357,0,0,0,0,0 +323358,0,0,0,0,0 +323359,0,0,0,0,0 +323360,0,0,0,0,0 +323361,0,0,0,0,0 +323362,0,0,0,0,0 +323363,0,0,0,0,0 +323364,0,0,0,0,0 +323365,0,0,0,0,0 +323366,0,0,0,0,0 +323367,0,0,0,0,0 +323368,0,0,0,0,0 +323369,0,0,0,0,0 +323370,0,0,0,0,0 +323371,0,0,0,0,0 +323372,0,0,0,0,0 +323373,0,0,0,0,0 +323374,0,0,0,0,0 +323375,0,0,0,0,0 +323376,0,0,0,0,0 +323377,0,0,0,0,0 +323378,0,0,0,0,0 +323379,0,0,0,0,0 +323380,0,0,0,0,0 +323381,0,0,0,0,0 +323382,0,0,0,0,0 +323383,0,0,0,0,0 +323384,0,0,0,0,0 +323385,0,0,0,0,0 +323386,0,0,0,0,0 +323387,0,0,0,0,0 +323388,0,0,0,0,0 +323389,0,0,0,0,0 +323390,0,0,0,0,0 +323391,0,0,0,0,0 +323392,0,0,0,0,0 +323393,0,0,0,0,0 +323394,0,0,0,0,0 +323395,0,0,0,0,0 +323396,0,0,0,0,0 +323397,0,0,0,0,0 +323398,0,0,0,0,0 +323399,0,0,0,0,0 +323400,0,0,0,0,0 +323401,0,0,0,0,0 +323402,0,0,0,0,0 +323403,0,0,0,0,0 +323404,0,0,0,0,0 +323405,0,0,0,0,0 +323406,0,0,0,0,0 +323407,0,0,0,0,0 +323408,0,0,0,0,0 +323409,0,0,0,0,0 +323410,0,0,0,0,0 +323411,0,0,0,0,0 +323412,0,0,0,0,0 +323413,0,0,0,0,0 +323414,0,0,0,0,0 +323415,0,0,0,0,0 +323416,0,0,0,0,0 +323417,0,0,0,0,0 +323418,0,0,0,0,0 +323419,0,0,0,0,0 +323420,0,0,0,0,0 +323421,0,0,0,0,0 +323422,0,0,0,0,0 +323423,0,0,0,0,0 +323424,0,0,0,0,0 +323425,0,0,0,0,0 +323426,0,0,0,0,0 +323427,0,0,0,0,0 +323428,0,0,0,0,0 +323429,0,0,0,0,0 +323430,0,0,0,0,0 +323431,0,0,0,0,0 +323432,0,0,0,0,0 +323433,0,0,0,0,0 +323434,0,0,0,0,0 +323435,0,0,0,0,0 +323436,0,0,0,0,0 +323437,0,0,0,0,0 +323438,0,0,0,0,0 +323439,0,0,0,0,0 +323440,0,0,0,0,0 +323441,0,0,0,0,0 +323442,0,0,0,0,0 +323443,0,0,0,0,0 +323444,0,0,0,0,0 +323445,0,0,0,0,0 +323446,0,0,0,0,0 +323447,0,0,0,0,0 +323448,0,0,0,0,0 +323449,0,0,0,0,0 +323450,0,0,0,0,0 +323451,0,0,0,0,0 +323452,0,0,0,0,0 +323453,0,0,0,0,0 +323454,0,0,0,0,0 +323455,0,0,0,0,0 +323456,0,0,0,0,0 +323457,0,0,0,0,0 +323458,0,0,0,0,0 +323459,0,0,0,0,0 +323460,0,0,0,0,0 +323461,0,0,0,0,0 +323462,0,0,0,0,0 +323463,0,0,0,0,0 +323464,0,0,0,0,0 +323465,0,0,0,0,0 +323466,0,0,0,0,0 +323467,0,0,0,0,0 +323468,0,0,0,0,0 +323469,0,0,0,0,0 +323470,0,0,0,0,0 +323471,0,0,0,0,0 +323472,0,0,0,0,0 +323473,0,0,0,0,0 +323474,0,0,0,0,0 +323475,0,0,0,0,0 +323476,0,0,0,0,0 +323477,0,0,0,0,0 +323478,0,0,0,0,0 +323479,0,0,0,0,0 +323480,0,0,0,0,0 +323481,0,0,0,0,0 +323482,0,0,0,0,0 +323483,0,0,0,0,0 +323484,0,0,0,0,0 +323485,0,0,0,0,0 +323486,0,0,0,0,0 +323487,0,0,0,0,0 +323488,0,0,0,0,0 +323489,0,0,0,0,0 +323490,0,0,0,0,0 +323491,0,0,0,0,0 +323492,0,0,0,0,0 +323493,0,0,0,0,0 +323494,0,0,0,0,0 +323495,0,0,0,0,0 +323496,0,0,0,0,0 +323497,0,0,0,0,0 +323498,0,0,0,0,0 +323499,0,0,0,0,0 +323500,0,0,0,0,0 +323501,0,0,0,0,0 +323502,0,0,0,0,0 +323503,0,0,0,0,0 +323504,0,0,0,0,0 +323505,0,0,0,0,0 +323506,0,0,0,0,0 +323507,0,0,0,0,0 +323508,0,0,0,0,0 +323509,0,0,0,0,0 +323510,0,0,0,0,0 +323511,0,0,0,0,0 +323512,0,0,0,0,0 +323513,0,0,0,0,0 +323514,0,0,0,0,0 +323515,0,0,0,0,0 +323516,0,0,0,0,0 +323517,0,0,0,0,0 +323518,0,0,0,0,0 +323519,0,0,0,0,0 +323520,0,0,0,0,0 +323521,0,0,0,0,0 +323522,0,0,0,0,0 +323523,0,0,0,0,0 +323524,0,0,0,0,0 +323525,0,0,0,0,0 +323526,0,0,0,0,0 +323527,0,0,0,0,0 +323528,0,0,0,0,0 +323529,0,0,0,0,0 +323530,0,0,0,0,0 +323531,0,0,0,0,0 +323532,0,0,0,0,0 +323533,0,0,0,0,0 +323534,0,0,0,0,0 +323535,0,0,0,0,0 +323536,0,0,0,0,0 +323537,0,0,0,0,0 +323538,0,0,0,0,0 +323539,0,0,0,0,0 +323540,0,0,0,0,0 +323541,0,0,0,0,0 +323542,0,0,0,0,0 +323543,0,0,0,0,0 +323544,0,0,0,0,0 +323545,0,0,0,0,0 +323546,0,0,0,0,0 +323547,0,0,0,0,0 +323548,0,0,0,0,0 +323549,0,0,0,0,0 +323550,0,0,0,0,0 +323551,0,0,0,0,0 +323552,0,0,0,0,0 +323553,0,0,0,0,0 +323554,0,0,0,0,0 +323555,0,0,0,0,0 +323556,0,0,0,0,0 +323557,0,0,0,80.35399197,0 +323558,0,0,0,92.19017569,0 +323559,0,0,0,18.50757209,0 +323560,0,0,0,91.76261386,0 +323561,0,0,0,81.33201603,0 +323562,0,0,0,86.26337941,0 +323563,0,0,0,94.04684799,0 +323564,0,0,0,99.66859746,0 +323565,0,0,0,105.3388107,0 +323566,0,0,0,110.966388,0 +323567,0,0,0,116.3268726,0 +323568,0,0,0,121.6955612,0 +323569,0,0,0,126.7948766,0 +323570,0,0,0,131.9180662,0 +323571,0,0,0,136.7644587,0 +323572,0,0,0,141.6548608,0 +323573,0,0,0,146.3160297,0 +323574,0,0,0,150.8518662,0 +323575,0,0,0,155.4005939,0 +323576,0,0,0,159.6694711,0 +323577,0,0,0,164.012032,0 +323578,0,0,0,168.1272646,0 +323579,0,0,0,172.1788097,0 +323580,0,0,0,176.1256899,0 +323581,0,0,0,179.9854794,0 +323582,0,0,0,183.6657777,0 +323583,0,0,0,190.2588077,0 +323584,0,0,0,194.2503501,0 +323585,0,0,0,198.0341771,0 +323586,0,0,0,201.5850862,0 +323587,0,0,0,205.2603453,0 +323588,0,0,0,208.413549,0 +323589,0,0,0,211.8928573,0 +323590,0,0,0,215.0184913,0 +323591,0,0,0,218.0616758,0 +323592,0,0,0,221.2696603,0 +323593,0,0,0,224.0207149,0 +323594,0,0,0,226.9328841,0 +323595,0,0,0,229.5951567,0 +323596,0,0,0,232.3886229,0 +323597,0,0,0,234.914034,0 +323598,0,0,0,237.5136285,0 +323599,0,0,0,239.7303689,0 +323600,0,0,0,242.271643,0 +323601,0,0,0,244.4590151,0 +323602,0,0,0,246.6661848,0 +323603,0,0,0,248.7814098,0 +323604,0,0,0,250.8218271,0 +323605,0,0,0,252.699687,0 +323606,0,0,0,254.8202043,0 +323607,0,0,0,256.4311835,0 +323608,0,0,0,258.2668589,0 +323609,0,0,0,259.9286969,0 +323610,0,0,0,261.5370574,0 +323611,0,0,0,261.5063623,0 +323612,0,0,0,261.1602302,0 +323613,0,0,0,260.5902782,0 +323614,0,0,0,259.8245923,0 +323615,0,0,0,258.8775885,0 +323616,0,0,0,257.7583896,0 +323617,0,0,0,256.4739769,0 +323618,0,0,0,255.0293973,0 +323619,0,0,0,253.3353445,0 +323620,0,0,0,251.8109733,0 +323621,0,0,0,249.7087793,0 +323622,0,0,0,247.7446939,0 +323623,0,0,0,245.5411631,0 +323624,0,0,0,243.2132999,0 +323625,0,0,0,240.7478664,0 +323626,0,0,0,238.2351761,0 +323627,0,0,0,235.3749895,0 +323628,0,0,0,232.4834776,0 +323629,0,0,0,229.6058751,0 +323630,0,0,0,226.5047122,0 +323631,0,0,0,223.1520341,0 +323632,0,0,0,219.8416387,0 +323633,0,0,0,216.3321614,0 +323634,0,0,0,212.7212948,0 +323635,0,0,0,208.9856457,0 +323636,0,0,0,205.2122015,0 +323637,0,0,0,201.0508747,0 +323638,0,0,0,197.2047579,0 +323639,0,0,0,192.8311446,0 +323640,0,0,0,188.9391042,0 +323641,0,0,0,184.4728114,0 +323642,0,0,0,179.9740033,0 +323643,0,0,0,175.1808139,0 +323644,0,0,0,170.3989293,0 +323645,0,0,0,165.4529509,0 +323646,0,0,0,160.483191,0 +323647,0,0,0,155.2470298,0 +323648,0,0,0,150.0494193,0 +323649,0,0,0,144.7354302,0 +323650,0,0,0,139.1944293,0 +323651,0,0,0,133.6741241,0 +323652,0,0,0,128.0455461,0 +323653,0,0,0,122.2053449,0 +323654,0,0,0,116.4157831,0 +323655,0,0,0,110.3726581,0 +323656,0,0,0,104.3727998,0 +323657,0,0,0,98.17705527,0 +323658,0,0,0,91.91828125,0 +323659,0,0,0,85.5558965,0 +323660,0,0,0,79.36403684,0 +323661,0,0,0,72.35833483,0 +323662,0,0,0,93.62245042,0 +323663,0,0,0,0,0 +323664,0,0,0,95.50683542,0 +323665,0,0,0,0,0 +323666,0,0,0,28.01597097,0 +323667,0,0,0,22.91469294,0 +323668,0,0,0,3.313412466,0 +323669,0,0,0,11.6343036,0 +323670,0,0,0,0,0 +323671,0,0,0,0,0 +323672,0,0,0,0,0 +323673,0,0,0,0,0 +323674,0,0,0,0,0 +323675,0,0,0,0,0 +323676,0,0,0,0,0 +323677,0,0,0,0,0 +323678,0,0,0,0,0 +323679,0,0,0,0,0 +323680,0,0,0,0,0 +323681,0,0,0,0,0 +323682,0,0,0,0,0 +323683,0,0,0,0,0 +323684,0,0,0,0,0 +323685,0,0,0,0,0 +323686,0,0,0,0,0 +323687,0,0,0,0,0 +323688,0,0,0,0,0 +323689,0,0,0,0,0 +323690,0,0,0,0,0 +323691,0,0,0,0,0 +323692,0,0,0,0,0 +323693,0,0,0,0,0 +323694,0,0,0,0,0 +323695,0,0,0,0,0 +323696,0,0,0,0,0 +323697,0,0,0,0,0 +323698,0,0,0,0,0 +323699,0,0,0,0,0 +323700,0,0,0,0,0 +323701,0,0,0,0,0 +323702,0,0,0,0,0 +323703,0,0,0,0,0 +323704,0,0,0,0,0 +323705,0,0,0,0,0 +323706,0,0,0,0,0 +323707,0,0,0,0,0 +323708,0,0,0,0,0 +323709,0,0,0,0,0 +323710,0,0,0,0,0 +323711,0,0,0,0,0 +323712,0,0,0,0,0 +323713,0,0,0,0,0 +323714,0,0,0,0,0 +323715,0,0,0,0,0 +323716,0,0,0,0,0 +323717,0,0,0,0,0 +323718,0,0,0,0,0 +323719,0,0,0,0,0 +323720,0,0,0,0,0 +323721,0,0,0,0,0 +323722,0,0,0,0,0 +323723,0,0,0,0,0 +323724,0,0,0,0,0 +323725,0,0,0,0,0 +323726,0,0,0,0,0 +323727,0,0,0,0,0 +323728,0,0,0,0,0 +323729,0,0,0,0,0 +323730,0,0,0,0,0 +323731,0,0,0,0,0 +323732,0,0,0,0,0 +323733,0,0,0,0,0 +323734,0,0,0,0,0 +323735,0,0,0,0,0 +323736,0,0,0,0,0 +323737,0,0,0,0,0 +323738,0,0,0,0,0 +323739,0,0,0,0,0 +323740,0,0,0,0,0 +323741,0,0,0,0,0 +323742,0,0,0,0,0 +323743,0,0,0,0,0 +323744,0,0,0,0,0 +323745,0,0,0,0,0 +323746,0,0,0,0,0 +323747,0,0,0,0,0 +323748,0,0,0,0,0 +323749,0,0,0,0,0 +323750,0,0,0,0,0 +323751,0,0,0,0,0 +323752,0,0,0,0,0 +323753,0,0,0,0,0 +323754,0,0,0,0,0 +323755,0,0,0,0,0 +323756,0,0,0,0,0 +323757,0,0,0,0,0 +323758,0,0,0,0,0 +323759,0,0,0,0,0 +323760,0,0,0,0,0 +323761,0,0,0,0,0 +323762,0,0,0,0,0 +323763,0,0,0,0,0 +323764,0,0,0,0,0 +323765,0,0,0,0,0 +323766,0,0,0,0,0 +323767,0,0,0,0,0 +323768,0,0,0,0,0 +323769,0,0,0,0,0 +323770,0,0,0,0,0 +323771,0,0,0,0,0 +323772,0,0,0,0,0 +323773,0,0,0,0,0 +323774,0,0,0,0,0 +323775,0,0,0,0,0 +323776,0,0,0,0,0 +323777,0,0,0,0,0 +323778,0,0,0,0,0 +323779,0,0,0,0,0 +323780,0,0,0,0,0 +323781,0,0,0,0,0 +323782,0,0,0,0,0 +323783,0,0,0,0,0 +323784,0,0,0,0,0 +323785,0,0,0,0,0 +323786,0,0,0,0,0 +323787,0,0,0,0,0 +323788,0,0,0,0,0 +323789,0,0,0,0,0 +323790,0,0,0,0,0 +323791,0,0,0,0,0 +323792,0,0,0,0,0 +323793,0,0,0,0,0 +323794,0,0,0,0,0 +323795,0,0,0,0,0 +323796,0,0,0,0,0 +323797,0,0,0,0,0 +323798,0,0,0,0,0 +323799,0,0,0,0,0 +323800,0,0,0,0,0 +323801,0,0,0,0,0 +323802,0,0,0,0,0 +323803,0,0,0,0,0 +323804,0,0,0,0,0 +323805,0,0,0,0,0 +323806,0,0,0,0,0 +323807,0,0,0,0,0 +323808,0,0,0,0,0 +323809,0,0,0,0,0 +323810,0,0,0,0,0 +323811,0,0,0,0,0 +323812,0,0,0,0,0 +323813,0,0,0,0,0 +323814,0,0,0,0,0 +323815,0,0,0,0,0 +323816,0,0,0,0,0 +323817,0,0,0,0,0 +323818,0,0,0,0,0 +323819,0,0,0,0,0 +323820,0,0,0,0,0 +323821,0,0,0,0,0 +323822,0,0,0,0,0 +323823,0,0,0,0,0 +323824,0,0,0,0,0 +323825,0,0,0,0,0 +323826,0,0,0,0,0 +323827,0,0,0,0,0 +323828,0,0,0,0,0 +323829,0,0,0,0,0 +323830,0,0,0,0,0 +323831,0,0,0,0,0 +323832,0,0,0,0,0 +323833,0,0,0,0,0 +323834,0,0,0,0,0 +323835,0,0,0,0,0 +323836,0,0,0,0,0 +323837,0,0,0,0,0 +323838,0,0,0,0,0 +323839,0,0,0,0,0 +323840,0,0,0,0,0 +323841,0,0,0,0,0 +323842,0,0,0,0,0 +323843,0,0,0,0,0 +323844,0,0,0,0,0 +323845,0,0,0,0,0 +323846,0,0,0,0,0 +323847,0,0,0,0,0 +323848,0,0,0,0,0 +323849,0,0,0,0,0 +323850,0,0,0,0,0 +323851,0,0,0,0,0 +323852,0,0,0,0,0 +323853,0,0,0,0,0 +323854,0,0,0,0,0 +323855,0,0,0,0,0 +323856,0,0,0,0,0 +323857,0,0,0,0,0 +323858,0,0,0,0,0 +323859,0,0,0,0,0 +323860,0,0,0,0,0 +323861,0,0,0,0,0 +323862,0,0,0,0,0 +323863,0,0,0,0,0 +323864,0,0,0,0,0 +323865,0,0,0,0,0 +323866,0,0,0,0,0 +323867,0,0,0,0,0 +323868,0,0,0,0,0 +323869,0,0,0,0,0 +323870,0,0,0,0,0 +323871,0,0,0,0,0 +323872,0,0,0,0,0 +323873,0,0,0,0,0 +323874,0,0,0,0,0 +323875,0,0,0,0,0 +323876,0,0,0,0,0 +323877,0,0,0,0,0 +323878,0,0,0,0,0 +323879,0,0,0,0,0 +323880,0,0,0,0,0 +323881,0,0,0,0,0 +323882,0,0,0,0,0 +323883,0,0,0,0,0 +323884,0,0,0,0,0 +323885,0,0,0,0,0 +323886,0,0,0,0,0 +323887,0,0,0,0,0 +323888,0,0,0,0,0 +323889,0,0,0,0,0 +323890,0,0,0,0,0 +323891,0,0,0,0,0 +323892,0,0,0,0,0 +323893,0,0,0,0,0 +323894,0,0,0,0,0 +323895,0,0,0,0,0 +323896,0,0,0,0,0 +323897,0,0,0,0,0 +323898,0,0,0,0,0 +323899,0,0,0,0,0 +323900,0,0,0,0,0 +323901,0,0,0,0,0 +323902,0,0,0,0,0 +323903,0,0,0,0,0 +323904,0,0,0,0,0 +323905,0,0,0,0,0 +323906,0,0,0,0,0 +323907,0,0,0,0,0 +323908,0,0,0,0,0 +323909,0,0,0,0,0 +323910,0,0,0,0,0 +323911,0,0,0,0,0 +323912,0,0,0,0,0 +323913,0,0,0,0,0 +323914,0,0,0,0,0 +323915,0,0,0,0,0 +323916,0,0,0,0,0 +323917,0,0,0,0,0 +323918,0,0,0,0,0 +323919,0,0,0,0,0 +323920,0,0,0,0,0 +323921,0,0,0,0,0 +323922,0,0,0,0,0 +323923,0,0,0,0,0 +323924,0,0,0,0,0 +323925,0,0,0,0,0 +323926,0,0,0,0,0 +323927,0,0,0,0,0 +323928,0,0,0,0,0 +323929,0,0,0,0,0 +323930,0,0,0,0,0 +323931,0,0,0,0,0 +323932,0,0,0,0,0 +323933,0,0,0,0,0 +323934,0,0,0,0,0 +323935,0,0,0,0,0 +323936,0,0,0,0,0 +323937,0,0,0,0,0 +323938,0,0,0,0,0 +323939,0,0,0,0,0 +323940,0,0,0,0,0 +323941,0,0,0,0,0 +323942,0,0,0,0,0 +323943,0,0,0,0,0 +323944,0,0,0,0,0 +323945,0,0,0,0,0 +323946,0,0,0,0,0 +323947,0,0,0,0,0 +323948,0,0,0,0,0 +323949,0,0,0,0,0 +323950,0,0,0,0,0 +323951,0,0,0,0,0 +323952,0,0,0,0,0 +323953,0,0,0,0,0 +323954,0,0,0,0,0 +323955,0,0,0,0,0 +323956,0,0,0,0,0 +323957,0,0,0,0,0 +323958,0,0,0,0,0 +323959,0,0,0,0,0 +323960,0,0,0,0,0 +323961,0,0,0,0,0 +323962,0,0,0,0,0 +323963,0,0,0,0,0 +323964,0,0,0,0,0 +323965,0,0,0,0,0 +323966,0,0,0,0,0 +323967,0,0,0,0,0 +323968,0,0,0,0,0 +323969,0,0,0,0,0 +323970,0,0,0,0,0 +323971,0,0,0,0,0 +323972,0,0,0,0,0 +323973,0,0,0,0,0 +323974,0,0,0,0,0 +323975,0,0,0,0,0 +323976,0,0,0,0,0 +323977,0,0,0,0,0 +323978,0,0,0,0,0 +323979,0,0,0,0,0 +323980,0,0,0,0,0 +323981,0,0,0,0,0 +323982,0,0,0,0,0 +323983,0,0,0,0,0 +323984,0,0,0,0,0 +323985,0,0,0,0,0 +323986,0,0,0,0,0 +323987,0,0,0,0,0 +323988,0,0,0,0,0 +323989,0,0,0,0,0 +323990,0,0,0,0,0 +323991,0,0,0,0,0 +323992,0,0,0,0,0 +323993,0,0,0,0,0 +323994,0,0,0,0,0 +323995,0,0,0,0,0 +323996,0,0,0,0,0 +323997,0,0,0,0,0 +323998,0,0,0,0,0 +323999,0,0,0,0,0 +324000,0,0,0,0,0 +324001,0,0,0,0,0 +324002,0,0,0,0,0 +324003,0,0,0,0,0 +324004,0,0,0,0,0 +324005,0,0,0,0,0 +324006,0,0,0,0,0 +324007,0,0,0,0,0 +324008,0,0,0,0,0 +324009,0,0,0,0,0 +324010,0,0,0,0,0 +324011,0,0,0,0,0 +324012,0,0,0,0,0 +324013,0,0,0,0,0 +324014,0,0,0,0,0 +324015,0,0,0,0,0 +324016,0,0,0,0,0 +324017,0,0,0,0,0 +324018,0,0,0,0,0 +324019,0,0,0,0,0 +324020,0,0,0,0,0 +324021,0,0,0,0,0 +324022,0,0,0,0,0 +324023,0,0,0,0,0 +324024,0,0,0,0,0 +324025,0,0,0,0,0 +324026,0,0,0,0,0 +324027,0,0,0,0,0 +324028,0,0,0,0,0 +324029,0,0,0,0,0 +324030,0,0,0,0,0 +324031,0,0,0,0,0 +324032,0,0,0,0,0 +324033,0,0,0,0,0 +324034,0,0,0,0,0 +324035,0,0,0,0,0 +324036,0,0,0,0,0 +324037,0,0,0,0,0 +324038,0,0,0,0,0 +324039,0,0,0,0,0 +324040,0,0,0,0,0 +324041,0,0,0,0,0 +324042,0,0,0,0,0 +324043,0,0,0,0,0 +324044,0,0,0,0,0 +324045,0,0,0,0,0 +324046,0,0,0,0,0 +324047,0,0,0,0,0 +324048,0,0,0,0,0 +324049,0,0,0,0,0 +324050,0,0,0,0,0 +324051,0,0,0,0,0 +324052,0,0,0,0,0 +324053,0,0,0,0,0 +324054,0,0,0,0,0 +324055,0,0,0,0,0 +324056,0,0,0,0,0 +324057,0,0,0,0,0 +324058,0,0,0,0,0 +324059,0,0,0,0,0 +324060,0,0,0,0,0 +324061,0,0,0,0,0 +324062,0,0,0,0,0 +324063,0,0,0,0,0 +324064,0,0,0,0,0 +324065,0,0,0,0,0 +324066,0,0,0,0,0 +324067,0,0,0,0,0 +324068,0,0,0,0,0 +324069,0,0,0,0,0 +324070,0,0,0,0,0 +324071,0,0,0,0,0 +324072,0,0,0,0,0 +324073,0,0,0,0,0 +324074,0,0,0,0,0 +324075,0,0,0,0,0 +324076,0,0,0,0,0 +324077,0,0,0,0,0 +324078,0,0,0,0,0 +324079,0,0,0,0,0 +324080,0,0,0,0,0 +324081,0,0,0,0,0 +324082,0,0,0,0,0 +324083,0,0,0,0,0 +324084,0,0,0,0,0 +324085,0,0,0,0,0 +324086,0,0,0,0,0 +324087,0,0,0,0,0 +324088,0,0,0,0,0 +324089,0,0,0,0,0 +324090,0,0,0,0,0 +324091,0,0,0,0,0 +324092,0,0,0,0,0 +324093,0,0,0,0,0 +324094,0,0,0,0,0 +324095,0,0,0,0,0 +324096,0,0,0,0,0 +324097,0,0,0,0,0 +324098,0,0,0,0,0 +324099,0,0,0,0,0 +324100,0,0,0,0,0 +324101,0,0,0,0,0 +324102,0,0,0,0,0 +324103,0,0,0,0,0 +324104,0,0,0,0,0 +324105,0,0,0,0,0 +324106,0,0,0,0,0 +324107,0,0,0,0,0 +324108,0,0,0,0,0 +324109,0,0,0,0,0 +324110,0,0,0,0,0 +324111,0,0,0,0,0 +324112,0,0,0,0,0 +324113,0,0,0,0,0 +324114,0,0,0,0,0 +324115,0,0,0,0,0 +324116,0,0,0,0,0 +324117,0,0,0,0,0 +324118,0,0,0,0,0 +324119,0,0,0,0,0 +324120,0,0,0,0,0 +324121,0,0,0,0,0 +324122,0,0,0,0,0 +324123,0,0,0,0,0 +324124,0,0,0,0,0 +324125,0,0,0,0,0 +324126,0,0,0,0,0 +324127,0,0,0,0,0 +324128,0,0,0,0,0 +324129,0,0,0,0,0 +324130,0,0,0,0,0 +324131,0,0,0,0,0 +324132,0,0,0,0,0 +324133,0,0,0,0,0 +324134,0,0,0,0,0 +324135,0,0,0,0,0 +324136,0,0,0,0,0 +324137,0,0,0,0,0 +324138,0,0,0,0,0 +324139,0,0,0,0,0 +324140,0,0,0,0,0 +324141,0,0,0,0,0 +324142,0,0,0,0,0 +324143,0,0,0,0,0 +324144,0,0,0,0,0 +324145,0,0,0,0,0 +324146,0,0,0,0,0 +324147,0,0,0,0,0 +324148,0,0,0,0,0 +324149,0,0,0,0,0 +324150,0,0,0,0,0 +324151,0,0,0,0,0 +324152,0,0,0,0,0 +324153,0,0,0,0,0 +324154,0,0,0,0,0 +324155,0,0,0,0,0 +324156,0,0,0,0,0 +324157,0,0,0,0,0 +324158,0,0,0,0,0 +324159,0,0,0,0,0 +324160,0,0,0,0,0 +324161,0,0,0,0,0 +324162,0,0,0,0,0 +324163,0,0,0,0,0 +324164,0,0,0,0,0 +324165,0,0,0,0,0 +324166,0,0,0,0,0 +324167,0,0,0,0,0 +324168,0,0,0,0,0 +324169,0,0,0,0,0 +324170,0,0,0,0,0 +324171,0,0,0,0,0 +324172,0,0,0,0,0 +324173,0,0,0,0,0 +324174,0,0,0,0,0 +324175,0,0,0,0,0 +324176,0,0,0,0,0 +324177,0,0,0,0,0 +324178,0,0,0,0,0 +324179,0,0,0,0,0 +324180,0,0,0,0,0 +324181,0,0,0,0,0 +324182,0,0,0,0,0 +324183,0,0,0,0,0 +324184,0,0,0,0,0 +324185,0,0,0,0,0 +324186,0,0,0,0,0 +324187,0,0,0,0,0 +324188,0,0,0,0,0 +324189,0,0,0,0,0 +324190,0,0,0,0,0 +324191,0,0,0,0,0 +324192,0,0,0,0,0 +324193,0,0,0,0,0 +324194,0,0,0,0,0 +324195,0,0,0,0,0 +324196,0,0,0,0,0 +324197,0,0,0,0,0 +324198,0,0,0,0,0 +324199,0,0,0,0,0 +324200,0,0,0,0,0 +324201,0,0,0,0,0 +324202,0,0,0,0,0 +324203,0,0,0,0,0 +324204,0,0,0,0,0 +324205,0,0,0,0,0 +324206,0,0,0,0,0 +324207,0,0,0,0,0 +324208,0,0,0,0,0 +324209,0,0,0,0,0 +324210,0,0,0,0,0 +324211,0,0,0,0,0 +324212,0,0,0,0,0 +324213,0,0,0,0,0 +324214,0,0,0,0,0 +324215,0,0,0,0,0 +324216,0,0,0,0,0 +324217,0,0,0,0,0 +324218,0,0,0,0,0 +324219,0,0,0,0,0 +324220,0,0,0,0,0 +324221,0,0,0,0,0 +324222,0,0,0,0,0 +324223,0,0,0,0,0 +324224,0,0,0,0,0 +324225,0,0,0,0,0 +324226,0,0,0,0,0 +324227,0,0,0,0,0 +324228,0,0,0,0,0 +324229,0,0,0,0,0 +324230,0,0,0,0,0 +324231,0,0,0,0,0 +324232,0,0,0,0,0 +324233,0,0,0,0,0 +324234,0,0,0,0,0 +324235,0,0,0,0,0 +324236,0,0,0,0,0 +324237,0,0,0,0,0 +324238,0,0,0,0,0 +324239,0,0,0,0,0 +324240,0,0,0,0,0 +324241,0,0,0,0,0 +324242,0,0,0,0,0 +324243,0,0,0,0,0 +324244,0,0,0,0,0 +324245,0,0,0,0,0 +324246,0,0,0,0,0 +324247,0,0,0,0,0 +324248,0,0,0,0,0 +324249,0,0,0,0,0 +324250,0,0,0,0,0 +324251,0,0,0,0,0 +324252,0,0,0,0,0 +324253,0,0,0,0,0 +324254,0,0,0,0,0 +324255,0,0,0,0,0 +324256,0,0,0,0,0 +324257,0,0,0,0,0 +324258,0,0,0,0,0 +324259,0,0,0,0,0 +324260,0,0,0,0,0 +324261,0,0,0,0,0 +324262,0,0,0,0,0 +324263,0,0,0,0,0 +324264,0,0,0,0,0 +324265,0,0,0,0,0 +324266,0,0,0,0,0 +324267,0,0,0,0,0 +324268,0,0,0,0,0 +324269,0,0,0,0,0 +324270,0,0,0,0,0 +324271,0,0,0,0,0 +324272,0,0,0,0,0 +324273,0,0,0,0,0 +324274,0,0,0,0,0 +324275,0,0,0,0,0 +324276,0,0,0,0,0 +324277,0,0,0,0,0 +324278,0,0,0,0,0 +324279,0,0,0,0,0 +324280,0,0,0,0,0 +324281,0,0,0,0,0 +324282,0,0,0,0,0 +324283,0,0,0,0,0 +324284,0,0,0,0,0 +324285,0,0,0,0,0 +324286,0,0,0,0,0 +324287,0,0,0,0,0 +324288,0,0,0,0,0 +324289,0,0,0,0,0 +324290,0,0,0,0,0 +324291,0,0,0,0,0 +324292,0,0,0,0,0 +324293,0,0,0,0,0 +324294,0,0,0,0,0 +324295,0,0,0,0,0 +324296,0,0,0,0,0 +324297,0,0,0,0,0 +324298,0,0,0,0,0 +324299,0,0,0,0,0 +324300,0,0,0,0,0 +324301,0,0,0,0,0 +324302,0,0,0,0,0 +324303,0,0,0,0,0 +324304,0,0,0,0,0 +324305,0,0,0,0,0 +324306,0,0,0,0,0 +324307,0,0,0,0,0 +324308,0,0,0,0,0 +324309,0,0,0,0,0 +324310,0,0,0,0,0 +324311,0,0,0,0,0 +324312,0,0,0,0,0 +324313,0,0,0,0,0 +324314,0,0,0,0,0 +324315,0,0,0,0,0 +324316,0,0,0,0,0 +324317,0,0,0,0,0 +324318,0,0,0,0,0 +324319,0,0,0,0,0 +324320,0,0,0,0,0 +324321,0,0,0,0,0 +324322,0,0,0,0,0 +324323,0,0,0,0,0 +324324,0,0,0,0,0 +324325,0,0,0,0,0 +324326,0,0,0,0,0 +324327,0,0,0,0,0 +324328,0,0,0,0,0 +324329,0,0,0,0,0 +324330,0,0,0,0,0 +324331,0,0,0,0,0 +324332,0,0,0,0,0 +324333,0,0,0,0,0 +324334,0,0,0,0,0 +324335,0,0,0,0,0 +324336,0,0,0,0,0 +324337,0,0,0,0,0 +324338,0,0,0,0,0 +324339,0,0,0,0,0 +324340,0,0,0,0,0 +324341,0,0,0,0,0 +324342,0,0,0,0,0 +324343,0,0,0,0,0 +324344,0,0,0,0,0 +324345,0,0,0,0,0 +324346,0,0,0,0,0 +324347,0,0,0,0,0 +324348,0,0,0,0,0 +324349,0,0,0,0,0 +324350,0,0,0,0,0 +324351,0,0,0,0,0 +324352,0,0,0,0,0 +324353,0,0,0,0,0 +324354,0,0,0,0,0 +324355,0,0,0,0,0 +324356,0,0,0,0,0 +324357,0,0,0,0,0 +324358,0,0,0,0,0 +324359,0,0,0,0,0 +324360,0,0,0,0,0 +324361,0,0,0,0,0 +324362,0,0,0,0,0 +324363,0,0,0,0,0 +324364,0,0,0,0,0 +324365,0,0,0,0,0 +324366,0,0,0,0,0 +324367,0,0,0,0,0 +324368,0,0,0,0,0 +324369,0,0,0,0,0 +324370,0,0,0,0,0 +324371,0,0,0,0,0 +324372,0,0,0,0,0 +324373,0,0,0,0,0 +324374,0,0,0,0,0 +324375,0,0,0,0,0 +324376,0,0,0,0,0 +324377,0,0,0,0,0 +324378,0,0,0,0,0 +324379,0,0,0,0,0 +324380,0,0,0,0,0 +324381,0,0,0,0,0 +324382,0,0,0,0,0 +324383,0,0,0,0,0 +324384,0,0,0,0,0 +324385,0,0,0,0,0 +324386,0,0,0,0,0 +324387,0,0,0,0,0 +324388,0,0,0,0,0 +324389,0,0,0,0,0 +324390,0,0,0,0,0 +324391,0,0,0,0,0 +324392,0,0,0,0,0 +324393,0,0,0,0,0 +324394,0,0,0,0,0 +324395,0,0,0,0,0 +324396,0,0,0,0,0 +324397,0,0,0,0,0 +324398,0,0,0,0,0 +324399,0,0,0,0,0 +324400,0,0,0,0,0 +324401,0,0,0,0,0 +324402,0,0,0,0,0 +324403,0,0,0,0,0 +324404,0,0,0,0,0 +324405,0,0,0,0,0 +324406,0,0,0,0,0 +324407,0,0,0,0,0 +324408,0,0,0,0,0 +324409,0,0,0,0,0 +324410,0,0,0,0,0 +324411,0,0,0,0,0 +324412,0,0,0,0,0 +324413,0,0,0,0,0 +324414,0,0,0,0,0 +324415,0,0,0,0,0 +324416,0,0,0,0,0 +324417,0,0,0,0,0 +324418,0,0,0,0,0 +324419,0,0,0,0,0 +324420,0,0,0,0,0 +324421,-66.56200094,-31.44612061,-64.47302607,-31.22050985,-284.1595187 +324422,65.99879212,28.88707551,68.13344083,29.10613791,-40.24680961 +324423,64.91585981,28.43676535,67.07351367,28.6472455,-37.57563816 +324424,62.38977817,27.3095646,64.56678999,27.51160739,-37.36247243 +324425,59.51741948,26.02808211,61.7167644,26.22265876,-38.33445647 +324426,56.84147547,24.84925984,59.0681267,25.03739838,-39.61412958 +324427,54.48482348,23.82814836,56.7435315,24.01068074,-40.87770432 +324428,52.40830578,22.94242196,54.70296858,23.11998263,-42.07305626 +324429,50.55120795,22.16038462,52.88487307,22.33347162,-43.21969638 +324430,48.86794415,21.45869048,51.24315827,21.62771088,-44.33989749 +324431,47.32996384,20.8228769,49.74895383,20.98817245,-45.44224665 +324432,45.91843093,20.24353493,48.3831696,20.4053958,-46.52644834 +324433,44.6187533,19.71350572,47.13098658,19.87217898,-47.58958378 +324434,43.41824776,19.22668107,45.97951785,19.38237745,-48.62919407 +324435,42.30556119,18.7776888,44.91723109,18.93058856,-49.6439442 +324436,41.27061737,18.36184404,43.93389517,18.51210209,-50.6334031 +324437,40.30460827,17.97512305,43.02056841,18.12287321,-51.59766751 +324438,39.39989761,17.61409797,42.16949895,17.75945659,-52.53712973 +324439,38.54988948,17.27585744,41.37399025,17.41892635,-53.45233614 +324440,37.74888125,16.95792446,40.62825182,17.09879334,-54.34393288 +324441,36.99193922,16.65818796,39.92727295,16.79693631,-55.21261869 +324442,36.27478428,16.37484255,39.26670705,16.51154139,-56.05912838 +324443,35.5937021,16.10634146,38.6427804,16.24105462,-56.88420445 +324444,34.94545938,15.8513544,38.05220761,15.98413968,-57.68859064 +324445,34.3272388,15.60873489,37.49212541,15.73964496,-58.47301351 +324446,33.73657658,15.37749008,36.96002964,15.50657328,-59.23818304 +324447,33.17131523,15.15675799,36.45372715,15.28405894,-59.98478084 +324448,32.62955694,14.94578587,35.97128871,15.07134601,-60.71346486 +324449,32.10962974,14.74391442,35.51101458,14.86777246,-61.42486121 +324450,31.61005272,14.55056232,35.07139933,14.6727546,-62.11957081 +324451,31.12951217,14.3652155,34.65110751,14.4857763,-62.79816301 +324452,30.67164229,14.19116961,34.25738636,14.31013141,-63.46118312 +324453,30.23886255,14.03064334,33.89522127,14.14803703,-64.10912456 +324454,29.83127163,13.88399073,33.56546265,13.99984579,-64.74244789 +324455,29.44765037,13.75052905,33.26660406,13.86487371,-65.36158431 +324456,29.08642087,13.62929619,32.99646367,13.74215755,-65.96694687 +324457,28.7460992,13.51939652,32.75297196,13.63080064,-66.55892395 +324458,28.42539664,13.4200747,32.53435344,13.53004672,-67.13788471 +324459,28.12319782,13.3306946,32.3390909,13.43925884,-67.70417147 +324460,27.83851469,13.25070431,32.16585288,13.35788431,-68.25810673 +324461,27.57046024,13.17961543,32.01345036,13.28543399,-68.79998782 +324462,27.3182289,13.11698998,31.88080902,13.22146927,-69.33009536 +324463,27.08108917,13.06243466,31.7669576,13.16559621,-69.84868878 +324464,26.85837248,13.01559414,31.67101364,13.11745891,-70.35601485 +324465,26.64946884,12.97614738,31.59217612,13.07673578,-70.85230303 +324466,26.45381722,12.94380197,31.52971303,13.0431339,-71.33777366 +324467,26.27090259,12.9182915,31.48295577,13.01638638,-71.81263304 +324468,26.10024778,12.89937096,31.45128885,12.99624774,-72.2770811 +324469,25.94141205,12.88681522,31.4341464,12.98249241,-72.73130628 +324470,25.7939843,12.88041541,31.43100381,12.9749111,-73.1754928 +324471,25.65758268,12.87997814,31.44137586,12.97331002,-73.60981524 +324472,25.53184883,12.8853226,31.46480979,12.97750797,-74.03444556 +324473,25.41644829,12.89628028,31.50088454,12.98733607,-74.44954749 +324474,25.31106539,12.91269254,31.54920484,13.00263532,-74.85528328 +324475,25.21540428,12.93441071,31.60940134,13.02325672,-75.25180791 +324476,25.12918431,12.96129398,31.68112539,13.04905912,-75.63927573 +324477,25.0521415,12.99320976,31.76404977,13.0799096,-76.01783451 +324478,24.98402429,13.03003182,31.85786412,13.11568163,-76.38763194 +324479,24.92459532,13.07164082,31.96227602,13.15625557,-76.74880964 +324480,24.8736275,13.11792261,32.07700687,13.20151697,-77.10150948 +324481,24.52418507,13.02913052,31.89456408,13.11172136,-78.00264025 +324482,43.06173421,21.69464206,50.58769375,21.77597016,-44.20234256 +324483,71.47438053,34.80865708,79.17199521,34.88860089,8.663334941 +324484,100.4039228,47.97347108,108.3049258,48.05204562,64.04954649 +324485,125.8713875,59.36128738,133.9879847,59.43856339,114.5748437 +324486,147.3783373,68.81521795,155.745256,68.89128812,158.9106864 +324487,165.6249597,76.7188372,174.2700101,76.7937758,197.905127 +324488,181.3775716,83.46475607,190.318924,83.53861624,232.629326 +324489,195.1776819,89.32337451,204.4199596,89.396197,263.8461172 +324490,207.3758502,94.46913644,216.91864,94.54095554,292.0464457 +324491,218.219745,99.02439221,228.0618626,99.09523852,317.5827033 +324492,227.9076045,103.0854868,238.047995,103.1553882,340.748479 +324493,236.6095939,106.7333986,247.047124,106.8023804,361.1589496 +324494,244.4724371,110.0364637,255.2056767,110.1045492,379.2212684 +324495,251.6217715,113.0519524,262.6489764,113.1191629,395.4103947 +324496,258.1635209,115.8271228,269.4827334,115.8934776,410.0707319 +324497,264.0467803,118.4009023,275.7959925,118.4664195,423.4340837 +324498,269.3981797,120.8051448,281.6632808,120.8698411,435.6701838 +324499,274.3454707,123.0659428,287.147031,123.1298338,446.9184642 +324500,278.9749235,125.2050173,292.3003074,125.2681177,457.3014578 +324501,283.3400579,127.2400911,297.1673995,127.3024147,466.9260976 +324502,287.4778997,129.1857968,301.7856644,129.2473566,475.8856301 +324503,291.4151602,131.0534837,306.1850705,131.1142925,484.2558321 +324504,295.1784369,132.8535285,310.3930425,132.9135984,492.1090534 +324505,298.7904496,134.5945406,331.8152207,134.653883,499.5074675 +324506,302.2701922,136.2837172,509.4186796,136.3423431,506.5043724 +324507,305.6326079,137.9266825,427.8382154,137.9846024,513.1441287 +324508,308.8905739,139.5283309,467.4940566,139.5855552,519.465911 +324509,312.0543234,141.0925298,482.5272716,141.1490683,525.5026834 +324510,384.6941297,142.6225685,495.8945473,142.6784309,531.2832047 +324511,429.9192925,215.7580226,511.5240404,218.5716527,536.8323266 +324512,442.4876401,191.5575561,527.1139789,190.075456,542.1765028 +324513,456.1448015,206.0141429,543.0223611,206.9265914,547.3287413 +324514,472.8865161,215.8503313,558.4345513,215.8513763,552.3056555 +324515,486.6449664,223.5892148,574.1642576,223.8393018,557.1222829 +324516,499.4879181,231.551831,589.4693107,231.6517854,561.792354 +324517,512.575458,239.3995681,604.6427026,239.3913719,566.3269963 +324518,525.0154716,247.2011376,620.2753859,247.0899965,609.7793266 +324519,537.6211317,255.0728933,634.7874787,254.4262601,800.340954 +324520,549.7884962,262.8504766,650.270706,261.9091721,705.37365 +324521,561.7015583,270.655004,664.9670925,269.2867217,753.4230098 +324522,573.7908591,278.2499054,679.5890985,276.5106951,769.0448885 +324523,585.3790479,286.0161104,694.5651605,283.705247,783.6005836 +324524,596.8047546,293.577575,708.951617,290.7192173,797.6578709 +324525,608.5432238,301.0693291,723.4312402,297.8832029,811.6144413 +324526,619.2713176,308.7117052,737.5658971,304.6869671,825.3609709 +324527,630.7252228,316.0532721,752.1509211,311.7406946,838.2612192 +324528,641.5144054,323.7279053,766.3521771,318.4930912,851.5421497 +324529,652.3012359,330.8487845,780.0426701,325.2787329,864.1489082 +324530,662.9624111,338.4278028,794.1638264,331.997951,876.5745534 +324531,673.3074427,345.6881679,807.9898733,338.6036707,888.65049 +324532,683.964824,353.0127711,821.4755438,345.109289,900.8799751 +324533,694.2757283,360.2520665,835.5321022,351.7826799,912.483162 +324534,703.9415371,367.3958921,848.8961502,358.1788209,924.0322446 +324535,714.4258464,374.7643805,862.4139875,364.5978715,935.1805473 +324536,724.1443782,381.8498631,875.7996861,370.9652213,946.553504 +324537,733.9731559,389.0139802,889.0996597,377.1536876,957.3236321 +324538,743.449656,395.9976654,902.3154358,383.6042188,968.0707033 +324539,753.3743518,403.300247,915.4152731,389.720218,978.6034221 +324540,762.9202492,410.3919515,928.5162123,396.0190808,988.7751878 +324541,1163.706475,586.0654909,1332.389224,570.662485,1763.300571 +324542,1178.325117,595.8973738,1351.493253,579.6907786,1773.96666 +324543,1191.597999,604.1973669,1367.665326,587.4000899,1786.461358 +324544,1203.954836,612.9898498,1383.905067,594.5465368,1796.585912 +324545,1216.09204,621.0491746,1399.47859,601.9195064,1806.798421 +324546,1227.941276,629.2581446,1415.467326,609.0736681,1816.365775 +324547,1239.601869,637.364376,1440.841302,616.1272017,1826.05652 +324548,1251.192801,645.420001,1440.467545,623.1333614,1835.129663 +324549,1262.665979,653.4325332,1451.111909,629.78339,1844.24215 +324550,1273.906207,661.4071685,1482.043753,637.1366363,1853.102527 +324551,1285.20434,669.0865488,1488.248481,643.7175059,1861.809213 +324552,1296.223332,677.4106069,1504.968003,650.5984686,1870.367298 +324553,1307.327743,685.0828829,1519.477247,657.3221401,1878.846563 +324554,1318.150718,693.2530353,1534.069043,663.9933087,1886.936043 +324555,1329.019685,700.6760124,1548.577398,670.6915596,1895.24235 +324556,1339.80819,708.6307029,1562.758015,677.2519309,1903.258932 +324557,1350.379572,716.4023059,1577.262456,683.8729838,1911.042028 +324558,1360.999419,724.1243997,1591.282227,690.352406,1918.867088 +324559,1371.548309,731.8147676,1605.450208,696.8974448,1926.508139 +324560,1381.884852,739.5575598,1619.474023,703.3001923,1934.048988 +324561,1392.280064,747.1143491,1633.490635,709.7418783,1941.480172 +324562,1402.007934,754.781596,1647.255274,716.1506307,1948.808362 +324563,1413.061934,761.9972322,1660.987248,722.4538219,1956.031984 +324564,1422.802667,770.1460021,1674.629882,728.8238895,1963.230194 +324565,1432.91817,777.3908223,1688.30144,735.055224,1970.14247 +324566,1443.096688,785.040936,1701.62858,741.3327767,1977.064381 +324567,1452.865351,792.5012019,1715.259616,747.5837306,1984.022388 +324568,1462.926147,800.0570452,1728.646771,753.7305595,1990.729753 +324569,1472.725696,807.4787383,1741.86238,759.955106,1997.496954 +324570,1482.538741,815.000121,1755.171953,766.0378159,2003.978749 +324571,1491.264013,821.4751865,1766.751888,771.5698467,2010.553756 +324572,1500.088118,827.8990249,1790.784615,777.0008974,2016.976036 +324573,1508.633214,834.0977808,1774.367131,782.2765982,2023.253266 +324574,1506.589588,835.4167998,1792.132174,782.6803837,2010.218858 +324575,1486.589562,828.6815492,1773.156036,775.0343426,1965.951996 +324576,1515.692187,843.6468017,1802.43283,789.1335644,2011.997462 +324577,1544.926338,859.1697743,1834.842939,803.4128933,2057.012233 +324578,1537.152614,858.087922,1829.452483,801.939639,2032.691508 +324579,1549.601194,865.7615439,1844.130984,808.6049259,2068.174672 +324580,1557.940459,871.6533731,1872.71885,813.6788995,2035.795439 +324581,1567.5562,878.5168159,1839.347958,819.6279573,2054.299492 +324582,1572.737858,882.3550314,1903.300004,822.8065715,2082.019606 +324583,1583.231347,889.8116807,1875.428216,829.2574464,2067.711555 +324584,1589.409349,893.7648704,1896.864509,833.0431835,2076.072668 +324585,1597.289873,900.2517929,1904.80055,837.9615348,2088.806003 +324586,1606.102325,905.9382658,1919.186543,843.1583121,2084.947036 +324587,1717.045335,956.0749163,2017.63797,892.0464816,2264.706073 +324588,1480.771848,859.1951381,1810.056118,794.6911612,1855.632418 +324589,1782.679167,988.9616602,2091.675367,923.9128311,2389.745571 +324590,1498.002403,867.1501823,1817.161563,800.7285547,1828.726488 +324591,1791.790907,999.4569068,2110.258964,932.9196289,2416.147245 +324592,1512.958371,877.1887439,1836.047503,809.2775934,1832.859779 +324593,1807.498015,1010.564507,2131.132293,942.4663084,2427.328176 +324594,1527.023068,887.3238815,1850.342634,817.9365451,1842.643969 +324595,1822.788204,1021.472045,2151.52052,951.737732,2437.011612 +324596,1541.033897,897.307772,1867.355824,826.576615,1853.267068 +324597,1837.945083,1032.138015,2172.645943,960.9567927,2450.628167 +324598,1555.076002,907.4250638,1881.087446,835.1911514,1856.710908 +324599,1852.362094,1042.529772,2184.656701,969.8643546,2461.137387 +324600,1568.76297,917.1911361,1913.041292,843.5721792,1883.015065 +324601,1874.216013,1055.869612,2185.393773,981.7838278,2458.33477 +324602,1589.346367,929.759722,1956.163826,854.8290159,1913.013535 +324603,1892.696206,1068.194212,2178.489902,992.5843891,2471.550133 +324604,1603.438049,939.4393261,2010.774344,863.2797937,1914.508775 +324605,1909.689702,1079.678771,2169.908271,1002.56601,2491.123978 +324606,1709.144676,991.160101,2137.325209,913.5753403,2091.721265 +324607,1793.821157,1030.699797,2105.355833,952.394782,2260.610103 +324608,1787.535671,1029.944169,2138.450322,950.7933539,2221.904795 +324609,1794.847458,1034.791974,2142.881018,955.2284299,2232.513813 +324610,1802.345161,1039.868261,2145.668377,959.4707007,2237.106237 +324611,1809.62464,1044.809322,2148.792489,963.8674592,2241.299177 +324612,1816.963027,1049.877814,2152.81088,968.1866407,2245.994784 +324613,1824.349487,1054.79454,2154.476465,972.4959883,2250.428128 +324614,1831.456271,1059.731586,2156.984568,976.7262235,2255.055363 +324615,1838.757241,1064.635181,2161.627528,981.0765007,2259.561 +324616,1845.933075,1069.517911,2163.842846,985.2874602,2263.823915 +324617,1852.997937,1074.430243,2166.826955,989.5239237,2268.159396 +324618,1860.293261,1079.112318,2170.158137,993.7358869,2272.677684 +324619,1867.428973,1084.052312,2173.701233,997.9863021,2276.88403 +324620,1874.374329,1088.783713,2177.380487,1002.076577,2281.17505 +324621,1881.505954,1093.553949,2181.152065,1006.276615,2285.371659 +324622,1888.521804,1098.2927,2184.990074,1010.352681,2289.534428 +324623,1895.527503,1103.00914,2188.878031,1014.564465,2293.723856 +324624,1902.510138,1107.641602,2192.804213,1018.633596,2297.784365 +324625,1909.571875,1112.408215,2196.757708,1022.737505,2301.861013 +324626,1916.34881,1117.079474,2200.732685,1026.817725,2305.742731 +324627,1923.228975,1121.624964,2204.731428,1030.8831,2309.975001 +324628,1930.267092,1126.282354,2208.746414,1034.934283,2313.839058 +324629,1937.058328,1130.862319,2214.482776,1038.97036,2317.901201 +324630,1943.922286,1135.434514,2219.237747,1042.995193,2321.713617 +324631,1950.748394,1141.039151,2223.587381,1046.572715,2325.643415 +324632,1957.662992,1146.94398,2225.969704,1050.513079,2329.348657 +324633,1964.295913,1152.760767,2229.177881,1053.934336,2333.290272 +324634,1971.987377,1173.912538,2232.66736,1050.541797,2337.200414 +324635,1978.690649,1182.043091,2235.35379,1052.817429,2340.792986 +324636,1985.576718,1189.166214,2237.546653,1055.791792,2344.420651 +324637,1992.235967,1196.02367,2241.461969,1058.710667,2348.453022 +324638,1999.070699,1202.748653,2243.0351,1061.877906,2351.808161 +324639,2005.515565,1209.31657,2245.308507,1064.865265,2361.060804 +324640,2012.47963,1215.991976,2247.940281,1068.062504,2351.418293 +324641,2019.087397,1222.53679,2250.786413,1071.061835,2371.204372 +324642,2025.838392,1228.926044,2253.943395,1074.259759,2364.050868 +324643,2032.579501,1235.417994,2258.779807,1077.253751,2370.378573 +324644,2039.312035,1241.744594,2260.931752,1080.383731,2373.889178 +324645,2049.960006,1260.749397,2265.455383,1079.23029,2377.470141 +324646,2057.396805,1268.867952,2268.712736,1081.25228,2380.714293 +324647,2064.263634,1276.178559,2269.65222,1083.951968,2384.01137 +324648,2071.322634,1283.207365,2273.148287,1086.653295,2387.618131 +324649,2078.233128,1290.083864,2274.41165,1089.467109,2390.889737 +324650,2085.027395,1296.839662,2276.578762,1093.240349,2394.368629 +324651,2092.089944,1303.503542,2280.865993,1094.582472,2397.889589 +324652,2098.8778,1310.090543,2282.684105,1100.402061,2400.89395 +324653,2105.872312,1316.525139,2285.224034,1098.92368,2404.465175 +324654,2112.544314,1323.080214,2289.760554,1107.138534,2407.797596 +324655,2119.461909,1330.601843,2291.755149,1103.703059,2410.848385 +324656,2126.273802,1337.410451,2296.134135,1114.310838,2414.429744 +324657,2133.084703,1344.132441,2298.064939,1107.452808,2417.050667 +324658,2139.892955,1349.776791,2300.721408,1123.603332,2420.873696 +324659,2146.688839,1356.98951,2303.687022,1107.771749,2423.932232 +324660,2153.476393,1362.114525,2306.779806,1137.113033,2427.11842 +324661,2043.586217,1309.832498,2302.270196,1039.511994,2214.789717 +324662,2048.308451,1351.010206,2286.170316,1075.303368,2218.663991 +324663,2053.291139,1315.811377,2267.788721,1062.498219,2223.658653 +324664,2059.12015,1346.170236,2253.441465,1066.845382,2216.290014 +324665,2064.414706,1346.645696,2243.697266,1068.569662,2221.722849 +324666,2070.191739,1351.686747,2237.737424,1073.217213,2222.787813 +324667,2075.776354,1357.68022,2234.369494,1070.989311,2224.268864 +324668,2081.856619,1363.142043,2232.615089,1078.822009,2225.831766 +324669,2087.375285,1368.512831,2231.881759,1072.641173,2227.885687 +324670,2093.290537,1373.888594,2231.814262,1086.406108,2229.549613 +324671,2099.095775,1378.997004,2233.939467,1071.131303,2231.476506 +324672,2104.93059,1384.124018,2235.376835,1098.352135,2233.327572 +324673,2110.781264,1389.31947,2234.881624,1065.451035,2234.857143 +324674,2116.64746,1394.278377,2235.34102,1093.021225,2237.095947 +324675,2122.647902,1399.319833,2236.181412,1087.871481,2238.892153 +324676,2128.349927,1404.079562,2237.252252,1090.206329,2240.788116 +324677,2134.343092,1408.952349,2238.471079,1092.631476,2242.771915 +324678,2140.11294,1413.688013,2239.794515,1094.851458,2244.496451 +324679,2146.226372,1418.368671,2241.1888,1096.884898,2246.739562 +324680,2152.071971,1422.983688,2242.644232,1099.120375,2248.572113 +324681,2158.037525,1427.529231,2244.133915,1101.175189,2250.616897 +324682,2171.668483,1432.014401,2245.649478,1103.432183,2252.542444 +324683,2161.093058,1436.428806,2247.203689,1105.504826,2254.46085 +324684,2204.603265,1440.778104,2248.775508,1107.781705,2256.732431 +324685,2144.146942,1451.97906,2250.411987,1104.286713,2258.691064 +324686,2209.234607,1457.374861,2253.527914,1105.383165,2266.191078 +324687,2192.135401,1461.906457,2253.108499,1106.993151,2254.853597 +324688,2202.370547,1466.436953,2253.221095,1108.879637,2272.728113 +324689,2208.610303,1470.744439,2253.856678,1110.620611,2264.700753 +324690,2214.731928,1474.947541,2254.655245,1112.592786,2269.044777 +324691,2220.078213,1478.004491,2255.603633,1114.381134,2271.315373 +324692,2225.698587,1480.874974,2256.761592,1116.37617,2273.425374 +324693,2230.915329,1483.608327,2259.757199,1118.197553,2275.4912 +324694,2236.44538,1486.21422,2261.83257,1120.219534,2277.264874 +324695,2241.579353,1488.61708,2261.828423,1122.063759,2279.576126 +324696,2247.048633,1491.134779,2262.672205,1124.110188,2281.416623 +324697,2252.119852,1493.443011,2263.865033,1126.042683,2284.286305 +324698,2257.525119,1495.507922,2265.246058,1128.004836,2285.62023 +324699,2262.673843,1497.662106,2266.8737,1129.935014,2293.127887 +324700,2267.817545,1499.648406,2268.576455,1132.003594,2288.270791 +324701,2272.875164,1501.559929,2270.14,1133.898701,2292.391079 +324702,2278.154538,1503.38917,2273.450145,1135.992199,2295.071398 +324703,2283.057791,1505.132915,2275.840916,1137.897835,2296.701513 +324704,2288.300245,1506.797744,2276.126006,1139.999494,2298.272055 +324705,2293.539471,1504.741251,2277.222405,1148.772424,2300.993544 +324706,2298.901458,1505.777367,2281.154508,1152.131844,2303.348656 +324707,2303.91405,1507.081297,2284.73893,1154.75671,2305.159065 +324708,2309.428535,1508.415141,2286.489078,1157.367191,2311.797384 +324709,2314.21855,1509.737743,2288.936035,1159.865752,2308.118172 +324710,2319.672471,1511.027519,2291.367363,1162.466738,2311.229555 +324711,2324.484873,1512.279437,2293.81175,1164.860241,2313.980861 +324712,2330.024261,1513.491205,2298.027714,1167.437388,2316.451908 +324713,2338.243136,1514.656813,2301.401577,1169.804389,2323.170845 +324714,2342.165515,1515.77885,2302.450007,1172.359709,2313.853382 +324715,2349.068244,1516.859031,2304.169919,1174.712833,2327.002802 +324716,2349.841333,1517.893506,2306.38206,1177.254954,2324.612218 +324717,2364.114109,1518.885294,2310.564358,1179.595466,2331.703533 +324718,2350.623627,1519.829163,2311.880655,1182.195035,2328.127213 +324719,2357.981222,1520.733809,2313.923668,1184.422126,2330.002493 +324720,2377.13956,1521.592699,2316.071959,1186.994447,2337.324196 +324721,2135.942939,1413.150431,2310.813922,1079.957485,1880.380964 +324722,2149.473448,1411.054341,2283.417748,1079.602998,1914.394337 +324723,2123.446351,1409.870646,2249.9469,1079.884892,1873.600869 +324724,2118.315033,1409.002139,2222.345081,1080.740043,1909.827148 +324725,2148.0427,1408.045409,2202.373847,1081.471289,1870.620187 +324726,2134.93184,1407.29114,2189.021806,1082.663216,1902.045192 +324727,2140.365532,1406.710406,2180.363234,1083.78468,1880.431403 +324728,2142.511341,1406.055794,2174.694944,1084.870851,1886.905918 +324729,2144.793623,1405.265829,2171.199532,1086.137439,1885.306001 +324730,2147.451117,1404.670476,2169.229851,1087.347445,1885.035748 +324731,2149.880531,1403.956961,2168.245502,1088.706573,1884.588254 +324732,2152.268365,1403.276641,2167.917995,1090.067853,1884.436476 +324733,2154.930692,1402.569901,2168.037514,1091.316173,1884.546322 +324734,2157.504676,1401.846628,2168.452173,1092.725115,1884.404059 +324735,2160.133516,1401.107034,2169.055188,1094.093725,1884.477171 +324736,2162.796015,1400.351027,2169.782291,1095.491568,1884.603132 +324737,2165.489344,1399.57802,2170.592533,1096.90777,1884.730267 +324738,2168.211598,1398.788253,2171.459861,1098.341682,1884.964456 +324739,2170.961364,1397.981459,2172.368765,1099.792461,1885.223286 +324740,2173.738097,1397.158021,2173.310441,1101.259875,1885.582608 +324741,2176.542027,1396.319774,2176.062042,1102.744223,1885.919941 +324742,2179.365023,1395.461456,2177.843244,1104.242173,1886.333103 +324743,2182.349258,1394.58725,2177.456808,1105.755602,1886.664906 +324744,2185.018818,1393.702603,2179.655442,1107.286398,1887.371197 +324745,2193.222448,1392.793751,2179.384657,1108.898176,1887.783902 +324746,2183.177519,1391.877012,2179.879686,1110.35088,1888.42302 +324747,2221.487289,1390.941943,2180.649899,1111.971822,1889.002016 +324748,2160.048059,1389.99326,2181.616671,1113.545814,1889.695427 +324749,2216.920249,1389.03016,2182.710001,1115.142569,1890.344291 +324750,2199.247641,1388.055618,2185.607126,1116.754435,1891.107231 +324751,2205.351177,1386.892217,2185.877878,1118.091017,1897.522499 +324752,2208.776531,1385.68103,2186.621559,1119.58142,1883.949304 +324753,2211.63004,1384.423875,2187.555534,1120.90094,1902.911847 +324754,2214.661088,1383.037972,2190.361455,1122.279109,1885.247469 +324755,2217.582411,1381.818451,2190.449757,1123.603075,1903.954182 +324756,2220.596626,1380.380591,2192.989732,1124.955179,1892.270637 +324757,2223.619812,1378.984302,2192.84291,1126.309354,1897.147293 +324758,2226.821829,1377.547713,2195.134985,1127.668298,1897.677084 +324759,2229.661278,1376.076503,2194.941823,1129.025949,1898.266338 +324760,2232.856138,1374.579555,2195.469283,1130.460854,1899.332189 +324761,2235.933329,1373.053283,2196.271349,1131.712486,1900.224398 +324762,2239.049835,1371.500662,2197.218457,1133.127948,1901.129643 +324763,2242.183794,1369.922626,2198.24721,1134.481111,1902.126188 +324764,2245.429864,1368.336424,2199.327934,1135.886849,1903.131884 +324765,2248.528552,1366.788653,2200.446721,1137.223654,1904.197036 +324766,2251.705402,1365.011,2201.579689,1138.586428,1905.124307 +324767,2255.006433,1363.421548,2202.718959,1139.994956,1906.326633 +324768,2258.164055,1361.71343,2203.867045,1141.33462,1907.231812 +324769,2261.645022,1360.025004,2205.016859,1142.741147,1908.422787 +324770,2270.470352,1358.297669,2206.165146,1144.08225,1909.410641 +324771,2259.40437,1356.580572,2207.326002,1145.490376,1910.638256 +324772,2302.720059,1354.827577,2208.466157,1146.833024,1911.560662 +324773,2232.941678,1352.984823,2209.640444,1148.202071,1912.669685 +324774,2297.48649,1351.352129,2210.843898,1149.575801,1913.652156 +324775,2277.084824,1349.522854,2212.006425,1150.950883,1914.974673 +324776,2284.433167,1347.764447,2214.93618,1152.32808,1916.108154 +324777,2282.321402,1339.475928,2215.135207,1145.235996,1917.250412 +324778,2284.630941,1336.542059,2215.013076,1145.106596,1918.336781 +324779,2287.58032,1334.076941,2214.513907,1145.696067,1919.423996 +324780,2290.691974,1331.736789,2215.795991,1146.479776,1920.653332 +324781,2549.873845,1435.94709,2222.562703,1254.031839,2136.161811 +324782,2527.666587,1435.917399,2249.545501,1257.063984,2163.794054 +324783,2547.353288,1435.114334,2283.151475,1259.429353,2197.704379 +324784,2550.361661,1434.131204,2308.660697,1261.62303,2222.586602 +324785,2555.63656,1433.042228,2327.423503,1263.709639,2241.418804 +324786,2560.900911,1431.875606,2340.58644,1265.718747,2254.983359 +324787,2566.06302,1430.584402,2349.937017,1267.68459,2264.849736 +324788,2571.106324,1429.500648,2356.877881,1269.621032,2272.26051 +324789,2576.124064,1428.217236,2362.301122,1271.53693,2278.039239 +324790,2581.07546,1427.099901,2366.735826,1273.43724,2282.704446 +324791,2586.022081,1425.764528,2370.503386,1275.32511,2286.590056 +324792,2590.851247,1424.631099,2373.811482,1277.202321,2289.919806 +324793,2595.717191,1423.443256,2376.801611,1279.070246,2292.8487 +324794,2600.561463,1422.29022,2379.764293,1280.929499,2295.485906 +324795,2605.300384,1421.163924,2382.365062,1282.780689,2297.90832 +324796,2610.07314,1420.158019,2384.858151,1284.624105,2300.171758 +324797,2614.856076,1419.863956,2387.280381,1286.459539,2302.315498 +324798,2619.487556,1419.661153,2389.6488,1290.013253,2304.359903 +324799,2624.271548,1419.759848,2393.689186,1292.841583,2308.432008 +324800,2628.676515,1419.720271,2395.03579,1295.876334,2309.181176 +324801,2633.587165,1419.798909,2396.920703,1298.90832,2310.564943 +324802,2638.166965,1419.898654,2400.681482,1302.006147,2314.224724 +324803,2642.675178,1420.025286,2401.85382,1305.255732,2314.689688 +324804,2647.357396,1420.182771,2403.619865,1308.376181,2315.862115 +324805,2651.837018,1420.363179,2405.580167,1311.745775,2317.247492 +324806,2656.410332,1420.566695,2407.63485,1315.033226,2318.729833 +324807,2660.980021,1420.791075,2409.739099,1318.601702,2320.262083 +324808,2665.484895,1421.035857,2413.739197,1322.060585,2323.92119 +324809,2669.857009,1421.294899,2414.903975,1325.653187,2324.326412 +324810,2674.264278,1421.574081,2416.619544,1329.301625,2325.414408 +324811,2677.449998,1421.298488,2418.497105,1332.373313,2326.687281 +324812,2679.939474,1420.921307,2420.349794,1335.385581,2327.99157 +324813,2682.416931,1420.498492,2422.080553,1338.388246,2329.264056 +324814,2684.827674,1420.045574,2425.517861,1341.39065,2332.598095 +324815,2686.929186,1419.564208,2426.022321,1344.395281,2332.638014 +324816,2689.235043,1419.066767,2428.6107,1347.48928,2335.436646 +324817,2691.159977,1418.544293,2428.841116,1350.378997,2335.324116 +324818,2701.412458,1418.008246,2429.706393,1353.460437,2335.847801 +324819,2683.16874,1417.453397,2430.473089,1356.473443,2336.580197 +324820,2710.285858,1416.882875,2431.293938,1359.50366,2337.435773 +324821,2686.266313,1416.297173,2432.287193,1362.642192,2338.3646 +324822,2713.200188,1415.69692,2433.173504,1368.99132,2339.351152 +324823,2698.273699,1415.082944,2433.758322,1364.788178,2340.486905 +324824,2704.751038,1414.455411,2434.557112,1383.768666,2341.470052 +324825,2706.107331,1413.815379,2435.435508,1358.001373,2342.419245 +324826,2707.317348,1413.163099,2436.188247,1385.697996,2343.419259 +324827,2708.816665,1412.499238,2436.875785,1379.06157,2344.370647 +324828,2710.284345,1411.824395,2437.73224,1383.777843,2345.300286 +324829,2711.526635,1411.138992,2438.379095,1386.876467,2346.225335 +324830,2713.213399,1410.443434,2438.995793,1389.915588,2347.145188 +324831,2714.486892,1409.738203,2439.586784,1392.955505,2348.05855 +324832,2715.859918,1409.023679,2440.147783,1396.075159,2348.956045 +324833,2717.339488,1408.30194,2442.534096,1398.981866,2351.939091 +324834,2718.523782,1407.568584,2443.788805,1402.063549,2353.752469 +324835,2719.834924,1406.829132,2444.624916,1405.069333,2355.082907 +324836,2721.676825,1411.964705,2443.544015,1409.584182,2354.04277 +324837,2723.09127,1412.154835,2443.928653,1412.62171,2353.991627 +324838,2724.361978,1411.887201,2446.696056,1415.678343,2356.401696 +324839,2725.272352,1411.493318,2447.02526,1418.511873,2355.731986 +324840,2726.479553,1411.033726,2447.843449,1421.373658,2355.839601 +324841,2771.89147,1433.255999,2450.993953,1447.053462,2359.007526 +324842,2778.822061,1433.986224,2454.558716,1451.08533,2363.306097 +324843,2780.343751,1434.220729,2461.210573,1454.64732,2372.229772 +324844,2782.38522,1434.285788,2464.773912,1458.159903,2377.663673 +324845,2784.683754,1434.231091,2467.982537,1461.329829,2382.993079 +324846,2786.39532,1434.090557,2470.555868,1464.602775,2387.357685 +324847,2788.104248,1433.889686,2472.617407,1467.729473,2391.076963 +324848,2789.727702,1433.642292,2474.315271,1470.810958,2394.318289 +324849,2791.190275,1433.357206,2475.752964,1473.841763,2397.202221 +324850,2792.640607,1433.039204,2476.99469,1476.824233,2399.804744 +324851,2794.183843,1432.693312,2479.778496,1479.763043,2404.274498 +324852,2794.948155,1432.317166,2479.789986,1482.650067,2405.297918 +324853,2796.665322,1431.920202,2480.26607,1485.498977,2406.855556 +324854,2797.688839,1431.498066,2480.850367,1488.390804,2408.501641 +324855,2798.834681,1431.054832,2481.454211,1491.008944,2410.134008 +324856,2799.872767,1430.590736,2482.042007,1493.784756,2411.718847 +324857,2800.889523,1430.107308,2482.792946,1496.434663,2413.242908 +324858,2801.835696,1429.604893,2483.299324,1500.00432,2414.70053 +324859,2802.909109,1429.086001,2485.463678,1501.166086,2418.19451 +324860,2803.399451,1428.545996,2484.918834,1510.504361,2418.361788 +324861,2804.39203,1427.993531,2484.916625,1496.69435,2419.182857 +324862,2805.118941,1427.422709,2485.081115,1513.826091,2420.187493 +324863,2805.728143,1426.837098,2485.260814,1529.656745,2421.195487 +324864,2806.324249,1426.213812,2485.496799,1485.167601,2422.265396 +324865,2806.937814,1425.615747,2485.757896,1529.650378,2423.363157 +324866,2804.806546,1430.173213,2485.903888,1511.505907,2424.322219 +324867,2804.347936,1430.335011,2486.518195,1515.803596,2425.139277 +324868,2804.437165,1430.09681,2487.437566,1517.381383,2425.894363 +324869,2804.505546,1429.739819,2488.389614,1518.95715,2426.638391 +324870,2804.503642,1429.311886,2489.225652,1520.500953,2427.385795 +324871,2805.366311,1429.05292,2489.924449,1522.913949,2428.151405 +324872,2806.424488,1428.776403,2490.550289,1525.550338,2428.963659 +324873,2807.414626,1428.48433,2491.145878,1528.011358,2429.820876 +324874,2808.527614,1428.175779,2491.721971,1530.718647,2430.705385 +324875,2809.593481,1427.851297,2492.276397,1533.470362,2431.601164 +324876,2810.707354,1427.510325,2492.804619,1536.091991,2432.497188 +324877,2811.696997,1427.15399,2493.301748,1538.782217,2433.384121 +324878,2812.800691,1426.781865,2493.765428,1541.602756,2434.255821 +324879,2813.826652,1426.395115,2494.196724,1544.280073,2435.110646 +324880,2814.918839,1425.993233,2494.597493,1547.021825,2435.948249 +324881,2827.243493,1421.213887,2495.194447,1555.91285,2437.046113 +324882,2811.790985,1420.06787,2496.927044,1559.776397,2440.174385 +324883,2834.451221,1419.263057,2495.681938,1564.019673,2440.039858 +324884,2814.629299,1418.545771,2496.605426,1568.532255,2442.638341 +324885,2836.552036,1417.859778,2495.112692,1572.201952,2442.153718 +324886,2817.173008,1417.195816,2494.314533,1574.415077,2442.368143 +324887,2839.024153,1416.538281,2493.852604,1581.938266,2442.858021 +324888,2827.236023,1415.884225,2493.692527,1573.646844,2443.620384 +324889,2831.522939,1415.232524,2495.22187,1580.224209,2446.402574 +324890,2832.714061,1414.575033,2494.064342,1590.368293,2445.841544 +324891,2833.790453,1413.920888,2493.519442,1589.156154,2445.996428 +324892,2834.804168,1413.260841,2493.187671,1593.838276,2446.372472 +324893,2835.920214,1412.683149,2492.962753,1597.041931,2446.848359 +324894,2837.004005,1411.890837,2492.794791,1600.592071,2447.373929 +324895,2838.061004,1411.278563,2492.648474,1608.482612,2447.914078 +324896,2839.162285,1410.588744,2492.52488,1600.674263,2448.475194 +324897,2840.126651,1409.905792,2492.410407,1613.944737,2449.043653 +324898,2841.130239,1409.216792,2492.279103,1613.59117,2449.589394 +324899,2842.403209,1408.438769,2493.834194,1617.596912,2452.218082 +324900,2842.879386,1407.858256,2492.720813,1621.242387,2451.570298 +324901,2765.459992,1373.942613,2490.929191,1591.229563,2450.192207 +324902,2768.259482,1372.996813,2483.943537,1594.791307,2441.426277 +324903,2767.766496,1372.142946,2475.495788,1603.052678,2430.127313 +324904,2768.459461,1371.145976,2468.455611,1594.958229,2420.208839 +324905,2768.933842,1370.331638,2463.361927,1606.093742,2412.600075 +324906,2769.872547,1369.446194,2459.669074,1608.343187,2407.015256 +324907,2770.348677,1368.570344,2457.240592,1611.116276,2402.891929 +324908,2770.983479,1367.690752,2455.46543,1615.253089,2399.758269 +324909,2771.782542,1366.724631,2455.777723,1620.969207,2399.404108 +324910,2772.044019,1365.953707,2453.68869,1621.410334,2396.282128 +324911,2772.849544,1365.00061,2452.323178,1634.100812,2394.225027 +324912,2773.569898,1364.110021,2452.990582,1611.739241,2394.829303 +324913,2773.831593,1363.197856,2451.192686,1640.676688,2392.529634 +324914,2774.781609,1362.2819,2451.722627,1637.133027,2393.230857 +324915,2774.993051,1361.353833,2449.849246,1640.635481,2391.072143 +324916,2775.764367,1360.421293,2448.6826,1645.956431,2389.874338 +324917,2776.295314,1359.479039,2447.79245,1644.905956,2389.090555 +324918,2777.033727,1358.530006,2448.759275,1640.883026,2390.67671 +324919,2777.283972,1357.569049,2447.239616,1674.253805,2389.270044 +324920,2778.053967,1356.603509,2446.345937,1639.035295,2388.699685 +324921,2778.532296,1355.627565,2445.67631,1676.940994,2388.453706 +324922,2779.088527,1354.643268,2445.06046,1652.163337,2388.318228 +324923,2779.784587,1353.734449,2446.17277,1680.184263,2390.367344 +324924,2780.06483,1352.60828,2444.662305,1667.637902,2389.226699 +324925,2780.802993,1351.657631,2443.709425,1677.047007,2388.809769 +324926,2781.298274,1350.625538,2443.060853,1681.749703,2388.790089 +324927,2781.804229,1349.596882,2442.641358,1687.47879,2389.075761 +324928,2782.418994,1348.559458,2442.335902,1692.32079,2389.529629 +324929,2782.898299,1347.513098,2442.075281,1697.476041,2390.068333 +324930,2783.399637,1346.457572,2441.824725,1702.695609,2390.647939 +324931,2784.535643,1345.569137,2441.592048,1708.636179,2391.275171 +324932,2785.728984,1344.705832,2441.421254,1715.091362,2391.979024 +324933,2786.93046,1343.769572,2441.323758,1721.408988,2392.754986 +324934,2788.1521,1343.038186,2441.282807,1727.871222,2393.577041 +324935,2789.439441,1342.132489,2441.283171,1734.513663,2394.428861 +324936,2790.725665,1341.295652,2441.314743,1741.041617,2395.302409 +324937,2802.250456,1339.940314,2441.806527,1767.530985,2396.733953 +324938,2806.102144,1339.028396,2442.972038,1769.164501,2398.821993 +324939,2808.291949,1338.175082,2445.590894,1781.013295,2402.999049 +324940,2810.05924,1337.331494,2445.315724,1788.653004,2403.633516 +324941,2812.374941,1336.499044,2445.424855,1796.879876,2404.718031 +324942,2814.403556,1335.666146,2445.613011,1804.902706,2405.853347 +324943,2816.430047,1334.834832,2445.837712,1813.362636,2406.990011 +324944,2818.468236,1334.003339,2446.083439,1821.513821,2408.119641 +324945,2820.490194,1333.17037,2446.342787,1829.907035,2409.243024 +324946,2822.549751,1332.337085,2446.616224,1838.058811,2410.36774 +324947,2824.652431,1331.501713,2446.909839,1846.746058,2411.506077 +324948,2826.847483,1330.663959,2447.224714,1855.033297,2412.663021 +324949,2829.06259,1329.823742,2447.558339,1863.6205,2413.83844 +324950,2831.283287,1328.980178,2447.911534,1872.030241,2415.035914 +324951,2833.4683,1328.133305,2448.285355,1880.882055,2416.258778 +324952,2835.901765,1327.284411,2450.328277,1889.516519,2419.549638 +324953,2837.837665,1326.425305,2449.831561,1903.10642,2419.719092 +324954,2840.241868,1325.567939,2449.922832,1905.246825,2420.616298 +324955,2842.485192,1324.623012,2450.142499,1916.435177,2421.665002 +324956,2844.720294,1323.868105,2450.470604,1925.305071,2422.844022 +324957,2846.999534,1349.262698,2450.830288,1933.807834,2424.064392 +324958,2849.271625,1283.137682,2451.289411,1943.04016,2425.414532 +324959,2851.557146,1339.956816,2451.91492,1957.0386,2426.980219 +324960,2853.809433,1334.8269,2452.451711,1959.585532,2428.448124 +324961,2702.29671,1225.575487,2449.814503,1900.789236,2425.259918 +324962,2704.226582,1264.894888,2433.380349,1919.108478,2403.096337 +324963,2713.943112,1247.685842,2415.003327,1919.390735,2377.101604 +324964,2695.61063,1249.27242,2399.999197,1930.80376,2354.791569 +324965,2722.948759,1248.184592,2389.840841,1945.077839,2338.051461 +324966,2707.549072,1247.063012,2383.359502,1947.754189,2326.034699 +324967,2714.845019,1245.942098,2378.928003,1958.997253,2316.904378 +324968,2716.67835,1244.823101,2375.904606,1973.35604,2309.934336 +324969,2718.470902,1243.705129,2373.765476,1976.572201,2304.480691 +324970,2720.598533,1242.586206,2372.007292,1987.459172,2299.895117 +324971,2722.812754,1241.463607,2372.196696,1997.368373,2298.086002 +324972,2724.862006,1240.413791,2371.797684,2011.172885,2295.885578 +324973,2726.912511,1239.179936,2369.567867,2014.635066,2291.711114 +324974,2729.168199,1238.097186,2368.222018,2029.015658,2288.870459 +324975,2731.308555,1236.948935,2367.399353,2039.243941,2286.881571 +324976,2733.584183,1235.804674,2368.590219,2044.721568,2287.337967 +324977,2735.506999,1234.657899,2366.976789,2054.653274,2284.751405 +324978,2737.927124,1233.50098,2367.521356,2061.222836,2284.989016 +324979,2739.838816,1232.342582,2365.491733,2064.173746,2282.18323 +324980,2742.121639,1231.174304,2363.790158,2066.708271,2279.881118 +324981,2744.258658,1229.928758,2362.017284,2069.919412,2277.566997 +324982,2746.416771,1228.855431,2360.137352,2073.648298,2275.188385 +324983,2748.583938,1227.61825,2358.17752,2077.724664,2272.774962 +324984,2750.751265,1226.436801,2356.168215,2082.014265,2270.361238 +324985,2752.958906,1225.238071,2354.134175,2086.439336,2267.974679 +324986,2755.071239,1224.032611,2352.092356,2090.962694,2265.633428 +324987,2757.275142,1222.820513,2350.053575,2095.568237,2263.348202 +324988,2759.441487,1221.601565,2348.025239,2100.248608,2261.125937 +324989,2761.596926,1220.447169,2346.009858,2104.996799,2258.967461 +324990,2772.666508,1222.448514,2345.773682,2111.754542,2259.057776 +324991,2775.034492,1221.698493,2343.523651,2116.335412,2256.24246 +324992,2776.227414,1220.520027,2342.011525,2121.54099,2254.120643 +324993,2777.420281,1219.137492,2342.205735,2128.458503,2254.151093 +324994,2777.844484,1217.846073,2339.728817,2131.762515,2251.061213 +324995,2779.046986,1216.44907,2337.652032,2135.239393,2248.652697 +324996,2779.566311,1215.032756,2335.637441,2138.659385,2246.473757 +324997,2780.158308,1213.589258,2333.626783,2142.013161,2244.424473 +324998,2780.636576,1212.121849,2331.602195,2145.289286,2242.464272 +324999,2781.158385,1210.631254,2331.207124,2150.299827,2242.616689 +325000,2781.25517,1209.123624,2328.236817,2152.32221,2239.68098 +325001,2781.634886,1207.592429,2325.774322,2154.861903,2237.444474 +325002,2781.844223,1206.044329,2323.458349,2157.55862,2235.442755 +325003,2781.896676,1204.477686,2321.206889,2160.30886,2233.570586 +325004,2781.971989,1202.893604,2318.981458,2163.046349,2231.779939 +325005,2781.967215,1201.292652,2316.76208,2165.73433,2230.044936 +325006,2781.872929,1199.675327,2314.537665,2168.357124,2228.349067 +325007,2781.738841,1198.04209,2312.302634,2170.911198,2226.681935 +325008,2781.537071,1196.393332,2310.054454,2173.398082,2225.036719 +325009,2781.27469,1194.729424,2307.79194,2175.81988,2223.408741 +325010,2781.932832,1193.050687,2305.52817,2178.193402,2221.811345 +325011,2783.349886,1191.357616,2303.292086,2180.551395,2220.278215 +325012,2784.785448,1189.650599,2301.09885,2182.909587,2218.826438 +325013,2786.365532,1187.9299,2298.942676,2185.259115,2217.447834 +325014,2787.964088,1186.195756,2296.810339,2187.769617,2216.124969 +325015,2789.29619,1184.448404,2294.690648,2190.029926,2214.842677 +325016,2791.199263,1182.688055,2292.580531,2192.245751,2213.595737 +325017,2792.618742,1180.914968,2290.472403,2194.420814,2212.37307 +325018,2794.191349,1179.12934,2288.355658,2196.547975,2211.160064 +325019,2795.734874,1177.331415,2286.227334,2198.624341,2209.951572 +325020,2797.249282,1175.521375,2284.087492,2200.649134,2208.74641 +325021,1963.161996,1173.734675,1012.965416,1668.150491,2248.870164 +325022,2051.359367,1303.364755,1062.227738,1750.335698,2315.207118 +325023,2142.553589,1306.084905,1117.385553,1835.147426,2368.949295 +325024,2210.938169,1304.901845,1162.679486,1894.356053,2400.189086 +325025,2261.43015,1304.856513,1198.981126,1932.013039,2420.881075 +325026,2298.622873,1303.678943,1227.74491,1954.10352,2435.806408 +325027,2326.704617,1302.374307,1250.905461,1967.306584,2447.309754 +325028,2348.788383,1300.948759,1270.04652,1976.035109,2456.711652 +325029,2366.77028,1299.486926,1286.188531,1982.612494,2464.76689 +325030,2381.718718,1297.994142,1299.950563,1988.0269,2472.067959 +325031,2394.256439,1296.478444,1311.899397,1992.638009,2478.389693 +325032,2404.831066,1294.944278,1321.988626,1996.619274,2484.033201 +325033,2413.801728,1293.377517,1330.650904,2000.102505,2489.084032 +325034,2421.432912,1291.817896,1338.09123,2003.177653,2493.581453 +325035,2427.998472,1290.255139,1344.511743,2005.963623,2497.622745 +325036,2433.722235,1288.687686,1350.083098,2008.550966,2501.293825 +325037,2438.747126,1287.11768,1354.931546,2010.976531,2504.632723 +325038,2443.198202,1285.54462,1359.165099,2013.266881,2507.678734 +325039,2447.171971,1283.96986,1362.874988,2015.440963,2510.468328 +325040,2450.751704,1282.392461,1366.137974,2017.512664,2513.034192 +325041,2453.998666,1280.81251,1369.01848,2019.492285,2515.40504 +325042,2456.967891,1279.229423,1371.570562,2021.387492,2517.605938 +325043,2459.697731,1277.642978,1373.83954,2023.203924,2519.658586 +325044,2462.222033,1275.970007,1375.863451,2024.945747,2521.581785 +325045,2464.568801,1274.495714,1377.674222,2026.616018,2523.391725 +325046,2466.760466,1272.833082,1379.29871,2028.217041,2525.102411 +325047,2468.814698,1271.237729,1380.759503,2029.750522,2526.725844 +325048,2470.745734,1269.621173,1382.075669,2031.217795,2528.272407 +325049,2472.564961,1267.996551,1383.263298,2032.619867,2529.75097 +325050,2474.281671,1266.362311,1384.336031,2033.957545,2531.1692 +325051,2475.903405,1265.004276,1385.305421,2035.231436,2532.533618 +325052,2477.394681,1263.698401,1386.179118,2036.316631,2533.819638 +325053,2478.778669,1262.398905,1386.986711,2037.182558,2535.060204 +325054,2480.077816,1261.22432,1387.747457,2037.848904,2536.27996 +325055,2481.289146,1259.834669,1388.462246,2038.333061,2537.473218 +325056,2482.411533,1258.64221,1389.131151,2038.656844,2538.634997 +325057,2483.44821,1257.388123,1389.756062,2038.838228,2539.765973 +325058,2484.403681,1256.153581,1390.339582,2038.889595,2540.868557 +325059,2485.281748,1254.924681,1390.88421,2038.819087,2541.945005 +325060,2486.085466,1253.700052,1391.392121,2038.632355,2542.997075 +325061,2486.817159,1249.72915,1391.86516,2038.333628,2544.026057 +325062,2487.110817,1248.153953,1392.194948,2037.324116,2545.035817 +325063,2487.10443,1246.617806,1392.419664,2035.879465,2546.022679 +325064,2486.992649,1245.209401,1392.595528,2034.350846,2546.986891 +325065,2486.87826,1243.817451,1392.753608,2032.900245,2547.93006 +325066,2486.78601,1242.442111,1392.903231,2031.538465,2548.853527 +325067,2486.706431,1241.077737,1393.043977,2030.218201,2549.758028 +325068,2486.62361,1239.720705,1393.173272,2028.891275,2550.643899 +325069,2486.525103,1238.369189,1393.289101,2027.526346,2551.511253 +325070,2486.402821,1237.021634,1393.390329,2026.106932,2552.360143 +325071,2486.251503,1235.677332,1393.47636,2024.624961,2553.19059 +325072,2486.067355,1234.335348,1393.546856,2023.076079,2554.002638 +325073,2485.847454,1232.995353,1393.601593,2021.457431,2554.796328 +325074,2485.589469,1231.656642,1393.640437,2019.766948,2555.571734 +325075,2485.29151,1230.319047,1393.663325,2018.003165,2556.328926 +325076,2484.952112,1228.981976,1393.670268,2016.165157,2557.068007 +325077,2484.570145,1227.645356,1393.661336,2014.25242,2557.789072 +325078,2484.144827,1226.308668,1393.636654,2012.264777,2558.492244 +325079,2483.675619,1224.935341,1393.596384,2010.20226,2559.177636 +325080,2483.17081,1223.72557,1393.542426,2008.082733,2559.845389 +325081,0,0,0,0,0 +325082,0,0,0,0,0 +325083,0,0,0,0,0 +325084,0,0,0,0,0 +325085,0,0,0,0,0 +325086,0,0,0,0,0 +325087,0,0,0,0,0 +325088,0,0,0,0,0 +325089,0,0,0,0,0 +325090,0,0,0,0,0 +325091,0,0,0,0,0 +325092,0,0,0,0,0 +325093,0,0,0,0,0 +325094,0,0,0,0,0 +325095,0,0,0,0,0 +325096,0,0,0,0,0 +325097,0,0,0,0,0 +325098,0,0,0,0,0 +325099,0,0,0,0,0 +325100,0,0,0,0,0 +325101,0,0,0,0,0 +325102,0,0,0,0,0 +325103,0,0,0,0,0 +325104,0,0,0,0,0 +325105,0,0,0,0,0 +325106,0,0,0,0,0 +325107,0,0,0,0,0 +325108,0,0,0,0,0 +325109,0,0,0,0,0 +325110,0,0,0,0,0 +325111,0,0,0,0,0 +325112,0,0,0,0,0 +325113,0,0,0,0,0 +325114,0,0,0,0,0 +325115,0,0,0,0,0 +325116,0,0,0,0,0 +325117,0,0,0,0,0 +325118,0,0,0,0,0 +325119,0,0,0,0,0 +325120,0,0,0,0,0 +325121,0,0,0,0,0 +325122,0,0,0,0,0 +325123,0,0,0,0,0 +325124,0,0,0,0,0 +325125,0,0,0,0,0 +325126,0,0,0,0,0 +325127,0,0,0,0,0 +325128,0,0,0,0,0 +325129,0,0,0,0,0 +325130,0,0,0,0,0 +325131,0,0,0,0,0 +325132,0,0,0,0,0 +325133,0,0,0,0,0 +325134,0,0,0,0,0 +325135,0,0,0,0,0 +325136,0,0,0,0,0 +325137,0,0,0,0,0 +325138,0,0,0,0,0 +325139,0,0,0,0,0 +325140,0,0,0,0,0 +325141,0,0,0,0,0 +325142,0,0,0,0,0 +325143,0,0,0,0,0 +325144,0,0,0,0,0 +325145,0,0,0,0,0 +325146,0,0,0,0,0 +325147,0,0,0,0,0 +325148,0,0,0,0,0 +325149,0,0,0,0,0 +325150,0,0,0,0,0 +325151,0,0,0,0,0 +325152,0,0,0,0,0 +325153,0,0,0,0,0 +325154,0,0,0,0,0 +325155,0,0,0,0,0 +325156,0,0,0,0,0 +325157,0,0,0,0,0 +325158,0,0,0,0,0 +325159,0,0,0,0,0 +325160,0,0,0,0,0 +325161,0,0,0,0,0 +325162,0,0,0,0,0 +325163,0,0,0,0,0 +325164,0,0,0,0,0 +325165,0,0,0,0,0 +325166,0,0,0,0,0 +325167,0,0,0,0,0 +325168,0,0,0,0,0 +325169,0,0,0,0,0 +325170,0,0,0,0,0 +325171,0,0,0,0,0 +325172,0,0,0,0,0 +325173,0,0,0,0,0 +325174,0,0,0,0,0 +325175,0,0,0,0,0 +325176,0,0,0,0,0 +325177,0,0,0,0,0 +325178,0,0,0,0,0 +325179,0,0,0,0,0 +325180,0,0,0,0,0 +325181,0,0,0,0,0 +325182,0,0,0,0,0 +325183,0,0,0,0,0 +325184,0,0,0,0,0 +325185,0,0,0,0,0 +325186,0,0,0,0,0 +325187,0,0,0,0,0 +325188,0,0,0,0,0 +325189,0,0,0,0,0 +325190,0,0,0,0,0 +325191,0,0,0,0,0 +325192,0,0,0,0,0 +325193,0,0,0,0,0 +325194,0,0,0,0,0 +325195,0,0,0,0,0 +325196,0,0,0,0,0 +325197,0,0,0,0,0 +325198,0,0,0,0,0 +325199,0,0,0,0,0 +325200,0,0,0,0,0 +325201,0,0,0,0,0 +325202,0,0,0,0,0 +325203,0,0,0,0,0 +325204,0,0,0,0,0 +325205,0,0,0,0,0 +325206,0,0,0,0,0 +325207,0,0,0,0,0 +325208,0,0,0,0,0 +325209,0,0,0,0,0 +325210,0,0,0,0,0 +325211,0,0,0,0,0 +325212,0,0,0,0,0 +325213,0,0,0,0,0 +325214,0,0,0,0,0 +325215,0,0,0,0,0 +325216,0,0,0,0,0 +325217,0,0,0,0,0 +325218,0,0,0,0,0 +325219,0,0,0,0,0 +325220,0,0,0,0,0 +325221,0,0,0,0,0 +325222,0,0,0,0,0 +325223,0,0,0,0,0 +325224,0,0,0,0,0 +325225,0,0,0,0,0 +325226,0,0,0,0,0 +325227,0,0,0,0,0 +325228,0,0,0,0,0 +325229,0,0,0,0,0 +325230,0,0,0,0,0 +325231,0,0,0,0,0 +325232,0,0,0,0,0 +325233,0,0,0,0,0 +325234,0,0,0,0,0 +325235,0,0,0,0,0 +325236,0,0,0,0,0 +325237,0,0,0,0,0 +325238,0,0,0,0,0 +325239,0,0,0,0,0 +325240,0,0,0,0,0 +325241,0,0,0,0,0 +325242,0,0,0,0,0 +325243,0,0,0,0,0 +325244,0,0,0,0,0 +325245,0,0,0,0,0 +325246,0,0,0,0,0 +325247,0,0,0,0,0 +325248,0,0,0,0,0 +325249,0,0,0,0,0 +325250,0,0,0,0,0 +325251,0,0,0,0,0 +325252,0,0,0,0,0 +325253,0,0,0,0,0 +325254,0,0,0,0,0 +325255,0,0,0,0,0 +325256,0,0,0,0,0 +325257,0,0,0,0,0 +325258,0,0,0,0,0 +325259,0,0,0,0,0 +325260,0,0,0,0,0 +325261,0,0,0,0,0 +325262,0,0,0,0,0 +325263,0,0,0,0,0 +325264,0,0,0,0,0 +325265,0,0,0,0,0 +325266,0,0,0,0,0 +325267,0,0,0,0,0 +325268,0,0,0,0,0 +325269,0,0,0,0,0 +325270,0,0,0,0,0 +325271,0,0,0,0,0 +325272,0,0,0,0,0 +325273,0,0,0,0,0 +325274,0,0,0,0,0 +325275,0,0,0,0,0 +325276,0,0,0,0,0 +325277,0,0,0,0,0 +325278,0,0,0,0,0 +325279,0,0,0,0,0 +325280,0,0,0,0,0 +325281,0,0,0,0,0 +325282,0,0,0,0,0 +325283,0,0,0,0,0 +325284,0,0,0,0,0 +325285,0,0,0,0,0 +325286,0,0,0,0,0 +325287,0,0,0,0,0 +325288,0,0,0,0,0 +325289,0,0,0,0,0 +325290,0,0,0,0,0 +325291,0,0,0,0,0 +325292,0,0,0,0,0 +325293,0,0,0,0,0 +325294,0,0,0,0,0 +325295,0,0,0,0,0 +325296,0,0,0,0,0 +325297,0,0,0,0,0 +325298,0,0,0,0,0 +325299,0,0,0,0,0 +325300,0,0,0,0,0 +325301,0,0,0,0,0 +325302,0,0,0,0,0 +325303,0,0,0,0,0 +325304,0,0,0,0,0 +325305,0,0,0,0,0 +325306,0,0,0,0,0 +325307,0,0,0,0,0 +325308,0,0,0,0,0 +325309,0,0,0,0,0 +325310,0,0,0,0,0 +325311,0,0,0,0,0 +325312,0,0,0,0,0 +325313,0,0,0,0,0 +325314,0,0,0,0,0 +325315,0,0,0,0,0 +325316,0,0,0,0,0 +325317,0,0,0,0,0 +325318,0,0,0,0,0 +325319,0,0,0,0,0 +325320,0,0,0,0,0 +325321,0,0,0,0,0 +325322,0,0,0,0,0 +325323,0,0,0,0,0 +325324,0,0,0,0,0 +325325,0,0,0,0,0 +325326,0,0,0,0,0 +325327,0,0,0,0,0 +325328,0,0,0,0,0 +325329,0,0,0,0,0 +325330,0,0,0,0,0 +325331,0,0,0,0,0 +325332,0,0,0,0,0 +325333,0,0,0,0,0 +325334,0,0,0,0,0 +325335,0,0,0,0,0 +325336,0,0,0,0,0 +325337,0,0,0,0,0 +325338,0,0,0,0,0 +325339,0,0,0,0,0 +325340,0,0,0,0,0 +325341,0,0,0,0,0 +325342,0,0,0,0,0 +325343,0,0,0,0,0 +325344,0,0,0,0,0 +325345,0,0,0,0,0 +325346,0,0,0,0,0 +325347,0,0,0,0,0 +325348,0,0,0,0,0 +325349,0,0,0,0,0 +325350,0,0,0,0,0 +325351,0,0,0,0,0 +325352,0,0,0,0,0 +325353,0,0,0,0,0 +325354,0,0,0,0,0 +325355,0,0,0,0,0 +325356,0,0,0,0,0 +325357,0,0,0,0,0 +325358,0,0,0,0,0 +325359,0,0,0,0,0 +325360,0,0,0,0,0 +325361,0,0,0,0,0 +325362,0,0,0,0,0 +325363,0,0,0,0,0 +325364,0,0,0,0,0 +325365,0,0,0,0,0 +325366,0,0,0,0,0 +325367,0,0,0,0,0 +325368,0,0,0,0,0 +325369,0,0,0,0,0 +325370,0,0,0,0,0 +325371,0,0,0,0,0 +325372,0,0,0,0,0 +325373,0,0,0,0,0 +325374,0,0,0,0,0 +325375,0,0,0,0,0 +325376,0,0,0,0,0 +325377,0,0,0,0,0 +325378,0,0,0,0,0 +325379,0,0,0,0,0 +325380,0,0,0,0,0 +325381,0,0,0,0,0 +325382,0,0,0,0,0 +325383,0,0,0,0,0 +325384,0,0,0,0,0 +325385,0,0,0,0,0 +325386,0,0,0,0,0 +325387,0,0,0,0,0 +325388,0,0,0,0,0 +325389,0,0,0,0,0 +325390,0,0,0,0,0 +325391,0,0,0,0,0 +325392,0,0,0,0,0 +325393,0,0,0,0,0 +325394,0,0,0,0,0 +325395,0,0,0,0,0 +325396,0,0,0,0,0 +325397,0,0,0,0,0 +325398,0,0,0,0,0 +325399,0,0,0,0,0 +325400,0,0,0,0,0 +325401,0,0,0,0,0 +325402,0,0,0,0,0 +325403,0,0,0,0,0 +325404,0,0,0,0,0 +325405,0,0,0,0,0 +325406,0,0,0,0,0 +325407,0,0,0,0,0 +325408,0,0,0,0,0 +325409,0,0,0,0,0 +325410,0,0,0,0,0 +325411,0,0,0,0,0 +325412,0,0,0,0,0 +325413,0,0,0,0,0 +325414,0,0,0,0,0 +325415,0,0,0,0,0 +325416,0,0,0,0,0 +325417,0,0,0,0,0 +325418,0,0,0,0,0 +325419,0,0,0,0,0 +325420,0,0,0,0,0 +325421,0,0,0,0,0 +325422,0,0,0,0,0 +325423,0,0,0,0,0 +325424,0,0,0,0,0 +325425,0,0,0,0,0 +325426,0,0,0,0,0 +325427,0,0,0,0,0 +325428,0,0,0,0,0 +325429,0,0,0,0,0 +325430,0,0,0,0,0 +325431,0,0,0,0,0 +325432,0,0,0,0,0 +325433,0,0,0,0,0 +325434,0,0,0,0,0 +325435,0,0,0,0,0 +325436,0,0,0,0,0 +325437,0,0,0,0,0 +325438,0,0,0,0,0 +325439,0,0,0,0,0 +325440,0,0,0,0,0 +325441,0,0,0,0,0 +325442,0,0,0,0,0 +325443,0,0,0,0,0 +325444,0,0,0,0,0 +325445,0,0,0,0,0 +325446,0,0,0,0,0 +325447,0,0,0,0,0 +325448,0,0,0,0,0 +325449,0,0,0,0,0 +325450,0,0,0,0,0 +325451,0,0,0,0,0 +325452,0,0,0,0,0 +325453,0,0,0,0,0 +325454,0,0,0,0,0 +325455,0,0,0,0,0 +325456,0,0,0,0,0 +325457,0,0,0,0,0 +325458,0,0,0,0,0 +325459,0,0,0,0,0 +325460,0,0,0,0,0 +325461,0,0,0,0,0 +325462,0,0,0,0,0 +325463,0,0,0,0,0 +325464,0,0,0,0,0 +325465,0,0,0,0,0 +325466,0,0,0,0,0 +325467,0,0,0,0,0 +325468,0,0,0,0,0 +325469,0,0,0,0,0 +325470,0,0,0,0,0 +325471,0,0,0,0,0 +325472,0,0,0,0,0 +325473,0,0,0,0,0 +325474,0,0,0,0,0 +325475,0,0,0,0,0 +325476,0,0,0,0,0 +325477,0,0,0,0,0 +325478,0,0,0,0,0 +325479,0,0,0,0,0 +325480,0,0,0,0,0 +325481,0,0,0,0,0 +325482,0,0,0,0,0 +325483,0,0,0,0,0 +325484,0,0,0,0,0 +325485,0,0,0,0,0 +325486,0,0,0,0,0 +325487,0,0,0,0,0 +325488,0,0,0,0,0 +325489,0,0,0,0,0 +325490,0,0,0,0,0 +325491,0,0,0,0,0 +325492,0,0,0,0,0 +325493,0,0,0,0,0 +325494,0,0,0,0,0 +325495,0,0,0,0,0 +325496,0,0,0,0,0 +325497,0,0,0,0,0 +325498,0,0,0,0,0 +325499,0,0,0,0,0 +325500,0,0,0,0,0 +325501,0,0,0,0,0 +325502,0,0,0,0,0 +325503,0,0,0,0,0 +325504,0,0,0,0,0 +325505,0,0,0,0,0 +325506,0,0,0,0,0 +325507,0,0,0,0,0 +325508,0,0,0,0,0 +325509,0,0,0,0,0 +325510,0,0,0,0,0 +325511,0,0,0,0,0 +325512,0,0,0,0,0 +325513,0,0,0,0,0 +325514,0,0,0,0,0 +325515,0,0,0,0,0 +325516,0,0,0,0,0 +325517,0,0,0,0,0 +325518,0,0,0,0,0 +325519,0,0,0,0,0 +325520,0,0,0,0,0 +325521,0,0,0,0,0 +325522,0,0,0,0,0 +325523,0,0,0,0,0 +325524,0,0,0,0,0 +325525,0,0,0,0,0 +325526,0,0,0,0,0 +325527,0,0,0,0,0 +325528,0,0,0,0,0 +325529,0,0,0,0,0 +325530,0,0,0,0,0 +325531,0,0,0,0,0 +325532,0,0,0,0,0 +325533,0,0,0,0,0 +325534,0,0,0,0,0 +325535,0,0,0,0,0 +325536,0,0,0,0,0 +325537,0,0,0,0,0 +325538,0,0,0,0,0 +325539,0,0,0,0,0 +325540,0,0,0,0,0 +325541,0,0,0,0,0 +325542,0,0,0,0,0 +325543,0,0,0,0,0 +325544,0,0,0,0,0 +325545,0,0,0,0,0 +325546,0,0,0,0,0 +325547,0,0,0,0,0 +325548,0,0,0,0,0 +325549,0,0,0,0,0 +325550,0,0,0,0,0 +325551,0,0,0,0,0 +325552,0,0,0,0,0 +325553,0,0,0,0,0 +325554,0,0,0,0,0 +325555,0,0,0,0,0 +325556,0,0,0,0,0 +325557,0,0,0,0,0 +325558,0,0,0,0,0 +325559,0,0,0,0,0 +325560,0,0,0,0,0 +325561,0,0,0,0,0 +325562,0,0,0,0,0 +325563,0,0,0,0,0 +325564,0,0,0,0,0 +325565,0,0,0,0,0 +325566,0,0,0,0,0 +325567,0,0,0,0,0 +325568,0,0,0,0,0 +325569,0,0,0,0,0 +325570,0,0,0,0,0 +325571,0,0,0,0,0 +325572,0,0,0,0,0 +325573,0,0,0,0,0 +325574,0,0,0,0,0 +325575,0,0,0,0,0 +325576,0,0,0,0,0 +325577,0,0,0,0,0 +325578,0,0,0,0,0 +325579,0,0,0,0,0 +325580,0,0,0,0,0 +325581,0,0,0,0,0 +325582,0,0,0,0,0 +325583,0,0,0,0,0 +325584,0,0,0,0,0 +325585,0,0,0,0,0 +325586,0,0,0,0,0 +325587,0,0,0,0,0 +325588,0,0,0,0,0 +325589,0,0,0,0,0 +325590,0,0,0,0,0 +325591,0,0,0,0,0 +325592,0,0,0,0,0 +325593,0,0,0,0,0 +325594,0,0,0,0,0 +325595,0,0,0,0,0 +325596,0,0,0,0,0 +325597,0,0,0,0,0 +325598,0,0,0,0,0 +325599,0,0,0,0,0 +325600,0,0,0,0,0 +325601,0,0,0,0,0 +325602,0,0,0,0,0 +325603,0,0,0,0,0 +325604,0,0,0,0,0 +325605,0,0,0,0,0 +325606,0,0,0,0,0 +325607,0,0,0,0,0 +325608,0,0,0,0,0 +325609,0,0,0,0,0 +325610,0,0,0,0,0 +325611,0,0,0,0,0 +325612,0,0,0,0,0 +325613,0,0,0,0,0 +325614,0,0,0,0,0 +325615,0,0,0,0,0 +325616,0,0,0,0,0 +325617,0,0,0,0,0 +325618,0,0,0,0,0 +325619,0,0,0,0,0 +325620,0,0,0,0,0 +325621,0,0,0,0,0 +325622,0,0,0,0,0 +325623,0,0,0,0,0 +325624,0,0,0,0,0 +325625,0,0,0,0,0 +325626,0,0,0,0,0 +325627,0,0,0,0,0 +325628,0,0,0,0,0 +325629,0,0,0,0,0 +325630,0,0,0,0,0 +325631,0,0,0,0,0 +325632,0,0,0,0,0 +325633,0,0,0,0,0 +325634,0,0,0,0,0 +325635,0,0,0,0,0 +325636,0,0,0,0,0 +325637,0,0,0,0,0 +325638,0,0,0,0,0 +325639,0,0,0,0,0 +325640,0,0,0,0,0 +325641,0,0,0,0,0 +325642,0,0,0,0,0 +325643,0,0,0,0,0 +325644,0,0,0,0,0 +325645,0,0,0,0,0 +325646,0,0,0,0,0 +325647,0,0,0,0,0 +325648,0,0,0,0,0 +325649,0,0,0,0,0 +325650,0,0,0,0,0 +325651,0,0,0,0,0 +325652,0,0,0,0,0 +325653,0,0,0,0,0 +325654,0,0,0,0,0 +325655,0,0,0,0,0 +325656,0,0,0,0,0 +325657,0,0,0,0,0 +325658,0,0,0,0,0 +325659,0,0,0,0,0 +325660,0,0,0,0,0 +325661,0,0,0,0,0 +325662,0,0,0,0,0 +325663,0,0,0,0,0 +325664,0,0,0,0,0 +325665,0,0,0,0,0 +325666,0,0,0,0,0 +325667,0,0,0,0,0 +325668,0,0,0,0,0 +325669,0,0,0,0,0 +325670,0,0,0,0,0 +325671,0,0,0,0,0 +325672,0,0,0,0,0 +325673,0,0,0,0,0 +325674,0,0,0,0,0 +325675,0,0,0,0,0 +325676,0,0,0,0,0 +325677,0,0,0,0,0 +325678,0,0,0,0,0 +325679,0,0,0,0,0 +325680,0,0,0,0,0 +325681,0,0,0,0,0 +325682,0,0,0,0,0 +325683,0,0,0,0,0 +325684,0,0,0,0,0 +325685,0,0,0,0,0 +325686,0,0,0,0,0 +325687,0,0,0,0,0 +325688,0,0,0,0,0 +325689,0,0,0,0,0 +325690,0,0,0,0,0 +325691,0,0,0,0,0 +325692,0,0,0,0,0 +325693,0,0,0,0,0 +325694,0,0,0,0,0 +325695,0,0,0,0,0 +325696,0,0,0,0,0 +325697,0,0,0,0,0 +325698,0,0,0,0,0 +325699,0,0,0,0,0 +325700,0,0,0,0,0 +325701,0,0,0,0,0 +325702,0,0,0,0,0 +325703,0,0,0,0,0 +325704,0,0,0,0,0 +325705,0,0,0,0,0 +325706,0,0,0,0,0 +325707,0,0,0,0,0 +325708,0,0,0,0,0 +325709,0,0,0,0,0 +325710,0,0,0,0,0 +325711,0,0,0,0,0 +325712,0,0,0,0,0 +325713,0,0,0,0,0 +325714,0,0,0,0,0 +325715,0,0,0,0,0 +325716,0,0,0,0,0 +325717,0,0,0,0,0 +325718,0,0,0,0,0 +325719,0,0,0,0,0 +325720,0,0,0,0,0 +325721,0,0,0,0,0 +325722,0,0,0,0,0 +325723,0,0,0,0,0 +325724,0,0,0,0,0 +325725,0,0,0,0,0 +325726,0,0,0,0,0 +325727,0,0,0,0,0 +325728,0,0,0,0,0 +325729,0,0,0,0,0 +325730,0,0,0,0,0 +325731,0,0,0,0,0 +325732,0,0,0,0,0 +325733,0,0,0,0,0 +325734,0,0,0,0,0 +325735,0,0,0,0,0 +325736,0,0,0,0,0 +325737,0,0,0,0,0 +325738,0,0,0,0,0 +325739,0,0,0,0,0 +325740,0,0,0,0,0 +325741,0,0,0,0,0 +325742,0,0,0,0,0 +325743,0,0,0,0,0 +325744,0,0,0,0,0 +325745,0,0,0,0,0 +325746,0,0,0,0,0 +325747,0,0,0,0,0 +325748,0,0,0,0,0 +325749,0,0,0,0,0 +325750,0,0,0,0,0 +325751,0,0,0,0,0 +325752,0,0,0,0,0 +325753,0,0,0,0,0 +325754,0,0,0,0,0 +325755,0,0,0,0,0 +325756,0,0,0,0,0 +325757,0,0,0,0,0 +325758,0,0,0,0,0 +325759,0,0,0,0,0 +325760,0,0,0,0,0 +325761,0,0,0,0,0 +325762,0,0,0,0,0 +325763,0,0,0,0,0 +325764,0,0,0,0,0 +325765,0,0,0,0,0 +325766,0,0,0,0,0 +325767,0,0,0,0,0 +325768,0,0,0,0,0 +325769,0,0,0,0,0 +325770,0,0,0,0,0 +325771,0,0,0,0,0 +325772,0,0,0,0,0 +325773,0,0,0,0,0 +325774,0,0,0,0,0 +325775,0,0,0,0,0 +325776,0,0,0,0,0 +325777,0,0,0,0,0 +325778,0,0,0,0,0 +325779,0,0,0,0,0 +325780,0,0,0,0,0 +325781,0,0,0,0,0 +325782,0,0,0,0,0 +325783,0,0,0,0,0 +325784,0,0,0,0,0 +325785,0,0,0,0,0 +325786,0,0,0,0,0 +325787,0,0,0,0,0 +325788,0,0,0,0,0 +325789,0,0,0,0,0 +325790,0,0,0,0,0 +325791,0,0,0,0,0 +325792,0,0,0,0,0 +325793,0,0,0,0,0 +325794,0,0,0,0,0 +325795,0,0,0,0,0 +325796,0,0,0,0,0 +325797,0,0,0,0,0 +325798,0,0,0,0,0 +325799,0,0,0,0,0 +325800,0,0,0,0,0 +325801,0,0,0,0,0 +325802,0,0,0,0,0 +325803,0,0,0,0,0 +325804,0,0,0,0,0 +325805,0,0,0,0,0 +325806,0,0,0,0,0 +325807,0,0,0,0,0 +325808,0,0,0,0,0 +325809,0,0,0,0,0 +325810,0,0,0,0,0 +325811,0,0,0,0,0 +325812,0,0,0,0,0 +325813,0,0,0,0,0 +325814,0,0,0,0,0 +325815,0,0,0,0,0 +325816,0,0,0,0,0 +325817,0,0,0,0,0 +325818,0,0,0,0,0 +325819,0,0,0,0,0 +325820,0,0,0,0,0 +325821,0,0,0,0,0 +325822,0,0,0,0,0 +325823,0,0,0,0,0 +325824,0,0,0,0,0 +325825,0,0,0,0,0 +325826,0,0,0,0,0 +325827,0,0,0,0,0 +325828,0,0,0,0,0 +325829,0,0,0,0,0 +325830,0,0,0,0,0 +325831,0,0,0,0,0 +325832,0,0,0,0,0 +325833,0,0,0,0,0 +325834,0,0,0,0,0 +325835,0,0,0,0,0 +325836,0,0,0,0,0 +325837,0,0,0,0,0 +325838,0,0,0,0,0 +325839,0,0,0,0,0 +325840,0,0,0,0,0 +325841,0,0,0,0,0 +325842,0,0,0,0,0 +325843,0,0,0,0,0 +325844,0,0,0,0,0 +325845,0,0,0,0,0 +325846,0,0,0,0,0 +325847,0,0,0,0,0 +325848,0,0,0,0,0 +325849,0,0,0,0,0 +325850,0,0,0,0,0 +325851,0,0,0,0,0 +325852,0,0,0,0,0 +325853,0,0,0,0,0 +325854,0,0,0,0,0 +325855,0,0,0,0,0 +325856,0,0,0,0,0 +325857,0,0,0,0,0 +325858,0,0,0,0,0 +325859,0,0,0,0,0 +325860,0,0,0,0,0 +325861,16.89890041,3097.428235,2621.368814,6.358768515,-195.1994149 +325862,346.0048979,253.5224085,1338.578029,156.0507048,406.8129666 +325863,338.0131976,220.9016071,554.4603781,152.4079878,398.2485584 +325864,326.746076,215.4660767,531.9659808,147.2623759,383.5835799 +325865,315.4869223,222.0034166,525.9641408,142.1795173,367.6752225 +325866,305.5621451,230.3744755,525.908311,137.7745922,352.8532181 +325867,297.0786517,237.132189,526.5951701,134.0780116,339.6103398 +325868,289.762608,375.85568,526.7175875,130.9424846,327.7487791 +325869,283.3435978,414.6042297,526.4302789,128.2285294,316.9840173 +325870,277.6429457,383.0626602,526.0909016,125.8436692,307.1146058 +325871,272.5437632,413.9210915,525.8924386,123.729553,298.0164999 +325872,267.9638859,424.9670252,560.6061364,121.8445,289.6031565 +325873,263.8334038,435.5025727,661.181564,120.1551784,281.8053867 +325874,260.0947941,446.0231022,615.3409451,118.6331398,274.5589666 +325875,256.6943853,456.8076651,645.2405398,117.2539219,267.8055615 +325876,253.5893864,467.4370382,658.0475276,115.9991717,261.493666 +325877,250.7415347,478.1392413,670.4356494,114.84886,255.5776106 +325878,248.1178165,488.7633453,682.8283162,113.7877421,250.0168822 +325879,245.6941928,499.8885054,694.9295588,112.8064807,244.7753965 +325880,243.4425129,510.2247704,707.2765193,111.8928888,239.8215577 +325881,241.3413871,521.4300173,719.3145461,111.0402898,235.1271272 +325882,239.3785719,532.0227217,731.3610997,110.2395072,230.6671103 +325883,237.5357796,543.3218967,743.1977756,109.4866744,226.4193515 +325884,235.7997235,553.7346628,755.2683341,108.774835,222.3641813 +325885,234.1646188,565.1248626,766.9846571,108.1018463,218.4838948 +325886,232.6174815,575.9478477,778.5760653,107.4621546,214.7629638 +325887,231.15343,586.8163835,790.4916517,106.8548474,211.1875349 +325888,229.7618317,598.3087952,802.0364749,106.2752851,207.7451388 +325889,228.4403003,608.9685454,813.1674009,105.7233578,204.4246855 +325890,227.1801924,620.2335364,824.9441253,105.1950877,201.2162095 +325891,225.9808396,629.9679262,834.0160274,104.6910085,198.1111112 +325892,224.8328392,640.0571618,843.015995,104.2070829,195.1014371 +325893,223.7347801,649.5977071,852.1915764,103.7437001,192.1798379 +325894,222.6797697,659.2588023,860.8386895,103.297587,189.3396731 +325895,221.6687277,668.8272442,869.4018126,102.8698481,186.5748167 +325896,220.6960827,678.1287566,877.8174721,102.4576292,183.8800662 +325897,219.7635942,693.65085,886.1676905,102.0623411,181.2509022 +325898,218.8658827,706.0082459,894.0534204,101.6811824,178.6828398 +325899,218.005011,718.807062,902.3553952,101.3156754,176.1721863 +325900,217.1761551,731.3612965,910.0424457,100.9632451,173.7156996 +325901,216.3813759,743.6098189,918.0329721,100.6253873,171.3098317 +325902,215.6160614,756.4423968,925.2553492,100.2995994,168.9518942 +325903,214.8827205,768.8577718,932.8761514,99.98756008,166.6392798 +325904,214.1767534,780.8426801,940.1577523,99.68675437,164.3694797 +325905,213.5006948,793.204737,947.3181627,99.39885703,162.1400513 +325906,212.8503207,805.3126307,954.1698328,99.12151092,159.949313 +325907,212.2282142,817.4495113,961.5018737,98.85640126,157.7950139 +325908,211.6300804,829.464348,968.111574,98.60112894,155.6754707 +325909,211.0588062,841.1712701,974.8151471,98.35750891,153.5890733 +325910,210.5101197,853.5430059,981.4231659,98.12314535,151.5342913 +325911,209.9870215,865.1853146,987.8442845,97.89989876,149.5097961 +325912,209.4852512,877.0093624,994.1371221,97.68537336,147.5141744 +325913,209.0078006,888.8135771,1000.383187,97.481421,145.5461427 +325914,208.5505832,900.4886442,1006.408651,97.2857214,143.604687 +325915,208.1166272,912.0999486,1012.420249,97.10013963,141.6886396 +325916,207.70187,923.7430298,1018.206759,96.92236352,139.7971004 +325917,207.3093608,935.2558131,1023.982217,96.75426527,137.9289791 +325918,206.935036,946.704642,1029.531076,96.5935305,136.0834344 +325919,206.5821337,958.1925186,1035.073104,96.44211537,134.259749 +325920,206.2465496,966.1616077,1039.036825,96.29768581,132.4570593 +325921,204.5250532,1406.534573,1998.729616,95.53773082,127.9488761 +325922,221.5145254,1432.539222,2033.169655,103.452244,158.1428299 +325923,248.2972377,1453.278206,2056.710816,115.7756833,207.388763 +325924,275.6291546,1472.637591,2077.714885,128.1627049,259.1868158 +325925,299.558304,1490.938672,2096.349479,138.8064317,306.1403049 +325926,319.6197842,1508.766972,2132.243604,147.5529863,346.9439242 +325927,336.5046939,1525.756549,2107.581,154.77957,382.4600203 +325928,350.9597132,1542.759388,2152.355266,160.8712762,413.7581885 +325929,363.5103005,1559.21394,2161.874537,166.0947489,441.5960314 +325930,374.4976513,1582.065581,2175.24165,170.621108,466.4589027 +325931,384.1644819,1594.326368,2195.6143,174.5701685,488.6944155 +325932,921.1861504,1616.360555,2213.903678,370.1459303,508.5922043 +325933,652.1465964,1625.465054,2212.240019,294.8821462,526.4126645 +325934,748.3199235,1613.810999,2233.210058,321.4644598,542.3905305 +325935,774.787181,1668.633219,2244.363754,336.8261391,556.7365522 +325936,794.6736802,1664.972662,2256.565091,346.9776351,569.6366678 +325937,813.8967475,1683.82536,2268.438874,356.5190868,581.2541567 +325938,833.396603,1698.793281,2280.412407,366.2459769,591.7320214 +325939,851.1361437,1713.615264,2291.739463,375.1761273,601.1969355 +325940,869.9684923,1728.021816,2303.151171,384.4881111,609.7592963 +325941,887.5188312,1742.75404,2319.70606,393.2584399,617.1796697 +325942,904.7641153,1756.904127,2322.204981,401.8725584,623.6315954 +325943,922.391404,1771.192526,2335.882446,410.5991156,629.32388 +325944,938.9885664,1785.260229,2345.999053,418.84923,634.4004347 +325945,955.5867359,1799.224059,2355.506624,427.1266993,756.9372201 +325946,971.5011185,1813.137472,2365.421727,435.1814752,1073.570121 +325947,988.0592115,1826.640683,2380.159606,442.9648073,897.4303685 +325948,1003.470428,1840.490508,2381.893633,450.9862132,979.8309589 +325949,1019.244111,1853.70087,2393.228966,458.6035097,1000.608101 +325950,1033.878221,1867.094642,2401.966366,465.9045991,1020.356888 +325951,1049.082616,1879.698383,2415.093281,473.2780891,1038.966101 +325952,1063.736647,1892.092794,2415.963534,480.7979546,1057.910039 +325953,1077.845014,1904.305921,2425.140452,487.8503682,1067.968307 +325954,1042.587395,1893.367631,2386.669896,472.1416232,991.6357179 +325955,1065.705361,1906.714701,2356.284227,482.8226094,1025.608379 +325956,1137.732695,1945.376806,2323.733688,516.004799,1146.645625 +325957,1115.026673,1967.590125,2302.172104,506.4646457,1091.828921 +325958,1138.421844,1919.593313,2289.079484,517.8289328,1122.227171 +325959,1150.863159,1984.75696,2275.696909,523.6189112,1134.461122 +325960,1164.816385,1975.726775,2262.31869,530.4337075,1147.297006 +325961,1177.053673,1989.837947,2249.816569,537.1227636,1159.202068 +325962,1190.569244,2010.074763,2237.19392,543.1595956,1170.644319 +325963,1203.351525,1999.02055,2225.417854,549.6864217,1182.758527 +325964,1215.102004,2027.973469,2213.768126,555.4145941,1192.967295 +325965,1227.956012,2031.484921,2202.097966,561.7622824,1204.635628 +325966,1239.486484,2042.910088,2190.657849,567.4273941,1214.796749 +325967,1370.786123,2115.23636,2299.484834,627.550278,1439.710972 +325968,1091.073228,1999.177451,2189.362485,501.5836031,915.560005 +325969,1475.351629,2149.630035,2306.539176,675.6339908,1612.976989 +325970,1097.033589,1996.774659,2190.010308,505.0941058,902.1348855 +325971,1498.25168,2206.096227,2307.543313,686.8847195,1633.066762 +325972,1118.680821,1990.196177,2189.805152,515.7937818,919.4326124 +325973,1521.283587,2232.918624,2308.413281,697.7207268,1653.234097 +325974,1139.822683,2007.686371,2188.739559,526.723662,936.0657723 +325975,1543.924168,2251.234115,2307.814446,708.5160842,1672.894906 +325976,1160.245521,2025.797741,2186.352641,536.8420053,951.8399641 +325977,1566.344386,2268.755682,2306.142739,719.3596671,1691.93585 +325978,1179.889311,2062.335736,2182.341679,546.5690194,966.9917126 +325979,1588.356787,2266.75606,2302.604131,730.1009679,1710.455191 +325980,1319.966882,2137.186395,2300.605177,610.9221685,1200.30445 +325981,1822.395811,2370.964251,2302.379772,829.1390875,2144.336652 +325982,1818.468629,2370.03826,2326.781475,828.7795701,2091.896387 +325983,1830.154241,2378.953258,2359.806854,834.2257561,2128.865302 +325984,1841.840528,2388.438655,2390.003935,839.8596948,2124.944526 +325985,1852.837952,2397.166367,2414.074792,845.3951276,2139.397215 +325986,1863.946349,2405.748207,2432.703762,850.6993997,2148.30048 +325987,1874.322633,2420.871407,2447.244412,856.0295547,2157.837411 +325988,1885.006319,2413.301326,2458.9051,861.1274809,2166.985417 +325989,1895.377222,2440.26879,2468.692063,866.3441859,2175.799291 +325990,1905.83775,2436.56055,2477.29103,871.297853,2184.856811 +325991,1915.645498,2446.689295,2484.68412,876.3368853,2193.360699 +325992,1925.901444,2455.114912,2491.143556,881.2942139,2201.919625 +325993,1935.602615,2462.384787,2496.938258,886.1563255,2210.02133 +325994,1945.542762,2469.781293,2502.330976,890.9218178,2218.416086 +325995,1955.036297,2477.233872,2507.013362,895.7782505,2226.363967 +325996,1964.868311,2484.330604,2511.286271,900.3951537,2234.314651 +325997,1973.869268,2491.353206,2515.222589,905.1565347,2241.85928 +325998,1983.636274,2498.485415,2518.88395,909.622254,2249.757198 +325999,1992.620311,2505.412774,2522.303436,914.3632925,2257.128859 +326000,2001.958478,2512.168734,2525.779072,918.7482167,2269.903933 +326001,2010.852984,2518.789559,2528.814648,923.3266528,2269.430733 +326002,2019.990347,2525.512809,2533.355472,927.6569308,2279.596674 +326003,2028.816036,2538.025075,2534.821688,932.1929249,2286.246919 +326004,2037.606812,2529.590548,2537.055951,936.3561114,2293.048204 +326005,2046.348959,2553.112436,2538.7454,940.8404672,2299.857901 +326006,2055.084063,2549.159023,2541.235906,944.9732748,2306.745761 +326007,2063.469882,2556.404622,2543.314388,949.1742378,2313.333633 +326008,2072.11185,2563.129395,2545.449629,953.3077446,2319.588004 +326009,2080.346233,2568.519066,2547.46693,957.4777842,2331.724029 +326010,2088.694987,2573.758476,2549.245606,961.4632328,2324.921128 +326011,2096.528493,2578.689427,2551.067298,965.5597962,2345.800453 +326012,2104.588246,2582.574047,2552.688681,969.4219162,2343.441488 +326013,2112.239405,2586.47559,2554.021871,973.430493,2350.283776 +326014,2119.914721,2590.129271,2555.12708,977.2110713,2357.446319 +326015,2127.75803,2593.606683,2556.136486,981.1393175,2362.613422 +326016,2135.166552,2597.071295,2557.152588,984.8421873,2373.322053 +326017,2142.603796,2600.347525,2559.710626,988.6931111,2373.15622 +326018,2150.209506,2602.658611,2559.349695,992.3221334,2378.765509 +326019,2157.512656,2606.12396,2561.117196,996.0973488,2385.761093 +326020,2164.445694,2608.104432,2560.464525,999.6551057,2390.295396 +326021,2172.004061,2610.877201,2560.783007,1003.358907,2400.246667 +326022,2178.955728,2613.22592,2561.144859,1006.845127,2400.148306 +326023,2185.865949,2615.270012,2561.416648,1010.480869,2405.433665 +326024,2190.071578,2622.34888,2561.862017,1010.584006,2415.683159 +326025,2196.443117,2626.101225,2562.37989,1013.359798,2416.045814 +326026,2203.272855,2628.233955,2562.770082,1016.446961,2425.106152 +326027,2209.996768,2630.334022,2562.948724,1019.721692,2425.726109 +326028,2216.423537,2632.332964,2562.977872,1022.801888,2433.883524 +326029,2230.356217,2634.184067,2562.878205,1026.052884,2434.502069 +326030,2221.110678,2635.621306,2562.572659,1029.048876,2436.47754 +326031,2263.322907,2637.104843,2562.044334,1032.35111,2439.35604 +326032,2205.781548,2638.410164,2561.401435,1035.324731,2438.884381 +326033,2266.836825,2639.429136,2560.56863,1038.508375,2438.365511 +326034,2251.488283,2640.590867,2559.460427,1041.481642,2437.738538 +326035,2261.865002,2641.402916,2558.20252,1044.672662,2437.140946 +326036,2268.085603,2642.390159,2558.533049,1047.514115,2438.674093 +326037,2274.337502,2642.483668,2556.197768,1050.64673,2437.102097 +326038,2280.383336,2643.3379,2554.381498,1053.525061,2436.287219 +326039,2286.58688,2643.620834,2552.737521,1056.571098,2435.775796 +326040,2292.803098,2643.84229,2551.176229,1059.358359,2435.445832 +326041,2304.787312,2652.974651,2550.09459,1065.071795,2435.930619 +326042,2311.670804,2639.732394,2550.906726,1068.317807,2438.887557 +326043,2318.142688,2656.34938,2550.925553,1071.469313,2440.994184 +326044,2324.442733,2639.801199,2548.862014,1074.533442,2440.636481 +326045,2330.738216,2656.179117,2549.122888,1077.532915,2443.176307 +326046,2336.584933,2639.492146,2546.923295,1080.48771,2442.72908 +326047,2342.651032,2654.864645,2545.353299,1083.398199,2443.068308 +326048,2348.522109,2639.192539,2543.959021,1087.116539,2443.627745 +326049,2354.348547,2653.42015,2542.673035,1090.378344,2444.325295 +326050,2360.118759,2638.317301,2543.05967,1091.961777,2447.087307 +326051,2365.954192,2651.537828,2540.866503,1097.792993,2446.698808 +326052,2371.277382,2636.05688,2539.186151,1096.263916,2446.937326 +326053,2377.182654,2650.495721,2539.377508,1104.665931,2449.462456 +326054,2382.613546,2633.662291,2538.683657,1100.067383,2450.90015 +326055,2388.136605,2647.731801,2537.651437,1113.37169,2452.122492 +326056,2394.750246,2630.692956,2534.737794,1101.937816,2450.805924 +326057,2408.028013,2644.609467,2532.663379,1124.482979,2450.474319 +326058,2391.20961,2627.94898,2530.939274,1099.117426,2450.528947 +326059,2414.305395,2641.532574,2529.467691,1114.810903,2450.862932 +326060,2414.659822,2624.235741,2528.004434,1122.268984,2451.186877 +326061,2419.834927,2637.959697,2526.577434,1119.856886,2451.538228 +326062,2425.331383,2620.38475,2525.156897,1123.813031,2451.878943 +326063,2430.474397,2633.919432,2523.780338,1126.36628,2452.252233 +326064,2435.568928,2616.224299,2522.385047,1128.86972,2452.578394 +326065,2440.623491,2629.358085,2521.02154,1131.420715,2452.917011 +326066,2445.634493,2612.024107,2521.30822,1133.788321,2455.259515 +326067,2450.602962,2618.375958,2520.53279,1136.278917,2456.283255 +326068,2455.530451,2614.158702,2517.774827,1138.62938,2454.845682 +326069,2460.425948,2611.16736,2515.822023,1141.134374,2454.346495 +326070,2465.279244,2609.135807,2515.81831,1143.476988,2456.190275 +326071,2478.492503,2606.55562,2513.362252,1146.101769,2454.982619 +326072,2466.059975,2605.604897,2511.646442,1148.819284,2454.607824 +326073,2484.997359,2604.187754,2510.30522,1151.378734,2454.589403 +326074,2486.793468,2602.755919,2509.182481,1154.087802,2454.736429 +326075,2492.246722,2601.648205,2509.676099,1156.739403,2457.039364 +326076,2497.838836,2599.69603,2507.551467,1159.395142,2456.182819 +326077,2503.373041,2598.529815,2506.085172,1161.985478,2456.026698 +326078,2508.746047,2597.380541,2506.641193,1164.739928,2458.167559 +326079,2521.605455,2595.331508,2504.799457,1167.406189,2457.180945 +326080,2510.149657,2594.080466,2503.693534,1169.963071,2456.933014 +326081,2528.29571,2592.529186,2502.909492,1172.652266,2456.940501 +326082,2530.675385,2590.986543,2502.295488,1175.278891,2457.038909 +326083,2535.992106,2589.304329,2501.788405,1177.910953,2457.176348 +326084,2547.516149,2587.993271,2503.034006,1180.539565,2459.39372 +326085,2544.796555,2585.690359,2501.706732,1183.230091,2458.389652 +326086,2547.743701,2584.290129,2501.000774,1185.744583,2458.082857 +326087,2570.69176,2582.783127,2502.185008,1188.409238,2460.040338 +326088,2549.3236,2580.865003,2502.556964,1190.934462,2460.952382 +326089,2590.429383,2578.337714,2500.912679,1193.642394,2459.342977 +326090,2551.038421,2577.357103,2501.76022,1196.192119,2460.744773 +326091,2614.672913,2574.555885,2500.44205,1198.794501,2459.434164 +326092,2550.645412,2572.955657,2499.910251,1201.455732,2459.039958 +326093,2627.095419,2571.32767,2501.472692,1203.9319,2461.185455 +326094,2559.37905,2568.420636,2500.533723,1206.557286,2460.218826 +326095,2641.657405,2566.64827,2500.359479,1209.120608,2460.170727 +326096,2592.311488,2564.36746,2500.359195,1211.685861,2460.293031 +326097,2617.301101,2562.115615,2500.201531,1214.248489,2460.18575 +326098,2619.606991,2559.837843,2500.255045,1216.806889,2460.305001 +326099,2624.550104,2557.688348,2500.574648,1219.360702,2460.728864 +326100,2630.147346,2555.088404,2501.004709,1221.910606,2461.266506 +326101,2494.173683,2498.196535,2500.334025,1171.225549,2460.580864 +326102,2543.435378,2495.011882,2492.507324,1172.416413,2449.542882 +326103,2511.429923,2491.260458,2482.088541,1174.34364,2434.226597 +326104,2527.701468,2487.938405,2472.785643,1176.104772,2420.015429 +326105,2547.549046,2484.534931,2465.917347,1178.069494,2408.418858 +326106,2503.345924,2481.183595,2461.040001,1180.105775,2399.360831 +326107,2577.868291,2477.749033,2457.723342,1181.983627,2392.417488 +326108,2503.466286,2474.593198,2457.023199,1184.037955,2388.943711 +326109,2587.405944,2470.69068,2454.321536,1186.035923,2383.257689 +326110,2528.71446,2467.375931,2452.482264,1188.057753,2378.870735 +326111,2570.51167,2463.773497,2450.912862,1190.083565,2375.02245 +326112,2556.038339,2460.143458,2449.569604,1192.114897,2371.638842 +326113,2565.985792,2456.643056,2450.141733,1194.151362,2370.791677 +326114,2569.116481,2452.634034,2448.397494,1196.115219,2367.253146 +326115,2573.367087,2449.281336,2447.525349,1198.265957,2364.927406 +326116,2577.47021,2438.389424,2448.582576,1200.330104,2365.099624 +326117,2581.499814,2450.269282,2447.327034,1202.276391,2362.533474 +326118,2585.952146,2427.450215,2448.472963,1204.377774,2363.024614 +326119,2590.024555,2436.098704,2448.800844,1206.412963,2362.594883 +326120,2594.144012,2428.426279,2447.298512,1208.460968,2359.978936 +326121,2598.431681,2424.516711,2446.719558,1210.511839,2358.543006 +326122,2602.561489,2420.622472,2446.488467,1212.561742,2357.565312 +326123,2606.538853,2416.498127,2446.459915,1214.612629,2356.869128 +326124,2611.038357,2412.592729,2448.211542,1216.664637,2358.407336 +326125,2615.018234,2407.868861,2447.359957,1218.714439,2356.779095 +326126,2619.24306,2403.811625,2447.120156,1220.841962,2355.929286 +326127,2623.369296,2399.370332,2447.119198,1222.780941,2355.382428 +326128,2627.589474,2395.033681,2447.245987,1224.885988,2354.999807 +326129,2631.65682,2390.566789,2447.444915,1226.925693,2354.714571 +326130,2635.667205,2386.026868,2447.686674,1228.901344,2354.49084 +326131,2639.165721,2380.312339,2447.930836,1230.637247,2354.277102 +326132,2642.142235,2374.166759,2448.079792,1232.15879,2354.001331 +326133,2645.231447,2368.225231,2448.093983,1233.708388,2353.646641 +326134,2648.210624,2361.615733,2447.9882,1235.216585,2353.234947 +326135,2651.073391,2355.269468,2447.793134,1236.698523,2352.79291 +326136,2653.973791,2348.78537,2447.540673,1238.156977,2352.345745 +326137,2656.849124,2342.091743,2447.251016,1239.593557,2351.906624 +326138,2659.358827,2335.421311,2446.934311,1241.009366,2351.479301 +326139,2662.439825,2328.774068,2446.600363,1242.481005,2351.069386 +326140,2664.968128,2321.688572,2446.249062,1243.744596,2350.671711 +326141,2675.860942,2314.777798,2445.996581,1245.157047,2350.42559 +326142,2658.374638,2307.836088,2445.599007,1246.485859,2350.027005 +326143,2686.149539,2300.714979,2445.201035,1247.808678,2349.650546 +326144,2671.260692,2293.631945,2446.596384,1249.116351,2351.510755 +326145,2678.941936,2286.464696,2445.202006,1250.4036,2349.958572 +326146,2681.165662,2271.473596,2444.25212,1251.679388,2348.965986 +326147,2683.127732,2282.35967,2443.655282,1252.937734,2348.40705 +326148,2685.801214,2251.998845,2443.170933,1254.181361,2347.987837 +326149,2688.099087,2260.908282,2442.649587,1255.410374,2347.529718 +326150,2690.391468,2247.871236,2442.23697,1256.546861,2347.215161 +326151,2692.721403,2241.214844,2441.859224,1257.864303,2346.953798 +326152,2694.986374,2233.595229,2441.463808,1258.996041,2346.680246 +326153,2697.293093,2226.138089,2441.081344,1260.260965,2346.430766 +326154,2699.450171,2218.446025,2440.708791,1261.304644,2346.200064 +326155,2701.601792,2210.830467,2440.340778,1262.509345,2345.979991 +326156,2703.602989,2203.277363,2439.977341,1263.63325,2345.769536 +326157,2705.971581,2195.359315,2439.620941,1264.757021,2345.570762 +326158,2707.961154,2187.690836,2439.269485,1265.868896,2345.380185 +326159,2710.087819,2179.956541,2438.921224,1266.96934,2345.194827 +326160,2712.052502,2172.099856,2438.575392,1268.058405,2345.013056 +326161,2457.548697,2035.023342,2433.763014,1160.119925,2338.904818 +326162,2492.784033,2051.976598,2413.536702,1158.797713,2310.851899 +326163,2458.873161,2038.070216,2388.53888,1158.112964,2274.241181 +326164,2470.421749,2010.57779,2367.207696,1157.92809,2240.947444 +326165,2468.645726,2037.92659,2350.939364,1157.848891,2214.225648 +326166,2468.413497,1985.199062,2339.597443,1157.966103,2193.59366 +326167,2468.670714,1997.643418,2331.580191,1157.895485,2177.460939 +326168,2469.014483,1989.684522,2325.660897,1158.222584,2164.41752 +326169,2469.368398,1985.867646,2322.805766,1158.3604,2155.675124 +326170,2469.764596,1957.332006,2318.206789,1158.597374,2145.332298 +326171,2479.020207,1970.414007,2314.943206,1164.79205,2137.111179 +326172,2481.150794,1955.560585,2313.128257,1166.114856,2130.282069 +326173,2482.326613,1948.587428,2312.169451,1166.888143,2124.401064 +326174,2483.59495,1940.304755,2311.507853,1167.630929,2119.169065 +326175,2484.833379,1954.673264,2310.844157,1168.348226,2114.391569 +326176,2485.96109,1891.963282,2310.192154,1169.048864,2110.08821 +326177,2487.156317,1950.659694,2309.508764,1169.739563,2106.14272 +326178,2488.322032,1876.119678,2308.798661,1170.425039,2102.49117 +326179,2489.550034,1912.712733,2309.833167,1171.108805,2101.250514 +326180,2490.614419,1888.450585,2308.15136,1171.789267,2096.925574 +326181,2491.862474,1883.04421,2307.023133,1172.472744,2093.469851 +326182,2493.089176,1875.079585,2307.819517,1173.156494,2092.528743 +326183,2494.165893,1867.020419,2306.039798,1173.839728,2088.5806 +326184,2495.490852,1858.896829,2304.88728,1174.527272,2085.517225 +326185,2496.588743,1851.076488,2303.957167,1175.215857,2082.82006 +326186,2497.834708,1862.287541,2303.116218,1175.907271,2080.316064 +326187,2499.082266,1807.677389,2302.395065,1176.601678,2078.036306 +326188,2500.246383,1855.824525,2301.73,1177.299063,2075.896111 +326189,2501.327165,1794.438447,2301.089401,1178.000023,2073.849206 +326190,2502.816102,1822.10782,2300.494943,1178.704565,2071.914032 +326191,2504.449351,1802.096959,2299.901866,1179.60507,2070.028369 +326192,2506.351908,1796.636423,2299.343597,1180.34457,2068.210621 +326193,2508.35875,1789.701676,2300.573974,1181.27085,2068.592622 +326194,2510.237213,1782.389209,2299.183951,1182.140268,2065.781096 +326195,2512.375792,1775.246874,2300.121926,1183.040627,2065.82582 +326196,2514.352957,1768.116176,2298.613606,1183.945181,2062.871121 +326197,2516.517618,1760.922825,2299.691602,1184.868707,2062.859594 +326198,2518.59595,1754.035951,2299.877734,1185.797223,2062.007135 +326199,2520.702129,1746.955869,2298.125267,1186.737111,2058.756137 +326200,2523.014424,1740.127588,2298.905651,1187.691737,2058.624772 +326201,2525.149836,1733.040968,2297.382405,1188.649843,2055.631086 +326202,2527.398732,1726.128595,2296.611673,1189.623399,2053.546247 +326203,2529.550881,1719.430268,2296.140975,1190.604263,2051.815094 +326204,2532.096444,1712.562665,2295.846824,1191.595196,2050.289959 +326205,2534.343973,1705.828769,2295.658256,1192.595573,2048.894684 +326206,2536.755023,1699.125408,2295.535832,1193.605108,2047.579795 +326207,2539.177535,1692.358594,2295.455705,1194.623724,2046.320167 +326208,2541.622064,1685.898765,2295.581868,1195.651107,2045.099984 +326209,2544.270038,1679.266295,2295.525545,1196.687178,2043.912128 +326210,2546.736028,1695.81063,2297.289711,1197.732765,2044.806907 +326211,2557.449645,1633.298351,2298.186733,1198.784455,2044.798973 +326212,2539.90391,1675.753269,2296.91056,1199.844044,2042.109366 +326213,2567.441787,1649.971606,2296.338612,1200.835417,2040.270106 +326214,2553.219071,1647.232913,2295.702921,1202.027099,2038.928677 +326215,2552.182468,1635.406999,2295.691801,1197.443923,2037.478708 +326216,2552.655959,1628.2964,2294.71727,1197.351679,2035.85883 +326217,2554.539051,1621.506117,2295.200867,1197.947261,2036.407474 +326218,2556.549746,1615.135437,2293.03415,1198.621718,2033.838846 +326219,2558.705745,1608.675527,2291.632065,1199.38842,2032.091485 +326220,2561.392982,1602.506728,2290.649531,1200.123371,2030.67017 +326221,2797.08882,1703.376742,2294.442426,1322.78103,2034.988766 +326222,2807.433687,1699.293208,2314.317317,1288.102133,2062.127254 +326223,2803.221646,1720.805269,2338.90762,1339.861281,2097.171628 +326224,2816.862374,1652.67217,2359.475868,1287.15592,2128.650092 +326225,2818.771366,1725.926431,2374.591598,1341.243417,2153.416076 +326226,2822.063019,1643.527986,2385.090036,1295.680529,2172.234442 +326227,2826.028847,1694.220223,2392.429496,1339.169958,2186.66388 +326228,2829.820554,1662.425257,2397.982072,1303.70765,2198.058933 +326229,2833.649341,1667.909812,2402.130653,1340.671817,2207.357531 +326230,2845.438022,1660.54845,2405.671209,1306.986078,2215.334922 +326231,2831.449002,1656.385455,2408.500402,1347.618011,2221.905348 +326232,2854.110644,1651.841199,2410.906564,1304.883355,2227.470913 +326233,2848.553212,1647.361391,2413.246237,1339.223244,2232.519647 +326234,2852.460093,1642.963839,2416.912151,1334.382026,2238.820816 +326235,2856.082501,1638.646107,2417.676993,1324.615157,2241.220816 +326236,2860.041103,1634.320087,2418.929128,1352.803357,2243.915064 +326237,2864.460798,1630.777026,2422.051846,1310.625513,2248.639934 +326238,2867.086231,1627.417825,2422.603553,1349.816466,2249.967894 +326239,2878.505066,1624.285861,2425.489764,1354.083849,2253.970422 +326240,2866.113231,1621.245115,2425.801952,1318.653471,2254.624539 +326241,2885.198801,1618.30116,2426.696159,1357.249187,2255.831525 +326242,2882.2742,1615.521127,2427.971485,1345.624551,2257.560968 +326243,2885.674452,1612.579616,2430.962939,1350.825975,2261.065502 +326244,2888.609735,1609.919725,2431.250039,1353.738665,2261.147528 +326245,2899.706551,1607.235058,2432.288217,1356.599582,2262.063478 +326246,2889.191761,1604.637755,2433.435785,1359.611733,2263.027595 +326247,2905.568299,1602.096302,2434.585896,1362.672081,2263.921174 +326248,2905.557761,1599.516254,2437.639089,1365.806112,2267.101745 +326249,2905.961311,1597.222247,2438.030263,1368.921787,2266.966517 +326250,2916.783088,1594.783257,2439.001406,1372.414567,2267.499629 +326251,2907.463413,1592.073863,2440.060733,1375.130088,2268.09009 +326252,2920.825295,1589.320678,2441.057761,1378.130682,2268.608002 +326253,2920.518341,1586.569876,2442.159027,1381.077502,2269.300558 +326254,2928.772991,1584.886931,2443.346422,1384.070348,2270.160752 +326255,2919.202378,1583.143509,2444.26854,1387.100454,2270.753512 +326256,2930.31495,1581.18892,2444.936402,1390.169453,2271.081725 +326257,2930.709255,1579.325871,2445.655743,1393.278431,2271.510802 +326258,2931.559249,1577.455336,2446.331664,1396.427536,2271.917222 +326259,2932.950521,1575.591705,2446.849592,1399.61767,2272.156093 +326260,2934.759364,1573.735573,2447.267796,1402.935419,2272.295691 +326261,2936.762345,1571.887007,2447.639357,1406.07921,2272.398485 +326262,2937.589529,1570.046052,2447.958152,1409.457074,2272.455057 +326263,2937.473536,1568.217521,2448.166533,1412.846206,2272.393184 +326264,2940.008551,1566.48702,2449.948524,1416.218347,2274.490211 +326265,2938.474579,1564.528721,2449.02693,1419.698249,2273.074597 +326266,2937.78351,1562.785219,2448.523753,1423.157878,2272.17939 +326267,2937.358748,1560.972274,2448.080307,1426.730694,2271.356798 +326268,2937.098313,1559.08273,2447.652194,1430.318239,2270.557637 +326269,2936.947382,1557.438159,2447.224189,1433.949736,2269.769205 +326270,2936.86766,1555.593278,2446.786252,1437.62617,2268.983309 +326271,2936.837397,1553.837714,2446.334069,1441.348581,2268.19693 +326272,2936.844849,1552.076193,2445.866473,1445.117713,2267.409582 +326273,2936.883048,1550.322156,2445.383504,1448.933788,2266.621636 +326274,2936.945515,1548.575941,2444.884442,1453.353948,2265.832223 +326275,2937.012606,1546.837477,2444.359499,1462.806241,2265.029255 +326276,2937.121777,1545.106743,2443.83464,1452.054057,2264.244369 +326277,2937.268341,1543.383591,2443.308831,1467.839641,2263.476176 +326278,2937.406086,1541.668033,2442.754399,1468.46559,2262.69066 +326279,2937.54674,1539.96002,2442.179948,1472.652184,2261.897996 +326280,2937.701733,1538.259437,2441.593503,1476.988792,2261.107472 +326281,2939.378849,1559.175468,2442.550486,1503.75293,2263.19501 +326282,2943.75858,1558.742648,2445.086542,1509.256423,2267.867707 +326283,2949.357494,1557.78286,2448.359537,1514.229118,2273.853969 +326284,2954.592308,1556.686623,2451.447494,1528.370797,2279.772326 +326285,2958.896005,1555.490841,2454.008175,1510.407071,2285.242853 +326286,2962.310049,1554.233149,2456.043621,1535.43887,2289.826328 +326287,2965.043882,1552.93535,2457.653006,1532.254652,2293.827207 +326288,2967.364348,1551.61064,2458.980213,1538.506088,2297.41211 +326289,2969.437598,1550.266374,2460.117316,1543.422933,2300.690005 +326290,2971.341807,1548.906645,2461.109555,1548.231422,2303.716561 +326291,2973.104056,1547.534164,2461.974317,1560.468769,2306.702231 +326292,2974.796702,1546.150567,2462.759358,1547.701128,2309.303815 +326293,2976.436853,1544.75712,2463.477894,1568.342768,2311.762117 +326294,2977.995989,1543.354654,2464.114119,1567.204677,2314.069333 +326295,2979.501224,1541.943963,2464.687078,1574.870609,2316.25524 +326296,2980.955472,1540.52532,2465.200149,1584.851546,2318.507326 +326297,2982.406286,1539.099181,2465.685115,1573.749352,2320.458398 +326298,2983.826978,1537.665546,2466.126374,1602.578272,2322.327593 +326299,2985.188466,1536.22482,2466.506934,1595.594009,2324.219215 +326300,2986.603552,1534.872755,2466.899514,1581.465601,2325.880701 +326301,2988.145996,1533.180917,2467.35271,1630.498062,2327.550638 +326302,2989.707219,1531.927188,2467.800019,1584.64398,2329.483101 +326303,2991.390398,1530.377011,2468.309086,1641.589514,2331.335785 +326304,2995.712621,1528.916097,2470.487137,1614.23827,2335.373007 +326305,2995.618426,1527.431466,2469.863179,1625.211841,2335.978167 +326306,2996.415277,1525.942713,2469.788441,1635.101468,2337.209315 +326307,2997.7323,1524.445108,2470.012278,1637.997656,2338.769116 +326308,2999.310322,1525.660308,2470.374452,1641.870615,2340.687626 +326309,3000.922441,1524.724523,2471.109504,1647.054519,2342.491823 +326310,3005.278096,1523.514647,2473.817102,1652.732121,2346.444567 +326311,3005.583088,1522.380848,2473.995386,1658.033284,2347.3122 +326312,3006.803548,1521.245615,2474.69278,1663.534641,2348.857492 +326313,3011.03536,1520.104255,2477.221052,1669.115917,2352.674217 +326314,3011.32195,1518.956364,2477.19118,1674.463839,2353.446053 +326315,3012.560669,1517.811193,2477.718068,1680.259872,2355.123341 +326316,3014.126018,1516.663067,2478.40588,1685.801236,2356.803645 +326317,3015.86867,1515.515189,2479.170079,1691.467817,2358.58093 +326318,3017.713159,1514.367164,2479.973346,1697.138826,2360.415834 +326319,3019.612467,1513.219372,2480.793189,1702.803408,2362.283913 +326320,3021.541803,1512.071718,2481.618129,1708.45144,2364.171067 +326321,3023.540729,1507.879459,2482.4756,1716.686659,2366.109551 +326322,3025.771107,1506.206591,2483.099171,1728.780997,2368.196491 +326323,3027.936812,1504.664867,2483.446453,1720.472701,2370.216346 +326324,3032.763168,1503.412626,2485.451437,1744.336852,2374.328767 +326325,3033.535208,1501.986575,2484.963559,1737.980108,2375.318423 +326326,3035.018103,1500.659867,2485.00952,1747.858339,2376.870026 +326327,3036.711199,1499.331316,2485.242611,1753.600676,2378.560312 +326328,3038.60787,1498.011666,2485.640597,1762.072816,2380.384432 +326329,3040.685876,1496.792219,2486.181799,1770.764523,2382.337424 +326330,3042.900772,1495.350857,2486.835213,1778.803569,2384.603136 +326331,3045.181812,1494.115134,2487.554052,1786.890005,2386.722507 +326332,3047.493302,1492.806153,2488.312898,1795.068811,2388.870092 +326333,3049.824056,1491.514954,2489.101246,1803.07423,2391.040259 +326334,3052.169902,1490.228062,2489.91303,1811.433119,2393.22963 +326335,3054.523658,1488.945032,2490.740671,1819.538009,2395.430888 +326336,3056.876759,1487.665232,2491.576237,1827.709821,2397.635452 +326337,3059.228879,1486.29577,2492.417435,1835.747742,2399.841342 +326338,3061.581412,1485.156597,2493.457242,1844.054253,2402.048297 +326339,3064.060891,1483.821197,2494.379461,1857.601847,2404.355446 +326340,3066.54003,1482.565572,2495.300507,1858.548127,2406.663937 +326341,3067.306916,1448.292443,2494.837021,1833.173104,2406.778607 +326342,3062.389529,1446.740698,2490.22083,1845.305491,2400.787507 +326343,3055.796224,1445.402671,2484.221878,1857.041942,2392.381607 +326344,3050.50186,1444.067709,2478.976462,1857.923958,2384.578162 +326345,3047.221367,1442.755306,2474.867983,1868.858393,2378.338586 +326346,3045.769133,1441.452916,2472.220893,1876.785023,2373.719472 +326347,3045.561757,1440.159154,2470.669333,1884.912988,2370.346138 +326348,3046.051158,1438.87174,2469.470419,1892.911605,2367.824002 +326349,3046.945895,1437.590615,2468.621212,1901.135284,2365.917164 +326350,3048.091947,1436.225514,2468.019823,1909.070985,2364.489305 +326351,3049.557709,1435.08266,2467.694547,1922.638758,2363.562415 +326352,3051.159107,1433.75327,2467.521155,1924.004672,2362.970335 +326353,3052.692453,1432.588757,2467.355196,1933.698135,2362.52148 +326354,3054.265122,1431.200358,2467.257634,1942.345271,2362.277724 +326355,3055.927331,1430.002152,2467.246931,1950.119259,2362.248753 +326356,3057.760464,1428.733145,2467.372345,1963.069936,2362.484233 +326357,3059.638942,1427.478941,2467.546283,1964.996099,2362.865964 +326358,3061.652974,1426.226936,2467.641391,1974.088648,2363.226528 +326359,3063.320842,1424.977354,2467.729257,1982.437667,2363.644517 +326360,3067.787903,1423.644174,2469.615369,1995.581599,2366.354406 +326361,3068.266167,1422.521738,2468.988965,1997.240387,2366.013123 +326362,3069.386456,1421.218945,2468.776522,2005.873859,2366.228301 +326363,3070.860448,1419.988897,2468.773732,2018.372273,2366.730462 +326364,3072.583753,1418.748417,2468.915362,2021.553715,2367.436548 +326365,3074.376505,1417.509721,2469.09514,2032.887353,2368.42141 +326366,3076.319048,1416.272148,2469.370212,2041.265769,2369.346588 +326367,3078.205185,1415.121016,2469.612421,2043.999889,2370.253219 +326368,3079.770129,1413.763949,2469.652694,2048.737758,2370.931317 +326369,3081.040796,1412.59006,2469.503591,2053.56079,2371.392511 +326370,3082.031466,1411.346894,2469.168403,2056.093818,2371.635191 +326371,3082.694433,1409.951472,2468.611848,2058.859834,2371.610492 +326372,3083.063594,1408.749775,2467.844025,2061.865853,2371.338416 +326373,3083.216614,1407.356964,2466.906555,2065.253403,2370.876112 +326374,3083.220689,1406.029468,2465.839933,2068.550867,2370.27494 +326375,3083.128012,1404.685216,2464.678833,2071.909591,2369.577082 +326376,3082.97464,1403.335853,2463.449382,2075.307358,2368.814075 +326377,3082.784036,1401.982586,2462.17012,2078.731067,2368.008659 +326378,3082.571639,1400.625047,2460.854189,2082.17214,2367.177277 +326379,3082.347652,1399.263915,2459.510965,2085.624662,2366.331868 +326380,3082.118874,1397.898736,2458.147298,2089.084712,2365.481224 +326381,3084.511598,1396.531635,2458.439239,2094.375346,2366.718166 +326382,3082.945511,1395.15626,2456.221883,2096.865373,2364.861931 +326383,3082.178636,1393.782181,2454.50045,2099.925609,2363.641571 +326384,3081.649245,1392.401865,2452.90526,2103.183705,2362.586219 +326385,3081.254774,1391.018778,2451.373464,2106.555747,2361.619418 +326386,3080.942416,1389.6319,2449.878006,2109.986837,2360.712041 +326387,3080.677784,1388.241858,2448.402287,2113.441974,2359.846569 +326388,3080.447559,1386.848155,2446.936877,2116.904644,2359.012337 +326389,3080.25135,1385.451349,2445.476841,2120.369373,2358.203055 +326390,3080.086627,1384.050893,2444.01913,2123.83486,2357.414096 +326391,3079.946007,1382.647317,2442.560782,2127.483962,2356.640936 +326392,3079.82254,1381.24007,2441.100135,2130.917731,2355.880602 +326393,3079.712946,1379.829697,2439.637602,2134.346196,2355.132767 +326394,3079.614125,1378.415637,2438.173126,2137.779524,2354.396553 +326395,3079.522701,1376.99842,2436.706006,2141.21946,2353.670417 +326396,3079.435844,1375.577499,2435.235483,2144.66335,2352.952732 +326397,3079.351511,1374.153389,2433.761057,2148.107883,2352.242286 +326398,3081.896039,1372.64368,2433.956241,2153.372991,2353.629308 +326399,3080.46891,1371.332346,2431.644993,2156.007482,2351.91574 +326400,3079.835553,1369.840504,2429.834113,2158.983678,2350.83454 +326401,3080.44393,1302.262415,2429.08774,2162.661085,2351.53681 +326402,3071.662613,1300.036839,2421.282993,2160.798411,2341.570888 +326403,3058.935901,1298.21026,2410.350408,2157.139278,2326.370942 +326404,3047.609745,1296.370227,2400.167031,2155.077205,2311.296908 +326405,3039.579153,1294.562657,2392.173719,2155.53192,2299.039508 +326406,3034.391785,1320.49044,2386.16058,2157.837785,2289.36279 +326407,3031.25846,1249.864083,2381.636438,2161.229543,2281.77642 +326408,3029.321609,1309.01312,2378.054603,2165.050861,2275.654352 +326409,3027.823687,1301.76281,2374.91953,2168.963436,2270.396328 +326410,3026.738494,1259.40578,2372.191395,2172.821869,2265.945548 +326411,3025.898272,1320.738992,2369.739443,2176.507559,2262.122642 +326412,3025.262231,1241.752458,2367.516251,2179.724664,2258.84801 +326413,3024.44287,1325.961716,2365.438172,2183.436654,2255.996149 +326414,3024.030214,1233.546574,2363.493136,2187.022196,2253.530087 +326415,3026.552818,1320.453219,2363.285002,2192.614958,2253.42202 +326416,3024.861247,1234.441802,2360.658642,2195.181273,2250.506632 +326417,3023.669342,1310.204397,2358.574517,2198.245854,2248.42142 +326418,3023.026451,1237.671882,2356.47654,2201.671682,2246.683244 +326419,3019.281197,1298.386234,2354.595943,2204.903058,2245.084343 +326420,3016.861487,1242.227903,2352.642859,2208.008865,2243.496372 +326421,3017.369733,1285.283222,2352.28822,2212.841011,2243.993944 +326422,3014.828069,1247.947229,2349.449794,2214.840684,2241.507694 +326423,3013.559289,1272.716606,2347.150973,2217.430943,2239.767995 +326424,3012.756868,1252.2127,2345.040238,2220.256599,2238.320578 +326425,3012.090213,1261.216508,2343.061339,2223.237503,2237.09127 +326426,3011.405616,1255.737895,2341.164274,2226.290323,2236.017568 +326427,3010.679085,1254.492394,2339.31938,2229.365432,2235.061128 +326428,3002.122752,1252.657877,2337.351634,2232.266013,2234.000832 +326429,3011.949436,1250.874459,2335.409477,2235.365198,2233.01519 +326430,3010.343313,1248.90059,2333.72262,2238.518061,2232.384917 +326431,3000.164582,1247.117248,2331.941621,2241.52909,2231.67423 +326432,3009.884744,1245.273321,2330.091628,2244.386611,2230.906601 +326433,2999.487507,1243.44065,2328.278091,2247.189317,2230.205235 +326434,3002.761142,1241.606608,2328.010344,2251.613165,2231.444259 +326435,3008.862707,1239.77432,2325.271664,2253.144851,2229.64111 +326436,2995.346753,1237.937719,2323.35576,2255.546132,2228.870303 +326437,2997.134433,1236.101745,2321.246136,2257.718551,2227.860752 +326438,2997.78166,1234.263581,2319.234376,2259.985516,2226.975637 +326439,2998.423808,1232.423322,2319.030844,2264.23081,2228.345925 +326440,2995.233721,1230.584512,2316.377534,2265.631555,2226.69592 +326441,2993.591434,1228.74128,2314.222458,2267.547158,2225.673507 +326442,2992.434289,1226.897924,2312.22258,2269.634342,2224.842819 +326443,2983.688657,1225.052813,2310.167794,2271.650249,2223.943959 +326444,2994.682295,1223.205932,2308.223066,2273.763221,2222.988067 +326445,2982.864442,1221.357566,2306.549923,2276.137846,2222.583587 +326446,2991.720093,1219.50786,2304.65448,2278.206994,2221.918643 +326447,2978.580069,1217.656242,2302.845298,2280.321306,2221.369097 +326448,2989.08964,1215.729561,2301.04439,2282.400153,2220.835751 +326449,2975.094319,1213.982336,2299.221503,2284.413392,2220.280272 +326450,2979.090037,1212.073908,2297.271871,2286.247708,2219.572565 +326451,2981.246022,1210.224644,2297.046777,2289.969978,2220.998709 +326452,2979.580984,1208.368029,2294.468962,2290.96504,2219.539364 +326453,2979.68182,1206.504163,2292.466247,2292.57651,2218.791979 +326454,2987.506523,1204.713666,2290.822027,2294.591894,2218.481777 +326455,2974.364833,1202.741926,2289.232388,2296.648572,2218.238217 +326456,2981.146854,1200.924832,2289.109719,2300.295392,2219.812112 +326457,2988.802985,1199.047265,2286.700231,2301.276812,2218.581874 +326458,2975.612807,1197.175229,2284.860643,2302.864903,2218.057582 +326459,2988.198642,1195.303529,2283.123464,2304.572144,2217.653205 +326460,2978.019387,1193.428459,2283.078161,2308.158439,2219.335628 +326461,2010.395732,1191.630974,1054.54254,1773.519029,2374.753869 +326462,2084.077666,1320.139474,1093.775686,1840.457693,2416.712988 +326463,2165.128211,1324.067922,1139.399547,1912.194625,2447.577772 +326464,2235.300255,1323.029442,1180.729355,1968.613358,2468.073541 +326465,2291.119682,1323.519742,1215.35537,2006.864513,2483.857976 +326466,2334.004881,1322.563416,1243.395816,2030.698645,2496.044445 +326467,2367.14848,1321.461673,1266.24595,2045.50552,2505.827001 +326468,2393.492794,1320.286076,1285.231285,2055.446259,2513.970926 +326469,2414.95155,1319.064633,1301.255787,2062.84849,2520.949597 +326470,2432.72587,1317.810494,1315.088367,2068.821826,2527.081563 +326471,2447.594515,1316.535046,1326.78799,2074.033675,2532.551213 +326472,2460.094291,1315.242851,1336.828823,2078.32943,2537.442167 +326473,2470.63138,1313.942561,1345.449832,2082.044462,2541.792179 +326474,2479.592001,1312.614927,1352.88057,2085.341842,2545.690438 +326475,2487.291969,1311.30491,1359.315616,2088.34772,2549.214829 +326476,2493.960339,1309.99749,1364.905868,2091.131232,2552.404461 +326477,2499.786195,1308.694132,1369.780633,2093.742254,2555.300327 +326478,2504.922274,1307.393868,1374.048826,2096.215186,2557.940272 +326479,2509.491046,1306.099093,1377.801627,2098.573719,2560.357655 +326480,2513.590759,1304.808288,1381.115402,2100.834622,2562.581733 +326481,2517.297081,1303.522507,1384.054066,2103.009937,2564.637859 +326482,2520.677196,1302.24116,1386.671225,2105.108522,2566.548122 +326483,2523.779928,1300.964279,1389.011795,2107.136879,2568.331567 +326484,2526.649679,1299.69024,1391.113504,2109.099899,2570.004733 +326485,2529.316458,1298.419819,1393.008005,2111.001222,2571.581795 +326486,2531.810075,1297.150902,1394.721949,2112.843681,2573.075042 +326487,2534.148846,1295.88417,1396.277745,2114.62944,2574.494952 +326488,2536.327058,1294.617518,1397.681301,2116.33896,2575.822085 +326489,2538.380725,1293.351591,1398.960653,2117.994332,2577.090664 +326490,2540.342832,1292.084339,1400.139554,2119.613837,2578.329749 +326491,2542.211853,1290.77716,1401.22372,2121.188138,2579.532323 +326492,2543.962273,1289.471977,1402.2184,2122.607314,2580.695456 +326493,2545.582462,1288.165877,1403.130663,2123.815756,2581.822054 +326494,2547.075424,1286.856872,1403.967873,2124.816505,2582.916236 +326495,2548.450467,1285.544763,1404.736673,2125.637648,2583.981482 +326496,2549.717467,1284.228955,1405.442777,2126.307993,2585.020479 +326497,2550.884687,1282.909364,1406.091056,2126.848368,2586.035306 +326498,2551.958792,1281.585574,1406.68571,2127.271909,2587.027676 +326499,2552.944969,1280.256846,1407.230388,2127.586841,2587.998987 +326500,2553.847585,1278.92351,1407.728298,2127.798816,2588.950426 +326501,2554.670286,1277.584944,1408.182261,2127.912153,2589.882949 +326502,2555.416209,1276.159254,1408.594777,2127.930378,2590.79735 +326503,2556.088072,1274.931159,1408.968068,2127.856426,2591.694252 +326504,2556.688258,1273.515125,1409.304123,2127.692759,2592.574167 +326505,2557.218824,1272.166705,1409.604723,2127.441448,2593.437477 +326506,2557.681596,1270.798689,1409.871481,2127.104273,2594.284492 +326507,2558.078226,1269.424255,1410.105857,2126.682783,2595.115435 +326508,2558.410198,1268.04314,1410.309188,2126.178365,2595.930485 +326509,2558.67885,1266.655466,1410.482694,2125.592261,2596.729752 +326510,2558.885374,1265.260875,1410.627505,2124.925616,2597.513327 +326511,2559.030866,1263.859543,1410.744659,2124.179479,2598.281254 +326512,2559.116312,1262.451142,1410.835129,2123.354834,2599.033566 +326513,2559.142694,1261.115894,1410.899816,2122.452599,2599.770268 +326514,2559.110945,1259.573851,1410.939568,2121.473551,2600.491359 +326515,2559.0219,1258.203699,1410.955176,2120.417365,2601.196815 +326516,2558.876348,1256.75416,1410.947393,2119.284108,2601.88662 +326517,2558.675012,1255.310551,1410.916926,2118.074541,2602.560747 +326518,2558.418647,1253.873212,1410.864455,2116.789782,2603.219186 +326519,2558.116034,1252.419032,1410.791161,2115.451279,2603.861912 +326520,2557.765486,1250.876901,1410.697524,2114.052253,2604.488934 +326521,0,0,0,0,0 +326522,0,0,0,0,0 +326523,0,0,0,0,0 +326524,0,0,0,0,0 +326525,0,0,0,0,0 +326526,0,0,0,0,0 +326527,0,0,0,0,0 +326528,0,0,0,0,0 +326529,0,0,0,0,0 +326530,0,0,0,0,0 +326531,0,0,0,0,0 +326532,0,0,0,0,0 +326533,0,0,0,0,0 +326534,0,0,0,0,0 +326535,0,0,0,0,0 +326536,0,0,0,0,0 +326537,0,0,0,0,0 +326538,0,0,0,0,0 +326539,0,0,0,0,0 +326540,0,0,0,0,0 +326541,0,0,0,0,0 +326542,0,0,0,0,0 +326543,0,0,0,0,0 +326544,0,0,0,0,0 +326545,0,0,0,0,0 +326546,0,0,0,0,0 +326547,0,0,0,0,0 +326548,0,0,0,0,0 +326549,0,0,0,0,0 +326550,0,0,0,0,0 +326551,0,0,0,0,0 +326552,0,0,0,0,0 +326553,0,0,0,0,0 +326554,0,0,0,0,0 +326555,0,0,0,0,0 +326556,0,0,0,0,0 +326557,0,0,0,0,0 +326558,0,0,0,0,0 +326559,0,0,0,0,0 +326560,0,0,0,0,0 +326561,0,0,0,0,0 +326562,0,0,0,0,0 +326563,0,0,0,0,0 +326564,0,0,0,0,0 +326565,0,0,0,0,0 +326566,0,0,0,0,0 +326567,0,0,0,0,0 +326568,0,0,0,0,0 +326569,0,0,0,0,0 +326570,0,0,0,0,0 +326571,0,0,0,0,0 +326572,0,0,0,0,0 +326573,0,0,0,0,0 +326574,0,0,0,0,0 +326575,0,0,0,0,0 +326576,0,0,0,0,0 +326577,0,0,0,0,0 +326578,0,0,0,0,0 +326579,0,0,0,0,0 +326580,0,0,0,0,0 +326581,0,0,0,0,0 +326582,0,0,0,0,0 +326583,0,0,0,0,0 +326584,0,0,0,0,0 +326585,0,0,0,0,0 +326586,0,0,0,0,0 +326587,0,0,0,0,0 +326588,0,0,0,0,0 +326589,0,0,0,0,0 +326590,0,0,0,0,0 +326591,0,0,0,0,0 +326592,0,0,0,0,0 +326593,0,0,0,0,0 +326594,0,0,0,0,0 +326595,0,0,0,0,0 +326596,0,0,0,0,0 +326597,0,0,0,0,0 +326598,0,0,0,0,0 +326599,0,0,0,0,0 +326600,0,0,0,0,0 +326601,0,0,0,0,0 +326602,0,0,0,0,0 +326603,0,0,0,0,0 +326604,0,0,0,0,0 +326605,0,0,0,0,0 +326606,0,0,0,0,0 +326607,0,0,0,0,0 +326608,0,0,0,0,0 +326609,0,0,0,0,0 +326610,0,0,0,0,0 +326611,0,0,0,0,0 +326612,0,0,0,0,0 +326613,0,0,0,0,0 +326614,0,0,0,0,0 +326615,0,0,0,0,0 +326616,0,0,0,0,0 +326617,0,0,0,0,0 +326618,0,0,0,0,0 +326619,0,0,0,0,0 +326620,0,0,0,0,0 +326621,0,0,0,0,0 +326622,0,0,0,0,0 +326623,0,0,0,0,0 +326624,0,0,0,0,0 +326625,0,0,0,0,0 +326626,0,0,0,0,0 +326627,0,0,0,0,0 +326628,0,0,0,0,0 +326629,0,0,0,0,0 +326630,0,0,0,0,0 +326631,0,0,0,0,0 +326632,0,0,0,0,0 +326633,0,0,0,0,0 +326634,0,0,0,0,0 +326635,0,0,0,0,0 +326636,0,0,0,0,0 +326637,0,0,0,0,0 +326638,0,0,0,0,0 +326639,0,0,0,0,0 +326640,0,0,0,0,0 +326641,0,0,0,0,0 +326642,0,0,0,0,0 +326643,0,0,0,0,0 +326644,0,0,0,0,0 +326645,0,0,0,0,0 +326646,0,0,0,0,0 +326647,0,0,0,0,0 +326648,0,0,0,0,0 +326649,0,0,0,0,0 +326650,0,0,0,0,0 +326651,0,0,0,0,0 +326652,0,0,0,0,0 +326653,0,0,0,0,0 +326654,0,0,0,0,0 +326655,0,0,0,0,0 +326656,0,0,0,0,0 +326657,0,0,0,0,0 +326658,0,0,0,0,0 +326659,0,0,0,0,0 +326660,0,0,0,0,0 +326661,0,0,0,0,0 +326662,0,0,0,0,0 +326663,0,0,0,0,0 +326664,0,0,0,0,0 +326665,0,0,0,0,0 +326666,0,0,0,0,0 +326667,0,0,0,0,0 +326668,0,0,0,0,0 +326669,0,0,0,0,0 +326670,0,0,0,0,0 +326671,0,0,0,0,0 +326672,0,0,0,0,0 +326673,0,0,0,0,0 +326674,0,0,0,0,0 +326675,0,0,0,0,0 +326676,0,0,0,0,0 +326677,0,0,0,0,0 +326678,0,0,0,0,0 +326679,0,0,0,0,0 +326680,0,0,0,0,0 +326681,0,0,0,0,0 +326682,0,0,0,0,0 +326683,0,0,0,0,0 +326684,0,0,0,0,0 +326685,0,0,0,0,0 +326686,0,0,0,0,0 +326687,0,0,0,0,0 +326688,0,0,0,0,0 +326689,0,0,0,0,0 +326690,0,0,0,0,0 +326691,0,0,0,0,0 +326692,0,0,0,0,0 +326693,0,0,0,0,0 +326694,0,0,0,0,0 +326695,0,0,0,0,0 +326696,0,0,0,0,0 +326697,0,0,0,0,0 +326698,0,0,0,0,0 +326699,0,0,0,0,0 +326700,0,0,0,0,0 +326701,0,0,0,0,0 +326702,0,0,0,0,0 +326703,0,0,0,0,0 +326704,0,0,0,0,0 +326705,0,0,0,0,0 +326706,0,0,0,0,0 +326707,0,0,0,0,0 +326708,0,0,0,0,0 +326709,0,0,0,0,0 +326710,0,0,0,0,0 +326711,0,0,0,0,0 +326712,0,0,0,0,0 +326713,0,0,0,0,0 +326714,0,0,0,0,0 +326715,0,0,0,0,0 +326716,0,0,0,0,0 +326717,0,0,0,0,0 +326718,0,0,0,0,0 +326719,0,0,0,0,0 +326720,0,0,0,0,0 +326721,0,0,0,0,0 +326722,0,0,0,0,0 +326723,0,0,0,0,0 +326724,0,0,0,0,0 +326725,0,0,0,0,0 +326726,0,0,0,0,0 +326727,0,0,0,0,0 +326728,0,0,0,0,0 +326729,0,0,0,0,0 +326730,0,0,0,0,0 +326731,0,0,0,0,0 +326732,0,0,0,0,0 +326733,0,0,0,0,0 +326734,0,0,0,0,0 +326735,0,0,0,0,0 +326736,0,0,0,0,0 +326737,0,0,0,0,0 +326738,0,0,0,0,0 +326739,0,0,0,0,0 +326740,0,0,0,0,0 +326741,0,0,0,0,0 +326742,0,0,0,0,0 +326743,0,0,0,0,0 +326744,0,0,0,0,0 +326745,0,0,0,0,0 +326746,0,0,0,0,0 +326747,0,0,0,0,0 +326748,0,0,0,0,0 +326749,0,0,0,0,0 +326750,0,0,0,0,0 +326751,0,0,0,0,0 +326752,0,0,0,0,0 +326753,0,0,0,0,0 +326754,0,0,0,0,0 +326755,0,0,0,0,0 +326756,0,0,0,0,0 +326757,0,0,0,0,0 +326758,0,0,0,0,0 +326759,0,0,0,0,0 +326760,0,0,0,0,0 +326761,0,0,0,0,0 +326762,0,0,0,0,0 +326763,0,0,0,0,0 +326764,0,0,0,0,0 +326765,0,0,0,0,0 +326766,0,0,0,0,0 +326767,0,0,0,0,0 +326768,0,0,0,0,0 +326769,0,0,0,0,0 +326770,0,0,0,0,0 +326771,0,0,0,0,0 +326772,0,0,0,0,0 +326773,0,0,0,0,0 +326774,0,0,0,0,0 +326775,0,0,0,0,0 +326776,0,0,0,0,0 +326777,0,0,0,0,0 +326778,0,0,0,0,0 +326779,0,0,0,0,0 +326780,0,0,0,0,0 +326781,0,0,0,0,0 +326782,0,0,0,0,0 +326783,0,0,0,0,0 +326784,0,0,0,0,0 +326785,0,0,0,0,0 +326786,0,0,0,0,0 +326787,0,0,0,0,0 +326788,0,0,0,0,0 +326789,0,0,0,0,0 +326790,0,0,0,0,0 +326791,0,0,0,0,0 +326792,0,0,0,0,0 +326793,0,0,0,0,0 +326794,0,0,0,0,0 +326795,0,0,0,0,0 +326796,0,0,0,0,0 +326797,0,0,0,0,0 +326798,0,0,0,0,0 +326799,0,0,0,0,0 +326800,0,0,0,0,0 +326801,0,0,0,0,0 +326802,0,0,0,0,0 +326803,0,0,0,0,0 +326804,0,0,0,0,0 +326805,0,0,0,0,0 +326806,0,0,0,0,0 +326807,0,0,0,0,0 +326808,0,0,0,0,0 +326809,0,0,0,0,0 +326810,0,0,0,0,0 +326811,0,0,0,0,0 +326812,0,0,0,0,0 +326813,0,0,0,0,0 +326814,0,0,0,0,0 +326815,0,0,0,0,0 +326816,0,0,0,0,0 +326817,0,0,0,0,0 +326818,0,0,0,0,0 +326819,0,0,0,0,0 +326820,0,0,0,0,0 +326821,0,0,0,0,0 +326822,0,0,0,0,0 +326823,0,0,0,0,0 +326824,0,0,0,0,0 +326825,0,0,0,0,0 +326826,0,0,0,0,0 +326827,0,0,0,0,0 +326828,0,0,0,0,0 +326829,0,0,0,0,0 +326830,0,0,0,0,0 +326831,0,0,0,0,0 +326832,0,0,0,0,0 +326833,0,0,0,0,0 +326834,0,0,0,0,0 +326835,0,0,0,0,0 +326836,0,0,0,0,0 +326837,0,0,0,0,0 +326838,0,0,0,0,0 +326839,0,0,0,0,0 +326840,0,0,0,0,0 +326841,0,0,0,0,0 +326842,0,0,0,0,0 +326843,0,0,0,0,0 +326844,0,0,0,0,0 +326845,0,0,0,0,0 +326846,0,0,0,0,0 +326847,0,0,0,0,0 +326848,0,0,0,0,0 +326849,0,0,0,0,0 +326850,0,0,0,0,0 +326851,0,0,0,0,0 +326852,0,0,0,0,0 +326853,0,0,0,0,0 +326854,0,0,0,0,0 +326855,0,0,0,0,0 +326856,0,0,0,0,0 +326857,0,0,0,0,0 +326858,0,0,0,0,0 +326859,0,0,0,0,0 +326860,0,0,0,0,0 +326861,0,0,0,0,0 +326862,0,0,0,0,0 +326863,0,0,0,0,0 +326864,0,0,0,0,0 +326865,0,0,0,0,0 +326866,0,0,0,0,0 +326867,0,0,0,0,0 +326868,0,0,0,0,0 +326869,0,0,0,0,0 +326870,0,0,0,0,0 +326871,0,0,0,0,0 +326872,0,0,0,0,0 +326873,0,0,0,0,0 +326874,0,0,0,0,0 +326875,0,0,0,0,0 +326876,0,0,0,0,0 +326877,0,0,0,0,0 +326878,0,0,0,0,0 +326879,0,0,0,0,0 +326880,0,0,0,0,0 +326881,0,0,0,0,0 +326882,0,0,0,0,0 +326883,0,0,0,0,0 +326884,0,0,0,0,0 +326885,0,0,0,0,0 +326886,0,0,0,0,0 +326887,0,0,0,0,0 +326888,0,0,0,0,0 +326889,0,0,0,0,0 +326890,0,0,0,0,0 +326891,0,0,0,0,0 +326892,0,0,0,0,0 +326893,0,0,0,0,0 +326894,0,0,0,0,0 +326895,0,0,0,0,0 +326896,0,0,0,0,0 +326897,0,0,0,0,0 +326898,0,0,0,0,0 +326899,0,0,0,0,0 +326900,0,0,0,0,0 +326901,0,0,0,0,0 +326902,0,0,0,0,0 +326903,0,0,0,0,0 +326904,0,0,0,0,0 +326905,0,0,0,0,0 +326906,0,0,0,0,0 +326907,0,0,0,0,0 +326908,0,0,0,0,0 +326909,0,0,0,0,0 +326910,0,0,0,0,0 +326911,0,0,0,0,0 +326912,0,0,0,0,0 +326913,0,0,0,0,0 +326914,0,0,0,0,0 +326915,0,0,0,0,0 +326916,0,0,0,0,0 +326917,0,0,0,0,0 +326918,0,0,0,0,0 +326919,0,0,0,0,0 +326920,0,0,0,0,0 +326921,0,0,0,0,0 +326922,0,0,0,0,0 +326923,0,0,0,0,0 +326924,0,0,0,0,0 +326925,0,0,0,0,0 +326926,0,0,0,0,0 +326927,0,0,0,0,0 +326928,0,0,0,0,0 +326929,0,0,0,0,0 +326930,0,0,0,0,0 +326931,0,0,0,0,0 +326932,0,0,0,0,0 +326933,0,0,0,0,0 +326934,0,0,0,0,0 +326935,0,0,0,0,0 +326936,0,0,0,0,0 +326937,0,0,0,0,0 +326938,0,0,0,0,0 +326939,0,0,0,0,0 +326940,0,0,0,0,0 +326941,0,0,0,0,0 +326942,0,0,0,0,0 +326943,0,0,0,0,0 +326944,0,0,0,0,0 +326945,0,0,0,0,0 +326946,0,0,0,0,0 +326947,0,0,0,0,0 +326948,0,0,0,0,0 +326949,0,0,0,0,0 +326950,0,0,0,0,0 +326951,0,0,0,0,0 +326952,0,0,0,0,0 +326953,0,0,0,0,0 +326954,0,0,0,0,0 +326955,0,0,0,0,0 +326956,0,0,0,0,0 +326957,0,0,0,0,0 +326958,0,0,0,0,0 +326959,0,0,0,0,0 +326960,0,0,0,0,0 +326961,0,0,0,0,0 +326962,0,0,0,0,0 +326963,0,0,0,0,0 +326964,0,0,0,0,0 +326965,0,0,0,0,0 +326966,0,0,0,0,0 +326967,0,0,0,0,0 +326968,0,0,0,0,0 +326969,0,0,0,0,0 +326970,0,0,0,0,0 +326971,0,0,0,0,0 +326972,0,0,0,0,0 +326973,0,0,0,0,0 +326974,0,0,0,0,0 +326975,0,0,0,0,0 +326976,0,0,0,0,0 +326977,0,0,0,0,0 +326978,0,0,0,0,0 +326979,0,0,0,0,0 +326980,0,0,0,0,0 +326981,0,0,0,0,0 +326982,0,0,0,0,0 +326983,0,0,0,0,0 +326984,0,0,0,0,0 +326985,0,0,0,0,0 +326986,0,0,0,0,0 +326987,0,0,0,0,0 +326988,0,0,0,0,0 +326989,0,0,0,0,0 +326990,0,0,0,0,0 +326991,0,0,0,0,0 +326992,0,0,0,0,0 +326993,0,0,0,0,0 +326994,0,0,0,0,0 +326995,0,0,0,0,0 +326996,0,0,0,0,0 +326997,0,0,0,0,0 +326998,0,0,0,0,0 +326999,0,0,0,0,0 +327000,0,0,0,0,0 +327001,0,0,0,0,0 +327002,0,0,0,0,0 +327003,0,0,0,0,0 +327004,0,0,0,0,0 +327005,0,0,0,0,0 +327006,0,0,0,0,0 +327007,0,0,0,0,0 +327008,0,0,0,0,0 +327009,0,0,0,0,0 +327010,0,0,0,0,0 +327011,0,0,0,0,0 +327012,0,0,0,0,0 +327013,0,0,0,0,0 +327014,0,0,0,0,0 +327015,0,0,0,0,0 +327016,0,0,0,0,0 +327017,0,0,0,0,0 +327018,0,0,0,0,0 +327019,0,0,0,0,0 +327020,0,0,0,0,0 +327021,0,0,0,0,0 +327022,0,0,0,0,0 +327023,0,0,0,0,0 +327024,0,0,0,0,0 +327025,0,0,0,0,0 +327026,0,0,0,0,0 +327027,0,0,0,0,0 +327028,0,0,0,0,0 +327029,0,0,0,0,0 +327030,0,0,0,0,0 +327031,0,0,0,0,0 +327032,0,0,0,0,0 +327033,0,0,0,0,0 +327034,0,0,0,0,0 +327035,0,0,0,0,0 +327036,0,0,0,0,0 +327037,0,0,0,0,0 +327038,0,0,0,0,0 +327039,0,0,0,0,0 +327040,0,0,0,0,0 +327041,0,0,0,0,0 +327042,0,0,0,0,0 +327043,0,0,0,0,0 +327044,0,0,0,0,0 +327045,0,0,0,0,0 +327046,0,0,0,0,0 +327047,0,0,0,0,0 +327048,0,0,0,0,0 +327049,0,0,0,0,0 +327050,0,0,0,0,0 +327051,0,0,0,0,0 +327052,0,0,0,0,0 +327053,0,0,0,0,0 +327054,0,0,0,0,0 +327055,0,0,0,0,0 +327056,0,0,0,0,0 +327057,0,0,0,0,0 +327058,0,0,0,0,0 +327059,0,0,0,0,0 +327060,0,0,0,0,0 +327061,0,0,0,0,0 +327062,0,0,0,0,0 +327063,0,0,0,0,0 +327064,0,0,0,0,0 +327065,0,0,0,0,0 +327066,0,0,0,0,0 +327067,0,0,0,0,0 +327068,0,0,0,0,0 +327069,0,0,0,0,0 +327070,0,0,0,0,0 +327071,0,0,0,0,0 +327072,0,0,0,0,0 +327073,0,0,0,0,0 +327074,0,0,0,0,0 +327075,0,0,0,0,0 +327076,0,0,0,0,0 +327077,0,0,0,0,0 +327078,0,0,0,0,0 +327079,0,0,0,0,0 +327080,0,0,0,0,0 +327081,0,0,0,0,0 +327082,0,0,0,0,0 +327083,0,0,0,0,0 +327084,0,0,0,0,0 +327085,0,0,0,0,0 +327086,0,0,0,0,0 +327087,0,0,0,0,0 +327088,0,0,0,0,0 +327089,0,0,0,0,0 +327090,0,0,0,0,0 +327091,0,0,0,0,0 +327092,0,0,0,0,0 +327093,0,0,0,0,0 +327094,0,0,0,0,0 +327095,0,0,0,0,0 +327096,0,0,0,0,0 +327097,0,0,0,0,0 +327098,0,0,0,0,0 +327099,0,0,0,0,0 +327100,0,0,0,0,0 +327101,0,0,0,0,0 +327102,0,0,0,0,0 +327103,0,0,0,0,0 +327104,0,0,0,0,0 +327105,0,0,0,0,0 +327106,0,0,0,0,0 +327107,0,0,0,0,0 +327108,0,0,0,0,0 +327109,0,0,0,0,0 +327110,0,0,0,0,0 +327111,0,0,0,0,0 +327112,0,0,0,0,0 +327113,0,0,0,0,0 +327114,0,0,0,0,0 +327115,0,0,0,0,0 +327116,0,0,0,0,0 +327117,0,0,0,0,0 +327118,0,0,0,0,0 +327119,0,0,0,0,0 +327120,0,0,0,0,0 +327121,0,0,0,0,0 +327122,0,0,0,0,0 +327123,0,0,0,0,0 +327124,0,0,0,0,0 +327125,0,0,0,0,0 +327126,0,0,0,0,0 +327127,0,0,0,0,0 +327128,0,0,0,0,0 +327129,0,0,0,0,0 +327130,0,0,0,0,0 +327131,0,0,0,0,0 +327132,0,0,0,0,0 +327133,0,0,0,0,0 +327134,0,0,0,0,0 +327135,0,0,0,0,0 +327136,0,0,0,0,0 +327137,0,0,0,0,0 +327138,0,0,0,0,0 +327139,0,0,0,0,0 +327140,0,0,0,0,0 +327141,0,0,0,0,0 +327142,0,0,0,0,0 +327143,0,0,0,0,0 +327144,0,0,0,0,0 +327145,0,0,0,0,0 +327146,0,0,0,0,0 +327147,0,0,0,0,0 +327148,0,0,0,0,0 +327149,0,0,0,0,0 +327150,0,0,0,0,0 +327151,0,0,0,0,0 +327152,0,0,0,0,0 +327153,0,0,0,0,0 +327154,0,0,0,0,0 +327155,0,0,0,0,0 +327156,0,0,0,0,0 +327157,0,0,0,0,0 +327158,0,0,0,0,0 +327159,0,0,0,0,0 +327160,0,0,0,0,0 +327161,0,0,0,0,0 +327162,0,0,0,0,0 +327163,0,0,0,0,0 +327164,0,0,0,0,0 +327165,0,0,0,0,0 +327166,0,0,0,0,0 +327167,0,0,0,0,0 +327168,0,0,0,0,0 +327169,0,0,0,0,0 +327170,0,0,0,0,0 +327171,0,0,0,0,0 +327172,0,0,0,0,0 +327173,0,0,0,0,0 +327174,0,0,0,0,0 +327175,0,0,0,0,0 +327176,0,0,0,0,0 +327177,0,0,0,0,0 +327178,0,0,0,0,0 +327179,0,0,0,0,0 +327180,0,0,0,0,0 +327181,0,0,0,0,0 +327182,0,0,0,0,0 +327183,0,0,0,0,0 +327184,0,0,0,0,0 +327185,0,0,0,0,0 +327186,0,0,0,0,0 +327187,0,0,0,0,0 +327188,0,0,0,0,0 +327189,0,0,0,0,0 +327190,0,0,0,0,0 +327191,0,0,0,0,0 +327192,0,0,0,0,0 +327193,0,0,0,0,0 +327194,0,0,0,0,0 +327195,0,0,0,0,0 +327196,0,0,0,0,0 +327197,0,0,0,0,0 +327198,0,0,0,0,0 +327199,0,0,0,0,0 +327200,0,0,0,0,0 +327201,0,0,0,0,0 +327202,0,0,0,0,0 +327203,0,0,0,0,0 +327204,0,0,0,0,0 +327205,0,0,0,0,0 +327206,0,0,0,0,0 +327207,0,0,0,0,0 +327208,0,0,0,0,0 +327209,0,0,0,0,0 +327210,0,0,0,0,0 +327211,0,0,0,0,0 +327212,0,0,0,0,0 +327213,0,0,0,0,0 +327214,0,0,0,0,0 +327215,0,0,0,0,0 +327216,0,0,0,0,0 +327217,0,0,0,0,0 +327218,0,0,0,0,0 +327219,0,0,0,0,0 +327220,0,0,0,0,0 +327221,0,0,0,0,0 +327222,0,0,0,0,0 +327223,0,0,0,0,0 +327224,0,0,0,0,0 +327225,0,0,0,0,0 +327226,0,0,0,0,0 +327227,0,0,0,0,0 +327228,0,0,0,0,0 +327229,0,0,0,0,0 +327230,0,0,0,0,0 +327231,0,0,0,0,0 +327232,0,0,0,0,0 +327233,0,0,0,0,0 +327234,0,0,0,0,0 +327235,0,0,0,0,0 +327236,0,0,0,0,0 +327237,0,0,0,0,0 +327238,0,0,0,0,0 +327239,0,0,0,0,0 +327240,0,0,0,0,0 +327241,0,0,0,0,0 +327242,0,0,0,0,0 +327243,0,0,0,0,0 +327244,0,0,0,0,0 +327245,0,0,0,0,0 +327246,0,0,0,0,0 +327247,0,0,0,0,0 +327248,0,0,0,0,0 +327249,0,0,0,0,0 +327250,0,0,0,0,0 +327251,0,0,0,0,0 +327252,0,0,0,0,0 +327253,0,0,0,0,0 +327254,0,0,0,0,0 +327255,0,0,0,0,0 +327256,0,0,0,0,0 +327257,0,0,0,0,0 +327258,0,0,0,0,0 +327259,0,0,0,0,0 +327260,0,0,0,0,0 +327261,0,0,0,0,0 +327262,0,0,0,0,0 +327263,0,0,0,0,0 +327264,0,0,0,0,0 +327265,0,0,0,0,0 +327266,0,0,0,0,0 +327267,0,0,0,0,0 +327268,0,0,0,0,0 +327269,0,0,0,0,0 +327270,0,0,0,0,0 +327271,0,0,0,0,0 +327272,0,0,0,0,0 +327273,0,0,0,0,0 +327274,0,0,0,0,0 +327275,0,0,0,0,0 +327276,0,0,0,0,0 +327277,0,0,0,0,0 +327278,0,0,0,0,0 +327279,0,0,0,0,0 +327280,0,0,0,0,0 +327281,0,0,0,0,0 +327282,0,0,0,0,0 +327283,0,0,0,0,0 +327284,0,0,0,0,0 +327285,0,0,0,0,0 +327286,0,0,0,0,0 +327287,0,0,0,0,0 +327288,0,0,0,0,0 +327289,0,0,0,0,0 +327290,0,0,0,0,0 +327291,0,0,0,0,0 +327292,0,0,0,0,0 +327293,0,0,0,0,0 +327294,0,0,0,0,0 +327295,0,0,0,0,0 +327296,0,0,0,0,0 +327297,0,0,0,0,0 +327298,0,0,0,0,0 +327299,0,0,0,0,0 +327300,0,0,0,0,0 +327301,2.630943568,3480.292654,2694.194401,0.520326346,-170.9716485 +327302,443.4219151,317.9881072,2506.663942,200.975765,633.0824244 +327303,435.794015,281.4388476,680.4371649,197.4426113,623.7120716 +327304,423.7004765,275.0486988,646.2534004,191.8515869,605.9565596 +327305,411.4531881,282.0812607,638.1670614,186.2673573,586.6585973 +327306,400.8168773,291.2866844,640.3679612,181.5119871,568.962906 +327307,391.9655001,298.8083372,644.1188135,177.6403705,553.4942631 +327308,384.5549571,540.0034512,646.8750867,174.4666884,539.94612 +327309,378.2489499,424.5674192,648.7161052,171.8149579,527.9209006 +327310,372.8152353,466.9282653,650.183071,169.5664446,517.1337222 +327311,368.1117684,482.225965,651.6230443,167.6493318,507.4077841 +327312,364.0341916,492.7005963,653.1592726,166.0106528,498.624253 +327313,360.5037146,503.4697764,654.8028001,164.6116872,490.6863008 +327314,357.4474892,514.0736614,656.5385913,163.4166531,483.5127281 +327315,354.7954581,524.6469754,658.3405285,162.3929105,477.0049151 +327316,352.4990391,535.5873364,715.2506659,161.5172954,471.1093336 +327317,350.5112798,546.2705385,765.4601304,160.7688858,465.7542918 +327318,348.7896188,557.0000554,764.3515226,160.1281248,460.8850219 +327319,347.3045429,568.2058117,776.066951,159.5826348,456.451538 +327320,346.0245408,578.641749,791.7928445,159.1204742,452.4115885 +327321,344.9248173,589.9375619,803.65264,158.726385,448.7176523 +327322,343.9896881,600.624894,815.6351171,158.3968286,445.3446647 +327323,343.1973367,612.0340852,827.2347401,158.1234448,442.256671 +327324,342.5363257,622.7054485,839.0441633,157.9016004,439.4344613 +327325,341.984273,633.770889,850.5688039,157.7215892,436.8370409 +327326,341.5378771,645.0807827,861.9316809,157.5824982,434.456988 +327327,341.1857444,660.4411553,873.5164386,157.4797995,432.2716203 +327328,340.919741,675.5847524,884.6999281,157.4104328,430.2639063 +327329,340.7343145,690.4884793,895.8326674,157.3724586,428.4213671 +327330,340.6183049,705.5248334,907.2620246,157.3613269,426.7212555 +327331,340.569107,719.4361602,915.6800391,157.3763205,425.1563639 +327332,340.581961,732.6549402,925.0418991,157.4161232,423.7186987 +327333,340.648139,745.9131809,933.2532054,157.4774212,422.3922038 +327334,340.7667757,758.793914,941.7364877,157.5602199,421.17376 +327335,340.9342993,772.1287161,949.94802,157.6631451,420.0546627 +327336,341.1472647,784.8392075,958.2268233,157.7848167,419.0263375 +327337,341.402688,797.6693902,965.6743419,157.9240397,418.0811976 +327338,341.7001631,810.3700617,973.3050412,158.0807751,417.216535 +327339,342.0368412,822.7151774,981.2974351,158.2538577,416.4253824 +327340,342.4101499,835.6868932,988.4442942,158.4422316,415.7014257 +327341,342.8206444,848.2082532,995.7085143,158.6462479,415.0441784 +327342,343.264906,860.2357435,1002.834281,158.8644373,414.4460571 +327343,343.7419399,872.7409547,1009.636627,159.0964204,413.9040098 +327344,344.2507595,884.9382917,1016.80634,159.341812,413.415113 +327345,344.7903538,897.1080416,1023.375562,159.6002067,412.976511 +327346,345.3597123,909.2114502,1030.000335,159.8711915,412.5854485 +327347,345.9577431,920.8874498,1036.455894,160.1543103,412.239119 +327348,346.5844939,933.437088,1042.781196,160.449619,411.9368723 +327349,347.2359178,945.0658994,1048.975216,160.7553077,411.6706962 +327350,347.9146525,956.9810163,1055.040912,161.0726017,411.4448028 +327351,348.6184585,968.7317888,1060.977731,161.4005054,411.2546086 +327352,349.3470688,980.5098252,1066.575107,161.7389165,411.0991771 +327353,350.0991815,992.1517359,1072.60011,162.0872602,410.975749 +327354,350.8751185,1003.724176,1077.990703,162.4456978,410.8845667 +327355,351.673444,1015.324479,1083.463416,162.8135896,410.8227269 +327356,351.2325868,1026.787439,1088.778881,162.6175057,408.4962111 +327357,347.5731843,1038.18202,1094.225294,160.9581684,400.3057493 +327358,343.9699197,1049.621628,1098.943755,159.3252021,392.2059783 +327359,340.6192694,1060.872339,1104.08065,157.8077678,384.5598461 +327360,338.5698889,1072.197137,1108.855137,156.8815392,379.2817595 +327361,337.5098069,1512.482054,2067.965053,156.4033105,375.8116999 +327362,355.2037514,1538.819263,2101.936602,164.6084323,407.235966 +327363,382.6913259,1559.305955,2122.365449,177.21905,457.7629513 +327364,410.6964592,1578.514146,2143.878523,189.8794118,510.8284216 +327365,435.2583138,1596.864922,2160.840402,200.7800185,559.0112639 +327366,455.91733,1614.094946,2177.29935,209.7690754,601.0031772 +327367,473.3683815,1631.24655,2192.528563,217.2254481,637.6695814 +327368,488.3610498,1647.724861,2207.205542,223.5355999,670.0838208 +327369,501.4224805,1666.346686,2221.288242,228.966966,699.0044859 +327370,512.8976049,1688.606933,2246.617648,233.6923343,724.9211952 +327371,523.0320782,1696.010752,2238.015868,237.8327941,748.184168 +327372,532.0229739,1724.93896,2256.26886,241.4836461,769.0840927 +327373,540.0390897,1723.785099,2276.340673,244.7249097,787.8821645 +327374,547.2262402,1718.639499,2282.851289,247.624339,804.8152108 +327375,553.7090147,1771.796232,2306.674829,250.2386443,820.0953543 +327376,559.5926284,1767.625559,2295.973541,252.6147098,833.9102562 +327377,564.9654673,1786.203295,2316.695467,254.7910794,846.4250535 +327378,569.9016507,1800.90134,2341.75777,256.7993868,857.7847871 +327379,574.4634184,1815.277081,2321.089144,258.6656384,868.1169821 +327380,578.7030672,1829.532136,2375.592769,260.4112342,877.5337949 +327381,887.5700258,1843.719227,2348.359849,262.0538218,886.1339983 +327382,739.8813728,1857.569255,2369.891451,381.3278092,894.0045538 +327383,802.4352853,1871.46118,2367.388231,332.0063447,901.2221039 +327384,823.0006384,1885.136396,2404.511571,355.0447877,907.8540487 +327385,840.9544917,1898.695798,2379.462019,365.7166644,913.9597395 +327386,858.2643544,1912.196645,2418.115165,374.4585688,919.5914789 +327387,874.8889955,1925.280043,2407.090502,383.0773789,924.7955024 +327388,892.0134546,1938.710583,2421.641116,391.3336973,929.6127076 +327389,908.183398,1951.534806,2428.273129,399.6481294,934.0793259 +327390,923.9083456,1964.513885,2435.861991,407.5437153,938.2274228 +327391,940.204477,1976.816594,2442.699401,415.4207011,942.0854262 +327392,954.7331127,1988.925173,2449.210794,423.2668647,945.6785001 +327393,970.4966532,2000.864823,2455.779693,430.4854342,949.0289887 +327394,984.7359448,2012.728867,2461.815419,438.1130674,952.156708 +327395,1000.097788,2024.203912,2467.598766,445.4484958,955.0793112 +327396,1013.60785,2035.638082,2473.451996,452.3755297,957.8124914 +327397,1027.776193,2047.029631,2478.8282,459.5053701,960.3702761 +327398,1041.857042,2058.237538,2489.864453,466.4257848,962.7624729 +327399,1055.346519,2069.094965,2486.530902,473.0763773,965.0039544 +327400,1068.680762,2080.051761,2494.777941,479.7392409,967.1023481 +327401,1081.673271,2090.631642,2499.025778,486.3508392,969.0696998 +327402,1094.911851,2101.438073,2503.253804,492.9036899,1011.472782 +327403,1107.61649,2111.668636,2507.279807,498.8035083,1251.853622 +327404,1120.075901,2122.048361,2511.537384,505.4456823,1119.126756 +327405,1132.62746,2132.193837,2515.27243,511.3455669,1174.172589 +327406,1144.663822,2142.311235,2518.89622,517.4869984,1186.946611 +327407,1156.556936,2164.352649,2522.166435,523.1830935,1199.064452 +327408,1168.735507,2149.591627,2525.655629,529.3453998,1210.310693 +327409,1180.340965,2172.119619,2528.602096,535.0401421,1221.840893 +327410,1192.114014,2182.943876,2531.546581,540.5698762,1232.702123 +327411,1203.110447,2189.320973,2534.204728,546.1834829,1243.367602 +327412,1214.418811,2199.502745,2542.204614,551.5850113,1253.706555 +327413,1225.551206,2208.52494,2531.653303,557.1672342,1264.191546 +327414,1236.365479,2217.676928,2549.140173,562.4747933,1274.031653 +327415,1246.873385,2226.186629,2541.604892,567.6789414,1283.649717 +327416,1214.368674,2215.178106,2501.373393,553.1175304,1214.236245 +327417,1163.623165,2190.555555,2439.818178,529.8470396,1117.141882 +327418,1330.674644,2271.963727,2424.510061,605.9559336,1415.137952 +327419,1259.477245,2245.511313,2387.202039,573.9183833,1272.403769 +327420,1287.459071,2282.311161,2367.303698,586.8834059,1314.563221 +327421,1859.201895,2506.305947,2506.088205,839.1211338,2360.743414 +327422,1618.876123,2420.347784,2491.199197,730.3624094,1900.703335 +327423,1753.943304,2485.103641,2495.113533,791.8805354,2140.131392 +327424,1739.783941,2474.529701,2508.147151,785.7341067,2102.788244 +327425,1750.980552,2486.069778,2519.835752,791.1017334,2112.083159 +327426,1762.336294,2494.370959,2531.326907,796.231024,2122.129241 +327427,1773.516533,2502.34247,2541.798747,802.0247805,2131.535455 +327428,1784.373281,2510.632147,2551.095189,807.1091266,2141.070106 +327429,1795.437842,2518.472246,2559.221802,812.2639497,2166.29886 +327430,1806.026817,2533.285533,2566.489745,817.4070638,2139.778854 +327431,1816.630438,2531.861426,2572.800916,822.5281678,2171.494743 +327432,1827.094784,2542.556903,2577.972781,827.4434595,2177.828479 +327433,1837.442171,2550.270402,2582.321285,832.3784032,2183.987112 +327434,1847.585209,2557.266845,2586.032812,837.3582569,2193.223867 +327435,1857.925796,2564.091729,2589.135173,842.0945351,2201.182319 +327436,1867.731124,2571.948135,2593.439989,846.8660956,2209.482123 +327437,1877.713907,2578.544656,2596.317646,851.6464017,2217.138376 +327438,1895.657889,2576.774906,2598.141366,859.4322799,2225.09128 +327439,1897.259576,2580.733549,2598.940876,864.6650475,2247.958147 +327440,1919.287069,2586.444019,2599.277138,869.4152273,2216.670763 +327441,1911.613514,2598.941341,2599.934224,874.1477028,2258.651396 +327442,1914.554725,2595.981618,2598.70334,878.8718957,2252.308026 +327443,1945.499297,2604.821366,2598.207977,883.4812377,2261.731766 +327444,1943.16401,2609.952698,2597.977342,887.9187617,2276.893972 +327445,1954.971747,2615.229397,2597.917043,892.557477,2271.992841 +327446,1963.858513,2621.191121,2599.627195,896.9337954,2275.908355 +327447,1972.761281,2626.101687,2600.281711,901.3323175,2299.34412 +327448,1981.749552,2631.058581,2598.727581,905.6789147,2289.821354 +327449,1990.541476,2642.282236,2598.095957,909.9750182,2301.589117 +327450,1999.090918,2640.380829,2597.745735,914.2297636,2310.387069 +327451,2007.613587,2646.695683,2598.939574,918.3024058,2319.755813 +327452,2016.017089,2650.875585,2597.320471,922.4080935,2329.256464 +327453,2024.214689,2655.302145,2596.248958,926.381083,2322.048636 +327454,2032.220494,2659.466022,2595.436506,930.3303424,2336.287946 +327455,2040.24022,2669.713373,2595.060077,934.1647858,2340.243273 +327456,2048.300208,2660.828956,2594.739141,938.0106508,2346.004446 +327457,2056.024766,2677.977305,2594.450308,941.895672,2351.683287 +327458,2063.915741,2675.962396,2594.394788,945.6391707,2357.572191 +327459,2071.534154,2679.015194,2594.304517,949.3876621,2369.282103 +327460,2079.486005,2683.216607,2594.002861,953.0908932,2365.371879 +327461,2086.84642,2686.796923,2593.54622,956.7569878,2375.153544 +327462,2094.491028,2690.037739,2593.034628,960.3364613,2379.784932 +327463,2101.956645,2693.311429,2592.644531,964.0574281,2384.76334 +327464,2109.377187,2702.452642,2592.190937,967.5067404,2390.230574 +327465,2116.73965,2694.069756,2593.167669,971.0772364,2395.306105 +327466,2124.149949,2707.963237,2591.314308,974.566227,2400.337244 +327467,2131.227344,2700.058627,2590.169975,978.0275464,2405.235484 +327468,2138.383506,2713.392971,2588.90916,981.4596991,2410.350104 +327469,2145.674312,2711.770754,2588.048299,984.8082384,2415.163818 +327470,2152.672237,2713.179976,2587.127017,988.2581665,2419.821333 +327471,2159.720133,2716.991166,2587.725394,991.5615785,2424.841385 +327472,2166.81251,2719.146721,2587.290109,994.8850338,2429.381008 +327473,2173.564051,2720.023895,2584.743245,998.2259133,2433.919591 +327474,2180.530136,2722.492825,2582.968525,1001.402626,2438.416996 +327475,2187.343246,2724.798025,2581.716896,1004.674022,2443.161438 +327476,2194.127916,2726.733332,2580.414192,1007.871537,2447.418977 +327477,2200.867174,2728.515106,2579.158351,1010.99792,2451.752792 +327478,2207.562743,2731.349952,2579.639699,1014.232758,2462.132637 +327479,2214.206169,2731.523166,2577.467904,1017.327396,2457.759045 +327480,2220.820553,2734.204814,2577.46708,1020.440297,2465.378722 +327481,2233.251976,2736.364396,2576.033296,1026.09701,2479.442697 +327482,2240.30111,2746.027695,2576.079553,1029.462293,2486.297283 +327483,2247.179194,2737.182718,2577.492147,1032.695256,2491.05678 +327484,2253.746369,2741.745554,2576.46657,1035.8524,2495.470449 +327485,2260.327958,2744.546469,2575.950557,1038.942704,2506.211414 +327486,2266.779428,2745.588019,2575.427525,1041.984103,2503.099718 +327487,2272.99058,2747.274433,2576.514249,1044.981442,2509.728693 +327488,2279.251534,2746.707245,2574.758427,1047.946824,2514.245204 +327489,2285.491869,2747.835905,2573.542762,1050.877038,2518.286899 +327490,2291.54891,2748.893732,2572.531271,1053.779614,2522.661219 +327491,2297.693136,2749.885431,2571.724448,1056.654183,2531.93103 +327492,2303.647464,2751.190582,2572.543925,1059.501624,2529.832048 +327493,2311.949554,2750.048384,2570.587092,1062.326331,2534.646659 +327494,2318.90798,2750.585563,2569.314413,1065.123369,2539.075127 +327495,2322.236599,2744.507114,2568.081721,1067.897951,2547.938095 +327496,2334.398192,2757.182055,2567.092534,1070.648905,2545.731465 +327497,2327.122554,2745.059394,2566.091112,1073.319399,2549.768536 +327498,2329.862926,2756.65483,2565.224451,1076.111859,2559.121474 +327499,2351.313125,2744.34699,2564.370969,1078.755035,2557.527409 +327500,2348.081812,2750.115029,2563.330469,1081.427797,2564.986663 +327501,2355.699279,2750.967943,2563.96612,1084.06955,2565.368708 +327502,2361.403953,2748.654428,2562.064584,1086.694967,2570.581766 +327503,2366.886623,2749.002746,2562.271325,1089.294991,2570.988087 +327504,2372.368594,2747.447584,2559.940285,1091.939709,2570.258283 +327505,2377.926296,2746.968381,2558.081946,1094.415194,2568.713375 +327506,2383.423824,2747.166857,2557.938267,1097.002679,2567.866664 +327507,2388.603458,2745.436755,2556.807464,1099.52189,2566.027398 +327508,2394.010081,2743.52048,2553.560295,1102.032186,2561.799421 +327509,2399.452861,2742.82436,2550.997387,1104.465198,2558.592627 +327510,2404.637471,2742.399113,2550.376192,1107.029032,2557.921345 +327511,2409.758365,2740.406538,2549.00632,1109.362225,2556.444173 +327512,2414.929102,2737.827697,2545.684612,1111.713892,2552.6579 +327513,2419.729966,2736.415862,2543.12843,1114.030223,2549.889538 +327514,2424.787251,2735.298477,2542.549214,1116.325036,2549.619995 +327515,2429.69235,2726.029499,2541.01704,1118.601156,2548.30938 +327516,2434.594981,2736.423429,2537.619754,1122.504888,2544.769419 +327517,2439.702104,2727.900353,2535.246065,1123.255935,2542.491631 +327518,2444.290981,2718.679528,2534.644319,1127.192444,2542.573335 +327519,2449.183913,2729.613672,2531.689751,1128.225883,2539.512338 +327520,2454.153078,2713.768624,2529.490504,1131.99255,2537.355827 +327521,2458.954573,2724.081189,2527.582712,1132.212687,2535.535616 +327522,2474.328403,2708.237007,2525.762432,1137.425027,2533.810184 +327523,2452.751341,2718.754764,2524.076339,1135.474094,2532.244751 +327524,2481.056871,2702.480759,2522.43078,1143.620268,2530.727112 +327525,2476.236511,2713.03487,2520.816929,1137.538772,2529.247088 +327526,2483.019109,2696.884043,2520.833458,1150.826298,2529.786333 +327527,2487.432731,2700.626928,2519.816296,1137.699197,2529.059383 +327528,2492.226805,2696.574268,2516.873191,1136.713407,2525.942725 +327529,2496.875426,2692.837127,2514.716784,1155.926729,2523.780934 +327530,2501.518156,2690.175295,2514.445838,1148.37188,2523.91978 +327531,2506.275528,2686.135432,2513.392507,1152.608101,2523.079619 +327532,2510.530381,2682.232798,2510.386511,1154.679002,2519.816988 +327533,2515.436192,2678.888573,2508.158539,1156.751328,2517.494824 +327534,2519.886936,2675.568136,2507.902416,1158.650749,2517.591831 +327535,2533.077011,2671.52152,2506.867584,1160.68126,2516.724507 +327536,2516.152233,2667.281562,2505.548655,1162.580177,2515.510823 +327537,2539.857144,2663.416096,2502.431828,1164.638945,2512.06368 +327538,2536.604145,2659.367266,2500.142066,1166.545326,2509.612812 +327539,2542.476777,2655.434104,2498.188635,1168.562907,2507.549069 +327540,2546.959746,2651.002211,2496.413944,1170.393978,2505.688841 +327541,2433.863144,2587.660963,2494.50621,1119.097447,2504.078108 +327542,2435.709133,2595.506419,2486.403459,1119.855894,2493.317797 +327543,2438.502528,2572.469229,2477.489963,1121.0118,2480.514174 +327544,2441.687826,2578.753701,2468.445723,1122.315382,2467.089497 +327545,2444.69533,2570.657563,2459.278693,1123.608994,2453.575874 +327546,2448.0749,2565.072061,2452.837854,1125.007343,2443.060571 +327547,2451.300885,2559.994679,2447.728344,1126.461484,2434.749666 +327548,2454.59589,2554.574586,2443.769549,1127.694991,2427.825223 +327549,2458.007327,2549.143964,2440.256414,1129.245286,2421.875641 +327550,2462.655954,2543.578878,2437.180669,1130.597315,2416.645411 +327551,2472.177339,2538.245129,2434.579358,1132.018651,2411.962526 +327552,2455.969513,2532.330941,2432.524155,1133.432163,2407.751304 +327553,2476.202948,2526.666355,2430.176814,1134.845901,2403.92376 +327554,2474.089151,2520.947108,2427.797397,1136.326746,2400.387103 +327555,2477.859865,2515.117089,2425.698937,1137.639245,2397.111861 +327556,2481.438367,2509.225817,2423.477205,1139.099972,2394.06437 +327557,2484.808449,2503.310119,2421.501308,1140.50118,2391.203403 +327558,2488.030695,2497.246816,2419.582443,1141.911014,2388.498683 +327559,2493.351933,2491.269267,2417.704072,1143.319714,2385.92285 +327560,2502.044813,2485.312022,2415.847514,1144.659834,2383.443346 +327561,2487.486347,2478.935994,2414.033605,1146.165433,2381.077035 +327562,2504.689766,2465.671844,2411.93682,1147.587843,2378.648359 +327563,2505.239597,2475.652101,2410.15408,1148.899517,2376.419837 +327564,2507.952189,2449.587071,2410.257251,1150.349069,2376.342296 +327565,2519.918907,2456.217394,2407.265308,1151.734042,2372.923644 +327566,2502.936109,2446.063309,2405.145641,1153.1315,2370.374981 +327567,2524.627128,2439.596809,2403.279543,1154.524682,2368.145714 +327568,2519.947824,2433.263893,2401.480511,1155.916213,2366.006515 +327569,2543.771786,2426.822407,2399.724236,1157.374309,2363.931197 +327570,2526.183327,2419.789972,2398.010346,1158.587404,2361.920084 +327571,2507.173417,2413.196157,2396.403057,1160.133956,2360.051919 +327572,2573.934975,2406.248602,2394.991368,1161.46408,2358.435405 +327573,2499.249514,2399.476362,2393.63926,1162.863543,2356.899797 +327574,2581.791423,2392.435585,2392.417485,1164.250938,2355.532146 +327575,2529.19023,2385.513532,2391.134784,1165.6358,2354.092411 +327576,2554.589337,2378.381452,2389.571072,1167.018161,2352.302576 +327577,2552.53711,2371.336194,2388.002438,1168.467696,2350.501271 +327578,2556.474006,2364.438495,2388.279632,1169.741942,2350.997145 +327579,2559.613851,2356.790359,2386.11171,1171.163565,2348.449642 +327580,2562.665485,2349.790977,2384.670828,1172.527152,2346.801102 +327581,2566.125341,2342.48037,2383.539278,1173.895649,2345.523713 +327582,2569.293682,2335.051382,2382.569533,1175.262279,2344.437614 +327583,2572.493935,2327.703669,2381.682747,1176.554158,2343.449483 +327584,2575.770688,2320.227923,2380.840557,1178.022349,2342.513511 +327585,2578.922685,2312.92919,2380.022237,1179.329254,2341.603282 +327586,2581.954312,2305.112597,2379.215061,1180.767298,2340.701196 +327587,2585.431765,2297.730037,2378.422956,1182.011873,2339.810289 +327588,2588.466029,2290.066912,2377.648771,1183.412509,2338.93269 +327589,2591.650185,2282.377552,2376.885577,1184.747563,2338.058803 +327590,2594.827205,2274.89675,2376.132255,1186.090038,2337.186582 +327591,2598.014474,2259.341748,2375.287721,1187.429698,2336.189235 +327592,2600.940724,2262.252411,2374.460375,1188.766209,2335.200747 +327593,2604.361302,2249.570263,2373.757002,1190.099685,2334.354102 +327594,2607.356433,2242.626478,2373.072295,1191.429823,2333.724324 +327595,2610.524932,2234.860985,2372.386894,1192.756856,2332.86942 +327596,2613.566432,2227.067676,2371.726039,1194.080549,2332.03084 +327597,2616.742746,2218.900067,2371.08155,1195.474302,2331.202216 +327598,2619.741794,2211.070946,2370.45393,1196.681624,2330.38578 +327599,2622.771632,2203.007038,2371.516893,1198.049602,2331.67273 +327600,2625.993896,2195.040039,2371.624165,1199.272151,2331.776153 +327601,2367.152748,2057.704398,2366.247683,1091.661162,2324.533497 +327602,2396.858206,2085.719211,2347.343954,1090.153726,2297.573049 +327603,2379.622593,2055.783932,2323.701298,1089.775459,2262.656143 +327604,2403.12188,2033.254479,2302.523941,1089.649144,2230.088086 +327605,2356.622666,2031.457374,2286.331488,1089.708138,2203.151152 +327606,2398.687912,2031.05683,2274.289333,1089.88893,2181.458095 +327607,2388.837432,2026.816575,2265.250778,1090.14636,2163.819752 +327608,2384.939802,1987.932191,2258.238638,1090.459604,2149.138982 +327609,2407.679811,2016.075862,2252.598614,1090.814741,2136.645286 +327610,2381.465769,1983.094669,2247.902367,1091.203725,2125.806194 +327611,2383.241272,1980.481704,2243.979737,1091.621775,2116.385489 +327612,2408.623787,1962.972307,2240.589208,1092.064483,2108.051918 +327613,2384.046592,1965.606326,2237.563348,1092.529923,2100.561542 +327614,2402.501904,1950.691238,2236.599285,1093.016854,2095.950352 +327615,2389.460534,1942.886253,2233.202576,1093.519968,2088.701615 +327616,2416.788565,1933.706608,2230.635754,1094.114853,2082.745739 +327617,2369.635345,1947.622695,2228.381745,1094.54797,2077.408237 +327618,2439.837233,1883.199015,2226.695542,1095.153851,2072.973639 +327619,2390.083348,1938.439912,2226.951496,1095.715192,2071.105452 +327620,2407.67148,1871.287088,2224.151591,1096.295592,2065.691428 +327621,2409.289562,1899.736965,2223.587971,1096.898865,2063.153795 +327622,2409.579157,1877.567477,2220.675874,1097.50752,2057.87042 +327623,2411.554643,1870.898239,2220.315621,1098.137798,2055.797583 +327624,2413.071266,1862.115597,2217.657326,1098.773217,2051.007076 +327625,2415.123836,1853.283716,2215.803145,1099.427594,2047.267128 +327626,2416.785061,1844.366614,2214.283649,1100.020099,2043.992861 +327627,2418.651445,1835.760825,2212.956393,1100.803194,2041.008638 +327628,2420.439731,1842.941145,2211.723149,1101.441522,2038.192972 +327629,2422.339781,1795.424102,2210.607021,1102.153071,2035.569763 +327630,2424.232717,1825.102241,2211.302698,1102.866245,2035.207707 +327631,2425.971124,1791.984931,2209.330094,1103.512949,2031.637314 +327632,2427.891002,1795.251764,2207.942989,1104.156512,2028.820207 +327633,2429.588103,1782.745664,2206.743965,1104.801546,2026.262014 +327634,2431.303643,1774.908901,2205.644287,1105.451225,2023.853982 +327635,2433.443303,1766.276735,2206.347139,1106.106652,2023.68238 +327636,2435.127215,1757.745709,2204.414299,1106.765963,2020.330721 +327637,2437.095655,1749.261327,2204.800955,1107.433177,2019.840224 +327638,2438.911952,1740.689299,2202.708616,1108.175907,2016.340489 +327639,2440.917721,1732.463514,2201.290389,1108.746135,2013.669041 +327640,2442.793727,1724.045476,2200.122771,1109.480147,2011.30098 +327641,2444.778212,1715.891171,2199.093858,1110.157611,2009.104156 +327642,2446.75654,1707.395926,2198.151493,1110.851044,2007.020365 +327643,2448.810008,1699.457662,2197.266858,1111.550264,2005.017006 +327644,2450.826589,1691.270936,2198.148268,1112.256089,2005.188546 +327645,2452.836152,1683.241592,2196.383766,1112.963121,2002.145143 +327646,2454.983315,1675.171185,2196.93123,1113.681055,2001.93911 +327647,2456.807594,1667.410784,2195.007143,1114.397503,1998.714211 +327648,2459.334966,1659.518061,2195.485901,1115.125003,1998.425816 +327649,2461.267895,1674.002787,2193.507902,1115.851262,1995.129339 +327650,2463.59097,1612.229192,2192.282079,1116.586623,1992.742397 +327651,2465.734996,1675.604476,2191.318681,1117.324208,1990.662701 +327652,2468.005231,1591.349502,2190.504587,1118.06665,1988.758905 +327653,2470.252054,1646.616019,2189.794595,1118.813276,1986.982597 +327654,2472.587942,1598.118851,2191.015977,1119.565097,1987.354888 +327655,2474.770911,1612.908401,2189.410308,1120.317977,1984.519915 +327656,2477.14967,1598.273672,2190.090131,1121.078992,1984.50632 +327657,2479.390123,1592.702445,2190.022392,1121.840139,1983.578501 +327658,2481.558893,1585.710523,2189.687504,1122.606391,1982.324092 +327659,2484.037428,1578.75204,2187.514752,1123.374781,1978.796994 +327660,2486.402342,1572.053147,2187.933985,1124.149026,1978.43689 +327661,2726.685602,1672.426428,2191.858735,1231.494319,1983.402462 +327662,2729.780009,1668.236948,2212.155494,1234.118623,2011.417906 +327663,2736.276774,1675.621177,2236.703502,1236.063761,2047.690394 +327664,2740.022142,1639.190202,2258.073475,1237.958433,2080.080941 +327665,2735.82334,1661.141193,2273.619533,1239.544556,2105.855974 +327666,2756.43127,1645.163853,2284.550342,1241.109319,2125.489759 +327667,2741.290651,1641.932076,2294.010198,1242.601266,2143.097544 +327668,2762.724695,1636.675252,2298.833457,1244.04491,2154.468 +327669,2756.26384,1631.694487,2304.604045,1245.455801,2166.453217 +327670,2759.950054,1626.682114,2307.279088,1246.833232,2174.074257 +327671,2764.492548,1621.772392,2309.791446,1248.148937,2180.980748 +327672,2767.997039,1616.961766,2313.848931,1249.469529,2189.329374 +327673,2770.069701,1612.250409,2315.082717,1250.771932,2193.778244 +327674,2774.293105,1607.549302,2318.379672,1252.058411,2200.41402 +327675,2777.164944,1603.203804,2320.774464,1253.324806,2205.617059 +327676,2780.180497,1598.762064,2322.74296,1254.574991,2210.015785 +327677,2783.278845,1594.584234,2324.44939,1255.808384,2213.840998 +327678,2786.338817,1590.785405,2325.989902,1257.292572,2217.236579 +327679,2788.599526,1586.861788,2325.739012,1258.804548,2218.209044 +327680,2792.78399,1583.222895,2328.052229,1260.388262,2222.370239 +327681,2795.262698,1579.556929,2329.756497,1262.044693,2225.415544 +327682,2804.952637,1575.958848,2329.69823,1263.775135,2226.155868 +327683,2792.382624,1572.316412,2331.977495,1265.57892,2229.6727 +327684,2813.557842,1568.953687,2333.555552,1267.64239,2232.233965 +327685,2805.039846,1565.433064,2333.365494,1269.388855,2232.532421 +327686,2809.728771,1562.036034,2333.875256,1271.560191,2233.614747 +327687,2812.958787,1558.666064,2334.607332,1273.647996,2234.89614 +327688,2815.480438,1555.335772,2335.523316,1275.806288,2236.345319 +327689,2818.780508,1552.044938,2338.394465,1278.03088,2239.932126 +327690,2820.549764,1548.787942,2338.451875,1280.315819,2240.268273 +327691,2823.205415,1546.959313,2339.049066,1282.633575,2241.244747 +327692,2826.091308,1544.962512,2339.828298,1285.005271,2242.411571 +327693,2828.530132,1542.670101,2340.691701,1287.436409,2243.654013 +327694,2830.962993,1540.513557,2341.577344,1289.844791,2244.904155 +327695,2834.021948,1538.353074,2344.134477,1292.516083,2248.210033 +327696,2842.520189,1536.210428,2344.210373,1295.109692,2248.452242 +327697,2830.132179,1534.073326,2344.682293,1297.758034,2249.172815 +327698,2848.032807,1531.961513,2345.252556,1300.523782,2249.992474 +327699,2843.618174,1529.859644,2346.099889,1303.319242,2251.135983 +327700,2844.940505,1527.771128,2346.902498,1306.253472,2252.213008 +327701,2847.918143,1525.697226,2347.58348,1310.512339,2253.132944 +327702,2851.2581,1523.638876,2349.957572,1310.951734,2256.144631 +327703,2852.049165,1521.591218,2349.700803,1321.826299,2255.910495 +327704,2855.308421,1519.563417,2351.662998,1307.882314,2258.416113 +327705,2856.365465,1517.544063,2351.182482,1326.40276,2257.896129 +327706,2866.016086,1515.544254,2351.466084,1340.852104,2258.304535 +327707,2853.85496,1513.556876,2351.908495,1301.863829,2258.890634 +327708,2870.876436,1511.58614,2354.08921,1343.625264,2261.804652 +327709,2859.240772,1509.625844,2353.823208,1331.791971,2261.507208 +327710,2873.387483,1507.685116,2353.820161,1337.873525,2261.526781 +327711,2872.183086,1505.665913,2356.012887,1341.450972,2264.238742 +327712,2871.444983,1503.887316,2355.618579,1345.00834,2263.776715 +327713,2874.020006,1501.926534,2355.68145,1348.645943,2263.874514 +327714,2883.910804,1500.058098,2356.137258,1352.339619,2264.445786 +327715,2873.089327,1498.191533,2356.650236,1356.010442,2265.082495 +327716,2887.899569,1496.340709,2358.795939,1360.040834,2267.73314 +327717,2885.093846,1494.503621,2358.49339,1363.728611,2267.388815 +327718,2885.431777,1492.683531,2358.684087,1367.746031,2267.653229 +327719,2887.462446,1490.970616,2358.916481,1371.735903,2267.960364 +327720,2891.440967,1489.046498,2360.91436,1375.802545,2270.61939 +327721,2906.864095,1510.274131,2359.78571,1402.885724,2268.71341 +327722,2908.746699,1509.853945,2361.473037,1408.37702,2270.741471 +327723,2911.95482,1509.084464,2364.238385,1413.633942,2274.572319 +327724,2914.914328,1508.101467,2366.779317,1418.753394,2278.256485 +327725,2917.157934,1507.272868,2368.681745,1423.850171,2280.648804 +327726,2918.732922,1506.196037,2369.970114,1428.948456,2282.803206 +327727,2922.531802,1505.175916,2372.517547,1434.069263,2286.332057 +327728,2921.978216,1504.129317,2372.190196,1439.218606,2286.324379 +327729,2922.07081,1503.080316,2372.167999,1447.628161,2286.612315 +327730,2922.304704,1502.030266,2372.133652,1451.186172,2286.801671 +327731,2922.611825,1500.983645,2372.059529,1461.267127,2287.086995 +327732,2922.989941,1499.940824,2371.962093,1455.38542,2287.064661 +327733,2923.447435,1498.903925,2371.861842,1458.293544,2286.977502 +327734,2926.60114,1497.873671,2373.43816,1476.480376,2288.912333 +327735,2925.647443,1496.849691,2372.390849,1474.984921,2287.586156 +327736,2925.524364,1495.927462,2371.842461,1482.114087,2286.837333 +327737,2925.659246,1494.78189,2371.418889,1487.6311,2286.198911 +327738,2925.939826,1493.847587,2371.053541,1493.335967,2285.595202 +327739,2926.312169,1492.842228,2370.720833,1499.014819,2285.003736 +327740,2926.704299,1491.858555,2370.382002,1517.618279,2284.383946 +327741,2927.176095,1490.884152,2370.079141,1491.606477,2283.792411 +327742,2927.705461,1489.918058,2369.800747,1525.536102,2283.218291 +327743,2928.20347,1488.960906,2369.491964,1520.328593,2282.596419 +327744,2928.704048,1488.012395,2369.174903,1528.077263,2281.955599 +327745,2929.203853,1487.07282,2368.847622,1541.419497,2281.294573 +327746,2929.729022,1486.141793,2368.526949,1531.577594,2280.635199 +327747,2930.285516,1485.219604,2368.217204,1548.676384,2279.984016 +327748,2930.81763,1484.305879,2367.883622,1555.552757,2279.299302 +327749,2931.325967,1483.401062,2367.526749,1563.286715,2278.582425 +327750,2931.84971,1482.504655,2367.171339,1564.832729,2277.864366 +327751,2932.431702,1481.469385,2366.844827,1560.189607,2277.179644 +327752,2933.021486,1480.410561,2366.510063,1599.174311,2276.503718 +327753,2933.616573,1479.343299,2366.161896,1558.539296,2275.844789 +327754,2934.483449,1478.270804,2365.969329,1615.44692,2275.415344 +327755,2935.384477,1477.194997,2365.784718,1575.115474,2275.240009 +327756,2936.314067,1476.116442,2365.607559,1620.398521,2274.897746 +327757,2937.316461,1475.036112,2365.467581,1601.64957,2274.62668 +327758,2938.282572,1473.953661,2365.29646,1616.335246,2274.342328 +327759,2939.417408,1472.870019,2365.224644,1621.358705,2274.205416 +327760,2940.75118,1471.784681,2365.272798,1627.432044,2274.240412 +327761,2942.180189,1470.698251,2365.377588,1633.719724,2274.367963 +327762,2943.672141,1469.610376,2365.520272,1639.884408,2274.563681 +327763,2945.204588,1468.521547,2365.687116,1646.360111,2274.808763 +327764,2946.759476,1467.431285,2365.866353,1652.627357,2275.086571 +327765,2948.323491,1466.340094,2366.048812,1658.986042,2275.383694 +327766,2949.892257,1465.247458,2366.230889,1665.234028,2275.69384 +327767,2951.466612,1464.153872,2366.412346,1671.786223,2276.015185 +327768,2953.150586,1463.05886,2366.658806,1684.035618,2276.428301 +327769,2957.403247,1461.86992,2368.535875,1676.067511,2278.88396 +327770,2957.525356,1460.907829,2367.807328,1700.378043,2278.122501 +327771,2961.285985,1459.744978,2369.385878,1694.526122,2280.240771 +327772,2961.087683,1458.656706,2368.452932,1704.715523,2279.244625 +327773,2961.854648,1457.555761,2368.112892,1711.013849,2278.981468 +327774,2963.057963,1456.451645,2368.021733,1719.403011,2279.018624 +327775,2964.57893,1455.346359,2368.111586,1729.199735,2279.278958 +327776,2966.33555,1454.239107,2368.340929,1737.667802,2279.719555 +327777,2968.228393,1453.130394,2368.654297,1746.500697,2280.277112 +327778,2970.204922,1452.019556,2369.021968,1755.549857,2280.916915 +327779,2972.234437,1450.999369,2369.425209,1764.408758,2281.615666 +327780,2977.244467,1449.750995,2371.54239,1773.429628,2284.677735 +327781,2978.792661,1415.342932,2372.260951,1750.638289,2286.717105 +327782,2975.029259,1413.765721,2369.238189,1756.495196,2283.1745 +327783,2972.219174,1412.148644,2366.268616,1766.43535,2279.048595 +327784,2966.420602,1410.595929,2361.284029,1774.581678,2271.925239 +327785,2963.480854,1409.04364,2358.10352,1783.203719,2267.203872 +327786,2962.527002,1407.488215,2356.217795,1791.917618,2264.15724 +327787,2962.970102,1406.021635,2355.277717,1805.876744,2262.414028 +327788,2964.14203,1404.238985,2354.872025,1807.319172,2261.493935 +327789,2965.57702,1402.869491,2354.706217,1818.298901,2261.039866 +327790,2967.242959,1401.22568,2354.751595,1827.190425,2261.011599 +327791,2969.088132,1399.665574,2354.963928,1835.404058,2261.550385 +327792,2971.019972,1398.088007,2355.27374,1844.076603,2262.14017 +327793,2973.298615,1396.504345,2355.65554,1852.502972,2262.943492 +327794,2975.46261,1394.91501,2356.185367,1866.638534,2264.047394 +327795,2977.668146,1393.319754,2356.766809,1868.368338,2265.32259 +327796,2979.733272,1391.717889,2357.464721,1878.553808,2266.600513 +327797,2981.794957,1390.020994,2357.967162,1887.742212,2267.96808 +327798,2983.911829,1388.535225,2358.501445,1895.986085,2269.455648 +327799,2986.177068,1386.853197,2359.12992,1909.41306,2271.126976 +327800,2991.076868,1385.328261,2361.439471,1907.170825,2274.958794 +327801,2991.575606,1383.563348,2360.97327,1926.748036,2275.390111 +327802,2993.194406,1381.986054,2361.211208,1929.5082,2276.742356 +327803,2995.165706,1380.325816,2361.655331,1943.258171,2278.38053 +327804,2997.229867,1378.671622,2362.144524,1946.479547,2280.103857 +327805,2999.211452,1376.924862,2362.568304,1954.879982,2281.776452 +327806,3001.314218,1375.382892,2363.062435,1968.224346,2283.567545 +327807,3003.522841,1373.650046,2363.619397,1971.962921,2285.466627 +327808,3005.712359,1371.982282,2364.156225,1983.673698,2287.368813 +327809,3007.98876,1370.296424,2364.744198,1992.460535,2289.361349 +327810,3010.168808,1368.602802,2365.267637,1995.777353,2291.297819 +327811,3012.01162,1367.187808,2365.567054,2001.152642,2292.975899 +327812,3013.549252,1365.601299,2365.670793,2006.063302,2294.398335 +327813,3014.806532,1364.129691,2365.591752,2009.144587,2295.557475 +327814,3015.744499,1362.804825,2365.306279,2012.4952,2296.415904 +327815,3016.412889,1361.321939,2364.83722,2016.09383,2297.003799 +327816,3016.883808,1359.917746,2364.230062,2019.876964,2297.38317 +327817,3017.227273,1358.509817,2363.522788,2023.771504,2297.607427 +327818,3017.487346,1357.108534,2362.743137,2027.91077,2297.717077 +327819,3017.693954,1355.714462,2361.912115,2031.868544,2297.743786 +327820,3017.870298,1354.326682,2361.046613,2035.838554,2297.713559 +327821,3018.032097,1352.945502,2360.158398,2039.826252,2297.645374 +327822,3018.189068,1351.570107,2359.2551,2043.831524,2297.552405 +327823,3018.34724,1350.200843,2358.341869,2047.850645,2297.444064 +327824,3018.51055,1348.83696,2357.422297,2051.879493,2297.327215 +327825,3018.681374,1347.478822,2356.498859,2055.915071,2297.206766 +327826,3021.490964,1346.127456,2357.247597,2061.786209,2299.185344 +327827,3020.337445,1344.776482,2355.49369,2064.850147,2298.049558 +327828,3019.997838,1343.435602,2354.245994,2068.487149,2297.549316 +327829,3019.916981,1342.097132,2353.132606,2072.323994,2297.209969 +327830,3019.994019,1340.763756,2352.0894,2076.270863,2296.95383 +327831,3020.173165,1339.352574,2351.088614,2080.281542,2296.751393 +327832,3020.414918,1338.149678,2350.112816,2084.315553,2296.584587 +327833,3020.695585,1336.772566,2349.152032,2088.362674,2296.442586 +327834,3021.001105,1335.469712,2348.20017,2092.601885,2296.318092 +327835,3021.324238,1334.159603,2347.254147,2096.622917,2296.206965 +327836,3021.662957,1332.853231,2346.313595,2100.63903,2296.108309 +327837,3022.015216,1331.551304,2345.377878,2104.667053,2296.020884 +327838,3022.378016,1330.253281,2344.445677,2108.702607,2295.942649 +327839,3022.748717,1328.959549,2343.515794,2112.748637,2295.871724 +327840,3023.124515,1327.751313,2342.586889,2116.795066,2295.80607 +327841,3022.926223,1260.270696,2341.006287,2120.632746,2294.484753 +327842,3013.360397,1258.509011,2332.423165,2118.852488,2282.555292 +327843,2999.96818,1256.975289,2320.823627,2115.29993,2265.513951 +327844,2988.006862,1283.006871,2310.022717,2113.354304,2248.846979 +327845,2979.548003,1213.329378,2301.562971,2114.056725,2234.950468 +327846,2974.179802,1272.364064,2295.070203,2116.766993,2223.848257 +327847,2970.620311,1267.206918,2290.130517,2120.55576,2214.673193 +327848,2968.25935,1221.981778,2286.153204,2124.509041,2206.988246 +327849,2966.639876,1259.831671,2282.825271,2128.582335,2200.424715 +327850,2965.273052,1263.78464,2279.811183,2132.722944,2194.560833 +327851,2964.21946,1218.633133,2277.12619,2136.574225,2189.397888 +327852,2963.344956,1283.382762,2274.66223,2140.598859,2184.779582 +327853,2962.641646,1201.74039,2272.396989,2144.083525,2180.654403 +327854,2962.109263,1260.354964,2270.313952,2148.050769,2176.980073 +327855,2961.516089,1247.927079,2268.255205,2151.994421,2173.536716 +327856,2960.983417,1224.461664,2266.285054,2155.775847,2170.383947 +327857,2960.499575,1258.742663,2264.388014,2159.516888,2167.481507 +327858,2960.063393,1212.707865,2262.555131,2163.244862,2164.800979 +327859,2959.617495,1265.363217,2260.745849,2167.138552,2162.27463 +327860,2959.203321,1203.599198,2258.981886,2170.809353,2159.914794 +327861,2958.788068,1265.303673,2257.237361,2174.45041,2157.677069 +327862,2958.397687,1200.370201,2255.527094,2178.080805,2155.567321 +327863,2958.003646,1261.715366,2253.830985,2181.684182,2153.549929 +327864,2957.628668,1199.588518,2252.161355,2185.281157,2151.631342 +327865,2959.866637,1255.668676,2252.164078,2190.689851,2151.865127 +327866,2958.159473,1201.257596,2249.703872,2193.471859,2149.084505 +327867,2957.24093,1249.301532,2247.752381,2196.602785,2146.982405 +327868,2956.56385,1202.131634,2245.95151,2199.917299,2145.096099 +327869,2956.016675,1243.599883,2244.227681,2203.330748,2143.331148 +327870,2955.5541,1202.722448,2242.561262,2206.800937,2141.66396 +327871,2955.135922,1237.737331,2240.927854,2210.284235,2140.064176 +327872,2954.719772,1203.054639,2239.30626,2213.708347,2138.526514 +327873,2954.270336,1231.536463,2237.675163,2217.026895,2137.037358 +327874,2953.788288,1203.567917,2236.033624,2220.244661,2135.596115 +327875,2953.276456,1224.955925,2234.381975,2223.379274,2134.197102 +327876,2952.74177,1204.353009,2232.72381,2226.450638,2132.837235 +327877,2952.19008,1218.146018,2231.062647,2229.472835,2131.514223 +327878,2951.619737,1205.28081,2229.397606,2232.450017,2130.221622 +327879,2951.037602,1211.202756,2227.73326,2235.389621,2128.960879 +327880,2950.436005,1206.288143,2226.065043,2238.287554,2127.722792 +327881,2949.818947,1206.186424,2224.395679,2241.147594,2126.507772 +327882,2949.188717,1204.374077,2222.726779,2243.972116,2125.31527 +327883,2948.543924,1202.981446,2221.057655,2246.760711,2124.142224 +327884,2947.885614,1201.522305,2219.38913,2249.514543,2122.987774 +327885,2947.213267,1200.059544,2217.721026,2252.23357,2121.850055 +327886,2946.526804,1198.593759,2216.053415,2254.917983,2120.727736 +327887,2945.826069,1197.125265,2214.386316,2257.567896,2119.619589 +327888,2945.1109,1195.654041,2212.719744,2260.183398,2118.524537 +327889,2944.381138,1194.18025,2211.053688,2262.764541,2117.441599 +327890,2943.634868,1192.703846,2209.387019,2265.505848,2116.368503 +327891,2945.56148,1191.298442,2209.382344,2269.856977,2117.387775 +327892,2943.658989,1189.710011,2206.891241,2271.312088,2115.32006 +327893,2942.710388,1188.278017,2204.902119,2273.312809,2113.886556 +327894,2942.137163,1186.781635,2203.043313,2275.483615,2112.612309 +327895,2941.806009,1185.293836,2201.249599,2277.736431,2111.417551 +327896,2941.636181,1183.804189,2199.492676,2280.012158,2110.27153 +327897,2941.572418,1182.312724,2197.755452,2282.273437,2109.1562 +327898,2941.581296,1180.819425,2196.028597,2284.503336,2108.061326 +327899,2941.643332,1179.324456,2194.307474,2286.697037,2106.981341 +327900,2941.746241,1177.827782,2192.589702,2288.854352,2105.91303 +327901,2032.625161,1176.246448,1062.862924,1795.550692,2423.988633 +327902,2107.553828,1306.351951,1102.15546,1863.082477,2465.995856 +327903,2189.190075,1309.672006,1147.202573,1934.779647,2495.829616 +327904,2257.894405,1309.553474,1186.949732,1989.310059,2512.658205 +327905,2311.899061,1309.997312,1219.920949,2025.985973,2524.241791 +327906,2353.182264,1309.436738,1246.519647,2048.792319,2532.78454 +327907,2385.038624,1308.605529,1268.141776,2063.026438,2539.334133 +327908,2410.352648,1307.718014,1286.097397,2072.910504,2544.649938 +327909,2431.037491,1306.78479,1301.458966,2080.305753,2549.206662 +327910,2448.224308,1305.814656,1314.421519,2086.412764,2553.232631 +327911,2462.638145,1304.819093,1325.539009,2091.653234,2556.842363 +327912,2474.774363,1303.802537,1335.083877,2096.213615,2560.067371 +327913,2485.075607,1302.774784,1343.307125,2100.263622,2562.979137 +327914,2493.907087,1301.714759,1350.423681,2103.944624,2565.639575 +327915,2501.533889,1300.669509,1356.59994,2107.341993,2568.06737 +327916,2508.178947,1299.623464,1361.980583,2110.524153,2570.289382 +327917,2514.02376,1298.578056,1366.688147,2113.540347,2572.332274 +327918,2519.213874,1297.532517,1370.825266,2116.424182,2574.220039 +327919,2523.865472,1296.489328,1374.477599,2119.198323,2575.973467 +327920,2528.071494,1295.447145,1377.716779,2121.878466,2577.610672 +327921,2531.90632,1294.407724,1380.602724,2124.475738,2579.147259 +327922,2535.429746,1293.369375,1383.185684,2126.998309,2580.596842 +327923,2538.663142,1292.333339,1385.494697,2129.430763,2581.94242 +327924,2541.667463,1291.297797,1387.577204,2131.798443,2583.220732 +327925,2544.498921,1290.263685,1389.473136,2134.122004,2584.462963 +327926,2547.16864,1289.229057,1391.201747,2136.393805,2585.66393 +327927,2549.695164,1288.194709,1392.781821,2138.611287,2586.824939 +327928,2552.090184,1287.158718,1394.230271,2140.7743,2587.94948 +327929,2554.36945,1286.12177,1395.56179,2142.883696,2589.041395 +327930,2556.540666,1285.081996,1396.789018,2144.940655,2590.104372 +327931,2558.615997,1284.006442,1397.922731,2147.129395,2591.141607 +327932,2560.567885,1282.935281,1398.970091,2148.949727,2592.153085 +327933,2562.384868,1281.863709,1399.938809,2150.536935,2593.141837 +327934,2564.071302,1280.788728,1400.836277,2151.901159,2594.111106 +327935,2565.637681,1279.710994,1401.668913,2153.07572,2595.063234 +327936,2567.09456,1278.629349,1402.442134,2154.091974,2595.999764 +327937,2568.450514,1277.54395,1403.160522,2154.971704,2596.921734 +327938,2569.712348,1276.372786,1403.828027,2155.728417,2597.82992 +327939,2570.885333,1275.400237,1404.448087,2156.370619,2598.724911 +327940,2571.973899,1274.240982,1405.023725,2156.904261,2599.60716 +327941,2572.981747,1273.150453,1405.557602,2157.333974,2600.476987 +327942,2573.912064,1272.041398,1406.052083,2157.66357,2601.334621 +327943,2574.767606,1270.926953,1406.509268,2157.896227,2602.180187 +327944,2575.550782,1269.80684,1406.931041,2158.034611,2603.013751 +327945,2576.263675,1268.681317,1407.319091,2158.081631,2603.835305 +327946,2576.908142,1267.549634,1407.674959,2158.037949,2604.64483 +327947,2577.485842,1266.412134,1408.000029,2157.90407,2605.442229 +327948,2577.998261,1265.268469,1408.295572,2157.68125,2606.227399 +327949,2578.446745,1264.118789,1408.56275,2157.371179,2607.000204 +327950,2578.832487,1262.962761,1408.802642,2156.975573,2607.760517 +327951,2579.156594,1261.880344,1409.016244,2156.49595,2608.508187 +327952,2579.420047,1260.592376,1409.204483,2155.933617,2609.24307 +327953,2579.623816,1259.476553,1409.368217,2155.289699,2609.964993 +327954,2579.768836,1258.282141,1409.508259,2154.565226,2610.673814 +327955,2579.85594,1257.094247,1409.625366,2153.761145,2611.369374 +327956,2579.885912,1255.899979,1409.72026,2152.878355,2612.051537 +327957,2579.859466,1254.730689,1409.793616,2151.917705,2612.720157 +327958,2579.780638,1253.531296,1409.847362,2150.884247,2613.375109 +327959,2579.649171,1252.32225,1409.881778,2149.777134,2614.016276 +327960,2579.464042,1251.026713,1409.896817,2148.594734,2614.643548 +327961,0,0,0,0,0 +327962,0,0,0,0,0 +327963,0,0,0,0,0 +327964,0,0,0,0,0 +327965,0,0,0,0,0 +327966,0,0,0,0,0 +327967,0,0,0,0,0 +327968,0,0,0,0,0 +327969,0,0,0,0,0 +327970,0,0,0,0,0 +327971,0,0,0,0,0 +327972,0,0,0,0,0 +327973,0,0,0,0,0 +327974,0,0,0,0,0 +327975,0,0,0,0,0 +327976,0,0,0,0,0 +327977,0,0,0,0,0 +327978,0,0,0,0,0 +327979,0,0,0,0,0 +327980,0,0,0,0,0 +327981,0,0,0,0,0 +327982,0,0,0,0,0 +327983,0,0,0,0,0 +327984,0,0,0,0,0 +327985,0,0,0,0,0 +327986,0,0,0,0,0 +327987,0,0,0,0,0 +327988,0,0,0,0,0 +327989,0,0,0,0,0 +327990,0,0,0,0,0 +327991,0,0,0,0,0 +327992,0,0,0,0,0 +327993,0,0,0,0,0 +327994,0,0,0,0,0 +327995,0,0,0,0,0 +327996,0,0,0,0,0 +327997,0,0,0,0,0 +327998,0,0,0,0,0 +327999,0,0,0,0,0 +328000,0,0,0,0,0 +328001,0,0,0,0,0 +328002,0,0,0,0,0 +328003,0,0,0,0,0 +328004,0,0,0,0,0 +328005,0,0,0,0,0 +328006,0,0,0,0,0 +328007,0,0,0,0,0 +328008,0,0,0,0,0 +328009,0,0,0,0,0 +328010,0,0,0,0,0 +328011,0,0,0,0,0 +328012,0,0,0,0,0 +328013,0,0,0,0,0 +328014,0,0,0,0,0 +328015,0,0,0,0,0 +328016,0,0,0,0,0 +328017,0,0,0,0,0 +328018,0,0,0,0,0 +328019,0,0,0,0,0 +328020,0,0,0,0,0 +328021,0,0,0,0,0 +328022,0,0,0,0,0 +328023,0,0,0,0,0 +328024,0,0,0,0,0 +328025,0,0,0,0,0 +328026,0,0,0,0,0 +328027,0,0,0,0,0 +328028,0,0,0,0,0 +328029,0,0,0,0,0 +328030,0,0,0,0,0 +328031,0,0,0,0,0 +328032,0,0,0,0,0 +328033,0,0,0,0,0 +328034,0,0,0,0,0 +328035,0,0,0,0,0 +328036,0,0,0,0,0 +328037,0,0,0,0,0 +328038,0,0,0,0,0 +328039,0,0,0,0,0 +328040,0,0,0,0,0 +328041,0,0,0,0,0 +328042,0,0,0,0,0 +328043,0,0,0,0,0 +328044,0,0,0,0,0 +328045,0,0,0,0,0 +328046,0,0,0,0,0 +328047,0,0,0,0,0 +328048,0,0,0,0,0 +328049,0,0,0,0,0 +328050,0,0,0,0,0 +328051,0,0,0,0,0 +328052,0,0,0,0,0 +328053,0,0,0,0,0 +328054,0,0,0,0,0 +328055,0,0,0,0,0 +328056,0,0,0,0,0 +328057,0,0,0,0,0 +328058,0,0,0,0,0 +328059,0,0,0,0,0 +328060,0,0,0,0,0 +328061,0,0,0,0,0 +328062,0,0,0,0,0 +328063,0,0,0,0,0 +328064,0,0,0,0,0 +328065,0,0,0,0,0 +328066,0,0,0,0,0 +328067,0,0,0,0,0 +328068,0,0,0,0,0 +328069,0,0,0,0,0 +328070,0,0,0,0,0 +328071,0,0,0,0,0 +328072,0,0,0,0,0 +328073,0,0,0,0,0 +328074,0,0,0,0,0 +328075,0,0,0,0,0 +328076,0,0,0,0,0 +328077,0,0,0,0,0 +328078,0,0,0,0,0 +328079,0,0,0,0,0 +328080,0,0,0,0,0 +328081,0,0,0,0,0 +328082,0,0,0,0,0 +328083,0,0,0,0,0 +328084,0,0,0,0,0 +328085,0,0,0,0,0 +328086,0,0,0,0,0 +328087,0,0,0,0,0 +328088,0,0,0,0,0 +328089,0,0,0,0,0 +328090,0,0,0,0,0 +328091,0,0,0,0,0 +328092,0,0,0,0,0 +328093,0,0,0,0,0 +328094,0,0,0,0,0 +328095,0,0,0,0,0 +328096,0,0,0,0,0 +328097,0,0,0,0,0 +328098,0,0,0,0,0 +328099,0,0,0,0,0 +328100,0,0,0,0,0 +328101,0,0,0,0,0 +328102,0,0,0,0,0 +328103,0,0,0,0,0 +328104,0,0,0,0,0 +328105,0,0,0,0,0 +328106,0,0,0,0,0 +328107,0,0,0,0,0 +328108,0,0,0,0,0 +328109,0,0,0,0,0 +328110,0,0,0,0,0 +328111,0,0,0,0,0 +328112,0,0,0,0,0 +328113,0,0,0,0,0 +328114,0,0,0,0,0 +328115,0,0,0,0,0 +328116,0,0,0,0,0 +328117,0,0,0,0,0 +328118,0,0,0,0,0 +328119,0,0,0,0,0 +328120,0,0,0,0,0 +328121,0,0,0,0,0 +328122,0,0,0,0,0 +328123,0,0,0,0,0 +328124,0,0,0,0,0 +328125,0,0,0,0,0 +328126,0,0,0,0,0 +328127,0,0,0,0,0 +328128,0,0,0,0,0 +328129,0,0,0,0,0 +328130,0,0,0,0,0 +328131,0,0,0,0,0 +328132,0,0,0,0,0 +328133,0,0,0,0,0 +328134,0,0,0,0,0 +328135,0,0,0,0,0 +328136,0,0,0,0,0 +328137,0,0,0,0,0 +328138,0,0,0,0,0 +328139,0,0,0,0,0 +328140,0,0,0,0,0 +328141,0,0,0,0,0 +328142,0,0,0,0,0 +328143,0,0,0,0,0 +328144,0,0,0,0,0 +328145,0,0,0,0,0 +328146,0,0,0,0,0 +328147,0,0,0,0,0 +328148,0,0,0,0,0 +328149,0,0,0,0,0 +328150,0,0,0,0,0 +328151,0,0,0,0,0 +328152,0,0,0,0,0 +328153,0,0,0,0,0 +328154,0,0,0,0,0 +328155,0,0,0,0,0 +328156,0,0,0,0,0 +328157,0,0,0,0,0 +328158,0,0,0,0,0 +328159,0,0,0,0,0 +328160,0,0,0,0,0 +328161,0,0,0,0,0 +328162,0,0,0,0,0 +328163,0,0,0,0,0 +328164,0,0,0,0,0 +328165,0,0,0,0,0 +328166,0,0,0,0,0 +328167,0,0,0,0,0 +328168,0,0,0,0,0 +328169,0,0,0,0,0 +328170,0,0,0,0,0 +328171,0,0,0,0,0 +328172,0,0,0,0,0 +328173,0,0,0,0,0 +328174,0,0,0,0,0 +328175,0,0,0,0,0 +328176,0,0,0,0,0 +328177,0,0,0,0,0 +328178,0,0,0,0,0 +328179,0,0,0,0,0 +328180,0,0,0,0,0 +328181,0,0,0,0,0 +328182,0,0,0,0,0 +328183,0,0,0,0,0 +328184,0,0,0,0,0 +328185,0,0,0,0,0 +328186,0,0,0,0,0 +328187,0,0,0,0,0 +328188,0,0,0,0,0 +328189,0,0,0,0,0 +328190,0,0,0,0,0 +328191,0,0,0,0,0 +328192,0,0,0,0,0 +328193,0,0,0,0,0 +328194,0,0,0,0,0 +328195,0,0,0,0,0 +328196,0,0,0,0,0 +328197,0,0,0,0,0 +328198,0,0,0,0,0 +328199,0,0,0,0,0 +328200,0,0,0,0,0 +328201,0,0,0,0,0 +328202,0,0,0,0,0 +328203,0,0,0,0,0 +328204,0,0,0,0,0 +328205,0,0,0,0,0 +328206,0,0,0,0,0 +328207,0,0,0,0,0 +328208,0,0,0,0,0 +328209,0,0,0,0,0 +328210,0,0,0,0,0 +328211,0,0,0,0,0 +328212,0,0,0,0,0 +328213,0,0,0,0,0 +328214,0,0,0,0,0 +328215,0,0,0,0,0 +328216,0,0,0,0,0 +328217,0,0,0,0,0 +328218,0,0,0,0,0 +328219,0,0,0,0,0 +328220,0,0,0,0,0 +328221,0,0,0,0,0 +328222,0,0,0,0,0 +328223,0,0,0,0,0 +328224,0,0,0,0,0 +328225,0,0,0,0,0 +328226,0,0,0,0,0 +328227,0,0,0,0,0 +328228,0,0,0,0,0 +328229,0,0,0,0,0 +328230,0,0,0,0,0 +328231,0,0,0,0,0 +328232,0,0,0,0,0 +328233,0,0,0,0,0 +328234,0,0,0,0,0 +328235,0,0,0,0,0 +328236,0,0,0,0,0 +328237,0,0,0,0,0 +328238,0,0,0,0,0 +328239,0,0,0,0,0 +328240,0,0,0,0,0 +328241,0,0,0,0,0 +328242,0,0,0,0,0 +328243,0,0,0,0,0 +328244,0,0,0,0,0 +328245,0,0,0,0,0 +328246,0,0,0,0,0 +328247,0,0,0,0,0 +328248,0,0,0,0,0 +328249,0,0,0,0,0 +328250,0,0,0,0,0 +328251,0,0,0,0,0 +328252,0,0,0,0,0 +328253,0,0,0,0,0 +328254,0,0,0,0,0 +328255,0,0,0,0,0 +328256,0,0,0,0,0 +328257,0,0,0,0,0 +328258,0,0,0,0,0 +328259,0,0,0,0,0 +328260,0,0,0,0,0 +328261,0,0,0,0,0 +328262,0,0,0,0,0 +328263,0,0,0,0,0 +328264,0,0,0,0,0 +328265,0,0,0,0,0 +328266,0,0,0,0,0 +328267,0,0,0,0,0 +328268,0,0,0,0,0 +328269,0,0,0,0,0 +328270,0,0,0,0,0 +328271,0,0,0,0,0 +328272,0,0,0,0,0 +328273,0,0,0,0,0 +328274,0,0,0,0,0 +328275,0,0,0,0,0 +328276,0,0,0,0,0 +328277,0,0,0,0,0 +328278,0,0,0,0,0 +328279,0,0,0,0,0 +328280,0,0,0,0,0 +328281,0,0,0,0,0 +328282,0,0,0,0,0 +328283,0,0,0,0,0 +328284,0,0,0,0,0 +328285,0,0,0,0,0 +328286,0,0,0,0,0 +328287,0,0,0,0,0 +328288,0,0,0,0,0 +328289,0,0,0,0,0 +328290,0,0,0,0,0 +328291,0,0,0,0,0 +328292,0,0,0,0,0 +328293,0,0,0,0,0 +328294,0,0,0,0,0 +328295,0,0,0,0,0 +328296,0,0,0,0,0 +328297,0,0,0,0,0 +328298,0,0,0,0,0 +328299,0,0,0,0,0 +328300,0,0,0,0,0 +328301,0,0,0,0,0 +328302,0,0,0,0,0 +328303,0,0,0,0,0 +328304,0,0,0,0,0 +328305,0,0,0,0,0 +328306,0,0,0,0,0 +328307,0,0,0,0,0 +328308,0,0,0,0,0 +328309,0,0,0,0,0 +328310,0,0,0,0,0 +328311,0,0,0,0,0 +328312,0,0,0,0,0 +328313,0,0,0,0,0 +328314,0,0,0,0,0 +328315,0,0,0,0,0 +328316,0,0,0,0,0 +328317,0,0,0,0,0 +328318,0,0,0,0,0 +328319,0,0,0,0,0 +328320,0,0,0,0,0 +328321,0,0,0,0,0 +328322,0,0,0,0,0 +328323,0,0,0,0,0 +328324,0,0,0,0,0 +328325,0,0,0,0,0 +328326,0,0,0,0,0 +328327,0,0,0,0,0 +328328,0,0,0,0,0 +328329,0,0,0,0,0 +328330,0,0,0,0,0 +328331,0,0,0,0,0 +328332,0,0,0,0,0 +328333,0,0,0,0,0 +328334,0,0,0,0,0 +328335,0,0,0,0,0 +328336,0,0,0,0,0 +328337,0,0,0,0,0 +328338,0,0,0,0,0 +328339,0,0,0,0,0 +328340,0,0,0,0,0 +328341,0,0,0,0,0 +328342,0,0,0,0,0 +328343,0,0,0,0,0 +328344,0,0,0,0,0 +328345,0,0,0,0,0 +328346,0,0,0,0,0 +328347,0,0,0,0,0 +328348,0,0,0,0,0 +328349,0,0,0,0,0 +328350,0,0,0,0,0 +328351,0,0,0,0,0 +328352,0,0,0,0,0 +328353,0,0,0,0,0 +328354,0,0,0,0,0 +328355,0,0,0,0,0 +328356,0,0,0,0,0 +328357,0,0,0,0,0 +328358,0,0,0,0,0 +328359,0,0,0,0,0 +328360,0,0,0,0,0 +328361,0,0,0,0,0 +328362,0,0,0,0,0 +328363,0,0,0,0,0 +328364,0,0,0,0,0 +328365,0,0,0,0,0 +328366,0,0,0,0,0 +328367,0,0,0,0,0 +328368,0,0,0,0,0 +328369,0,0,0,0,0 +328370,0,0,0,0,0 +328371,0,0,0,0,0 +328372,0,0,0,0,0 +328373,0,0,0,0,0 +328374,0,0,0,0,0 +328375,0,0,0,0,0 +328376,0,0,0,0,0 +328377,0,0,0,0,0 +328378,0,0,0,0,0 +328379,0,0,0,0,0 +328380,0,0,0,0,0 +328381,0,0,0,0,0 +328382,0,0,0,0,0 +328383,0,0,0,0,0 +328384,0,0,0,0,0 +328385,0,0,0,0,0 +328386,0,0,0,0,0 +328387,0,0,0,0,0 +328388,0,0,0,0,0 +328389,0,0,0,0,0 +328390,0,0,0,0,0 +328391,0,0,0,0,0 +328392,0,0,0,0,0 +328393,0,0,0,0,0 +328394,0,0,0,0,0 +328395,0,0,0,0,0 +328396,0,0,0,0,0 +328397,0,0,0,0,0 +328398,0,0,0,0,0 +328399,0,0,0,0,0 +328400,0,0,0,0,0 +328401,0,0,0,0,0 +328402,0,0,0,0,0 +328403,0,0,0,0,0 +328404,0,0,0,0,0 +328405,0,0,0,0,0 +328406,0,0,0,0,0 +328407,0,0,0,0,0 +328408,0,0,0,0,0 +328409,0,0,0,0,0 +328410,0,0,0,0,0 +328411,0,0,0,0,0 +328412,0,0,0,0,0 +328413,0,0,0,0,0 +328414,0,0,0,0,0 +328415,0,0,0,0,0 +328416,0,0,0,0,0 +328417,0,0,0,0,0 +328418,0,0,0,0,0 +328419,0,0,0,0,0 +328420,0,0,0,0,0 +328421,0,0,0,0,0 +328422,0,0,0,0,0 +328423,0,0,0,0,0 +328424,0,0,0,0,0 +328425,0,0,0,0,0 +328426,0,0,0,0,0 +328427,0,0,0,0,0 +328428,0,0,0,0,0 +328429,0,0,0,0,0 +328430,0,0,0,0,0 +328431,0,0,0,0,0 +328432,0,0,0,0,0 +328433,0,0,0,0,0 +328434,0,0,0,0,0 +328435,0,0,0,0,0 +328436,0,0,0,0,0 +328437,0,0,0,0,0 +328438,0,0,0,0,0 +328439,0,0,0,0,0 +328440,0,0,0,0,0 +328441,0,0,0,0,0 +328442,0,0,0,0,0 +328443,0,0,0,0,0 +328444,0,0,0,0,0 +328445,0,0,0,0,0 +328446,0,0,0,0,0 +328447,0,0,0,0,0 +328448,0,0,0,0,0 +328449,0,0,0,0,0 +328450,0,0,0,0,0 +328451,0,0,0,0,0 +328452,0,0,0,0,0 +328453,0,0,0,0,0 +328454,0,0,0,0,0 +328455,0,0,0,0,0 +328456,0,0,0,0,0 +328457,0,0,0,0,0 +328458,0,0,0,0,0 +328459,0,0,0,0,0 +328460,0,0,0,0,0 +328461,0,0,0,0,0 +328462,0,0,0,0,0 +328463,0,0,0,0,0 +328464,0,0,0,0,0 +328465,0,0,0,0,0 +328466,0,0,0,0,0 +328467,0,0,0,0,0 +328468,0,0,0,0,0 +328469,0,0,0,0,0 +328470,0,0,0,0,0 +328471,0,0,0,0,0 +328472,0,0,0,0,0 +328473,0,0,0,0,0 +328474,0,0,0,0,0 +328475,0,0,0,0,0 +328476,0,0,0,0,0 +328477,0,0,0,0,0 +328478,0,0,0,0,0 +328479,0,0,0,0,0 +328480,0,0,0,0,0 +328481,0,0,0,0,0 +328482,0,0,0,0,0 +328483,0,0,0,0,0 +328484,0,0,0,0,0 +328485,0,0,0,0,0 +328486,0,0,0,0,0 +328487,0,0,0,0,0 +328488,0,0,0,0,0 +328489,0,0,0,0,0 +328490,0,0,0,0,0 +328491,0,0,0,0,0 +328492,0,0,0,0,0 +328493,0,0,0,0,0 +328494,0,0,0,0,0 +328495,0,0,0,0,0 +328496,0,0,0,0,0 +328497,0,0,0,0,0 +328498,0,0,0,0,0 +328499,0,0,0,0,0 +328500,0,0,0,0,0 +328501,0,0,0,0,0 +328502,0,0,0,0,0 +328503,0,0,0,0,0 +328504,0,0,0,0,0 +328505,0,0,0,0,0 +328506,0,0,0,0,0 +328507,0,0,0,0,0 +328508,0,0,0,0,0 +328509,0,0,0,0,0 +328510,0,0,0,0,0 +328511,0,0,0,0,0 +328512,0,0,0,0,0 +328513,0,0,0,0,0 +328514,0,0,0,0,0 +328515,0,0,0,0,0 +328516,0,0,0,0,0 +328517,0,0,0,0,0 +328518,0,0,0,0,0 +328519,0,0,0,0,0 +328520,0,0,0,0,0 +328521,0,0,0,0,0 +328522,0,0,0,0,0 +328523,0,0,0,0,0 +328524,0,0,0,0,0 +328525,0,0,0,0,0 +328526,0,0,0,0,0 +328527,0,0,0,0,0 +328528,0,0,0,0,0 +328529,0,0,0,0,0 +328530,0,0,0,0,0 +328531,0,0,0,0,0 +328532,0,0,0,0,0 +328533,0,0,0,0,0 +328534,0,0,0,0,0 +328535,0,0,0,0,0 +328536,0,0,0,0,0 +328537,0,0,0,0,0 +328538,0,0,0,0,0 +328539,0,0,0,0,0 +328540,0,0,0,0,0 +328541,0,0,0,0,0 +328542,0,0,0,0,0 +328543,0,0,0,0,0 +328544,0,0,0,0,0 +328545,0,0,0,0,0 +328546,0,0,0,0,0 +328547,0,0,0,0,0 +328548,0,0,0,0,0 +328549,0,0,0,0,0 +328550,0,0,0,0,0 +328551,0,0,0,0,0 +328552,0,0,0,0,0 +328553,0,0,0,0,0 +328554,0,0,0,0,0 +328555,0,0,0,0,0 +328556,0,0,0,0,0 +328557,0,0,0,0,0 +328558,0,0,0,0,0 +328559,0,0,0,0,0 +328560,0,0,0,0,0 +328561,0,0,0,0,0 +328562,0,0,0,0,0 +328563,0,0,0,0,0 +328564,0,0,0,0,0 +328565,0,0,0,0,0 +328566,0,0,0,0,0 +328567,0,0,0,0,0 +328568,0,0,0,0,0 +328569,0,0,0,0,0 +328570,0,0,0,0,0 +328571,0,0,0,0,0 +328572,0,0,0,0,0 +328573,0,0,0,0,0 +328574,0,0,0,0,0 +328575,0,0,0,0,0 +328576,0,0,0,0,0 +328577,0,0,0,0,0 +328578,0,0,0,0,0 +328579,0,0,0,0,0 +328580,0,0,0,0,0 +328581,0,0,0,0,0 +328582,0,0,0,0,0 +328583,0,0,0,0,0 +328584,0,0,0,0,0 +328585,0,0,0,0,0 +328586,0,0,0,0,0 +328587,0,0,0,0,0 +328588,0,0,0,0,0 +328589,0,0,0,0,0 +328590,0,0,0,0,0 +328591,0,0,0,0,0 +328592,0,0,0,0,0 +328593,0,0,0,0,0 +328594,0,0,0,0,0 +328595,0,0,0,0,0 +328596,0,0,0,0,0 +328597,0,0,0,0,0 +328598,0,0,0,0,0 +328599,0,0,0,0,0 +328600,0,0,0,0,0 +328601,0,0,0,0,0 +328602,0,0,0,0,0 +328603,0,0,0,0,0 +328604,0,0,0,0,0 +328605,0,0,0,0,0 +328606,0,0,0,0,0 +328607,0,0,0,0,0 +328608,0,0,0,0,0 +328609,0,0,0,0,0 +328610,0,0,0,0,0 +328611,0,0,0,0,0 +328612,0,0,0,0,0 +328613,0,0,0,0,0 +328614,0,0,0,0,0 +328615,0,0,0,0,0 +328616,0,0,0,0,0 +328617,0,0,0,0,0 +328618,0,0,0,0,0 +328619,0,0,0,0,0 +328620,0,0,0,0,0 +328621,0,0,0,0,0 +328622,0,0,0,0,0 +328623,0,0,0,0,0 +328624,0,0,0,0,0 +328625,0,0,0,0,0 +328626,0,0,0,0,0 +328627,0,0,0,0,0 +328628,0,0,0,0,0 +328629,0,0,0,0,0 +328630,0,0,0,0,0 +328631,0,0,0,0,0 +328632,0,0,0,0,0 +328633,0,0,0,0,0 +328634,0,0,0,0,0 +328635,0,0,0,0,0 +328636,0,0,0,0,0 +328637,0,0,0,0,0 +328638,0,0,0,0,0 +328639,0,0,0,0,0 +328640,0,0,0,0,0 +328641,0,0,0,0,0 +328642,0,0,0,0,0 +328643,0,0,0,0,0 +328644,0,0,0,0,0 +328645,0,0,0,0,0 +328646,0,0,0,0,0 +328647,0,0,0,0,0 +328648,0,0,0,0,0 +328649,0,0,0,0,0 +328650,0,0,0,0,0 +328651,0,0,0,0,0 +328652,0,0,0,0,0 +328653,0,0,0,0,0 +328654,0,0,0,0,0 +328655,0,0,0,0,0 +328656,0,0,0,0,0 +328657,0,0,0,0,0 +328658,0,0,0,0,0 +328659,0,0,0,0,0 +328660,0,0,0,0,0 +328661,0,0,0,0,0 +328662,0,0,0,0,0 +328663,0,0,0,0,0 +328664,0,0,0,0,0 +328665,0,0,0,0,0 +328666,0,0,0,0,0 +328667,0,0,0,0,0 +328668,0,0,0,0,0 +328669,0,0,0,0,0 +328670,0,0,0,0,0 +328671,0,0,0,0,0 +328672,0,0,0,0,0 +328673,0,0,0,0,0 +328674,0,0,0,0,0 +328675,0,0,0,0,0 +328676,0,0,0,0,0 +328677,0,0,0,0,0 +328678,0,0,0,0,0 +328679,0,0,0,0,0 +328680,0,0,0,0,0 +328681,0,0,0,0,0 +328682,0,0,0,0,0 +328683,0,0,0,0,0 +328684,0,0,0,0,0 +328685,0,0,0,0,0 +328686,0,0,0,0,0 +328687,0,0,0,0,0 +328688,0,0,0,0,0 +328689,0,0,0,0,0 +328690,0,0,0,0,0 +328691,0,0,0,0,0 +328692,0,0,0,0,0 +328693,0,0,0,0,0 +328694,0,0,0,0,0 +328695,0,0,0,0,0 +328696,0,0,0,0,0 +328697,0,0,0,0,0 +328698,0,0,0,0,0 +328699,0,0,0,0,0 +328700,0,0,0,0,0 +328701,0,0,0,0,0 +328702,0,0,0,0,0 +328703,0,0,0,0,0 +328704,0,0,0,0,0 +328705,0,0,0,0,0 +328706,0,0,0,0,0 +328707,0,0,0,0,0 +328708,0,0,0,0,0 +328709,0,0,0,0,0 +328710,0,0,0,0,0 +328711,0,0,0,0,0 +328712,0,0,0,0,0 +328713,0,0,0,0,0 +328714,0,0,0,0,0 +328715,0,0,0,0,0 +328716,0,0,0,0,0 +328717,0,0,0,0,0 +328718,0,0,0,0,0 +328719,0,0,0,0,0 +328720,0,0,0,0,0 +328721,0,0,0,0,0 +328722,0,0,0,0,0 +328723,0,0,0,0,0 +328724,0,0,0,0,0 +328725,0,0,0,0,0 +328726,0,0,0,0,0 +328727,0,0,0,0,0 +328728,0,0,0,0,0 +328729,0,0,0,0,0 +328730,0,0,0,0,0 +328731,0,0,0,0,0 +328732,0,0,0,0,0 +328733,0,0,0,0,0 +328734,0,0,0,0,0 +328735,0,0,0,0,0 +328736,0,0,0,0,0 +328737,0,0,0,0,0 +328738,0,0,0,0,0 +328739,0,0,0,0,0 +328740,0,0,0,0,0 +328741,-20.76259815,3580.037506,2761.551061,-6.211124476,-189.1711917 +328742,420.3924063,328.2384895,3087.122711,194.3237056,615.4074896 +328743,413.3360734,291.0377531,691.9098659,190.9028195,606.7098458 +328744,401.7878339,284.6589249,652.2865987,185.3889017,589.5826304 +328745,390.0095728,292.002328,643.9992385,179.8469334,570.872269 +328746,379.7493607,718.9170453,648.1216874,175.1001902,553.6983519 +328747,371.267042,430.9659197,653.7633491,171.2555757,538.6869172 +328748,364.2131291,514.2266829,657.8346424,168.1180925,525.5466626 +328749,358.2227134,526.4679644,660.519086,165.4933105,513.8836214 +328750,353.0590942,536.3323973,789.298903,163.2556518,503.4232408 +328751,348.5854519,546.017183,769.7447737,161.3345776,493.9964602 +328752,344.7015777,555.7909144,777.1358431,159.6792864,485.4871385 +328753,341.33325,566.0927708,795.2398453,158.2535192,477.8014752 +328754,338.4089956,575.6660743,806.1477541,157.0222531,470.8513105 +328755,335.8732716,586.13491,816.848685,155.9594132,464.5570615 +328756,333.6708914,596.0137163,827.4565313,155.0387035,458.8482974 +328757,331.761918,606.6660847,838.2398296,154.2422492,453.6630381 +328758,330.1051459,616.5584041,848.8092181,153.5509505,448.946559 +328759,328.6729315,634.055605,859.2514913,152.9531261,444.6505139 +328760,327.434368,647.9757744,869.8382844,152.4369155,440.7320443 +328761,326.3705928,662.3523468,880.4885473,151.9896614,437.1532124 +328762,325.4617916,676.5439155,890.5281941,151.6057464,433.8803402 +328763,324.6862653,690.8524124,901.159835,151.2783956,430.8835853 +328764,324.0342358,704.9629785,911.2819398,151.0011759,428.1364245 +328765,323.4937127,719.5900929,921.5176811,150.7687434,425.6153237 +328766,323.053154,733.7773769,931.4671559,150.5767702,423.2993367 +328767,322.7028094,747.9251921,941.7709321,150.4216973,421.1698598 +328768,322.4346205,762.6921293,951.7463249,150.3005096,419.210293 +328769,322.2418443,776.879115,961.3826383,150.2106252,417.405876 +328770,322.1186712,791.3229596,971.1644233,150.1497997,415.7433959 +328771,322.0600664,804.5503085,979.4345829,150.1160922,414.2110906 +328772,322.0623563,817.3069162,987.5641813,150.1087815,412.7984041 +328773,322.1220721,830.6680111,995.22388,150.1269844,411.4958989 +328774,322.2357534,843.536334,1002.935012,150.169467,410.2950631 +328775,322.4001541,855.8924953,1010.585112,150.2348944,409.1882901 +328776,322.6123161,868.7224002,1017.767703,150.321993,408.1687064 +328777,322.8696205,881.2304132,1025.255562,150.4296289,407.2301489 +328778,323.169722,893.7048764,1032.2241,150.5567906,406.3670238 +328779,323.5105322,906.1062608,1039.167938,150.7025786,405.5742908 +328780,323.890156,918.0808056,1046.00935,150.866174,404.8473525 +328781,324.3068899,930.9135774,1052.727612,151.046836,404.1820597 +328782,324.7591645,942.8311038,1059.103217,151.243877,403.5745991 +328783,325.2455617,955.0282762,1065.91532,151.4566707,403.0215262 +328784,325.7647558,967.0971602,1072.07916,151.684627,402.519648 +328785,326.3155446,979.063804,1078.329049,151.9272064,402.0660797 +328786,326.8967956,991.0609768,1084.413835,152.1838968,401.6581377 +328787,327.5074734,1002.879515,1090.62237,152.4542262,401.2932875 +328788,328.1465933,1014.759437,1096.071601,152.7377427,400.9690128 +328789,328.8132612,1026.497613,1101.99903,153.0340324,400.6831461 +328790,329.5066199,1038.165169,1107.512057,153.3426963,400.433735 +328791,330.225875,1049.867145,1113.025936,153.6633618,400.219062 +328792,330.9702559,1061.385822,1118.333357,153.9956658,400.037497 +328793,331.7390411,1072.977835,1123.607122,154.3392662,399.8875579 +328794,332.531531,1084.380323,1128.673426,154.6938303,399.7678194 +328795,333.3470755,1095.858857,1133.434705,155.0590471,399.6769948 +328796,334.185036,1107.145147,1138.696852,155.4346106,399.6138308 +328797,335.0448217,1118.511866,1143.283716,155.8202362,399.5772049 +328798,335.9258438,1129.681651,1147.919682,156.2156403,399.5660049 +328799,336.8275602,1140.937978,1152.456951,156.6205605,399.5792429 +328800,337.7494315,1151.990556,1156.880087,157.0347358,399.6159381 +328801,338.7116111,1592.430375,2118.210672,157.4673113,399.7127682 +328802,358.351041,1618.634014,2145.311925,166.551415,434.4551641 +328803,387.7541092,1639.053453,2172.710249,180.029742,488.1692679 +328804,417.6763023,1658.215837,2190.337772,193.560158,544.3784091 +328805,444.1668255,1678.059365,2208.009829,205.3372711,595.6995 +328806,466.7615443,1703.369665,2224.188065,215.2070196,640.8319676 +328807,486.1539884,1709.482632,2239.360543,223.5475008,680.6394035 +328808,503.0934593,1742.705885,2253.951988,230.7449296,716.1925951 +328809,518.1075733,1738.114807,2279.635498,237.0668537,748.2506769 +328810,531.5396871,1738.648411,2268.022174,242.685263,777.3015028 +328811,543.6336842,1789.150616,2294.856891,247.7203769,803.6938502 +328812,553.0271862,1786.809978,2307.707272,251.5586086,824.8846682 +328813,559.7490819,1805.815346,2317.313966,254.2168754,840.8817776 +328814,565.7171354,1821.102498,2335.4341,256.5689544,855.1461901 +328815,571.0710419,1836.050432,2349.292873,258.6781182,867.9229944 +328816,575.9095035,1850.861241,2351.82728,260.587537,879.3942348 +328817,580.3075048,1865.586942,2342.881367,262.3289496,889.7057266 +328818,584.3265934,1879.968427,2390.799839,263.9277943,898.9829656 +328819,588.0191781,1894.37929,2372.658675,265.4053503,907.3374402 +328820,591.4300573,1908.574352,2401.880542,266.7795003,914.868493 +328821,594.5973026,1922.731106,2402.657645,268.0651671,921.6642441 +328822,597.553055,1936.446764,2414.764417,269.2747032,927.8024637 +328823,627.76117,1950.434523,2429.351085,270.4183182,933.3517319 +328824,873.0394683,1964.102446,2427.728755,271.5044384,938.3724527 +328825,759.5846342,1977.5206,2441.42449,391.2597606,942.9179639 +328826,813.1809789,1990.976457,2448.892881,336.8750165,947.0352768 +328827,833.6165716,2004.220479,2456.75081,362.8689521,950.7658866 +328828,851.4943104,2017.350768,2464.852764,372.5832878,954.1463268 +328829,868.5618258,2030.436606,2472.444549,381.3049391,957.2089225 +328830,885.760794,2043.073917,2479.756157,389.8975133,959.9823113 +328831,902.0135307,2055.479408,2486.676828,398.0861481,962.4919516 +328832,918.6418684,2067.472583,2492.900978,406.3328401,964.7604545 +328833,933.9559904,2079.144014,2499.199578,414.1659227,966.807935 +328834,950.1971586,2090.841636,2505.081097,422.1005925,968.6522554 +328835,964.7964349,2102.192233,2516.47315,429.7239981,970.3093261 +328836,980.3647411,2113.731364,2513.658037,437.2497379,971.7933001 +328837,994.7477887,2124.669491,2522.250713,444.5545565,973.1168252 +328838,1009.915529,2135.744348,2526.994217,451.9302715,974.2911617 +328839,1023.605875,2146.57111,2531.377386,459.0235608,975.326417 +328840,1037.710716,2160.917842,2536.238691,465.9166515,976.2316028 +328841,1051.893107,2174.345044,2540.537305,473.0889119,977.0148542 +328842,1065.332941,2179.665999,2544.57347,479.6111571,977.6834518 +328843,1078.801001,2202.585867,2548.774763,486.2652768,978.2439911 +328844,1091.777451,2189.099383,2552.523975,492.9830848,978.7023999 +328845,1105.222196,2193.087643,2556.112892,499.3180689,1267.883445 +328846,1117.764895,2229.830346,2564.921774,505.6845591,1133.626188 +328847,1130.537253,2224.534691,2560.739138,511.9514397,1179.767509 +328848,1142.931521,2237.336074,2566.256787,518.0747633,1195.753096 +328849,1154.906729,2246.994044,2569.195369,523.9852537,1207.938874 +328850,1167.53634,2256.304539,2571.638322,530.1831002,1218.704752 +328851,1179.236806,2265.310845,2573.95273,536.0917089,1229.908991 +328852,1191.44931,2274.406827,2576.495921,541.6677747,1240.872472 +328853,1202.558343,2283.276889,2578.645187,547.3270473,1250.855129 +328854,1159.868984,2267.148707,2530.873617,528.4622498,1162.67479 +328855,1138.61845,2255.844676,2478.191216,518.58988,1118.792563 +328856,1280.278594,2325.105825,2433.04394,583.1072219,1368.415703 +328857,1219.818656,2319.873661,2402.635209,556.0639522,1245.529048 +328858,1247.772215,2294.340748,2385.962268,569.2956523,1285.005995 +328859,1257.384645,2354.431434,2367.581072,573.9271011,1294.831777 +328860,1269.610789,2324.08939,2350.742257,579.8808371,1305.089701 +328861,1841.036315,2598.387924,2501.982786,831.0043599,2348.195234 +328862,1601.404062,2491.051704,2502.277408,724.0707329,1891.123613 +328863,1736.889787,2547.691611,2515.629647,784.7846213,2129.844927 +328864,1723.343322,2551.802207,2532.092184,779.3225935,2093.027698 +328865,1734.988459,2557.344955,2549.113173,784.9292523,2102.683088 +328866,1746.997036,2571.919965,2561.089427,790.5826629,2112.968315 +328867,1758.561473,2571.840108,2573.071211,795.8983449,2122.988027 +328868,1770.312503,2582.452504,2582.286533,801.873823,2132.476373 +328869,1781.420995,2590.331378,2588.029459,807.1849477,2151.274193 +328870,1792.855862,2597.416165,2593.46657,812.4896762,2149.615616 +328871,1803.959041,2604.978235,2598.266111,817.8992335,2148.565341 +328872,1814.707212,2618.786813,2602.5558,823.1146786,2176.748794 +328873,1825.742197,2617.849066,2606.177038,828.3082942,2176.15216 +328874,1836.371513,2627.74244,2609.182015,833.4382108,2186.635499 +328875,1846.888142,2634.717379,2613.117628,838.4303347,2194.848134 +328876,1857.346253,2640.715267,2613.949095,843.5806443,2203.296591 +328877,1867.853567,2647.732971,2615.001669,848.3705899,2211.287747 +328878,1877.972701,2654.677402,2617.656053,853.4095785,2221.932536 +328879,1895.133193,2666.75589,2619.306888,858.1951888,2239.565713 +328880,1897.141113,2665.432663,2618.725069,862.9570109,2221.789935 +328881,1918.845814,2673.170883,2618.595723,867.815517,2238.798981 +328882,1912.641827,2679.959946,2618.565514,872.4248408,2254.743305 +328883,1912.669822,2692.461308,2620.499969,877.1186079,2255.626338 +328884,1947.455629,2684.551768,2621.166271,881.6811457,2282.182404 +328885,1943.975975,2703.378887,2621.194379,886.3125998,2244.608092 +328886,1956.220115,2702.332612,2619.41285,890.8475651,2309.642384 +328887,1965.909158,2713.442272,2618.543598,895.2749291,2255.617045 +328888,1975.100076,2714.650019,2619.602754,899.8282843,2323.788738 +328889,1984.318758,2718.86911,2619.762931,904.1956929,2274.568684 +328890,1993.720133,2728.984368,2617.70001,908.5666018,2311.034289 +328891,2002.396278,2729.10125,2616.417678,912.8063129,2327.140128 +328892,2011.450825,2738.175771,2615.348736,917.0654206,2315.377738 +328893,2020.277676,2738.543228,2614.434497,921.2199263,2320.874214 +328894,2028.730612,2742.651368,2615.338961,925.2957393,2335.465791 +328895,2037.616048,2744.430391,2613.701019,929.3209634,2337.385858 +328896,2045.932877,2749.844477,2614.326718,933.4256091,2343.98059 +328897,2054.477533,2752.078797,2612.581422,937.4411868,2356.561185 +328898,2062.687131,2753.98726,2611.413002,941.3359045,2352.516296 +328899,2071.070424,2755.53204,2610.424246,945.249801,2362.707256 +328900,2079.293966,2759.846895,2610.87002,949.208742,2367.855015 +328901,2087.465396,2760.376813,2608.684844,953.0343302,2372.934072 +328902,2095.577265,2761.828307,2606.977934,956.8672879,2378.80354 +328903,2103.629934,2763.677783,2605.586736,960.6620066,2384.186822 +328904,2111.621105,2765.724609,2604.006002,964.425145,2389.390089 +328905,2119.666535,2767.865868,2602.456438,968.1558125,2394.907954 +328906,2127.36804,2770.02072,2601.036209,971.857849,2400.090151 +328907,2135.272046,2772.170793,2599.342786,975.5295411,2405.090303 +328908,2142.906033,2774.303295,2597.814419,979.1724557,2410.407997 +328909,2150.789717,2776.416966,2596.462277,982.7868943,2415.229124 +328910,2158.48055,2778.525475,2595.001717,986.3213196,2420.373925 +328911,2165.930451,2780.608993,2593.75091,989.9593271,2425.236036 +328912,2173.574416,2782.659499,2592.338634,993.4544743,2429.907738 +328913,2181.065567,2784.832978,2591.025882,997.0230938,2440.507055 +328914,2188.526534,2786.954856,2589.704604,1000.423838,2437.015814 +328915,2195.940729,2788.855096,2588.264043,1003.918823,2444.499214 +328916,2203.422856,2790.736671,2587.047912,1007.342015,2449.219031 +328917,2210.452912,2792.653337,2585.671065,1010.695709,2453.507722 +328918,2217.994371,2794.545185,2584.29352,1014.160212,2457.68213 +328919,2225.126448,2796.574128,2583.034723,1017.482537,2468.021325 +328920,2232.337305,2798.553462,2581.780903,1020.829572,2464.538064 +328921,2245.369585,2801.156871,2582.032333,1026.687258,2480.77604 +328922,2252.751049,2804.379585,2582.789804,1030.243143,2494.288496 +328923,2260.208858,2807.613346,2583.635635,1033.786952,2492.110134 +328924,2267.212569,2810.380798,2584.258004,1037.063399,2497.795716 +328925,2274.250229,2812.330544,2584.326107,1040.445476,2503.949977 +328926,2281.027582,2814.026611,2584.182511,1043.604168,2508.185947 +328927,2287.873851,2818.180632,2585.643106,1046.89213,2517.900654 +328928,2297.461895,2818.296604,2584.410793,1049.976867,2515.828047 +328929,2302.983606,2818.94774,2583.482314,1053.198616,2520.707369 +328930,2310.039368,2822.476964,2584.410953,1056.221595,2531.140259 +328931,2319.43286,2822.328856,2582.886455,1059.390663,2529.346825 +328932,2319.370802,2822.993302,2581.885951,1062.360861,2537.244862 +328933,2341.31253,2824.072786,2581.124998,1065.477921,2541.994496 +328934,2313.87285,2825.249588,2580.428196,1068.400884,2540.930255 +328935,2337.128392,2826.137464,2579.572628,1071.361102,2541.836596 +328936,2351.516934,2826.595972,2578.469933,1074.371377,2542.053338 +328937,2350.042231,2826.653335,2577.121905,1077.316435,2540.006327 +328938,2358.343959,2826.355722,2575.539132,1080.170051,2537.715889 +328939,2364.674046,2825.765827,2573.751632,1083.184377,2535.429033 +328940,2370.839548,2824.972031,2571.817473,1085.980254,2533.1879 +328941,2376.592206,2824.04338,2569.790982,1088.873597,2531.01723 +328942,2382.856588,2823.016862,2567.710503,1091.731446,2528.924958 +328943,2388.806803,2821.90968,2565.60249,1094.511706,2526.911918 +328944,2394.69961,2820.730523,2563.486135,1097.28083,2524.976714 +328945,2400.757305,2819.484606,2561.375622,1100.111183,2523.116541 +328946,2406.695119,2818.175476,2559.281416,1102.884765,2521.327237 +328947,2412.232524,2816.807618,2557.212595,1105.567157,2519.605277 +328948,2418.406723,2815.383059,2555.175178,1108.414735,2517.945195 +328949,2423.946584,2813.90324,2553.17381,1111.048379,2516.341366 +328950,2429.72499,2812.367134,2551.210718,1115.079717,2514.786447 +328951,2435.312342,2810.777556,2549.290106,1117.063768,2513.276593 +328952,2440.652031,2809.110465,2547.407179,1120.454691,2511.8112 +328953,2445.971914,2807.355471,2545.560595,1122.227593,2510.390119 +328954,2455.945166,2805.500673,2543.741291,1126.189615,2508.997046 +328955,2457.893736,2803.565152,2541.920348,1126.865857,2507.63427 +328956,2472.784669,2801.549035,2540.118159,1132.203074,2506.288884 +328957,2453.302857,2799.52409,2538.404989,1130.855593,2505.011108 +328958,2471.901614,2797.490429,2536.792022,1138.955758,2503.79805 +328959,2481.585485,2795.35913,2535.211734,1133.564695,2502.575331 +328960,2482.067377,2793.18118,2533.686867,1126.603828,2501.380632 +328961,2488.656593,2790.938974,2532.19929,1148.527378,2500.194268 +328962,2493.931638,2788.596075,2530.712359,1140.962811,2498.981012 +328963,2499.278496,2786.205743,2529.253559,1145.438654,2497.779353 +328964,2504.25052,2783.779653,2527.830277,1147.82981,2496.596064 +328965,2509.379744,2781.308576,2526.430673,1150.139338,2495.423371 +328966,2514.70945,2778.792314,2525.05249,1152.435685,2494.261492 +328967,2533.720057,2776.190113,2523.670683,1154.781298,2493.065138 +328968,2503.984804,2773.589429,2522.337838,1156.946663,2491.906406 +328969,2540.07789,2770.978107,2521.044838,1159.245784,2490.780223 +328970,2532.610284,2768.2688,2519.737693,1161.407773,2489.618418 +328971,2540.163343,2765.502664,2518.438167,1163.731489,2488.453612 +328972,2544.898253,2762.700519,2517.156773,1165.896618,2487.300171 +328973,2550.003113,2759.85195,2515.889546,1168.173627,2486.148388 +328974,2564.457827,2756.681545,2514.618194,1170.258767,2484.980401 +328975,2545.742824,2753.783947,2513.380812,1172.481653,2483.844421 +328976,2571.69997,2750.875301,2512.17412,1174.632906,2482.731694 +328977,2568.242837,2747.877167,2510.954241,1176.782027,2481.592863 +328978,2574.426137,2744.814809,2509.739256,1178.919494,2480.451169 +328979,2595.667786,2741.663509,2508.512823,1181.04511,2479.281019 +328980,2560.276898,2738.518363,2507.330843,1183.158262,2478.155626 +328981,2483.706074,2699.442371,2504.126551,1132.214896,2473.652722 +328982,2497.047576,2653.665558,2494.07826,1133.485697,2459.195213 +328983,2443.659006,2671.993843,2481.191214,1135.081433,2440.144125 +328984,2500.994016,2662.023833,2469.779526,1136.87702,2422.417085 +328985,2484.344077,2654.960414,2460.595839,1138.593553,2407.308239 +328986,2492.316708,2649.861137,2453.193877,1140.467138,2394.477884 +328987,2516.490804,2638.171021,2446.946148,1142.188261,2383.261251 +328988,2472.094047,2646.007452,2441.731734,1144.06779,2373.556057 +328989,2533.795818,2626.321379,2437.167587,1145.897684,2364.903905 +328990,2486.470927,2628.039622,2432.858281,1147.674181,2356.812962 +328991,2524.798893,2622.610684,2430.6114,1149.693342,2351.499438 +328992,2517.242038,2615.309036,2426.045355,1151.391598,2343.554724 +328993,2541.674396,2609.916597,2422.154731,1153.304287,2336.633636 +328994,2501.886205,2604.306306,2418.651079,1155.146522,2330.351192 +328995,2569.888233,2599.002043,2417.170729,1156.999787,2326.712335 +328996,2498.762128,2592.295267,2413.264904,1158.92002,2320.233859 +328997,2583.366169,2586.338808,2411.896031,1160.668773,2317.00665 +328998,2507.080952,2574.218295,2409.872666,1162.568419,2313.089553 +328999,2591.944904,2582.218807,2405.908144,1164.336455,2306.878591 +329000,2540.876036,2559.720294,2404.573648,1166.29329,2303.976973 +329001,2565.092985,2562.861713,2402.247708,1168.089498,2299.918846 +329002,2566.398543,2554.887541,2398.324296,1170.018669,2293.946109 +329003,2570.968396,2548.272596,2395.624104,1171.757484,2289.511283 +329004,2575.345031,2542.154936,2393.394061,1173.654268,2285.682023 +329005,2579.984971,2535.579394,2391.424199,1175.487612,2282.206439 +329006,2584.247112,2529.419681,2389.593183,1177.330379,2278.938365 +329007,2589.071325,2522.606155,2387.832864,1179.172741,2275.791107 +329008,2593.467894,2515.965475,2386.109093,1181.014079,2272.716172 +329009,2598.010287,2509.519857,2384.414325,1182.853838,2269.696938 +329010,2602.325163,2495.846236,2382.610538,1184.693055,2266.556217 +329011,2607.049148,2504.2539,2380.94216,1186.507086,2263.589175 +329012,2611.435499,2479.191654,2379.3089,1188.315324,2260.671885 +329013,2615.867879,2483.675096,2377.553144,1190.120559,2257.609256 +329014,2628.436924,2474.055745,2376.009923,1191.923268,2254.811956 +329015,2612.801414,2466.818188,2374.408893,1193.723444,2251.944609 +329016,2642.211491,2459.633899,2372.796645,1195.595985,2249.062363 +329017,2629.317208,2452.647441,2371.322735,1197.279207,2246.347471 +329018,2638.962744,2445.350589,2369.777082,1199.126597,2243.539406 +329019,2642.853197,2438.074798,2368.230071,1200.906853,2240.723289 +329020,2647.269436,2430.736572,2366.749895,1202.619962,2237.981637 +329021,2651.488898,2423.583675,2365.295511,1204.521853,2235.263088 +329022,2655.943363,2415.803479,2363.857311,1206.253577,2232.5554 +329023,2660.057571,2401.338997,2362.326529,1208.049758,2229.72337 +329024,2664.753617,2410.469032,2360.94732,1209.910191,2227.067452 +329025,2668.990318,2382.576608,2359.612929,1211.574926,2224.456113 +329026,2673.343725,2388.260905,2358.185673,1213.410089,2221.719575 +329027,2677.455804,2377.314903,2356.878284,1215.176312,2219.120023 +329028,2682.115458,2369.310738,2355.64281,1216.952276,2216.598374 +329029,2686.388109,2361.957509,2354.41176,1218.727162,2214.071815 +329030,2690.619646,2354.222495,2353.213745,1220.500488,2211.575685 +329031,2702.339606,2346.476172,2352.178471,1222.272478,2209.270433 +329032,2696.520391,2338.819271,2351.359594,1224.042816,2206.980894 +329033,2704.237349,2330.723438,2350.203688,1225.81174,2204.514136 +329034,2708.636998,2323.001003,2349.059841,1227.577947,2202.055762 +329035,2712.511959,2315.072156,2347.986072,1229.344749,2199.872588 +329036,2716.601258,2307.155492,2346.943457,1231.109192,2197.494749 +329037,2721.148771,2299.418777,2345.938193,1232.872605,2195.143621 +329038,2725.334952,2291.185369,2344.968266,1234.634627,2192.821903 +329039,2736.742244,2283.292716,2344.168366,1236.395361,2190.698626 +329040,2731.571488,2275.336889,2343.398881,1238.154998,2188.603648 +329041,2489.961794,2150.904862,2340.31873,1130.287423,2185.670473 +329042,2505.819586,2147.456041,2319.465953,1129.005841,2157.808379 +329043,2488.32832,2133.330019,2294.003809,1128.666447,2122.007237 +329044,2494.386309,2123.98948,2274.569239,1128.417658,2092.633859 +329045,2493.934167,2113.996374,2258.278335,1128.43727,2067.119576 +329046,2494.774639,2104.172473,2247.688948,1128.685836,2048.515618 +329047,2495.400178,2094.36602,2240.479154,1128.850906,2034.474225 +329048,2496.483389,2084.576303,2236.971794,1129.130466,2025.503658 +329049,2497.237237,2075.031788,2232.00216,1129.432397,2015.254133 +329050,2498.270006,2065.120217,2228.387856,1129.76379,2007.172539 +329051,2499.175012,2055.512116,2225.513768,1130.116739,2000.44892 +329052,2500.507527,2045.868033,2222.945663,1130.489087,1994.738681 +329053,2501.520034,2036.248042,2220.929636,1130.87813,1989.815199 +329054,2502.688058,2026.720614,2219.150677,1131.358602,1985.507771 +329055,2503.890306,2012.699319,2217.567055,1131.66209,1981.733412 +329056,2505.164061,1998.711899,2217.936605,1132.147805,1980.654514 +329057,2506.205345,2008.226987,2215.946808,1132.574395,1976.874132 +329058,2507.54704,1970.986129,2214.78144,1133.028406,1974.316969 +329059,2508.807761,1997.583139,2213.974459,1133.490228,1972.368257 +329060,2510.08268,1946.406834,2213.388943,1133.962372,1970.838102 +329061,2511.379586,1988.023065,2212.914185,1134.443656,1969.5734 +329062,2512.695687,1916.82192,2212.53513,1134.933849,1968.539941 +329063,2514.191737,1953.470105,2213.918247,1135.433984,1969.803159 +329064,2515.374317,1926.72595,2214.337159,1135.939201,1969.963886 +329065,2516.591424,1920.51921,2212.681746,1136.45283,1967.616964 +329066,2518.172503,1911.248244,2211.795877,1136.976547,1966.269621 +329067,2519.45226,1901.87471,2211.205206,1137.505528,1965.314681 +329068,2521.014332,1892.837705,2212.660978,1138.043513,1966.689904 +329069,2522.13009,1897.005087,2211.330443,1138.58378,1964.903986 +329070,2523.873688,1855.155521,2212.348047,1139.137014,1966.051009 +329071,2525.113213,1874.566512,2212.654009,1139.677184,1966.350516 +329072,2526.390666,1854.107465,2210.948917,1140.221319,1964.190121 +329073,2527.918816,1847.1447,2210.058061,1140.772343,1963.033776 +329074,2529.306484,1838.112316,2209.501093,1141.325941,1962.283294 +329075,2530.529565,1829.163131,2209.120901,1141.884568,1961.753107 +329076,2532.657115,1820.136174,2210.54892,1142.448959,1963.469474 +329077,2533.539203,1811.434496,2211.074709,1143.014842,1964.103325 +329078,2534.758713,1824.224471,2209.494747,1143.585158,1962.160261 +329079,2536.734653,1762.715393,2208.747735,1144.161859,1961.240053 +329080,2538.042098,1818.023656,2208.318972,1144.740211,1960.69877 +329081,2539.53942,1747.380448,2208.03941,1145.322771,1960.335384 +329082,2541.084102,1780.207682,2207.866931,1145.908729,1960.106293 +329083,2542.61549,1756.580771,2207.712602,1146.498102,1959.905842 +329084,2544.18269,1750.875904,2207.579801,1147.090747,1959.738443 +329085,2545.911239,1742.492907,2209.175958,1147.687777,1961.715925 +329086,2547.171622,1734.189678,2208.133342,1148.283712,1960.450753 +329087,2549.029519,1725.841278,2207.66774,1148.88664,1959.897232 +329088,2550.707911,1717.950577,2209.100835,1149.491196,1961.681841 +329089,2552.151601,1709.627215,2207.988533,1150.094836,1960.325506 +329090,2553.949245,1701.710994,2207.501456,1150.704859,1959.734287 +329091,2555.645176,1693.655134,2207.243774,1151.314971,1959.412893 +329092,2557.563108,1685.962673,2208.802907,1151.928744,1961.33191 +329093,2558.892299,1678.1239,2207.780157,1152.540776,1960.070271 +329094,2561.060878,1670.470432,2209.05239,1153.159774,1961.646416 +329095,2562.326553,1662.769904,2207.890792,1153.774821,1960.215732 +329096,2564.396009,1655.426526,2207.40434,1154.39575,1959.60752 +329097,2565.9969,1648.061392,2207.173505,1155.016113,1959.298771 +329098,2567.79259,1640.620942,2207.07589,1155.638162,1959.144857 +329099,2569.545682,1656.396428,2207.013359,1156.261416,1959.031416 +329100,2571.464706,1593.407609,2208.739528,1156.886941,1961.134593 +329101,2786.686781,1742.507147,2210.957088,1275.394873,1963.132788 +329102,2802.962637,1718.966004,2230.147339,1250.3574,1988.795936 +329103,2820.245989,1716.693835,2254.576201,1285.948938,2023.344098 +329104,2832.762359,1711.684963,2275.827581,1255.366906,2054.789484 +329105,2838.326739,1706.198096,2291.476458,1278.881552,2080.016857 +329106,2837.301604,1700.850022,2302.194742,1272.430449,2098.751924 +329107,2829.312965,1695.539621,2309.100351,1275.508403,2112.361685 +329108,2842.55805,1690.306519,2315.405287,1276.982883,2124.698558 +329109,2841.95351,1685.040787,2318.023043,1278.480246,2131.931291 +329110,2842.789062,1705.767764,2320.354279,1279.944141,2138.459535 +329111,2844.654062,1638.42633,2322.276259,1281.389172,2143.739692 +329112,2847.170384,1687.835839,2323.923153,1282.818043,2148.224007 +329113,2848.701474,1665.739691,2325.263587,1285.139444,2151.933238 +329114,2848.494321,1655.111897,2326.345547,1285.755594,2154.976156 +329115,2848.296332,1660.913339,2327.168524,1289.038092,2157.568923 +329116,2848.12784,1648.902527,2327.745973,1286.682474,2159.369499 +329117,2848.025229,1648.977633,2328.138442,1296.375105,2160.709406 +329118,2848.018621,1643.595588,2328.412862,1280.703267,2161.854049 +329119,2850.785388,1640.09285,2330.319909,1297.860012,2164.338601 +329120,2849.472435,1636.405292,2329.547634,1310.700141,2163.804381 +329121,2849.079872,1632.803125,2329.27932,1271.268423,2163.540164 +329122,2849.022706,1629.252708,2329.146499,1310.764153,2163.642474 +329123,2849.072541,1625.759058,2329.018945,1297.912743,2163.442539 +329124,2849.22027,1622.319684,2328.906619,1302.562662,2163.400155 +329125,2849.450851,1618.932565,2328.812202,1304.780201,2163.118995 +329126,2849.727918,1615.595289,2328.721176,1307.001669,2162.777731 +329127,2850.041708,1612.306429,2328.633149,1309.306314,2162.38877 +329128,2850.383842,1609.063957,2328.546835,1311.682388,2161.959535 +329129,2850.748774,1605.866726,2328.461681,1314.043584,2161.49572 +329130,2851.131183,1602.712972,2328.376595,1316.776402,2161.000932 +329131,2851.524867,1599.520362,2328.289416,1319.087945,2160.681998 +329132,2851.91996,1596.351293,2328.191321,1321.717854,2160.138117 +329133,2852.312211,1593.212894,2328.077989,1324.319707,2159.56748 +329134,2852.700788,1590.105925,2327.949092,1326.993771,2158.977339 +329135,2853.085853,1587.030935,2327.80592,1329.729157,2158.371526 +329136,2853.467895,1583.987358,2327.650184,1332.525116,2157.751926 +329137,2853.847192,1580.975289,2327.483301,1335.382147,2157.119555 +329138,2854.218561,1579.684921,2327.302983,1338.384244,2156.471085 +329139,2854.57742,1577.829632,2327.107083,1341.234928,2155.803595 +329140,2854.92688,1575.665249,2326.89815,1344.335693,2155.120103 +329141,2855.27018,1573.855312,2326.67873,1347.423949,2154.423711 +329142,2855.608435,1571.826602,2326.450005,1350.585415,2153.715937 +329143,2855.942622,1569.900377,2326.213059,1353.809469,2152.998227 +329144,2856.273732,1567.975717,2325.968964,1357.095403,2152.272049 +329145,2856.601895,1566.067489,2325.71821,1360.439026,2151.538158 +329146,2856.926418,1564.175698,2325.460623,1363.850184,2150.796494 +329147,2857.248299,1562.300829,2325.196121,1367.321204,2150.04709 +329148,2857.570193,1560.442545,2324.924915,1370.854984,2149.290326 +329149,2857.894824,1558.601329,2324.647154,1374.45148,2148.52649 +329150,2858.224331,1556.776833,2324.36294,1378.110919,2147.755804 +329151,2858.554988,1554.969526,2324.069067,1383.743154,2146.974397 +329152,2858.884909,1553.179049,2323.763819,1388.214531,2146.180202 +329153,2859.22592,1551.405847,2323.454416,1390.476558,2145.382138 +329154,2859.577041,1549.649522,2323.136653,1399.701603,2144.575105 +329155,2859.957304,1547.910528,2322.827283,1390.772463,2143.779883 +329156,2860.385951,1546.188448,2322.536465,1396.070552,2143.21573 +329157,2860.789683,1544.483791,2322.221992,1409.939936,2142.41457 +329158,2861.162995,1542.796245,2321.876788,1408.229546,2141.573128 +329159,2861.541905,1541.126167,2321.526961,1413.89245,2140.727329 +329160,2861.936674,1539.473061,2321.175068,1418.107343,2139.88192 +329161,2861.525923,1560.911642,2320.063018,1460.618368,2137.722034 +329162,2863.996141,1560.638335,2320.686861,1429.071506,2138.2258 +329163,2867.966615,1560.147306,2322.257605,1467.632444,2140.235237 +329164,2871.784367,1559.476319,2323.815491,1460.188907,2142.368257 +329165,2874.819375,1558.740748,2324.980035,1467.904365,2144.045658 +329166,2877.060894,1557.958366,2325.717095,1484.708916,2145.173803 +329167,2878.78938,1557.149537,2326.16656,1461.977562,2145.901489 +329168,2880.184845,1556.326471,2326.413716,1501.625752,2146.322621 +329169,2881.367453,1555.49705,2326.518645,1474.395193,2146.507002 +329170,2882.421298,1554.664877,2326.527649,1506.793431,2146.51159 +329171,2883.374544,1553.83316,2326.456392,1492.464605,2146.357786 +329172,2884.243732,1553.003108,2326.315068,1518.456623,2146.061468 +329173,2885.047079,1552.176567,2326.11549,1512.456622,2145.641071 +329174,2885.854669,1551.353907,2325.902681,1512.058388,2145.156671 +329175,2886.864192,1550.536398,2325.803652,1536.589188,2144.770956 +329176,2887.992004,1549.724064,2325.768582,1525.766377,2144.428008 +329177,2889.1874,1548.917866,2325.768616,1538.144883,2144.097549 +329178,2890.624169,1548.117726,2325.916546,1542.849427,2143.924342 +329179,2892.279719,1547.324315,2326.200927,1548.968861,2143.898715 +329180,2894.052066,1546.537401,2326.559914,1554.929062,2143.947915 +329181,2895.899636,1545.757651,2326.968664,1561.007645,2144.04377 +329182,2898.082215,1544.984696,2327.408705,1567.259448,2144.164714 +329183,2899.976945,1544.219119,2327.866336,1573.43071,2144.294301 +329184,2901.880138,1543.460526,2328.334551,1579.6883,2144.42409 +329185,2903.800035,1542.709458,2328.810882,1585.866767,2144.551242 +329186,2905.741306,1541.965496,2329.294864,1592.388505,2144.675541 +329187,2907.701035,1541.229164,2329.78412,1598.755925,2144.794521 +329188,2909.7815,1540.500054,2330.344334,1610.778873,2144.990713 +329189,2911.866964,1539.778574,2330.903336,1609.194537,2145.38762 +329190,2913.847988,1539.064249,2331.392067,1619.187844,2145.473688 +329191,2915.830119,1538.072251,2332.072116,1624.889437,2145.540877 +329192,2917.791811,1537.025499,2332.519164,1630.863973,2145.601073 +329193,2919.684312,1535.952333,2332.892465,1636.79493,2145.63423 +329194,2921.521302,1534.859409,2333.202974,1643.116365,2145.654466 +329195,2923.315476,1533.750516,2333.461557,1649.107384,2145.66721 +329196,2925.074218,1532.626862,2333.675086,1655.271934,2145.672369 +329197,2926.807911,1531.490021,2333.851794,1661.233652,2145.67351 +329198,2928.52774,1530.34015,2334.000199,1667.577754,2145.67651 +329199,2930.235716,1529.178267,2334.122904,1673.641441,2145.681201 +329200,2931.928572,1528.004221,2334.219047,1679.794977,2145.683884 +329201,2933.609028,1526.818847,2334.291378,1685.80127,2145.685823 +329202,2935.284695,1525.62186,2334.345618,1692.170682,2145.692362 +329203,2936.95607,1524.413996,2334.38288,1698.319074,2145.703431 +329204,2938.748898,1523.19496,2334.484072,1709.570695,2145.819115 +329205,2940.532955,1521.965271,2334.568127,1708.851041,2145.93793 +329206,2944.85006,1520.725914,2336.256508,1717.321482,2148.089589 +329207,2944.974077,1519.472157,2335.28863,1723.519751,2146.957598 +329208,2948.954782,1518.21341,2336.582471,1729.753623,2148.674263 +329209,2948.723003,1516.937807,2335.389138,1735.291697,2147.302467 +329210,2952.161155,1515.65816,2336.521569,1742.156757,2148.849688 +329211,2951.830853,1514.361347,2335.235054,1747.967967,2147.388237 +329212,2952.769495,1513.059373,2334.728075,1761.63981,2146.908426 +329213,2954.282876,1511.744668,2334.555407,1764.261989,2146.852768 +329214,2956.004882,1510.419707,2334.49528,1774.117821,2146.952863 +329215,2957.903361,1509.084657,2334.53807,1783.080197,2147.204116 +329216,2960.078618,1507.636472,2334.754112,1795.631905,2147.698262 +329217,2962.317227,1506.429433,2335.010907,1798.363245,2148.270949 +329218,2964.395022,1504.991151,2335.165978,1808.207984,2148.742812 +329219,2966.838713,1503.628671,2335.370928,1821.155523,2149.300649 +329220,2968.980666,1502.240415,2335.598405,1824.033669,2149.907974 +329221,2973.233004,1467.460215,2338.30638,1802.825784,2155.426059 +329222,2971.080909,1465.241056,2336.326224,1807.517651,2154.182332 +329223,2966.358291,1463.172113,2332.314924,1815.931125,2149.765294 +329224,2962.364334,1461.07693,2328.805485,1828.075961,2145.700348 +329225,2960.614017,1458.980398,2326.509583,1830.66772,2143.098311 +329226,2960.353819,1456.872658,2325.180226,1838.652788,2141.776457 +329227,2961.237951,1454.75298,2324.630356,1850.876574,2141.557787 +329228,2962.805827,1452.619736,2324.577587,1854.362979,2142.115291 +329229,2964.942103,1450.571091,2324.767805,1865.560295,2143.143746 +329230,2966.885474,1448.170245,2325.084952,1869.493283,2144.48857 +329231,2968.862318,1446.20216,2325.46703,1879.351036,2146.065204 +329232,2970.822257,1443.929846,2325.867971,1883.448587,2147.79919 +329233,2972.621846,1441.73654,2326.179963,1888.782832,2149.547012 +329234,2974.180323,1439.513768,2326.345262,1892.726319,2151.219382 +329235,2975.454525,1437.27485,2326.324718,1895.949893,2152.758883 +329236,2976.433473,1435.019357,2326.10734,1899.378492,2154.135752 +329237,2977.170154,1432.748066,2325.717583,1902.986336,2155.374653 +329238,2980.374332,1430.367299,2326.904348,1908.567733,2158.659845 +329239,2979.458041,1428.196347,2325.434222,1911.365367,2158.691953 +329240,2979.253755,1425.811437,2324.402174,1914.766144,2159.326309 +329241,2979.217926,1423.580044,2323.44134,1918.374361,2160.09424 +329242,2979.263952,1421.089498,2322.501713,1922.098454,2160.928598 +329243,2979.351167,1418.782902,2321.560397,1925.881165,2161.808273 +329244,2979.452977,1416.380676,2320.609536,1929.686035,2162.720995 +329245,2979.555268,1413.975076,2319.639919,1933.495458,2163.659702 +329246,2979.652029,1411.552494,2318.652959,1937.30331,2164.62053 +329247,2979.740606,1409.113095,2317.644242,1941.107997,2165.600718 +329248,2979.819514,1406.656153,2316.616958,1944.90904,2166.597969 +329249,2979.887477,1404.182218,2315.567107,1948.70585,2167.610034 +329250,2979.943457,1401.690557,2314.497988,1952.497722,2168.634837 +329251,2979.984884,1399.754871,2313.404548,1956.282747,2169.669021 +329252,2980.083874,1398.172255,2312.360697,1960.332031,2170.705546 +329253,2980.291963,1396.449798,2311.412784,1964.291081,2171.737899 +329254,2980.607502,1394.847467,2310.567982,1968.356617,2172.762537 +329255,2981.016252,1393.266681,2309.811607,1972.514294,2173.776015 +329256,2984.126907,1391.7163,2310.827156,1978.587635,2176.915663 +329257,2983.30582,1390.190979,2309.352011,1981.85868,2176.861937 +329258,2983.319945,1388.693585,2308.434943,1985.735076,2177.437053 +329259,2983.601127,1387.219003,2307.690044,1989.837199,2178.156994 +329260,2984.035557,1385.767194,2307.046586,1994.072064,2178.943155 +329261,2984.572731,1384.337416,2306.472041,1998.381897,2179.766281 +329262,2985.170247,1382.928232,2305.945604,2002.73692,2180.609376 +329263,2985.812752,1381.539392,2305.454623,2007.114048,2181.462794 +329264,2986.483643,1380.169568,2304.991648,2011.505528,2182.321429 +329265,2987.182049,1378.908591,2304.551392,2015.910248,2183.18174 +329266,2987.898571,1377.443349,2304.130534,2020.328829,2184.042046 +329267,2988.637222,1376.190513,2303.726935,2024.76141,2184.901747 +329268,2989.401273,1374.878126,2303.338418,2029.206683,2185.759924 +329269,2990.196031,1373.595073,2302.963051,2033.662947,2186.615712 +329270,2991.019877,1372.327946,2302.598196,2038.318753,2187.467164 +329271,2991.86879,1370.986296,2302.242538,2042.759814,2188.31381 +329272,2992.739935,1369.88122,2301.896457,2047.203641,2189.15717 +329273,2993.630014,1368.596283,2301.559806,2051.660556,2189.998002 +329274,2994.535811,1367.401506,2301.23202,2056.132565,2190.836479 +329275,2995.454459,1366.207546,2300.91232,2060.616868,2191.672425 +329276,2996.383741,1365.026771,2300.600052,2065.109862,2192.505758 +329277,2997.322056,1363.859306,2300.294735,2069.608888,2193.336537 +329278,2998.266472,1362.704439,2299.994925,2074.302837,2194.163566 +329279,2999.215875,1361.562404,2299.70023,2078.760075,2194.986896 +329280,3000.172065,1360.432375,2299.412125,2083.217418,2195.808894 +329281,2999.499302,1293.300812,2297.428768,2086.988679,2193.467147 +329282,2989.263731,1291.74868,2288.482599,2085.221695,2180.542411 +329283,2975.597732,1290.498366,2276.606112,2081.783268,2162.591742 +329284,2963.574757,1289.333115,2265.678437,2080.068111,2145.188674 +329285,2955.028523,1288.210506,2257.100471,2080.947099,2130.559638 +329286,2949.539044,1287.117489,2250.680178,2083.774462,2118.726675 +329287,2946.068288,1286.051037,2245.768733,2087.766768,2109.013112 +329288,2943.766378,1285.007565,2241.814749,2092.026792,2100.790134 +329289,2942.132738,1284.07055,2238.479357,2095.892196,2093.651713 +329290,2940.911239,1282.946203,2235.574656,2100.238205,2087.357351 +329291,2939.967584,1282.022765,2232.98957,2104.387334,2081.751492 +329292,2939.221419,1280.961243,2230.649452,2108.773181,2076.719586 +329293,2938.617747,1280.136775,2228.499102,2112.909868,2072.169875 +329294,2938.118414,1279.145629,2226.497468,2116.998223,2068.028124 +329295,2937.693851,1278.241333,2224.611943,2121.273889,2064.231166 +329296,2937.322669,1277.339457,2222.817668,2125.308863,2060.72654 +329297,2936.992745,1276.451738,2221.097751,2129.307579,2057.473092 +329298,2936.695921,1275.577698,2219.439547,2133.283609,2054.436581 +329299,2936.425591,1274.717452,2217.832846,2137.242925,2051.587501 +329300,2936.176955,1273.870292,2216.269794,2141.187065,2048.900986 +329301,2938.596156,1273.037816,2216.43558,2146.974686,2048.475873 +329302,2937.026461,1272.213852,2214.10616,2150.092368,2045.025541 +329303,2936.272445,1271.407105,2212.316461,2153.565577,2042.320295 +329304,2935.766417,1270.61032,2210.689222,2157.22006,2039.869025 +329305,2935.404454,1269.826472,2209.158118,2160.982412,2037.582928 +329306,2935.132046,1269.054512,2207.693091,2164.800641,2035.422479 +329307,2934.913316,1268.294745,2206.275083,2168.638517,2033.361412 +329308,2934.728081,1267.546625,2204.892887,2172.477772,2031.382043 +329309,2934.566131,1266.810379,2203.540183,2176.312052,2029.472189 +329310,2934.42213,1266.085442,2202.213153,2180.140217,2027.622855 +329311,2934.293683,1265.055085,2200.90971,2183.96306,2025.827584 +329312,2934.126342,1263.960592,2199.593805,2187.683786,2024.082942 +329313,2933.8918,1262.841254,2198.241742,2191.259068,2022.386942 +329314,2933.591191,1261.706357,2196.849779,2194.700821,2020.73844 +329315,2933.238035,1260.560125,2195.424768,2198.041077,2019.136076 +329316,2932.845899,1259.404637,2193.975499,2201.308031,2017.577685 +329317,2932.424131,1258.241373,2192.508937,2204.519081,2016.060337 +329318,2931.978203,1257.071133,2191.029791,2207.682933,2014.580792 +329319,2931.51122,1255.894736,2189.541149,2210.803573,2013.135799 +329320,2931.025018,1254.71261,2188.045154,2213.883059,2011.722314 +329321,2930.520866,1253.52533,2186.543407,2216.922805,2010.337557 +329322,2929.999704,1252.333172,2185.037175,2219.923976,2008.979045 +329323,2929.462169,1251.136589,2183.527442,2222.887501,2007.644521 +329324,2928.906975,1249.935764,2182.013863,2226.010084,2006.330556 +329325,2928.334031,1248.731077,2180.496764,2228.883544,2005.034952 +329326,2927.745985,1247.52264,2178.978131,2231.714421,2003.757945 +329327,2927.144309,1246.310773,2177.459191,2234.514342,2002.499124 +329328,2926.528809,1245.095543,2175.940109,2237.286519,2001.257016 +329329,2925.900767,1243.877223,2174.23096,2240.030739,2000.031482 +329330,2925.260269,1242.655842,2172.723756,2242.74486,1998.821588 +329331,2924.673835,1241.431796,2171.220276,2245.425173,1997.624088 +329332,2924.217605,1240.205189,2169.713963,2248.0689,1996.435813 +329333,2923.91708,1238.976245,2168.20154,2250.674322,1995.254069 +329334,2923.75734,1237.744972,2166.681834,2253.240246,1994.076478 +329335,2923.70926,1236.511597,2165.154752,2255.766106,1992.90133 +329336,2923.74575,1235.276138,2163.620724,2258.251937,1991.72771 +329337,2923.84636,1234.038823,2162.080389,2260.698166,1990.555314 +329338,2923.99699,1232.799674,2160.534482,2263.105411,1989.384247 +329339,2924.187625,1231.55891,2158.983716,2265.474299,1988.214793 +329340,2924.410718,1230.316542,2157.428767,2267.805403,1987.047321 +329341,2082.259936,1228.895439,1089.410976,1815.993256,2470.157288 +329342,2170.91583,1359.938288,1135.503048,1893.875049,2526.222114 +329343,2266.863767,1363.451646,1187.830678,1975.874437,2569.695145 +329344,2338.55161,1363.490811,1229.69468,2031.614249,2588.265016 +329345,2391.145981,1364.238244,1262.588352,2066.024551,2596.793226 +329346,2429.684039,1363.916132,1288.406495,2086.217042,2601.007194 +329347,2458.779421,1363.247518,1309.300332,2098.18726,2603.253894 +329348,2481.686087,1362.736554,1326.402024,2106.300678,2604.640798 +329349,2500.350672,1361.983752,1340.827444,2112.655593,2605.688578 +329350,2515.878056,1361.269218,1353.140065,2118.090171,2606.617126 +329351,2528.91114,1360.511975,1363.69301,2122.873577,2607.474208 +329352,2539.943566,1359.730771,1372.771757,2127.152354,2608.305201 +329353,2549.3663,1358.934483,1380.612805,2131.041808,2609.135198 +329354,2557.472244,1358.101595,1387.404032,2134.623917,2609.952687 +329355,2564.503154,1357.28127,1393.30639,2137.969327,2610.751886 +329356,2570.660067,1356.457047,1398.458149,2141.134702,2611.534293 +329357,2576.105467,1355.630495,1402.975663,2144.160189,2612.303007 +329358,2580.968913,1354.800895,1406.955997,2147.255337,2613.060976 +329359,2585.353387,1353.970959,1410.47995,2150.053075,2613.810504 +329360,2589.341062,1353.139446,1413.614983,2152.763757,2614.553593 +329361,2592.997608,1352.308352,1416.41747,2155.402867,2615.29187 +329362,2596.375808,1351.561294,1418.934669,2157.979033,2616.026851 +329363,2599.51809,1350.601821,1421.206158,2160.496388,2616.759733 +329364,2602.433754,1349.831763,1423.252931,2162.937247,2617.464788 +329365,2605.170894,1348.984324,1425.114205,2165.322733,2618.16766 +329366,2607.775501,1348.148694,1426.823053,2167.670526,2618.890034 +329367,2610.252127,1347.312163,1428.393823,2169.972454,2619.620432 +329368,2612.613986,1346.472816,1429.841095,2172.225537,2620.354461 +329369,2614.868149,1345.631502,1431.178147,2174.429181,2621.090372 +329370,2617.026694,1344.786501,1432.416653,2176.583915,2621.827522 +329371,2619.094308,1343.806422,1433.566663,2178.690591,2622.565554 +329372,2621.038888,1340.155119,1434.630707,2180.622471,2623.301442 +329373,2622.899734,1338.74002,1435.503067,2183.034951,2624.038409 +329374,2624.657508,1337.504242,1436.229228,2185.301707,2624.773923 +329375,2626.295134,1336.306853,1436.871105,2187.358017,2625.507792 +329376,2627.810608,1335.12664,1437.463813,2189.101775,2626.240423 +329377,2629.210875,1333.953618,1438.019888,2190.549511,2626.971854 +329378,2630.505266,1332.697462,1438.541745,2191.757679,2627.701754 +329379,2631.701956,1331.652636,1439.02936,2192.777519,2628.429571 +329380,2632.807528,1330.415486,1439.483002,2193.642862,2629.154706 +329381,2633.827097,1329.251942,1439.903526,2194.37334,2629.876527 +329382,2634.764829,1328.070663,1440.292067,2194.981713,2630.594441 +329383,2635.624232,1326.884509,1440.649777,2195.474292,2631.307851 +329384,2636.408295,1325.693181,1440.977715,2195.855497,2632.016164 +329385,2637.119567,1324.496617,1441.27684,2196.129707,2632.718775 +329386,2637.760275,1323.294255,1441.548049,2196.301189,2633.415119 +329387,2638.332396,1322.086096,1441.792183,2196.373685,2634.104641 +329388,2638.837674,1320.871651,1442.010045,2196.350275,2634.786821 +329389,2639.277645,1319.650988,1442.202392,2196.233446,2635.461147 +329390,2639.653652,1318.423671,1442.369952,2196.025257,2636.127145 +329391,2639.966907,1317.189822,1442.513414,2195.72746,2636.784346 +329392,2640.218478,1315.949049,1442.633443,2195.341606,2637.432327 +329393,2640.409409,1314.701519,1442.73067,2194.869083,2638.070667 +329394,2640.540681,1313.446879,1442.805706,2194.311167,2638.698991 +329395,2640.613156,1312.185334,1442.859131,2193.669023,2639.316929 +329396,2640.627637,1310.928153,1442.891512,2192.943745,2639.924153 +329397,2640.590811,1309.655314,1442.903863,2192.150803,2640.520341 +329398,2640.50166,1308.373911,1442.896592,2191.28565,2641.105225 +329399,2640.357857,1307.085171,1442.869963,2190.341056,2641.678527 +329400,2640.158339,1305.789025,1442.824323,2189.313865,2642.240003 +329401,0,0,0,0,0 +329402,0,0,0,0,0 +329403,0,0,0,0,0 +329404,0,0,0,0,0 +329405,0,0,0,0,0 +329406,0,0,0,0,0 +329407,0,0,0,0,0 +329408,0,0,0,0,0 +329409,0,0,0,0,0 +329410,0,0,0,0,0 +329411,0,0,0,0,0 +329412,0,0,0,0,0 +329413,0,0,0,0,0 +329414,0,0,0,0,0 +329415,0,0,0,0,0 +329416,0,0,0,0,0 +329417,0,0,0,0,0 +329418,0,0,0,0,0 +329419,0,0,0,0,0 +329420,0,0,0,0,0 +329421,0,0,0,0,0 +329422,0,0,0,0,0 +329423,0,0,0,0,0 +329424,0,0,0,0,0 +329425,0,0,0,0,0 +329426,0,0,0,0,0 +329427,0,0,0,0,0 +329428,0,0,0,0,0 +329429,0,0,0,0,0 +329430,0,0,0,0,0 +329431,0,0,0,0,0 +329432,0,0,0,0,0 +329433,0,0,0,0,0 +329434,0,0,0,0,0 +329435,0,0,0,0,0 +329436,0,0,0,0,0 +329437,0,0,0,0,0 +329438,0,0,0,0,0 +329439,0,0,0,0,0 +329440,0,0,0,0,0 +329441,0,0,0,0,0 +329442,0,0,0,0,0 +329443,0,0,0,0,0 +329444,0,0,0,0,0 +329445,0,0,0,0,0 +329446,0,0,0,0,0 +329447,0,0,0,0,0 +329448,0,0,0,0,0 +329449,0,0,0,0,0 +329450,0,0,0,0,0 +329451,0,0,0,0,0 +329452,0,0,0,0,0 +329453,0,0,0,0,0 +329454,0,0,0,0,0 +329455,0,0,0,0,0 +329456,0,0,0,0,0 +329457,0,0,0,0,0 +329458,0,0,0,0,0 +329459,0,0,0,0,0 +329460,0,0,0,0,0 +329461,0,0,0,0,0 +329462,0,0,0,0,0 +329463,0,0,0,0,0 +329464,0,0,0,0,0 +329465,0,0,0,0,0 +329466,0,0,0,0,0 +329467,0,0,0,0,0 +329468,0,0,0,0,0 +329469,0,0,0,0,0 +329470,0,0,0,0,0 +329471,0,0,0,0,0 +329472,0,0,0,0,0 +329473,0,0,0,0,0 +329474,0,0,0,0,0 +329475,0,0,0,0,0 +329476,0,0,0,0,0 +329477,0,0,0,0,0 +329478,0,0,0,0,0 +329479,0,0,0,0,0 +329480,0,0,0,0,0 +329481,0,0,0,0,0 +329482,0,0,0,0,0 +329483,0,0,0,0,0 +329484,0,0,0,0,0 +329485,0,0,0,0,0 +329486,0,0,0,0,0 +329487,0,0,0,0,0 +329488,0,0,0,0,0 +329489,0,0,0,0,0 +329490,0,0,0,0,0 +329491,0,0,0,0,0 +329492,0,0,0,0,0 +329493,0,0,0,0,0 +329494,0,0,0,0,0 +329495,0,0,0,0,0 +329496,0,0,0,0,0 +329497,0,0,0,0,0 +329498,0,0,0,0,0 +329499,0,0,0,0,0 +329500,0,0,0,0,0 +329501,0,0,0,0,0 +329502,0,0,0,0,0 +329503,0,0,0,0,0 +329504,0,0,0,0,0 +329505,0,0,0,0,0 +329506,0,0,0,0,0 +329507,0,0,0,0,0 +329508,0,0,0,0,0 +329509,0,0,0,0,0 +329510,0,0,0,0,0 +329511,0,0,0,0,0 +329512,0,0,0,0,0 +329513,0,0,0,0,0 +329514,0,0,0,0,0 +329515,0,0,0,0,0 +329516,0,0,0,0,0 +329517,0,0,0,0,0 +329518,0,0,0,0,0 +329519,0,0,0,0,0 +329520,0,0,0,0,0 +329521,0,0,0,0,0 +329522,0,0,0,0,0 +329523,0,0,0,0,0 +329524,0,0,0,0,0 +329525,0,0,0,0,0 +329526,0,0,0,0,0 +329527,0,0,0,0,0 +329528,0,0,0,0,0 +329529,0,0,0,0,0 +329530,0,0,0,0,0 +329531,0,0,0,0,0 +329532,0,0,0,0,0 +329533,0,0,0,0,0 +329534,0,0,0,0,0 +329535,0,0,0,0,0 +329536,0,0,0,0,0 +329537,0,0,0,0,0 +329538,0,0,0,0,0 +329539,0,0,0,0,0 +329540,0,0,0,0,0 +329541,0,0,0,0,0 +329542,0,0,0,0,0 +329543,0,0,0,0,0 +329544,0,0,0,0,0 +329545,0,0,0,0,0 +329546,0,0,0,0,0 +329547,0,0,0,0,0 +329548,0,0,0,0,0 +329549,0,0,0,0,0 +329550,0,0,0,0,0 +329551,0,0,0,0,0 +329552,0,0,0,0,0 +329553,0,0,0,0,0 +329554,0,0,0,0,0 +329555,0,0,0,0,0 +329556,0,0,0,0,0 +329557,0,0,0,0,0 +329558,0,0,0,0,0 +329559,0,0,0,0,0 +329560,0,0,0,0,0 +329561,0,0,0,0,0 +329562,0,0,0,0,0 +329563,0,0,0,0,0 +329564,0,0,0,0,0 +329565,0,0,0,0,0 +329566,0,0,0,0,0 +329567,0,0,0,0,0 +329568,0,0,0,0,0 +329569,0,0,0,0,0 +329570,0,0,0,0,0 +329571,0,0,0,0,0 +329572,0,0,0,0,0 +329573,0,0,0,0,0 +329574,0,0,0,0,0 +329575,0,0,0,0,0 +329576,0,0,0,0,0 +329577,0,0,0,0,0 +329578,0,0,0,0,0 +329579,0,0,0,0,0 +329580,0,0,0,0,0 +329581,0,0,0,0,0 +329582,0,0,0,0,0 +329583,0,0,0,0,0 +329584,0,0,0,0,0 +329585,0,0,0,0,0 +329586,0,0,0,0,0 +329587,0,0,0,0,0 +329588,0,0,0,0,0 +329589,0,0,0,0,0 +329590,0,0,0,0,0 +329591,0,0,0,0,0 +329592,0,0,0,0,0 +329593,0,0,0,0,0 +329594,0,0,0,0,0 +329595,0,0,0,0,0 +329596,0,0,0,0,0 +329597,0,0,0,0,0 +329598,0,0,0,0,0 +329599,0,0,0,0,0 +329600,0,0,0,0,0 +329601,0,0,0,0,0 +329602,0,0,0,0,0 +329603,0,0,0,0,0 +329604,0,0,0,0,0 +329605,0,0,0,0,0 +329606,0,0,0,0,0 +329607,0,0,0,0,0 +329608,0,0,0,0,0 +329609,0,0,0,0,0 +329610,0,0,0,0,0 +329611,0,0,0,0,0 +329612,0,0,0,0,0 +329613,0,0,0,0,0 +329614,0,0,0,0,0 +329615,0,0,0,0,0 +329616,0,0,0,0,0 +329617,0,0,0,0,0 +329618,0,0,0,0,0 +329619,0,0,0,0,0 +329620,0,0,0,0,0 +329621,0,0,0,0,0 +329622,0,0,0,0,0 +329623,0,0,0,0,0 +329624,0,0,0,0,0 +329625,0,0,0,0,0 +329626,0,0,0,0,0 +329627,0,0,0,0,0 +329628,0,0,0,0,0 +329629,0,0,0,0,0 +329630,0,0,0,0,0 +329631,0,0,0,0,0 +329632,0,0,0,0,0 +329633,0,0,0,0,0 +329634,0,0,0,0,0 +329635,0,0,0,0,0 +329636,0,0,0,0,0 +329637,0,0,0,0,0 +329638,0,0,0,0,0 +329639,0,0,0,0,0 +329640,0,0,0,0,0 +329641,0,0,0,0,0 +329642,0,0,0,0,0 +329643,0,0,0,0,0 +329644,0,0,0,0,0 +329645,0,0,0,0,0 +329646,0,0,0,0,0 +329647,0,0,0,0,0 +329648,0,0,0,0,0 +329649,0,0,0,0,0 +329650,0,0,0,0,0 +329651,0,0,0,0,0 +329652,0,0,0,0,0 +329653,0,0,0,0,0 +329654,0,0,0,0,0 +329655,0,0,0,0,0 +329656,0,0,0,0,0 +329657,0,0,0,0,0 +329658,0,0,0,0,0 +329659,0,0,0,0,0 +329660,0,0,0,0,0 +329661,0,0,0,0,0 +329662,0,0,0,0,0 +329663,0,0,0,0,0 +329664,0,0,0,0,0 +329665,0,0,0,0,0 +329666,0,0,0,0,0 +329667,0,0,0,0,0 +329668,0,0,0,0,0 +329669,0,0,0,0,0 +329670,0,0,0,0,0 +329671,0,0,0,0,0 +329672,0,0,0,0,0 +329673,0,0,0,0,0 +329674,0,0,0,0,0 +329675,0,0,0,0,0 +329676,0,0,0,0,0 +329677,0,0,0,0,0 +329678,0,0,0,0,0 +329679,0,0,0,0,0 +329680,0,0,0,0,0 +329681,0,0,0,0,0 +329682,0,0,0,0,0 +329683,0,0,0,0,0 +329684,0,0,0,0,0 +329685,0,0,0,0,0 +329686,0,0,0,0,0 +329687,0,0,0,0,0 +329688,0,0,0,0,0 +329689,0,0,0,0,0 +329690,0,0,0,0,0 +329691,0,0,0,0,0 +329692,0,0,0,0,0 +329693,0,0,0,0,0 +329694,0,0,0,0,0 +329695,0,0,0,0,0 +329696,0,0,0,0,0 +329697,0,0,0,0,0 +329698,0,0,0,0,0 +329699,0,0,0,0,0 +329700,0,0,0,0,0 +329701,0,0,0,0,0 +329702,0,0,0,0,0 +329703,0,0,0,0,0 +329704,0,0,0,0,0 +329705,0,0,0,0,0 +329706,0,0,0,0,0 +329707,0,0,0,0,0 +329708,0,0,0,0,0 +329709,0,0,0,0,0 +329710,0,0,0,0,0 +329711,0,0,0,0,0 +329712,0,0,0,0,0 +329713,0,0,0,0,0 +329714,0,0,0,0,0 +329715,0,0,0,0,0 +329716,0,0,0,0,0 +329717,0,0,0,0,0 +329718,0,0,0,0,0 +329719,0,0,0,0,0 +329720,0,0,0,0,0 +329721,0,0,0,0,0 +329722,0,0,0,0,0 +329723,0,0,0,0,0 +329724,0,0,0,0,0 +329725,0,0,0,0,0 +329726,0,0,0,0,0 +329727,0,0,0,0,0 +329728,0,0,0,0,0 +329729,0,0,0,0,0 +329730,0,0,0,0,0 +329731,0,0,0,0,0 +329732,0,0,0,0,0 +329733,0,0,0,0,0 +329734,0,0,0,0,0 +329735,0,0,0,0,0 +329736,0,0,0,0,0 +329737,0,0,0,0,0 +329738,0,0,0,0,0 +329739,0,0,0,0,0 +329740,0,0,0,0,0 +329741,0,0,0,0,0 +329742,0,0,0,0,0 +329743,0,0,0,0,0 +329744,0,0,0,0,0 +329745,0,0,0,0,0 +329746,0,0,0,0,0 +329747,0,0,0,0,0 +329748,0,0,0,0,0 +329749,0,0,0,0,0 +329750,0,0,0,0,0 +329751,0,0,0,0,0 +329752,0,0,0,0,0 +329753,0,0,0,0,0 +329754,0,0,0,0,0 +329755,0,0,0,0,0 +329756,0,0,0,0,0 +329757,0,0,0,0,0 +329758,0,0,0,0,0 +329759,0,0,0,0,0 +329760,0,0,0,0,0 +329761,0,0,0,0,0 +329762,0,0,0,0,0 +329763,0,0,0,0,0 +329764,0,0,0,0,0 +329765,0,0,0,0,0 +329766,0,0,0,0,0 +329767,0,0,0,0,0 +329768,0,0,0,0,0 +329769,0,0,0,0,0 +329770,0,0,0,0,0 +329771,0,0,0,0,0 +329772,0,0,0,0,0 +329773,0,0,0,0,0 +329774,0,0,0,0,0 +329775,0,0,0,0,0 +329776,0,0,0,0,0 +329777,0,0,0,0,0 +329778,0,0,0,0,0 +329779,0,0,0,0,0 +329780,0,0,0,0,0 +329781,0,0,0,0,0 +329782,0,0,0,0,0 +329783,0,0,0,0,0 +329784,0,0,0,0,0 +329785,0,0,0,0,0 +329786,0,0,0,0,0 +329787,0,0,0,0,0 +329788,0,0,0,0,0 +329789,0,0,0,0,0 +329790,0,0,0,0,0 +329791,0,0,0,0,0 +329792,0,0,0,0,0 +329793,0,0,0,0,0 +329794,0,0,0,0,0 +329795,0,0,0,0,0 +329796,0,0,0,0,0 +329797,0,0,0,0,0 +329798,0,0,0,0,0 +329799,0,0,0,0,0 +329800,0,0,0,0,0 +329801,0,0,0,0,0 +329802,0,0,0,0,0 +329803,0,0,0,0,0 +329804,0,0,0,0,0 +329805,0,0,0,0,0 +329806,0,0,0,0,0 +329807,0,0,0,0,0 +329808,0,0,0,0,0 +329809,0,0,0,0,0 +329810,0,0,0,0,0 +329811,0,0,0,0,0 +329812,0,0,0,0,0 +329813,0,0,0,0,0 +329814,0,0,0,0,0 +329815,0,0,0,0,0 +329816,0,0,0,0,0 +329817,0,0,0,0,0 +329818,0,0,0,0,0 +329819,0,0,0,0,0 +329820,0,0,0,0,0 +329821,0,0,0,0,0 +329822,0,0,0,0,0 +329823,0,0,0,0,0 +329824,0,0,0,0,0 +329825,0,0,0,0,0 +329826,0,0,0,0,0 +329827,0,0,0,0,0 +329828,0,0,0,0,0 +329829,0,0,0,0,0 +329830,0,0,0,0,0 +329831,0,0,0,0,0 +329832,0,0,0,0,0 +329833,0,0,0,0,0 +329834,0,0,0,0,0 +329835,0,0,0,0,0 +329836,0,0,0,0,0 +329837,0,0,0,0,0 +329838,0,0,0,0,0 +329839,0,0,0,0,0 +329840,0,0,0,0,0 +329841,0,0,0,0,0 +329842,0,0,0,0,0 +329843,0,0,0,0,0 +329844,0,0,0,0,0 +329845,0,0,0,0,0 +329846,0,0,0,0,0 +329847,0,0,0,0,0 +329848,0,0,0,0,0 +329849,0,0,0,0,0 +329850,0,0,0,0,0 +329851,0,0,0,0,0 +329852,0,0,0,0,0 +329853,0,0,0,0,0 +329854,0,0,0,0,0 +329855,0,0,0,0,0 +329856,0,0,0,0,0 +329857,0,0,0,0,0 +329858,0,0,0,0,0 +329859,0,0,0,0,0 +329860,0,0,0,0,0 +329861,0,0,0,0,0 +329862,0,0,0,0,0 +329863,0,0,0,0,0 +329864,0,0,0,0,0 +329865,0,0,0,0,0 +329866,0,0,0,0,0 +329867,0,0,0,0,0 +329868,0,0,0,0,0 +329869,0,0,0,0,0 +329870,0,0,0,0,0 +329871,0,0,0,0,0 +329872,0,0,0,0,0 +329873,0,0,0,0,0 +329874,0,0,0,0,0 +329875,0,0,0,0,0 +329876,0,0,0,0,0 +329877,0,0,0,0,0 +329878,0,0,0,0,0 +329879,0,0,0,0,0 +329880,0,0,0,0,0 +329881,0,0,0,0,0 +329882,0,0,0,0,0 +329883,0,0,0,0,0 +329884,0,0,0,0,0 +329885,0,0,0,0,0 +329886,0,0,0,0,0 +329887,0,0,0,0,0 +329888,0,0,0,0,0 +329889,0,0,0,0,0 +329890,0,0,0,0,0 +329891,0,0,0,0,0 +329892,0,0,0,0,0 +329893,0,0,0,0,0 +329894,0,0,0,0,0 +329895,0,0,0,0,0 +329896,0,0,0,0,0 +329897,0,0,0,0,0 +329898,0,0,0,0,0 +329899,0,0,0,0,0 +329900,0,0,0,0,0 +329901,0,0,0,0,0 +329902,0,0,0,0,0 +329903,0,0,0,0,0 +329904,0,0,0,0,0 +329905,0,0,0,0,0 +329906,0,0,0,0,0 +329907,0,0,0,0,0 +329908,0,0,0,0,0 +329909,0,0,0,0,0 +329910,0,0,0,0,0 +329911,0,0,0,0,0 +329912,0,0,0,0,0 +329913,0,0,0,0,0 +329914,0,0,0,0,0 +329915,0,0,0,0,0 +329916,0,0,0,0,0 +329917,0,0,0,0,0 +329918,0,0,0,0,0 +329919,0,0,0,0,0 +329920,0,0,0,0,0 +329921,0,0,0,0,0 +329922,0,0,0,0,0 +329923,0,0,0,0,0 +329924,0,0,0,0,0 +329925,0,0,0,0,0 +329926,0,0,0,0,0 +329927,0,0,0,0,0 +329928,0,0,0,0,0 +329929,0,0,0,0,0 +329930,0,0,0,0,0 +329931,0,0,0,0,0 +329932,0,0,0,0,0 +329933,0,0,0,0,0 +329934,0,0,0,0,0 +329935,0,0,0,0,0 +329936,0,0,0,0,0 +329937,0,0,0,0,0 +329938,0,0,0,0,0 +329939,0,0,0,0,0 +329940,0,0,0,0,0 +329941,0,0,0,0,0 +329942,0,0,0,0,0 +329943,0,0,0,0,0 +329944,0,0,0,0,0 +329945,0,0,0,0,0 +329946,0,0,0,0,0 +329947,0,0,0,0,0 +329948,0,0,0,0,0 +329949,0,0,0,0,0 +329950,0,0,0,0,0 +329951,0,0,0,0,0 +329952,0,0,0,0,0 +329953,0,0,0,0,0 +329954,0,0,0,0,0 +329955,0,0,0,0,0 +329956,0,0,0,0,0 +329957,0,0,0,0,0 +329958,0,0,0,0,0 +329959,0,0,0,0,0 +329960,0,0,0,0,0 +329961,0,0,0,0,0 +329962,0,0,0,0,0 +329963,0,0,0,0,0 +329964,0,0,0,0,0 +329965,0,0,0,0,0 +329966,0,0,0,0,0 +329967,0,0,0,0,0 +329968,0,0,0,0,0 +329969,0,0,0,0,0 +329970,0,0,0,0,0 +329971,0,0,0,0,0 +329972,0,0,0,0,0 +329973,0,0,0,0,0 +329974,0,0,0,0,0 +329975,0,0,0,0,0 +329976,0,0,0,0,0 +329977,0,0,0,0,0 +329978,0,0,0,0,0 +329979,0,0,0,0,0 +329980,0,0,0,0,0 +329981,0,0,0,0,0 +329982,0,0,0,0,0 +329983,0,0,0,0,0 +329984,0,0,0,0,0 +329985,0,0,0,0,0 +329986,0,0,0,0,0 +329987,0,0,0,0,0 +329988,0,0,0,0,0 +329989,0,0,0,0,0 +329990,0,0,0,0,0 +329991,0,0,0,0,0 +329992,0,0,0,0,0 +329993,0,0,0,0,0 +329994,0,0,0,0,0 +329995,0,0,0,0,0 +329996,0,0,0,0,0 +329997,0,0,0,0,0 +329998,0,0,0,0,0 +329999,0,0,0,0,0 +330000,0,0,0,0,0 +330001,0,0,0,0,0 +330002,0,0,0,0,0 +330003,0,0,0,0,0 +330004,0,0,0,0,0 +330005,0,0,0,0,0 +330006,0,0,0,0,0 +330007,0,0,0,0,0 +330008,0,0,0,0,0 +330009,0,0,0,0,0 +330010,0,0,0,0,0 +330011,0,0,0,0,0 +330012,0,0,0,0,0 +330013,0,0,0,0,0 +330014,0,0,0,0,0 +330015,0,0,0,0,0 +330016,0,0,0,0,0 +330017,0,0,0,0,0 +330018,0,0,0,0,0 +330019,0,0,0,0,0 +330020,0,0,0,0,0 +330021,0,0,0,0,0 +330022,0,0,0,0,0 +330023,0,0,0,0,0 +330024,0,0,0,0,0 +330025,0,0,0,0,0 +330026,0,0,0,0,0 +330027,0,0,0,0,0 +330028,0,0,0,0,0 +330029,0,0,0,0,0 +330030,0,0,0,0,0 +330031,0,0,0,0,0 +330032,0,0,0,0,0 +330033,0,0,0,0,0 +330034,0,0,0,0,0 +330035,0,0,0,0,0 +330036,0,0,0,0,0 +330037,0,0,0,0,0 +330038,0,0,0,0,0 +330039,0,0,0,0,0 +330040,0,0,0,0,0 +330041,0,0,0,0,0 +330042,0,0,0,0,0 +330043,0,0,0,0,0 +330044,0,0,0,0,0 +330045,0,0,0,0,0 +330046,0,0,0,0,0 +330047,0,0,0,0,0 +330048,0,0,0,0,0 +330049,0,0,0,0,0 +330050,0,0,0,0,0 +330051,0,0,0,0,0 +330052,0,0,0,0,0 +330053,0,0,0,0,0 +330054,0,0,0,0,0 +330055,0,0,0,0,0 +330056,0,0,0,0,0 +330057,0,0,0,0,0 +330058,0,0,0,0,0 +330059,0,0,0,0,0 +330060,0,0,0,0,0 +330061,0,0,0,0,0 +330062,0,0,0,0,0 +330063,0,0,0,0,0 +330064,0,0,0,0,0 +330065,0,0,0,0,0 +330066,0,0,0,0,0 +330067,0,0,0,0,0 +330068,0,0,0,0,0 +330069,0,0,0,0,0 +330070,0,0,0,0,0 +330071,0,0,0,0,0 +330072,0,0,0,0,0 +330073,0,0,0,0,0 +330074,0,0,0,0,0 +330075,0,0,0,0,0 +330076,0,0,0,0,0 +330077,0,0,0,0,0 +330078,0,0,0,0,0 +330079,0,0,0,0,0 +330080,0,0,0,0,0 +330081,0,0,0,0,0 +330082,0,0,0,0,0 +330083,0,0,0,0,0 +330084,0,0,0,0,0 +330085,0,0,0,0,0 +330086,0,0,0,0,0 +330087,0,0,0,0,0 +330088,0,0,0,0,0 +330089,0,0,0,0,0 +330090,0,0,0,0,0 +330091,0,0,0,0,0 +330092,0,0,0,0,0 +330093,0,0,0,0,0 +330094,0,0,0,0,0 +330095,0,0,0,0,0 +330096,0,0,0,0,0 +330097,0,0,0,0,0 +330098,0,0,0,0,0 +330099,0,0,0,0,0 +330100,0,0,0,0,0 +330101,0,0,0,0,0 +330102,0,0,0,0,0 +330103,0,0,0,0,0 +330104,0,0,0,0,0 +330105,0,0,0,0,0 +330106,0,0,0,0,0 +330107,0,0,0,0,0 +330108,0,0,0,0,0 +330109,0,0,0,0,0 +330110,0,0,0,0,0 +330111,0,0,0,0,0 +330112,0,0,0,0,0 +330113,0,0,0,0,0 +330114,0,0,0,0,0 +330115,0,0,0,0,0 +330116,0,0,0,0,0 +330117,0,0,0,0,0 +330118,0,0,0,0,0 +330119,0,0,0,0,0 +330120,0,0,0,0,0 +330121,0,0,0,0,0 +330122,0,0,0,0,0 +330123,0,0,0,0,0 +330124,0,0,0,0,0 +330125,0,0,0,0,0 +330126,0,0,0,0,0 +330127,0,0,0,0,0 +330128,0,0,0,0,0 +330129,0,0,0,0,0 +330130,0,0,0,0,0 +330131,0,0,0,0,0 +330132,0,0,0,0,0 +330133,0,0,0,0,0 +330134,0,0,0,0,0 +330135,0,0,0,0,0 +330136,0,0,0,0,0 +330137,0,0,0,0,0 +330138,0,0,0,0,0 +330139,0,0,0,0,0 +330140,0,0,0,0,0 +330141,0,0,0,0,0 +330142,0,0,0,0,0 +330143,0,0,0,0,0 +330144,0,0,0,0,0 +330145,0,0,0,0,0 +330146,0,0,0,0,0 +330147,0,0,0,0,0 +330148,0,0,0,0,0 +330149,0,0,0,0,0 +330150,0,0,0,0,0 +330151,0,0,0,0,0 +330152,0,0,0,0,0 +330153,0,0,0,0,0 +330154,0,0,0,0,0 +330155,0,0,0,0,0 +330156,0,0,0,0,0 +330157,0,0,0,0,0 +330158,0,0,0,0,0 +330159,0,0,0,0,0 +330160,0,0,0,0,0 +330161,0,0,0,0,0 +330162,0,0,0,0,0 +330163,0,0,0,0,0 +330164,0,0,0,0,0 +330165,0,0,0,0,0 +330166,0,0,0,0,0 +330167,0,0,0,0,0 +330168,0,0,0,0,0 +330169,0,0,0,0,0 +330170,0,0,0,0,0 +330171,0,0,0,0,0 +330172,0,0,0,0,0 +330173,0,0,0,0,0 +330174,0,0,0,0,0 +330175,0,0,0,0,0 +330176,0,0,0,0,0 +330177,0,0,0,0,0 +330178,0,0,0,0,0 +330179,0,0,0,0,0 +330180,0,0,0,0,0 +330181,-74.71564389,1710.857899,1515.665434,-29.32554292,-275.6978914 +330182,367.6603746,291.7768152,647.6155431,171.7744244,530.4273258 +330183,362.4330948,273.263296,626.591419,169.190821,524.2644987 +330184,352.8750093,268.09931,612.8079893,164.5829834,509.9943398 +330185,342.9661178,269.501049,604.4580317,159.8871753,494.0113697 +330186,334.4014794,272.5238185,598.970366,155.9047769,479.3355184 +330187,327.4039522,275.3203774,594.9364843,152.7145193,466.6163915 +330188,321.6801283,277.6761357,591.8506824,150.1522092,455.60414 +330189,316.9260662,279.8194684,589.5780287,148.0579694,445.9335201 +330190,312.9329399,281.9413125,588.0590775,146.3234296,437.3468892 +330191,309.5675061,284.1133086,587.2101354,144.8804883,429.6865087 +330192,306.7392855,286.3499696,586.9487192,143.6828503,422.8457268 +330193,304.3763568,401.15657,587.1951412,142.6942044,416.7381895 +330194,302.4163615,366.5931104,587.8769689,141.8837344,411.2863544 +330195,300.804639,388.1434326,588.9314212,141.2250044,406.4194998 +330196,299.4938639,403.7050509,590.3051403,140.6955851,402.0737946 +330197,298.4436339,416.6774053,591.952993,140.2766944,398.1925024 +330198,297.6196393,429.6083388,593.8366638,139.9526797,394.7264766 +330199,296.9928644,442.5380513,595.9235955,139.7105463,391.6308561 +330200,296.5386646,455.5651229,598.1859788,139.5394551,388.8660287 +330201,296.2361066,468.4705917,600.6000529,139.4303615,386.397406 +330202,296.067333,481.3529151,603.1454372,139.3756814,384.1945555 +330203,296.0171315,494.3628052,605.8046629,139.3690625,382.2294314 +330204,296.072502,507.4341594,608.5627024,139.405164,380.4783106 +330205,296.2223875,520.3959059,611.4066662,139.4795162,378.9204828 +330206,296.4573253,533.4033049,614.3254263,139.5883512,377.5374022 +330207,296.7692197,546.3181944,617.3093654,139.7284914,376.3125175 +330208,297.1511075,559.6888779,620.3501231,139.8972385,375.2310435 +330209,297.5970051,572.3053289,623.4404255,140.0923017,374.2798729 +330210,298.1017415,585.5596955,626.5739041,140.3117215,373.4473277 +330211,298.6608566,597.3316897,629.7449814,140.5538238,372.7230639 +330212,299.2656356,608.1937053,678.8213026,140.8150579,372.0978328 +330213,299.9094266,619.2984457,762.3122901,141.0927542,371.5633716 +330214,300.5883471,630.5247924,738.4982814,141.3854337,371.1122719 +330215,301.300119,641.2945529,756.5924084,141.6922974,370.7379386 +330216,302.0430438,656.1895981,770.8681626,142.012773,370.4343879 +330217,302.81561,670.3728545,781.9053705,142.3463438,370.1962517 +330218,303.6163835,684.7160483,792.5263474,142.6925015,370.0186257 +330219,304.4440851,698.6332546,802.8590426,143.0507833,369.8971394 +330220,305.2975605,712.953635,813.2024836,143.42076,369.8277916 +330221,306.1758152,726.707943,823.0188775,143.8020535,369.8070094 +330222,307.0779433,740.5485456,833.070707,144.1943061,369.8314847 +330223,308.0031505,754.0496785,842.3128335,144.5971942,369.8982474 +330224,308.9506901,768.0003835,851.8397005,145.0104007,370.0045179 +330225,309.9198952,781.357246,861.2296838,145.4336333,370.1477926 +330226,310.9101335,794.8335185,869.8622509,145.8666055,370.3257247 +330227,311.9208261,808.1855017,879.0159967,146.3090471,370.5361829 +330228,312.9514223,821.2044066,887.5429788,146.7606948,370.7771681 +330229,314.0014138,834.8015641,896.0290134,147.2212998,371.0468654 +330230,315.0703116,847.9748538,904.1530331,147.6906187,371.3435633 +330231,316.1576621,860.6750842,912.4765701,148.1684214,371.6657103 +330232,317.2630244,873.8204871,920.1103401,148.6544821,372.0118343 +330233,318.3859886,886.668033,928.3060027,149.148588,372.3806056 +330234,319.5261527,899.4830607,935.7109223,149.6505292,372.7707546 +330235,320.6831427,912.2273093,943.5096282,150.1601083,373.1811376 +330236,321.8565871,924.6196493,950.4903146,150.6771295,373.6106523 +330237,323.0461476,937.6880072,957.7694387,151.2014123,374.0583238 +330238,324.2514745,946.026981,963.113783,151.7327718,374.5231846 +330239,325.5658514,958.0039952,969.7750666,152.3288867,375.0044072 +330240,326.9567916,970.0216953,976.367747,152.969693,375.5012023 +330241,328.3979534,1411.639127,1937.905294,153.6354181,376.0504511 +330242,348.5570568,1438.39831,1972.503235,162.9680967,411.3517347 +330243,378.4845586,1460.070532,1997.562729,176.6931563,465.6908175 +330244,408.9086595,1480.239394,2019.17446,190.4566391,522.5154629 +330245,435.887647,1499.40414,2038.917535,202.4590825,574.4189519 +330246,458.9308903,1517.815412,2056.902527,212.5342777,620.0994676 +330247,478.738907,1535.831739,2074.552481,221.0637609,660.4312493 +330248,496.0706037,1553.295305,2090.610056,228.4384997,696.4872299 +330249,511.4592096,1570.490185,2106.621657,234.9289084,729.0261348 +330250,521.0769504,1587.356928,2132.213863,238.8112147,750.947169 +330251,529.416781,1604.242982,2135.772545,242.1385708,770.3222259 +330252,536.7195069,1620.533654,2136.515498,245.0262816,787.5270241 +330253,543.1545369,1637.032331,2174.124234,247.5537887,802.8319138 +330254,548.8523895,1653.056561,2176.427146,249.7808735,816.4530713 +330255,553.9208202,1672.069629,2192.119485,251.755835,828.5769444 +330256,558.4514849,1692.925614,2205.294254,253.5189531,839.3693772 +330257,562.5225399,1702.131275,2217.910167,255.1039151,848.9782457 +330258,566.2001914,1728.541412,2236.571035,256.5386908,857.5345826 +330259,569.5402484,1700.611216,2250.9719,257.8463758,865.1539823 +330260,572.589614,1763.730665,2232.940468,259.0459771,871.9381366 +330261,575.3877606,1757.6787,2277.548944,260.1531638,877.9765976 +330262,577.9678952,1776.648719,2274.784459,261.1808509,883.348183 +330263,580.3580478,1791.778948,2302.583509,262.1397278,888.12243 +330264,860.0890902,1806.394051,2281.863244,295.2852695,892.3606039 +330265,756.2253189,1820.829024,2314.793017,366.1083044,896.1168309 +330266,799.0802805,1835.518772,2338.923736,344.3808272,899.4388166 +330267,824.731569,1849.626123,2302.614774,360.4403479,902.3686616 +330268,843.485312,1863.873369,2364.860857,372.0268763,904.9434078 +330269,861.9186839,1877.894033,2336.672493,381.0682648,907.1958279 +330270,879.7487606,1891.810062,2368.814769,390.0244967,909.1549575 +330271,897.136377,1905.079569,2365.60383,398.7279909,910.8466088 +330272,913.9991568,1917.834589,2382.958144,407.1496097,912.2937148 +330273,931.1830478,1930.880534,2381.628614,415.3551809,913.5166583 +330274,946.9459549,1943.274984,2393.373152,423.6130449,914.5335543 +330275,963.5541702,1955.78332,2399.814422,431.4273365,915.3605316 +330276,979.0267287,1968.037202,2407.019067,439.5105998,916.0119436 +330277,995.1272766,1980.143634,2413.828009,446.868135,916.5006025 +330278,1009.695263,1992.097772,2420.386709,454.5450739,916.8379337 +330279,1025.383087,2003.984428,2427.030864,462.1430093,917.0341668 +330280,1039.96094,2015.402987,2433.124273,469.0617205,917.0984438 +330281,1054.307682,2027.104426,2439.038226,476.5329812,917.0390003 +330282,1069.175196,2038.467639,2445.003177,483.5769054,916.8631975 +330283,1083.077212,2049.544588,2456.244491,490.1735879,916.5777185 +330284,1097.080573,2060.674975,2453.292179,497.3058191,997.7128683 +330285,1110.821797,2071.480645,2461.845427,503.8769023,1216.732026 +330286,1124.050699,2082.495023,2466.533018,510.3499195,1089.422094 +330287,1137.940909,2092.921634,2470.868156,517.0804561,1145.457486 +330288,1150.836041,2103.498679,2475.704327,523.4933682,1158.013157 +330289,1164.230352,2113.839307,2479.946555,529.5699668,1170.395154 +330290,1176.511259,2126.176767,2484.001204,535.7234781,1182.461554 +330291,1189.31826,2143.57832,2488.128296,542.0308549,1193.401331 +330292,1201.80871,2139.16225,2491.934331,547.9470425,1205.199251 +330293,1213.653067,2145.705661,2500.895449,553.8728407,1215.706587 +330294,1219.749961,2166.517759,2490.079247,556.6624806,1214.598508 +330295,1131.537826,2122.207652,2393.979239,516.7652478,1043.698539 +330296,1246.923187,2173.940812,2410.147715,569.1899458,1251.101236 +330297,1264.139541,2190.424768,2356.753966,576.9794429,1268.55194 +330298,1254.080338,2198.063218,2327.789443,572.6665098,1237.52833 +330299,1272.882955,2190.724401,2306.863215,582.1819736,1262.577135 +330300,1284.895088,2233.145531,2287.11266,587.1885577,1272.018804 +330301,1860.900765,2470.187423,2438.402577,840.5551468,2324.495395 +330302,1615.52029,2358.475263,2433.434897,731.1383455,1855.139294 +330303,1753.967743,2441.85673,2442.411216,792.6431234,2115.979634 +330304,1740.206662,2426.789929,2456.44375,787.573601,2037.773821 +330305,1752.089402,2438.988,2472.100815,792.9001695,2083.82703 +330306,1764.214851,2447.953578,2483.332901,798.7618202,2079.925333 +330307,1776.158018,2456.49461,2493.494508,804.3917366,2092.783624 +330308,1787.828074,2465.346892,2502.401035,809.9333231,2102.651123 +330309,1799.658033,2474.031701,2511.865045,815.5264511,2112.274102 +330310,1810.909055,2481.798556,2517.544968,820.8205995,2121.817654 +330311,1822.211424,2497.271774,2523.042694,826.2705134,2131.09069 +330312,1839.765693,2496.273113,2527.898649,831.5241366,2142.082305 +330313,1844.060515,2507.460607,2533.608783,836.7536372,2164.713256 +330314,1866.441921,2515.211062,2536.030768,841.9210217,2138.185558 +330315,1861.188479,2522.373787,2538.618762,846.9827478,2169.182716 +330316,1861.399953,2530.671,2542.692913,852.0944109,2177.239631 +330317,1898.046464,2537.223128,2543.702758,857.1008862,2188.980076 +330318,1894.969282,2545.044967,2544.967896,861.9358716,2197.275793 +330319,1908.220112,2559.129101,2546.617146,866.9188427,2180.18207 +330320,1918.544687,2550.353529,2547.753383,871.713718,2218.116101 +330321,1928.704342,2575.645032,2550.351653,876.465346,2212.75657 +330322,1938.666191,2571.684741,2550.244078,881.2293632,2241.013968 +330323,1948.622882,2579.653789,2550.471995,885.8801595,2202.779393 +330324,1958.537331,2587.805091,2552.602528,890.5477782,2265.293084 +330325,1968.225124,2593.213522,2552.062962,895.0617954,2238.002769 +330326,1977.979699,2605.687953,2552.155874,899.7077709,2250.645205 +330327,1987.603377,2604.989797,2552.715519,904.191267,2262.329613 +330328,1996.931611,2612.371001,2553.475713,908.5789874,2266.65795 +330329,2006.431181,2619.119472,2554.32897,912.979441,2273.944107 +330330,2015.647935,2624.866769,2555.314225,917.4175773,2286.826687 +330331,2025.351882,2630.08135,2556.208657,921.8455021,2284.290186 +330332,2034.320979,2635.122601,2556.872477,926.2244268,2295.033997 +330333,2043.620406,2646.300073,2557.585555,930.5889345,2300.566712 +330334,2052.740916,2638.054019,2558.249515,934.9247119,2307.02659 +330335,2061.808006,2656.219448,2558.517361,939.2250995,2313.268998 +330336,2070.914364,2654.744362,2558.880638,943.4946878,2319.233994 +330337,2079.562753,2658.456984,2559.082766,947.7308306,2325.580424 +330338,2088.679785,2663.368872,2559.096718,951.9347349,2331.501835 +330339,2097.501793,2667.66972,2559.069291,956.1619388,2337.470894 +330340,2106.205197,2671.528862,2559.006926,960.1560045,2343.44211 +330341,2114.842975,2675.302756,2559.050803,964.3143909,2349.142983 +330342,2123.495212,2685.434149,2558.993918,968.3584549,2354.793524 +330343,2131.832834,2676.28514,2558.769384,972.4222897,2360.538463 +330344,2140.20699,2692.19167,2558.55299,976.3297203,2365.930221 +330345,2148.56575,2684.395714,2558.233375,980.3295953,2371.240774 +330346,2156.866752,2698.489363,2557.650533,984.2532796,2382.400502 +330347,2165.111465,2697.115381,2557.194091,988.1031365,2379.576945 +330348,2173.301571,2693.356685,2558.271879,992.0576204,2387.6341 +330349,2181.431757,2707.247279,2556.785659,995.8689728,2392.817203 +330350,2189.512655,2706.714025,2557.565077,999.6951748,2397.844733 +330351,2197.535495,2706.692477,2555.868212,1003.491936,2402.355229 +330352,2205.630849,2709.815407,2555.003112,1007.258145,2412.927278 +330353,2213.363086,2712.817503,2554.216161,1011.000386,2410.471718 +330354,2221.323491,2715.068618,2553.425447,1014.717391,2417.3562 +330355,2229.124203,2717.130413,2552.658399,1018.408254,2422.253559 +330356,2236.895186,2719.281692,2552.041779,1022.075981,2432.422754 +330357,2244.495239,2721.288085,2551.402217,1025.719303,2429.713244 +330358,2256.840355,2723.063568,2550.564655,1029.339191,2435.439586 +330359,2260.461674,2725.126257,2549.801265,1032.935675,2445.707519 +330360,2276.993617,2726.624823,2549.285495,1036.509481,2443.72455 +330361,2278.02516,2730.041303,2549.502934,1042.667311,2460.526358 +330362,2273.682453,2733.144857,2550.352274,1046.583382,2468.944359 +330363,2307.516108,2736.256524,2553.041898,1050.439181,2475.639006 +330364,2302.148023,2736.092268,2552.653506,1054.081077,2473.61491 +330365,2312.46402,2737.300389,2552.161247,1057.703074,2474.470615 +330366,2319.999916,2738.650056,2551.334237,1061.266845,2472.276755 +330367,2327.502205,2739.606931,2550.167028,1064.847671,2469.17046 +330368,2334.609647,2740.319436,2548.689881,1068.24575,2466.085986 +330369,2341.82023,2740.953724,2546.990046,1071.744516,2463.094274 +330370,2349.179011,2742.557242,2546.815599,1075.162449,2462.291009 +330371,2356.207451,2741.613991,2543.981515,1078.505064,2458.485452 +330372,2363.432735,2742.140932,2541.631259,1081.969952,2455.479122 +330373,2370.255772,2742.644202,2539.451156,1085.278484,2452.840472 +330374,2377.326298,2749.384122,2537.532703,1088.615761,2450.857559 +330375,2384.23202,2737.362379,2535.59825,1091.921183,2448.760689 +330376,2391.246724,2748.107118,2533.602803,1095.869865,2446.684741 +330377,2397.873752,2739.444592,2533.276197,1100.129924,2446.746329 +330378,2404.76084,2748.785593,2532.089015,1102.173593,2445.834947 +330379,2411.351435,2743.6182,2528.991131,1108.239446,2442.637829 +330380,2429.357329,2741.835409,2526.542898,1107.470375,2440.265672 +330381,2410.348868,2741.558574,2524.301443,1116.685141,2438.155834 +330382,2436.391873,2741.328028,2522.248985,1111.66017,2436.28447 +330383,2437.929985,2747.169792,2520.438158,1126.690018,2434.717748 +330384,2444.173038,2736.994957,2520.312567,1112.696791,2435.236299 +330385,2451.103121,2737.176283,2517.432214,1116.465943,2432.379977 +330386,2457.56345,2743.08889,2515.209378,1132.826037,2430.323505 +330387,2464.130535,2740.094276,2513.388482,1128.032472,2428.736471 +330388,2470.164252,2730.329077,2511.474597,1132.919494,2427.00889 +330389,2476.849127,2739.513036,2511.194388,1136.008896,2427.271446 +330390,2487.326693,2735.554352,2508.576723,1139.024233,2424.640084 +330391,2493.725634,2732.740879,2506.548714,1141.865818,2422.702312 +330392,2499.305425,2730.788377,2504.622006,1144.729339,2420.859371 +330393,2508.984475,2729.30778,2502.760875,1147.436232,2419.075531 +330394,2506.227404,2727.907779,2500.978019,1150.439838,2417.364853 +330395,2488.698719,2726.453744,2499.290463,1153.076041,2415.774251 +330396,2535.238666,2724.817507,2497.64698,1156.026071,2414.181494 +330397,2535.192288,2722.978772,2495.969553,1158.574372,2412.476717 +330398,2512.724563,2721.152914,2494.38726,1161.460599,2410.802934 +330399,2546.695037,2719.329284,2492.890688,1164.061467,2409.170876 +330400,2539.426626,2717.401491,2491.609339,1166.866047,2407.502073 +330401,2550.764458,2715.397592,2490.149584,1169.442664,2405.816959 +330402,2554.988105,2713.332253,2488.71909,1172.215781,2404.12413 +330403,2582.621469,2711.161782,2487.268243,1174.762711,2402.374649 +330404,2563.105922,2708.944418,2485.845039,1177.504883,2400.615772 +330405,2558.083673,2706.760892,2484.516185,1180.022323,2398.946055 +330406,2603.631037,2704.608456,2483.324208,1182.804983,2397.409426 +330407,2552.113944,2704.245035,2483.872602,1185.191225,2398.00284 +330408,2630.557905,2700.494421,2482.136409,1187.924575,2395.769472 +330409,2576.978673,2699.686009,2482.613082,1190.380845,2396.253944 +330410,2613.339237,2695.425902,2480.477842,1192.966588,2393.499668 +330411,2606.901912,2692.680386,2479.084395,1195.512579,2391.635688 +330412,2616.059624,2692.333233,2479.759289,1198.097342,2392.283858 +330413,2620.746892,2688.400218,2478.069676,1200.591382,2390.012229 +330414,2626.946963,2678.842094,2476.926725,1203.098299,2388.388553 +330415,2632.291798,2685.761896,2476.051634,1205.540477,2387.076605 +330416,2638.168323,2675.267477,2475.402839,1208.118709,2386.016239 +330417,2643.420019,2674.61592,2474.73616,1210.488208,2384.925428 +330418,2649.488686,2672.653592,2474.126164,1213.055778,2383.885585 +330419,2654.850605,2669.688766,2473.60615,1215.404535,2382.95124 +330420,2660.515937,2659.877023,2472.957789,1218.023187,2381.839452 +330421,2549.988072,2611.691533,2470.813864,1166.911988,2379.346248 +330422,2550.484234,2601.608562,2460.654591,1168.200296,2365.439448 +330423,2555.762638,2597.557185,2449.794806,1169.904668,2349.577383 +330424,2559.472493,2593.413262,2438.391077,1171.656878,2332.547622 +330425,2563.538251,2589.363791,2430.275548,1173.350064,2319.660526 +330426,2568.087244,2584.989007,2424.870018,1175.226994,2309.943988 +330427,2572.314047,2581.063609,2422.717528,1177.061465,2304.433535 +330428,2576.672648,2575.726872,2418.872401,1178.913846,2297.092299 +330429,2581.053027,2571.8062,2416.162162,1180.777048,2291.406397 +330430,2585.248013,2567.169474,2414.030478,1182.641424,2286.667519 +330431,2589.93972,2561.819891,2412.262303,1184.507764,2282.592041 +330432,2594.187985,2558.016008,2410.747753,1186.373476,2279.026628 +330433,2598.570333,2546.072609,2409.259429,1188.239549,2275.671302 +330434,2603.046129,2555.848169,2407.989662,1190.104306,2272.742244 +330435,2607.200408,2534.615349,2406.840064,1191.96729,2270.09862 +330436,2611.844491,2539.041221,2405.617298,1193.828251,2267.483947 +330437,2616.160017,2532.751861,2404.531487,1195.687208,2265.140036 +330438,2620.567409,2527.166388,2403.552194,1197.543693,2263.014721 +330439,2624.931924,2522.065464,2402.580296,1199.397704,2260.973552 +330440,2637.405544,2516.898667,2401.744389,1201.249187,2259.164227 +330441,2621.72183,2511.873152,2400.830976,1203.173363,2257.313651 +330442,2651.083379,2506.371811,2399.955444,1204.906039,2255.554695 +330443,2638.22019,2494.276191,2399.086291,1206.803497,2253.840066 +330444,2647.604208,2504.256763,2398.440444,1208.632545,2252.192854 +330445,2651.978763,2480.629278,2399.254402,1210.471453,2252.618551 +330446,2655.45178,2485.917196,2397.342372,1212.303699,2249.722986 +330447,2660.270361,2478.256558,2396.137923,1214.062018,2247.708566 +330448,2664.455794,2472.344992,2395.240941,1216.004966,2246.067846 +330449,2668.749194,2466.589524,2394.442378,1217.777947,2244.545486 +330450,2673.094634,2460.874375,2393.717993,1219.614247,2243.112057 +330451,2677.191972,2454.916943,2393.04065,1221.321709,2241.741688 +330452,2680.98417,2448.734607,2392.370474,1223.078338,2240.401902 +330453,2685.317669,2442.478476,2391.691338,1224.63152,2239.080412 +330454,2689.183829,2436.377802,2391.000164,1226.340767,2237.772065 +330455,2693.151184,2429.774077,2390.29281,1227.974318,2236.466489 +330456,2697.183402,2423.308197,2389.576663,1229.6099,2235.16713 +330457,2700.871331,2409.744644,2388.752678,1231.237229,2233.746923 +330458,2705.127078,2419.738705,2388.055868,1232.85653,2232.491498 +330459,2708.976332,2392.915105,2387.381794,1234.467961,2231.270228 +330460,2712.836538,2399.41546,2386.597239,1236.071768,2229.917389 +330461,2724.177668,2389.39561,2386.040553,1237.668525,2228.848331 +330462,2718.089043,2382.182573,2385.522584,1239.257973,2227.829758 +330463,2724.797038,2375.785459,2384.826014,1240.919566,2226.592989 +330464,2729.255644,2368.769692,2384.143171,1242.297692,2225.372273 +330465,2732.592104,2361.901392,2383.528242,1244.041215,2224.232125 +330466,2736.260146,2355.012612,2382.923106,1245.535772,2223.100251 +330467,2740.11134,2347.754899,2382.319669,1247.104013,2222.170827 +330468,2743.698968,2340.683838,2381.730241,1248.654925,2221.03789 +330469,2747.786869,2333.609178,2381.169106,1250.199626,2219.931046 +330470,2751.404847,2326.338877,2380.632515,1251.738353,2218.849397 +330471,2762.536866,2319.110541,2380.113986,1253.271819,2217.786423 +330472,2749.087496,2312.057872,2379.738212,1254.799411,2216.895957 +330473,2772.210766,2304.436481,2379.201114,1256.321563,2215.803342 +330474,2764.897287,2297.186283,2378.840871,1257.838508,2214.923774 +330475,2769.475698,2289.819312,2378.385704,1259.350119,2213.921877 +330476,2774.145231,2282.29292,2377.871305,1260.856616,2212.840416 +330477,2777.740273,2274.896051,2377.425414,1262.438595,2211.835313 +330478,2780.789503,2267.489166,2377.006363,1263.814746,2210.855037 +330479,2792.08079,2259.713735,2376.746719,1265.364107,2210.063839 +330480,2779.293949,2252.299366,2376.360352,1266.838631,2209.110152 +330481,2561.777013,2127.429085,2371.831268,1159.025992,2203.952823 +330482,2544.547643,2125.914348,2351.39335,1157.524648,2175.899246 +330483,2547.632605,2111.625894,2325.051085,1156.904732,2138.760012 +330484,2547.653383,2102.830938,2303.388022,1156.737933,2106.099987 +330485,2547.675215,2093.444111,2287.885499,1156.65679,2080.78373 +330486,2548.091667,2084.00755,2277.288568,1156.568828,2061.705767 +330487,2548.570765,2074.734506,2268.23032,1156.708531,2044.946114 +330488,2549.41174,2065.466957,2261.947886,1156.837482,2032.3477 +330489,2549.895008,2056.194505,2257.497876,1157.014637,2022.267115 +330490,2551.093061,2047.011487,2254.031327,1157.2236,2013.91102 +330491,2551.815208,2037.923276,2251.196586,1157.458393,2006.818802 +330492,2552.920264,2023.161226,2250.501206,1157.716641,2002.814262 +330493,2553.586014,2021.75327,2247.532644,1157.99111,1996.413468 +330494,2554.786008,2012.596601,2245.528393,1158.287131,1991.550944 +330495,2555.792758,1981.380429,2244.101919,1158.597408,1987.698956 +330496,2556.849873,2000.080428,2243.020221,1158.922943,1984.537107 +330497,2557.957934,2002.439505,2242.074023,1159.262525,1981.77951 +330498,2559.063058,1947.758633,2241.30188,1159.615424,1979.44562 +330499,2560.215301,1964.524906,2240.692314,1159.980618,1977.494089 +330500,2561.550377,1957.384766,2241.804728,1160.358644,1977.828024 +330501,2562.557388,1953.460934,2241.945594,1160.746059,1977.115202 +330502,2563.627571,1921.009477,2240.051987,1161.144684,1974.015768 +330503,2565.175355,1933.816091,2240.662327,1161.556443,1974.08955 +330504,2566.0372,1916.263331,2238.902164,1161.973595,1971.311103 +330505,2567.526669,1908.912616,2237.872482,1162.404267,1969.486822 +330506,2568.701239,1899.982747,2237.141103,1162.842435,1968.073309 +330507,2570.039375,1902.445991,2236.550191,1163.289952,1966.876097 +330508,2571.301686,1866.097771,2236.079905,1163.746118,1965.871136 +330509,2572.667604,1881.090112,2235.68782,1164.21056,1965.003962 +330510,2573.950396,1862.912404,2235.307428,1164.68304,1964.188307 +330511,2575.362109,1855.757797,2236.643136,1165.106878,1965.526453 +330512,2576.312135,1846.891817,2235.341597,1165.5227,1963.657727 +330513,2577.437052,1838.095318,2234.607652,1165.942553,1962.521454 +330514,2586.679785,1829.192391,2234.223902,1166.36294,1961.837431 +330515,2569.685697,1820.612933,2235.673951,1166.787028,1963.199131 +330516,2592.587459,1834.964727,2234.063465,1167.211021,1961.313246 +330517,2572.212149,1769.973044,2233.506369,1167.640954,1960.256069 +330518,2594.688298,1831.405976,2232.999453,1167.993139,1959.509016 +330519,2574.891557,1752.403419,2232.561626,1168.543035,1958.856902 +330520,2597.124493,1791.717979,2232.249,1168.923796,1958.36903 +330521,2577.747234,1765.678905,2233.605559,1169.453472,1959.94788 +330522,2599.47865,1760.384718,2232.349151,1169.698584,1958.33926 +330523,2587.813038,1752.003175,2231.807462,1170.314298,1957.615424 +330524,2592.291598,1743.681352,2233.053145,1170.770735,1959.089353 +330525,2593.917133,1735.280493,2233.393668,1171.112147,1959.466579 +330526,2594.698827,1727.336837,2231.742346,1171.614976,1957.406984 +330527,2596.287763,1718.942143,2230.886382,1171.975031,1956.31366 +330528,2597.640687,1710.935992,2230.347108,1172.541116,1955.592901 +330529,2599.063375,1702.776381,2229.980114,1172.937466,1955.076565 +330530,2600.513078,1694.963876,2229.710388,1173.402044,1954.68199 +330531,2601.970913,1686.995617,2229.496743,1173.856071,1954.363535 +330532,2603.721393,1679.190093,2231.013137,1174.310588,1956.185312 +330533,2604.652076,1671.324878,2229.8933,1174.765606,1954.785947 +330534,2606.44815,1663.802688,2229.348793,1175.22118,1954.096962 +330535,2607.830216,1656.243656,2229.008568,1175.676978,1953.650843 +330536,2609.325486,1648.59038,2228.77455,1176.132888,1953.329284 +330537,2610.771272,1665.165779,2228.556745,1176.588885,1953.026743 +330538,2612.529036,1599.341637,2230.124186,1177.044761,1954.927101 +330539,2613.792994,1666.462778,2230.750374,1177.500279,1955.691143 +330540,2614.998292,1582.42817,2229.290846,1177.95546,1953.902601 +330541,2796.724221,1735.684589,2231.3574,1285.310595,1955.880847 +330542,2812.64718,1711.620468,2248.979512,1287.585748,1980.048425 +330543,2830.605506,1709.858919,2272.070801,1289.616296,2012.913211 +330544,2844.169183,1704.488343,2291.943943,1309.149497,2043.058773 +330545,2855.745615,1699.063949,2308.531507,1266.350122,2069.624902 +330546,2859.679732,1693.630677,2318.133309,1307.191102,2087.173376 +330547,2862.021376,1688.242511,2325.012907,1304.157488,2100.947766 +330548,2863.277714,1682.797509,2329.927469,1280.491367,2111.769952 +330549,2863.888654,1699.956442,2333.478152,1306.647708,2120.357185 +330550,2864.159252,1640.547162,2336.076787,1314.540178,2127.237614 +330551,2864.372422,1682.614277,2338.05766,1276.626781,2133.04094 +330552,2864.462278,1659.715685,2339.497398,1314.250847,2137.517819 +330553,2864.446936,1656.367537,2340.50263,1301.012604,2141.058112 +330554,2864.454187,1652.441446,2341.230905,1304.577552,2143.903341 +330555,2863.806981,1646.863503,2341.717948,1305.61791,2146.195417 +330556,2862.778459,1642.646324,2342.033742,1306.88734,2148.240849 +330557,2861.768098,1638.172058,2342.246978,1308.080056,2149.68231 +330558,2860.976147,1634.048999,2342.398598,1309.39174,2150.827825 +330559,2860.429287,1630.171037,2342.50711,1310.89725,2151.728306 +330560,2860.079287,1626.396305,2342.579685,1312.498478,2152.420417 +330561,2859.868583,1622.698141,2342.619806,1314.303211,2153.086306 +330562,2859.756448,1619.066439,2342.632073,1315.983309,2153.38201 +330563,2859.718359,1615.495726,2342.621721,1317.929032,2153.660974 +330564,2859.741245,1611.982113,2342.59476,1319.777233,2153.488177 +330565,2859.814709,1608.522819,2342.555049,1321.982234,2153.450424 +330566,2859.925085,1605.115311,2342.502,1323.857657,2153.485846 +330567,2860.062377,1601.757612,2342.435635,1326.060985,2153.315281 +330568,2860.22175,1598.447734,2342.3579,1328.245873,2153.080248 +330569,2860.397223,1595.184102,2342.268942,1330.50888,2153.017217 +330570,2860.584245,1591.965071,2342.168981,1332.837793,2152.707526 +330571,2860.777463,1589.043081,2342.057074,1336.676635,2152.344583 +330572,2861.638875,1586.176941,2341.957515,1339.786853,2151.936 +330573,2862.886149,1583.272082,2341.879234,1342.665784,2151.48122 +330574,2864.15376,1580.670094,2341.820632,1345.80655,2150.980014 +330575,2865.265584,1577.913117,2341.778554,1348.939243,2150.436232 +330576,2866.194363,1576.933968,2341.749237,1352.156518,2149.853735 +330577,2866.971913,1575.409711,2341.728512,1355.445839,2149.439718 +330578,2867.643704,1573.690245,2341.717357,1358.806675,2148.795001 +330579,2868.247522,1572.095884,2341.719546,1362.238332,2148.124996 +330580,2868.804797,1570.520014,2341.736066,1365.736409,2147.438575 +330581,2869.325872,1568.977787,2341.765564,1369.308231,2146.739133 +330582,2869.817245,1567.468701,2341.806678,1372.945552,2146.028154 +330583,2870.283903,1565.99292,2341.858357,1376.650564,2145.306515 +330584,2870.729827,1564.549655,2341.919753,1380.421275,2144.57491 +330585,2871.158091,1563.139126,2341.990114,1384.257689,2143.833892 +330586,2871.557649,1561.760597,2342.060164,1393.250439,2143.07331 +330587,2871.957925,1560.414339,2342.145886,1386.591797,2142.313884 +330588,2872.370661,1559.099618,2342.251893,1396.957356,2141.56232 +330589,2872.766445,1557.816784,2342.356991,1400.785527,2140.793482 +330590,2873.150228,1556.565217,2342.462161,1404.092562,2140.009254 +330591,2873.543405,1555.34522,2342.575396,1408.486971,2139.219937 +330592,2873.938239,1554.156148,2342.695531,1412.901503,2138.42456 +330593,2874.337538,1552.998338,2342.821024,1417.250392,2137.621679 +330594,2874.735807,1551.871169,2342.952058,1421.504233,2136.811936 +330595,2875.139743,1550.774992,2343.088721,1426.00947,2135.995795 +330596,2875.548959,1547.440407,2343.234436,1430.739652,2135.177809 +330597,2876.137802,1545.931152,2343.139291,1435.423288,2134.360649 +330598,2879.556585,1544.671893,2344.619473,1440.253207,2135.683838 +330599,2878.838467,1543.501954,2343.452265,1455.78783,2133.790574 +330600,2878.955553,1542.391077,2342.878614,1433.689064,2132.564422 +330601,2879.843977,1564.176632,2343.123156,1503.863939,2132.661797 +330602,2883.549293,1564.239827,2345.116268,1454.462462,2135.382792 +330603,2888.590367,1564.092532,2348.001526,1512.613338,2139.710498 +330604,2893.353726,1563.764762,2350.821007,1489.814406,2143.859335 +330605,2897.302488,1563.38564,2353.248657,1489.801149,2147.511748 +330606,2900.401501,1562.974518,2355.229697,1522.646097,2150.551116 +330607,2902.850162,1562.552001,2356.856114,1508.355084,2153.068701 +330608,2904.976594,1562.130095,2358.302424,1511.187312,2155.270173 +330609,2906.882975,1561.716169,2359.620039,1540.411206,2157.216133 +330610,2908.641734,1561.313716,2360.843621,1516.466848,2158.951131 +330611,2910.462227,1560.925614,2362.107607,1547.523721,2160.646237 +330612,2912.28664,1560.552753,2363.372526,1537.716177,2162.258877 +330613,2914.093166,1560.196823,2364.630055,1548.925621,2163.78542 +330614,2916.086772,1559.858036,2366.008085,1553.737058,2165.390952 +330615,2918.263389,1559.537392,2367.510452,1559.762119,2167.087183 +330616,2923.258693,1559.235778,2370.815675,1565.622011,2170.968487 +330617,2924.125785,1558.949747,2371.532879,1571.49828,2171.600817 +330618,2925.874408,1558.68548,2372.81951,1577.557359,2172.890051 +330619,2930.619199,1558.439535,2376.012719,1583.378304,2176.4934 +330620,2931.6265,1558.20925,2376.665249,1589.545319,2176.905117 +330621,2933.253672,1558.001524,2377.913698,1595.515798,2178.010074 +330622,2935.18728,1557.810629,2379.352826,1601.586911,2179.301198 +330623,2939.997054,1557.640409,2382.818747,1607.56413,2182.826852 +330624,2940.736941,1557.485564,2383.509446,1613.750926,2183.13833 +330625,2942.383526,1557.353438,2384.778532,1619.866504,2184.139813 +330626,2947.042504,1557.239276,2387.961535,1625.991134,2187.47978 +330627,2947.796777,1557.141354,2388.678926,1637.628542,2187.736931 +330628,2949.498875,1557.065509,2390.002855,1635.801642,2188.713498 +330629,2951.410934,1557.006845,2391.457713,1645.372962,2189.815131 +330630,2953.501115,1556.967117,2393.021944,1651.091695,2191.020506 +330631,2955.69774,1556.564154,2394.659664,1656.639223,2192.292 +330632,2957.876206,1556.100072,2396.276577,1662.056061,2193.570425 +330633,2959.994812,1555.613036,2397.832966,1667.681174,2194.844117 +330634,2962.048059,1555.112393,2399.320721,1673.210128,2196.110655 +330635,2964.040364,1554.603463,2400.74377,1678.570684,2197.366267 +330636,2965.981084,1554.088256,2402.111283,1684.117199,2198.819461 +330637,2967.880995,1553.569002,2403.433433,1689.296952,2200.048683 +330638,2972.448624,1553.047576,2406.44212,1695.023719,2203.415268 +330639,2972.81962,1552.520252,2406.786044,1700.079274,2203.509352 +330640,2976.672682,1552.746937,2409.338191,1704.026521,2206.382699 +330641,2976.450293,1552.333381,2409.439268,1708.642247,2206.122586 +330642,2977.131025,1551.823288,2410.186455,1713.877254,2206.610702 +330643,2978.169497,1551.283332,2411.141179,1718.755186,2207.355962 +330644,2979.434096,1550.729366,2412.182002,1723.996017,2208.245231 +330645,2980.834412,1550.16687,2413.251605,1728.987582,2209.220265 +330646,2982.302959,1549.597969,2414.320276,1734.002615,2210.24246 +330647,2983.931967,1549.02482,2415.459534,1744.083443,2211.394441 +330648,2985.574719,1548.447683,2416.585515,1742.19492,2212.565674 +330649,2987.067442,1547.867828,2417.599326,1749.169867,2213.627437 +330650,2988.541468,1547.285429,2418.586211,1754.43758,2214.680426 +330651,2990.03776,1546.70139,2419.573262,1758.896945,2215.754051 +330652,2991.510572,1546.115611,2420.533013,1763.799919,2216.8112 +330653,2992.958969,1545.529037,2421.466501,1768.487682,2217.850903 +330654,2994.388156,1544.941459,2422.378342,1773.100497,2218.876946 +330655,2995.807654,1544.353716,2423.275646,1778.112808,2219.896491 +330656,2997.215366,1543.765558,2424.158012,1782.671995,2220.907679 +330657,3001.276183,1543.076404,2426.726788,1787.502206,2224.03553 +330658,3001.302681,1542.636969,2426.74352,1796.883003,2224.002652 +330659,3004.985881,1541.979438,2428.905481,1789.984533,2226.65503 +330660,3004.501142,1541.407432,2428.60998,1809.592955,2226.24936 +330661,3006.16596,1507.707882,2430.309785,1774.008932,2229.330583 +330662,3001.803141,1506.483275,2427.766443,1781.640163,2226.184561 +330663,2995.665131,1505.612432,2423.532836,1787.101033,2220.254779 +330664,2993.436742,1504.564287,2421.657217,1792.369434,2216.95371 +330665,2989.261602,1503.786561,2418.566112,1802.454604,2212.072098 +330666,2987.539973,1502.802029,2417.097891,1796.1325,2209.266298 +330667,2989.861127,1501.903973,2418.275623,1814.919228,2209.872883 +330668,2988.980202,1500.991997,2417.509833,1811.753429,2208.210885 +330669,2989.273987,1500.083735,2417.56607,1818.033922,2207.724539 +330670,2990.020787,1499.175763,2417.965538,1823.570387,2207.805404 +330671,2991.09073,1498.269248,2418.617534,1828.218853,2208.333856 +330672,2992.324112,1497.363503,2419.41635,1832.732303,2209.171832 +330673,2993.640981,1496.458556,2420.306595,1837.641206,2210.241745 +330674,2995.004627,1495.554125,2421.259204,1842.404173,2211.496767 +330675,2996.529943,1494.65033,2422.341529,1851.771417,2213.009709 +330676,2997.923415,1493.746758,2423.362262,1845.35306,2214.531598 +330677,3001.909537,1492.942912,2426.054611,1862.34971,2218.216761 +330678,3001.909015,1491.894335,2426.243002,1859.565313,2218.858411 +330679,3002.637272,1490.964949,2426.903875,1864.444051,2220.143041 +330680,3006.20006,1490.190252,2429.365205,1869.544116,2223.713356 +330681,3005.810123,1489.218701,2429.323249,1873.055305,2224.207884 +330682,3006.328521,1488.332573,2429.854415,1877.060287,2225.446401 +330683,3007.152644,1487.43151,2430.565392,1881.722801,2226.927962 +330684,3007.822142,1487.318416,2431.166735,1874.756336,2228.291901 +330685,3007.381527,1486.559246,2431.565989,1874.102846,2229.313481 +330686,3006.40981,1485.699035,2431.918124,1876.487529,2230.220328 +330687,3008.253048,1484.822336,2434.077553,1879.958233,2233.390935 +330688,3006.374468,1483.931232,2433.764439,1881.804098,2233.531348 +330689,3005.662395,1483.037417,2434.050178,1884.590175,2234.465304 +330690,3008.11,1482.138125,2436.224042,1887.589968,2237.7924 +330691,3006.745623,1480.880955,2435.901166,1889.022432,2238.049511 +330692,3006.319014,1479.547963,2436.099599,1896.472777,2239.032481 +330693,3006.304264,1478.170819,2436.480472,1886.481096,2240.340231 +330694,3006.186306,1476.761572,2436.726848,1900.043088,2241.584292 +330695,3008.733648,1475.326978,2438.618239,1890.487748,2244.981469 +330696,3007.201703,1473.862312,2437.888098,1902.182276,2245.206901 +330697,3006.430017,1472.285455,2437.603025,1891.988219,2246.057467 +330698,3005.926321,1470.917231,2437.441019,1904.428146,2247.111482 +330699,3008.158982,1469.325252,2438.984098,1894.443407,2250.341653 +330700,3006.368294,1467.792289,2437.955172,1905.688242,2250.421005 +330701,3005.379313,1466.321537,2437.411689,1895.266161,2251.146099 +330702,3004.679673,1464.601471,2437.018052,1907.074271,2252.085615 +330703,3006.717242,1463.067549,2438.34188,1896.576206,2255.199157 +330704,3004.740763,1461.433377,2437.109506,1907.783198,2255.166534 +330705,3006.196968,1459.802448,2438.050498,1896.810548,2257.877477 +330706,3003.696489,1458.148963,2436.465811,1902.274435,2257.467166 +330707,3002.264186,1456.485821,2435.534923,1902.414125,2257.886615 +330708,3001.262297,1454.805087,2434.843901,1901.639246,2258.61362 +330709,3003.027785,1453.112257,2435.891436,1901.625582,2261.528565 +330710,3003.392015,1451.401895,2436.053108,1901.14087,2263.376513 +330711,3000.517502,1449.678086,2434.159799,1900.088671,2262.693781 +330712,2998.755021,1447.943871,2432.949259,1899.729645,2262.870342 +330713,2997.42038,1446.10239,2431.975996,1898.943665,2263.342048 +330714,2996.302081,1444.474693,2431.115179,1898.054675,2263.960409 +330715,2995.275283,1442.63651,2430.299711,1897.005792,2264.650136 +330716,2994.270717,1440.863645,2429.493476,1895.901996,2265.370629 +330717,2995.885437,1439.066749,2430.358035,1895.304137,2268.200382 +330718,2993.377088,1437.255376,2428.617319,1892.990735,2267.811514 +330719,2991.655266,1435.435365,2427.375253,1891.842105,2268.059423 +330720,2989.661476,1434.38283,2425.942608,1872.183337,2268.07174 +330721,2987.302124,1366.583151,2424.644011,1807.51865,2267.948831 +330722,2968.716449,1363.974867,2412.233396,1792.777109,2252.042455 +330723,2947.380176,1361.975508,2397.422534,1803.554691,2231.76348 +330724,2929.085071,1359.757886,2384.424055,1784.479453,2213.103863 +330725,2915.854121,1357.638161,2374.378481,1790.865063,2197.983658 +330726,2906.736835,1355.508805,2367.005601,1784.633646,2186.14626 +330727,2900.268374,1353.465184,2361.451732,1781.068519,2177.074945 +330728,2895.264574,1351.205524,2357.000268,1777.338901,2169.729583 +330729,2891.116049,1349.130675,2353.260118,1773.681693,2163.632848 +330730,2887.480107,1346.978681,2349.999944,1769.73677,2158.482485 +330731,2884.180079,1344.834618,2347.080973,1765.857364,2154.081479 +330732,2881.103191,1342.685734,2344.413104,1761.806265,2150.290052 +330733,2880.823908,1340.533563,2343.616403,1757.9092,2149.092304 +330734,2876.553455,1338.369367,2340.374184,1753.371843,2145.118681 +330735,2873.187521,1336.119484,2337.572761,1749.214809,2142.14113 +330736,2870.139234,1334.073046,2335.210186,1744.858153,2139.636507 +330737,2867.271161,1331.835234,2332.99053,1740.325928,2137.46337 +330738,2864.49678,1329.664367,2330.857307,1735.764188,2135.543188 +330739,2861.774685,1327.475702,2328.777315,1731.264002,2133.823037 +330740,2859.067462,1325.281145,2326.728842,1726.296685,2132.261648 +330741,2856.362365,1323.081222,2324.70109,1721.503237,2130.831007 +330742,2853.660504,1320.876468,2322.690943,1716.585041,2129.513874 +330743,2850.958949,1318.666444,2320.693584,1711.470269,2128.292613 +330744,2847.970493,1316.053298,2318.523972,1690.782361,2126.724359 +330745,2843.726859,1313.738539,2315.985096,1675.836768,2125.03147 +330746,2838.982982,1311.445749,2313.366406,1677.682833,2123.326405 +330747,2834.494883,1309.156037,2310.913379,1667.087806,2121.874316 +330748,2830.359676,1306.866094,2308.580464,1660.921811,2120.600744 +330749,2826.538645,1304.574371,2306.333863,1654.303746,2119.459627 +330750,2822.973125,1302.195359,2304.164223,1647.618585,2118.439687 +330751,2819.623565,1300.293482,2302.076136,1644.269731,2117.54679 +330752,2809.992777,1298.011657,2299.955506,1641.260185,2116.615645 +330753,2782.43248,1295.987926,2297.168101,1638.829683,2114.846386 +330754,2793.417362,1293.887885,2295.682204,1636.560279,2114.65544 +330755,2779.064902,1291.798148,2291.854414,1634.583361,2111.386963 +330756,2786.251945,1289.715087,2288.985905,1632.75596,2109.494661 +330757,2770.048308,1287.630502,2286.469892,1631.133969,2108.009041 +330758,2785.618139,1286.118845,2286.140415,1646.11384,2109.167179 +330759,2773.707687,1284.204263,2283.866785,1647.943574,2107.723342 +330760,2778.077264,1282.217862,2283.963681,1648.343381,2109.488039 +330761,2774.787027,1280.205326,2281.579237,1648.668806,2107.926094 +330762,2771.266575,1278.189866,2279.720572,1649.06716,2107.004687 +330763,2760.753734,1276.165971,2277.912307,1649.46222,2106.313281 +330764,2771.234027,1274.13828,2275.878828,1649.845519,2105.75359 +330765,2756.003112,1272.109997,2275.73586,1650.406748,2107.147127 +330766,2756.832826,1270.072019,2272.806509,1650.898022,2105.025543 +330767,2755.067099,1268.038264,2270.504039,1651.585257,2103.820485 +330768,2751.857433,1265.998207,2268.536992,1652.295208,2102.753893 +330769,2748.220557,1263.87324,2266.674243,1653.086986,2102.011646 +330770,2745.445563,1261.947933,2264.846792,1653.955082,2101.326051 +330771,2743.037892,1259.841592,2263.065855,1654.932309,2100.710962 +330772,2733.195856,1257.801127,2261.163528,1655.894827,2099.96198 +330773,2746.07379,1255.745672,2259.427187,1657.010333,2099.219495 +330774,2728.540507,1253.6872,2259.447324,1658.206067,2101.042073 +330775,2733.387347,1251.621029,2256.684909,1659.357761,2099.080531 +330776,2731.476331,1249.555033,2254.586795,1660.612617,2098.141828 +330777,2728.529276,1247.482773,2252.813543,1662.118331,2097.605177 +330778,2726.745901,1245.406423,2251.131656,1663.496404,2097.185386 +330779,2724.442028,1243.32571,2249.487655,1665.026205,2096.821771 +330780,2722.66162,1241.320723,2247.869064,1666.603651,2096.50197 +330781,1919.348482,1238.986621,1052.594014,1536.449382,2335.490359 +330782,2017.77023,1369.983987,1106.543303,1601.245053,2410.047465 +330783,2123.449764,1372.206137,1168.307486,1662.450082,2475.819226 +330784,2198.795135,1372.072087,1216.603701,1696.350271,2510.138745 +330785,2249.940718,1371.736989,1252.841922,1713.048003,2527.124774 +330786,2285.774239,1371.274397,1280.571516,1721.330268,2536.499985 +330787,2312.015777,1370.084511,1302.650254,1725.772693,2542.285906 +330788,2332.245167,1368.774443,1320.574376,1728.717004,2546.358426 +330789,2348.506667,1367.406401,1335.618586,1731.176246,2549.590397 +330790,2361.862462,1365.978516,1348.388339,1733.46419,2552.312195 +330791,2372.971185,1364.557139,1359.288267,1735.666014,2554.696103 +330792,2382.292519,1362.997519,1368.624414,1737.819134,2556.833302 +330793,2390.147515,1361.650083,1376.63153,1739.897151,2558.743808 +330794,2396.807267,1360.097889,1383.514359,1741.905897,2560.451625 +330795,2402.497356,1358.616964,1389.448531,1743.857066,2561.981767 +330796,2407.401578,1357.114743,1394.582245,1745.774534,2563.357943 +330797,2411.667458,1355.608581,1399.039349,1747.669105,2564.601214 +330798,2415.413004,1354.097792,1402.923156,1749.556106,2565.730069 +330799,2418.732566,1352.584636,1406.319826,1751.437827,2566.760444 +330800,2421.701883,1351.15312,1409.301386,1753.323633,2567.706258 +330801,2424.381757,1349.506607,1411.928042,1755.212197,2568.579463 +330802,2426.821224,1348.047116,1414.250225,1757.110713,2569.390474 +330803,2429.059817,1346.50786,1416.310156,1759.016434,2570.148186 +330804,2431.129589,1344.978051,1418.143267,1760.935517,2570.860318 +330805,2433.056406,1343.444847,1419.779275,1762.864404,2571.533412 +330806,2434.861328,1341.911574,1421.243178,1764.80861,2572.173103 +330807,2436.529772,1340.364042,1422.540576,1766.738073,2572.750724 +330808,2438.106335,1338.821179,1423.703746,1768.684316,2573.301884 +330809,2439.624778,1337.267453,1424.758909,1770.659412,2573.854478 +330810,2441.081042,1335.706621,1425.712249,1772.657233,2574.39714 +330811,2442.477808,1334.098923,1426.572147,1774.669285,2574.926917 +330812,2443.794679,1332.390556,1427.345286,1776.596267,2575.443792 +330813,2445.017726,1330.883457,1428.038058,1778.379161,2575.948611 +330814,2446.146013,1329.176554,1428.656816,1780.014324,2576.442406 +330815,2447.18633,1327.536762,1429.207547,1781.525794,2576.926139 +330816,2448.14757,1325.873393,1429.695637,1782.941287,2577.400655 +330817,2449.037827,1324.200114,1430.125794,1784.28204,2577.866635 +330818,2449.863766,1322.51674,1430.50211,1785.561898,2578.324618 +330819,2450.630629,1320.823217,1430.828142,1786.789566,2578.775 +330820,2451.342727,1319.119222,1431.107006,1787.970848,2579.218054 +330821,2452.003632,1317.404727,1431.341441,1789.109993,2579.653958 +330822,2452.616374,1315.679431,1431.533879,1790.210318,2580.082809 +330823,2453.183573,1315.40657,1431.686492,1791.274486,2580.504661 +330824,2454.256009,1313.97541,1431.861681,1793.529552,2580.920951 +330825,2455.633482,1312.372406,1432.043375,1796.441083,2581.331501 +330826,2457.033844,1310.715727,1432.202411,1799.315016,2581.73582 +330827,2458.309415,1309.027882,1432.322319,1801.827177,2582.133421 +330828,2459.426393,1307.317579,1432.398861,1803.953025,2582.524 +330829,2460.400906,1305.588916,1432.433644,1805.785375,2582.907452 +330830,2461.258396,1303.843482,1432.429729,1807.420914,2583.283833 +330831,2462.019116,1302.082804,1432.389883,1808.924208,2583.653281 +330832,2462.696757,1300.307537,1432.316299,1810.33083,2584.015952 +330833,2463.300789,1298.517662,1432.210744,1811.659666,2584.371967 +330834,2463.838393,1296.713513,1432.074735,1812.922048,2584.72141 +330835,2464.31541,1294.947535,1431.90962,1814.126106,2585.064309 +330836,2464.747238,1293.127388,1431.718761,1815.299058,2585.400649 +330837,2465.135087,1291.287501,1431.502684,1816.438329,2585.730395 +330838,2465.476917,1289.432129,1431.261313,1817.535894,2586.053456 +330839,2465.772316,1287.562279,1430.994906,1818.588472,2586.369696 +330840,2466.022646,1285.678208,1430.704084,1819.59732,2586.678968 +330841,0,0,0,0,0 +330842,0,0,0,0,0 +330843,0,0,0,0,0 +330844,0,0,0,0,0 +330845,0,0,0,0,0 +330846,0,0,0,0,0 +330847,0,0,0,0,0 +330848,0,0,0,0,0 +330849,0,0,0,0,0 +330850,0,0,0,0,0 +330851,0,0,0,0,0 +330852,0,0,0,0,0 +330853,0,0,0,0,0 +330854,0,0,0,0,0 +330855,0,0,0,0,0 +330856,0,0,0,0,0 +330857,0,0,0,0,0 +330858,0,0,0,0,0 +330859,0,0,0,0,0 +330860,0,0,0,0,0 +330861,0,0,0,0,0 +330862,0,0,0,0,0 +330863,0,0,0,0,0 +330864,0,0,0,0,0 +330865,0,0,0,0,0 +330866,0,0,0,0,0 +330867,0,0,0,0,0 +330868,0,0,0,0,0 +330869,0,0,0,0,0 +330870,0,0,0,0,0 +330871,0,0,0,0,0 +330872,0,0,0,0,0 +330873,0,0,0,0,0 +330874,0,0,0,0,0 +330875,0,0,0,0,0 +330876,0,0,0,0,0 +330877,0,0,0,0,0 +330878,0,0,0,0,0 +330879,0,0,0,0,0 +330880,0,0,0,0,0 +330881,0,0,0,0,0 +330882,0,0,0,0,0 +330883,0,0,0,0,0 +330884,0,0,0,0,0 +330885,0,0,0,0,0 +330886,0,0,0,0,0 +330887,0,0,0,0,0 +330888,0,0,0,0,0 +330889,0,0,0,0,0 +330890,0,0,0,0,0 +330891,0,0,0,0,0 +330892,0,0,0,0,0 +330893,0,0,0,0,0 +330894,0,0,0,0,0 +330895,0,0,0,0,0 +330896,0,0,0,0,0 +330897,0,0,0,0,0 +330898,0,0,0,0,0 +330899,0,0,0,0,0 +330900,0,0,0,0,0 +330901,0,0,0,0,0 +330902,0,0,0,0,0 +330903,0,0,0,0,0 +330904,0,0,0,0,0 +330905,0,0,0,0,0 +330906,0,0,0,0,0 +330907,0,0,0,0,0 +330908,0,0,0,0,0 +330909,0,0,0,0,0 +330910,0,0,0,0,0 +330911,0,0,0,0,0 +330912,0,0,0,0,0 +330913,0,0,0,0,0 +330914,0,0,0,0,0 +330915,0,0,0,0,0 +330916,0,0,0,0,0 +330917,0,0,0,0,0 +330918,0,0,0,0,0 +330919,0,0,0,0,0 +330920,0,0,0,0,0 +330921,0,0,0,0,0 +330922,0,0,0,0,0 +330923,0,0,0,0,0 +330924,0,0,0,0,0 +330925,0,0,0,0,0 +330926,0,0,0,0,0 +330927,0,0,0,0,0 +330928,0,0,0,0,0 +330929,0,0,0,0,0 +330930,0,0,0,0,0 +330931,0,0,0,0,0 +330932,0,0,0,0,0 +330933,0,0,0,0,0 +330934,0,0,0,0,0 +330935,0,0,0,0,0 +330936,0,0,0,0,0 +330937,0,0,0,0,0 +330938,0,0,0,0,0 +330939,0,0,0,0,0 +330940,0,0,0,0,0 +330941,0,0,0,0,0 +330942,0,0,0,0,0 +330943,0,0,0,0,0 +330944,0,0,0,0,0 +330945,0,0,0,0,0 +330946,0,0,0,0,0 +330947,0,0,0,0,0 +330948,0,0,0,0,0 +330949,0,0,0,0,0 +330950,0,0,0,0,0 +330951,0,0,0,0,0 +330952,0,0,0,0,0 +330953,0,0,0,0,0 +330954,0,0,0,0,0 +330955,0,0,0,0,0 +330956,0,0,0,0,0 +330957,0,0,0,0,0 +330958,0,0,0,0,0 +330959,0,0,0,0,0 +330960,0,0,0,0,0 +330961,0,0,0,0,0 +330962,0,0,0,0,0 +330963,0,0,0,0,0 +330964,0,0,0,0,0 +330965,0,0,0,0,0 +330966,0,0,0,0,0 +330967,0,0,0,0,0 +330968,0,0,0,0,0 +330969,0,0,0,0,0 +330970,0,0,0,0,0 +330971,0,0,0,0,0 +330972,0,0,0,0,0 +330973,0,0,0,0,0 +330974,0,0,0,0,0 +330975,0,0,0,0,0 +330976,0,0,0,0,0 +330977,0,0,0,0,0 +330978,0,0,0,0,0 +330979,0,0,0,0,0 +330980,0,0,0,0,0 +330981,0,0,0,0,0 +330982,0,0,0,0,0 +330983,0,0,0,0,0 +330984,0,0,0,0,0 +330985,0,0,0,0,0 +330986,0,0,0,0,0 +330987,0,0,0,0,0 +330988,0,0,0,0,0 +330989,0,0,0,0,0 +330990,0,0,0,0,0 +330991,0,0,0,0,0 +330992,0,0,0,0,0 +330993,0,0,0,0,0 +330994,0,0,0,0,0 +330995,0,0,0,0,0 +330996,0,0,0,0,0 +330997,0,0,0,0,0 +330998,0,0,0,0,0 +330999,0,0,0,0,0 +331000,0,0,0,0,0 +331001,0,0,0,0,0 +331002,0,0,0,0,0 +331003,0,0,0,0,0 +331004,0,0,0,0,0 +331005,0,0,0,0,0 +331006,0,0,0,0,0 +331007,0,0,0,0,0 +331008,0,0,0,0,0 +331009,0,0,0,0,0 +331010,0,0,0,0,0 +331011,0,0,0,0,0 +331012,0,0,0,0,0 +331013,0,0,0,0,0 +331014,0,0,0,0,0 +331015,0,0,0,0,0 +331016,0,0,0,0,0 +331017,0,0,0,0,0 +331018,0,0,0,0,0 +331019,0,0,0,0,0 +331020,0,0,0,0,0 +331021,0,0,0,0,0 +331022,0,0,0,0,0 +331023,0,0,0,0,0 +331024,0,0,0,0,0 +331025,0,0,0,0,0 +331026,0,0,0,0,0 +331027,0,0,0,0,0 +331028,0,0,0,0,0 +331029,0,0,0,0,0 +331030,0,0,0,0,0 +331031,0,0,0,0,0 +331032,0,0,0,0,0 +331033,0,0,0,0,0 +331034,0,0,0,0,0 +331035,0,0,0,0,0 +331036,0,0,0,0,0 +331037,0,0,0,0,0 +331038,0,0,0,0,0 +331039,0,0,0,0,0 +331040,0,0,0,0,0 +331041,0,0,0,0,0 +331042,0,0,0,0,0 +331043,0,0,0,0,0 +331044,0,0,0,0,0 +331045,0,0,0,0,0 +331046,0,0,0,0,0 +331047,0,0,0,0,0 +331048,0,0,0,0,0 +331049,0,0,0,0,0 +331050,0,0,0,0,0 +331051,0,0,0,0,0 +331052,0,0,0,0,0 +331053,0,0,0,0,0 +331054,0,0,0,0,0 +331055,0,0,0,0,0 +331056,0,0,0,0,0 +331057,0,0,0,0,0 +331058,0,0,0,0,0 +331059,0,0,0,0,0 +331060,0,0,0,0,0 +331061,0,0,0,0,0 +331062,0,0,0,0,0 +331063,0,0,0,0,0 +331064,0,0,0,0,0 +331065,0,0,0,0,0 +331066,0,0,0,0,0 +331067,0,0,0,0,0 +331068,0,0,0,0,0 +331069,0,0,0,0,0 +331070,0,0,0,0,0 +331071,0,0,0,0,0 +331072,0,0,0,0,0 +331073,0,0,0,0,0 +331074,0,0,0,0,0 +331075,0,0,0,0,0 +331076,0,0,0,0,0 +331077,0,0,0,0,0 +331078,0,0,0,0,0 +331079,0,0,0,0,0 +331080,0,0,0,0,0 +331081,0,0,0,0,0 +331082,0,0,0,0,0 +331083,0,0,0,0,0 +331084,0,0,0,0,0 +331085,0,0,0,0,0 +331086,0,0,0,0,0 +331087,0,0,0,0,0 +331088,0,0,0,0,0 +331089,0,0,0,0,0 +331090,0,0,0,0,0 +331091,0,0,0,0,0 +331092,0,0,0,0,0 +331093,0,0,0,0,0 +331094,0,0,0,0,0 +331095,0,0,0,0,0 +331096,0,0,0,0,0 +331097,0,0,0,0,0 +331098,0,0,0,0,0 +331099,0,0,0,0,0 +331100,0,0,0,0,0 +331101,0,0,0,0,0 +331102,0,0,0,0,0 +331103,0,0,0,0,0 +331104,0,0,0,0,0 +331105,0,0,0,0,0 +331106,0,0,0,0,0 +331107,0,0,0,0,0 +331108,0,0,0,0,0 +331109,0,0,0,0,0 +331110,0,0,0,0,0 +331111,0,0,0,0,0 +331112,0,0,0,0,0 +331113,0,0,0,0,0 +331114,0,0,0,0,0 +331115,0,0,0,0,0 +331116,0,0,0,0,0 +331117,0,0,0,0,0 +331118,0,0,0,0,0 +331119,0,0,0,0,0 +331120,0,0,0,0,0 +331121,0,0,0,0,0 +331122,0,0,0,0,0 +331123,0,0,0,0,0 +331124,0,0,0,0,0 +331125,0,0,0,0,0 +331126,0,0,0,0,0 +331127,0,0,0,0,0 +331128,0,0,0,0,0 +331129,0,0,0,0,0 +331130,0,0,0,0,0 +331131,0,0,0,0,0 +331132,0,0,0,0,0 +331133,0,0,0,0,0 +331134,0,0,0,0,0 +331135,0,0,0,0,0 +331136,0,0,0,0,0 +331137,0,0,0,0,0 +331138,0,0,0,0,0 +331139,0,0,0,0,0 +331140,0,0,0,0,0 +331141,0,0,0,0,0 +331142,0,0,0,0,0 +331143,0,0,0,0,0 +331144,0,0,0,0,0 +331145,0,0,0,0,0 +331146,0,0,0,0,0 +331147,0,0,0,0,0 +331148,0,0,0,0,0 +331149,0,0,0,0,0 +331150,0,0,0,0,0 +331151,0,0,0,0,0 +331152,0,0,0,0,0 +331153,0,0,0,0,0 +331154,0,0,0,0,0 +331155,0,0,0,0,0 +331156,0,0,0,0,0 +331157,0,0,0,0,0 +331158,0,0,0,0,0 +331159,0,0,0,0,0 +331160,0,0,0,0,0 +331161,0,0,0,0,0 +331162,0,0,0,0,0 +331163,0,0,0,0,0 +331164,0,0,0,0,0 +331165,0,0,0,0,0 +331166,0,0,0,0,0 +331167,0,0,0,0,0 +331168,0,0,0,0,0 +331169,0,0,0,0,0 +331170,0,0,0,0,0 +331171,0,0,0,0,0 +331172,0,0,0,0,0 +331173,0,0,0,0,0 +331174,0,0,0,0,0 +331175,0,0,0,0,0 +331176,0,0,0,0,0 +331177,0,0,0,0,0 +331178,0,0,0,0,0 +331179,0,0,0,0,0 +331180,0,0,0,0,0 +331181,0,0,0,0,0 +331182,0,0,0,0,0 +331183,0,0,0,0,0 +331184,0,0,0,0,0 +331185,0,0,0,0,0 +331186,0,0,0,0,0 +331187,0,0,0,0,0 +331188,0,0,0,0,0 +331189,0,0,0,0,0 +331190,0,0,0,0,0 +331191,0,0,0,0,0 +331192,0,0,0,0,0 +331193,0,0,0,0,0 +331194,0,0,0,0,0 +331195,0,0,0,0,0 +331196,0,0,0,0,0 +331197,0,0,0,0,0 +331198,0,0,0,0,0 +331199,0,0,0,0,0 +331200,0,0,0,0,0 +331201,0,0,0,0,0 +331202,0,0,0,0,0 +331203,0,0,0,0,0 +331204,0,0,0,0,0 +331205,0,0,0,0,0 +331206,0,0,0,0,0 +331207,0,0,0,0,0 +331208,0,0,0,0,0 +331209,0,0,0,0,0 +331210,0,0,0,0,0 +331211,0,0,0,0,0 +331212,0,0,0,0,0 +331213,0,0,0,0,0 +331214,0,0,0,0,0 +331215,0,0,0,0,0 +331216,0,0,0,0,0 +331217,0,0,0,0,0 +331218,0,0,0,0,0 +331219,0,0,0,0,0 +331220,0,0,0,0,0 +331221,0,0,0,0,0 +331222,0,0,0,0,0 +331223,0,0,0,0,0 +331224,0,0,0,0,0 +331225,0,0,0,0,0 +331226,0,0,0,0,0 +331227,0,0,0,0,0 +331228,0,0,0,0,0 +331229,0,0,0,0,0 +331230,0,0,0,0,0 +331231,0,0,0,0,0 +331232,0,0,0,0,0 +331233,0,0,0,0,0 +331234,0,0,0,0,0 +331235,0,0,0,0,0 +331236,0,0,0,0,0 +331237,0,0,0,0,0 +331238,0,0,0,0,0 +331239,0,0,0,0,0 +331240,0,0,0,0,0 +331241,0,0,0,0,0 +331242,0,0,0,0,0 +331243,0,0,0,0,0 +331244,0,0,0,0,0 +331245,0,0,0,0,0 +331246,0,0,0,0,0 +331247,0,0,0,0,0 +331248,0,0,0,0,0 +331249,0,0,0,0,0 +331250,0,0,0,0,0 +331251,0,0,0,0,0 +331252,0,0,0,0,0 +331253,0,0,0,0,0 +331254,0,0,0,0,0 +331255,0,0,0,0,0 +331256,0,0,0,0,0 +331257,0,0,0,0,0 +331258,0,0,0,0,0 +331259,0,0,0,0,0 +331260,0,0,0,0,0 +331261,0,0,0,0,0 +331262,0,0,0,0,0 +331263,0,0,0,0,0 +331264,0,0,0,0,0 +331265,0,0,0,0,0 +331266,0,0,0,0,0 +331267,0,0,0,0,0 +331268,0,0,0,0,0 +331269,0,0,0,0,0 +331270,0,0,0,0,0 +331271,0,0,0,0,0 +331272,0,0,0,0,0 +331273,0,0,0,0,0 +331274,0,0,0,0,0 +331275,0,0,0,0,0 +331276,0,0,0,0,0 +331277,0,0,0,0,0 +331278,0,0,0,0,0 +331279,0,0,0,0,0 +331280,0,0,0,0,0 +331281,0,0,0,0,0 +331282,0,0,0,0,0 +331283,0,0,0,0,0 +331284,0,0,0,0,0 +331285,0,0,0,0,0 +331286,0,0,0,0,0 +331287,0,0,0,0,0 +331288,0,0,0,0,0 +331289,0,0,0,0,0 +331290,0,0,0,0,0 +331291,0,0,0,0,0 +331292,0,0,0,0,0 +331293,0,0,0,0,0 +331294,0,0,0,0,0 +331295,0,0,0,0,0 +331296,0,0,0,0,0 +331297,0,0,0,0,0 +331298,0,0,0,0,0 +331299,0,0,0,0,0 +331300,0,0,0,0,0 +331301,0,0,0,0,0 +331302,0,0,0,0,0 +331303,0,0,0,0,0 +331304,0,0,0,0,0 +331305,0,0,0,0,0 +331306,0,0,0,0,0 +331307,0,0,0,0,0 +331308,0,0,0,0,0 +331309,0,0,0,0,0 +331310,0,0,0,0,0 +331311,0,0,0,0,0 +331312,0,0,0,0,0 +331313,0,0,0,0,0 +331314,0,0,0,0,0 +331315,0,0,0,0,0 +331316,0,0,0,0,0 +331317,0,0,0,0,0 +331318,0,0,0,0,0 +331319,0,0,0,0,0 +331320,0,0,0,0,0 +331321,0,0,0,0,0 +331322,0,0,0,0,0 +331323,0,0,0,0,0 +331324,0,0,0,0,0 +331325,0,0,0,0,0 +331326,0,0,0,0,0 +331327,0,0,0,0,0 +331328,0,0,0,0,0 +331329,0,0,0,0,0 +331330,0,0,0,0,0 +331331,0,0,0,0,0 +331332,0,0,0,0,0 +331333,0,0,0,0,0 +331334,0,0,0,0,0 +331335,0,0,0,0,0 +331336,0,0,0,0,0 +331337,0,0,0,0,0 +331338,0,0,0,0,0 +331339,0,0,0,0,0 +331340,0,0,0,0,0 +331341,0,0,0,0,0 +331342,0,0,0,0,0 +331343,0,0,0,0,0 +331344,0,0,0,0,0 +331345,0,0,0,0,0 +331346,0,0,0,0,0 +331347,0,0,0,0,0 +331348,0,0,0,0,0 +331349,0,0,0,0,0 +331350,0,0,0,0,0 +331351,0,0,0,0,0 +331352,0,0,0,0,0 +331353,0,0,0,0,0 +331354,0,0,0,0,0 +331355,0,0,0,0,0 +331356,0,0,0,0,0 +331357,0,0,0,0,0 +331358,0,0,0,0,0 +331359,0,0,0,0,0 +331360,0,0,0,0,0 +331361,0,0,0,0,0 +331362,0,0,0,0,0 +331363,0,0,0,0,0 +331364,0,0,0,0,0 +331365,0,0,0,0,0 +331366,0,0,0,0,0 +331367,0,0,0,0,0 +331368,0,0,0,0,0 +331369,0,0,0,0,0 +331370,0,0,0,0,0 +331371,0,0,0,0,0 +331372,0,0,0,0,0 +331373,0,0,0,0,0 +331374,0,0,0,0,0 +331375,0,0,0,0,0 +331376,0,0,0,0,0 +331377,0,0,0,0,0 +331378,0,0,0,0,0 +331379,0,0,0,0,0 +331380,0,0,0,0,0 +331381,0,0,0,0,0 +331382,0,0,0,0,0 +331383,0,0,0,0,0 +331384,0,0,0,0,0 +331385,0,0,0,0,0 +331386,0,0,0,0,0 +331387,0,0,0,0,0 +331388,0,0,0,0,0 +331389,0,0,0,0,0 +331390,0,0,0,0,0 +331391,0,0,0,0,0 +331392,0,0,0,0,0 +331393,0,0,0,0,0 +331394,0,0,0,0,0 +331395,0,0,0,0,0 +331396,0,0,0,0,0 +331397,0,0,0,0,0 +331398,0,0,0,0,0 +331399,0,0,0,0,0 +331400,0,0,0,0,0 +331401,0,0,0,0,0 +331402,0,0,0,0,0 +331403,0,0,0,0,0 +331404,0,0,0,0,0 +331405,0,0,0,0,0 +331406,0,0,0,0,0 +331407,0,0,0,0,0 +331408,0,0,0,0,0 +331409,0,0,0,0,0 +331410,0,0,0,0,0 +331411,0,0,0,0,0 +331412,0,0,0,0,0 +331413,0,0,0,0,0 +331414,0,0,0,0,0 +331415,0,0,0,0,0 +331416,0,0,0,0,0 +331417,0,0,0,0,0 +331418,0,0,0,0,0 +331419,0,0,0,0,0 +331420,0,0,0,0,0 +331421,0,0,0,0,0 +331422,0,0,0,0,0 +331423,0,0,0,0,0 +331424,0,0,0,0,0 +331425,0,0,0,0,0 +331426,0,0,0,0,0 +331427,0,0,0,0,0 +331428,0,0,0,0,0 +331429,0,0,0,0,0 +331430,0,0,0,0,0 +331431,0,0,0,0,0 +331432,0,0,0,0,0 +331433,0,0,0,0,0 +331434,0,0,0,0,0 +331435,0,0,0,0,0 +331436,0,0,0,0,0 +331437,0,0,0,0,0 +331438,0,0,0,0,0 +331439,0,0,0,0,0 +331440,0,0,0,0,0 +331441,0,0,0,0,0 +331442,0,0,0,0,0 +331443,0,0,0,0,0 +331444,0,0,0,0,0 +331445,0,0,0,0,0 +331446,0,0,0,0,0 +331447,0,0,0,0,0 +331448,0,0,0,0,0 +331449,0,0,0,0,0 +331450,0,0,0,0,0 +331451,0,0,0,0,0 +331452,0,0,0,0,0 +331453,0,0,0,0,0 +331454,0,0,0,0,0 +331455,0,0,0,0,0 +331456,0,0,0,0,0 +331457,0,0,0,0,0 +331458,0,0,0,0,0 +331459,0,0,0,0,0 +331460,0,0,0,0,0 +331461,0,0,0,0,0 +331462,0,0,0,0,0 +331463,0,0,0,0,0 +331464,0,0,0,0,0 +331465,0,0,0,0,0 +331466,0,0,0,0,0 +331467,0,0,0,0,0 +331468,0,0,0,0,0 +331469,0,0,0,0,0 +331470,0,0,0,0,0 +331471,0,0,0,0,0 +331472,0,0,0,0,0 +331473,0,0,0,0,0 +331474,0,0,0,0,0 +331475,0,0,0,0,0 +331476,0,0,0,0,0 +331477,0,0,0,0,0 +331478,0,0,0,0,0 +331479,0,0,0,0,0 +331480,0,0,0,0,0 +331481,0,0,0,0,0 +331482,0,0,0,0,0 +331483,0,0,0,0,0 +331484,0,0,0,0,0 +331485,0,0,0,0,0 +331486,0,0,0,0,0 +331487,0,0,0,0,0 +331488,0,0,0,0,0 +331489,0,0,0,0,0 +331490,0,0,0,0,0 +331491,0,0,0,0,0 +331492,0,0,0,0,0 +331493,0,0,0,0,0 +331494,0,0,0,0,0 +331495,0,0,0,0,0 +331496,0,0,0,0,0 +331497,0,0,0,0,0 +331498,0,0,0,0,0 +331499,0,0,0,0,0 +331500,0,0,0,0,0 +331501,0,0,0,0,0 +331502,0,0,0,0,0 +331503,0,0,0,0,0 +331504,0,0,0,0,0 +331505,0,0,0,0,0 +331506,0,0,0,0,0 +331507,0,0,0,0,0 +331508,0,0,0,0,0 +331509,0,0,0,0,0 +331510,0,0,0,0,0 +331511,0,0,0,0,0 +331512,0,0,0,0,0 +331513,0,0,0,0,0 +331514,0,0,0,0,0 +331515,0,0,0,0,0 +331516,0,0,0,0,0 +331517,0,0,0,0,0 +331518,0,0,0,0,0 +331519,0,0,0,0,0 +331520,0,0,0,0,0 +331521,0,0,0,0,0 +331522,0,0,0,0,0 +331523,0,0,0,0,0 +331524,0,0,0,0,0 +331525,0,0,0,0,0 +331526,0,0,0,0,0 +331527,0,0,0,0,0 +331528,0,0,0,0,0 +331529,0,0,0,0,0 +331530,0,0,0,0,0 +331531,0,0,0,0,0 +331532,0,0,0,0,0 +331533,0,0,0,0,0 +331534,0,0,0,0,0 +331535,0,0,0,0,0 +331536,0,0,0,0,0 +331537,0,0,0,0,0 +331538,0,0,0,0,0 +331539,0,0,0,0,0 +331540,0,0,0,0,0 +331541,0,0,0,0,0 +331542,0,0,0,0,0 +331543,0,0,0,0,0 +331544,0,0,0,0,0 +331545,0,0,0,0,0 +331546,0,0,0,0,0 +331547,0,0,0,0,0 +331548,0,0,0,0,0 +331549,0,0,0,0,0 +331550,0,0,0,0,0 +331551,0,0,0,0,0 +331552,0,0,0,0,0 +331553,0,0,0,0,0 +331554,0,0,0,0,0 +331555,0,0,0,0,0 +331556,0,0,0,0,0 +331557,0,0,0,0,0 +331558,0,0,0,0,0 +331559,0,0,0,0,0 +331560,0,0,0,0,0 +331561,0,0,0,0,0 +331562,0,0,0,0,0 +331563,0,0,0,0,0 +331564,0,0,0,0,0 +331565,0,0,0,0,0 +331566,0,0,0,0,0 +331567,0,0,0,0,0 +331568,0,0,0,0,0 +331569,0,0,0,0,0 +331570,0,0,0,0,0 +331571,0,0,0,0,0 +331572,0,0,0,0,0 +331573,0,0,0,0,0 +331574,0,0,0,0,0 +331575,0,0,0,0,0 +331576,0,0,0,0,0 +331577,0,0,0,0,0 +331578,0,0,0,0,0 +331579,0,0,0,0,0 +331580,0,0,0,0,0 +331581,0,0,0,0,0 +331582,0,0,0,0,0 +331583,0,0,0,0,0 +331584,0,0,0,0,0 +331585,0,0,0,0,0 +331586,0,0,0,0,0 +331587,0,0,0,0,0 +331588,0,0,0,0,0 +331589,0,0,0,0,0 +331590,0,0,0,0,0 +331591,0,0,0,0,0 +331592,0,0,0,0,0 +331593,0,0,0,0,0 +331594,0,0,0,0,0 +331595,0,0,0,0,0 +331596,0,0,0,0,0 +331597,0,0,0,0,0 +331598,0,0,0,0,0 +331599,0,0,0,0,0 +331600,0,0,0,0,0 +331601,0,0,0,0,0 +331602,0,0,0,0,0 +331603,0,0,0,0,0 +331604,0,0,0,0,0 +331605,0,0,0,0,0 +331606,0,0,0,0,0 +331607,0,0,0,0,0 +331608,0,0,0,0,0 +331609,0,0,0,0,0 +331610,0,0,0,0,0 +331611,0,0,0,0,0 +331612,0,0,0,0,0 +331613,0,0,0,0,0 +331614,0,0,0,0,0 +331615,0,0,0,0,0 +331616,0,0,0,0,0 +331617,0,0,0,0,0 +331618,0,0,0,0,0 +331619,0,0,0,0,0 +331620,0,0,0,0,0 +331621,0,2829.358296,1127.739346,0,0 +331622,0,1269.505447,1114.928414,0,0 +331623,0,0,1091.340714,0,0 +331624,0,146.5875441,1067.691271,0,0 +331625,0,927.0261843,1047.778101,0,0 +331626,0,447.9222657,1032.110764,0,0 +331627,0,546.2552814,1019.568213,0,0 +331628,0,555.7264259,1009.548247,0,0 +331629,0,565.2308536,1001.428005,0,0 +331630,0,574.7361392,994.8587943,0,0 +331631,0,584.4311879,989.5856917,0,0 +331632,0,594.3597041,985.4148792,0,0 +331633,0,604.2857768,982.1832203,0,0 +331634,0,614.2769338,979.7491121,0,0 +331635,0,624.4283057,939.0933773,0,0 +331636,0,634.5107177,951.9979276,0,0 +331637,0,644.7858525,973.0975212,0,0 +331638,0,654.9769071,975.6685718,0,0 +331639,0,665.356396,977.4564082,0,0 +331640,0,675.64366,977.6156796,0,0 +331641,0,686.1178646,978.0136336,0,0 +331642,0,696.4911121,978.6653718,0,0 +331643,0,707.0520657,979.5422159,0,0 +331644,0,723.3360791,980.6072734,0,0 +331645,0,737.7544662,981.8303012,0,0 +331646,0,752.0604026,983.1857739,0,0 +331647,0,765.9290484,984.6543661,0,0 +331648,0,781.0449177,986.2200376,0,0 +331649,0,795.0349921,987.8694075,0,0 +331650,0,809.6653127,989.5904303,0,0 +331651,0,822.6478507,991.3732719,0,0 +331652,0,835.7041087,993.1828069,0,0 +331653,0,848.4619543,994.9947577,0,0 +331654,0,861.1251361,996.7721356,0,0 +331655,0,873.8119309,998.5261846,0,0 +331656,0,886.3053276,1000.28313,0,0 +331657,0,898.7100265,1002.03732,0,0 +331658,0,911.2256634,1003.781626,0,0 +331659,0,923.355162,1005.516789,0,0 +331660,0,935.7325526,1007.239803,0,0 +331661,0,947.8555289,1008.952226,0,0 +331662,0,959.9813852,1010.651025,0,0 +331663,0,971.9743185,1012.33772,0,0 +331664,0,984.1166356,1014.009517,0,0 +331665,0,995.8542297,1015.668176,0,0 +331666,0,1007.88102,1017.310996,0,0 +331667,0,1019.644708,1018.939899,0,0 +331668,0,1031.420349,1020.552261,0,0 +331669,0,1043.131145,1022.149994,0,0 +331670,0,1054.723077,1023.730555,0,0 +331671,0,1066.490683,1025.295831,0,0 +331672,0,1077.888014,1026.842192,0,0 +331673,0,1089.381688,1028.374086,0,0 +331674,0,1100.912053,1029.886901,0,0 +331675,0,1112.253603,1031.383292,0,0 +331676,0,1124.600295,1032.833535,0,0 +331677,0,1141.471038,1034.255855,0,0 +331678,0,1144.53685,1035.674748,0,0 +331679,0,1168.827584,1037.078745,0,0 +331680,0,1162.279722,1038.475971,0,0 +331681,0,1167.582163,1039.851226,0,0 +331682,0,1199.939169,1041.218716,0,0 +331683,0,1199.350024,1042.58807,0,0 +331684,0,1213.247033,1043.947236,0,0 +331685,0,1224.179967,1045.30006,0,0 +331686,0,1235.459051,1046.642214,0,0 +331687,0,1246.272988,1047.972344,0,0 +331688,0,1257.358686,1049.289021,0,0 +331689,0,1268.04444,1050.591342,0,0 +331690,0,1279.139819,1051.878311,0,0 +331691,0,1289.735616,1053.14929,0,0 +331692,0,1300.549335,1054.403445,0,0 +331693,0,1311.221023,1055.640286,0,0 +331694,0,1321.857487,1056.859253,0,0 +331695,0,1332.442588,1058.058696,0,0 +331696,0,1343.053371,1059.239859,0,0 +331697,0,1353.32978,1060.401389,0,0 +331698,0,1363.945724,1061.518746,0,0 +331699,0,1374.324654,1062.606,0,0 +331700,0,1384.540933,1063.688956,0,0 +331701,0,1394.873072,1064.759546,0,0 +331702,0,1396.612633,1065.815296,0,0 +331703,0,1404.992592,1066.76422,0,0 +331704,0,1414.437489,1067.632842,0,0 +331705,0,1423.714962,1068.469225,0,0 +331706,0,1433.208237,1069.294237,0,0 +331707,0,1442.466035,1070.117165,0,0 +331708,0,1451.911222,1070.93211,0,0 +331709,0,1461.16114,1071.741842,0,0 +331710,0,1470.705898,1072.538649,0,0 +331711,0,1479.089832,1073.324887,0,0 +331712,0,1487.596983,1074.085842,0,0 +331713,0,1495.892721,1074.813783,0,0 +331714,0,1504.19638,1075.507501,0,0 +331715,0,1512.070523,1076.168601,0,0 +331716,0,1520.301724,1076.798849,0,0 +331717,0,1528.145603,1077.399783,0,0 +331718,0,1536.002094,1077.972306,0,0 +331719,0,1543.756536,1078.517279,0,0 +331720,0,1554.711418,1079.035348,0,0 +331721,125.5183373,1561.188349,1079.495339,26.78015746,0 +331722,63.35002507,1571.338153,1079.969107,30.98543933,0 +331723,90.80507258,1574.601321,1080.388726,39.25423352,0 +331724,99.72620627,1567.942685,1080.806748,39.95132951,0 +331725,107.8751704,1597.042603,1081.196752,45.74888184,0 +331726,115.9930085,1593.272731,1081.572857,49.68646929,0 +331727,123.9189825,1602.714622,1081.921128,53.66256528,0 +331728,132.1428083,1609.742024,1082.248685,57.40958354,0 +331729,139.7050033,1616.762522,1082.530696,61.32448331,0 +331730,147.817873,1623.45679,1082.782371,65.03541164,0 +331731,155.512091,1630.298615,1083.025955,68.81575894,0 +331732,163.2690744,1636.866667,1083.25523,72.57786446,0 +331733,170.8360226,1643.621756,1083.46695,76.24679824,0 +331734,178.6937998,1650.174451,1083.65956,79.9190227,0 +331735,186.3268478,1656.484502,1083.832441,83.55904191,0 +331736,193.5455707,1662.927724,1083.98532,87.11123886,0 +331737,201.4154407,1669.198173,1084.118258,90.7831646,0 +331738,208.7533244,1675.406459,1084.231678,94.30380177,0 +331739,216.2272637,1681.640141,1084.325519,97.85271297,0 +331740,223.4683129,1687.533439,1084.400257,101.3611663,0 +331741,230.1741867,1693.165478,1084.433588,104.3623373,0 +331742,235.9495721,1698.646627,1084.429674,107.6139236,0 +331743,242.4375588,1703.964838,1084.400295,110.4304313,0 +331744,248.5322961,1709.466047,1084.335975,113.6572494,0 +331745,254.7823637,1714.757131,1084.234501,116.601462,0 +331746,260.6375515,1723.011711,1084.096906,119.6156281,0 +331747,267.127832,1724.556029,1083.926287,122.5795173,0 +331748,272.9545676,1739.665767,1083.722643,125.5378947,0 +331749,279.1029351,1718.516074,1083.492606,128.3863716,0 +331750,285.022725,1747.598877,1083.226342,131.431871,0 +331751,291.0725302,1742.962859,1082.942119,134.3524411,0 +331752,296.9335751,1749.026186,1082.627867,137.0036136,0 +331753,302.9253746,1753.802199,1082.291922,140.0850656,0 +331754,308.4895167,1758.323441,1081.932486,142.8348669,0 +331755,315.0493849,1762.770193,1081.530129,145.6777031,0 +331756,320.2779645,1767.143172,1081.100651,148.4956807,0 +331757,326.371794,1771.541579,1080.665633,151.1952802,0 +331758,332.0858187,1775.584145,1080.218134,154.2349365,0 +331759,337.9159382,1779.681213,1079.756145,156.7582822,0 +331760,343.5602814,1783.870934,1079.277217,159.6104564,0 +331761,349.4024617,1787.754796,1078.782386,162.3267323,0 +331762,355.0044962,1791.656641,1078.270489,164.9395232,0 +331763,360.7357317,1795.460105,1077.743124,167.8175796,0 +331764,366.3587811,1799.183526,1077.199568,170.4250466,0 +331765,372.0209091,1802.938105,1076.64146,173.125418,0 +331766,377.6086404,1809.507803,1076.068078,175.7922239,0 +331767,382.9283993,1806.82262,1075.481961,178.4462267,0 +331768,388.949107,1829.568889,1074.879417,181.0832282,0 +331769,394.2940133,1793.389159,1074.270365,183.7166707,0 +331770,399.8625201,1831.524659,1073.613583,186.3314084,0 +331771,405.4415153,1820.228959,1072.954019,188.9598372,0 +331772,410.9633318,1826.27712,1072.290082,191.5811415,0 +331773,416.5152361,1829.08145,1071.624725,194.1927641,0 +331774,422.0085981,1832.119787,1070.952269,196.794947,0 +331775,427.5266031,1834.975054,1070.272175,199.3868351,0 +331776,432.9565189,1837.767865,1069.58416,201.8334184,0 +331777,438.527658,1840.481842,1068.88825,204.6177721,0 +331778,443.848624,1843.117114,1068.184781,207.0734631,0 +331779,449.4221164,1845.673389,1067.473798,209.6518164,0 +331780,454.7039501,1848.151121,1066.755859,212.1949848,0 +331781,460.2127831,1850.549853,1066.031165,214.7290744,0 +331782,465.5549983,1852.985811,1065.300237,217.2539043,0 +331783,470.950151,1855.055597,1064.563417,219.9115431,0 +331784,476.2610142,1861.063762,1063.821118,222.1937209,0 +331785,481.71284,1853.890253,1063.074704,224.802124,0 +331786,486.9090672,1881.829616,1062.300712,227.1109707,0 +331787,492.3294581,1836.704572,1061.546515,229.8281669,0 +331788,497.5863424,1877.930884,1060.76972,232.1784582,0 +331789,502.8901862,1882.216604,1059.99472,234.6679786,0 +331790,508.1171382,1842.08256,1059.223608,237.1209364,0 +331791,513.4847435,1883.21704,1058.442148,239.5655304,0 +331792,518.5918878,1868.861186,1057.677122,242.001878,0 +331793,523.9287732,1873.111012,1056.902315,244.4296413,0 +331794,528.6861269,1874.549576,1056.130884,246.8494304,0 +331795,534.5490164,1875.83782,1055.358282,249.2607793,0 +331796,539.371517,1877.061388,1054.58661,251.6643624,0 +331797,544.646888,1878.204812,1053.814468,254.0596678,0 +331798,549.8434709,1879.269755,1053.044069,256.4473734,0 +331799,554.9675975,1880.255967,1052.274544,258.8269712,0 +331800,560.0292566,1881.164748,1051.507733,261.0287802,0 +331801,564.8417256,1881.884387,1050.745743,263.5510955,0 +331802,569.4888752,1882.48522,1049.980177,265.623609,0 +331803,573.971352,1882.995165,1049.209192,267.842443,0 +331804,578.6377227,1883.421897,1048.432221,270.0156552,0 +331805,583.1369685,1883.767306,1047.63161,272.1795945,0 +331806,587.6224564,1884.151188,1046.823375,274.334215,0 +331807,592.2457891,1884.163042,1046.025456,276.4796923,0 +331808,596.6263145,1884.352891,1045.232576,278.6167342,0 +331809,601.0940935,1884.359442,1044.443061,280.7449629,0 +331810,605.6144407,1884.304161,1043.656824,282.8650036,0 +331811,610.0154033,1884.169549,1042.874468,284.9764815,0 +331812,614.4455908,1883.836451,1042.096824,287.0799764,0 +331813,618.8497071,1883.715443,1041.324867,289.1751049,0 +331814,623.2400235,1883.256988,1040.560886,291.2624296,0 +331815,627.6122027,1882.822658,1039.803999,293.3415524,0 +331816,631.9694731,1882.29082,1039.056171,295.4130241,0 +331817,636.2600302,1881.679091,1038.317003,297.4764476,0 +331818,640.7138339,1880.988438,1037.588484,299.5323537,0 +331819,644.9053081,1880.217938,1036.871627,301.5803536,0 +331820,649.2473372,1879.368729,1036.166748,303.4150533,0 +331821,653.4641819,1878.440048,1035.474433,305.7669508,0 +331822,657.8066413,1877.432416,1034.795388,307.6312263,0 +331823,662.0131012,1876.345557,1034.130234,309.6881317,0 +331824,666.2534534,1875.179819,1033.479837,311.913923,0 +331825,670.5211148,1873.93496,1032.84506,313.5857096,0 +331826,674.5872802,1872.611321,1032.226485,315.7482503,0 +331827,678.8934828,1871.208677,1031.625065,317.6984824,0 +331828,683.012708,1869.727365,1031.041519,319.7023459,0 +331829,687.1751217,1868.167171,1030.476556,321.6426668,0 +331830,691.3132609,1889.798088,1029.913519,323.6267092,0 +331831,695.2252978,1830.510922,1029.391314,325.5126447,0 +331832,699.2826747,1878.912628,1028.865771,327.4033834,0 +331833,703.0427295,1858.014073,1028.38729,329.2226615,0 +331834,706.9874297,1854.773745,1027.926225,331.0809582,0 +331835,710.8605771,1857.428614,1027.46554,332.9065334,0 +331836,714.6773332,1849.8544,1027.027988,334.7480953,0 +331837,718.626474,1850.428429,1026.626818,336.5204866,0 +331838,722.4353047,1846.341038,1026.257685,338.3353674,0 +331839,726.2859429,1843.62168,1025.912933,340.1182899,0 +331840,730.1733929,1840.593764,1025.589957,341.8953404,0 +331841,733.9021561,1837.469649,1025.286004,343.6856828,0 +331842,737.6946769,1834.257199,1024.999126,345.4076028,0 +331843,741.5670447,1830.956166,1024.727834,347.1732866,0 +331844,745.3034458,1827.56762,1024.470839,348.9080565,0 +331845,749.0809554,1824.092975,1024.226935,350.6375326,0 +331846,752.8353932,1820.415111,1023.995161,352.3819383,0 +331847,756.5759559,1840.016614,1023.774127,354.0571547,0 +331848,760.2429867,1779.367216,1023.570794,355.7782215,0 +331849,764.1085351,1826.151715,1023.357634,357.4683346,0 +331850,767.6679278,1801.568072,1023.175434,359.1541804,0 +331851,771.4092587,1801.468705,1022.989559,360.8559694,0 +331852,775.0687843,1797.259783,1022.815428,362.4876432,0 +331853,778.7242231,1793.293531,1022.648406,364.1669898,0 +331854,782.3653428,1788.999046,1022.488689,365.8155723,0 +331855,785.9299756,1784.723505,1022.335804,367.4601323,0 +331856,789.637,1780.352223,1022.189492,368.8740444,0 +331857,793.1869158,1776.014995,1022.04951,370.8455575,0 +331858,796.7806813,1771.328151,1021.915668,372.2949379,0 +331859,800.4126197,1766.689854,1021.787549,373.9484679,0 +331860,803.8685228,1762.158346,1021.665173,375.5539617,0 +331861,807.7611928,1757.404013,1021.548289,377.2306524,0 +331862,811.4295677,1752.702646,1021.440345,378.9548753,0 +331863,815.4211979,1747.920372,1021.344059,380.6154306,0 +331864,819.1130622,1743.068497,1021.260403,382.3324395,0 +331865,822.9998063,1738.03489,1021.188811,384.0193997,0 +331866,826.720568,1733.200869,1021.128421,385.7052162,0 +331867,830.5728099,1744.475725,1021.078016,387.3848266,0 +331868,834.2715593,1698.969484,1021.042065,389.0852101,0 +331869,837.9437448,1748.491447,1021.00071,390.7116585,0 +331870,841.945079,1682.243407,1020.988996,392.3935006,0 +331871,845.4579162,1725.318012,1020.960424,394.0440711,0 +331872,849.2245789,1691.963955,1020.961067,395.6933328,0 +331873,852.9184564,1699.514132,1020.954723,397.3365068,0 +331874,856.6155419,1689.969348,1020.962472,398.9737304,0 +331875,860.3015204,1685.082817,1020.974045,400.6321857,0 +331876,863.9758809,1679.329253,1020.99267,402.2159292,0 +331877,867.5695919,1673.751655,1021.017336,403.8560912,0 +331878,880.7805172,1677.451169,1021.047586,405.039599,0 +331879,885.8078427,1673.298255,1021.073027,406.5708283,0 +331880,890.1136623,1668.340241,1021.090406,408.1690351,0 +331881,894.4769312,1663.128019,1021.110963,409.7815606,0 +331882,898.6389343,1657.747313,1021.140568,411.4260827,0 +331883,902.9454847,1652.240282,1021.180936,413.0003985,0 +331884,907.0506507,1646.524323,1021.231939,414.6386345,0 +331885,911.1925507,1640.96482,1021.292827,416.2496376,0 +331886,915.2959045,1635.101099,1021.363101,417.8641759,0 +331887,919.3755437,1629.3477,1021.442192,419.4771389,0 +331888,923.4332915,1623.248225,1021.529795,421.0884108,0 +331889,927.470151,1617.296587,1021.625542,422.7268815,0 +331890,931.4133184,1611.077687,1021.729253,424.2900175,0 +331891,935.5859232,1605.007474,1021.840562,425.9248877,0 +331892,939.3799635,1598.637807,1021.959718,427.5319123,0 +331893,943.3932251,1592.287215,1022.086433,429.14222,0 +331894,947.3053016,1585.754223,1022.220786,430.750572,0 +331895,951.2117022,1579.397111,1022.362458,432.3568265,0 +331896,955.0998175,1572.769601,1022.511337,433.9608691,0 +331897,958.9703778,1587.490534,1022.666877,435.5923666,0 +331898,962.8233656,1528.24957,1022.835599,437.1464493,0 +331899,966.5827624,1568.271763,1022.99272,438.765967,0 +331900,970.520035,1542.370257,1023.176933,440.3555565,0 +331901,974.2641075,1539.133273,1023.35601,441.9477073,0 +331902,978.0640302,1532.188202,1023.544678,443.5374448,0 +331903,981.8347698,1525.261022,1023.739026,445.1247449,0 +331904,985.6681408,1518.276339,1023.939363,446.7095793,0 +331905,989.2864208,1511.244953,1024.145618,448.3227032,0 +331906,993.0707249,1504.206061,1024.357631,449.8558506,0 +331907,996.7658394,1496.88957,1024.575382,451.4566079,0 +331908,1000.459359,1489.950371,1024.798731,453.0265164,0 +331909,1004.058458,1482.608168,1025.027736,454.5992323,0 +331910,1007.845084,1475.427624,1025.262164,456.1695922,0 +331911,1011.433617,1468.104395,1025.502106,457.7376743,0 +331912,1015.082722,1460.741467,1025.747356,459.3034309,0 +331913,1018.70372,1453.482941,1025.997931,460.8669868,0 +331914,1022.310661,1446.178293,1026.253798,462.4597914,0 +331915,1025.903685,1438.599068,1026.514873,463.9709763,0 +331916,1029.482739,1431.274014,1026.78104,465.5517345,0 +331917,1033.048215,1423.645839,1027.052387,467.1013758,0 +331918,1036.60006,1416.333706,1027.328731,468.6541725,0 +331919,1040.138572,1408.695616,1027.610168,470.2050916,0 +331920,1043.746931,1401.216605,1027.89652,471.7540143,0 +331921,1046.822777,1393.481573,1028.187894,473.2238621,0 +331922,1050.209805,1385.753359,1028.480507,474.6625979,0 +331923,1054.501165,1378.012465,1028.771607,476.1226655,0 +331924,1056.801003,1370.249805,1029.060512,477.494462,0 +331925,1061.229085,1362.382533,1029.346543,478.937133,0 +331926,1062.563572,1354.708343,1029.631767,480.3465108,0 +331927,1068.652359,1346.924094,1029.915418,481.7585863,0 +331928,1067.262362,1338.98966,1030.218083,483.1680613,0 +331929,1077.519987,1331.129398,1030.504121,484.57502,0 +331930,1069.50186,1323.391698,1030.797061,485.9795775,0 +331931,1090.113452,1315.479494,1031.078166,487.3818356,0 +331932,1065.696993,1307.633084,1031.375266,488.7818587,0 +331933,1086.136613,1299.767628,1031.672169,490.1797516,0 +331934,1088.550746,1291.900355,1031.974397,491.609333,0 +331935,1088.979844,1284.101585,1032.272055,492.9522855,0 +331936,1092.872454,1276.138863,1032.569749,494.3701798,0 +331937,1095.849996,1268.358877,1032.870402,495.7549439,0 +331938,1098.879986,1260.490774,1033.173635,497.1434208,0 +331939,1101.679176,1252.500139,1033.479806,498.5304357,0 +331940,1104.666474,1244.590421,1033.788967,499.9157384,0 +331941,1107.561803,1236.820226,1034.101346,501.299599,0 +331942,1110.460093,1228.897588,1034.416966,502.6818609,0 +331943,1113.348774,1221.052789,1034.735827,504.0627807,0 +331944,1116.226437,1213.21518,1035.057982,505.4421953,0 +331945,1119.094538,1205.388656,1035.383475,506.8203626,0 +331946,1121.95272,1197.501118,1035.712314,508.2318715,0 +331947,1124.801674,1189.821879,1036.044501,509.5546391,0 +331948,1127.73043,1182.073242,1036.380084,510.9549702,0 +331949,1130.426064,1174.153293,1036.719075,512.3223472,0 +331950,1133.316745,1166.592396,1037.061339,513.6941459,0 +331951,1135.920005,1158.718649,1037.407117,514.9645329,0 +331952,1138.733189,1171.27335,1037.752027,516.2126427,0 +331953,1141.325694,1113.125597,1038.100196,517.4493477,0 +331954,1143.987402,1170.483027,1038.426424,518.6769707,0 +331955,1146.624216,1094.658672,1038.7752,519.8973291,0 +331956,1149.250294,1143.294501,1039.092316,521.1104986,0 +331957,1151.869206,1096.008074,1039.432536,522.3176652,0 +331958,1154.571772,1110.866397,1039.752154,523.5184662,0 +331959,1157.036008,1095.415868,1040.08193,524.7138014,0 +331960,1159.705882,1089.2767,1040.40548,525.939136,0 +331961,1162.287604,1081.723551,1040.729603,526.7065874,0 +331962,1164.882674,1074.29105,1041.052917,528.4636782,0 +331963,1167.475408,1066.729063,1041.376084,529.3576159,0 +331964,1170.071012,1059.291391,1041.698918,530.5895556,0 +331965,1172.668936,1052.010797,1042.021861,531.7544879,0 +331966,1175.271662,1044.709114,1042.345032,532.9151511,0 +331967,1177.882155,1037.35553,1042.668518,534.0714111,0 +331968,1180.501481,1030.189601,1042.992442,535.2231662,0 +331969,1183.040251,1023.021838,1043.316941,536.3708651,0 +331970,1185.922642,1015.922883,1043.642067,537.5142564,0 +331971,1188.351684,1008.885475,1043.986324,538.6537695,0 +331972,1191.080391,1001.911101,1044.334045,539.7523434,0 +331973,1193.701105,995.0023861,1044.669558,540.9400246,0 +331974,1196.331675,988.2252493,1045.000312,542.0398882,0 +331975,1198.957331,981.363083,1045.32968,543.2078492,0 +331976,1201.576575,977.220555,1045.659174,544.2713637,0 +331977,1204.190985,972.40105,1045.990129,545.4166393,0 +331978,1206.798533,967.4981008,1046.322172,546.5234278,0 +331979,1209.400728,962.7698043,1046.655353,547.633349,0 +331980,1211.996321,957.9324145,1046.989731,548.7395883,0 +331981,0,0,0,0,0 +331982,0,0,0,0,0 +331983,0,0,0,0,0 +331984,0,0,0,0,0 +331985,0,0,0,0,0 +331986,0,0,0,0,0 +331987,0,0,0,0,0 +331988,0,0,0,0,0 +331989,0,0,0,0,0 +331990,0,0,0,0,0 +331991,0,0,0,0,0 +331992,0,0,0,0,0 +331993,0,0,0,0,0 +331994,0,0,0,0,0 +331995,0,0,0,0,0 +331996,0,0,0,0,0 +331997,0,0,0,0,0 +331998,0,0,0,0,0 +331999,0,0,0,0,0 +332000,0,0,0,0,0 +332001,0,0,0,0,0 +332002,0,0,0,0,0 +332003,0,0,0,0,0 +332004,0,0,0,0,0 +332005,0,0,0,0,0 +332006,0,0,0,0,0 +332007,0,0,0,0,0 +332008,0,0,0,0,0 +332009,0,0,0,0,0 +332010,0,0,0,0,0 +332011,0,0,0,0,0 +332012,0,0,0,0,0 +332013,0,0,0,0,0 +332014,0,0,0,0,0 +332015,0,0,0,0,0 +332016,0,0,0,0,0 +332017,0,0,0,0,0 +332018,0,0,0,0,0 +332019,0,0,0,0,0 +332020,0,0,0,0,0 +332021,0,0,0,0,0 +332022,0,0,0,0,0 +332023,0,0,0,0,0 +332024,0,0,0,0,0 +332025,0,0,0,0,0 +332026,0,0,0,0,0 +332027,0,0,0,0,0 +332028,0,0,0,0,0 +332029,0,0,0,0,0 +332030,0,0,0,0,0 +332031,0,0,0,0,0 +332032,0,0,0,0,0 +332033,0,0,0,0,0 +332034,0,0,0,0,0 +332035,0,0,0,0,0 +332036,0,0,0,0,0 +332037,0,0,0,0,0 +332038,0,0,0,0,0 +332039,0,0,0,0,0 +332040,0,0,0,0,0 +332041,0,0,0,0,0 +332042,0,0,0,0,0 +332043,0,0,0,0,0 +332044,0,0,0,0,0 +332045,0,0,0,0,0 +332046,0,0,0,0,0 +332047,0,0,0,0,0 +332048,0,0,0,0,0 +332049,0,0,0,0,0 +332050,0,0,0,0,0 +332051,0,0,0,0,0 +332052,0,0,0,0,0 +332053,0,0,0,0,0 +332054,0,0,0,0,0 +332055,0,0,0,0,0 +332056,0,0,0,0,0 +332057,0,0,0,0,0 +332058,0,0,0,0,0 +332059,0,0,0,0,0 +332060,0,0,0,0,0 +332061,0,0,0,0,0 +332062,0,0,0,0,0 +332063,0,0,0,0,0 +332064,0,0,0,0,0 +332065,0,0,0,0,0 +332066,0,0,0,0,0 +332067,0,0,0,0,0 +332068,0,0,0,0,0 +332069,0,0,0,0,0 +332070,0,0,0,0,0 +332071,0,0,0,0,0 +332072,0,0,0,0,0 +332073,0,0,0,0,0 +332074,0,0,0,0,0 +332075,0,0,0,0,0 +332076,0,0,0,0,0 +332077,0,0,0,0,0 +332078,0,0,0,0,0 +332079,0,0,0,0,0 +332080,0,0,0,0,0 +332081,0,0,0,0,0 +332082,0,0,0,0,0 +332083,0,0,0,0,0 +332084,0,0,0,0,0 +332085,0,0,0,0,0 +332086,0,0,0,0,0 +332087,0,0,0,0,0 +332088,0,0,0,0,0 +332089,0,0,0,0,0 +332090,0,0,0,0,0 +332091,0,0,0,0,0 +332092,0,0,0,0,0 +332093,0,0,0,0,0 +332094,0,0,0,0,0 +332095,0,0,0,0,0 +332096,0,0,0,0,0 +332097,0,0,0,0,0 +332098,0,0,0,0,0 +332099,0,0,0,0,0 +332100,0,0,0,0,0 +332101,0,0,0,0,0 +332102,0,0,0,0,0 +332103,0,0,0,0,0 +332104,0,0,0,0,0 +332105,0,0,0,0,0 +332106,0,0,0,0,0 +332107,0,0,0,0,0 +332108,0,0,0,0,0 +332109,0,0,0,0,0 +332110,0,0,0,0,0 +332111,0,0,0,0,0 +332112,0,0,0,0,0 +332113,0,0,0,0,0 +332114,0,0,0,0,0 +332115,0,0,0,0,0 +332116,0,0,0,0,0 +332117,0,0,0,0,0 +332118,0,0,0,0,0 +332119,0,0,0,0,0 +332120,0,0,0,0,0 +332121,0,0,0,0,0 +332122,0,0,0,0,0 +332123,0,0,0,0,0 +332124,0,0,0,0,0 +332125,0,0,0,0,0 +332126,0,0,0,0,0 +332127,0,0,0,0,0 +332128,0,0,0,0,0 +332129,0,0,0,0,0 +332130,0,0,0,0,0 +332131,0,0,0,0,0 +332132,0,0,0,0,0 +332133,0,0,0,0,0 +332134,0,0,0,0,0 +332135,0,0,0,0,0 +332136,0,0,0,0,0 +332137,0,0,0,0,0 +332138,0,0,0,0,0 +332139,0,0,0,0,0 +332140,0,0,0,0,0 +332141,0,0,0,0,0 +332142,0,0,0,0,0 +332143,0,0,0,0,0 +332144,0,0,0,0,0 +332145,0,0,0,0,0 +332146,0,0,0,0,0 +332147,0,0,0,0,0 +332148,0,0,0,0,0 +332149,0,0,0,0,0 +332150,0,0,0,0,0 +332151,0,0,0,0,0 +332152,0,0,0,0,0 +332153,0,0,0,0,0 +332154,0,0,0,0,0 +332155,0,0,0,0,0 +332156,0,0,0,0,0 +332157,0,0,0,0,0 +332158,0,0,0,0,0 +332159,0,0,0,0,0 +332160,0,0,0,0,0 +332161,0,0,0,0,0 +332162,0,0,0,0,0 +332163,0,0,0,0,0 +332164,0,0,0,0,0 +332165,0,0,0,0,0 +332166,0,0,0,0,0 +332167,0,0,0,0,0 +332168,0,0,0,0,0 +332169,0,0,0,0,0 +332170,0,0,0,0,0 +332171,0,0,0,0,0 +332172,0,0,0,0,0 +332173,0,0,0,0,0 +332174,0,0,0,0,0 +332175,0,0,0,0,0 +332176,0,0,0,0,0 +332177,0,0,0,0,0 +332178,0,0,0,0,0 +332179,0,0,0,0,0 +332180,0,0,0,0,0 +332181,0,0,0,0,0 +332182,0,0,0,0,0 +332183,0,0,0,0,0 +332184,0,0,0,0,0 +332185,0,0,0,0,0 +332186,0,0,0,0,0 +332187,0,0,0,0,0 +332188,0,0,0,0,0 +332189,0,0,0,0,0 +332190,0,0,0,0,0 +332191,0,0,0,0,0 +332192,0,0,0,0,0 +332193,0,0,0,0,0 +332194,0,0,0,0,0 +332195,0,0,0,0,0 +332196,0,0,0,0,0 +332197,0,0,0,0,0 +332198,0,0,0,0,0 +332199,0,0,0,0,0 +332200,0,0,0,0,0 +332201,0,0,0,0,0 +332202,0,0,0,0,0 +332203,0,0,0,0,0 +332204,0,0,0,0,0 +332205,0,0,0,0,0 +332206,0,0,0,0,0 +332207,0,0,0,0,0 +332208,0,0,0,0,0 +332209,0,0,0,0,0 +332210,0,0,0,0,0 +332211,0,0,0,0,0 +332212,0,0,0,0,0 +332213,0,0,0,0,0 +332214,0,0,0,0,0 +332215,0,0,0,0,0 +332216,0,0,0,0,0 +332217,0,0,0,24.72079853,0 +332218,0,0,0,58.58612274,0 +332219,0,0,0,4.076259151,0 +332220,0,0,0,90.17757422,0 +332221,0,0,0,0,0 +332222,0,0,0,88.46107593,0 +332223,0,0,0,0,0 +332224,0,0,0,74.46671996,0 +332225,0,0,0,78.64468462,0 +332226,0,0,0,12.83792941,0 +332227,0,0,0,72.83306172,0 +332228,0,0,0,93.99394153,0 +332229,0,0,0,4.835401277,0 +332230,0,0,0,86.39705196,0 +332231,0,0,0,95.64734596,0 +332232,0,0,0,9.938213062,0 +332233,0,0,0,87.10765114,0 +332234,0,0,0,61.8907961,0 +332235,0,0,0,65.42814563,0 +332236,0,0,0,66.56656738,0 +332237,0,0,0,67.02636174,0 +332238,0,0,0,67.35467614,0 +332239,0,0,0,67.54666503,0 +332240,0,0,0,67.62172292,0 +332241,0,0,0,67.57716402,0 +332242,0,0,0,67.41453726,0 +332243,0,0,0,67.13557455,0 +332244,0,0,0,66.74153875,0 +332245,0,0,0,66.23402634,0 +332246,0,0,0,65.58969301,0 +332247,0,0,0,64.89482932,0 +332248,0,0,0,64.01208406,0 +332249,0,0,0,63.10133393,0 +332250,0,0,0,62.00244416,0 +332251,0,0,0,61.15819556,0 +332252,0,0,0,98.60827251,0 +332253,0,0,0,0,0 +332254,0,0,0,85.67680347,0 +332255,0,0,0,82.04981586,0 +332256,0,0,0,7.518876959,0 +332257,0,0,0,72.50552994,0 +332258,0,0,0,78.11178043,0 +332259,0,0,0,2.188103807,0 +332260,0,0,0,68.87061245,0 +332261,0,0,0,66.19197995,0 +332262,0,0,0,4.662228597,0 +332263,0,0,0,95.0587157,0 +332264,0,0,0,0,0 +332265,0,0,0,50.84453086,0 +332266,0,0,0,21.22464263,0 +332267,0,0,0,48.86661562,0 +332268,0,0,0,2.517202437,0 +332269,0,0,0,61.34751069,0 +332270,0,0,0,0,0 +332271,0,0,0,20.62087694,0 +332272,0,0,0,21.20726027,0 +332273,0,0,0,7.002320108,0 +332274,0,0,0,19.41953268,0 +332275,0,0,0,0,0 +332276,0,0,0,8.742851313,0 +332277,0,0,0,0,0 +332278,0,0,0,0,0 +332279,0,0,0,0,0 +332280,0,0,0,0,0 +332281,0,0,0,0,0 +332282,0,0,0,0,0 +332283,0,0,0,0,0 +332284,0,0,0,0,0 +332285,0,0,0,0,0 +332286,0,0,0,0,0 +332287,0,0,0,0,0 +332288,0,0,0,0,0 +332289,0,0,0,0,0 +332290,0,0,0,0,0 +332291,0,0,0,0,0 +332292,0,0,0,0,0 +332293,0,0,0,0,0 +332294,0,0,0,0,0 +332295,0,0,0,0,0 +332296,0,0,0,0,0 +332297,0,0,0,0,0 +332298,0,0,0,0,0 +332299,0,0,0,0,0 +332300,0,0,0,0,0 +332301,0,0,0,0,0 +332302,0,0,0,0,0 +332303,0,0,0,0,0 +332304,0,0,0,0,0 +332305,0,0,0,0,0 +332306,0,0,0,0,0 +332307,0,0,0,0,0 +332308,0,0,0,0,0 +332309,0,0,0,0,0 +332310,0,0,0,0,0 +332311,0,0,0,0,0 +332312,0,0,0,0,0 +332313,0,0,0,0,0 +332314,0,0,0,0,0 +332315,0,0,0,0,0 +332316,0,0,0,0,0 +332317,0,0,0,0,0 +332318,0,0,0,0,0 +332319,0,0,0,0,0 +332320,0,0,0,0,0 +332321,0,0,0,0,0 +332322,0,0,0,0,0 +332323,0,0,0,0,0 +332324,0,0,0,0,0 +332325,0,0,0,0,0 +332326,0,0,0,0,0 +332327,0,0,0,0,0 +332328,0,0,0,0,0 +332329,0,0,0,0,0 +332330,0,0,0,0,0 +332331,0,0,0,0,0 +332332,0,0,0,0,0 +332333,0,0,0,0,0 +332334,0,0,0,0,0 +332335,0,0,0,0,0 +332336,0,0,0,0,0 +332337,0,0,0,0,0 +332338,0,0,0,0,0 +332339,0,0,0,0,0 +332340,0,0,0,0,0 +332341,0,0,0,0,0 +332342,0,0,0,0,0 +332343,0,0,0,0,0 +332344,0,0,0,0,0 +332345,0,0,0,0,0 +332346,0,0,0,0,0 +332347,0,0,0,0,0 +332348,0,0,0,0,0 +332349,0,0,0,0,0 +332350,0,0,0,0,0 +332351,0,0,0,0,0 +332352,0,0,0,0,0 +332353,0,0,0,0,0 +332354,0,0,0,0,0 +332355,0,0,0,0,0 +332356,0,0,0,0,0 +332357,0,0,0,0,0 +332358,0,0,0,0,0 +332359,0,0,0,0,0 +332360,0,0,0,0,0 +332361,0,0,0,0,0 +332362,0,0,0,0,0 +332363,0,0,0,0,0 +332364,0,0,0,0,0 +332365,0,0,0,0,0 +332366,0,0,0,0,0 +332367,0,0,0,0,0 +332368,0,0,0,0,0 +332369,0,0,0,0,0 +332370,0,0,0,0,0 +332371,0,0,0,0,0 +332372,0,0,0,0,0 +332373,0,0,0,0,0 +332374,0,0,0,0,0 +332375,0,0,0,0,0 +332376,0,0,0,0,0 +332377,0,0,0,0,0 +332378,0,0,0,0,0 +332379,0,0,0,0,0 +332380,0,0,0,0,0 +332381,0,0,0,0,0 +332382,0,0,0,0,0 +332383,0,0,0,0,0 +332384,0,0,0,0,0 +332385,0,0,0,0,0 +332386,0,0,0,0,0 +332387,0,0,0,0,0 +332388,0,0,0,0,0 +332389,0,0,0,0,0 +332390,0,0,0,0,0 +332391,0,0,0,0,0 +332392,0,0,0,0,0 +332393,0,0,0,0,0 +332394,0,0,0,0,0 +332395,0,0,0,0,0 +332396,0,0,0,0,0 +332397,0,0,0,0,0 +332398,0,0,0,0,0 +332399,0,0,0,0,0 +332400,0,0,0,0,0 +332401,0,0,0,0,0 +332402,0,0,0,0,0 +332403,0,0,0,0,0 +332404,0,0,0,0,0 +332405,0,0,0,0,0 +332406,0,0,0,0,0 +332407,0,0,0,0,0 +332408,0,0,0,0,0 +332409,0,0,0,0,0 +332410,0,0,0,0,0 +332411,0,0,0,0,0 +332412,0,0,0,0,0 +332413,0,0,0,0,0 +332414,0,0,0,0,0 +332415,0,0,0,0,0 +332416,0,0,0,0,0 +332417,0,0,0,0,0 +332418,0,0,0,0,0 +332419,0,0,0,0,0 +332420,0,0,0,0,0 +332421,0,0,0,0,0 +332422,0,0,0,0,0 +332423,0,0,0,0,0 +332424,0,0,0,0,0 +332425,0,0,0,0,0 +332426,0,0,0,0,0 +332427,0,0,0,0,0 +332428,0,0,0,0,0 +332429,0,0,0,0,0 +332430,0,0,0,0,0 +332431,0,0,0,0,0 +332432,0,0,0,0,0 +332433,0,0,0,0,0 +332434,0,0,0,0,0 +332435,0,0,0,0,0 +332436,0,0,0,0,0 +332437,0,0,0,0,0 +332438,0,0,0,0,0 +332439,0,0,0,0,0 +332440,0,0,0,0,0 +332441,0,0,0,0,0 +332442,0,0,0,0,0 +332443,0,0,0,0,0 +332444,0,0,0,0,0 +332445,0,0,0,0,0 +332446,0,0,0,0,0 +332447,0,0,0,0,0 +332448,0,0,0,0,0 +332449,0,0,0,0,0 +332450,0,0,0,0,0 +332451,0,0,0,0,0 +332452,0,0,0,0,0 +332453,0,0,0,0,0 +332454,0,0,0,0,0 +332455,0,0,0,0,0 +332456,0,0,0,0,0 +332457,0,0,0,0,0 +332458,0,0,0,0,0 +332459,0,0,0,0,0 +332460,0,0,0,0,0 +332461,0,0,0,0,0 +332462,0,0,0,0,0 +332463,0,0,0,0,0 +332464,0,0,0,0,0 +332465,0,0,0,0,0 +332466,0,0,0,0,0 +332467,0,0,0,0,0 +332468,0,0,0,0,0 +332469,0,0,0,0,0 +332470,0,0,0,0,0 +332471,0,0,0,0,0 +332472,0,0,0,0,0 +332473,0,0,0,0,0 +332474,0,0,0,0,0 +332475,0,0,0,0,0 +332476,0,0,0,0,0 +332477,0,0,0,0,0 +332478,0,0,0,0,0 +332479,0,0,0,0,0 +332480,0,0,0,0,0 +332481,0,0,0,0,0 +332482,0,0,0,0,0 +332483,0,0,0,0,0 +332484,0,0,0,0,0 +332485,0,0,0,0,0 +332486,0,0,0,0,0 +332487,0,0,0,0,0 +332488,0,0,0,0,0 +332489,0,0,0,0,0 +332490,0,0,0,0,0 +332491,0,0,0,0,0 +332492,0,0,0,0,0 +332493,0,0,0,0,0 +332494,0,0,0,0,0 +332495,0,0,0,0,0 +332496,0,0,0,0,0 +332497,0,0,0,0,0 +332498,0,0,0,0,0 +332499,0,0,0,0,0 +332500,0,0,0,0,0 +332501,0,0,0,0,0 +332502,0,0,0,0,0 +332503,0,0,0,0,0 +332504,0,0,0,0,0 +332505,0,0,0,0,0 +332506,0,0,0,0,0 +332507,0,0,0,0,0 +332508,0,0,0,0,0 +332509,0,0,0,0,0 +332510,0,0,0,0,0 +332511,0,0,0,0,0 +332512,0,0,0,0,0 +332513,0,0,0,0,0 +332514,0,0,0,0,0 +332515,0,0,0,0,0 +332516,0,0,0,0,0 +332517,0,0,0,0,0 +332518,0,0,0,0,0 +332519,0,0,0,0,0 +332520,0,0,0,0,0 +332521,0,0,0,0,0 +332522,0,0,0,0,0 +332523,0,0,0,0,0 +332524,0,0,0,0,0 +332525,0,0,0,0,0 +332526,0,0,0,0,0 +332527,0,0,0,0,0 +332528,0,0,0,0,0 +332529,0,0,0,0,0 +332530,0,0,0,0,0 +332531,0,0,0,0,0 +332532,0,0,0,0,0 +332533,0,0,0,0,0 +332534,0,0,0,0,0 +332535,0,0,0,0,0 +332536,0,0,0,0,0 +332537,0,0,0,0,0 +332538,0,0,0,0,0 +332539,0,0,0,0,0 +332540,0,0,0,0,0 +332541,0,0,0,0,0 +332542,0,0,0,0,0 +332543,0,0,0,0,0 +332544,0,0,0,0,0 +332545,0,0,0,0,0 +332546,0,0,0,0,0 +332547,0,0,0,0,0 +332548,0,0,0,0,0 +332549,0,0,0,0,0 +332550,0,0,0,0,0 +332551,0,0,0,0,0 +332552,0,0,0,0,0 +332553,0,0,0,0,0 +332554,0,0,0,0,0 +332555,0,0,0,0,0 +332556,0,0,0,0,0 +332557,0,0,0,0,0 +332558,0,0,0,0,0 +332559,0,0,0,0,0 +332560,0,0,0,0,0 +332561,0,0,0,0,0 +332562,0,0,0,0,0 +332563,0,0,0,0,0 +332564,0,0,0,0,0 +332565,0,0,0,0,0 +332566,0,0,0,0,0 +332567,0,0,0,0,0 +332568,0,0,0,0,0 +332569,0,0,0,0,0 +332570,0,0,0,0,0 +332571,0,0,0,0,0 +332572,0,0,0,0,0 +332573,0,0,0,0,0 +332574,0,0,0,0,0 +332575,0,0,0,0,0 +332576,0,0,0,0,0 +332577,0,0,0,0,0 +332578,0,0,0,0,0 +332579,0,0,0,0,0 +332580,0,0,0,0,0 +332581,0,0,0,0,0 +332582,0,0,0,0,0 +332583,0,0,0,0,0 +332584,0,0,0,0,0 +332585,0,0,0,0,0 +332586,0,0,0,0,0 +332587,0,0,0,0,0 +332588,0,0,0,0,0 +332589,0,0,0,0,0 +332590,0,0,0,0,0 +332591,0,0,0,0,0 +332592,0,0,0,0,0 +332593,0,0,0,0,0 +332594,0,0,0,0,0 +332595,0,0,0,0,0 +332596,0,0,0,0,0 +332597,0,0,0,0,0 +332598,0,0,0,0,0 +332599,0,0,0,0,0 +332600,0,0,0,0,0 +332601,0,0,0,0,0 +332602,0,0,0,0,0 +332603,0,0,0,0,0 +332604,0,0,0,0,0 +332605,0,0,0,0,0 +332606,0,0,0,0,0 +332607,0,0,0,0,0 +332608,0,0,0,0,0 +332609,0,0,0,0,0 +332610,0,0,0,0,0 +332611,0,0,0,0,0 +332612,0,0,0,0,0 +332613,0,0,0,0,0 +332614,0,0,0,0,0 +332615,0,0,0,0,0 +332616,0,0,0,0,0 +332617,0,0,0,0,0 +332618,0,0,0,0,0 +332619,0,0,0,0,0 +332620,0,0,0,0,0 +332621,0,0,0,0,0 +332622,0,0,0,0,0 +332623,0,0,0,0,0 +332624,0,0,0,0,0 +332625,0,0,0,0,0 +332626,0,0,0,0,0 +332627,0,0,0,0,0 +332628,0,0,0,0,0 +332629,0,0,0,0,0 +332630,0,0,0,0,0 +332631,0,0,0,0,0 +332632,0,0,0,0,0 +332633,0,0,0,0,0 +332634,0,0,0,0,0 +332635,0,0,0,0,0 +332636,0,0,0,0,0 +332637,0,0,0,0,0 +332638,0,0,0,0,0 +332639,0,0,0,0,0 +332640,0,0,0,0,0 +332641,0,0,0,0,0 +332642,0,0,0,0,0 +332643,0,0,0,0,0 +332644,0,0,0,0,0 +332645,0,0,0,0,0 +332646,0,0,0,0,0 +332647,0,0,0,0,0 +332648,0,0,0,0,0 +332649,0,0,0,0,0 +332650,0,0,0,0,0 +332651,0,0,0,0,0 +332652,0,0,0,0,0 +332653,0,0,0,0,0 +332654,0,0,0,0,0 +332655,0,0,0,0,0 +332656,0,0,0,0,0 +332657,0,0,0,0,0 +332658,0,0,0,0,0 +332659,0,0,0,0,0 +332660,0,0,0,0,0 +332661,0,0,0,0,0 +332662,0,0,0,0,0 +332663,0,0,0,0,0 +332664,0,0,0,0,0 +332665,0,0,0,0,0 +332666,0,0,0,0,0 +332667,0,0,0,0,0 +332668,0,0,0,0,0 +332669,0,0,0,0,0 +332670,0,0,0,0,0 +332671,0,0,0,0,0 +332672,0,0,0,0,0 +332673,0,0,0,0,0 +332674,0,0,0,0,0 +332675,0,0,0,0,0 +332676,0,0,0,0,0 +332677,0,0,0,0,0 +332678,0,0,0,0,0 +332679,0,0,0,0,0 +332680,0,0,0,0,0 +332681,0,0,0,0,0 +332682,0,0,0,0,0 +332683,0,0,0,0,0 +332684,0,0,0,0,0 +332685,0,0,0,0,0 +332686,0,0,0,0,0 +332687,0,0,0,0,0 +332688,0,0,0,0,0 +332689,0,0,0,0,0 +332690,0,0,0,0,0 +332691,0,0,0,0,0 +332692,0,0,0,0,0 +332693,0,0,0,0,0 +332694,0,0,0,0,0 +332695,0,0,0,0,0 +332696,0,0,0,0,0 +332697,0,0,0,0,0 +332698,0,0,0,0,0 +332699,0,0,0,0,0 +332700,0,0,0,0,0 +332701,0,0,0,0,0 +332702,0,0,0,0,0 +332703,0,0,0,0,0 +332704,0,0,0,0,0 +332705,0,0,0,0,0 +332706,0,0,0,0,0 +332707,0,0,0,0,0 +332708,0,0,0,0,0 +332709,0,0,0,0,0 +332710,0,0,0,0,0 +332711,0,0,0,0,0 +332712,0,0,0,0,0 +332713,0,0,0,0,0 +332714,0,0,0,0,0 +332715,0,0,0,0,0 +332716,0,0,0,0,0 +332717,0,0,0,0,0 +332718,0,0,0,0,0 +332719,0,0,0,0,0 +332720,0,0,0,0,0 +332721,0,0,0,0,0 +332722,0,0,0,0,0 +332723,0,0,0,0,0 +332724,0,0,0,0,0 +332725,0,0,0,0,0 +332726,0,0,0,0,0 +332727,0,0,0,0,0 +332728,0,0,0,0,0 +332729,0,0,0,0,0 +332730,0,0,0,0,0 +332731,0,0,0,0,0 +332732,0,0,0,0,0 +332733,0,0,0,0,0 +332734,0,0,0,0,0 +332735,0,0,0,0,0 +332736,0,0,0,0,0 +332737,0,0,0,0,0 +332738,0,0,0,0,0 +332739,0,0,0,0,0 +332740,0,0,0,0,0 +332741,0,0,0,0,0 +332742,0,0,0,0,0 +332743,0,0,0,0,0 +332744,0,0,0,0,0 +332745,0,0,0,0,0 +332746,0,0,0,0,0 +332747,0,0,0,0,0 +332748,0,0,0,0,0 +332749,0,0,0,0,0 +332750,0,0,0,0,0 +332751,0,0,0,0,0 +332752,0,0,0,0,0 +332753,0,0,0,0,0 +332754,0,0,0,0,0 +332755,0,0,0,0,0 +332756,0,0,0,0,0 +332757,0,0,0,0,0 +332758,0,0,0,0,0 +332759,0,0,0,0,0 +332760,0,0,0,0,0 +332761,0,0,0,0,0 +332762,0,0,0,0,0 +332763,0,0,0,0,0 +332764,0,0,0,0,0 +332765,0,0,0,0,0 +332766,0,0,0,0,0 +332767,0,0,0,0,0 +332768,0,0,0,0,0 +332769,0,0,0,0,0 +332770,0,0,0,0,0 +332771,0,0,0,0,0 +332772,0,0,0,0,0 +332773,0,0,0,0,0 +332774,0,0,0,0,0 +332775,0,0,0,0,0 +332776,0,0,0,0,0 +332777,0,0,0,0,0 +332778,0,0,0,0,0 +332779,0,0,0,0,0 +332780,0,0,0,0,0 +332781,0,0,0,0,0 +332782,0,0,0,0,0 +332783,0,0,0,0,0 +332784,0,0,0,0,0 +332785,0,0,0,0,0 +332786,0,0,0,0,0 +332787,0,0,0,0,0 +332788,0,0,0,0,0 +332789,0,0,0,0,0 +332790,0,0,0,0,0 +332791,0,0,0,0,0 +332792,0,0,0,0,0 +332793,0,0,0,0,0 +332794,0,0,0,0,0 +332795,0,0,0,0,0 +332796,0,0,0,0,0 +332797,0,0,0,0,0 +332798,0,0,0,0,0 +332799,0,0,0,0,0 +332800,0,0,0,0,0 +332801,0,0,0,0,0 +332802,0,0,0,0,0 +332803,0,0,0,0,0 +332804,0,0,0,0,0 +332805,0,0,0,0,0 +332806,0,0,0,0,0 +332807,0,0,0,0,0 +332808,0,0,0,0,0 +332809,0,0,0,0,0 +332810,0,0,0,0,0 +332811,0,0,0,0,0 +332812,0,0,0,0,0 +332813,0,0,0,0,0 +332814,0,0,0,0,0 +332815,0,0,0,0,0 +332816,0,0,0,0,0 +332817,0,0,0,0,0 +332818,0,0,0,0,0 +332819,0,0,0,0,0 +332820,0,0,0,0,0 +332821,0,0,0,0,0 +332822,0,0,0,0,0 +332823,0,0,0,0,0 +332824,0,0,0,0,0 +332825,0,0,0,0,0 +332826,0,0,0,0,0 +332827,0,0,0,0,0 +332828,0,0,0,0,0 +332829,0,0,0,0,0 +332830,0,0,0,0,0 +332831,0,0,0,0,0 +332832,0,0,0,0,0 +332833,0,0,0,0,0 +332834,0,0,0,0,0 +332835,0,0,0,0,0 +332836,0,0,0,0,0 +332837,0,0,0,0,0 +332838,0,0,0,0,0 +332839,0,0,0,0,0 +332840,0,0,0,0,0 +332841,0,0,0,0,0 +332842,0,0,0,0,0 +332843,0,0,0,0,0 +332844,0,0,0,0,0 +332845,0,0,0,0,0 +332846,0,0,0,0,0 +332847,0,0,0,0,0 +332848,0,0,0,0,0 +332849,0,0,0,0,0 +332850,0,0,0,0,0 +332851,0,0,0,0,0 +332852,0,0,0,0,0 +332853,0,0,0,0,0 +332854,0,0,0,0,0 +332855,0,0,0,0,0 +332856,0,0,0,0,0 +332857,0,0,0,0,0 +332858,0,0,0,0,0 +332859,0,0,0,0,0 +332860,0,0,0,0,0 +332861,0,0,0,0,0 +332862,0,0,0,0,0 +332863,0,0,0,0,0 +332864,0,0,0,0,0 +332865,0,0,0,0,0 +332866,0,0,0,0,0 +332867,0,0,0,0,0 +332868,0,0,0,0,0 +332869,0,0,0,0,0 +332870,0,0,0,0,0 +332871,0,0,0,0,0 +332872,0,0,0,0,0 +332873,0,0,0,0,0 +332874,0,0,0,0,0 +332875,0,0,0,0,0 +332876,0,0,0,0,0 +332877,0,0,0,0,0 +332878,0,0,0,0,0 +332879,0,0,0,0,0 +332880,0,0,0,0,0 +332881,0,0,0,0,0 +332882,0,0,0,0,0 +332883,0,0,0,0,0 +332884,0,0,0,0,0 +332885,0,0,0,0,0 +332886,0,0,0,0,0 +332887,0,0,0,0,0 +332888,0,0,0,0,0 +332889,0,0,0,0,0 +332890,0,0,0,0,0 +332891,0,0,0,0,0 +332892,0,0,0,0,0 +332893,0,0,0,0,0 +332894,0,0,0,0,0 +332895,0,0,0,0,0 +332896,0,0,0,0,0 +332897,0,0,0,0,0 +332898,0,0,0,0,0 +332899,0,0,0,0,0 +332900,0,0,0,0,0 +332901,0,0,0,0,0 +332902,0,0,0,0,0 +332903,0,0,0,0,0 +332904,0,0,0,0,0 +332905,0,0,0,0,0 +332906,0,0,0,0,0 +332907,0,0,0,0,0 +332908,0,0,0,0,0 +332909,0,0,0,0,0 +332910,0,0,0,0,0 +332911,0,0,0,0,0 +332912,0,0,0,0,0 +332913,0,0,0,0,0 +332914,0,0,0,0,0 +332915,0,0,0,0,0 +332916,0,0,0,0,0 +332917,0,0,0,0,0 +332918,0,0,0,0,0 +332919,0,0,0,0,0 +332920,0,0,0,0,0 +332921,0,0,0,0,0 +332922,0,0,0,0,0 +332923,0,0,0,0,0 +332924,0,0,0,0,0 +332925,0,0,0,0,0 +332926,0,0,0,0,0 +332927,0,0,0,0,0 +332928,0,0,0,0,0 +332929,0,0,0,0,0 +332930,0,0,0,0,0 +332931,0,0,0,0,0 +332932,0,0,0,0,0 +332933,0,0,0,0,0 +332934,0,0,0,0,0 +332935,0,0,0,0,0 +332936,0,0,0,0,0 +332937,0,0,0,0,0 +332938,0,0,0,0,0 +332939,0,0,0,0,0 +332940,0,0,0,0,0 +332941,0,0,0,0,0 +332942,0,0,0,0,0 +332943,0,0,0,0,0 +332944,0,0,0,0,0 +332945,0,0,0,0,0 +332946,0,0,0,0,0 +332947,0,0,0,0,0 +332948,0,0,0,0,0 +332949,0,0,0,0,0 +332950,0,0,0,0,0 +332951,0,0,0,0,0 +332952,0,0,0,0,0 +332953,0,0,0,0,0 +332954,0,0,0,0,0 +332955,0,0,0,0,0 +332956,0,0,0,0,0 +332957,0,0,0,0,0 +332958,0,0,0,0,0 +332959,0,0,0,0,0 +332960,0,0,0,0,0 +332961,0,0,0,0,0 +332962,0,0,0,0,0 +332963,0,0,0,0,0 +332964,0,0,0,0,0 +332965,0,0,0,0,0 +332966,0,0,0,0,0 +332967,0,0,0,0,0 +332968,0,0,0,0,0 +332969,0,0,0,0,0 +332970,0,0,0,0,0 +332971,0,0,0,0,0 +332972,0,0,0,0,0 +332973,0,0,0,0,0 +332974,0,0,0,0,0 +332975,0,0,0,0,0 +332976,0,0,0,0,0 +332977,0,0,0,0,0 +332978,0,0,0,0,0 +332979,0,0,0,0,0 +332980,0,0,0,0,0 +332981,0,0,0,0,0 +332982,0,0,0,0,0 +332983,0,0,0,0,0 +332984,0,0,0,0,0 +332985,0,0,0,0,0 +332986,0,0,0,0,0 +332987,0,0,0,0,0 +332988,0,0,0,0,0 +332989,0,0,0,0,0 +332990,0,0,0,0,0 +332991,0,0,0,0,0 +332992,0,0,0,0,0 +332993,0,0,0,0,0 +332994,0,0,0,0,0 +332995,0,0,0,0,0 +332996,0,0,0,0,0 +332997,0,0,0,0,0 +332998,0,0,0,0,0 +332999,0,0,0,0,0 +333000,0,0,0,0,0 +333001,0,0,0,0,0 +333002,0,0,0,0,0 +333003,0,0,0,0,0 +333004,0,0,0,0,0 +333005,0,0,0,0,0 +333006,0,0,0,0,0 +333007,0,0,0,0,0 +333008,0,0,0,0,0 +333009,0,0,0,0,0 +333010,0,0,0,0,0 +333011,0,0,0,0,0 +333012,0,0,0,0,0 +333013,0,0,0,0,0 +333014,0,0,0,0,0 +333015,0,0,0,0,0 +333016,0,0,0,0,0 +333017,0,0,0,0,0 +333018,0,0,0,0,0 +333019,0,0,0,0,0 +333020,0,0,0,0,0 +333021,0,0,0,0,0 +333022,0,0,0,0,0 +333023,0,0,0,0,0 +333024,0,0,0,0,0 +333025,0,0,0,0,0 +333026,0,0,0,0,0 +333027,0,0,0,0,0 +333028,0,0,0,0,0 +333029,0,0,0,0,0 +333030,0,0,0,0,0 +333031,0,0,0,0,0 +333032,0,0,0,0,0 +333033,0,0,0,0,0 +333034,0,0,0,0,0 +333035,0,0,0,0,0 +333036,0,0,0,0,0 +333037,0,0,0,0,0 +333038,0,0,0,0,0 +333039,0,0,0,0,0 +333040,0,0,0,0,0 +333041,0,0,0,0,0 +333042,0,0,0,0,0 +333043,0,0,0,0,0 +333044,0,0,0,0,0 +333045,0,0,0,0,0 +333046,0,0,0,0,0 +333047,0,0,0,0,0 +333048,0,0,0,0,0 +333049,0,0,0,0,0 +333050,0,0,0,0,0 +333051,0,0,0,0,0 +333052,0,0,0,0,0 +333053,0,0,0,0,0 +333054,0,0,0,0,0 +333055,0,0,0,0,0 +333056,0,0,0,0,0 +333057,0,0,0,0,0 +333058,0,0,0,0,0 +333059,0,0,0,0,0 +333060,0,0,0,0,0 +333061,0,2701.161811,1077.343494,0,0 +333062,0,47.24355724,1065.545246,0,0 +333063,0,81.72403076,1043.380026,0,0 +333064,0,635.3392422,1021.34262,0,0 +333065,0,420.6346514,1002.897575,0,0 +333066,0,434.7950624,935.4080566,0,0 +333067,0,445.6204379,412.0074202,0,0 +333068,0,455.7876052,795.8604377,0,0 +333069,0,466.9047718,688.3392332,0,0 +333070,0,477.8237885,703.3161131,0,0 +333071,0,488.5897461,716.3353613,0,0 +333072,0,499.7295738,729.96669,0,0 +333073,0,510.8908434,743.5703697,0,0 +333074,0,521.8316628,757.2224925,0,0 +333075,0,533.6705297,770.7805054,0,0 +333076,0,544.7703128,792.2777629,0,0 +333077,0,556.2559532,785.82342,0,0 +333078,0,567.6906776,817.2845018,0,0 +333079,0,579.2655541,823.4351028,0,0 +333080,0,590.8076249,838.0445716,0,0 +333081,0,602.3892115,860.9828925,0,0 +333082,0,614.1023982,859.6247851,0,0 +333083,0,625.7761258,879.0732008,0,0 +333084,0,637.4837008,891.2894373,0,0 +333085,0,649.3244649,905.6395736,0,0 +333086,0,661.1177989,915.7102877,0,0 +333087,0,672.9384702,931.0035513,0,0 +333088,0,684.8991515,942.7579377,0,0 +333089,0,696.7543656,956.3412634,0,0 +333090,0,713.9510759,967.3541906,0,0 +333091,0,728.3259304,976.2792864,0,0 +333092,0,742.3674949,977.504233,0,0 +333093,0,756.3568271,977.7286301,0,0 +333094,0,769.6078928,978.1575951,0,0 +333095,0,783.9805404,978.8034005,0,0 +333096,0,797.1193348,979.6389855,0,0 +333097,0,810.7620385,980.6296934,0,0 +333098,0,823.9441961,981.7461726,0,0 +333099,0,837.3173587,982.9650397,0,0 +333100,0,850.4350109,984.267944,0,0 +333101,0,863.4781228,985.6396686,0,0 +333102,0,876.5553348,987.0402252,0,0 +333103,0,889.4468302,988.4732585,0,0 +333104,0,902.3098368,989.9566694,0,0 +333105,0,915.0858783,991.4768271,0,0 +333106,0,927.7450638,993.0233814,0,0 +333107,0,940.5280385,994.5884674,0,0 +333108,0,952.9174182,996.1660276,0,0 +333109,0,965.5670088,997.7511698,0,0 +333110,0,977.9652045,999.340082,0,0 +333111,0,990.3507138,1000.92951,0,0 +333112,0,1002.616694,1002.515611,0,0 +333113,0,1014.966044,1004.09773,0,0 +333114,0,1027.120119,1005.669518,0,0 +333115,0,1039.269943,1007.235271,0,0 +333116,0,1051.285079,1008.789391,0,0 +333117,0,1063.406178,1010.335588,0,0 +333118,0,1075.383402,1011.867971,0,0 +333119,0,1087.136428,1013.390149,0,0 +333120,0,1099.132763,1014.89646,0,0 +333121,0,1110.777581,1016.390787,0,0 +333122,0,1122.583438,1017.864938,0,0 +333123,0,1142.019725,1019.289095,0,0 +333124,0,1141.943276,1020.680951,0,0 +333125,0,1171.494552,1022.060656,0,0 +333126,0,1157.994488,1023.433293,0,0 +333127,0,1171.218033,1024.782007,0,0 +333128,0,1198.56986,1026.113736,0,0 +333129,0,1199.773823,1027.429181,0,0 +333130,0,1213.426154,1028.719875,0,0 +333131,0,1216.057445,1029.991084,0,0 +333132,0,1225.555358,1031.145992,0,0 +333133,0,1235.893893,1032.216325,0,0 +333134,0,1245.988079,1033.248324,0,0 +333135,0,1256.420914,1034.268061,0,0 +333136,0,1266.500669,1035.283329,0,0 +333137,0,1276.943322,1036.293187,0,0 +333138,0,1287.185116,1037.294864,0,0 +333139,0,1297.288896,1038.285819,0,0 +333140,0,1307.512869,1039.264281,0,0 +333141,0,1317.625734,1040.229049,0,0 +333142,0,1327.712636,1041.179021,0,0 +333143,0,1337.835775,1042.113321,0,0 +333144,0,1347.707531,1043.031156,0,0 +333145,0,1357.638272,1043.93175,0,0 +333146,0,1367.736201,1044.814537,0,0 +333147,0,1377.400987,1045.653804,0,0 +333148,0,1387.285643,1046.464382,0,0 +333149,0,1397.115087,1047.270678,0,0 +333150,0,1406.599882,1048.065664,0,0 +333151,0,1415.91391,1048.845115,0,0 +333152,0,1424.805889,1049.600247,0,0 +333153,0,1433.768079,1050.325075,0,0 +333154,0,1442.392923,1051.017611,0,0 +333155,0,1451.121172,1051.677983,0,0 +333156,0,1459.585509,1052.307253,0,0 +333157,0,1468.285878,1052.906442,0,0 +333158,0,1476.468793,1053.476545,0,0 +333159,0,1484.85204,1054.018216,0,0 +333160,0,1493.048901,1054.532241,0,0 +333161,0,1501.175017,1055.01918,0,0 +333162,0,1509.212746,1055.479587,0,0 +333163,0,1517.172226,1055.913986,0,0 +333164,0,1525.044566,1056.322804,0,0 +333165,0,1532.834534,1056.706478,0,0 +333166,0,1540.542623,1057.065393,0,0 +333167,0,1548.262515,1057.399917,0,0 +333168,0,1563.990393,1057.710306,0,0 +333169,0,1554.213545,1057.99916,0,0 +333170,0,1571.924418,1058.259175,0,0 +333171,39.83775815,1578.810574,1058.475829,0,0 +333172,98.33867354,1584.550644,1058.666814,34.70585017,0 +333173,66.16051434,1592.29763,1058.870338,34.31078278,0 +333174,87.19029305,1599.218903,1059.033088,33.92720931,0 +333175,94.8395077,1606.270372,1059.185958,40.54947027,0 +333176,102.3254807,1613.155971,1059.318121,44.22958354,0 +333177,109.6755673,1620.07506,1059.429065,47.98826761,0 +333178,117.2675178,1626.668827,1059.519071,51.57932372,0 +333179,124.2670927,1633.302238,1059.58822,55.14961929,0 +333180,131.8466858,1640.021437,1059.636649,58.76419563,0 +333181,138.738002,1646.451608,1059.641246,62.24662124,0 +333182,146.2063153,1652.993108,1059.617719,65.83856358,0 +333183,153.260733,1659.192537,1059.589413,69.25096507,0 +333184,160.3779824,1665.534302,1059.54963,72.78963503,0 +333185,167.4417638,1671.706488,1059.495107,76.19117032,0 +333186,174.3292734,1677.815628,1059.423968,79.60441022,0 +333187,181.6478783,1683.947412,1059.335402,82.98711371,0 +333188,188.2460718,1689.74432,1059.2293,86.28118525,0 +333189,195.1316734,1695.691555,1059.105256,89.76244531,0 +333190,202.1936219,1701.466299,1058.963792,92.87060333,0 +333191,208.8942986,1707.073575,1058.804906,96.24017883,0 +333192,215.7057616,1712.862115,1058.628834,99.6085814,0 +333193,222.2835483,1719.38403,1058.435927,102.6392295,0 +333194,229.4443859,1729.826303,1058.203494,106.0321669,0 +333195,235.7190567,1721.905206,1057.949408,109.1566962,0 +333196,242.5451243,1735.659784,1057.68892,112.3593802,0 +333197,249.138873,1740.71644,1057.423442,115.5162122,0 +333198,255.7376574,1744.312133,1057.144912,118.5822683,0 +333199,262.1124233,1750.013961,1056.852289,121.9068879,0 +333200,268.9664838,1754.899487,1056.545751,124.8310941,0 +333201,275.3289977,1759.913205,1056.224727,127.9144019,0 +333202,281.8834837,1764.660049,1055.889403,131.1185477,0 +333203,288.3644865,1769.519224,1055.540347,134.2084299,0 +333204,294.8206643,1774.208673,1055.177827,137.0297221,0 +333205,301.2532733,1778.633599,1054.801981,140.2860164,0 +333206,307.4197996,1783.298688,1054.413162,143.2114112,0 +333207,314.4339656,1787.73411,1053.990315,146.2323928,0 +333208,320.248203,1792.013592,1053.549266,149.1185126,0 +333209,326.7901659,1796.38514,1053.1093,152.256042,0 +333210,333.1146367,1800.486596,1052.664381,155.2365058,0 +333211,339.2672233,1804.358332,1052.211077,157.9795771,0 +333212,345.4025391,1813.768148,1051.744031,160.9198559,0 +333213,351.4744795,1802.778001,1051.262223,163.6301915,0 +333214,357.5919799,1819.083417,1050.758391,166.6309506,0 +333215,363.5910172,1840.803328,1050.24301,169.350461,0 +333216,369.664421,1786.822641,1049.716112,172.165134,0 +333217,375.6453368,1841.64009,1049.156763,174.9434143,0 +333218,381.5992685,1823.643489,1048.605417,177.7082838,0 +333219,387.3116603,1830.328359,1048.029887,180.4548871,0 +333220,393.6520124,1833.205465,1047.446479,183.1960594,0 +333221,399.3912756,1835.909898,1046.852209,185.9183187,0 +333222,405.2851753,1838.541034,1046.227666,188.6299519,0 +333223,411.2151792,1841.076141,1045.589032,191.3284291,0 +333224,417.0157189,1843.517489,1044.955438,194.0149781,0 +333225,422.9096286,1845.865642,1044.320509,196.6892485,0 +333226,428.6705307,1848.121635,1043.681535,199.3521176,0 +333227,434.5297418,1850.285547,1043.037464,201.8675724,0 +333228,440.2521556,1852.474654,1042.388236,204.7200919,0 +333229,446.0425592,1854.284205,1041.734209,207.2419584,0 +333230,451.8180153,1857.991998,1041.075668,209.8861483,0 +333231,457.4933305,1856.072195,1040.413935,212.4935293,0 +333232,463.2699793,1870.063866,1039.747553,215.091633,0 +333233,468.903067,1846.990126,1039.082593,217.8295553,0 +333234,474.611942,1869.965866,1038.407191,220.1704895,0 +333235,480.3068203,1878.064102,1037.739461,222.8561424,0 +333236,485.8985199,1843.32813,1037.070088,225.3876735,0 +333237,491.5606678,1877.958874,1036.389526,227.7844193,0 +333238,497.2111056,1887.302554,1035.703985,230.5601569,0 +333239,502.7540627,1837.683111,1035.032843,232.971937,0 +333240,508.3723022,1885.842508,1034.34544,235.5214758,0 +333241,513.1747305,1867.433185,1033.669104,237.7517112,0 +333242,517.9403337,1871.663634,1032.985489,239.9991605,0 +333243,522.7994633,1872.186505,1032.301588,242.2418861,0 +333244,527.6048689,1872.648997,1031.607328,244.4755798,0 +333245,532.0290993,1873.021522,1030.90498,246.7002584,0 +333246,537.3802688,1873.303368,1030.196127,248.9145674,0 +333247,541.8067187,1873.496804,1029.482376,251.1185818,0 +333248,546.6768544,1873.602398,1028.764886,253.3128957,0 +333249,551.4052154,1873.620077,1028.04687,255.4971894,0 +333250,556.0031784,1873.550464,1027.328088,257.672109,0 +333251,560.7868868,1873.393532,1026.611064,259.6617492,0 +333252,565.4100474,1873.149889,1025.895918,262.0906153,0 +333253,570.0641784,1872.819492,1025.185155,264.100146,0 +333254,574.6936631,1872.402931,1024.478725,266.2712811,0 +333255,579.3054326,1871.900165,1023.778968,268.4000284,0 +333256,583.9005452,1871.311788,1023.087025,270.5213739,0 +333257,588.4323861,1870.637764,1022.403539,272.6336601,0 +333258,593.1113848,1869.878691,1021.729158,274.7377328,0 +333259,597.5479066,1869.03455,1021.064734,276.8332442,0 +333260,602.0729122,1868.105937,1020.411052,278.9207442,0 +333261,606.6496735,1867.092847,1019.769121,280.9999176,0 +333262,611.1089172,1888.152309,1019.121229,283.0713315,0 +333263,615.6452648,1832.491624,1018.507823,285.1345292,0 +333264,619.9847052,1879.454496,1017.888394,287.190244,0 +333265,624.5448879,1865.770473,1017.294613,289.2379725,0 +333266,628.930954,1850.372364,1016.717058,291.2783549,0 +333267,633.3553779,1883.041407,1016.157081,293.3110051,0 +333268,637.7062346,1829.231904,1015.628606,295.3364231,0 +333269,642.2186186,1869.368178,1015.099916,297.3543803,0 +333270,646.4716508,1851.232062,1014.609007,299.3652285,0 +333271,650.7385845,1852.162467,1014.128475,301.2991932,0 +333272,654.8542802,1849.692697,1013.66889,303.0048459,0 +333273,659.0812367,1847.605312,1013.230076,305.2241312,0 +333274,663.2417116,1845.070172,1012.817356,306.9486278,0 +333275,667.4604714,1842.556787,1012.433039,308.8631242,0 +333276,671.520495,1839.931386,1012.077117,310.7271878,0 +333277,675.641341,1837.212782,1011.74742,312.7957192,0 +333278,679.8368738,1834.403366,1011.441535,314.3131999,0 +333279,683.9108238,1831.504043,1011.156841,316.3125265,0 +333280,688.0256781,1828.515985,1010.89145,318.1006329,0 +333281,692.0665872,1825.440694,1010.643506,319.9395145,0 +333282,696.2381339,1822.163358,1010.411525,321.7137592,0 +333283,700.3267884,1819.080277,1010.19417,323.5295976,0 +333284,704.3184616,1836.251257,1009.990114,325.3165317,0 +333285,708.4161821,1782.140851,1009.804497,327.1213391,0 +333286,712.4519043,1823.806775,1009.613305,328.8613592,0 +333287,716.4298729,1801.706997,1009.452286,330.6448624,0 +333288,720.5393726,1801.543817,1009.290445,332.3996773,0 +333289,724.5973657,1797.638013,1009.141299,334.1506519,0 +333290,728.6008948,1793.986715,1009.000568,335.9169138,0 +333291,732.4826085,1790.005284,1008.868263,337.6183653,0 +333292,736.5319101,1786.043036,1008.743773,339.3646852,0 +333293,740.5109033,1781.985522,1008.626907,341.0825675,0 +333294,744.4030796,1777.850034,1008.51721,342.8210595,0 +333295,748.4411637,1773.750793,1008.414396,344.4929246,0 +333296,752.3059888,1769.187692,1008.318251,346.2121248,0 +333297,756.2080213,1765.062914,1008.228402,347.9025179,0 +333298,760.1414523,1760.529213,1008.144848,349.5904905,0 +333299,764.1248897,1756.032469,1008.067279,351.295991,0 +333300,767.8536459,1751.44654,1007.995604,352.9341677,0 +333301,772.0771192,1746.852119,1007.929554,354.6851667,0 +333302,776.1963941,1742.208659,1007.872117,356.4313516,0 +333303,780.3251246,1737.388538,1007.825416,358.1832375,0 +333304,784.3867115,1732.772308,1007.79015,359.9570158,0 +333305,788.5984256,1743.86665,1007.76599,361.6636095,0 +333306,792.6587298,1699.549611,1007.756589,363.4222231,0 +333307,796.7689015,1748.281348,1007.743368,365.1527835,0 +333308,800.8356336,1682.962717,1007.759621,366.8827893,0 +333309,804.8994431,1726.710633,1007.760052,368.35749,0 +333310,808.9404388,1691.645474,1007.790398,370.4882088,0 +333311,813.0106534,1701.214428,1007.813707,371.9721134,0 +333312,817.0845495,1691.153415,1007.85237,373.7475167,0 +333313,821.161889,1686.615953,1007.894949,375.4488274,0 +333314,825.132755,1681.18916,1007.945207,377.1510103,0 +333315,829.2401434,1675.57079,1008.002013,378.8742686,0 +333316,833.1839197,1670.157201,1008.065341,380.5269573,0 +333317,837.2059355,1664.448991,1008.135037,382.2350242,0 +333318,841.3028809,1658.771969,1008.210988,383.9140528,0 +333319,845.2184442,1653.017412,1008.293112,385.5932388,0 +333320,849.1930863,1647.202552,1008.381242,387.2680701,0 +333321,853.2322333,1641.218008,1008.475358,388.9653612,0 +333322,857.1279901,1635.438185,1008.575381,390.5906071,0 +333323,861.2391626,1629.483446,1008.681252,392.3075632,0 +333324,865.0563281,1623.294006,1008.794044,393.9339564,0 +333325,869.0724316,1617.269131,1008.912139,395.6187299,0 +333326,872.9773989,1610.977644,1009.036598,397.2409844,0 +333327,876.9896864,1604.916882,1009.165998,398.9174082,0 +333328,880.7850851,1598.564489,1009.301576,400.5588821,0 +333329,884.8158955,1592.262147,1009.44201,402.1857825,0 +333330,888.6244949,1585.77665,1009.588548,403.8130971,0 +333331,892.4523123,1579.42837,1009.739919,405.4121438,0 +333332,896.2513277,1572.809877,1009.895354,407.0107416,0 +333333,899.9925321,1587.58563,1010.054371,408.6037927,0 +333334,903.905869,1528.253956,1010.223132,410.1918951,0 +333335,907.6461085,1568.395514,1010.377782,411.8031651,0 +333336,911.4427031,1542.479881,1010.557033,413.3392043,0 +333337,915.2169719,1539.277885,1010.728848,414.9347568,0 +333338,919.0598942,1532.371896,1010.908271,416.5342276,0 +333339,922.7509267,1525.47192,1011.092644,418.0730119,0 +333340,926.4863841,1518.521464,1011.280938,419.630761,0 +333341,930.2974642,1511.534247,1011.473009,421.2219235,0 +333342,933.959323,1504.586768,1011.670281,422.7776795,0 +333343,937.7431167,1497.274611,1011.871531,424.313812,0 +333344,941.3843638,1490.356257,1012.077731,425.8545382,0 +333345,945.1492143,1483.116804,1012.287838,427.4223482,0 +333346,948.7705138,1475.925564,1012.502898,428.9337172,0 +333347,952.5163315,1468.694308,1012.721782,430.4993762,0 +333348,956.1183729,1461.317724,1012.945701,432.0038631,0 +333349,959.8453023,1454.149345,1013.173423,433.562818,0 +333350,963.4287234,1446.826939,1013.406252,435.0906735,0 +333351,967.060419,1439.336928,1013.642891,436.5976805,0 +333352,970.7433614,1431.989412,1013.88453,438.1120879,0 +333353,974.3747021,1424.44816,1014.130085,439.6535028,0 +333354,977.9350767,1417.10748,1014.380595,441.1393783,0 +333355,981.6072226,1409.552808,1014.634988,442.6801417,0 +333356,985.1365266,1402.039665,1014.894372,444.1604787,0 +333357,988.8684232,1394.499328,1015.157564,445.6958356,0 +333358,992.2610954,1386.918815,1015.425777,447.170923,0 +333359,995.9575609,1379.333186,1015.697713,448.7317394,0 +333360,999.4389233,1371.712268,1015.974692,450.1552984,0 +333361,1002.837762,1363.859368,1016.255394,451.6214279,0 +333362,1006.109522,1356.233673,1016.537654,453.0426506,0 +333363,1009.560805,1348.499798,1016.820094,454.461576,0 +333364,1012.816973,1340.613147,1017.102325,455.8764675,0 +333365,1016.136902,1332.797348,1017.384572,457.2882644,0 +333366,1019.433679,1325.097966,1017.667448,458.697335,0 +333367,1022.721141,1317.222626,1017.951468,460.1038262,0 +333368,1025.999638,1309.408148,1018.236981,461.5396621,0 +333369,1029.269203,1301.571371,1018.524373,462.8928922,0 +333370,1032.530212,1293.727126,1018.813848,464.3161943,0 +333371,1035.782821,1285.879035,1019.105693,465.7079466,0 +333372,1039.027173,1278.02621,1019.400063,467.1028338,0 +333373,1042.343496,1270.184492,1019.697116,468.530676,0 +333374,1045.510712,1262.36751,1019.998205,469.8952625,0 +333375,1048.80139,1254.567234,1020.301909,471.3145782,0 +333376,1052.169917,1246.493989,1020.609246,472.6748688,0 +333377,1057.311547,1238.797894,1020.918911,474.0905283,0 +333378,1057.255803,1230.844163,1021.2331,475.4472746,0 +333379,1065.837696,1222.91869,1021.548077,476.8920501,0 +333380,1060.84867,1215.238609,1021.887754,478.1960616,0 +333381,1077.105231,1207.231178,1022.210592,479.6294167,0 +333382,1060.03296,1199.372005,1022.546005,480.9742637,0 +333383,1095.22111,1191.654268,1022.865875,482.3799624,0 +333384,1049.649755,1183.780878,1023.21143,483.7272579,0 +333385,1094.412925,1176.010937,1023.547918,485.1300588,0 +333386,1080.593964,1168.224876,1023.903662,486.4745027,0 +333387,1086.831174,1160.471422,1024.244407,487.8405808,0 +333388,1089.964682,1174.418933,1024.590273,489.2085891,0 +333389,1093.213171,1113.07743,1024.944279,490.5756965,0 +333390,1096.286938,1175.592555,1025.282972,491.9753205,0 +333391,1099.473895,1093.302944,1025.652648,493.2545591,0 +333392,1102.413282,1149.449642,1025.993573,494.6015959,0 +333393,1105.545877,1094.050858,1026.364109,495.9132343,0 +333394,1108.592497,1114.756484,1026.713568,497.2263127,0 +333395,1111.650669,1097.258159,1027.078505,498.5362823,0 +333396,1114.705843,1091.41414,1027.438231,499.8429471,0 +333397,1117.759716,1083.952327,1027.801063,501.1467349,0 +333398,1120.812836,1076.539341,1028.165276,502.447594,0 +333399,1123.86615,1069.008803,1028.531161,503.7457577,0 +333400,1127.010124,1061.601352,1028.898795,505.0411869,0 +333401,1129.930791,1054.348465,1029.268336,506.3340785,0 +333402,1133.059805,1047.075041,1029.63978,507.6593312,0 +333403,1136.021988,1039.749945,1030.01326,508.8941228,0 +333404,1139.232482,1032.610352,1030.388725,510.2057352,0 +333405,1142.246617,1025.468744,1030.766375,511.4830083,0 +333406,1145.35464,1018.395375,1031.146096,512.7635955,0 +333407,1148.460088,1011.382244,1031.52798,514.0420702,0 +333408,1151.5811,1004.431904,1031.912055,515.3182207,0 +333409,1154.811334,997.5462273,1032.298327,516.5922614,0 +333410,1157.826042,990.7907226,1032.686853,517.8640607,0 +333411,1161.058027,983.9515304,1033.077539,519.1338182,0 +333412,1164.206075,977.2569746,1033.470481,520.4013873,0 +333413,1167.366959,970.7313308,1033.865642,521.6669716,0 +333414,1170.530523,967.6647461,1034.26298,522.930411,0 +333415,1173.691948,963.0579901,1034.663407,524.1919105,0 +333416,1176.852829,958.3332992,1035.06591,525.4872214,0 +333417,1180.012877,953.8072295,1035.470602,526.6901781,0 +333418,1183.171688,949.2833627,1035.877471,527.6123763,0 +333419,1186.329725,944.8311331,1036.28648,529.4073265,0 +333420,1189.483641,940.5840153,1036.697841,530.3862593,0 +333421,0,0,0,0,0 +333422,0,0,0,0,0 +333423,0,0,0,0,0 +333424,0,0,0,0,0 +333425,0,0,0,0,0 +333426,0,0,0,0,0 +333427,0,0,0,0,0 +333428,0,0,0,0,0 +333429,0,0,0,0,0 +333430,0,0,0,0,0 +333431,0,0,0,0,0 +333432,0,0,0,0,0 +333433,0,0,0,0,0 +333434,0,0,0,0,0 +333435,0,0,0,0,0 +333436,0,0,0,0,0 +333437,0,0,0,0,0 +333438,0,0,0,0,0 +333439,0,0,0,0,0 +333440,0,0,0,0,0 +333441,0,0,0,0,0 +333442,0,0,0,0,0 +333443,0,0,0,0,0 +333444,0,0,0,0,0 +333445,0,0,0,0,0 +333446,0,0,0,0,0 +333447,0,0,0,0,0 +333448,0,0,0,0,0 +333449,0,0,0,0,0 +333450,0,0,0,0,0 +333451,0,0,0,0,0 +333452,0,0,0,0,0 +333453,0,0,0,0,0 +333454,0,0,0,0,0 +333455,0,0,0,0,0 +333456,0,0,0,0,0 +333457,0,0,0,0,0 +333458,0,0,0,0,0 +333459,0,0,0,0,0 +333460,0,0,0,0,0 +333461,0,0,0,0,0 +333462,0,0,0,0,0 +333463,0,0,0,0,0 +333464,0,0,0,0,0 +333465,0,0,0,0,0 +333466,0,0,0,0,0 +333467,0,0,0,0,0 +333468,0,0,0,0,0 +333469,0,0,0,0,0 +333470,0,0,0,0,0 +333471,0,0,0,0,0 +333472,0,0,0,0,0 +333473,0,0,0,0,0 +333474,0,0,0,0,0 +333475,0,0,0,0,0 +333476,0,0,0,0,0 +333477,0,0,0,0,0 +333478,0,0,0,0,0 +333479,0,0,0,0,0 +333480,0,0,0,0,0 +333481,0,0,0,0,0 +333482,0,0,0,0,0 +333483,0,0,0,0,0 +333484,0,0,0,0,0 +333485,0,0,0,0,0 +333486,0,0,0,0,0 +333487,0,0,0,0,0 +333488,0,0,0,0,0 +333489,0,0,0,0,0 +333490,0,0,0,0,0 +333491,0,0,0,0,0 +333492,0,0,0,0,0 +333493,0,0,0,0,0 +333494,0,0,0,0,0 +333495,0,0,0,0,0 +333496,0,0,0,0,0 +333497,0,0,0,0,0 +333498,0,0,0,0,0 +333499,0,0,0,0,0 +333500,0,0,0,0,0 +333501,0,0,0,0,0 +333502,0,0,0,0,0 +333503,0,0,0,0,0 +333504,0,0,0,0,0 +333505,0,0,0,0,0 +333506,0,0,0,0,0 +333507,0,0,0,0,0 +333508,0,0,0,0,0 +333509,0,0,0,0,0 +333510,0,0,0,0,0 +333511,0,0,0,0,0 +333512,0,0,0,0,0 +333513,0,0,0,0,0 +333514,0,0,0,0,0 +333515,0,0,0,0,0 +333516,0,0,0,0,0 +333517,0,0,0,0,0 +333518,0,0,0,0,0 +333519,0,0,0,0,0 +333520,0,0,0,0,0 +333521,0,0,0,0,0 +333522,0,0,0,0,0 +333523,0,0,0,0,0 +333524,0,0,0,0,0 +333525,0,0,0,0,0 +333526,0,0,0,0,0 +333527,0,0,0,0,0 +333528,0,0,0,0,0 +333529,0,0,0,0,0 +333530,0,0,0,0,0 +333531,0,0,0,0,0 +333532,0,0,0,0,0 +333533,0,0,0,0,0 +333534,0,0,0,0,0 +333535,0,0,0,0,0 +333536,0,0,0,0,0 +333537,0,0,0,0,0 +333538,0,0,0,0,0 +333539,0,0,0,0,0 +333540,0,0,0,0,0 +333541,0,0,0,0,0 +333542,0,0,0,0,0 +333543,0,0,0,0,0 +333544,0,0,0,0,0 +333545,0,0,0,0,0 +333546,0,0,0,0,0 +333547,0,0,0,0,0 +333548,0,0,0,0,0 +333549,0,0,0,0,0 +333550,0,0,0,0,0 +333551,0,0,0,0,0 +333552,0,0,0,0,0 +333553,0,0,0,0,0 +333554,0,0,0,0,0 +333555,0,0,0,0,0 +333556,0,0,0,0,0 +333557,0,0,0,0,0 +333558,0,0,0,0,0 +333559,0,0,0,0,0 +333560,0,0,0,0,0 +333561,0,0,0,0,0 +333562,0,0,0,0,0 +333563,0,0,0,0,0 +333564,0,0,0,0,0 +333565,0,0,0,0,0 +333566,0,0,0,0,0 +333567,0,0,0,0,0 +333568,0,0,0,0,0 +333569,0,0,0,0,0 +333570,0,0,0,0,0 +333571,0,0,0,0,0 +333572,0,0,0,0,0 +333573,0,0,0,0,0 +333574,0,0,0,0,0 +333575,0,0,0,0,0 +333576,0,0,0,0,0 +333577,0,0,0,0,0 +333578,0,0,0,0,0 +333579,0,0,0,0,0 +333580,0,0,0,0,0 +333581,0,0,0,0,0 +333582,0,0,0,0,0 +333583,0,0,0,0,0 +333584,0,0,0,0,0 +333585,0,0,0,0,0 +333586,0,0,0,0,0 +333587,0,0,0,0,0 +333588,0,0,0,0,0 +333589,0,0,0,0,0 +333590,0,0,0,0,0 +333591,0,0,0,0,0 +333592,0,0,0,0,0 +333593,0,0,0,0,0 +333594,0,0,0,0,0 +333595,0,0,0,0,0 +333596,0,0,0,0,0 +333597,0,0,0,0,0 +333598,0,0,0,0,0 +333599,0,0,0,0,0 +333600,0,0,0,0,0 +333601,0,0,0,0,0 +333602,0,0,0,0,0 +333603,0,0,0,0,0 +333604,0,0,0,0,0 +333605,0,0,0,0,0 +333606,0,0,0,0,0 +333607,0,0,0,0,0 +333608,0,0,0,0,0 +333609,0,0,0,0,0 +333610,0,0,0,0,0 +333611,0,0,0,0,0 +333612,0,0,0,0,0 +333613,0,0,0,0,0 +333614,0,0,0,0,0 +333615,0,0,0,0,0 +333616,0,0,0,0,0 +333617,0,0,0,0,0 +333618,0,0,0,0,0 +333619,0,0,0,0,0 +333620,0,0,0,0,0 +333621,0,0,0,0,0 +333622,0,0,0,0,0 +333623,0,0,0,0,0 +333624,0,0,0,0,0 +333625,0,0,0,0,0 +333626,0,0,0,0,0 +333627,0,0,0,0,0 +333628,0,0,0,0,0 +333629,0,0,0,0,0 +333630,0,0,0,0,0 +333631,0,0,0,0,0 +333632,0,0,0,0,0 +333633,0,0,0,0,0 +333634,0,0,0,0,0 +333635,0,0,0,0,0 +333636,0,0,0,0,0 +333637,0,0,0,0,0 +333638,0,0,0,0,0 +333639,0,0,0,0,0 +333640,0,0,0,0,0 +333641,0,0,0,0,0 +333642,0,0,0,0,0 +333643,0,0,0,0,0 +333644,0,0,0,0,0 +333645,0,0,0,0,0 +333646,0,0,0,0,0 +333647,0,0,0,0,0 +333648,0,0,0,0,0 +333649,0,0,0,0,0 +333650,0,0,0,0,0 +333651,0,0,0,0,0 +333652,0,0,0,0,0 +333653,0,0,0,0,0 +333654,0,0,0,0,0 +333655,0,0,0,0,0 +333656,0,0,0,0,0 +333657,0,0,0,23.11687641,0 +333658,0,0,0,60.59246876,0 +333659,0,0,0,82.20844391,0 +333660,0,0,0,14.81604408,0 +333661,0,0,0,81.14912199,0 +333662,0,0,0,69.09001131,0 +333663,0,0,0,74.87744025,0 +333664,0,0,0,80.68306725,0 +333665,0,0,0,85.40237229,0 +333666,0,0,0,90.62146726,0 +333667,0,0,0,95.17692098,0 +333668,0,0,0,99.78223559,0 +333669,0,0,0,104.3166423,0 +333670,0,0,0,108.7587512,0 +333671,0,0,0,113.0139609,0 +333672,0,0,0,117.3008079,0 +333673,0,0,0,121.3998754,0 +333674,0,0,0,125.4458735,0 +333675,0,0,0,129.3464511,0 +333676,0,0,0,133.2810067,0 +333677,0,0,0,136.976312,0 +333678,0,0,0,140.7493622,0 +333679,0,0,0,144.3317274,0 +333680,0,0,0,147.8143283,0 +333681,0,0,0,151.3564506,0 +333682,0,0,0,154.6909597,0 +333683,0,0,0,157.9498762,0 +333684,0,0,0,161.3232445,0 +333685,0,0,0,164.2892654,0 +333686,0,0,0,167.5214011,0 +333687,0,0,0,170.4797236,0 +333688,0,0,0,173.4370368,0 +333689,0,0,0,176.2533706,0 +333690,0,0,0,179.1643761,0 +333691,0,0,0,180.115967,0 +333692,0,0,0,180.6005228,0 +333693,0,0,0,180.9664223,0 +333694,0,0,0,181.0592732,0 +333695,0,0,0,180.966355,0 +333696,0,0,0,180.6870498,0 +333697,0,0,0,180.2296134,0 +333698,0,0,0,179.5999203,0 +333699,0,0,0,178.7371339,0 +333700,0,0,0,177.8755051,0 +333701,0,0,0,176.7079159,0 +333702,0,0,0,175.5095477,0 +333703,0,0,0,173.9896973,0 +333704,0,0,0,172.462594,0 +333705,0,0,0,170.7317245,0 +333706,0,0,0,168.8680424,0 +333707,0,0,0,174.6176002,0 +333708,0,0,0,173.8421336,0 +333709,0,0,0,172.3264236,0 +333710,0,0,0,170.5072576,0 +333711,0,0,0,168.4797252,0 +333712,0,0,0,166.2727729,0 +333713,0,0,0,164.0809614,0 +333714,0,0,0,161.6567605,0 +333715,0,0,0,158.8634148,0 +333716,0,0,0,156.2594601,0 +333717,0,0,0,153.1920185,0 +333718,0,0,0,150.1750535,0 +333719,0,0,0,147.015728,0 +333720,0,0,0,143.5561612,0 +333721,0,0,0,140.0740762,0 +333722,0,0,0,136.1568342,0 +333723,0,0,0,132.3254737,0 +333724,0,0,0,128.1486218,0 +333725,0,0,0,124.0015938,0 +333726,0,0,0,119.6894637,0 +333727,0,0,0,115.350049,0 +333728,0,0,0,110.6857078,0 +333729,0,0,0,106.093755,0 +333730,0,0,0,101.3112887,0 +333731,0,0,0,96.46539645,0 +333732,0,0,0,91.45234211,0 +333733,0,0,0,86.35747179,0 +333734,0,0,0,81.41981742,0 +333735,0,0,0,75.63815577,0 +333736,0,0,0,70.46207019,0 +333737,0,0,0,64.82538374,0 +333738,0,0,0,98.32706931,0 +333739,0,0,0,0,0 +333740,0,0,0,69.10733862,0 +333741,0,0,0,64.65769257,0 +333742,0,0,0,0,0 +333743,0,0,0,71.65975522,0 +333744,0,0,0,0,0 +333745,0,0,0,9.566145726,0 +333746,0,0,0,26.45638792,0 +333747,0,0,0,0,0 +333748,0,0,0,0,0 +333749,0,0,0,0,0 +333750,0,0,0,0,0 +333751,0,0,0,0,0 +333752,0,0,0,0,0 +333753,0,0,0,0,0 +333754,0,0,0,0,0 +333755,0,0,0,0,0 +333756,0,0,0,0,0 +333757,0,0,0,0,0 +333758,0,0,0,0,0 +333759,0,0,0,0,0 +333760,0,0,0,0,0 +333761,0,0,0,0,0 +333762,0,0,0,0,0 +333763,0,0,0,0,0 +333764,0,0,0,0,0 +333765,0,0,0,0,0 +333766,0,0,0,0,0 +333767,0,0,0,0,0 +333768,0,0,0,0,0 +333769,0,0,0,0,0 +333770,0,0,0,0,0 +333771,0,0,0,0,0 +333772,0,0,0,0,0 +333773,0,0,0,0,0 +333774,0,0,0,0,0 +333775,0,0,0,0,0 +333776,0,0,0,0,0 +333777,0,0,0,0,0 +333778,0,0,0,0,0 +333779,0,0,0,0,0 +333780,0,0,0,0,0 +333781,0,0,0,0,0 +333782,0,0,0,0,0 +333783,0,0,0,0,0 +333784,0,0,0,0,0 +333785,0,0,0,0,0 +333786,0,0,0,0,0 +333787,0,0,0,0,0 +333788,0,0,0,0,0 +333789,0,0,0,0,0 +333790,0,0,0,0,0 +333791,0,0,0,0,0 +333792,0,0,0,0,0 +333793,0,0,0,0,0 +333794,0,0,0,0,0 +333795,0,0,0,0,0 +333796,0,0,0,0,0 +333797,0,0,0,0,0 +333798,0,0,0,0,0 +333799,0,0,0,0,0 +333800,0,0,0,0,0 +333801,0,0,0,0,0 +333802,0,0,0,0,0 +333803,0,0,0,0,0 +333804,0,0,0,0,0 +333805,0,0,0,0,0 +333806,0,0,0,0,0 +333807,0,0,0,0,0 +333808,0,0,0,0,0 +333809,0,0,0,0,0 +333810,0,0,0,0,0 +333811,0,0,0,0,0 +333812,0,0,0,0,0 +333813,0,0,0,0,0 +333814,0,0,0,0,0 +333815,0,0,0,0,0 +333816,0,0,0,0,0 +333817,0,0,0,0,0 +333818,0,0,0,0,0 +333819,0,0,0,0,0 +333820,0,0,0,0,0 +333821,0,0,0,0,0 +333822,0,0,0,0,0 +333823,0,0,0,0,0 +333824,0,0,0,0,0 +333825,0,0,0,0,0 +333826,0,0,0,0,0 +333827,0,0,0,0,0 +333828,0,0,0,0,0 +333829,0,0,0,0,0 +333830,0,0,0,0,0 +333831,0,0,0,0,0 +333832,0,0,0,0,0 +333833,0,0,0,0,0 +333834,0,0,0,0,0 +333835,0,0,0,0,0 +333836,0,0,0,0,0 +333837,0,0,0,0,0 +333838,0,0,0,0,0 +333839,0,0,0,0,0 +333840,0,0,0,0,0 +333841,0,0,0,0,0 +333842,0,0,0,0,0 +333843,0,0,0,0,0 +333844,0,0,0,0,0 +333845,0,0,0,0,0 +333846,0,0,0,0,0 +333847,0,0,0,0,0 +333848,0,0,0,0,0 +333849,0,0,0,0,0 +333850,0,0,0,0,0 +333851,0,0,0,0,0 +333852,0,0,0,0,0 +333853,0,0,0,0,0 +333854,0,0,0,0,0 +333855,0,0,0,0,0 +333856,0,0,0,0,0 +333857,0,0,0,0,0 +333858,0,0,0,0,0 +333859,0,0,0,0,0 +333860,0,0,0,0,0 +333861,0,0,0,0,0 +333862,0,0,0,0,0 +333863,0,0,0,0,0 +333864,0,0,0,0,0 +333865,0,0,0,0,0 +333866,0,0,0,0,0 +333867,0,0,0,0,0 +333868,0,0,0,0,0 +333869,0,0,0,0,0 +333870,0,0,0,0,0 +333871,0,0,0,0,0 +333872,0,0,0,0,0 +333873,0,0,0,0,0 +333874,0,0,0,0,0 +333875,0,0,0,0,0 +333876,0,0,0,0,0 +333877,0,0,0,0,0 +333878,0,0,0,0,0 +333879,0,0,0,0,0 +333880,0,0,0,0,0 +333881,0,0,0,0,0 +333882,0,0,0,0,0 +333883,0,0,0,0,0 +333884,0,0,0,0,0 +333885,0,0,0,0,0 +333886,0,0,0,0,0 +333887,0,0,0,0,0 +333888,0,0,0,0,0 +333889,0,0,0,0,0 +333890,0,0,0,0,0 +333891,0,0,0,0,0 +333892,0,0,0,0,0 +333893,0,0,0,0,0 +333894,0,0,0,0,0 +333895,0,0,0,0,0 +333896,0,0,0,0,0 +333897,0,0,0,0,0 +333898,0,0,0,0,0 +333899,0,0,0,0,0 +333900,0,0,0,0,0 +333901,0,0,0,0,0 +333902,0,0,0,0,0 +333903,0,0,0,0,0 +333904,0,0,0,0,0 +333905,0,0,0,0,0 +333906,0,0,0,0,0 +333907,0,0,0,0,0 +333908,0,0,0,0,0 +333909,0,0,0,0,0 +333910,0,0,0,0,0 +333911,0,0,0,0,0 +333912,0,0,0,0,0 +333913,0,0,0,0,0 +333914,0,0,0,0,0 +333915,0,0,0,0,0 +333916,0,0,0,0,0 +333917,0,0,0,0,0 +333918,0,0,0,0,0 +333919,0,0,0,0,0 +333920,0,0,0,0,0 +333921,0,0,0,0,0 +333922,0,0,0,0,0 +333923,0,0,0,0,0 +333924,0,0,0,0,0 +333925,0,0,0,0,0 +333926,0,0,0,0,0 +333927,0,0,0,0,0 +333928,0,0,0,0,0 +333929,0,0,0,0,0 +333930,0,0,0,0,0 +333931,0,0,0,0,0 +333932,0,0,0,0,0 +333933,0,0,0,0,0 +333934,0,0,0,0,0 +333935,0,0,0,0,0 +333936,0,0,0,0,0 +333937,0,0,0,0,0 +333938,0,0,0,0,0 +333939,0,0,0,0,0 +333940,0,0,0,0,0 +333941,0,0,0,0,0 +333942,0,0,0,0,0 +333943,0,0,0,0,0 +333944,0,0,0,0,0 +333945,0,0,0,0,0 +333946,0,0,0,0,0 +333947,0,0,0,0,0 +333948,0,0,0,0,0 +333949,0,0,0,0,0 +333950,0,0,0,0,0 +333951,0,0,0,0,0 +333952,0,0,0,0,0 +333953,0,0,0,0,0 +333954,0,0,0,0,0 +333955,0,0,0,0,0 +333956,0,0,0,0,0 +333957,0,0,0,0,0 +333958,0,0,0,0,0 +333959,0,0,0,0,0 +333960,0,0,0,0,0 +333961,0,0,0,0,0 +333962,0,0,0,0,0 +333963,0,0,0,0,0 +333964,0,0,0,0,0 +333965,0,0,0,0,0 +333966,0,0,0,0,0 +333967,0,0,0,0,0 +333968,0,0,0,0,0 +333969,0,0,0,0,0 +333970,0,0,0,0,0 +333971,0,0,0,0,0 +333972,0,0,0,0,0 +333973,0,0,0,0,0 +333974,0,0,0,0,0 +333975,0,0,0,0,0 +333976,0,0,0,0,0 +333977,0,0,0,0,0 +333978,0,0,0,0,0 +333979,0,0,0,0,0 +333980,0,0,0,0,0 +333981,0,0,0,0,0 +333982,0,0,0,0,0 +333983,0,0,0,0,0 +333984,0,0,0,0,0 +333985,0,0,0,0,0 +333986,0,0,0,0,0 +333987,0,0,0,0,0 +333988,0,0,0,0,0 +333989,0,0,0,0,0 +333990,0,0,0,0,0 +333991,0,0,0,0,0 +333992,0,0,0,0,0 +333993,0,0,0,0,0 +333994,0,0,0,0,0 +333995,0,0,0,0,0 +333996,0,0,0,0,0 +333997,0,0,0,0,0 +333998,0,0,0,0,0 +333999,0,0,0,0,0 +334000,0,0,0,0,0 +334001,0,0,0,0,0 +334002,0,0,0,0,0 +334003,0,0,0,0,0 +334004,0,0,0,0,0 +334005,0,0,0,0,0 +334006,0,0,0,0,0 +334007,0,0,0,0,0 +334008,0,0,0,0,0 +334009,0,0,0,0,0 +334010,0,0,0,0,0 +334011,0,0,0,0,0 +334012,0,0,0,0,0 +334013,0,0,0,0,0 +334014,0,0,0,0,0 +334015,0,0,0,0,0 +334016,0,0,0,0,0 +334017,0,0,0,0,0 +334018,0,0,0,0,0 +334019,0,0,0,0,0 +334020,0,0,0,0,0 +334021,0,0,0,0,0 +334022,0,0,0,0,0 +334023,0,0,0,0,0 +334024,0,0,0,0,0 +334025,0,0,0,0,0 +334026,0,0,0,0,0 +334027,0,0,0,0,0 +334028,0,0,0,0,0 +334029,0,0,0,0,0 +334030,0,0,0,0,0 +334031,0,0,0,0,0 +334032,0,0,0,0,0 +334033,0,0,0,0,0 +334034,0,0,0,0,0 +334035,0,0,0,0,0 +334036,0,0,0,0,0 +334037,0,0,0,0,0 +334038,0,0,0,0,0 +334039,0,0,0,0,0 +334040,0,0,0,0,0 +334041,0,0,0,0,0 +334042,0,0,0,0,0 +334043,0,0,0,0,0 +334044,0,0,0,0,0 +334045,0,0,0,0,0 +334046,0,0,0,0,0 +334047,0,0,0,0,0 +334048,0,0,0,0,0 +334049,0,0,0,0,0 +334050,0,0,0,0,0 +334051,0,0,0,0,0 +334052,0,0,0,0,0 +334053,0,0,0,0,0 +334054,0,0,0,0,0 +334055,0,0,0,0,0 +334056,0,0,0,0,0 +334057,0,0,0,0,0 +334058,0,0,0,0,0 +334059,0,0,0,0,0 +334060,0,0,0,0,0 +334061,0,0,0,0,0 +334062,0,0,0,0,0 +334063,0,0,0,0,0 +334064,0,0,0,0,0 +334065,0,0,0,0,0 +334066,0,0,0,0,0 +334067,0,0,0,0,0 +334068,0,0,0,0,0 +334069,0,0,0,0,0 +334070,0,0,0,0,0 +334071,0,0,0,0,0 +334072,0,0,0,0,0 +334073,0,0,0,0,0 +334074,0,0,0,0,0 +334075,0,0,0,0,0 +334076,0,0,0,0,0 +334077,0,0,0,0,0 +334078,0,0,0,0,0 +334079,0,0,0,0,0 +334080,0,0,0,0,0 +334081,0,0,0,0,0 +334082,0,0,0,0,0 +334083,0,0,0,0,0 +334084,0,0,0,0,0 +334085,0,0,0,0,0 +334086,0,0,0,0,0 +334087,0,0,0,0,0 +334088,0,0,0,0,0 +334089,0,0,0,0,0 +334090,0,0,0,0,0 +334091,0,0,0,0,0 +334092,0,0,0,0,0 +334093,0,0,0,0,0 +334094,0,0,0,0,0 +334095,0,0,0,0,0 +334096,0,0,0,0,0 +334097,0,0,0,0,0 +334098,0,0,0,0,0 +334099,0,0,0,0,0 +334100,0,0,0,0,0 +334101,0,0,0,0,0 +334102,0,0,0,0,0 +334103,0,0,0,0,0 +334104,0,0,0,0,0 +334105,0,0,0,0,0 +334106,0,0,0,0,0 +334107,0,0,0,0,0 +334108,0,0,0,0,0 +334109,0,0,0,0,0 +334110,0,0,0,0,0 +334111,0,0,0,0,0 +334112,0,0,0,0,0 +334113,0,0,0,0,0 +334114,0,0,0,0,0 +334115,0,0,0,0,0 +334116,0,0,0,0,0 +334117,0,0,0,0,0 +334118,0,0,0,0,0 +334119,0,0,0,0,0 +334120,0,0,0,0,0 +334121,0,0,0,0,0 +334122,0,0,0,0,0 +334123,0,0,0,0,0 +334124,0,0,0,0,0 +334125,0,0,0,0,0 +334126,0,0,0,0,0 +334127,0,0,0,0,0 +334128,0,0,0,0,0 +334129,0,0,0,0,0 +334130,0,0,0,0,0 +334131,0,0,0,0,0 +334132,0,0,0,0,0 +334133,0,0,0,0,0 +334134,0,0,0,0,0 +334135,0,0,0,0,0 +334136,0,0,0,0,0 +334137,0,0,0,0,0 +334138,0,0,0,0,0 +334139,0,0,0,0,0 +334140,0,0,0,0,0 +334141,0,0,0,0,0 +334142,0,0,0,0,0 +334143,0,0,0,0,0 +334144,0,0,0,0,0 +334145,0,0,0,0,0 +334146,0,0,0,0,0 +334147,0,0,0,0,0 +334148,0,0,0,0,0 +334149,0,0,0,0,0 +334150,0,0,0,0,0 +334151,0,0,0,0,0 +334152,0,0,0,0,0 +334153,0,0,0,0,0 +334154,0,0,0,0,0 +334155,0,0,0,0,0 +334156,0,0,0,0,0 +334157,0,0,0,0,0 +334158,0,0,0,0,0 +334159,0,0,0,0,0 +334160,0,0,0,0,0 +334161,0,0,0,0,0 +334162,0,0,0,0,0 +334163,0,0,0,0,0 +334164,0,0,0,0,0 +334165,0,0,0,0,0 +334166,0,0,0,0,0 +334167,0,0,0,0,0 +334168,0,0,0,0,0 +334169,0,0,0,0,0 +334170,0,0,0,0,0 +334171,0,0,0,0,0 +334172,0,0,0,0,0 +334173,0,0,0,0,0 +334174,0,0,0,0,0 +334175,0,0,0,0,0 +334176,0,0,0,0,0 +334177,0,0,0,0,0 +334178,0,0,0,0,0 +334179,0,0,0,0,0 +334180,0,0,0,0,0 +334181,0,0,0,0,0 +334182,0,0,0,0,0 +334183,0,0,0,0,0 +334184,0,0,0,0,0 +334185,0,0,0,0,0 +334186,0,0,0,0,0 +334187,0,0,0,0,0 +334188,0,0,0,0,0 +334189,0,0,0,0,0 +334190,0,0,0,0,0 +334191,0,0,0,0,0 +334192,0,0,0,0,0 +334193,0,0,0,0,0 +334194,0,0,0,0,0 +334195,0,0,0,0,0 +334196,0,0,0,0,0 +334197,0,0,0,0,0 +334198,0,0,0,0,0 +334199,0,0,0,0,0 +334200,0,0,0,0,0 +334201,0,0,0,0,0 +334202,0,0,0,0,0 +334203,0,0,0,0,0 +334204,0,0,0,0,0 +334205,0,0,0,0,0 +334206,0,0,0,0,0 +334207,0,0,0,0,0 +334208,0,0,0,0,0 +334209,0,0,0,0,0 +334210,0,0,0,0,0 +334211,0,0,0,0,0 +334212,0,0,0,0,0 +334213,0,0,0,0,0 +334214,0,0,0,0,0 +334215,0,0,0,0,0 +334216,0,0,0,0,0 +334217,0,0,0,0,0 +334218,0,0,0,0,0 +334219,0,0,0,0,0 +334220,0,0,0,0,0 +334221,0,0,0,0,0 +334222,0,0,0,0,0 +334223,0,0,0,0,0 +334224,0,0,0,0,0 +334225,0,0,0,0,0 +334226,0,0,0,0,0 +334227,0,0,0,0,0 +334228,0,0,0,0,0 +334229,0,0,0,0,0 +334230,0,0,0,0,0 +334231,0,0,0,0,0 +334232,0,0,0,0,0 +334233,0,0,0,0,0 +334234,0,0,0,0,0 +334235,0,0,0,0,0 +334236,0,0,0,0,0 +334237,0,0,0,0,0 +334238,0,0,0,0,0 +334239,0,0,0,0,0 +334240,0,0,0,0,0 +334241,0,0,0,0,0 +334242,0,0,0,0,0 +334243,0,0,0,0,0 +334244,0,0,0,0,0 +334245,0,0,0,0,0 +334246,0,0,0,0,0 +334247,0,0,0,0,0 +334248,0,0,0,0,0 +334249,0,0,0,0,0 +334250,0,0,0,0,0 +334251,0,0,0,0,0 +334252,0,0,0,0,0 +334253,0,0,0,0,0 +334254,0,0,0,0,0 +334255,0,0,0,0,0 +334256,0,0,0,0,0 +334257,0,0,0,0,0 +334258,0,0,0,0,0 +334259,0,0,0,0,0 +334260,0,0,0,0,0 +334261,0,0,0,0,0 +334262,0,0,0,0,0 +334263,0,0,0,0,0 +334264,0,0,0,0,0 +334265,0,0,0,0,0 +334266,0,0,0,0,0 +334267,0,0,0,0,0 +334268,0,0,0,0,0 +334269,0,0,0,0,0 +334270,0,0,0,0,0 +334271,0,0,0,0,0 +334272,0,0,0,0,0 +334273,0,0,0,0,0 +334274,0,0,0,0,0 +334275,0,0,0,0,0 +334276,0,0,0,0,0 +334277,0,0,0,0,0 +334278,0,0,0,0,0 +334279,0,0,0,0,0 +334280,0,0,0,0,0 +334281,0,0,0,0,0 +334282,0,0,0,0,0 +334283,0,0,0,0,0 +334284,0,0,0,0,0 +334285,0,0,0,0,0 +334286,0,0,0,0,0 +334287,0,0,0,0,0 +334288,0,0,0,0,0 +334289,0,0,0,0,0 +334290,0,0,0,0,0 +334291,0,0,0,0,0 +334292,0,0,0,0,0 +334293,0,0,0,0,0 +334294,0,0,0,0,0 +334295,0,0,0,0,0 +334296,0,0,0,0,0 +334297,0,0,0,0,0 +334298,0,0,0,0,0 +334299,0,0,0,0,0 +334300,0,0,0,0,0 +334301,0,0,0,0,0 +334302,0,0,0,0,0 +334303,0,0,0,0,0 +334304,0,0,0,0,0 +334305,0,0,0,0,0 +334306,0,0,0,0,0 +334307,0,0,0,0,0 +334308,0,0,0,0,0 +334309,0,0,0,0,0 +334310,0,0,0,0,0 +334311,0,0,0,0,0 +334312,0,0,0,0,0 +334313,0,0,0,0,0 +334314,0,0,0,0,0 +334315,0,0,0,0,0 +334316,0,0,0,0,0 +334317,0,0,0,0,0 +334318,0,0,0,0,0 +334319,0,0,0,0,0 +334320,0,0,0,0,0 +334321,0,0,0,0,0 +334322,0,0,0,0,0 +334323,0,0,0,0,0 +334324,0,0,0,0,0 +334325,0,0,0,0,0 +334326,0,0,0,0,0 +334327,0,0,0,0,0 +334328,0,0,0,0,0 +334329,0,0,0,0,0 +334330,0,0,0,0,0 +334331,0,0,0,0,0 +334332,0,0,0,0,0 +334333,0,0,0,0,0 +334334,0,0,0,0,0 +334335,0,0,0,0,0 +334336,0,0,0,0,0 +334337,0,0,0,0,0 +334338,0,0,0,0,0 +334339,0,0,0,0,0 +334340,0,0,0,0,0 +334341,0,0,0,0,0 +334342,0,0,0,0,0 +334343,0,0,0,0,0 +334344,0,0,0,0,0 +334345,0,0,0,0,0 +334346,0,0,0,0,0 +334347,0,0,0,0,0 +334348,0,0,0,0,0 +334349,0,0,0,0,0 +334350,0,0,0,0,0 +334351,0,0,0,0,0 +334352,0,0,0,0,0 +334353,0,0,0,0,0 +334354,0,0,0,0,0 +334355,0,0,0,0,0 +334356,0,0,0,0,0 +334357,0,0,0,0,0 +334358,0,0,0,0,0 +334359,0,0,0,0,0 +334360,0,0,0,0,0 +334361,0,0,0,0,0 +334362,0,0,0,0,0 +334363,0,0,0,0,0 +334364,0,0,0,0,0 +334365,0,0,0,0,0 +334366,0,0,0,0,0 +334367,0,0,0,0,0 +334368,0,0,0,0,0 +334369,0,0,0,0,0 +334370,0,0,0,0,0 +334371,0,0,0,0,0 +334372,0,0,0,0,0 +334373,0,0,0,0,0 +334374,0,0,0,0,0 +334375,0,0,0,0,0 +334376,0,0,0,0,0 +334377,0,0,0,0,0 +334378,0,0,0,0,0 +334379,0,0,0,0,0 +334380,0,0,0,0,0 +334381,0,0,0,0,0 +334382,0,0,0,0,0 +334383,0,0,0,0,0 +334384,0,0,0,0,0 +334385,0,0,0,0,0 +334386,0,0,0,0,0 +334387,0,0,0,0,0 +334388,0,0,0,0,0 +334389,0,0,0,0,0 +334390,0,0,0,0,0 +334391,0,0,0,0,0 +334392,0,0,0,0,0 +334393,0,0,0,0,0 +334394,0,0,0,0,0 +334395,0,0,0,0,0 +334396,0,0,0,0,0 +334397,0,0,0,0,0 +334398,0,0,0,0,0 +334399,0,0,0,0,0 +334400,0,0,0,0,0 +334401,0,0,0,0,0 +334402,0,0,0,0,0 +334403,0,0,0,0,0 +334404,0,0,0,0,0 +334405,0,0,0,0,0 +334406,0,0,0,0,0 +334407,0,0,0,0,0 +334408,0,0,0,0,0 +334409,0,0,0,0,0 +334410,0,0,0,0,0 +334411,0,0,0,0,0 +334412,0,0,0,0,0 +334413,0,0,0,0,0 +334414,0,0,0,0,0 +334415,0,0,0,0,0 +334416,0,0,0,0,0 +334417,0,0,0,0,0 +334418,0,0,0,0,0 +334419,0,0,0,0,0 +334420,0,0,0,0,0 +334421,0,0,0,0,0 +334422,0,0,0,0,0 +334423,0,0,0,0,0 +334424,0,0,0,0,0 +334425,0,0,0,0,0 +334426,0,0,0,0,0 +334427,0,0,0,0,0 +334428,0,0,0,0,0 +334429,0,0,0,0,0 +334430,0,0,0,0,0 +334431,0,0,0,0,0 +334432,0,0,0,0,0 +334433,0,0,0,0,0 +334434,0,0,0,0,0 +334435,0,0,0,0,0 +334436,0,0,0,0,0 +334437,0,0,0,0,0 +334438,0,0,0,0,0 +334439,0,0,0,0,0 +334440,0,0,0,0,0 +334441,0,0,0,0,0 +334442,0,0,0,0,0 +334443,0,0,0,0,0 +334444,0,0,0,0,0 +334445,0,0,0,0,0 +334446,0,0,0,0,0 +334447,0,0,0,0,0 +334448,0,0,0,0,0 +334449,0,0,0,0,0 +334450,0,0,0,0,0 +334451,0,0,0,0,0 +334452,0,0,0,0,0 +334453,0,0,0,0,0 +334454,0,0,0,0,0 +334455,0,0,0,0,0 +334456,0,0,0,0,0 +334457,0,0,0,0,0 +334458,0,0,0,0,0 +334459,0,0,0,0,0 +334460,0,0,0,0,0 +334461,0,0,0,0,0 +334462,0,0,0,0,0 +334463,0,0,0,0,0 +334464,0,0,0,0,0 +334465,0,0,0,0,0 +334466,0,0,0,0,0 +334467,0,0,0,0,0 +334468,0,0,0,0,0 +334469,0,0,0,0,0 +334470,0,0,0,0,0 +334471,0,0,0,0,0 +334472,0,0,0,0,0 +334473,0,0,0,0,0 +334474,0,0,0,0,0 +334475,0,0,0,0,0 +334476,0,0,0,0,0 +334477,0,0,0,0,0 +334478,0,0,0,0,0 +334479,0,0,0,0,0 +334480,0,0,0,0,0 +334481,0,0,0,0,0 +334482,0,0,0,0,0 +334483,0,0,0,0,0 +334484,0,0,0,0,0 +334485,0,0,0,0,0 +334486,0,0,0,0,0 +334487,0,0,0,0,0 +334488,0,0,0,0,0 +334489,0,0,0,0,0 +334490,0,0,0,0,0 +334491,0,0,0,0,0 +334492,0,0,0,0,0 +334493,0,0,0,0,0 +334494,0,0,0,0,0 +334495,0,0,0,0,0 +334496,0,0,0,0,0 +334497,0,0,0,0,0 +334498,0,0,0,0,0 +334499,0,0,0,0,0 +334500,0,0,0,0,0 +334501,-87.44742464,2199.828371,2270.402564,-38.9695898,-281.3726473 +334502,355.0711191,293.612861,650.881761,162.2637655,524.8022955 +334503,350.1073392,270.3232206,622.3287999,159.92094,518.7499074 +334504,340.8054936,264.947615,607.7124832,155.5585227,504.5958667 +334505,331.0940336,267.979086,601.313457,151.0689984,488.7028971 +334506,322.6607929,272.7571602,598.0602616,147.2472467,474.0826935 +334507,315.7406387,276.8919081,595.7274566,144.1803742,461.388668 +334508,310.0566025,280.1806903,593.7985457,141.7180383,450.3769063 +334509,305.3122336,282.9866757,592.3150043,139.7006125,440.6868187 +334510,301.2990364,285.6018027,591.35306,138.0250887,432.0640331 +334511,297.8936985,333.4162187,590.9094419,136.6247108,424.3532047 +334512,295.0050624,409.2551208,590.9290149,135.4580444,417.4495944 +334513,292.5660962,374.9896185,591.3364902,134.4880015,411.2684878 +334514,290.5129261,401.8297707,592.0741397,133.687738,405.7337351 +334515,288.7975843,414.0329951,593.0962494,133.032033,400.775827 +334516,287.3745386,426.0380966,594.3642279,132.4988154,396.3320155 +334517,286.2036744,437.8157074,595.8446776,132.0697561,392.3465433 +334518,285.2511559,449.8429923,597.5086202,131.7298284,388.770076 +334519,284.4887356,461.5009949,599.3310942,131.4666734,385.5591298 +334520,283.8926545,473.6670437,601.2906573,131.27003,382.6752673 +334521,283.4427848,485.4404102,603.3689205,131.1313361,380.0845414 +334522,283.1219698,497.2588787,605.5500686,131.0434177,377.7568774 +334523,282.9155735,509.2948735,607.820488,131.000264,375.6656854 +334524,282.8110689,521.1458374,610.1684003,130.9968203,373.7873612 +334525,282.797763,533.0354212,612.583627,131.0288462,372.1010435 +334526,282.8664735,544.8202131,615.0573043,131.0927576,370.588174 +334527,283.0093468,557.061078,617.5817347,131.1855378,369.2323451 +334528,283.219612,568.5061204,620.150171,131.3046218,368.0189342 +334529,283.4914529,580.7685854,622.7567124,131.4478371,366.9349923 +334530,283.8198396,592.4074798,625.3961564,131.6133271,365.9689711 +334531,284.2004292,603.5280033,628.0639157,131.7995072,365.1106247 +334532,284.6287926,618.9051458,630.7224674,132.0052809,364.3507883 +334533,285.1011206,633.1919599,733.234194,132.229603,363.6812893 +334534,285.6142724,647.0160768,731.1035467,132.4714163,363.0947954 +334535,286.1656292,660.7901799,730.6228074,132.729723,362.584788 +334536,286.7528759,674.4038519,748.2389274,133.0035979,362.1453496 +334537,287.3739361,687.9374289,758.2419238,133.2922077,361.7711771 +334538,288.0269058,701.1634319,767.6688079,133.5947914,361.457414 +334539,288.7101096,714.7566833,777.0802151,133.9106827,361.1997306 +334540,289.4220513,727.8160216,785.9904293,134.2392849,360.9941703 +334541,290.161427,740.9558521,795.1150771,134.5800744,360.8371948 +334542,290.9270707,753.765587,803.6141629,134.9325768,360.7255621 +334543,291.7179439,767.0205492,812.299523,135.2963628,360.6563445 +334544,292.5330979,779.6932212,820.3760029,135.6710329,360.6268348 +334545,293.371675,792.4832971,828.742688,136.0562194,360.6345787 +334546,294.2328793,805.1520879,836.574503,136.4515745,360.6772908 +334547,295.1159863,817.4788782,844.4924373,136.8567764,360.7528993 +334548,296.0203081,830.4071173,851.9939349,137.2715142,360.859451 +334549,296.9452248,842.9027647,859.4439494,137.6955041,360.9951948 +334550,297.8901336,854.9094379,866.6302956,138.1284661,361.1584554 +334551,298.8544912,867.378392,873.9842175,138.570145,361.347738 +334552,299.8377641,879.5415289,880.8644317,139.020288,361.5616047 +334553,300.8394628,891.6714768,887.8498167,139.4786607,361.7987624 +334554,301.8591136,903.7297233,894.1745082,139.9450349,362.0579779 +334555,302.8962742,915.3621109,901.0153424,140.4191963,362.3381343 +334556,303.950514,927.8418919,907.2591821,140.9009353,362.638161 +334557,305.0214327,939.4119571,913.5035884,141.390056,362.9570948 +334558,306.1086297,951.2535568,919.4297549,141.8863628,363.2939914 +334559,307.2117435,962.9247248,925.5970675,142.3896776,363.6480246 +334560,308.3304026,974.6144657,931.262714,142.8998185,364.0183641 +334561,309.4609116,1415.873911,1892.274529,143.4150931,364.3981788 +334562,329.3307741,1442.245629,1926.184856,152.613694,399.4747967 +334563,359.0036924,1463.516284,1950.613192,166.2256935,453.5773163 +334564,389.2030663,1483.204359,1971.646895,179.8919841,510.1770022 +334565,415.9748223,1502.093769,1990.572045,191.8050141,561.8759266 +334566,438.8250833,1519.955171,2008.317434,201.7966231,607.3721488 +334567,458.4545145,1537.560916,2025.033625,210.2485646,647.5383177 +334568,475.6201349,1554.538363,2040.391967,217.5510875,683.4425729 +334569,490.85276,1571.249806,2055.826395,223.973545,715.8397309 +334570,504.4968633,1587.628743,2070.23786,229.6886365,745.2161025 +334571,516.7975481,1604.021276,2084.480276,234.8172611,771.9220541 +334572,527.9522635,1619.812987,2098.136707,239.4549368,796.2506141 +334573,538.1302393,1635.808804,2111.701446,243.6819215,818.4650027 +334574,547.4774921,1651.393407,2137.136809,247.5660973,838.8033092 +334575,556.118559,1666.882201,2124.293375,251.1641818,857.4782693 +334576,564.1585152,1687.43346,2150.477907,254.5230218,874.6779031 +334577,571.6855897,1700.385516,2164.107523,257.6811125,890.5676025 +334578,578.7738041,1719.183956,2172.72094,260.670063,905.2927062 +334579,585.4853374,1730.580207,2185.105169,263.5158688,918.9810416 +334580,591.8724592,1719.803393,2196.651548,266.2399316,931.7450759 +334581,595.431163,1769.501409,2207.33178,267.7017166,939.051123 +334582,597.2940414,1767.357044,2218.050281,268.414617,942.9779426 +334583,599.0420656,1784.891209,2228.469605,269.0956556,946.4228112 +334584,600.7147584,1799.31107,2238.740651,269.7602857,949.4836921 +334585,602.3243583,1813.132491,2257.408762,270.4112797,952.2089186 +334586,603.8733549,1827.151953,2254.848188,271.0472464,954.6267791 +334587,605.3630622,1840.678535,2259.448713,271.6667088,956.7604998 +334588,680.1710718,1854.540589,2282.628025,272.2690053,958.6322983 +334589,814.2879834,1867.825935,2284.337062,272.8540764,960.2634166 +334590,775.2053629,1881.248682,2294.665348,337.6724738,961.673399 +334591,803.911178,1893.940003,2319.41209,358.2867584,962.8798306 +334592,826.433413,1906.436491,2285.491779,348.6034759,963.8982611 +334593,843.8606121,1918.828044,2332.693664,365.493778,964.7424975 +334594,860.6777435,1930.7588,2318.529172,374.0582074,965.4248111 +334595,877.262626,1943.011423,2334.110519,382.421205,965.9562522 +334596,893.3293094,1954.619201,2338.664389,390.5626014,966.3467745 +334597,909.5496104,1966.360785,2357.119493,398.6345131,966.6053925 +334598,924.8986317,1977.85884,2334.590558,406.448241,966.7402224 +334599,940.6821409,1989.215645,2377.27054,414.1747178,966.7586056 +334600,955.6364179,2000.434149,2346.293044,421.6492704,966.6671376 +334601,970.6374899,2011.504442,2395.035518,429.2244744,966.4718066 +334602,985.0772214,2022.519491,2366.404918,436.4680759,966.17799 +334603,999.9156734,2033.084064,2382.291332,443.6866052,965.7906053 +334604,1014.129538,2043.933486,2387.761256,450.6209969,965.3140871 +334605,1027.627999,2054.459078,2391.582662,457.7576749,964.7525021 +334606,1042.017676,2064.709763,2396.420003,464.5137562,964.1095441 +334607,1055.394331,2075.021203,2400.855165,471.2557579,963.3886287 +334608,1068.867957,2085.018867,2405.425722,477.7709304,962.5928701 +334609,1081.861769,2095.237762,2409.46368,484.4970692,961.7251667 +334610,1095.34654,2104.877289,2413.563991,490.954991,1272.364741 +334611,1108.023958,2114.683246,2417.228849,496.9727986,1104.28313 +334612,1120.791836,2124.261673,2421.13455,503.5310111,1165.743953 +334613,1133.342667,2133.8239,2424.508833,509.5562327,1178.154625 +334614,1145.440406,2151.132908,2427.732978,515.4937146,1189.409543 +334615,1158.078688,2148.776449,2431.045911,521.6784127,1200.074206 +334616,1169.985861,2182.935334,2434.028079,527.639205,1210.763165 +334617,1182.239053,2142.712327,2436.808753,533.1891473,1220.89086 +334618,1193.594281,2186.015063,2445.319905,539.0886769,1230.990109 +334619,1205.42045,2188.909814,2439.568331,544.5366036,1240.958125 +334620,1216.873526,2195.19956,2445.315334,550.3669412,1250.265343 +334621,1443.135918,2285.073115,2403.867905,645.0050389,1674.129124 +334622,1895.161399,2530.72843,2499.829849,849.1916446,2481.067972 +334623,1349.548799,2228.188444,2312.42873,603.5141534,1472.683153 +334624,1944.731926,2561.962693,2486.700903,872.2828925,2565.749211 +334625,1549.803514,2345.054006,2492.668046,695.9121108,1788.246246 +334626,1711.705031,2443.953116,2495.71819,768.3696397,2108.239204 +334627,1697.877626,2429.284506,2498.579474,762.7839343,2058.375379 +334628,1709.264885,2440.287709,2502.714278,768.2997824,2069.926529 +334629,1720.852665,2448.563093,2509.455044,773.8879915,2080.057599 +334630,1732.599282,2456.367707,2515.607011,779.1591499,2089.966148 +334631,1743.80241,2464.335593,2521.210925,785.0982285,2099.414496 +334632,1755.045598,2471.933841,2526.178538,790.384664,2113.214978 +334633,1766.27383,2479.743498,2528.784922,795.6712832,2127.405719 +334634,1777.188421,2487.315185,2531.828203,801.0589592,2123.321032 +334635,1788.061982,2494.524445,2534.818789,806.2571485,2121.590039 +334636,1798.788157,2502.218134,2539.259121,811.4315666,2154.903403 +334637,1809.400038,2509.163167,2542.343027,816.544627,2150.88695 +334638,1819.805045,2522.46828,2543.162878,821.5590788,2161.981002 +334639,1830.407678,2521.243313,2544.510778,826.6562501,2170.350101 +334640,1840.47062,2530.765717,2547.430823,831.4644054,2178.492347 +334641,1850.628207,2537.487882,2547.54228,836.4166556,2186.388012 +334642,1863.94455,2543.668862,2548.132956,841.2444616,2200.255291 +334643,1874.31599,2549.956629,2548.75966,846.0028875,2204.456846 +334644,1882.457165,2556.870232,2551.093617,850.7660947,2196.852024 +334645,1897.148761,2562.187663,2550.635293,855.4212988,2224.466877 +334646,1900.011851,2568.904374,2550.633615,860.0450244,2222.934407 +334647,1888.972189,2581.388187,2552.685135,864.6690629,2231.758699 +334648,1931.416745,2572.368866,2553.532113,869.1775479,2246.844749 +334649,1924.894659,2595.726458,2553.808303,873.7260798,2241.005957 +334650,1937.55126,2590.016398,2554.014168,878.0703715,2248.076269 +334651,1946.524244,2598.38549,2553.903816,882.4825129,2267.732078 +334652,1955.421116,2602.679932,2551.829487,886.6968996,2266.528732 +334653,1964.491843,2607.666975,2550.683183,890.9059956,2264.73368 +334654,1973.007909,2613.068277,2551.757747,895.0626319,2284.47249 +334655,1981.757444,2617.357564,2551.702728,899.1739759,2289.710574 +334656,1990.319632,2627.800155,2549.698975,903.243351,2302.284575 +334657,1998.81637,2618.775269,2548.334771,907.2682688,2285.794457 +334658,2007.242064,2638.470883,2549.109374,911.2049611,2315.440395 +334659,2015.58541,2634.232136,2547.701663,915.2226004,2308.081726 +334660,2023.968828,2638.838372,2546.904949,919.0924962,2318.123991 +334661,2032.003912,2643.73615,2546.37795,923.015058,2323.239412 +334662,2040.335942,2647.602386,2546.092222,926.8252972,2329.390006 +334663,2048.333565,2651.245006,2545.942487,930.582934,2341.158653 +334664,2056.312492,2654.894531,2545.731358,934.4449938,2337.498194 +334665,2064.459284,2664.749359,2545.538544,938.041076,2347.326092 +334666,2071.920717,2654.814475,2545.130746,941.7055091,2351.996585 +334667,2079.197161,2658.552894,2544.199732,948.0951088,2357.095484 +334668,2086.91752,2657.323895,2543.030935,952.1600177,2362.657941 +334669,2094.460222,2658.585785,2541.844335,955.9636776,2367.827709 +334670,2102.041793,2661.084454,2540.747597,959.6833777,2372.802563 +334671,2109.28688,2663.413184,2539.796622,963.344415,2378.150425 +334672,2116.612264,2671.930395,2539.115999,966.9584013,2383.097697 +334673,2124.065008,2660.486598,2538.320877,970.5309739,2387.909947 +334674,2131.226204,2676.851085,2537.44963,974.0132978,2393.018846 +334675,2138.547889,2665.581311,2536.570867,977.5893049,2397.763253 +334676,2145.504848,2680.383168,2535.699156,981.0158282,2402.547361 +334677,2152.67214,2669.375668,2534.756647,984.4548869,2407.104735 +334678,2159.68396,2683.593872,2533.805231,987.9066394,2411.99316 +334679,2166.662917,2672.834754,2532.803621,991.1954815,2416.403837 +334680,2173.593438,2686.773244,2531.995219,994.5713315,2420.894113 +334681,2186.907795,2684.491559,2530.918439,1000.585738,2441.618029 +334682,2195.216496,2681.325204,2531.899548,1004.593099,2440.523282 +334683,2203.03199,2695.489623,2530.432943,1008.267367,2448.173408 +334684,2210.675236,2684.455555,2529.596036,1011.893812,2453.818451 +334685,2218.178998,2698.161723,2528.903492,1015.444437,2458.365375 +334686,2225.576689,2687.30769,2528.152966,1018.93996,2463.482538 +334687,2233.011732,2701.387532,2527.488733,1022.390806,2473.384096 +334688,2240.065903,2689.480453,2526.922194,1025.747927,2471.006069 +334689,2247.335365,2703.806889,2525.974565,1029.266664,2477.339194 +334690,2254.437909,2691.536662,2524.973557,1032.491649,2482.581471 +334691,2261.505262,2705.960922,2524.148619,1035.858961,2492.062199 +334692,2268.39765,2693.15127,2523.440968,1039.1413,2489.363133 +334693,2275.551658,2707.67216,2522.35227,1042.404885,2494.8263 +334694,2289.683592,2694.481172,2521.418065,1045.642391,2504.768918 +334695,2280.841506,2703.054638,2521.692996,1048.853881,2503.281702 +334696,2326.419862,2702.180362,2519.796855,1052.043296,2511.385233 +334697,2260.74068,2702.088025,2518.440165,1055.147549,2510.57805 +334698,2329.804772,2702.554678,2517.642625,1058.375283,2523.330753 +334699,2311.934054,2702.760721,2516.784771,1061.451154,2519.364227 +334700,2322.851594,2703.605986,2517.268712,1064.554916,2519.573521 +334701,2329.588451,2702.149261,2516.710671,1067.630668,2520.350359 +334702,2336.15234,2702.904448,2513.704186,1070.7443,2514.316945 +334703,2342.700415,2702.167803,2512.797474,1073.685342,2511.199574 +334704,2349.18819,2702.129915,2509.368483,1076.742734,2505.296838 +334705,2355.670307,2701.318367,2508.138027,1079.725,2502.403573 +334706,2362.094527,2701.113949,2506.190219,1082.639679,2498.873104 +334707,2368.491563,2700.483583,2502.341555,1085.687431,2493.192428 +334708,2374.985428,2699.364384,2499.291936,1088.581325,2488.642693 +334709,2381.117597,2698.589703,2496.582893,1091.512466,2484.622488 +334710,2387.516906,2698.392993,2495.744041,1094.41611,2483.012381 +334711,2393.645159,2696.432301,2492.49609,1097.25418,2478.48598 +334712,2399.892711,2695.784727,2491.531381,1100.770139,2476.83054 +334713,2405.740286,2693.668761,2488.256617,1105.478299,2472.332812 +334714,2411.891164,2692.811855,2487.340814,1104.596223,2470.951199 +334715,2418.125246,2690.197946,2484.147962,1113.913183,2466.537374 +334716,2434.977908,2689.483648,2483.313485,1106.852599,2465.02622 +334717,2418.361619,2686.86707,2480.214948,1124.819269,2460.71058 +334718,2437.325046,2691.629016,2478.009421,1105.845969,2457.490991 +334719,2443.503263,2675.964655,2475.983111,1116.821273,2454.484303 +334720,2447.309624,2688.368948,2474.020896,1125.294446,2451.554195 +334721,2453.904437,2672.537121,2472.131709,1123.268169,2448.715844 +334722,2459.838684,2684.459412,2471.987006,1127.129987,2448.044247 +334723,2465.70998,2667.153912,2469.255109,1129.791555,2444.185235 +334724,2471.597299,2678.865868,2467.094917,1132.408921,2441.032291 +334725,2477.448746,2663.331786,2466.970296,1135.013731,2440.144121 +334726,2500.433745,2673.387873,2464.154781,1137.665289,2436.18531 +334727,2463.535172,2657.306325,2461.946136,1140.082795,2432.970105 +334728,2507.285031,2668.052013,2460.010549,1142.792487,2430.074944 +334729,2498.000674,2651.846617,2458.133177,1145.288789,2427.237203 +334730,2506.355905,2662.083459,2456.336944,1147.906342,2424.490301 +334731,2515.190903,2646.337095,2456.219541,1150.338076,2423.812109 +334732,2526.745495,2656.51796,2455.196888,1152.903744,2422.030735 +334733,2517.846164,2638.630077,2452.104516,1155.400834,2417.701625 +334734,2520.380226,2649.716893,2449.814022,1157.899248,2414.339848 +334735,2541.559643,2632.708661,2447.789003,1160.385583,2411.277175 +334736,2538.670975,2642.815871,2445.912913,1162.860946,2408.378613 +334737,2554.382394,2626.126239,2445.74595,1165.32971,2407.582868 +334738,2543.586786,2629.721896,2444.571347,1167.785275,2405.555438 +334739,2580.080457,2624.783493,2441.411542,1170.232248,2401.082056 +334740,2544.060822,2620.908073,2439.094277,1172.739715,2397.626502 +334741,2446.505026,2566.889821,2436.82821,1121.648667,2394.511946 +334742,2474.225866,2557.294122,2428.252884,1122.93802,2382.135987 +334743,2434.232789,2553.734885,2417.204952,1124.681057,2365.673619 +334744,2471.95564,2549.157071,2407.031798,1126.251264,2350.020796 +334745,2464.029806,2544.297825,2399.052818,1128.323511,2336.708578 +334746,2481.567072,2539.396422,2392.832807,1129.901475,2325.634273 +334747,2457.856812,2534.636651,2387.885102,1131.920044,2316.313004 +334748,2504.907957,2529.745818,2383.737347,1133.675168,2308.193688 +334749,2466.878797,2524.743703,2380.104108,1135.655104,2300.947231 +334750,2483.284787,2519.78063,2376.889047,1137.434632,2294.435476 +334751,2521.931194,2514.734566,2373.950536,1139.493251,2288.481879 +334752,2459.009794,2509.627023,2371.258712,1141.174731,2283.019723 +334753,2542.28407,2497.84062,2368.903164,1143.148224,2278.155216 +334754,2466.256128,2507.550913,2366.848254,1145.03091,2273.815462 +334755,2550.694805,2484.599413,2364.985287,1146.975449,2269.86367 +334756,2499.561516,2490.32773,2362.984816,1148.774618,2265.863052 +334757,2523.92577,2482.695329,2362.517115,1150.770379,2263.878681 +334758,2524.850622,2476.422836,2359.679274,1152.625871,2259.058058 +334759,2529.530835,2471.459147,2357.684929,1154.515135,2255.362755 +334760,2533.687155,2465.863132,2356.063322,1156.351164,2252.180173 +334761,2538.324081,2460.447911,2354.643095,1158.331597,2249.307536 +334762,2542.554347,2454.50374,2353.335308,1160.114806,2246.619633 +334763,2546.972154,2448.881626,2352.084119,1162.103798,2244.0553 +334764,2551.501135,2443.033488,2350.884629,1163.8124,2241.588322 +334765,2555.972272,2437.219025,2349.713349,1165.978269,2239.194976 +334766,2560.252638,2431.298437,2348.569101,1167.597071,2236.853844 +334767,2564.632444,2425.32359,2347.439322,1169.643083,2234.556354 +334768,2569.133712,2419.3778,2346.338152,1171.407514,2232.302011 +334769,2573.669009,2413.525682,2345.447025,1173.387624,2230.083874 +334770,2577.812546,2400.006829,2344.250623,1175.159414,2227.733158 +334771,2582.411837,2410.270168,2343.173981,1177.085692,2225.544848 +334772,2586.30696,2383.821062,2342.128626,1178.796479,2223.396278 +334773,2599.287295,2390.91167,2341.086425,1180.77804,2221.266504 +334774,2591.418587,2380.703905,2340.141272,1182.36647,2219.258101 +334775,2600.871488,2374.363562,2339.108218,1184.317168,2217.15418 +334776,2604.367115,2367.916791,2338.065712,1185.996038,2215.035737 +334777,2608.346185,2361.350288,2337.071287,1187.810163,2212.983683 +334778,2612.694634,2354.764217,2336.107672,1189.603734,2210.962352 +334779,2617.042256,2347.995916,2335.164142,1191.431824,2208.970437 +334780,2621.062879,2341.291638,2334.244821,1193.117306,2206.999434 +334781,2625.554348,2334.533236,2333.341285,1194.991705,2205.050955 +334782,2629.325677,2327.848235,2332.464345,1196.734385,2203.124726 +334783,2634.020672,2320.719717,2331.603032,1198.486597,2201.219336 +334784,2637.948023,2313.952948,2330.769091,1200.200702,2199.335834 +334785,2642.264312,2306.946605,2329.951236,1202.048515,2197.472636 +334786,2646.324078,2299.917478,2329.158627,1203.700374,2195.627744 +334787,2650.407775,2292.899817,2328.384029,1205.553003,2193.804704 +334788,2654.722325,2285.973968,2327.641794,1207.198249,2192.008054 +334789,2658.980635,2278.621881,2326.917208,1209.04423,2190.232294 +334790,2662.931343,2271.529554,2326.214319,1210.682694,2188.46928 +334791,2674.664078,2264.386804,2325.663447,1212.52225,2186.893125 +334792,2668.639584,2257.165806,2326.799178,1214.154781,2187.393953 +334793,2675.921717,2249.779525,2325.124458,1215.986027,2184.432039 +334794,2680.248838,2242.716784,2324.048803,1217.611363,2182.191778 +334795,2684.126628,2235.182033,2323.248918,1219.438248,2180.275487 +334796,2687.740178,2227.814693,2322.579589,1221.056822,2178.494718 +334797,2692.375311,2212.744831,2321.897081,1222.877066,2176.691378 +334798,2696.079676,2216.140817,2321.279737,1224.489834,2174.953136 +334799,2700.411925,2203.900139,2320.780301,1226.304314,2173.359939 +334800,2703.98046,2197.120822,2320.30776,1227.910803,2171.787282 +334801,2467.482629,2080.150766,2316.132912,1120.300662,2166.547058 +334802,2464.336766,2068.186181,2294.577209,1118.95984,2136.813327 +334803,2471.887287,2058.889561,2268.2941,1118.678072,2099.098017 +334804,2460.632714,2049.451448,2246.445658,1118.406089,2066.022564 +334805,2465.883179,2040.063372,2232.471648,1118.669891,2042.159557 +334806,2466.39818,2030.971134,2222.219395,1118.813045,2023.313496 +334807,2466.889104,2021.643244,2213.375407,1119.109517,2006.327094 +334808,2468.049847,2012.592558,2207.269714,1119.448911,1993.248057 +334809,2469.32528,1990.500644,2202.606254,1119.826603,1982.676988 +334810,2470.545689,2013.305988,2200.889125,1120.236684,1976.089049 +334811,2471.583232,1979.872215,2197.352836,1120.671624,1967.656847 +334812,2473.090956,1973.498512,2194.930729,1121.207652,1961.073155 +334813,2474.191238,1963.032289,2193.08448,1121.572684,1955.601613 +334814,2476.023797,1952.395139,2193.256427,1122.125495,1953.043971 +334815,2477.043089,1950.846528,2191.065388,1122.624274,1947.787438 +334816,2478.827871,1935.743542,2191.421682,1123.156811,1945.785052 +334817,2480.009554,1931.188405,2189.071514,1123.696474,1941.093175 +334818,2481.658178,1931.39235,2187.829407,1124.255707,1937.48442 +334819,2483.33911,1897.049777,2188.411136,1124.826776,1936.555688 +334820,2484.742924,1910.778608,2188.237126,1125.407441,1934.846929 +334821,2486.228318,1893.110085,2186.067302,1126.000401,1930.788072 +334822,2487.921818,1885.988178,2184.710892,1126.607374,1927.83851 +334823,2489.529687,1901.660292,2183.654757,1127.223286,1925.337602 +334824,2491.171703,1833.574032,2182.843727,1127.85041,1923.212223 +334825,2493.001507,1896.737105,2183.845509,1128.488992,1923.419231 +334826,2494.528478,1818.795975,2183.960581,1129.134683,1922.602764 +334827,2496.144662,1856.334094,2182.067016,1129.790449,1919.34909 +334828,2497.976316,1830.985609,2180.917953,1130.457913,1917.057252 +334829,2499.663735,1825.453919,2180.069719,1131.132691,1915.160155 +334830,2501.409926,1816.964803,2179.404944,1131.816695,1913.513896 +334831,2502.937386,1808.474175,2179.04131,1132.491222,1912.023137 +334832,2505.130003,1799.886449,2180.249947,1133.171341,1912.752935 +334833,2506.590095,1816.038293,2180.497058,1133.854865,1912.349275 +334834,2508.243101,1748.161115,2178.728393,1134.545076,1909.493076 +334835,2510.308135,1815.692336,2179.432664,1135.244628,1909.699425 +334836,2511.722044,1728.359395,2177.783212,1135.944937,1907.00618 +334837,2513.759837,1775.362968,2176.890289,1136.655723,1905.244882 +334838,2515.477188,1745.525585,2176.240032,1137.370265,1903.779147 +334839,2517.499508,1742.302416,2177.430494,1138.092255,1904.594405 +334840,2518.969892,1733.713297,2176.067937,1138.81626,1902.277277 +334841,2521.06934,1725.787342,2175.323511,1139.549394,1900.731596 +334842,2523.094508,1717.826881,2176.506708,1140.286799,1901.570193 +334843,2524.632109,1709.794964,2175.163112,1141.026307,1899.299104 +334844,2526.984327,1702.231696,2176.149803,1141.775169,1899.913354 +334845,2528.474899,1694.212312,2174.722291,1142.523685,1897.550041 +334846,2530.707412,1686.593735,2173.985023,1143.28045,1896.033682 +334847,2540.065588,1678.824737,2173.666636,1144.039838,1895.024614 +334848,2524.186307,1671.402174,2173.33725,1144.803463,1893.998493 +334849,2548.115201,1663.8348,2174.766801,1145.572163,1895.154013 +334850,2528.444011,1656.423658,2175.299168,1146.342702,1895.221961 +334851,2551.300546,1649.075348,2173.80404,1147.117219,1892.796211 +334852,2540.363136,1641.699673,2173.3925,1147.818102,1891.458924 +334853,2545.623955,1634.776728,2174.664601,1148.795399,1892.426615 +334854,2547.745441,1627.447777,2173.381416,1149.32877,1890.255539 +334855,2549.760391,1620.522604,2172.796421,1150.301469,1888.937482 +334856,2551.890211,1634.625247,2172.425653,1151.025169,1887.869024 +334857,2553.983345,1576.448356,2172.237338,1151.909533,1887.015791 +334858,2556.153693,1636.825753,2172.124078,1152.589148,1886.252304 +334859,2558.280527,1558.143223,2172.057358,1153.44398,1885.547487 +334860,2560.226553,1609.675719,2172.034343,1154.233509,1884.899 +334861,2739.95663,1673.512057,2175.579931,1261.709717,1888.621858 +334862,2756.658853,1688.681084,2194.280715,1264.592905,1914.03322 +334863,2775.232436,1677.77946,2217.988252,1266.635351,1947.807712 +334864,2789.311508,1673.977389,2238.733889,1268.654646,1978.891078 +334865,2798.480737,1669.124835,2254.104464,1289.655927,2003.601662 +334866,2804.038529,1664.240559,2265.008774,1243.725397,2022.631619 +334867,2807.289313,1659.296421,2272.717401,1287.662707,2037.308604 +334868,2808.959713,1681.138848,2278.142823,1289.14337,2048.839444 +334869,2810.001664,1612.000283,2282.210732,1252.453002,2057.905618 +334870,2810.761169,1663.430186,2285.355493,1290.65496,2065.303617 +334871,2811.11497,1641.341008,2287.65156,1277.628336,2071.361186 +334872,2811.33978,1629.840482,2289.391702,1281.901208,2076.019678 +334873,2811.559993,1638.652225,2290.749525,1283.265038,2080.005267 +334874,2811.768907,1622.032076,2291.798152,1284.875042,2083.134691 +334875,2812.023857,1626.12329,2292.637849,1286.328026,2085.104226 +334876,2812.316477,1619.200925,2293.313269,1287.845021,2087.254861 +334877,2812.656636,1615.830854,2293.870808,1289.283439,2088.824384 +334878,2813.039481,1611.910481,2294.337956,1290.736955,2090.359314 +334879,2813.457049,1608.435223,2294.733838,1292.279498,2091.421796 +334880,2813.907024,1605.081445,2295.075981,1294.058503,2092.257986 +334881,2814.386651,1601.818273,2295.377468,1295.899818,2092.908782 +334882,2814.894884,1598.607487,2295.649614,1298.212431,2093.615767 +334883,2815.42388,1595.452506,2295.896387,1300.102165,2093.999355 +334884,2815.969496,1592.350153,2296.122049,1302.318786,2094.266243 +334885,2816.52829,1589.297981,2296.329834,1304.52144,2094.435735 +334886,2817.097106,1586.293448,2296.522048,1306.807177,2094.522491 +334887,2817.673662,1583.335021,2296.70066,1309.163874,2094.537966 +334888,2818.256021,1580.420698,2296.867158,1311.589742,2094.491251 +334889,2818.842521,1577.549287,2297.022655,1314.084283,2094.389839 +334890,2819.431521,1574.719073,2297.16785,1316.733141,2094.239865 +334891,2820.019196,1572.98038,2297.301708,1319.159512,2094.044593 +334892,2820.593792,1571.280971,2297.415461,1321.832166,2093.805813 +334893,2821.150316,1569.350055,2297.505117,1324.487341,2093.527727 +334894,2821.690488,1567.531121,2297.571993,1327.213517,2093.215944 +334895,2822.217223,1565.712407,2297.618763,1329.999427,2092.874783 +334896,2822.73307,1563.909507,2297.648037,1332.844547,2092.507548 +334897,2823.240784,1562.123222,2297.662506,1335.659684,2092.117608 +334898,2823.741146,1560.353152,2297.663504,1338.842542,2091.706859 +334899,2824.234013,1558.599594,2297.651664,1341.670618,2091.276458 +334900,2824.71984,1556.862174,2297.627907,1344.828788,2090.82795 +334901,2825.198605,1555.141212,2297.592759,1347.95746,2090.362373 +334902,2825.670422,1553.436364,2297.546772,1351.157966,2089.880775 +334903,2826.133402,1551.747983,2297.489161,1354.418714,2089.590734 +334904,2826.587023,1550.07575,2297.419951,1357.739472,2089.072934 +334905,2827.028084,1548.420039,2297.337402,1363.321487,2088.532573 +334906,2827.459841,1546.780546,2297.243728,1365.824232,2087.976552 +334907,2827.885486,1545.157644,2297.140185,1372.060079,2087.408357 +334908,2828.323379,1543.551031,2297.037024,1369.452978,2086.841194 +334909,2828.797551,1541.961089,2296.9482,1368.708971,2086.292453 +334910,2829.263941,1540.387524,2296.844878,1383.269769,2085.726475 +334911,2829.701709,1538.830853,2296.713046,1381.459627,2085.125787 +334912,2830.143159,1537.29075,2296.572425,1386.403944,2084.514556 +334913,2830.594245,1535.767521,2296.426317,1390.418154,2083.896709 +334914,2831.050589,1534.260841,2296.271861,1394.204627,2083.268739 +334915,2831.513577,1532.77108,2296.110056,1398.262993,2082.631991 +334916,2831.988444,1531.297914,2295.940762,1402.300701,2081.986407 +334917,2832.467296,1529.841701,2295.76388,1406.413826,2081.331955 +334918,2832.953586,1528.402102,2295.579323,1410.684177,2080.668613 +334919,2833.428666,1526.97945,2295.379307,1419.672728,2079.986764 +334920,2833.921146,1525.573412,2295.178479,1414.475017,2079.304607 +334921,2835.099697,1546.880909,2295.690649,1445.914352,2079.959567 +334922,2838.923934,1546.75357,2297.764979,1461.967401,2083.084275 +334923,2844.018943,1546.168384,2300.630191,1443.33618,2087.5335 +334924,2848.875615,1545.456249,2303.410742,1468.682143,2092.021936 +334925,2852.822224,1544.6572,2305.696793,1466.016569,2095.92921 +334926,2855.892703,1543.808375,2307.484147,1481.65776,2099.195043 +334927,2858.400327,1542.931638,2308.936458,1464.161817,2101.994577 +334928,2860.519715,1542.039609,2310.134724,1506.252699,2104.414173 +334929,2862.431395,1541.140203,2311.184141,1461.701992,2106.578476 +334930,2864.328742,1540.237038,2312.203869,1520.574838,2108.635064 +334931,2866.161912,1539.33331,2313.158367,1473.473885,2110.54301 +334932,2868.057088,1538.430262,2314.133823,1529.973908,2112.414156 +334933,2869.850396,1537.529619,2315.025901,1504.178329,2114.124137 +334934,2871.320337,1536.63169,2315.698399,1511.782282,2115.507797 +334935,2872.89676,1535.737826,2316.419273,1524.544265,2116.900934 +334936,2874.798027,1534.847975,2317.331681,1526.176131,2118.486416 +334937,2876.87541,1533.962967,2318.342463,1532.529429,2120.155969 +334938,2879.051232,1533.082723,2319.410873,1538.092891,2121.865983 +334939,2881.302236,1532.207872,2320.521462,1543.741974,2123.602234 +334940,2883.876574,1531.338109,2321.651919,1549.519857,2125.340223 +334941,2886.157058,1530.474001,2322.790359,1555.092102,2127.067295 +334942,2888.438822,1529.615192,2323.933244,1561.102315,2128.780633 +334943,2890.73336,1528.762185,2325.076836,1566.866347,2130.476972 +334944,2893.031717,1527.914591,2326.216128,1572.787783,2132.151421 +334945,2895.338598,1527.072888,2327.349968,1578.599082,2133.803822 +334946,2897.649374,1526.236663,2328.479829,1584.750079,2135.437264 +334947,2899.968006,1525.406368,2329.604978,1590.761177,2137.052063 +334948,2902.281642,1524.581562,2330.721529,1596.792666,2138.852198 +334949,2904.704927,1523.76274,2331.898797,1608.529271,2140.50655 +334950,2907.12891,1522.94932,2333.263583,1606.640149,2142.139163 +334951,2909.442721,1522.258666,2334.349566,1616.288833,2143.66919 +334952,2911.762651,1521.598127,2335.439717,1622.084741,2145.187675 +334953,2914.113239,1520.956438,2336.561442,1628.255633,2146.712308 +334954,2916.466519,1520.330143,2337.700528,1634.408696,2148.221383 +334955,2918.915389,1517.932631,2338.914762,1644.774328,2149.790399 +334956,2921.799004,1517.016034,2340.026762,1652.079522,2151.458133 +334957,2924.906842,1516.301766,2341.051002,1659.008062,2153.152254 +334958,2928.005469,1515.65288,2342.050825,1665.700352,2154.815107 +334959,2931.01358,1515.043674,2343.082337,1672.856748,2156.444551 +334960,2933.928665,1514.463227,2344.163327,1679.682577,2158.047747 +334961,2936.77058,1513.907165,2345.288134,1686.619913,2159.628087 +334962,2939.566569,1513.372581,2346.450441,1693.422862,2161.192836 +334963,2942.341608,1512.858409,2347.648379,1700.59641,2162.751905 +334964,2945.107087,1512.363253,2348.877923,1707.588447,2164.308877 +334965,2947.993764,1511.785147,2350.215276,1719.823407,2165.965236 +334966,2950.871337,1511.474973,2351.573618,1719.601894,2167.618052 +334967,2956.288459,1510.963042,2354.574621,1729.198392,2171.300698 +334968,2957.535295,1510.553046,2354.963391,1736.235937,2171.710878 +334969,2959.679814,1510.145963,2355.93676,1743.173815,2172.826132 +334970,2962.107277,1509.754013,2357.087574,1749.946775,2174.130331 +334971,2964.697057,1509.378176,2358.339878,1757.405628,2175.533709 +334972,2967.388909,1509.017641,2359.660859,1764.455241,2177.00286 +334973,2970.619913,1508.672593,2361.15595,1779.004889,2178.675393 +334974,2973.744244,1508.342284,2362.793055,1782.668452,2180.515708 +334975,2976.87528,1508.026812,2364.453722,1793.436766,2182.378632 +334976,2980.084665,1507.825686,2366.177162,1803.395574,2184.313879 +334977,2983.52795,1507.392347,2368.059601,1816.983586,2186.441795 +334978,2987.017109,1507.18901,2369.981738,1820.51373,2188.613882 +334979,2990.349161,1506.914868,2371.814532,1831.328749,2190.668417 +334980,2993.782345,1506.668412,2373.721034,1845.305964,2192.807471 +334981,2996.999116,1473.220502,2375.753154,1813.749752,2195.496732 +334982,2996.74325,1472.765775,2375.038212,1831.282526,2193.815966 +334983,2990.315626,1472.273772,2370.075938,1834.747076,2186.140721 +334984,2986.041315,1471.885644,2366.390509,1848.745036,2179.71612 +334985,2984.196007,1471.510775,2364.263442,1853.027661,2175.123203 +334986,2984.350645,1471.154205,2363.479392,1867.058831,2172.2337 +334987,2985.789658,1470.910696,2363.604253,1871.558517,2170.583919 +334988,2987.941194,1470.445157,2364.285653,1884.317264,2169.770492 +334989,2990.647047,1466.706586,2365.415422,1894.632944,2169.669164 +334990,2993.464604,1465.921977,2366.377748,1899.261807,2169.99017 +334991,2996.349738,1465.224717,2367.071524,1906.066027,2170.416235 +334992,2998.603206,1464.689164,2367.589139,1909.346247,2170.793201 +334993,3000.478243,1464.187277,2367.959929,1912.909634,2171.009024 +334994,3002.012707,1463.716951,2368.20556,1916.758727,2171.046129 +334995,3003.303192,1463.271836,2368.36312,1920.825809,2170.952946 +334996,3004.4273,1462.847609,2368.459041,1925.018748,2170.775054 +334997,3005.440732,1462.442527,2368.513624,1929.269192,2170.547718 +334998,3006.382618,1462.054747,2368.543118,1933.540843,2170.296939 +334999,3007.280034,1461.683749,2368.559924,1937.818945,2170.041248 +335000,3008.151614,1461.328368,2368.572939,1942.098759,2169.79353 +335001,3009.009944,1460.988447,2368.58815,1946.378739,2169.562369 +335002,3009.863412,1460.663055,2368.609455,1950.657997,2169.353268 +335003,3010.717483,1460.352175,2368.63926,1954.93573,2169.169414 +335004,3011.575636,1460.054983,2368.679018,1959.211358,2169.012417 +335005,3012.716694,1459.771536,2368.727889,1963.48277,2168.880677 +335006,3013.551919,1459.501075,2368.784773,1967.940115,2168.772017 +335007,3014.386734,1459.243714,2368.851648,1972.178301,2168.687915 +335008,3015.235248,1458.998734,2368.93107,1976.410175,2168.630505 +335009,3018.685182,1458.767638,2370.730767,1982.503076,2170.739032 +335010,3018.25309,1458.544476,2369.991545,1985.751194,2169.69444 +335011,3018.619344,1457.540066,2369.780937,1989.576039,2169.316711 +335012,3019.156437,1456.374866,2369.632403,1993.557305,2169.12299 +335013,3019.723559,1455.130456,2369.423088,1997.57851,2169.035888 +335014,3020.268936,1453.825972,2369.11468,2001.588198,2169.026961 +335015,3020.776789,1452.47138,2368.705491,2005.570911,2169.079097 +335016,3021.247199,1451.07116,2368.206968,2009.528499,2169.181351 +335017,3021.684403,1449.628951,2367.631638,2013.466706,2169.326039 +335018,3022.092142,1448.146274,2366.989334,2017.389545,2169.507117 +335019,3022.472653,1446.625459,2366.287076,2021.298493,2169.719311 +335020,3022.827152,1445.066528,2365.530052,2025.193537,2169.958015 +335021,3025.983599,1443.473613,2366.431391,2030.938676,2172.361294 +335022,3024.712114,1441.84015,2364.729284,2033.802335,2171.600005 +335023,3024.452129,1440.177418,2363.501445,2037.232494,2171.50149 +335024,3024.403806,1438.383969,2362.368337,2041.038027,2171.575452 +335025,3024.458704,1436.789719,2361.264831,2044.719861,2171.738082 +335026,3024.564506,1434.959102,2360.16539,2048.438286,2171.958691 +335027,3024.68889,1433.176417,2359.054915,2052.169009,2172.218781 +335028,3024.824374,1431.348295,2357.924542,2055.897612,2172.506103 +335029,3024.968293,1429.489033,2356.769555,2059.616063,2172.812661 +335030,3025.110208,1427.59871,2355.587543,2063.319984,2173.133111 +335031,3025.251596,1425.678289,2354.377076,2067.006695,2173.463439 +335032,3025.380658,1423.820616,2353.136768,2070.673814,2173.799923 +335033,3025.488507,1425.002673,2351.859405,2074.506597,2174.13173 +335034,3025.726683,1423.909371,2350.923684,2077.818805,2174.450042 +335035,3026.053923,1421.962661,2350.195567,2080.970375,2174.763547 +335036,3026.379257,1420.207672,2349.473091,2084.131563,2175.077761 +335037,3026.655559,1418.274763,2348.648093,2087.3683,2175.390352 +335038,3026.863727,1416.316241,2347.694733,2090.858266,2175.701333 +335039,3027.013615,1414.305152,2346.627528,2094.14264,2176.009149 +335040,3027.110444,1412.250789,2345.46788,2097.595672,2176.315188 +335041,3027.344871,1343.879279,2344.353637,2101.064645,2176.773549 +335042,3017.984226,1341.157836,2336.078017,2098.849374,2166.528052 +335043,3004.857095,1338.560308,2324.643743,2094.850241,2151.084986 +335044,2992.812051,1336.002343,2313.946115,2092.544513,2136.025091 +335045,2984.310684,1333.42981,2305.427807,2092.719084,2123.604582 +335046,2978.745089,1330.833742,2298.926615,2094.768329,2113.873687 +335047,2975.100645,1328.120803,2293.822106,2098.052964,2106.176715 +335048,2972.547273,1325.599629,2289.579363,2100.929791,2099.90344 +335049,2970.591384,1322.945003,2285.872907,2104.595541,2094.655482 +335050,2968.978078,1320.121953,2282.515784,2107.989538,2090.194946 +335051,2967.579669,1317.442799,2279.40783,2111.531548,2086.373075 +335052,2968.986995,1314.661256,2278.179667,2116.671184,2085.213004 +335053,2966.463704,1311.854958,2274.542168,2118.902076,2081.336987 +335054,2964.805294,1308.937516,2271.510945,2121.645065,2078.47778 +335055,2963.39974,1309.48004,2268.673913,2124.722113,2076.083074 +335056,2962.152484,1307.233362,2266.312809,2127.053681,2074.0201 +335057,2961.009592,1304.683974,2264.266523,2129.06486,2072.231007 +335058,2959.921873,1301.994563,2262.307808,2131.094926,2070.672363 +335059,2958.849998,1299.223955,2260.310739,2133.288063,2069.304236 +335060,2957.76968,1296.390083,2258.229738,2135.634296,2068.093518 +335061,2956.667658,1293.501022,2256.068708,2138.069487,2067.013922 +335062,2955.53716,1290.5596,2253.834886,2140.536177,2066.044969 +335063,2954.374651,1287.568618,2251.541777,2143.000305,2065.170528 +335064,2953.177349,1284.613056,2249.1912,2145.445728,2064.377015 +335065,2951.944293,1281.315545,2246.787571,2147.866565,2063.65401 +335066,2950.674938,1278.359924,2244.335195,2150.260393,2062.992911 +335067,2949.368047,1275.103248,2241.836758,2152.624977,2062.38579 +335068,2948.022973,1271.88084,2239.294292,2154.958559,2061.826188 +335069,2946.637107,1268.598537,2236.707947,2157.457,2061.306953 +335070,2945.209008,1265.267188,2234.078245,2159.710335,2060.822623 +335071,2943.737293,1262.852474,2231.405469,2161.919106,2060.368374 +335072,2942.322371,1260.614027,2228.798677,2164.164014,2059.936419 +335073,2941.028136,1258.450832,2226.327256,2166.487528,2059.517892 +335074,2939.861039,1256.255321,2224.002212,2168.883289,2059.104849 +335075,2938.796353,1254.300152,2221.803522,2171.323083,2058.690509 +335076,2937.804656,1252.200966,2219.70529,2173.780089,2058.270542 +335077,2936.86356,1250.199775,2217.686672,2176.237376,2057.843222 +335078,2935.672501,1248.213385,2215.734559,2178.688197,2057.410249 +335079,2934.815434,1246.251492,2213.839088,2181.129242,2056.972545 +335080,2933.986084,1244.394275,2211.990149,2183.555945,2056.527654 +335081,2933.168118,1242.358542,2210.180795,2185.966233,2056.075079 +335082,2932.355383,1240.519726,2208.407045,2188.3604,2055.616621 +335083,2931.545996,1238.632389,2206.665456,2190.73848,2055.153649 +335084,2930.73972,1236.775706,2204.953152,2193.100391,2054.687346 +335085,2929.936487,1234.937913,2203.267745,2195.446014,2054.218763 +335086,2929.135893,1233.117738,2201.607173,2197.775133,2053.748751 +335087,2928.339038,1231.314717,2199.780454,2200.088736,2053.2794 +335088,2927.545934,1229.446845,2198.177168,2202.38707,2052.811943 +335089,2926.753351,1227.794585,2196.59828,2204.668058,2052.344936 +335090,2925.959178,1225.9829,2195.036868,2206.930432,2051.877666 +335091,2925.227004,1224.254244,2193.490065,2209.174102,2051.410538 +335092,2924.628358,1222.529014,2191.956369,2211.398251,2050.943076 +335093,2924.186638,1220.817689,2190.434344,2213.601357,2050.473948 +335094,2923.887753,1219.120246,2188.922633,2215.78197,2050.00183 +335095,2926.361065,1217.438003,2189.105525,2219.811129,2051.64159 +335096,2924.9104,1215.764584,2186.778696,2220.938794,2050.135607 +335097,2924.337016,1214.108958,2184.970359,2222.626082,2049.262904 +335098,2924.057408,1212.463642,2183.305759,2224.493077,2048.544845 +335099,2923.957387,1210.831463,2181.720194,2226.453913,2047.90333 +335100,2923.976,1209.211557,2180.185693,2228.452192,2047.309129 +335101,2061.473262,1207.555348,1083.511239,1778.094837,2463.767818 +335102,2144.171416,1337.340005,1126.894218,1850.232124,2514.233711 +335103,2233.141957,1341.251964,1176.037793,1925.528012,2551.362668 +335104,2302.030949,1341.100543,1216.646811,1978.276399,2568.075276 +335105,2354.162687,1341.603503,1249.328892,2011.946916,2577.044027 +335106,2393.047197,1341.259141,1275.290287,2032.048843,2582.385309 +335107,2422.66399,1340.606564,1296.242085,2044.259966,2585.849928 +335108,2446.049947,1339.926052,1313.753281,2052.516051,2588.356781 +335109,2465.074604,1339.213281,1328.369078,2058.855787,2590.350972 +335110,2480.869861,1338.476214,1340.838542,2064.171773,2592.080599 +335111,2494.136645,1337.725897,1351.54287,2068.81362,2593.659315 +335112,2505.35341,1336.966711,1360.755397,2073.109581,2595.109491 +335113,2514.89462,1336.207239,1368.704631,2076.788101,2596.443471 +335114,2523.073593,1335.426798,1375.586682,2080.144351,2597.673079 +335115,2530.146974,1334.672252,1381.567485,2083.26536,2598.808453 +335116,2536.326232,1333.843461,1386.788723,2086.21556,2599.862905 +335117,2541.754406,1333.236336,1391.356283,2089.016519,2600.820318 +335118,2546.591125,1332.451141,1395.381268,2091.716255,2601.717944 +335119,2550.964377,1331.755229,1398.956404,2094.349834,2602.587304 +335120,2554.947432,1331.057025,1402.144877,2096.919574,2603.42364 +335121,2558.603454,1330.371924,1405.002009,2099.429944,2604.228595 +335122,2561.985217,1329.698221,1407.575163,2101.885917,2605.00602 +335123,2565.136059,1329.037182,1409.90441,2104.292098,2605.760107 +335124,2568.091404,1328.386838,1412.023561,2106.652423,2606.494897 +335125,2570.879781,1325.066301,1413.961002,2108.969955,2607.213816 +335126,2573.571269,1323.999983,1415.630121,2111.762603,2607.921269 +335127,2576.168062,1323.154133,1417.089182,2114.809769,2608.617949 +335128,2578.662728,1322.372064,1418.411076,2117.818807,2609.305891 +335129,2581.055621,1321.628936,1419.640187,2120.652053,2609.987066 +335130,2583.353934,1320.91159,1420.79673,2123.299162,2610.66308 +335131,2585.566934,1319.868846,1421.889338,2125.800026,2611.335028 +335132,2587.644541,1318.781424,1422.908262,2128.040669,2612.001337 +335133,2589.559556,1317.676286,1423.848616,2129.961975,2612.663123 +335134,2591.312829,1316.558933,1424.712706,2131.579666,2613.32187 +335135,2592.918365,1315.432627,1425.506342,2132.944229,2613.978448 +335136,2594.392166,1314.297703,1426.23588,2134.10234,2614.633222 +335137,2595.747664,1313.155386,1426.906935,2135.087479,2615.286163 +335138,2596.995419,1312.005735,1427.524229,2135.921886,2615.93712 +335139,2598.143542,1310.849102,1428.091742,2136.620411,2616.585841 +335140,2599.198677,1309.685266,1428.612911,2137.193549,2617.23203 +335141,2600.166299,1308.514464,1429.09074,2137.649161,2617.875309 +335142,2601.05105,1307.336425,1429.527885,2137.993393,2618.515266 +335143,2601.856878,1306.151361,1429.926697,2138.231136,2619.151426 +335144,2602.587173,1304.959092,1430.289277,2138.366351,2619.783308 +335145,2603.244814,1303.759101,1430.617493,2138.402281,2620.41039 +335146,2603.832294,1302.552575,1430.91303,2138.341646,2621.032155 +335147,2604.351801,1301.338548,1431.177398,2138.186755,2621.648063 +335148,2604.805263,1300.117235,1431.411978,2137.939631,2622.257605 +335149,2605.194377,1298.888795,1431.618022,2137.602055,2622.860263 +335150,2605.520622,1297.652996,1431.796681,2137.175631,2623.45555 +335151,2605.785329,1296.410088,1431.949012,2136.661802,2624.042978 +335152,2605.989666,1295.170724,1432.075994,2136.061898,2624.622095 +335153,2606.140422,1293.916105,1432.17898,2135.390602,2625.192455 +335154,2606.236949,1292.652992,1432.258705,2134.643842,2625.753662 +335155,2606.277264,1291.38257,1432.315734,2133.81504,2626.305317 +335156,2606.260578,1290.104833,1432.350678,2132.901424,2626.84705 +335157,2606.187207,1288.820134,1432.364191,2131.903503,2627.378503 +335158,2606.058039,1287.528319,1432.356937,2130.823124,2627.899356 +335159,2605.874054,1286.229694,1432.329552,2129.662168,2628.409303 +335160,2605.63613,1284.924092,1432.282649,2128.422146,2628.908074 +335161,0,0,0,0,0 +335162,0,0,0,0,0 +335163,0,0,0,0,0 +335164,0,0,0,0,0 +335165,0,0,0,0,0 +335166,0,0,0,0,0 +335167,0,0,0,0,0 +335168,0,0,0,0,0 +335169,0,0,0,0,0 +335170,0,0,0,0,0 +335171,0,0,0,0,0 +335172,0,0,0,0,0 +335173,0,0,0,0,0 +335174,0,0,0,0,0 +335175,0,0,0,0,0 +335176,0,0,0,0,0 +335177,0,0,0,0,0 +335178,0,0,0,0,0 +335179,0,0,0,0,0 +335180,0,0,0,0,0 +335181,0,0,0,0,0 +335182,0,0,0,0,0 +335183,0,0,0,0,0 +335184,0,0,0,0,0 +335185,0,0,0,0,0 +335186,0,0,0,0,0 +335187,0,0,0,0,0 +335188,0,0,0,0,0 +335189,0,0,0,0,0 +335190,0,0,0,0,0 +335191,0,0,0,0,0 +335192,0,0,0,0,0 +335193,0,0,0,0,0 +335194,0,0,0,0,0 +335195,0,0,0,0,0 +335196,0,0,0,0,0 +335197,0,0,0,0,0 +335198,0,0,0,0,0 +335199,0,0,0,0,0 +335200,0,0,0,0,0 +335201,0,0,0,0,0 +335202,0,0,0,0,0 +335203,0,0,0,0,0 +335204,0,0,0,0,0 +335205,0,0,0,0,0 +335206,0,0,0,0,0 +335207,0,0,0,0,0 +335208,0,0,0,0,0 +335209,0,0,0,0,0 +335210,0,0,0,0,0 +335211,0,0,0,0,0 +335212,0,0,0,0,0 +335213,0,0,0,0,0 +335214,0,0,0,0,0 +335215,0,0,0,0,0 +335216,0,0,0,0,0 +335217,0,0,0,0,0 +335218,0,0,0,0,0 +335219,0,0,0,0,0 +335220,0,0,0,0,0 +335221,0,0,0,0,0 +335222,0,0,0,0,0 +335223,0,0,0,0,0 +335224,0,0,0,0,0 +335225,0,0,0,0,0 +335226,0,0,0,0,0 +335227,0,0,0,0,0 +335228,0,0,0,0,0 +335229,0,0,0,0,0 +335230,0,0,0,0,0 +335231,0,0,0,0,0 +335232,0,0,0,0,0 +335233,0,0,0,0,0 +335234,0,0,0,0,0 +335235,0,0,0,0,0 +335236,0,0,0,0,0 +335237,0,0,0,0,0 +335238,0,0,0,0,0 +335239,0,0,0,0,0 +335240,0,0,0,0,0 +335241,0,0,0,0,0 +335242,0,0,0,0,0 +335243,0,0,0,0,0 +335244,0,0,0,0,0 +335245,0,0,0,0,0 +335246,0,0,0,0,0 +335247,0,0,0,0,0 +335248,0,0,0,0,0 +335249,0,0,0,0,0 +335250,0,0,0,0,0 +335251,0,0,0,0,0 +335252,0,0,0,0,0 +335253,0,0,0,0,0 +335254,0,0,0,0,0 +335255,0,0,0,0,0 +335256,0,0,0,0,0 +335257,0,0,0,0,0 +335258,0,0,0,0,0 +335259,0,0,0,0,0 +335260,0,0,0,0,0 +335261,0,0,0,0,0 +335262,0,0,0,0,0 +335263,0,0,0,0,0 +335264,0,0,0,0,0 +335265,0,0,0,0,0 +335266,0,0,0,0,0 +335267,0,0,0,0,0 +335268,0,0,0,0,0 +335269,0,0,0,0,0 +335270,0,0,0,0,0 +335271,0,0,0,0,0 +335272,0,0,0,0,0 +335273,0,0,0,0,0 +335274,0,0,0,0,0 +335275,0,0,0,0,0 +335276,0,0,0,0,0 +335277,0,0,0,0,0 +335278,0,0,0,0,0 +335279,0,0,0,0,0 +335280,0,0,0,0,0 +335281,0,0,0,0,0 +335282,0,0,0,0,0 +335283,0,0,0,0,0 +335284,0,0,0,0,0 +335285,0,0,0,0,0 +335286,0,0,0,0,0 +335287,0,0,0,0,0 +335288,0,0,0,0,0 +335289,0,0,0,0,0 +335290,0,0,0,0,0 +335291,0,0,0,0,0 +335292,0,0,0,0,0 +335293,0,0,0,0,0 +335294,0,0,0,0,0 +335295,0,0,0,0,0 +335296,0,0,0,0,0 +335297,0,0,0,0,0 +335298,0,0,0,0,0 +335299,0,0,0,0,0 +335300,0,0,0,0,0 +335301,0,0,0,0,0 +335302,0,0,0,0,0 +335303,0,0,0,0,0 +335304,0,0,0,0,0 +335305,0,0,0,0,0 +335306,0,0,0,0,0 +335307,0,0,0,0,0 +335308,0,0,0,0,0 +335309,0,0,0,0,0 +335310,0,0,0,0,0 +335311,0,0,0,0,0 +335312,0,0,0,0,0 +335313,0,0,0,0,0 +335314,0,0,0,0,0 +335315,0,0,0,0,0 +335316,0,0,0,0,0 +335317,0,0,0,0,0 +335318,0,0,0,0,0 +335319,0,0,0,0,0 +335320,0,0,0,0,0 +335321,0,0,0,0,0 +335322,0,0,0,0,0 +335323,0,0,0,0,0 +335324,0,0,0,0,0 +335325,0,0,0,0,0 +335326,0,0,0,0,0 +335327,0,0,0,0,0 +335328,0,0,0,0,0 +335329,0,0,0,0,0 +335330,0,0,0,0,0 +335331,0,0,0,0,0 +335332,0,0,0,0,0 +335333,0,0,0,0,0 +335334,0,0,0,0,0 +335335,0,0,0,0,0 +335336,0,0,0,0,0 +335337,0,0,0,0,0 +335338,0,0,0,0,0 +335339,0,0,0,0,0 +335340,0,0,0,0,0 +335341,0,0,0,0,0 +335342,0,0,0,0,0 +335343,0,0,0,0,0 +335344,0,0,0,0,0 +335345,0,0,0,0,0 +335346,0,0,0,0,0 +335347,0,0,0,0,0 +335348,0,0,0,0,0 +335349,0,0,0,0,0 +335350,0,0,0,0,0 +335351,0,0,0,0,0 +335352,0,0,0,0,0 +335353,0,0,0,0,0 +335354,0,0,0,0,0 +335355,0,0,0,0,0 +335356,0,0,0,0,0 +335357,0,0,0,0,0 +335358,0,0,0,0,0 +335359,0,0,0,0,0 +335360,0,0,0,0,0 +335361,0,0,0,0,0 +335362,0,0,0,0,0 +335363,0,0,0,0,0 +335364,0,0,0,0,0 +335365,0,0,0,0,0 +335366,0,0,0,0,0 +335367,0,0,0,0,0 +335368,0,0,0,0,0 +335369,0,0,0,0,0 +335370,0,0,0,0,0 +335371,0,0,0,0,0 +335372,0,0,0,0,0 +335373,0,0,0,0,0 +335374,0,0,0,0,0 +335375,0,0,0,0,0 +335376,0,0,0,0,0 +335377,0,0,0,0,0 +335378,0,0,0,0,0 +335379,0,0,0,0,0 +335380,0,0,0,0,0 +335381,0,0,0,0,0 +335382,0,0,0,0,0 +335383,0,0,0,0,0 +335384,0,0,0,0,0 +335385,0,0,0,0,0 +335386,0,0,0,0,0 +335387,0,0,0,0,0 +335388,0,0,0,0,0 +335389,0,0,0,0,0 +335390,0,0,0,0,0 +335391,0,0,0,0,0 +335392,0,0,0,0,0 +335393,0,0,0,0,0 +335394,0,0,0,0,0 +335395,0,0,0,0,0 +335396,0,0,0,0,0 +335397,0,0,0,0,0 +335398,0,0,0,0,0 +335399,0,0,0,0,0 +335400,0,0,0,0,0 +335401,0,0,0,0,0 +335402,0,0,0,0,0 +335403,0,0,0,0,0 +335404,0,0,0,0,0 +335405,0,0,0,0,0 +335406,0,0,0,0,0 +335407,0,0,0,0,0 +335408,0,0,0,0,0 +335409,0,0,0,0,0 +335410,0,0,0,0,0 +335411,0,0,0,0,0 +335412,0,0,0,0,0 +335413,0,0,0,0,0 +335414,0,0,0,0,0 +335415,0,0,0,0,0 +335416,0,0,0,0,0 +335417,0,0,0,0,0 +335418,0,0,0,0,0 +335419,0,0,0,0,0 +335420,0,0,0,0,0 +335421,0,0,0,0,0 +335422,0,0,0,0,0 +335423,0,0,0,0,0 +335424,0,0,0,0,0 +335425,0,0,0,0,0 +335426,0,0,0,0,0 +335427,0,0,0,0,0 +335428,0,0,0,0,0 +335429,0,0,0,0,0 +335430,0,0,0,0,0 +335431,0,0,0,0,0 +335432,0,0,0,0,0 +335433,0,0,0,0,0 +335434,0,0,0,0,0 +335435,0,0,0,0,0 +335436,0,0,0,0,0 +335437,0,0,0,0,0 +335438,0,0,0,0,0 +335439,0,0,0,0,0 +335440,0,0,0,0,0 +335441,0,0,0,0,0 +335442,0,0,0,0,0 +335443,0,0,0,0,0 +335444,0,0,0,0,0 +335445,0,0,0,0,0 +335446,0,0,0,0,0 +335447,0,0,0,0,0 +335448,0,0,0,0,0 +335449,0,0,0,0,0 +335450,0,0,0,0,0 +335451,0,0,0,0,0 +335452,0,0,0,0,0 +335453,0,0,0,0,0 +335454,0,0,0,0,0 +335455,0,0,0,0,0 +335456,0,0,0,0,0 +335457,0,0,0,0,0 +335458,0,0,0,0,0 +335459,0,0,0,0,0 +335460,0,0,0,0,0 +335461,0,0,0,0,0 +335462,0,0,0,0,0 +335463,0,0,0,0,0 +335464,0,0,0,0,0 +335465,0,0,0,0,0 +335466,0,0,0,0,0 +335467,0,0,0,0,0 +335468,0,0,0,0,0 +335469,0,0,0,0,0 +335470,0,0,0,0,0 +335471,0,0,0,0,0 +335472,0,0,0,0,0 +335473,0,0,0,0,0 +335474,0,0,0,0,0 +335475,0,0,0,0,0 +335476,0,0,0,0,0 +335477,0,0,0,0,0 +335478,0,0,0,0,0 +335479,0,0,0,0,0 +335480,0,0,0,0,0 +335481,0,0,0,0,0 +335482,0,0,0,0,0 +335483,0,0,0,0,0 +335484,0,0,0,0,0 +335485,0,0,0,0,0 +335486,0,0,0,0,0 +335487,0,0,0,0,0 +335488,0,0,0,0,0 +335489,0,0,0,0,0 +335490,0,0,0,0,0 +335491,0,0,0,0,0 +335492,0,0,0,0,0 +335493,0,0,0,0,0 +335494,0,0,0,0,0 +335495,0,0,0,0,0 +335496,0,0,0,0,0 +335497,0,0,0,0,0 +335498,0,0,0,0,0 +335499,0,0,0,0,0 +335500,0,0,0,0,0 +335501,0,0,0,0,0 +335502,0,0,0,0,0 +335503,0,0,0,0,0 +335504,0,0,0,0,0 +335505,0,0,0,0,0 +335506,0,0,0,0,0 +335507,0,0,0,0,0 +335508,0,0,0,0,0 +335509,0,0,0,0,0 +335510,0,0,0,0,0 +335511,0,0,0,0,0 +335512,0,0,0,0,0 +335513,0,0,0,0,0 +335514,0,0,0,0,0 +335515,0,0,0,0,0 +335516,0,0,0,0,0 +335517,0,0,0,0,0 +335518,0,0,0,0,0 +335519,0,0,0,0,0 +335520,0,0,0,0,0 +335521,0,0,0,0,0 +335522,0,0,0,0,0 +335523,0,0,0,0,0 +335524,0,0,0,0,0 +335525,0,0,0,0,0 +335526,0,0,0,0,0 +335527,0,0,0,0,0 +335528,0,0,0,0,0 +335529,0,0,0,0,0 +335530,0,0,0,0,0 +335531,0,0,0,0,0 +335532,0,0,0,0,0 +335533,0,0,0,0,0 +335534,0,0,0,0,0 +335535,0,0,0,0,0 +335536,0,0,0,0,0 +335537,0,0,0,0,0 +335538,0,0,0,0,0 +335539,0,0,0,0,0 +335540,0,0,0,0,0 +335541,0,0,0,0,0 +335542,0,0,0,0,0 +335543,0,0,0,0,0 +335544,0,0,0,0,0 +335545,0,0,0,0,0 +335546,0,0,0,0,0 +335547,0,0,0,0,0 +335548,0,0,0,0,0 +335549,0,0,0,0,0 +335550,0,0,0,0,0 +335551,0,0,0,0,0 +335552,0,0,0,0,0 +335553,0,0,0,0,0 +335554,0,0,0,0,0 +335555,0,0,0,0,0 +335556,0,0,0,0,0 +335557,0,0,0,0,0 +335558,0,0,0,0,0 +335559,0,0,0,0,0 +335560,0,0,0,0,0 +335561,0,0,0,0,0 +335562,0,0,0,0,0 +335563,0,0,0,0,0 +335564,0,0,0,0,0 +335565,0,0,0,0,0 +335566,0,0,0,0,0 +335567,0,0,0,0,0 +335568,0,0,0,0,0 +335569,0,0,0,0,0 +335570,0,0,0,0,0 +335571,0,0,0,0,0 +335572,0,0,0,0,0 +335573,0,0,0,0,0 +335574,0,0,0,0,0 +335575,0,0,0,0,0 +335576,0,0,0,0,0 +335577,0,0,0,0,0 +335578,0,0,0,0,0 +335579,0,0,0,0,0 +335580,0,0,0,0,0 +335581,0,0,0,0,0 +335582,0,0,0,0,0 +335583,0,0,0,0,0 +335584,0,0,0,0,0 +335585,0,0,0,0,0 +335586,0,0,0,0,0 +335587,0,0,0,0,0 +335588,0,0,0,0,0 +335589,0,0,0,0,0 +335590,0,0,0,0,0 +335591,0,0,0,0,0 +335592,0,0,0,0,0 +335593,0,0,0,0,0 +335594,0,0,0,0,0 +335595,0,0,0,0,0 +335596,0,0,0,0,0 +335597,0,0,0,0,0 +335598,0,0,0,0,0 +335599,0,0,0,0,0 +335600,0,0,0,0,0 +335601,0,0,0,0,0 +335602,0,0,0,0,0 +335603,0,0,0,0,0 +335604,0,0,0,0,0 +335605,0,0,0,0,0 +335606,0,0,0,0,0 +335607,0,0,0,0,0 +335608,0,0,0,0,0 +335609,0,0,0,0,0 +335610,0,0,0,0,0 +335611,0,0,0,0,0 +335612,0,0,0,0,0 +335613,0,0,0,0,0 +335614,0,0,0,0,0 +335615,0,0,0,0,0 +335616,0,0,0,0,0 +335617,0,0,0,0,0 +335618,0,0,0,0,0 +335619,0,0,0,0,0 +335620,0,0,0,0,0 +335621,0,0,0,0,0 +335622,0,0,0,0,0 +335623,0,0,0,0,0 +335624,0,0,0,0,0 +335625,0,0,0,0,0 +335626,0,0,0,0,0 +335627,0,0,0,0,0 +335628,0,0,0,0,0 +335629,0,0,0,0,0 +335630,0,0,0,0,0 +335631,0,0,0,0,0 +335632,0,0,0,0,0 +335633,0,0,0,0,0 +335634,0,0,0,0,0 +335635,0,0,0,0,0 +335636,0,0,0,0,0 +335637,0,0,0,0,0 +335638,0,0,0,0,0 +335639,0,0,0,0,0 +335640,0,0,0,0,0 +335641,0,0,0,0,0 +335642,0,0,0,0,0 +335643,0,0,0,0,0 +335644,0,0,0,0,0 +335645,0,0,0,0,0 +335646,0,0,0,0,0 +335647,0,0,0,0,0 +335648,0,0,0,0,0 +335649,0,0,0,0,0 +335650,0,0,0,0,0 +335651,0,0,0,0,0 +335652,0,0,0,0,0 +335653,0,0,0,0,0 +335654,0,0,0,0,0 +335655,0,0,0,0,0 +335656,0,0,0,0,0 +335657,0,0,0,0,0 +335658,0,0,0,0,0 +335659,0,0,0,0,0 +335660,0,0,0,0,0 +335661,0,0,0,0,0 +335662,0,0,0,0,0 +335663,0,0,0,0,0 +335664,0,0,0,0,0 +335665,0,0,0,0,0 +335666,0,0,0,0,0 +335667,0,0,0,0,0 +335668,0,0,0,0,0 +335669,0,0,0,0,0 +335670,0,0,0,0,0 +335671,0,0,0,0,0 +335672,0,0,0,0,0 +335673,0,0,0,0,0 +335674,0,0,0,0,0 +335675,0,0,0,0,0 +335676,0,0,0,0,0 +335677,0,0,0,0,0 +335678,0,0,0,0,0 +335679,0,0,0,0,0 +335680,0,0,0,0,0 +335681,0,0,0,0,0 +335682,0,0,0,0,0 +335683,0,0,0,0,0 +335684,0,0,0,0,0 +335685,0,0,0,0,0 +335686,0,0,0,0,0 +335687,0,0,0,0,0 +335688,0,0,0,0,0 +335689,0,0,0,0,0 +335690,0,0,0,0,0 +335691,0,0,0,0,0 +335692,0,0,0,0,0 +335693,0,0,0,0,0 +335694,0,0,0,0,0 +335695,0,0,0,0,0 +335696,0,0,0,0,0 +335697,0,0,0,0,0 +335698,0,0,0,0,0 +335699,0,0,0,0,0 +335700,0,0,0,0,0 +335701,0,0,0,0,0 +335702,0,0,0,0,0 +335703,0,0,0,0,0 +335704,0,0,0,0,0 +335705,0,0,0,0,0 +335706,0,0,0,0,0 +335707,0,0,0,0,0 +335708,0,0,0,0,0 +335709,0,0,0,0,0 +335710,0,0,0,0,0 +335711,0,0,0,0,0 +335712,0,0,0,0,0 +335713,0,0,0,0,0 +335714,0,0,0,0,0 +335715,0,0,0,0,0 +335716,0,0,0,0,0 +335717,0,0,0,0,0 +335718,0,0,0,0,0 +335719,0,0,0,0,0 +335720,0,0,0,0,0 +335721,0,0,0,0,0 +335722,0,0,0,0,0 +335723,0,0,0,0,0 +335724,0,0,0,0,0 +335725,0,0,0,0,0 +335726,0,0,0,0,0 +335727,0,0,0,0,0 +335728,0,0,0,0,0 +335729,0,0,0,0,0 +335730,0,0,0,0,0 +335731,0,0,0,0,0 +335732,0,0,0,0,0 +335733,0,0,0,0,0 +335734,0,0,0,0,0 +335735,0,0,0,0,0 +335736,0,0,0,0,0 +335737,0,0,0,0,0 +335738,0,0,0,0,0 +335739,0,0,0,0,0 +335740,0,0,0,0,0 +335741,0,0,0,0,0 +335742,0,0,0,0,0 +335743,0,0,0,0,0 +335744,0,0,0,0,0 +335745,0,0,0,0,0 +335746,0,0,0,0,0 +335747,0,0,0,0,0 +335748,0,0,0,0,0 +335749,0,0,0,0,0 +335750,0,0,0,0,0 +335751,0,0,0,0,0 +335752,0,0,0,0,0 +335753,0,0,0,0,0 +335754,0,0,0,0,0 +335755,0,0,0,0,0 +335756,0,0,0,0,0 +335757,0,0,0,0,0 +335758,0,0,0,0,0 +335759,0,0,0,0,0 +335760,0,0,0,0,0 +335761,0,0,0,0,0 +335762,0,0,0,0,0 +335763,0,0,0,0,0 +335764,0,0,0,0,0 +335765,0,0,0,0,0 +335766,0,0,0,0,0 +335767,0,0,0,0,0 +335768,0,0,0,0,0 +335769,0,0,0,0,0 +335770,0,0,0,0,0 +335771,0,0,0,0,0 +335772,0,0,0,0,0 +335773,0,0,0,0,0 +335774,0,0,0,0,0 +335775,0,0,0,0,0 +335776,0,0,0,0,0 +335777,0,0,0,0,0 +335778,0,0,0,0,0 +335779,0,0,0,0,0 +335780,0,0,0,0,0 +335781,0,0,0,0,0 +335782,0,0,0,0,0 +335783,0,0,0,0,0 +335784,0,0,0,0,0 +335785,0,0,0,0,0 +335786,0,0,0,0,0 +335787,0,0,0,0,0 +335788,0,0,0,0,0 +335789,0,0,0,0,0 +335790,0,0,0,0,0 +335791,0,0,0,0,0 +335792,0,0,0,0,0 +335793,0,0,0,0,0 +335794,0,0,0,0,0 +335795,0,0,0,0,0 +335796,0,0,0,0,0 +335797,0,0,0,0,0 +335798,0,0,0,0,0 +335799,0,0,0,0,0 +335800,0,0,0,0,0 +335801,0,0,0,0,0 +335802,0,0,0,0,0 +335803,0,0,0,0,0 +335804,0,0,0,0,0 +335805,0,0,0,0,0 +335806,0,0,0,0,0 +335807,0,0,0,0,0 +335808,0,0,0,0,0 +335809,0,0,0,0,0 +335810,0,0,0,0,0 +335811,0,0,0,0,0 +335812,0,0,0,0,0 +335813,0,0,0,0,0 +335814,0,0,0,0,0 +335815,0,0,0,0,0 +335816,0,0,0,0,0 +335817,0,0,0,0,0 +335818,0,0,0,0,0 +335819,0,0,0,0,0 +335820,0,0,0,0,0 +335821,0,0,0,0,0 +335822,0,0,0,0,0 +335823,0,0,0,0,0 +335824,0,0,0,0,0 +335825,0,0,0,0,0 +335826,0,0,0,0,0 +335827,0,0,0,0,0 +335828,0,0,0,0,0 +335829,0,0,0,0,0 +335830,0,0,0,0,0 +335831,0,0,0,0,0 +335832,0,0,0,0,0 +335833,0,0,0,0,0 +335834,0,0,0,0,0 +335835,0,0,0,0,0 +335836,0,0,0,0,0 +335837,0,0,0,0,0 +335838,0,0,0,0,0 +335839,0,0,0,0,0 +335840,0,0,0,0,0 +335841,0,0,0,0,0 +335842,0,0,0,0,0 +335843,0,0,0,0,0 +335844,0,0,0,0,0 +335845,0,0,0,0,0 +335846,0,0,0,0,0 +335847,0,0,0,0,0 +335848,0,0,0,0,0 +335849,0,0,0,0,0 +335850,0,0,0,0,0 +335851,0,0,0,0,0 +335852,0,0,0,0,0 +335853,0,0,0,0,0 +335854,0,0,0,0,0 +335855,0,0,0,0,0 +335856,0,0,0,0,0 +335857,0,0,0,0,0 +335858,0,0,0,0,0 +335859,0,0,0,0,0 +335860,0,0,0,0,0 +335861,0,0,0,0,0 +335862,0,0,0,0,0 +335863,0,0,0,0,0 +335864,0,0,0,0,0 +335865,0,0,0,0,0 +335866,0,0,0,0,0 +335867,0,0,0,0,0 +335868,0,0,0,0,0 +335869,0,0,0,0,0 +335870,0,0,0,0,0 +335871,0,0,0,0,0 +335872,0,0,0,0,0 +335873,0,0,0,0,0 +335874,0,0,0,0,0 +335875,0,0,0,0,0 +335876,0,0,0,0,0 +335877,0,0,0,0,0 +335878,0,0,0,0,0 +335879,0,0,0,0,0 +335880,0,0,0,0,0 +335881,0,0,0,0,0 +335882,0,0,0,0,0 +335883,0,0,0,0,0 +335884,0,0,0,0,0 +335885,0,0,0,0,0 +335886,0,0,0,0,0 +335887,0,0,0,0,0 +335888,0,0,0,0,0 +335889,0,0,0,0,0 +335890,0,0,0,0,0 +335891,0,0,0,0,0 +335892,0,0,0,0,0 +335893,0,0,0,0,0 +335894,0,0,0,0,0 +335895,0,0,0,0,0 +335896,0,0,0,0,0 +335897,0,0,0,0,0 +335898,0,0,0,0,0 +335899,0,0,0,0,0 +335900,0,0,0,0,0 +335901,0,0,0,0,0 +335902,0,0,0,0,0 +335903,0,0,0,0,0 +335904,0,0,0,0,0 +335905,0,0,0,0,0 +335906,0,0,0,0,0 +335907,0,0,0,0,0 +335908,0,0,0,0,0 +335909,0,0,0,0,0 +335910,0,0,0,0,0 +335911,0,0,0,0,0 +335912,0,0,0,0,0 +335913,0,0,0,0,0 +335914,0,0,0,0,0 +335915,0,0,0,0,0 +335916,0,0,0,0,0 +335917,0,0,0,0,0 +335918,0,0,0,0,0 +335919,0,0,0,0,0 +335920,0,0,0,0,0 +335921,0,0,0,0,0 +335922,0,0,0,0,0 +335923,0,0,0,0,0 +335924,0,0,0,0,0 +335925,0,0,0,0,0 +335926,0,0,0,0,0 +335927,0,0,0,0,0 +335928,0,0,0,0,0 +335929,0,0,0,0,0 +335930,0,0,0,0,0 +335931,0,0,0,0,0 +335932,0,0,0,0,0 +335933,0,0,0,0,0 +335934,0,0,0,0,0 +335935,0,0,0,0,0 +335936,0,0,0,0,0 +335937,0,0,0,0,0 +335938,0,0,0,0,0 +335939,0,0,0,0,0 +335940,0,0,0,0,0 +335941,2.25612908,1057.68824,483.7763342,1.836026134,-199.4173041 +335942,442.8724922,302.574252,671.404346,202.148519,604.5828804 +335943,435.3143254,289.3177165,658.5362293,198.5532413,595.863101 +335944,423.2312359,283.0366259,643.2298803,192.8619048,578.6725754 +335945,411.0366646,280.8218065,629.4757115,187.1996323,559.9392701 +335946,400.4680655,280.1062966,618.2739476,182.3764232,542.7542312 +335947,391.6881095,279.782067,609.3613413,178.4433911,527.7389104 +335948,384.3582341,279.6062776,602.2298987,175.2154692,514.6028349 +335949,378.1361464,279.6127544,596.4820605,172.5144801,502.9516843 +335950,372.7922047,279.8469014,591.8583564,170.224956,492.5107977 +335951,368.1820278,280.3130529,588.1831191,168.2685164,483.1015175 +335952,364.1967952,280.9876364,585.321311,166.5947578,474.6056548 +335953,360.754128,281.8347873,583.1498102,165.1596287,466.9295977 +335954,357.7776759,282.8297417,581.5727526,163.9303399,459.9895991 +335955,355.2085368,283.9540221,580.5090041,162.8744846,453.7088423 +335956,352.9883622,285.192175,579.8875694,161.9689724,448.0176407 +335957,351.0746207,286.5307634,579.6467273,161.1922583,442.853746 +335958,349.4236016,287.9581481,579.7334897,160.5257492,438.161917 +335959,348.0057912,289.4643994,580.1027556,159.9541403,433.8932884 +335960,346.788443,291.0411031,580.7161847,159.4648993,430.0045472 +335961,345.7514244,292.6811542,581.5411742,159.0476738,426.457323 +335962,344.8737318,382.0544088,582.5499179,158.693809,423.2175525 +335963,344.1363866,356.9385044,583.7186792,158.3960356,420.2550419 +335964,343.5234776,372.999877,585.0271237,158.1482147,417.5429498 +335965,342.7997915,385.5171619,586.2357765,157.8442326,414.6537362 +335966,339.0929872,395.868557,584.4684096,156.1791985,406.363874 +335967,335.5392621,406.0835716,582.8581016,154.5803022,398.373549 +335968,332.1584411,416.3152126,581.4218554,153.0571303,390.7206728 +335969,328.942594,426.6087001,580.1491526,151.605889,383.3945227 +335970,325.8732444,436.72475,579.019185,150.2178435,376.3645471 +335971,322.9319814,446.9656253,578.0114692,148.8844504,369.5986722 +335972,320.1077361,457.2474984,577.1102739,147.6015049,363.0692766 +335973,317.3911489,467.2899977,576.302896,146.3654328,356.753416 +335974,314.7730094,477.6461195,575.5783566,145.1723875,350.6315229 +335975,312.2445837,487.7835841,574.9269734,144.0185554,344.6864716 +335976,309.7980157,497.8441348,574.3402026,142.9004816,338.9030056 +335977,307.4264817,508.2369664,573.8105712,141.8151977,333.26752 +335978,305.1240806,518.3157395,573.3315303,140.7601782,327.7678211 +335979,302.8857346,528.4038534,572.8973702,139.7332834,322.3930583 +335980,300.7070061,538.9268435,572.5030516,138.7326657,317.1334865 +335981,298.5840458,548.6500993,572.1441572,137.7567388,311.9804429 +335982,296.5134568,559.1900311,571.8167536,136.804113,306.9261305 +335983,294.4922667,569.0990905,571.5173586,135.8735805,301.9635942 +335984,292.5178331,579.6754772,571.2428437,134.964072,297.0865573 +335985,290.5878217,589.3463356,570.9904081,134.0746458,292.2893945 +335986,288.700142,599.9577551,570.7575135,133.2044595,287.5670172 +335987,286.8529395,609.9784649,719.5097302,132.3527661,282.9148643 +335988,285.0445309,620.0150154,668.5836012,131.5188852,278.3287806 +335989,283.2734052,630.6553491,689.5703027,130.7022043,273.8050208 +335990,281.5381257,640.4222507,704.1481689,129.902135,269.3400644 +335991,279.8373336,650.7752867,714.7504806,129.1181155,264.9306259 +335992,278.1697405,660.7362411,724.8944149,128.3496076,260.5736268 +335993,276.5341984,671.2326222,735.0595629,127.5961286,256.2663116 +335994,274.929663,681.2562228,745.2399902,126.8572341,252.0067102 +335995,273.3552309,691.4699756,754.7411641,126.1325342,247.7918538 +335996,271.8100643,704.9002616,764.7020346,125.4216595,243.619036 +335997,270.2934111,718.6161782,774.0232663,124.7242707,239.4861819 +335998,268.8045546,731.8140121,783.6940352,124.0400372,235.3915558 +335999,267.3428255,745.1906252,792.8563694,123.368643,231.3336439 +336000,265.9075798,758.5051982,802.0709115,122.7097789,227.3109988 +336001,264.6845882,1201.711241,1765.839093,122.1478654,223.6611412 +336002,282.0547039,1229.580936,1803.384442,130.2041138,254.6529473 +336003,309.1398444,1252.714109,1830.959513,142.6356391,304.610685 +336004,336.7330851,1274.303529,1855.462298,155.1152572,357.052889 +336005,360.9011293,1294.83821,1877.734537,165.8445323,404.5956642 +336006,381.1874286,1314.855527,1898.815759,174.6727375,445.9401568 +336007,398.2848231,1334.206881,1918.817139,181.9776694,481.9544106 +336008,412.9372296,1353.510214,1938.261553,188.1430629,513.7071678 +336009,425.6701152,1372.157706,1956.728223,193.4354815,541.9584418 +336010,436.8266363,1390.866494,1975.060721,198.0268297,567.1978346 +336011,446.6508446,1409.170814,1992.574784,202.0374044,589.7755116 +336012,455.3387469,1427.302356,2009.530587,205.5619711,609.9827704 +336013,463.0584056,1445.41482,2026.633387,208.6801745,628.0816926 +336014,469.9550943,1463.264762,2042.974952,211.45949,644.3100693 +336015,536.7973257,1481.022614,2058.970056,213.956364,658.8807835 +336016,855.1578369,1498.643906,2075.053553,255.9994989,671.9820513 +336017,705.8075474,1516.077529,2090.457912,364.2647783,683.7793826 +336018,771.7629366,1533.624663,2121.036691,308.9606479,694.4180768 +336019,797.0050059,1550.654913,2105.832275,339.9586573,704.0256948 +336020,817.1816838,1567.957981,2133.928625,350.5840468,712.7142582 +336021,836.7802915,1584.846799,2153.126797,360.6733571,720.5823464 +336022,856.2743865,1606.472091,2171.25589,370.3296613,727.7168013 +336023,875.103309,1624.700061,2182.302267,380.0564542,734.1942425 +336024,893.4762306,1640.159137,2169.717149,389.3799126,740.0822372 +336025,912.2459053,1660.577143,2216.068178,398.6309408,745.4403933 +336026,929.3420938,1638.830737,2214.065273,407.5477965,750.3212718 +336027,947.6005705,1701.530248,2232.085936,416.6127244,754.7712741 +336028,964.6402152,1696.752807,2242.356996,425.2527003,758.8313714 +336029,981.4221499,1717.074306,2269.694187,433.7196106,762.5378152 +336030,998.6567641,1733.249282,2259.630797,442.3671003,765.7088961 +336031,1014.589847,1745.922494,2279.261409,450.6364846,768.4360664 +336032,1030.517933,1758.00099,2285.976499,458.438037,770.8306938 +336033,1046.106101,1769.712747,2293.933384,466.7137564,772.9616884 +336034,1061.139715,1780.827941,2302.0693,474.4244503,989.9644416 +336035,1076.694554,1791.770906,2309.638748,482.018662,1052.324114 +336036,1091.624854,1802.304157,2316.863156,489.9627316,1007.245482 +336037,1105.597873,1812.493644,2324.075965,497.0016082,1053.946185 +336038,1120.263873,1822.437739,2330.723437,504.3486771,1067.946 +336039,1134.223697,1832.117935,2337.378077,511.7679868,1082.641638 +336040,1148.078257,1841.235685,2343.630748,518.7209382,1096.272868 +336041,1161.393042,1850.489184,2355.376486,525.7328833,1109.482381 +336042,1175.398511,1859.210701,2352.944714,532.606945,1122.852721 +336043,1188.34672,1867.846522,2361.914857,539.1850529,1135.451728 +336044,1201.397772,1876.007953,2366.802823,546.1587599,1147.747579 +336045,1214.297529,1884.109603,2371.941419,552.5712537,1160.410532 +336046,1226.908579,1891.806054,2376.828652,559.0736237,1171.776262 +336047,1239.369509,1899.59293,2381.573354,565.4444755,1183.546532 +336048,1234.100941,1898.72839,2368.411619,563.7722605,1162.794871 +336049,1111.025244,1842.961936,2239.382205,508.1630067,930.4844743 +336050,1346.883424,1962.053871,2302.069126,615.8527855,1360.89493 +336051,1253.480203,1905.38111,2247.817806,573.5834746,1169.094129 +336052,1287.05851,1911.601585,2223.886278,590.0761147,1221.787531 +336053,1297.660824,1940.0641,2202.217807,595.302707,1232.264738 +336054,1310.297442,1935.626497,2183.649058,601.75816,1243.272636 +336055,1321.066237,1953.416675,2166.827441,607.2590792,1252.707572 +336056,1514.538911,2020.665773,2333.979623,695.9696158,1591.775084 +336057,1073.292347,1844.144088,2167.037302,497.080333,769.9969116 +336058,1663.072937,2109.853317,2347.489214,763.873665,1850.155292 +336059,1067.533497,1817.922826,2171.174772,496.3103548,736.5221105 +336060,1684.466796,2117.212704,2349.576812,774.5578231,1868.693167 +336061,1658.133397,2095.189064,2321.463474,757.0328815,1808.51145 +336062,1829.292366,2190.53098,2318.607181,834.2600764,2115.044093 +336063,1813.893555,2157.17215,2328.604959,828.4031645,2076.404523 +336064,1825.307955,2175.224678,2342.479132,834.1161502,2086.401476 +336065,1836.457189,2177.445411,2355.920886,839.8187796,2101.024885 +336066,1847.248613,2181.771153,2367.722681,845.4228748,2101.313444 +336067,1858.210823,2186.433481,2377.783494,850.9171198,2129.025387 +336068,1868.616274,2190.563604,2386.457947,856.4386202,2120.454609 +336069,1878.896271,2194.427137,2394.204171,861.5842709,2143.258301 +336070,1889.254715,2198.504961,2401.297062,867.0776088,2142.793236 +336071,1899.249417,2202.071291,2407.893754,872.0671962,2155.586366 +336072,1909.150786,2205.550055,2414.10427,877.2840787,2163.408526 +336073,1918.720039,2208.893602,2419.864632,882.315182,2172.270998 +336074,1921.448927,2202.249337,2424.931539,885.5627622,2180.435652 +336075,1929.403955,2203.421035,2428.911208,890.1537028,2194.723607 +336076,1938.53963,2205.367078,2432.0986,895.0323675,2194.010648 +336077,1947.037284,2207.314987,2434.826956,899.5063345,2205.843964 +336078,1956.041101,2209.229198,2437.412325,904.375953,2213.241794 +336079,1964.543886,2211.062004,2439.908234,908.8452653,2220.573223 +336080,1973.294974,2212.793279,2442.268407,913.5112945,2228.39751 +336081,1981.739738,2214.41484,2444.487498,917.9280366,2235.773468 +336082,1990.015435,2215.921001,2446.562446,922.4855746,2242.893039 +336083,1998.413854,2217.309912,2448.504539,926.7488418,2250.32756 +336084,2006.681003,2218.560351,2450.321227,931.2881362,2257.017464 +336085,2014.653464,2219.722667,2452.021466,935.5227583,2264.25466 +336086,2022.835006,2220.767477,2453.615582,939.8123792,2270.93129 +336087,2030.720049,2221.67429,2455.106886,943.9769574,2277.444897 +336088,2038.545692,2222.474887,2456.509007,948.1803507,2284.278885 +336089,2046.330866,2223.185634,2457.96047,952.3105402,2295.831295 +336090,2054.0984,2223.913147,2461.026358,956.3895888,2294.974051 +336091,2061.988464,2225.631484,2461.093766,960.561897,2303.371179 +336092,2070.228715,2227.924324,2461.9943,964.8621135,2309.863996 +336093,2078.083107,2230.153529,2463.040593,969.0150863,2315.546487 +336094,2086.227132,2232.403867,2464.252363,973.1890473,2321.318785 +336095,2093.985137,2234.663096,2465.549237,977.326057,2327.876743 +336096,2101.882652,2236.953807,2467.003328,981.4910945,2338.076468 +336097,2109.463641,2239.18292,2468.422894,985.4840919,2336.838825 +336098,2117.343785,2241.407439,2469.644752,989.5764232,2344.197399 +336099,2124.834583,2243.610791,2470.85137,993.4242435,2350.22427 +336100,2132.615162,2245.784618,2472.103713,997.6047785,2355.289897 +336101,2140.130759,2247.916982,2473.473102,1001.541998,2365.415813 +336102,2147.624033,2250.042047,2474.798055,1005.387509,2364.360973 +336103,2155.010243,2252.102779,2475.890159,1009.402434,2370.49912 +336104,2162.577061,2254.14096,2476.918996,1013.303309,2376.217848 +336105,2169.778551,2256.141336,2478.119734,1017.062892,2385.502214 +336106,2181.617004,2258.090324,2481.001459,1020.999925,2385.613388 +336107,2182.09159,2260.020892,2482.603679,1024.717911,2390.133349 +336108,2207.260832,2261.833669,2482.081516,1028.609522,2398.864341 +336109,2174.429922,2263.707793,2482.63533,1032.27707,2404.222332 +336110,2217.181232,2265.51311,2485.139125,1036.119414,2404.857865 +336111,2210.969451,2267.157747,2484.848273,1039.684158,2410.919322 +336112,2220.034868,2268.945482,2486.963418,1043.627252,2412.392345 +336113,2227.248964,2270.526124,2487.921924,1047.073654,2414.23526 +336114,2234.198172,2272.08392,2486.613235,1050.878038,2412.573974 +336115,2241.073246,2273.660668,2485.824978,1054.401557,2409.951724 +336116,2248.121522,2275.138211,2485.046973,1058.109901,2407.583872 +336117,2254.8242,2276.624815,2485.916971,1061.600292,2407.493066 +336118,2261.94198,2277.936659,2484.070592,1065.605449,2404.32783 +336119,2268.375929,2279.379028,2484.455164,1070.651829,2404.099879 +336120,2275.384779,2280.624713,2482.33802,1073.110381,2400.983452 +336121,2288.775344,2285.050728,2480.968259,1083.034349,2397.94865 +336122,2297.53139,2286.939689,2477.624617,1082.078909,2392.671779 +336123,2305.26474,2288.831372,2475.316528,1093.858502,2388.784221 +336124,2313.246715,2290.564045,2475.154275,1086.602807,2387.62113 +336125,2320.962732,2291.9845,2472.557809,1085.647107,2383.574354 +336126,2328.750125,2293.705346,2470.597323,1105.280555,2380.386698 +336127,2344.922259,2294.955636,2468.820703,1100.68922,2377.488807 +336128,2338.283025,2296.499792,2467.35738,1106.348875,2374.808529 +336129,2346.122312,2297.761321,2467.496648,1110.189259,2374.426002 +336130,2362.922738,2306.335217,2465.15121,1114.012712,2371.033989 +336131,2364.829751,2290.006014,2463.264013,1117.59308,2368.249041 +336132,2373.442783,2313.253746,2461.580553,1121.464676,2365.736547 +336133,2380.803054,2299.006737,2460.114523,1125.111861,2363.509633 +336134,2388.248771,2305.020264,2458.617715,1128.87396,2361.261981 +336135,2395.307125,2305.687068,2458.978394,1132.446369,2361.152256 +336136,2420.781326,2306.295446,2456.564492,1136.144111,2357.827746 +336137,2382.862163,2307.269865,2454.723312,1139.772415,2355.246478 +336138,2429.966794,2308.218828,2453.261469,1143.390591,2352.921533 +336139,2421.314291,2309.045999,2453.391375,1146.996794,2352.783022 +336140,2431.431556,2309.774936,2450.476113,1150.583997,2349.454206 +336141,2458.051309,2310.507779,2448.700213,1154.160117,2346.828804 +336142,2416.118016,2311.225693,2447.193772,1157.790504,2344.483146 +336143,2490.956412,2311.645763,2445.82199,1161.227565,2342.246322 +336144,2432.511789,2312.548395,2444.364315,1164.810896,2340.070341 +336145,2465.704719,2312.9073,2442.987989,1168.245493,2338.001082 +336146,2502.319449,2313.625114,2443.468872,1171.857578,2337.997527 +336147,2449.001664,2313.904262,2442.863493,1175.369523,2336.858212 +336148,2518.840948,2314.439721,2442.016245,1178.747249,2335.416606 +336149,2472.830339,2314.640557,2439.309481,1182.264754,2331.629577 +336150,2521.091715,2315.111857,2437.629755,1185.707525,2329.012523 +336151,2501.604141,2314.214616,2436.41533,1188.918294,2326.838166 +336152,2516.631605,2313.036374,2435.419691,1192.076889,2324.841875 +336153,2521.489603,2311.764823,2434.963897,1195.273812,2323.20282 +336154,2527.973143,2310.356948,2434.585452,1198.188229,2321.871513 +336155,2534.199245,2308.826391,2434.33861,1201.420747,2320.887753 +336156,2540.334158,2307.305697,2435.852536,1204.403257,2321.840401 +336157,2546.242294,2305.416444,2436.402769,1207.43533,2321.595936 +336158,2552.485669,2303.599749,2434.871977,1210.434652,2318.771686 +336159,2558.445765,2301.657595,2434.147795,1213.412707,2316.902364 +336160,2564.412603,2299.800205,2435.425387,1216.443848,2317.462016 +336161,2570.195309,2297.591536,2436.052973,1219.265824,2316.964846 +336162,2576.247014,2295.331442,2434.463326,1222.233589,2313.963991 +336163,2582.081405,2293.186726,2433.712096,1225.119167,2311.964935 +336164,2587.891714,2290.83888,2433.29825,1227.994715,2310.343516 +336165,2593.484533,2288.445282,2433.054249,1230.774204,2308.902432 +336166,2599.497527,2286.138247,2432.89948,1233.73078,2307.553043 +336167,2613.256526,2283.40729,2432.903282,1236.575553,2306.387176 +336168,2607.180921,2280.900147,2432.903238,1239.272734,2305.208461 +336169,2617.495964,2278.247237,2432.774048,1242.11752,2303.862741 +336170,2622.864939,2275.504252,2432.661813,1244.875729,2302.527437 +336171,2628.052857,2272.725633,2432.590097,1247.629385,2301.230213 +336172,2628.393306,2257.378765,2432.257293,1253.947791,2299.599299 +336173,2632.97252,2251.695363,2431.966092,1257.347238,2297.507424 +336174,2637.928623,2247.804098,2431.892999,1260.438017,2295.347052 +336175,2643.424883,2244.095069,2432.055458,1263.531682,2293.400982 +336176,2648.577906,2240.106083,2432.338364,1266.382409,2291.667471 +336177,2653.768233,2228.927774,2432.566065,1269.295284,2289.964856 +336178,2659.008753,2243.165655,2432.907189,1272.315757,2288.488089 +336179,2663.990553,2217.05792,2433.254904,1275.146124,2287.084295 +336180,2669.490239,2236.843221,2433.602376,1278.027007,2285.727915 +336181,2562.744587,2156.460055,2433.669121,1227.325189,2285.429728 +336182,2555.197636,2166.350444,2425.297296,1228.65009,2273.24163 +336183,2561.677458,2156.388872,2414.203622,1230.441429,2256.647718 +336184,2564.473478,2152.419491,2405.191052,1232.287863,2242.144521 +336185,2567.240489,2147.876506,2399.020144,1234.190365,2231.04743 +336186,2570.52798,2143.2591,2395.116715,1236.196775,2222.859848 +336187,2573.592017,2138.692351,2392.695629,1238.018549,2216.71903 +336188,2576.689132,2134.229992,2391.164025,1239.938151,2211.934616 +336189,2580.311329,2129.51624,2391.865879,1241.989889,2210.165515 +336190,2583.144871,2125.007114,2390.196379,1243.870746,2205.742788 +336191,2586.485226,2120.445987,2389.340442,1245.776955,2202.542421 +336192,2589.699177,2115.883885,2388.855893,1247.737958,2199.97919 +336193,2592.93105,2111.277299,2388.596802,1249.622511,2197.864501 +336194,2596.146714,2106.760899,2388.477861,1251.570016,2196.067206 +336195,2599.265209,2102.136156,2388.451857,1253.440988,2194.514411 +336196,2602.372629,2097.748528,2388.487187,1255.377453,2193.153668 +336197,2605.706935,2092.929205,2388.573212,1257.23471,2191.959667 +336198,2608.971279,2088.438901,2388.695128,1259.156685,2190.89995 +336199,2611.994376,2083.877263,2388.845772,1261.082199,2189.954228 +336200,2615.251823,2079.257455,2389.014614,1262.864953,2189.097451 +336201,2618.425206,2074.6451,2389.205138,1264.751371,2188.325188 +336202,2621.57008,2070.098377,2389.4118,1266.629968,2187.621287 +336203,2624.430676,2065.476072,2389.636176,1268.441272,2186.981505 +336204,2627.9191,2060.998848,2389.877552,1270.316674,2186.397824 +336205,2638.452238,2056.226803,2390.280713,1272.1129,2186.044455 +336206,2623.394849,2051.647003,2390.525408,1273.928649,2185.522783 +336207,2648.251098,2045.727587,2390.767051,1276.671429,2185.019251 +336208,2637.696099,2033.015325,2392.970684,1276.550025,2186.952713 +336209,2643.577676,2053.298564,2394.1676,1283.340308,2187.682396 +336210,2646.803563,2006.076814,2393.307207,1276.343158,2185.904962 +336211,2650.320412,2060.007102,2393.385033,1296.214456,2185.279051 +336212,2654.323292,2012.466334,2393.84399,1267.326647,2185.113459 +336213,2658.021753,2019.418341,2394.448835,1294.658283,2185.127279 +336214,2661.846647,2038.225553,2395.028676,1301.420215,2185.117482 +336215,2665.943248,2003.141478,2395.698951,1267.923148,2185.227754 +336216,2670.060178,2016.870144,2398.398871,1302.251663,2187.602368 +336217,2673.810244,2011.534655,2399.874244,1309.937381,2188.746422 +336218,2677.807352,2012.416476,2400.963501,1267.602846,2189.439901 +336219,2681.268855,2008.009933,2400.173973,1310.156863,2187.82075 +336220,2685.876665,2006.414664,2400.239211,1295.764225,2187.222876 +336221,2690.047203,2026.000404,2402.348218,1300.348872,2189.111723 +336222,2700.947223,1990.849548,2403.850611,1302.035618,2190.255108 +336223,2688.136614,1985.741612,2404.959774,1303.782876,2190.924571 +336224,2711.037676,2007.906626,2404.148778,1305.449477,2189.229754 +336225,2707.981542,2002.30464,2406.126218,1301.830035,2190.945516 +336226,2712.933141,1994.73621,2405.176713,1302.55077,2189.79257 +336227,2718.959244,2011.128632,2404.554118,1303.737137,2189.49481 +336228,2723.160745,1981.476899,2405.922746,1305.03539,2191.709469 +336229,2726.691064,2008.572876,2404.859753,1306.385182,2190.80082 +336230,2731.849657,1980.635796,2404.556869,1307.771702,2190.643128 +336231,2736.281645,1995.153839,2404.605864,1309.174648,2190.75134 +336232,2747.119639,1986.891035,2404.992919,1310.554001,2191.149309 +336233,2735.588364,1985.528499,2405.340436,1312.009487,2191.40571 +336234,2758.053662,1983.374036,2407.437687,1313.41188,2193.751824 +336235,2752.257328,2002.728095,2407.07466,1314.879832,2193.22298 +336236,2757.591097,1947.105659,2408.974381,1316.296591,2195.214421 +336237,2762.603572,1990.893699,2410.081329,1317.775669,2196.188398 +336238,2765.87694,1970.088748,2409.200439,1319.281597,2194.679246 +336239,2770.734257,1970.558722,2409.173704,1320.645645,2194.167571 +336240,2782.052396,1967.936733,2409.694992,1322.134621,2194.280081 +336241,2535.37388,1855.036176,2406.701213,1214.489952,2189.564842 +336242,2538.762741,1849.443349,2384.642902,1213.360698,2157.986884 +336243,2538.431996,1844.708887,2358.446643,1213.131094,2119.253601 +336244,2540.164528,1840.025929,2336.510572,1213.05922,2084.954127 +336245,2541.800531,1835.718766,2320.77254,1213.269331,2057.770338 +336246,2544.356713,1831.393415,2311.662326,1213.727417,2038.946446 +336247,2546.371644,1827.108232,2304.919175,1214.103698,2023.4898 +336248,2548.69938,1822.832596,2298.163606,1214.609855,2008.569343 +336249,2551.452156,1818.445534,2295.218219,1215.151595,1998.878053 +336250,2553.690699,1814.306222,2290.769089,1215.728647,1987.867646 +336251,2550.597291,1807.388591,2287.561295,1211.427854,1978.860875 +336252,2551.341819,1802.563853,2284.375983,1211.111224,1970.995348 +336253,2554.240185,1821.149842,2282.963848,1211.268579,1966.137676 +336254,2563.909943,1760.168653,2279.422107,1211.569336,1959.108644 +336255,2548.798589,1804.478959,2276.735896,1211.952241,1953.329738 +336256,2572.784321,1780.82648,2274.523943,1212.389077,1948.243352 +336257,2561.867184,1779.366536,2272.840073,1212.868511,1943.90487 +336258,2567.748656,1774.830274,2271.309265,1213.383343,1939.861677 +336259,2571.259424,1770.142714,2271.616776,1213.930122,1938.187411 +336260,2573.262551,1765.423828,2269.435068,1214.504346,1933.570839 +336261,2576.553991,1760.569594,2267.935336,1215.106973,1929.876942 +336262,2579.246497,1755.956653,2266.729456,1215.734335,1926.608068 +336263,2582.583508,1751.076775,2265.715713,1216.386147,1923.632413 +336264,2585.882213,1746.262228,2266.54117,1217.061625,1922.969938 +336265,2588.365115,1741.394772,2264.784908,1217.758345,1919.201991 +336266,2592.035517,1736.509896,2265.356879,1218.478211,1918.34187 +336267,2594.920269,1731.583212,2263.521031,1219.217117,1914.564166 +336268,2598.075166,1726.527963,2262.408084,1219.977359,1911.689757 +336269,2601.126982,1721.709221,2261.590635,1220.756318,1909.189378 +336270,2604.913393,1716.748515,2260.956803,1221.55415,1906.92991 +336271,2607.03438,1710.818723,2260.426299,1222.140059,1904.811703 +336272,2609.275174,1705.017698,2261.779913,1222.694578,1904.821811 +336273,2611.076575,1699.087473,2261.91025,1223.241184,1903.665202 +336274,2620.168197,1693.155071,2260.04524,1223.786602,1900.14698 +336275,2605.159216,1687.105469,2258.754454,1224.333597,1897.377311 +336276,2626.688168,1681.32462,2257.717077,1224.88282,1894.94215 +336277,2617.459691,1675.314294,2257.013791,1225.435438,1892.940599 +336278,2620.944468,1669.406614,2257.966263,1225.991974,1893.004632 +336279,2622.723578,1663.487539,2256.214483,1226.552063,1889.794271 +336280,2625.208803,1657.487136,2255.105651,1227.117,1887.396971 +336281,2626.767068,1651.758916,2254.236178,1227.685994,1885.304188 +336282,2628.506921,1645.944151,2253.474584,1228.343051,1883.355182 +336283,2630.486929,1639.980541,2252.779894,1228.797445,1881.503129 +336284,2632.504937,1634.257761,2252.139355,1229.439286,1879.733989 +336285,2634.479124,1628.479243,2251.531825,1230.014382,1878.021306 +336286,2636.288303,1647.602381,2250.894416,1230.606381,1876.28599 +336287,2638.63885,1581.222501,2252.01887,1231.20502,1876.730741 +336288,2640.401754,1628.783302,2252.237484,1231.805603,1876.091 +336289,2641.566919,1601.840658,2250.310132,1232.411473,1872.833535 +336290,2652.149436,1600.285141,2249.306608,1233.024848,1870.701567 +336291,2636.40188,1594.652185,2248.476657,1234.265439,1868.766267 +336292,2657.320275,1589.260877,2247.763279,1234.240331,1866.965298 +336293,2650.06746,1583.753252,2247.33663,1236.078545,1865.516385 +336294,2652.265915,1578.644508,2248.537708,1232.996138,1866.078645 +336295,2654.305994,1573.111538,2246.999007,1243.897052,1863.292654 +336296,2656.620318,1567.939471,2246.098072,1227.013658,1861.291286 +336297,2658.756594,1562.722676,2245.443527,1255.090629,1859.581956 +336298,2660.651314,1557.57884,2244.934102,1217.64678,1858.043259 +336299,2663.243568,1552.496913,2246.157628,1268.198656,1858.638788 +336300,2664.352273,1547.472213,2244.788971,1207.694146,1856.060889 +336301,2732.782591,1649.791255,2245.971168,1360.803049,1857.051219 +336302,2747.601972,1647.071335,2259.126225,1346.324437,1875.891724 +336303,2767.079077,1643.764118,2276.929179,1351.206992,1902.792921 +336304,2783.760983,1640.241655,2292.878838,1353.085507,1928.125644 +336305,2795.608617,1636.537823,2304.941169,1354.741997,1948.847509 +336306,2803.308992,1633.063459,2313.465964,1356.323333,1965.191888 +336307,2810.872751,1654.231326,2321.146001,1357.850596,1979.817497 +336308,2812.793159,1590.204165,2324.644145,1359.333906,1988.834145 +336309,2814.6651,1639.345823,2327.623192,1360.792856,1996.890515 +336310,2816.069848,1632.851735,2329.895058,1362.225735,2003.312595 +336311,2817.282935,1594.082616,2331.709252,1363.731052,2008.883128 +336312,2818.390406,1626.83317,2333.187034,1368.390714,2013.453343 +336313,2819.292379,1625.31357,2334.320784,1362.119578,2016.838788 +336314,2820.141289,1588.484057,2335.251697,1383.965962,2020.037428 +336315,2821.040059,1618.596481,2336.080406,1347.190366,2022.925967 +336316,2821.842106,1615.787495,2336.741696,1380.94153,2025.193044 +336317,2822.613594,1585.193156,2337.300203,1369.521392,2027.090672 +336318,2823.346143,1632.260197,2337.76732,1373.085465,2028.661875 +336319,2824.12537,1562.939536,2338.211501,1374.465855,2030.017816 +336320,2824.945691,1613.50543,2338.640203,1376.360513,2031.41255 +336321,2825.655463,1599.686628,2338.966517,1378.50298,2032.330274 +336322,2826.363432,1582.972585,2339.265991,1380.88008,2033.083266 +336323,2827.047254,1616.702257,2339.529158,1383.12766,2033.678765 +336324,2827.756204,1563.151997,2339.791407,1385.620445,2034.175675 +336325,2828.501148,1603.228374,2340.063414,1387.940662,2034.599818 +336326,2829.147644,1594.937972,2340.262837,1390.531445,2034.860575 +336327,2829.800127,1574.609482,2340.457942,1393.106289,2035.050377 +336328,2830.42453,1612.614269,2340.628457,1395.755498,2035.151736 +336329,2831.075433,1554.555894,2340.810459,1398.464332,2035.215723 +336330,2831.762309,1598.25933,2341.205811,1401.229722,2035.257928 +336331,2832.340613,1589.450446,2341.326472,1404.39588,2035.172477 +336332,2832.886134,1575.146367,2341.432486,1422.442856,2035.006706 +336333,2833.730331,1611.427568,2342.006755,1397.195386,2034.790316 +336334,2834.821486,1552.154654,2342.922896,1426.394348,2034.582878 +336335,2835.935009,1600.917771,2343.896564,1419.997925,2034.335867 +336336,2836.852324,1599.427034,2344.71573,1425.031176,2033.941804 +336337,2837.762858,1556.708626,2345.483525,1428.936058,2033.560782 +336338,2838.690158,1596.745174,2346.221772,1432.617796,2033.204788 +336339,2839.44438,1602.728994,2346.820939,1439.884475,2032.717674 +336340,2840.248756,1549.380632,2347.431051,1438.337778,2032.267837 +336341,2841.086925,1598.254898,2348.047254,1459.72282,2032.051088 +336342,2841.815619,1603.55524,2348.582549,1422.070406,2031.530571 +336343,2842.637673,1544.157007,2349.168774,1464.484512,2031.075639 +336344,2843.470243,1598.971678,2349.75599,1453.65711,2030.62627 +336345,2844.154028,1576.90911,2350.24504,1473.353295,2030.059626 +336346,2844.875293,1580.284863,2350.755184,1441.774617,2029.520932 +336347,2845.620643,1580.079383,2351.278045,1487.715456,2028.997915 +336348,2846.339581,1579.772869,2351.781498,1455.9251,2028.44976 +336349,2847.099516,1579.496447,2352.308174,1497.972853,2027.928351 +336350,2847.914123,1579.235956,2352.863176,1456.363191,2027.439609 +336351,2848.96285,1578.992764,2353.566397,1510.650193,2027.13206 +336352,2850.029591,1578.766766,2354.279981,1480.192139,2026.836333 +336353,2850.864682,1578.557652,2354.849664,1495.665548,2026.361455 +336354,2851.744383,1578.366137,2355.445683,1499.469486,2025.915758 +336355,2852.837305,1578.19201,2356.178025,1503.270172,2025.634083 +336356,2854.118348,1578.034775,2357.028719,1507.705402,2025.495316 +336357,2855.827261,1577.894952,2357.973594,1512.395836,2025.471406 +336358,2857.323942,1577.77196,2358.985599,1516.916652,2025.530051 +336359,2858.869507,1577.666189,2360.043091,1521.533655,2025.644545 +336360,2860.459096,1577.577059,2361.132433,1526.175698,2025.797261 +336361,2864.067212,1600.075766,2364.11734,1553.107012,2029.2662 +336362,2870.779827,1601.241603,2368.921253,1559.346219,2035.624876 +336363,2878.662721,1601.851808,2374.434322,1564.738887,2043.26987 +336364,2885.921878,1602.351234,2379.623991,1570.043835,2050.671831 +336365,2891.992646,1602.756436,2384.157424,1575.263556,2057.27648 +336366,2899.834749,1603.110058,2389.898534,1586.196353,2065.32998 +336367,2902.626188,1603.420915,2392.473098,1577.554372,2069.395113 +336368,2905.81353,1603.723074,2395.300562,1599.999357,2073.676248 +336369,2909.097943,1604.008244,2398.159271,1593.279143,2077.884502 +336370,2914.962616,1604.289701,2402.633967,1602.221337,2083.992771 +336371,2916.545496,1604.55663,2404.371931,1607.133015,2086.627506 +336372,2918.961399,1604.830996,2406.618227,1612.078481,2089.802364 +336373,2924.318661,1605.101925,2410.711979,1617.60717,2095.392121 +336374,2925.579366,1605.362706,2412.187841,1622.589585,2097.451204 +336375,2927.745898,1605.634852,2414.221338,1627.974483,2100.127773 +336376,2932.924213,1605.905199,2418.152063,1633.307053,2105.09544 +336377,2934.056335,1606.167735,2419.503152,1638.532641,2106.812073 +336378,2936.128307,1606.442547,2421.43955,1643.676303,2109.206283 +336379,2938.522388,1606.713826,2423.559419,1649.292136,2111.776981 +336380,2941.08493,1606.988008,2425.770165,1654.481725,2114.417682 +336381,2943.729117,1607.264747,2428.024383,1659.848507,2117.07917 +336382,2949.118533,1607.547267,2432.030044,1665.287701,2121.896597 +336383,2950.321887,1607.822017,2433.388224,1670.554975,2123.414016 +336384,2952.387542,1608.110857,2435.295254,1675.766418,2125.591372 +336385,2954.656753,1611.949116,2437.316867,1678.401418,2127.88002 +336386,2956.727589,1612.843456,2439.746456,1682.802653,2130.144029 +336387,2961.40168,1613.456618,2444.168463,1687.988999,2134.56049 +336388,2961.934313,1613.991378,2446.007716,1692.834757,2135.721682 +336389,2963.57425,1614.501681,2448.43734,1703.227508,2137.697936 +336390,2965.614845,1614.98524,2450.965019,1701.356152,2139.897476 +336391,2968.02045,1614.852983,2453.409592,1708.404467,2142.081014 +336392,2970.151495,1614.583527,2455.747499,1712.833061,2144.283476 +336393,2972.263137,1614.131988,2457.947677,1717.030119,2146.506426 +336394,2974.299093,1613.890066,2459.978399,1721.291108,2148.710365 +336395,2976.267537,1613.365592,2461.857321,1725.632827,2150.895292 +336396,2980.873362,1612.9988,2465.33473,1730.113849,2155.21737 +336397,2981.263843,1612.30278,2466.054934,1733.873588,2156.242914 +336398,2982.481353,1611.809458,2467.233699,1738.51279,2157.939421 +336399,2986.64508,1611.187968,2470.226452,1742.78688,2161.975132 +336400,2986.760194,1610.53828,2470.582447,1746.642026,2162.812093 +336401,2987.785984,1609.865967,2471.465429,1751.004234,2164.36901 +336402,2989.262702,1609.156381,2472.577002,1760.101434,2166.261653 +336403,2991.052782,1605.737187,2473.839025,1762.741481,2168.392906 +336404,2996.024004,1604.596699,2476.573549,1771.010508,2172.798186 +336405,2997.127836,1603.621643,2476.502683,1775.203083,2174.001031 +336406,2999.080667,1602.681187,2476.912132,1780.138719,2175.867309 +336407,3001.150261,1601.738707,2477.465222,1784.589174,2177.861663 +336408,3003.197032,1600.790208,2478.101518,1789.063736,2179.888985 +336409,3005.344366,1599.830417,2478.883409,1798.752894,2182.045211 +336410,3007.307818,1598.748104,2479.604924,1792.015613,2184.096316 +336411,3009.160363,1597.914542,2480.292515,1809.003603,2186.090071 +336412,3011.112637,1596.834253,2481.066837,1806.440501,2188.185202 +336413,3013.136969,1620.632232,2481.725212,1811.760593,2190.134816 +336414,3014.813871,1558.171292,2482.3672,1816.46826,2192.0663 +336415,3016.540313,1611.355555,2483.048311,1820.944535,2194.051545 +336416,3018.280227,1601.481321,2483.73571,1829.959422,2196.052738 +336417,3019.908087,1572.736524,2484.343856,1823.735931,2197.965781 +336418,3021.439685,1622.603072,2484.880426,1838.740671,2199.801322 +336419,3023.153886,1553.199416,2485.523961,1838.562639,2201.782681 +336420,3024.811501,1631.132368,2486.120688,1843.607424,2203.719915 +336421,3024.747495,1511.153415,2485.259921,1822.271448,2203.314407 +336422,3018.956014,1571.481812,2480.165831,1823.084848,2196.699465 +336423,3013.781872,1547.387397,2475.160923,1829.610158,2189.5097 +336424,3006.10752,1550.142003,2468.480145,1839.638609,2179.906462 +336425,3004.329629,1549.038793,2465.650289,1841.023692,2175.020861 +336426,3000.505531,1547.834881,2461.594243,1846.103771,2168.667959 +336427,2998.995743,1546.631396,2459.123996,1856.66719,2164.420158 +336428,2998.679376,1545.415567,2457.507884,1858.188206,2161.397812 +336429,2998.982348,1544.190028,2456.373852,1867.888934,2159.155264 +336430,2999.605752,1542.953683,2455.524509,1869.665353,2157.450347 +336431,3000.41988,1541.706168,2454.866535,1878.781402,2156.160061 +336432,3001.327518,1540.344338,2454.324875,1880.707065,2155.17856 +336433,3002.111608,1539.221737,2453.746655,1883.96937,2154.300564 +336434,3002.738393,1537.866816,2453.097281,1888.243364,2153.467066 +336435,3003.259798,1536.585543,2452.398596,1891.361571,2152.689809 +336436,3003.898031,1535.276505,2451.599197,1893.204136,2151.89089 +336437,3003.979358,1533.95476,2450.65567,1895.167158,2151.003876 +336438,3003.861219,1532.720617,2449.579511,1897.268348,2150.032038 +336439,3003.608547,1531.225593,2448.401575,1899.490187,2149.00439 +336440,3003.269076,1529.935488,2447.147781,1901.778689,2147.945725 +336441,3002.873183,1528.547421,2445.837044,1904.105468,2146.873909 +336442,3002.440291,1527.16087,2444.482987,1906.442149,2145.801547 +336443,3001.988838,1525.761938,2443.095383,1908.788435,2144.737322 +336444,3001.520492,1524.350075,2441.681164,1911.133368,2143.686934 +336445,3001.039369,1522.925414,2440.245258,1913.484189,2142.653942 +336446,3000.556361,1521.487811,2438.791154,1915.832387,2141.640359 +336447,3002.876929,1520.038945,2439.0391,1920.045675,2142.795585 +336448,3001.098385,1518.572544,2436.702051,1921.39542,2140.776221 +336449,3000.060669,1517.098301,2434.871297,1923.328138,2139.422698 +336450,2999.239375,1515.60808,2433.166875,1925.457972,2138.248868 +336451,2998.542224,1513.984799,2431.523783,1927.708333,2137.17442 +336452,2997.9303,1512.319216,2429.900024,1930.05987,2136.167836 +336453,2997.369966,1510.624003,2428.267956,1932.493467,2135.209034 +336454,2996.83271,1508.902029,2426.614509,1934.988763,2134.285195 +336455,2996.313207,1507.154723,2424.935538,1937.529116,2133.388284 +336456,2995.80501,1505.382577,2423.230546,1940.103333,2132.512977 +336457,2995.3023,1503.58605,2421.499897,1942.704712,2131.65534 +336458,2994.801058,1501.765187,2419.743965,1945.32938,2130.81234 +336459,2994.298761,1499.920233,2417.962975,1947.974925,2129.981501 +336460,2993.792194,1498.051116,2416.155994,1950.831079,2129.159423 +336461,2993.279878,1496.158,2414.322934,1953.489173,2128.344109 +336462,2992.763172,1494.240767,2412.46546,1956.158489,2127.536036 +336463,2992.242715,1492.200438,2410.584685,1958.849322,2126.735238 +336464,2991.717353,1490.380139,2408.680339,1961.563232,2125.940255 +336465,2991.185804,1488.321426,2406.752003,1964.297375,2125.149599 +336466,2990.647602,1486.322434,2404.799748,1967.048594,2124.362545 +336467,2990.102236,1484.285025,2402.823527,1969.814355,2123.578328 +336468,2989.553618,1482.222948,2400.823236,1972.59299,2122.796217 +336469,2989.008263,1480.136632,2398.79879,1975.383452,2122.01559 +336470,2988.467943,1478.025862,2396.750062,1978.184918,2121.235851 +336471,2987.925865,1477.687027,2394.673676,1980.993133,2120.452395 +336472,2987.9018,1475.884462,2392.763622,1984.498239,2119.656577 +336473,2988.385642,1473.875953,2390.941516,1988.384284,2118.836589 +336474,2988.557599,1471.793034,2389.094931,1992.239541,2117.988333 +336475,2988.778712,1469.660592,2387.169569,1995.885297,2117.118543 +336476,2988.712729,1467.501728,2385.159851,1999.327924,2116.238158 +336477,2988.219399,1465.298608,2383.083356,2002.637605,2115.358567 +336478,2987.708038,1463.061595,2380.957366,2005.883693,2114.489357 +336479,2987.607703,1460.793024,2378.788612,2009.103074,2113.630208 +336480,2987.22724,1458.493609,2376.579143,2012.309322,2112.777839 +336481,2988.155777,1389.807258,2375.323544,2016.033696,2113.667818 +336482,2979.958505,1386.803859,2366.848717,2014.01887,2103.751967 +336483,2966.687474,1383.982991,2355.151938,2010.118299,2088.534881 +336484,2955.07233,1380.983145,2344.154203,2007.814443,2073.6308 +336485,2946.692052,1378.173633,2335.316367,2008.054768,2061.319862 +336486,2940.895749,1375.265154,2328.487333,2010.233435,2051.667827 +336487,2937.30905,1372.347386,2323.05273,2013.433165,2044.028867 +336488,2934.819164,1369.313706,2318.473771,2017.201989,2037.789922 +336489,2932.92118,1366.477711,2314.423333,2020.808231,2032.552407 +336490,2931.363377,1363.420601,2310.719521,2024.368366,2028.086066 +336491,2930.022466,1360.41166,2307.265514,2027.883727,2024.247633 +336492,2928.827093,1357.361256,2303.991054,2031.365773,2020.932098 +336493,2927.727353,1354.281285,2300.849665,2034.817167,2018.054111 +336494,2926.685597,1351.171385,2297.798754,2038.234812,2015.542361 +336495,2925.673155,1348.12132,2294.811569,2041.614791,2013.336939 +336496,2924.670557,1344.819464,2291.862242,2044.9561,2011.389265 +336497,2923.663985,1341.589672,2288.937738,2048.449115,2009.658997 +336498,2922.644192,1338.474397,2286.022066,2051.673731,2008.112946 +336499,2921.59893,1338.077398,2283.10604,2054.856105,2006.718781 +336500,2920.720741,1335.36925,2280.512198,2057.828381,2005.449976 +336501,2919.943073,1332.289754,2278.119571,2060.688511,2004.291714 +336502,2919.155783,1329.087012,2275.737359,2063.718574,2003.230187 +336503,2918.297489,1325.806824,2273.268362,2066.568454,2002.252753 +336504,2917.355344,1322.466332,2270.685658,2069.612185,2001.349991 +336505,2916.337031,1319.073406,2268.000685,2072.637378,2000.513262 +336506,2915.258417,1315.631713,2265.235194,2075.219698,1999.738648 +336507,2914.129968,1312.054931,2262.40506,2078.263648,1999.021283 +336508,2912.952086,1308.648607,2259.516631,2081.221336,1998.351934 +336509,2911.715612,1308.219699,2256.568196,2084.15369,1997.716203 +336510,2910.469236,1305.28317,2253.928479,2086.706122,1997.105008 +336511,2909.213809,1302.869108,2251.480934,2088.702775,1996.522676 +336512,2907.955716,1300.299034,2249.127082,2090.473593,1995.972388 +336513,2906.688279,1297.939468,2246.825723,2092.060778,1995.452956 +336514,2905.416892,1295.525387,2244.567093,2093.476028,1994.961632 +336515,2904.145004,1289.786327,2242.357061,2094.735585,1994.503659 +336516,2902.817348,1286.891957,2239.814436,2096.459913,1994.078 +336517,2901.451054,1284.160899,2237.08092,2098.374777,1993.672361 +336518,2900.058347,1281.717596,2234.347413,2100.329169,1993.275821 +336519,2898.654823,1279.142,2231.711693,2101.75131,1992.886739 +336520,2897.25195,1276.67435,2229.194815,2102.856764,1992.508687 +336521,2895.853129,1274.224181,2226.783292,2103.723758,1992.143926 +336522,2894.456452,1271.799155,2224.456975,2104.416022,1991.792293 +336523,2893.058644,1269.397382,2222.199765,2104.968873,1991.452576 +336524,2891.656704,1267.017373,2220.000541,2105.397698,1991.123253 +336525,2890.248336,1264.657582,2217.85154,2105.708811,1990.802906 +336526,2888.831955,1262.317849,2215.746944,2105.905842,1990.490399 +336527,2887.405684,1260.081181,2213.681619,2105.991458,1990.18424 +336528,2885.968884,1257.656167,2211.651858,2105.968849,1989.883876 +336529,2884.52209,1255.345212,2209.65523,2105.841504,1989.589653 +336530,2882.779694,1253.189932,2207.690671,2105.613259,1989.303037 +336531,2881.384065,1250.881221,2205.756085,2105.285785,1989.023726 +336532,2880.096712,1248.661034,2203.847061,2104.857446,1988.748125 +336533,2878.922739,1246.445573,2201.959782,2104.326855,1988.473024 +336534,2877.844129,1244.246087,2200.092026,2103.694146,1988.196915 +336535,2876.844176,1239.627019,2198.247134,2102.965297,1987.925031 +336536,2875.713919,1237.073428,2196.150325,2102.257455,1987.660234 +336537,2874.508157,1234.694815,2193.909487,2101.522794,1987.401237 +336538,2873.319397,1232.374533,2191.66688,2100.693575,1987.145748 +336539,2872.193673,1230.010345,2189.493591,2099.738784,1986.892876 +336540,2871.132722,1227.88074,2187.401898,2098.656607,1986.641002 +336541,2061.538917,1225.465467,1103.634421,1707.203118,2483.314768 +336542,2142.251638,1354.03406,1147.066591,1773.032449,2533.003989 +336543,2227.960425,1356.901909,1196.023998,1839.877856,2568.120981 +336544,2293.062244,1355.441079,1236.143754,1884.718895,2582.198007 +336545,2341.586992,1354.992354,1268.216849,1911.797843,2588.588981 +336546,2377.221463,1353.539447,1293.525728,1926.525956,2591.613136 +336547,2403.902788,1351.934182,1313.988891,1934.327695,2593.035157 +336548,2424.596962,1350.366965,1330.667268,1938.383733,2593.735028 +336549,2441.143508,1348.562775,1344.654218,1940.725666,2594.149023 +336550,2454.606164,1346.933457,1356.509586,1942.125915,2594.468241 +336551,2465.635947,1345.220789,1366.601207,1942.872262,2594.759797 +336552,2474.69143,1343.499562,1375.206202,1943.096312,2595.040121 +336553,2482.132369,1341.801739,1382.553017,1942.894615,2595.308208 +336554,2488.2299,1340.113082,1388.824694,1942.332275,2595.534036 +336555,2493.256676,1338.437911,1394.201824,1941.503363,2595.747408 +336556,2497.434091,1336.77487,1398.83649,1940.483958,2595.974514 +336557,2500.908322,1335.127446,1402.840427,1939.291923,2596.204009 +336558,2503.800629,1333.410849,1406.309414,1937.941621,2596.432419 +336559,2506.209832,1331.922405,1409.324375,1936.448183,2596.65921 +336560,2508.216019,1328.587454,1411.953387,1934.826087,2596.885066 +336561,2509.505625,1326.782841,1414.184869,1932.324636,2597.111635 +336562,2510.272354,1325.065325,1416.090665,1929.291389,2597.335268 +336563,2510.752998,1323.382748,1417.74465,1925.978373,2597.557511 +336564,2511.08201,1321.72751,1419.198109,1922.975043,2597.780875 +336565,2511.3093,1320.095293,1420.483758,1920.105511,2598.006943 +336566,2511.446165,1318.482813,1421.624222,1917.307084,2598.236317 +336567,2511.49386,1316.888289,1422.637304,1914.519512,2598.468957 +336568,2511.454128,1315.309939,1423.538149,1911.70548,2598.704558 +336569,2511.330453,1313.746922,1424.33986,1908.846322,2598.942671 +336570,2511.127015,1312.198035,1425.05372,1905.933253,2599.18281 +336571,2510.84773,1310.465701,1425.689349,1902.961474,2599.424437 +336572,2510.514358,1308.699433,1426.245428,1900.037963,2599.667013 +336573,2510.141527,1306.920278,1426.724783,1897.223815,2599.909972 +336574,2509.733681,1305.21508,1427.130559,1894.518723,2600.152773 +336575,2509.289738,1303.214456,1427.469923,1891.893416,2600.394857 +336576,2508.807202,1301.599691,1427.74729,1889.316294,2600.635664 +336577,2508.283966,1299.719361,1427.9691,1886.763886,2600.874627 +336578,2507.718753,1297.921785,1428.138359,1884.221216,2601.111202 +336579,2507.110795,1296.105591,1428.260159,1881.67894,2601.344842 +336580,2506.459732,1294.283537,1428.336396,1879.130807,2601.575037 +336581,2505.765386,1292.455994,1428.371288,1876.572183,2601.801278 +336582,2505.055768,1290.622576,1428.379859,1874.021401,2602.053337 +336583,2504.304204,1288.783417,1428.352747,1871.453954,2602.302309 +336584,2503.488668,1286.938168,1428.27974,1868.849869,2602.523989 +336585,2502.6224,1285.087037,1428.170254,1866.21802,2602.731597 +336586,2501.711099,1283.229639,1428.026978,1863.561648,2602.930131 +336587,2500.757286,1281.366372,1427.853701,1860.881361,2603.121312 +336588,2499.762113,1279.496215,1427.650716,1858.176595,2603.305552 +336589,2498.726191,1277.611842,1427.420732,1855.446407,2603.482746 +336590,2497.649313,1275.644445,1427.163413,1852.686604,2603.653466 +336591,2496.531992,1273.899578,1426.881174,1849.89757,2603.81704 +336592,2495.378824,1271.93775,1426.574367,1847.08981,2603.972101 +336593,2494.188462,1270.048371,1426.244903,1844.256776,2604.119086 +336594,2492.959713,1268.13887,1425.89188,1841.394138,2604.257803 +336595,2491.692307,1266.223195,1425.516017,1838.500579,2604.387835 +336596,2490.386665,1264.300166,1425.119766,1835.576219,2604.508902 +336597,2489.043365,1262.450586,1424.702247,1832.621364,2604.620742 +336598,2487.663074,1260.395295,1424.264059,1829.636191,2604.723216 +336599,2486.24635,1258.511389,1423.807453,1826.620629,2604.816133 +336600,2484.793761,1256.548372,1423.331437,1823.574568,2604.899394 +336601,0,0,0,0,0 +336602,0,0,0,0,0 +336603,0,0,0,0,0 +336604,0,0,0,0,0 +336605,0,0,0,0,0 +336606,0,0,0,0,0 +336607,0,0,0,0,0 +336608,0,0,0,0,0 +336609,0,0,0,0,0 +336610,0,0,0,0,0 +336611,0,0,0,0,0 +336612,0,0,0,0,0 +336613,0,0,0,0,0 +336614,0,0,0,0,0 +336615,0,0,0,0,0 +336616,0,0,0,0,0 +336617,0,0,0,0,0 +336618,0,0,0,0,0 +336619,0,0,0,0,0 +336620,0,0,0,0,0 +336621,0,0,0,0,0 +336622,0,0,0,0,0 +336623,0,0,0,0,0 +336624,0,0,0,0,0 +336625,0,0,0,0,0 +336626,0,0,0,0,0 +336627,0,0,0,0,0 +336628,0,0,0,0,0 +336629,0,0,0,0,0 +336630,0,0,0,0,0 +336631,0,0,0,0,0 +336632,0,0,0,0,0 +336633,0,0,0,0,0 +336634,0,0,0,0,0 +336635,0,0,0,0,0 +336636,0,0,0,0,0 +336637,0,0,0,0,0 +336638,0,0,0,0,0 +336639,0,0,0,0,0 +336640,0,0,0,0,0 +336641,0,0,0,0,0 +336642,0,0,0,0,0 +336643,0,0,0,0,0 +336644,0,0,0,0,0 +336645,0,0,0,0,0 +336646,0,0,0,0,0 +336647,0,0,0,0,0 +336648,0,0,0,0,0 +336649,0,0,0,0,0 +336650,0,0,0,0,0 +336651,0,0,0,0,0 +336652,0,0,0,0,0 +336653,0,0,0,0,0 +336654,0,0,0,0,0 +336655,0,0,0,0,0 +336656,0,0,0,0,0 +336657,0,0,0,0,0 +336658,0,0,0,0,0 +336659,0,0,0,0,0 +336660,0,0,0,0,0 +336661,0,0,0,0,0 +336662,0,0,0,0,0 +336663,0,0,0,0,0 +336664,0,0,0,0,0 +336665,0,0,0,0,0 +336666,0,0,0,0,0 +336667,0,0,0,0,0 +336668,0,0,0,0,0 +336669,0,0,0,0,0 +336670,0,0,0,0,0 +336671,0,0,0,0,0 +336672,0,0,0,0,0 +336673,0,0,0,0,0 +336674,0,0,0,0,0 +336675,0,0,0,0,0 +336676,0,0,0,0,0 +336677,0,0,0,0,0 +336678,0,0,0,0,0 +336679,0,0,0,0,0 +336680,0,0,0,0,0 +336681,0,0,0,0,0 +336682,0,0,0,0,0 +336683,0,0,0,0,0 +336684,0,0,0,0,0 +336685,0,0,0,0,0 +336686,0,0,0,0,0 +336687,0,0,0,0,0 +336688,0,0,0,0,0 +336689,0,0,0,0,0 +336690,0,0,0,0,0 +336691,0,0,0,0,0 +336692,0,0,0,0,0 +336693,0,0,0,0,0 +336694,0,0,0,0,0 +336695,0,0,0,0,0 +336696,0,0,0,0,0 +336697,0,0,0,0,0 +336698,0,0,0,0,0 +336699,0,0,0,0,0 +336700,0,0,0,0,0 +336701,0,0,0,0,0 +336702,0,0,0,0,0 +336703,0,0,0,0,0 +336704,0,0,0,0,0 +336705,0,0,0,0,0 +336706,0,0,0,0,0 +336707,0,0,0,0,0 +336708,0,0,0,0,0 +336709,0,0,0,0,0 +336710,0,0,0,0,0 +336711,0,0,0,0,0 +336712,0,0,0,0,0 +336713,0,0,0,0,0 +336714,0,0,0,0,0 +336715,0,0,0,0,0 +336716,0,0,0,0,0 +336717,0,0,0,0,0 +336718,0,0,0,0,0 +336719,0,0,0,0,0 +336720,0,0,0,0,0 +336721,0,0,0,0,0 +336722,0,0,0,0,0 +336723,0,0,0,0,0 +336724,0,0,0,0,0 +336725,0,0,0,0,0 +336726,0,0,0,0,0 +336727,0,0,0,0,0 +336728,0,0,0,0,0 +336729,0,0,0,0,0 +336730,0,0,0,0,0 +336731,0,0,0,0,0 +336732,0,0,0,0,0 +336733,0,0,0,0,0 +336734,0,0,0,0,0 +336735,0,0,0,0,0 +336736,0,0,0,0,0 +336737,0,0,0,0,0 +336738,0,0,0,0,0 +336739,0,0,0,0,0 +336740,0,0,0,0,0 +336741,0,0,0,0,0 +336742,0,0,0,0,0 +336743,0,0,0,0,0 +336744,0,0,0,0,0 +336745,0,0,0,0,0 +336746,0,0,0,0,0 +336747,0,0,0,0,0 +336748,0,0,0,0,0 +336749,0,0,0,0,0 +336750,0,0,0,0,0 +336751,0,0,0,0,0 +336752,0,0,0,0,0 +336753,0,0,0,0,0 +336754,0,0,0,0,0 +336755,0,0,0,0,0 +336756,0,0,0,0,0 +336757,0,0,0,0,0 +336758,0,0,0,0,0 +336759,0,0,0,0,0 +336760,0,0,0,0,0 +336761,0,0,0,0,0 +336762,0,0,0,0,0 +336763,0,0,0,0,0 +336764,0,0,0,0,0 +336765,0,0,0,0,0 +336766,0,0,0,0,0 +336767,0,0,0,0,0 +336768,0,0,0,0,0 +336769,0,0,0,0,0 +336770,0,0,0,0,0 +336771,0,0,0,0,0 +336772,0,0,0,0,0 +336773,0,0,0,0,0 +336774,0,0,0,0,0 +336775,0,0,0,0,0 +336776,0,0,0,0,0 +336777,0,0,0,0,0 +336778,0,0,0,0,0 +336779,0,0,0,0,0 +336780,0,0,0,0,0 +336781,0,0,0,0,0 +336782,0,0,0,0,0 +336783,0,0,0,0,0 +336784,0,0,0,0,0 +336785,0,0,0,0,0 +336786,0,0,0,0,0 +336787,0,0,0,0,0 +336788,0,0,0,0,0 +336789,0,0,0,0,0 +336790,0,0,0,0,0 +336791,0,0,0,0,0 +336792,0,0,0,0,0 +336793,0,0,0,0,0 +336794,0,0,0,0,0 +336795,0,0,0,0,0 +336796,0,0,0,0,0 +336797,0,0,0,0,0 +336798,0,0,0,0,0 +336799,0,0,0,0,0 +336800,0,0,0,0,0 +336801,0,0,0,0,0 +336802,0,0,0,0,0 +336803,0,0,0,0,0 +336804,0,0,0,0,0 +336805,0,0,0,0,0 +336806,0,0,0,0,0 +336807,0,0,0,0,0 +336808,0,0,0,0,0 +336809,0,0,0,0,0 +336810,0,0,0,0,0 +336811,0,0,0,0,0 +336812,0,0,0,0,0 +336813,0,0,0,0,0 +336814,0,0,0,0,0 +336815,0,0,0,0,0 +336816,0,0,0,0,0 +336817,0,0,0,0,0 +336818,0,0,0,0,0 +336819,0,0,0,0,0 +336820,0,0,0,0,0 +336821,0,0,0,0,0 +336822,0,0,0,0,0 +336823,0,0,0,0,0 +336824,0,0,0,0,0 +336825,0,0,0,0,0 +336826,0,0,0,0,0 +336827,0,0,0,0,0 +336828,0,0,0,0,0 +336829,0,0,0,0,0 +336830,0,0,0,0,0 +336831,0,0,0,0,0 +336832,0,0,0,0,0 +336833,0,0,0,0,0 +336834,0,0,0,0,0 +336835,0,0,0,0,0 +336836,0,0,0,0,0 +336837,0,0,0,0,0 +336838,0,0,0,0,0 +336839,0,0,0,0,0 +336840,0,0,0,0,0 +336841,0,0,0,0,0 +336842,0,0,0,0,0 +336843,0,0,0,0,0 +336844,0,0,0,0,0 +336845,0,0,0,0,0 +336846,0,0,0,0,0 +336847,0,0,0,0,0 +336848,0,0,0,0,0 +336849,0,0,0,0,0 +336850,0,0,0,0,0 +336851,0,0,0,0,0 +336852,0,0,0,0,0 +336853,0,0,0,0,0 +336854,0,0,0,0,0 +336855,0,0,0,0,0 +336856,0,0,0,0,0 +336857,0,0,0,0,0 +336858,0,0,0,0,0 +336859,0,0,0,0,0 +336860,0,0,0,0,0 +336861,0,0,0,0,0 +336862,0,0,0,0,0 +336863,0,0,0,0,0 +336864,0,0,0,0,0 +336865,0,0,0,0,0 +336866,0,0,0,0,0 +336867,0,0,0,0,0 +336868,0,0,0,0,0 +336869,0,0,0,0,0 +336870,0,0,0,0,0 +336871,0,0,0,0,0 +336872,0,0,0,0,0 +336873,0,0,0,0,0 +336874,0,0,0,0,0 +336875,0,0,0,0,0 +336876,0,0,0,0,0 +336877,0,0,0,0,0 +336878,0,0,0,0,0 +336879,0,0,0,0,0 +336880,0,0,0,0,0 +336881,0,0,0,0,0 +336882,0,0,0,0,0 +336883,0,0,0,0,0 +336884,0,0,0,0,0 +336885,0,0,0,0,0 +336886,0,0,0,0,0 +336887,0,0,0,0,0 +336888,0,0,0,0,0 +336889,0,0,0,0,0 +336890,0,0,0,0,0 +336891,0,0,0,0,0 +336892,0,0,0,0,0 +336893,0,0,0,0,0 +336894,0,0,0,0,0 +336895,0,0,0,0,0 +336896,0,0,0,0,0 +336897,0,0,0,0,0 +336898,0,0,0,0,0 +336899,0,0,0,0,0 +336900,0,0,0,0,0 +336901,0,0,0,0,0 +336902,0,0,0,0,0 +336903,0,0,0,0,0 +336904,0,0,0,0,0 +336905,0,0,0,0,0 +336906,0,0,0,0,0 +336907,0,0,0,0,0 +336908,0,0,0,0,0 +336909,0,0,0,0,0 +336910,0,0,0,0,0 +336911,0,0,0,0,0 +336912,0,0,0,0,0 +336913,0,0,0,0,0 +336914,0,0,0,0,0 +336915,0,0,0,0,0 +336916,0,0,0,0,0 +336917,0,0,0,0,0 +336918,0,0,0,0,0 +336919,0,0,0,0,0 +336920,0,0,0,0,0 +336921,0,0,0,0,0 +336922,0,0,0,0,0 +336923,0,0,0,0,0 +336924,0,0,0,0,0 +336925,0,0,0,0,0 +336926,0,0,0,0,0 +336927,0,0,0,0,0 +336928,0,0,0,0,0 +336929,0,0,0,0,0 +336930,0,0,0,0,0 +336931,0,0,0,0,0 +336932,0,0,0,0,0 +336933,0,0,0,0,0 +336934,0,0,0,0,0 +336935,0,0,0,0,0 +336936,0,0,0,0,0 +336937,0,0,0,0,0 +336938,0,0,0,0,0 +336939,0,0,0,0,0 +336940,0,0,0,0,0 +336941,0,0,0,0,0 +336942,0,0,0,0,0 +336943,0,0,0,0,0 +336944,0,0,0,0,0 +336945,0,0,0,0,0 +336946,0,0,0,0,0 +336947,0,0,0,0,0 +336948,0,0,0,0,0 +336949,0,0,0,0,0 +336950,0,0,0,0,0 +336951,0,0,0,0,0 +336952,0,0,0,0,0 +336953,0,0,0,0,0 +336954,0,0,0,0,0 +336955,0,0,0,0,0 +336956,0,0,0,0,0 +336957,0,0,0,0,0 +336958,0,0,0,0,0 +336959,0,0,0,0,0 +336960,0,0,0,0,0 +336961,0,0,0,0,0 +336962,0,0,0,0,0 +336963,0,0,0,0,0 +336964,0,0,0,0,0 +336965,0,0,0,0,0 +336966,0,0,0,0,0 +336967,0,0,0,0,0 +336968,0,0,0,0,0 +336969,0,0,0,0,0 +336970,0,0,0,0,0 +336971,0,0,0,0,0 +336972,0,0,0,0,0 +336973,0,0,0,0,0 +336974,0,0,0,0,0 +336975,0,0,0,0,0 +336976,0,0,0,0,0 +336977,0,0,0,0,0 +336978,0,0,0,0,0 +336979,0,0,0,0,0 +336980,0,0,0,0,0 +336981,0,0,0,0,0 +336982,0,0,0,0,0 +336983,0,0,0,0,0 +336984,0,0,0,0,0 +336985,0,0,0,0,0 +336986,0,0,0,0,0 +336987,0,0,0,0,0 +336988,0,0,0,0,0 +336989,0,0,0,0,0 +336990,0,0,0,0,0 +336991,0,0,0,0,0 +336992,0,0,0,0,0 +336993,0,0,0,0,0 +336994,0,0,0,0,0 +336995,0,0,0,0,0 +336996,0,0,0,0,0 +336997,0,0,0,0,0 +336998,0,0,0,0,0 +336999,0,0,0,0,0 +337000,0,0,0,0,0 +337001,0,0,0,0,0 +337002,0,0,0,0,0 +337003,0,0,0,0,0 +337004,0,0,0,0,0 +337005,0,0,0,0,0 +337006,0,0,0,0,0 +337007,0,0,0,0,0 +337008,0,0,0,0,0 +337009,0,0,0,0,0 +337010,0,0,0,0,0 +337011,0,0,0,0,0 +337012,0,0,0,0,0 +337013,0,0,0,0,0 +337014,0,0,0,0,0 +337015,0,0,0,0,0 +337016,0,0,0,0,0 +337017,0,0,0,0,0 +337018,0,0,0,0,0 +337019,0,0,0,0,0 +337020,0,0,0,0,0 +337021,0,0,0,0,0 +337022,0,0,0,0,0 +337023,0,0,0,0,0 +337024,0,0,0,0,0 +337025,0,0,0,0,0 +337026,0,0,0,0,0 +337027,0,0,0,0,0 +337028,0,0,0,0,0 +337029,0,0,0,0,0 +337030,0,0,0,0,0 +337031,0,0,0,0,0 +337032,0,0,0,0,0 +337033,0,0,0,0,0 +337034,0,0,0,0,0 +337035,0,0,0,0,0 +337036,0,0,0,0,0 +337037,0,0,0,0,0 +337038,0,0,0,0,0 +337039,0,0,0,0,0 +337040,0,0,0,0,0 +337041,0,0,0,0,0 +337042,0,0,0,0,0 +337043,0,0,0,0,0 +337044,0,0,0,0,0 +337045,0,0,0,0,0 +337046,0,0,0,0,0 +337047,0,0,0,0,0 +337048,0,0,0,0,0 +337049,0,0,0,0,0 +337050,0,0,0,0,0 +337051,0,0,0,0,0 +337052,0,0,0,0,0 +337053,0,0,0,0,0 +337054,0,0,0,0,0 +337055,0,0,0,0,0 +337056,0,0,0,0,0 +337057,0,0,0,0,0 +337058,0,0,0,0,0 +337059,0,0,0,0,0 +337060,0,0,0,0,0 +337061,0,0,0,0,0 +337062,0,0,0,0,0 +337063,0,0,0,0,0 +337064,0,0,0,0,0 +337065,0,0,0,0,0 +337066,0,0,0,0,0 +337067,0,0,0,0,0 +337068,0,0,0,0,0 +337069,0,0,0,0,0 +337070,0,0,0,0,0 +337071,0,0,0,0,0 +337072,0,0,0,0,0 +337073,0,0,0,0,0 +337074,0,0,0,0,0 +337075,0,0,0,0,0 +337076,0,0,0,0,0 +337077,0,0,0,0,0 +337078,0,0,0,0,0 +337079,0,0,0,0,0 +337080,0,0,0,0,0 +337081,0,0,0,0,0 +337082,0,0,0,0,0 +337083,0,0,0,0,0 +337084,0,0,0,0,0 +337085,0,0,0,0,0 +337086,0,0,0,0,0 +337087,0,0,0,0,0 +337088,0,0,0,0,0 +337089,0,0,0,0,0 +337090,0,0,0,0,0 +337091,0,0,0,0,0 +337092,0,0,0,0,0 +337093,0,0,0,0,0 +337094,0,0,0,0,0 +337095,0,0,0,0,0 +337096,0,0,0,0,0 +337097,0,0,0,0,0 +337098,0,0,0,0,0 +337099,0,0,0,0,0 +337100,0,0,0,0,0 +337101,0,0,0,0,0 +337102,0,0,0,0,0 +337103,0,0,0,0,0 +337104,0,0,0,0,0 +337105,0,0,0,0,0 +337106,0,0,0,0,0 +337107,0,0,0,0,0 +337108,0,0,0,0,0 +337109,0,0,0,0,0 +337110,0,0,0,0,0 +337111,0,0,0,0,0 +337112,0,0,0,0,0 +337113,0,0,0,0,0 +337114,0,0,0,0,0 +337115,0,0,0,0,0 +337116,0,0,0,0,0 +337117,0,0,0,0,0 +337118,0,0,0,0,0 +337119,0,0,0,0,0 +337120,0,0,0,0,0 +337121,0,0,0,0,0 +337122,0,0,0,0,0 +337123,0,0,0,0,0 +337124,0,0,0,0,0 +337125,0,0,0,0,0 +337126,0,0,0,0,0 +337127,0,0,0,0,0 +337128,0,0,0,0,0 +337129,0,0,0,0,0 +337130,0,0,0,0,0 +337131,0,0,0,0,0 +337132,0,0,0,0,0 +337133,0,0,0,0,0 +337134,0,0,0,0,0 +337135,0,0,0,0,0 +337136,0,0,0,0,0 +337137,0,0,0,0,0 +337138,0,0,0,0,0 +337139,0,0,0,0,0 +337140,0,0,0,0,0 +337141,0,0,0,0,0 +337142,0,0,0,0,0 +337143,0,0,0,0,0 +337144,0,0,0,0,0 +337145,0,0,0,0,0 +337146,0,0,0,0,0 +337147,0,0,0,0,0 +337148,0,0,0,0,0 +337149,0,0,0,0,0 +337150,0,0,0,0,0 +337151,0,0,0,0,0 +337152,0,0,0,0,0 +337153,0,0,0,0,0 +337154,0,0,0,0,0 +337155,0,0,0,0,0 +337156,0,0,0,0,0 +337157,0,0,0,0,0 +337158,0,0,0,0,0 +337159,0,0,0,0,0 +337160,0,0,0,0,0 +337161,0,0,0,0,0 +337162,0,0,0,0,0 +337163,0,0,0,0,0 +337164,0,0,0,0,0 +337165,0,0,0,0,0 +337166,0,0,0,0,0 +337167,0,0,0,0,0 +337168,0,0,0,0,0 +337169,0,0,0,0,0 +337170,0,0,0,0,0 +337171,0,0,0,0,0 +337172,0,0,0,0,0 +337173,0,0,0,0,0 +337174,0,0,0,0,0 +337175,0,0,0,0,0 +337176,0,0,0,0,0 +337177,0,0,0,0,0 +337178,0,0,0,0,0 +337179,0,0,0,0,0 +337180,0,0,0,0,0 +337181,0,0,0,0,0 +337182,0,0,0,0,0 +337183,0,0,0,0,0 +337184,0,0,0,0,0 +337185,0,0,0,0,0 +337186,0,0,0,0,0 +337187,0,0,0,0,0 +337188,0,0,0,0,0 +337189,0,0,0,0,0 +337190,0,0,0,0,0 +337191,0,0,0,0,0 +337192,0,0,0,0,0 +337193,0,0,0,0,0 +337194,0,0,0,0,0 +337195,0,0,0,0,0 +337196,0,0,0,0,0 +337197,0,0,0,0,0 +337198,0,0,0,0,0 +337199,0,0,0,0,0 +337200,0,0,0,0,0 +337201,0,0,0,0,0 +337202,0,0,0,0,0 +337203,0,0,0,0,0 +337204,0,0,0,0,0 +337205,0,0,0,0,0 +337206,0,0,0,0,0 +337207,0,0,0,0,0 +337208,0,0,0,0,0 +337209,0,0,0,0,0 +337210,0,0,0,0,0 +337211,0,0,0,0,0 +337212,0,0,0,0,0 +337213,0,0,0,0,0 +337214,0,0,0,0,0 +337215,0,0,0,0,0 +337216,0,0,0,0,0 +337217,0,0,0,0,0 +337218,0,0,0,0,0 +337219,0,0,0,0,0 +337220,0,0,0,0,0 +337221,0,0,0,0,0 +337222,0,0,0,0,0 +337223,0,0,0,0,0 +337224,0,0,0,0,0 +337225,0,0,0,0,0 +337226,0,0,0,0,0 +337227,0,0,0,0,0 +337228,0,0,0,0,0 +337229,0,0,0,0,0 +337230,0,0,0,0,0 +337231,0,0,0,0,0 +337232,0,0,0,0,0 +337233,0,0,0,0,0 +337234,0,0,0,0,0 +337235,0,0,0,0,0 +337236,0,0,0,0,0 +337237,0,0,0,0,0 +337238,0,0,0,0,0 +337239,0,0,0,0,0 +337240,0,0,0,0,0 +337241,0,0,0,0,0 +337242,0,0,0,0,0 +337243,0,0,0,0,0 +337244,0,0,0,0,0 +337245,0,0,0,0,0 +337246,0,0,0,0,0 +337247,0,0,0,0,0 +337248,0,0,0,0,0 +337249,0,0,0,0,0 +337250,0,0,0,0,0 +337251,0,0,0,0,0 +337252,0,0,0,0,0 +337253,0,0,0,0,0 +337254,0,0,0,0,0 +337255,0,0,0,0,0 +337256,0,0,0,0,0 +337257,0,0,0,0,0 +337258,0,0,0,0,0 +337259,0,0,0,0,0 +337260,0,0,0,0,0 +337261,0,0,0,0,0 +337262,0,0,0,0,0 +337263,0,0,0,0,0 +337264,0,0,0,0,0 +337265,0,0,0,0,0 +337266,0,0,0,0,0 +337267,0,0,0,0,0 +337268,0,0,0,0,0 +337269,0,0,0,0,0 +337270,0,0,0,0,0 +337271,0,0,0,0,0 +337272,0,0,0,0,0 +337273,0,0,0,0,0 +337274,0,0,0,0,0 +337275,0,0,0,0,0 +337276,0,0,0,0,0 +337277,0,0,0,0,0 +337278,0,0,0,0,0 +337279,0,0,0,0,0 +337280,0,0,0,0,0 +337281,0,0,0,0,0 +337282,0,0,0,0,0 +337283,0,0,0,0,0 +337284,0,0,0,0,0 +337285,0,0,0,0,0 +337286,0,0,0,0,0 +337287,0,0,0,0,0 +337288,0,0,0,0,0 +337289,0,0,0,0,0 +337290,0,0,0,0,0 +337291,0,0,0,0,0 +337292,0,0,0,0,0 +337293,0,0,0,0,0 +337294,0,0,0,0,0 +337295,0,0,0,0,0 +337296,0,0,0,0,0 +337297,0,0,0,0,0 +337298,0,0,0,0,0 +337299,0,0,0,0,0 +337300,0,0,0,0,0 +337301,0,0,0,0,0 +337302,0,0,0,0,0 +337303,0,0,0,0,0 +337304,0,0,0,0,0 +337305,0,0,0,0,0 +337306,0,0,0,0,0 +337307,0,0,0,0,0 +337308,0,0,0,0,0 +337309,0,0,0,0,0 +337310,0,0,0,0,0 +337311,0,0,0,0,0 +337312,0,0,0,0,0 +337313,0,0,0,0,0 +337314,0,0,0,0,0 +337315,0,0,0,0,0 +337316,0,0,0,0,0 +337317,0,0,0,0,0 +337318,0,0,0,0,0 +337319,0,0,0,0,0 +337320,0,0,0,0,0 +337321,0,0,0,0,0 +337322,0,0,0,0,0 +337323,0,0,0,0,0 +337324,0,0,0,0,0 +337325,0,0,0,0,0 +337326,0,0,0,0,0 +337327,0,0,0,0,0 +337328,0,0,0,0,0 +337329,0,0,0,0,0 +337330,0,0,0,0,0 +337331,0,0,0,0,0 +337332,0,0,0,0,0 +337333,0,0,0,0,0 +337334,0,0,0,0,0 +337335,0,0,0,0,0 +337336,0,0,0,0,0 +337337,0,0,0,0,0 +337338,0,0,0,0,0 +337339,0,0,0,0,0 +337340,0,0,0,0,0 +337341,0,0,0,0,0 +337342,0,0,0,0,0 +337343,0,0,0,0,0 +337344,0,0,0,0,0 +337345,0,0,0,0,0 +337346,0,0,0,0,0 +337347,0,0,0,0,0 +337348,0,0,0,0,0 +337349,0,0,0,0,0 +337350,0,0,0,0,0 +337351,0,0,0,0,0 +337352,0,0,0,0,0 +337353,0,0,0,0,0 +337354,0,0,0,0,0 +337355,0,0,0,0,0 +337356,0,0,0,0,0 +337357,0,0,0,0,0 +337358,0,0,0,0,0 +337359,0,0,0,0,0 +337360,0,0,0,0,0 +337361,0,0,0,0,0 +337362,0,0,0,0,0 +337363,0,0,0,0,0 +337364,0,0,0,0,0 +337365,0,0,0,0,0 +337366,0,0,0,0,0 +337367,0,0,0,0,0 +337368,0,0,0,0,0 +337369,0,0,0,0,0 +337370,0,0,0,0,0 +337371,0,0,0,0,0 +337372,0,0,0,0,0 +337373,0,0,0,0,0 +337374,0,0,0,0,0 +337375,0,0,0,0,0 +337376,0,0,0,0,0 +337377,0,0,0,0,0 +337378,0,0,0,0,0 +337379,0,0,0,0,0 +337380,0,0,0,0,0 +337381,108.6469692,3597.690662,2821.108395,48.22355573,-111.7733221 +337382,443.6088354,284.1634591,3037.821626,200.5676722,502.5054955 +337383,431.5246051,245.625074,608.1778941,195.0358524,488.7742999 +337384,416.1718574,238.6250171,566.8262994,188.0141162,468.8127068 +337385,401.2388851,417.3103352,662.0761042,181.2612809,447.9097388 +337386,388.0843695,627.9957456,980.4659546,175.405312,428.4845322 +337387,376.7381235,432.312978,732.7868729,170.4349076,410.9879342 +337388,366.8450859,500.1077245,786.4490553,166.1626336,395.1568432 +337389,358.0825965,509.6184581,797.2284641,162.4159592,380.6552114 +337390,350.2257048,518.653213,806.9174011,159.0844632,367.2419846 +337391,343.1331874,527.5204425,816.9935003,156.0951028,354.7665601 +337392,336.6940832,536.5619507,827.0173893,153.3944399,343.125211 +337393,330.8242492,545.2805019,836.9037457,150.9391727,332.2327216 +337394,325.4403897,554.39206,846.6051572,148.6921493,322.0120696 +337395,320.4809475,563.547499,857.4286074,146.6223539,312.3927327 +337396,315.8894672,573.1991997,867.6839376,144.7037498,303.3108351 +337397,311.6164629,582.5215895,878.0027604,142.914558,294.7095167 +337398,307.6198394,591.8982554,888.8151306,141.236549,286.5382268 +337399,303.8642153,601.9603464,899.1622029,139.6545363,278.7523274 +337400,300.3196763,611.1932776,909.7154126,138.1558293,271.3122241 +337401,296.9608284,621.0883057,920.0224468,136.7298234,264.1828402 +337402,293.7660062,630.6378045,930.8902801,135.3676298,257.3330257 +337403,290.7167751,640.7967947,941.2024519,134.0618221,250.7352737 +337404,287.7973092,650.5204289,951.9602106,132.8061296,244.3650515 +337405,284.9941208,660.4917446,962.0475051,131.5952959,238.2006906 +337406,282.2956168,670.474144,972.6561107,130.4248682,232.2228831 +337407,279.6918825,680.2919911,982.8221938,129.2910939,226.4145449 +337408,277.1743288,690.7100475,993.5428366,128.1907589,220.7603716 +337409,274.7356155,700.651976,1003.695016,127.1211536,215.2468661 +337410,272.3693805,710.8465801,1014.028561,126.0799519,209.8619704 +337411,270.0701048,717.6712997,1019.383059,125.0651537,204.594926 +337412,267.8382555,723.9879349,1023.895668,124.0810856,199.4361685 +337413,265.6720449,730.0321182,1028.178181,123.1296598,194.3772605 +337414,263.5680545,735.5760218,1032.131771,122.2102798,189.4103725 +337415,261.5220114,741.5647543,1035.782454,121.3209833,184.5284259 +337416,259.5295904,746.739426,1039.135892,120.4594907,179.7250501 +337417,257.5869273,752.2499654,1042.343297,119.6237444,174.994688 +337418,255.6905768,758.7920144,1045.411784,118.8119569,170.3322708 +337419,253.8375087,765.2175765,1048.053776,118.0225903,165.7332288 +337420,252.0250098,762.3727728,1036.033158,117.254286,161.1933817 +337421,250.1091276,766.7880023,1036.385913,116.4499205,156.708831 +337422,248.1331753,771.5983834,1037.712006,115.6271215,152.2755789 +337423,246.1652172,776.4911001,1039.014296,114.8121305,147.8901348 +337424,244.2408541,781.1611376,1040.464119,114.0183132,143.549571 +337425,242.368505,785.7537946,1041.636053,113.2485275,139.2513357 +337426,240.544958,790.1839368,1042.923334,112.5012027,134.9928511 +337427,238.7649781,794.370458,1043.957558,111.7740634,130.7718664 +337428,237.0241783,798.4832435,1045.055364,111.0652032,126.5860448 +337429,235.3194046,802.315433,1045.840742,110.3732297,122.4333169 +337430,233.6481154,805.7200276,1046.725663,109.6970052,118.3116172 +337431,232.008177,809.7902867,1047.357896,109.0355731,114.2191512 +337432,230.3976504,812.871106,1048.054118,108.3880682,110.1542644 +337433,228.8147132,816.1559869,1048.519784,107.7536818,106.11536 +337434,227.2577284,819.2248332,1048.880241,107.1316911,102.1010243 +337435,225.7252358,822.0504083,1049.247297,106.5214535,98.11001783 +337436,224.2158313,824.7877821,1049.487935,105.9223507,94.14106676 +337437,222.728331,827.3342089,1049.664745,105.3338628,90.19318213 +337438,221.2615728,829.7615006,1049.656174,104.7554775,86.26531405 +337439,219.8145022,831.9444014,1049.645311,104.1867292,82.35652421 +337440,218.3861636,834.0468823,1049.51733,103.6271949,78.46598075 +337441,218.8639424,1265.338077,2002.520102,103.934786,78.02613686 +337442,237.5254617,1281.934082,2031.154393,112.6585433,111.6818411 +337443,265.6488564,1293.161939,2049.036635,125.6385506,164.0034807 +337444,294.2013099,1281.799328,2038.231911,138.6367965,218.7168836 +337445,319.1749798,1286.840439,2047.618746,149.8647198,268.504996 +337446,541.2439312,1292.581836,2071.675429,463.6979793,312.074943 +337447,1140.596844,1298.047842,2044.561525,389.9915507,350.2882072 +337448,765.3172613,1303.398002,2085.383431,392.9189546,384.2119116 +337449,911.9852045,1308.3504,2080.974882,423.3419601,414.6020041 +337450,933.3921193,1313.093861,2099.282571,433.4451442,441.9469848 +337451,951.3247851,1317.578843,2087.934992,443.0898758,466.5982566 +337452,968.7278681,1321.823366,2109.314638,452.5955998,488.8489387 +337453,986.316837,1325.837876,2118.551434,461.8142573,508.9619316 +337454,1002.777191,1329.629448,2114.591702,470.4419723,527.1750057 +337455,1019.373623,1333.205756,2123.725488,479.2080186,543.7007166 +337456,1034.800875,1336.57256,2134.115124,487.8590828,558.7268465 +337457,1050.416176,1339.712926,2145.650675,496.1330828,572.4187758 +337458,1065.608251,1342.662253,2131.251952,504.2425931,584.9182135 +337459,1079.984003,1345.346449,2173.443736,512.1534987,596.3539619 +337460,1095.273247,1347.991973,2145.954501,520.226465,870.0635661 +337461,1109.111883,1350.310939,2161.453076,527.8693281,1084.38145 +337462,1123.230547,1352.495404,2167.043143,535.3806983,929.9753034 +337463,1136.790344,1354.480544,2170.361162,542.8863158,1010.067782 +337464,1150.342311,1356.277166,2175.315924,550.083744,1027.360497 +337465,1163.381274,1357.889286,2179.638775,557.3168156,1044.087395 +337466,1170.264833,1339.934858,2164.726307,563.7768417,1059.155787 +337467,1181.681347,1337.848114,2165.729859,570.907085,1074.285904 +337468,1193.36403,1337.093714,2168.419957,577.5860483,1088.486969 +337469,1205.243342,1336.440743,2171.075872,584.1841385,1103.041372 +337470,1216.64401,1335.811886,2173.82049,591.0359604,1116.420073 +337471,1228.330878,1337.705138,2178.310634,596.9483174,1129.768928 +337472,1239.550087,1340.106967,2182.897406,603.3768141,1142.640136 +337473,1250.899057,1342.705118,2187.954724,609.4551608,1155.130053 +337474,1261.761561,1345.485286,2192.598794,615.570924,1167.257148 +337475,1272.761737,1348.243818,2197.43039,621.465093,1179.038086 +337476,1283.275963,1351.319542,2201.983423,627.2595233,1190.488177 +337477,1293.941595,1354.123518,2206.784402,632.7013697,1201.623757 +337478,1304.122275,1357.300964,2211.334066,638.8128361,1212.422879 +337479,1314.471199,1360.28899,2215.761872,644.1149925,1223.022062 +337480,1324.332784,1363.437767,2220.251039,649.6804684,1233.269825 +337481,1334.323381,1366.598162,2224.462099,655.0207079,1243.246729 +337482,1344.030073,1369.822371,2228.877738,660.3747607,1253.060961 +337483,1353.602819,1372.941923,2233.044035,665.5530111,1262.51397 +337484,1354.976413,1372.48467,2234.796296,667.0414934,1257.376221 +337485,1292.407869,1342.795219,2157.876681,639.280904,1135.505729 +337486,1296.543763,1338.309439,2156.712491,641.611054,1147.196847 +337487,1432.750479,1401.605596,2138.099635,703.1465893,1383.277177 +337488,1369.106205,1372.692891,2092.120996,676.2023823,1257.753322 +337489,1393.919061,1381.95725,2067.952707,687.6612336,1296.674141 +337490,1402.418111,1384.641129,2047.672821,692.4648018,1305.898564 +337491,1627.432692,1489.698604,2245.354714,795.7491832,1701.460409 +337492,1105.13477,1259.486477,2052.51394,560.7842601,734.8533987 +337493,1814.329402,1549.414522,2263.976193,869.4750227,2006.310256 +337494,1056.447211,1254.799939,2062.581666,557.2750049,675.0927788 +337495,1822.788174,1559.497923,2271.1438,877.7894141,2015.106398 +337496,1105.067226,1261.64227,2063.915009,566.0427642,707.0756158 +337497,1821.366301,1562.294247,2269.643967,886.478142,2019.382555 +337498,1125.220611,1279.097449,2061.020978,574.8867271,723.9001106 +337499,1836.646641,1555.489351,2265.867886,894.8044921,2032.397943 +337500,1141.413314,1278.407578,2057.402802,583.5475608,738.4311714 +337501,2241.40255,1748.53685,2271.539247,1071.115083,2530.162431 +337502,1783.981851,1541.28699,2274.30445,856.4087427,2250.137484 +337503,1918.863067,1643.935851,2282.315278,941.6359309,2005.384226 +337504,1952.245972,1637.702254,2288.626925,932.3790285,2230.572714 +337505,1939.131723,1643.190921,2296.543169,936.6550417,2159.549165 +337506,1951.6144,1648.657803,2304.401522,941.115165,2179.13625 +337507,1960.306996,1653.547378,2312.223223,945.4986435,2186.29274 +337508,1968.827067,1658.705845,2320.442299,949.7610415,2193.601866 +337509,1976.80458,1663.542919,2328.648657,954.097771,2200.897723 +337510,1985.188697,1668.12064,2336.576928,958.2544416,2208.53342 +337511,1993.088157,1672.814862,2344.058714,962.4625213,2215.516831 +337512,2001.103415,1677.340424,2351.010481,966.4708713,2222.848808 +337513,2008.699278,1681.807702,2357.420813,970.4985196,2229.576576 +337514,2016.448806,1686.207349,2363.314737,974.5707625,2236.725803 +337515,2023.992554,1690.543561,2368.876627,978.4803631,2248.534725 +337516,2031.45445,1694.715217,2373.990235,982.3954269,2247.703357 +337517,2038.821214,1699.084418,2378.550606,986.2586224,2256.985669 +337518,2045.974956,1703.177557,2382.778915,990.0792043,2263.233139 +337519,2053.460407,1707.306161,2386.769792,993.8587683,2269.465678 +337520,2060.288832,1711.370171,2390.517157,997.5981511,2275.601458 +337521,2067.408607,1715.386067,2394.052699,1001.298138,2281.720321 +337522,2074.32231,1719.884921,2397.405997,1004.900077,2287.835974 +337523,2081.174759,1725.28807,2400.596309,1008.612749,2294.253386 +337524,2087.950505,1726.239334,2403.625014,1012.217068,2299.466408 +337525,2094.652232,1736.390658,2406.654294,1015.687516,2310.682004 +337526,2101.280653,1727.977056,2409.417146,1019.246215,2304.038711 +337527,2107.838913,1757.189749,2412.032889,1022.717594,2323.527627 +337528,2114.328396,1718.133045,2414.765343,1026.163896,2320.993939 +337529,2120.874779,1757.381943,2417.318524,1029.577254,2327.439484 +337530,2127.044468,1767.672774,2419.633798,1032.957927,2333.388911 +337531,2133.41885,1722.738013,2421.96987,1036.388455,2338.528585 +337532,2139.616212,1768.897019,2424.445484,1039.801939,2348.599014 +337533,2145.76669,1777.539567,2426.751772,1043.191297,2342.412166 +337534,2151.852979,1725.235572,2428.874691,1046.554107,2359.547998 +337535,2157.876821,1777.493792,2431.100957,1049.889556,2358.279551 +337536,2164.377447,1759.564304,2433.106402,1053.136721,2363.206096 +337537,2174.322338,1764.976147,2435.109915,1056.510336,2373.62484 +337538,2171.130623,1766.763103,2436.987644,1059.721428,2367.60961 +337539,2197.466929,1768.456465,2438.737969,1063.825485,2382.81899 +337540,2163.047293,1770.060515,2440.651248,1066.677555,2382.700317 +337541,2199.712473,1763.234178,2442.64301,1074.165691,2386.73216 +337542,2214.774425,1737.151478,2444.169985,1073.621412,2395.887253 +337543,2160.888144,1770.892786,2445.81747,1082.957721,2396.075203 +337544,2220.701016,1731.276682,2447.285084,1078.099956,2399.67288 +337545,2204.263335,1771.539402,2448.720502,1093.060693,2408.528025 +337546,2213.314512,1732.482022,2450.262538,1079.854315,2409.216209 +337547,2218.47297,1767.057035,2451.818514,1106.563311,2416.711416 +337548,2223.72956,1738.398991,2453.339274,1076.486869,2417.410879 +337549,2228.61914,1758.909068,2454.674789,1102.490007,2419.227083 +337550,2233.755328,1747.250506,2455.770823,1101.151501,2421.879109 +337551,2238.742617,1753.022485,2456.782654,1103.079436,2424.671293 +337552,2243.710948,1751.30234,2457.70474,1106.927009,2424.911157 +337553,2248.642434,1751.640656,2458.425897,1109.989647,2425.009181 +337554,2253.538252,1751.659509,2458.941817,1112.916237,2424.998933 +337555,2258.397702,1751.6473,2459.303547,1115.955603,2424.939952 +337556,2263.222208,1751.611678,2459.557907,1118.91558,2424.868534 +337557,2268.141441,1751.551723,2459.74314,1121.863498,2424.811487 +337558,2272.699446,1751.46673,2459.883731,1124.790494,2424.781273 +337559,2277.516888,1751.356304,2459.993314,1127.696829,2424.780013 +337560,2282.054081,1751.220254,2460.083455,1130.64892,2424.812092 +337561,2293.623872,1754.038993,2459.41449,1136.239815,2423.534506 +337562,2299.577357,1755.19031,2459.034938,1139.881142,2422.71485 +337563,2305.549536,1755.534061,2458.890073,1143.164633,2422.237356 +337564,2310.894299,1755.889603,2458.852419,1146.4519,2421.922641 +337565,2316.55084,1756.159559,2458.834898,1149.84719,2421.658578 +337566,2321.868765,1756.399273,2458.805125,1152.847753,2421.404835 +337567,2327.1863,1756.51636,2458.758489,1156.014347,2421.152976 +337568,2332.688186,1756.734502,2458.700753,1159.109698,2420.907631 +337569,2337.643469,1756.62142,2458.635655,1162.193667,2420.668855 +337570,2342.918268,1757.067223,2458.57044,1165.256167,2420.444508 +337571,2354.361428,1756.278214,2458.492242,1168.295047,2420.212641 +337572,2347.471599,1757.78519,2458.418115,1171.315979,2419.991871 +337573,2385.693328,1754.745934,2458.322074,1174.3158,2419.75211 +337574,2322.726513,1760.715244,2458.267899,1177.296239,2419.565563 +337575,2387.955613,1748.279522,2458.255123,1180.258344,2419.43137 +337576,2368.835264,1773.397267,2458.16427,1183.271848,2419.204692 +337577,2378.333553,1728.385634,2458.092455,1186.092086,2419.00239 +337578,2383.018082,1767.243147,2458.05049,1189.051182,2418.834834 +337579,2387.990896,1772.636893,2457.924881,1191.860409,2418.563706 +337580,2392.907255,1723.206821,2458.032728,1194.841975,2418.339065 +337581,2397.666625,1768.197389,2457.980867,1197.649086,2418.166949 +337582,2402.582637,1774.733692,2457.831394,1200.574595,2417.877331 +337583,2407.132296,1717.528607,2457.727696,1203.291704,2417.638758 +337584,2407.130126,1753.260669,2457.716628,1209.403627,2417.509787 +337585,2412.109603,1734.400132,2458.022452,1212.775725,2417.348895 +337586,2423.153852,1725.274514,2458.534648,1215.811096,2417.170725 +337587,2406.875162,1742.541479,2459.099704,1218.845382,2416.993216 +337588,2429.259173,1713.260371,2459.662377,1221.856021,2416.818791 +337589,2427.662803,1749.401844,2460.159416,1224.84356,2416.573707 +337590,2432.702569,1702.127259,2460.657524,1227.80944,2416.324732 +337591,2437.297454,1754.966494,2461.142878,1230.62733,2416.042944 +337592,2441.344174,1693.160518,2461.635956,1233.402022,2415.762964 +337593,2445.709738,1760.521187,2462.097711,1236.147202,2415.450376 +337594,2458.199068,1684.446109,2462.550716,1238.867504,2415.132112 +337595,2443.048171,1737.65082,2463.036853,1241.640755,2414.861112 +337596,2464.613968,1721.872763,2463.472699,1244.202844,2414.526382 +337597,2462.06549,1714.123112,2463.880921,1246.914208,2414.157954 +337598,2467.46186,1731.617905,2464.29123,1249.540231,2413.787401 +337599,2474.815237,1701.759237,2464.711956,1252.08178,2413.424389 +337600,2478.902492,1746.823035,2465.113695,1254.799344,2413.032508 +337601,2483.551739,1684.429311,2465.537521,1257.328883,2412.662295 +337602,2487.654013,1730.870321,2465.99939,1259.909725,2412.329785 +337603,2494.160348,1722.736311,2466.400048,1262.540458,2411.91635 +337604,2491.456863,1700.179062,2466.826521,1264.961929,2411.527538 +337605,2476.416577,1745.552955,2467.280487,1267.541003,2411.165926 +337606,2537.210113,1677.774011,2468.070359,1270.038323,2410.96993 +337607,2466.780551,1729.667782,2468.724146,1272.533346,2410.866716 +337608,2548.773088,1721.879275,2469.497615,1275.015394,2410.910059 +337609,2485.706894,1693.70203,2470.284663,1277.484595,2410.967525 +337610,2541.50852,1720.27371,2470.997302,1279.940824,2410.923084 +337611,2505.737904,1723.079006,2473.279808,1282.38555,2412.819884 +337612,2541.285144,1690.354758,2472.956232,1284.815868,2411.484569 +337613,2525.493037,1719.490693,2473.325011,1287.235214,2410.996452 +337614,2536.013918,1723.811527,2473.830556,1289.643958,2410.649867 +337615,2539.425456,1685.176578,2474.788944,1292.040786,2410.62364 +337616,2543.073693,1719.629717,2475.763276,1294.426215,2410.883417 +337617,2547.10399,1721.742782,2476.774313,1296.801108,2411.191522 +337618,2551.143183,1683.834167,2478.046364,1299.165304,2411.606937 +337619,2554.993778,1717.994984,2479.301782,1301.51879,2412.102225 +337620,2558.865512,1719.532837,2480.014453,1303.8623,2412.546598 +337621,2422.659306,1629.44997,2482.14177,1252.819729,2415.205435 +337622,2460.798823,1660.910043,2478.863469,1253.772717,2408.890026 +337623,2450.154948,1646.121668,2472.227103,1255.15993,2398.071058 +337624,2435.994273,1647.152229,2466.01286,1256.611124,2387.399751 +337625,2454.139699,1645.791124,2461.509403,1258.122403,2378.623541 +337626,2452.449975,1644.517294,2458.487185,1259.663928,2371.775068 +337627,2459.674278,1643.261717,2456.546768,1261.222181,2366.445781 +337628,2450.595937,1642.027522,2455.342488,1262.788843,2362.242214 +337629,2484.160192,1640.810003,2454.591259,1264.359303,2358.819305 +337630,2430.134757,1639.605377,2454.205094,1265.930326,2356.059921 +337631,2502.447205,1638.412685,2454.06389,1267.501261,2353.803874 +337632,2429.33852,1637.230626,2454.116537,1269.071196,2351.972964 +337633,2508.778979,1636.057799,2454.382887,1270.639057,2350.575474 +337634,2438.957419,1634.893366,2454.783958,1272.204243,2349.500015 +337635,2505.357179,1633.736326,2455.198518,1273.766035,2348.579488 +337636,2465.77264,1632.586218,2455.611556,1275.324229,2347.781428 +337637,2470.843122,1631.442383,2456.07791,1276.878379,2347.156245 +337638,2493.037266,1630.304436,2456.568557,1278.428284,2346.656453 +337639,2485.267701,1629.172167,2457.064121,1279.973316,2346.245321 +337640,2484.840633,1628.045279,2457.605669,1281.514862,2345.962894 +337641,2468.988735,1627.186505,2458.219799,1283.051499,2345.834235 +337642,2524.780812,1626.728119,2459.120713,1284.583714,2346.117428 +337643,2455.20955,1625.760915,2461.889708,1286.11242,2348.768652 +337644,2534.36608,1625.112084,2462.067888,1287.633308,2348.276129 +337645,2468.692653,1624.367548,2462.691914,1289.152968,2348.374985 +337646,2525.232649,1623.635466,2463.465352,1290.666043,2348.443923 +337647,2472.130445,1622.906065,2463.972738,1292.174871,2348.454587 +337648,2540.022801,1622.178231,2464.713814,1293.679002,2348.778663 +337649,2469.796095,1621.451681,2465.53759,1295.17852,2349.221702 +337650,2547.930802,1620.726427,2466.470096,1296.673249,2349.815839 +337651,2476.953228,1618.974929,2467.354062,1297.565176,2350.360324 +337652,2543.717335,1617.00995,2468.103527,1298.321779,2350.828253 +337653,2494.194849,1614.945045,2468.621867,1299.007445,2351.149237 +337654,2527.06623,1612.808677,2468.844175,1299.638663,2351.249208 +337655,2510.997439,1610.51697,2470.798749,1300.223973,2353.489404 +337656,2517.016971,1608.41662,2469.750786,1300.764588,2352.452412 +337657,2516.845831,1606.060634,2469.417548,1301.267701,2352.219059 +337658,2517.447711,1603.746204,2469.308254,1301.73217,2352.339981 +337659,2518.019432,1601.380923,2471.111394,1302.161136,2354.782053 +337660,2518.535993,1598.978776,2471.846827,1302.553613,2356.190951 +337661,2519.002316,1596.543811,2470.620601,1302.912551,2355.065783 +337662,2519.278979,1594.079536,2470.060176,1303.239892,2354.875846 +337663,2519.909613,1591.585401,2469.72925,1303.534161,2355.027824 +337664,2520.155644,1589.064244,2469.502687,1303.797439,2355.354579 +337665,2520.460102,1586.51778,2469.319841,1304.030502,2355.780503 +337666,2520.733511,1583.947292,2468.949273,1304.233867,2356.260422 +337667,2520.953349,1581.354367,2468.779814,1304.408395,2356.776964 +337668,2521.135091,1578.740014,2468.596754,1304.55442,2357.307176 +337669,2521.278652,1576.105774,2468.388202,1304.672849,2357.838581 +337670,2521.384105,1573.452584,2468.152126,1304.764033,2358.369552 +337671,2521.452294,1570.781581,2467.885678,1304.828557,2358.893132 +337672,2521.483813,1568.093721,2467.589411,1304.866863,2359.407348 +337673,2521.479438,1565.388615,2467.26459,1304.879522,2359.911904 +337674,2521.439247,1562.670821,2466.909542,1304.866736,2360.401377 +337675,2521.364597,1559.937524,2466.529195,1304.829271,2360.882229 +337676,2521.255031,1557.191142,2466.121578,1304.767131,2361.348874 +337677,2521.111908,1554.43228,2465.688095,1304.68106,2361.802304 +337678,2520.935286,1551.661526,2465.230448,1304.571243,2362.244222 +337679,2520.725482,1548.879534,2464.747898,1304.437988,2362.672092 +337680,2520.483321,1546.087126,2464.241811,1304.281799,2363.087266 +337681,2276.562788,1434.052066,2464.569549,1194.927117,2364.816736 +337682,2267.521544,1428.510438,2454.729345,1192.00269,2350.972683 +337683,2274.345788,1423.898352,2440.095171,1190.022847,2328.920856 +337684,2245.611254,1419.72403,2425.691908,1188.281296,2306.57677 +337685,2298.937862,1415.606137,2414.152522,1186.703173,2287.332592 +337686,2212.754071,1411.460585,2405.371436,1185.222807,2271.641578 +337687,2302.273254,1407.474306,2398.597265,1183.802929,2258.748959 +337688,2207.429169,1401.227093,2393.150146,1190.215496,2247.894931 +337689,2285.700892,1397.086791,2384.595059,1190.160188,2085.605415 +337690,2217.524674,1393.218379,2371.15599,1189.511094,2065.390174 +337691,2256.493028,1389.510589,2358.939253,1188.717085,2098.306787 +337692,2254.380432,1385.647158,2351.129099,1187.850104,2082.424266 +337693,2216.951219,1382.020343,2345.824951,1186.939418,2075.033412 +337694,2247.898084,1378.359208,2341.764406,1186.001152,2072.337161 +337695,2254.923062,1374.746718,2338.604548,1185.041596,2070.119749 +337696,2198.563009,1371.167212,2336.162571,1184.064263,2067.463994 +337697,2246.266646,1367.530803,2334.148312,1183.070646,2064.847698 +337698,2241.174592,1364.135539,2332.279567,1182.062329,2062.589595 +337699,2199.644209,1360.580901,2330.537696,1181.039992,2060.078762 +337700,2235.342291,1357.124855,2328.885019,1180.004568,2058.020556 +337701,2230.380155,1353.68143,2327.202002,1178.956546,2055.832847 +337702,2199.998044,1350.262089,2325.532201,1177.896673,2053.594529 +337703,2250.888204,1346.865545,2323.841478,1176.825232,2051.695802 +337704,2173.427772,1343.492188,2322.170437,1175.742899,2049.67209 +337705,2230.140852,1340.140663,2320.522101,1174.649933,2047.810953 +337706,2205.454361,1336.810694,2318.622658,1173.546876,2046.003502 +337707,2208.131748,1333.501994,2316.905267,1172.434276,2044.311305 +337708,2203.563434,1330.128132,2315.189063,1171.312236,2042.439324 +337709,2203.484626,1326.984438,2313.464439,1170.181076,2040.933975 +337710,2200.456521,1323.676693,2311.73345,1169.04095,2039.135059 +337711,2199.381638,1321.200839,2309.992642,1168.51809,2037.602716 +337712,2198.393268,1318.887021,2308.310909,1168.123455,2036.086755 +337713,2197.505162,1316.747837,2306.733074,1167.789339,2034.537715 +337714,2196.692636,1314.473097,2305.268085,1167.498445,2033.073579 +337715,2195.941956,1312.438362,2303.909261,1167.24297,2031.68376 +337716,2195.247054,1310.38727,2302.643555,1167.018466,2030.313407 +337717,2194.602939,1308.397966,2301.456557,1166.822238,2028.957474 +337718,2194.006299,1306.456062,2300.334733,1166.652201,2027.781093 +337719,2193.454636,1304.558851,2299.265377,1166.506884,2026.328156 +337720,2192.945458,1302.704225,2298.24623,1166.384884,2025.149832 +337721,2192.476975,1300.808118,2297.280889,1166.285146,2023.948314 +337722,2192.04712,1299.153916,2296.365927,1166.206534,2022.77116 +337723,2191.657296,1297.360983,2297.245306,1166.149414,2021.804804 +337724,2191.297295,1295.6708,2297.159734,1166.109156,2020.529112 +337725,2190.975176,1294.005575,2296.693235,1166.089008,2019.47672 +337726,2190.681978,1292.371575,2294.301255,1166.084903,2018.254208 +337727,2190.429391,1290.774821,2294.593602,1166.101589,2017.644173 +337728,2190.194919,1289.202688,2292.530712,1166.129294,2016.216138 +337729,2190.000905,1287.666756,2291.273839,1166.177233,2015.568098 +337730,2189.833473,1286.159362,2292.101576,1166.239433,2014.698129 +337731,2189.685495,1284.676067,2290.356599,1166.313142,2013.557352 +337732,2189.527176,1283.242179,2289.301259,1166.380854,2012.693223 +337733,2189.473166,1281.808081,2290.269309,1166.504083,2012.260993 +337734,2189.358594,1280.419157,2288.635877,1166.597407,2010.97682 +337735,2189.356394,1279.039266,2289.424281,1166.748781,2010.548753 +337736,2189.286281,1277.698933,2287.719735,1166.866869,2009.519032 +337737,2189.274917,1276.380713,2286.742694,1167.014774,2008.862723 +337738,2189.287231,1275.081983,2286.051221,1167.176537,2008.150145 +337739,2189.321322,1273.805963,2285.516006,1167.350232,2007.528082 +337740,2189.375474,1272.552321,2285.072341,1167.535064,2006.878189 +337741,2432.110078,1377.789999,2290.845319,1274.300652,2161.437966 +337742,2420.443592,1378.710341,2309.643508,1276.583785,2181.889121 +337743,2443.064133,1378.929438,2334.353647,1278.142403,2208.769284 +337744,2431.942622,1378.687686,2355.738131,1279.512707,2232.854323 +337745,2435.451161,1378.725838,2371.967371,1280.750038,2252.057069 +337746,2441.620988,1378.428759,2383.648341,1281.903647,2266.796354 +337747,2431.163981,1378.172989,2392.248146,1283.083467,2278.157819 +337748,2447.788167,1377.877529,2398.422051,1284.025529,2287.088928 +337749,2458.327993,1377.563737,2403.075362,1285.114472,2294.217448 +337750,2423.374549,1377.237637,2406.731898,1286.112978,2300.076931 +337751,2458.561279,1376.902678,2409.676156,1287.104221,2304.968043 +337752,2465.915152,1376.561339,2412.015976,1288.079801,2309.003238 +337753,2423.406387,1376.215736,2413.9862,1289.041597,2312.462947 +337754,2474.693979,1375.866635,2415.684674,1289.909661,2315.4669 +337755,2438.466329,1375.515285,2417.146562,1290.966696,2318.062683 +337756,2461.944143,1375.162283,2418.456698,1291.836387,2320.361542 +337757,2456.131092,1374.808184,2419.64065,1292.765104,2322.403639 +337758,2458.748029,1374.242813,2420.734009,1293.63281,2324.242126 +337759,2460.356624,1373.976575,2421.76219,1294.560819,2325.918122 +337760,2461.970606,1373.752897,2422.74112,1295.476667,2327.460138 +337761,2466.033058,1373.485658,2423.674601,1296.543646,2328.881359 +337762,2460.138261,1373.506847,2424.585863,1297.557089,2330.217762 +337763,2483.803576,1373.081804,2425.450102,1298.651379,2331.445986 +337764,2457.048075,1373.196114,2426.300186,1299.678026,2332.61223 +337765,2460.070893,1372.777879,2427.180631,1300.781074,2333.776812 +337766,2480.036179,1372.909208,2428.032821,1301.814951,2334.872785 +337767,2475.659922,1372.494505,2428.824088,1302.87688,2335.864469 +337768,2459.073068,1372.650332,2429.626737,1303.94827,2336.843863 +337769,2493.649269,1372.337776,2430.412295,1305.023347,2337.778767 +337770,2454.979813,1372.299524,2431.189572,1306.101561,2338.682516 +337771,2507.897491,1371.906925,2431.940384,1306.981342,2339.534999 +337772,2453.261865,1371.693394,2432.669996,1307.812503,2340.370884 +337773,2481.643048,1371.279817,2433.403319,1308.620436,2341.241282 +337774,2479.933582,1370.92785,2434.073157,1309.411383,2342.070061 +337775,2478.707871,1370.555984,2434.677798,1310.188447,2342.852281 +337776,2485.594391,1370.17773,2435.239859,1310.953213,2343.609894 +337777,2497.983347,1369.793941,2435.935718,1311.706312,2344.315933 +337778,2471.388153,1369.405404,2436.419755,1312.448614,2345.032106 +337779,2476.288218,1369.012172,2436.931541,1313.18026,2345.803841 +337780,2486.71839,1368.61481,2437.415219,1313.901909,2346.55452 +337781,2478.92578,1368.213566,2437.854841,1314.613881,2347.260611 +337782,2504.776632,1367.808983,2438.24049,1315.316809,2347.907965 +337783,2453.86313,1367.40109,2438.643412,1316.010791,2348.58393 +337784,2523.519244,1366.990214,2439.250234,1316.696217,2349.520003 +337785,2470.280428,1366.661128,2441.635752,1317.373515,2352.67434 +337786,2492.923911,1366.118593,2441.129332,1318.041588,2352.267974 +337787,2478.093113,1365.759505,2441.001503,1318.785996,2352.33492 +337788,2495.4697,1365.324802,2441.000078,1319.315809,2352.548759 +337789,2471.515989,1364.900217,2441.099461,1320.02033,2352.878858 +337790,2520.277463,1364.474096,2441.40068,1320.646715,2353.456996 +337791,2451.642642,1364.045841,2441.814118,1321.278069,2354.178897 +337792,2529.02908,1363.617594,2444.055704,1321.904918,2357.180196 +337793,2451.544188,1363.182203,2443.635091,1322.51998,2356.905455 +337794,2529.676024,1362.750814,2443.714232,1323.134267,2357.257044 +337795,2452.567505,1362.316748,2445.621785,1323.741212,2359.874346 +337796,2530.221759,1361.876452,2444.921137,1324.337828,2359.266454 +337797,2453.250731,1361.440367,2444.740856,1324.933841,2359.299851 +337798,2531.156085,1361.000119,2444.738141,1325.521565,2359.542356 +337799,2453.868007,1360.559081,2444.799749,1326.104234,2359.857728 +337800,2531.845361,1360.1169,2444.924223,1326.681608,2360.250263 +337801,2524.767438,1382.423903,2445.39187,1356.898747,2361.242824 +337802,2547.556234,1383.432111,2447.923572,1341.876676,2365.443987 +337803,2547.054535,1383.912474,2453.395903,1373.213343,2373.699122 +337804,2548.605531,1384.257797,2456.368392,1332.127819,2378.792135 +337805,2550.438654,1384.505372,2459.07515,1366.487514,2383.843638 +337806,2552.020977,1384.682596,2461.311232,1365.665027,2388.250597 +337807,2553.50205,1384.814597,2463.201891,1342.75399,2392.139569 +337808,2554.906301,1384.913685,2464.854058,1367.074244,2395.635926 +337809,2556.22771,1384.974917,2468.221555,1372.155146,2400.88332 +337810,2557.407635,1385.021453,2468.408352,1342.013379,2402.585671 +337811,2558.751778,1385.058426,2469.207756,1371.980611,2404.77282 +337812,2559.860404,1385.077339,2470.20857,1378.775143,2406.900031 +337813,2561.055891,1385.084257,2472.324408,1339.032393,2411.135168 +337814,2562.201251,1385.072704,2472.588717,1377.736461,2412.030726 +337815,2563.269126,1385.053957,2473.074862,1363.749843,2413.47385 +337816,2564.322662,1385.02076,2473.544951,1367.34216,2415.019463 +337817,2565.353518,1384.976698,2474.003016,1368.271151,2416.591208 +337818,2566.352519,1384.921757,2474.694638,1369.182308,2418.142439 +337819,2567.320896,1384.856186,2475.270173,1370.074713,2419.654227 +337820,2568.262496,1384.780517,2476.072113,1370.953341,2421.115738 +337821,2569.17693,1384.694901,2476.671537,1371.905373,2422.522768 +337822,2570.065344,1384.599788,2477.244829,1372.632274,2423.877242 +337823,2570.761296,1384.495271,2477.796761,1373.535119,2425.183419 +337824,2571.846054,1384.381745,2478.549684,1374.353645,2426.445163 +337825,2572.545867,1384.259276,2479.07934,1375.173083,2427.660878 +337826,2573.356867,1384.128226,2479.578443,1375.982783,2428.828177 +337827,2574.126264,1383.988644,2480.053207,1376.781696,2429.951423 +337828,2574.870454,1383.840872,2480.507008,1377.570724,2431.033892 +337829,2575.60662,1383.684937,2480.941001,1378.349841,2432.078154 +337830,2576.321327,1383.52297,2483.194347,1379.122676,2435.22513 +337831,2576.695265,1383.147244,2484.344174,1379.639569,2437.17673 +337832,2576.94147,1382.713838,2483.384725,1380.086775,2436.480765 +337833,2577.226303,1382.251411,2483.079964,1380.499852,2436.64297 +337834,2577.422638,1381.761744,2482.973738,1380.877723,2437.080677 +337835,2577.560664,1381.250757,2482.949011,1381.229062,2437.649937 +337836,2577.711827,1380.719735,2482.763105,1381.554983,2438.287792 +337837,2577.770883,1380.169703,2482.780844,1381.85674,2438.957902 +337838,2577.854846,1379.519033,2484.647019,1382.13863,2441.775631 +337839,2577.829889,1379.139062,2483.689441,1382.389133,2441.290548 +337840,2577.908592,1378.271496,2484.925286,1382.63125,2443.627373 +337841,2577.768323,1377.847314,2483.704329,1382.838387,2442.863576 +337842,2577.763245,1377.142476,2482.901636,1383.036353,2442.880031 +337843,2577.670492,1376.504809,2482.516882,1383.209535,2443.150269 +337844,2577.530083,1375.840671,2482.220844,1383.36467,2443.54089 +337845,2577.4268,1375.246245,2483.782833,1383.503973,2446.131073 +337846,2577.178519,1374.34405,2482.412235,1383.616218,2445.452059 +337847,2577.029225,1373.820646,2481.788506,1383.720305,2445.476064 +337848,2576.793365,1373.112385,2481.31848,1383.802283,2445.706754 +337849,2576.545749,1372.267398,2480.913922,1383.868237,2446.030997 +337850,2576.274755,1371.580133,2480.535687,1383.91764,2446.402371 +337851,2575.979817,1370.808591,2479.979703,1383.950699,2446.795426 +337852,2575.662207,1370.036875,2479.636955,1383.96797,2447.194144 +337853,2575.32195,1369.253393,2479.281501,1383.969597,2447.586513 +337854,2575.175505,1368.459986,2480.596495,1383.959036,2450.106693 +337855,2574.282469,1367.649615,2479.130865,1383.924685,2449.309421 +337856,2574.298834,1366.833767,2478.203552,1383.885343,2449.19156 +337857,2573.72423,1366.003809,2477.556302,1383.826808,2449.27233 +337858,2573.297468,1365.163632,2477.339902,1383.755309,2449.43456 +337859,2572.835476,1364.312606,2476.83432,1383.669866,2449.630316 +337860,2572.350697,1363.451132,2476.162299,1383.570955,2449.843798 +337861,2480.281582,1329.417778,2474.953458,1352.441135,2449.369213 +337862,2516.719505,1328.268542,2469.41174,1346.705936,2442.542718 +337863,2458.577216,1327.114045,2462.134576,1356.864366,2433.030215 +337864,2529.0366,1326.030667,2455.909494,1340.340113,2424.352794 +337865,2472.452035,1324.949734,2451.117683,1362.044688,2417.382327 +337866,2494.441993,1323.868228,2447.371678,1334.360642,2411.778261 +337867,2476.544003,1322.783419,2444.182645,1365.828185,2407.260808 +337868,2497.675042,1321.72283,2441.788331,1329.913021,2403.638709 +337869,2482.260484,1320.689169,2439.796131,1367.819219,2400.67251 +337870,2494.106401,1319.49549,2438.098178,1327.211628,2398.23766 +337871,2459.373709,1318.454993,2436.643372,1367.733589,2396.259973 +337872,2518.867618,1317.25472,2435.394234,1326.50461,2394.686927 +337873,2448.688967,1316.258401,2434.266618,1365.37048,2393.399226 +337874,2509.903962,1315.08039,2433.138201,1327.950573,2392.237048 +337875,2464.3418,1313.963745,2431.995155,1360.982178,2391.167463 +337876,2479.030297,1312.829371,2430.920311,1331.101765,2390.278614 +337877,2482.273131,1311.687932,2429.877291,1354.944287,2389.516734 +337878,2463.376303,1310.540028,2428.856328,1335.690229,2388.857047 +337879,2483.500122,1309.385948,2427.852947,1347.499011,2388.28614 +337880,2478.442139,1308.19351,2426.826967,1341.40055,2387.74912 +337881,2461.428196,1307.048656,2425.818914,1343.109702,2387.289618 +337882,2502.283852,1305.848829,2424.793607,1342.085451,2386.854599 +337883,2432.855266,1304.69393,2423.79772,1341.734948,2386.498114 +337884,2498.224548,1303.482621,2422.82169,1341.344584,2386.199956 +337885,2457.482024,1302.317144,2421.803688,1340.7551,2385.884203 +337886,2461.182946,1301.094881,2420.8108,1340.322851,2385.625296 +337887,2480.043693,1299.919403,2419.798536,1339.832271,2385.368582 +337888,2463.481507,1298.686582,2418.758179,1339.327219,2385.098767 +337889,2464.208077,1297.468865,2417.733427,1338.824067,2384.870497 +337890,2463.128547,1296.249316,2416.713909,1338.316068,2384.667211 +337891,2462.448704,1295.080925,2415.686023,1337.929493,2384.470867 +337892,2459.531429,1294.107824,2414.666003,1337.557918,2384.280855 +337893,2464.697743,1292.965798,2413.651797,1337.193326,2384.083498 +337894,2443.646457,1291.894544,2412.670175,1336.83413,2383.911075 +337895,2465.567482,1290.814462,2411.698812,1336.478674,2383.737759 +337896,2473.955177,1289.736435,2410.679736,1336.126716,2383.496382 +337897,2426.607131,1313.837767,2409.65869,1335.777765,2383.243416 +337898,2468.269965,1250.259043,2408.74089,1335.422922,2383.112906 +337899,2461.103162,1304.542957,2407.811819,1335.084966,2382.967565 +337900,2436.893854,1301.293851,2406.804411,1334.745686,2382.72069 +337901,2487.265085,1257.256841,2405.811168,1334.40817,2382.485808 +337902,2406.754903,1293.988337,2404.908356,1334.073265,2382.357436 +337903,2472.410918,1300.071094,2403.964888,1333.740716,2382.176031 +337904,2440.345529,1252.460591,2403.003818,1333.411231,2381.97201 +337905,2456.432664,1293.373972,2402.06696,1333.084435,2381.796832 +337906,2435.601384,1292.188701,2401.077428,1332.760562,2381.555205 +337907,2460.456184,1255.624863,2400.106096,1332.439788,2381.334224 +337908,2428.944768,1309.210857,2399.141259,1332.122008,2381.119079 +337909,2460.158183,1240.196785,2398.19146,1331.8073,2380.920976 +337910,2426.834425,1290.880083,2397.276061,1331.495788,2380.765072 +337911,2453.998476,1281.723933,2396.101092,1331.187448,2380.530238 +337912,2431.303342,1257.20937,2395.137157,1330.882815,2380.304664 +337913,2443.516209,1293.534787,2394.188428,1330.581667,2380.091439 +337914,2438.048864,1245.589073,2393.243674,1330.284257,2379.882972 +337915,2437.82122,1299.942042,2392.277618,1329.990508,2379.6506 +337916,2436.897248,1237.550876,2391.321049,1329.700841,2379.432336 +337917,2435.932827,1299.882701,2390.354153,1329.415084,2379.203317 +337918,2434.972917,1235.101201,2389.391894,1329.133673,2378.980899 +337919,2434.012762,1296.152487,2388.420471,1328.856509,2378.747967 +337920,2433.052283,1235.302309,2387.452104,1328.583978,2378.519119 +337921,2278.633689,1209.096187,2387.097951,1262.073843,2379.112137 +337922,2303.059695,1192.467426,2380.095541,1261.240478,2369.654518 +337923,2235.322609,1193.651278,2369.982457,1260.523957,2355.040018 +337924,2292.182108,1192.344169,2360.321919,1260.088196,2340.380653 +337925,2270.340381,1191.030455,2352.484864,1259.515149,2327.821672 +337926,2266.379314,1189.728678,2346.504322,1259.030522,2317.643497 +337927,2271.522385,1188.43838,2341.889246,1258.551924,2309.361372 +337928,2265.82466,1187.228853,2338.151119,1258.165936,2302.429475 +337929,2266.641041,1185.849429,2334.997132,1257.600614,2296.506042 +337930,2264.556367,1184.631874,2332.256093,1257.21665,2291.378517 +337931,2263.31064,1183.358607,2329.825966,1256.778863,2286.908852 +337932,2261.963032,1182.100538,2327.637741,1256.363487,2282.994682 +337933,2260.48024,1180.846747,2325.638054,1255.95958,2279.550776 +337934,2259.356749,1179.596597,2323.78478,1255.566562,2276.504996 +337935,2257.936713,1178.349755,2322.045103,1255.184396,2273.796698 +337936,2256.644576,1177.034927,2320.394644,1254.813035,2271.376213 +337937,2255.341379,1175.897742,2318.81454,1254.452557,2269.20169 +337938,2254.045539,1174.609402,2317.290458,1254.103028,2267.238149 +337939,2252.75763,1173.383989,2315.811878,1253.764616,2265.456748 +337940,2251.477287,1172.150297,2314.370643,1253.437465,2263.83304 +337941,2250.204677,1170.918646,2312.960388,1253.121806,2262.346241 +337942,2248.938789,1169.689015,2311.576203,1252.81784,2260.978741 +337943,2247.68023,1168.461627,2309.980211,1252.525621,2252.905643 +337944,2246.42648,1167.237293,2307.01864,1252.244609,2218.99974 +337945,2245.182539,1166.013498,2303.478025,1251.977363,2240.918694 +337946,2243.947963,1164.791018,2300.77639,1251.72396,2230.392002 +337947,2242.719952,1163.571775,2298.572405,1251.483367,2230.103275 +337948,2241.500568,1162.354478,2296.376004,1251.256911,2228.916729 +337949,2240.289605,1161.208626,2294.601691,1251.044843,2227.431327 +337950,2239.086342,1159.892676,2292.951388,1250.847156,2225.985627 +337951,2236.667385,1158.045629,2291.372738,1249.253801,2224.630945 +337952,2233.972193,1155.99208,2289.774191,1247.356575,2223.31753 +337953,2231.151572,1153.873949,2288.093081,1245.306178,2222.015566 +337954,2228.242716,1151.700558,2286.303464,1243.14036,2220.725333 +337955,2225.260896,1149.480538,2284.24418,1240.798469,2214.327694 +337956,2222.21505,1147.218194,2282.206232,1238.55918,2222.72122 +337957,2219.108974,1144.917018,2280.193812,1236.069902,2212.423708 +337958,2215.946181,1142.578954,2278.141542,1233.567544,2220.015174 +337959,2212.593124,1140.205704,2275.964268,1230.979015,2209.372165 +337960,2209.52338,1137.798542,2273.585074,1228.31774,2212.864429 +337961,2206.109006,1135.358436,2271.262214,1225.586617,2212.192251 +337962,2202.760706,1132.886687,2269.011123,1222.787558,2210.47312 +337963,2199.345762,1130.384214,2266.689668,1219.922512,2209.128849 +337964,2195.884197,1127.851648,2264.302697,1216.993265,2208.026082 +337965,2192.377823,1125.289838,2261.874198,1214.077117,2206.894351 +337966,2188.827477,1122.767712,2259.414497,1210.838656,2205.706796 +337967,2185.369115,1119.981711,2256.918569,1207.887164,2204.509868 +337968,2181.534541,1117.482839,2254.390984,1204.653016,2203.318388 +337969,2177.952905,1114.752594,2251.831978,1201.435114,2202.126225 +337970,2174.314865,1112.063653,2249.246882,1198.150739,2200.927691 +337971,2170.718828,1109.339142,2246.466244,1194.810939,2194.565579 +337972,2166.962019,1106.588703,2243.796026,1191.41735,2203.976336 +337973,2163.497806,1103.813439,2241.178224,1187.970578,2191.82176 +337974,2159.705504,1101.013421,2238.539396,1184.471583,2201.117886 +337975,2155.985642,1098.189064,2235.812633,1180.84644,2189.01076 +337976,2152.116589,1095.340622,2232.925212,1177.353095,2193.867391 +337977,2148.359385,1092.534039,2230.132717,1173.651177,2192.432536 +337978,2144.513776,1089.54189,2227.409467,1170.035049,2190.489099 +337979,2140.524295,1086.66894,2224.616421,1166.181665,2189.211718 +337980,2136.642544,1083.716852,2221.781271,1162.436844,2188.03212 +337981,1832.607939,1080.802543,915.3394857,1158.324727,2044.882359 +337982,1922.316432,1208.788463,973.2490617,1297.307133,2135.483649 +337983,2028.212265,1209.958425,1048.437569,1268.291804,2241.78352 +337984,2106.112891,1207.293586,1111.965992,1290.963561,2319.585609 +337985,2147.216965,1205.066262,1155.788295,1277.039559,2361.785224 +337986,2166.983966,1202.947292,1186.160963,1275.704656,2384.040554 +337987,2177.044703,1200.179065,1208.784847,1272.355698,2397.290077 +337988,2182.788723,1197.526126,1226.695095,1268.614297,2406.505263 +337989,2186.576412,1194.629527,1241.464763,1264.644769,2413.762419 +337990,2189.344314,1191.76666,1253.885941,1260.840769,2419.908301 +337991,2191.433287,1188.86304,1264.399298,1256.789622,2425.271597 +337992,2192.986385,1185.932674,1273.308257,1252.861183,2429.997589 +337993,2194.093591,1183.054871,1280.857905,1259.061823,2434.174765 +337994,2194.829057,1179.975923,1287.256724,1228.846352,2437.873014 +337995,2195.256556,1176.965939,1292.680152,1258.520003,2441.151616 +337996,2195.429609,1174.061402,1297.279864,1219.230527,2444.065262 +337997,2195.362094,1170.984186,1301.166226,1239.757822,2446.629773 +337998,2195.115968,1167.959367,1304.633392,1226.096144,2448.916108 +337999,2194.741166,1164.906575,1307.426293,1223.669034,2450.984065 +338000,2194.24603,1161.838267,1309.78834,1219.352755,2452.849434 +338001,2193.642721,1158.754028,1311.780085,1215.068485,2454.532699 +338002,2192.943405,1155.578866,1313.452715,1210.75468,2456.05428 +338003,2192.159539,1174.274263,1314.84929,1206.419172,2457.433505 +338004,2191.299487,1116.527225,1316.005174,1201.976305,2458.685937 +338005,2190.371478,1162.666882,1316.950715,1197.812171,2459.826556 +338006,2189.383512,1151.179993,1317.712078,1193.233182,2460.869641 +338007,2188.33989,1121.790291,1318.310171,1188.899669,2461.824936 +338008,2187.245496,1162.228864,1318.763309,1184.463778,2462.702321 +338009,2186.104184,1106.27262,1319.086855,1179.943887,2463.510041 +338010,2184.919435,1157.236514,1319.293934,1175.617628,2464.25545 +338011,2183.723108,1102.961169,1319.410153,1172.635085,2464.97662 +338012,2182.544225,1146.572824,1319.467784,1169.957359,2465.649156 +338013,2181.397338,1105.622844,1319.488594,1167.385173,2466.252878 +338014,2180.304746,1133.529163,1319.492845,1164.902887,2466.806282 +338015,2179.265495,1110.406597,1319.485743,1162.496427,2467.318756 +338016,2178.271013,1120.672292,1319.467026,1160.156149,2467.795457 +338017,2177.312716,1114.289585,1319.435622,1157.794592,2468.240017 +338018,2176.383536,1113.230706,1319.390694,1155.68946,2468.655021 +338019,2175.478021,1111.305783,1319.331789,1153.458056,2469.042577 +338020,2174.592015,1109.29877,1319.258733,1151.425827,2469.404665 +338021,2173.722108,1107.458373,1319.171422,1149.229376,2469.742989 +338022,2172.865518,1105.573664,1319.069822,1147.253358,2470.059114 +338023,2172.01997,1103.719684,1318.953954,1145.247734,2470.553349 +338024,2171.183596,1101.883207,1318.82389,1143.294468,2470.825504 +338025,2170.354842,1100.063358,1318.679731,1141.379705,2471.077156 +338026,2169.532789,1098.258986,1318.521796,1155.562428,2471.311772 +338027,2168.715596,1096.469305,1318.349858,1113.397733,2471.530352 +338028,2167.902645,1094.693307,1318.164228,1147.986603,2471.734186 +338029,2167.094209,1092.930401,1317.965604,1136.964059,2471.925026 +338030,2166.288991,1091.20358,1317.753857,1123.533426,2472.102671 +338031,2165.483187,1089.470273,1317.530246,1144.771751,2472.267826 +338032,2164.677167,1087.745477,1317.294747,1112.42728,2472.420977 +338033,2163.872527,1086.030556,1317.047237,1144.521926,2472.562842 +338034,2163.070055,1084.325274,1316.787683,1108.499213,2472.69388 +338035,2162.269924,1082.62937,1316.516277,1137.018544,2472.814575 +338036,2161.472072,1080.942354,1316.233349,1111.6102,2472.925474 +338037,2160.676158,1079.332407,1315.939144,1124.931191,2473.026846 +338038,2159.882183,1077.559659,1315.63405,1117.964876,2473.11926 +338039,2159.090098,1076.455958,1315.318389,1123.728165,2473.203131 +338040,2158.480763,1074.908441,1315.012982,1123.36724,2473.279026 +338041,0,0,0,0,0 +338042,0,0,0,0,0 +338043,0,0,0,0,0 +338044,0,0,0,0,0 +338045,0,0,0,0,0 +338046,0,0,0,0,0 +338047,0,0,0,0,0 +338048,0,0,0,0,0 +338049,0,0,0,0,0 +338050,0,0,0,0,0 +338051,0,0,0,0,0 +338052,0,0,0,0,0 +338053,0,0,0,0,0 +338054,0,0,0,0,0 +338055,0,0,0,0,0 +338056,0,0,0,0,0 +338057,0,0,0,0,0 +338058,0,0,0,0,0 +338059,0,0,0,0,0 +338060,0,0,0,0,0 +338061,0,0,0,0,0 +338062,0,0,0,0,0 +338063,0,0,0,0,0 +338064,0,0,0,0,0 +338065,0,0,0,0,0 +338066,0,0,0,0,0 +338067,0,0,0,0,0 +338068,0,0,0,0,0 +338069,0,0,0,0,0 +338070,0,0,0,0,0 +338071,0,0,0,0,0 +338072,0,0,0,0,0 +338073,0,0,0,0,0 +338074,0,0,0,0,0 +338075,0,0,0,0,0 +338076,0,0,0,0,0 +338077,0,0,0,0,0 +338078,0,0,0,0,0 +338079,0,0,0,0,0 +338080,0,0,0,0,0 +338081,0,0,0,0,0 +338082,0,0,0,0,0 +338083,0,0,0,0,0 +338084,0,0,0,0,0 +338085,0,0,0,0,0 +338086,0,0,0,0,0 +338087,0,0,0,0,0 +338088,0,0,0,0,0 +338089,0,0,0,0,0 +338090,0,0,0,0,0 +338091,0,0,0,0,0 +338092,0,0,0,0,0 +338093,0,0,0,0,0 +338094,0,0,0,0,0 +338095,0,0,0,0,0 +338096,0,0,0,0,0 +338097,0,0,0,0,0 +338098,0,0,0,0,0 +338099,0,0,0,0,0 +338100,0,0,0,0,0 +338101,0,0,0,0,0 +338102,0,0,0,0,0 +338103,0,0,0,0,0 +338104,0,0,0,0,0 +338105,0,0,0,0,0 +338106,0,0,0,0,0 +338107,0,0,0,0,0 +338108,0,0,0,0,0 +338109,0,0,0,0,0 +338110,0,0,0,0,0 +338111,0,0,0,0,0 +338112,0,0,0,0,0 +338113,0,0,0,0,0 +338114,0,0,0,0,0 +338115,0,0,0,0,0 +338116,0,0,0,0,0 +338117,0,0,0,0,0 +338118,0,0,0,0,0 +338119,0,0,0,0,0 +338120,0,0,0,0,0 +338121,0,0,0,0,0 +338122,0,0,0,0,0 +338123,0,0,0,0,0 +338124,0,0,0,0,0 +338125,0,0,0,0,0 +338126,0,0,0,0,0 +338127,0,0,0,0,0 +338128,0,0,0,0,0 +338129,0,0,0,0,0 +338130,0,0,0,0,0 +338131,0,0,0,0,0 +338132,0,0,0,0,0 +338133,0,0,0,0,0 +338134,0,0,0,0,0 +338135,0,0,0,0,0 +338136,0,0,0,0,0 +338137,0,0,0,0,0 +338138,0,0,0,0,0 +338139,0,0,0,0,0 +338140,0,0,0,0,0 +338141,0,0,0,0,0 +338142,0,0,0,0,0 +338143,0,0,0,0,0 +338144,0,0,0,0,0 +338145,0,0,0,0,0 +338146,0,0,0,0,0 +338147,0,0,0,0,0 +338148,0,0,0,0,0 +338149,0,0,0,0,0 +338150,0,0,0,0,0 +338151,0,0,0,0,0 +338152,0,0,0,0,0 +338153,0,0,0,0,0 +338154,0,0,0,0,0 +338155,0,0,0,0,0 +338156,0,0,0,0,0 +338157,0,0,0,0,0 +338158,0,0,0,0,0 +338159,0,0,0,0,0 +338160,0,0,0,0,0 +338161,0,0,0,0,0 +338162,0,0,0,0,0 +338163,0,0,0,0,0 +338164,0,0,0,0,0 +338165,0,0,0,0,0 +338166,0,0,0,0,0 +338167,0,0,0,0,0 +338168,0,0,0,0,0 +338169,0,0,0,0,0 +338170,0,0,0,0,0 +338171,0,0,0,0,0 +338172,0,0,0,0,0 +338173,0,0,0,0,0 +338174,0,0,0,0,0 +338175,0,0,0,0,0 +338176,0,0,0,0,0 +338177,0,0,0,0,0 +338178,0,0,0,0,0 +338179,0,0,0,0,0 +338180,0,0,0,0,0 +338181,0,0,0,0,0 +338182,0,0,0,0,0 +338183,0,0,0,0,0 +338184,0,0,0,0,0 +338185,0,0,0,0,0 +338186,0,0,0,0,0 +338187,0,0,0,0,0 +338188,0,0,0,0,0 +338189,0,0,0,0,0 +338190,0,0,0,0,0 +338191,0,0,0,0,0 +338192,0,0,0,0,0 +338193,0,0,0,0,0 +338194,0,0,0,0,0 +338195,0,0,0,0,0 +338196,0,0,0,0,0 +338197,0,0,0,0,0 +338198,0,0,0,0,0 +338199,0,0,0,0,0 +338200,0,0,0,0,0 +338201,0,0,0,0,0 +338202,0,0,0,0,0 +338203,0,0,0,0,0 +338204,0,0,0,0,0 +338205,0,0,0,0,0 +338206,0,0,0,0,0 +338207,0,0,0,0,0 +338208,0,0,0,0,0 +338209,0,0,0,0,0 +338210,0,0,0,0,0 +338211,0,0,0,0,0 +338212,0,0,0,0,0 +338213,0,0,0,0,0 +338214,0,0,0,0,0 +338215,0,0,0,0,0 +338216,0,0,0,0,0 +338217,0,0,0,0,0 +338218,0,0,0,0,0 +338219,0,0,0,0,0 +338220,0,0,0,0,0 +338221,0,0,0,0,0 +338222,0,0,0,0,0 +338223,0,0,0,0,0 +338224,0,0,0,0,0 +338225,0,0,0,0,0 +338226,0,0,0,0,0 +338227,0,0,0,0,0 +338228,0,0,0,0,0 +338229,0,0,0,0,0 +338230,0,0,0,0,0 +338231,0,0,0,0,0 +338232,0,0,0,0,0 +338233,0,0,0,0,0 +338234,0,0,0,0,0 +338235,0,0,0,0,0 +338236,0,0,0,0,0 +338237,0,0,0,0,0 +338238,0,0,0,0,0 +338239,0,0,0,0,0 +338240,0,0,0,0,0 +338241,0,0,0,0,0 +338242,0,0,0,0,0 +338243,0,0,0,0,0 +338244,0,0,0,0,0 +338245,0,0,0,0,0 +338246,0,0,0,0,0 +338247,0,0,0,0,0 +338248,0,0,0,0,0 +338249,0,0,0,0,0 +338250,0,0,0,0,0 +338251,0,0,0,0,0 +338252,0,0,0,0,0 +338253,0,0,0,0,0 +338254,0,0,0,0,0 +338255,0,0,0,0,0 +338256,0,0,0,0,0 +338257,0,0,0,0,0 +338258,0,0,0,0,0 +338259,0,0,0,0,0 +338260,0,0,0,0,0 +338261,0,0,0,0,0 +338262,0,0,0,0,0 +338263,0,0,0,0,0 +338264,0,0,0,0,0 +338265,0,0,0,0,0 +338266,0,0,0,0,0 +338267,0,0,0,0,0 +338268,0,0,0,0,0 +338269,0,0,0,0,0 +338270,0,0,0,0,0 +338271,0,0,0,0,0 +338272,0,0,0,0,0 +338273,0,0,0,0,0 +338274,0,0,0,0,0 +338275,0,0,0,0,0 +338276,0,0,0,0,0 +338277,0,0,0,0,0 +338278,0,0,0,0,0 +338279,0,0,0,0,0 +338280,0,0,0,0,0 +338281,0,0,0,0,0 +338282,0,0,0,0,0 +338283,0,0,0,0,0 +338284,0,0,0,0,0 +338285,0,0,0,0,0 +338286,0,0,0,0,0 +338287,0,0,0,0,0 +338288,0,0,0,0,0 +338289,0,0,0,0,0 +338290,0,0,0,0,0 +338291,0,0,0,0,0 +338292,0,0,0,0,0 +338293,0,0,0,0,0 +338294,0,0,0,0,0 +338295,0,0,0,0,0 +338296,0,0,0,0,0 +338297,0,0,0,0,0 +338298,0,0,0,0,0 +338299,0,0,0,0,0 +338300,0,0,0,0,0 +338301,0,0,0,0,0 +338302,0,0,0,0,0 +338303,0,0,0,0,0 +338304,0,0,0,0,0 +338305,0,0,0,0,0 +338306,0,0,0,0,0 +338307,0,0,0,0,0 +338308,0,0,0,0,0 +338309,0,0,0,0,0 +338310,0,0,0,0,0 +338311,0,0,0,0,0 +338312,0,0,0,0,0 +338313,0,0,0,0,0 +338314,0,0,0,0,0 +338315,0,0,0,0,0 +338316,0,0,0,0,0 +338317,0,0,0,0,0 +338318,0,0,0,0,0 +338319,0,0,0,0,0 +338320,0,0,0,0,0 +338321,0,0,0,0,0 +338322,0,0,0,0,0 +338323,0,0,0,0,0 +338324,0,0,0,0,0 +338325,0,0,0,0,0 +338326,0,0,0,0,0 +338327,0,0,0,0,0 +338328,0,0,0,0,0 +338329,0,0,0,0,0 +338330,0,0,0,0,0 +338331,0,0,0,0,0 +338332,0,0,0,0,0 +338333,0,0,0,0,0 +338334,0,0,0,0,0 +338335,0,0,0,0,0 +338336,0,0,0,0,0 +338337,0,0,0,0,0 +338338,0,0,0,0,0 +338339,0,0,0,0,0 +338340,0,0,0,0,0 +338341,0,0,0,0,0 +338342,0,0,0,0,0 +338343,0,0,0,0,0 +338344,0,0,0,0,0 +338345,0,0,0,0,0 +338346,0,0,0,0,0 +338347,0,0,0,0,0 +338348,0,0,0,0,0 +338349,0,0,0,0,0 +338350,0,0,0,0,0 +338351,0,0,0,0,0 +338352,0,0,0,0,0 +338353,0,0,0,0,0 +338354,0,0,0,0,0 +338355,0,0,0,0,0 +338356,0,0,0,0,0 +338357,0,0,0,0,0 +338358,0,0,0,0,0 +338359,0,0,0,0,0 +338360,0,0,0,0,0 +338361,0,0,0,0,0 +338362,0,0,0,0,0 +338363,0,0,0,0,0 +338364,0,0,0,0,0 +338365,0,0,0,0,0 +338366,0,0,0,0,0 +338367,0,0,0,0,0 +338368,0,0,0,0,0 +338369,0,0,0,0,0 +338370,0,0,0,0,0 +338371,0,0,0,0,0 +338372,0,0,0,0,0 +338373,0,0,0,0,0 +338374,0,0,0,0,0 +338375,0,0,0,0,0 +338376,0,0,0,0,0 +338377,0,0,0,0,0 +338378,0,0,0,0,0 +338379,0,0,0,0,0 +338380,0,0,0,0,0 +338381,0,0,0,0,0 +338382,0,0,0,0,0 +338383,0,0,0,0,0 +338384,0,0,0,0,0 +338385,0,0,0,0,0 +338386,0,0,0,0,0 +338387,0,0,0,0,0 +338388,0,0,0,0,0 +338389,0,0,0,0,0 +338390,0,0,0,0,0 +338391,0,0,0,0,0 +338392,0,0,0,0,0 +338393,0,0,0,0,0 +338394,0,0,0,0,0 +338395,0,0,0,0,0 +338396,0,0,0,0,0 +338397,0,0,0,0,0 +338398,0,0,0,0,0 +338399,0,0,0,0,0 +338400,0,0,0,0,0 +338401,0,0,0,0,0 +338402,0,0,0,0,0 +338403,0,0,0,0,0 +338404,0,0,0,0,0 +338405,0,0,0,0,0 +338406,0,0,0,0,0 +338407,0,0,0,0,0 +338408,0,0,0,0,0 +338409,0,0,0,0,0 +338410,0,0,0,0,0 +338411,0,0,0,0,0 +338412,0,0,0,0,0 +338413,0,0,0,0,0 +338414,0,0,0,0,0 +338415,0,0,0,0,0 +338416,0,0,0,0,0 +338417,0,0,0,0,0 +338418,0,0,0,0,0 +338419,0,0,0,0,0 +338420,0,0,0,0,0 +338421,0,0,0,0,0 +338422,0,0,0,0,0 +338423,0,0,0,0,0 +338424,0,0,0,0,0 +338425,0,0,0,0,0 +338426,0,0,0,0,0 +338427,0,0,0,0,0 +338428,0,0,0,0,0 +338429,0,0,0,0,0 +338430,0,0,0,0,0 +338431,0,0,0,0,0 +338432,0,0,0,0,0 +338433,0,0,0,0,0 +338434,0,0,0,0,0 +338435,0,0,0,0,0 +338436,0,0,0,0,0 +338437,0,0,0,0,0 +338438,0,0,0,0,0 +338439,0,0,0,0,0 +338440,0,0,0,0,0 +338441,0,0,0,0,0 +338442,0,0,0,0,0 +338443,0,0,0,0,0 +338444,0,0,0,0,0 +338445,0,0,0,0,0 +338446,0,0,0,0,0 +338447,0,0,0,0,0 +338448,0,0,0,0,0 +338449,0,0,0,0,0 +338450,0,0,0,0,0 +338451,0,0,0,0,0 +338452,0,0,0,0,0 +338453,0,0,0,0,0 +338454,0,0,0,0,0 +338455,0,0,0,0,0 +338456,0,0,0,0,0 +338457,0,0,0,0,0 +338458,0,0,0,0,0 +338459,0,0,0,0,0 +338460,0,0,0,0,0 +338461,0,0,0,0,0 +338462,0,0,0,0,0 +338463,0,0,0,0,0 +338464,0,0,0,0,0 +338465,0,0,0,0,0 +338466,0,0,0,0,0 +338467,0,0,0,0,0 +338468,0,0,0,0,0 +338469,0,0,0,0,0 +338470,0,0,0,0,0 +338471,0,0,0,0,0 +338472,0,0,0,0,0 +338473,0,0,0,0,0 +338474,0,0,0,0,0 +338475,0,0,0,0,0 +338476,0,0,0,0,0 +338477,0,0,0,0,0 +338478,0,0,0,0,0 +338479,0,0,0,0,0 +338480,0,0,0,0,0 +338481,0,0,0,0,0 +338482,0,0,0,0,0 +338483,0,0,0,0,0 +338484,0,0,0,0,0 +338485,0,0,0,0,0 +338486,0,0,0,0,0 +338487,0,0,0,0,0 +338488,0,0,0,0,0 +338489,0,0,0,0,0 +338490,0,0,0,0,0 +338491,0,0,0,0,0 +338492,0,0,0,0,0 +338493,0,0,0,0,0 +338494,0,0,0,0,0 +338495,0,0,0,0,0 +338496,0,0,0,0,0 +338497,0,0,0,0,0 +338498,0,0,0,0,0 +338499,0,0,0,0,0 +338500,0,0,0,0,0 +338501,0,0,0,0,0 +338502,0,0,0,0,0 +338503,0,0,0,0,0 +338504,0,0,0,0,0 +338505,0,0,0,0,0 +338506,0,0,0,0,0 +338507,0,0,0,0,0 +338508,0,0,0,0,0 +338509,0,0,0,0,0 +338510,0,0,0,0,0 +338511,0,0,0,0,0 +338512,0,0,0,0,0 +338513,0,0,0,0,0 +338514,0,0,0,0,0 +338515,0,0,0,0,0 +338516,0,0,0,0,0 +338517,0,0,0,0,0 +338518,0,0,0,0,0 +338519,0,0,0,0,0 +338520,0,0,0,0,0 +338521,0,0,0,0,0 +338522,0,0,0,0,0 +338523,0,0,0,0,0 +338524,0,0,0,0,0 +338525,0,0,0,0,0 +338526,0,0,0,0,0 +338527,0,0,0,0,0 +338528,0,0,0,0,0 +338529,0,0,0,0,0 +338530,0,0,0,0,0 +338531,0,0,0,0,0 +338532,0,0,0,0,0 +338533,0,0,0,0,0 +338534,0,0,0,0,0 +338535,0,0,0,0,0 +338536,0,0,0,0,0 +338537,0,0,0,0,0 +338538,0,0,0,0,0 +338539,0,0,0,0,0 +338540,0,0,0,0,0 +338541,0,0,0,0,0 +338542,0,0,0,0,0 +338543,0,0,0,0,0 +338544,0,0,0,0,0 +338545,0,0,0,0,0 +338546,0,0,0,0,0 +338547,0,0,0,0,0 +338548,0,0,0,0,0 +338549,0,0,0,0,0 +338550,0,0,0,0,0 +338551,0,0,0,0,0 +338552,0,0,0,0,0 +338553,0,0,0,0,0 +338554,0,0,0,0,0 +338555,0,0,0,0,0 +338556,0,0,0,0,0 +338557,0,0,0,0,0 +338558,0,0,0,0,0 +338559,0,0,0,0,0 +338560,0,0,0,0,0 +338561,0,0,0,0,0 +338562,0,0,0,0,0 +338563,0,0,0,0,0 +338564,0,0,0,0,0 +338565,0,0,0,0,0 +338566,0,0,0,0,0 +338567,0,0,0,0,0 +338568,0,0,0,0,0 +338569,0,0,0,0,0 +338570,0,0,0,0,0 +338571,0,0,0,0,0 +338572,0,0,0,0,0 +338573,0,0,0,0,0 +338574,0,0,0,0,0 +338575,0,0,0,0,0 +338576,0,0,0,0,0 +338577,0,0,0,0,0 +338578,0,0,0,0,0 +338579,0,0,0,0,0 +338580,0,0,0,0,0 +338581,0,0,0,0,0 +338582,0,0,0,0,0 +338583,0,0,0,0,0 +338584,0,0,0,0,0 +338585,0,0,0,0,0 +338586,0,0,0,0,0 +338587,0,0,0,0,0 +338588,0,0,0,0,0 +338589,0,0,0,0,0 +338590,0,0,0,0,0 +338591,0,0,0,0,0 +338592,0,0,0,0,0 +338593,0,0,0,0,0 +338594,0,0,0,0,0 +338595,0,0,0,0,0 +338596,0,0,0,0,0 +338597,0,0,0,0,0 +338598,0,0,0,0,0 +338599,0,0,0,0,0 +338600,0,0,0,0,0 +338601,0,0,0,0,0 +338602,0,0,0,0,0 +338603,0,0,0,0,0 +338604,0,0,0,0,0 +338605,0,0,0,0,0 +338606,0,0,0,0,0 +338607,0,0,0,0,0 +338608,0,0,0,0,0 +338609,0,0,0,0,0 +338610,0,0,0,0,0 +338611,0,0,0,0,0 +338612,0,0,0,0,0 +338613,0,0,0,0,0 +338614,0,0,0,0,0 +338615,0,0,0,0,0 +338616,0,0,0,0,0 +338617,0,0,0,0,0 +338618,0,0,0,0,0 +338619,0,0,0,0,0 +338620,0,0,0,0,0 +338621,0,0,0,0,0 +338622,0,0,0,0,0 +338623,0,0,0,0,0 +338624,0,0,0,0,0 +338625,0,0,0,0,0 +338626,0,0,0,0,0 +338627,0,0,0,0,0 +338628,0,0,0,0,0 +338629,0,0,0,0,0 +338630,0,0,0,0,0 +338631,0,0,0,0,0 +338632,0,0,0,0,0 +338633,0,0,0,0,0 +338634,0,0,0,0,0 +338635,0,0,0,0,0 +338636,0,0,0,0,0 +338637,0,0,0,0,0 +338638,0,0,0,0,0 +338639,0,0,0,0,0 +338640,0,0,0,0,0 +338641,0,0,0,0,0 +338642,0,0,0,0,0 +338643,0,0,0,0,0 +338644,0,0,0,0,0 +338645,0,0,0,0,0 +338646,0,0,0,0,0 +338647,0,0,0,0,0 +338648,0,0,0,0,0 +338649,0,0,0,0,0 +338650,0,0,0,0,0 +338651,0,0,0,0,0 +338652,0,0,0,0,0 +338653,0,0,0,0,0 +338654,0,0,0,0,0 +338655,0,0,0,0,0 +338656,0,0,0,0,0 +338657,0,0,0,0,0 +338658,0,0,0,0,0 +338659,0,0,0,0,0 +338660,0,0,0,0,0 +338661,0,0,0,0,0 +338662,0,0,0,0,0 +338663,0,0,0,0,0 +338664,0,0,0,0,0 +338665,0,0,0,0,0 +338666,0,0,0,0,0 +338667,0,0,0,0,0 +338668,0,0,0,0,0 +338669,0,0,0,0,0 +338670,0,0,0,0,0 +338671,0,0,0,0,0 +338672,0,0,0,0,0 +338673,0,0,0,0,0 +338674,0,0,0,0,0 +338675,0,0,0,0,0 +338676,0,0,0,0,0 +338677,0,0,0,0,0 +338678,0,0,0,0,0 +338679,0,0,0,0,0 +338680,0,0,0,0,0 +338681,0,0,0,0,0 +338682,0,0,0,0,0 +338683,0,0,0,0,0 +338684,0,0,0,0,0 +338685,0,0,0,0,0 +338686,0,0,0,0,0 +338687,0,0,0,0,0 +338688,0,0,0,0,0 +338689,0,0,0,0,0 +338690,0,0,0,0,0 +338691,0,0,0,0,0 +338692,0,0,0,0,0 +338693,0,0,0,0,0 +338694,0,0,0,0,0 +338695,0,0,0,0,0 +338696,0,0,0,0,0 +338697,0,0,0,0,0 +338698,0,0,0,0,0 +338699,0,0,0,0,0 +338700,0,0,0,0,0 +338701,0,0,0,0,0 +338702,0,0,0,0,0 +338703,0,0,0,0,0 +338704,0,0,0,0,0 +338705,0,0,0,0,0 +338706,0,0,0,0,0 +338707,0,0,0,0,0 +338708,0,0,0,0,0 +338709,0,0,0,0,0 +338710,0,0,0,0,0 +338711,0,0,0,0,0 +338712,0,0,0,0,0 +338713,0,0,0,0,0 +338714,0,0,0,0,0 +338715,0,0,0,0,0 +338716,0,0,0,0,0 +338717,0,0,0,0,0 +338718,0,0,0,0,0 +338719,0,0,0,0,0 +338720,0,0,0,0,0 +338721,0,0,0,0,0 +338722,0,0,0,0,0 +338723,0,0,0,0,0 +338724,0,0,0,0,0 +338725,0,0,0,0,0 +338726,0,0,0,0,0 +338727,0,0,0,0,0 +338728,0,0,0,0,0 +338729,0,0,0,0,0 +338730,0,0,0,0,0 +338731,0,0,0,0,0 +338732,0,0,0,0,0 +338733,0,0,0,0,0 +338734,0,0,0,0,0 +338735,0,0,0,0,0 +338736,0,0,0,0,0 +338737,0,0,0,0,0 +338738,0,0,0,0,0 +338739,0,0,0,0,0 +338740,0,0,0,0,0 +338741,0,0,0,0,0 +338742,0,0,0,0,0 +338743,0,0,0,0,0 +338744,0,0,0,0,0 +338745,0,0,0,0,0 +338746,0,0,0,0,0 +338747,0,0,0,0,0 +338748,0,0,0,0,0 +338749,0,0,0,0,0 +338750,0,0,0,0,0 +338751,0,0,0,0,0 +338752,0,0,0,0,0 +338753,0,0,0,0,0 +338754,0,0,0,0,0 +338755,0,0,0,0,0 +338756,0,0,0,0,0 +338757,0,0,0,0,0 +338758,0,0,0,0,0 +338759,0,0,0,0,0 +338760,0,0,0,0,0 +338761,0,0,0,0,0 +338762,0,0,0,0,0 +338763,0,0,0,0,0 +338764,0,0,0,0,0 +338765,0,0,0,0,0 +338766,0,0,0,0,0 +338767,0,0,0,0,0 +338768,0,0,0,0,0 +338769,0,0,0,0,0 +338770,0,0,0,0,0 +338771,0,0,0,0,0 +338772,0,0,0,0,0 +338773,0,0,0,0,0 +338774,0,0,0,0,0 +338775,0,0,0,0,0 +338776,0,0,0,0,0 +338777,0,0,0,0,0 +338778,0,0,0,0,0 +338779,0,0,0,0,0 +338780,0,0,0,0,0 +338781,0,0,0,0,0 +338782,0,0,0,0,0 +338783,0,0,0,0,0 +338784,0,0,0,0,0 +338785,0,0,0,0,0 +338786,0,0,0,0,0 +338787,0,0,0,0,0 +338788,0,0,0,0,0 +338789,0,0,0,0,0 +338790,0,0,0,0,0 +338791,0,0,0,0,0 +338792,0,0,0,0,0 +338793,0,0,0,0,0 +338794,0,0,0,0,0 +338795,0,0,0,0,0 +338796,0,0,0,0,0 +338797,0,0,0,0,0 +338798,0,0,0,0,0 +338799,0,0,0,0,0 +338800,0,0,0,0,0 +338801,0,0,0,0,0 +338802,0,0,0,0,0 +338803,0,0,0,0,0 +338804,0,0,0,0,0 +338805,0,0,0,0,0 +338806,0,0,0,0,0 +338807,0,0,0,0,0 +338808,0,0,0,0,0 +338809,0,0,0,0,0 +338810,0,0,0,0,0 +338811,0,0,0,0,0 +338812,0,0,0,0,0 +338813,0,0,0,0,0 +338814,0,0,0,0,0 +338815,0,0,0,0,0 +338816,0,0,0,0,0 +338817,0,0,0,0,0 +338818,0,0,0,0,0 +338819,0,0,0,0,0 +338820,0,0,0,0,0 +338821,6.58092449,29.13760677,61.64300563,3.744923206,-239.460704 +338822,162.5780213,100.8330025,218.8505571,74.7733408,47.7216927 +338823,158.7208133,99.51855441,215.6070676,73.07286281,46.81319991 +338824,153.206264,97.40423992,210.6021131,70.61072048,43.00501742 +338825,147.6392131,95.36832958,205.6617057,68.15554897,38.14791529 +338826,142.6795784,93.73606805,201.487258,66.01555124,33.31742508 +338827,138.3998112,92.51577691,198.1253746,64.21534366,28.84394208 +338828,134.6828203,91.62344094,195.4244064,62.69025284,24.723982 +338829,131.4057513,90.98201466,193.2379907,61.37578317,20.87708361 +338830,128.4856981,90.54028346,191.4670952,60.22812019,17.24284978 +338831,125.8666728,90.26560364,190.0478287,59.21952022,13.79081735 +338832,123.50934,90.1344754,188.9334691,58.33032142,10.50545443 +338833,121.3835882,90.12762902,188.0849771,57.54451716,7.375283565 +338834,119.4575714,90.23554113,187.4776392,56.84702219,4.388960376 +338835,117.7091802,90.44095895,187.0776971,56.22661539,1.53775048 +338836,116.1164775,90.72939939,186.8560553,55.67410193,-1.189264355 +338837,114.6632981,91.08910366,186.788378,55.18140339,-3.801581607 +338838,113.3326136,91.51105241,186.8550562,54.74151125,-6.307583171 +338839,112.1125337,91.98812546,187.0398618,54.34835442,-8.715211357 +338840,110.9900274,92.51463242,187.3293738,53.99689711,-11.03131002 +338841,109.9568231,93.0857557,187.7119922,53.68283867,-13.26233378 +338842,109.0023967,93.6972436,188.1773553,53.40237852,-15.41480245 +338843,108.1212556,94.34570415,188.717015,53.15251824,-17.49367666 +338844,107.3053767,95.02815893,189.3234688,52.9306153,-19.50382108 +338845,106.5507932,95.74200861,189.9900934,52.73435405,-21.44986007 +338846,105.8511806,96.48513039,190.7113681,52.5618519,-23.33555298 +338847,105.2040561,97.25564737,191.4823723,52.41143766,-25.16450977 +338848,104.6041418,98.05194855,192.2988333,52.28167891,-26.9399504 +338849,104.0498326,98.87256732,193.1568581,52.17126635,-28.66505331 +338850,103.5367482,99.71630909,194.0532134,52.07914585,-30.34234192 +338851,103.0641761,100.5821056,194.9850017,52.00437633,-31.97417633 +338852,102.6272457,101.48024,195.9655989,51.94481682,-33.56311908 +338853,102.225371,102.4173404,197.0031522,51.89901262,-35.11079188 +338854,101.8549027,103.3943553,198.0975086,51.86601678,-36.61944366 +338855,101.5163087,104.4096135,199.2449938,51.84546262,-38.09048449 +338856,101.2068496,105.4607636,200.4410488,51.83709035,-39.52535909 +338857,100.9270445,106.5456098,201.6813733,51.84058392,-40.92573242 +338858,100.6743402,107.6624277,202.9624934,51.85571673,-42.29280188 +338859,100.4496515,108.8098003,204.2814596,51.88228166,-43.62759048 +338860,100.2504251,109.986427,205.6354949,51.92000425,-44.93133056 +338861,100.0775202,111.1911298,207.0220453,51.96860752,-46.20522002 +338862,99.92869883,112.4229484,208.439006,52.02793369,-47.4499478 +338863,99.80506784,113.6809699,209.8843529,52.09778723,-48.66631994 +338864,99.70420711,114.9642931,211.3560683,52.177909,-49.85528028 +338865,99.62737956,116.2721921,212.8525046,52.26814983,-51.01827882 +338866,99.57240366,117.6039827,214.3720957,52.36834613,-52.15655392 +338867,99.64948135,119.2813319,216.3466252,52.49873674,-53.2703413 +338868,99.81763529,121.187332,218.6160226,52.65004979,-54.35970557 +338869,100.0215069,123.161938,220.9660672,52.81227924,-55.42515993 +338870,100.2362191,125.1233225,223.2874077,52.98089226,-56.46742461 +338871,100.4536915,127.0515367,225.5525473,53.15508956,-57.48673813 +338872,100.6771168,128.9518663,227.7670849,53.33526164,-58.48349416 +338873,100.9075155,130.8339469,229.9425052,53.52196009,-59.45768757 +338874,101.1485721,132.7049898,232.0872936,53.71549629,-60.40943635 +338875,101.3996644,134.5695916,234.2067389,53.91603789,-61.33876168 +338876,101.6632342,206.9326757,236.3042773,54.12364193,-62.24583583 +338877,101.9380567,224.2667153,238.3826382,54.33836267,-63.13071692 +338878,102.2263802,218.3798266,240.4441564,54.56023067,-63.9935282 +338879,102.526839,236.6748044,242.4908935,54.78927285,-64.83433296 +338880,102.8412858,247.2911332,244.5243182,55.02536562,-65.65373159 +338881,102.5853458,682.6890249,245.9630397,55.003566,-67.51153343 +338882,120.8051261,706.983547,319.1706993,63.51949441,-34.93498183 +338883,148.7053157,725.692688,1878.704343,76.38322183,16.54487154 +338884,177.1463111,743.7306442,993.3759412,89.31200808,70.53798299 +338885,202.2365085,760.2993798,1246.87512,100.5226122,119.7045552 +338886,223.4819358,777.2159501,1281.824876,109.8621964,162.7497342 +338887,241.5652942,792.7002222,1306.744189,117.7018508,200.5345044 +338888,257.2295366,808.2602458,1330.708408,153.5457714,234.1169872 +338889,270.996935,823.4254674,1353.91968,398.1790379,264.2450038 +338890,848.6853609,838.4927102,1376.621076,272.1016887,291.3997277 +338891,604.3103088,853.3162121,1404.910756,321.065499,315.927786 +338892,678.0727326,868.0221341,1427.18358,334.1757234,338.117862 +338893,712.9947831,882.5850263,1421.786377,344.756262,358.2298043 +338894,733.8442041,896.9787357,1472.717732,354.7439297,375.9433302 +338895,752.4557004,911.3622978,1480.123679,364.5140068,391.59666 +338896,772.1495201,925.5495451,1502.374064,374.4811338,405.5915242 +338897,790.4707582,939.6238144,1522.188415,383.4842656,418.2248137 +338898,808.7363041,953.7060572,1541.285875,393.1140653,429.6991087 +338899,826.3592659,967.5533678,1560.473901,402.087576,440.1634407 +338900,844.289148,981.457091,1578.949152,410.9202161,449.7417619 +338901,861.2866011,995.1255275,1597.424913,420.0857393,458.5408736 +338902,878.2332831,1008.855891,1615.328457,428.3409109,466.6552616 +338903,894.5296778,1022.353208,1633.131738,436.8263508,474.166705 +338904,911.3852706,1035.919553,1650.57001,445.4236445,826.3566433 +338905,927.1769281,1049.251451,1667.73846,453.505884,782.7743528 +338906,943.3722895,1062.160466,1684.636922,461.6227802,781.6517605 +338907,958.3946212,1076.095922,1701.310435,469.5804213,826.5528269 +338908,973.8501925,1088.87877,1717.384877,477.1895463,847.584468 +338909,988.8362131,1101.973939,1733.685466,485.1938468,867.9658911 +338910,1003.281866,1115.060454,1766.585503,492.6392185,887.2920471 +338911,1018.170425,1126.809211,1743.083552,500.1318842,907.0059186 +338912,1032.236147,1138.349073,1781.869831,507.4753562,925.0919056 +338913,1046.113888,1149.643661,1792.265084,514.7092723,943.4347695 +338914,1060.06222,1160.969396,1803.713025,521.8363213,960.8871324 +338915,1073.399596,1171.839507,1817.543361,528.6473399,978.548638 +338916,1087.00424,1182.876715,1830.491281,535.9115508,995.1773366 +338917,1099.959387,1193.597192,1843.073911,542.5663651,1011.712251 +338918,1113.065351,1204.249187,1855.520207,549.3341627,1027.806129 +338919,1125.748088,1214.76407,1867.987448,556.2066204,1043.57835 +338920,1138.446561,1225.100883,1899.237022,562.3791475,1058.928633 +338921,1150.78026,1235.51721,1860.736805,569.037094,1074.017468 +338922,1163.181666,1245.485598,1917.050378,575.3539018,1088.725441 +338923,1175.053064,1255.671198,1910.506388,581.5091333,1103.217762 +338924,1187.238078,1265.550213,1924.56296,587.8444222,1111.590562 +338925,1198.747997,1275.382999,1940.572645,593.9610726,1123.203648 +338926,1210.579989,1285.101051,1950.992353,599.6183396,1133.816228 +338927,1221.921043,1294.714243,1961.420008,606.1407696,1144.468884 +338928,1233.341147,1304.163343,1943.575012,611.7968659,1154.843723 +338929,1244.447407,1313.668565,1989.302699,617.6101685,1164.731556 +338930,1255.577839,1322.996911,1982.586298,623.4143607,1175.240592 +338931,1266.421921,1332.0648,1999.746906,629.0508787,1184.889281 +338932,1277.284245,1341.329681,2012.286682,634.7219075,1194.441915 +338933,1287.820804,1350.300628,2009.569394,640.2295451,1203.991966 +338934,1298.581726,1362.624533,2026.749278,645.7713344,1213.223895 +338935,1308.746308,1373.646249,2021.18275,651.1574177,1222.2928 +338936,1296.507449,1374.388128,2039.271511,646.2254908,1189.998645 +338937,1254.130108,1360.782136,1964.846688,627.8487127,1106.284624 +338938,1367.759038,1422.25545,2084.451748,678.8598789,1325.619923 +338939,1329.533448,1416.639793,2052.505453,662.9811822,1199.355924 +338940,1350.673924,1397.558817,2063.053269,673.1317516,1263.9493 +338941,1861.929599,1667.792708,2193.356722,896.8548727,2204.719978 +338942,1733.292216,1589.247609,2160.01306,831.0591661,1871.938275 +338943,1774.089349,1640.146409,2154.150181,872.5902663,2091.753216 +338944,1814.021963,1643.965956,2157.1578,871.1951963,2018.480544 +338945,1816.02019,1674.533668,2163.09609,877.3563748,2060.111967 +338946,1831.388697,1688.539751,2171.441593,883.2545336,2054.03074 +338947,1843.59708,1710.405626,2181.211895,888.9411139,2068.170758 +338948,1854.736686,1715.170026,2191.523795,894.5827978,2077.171021 +338949,1866.416145,1710.354565,2202.095552,900.1473499,2085.939942 +338950,1877.291841,1745.488174,2212.103203,905.6411015,2095.198378 +338951,1888.384021,1746.000158,2221.558352,911.0793297,2103.749159 +338952,1899.336638,1759.24008,2230.440246,916.4041152,2112.546869 +338953,1909.789428,1770.316775,2238.775664,921.8138486,2121.255822 +338954,1920.665712,1781.2682,2248.445573,927.047297,2134.57256 +338955,1931.067928,1791.792757,2254.842072,932.2842115,2135.4948 +338956,1941.598835,1802.420443,2261.1979,937.5156976,2146.127813 +338957,1951.71503,1812.807597,2269.10437,942.5611177,2154.535139 +338958,1961.987591,1823.063893,2274.082347,947.6305874,2161.582779 +338959,1972.064052,1833.194726,2279.406117,952.7468973,2170.288943 +338960,1982.061161,1843.197217,2286.571331,957.7011937,2182.655377 +338961,1991.963685,1853.063711,2292.583262,962.6659228,2183.140793 +338962,2001.776032,1862.810413,2297.83762,967.5789396,2192.380009 +338963,2011.501769,1876.481085,2301.00327,972.4526246,2200.024506 +338964,2021.145896,1884.586873,2305.155098,977.2842827,2212.101399 +338965,2030.704384,1897.597269,2309.55665,982.0787273,2212.768293 +338966,2040.054113,1899.856512,2313.82161,986.7751005,2220.824108 +338967,2049.559032,1895.778355,2318.22733,991.6411056,2233.184089 +338968,2058.851965,1927.671807,2322.639743,996.1905743,2234.17258 +338969,2067.866976,1925.233478,2326.718476,1000.888473,2240.854583 +338970,2077.104463,1936.430741,2330.763055,1005.490167,2252.017753 +338971,2085.787501,1944.535517,2334.971945,1009.83063,2258.76065 +338972,2099.700786,1952.252033,2339.128634,1014.096948,2259.973291 +338973,2100.318796,1959.752243,2342.719228,1018.30879,2267.880108 +338974,2126.20463,1967.474776,2346.027048,1022.471545,2270.018935 +338975,2097.627831,1974.619996,2348.970537,1026.58823,2271.194178 +338976,2134.993683,1983.829844,2351.406835,1031.926493,2270.441647 +338977,2135.660893,1995.04975,2353.271226,1035.797934,2269.41731 +338978,2143.419667,1991.556359,2354.702133,1040.196162,2268.277179 +338979,2151.867828,1998.195616,2355.852165,1044.047268,2267.15639 +338980,2159.906151,2012.92112,2356.7642,1048.5806,2266.051997 +338981,2167.753261,2014.591974,2357.48942,1052.020516,2264.980646 +338982,2175.678819,2022.169322,2358.094369,1056.829966,2263.988462 +338983,2183.088978,2028.529168,2358.614278,1059.786764,2263.091329 +338984,2191.060569,2048.942524,2359.040887,1065.096269,2262.257375 +338985,2198.55929,2019.880389,2359.449879,1066.999742,2261.560537 +338986,2206.264281,2057.957354,2359.874243,1051.084521,2261.025628 +338987,2213.584042,2048.005278,2360.222509,1083.811812,2260.527858 +338988,2221.132578,2072.283701,2360.468418,1073.443161,2260.023445 +338989,2228.497581,2044.334027,2360.718301,1080.13706,2259.63061 +338990,2235.956194,2096.806925,2360.939774,1083.565284,2259.299975 +338991,2243.015359,2046.492852,2361.147838,1087.260776,2259.041228 +338992,2253.377695,2110.716897,2361.363254,1090.71762,2258.872239 +338993,2264.689047,2054.806857,2361.564537,1094.278281,2258.759977 +338994,2259.873738,2122.117026,2361.928578,1097.632868,2258.914486 +338995,2263.692779,2074.780189,2362.334482,1101.109522,2259.18411 +338996,2284.599259,2116.820033,2362.656093,1104.500232,2259.41038 +338997,2283.933201,2100.387152,2362.863483,1107.80592,2259.550625 +338998,2292.539708,2111.948135,2363.028805,1111.326857,2259.685698 +338999,2299.465822,2115.460901,2363.361536,1114.498949,2260.066218 +339000,2306.449131,2119.714248,2363.863145,1117.859194,2260.691959 +339001,2318.4501,2126.831696,2367.287915,1123.536898,2265.574882 +339002,2327.56975,2131.519709,2368.302247,1127.132234,2267.646017 +339003,2342.091448,2135.6919,2369.951845,1130.588148,2270.578177 +339004,2324.23184,2140.137877,2371.900019,1133.774242,2273.689139 +339005,2352.54202,2144.032491,2373.577783,1137.049658,2276.763912 +339006,2351.55366,2148.019572,2375.111471,1140.208798,2279.697527 +339007,2358.815356,2151.759056,2376.525544,1143.263832,2282.506021 +339008,2365.109046,2155.467323,2377.845831,1146.458511,2285.210589 +339009,2371.455298,2159.091983,2379.081415,1149.463719,2287.815694 +339010,2381.371163,2162.503178,2380.236118,1152.499408,2290.321768 +339011,2384.354956,2165.923645,2381.320916,1155.567089,2292.73943 +339012,2401.061699,2169.033675,2382.33735,1158.426951,2295.068543 +339013,2373.063675,2172.426381,2383.337403,1161.419241,2297.371574 +339014,2423.699935,2175.416339,2384.285988,1164.322668,2299.604924 +339015,2389.986622,2178.452715,2385.168914,1167.211399,2301.750649 +339016,2447.714641,2181.343495,2385.978147,1170.075709,2303.79815 +339017,2390.516915,2184.121381,2386.766999,1172.915871,2305.812247 +339018,2424.964445,2186.894077,2389.313504,1175.7332,2309.983331 +339019,2449.15332,2189.432712,2389.096003,1178.524004,2310.761543 +339020,2434.632996,2192.011639,2389.367673,1181.295074,2312.129777 +339021,2422.510154,2194.48768,2391.582993,1184.044189,2315.870994 +339022,2482.993276,2196.803536,2391.217284,1186.76772,2316.432051 +339023,2439.873684,2199.056627,2391.422737,1189.473768,2317.680065 +339024,2463.958463,2201.299239,2393.507844,1192.157541,2321.223532 +339025,2441.634027,2203.170987,2392.997302,1194.817991,2321.568424 +339026,2506.784514,2205.424736,2393.484766,1197.461635,2323.085047 +339027,2461.832492,2207.255839,2394.31567,1200.083819,2324.920136 +339028,2483.495321,2209.102207,2395.167691,1202.686828,2326.427316 +339029,2488.758845,2210.855714,2395.891236,1205.270836,2327.925923 +339030,2492.722543,2212.584844,2398.568071,1207.836648,2331.763797 +339031,2497.906588,2214.608897,2398.776607,1210.28676,2332.459643 +339032,2503.375249,2216.830479,2399.713947,1212.498849,2334.004941 +339033,2508.39315,2218.914954,2400.945421,1214.842505,2335.873693 +339034,2514.364425,2221.043159,2402.32744,1217.091696,2337.899742 +339035,2519.604617,2223.034365,2403.790144,1219.32558,2340.002132 +339036,2524.829878,2225.056404,2405.475336,1221.534855,2342.119629 +339037,2529.861948,2226.969396,2406.921531,1223.720373,2344.215634 +339038,2534.86134,2228.85565,2408.355186,1225.883094,2346.280317 +339039,2540.21309,2230.674752,2409.781477,1228.023848,2348.520102 +339040,2545.115092,2232.434725,2411.312035,1230.143364,2350.507172 +339041,2550.215127,2234.133262,2412.891775,1232.164749,2352.44838 +339042,2555.17195,2235.768878,2413.822511,1234.358854,2354.353944 +339043,2560.176537,2237.340184,2415.213578,1236.363731,2356.230385 +339044,2565.179199,2238.845887,2416.706129,1238.416528,2358.075775 +339045,2570.071646,2240.285075,2418.057617,1240.439776,2359.88754 +339046,2574.800668,2241.656853,2419.389475,1242.445023,2361.668916 +339047,2579.949959,2242.960432,2420.708503,1244.433076,2363.426448 +339048,2584.696783,2251.508334,2422.239903,1246.482861,2365.157712 +339049,2589.593387,2235.069171,2423.648804,1248.320981,2366.980134 +339050,2594.395151,2258.35942,2424.941591,1250.315551,2368.658185 +339051,2599.161368,2236.473746,2426.216685,1252.227165,2370.308697 +339052,2603.956474,2260.151245,2427.491497,1254.134967,2371.950448 +339053,2608.7609,2238.321037,2428.726561,1256.02839,2373.534024 +339054,2613.40723,2261.830526,2429.972393,1257.907369,2375.12301 +339055,2618.00251,2239.849964,2431.386024,1259.772282,2376.659401 +339056,2622.992216,2263.311509,2434.303706,1261.624513,2380.298232 +339057,2627.485943,2240.965877,2436.182614,1263.461079,2382.672022 +339058,2632.104721,2264.422727,2435.973212,1265.284883,2382.469575 +339059,2636.867791,2241.87615,2436.52958,1267.097542,2383.188926 +339060,2649.4584,2265.246605,2437.537524,1268.896222,2384.436481 +339061,2519.072656,2189.715272,2436.351968,1217.419488,2382.947802 +339062,2535.375317,2203.182261,2428.765499,1218.214112,2372.038047 +339063,2533.128786,2197.571105,2416.29511,1219.121206,2354.182642 +339064,2537.487089,2197.634427,2406.632867,1220.327887,2339.225657 +339065,2540.797191,2197.131646,2400.120521,1221.519428,2327.904603 +339066,2544.35549,2196.398669,2396.311923,1222.755634,2319.677165 +339067,2547.973863,2195.723168,2393.891503,1223.933929,2313.627224 +339068,2551.514352,2194.958537,2392.150993,1225.316649,2308.831725 +339069,2554.938688,2194.092726,2391.139743,1226.535535,2305.254977 +339070,2558.836597,2193.274965,2390.494753,1227.825216,2302.415791 +339071,2559.709562,2193.055593,2390.238076,1226.413573,2300.10801 +339072,2562.740124,2192.231335,2389.641182,1227.093022,2298.194993 +339073,2566.158762,2191.283886,2390.35431,1228.032075,2298.726845 +339074,2569.530171,2190.141478,2388.843203,1229.036992,2296.266983 +339075,2573.009079,2189.038005,2388.040145,1230.072827,2294.786272 +339076,2576.508462,2187.797434,2387.57131,1231.123431,2293.762656 +339077,2579.916062,2186.471313,2387.37158,1232.145177,2293.028364 +339078,2583.540887,2185.06678,2387.161431,1233.236495,2292.485909 +339079,2586.898589,2183.620926,2387.252663,1234.269896,2292.088759 +339080,2590.369164,2182.074476,2387.232747,1235.370723,2291.80153 +339081,2594.039581,2180.460953,2387.259396,1236.489353,2291.61522 +339082,2597.545666,2178.765862,2387.515339,1237.479322,2291.708288 +339083,2601.012619,2176.989005,2387.62559,1238.579266,2291.645072 +339084,2604.632523,2175.148007,2387.751476,1239.677713,2291.624469 +339085,2608.10207,2173.352453,2387.89874,1240.724553,2291.65076 +339086,2619.769913,2171.114607,2388.178882,1241.837428,2291.861372 +339087,2603.328094,2169.166915,2388.337801,1242.886579,2291.932006 +339088,2631.657375,2166.964128,2388.514876,1244.001343,2292.035564 +339089,2618.414752,2164.692575,2389.038028,1245.052344,2292.334561 +339090,2626.457592,2162.414396,2389.257472,1246.168466,2292.498477 +339091,2630.522163,2159.867352,2389.449808,1247.717064,2292.640421 +339092,2633.928984,2157.228783,2389.753069,1249.353597,2292.861438 +339093,2637.840537,2154.490465,2390.153004,1251.033699,2293.098978 +339094,2641.676673,2151.734976,2390.656033,1252.74516,2293.348555 +339095,2645.537274,2148.860223,2391.248565,1254.481959,2293.609354 +339096,2649.453109,2145.903911,2391.916171,1256.240768,2293.880894 +339097,2653.267308,2142.94548,2392.647349,1258.019333,2294.161412 +339098,2657.077641,2140.008501,2393.435021,1259.816077,2294.446946 +339099,2660.764526,2136.663929,2394.267668,1261.629645,2294.735847 +339100,2664.84682,2133.609118,2395.146414,1263.458995,2295.036984 +339101,2668.575343,2130.284521,2396.265603,1265.303111,2295.348045 +339102,2672.416199,2127.039659,2397.2225,1267.161191,2295.660477 +339103,2676.173865,2123.663982,2398.203381,1269.032399,2295.974845 +339104,2679.986046,2120.215905,2399.21108,1270.996234,2296.293055 +339105,2683.830173,2116.801777,2400.249162,1272.771977,2296.618638 +339106,2687.541406,2113.260017,2401.317028,1274.73564,2296.951837 +339107,2691.27659,2109.676776,2402.409989,1276.640743,2297.288771 +339108,2694.839315,2106.212627,2403.528025,1278.486437,2297.631546 +339109,2706.063466,2105.075303,2404.822644,1285.014924,2298.169475 +339110,2711.511498,2102.182105,2406.864033,1287.63972,2298.986268 +339111,2715.92339,2098.919068,2409.268541,1290.050849,2299.859582 +339112,2720.560607,2088.85974,2413.373376,1292.386009,2302.764551 +339113,2724.739166,2101.94462,2414.720483,1294.686653,2302.369962 +339114,2728.960442,2082.291864,2416.562021,1296.972035,2302.706059 +339115,2733.663097,2069.430573,2418.569525,1299.247235,2303.329799 +339116,2745.396973,2108.575534,2421.001217,1301.517711,2304.293898 +339117,2731.588905,2062.23038,2423.093967,1303.785599,2305.135618 +339118,2757.661208,2068.727191,2425.146275,1306.05211,2305.967331 +339119,2748.038662,2083.545201,2427.290055,1308.318021,2306.941304 +339120,2755.269574,2056.41572,2429.290271,1310.583882,2307.760718 +339121,2514.181088,1944.915956,2429.823235,1203.637156,2307.182397 +339122,2518.334152,1957.621175,2412.011616,1203.058022,2281.134777 +339123,2515.359312,1925.575115,2389.964714,1203.264511,2247.388477 +339124,2516.481252,1953.776613,2371.261222,1203.927888,2216.665059 +339125,2517.215835,1904.348867,2358.193774,1204.705482,2192.394818 +339126,2518.718235,1948.909556,2349.256161,1205.536631,2173.813263 +339127,2519.88289,1891.16437,2343.320549,1206.639013,2159.465905 +339128,2521.355671,1924.805388,2339.517737,1207.63013,2148.092906 +339129,2522.80646,1901.069831,2336.965875,1208.731767,2138.795267 +339130,2524.384995,1902.450598,2335.271807,1209.858323,2131.072163 +339131,2525.985848,1895.668814,2334.196222,1211.016057,2124.594104 +339132,2527.631501,1890.62127,2333.572444,1212.200996,2119.113689 +339133,2529.383303,1885.633179,2334.997436,1213.411019,2116.56841 +339134,2530.961177,1880.366736,2334.025169,1214.643108,2111.424251 +339135,2532.786386,1875.218676,2333.803796,1215.975496,2107.521454 +339136,2534.535155,1870.052074,2333.912171,1217.132235,2104.292522 +339137,2536.324616,1864.771928,2334.231163,1218.479916,2101.559767 +339138,2538.208008,1859.780225,2336.403895,1219.779594,2101.334844 +339139,2539.899833,1854.543081,2336.035171,1221.103607,2098.168719 +339140,2541.832837,1866.555842,2336.276892,1222.44901,2095.920871 +339141,2543.75416,1819.757268,2338.699961,1223.809352,2096.268519 +339142,2545.544144,1867.557992,2338.230609,1225.181353,2093.6589 +339143,2547.472742,1807.403862,2340.471377,1226.573813,2094.073018 +339144,2549.382209,1840.223793,2340.187162,1227.974551,2091.647199 +339145,2551.275311,1821.41326,2340.557419,1229.393849,2090.123664 +339146,2553.230583,1818.467036,2341.188738,1230.82457,2088.987069 +339147,2555.249808,1813.41221,2343.652503,1232.27011,2090.223348 +339148,2557.133526,1808.458488,2345.42825,1233.72556,2090.493395 +339149,2559.042954,1803.300288,2345.120619,1235.193972,2088.328536 +339150,2560.939206,1798.248244,2345.54276,1236.675929,2087.168237 +339151,2562.022737,1792.029589,2346.249913,1237.424555,2086.402495 +339152,2562.529019,1785.622313,2347.201706,1238.025001,2085.836599 +339153,2563.063571,1779.020879,2347.833873,1238.556677,2085.378674 +339154,2563.517589,1772.629805,2348.512675,1239.040143,2084.99323 +339155,2563.915068,1765.970258,2348.918662,1239.484929,2084.665645 +339156,2564.269514,1759.477256,2348.971205,1239.896135,2084.390887 +339157,2564.58553,1752.678862,2349.34292,1240.277025,2084.163779 +339158,2564.866572,1746.089914,2349.76334,1240.629759,2083.975482 +339159,2565.115799,1739.282913,2349.976922,1240.956089,2083.820311 +339160,2565.335876,1732.752392,2350.142686,1241.257322,2083.696804 +339161,2565.52921,1725.983843,2350.269257,1241.534681,2083.602956 +339162,2565.697867,1719.302456,2350.563769,1241.789118,2083.534613 +339163,2565.844302,1712.606694,2350.633411,1242.021614,2083.488928 +339164,2565.97062,1705.801465,2350.669236,1242.232915,2083.466208 +339165,2566.07912,1699.26919,2350.678735,1242.423838,2083.465247 +339166,2566.171923,1692.518404,2350.665984,1242.594991,2083.484298 +339167,2566.250089,1705.976147,2350.60133,1242.747049,2083.479249 +339168,2566.321504,1650.370651,2350.560387,1242.88058,2083.547516 +339169,2566.612056,1704.737518,2352.28564,1242.996902,2085.736847 +339170,2566.131659,1636.520037,2351.118208,1243.092818,2084.68139 +339171,2566.813728,1672.467832,2352.489451,1243.175776,2086.452191 +339172,2566.395879,1649.287199,2352.901983,1243.238501,2087.258472 +339173,2566.433574,1646.468968,2351.14683,1243.285588,2085.601011 +339174,2566.472588,1639.48333,2350.390344,1243.318271,2084.920586 +339175,2566.381438,1633.199549,2349.905342,1243.334009,2084.600904 +339176,2566.308399,1626.665393,2349.555755,1243.334679,2084.475961 +339177,2566.278898,1620.347842,2351.05734,1243.321326,2086.569174 +339178,2566.012872,1613.793886,2349.720315,1243.290185,2085.486489 +339179,2565.954981,1607.492676,2349.124886,1243.247797,2085.133123 +339180,2565.766046,1601.139607,2348.701512,1243.18941,2085.01892 +339181,2804.670552,1701.878359,2354.787812,1349.45875,2094.381004 +339182,2796.462662,1711.58971,2376.100729,1350.926634,2125.497009 +339183,2807.856566,1671.978645,2401.448286,1352.013153,2164.198513 +339184,2807.83192,1702.311127,2423.139217,1359.25557,2199.211133 +339185,2808.283069,1685.251208,2439.719208,1361.045094,2227.505703 +339186,2809.129699,1683.243379,2452.010604,1361.928819,2249.941684 +339187,2809.234465,1678.070951,2461.116905,1381.265466,2267.70313 +339188,2809.499996,1672.944666,2469.772661,1335.690092,2284.523357 +339189,2809.151764,1667.943658,2474.321342,1377.145078,2295.968694 +339190,2809.125251,1662.846309,2478.32793,1374.149292,2306.402257 +339191,2809.082659,1657.75975,2481.816259,1345.729689,2315.825174 +339192,2808.658768,1652.678701,2484.89819,1374.002414,2324.386797 +339193,2808.418553,1647.503926,2487.565244,1376.013329,2332.125199 +339194,2807.913156,1642.589741,2489.970626,1346.606048,2339.250528 +339195,2807.57931,1637.478846,2492.16488,1374.762959,2345.868579 +339196,2806.87606,1632.468493,2494.125589,1374.760945,2351.970007 +339197,2806.355233,1627.463564,2495.941014,1349.688662,2357.702909 +339198,2797.988663,1621.291523,2497.497896,1373.769658,2362.941344 +339199,2815.237409,1616.581507,2499.051266,1373.646529,2368.033006 +339200,2792.666451,1612.426669,2500.54223,1352.365837,2372.914719 +339201,2813.773085,1607.957812,2501.920756,1392.01283,2377.556681 +339202,2791.095508,1604.004954,2504.903188,1338.519593,2384.075729 +339203,2804.483728,1599.678927,2506.750598,1381.50082,2389.146271 +339204,2799.365848,1595.67774,2508.207525,1371.253488,2393.678559 +339205,2798.083247,1591.484701,2507.734919,1363.740468,2395.787238 +339206,2797.244629,1588.460983,2508.022285,1385.058902,2398.751909 +339207,2796.088843,1585.321195,2508.612538,1353.202997,2402.030936 +339208,2794.656313,1582.194604,2509.350421,1381.203145,2405.441798 +339209,2793.451863,1578.951794,2510.085228,1381.077209,2408.829844 +339210,2791.88308,1575.911064,2510.840981,1360.236174,2412.222836 +339211,2789.69528,1572.13047,2511.577244,1381.508643,2415.589428 +339212,2787.549541,1568.6,2512.160116,1383.704283,2418.828558 +339213,2784.799647,1564.927448,2512.605759,1360.675419,2421.996521 +339214,2782.37085,1561.07142,2512.892052,1402.364846,2425.0715 +339215,2779.629032,1557.380164,2513.07351,1345.349936,2428.110668 +339216,2776.94466,1553.582604,2513.174295,1389.969569,2431.131608 +339217,2774.043537,1549.774519,2513.129232,1379.329463,2434.04453 +339218,2771.242284,1545.945433,2514.709208,1367.177788,2439.020536 +339219,2767.961881,1542.087801,2513.537452,1393.720533,2440.689045 +339220,2765.000663,1538.119121,2512.869992,1356.135554,2443.027347 +339221,2762.100256,1534.358163,2514.023763,1402.163754,2447.643306 +339222,2758.333577,1530.372323,2514.250011,1349.615425,2451.1763 +339223,2755.081319,1526.444118,2512.167321,1406.860266,2452.145566 +339224,2751.717335,1522.483363,2511.020824,1345.426898,2454.047097 +339225,2748.159485,1518.500843,2510.143497,1389.173332,2456.297446 +339226,2744.567242,1514.497917,2509.33053,1372.652635,2458.658321 +339227,2740.879431,1510.567322,2508.531679,1377.400445,2461.078191 +339228,2737.228335,1506.301441,2507.737925,1371.716398,2463.549687 +339229,2733.631958,1502.434831,2506.916121,1378.419049,2466.031589 +339230,2721.476128,1498.280445,2507.629143,1370.494825,2470.452377 +339231,2737.280191,1494.1921,2505.786932,1375.342647,2471.776192 +339232,2708.500221,1490.076891,2504.288781,1372.916721,2473.779796 +339233,2722.209008,1485.941231,2503.016333,1372.711671,2475.820694 +339234,2712.256674,1481.790036,2503.609401,1372.143312,2480.210212 +339235,2708.683624,1477.615906,2501.603494,1371.515652,2481.203749 +339236,2704.894917,1473.340415,2499.926301,1370.84612,2483.073861 +339237,2700.377745,1469.263447,2498.645997,1370.127995,2485.164345 +339238,2696.090706,1464.979455,2497.301911,1369.225729,2487.348077 +339239,2691.801155,1460.842,2497.65355,1368.502417,2491.699469 +339240,2687.215371,1456.455971,2495.834182,1367.670375,2492.793161 +339241,2727.99357,1474.594378,2494.729049,1399.10211,2495.447182 +339242,2726.430802,1471.374731,2496.521304,1374.325026,2502.314323 +339243,2721.774719,1467.487751,2499.262375,1409.785428,2510.875779 +339244,2717.744209,1463.606359,2501.457154,1365.386737,2519.009745 +339245,2712.906311,1459.38051,2502.7139,1409.994421,2526.077453 +339246,2708.338687,1455.264301,2504.809023,1364.486503,2534.265652 +339247,2703.274612,1450.920522,2503.526548,1401.369334,2538.42218 +339248,2698.298625,1446.76177,2502.525299,1371.097596,2542.717233 +339249,2693.273019,1442.375389,2501.424102,1387.518357,2546.830798 +339250,2687.72564,1438.027084,2500.19004,1380.11398,2550.727044 +339251,2682.459936,1433.63498,2498.63862,1379.774644,2554.435925 +339252,2677.023478,1429.212467,2497.176559,1378.360236,2557.996197 +339253,2671.406268,1424.761779,2495.633347,1376.846292,2561.421152 +339254,2665.784608,1420.197158,2494.013099,1375.265309,2564.72672 +339255,2660.257159,1415.902684,2492.321888,1373.616514,2567.927923 +339256,2654.094929,1411.188842,2490.562041,1371.899771,2571.032735 +339257,2648.420788,1406.705476,2488.743625,1370.032216,2574.057622 +339258,2642.348682,1402.113926,2486.877781,1368.300926,2577.019929 +339259,2636.356342,1397.510309,2484.772129,1366.322886,2579.930186 +339260,2630.316672,1392.798555,2482.818806,1364.346369,2582.792743 +339261,2623.845216,1388.270312,2480.82558,1362.289694,2585.605746 +339262,2615.650742,1383.539602,2478.808546,1360.163946,2588.397254 +339263,2600.564666,1378.856876,2476.905297,1357.969047,2591.341284 +339264,2624.003678,1374.221856,2475.208897,1355.704975,2594.556499 +339265,2591.137528,1369.282247,2473.722315,1353.371434,2598.050948 +339266,2590.336478,1364.696507,2472.417191,1350.967698,2601.793917 +339267,2567.934804,1359.849513,2473.010336,1348.494776,2607.901864 +339268,2582.980059,1355.05693,2472.752732,1345.950669,2613.012211 +339269,2566.452563,1354.088302,2470.359547,1340.011695,2615.537337 +339270,2559.026433,1349.947185,2469.081392,1336.656501,2618.908596 +339271,2555.088089,1370.694741,2468.226556,1336.029133,2622.477072 +339272,2576.159885,1304.830743,2467.654508,1339.274235,2626.158652 +339273,2519.214536,1353.69847,2466.938543,1340.055449,2629.971615 +339274,2587.265586,1338.334976,2466.052553,1340.679677,2633.691798 +339275,2516.510864,1318.235816,2467.041221,1341.352128,2639.576105 +339276,2542.272211,1342.203493,2465.647733,1342.103368,2642.280742 +339277,2542.582271,1311.69498,2464.964851,1342.951136,2645.585003 +339278,2533.65134,1330.340033,2464.567214,1343.892427,2648.992688 +339279,2532.37613,1315.703819,2464.375539,1344.92885,2652.449253 +339280,2549.95657,1318.764055,2464.307995,1346.057863,2655.891086 +339281,2496.185806,1314.57152,2464.403986,1347.277833,2659.393312 +339282,2561.399739,1312.435096,2464.592097,1348.586139,2662.887737 +339283,2483.907872,1310.052081,2464.67641,1349.98148,2666.386786 +339284,2536.420974,1307.712273,2465.06006,1351.461579,2669.913353 +339285,2509.763398,1305.417905,2465.471175,1353.025254,2673.383879 +339286,2514.351698,1303.167343,2465.927568,1354.670794,2676.834371 +339287,2510.501434,1300.95951,2466.436523,1356.397057,2680.282824 +339288,2508.151243,1298.791628,2466.985836,1358.202503,2683.720867 +339289,2505.787844,1296.664394,2467.576037,1360.086503,2687.153439 +339290,2503.271926,1294.574882,2468.205787,1362.047232,2690.583941 +339291,2500.826686,1292.522689,2468.872785,1364.084842,2694.013155 +339292,2498.601736,1290.506342,2469.573719,1366.197788,2697.439969 +339293,2496.277383,1288.525042,2470.307596,1368.385782,2700.86698 +339294,2522.826246,1286.577571,2471.021984,1370.64785,2704.232469 +339295,2448.650614,1284.735221,2471.831789,1372.983803,2707.679791 +339296,2510.152257,1282.747462,2472.720445,1375.392461,2711.191329 +339297,2483.071695,1280.946505,2473.570247,1377.873906,2714.625877 +339298,2485.026273,1279.114869,2474.433872,1380.427593,2718.049534 +339299,2483.174061,1277.3235,2475.33745,1383.053187,2721.495486 +339300,2480.869846,1275.489677,2476.265755,1385.750007,2724.946736 +339301,2405.777342,1241.827352,2468.423047,1356.49376,2712.279707 +339302,2406.743865,1241.020713,2457.815903,1360.19817,2695.166002 +339303,2408.495364,1240.526584,2446.387437,1364.202211,2676.212781 +339304,2410.086681,1240.037952,2435.876108,1368.489471,2657.954193 +339305,2412.136045,1239.612225,2426.878553,1372.788233,2641.416087 +339306,2413.986324,1239.236221,2419.236397,1377.059126,2626.578308 +339307,2416.168491,1238.90618,2412.589084,1381.583348,2613.091671 +339308,2418.083244,1238.6195,2406.634673,1386.129695,2600.630383 +339309,2420.372839,1238.374544,2401.177394,1390.77681,2588.970871 +339310,2422.622551,1238.16965,2396.097989,1395.590325,2577.96807 +339311,2424.967389,1238.003611,2391.320512,1400.210496,2567.521859 +339312,2427.385227,1237.875157,2386.790339,1405.298931,2557.554349 +339313,2430.005795,1237.783412,2382.46379,1410.221264,2547.998867 +339314,2435.773743,1237.658485,2378.301821,1415.311833,2538.793317 +339315,2439.537,1237.740408,2374.275287,1420.552746,2529.887415 +339316,2439.267616,1237.704519,2370.37756,1425.679005,2521.25865 +339317,2452.2088,1237.762583,2366.569413,1439.150079,2512.845111 +339318,2428.951933,1237.913416,2362.898831,1429.110544,2504.693071 +339319,2439.510323,1237.921715,2359.384275,1440.935483,2496.813356 +339320,2456.276354,1238.117824,2355.902786,1449.617206,2489.045471 +339321,2449.757562,1238.284927,2352.436092,1452.449666,2481.356874 +339322,2455.243272,1238.494548,2349.041067,1458.942478,2473.807457 +339323,2458.606673,1238.735844,2345.715403,1464.869515,2466.386097 +339324,2461.602426,1238.937211,2342.450195,1470.561424,2459.074872 +339325,2476.967787,1239.346752,2339.225623,1476.760614,2451.843616 +339326,2450.54622,1239.62961,2336.082828,1482.855171,2444.737368 +339327,2480.185711,1240.004877,2333.012901,1488.8975,2437.740763 +339328,2473.520704,1240.39942,2329.967309,1495.216835,2430.790507 +339329,2478.882081,1240.823641,2326.964129,1501.629565,2423.904875 +339330,2483.762832,1241.277419,2324.011345,1507.813283,2417.090216 +339331,2497.689742,1241.017753,2321.08344,1516.27855,2410.312397 +339332,2464.537505,1240.509421,2318.168747,1517.889616,2403.655756 +339333,2503.07791,1240.29276,2315.19626,1528.752519,2397.09621 +339334,2480.949568,1239.546485,2312.14095,1515.647851,2390.611834 +339335,2517.556663,1239.376115,2309.012614,1523.495023,2384.194949 +339336,2457.644514,1238.717596,2305.857465,1536.69653,2377.876231 +339337,2517.876157,1238.37119,2302.658598,1534.17849,2371.612595 +339338,2482.837411,1237.757415,2299.397162,1539.396407,2365.363844 +339339,2518.802589,1237.383234,2296.092642,1542.795651,2359.140072 +339340,2477.411337,1236.756932,2292.797762,1547.028551,2352.995051 +339341,2530.707492,1236.371038,2289.685204,1560.200972,2347.132697 +339342,2486.390565,1235.736827,2286.647518,1537.626718,2341.416105 +339343,2515.682406,1235.343404,2283.763051,1564.56962,2335.699974 +339344,2503.943374,1234.703432,2282.394009,1558.520855,2332.146449 +339345,2509.508695,1234.306824,2280.166895,1563.477878,2327.598719 +339346,2510.147104,1233.667404,2276.053441,1566.812982,2320.774181 +339347,2512.037498,1233.266527,2272.874172,1580.278266,2315.112027 +339348,2513.572024,1232.551962,2270.115411,1558.249892,2309.97324 +339349,2515.328414,1232.300792,2267.595837,1584.002364,2305.142923 +339350,2516.967836,1232.599798,2265.179063,1577.644007,2300.460953 +339351,2518.496915,1230.94761,2262.816653,1590.608981,2295.869772 +339352,2520.490659,1231.962932,2260.51793,1574.470433,2291.378943 +339353,2522.048016,1229.612059,2258.23533,1607.130011,2286.926329 +339354,2523.741279,1231.617715,2255.949578,1585.566054,2282.484886 +339355,2525.516891,1227.872337,2253.662378,1609.405425,2278.067269 +339356,2527.184591,1231.798091,2251.403289,1583.657239,2273.892334 +339357,2528.693846,1225.314586,2249.333053,1630.377215,2269.734537 +339358,2530.68113,1233.050071,2247.285657,1599.036379,2265.619436 +339359,2532.296157,1221.406867,2245.138083,1620.504469,2261.382545 +339360,2534.011128,1236.326841,2242.991659,1617.493024,2257.147191 +339361,2384.919711,1145.206155,2245.471332,1546.94884,2262.233538 +339362,2341.66084,1165.073491,2238.365816,1549.527423,2253.581329 +339363,2380.432955,1155.217916,2227.262706,1531.359816,2238.584905 +339364,2360.690596,1155.630114,2217.11071,1547.811149,2223.850692 +339365,2363.465536,1154.463693,2209.446608,1543.13021,2212.177087 +339366,2362.493366,1153.284613,2204.101872,1546.019175,2203.409864 +339367,2362.144578,1152.106174,2200.407455,1547.776316,2196.857736 +339368,2361.250768,1150.929579,2197.584333,1549.524758,2191.865334 +339369,2360.59662,1149.753671,2195.656238,1551.295285,2187.989808 +339370,2360.076487,1148.577848,2194.199639,1553.070765,2184.950527 +339371,2359.184788,1147.401448,2193.072898,1554.844987,2182.565266 +339372,2386.478019,1146.224219,2192.14201,1556.512387,2180.652681 +339373,2329.07152,1145.045645,2191.421845,1558.416972,2179.209911 +339374,2381.940095,1143.865606,2190.855067,1561.009484,2178.145301 +339375,2353.499699,1142.684082,2190.340654,1561.215256,2177.314469 +339376,2329.963394,1141.500981,2189.933971,1568.030026,2176.765657 +339377,2371.220244,1140.316336,2189.573848,1558.840723,2176.406064 +339378,2350.472165,1139.130447,2189.154169,1586.178475,2176.089453 +339379,2354.287999,1137.943012,2188.748841,1558.072476,2175.890941 +339380,2352.562558,1136.754028,2188.416073,1562.360758,2175.868543 +339381,2352.967813,1135.635257,2188.076497,1578.593521,2175.914219 +339382,2351.865738,1134.338077,2187.677989,1585.75833,2175.954552 +339383,2351.251921,1133.195084,2187.308584,1554.688434,2176.088766 +339384,2350.563386,1131.989442,2186.945877,1597.797678,2176.281264 +339385,2349.862827,1130.79292,2186.573197,1559.681848,2176.506074 +339386,2349.154122,1129.595151,2186.189396,1599.06623,2176.756067 +339387,2348.436938,1128.39597,2185.806174,1562.884131,2177.040976 +339388,2347.710187,1127.195391,2185.404321,1606.491903,2177.333209 +339389,2346.822007,1125.993356,2185.010312,1559.537933,2177.661557 +339390,2346.3002,1124.789859,2184.623318,1600.862923,2178.022354 +339391,2372.497365,1123.175928,2184.143547,1592.565243,2178.290319 +339392,2300.93169,1121.399808,2183.716073,1565.642371,2178.696122 +339393,2360.851661,1119.751208,2183.28891,1594.850775,2179.212455 +339394,2334.835161,1117.912428,2182.687608,1581.79307,2179.632483 +339395,2336.662965,1116.103463,2181.998444,1583.245356,2180.051264 +339396,2332.850962,1114.256009,2181.270931,1582.378059,2180.514015 +339397,2332.71752,1112.451626,2180.460125,1599.245569,2180.95257 +339398,2329.413142,1110.451219,2179.620489,1566.516042,2181.423547 +339399,2327.183631,1108.576933,2178.79462,1575.767555,2181.971707 +339400,2324.724609,1106.620454,2177.898813,1592.601047,2182.488792 +339401,2322.046267,1104.651776,2176.940456,1571.598471,2182.978659 +339402,2319.686808,1102.661371,2175.997684,1562.432062,2183.532551 +339403,2316.942522,1100.649681,2175.012617,1587.321351,2184.075788 +339404,2314.270392,1098.617287,2173.963234,1567.699782,2184.578244 +339405,2311.522901,1096.564484,2172.899242,1571.284215,2185.097807 +339406,2308.720299,1094.491739,2171.838326,1557.01235,2185.653867 +339407,2332.20901,1092.399429,2170.708535,1567.830268,2186.156357 +339408,2263.649062,1090.287927,2169.570575,1571.746158,2186.677789 +339409,2318.788119,1088.225124,2168.469663,1544.077528,2187.272266 +339410,2293.539703,1085.909889,2167.287489,1576.561683,2187.793686 +339411,2294.987635,1083.888345,2166.075357,1534.311131,2188.303555 +339412,2292.90374,1081.646162,2164.863937,1562.628857,2188.838127 +339413,2290.608247,1079.453486,2163.610191,1542.821288,2189.34364 +339414,2288.218188,1077.233605,2162.333454,1547.327306,2189.843045 +339415,2285.944784,1074.996421,2161.036598,1541.904052,2190.338648 +339416,2283.436856,1072.742246,2159.719074,1539.22491,2190.829361 +339417,2281.149676,1070.471275,2158.3842,1535.94816,2191.318712 +339418,2278.651435,1068.183769,2157.006517,1546.696402,2191.774971 +339419,2276.092133,1065.945538,2155.641675,1508.897269,2192.265824 +339420,2273.607891,1063.529438,2154.255611,1551.437605,2192.749343 +339421,1841.653637,1061.172318,918.4394994,1473.715054,2089.953664 +339422,1943.042622,1189.012278,978.9603361,1545.484828,2188.069349 +339423,2056.823387,1191.318174,1053.07094,1620.717899,2294.216998 +339424,2132.872582,1189.07697,1110.986855,1662.529299,2361.203635 +339425,2172.653434,1187.493257,1150.129168,1675.199685,2394.547224 +339426,2194.543842,1186.068482,1178.239461,1675.633492,2412.721431 +339427,2207.669867,1183.94736,1199.667091,1643.860982,2424.056976 +339428,2216.536006,1181.843498,1216.902693,1616.469489,2432.232327 +339429,2223.439896,1179.430959,1231.250784,1636.608034,2438.826101 +339430,2228.67531,1177.33744,1243.387659,1623.848043,2444.468502 +339431,2232.879797,1174.985256,1253.713645,1620.220741,2449.417398 +339432,2236.253803,1172.689713,1262.513298,1615.696928,2453.792449 +339433,2238.907748,1170.366189,1270.001701,1611.152866,2457.632748 +339434,2240.992484,1168.027214,1276.391816,1602.624873,2461.034585 +339435,2242.633896,1165.675168,1281.864913,1602.497379,2464.081348 +339436,2243.897368,1163.313486,1286.554701,1596.218392,2466.803402 +339437,2244.843665,1160.943104,1290.577091,1590.937591,2469.238771 +339438,2245.523786,1158.563614,1294.0332,1585.996994,2471.623593 +339439,2245.978922,1156.100805,1297.0054,1580.825711,2473.587183 +339440,2246.243817,1176.420896,1299.565558,1571.316361,2475.357775 +339441,2246.343393,1117.225969,1301.944994,1571.259122,2476.958932 +339442,2246.29899,1166.078075,1303.840035,1563.925277,2478.41171 +339443,2246.099272,1156.886762,1305.453404,1558.130925,2479.702428 +339444,2245.786699,1123.028666,1306.836329,1552.72402,2480.876836 +339445,2245.397871,1172.584627,1308.029445,1547.018814,2481.975394 +339446,2244.928203,1105.390892,1309.052037,1541.025337,2482.994686 +339447,2244.380543,1174.065487,1309.921077,1530.340509,2483.939872 +339448,2243.757892,1097.904427,1310.653911,1530.676071,2484.816262 +339449,2243.064207,1166.338362,1311.263235,1522.060139,2485.630098 +339450,2242.30434,1097.690204,1311.763354,1515.70188,2486.38848 +339451,2241.481856,1153.869878,1312.163423,1511.00646,2487.09701 +339452,2240.630983,1101.799071,1312.486776,1507.346958,2487.759756 +339453,2239.776155,1139.759924,1312.75087,1502.619133,2488.380878 +339454,2238.925032,1107.275154,1312.964945,1499.068442,2488.964376 +339455,2238.075225,1124.973905,1313.133294,1495.048813,2489.513441 +339456,2237.221826,1113.230177,1313.258576,1490.862103,2490.031184 +339457,2236.359977,1115.041946,1313.342821,1487.002182,2490.519933 +339458,2235.486035,1111.900083,1313.38796,1483.045594,2490.981702 +339459,2234.568147,1109.899031,1313.381307,1478.906215,2491.386235 +339460,2233.631863,1107.843619,1313.337995,1474.892004,2491.764855 +339461,2232.698788,1105.722877,1313.270936,1470.931024,2492.144148 +339462,2231.754452,1103.609716,1313.175097,1466.714369,2492.511195 +339463,2230.792374,1101.492163,1313.049207,1462.67003,2492.861467 +339464,2229.809581,1099.369549,1312.893433,1458.631506,2493.193743 +339465,2228.804717,1097.241514,1312.708475,1454.323797,2493.508101 +339466,2227.777123,1095.107414,1312.495187,1450.256576,2493.805056 +339467,2226.726434,1092.967,1312.254425,1445.978767,2494.085195 +339468,2225.652468,1090.81971,1311.987031,1441.918395,2494.349152 +339469,2224.55515,1088.726489,1311.693818,1437.169141,2494.597537 +339470,2223.430881,1086.57842,1311.377925,1432.904021,2494.830867 +339471,2222.280963,1084.416412,1311.039589,1423.974781,2495.049991 +339472,2221.10618,1082.244605,1310.677793,1430.87063,2495.254255 +339473,2219.908147,1080.13215,1310.292726,1411.979756,2495.444628 +339474,2218.687692,1077.840724,1309.884984,1418.029945,2495.621951 +339475,2217.174866,1075.693285,1309.454701,1409.857019,2495.785542 +339476,2215.916803,1073.474766,1309.002613,1404.447606,2495.93594 +339477,2214.639836,1071.258806,1308.529145,1395.773173,2496.073038 +339478,2213.338939,1069.033702,1308.034682,1407.251455,2496.196702 +339479,2212.012182,1066.799642,1307.519698,1379.131038,2496.307051 +339480,2210.660118,1064.48814,1306.984943,1400.462866,2496.404854 +339481,0,0,0,0,0 +339482,0,0,0,0,0 +339483,0,0,0,0,0 +339484,0,0,0,0,0 +339485,0,0,0,0,0 +339486,0,0,0,0,0 +339487,0,0,0,0,0 +339488,0,0,0,0,0 +339489,0,0,0,0,0 +339490,0,0,0,0,0 +339491,0,0,0,0,0 +339492,0,0,0,0,0 +339493,0,0,0,0,0 +339494,0,0,0,0,0 +339495,0,0,0,0,0 +339496,0,0,0,0,0 +339497,0,0,0,0,0 +339498,0,0,0,0,0 +339499,0,0,0,0,0 +339500,0,0,0,0,0 +339501,0,0,0,0,0 +339502,0,0,0,0,0 +339503,0,0,0,0,0 +339504,0,0,0,0,0 +339505,0,0,0,0,0 +339506,0,0,0,0,0 +339507,0,0,0,0,0 +339508,0,0,0,0,0 +339509,0,0,0,0,0 +339510,0,0,0,0,0 +339511,0,0,0,0,0 +339512,0,0,0,0,0 +339513,0,0,0,0,0 +339514,0,0,0,0,0 +339515,0,0,0,0,0 +339516,0,0,0,0,0 +339517,0,0,0,0,0 +339518,0,0,0,0,0 +339519,0,0,0,0,0 +339520,0,0,0,0,0 +339521,0,0,0,0,0 +339522,0,0,0,0,0 +339523,0,0,0,0,0 +339524,0,0,0,0,0 +339525,0,0,0,0,0 +339526,0,0,0,0,0 +339527,0,0,0,0,0 +339528,0,0,0,0,0 +339529,0,0,0,0,0 +339530,0,0,0,0,0 +339531,0,0,0,0,0 +339532,0,0,0,0,0 +339533,0,0,0,0,0 +339534,0,0,0,0,0 +339535,0,0,0,0,0 +339536,0,0,0,0,0 +339537,0,0,0,0,0 +339538,0,0,0,0,0 +339539,0,0,0,0,0 +339540,0,0,0,0,0 +339541,0,0,0,0,0 +339542,0,0,0,0,0 +339543,0,0,0,0,0 +339544,0,0,0,0,0 +339545,0,0,0,0,0 +339546,0,0,0,0,0 +339547,0,0,0,0,0 +339548,0,0,0,0,0 +339549,0,0,0,0,0 +339550,0,0,0,0,0 +339551,0,0,0,0,0 +339552,0,0,0,0,0 +339553,0,0,0,0,0 +339554,0,0,0,0,0 +339555,0,0,0,0,0 +339556,0,0,0,0,0 +339557,0,0,0,0,0 +339558,0,0,0,0,0 +339559,0,0,0,0,0 +339560,0,0,0,0,0 +339561,0,0,0,0,0 +339562,0,0,0,0,0 +339563,0,0,0,0,0 +339564,0,0,0,0,0 +339565,0,0,0,0,0 +339566,0,0,0,0,0 +339567,0,0,0,0,0 +339568,0,0,0,0,0 +339569,0,0,0,0,0 +339570,0,0,0,0,0 +339571,0,0,0,0,0 +339572,0,0,0,0,0 +339573,0,0,0,0,0 +339574,0,0,0,0,0 +339575,0,0,0,0,0 +339576,0,0,0,0,0 +339577,0,0,0,0,0 +339578,0,0,0,0,0 +339579,0,0,0,0,0 +339580,0,0,0,0,0 +339581,0,0,0,0,0 +339582,0,0,0,0,0 +339583,0,0,0,0,0 +339584,0,0,0,0,0 +339585,0,0,0,0,0 +339586,0,0,0,0,0 +339587,0,0,0,0,0 +339588,0,0,0,0,0 +339589,0,0,0,0,0 +339590,0,0,0,0,0 +339591,0,0,0,0,0 +339592,0,0,0,0,0 +339593,0,0,0,0,0 +339594,0,0,0,0,0 +339595,0,0,0,0,0 +339596,0,0,0,0,0 +339597,0,0,0,0,0 +339598,0,0,0,0,0 +339599,0,0,0,0,0 +339600,0,0,0,0,0 +339601,0,0,0,0,0 +339602,0,0,0,0,0 +339603,0,0,0,0,0 +339604,0,0,0,0,0 +339605,0,0,0,0,0 +339606,0,0,0,0,0 +339607,0,0,0,0,0 +339608,0,0,0,0,0 +339609,0,0,0,0,0 +339610,0,0,0,0,0 +339611,0,0,0,0,0 +339612,0,0,0,0,0 +339613,0,0,0,0,0 +339614,0,0,0,0,0 +339615,0,0,0,0,0 +339616,0,0,0,0,0 +339617,0,0,0,0,0 +339618,0,0,0,0,0 +339619,0,0,0,0,0 +339620,0,0,0,0,0 +339621,0,0,0,0,0 +339622,0,0,0,0,0 +339623,0,0,0,0,0 +339624,0,0,0,0,0 +339625,0,0,0,0,0 +339626,0,0,0,0,0 +339627,0,0,0,0,0 +339628,0,0,0,0,0 +339629,0,0,0,0,0 +339630,0,0,0,0,0 +339631,0,0,0,0,0 +339632,0,0,0,0,0 +339633,0,0,0,0,0 +339634,0,0,0,0,0 +339635,0,0,0,0,0 +339636,0,0,0,0,0 +339637,0,0,0,0,0 +339638,0,0,0,0,0 +339639,0,0,0,0,0 +339640,0,0,0,0,0 +339641,0,0,0,0,0 +339642,0,0,0,0,0 +339643,0,0,0,0,0 +339644,0,0,0,0,0 +339645,0,0,0,0,0 +339646,0,0,0,0,0 +339647,0,0,0,0,0 +339648,0,0,0,0,0 +339649,0,0,0,0,0 +339650,0,0,0,0,0 +339651,0,0,0,0,0 +339652,0,0,0,0,0 +339653,0,0,0,0,0 +339654,0,0,0,0,0 +339655,0,0,0,0,0 +339656,0,0,0,0,0 +339657,0,0,0,0,0 +339658,0,0,0,0,0 +339659,0,0,0,0,0 +339660,0,0,0,0,0 +339661,0,0,0,0,0 +339662,0,0,0,0,0 +339663,0,0,0,0,0 +339664,0,0,0,0,0 +339665,0,0,0,0,0 +339666,0,0,0,0,0 +339667,0,0,0,0,0 +339668,0,0,0,0,0 +339669,0,0,0,0,0 +339670,0,0,0,0,0 +339671,0,0,0,0,0 +339672,0,0,0,0,0 +339673,0,0,0,0,0 +339674,0,0,0,0,0 +339675,0,0,0,0,0 +339676,0,0,0,0,0 +339677,0,0,0,0,0 +339678,0,0,0,0,0 +339679,0,0,0,0,0 +339680,0,0,0,0,0 +339681,0,0,0,0,0 +339682,0,0,0,0,0 +339683,0,0,0,0,0 +339684,0,0,0,0,0 +339685,0,0,0,0,0 +339686,0,0,0,0,0 +339687,0,0,0,0,0 +339688,0,0,0,0,0 +339689,0,0,0,0,0 +339690,0,0,0,0,0 +339691,0,0,0,0,0 +339692,0,0,0,0,0 +339693,0,0,0,0,0 +339694,0,0,0,0,0 +339695,0,0,0,0,0 +339696,0,0,0,0,0 +339697,0,0,0,0,0 +339698,0,0,0,0,0 +339699,0,0,0,0,0 +339700,0,0,0,0,0 +339701,0,0,0,0,0 +339702,0,0,0,0,0 +339703,0,0,0,0,0 +339704,0,0,0,0,0 +339705,0,0,0,0,0 +339706,0,0,0,0,0 +339707,0,0,0,0,0 +339708,0,0,0,0,0 +339709,0,0,0,0,0 +339710,0,0,0,0,0 +339711,0,0,0,0,0 +339712,0,0,0,0,0 +339713,0,0,0,0,0 +339714,0,0,0,0,0 +339715,0,0,0,0,0 +339716,0,0,0,0,0 +339717,0,0,0,0,0 +339718,0,0,0,0,0 +339719,0,0,0,0,0 +339720,0,0,0,0,0 +339721,0,0,0,0,0 +339722,0,0,0,0,0 +339723,0,0,0,0,0 +339724,0,0,0,0,0 +339725,0,0,0,0,0 +339726,0,0,0,0,0 +339727,0,0,0,0,0 +339728,0,0,0,0,0 +339729,0,0,0,0,0 +339730,0,0,0,0,0 +339731,0,0,0,0,0 +339732,0,0,0,0,0 +339733,0,0,0,0,0 +339734,0,0,0,0,0 +339735,0,0,0,0,0 +339736,0,0,0,0,0 +339737,0,0,0,0,0 +339738,0,0,0,0,0 +339739,0,0,0,0,0 +339740,0,0,0,0,0 +339741,0,0,0,0,0 +339742,0,0,0,0,0 +339743,0,0,0,0,0 +339744,0,0,0,0,0 +339745,0,0,0,0,0 +339746,0,0,0,0,0 +339747,0,0,0,0,0 +339748,0,0,0,0,0 +339749,0,0,0,0,0 +339750,0,0,0,0,0 +339751,0,0,0,0,0 +339752,0,0,0,0,0 +339753,0,0,0,0,0 +339754,0,0,0,0,0 +339755,0,0,0,0,0 +339756,0,0,0,0,0 +339757,0,0,0,0,0 +339758,0,0,0,0,0 +339759,0,0,0,0,0 +339760,0,0,0,0,0 +339761,0,0,0,0,0 +339762,0,0,0,0,0 +339763,0,0,0,0,0 +339764,0,0,0,0,0 +339765,0,0,0,0,0 +339766,0,0,0,0,0 +339767,0,0,0,0,0 +339768,0,0,0,0,0 +339769,0,0,0,0,0 +339770,0,0,0,0,0 +339771,0,0,0,0,0 +339772,0,0,0,0,0 +339773,0,0,0,0,0 +339774,0,0,0,0,0 +339775,0,0,0,0,0 +339776,0,0,0,0,0 +339777,0,0,0,0,0 +339778,0,0,0,0,0 +339779,0,0,0,0,0 +339780,0,0,0,0,0 +339781,0,0,0,0,0 +339782,0,0,0,0,0 +339783,0,0,0,0,0 +339784,0,0,0,0,0 +339785,0,0,0,0,0 +339786,0,0,0,0,0 +339787,0,0,0,0,0 +339788,0,0,0,0,0 +339789,0,0,0,0,0 +339790,0,0,0,0,0 +339791,0,0,0,0,0 +339792,0,0,0,0,0 +339793,0,0,0,0,0 +339794,0,0,0,0,0 +339795,0,0,0,0,0 +339796,0,0,0,0,0 +339797,0,0,0,0,0 +339798,0,0,0,0,0 +339799,0,0,0,0,0 +339800,0,0,0,0,0 +339801,0,0,0,0,0 +339802,0,0,0,0,0 +339803,0,0,0,0,0 +339804,0,0,0,0,0 +339805,0,0,0,0,0 +339806,0,0,0,0,0 +339807,0,0,0,0,0 +339808,0,0,0,0,0 +339809,0,0,0,0,0 +339810,0,0,0,0,0 +339811,0,0,0,0,0 +339812,0,0,0,0,0 +339813,0,0,0,0,0 +339814,0,0,0,0,0 +339815,0,0,0,0,0 +339816,0,0,0,0,0 +339817,0,0,0,0,0 +339818,0,0,0,0,0 +339819,0,0,0,0,0 +339820,0,0,0,0,0 +339821,0,0,0,0,0 +339822,0,0,0,0,0 +339823,0,0,0,0,0 +339824,0,0,0,0,0 +339825,0,0,0,0,0 +339826,0,0,0,0,0 +339827,0,0,0,0,0 +339828,0,0,0,0,0 +339829,0,0,0,0,0 +339830,0,0,0,0,0 +339831,0,0,0,0,0 +339832,0,0,0,0,0 +339833,0,0,0,0,0 +339834,0,0,0,0,0 +339835,0,0,0,0,0 +339836,0,0,0,0,0 +339837,0,0,0,0,0 +339838,0,0,0,0,0 +339839,0,0,0,0,0 +339840,0,0,0,0,0 +339841,0,0,0,0,0 +339842,0,0,0,0,0 +339843,0,0,0,0,0 +339844,0,0,0,0,0 +339845,0,0,0,0,0 +339846,0,0,0,0,0 +339847,0,0,0,0,0 +339848,0,0,0,0,0 +339849,0,0,0,0,0 +339850,0,0,0,0,0 +339851,0,0,0,0,0 +339852,0,0,0,0,0 +339853,0,0,0,0,0 +339854,0,0,0,0,0 +339855,0,0,0,0,0 +339856,0,0,0,0,0 +339857,0,0,0,0,0 +339858,0,0,0,0,0 +339859,0,0,0,0,0 +339860,0,0,0,0,0 +339861,0,0,0,0,0 +339862,0,0,0,0,0 +339863,0,0,0,0,0 +339864,0,0,0,0,0 +339865,0,0,0,0,0 +339866,0,0,0,0,0 +339867,0,0,0,0,0 +339868,0,0,0,0,0 +339869,0,0,0,0,0 +339870,0,0,0,0,0 +339871,0,0,0,0,0 +339872,0,0,0,0,0 +339873,0,0,0,0,0 +339874,0,0,0,0,0 +339875,0,0,0,0,0 +339876,0,0,0,0,0 +339877,0,0,0,0,0 +339878,0,0,0,0,0 +339879,0,0,0,0,0 +339880,0,0,0,0,0 +339881,0,0,0,0,0 +339882,0,0,0,0,0 +339883,0,0,0,0,0 +339884,0,0,0,0,0 +339885,0,0,0,0,0 +339886,0,0,0,0,0 +339887,0,0,0,0,0 +339888,0,0,0,0,0 +339889,0,0,0,0,0 +339890,0,0,0,0,0 +339891,0,0,0,0,0 +339892,0,0,0,0,0 +339893,0,0,0,0,0 +339894,0,0,0,0,0 +339895,0,0,0,0,0 +339896,0,0,0,0,0 +339897,0,0,0,0,0 +339898,0,0,0,0,0 +339899,0,0,0,0,0 +339900,0,0,0,0,0 +339901,0,0,0,0,0 +339902,0,0,0,0,0 +339903,0,0,0,0,0 +339904,0,0,0,0,0 +339905,0,0,0,0,0 +339906,0,0,0,0,0 +339907,0,0,0,0,0 +339908,0,0,0,0,0 +339909,0,0,0,0,0 +339910,0,0,0,0,0 +339911,0,0,0,0,0 +339912,0,0,0,0,0 +339913,0,0,0,0,0 +339914,0,0,0,0,0 +339915,0,0,0,0,0 +339916,0,0,0,0,0 +339917,0,0,0,0,0 +339918,0,0,0,0,0 +339919,0,0,0,0,0 +339920,0,0,0,0,0 +339921,0,0,0,0,0 +339922,0,0,0,0,0 +339923,0,0,0,0,0 +339924,0,0,0,0,0 +339925,0,0,0,0,0 +339926,0,0,0,0,0 +339927,0,0,0,0,0 +339928,0,0,0,0,0 +339929,0,0,0,0,0 +339930,0,0,0,0,0 +339931,0,0,0,0,0 +339932,0,0,0,0,0 +339933,0,0,0,0,0 +339934,0,0,0,0,0 +339935,0,0,0,0,0 +339936,0,0,0,0,0 +339937,0,0,0,0,0 +339938,0,0,0,0,0 +339939,0,0,0,0,0 +339940,0,0,0,0,0 +339941,0,0,0,0,0 +339942,0,0,0,0,0 +339943,0,0,0,0,0 +339944,0,0,0,0,0 +339945,0,0,0,0,0 +339946,0,0,0,0,0 +339947,0,0,0,0,0 +339948,0,0,0,0,0 +339949,0,0,0,0,0 +339950,0,0,0,0,0 +339951,0,0,0,0,0 +339952,0,0,0,0,0 +339953,0,0,0,0,0 +339954,0,0,0,0,0 +339955,0,0,0,0,0 +339956,0,0,0,0,0 +339957,0,0,0,0,0 +339958,0,0,0,0,0 +339959,0,0,0,0,0 +339960,0,0,0,0,0 +339961,0,0,0,0,0 +339962,0,0,0,0,0 +339963,0,0,0,0,0 +339964,0,0,0,0,0 +339965,0,0,0,0,0 +339966,0,0,0,0,0 +339967,0,0,0,0,0 +339968,0,0,0,0,0 +339969,0,0,0,0,0 +339970,0,0,0,0,0 +339971,0,0,0,0,0 +339972,0,0,0,0,0 +339973,0,0,0,0,0 +339974,0,0,0,0,0 +339975,0,0,0,0,0 +339976,0,0,0,0,0 +339977,0,0,0,0,0 +339978,0,0,0,0,0 +339979,0,0,0,0,0 +339980,0,0,0,0,0 +339981,0,0,0,0,0 +339982,0,0,0,0,0 +339983,0,0,0,0,0 +339984,0,0,0,0,0 +339985,0,0,0,0,0 +339986,0,0,0,0,0 +339987,0,0,0,0,0 +339988,0,0,0,0,0 +339989,0,0,0,0,0 +339990,0,0,0,0,0 +339991,0,0,0,0,0 +339992,0,0,0,0,0 +339993,0,0,0,0,0 +339994,0,0,0,0,0 +339995,0,0,0,0,0 +339996,0,0,0,0,0 +339997,0,0,0,0,0 +339998,0,0,0,0,0 +339999,0,0,0,0,0 +340000,0,0,0,0,0 +340001,0,0,0,0,0 +340002,0,0,0,0,0 +340003,0,0,0,0,0 +340004,0,0,0,0,0 +340005,0,0,0,0,0 +340006,0,0,0,0,0 +340007,0,0,0,0,0 +340008,0,0,0,0,0 +340009,0,0,0,0,0 +340010,0,0,0,0,0 +340011,0,0,0,0,0 +340012,0,0,0,0,0 +340013,0,0,0,0,0 +340014,0,0,0,0,0 +340015,0,0,0,0,0 +340016,0,0,0,0,0 +340017,0,0,0,0,0 +340018,0,0,0,0,0 +340019,0,0,0,0,0 +340020,0,0,0,0,0 +340021,0,0,0,0,0 +340022,0,0,0,0,0 +340023,0,0,0,0,0 +340024,0,0,0,0,0 +340025,0,0,0,0,0 +340026,0,0,0,0,0 +340027,0,0,0,0,0 +340028,0,0,0,0,0 +340029,0,0,0,0,0 +340030,0,0,0,0,0 +340031,0,0,0,0,0 +340032,0,0,0,0,0 +340033,0,0,0,0,0 +340034,0,0,0,0,0 +340035,0,0,0,0,0 +340036,0,0,0,0,0 +340037,0,0,0,0,0 +340038,0,0,0,0,0 +340039,0,0,0,0,0 +340040,0,0,0,0,0 +340041,0,0,0,0,0 +340042,0,0,0,0,0 +340043,0,0,0,0,0 +340044,0,0,0,0,0 +340045,0,0,0,0,0 +340046,0,0,0,0,0 +340047,0,0,0,0,0 +340048,0,0,0,0,0 +340049,0,0,0,0,0 +340050,0,0,0,0,0 +340051,0,0,0,0,0 +340052,0,0,0,0,0 +340053,0,0,0,0,0 +340054,0,0,0,0,0 +340055,0,0,0,0,0 +340056,0,0,0,0,0 +340057,0,0,0,0,0 +340058,0,0,0,0,0 +340059,0,0,0,0,0 +340060,0,0,0,0,0 +340061,0,0,0,0,0 +340062,0,0,0,0,0 +340063,0,0,0,0,0 +340064,0,0,0,0,0 +340065,0,0,0,0,0 +340066,0,0,0,0,0 +340067,0,0,0,0,0 +340068,0,0,0,0,0 +340069,0,0,0,0,0 +340070,0,0,0,0,0 +340071,0,0,0,0,0 +340072,0,0,0,0,0 +340073,0,0,0,0,0 +340074,0,0,0,0,0 +340075,0,0,0,0,0 +340076,0,0,0,0,0 +340077,0,0,0,0,0 +340078,0,0,0,0,0 +340079,0,0,0,0,0 +340080,0,0,0,0,0 +340081,0,0,0,0,0 +340082,0,0,0,0,0 +340083,0,0,0,0,0 +340084,0,0,0,0,0 +340085,0,0,0,0,0 +340086,0,0,0,0,0 +340087,0,0,0,0,0 +340088,0,0,0,0,0 +340089,0,0,0,0,0 +340090,0,0,0,0,0 +340091,0,0,0,0,0 +340092,0,0,0,0,0 +340093,0,0,0,0,0 +340094,0,0,0,0,0 +340095,0,0,0,0,0 +340096,0,0,0,0,0 +340097,0,0,0,0,0 +340098,0,0,0,0,0 +340099,0,0,0,0,0 +340100,0,0,0,0,0 +340101,0,0,0,0,0 +340102,0,0,0,0,0 +340103,0,0,0,0,0 +340104,0,0,0,0,0 +340105,0,0,0,0,0 +340106,0,0,0,0,0 +340107,0,0,0,0,0 +340108,0,0,0,0,0 +340109,0,0,0,0,0 +340110,0,0,0,0,0 +340111,0,0,0,0,0 +340112,0,0,0,0,0 +340113,0,0,0,0,0 +340114,0,0,0,0,0 +340115,0,0,0,0,0 +340116,0,0,0,0,0 +340117,0,0,0,0,0 +340118,0,0,0,0,0 +340119,0,0,0,0,0 +340120,0,0,0,0,0 +340121,0,0,0,0,0 +340122,0,0,0,0,0 +340123,0,0,0,0,0 +340124,0,0,0,0,0 +340125,0,0,0,0,0 +340126,0,0,0,0,0 +340127,0,0,0,0,0 +340128,0,0,0,0,0 +340129,0,0,0,0,0 +340130,0,0,0,0,0 +340131,0,0,0,0,0 +340132,0,0,0,0,0 +340133,0,0,0,0,0 +340134,0,0,0,0,0 +340135,0,0,0,0,0 +340136,0,0,0,0,0 +340137,0,0,0,0,0 +340138,0,0,0,0,0 +340139,0,0,0,0,0 +340140,0,0,0,0,0 +340141,0,0,0,0,0 +340142,0,0,0,0,0 +340143,0,0,0,0,0 +340144,0,0,0,0,0 +340145,0,0,0,0,0 +340146,0,0,0,0,0 +340147,0,0,0,0,0 +340148,0,0,0,0,0 +340149,0,0,0,0,0 +340150,0,0,0,0,0 +340151,0,0,0,0,0 +340152,0,0,0,0,0 +340153,0,0,0,0,0 +340154,0,0,0,0,0 +340155,0,0,0,0,0 +340156,0,0,0,0,0 +340157,0,0,0,0,0 +340158,0,0,0,0,0 +340159,0,0,0,0,0 +340160,0,0,0,0,0 +340161,0,0,0,0,0 +340162,0,0,0,0,0 +340163,0,0,0,0,0 +340164,0,0,0,0,0 +340165,0,0,0,0,0 +340166,0,0,0,0,0 +340167,0,0,0,0,0 +340168,0,0,0,0,0 +340169,0,0,0,0,0 +340170,0,0,0,0,0 +340171,0,0,0,0,0 +340172,0,0,0,0,0 +340173,0,0,0,0,0 +340174,0,0,0,0,0 +340175,0,0,0,0,0 +340176,0,0,0,0,0 +340177,0,0,0,0,0 +340178,0,0,0,0,0 +340179,0,0,0,0,0 +340180,0,0,0,0,0 +340181,0,0,0,0,0 +340182,0,0,0,0,0 +340183,0,0,0,0,0 +340184,0,0,0,0,0 +340185,0,0,0,0,0 +340186,0,0,0,0,0 +340187,0,0,0,0,0 +340188,0,0,0,0,0 +340189,0,0,0,0,0 +340190,0,0,0,0,0 +340191,0,0,0,0,0 +340192,0,0,0,0,0 +340193,0,0,0,0,0 +340194,0,0,0,0,0 +340195,0,0,0,0,0 +340196,0,0,0,0,0 +340197,0,0,0,0,0 +340198,0,0,0,0,0 +340199,0,0,0,0,0 +340200,0,0,0,0,0 +340201,0,0,0,0,0 +340202,0,0,0,0,0 +340203,0,0,0,0,0 +340204,0,0,0,0,0 +340205,0,0,0,0,0 +340206,0,0,0,0,0 +340207,0,0,0,0,0 +340208,0,0,0,0,0 +340209,0,0,0,0,0 +340210,0,0,0,0,0 +340211,0,0,0,0,0 +340212,0,0,0,0,0 +340213,0,0,0,0,0 +340214,0,0,0,0,0 +340215,0,0,0,0,0 +340216,0,0,0,0,0 +340217,0,0,0,0,0 +340218,0,0,0,0,0 +340219,0,0,0,0,0 +340220,0,0,0,0,0 +340221,0,0,0,0,0 +340222,0,0,0,0,0 +340223,0,0,0,0,0 +340224,0,0,0,0,0 +340225,0,0,0,0,0 +340226,0,0,0,0,0 +340227,0,0,0,0,0 +340228,0,0,0,0,0 +340229,0,0,0,0,0 +340230,0,0,0,0,0 +340231,0,0,0,0,0 +340232,0,0,0,0,0 +340233,0,0,0,0,0 +340234,0,0,0,0,0 +340235,0,0,0,0,0 +340236,0,0,0,0,0 +340237,0,0,0,0,0 +340238,0,0,0,0,0 +340239,0,0,0,0,0 +340240,0,0,0,0,0 +340241,0,0,0,0,0 +340242,0,0,0,0,0 +340243,0,0,0,0,0 +340244,0,0,0,0,0 +340245,0,0,0,0,0 +340246,0,0,0,0,0 +340247,0,0,0,0,0 +340248,0,0,0,0,0 +340249,0,0,0,0,0 +340250,0,0,0,0,0 +340251,0,0,0,0,0 +340252,0,0,0,0,0 +340253,0,0,0,0,0 +340254,0,0,0,0,0 +340255,0,0,0,0,0 +340256,0,0,0,0,0 +340257,0,0,0,0,0 +340258,0,0,0,0,0 +340259,0,0,0,0,0 +340260,0,0,0,0,0 +340261,-78.84669139,31.08183223,47.04073802,-36.1909672,-296.8533981 +340262,364.2244052,233.1159042,490.9247038,165.3258736,509.7936128 +340263,359.204039,230.6395218,485.4359251,163.0103222,503.5022818 +340264,349.7679172,226.1026074,475.4149475,158.6529562,489.0754893 +340265,339.8888512,221.6832396,465.3273766,154.1554173,472.8189958 +340266,331.2825175,218.2129479,456.9573366,150.3220566,457.7746706 +340267,324.1852985,215.726104,450.4621656,147.2460295,444.6178379 +340268,318.325573,214.0159961,445.4820638,144.7749693,433.1161776 +340269,313.4108782,212.8886096,441.6583606,142.7554352,422.9153655 +340270,309.2332723,212.2151092,438.7489798,141.0801143,413.7648843 +340271,305.6696764,211.9143659,436.6002226,139.6869507,405.5154651 +340272,302.6288339,211.9295061,435.10312,138.5319458,398.0628095 +340273,300.0454719,212.2150639,434.1690918,137.5797995,391.3236963 +340274,297.8556522,212.7325345,433.721689,136.8008345,385.225838 +340275,296.0090897,213.4502081,433.6950744,136.1685634,379.7030666 +340276,294.4609918,214.3397272,434.0311598,135.6620618,374.6963212 +340277,293.1721344,215.3770212,434.6799298,135.2639638,370.1524448 +340278,292.1093422,216.5423759,435.5992861,134.9596922,366.024487 +340279,291.2445279,217.8195767,436.7535976,134.7368943,362.270677 +340280,290.5538307,219.1951651,438.1125484,134.5851395,358.8538341 +340281,290.017074,220.6579609,439.6504124,134.4957303,355.7411928 +340282,289.6170643,222.1985957,441.3452157,134.4613837,352.9036967 +340283,289.3388339,223.8090664,443.1778636,134.4758613,350.315042 +340284,289.2874854,225.827552,445.654471,134.563601,347.9525483 +340285,289.4127467,228.123693,448.5699536,134.7101125,345.7966513 +340286,289.6477029,230.5224517,451.6565726,134.8970761,343.8295181 +340287,289.9540993,232.933128,454.7742583,135.113703,342.0347972 +340288,290.3170743,235.3314723,457.8822135,135.3553538,340.3977425 +340289,290.7322369,237.720726,460.980783,135.6202507,338.9055994 +340290,291.1975786,240.1089856,464.0779441,135.9073106,337.5468409 +340291,291.7111427,242.5021688,467.1790757,136.215572,336.3114426 +340292,292.2673593,244.8890233,470.2633704,136.5422795,335.1903524 +340293,292.861801,247.2620893,473.31676,136.8853521,334.1752091 +340294,293.4917505,249.6206112,476.3361781,137.2436333,333.2578963 +340295,294.1557427,251.967434,479.3245846,137.6165933,332.4316827 +340296,294.8525572,254.3060525,482.28617,138.0038111,331.6904575 +340297,295.5811397,256.6395334,485.2246969,138.4049172,331.0289064 +340298,296.3406578,258.9703792,488.1432953,138.8196186,330.4425331 +340299,297.1301578,261.3005031,491.0442864,139.2475478,329.9269625 +340300,297.9486488,263.6314107,493.9294569,139.6883057,329.4779905 +340301,298.7953467,265.9644038,496.8004196,140.1415751,329.0920212 +340302,299.6695002,268.3005555,499.6585046,140.6070445,328.765699 +340303,300.5703834,270.640742,502.5047908,141.0844054,328.4959099 +340304,301.4972492,272.9856498,505.3400934,141.5733329,328.2796514 +340305,302.4494751,275.3358672,508.1651388,142.073553,328.1143148 +340306,303.4264519,277.6918559,510.9804806,142.5847931,327.9974364 +340307,304.4275639,280.0539606,513.7865036,143.1067738,327.9266825 +340308,305.4522537,282.4224552,516.5835103,143.6392394,327.8999232 +340309,306.4999387,284.7975181,519.3716541,144.1819199,327.915102 +340310,307.5701522,287.179308,522.1510977,144.7345964,327.9704523 +340311,308.6623536,289.5678874,524.9218346,145.2970145,328.0641748 +340312,307.7926928,365.4226903,525.7004676,144.9674149,324.5885156 +340313,306.2889452,383.3341262,525.8153354,144.3499901,319.9565531 +340314,304.8702683,378.07494,525.9860844,143.7719092,315.4772448 +340315,303.5425739,397.530607,526.2189482,143.2354743,311.1650202 +340316,302.2979742,409.0754264,526.5062437,142.7364827,307.0094762 +340317,301.1256224,420.1418553,526.8372628,142.2694762,302.9938684 +340318,300.0157792,431.426417,527.2023671,141.829686,299.1022172 +340319,298.9609969,442.5093409,527.5941815,141.4135426,295.3217366 +340320,297.9553035,453.4600532,528.0067831,141.0182508,291.6416472 +340321,297.445311,889.4845694,528.8868106,140.8467982,288.8736506 +340322,315.7506701,912.7976988,547.7901708,149.3827694,321.1532626 +340323,343.8904316,932.9805506,576.122041,162.3417101,372.6679007 +340324,372.5553413,950.7264739,1632.927413,175.3546879,426.7397628 +340325,397.7818294,967.8745053,1381.113132,186.613985,475.9076334 +340326,419.0753703,984.2788325,1352.372773,195.950365,518.8607022 +340327,437.135118,1000.164758,1448.47015,203.7432724,556.4716855 +340328,452.7182022,1015.725986,1473.683983,210.382077,589.8114072 +340329,466.3576537,1031.023769,1496.752766,216.1368805,619.6386873 +340330,478.4003551,1046.064289,1519.107125,221.1815211,646.4428423 +340331,489.0931411,1061.020439,1540.842175,225.6377897,670.5758779 +340332,498.6344502,1075.721715,1562.002796,229.6017338,692.3314463 +340333,507.1941932,1090.258528,1582.48871,233.153964,711.9731385 +340334,514.9190641,1104.753007,1602.735943,236.3626864,729.7395771 +340335,521.9341752,1119.02027,1622.305481,239.2848751,745.8439154 +340336,528.3452264,1133.143554,1641.442476,241.9676393,760.4747205 +340337,534.2409995,1147.254729,1660.399235,244.4496893,773.7978314 +340338,539.6960011,1161.094127,1678.657248,246.7628059,785.9589441 +340339,544.7728005,1174.975491,1700.950636,248.9331039,797.0861027 +340340,549.5240682,1188.582642,1722.023982,250.9821025,807.2920425 +340341,553.9940896,1202.241553,1733.902978,252.927512,816.6759009 +340342,558.2202022,1215.156611,1728.530103,254.7839557,825.3250365 +340343,562.2338776,1229.285228,1777.256621,256.5635047,833.3164011 +340344,566.0616949,1249.129224,1778.449462,258.2761481,840.717862 +340345,684.0215693,1265.668564,1797.455786,362.358543,847.5891615 +340346,802.0879203,1282.095119,1813.078029,337.7906951,853.9831434 +340347,740.8623978,1298.352212,1828.553914,350.0783404,859.9464957 +340348,787.7794117,1314.422614,1843.379312,363.9334448,865.5201819 +340349,806.7271857,1330.508412,1858.014334,373.5153564,870.7404922 +340350,825.0936092,1346.339026,1872.66625,382.8392749,875.6393428 +340351,842.1822893,1361.148143,1885.724239,391.9067506,880.2451283 +340352,859.7346321,1375.874964,1898.534416,400.5662272,884.5829896 +340353,876.2762322,1390.055426,1910.793854,409.3025685,888.6752769 +340354,892.9306212,1404.37333,1923.164064,417.5650624,892.373951 +340355,908.7349923,1418.315422,1934.821888,426.0874759,895.754971 +340356,925.0906242,1432.145554,1946.507115,433.9641043,898.9057652 +340357,940.3022701,1445.735316,1957.565562,442.3213908,901.8766525 +340358,955.8680094,1459.380793,1968.72756,449.7217747,904.6905738 +340359,970.4917018,1472.502345,1979.449421,457.7847731,907.3592762 +340360,985.84393,1485.828984,1989.802131,465.1561839,909.8916642 +340361,1000.213076,1498.791583,1999.978901,472.6969043,912.2964607 +340362,1014.125317,1511.672865,2010.110223,479.7969094,914.5819256 +340363,1028.640716,1524.394961,2025.953058,487.273839,916.755675 +340364,1042.411413,1536.907184,2028.922485,494.273681,918.8244908 +340365,1055.93011,1549.447965,2029.309467,501.0041278,920.7944439 +340366,1069.247152,1561.766831,2052.878408,508.0642526,922.6707916 +340367,1082.789878,1573.767797,2054.753127,514.7649292,924.4583301 +340368,1095.759722,1585.950504,2064.63142,521.1698657,926.1613385 +340369,1108.4961,1597.785571,2073.090448,528.037303,927.7835302 +340370,1121.335292,1609.490086,2081.068722,534.4080192,929.3284825 +340371,1133.659041,1621.304979,2089.042994,540.5930432,930.7992844 +340372,1145.836977,1640.694315,2096.73337,546.8716116,932.1987684 +340373,1158.344365,1641.570959,2104.227918,552.9231271,933.5295844 +340374,1170.250442,1668.376518,2111.537178,559.1473255,1049.586369 +340375,1182.352306,1659.794273,2118.647525,565.0896386,1142.852831 +340376,1193.614113,1665.226931,2125.647844,570.9173489,1091.149533 +340377,1205.306681,1697.210368,2135.42898,576.8195881,1129.887167 +340378,1216.778947,1696.558194,2143.559181,582.4572488,1144.68649 +340379,1227.866942,1709.791276,2145.221095,588.0160902,1158.613191 +340380,1239.144087,1720.279435,2139.883657,593.7967588,1172.471368 +340381,1454.195625,1797.01415,2373.368491,683.1598627,1582.850195 +340382,1933.862898,2059.871428,2454.225844,900.5100651,2416.936698 +340383,1374.200046,1781.927909,2277.03797,648.9505645,1400.977935 +340384,1953.633137,2053.863645,2439.098557,909.7667144,2452.869792 +340385,1415.917097,1822.79488,2269.222822,669.0768225,1445.538255 +340386,1978.246288,2076.18855,2431.341219,921.8955428,2477.511174 +340387,1437.567529,1840.849449,2259.931433,679.8569137,1461.88324 +340388,2005.355456,2114.38314,2425.430188,935.0469945,2516.665558 +340389,1626.189935,1917.383381,2422.28968,766.2412656,1765.048763 +340390,1781.880391,2021.222569,2417.900604,836.0356945,2074.253914 +340391,1768.403862,2008.791295,2413.131893,830.6551952,2025.937281 +340392,1779.415258,2020.677509,2409.352429,836.024189,2037.420655 +340393,1790.672732,2030.551796,2407.065458,841.4859245,2047.286257 +340394,1801.815336,2046.790161,2405.823448,847.0083013,2056.996811 +340395,1812.763966,2058.472595,2405.229874,852.364342,2066.585635 +340396,1831.071951,2047.245509,2405.033492,859.8969166,2091.792526 +340397,1852.122703,2089.502749,2405.453624,865.5137817,2068.222067 +340398,1851.527682,2086.154292,2406.221146,870.8138164,2094.397343 +340399,1880.197417,2105.913169,2407.052721,876.103207,2105.951337 +340400,1866.401283,2112.484444,2407.84436,881.283143,2110.478532 +340401,1870.727133,2101.982823,2408.645725,886.4481879,2120.306587 +340402,1908.386442,2154.655189,2409.516658,891.4213336,2128.739952 +340403,1904.035539,2120.629788,2412.121417,896.3980703,2136.872297 +340404,1917.5194,2158.384853,2412.050477,901.2830633,2159.143151 +340405,1927.872031,2152.805283,2412.975624,906.2771137,2136.247645 +340406,1937.693227,2165.984828,2414.061434,910.9661778,2164.842523 +340407,1947.794831,2174.163824,2415.487535,915.752563,2169.860123 +340408,1957.557658,2182.557821,2417.168328,920.5170689,2175.845973 +340409,1967.395294,2191.242801,2420.705786,925.175023,2200.241681 +340410,1977.09171,2199.486698,2421.499805,929.8381055,2167.173907 +340411,1986.31187,2207.445872,2422.830487,934.1821555,2226.797039 +340412,1995.559385,2214.954907,2424.25419,938.7085005,2179.270993 +340413,2004.881583,2222.774934,2425.645618,943.0231181,2242.603623 +340414,2013.988877,2230.1007,2426.961479,947.3409963,2196.963723 +340415,2022.837188,2237.420305,2429.952029,951.6020953,2246.947767 +340416,2031.66641,2244.562614,2430.04774,955.7676677,2229.10987 +340417,2040.684247,2251.476035,2430.664684,960.094042,2230.086202 +340418,2049.173726,2258.59725,2431.788868,964.0833658,2264.186215 +340419,2057.778649,2265.309524,2433.199928,968.2113099,2247.850366 +340420,2066.324462,2271.916463,2434.60787,972.2455529,2262.791007 +340421,2074.798995,2285.349775,2436.320914,976.1923137,2267.679779 +340422,2083.201132,2275.463399,2439.76103,980.2374189,2274.174446 +340423,2091.642548,2302.168056,2440.409428,984.1258217,2280.268365 +340424,2099.73016,2294.108688,2441.763043,988.0206016,2286.369976 +340425,2108.005815,2304.778894,2443.248128,991.8729747,2298.373275 +340426,2116.113307,2310.269542,2444.690038,995.6889783,2295.466618 +340427,2124.173153,2316.010701,2446.007114,999.4701108,2305.223299 +340428,2132.051379,2321.683122,2447.267643,1003.273204,2310.587367 +340429,2140.284478,2327.409382,2448.486809,1006.902977,2316.08695 +340430,2147.891287,2332.9313,2449.630064,1010.624487,2321.804628 +340431,2155.812817,2338.315493,2450.703246,1014.208103,2327.193812 +340432,2163.552472,2343.611982,2451.715593,1017.911143,2332.975314 +340433,2171.254043,2348.870815,2452.670374,1021.458031,2338.33167 +340434,2178.90058,2353.896673,2453.564116,1025.024836,2343.526329 +340435,2186.493488,2358.807281,2454.405311,1028.55379,2349.089717 +340436,2194.158385,2363.856451,2455.200686,1032.054082,2354.180702 +340437,2201.456055,2368.63219,2455.947583,1035.526416,2359.321088 +340438,2208.986125,2373.251769,2456.645494,1038.9714,2364.538768 +340439,2216.380286,2377.938376,2457.296956,1042.400302,2369.622334 +340440,2223.72881,2382.338575,2457.904995,1045.795905,2374.679384 +340441,2238.700974,2389.331953,2461.1883,1051.524509,2395.688265 +340442,2244.173343,2393.954286,2464.693855,1055.052434,2395.348578 +340443,2255.698992,2398.160142,2467.789283,1058.516246,2403.732455 +340444,2251.44991,2402.28981,2472.045476,1061.746554,2409.381796 +340445,2286.966174,2406.017288,2473.101499,1065.021077,2414.572356 +340446,2237.360284,2409.85488,2474.445307,1068.071939,2419.976814 +340447,2293.841026,2413.482895,2475.801697,1071.212299,2425.341155 +340448,2280.021938,2416.982968,2477.043982,1074.259199,2430.093836 +340449,2290.125145,2420.385618,2478.211083,1077.279556,2435.591097 +340450,2296.514371,2423.666655,2479.318516,1080.266941,2440.445636 +340451,2302.532087,2426.864981,2480.352441,1083.222992,2445.338308 +340452,2308.765553,2429.927466,2481.315855,1086.149052,2450.004461 +340453,2314.829093,2432.92637,2482.353706,1089.04615,2460.204293 +340454,2320.85519,2435.748028,2483.393684,1091.915491,2452.470475 +340455,2326.829627,2438.529302,2484.15259,1094.757491,2471.814931 +340456,2332.751937,2441.182644,2484.998978,1097.573058,2466.894435 +340457,2338.626358,2443.868865,2487.378946,1100.362199,2474.020238 +340458,2344.442318,2446.055868,2486.956333,1103.128305,2477.936709 +340459,2350.35178,2448.563021,2487.146051,1105.867002,2482.366632 +340460,2355.877947,2450.790001,2487.571266,1110.056064,2486.824507 +340461,2361.654494,2452.933821,2488.102845,1110.668953,2491.065147 +340462,2367.269554,2454.9863,2488.66942,1116.340865,2495.350458 +340463,2372.860027,2456.948183,2489.370993,1114.996094,2504.407184 +340464,2378.273217,2458.783802,2489.949157,1123.432428,2497.251839 +340465,2383.979334,2460.524738,2490.521234,1118.03788,2513.598741 +340466,2389.346942,2462.205778,2491.294945,1131.978183,2511.214245 +340467,2394.789433,2463.74107,2492.043775,1118.717439,2515.298233 +340468,2400.172109,2465.193423,2492.750376,1143.796049,2519.907102 +340469,2405.649175,2466.568748,2493.684238,1114.580807,2528.930545 +340470,2410.747347,2467.813413,2494.55929,1141.009605,2521.460103 +340471,2415.918979,2468.62127,2495.333007,1153.230955,2536.483477 +340472,2420.894628,2469.247203,2496.294478,1115.113794,2535.204688 +340473,2425.832215,2469.742995,2497.22465,1151.22238,2538.283286 +340474,2431.616965,2470.103623,2498.15608,1142.343668,2547.418009 +340475,2436.622789,2470.302461,2498.996887,1145.708097,2541.036676 +340476,2441.561683,2470.487122,2499.919265,1148.249142,2553.682007 +340477,2446.459903,2470.464051,2500.727538,1150.462812,2558.769922 +340478,2451.319416,2470.378542,2501.810534,1152.651833,2551.792971 +340479,2456.14072,2470.13256,2502.686569,1154.818042,2567.950173 +340480,2460.926765,2469.843038,2503.616989,1156.963138,2560.718723 +340481,2465.811485,2469.371929,2504.427438,1159.086932,2569.06095 +340482,2470.322205,2468.842906,2505.217269,1161.19045,2569.900217 +340483,2481.642448,2468.198183,2505.94005,1163.20853,2571.514325 +340484,2469.989268,2467.718958,2508.257569,1165.435677,2575.342109 +340485,2512.733035,2466.529999,2509.497259,1167.335944,2576.790534 +340486,2452.4233,2465.674545,2510.245607,1169.418239,2576.969533 +340487,2510.457942,2464.54329,2510.67321,1171.416104,2576.896409 +340488,2494.50323,2463.298614,2509.122268,1173.403863,2574.531226 +340489,2502.249177,2462.155682,2508.363345,1175.377218,2573.233924 +340490,2506.787241,2460.767386,2509.622201,1177.332738,2574.4921 +340491,2511.373564,2459.157578,2508.406082,1179.268506,2572.808979 +340492,2515.668811,2457.694874,2507.83431,1181.191559,2571.987262 +340493,2520.192053,2456.131196,2509.191757,1183.097559,2573.590483 +340494,2524.295529,2454.135556,2508.030898,1185.051163,2572.176147 +340495,2528.705035,2452.414533,2507.489381,1186.827334,2571.569072 +340496,2532.951281,2450.440023,2507.163021,1188.733028,2571.260839 +340497,2537.191911,2448.390706,2506.945584,1190.566607,2571.119357 +340498,2541.40908,2446.37679,2508.487477,1192.396647,2573.170921 +340499,2545.586254,2443.91904,2507.417898,1194.140693,2572.069123 +340500,2549.752679,2441.848251,2508.616791,1196.043683,2573.776738 +340501,2437.154221,2388.138764,2506.220342,1144.823314,2569.730418 +340502,2439.965137,2381.654397,2497.677723,1145.724742,2556.653598 +340503,2446.552723,2379.693616,2483.850802,1147.215329,2497.347994 +340504,2461.762448,2376.666694,2468.733531,1148.764521,2343.90409 +340505,2437.022225,2373.473403,2454.268339,1150.274579,2463.310852 +340506,2451.606851,2370.658171,2445.981539,1151.824291,2427.930386 +340507,2464.820931,2367.600011,2441.182902,1153.59077,2426.674 +340508,2461.716428,2364.420929,2436.173366,1155.018171,2433.580942 +340509,2467.800216,2361.270878,2433.389109,1156.735912,2429.833012 +340510,2471.784784,2358.117639,2431.766077,1158.363998,2436.463636 +340511,2476.11116,2354.78753,2430.733523,1160.057504,2433.166368 +340512,2480.217926,2351.426343,2430.022133,1161.610972,2438.917962 +340513,2484.347529,2347.991455,2429.453756,1163.355876,2436.120664 +340514,2491.588844,2344.448073,2428.936313,1164.968957,2440.064121 +340515,2490.193981,2341.009813,2430.106585,1166.614867,2439.111084 +340516,2517.671463,2329.832194,2428.318006,1168.20481,2436.433572 +340517,2469.517912,2343.693099,2427.002473,1169.940959,2432.606711 +340518,2520.174776,2317.856362,2425.6505,1171.48337,2427.901011 +340519,2506.178797,2336.855562,2424.095629,1173.225612,2423.196044 +340520,2513.231949,2310.024186,2422.389997,1174.767386,2418.540506 +340521,2517.850037,2321.772228,2420.529436,1176.508085,2413.91132 +340522,2522.004114,2312.241343,2418.709774,1178.118216,2409.49984 +340523,2541.530357,2308.83654,2416.870946,1179.682814,2405.215588 +340524,2506.290562,2304.742384,2415.054072,1181.375252,2401.074055 +340525,2547.956591,2300.539704,2413.27473,1183.053075,2397.088283 +340526,2532.630223,2296.182431,2411.489017,1184.600692,2393.17665 +340527,2560.447361,2291.824224,2409.69347,1186.338155,2389.338223 +340528,2521.845345,2287.379967,2407.955554,1187.874491,2385.627597 +340529,2588.628782,2282.878409,2406.213198,1189.681335,2381.972133 +340530,2513.459626,2278.317337,2404.515339,1191.110767,2378.413224 +340531,2600.512534,2273.348622,2402.938377,1192.326959,2375.047429 +340532,2543.092307,2268.228186,2401.308342,1193.413035,2371.721891 +340533,2561.30904,2263.134553,2399.493782,1194.470184,2368.304866 +340534,2588.885246,2257.629084,2397.638267,1195.424204,2364.967623 +340535,2545.350523,2252.292018,2395.762416,1196.488712,2361.714481 +340536,2606.653245,2246.731853,2394.154352,1197.439575,2358.879333 +340537,2567.218676,2241.191632,2392.559973,1198.436687,2356.141989 +340538,2585.638851,2235.464739,2390.697886,1199.285691,2353.147234 +340539,2586.86506,2229.667228,2388.951375,1200.247779,2350.351975 +340540,2589.544139,2223.84596,2387.396028,1201.086973,2347.840231 +340541,2592.653248,2217.872951,2385.892142,1201.984037,2345.434278 +340542,2595.992137,2211.869933,2384.414872,1202.800716,2343.100525 +340543,2598.921373,2205.886757,2382.94378,1203.662969,2340.809507 +340544,2601.70313,2199.468964,2381.456716,1204.446079,2338.527707 +340545,2605.219718,2193.283599,2379.95632,1205.275412,2336.253676 +340546,2607.925336,2186.967431,2378.443191,1206.02724,2333.982921 +340547,2610.765277,2180.520758,2376.905459,1206.862781,2331.696072 +340548,2613.994638,2173.978056,2375.348604,1207.500841,2329.398206 +340549,2616.514879,2167.418112,2373.777991,1208.215872,2327.092349 +340550,2619.580159,2160.921618,2372.192352,1209.038327,2324.774036 +340551,2622.574738,2153.971199,2370.595378,1209.694704,2322.448028 +340552,2621.660638,2143.028074,2369.073725,1212.544176,2319.981231 +340553,2623.587118,2135.577854,2367.433151,1213.464305,2317.337758 +340554,2626.211635,2128.365355,2365.890872,1214.2952,2314.65032 +340555,2628.996641,2121.274575,2364.427691,1215.094975,2312.039398 +340556,2631.410443,2114.22752,2362.991579,1215.867081,2309.510424 +340557,2634.239269,2106.859464,2361.551644,1216.616475,2307.038801 +340558,2637.071255,2091.095833,2360.162295,1217.346187,2304.683172 +340559,2647.599004,2104.872925,2358.880295,1218.134043,2302.499482 +340560,2630.421967,2060.902803,2357.83378,1218.716421,2300.639773 +340561,2388.39676,1975.621391,2356.348795,1110.168502,2299.278232 +340562,2425.113145,1959.567079,2341.523262,1107.948244,2278.477458 +340563,2391.782544,1935.500418,2321.12617,1106.566863,2249.026094 +340564,2373.905481,1942.558333,2302.697351,1105.491028,2220.810675 +340565,2409.307964,1923.27802,2288.135913,1104.574608,2197.11046 +340566,2405.14018,1918.986319,2277.092107,1103.760435,2177.87921 +340567,2371.082592,1908.568184,2268.683702,1103.010721,2162.228967 +340568,2414.176677,1899.480728,2262.028643,1102.302716,2149.168979 +340569,2379.86558,1890.709751,2256.52277,1101.623873,2137.988833 +340570,2395.480117,1881.577798,2251.85308,1100.966517,2128.30073 +340571,2393.836103,1872.555651,2247.781794,1100.325824,2119.792196 +340572,2392.53477,1863.385592,2244.15773,1099.698367,2112.248455 +340573,2392.946548,1873.748348,2240.845655,1099.081678,2105.467949 +340574,2394.244596,1817.817714,2237.836838,1098.473978,2099.406461 +340575,2390.910603,1861.486744,2235.040621,1097.873562,2093.918905 +340576,2402.672204,1806.966974,2232.364215,1097.279523,2088.85925 +340577,2379.141689,1820.797404,2229.836011,1096.967576,2084.231638 +340578,2395.277873,1800.725522,2227.43859,1096.565811,2079.953803 +340579,2355.122178,1793.29187,2225.009806,1096.184332,2070.75794 +340580,2419.306874,1784.021324,2222.174536,1095.812842,2059.76505 +340581,2341.305076,1774.870899,2221.087608,1095.449941,2064.994308 +340582,2404.690892,1765.62736,2217.826298,1095.08921,2061.046925 +340583,2396.01169,1756.702128,2215.374561,1094.736183,2058.478833 +340584,2344.675891,1747.565384,2213.295649,1094.384363,2056.724359 +340585,2421.040516,1738.656547,2211.445782,1094.034616,2055.407346 +340586,2346.500119,1729.373661,2209.70988,1093.685837,2053.106531 +340587,2415.631085,1720.605914,2207.988248,1093.33714,2050.416852 +340588,2357.23338,1711.545701,2206.22423,1092.987924,2047.746238 +340589,2388.755451,1702.607822,2204.446659,1092.637454,2045.140274 +340590,2407.606093,1693.567466,2202.58074,1092.285022,2042.499848 +340591,2346.110975,1685.130092,2200.72934,1092.229771,2039.9402 +340592,2422.651759,1701.130871,2198.977481,1092.242339,2037.514702 +340593,2362.308312,1632.992937,2197.338094,1092.291483,2035.206195 +340594,2383.244936,1676.651075,2195.705964,1092.368417,2032.874367 +340595,2410.365152,1647.945807,2193.953265,1092.470162,2030.363578 +340596,2352.645351,1643.301868,2192.255681,1092.594065,2027.891068 +340597,2427.016026,1635.230823,2190.903169,1092.738867,2025.81521 +340598,2350.263705,1627.17688,2189.687563,1092.903167,2023.888136 +340599,2429.214607,1619.188881,2188.522692,1093.086164,2022.011284 +340600,2352.484127,1611.160709,2187.317376,1093.287122,2020.074666 +340601,2430.98036,1603.462121,2186.140967,1093.505304,2018.161878 +340602,2365.515141,1595.716469,2184.906906,1093.740122,2016.166471 +340603,2417.006237,1587.883479,2183.52429,1094.061811,2013.975942 +340604,2370.801245,1580.322391,2182.05035,1094.222661,2011.658204 +340605,2424.033154,1572.754567,2180.767788,1094.554225,2009.557522 +340606,2376.708399,1565.17268,2179.552357,1094.839396,2007.524932 +340607,2417.385072,1557.918854,2178.33213,1095.148888,2005.475306 +340608,2394.131106,1550.531706,2177.126496,1095.472457,2003.434268 +340609,2403.79326,1543.308904,2175.856234,1095.809124,2001.304728 +340610,2403.794558,1536.155328,2174.704459,1096.158863,1999.310171 +340611,2404.959335,1529.18393,2173.720239,1096.521083,1997.511824 +340612,2406.584653,1521.963609,2172.831158,1096.895403,1995.823915 +340613,2407.90332,1515.272231,2172.011873,1097.281616,1994.217226 +340614,2409.378033,1508.387319,2171.238008,1097.679303,1992.662322 +340615,2410.858511,1501.6864,2170.497541,1098.088201,1991.144647 +340616,2412.384003,1495.149829,2171.508636,1098.509433,1991.76745 +340617,2413.870602,1488.547781,2169.871475,1098.936807,1989.16098 +340618,2415.390018,1482.094222,2168.811351,1099.307099,1987.250663 +340619,2416.973407,1475.825857,2167.943806,1099.864145,1985.555685 +340620,2418.570251,1469.691412,2168.905668,1100.274292,1986.084694 +340621,2653.547141,1570.65662,2172.006049,1207.359209,1990.026334 +340622,2661.527515,1566.710846,2190.603626,1209.637799,2015.965945 +340623,2664.880852,1562.214021,2214.30841,1211.298262,2050.123185 +340624,2668.142745,1557.645803,2234.397265,1212.986773,2081.186518 +340625,2671.465292,1552.61435,2249.453143,1214.184421,2106.115679 +340626,2674.627077,1548.188125,2260.063439,1215.539828,2125.657668 +340627,2677.597833,1543.46293,2267.621969,1216.764702,2140.837806 +340628,2680.548123,1538.878163,2272.73415,1217.964158,2153.125662 +340629,2683.351015,1534.351139,2277.176049,1219.137008,2163.354797 +340630,2686.119606,1529.899751,2280.880255,1220.25086,2172.031186 +340631,2688.848343,1525.542612,2283.852041,1221.375748,2179.47564 +340632,2691.598447,1521.183686,2286.386641,1222.490425,2185.930221 +340633,2694.3475,1517.255664,2288.600369,1223.593111,2191.580126 +340634,2696.906661,1512.998573,2290.573483,1224.68476,2196.565058 +340635,2707.142809,1511.027202,2292.514042,1225.766349,2201.185854 +340636,2691.823544,1508.411609,2294.355725,1226.838149,2205.145936 +340637,2716.079708,1505.737919,2295.87175,1227.822428,2208.689793 +340638,2697.222712,1502.716192,2297.306185,1228.994925,2211.915248 +340639,2720.561434,1500.347924,2298.696897,1230.028958,2214.890469 +340640,2709.968939,1498.111206,2300.144479,1231.266163,2217.763115 +340641,2715.412097,1495.936496,2301.422755,1232.50291,2220.274658 +340642,2718.677,1493.8101,2304.286086,1234.079884,2224.626017 +340643,2720.291497,1491.717176,2304.519381,1235.68015,2225.608689 +340644,2723.019546,1489.571284,2305.278159,1237.37796,2227.139064 +340645,2725.40231,1487.68668,2306.197018,1239.267398,2228.76574 +340646,2727.88436,1485.630344,2307.191282,1241.037964,2230.398907 +340647,2730.212507,1483.682455,2308.216733,1243.062973,2231.999352 +340648,2732.626497,1481.748758,2309.250886,1245.077905,2233.552683 +340649,2734.999655,1479.841232,2310.279927,1247.155019,2235.048999 +340650,2737.397704,1477.959264,2311.300216,1249.300251,2236.490577 +340651,2739.352677,1476.031064,2312.308424,1251.435648,2237.878825 +340652,2741.866901,1474.1113,2313.298661,1253.62283,2239.220843 +340653,2743.975695,1472.206253,2314.261036,1255.868333,2240.513264 +340654,2746.041843,1470.40897,2315.186342,1258.173058,2241.75006 +340655,2748.188655,1468.402184,2316.268694,1260.53739,2242.9308 +340656,2750.319707,1466.609961,2317.122649,1262.961334,2244.067538 +340657,2752.60873,1464.758866,2319.632478,1265.445481,2247.254669 +340658,2754.264019,1462.941711,2319.478963,1268.031187,2247.150594 +340659,2756.500658,1461.129024,2319.872231,1270.683104,2247.71064 +340660,2758.83972,1459.255482,2322.129129,1273.265173,2250.558538 +340661,2760.271508,1457.613532,2321.830497,1276.051181,2250.239101 +340662,2762.598039,1455.792143,2322.129905,1278.828532,2250.646497 +340663,2764.502564,1454.061849,2322.639679,1281.674365,2251.296124 +340664,2766.409862,1452.334138,2323.248051,1284.580592,2252.055358 +340665,2768.380029,1450.621708,2323.901528,1287.464629,2252.864882 +340666,2770.064603,1448.924642,2324.574913,1290.613261,2253.697607 +340667,2772.352677,1447.243295,2325.260371,1293.64154,2254.545565 +340668,2781.700147,1445.577475,2326.10869,1296.801172,2255.596294 +340669,2766.411249,1443.927096,2326.781543,1300.009401,2256.431559 +340670,2788.121956,1442.292323,2327.39977,1303.277948,2257.199338 +340671,2771.037881,1440.673299,2328.029582,1306.607558,2257.979887 +340672,2791.579137,1439.06972,2328.695752,1310.07987,2258.802866 +340673,2782.89055,1437.482093,2329.484744,1313.408442,2259.777594 +340674,2786.073939,1435.909604,2330.128848,1319.957193,2260.573823 +340675,2789.042848,1434.353015,2330.681395,1318.315835,2261.255453 +340676,2790.867953,1432.811977,2331.26342,1333.496453,2261.971469 +340677,2792.579735,1431.286651,2331.871983,1313.578626,2262.717972 +340678,2794.975156,1429.687517,2332.490437,1338.712098,2263.475279 +340679,2796.91733,1428.323755,2333.082419,1333.845703,2264.199031 +340680,2799.425245,1426.872833,2335.338351,1339.289405,2266.988978 +340681,2847.062369,1448.207582,2336.66835,1366.1355,2268.318941 +340682,2853.298488,1448.285326,2339.166372,1371.674635,2271.414312 +340683,2857.959784,1447.850039,2343.586914,1376.738762,2277.236774 +340684,2868.784347,1447.31832,2347.890032,1381.746309,2283.075315 +340685,2857.274611,1446.70521,2351.219411,1386.714611,2287.760152 +340686,2876.612272,1446.044139,2353.703932,1391.679939,2291.386044 +340687,2873.214663,1445.356276,2356.026324,1396.749194,2294.519616 +340688,2875.709757,1444.653658,2357.714377,1401.632709,2297.04085 +340689,2880.716498,1443.945451,2360.725113,1406.749569,2301.12946 +340690,2883.055105,1443.2309,2360.974157,1411.825148,2301.735747 +340691,2886.607433,1442.520155,2361.681966,1416.966459,2302.826288 +340692,2898.055719,1441.810083,2364.365251,1422.152155,2306.280238 +340693,2885.774859,1441.099401,2364.349791,1427.379208,2306.334902 +340694,2902.311511,1440.396124,2364.765625,1432.657092,2307.056463 +340695,2901.147461,1439.695485,2365.537306,1437.98562,2307.936769 +340696,2902.960384,1438.999537,2366.363637,1443.35987,2308.828954 +340697,2912.932515,1438.309077,2367.267049,1448.783644,2309.7772 +340698,2905.513588,1437.625039,2369.768242,1454.25686,2312.66762 +340699,2924.385449,1436.942989,2369.72265,1461.437731,2312.413333 +340700,2912.61511,1436.270874,2370.258053,1469.797282,2312.85047 +340701,2923.930773,1435.602567,2370.826073,1468.101843,2313.296877 +340702,2924.059694,1434.940968,2371.511713,1472.228416,2314.051078 +340703,2926.227914,1432.4871,2372.197622,1488.653745,2314.553997 +340704,2929.718042,1431.464083,2372.608564,1490.711051,2314.950944 +340705,2933.123706,1430.627187,2372.883083,1497.719122,2315.332709 +340706,2933.50481,1429.84356,2373.062268,1504.121563,2315.772451 +340707,2933.734942,1429.088955,2373.090995,1510.084319,2315.95807 +340708,2933.87551,1428.353403,2372.974356,1516.37064,2315.68805 +340709,2934.006819,1427.633035,2372.754853,1522.597531,2314.811907 +340710,2934.142375,1426.925423,2372.452782,1534.423563,2314.327947 +340711,2934.306902,1426.096433,2372.101971,1530.64908,2313.873502 +340712,2934.504179,1425.250262,2371.716343,1539.526643,2313.174846 +340713,2934.686351,1424.400181,2371.273137,1549.041866,2312.409015 +340714,2934.845369,1423.549049,2370.775052,1552.873636,2311.810639 +340715,2935.003535,1422.698586,2370.242448,1559.604762,2310.988055 +340716,2935.138259,1421.84901,2369.66596,1576.457948,2310.12085 +340717,2935.318011,1421.001164,2369.092821,1556.451141,2309.268341 +340718,2935.519939,1420.154719,2368.512737,1591.592202,2308.420255 +340719,2935.711114,1419.310338,2367.907811,1574.527342,2307.555118 +340720,2935.916272,1418.467756,2367.295919,1595.029643,2306.694266 +340721,2936.107939,1417.627404,2366.661203,1598.03067,2305.817944 +340722,2936.262814,1416.788986,2365.989948,1616.165494,2304.90894 +340723,2936.48508,1415.952934,2365.348954,1589.281364,2304.047587 +340724,2936.977352,1415.118843,2364.868635,1642.301726,2303.392569 +340725,2937.506382,1414.287042,2364.404322,1614.02786,2302.979178 +340726,2937.900006,1413.457225,2363.848718,1631.858841,2302.263513 +340727,2938.423668,1412.629958,2363.369232,1637.613907,2301.648605 +340728,2939.217007,1411.804757,2363.055528,1643.465639,2301.249177 +340729,2940.230905,1410.981974,2362.878563,1649.936379,2301.031371 +340730,2941.41419,1410.161301,2362.809669,1656.663932,2300.962403 +340731,2942.711177,1409.34303,2362.815547,1663.139432,2301.001143 +340732,2944.076789,1408.526763,2362.868361,1669.741121,2301.112391 +340733,2945.485336,1407.71282,2362.951195,1676.221075,2301.27335 +340734,2946.925087,1406.900788,2363.055791,1682.992455,2301.472326 +340735,2948.383867,1406.09096,2363.172548,1689.579496,2301.69463 +340736,2949.853552,1405.28294,2363.295183,1696.224648,2301.931067 +340737,2951.333428,1404.47705,2363.422587,1702.76883,2302.17959 +340738,2952.995834,1403.672937,2363.662961,1719.393951,2302.782154 +340739,2954.801608,1402.870787,2363.99307,1720.589847,2303.297399 +340740,2956.610521,1402.07009,2364.32493,1732.799237,2303.816347 +340741,2958.500385,1368.135632,2364.934346,1703.492851,2305.042293 +340742,2954.982554,1366.928615,2361.566728,1724.582145,2300.398334 +340743,2949.434801,1365.893037,2356.579579,1722.128603,2293.073164 +340744,2944.766676,1364.857919,2352.056093,1734.79468,2286.01795 +340745,2942.012037,1363.755237,2348.771916,1743.48416,2280.43002 +340746,2940.962033,1362.868817,2346.639989,1752.054295,2276.126552 +340747,2941.018946,1361.803437,2345.29613,1760.795616,2273.336579 +340748,2941.731885,1360.813259,2344.455533,1769.868445,2271.116789 +340749,2942.827654,1359.814072,2343.938509,1778.662903,2269.453863 +340750,2944.158762,1358.816713,2343.641185,1787.571076,2268.21724 +340751,2945.651086,1357.82151,2343.504504,1796.318704,2267.325263 +340752,2947.26684,1356.826909,2343.493857,1805.367135,2266.724996 +340753,2948.976214,1355.833805,2343.580607,1814.282968,2266.369086 +340754,2950.752967,1354.840937,2343.739993,1823.14083,2266.214993 +340755,2952.581667,1353.848873,2343.955665,1831.919497,2266.231306 +340756,2954.58216,1352.856386,2344.297956,1846.343841,2266.494465 +340757,2956.622551,1351.94825,2344.680018,1848.020101,2266.887783 +340758,2958.554646,1350.749003,2345.004925,1859.305051,2267.282391 +340759,2960.50494,1349.937554,2345.34844,1868.353061,2267.762951 +340760,2962.508537,1348.873962,2345.729738,1876.960931,2268.345878 +340761,2964.520815,1347.892605,2346.11799,1885.800572,2268.985578 +340762,2966.54651,1346.899154,2346.515408,1894.492245,2269.680232 +340763,2968.730446,1345.905111,2347.012301,1908.656229,2270.536646 +340764,2970.947241,1344.910188,2347.529701,1910.887347,2271.453449 +340765,2973.021335,1343.914767,2347.955399,1921.282534,2272.286285 +340766,2975.090389,1342.918581,2348.376309,1930.596064,2273.141473 +340767,2977.355486,1341.921829,2348.917573,1944.068747,2274.170032 +340768,2979.649552,1340.924,2349.473574,1946.690503,2275.238072 +340769,2981.77393,1339.925467,2349.919218,1956.319692,2276.396571 +340770,2984.00968,1338.842161,2350.431485,1970.721603,2277.44727 +340771,2986.309775,1338.366591,2350.979925,1973.07052,2278.554349 +340772,2988.40382,1337.796392,2351.61773,1981.446822,2279.491143 +340773,2990.528746,1337.342531,2352.125315,1994.016149,2280.432451 +340774,2992.995337,1336.994045,2352.721134,1996.970209,2281.398963 +340775,2995.134254,1336.474159,2353.350212,2008.536717,2282.323746 +340776,2997.212746,1336.159051,2353.992926,2011.906224,2283.191599 +340777,2999.231317,1335.801396,2354.63184,2021.520979,2283.991758 +340778,3001.160034,1335.480206,2355.242311,2024.796514,2284.701446 +340779,3002.88906,1335.18375,2355.74513,2029.701514,2285.227457 +340780,3004.309862,1334.910501,2356.070537,2031.756682,2285.485919 +340781,3005.37365,1334.660313,2356.178734,2034.042781,2285.429049 +340782,3006.10825,1334.432269,2356.085613,2036.760272,2285.077672 +340783,3006.609281,1334.226385,2355.843416,2039.447507,2284.498211 +340784,3006.949694,1334.041791,2355.499568,2042.221219,2283.752562 +340785,3007.202557,1330.484026,2355.096217,2045.033781,2282.896884 +340786,3007.228067,1329.687047,2354.279133,2048.079523,2281.972685 +340787,3007.116072,1329.11607,2353.199386,2051.241064,2281.000039 +340788,3006.982609,1328.836082,2352.066954,2054.380434,2279.993006 +340789,3006.896735,1328.517491,2350.99571,2057.434775,2278.964179 +340790,3006.876188,1328.10803,2350.01484,2060.398475,2277.922349 +340791,3006.91486,1327.894937,2349.117702,2063.288128,2276.877448 +340792,3006.996545,1327.641246,2348.286114,2066.118301,2275.830503 +340793,3007.108961,1327.425177,2347.50666,2068.898046,2274.783472 +340794,3007.248128,1327.234369,2346.775053,2071.633363,2273.745648 +340795,3007.404444,1327.066935,2346.081776,2074.323759,2272.710988 +340796,3007.576899,1326.922334,2345.425858,2076.971087,2271.685813 +340797,3007.75453,1326.800106,2344.801827,2079.574545,2270.666558 +340798,3007.945338,1326.699373,2344.20959,2082.135494,2269.658242 +340799,3008.142103,1326.620028,2343.646619,2084.653792,2268.66054 +340800,3008.347588,1326.55302,2343.109939,2087.128759,2267.671496 +340801,3009.402665,1285.052485,2343.399529,2089.97503,2268.101137 +340802,3001.104408,1223.088178,2336.698791,2087.186011,2257.923219 +340803,2988.890274,1276.689004,2326.924914,2082.554808,2242.555843 +340804,2977.849615,1275.922587,2317.789371,2079.343598,2227.354833 +340805,2970.118371,1230.086164,2310.877556,2078.650822,2214.76276 +340806,2965.386604,1269.687735,2306.066105,2079.902252,2204.872741 +340807,2962.42876,1276.714212,2302.59237,2082.018155,2196.859406 +340808,2960.629457,1228.216978,2300.058446,2084.501104,2190.281455 +340809,2959.528755,1271.055101,2298.156066,2087.063303,2184.770279 +340810,2958.652769,1272.582029,2296.563102,2089.446633,2179.918163 +340811,2958.066703,1232.820302,2295.299276,2091.956455,2175.735882 +340812,2957.641991,1293.187954,2294.260611,2094.164759,2172.07207 +340813,2957.378787,1214.771867,2293.429308,2096.316031,2168.883595 +340814,2956.662384,1272.098226,2292.51231,2097.715318,2165.936548 +340815,2951.243866,1262.387913,2291.364222,2098.492524,2163.325922 +340816,2947.108227,1236.950591,2290.119047,2099.108024,2160.810004 +340817,2945.372162,1276.709346,2288.892179,2099.821689,2158.407032 +340818,2944.91736,1224.614831,2287.822625,2100.777738,2156.245096 +340819,2946.800564,1288.915065,2288.55356,2103.712528,2156.363579 +340820,2945.060745,1214.335945,2286.957741,2103.981021,2153.647805 +340821,2944.497246,1295.00574,2285.957107,2104.837174,2151.715467 +340822,2944.413134,1208.852554,2285.208166,2105.927867,2150.128568 +340823,2944.453741,1298.199172,2284.603557,2107.120621,2148.752527 +340824,2944.516581,1205.732214,2284.130803,2108.382048,2147.571493 +340825,2946.480148,1298.871191,2285.370023,2111.427027,2148.552999 +340826,2944.735783,1205.209567,2284.177985,2111.646015,2146.555457 +340827,2944.239621,1270.519766,2283.55814,2112.422139,2145.290661 +340828,2944.067474,1257.854049,2283.032772,2113.270955,2144.151341 +340829,2944.045249,1236.645603,2282.632523,2114.21987,2143.173799 +340830,2944.021534,1270.760453,2282.328009,2115.216366,2142.322984 +340831,2943.893354,1224.662354,2282.098453,2116.221514,2141.574723 +340832,2945.552137,1281.405078,2283.438626,2119.274656,2142.896033 +340833,2943.430484,1213.306502,2282.165197,2119.522482,2141.170355 +340834,2942.44501,1283.929148,2281.223703,2120.473676,2140.054397 +340835,2941.882541,1208.088708,2280.302759,2121.784662,2139.132505 +340836,2941.389311,1281.956161,2279.344094,2123.319264,2138.307703 +340837,2940.848879,1206.08969,2278.354982,2125.018106,2137.570769 +340838,2940.201453,1277.145025,2277.30347,2126.785142,2136.867971 +340839,2939.558045,1206.043091,2276.013328,2128.603483,2136.20294 +340840,2938.752647,1270.532231,2274.855363,2130.605328,2135.545653 +340841,2937.90976,1207.215987,2273.644816,2132.420502,2134.897794 +340842,2937.180377,1262.755546,2272.583135,2134.342587,2134.631757 +340843,2936.49841,1209.054616,2271.662401,2136.503098,2134.728197 +340844,2935.645145,1254.108498,2270.653991,2138.549299,2134.775357 +340845,2934.677469,1211.428523,2269.562509,2140.152201,2134.770953 +340846,2933.635675,1244.740791,2268.393685,2142.315203,2134.716251 +340847,2932.537612,1214.195605,2267.154531,2144.270326,2134.615882 +340848,2923.57515,1234.930534,2265.696884,2146.324423,2134.282261 +340849,2932.99167,1216.966665,2264.188949,2148.183457,2133.921218 +340850,2931.152638,1224.994316,2262.885335,2150.312226,2133.848196 +340851,2921.169113,1219.723754,2261.447975,2152.562782,2133.644115 +340852,2931.596447,1218.64091,2259.925178,2154.565171,2133.369135 +340853,2930.532642,1216.774094,2258.609876,2156.831651,2133.386931 +340854,2923.358789,1215.001689,2258.827357,2160.803835,2135.351818 +340855,2932.327495,1213.009833,2256.459747,2161.924997,2134.147549 +340856,2930.963321,1211.147893,2254.766848,2163.839806,2133.814045 +340857,2930.064828,1209.195604,2253.247828,2166.228406,2133.718994 +340858,2923.462465,1207.224877,2253.183473,2170.078742,2135.463271 +340859,2935.567889,1208.118912,2250.647837,2171.173399,2134.171641 +340860,2938.233127,1206.661562,2249.288781,2174.058274,2133.964059 +340861,2018.629133,1204.945663,1072.493385,1713.373843,2412.545364 +340862,2087.765528,1333.28536,1109.817625,1774.321522,2448.948768 +340863,2163.159165,1337.182331,1152.931407,1838.05933,2472.772566 +340864,2229.830064,1336.078825,1192.65123,1888.914388,2488.510925 +340865,2283.477298,1336.299522,1226.18148,1924.272509,2500.397501 +340866,2324.977335,1335.17641,1253.422385,1947.117786,2509.686191 +340867,2357.179878,1333.885385,1275.623185,1961.700409,2517.081286 +340868,2382.869487,1332.350977,1294.08709,1971.893807,2523.221394 +340869,2403.879924,1330.962585,1309.864413,1979.792747,2528.507469 +340870,2421.300405,1329.32144,1323.1438,1986.360175,2533.139594 +340871,2435.884024,1327.704221,1334.495454,1992.047866,2537.271426 +340872,2448.185525,1326.024673,1344.225224,1997.103613,2541.001491 +340873,2458.616011,1324.286024,1352.573627,2001.669218,2544.368828 +340874,2467.516333,1322.526082,1359.748448,2005.863209,2547.410963 +340875,2475.171431,1320.736777,1365.92944,2009.784938,2550.167701 +340876,2481.813776,1318.916631,1371.269046,2013.508719,2552.676466 +340877,2487.601319,1317.06926,1375.880989,2017.062731,2554.939606 +340878,2492.709266,1315.194014,1379.884641,2020.502202,2557.013861 +340879,2497.278817,1313.293503,1383.379959,2023.867315,2558.947916 +340880,2501.392264,1311.366354,1386.43542,2027.162177,2560.749899 +340881,2505.120341,1309.414425,1389.111035,2030.39217,2562.433003 +340882,2508.521964,1307.435976,1391.458224,2033.562511,2564.011218 +340883,2511.645375,1305.514636,1393.520533,2036.677564,2565.497572 +340884,2514.529841,1303.27742,1395.334725,2039.740655,2566.903765 +340885,2517.206954,1303.790495,1396.93175,2042.754026,2568.239964 +340886,2519.754616,1302.062744,1398.434553,2045.515531,2569.51505 +340887,2522.177433,1300.134632,1399.834104,2048.122411,2570.736657 +340888,2524.465585,1298.091424,1401.097792,2050.701289,2571.911105 +340889,2526.617089,1295.982094,1402.212119,2053.310326,2573.043712 +340890,2528.63792,1293.818786,1403.181785,2055.951158,2574.139109 +340891,2530.536833,1292.211025,1404.019151,2058.602847,2575.201204 +340892,2532.301307,1290.700622,1404.761107,2061.055812,2576.230879 +340893,2533.930603,1289.225974,1405.437048,2063.190243,2577.231733 +340894,2535.433461,1287.770616,1406.062306,2064.999468,2578.207409 +340895,2536.821168,1286.327825,1406.643202,2066.530257,2579.16059 +340896,2538.103842,1284.893795,1407.182425,2067.834849,2580.09314 +340897,2539.289519,1283.466574,1407.681791,2068.952116,2581.00641 +340898,2540.384631,1282.044623,1408.143092,2069.906751,2581.901468 +340899,2541.39424,1280.626368,1408.568135,2070.9,2582.779186 +340900,2542.322634,1279.211566,1408.958643,2071.557946,2583.640283 +340901,2543.173383,1277.799076,1409.31617,2072.082545,2584.485317 +340902,2543.94956,1276.306763,1409.642125,2072.486808,2585.314744 +340903,2544.65384,1275.018844,1409.937784,2072.779199,2586.128935 +340904,2545.28857,1273.549451,1410.204325,2072.962134,2586.928205 +340905,2545.855742,1272.153831,1410.442813,2073.036535,2587.712751 +340906,2546.357116,1270.74469,1410.654239,2073.004051,2588.482731 +340907,2546.794285,1269.33492,1410.839528,2072.867032,2589.238255 +340908,2547.168676,1267.93858,1410.999551,2072.627996,2589.979415 +340909,2547.489145,1266.530232,1411.135712,2072.30687,2590.706258 +340910,2547.754586,1265.118646,1411.248636,2071.89897,2591.41884 +340911,2547.962172,1263.705015,1411.338757,2071.396136,2592.117166 +340912,2548.110628,1262.368777,1411.406594,2070.79501,2592.801235 +340913,2548.200245,1260.831825,1411.452735,2069.909437,2593.471005 +340914,2548.232017,1259.47044,1411.47781,2069.126539,2594.12645 +340915,2548.207035,1258.034886,1411.482443,2068.255808,2594.767555 +340916,2548.126278,1256.609504,1411.467231,2067.292667,2595.394305 +340917,2547.99056,1255.181834,1411.432736,2066.236444,2596.006662 +340918,2547.800664,1253.751386,1411.3795,2065.088965,2596.6046 +340919,2547.557322,1252.318358,1411.308038,2063.852646,2597.18808 +340920,2547.261207,1250.803118,1411.218852,2062.529572,2597.757083 +340921,0,0,0,0,0 +340922,0,0,0,0,0 +340923,0,0,0,0,0 +340924,0,0,0,0,0 +340925,0,0,0,0,0 +340926,0,0,0,0,0 +340927,0,0,0,0,0 +340928,0,0,0,0,0 +340929,0,0,0,0,0 +340930,0,0,0,0,0 +340931,0,0,0,0,0 +340932,0,0,0,0,0 +340933,0,0,0,0,0 +340934,0,0,0,0,0 +340935,0,0,0,0,0 +340936,0,0,0,0,0 +340937,0,0,0,0,0 +340938,0,0,0,0,0 +340939,0,0,0,0,0 +340940,0,0,0,0,0 +340941,0,0,0,0,0 +340942,0,0,0,0,0 +340943,0,0,0,0,0 +340944,0,0,0,0,0 +340945,0,0,0,0,0 +340946,0,0,0,0,0 +340947,0,0,0,0,0 +340948,0,0,0,0,0 +340949,0,0,0,0,0 +340950,0,0,0,0,0 +340951,0,0,0,0,0 +340952,0,0,0,0,0 +340953,0,0,0,0,0 +340954,0,0,0,0,0 +340955,0,0,0,0,0 +340956,0,0,0,0,0 +340957,0,0,0,0,0 +340958,0,0,0,0,0 +340959,0,0,0,0,0 +340960,0,0,0,0,0 +340961,0,0,0,0,0 +340962,0,0,0,0,0 +340963,0,0,0,0,0 +340964,0,0,0,0,0 +340965,0,0,0,0,0 +340966,0,0,0,0,0 +340967,0,0,0,0,0 +340968,0,0,0,0,0 +340969,0,0,0,0,0 +340970,0,0,0,0,0 +340971,0,0,0,0,0 +340972,0,0,0,0,0 +340973,0,0,0,0,0 +340974,0,0,0,0,0 +340975,0,0,0,0,0 +340976,0,0,0,0,0 +340977,0,0,0,0,0 +340978,0,0,0,0,0 +340979,0,0,0,0,0 +340980,0,0,0,0,0 +340981,0,0,0,0,0 +340982,0,0,0,0,0 +340983,0,0,0,0,0 +340984,0,0,0,0,0 +340985,0,0,0,0,0 +340986,0,0,0,0,0 +340987,0,0,0,0,0 +340988,0,0,0,0,0 +340989,0,0,0,0,0 +340990,0,0,0,0,0 +340991,0,0,0,0,0 +340992,0,0,0,0,0 +340993,0,0,0,0,0 +340994,0,0,0,0,0 +340995,0,0,0,0,0 +340996,0,0,0,0,0 +340997,0,0,0,0,0 +340998,0,0,0,0,0 +340999,0,0,0,0,0 +341000,0,0,0,0,0 +341001,0,0,0,0,0 +341002,0,0,0,0,0 +341003,0,0,0,0,0 +341004,0,0,0,0,0 +341005,0,0,0,0,0 +341006,0,0,0,0,0 +341007,0,0,0,0,0 +341008,0,0,0,0,0 +341009,0,0,0,0,0 +341010,0,0,0,0,0 +341011,0,0,0,0,0 +341012,0,0,0,0,0 +341013,0,0,0,0,0 +341014,0,0,0,0,0 +341015,0,0,0,0,0 +341016,0,0,0,0,0 +341017,0,0,0,0,0 +341018,0,0,0,0,0 +341019,0,0,0,0,0 +341020,0,0,0,0,0 +341021,0,0,0,0,0 +341022,0,0,0,0,0 +341023,0,0,0,0,0 +341024,0,0,0,0,0 +341025,0,0,0,0,0 +341026,0,0,0,0,0 +341027,0,0,0,0,0 +341028,0,0,0,0,0 +341029,0,0,0,0,0 +341030,0,0,0,0,0 +341031,0,0,0,0,0 +341032,0,0,0,0,0 +341033,0,0,0,0,0 +341034,0,0,0,0,0 +341035,0,0,0,0,0 +341036,0,0,0,0,0 +341037,0,0,0,0,0 +341038,0,0,0,0,0 +341039,0,0,0,0,0 +341040,0,0,0,0,0 +341041,0,0,0,0,0 +341042,0,0,0,0,0 +341043,0,0,0,0,0 +341044,0,0,0,0,0 +341045,0,0,0,0,0 +341046,0,0,0,0,0 +341047,0,0,0,0,0 +341048,0,0,0,0,0 +341049,0,0,0,0,0 +341050,0,0,0,0,0 +341051,0,0,0,0,0 +341052,0,0,0,0,0 +341053,0,0,0,0,0 +341054,0,0,0,0,0 +341055,0,0,0,0,0 +341056,0,0,0,0,0 +341057,0,0,0,0,0 +341058,0,0,0,0,0 +341059,0,0,0,0,0 +341060,0,0,0,0,0 +341061,0,0,0,0,0 +341062,0,0,0,0,0 +341063,0,0,0,0,0 +341064,0,0,0,0,0 +341065,0,0,0,0,0 +341066,0,0,0,0,0 +341067,0,0,0,0,0 +341068,0,0,0,0,0 +341069,0,0,0,0,0 +341070,0,0,0,0,0 +341071,0,0,0,0,0 +341072,0,0,0,0,0 +341073,0,0,0,0,0 +341074,0,0,0,0,0 +341075,0,0,0,0,0 +341076,0,0,0,0,0 +341077,0,0,0,0,0 +341078,0,0,0,0,0 +341079,0,0,0,0,0 +341080,0,0,0,0,0 +341081,0,0,0,0,0 +341082,0,0,0,0,0 +341083,0,0,0,0,0 +341084,0,0,0,0,0 +341085,0,0,0,0,0 +341086,0,0,0,0,0 +341087,0,0,0,0,0 +341088,0,0,0,0,0 +341089,0,0,0,0,0 +341090,0,0,0,0,0 +341091,0,0,0,0,0 +341092,0,0,0,0,0 +341093,0,0,0,0,0 +341094,0,0,0,0,0 +341095,0,0,0,0,0 +341096,0,0,0,0,0 +341097,0,0,0,0,0 +341098,0,0,0,0,0 +341099,0,0,0,0,0 +341100,0,0,0,0,0 +341101,0,0,0,0,0 +341102,0,0,0,0,0 +341103,0,0,0,0,0 +341104,0,0,0,0,0 +341105,0,0,0,0,0 +341106,0,0,0,0,0 +341107,0,0,0,0,0 +341108,0,0,0,0,0 +341109,0,0,0,0,0 +341110,0,0,0,0,0 +341111,0,0,0,0,0 +341112,0,0,0,0,0 +341113,0,0,0,0,0 +341114,0,0,0,0,0 +341115,0,0,0,0,0 +341116,0,0,0,0,0 +341117,0,0,0,0,0 +341118,0,0,0,0,0 +341119,0,0,0,0,0 +341120,0,0,0,0,0 +341121,0,0,0,0,0 +341122,0,0,0,0,0 +341123,0,0,0,0,0 +341124,0,0,0,0,0 +341125,0,0,0,0,0 +341126,0,0,0,0,0 +341127,0,0,0,0,0 +341128,0,0,0,0,0 +341129,0,0,0,0,0 +341130,0,0,0,0,0 +341131,0,0,0,0,0 +341132,0,0,0,0,0 +341133,0,0,0,0,0 +341134,0,0,0,0,0 +341135,0,0,0,0,0 +341136,0,0,0,0,0 +341137,0,0,0,0,0 +341138,0,0,0,0,0 +341139,0,0,0,0,0 +341140,0,0,0,0,0 +341141,0,0,0,0,0 +341142,0,0,0,0,0 +341143,0,0,0,0,0 +341144,0,0,0,0,0 +341145,0,0,0,0,0 +341146,0,0,0,0,0 +341147,0,0,0,0,0 +341148,0,0,0,0,0 +341149,0,0,0,0,0 +341150,0,0,0,0,0 +341151,0,0,0,0,0 +341152,0,0,0,0,0 +341153,0,0,0,0,0 +341154,0,0,0,0,0 +341155,0,0,0,0,0 +341156,0,0,0,0,0 +341157,0,0,0,0,0 +341158,0,0,0,0,0 +341159,0,0,0,0,0 +341160,0,0,0,0,0 +341161,0,0,0,0,0 +341162,0,0,0,0,0 +341163,0,0,0,0,0 +341164,0,0,0,0,0 +341165,0,0,0,0,0 +341166,0,0,0,0,0 +341167,0,0,0,0,0 +341168,0,0,0,0,0 +341169,0,0,0,0,0 +341170,0,0,0,0,0 +341171,0,0,0,0,0 +341172,0,0,0,0,0 +341173,0,0,0,0,0 +341174,0,0,0,0,0 +341175,0,0,0,0,0 +341176,0,0,0,0,0 +341177,0,0,0,0,0 +341178,0,0,0,0,0 +341179,0,0,0,0,0 +341180,0,0,0,0,0 +341181,0,0,0,0,0 +341182,0,0,0,0,0 +341183,0,0,0,0,0 +341184,0,0,0,0,0 +341185,0,0,0,0,0 +341186,0,0,0,0,0 +341187,0,0,0,0,0 +341188,0,0,0,0,0 +341189,0,0,0,0,0 +341190,0,0,0,0,0 +341191,0,0,0,0,0 +341192,0,0,0,0,0 +341193,0,0,0,0,0 +341194,0,0,0,0,0 +341195,0,0,0,0,0 +341196,0,0,0,0,0 +341197,0,0,0,0,0 +341198,0,0,0,0,0 +341199,0,0,0,0,0 +341200,0,0,0,0,0 +341201,0,0,0,0,0 +341202,0,0,0,0,0 +341203,0,0,0,0,0 +341204,0,0,0,0,0 +341205,0,0,0,0,0 +341206,0,0,0,0,0 +341207,0,0,0,0,0 +341208,0,0,0,0,0 +341209,0,0,0,0,0 +341210,0,0,0,0,0 +341211,0,0,0,0,0 +341212,0,0,0,0,0 +341213,0,0,0,0,0 +341214,0,0,0,0,0 +341215,0,0,0,0,0 +341216,0,0,0,0,0 +341217,0,0,0,0,0 +341218,0,0,0,0,0 +341219,0,0,0,0,0 +341220,0,0,0,0,0 +341221,0,0,0,0,0 +341222,0,0,0,0,0 +341223,0,0,0,0,0 +341224,0,0,0,0,0 +341225,0,0,0,0,0 +341226,0,0,0,0,0 +341227,0,0,0,0,0 +341228,0,0,0,0,0 +341229,0,0,0,0,0 +341230,0,0,0,0,0 +341231,0,0,0,0,0 +341232,0,0,0,0,0 +341233,0,0,0,0,0 +341234,0,0,0,0,0 +341235,0,0,0,0,0 +341236,0,0,0,0,0 +341237,0,0,0,0,0 +341238,0,0,0,0,0 +341239,0,0,0,0,0 +341240,0,0,0,0,0 +341241,0,0,0,0,0 +341242,0,0,0,0,0 +341243,0,0,0,0,0 +341244,0,0,0,0,0 +341245,0,0,0,0,0 +341246,0,0,0,0,0 +341247,0,0,0,0,0 +341248,0,0,0,0,0 +341249,0,0,0,0,0 +341250,0,0,0,0,0 +341251,0,0,0,0,0 +341252,0,0,0,0,0 +341253,0,0,0,0,0 +341254,0,0,0,0,0 +341255,0,0,0,0,0 +341256,0,0,0,0,0 +341257,0,0,0,0,0 +341258,0,0,0,0,0 +341259,0,0,0,0,0 +341260,0,0,0,0,0 +341261,0,0,0,0,0 +341262,0,0,0,0,0 +341263,0,0,0,0,0 +341264,0,0,0,0,0 +341265,0,0,0,0,0 +341266,0,0,0,0,0 +341267,0,0,0,0,0 +341268,0,0,0,0,0 +341269,0,0,0,0,0 +341270,0,0,0,0,0 +341271,0,0,0,0,0 +341272,0,0,0,0,0 +341273,0,0,0,0,0 +341274,0,0,0,0,0 +341275,0,0,0,0,0 +341276,0,0,0,0,0 +341277,0,0,0,0,0 +341278,0,0,0,0,0 +341279,0,0,0,0,0 +341280,0,0,0,0,0 +341281,0,0,0,0,0 +341282,0,0,0,0,0 +341283,0,0,0,0,0 +341284,0,0,0,0,0 +341285,0,0,0,0,0 +341286,0,0,0,0,0 +341287,0,0,0,0,0 +341288,0,0,0,0,0 +341289,0,0,0,0,0 +341290,0,0,0,0,0 +341291,0,0,0,0,0 +341292,0,0,0,0,0 +341293,0,0,0,0,0 +341294,0,0,0,0,0 +341295,0,0,0,0,0 +341296,0,0,0,0,0 +341297,0,0,0,0,0 +341298,0,0,0,0,0 +341299,0,0,0,0,0 +341300,0,0,0,0,0 +341301,0,0,0,0,0 +341302,0,0,0,0,0 +341303,0,0,0,0,0 +341304,0,0,0,0,0 +341305,0,0,0,0,0 +341306,0,0,0,0,0 +341307,0,0,0,0,0 +341308,0,0,0,0,0 +341309,0,0,0,0,0 +341310,0,0,0,0,0 +341311,0,0,0,0,0 +341312,0,0,0,0,0 +341313,0,0,0,0,0 +341314,0,0,0,0,0 +341315,0,0,0,0,0 +341316,0,0,0,0,0 +341317,0,0,0,0,0 +341318,0,0,0,0,0 +341319,0,0,0,0,0 +341320,0,0,0,0,0 +341321,0,0,0,0,0 +341322,0,0,0,0,0 +341323,0,0,0,0,0 +341324,0,0,0,0,0 +341325,0,0,0,0,0 +341326,0,0,0,0,0 +341327,0,0,0,0,0 +341328,0,0,0,0,0 +341329,0,0,0,0,0 +341330,0,0,0,0,0 +341331,0,0,0,0,0 +341332,0,0,0,0,0 +341333,0,0,0,0,0 +341334,0,0,0,0,0 +341335,0,0,0,0,0 +341336,0,0,0,0,0 +341337,0,0,0,0,0 +341338,0,0,0,0,0 +341339,0,0,0,0,0 +341340,0,0,0,0,0 +341341,0,0,0,0,0 +341342,0,0,0,0,0 +341343,0,0,0,0,0 +341344,0,0,0,0,0 +341345,0,0,0,0,0 +341346,0,0,0,0,0 +341347,0,0,0,0,0 +341348,0,0,0,0,0 +341349,0,0,0,0,0 +341350,0,0,0,0,0 +341351,0,0,0,0,0 +341352,0,0,0,0,0 +341353,0,0,0,0,0 +341354,0,0,0,0,0 +341355,0,0,0,0,0 +341356,0,0,0,0,0 +341357,0,0,0,0,0 +341358,0,0,0,0,0 +341359,0,0,0,0,0 +341360,0,0,0,0,0 +341361,0,0,0,0,0 +341362,0,0,0,0,0 +341363,0,0,0,0,0 +341364,0,0,0,0,0 +341365,0,0,0,0,0 +341366,0,0,0,0,0 +341367,0,0,0,0,0 +341368,0,0,0,0,0 +341369,0,0,0,0,0 +341370,0,0,0,0,0 +341371,0,0,0,0,0 +341372,0,0,0,0,0 +341373,0,0,0,0,0 +341374,0,0,0,0,0 +341375,0,0,0,0,0 +341376,0,0,0,0,0 +341377,0,0,0,0,0 +341378,0,0,0,0,0 +341379,0,0,0,0,0 +341380,0,0,0,0,0 +341381,0,0,0,0,0 +341382,0,0,0,0,0 +341383,0,0,0,0,0 +341384,0,0,0,0,0 +341385,0,0,0,0,0 +341386,0,0,0,0,0 +341387,0,0,0,0,0 +341388,0,0,0,0,0 +341389,0,0,0,0,0 +341390,0,0,0,0,0 +341391,0,0,0,0,0 +341392,0,0,0,0,0 +341393,0,0,0,0,0 +341394,0,0,0,0,0 +341395,0,0,0,0,0 +341396,0,0,0,0,0 +341397,0,0,0,0,0 +341398,0,0,0,0,0 +341399,0,0,0,0,0 +341400,0,0,0,0,0 +341401,0,0,0,0,0 +341402,0,0,0,0,0 +341403,0,0,0,0,0 +341404,0,0,0,0,0 +341405,0,0,0,0,0 +341406,0,0,0,0,0 +341407,0,0,0,0,0 +341408,0,0,0,0,0 +341409,0,0,0,0,0 +341410,0,0,0,0,0 +341411,0,0,0,0,0 +341412,0,0,0,0,0 +341413,0,0,0,0,0 +341414,0,0,0,0,0 +341415,0,0,0,0,0 +341416,0,0,0,0,0 +341417,0,0,0,0,0 +341418,0,0,0,0,0 +341419,0,0,0,0,0 +341420,0,0,0,0,0 +341421,0,0,0,0,0 +341422,0,0,0,0,0 +341423,0,0,0,0,0 +341424,0,0,0,0,0 +341425,0,0,0,0,0 +341426,0,0,0,0,0 +341427,0,0,0,0,0 +341428,0,0,0,0,0 +341429,0,0,0,0,0 +341430,0,0,0,0,0 +341431,0,0,0,0,0 +341432,0,0,0,0,0 +341433,0,0,0,0,0 +341434,0,0,0,0,0 +341435,0,0,0,0,0 +341436,0,0,0,0,0 +341437,0,0,0,0,0 +341438,0,0,0,0,0 +341439,0,0,0,0,0 +341440,0,0,0,0,0 +341441,0,0,0,0,0 +341442,0,0,0,0,0 +341443,0,0,0,0,0 +341444,0,0,0,0,0 +341445,0,0,0,0,0 +341446,0,0,0,0,0 +341447,0,0,0,0,0 +341448,0,0,0,0,0 +341449,0,0,0,0,0 +341450,0,0,0,0,0 +341451,0,0,0,0,0 +341452,0,0,0,0,0 +341453,0,0,0,0,0 +341454,0,0,0,0,0 +341455,0,0,0,0,0 +341456,0,0,0,0,0 +341457,0,0,0,0,0 +341458,0,0,0,0,0 +341459,0,0,0,0,0 +341460,0,0,0,0,0 +341461,0,0,0,0,0 +341462,0,0,0,0,0 +341463,0,0,0,0,0 +341464,0,0,0,0,0 +341465,0,0,0,0,0 +341466,0,0,0,0,0 +341467,0,0,0,0,0 +341468,0,0,0,0,0 +341469,0,0,0,0,0 +341470,0,0,0,0,0 +341471,0,0,0,0,0 +341472,0,0,0,0,0 +341473,0,0,0,0,0 +341474,0,0,0,0,0 +341475,0,0,0,0,0 +341476,0,0,0,0,0 +341477,0,0,0,0,0 +341478,0,0,0,0,0 +341479,0,0,0,0,0 +341480,0,0,0,0,0 +341481,0,0,0,0,0 +341482,0,0,0,0,0 +341483,0,0,0,0,0 +341484,0,0,0,0,0 +341485,0,0,0,0,0 +341486,0,0,0,0,0 +341487,0,0,0,0,0 +341488,0,0,0,0,0 +341489,0,0,0,0,0 +341490,0,0,0,0,0 +341491,0,0,0,0,0 +341492,0,0,0,0,0 +341493,0,0,0,0,0 +341494,0,0,0,0,0 +341495,0,0,0,0,0 +341496,0,0,0,0,0 +341497,0,0,0,0,0 +341498,0,0,0,0,0 +341499,0,0,0,0,0 +341500,0,0,0,0,0 +341501,0,0,0,0,0 +341502,0,0,0,0,0 +341503,0,0,0,0,0 +341504,0,0,0,0,0 +341505,0,0,0,0,0 +341506,0,0,0,0,0 +341507,0,0,0,0,0 +341508,0,0,0,0,0 +341509,0,0,0,0,0 +341510,0,0,0,0,0 +341511,0,0,0,0,0 +341512,0,0,0,0,0 +341513,0,0,0,0,0 +341514,0,0,0,0,0 +341515,0,0,0,0,0 +341516,0,0,0,0,0 +341517,0,0,0,0,0 +341518,0,0,0,0,0 +341519,0,0,0,0,0 +341520,0,0,0,0,0 +341521,0,0,0,0,0 +341522,0,0,0,0,0 +341523,0,0,0,0,0 +341524,0,0,0,0,0 +341525,0,0,0,0,0 +341526,0,0,0,0,0 +341527,0,0,0,0,0 +341528,0,0,0,0,0 +341529,0,0,0,0,0 +341530,0,0,0,0,0 +341531,0,0,0,0,0 +341532,0,0,0,0,0 +341533,0,0,0,0,0 +341534,0,0,0,0,0 +341535,0,0,0,0,0 +341536,0,0,0,0,0 +341537,0,0,0,0,0 +341538,0,0,0,0,0 +341539,0,0,0,0,0 +341540,0,0,0,0,0 +341541,0,0,0,0,0 +341542,0,0,0,0,0 +341543,0,0,0,0,0 +341544,0,0,0,0,0 +341545,0,0,0,0,0 +341546,0,0,0,0,0 +341547,0,0,0,0,0 +341548,0,0,0,0,0 +341549,0,0,0,0,0 +341550,0,0,0,0,0 +341551,0,0,0,0,0 +341552,0,0,0,0,0 +341553,0,0,0,0,0 +341554,0,0,0,0,0 +341555,0,0,0,0,0 +341556,0,0,0,0,0 +341557,0,0,0,0,0 +341558,0,0,0,0,0 +341559,0,0,0,0,0 +341560,0,0,0,0,0 +341561,0,0,0,0,0 +341562,0,0,0,0,0 +341563,0,0,0,0,0 +341564,0,0,0,0,0 +341565,0,0,0,0,0 +341566,0,0,0,0,0 +341567,0,0,0,0,0 +341568,0,0,0,0,0 +341569,0,0,0,0,0 +341570,0,0,0,0,0 +341571,0,0,0,0,0 +341572,0,0,0,0,0 +341573,0,0,0,0,0 +341574,0,0,0,0,0 +341575,0,0,0,0,0 +341576,0,0,0,0,0 +341577,0,0,0,0,0 +341578,0,0,0,0,0 +341579,0,0,0,0,0 +341580,0,0,0,0,0 +341581,0,0,0,0,0 +341582,0,0,0,0,0 +341583,0,0,0,0,0 +341584,0,0,0,0,0 +341585,0,0,0,0,0 +341586,0,0,0,0,0 +341587,0,0,0,0,0 +341588,0,0,0,0,0 +341589,0,0,0,0,0 +341590,0,0,0,0,0 +341591,0,0,0,0,0 +341592,0,0,0,0,0 +341593,0,0,0,0,0 +341594,0,0,0,0,0 +341595,0,0,0,0,0 +341596,0,0,0,0,0 +341597,0,0,0,0,0 +341598,0,0,0,0,0 +341599,0,0,0,0,0 +341600,0,0,0,0,0 +341601,0,0,0,0,0 +341602,0,0,0,0,0 +341603,0,0,0,0,0 +341604,0,0,0,0,0 +341605,0,0,0,0,0 +341606,0,0,0,0,0 +341607,0,0,0,0,0 +341608,0,0,0,0,0 +341609,0,0,0,0,0 +341610,0,0,0,0,0 +341611,0,0,0,0,0 +341612,0,0,0,0,0 +341613,0,0,0,0,0 +341614,0,0,0,0,0 +341615,0,0,0,0,0 +341616,0,0,0,0,0 +341617,0,0,0,0,0 +341618,0,0,0,0,0 +341619,0,0,0,0,0 +341620,0,0,0,0,0 +341621,0,0,0,0,0 +341622,0,0,0,0,0 +341623,0,0,0,0,0 +341624,0,0,0,0,0 +341625,0,0,0,0,0 +341626,0,0,0,0,0 +341627,0,0,0,0,0 +341628,0,0,0,0,0 +341629,0,0,0,0,0 +341630,0,0,0,0,0 +341631,0,0,0,0,0 +341632,0,0,0,0,0 +341633,0,0,0,0,0 +341634,0,0,0,0,0 +341635,0,0,0,0,0 +341636,0,0,0,0,0 +341637,0,0,0,0,0 +341638,0,0,0,0,0 +341639,0,0,0,0,0 +341640,0,0,0,0,0 +341641,0,0,0,0,0 +341642,0,0,0,0,0 +341643,0,0,0,0,0 +341644,0,0,0,0,0 +341645,0,0,0,0,0 +341646,0,0,0,0,0 +341647,0,0,0,0,0 +341648,0,0,0,0,0 +341649,0,0,0,0,0 +341650,0,0,0,0,0 +341651,0,0,0,0,0 +341652,0,0,0,0,0 +341653,0,0,0,0,0 +341654,0,0,0,0,0 +341655,0,0,0,0,0 +341656,0,0,0,0,0 +341657,0,0,0,0,0 +341658,0,0,0,0,0 +341659,0,0,0,0,0 +341660,0,0,0,0,0 +341661,0,0,0,0,0 +341662,0,0,0,0,0 +341663,0,0,0,0,0 +341664,0,0,0,0,0 +341665,0,0,0,0,0 +341666,0,0,0,0,0 +341667,0,0,0,0,0 +341668,0,0,0,0,0 +341669,0,0,0,0,0 +341670,0,0,0,0,0 +341671,0,0,0,0,0 +341672,0,0,0,0,0 +341673,0,0,0,0,0 +341674,0,0,0,0,0 +341675,0,0,0,0,0 +341676,0,0,0,0,0 +341677,0,0,0,0,0 +341678,0,0,0,0,0 +341679,0,0,0,0,0 +341680,0,0,0,0,0 +341681,0,0,0,0,0 +341682,0,0,0,0,0 +341683,0,0,0,0,0 +341684,0,0,0,0,0 +341685,0,0,0,0,0 +341686,0,0,0,0,0 +341687,0,0,0,0,0 +341688,0,0,0,0,0 +341689,0,0,0,0,0 +341690,0,0,0,0,0 +341691,0,0,0,0,0 +341692,0,0,0,0,0 +341693,0,0,0,0,0 +341694,0,0,0,0,0 +341695,0,0,0,0,0 +341696,0,0,0,0,0 +341697,0,0,0,0,0 +341698,0,0,0,0,0 +341699,0,0,0,0,0 +341700,0,0,0,0,0 +341701,0,2777.794529,1111.558237,0,0 +341702,0,757.4213176,1098.950569,0,0 +341703,0,0,1075.700618,0,0 +341704,0,405.4730221,1052.491812,0,0 +341705,0,681.9972017,1033.032751,0,0 +341706,0,445.2391132,1017.601307,0,0 +341707,0,500.4637561,1005.319843,0,0 +341708,0,509.5683116,995.501745,0,0 +341709,0,519.7106777,987.5687655,0,0 +341710,0,529.4797787,895.8062046,0,0 +341711,0,540.115866,760.8344462,0,0 +341712,0,550.2291953,905.0746857,0,0 +341713,0,560.6576183,857.6140952,0,0 +341714,0,571.1451272,876.4133092,0,0 +341715,0,581.4754455,887.7939679,0,0 +341716,0,592.1420704,901.4446181,0,0 +341717,0,602.7757247,910.5506457,0,0 +341718,0,613.6081357,925.8465896,0,0 +341719,0,624.4207458,936.7818551,0,0 +341720,0,635.2890104,948.6666237,0,0 +341721,0,646.3136535,961.8221435,0,0 +341722,0,657.2675195,973.270437,0,0 +341723,0,668.4150147,977.5045599,0,0 +341724,0,679.4801714,977.6423822,0,0 +341725,0,690.7367505,978.0310053,0,0 +341726,0,701.9051404,978.7144775,0,0 +341727,0,713.2644659,979.6682739,0,0 +341728,0,724.5287084,980.8503081,0,0 +341729,0,735.98521,982.2218271,0,0 +341730,0,747.3384527,983.7522938,0,0 +341731,0,762.2040912,985.4176536,0,0 +341732,0,776.3921181,987.1667886,0,0 +341733,0,789.4236115,988.9616235,0,0 +341734,0,802.6987841,990.7831797,0,0 +341735,0,815.9020954,992.6233824,0,0 +341736,0,828.9066056,994.4778094,0,0 +341737,0,841.8605262,996.3429737,0,0 +341738,0,854.6687615,998.1897803,0,0 +341739,0,867.5876573,1000.028747,0,0 +341740,0,880.1184249,1001.883073,0,0 +341741,0,892.8854393,1003.744958,0,0 +341742,0,905.4042335,1005.609088,0,0 +341743,0,917.8508688,1007.471653,0,0 +341744,0,930.3755436,1009.329979,0,0 +341745,0,942.7011609,1011.182148,0,0 +341746,0,955.0229803,1013.026645,0,0 +341747,0,967.2109644,1014.8623,0,0 +341748,0,979.5536229,1016.688086,0,0 +341749,0,991.5440435,1018.503171,0,0 +341750,0,1003.615051,1020.306674,0,0 +341751,0,1015.709601,1022.097979,0,0 +341752,0,1027.624303,1023.87647,0,0 +341753,0,1039.53917,1025.64161,0,0 +341754,0,1051.323924,1027.392922,0,0 +341755,0,1063.219115,1029.129971,0,0 +341756,0,1074.9751,1030.852366,0,0 +341757,0,1086.510543,1032.559695,0,0 +341758,0,1098.294213,1034.251561,0,0 +341759,0,1109.813729,1035.902511,0,0 +341760,0,1121.354269,1037.526391,0,0 +341761,0,1140.132097,1039.147443,0,0 +341762,0,1140.879676,1040.750602,0,0 +341763,0,1168.371804,1042.322176,0,0 +341764,0,1157.170047,1043.870616,0,0 +341765,0,1168.393281,1045.385006,0,0 +341766,0,1195.758898,1046.874367,0,0 +341767,0,1196.801042,1048.342273,0,0 +341768,0,1210.117593,1049.781236,0,0 +341769,0,1220.872592,1051.197,0,0 +341770,0,1231.713263,1052.588148,0,0 +341771,0,1242.430923,1053.955263,0,0 +341772,0,1253.187464,1055.298531,0,0 +341773,0,1263.607998,1056.618206,0,0 +341774,0,1274.351446,1057.914381,0,0 +341775,0,1284.86228,1059.187285,0,0 +341776,0,1295.210661,1060.436939,0,0 +341777,9.79648567,1305.663821,1061.663095,0,0 +341778,101.9356904,1315.986691,1062.839599,0,0 +341779,57.43627212,1326.270198,1064.012035,0,0 +341780,78.7646962,1336.577235,1065.14623,0,0 +341781,86.67861118,1346.618259,1066.275177,0,0 +341782,93.79668048,1356.709609,1067.383135,0,0 +341783,100.8896937,1366.957943,1068.468539,32.37598673,0 +341784,107.9190341,1376.762682,1069.540523,32.13575159,0 +341785,114.9140318,1386.779659,1070.585394,31.78470671,0 +341786,121.7527552,1396.733871,1071.606601,38.0483555,0 +341787,128.8173142,1406.334646,1072.606095,41.64185291,0 +341788,135.6003233,1416.295479,1073.558717,45.13746416,0 +341789,142.466815,1425.921453,1074.47914,48.59343334,0 +341790,149.2662155,1435.668982,1075.389858,52.06370659,0 +341791,155.9344608,1444.665913,1076.284889,55.47333939,0 +341792,162.5487081,1453.6297,1077.154055,58.80008781,0 +341793,169.0005906,1462.632113,1077.990887,62.08307645,0 +341794,175.7612221,1471.434637,1078.793146,65.43898921,0 +341795,182.3148812,1480.001715,1079.561123,68.62604915,0 +341796,188.5998891,1488.664309,1080.29575,71.94750415,0 +341797,195.0284696,1497.15442,1080.998289,75.18851004,0 +341798,201.6706909,1505.665752,1081.669835,78.26049381,0 +341799,207.9626809,1513.760539,1082.3113,81.56317828,0 +341800,214.3764187,1522.216029,1082.899991,84.60700242,0 +341801,220.5647944,1530.292095,1083.451868,87.85277636,0 +341802,227.3569131,1538.385048,1083.989499,90.92087294,0 +341803,233.2583072,1546.476124,1084.507022,94.04033636,0 +341804,239.7322903,1560.877988,1085.000796,97.12749129,0 +341805,245.9800955,1557.328221,1085.471855,100.1901801,0 +341806,252.2436309,1591.017704,1085.913336,103.1797806,0 +341807,258.2864194,1545.732396,1086.338446,106.3253717,0 +341808,264.834223,1601.324148,1086.720909,109.2873309,0 +341809,270.8856234,1588.850061,1087.097604,112.3182787,0 +341810,277.1209253,1600.010297,1087.438934,115.3095033,0 +341811,283.3022428,1607.410857,1087.759307,118.2133827,0 +341812,289.4710852,1614.673865,1088.032925,121.3843369,0 +341813,295.6429062,1621.974737,1088.275822,124.1620815,0 +341814,301.7971618,1628.952069,1088.509315,127.1036038,0 +341815,307.6904785,1635.967293,1088.726918,130.1602812,0 +341816,314.4394138,1643.067335,1088.925277,133.0161862,0 +341817,319.9994903,1649.981067,1089.102949,136.0324383,0 +341818,326.2956676,1656.654496,1089.258787,138.7033492,0 +341819,332.3825252,1663.463481,1089.392941,141.8076915,0 +341820,338.4416627,1670.101796,1089.505516,144.5997181,0 +341821,344.0377723,1676.608844,1089.596562,147.2950126,0 +341822,350.0026199,1683.133383,1089.663434,150.0399373,0 +341823,355.5620644,1689.320509,1089.704405,152.8519785,0 +341824,364.3225736,1686.344779,1089.697343,159.1459303,0 +341825,370.1894334,1690.739893,1089.648493,162.2958151,0 +341826,376.272272,1695.979096,1089.582242,165.188429,0 +341827,381.5624107,1701.15229,1089.498611,168.3737275,0 +341828,388.0257033,1706.427622,1089.397787,171.100013,0 +341829,393.3162492,1711.764127,1089.279921,174.0836876,0 +341830,399.310952,1717.123818,1089.144171,176.8433728,0 +341831,404.7955661,1728.951376,1088.990553,179.8861938,0 +341832,410.4867062,1717.390663,1088.820903,182.2966596,0 +341833,416.3013217,1737.342835,1088.627911,185.4669333,0 +341834,421.8513539,1736.417583,1088.423743,188.0432498,0 +341835,427.3791443,1742.49559,1088.198698,190.9221819,0 +341836,433.2636047,1747.358404,1087.957676,193.5871748,0 +341837,438.6502955,1752.205236,1087.679707,196.4176699,0 +341838,444.2207463,1757.073536,1087.37995,199.057864,0 +341839,450.0309979,1761.719841,1087.077062,201.7277046,0 +341840,455.3850417,1766.476853,1086.764598,204.5575641,0 +341841,460.9169911,1771.106203,1086.439369,207.1180227,0 +341842,466.6019761,1775.565752,1086.100079,209.9399306,0 +341843,472.0008898,1779.925132,1085.746448,212.5260237,0 +341844,477.5446249,1784.560696,1085.378275,215.1646685,0 +341845,483.1023342,1788.734816,1084.995985,218.0803267,0 +341846,488.5559649,1792.997756,1084.599819,220.403611,0 +341847,494.0351913,1797.307304,1084.189955,223.1304589,0 +341848,499.5673732,1801.473422,1083.767,225.8414772,0 +341849,504.9917338,1806.650461,1083.331242,228.2230818,0 +341850,510.4037622,1812.839435,1082.864083,231.0406807,0 +341851,515.8631391,1809.432067,1082.381015,233.5679476,0 +341852,520.9965507,1834.58183,1081.89019,236.0264809,0 +341853,526.1489071,1792.254857,1081.394447,238.5007971,0 +341854,531.0604609,1836.373083,1080.86576,240.9798611,0 +341855,536.9789452,1822.234114,1080.337912,243.5680041,0 +341856,541.7696577,1828.603863,1079.783754,245.9491624,0 +341857,546.9574246,1831.210887,1079.217713,248.3763027,0 +341858,552.1938853,1834.014231,1078.636399,250.8096545,0 +341859,557.1569806,1836.624667,1078.042577,253.2372405,0 +341860,562.6791699,1839.157023,1077.435669,255.6562562,0 +341861,567.5300854,1841.598144,1076.818135,258.065289,0 +341862,572.6749102,1843.948276,1076.189127,260.291093,0 +341863,577.6745068,1846.208321,1075.551018,262.9510715,0 +341864,582.8235067,1848.379417,1074.903192,265.1951331,0 +341865,587.7613274,1850.461891,1074.247647,267.5985581,0 +341866,593.0067742,1852.573828,1073.565332,269.9611523,0 +341867,597.8576589,1854.310285,1072.87561,272.3147059,0 +341868,602.9524961,1857.884269,1072.19026,274.6587639,0 +341869,607.9520364,1856.061363,1071.506538,276.9950304,0 +341870,612.9890289,1869.448037,1070.818081,279.3226009,0 +341871,617.9050728,1847.357692,1070.130317,281.641497,0 +341872,622.9539925,1869.409514,1069.429158,283.9523773,0 +341873,627.837159,1877.348475,1068.7333,286.254717,0 +341874,632.8599168,1843.639046,1068.032801,288.5492603,0 +341875,637.6689882,1877.235539,1067.319238,290.8355171,0 +341876,642.7940642,1886.22077,1066.616601,293.1141434,0 +341877,647.5119536,1838.290929,1065.9114,295.3847636,0 +341878,652.5326005,1884.849861,1065.189595,297.6479662,0 +341879,657.2832067,1867.18669,1064.487954,299.9032977,0 +341880,662.3105086,1871.47503,1063.775037,302.1515108,0 +341881,667.0212996,1872.203362,1063.067225,304.1746942,0 +341882,671.8992194,1872.895156,1062.359678,306.7049607,0 +341883,676.6153189,1873.506321,1061.654495,308.7504291,0 +341884,681.4557616,1874.035398,1060.933164,310.9866745,0 +341885,686.1443755,1874.484022,1060.211945,313.3872277,0 +341886,690.9597325,1874.852632,1059.506787,315.2447065,0 +341887,695.5692289,1875.140986,1058.811151,317.5835135,0 +341888,700.4975674,1875.349747,1058.122486,319.7362385,0 +341889,705.0104876,1875.478736,1057.43998,321.8641577,0 +341890,709.8270606,1875.528529,1056.76351,324.0353865,0 +341891,714.376167,1875.498979,1056.093745,326.1789676,0 +341892,719.1172888,1875.390658,1055.431134,328.3420301,0 +341893,723.8167645,1875.203434,1054.776443,330.4421895,0 +341894,728.407643,1874.937906,1054.130276,332.5869378,0 +341895,733.0820794,1874.593949,1053.493305,334.7271631,0 +341896,737.6428807,1874.172178,1052.866247,336.8068228,0 +341897,742.3213402,1873.672509,1052.249731,338.9328988,0 +341898,746.8494419,1873.095555,1051.644497,341.0314157,0 +341899,751.5293057,1872.441257,1051.05116,343.151078,0 +341900,756.0401572,1871.710254,1050.470499,345.2055176,0 +341901,760.5274458,1870.902495,1049.9031,347.3077644,0 +341902,765.3147011,1870.01867,1049.35138,349.3825213,0 +341903,769.6520628,1869.0588,1048.821281,351.4795859,0 +341904,774.2229047,1868.023497,1048.316537,353.510328,0 +341905,778.8116734,1866.912745,1047.838786,355.5906645,0 +341906,783.2556495,1887.307561,1047.371093,357.6433798,0 +341907,787.6740934,1832.980366,1046.950472,359.6947544,0 +341908,792.3342991,1878.624817,1046.536257,361.7654365,0 +341909,796.6976383,1864.490022,1046.160648,363.7695864,0 +341910,801.2194023,1851.141312,1045.811132,365.8246267,0 +341911,805.4770165,1878.801868,1045.490332,367.5482984,0 +341912,809.7910032,1832.598837,1045.207047,369.9307666,0 +341913,814.1891491,1888.674911,1044.932142,371.6524576,0 +341914,818.9311276,1817.301292,1044.705043,373.6665324,0 +341915,823.2576313,1866.992425,1044.475627,375.6028864,0 +341916,827.6740698,1844.898651,1044.294681,377.537846,0 +341917,831.9460563,1846.256726,1044.124258,379.4916369,0 +341918,836.3494611,1843.988141,1043.978238,381.3735469,0 +341919,840.6099771,1841.59254,1043.850836,383.3087967,0 +341920,845.0049066,1839.132632,1043.740758,385.2138156,0 +341921,849.2544576,1836.595102,1043.646637,387.1175417,0 +341922,853.6443478,1833.982141,1043.567194,389.0426576,0 +341923,857.8817914,1831.294954,1043.501459,390.8943348,0 +341924,862.2638545,1828.533548,1043.448388,392.8025957,0 +341925,866.420772,1825.699309,1043.407265,394.6803366,0 +341926,870.8998296,1822.792646,1043.377244,396.5580927,0 +341927,875.1432044,1819.694787,1043.357809,398.4307978,0 +341928,879.4418696,1839.572214,1043.348188,400.326378,0 +341929,883.7216174,1780.309013,1043.354329,402.1480147,0 +341930,888.0652623,1827.029804,1043.35013,404.0281112,0 +341931,892.2257608,1803.354813,1043.376804,405.8780317,0 +341932,896.5413027,1803.851504,1043.399013,407.7287105,0 +341933,900.7139475,1800.301787,1043.432843,409.5749917,0 +341934,905.0726115,1797.000201,1043.473704,411.4455524,0 +341935,909.2615684,1793.387468,1043.521964,413.2408306,0 +341936,913.5115941,1789.803286,1043.577174,415.0968423,0 +341937,917.7427904,1786.134345,1043.639296,416.922557,0 +341938,921.9686042,1782.399244,1043.708102,418.749611,0 +341939,926.1880402,1778.59764,1043.783458,420.5727942,0 +341940,930.4021179,1774.843222,1043.86523,422.4217685,0 +341941,935.3215735,1770.783978,1043.937549,424.491098,0 +341942,939.9823707,1766.773869,1044.026082,426.5007739,0 +341943,944.7724913,1762.906942,1044.142189,428.5358903,0 +341944,949.4258692,1758.731365,1044.28381,430.5163704,0 +341945,954.2152796,1754.614067,1044.44503,432.5544483,0 +341946,958.8683651,1750.399467,1044.619892,434.5328964,0 +341947,963.6575111,1746.145806,1044.809309,436.598526,0 +341948,968.2333117,1741.812549,1045.013524,438.5299317,0 +341949,973.1392616,1737.328712,1045.22625,440.5865678,0 +341950,977.8111472,1733.051076,1045.452065,442.5905164,0 +341951,982.5467521,1745.565847,1045.690252,444.5950256,0 +341952,987.3457351,1698.970283,1045.941245,446.5984442,0 +341953,991.944556,1753.939338,1046.188297,448.6310069,0 +341954,996.7230667,1679.388311,1046.469454,450.5854112,0 +341955,1001.426185,1738.943515,1046.728208,452.6083625,0 +341956,1006.062843,1682.595832,1047.025223,454.6022475,0 +341957,1010.898911,1709.492956,1047.308621,456.599813,0 +341958,1015.55082,1693.490537,1047.613735,458.5967105,0 +341959,1020.275367,1690.340074,1047.920778,460.5921611,0 +341960,1024.984755,1685.471249,1048.239196,462.6182433,0 +341961,1029.691585,1680.40178,1048.562428,464.5633085,0 +341962,1034.396867,1675.190297,1048.894533,466.5793418,0 +341963,1039.099105,1670.190738,1049.235653,468.5646628,0 +341964,1043.882653,1664.904409,1049.581419,470.5542073,0 +341965,1048.369258,1659.658156,1049.93576,472.5421938,0 +341966,1054.417639,1654.342518,1050.298723,474.5290417,0 +341967,1059.388749,1648.973942,1050.669855,476.5468213,0 +341968,1063.496824,1643.445458,1051.047745,478.4808674,0 +341969,1069.472277,1638.123121,1051.431882,480.4876353,0 +341970,1072.538529,1632.523413,1051.823216,482.4628661,0 +341971,1079.669431,1627.023036,1052.22013,484.4276644,0 +341972,1080.918384,1621.191067,1052.620809,486.3886295,0 +341973,1091.354546,1615.427455,1053.026498,488.3464235,0 +341974,1086.774542,1609.765864,1053.442309,490.3016557,0 +341975,1082.905279,1603.853766,1053.856798,492.2875202,0 +341976,1108.098474,1597.976678,1054.276818,494.1862488,0 +341977,1101.524748,1592.034299,1054.713472,496.1586924,0 +341978,1108.790785,1586.041804,1055.144546,498.097643,0 +341979,1113.429915,1579.895126,1055.585387,500.0394287,0 +341980,1117.794652,1573.954388,1056.032761,501.9787893,0 +341981,1122.56702,1591.037118,1056.486072,503.9153628,0 +341982,1127.244762,1527.455795,1056.947861,505.8494623,0 +341983,1131.455121,1572.282455,1057.396036,507.8156753,0 +341984,1136.183702,1545.261242,1057.874172,509.6913298,0 +341985,1140.872256,1542.608613,1058.345293,511.6436804,0 +341986,1145.128386,1536.410388,1058.825427,513.5613957,0 +341987,1149.87102,1529.932457,1059.309925,515.4820689,0 +341988,1154.505817,1523.50495,1059.799322,517.4002923,0 +341989,1158.66335,1517.021559,1060.293556,519.3157794,0 +341990,1163.438945,1510.498693,1060.79245,521.2286699,0 +341991,1167.939747,1503.939416,1061.296327,523.1388939,0 +341992,1172.215211,1497.336263,1061.804911,524.9607532,0 +341993,1176.894142,1490.704589,1062.318141,526.9193057,0 +341994,1181.387392,1484.034832,1062.836201,528.5016552,0 +341995,1185.636691,1477.332102,1063.358859,530.9418027,0 +341996,1190.287659,1470.596913,1063.886225,532.4446281,0 +341997,1194.756744,1463.736375,1064.41804,534.5113127,0 +341998,1198.97757,1457.072077,1064.95445,536.4133999,0 +341999,1203.605199,1450.273579,1065.495297,538.181307,0 +342000,1208.046239,1443.302236,1066.040631,540.1422941,0 +342001,1211.432808,1436.210185,1066.590384,541.7302734,0 +342002,1214.783096,1428.885142,1067.128399,543.2599805,0 +342003,1218.207715,1421.760978,1067.646875,544.7214086,0 +342004,1221.365938,1414.501782,1068.145622,546.2554392,0 +342005,1224.725677,1407.192912,1068.627405,547.747651,0 +342006,1227.975709,1399.921557,1069.095558,549.2397333,0 +342007,1231.222906,1392.318405,1069.552597,550.7259553,0 +342008,1234.451895,1385.099805,1070.000446,552.1684168,0 +342009,1237.564839,1377.593475,1070.440778,553.7005116,0 +342010,1240.90871,1370.157636,1070.874736,555.1407792,0 +342011,1244.010569,1362.603741,1071.303475,556.6108844,0 +342012,1247.186201,1355.242991,1071.727789,558.0688858,0 +342013,1250.329252,1347.772411,1072.148608,559.5218355,0 +342014,1253.554218,1340.152683,1072.566498,560.9693568,0 +342015,1256.511976,1332.608785,1072.982073,562.4507677,0 +342016,1259.681713,1325.186018,1073.395752,563.8289903,0 +342017,1262.743908,1317.591917,1073.808065,565.2523168,0 +342018,1265.806844,1310.064027,1074.219269,566.7318518,0 +342019,1268.855868,1302.519988,1074.62973,568.125407,0 +342020,1271.889281,1294.973561,1075.039645,569.5498617,0 +342021,1274.909731,1287.4304,1075.449291,570.9632273,0 +342022,1277.915111,1279.888743,1075.858847,572.3717384,0 +342023,1280.907787,1272.26762,1076.268473,573.7759345,0 +342024,1283.886657,1264.855227,1076.678294,575.1753415,0 +342025,1286.853338,1257.357039,1077.088506,576.5705782,0 +342026,1289.909181,1249.662313,1077.499144,577.9611319,0 +342027,1292.693998,1242.333298,1077.910318,579.3081636,0 +342028,1295.599125,1234.781918,1078.322113,580.7501407,0 +342029,1298.659019,1227.326976,1078.73463,582.0982515,0 +342030,1301.413339,1219.861206,1079.147954,583.4850512,0 +342031,1304.385231,1212.441207,1079.560823,584.8155666,0 +342032,1307.198133,1205.014068,1079.974792,586.17452,0 +342033,1310.13364,1197.557951,1080.388699,587.550013,0 +342034,1312.929467,1190.294187,1080.803883,588.8700508,0 +342035,1315.848724,1182.992848,1081.235093,590.2438284,0 +342036,1318.630308,1175.506408,1081.669541,591.5557183,0 +342037,1321.536428,1168.409922,1082.092661,592.8805553,0 +342038,1324.307214,1161.099414,1082.512673,594.2463975,0 +342039,1327.127617,1176.469821,1082.915018,595.5393439,0 +342040,1330.056222,1113.511252,1083.337362,596.8689884,0 +342041,1332.717978,1156.256708,1083.754239,598.1885328,0 +342042,1335.620631,1133.173357,1084.18831,599.5043709,0 +342043,1348.675437,1122.54084,1084.608749,600.6769574,0 +342044,1352.96613,1127.655805,1085.028183,601.943501,0 +342045,1356.707924,1111.872479,1085.445991,603.2805209,0 +342046,1360.047397,1110.648701,1085.860086,604.563195,0 +342047,1363.631761,1101.98435,1086.278818,605.9106823,0 +342048,1366.93375,1095.698565,1086.6988,607.1551556,0 +342049,1370.315151,1089.080212,1087.121895,608.4522784,0 +342050,1373.77232,1082.510117,1087.547859,609.814015,0 +342051,1376.937377,1076.059997,1087.976639,611.0873096,0 +342052,1380.328236,1069.495187,1088.407948,612.3974481,0 +342053,1383.599396,1063.068828,1088.84179,613.6991593,0 +342054,1386.869185,1056.809836,1089.278004,614.9990612,0 +342055,1390.121962,1050.479644,1089.716531,616.2974904,0 +342056,1393.357358,1046.366937,1090.15723,617.5939261,0 +342057,1396.577345,1041.765414,1090.600617,618.8887735,0 +342058,1399.781598,1037.347685,1091.046095,620.1815148,0 +342059,1402.97191,1032.925804,1091.493622,621.4725724,0 +342060,1406.14782,1028.567092,1091.943082,622.7614363,0 +342061,0,0,0,0,0 +342062,0,0,0,0,0 +342063,0,0,0,0,0 +342064,0,0,0,0,0 +342065,0,0,0,0,0 +342066,0,0,0,0,0 +342067,0,0,0,0,0 +342068,0,0,0,0,0 +342069,0,0,0,0,0 +342070,0,0,0,0,0 +342071,0,0,0,0,0 +342072,0,0,0,0,0 +342073,0,0,0,0,0 +342074,0,0,0,0,0 +342075,0,0,0,0,0 +342076,0,0,0,0,0 +342077,0,0,0,0,0 +342078,0,0,0,0,0 +342079,0,0,0,0,0 +342080,0,0,0,0,0 +342081,0,0,0,0,0 +342082,0,0,0,0,0 +342083,0,0,0,0,0 +342084,0,0,0,0,0 +342085,0,0,0,0,0 +342086,0,0,0,0,0 +342087,0,0,0,0,0 +342088,0,0,0,0,0 +342089,0,0,0,0,0 +342090,0,0,0,0,0 +342091,0,0,0,0,0 +342092,0,0,0,0,0 +342093,0,0,0,0,0 +342094,0,0,0,0,0 +342095,0,0,0,0,0 +342096,0,0,0,0,0 +342097,0,0,0,0,0 +342098,0,0,0,0,0 +342099,0,0,0,0,0 +342100,0,0,0,0,0 +342101,0,0,0,0,0 +342102,0,0,0,0,0 +342103,0,0,0,0,0 +342104,0,0,0,0,0 +342105,0,0,0,0,0 +342106,0,0,0,0,0 +342107,0,0,0,0,0 +342108,0,0,0,0,0 +342109,0,0,0,0,0 +342110,0,0,0,0,0 +342111,0,0,0,0,0 +342112,0,0,0,0,0 +342113,0,0,0,0,0 +342114,0,0,0,0,0 +342115,0,0,0,0,0 +342116,0,0,0,0,0 +342117,0,0,0,0,0 +342118,0,0,0,0,0 +342119,0,0,0,0,0 +342120,0,0,0,0,0 +342121,0,0,0,0,0 +342122,0,0,0,0,0 +342123,0,0,0,0,0 +342124,0,0,0,0,0 +342125,0,0,0,0,0 +342126,0,0,0,0,0 +342127,0,0,0,0,0 +342128,0,0,0,0,0 +342129,0,0,0,0,0 +342130,0,0,0,0,0 +342131,0,0,0,0,0 +342132,0,0,0,0,0 +342133,0,0,0,0,0 +342134,0,0,0,0,0 +342135,0,0,0,0,0 +342136,0,0,0,0,0 +342137,0,0,0,0,0 +342138,0,0,0,0,0 +342139,0,0,0,0,0 +342140,0,0,0,0,0 +342141,0,0,0,0,0 +342142,0,0,0,0,0 +342143,0,0,0,0,0 +342144,0,0,0,0,0 +342145,0,0,0,0,0 +342146,0,0,0,0,0 +342147,0,0,0,0,0 +342148,0,0,0,0,0 +342149,0,0,0,0,0 +342150,0,0,0,0,0 +342151,0,0,0,0,0 +342152,0,0,0,0,0 +342153,0,0,0,0,0 +342154,0,0,0,0,0 +342155,0,0,0,0,0 +342156,0,0,0,0,0 +342157,0,0,0,0,0 +342158,0,0,0,0,0 +342159,0,0,0,0,0 +342160,0,0,0,0,0 +342161,0,0,0,0,0 +342162,0,0,0,0,0 +342163,0,0,0,0,0 +342164,0,0,0,0,0 +342165,0,0,0,0,0 +342166,0,0,0,0,0 +342167,0,0,0,0,0 +342168,0,0,0,0,0 +342169,0,0,0,0,0 +342170,0,0,0,0,0 +342171,0,0,0,0,0 +342172,0,0,0,0,0 +342173,0,0,0,0,0 +342174,0,0,0,0,0 +342175,0,0,0,0,0 +342176,0,0,0,0,0 +342177,0,0,0,0,0 +342178,0,0,0,0,0 +342179,0,0,0,0,0 +342180,0,0,0,0,0 +342181,0,0,0,0,0 +342182,0,0,0,0,0 +342183,0,0,0,0,0 +342184,0,0,0,0,0 +342185,0,0,0,0,0 +342186,0,0,0,0,0 +342187,0,0,0,0,0 +342188,0,0,0,0,0 +342189,0,0,0,0,0 +342190,0,0,0,0,0 +342191,0,0,0,0,0 +342192,0,0,0,0,0 +342193,0,0,0,0,0 +342194,0,0,0,0,0 +342195,0,0,0,0,0 +342196,0,0,0,0,0 +342197,0,0,0,0,0 +342198,0,0,0,0,0 +342199,0,0,0,0,0 +342200,0,0,0,0,0 +342201,0,0,0,0,0 +342202,0,0,0,0,0 +342203,0,0,0,0,0 +342204,0,0,0,0,0 +342205,0,0,0,0,0 +342206,0,0,0,0,0 +342207,0,0,0,0,0 +342208,0,0,0,0,0 +342209,0,0,0,0,0 +342210,0,0,0,0,0 +342211,0,0,0,0,0 +342212,0,0,0,0,0 +342213,0,0,0,0,0 +342214,0,0,0,0,0 +342215,0,0,0,0,0 +342216,0,0,0,0,0 +342217,0,0,0,0,0 +342218,0,0,0,0,0 +342219,0,0,0,0,0 +342220,0,0,0,0,0 +342221,0,0,0,0,0 +342222,0,0,0,0,0 +342223,0,0,0,0,0 +342224,0,0,0,0,0 +342225,0,0,0,0,0 +342226,0,0,0,0,0 +342227,0,0,0,0,0 +342228,0,0,0,0,0 +342229,0,0,0,0,0 +342230,0,0,0,0,0 +342231,0,0,0,0,0 +342232,0,0,0,0,0 +342233,0,0,0,0,0 +342234,0,0,0,0,0 +342235,0,0,0,0,0 +342236,0,0,0,0,0 +342237,0,0,0,0,0 +342238,0,0,0,0,0 +342239,0,0,0,0,0 +342240,0,0,0,0,0 +342241,0,0,0,0,0 +342242,0,0,0,0,0 +342243,0,0,0,0,0 +342244,0,0,0,0,0 +342245,0,0,0,0,0 +342246,0,0,0,0,0 +342247,0,0,0,0,0 +342248,0,0,0,0,0 +342249,0,0,0,0,0 +342250,0,0,0,0,0 +342251,0,0,0,0,0 +342252,0,0,0,0,0 +342253,0,0,0,0,0 +342254,0,0,0,0,0 +342255,0,0,0,0,0 +342256,0,0,0,0,0 +342257,0,0,0,0,0 +342258,0,0,0,0,0 +342259,0,0,0,0,0 +342260,0,0,0,0,0 +342261,0,0,0,0,0 +342262,0,0,0,0,0 +342263,0,0,0,0,0 +342264,0,0,0,0,0 +342265,0,0,0,0,0 +342266,0,0,0,0,0 +342267,0,0,0,0,0 +342268,0,0,0,0,0 +342269,0,0,0,0,0 +342270,0,0,0,0,0 +342271,0,0,0,0,0 +342272,0,0,0,0,0 +342273,0,0,0,0,0 +342274,0,0,0,0,0 +342275,0,0,0,0,0 +342276,0,0,0,0,0 +342277,0,0,0,0,0 +342278,0,0,0,0,0 +342279,0,0,0,0,0 +342280,0,0,0,0,0 +342281,0,0,0,0,0 +342282,0,0,0,0,0 +342283,0,0,0,0,0 +342284,0,0,0,0,0 +342285,0,0,0,0,0 +342286,0,0,0,0,0 +342287,0,0,0,0,0 +342288,0,0,0,0,0 +342289,0,0,0,0,0 +342290,0,0,0,0,0 +342291,0,0,0,0,0 +342292,0,0,0,0,0 +342293,0,0,0,0,0 +342294,0,0,0,0,0 +342295,0,0,0,0,0 +342296,0,0,0,0,0 +342297,0,0,0,0,0 +342298,0,0,0,0,0 +342299,0,0,0,0,0 +342300,0,0,0,0,0 +342301,0,0,0,0,0 +342302,0,0,0,0,0 +342303,0,0,0,0,0 +342304,0,0,0,0,0 +342305,0,0,0,0,0 +342306,0,0,0,0,0 +342307,0,0,0,0,0 +342308,0,0,0,0,0 +342309,0,0,0,0,0 +342310,0,0,0,0,0 +342311,0,0,0,0,0 +342312,0,0,0,0,0 +342313,0,0,0,0,0 +342314,0,0,0,0,0 +342315,0,0,0,0,0 +342316,0,0,0,0,0 +342317,0,0,0,0,0 +342318,0,0,0,0,0 +342319,0,0,0,0,0 +342320,0,0,0,0,0 +342321,0,0,0,0,0 +342322,0,0,0,0,0 +342323,0,0,0,0,0 +342324,0,0,0,0,0 +342325,0,0,0,0,0 +342326,0,0,0,0,0 +342327,0,0,0,0,0 +342328,0,0,0,0,0 +342329,0,0,0,0,0 +342330,0,0,0,0,0 +342331,0,0,0,0,0 +342332,0,0,0,0,0 +342333,0,0,0,0,0 +342334,0,0,0,0,0 +342335,0,0,0,0,0 +342336,0,0,0,0,0 +342337,0,0,0,0,0 +342338,0,0,0,0,0 +342339,0,0,0,0,0 +342340,0,0,0,0,0 +342341,0,0,0,0,0 +342342,0,0,0,0,0 +342343,0,0,0,0,0 +342344,0,0,0,0,0 +342345,0,0,0,0,0 +342346,0,0,0,0,0 +342347,0,0,0,0,0 +342348,0,0,0,0,0 +342349,0,0,0,0,0 +342350,0,0,0,0,0 +342351,0,0,0,0,0 +342352,0,0,0,0,0 +342353,0,0,0,0,0 +342354,0,0,0,0,0 +342355,0,0,0,0,0 +342356,0,0,0,0,0 +342357,0,0,0,0,0 +342358,0,0,0,0,0 +342359,0,0,0,0,0 +342360,0,0,0,0,0 +342361,0,0,0,0,0 +342362,0,0,0,0,0 +342363,0,0,0,0,0 +342364,0,0,0,0,0 +342365,0,0,0,0,0 +342366,0,0,0,0,0 +342367,0,0,0,0,0 +342368,0,0,0,0,0 +342369,0,0,0,0,0 +342370,0,0,0,0,0 +342371,0,0,0,0,0 +342372,0,0,0,0,0 +342373,0,0,0,0,0 +342374,0,0,0,0,0 +342375,0,0,0,0,0 +342376,0,0,0,0,0 +342377,0,0,0,0,0 +342378,0,0,0,0,0 +342379,0,0,0,0,0 +342380,0,0,0,0,0 +342381,0,0,0,0,0 +342382,0,0,0,0,0 +342383,0,0,0,0,0 +342384,0,0,0,0,0 +342385,0,0,0,0,0 +342386,0,0,0,0,0 +342387,0,0,0,0,0 +342388,0,0,0,0,0 +342389,0,0,0,0,0 +342390,0,0,0,0,0 +342391,0,0,0,0,0 +342392,0,0,0,0,0 +342393,0,0,0,0,0 +342394,0,0,0,0,0 +342395,0,0,0,0,0 +342396,0,0,0,0,0 +342397,0,0,0,0,0 +342398,0,0,0,0,0 +342399,0,0,0,0,0 +342400,0,0,0,0,0 +342401,0,0,0,0,0 +342402,0,0,0,0,0 +342403,0,0,0,0,0 +342404,0,0,0,0,0 +342405,0,0,0,0,0 +342406,0,0,0,0,0 +342407,0,0,0,0,0 +342408,0,0,0,0,0 +342409,0,0,0,0,0 +342410,0,0,0,0,0 +342411,0,0,0,0,0 +342412,0,0,0,0,0 +342413,0,0,0,0,0 +342414,0,0,0,0,0 +342415,0,0,0,0,0 +342416,0,0,0,0,0 +342417,0,0,0,0,0 +342418,0,0,0,0,0 +342419,0,0,0,0,0 +342420,0,0,0,0,0 +342421,0,0,0,0,0 +342422,0,0,0,0,0 +342423,0,0,0,0,0 +342424,0,0,0,0,0 +342425,0,0,0,0,0 +342426,0,0,0,0,0 +342427,0,0,0,0,0 +342428,0,0,0,0,0 +342429,0,0,0,0,0 +342430,0,0,0,0,0 +342431,0,0,0,0,0 +342432,0,0,0,0,0 +342433,0,0,0,0,0 +342434,0,0,0,0,0 +342435,0,0,0,0,0 +342436,0,0,0,0,0 +342437,0,0,0,0,0 +342438,0,0,0,0,0 +342439,0,0,0,0,0 +342440,0,0,0,0,0 +342441,0,0,0,0,0 +342442,0,0,0,0,0 +342443,0,0,0,0,0 +342444,0,0,0,0,0 +342445,0,0,0,0,0 +342446,0,0,0,0,0 +342447,0,0,0,0,0 +342448,0,0,0,0,0 +342449,0,0,0,0,0 +342450,0,0,0,0,0 +342451,0,0,0,0,0 +342452,0,0,0,0,0 +342453,0,0,0,0,0 +342454,0,0,0,0,0 +342455,0,0,0,0,0 +342456,0,0,0,0,0 +342457,0,0,0,0,0 +342458,0,0,0,0,0 +342459,0,0,0,0,0 +342460,0,0,0,0,0 +342461,0,0,0,0,0 +342462,0,0,0,0,0 +342463,0,0,0,0,0 +342464,0,0,0,0,0 +342465,0,0,0,0,0 +342466,0,0,0,0,0 +342467,0,0,0,0,0 +342468,0,0,0,0,0 +342469,0,0,0,0,0 +342470,0,0,0,0,0 +342471,0,0,0,0,0 +342472,0,0,0,0,0 +342473,0,0,0,0,0 +342474,0,0,0,0,0 +342475,0,0,0,0,0 +342476,0,0,0,0,0 +342477,0,0,0,0,0 +342478,0,0,0,0,0 +342479,0,0,0,0,0 +342480,0,0,0,0,0 +342481,0,0,0,0,0 +342482,0,0,0,0,0 +342483,0,0,0,0,0 +342484,0,0,0,0,0 +342485,0,0,0,0,0 +342486,0,0,0,0,0 +342487,0,0,0,0,0 +342488,0,0,0,0,0 +342489,0,0,0,0,0 +342490,0,0,0,0,0 +342491,0,0,0,0,0 +342492,0,0,0,0,0 +342493,0,0,0,0,0 +342494,0,0,0,0,0 +342495,0,0,0,0,0 +342496,0,0,0,0,0 +342497,0,0,0,0,0 +342498,0,0,0,0,0 +342499,0,0,0,0,0 +342500,0,0,0,0,0 +342501,0,0,0,0,0 +342502,0,0,0,0,0 +342503,0,0,0,0,0 +342504,0,0,0,0,0 +342505,0,0,0,0,0 +342506,0,0,0,0,0 +342507,0,0,0,0,0 +342508,0,0,0,0,0 +342509,0,0,0,0,0 +342510,0,0,0,0,0 +342511,0,0,0,0,0 +342512,0,0,0,0,0 +342513,0,0,0,0,0 +342514,0,0,0,0,0 +342515,0,0,0,0,0 +342516,0,0,0,0,0 +342517,0,0,0,0,0 +342518,0,0,0,0,0 +342519,0,0,0,0,0 +342520,0,0,0,0,0 +342521,0,0,0,0,0 +342522,0,0,0,0,0 +342523,0,0,0,0,0 +342524,0,0,0,0,0 +342525,0,0,0,0,0 +342526,0,0,0,0,0 +342527,0,0,0,0,0 +342528,0,0,0,0,0 +342529,0,0,0,0,0 +342530,0,0,0,0,0 +342531,0,0,0,0,0 +342532,0,0,0,0,0 +342533,0,0,0,0,0 +342534,0,0,0,0,0 +342535,0,0,0,0,0 +342536,0,0,0,0,0 +342537,0,0,0,0,0 +342538,0,0,0,0,0 +342539,0,0,0,0,0 +342540,0,0,0,0,0 +342541,0,0,0,0,0 +342542,0,0,0,0,0 +342543,0,0,0,0,0 +342544,0,0,0,0,0 +342545,0,0,0,0,0 +342546,0,0,0,0,0 +342547,0,0,0,0,0 +342548,0,0,0,0,0 +342549,0,0,0,0,0 +342550,0,0,0,0,0 +342551,0,0,0,0,0 +342552,0,0,0,0,0 +342553,0,0,0,0,0 +342554,0,0,0,0,0 +342555,0,0,0,0,0 +342556,0,0,0,0,0 +342557,0,0,0,0,0 +342558,0,0,0,0,0 +342559,0,0,0,0,0 +342560,0,0,0,0,0 +342561,0,0,0,0,0 +342562,0,0,0,0,0 +342563,0,0,0,0,0 +342564,0,0,0,0,0 +342565,0,0,0,0,0 +342566,0,0,0,0,0 +342567,0,0,0,0,0 +342568,0,0,0,0,0 +342569,0,0,0,0,0 +342570,0,0,0,0,0 +342571,0,0,0,0,0 +342572,0,0,0,0,0 +342573,0,0,0,0,0 +342574,0,0,0,0,0 +342575,0,0,0,0,0 +342576,0,0,0,0,0 +342577,0,0,0,0,0 +342578,0,0,0,0,0 +342579,0,0,0,0,0 +342580,0,0,0,0,0 +342581,0,0,0,0,0 +342582,0,0,0,0,0 +342583,0,0,0,0,0 +342584,0,0,0,0,0 +342585,0,0,0,0,0 +342586,0,0,0,0,0 +342587,0,0,0,0,0 +342588,0,0,0,0,0 +342589,0,0,0,0,0 +342590,0,0,0,0,0 +342591,0,0,0,0,0 +342592,0,0,0,0,0 +342593,0,0,0,0,0 +342594,0,0,0,0,0 +342595,0,0,0,0,0 +342596,0,0,0,0,0 +342597,0,0,0,0,0 +342598,0,0,0,0,0 +342599,0,0,0,0,0 +342600,0,0,0,0,0 +342601,0,0,0,0,0 +342602,0,0,0,0,0 +342603,0,0,0,0,0 +342604,0,0,0,0,0 +342605,0,0,0,0,0 +342606,0,0,0,0,0 +342607,0,0,0,0,0 +342608,0,0,0,0,0 +342609,0,0,0,0,0 +342610,0,0,0,0,0 +342611,0,0,0,0,0 +342612,0,0,0,0,0 +342613,0,0,0,0,0 +342614,0,0,0,0,0 +342615,0,0,0,0,0 +342616,0,0,0,0,0 +342617,0,0,0,0,0 +342618,0,0,0,0,0 +342619,0,0,0,0,0 +342620,0,0,0,0,0 +342621,0,0,0,0,0 +342622,0,0,0,0,0 +342623,0,0,0,0,0 +342624,0,0,0,0,0 +342625,0,0,0,0,0 +342626,0,0,0,0,0 +342627,0,0,0,0,0 +342628,0,0,0,0,0 +342629,0,0,0,0,0 +342630,0,0,0,0,0 +342631,0,0,0,0,0 +342632,0,0,0,0,0 +342633,0,0,0,0,0 +342634,0,0,0,0,0 +342635,0,0,0,0,0 +342636,0,0,0,0,0 +342637,0,0,0,0,0 +342638,0,0,0,0,0 +342639,0,0,0,0,0 +342640,0,0,0,0,0 +342641,0,0,0,0,0 +342642,0,0,0,0,0 +342643,0,0,0,0,0 +342644,0,0,0,0,0 +342645,0,0,0,0,0 +342646,0,0,0,0,0 +342647,0,0,0,0,0 +342648,0,0,0,0,0 +342649,0,0,0,0,0 +342650,0,0,0,0,0 +342651,0,0,0,0,0 +342652,0,0,0,0,0 +342653,0,0,0,0,0 +342654,0,0,0,0,0 +342655,0,0,0,0,0 +342656,0,0,0,0,0 +342657,0,0,0,0,0 +342658,0,0,0,0,0 +342659,0,0,0,0,0 +342660,0,0,0,0,0 +342661,0,0,0,0,0 +342662,0,0,0,0,0 +342663,0,0,0,0,0 +342664,0,0,0,0,0 +342665,0,0,0,0,0 +342666,0,0,0,0,0 +342667,0,0,0,0,0 +342668,0,0,0,0,0 +342669,0,0,0,0,0 +342670,0,0,0,0,0 +342671,0,0,0,0,0 +342672,0,0,0,0,0 +342673,0,0,0,0,0 +342674,0,0,0,0,0 +342675,0,0,0,0,0 +342676,0,0,0,0,0 +342677,0,0,0,0,0 +342678,0,0,0,0,0 +342679,0,0,0,0,0 +342680,0,0,0,0,0 +342681,0,0,0,0,0 +342682,0,0,0,0,0 +342683,0,0,0,0,0 +342684,0,0,0,0,0 +342685,0,0,0,0,0 +342686,0,0,0,0,0 +342687,0,0,0,0,0 +342688,0,0,0,0,0 +342689,0,0,0,0,0 +342690,0,0,0,0,0 +342691,0,0,0,0,0 +342692,0,0,0,0,0 +342693,0,0,0,0,0 +342694,0,0,0,0,0 +342695,0,0,0,0,0 +342696,0,0,0,0,0 +342697,0,0,0,0,0 +342698,0,0,0,0,0 +342699,0,0,0,0,0 +342700,0,0,0,0,0 +342701,0,0,0,0,0 +342702,0,0,0,0,0 +342703,0,0,0,0,0 +342704,0,0,0,0,0 +342705,0,0,0,0,0 +342706,0,0,0,0,0 +342707,0,0,0,0,0 +342708,0,0,0,0,0 +342709,0,0,0,0,0 +342710,0,0,0,0,0 +342711,0,0,0,0,0 +342712,0,0,0,0,0 +342713,0,0,0,0,0 +342714,0,0,0,0,0 +342715,0,0,0,0,0 +342716,0,0,0,0,0 +342717,0,0,0,0,0 +342718,0,0,0,0,0 +342719,0,0,0,0,0 +342720,0,0,0,0,0 +342721,0,0,0,0,0 +342722,0,0,0,0,0 +342723,0,0,0,0,0 +342724,0,0,0,0,0 +342725,0,0,0,0,0 +342726,0,0,0,0,0 +342727,0,0,0,0,0 +342728,0,0,0,0,0 +342729,0,0,0,0,0 +342730,0,0,0,0,0 +342731,0,0,0,0,0 +342732,0,0,0,0,0 +342733,0,0,0,0,0 +342734,0,0,0,0,0 +342735,0,0,0,0,0 +342736,0,0,0,0,0 +342737,0,0,0,0,0 +342738,0,0,0,0,0 +342739,0,0,0,0,0 +342740,0,0,0,0,0 +342741,0,0,0,0,0 +342742,0,0,0,0,0 +342743,0,0,0,0,0 +342744,0,0,0,0,0 +342745,0,0,0,0,0 +342746,0,0,0,0,0 +342747,0,0,0,0,0 +342748,0,0,0,0,0 +342749,0,0,0,0,0 +342750,0,0,0,0,0 +342751,0,0,0,0,0 +342752,0,0,0,0,0 +342753,0,0,0,0,0 +342754,0,0,0,0,0 +342755,0,0,0,0,0 +342756,0,0,0,0,0 +342757,0,0,0,0,0 +342758,0,0,0,0,0 +342759,0,0,0,0,0 +342760,0,0,0,0,0 +342761,0,0,0,0,0 +342762,0,0,0,0,0 +342763,0,0,0,0,0 +342764,0,0,0,0,0 +342765,0,0,0,0,0 +342766,0,0,0,0,0 +342767,0,0,0,0,0 +342768,0,0,0,0,0 +342769,0,0,0,0,0 +342770,0,0,0,0,0 +342771,0,0,0,0,0 +342772,0,0,0,0,0 +342773,0,0,0,0,0 +342774,0,0,0,0,0 +342775,0,0,0,0,0 +342776,0,0,0,0,0 +342777,0,0,0,0,0 +342778,0,0,0,0,0 +342779,0,0,0,0,0 +342780,0,0,0,0,0 +342781,0,0,0,0,0 +342782,0,0,0,0,0 +342783,0,0,0,0,0 +342784,0,0,0,0,0 +342785,0,0,0,0,0 +342786,0,0,0,0,0 +342787,0,0,0,0,0 +342788,0,0,0,0,0 +342789,0,0,0,0,0 +342790,0,0,0,0,0 +342791,0,0,0,0,0 +342792,0,0,0,0,0 +342793,0,0,0,0,0 +342794,0,0,0,0,0 +342795,0,0,0,0,0 +342796,0,0,0,0,0 +342797,0,0,0,0,0 +342798,0,0,0,0,0 +342799,0,0,0,0,0 +342800,0,0,0,0,0 +342801,0,0,0,0,0 +342802,0,0,0,0,0 +342803,0,0,0,0,0 +342804,0,0,0,0,0 +342805,0,0,0,0,0 +342806,0,0,0,0,0 +342807,0,0,0,0,0 +342808,0,0,0,0,0 +342809,0,0,0,0,0 +342810,0,0,0,0,0 +342811,0,0,0,0,0 +342812,0,0,0,0,0 +342813,0,0,0,0,0 +342814,0,0,0,0,0 +342815,0,0,0,0,0 +342816,0,0,0,0,0 +342817,0,0,0,0,0 +342818,0,0,0,0,0 +342819,0,0,0,0,0 +342820,0,0,0,0,0 +342821,0,0,0,0,0 +342822,0,0,0,0,0 +342823,0,0,0,0,0 +342824,0,0,0,0,0 +342825,0,0,0,0,0 +342826,0,0,0,0,0 +342827,0,0,0,0,0 +342828,0,0,0,0,0 +342829,0,0,0,0,0 +342830,0,0,0,0,0 +342831,0,0,0,0,0 +342832,0,0,0,0,0 +342833,0,0,0,0,0 +342834,0,0,0,0,0 +342835,0,0,0,0,0 +342836,0,0,0,0,0 +342837,0,0,0,0,0 +342838,0,0,0,0,0 +342839,0,0,0,0,0 +342840,0,0,0,0,0 +342841,0,0,0,0,0 +342842,0,0,0,0,0 +342843,0,0,0,0,0 +342844,0,0,0,0,0 +342845,0,0,0,0,0 +342846,0,0,0,0,0 +342847,0,0,0,0,0 +342848,0,0,0,0,0 +342849,0,0,0,0,0 +342850,0,0,0,0,0 +342851,0,0,0,0,0 +342852,0,0,0,0,0 +342853,0,0,0,0,0 +342854,0,0,0,0,0 +342855,0,0,0,0,0 +342856,0,0,0,0,0 +342857,0,0,0,0,0 +342858,0,0,0,0,0 +342859,0,0,0,0,0 +342860,0,0,0,0,0 +342861,0,0,0,0,0 +342862,0,0,0,0,0 +342863,0,0,0,0,0 +342864,0,0,0,0,0 +342865,0,0,0,0,0 +342866,0,0,0,0,0 +342867,0,0,0,0,0 +342868,0,0,0,0,0 +342869,0,0,0,0,0 +342870,0,0,0,0,0 +342871,0,0,0,0,0 +342872,0,0,0,0,0 +342873,0,0,0,0,0 +342874,0,0,0,0,0 +342875,0,0,0,0,0 +342876,0,0,0,0,0 +342877,0,0,0,0,0 +342878,0,0,0,0,0 +342879,0,0,0,0,0 +342880,0,0,0,0,0 +342881,0,0,0,0,0 +342882,0,0,0,0,0 +342883,0,0,0,0,0 +342884,0,0,0,0,0 +342885,0,0,0,0,0 +342886,0,0,0,0,0 +342887,0,0,0,0,0 +342888,0,0,0,0,0 +342889,0,0,0,0,0 +342890,0,0,0,0,0 +342891,0,0,0,0,0 +342892,0,0,0,0,0 +342893,0,0,0,0,0 +342894,0,0,0,0,0 +342895,0,0,0,0,0 +342896,0,0,0,0,0 +342897,0,0,0,0,0 +342898,0,0,0,0,0 +342899,0,0,0,0,0 +342900,0,0,0,0,0 +342901,0,0,0,0,0 +342902,0,0,0,0,0 +342903,0,0,0,0,0 +342904,0,0,0,0,0 +342905,0,0,0,0,0 +342906,0,0,0,0,0 +342907,0,0,0,0,0 +342908,0,0,0,0,0 +342909,0,0,0,0,0 +342910,0,0,0,0,0 +342911,0,0,0,0,0 +342912,0,0,0,0,0 +342913,0,0,0,0,0 +342914,0,0,0,0,0 +342915,0,0,0,0,0 +342916,0,0,0,0,0 +342917,0,0,0,0,0 +342918,0,0,0,0,0 +342919,0,0,0,0,0 +342920,0,0,0,0,0 +342921,0,0,0,0,0 +342922,0,0,0,0,0 +342923,0,0,0,0,0 +342924,0,0,0,0,0 +342925,0,0,0,0,0 +342926,0,0,0,0,0 +342927,0,0,0,0,0 +342928,0,0,0,0,0 +342929,0,0,0,0,0 +342930,0,0,0,0,0 +342931,0,0,0,0,0 +342932,0,0,0,0,0 +342933,0,0,0,0,0 +342934,0,0,0,0,0 +342935,0,0,0,0,0 +342936,0,0,0,0,0 +342937,0,0,0,0,0 +342938,0,0,0,0,0 +342939,0,0,0,0,0 +342940,0,0,0,0,0 +342941,0,0,0,0,0 +342942,0,0,0,0,0 +342943,0,0,0,0,0 +342944,0,0,0,0,0 +342945,0,0,0,0,0 +342946,0,0,0,0,0 +342947,0,0,0,0,0 +342948,0,0,0,0,0 +342949,0,0,0,0,0 +342950,0,0,0,0,0 +342951,0,0,0,0,0 +342952,0,0,0,0,0 +342953,0,0,0,0,0 +342954,0,0,0,0,0 +342955,0,0,0,0,0 +342956,0,0,0,0,0 +342957,0,0,0,0,0 +342958,0,0,0,0,0 +342959,0,0,0,0,0 +342960,0,0,0,0,0 +342961,0,0,0,0,0 +342962,0,0,0,0,0 +342963,0,0,0,0,0 +342964,0,0,0,0,0 +342965,0,0,0,0,0 +342966,0,0,0,0,0 +342967,0,0,0,0,0 +342968,0,0,0,0,0 +342969,0,0,0,0,0 +342970,0,0,0,0,0 +342971,0,0,0,0,0 +342972,0,0,0,0,0 +342973,0,0,0,0,0 +342974,0,0,0,0,0 +342975,0,0,0,0,0 +342976,0,0,0,0,0 +342977,0,0,0,0,0 +342978,0,0,0,0,0 +342979,0,0,0,0,0 +342980,0,0,0,0,0 +342981,0,0,0,0,0 +342982,0,0,0,0,0 +342983,0,0,0,0,0 +342984,0,0,0,0,0 +342985,0,0,0,0,0 +342986,0,0,0,0,0 +342987,0,0,0,0,0 +342988,0,0,0,0,0 +342989,0,0,0,0,0 +342990,0,0,0,0,0 +342991,0,0,0,0,0 +342992,0,0,0,0,0 +342993,0,0,0,0,0 +342994,0,0,0,0,0 +342995,0,0,0,0,0 +342996,0,0,0,0,0 +342997,0,0,0,0,0 +342998,0,0,0,0,0 +342999,0,0,0,0,0 +343000,0,0,0,0,0 +343001,0,0,0,0,0 +343002,0,0,0,0,0 +343003,0,0,0,0,0 +343004,0,0,0,0,0 +343005,0,0,0,0,0 +343006,0,0,0,0,0 +343007,0,0,0,0,0 +343008,0,0,0,0,0 +343009,0,0,0,0,0 +343010,0,0,0,0,0 +343011,0,0,0,0,0 +343012,0,0,0,0,0 +343013,0,0,0,0,0 +343014,0,0,0,0,0 +343015,0,0,0,0,0 +343016,0,0,0,0,0 +343017,0,0,0,0,0 +343018,0,0,0,0,0 +343019,0,0,0,0,0 +343020,0,0,0,0,0 +343021,0,0,0,0,0 +343022,0,0,0,0,0 +343023,0,0,0,0,0 +343024,0,0,0,0,0 +343025,0,0,0,0,0 +343026,0,0,0,0,0 +343027,0,0,0,0,0 +343028,0,0,0,0,0 +343029,0,0,0,0,0 +343030,0,0,0,0,0 +343031,0,0,0,0,0 +343032,0,0,0,0,0 +343033,0,0,0,0,0 +343034,0,0,0,0,0 +343035,0,0,0,0,0 +343036,0,0,0,0,0 +343037,0,0,0,0,0 +343038,0,0,0,0,0 +343039,0,0,0,0,0 +343040,0,0,0,0,0 +343041,0,0,0,0,0 +343042,0,0,0,0,0 +343043,0,0,0,0,0 +343044,0,0,0,0,0 +343045,0,0,0,0,0 +343046,0,0,0,0,0 +343047,0,0,0,0,0 +343048,0,0,0,0,0 +343049,0,0,0,0,0 +343050,0,0,0,0,0 +343051,0,0,0,0,0 +343052,0,0,0,0,0 +343053,0,0,0,0,0 +343054,0,0,0,0,0 +343055,0,0,0,0,0 +343056,0,0,0,0,0 +343057,0,0,0,0,0 +343058,0,0,0,0,0 +343059,0,0,0,0,0 +343060,0,0,0,0,0 +343061,0,0,0,0,0 +343062,0,0,0,0,0 +343063,0,0,0,0,0 +343064,0,0,0,0,0 +343065,0,0,0,0,0 +343066,0,0,0,0,0 +343067,0,0,0,0,0 +343068,0,0,0,0,0 +343069,0,0,0,0,0 +343070,0,0,0,0,0 +343071,0,0,0,0,0 +343072,0,0,0,0,0 +343073,0,0,0,0,0 +343074,0,0,0,0,0 +343075,0,0,0,0,0 +343076,0,0,0,0,0 +343077,0,0,0,0,0 +343078,0,0,0,0,0 +343079,0,0,0,0,0 +343080,0,0,0,0,0 +343081,0,0,0,0,0 +343082,0,0,0,0,0 +343083,0,0,0,0,0 +343084,0,0,0,0,0 +343085,0,0,0,0,0 +343086,0,0,0,0,0 +343087,0,0,0,0,0 +343088,0,0,0,0,0 +343089,0,0,0,0,0 +343090,0,0,0,0,0 +343091,0,0,0,0,0 +343092,0,0,0,0,0 +343093,0,0,0,0,0 +343094,0,0,0,0,0 +343095,0,0,0,0,0 +343096,0,0,0,0,0 +343097,0,0,0,0,0 +343098,0,0,0,0,0 +343099,0,0,0,0,0 +343100,0,0,0,0,0 +343101,0,0,0,0,0 +343102,0,0,0,0,0 +343103,0,0,0,0,0 +343104,0,0,0,0,0 +343105,0,0,0,0,0 +343106,0,0,0,0,0 +343107,0,0,0,0,0 +343108,0,0,0,0,0 +343109,0,0,0,0,0 +343110,0,0,0,0,0 +343111,0,0,0,0,0 +343112,0,0,0,0,0 +343113,0,0,0,0,0 +343114,0,0,0,0,0 +343115,0,0,0,0,0 +343116,0,0,0,0,0 +343117,0,0,0,0,0 +343118,0,0,0,0,0 +343119,0,0,0,0,0 +343120,0,0,0,0,0 +343121,0,0,0,0,0 +343122,0,0,0,0,0 +343123,0,0,0,0,0 +343124,0,0,0,0,0 +343125,0,0,0,0,0 +343126,0,0,0,0,0 +343127,0,0,0,0,0 +343128,0,0,0,0,0 +343129,0,0,0,0,0 +343130,0,0,0,0,0 +343131,0,0,0,0,0 +343132,0,0,0,0,0 +343133,0,0,0,0,0 +343134,0,0,0,0,0 +343135,0,0,0,0,0 +343136,0,0,0,0,0 +343137,0,0,0,0,0 +343138,0,0,0,0,0 +343139,0,0,0,0,0 +343140,0,0,0,0,0 +343141,0,2787.005325,1117.246942,0,0 +343142,0,833.6585125,1104.50581,0,0 +343143,0,0,1081.028472,0,0 +343144,0,355.1144514,1057.548443,0,0 +343145,0,717.4295413,1037.820741,0,0 +343146,0,439.2095425,1022.16661,0,0 +343147,0,501.3492846,1009.667711,0,0 +343148,0,509.8084757,999.6523089,0,0 +343149,0,519.5055082,991.5307429,0,0 +343150,0,528.7219081,984.9552465,0,0 +343151,0,538.858362,860.3438176,0,0 +343152,0,548.4752507,824.9648441,0,0 +343153,0,558.4171602,911.7325124,0,0 +343154,0,568.3912117,878.7423126,0,0 +343155,0,578.2913959,898.0627229,0,0 +343156,0,588.4101273,906.0489899,0,0 +343157,0,598.62209,917.8585526,0,0 +343158,0,609.0062226,930.7725956,0,0 +343159,0,619.3422729,941.1551174,0,0 +343160,0,629.8802748,952.0785384,0,0 +343161,0,640.3972429,965.8886911,0,0 +343162,0,650.9700705,973.3928764,0,0 +343163,0,661.7073716,977.4949094,0,0 +343164,0,672.367899,977.6621124,0,0 +343165,0,683.2340136,978.0678808,0,0 +343166,0,694.0095248,978.7441316,0,0 +343167,0,704.9906507,979.6663932,0,0 +343168,0,715.8728378,980.7966514,0,0 +343169,0,726.9626001,982.1002589,0,0 +343170,0,737.9437719,983.5498023,0,0 +343171,0,747.7096783,985.1236789,0,0 +343172,0,757.2875716,986.7655288,0,0 +343173,0,766.2198454,988.4433832,0,0 +343174,0,782.0039023,990.1361156,0,0 +343175,0,794.2838841,991.8380906,0,0 +343176,0,807.1108143,993.5502211,0,0 +343177,0,819.4660047,995.266319,0,0 +343178,0,831.9741143,996.9827039,0,0 +343179,0,844.4149832,998.6979702,0,0 +343180,0,856.5406686,1000.384409,0,0 +343181,0,868.9344943,1002.054633,0,0 +343182,0,880.8965058,1003.733786,0,0 +343183,0,893.1071924,1005.414755,0,0 +343184,0,905.077417,1007.092824,0,0 +343185,0,916.9803907,1008.764703,0,0 +343186,0,928.9672651,1010.428181,0,0 +343187,0,940.7596669,1012.08174,0,0 +343188,0,952.5525783,1013.724216,0,0 +343189,0,964.2774911,1015.35474,0,0 +343190,0,975.8905504,1016.972576,0,0 +343191,0,987.6522119,1018.57711,0,0 +343192,0,999.0221633,1020.167829,0,0 +343193,0,1010.677846,1021.744164,0,0 +343194,0,1022.078679,1023.305745,0,0 +343195,0,1033.493007,1024.8521,0,0 +343196,0,1044.84617,1026.38284,0,0 +343197,0,1056.082675,1027.897593,0,0 +343198,0,1067.496041,1029.39599,0,0 +343199,0,1078.542705,1030.87774,0,0 +343200,0,1089.68633,1032.34241,0,0 +343201,0,1101.067904,1033.789773,0,0 +343202,0,1112.287208,1035.20601,0,0 +343203,0,1124.485432,1036.608093,0,0 +343204,0,1141.232548,1038.021541,0,0 +343205,0,1144.208177,1039.438371,0,0 +343206,0,1168.355367,1040.84576,0,0 +343207,0,1161.749893,1042.250911,0,0 +343208,0,1166.999073,1043.64002,0,0 +343209,0,1198.716846,1045.018372,0,0 +343210,0,1197.985844,1046.38832,0,0 +343211,0,1211.538798,1047.740895,0,0 +343212,0,1222.159959,1049.078937,0,0 +343213,0,1233.131127,1050.40226,0,0 +343214,83.83926633,1243.631054,1051.703078,0,0 +343215,60.97362227,1254.407207,1053.015672,0,0 +343216,70.06621945,1264.773011,1054.287868,0,0 +343217,80.72096388,1275.475307,1055.547406,0,0 +343218,87.52222943,1285.950614,1056.759542,35.11678033,0 +343219,94.64293961,1296.268133,1057.952591,28.55125833,0 +343220,101.5092586,1306.693192,1059.132938,31.45602277,0 +343221,108.4047708,1316.993,1060.304538,36.7885183,0 +343222,115.269829,1327.256774,1061.459758,40.2163833,0 +343223,121.9916839,1337.547067,1062.599132,43.6681299,0 +343224,128.9523239,1347.576936,1063.71811,47.00966755,0 +343225,135.6423692,1357.658763,1064.819413,50.42899021,0 +343226,142.4289914,1367.900473,1065.899221,53.7499262,0 +343227,149.1576194,1377.703313,1066.960696,57.043237,0 +343228,155.8758254,1387.720224,1067.976407,60.36451728,0 +343229,162.566838,1397.67674,1068.960368,63.68490544,0 +343230,169.1174323,1407.285342,1069.940064,66.93353755,0 +343231,175.9844501,1416.852919,1070.905479,70.20876424,0 +343232,182.6591631,1426.019431,1071.847762,73.40902981,0 +343233,189.0912201,1435.269719,1072.762425,76.73057536,0 +343234,195.6772361,1444.192869,1073.648646,79.9219937,0 +343235,202.4824293,1453.132953,1074.506835,83.14727225,0 +343236,208.9518638,1462.133485,1075.337799,86.28813054,0 +343237,215.5514209,1470.94814,1076.142042,89.62819179,0 +343238,221.9403629,1479.53841,1076.920247,92.60658893,0 +343239,228.9336272,1488.233988,1077.672751,95.85821373,0 +343240,235.0602594,1496.765509,1078.376631,99.12194315,0 +343241,241.7588281,1505.325431,1079.047223,102.054086,0 +343242,248.2458198,1513.475439,1079.707565,105.3645802,0 +343243,254.7555977,1521.992651,1080.351155,108.4909337,0 +343244,261.0603942,1530.13631,1080.974728,111.4365029,0 +343245,267.8656377,1538.301846,1081.576515,114.7136597,0 +343246,274.1954692,1546.471153,1082.156102,117.6619579,0 +343247,280.7114131,1561.013781,1082.712892,120.9706235,0 +343248,287.1845276,1557.466731,1083.249083,123.8638845,0 +343249,293.6512288,1591.451901,1083.75884,126.9311008,0 +343250,300.1128202,1545.791754,1084.25489,130.120275,0 +343251,306.5681385,1601.924343,1084.688728,133.1118977,0 +343252,313.0312378,1589.36681,1085.113956,136.2690689,0 +343253,319.4824763,1600.667674,1085.52059,139.0865748,0 +343254,325.8938098,1608.177634,1085.9156,142.3398978,0 +343255,332.3731819,1615.654147,1086.292412,145.2860086,0 +343256,338.788442,1622.81295,1086.649781,148.3318084,0 +343257,345.2229958,1630.126672,1086.987035,151.2559966,0 +343258,351.6218169,1637.170367,1087.304076,154.5310988,0 +343259,358.0877667,1644.406026,1087.600971,157.300403,0 +343260,364.4879989,1651.442495,1087.877774,160.4079983,0 +343261,370.1103018,1658.083771,1088.134792,163.0829531,0 +343262,376.0909588,1664.839376,1088.365665,165.8369502,0 +343263,381.6213748,1671.423064,1088.544122,168.6695745,0 +343264,387.2859023,1677.945472,1088.683846,171.4260443,0 +343265,393.2526133,1684.491766,1088.805937,174.0954911,0 +343266,398.9644354,1690.706145,1088.905005,176.9223381,0 +343267,404.5094268,1697.072515,1088.979122,179.6816217,0 +343268,410.4367834,1703.162413,1089.028024,182.1810773,0 +343269,415.9135796,1709.456596,1089.052202,185.0900737,0 +343270,421.8292763,1715.44109,1089.052287,187.7743157,0 +343271,427.291129,1727.05252,1089.029068,190.4085788,0 +343272,433.1962565,1721.347764,1088.984734,193.1976553,0 +343273,438.6447013,1733.811106,1088.914834,195.7991553,0 +343274,444.5045593,1739.616768,1088.827039,198.5774243,0 +343275,450.0305291,1744.310537,1088.697461,201.0301301,0 +343276,455.797387,1750.036695,1088.542119,204.0137099,0 +343277,461.3115456,1755.734475,1088.38112,206.4845402,0 +343278,467.1517428,1761.071549,1088.207511,209.2684875,0 +343279,472.5734579,1766.532244,1088.018592,211.8379144,0 +343280,478.4395315,1771.846125,1087.812938,214.5861035,0 +343281,483.8423314,1776.876417,1087.590526,217.1465705,0 +343282,489.6625191,1782.175256,1087.351115,220.0266563,0 +343283,495.153674,1787.229941,1087.095453,222.3542142,0 +343284,500.8744278,1792.148966,1086.823434,225.1933113,0 +343285,506.354705,1797.150148,1086.535844,227.5583612,0 +343286,512.1603807,1802.013356,1086.232843,230.5133652,0 +343287,517.538883,1810.540522,1085.895467,232.9275571,0 +343288,523.3330667,1808.373635,1085.539851,235.6647653,0 +343289,528.3387635,1834.695621,1085.180249,238.1890996,0 +343290,534.7859531,1792.934376,1084.820327,240.8898456,0 +343291,539.9250319,1838.87048,1084.434169,243.4759027,0 +343292,545.8609683,1826.031617,1084.055572,246.2549815,0 +343293,551.504759,1833.48868,1083.65925,248.850631,0 +343294,557.236891,1837.728158,1083.258218,251.6319056,0 +343295,562.8888416,1841.831122,1082.84951,254.2275649,0 +343296,568.7206886,1845.873346,1082.433306,257.0072999,0 +343297,574.2685509,1849.83456,1082.009846,259.4247662,0 +343298,580.1384137,1853.831545,1081.579042,262.4773653,0 +343299,585.6285255,1861.593602,1081.122889,264.9290324,0 +343300,591.6121028,1855.600506,1080.656973,267.7368162,0 +343301,597.0343359,1867.264414,1080.193556,270.3234573,0 +343302,602.8902185,1868.108731,1079.732668,273.0945858,0 +343303,608.4810504,1871.862064,1079.26658,275.6783968,0 +343304,614.2984585,1875.355844,1078.794764,278.4458981,0 +343305,619.8260885,1878.688213,1078.32081,281.0261656,0 +343306,625.6708699,1881.943494,1077.841684,283.7877498,0 +343307,631.1848251,1885.239296,1077.358925,286.3643293,0 +343308,636.9724367,1890.560782,1076.870786,289.1217879,0 +343309,642.6064054,1889.673786,1076.37919,291.6936019,0 +343310,648.3183119,1906.639682,1075.88243,294.4460295,0 +343311,653.81235,1878.280476,1075.386354,297.013162,0 +343312,659.7035028,1912.939183,1074.856837,299.7602899,0 +343313,665.1522915,1913.386186,1074.334697,302.3225307,0 +343314,671.0238945,1881.033082,1073.818395,304.8630903,0 +343315,676.3696382,1920.560132,1073.295974,307.7337488,0 +343316,682.2913883,1907.125441,1072.789541,310.3119051,0 +343317,687.7114383,1923.423297,1072.273845,313.1140386,0 +343318,693.4552233,1899.061902,1071.763937,315.5158779,0 +343319,699.0544516,1932.473524,1071.244741,318.2278128,0 +343320,704.7049348,1906.760502,1070.738638,320.9359978,0 +343321,710.2292541,1937.814292,1070.221703,323.4539393,0 +343322,715.9632141,1906.030954,1069.71847,326.2056679,0 +343323,721.5146045,1955.466325,1069.187609,328.7709895,0 +343324,727.2607042,1908.949208,1068.693312,331.4672631,0 +343325,732.7813514,1923.477309,1068.178882,334.026358,0 +343326,738.4133447,1957.968682,1067.669083,336.7693923,0 +343327,743.9895666,1898.489154,1067.184316,339.2718884,0 +343328,749.7014098,1971.646435,1066.679665,342.0079333,0 +343329,755.1425415,1899.083631,1066.224975,344.5588692,0 +343330,760.8371207,1974.718099,1065.726797,347.2364632,0 +343331,766.4084436,1901.770027,1065.288274,349.7807645,0 +343332,772.0114172,1977.175117,1064.803803,352.5078667,0 +343333,777.4750351,1904.252769,1064.382662,354.9926147,0 +343334,783.1935033,1979.026245,1063.897767,357.7123913,0 +343335,788.5266085,1906.792529,1063.493508,360.2490759,0 +343336,794.3369338,1980.433234,1063.038148,362.9068535,0 +343337,799.6709036,1912.943371,1062.659882,365.4365746,0 +343338,805.4461503,1975.905128,1062.229572,367.8702763,0 +343339,810.6536082,1926.815689,1061.870535,370.7917412,0 +343340,816.4893805,1962.51537,1061.473922,373.2423604,0 +343341,821.7841935,1921.183561,1061.123133,375.8073888,0 +343342,827.4703501,1981.532096,1060.780102,378.5094181,0 +343343,832.8120507,1924.168162,1060.517795,380.9640487,0 +343344,838.4066085,1967.204108,1060.235034,383.6597129,0 +343345,843.9027184,1920.886478,1060.025722,386.1447285,0 +343346,849.3957305,1983.031324,1059.796528,388.8416042,0 +343347,854.7719128,1925.482121,1059.659898,391.2849892,0 +343348,860.391614,1966.168993,1059.510586,393.9703074,0 +343349,865.6907609,1922.78032,1059.425834,396.4456497,0 +343350,871.2390642,1980.597682,1059.319211,399.1052457,0 +343351,876.3854211,1925.564992,1059.30086,401.5173869,0 +343352,881.6153686,1964.416567,1059.254948,403.9046335,0 +343353,887.0463844,1919.116433,1059.278293,406.4777533,0 +343354,892.9424649,1980.247872,1059.289096,408.858237,0 +343355,898.1959527,1911.522201,1059.377685,411.2611652,0 +343356,903.799091,1975.427077,1059.427783,413.7433117,0 +343357,908.8902758,1912.164573,1059.544209,416.0935501,0 +343358,914.1511955,1972.055996,1059.638721,418.4706696,0 +343359,919.636213,1906.029371,1059.802047,420.980714,0 +343360,924.7674276,1975.091097,1059.937235,423.3214214,0 +343361,929.9999981,1900.296429,1060.139058,425.6421388,0 +343362,935.5532291,1972.914684,1060.288395,428.1934178,0 +343363,940.6031481,1897.057672,1060.517765,430.4566763,0 +343364,945.8942997,1969.642013,1060.705673,432.8377948,0 +343365,951.2823965,1910.892388,1060.962384,435.3176324,0 +343366,956.4540606,1918.535113,1061.198094,437.5848182,0 +343367,961.5882535,1956.765928,1061.440073,439.9144154,0 +343368,966.809787,1894.90952,1061.7145,442.4052578,0 +343369,972.302735,1944.126322,1061.96844,444.6446893,0 +343370,977.3918281,1897.279841,1062.262463,446.9985604,0 +343371,982.5944698,1940.715233,1062.539464,449.4865005,0 +343372,987.88074,1907.627619,1062.836568,451.6993645,0 +343373,993.182048,1900.309997,1063.133375,454.035406,0 +343374,998.2985685,1918.314454,1063.444188,456.4725057,0 +343375,1003.440322,1904.741324,1063.769853,458.7190519,0 +343376,1008.542235,1904.49087,1064.0976,461.0202322,0 +343377,1014.05695,1901.72454,1064.434028,463.3660215,0 +343378,1019.02615,1898.889591,1064.777725,465.7507939,0 +343379,1024.16854,1915.532241,1065.127268,468.0066549,0 +343380,1029.322188,1885.769234,1065.489331,470.2877492,0 +343381,1034.453118,1872.748133,1065.84657,472.5807471,0 +343382,1039.574322,1899.0293,1066.211649,474.872897,0 +343383,1044.687075,1879.865477,1066.592178,477.1942834,0 +343384,1049.792839,1880.064916,1066.969942,479.4305381,0 +343385,1057.263733,1876.630218,1067.355685,481.7372922,0 +343386,1059.867919,1873.141287,1067.747893,484.010818,0 +343387,1068.92318,1869.575173,1068.143525,486.2860873,0 +343388,1068.262914,1887.920328,1068.533362,488.5583293,0 +343389,1082.715678,1830.129643,1068.943473,490.8270231,0 +343390,1073.449397,1874.197071,1069.343227,493.1259071,0 +343391,1080.10913,1851.054941,1069.755915,495.3372503,0 +343392,1095.005407,1850.52358,1070.172893,497.621649,0 +343393,1093.920677,1846.560534,1070.60474,499.8718741,0 +343394,1100.503563,1842.459762,1071.039057,502.12469,0 +343395,1105.428905,1838.297465,1071.480348,504.374257,0 +343396,1110.516837,1834.061555,1071.927533,506.6209791,0 +343397,1115.519392,1829.753365,1072.379711,508.898963,0 +343398,1120.528735,1825.373577,1072.837968,511.0868756,0 +343399,1125.620174,1820.80577,1073.30113,513.3504282,0 +343400,1130.476438,1838.543333,1073.770159,515.5793559,0 +343401,1135.442588,1779.446657,1074.250681,517.8108326,0 +343402,1140.54568,1823.253792,1074.718089,520.0396653,0 +343403,1145.449184,1798.567804,1075.212593,522.2655302,0 +343404,1150.429742,1797.669466,1075.70053,524.4886456,0 +343405,1155.478314,1792.676318,1076.197173,526.7443157,0 +343406,1160.286853,1787.767246,1076.699345,528.5501599,0 +343407,1165.212944,1782.770366,1077.20626,531.3378529,0 +343408,1170.208865,1777.705916,1077.719368,533.2718416,0 +343409,1175.055321,1772.68926,1078.237143,535.5433864,0 +343410,1180.052284,1767.216998,1078.760914,537.7503401,0 +343411,1184.685708,1762.067773,1079.289428,539.8601285,0 +343412,1189.770314,1756.491343,1079.821591,542.0488068,0 +343413,1194.241115,1750.953169,1080.354803,544.1815679,0 +343414,1199.142453,1745.32786,1080.889471,546.248256,0 +343415,1203.78374,1739.522883,1081.424926,548.3870434,0 +343416,1208.569957,1733.916776,1081.962458,550.4855605,0 +343417,1213.201884,1744.271632,1082.50144,552.5472124,0 +343418,1218.057594,1698.386955,1083.047678,554.6987789,0 +343419,1222.51516,1744.063392,1083.568777,556.7591088,0 +343420,1227.235792,1683.981818,1084.125777,558.8497218,0 +343421,1231.954484,1715.672881,1084.672275,560.9290007,0 +343422,1236.528262,1695.374939,1085.2357,563.0423478,0 +343423,1241.040794,1691.710311,1085.789707,565.014736,0 +343424,1245.801129,1685.501975,1086.349124,567.1690321,0 +343425,1250.32871,1679.092095,1086.910647,569.1943278,0 +343426,1255.034361,1672.890911,1087.475762,571.2584191,0 +343427,1259.461237,1666.414106,1088.043764,573.3116042,0 +343428,1264.103872,1659.974687,1088.615597,575.3609989,0 +343429,1268.642351,1653.470157,1089.190404,577.4064379,0 +343430,1273.185524,1646.917031,1089.769241,579.4087584,0 +343431,1277.717564,1640.205588,1090.351052,581.5070172,0 +343432,1282.237714,1633.713756,1090.936967,583.5517265,0 +343433,1286.74613,1627.051396,1091.525966,585.5283185,0 +343434,1291.344564,1620.182154,1092.106192,587.5866114,0 +343435,1295.56986,1613.375645,1092.688342,589.6040758,0 +343436,1300.279743,1606.687407,1093.283764,591.6253334,0 +343437,1304.646428,1599.758794,1093.885986,593.6029383,0 +343438,1309.114743,1592.879453,1094.493602,595.679743,0 +343439,1313.554605,1585.948109,1095.104783,597.6611354,0 +343440,1317.983126,1578.8751,1095.720248,599.6774796,0 +343441,1322.393719,1572.034043,1096.338762,601.6773719,0 +343442,1326.791016,1584.735134,1096.959575,603.6721337,0 +343443,1331.280425,1528.896117,1097.60313,605.7049789,0 +343444,1335.492993,1585.402715,1098.220147,607.5879313,0 +343445,1339.935098,1510.921606,1098.868476,609.6687903,0 +343446,1344.268245,1554.092686,1099.485841,611.6129367,0 +343447,1348.607743,1521.812387,1100.135706,613.600614,0 +343448,1352.936314,1524.290821,1100.76842,615.5787541,0 +343449,1357.253813,1514.503425,1101.403811,617.5545749,0 +343450,1361.453424,1507.841021,1102.046685,619.5281437,0 +343451,1365.913727,1500.368214,1102.695348,621.4995722,0 +343452,1370.117532,1493.311959,1103.349202,623.4261329,0 +343453,1374.517305,1485.953633,1104.019389,625.4586725,0 +343454,1378.618926,1478.76463,1104.693627,627.3925214,0 +343455,1382.95631,1471.446941,1105.362949,629.407329,0 +343456,1387.183437,1463.952964,1106.031895,631.3034108,0 +343457,1391.419251,1456.774113,1106.703474,633.2971415,0 +343458,1395.64585,1449.393962,1107.377607,635.248889,0 +343459,1399.863809,1441.9541,1108.055551,637.206763,0 +343460,1404.072666,1434.599988,1108.736394,639.1632164,0 +343461,1408.273403,1427.168471,1109.421302,641.0750057,0 +343462,1412.465819,1419.874176,1110.109158,643.0954047,0 +343463,1416.763028,1412.48994,1110.801146,645.0155164,0 +343464,1420.766435,1405.083734,1111.49612,646.9751584,0 +343465,1428.800126,1397.805029,1112.195014,648.9264768,0 +343466,1425.299294,1390.229901,1112.898471,650.8769795,0 +343467,1448.21392,1383.078543,1113.588822,652.8268746,0 +343468,1415.570408,1375.669143,1114.303277,654.8210816,0 +343469,1452.502411,1368.365852,1115.014454,656.6558889,0 +343470,1443.296836,1360.977191,1115.728704,658.7071064,0 +343471,1449.54159,1353.53339,1116.456618,660.4200618,0 +343472,1453.347201,1345.966876,1117.176893,662.1436846,0 +343473,1457.185797,1338.264062,1117.884399,663.8390671,0 +343474,1460.717438,1330.655415,1118.579983,665.5191415,0 +343475,1464.495796,1323.193457,1119.265096,667.1864669,0 +343476,1468.150809,1315.581671,1119.941553,668.8421866,0 +343477,1471.812008,1308.064071,1120.610498,670.4874317,0 +343478,1475.461168,1300.556966,1121.273014,672.1226279,0 +343479,1479.101414,1293.078638,1121.929853,673.7485378,0 +343480,1482.732911,1285.631962,1122.581718,675.3191991,0 +343481,1486.358553,1278.21896,1123.229169,676.9978478,0 +343482,1490.098033,1270.756983,1123.87275,678.5629669,0 +343483,1493.534601,1263.5399,1124.51289,680.1633105,0 +343484,1497.242983,1256.268284,1125.149968,681.7480037,0 +343485,1500.844844,1248.834321,1125.784411,683.3720988,0 +343486,1504.350665,1241.803275,1126.41644,684.8717449,0 +343487,1508.16661,1234.584192,1127.046432,686.470756,0 +343488,1511.718115,1227.498252,1127.674646,688.019882,0 +343489,1515.395848,1220.452789,1128.301238,689.5707902,21.51524501 +343490,1519.066069,1213.472663,1128.931848,691.1154147,45.38775022 +343491,1522.73671,1206.548935,1129.563438,692.6541923,38.82598767 +343492,1526.522687,1199.612629,1130.174375,694.1395662,42.08925782 +343493,1529.997272,1192.92947,1130.783588,695.7390945,46.84566386 +343494,1533.743709,1186.152087,1131.401284,697.2249088,49.41380098 +343495,1537.372723,1179.512878,1132.021415,698.7496514,52.21381962 +343496,1541.014646,1172.93072,1132.642189,700.2608538,54.86591715 +343497,1544.651251,1166.505959,1133.262839,701.7670959,57.59329333 +343498,1548.281056,1160.015786,1133.883198,703.2681281,60.18862485 +343499,1551.904388,1176.176503,1134.502739,704.7642916,62.87193839 +343500,1555.521292,1114.355733,1135.142145,706.2553445,65.45211723 +343501,0,0,0,0,0 +343502,0,0,0,0,0 +343503,0,0,0,0,0 +343504,0,0,0,0,0 +343505,0,0,0,0,0 +343506,0,0,0,0,0 +343507,0,0,0,0,0 +343508,0,0,0,0,0 +343509,0,0,0,0,0 +343510,0,0,0,0,0 +343511,0,0,0,0,0 +343512,0,0,0,0,0 +343513,0,0,0,0,0 +343514,0,0,0,0,0 +343515,0,0,0,0,0 +343516,0,0,0,0,0 +343517,0,0,0,0,0 +343518,0,0,0,0,0 +343519,0,0,0,0,0 +343520,0,0,0,0,0 +343521,0,0,0,0,0 +343522,0,0,0,0,0 +343523,0,0,0,0,0 +343524,0,0,0,0,0 +343525,0,0,0,0,0 +343526,0,0,0,0,0 +343527,0,0,0,0,0 +343528,0,0,0,0,0 +343529,0,0,0,0,0 +343530,0,0,0,0,0 +343531,0,0,0,0,0 +343532,0,0,0,0,0 +343533,0,0,0,0,0 +343534,0,0,0,0,0 +343535,0,0,0,0,0 +343536,0,0,0,0,0 +343537,0,0,0,0,0 +343538,0,0,0,0,0 +343539,0,0,0,0,0 +343540,0,0,0,0,0 +343541,0,0,0,0,0 +343542,0,0,0,0,0 +343543,0,0,0,0,0 +343544,0,0,0,0,0 +343545,0,0,0,0,0 +343546,0,0,0,0,0 +343547,0,0,0,0,0 +343548,0,0,0,0,0 +343549,0,0,0,0,0 +343550,0,0,0,0,0 +343551,0,0,0,0,0 +343552,0,0,0,0,0 +343553,0,0,0,0,0 +343554,0,0,0,0,0 +343555,0,0,0,0,0 +343556,0,0,0,0,0 +343557,0,0,0,0,0 +343558,0,0,0,0,0 +343559,0,0,0,0,0 +343560,0,0,0,0,0 +343561,0,0,0,0,0 +343562,0,0,0,0,0 +343563,0,0,0,0,0 +343564,0,0,0,0,0 +343565,0,0,0,0,0 +343566,0,0,0,0,0 +343567,0,0,0,0,0 +343568,0,0,0,0,0 +343569,0,0,0,0,0 +343570,0,0,0,0,0 +343571,0,0,0,0,0 +343572,0,0,0,0,0 +343573,0,0,0,0,0 +343574,0,0,0,0,0 +343575,0,0,0,0,0 +343576,0,0,0,0,0 +343577,0,0,0,0,0 +343578,0,0,0,0,0 +343579,0,0,0,0,0 +343580,0,0,0,0,0 +343581,0,0,0,0,0 +343582,0,0,0,0,0 +343583,0,0,0,0,0 +343584,0,0,0,0,0 +343585,0,0,0,0,0 +343586,0,0,0,0,0 +343587,0,0,0,0,0 +343588,0,0,0,0,0 +343589,0,0,0,0,0 +343590,0,0,0,0,0 +343591,0,0,0,0,0 +343592,0,0,0,0,0 +343593,0,0,0,0,0 +343594,0,0,0,0,0 +343595,0,0,0,0,0 +343596,0,0,0,0,0 +343597,0,0,0,0,0 +343598,0,0,0,0,0 +343599,0,0,0,0,0 +343600,0,0,0,0,0 +343601,0,0,0,0,0 +343602,0,0,0,0,0 +343603,0,0,0,0,0 +343604,0,0,0,0,0 +343605,0,0,0,0,0 +343606,0,0,0,0,0 +343607,0,0,0,0,0 +343608,0,0,0,0,0 +343609,0,0,0,0,0 +343610,0,0,0,0,0 +343611,0,0,0,0,0 +343612,0,0,0,0,0 +343613,0,0,0,0,0 +343614,0,0,0,0,0 +343615,0,0,0,0,0 +343616,0,0,0,0,0 +343617,0,0,0,0,0 +343618,0,0,0,0,0 +343619,0,0,0,0,0 +343620,0,0,0,0,0 +343621,0,0,0,0,0 +343622,0,0,0,0,0 +343623,0,0,0,0,0 +343624,0,0,0,0,0 +343625,0,0,0,0,0 +343626,0,0,0,0,0 +343627,0,0,0,0,0 +343628,0,0,0,0,0 +343629,0,0,0,0,0 +343630,0,0,0,0,0 +343631,0,0,0,0,0 +343632,0,0,0,0,0 +343633,0,0,0,0,0 +343634,0,0,0,0,0 +343635,0,0,0,0,0 +343636,0,0,0,0,0 +343637,0,0,0,0,0 +343638,0,0,0,0,0 +343639,0,0,0,0,0 +343640,0,0,0,0,0 +343641,0,0,0,0,0 +343642,0,0,0,0,0 +343643,0,0,0,0,0 +343644,0,0,0,0,0 +343645,0,0,0,0,0 +343646,0,0,0,0,0 +343647,0,0,0,0,0 +343648,0,0,0,0,0 +343649,0,0,0,0,0 +343650,0,0,0,0,0 +343651,0,0,0,0,0 +343652,0,0,0,0,0 +343653,0,0,0,0,0 +343654,0,0,0,0,0 +343655,0,0,0,0,0 +343656,0,0,0,0,0 +343657,0,0,0,0,0 +343658,0,0,0,0,0 +343659,0,0,0,0,0 +343660,0,0,0,0,0 +343661,0,0,0,0,0 +343662,0,0,0,0,0 +343663,0,0,0,0,0 +343664,0,0,0,0,0 +343665,0,0,0,0,0 +343666,0,0,0,0,0 +343667,0,0,0,0,0 +343668,0,0,0,0,0 +343669,0,0,0,0,0 +343670,0,0,0,0,0 +343671,0,0,0,0,0 +343672,0,0,0,0,0 +343673,0,0,0,0,0 +343674,0,0,0,0,0 +343675,0,0,0,0,0 +343676,0,0,0,0,0 +343677,0,0,0,19.9131518,0 +343678,0,0,0,104.8805324,0 +343679,0,0,0,68.46893613,0 +343680,0,0,0,87.85240182,0 +343681,0,0,0,97.61937563,0 +343682,0,0,0,105.2853684,0 +343683,0,0,0,112.9379502,0 +343684,0,0,0,120.3892088,0 +343685,0,0,0,127.5340647,0 +343686,0,0,0,134.5843729,0 +343687,0,0,0,141.4560207,0 +343688,0,0,0,148.0270711,0 +343689,0,0,0,154.5840274,0 +343690,0,0,0,160.8391828,0 +343691,0,0,0,166.9045292,0 +343692,0,0,0,172.9424138,0 +343693,0,0,0,178.6145673,0 +343694,0,0,0,184.324441,0 +343695,0,0,0,189.7320191,0 +343696,0,0,0,195.0200331,0 +343697,0,0,0,196.9722781,0 +343698,0,0,0,201.4873599,0 +343699,0,0,0,206.3064764,0 +343700,0,0,0,210.6332779,0 +343701,0,0,0,215.263724,0 +343702,0,0,0,219.5161434,0 +343703,0,0,0,223.7145118,0 +343704,0,0,0,227.7693285,0 +343705,0,0,0,231.6091676,0 +343706,0,0,0,235.5875327,0 +343707,0,0,0,239.0298987,0 +343708,0,0,0,242.5272943,0 +343709,0,0,0,245.9922656,0 +343710,0,0,0,249.1031058,0 +343711,0,0,0,253.5881095,0 +343712,0,0,0,258.5063324,0 +343713,0,0,0,263.034619,0 +343714,0,0,0,267.759086,0 +343715,0,0,0,272.6038647,0 +343716,0,0,0,277.31809,0 +343717,0,0,0,281.7344983,0 +343718,0,0,0,286.5960065,0 +343719,0,0,0,291.0821093,0 +343720,0,0,0,295.6446301,0 +343721,0,0,0,300.043556,0 +343722,0,0,0,304.7694506,0 +343723,0,0,0,308.9232339,0 +343724,0,0,0,313.3903255,0 +343725,0,0,0,320.8765059,0 +343726,0,0,0,325.922626,0 +343727,0,0,0,330.5077814,0 +343728,0,0,0,335.1071387,0 +343729,0,0,0,339.6099254,0 +343730,0,0,0,344.0605333,0 +343731,0,0,0,348.4474129,0 +343732,0,0,0,352.7807444,0 +343733,0,0,0,357.0588899,0 +343734,0,0,0,361.2818271,0 +343735,0,0,0,365.3263963,0 +343736,0,0,0,369.6326178,0 +343737,0,0,0,373.589733,0 +343738,0,0,0,377.6113342,0 +343739,0,0,0,381.6750442,0 +343740,0,0,0,385.359925,0 +343741,0,0,0,389.2067434,0 +343742,0,0,0,392.7106929,0 +343743,0,0,0,396.5104593,0 +343744,0,0,0,399.9295079,0 +343745,0,0,0,403.4132493,0 +343746,0,0,0,406.8058188,0 +343747,0,0,0,410.1314538,0 +343748,0,0,0,413.3880591,0 +343749,0,0,0,416.5744906,0 +343750,0,0,0,419.6888662,0 +343751,0,0,0,422.7296859,0 +343752,0,0,0,425.5516327,0 +343753,0,0,0,428.6623229,0 +343754,0,0,0,431.5081133,0 +343755,0,0,0,434.024246,0 +343756,0,0,0,436.7835745,0 +343757,0,0,0,439.3108738,0 +343758,0,0,0,441.7749237,0 +343759,0,0,0,444.1461821,0 +343760,0,0,0,446.4212217,0 +343761,0,0,0,448.5968748,0 +343762,0,0,0,450.669303,0 +343763,0,0,0,452.6348905,0 +343764,0,0,0,454.4893245,0 +343765,0,0,0,456.2284848,0 +343766,0,0,0,457.8475222,0 +343767,0,0,0,459.242892,0 +343768,0,0,0,461.15807,0 +343769,0,0,0,463.5653031,0 +343770,0,0,0,465.5985149,0 +343771,0,0,0,465.2985473,0 +343772,0,0,0,464.5436112,0 +343773,0,0,0,463.5154661,0 +343774,0,0,0,462.2598988,0 +343775,0,0,0,460.79801,0 +343776,0,0,0,459.3094992,0 +343777,0,0,0,457.2242558,0 +343778,0,0,0,455.3304822,0 +343779,0,0,0,453.1157743,0 +343780,0,0,0,450.7612311,0 +343781,0,0,0,448.2439115,0 +343782,0,0,0,445.5673794,0 +343783,0,0,0,442.7352279,0 +343784,0,0,0,439.7503431,0 +343785,0,0,0,437.0760511,0 +343786,0,0,0,433.8970526,0 +343787,0,0,0,430.3605646,0 +343788,0,0,0,427.0518429,0 +343789,0,0,0,423.2724644,0 +343790,0,0,0,419.6000938,0 +343791,0,0,0,415.4141206,0 +343792,0,0,0,411.4415124,0 +343793,0,0,0,407.1994193,0 +343794,0,0,0,402.8530389,0 +343795,0,0,0,398.3787284,0 +343796,0,0,0,393.7775721,0 +343797,0,0,0,389.1941171,0 +343798,0,0,0,384.142584,0 +343799,0,0,0,379.2726014,0 +343800,0,0,0,374.0118402,0 +343801,0,0,0,368.9759851,0 +343802,0,0,0,363.5090696,0 +343803,0,0,0,358.1897283,0 +343804,0,0,0,352.3939593,0 +343805,0,0,0,346.7805414,0 +343806,0,0,0,340.9341042,0 +343807,0,0,0,334.9994326,0 +343808,0,0,0,328.9441433,0 +343809,0,0,0,322.7898578,0 +343810,0,0,0,316.6355026,0 +343811,0,0,0,310.1037606,0 +343812,0,0,0,303.5915426,0 +343813,0,0,0,297.244945,0 +343814,0,0,0,290.3310404,0 +343815,0,0,0,283.6267342,0 +343816,0,0,0,276.7217451,0 +343817,0,0,0,269.7058965,0 +343818,0,0,0,262.7137068,0 +343819,0,0,0,255.3729969,0 +343820,0,0,0,248.1295201,0 +343821,0,0,0,240.7241741,0 +343822,0,0,0,233.227334,0 +343823,0,0,0,225.6965984,0 +343824,0,0,0,217.8100757,0 +343825,0,0,0,210.2579682,0 +343826,0,0,0,202.1777337,0 +343827,0,0,0,194.3104592,0 +343828,0,0,0,193.6281431,0 +343829,0,0,0,188.5972646,0 +343830,0,0,0,183.2812899,0 +343831,0,0,0,178.5806507,0 +343832,0,0,0,174.4711891,0 +343833,0,0,0,170.0138652,0 +343834,0,0,0,162.3381988,0 +343835,0,0,0,154.0040627,0 +343836,0,0,0,145.6168387,0 +343837,0,0,0,136.863,0 +343838,0,0,0,128.1403621,0 +343839,0,0,0,119.1258117,0 +343840,0,0,0,110.1558707,0 +343841,0,0,0,100.9713053,0 +343842,0,0,0,91.7556132,0 +343843,0,0,0,82.63772636,0 +343844,0,0,0,72.83373704,0 +343845,0,0,0,63.51678064,0 +343846,0,0,0,89.78488243,0 +343847,0,0,0,0,0 +343848,0,0,0,79.57312674,0 +343849,0,0,0,0,0 +343850,0,0,0,8.745239089,0 +343851,0,0,0,19.2514081,0 +343852,0,0,0,0,0 +343853,0,0,0,0,0 +343854,0,0,0,0,0 +343855,0,0,0,0,0 +343856,0,0,0,0,0 +343857,0,0,0,0,0 +343858,0,0,0,0,0 +343859,0,0,0,0,0 +343860,0,0,0,0,0 +343861,0,0,0,0,0 +343862,0,0,0,0,0 +343863,0,0,0,0,0 +343864,0,0,0,0,0 +343865,0,0,0,0,0 +343866,0,0,0,0,0 +343867,0,0,0,0,0 +343868,0,0,0,0,0 +343869,0,0,0,0,0 +343870,0,0,0,0,0 +343871,0,0,0,0,0 +343872,0,0,0,0,0 +343873,0,0,0,0,0 +343874,0,0,0,0,0 +343875,0,0,0,0,0 +343876,0,0,0,0,0 +343877,0,0,0,0,0 +343878,0,0,0,0,0 +343879,0,0,0,0,0 +343880,0,0,0,0,0 +343881,0,0,0,0,0 +343882,0,0,0,0,0 +343883,0,0,0,0,0 +343884,0,0,0,0,0 +343885,0,0,0,0,0 +343886,0,0,0,0,0 +343887,0,0,0,0,0 +343888,0,0,0,0,0 +343889,0,0,0,0,0 +343890,0,0,0,0,0 +343891,0,0,0,0,0 +343892,0,0,0,0,0 +343893,0,0,0,0,0 +343894,0,0,0,0,0 +343895,0,0,0,0,0 +343896,0,0,0,0,0 +343897,0,0,0,0,0 +343898,0,0,0,0,0 +343899,0,0,0,0,0 +343900,0,0,0,0,0 +343901,0,0,0,0,0 +343902,0,0,0,0,0 +343903,0,0,0,0,0 +343904,0,0,0,0,0 +343905,0,0,0,0,0 +343906,0,0,0,0,0 +343907,0,0,0,0,0 +343908,0,0,0,0,0 +343909,0,0,0,0,0 +343910,0,0,0,0,0 +343911,0,0,0,0,0 +343912,0,0,0,0,0 +343913,0,0,0,0,0 +343914,0,0,0,0,0 +343915,0,0,0,0,0 +343916,0,0,0,0,0 +343917,0,0,0,0,0 +343918,0,0,0,0,0 +343919,0,0,0,0,0 +343920,0,0,0,0,0 +343921,0,0,0,0,0 +343922,0,0,0,0,0 +343923,0,0,0,0,0 +343924,0,0,0,0,0 +343925,0,0,0,0,0 +343926,0,0,0,0,0 +343927,0,0,0,0,0 +343928,0,0,0,0,0 +343929,0,0,0,0,0 +343930,0,0,0,0,0 +343931,0,0,0,0,0 +343932,0,0,0,0,0 +343933,0,0,0,0,0 +343934,0,0,0,0,0 +343935,0,0,0,0,0 +343936,0,0,0,0,0 +343937,0,0,0,0,0 +343938,0,0,0,0,0 +343939,0,0,0,0,0 +343940,0,0,0,0,0 +343941,0,0,0,0,0 +343942,0,0,0,0,0 +343943,0,0,0,0,0 +343944,0,0,0,0,0 +343945,0,0,0,0,0 +343946,0,0,0,0,0 +343947,0,0,0,0,0 +343948,0,0,0,0,0 +343949,0,0,0,0,0 +343950,0,0,0,0,0 +343951,0,0,0,0,0 +343952,0,0,0,0,0 +343953,0,0,0,0,0 +343954,0,0,0,0,0 +343955,0,0,0,0,0 +343956,0,0,0,0,0 +343957,0,0,0,0,0 +343958,0,0,0,0,0 +343959,0,0,0,0,0 +343960,0,0,0,0,0 +343961,0,0,0,0,0 +343962,0,0,0,0,0 +343963,0,0,0,0,0 +343964,0,0,0,0,0 +343965,0,0,0,0,0 +343966,0,0,0,0,0 +343967,0,0,0,0,0 +343968,0,0,0,0,0 +343969,0,0,0,0,0 +343970,0,0,0,0,0 +343971,0,0,0,0,0 +343972,0,0,0,0,0 +343973,0,0,0,0,0 +343974,0,0,0,0,0 +343975,0,0,0,0,0 +343976,0,0,0,0,0 +343977,0,0,0,0,0 +343978,0,0,0,0,0 +343979,0,0,0,0,0 +343980,0,0,0,0,0 +343981,0,0,0,0,0 +343982,0,0,0,0,0 +343983,0,0,0,0,0 +343984,0,0,0,0,0 +343985,0,0,0,0,0 +343986,0,0,0,0,0 +343987,0,0,0,0,0 +343988,0,0,0,0,0 +343989,0,0,0,0,0 +343990,0,0,0,0,0 +343991,0,0,0,0,0 +343992,0,0,0,0,0 +343993,0,0,0,0,0 +343994,0,0,0,0,0 +343995,0,0,0,0,0 +343996,0,0,0,0,0 +343997,0,0,0,0,0 +343998,0,0,0,0,0 +343999,0,0,0,0,0 +344000,0,0,0,0,0 +344001,0,0,0,0,0 +344002,0,0,0,0,0 +344003,0,0,0,0,0 +344004,0,0,0,0,0 +344005,0,0,0,0,0 +344006,0,0,0,0,0 +344007,0,0,0,0,0 +344008,0,0,0,0,0 +344009,0,0,0,0,0 +344010,0,0,0,0,0 +344011,0,0,0,0,0 +344012,0,0,0,0,0 +344013,0,0,0,0,0 +344014,0,0,0,0,0 +344015,0,0,0,0,0 +344016,0,0,0,0,0 +344017,0,0,0,0,0 +344018,0,0,0,0,0 +344019,0,0,0,0,0 +344020,0,0,0,0,0 +344021,0,0,0,0,0 +344022,0,0,0,0,0 +344023,0,0,0,0,0 +344024,0,0,0,0,0 +344025,0,0,0,0,0 +344026,0,0,0,0,0 +344027,0,0,0,0,0 +344028,0,0,0,0,0 +344029,0,0,0,0,0 +344030,0,0,0,0,0 +344031,0,0,0,0,0 +344032,0,0,0,0,0 +344033,0,0,0,0,0 +344034,0,0,0,0,0 +344035,0,0,0,0,0 +344036,0,0,0,0,0 +344037,0,0,0,0,0 +344038,0,0,0,0,0 +344039,0,0,0,0,0 +344040,0,0,0,0,0 +344041,0,0,0,0,0 +344042,0,0,0,0,0 +344043,0,0,0,0,0 +344044,0,0,0,0,0 +344045,0,0,0,0,0 +344046,0,0,0,0,0 +344047,0,0,0,0,0 +344048,0,0,0,0,0 +344049,0,0,0,0,0 +344050,0,0,0,0,0 +344051,0,0,0,0,0 +344052,0,0,0,0,0 +344053,0,0,0,0,0 +344054,0,0,0,0,0 +344055,0,0,0,0,0 +344056,0,0,0,0,0 +344057,0,0,0,0,0 +344058,0,0,0,0,0 +344059,0,0,0,0,0 +344060,0,0,0,0,0 +344061,0,0,0,0,0 +344062,0,0,0,0,0 +344063,0,0,0,0,0 +344064,0,0,0,0,0 +344065,0,0,0,0,0 +344066,0,0,0,0,0 +344067,0,0,0,0,0 +344068,0,0,0,0,0 +344069,0,0,0,0,0 +344070,0,0,0,0,0 +344071,0,0,0,0,0 +344072,0,0,0,0,0 +344073,0,0,0,0,0 +344074,0,0,0,0,0 +344075,0,0,0,0,0 +344076,0,0,0,0,0 +344077,0,0,0,0,0 +344078,0,0,0,0,0 +344079,0,0,0,0,0 +344080,0,0,0,0,0 +344081,0,0,0,0,0 +344082,0,0,0,0,0 +344083,0,0,0,0,0 +344084,0,0,0,0,0 +344085,0,0,0,0,0 +344086,0,0,0,0,0 +344087,0,0,0,0,0 +344088,0,0,0,0,0 +344089,0,0,0,0,0 +344090,0,0,0,0,0 +344091,0,0,0,0,0 +344092,0,0,0,0,0 +344093,0,0,0,0,0 +344094,0,0,0,0,0 +344095,0,0,0,0,0 +344096,0,0,0,0,0 +344097,0,0,0,0,0 +344098,0,0,0,0,0 +344099,0,0,0,0,0 +344100,0,0,0,0,0 +344101,0,0,0,0,0 +344102,0,0,0,0,0 +344103,0,0,0,0,0 +344104,0,0,0,0,0 +344105,0,0,0,0,0 +344106,0,0,0,0,0 +344107,0,0,0,0,0 +344108,0,0,0,0,0 +344109,0,0,0,0,0 +344110,0,0,0,0,0 +344111,0,0,0,0,0 +344112,0,0,0,0,0 +344113,0,0,0,0,0 +344114,0,0,0,0,0 +344115,0,0,0,0,0 +344116,0,0,0,0,0 +344117,0,0,0,0,0 +344118,0,0,0,0,0 +344119,0,0,0,0,0 +344120,0,0,0,0,0 +344121,0,0,0,0,0 +344122,0,0,0,0,0 +344123,0,0,0,0,0 +344124,0,0,0,0,0 +344125,0,0,0,0,0 +344126,0,0,0,0,0 +344127,0,0,0,0,0 +344128,0,0,0,0,0 +344129,0,0,0,0,0 +344130,0,0,0,0,0 +344131,0,0,0,0,0 +344132,0,0,0,0,0 +344133,0,0,0,0,0 +344134,0,0,0,0,0 +344135,0,0,0,0,0 +344136,0,0,0,0,0 +344137,0,0,0,0,0 +344138,0,0,0,0,0 +344139,0,0,0,0,0 +344140,0,0,0,0,0 +344141,0,0,0,0,0 +344142,0,0,0,0,0 +344143,0,0,0,0,0 +344144,0,0,0,0,0 +344145,0,0,0,0,0 +344146,0,0,0,0,0 +344147,0,0,0,0,0 +344148,0,0,0,0,0 +344149,0,0,0,0,0 +344150,0,0,0,0,0 +344151,0,0,0,0,0 +344152,0,0,0,0,0 +344153,0,0,0,0,0 +344154,0,0,0,0,0 +344155,0,0,0,0,0 +344156,0,0,0,0,0 +344157,0,0,0,0,0 +344158,0,0,0,0,0 +344159,0,0,0,0,0 +344160,0,0,0,0,0 +344161,0,0,0,0,0 +344162,0,0,0,0,0 +344163,0,0,0,0,0 +344164,0,0,0,0,0 +344165,0,0,0,0,0 +344166,0,0,0,0,0 +344167,0,0,0,0,0 +344168,0,0,0,0,0 +344169,0,0,0,0,0 +344170,0,0,0,0,0 +344171,0,0,0,0,0 +344172,0,0,0,0,0 +344173,0,0,0,0,0 +344174,0,0,0,0,0 +344175,0,0,0,0,0 +344176,0,0,0,0,0 +344177,0,0,0,0,0 +344178,0,0,0,0,0 +344179,0,0,0,0,0 +344180,0,0,0,0,0 +344181,0,0,0,0,0 +344182,0,0,0,0,0 +344183,0,0,0,0,0 +344184,0,0,0,0,0 +344185,0,0,0,0,0 +344186,0,0,0,0,0 +344187,0,0,0,0,0 +344188,0,0,0,0,0 +344189,0,0,0,0,0 +344190,0,0,0,0,0 +344191,0,0,0,0,0 +344192,0,0,0,0,0 +344193,0,0,0,0,0 +344194,0,0,0,0,0 +344195,0,0,0,0,0 +344196,0,0,0,0,0 +344197,0,0,0,0,0 +344198,0,0,0,0,0 +344199,0,0,0,0,0 +344200,0,0,0,0,0 +344201,0,0,0,0,0 +344202,0,0,0,0,0 +344203,0,0,0,0,0 +344204,0,0,0,0,0 +344205,0,0,0,0,0 +344206,0,0,0,0,0 +344207,0,0,0,0,0 +344208,0,0,0,0,0 +344209,0,0,0,0,0 +344210,0,0,0,0,0 +344211,0,0,0,0,0 +344212,0,0,0,0,0 +344213,0,0,0,0,0 +344214,0,0,0,0,0 +344215,0,0,0,0,0 +344216,0,0,0,0,0 +344217,0,0,0,0,0 +344218,0,0,0,0,0 +344219,0,0,0,0,0 +344220,0,0,0,0,0 +344221,0,0,0,0,0 +344222,0,0,0,0,0 +344223,0,0,0,0,0 +344224,0,0,0,0,0 +344225,0,0,0,0,0 +344226,0,0,0,0,0 +344227,0,0,0,0,0 +344228,0,0,0,0,0 +344229,0,0,0,0,0 +344230,0,0,0,0,0 +344231,0,0,0,0,0 +344232,0,0,0,0,0 +344233,0,0,0,0,0 +344234,0,0,0,0,0 +344235,0,0,0,0,0 +344236,0,0,0,0,0 +344237,0,0,0,0,0 +344238,0,0,0,0,0 +344239,0,0,0,0,0 +344240,0,0,0,0,0 +344241,0,0,0,0,0 +344242,0,0,0,0,0 +344243,0,0,0,0,0 +344244,0,0,0,0,0 +344245,0,0,0,0,0 +344246,0,0,0,0,0 +344247,0,0,0,0,0 +344248,0,0,0,0,0 +344249,0,0,0,0,0 +344250,0,0,0,0,0 +344251,0,0,0,0,0 +344252,0,0,0,0,0 +344253,0,0,0,0,0 +344254,0,0,0,0,0 +344255,0,0,0,0,0 +344256,0,0,0,0,0 +344257,0,0,0,0,0 +344258,0,0,0,0,0 +344259,0,0,0,0,0 +344260,0,0,0,0,0 +344261,0,0,0,0,0 +344262,0,0,0,0,0 +344263,0,0,0,0,0 +344264,0,0,0,0,0 +344265,0,0,0,0,0 +344266,0,0,0,0,0 +344267,0,0,0,0,0 +344268,0,0,0,0,0 +344269,0,0,0,0,0 +344270,0,0,0,0,0 +344271,0,0,0,0,0 +344272,0,0,0,0,0 +344273,0,0,0,0,0 +344274,0,0,0,0,0 +344275,0,0,0,0,0 +344276,0,0,0,0,0 +344277,0,0,0,0,0 +344278,0,0,0,0,0 +344279,0,0,0,0,0 +344280,0,0,0,0,0 +344281,0,0,0,0,0 +344282,0,0,0,0,0 +344283,0,0,0,0,0 +344284,0,0,0,0,0 +344285,0,0,0,0,0 +344286,0,0,0,0,0 +344287,0,0,0,0,0 +344288,0,0,0,0,0 +344289,0,0,0,0,0 +344290,0,0,0,0,0 +344291,0,0,0,0,0 +344292,0,0,0,0,0 +344293,0,0,0,0,0 +344294,0,0,0,0,0 +344295,0,0,0,0,0 +344296,0,0,0,0,0 +344297,0,0,0,0,0 +344298,0,0,0,0,0 +344299,0,0,0,0,0 +344300,0,0,0,0,0 +344301,0,0,0,0,0 +344302,0,0,0,0,0 +344303,0,0,0,0,0 +344304,0,0,0,0,0 +344305,0,0,0,0,0 +344306,0,0,0,0,0 +344307,0,0,0,0,0 +344308,0,0,0,0,0 +344309,0,0,0,0,0 +344310,0,0,0,0,0 +344311,0,0,0,0,0 +344312,0,0,0,0,0 +344313,0,0,0,0,0 +344314,0,0,0,0,0 +344315,0,0,0,0,0 +344316,0,0,0,0,0 +344317,0,0,0,0,0 +344318,0,0,0,0,0 +344319,0,0,0,0,0 +344320,0,0,0,0,0 +344321,0,0,0,0,0 +344322,0,0,0,0,0 +344323,0,0,0,0,0 +344324,0,0,0,0,0 +344325,0,0,0,0,0 +344326,0,0,0,0,0 +344327,0,0,0,0,0 +344328,0,0,0,0,0 +344329,0,0,0,0,0 +344330,0,0,0,0,0 +344331,0,0,0,0,0 +344332,0,0,0,0,0 +344333,0,0,0,0,0 +344334,0,0,0,0,0 +344335,0,0,0,0,0 +344336,0,0,0,0,0 +344337,0,0,0,0,0 +344338,0,0,0,0,0 +344339,0,0,0,0,0 +344340,0,0,0,0,0 +344341,0,0,0,0,0 +344342,0,0,0,0,0 +344343,0,0,0,0,0 +344344,0,0,0,0,0 +344345,0,0,0,0,0 +344346,0,0,0,0,0 +344347,0,0,0,0,0 +344348,0,0,0,0,0 +344349,0,0,0,0,0 +344350,0,0,0,0,0 +344351,0,0,0,0,0 +344352,0,0,0,0,0 +344353,0,0,0,0,0 +344354,0,0,0,0,0 +344355,0,0,0,0,0 +344356,0,0,0,0,0 +344357,0,0,0,0,0 +344358,0,0,0,0,0 +344359,0,0,0,0,0 +344360,0,0,0,0,0 +344361,0,0,0,0,0 +344362,0,0,0,0,0 +344363,0,0,0,0,0 +344364,0,0,0,0,0 +344365,0,0,0,0,0 +344366,0,0,0,0,0 +344367,0,0,0,0,0 +344368,0,0,0,0,0 +344369,0,0,0,0,0 +344370,0,0,0,0,0 +344371,0,0,0,0,0 +344372,0,0,0,0,0 +344373,0,0,0,0,0 +344374,0,0,0,0,0 +344375,0,0,0,0,0 +344376,0,0,0,0,0 +344377,0,0,0,0,0 +344378,0,0,0,0,0 +344379,0,0,0,0,0 +344380,0,0,0,0,0 +344381,0,0,0,0,0 +344382,0,0,0,0,0 +344383,0,0,0,0,0 +344384,0,0,0,0,0 +344385,0,0,0,0,0 +344386,0,0,0,0,0 +344387,0,0,0,0,0 +344388,0,0,0,0,0 +344389,0,0,0,0,0 +344390,0,0,0,0,0 +344391,0,0,0,0,0 +344392,0,0,0,0,0 +344393,0,0,0,0,0 +344394,0,0,0,0,0 +344395,0,0,0,0,0 +344396,0,0,0,0,0 +344397,0,0,0,0,0 +344398,0,0,0,0,0 +344399,0,0,0,0,0 +344400,0,0,0,0,0 +344401,0,0,0,0,0 +344402,0,0,0,0,0 +344403,0,0,0,0,0 +344404,0,0,0,0,0 +344405,0,0,0,0,0 +344406,0,0,0,0,0 +344407,0,0,0,0,0 +344408,0,0,0,0,0 +344409,0,0,0,0,0 +344410,0,0,0,0,0 +344411,0,0,0,0,0 +344412,0,0,0,0,0 +344413,0,0,0,0,0 +344414,0,0,0,0,0 +344415,0,0,0,0,0 +344416,0,0,0,0,0 +344417,0,0,0,0,0 +344418,0,0,0,0,0 +344419,0,0,0,0,0 +344420,0,0,0,0,0 +344421,0,0,0,0,0 +344422,0,0,0,0,0 +344423,0,0,0,0,0 +344424,0,0,0,0,0 +344425,0,0,0,0,0 +344426,0,0,0,0,0 +344427,0,0,0,0,0 +344428,0,0,0,0,0 +344429,0,0,0,0,0 +344430,0,0,0,0,0 +344431,0,0,0,0,0 +344432,0,0,0,0,0 +344433,0,0,0,0,0 +344434,0,0,0,0,0 +344435,0,0,0,0,0 +344436,0,0,0,0,0 +344437,0,0,0,0,0 +344438,0,0,0,0,0 +344439,0,0,0,0,0 +344440,0,0,0,0,0 +344441,0,0,0,0,0 +344442,0,0,0,0,0 +344443,0,0,0,0,0 +344444,0,0,0,0,0 +344445,0,0,0,0,0 +344446,0,0,0,0,0 +344447,0,0,0,0,0 +344448,0,0,0,0,0 +344449,0,0,0,0,0 +344450,0,0,0,0,0 +344451,0,0,0,0,0 +344452,0,0,0,0,0 +344453,0,0,0,0,0 +344454,0,0,0,0,0 +344455,0,0,0,0,0 +344456,0,0,0,0,0 +344457,0,0,0,0,0 +344458,0,0,0,0,0 +344459,0,0,0,0,0 +344460,0,0,0,0,0 +344461,0,0,0,0,0 +344462,0,0,0,0,0 +344463,0,0,0,0,0 +344464,0,0,0,0,0 +344465,0,0,0,0,0 +344466,0,0,0,0,0 +344467,0,0,0,0,0 +344468,0,0,0,0,0 +344469,0,0,0,0,0 +344470,0,0,0,0,0 +344471,0,0,0,0,0 +344472,0,0,0,0,0 +344473,0,0,0,0,0 +344474,0,0,0,0,0 +344475,0,0,0,0,0 +344476,0,0,0,0,0 +344477,0,0,0,0,0 +344478,0,0,0,0,0 +344479,0,0,0,0,0 +344480,0,0,0,0,0 +344481,0,0,0,0,0 +344482,0,0,0,0,0 +344483,0,0,0,0,0 +344484,0,0,0,0,0 +344485,0,0,0,0,0 +344486,0,0,0,0,0 +344487,0,0,0,0,0 +344488,0,0,0,0,0 +344489,0,0,0,0,0 +344490,0,0,0,0,0 +344491,0,0,0,0,0 +344492,0,0,0,0,0 +344493,0,0,0,0,0 +344494,0,0,0,0,0 +344495,0,0,0,0,0 +344496,0,0,0,0,0 +344497,0,0,0,0,0 +344498,0,0,0,0,0 +344499,0,0,0,0,0 +344500,0,0,0,0,0 +344501,0,0,0,0,0 +344502,0,0,0,0,0 +344503,0,0,0,0,0 +344504,0,0,0,0,0 +344505,0,0,0,0,0 +344506,0,0,0,0,0 +344507,0,0,0,0,0 +344508,0,0,0,0,0 +344509,0,0,0,0,0 +344510,0,0,0,0,0 +344511,0,0,0,0,0 +344512,0,0,0,0,0 +344513,0,0,0,0,0 +344514,0,0,0,0,0 +344515,0,0,0,0,0 +344516,0,0,0,0,0 +344517,0,0,0,0,0 +344518,0,0,0,0,0 +344519,0,0,0,0,0 +344520,0,0,0,0,0 +344521,0,0,0,0,0 +344522,0,0,0,0,0 +344523,0,0,0,0,0 +344524,0,0,0,0,0 +344525,0,0,0,0,0 +344526,0,0,0,0,0 +344527,0,0,0,0,0 +344528,0,0,0,0,0 +344529,0,0,0,0,0 +344530,0,0,0,0,0 +344531,0,0,0,0,0 +344532,0,0,0,0,0 +344533,0,0,0,0,0 +344534,0,0,0,0,0 +344535,0,0,0,0,0 +344536,0,0,0,0,0 +344537,0,0,0,0,0 +344538,0,0,0,0,0 +344539,0,0,0,0,0 +344540,0,0,0,0,0 +344541,0,0,0,0,0 +344542,0,0,0,0,0 +344543,0,0,0,0,0 +344544,0,0,0,0,0 +344545,0,0,0,0,0 +344546,0,0,0,0,0 +344547,0,0,0,0,0 +344548,0,0,0,0,0 +344549,0,0,0,0,0 +344550,0,0,0,0,0 +344551,0,0,0,0,0 +344552,0,0,0,0,0 +344553,0,0,0,0,0 +344554,0,0,0,0,0 +344555,0,0,0,0,0 +344556,0,0,0,0,0 +344557,0,0,0,0,0 +344558,0,0,0,0,0 +344559,0,0,0,0,0 +344560,0,0,0,0,0 +344561,0,0,0,0,0 +344562,0,0,0,0,0 +344563,0,0,0,0,0 +344564,0,0,0,0,0 +344565,0,0,0,0,0 +344566,0,0,0,0,0 +344567,0,0,0,0,0 +344568,0,0,0,0,0 +344569,0,0,0,0,0 +344570,0,0,0,0,0 +344571,0,0,0,0,0 +344572,0,0,0,0,0 +344573,0,0,0,0,0 +344574,0,0,0,0,0 +344575,0,0,0,0,0 +344576,0,0,0,0,0 +344577,0,0,0,0,0 +344578,0,0,0,0,0 +344579,0,0,0,0,0 +344580,0,0,0,0,0 +344581,-1.528855547,2635.429987,2399.665568,-3.74193716,-265.8688705 +344582,407.8731426,264.1202653,757.0697467,182.5175486,482.11361 +344583,416.2536932,243.8355835,590.9230226,186.3676818,503.7621738 +344584,414.6919987,243.3961252,585.5892911,185.6656679,507.2395415 +344585,408.9520123,251.2343229,586.3225597,183.1189942,501.675029 +344586,401.838434,259.5109026,587.7968731,180.0273325,492.0414577 +344587,394.3969809,265.7318326,587.9958346,176.8517103,480.5552005 +344588,386.956597,314.5344633,586.9122223,173.7202625,468.1536272 +344589,379.6504782,425.8809027,585.0997355,170.668915,455.3015019 +344590,372.5323122,386.4778849,582.9932009,167.7133366,442.2602966 +344591,365.666813,410.9876846,580.8432167,164.8709669,429.2558111 +344592,359.1100613,426.5311384,578.7826327,162.1666006,416.4894862 +344593,352.8904564,438.8274736,576.8650272,159.6075191,404.0813758 +344594,347.012611,450.9425699,575.1162649,157.1926502,392.1030865 +344595,341.4659541,463.3177593,573.5483738,154.9156624,380.5886513 +344596,336.2363311,475.6288652,676.0561841,152.7694178,369.5542803 +344597,331.2985274,487.6769278,701.4676795,150.7425242,358.9913387 +344598,326.6247548,500.4290608,693.5671438,148.8223649,348.8720062 +344599,322.1949168,512.8937487,720.1150712,147.0000521,339.1757372 +344600,317.9899669,530.008669,745.3817062,145.2674514,329.8804504 +344601,314.1237666,543.0666315,762.3784012,143.6758499,320.9568105 +344602,310.5323857,556.5118262,778.9067989,142.1972752,312.3802461 +344603,307.1331183,569.4739655,794.9763864,140.7953668,304.1266291 +344604,303.8745943,582.6551385,810.9247376,139.4478505,296.1685752 +344605,300.7333772,595.7514015,827.0010388,138.145061,288.4810147 +344606,297.7002681,608.9743818,842.7942035,136.8837526,281.0441548 +344607,294.7673638,622.0092674,858.5237549,135.661204,273.8362423 +344608,291.9276215,635.5906395,874.0347698,134.4750063,266.8381129 +344609,289.1751167,648.745789,889.8687852,133.3231776,260.0340821 +344610,286.50149,662.1327959,905.2102917,132.2025511,253.4047817 +344611,283.9042241,673.4106971,917.1865189,131.1125439,246.9417294 +344612,281.3645056,684.9728834,929.0863774,130.0431482,240.6293845 +344613,278.8698373,695.863676,940.4086733,128.9878711,234.4562135 +344614,276.4137329,706.8589545,951.1160335,127.9439106,228.4106502 +344615,273.9937477,717.7185722,961.8139482,126.9107745,222.4828685 +344616,271.6090243,728.4945935,972.2457243,125.8887658,216.6646489 +344617,269.2580852,738.9368479,982.8528069,124.8778148,210.9471721 +344618,266.9403572,749.9819991,992.933164,123.8781477,205.324103 +344619,264.6538881,760.6045445,1002.750048,122.8892714,199.7872862 +344620,262.3983693,775.2818003,1012.610856,121.9113715,194.332054 +344621,260.1720629,789.1764519,1022.074891,120.9439311,188.9515388 +344622,257.9742126,803.0360794,1031.582447,119.9868365,183.6410008 +344623,255.8037028,816.7518888,1040.701429,119.0397743,178.3953649 +344624,253.6597069,830.0595192,1049.83605,118.1025319,173.2103717 +344625,251.5410875,844.1158811,1058.673921,117.1747292,168.0814669 +344626,249.4471602,857.2747248,1067.49503,116.2561708,163.0051605 +344627,247.3770206,870.7510632,1075.936425,115.3465431,157.9777877 +344628,245.3296453,884.0132216,1084.518415,114.4454638,152.9956657 +344629,243.3043617,897.2244726,1092.591566,113.5526974,148.0559355 +344630,241.3004757,910.3532535,1100.700151,112.6679888,143.1558626 +344631,239.3170111,923.3678661,1108.878429,111.7909458,138.2923546 +344632,237.3533373,936.4017122,1116.475801,110.9213264,133.463082 +344633,235.4086602,949.2834597,1124.169971,110.0588085,128.6655459 +344634,233.4823446,962.1260933,1131.634199,109.2031372,123.8976479 +344635,231.5735617,974.8479679,1139.090973,108.3539657,119.1570437 +344636,229.6817286,987.6078338,1145.876227,107.5110557,114.4419278 +344637,227.8061481,1000.164698,1153.702574,106.6741141,109.750375 +344638,225.9461182,1012.794581,1160.266198,105.8428431,105.080526 +344639,224.1008134,1025.218408,1167.269211,105.0168872,100.4303711 +344640,222.2700491,1037.71638,1173.946052,104.1961807,95.7991266 +344641,221.9443637,1479.214836,2135.027603,104.0582576,93.89647557 +344642,239.8617566,1506.61267,2180.808892,112.3638284,126.2074068 +344643,267.2919244,1528.231383,2185.511998,124.9479656,177.2100945 +344644,295.188249,1548.662904,2229.190571,137.5651663,230.6149383 +344645,319.6875017,1575.867795,2230.246045,148.4512895,279.1249666 +344646,340.3294876,1589.083084,2255.212653,157.4523018,321.4562435 +344647,420.1675739,1615.682171,2271.126499,288.6507881,358.4725434 +344648,1138.23179,1594.483393,2287.279011,445.4759684,391.2416611 +344649,744.3671227,1655.07561,2303.061295,344.1007091,420.5135465 +344650,882.6040688,1653.186524,2323.722042,394.1054636,446.7741092 +344651,909.0372996,1673.634497,2330.246504,404.9733528,470.3730099 +344652,929.5008697,1690.560445,2347.515924,415.2159529,491.6031455 +344653,948.5912211,1706.893573,2361.008362,424.3988256,510.7260505 +344654,967.4660355,1722.986409,2374.187475,434.1212313,527.9775089 +344655,985.5420503,1739.281592,2392.270496,443.0011942,543.5687346 +344656,1004.048616,1754.964305,2397.483555,452.241602,557.6866584 +344657,1021.758644,1770.749654,2412.063848,461.0233863,570.496166 +344658,1038.318842,1786.285085,2429.323251,469.402822,582.1421832 +344659,1055.690029,1801.770769,2433.779162,477.7948957,592.7520008 +344660,1072.254579,1816.797026,2451.613165,486.2805069,602.4376197 +344661,1087.992814,1832.085942,2456.551838,494.153203,611.2976408 +344662,918.5393388,1761.351745,2288.016954,417.5185166,802.790084 +344663,1214.004048,1896.919198,2266.150647,551.4142073,1112.52076 +344664,1094.066699,1858.798737,2250.831317,498.0108376,902.882838 +344665,1136.443747,1883.572699,2248.098429,518.0098546,1009.413975 +344666,1153.444075,1890.438001,2240.053499,526.2676775,1020.873098 +344667,1168.071428,1913.227976,2230.854862,533.4890777,1038.142513 +344668,1183.096415,1924.517515,2220.650566,540.9232532,1055.081538 +344669,1197.004309,1938.666494,2210.12536,547.784699,1070.551275 +344670,1211.106181,1970.464763,2198.848466,554.7482864,1085.518147 +344671,1225.650481,1940.939055,2188.697682,561.8920524,1101.202496 +344672,1235.225347,2003.780694,2176.976789,566.7218775,1112.242931 +344673,1447.371,2059.283859,2359.47382,663.7731525,1478.01386 +344674,980.2888885,1914.213796,2188.042625,452.6947167,614.5592277 +344675,1602.503955,2123.69108,2380.962353,734.8893451,1753.796041 +344676,980.057398,1911.220022,2198.08622,453.9081652,588.2892719 +344677,1627.082558,2200.480509,2388.029343,746.7650003,1779.452986 +344678,1003.219047,1889.373883,2201.169613,465.6932133,611.4562799 +344679,1653.34218,2241.607885,2391.235638,759.1260666,1805.682701 +344680,1025.735624,1909.335154,2202.275703,477.0777781,633.8069967 +344681,1678.117559,2264.522916,2392.71276,771.057789,1830.363445 +344682,1048.101342,1931.54428,2201.848993,488.2052893,655.2972246 +344683,1701.992872,2286.829836,2392.871789,782.6288481,1854.241751 +344684,1069.783358,1953.5184,2200.52966,498.9295402,675.4447136 +344685,1725.258558,2308.287312,2392.45139,793.9442525,1877.178049 +344686,1091.152238,1975.337809,2200.766363,509.3679551,695.0219562 +344687,1769.372865,2335.214529,2392.914748,804.8676713,1898.981414 +344688,1079.344785,1987.082624,2199.292186,519.4621492,713.7315878 +344689,1785.500981,2358.97493,2393.645593,815.5628354,1920.202849 +344690,1128.017464,2007.881225,2197.511016,529.2545233,731.0112793 +344691,1791.674693,2377.022726,2392.371842,826.0456068,1941.323453 +344692,1150.53462,2048.10134,2194.20985,538.6500788,747.63655 +344693,1813.113816,2368.868929,2389.509968,836.3163724,1961.248036 +344694,1363.784367,2169.235274,2385.533521,636.3074904,1116.835163 +344695,1542.601679,2254.746175,2378.98304,715.4935869,1439.694142 +344696,1522.746002,2251.736665,2373.13106,707.7602985,1393.527094 +344697,1531.873561,2266.823316,2369.617666,711.9091898,1403.036917 +344698,1541.042704,2265.961638,2367.796305,716.3339498,1414.039975 +344699,1550.543919,2279.03844,2368.762835,720.951654,1416.431773 +344700,1559.318936,2287.236427,2369.455434,725.248558,1433.442933 +344701,1959.230378,2465.590851,2373.440711,898.3309361,2156.557191 +344702,1972.595714,2475.699864,2399.426334,904.6044799,2174.085276 +344703,1984.46075,2479.251222,2435.070635,910.3062622,2184.894189 +344704,1995.748627,2503.906688,2466.857626,915.630256,2194.903075 +344705,2006.418693,2494.774454,2491.350712,920.7849351,2204.741643 +344706,2017.021738,2521.224941,2509.584454,925.7828821,2214.021294 +344707,2027.487688,2519.422697,2523.268574,930.7005776,2223.454412 +344708,2037.669455,2530.76915,2534.124852,935.5556906,2232.18602 +344709,2047.854148,2539.013365,2542.901013,940.3878122,2240.95723 +344710,2057.653527,2547.132376,2549.85192,945.0228223,2249.549391 +344711,2067.793918,2555.519164,2556.193857,949.6609767,2263.207619 +344712,2077.276914,2563.499048,2561.878022,954.2504809,2263.554472 +344713,2086.881105,2571.72719,2568.433607,958.7832888,2274.635928 +344714,2096.587767,2578.74361,2571.577096,963.291162,2282.265429 +344715,2105.747605,2593.354245,2575.062669,967.6979727,2289.651506 +344716,2114.989848,2586.871401,2578.281499,972.0742216,2297.47239 +344717,2124.161956,2609.388988,2581.431277,976.4015892,2304.677056 +344718,2133.360661,2608.820004,2584.453457,980.684425,2317.225686 +344719,2142.168038,2616.311501,2587.142216,984.9205284,2317.42261 +344720,2151.156779,2624.653832,2591.038531,989.1109533,2326.679712 +344721,2159.947513,2630.5445,2592.072655,993.2599545,2333.91467 +344722,2168.555572,2637.639884,2593.685198,997.3630765,2345.090652 +344723,2177.388294,2650.924471,2595.546871,1001.425671,2345.490241 +344724,2185.866401,2643.513199,2597.112766,1005.447192,2353.22338 +344725,2194.3753,2664.422326,2598.627681,1009.428217,2365.232784 +344726,2211.886501,2664.283429,2600.253714,1013.370202,2365.440211 +344727,2199.877455,2669.846708,2601.67817,1017.21629,2376.631945 +344728,2252.19981,2677.439109,2604.673746,1021.167045,2378.618148 +344729,2183.60044,2682.394511,2604.757704,1024.957856,2387.528252 +344730,2256.629624,2688.530797,2605.438238,1028.758448,2393.717436 +344731,2239.103978,2694.080136,2606.077577,1032.323543,2393.508411 +344732,2251.322425,2705.432029,2606.560554,1036.054252,2395.66707 +344733,2259.197521,2697.872148,2606.596519,1039.597016,2394.486221 +344734,2266.859027,2714.612553,2606.153773,1043.161814,2392.306048 +344735,2274.468145,2714.85014,2605.497623,1046.612598,2390.308437 +344736,2282.13454,2718.131651,2604.531878,1050.183997,2388.346376 +344737,2289.292573,2728.763858,2603.425296,1053.522165,2386.569911 +344738,2296.997518,2728.552971,2602.278027,1056.975129,2385.046568 +344739,2304.243047,2731.111484,2600.903453,1060.336798,2383.503772 +344740,2311.563508,2740.36716,2599.467877,1063.742321,2382.108542 +344741,2318.935389,2740.880618,2598.05947,1066.961695,2380.939816 +344742,2325.930284,2742.42734,2596.474907,1070.349474,2379.926802 +344743,2333.162028,2744.935691,2594.674381,1073.500464,2378.586296 +344744,2340.228924,2747.892587,2592.7517,1077.409396,2377.221034 +344745,2347.264506,2748.649858,2590.707487,1081.976829,2375.818544 +344746,2357.439128,2748.839613,2588.464077,1089.509149,2374.271089 +344747,2364.513032,2748.347577,2586.254679,1090.361669,2372.556432 +344748,2371.902013,2750.312785,2585.75144,1097.804637,2372.805763 +344749,2395.576931,2748.206106,2582.590741,1097.059093,2369.836329 +344750,2360.448361,2747.214451,2579.866072,1106.044429,2367.496928 +344751,2404.728569,2746.813281,2577.196816,1101.642008,2365.328906 +344752,2396.736501,2746.709191,2574.496171,1094.216581,2363.216653 +344753,2406.065086,2746.701585,2571.744434,1118.267639,2361.123325 +344754,2412.83114,2746.669377,2568.930626,1110.852517,2359.023886 +344755,2419.409119,2746.615408,2566.08675,1116.28067,2356.947614 +344756,2425.852591,2746.545168,2563.226889,1119.319656,2354.903602 +344757,2432.767362,2746.447664,2560.348564,1122.533428,2352.881943 +344758,2448.397073,2746.298406,2557.439362,1125.357313,2350.861288 +344759,2436.564834,2746.14108,2554.53261,1128.439631,2348.876843 +344760,2451.542285,2746.048875,2551.76464,1131.39954,2347.160855 +344761,2466.751903,2746.229783,2549.73593,1137.101525,2346.833831 +344762,2470.968271,2746.59747,2547.9117,1140.375777,2346.844992 +344763,2487.882997,2747.015175,2546.187705,1143.625312,2347.023637 +344764,2475.823374,2747.360495,2544.457414,1146.863575,2347.213693 +344765,2492.791209,2750.087952,2544.381047,1149.855634,2349.445383 +344766,2499.817872,2748.74362,2541.638497,1152.849328,2348.421054 +344767,2520.356938,2748.034623,2539.306247,1155.824805,2347.892418 +344768,2487.943862,2747.626923,2537.09883,1158.885065,2347.492593 +344769,2528.960194,2747.397021,2534.955868,1161.721108,2347.144913 +344770,2547.725784,2747.092324,2532.750035,1164.585627,2346.694671 +344771,2513.737532,2746.795058,2530.563827,1167.509887,2346.243441 +344772,2530.987216,2746.589544,2528.467196,1170.243089,2345.876498 +344773,2564.924801,2746.51277,2526.495239,1173.10701,2345.636788 +344774,2526.89548,2746.432757,2524.568558,1175.818855,2345.426899 +344775,2577.773848,2746.557997,2522.834215,1178.693911,2345.427142 +344776,2553.180592,2746.789758,2521.234194,1181.393403,2345.566278 +344777,2570.135528,2746.902502,2519.62167,1184.202524,2345.663185 +344778,2574.33292,2747.14445,2518.160829,1186.806724,2345.917348 +344779,2579.701302,2747.543701,2516.896586,1189.546354,2346.350586 +344780,2585.94858,2747.977818,2515.770862,1192.206247,2346.866829 +344781,2591.753621,2748.410195,2514.766132,1194.857668,2347.437038 +344782,2597.449099,2748.809413,2513.854807,1197.49143,2348.029582 +344783,2603.142203,2749.159818,2513.014748,1200.107398,2348.622048 +344784,2608.696244,2749.461861,2512.235117,1202.779409,2349.205068 +344785,2614.763079,2749.72502,2511.514147,1205.177063,2349.779018 +344786,2620.298726,2752.422007,2512.537829,1207.9057,2352.426422 +344787,2625.733373,2751.107688,2511.00698,1210.388829,2351.862184 +344788,2631.437203,2753.042138,2511.747012,1212.934989,2354.019087 +344789,2637.071629,2751.329214,2510.102437,1215.450651,2353.160132 +344790,2642.371456,2750.603416,2509.12848,1217.954268,2353.238478 +344791,2647.932859,2750.275389,2508.412335,1220.602795,2353.323566 +344792,2653.276392,2750.057937,2507.85661,1223.048745,2353.508276 +344793,2658.650378,2749.778905,2507.417397,1225.539334,2353.745855 +344794,2664.87748,2751.856251,2508.770537,1228.035569,2356.103965 +344795,2678.573387,2750.030067,2507.726528,1230.596282,2355.445092 +344796,2663.599732,2748.770327,2507.188301,1232.963158,2355.329311 +344797,2694.352425,2747.777108,2506.868643,1235.480205,2355.405953 +344798,2682.167033,2747.065727,2506.783186,1237.92063,2355.70108 +344799,2692.830109,2748.692703,2508.367523,1240.360409,2358.005589 +344800,2697.572048,2746.282014,2507.386832,1242.784304,2357.116848 +344801,2702.738406,2744.682401,2507.01243,1245.198915,2356.935356 +344802,2707.59286,2743.374807,2506.836858,1247.598792,2356.939938 +344803,2713.148989,2742.213717,2506.773952,1249.910212,2357.048192 +344804,2718.109303,2741.089043,2506.785292,1252.398638,2357.203921 +344805,2723.304958,2739.926827,2506.836905,1254.709042,2357.376835 +344806,2728.330789,2738.699073,2506.916436,1257.150547,2357.754171 +344807,2733.489684,2737.40636,2507.014894,1259.378422,2357.909025 +344808,2738.588248,2738.503942,2508.808507,1261.765017,2360.120976 +344809,2743.191507,2735.614223,2508.032601,1264.070269,2359.180248 +344810,2748.535162,2733.509855,2507.816643,1266.37919,2358.905418 +344811,2753.605175,2734.164563,2509.457934,1268.676132,2360.88758 +344812,2758.244356,2731.035893,2508.613236,1270.959212,2359.996713 +344813,2763.281607,2728.767917,2508.35917,1273.234317,2359.575203 +344814,2768.321649,2729.271078,2509.981168,1275.497432,2361.572445 +344815,2772.890182,2725.999816,2509.131596,1277.747444,2360.327139 +344816,2777.624582,2723.5919,2509.081128,1279.989145,2359.883871 +344817,2790.81048,2721.700338,2509.165365,1282.218675,2359.580374 +344818,2776.127269,2719.773302,2509.239732,1284.437583,2359.59128 +344819,2804.063,2717.852773,2509.362202,1286.645885,2359.553938 +344820,2793.977198,2716.088011,2509.651603,1288.922619,2359.704476 +344821,2685.167312,2712.634188,2510.056036,1234.879918,2361.056992 +344822,2688.703336,2703.336023,2504.54723,1235.493337,2354.062369 +344823,2690.371058,2688.718677,2493.549011,1236.481955,2339.982822 +344824,2694.045898,2678.311284,2484.563661,1237.688456,2327.287422 +344825,2697.131432,2667.600368,2477.945261,1238.971508,2317.435138 +344826,2700.567956,2662.455109,2474.86589,1240.344394,2311.63798 +344827,2703.509088,2647.448526,2470.27138,1241.594607,2304.309069 +344828,2707.167957,2647.445668,2468.385018,1243.122596,2300.47218 +344829,2710.242884,2634.813836,2464.824336,1244.540699,2294.768085 +344830,2713.432501,2634.457802,2462.176327,1245.835654,2290.356408 +344831,2716.989047,2629.514315,2460.215946,1247.294282,2286.949247 +344832,2720.123018,2616.040195,2458.544869,1248.687232,2284.054992 +344833,2723.471781,2616.522144,2457.030291,1250.092779,2281.505227 +344834,2726.745227,2610.698226,2455.814362,1251.498872,2279.463519 +344835,2729.940593,2604.172877,2454.789794,1252.904372,2277.785946 +344836,2733.229602,2591.052021,2453.690868,1254.308633,2276.133206 +344837,2736.38658,2599.07605,2452.747322,1255.711579,2274.771666 +344838,2739.446113,2577.200153,2451.916682,1257.112459,2273.635797 +344839,2743.071603,2580.071131,2452.660178,1258.511884,2274.509598 +344840,2753.778176,2572.648479,2451.030056,1259.906663,2272.550984 +344841,2738.056882,2565.693987,2449.93166,1261.301229,2271.296723 +344842,2764.047835,2552.484533,2448.905935,1262.691563,2270.165741 +344843,2752.537017,2554.101165,2448.118983,1264.079403,2269.35608 +344844,2758.911389,2546.032086,2447.444465,1265.542286,2268.712559 +344845,2762.207265,2538.481206,2446.793575,1266.806755,2268.125546 +344846,2765.285644,2532.339474,2446.185251,1268.240933,2267.615104 +344847,2768.209468,2526.000942,2445.614346,1269.524346,2267.170639 +344848,2771.217049,2518.993695,2445.062168,1271.014263,2266.764998 +344849,2774.301275,2512.304257,2444.521209,1272.326069,2266.385092 +344850,2777.379686,2498.31019,2443.878699,1273.703081,2265.888899 +344851,2780.3942,2500.849442,2443.254088,1275.119901,2265.418862 +344852,2783.384048,2491.439616,2442.79746,1276.544541,2265.149081 +344853,2786.801692,2484.29629,2442.395055,1277.971949,2264.934851 +344854,2790.003868,2478.16138,2442.006329,1279.40055,2264.725186 +344855,2800.640216,2471.510068,2441.795559,1280.829734,2264.721791 +344856,2786.189802,2464.74546,2441.474023,1282.25926,2264.571696 +344857,2809.289322,2458.227256,2441.144009,1283.688575,2264.399564 +344858,2801.030084,2451.17142,2440.991327,1285.117764,2264.432318 +344859,2805.439007,2444.481801,2440.751087,1286.546642,2264.345647 +344860,2809.511925,2437.662961,2440.458897,1288.054976,2264.182635 +344861,2812.367436,2430.711548,2440.227022,1289.363503,2264.07972 +344862,2814.9086,2416.649161,2439.911778,1290.847808,2263.860194 +344863,2818.548079,2419.374211,2439.614838,1292.262569,2263.648171 +344864,2821.436359,2408.568597,2439.456035,1293.646047,2263.59089 +344865,2831.611516,2401.87687,2439.458061,1295.104392,2263.717158 +344866,2818.986801,2395.216247,2440.964201,1296.492193,2265.683033 +344867,2839.191592,2388.090515,2441.45297,1297.948685,2266.405832 +344868,2832.656427,2381.059478,2440.068893,1299.333988,2264.827697 +344869,2836.595482,2373.971662,2441.051639,1300.792537,2266.12814 +344870,2840.177076,2366.714103,2439.655881,1302.174651,2264.488569 +344871,2843.038751,2359.696939,2439.036769,1303.630999,2263.771775 +344872,2845.68874,2352.465338,2438.746069,1304.931837,2263.429847 +344873,2855.830007,2345.315004,2438.774607,1306.507309,2263.460663 +344874,2851.087051,2338.289776,2438.933264,1307.831009,2263.64345 +344875,2855.073217,2330.843326,2440.598027,1309.295448,2265.674386 +344876,2857.575545,2323.574015,2439.575953,1310.676431,2264.415575 +344877,2860.492409,2316.398399,2439.183154,1313.104743,2263.915662 +344878,2871.746562,2309.143963,2440.724639,1312.265584,2265.770062 +344879,2858.559099,2301.672604,2439.941774,1320.644317,2264.76493 +344880,2876.056129,2294.717552,2441.20107,1308.345734,2266.443203 +344881,2631.61306,2170.712494,2432.744078,1212.691622,2254.845938 +344882,2629.768587,2169.241114,2407.386521,1206.789024,2219.252308 +344883,2629.585394,2156.242882,2378.185698,1207.469066,2176.791733 +344884,2637.611767,2148.133345,2354.860425,1207.609281,2140.278588 +344885,2628.344792,2139.605988,2340.073906,1207.93449,2114.228781 +344886,2632.758687,2131.044072,2329.436744,1208.38192,2093.53138 +344887,2633.958816,2122.588802,2319.959636,1208.91564,2074.970729 +344888,2634.894903,2114.211993,2313.63254,1209.512941,2060.570654 +344889,2636.60918,2105.891036,2308.907802,1210.158057,2048.689269 +344890,2637.994756,2097.760344,2305.164188,1210.8442,2038.544547 +344891,2639.63509,2089.241444,2302.058318,1211.680396,2029.6839 +344892,2641.114567,2081.190238,2299.399249,1212.433718,2021.822853 +344893,2642.769714,2072.933954,2297.072343,1213.072029,2014.775587 +344894,2644.683621,2064.816217,2295.009125,1213.931692,2008.406435 +344895,2646.677111,2056.79987,2294.82085,1214.868039,2004.663274 +344896,2655.36426,2048.455857,2292.261206,1215.641635,1998.285108 +344897,2640.21109,2040.563293,2290.247712,1216.500422,1992.815884 +344898,2661.624215,2021.341664,2288.602084,1217.396152,1987.98991 +344899,2652.608968,2040.430307,2287.480287,1218.433512,1983.979378 +344900,2655.662317,1989.27045,2286.569011,1219.297024,1980.367608 +344901,2659.013467,2033.930453,2287.625724,1220.239209,1979.085476 +344902,2660.009023,1974.07686,2285.966965,1221.132828,1974.851261 +344903,2662.224568,2011.322553,2284.970232,1222.372705,1971.542406 +344904,2664.947402,1965.932364,2285.958046,1223.255629,1970.736991 +344905,2666.358369,1995.892975,2284.427578,1224.28358,1966.918539 +344906,2668.456095,1956.341853,2283.545885,1225.450812,1963.953563 +344907,2671.522327,1976.677419,2284.637643,1226.444687,1963.447884 +344908,2672.742514,1924.999368,2283.26589,1227.512799,1959.964344 +344909,2675.486367,1958.053219,2282.698111,1228.731157,1957.507283 +344910,2685.377912,1933.393532,2282.202964,1229.77495,1955.14789 +344911,2670.596539,1928.778919,2283.509266,1230.743123,1955.029128 +344912,2691.063896,1921.350553,2282.180777,1231.711297,1951.727533 +344913,2683.974505,1913.60267,2281.632262,1232.684528,1949.4368 +344914,2686.735754,1931.489823,2282.832107,1233.661885,1949.341263 +344915,2688.87546,1861.801457,2281.44818,1234.643909,1946.114592 +344916,2691.848511,1908.313662,2280.781476,1235.632097,1943.799271 +344917,2693.950851,1879.379891,2280.321863,1236.626005,1941.757157 +344918,2696.204938,1875.4889,2279.982431,1237.626316,1939.876638 +344919,2699.198109,1868.216898,2281.416491,1238.633114,1940.201948 +344920,2707.536258,1860.674355,2280.410159,1239.645953,1937.561402 +344921,2695.359618,1853.276284,2279.859537,1240.748988,1935.494655 +344922,2712.912908,1845.894344,2279.4525,1241.650233,1933.60884 +344923,2708.801616,1838.428117,2279.357583,1242.741463,1932.111694 +344924,2710.295962,1831.298385,2279.265783,1243.766716,1930.62263 +344925,2713.463241,1824.080939,2279.096273,1245.240743,1929.048522 +344926,2716.223897,1816.719799,2278.973121,1246.489898,1927.541408 +344927,2725.601288,1826.551629,2279.039571,1246.987029,1926.270981 +344928,2714.171643,1778.070587,2279.052104,1249.496491,1924.941793 +344929,2729.676213,1820.055819,2278.982821,1247.750794,1923.519074 +344930,2727.71125,1767.297598,2279.08678,1254.84064,1922.309563 +344931,2728.887187,1790.213681,2279.189908,1243.320527,1921.102898 +344932,2738.749295,1772.648542,2279.314097,1271.42218,1919.92263 +344933,2728.734347,1767.625303,2279.369306,1229.767637,1918.66099 +344934,2741.987147,1760.904842,2279.363307,1265.434129,1917.321905 +344935,2741.522096,1754.304644,2279.463087,1265.329726,1916.113203 +344936,2749.545736,1747.38461,2279.756806,1238.455218,1915.339078 +344937,2740.511897,1741.043286,2279.912075,1266.596401,1914.184852 +344938,2750.90242,1734.443371,2279.837208,1274.190266,1912.74137 +344939,2751.472071,1728.023558,2279.901621,1234.297804,1911.46726 +344940,2752.59569,1721.662965,2280.022869,1273.510396,1910.258603 +344941,2756.732228,1822.570913,2280.286616,1366.015133,1909.57695 +344942,2770.403715,1818.382529,2290.20488,1371.706052,1923.861978 +344943,2790.179159,1835.658075,2304.433351,1374.011699,1945.564754 +344944,2808.332706,1776.935776,2317.70974,1379.811482,1966.994045 +344945,2821.896037,1818.957275,2327.979949,1374.681188,1985.035813 +344946,2831.03338,1800.874429,2335.272211,1396.042342,1998.996592 +344947,2837.287307,1785.66988,2340.524842,1358.513178,2010.253131 +344948,2841.829503,1803.188143,2344.464779,1394.897148,2019.203044 +344949,2845.316198,1767.745214,2347.514185,1383.062738,2026.705179 +344950,2848.165881,1796.50699,2349.959599,1386.944643,2032.691989 +344951,2853.334295,1758.204935,2353.714014,1388.965431,2040.262288 +344952,2854.092067,1778.245878,2354.538882,1390.585304,2043.756125 +344953,2855.435122,1761.151229,2355.617306,1392.393597,2047.194566 +344954,2856.860183,1761.82064,2356.635539,1393.936194,2050.221156 +344955,2858.310752,1755.786094,2357.57617,1395.674654,2053.065175 +344956,2859.759971,1751.970646,2358.442346,1397.319425,2055.354129 +344957,2861.199046,1747.695042,2359.245185,1398.96674,2057.324362 +344958,2862.627672,1741.610044,2359.996875,1400.605715,2059.022795 +344959,2864.045927,1737.748351,2360.706491,1402.274019,2060.486979 +344960,2865.445677,1734.242383,2361.375623,1403.994314,2061.740938 +344961,2866.821862,1730.886596,2362.006229,1405.863832,2062.806101 +344962,2868.167678,1727.636571,2362.597974,1410.616532,2063.69875 +344963,2869.4905,1724.472675,2363.158632,1409.821952,2064.443193 +344964,2873.526842,1721.386761,2365.633017,1420.231454,2067.206875 +344965,2873.410805,1718.362661,2365.268541,1404.662609,2066.662381 +344966,2874.125847,1715.4102,2365.41885,1422.883542,2066.678493 +344967,2875.038547,1712.514444,2365.672713,1421.277922,2066.742758 +344968,2876.060657,1709.676868,2365.978206,1424.359044,2066.799183 +344969,2877.153882,1706.893932,2366.317577,1427.723855,2066.838188 +344970,2878.278291,1704.163321,2366.670315,1430.993274,2066.845449 +344971,2879.408456,1701.54028,2367.022832,1435.629361,2067.020524 +344972,2880.52078,1698.978773,2367.37017,1442.239341,2066.936619 +344973,2881.637816,1696.471157,2367.732912,1435.632591,2066.825029 +344974,2882.764315,1694.014438,2368.115413,1443.866417,2066.697684 +344975,2883.860906,1691.606635,2368.491382,1449.819294,2066.52818 +344976,2884.924736,1689.246072,2368.856867,1451.966768,2066.316186 +344977,2886.238532,1686.931405,2369.205688,1465.257692,2066.057335 +344978,2887.260373,1684.661355,2369.573186,1444.463424,2065.797954 +344979,2888.243654,1682.434712,2369.927007,1488.053281,2065.500505 +344980,2889.238338,1680.250716,2370.2919,1440.38024,2065.197751 +344981,2890.327151,1678.108451,2370.717979,1498.911924,2064.953786 +344982,2891.397391,1676.007007,2371.134104,1467.590469,2064.682848 +344983,2892.366163,1673.945774,2371.488311,1484.361045,2064.322048 +344984,2893.315235,1671.924128,2371.832372,1466.531688,2063.935778 +344985,2894.641725,1669.941944,2372.419637,1513.175193,2063.838491 +344986,2896.064361,1667.997821,2373.074135,1477.989766,2063.815788 +344987,2897.375043,1666.091709,2373.66484,1508.407278,2063.707977 +344988,2898.757012,1664.223326,2374.306333,1499.444577,2063.656827 +344989,2900.196184,1662.391833,2374.986916,1508.182387,2063.64751 +344990,2901.758238,1660.597028,2375.746741,1512.395242,2063.729875 +344991,2906.19132,1659.820945,2378.341746,1516.996185,2066.082434 +344992,2906.482759,1659.089502,2378.319427,1521.833686,2065.20503 +344993,2907.688546,1657.901133,2378.876917,1526.570653,2065.038227 +344994,2909.207607,1656.923499,2379.620895,1531.701959,2065.084667 +344995,2910.91121,1655.937811,2380.468031,1536.630919,2065.243495 +344996,2912.720502,1654.974412,2381.377534,1541.689697,2065.469445 +344997,2917.33433,1654.035929,2384.074583,1546.919344,2067.906809 +344998,2917.777418,1653.115847,2384.136668,1551.902859,2067.090563 +344999,2919.121255,1652.223842,2384.769778,1557.396709,2066.973926 +345000,2920.77504,1651.352088,2385.583192,1562.672162,2067.062568 +345001,2923.670374,1673.441551,2387.387331,1595.720388,2068.704381 +345002,2929.889354,1673.698162,2391.157271,1595.376406,2073.378905 +345003,2937.355731,1673.782857,2395.703689,1604.562251,2079.389047 +345004,2944.348503,1673.677754,2400.042981,1610.640346,2085.273209 +345005,2950.29634,1673.510459,2403.836194,1616.567705,2090.684848 +345006,2955.266078,1673.302093,2407.095133,1622.844925,2095.164264 +345007,2959.566283,1673.072956,2409.972789,1628.899871,2099.079731 +345008,2963.753086,1672.835597,2412.605117,1635.384247,2102.595413 +345009,2967.373676,1672.597376,2415.076954,1641.562832,2105.817493 +345010,2970.833496,1672.362081,2417.437501,1647.880588,2108.810641 +345011,2974.19822,1672.132493,2419.72029,1654.325837,2111.621789 +345012,2977.505929,1671.909943,2421.947764,1660.547009,2114.285091 +345013,2980.781067,1671.695872,2424.13709,1667.243508,2116.828615 +345014,2984.034834,1671.490771,2426.29793,1673.624396,2119.271145 +345015,2987.403924,1671.295662,2428.520185,1685.322726,2121.731279 +345016,2990.767183,1671.110256,2430.729451,1684.870334,2124.123336 +345017,2993.980404,1670.935204,2432.835502,1693.929383,2126.340723 +345018,2997.182286,1670.770699,2434.92685,1700.715825,2128.497584 +345019,3000.417695,1670.616885,2437.032114,1706.933004,2130.63335 +345020,3003.935468,1670.473567,2439.130423,1713.964356,2132.72621 +345021,3007.12415,1670.227805,2441.225606,1720.665243,2134.784905 +345022,3010.312553,1670.271712,2443.319892,1727.509632,2136.815706 +345023,3013.654254,1670.19368,2445.506299,1739.286986,2138.93776 +345024,3019.983299,1669.947881,2449.432298,1740.106972,2143.211693 +345025,3021.664226,1669.931334,2450.599768,1747.932134,2144.045195 +345026,3024.169556,1669.838468,2452.307577,1755.988403,2145.532297 +345027,3027.272276,1669.767741,2454.219907,1762.305201,2147.245366 +345028,3030.42881,1669.708641,2456.31597,1774.796734,2149.163549 +345029,3033.110868,1669.65966,2458.473645,1774.904818,2151.143315 +345030,3036.359891,1669.620461,2460.556104,1784.077383,2153.019906 +345031,3039.832698,1669.211213,2462.623735,1790.769257,2154.870224 +345032,3043.160645,1668.731284,2464.762476,1802.120975,2156.855011 +345033,3046.812231,1668.218657,2466.846374,1803.315372,2158.854083 +345034,3049.901649,1667.682455,2468.722588,1810.103271,2160.684621 +345035,3053.001707,1667.128135,2470.573145,1821.904534,2162.564157 +345036,3056.153495,1666.557127,2472.421389,1823.866877,2164.509211 +345037,3059.549266,1665.971401,2474.202744,1834.267613,2166.429092 +345038,3062.586205,1665.371657,2475.90429,1836.898362,2168.299756 +345039,3065.532295,1664.759036,2477.527772,1845.901058,2170.116816 +345040,3068.37511,1664.133671,2479.061107,1848.804972,2171.859711 +345041,3071.00935,1663.496421,2480.435232,1853.741369,2173.437423 +345042,3073.335156,1662.737412,2481.585421,1855.628767,2174.764317 +345043,3075.2712,1662.237964,2482.457964,1858.003286,2175.768199 +345044,3076.835973,1661.490694,2483.061804,1860.850296,2176.45525 +345045,3078.121485,1660.826064,2483.452895,1864.047838,2176.891462 +345046,3079.208661,1660.135756,2483.681634,1867.457352,2177.137875 +345047,3080.158026,1659.43574,2483.787252,1870.982622,2177.24348 +345048,3081.012484,1658.726257,2483.799158,1874.573656,2177.246296 +345049,3081.801507,1658.007994,2483.738894,1878.20923,2177.175094 +345050,3085.261725,1657.28277,2485.360744,1883.756573,2179.227959 +345051,3084.582999,1656.542907,2484.337701,1886.454794,2178.010353 +345052,3084.705885,1655.800884,2483.804115,1889.765428,2177.423349 +345053,3085.053261,1655.047311,2483.379595,1893.30338,2176.982515 +345054,3085.521742,1654.285897,2483.001459,1896.980983,2176.61271 +345055,3086.058689,1653.516543,2482.643632,1900.741263,2176.2872 +345056,3086.629945,1652.738885,2482.290387,1904.547969,2175.990467 +345057,3087.216501,1651.953566,2481.933111,1908.3839,2175.71355 +345058,3087.80906,1651.160129,2481.567567,1912.243287,2175.451433 +345059,3088.40297,1650.359179,2481.191527,1916.124828,2175.200882 +345060,3088.995477,1649.55023,2480.803618,1920.028137,2174.959486 +345061,3090.924774,1615.582796,2481.41922,1924.448876,2176.54228 +345062,3087.420616,1614.304981,2478.408008,1926.02482,2172.704319 +345063,3082.134297,1613.208074,2473.745093,1926.656649,2166.174071 +345064,3077.469189,1612.084927,2469.384862,1928.069027,2159.746073 +345065,3074.393497,1610.971258,2466.062,1930.741033,2154.563959 +345066,3072.744522,1609.853129,2463.713579,1934.3843,2150.670573 +345067,3072.041834,1608.729457,2462.039203,1938.551738,2147.751576 +345068,3071.870674,1607.598845,2460.77741,1943.11619,2145.506963 +345069,3071.987127,1606.461637,2459.766853,1947.517207,2143.742022 +345070,3072.27867,1605.316617,2458.921197,1951.915582,2142.34505 +345071,3072.679424,1604.164069,2458.191683,1956.31454,2141.246265 +345072,3075.880592,1603.00617,2459.286904,1962.605397,2142.572538 +345073,3075.014336,1601.830747,2457.837717,1966.002064,2140.867142 +345074,3075.009112,1600.656384,2456.955949,1969.987111,2139.987907 +345075,3075.261686,1599.468574,2456.240203,1974.173294,2139.4125 +345076,3075.661049,1598.272926,2455.612622,1978.473077,2139.035808 +345077,3076.140236,1597.068354,2455.036117,1982.830362,2138.807303 +345078,3076.665291,1595.855092,2454.487004,1987.210155,2138.692537 +345079,3077.20799,1594.633336,2453.950897,1991.596565,2138.667377 +345080,3077.762765,1593.402625,2453.419363,1995.985025,2138.714604 +345081,3078.317979,1592.163656,2452.887106,2000.375251,2138.821093 +345082,3078.876027,1590.915803,2452.350516,2004.767712,2138.976405 +345083,3079.428738,1589.65981,2451.806901,2009.162496,2139.171886 +345084,3079.980343,1588.395062,2451.254299,2013.559405,2139.400426 +345085,3080.523813,1587.122318,2450.691229,2017.958105,2139.656047 +345086,3081.062728,1585.840961,2450.115605,2022.544009,2139.932519 +345087,3081.59047,1584.551756,2449.526494,2026.912896,2140.225462 +345088,3082.115205,1583.254083,2448.924929,2031.278491,2140.533352 +345089,3082.632041,1581.9487,2448.311318,2035.651524,2140.854238 +345090,3083.14665,1580.634979,2447.685241,2040.034089,2141.185477 +345091,3083.653336,1578.997851,2447.046729,2044.424281,2141.525244 +345092,3084.117832,1577.285284,2446.361439,2048.755725,2141.873268 +345093,3084.521471,1575.423994,2445.60752,2052.996449,2142.230388 +345094,3084.8628,1573.788023,2444.780776,2057.339498,2142.595985 +345095,3085.151152,1571.892532,2443.888058,2061.382146,2142.970254 +345096,3085.399773,1570.056763,2442.940252,2065.375109,2143.355312 +345097,3085.617366,1568.178725,2441.945478,2069.340918,2143.751206 +345098,3085.741546,1591.190031,2440.866071,2073.424612,2144.103016 +345099,3085.924523,1527.54549,2439.800398,2077.284549,2144.527359 +345100,3086.149643,1580.091464,2438.739879,2081.303112,2145.009209 +345101,3086.231388,1570.751508,2437.568355,2084.918891,2145.400058 +345102,3086.326926,1537.282855,2436.386463,2088.588718,2145.821821 +345103,3086.45753,1566.443972,2435.208398,2092.560516,2146.289155 +345104,3086.488208,1562.125654,2433.94921,2096.310226,2146.693693 +345105,3086.520857,1537.346997,2432.674153,2100.284117,2147.114584 +345106,3086.524834,1573.979642,2431.364082,2104.01955,2147.525947 +345107,3086.530536,1521.697781,2430.038842,2107.73017,2147.950994 +345108,3086.515298,1575.547135,2428.681146,2111.407176,2148.366905 +345109,3086.511982,1514.711368,2427.302684,2115.271014,2148.787142 +345110,3086.502335,1568.193627,2425.895048,2118.909075,2149.200183 +345111,3086.490814,1515.668553,2424.460066,2122.51023,2149.607333 +345112,3086.477042,1553.169129,2423.004332,2126.089702,2150.015955 +345113,3086.435113,1523.430911,2421.514442,2129.635019,2150.408519 +345114,3086.388721,1536.834294,2420.004073,2133.15459,2150.798694 +345115,3086.315285,1529.160383,2418.463665,2136.637608,2151.174754 +345116,3086.216728,1528.010023,2416.895807,2140.088187,2151.540676 +345117,3086.103236,1525.478095,2415.306727,2143.513447,2151.904451 +345118,3085.971547,1523.213105,2413.694339,2146.910079,2152.263262 +345119,3085.821932,1520.825158,2412.059342,2150.277411,2152.617596 +345120,3085.651306,1518.430988,2410.400625,2153.810786,2152.965644 +345121,3085.629834,1449.848263,2408.828723,2157.225254,2153.446377 +345122,3076.089576,1446.763421,2400.117529,2154.883784,2143.190673 +345123,3062.597747,1443.984772,2388.283361,2150.499531,2127.722044 +345124,3050.538054,1441.10226,2377.233081,2147.959105,2112.631924 +345125,3041.536694,1438.473032,2368.397265,2147.973476,2100.177603 +345126,3035.806116,1435.627792,2361.616844,2149.9059,2090.410464 +345127,3032.008066,1432.853864,2356.262871,2153.023885,2082.674151 +345128,3029.30399,1430.053831,2351.796239,2156.265362,2076.354793 +345129,3027.201609,1427.240441,2347.88542,2159.526929,2071.056087 +345130,3025.453344,1424.412736,2344.348653,2162.723606,2066.545532 +345131,3023.934926,1421.569934,2341.081873,2165.847759,2062.676491 +345132,3022.573724,1418.710974,2338.016285,2168.905458,2059.341923 +345133,3021.317799,1415.931737,2335.099795,2171.898028,2056.454303 +345134,3020.128999,1412.801293,2332.292553,2174.824315,2053.941357 +345135,3018.979513,1410.098792,2329.56418,2177.683526,2051.743217 +345136,3017.849131,1407.089794,2326.891523,2180.476067,2049.810058 +345137,3016.724457,1404.157798,2324.257714,2183.20416,2048.101236 +345138,3015.596504,1401.194456,2321.650294,2185.870622,2046.583171 +345139,3014.459089,1398.212858,2319.059921,2188.478143,2045.227811 +345140,3013.308079,1395.213137,2316.479685,2191.029191,2044.011798 +345141,3012.140598,1392.195494,2313.904401,2193.525841,2042.915484 +345142,3010.954637,1389.159725,2311.330158,2195.969798,2041.922297 +345143,3009.471781,1386.106078,2308.755593,2198.364218,2041.020183 +345144,3008.283246,1383.034368,2306.178803,2200.710524,2040.197659 +345145,3007.080152,1379.849421,2303.596023,2203.007233,2039.442012 +345146,3005.849665,1376.87995,2301.004555,2205.253501,2038.742819 +345147,3004.57952,1376.746993,2298.398045,2207.444071,2038.085906 +345148,3003.448885,1374.240213,2296.118814,2209.318747,2037.46107 +345149,3002.402549,1371.368143,2294.049923,2211.012553,2036.868448 +345150,3001.345948,1368.479758,2292.004411,2212.688227,2036.306985 +345151,3000.223805,1366.232718,2289.874137,2214.412037,2035.771498 +345152,2999.096516,1364.351371,2287.740767,2216.178101,2035.255809 +345153,2998.025826,1359.289728,2285.691073,2217.961649,2034.761289 +345154,2996.594351,1356.923626,2283.400655,2219.996233,2034.288849 +345155,2995.422107,1354.82853,2280.999292,2222.15465,2033.830885 +345156,2994.283844,1352.83254,2278.653739,2224.273516,2033.378068 +345157,2993.206504,1350.905232,2276.443032,2226.275885,2032.92648 +345158,2991.934543,1348.939267,2274.377381,2228.157187,2032.476994 +345159,2991.050165,1347.244568,2272.436472,2229.938185,2032.028882 +345160,2989.923156,1345.392612,2270.596281,2231.639241,2031.580788 +345161,2989.242719,1343.655743,2268.836801,2233.46883,2031.129737 +345162,2991.035076,1341.9422,2268.86784,2236.933252,2032.831731 +345163,2988.607193,1340.259535,2266.384311,2237.390881,2031.327863 +345164,2987.788166,1338.612283,2264.476598,2238.390068,2030.472108 +345165,2986.42567,1336.99497,2262.754963,2239.544638,2029.774404 +345166,2985.432557,1335.408232,2261.151894,2240.769194,2029.158646 +345167,2984.207979,1333.851023,2259.637412,2242.006326,2028.597669 +345168,2983.267516,1332.322357,2258.190993,2243.217526,2028.073962 +345169,2982.361643,1330.82165,2256.798387,2244.382597,2027.575141 +345170,2981.470507,1329.347982,2255.450929,2245.494235,2027.093921 +345171,2980.645043,1327.901012,2254.143458,2246.550994,2026.626342 +345172,2979.948907,1326.480005,2252.87177,2247.551958,2026.169125 +345173,2979.108858,1325.084543,2251.633629,2248.497277,2025.721145 +345174,2978.709265,1323.713902,2250.426153,2249.385427,2025.280266 +345175,2978.430292,1322.367762,2249.244613,2250.212285,2024.841859 +345176,2978.232771,1321.135004,2248.085482,2250.974865,2024.402629 +345177,2978.092395,1319.705083,2246.947859,2251.673022,2023.962427 +345178,2977.99607,1318.402754,2245.832182,2252.307865,2023.522707 +345179,2977.934521,1317.267517,2244.738202,2252.879399,2023.084037 +345180,2977.900591,1315.97446,2243.665657,2253.38732,2022.646959 +345181,2107.041499,1314.714858,1116.517098,1803.61902,2483.729425 +345182,2196.657868,1444.833902,1163.754228,1879.838803,2540.622329 +345183,2302.560486,1446.113014,1222.095978,1966.893529,2594.586949 +345184,2383.992824,1445.715624,1270.02808,2027.231376,2623.869678 +345185,2439.156748,1446.672903,1305.728405,2060.439577,2635.800829 +345186,2477.421721,1446.445074,1332.735458,2077.466983,2640.600255 +345187,2505.275077,1445.831412,1354.060029,2085.946031,2642.403394 +345188,2526.743074,1445.385011,1371.546821,2090.834346,2643.038471 +345189,2544.032335,1444.834629,1386.265818,2094.318136,2643.288577 +345190,2558.303503,1444.28398,1398.826853,2097.158725,2643.456305 +345191,2570.216936,1443.728589,1409.61277,2099.552011,2643.636416 +345192,2580.221036,1443.171215,1418.905251,2101.555822,2643.847387 +345193,2588.667546,1442.620244,1426.935774,2103.226391,2644.08638 +345194,2595.844011,1442.052762,1433.901698,2104.63056,2644.348247 +345195,2601.965273,1441.518057,1439.956967,2105.808088,2644.599894 +345196,2607.24713,1440.998629,1445.254705,2106.82565,2644.865096 +345197,2611.869089,1440.495786,1449.923431,2107.725886,2645.164807 +345198,2615.940549,1440.007985,1454.056647,2108.527505,2645.486732 +345199,2619.558377,1439.537756,1457.734503,2109.235965,2645.825439 +345200,2622.795628,1439.083091,1461.024855,2109.864423,2646.178469 +345201,2625.714487,1438.645787,1463.984783,2110.41328,2646.544505 +345202,2628.36616,1438.224089,1466.662269,2110.89246,2646.922881 +345203,2630.791731,1437.818666,1469.097562,2111.304043,2647.313103 +345204,2633.02404,1437.426854,1471.324459,2111.651646,2647.714797 +345205,2635.089159,1437.050128,1473.371273,2111.927584,2648.127454 +345206,2637.008138,1436.68597,1475.261839,2112.133074,2648.550649 +345207,2638.797861,1436.335081,1477.016186,2112.272232,2648.983861 +345208,2640.472132,1435.994996,1478.651226,2112.348378,2649.42662 +345209,2642.042009,1435.666282,1480.181199,2112.363173,2649.878331 +345210,2643.516482,1433.56597,1481.618163,2112.317198,2650.338416 +345211,2644.463747,1432.258228,1482.897396,2111.351805,2650.806621 +345212,2645.005232,1431.022188,1484.024495,2109.746659,2651.27826 +345213,2645.34428,1429.690528,1485.027079,2107.937533,2651.75314 +345214,2645.599273,1428.568742,1485.928459,2106.154109,2652.232078 +345215,2645.809235,1427.225312,1486.74323,2104.440353,2652.715277 +345216,2645.975779,1425.94365,1487.480265,2102.75973,2653.202258 +345217,2646.09139,1424.627201,1488.145797,2101.066036,2653.692114 +345218,2646.150365,1423.290563,1488.745012,2099.328393,2654.183789 +345219,2646.150067,1421.934524,1489.28255,2097.53138,2654.676173 +345220,2646.089893,1420.559192,1489.7626,2095.668544,2655.168196 +345221,2645.969965,1419.165309,1490.188893,2093.737175,2655.658796 +345222,2645.790649,1417.753006,1490.564739,2091.735848,2656.146978 +345223,2645.552386,1416.322992,1490.893064,2089.663633,2656.631769 +345224,2645.255713,1414.969343,1491.176479,2087.520009,2657.11227 +345225,2644.902362,1413.527532,1491.421188,2085.294808,2657.58761 +345226,2644.492625,1412.05894,1491.628288,2082.99191,2658.056993 +345227,2644.026627,1410.571694,1491.797761,2080.617315,2658.519649 +345228,2643.504837,1409.067244,1491.930196,2078.174442,2658.974878 +345229,2642.928023,1407.546703,1492.026803,2075.66439,2659.422007 +345230,2642.297098,1406.010303,1492.089047,2073.087328,2659.860434 +345231,2641.613024,1404.452571,1492.118369,2070.443384,2660.289582 +345232,2640.876406,1402.883251,1492.116174,2067.539448,2660.709998 +345233,2640.088236,1401.300758,1492.083595,2064.765846,2661.120737 +345234,2639.249693,1399.791609,1492.021709,2061.931838,2661.520887 +345235,2638.361819,1398.048141,1491.931505,2059.032607,2661.909731 +345236,2637.425653,1396.487934,1491.813956,2056.066982,2662.286852 +345237,2636.44214,1394.745374,1491.669955,2053.036227,2662.651887 +345238,2635.412323,1393.225273,1491.500373,2049.942433,2663.004594 +345239,2634.337203,1391.49365,1491.306004,2046.78752,2663.344689 +345240,2633.217824,1389.828823,1491.087621,2043.573122,2663.67197 +345241,0,0,0,0,0 +345242,0,0,0,0,0 +345243,0,0,0,0,0 +345244,0,0,0,0,0 +345245,0,0,0,0,0 +345246,0,0,0,0,0 +345247,0,0,0,0,0 +345248,0,0,0,0,0 +345249,0,0,0,0,0 +345250,0,0,0,0,0 +345251,0,0,0,0,0 +345252,0,0,0,0,0 +345253,0,0,0,0,0 +345254,0,0,0,0,0 +345255,0,0,0,0,0 +345256,0,0,0,0,0 +345257,0,0,0,0,0 +345258,0,0,0,0,0 +345259,0,0,0,0,0 +345260,0,0,0,0,0 +345261,0,0,0,0,0 +345262,0,0,0,0,0 +345263,0,0,0,0,0 +345264,0,0,0,0,0 +345265,0,0,0,0,0 +345266,0,0,0,0,0 +345267,0,0,0,0,0 +345268,0,0,0,0,0 +345269,0,0,0,0,0 +345270,0,0,0,0,0 +345271,0,0,0,0,0 +345272,0,0,0,0,0 +345273,0,0,0,0,0 +345274,0,0,0,0,0 +345275,0,0,0,0,0 +345276,0,0,0,0,0 +345277,0,0,0,0,0 +345278,0,0,0,0,0 +345279,0,0,0,0,0 +345280,0,0,0,0,0 +345281,0,0,0,0,0 +345282,0,0,0,0,0 +345283,0,0,0,0,0 +345284,0,0,0,0,0 +345285,0,0,0,0,0 +345286,0,0,0,0,0 +345287,0,0,0,0,0 +345288,0,0,0,0,0 +345289,0,0,0,0,0 +345290,0,0,0,0,0 +345291,0,0,0,0,0 +345292,0,0,0,0,0 +345293,0,0,0,0,0 +345294,0,0,0,0,0 +345295,0,0,0,0,0 +345296,0,0,0,0,0 +345297,0,0,0,0,0 +345298,0,0,0,0,0 +345299,0,0,0,0,0 +345300,0,0,0,0,0 +345301,0,0,0,0,0 +345302,0,0,0,0,0 +345303,0,0,0,0,0 +345304,0,0,0,0,0 +345305,0,0,0,0,0 +345306,0,0,0,0,0 +345307,0,0,0,0,0 +345308,0,0,0,0,0 +345309,0,0,0,0,0 +345310,0,0,0,0,0 +345311,0,0,0,0,0 +345312,0,0,0,0,0 +345313,0,0,0,0,0 +345314,0,0,0,0,0 +345315,0,0,0,0,0 +345316,0,0,0,0,0 +345317,0,0,0,0,0 +345318,0,0,0,0,0 +345319,0,0,0,0,0 +345320,0,0,0,0,0 +345321,0,0,0,0,0 +345322,0,0,0,0,0 +345323,0,0,0,0,0 +345324,0,0,0,0,0 +345325,0,0,0,0,0 +345326,0,0,0,0,0 +345327,0,0,0,0,0 +345328,0,0,0,0,0 +345329,0,0,0,0,0 +345330,0,0,0,0,0 +345331,0,0,0,0,0 +345332,0,0,0,0,0 +345333,0,0,0,0,0 +345334,0,0,0,0,0 +345335,0,0,0,0,0 +345336,0,0,0,0,0 +345337,0,0,0,0,0 +345338,0,0,0,0,0 +345339,0,0,0,0,0 +345340,0,0,0,0,0 +345341,0,0,0,0,0 +345342,0,0,0,0,0 +345343,0,0,0,0,0 +345344,0,0,0,0,0 +345345,0,0,0,0,0 +345346,0,0,0,0,0 +345347,0,0,0,0,0 +345348,0,0,0,0,0 +345349,0,0,0,0,0 +345350,0,0,0,0,0 +345351,0,0,0,0,0 +345352,0,0,0,0,0 +345353,0,0,0,0,0 +345354,0,0,0,0,0 +345355,0,0,0,0,0 +345356,0,0,0,0,0 +345357,0,0,0,0,0 +345358,0,0,0,0,0 +345359,0,0,0,0,0 +345360,0,0,0,0,0 +345361,0,0,0,0,0 +345362,0,0,0,0,0 +345363,0,0,0,0,0 +345364,0,0,0,0,0 +345365,0,0,0,0,0 +345366,0,0,0,0,0 +345367,0,0,0,0,0 +345368,0,0,0,0,0 +345369,0,0,0,0,0 +345370,0,0,0,0,0 +345371,0,0,0,0,0 +345372,0,0,0,0,0 +345373,0,0,0,0,0 +345374,0,0,0,0,0 +345375,0,0,0,0,0 +345376,0,0,0,0,0 +345377,0,0,0,0,0 +345378,0,0,0,0,0 +345379,0,0,0,0,0 +345380,0,0,0,0,0 +345381,0,0,0,0,0 +345382,0,0,0,0,0 +345383,0,0,0,0,0 +345384,0,0,0,0,0 +345385,0,0,0,0,0 +345386,0,0,0,0,0 +345387,0,0,0,0,0 +345388,0,0,0,0,0 +345389,0,0,0,0,0 +345390,0,0,0,0,0 +345391,0,0,0,0,0 +345392,0,0,0,0,0 +345393,0,0,0,0,0 +345394,0,0,0,0,0 +345395,0,0,0,0,0 +345396,0,0,0,0,0 +345397,0,0,0,0,0 +345398,0,0,0,0,0 +345399,0,0,0,0,0 +345400,0,0,0,0,0 +345401,0,0,0,0,0 +345402,0,0,0,0,0 +345403,0,0,0,0,0 +345404,0,0,0,0,0 +345405,0,0,0,0,0 +345406,0,0,0,0,0 +345407,0,0,0,0,0 +345408,0,0,0,0,0 +345409,0,0,0,0,0 +345410,0,0,0,0,0 +345411,0,0,0,0,0 +345412,0,0,0,0,0 +345413,0,0,0,0,0 +345414,0,0,0,0,0 +345415,0,0,0,0,0 +345416,0,0,0,0,0 +345417,0,0,0,0,0 +345418,0,0,0,0,0 +345419,0,0,0,0,0 +345420,0,0,0,0,0 +345421,0,0,0,0,0 +345422,0,0,0,0,0 +345423,0,0,0,0,0 +345424,0,0,0,0,0 +345425,0,0,0,0,0 +345426,0,0,0,0,0 +345427,0,0,0,0,0 +345428,0,0,0,0,0 +345429,0,0,0,0,0 +345430,0,0,0,0,0 +345431,0,0,0,0,0 +345432,0,0,0,0,0 +345433,0,0,0,0,0 +345434,0,0,0,0,0 +345435,0,0,0,0,0 +345436,0,0,0,0,0 +345437,0,0,0,0,0 +345438,0,0,0,0,0 +345439,0,0,0,0,0 +345440,0,0,0,0,0 +345441,0,0,0,0,0 +345442,0,0,0,0,0 +345443,0,0,0,0,0 +345444,0,0,0,0,0 +345445,0,0,0,0,0 +345446,0,0,0,0,0 +345447,0,0,0,0,0 +345448,0,0,0,0,0 +345449,0,0,0,0,0 +345450,0,0,0,0,0 +345451,0,0,0,0,0 +345452,0,0,0,0,0 +345453,0,0,0,0,0 +345454,0,0,0,0,0 +345455,0,0,0,0,0 +345456,0,0,0,0,0 +345457,0,0,0,0,0 +345458,0,0,0,0,0 +345459,0,0,0,0,0 +345460,0,0,0,0,0 +345461,0,0,0,0,0 +345462,0,0,0,0,0 +345463,0,0,0,0,0 +345464,0,0,0,0,0 +345465,0,0,0,0,0 +345466,0,0,0,0,0 +345467,0,0,0,0,0 +345468,0,0,0,0,0 +345469,0,0,0,0,0 +345470,0,0,0,0,0 +345471,0,0,0,0,0 +345472,0,0,0,0,0 +345473,0,0,0,0,0 +345474,0,0,0,0,0 +345475,0,0,0,0,0 +345476,0,0,0,0,0 +345477,0,0,0,0,0 +345478,0,0,0,0,0 +345479,0,0,0,0,0 +345480,0,0,0,0,0 +345481,0,0,0,0,0 +345482,0,0,0,0,0 +345483,0,0,0,0,0 +345484,0,0,0,0,0 +345485,0,0,0,0,0 +345486,0,0,0,0,0 +345487,0,0,0,0,0 +345488,0,0,0,0,0 +345489,0,0,0,0,0 +345490,0,0,0,0,0 +345491,0,0,0,0,0 +345492,0,0,0,0,0 +345493,0,0,0,0,0 +345494,0,0,0,0,0 +345495,0,0,0,0,0 +345496,0,0,0,0,0 +345497,0,0,0,0,0 +345498,0,0,0,0,0 +345499,0,0,0,0,0 +345500,0,0,0,0,0 +345501,0,0,0,0,0 +345502,0,0,0,0,0 +345503,0,0,0,0,0 +345504,0,0,0,0,0 +345505,0,0,0,0,0 +345506,0,0,0,0,0 +345507,0,0,0,0,0 +345508,0,0,0,0,0 +345509,0,0,0,0,0 +345510,0,0,0,0,0 +345511,0,0,0,0,0 +345512,0,0,0,0,0 +345513,0,0,0,0,0 +345514,0,0,0,0,0 +345515,0,0,0,0,0 +345516,0,0,0,0,0 +345517,0,0,0,0,0 +345518,0,0,0,0,0 +345519,0,0,0,0,0 +345520,0,0,0,0,0 +345521,0,0,0,0,0 +345522,0,0,0,0,0 +345523,0,0,0,0,0 +345524,0,0,0,0,0 +345525,0,0,0,0,0 +345526,0,0,0,0,0 +345527,0,0,0,0,0 +345528,0,0,0,0,0 +345529,0,0,0,0,0 +345530,0,0,0,0,0 +345531,0,0,0,0,0 +345532,0,0,0,0,0 +345533,0,0,0,0,0 +345534,0,0,0,0,0 +345535,0,0,0,0,0 +345536,0,0,0,0,0 +345537,0,0,0,0,0 +345538,0,0,0,0,0 +345539,0,0,0,0,0 +345540,0,0,0,0,0 +345541,0,0,0,0,0 +345542,0,0,0,0,0 +345543,0,0,0,0,0 +345544,0,0,0,0,0 +345545,0,0,0,0,0 +345546,0,0,0,0,0 +345547,0,0,0,0,0 +345548,0,0,0,0,0 +345549,0,0,0,0,0 +345550,0,0,0,0,0 +345551,0,0,0,0,0 +345552,0,0,0,0,0 +345553,0,0,0,0,0 +345554,0,0,0,0,0 +345555,0,0,0,0,0 +345556,0,0,0,0,0 +345557,0,0,0,0,0 +345558,0,0,0,0,0 +345559,0,0,0,0,0 +345560,0,0,0,0,0 +345561,0,0,0,0,0 +345562,0,0,0,0,0 +345563,0,0,0,0,0 +345564,0,0,0,0,0 +345565,0,0,0,0,0 +345566,0,0,0,0,0 +345567,0,0,0,0,0 +345568,0,0,0,0,0 +345569,0,0,0,0,0 +345570,0,0,0,0,0 +345571,0,0,0,0,0 +345572,0,0,0,0,0 +345573,0,0,0,0,0 +345574,0,0,0,0,0 +345575,0,0,0,0,0 +345576,0,0,0,0,0 +345577,0,0,0,0,0 +345578,0,0,0,0,0 +345579,0,0,0,0,0 +345580,0,0,0,0,0 +345581,0,0,0,0,0 +345582,0,0,0,0,0 +345583,0,0,0,0,0 +345584,0,0,0,0,0 +345585,0,0,0,0,0 +345586,0,0,0,0,0 +345587,0,0,0,0,0 +345588,0,0,0,0,0 +345589,0,0,0,0,0 +345590,0,0,0,0,0 +345591,0,0,0,0,0 +345592,0,0,0,0,0 +345593,0,0,0,0,0 +345594,0,0,0,0,0 +345595,0,0,0,0,0 +345596,0,0,0,0,0 +345597,0,0,0,0,0 +345598,0,0,0,0,0 +345599,0,0,0,0,0 +345600,0,0,0,0,0 +345601,0,0,0,0,0 +345602,0,0,0,0,0 +345603,0,0,0,0,0 +345604,0,0,0,0,0 +345605,0,0,0,0,0 +345606,0,0,0,0,0 +345607,0,0,0,0,0 +345608,0,0,0,0,0 +345609,0,0,0,0,0 +345610,0,0,0,0,0 +345611,0,0,0,0,0 +345612,0,0,0,0,0 +345613,0,0,0,0,0 +345614,0,0,0,0,0 +345615,0,0,0,0,0 +345616,0,0,0,0,0 +345617,0,0,0,0,0 +345618,0,0,0,0,0 +345619,0,0,0,0,0 +345620,0,0,0,0,0 +345621,0,0,0,0,0 +345622,0,0,0,0,0 +345623,0,0,0,0,0 +345624,0,0,0,0,0 +345625,0,0,0,0,0 +345626,0,0,0,0,0 +345627,0,0,0,0,0 +345628,0,0,0,0,0 +345629,0,0,0,0,0 +345630,0,0,0,0,0 +345631,0,0,0,0,0 +345632,0,0,0,0,0 +345633,0,0,0,0,0 +345634,0,0,0,0,0 +345635,0,0,0,0,0 +345636,0,0,0,0,0 +345637,0,0,0,0,0 +345638,0,0,0,0,0 +345639,0,0,0,0,0 +345640,0,0,0,0,0 +345641,0,0,0,0,0 +345642,0,0,0,0,0 +345643,0,0,0,0,0 +345644,0,0,0,0,0 +345645,0,0,0,0,0 +345646,0,0,0,0,0 +345647,0,0,0,0,0 +345648,0,0,0,0,0 +345649,0,0,0,0,0 +345650,0,0,0,0,0 +345651,0,0,0,0,0 +345652,0,0,0,0,0 +345653,0,0,0,0,0 +345654,0,0,0,0,0 +345655,0,0,0,0,0 +345656,0,0,0,0,0 +345657,0,0,0,0,0 +345658,0,0,0,0,0 +345659,0,0,0,0,0 +345660,0,0,0,0,0 +345661,0,0,0,0,0 +345662,0,0,0,0,0 +345663,0,0,0,0,0 +345664,0,0,0,0,0 +345665,0,0,0,0,0 +345666,0,0,0,0,0 +345667,0,0,0,0,0 +345668,0,0,0,0,0 +345669,0,0,0,0,0 +345670,0,0,0,0,0 +345671,0,0,0,0,0 +345672,0,0,0,0,0 +345673,0,0,0,0,0 +345674,0,0,0,0,0 +345675,0,0,0,0,0 +345676,0,0,0,0,0 +345677,0,0,0,0,0 +345678,0,0,0,0,0 +345679,0,0,0,0,0 +345680,0,0,0,0,0 +345681,0,0,0,0,0 +345682,0,0,0,0,0 +345683,0,0,0,0,0 +345684,0,0,0,0,0 +345685,0,0,0,0,0 +345686,0,0,0,0,0 +345687,0,0,0,0,0 +345688,0,0,0,0,0 +345689,0,0,0,0,0 +345690,0,0,0,0,0 +345691,0,0,0,0,0 +345692,0,0,0,0,0 +345693,0,0,0,0,0 +345694,0,0,0,0,0 +345695,0,0,0,0,0 +345696,0,0,0,0,0 +345697,0,0,0,0,0 +345698,0,0,0,0,0 +345699,0,0,0,0,0 +345700,0,0,0,0,0 +345701,0,0,0,0,0 +345702,0,0,0,0,0 +345703,0,0,0,0,0 +345704,0,0,0,0,0 +345705,0,0,0,0,0 +345706,0,0,0,0,0 +345707,0,0,0,0,0 +345708,0,0,0,0,0 +345709,0,0,0,0,0 +345710,0,0,0,0,0 +345711,0,0,0,0,0 +345712,0,0,0,0,0 +345713,0,0,0,0,0 +345714,0,0,0,0,0 +345715,0,0,0,0,0 +345716,0,0,0,0,0 +345717,0,0,0,0,0 +345718,0,0,0,0,0 +345719,0,0,0,0,0 +345720,0,0,0,0,0 +345721,0,0,0,0,0 +345722,0,0,0,0,0 +345723,0,0,0,0,0 +345724,0,0,0,0,0 +345725,0,0,0,0,0 +345726,0,0,0,0,0 +345727,0,0,0,0,0 +345728,0,0,0,0,0 +345729,0,0,0,0,0 +345730,0,0,0,0,0 +345731,0,0,0,0,0 +345732,0,0,0,0,0 +345733,0,0,0,0,0 +345734,0,0,0,0,0 +345735,0,0,0,0,0 +345736,0,0,0,0,0 +345737,0,0,0,0,0 +345738,0,0,0,0,0 +345739,0,0,0,0,0 +345740,0,0,0,0,0 +345741,0,0,0,0,0 +345742,0,0,0,0,0 +345743,0,0,0,0,0 +345744,0,0,0,0,0 +345745,0,0,0,0,0 +345746,0,0,0,0,0 +345747,0,0,0,0,0 +345748,0,0,0,0,0 +345749,0,0,0,0,0 +345750,0,0,0,0,0 +345751,0,0,0,0,0 +345752,0,0,0,0,0 +345753,0,0,0,0,0 +345754,0,0,0,0,0 +345755,0,0,0,0,0 +345756,0,0,0,0,0 +345757,0,0,0,0,0 +345758,0,0,0,0,0 +345759,0,0,0,0,0 +345760,0,0,0,0,0 +345761,0,0,0,0,0 +345762,0,0,0,0,0 +345763,0,0,0,0,0 +345764,0,0,0,0,0 +345765,0,0,0,0,0 +345766,0,0,0,0,0 +345767,0,0,0,0,0 +345768,0,0,0,0,0 +345769,0,0,0,0,0 +345770,0,0,0,0,0 +345771,0,0,0,0,0 +345772,0,0,0,0,0 +345773,0,0,0,0,0 +345774,0,0,0,0,0 +345775,0,0,0,0,0 +345776,0,0,0,0,0 +345777,0,0,0,0,0 +345778,0,0,0,0,0 +345779,0,0,0,0,0 +345780,0,0,0,0,0 +345781,0,0,0,0,0 +345782,0,0,0,0,0 +345783,0,0,0,0,0 +345784,0,0,0,0,0 +345785,0,0,0,0,0 +345786,0,0,0,0,0 +345787,0,0,0,0,0 +345788,0,0,0,0,0 +345789,0,0,0,0,0 +345790,0,0,0,0,0 +345791,0,0,0,0,0 +345792,0,0,0,0,0 +345793,0,0,0,0,0 +345794,0,0,0,0,0 +345795,0,0,0,0,0 +345796,0,0,0,0,0 +345797,0,0,0,0,0 +345798,0,0,0,0,0 +345799,0,0,0,0,0 +345800,0,0,0,0,0 +345801,0,0,0,0,0 +345802,0,0,0,0,0 +345803,0,0,0,0,0 +345804,0,0,0,0,0 +345805,0,0,0,0,0 +345806,0,0,0,0,0 +345807,0,0,0,0,0 +345808,0,0,0,0,0 +345809,0,0,0,0,0 +345810,0,0,0,0,0 +345811,0,0,0,0,0 +345812,0,0,0,0,0 +345813,0,0,0,0,0 +345814,0,0,0,0,0 +345815,0,0,0,0,0 +345816,0,0,0,0,0 +345817,0,0,0,0,0 +345818,0,0,0,0,0 +345819,0,0,0,0,0 +345820,0,0,0,0,0 +345821,0,0,0,0,0 +345822,0,0,0,0,0 +345823,0,0,0,0,0 +345824,0,0,0,0,0 +345825,0,0,0,0,0 +345826,0,0,0,0,0 +345827,0,0,0,0,0 +345828,0,0,0,0,0 +345829,0,0,0,0,0 +345830,0,0,0,0,0 +345831,0,0,0,0,0 +345832,0,0,0,0,0 +345833,0,0,0,0,0 +345834,0,0,0,0,0 +345835,0,0,0,0,0 +345836,0,0,0,0,0 +345837,0,0,0,0,0 +345838,0,0,0,0,0 +345839,0,0,0,0,0 +345840,0,0,0,0,0 +345841,0,0,0,0,0 +345842,0,0,0,0,0 +345843,0,0,0,0,0 +345844,0,0,0,0,0 +345845,0,0,0,0,0 +345846,0,0,0,0,0 +345847,0,0,0,0,0 +345848,0,0,0,0,0 +345849,0,0,0,0,0 +345850,0,0,0,0,0 +345851,0,0,0,0,0 +345852,0,0,0,0,0 +345853,0,0,0,0,0 +345854,0,0,0,0,0 +345855,0,0,0,0,0 +345856,0,0,0,0,0 +345857,0,0,0,0,0 +345858,0,0,0,0,0 +345859,0,0,0,0,0 +345860,0,0,0,0,0 +345861,0,0,0,0,0 +345862,0,0,0,0,0 +345863,0,0,0,0,0 +345864,0,0,0,0,0 +345865,0,0,0,0,0 +345866,0,0,0,0,0 +345867,0,0,0,0,0 +345868,0,0,0,0,0 +345869,0,0,0,0,0 +345870,0,0,0,0,0 +345871,0,0,0,0,0 +345872,0,0,0,0,0 +345873,0,0,0,0,0 +345874,0,0,0,0,0 +345875,0,0,0,0,0 +345876,0,0,0,0,0 +345877,0,0,0,0,0 +345878,0,0,0,0,0 +345879,0,0,0,0,0 +345880,0,0,0,0,0 +345881,0,0,0,0,0 +345882,0,0,0,0,0 +345883,0,0,0,0,0 +345884,0,0,0,0,0 +345885,0,0,0,0,0 +345886,0,0,0,0,0 +345887,0,0,0,0,0 +345888,0,0,0,0,0 +345889,0,0,0,0,0 +345890,0,0,0,0,0 +345891,0,0,0,0,0 +345892,0,0,0,0,0 +345893,0,0,0,0,0 +345894,0,0,0,0,0 +345895,0,0,0,0,0 +345896,0,0,0,0,0 +345897,0,0,0,0,0 +345898,0,0,0,0,0 +345899,0,0,0,0,0 +345900,0,0,0,0,0 +345901,0,0,0,0,0 +345902,0,0,0,0,0 +345903,0,0,0,0,0 +345904,0,0,0,0,0 +345905,0,0,0,0,0 +345906,0,0,0,0,0 +345907,0,0,0,0,0 +345908,0,0,0,0,0 +345909,0,0,0,0,0 +345910,0,0,0,0,0 +345911,0,0,0,0,0 +345912,0,0,0,0,0 +345913,0,0,0,0,0 +345914,0,0,0,0,0 +345915,0,0,0,0,0 +345916,0,0,0,0,0 +345917,0,0,0,0,0 +345918,0,0,0,0,0 +345919,0,0,0,0,0 +345920,0,0,0,0,0 +345921,0,0,0,0,0 +345922,0,0,0,0,0 +345923,0,0,0,0,0 +345924,0,0,0,0,0 +345925,0,0,0,0,0 +345926,0,0,0,0,0 +345927,0,0,0,0,0 +345928,0,0,0,0,0 +345929,0,0,0,0,0 +345930,0,0,0,0,0 +345931,0,0,0,0,0 +345932,0,0,0,0,0 +345933,0,0,0,0,0 +345934,0,0,0,0,0 +345935,0,0,0,0,0 +345936,0,0,0,0,0 +345937,0,0,0,0,0 +345938,0,0,0,0,0 +345939,0,0,0,0,0 +345940,0,0,0,0,0 +345941,0,0,0,0,0 +345942,0,0,0,0,0 +345943,0,0,0,0,0 +345944,0,0,0,0,0 +345945,0,0,0,0,0 +345946,0,0,0,0,0 +345947,0,0,0,0,0 +345948,0,0,0,0,0 +345949,0,0,0,0,0 +345950,0,0,0,0,0 +345951,0,0,0,0,0 +345952,0,0,0,0,0 +345953,0,0,0,0,0 +345954,0,0,0,0,0 +345955,0,0,0,0,0 +345956,0,0,0,0,0 +345957,0,0,0,0,0 +345958,0,0,0,0,0 +345959,0,0,0,0,0 +345960,0,0,0,0,0 +345961,0,0,0,0,0 +345962,0,0,0,0,0 +345963,0,0,0,0,0 +345964,0,0,0,0,0 +345965,0,0,0,0,0 +345966,0,0,0,0,0 +345967,0,0,0,0,0 +345968,0,0,0,0,0 +345969,0,0,0,0,0 +345970,0,0,0,0,0 +345971,0,0,0,0,0 +345972,0,0,0,0,0 +345973,0,0,0,0,0 +345974,0,0,0,0,0 +345975,0,0,0,0,0 +345976,0,0,0,0,0 +345977,0,0,0,0,0 +345978,0,0,0,0,0 +345979,0,0,0,0,0 +345980,0,0,0,0,0 +345981,0,0,0,0,0 +345982,0,0,0,0,0 +345983,0,0,0,0,0 +345984,0,0,0,0,0 +345985,0,0,0,0,0 +345986,0,0,0,0,0 +345987,0,0,0,0,0 +345988,0,0,0,0,0 +345989,0,0,0,0,0 +345990,0,0,0,0,0 +345991,0,0,0,0,0 +345992,0,0,0,0,0 +345993,0,0,0,0,0 +345994,0,0,0,0,0 +345995,0,0,0,0,0 +345996,0,0,0,0,0 +345997,0,0,0,0,0 +345998,0,0,0,0,0 +345999,0,0,0,0,0 +346000,0,0,0,0,0 +346001,0,0,0,0,0 +346002,0,0,0,0,0 +346003,0,0,0,0,0 +346004,0,0,0,0,0 +346005,0,0,0,0,0 +346006,0,0,0,0,0 +346007,0,0,0,0,0 +346008,0,0,0,0,0 +346009,0,0,0,0,0 +346010,0,0,0,0,0 +346011,0,0,0,0,0 +346012,0,0,0,0,0 +346013,0,0,0,0,0 +346014,0,0,0,0,0 +346015,0,0,0,0,0 +346016,0,0,0,0,0 +346017,0,0,0,0,0 +346018,0,0,0,0,0 +346019,0,0,0,0,0 +346020,0,0,0,0,0 +346021,78.97760479,3010.386018,1927.964942,34.95895244,-114.3412912 +346022,490.8163822,296.1964909,658.8497438,222.1981362,638.7032658 +346023,478.9903636,263.2746389,629.1417817,216.7003049,624.0528073 +346024,463.1090332,256.0979163,610.3583451,209.3406407,601.7278729 +346025,447.4549161,260.4977708,598.5835225,202.1685014,578.2318966 +346026,433.6794749,266.8955124,589.9194904,195.9519766,556.5265798 +346027,421.8764273,271.9761206,582.5196493,190.7076796,537.162151 +346028,411.6656298,275.5547984,575.8619029,186.2307686,519.8011622 +346029,402.6837607,278.2215342,569.8954231,182.3326325,504.0300977 +346030,394.6857435,298.8912078,564.6252242,178.8877326,489.5662201 +346031,387.5140585,429.7848279,560.0092329,175.8156109,476.2344381 +346032,381.0508955,369.6515914,555.9718409,173.0586874,463.9118407 +346033,375.202267,397.2111148,552.4321099,170.570524,452.4961648 +346034,369.8837468,408.1397164,549.3178557,168.3114776,441.8943196 +346035,365.0249385,417.2783437,546.568727,166.2476388,432.020993 +346036,360.5622938,426.3698495,544.1346376,164.3503786,422.7992096 +346037,356.4433941,435.5527453,541.9652273,162.5954841,414.160343 +346038,352.6222335,444.6654586,540.0277585,160.963104,406.0435778 +346039,349.0632182,454.2446327,538.2957669,159.4389679,398.3949928 +346040,345.7342981,463.4703912,536.7450902,158.0065696,391.1669055 +346041,342.607576,472.8629357,535.3536519,156.6535634,384.3170992 +346042,339.6591966,482.2690082,534.1017716,155.3728803,377.8079385 +346043,336.8690078,491.56072,532.9724407,154.1541451,371.6061518 +346044,334.2236857,501.1916032,531.9509786,152.9921553,365.6821229 +346045,331.7039195,510.560502,531.0247555,151.8789619,360.0095795 +346046,329.295712,519.9494685,530.1827819,150.8116151,354.5650453 +346047,326.992874,529.8033275,529.4155977,149.7839703,349.3277973 +346048,324.7822937,538.8648807,528.7148861,148.7945205,344.279256 +346049,322.6550589,548.7835849,528.0734126,147.8382261,339.4029431 +346050,320.6089552,558.0679318,527.4847861,146.9145296,334.6840839 +346051,318.6341473,568.0905957,526.9434466,146.0191723,330.1096176 +346052,316.7221675,577.3216854,526.4421005,145.1507751,325.6677324 +346053,314.8716499,586.9569783,525.9747758,144.3047076,321.34793 +346054,313.0744,596.8459367,525.5371124,143.481259,317.1407756 +346055,311.3262199,606.3943963,525.1258243,142.6773258,313.0378734 +346056,309.629095,615.942816,524.7380952,141.8940264,309.0315715 +346057,307.9768225,626.1042723,524.3714605,141.1286063,305.1151022 +346058,306.3700796,635.4364614,524.0236194,140.3823676,301.2822983 +346059,304.8031769,645.3591444,523.6924453,139.6526374,297.5275871 +346060,303.2777205,654.9107802,523.3759892,138.9408354,293.8459475 +346061,301.7887017,665.0313708,523.0724679,138.2443921,290.2328645 +346062,300.3381704,674.6875391,522.7802214,137.5648308,286.6842244 +346063,298.9213392,684.5577392,522.497678,136.8996346,283.1962418 +346064,297.5404781,694.4093152,522.2233807,136.2503977,279.765486 +346065,296.1910027,708.936052,521.9559804,135.614667,276.38886 +346066,294.8753508,722.4447088,521.6941687,134.9940873,273.0634595 +346067,293.5890924,735.6705058,521.4332648,134.3862503,269.7867253 +346068,292.3348492,749.0161528,521.177026,133.7928635,266.5562609 +346069,291.1082067,762.3393951,520.9212602,133.2115057,263.3697515 +346070,289.9119682,775.432795,520.6689187,132.6439518,260.2252697 +346071,288.7417973,789.4214284,602.0335083,132.0878012,257.1208266 +346072,287.6005434,802.1505449,588.0111557,131.5448386,254.0546883 +346073,286.4839958,815.7241163,591.6033866,131.0127091,251.0252496 +346074,285.3950162,829.013256,602.3234991,130.4931955,248.0308846 +346075,284.3293752,842.3448636,608.3299368,129.9839254,245.0700868 +346076,283.289986,855.6774484,614.0269152,129.4866995,242.1413912 +346077,282.2726269,868.740301,619.8832905,128.9991418,239.2434091 +346078,281.2802712,882.5231415,625.1889467,128.5230746,236.3748139 +346079,280.3088628,895.633923,630.6839483,128.0561884,233.5345867 +346080,279.3614464,909.0183155,636.0337291,127.6003311,230.7215372 +346081,276.7440143,1352.112795,1596.732238,126.3850244,224.8620635 +346082,292.6476392,1380.441795,1630.985897,133.7558325,253.4944141 +346083,318.2867853,1403.768798,1655.084443,145.5124125,301.142151 +346084,344.5178801,1425.54575,1676.219347,157.3557452,351.4329116 +346085,367.4185498,1446.46991,1695.222864,167.4912011,396.9748054 +346086,386.5058329,1466.652283,1712.785332,175.7544158,436.4334078 +346087,402.4710204,1483.342255,1730.139447,182.5220629,470.6511987 +346088,416.1633806,1502.261063,1746.151842,188.2383337,500.6877935 +346089,428.0480706,1521.123588,1761.74324,193.1384995,527.2872113 +346090,438.4097297,1540.005353,1776.806779,197.3613269,550.9299352 +346091,447.459787,1558.617309,1791.537266,201.0086595,571.9610847 +346092,963.5081145,1577.068969,1805.68587,257.0076712,590.6681512 +346093,732.5072912,1599.316809,1819.645365,389.3514891,607.3087347 +346094,809.1757835,1622.215792,1833.17002,315.9930022,622.1157687 +346095,839.7561895,1634.5279,1846.43058,352.4291314,635.2969149 +346096,859.5984968,1630.64906,1859.075817,363.0273797,647.0362469 +346097,878.6357317,1679.21949,1871.822334,372.5108552,657.4951977 +346098,897.906134,1682.605421,1883.847347,381.7682928,666.8150584 +346099,915.4566285,1702.995794,1895.729878,391.1159349,675.1206227 +346100,934.06891,1720.815948,1910.945892,399.7197633,682.5187911 +346101,951.4949685,1738.198048,1929.258238,408.7302447,689.1076726 +346102,968.6374261,1755.447844,1923.746263,417.2088964,694.9739808 +346103,986.1171452,1772.979602,1929.239834,425.5447934,700.1938127 +346104,1002.646103,1789.907258,1959.729961,434.0071319,704.8335248 +346105,1019.169994,1807.290576,1959.505643,442.0031818,708.9515881 +346106,1035.074243,1824.208918,1971.841785,450.0397904,712.5994763 +346107,1051.541359,1840.988361,1982.053064,457.8650851,715.8225223 +346108,1067.35163,1858.107384,1991.602135,465.4337394,931.7386861 +346109,1082.310801,1874.646658,2001.414572,473.252302,1080.831654 +346110,1097.8227,1891.303301,2010.393092,480.7189551,975.0894665 +346111,1112.593437,1906.443236,2035.870699,487.8071533,1035.010951 +346112,1126.787264,1920.804157,2001.130341,494.9287803,1051.171468 +346113,1141.793802,1935.2557,2046.60811,502.1898902,1065.583844 +346114,1155.596858,1949.058943,2039.219323,508.9917264,1080.043644 +346115,1169.595989,1963.095998,2048.969691,515.8334649,1093.49928 +346116,1183.316945,1976.729153,2056.16825,522.5407557,1107.539242 +346117,1196.841659,1990.0325,2070.093967,528.9740016,1120.054082 +346118,1210.175943,2003.337247,2065.778858,535.752729,1132.991549 +346119,1223.274619,2016.374847,2070.596269,542.0203309,1145.093058 +346120,1236.314491,2029.244304,2086.215948,548.3614055,1157.668673 +346121,1249.07359,2041.945487,2088.285804,554.5780611,1169.184752 +346122,1261.651285,2054.573245,2112.112366,560.7052046,1180.797349 +346123,1274.181778,2076.48699,2071.209917,566.5183816,1191.984617 +346124,1229.900058,2052.0899,2066.072179,547.1404384,1100.336782 +346125,1187.893657,2024.524821,2007.669501,528.183564,1017.861611 +346126,1354.43601,2113.472817,2148.460627,603.1965611,1340.551237 +346127,1292.035522,2098.80558,2099.619532,575.5093877,1157.823882 +346128,1527.385908,2246.13143,2255.672279,682.8494852,1603.655715 +346129,1035.275787,1964.06751,1919.61517,460.6550483,685.5486955 +346130,1679.35935,2320.296822,2261.759262,751.8827873,1866.862034 +346131,1031.20556,1979.032246,2033.058584,459.8503126,652.6509628 +346132,1707.799562,2349.016632,2231.622088,765.1549005,1897.500141 +346133,1048.953856,1998.535052,2023.171176,468.6520746,654.4613264 +346134,1731.123393,2374.74807,2217.995326,776.2270377,1918.157872 +346135,1069.02001,2011.63634,2012.828521,478.4032676,676.4885923 +346136,1758.12551,2399.096076,2209.946079,787.5115054,1935.597506 +346137,1082.839609,2032.024569,2001.420835,487.3397792,688.85619 +346138,1781.84402,2418.828195,2202.372984,798.9630435,1957.783381 +346139,1103.831851,2072.66038,1991.256732,495.7979631,699.363231 +346140,1803.924177,2410.578955,2194.328195,810.2580449,1979.46378 +346141,1725.535372,2371.219518,2184.811659,766.3449613,1812.187216 +346142,1900.4166,2461.547771,2197.113912,852.5818923,2176.230703 +346143,1897.086614,2458.690176,2220.622401,844.6814969,2094.811211 +346144,1901.947771,2467.812534,2243.631472,849.8040265,2126.922844 +346145,1914.143468,2477.875453,2262.717267,855.2330343,2129.585626 +346146,1924.988902,2488.235056,2277.826112,860.4595367,2139.740814 +346147,1935.989504,2497.55219,2290.089455,865.5197396,2155.207434 +346148,1946.3155,2506.969435,2300.262691,870.554274,2154.671075 +346149,1956.841851,2522.843108,2308.994434,875.5973044,2167.5211 +346150,1967.12047,2524.017139,2316.585949,880.4767292,2175.485361 +346151,1977.28988,2535.192411,2323.056214,885.3388726,2183.63867 +346152,1987.451203,2544.941903,2328.691977,890.1370335,2191.6298 +346153,1997.105999,2552.860501,2333.698509,894.8801086,2199.896078 +346154,2007.187094,2561.631863,2338.149783,899.5721559,2207.693319 +346155,2016.808092,2570.145463,2342.148573,904.159001,2215.224283 +346156,2026.315601,2578.231671,2345.784384,908.7248814,2223.054523 +346157,2035.888327,2593.224053,2349.291285,913.2441802,2230.438581 +346158,2045.081599,2587.468637,2354.050746,917.7165802,2237.68551 +346159,2054.437797,2610.123521,2355.840254,922.1458984,2244.949286 +346160,2063.606869,2610.115514,2358.212884,926.5280551,2252.073913 +346161,2072.700205,2618.23446,2360.562871,930.8163591,2258.914941 +346162,2081.708953,2626.657689,2362.79716,935.1923246,2265.943717 +346163,2090.633258,2634.019117,2365.277057,939.4112911,2278.187264 +346164,2099.473189,2647.340666,2367.602871,943.6359501,2276.868999 +346165,2108.235838,2641.496123,2369.565314,947.86715,2286.084111 +346166,2116.920372,2661.880944,2371.362575,951.9251497,2292.834736 +346167,2125.529487,2662.978672,2373.301885,956.0649833,2298.807549 +346168,2134.064284,2669.145847,2375.091789,960.1211123,2304.846136 +346169,2142.528239,2676.510396,2376.704767,964.095006,2311.306232 +346170,2150.922504,2689.420986,2378.53907,968.1704229,2322.419416 +346171,2158.900204,2684.141832,2381.831138,971.7783094,2321.619204 +346172,2166.667093,2700.17123,2382.139903,975.5737508,2328.812133 +346173,2174.435639,2701.752839,2383.041149,979.1100298,2335.200992 +346174,2182.221493,2706.515627,2384.20249,982.7998624,2346.074451 +346175,2189.60061,2712.321832,2385.472058,986.2492774,2344.541187 +346176,2197.31092,2723.881703,2386.49987,989.8543463,2351.811798 +346177,2204.782141,2717.97318,2387.372016,993.2235537,2357.429369 +346178,2216.089845,2732.349519,2388.235394,996.7508045,2367.514518 +346179,2219.139959,2734.901011,2389.210405,1000.045045,2366.748033 +346180,2235.733934,2738.187989,2390.267524,1003.499353,2377.484024 +346181,2223.643055,2742.730705,2391.084193,1006.722703,2377.280039 +346182,2237.897039,2753.205859,2391.695673,1010.108226,2386.550696 +346183,2251.842265,2747.882709,2392.470097,1013.264976,2386.666942 +346184,2253.531919,2761.562402,2394.549469,1016.584502,2394.391658 +346185,2262.077693,2762.226927,2393.571906,1019.680206,2393.325323 +346186,2268.631477,2764.252505,2393.560235,1022.937995,2392.29239 +346187,2275.739113,2767.024468,2393.029958,1025.97266,2389.08988 +346188,2282.314835,2770.05014,2392.451431,1029.173154,2385.855502 +346189,2289.230619,2772.99997,2391.494281,1032.151242,2382.687463 +346190,2295.848496,2775.584828,2390.401047,1035.297082,2379.633246 +346191,2302.474112,2775.917915,2389.173752,1038.164626,2376.63691 +346192,2308.836742,2776.151218,2387.782289,1041.346295,2373.611795 +346193,2315.740038,2776.404378,2386.43218,1044.180443,2370.537282 +346194,2322.087568,2776.694243,2384.781569,1047.295236,2367.43037 +346195,2328.541726,2776.985261,2383.052641,1050.035396,2364.317086 +346196,2334.868205,2777.239938,2381.28154,1053.079182,2361.217034 +346197,2341.405886,2777.436283,2379.491511,1055.855158,2358.139228 +346198,2347.560173,2777.57007,2377.700851,1058.753352,2355.09197 +346199,2354.191456,2777.645812,2375.531767,1061.5836,2352.081883 +346200,2360.108585,2777.668543,2373.143383,1064.456033,2349.104202 +346201,2388.194195,2777.515088,2370.606493,1071.864042,2345.882994 +346202,2358.388901,2777.666793,2368.505252,1074.629474,2343.133764 +346203,2398.135758,2777.974462,2366.765563,1078.64073,2340.709808 +346204,2392.773083,2778.15593,2365.159671,1081.058932,2338.338794 +346205,2401.613991,2778.169838,2363.606057,1085.598854,2335.946542 +346206,2407.387847,2778.039272,2362.072859,1091.567562,2333.514358 +346207,2414.250649,2776.678103,2360.846516,1093.315213,2331.042801 +346208,2420.52673,2774.677458,2359.832897,1099.472829,2328.560008 +346209,2429.346352,2772.809675,2358.916928,1077.674686,2326.123199 +346210,2449.352122,2771.259803,2357.941465,1112.867412,2323.642596 +346211,2414.584433,2770.038058,2356.907791,1101.15263,2321.143294 +346212,2459.907245,2769.045108,2355.847062,1107.003649,2318.653584 +346213,2450.651764,2768.06596,2354.707807,1110.227453,2316.093162 +346214,2460.077491,2767.076496,2353.526621,1113.083034,2313.495454 +346215,2489.739954,2766.020456,2352.28704,1115.873515,2310.831694 +346216,2437.877686,2765.019675,2351.273295,1118.964973,2308.207389 +346217,2496.108908,2764.050885,2350.082476,1121.871811,2305.6094 +346218,2497.124058,2762.928261,2348.791702,1124.526975,2302.890362 +346219,2472.070295,2761.803903,2347.508218,1127.517766,2300.174514 +346220,2510.012982,2760.699867,2346.250344,1130.338668,2297.480184 +346221,2498.14885,2759.526134,2344.962037,1133.026433,2294.736894 +346222,2538.335297,2758.397529,2343.722262,1135.915179,2292.04201 +346223,2502.284298,2757.290954,2342.51934,1138.6952,2289.381425 +346224,2532.86004,2756.278664,2341.406596,1141.334212,2286.821642 +346225,2530.302733,2755.476854,2340.469486,1144.174969,2284.469491 +346226,2538.457467,2755.157765,2340.329769,1146.858987,2283.453263 +346227,2544.439046,2755.145989,2340.657735,1149.561433,2283.180168 +346228,2550.393006,2757.694031,2342.785196,1152.191904,2285.134324 +346229,2556.853474,2756.292889,2342.40035,1154.885513,2283.977399 +346230,2562.942982,2755.689677,2342.579913,1157.546266,2283.501888 +346231,2568.867501,2757.866027,2344.610016,1160.235563,2285.294252 +346232,2575.119522,2756.220387,2344.153913,1162.830952,2283.988961 +346233,2580.991987,2755.416235,2344.282776,1165.434142,2283.382404 +346234,2587.107323,2754.913468,2344.600521,1167.972052,2283.178037 +346235,2593.263929,2757.012273,2346.69103,1170.64486,2284.926328 +346236,2599.159682,2755.188231,2346.264853,1173.101972,2283.546055 +346237,2605.027885,2756.62678,2348.078137,1175.761445,2284.920691 +346238,2610.894977,2754.419002,2347.502781,1178.193443,2283.322779 +346239,2617.214724,2755.661769,2349.430057,1180.827364,2284.563811 +346240,2622.734144,2753.352838,2348.810231,1183.308874,2282.87669 +346241,2637.479333,2754.657579,2350.614723,1185.808373,2284.168499 +346242,2621.965071,2752.238829,2349.964636,1188.170254,2282.41026 +346243,2654.106229,2750.827067,2349.983122,1190.85525,2281.450939 +346244,2642.252697,2752.439637,2352.030554,1193.166078,2282.974943 +346245,2652.91657,2750.135776,2351.53848,1195.736951,2281.349751 +346246,2658.89381,2751.103385,2353.298275,1198.080556,2282.497726 +346247,2664.189814,2748.508059,2352.727683,1200.618362,2280.954622 +346248,2669.730646,2749.344192,2354.465751,1202.939821,2282.022754 +346249,2675.713034,2746.643531,2353.873933,1205.456574,2280.206048 +346250,2681.453924,2744.961835,2353.960397,1207.830767,2279.197265 +346251,2686.899023,2743.678408,2354.281867,1210.215867,2278.466179 +346252,2692.812188,2742.565303,2354.737025,1212.547338,2277.880678 +346253,2698.060973,2741.489964,2355.274087,1215.011521,2277.558557 +346254,2704.108681,2740.389592,2355.853072,1217.268824,2277.051464 +346255,2709.643617,2741.683591,2358.133042,1219.725287,2278.690939 +346256,2715.13052,2738.990819,2357.866809,1221.961893,2277.139259 +346257,2720.671712,2737.077248,2358.144207,1224.401305,2276.033263 +346258,2726.616393,2737.923068,2360.272685,1226.622919,2277.498837 +346259,2731.395017,2735.004294,2359.935803,1228.963949,2275.853146 +346260,2745.472137,2733.13492,2360.303316,1231.282907,2275.284441 +346261,2620.714786,2730.546096,2362.058701,1180.144404,2277.826299 +346262,2628.65428,2718.966196,2356.386245,1180.861671,2269.625894 +346263,2630.921463,2705.47042,2348.007616,1182.363909,2257.265023 +346264,2634.02358,2695.350518,2340.841104,1183.63944,2246.268776 +346265,2637.431828,2689.171266,2335.837703,1185.115241,2237.36252 +346266,2641.335135,2685.683183,2332.728401,1186.582153,2230.961355 +346267,2644.742252,2683.448713,2330.926144,1188.060729,2226.0995 +346268,2648.418934,2681.561568,2329.94645,1189.546007,2222.642236 +346269,2651.949971,2679.632002,2329.490204,1191.033776,2220.051702 +346270,2655.726233,2680.02099,2331.054036,1192.521804,2220.366953 +346271,2659.01676,2676.389647,2330.306722,1194.006447,2217.637147 +346272,2662.760085,2673.518442,2330.287907,1195.564938,2216.187911 +346273,2666.462084,2673.379142,2332.245093,1196.932701,2217.504107 +346274,2669.762433,2669.47004,2331.827991,1198.457012,2215.874743 +346275,2673.563369,2668.845473,2333.734004,1199.91806,2217.180672 +346276,2676.788981,2664.637258,2333.329412,1201.377918,2215.805144 +346277,2680.289553,2660.220344,2333.580189,1202.838036,2215.313724 +346278,2684.163432,2652.422129,2335.562217,1204.291389,2216.99567 +346279,2687.194324,2625.885397,2334.439122,1205.735182,2214.997823 +346280,2690.791702,2636.693804,2333.586027,1207.178274,2213.377406 +346281,2694.325747,2622.165322,2333.108177,1208.613839,2212.241608 +346282,2697.635409,2619.456404,2332.785645,1210.044279,2211.323552 +346283,2701.056215,2606.823327,2332.430917,1211.469405,2210.400986 +346284,2704.525007,2606.588489,2332.126627,1212.889222,2209.575459 +346285,2707.606653,2600.358872,2332.005002,1214.303693,2209.006124 +346286,2719.450854,2593.037074,2332.101991,1215.712692,2208.735919 +346287,2703.597044,2579.841472,2333.56399,1217.116876,2210.155386 +346288,2729.435966,2580.568084,2332.397488,1218.436672,2208.434454 +346289,2718.401988,2573.294185,2332.114366,1219.944003,2207.802163 +346290,2724.830549,2566.073356,2332.011499,1221.352556,2207.397098 +346291,2728.581558,2559.51958,2331.941187,1222.609853,2207.042634 +346292,2731.662573,2546.476625,2333.453497,1224.016024,2208.624554 +346293,2734.057635,2553.469713,2332.486062,1225.344658,2207.236296 +346294,2737.840032,2530.015421,2332.133,1226.681141,2206.606364 +346295,2740.859553,2532.917114,2331.893152,1228.009215,2206.117022 +346296,2743.917387,2524.485175,2331.85086,1229.331183,2205.871025 +346297,2747.117043,2516.848397,2331.917785,1230.646609,2205.765731 +346298,2750.185686,2509.696969,2331.980253,1231.955589,2205.666358 +346299,2752.938189,2502.783943,2332.055712,1233.258329,2205.593744 +346300,2756.341195,2488.408109,2332.033342,1234.554694,2205.411577 +346301,2767.100841,2489.731991,2332.146618,1235.84505,2205.399743 +346302,2752.154969,2480.062958,2333.874099,1237.129809,2207.351492 +346303,2775.266889,2471.775602,2332.967759,1238.406545,2206.131729 +346304,2767.351451,2465.130968,2334.404931,1239.680102,2207.753158 +346305,2770.29817,2457.227291,2333.350941,1241.023772,2206.361385 +346306,2774.899416,2449.99542,2332.917778,1242.165865,2205.710126 +346307,2777.578961,2442.118637,2332.812344,1243.476523,2205.439582 +346308,2780.285776,2434.478985,2332.854004,1244.71256,2205.338428 +346309,2783.134825,2426.82616,2332.957453,1245.875143,2205.311226 +346310,2785.669172,2419.005946,2333.093734,1247.229958,2205.326799 +346311,2796.314808,2403.978927,2333.294339,1248.404712,2205.424001 +346312,2782.765135,2405.887777,2335.003891,1249.600676,2207.511925 +346313,2802.920755,2393.83171,2334.139323,1250.852191,2206.36944 +346314,2796.459572,2386.355565,2334.01641,1252.029723,2206.081469 +346315,2799.18894,2378.635615,2334.01166,1253.271734,2205.917681 +346316,2802.993596,2370.557542,2334.055223,1254.438084,2205.803256 +346317,2806.166225,2362.648825,2334.199885,1255.66977,2205.803266 +346318,2808.403343,2354.292518,2334.376884,1256.825613,2205.842284 +346319,2818.15889,2346.313061,2334.698119,1258.046918,2206.050507 +346320,2805.160441,2337.995467,2334.898761,1259.192485,2206.121986 +346321,2583.788302,2215.310014,2329.792523,1151.341241,2198.960715 +346322,2570.229985,2209.943804,2304.646008,1149.803619,2163.895237 +346323,2571.830239,2197.047851,2277.469554,1149.118583,2124.36724 +346324,2571.489475,2187.628465,2253.031538,1148.799871,2087.394182 +346325,2571.799198,2177.915289,2236.161675,1148.859956,2058.998862 +346326,2572.010882,2168.270308,2224.757901,1148.691719,2037.751281 +346327,2580.095601,2158.631711,2216.999883,1148.843311,2021.447784 +346328,2562.5696,2149.139631,2211.194724,1148.972024,2008.103781 +346329,2585.024688,2139.520288,2206.646409,1149.156232,1996.877629 +346330,2571.859383,2130.107237,2203.071936,1149.376537,1987.392488 +346331,2575.723612,2120.725251,2199.940625,1149.626914,1978.949065 +346332,2577.056309,2111.035777,2197.161643,1149.904016,1971.385839 +346333,2577.564742,2101.726167,2194.735679,1150.204945,1964.654956 +346334,2578.5165,2092.178413,2192.553026,1150.527524,1958.576448 +346335,2579.444864,2082.969207,2190.557793,1150.870255,1953.040769 +346336,2580.464193,2073.266039,2188.714348,1151.231798,1947.966883 +346337,2581.244701,2064.02656,2186.99931,1151.611149,1943.292348 +346338,2582.665553,2054.566337,2185.402535,1152.007407,1938.97461 +346339,2583.647005,2045.212178,2183.90647,1152.419874,1934.965456 +346340,2584.682404,2035.961633,2182.486661,1152.847864,1931.211316 +346341,2585.88491,2026.413376,2181.132387,1153.21221,1927.678258 +346342,2587.33513,2007.262099,2181.581979,1153.865391,1926.496174 +346343,2588.33426,2020.56516,2181.228182,1154.08581,1924.447821 +346344,2589.248437,1974.430716,2179.030233,1154.754932,1920.229808 +346345,2590.696431,2011.271864,2177.780065,1155.264591,1917.249653 +346346,2591.835359,1959.531002,2176.956039,1155.670744,1914.848969 +346347,2593.3189,1973.697884,2176.406815,1156.250314,1912.841807 +346348,2594.580533,1967.267993,2175.965327,1156.774186,1911.023483 +346349,2595.867989,1939.171699,2175.599405,1157.321415,1909.351117 +346350,2597.537516,1946.72544,2176.984035,1157.881492,1909.888765 +346351,2605.685867,1944.084719,2175.853761,1158.397696,1907.376767 +346352,2589.912989,1904.198611,2175.163422,1158.917018,1905.444536 +346353,2611.353936,1922.976837,2176.357593,1159.440458,1905.867198 +346354,2593.129385,1902.712326,2174.988154,1159.966976,1903.163999 +346355,2612.886942,1895.696438,2174.257224,1160.503549,1901.270138 +346356,2603.509595,1886.615269,2173.877564,1161.044874,1899.821373 +346357,2606.471994,1886.309241,2175.166606,1161.593904,1900.450225 +346358,2607.728788,1856.104953,2173.816901,1162.146307,1897.851574 +346359,2609.547416,1865.738913,2173.134855,1162.708268,1896.089758 +346360,2610.621977,1849.354506,2172.672156,1163.274568,1894.601068 +346361,2612.277874,1841.951475,2174.00446,1163.848227,1895.337215 +346362,2613.053094,1833.082897,2172.754917,1164.424808,1892.907769 +346363,2614.705224,1824.33812,2172.103872,1165.010151,1891.22503 +346364,2616.531022,1815.501743,2173.365435,1165.600231,1891.906633 +346365,2617.015262,1807.005553,2172.098613,1166.193266,1889.479721 +346366,2618.717062,1798.438922,2171.456498,1166.794152,1887.826378 +346367,2620.440591,1805.524362,2171.037376,1167.398897,1886.443576 +346368,2621.791285,1758.494188,2170.792952,1168.008413,1885.275644 +346369,2623.252705,1790.994146,2170.629327,1168.622561,1884.212441 +346370,2624.744718,1751.698884,2170.478448,1169.241183,1883.173134 +346371,2626.619465,1761.032668,2172.038615,1169.86495,1884.260682 +346372,2627.271232,1746.829599,2170.965505,1170.490578,1882.115054 +346373,2629.727838,1739.673783,2172.146983,1171.123507,1882.762595 +346374,2630.487572,1731.594029,2170.903814,1171.756718,1880.418641 +346375,2640.913597,1723.562086,2172.16951,1172.39707,1881.171628 +346376,2624.030931,1715.599924,2170.890723,1173.037328,1878.781006 +346377,2645.686474,1707.724263,2171.932352,1173.684312,1879.254396 +346378,2629.275506,1699.918188,2172.322288,1174.331896,1878.926867 +346379,2647.628137,1692.082736,2170.821058,1174.983047,1876.265017 +346380,2640.830818,1684.601711,2171.957692,1175.638868,1876.855688 +346381,2729.383067,1785.520222,2172.517954,1283.025309,1876.457951 +346382,2743.60439,1777.420976,2186.047228,1285.570581,1895.237977 +346383,2762.409237,1774.062529,2204.588863,1287.635796,1922.452893 +346384,2778.324618,1767.039934,2221.203184,1289.439621,1948.033087 +346385,2789.5445,1761.164335,2233.82296,1291.124229,1968.909916 +346386,2796.785701,1755.124176,2242.804563,1292.726837,1985.277366 +346387,2801.373427,1749.225934,2249.173566,1294.273779,1997.847917 +346388,2804.389334,1742.996034,2253.820082,1295.780992,2007.984568 +346389,2806.504374,1737.419945,2257.324737,1297.257664,2016.150276 +346390,2808.093271,1731.442487,2260.037416,1298.709464,2022.276981 +346391,2809.35924,1725.791299,2262.17317,1300.140498,2027.877637 +346392,2810.412935,1720.162174,2263.872343,1301.553326,2032.596617 +346393,2811.328682,1714.610135,2265.240255,1302.998475,2036.354935 +346394,2812.154447,1709.14906,2266.354689,1304.279451,2039.677662 +346395,2812.934894,1703.786886,2267.283504,1305.676796,2042.293718 +346396,2813.689637,1698.525929,2268.070049,1307.010814,2044.463823 +346397,2814.433606,1693.371633,2268.74882,1308.350613,2046.265719 +346398,2815.176234,1688.213533,2269.345852,1309.679948,2047.76175 +346399,2815.921383,1683.438281,2269.879495,1310.999347,2049.00047 +346400,2816.669826,1678.544781,2270.362799,1312.308219,2050.020609 +346401,2817.421419,1673.859152,2270.805563,1313.607215,2050.854208 +346402,2818.175783,1669.313951,2271.215342,1314.806545,2051.528177 +346403,2818.930505,1665.097604,2271.596754,1316.219427,2052.063638 +346404,2819.681918,1661.053905,2271.952308,1317.514273,2052.477155 +346405,2820.428585,1657.163349,2272.284889,1318.654971,2052.78398 +346406,2821.167399,1653.416281,2272.595509,1320.935153,2052.9955 +346407,2821.899432,1649.736339,2272.887578,1322.618413,2053.331939 +346408,2822.617697,1646.127514,2273.158053,1324.355254,2053.38156 +346409,2823.324566,1642.580249,2273.409811,1326.276403,2053.358264 +346410,2824.023291,1639.089633,2273.646178,1328.075308,2053.27591 +346411,2824.715427,1635.541086,2273.869232,1330.131548,2053.14379 +346412,2825.399312,1632.306121,2274.079236,1332.176835,2052.967219 +346413,2826.072518,1629.001382,2274.275667,1334.285371,2052.749325 +346414,2826.734989,1625.57231,2274.459145,1336.554358,2052.493905 +346415,2827.383992,1622.400143,2274.628352,1340.346711,2052.201883 +346416,2828.021056,1619.183995,2274.784553,1342.027399,2051.877054 +346417,2828.647547,1616.025791,2274.92887,1346.348831,2051.52277 +346418,2829.274149,1612.921336,2275.068363,1344.622766,2051.149554 +346419,2829.883929,1609.838526,2275.192932,1358.888303,2050.746975 +346420,2830.527845,1606.812815,2275.334836,1331.488096,2050.355615 +346421,2831.18178,1603.818778,2275.479571,1363.256635,2049.959693 +346422,2831.774111,1600.861694,2275.582057,1354.295954,2049.504142 +346423,2832.348068,1597.941421,2275.669402,1359.023734,2049.023097 +346424,2832.922522,1595.057567,2275.753215,1362.01429,2048.531457 +346425,2833.483424,1593.46341,2275.824547,1365.017264,2048.018759 +346426,2834.029156,1591.751634,2275.882468,1367.859293,2047.484494 +346427,2834.561335,1589.823331,2275.928048,1370.96867,2046.930517 +346428,2835.08274,1588.006236,2275.963082,1374.06181,2046.359529 +346429,2835.594987,1586.193746,2275.988625,1377.232496,2045.773277 +346430,2836.099152,1584.400112,2276.005415,1380.467662,2045.173109 +346431,2836.595847,1582.626306,2276.013832,1383.861419,2044.55989 +346432,2837.084776,1580.871947,2276.012421,1388.369842,2043.932179 +346433,2837.561944,1579.137382,2275.996164,1395.08026,2043.284031 +346434,2838.058922,1577.42233,2275.982382,1389.02054,2042.637213 +346435,2838.586801,1575.727053,2275.976065,1396.812539,2041.998289 +346436,2839.111997,1574.051245,2275.954629,1402.601496,2041.339627 +346437,2839.639463,1572.395379,2275.916665,1404.42995,2040.659654 +346438,2840.178666,1570.759094,2275.872081,1408.626476,2039.970693 +346439,2840.734409,1569.142694,2275.820821,1412.573018,2039.272739 +346440,2841.298518,1567.545849,2275.761624,1416.691567,2038.564367 +346441,2843.142007,1588.453529,2277.003928,1448.131069,2040.271332 +346442,2847.566377,1588.237997,2279.760842,1442.590734,2044.38841 +346443,2853.464434,1587.281089,2283.246475,1452.780674,2049.748 +346444,2858.707007,1586.303827,2286.56598,1469.904371,2055.039138 +346445,2863.029321,1585.223745,2289.373412,1463.597136,2059.721088 +346446,2866.598065,1584.09642,2291.743365,1446.914457,2063.832403 +346447,2869.801609,1582.944426,2293.888096,1498.125454,2067.61023 +346448,2872.680338,1581.780567,2295.811264,1454.392167,2071.046507 +346449,2875.361225,1580.612697,2297.579569,1500.825583,2074.218806 +346450,2877.799759,1579.444506,2299.165697,1475.741031,2077.091804 +346451,2880.061024,1578.279089,2300.607354,1497.432763,2079.713143 +346452,2885.130443,1577.226966,2303.810847,1494.181026,2084.461171 +346453,2886.100254,1575.802737,2304.400739,1501.422009,2085.908181 +346454,2888.068081,1573.377278,2305.602966,1508.526056,2088.057268 +346455,2890.767442,1571.65581,2306.854859,1513.915873,2090.435371 +346456,2896.593713,1570.448997,2309.833341,1519.35299,2095.060718 +346457,2898.318308,1569.176804,2310.180153,1524.533457,2096.407389 +346458,2900.874823,1567.959103,2311.116248,1530.115624,2098.408472 +346459,2903.642062,1566.756717,2312.255474,1535.533703,2100.562912 +346460,2909.228707,1565.575828,2315.247283,1541.000936,2105.15618 +346461,2910.649494,1564.397765,2315.655185,1546.542421,2106.258387 +346462,2912.948517,1563.245848,2316.650343,1552.006883,2108.035658 +346463,2915.533666,1562.100824,2317.833899,1557.814219,2109.994362 +346464,2918.274307,1560.969525,2319.1186,1563.445571,2112.036866 +346465,2923.761452,1585.512706,2322.3532,1569.2431,2116.240426 +346466,2925.286439,1520.746491,2322.891074,1580.542374,2117.324653 +346467,2927.649561,1575.913889,2323.962078,1572.653023,2119.057945 +346468,2930.17366,1569.212054,2325.124727,1595.776016,2120.876767 +346469,2933.012867,1530.787879,2326.477731,1589.715459,2122.90606 +346470,2935.91189,1566.29756,2327.863659,1599.363138,2124.957181 +346471,2938.736924,1562.553912,2329.20039,1604.916077,2126.933981 +346472,2941.611543,1533.902136,2330.561299,1610.201172,2128.962167 +346473,2944.441382,1579.935401,2331.873999,1616.121909,2130.974041 +346474,2947.268646,1516.460375,2333.159611,1621.788973,2133.001288 +346475,2950.098049,1585.857921,2334.393094,1627.497564,2135.008546 +346476,2952.991563,1508.828931,2335.599673,1633.317031,2137.020637 +346477,2955.930698,1581.781893,2336.769494,1639.063954,2139.019427 +346478,2958.918085,1510.264948,2337.913281,1644.750559,2141.013909 +346479,2961.946653,1569.078724,2339.03618,1650.786113,2143.007305 +346480,2965.279834,1519.513326,2340.129156,1656.559838,2144.985945 +346481,2968.322292,1549.106132,2341.206297,1662.419216,2146.96546 +346482,2971.346416,1535.282513,2342.24677,1668.380989,2148.918251 +346483,2974.384071,1537.373359,2343.267128,1674.123976,2150.863558 +346484,2977.456633,1535.312387,2344.280907,1680.28484,2152.81719 +346485,2980.551084,1534.205683,2345.282309,1686.192952,2154.771187 +346486,2983.657176,1532.871823,2346.267824,1692.132605,2156.720621 +346487,2986.903815,1531.365842,2347.322337,1703.29479,2158.7712 +346488,2990.165197,1530.066465,2348.368685,1702.289219,2160.826836 +346489,2993.290046,1528.677591,2349.31227,1710.795676,2162.769022 +346490,2996.408101,1527.301703,2350.235624,1716.890477,2164.699389 +346491,3002.247709,1525.926034,2352.882387,1722.872302,2168.800269 +346492,3003.908285,1524.545046,2352.870874,1728.59683,2169.604519 +346493,3006.42505,1523.166585,2353.389708,1734.743812,2171.080556 +346494,3009.245173,1521.784475,2354.073215,1741.115734,2172.761366 +346495,3012.500641,1520.401553,2354.836695,1747.100996,2174.544103 +346496,3015.528431,1519.016921,2355.636085,1753.310485,2176.379545 +346497,3021.392024,1517.632804,2358.255845,1764.583169,2180.507805 +346498,3023.172956,1516.242273,2358.258754,1763.917832,2181.391652 +346499,3025.74757,1514.85548,2358.76004,1775.109198,2182.910821 +346500,3029.087451,1513.363611,2359.543351,1784.870127,2184.784167 +346501,3031.001727,1479.247838,2359.405532,1759.732796,2185.174422 +346502,3030.054626,1477.602613,2356.874871,1773.123554,2181.646869 +346503,3022.984806,1476.360424,2350.242421,1774.902452,2172.314763 +346504,3018.29649,1475.050509,2344.907456,1785.023416,2164.270821 +346505,3016.154817,1473.667789,2341.230843,1794.001823,2158.199564 +346506,3018.886377,1472.534274,2340.769443,1807.424704,2156.197479 +346507,3019.114565,1471.189507,2338.641808,1809.451054,2152.252322 +346508,3020.404905,1469.930845,2337.526246,1819.473153,2149.736205 +346509,3022.485562,1468.658402,2337.01809,1832.880652,2148.14325 +346510,3025.255245,1467.385664,2336.897964,1835.805742,2147.198102 +346511,3027.998942,1466.112827,2336.896046,1844.435086,2146.558859 +346512,3030.413234,1464.839035,2337.099469,1857.404004,2146.324931 +346513,3033.638742,1463.564418,2337.474612,1861.453186,2146.442541 +346514,3036.921521,1462.288193,2338.011924,1877.676319,2146.887842 +346515,3040.447603,1461.107524,2338.529922,1874.432403,2147.42183 +346516,3043.372641,1459.686742,2338.852737,1885.557745,2147.811057 +346517,3046.127603,1458.375707,2339.092908,1890.687853,2148.181705 +346518,3048.633693,1457.218792,2339.185367,1893.257903,2148.439269 +346519,3050.704432,1455.866311,2338.999932,1896.038615,2148.409453 +346520,3052.667903,1454.593086,2338.550733,1899.115901,2148.099303 +346521,3054.040122,1453.304628,2337.897506,1902.448239,2147.574465 +346522,3055.193756,1452.013781,2337.095304,1905.942996,2146.89733 +346523,3056.206276,1450.721532,2336.185893,1909.522878,2146.116284 +346524,3057.127569,1449.427325,2335.198956,1913.14321,2145.266536 +346525,3057.988478,1448.131752,2334.155672,1916.784317,2144.373736 +346526,3058.808321,1446.834238,2333.07124,1920.439059,2143.456527 +346527,3059.599551,1445.535351,2331.956517,1924.104636,2142.528222 +346528,3060.370373,1444.23451,2330.81929,1927.7793,2141.598233 +346529,3061.126116,1442.932261,2329.665085,1931.461505,2140.673017 +346530,3061.860982,1444.831221,2328.491974,1935.143638,2139.749553 +346531,3062.508484,1441.128878,2327.668231,1938.361839,2138.835183 +346532,3063.202683,1439.647054,2326.733007,1941.817237,2137.943599 +346533,3063.957351,1438.422691,2325.625142,1945.575007,2137.071457 +346534,3064.741,1437.256572,2324.429533,1949.471399,2136.210594 +346535,3065.528289,1436.118103,2323.221641,1953.565129,2135.356727 +346536,3066.308823,1434.99511,2322.035072,1957.404858,2134.509382 +346537,3067.083007,1433.883361,2320.876762,1961.201911,2133.670926 +346538,3067.852708,1432.779993,2319.74256,1964.983752,2132.842756 +346539,3068.618092,1431.684409,2318.626268,1968.766291,2132.024519 +346540,3069.378425,1430.595339,2317.523302,1972.554271,2131.215418 +346541,3070.193675,1429.513102,2316.430437,1976.346705,2130.41419 +346542,3071.190525,1428.436975,2315.344654,1980.140572,2129.618665 +346543,3072.413464,1427.36726,2314.262523,1983.932396,2128.825601 +346544,3073.84315,1426.303203,2313.180855,1987.719372,2128.031799 +346545,3075.438988,1425.245242,2312.097263,1991.499786,2127.234839 +346546,3077.163781,1424.192682,2311.010446,1995.272999,2126.433552 +346547,3078.990149,1423.146045,2309.919867,1999.038963,2125.627611 +346548,3080.899616,1422.10469,2308.825516,2002.797918,2124.817318 +346549,3082.879293,1421.06917,2307.727583,2006.550078,2124.00319 +346550,3084.919665,1420.038859,2306.626388,2010.295617,2123.185922 +346551,3087.304189,1419.014146,2305.520536,2014.032717,2122.364038 +346552,3089.426411,1417.995022,2304.409861,2017.760897,2121.537604 +346553,3091.579713,1416.981234,2303.29564,2021.669983,2120.708452 +346554,3093.771445,1415.972666,2302.179178,2025.354029,2119.878481 +346555,3096.004176,1414.969722,2301.062037,2029.027678,2119.049912 +346556,3098.275108,1413.971772,2299.944836,2032.701235,2118.223799 +346557,3100.578974,1412.979385,2298.827179,2036.376367,2117.39991 +346558,3102.911245,1411.9919,2297.708662,2040.050381,2116.577976 +346559,3105.268327,1411.009884,2296.588984,2043.719905,2115.75781 +346560,3107.64713,1410.032659,2295.468027,2047.382537,2114.939426 +346561,3111.837545,1342.621545,2296.069257,2051.895759,2117.189822 +346562,3106.381011,1340.705059,2289.489559,2050.663114,2108.633331 +346563,3096.783557,1338.976755,2279.650176,2047.504548,2094.716714 +346564,3088.463062,1337.314596,2270.441469,2045.879804,2081.025327 +346565,3083.101311,1335.671835,2263.329225,2046.750615,2069.847148 +346566,3080.955629,1334.04215,2258.188012,2049.533469,2061.265232 +346567,3080.738723,1332.511937,2254.417411,2053.324425,2054.646304 +346568,3081.620016,1330.770288,2251.497834,2057.656199,2049.390577 +346569,3083.109754,1329.138246,2249.110231,2061.830449,2045.110879 +346570,3084.963832,1327.659552,2247.082153,2065.965901,2041.58306 +346571,3087.061552,1326.005068,2245.316251,2070.059576,2038.667442 +346572,3089.62406,1324.43092,2243.745978,2074.248767,2036.259342 +346573,3091.996452,1322.847919,2242.321892,2078.351677,2034.274566 +346574,3094.445956,1321.268053,2241.009844,2082.234045,2032.648253 +346575,3096.962018,1319.691167,2239.785545,2085.836542,2031.328641 +346576,3099.528304,1318.116898,2238.62714,2089.830302,2030.26818 +346577,3102.125996,1316.545203,2237.515615,2093.674817,2029.424244 +346578,3104.740937,1314.97573,2236.437083,2097.713973,2028.762136 +346579,3107.365277,1313.408567,2235.382582,2101.51938,2028.254849 +346580,3109.996336,1311.843435,2234.347225,2105.278788,2027.882062 +346581,3115.338662,1310.28229,2235.03789,2110.864958,2029.768548 +346582,3116.592047,1308.630515,2233.18314,2113.781627,2028.574205 +346583,3118.664942,1307.201243,2231.853676,2117.045391,2028.111004 +346584,3120.977464,1305.582582,2230.668321,2120.478952,2027.883844 +346585,3123.423558,1304.040371,2229.560764,2124.007753,2027.804479 +346586,3125.947218,1302.487545,2228.501275,2127.579869,2027.834258 +346587,3128.511733,1300.936583,2227.471117,2131.159418,2027.947668 +346588,3131.096355,1299.387663,2226.459494,2134.728457,2028.127817 +346589,3133.690601,1297.840966,2225.460506,2138.280798,2028.363244 +346590,3136.288288,1296.383101,2224.470236,2141.814819,2028.644965 +346591,3138.886932,1294.483091,2223.48691,2145.331298,2028.967002 +346592,3141.437284,1292.722399,2222.481232,2148.760569,2029.326238 +346593,3143.906667,1290.864587,2221.441406,2152.063126,2029.720681 +346594,3146.288774,1289.001562,2220.361343,2155.444153,2030.147794 +346595,3148.593985,1287.124491,2219.249973,2158.509202,2030.606162 +346596,3150.838118,1285.234455,2218.111638,2161.489141,2031.095949 +346597,3153.032802,1283.332656,2216.955756,2164.411041,2031.615902 +346598,3155.183855,1281.419646,2215.781814,2167.286654,2032.163239 +346599,3157.296683,1279.410189,2214.404818,2170.12016,2032.736524 +346600,3159.373548,1277.601611,2213.216268,2172.9114,2033.333133 +346601,3161.413252,1275.598468,2212.021324,2175.65821,2033.948639 +346602,3163.415736,1273.658027,2210.811672,2178.360179,2034.580127 +346603,3165.382117,1271.696322,2209.589925,2181.018165,2035.225884 +346604,3167.31325,1269.725329,2208.353213,2183.633132,2035.884442 +346605,3169.209728,1267.745767,2207.106525,2186.205911,2036.554541 +346606,3171.07206,1265.75769,2205.847333,2188.737105,2037.235028 +346607,3172.900501,1263.761433,2204.580152,2191.227139,2037.924828 +346608,3174.695028,1261.757027,2203.301907,2193.676345,2038.62297 +346609,3176.455671,1259.74495,2202.016748,2196.084995,2039.328559 +346610,3180.89478,1257.726226,2202.428561,2200.346779,2042.181565 +346611,3181.199898,1255.695527,2200.282629,2201.657641,2041.860874 +346612,3182.29402,1253.661719,2198.643624,2203.518176,2042.189793 +346613,3183.595266,1251.618186,2197.135698,2205.543539,2042.682533 +346614,3184.996885,1249.567961,2195.689991,2207.647154,2043.259096 +346615,3186.443796,1247.51034,2194.282115,2209.772197,2043.888804 +346616,3187.900012,1245.445547,2192.890984,2211.882426,2044.553093 +346617,3192.057547,1243.375419,2193.216715,2215.855657,2047.380843 +346618,3192.093838,1241.293398,2190.994202,2216.879333,2047.047234 +346619,3192.927808,1239.209578,2189.290933,2218.455963,2047.371038 +346620,3193.974698,1237.116131,2187.721859,2220.200664,2047.864451 +346621,2194.129906,1235.098419,1081.340284,1768.668756,2451.552307 +346622,2289.064619,1363.762697,1127.507978,1845.334759,2508.954025 +346623,2398.787414,1367.668375,1182.453576,1929.880686,2559.860758 +346624,2483.942095,1366.926888,1227.086851,1988.395713,2586.156016 +346625,2544.695428,1366.948091,1260.966575,2022.722253,2598.104282 +346626,2588.42125,1366.081866,1287.062018,2041.704561,2603.918851 +346627,2620.993079,1365.011231,1307.94183,2052.448085,2606.988707 +346628,2646.405101,1363.810703,1324.895074,2059.361129,2608.828487 +346629,2667.344856,1362.765494,1339.127632,2064.626344,2610.181172 +346630,2684.537217,1361.488301,1351.240037,2069.083439,2611.358698 +346631,2698.968782,1360.264466,1361.600391,2073.166088,2612.448453 +346632,2711.146171,1358.984321,1370.482091,2076.591175,2613.474778 +346633,2721.476152,1357.709732,1378.109726,2079.633268,2614.442332 +346634,2730.276985,1356.426882,1384.665072,2082.361973,2615.330483 +346635,2737.855701,1355.138738,1390.324857,2084.870884,2616.170777 +346636,2744.460795,1353.845601,1395.238096,2087.229346,2616.991024 +346637,2750.26288,1352.551004,1399.516025,2089.463161,2617.785505 +346638,2755.40164,1351.339525,1403.253777,2091.590994,2618.554801 +346639,2759.990217,1349.915568,1406.531673,2093.626472,2619.301505 +346640,2764.120026,1348.68147,1409.417303,2095.579986,2620.028857 +346641,2767.864556,1347.371017,1411.967381,2097.459495,2620.739957 +346642,2771.279909,1346.073558,1414.229531,2099.271118,2621.437685 +346643,2774.417567,1344.776724,1416.243681,2101.019427,2622.124434 +346644,2777.313873,1343.478606,1418.043386,2102.707901,2622.802299 +346645,2780.003057,1342.180362,1419.656819,2104.339137,2623.472928 +346646,2782.507095,1340.879942,1421.107715,2105.915158,2624.137721 +346647,2784.849328,1339.578581,1422.416064,2107.440639,2624.797737 +346648,2787.042932,1338.265496,1423.598764,2108.913884,2625.453838 +346649,2789.098584,1336.95559,1424.66904,2110.33067,2626.104297 +346650,2791.029246,1335.64419,1425.639281,2111.692097,2626.750176 +346651,2792.84627,1334.313691,1426.520343,2113.001019,2627.392857 +346652,2794.500044,1332.891992,1427.320688,2114.138977,2628.033084 +346653,2795.957993,1331.677669,1428.047504,2115.040544,2628.670962 +346654,2797.216954,1330.269782,1428.707188,2115.706636,2629.306296 +346655,2798.290042,1328.934591,1429.305424,2116.168632,2629.938763 +346656,2799.194073,1327.581259,1429.847217,2116.460009,2630.568029 +346657,2799.943869,1326.223391,1430.336931,2116.605448,2631.193713 +346658,2800.551182,1324.860626,1430.778367,2116.620647,2631.815418 +346659,2801.025138,1323.492907,1431.17484,2116.515406,2632.432685 +346660,2801.373222,1322.119759,1431.529261,2116.296363,2633.045039 +346661,2801.601695,1320.741174,1431.844191,2115.968504,2633.651959 +346662,2801.715883,1319.356709,1432.121906,2115.535851,2634.252925 +346663,2801.720394,1317.978956,1432.364422,2115.001701,2634.847379 +346664,2801.628366,1316.585489,1432.574068,2114.383872,2635.434789 +346665,2801.440437,1315.184408,1432.752339,2113.678817,2636.014622 +346666,2801.154916,1313.776401,1432.900452,2112.87994,2636.586354 +346667,2800.771755,1312.36181,1433.019586,2111.984682,2637.149445 +346668,2800.292593,1310.940379,1433.110912,2110.994033,2637.703387 +346669,2799.719682,1309.512288,1433.175549,2109.910368,2638.247689 +346670,2799.055306,1308.077254,1433.214548,2108.736044,2638.781888 +346671,2798.301522,1306.635459,1433.228876,2107.472933,2639.30553 +346672,2797.460228,1305.269055,1433.219436,2106.122477,2639.818208 +346673,2796.533004,1303.606833,1433.187061,2104.685824,2640.319512 +346674,2795.521269,1302.329294,1433.132533,2103.16398,2640.80907 +346675,2794.426386,1300.784695,1433.056584,2101.557857,2641.286523 +346676,2793.249617,1299.321387,1432.95991,2099.868311,2641.751546 +346677,2791.992094,1297.837956,1432.843159,2098.096138,2642.203823 +346678,2790.654926,1296.347307,1432.706955,2096.242096,2642.643075 +346679,2789.239172,1294.849882,1432.551882,2094.306896,2643.069026 +346680,2787.745795,1293.345446,1432.378503,2092.291223,2643.48144 +346681,0,0,0,0,0 +346682,0,0,0,0,0 +346683,0,0,0,0,0 +346684,0,0,0,0,0 +346685,0,0,0,0,0 +346686,0,0,0,0,0 +346687,0,0,0,0,0 +346688,0,0,0,0,0 +346689,0,0,0,0,0 +346690,0,0,0,0,0 +346691,0,0,0,0,0 +346692,0,0,0,0,0 +346693,0,0,0,0,0 +346694,0,0,0,0,0 +346695,0,0,0,0,0 +346696,0,0,0,0,0 +346697,0,0,0,0,0 +346698,0,0,0,0,0 +346699,0,0,0,0,0 +346700,0,0,0,0,0 +346701,0,0,0,0,0 +346702,0,0,0,0,0 +346703,0,0,0,0,0 +346704,0,0,0,0,0 +346705,0,0,0,0,0 +346706,0,0,0,0,0 +346707,0,0,0,0,0 +346708,0,0,0,0,0 +346709,0,0,0,0,0 +346710,0,0,0,0,0 +346711,0,0,0,0,0 +346712,0,0,0,0,0 +346713,0,0,0,0,0 +346714,0,0,0,0,0 +346715,0,0,0,0,0 +346716,0,0,0,0,0 +346717,0,0,0,0,0 +346718,0,0,0,0,0 +346719,0,0,0,0,0 +346720,0,0,0,0,0 +346721,0,0,0,0,0 +346722,0,0,0,0,0 +346723,0,0,0,0,0 +346724,0,0,0,0,0 +346725,0,0,0,0,0 +346726,0,0,0,0,0 +346727,0,0,0,0,0 +346728,0,0,0,0,0 +346729,0,0,0,0,0 +346730,0,0,0,0,0 +346731,0,0,0,0,0 +346732,0,0,0,0,0 +346733,0,0,0,0,0 +346734,0,0,0,0,0 +346735,0,0,0,0,0 +346736,0,0,0,0,0 +346737,0,0,0,0,0 +346738,0,0,0,0,0 +346739,0,0,0,0,0 +346740,0,0,0,0,0 +346741,0,0,0,0,0 +346742,0,0,0,0,0 +346743,0,0,0,0,0 +346744,0,0,0,0,0 +346745,0,0,0,0,0 +346746,0,0,0,0,0 +346747,0,0,0,0,0 +346748,0,0,0,0,0 +346749,0,0,0,0,0 +346750,0,0,0,0,0 +346751,0,0,0,0,0 +346752,0,0,0,0,0 +346753,0,0,0,0,0 +346754,0,0,0,0,0 +346755,0,0,0,0,0 +346756,0,0,0,0,0 +346757,0,0,0,0,0 +346758,0,0,0,0,0 +346759,0,0,0,0,0 +346760,0,0,0,0,0 +346761,0,0,0,0,0 +346762,0,0,0,0,0 +346763,0,0,0,0,0 +346764,0,0,0,0,0 +346765,0,0,0,0,0 +346766,0,0,0,0,0 +346767,0,0,0,0,0 +346768,0,0,0,0,0 +346769,0,0,0,0,0 +346770,0,0,0,0,0 +346771,0,0,0,0,0 +346772,0,0,0,0,0 +346773,0,0,0,0,0 +346774,0,0,0,0,0 +346775,0,0,0,0,0 +346776,0,0,0,0,0 +346777,0,0,0,0,0 +346778,0,0,0,0,0 +346779,0,0,0,0,0 +346780,0,0,0,0,0 +346781,0,0,0,0,0 +346782,0,0,0,0,0 +346783,0,0,0,0,0 +346784,0,0,0,0,0 +346785,0,0,0,0,0 +346786,0,0,0,0,0 +346787,0,0,0,0,0 +346788,0,0,0,0,0 +346789,0,0,0,0,0 +346790,0,0,0,0,0 +346791,0,0,0,0,0 +346792,0,0,0,0,0 +346793,0,0,0,0,0 +346794,0,0,0,0,0 +346795,0,0,0,0,0 +346796,0,0,0,0,0 +346797,0,0,0,0,0 +346798,0,0,0,0,0 +346799,0,0,0,0,0 +346800,0,0,0,0,0 +346801,0,0,0,0,0 +346802,0,0,0,0,0 +346803,0,0,0,0,0 +346804,0,0,0,0,0 +346805,0,0,0,0,0 +346806,0,0,0,0,0 +346807,0,0,0,0,0 +346808,0,0,0,0,0 +346809,0,0,0,0,0 +346810,0,0,0,0,0 +346811,0,0,0,0,0 +346812,0,0,0,0,0 +346813,0,0,0,0,0 +346814,0,0,0,0,0 +346815,0,0,0,0,0 +346816,0,0,0,0,0 +346817,0,0,0,0,0 +346818,0,0,0,0,0 +346819,0,0,0,0,0 +346820,0,0,0,0,0 +346821,0,0,0,0,0 +346822,0,0,0,0,0 +346823,0,0,0,0,0 +346824,0,0,0,0,0 +346825,0,0,0,0,0 +346826,0,0,0,0,0 +346827,0,0,0,0,0 +346828,0,0,0,0,0 +346829,0,0,0,0,0 +346830,0,0,0,0,0 +346831,0,0,0,0,0 +346832,0,0,0,0,0 +346833,0,0,0,0,0 +346834,0,0,0,0,0 +346835,0,0,0,0,0 +346836,0,0,0,0,0 +346837,0,0,0,0,0 +346838,0,0,0,0,0 +346839,0,0,0,0,0 +346840,0,0,0,0,0 +346841,0,0,0,0,0 +346842,0,0,0,0,0 +346843,0,0,0,0,0 +346844,0,0,0,0,0 +346845,0,0,0,0,0 +346846,0,0,0,0,0 +346847,0,0,0,0,0 +346848,0,0,0,0,0 +346849,0,0,0,0,0 +346850,0,0,0,0,0 +346851,0,0,0,0,0 +346852,0,0,0,0,0 +346853,0,0,0,0,0 +346854,0,0,0,0,0 +346855,0,0,0,0,0 +346856,0,0,0,0,0 +346857,0,0,0,0,0 +346858,0,0,0,0,0 +346859,0,0,0,0,0 +346860,0,0,0,0,0 +346861,0,0,0,0,0 +346862,0,0,0,0,0 +346863,0,0,0,0,0 +346864,0,0,0,0,0 +346865,0,0,0,0,0 +346866,0,0,0,0,0 +346867,0,0,0,0,0 +346868,0,0,0,0,0 +346869,0,0,0,0,0 +346870,0,0,0,0,0 +346871,0,0,0,0,0 +346872,0,0,0,0,0 +346873,0,0,0,0,0 +346874,0,0,0,0,0 +346875,0,0,0,0,0 +346876,0,0,0,0,0 +346877,0,0,0,0,0 +346878,0,0,0,0,0 +346879,0,0,0,0,0 +346880,0,0,0,0,0 +346881,0,0,0,0,0 +346882,0,0,0,0,0 +346883,0,0,0,0,0 +346884,0,0,0,0,0 +346885,0,0,0,0,0 +346886,0,0,0,0,0 +346887,0,0,0,0,0 +346888,0,0,0,0,0 +346889,0,0,0,0,0 +346890,0,0,0,0,0 +346891,0,0,0,0,0 +346892,0,0,0,0,0 +346893,0,0,0,0,0 +346894,0,0,0,0,0 +346895,0,0,0,0,0 +346896,0,0,0,0,0 +346897,0,0,0,0,0 +346898,0,0,0,0,0 +346899,0,0,0,0,0 +346900,0,0,0,0,0 +346901,0,0,0,0,0 +346902,0,0,0,0,0 +346903,0,0,0,0,0 +346904,0,0,0,0,0 +346905,0,0,0,0,0 +346906,0,0,0,0,0 +346907,0,0,0,0,0 +346908,0,0,0,0,0 +346909,0,0,0,0,0 +346910,0,0,0,0,0 +346911,0,0,0,0,0 +346912,0,0,0,0,0 +346913,0,0,0,0,0 +346914,0,0,0,0,0 +346915,0,0,0,0,0 +346916,0,0,0,0,0 +346917,0,0,0,0,0 +346918,0,0,0,0,0 +346919,0,0,0,0,0 +346920,0,0,0,0,0 +346921,0,0,0,0,0 +346922,0,0,0,0,0 +346923,0,0,0,0,0 +346924,0,0,0,0,0 +346925,0,0,0,0,0 +346926,0,0,0,0,0 +346927,0,0,0,0,0 +346928,0,0,0,0,0 +346929,0,0,0,0,0 +346930,0,0,0,0,0 +346931,0,0,0,0,0 +346932,0,0,0,0,0 +346933,0,0,0,0,0 +346934,0,0,0,0,0 +346935,0,0,0,0,0 +346936,0,0,0,0,0 +346937,0,0,0,0,0 +346938,0,0,0,0,0 +346939,0,0,0,0,0 +346940,0,0,0,0,0 +346941,0,0,0,0,0 +346942,0,0,0,0,0 +346943,0,0,0,0,0 +346944,0,0,0,0,0 +346945,0,0,0,0,0 +346946,0,0,0,0,0 +346947,0,0,0,0,0 +346948,0,0,0,0,0 +346949,0,0,0,0,0 +346950,0,0,0,0,0 +346951,0,0,0,0,0 +346952,0,0,0,0,0 +346953,0,0,0,0,0 +346954,0,0,0,0,0 +346955,0,0,0,0,0 +346956,0,0,0,0,0 +346957,0,0,0,0,0 +346958,0,0,0,0,0 +346959,0,0,0,0,0 +346960,0,0,0,0,0 +346961,0,0,0,0,0 +346962,0,0,0,0,0 +346963,0,0,0,0,0 +346964,0,0,0,0,0 +346965,0,0,0,0,0 +346966,0,0,0,0,0 +346967,0,0,0,0,0 +346968,0,0,0,0,0 +346969,0,0,0,0,0 +346970,0,0,0,0,0 +346971,0,0,0,0,0 +346972,0,0,0,0,0 +346973,0,0,0,0,0 +346974,0,0,0,0,0 +346975,0,0,0,0,0 +346976,0,0,0,0,0 +346977,0,0,0,0,0 +346978,0,0,0,0,0 +346979,0,0,0,0,0 +346980,0,0,0,0,0 +346981,0,0,0,0,0 +346982,0,0,0,0,0 +346983,0,0,0,0,0 +346984,0,0,0,0,0 +346985,0,0,0,0,0 +346986,0,0,0,0,0 +346987,0,0,0,0,0 +346988,0,0,0,0,0 +346989,0,0,0,0,0 +346990,0,0,0,0,0 +346991,0,0,0,0,0 +346992,0,0,0,0,0 +346993,0,0,0,0,0 +346994,0,0,0,0,0 +346995,0,0,0,0,0 +346996,0,0,0,0,0 +346997,0,0,0,0,0 +346998,0,0,0,0,0 +346999,0,0,0,0,0 +347000,0,0,0,0,0 +347001,0,0,0,0,0 +347002,0,0,0,0,0 +347003,0,0,0,0,0 +347004,0,0,0,0,0 +347005,0,0,0,0,0 +347006,0,0,0,0,0 +347007,0,0,0,0,0 +347008,0,0,0,0,0 +347009,0,0,0,0,0 +347010,0,0,0,0,0 +347011,0,0,0,0,0 +347012,0,0,0,0,0 +347013,0,0,0,0,0 +347014,0,0,0,0,0 +347015,0,0,0,0,0 +347016,0,0,0,0,0 +347017,0,0,0,0,0 +347018,0,0,0,0,0 +347019,0,0,0,0,0 +347020,0,0,0,0,0 +347021,0,0,0,0,0 +347022,0,0,0,0,0 +347023,0,0,0,0,0 +347024,0,0,0,0,0 +347025,0,0,0,0,0 +347026,0,0,0,0,0 +347027,0,0,0,0,0 +347028,0,0,0,0,0 +347029,0,0,0,0,0 +347030,0,0,0,0,0 +347031,0,0,0,0,0 +347032,0,0,0,0,0 +347033,0,0,0,0,0 +347034,0,0,0,0,0 +347035,0,0,0,0,0 +347036,0,0,0,0,0 +347037,0,0,0,0,0 +347038,0,0,0,0,0 +347039,0,0,0,0,0 +347040,0,0,0,0,0 +347041,0,0,0,0,0 +347042,0,0,0,0,0 +347043,0,0,0,0,0 +347044,0,0,0,0,0 +347045,0,0,0,0,0 +347046,0,0,0,0,0 +347047,0,0,0,0,0 +347048,0,0,0,0,0 +347049,0,0,0,0,0 +347050,0,0,0,0,0 +347051,0,0,0,0,0 +347052,0,0,0,0,0 +347053,0,0,0,0,0 +347054,0,0,0,0,0 +347055,0,0,0,0,0 +347056,0,0,0,0,0 +347057,0,0,0,0,0 +347058,0,0,0,0,0 +347059,0,0,0,0,0 +347060,0,0,0,0,0 +347061,0,0,0,0,0 +347062,0,0,0,0,0 +347063,0,0,0,0,0 +347064,0,0,0,0,0 +347065,0,0,0,0,0 +347066,0,0,0,0,0 +347067,0,0,0,0,0 +347068,0,0,0,0,0 +347069,0,0,0,0,0 +347070,0,0,0,0,0 +347071,0,0,0,0,0 +347072,0,0,0,0,0 +347073,0,0,0,0,0 +347074,0,0,0,0,0 +347075,0,0,0,0,0 +347076,0,0,0,0,0 +347077,0,0,0,0,0 +347078,0,0,0,0,0 +347079,0,0,0,0,0 +347080,0,0,0,0,0 +347081,0,0,0,0,0 +347082,0,0,0,0,0 +347083,0,0,0,0,0 +347084,0,0,0,0,0 +347085,0,0,0,0,0 +347086,0,0,0,0,0 +347087,0,0,0,0,0 +347088,0,0,0,0,0 +347089,0,0,0,0,0 +347090,0,0,0,0,0 +347091,0,0,0,0,0 +347092,0,0,0,0,0 +347093,0,0,0,0,0 +347094,0,0,0,0,0 +347095,0,0,0,0,0 +347096,0,0,0,0,0 +347097,0,0,0,0,0 +347098,0,0,0,0,0 +347099,0,0,0,0,0 +347100,0,0,0,0,0 +347101,0,0,0,0,0 +347102,0,0,0,0,0 +347103,0,0,0,0,0 +347104,0,0,0,0,0 +347105,0,0,0,0,0 +347106,0,0,0,0,0 +347107,0,0,0,0,0 +347108,0,0,0,0,0 +347109,0,0,0,0,0 +347110,0,0,0,0,0 +347111,0,0,0,0,0 +347112,0,0,0,0,0 +347113,0,0,0,0,0 +347114,0,0,0,0,0 +347115,0,0,0,0,0 +347116,0,0,0,0,0 +347117,0,0,0,0,0 +347118,0,0,0,0,0 +347119,0,0,0,0,0 +347120,0,0,0,0,0 +347121,0,0,0,0,0 +347122,0,0,0,0,0 +347123,0,0,0,0,0 +347124,0,0,0,0,0 +347125,0,0,0,0,0 +347126,0,0,0,0,0 +347127,0,0,0,0,0 +347128,0,0,0,0,0 +347129,0,0,0,0,0 +347130,0,0,0,0,0 +347131,0,0,0,0,0 +347132,0,0,0,0,0 +347133,0,0,0,0,0 +347134,0,0,0,0,0 +347135,0,0,0,0,0 +347136,0,0,0,0,0 +347137,0,0,0,0,0 +347138,0,0,0,0,0 +347139,0,0,0,0,0 +347140,0,0,0,0,0 +347141,0,0,0,0,0 +347142,0,0,0,0,0 +347143,0,0,0,0,0 +347144,0,0,0,0,0 +347145,0,0,0,0,0 +347146,0,0,0,0,0 +347147,0,0,0,0,0 +347148,0,0,0,0,0 +347149,0,0,0,0,0 +347150,0,0,0,0,0 +347151,0,0,0,0,0 +347152,0,0,0,0,0 +347153,0,0,0,0,0 +347154,0,0,0,0,0 +347155,0,0,0,0,0 +347156,0,0,0,0,0 +347157,0,0,0,0,0 +347158,0,0,0,0,0 +347159,0,0,0,0,0 +347160,0,0,0,0,0 +347161,0,0,0,0,0 +347162,0,0,0,0,0 +347163,0,0,0,0,0 +347164,0,0,0,0,0 +347165,0,0,0,0,0 +347166,0,0,0,0,0 +347167,0,0,0,0,0 +347168,0,0,0,0,0 +347169,0,0,0,0,0 +347170,0,0,0,0,0 +347171,0,0,0,0,0 +347172,0,0,0,0,0 +347173,0,0,0,0,0 +347174,0,0,0,0,0 +347175,0,0,0,0,0 +347176,0,0,0,0,0 +347177,0,0,0,0,0 +347178,0,0,0,0,0 +347179,0,0,0,0,0 +347180,0,0,0,0,0 +347181,0,0,0,0,0 +347182,0,0,0,0,0 +347183,0,0,0,0,0 +347184,0,0,0,0,0 +347185,0,0,0,0,0 +347186,0,0,0,0,0 +347187,0,0,0,0,0 +347188,0,0,0,0,0 +347189,0,0,0,0,0 +347190,0,0,0,0,0 +347191,0,0,0,0,0 +347192,0,0,0,0,0 +347193,0,0,0,0,0 +347194,0,0,0,0,0 +347195,0,0,0,0,0 +347196,0,0,0,0,0 +347197,0,0,0,0,0 +347198,0,0,0,0,0 +347199,0,0,0,0,0 +347200,0,0,0,0,0 +347201,0,0,0,0,0 +347202,0,0,0,0,0 +347203,0,0,0,0,0 +347204,0,0,0,0,0 +347205,0,0,0,0,0 +347206,0,0,0,0,0 +347207,0,0,0,0,0 +347208,0,0,0,0,0 +347209,0,0,0,0,0 +347210,0,0,0,0,0 +347211,0,0,0,0,0 +347212,0,0,0,0,0 +347213,0,0,0,0,0 +347214,0,0,0,0,0 +347215,0,0,0,0,0 +347216,0,0,0,0,0 +347217,0,0,0,0,0 +347218,0,0,0,0,0 +347219,0,0,0,0,0 +347220,0,0,0,0,0 +347221,0,0,0,0,0 +347222,0,0,0,0,0 +347223,0,0,0,0,0 +347224,0,0,0,0,0 +347225,0,0,0,0,0 +347226,0,0,0,0,0 +347227,0,0,0,0,0 +347228,0,0,0,0,0 +347229,0,0,0,0,0 +347230,0,0,0,0,0 +347231,0,0,0,0,0 +347232,0,0,0,0,0 +347233,0,0,0,0,0 +347234,0,0,0,0,0 +347235,0,0,0,0,0 +347236,0,0,0,0,0 +347237,0,0,0,0,0 +347238,0,0,0,0,0 +347239,0,0,0,0,0 +347240,0,0,0,0,0 +347241,0,0,0,0,0 +347242,0,0,0,0,0 +347243,0,0,0,0,0 +347244,0,0,0,0,0 +347245,0,0,0,0,0 +347246,0,0,0,0,0 +347247,0,0,0,0,0 +347248,0,0,0,0,0 +347249,0,0,0,0,0 +347250,0,0,0,0,0 +347251,0,0,0,0,0 +347252,0,0,0,0,0 +347253,0,0,0,0,0 +347254,0,0,0,0,0 +347255,0,0,0,0,0 +347256,0,0,0,0,0 +347257,0,0,0,0,0 +347258,0,0,0,0,0 +347259,0,0,0,0,0 +347260,0,0,0,0,0 +347261,0,0,0,0,0 +347262,0,0,0,0,0 +347263,0,0,0,0,0 +347264,0,0,0,0,0 +347265,0,0,0,0,0 +347266,0,0,0,0,0 +347267,0,0,0,0,0 +347268,0,0,0,0,0 +347269,0,0,0,0,0 +347270,0,0,0,0,0 +347271,0,0,0,0,0 +347272,0,0,0,0,0 +347273,0,0,0,0,0 +347274,0,0,0,0,0 +347275,0,0,0,0,0 +347276,0,0,0,0,0 +347277,0,0,0,0,0 +347278,0,0,0,0,0 +347279,0,0,0,0,0 +347280,0,0,0,0,0 +347281,0,0,0,0,0 +347282,0,0,0,0,0 +347283,0,0,0,0,0 +347284,0,0,0,0,0 +347285,0,0,0,0,0 +347286,0,0,0,0,0 +347287,0,0,0,0,0 +347288,0,0,0,0,0 +347289,0,0,0,0,0 +347290,0,0,0,0,0 +347291,0,0,0,0,0 +347292,0,0,0,0,0 +347293,0,0,0,0,0 +347294,0,0,0,0,0 +347295,0,0,0,0,0 +347296,0,0,0,0,0 +347297,0,0,0,0,0 +347298,0,0,0,0,0 +347299,0,0,0,0,0 +347300,0,0,0,0,0 +347301,0,0,0,0,0 +347302,0,0,0,0,0 +347303,0,0,0,0,0 +347304,0,0,0,0,0 +347305,0,0,0,0,0 +347306,0,0,0,0,0 +347307,0,0,0,0,0 +347308,0,0,0,0,0 +347309,0,0,0,0,0 +347310,0,0,0,0,0 +347311,0,0,0,0,0 +347312,0,0,0,0,0 +347313,0,0,0,0,0 +347314,0,0,0,0,0 +347315,0,0,0,0,0 +347316,0,0,0,0,0 +347317,0,0,0,0,0 +347318,0,0,0,0,0 +347319,0,0,0,0,0 +347320,0,0,0,0,0 +347321,0,0,0,0,0 +347322,0,0,0,0,0 +347323,0,0,0,0,0 +347324,0,0,0,0,0 +347325,0,0,0,0,0 +347326,0,0,0,0,0 +347327,0,0,0,0,0 +347328,0,0,0,0,0 +347329,0,0,0,0,0 +347330,0,0,0,0,0 +347331,0,0,0,0,0 +347332,0,0,0,0,0 +347333,0,0,0,0,0 +347334,0,0,0,0,0 +347335,0,0,0,0,0 +347336,0,0,0,0,0 +347337,0,0,0,0,0 +347338,0,0,0,0,0 +347339,0,0,0,0,0 +347340,0,0,0,0,0 +347341,0,0,0,0,0 +347342,0,0,0,0,0 +347343,0,0,0,0,0 +347344,0,0,0,0,0 +347345,0,0,0,0,0 +347346,0,0,0,0,0 +347347,0,0,0,0,0 +347348,0,0,0,0,0 +347349,0,0,0,0,0 +347350,0,0,0,0,0 +347351,0,0,0,0,0 +347352,0,0,0,0,0 +347353,0,0,0,0,0 +347354,0,0,0,0,0 +347355,0,0,0,0,0 +347356,0,0,0,0,0 +347357,0,0,0,0,0 +347358,0,0,0,0,0 +347359,0,0,0,0,0 +347360,0,0,0,0,0 +347361,0,0,0,0,0 +347362,0,0,0,0,0 +347363,0,0,0,0,0 +347364,0,0,0,0,0 +347365,0,0,0,0,0 +347366,0,0,0,0,0 +347367,0,0,0,0,0 +347368,0,0,0,0,0 +347369,0,0,0,0,0 +347370,0,0,0,0,0 +347371,0,0,0,0,0 +347372,0,0,0,0,0 +347373,0,0,0,0,0 +347374,0,0,0,0,0 +347375,0,0,0,0,0 +347376,0,0,0,0,0 +347377,0,0,0,0,0 +347378,0,0,0,0,0 +347379,0,0,0,0,0 +347380,0,0,0,0,0 +347381,0,0,0,0,0 +347382,0,0,0,0,0 +347383,0,0,0,0,0 +347384,0,0,0,0,0 +347385,0,0,0,0,0 +347386,0,0,0,0,0 +347387,0,0,0,0,0 +347388,0,0,0,0,0 +347389,0,0,0,0,0 +347390,0,0,0,0,0 +347391,0,0,0,0,0 +347392,0,0,0,0,0 +347393,0,0,0,0,0 +347394,0,0,0,0,0 +347395,0,0,0,0,0 +347396,0,0,0,0,0 +347397,0,0,0,0,0 +347398,0,0,0,0,0 +347399,0,0,0,0,0 +347400,0,0,0,0,0 +347401,0,0,0,0,0 +347402,0,0,0,0,0 +347403,0,0,0,0,0 +347404,0,0,0,0,0 +347405,0,0,0,0,0 +347406,0,0,0,0,0 +347407,0,0,0,0,0 +347408,0,0,0,0,0 +347409,0,0,0,0,0 +347410,0,0,0,0,0 +347411,0,0,0,0,0 +347412,0,0,0,0,0 +347413,0,0,0,0,0 +347414,0,0,0,0,0 +347415,0,0,0,0,0 +347416,0,0,0,0,0 +347417,0,0,0,0,0 +347418,0,0,0,0,0 +347419,0,0,0,0,0 +347420,0,0,0,0,0 +347421,0,0,0,0,0 +347422,0,0,0,0,0 +347423,0,0,0,0,0 +347424,0,0,0,0,0 +347425,0,0,0,0,0 +347426,0,0,0,0,0 +347427,0,0,0,0,0 +347428,0,0,0,0,0 +347429,0,0,0,0,0 +347430,0,0,0,0,0 +347431,0,0,0,0,0 +347432,0,0,0,0,0 +347433,0,0,0,0,0 +347434,0,0,0,0,0 +347435,0,0,0,0,0 +347436,0,0,0,0,0 +347437,0,0,0,0,0 +347438,0,0,0,0,0 +347439,0,0,0,0,0 +347440,0,0,0,0,0 +347441,0,0,0,0,0 +347442,0,0,0,0,0 +347443,0,0,0,0,0 +347444,0,0,0,0,0 +347445,0,0,0,0,0 +347446,0,0,0,0,0 +347447,0,0,0,0,0 +347448,0,0,0,0,0 +347449,0,0,0,0,0 +347450,0,0,0,0,0 +347451,0,0,0,0,0 +347452,0,0,0,0,0 +347453,0,0,0,0,0 +347454,0,0,0,0,0 +347455,0,0,0,0,0 +347456,0,0,0,0,0 +347457,0,0,0,0,0 +347458,0,0,0,0,0 +347459,0,0,0,0,0 +347460,0,0,0,0,0 +347461,26.56177189,2372.365031,242.4289572,10.23162618,-157.2177808 +347462,466.5707441,311.7872628,682.0448606,210.2820614,645.9281395 +347463,458.0500735,286.3180647,670.9318693,206.295427,635.7998971 +347464,444.9627157,280.1731941,654.9548777,200.2101301,617.0428039 +347465,431.8383267,283.0726961,639.5313468,194.1854375,596.790895 +347466,420.4045657,287.8161895,626.5638271,189.0252685,578.1873481 +347467,410.8044453,291.8362279,616.0893309,184.7709795,561.850339 +347468,402.6840577,294.9277318,607.6004673,181.2316648,547.471778 +347469,395.6954495,297.4915795,600.6398174,178.227069,534.6415688 +347470,389.6063119,299.8480793,594.8992443,175.6383304,523.0704729 +347471,384.2697713,351.7724501,590.1772276,173.3911121,512.5821593 +347472,379.5814232,426.437888,586.3263076,171.4333766,503.0577922 +347473,375.4559539,392.2904229,583.2250156,169.7233525,494.4007459 +347474,371.8190965,419.3262431,580.7680828,168.2253112,486.5236398 +347475,368.6059688,431.6308338,578.8640857,166.9085751,479.3461794 +347476,365.7605998,443.6595094,577.4344718,165.7471446,472.7955508 +347477,363.2352764,455.4394813,576.412382,164.7192531,466.8067541 +347478,360.9881866,467.5660451,575.7339474,163.8064547,461.3220954 +347479,358.9853393,479.6167171,575.353699,162.9937074,456.2905138 +347480,357.1981134,491.7748189,575.2343382,162.2684962,451.6667255 +347481,355.6019347,503.8330235,575.3428004,161.6202953,447.4105941 +347482,354.1755753,516.2052891,575.649643,161.0401994,443.4864196 +347483,352.9007899,528.2570887,576.1291636,160.520694,439.8625166 +347484,351.7618896,540.7136202,576.7591825,160.0554181,436.510665 +347485,350.7454202,552.8092279,577.5206794,159.6389941,433.4057871 +347486,349.8397922,565.520289,578.3972916,159.2668496,430.5255166 +347487,349.035033,577.4166378,579.3749274,158.935098,427.8499583 +347488,348.3225055,590.1830506,580.4413752,158.6404096,425.3613353 +347489,347.6947418,602.3437442,581.5860488,158.379935,423.0438148 +347490,347.1452338,615.1849066,582.7997098,158.1512109,420.8832173 +347491,346.6683285,625.6342356,584.0743033,157.9521143,418.8668998 +347492,346.2580128,636.7509844,585.3684982,157.7808819,416.9834924 +347493,345.9091052,652.3472101,586.6572042,157.6359123,415.2228117 +347494,345.6173698,666.3963149,587.9326099,157.5157106,413.5756662 +347495,345.3793049,680.7015684,589.1948988,157.4189209,412.0338188 +347496,345.1918692,694.7388535,590.4459848,157.3443176,410.5898179 +347497,345.0523771,708.4827697,591.687326,157.2908121,409.2369714 +347498,344.9583943,722.5884257,592.9196605,157.2574195,407.9691927 +347499,344.9077347,736.1502337,594.1433252,157.2432572,406.7809942 +347500,344.8983989,749.5493695,595.3584548,157.2475153,405.6673581 +347501,344.9285757,763.4486836,596.5651056,157.2694563,404.6237321 +347502,344.9981639,776.672465,597.7632596,157.3083961,403.6459362 +347503,345.103709,790.0468266,598.9528541,157.3637084,402.7301764 +347504,345.2432975,803.290441,600.1337502,157.4348031,401.8729394 +347505,345.4159625,816.4518938,601.3057741,157.5211367,401.0710303 +347506,345.6224251,829.2945912,602.4686898,157.6221918,400.3214746 +347507,345.8598085,842.9758126,603.6222423,157.7374897,399.6215621 +347508,346.1265964,855.2917051,604.7661286,157.8665704,398.9687546 +347509,346.4236901,868.3949489,605.9000417,158.0090075,398.3607401 +347510,346.2026653,881.1353209,606.4777337,157.9162505,396.8027889 +347511,344.9117874,893.8486375,605.9483727,157.3378504,393.2918182 +347512,343.6837186,906.4946257,605.4432951,156.7881666,389.8837341 +347513,342.5261147,918.7566643,604.9722196,156.2713221,386.5972097 +347514,341.4358709,931.7491703,604.5327436,155.7857058,383.4297613 +347515,340.4079598,943.9903093,604.1182076,155.3277904,380.3708954 +347516,339.4339196,956.4086481,603.7220219,154.8942002,377.4095431 +347517,338.5078921,968.7317936,603.3389109,154.4822766,374.5363917 +347518,337.6274628,980.9867904,602.9647374,154.0899628,371.7437633 +347519,336.7874689,993.1381009,602.5961623,153.7156183,369.0251719 +347520,335.9845213,1005.321467,602.2303296,153.3578556,366.3748508 +347521,332.1019024,1447.161439,598.7487431,151.5991099,358.1221348 +347522,346.968277,1474.551838,2002.4164,158.5307514,384.6343382 +347523,371.7270072,1496.642938,1503.313864,169.916648,430.3662864 +347524,397.1419006,1517.081721,1583.272518,181.4151195,478.8413759 +347525,419.2477594,1536.792519,1627.108842,191.212002,522.6259888 +347526,437.568327,1555.568858,1645.771683,199.1463678,560.3768434 +347527,452.7694424,1573.870522,1662.737428,205.5837813,592.9296642 +347528,465.5919537,1592.031354,1679.073699,210.9071133,621.3380144 +347529,476.5514706,1609.515169,1697.93707,215.3789504,646.3474246 +347530,485.9811132,1627.10908,1718.802371,219.1670518,668.4359002 +347531,494.1184103,1644.22547,1723.932541,222.3891311,687.9459652 +347532,501.1541151,1673.427809,1720.787126,225.1379341,705.1609148 +347533,507.2516177,1674.106004,1762.807366,227.491334,720.3345709 +347534,512.5520612,1683.455225,1762.234697,229.5152603,733.6969068 +347535,517.1761413,1718.370542,1778.116952,231.264933,745.4541247 +347536,521.2258773,1725.155904,1790.615711,232.7860395,755.7888723 +347537,524.7870114,1743.262708,1803.193905,234.1161526,764.8619876 +347538,527.9314624,1759.160586,1814.928364,235.2861105,772.8147928 +347539,547.607744,1775.012344,1826.90398,236.3212588,779.7715612 +347540,883.6458475,1790.667946,1838.166271,237.2424365,785.8415644 +347541,716.0019262,1806.199955,1849.555012,277.3778296,791.1210607 +347542,787.4588754,1821.664853,1860.360249,361.9245162,795.6947599 +347543,809.2532057,1836.713003,1871.027365,319.8703608,799.6371934 +347544,828.1425473,1852.089228,1881.485579,345.9391265,803.0139125 +347545,847.1193155,1866.875259,1891.643201,355.5879188,805.8826924 +347546,865.1388477,1881.873008,1901.509008,364.8698901,808.294476 +347547,883.4264192,1896.369963,1911.160147,373.9654863,810.2943285 +347548,900.9637439,1911.225117,1920.673608,382.7847478,811.9220862 +347549,918.1145857,1925.481704,1929.873253,391.3961233,813.2129997 +347550,935.800046,1939.889522,1938.76485,400.0457584,814.1982458 +347551,951.6866205,1953.467893,1946.978933,408.1548792,814.9054502 +347552,967.9935261,1966.836511,1955.317347,416.3728729,815.3590178 +347553,984.1666436,1980.066914,1976.885249,424.2282476,815.5806183 +347554,999.7407692,1992.871183,1952.414336,432.0476563,815.586758 +347555,1014.891423,2005.879484,1981.70702,439.6544777,815.398187 +347556,1030.483074,2018.55548,1985.209896,447.0563795,815.0277018 +347557,1045.212285,2030.944275,1990.53391,454.7560504,814.4891826 +347558,1059.979955,2043.368247,1998.002226,461.5563389,996.4049326 +347559,1074.173568,2055.557692,2004.331591,469.0493565,1115.034324 +347560,1088.978642,2067.606163,2010.66638,475.9356093,1030.524206 +347561,1102.792391,2079.509697,2016.72793,482.7235798,1080.25161 +347562,1117.087722,2091.361298,2022.608898,489.7552408,1094.211454 +347563,1130.21383,2110.050643,2028.31351,496.4565356,1106.790752 +347564,1143.969407,2115.764147,2033.920185,502.8394088,1119.751763 +347565,1156.814996,2140.150993,2040.362226,509.2842376,1131.723316 +347566,1170.631602,2127.144914,2056.650502,515.8981437,1143.961699 +347567,1183.246242,2134.029558,2030.296502,522.0670011,1155.257601 +347568,1196.117959,2169.256085,2062.587955,528.2977457,1167.285179 +347569,1208.747926,2166.275068,2057.532407,534.411831,1177.809058 +347570,1221.22093,2179.884463,2063.259917,540.2633136,1188.847829 +347571,1233.491229,2190.608972,2067.872562,546.4934761,1199.180241 +347572,1245.730189,2200.991593,2072.209543,552.2145584,1209.997797 +347573,1257.720783,2211.085143,2079.241252,558.0307114,1219.842475 +347574,1262.389409,2217.974091,2079.634614,560.4778542,1216.792088 +347575,1216.90627,2201.501803,2004.963456,540.0067347,1122.832827 +347576,1218.413855,2201.716941,2036.779624,540.7487477,1119.854532 +347577,1334.456219,2253.144908,2107.482416,593.1805008,1327.45889 +347578,1289.536175,2266.463721,2074.206875,573.1395994,1224.221971 +347579,1503.530044,2350.389227,2279.096342,670.8240011,1596.440177 +347580,1053.05374,2133.701782,1817.896951,467.2266685,762.7473936 +347581,2035.950019,2617.34122,2314.024373,903.8790351,2593.713599 +347582,1625.282801,2404.350747,2287.304962,720.0564002,1769.35334 +347583,1793.043328,2490.022646,2289.832638,794.7025034,2109.89634 +347584,1777.897239,2493.056767,2295.143122,789.2530044,2056.290063 +347585,1791.518635,2505.154965,2301.830394,794.1129593,2068.338232 +347586,1806.182305,2505.865169,2308.36565,799.6194672,2078.183647 +347587,1809.871415,2518.310638,2316.025104,804.8030907,2088.341321 +347588,1832.532217,2527.223012,2322.419593,810.0759982,2097.633342 +347589,1827.571225,2534.776156,2326.012363,815.0902283,2113.394453 +347590,1823.917626,2543.78888,2329.89822,820.2092096,2118.591447 +347591,1864.979451,2558.746763,2333.808677,825.0807608,2111.255107 +347592,1859.602945,2558.373085,2337.349921,830.0227267,2156.844043 +347593,1872.885847,2569.431681,2340.351146,834.8306582,2117.210004 +347594,1882.804262,2577.482684,2344.686849,839.7036166,2177.834 +347595,1892.651084,2584.387385,2346.060603,844.2655877,2145.581303 +347596,1902.507203,2592.576671,2349.469389,848.9952418,2178.287306 +347597,1911.760681,2599.712456,2350.218087,853.5659808,2166.664789 +347598,1921.458703,2613.990824,2353.359426,858.1636784,2179.801959 +347599,1930.623625,2607.127068,2355.764654,862.5729772,2201.34983 +347600,1940.02505,2628.447664,2355.759339,867.0556311,2193.440356 +347601,1949.011259,2628.542891,2357.005287,871.469136,2207.209513 +347602,1958.218027,2635.633473,2358.637302,875.7956138,2213.228165 +347603,1967.006715,2649.329903,2360.5744,880.0385386,2220.574027 +347604,1976.136426,2643.691039,2364.095965,884.364664,2227.536578 +347605,1984.573207,2662.362063,2364.883737,888.4770186,2240.683587 +347606,1993.525639,2663.142273,2366.333127,892.6838729,2238.074938 +347607,2001.957017,2668.972883,2367.752845,896.7857947,2249.171579 +347608,2010.642601,2681.991261,2369.277333,900.915035,2255.022768 +347609,2018.813529,2676.601686,2372.351082,904.9150565,2261.411672 +347610,2027.604941,2692.967051,2372.603708,908.9232599,2267.588145 +347611,2035.401191,2694.379306,2373.539014,912.7864242,2274.202641 +347612,2043.623682,2699.792283,2376.232718,916.6708019,2280.293673 +347613,2051.399867,2703.831357,2376.173057,920.3337295,2286.352913 +347614,2059.444503,2714.997485,2376.820924,924.2540725,2292.251298 +347615,2067.096477,2715.908907,2377.77721,927.8561963,2298.390401 +347616,2075.101378,2719.301852,2378.643511,931.6365327,2304.084882 +347617,2082.442268,2724.023199,2379.369805,935.2004122,2309.921157 +347618,2090.277818,2734.469489,2380.229056,938.9006919,2315.385873 +347619,2097.63464,2731.12289,2382.693411,942.3933897,2321.315321 +347620,2105.050625,2740.9638,2382.386325,946.0272419,2326.558391 +347621,2112.546545,2744.855065,2384.363268,949.4509931,2332.175426 +347622,2119.960812,2745.936854,2383.886002,953.0192706,2337.261557 +347623,2127.124727,2750.770645,2385.599964,956.3798999,2342.881718 +347624,2134.40062,2754.59362,2386.738346,959.7734847,2347.93617 +347625,2141.488742,2758.024875,2387.381189,963.2676848,2353.158975 +347626,2148.640259,2761.319844,2387.87134,966.5421398,2358.203009 +347627,2155.602401,2762.840742,2386.738905,969.8473519,2368.669745 +347628,2162.667946,2767.91034,2388.182127,973.2536589,2365.818753 +347629,2169.522714,2771.07426,2388.964544,976.3920137,2373.514075 +347630,2176.59668,2770.935645,2387.864034,979.6942641,2378.194371 +347631,2183.170607,2772.159465,2387.560909,982.9821369,2382.55101 +347632,2189.9956,2776.467516,2389.212023,986.1014469,2387.721049 +347633,2196.808497,2777.130451,2388.455681,989.3029933,2391.876098 +347634,2203.282631,2781.173459,2389.999979,992.472294,2396.901992 +347635,2210.209622,2781.780842,2389.331097,995.5515901,2406.477444 +347636,2216.57132,2783.365243,2389.34333,998.6161757,2403.605937 +347637,2223.150853,2787.592767,2391.15228,1001.797006,2410.452539 +347638,2229.979744,2788.038133,2390.545689,1004.714559,2414.459887 +347639,2236.132662,2791.879812,2391.932827,1007.797956,2419.227992 +347640,2242.633564,2792.144579,2390.811338,1010.875427,2422.672243 +347641,2255.489861,2796.574764,2392.446211,1016.586276,2441.810618 +347642,2263.049005,2797.905919,2392.468473,1020.036565,2443.272155 +347643,2278.934178,2800.383548,2393.498429,1023.346675,2454.221572 +347644,2266.844477,2802.99447,2394.968595,1026.699974,2453.325273 +347645,2316.613572,2805.21943,2396.11228,1029.802943,2458.15296 +347646,2246.630959,2809.908252,2399.013591,1032.970242,2469.259825 +347647,2319.065075,2810.69196,2399.475335,1035.919278,2467.453482 +347648,2299.739109,2812.002705,2400.337214,1039.216907,2475.997741 +347649,2311.176067,2813.4982,2401.305076,1042.123609,2475.999522 +347650,2317.836292,2815.092855,2402.324569,1045.118328,2482.35412 +347651,2324.393123,2816.629229,2403.508293,1048.096695,2482.510292 +347652,2330.896399,2817.890989,2404.319847,1051.168683,2482.978067 +347653,2337.414236,2818.733569,2404.882862,1054.029465,2480.851805 +347654,2344.149002,2819.139624,2405.16791,1056.925342,2478.661997 +347655,2350.664193,2819.195415,2405.215483,1059.817192,2476.467967 +347656,2356.932714,2819.020456,2405.259392,1062.635365,2474.318066 +347657,2361.631311,2818.694026,2404.973416,1068.12925,2472.231201 +347658,2367.481568,2817.129251,2404.88692,1071.240982,2470.223363 +347659,2373.825921,2814.916248,2405.09044,1074.319857,2468.310856 +347660,2380.026678,2812.769986,2405.052857,1077.185597,2466.498443 +347661,2385.99386,2810.984335,2405.160742,1080.145445,2464.778639 +347662,2392.227438,2809.528355,2404.577229,1083.021511,2463.141326 +347663,2398.31855,2808.257743,2404.615402,1085.819428,2461.574422 +347664,2404.407518,2807.045576,2404.378909,1088.744392,2460.064812 +347665,2410.60805,2805.823866,2404.309881,1091.512895,2458.603913 +347666,2416.439477,2804.571311,2404.053621,1094.313416,2457.188429 +347667,2422.558395,2803.287257,2403.785172,1097.084468,2455.817048 +347668,2429.958221,2801.964006,2403.493778,1102.075325,2454.479146 +347669,2444.817858,2800.582267,2403.172619,1102.173834,2453.154696 +347670,2426.262494,2799.208275,2403.072979,1108.743699,2451.895218 +347671,2449.86375,2800.328486,2404.46244,1105.688881,2452.789236 +347672,2452.443671,2797.468119,2403.337909,1117.648488,2450.584742 +347673,2457.182838,2795.300673,2402.698353,1106.81306,2449.029807 +347674,2463.1719,2793.356542,2402.176887,1128.772866,2447.65261 +347675,2468.907983,2791.550687,2401.73039,1103.873825,2446.395784 +347676,2474.481339,2789.81874,2401.352338,1120.68209,2445.245271 +347677,2480.18779,2788.025112,2400.971974,1125.546292,2444.116064 +347678,2485.512525,2786.153147,2400.583239,1124.344108,2442.999358 +347679,2490.991627,2784.2441,2400.213963,1127.819823,2441.921623 +347680,2501.474168,2782.2819,2400.036981,1130.430475,2440.86112 +347681,2502.70196,2780.270719,2399.668602,1132.697189,2439.815203 +347682,2521.266987,2778.199038,2399.29086,1135.143024,2438.770156 +347683,2487.963938,2776.160723,2398.966984,1137.508195,2437.801507 +347684,2528.516209,2774.117294,2398.675352,1139.866298,2436.879754 +347685,2522.363361,2771.954333,2398.346403,1142.274473,2435.911658 +347686,2528.487264,2769.726492,2398.00984,1144.504795,2434.937496 +347687,2538.978738,2767.458043,2397.677266,1146.86531,2433.971478 +347688,2540.86925,2765.143883,2397.348204,1149.089113,2433.006652 +347689,2557.615799,2762.772707,2397.011497,1151.471941,2432.03287 +347690,2523.180369,2762.932086,2398.415008,1153.697255,2433.229795 +347691,2593.948481,2759.119475,2397.283405,1156.029867,2431.280584 +347692,2530.606697,2756.031081,2396.653372,1158.175363,2429.952881 +347693,2568.685069,2753.295666,2396.221443,1160.454623,2428.859746 +347694,2578.375292,2750.640598,2395.830365,1162.662941,2427.802156 +347695,2568.280378,2747.990316,2395.460018,1164.867892,2426.764026 +347696,2588.958367,2745.335911,2395.123842,1167.06034,2425.756893 +347697,2578.60439,2742.649575,2394.814165,1169.30881,2424.779543 +347698,2619.339813,2739.986585,2394.564012,1171.305398,2423.865599 +347699,2566.915815,2737.363717,2394.383675,1173.613149,2423.03015 +347700,2631.737518,2734.978401,2394.412991,1175.700448,2422.446598 +347701,2454.675551,2732.972661,2394.65434,1124.684758,2422.043331 +347702,2508.134547,2716.781887,2389.543514,1125.554145,2413.607239 +347703,2506.818803,2643.106417,2380.113767,1127.153516,2398.821692 +347704,2476.590703,2688.97721,2370.248666,1128.634534,2383.026839 +347705,2520.139683,2659.973772,2362.715822,1130.305195,2369.980351 +347706,2495.903495,2668.851985,2357.099573,1131.83014,2359.349013 +347707,2541.38504,2651.35451,2352.563969,1133.525377,2350.201596 +347708,2505.485352,2652.013793,2348.550492,1135.173157,2342.118271 +347709,2493.646969,2647.481919,2345.461059,1136.837942,2335.157305 +347710,2555.884191,2642.415539,2344.464964,1138.508016,2331.03719 +347711,2526.384096,2635.881721,2341.105822,1140.17703,2324.172155 +347712,2503.8307,2631.08204,2338.572582,1141.851267,2318.543206 +347713,2576.175563,2619.365694,2336.457334,1143.521932,2313.607865 +347714,2499.977683,2627.421522,2334.722038,1145.194937,2309.309805 +347715,2585.166098,2608.007212,2334.920771,1146.866656,2307.595823 +347716,2508.596262,2609.018741,2332.481342,1148.53391,2302.716363 +347717,2593.163484,2604.181708,2332.440382,1150.204253,2300.973375 +347718,2541.533313,2596.952411,2330.089348,1151.867909,2296.440162 +347719,2565.057954,2591.309113,2329.796324,1153.603774,2294.57323 +347720,2566.441475,2585.521486,2327.395799,1155.156914,2290.137556 +347721,2569.897947,2580.228582,2325.979893,1156.868587,2286.997904 +347722,2574.33174,2567.384753,2324.959709,1158.51404,2284.401779 +347723,2578.189668,2575.737285,2323.981187,1160.098334,2281.910375 +347724,2582.203321,2553.688263,2323.473085,1161.854984,2279.807499 +347725,2586.439919,2557.245253,2324.317117,1163.455525,2279.684911 +347726,2590.294783,2549.593663,2324.292883,1165.113082,2278.543901 +347727,2594.097437,2542.260248,2322.29581,1166.828723,2274.995747 +347728,2598.438663,2536.517908,2321.074178,1168.365388,2272.421017 +347729,2602.283863,2530.211276,2320.19947,1170.056192,2270.270791 +347730,2606.269443,2523.962245,2319.504481,1171.68306,2268.347944 +347731,2610.29082,2517.550266,2318.898242,1173.295562,2266.543254 +347732,2614.045267,2503.906948,2319.827152,1174.9025,2266.6675 +347733,2618.155621,2506.117106,2319.779168,1176.50264,2265.612448 +347734,2621.97101,2496.215047,2317.844676,1178.099252,2262.231285 +347735,2625.854448,2489.513573,2316.72549,1179.693266,2259.858516 +347736,2629.791262,2483.248985,2315.909538,1181.281928,2257.851902 +347737,2641.75844,2476.123952,2315.376952,1182.86849,2256.189444 +347738,2633.851902,2469.198614,2314.916875,1184.450794,2254.622622 +347739,2642.619127,2462.272956,2314.378499,1186.029827,2252.968566 +347740,2645.825564,2455.24714,2313.87375,1187.605489,2251.359408 +347741,2649.487511,2448.151341,2313.4151,1189.177862,2249.812573 +347742,2652.974297,2441.209018,2312.963639,1190.746866,2248.27893 +347743,2657.119528,2433.782441,2312.526035,1192.312714,2246.760042 +347744,2660.775183,2426.511909,2312.099927,1193.875233,2245.256376 +347745,2664.47548,2412.058524,2311.56748,1195.507815,2243.621213 +347746,2668.301364,2414.331646,2311.051418,1196.953739,2241.999881 +347747,2671.988295,2403.097115,2310.672392,1198.559475,2240.546176 +347748,2675.491207,2396.152332,2310.502782,1200.097977,2239.11308 +347749,2679.539207,2388.617455,2310.131941,1201.644207,2237.668556 +347750,2683.108728,2381.220065,2309.783368,1203.112543,2236.255865 +347751,2686.737468,2373.553511,2309.452939,1204.765322,2234.864586 +347752,2690.507879,2365.965326,2309.142782,1206.249044,2233.489174 +347753,2693.878243,2358.299612,2308.851745,1207.794982,2232.132298 +347754,2697.837411,2350.746987,2308.580149,1209.326663,2230.795751 +347755,2701.373921,2342.731799,2308.324972,1210.931153,2229.470791 +347756,2704.977572,2335.076196,2308.078663,1212.342368,2228.152779 +347757,2716.361863,2327.212305,2307.979129,1213.919408,2227.013798 +347758,2701.310545,2319.332439,2307.750022,1215.426928,2225.707061 +347759,2726.923858,2311.641529,2307.522222,1216.943002,2224.398262 +347760,2716.635727,2303.436913,2307.460921,1218.456423,2223.2923 +347761,2477.290289,2179.828156,2303.631067,1110.599867,2218.388934 +347762,2481.630268,2175.887487,2282.430037,1109.305058,2189.253386 +347763,2477.383412,2162.349199,2258.286177,1108.647453,2154.276017 +347764,2477.457915,2152.866263,2237.764712,1108.393908,2122.551804 +347765,2477.943931,2143.342702,2221.34898,1108.500418,2095.359805 +347766,2478.201893,2133.700321,2210.348767,1108.389588,2075.261491 +347767,2478.497388,2123.873258,2202.579041,1108.578069,2059.87099 +347768,2479.444053,2114.351946,2197.117484,1108.744065,2047.592581 +347769,2480.033011,2104.801151,2194.644706,1108.960733,2039.313474 +347770,2480.668435,2095.178724,2190.331219,1109.205116,2029.4908 +347771,2481.560896,2085.829653,2187.168272,1109.479277,2021.560412 +347772,2482.402313,2076.004483,2184.622753,1109.773654,2014.807332 +347773,2491.31789,2066.657959,2182.610527,1110.088146,2009.085606 +347774,2472.232504,2057.041747,2180.740106,1110.42004,2003.876643 +347775,2498.052601,2047.697467,2179.081829,1110.768223,1999.231544 +347776,2473.927289,2037.968141,2177.588375,1111.13131,1995.057054 +347777,2499.438972,2015.08184,2178.01936,1111.509442,1993.495104 +347778,2476.068621,2038.413116,2177.708773,1111.898904,1991.243294 +347779,2501.177719,2002.516149,2175.596764,1112.301415,1986.963482 +347780,2486.327477,2000.450911,2174.566432,1112.717398,1984.164402 +347781,2491.678891,1974.401182,2173.880599,1113.143445,1981.912647 +347782,2492.978783,1984.978102,2173.395299,1113.580859,1980.021561 +347783,2493.620963,1969.320076,2173.055342,1114.02908,1978.414973 +347784,2494.727497,1959.799021,2172.787915,1114.562373,1976.992604 +347785,2495.982362,1972.005241,2174.253751,1114.846925,1977.79397 +347786,2496.973085,1911.520851,2174.854687,1115.487179,1977.617198 +347787,2497.988287,1960.211769,2173.392962,1115.984961,1974.967254 +347788,2499.292916,1900.635617,2172.67575,1116.381967,1973.270352 +347789,2500.358962,1922.899608,2172.263641,1116.940193,1971.970084 +347790,2501.678676,1925.974533,2173.655018,1117.444526,1972.920642 +347791,2502.642801,1861.213036,2174.231721,1117.916135,1972.910861 +347792,2503.599061,1925.260827,2172.763585,1118.385988,1970.423513 +347793,2504.806789,1839.517467,2172.060249,1118.861903,1968.900339 +347794,2505.859367,1882.922117,2171.677295,1119.3385,1967.784422 +347795,2506.938683,1854.557909,2171.403944,1119.819929,1966.820581 +347796,2508.181082,1848.533652,2172.909563,1120.307387,1968.077222 +347797,2509.149525,1839.477017,2173.526057,1120.795372,1968.278265 +347798,2510.138014,1830.196857,2172.076634,1121.287829,1965.96294 +347799,2511.533047,1821.261116,2173.098457,1121.789056,1966.704427 +347800,2512.352068,1831.943233,2171.727498,1122.286262,1964.501497 +347801,2513.760936,1774.629309,2172.824724,1122.79556,1965.346083 +347802,2514.631041,1820.322326,2171.556985,1123.299893,1963.282206 +347803,2515.990648,1764.123057,2170.979186,1123.739089,1962.070501 +347804,2517.014503,1784.895059,2170.681802,1124.364966,1961.202269 +347805,2518.238403,1765.410555,2170.505352,1124.830662,1960.486556 +347806,2519.391268,1758.611203,2170.40336,1125.3637,1959.871576 +347807,2520.745885,1749.846047,2172.234163,1125.889788,1961.43828 +347808,2521.646464,1741.173869,2171.256542,1126.415646,1959.789995 +347809,2523.034408,1732.440467,2170.848437,1126.947215,1958.863537 +347810,2524.063388,1724.040728,2170.642695,1127.479792,1958.184073 +347811,2525.558334,1715.581991,2170.550684,1128.015143,1957.640569 +347812,2526.726446,1707.005653,2170.524537,1128.552759,1957.178102 +347813,2528.021975,1698.60351,2170.532993,1129.092613,1956.761496 +347814,2529.493484,1690.448955,2172.243466,1129.635341,1958.476 +347815,2530.528894,1682.145719,2171.345386,1130.177646,1956.954096 +347816,2532.059793,1674.013415,2171.011475,1130.724418,1956.136267 +347817,2533.426291,1665.828093,2170.872484,1131.271598,1955.551904 +347818,2534.845329,1657.981293,2170.836937,1131.820642,1955.089578 +347819,2536.472779,1650.105542,2172.540796,1132.371967,1956.800038 +347820,2537.827984,1663.610612,2173.468431,1132.92317,1957.353183 +347821,2775.150602,1711.175502,2176.019945,1240.222055,1959.834406 +347822,2777.770239,1751.28488,2195.060676,1242.892825,1985.999865 +347823,2789.152309,1727.45284,2219.689533,1245.011003,2020.514651 +347824,2792.070439,1724.495654,2240.623798,1246.725976,2051.381051 +347825,2787.104184,1718.408594,2255.563378,1248.48706,2075.334465 +347826,2805.229486,1712.297789,2265.873242,1250.095197,2093.404414 +347827,2794.216637,1706.224307,2273.111225,1251.658142,2107.264191 +347828,2811.248448,1700.280337,2278.419922,1253.181032,2118.217311 +347829,2808.130165,1694.255272,2282.655064,1254.673178,2127.499646 +347830,2811.559867,1688.340912,2287.879424,1256.102206,2137.026876 +347831,2814.264518,1705.062663,2289.575855,1257.534766,2141.965975 +347832,2818.095037,1644.908635,2291.490823,1258.958716,2146.740793 +347833,2822.321189,1712.012435,2295.018802,1260.365451,2153.109931 +347834,2831.016675,1626.204211,2295.993498,1261.753776,2155.982436 +347835,2828.07836,1692.866271,2297.470558,1263.132766,2159.164069 +347836,2830.443153,1629.521668,2298.829396,1264.496001,2161.920788 +347837,2834.308704,1660.121014,2300.115988,1265.847233,2164.345649 +347838,2838.891541,1642.486285,2303.084942,1267.187504,2168.646073 +347839,2846.9436,1639.653755,2303.589488,1268.51218,2169.733874 +347840,2844.966482,1634.842063,2304.687854,1269.829392,2171.40098 +347841,2847.794098,1630.092185,2307.435424,1271.13418,2175.150291 +347842,2848.999875,1625.459997,2307.484221,1272.424567,2175.25388 +347843,2858.353759,1621.141706,2308.229054,1273.708075,2176.10148 +347844,2857.910492,1617.04041,2309.30473,1274.978618,2177.255832 +347845,2858.519585,1612.997278,2310.346195,1276.238826,2178.28785 +347846,2860.16631,1609.343094,2311.24129,1278.504021,2179.075214 +347847,2862.440108,1605.54908,2312.071475,1280.115036,2179.727821 +347848,2864.941824,1601.908172,2312.891004,1281.744034,2180.317802 +347849,2865.949231,1598.314886,2313.678032,1283.787867,2180.998337 +347850,2865.938368,1594.878707,2314.354757,1285.630137,2181.294426 +347851,2865.894654,1591.205257,2314.881204,1287.558935,2181.372759 +347852,2865.866691,1587.783155,2315.269752,1289.537062,2181.260735 +347853,2865.866164,1584.322666,2315.543768,1293.938366,2181.167467 +347854,2865.902309,1580.919341,2315.735887,1291.898467,2180.733289 +347855,2865.955425,1577.558598,2315.857858,1303.398791,2180.399054 +347856,2868.752528,1574.24095,2317.666114,1286.595666,2181.50953 +347857,2867.527822,1570.957046,2316.889152,1306.129319,2179.940369 +347858,2867.056598,1567.717903,2316.551298,1319.555753,2178.832917 +347859,2866.897982,1564.414004,2316.365005,1278.38363,2178.143457 +347860,2866.939763,1561.387029,2316.266098,1320.632851,2177.348477 +347861,2867.003308,1558.188145,2316.151886,1307.445959,2176.527202 +347862,2867.103601,1556.929539,2316.039875,1312.779838,2175.707602 +347863,2867.238376,1555.036073,2315.933335,1315.566082,2175.130024 +347864,2867.387273,1552.901137,2315.822479,1318.26244,2174.34134 +347865,2867.547089,1550.893847,2315.706595,1321.100372,2173.545118 +347866,2867.720592,1548.874276,2315.588948,1323.925475,2172.75001 +347867,2867.900372,1546.885779,2315.465497,1326.884412,2171.952211 +347868,2868.088766,1544.909478,2315.338857,1329.871696,2171.156169 +347869,2868.282967,1542.950282,2315.207917,1332.919986,2170.360137 +347870,2868.47967,1541.008474,2315.071011,1336.026791,2169.561713 +347871,2868.677013,1539.084381,2314.927211,1339.194979,2168.759516 +347872,2868.876135,1537.177677,2314.776191,1342.424134,2167.95294 +347873,2869.078349,1535.288774,2314.61652,1345.714855,2167.350128 +347874,2869.286653,1533.417357,2314.44758,1349.15211,2166.533013 +347875,2869.507093,1531.563842,2314.271121,1352.436425,2165.705932 +347876,2869.749328,1529.727895,2314.088173,1355.974067,2164.873828 +347877,2870.006651,1527.909921,2313.898369,1359.499204,2164.037861 +347878,2870.283546,1526.109584,2313.701416,1363.098737,2163.197874 +347879,2870.57343,1524.327286,2313.497142,1366.761856,2162.353331 +347880,2870.883103,1522.562681,2313.28584,1370.48626,2161.504244 +347881,2871.015603,1543.767501,2312.918491,1397.041864,2160.428034 +347882,2873.924907,1543.18645,2314.234746,1410.420008,2161.940024 +347883,2878.249884,1542.415785,2316.449585,1395.135651,2164.901521 +347884,2882.433624,1541.448471,2318.639932,1417.498325,2167.984482 +347885,2885.770819,1540.416962,2320.369741,1415.243087,2170.541514 +347886,2888.296345,1539.340686,2321.636256,1421.104942,2172.513695 +347887,2890.259096,1538.240046,2322.563944,1425.75351,2174.025842 +347888,2891.871757,1537.127478,2323.26221,1430.716166,2175.198198 +347889,2893.273499,1536.010684,2323.805217,1435.2895,2176.324248 +347890,2894.541381,1534.893357,2324.236197,1440.194935,2177.038587 +347891,2895.719955,1533.778618,2324.582271,1445.052886,2177.581114 +347892,2896.836273,1532.667722,2324.861343,1450.067772,2177.981405 +347893,2897.88146,1531.562438,2325.068983,1465.292893,2178.23987 +347894,2898.932322,1530.463252,2325.255116,1444.679288,2178.423218 +347895,2899.9901,1529.371207,2325.422043,1472.3671,2178.538863 +347896,2900.997132,1528.286469,2325.534748,1468.624458,2178.547821 +347897,2901.98788,1527.210005,2325.616116,1475.196365,2178.48252 +347898,2902.980618,1526.141568,2325.678526,1480.72368,2178.362094 +347899,2903.939164,1525.081857,2325.699833,1497.282142,2178.162642 +347900,2904.936182,1524.030667,2325.726822,1474.192117,2177.94559 +347901,2905.946464,1522.889469,2325.744498,1511.624457,2177.695607 +347902,2906.940775,1522.002292,2325.735243,1490.182844,2177.393824 +347903,2907.944474,1520.908421,2325.715705,1512.422802,2177.0634 +347904,2908.933021,1519.908265,2325.670709,1511.983974,2176.687645 +347905,2909.880301,1518.903182,2325.583853,1533.055478,2176.247961 +347906,2910.833575,1517.9068,2325.485036,1522.668132,2175.782939 +347907,2911.873028,1516.919852,2325.425415,1519.068527,2175.35776 +347908,2913.08958,1515.941915,2325.464108,1551.328315,2175.048179 +347909,2914.326951,1514.973608,2325.504319,1533.131172,2174.736608 +347910,2915.638634,1514.014462,2325.581429,1555.058204,2174.468789 +347911,2917.1637,1512.96596,2325.784724,1551.793493,2174.356996 +347912,2918.836141,1511.905777,2326.071569,1560.427005,2174.363746 +347913,2920.654942,1510.844121,2326.44133,1565.850075,2174.4991 +347914,2922.593846,1509.783051,2326.876142,1571.543291,2174.743864 +347915,2927.350082,1508.724943,2329.065286,1577.413856,2177.2008 +347916,2928.038964,1507.667408,2328.642816,1583.085268,2176.447811 +347917,2929.956009,1506.615139,2328.764831,1589.177347,2176.388386 +347918,2931.90273,1505.564824,2329.041967,1595.026337,2176.525103 +347919,2934.040594,1504.518392,2329.395141,1600.978017,2176.759745 +347920,2939.01079,1503.575638,2331.512909,1606.97088,2179.200604 +347921,2939.897918,1502.388193,2331.02567,1612.834293,2178.424346 +347922,2941.698559,1501.423843,2331.091325,1619.109002,2178.343069 +347923,2943.816127,1500.377111,2331.320776,1625.038876,2178.462303 +347924,2946.222493,1499.348845,2331.700979,1636.778682,2178.768065 +347925,2948.737576,1498.325083,2332.126844,1634.854246,2179.135208 +347926,2951.20798,1497.304989,2332.507715,1644.454246,2179.454462 +347927,2953.719189,1496.289257,2332.900368,1650.14838,2179.796966 +347928,2956.279919,1495.277258,2333.31121,1656.269333,2180.170198 +347929,2958.854045,1494.269522,2333.717986,1662.315257,2180.753696 +347930,2961.447132,1493.265546,2334.124805,1668.793817,2181.134043 +347931,2964.0602,1492.26578,2334.532838,1674.960351,2181.518828 +347932,2966.688561,1491.269673,2334.939631,1681.310558,2181.908761 +347933,2969.332323,1490.277696,2335.345756,1687.481546,2182.306141 +347934,2971.995413,1489.289287,2335.754177,1694.036565,2182.714803 +347935,2974.67278,1488.304898,2336.356644,1700.322659,2183.130992 +347936,2977.356933,1487.323957,2336.752236,1706.700212,2183.549001 +347937,2980.051057,1486.248301,2337.14109,1713.149958,2183.9714 +347938,2982.759136,1485.418816,2337.530975,1719.419224,2184.401556 +347939,2985.485241,1484.379931,2337.926837,1726.103824,2184.843107 +347940,2988.357023,1483.427669,2338.410404,1737.764651,2185.398263 +347941,2991.448312,1449.362621,2339.370144,1703.25659,2187.085845 +347942,2988.68904,1447.718463,2336.059847,1719.791878,2182.529191 +347943,2986.664157,1446.651256,2332.877086,1726.201487,2177.48184 +347944,2981.799602,1445.299531,2327.802212,1739.847839,2169.789184 +347945,2979.815106,1444.061575,2324.569185,1741.420252,2164.332423 +347946,2979.725549,1442.814458,2322.590145,1752.427504,2160.498087 +347947,2980.941826,1441.571926,2321.510529,1761.184909,2157.911577 +347948,2982.948098,1440.3324,2321.011927,1769.519346,2156.208809 +347949,2985.365588,1439.096,2320.853819,1777.84619,2155.099941 +347950,2988.029893,1437.861475,2320.924515,1786.794068,2154.442049 +347951,2991.279147,1436.62897,2321.250678,1800.274257,2154.258354 +347952,2994.337586,1435.39722,2321.705687,1802.518784,2154.378972 +347953,2997.305789,1434.166466,2322.149948,1812.907349,2154.616691 +347954,3000.304514,1432.936015,2322.644111,1821.669878,2155.033258 +347955,3003.382795,1431.706149,2323.209037,1830.215529,2155.641647 +347956,3006.630056,1430.381308,2323.896599,1843.240933,2156.495605 +347957,3009.91614,1429.289034,2324.622129,1846.327718,2157.480217 +347958,3013.048337,1427.993338,2325.261038,1855.773061,2158.430905 +347959,3016.286816,1426.869982,2325.975666,1870.055011,2159.541136 +347960,3019.585309,1425.504599,2326.73445,1872.681536,2160.763868 +347961,3022.963297,1424.33863,2327.37288,1881.321027,2161.887056 +347962,3026.06349,1423.094304,2328.046414,1894.316907,2163.098265 +347963,3029.397422,1421.863201,2328.874946,1903.251281,2164.542367 +347964,3032.650907,1420.63169,2329.650873,1906.59408,2165.957001 +347965,3035.991792,1419.400155,2330.297271,1917.0048,2167.242207 +347966,3038.819402,1418.168058,2330.852472,1921.456571,2168.440682 +347967,3041.386598,1416.843617,2331.231031,1926.110098,2169.440346 +347968,3043.732009,1415.744548,2331.345189,1928.71061,2170.126282 +347969,3045.64674,1414.447993,2331.169915,1931.617837,2170.461837 +347970,3046.568945,1410.101232,2330.750119,1934.838982,2170.498483 +347971,3047.925184,1408.448607,2329.795174,1938.774403,2170.313472 +347972,3049.035168,1407.062112,2328.492613,1943.085854,2169.954463 +347973,3050.342239,1405.754099,2327.068313,1947.407513,2169.459105 +347974,3051.283729,1404.490616,2325.648555,1951.581059,2168.864621 +347975,3052.132858,1403.257461,2324.276122,1955.602489,2168.204266 +347976,3052.926109,1402.046935,2322.953808,1959.521363,2167.503111 +347977,3053.687144,1400.855649,2321.673134,1963.382809,2166.777951 +347978,3054.42883,1399.680881,2320.426359,1967.212854,2166.040134 +347979,3055.157626,1398.521677,2319.208327,1971.022637,2165.297264 +347980,3056.179764,1397.37662,2318.012738,1975.001187,2164.550967 +347981,3056.943267,1396.245609,2316.835796,1978.749651,2163.80338 +347982,3057.876358,1395.127811,2315.677663,1982.478218,2163.060025 +347983,3059.030514,1394.023111,2314.536307,1986.198409,2162.322586 +347984,3060.408127,1392.930733,2313.407476,1989.911591,2161.589055 +347985,3061.960094,1391.850714,2312.287408,1993.614872,2160.857258 +347986,3063.65892,1390.782407,2311.173575,1997.298959,2160.12593 +347987,3065.463722,1389.72596,2310.064493,2000.97208,2159.394625 +347988,3067.365192,1388.680819,2308.959403,2004.628281,2158.663467 +347989,3069.338108,1387.647187,2307.857911,2008.27512,2157.932794 +347990,3071.38322,1386.624569,2306.759854,2011.905712,2157.203081 +347991,3073.773007,1385.613193,2305.663448,2015.52507,2156.472638 +347992,3075.920699,1384.612604,2304.568128,2019.125838,2155.741204 +347993,3078.099838,1383.62304,2303.475945,2022.717152,2155.011705 +347994,3080.328418,1382.644064,2302.388149,2026.293717,2154.286044 +347995,3082.595552,1381.675918,2301.30463,2029.861846,2153.564389 +347996,3084.908126,1380.718183,2300.225082,2033.414463,2152.846644 +347997,3087.250576,1379.771098,2299.149244,2036.950694,2152.132711 +347998,3089.627997,1378.834258,2298.075846,2040.667571,2151.421203 +347999,3092.026156,1377.907894,2297.004525,2044.150278,2150.711805 +348000,3094.455254,1376.991602,2295.936752,2047.611582,2150.006479 +348001,3097.742173,1309.967535,2295.641948,2051.491272,2150.634936 +348002,3091.514664,1308.316873,2288.247454,2049.679608,2140.530164 +348003,3081.296943,1307.086079,2277.71796,2046.004107,2125.16504 +348004,3072.477351,1305.864317,2267.942556,2043.911376,2110.117488 +348005,3066.709006,1304.6893,2260.366008,2044.338261,2097.657447 +348006,3064.202643,1303.538147,2254.83849,2046.680274,2087.850108 +348007,3063.650402,1302.319489,2250.740855,2050.023014,2080.049936 +348008,3064.217735,1301.331931,2247.540986,2053.723046,2073.649455 +348009,3065.411018,1300.173968,2244.91018,2057.473348,2068.254687 +348010,3067.273366,1299.104156,2242.666956,2061.174567,2063.633598 +348011,3069.089764,1298.036093,2240.708469,2064.813857,2059.641917 +348012,3071.079105,1296.98066,2238.969299,2068.400108,2056.177924 +348013,3073.200379,1295.937498,2237.399135,2072.116236,2053.157458 +348014,3075.418533,1294.905873,2235.958409,2075.562055,2050.509697 +348015,3077.716705,1290.528882,2234.624507,2078.963971,2048.185514 +348016,3080.022135,1288.943191,2232.997908,2082.600083,2046.141422 +348017,3082.32457,1287.617768,2231.200413,2086.50272,2044.328614 +348018,3084.642459,1286.368577,2229.415169,2090.122519,2042.708406 +348019,3086.989851,1285.164236,2227.734705,2093.892439,2041.252755 +348020,3092.039489,1284.075925,2227.87124,2098.681799,2042.063952 +348021,3093.086619,1282.798141,2225.577994,2101.211802,2039.850802 +348022,3094.961028,1281.727657,2223.876204,2104.112587,2038.383682 +348023,3097.080136,1280.600162,2222.369003,2107.357088,2037.16493 +348024,3099.334331,1279.500944,2220.979436,2110.503707,2036.103561 +348025,3101.669041,1278.332735,2219.672816,2113.659697,2035.161368 +348026,3104.047914,1277.386199,2218.426628,2116.803653,2034.312872 +348027,3106.449639,1276.270849,2217.226353,2119.925752,2033.540309 +348028,3108.86132,1275.239754,2216.061982,2123.221838,2032.830231 +348029,3111.275998,1274.209172,2214.927079,2126.293939,2032.173091 +348030,3113.691637,1273.190292,2213.818559,2129.331133,2031.563383 +348031,3116.394392,1271.844147,2212.73281,2132.342898,2030.994986 +348032,3118.755607,1270.434132,2211.440241,2135.296186,2030.465528 +348033,3121.047008,1268.996131,2210.30909,2138.172247,2029.975749 +348034,3123.274815,1267.538999,2209.136628,2140.971629,2029.523752 +348035,3125.4493,1266.066815,2207.922868,2143.705119,2029.106828 +348036,3127.579638,1264.581532,2206.67409,2146.384755,2028.722816 +348037,3129.671539,1263.084456,2205.397234,2149.018875,2028.369369 +348038,3131.727672,1261.576253,2204.097831,2151.612027,2028.044048 +348039,3133.7497,1260.057579,2202.779809,2154.16635,2027.744436 +348040,3135.738626,1258.528739,2201.445953,2156.682846,2027.468276 +348041,3137.693107,1256.990177,2200.097169,2159.35802,2027.212045 +348042,3139.612794,1255.44206,2198.73473,2161.786916,2026.973448 +348043,3141.500186,1253.884737,2197.361368,2164.172162,2026.752596 +348044,3143.356493,1252.318297,2195.978932,2166.52507,2026.549003 +348045,3145.181152,1250.743032,2194.588102,2168.848798,2026.361131 +348046,3146.973467,1249.158981,2193.189265,2171.141931,2026.187421 +348047,3148.732743,1247.566397,2191.782734,2173.402028,2026.026485 +348048,3150.458276,1245.965277,2190.368818,2175.627299,2025.877151 +348049,3152.149622,1244.35584,2188.947816,2177.816836,2025.73842 +348050,3153.806526,1242.738052,2187.520007,2179.970285,2025.609427 +348051,3155.428831,1241.029746,2186.085779,2182.087688,2025.489577 +348052,3157.015869,1239.515984,2184.645153,2184.168762,2025.377941 +348053,3158.567109,1237.81631,2183.198153,2186.213263,2025.273678 +348054,3160.082386,1236.178041,2181.74512,2188.221334,2025.176444 +348055,3161.561344,1234.520036,2180.286218,2190.192937,2025.085733 +348056,3163.003617,1232.853637,2178.821531,2192.127959,2025.001014 +348057,3164.408699,1231.179324,2177.351153,2194.02632,2024.92182 +348058,3165.776199,1229.496975,2175.875183,2195.887962,2024.847739 +348059,3167.105945,1227.806732,2174.393684,2197.712803,2024.778358 +348060,3168.397567,1226.108476,2172.906735,2199.500787,2024.713321 +348061,2183.249419,1224.313463,1077.935847,1756.358029,2443.330259 +348062,2277.984655,1353.540642,1124.131082,1832.529629,2500.559754 +348063,2383.605716,1357.075357,1177.26869,1913.273852,2547.149517 +348064,2464.495028,1356.307135,1219.963805,1968.396013,2568.968861 +348065,2523.863852,1356.151299,1253.196,2001.648936,2579.494244 +348066,2567.31328,1355.352212,1279.115457,2020.551682,2585.034664 +348067,2599.998949,1354.149955,1299.810527,2031.53189,2588.252042 +348068,2625.660078,1352.981097,1316.99852,2038.745388,2590.416325 +348069,2646.581548,1351.734535,1331.296635,2044.256868,2592.122951 +348070,2664.226279,1350.529681,1343.442507,2048.859697,2593.593283 +348071,2678.788389,1349.082578,1353.819212,2052.852262,2594.943724 +348072,2691.079604,1347.801485,1362.713867,2056.371921,2596.226065 +348073,2701.5075,1346.405192,1370.349552,2059.502974,2597.439114 +348074,2710.413212,1345.024808,1376.918038,2062.327653,2598.583822 +348075,2718.08184,1343.637182,1382.585148,2064.919674,2599.667333 +348076,2724.744622,1342.24034,1387.491365,2067.335222,2600.69829 +348077,2730.585825,1340.837108,1391.75411,2069.612744,2601.684477 +348078,2735.751571,1339.427472,1395.471254,2071.961977,2602.632644 +348079,2740.32957,1338.013394,1398.71214,2073.99648,2603.521613 +348080,2744.440578,1336.593693,1401.556237,2075.941752,2604.381201 +348081,2748.176804,1335.170177,1404.070156,2077.828817,2605.236685 +348082,2751.58991,1336.08703,1406.296348,2079.656572,2606.079963 +348083,2754.691314,1335.118696,1408.368502,2081.209642,2606.909455 +348084,2757.528537,1333.81208,1410.290364,2082.586671,2607.726049 +348085,2760.151375,1332.645743,1412.040485,2083.912617,2608.531096 +348086,2762.589102,1331.252598,1413.614154,2085.245306,2609.326113 +348087,2764.863654,1329.91117,1415.022818,2086.589122,2610.112396 +348088,2766.991736,1328.525319,1416.284288,2087.927997,2610.891095 +348089,2768.983062,1327.14159,1417.414936,2089.243207,2611.660453 +348090,2770.852174,1325.726354,1418.431157,2090.530836,2612.424651 +348091,2772.605435,1324.314037,1419.344449,2091.779053,2613.182049 +348092,2774.183176,1322.894235,1420.165543,2092.84377,2613.933026 +348093,2775.547555,1321.464167,1420.903841,2093.647184,2614.678422 +348094,2776.694865,1320.023511,1421.567192,2094.189788,2615.418668 +348095,2777.639899,1318.572476,1422.162147,2094.507697,2616.153787 +348096,2778.401561,1317.110703,1422.694277,2094.639437,2616.883593 +348097,2778.996441,1315.638384,1423.168383,2094.6133,2617.607774 +348098,2779.437654,1314.155178,1423.588653,2094.447195,2618.325973 +348099,2779.735383,1312.66128,1423.958746,2094.152247,2619.037767 +348100,2779.897977,1311.156356,1424.281884,2093.735981,2619.742708 +348101,2779.932429,1309.640608,1424.560898,2093.204054,2620.440298 +348102,2779.844697,1308.131132,1424.798305,2092.561039,2621.130028 +348103,2779.652877,1306.597613,1424.99705,2091.83161,2621.811356 +348104,2779.357477,1305.133347,1425.158958,2091.010807,2622.48378 +348105,2778.955684,1303.368405,1425.285464,2090.089388,2623.146748 +348106,2778.447177,1301.984016,1425.377976,2089.06372,2623.79972 +348107,2777.833919,1300.328151,1425.437896,2087.935058,2624.442154 +348108,2777.112488,1296.876145,1425.46656,2086.706556,2625.073513 +348109,2776.330772,1295.015366,1425.387038,2085.576556,2625.693294 +348110,2775.481922,1293.269749,1425.230257,2084.46113,2626.301023 +348111,2774.5411,1291.544054,1425.036759,2083.25045,2626.896267 +348112,2773.505794,1289.825837,1424.827606,2081.894238,2627.478626 +348113,2772.36996,1288.109224,1424.608452,2080.390306,2628.047686 +348114,2771.142356,1286.390712,1424.378536,2078.75506,2628.603062 +348115,2769.820233,1284.668706,1424.135927,2077.005188,2629.144367 +348116,2768.412309,1282.941877,1423.879274,2075.151974,2629.671267 +348117,2766.914479,1281.210007,1423.607879,2073.201877,2630.183428 +348118,2765.328841,1279.471747,1423.321432,2071.158617,2630.68056 +348119,2763.658913,1277.727971,1423.01978,2068.83624,2631.162376 +348120,2761.907303,1275.886848,1422.702858,2066.62238,2631.628636 +348121,0,0,0,0,0 +348122,0,0,0,0,0 +348123,0,0,0,0,0 +348124,0,0,0,0,0 +348125,0,0,0,0,0 +348126,0,0,0,0,0 +348127,0,0,0,0,0 +348128,0,0,0,0,0 +348129,0,0,0,0,0 +348130,0,0,0,0,0 +348131,0,0,0,0,0 +348132,0,0,0,0,0 +348133,0,0,0,0,0 +348134,0,0,0,0,0 +348135,0,0,0,0,0 +348136,0,0,0,0,0 +348137,0,0,0,0,0 +348138,0,0,0,0,0 +348139,0,0,0,0,0 +348140,0,0,0,0,0 +348141,0,0,0,0,0 +348142,0,0,0,0,0 +348143,0,0,0,0,0 +348144,0,0,0,0,0 +348145,0,0,0,0,0 +348146,0,0,0,0,0 +348147,0,0,0,0,0 +348148,0,0,0,0,0 +348149,0,0,0,0,0 +348150,0,0,0,0,0 +348151,0,0,0,0,0 +348152,0,0,0,0,0 +348153,0,0,0,0,0 +348154,0,0,0,0,0 +348155,0,0,0,0,0 +348156,0,0,0,0,0 +348157,0,0,0,0,0 +348158,0,0,0,0,0 +348159,0,0,0,0,0 +348160,0,0,0,0,0 +348161,0,0,0,0,0 +348162,0,0,0,0,0 +348163,0,0,0,0,0 +348164,0,0,0,0,0 +348165,0,0,0,0,0 +348166,0,0,0,0,0 +348167,0,0,0,0,0 +348168,0,0,0,0,0 +348169,0,0,0,0,0 +348170,0,0,0,0,0 +348171,0,0,0,0,0 +348172,0,0,0,0,0 +348173,0,0,0,0,0 +348174,0,0,0,0,0 +348175,0,0,0,0,0 +348176,0,0,0,0,0 +348177,0,0,0,0,0 +348178,0,0,0,0,0 +348179,0,0,0,0,0 +348180,0,0,0,0,0 +348181,0,0,0,0,0 +348182,0,0,0,0,0 +348183,0,0,0,0,0 +348184,0,0,0,0,0 +348185,0,0,0,0,0 +348186,0,0,0,0,0 +348187,0,0,0,0,0 +348188,0,0,0,0,0 +348189,0,0,0,0,0 +348190,0,0,0,0,0 +348191,0,0,0,0,0 +348192,0,0,0,0,0 +348193,0,0,0,0,0 +348194,0,0,0,0,0 +348195,0,0,0,0,0 +348196,0,0,0,0,0 +348197,0,0,0,0,0 +348198,0,0,0,0,0 +348199,0,0,0,0,0 +348200,0,0,0,0,0 +348201,0,0,0,0,0 +348202,0,0,0,0,0 +348203,0,0,0,0,0 +348204,0,0,0,0,0 +348205,0,0,0,0,0 +348206,0,0,0,0,0 +348207,0,0,0,0,0 +348208,0,0,0,0,0 +348209,0,0,0,0,0 +348210,0,0,0,0,0 +348211,0,0,0,0,0 +348212,0,0,0,0,0 +348213,0,0,0,0,0 +348214,0,0,0,0,0 +348215,0,0,0,0,0 +348216,0,0,0,0,0 +348217,0,0,0,0,0 +348218,0,0,0,0,0 +348219,0,0,0,0,0 +348220,0,0,0,0,0 +348221,0,0,0,0,0 +348222,0,0,0,0,0 +348223,0,0,0,0,0 +348224,0,0,0,0,0 +348225,0,0,0,0,0 +348226,0,0,0,0,0 +348227,0,0,0,0,0 +348228,0,0,0,0,0 +348229,0,0,0,0,0 +348230,0,0,0,0,0 +348231,0,0,0,0,0 +348232,0,0,0,0,0 +348233,0,0,0,0,0 +348234,0,0,0,0,0 +348235,0,0,0,0,0 +348236,0,0,0,0,0 +348237,0,0,0,0,0 +348238,0,0,0,0,0 +348239,0,0,0,0,0 +348240,0,0,0,0,0 +348241,0,0,0,0,0 +348242,0,0,0,0,0 +348243,0,0,0,0,0 +348244,0,0,0,0,0 +348245,0,0,0,0,0 +348246,0,0,0,0,0 +348247,0,0,0,0,0 +348248,0,0,0,0,0 +348249,0,0,0,0,0 +348250,0,0,0,0,0 +348251,0,0,0,0,0 +348252,0,0,0,0,0 +348253,0,0,0,0,0 +348254,0,0,0,0,0 +348255,0,0,0,0,0 +348256,0,0,0,0,0 +348257,0,0,0,0,0 +348258,0,0,0,0,0 +348259,0,0,0,0,0 +348260,0,0,0,0,0 +348261,0,0,0,0,0 +348262,0,0,0,0,0 +348263,0,0,0,0,0 +348264,0,0,0,0,0 +348265,0,0,0,0,0 +348266,0,0,0,0,0 +348267,0,0,0,0,0 +348268,0,0,0,0,0 +348269,0,0,0,0,0 +348270,0,0,0,0,0 +348271,0,0,0,0,0 +348272,0,0,0,0,0 +348273,0,0,0,0,0 +348274,0,0,0,0,0 +348275,0,0,0,0,0 +348276,0,0,0,0,0 +348277,0,0,0,0,0 +348278,0,0,0,0,0 +348279,0,0,0,0,0 +348280,0,0,0,0,0 +348281,0,0,0,0,0 +348282,0,0,0,0,0 +348283,0,0,0,0,0 +348284,0,0,0,0,0 +348285,0,0,0,0,0 +348286,0,0,0,0,0 +348287,0,0,0,0,0 +348288,0,0,0,0,0 +348289,0,0,0,0,0 +348290,0,0,0,0,0 +348291,0,0,0,0,0 +348292,0,0,0,0,0 +348293,0,0,0,0,0 +348294,0,0,0,0,0 +348295,0,0,0,0,0 +348296,0,0,0,0,0 +348297,0,0,0,0,0 +348298,0,0,0,0,0 +348299,0,0,0,0,0 +348300,0,0,0,0,0 +348301,0,0,0,0,0 +348302,0,0,0,0,0 +348303,0,0,0,0,0 +348304,0,0,0,0,0 +348305,0,0,0,0,0 +348306,0,0,0,0,0 +348307,0,0,0,0,0 +348308,0,0,0,0,0 +348309,0,0,0,0,0 +348310,0,0,0,0,0 +348311,0,0,0,0,0 +348312,0,0,0,0,0 +348313,0,0,0,0,0 +348314,0,0,0,0,0 +348315,0,0,0,0,0 +348316,0,0,0,0,0 +348317,0,0,0,0,0 +348318,0,0,0,0,0 +348319,0,0,0,0,0 +348320,0,0,0,0,0 +348321,0,0,0,0,0 +348322,0,0,0,0,0 +348323,0,0,0,0,0 +348324,0,0,0,0,0 +348325,0,0,0,0,0 +348326,0,0,0,0,0 +348327,0,0,0,0,0 +348328,0,0,0,0,0 +348329,0,0,0,0,0 +348330,0,0,0,0,0 +348331,0,0,0,0,0 +348332,0,0,0,0,0 +348333,0,0,0,0,0 +348334,0,0,0,0,0 +348335,0,0,0,0,0 +348336,0,0,0,0,0 +348337,0,0,0,0,0 +348338,0,0,0,0,0 +348339,0,0,0,0,0 +348340,0,0,0,0,0 +348341,0,0,0,0,0 +348342,0,0,0,0,0 +348343,0,0,0,0,0 +348344,0,0,0,0,0 +348345,0,0,0,0,0 +348346,0,0,0,0,0 +348347,0,0,0,0,0 +348348,0,0,0,0,0 +348349,0,0,0,0,0 +348350,0,0,0,0,0 +348351,0,0,0,0,0 +348352,0,0,0,0,0 +348353,0,0,0,0,0 +348354,0,0,0,0,0 +348355,0,0,0,0,0 +348356,0,0,0,0,0 +348357,0,0,0,0,0 +348358,0,0,0,0,0 +348359,0,0,0,0,0 +348360,0,0,0,0,0 +348361,0,0,0,0,0 +348362,0,0,0,0,0 +348363,0,0,0,0,0 +348364,0,0,0,0,0 +348365,0,0,0,0,0 +348366,0,0,0,0,0 +348367,0,0,0,0,0 +348368,0,0,0,0,0 +348369,0,0,0,0,0 +348370,0,0,0,0,0 +348371,0,0,0,0,0 +348372,0,0,0,0,0 +348373,0,0,0,0,0 +348374,0,0,0,0,0 +348375,0,0,0,0,0 +348376,0,0,0,0,0 +348377,0,0,0,0,0 +348378,0,0,0,0,0 +348379,0,0,0,0,0 +348380,0,0,0,0,0 +348381,0,0,0,0,0 +348382,0,0,0,0,0 +348383,0,0,0,0,0 +348384,0,0,0,0,0 +348385,0,0,0,0,0 +348386,0,0,0,0,0 +348387,0,0,0,0,0 +348388,0,0,0,0,0 +348389,0,0,0,0,0 +348390,0,0,0,0,0 +348391,0,0,0,0,0 +348392,0,0,0,0,0 +348393,0,0,0,0,0 +348394,0,0,0,0,0 +348395,0,0,0,0,0 +348396,0,0,0,0,0 +348397,0,0,0,0,0 +348398,0,0,0,0,0 +348399,0,0,0,0,0 +348400,0,0,0,0,0 +348401,0,0,0,0,0 +348402,0,0,0,0,0 +348403,0,0,0,0,0 +348404,0,0,0,0,0 +348405,0,0,0,0,0 +348406,0,0,0,0,0 +348407,0,0,0,0,0 +348408,0,0,0,0,0 +348409,0,0,0,0,0 +348410,0,0,0,0,0 +348411,0,0,0,0,0 +348412,0,0,0,0,0 +348413,0,0,0,0,0 +348414,0,0,0,0,0 +348415,0,0,0,0,0 +348416,0,0,0,0,0 +348417,0,0,0,0,0 +348418,0,0,0,0,0 +348419,0,0,0,0,0 +348420,0,0,0,0,0 +348421,0,0,0,0,0 +348422,0,0,0,0,0 +348423,0,0,0,0,0 +348424,0,0,0,0,0 +348425,0,0,0,0,0 +348426,0,0,0,0,0 +348427,0,0,0,0,0 +348428,0,0,0,0,0 +348429,0,0,0,0,0 +348430,0,0,0,0,0 +348431,0,0,0,0,0 +348432,0,0,0,0,0 +348433,0,0,0,0,0 +348434,0,0,0,0,0 +348435,0,0,0,0,0 +348436,0,0,0,0,0 +348437,0,0,0,0,0 +348438,0,0,0,0,0 +348439,0,0,0,0,0 +348440,0,0,0,0,0 +348441,0,0,0,0,0 +348442,0,0,0,0,0 +348443,0,0,0,0,0 +348444,0,0,0,0,0 +348445,0,0,0,0,0 +348446,0,0,0,0,0 +348447,0,0,0,0,0 +348448,0,0,0,0,0 +348449,0,0,0,0,0 +348450,0,0,0,0,0 +348451,0,0,0,0,0 +348452,0,0,0,0,0 +348453,0,0,0,0,0 +348454,0,0,0,0,0 +348455,0,0,0,0,0 +348456,0,0,0,0,0 +348457,0,0,0,0,0 +348458,0,0,0,0,0 +348459,0,0,0,0,0 +348460,0,0,0,0,0 +348461,0,0,0,0,0 +348462,0,0,0,0,0 +348463,0,0,0,0,0 +348464,0,0,0,0,0 +348465,0,0,0,0,0 +348466,0,0,0,0,0 +348467,0,0,0,0,0 +348468,0,0,0,0,0 +348469,0,0,0,0,0 +348470,0,0,0,0,0 +348471,0,0,0,0,0 +348472,0,0,0,0,0 +348473,0,0,0,0,0 +348474,0,0,0,0,0 +348475,0,0,0,0,0 +348476,0,0,0,0,0 +348477,0,0,0,0,0 +348478,0,0,0,0,0 +348479,0,0,0,0,0 +348480,0,0,0,0,0 +348481,0,0,0,0,0 +348482,0,0,0,0,0 +348483,0,0,0,0,0 +348484,0,0,0,0,0 +348485,0,0,0,0,0 +348486,0,0,0,0,0 +348487,0,0,0,0,0 +348488,0,0,0,0,0 +348489,0,0,0,0,0 +348490,0,0,0,0,0 +348491,0,0,0,0,0 +348492,0,0,0,0,0 +348493,0,0,0,0,0 +348494,0,0,0,0,0 +348495,0,0,0,0,0 +348496,0,0,0,0,0 +348497,0,0,0,0,0 +348498,0,0,0,0,0 +348499,0,0,0,0,0 +348500,0,0,0,0,0 +348501,0,0,0,0,0 +348502,0,0,0,0,0 +348503,0,0,0,0,0 +348504,0,0,0,0,0 +348505,0,0,0,0,0 +348506,0,0,0,0,0 +348507,0,0,0,0,0 +348508,0,0,0,0,0 +348509,0,0,0,0,0 +348510,0,0,0,0,0 +348511,0,0,0,0,0 +348512,0,0,0,0,0 +348513,0,0,0,0,0 +348514,0,0,0,0,0 +348515,0,0,0,0,0 +348516,0,0,0,0,0 +348517,0,0,0,0,0 +348518,0,0,0,0,0 +348519,0,0,0,0,0 +348520,0,0,0,0,0 +348521,0,0,0,0,0 +348522,0,0,0,0,0 +348523,0,0,0,0,0 +348524,0,0,0,0,0 +348525,0,0,0,0,0 +348526,0,0,0,0,0 +348527,0,0,0,0,0 +348528,0,0,0,0,0 +348529,0,0,0,0,0 +348530,0,0,0,0,0 +348531,0,0,0,0,0 +348532,0,0,0,0,0 +348533,0,0,0,0,0 +348534,0,0,0,0,0 +348535,0,0,0,0,0 +348536,0,0,0,0,0 +348537,0,0,0,0,0 +348538,0,0,0,0,0 +348539,0,0,0,0,0 +348540,0,0,0,0,0 +348541,0,0,0,0,0 +348542,0,0,0,0,0 +348543,0,0,0,0,0 +348544,0,0,0,0,0 +348545,0,0,0,0,0 +348546,0,0,0,0,0 +348547,0,0,0,0,0 +348548,0,0,0,0,0 +348549,0,0,0,0,0 +348550,0,0,0,0,0 +348551,0,0,0,0,0 +348552,0,0,0,0,0 +348553,0,0,0,0,0 +348554,0,0,0,0,0 +348555,0,0,0,0,0 +348556,0,0,0,0,0 +348557,0,0,0,0,0 +348558,0,0,0,0,0 +348559,0,0,0,0,0 +348560,0,0,0,0,0 +348561,0,0,0,0,0 +348562,0,0,0,0,0 +348563,0,0,0,0,0 +348564,0,0,0,0,0 +348565,0,0,0,0,0 +348566,0,0,0,0,0 +348567,0,0,0,0,0 +348568,0,0,0,0,0 +348569,0,0,0,0,0 +348570,0,0,0,0,0 +348571,0,0,0,0,0 +348572,0,0,0,0,0 +348573,0,0,0,0,0 +348574,0,0,0,0,0 +348575,0,0,0,0,0 +348576,0,0,0,0,0 +348577,0,0,0,0,0 +348578,0,0,0,0,0 +348579,0,0,0,0,0 +348580,0,0,0,0,0 +348581,0,0,0,0,0 +348582,0,0,0,0,0 +348583,0,0,0,0,0 +348584,0,0,0,0,0 +348585,0,0,0,0,0 +348586,0,0,0,0,0 +348587,0,0,0,0,0 +348588,0,0,0,0,0 +348589,0,0,0,0,0 +348590,0,0,0,0,0 +348591,0,0,0,0,0 +348592,0,0,0,0,0 +348593,0,0,0,0,0 +348594,0,0,0,0,0 +348595,0,0,0,0,0 +348596,0,0,0,0,0 +348597,0,0,0,0,0 +348598,0,0,0,0,0 +348599,0,0,0,0,0 +348600,0,0,0,0,0 +348601,0,0,0,0,0 +348602,0,0,0,0,0 +348603,0,0,0,0,0 +348604,0,0,0,0,0 +348605,0,0,0,0,0 +348606,0,0,0,0,0 +348607,0,0,0,0,0 +348608,0,0,0,0,0 +348609,0,0,0,0,0 +348610,0,0,0,0,0 +348611,0,0,0,0,0 +348612,0,0,0,0,0 +348613,0,0,0,0,0 +348614,0,0,0,0,0 +348615,0,0,0,0,0 +348616,0,0,0,0,0 +348617,0,0,0,0,0 +348618,0,0,0,0,0 +348619,0,0,0,0,0 +348620,0,0,0,0,0 +348621,0,0,0,0,0 +348622,0,0,0,0,0 +348623,0,0,0,0,0 +348624,0,0,0,0,0 +348625,0,0,0,0,0 +348626,0,0,0,0,0 +348627,0,0,0,0,0 +348628,0,0,0,0,0 +348629,0,0,0,0,0 +348630,0,0,0,0,0 +348631,0,0,0,0,0 +348632,0,0,0,0,0 +348633,0,0,0,0,0 +348634,0,0,0,0,0 +348635,0,0,0,0,0 +348636,0,0,0,0,0 +348637,0,0,0,0,0 +348638,0,0,0,0,0 +348639,0,0,0,0,0 +348640,0,0,0,0,0 +348641,0,0,0,0,0 +348642,0,0,0,0,0 +348643,0,0,0,0,0 +348644,0,0,0,0,0 +348645,0,0,0,0,0 +348646,0,0,0,0,0 +348647,0,0,0,0,0 +348648,0,0,0,0,0 +348649,0,0,0,0,0 +348650,0,0,0,0,0 +348651,0,0,0,0,0 +348652,0,0,0,0,0 +348653,0,0,0,0,0 +348654,0,0,0,0,0 +348655,0,0,0,0,0 +348656,0,0,0,0,0 +348657,0,0,0,0,0 +348658,0,0,0,0,0 +348659,0,0,0,0,0 +348660,0,0,0,0,0 +348661,0,0,0,0,0 +348662,0,0,0,0,0 +348663,0,0,0,0,0 +348664,0,0,0,0,0 +348665,0,0,0,0,0 +348666,0,0,0,0,0 +348667,0,0,0,0,0 +348668,0,0,0,0,0 +348669,0,0,0,0,0 +348670,0,0,0,0,0 +348671,0,0,0,0,0 +348672,0,0,0,0,0 +348673,0,0,0,0,0 +348674,0,0,0,0,0 +348675,0,0,0,0,0 +348676,0,0,0,0,0 +348677,0,0,0,0,0 +348678,0,0,0,0,0 +348679,0,0,0,0,0 +348680,0,0,0,0,0 +348681,0,0,0,0,0 +348682,0,0,0,0,0 +348683,0,0,0,0,0 +348684,0,0,0,0,0 +348685,0,0,0,0,0 +348686,0,0,0,0,0 +348687,0,0,0,0,0 +348688,0,0,0,0,0 +348689,0,0,0,0,0 +348690,0,0,0,0,0 +348691,0,0,0,0,0 +348692,0,0,0,0,0 +348693,0,0,0,0,0 +348694,0,0,0,0,0 +348695,0,0,0,0,0 +348696,0,0,0,0,0 +348697,0,0,0,0,0 +348698,0,0,0,0,0 +348699,0,0,0,0,0 +348700,0,0,0,0,0 +348701,0,0,0,0,0 +348702,0,0,0,0,0 +348703,0,0,0,0,0 +348704,0,0,0,0,0 +348705,0,0,0,0,0 +348706,0,0,0,0,0 +348707,0,0,0,0,0 +348708,0,0,0,0,0 +348709,0,0,0,0,0 +348710,0,0,0,0,0 +348711,0,0,0,0,0 +348712,0,0,0,0,0 +348713,0,0,0,0,0 +348714,0,0,0,0,0 +348715,0,0,0,0,0 +348716,0,0,0,0,0 +348717,0,0,0,0,0 +348718,0,0,0,0,0 +348719,0,0,0,0,0 +348720,0,0,0,0,0 +348721,0,0,0,0,0 +348722,0,0,0,0,0 +348723,0,0,0,0,0 +348724,0,0,0,0,0 +348725,0,0,0,0,0 +348726,0,0,0,0,0 +348727,0,0,0,0,0 +348728,0,0,0,0,0 +348729,0,0,0,0,0 +348730,0,0,0,0,0 +348731,0,0,0,0,0 +348732,0,0,0,0,0 +348733,0,0,0,0,0 +348734,0,0,0,0,0 +348735,0,0,0,0,0 +348736,0,0,0,0,0 +348737,0,0,0,0,0 +348738,0,0,0,0,0 +348739,0,0,0,0,0 +348740,0,0,0,0,0 +348741,0,0,0,0,0 +348742,0,0,0,0,0 +348743,0,0,0,0,0 +348744,0,0,0,0,0 +348745,0,0,0,0,0 +348746,0,0,0,0,0 +348747,0,0,0,0,0 +348748,0,0,0,0,0 +348749,0,0,0,0,0 +348750,0,0,0,0,0 +348751,0,0,0,0,0 +348752,0,0,0,0,0 +348753,0,0,0,0,0 +348754,0,0,0,0,0 +348755,0,0,0,0,0 +348756,0,0,0,0,0 +348757,0,0,0,0,0 +348758,0,0,0,0,0 +348759,0,0,0,0,0 +348760,0,0,0,0,0 +348761,0,0,0,0,0 +348762,0,0,0,0,0 +348763,0,0,0,0,0 +348764,0,0,0,0,0 +348765,0,0,0,0,0 +348766,0,0,0,0,0 +348767,0,0,0,0,0 +348768,0,0,0,0,0 +348769,0,0,0,0,0 +348770,0,0,0,0,0 +348771,0,0,0,0,0 +348772,0,0,0,0,0 +348773,0,0,0,0,0 +348774,0,0,0,0,0 +348775,0,0,0,0,0 +348776,0,0,0,0,0 +348777,0,0,0,0,0 +348778,0,0,0,0,0 +348779,0,0,0,0,0 +348780,0,0,0,0,0 +348781,0,0,0,0,0 +348782,0,0,0,0,0 +348783,0,0,0,0,0 +348784,0,0,0,0,0 +348785,0,0,0,0,0 +348786,0,0,0,0,0 +348787,0,0,0,0,0 +348788,0,0,0,0,0 +348789,0,0,0,0,0 +348790,0,0,0,0,0 +348791,0,0,0,0,0 +348792,0,0,0,0,0 +348793,0,0,0,0,0 +348794,0,0,0,0,0 +348795,0,0,0,0,0 +348796,0,0,0,0,0 +348797,0,0,0,0,0 +348798,0,0,0,0,0 +348799,0,0,0,0,0 +348800,0,0,0,0,0 +348801,0,0,0,0,0 +348802,0,0,0,0,0 +348803,0,0,0,0,0 +348804,0,0,0,0,0 +348805,0,0,0,0,0 +348806,0,0,0,0,0 +348807,0,0,0,0,0 +348808,0,0,0,0,0 +348809,0,0,0,0,0 +348810,0,0,0,0,0 +348811,0,0,0,0,0 +348812,0,0,0,0,0 +348813,0,0,0,0,0 +348814,0,0,0,0,0 +348815,0,0,0,0,0 +348816,0,0,0,0,0 +348817,0,0,0,0,0 +348818,0,0,0,0,0 +348819,0,0,0,0,0 +348820,0,0,0,0,0 +348821,0,0,0,0,0 +348822,0,0,0,0,0 +348823,0,0,0,0,0 +348824,0,0,0,0,0 +348825,0,0,0,0,0 +348826,0,0,0,0,0 +348827,0,0,0,0,0 +348828,0,0,0,0,0 +348829,0,0,0,0,0 +348830,0,0,0,0,0 +348831,0,0,0,0,0 +348832,0,0,0,0,0 +348833,0,0,0,0,0 +348834,0,0,0,0,0 +348835,0,0,0,0,0 +348836,0,0,0,0,0 +348837,0,0,0,0,0 +348838,0,0,0,0,0 +348839,0,0,0,0,0 +348840,0,0,0,0,0 +348841,0,0,0,0,0 +348842,0,0,0,0,0 +348843,0,0,0,0,0 +348844,0,0,0,0,0 +348845,0,0,0,0,0 +348846,0,0,0,0,0 +348847,0,0,0,0,0 +348848,0,0,0,0,0 +348849,0,0,0,0,0 +348850,0,0,0,0,0 +348851,0,0,0,0,0 +348852,0,0,0,0,0 +348853,0,0,0,0,0 +348854,0,0,0,0,0 +348855,0,0,0,0,0 +348856,0,0,0,0,0 +348857,0,0,0,0,0 +348858,0,0,0,0,0 +348859,0,0,0,0,0 +348860,0,0,0,0,0 +348861,0,0,0,0,0 +348862,0,0,0,0,0 +348863,0,0,0,0,0 +348864,0,0,0,0,0 +348865,0,0,0,0,0 +348866,0,0,0,0,0 +348867,0,0,0,0,0 +348868,0,0,0,0,0 +348869,0,0,0,0,0 +348870,0,0,0,0,0 +348871,0,0,0,0,0 +348872,0,0,0,0,0 +348873,0,0,0,0,0 +348874,0,0,0,0,0 +348875,0,0,0,0,0 +348876,0,0,0,0,0 +348877,0,0,0,0,0 +348878,0,0,0,0,0 +348879,0,0,0,0,0 +348880,0,0,0,0,0 +348881,0,0,0,0,0 +348882,0,0,0,0,0 +348883,0,0,0,0,0 +348884,0,0,0,0,0 +348885,0,0,0,0,0 +348886,0,0,0,0,0 +348887,0,0,0,0,0 +348888,0,0,0,0,0 +348889,0,0,0,0,0 +348890,0,0,0,0,0 +348891,0,0,0,0,0 +348892,0,0,0,0,0 +348893,0,0,0,0,0 +348894,0,0,0,0,0 +348895,0,0,0,0,0 +348896,0,0,0,0,0 +348897,0,0,0,0,0 +348898,0,0,0,0,0 +348899,0,0,0,0,0 +348900,0,0,0,0,0 +348901,-19.67383236,2092.577824,205.5438696,-11.12756671,-202.3711692 +348902,421.3147593,306.3486835,646.1690908,189.4022881,601.9189403 +348903,414.1385306,283.9391342,636.3403424,186.0647138,593.1944364 +348904,402.4417836,278.3365054,621.8081774,180.6319283,576.0248795 +348905,390.5207064,280.7440043,607.758335,175.1580651,557.2514058 +348906,380.1254103,284.908351,596.0437254,170.4619375,539.985647 +348907,371.443163,288.5610622,586.7040157,166.6102379,524.8613077 +348908,364.1552912,291.4912497,579.2577073,163.4299764,511.5945216 +348909,357.9328913,294.0271178,573.2628484,160.7510538,499.7976964 +348910,352.553999,296.4350118,568.4242646,158.4604235,489.1915857 +348911,347.8832145,401.938892,564.5501337,156.4902869,479.6053634 +348912,343.8173704,394.3048058,561.5003213,154.789042,470.925186 +348913,340.3402753,395.970112,558.9906258,153.3590195,463.0621521 +348914,337.3576375,416.1394076,556.9784078,152.1535006,455.9304482 +348915,334.7832933,429.0848055,555.4622763,151.1215237,449.4542087 +348916,332.5456257,441.7973289,554.4124358,150.2313443,443.5654765 +348917,330.6002978,454.7234506,553.7767851,149.4581637,438.2035349 +348918,328.9063628,467.6531661,553.4987772,148.78834,433.3142826 +348919,327.4359488,480.4864052,553.5248974,148.2059819,428.8497252 +348920,326.1596081,493.656929,553.8130586,147.7029236,424.7672288 +348921,325.0600161,506.6584427,554.3286733,147.2701344,421.0289928 +348922,324.1180989,519.6309112,555.0421288,146.8991894,417.6014207 +348923,323.3161674,532.9584507,555.9277736,146.583049,414.4546928 +348924,322.6392602,546.0229548,556.9633885,146.3159733,411.5622791 +348925,322.0749791,559.1409186,558.1298185,146.0932373,408.9006215 +348926,321.6128791,572.5264467,559.4105376,145.9108619,406.4487236 +348927,321.2440442,585.7420676,560.7913045,145.7654671,404.1879293 +348928,320.9607441,598.9038386,562.259776,145.6541463,402.1015713 +348929,320.7562875,621.4636419,563.8052616,145.5744099,400.174829 +348930,320.6248328,639.0810266,565.4184353,145.5241026,398.394438 +348931,320.5613035,654.8820145,567.091167,145.501367,396.7485825 +348932,320.5570055,670.7729011,568.772866,145.502813,395.2266425 +348933,320.6051469,685.6119889,570.439826,145.5258244,393.8190964 +348934,320.7014258,700.6522317,572.0777852,145.568806,392.5173496 +348935,320.8430406,715.8566055,573.6906219,145.6307696,391.3137054 +348936,321.0278088,730.4661786,575.2793454,145.710963,390.2012099 +348937,321.2538078,745.1424577,576.8487346,145.8087194,389.1736124 +348938,321.5192456,759.4568323,578.3966963,145.9234045,388.2252359 +348939,321.8224766,774.1893063,579.9281575,146.0544263,387.350958 +348940,322.1619699,788.3145079,581.4407725,146.2012231,386.5460849 +348941,322.5363368,802.5387166,582.934976,146.3632787,385.8063697 +348942,322.9442758,816.6236757,584.416369,146.5400992,385.1278862 +348943,323.3846041,830.3812409,585.8816189,146.7312302,384.507079 +348944,323.8562034,844.9331664,587.3300317,146.9362335,383.9406485 +348945,324.3580459,858.1409708,588.762598,147.1547011,383.4255916 +348946,324.8891534,872.0999636,590.1802795,147.3862379,382.9591116 +348947,325.4486179,885.6900598,591.5835364,147.6304723,382.5386494 +348948,326.0355702,899.2403352,592.9724227,147.8870433,382.1618131 +348949,326.6492053,912.7102181,594.3468251,148.1556126,381.8264186 +348950,327.288744,925.8139371,595.7065533,148.4358486,381.5304078 +348951,327.9534581,939.6031029,597.0514123,148.7274381,381.2718913 +348952,328.6426413,952.6105977,598.3811848,149.030074,381.0490844 +348953,329.3556367,965.7949424,599.695659,149.3434683,380.8603549 +348954,330.0917981,978.9404942,600.9945928,149.6673349,380.7041427 +348955,330.8505268,991.9378243,602.2777538,150.0014069,380.5790265 +348956,328.6764083,1004.894155,600.5900614,149.0023174,375.1112356 +348957,326.2421595,1017.73543,598.6048415,147.8859263,369.1594731 +348958,323.9157427,1030.602617,596.6905264,146.8196759,363.3957606 +348959,321.699674,1043.319322,594.849912,145.8041227,357.830055 +348960,319.5825439,1055.958049,593.0717725,144.8333068,352.446802 +348961,318.3382191,1497.896171,592.1301326,144.2583758,348.6567653 +348962,335.8410572,1525.264327,1574.486144,152.3782952,379.6490406 +348963,363.14234,1547.263037,1705.680287,164.9135787,429.7618731 +348964,390.9711517,1567.829433,1480.7536,177.5039764,482.4605933 +348965,415.3677835,1587.295902,1588.913749,188.3377217,530.3156663 +348966,435.8686085,1606.176875,1607.898741,197.2602407,572.0064494 +348967,453.1685169,1624.440702,1624.095498,204.6512566,608.3914613 +348968,468.0173877,1642.362325,1639.390994,210.8983093,640.5404485 +348969,480.9433993,1660.710268,1654.037126,216.2698499,669.2125932 +348970,492.2901798,1688.601602,1667.947708,220.9383343,694.89503 +348971,502.3022716,1691.110079,1681.309184,225.0244796,717.9363514 +348972,511.1763313,1699.251527,1694.413414,228.6234945,738.626732 +348973,519.0809249,1735.445454,1710.41074,231.815378,757.2269938 +348974,526.1616205,1741.991999,1723.813867,234.6678435,773.9734915 +348975,532.5426834,1760.342379,1733.441622,237.2375107,789.0777136 +348976,538.3289788,1776.386345,1726.350355,239.5711464,802.7266328 +348977,543.6085453,1792.365598,1762.645035,241.7071661,815.0846874 +348978,548.4551926,1808.220588,1761.793643,243.6770827,826.2962707 +348979,552.9308914,1823.645292,1774.506044,245.5067921,836.4883139 +348980,557.0877029,1839.384253,1784.915255,247.2175931,845.7724258 +348981,560.9694365,1854.523501,1794.674681,248.8270388,854.246867 +348982,564.6129492,1869.787717,1804.356156,250.3495936,861.9981144 +348983,604.5106926,1884.817916,1813.702416,251.7972049,869.1023816 +348984,823.7742825,1899.818118,1822.853501,253.1797354,875.6267926 +348985,726.7337372,1914.36606,1831.507995,254.5053551,881.6305774 +348986,774.4926859,1929.194181,1840.300555,304.0646906,887.1659225 +348987,795.0111701,1943.693691,1848.439872,328.0374412,892.2788483 +348988,812.3650632,1957.936564,1856.563562,335.869733,897.0099006 +348989,829.1342089,1972.219554,1864.4347,341.4636272,901.3949345 +348990,845.4632344,1986.287292,1871.834135,353.0748373,905.465649 +348991,861.3973607,1999.412477,1878.820362,361.2335798,909.2501635 +348992,876.963457,2012.349168,1885.329065,369.4434916,912.7733876 +348993,892.7262381,2024.743713,1891.470276,377.1105887,916.0574546 +348994,907.0561522,2037.378315,1897.525914,385.0232314,919.1220102 +348995,922.5151648,2049.591225,1903.175734,392.3883905,921.9845562 +348996,936.1569393,2061.536212,1908.943978,399.8435367,924.6579726 +348997,950.9786054,2073.444043,1914.085982,407.0734916,927.1597702 +348998,964.4012372,2085.148157,1919.316326,414.2749577,929.4999319 +348999,978.6137938,2096.636611,1924.202518,421.1180102,931.6925056 +349000,991.9080755,2107.88614,1929.004475,427.9651914,933.7445696 +349001,1004.981993,2119.147596,1933.427924,434.8397091,935.6651141 +349002,1017.80244,2130.080496,1937.761293,441.1914862,937.4628369 +349003,1031.088847,2141.113677,1942.034971,447.8419844,939.145389 +349004,1043.340158,2163.151932,1945.973345,454.2062255,940.7193842 +349005,1055.942927,2152.706624,1949.883703,460.3758077,942.1906882 +349006,1067.725301,2170.472197,1953.416699,466.6265563,989.9581816 +349007,1080.33917,2186.03187,1956.962904,472.4648482,1182.641417 +349008,1091.796396,2191.74937,1960.202938,478.6911611,1094.054014 +349009,1103.668446,2202.843908,1963.424979,484.4825263,1130.086403 +349010,1114.989028,2212.663536,1966.449988,490.0058827,1145.343822 +349011,1126.467702,2222.104305,1969.154189,495.8911025,1156.419376 +349012,1137.15355,2231.742625,1972.1194,501.4253385,1167.521083 +349013,1148.811085,2241.068161,1974.448222,506.8411225,1177.84945 +349014,1159.238481,2250.307172,1977.008147,512.1842354,1188.487268 +349015,1170.520418,2259.282381,1980.105601,517.6456936,1198.32861 +349016,1180.314322,2268.197192,1984.9457,523.0190472,1208.57074 +349017,1191.200496,2277.032382,1980.656404,527.8476678,1217.720503 +349018,1201.2222,2285.702119,1997.265352,533.1516134,1227.590147 +349019,1211.517343,2294.021297,1967.99595,537.8715956,1236.635923 +349020,1221.316955,2302.451207,1998.511046,543.1697288,1245.696428 +349021,1440.244848,2381.653535,2210.827241,634.3324161,1678.644908 +349022,1908.532138,2653.582671,2475.131081,845.7852682,2459.855716 +349023,1519.597498,2420.726261,2423.193584,671.4078486,1784.620708 +349024,1690.282654,2533.651842,2399.681707,748.6835621,2067.598204 +349025,1674.746398,2519.528847,2385.880529,741.8673768,2031.451728 +349026,1685.896024,2529.253845,2378.002479,747.3603448,2041.295116 +349027,1697.431695,2537.846205,2373.60581,752.7804278,2051.283755 +349028,1708.716715,2546.408032,2373.039583,758.2350333,2061.204929 +349029,1719.641989,2560.966184,2371.140076,763.4892983,2070.820839 +349030,1730.780514,2560.131744,2370.423642,768.7565893,2080.227129 +349031,1741.445893,2571.538219,2371.714981,773.9544553,2089.504829 +349032,1752.359994,2578.491296,2370.573703,778.995458,2098.365366 +349033,1762.723829,2586.466002,2370.174227,783.6765501,2107.163515 +349034,1773.146363,2593.760193,2369.995258,789.249491,2127.950858 +349035,1783.573998,2601.241662,2371.599869,793.8191764,2111.905525 +349036,1793.705775,2607.911714,2370.585813,798.714735,2132.416253 +349037,1803.881078,2615.41159,2370.113559,803.5883991,2143.16254 +349038,1813.62743,2628.644945,2369.985274,808.1904283,2147.755495 +349039,1823.682346,2627.573549,2371.616809,812.9540553,2156.506936 +349040,1833.359282,2635.724623,2370.375033,817.5382658,2164.291471 +349041,1843.020508,2643.185241,2369.651509,822.1067782,2171.710315 +349042,1852.48126,2649.613301,2369.151986,826.6188755,2179.181877 +349043,1862.160364,2655.691303,2370.363017,831.080403,2186.454691 +349044,1872.960812,2661.201321,2368.874769,835.4552318,2201.260319 +349045,1886.777815,2673.871959,2368.133368,839.9231213,2199.024098 +349046,1887.935677,2666.35024,2369.167327,844.1493214,2197.956119 +349047,1911.247978,2686.31704,2367.560335,848.4213638,2220.42687 +349048,1899.894998,2684.414373,2366.729307,852.7079893,2219.509815 +349049,1904.188053,2690.797747,2367.918927,856.8655662,2227.5817 +349050,1934.888276,2702.157513,2366.199106,861.0221062,2249.33515 +349051,1931.744677,2694.542008,2365.320359,865.1470152,2217.256941 +349052,1943.094842,2713.822852,2366.113312,869.2384391,2262.375619 +349053,1951.861566,2712.594568,2366.206175,873.3076993,2243.963183 +349054,1960.572279,2716.786574,2365.830623,877.2929911,2262.249578 +349055,1968.953791,2727.454198,2363.638102,881.3508531,2267.053778 +349056,1977.394206,2726.93601,2362.380994,885.3159793,2287.592874 +349057,1986.030214,2731.00181,2361.366505,889.1305135,2247.642876 +349058,1994.133182,2743.018256,2362.485305,893.1180925,2311.5776 +349059,2002.344454,2741.483005,2361.157389,896.8701088,2278.610855 +349060,2010.466079,2745.392455,2361.792552,900.6666307,2295.317015 +349061,2018.646736,2753.379348,2360.187121,904.4350576,2300.947968 +349062,2026.415155,2754.232028,2359.629649,908.1708211,2305.409637 +349063,2034.621313,2756.601001,2359.382413,911.8796012,2310.815405 +349064,2042.444431,2760.009242,2359.288872,915.5609177,2322.818633 +349065,2050.425029,2763.710963,2359.246966,919.2148656,2318.007629 +349066,2058.077041,2766.136143,2359.136255,922.793699,2327.63339 +349067,2065.912093,2767.802504,2358.970639,926.4690274,2332.072326 +349068,2073.604052,2769.537555,2358.726731,930.0105791,2336.964872 +349069,2081.260087,2771.36094,2358.402857,933.6198057,2341.719657 +349070,2088.873287,2773.272193,2358.044935,937.074439,2346.884647 +349071,2096.438329,2775.22018,2357.68581,940.6154335,2351.642662 +349072,2103.959404,2779.670992,2359.039158,944.040178,2356.348587 +349073,2111.432902,2780.143558,2357.847447,947.5769015,2361.150295 +349074,2118.976147,2783.933569,2358.927295,950.9781221,2365.932514 +349075,2126.195057,2784.094605,2357.642265,954.4067094,2370.237401 +349076,2133.626823,2785.295682,2357.051099,957.8033782,2375.158303 +349077,2140.803324,2786.934468,2356.749153,961.1818651,2379.560314 +349078,2148.369576,2788.793928,2356.628656,964.5398382,2383.904884 +349079,2155.365299,2790.723969,2356.455152,967.8787763,2388.588714 +349080,2162.714041,2792.668149,2356.287836,971.1992148,2392.883194 +349081,2175.927746,2795.262221,2357.154264,977.1317169,2413.281972 +349082,2183.926738,2798.366076,2358.577389,980.8177513,2411.883789 +349083,2191.557385,2801.329137,2360.125575,984.2850988,2419.384237 +349084,2199.133168,2803.964105,2361.620411,987.7935297,2424.609179 +349085,2206.188724,2806.556586,2363.015922,991.1244727,2429.035346 +349086,2213.725856,2808.608987,2364.288408,994.4565617,2433.540545 +349087,2220.832941,2810.665415,2365.586117,997.7984039,2443.890136 +349088,2228.017564,2812.627821,2367.012533,1000.977642,2440.677534 +349089,2235.145942,2814.324254,2368.06081,1004.250438,2447.066649 +349090,2242.240927,2818.424447,2370.73206,1007.452911,2452.39588 +349091,2249.421922,2821.059204,2372.526901,1010.643755,2455.969261 +349092,2256.288943,2820.710143,2372.403433,1013.760577,2464.994094 +349093,2263.420882,2821.526715,2372.997433,1016.99205,2462.882737 +349094,2270.420717,2822.659394,2373.717511,1020.086416,2468.413986 +349095,2279.19914,2824.156774,2374.651145,1023.209976,2477.976554 +349096,2290.066143,2825.780114,2375.6997,1026.308365,2475.603296 +349097,2288.49172,2827.17433,2376.657788,1029.390042,2479.546868 +349098,2315.146746,2828.589327,2377.690615,1032.45536,2488.819845 +349099,2279.627033,2830.311939,2378.983598,1035.504785,2493.040106 +349100,2320.244363,2831.889619,2380.23983,1038.538639,2490.971533 +349101,2318.774332,2833.077706,2381.291125,1041.557841,2497.241937 +349102,2324.866025,2834.055532,2382.413095,1044.562083,2496.315705 +349103,2332.489257,2834.759894,2383.166546,1047.551982,2496.193211 +349104,2339.297874,2835.048108,2383.639983,1050.527821,2492.746254 +349105,2346.068285,2834.876662,2383.793871,1053.489783,2489.227457 +349106,2352.949282,2834.320878,2383.664981,1056.438377,2485.704744 +349107,2359.479199,2833.508841,2383.330109,1059.373866,2482.237981 +349108,2366.287993,2832.532076,2382.852184,1062.296799,2478.853149 +349109,2372.832859,2831.443873,2382.277709,1065.149606,2475.561217 +349110,2379.704261,2832.742299,2383.480641,1068.13386,2474.437564 +349111,2386.233003,2830.102346,2381.95835,1070.791369,2470.328966 +349112,2392.30167,2828.146962,2380.89854,1073.746802,2466.942088 +349113,2399.011102,2828.863656,2381.594259,1076.435209,2465.880237 +349114,2405.399888,2825.79517,2379.883716,1079.118352,2461.9043 +349115,2411.704772,2823.509337,2378.706699,1081.946711,2458.686989 +349116,2418.024909,2821.483728,2377.685488,1084.618508,2455.735113 +349117,2424.469793,2819.576835,2376.750694,1087.302285,2452.954521 +349118,2438.91298,2817.669262,2376.040282,1090.05535,2450.282939 +349119,2430.6879,2815.7435,2375.158232,1092.639143,2447.723602 +349120,2440.057861,2813.804878,2374.326683,1097.961764,2445.280925 +349121,2452.572441,2811.798128,2373.513288,1097.316661,2442.90114 +349122,2454.67551,2809.708073,2372.882125,1104.914683,2440.559601 +349123,2461.914927,2807.577564,2372.035357,1100.954428,2438.279229 +349124,2467.896829,2805.398812,2371.34164,1113.429487,2436.044674 +349125,2474.378193,2803.185388,2370.478049,1102.273539,2433.861305 +349126,2480.31202,2800.916214,2369.483153,1124.836608,2431.707596 +349127,2486.192516,2798.626242,2368.850458,1099.350147,2429.608656 +349128,2502.431608,2796.309588,2368.131354,1114.8944,2427.557246 +349129,2486.263937,2793.929345,2367.654123,1122.312256,2425.5208 +349130,2508.260088,2791.492988,2366.998461,1119.890898,2423.501709 +349131,2511.100101,2788.986653,2366.332376,1123.887678,2421.483896 +349132,2516.150692,2786.425082,2365.860032,1126.355237,2419.474997 +349133,2522.826584,2783.824816,2365.227665,1128.983078,2417.485625 +349134,2541.226292,2781.14869,2364.579204,1131.394737,2415.483435 +349135,2516.004085,2778.47492,2363.969919,1134.068814,2413.531852 +349136,2549.678602,2775.792773,2363.396269,1136.363809,2411.623638 +349137,2544.622161,2773.022155,2362.807746,1138.935235,2409.694497 +349138,2573.053053,2770.142747,2362.189136,1141.397984,2407.724716 +349139,2527.886321,2767.298539,2361.631868,1143.923545,2405.828728 +349140,2587.793315,2764.437353,2361.293988,1146.3549,2403.964583 +349141,2437.223289,2762.629425,2362.557286,1095.254857,2405.179431 +349142,2459.581319,2755.359511,2358.877379,1096.717563,2398.899541 +349143,2458.944268,2748.553239,2354.237323,1098.143515,2390.719616 +349144,2463.119409,2739.172175,2347.502949,1099.881399,2379.219323 +349145,2467.840331,2732.934875,2342.58343,1101.617186,2369.864207 +349146,2471.880598,2728.775564,2339.087625,1103.392146,2362.323782 +349147,2476.421016,2720.408435,2336.459931,1105.186559,2355.989157 +349148,2480.720655,2707.917842,2335.674654,1106.992444,2352.134978 +349149,2485.176189,2703.325161,2332.386712,1108.800926,2345.315706 +349150,2501.789418,2699.531319,2329.830909,1110.616798,2339.584428 +349151,2475.636978,2687.471861,2327.607497,1112.432579,2334.422206 +349152,2507.237399,2688.33571,2327.236898,1114.314544,2331.740582 +349153,2500.843222,2682.188425,2324.455249,1116.030619,2326.419061 +349154,2506.920907,2676.313927,2322.652763,1117.827383,2322.19855 +349155,2526.059094,2664.099317,2320.983489,1119.729362,2318.264152 +349156,2494.304533,2671.284174,2319.616088,1121.492761,2314.831551 +349157,2549.910481,2653.008536,2318.438013,1123.311438,2311.75264 +349158,2494.74668,2652.933122,2317.23042,1125.183496,2308.738688 +349159,2564.848019,2647.677204,2316.130046,1126.887184,2305.955222 +349160,2517.061175,2641.176269,2315.142,1128.734944,2303.398087 +349161,2523.286822,2635.154499,2314.252963,1130.521756,2301.040834 +349162,2576.898377,2622.748917,2313.415273,1132.315067,2298.813858 +349163,2519.807959,2630.818927,2314.32691,1134.1068,2298.898786 +349164,2573.310862,2609.486091,2314.371939,1135.892597,2297.933246 +349165,2548.453907,2610.129744,2312.228869,1137.674714,2294.202339 +349166,2562.24536,2604.373217,2310.845374,1139.455712,2291.469287 +349167,2565.217582,2597.072646,2310.028645,1141.232028,2289.4744 +349168,2569.291667,2590.188841,2309.539932,1143.004673,2287.917223 +349169,2573.489033,2584.484467,2309.229471,1144.773845,2286.613312 +349170,2577.583527,2571.093055,2308.887979,1146.539278,2285.295866 +349171,2581.881528,2578.751506,2308.692417,1148.316799,2284.189446 +349172,2585.878782,2555.506165,2308.524176,1149.903855,2283.144802 +349173,2589.879922,2557.737377,2308.197713,1151.636966,2281.92373 +349174,2593.960071,2549.839186,2308.139315,1153.301185,2280.811234 +349175,2597.748948,2541.773839,2307.933393,1154.897558,2279.781669 +349176,2601.961757,2534.848996,2307.688154,1156.663103,2278.723653 +349177,2605.873188,2527.71492,2307.442899,1158.266212,2277.677297 +349178,2609.719007,2513.567435,2307.071492,1159.92353,2276.478519 +349179,2613.745581,2521.642067,2306.813923,1161.563994,2275.42539 +349180,2617.608378,2495.90233,2308.192468,1163.268855,2276.433159 +349181,2621.240188,2499.255437,2306.851849,1164.78771,2274.039861 +349182,2625.398767,2489.916658,2306.187697,1166.460457,2272.493224 +349183,2629.190131,2481.386976,2305.798946,1168.063649,2271.280593 +349184,2632.921305,2474.001527,2305.485491,1169.670972,2270.154971 +349185,2636.818943,2466.360932,2305.234895,1171.272595,2269.106559 +349186,2648.814956,2458.683834,2306.758859,1172.868946,2270.292814 +349187,2632.26875,2450.501247,2305.583249,1174.455831,2268.103742 +349188,2661.217473,2442.545737,2304.983573,1176.040073,2266.63662 +349189,2647.548651,2434.482208,2304.605436,1177.615854,2265.435706 +349190,2656.486042,2419.202028,2304.343816,1179.186167,2264.371857 +349191,2659.845152,2420.708393,2304.006747,1180.750612,2263.20928 +349192,2663.038769,2408.863869,2304.055006,1182.30894,2262.284458 +349193,2666.926863,2400.676648,2303.926736,1183.861231,2261.386989 +349194,2670.496897,2392.689925,2303.786457,1185.407462,2260.481937 +349195,2673.998941,2384.339815,2303.671395,1186.947786,2259.609057 +349196,2677.658019,2375.924885,2303.57645,1188.481942,2258.758812 +349197,2681.146091,2367.509387,2303.497285,1190.010214,2257.925085 +349198,2684.461621,2359.170752,2303.430403,1191.607549,2257.103713 +349199,2688.302771,2350.376367,2303.375642,1193.010936,2256.29471 +349200,2691.661713,2341.942031,2303.333955,1194.574926,2255.499341 +349201,2453.163539,2218.586706,2298.511658,1086.838324,2248.736288 +349202,2452.040584,2212.931072,2276.924241,1085.495388,2218.429111 +349203,2450.404841,2199.405722,2251.080131,1085.114084,2180.235053 +349204,2450.954892,2189.547875,2229.098137,1084.803302,2146.386301 +349205,2451.177118,2179.261321,2214.858039,1084.992006,2121.457084 +349206,2451.606924,2169.049056,2202.543797,1085.078472,2099.556136 +349207,2452.707749,2158.893236,2194.22681,1085.313841,2082.752434 +349208,2453.413261,2148.782265,2188.122302,1085.590418,2069.161872 +349209,2454.404228,2138.701213,2183.36432,1085.976084,2057.750337 +349210,2455.467174,2128.731949,2179.479836,1086.217668,2047.92591 +349211,2456.510709,2118.460311,2177.892485,1086.641821,2041.407523 +349212,2457.551546,2108.439905,2174.059652,1087.022294,2032.584969 +349213,2458.613716,2098.407016,2172.840324,1087.439724,2027.367074 +349214,2459.886775,2088.431512,2169.402089,1087.867225,2019.780105 +349215,2461.059772,2078.163744,2166.846462,1088.316538,2013.577945 +349216,2462.3066,2068.225824,2166.402315,1088.779227,2010.231873 +349217,2463.474439,2058.150865,2163.529948,1089.25183,2004.156724 +349218,2464.796021,2048.208856,2163.112659,1089.671212,2001.307637 +349219,2466.016329,2026.459004,2162.115039,1090.277174,1997.942994 +349220,2467.31658,2044.610401,2161.068555,1090.738966,1994.693482 +349221,2468.607335,1990.694873,2158.472139,1091.272873,1989.688406 +349222,2469.908084,2031.388006,2156.97342,1091.808061,1986.13949 +349223,2471.339993,1974.312567,2157.691091,1092.353174,1985.408802 +349224,2472.379268,1994.985368,2156.047043,1092.906946,1981.890912 +349225,2474.131211,1974.383046,2156.840754,1093.472593,1981.456085 +349226,2475.236623,1966.171846,2155.239467,1094.118407,1978.169608 +349227,2476.731362,1980.362774,2154.317988,1094.593329,1975.777676 +349228,2478.113602,1911.989516,2153.723198,1095.236829,1973.831794 +349229,2479.526466,1972.70397,2153.281675,1095.825935,1972.116705 +349230,2480.979457,1902.600569,2154.615516,1096.435473,1972.625606 +349231,2482.328808,1919.535917,2155.081461,1097.030543,1972.127169 +349232,2483.608721,1909.278777,2153.441391,1097.629403,1969.092704 +349233,2493.108769,1904.027458,2152.646356,1098.236269,1967.112615 +349234,2474.590507,1876.065172,2153.73237,1098.848152,1967.45163 +349235,2500.673919,1883.058732,2152.324249,1099.462382,1964.754568 +349236,2477.04004,1866.736673,2151.558557,1100.086628,1962.858759 +349237,2502.914009,1858.307212,2151.048262,1100.714372,1961.281893 +349238,2480.149447,1848.650733,2152.471037,1101.349413,1962.09048 +349239,2505.451107,1839.072811,2151.094965,1101.985855,1959.49057 +349240,2491.061567,1829.420878,2150.535788,1102.632017,1957.903977 +349241,2496.760634,1820.097117,2150.072772,1103.280797,1956.436288 +349242,2498.563183,1824.122181,2151.565974,1103.936236,1957.147228 +349243,2499.31101,1781.866401,2150.339212,1104.593051,1954.779082 +349244,2500.925023,1802.267639,2149.726302,1105.25806,1953.17815 +349245,2502.413091,1778.959479,2149.293423,1105.925761,1951.794668 +349246,2503.819363,1774.025068,2148.972509,1106.598268,1950.544699 +349247,2505.47192,1764.118734,2150.428293,1107.276072,1951.490593 +349248,2506.696885,1755.119435,2149.275066,1107.954841,1949.235072 +349249,2508.36953,1746.130111,2148.710294,1108.640977,1947.70739 +349250,2509.878304,1737.072225,2148.352077,1109.329172,1946.426725 +349251,2511.425936,1728.353126,2148.105079,1110.021443,1945.27809 +349252,2513.016542,1719.5946,2147.923313,1110.71722,1944.209973 +349253,2514.650023,1710.731294,2147.782488,1111.416479,1943.195798 +349254,2516.23349,1702.163786,2147.668683,1112.119039,1942.219515 +349255,2517.890476,1693.469584,2147.573772,1112.824842,1941.270897 +349256,2519.702953,1685.15481,2149.192,1113.534532,1942.445193 +349257,2521.166869,1676.682049,2148.175779,1114.244752,1940.383247 +349258,2522.883936,1668.398231,2147.732008,1114.960504,1939.027186 +349259,2525.053063,1660.072437,2149.189434,1115.67842,1940.012226 +349260,2526.54697,1652.212306,2148.110821,1116.47166,1937.870459 +349261,2761.170133,1751.201101,2155.000949,1223.636371,1946.066664 +349262,2772.691832,1745.71301,2174.978189,1226.559529,1974.244932 +349263,2770.875382,1739.330382,2200.742823,1228.542245,2010.815512 +349264,2780.964631,1732.767351,2222.282804,1230.553735,2043.461333 +349265,2783.26624,1726.439331,2238.41849,1232.245229,2069.40314 +349266,2786.31811,1719.879958,2249.660536,1233.914529,2089.343278 +349267,2789.960884,1713.442795,2257.668542,1235.509186,2104.867601 +349268,2793.477616,1707.061783,2263.678353,1237.057354,2117.390414 +349269,2797.424549,1700.749699,2270.118568,1238.569895,2129.896707 +349270,2799.66538,1694.514239,2273.106212,1240.010179,2137.603476 +349271,2803.253943,1688.265115,2276.054157,1241.45663,2144.956614 +349272,2813.576092,1701.912522,2278.909347,1242.882827,2151.52012 +349273,2801.737546,1648.334249,2281.475118,1244.288949,2157.312231 +349274,2821.098144,1702.547073,2285.461515,1245.676257,2164.508272 +349275,2816.415572,1635.187505,2286.850026,1247.043899,2168.188088 +349276,2818.323817,1676.414567,2288.583383,1248.395911,2172.018513 +349277,2823.392541,1644.381851,2292.133979,1249.731008,2177.61247 +349278,2826.214215,1651.290308,2294.589429,1251.049267,2181.891575 +349279,2828.006894,1642.333823,2294.958625,1252.352186,2183.418122 +349280,2831.364368,1637.821645,2296.027164,1253.640773,2185.631466 +349281,2835.359621,1632.806824,2299.047705,1254.914406,2190.09933 +349282,2843.911293,1627.898238,2299.740562,1256.172445,2191.56709 +349283,2833.863722,1623.211919,2302.573216,1257.418174,2195.575549 +349284,2848.881086,1618.796161,2302.878825,1258.648016,2196.37028 +349285,2848.161752,1614.45585,2305.670789,1259.866263,2200.156484 +349286,2848.10408,1610.512062,2306.016595,1261.798938,2200.847481 +349287,2852.38947,1606.431718,2308.554308,1263.383644,2204.382632 +349288,2854.071494,1602.505465,2308.699815,1265.111335,2204.697573 +349289,2863.910577,1598.730151,2309.690742,1266.714681,2205.992403 +349290,2855.089231,1594.770242,2312.521749,1268.574061,2209.504114 +349291,2867.297634,1591.015978,2312.74124,1270.382473,2209.77953 +349292,2868.025434,1587.227433,2315.363936,1272.37669,2212.992909 +349293,2867.268356,1583.488309,2315.532034,1274.258523,2213.178615 +349294,2870.85012,1579.701573,2317.863524,1276.384526,2216.014145 +349295,2871.854979,1576.190513,2317.768865,1278.497035,2215.856204 +349296,2882.718996,1572.519136,2320.182888,1280.676363,2218.771745 +349297,2872.348934,1568.965073,2320.180911,1282.916091,2218.708153 +349298,2884.739036,1565.439632,2322.380442,1285.22818,2221.533687 +349299,2883.389,1561.948444,2322.313269,1287.600976,2221.366328 +349300,2883.834393,1558.496979,2322.873029,1290.043563,2221.942386 +349301,2885.270828,1555.08031,2323.538881,1292.54961,2222.632519 +349302,2887.236636,1551.707834,2324.27394,1295.082067,2223.399604 +349303,2889.345793,1548.356036,2325.072965,1297.809644,2224.244308 +349304,2891.438615,1545.148298,2325.909427,1300.491344,2225.136941 +349305,2892.371394,1543.504417,2326.730612,1303.280052,2226.213867 +349306,2892.722072,1541.515334,2327.461629,1309.486504,2226.935997 +349307,2893.057516,1539.313858,2328.088107,1305.328312,2227.536476 +349308,2893.384281,1537.085446,2328.605641,1323.991111,2228.207583 +349309,2893.767704,1534.930422,2329.06952,1298.410147,2228.536394 +349310,2896.890032,1532.778772,2331.208155,1326.112314,2230.616249 +349311,2895.875697,1530.640854,2330.685337,1339.362509,2229.943067 +349312,2895.756384,1528.523524,2330.686943,1295.049885,2229.821044 +349313,2895.953796,1526.42167,2330.83709,1341.974814,2230.056494 +349314,2896.224861,1524.337465,2330.98631,1328.086589,2230.111307 +349315,2896.583235,1522.270976,2331.150882,1334.485731,2230.176417 +349316,2897.026967,1520.221954,2331.335605,1338.053211,2230.264599 +349317,2897.519312,1518.190707,2331.521239,1341.604182,2230.357384 +349318,2898.052584,1516.177071,2331.705421,1345.232051,2230.453467 +349319,2898.621161,1514.18136,2331.886185,1348.926655,2230.550845 +349320,2899.2186,1512.203389,2332.060589,1352.685739,2230.852058 +349321,2899.378145,1533.042859,2331.814033,1379.424463,2230.25415 +349322,2902.396752,1532.469003,2333.310735,1384.556912,2232.28656 +349323,2906.859089,1531.471901,2335.732277,1389.469502,2235.774852 +349324,2911.191644,1530.345799,2338.140551,1394.246987,2239.389186 +349325,2914.721016,1529.139482,2340.115788,1399.006386,2242.727689 +349326,2917.451702,1527.889464,2341.634311,1403.769351,2245.299304 +349327,2919.620683,1526.617225,2342.812771,1408.563088,2247.406666 +349328,2921.448405,1525.335514,2343.765614,1413.39522,2249.179685 +349329,2923.075542,1524.051917,2344.568102,1418.274511,2250.706293 +349330,2924.579343,1522.770273,2345.2637,1423.204739,2252.039198 +349331,2925.983393,1521.493513,2345.866273,1434.808223,2253.197155 +349332,2927.350507,1520.223037,2346.416344,1425.155635,2254.23329 +349333,2928.703439,1518.960368,2346.92974,1440.642223,2255.171269 +349334,2930.011895,1517.706106,2347.38881,1443.59621,2255.993943 +349335,2931.294074,1516.461305,2347.806336,1448.431715,2256.72155 +349336,2932.572174,1515.226062,2348.19743,1453.855498,2257.377042 +349337,2933.847739,1514.001058,2348.564132,1459.42318,2257.967163 +349338,2935.123036,1512.786215,2348.908948,1464.598368,2258.499051 +349339,2936.400632,1511.58206,2349.234496,1470.12766,2258.979693 +349340,2937.681708,1510.388403,2349.542381,1475.617734,2259.414507 +349341,2938.967081,1509.205676,2349.8339,1481.180198,2259.808197 +349342,2940.234133,1508.033605,2350.095293,1495.49753,2260.146555 +349343,2944.25091,1506.873607,2352.088681,1479.674636,2262.610616 +349344,2944.192691,1505.721257,2351.499517,1504.445416,2261.888819 +349345,2944.931773,1504.583123,2351.399785,1502.663849,2261.757697 +349346,2945.911114,1503.454066,2351.421952,1509.835981,2261.755254 +349347,2947.038548,1502.336322,2351.50903,1515.679321,2261.814952 +349348,2948.224531,1501.22914,2351.610395,1532.536898,2261.881021 +349349,2949.5002,1500.132892,2351.750798,1511.901377,2261.989135 +349350,2950.822768,1499.047041,2351.906104,1546.612207,2262.112722 +349351,2952.146946,1497.83309,2352.048998,1530.510204,2262.219833 +349352,2953.477951,1496.600196,2352.178262,1549.289767,2262.328911 +349353,2954.784117,1495.362423,2352.270151,1550.930499,2262.631374 +349354,2956.036182,1494.122909,2352.302397,1571.090487,2262.682059 +349355,2957.378186,1492.883723,2352.336418,1543.592946,2262.762999 +349356,2961.68677,1491.646255,2354.187087,1594.780544,2265.133267 +349357,2961.98372,1490.407245,2353.447951,1556.542966,2264.328019 +349358,2963.262797,1489.1731,2353.276328,1599.902727,2264.251553 +349359,2964.817505,1487.939348,2353.220719,1582.393327,2264.330792 +349360,2966.496415,1486.707837,2353.194227,1596.887069,2264.457697 +349361,2968.518967,1485.478861,2353.347005,1601.677672,2264.821933 +349362,2973.563519,1484.253186,2355.392719,1607.810605,2267.560932 +349363,2974.644693,1483.026831,2354.927036,1614.20755,2267.214108 +349364,2976.694901,1481.806437,2355.061392,1620.442893,2267.632127 +349365,2979.090766,1480.586943,2355.388991,1626.858262,2268.298482 +349366,2981.685273,1479.37017,2355.819418,1633.062715,2269.101639 +349367,2987.100277,1478.15744,2358.025666,1639.690241,2272.129134 +349368,2988.434633,1476.943291,2357.654757,1646.000398,2271.981186 +349369,2990.65603,1475.73593,2357.835796,1652.51093,2272.531285 +349370,2995.870506,1474.530161,2359.894201,1658.900182,2275.421027 +349371,2997.390615,1473.323442,2359.427749,1665.512119,2275.18727 +349372,2999.547801,1472.123217,2359.545378,1672.071668,2275.684009 +349373,3002.13481,1470.92343,2359.914786,1684.228698,2276.491363 +349374,3004.905454,1469.726092,2360.378516,1682.837449,2277.418096 +349375,3007.677792,1468.531164,2360.826221,1692.652067,2278.332616 +349376,3010.519943,1467.338233,2361.305423,1699.0384,2279.296679 +349377,3013.426435,1466.147655,2361.815222,1705.472889,2280.309831 +349378,3016.349328,1464.958847,2362.326805,1712.137492,2281.336208 +349379,3019.287137,1463.772262,2362.839978,1718.706549,2282.375182 +349380,3022.309675,1462.5873,2363.399396,1728.778141,2283.481966 +349381,3025.576524,1428.245099,2364.344387,1706.79379,2285.451428 +349382,3023.264115,1426.506322,2361.200837,1713.049051,2281.418266 +349383,3021.517766,1424.899667,2358.08969,1722.707159,2276.774764 +349384,3016.697706,1423.506243,2352.95265,1731.495325,2269.324889 +349385,3017.392782,1421.94079,2351.339129,1740.501273,2266.196935 +349386,3015.939223,1420.455897,2348.439651,1749.045215,2261.535076 +349387,3016.619662,1418.96813,2346.966435,1758.290267,2258.76729 +349388,3018.331143,1417.483646,2346.214785,1767.168683,2257.041489 +349389,3020.619215,1416.004553,2345.898039,1776.138523,2256.015104 +349390,3023.248025,1414.529082,2345.865553,1784.984025,2255.503707 +349391,3026.224679,1413.057352,2346.116189,1799.606833,2255.500605 +349392,3029.348313,1411.587954,2346.515038,1801.252179,2255.828486 +349393,3032.425671,1410.210249,2346.930806,1812.724496,2256.311906 +349394,3035.562921,1408.525853,2347.421037,1821.904882,2257.00887 +349395,3038.777359,1407.25324,2347.988578,1830.609579,2257.910021 +349396,3042.013154,1405.716149,2348.59214,1839.655282,2258.952622 +349397,3045.26654,1404.267511,2349.224819,1848.476546,2260.117791 +349398,3048.544405,1402.806963,2349.887241,1857.769667,2261.396946 +349399,3054.620331,1401.34848,2352.337973,1871.955427,2265.185635 +349400,3056.607422,1399.885994,2352.230505,1874.074615,2265.649724 +349401,3059.285023,1398.428508,2352.568487,1884.923952,2266.718704 +349402,3062.243233,1396.968646,2353.075231,1894.527333,2268.034168 +349403,3065.552349,1395.509719,2353.795271,1908.051461,2269.650685 +349404,3068.965952,1393.961128,2354.579633,1910.932302,2271.384681 +349405,3072.239822,1392.630531,2355.471546,1920.807275,2273.049881 +349406,3078.541755,1391.197173,2357.915319,1930.843824,2276.9404 +349407,3080.357816,1389.621257,2357.729195,1943.747137,2277.597788 +349408,3083.147692,1388.222747,2358.169941,1947.221656,2279.061974 +349409,3086.182706,1386.748543,2358.755266,1960.989765,2280.716687 +349410,3089.36842,1385.28611,2359.424677,1965.453977,2282.487293 +349411,3092.634638,1383.836598,2360.139295,1977.684271,2284.329565 +349412,3096.044937,1382.303499,2360.947661,1986.920455,2286.30527 +349413,3099.36009,1380.980574,2361.702777,1990.410958,2288.230518 +349414,3102.310573,1379.475344,2362.233246,1995.963664,2289.889078 +349415,3104.893415,1378.041922,2362.53219,2000.379073,2291.268035 +349416,3107.105775,1376.596341,2362.591089,2003.469053,2292.351995 +349417,3108.936901,1375.15109,2362.396989,2006.836944,2293.120941 +349418,3110.453422,1373.705276,2361.987577,2010.452055,2293.619527 +349419,3112.013913,1372.26032,2361.414637,2014.232738,2293.911644 +349420,3113.113153,1370.815074,2360.721456,2018.111967,2294.052215 +349421,3114.162766,1369.455143,2359.942076,2022.035593,2294.085788 +349422,3115.325545,1367.88679,2359.10055,2025.984623,2294.045056 +349423,3116.67899,1366.502117,2358.211408,2030.125033,2293.950882 +349424,3118.2373,1365.046202,2357.284316,2034.059077,2293.817798 +349425,3119.96119,1363.518903,2356.327851,2037.982172,2293.658536 +349426,3121.815548,1362.199119,2355.348088,2041.908659,2293.48229 +349427,3123.786851,1360.698613,2354.349048,2045.833463,2293.295281 +349428,3125.846444,1359.269301,2353.334172,2049.760621,2293.10269 +349429,3127.979028,1357.828919,2352.306097,2053.681528,2292.908398 +349430,3130.467963,1356.388605,2351.265217,2057.598688,2292.713261 +349431,3132.675967,1354.949329,2350.212884,2061.505321,2292.519126 +349432,3134.927561,1353.510574,2349.15275,2065.409879,2292.330572 +349433,3137.242673,1352.072971,2348.086946,2069.307932,2292.150185 +349434,3139.609251,1350.635985,2347.015889,2073.198708,2291.978357 +349435,3142.24234,1349.200242,2345.938332,2077.088665,2291.81332 +349436,3144.600899,1347.765213,2344.85442,2080.970993,2291.654984 +349437,3147.401265,1346.331483,2343.764071,2084.84352,2291.502906 +349438,3149.204539,1344.898515,2342.671219,2088.711778,2291.361661 +349439,3151.618566,1343.466886,2341.579875,2092.5813,2291.235945 +349440,3154.414413,1342.036042,2340.484321,2096.634489,2291.118337 +349441,3157.459126,1274.431036,2339.507783,2100.598299,2291.162615 +349442,3150.860784,1272.380293,2331.480678,2098.90576,2280.565743 +349443,3140.841596,1270.5969,2320.173645,2095.212792,2264.794645 +349444,3131.998185,1268.867883,2309.852177,2093.348123,2249.398449 +349445,3126.027602,1267.165845,2301.744779,2094.044759,2236.627066 +349446,3123.304111,1265.478113,2295.688571,2096.860062,2226.534834 +349447,3122.558823,1263.800843,2291.059068,2100.465039,2218.471078 +349448,3122.954522,1262.132177,2287.324048,2104.423408,2211.827083 +349449,3123.993833,1260.47122,2284.155094,2108.44051,2206.207295 +349450,3125.430318,1258.816614,2281.371525,2112.422701,2201.378872 +349451,3127.405858,1257.167441,2278.868511,2116.354855,2197.193587 +349452,3129.151449,1282.276262,2276.524997,2120.183339,2193.278323 +349453,3131.132846,1214.209686,2274.413207,2124.048182,2190.112594 +349454,3133.298967,1271.407395,2272.478158,2128.094617,2187.397673 +349455,3135.640504,1266.001578,2270.52751,2131.766207,2184.868837 +349456,3137.717475,1221.961362,2268.678512,2135.428236,2182.649042 +349457,3140.098912,1258.278824,2266.940281,2139.296722,2180.729777 +349458,3141.962715,1261.684985,2265.162316,2142.795764,2178.906409 +349459,3144.026255,1217.822847,2263.450871,2146.417815,2177.295071 +349460,3146.475922,1279.842877,2261.763168,2149.552073,2175.82804 +349461,3148.76304,1200.994775,2260.115457,2153.144661,2174.512815 +349462,3151.393196,1283.862093,2258.467847,2156.809141,2173.288434 +349463,3156.288011,1193.939093,2258.508995,2162.287802,2174.25205 +349464,3157.318578,1280.007788,2256.056424,2164.773658,2172.194511 +349465,3159.427152,1193.09941,2254.123719,2167.796788,2170.84578 +349466,3161.458722,1272.598366,2252.321106,2170.981788,2169.703649 +349467,3163.618362,1194.370997,2250.600832,2174.463288,2168.704736 +349468,3165.841401,1263.899609,2248.92104,2177.793819,2167.796671 +349469,3168.117323,1196.634585,2247.277081,2181.129252,2166.972704 +349470,3170.411951,1254.575501,2245.649497,2184.451126,2166.206295 +349471,3172.72592,1199.290224,2244.040306,2187.765733,2165.496865 +349472,3175.01805,1244.68825,2242.43404,2191.021559,2164.83083 +349473,3177.272184,1202.204452,2240.827839,2194.195989,2164.207597 +349474,3179.480382,1234.81938,2239.21836,2197.287309,2163.621484 +349475,3181.931041,1204.998235,2237.604491,2200.306362,2163.067187 +349476,3184.05435,1224.867946,2235.989897,2203.269452,2162.544941 +349477,3186.132483,1207.907146,2234.37257,2206.182714,2162.04841 +349478,3188.187541,1215.152687,2232.759372,2209.255001,2161.582968 +349479,3190.211887,1210.385112,2231.142265,2212.077603,2161.135996 +349480,3192.212345,1209.223238,2229.525023,2214.854183,2160.709956 +349481,3194.195316,1207.527481,2227.912251,2217.600883,2160.308643 +349482,3196.155438,1205.823585,2226.301357,2220.318574,2159.927186 +349483,3198.091639,1204.116829,2224.692169,2223.006381,2159.56393 +349484,3200.002629,1202.408131,2223.084284,2225.662062,2159.217087 +349485,3201.887337,1200.697652,2221.477392,2228.283974,2158.885112 +349486,3203.745102,1198.985283,2219.871305,2230.871344,2158.566734 +349487,3205.575332,1197.271184,2218.265897,2233.423933,2158.260862 +349488,3207.376645,1195.629512,2216.660648,2235.941236,2157.966018 +349489,3209.148697,1193.802701,2215.055583,2238.423387,2157.681476 +349490,3210.891933,1192.135405,2213.451138,2240.87095,2157.407107 +349491,3212.605885,1190.402859,2211.847282,2243.283907,2157.14226 +349492,3214.290007,1188.679386,2210.243924,2245.662143,2156.886282 +349493,3215.943917,1186.954287,2208.641021,2248.005598,2156.638621 +349494,3217.566987,1185.227232,2207.038501,2250.314175,2156.398733 +349495,3219.158686,1183.49832,2205.436304,2252.587803,2156.166125 +349496,3220.718606,1181.767372,2203.834388,2254.826424,2155.940359 +349497,3222.246153,1180.034495,2202.232711,2257.029979,2155.72102 +349498,3223.740853,1178.299508,2200.631246,2259.198421,2155.507746 +349499,3227.848337,1176.561545,2200.701411,2263.192876,2157.387607 +349500,3227.924788,1174.824226,2198.274826,2264.291486,2156.174137 +349501,2153.751861,1173.106567,1047.390083,1763.926473,2401.181005 +349502,2240.602966,1303.476456,1089.053195,1835.288786,2449.770899 +349503,2337.461028,1306.640728,1136.851168,1910.999798,2487.397618 +349504,2417.19725,1306.1055,1177.742392,1966.918592,2508.422275 +349505,2479.394927,1306.241357,1211.168399,2003.512162,2522.448715 +349506,2526.610781,1305.368886,1237.948955,2025.811144,2532.568384 +349507,2562.88667,1304.339865,1259.618768,2039.513792,2540.295919 +349508,2591.666454,1303.248777,1277.549249,2048.762398,2546.573666 +349509,2615.186379,1302.095389,1292.652943,2055.772618,2551.910256 +349510,2634.762709,1300.902963,1305.692466,2061.549587,2556.609633 +349511,2651.485371,1299.6878,1316.706037,2066.508332,2560.831256 +349512,2665.357942,1298.453691,1326.155388,2071.018768,2564.636454 +349513,2677.103396,1297.20948,1334.266134,2074.807991,2568.04433 +349514,2687.141179,1295.936696,1341.254782,2078.213375,2571.124735 +349515,2695.812967,1294.678316,1347.304797,2081.352786,2573.938533 +349516,2703.367687,1293.419958,1352.558417,2084.290158,2576.51143 +349517,2710.008853,1292.163327,1357.137496,2087.070228,2578.872396 +349518,2715.899748,1290.907365,1361.144635,2089.722936,2581.048704 +349519,2721.167816,1289.654594,1364.665692,2092.268604,2583.064493 +349520,2725.921636,1288.4034,1367.772554,2094.721675,2584.941003 +349521,2730.242664,1287.155554,1370.525379,2097.092657,2586.696611 +349522,2734.201585,1285.909121,1372.974617,2099.389395,2588.347354 +349523,2737.849152,1284.665379,1375.162535,2101.617687,2589.906991 +349524,2741.229159,1283.422241,1377.124636,2103.781923,2591.38747 +349525,2744.377557,1282.180885,1378.890705,2105.885388,2592.798972 +349526,2747.29802,1280.938492,1380.473667,2107.910718,2594.123562 +349527,2750.037441,1279.696826,1381.905869,2109.879232,2595.393536 +349528,2752.634565,1278.453166,1383.214661,2111.80854,2596.636332 +349529,2755.092956,1277.127532,1384.409709,2113.690297,2597.8455 +349530,2757.420328,1276.000709,1385.501682,2115.52129,2599.021005 +349531,2759.625004,1274.560436,1386.500598,2117.304015,2600.164915 +349532,2761.637048,1273.169441,1387.40942,2118.882885,2601.277359 +349533,2763.414011,1271.752488,1388.232664,2120.176888,2602.361426 +349534,2764.952852,1270.323298,1388.976687,2121.189057,2603.420529 +349535,2766.270901,1268.883232,1389.648198,2121.959504,2604.457235 +349536,2767.389566,1267.432341,1390.253359,2122.530202,2605.473349 +349537,2768.327357,1265.970976,1390.797499,2122.931795,2606.470148 +349538,2769.098778,1264.498807,1391.285187,2123.18363,2607.448617 +349539,2769.715032,1263.016007,1391.720352,2123.297699,2608.409488 +349540,2770.18528,1261.633598,1392.106428,2123.282091,2609.353342 +349541,2770.520918,1260.016817,1392.447714,2123.147013,2610.280574 +349542,2770.727249,1258.563604,1392.746522,2122.895659,2611.191464 +349543,2770.807899,1257.026311,1393.004558,2122.529618,2612.086155 +349544,2770.766485,1255.489904,1393.223548,2122.051013,2612.964712 +349545,2770.606825,1253.942134,1393.405252,2121.462445,2613.827107 +349546,2770.332667,1252.382528,1393.551383,2120.766523,2614.673274 +349547,2769.947334,1250.731978,1393.663514,2119.965542,2615.503081 +349548,2769.453785,1249.267106,1393.743088,2119.061449,2616.316389 +349549,2768.848264,1247.613918,1393.791406,2118.055888,2617.113011 +349550,2768.140703,1246.020258,1393.809665,2116.950292,2617.892763 +349551,2767.335477,1244.402223,1393.798959,2115.745934,2618.655431 +349552,2766.426792,1242.772155,1393.76031,2114.443979,2619.400819 +349553,2765.422612,1241.130503,1393.69466,2113.045486,2620.128709 +349554,2764.319466,1239.476985,1393.602896,2111.551438,2620.838908 +349555,2763.125134,1237.81191,1393.485841,2109.962734,2621.531203 +349556,2761.835003,1236.135038,1393.344276,2108.280225,2622.20542 +349557,2760.456262,1234.446692,1393.178931,2106.504688,2622.861368 +349558,2758.983765,1232.746645,1392.990501,2104.63686,2623.498885 +349559,2757.41888,1231.035224,1392.779638,2102.677419,2624.117805 +349560,2755.764518,1229.312223,1392.546969,2100.627012,2624.717992 +349561,0,0,0,0,0 +349562,0,0,0,0,0 +349563,0,0,0,0,0 +349564,0,0,0,0,0 +349565,0,0,0,0,0 +349566,0,0,0,0,0 +349567,0,0,0,0,0 +349568,0,0,0,0,0 +349569,0,0,0,0,0 +349570,0,0,0,0,0 +349571,0,0,0,0,0 +349572,0,0,0,0,0 +349573,0,0,0,0,0 +349574,0,0,0,0,0 +349575,0,0,0,0,0 +349576,0,0,0,0,0 +349577,0,0,0,0,0 +349578,0,0,0,0,0 +349579,0,0,0,0,0 +349580,0,0,0,0,0 +349581,0,0,0,0,0 +349582,0,0,0,0,0 +349583,0,0,0,0,0 +349584,0,0,0,0,0 +349585,0,0,0,0,0 +349586,0,0,0,0,0 +349587,0,0,0,0,0 +349588,0,0,0,0,0 +349589,0,0,0,0,0 +349590,0,0,0,0,0 +349591,0,0,0,0,0 +349592,0,0,0,0,0 +349593,0,0,0,0,0 +349594,0,0,0,0,0 +349595,0,0,0,0,0 +349596,0,0,0,0,0 +349597,0,0,0,0,0 +349598,0,0,0,0,0 +349599,0,0,0,0,0 +349600,0,0,0,0,0 +349601,0,0,0,0,0 +349602,0,0,0,0,0 +349603,0,0,0,0,0 +349604,0,0,0,0,0 +349605,0,0,0,0,0 +349606,0,0,0,0,0 +349607,0,0,0,0,0 +349608,0,0,0,0,0 +349609,0,0,0,0,0 +349610,0,0,0,0,0 +349611,0,0,0,0,0 +349612,0,0,0,0,0 +349613,0,0,0,0,0 +349614,0,0,0,0,0 +349615,0,0,0,0,0 +349616,0,0,0,0,0 +349617,0,0,0,0,0 +349618,0,0,0,0,0 +349619,0,0,0,0,0 +349620,0,0,0,0,0 +349621,0,0,0,0,0 +349622,0,0,0,0,0 +349623,0,0,0,0,0 +349624,0,0,0,0,0 +349625,0,0,0,0,0 +349626,0,0,0,0,0 +349627,0,0,0,0,0 +349628,0,0,0,0,0 +349629,0,0,0,0,0 +349630,0,0,0,0,0 +349631,0,0,0,0,0 +349632,0,0,0,0,0 +349633,0,0,0,0,0 +349634,0,0,0,0,0 +349635,0,0,0,0,0 +349636,0,0,0,0,0 +349637,0,0,0,0,0 +349638,0,0,0,0,0 +349639,0,0,0,0,0 +349640,0,0,0,0,0 +349641,0,0,0,0,0 +349642,0,0,0,0,0 +349643,0,0,0,0,0 +349644,0,0,0,0,0 +349645,0,0,0,0,0 +349646,0,0,0,0,0 +349647,0,0,0,0,0 +349648,0,0,0,0,0 +349649,0,0,0,0,0 +349650,0,0,0,0,0 +349651,0,0,0,0,0 +349652,0,0,0,0,0 +349653,0,0,0,0,0 +349654,0,0,0,0,0 +349655,0,0,0,0,0 +349656,0,0,0,0,0 +349657,0,0,0,0,0 +349658,0,0,0,0,0 +349659,0,0,0,0,0 +349660,0,0,0,0,0 +349661,0,0,0,0,0 +349662,0,0,0,0,0 +349663,0,0,0,0,0 +349664,0,0,0,0,0 +349665,0,0,0,0,0 +349666,0,0,0,0,0 +349667,0,0,0,0,0 +349668,0,0,0,0,0 +349669,0,0,0,0,0 +349670,0,0,0,0,0 +349671,0,0,0,0,0 +349672,0,0,0,0,0 +349673,0,0,0,0,0 +349674,0,0,0,0,0 +349675,0,0,0,0,0 +349676,0,0,0,0,0 +349677,0,0,0,0,0 +349678,0,0,0,0,0 +349679,0,0,0,0,0 +349680,0,0,0,0,0 +349681,0,0,0,0,0 +349682,0,0,0,0,0 +349683,0,0,0,0,0 +349684,0,0,0,0,0 +349685,0,0,0,0,0 +349686,0,0,0,0,0 +349687,0,0,0,0,0 +349688,0,0,0,0,0 +349689,0,0,0,0,0 +349690,0,0,0,0,0 +349691,0,0,0,0,0 +349692,0,0,0,0,0 +349693,0,0,0,0,0 +349694,0,0,0,0,0 +349695,0,0,0,0,0 +349696,0,0,0,0,0 +349697,0,0,0,0,0 +349698,0,0,0,0,0 +349699,0,0,0,0,0 +349700,0,0,0,0,0 +349701,0,0,0,0,0 +349702,0,0,0,0,0 +349703,0,0,0,0,0 +349704,0,0,0,0,0 +349705,0,0,0,0,0 +349706,0,0,0,0,0 +349707,0,0,0,0,0 +349708,0,0,0,0,0 +349709,0,0,0,0,0 +349710,0,0,0,0,0 +349711,0,0,0,0,0 +349712,0,0,0,0,0 +349713,0,0,0,0,0 +349714,0,0,0,0,0 +349715,0,0,0,0,0 +349716,0,0,0,0,0 +349717,0,0,0,0,0 +349718,0,0,0,0,0 +349719,0,0,0,0,0 +349720,0,0,0,0,0 +349721,0,0,0,0,0 +349722,0,0,0,0,0 +349723,0,0,0,0,0 +349724,0,0,0,0,0 +349725,0,0,0,0,0 +349726,0,0,0,0,0 +349727,0,0,0,0,0 +349728,0,0,0,0,0 +349729,0,0,0,0,0 +349730,0,0,0,0,0 +349731,0,0,0,0,0 +349732,0,0,0,0,0 +349733,0,0,0,0,0 +349734,0,0,0,0,0 +349735,0,0,0,0,0 +349736,0,0,0,0,0 +349737,0,0,0,0,0 +349738,0,0,0,0,0 +349739,0,0,0,0,0 +349740,0,0,0,0,0 +349741,0,0,0,0,0 +349742,0,0,0,0,0 +349743,0,0,0,0,0 +349744,0,0,0,0,0 +349745,0,0,0,0,0 +349746,0,0,0,0,0 +349747,0,0,0,0,0 +349748,0,0,0,0,0 +349749,0,0,0,0,0 +349750,0,0,0,0,0 +349751,0,0,0,0,0 +349752,0,0,0,0,0 +349753,0,0,0,0,0 +349754,0,0,0,0,0 +349755,0,0,0,0,0 +349756,0,0,0,0,0 +349757,0,0,0,0,0 +349758,0,0,0,0,0 +349759,0,0,0,0,0 +349760,0,0,0,0,0 +349761,0,0,0,0,0 +349762,0,0,0,0,0 +349763,0,0,0,0,0 +349764,0,0,0,0,0 +349765,0,0,0,0,0 +349766,0,0,0,0,0 +349767,0,0,0,0,0 +349768,0,0,0,0,0 +349769,0,0,0,0,0 +349770,0,0,0,0,0 +349771,0,0,0,0,0 +349772,0,0,0,0,0 +349773,0,0,0,0,0 +349774,0,0,0,0,0 +349775,0,0,0,0,0 +349776,0,0,0,0,0 +349777,0,0,0,0,0 +349778,0,0,0,0,0 +349779,0,0,0,0,0 +349780,0,0,0,0,0 +349781,0,0,0,0,0 +349782,0,0,0,0,0 +349783,0,0,0,0,0 +349784,0,0,0,0,0 +349785,0,0,0,0,0 +349786,0,0,0,0,0 +349787,0,0,0,0,0 +349788,0,0,0,0,0 +349789,0,0,0,0,0 +349790,0,0,0,0,0 +349791,0,0,0,0,0 +349792,0,0,0,0,0 +349793,0,0,0,0,0 +349794,0,0,0,0,0 +349795,0,0,0,0,0 +349796,0,0,0,0,0 +349797,0,0,0,0,0 +349798,0,0,0,0,0 +349799,0,0,0,0,0 +349800,0,0,0,0,0 +349801,0,0,0,0,0 +349802,0,0,0,0,0 +349803,0,0,0,0,0 +349804,0,0,0,0,0 +349805,0,0,0,0,0 +349806,0,0,0,0,0 +349807,0,0,0,0,0 +349808,0,0,0,0,0 +349809,0,0,0,0,0 +349810,0,0,0,0,0 +349811,0,0,0,0,0 +349812,0,0,0,0,0 +349813,0,0,0,0,0 +349814,0,0,0,0,0 +349815,0,0,0,0,0 +349816,0,0,0,0,0 +349817,0,0,0,0,0 +349818,0,0,0,0,0 +349819,0,0,0,0,0 +349820,0,0,0,0,0 +349821,0,0,0,0,0 +349822,0,0,0,0,0 +349823,0,0,0,0,0 +349824,0,0,0,0,0 +349825,0,0,0,0,0 +349826,0,0,0,0,0 +349827,0,0,0,0,0 +349828,0,0,0,0,0 +349829,0,0,0,0,0 +349830,0,0,0,0,0 +349831,0,0,0,0,0 +349832,0,0,0,0,0 +349833,0,0,0,0,0 +349834,0,0,0,0,0 +349835,0,0,0,0,0 +349836,0,0,0,0,0 +349837,0,0,0,0,0 +349838,0,0,0,0,0 +349839,0,0,0,0,0 +349840,0,0,0,0,0 +349841,0,0,0,0,0 +349842,0,0,0,0,0 +349843,0,0,0,0,0 +349844,0,0,0,0,0 +349845,0,0,0,0,0 +349846,0,0,0,0,0 +349847,0,0,0,0,0 +349848,0,0,0,0,0 +349849,0,0,0,0,0 +349850,0,0,0,0,0 +349851,0,0,0,0,0 +349852,0,0,0,0,0 +349853,0,0,0,0,0 +349854,0,0,0,0,0 +349855,0,0,0,0,0 +349856,0,0,0,0,0 +349857,0,0,0,0,0 +349858,0,0,0,0,0 +349859,0,0,0,0,0 +349860,0,0,0,0,0 +349861,0,0,0,0,0 +349862,0,0,0,0,0 +349863,0,0,0,0,0 +349864,0,0,0,0,0 +349865,0,0,0,0,0 +349866,0,0,0,0,0 +349867,0,0,0,0,0 +349868,0,0,0,0,0 +349869,0,0,0,0,0 +349870,0,0,0,0,0 +349871,0,0,0,0,0 +349872,0,0,0,0,0 +349873,0,0,0,0,0 +349874,0,0,0,0,0 +349875,0,0,0,0,0 +349876,0,0,0,0,0 +349877,0,0,0,0,0 +349878,0,0,0,0,0 +349879,0,0,0,0,0 +349880,0,0,0,0,0 +349881,0,0,0,0,0 +349882,0,0,0,0,0 +349883,0,0,0,0,0 +349884,0,0,0,0,0 +349885,0,0,0,0,0 +349886,0,0,0,0,0 +349887,0,0,0,0,0 +349888,0,0,0,0,0 +349889,0,0,0,0,0 +349890,0,0,0,0,0 +349891,0,0,0,0,0 +349892,0,0,0,0,0 +349893,0,0,0,0,0 +349894,0,0,0,0,0 +349895,0,0,0,0,0 +349896,0,0,0,0,0 +349897,0,0,0,0,0 +349898,0,0,0,0,0 +349899,0,0,0,0,0 +349900,0,0,0,0,0 +349901,0,0,0,0,0 +349902,0,0,0,0,0 +349903,0,0,0,0,0 +349904,0,0,0,0,0 +349905,0,0,0,0,0 +349906,0,0,0,0,0 +349907,0,0,0,0,0 +349908,0,0,0,0,0 +349909,0,0,0,0,0 +349910,0,0,0,0,0 +349911,0,0,0,0,0 +349912,0,0,0,0,0 +349913,0,0,0,0,0 +349914,0,0,0,0,0 +349915,0,0,0,0,0 +349916,0,0,0,0,0 +349917,0,0,0,0,0 +349918,0,0,0,0,0 +349919,0,0,0,0,0 +349920,0,0,0,0,0 +349921,0,0,0,0,0 +349922,0,0,0,0,0 +349923,0,0,0,0,0 +349924,0,0,0,0,0 +349925,0,0,0,0,0 +349926,0,0,0,0,0 +349927,0,0,0,0,0 +349928,0,0,0,0,0 +349929,0,0,0,0,0 +349930,0,0,0,0,0 +349931,0,0,0,0,0 +349932,0,0,0,0,0 +349933,0,0,0,0,0 +349934,0,0,0,0,0 +349935,0,0,0,0,0 +349936,0,0,0,0,0 +349937,0,0,0,0,0 +349938,0,0,0,0,0 +349939,0,0,0,0,0 +349940,0,0,0,0,0 +349941,0,0,0,0,0 +349942,0,0,0,0,0 +349943,0,0,0,0,0 +349944,0,0,0,0,0 +349945,0,0,0,0,0 +349946,0,0,0,0,0 +349947,0,0,0,0,0 +349948,0,0,0,0,0 +349949,0,0,0,0,0 +349950,0,0,0,0,0 +349951,0,0,0,0,0 +349952,0,0,0,0,0 +349953,0,0,0,0,0 +349954,0,0,0,0,0 +349955,0,0,0,0,0 +349956,0,0,0,0,0 +349957,0,0,0,0,0 +349958,0,0,0,0,0 +349959,0,0,0,0,0 +349960,0,0,0,0,0 +349961,0,0,0,0,0 +349962,0,0,0,0,0 +349963,0,0,0,0,0 +349964,0,0,0,0,0 +349965,0,0,0,0,0 +349966,0,0,0,0,0 +349967,0,0,0,0,0 +349968,0,0,0,0,0 +349969,0,0,0,0,0 +349970,0,0,0,0,0 +349971,0,0,0,0,0 +349972,0,0,0,0,0 +349973,0,0,0,0,0 +349974,0,0,0,0,0 +349975,0,0,0,0,0 +349976,0,0,0,0,0 +349977,0,0,0,0,0 +349978,0,0,0,0,0 +349979,0,0,0,0,0 +349980,0,0,0,0,0 +349981,0,0,0,0,0 +349982,0,0,0,0,0 +349983,0,0,0,0,0 +349984,0,0,0,0,0 +349985,0,0,0,0,0 +349986,0,0,0,0,0 +349987,0,0,0,0,0 +349988,0,0,0,0,0 +349989,0,0,0,0,0 +349990,0,0,0,0,0 +349991,0,0,0,0,0 +349992,0,0,0,0,0 +349993,0,0,0,0,0 +349994,0,0,0,0,0 +349995,0,0,0,0,0 +349996,0,0,0,0,0 +349997,0,0,0,0,0 +349998,0,0,0,0,0 +349999,0,0,0,0,0 +350000,0,0,0,0,0 +350001,0,0,0,0,0 +350002,0,0,0,0,0 +350003,0,0,0,0,0 +350004,0,0,0,0,0 +350005,0,0,0,0,0 +350006,0,0,0,0,0 +350007,0,0,0,0,0 +350008,0,0,0,0,0 +350009,0,0,0,0,0 +350010,0,0,0,0,0 +350011,0,0,0,0,0 +350012,0,0,0,0,0 +350013,0,0,0,0,0 +350014,0,0,0,0,0 +350015,0,0,0,0,0 +350016,0,0,0,0,0 +350017,0,0,0,0,0 +350018,0,0,0,0,0 +350019,0,0,0,0,0 +350020,0,0,0,0,0 +350021,0,0,0,0,0 +350022,0,0,0,0,0 +350023,0,0,0,0,0 +350024,0,0,0,0,0 +350025,0,0,0,0,0 +350026,0,0,0,0,0 +350027,0,0,0,0,0 +350028,0,0,0,0,0 +350029,0,0,0,0,0 +350030,0,0,0,0,0 +350031,0,0,0,0,0 +350032,0,0,0,0,0 +350033,0,0,0,0,0 +350034,0,0,0,0,0 +350035,0,0,0,0,0 +350036,0,0,0,0,0 +350037,0,0,0,0,0 +350038,0,0,0,0,0 +350039,0,0,0,0,0 +350040,0,0,0,0,0 +350041,0,0,0,0,0 +350042,0,0,0,0,0 +350043,0,0,0,0,0 +350044,0,0,0,0,0 +350045,0,0,0,0,0 +350046,0,0,0,0,0 +350047,0,0,0,0,0 +350048,0,0,0,0,0 +350049,0,0,0,0,0 +350050,0,0,0,0,0 +350051,0,0,0,0,0 +350052,0,0,0,0,0 +350053,0,0,0,0,0 +350054,0,0,0,0,0 +350055,0,0,0,0,0 +350056,0,0,0,0,0 +350057,0,0,0,0,0 +350058,0,0,0,0,0 +350059,0,0,0,0,0 +350060,0,0,0,0,0 +350061,0,0,0,0,0 +350062,0,0,0,0,0 +350063,0,0,0,0,0 +350064,0,0,0,0,0 +350065,0,0,0,0,0 +350066,0,0,0,0,0 +350067,0,0,0,0,0 +350068,0,0,0,0,0 +350069,0,0,0,0,0 +350070,0,0,0,0,0 +350071,0,0,0,0,0 +350072,0,0,0,0,0 +350073,0,0,0,0,0 +350074,0,0,0,0,0 +350075,0,0,0,0,0 +350076,0,0,0,0,0 +350077,0,0,0,0,0 +350078,0,0,0,0,0 +350079,0,0,0,0,0 +350080,0,0,0,0,0 +350081,0,0,0,0,0 +350082,0,0,0,0,0 +350083,0,0,0,0,0 +350084,0,0,0,0,0 +350085,0,0,0,0,0 +350086,0,0,0,0,0 +350087,0,0,0,0,0 +350088,0,0,0,0,0 +350089,0,0,0,0,0 +350090,0,0,0,0,0 +350091,0,0,0,0,0 +350092,0,0,0,0,0 +350093,0,0,0,0,0 +350094,0,0,0,0,0 +350095,0,0,0,0,0 +350096,0,0,0,0,0 +350097,0,0,0,0,0 +350098,0,0,0,0,0 +350099,0,0,0,0,0 +350100,0,0,0,0,0 +350101,0,0,0,0,0 +350102,0,0,0,0,0 +350103,0,0,0,0,0 +350104,0,0,0,0,0 +350105,0,0,0,0,0 +350106,0,0,0,0,0 +350107,0,0,0,0,0 +350108,0,0,0,0,0 +350109,0,0,0,0,0 +350110,0,0,0,0,0 +350111,0,0,0,0,0 +350112,0,0,0,0,0 +350113,0,0,0,0,0 +350114,0,0,0,0,0 +350115,0,0,0,0,0 +350116,0,0,0,0,0 +350117,0,0,0,0,0 +350118,0,0,0,0,0 +350119,0,0,0,0,0 +350120,0,0,0,0,0 +350121,0,0,0,0,0 +350122,0,0,0,0,0 +350123,0,0,0,0,0 +350124,0,0,0,0,0 +350125,0,0,0,0,0 +350126,0,0,0,0,0 +350127,0,0,0,0,0 +350128,0,0,0,0,0 +350129,0,0,0,0,0 +350130,0,0,0,0,0 +350131,0,0,0,0,0 +350132,0,0,0,0,0 +350133,0,0,0,0,0 +350134,0,0,0,0,0 +350135,0,0,0,0,0 +350136,0,0,0,0,0 +350137,0,0,0,0,0 +350138,0,0,0,0,0 +350139,0,0,0,0,0 +350140,0,0,0,0,0 +350141,0,0,0,0,0 +350142,0,0,0,0,0 +350143,0,0,0,0,0 +350144,0,0,0,0,0 +350145,0,0,0,0,0 +350146,0,0,0,0,0 +350147,0,0,0,0,0 +350148,0,0,0,0,0 +350149,0,0,0,0,0 +350150,0,0,0,0,0 +350151,0,0,0,0,0 +350152,0,0,0,0,0 +350153,0,0,0,0,0 +350154,0,0,0,0,0 +350155,0,0,0,0,0 +350156,0,0,0,0,0 +350157,0,0,0,0,0 +350158,0,0,0,0,0 +350159,0,0,0,0,0 +350160,0,0,0,0,0 +350161,0,0,0,0,0 +350162,0,0,0,0,0 +350163,0,0,0,0,0 +350164,0,0,0,0,0 +350165,0,0,0,0,0 +350166,0,0,0,0,0 +350167,0,0,0,0,0 +350168,0,0,0,0,0 +350169,0,0,0,0,0 +350170,0,0,0,0,0 +350171,0,0,0,0,0 +350172,0,0,0,0,0 +350173,0,0,0,0,0 +350174,0,0,0,0,0 +350175,0,0,0,0,0 +350176,0,0,0,0,0 +350177,0,0,0,0,0 +350178,0,0,0,0,0 +350179,0,0,0,0,0 +350180,0,0,0,0,0 +350181,0,0,0,0,0 +350182,0,0,0,0,0 +350183,0,0,0,0,0 +350184,0,0,0,0,0 +350185,0,0,0,0,0 +350186,0,0,0,0,0 +350187,0,0,0,0,0 +350188,0,0,0,0,0 +350189,0,0,0,0,0 +350190,0,0,0,0,0 +350191,0,0,0,0,0 +350192,0,0,0,0,0 +350193,0,0,0,0,0 +350194,0,0,0,0,0 +350195,0,0,0,0,0 +350196,0,0,0,0,0 +350197,0,0,0,0,0 +350198,0,0,0,0,0 +350199,0,0,0,0,0 +350200,0,0,0,0,0 +350201,0,0,0,0,0 +350202,0,0,0,0,0 +350203,0,0,0,0,0 +350204,0,0,0,0,0 +350205,0,0,0,0,0 +350206,0,0,0,0,0 +350207,0,0,0,0,0 +350208,0,0,0,0,0 +350209,0,0,0,0,0 +350210,0,0,0,0,0 +350211,0,0,0,0,0 +350212,0,0,0,0,0 +350213,0,0,0,0,0 +350214,0,0,0,0,0 +350215,0,0,0,0,0 +350216,0,0,0,0,0 +350217,0,0,0,0,0 +350218,0,0,0,0,0 +350219,0,0,0,0,0 +350220,0,0,0,0,0 +350221,0,0,0,0,0 +350222,0,0,0,0,0 +350223,0,0,0,0,0 +350224,0,0,0,0,0 +350225,0,0,0,0,0 +350226,0,0,0,0,0 +350227,0,0,0,0,0 +350228,0,0,0,0,0 +350229,0,0,0,0,0 +350230,0,0,0,0,0 +350231,0,0,0,0,0 +350232,0,0,0,0,0 +350233,0,0,0,0,0 +350234,0,0,0,0,0 +350235,0,0,0,0,0 +350236,0,0,0,0,0 +350237,0,0,0,0,0 +350238,0,0,0,0,0 +350239,0,0,0,0,0 +350240,0,0,0,0,0 +350241,0,0,0,0,0 +350242,0,0,0,0,0 +350243,0,0,0,0,0 +350244,0,0,0,0,0 +350245,0,0,0,0,0 +350246,0,0,0,0,0 +350247,0,0,0,0,0 +350248,0,0,0,0,0 +350249,0,0,0,0,0 +350250,0,0,0,0,0 +350251,0,0,0,0,0 +350252,0,0,0,0,0 +350253,0,0,0,0,0 +350254,0,0,0,0,0 +350255,0,0,0,0,0 +350256,0,0,0,0,0 +350257,0,0,0,0,0 +350258,0,0,0,0,0 +350259,0,0,0,0,0 +350260,0,0,0,0,0 +350261,0,0,0,0,0 +350262,0,0,0,0,0 +350263,0,0,0,0,0 +350264,0,0,0,0,0 +350265,0,0,0,0,0 +350266,0,0,0,0,0 +350267,0,0,0,0,0 +350268,0,0,0,0,0 +350269,0,0,0,0,0 +350270,0,0,0,0,0 +350271,0,0,0,0,0 +350272,0,0,0,0,0 +350273,0,0,0,0,0 +350274,0,0,0,0,0 +350275,0,0,0,0,0 +350276,0,0,0,0,0 +350277,0,0,0,0,0 +350278,0,0,0,0,0 +350279,0,0,0,0,0 +350280,0,0,0,0,0 +350281,0,0,0,0,0 +350282,0,0,0,0,0 +350283,0,0,0,0,0 +350284,0,0,0,0,0 +350285,0,0,0,0,0 +350286,0,0,0,0,0 +350287,0,0,0,0,0 +350288,0,0,0,0,0 +350289,0,0,0,0,0 +350290,0,0,0,0,0 +350291,0,0,0,0,0 +350292,0,0,0,0,0 +350293,0,0,0,0,0 +350294,0,0,0,0,0 +350295,0,0,0,0,0 +350296,0,0,0,0,0 +350297,0,0,0,0,0 +350298,0,0,0,0,0 +350299,0,0,0,0,0 +350300,0,0,0,0,0 +350301,0,0,0,0,0 +350302,0,0,0,0,0 +350303,0,0,0,0,0 +350304,0,0,0,0,0 +350305,0,0,0,0,0 +350306,0,0,0,0,0 +350307,0,0,0,0,0 +350308,0,0,0,0,0 +350309,0,0,0,0,0 +350310,0,0,0,0,0 +350311,0,0,0,0,0 +350312,0,0,0,0,0 +350313,0,0,0,0,0 +350314,0,0,0,0,0 +350315,0,0,0,0,0 +350316,0,0,0,0,0 +350317,0,0,0,0,0 +350318,0,0,0,0,0 +350319,0,0,0,0,0 +350320,0,0,0,0,0 +350321,0,0,0,0,0 +350322,0,0,0,0,0 +350323,0,0,0,0,0 +350324,0,0,0,0,0 +350325,0,0,0,0,0 +350326,0,0,0,0,0 +350327,0,0,0,0,0 +350328,0,0,0,0,0 +350329,0,0,0,0,0 +350330,0,0,0,0,0 +350331,0,0,0,0,0 +350332,0,0,0,0,0 +350333,0,0,0,0,0 +350334,0,0,0,0,0 +350335,0,0,0,0,0 +350336,0,0,0,0,0 +350337,0,0,0,0,0 +350338,0,0,0,0,0 +350339,0,0,0,0,0 +350340,0,0,0,0,0 +350341,161.8252539,1660.339543,1619.896962,70.70028626,-99.13333569 +350342,283.2509719,164.43986,366.280227,126.0398895,128.0988575 +350343,275.165913,147.0994873,345.6815293,122.469687,123.5793905 +350344,265.7354412,143.7285149,335.8760249,118.3008365,116.6076739 +350345,256.8397904,146.6524356,331.9079781,114.4120567,109.0514441 +350346,249.0619142,150.6752541,329.8472031,111.0673197,101.8439034 +350347,242.3435505,153.998217,328.0983098,108.2277546,95.21031684 +350348,236.4722517,281.7198282,326.3746653,105.7841475,89.09200183 +350349,231.2702974,246.0868472,324.7814012,103.6468209,83.38323569 +350350,226.6211373,259.1776994,323.4224933,101.7567333,78.01145563 +350351,222.4424885,274.2479658,322.32634,100.074369,72.93528972 +350352,218.6735296,283.4321398,321.4746118,98.56982515,68.12786851 +350353,215.2599508,292.7856906,320.8356099,97.21820048,63.56694499 +350354,212.1572936,302.1943019,320.3799167,95.99809323,59.23149867 +350355,209.3239772,311.5593937,320.0838966,94.89123214,55.10161981 +350356,206.7272517,320.851235,319.9285722,93.88217613,51.15878209 +350357,204.3361077,330.63371,319.8981158,92.95798364,47.3861578 +350358,202.1271762,340.187465,319.9788544,92.10781296,43.76854396 +350359,200.0752323,349.8498989,320.1601109,91.32135182,40.29232455 +350360,198.1643839,359.5455314,320.4308647,90.59137051,36.9452379 +350361,196.3784607,369.1507818,455.6685672,89.91420689,33.7163274 +350362,194.7064464,379.1224432,392.5841023,89.28221023,30.59573219 +350363,193.1353175,388.8556362,422.8196892,88.69016281,27.57465017 +350364,191.6568825,398.6341321,433.7514003,88.13667708,24.64507134 +350365,190.2607431,408.9005597,444.0839842,87.61631967,21.7997674 +350366,188.9411714,418.4013221,454.1642376,87.12573334,19.03217552 +350367,187.6899564,428.7807853,464.3403991,86.66509449,16.33647157 +350368,186.5033174,438.5537231,474.4710958,86.23020454,13.7074261 +350369,185.3763271,449.0814478,484.4413259,85.81876919,11.14039371 +350370,184.3026173,458.8545621,494.3055851,85.43186103,8.63117972 +350371,183.2805629,485.3504854,527.1318785,85.06600633,6.176034594 +350372,182.4229281,497.3461378,538.5777433,84.74872455,3.77185745 +350373,181.6769687,508.5515349,548.6763803,84.46273274,1.416306324 +350374,180.9777687,518.6884786,558.2333213,84.19034402,-0.893230573 +350375,180.2957774,529.2271524,567.3249602,83.92356741,-3.159408827 +350376,179.6215812,539.2648406,576.2907771,83.66086611,-5.384755605 +350377,178.9580224,549.7809008,585.1613198,83.40301574,-7.57148838 +350378,178.3061681,559.7635892,593.9327777,83.15101346,-9.721521575 +350379,177.6694336,569.9013543,601.9880507,82.90553648,-11.83647373 +350380,177.0471794,579.9693582,610.4227326,82.66697023,-13.91780453 +350381,176.441527,589.7902411,618.6400025,82.43555104,-15.96683679 +350382,175.8512168,600.1619141,626.4931216,82.21143271,-17.9848504 +350383,175.2781228,609.9768072,634.5995212,81.99472681,-19.97305232 +350384,174.7208386,619.9905987,642.0410198,81.78549886,-21.93263154 +350385,174.1811049,629.945174,649.9312317,81.58377793,-23.86473224 +350386,173.6573744,639.884751,657.2164283,81.38955692,-25.77047375 +350387,173.1512733,649.535001,664.714161,81.20280489,-27.65091901 +350388,172.6611346,659.8955621,671.9297497,81.02346108,-29.50712321 +350389,172.1884985,669.8678176,679.16656,80.85145295,-31.34007666 +350390,171.7316168,679.3450037,685.9495661,80.68668696,-33.15076094 +350391,171.2919748,689.4789294,693.3094108,80.52906507,-34.94009156 +350392,170.8677683,699.285434,699.9128588,80.37847397,-36.70897566 +350393,170.4604558,709.153663,706.7469117,80.23480395,-38.4582415 +350394,170.0681818,719.0106549,713.5497387,80.0979247,-40.1887466 +350395,169.6923863,728.8270013,719.6995921,79.96771914,-41.90124521 +350396,169.3312029,738.7176934,726.3580196,79.84405845,-43.59649752 +350397,168.9860569,748.2365595,732.5508019,79.72681978,-45.27519976 +350398,168.6550663,758.5592712,738.7853992,79.61587357,-46.93804319 +350399,168.3396563,768.1078621,744.8701157,79.51109771,-48.58565707 +350400,168.0379358,778.0353985,750.608194,79.41236444,-50.21866825 +350401,166.3041549,1212.392858,1712.052267,78.66174527,-54.46888051 +350402,182.4517087,1235.957803,1746.783658,86.18710327,-25.08558885 +350403,208.0027771,1254.567356,1771.70049,214.151958,22.8431166 +350404,1494.221882,1278.846305,1793.633477,647.062979,29.25813021 +350405,820.565921,1299.364107,1813.395353,362.5961135,53.07874208 +350406,996.8173874,1319.264548,1834.677005,460.1950137,122.6671886 +350407,1039.469159,1338.817883,1858.607955,471.8061516,175.5489936 +350408,1060.080426,1357.801708,1862.30352,481.1641994,216.3849585 +350409,1078.213186,1376.788765,1869.258823,490.2873806,249.2287301 +350410,1096.186494,1395.161756,1906.242242,499.2146391,276.5512601 +350411,1113.557891,1413.776308,1913.098749,507.7471914,299.8394155 +350412,1130.478181,1431.749446,1923.537279,515.8787497,320.0334466 +350413,1147.181807,1449.965169,1943.75253,524.3545195,337.7601622 +350414,1163.46429,1467.727392,1955.682164,532.1939196,353.4534791 +350415,986.6337901,1423.528201,1794.869934,452.7192817,726.1110861 +350416,1271.571309,1481.822323,1995.997253,580.9762588,1076.737377 +350417,1193.820281,1546.114219,1921.375264,547.2564394,829.8820352 +350418,1205.896877,1517.029249,1912.460104,552.9773544,948.4154996 +350419,1225.466549,1544.204996,1909.354865,562.4415815,949.3142652 +350420,1240.946557,1560.399401,1901.668926,569.5386245,976.9132421 +350421,1456.836908,1674.064593,2090.89072,668.7313694,1355.308439 +350422,979.9709973,1470.162085,1913.681283,453.9925076,469.1583229 +350423,1620.209305,1761.260796,2111.60571,742.4433436,1655.276983 +350424,979.4088939,1492.782173,1921.16487,455.0662391,431.2999699 +350425,1660.03307,1795.509612,2115.778267,756.3708313,1685.199484 +350426,988.2982869,1523.864967,1919.818886,467.4937643,472.9241727 +350427,1685.606229,1829.651108,2113.464063,770.1292708,1709.509518 +350428,1028.191849,1555.194667,1914.115145,479.8098294,501.2646621 +350429,1705.339429,1863.109344,2107.907102,783.4559212,1739.439437 +350430,1063.205921,1595.173494,1906.032191,494.915727,526.4755157 +350431,1742.100004,1904.90745,2101.225224,799.9719505,1768.551694 +350432,1088.524134,1647.337719,1898.196279,507.1963882,550.0012923 +350433,1769.231548,1903.649584,2095.042989,813.0246367,1795.895844 +350434,1112.618014,1668.261853,1891.331036,518.8057596,572.9264862 +350435,1794.862009,1961.199322,2089.694333,825.3755686,1821.833148 +350436,1135.831719,1680.020319,1884.923486,529.7024889,594.5193522 +350437,1819.914493,1992.152691,2085.37054,837.9613637,1860.37253 +350438,1157.275719,1704.781094,1880.277977,539.7509857,593.8165969 +350439,1845.856084,2027.398852,2084.06895,850.4688011,1900.21477 +350440,1380.644323,1827.355294,2083.380673,641.9606031,968.6001325 +350441,1567.390863,1919.653279,2078.671873,725.8237482,1348.621785 +350442,1574.573453,1906.449854,2072.410819,717.4922233,1285.770421 +350443,1528.343223,1914.03485,2067.11019,722.560323,1297.704807 +350444,1572.819022,1944.248131,2063.531889,727.5852915,1307.379732 +350445,1582.736324,1946.105378,2061.147192,732.6607844,1317.006875 +350446,1588.331478,1960.133928,2059.575415,737.784346,1326.459642 +350447,1600.005759,1990.014813,2058.531598,742.58791,1335.482862 +350448,1610.580367,1957.252717,2057.893101,747.5974596,1344.774518 +350449,1620.430485,2025.522502,2058.051187,752.3938689,1353.463583 +350450,1630.403417,1995.075104,2060.33141,757.1849248,1362.243968 +350451,1640.517402,2021.485019,2059.921257,761.9109006,1370.786742 +350452,1650.057601,2029.571731,2062.47144,766.5837997,1379.270312 +350453,1659.914754,2040.235199,2062.992272,771.1573087,1387.382234 +350454,1669.296581,2050.647616,2066.224209,775.7993858,1400.303417 +350455,1678.725713,2061.250663,2068.837254,780.2849016,1406.890361 +350456,1688.242324,2071.442566,2071.402902,784.8150381,1417.169232 +350457,1697.540158,2081.405589,2073.637461,789.1609794,1397.614646 +350458,1706.566931,2091.636073,2075.749192,793.5248064,1438.580765 +350459,1715.738408,2101.38465,2077.725432,797.9250245,1431.034762 +350460,1724.722232,2111.098445,2077.846388,802.1771957,1441.1935 +350461,2129.959245,2294.616482,2090.050782,990.0674732,2034.102539 +350462,2124.359951,2295.255823,2132.888937,957.4541807,2065.131223 +350463,2150.744937,2315.87119,2183.676518,1010.058516,2099.193337 +350464,2154.186097,2322.390513,2225.863271,967.9880863,2125.189501 +350465,2165.219306,2332.408317,2256.873737,1012.760625,2143.026332 +350466,2174.59865,2342.377556,2278.395876,985.58346,2154.799188 +350467,2183.887491,2351.928795,2293.580383,1016.547696,2162.634844 +350468,2193.001627,2361.202741,2304.883316,997.5204561,2168.046334 +350469,2201.972432,2370.491912,2313.331673,1027.415407,2171.982327 +350470,2210.815421,2379.540557,2320.036673,1001.799386,2175.063455 +350471,2219.538009,2388.464429,2325.500289,1044.76831,2177.620561 +350472,2228.282021,2397.075876,2330.257884,1000.004305,2179.915753 +350473,2245.091697,2406.036245,2334.169463,1041.487781,2182.084322 +350474,2232.407283,2414.54854,2339.37842,1048.374815,2186.231688 +350475,2259.50718,2429.596958,2341.750712,1017.511596,2187.344208 +350476,2260.259291,2428.74094,2344.303953,1047.015701,2189.192123 +350477,2269.663926,2439.952866,2346.231977,1046.661046,2191.081103 +350478,2277.593209,2448.230383,2348.609373,1049.042523,2193.096528 +350479,2285.746849,2455.63951,2350.998939,1053.662484,2195.244367 +350480,2293.655061,2463.597048,2354.805878,1057.516288,2199.508048 +350481,2301.241997,2470.515266,2355.907086,1061.308232,2200.572636 +350482,2309.065684,2478.842401,2359.332853,1065.069134,2204.421791 +350483,2316.6712,2485.912018,2361.760373,1068.786887,2207.361042 +350484,2324.232956,2493.084344,2363.806277,1072.470147,2209.937691 +350485,2331.722076,2500.302163,2365.623338,1076.116903,2212.315215 +350486,2347.67952,2513.446109,2365.741893,1079.727757,2212.65586 +350487,2333.768856,2512.614068,2368.414852,1083.307036,2216.192104 +350488,2360.066572,2521.207428,2368.649315,1086.914407,2216.965329 +350489,2359.613905,2528.235568,2369.527346,1090.327278,2218.357011 +350490,2368.148304,2534.617013,2370.669716,1093.853726,2220.101994 +350491,2374.789756,2540.68294,2373.768643,1096.97188,2224.059334 +350492,2381.224342,2545.826868,2374.009566,1099.999219,2224.831138 +350493,2387.586377,2559.026467,2376.51618,1102.969641,2228.511268 +350494,2399.020185,2547.960159,2376.330004,1105.811456,2228.997649 +350495,2396.745152,2570.196105,2376.640257,1108.846541,2230.182259 +350496,2426.476154,2566.821262,2378.911415,1111.513204,2233.850052 +350497,2379.732819,2571.375642,2378.556133,1114.342693,2234.358145 +350498,2451.883371,2576.90753,2378.650891,1117.064495,2235.47246 +350499,2406.555169,2581.643728,2378.901117,1119.752878,2236.814789 +350500,2423.160337,2592.969863,2381.092804,1122.403629,2240.586116 +350501,2442.00507,2582.411191,2380.532303,1125.012185,2241.014613 +350502,2439.051243,2600.886147,2380.377624,1127.587347,2241.970497 +350503,2446.675845,2598.781615,2380.53894,1130.124468,2243.327504 +350504,2466.204587,2601.947847,2380.682271,1132.626547,2244.672386 +350505,2436.943435,2612.701316,2380.928331,1135.163366,2246.155049 +350506,2497.515263,2603.879837,2381.087801,1137.494097,2247.541701 +350507,2449.704485,2620.070911,2382.824377,1139.946766,2250.885505 +350508,2468.065988,2617.675929,2382.10046,1142.30309,2251.209856 +350509,2504.52111,2621.178918,2383.541805,1144.645196,2254.206896 +350510,2460.960942,2624.012143,2384.109331,1146.952033,2256.126564 +350511,2512.79597,2632.643764,2382.926191,1149.160477,2255.877125 +350512,2476.798037,2624.248116,2382.429139,1151.517575,2256.444684 +350513,2518.603261,2643.314737,2382.317249,1153.690039,2257.452748 +350514,2498.974275,2632.642118,2382.461102,1155.896773,2258.749897 +350515,2512.661531,2637.966231,2384.031282,1158.066854,2261.794264 +350516,2516.139946,2647.980116,2384.816333,1160.209935,2263.866312 +350517,2520.910398,2639.980195,2385.34055,1162.399793,2265.608138 +350518,2525.746444,2650.630667,2385.629681,1164.386279,2267.036598 +350519,2530.547503,2650.892442,2385.725841,1166.504102,2268.470505 +350520,2535.259714,2651.562159,2385.349572,1168.536799,2269.815407 +350521,2546.458243,2651.618485,2382.735515,1173.420643,2268.041879 +350522,2553.013013,2654.417319,2381.60738,1176.059177,2267.939119 +350523,2558.598163,2659.438384,2383.003169,1178.530973,2270.754175 +350524,2564.36675,2660.26177,2382.21549,1180.933681,2270.714908 +350525,2569.998451,2663.643138,2383.79064,1183.281148,2273.467436 +350526,2575.271879,2663.476629,2382.983411,1185.576678,2273.178942 +350527,2581.051547,2666.01039,2384.47081,1187.83789,2275.829146 +350528,2586.217172,2665.041144,2383.562198,1190.135006,2275.239156 +350529,2591.683581,2665.129743,2383.271169,1192.226406,2275.330326 +350530,2596.920281,2665.664756,2383.190786,1194.377505,2275.608389 +350531,2602.368098,2666.408049,2383.225439,1196.623755,2275.969899 +350532,2607.475078,2667.213409,2383.332553,1198.697192,2276.375061 +350533,2613.038664,2668.008455,2383.489668,1200.812236,2276.804788 +350534,2618.209036,2668.764251,2383.681024,1202.895714,2277.244954 +350535,2623.528826,2669.47331,2383.8955,1204.958722,2277.685227 +350536,2637.292714,2670.536244,2384.226467,1207.002311,2278.243564 +350537,2621.361174,2671.101686,2384.459509,1209.026857,2278.657749 +350538,2652.730595,2671.62213,2384.708161,1211.033072,2279.068931 +350539,2639.852471,2672.275853,2385.077022,1213.096415,2279.60733 +350540,2650.355619,2672.762536,2385.362646,1214.95497,2280.023471 +350541,2655.157601,2673.170807,2385.623962,1216.962397,2280.390815 +350542,2659.888844,2673.58855,2385.918565,1218.888274,2280.780733 +350543,2665.119406,2676.406969,2387.885152,1220.810294,2283.409535 +350544,2669.80275,2675.266747,2387.281396,1222.712932,2282.653511 +350545,2674.718797,2674.912367,2387.220404,1224.604482,2282.542293 +350546,2679.969913,2674.884132,2387.339355,1226.478744,2282.625368 +350547,2684.754836,2675.022796,2387.553377,1228.338705,2282.803768 +350548,2689.761629,2677.641381,2389.484551,1230.185344,2285.082181 +350549,2694.374636,2676.323013,2388.87239,1232.014647,2284.236222 +350550,2699.43403,2675.781636,2388.814153,1233.833694,2284.225994 +350551,2704.621837,2677.987582,2390.606739,1235.825066,2286.22676 +350552,2709.378371,2676.498569,2389.961595,1237.762499,2285.40866 +350553,2715.130355,2678.401863,2391.622876,1239.89953,2286.807071 +350554,2719.899824,2676.817335,2390.971279,1241.94521,2285.6703 +350555,2725.310197,2676.260688,2390.996257,1243.865014,2285.42959 +350556,2730.381813,2676.127338,2391.279502,1245.942155,2285.527868 +350557,2735.651509,2676.188784,2391.70445,1247.949783,2285.590422 +350558,2740.73425,2676.307233,2392.220346,1249.96626,2285.723132 +350559,2753.787801,2676.583572,2392.909481,1251.980241,2286.279888 +350560,2739.918832,2676.63661,2393.520918,1253.990976,2286.516743 +350561,2768.049538,2676.632769,2394.150844,1255.998499,2286.752423 +350562,2758.442749,2676.779456,2394.931132,1258.002643,2287.148576 +350563,2766.782395,2676.735004,2395.625217,1260.003062,2287.421307 +350564,2772.380667,2676.585432,2396.289186,1261.99991,2287.63562 +350565,2776.902242,2676.460507,2397.000374,1263.993016,2288.101388 +350566,2782.204929,2676.313554,2397.730255,1265.981565,2288.369307 +350567,2787.247821,2676.135322,2398.470869,1267.965977,2288.6221 +350568,2792.231986,2675.91921,2399.222763,1269.946421,2288.870636 +350569,2797.587327,2675.460798,2401.578544,1271.922917,2291.092398 +350570,2802.160447,2672.113362,2401.285475,1273.97418,2290.013488 +350571,2807.338197,2670.448758,2401.661274,1275.825839,2289.505344 +350572,2819.781097,2669.539137,2402.144653,1277.848473,2289.342456 +350573,2815.092147,2668.614675,2402.744641,1279.798675,2289.305394 +350574,2822.929496,2669.124175,2404.90345,1281.758175,2291.184545 +350575,2827.78457,2658.137199,2404.337452,1283.710033,2289.680024 +350576,2832.569239,2667.169861,2404.368313,1285.662989,2288.891446 +350577,2837.660341,2657.701842,2406.310695,1287.61108,2290.450984 +350578,2842.206914,2657.198959,2405.710617,1289.472195,2288.841321 +350579,2854.842417,2656.675321,2405.871321,1291.532646,2288.157855 +350580,2842.682498,2648.162749,2406.104652,1293.411427,2287.53847 +350581,2750.243304,2601.771898,2406.499019,1242.043385,2287.867805 +350582,2738.272732,2591.604515,2395.787286,1242.564715,2272.984124 +350583,2743.879464,2588.789181,2383.103008,1243.575801,2254.837762 +350584,2747.844954,2593.421494,2373.464864,1244.651025,2239.698081 +350585,2750.539366,2575.792242,2367.071307,1245.795473,2228.445082 +350586,2753.778836,2588.361477,2363.112741,1246.979509,2220.117394 +350587,2756.783252,2570.058649,2360.704792,1248.267865,2214.14342 +350588,2768.093648,2574.638966,2359.235565,1249.376152,2209.592232 +350589,2753.786026,2571.762288,2359.856712,1250.67231,2207.884883 +350590,2776.819216,2566.264115,2358.217773,1251.904366,2203.653048 +350591,2768.557444,2563.401187,2357.472034,1253.160465,2200.739741 +350592,2773.364788,2559.940866,2357.00098,1254.419669,2198.35028 +350593,2777.512936,2556.371415,2356.702724,1255.684248,2196.33953 +350594,2780.340117,2552.43743,2356.586011,1256.952783,2194.702446 +350595,2783.794844,2541.96551,2356.44793,1258.144993,2193.173647 +350596,2787.082271,2552.773009,2356.470493,1259.538238,2191.960799 +350597,2790.454771,2532.179142,2356.569231,1260.759556,2190.945062 +350598,2793.61714,2537.771544,2356.578776,1262.051769,2189.909276 +350599,2804.316841,2532.465047,2356.827421,1263.334679,2189.24473 +350600,2791.119729,2527.705685,2357.02668,1264.619189,2188.586384 +350601,2811.975805,2523.572452,2357.167961,1265.905619,2187.914148 +350602,2806.716924,2519.554537,2357.488804,1267.193839,2187.511386 +350603,2809.193446,2515.073675,2357.746808,1268.483623,2187.072997 +350604,2813.990371,2510.714176,2357.932591,1269.774961,2186.580861 +350605,2816.951653,2506.230684,2358.1714,1271.067803,2186.182584 +350606,2820.130988,2494.784947,2358.326041,1272.362013,2185.704052 +350607,2831.284388,2505.763785,2358.723287,1273.657545,2185.543618 +350608,2817.736596,2482.556046,2359.015076,1274.954644,2185.271008 +350609,2837.751682,2489.434696,2359.130868,1276.333026,2184.796192 +350610,2833.400747,2482.148441,2359.4947,1277.512629,2184.842493 +350611,2835.647016,2476.50542,2359.835888,1278.709809,2184.661722 +350612,2838.887133,2471.525993,2360.030944,1279.804049,2184.325405 +350613,2847.821965,2461.954775,2360.26554,1283.362529,2184.079788 +350614,2834.681175,2454.774595,2360.499643,1284.793986,2183.540359 +350615,2850.181493,2449.059688,2360.731483,1286.067888,2182.830321 +350616,2848.018238,2443.228888,2361.185827,1287.292355,2182.398275 +350617,2849.092177,2437.13803,2361.625071,1288.48443,2182.035574 +350618,2858.358534,2431.19803,2362.079519,1289.654259,2181.796065 +350619,2856.001209,2425.128649,2362.576139,1290.806798,2181.69983 +350620,2856.455621,2411.622531,2362.794291,1291.94467,2181.330545 +350621,2865.370553,2415.273466,2362.993904,1293.070035,2180.99322 +350622,2865.985905,2405.295664,2365.220426,1294.184738,2182.977136 +350623,2863.962143,2399.03253,2364.51647,1295.286025,2181.629299 +350624,2866.323162,2393.196786,2365.79311,1296.801174,2182.772186 +350625,2866.116625,2386.548433,2364.593978,1299.516284,2180.871807 +350626,2867.634789,2380.409549,2364.043137,1296.638574,2179.777015 +350627,2867.642502,2373.631132,2363.715081,1306.355054,2178.954172 +350628,2866.483703,2367.131569,2363.435769,1290.401211,2178.194007 +350629,2865.388314,2360.557211,2363.065411,1326.100787,2177.329508 +350630,2864.457025,2353.855085,2362.642885,1273.031228,2176.410558 +350631,2863.69841,2347.158527,2362.000453,1317.487212,2175.465882 +350632,2862.939469,2340.441239,2361.452672,1319.148398,2174.397243 +350633,2862.313776,2333.589371,2360.915365,1280.165751,2173.343022 +350634,2864.44146,2327.036805,2362.268334,1319.152763,2174.406327 +350635,2865.106925,2319.761272,2362.469146,1305.136353,2174.316843 +350636,2862.570998,2312.916863,2360.419192,1308.913794,2171.700207 +350637,2861.21933,2305.954107,2359.281305,1309.799587,2169.957707 +350638,2860.339344,2298.872118,2358.401627,1310.865578,2168.512892 +350639,2859.728455,2291.765017,2357.65993,1311.847664,2167.23063 +350640,2859.274901,2284.697272,2356.997768,1312.836297,2166.050687 +350641,2855.963863,2161.782556,2353.996209,1204.759963,2161.170601 +350642,2782.254366,2159.731024,2338.17453,1203.396538,2137.340261 +350643,2561.064545,2146.979599,2312.133745,1202.496972,2099.23842 +350644,2708.688353,2138.979333,2286.068067,1202.344906,2059.832087 +350645,2675.569589,2130.420381,2268.360223,1202.114595,2030.272121 +350646,2659.344717,2121.929385,2256.710358,1202.080921,2008.496136 +350647,2678.742664,2113.447123,2249.911372,1202.115687,1993.105869 +350648,2668.832532,2105.023409,2242.860635,1202.284514,1977.939983 +350649,2670.210072,2096.819708,2239.345107,1202.30103,1967.688046 +350650,2671.165178,2088.132212,2234.211207,1202.521869,1955.978546 +350651,2672.542194,2079.886976,2230.445537,1202.70844,1946.438457 +350652,2673.169542,2071.522909,2227.430535,1202.929494,1938.256565 +350653,2680.801837,2063.08878,2225.03712,1203.174404,1931.029881 +350654,2667.099653,2054.745943,2222.816385,1203.439848,1924.587116 +350655,2682.908604,2046.512158,2220.733879,1203.724774,1918.641361 +350656,2677.39898,2037.919997,2218.989086,1204.028018,1913.39619 +350657,2677.462965,2029.688916,2217.295569,1204.348203,1908.461879 +350658,2679.193415,2013.741549,2215.636839,1204.684988,1903.785941 +350659,2681.406761,2017.390352,2215.881043,1205.038939,1901.649051 +350660,2688.380673,2002.515679,2213.885087,1205.404618,1896.925261 +350661,2675.232785,1982.814916,2212.523464,1205.788951,1893.127162 +350662,2690.09916,2012.378975,2211.339004,1206.10328,1889.663342 +350663,2686.547632,1946.668737,2210.542604,1206.636723,1886.983563 +350664,2686.228359,1985.904318,2209.841834,1207.003296,1884.300271 +350665,2687.636145,1953.950802,2209.037699,1207.453981,1881.569567 +350666,2690.363488,1954.299624,2209.960495,1207.906016,1881.041094 +350667,2690.073475,1943.978057,2208.306004,1208.369675,1877.414023 +350668,2697.973649,1952.550568,2207.347937,1208.846787,1874.694259 +350669,2687.399178,1904.054098,2206.562504,1209.335572,1872.220184 +350670,2698.871791,1938.472018,2205.812026,1209.836241,1869.818707 +350671,2697.232879,1897.917236,2205.251304,1210.2468,1867.679863 +350672,2698.356165,1907.612666,2206.405164,1210.646947,1867.699864 +350673,2697.225586,1893.054006,2204.80161,1211.046531,1864.385619 +350674,2704.475255,1906.815517,2203.78923,1211.449431,1861.843169 +350675,2702.541771,1846.668397,2203.144808,1211.855688,1859.782166 +350676,2701.561344,1901.201063,2202.498107,1212.266006,1857.745127 +350677,2701.498852,1831.660849,2201.731029,1212.680849,1855.586779 +350678,2702.063921,1864.043018,2200.946609,1213.100243,1853.431394 +350679,2702.826453,1841.06915,2200.141806,1213.524428,1851.271694 +350680,2703.639038,1835.219281,2199.35735,1213.953417,1849.155021 +350681,2704.474906,1826.911191,2198.613316,1214.387153,1847.104381 +350682,2704.943277,1818.947175,2197.884237,1214.825547,1845.087427 +350683,2704.052682,1810.504008,2197.119888,1215.268552,1843.041182 +350684,2703.131321,1802.435402,2196.271385,1215.716095,1840.903563 +350685,2702.218237,1794.300195,2195.33709,1216.232861,1838.670019 +350686,2701.286898,1802.558999,2194.306075,1218.075223,1836.324524 +350687,2700.460793,1754.572274,2193.274689,1215.413668,1833.983976 +350688,2699.675739,1793.389751,2192.219924,1222.936454,1831.619471 +350689,2698.918273,1742.728378,2191.1467,1210.584652,1829.237239 +350690,2698.189088,1762.432403,2190.064567,1234.490938,1826.849323 +350691,2697.480409,1744.804992,2188.974764,1199.776105,1824.457491 +350692,2696.816892,1738.708599,2187.897428,1228.309043,1822.0868 +350693,2698.815546,1731.171935,2188.506406,1227.539524,1821.806871 +350694,2696.786868,1723.252742,2186.561999,1206.22145,1818.396505 +350695,2695.63467,1715.909724,2185.166632,1227.85167,1815.667427 +350696,2694.662587,1708.308023,2183.864665,1236.392741,1813.04756 +350697,2693.900165,1700.879235,2182.676653,1197.323265,1810.564249 +350698,2693.293645,1693.505965,2181.574685,1234.305988,1808.188343 +350699,2692.694481,1686.204341,2180.46949,1220.267619,1805.813788 +350700,2692.132163,1678.977225,2179.381791,1223.503643,1803.467645 +350701,2691.677122,1779.176851,2178.594647,1330.428719,1801.882574 +350702,2705.158576,1799.011311,2187.462986,1333.18566,1815.324888 +350703,2724.976541,1733.412346,2200.891936,1339.368417,1836.185064 +350704,2743.261255,1780.391084,2213.589971,1331.480615,1857.197862 +350705,2756.749935,1760.571868,2223.315241,1359.047513,1874.284894 +350706,2765.979752,1742.210761,2230.301984,1311.163396,1887.986041 +350707,2772.293874,1763.741984,2235.328843,1354.719524,1899.24022 +350708,2776.778463,1721.091801,2239.042715,1339.735341,1908.256637 +350709,2780.194097,1756.776243,2241.912995,1343.663217,1915.786905 +350710,2782.966865,1709.277057,2244.21752,1345.295643,1922.181855 +350711,2785.295601,1737.817257,2246.100421,1346.515274,1927.641894 +350712,2787.27304,1709.813326,2247.641051,1347.910843,1932.509076 +350713,2789.006577,1716.966241,2248.926468,1349.046831,1936.495704 +350714,2790.553274,1707.439064,2250.00917,1350.335864,1939.901474 +350715,2791.958999,1703.255684,2250.93173,1351.593985,1942.812814 +350716,2793.273932,1698.163724,2251.738106,1352.794238,1945.317007 +350717,2794.512478,1693.246382,2252.447158,1354.005988,1947.464601 +350718,2795.690937,1688.409203,2253.077618,1355.210301,1949.304855 +350719,2796.821384,1683.667867,2253.64417,1356.404331,1950.879579 +350720,2797.911796,1679.025504,2254.157633,1357.682629,1952.223472 +350721,2798.967674,1674.484547,2254.626165,1358.713719,1953.365774 +350722,2799.990006,1670.047189,2255.054172,1361.011624,1954.329053 +350723,2800.979538,1665.731407,2255.445149,1362.487015,1955.132838 +350724,2801.943072,1661.893295,2255.805844,1362.651602,1955.798966 +350725,2802.875649,1658.247197,2256.135084,1367.331706,1956.337884 +350726,2803.789271,1654.751214,2256.442089,1361.859726,1956.771545 +350727,2804.987903,1651.328089,2256.736707,1364.286939,1957.122202 +350728,2805.827417,1647.979764,2256.994252,1371.693964,1957.366305 +350729,2806.610016,1644.695595,2257.213784,1370.302655,1957.509967 +350730,2807.372524,1641.469904,2257.412664,1372.875859,1957.580954 +350731,2808.122908,1638.414215,2257.594001,1375.128566,1957.588591 +350732,2808.872425,1635.323326,2257.768409,1377.344932,1957.536235 +350733,2809.628695,1632.569332,2257.944254,1379.729693,1957.428681 +350734,2810.391467,1629.650064,2258.123424,1381.996667,1957.270101 +350735,2811.148588,1626.856217,2258.299379,1390.580621,1957.058613 +350736,2811.921813,1624.119406,2258.485819,1378.025938,1956.816925 +350737,2812.707491,1621.423988,2258.680863,1393.886978,1956.549287 +350738,2813.46829,1618.775634,2258.860927,1391.390146,1956.230983 +350739,2814.215207,1616.285195,2259.0328,1395.081011,1955.874167 +350740,2814.955442,1613.569313,2259.200771,1397.772828,1955.487275 +350741,2815.672817,1611.131471,2259.354363,1406.257813,1955.059987 +350742,2816.312794,1609.686014,2259.438021,1395.488685,1954.492875 +350743,2816.944218,1608.321105,2259.535146,1410.592626,1953.954545 +350744,2817.269901,1606.713957,2259.354804,1408.901621,1952.924898 +350745,2817.227852,1605.235893,2258.874033,1423.148614,1951.404039 +350746,2817.696416,1603.654285,2258.923706,1400.95755,1950.858545 +350747,2817.835775,1602.369773,2258.571165,1441.821896,1949.503287 +350748,2817.359286,1600.867712,2257.668577,1398.755417,1947.208897 +350749,2818.185813,1599.48523,2258.044127,1451.892202,1947.208931 +350750,2818.50336,1598.106555,2257.778303,1417.745982,1945.908017 +350751,2817.613448,1596.752665,2256.47868,1440.252053,1942.897615 +350752,2816.68751,1595.422475,2255.292399,1436.170624,1940.242565 +350753,2815.907168,1594.113899,2254.209229,1441.882216,1937.743148 +350754,2815.346384,1592.828182,2253.257941,1445.359202,1935.415546 +350755,2817.693635,1591.566572,2255.033878,1449.110858,1937.88827 +350756,2819.081601,1590.321375,2255.447623,1452.95948,1937.507177 +350757,2821.127196,1589.104909,2256.603919,1456.963165,1938.565834 +350758,2825.086285,1587.907588,2259.695728,1460.919479,1942.611408 +350759,2828.439269,1586.72955,2261.730798,1464.889678,1944.849676 +350760,2831.054326,1585.576135,2263.118189,1469.215353,1945.998461 +350761,2831.917435,1607.180287,2262.838706,1495.572126,1944.181178 +350762,2834.184175,1607.173768,2263.187963,1501.63212,1943.670641 +350763,2838.265536,1606.899025,2265.108937,1506.443941,1945.936671 +350764,2842.460534,1606.414418,2267.278027,1516.960419,1948.826095 +350765,2849.758051,1605.86451,2272.79286,1514.030544,1957.955516 +350766,2854.701371,1605.259077,2275.868876,1522.383696,1962.463497 +350767,2859.749701,1604.639493,2279.438972,1526.968806,1968.17167 +350768,2863.145968,1604.002056,2281.43357,1531.719231,1971.016622 +350769,2863.505718,1603.363212,2280.742556,1536.628176,1969.271881 +350770,2864.096038,1602.72894,2280.678713,1541.945593,1969.020307 +350771,2869.47362,1602.096903,2285.190362,1547.068638,1976.856193 +350772,2877.887376,1601.462319,2291.663624,1552.362608,1987.459705 +350773,2880.596988,1600.829452,2292.535359,1557.473765,1987.636312 +350774,2879.916698,1600.215594,2290.857955,1562.59292,1983.95781 +350775,2879.787397,1599.607863,2290.167481,1568.184539,1982.466645 +350776,2884.711285,1599.007515,2294.261681,1573.596896,1989.399989 +350777,2888.190863,1598.404078,2296.246479,1579.048183,1991.847754 +350778,2888.186597,1597.817227,2295.026353,1584.311127,1988.75136 +350779,2888.560363,1597.243609,2294.612832,1590.120417,1987.543505 +350780,2894.420227,1596.677659,2299.432384,1595.771302,1995.601674 +350781,2903.459601,1596.112403,2306.547753,1601.58173,2006.963639 +350782,2910.759806,1595.555285,2311.520807,1607.226737,2014.019746 +350783,2912.568324,1594.895426,2311.371544,1618.054901,2012.089198 +350784,2914.921384,1594.533322,2312.556384,1611.751133,2013.319222 +350785,2920.571852,1593.926851,2316.584337,1632.33772,2019.513177 +350786,2922.041621,1593.419099,2316.444918,1628.755101,2017.81419 +350787,2920.820594,1592.914947,2314.24891,1636.602664,2013.023315 +350788,2920.302004,1592.417285,2313.060523,1643.218032,2010.398449 +350789,2924.948527,1591.927735,2316.71258,1649.186563,2016.291464 +350790,2932.665262,1591.552051,2322.609705,1655.398565,2025.480456 +350791,2939.398357,1590.730374,2326.892995,1661.081507,2031.372401 +350792,2944.3435,1590.124426,2329.938251,1667.173083,2035.238466 +350793,2948.847745,1589.41356,2332.295901,1678.11122,2038.061098 +350794,2948.342755,1588.708282,2331.106225,1671.936884,2034.798931 +350795,2946.588691,1588.006016,2328.459057,1690.911773,2029.515295 +350796,2950.002211,1587.304176,2330.591125,1689.717641,2033.021903 +350797,2956.38441,1586.589265,2334.957274,1696.808048,2039.965419 +350798,2958.192705,1585.869352,2334.680767,1702.633886,2038.286762 +350799,2957.794489,1585.160419,2332.383495,1714.124889,2033.566163 +350800,2957.868118,1584.449668,2331.124768,1713.123727,2031.112407 +350801,2962.846292,1583.738899,2334.536346,1720.972732,2036.996017 +350802,2966.514081,1579.689627,2335.955807,1728.194624,2038.66101 +350803,2967.060646,1578.377002,2334.08317,1738.669194,2035.25262 +350804,2972.611647,1577.23278,2337.216166,1740.375647,2041.630985 +350805,2976.9382,1576.407626,2338.24057,1746.597724,2043.7414 +350806,2977.580126,1575.389944,2336.198721,1756.769059,2040.472404 +350807,2983.322241,1574.4932,2339.57368,1759.585741,2047.156261 +350808,2987.673648,1573.577152,2340.986845,1769.087053,2049.549425 +350809,2992.884858,1572.685449,2343.39772,1776.851085,2053.777436 +350810,2996.665935,1571.793883,2344.382183,1778.416237,2055.326416 +350811,2996.951314,1570.91261,2342.333816,1780.697857,2051.748925 +350812,2997.368129,1570.043131,2340.949834,1784.581808,2049.860475 +350813,2998.014577,1569.174432,2339.820436,1785.139968,2048.449684 +350814,3003.589526,1568.316863,2343.444843,1788.463925,2055.525773 +350815,3007.160153,1567.451165,2344.480802,1791.706097,2057.343184 +350816,3011.128591,1566.604837,2346.152433,1795.344116,2060.556444 +350817,3013.38839,1565.755358,2346.125103,1798.461672,2060.683201 +350818,3012.381997,1564.913479,2342.926699,1800.027256,2055.424879 +350819,3015.9416,1564.086772,2344.91199,1803.901651,2059.894451 +350820,3018.009263,1563.244537,2344.795921,1807.695453,2059.967643 +350821,3021.801567,1529.302291,2346.515747,1812.313373,2063.512521 +350822,3019.305228,1527.999138,2343.063706,1813.539932,2058.694047 +350823,3015.76052,1526.939627,2339.149969,1814.213531,2053.456379 +350824,3011.580497,1525.851251,2334.197298,1815.154927,2045.768288 +350825,3005.600716,1524.788485,2327.482712,1815.744394,2034.517531 +350826,3006.445505,1523.639904,2327.065164,1819.46881,2034.45535 +350827,3011.423951,1549.196695,2329.68382,1825.703214,2038.854227 +350828,3012.088408,1482.549156,2327.269806,1829.987425,2033.717108 +350829,3013.34407,1539.399563,2326.384941,1834.155663,2031.996416 +350830,3013.664872,1531.434778,2324.623284,1837.804437,2028.760978 +350831,3011.442477,1494.855307,2320.589959,1840.095741,2021.716805 +350832,3014.115311,1528.93476,2321.635183,1844.485553,2024.16717 +350833,3019.880007,1526.454188,2325.015217,1850.754644,2030.225458 +350834,3020.806681,1496.883224,2323.276413,1854.976241,2026.790521 +350835,3022.303838,1546.978797,2322.774335,1859.00627,2026.308831 +350836,3022.902017,1476.589962,2321.354666,1862.641704,2024.193306 +350837,3020.943796,1529.075718,2317.631048,1864.970846,2018.195571 +350838,3023.544313,1515.156587,2318.703748,1869.243203,2021.219728 +350839,3029.187269,1499.408389,2322.03205,1875.418321,2027.659417 +350840,3033.822076,1526.191541,2323.930379,1881.396048,2031.151547 +350841,3033.855378,1490.067788,2321.541571,1885.063137,2027.182505 +350842,3031.232586,1531.290647,2317.286158,1887.02324,2020.59844 +350843,3029.184486,1481.341466,2314.000044,1889.030995,2016.190621 +350844,3027.627787,1538.300876,2311.150428,1891.342855,2012.586525 +350845,3031.145283,1469.692139,2313.073444,1896.178421,2017.446347 +350846,3037.76666,1541.149613,2317.228516,1903.169123,2025.58895 +350847,3038.964722,1465.933719,2315.700462,1907.60479,2023.182366 +350848,3036.603601,1540.54973,2311.518402,1909.809861,2016.826027 +350849,3034.738671,1462.341621,2308.350699,1911.930272,2012.815652 +350850,3033.41503,1515.843797,2305.666817,1914.383286,2009.659611 +350851,3032.353212,1499.292465,2303.195436,1917.023957,2006.895459 +350852,3031.521331,1492.881475,2300.895082,1919.797878,2004.451505 +350853,3030.87835,1506.754251,2298.735619,1922.653498,2002.284071 +350854,3030.413784,1479.617635,2296.710036,1925.58026,2000.376784 +350855,3036.359231,1520.930988,2300.822221,1931.564083,2009.413534 +350856,3040.057466,1462.316148,2301.822198,1937.051965,2011.984891 +350857,3044.223438,1528.53132,2303.558669,1942.548053,2016.15172 +350858,3051.956909,1453.598336,2308.65506,1949.7918,2026.195936 +350859,3053.301335,1525.567007,2307.14241,1954.289896,2023.965022 +350860,3055.08869,1455.58064,2306.969758,1958.437881,2024.990261 +350861,3060.368116,1513.021538,2310.075267,1964.300324,2031.790137 +350862,3060.72671,1465.663287,2307.828963,1968.054005,2028.601287 +350863,3057.897125,1498.411484,2303.037604,1969.726668,2021.614406 +350864,3060.546269,1474.440002,2303.823406,1973.617554,2025.083873 +350865,3062.124575,1486.473859,2302.680402,1977.40053,2024.427249 +350866,3065.076557,1480.798555,2302.870411,1981.660652,2026.335644 +350867,3066.68907,1480.502584,2301.471229,1985.510218,2025.249731 +350868,3064.931433,1479.3853,2296.94888,1987.318599,2018.837523 +350869,3063.666567,1478.264189,2293.334973,1988.980658,2014.576562 +350870,3068.566913,1477.138859,2295.531597,1993.59475,2020.648011 +350871,3071.741989,1476.000754,2295.122001,1997.911669,2021.235301 +350872,3070.602015,1474.873225,2290.735992,1999.955501,2014.995751 +350873,3069.831977,1473.748193,2287.289334,2001.722292,2011.070368 +350874,3069.563603,1472.615091,2284.273143,2003.708322,2007.926542 +350875,3069.652668,1471.483108,2281.505074,2005.876693,2005.21002 +350876,3076.8117,1470.352691,2285.433569,2011.439494,2014.389277 +350877,3088.21243,1469.209194,2292.351307,2019.657881,2027.857861 +350878,3091.621473,1468.064209,2290.905715,2024.56934,2025.778241 +350879,3095.209332,1466.939301,2290.729495,2028.564929,2027.022826 +350880,3097.381427,1465.796218,2289.21759,2031.851249,2025.883359 +350881,3096.040719,1398.463393,2284.52473,2033.357033,2019.274859 +350882,3091.419384,1396.89365,2279.303732,2031.916396,2014.18868 +350883,3081.257656,1395.423222,2268.553127,2028.483051,1998.701117 +350884,3073.789147,1394.078276,2259.96722,2027.10976,1986.237072 +350885,3068.054775,1392.738868,2251.839594,2027.570621,1973.056958 +350886,3066.637178,1391.523351,2247.278761,2030.412188,1965.454549 +350887,3065.729351,1390.058914,2242.561038,2033.660217,1956.842904 +350888,3067.302375,1388.828737,2240.246916,2037.780359,1952.52263 +350889,3068.113256,1387.50645,2236.972507,2041.534471,1946.302034 +350890,3065.700796,1386.213258,2230.832064,2043.365394,1935.289362 +350891,3064.05623,1384.923024,2226.007818,2044.806998,1927.296232 +350892,3063.167246,1383.634514,2221.904399,2046.679774,1920.718687 +350893,3062.812803,1382.343452,2218.276028,2048.295027,1915.102812 +350894,3069.08393,1381.063564,2220.96739,2053.469882,1920.843942 +350895,3073.308667,1379.667354,2220.756827,2058.274669,1920.621908 +350896,3072.62902,1378.528047,2216.140207,2060.485852,1912.968742 +350897,3072.266855,1377.279422,2212.58268,2062.139064,1908.03313 +350898,3072.377541,1375.863157,2209.510581,2063.966467,1904.081951 +350899,3079.174143,1374.552721,2212.825605,2069.009434,1911.558381 +350900,3083.783614,1373.385401,2213.069757,2073.588,1912.693698 +350901,3088.986632,1372.036321,2214.179235,2078.218881,1915.719257 +350902,3092.270046,1370.760734,2213.374266,2082.159067,1915.292538 +350903,3091.251507,1369.476362,2208.759902,2083.604809,1908.426312 +350904,3096.145191,1368.198218,2210.48741,2087.467382,1913.522763 +350905,3099.402723,1366.899043,2209.829665,2091.091582,1913.598887 +350906,3098.375488,1365.614424,2205.295672,2092.505481,1907.052503 +350907,3103.125911,1364.334486,2206.932014,2096.291358,1912.124675 +350908,3106.24409,1363.033776,2206.211527,2099.802239,1912.243731 +350909,3110.32791,1361.749781,2206.653733,2103.606833,1914.683642 +350910,3117.791078,1360.457739,2210.18085,2109.119559,1922.450548 +350911,3123.99093,1359.05814,2212.025582,2114.30986,1926.741937 +350912,3124.62435,1357.641696,2208.74402,2116.643142,1922.0963 +350913,3122.022617,1356.220909,2203.233404,2117.025484,1914.31691 +350914,3120.005049,1354.78927,2198.860612,2117.109805,1909.121253 +350915,3118.532213,1353.345772,2195.009752,2117.469622,1904.880461 +350916,3117.42632,1351.897118,2191.466671,2118.035952,1901.194624 +350917,3122.293358,1350.445193,2193.613369,2121.477661,1907.633717 +350918,3125.22276,1348.973149,2193.02989,2124.504967,1908.382607 +350919,3128.927448,1347.512643,2193.458499,2127.662928,1911.193958 +350920,3136.016914,1346.039566,2197.025987,2132.473085,1919.4435 +350921,3137.156968,1344.552977,2194.438915,2134.685543,1916.258382 +350922,3134.431532,1343.079438,2189.043981,2134.444312,1908.920019 +350923,3137.105706,1341.503498,2189.45366,2136.425889,1912.479781 +350924,3138.484614,1340.14031,2187.915035,2138.283908,1911.862876 +350925,3136.211642,1338.579871,2183.08068,2138.25658,1905.589484 +350926,3139.4863,1337.193567,2184.121896,2140.533683,1910.301988 +350927,3146.397571,1335.53832,2187.882835,2145.05622,1919.075827 +350928,3151.862685,1334.087536,2189.712298,2149.207924,1923.847323 +350929,3151.606443,1332.555682,2186.271834,2150.427909,1919.405454 +350930,3152.223433,1331.041984,2184.557054,2151.485247,1918.838715 +350931,3156.141264,1329.513101,2185.956289,2154.200605,1923.701986 +350932,3159.586962,1327.975767,2186.465818,2157.005256,1926.515603 +350933,3162.158847,1326.439723,2186.216229,2159.345339,1928.018669 +350934,3160.896134,1324.89582,2182.169458,2159.593891,1922.884179 +350935,3156.607576,1323.354867,2176.459843,2158.260924,1915.403652 +350936,3153.265984,1321.807631,2171.790404,2156.989819,1910.17644 +350937,3155.114239,1320.254474,2172.041278,2158.266941,1913.662489 +350938,3160.274945,1318.688174,2174.720651,2161.613519,1920.746721 +350939,3160.16903,1317.11629,2171.863608,2162.691838,1917.500317 +350940,3160.748452,1315.557337,2170.42583,2163.552459,1917.485947 +350941,2234.21871,1313.95336,1112.902258,1764.484213,2487.920711 +350942,2330.409943,1440.802166,1160.462315,1840.072221,2546.039899 +350943,2452.059088,1446.072719,1222.181738,1931.546313,2608.71021 +350944,2553.717509,1446.149345,1275.893801,2000.850143,2651.669744 +350945,2621.236309,1445.581738,1314.287404,2038.518328,2670.139078 +350946,2664.543584,1445.150437,1341.348255,2055.338155,2674.852964 +350947,2693.968964,1444.106228,1361.763228,2062.525867,2674.356638 +350948,2715.808029,1443.303838,1378.073471,2066.079861,2672.138596 +350949,2733.172247,1442.345997,1391.621745,2068.591915,2669.614423 +350950,2747.490692,1441.361599,1403.102528,2071.038215,2667.277785 +350951,2759.461605,1440.350936,1412.912887,2073.140366,2665.254374 +350952,2769.526252,1439.316111,1421.325892,2075.055863,2663.543083 +350953,2778.022774,1438.265716,1428.559122,2076.775937,2662.109724 +350954,2785.237692,1437.177946,1434.796349,2078.323018,2660.917963 +350955,2791.406635,1436.10043,1440.192065,2079.727023,2659.933537 +350956,2796.699641,1435.016615,1444.866349,2080.996556,2659.105315 +350957,2801.293722,1433.928307,1448.939911,2082.16828,2658.434464 +350958,2805.329762,1432.834265,1452.513374,2083.268662,2657.921302 +350959,2808.893556,1431.738198,1455.657871,2084.295978,2657.537501 +350960,2812.057734,1430.637599,1458.435053,2085.251091,2657.263771 +350961,2814.882065,1429.443453,1460.897307,2086.137961,2657.085294 +350962,2817.415448,1428.471955,1463.088893,2086.956119,2656.990104 +350963,2819.697595,1427.295408,1465.047041,2087.699147,2656.968055 +350964,2821.760912,1426.197076,1466.803111,2088.377308,2657.010537 +350965,2823.631508,1425.08142,1468.383439,2088.989663,2657.109943 +350966,2825.330711,1423.961078,1469.810236,2089.545519,2657.259678 +350967,2826.875707,1422.819521,1471.102184,2090.04108,2657.453807 +350968,2828.277742,1421.686041,1472.273689,2090.481639,2657.684333 +350969,2829.549273,1420.551335,1473.338494,2090.862888,2657.947387 +350970,2830.701614,1419.411993,1474.308705,2091.192635,2658.24021 +350971,2831.743693,1418.169816,1475.19441,2091.466134,2658.559848 +350972,2832.632794,1414.222824,1475.999941,2091.588801,2658.903146 +350973,2832.91997,1412.503657,1476.618323,2091.006173,2659.269239 +350974,2832.764218,1410.967351,1477.093372,2089.936236,2659.651213 +350975,2832.398412,1409.470941,1477.486325,2088.697242,2660.046014 +350976,2831.951301,1407.990322,1477.832172,2087.454533,2660.452153 +350977,2831.460958,1406.515198,1478.14345,2086.238576,2660.868156 +350978,2830.924605,1405.040142,1478.422516,2085.022155,2661.292287 +350979,2830.330559,1403.600239,1478.669217,2083.77162,2661.722615 +350980,2829.680876,1402.127149,1478.885236,2082.480166,2662.157239 +350981,2828.967838,1400.644341,1479.070866,2081.130971,2662.594352 +350982,2828.183923,1399.242832,1479.226325,2079.710877,2663.032294 +350983,2827.32512,1397.613025,1479.352165,2078.213782,2663.46951 +350984,2826.390054,1396.085801,1479.449203,2076.638305,2663.904607 +350985,2825.3787,1394.691249,1479.518333,2074.984994,2664.336308 +350986,2824.291569,1393.106291,1479.560447,2073.254805,2664.763482 +350987,2823.129243,1391.593689,1479.576381,2071.448569,2665.185085 +350988,2821.892393,1390.058812,1479.566929,2069.379319,2665.600183 +350989,2820.581695,1388.516086,1479.532846,2067.432205,2666.00792 +350990,2819.197946,1386.965236,1479.474866,2065.41582,2666.407554 +350991,2817.741997,1385.406502,1479.393681,2063.324256,2666.798385 +350992,2816.214824,1383.839516,1479.289964,2061.156002,2667.179799 +350993,2814.617328,1382.264574,1479.16435,2058.912322,2667.551212 +350994,2812.950434,1380.681342,1479.017459,2056.595259,2667.91212 +350995,2811.208892,1379.090135,1478.84988,2054.2066,2668.262048 +350996,2809.401148,1377.490657,1478.66219,2051.747708,2668.600585 +350997,2807.530543,1375.883258,1478.454934,2049.219621,2668.927344 +350998,2805.59058,1374.261226,1478.228649,2046.623241,2669.241994 +350999,2803.586556,1372.636018,1477.983804,2043.956057,2669.545147 +351000,2801.515147,1371.002582,1477.720887,2041.220112,2669.836184 +351001,0,0,0,0,0 +351002,0,0,0,0,0 +351003,0,0,0,0,0 +351004,0,0,0,0,0 +351005,0,0,0,0,0 +351006,0,0,0,0,0 +351007,0,0,0,0,0 +351008,0,0,0,0,0 +351009,0,0,0,0,0 +351010,0,0,0,0,0 +351011,0,0,0,0,0 +351012,0,0,0,0,0 +351013,0,0,0,0,0 +351014,0,0,0,0,0 +351015,0,0,0,0,0 +351016,0,0,0,0,0 +351017,0,0,0,0,0 +351018,0,0,0,0,0 +351019,0,0,0,0,0 +351020,0,0,0,0,0 +351021,0,0,0,0,0 +351022,0,0,0,0,0 +351023,0,0,0,0,0 +351024,0,0,0,0,0 +351025,0,0,0,0,0 +351026,0,0,0,0,0 +351027,0,0,0,0,0 +351028,0,0,0,0,0 +351029,0,0,0,0,0 +351030,0,0,0,0,0 +351031,0,0,0,0,0 +351032,0,0,0,0,0 +351033,0,0,0,0,0 +351034,0,0,0,0,0 +351035,0,0,0,0,0 +351036,0,0,0,0,0 +351037,0,0,0,0,0 +351038,0,0,0,0,0 +351039,0,0,0,0,0 +351040,0,0,0,0,0 +351041,0,0,0,0,0 +351042,0,0,0,0,0 +351043,0,0,0,0,0 +351044,0,0,0,0,0 +351045,0,0,0,0,0 +351046,0,0,0,0,0 +351047,0,0,0,0,0 +351048,0,0,0,0,0 +351049,0,0,0,0,0 +351050,0,0,0,0,0 +351051,0,0,0,0,0 +351052,0,0,0,0,0 +351053,0,0,0,0,0 +351054,0,0,0,0,0 +351055,0,0,0,0,0 +351056,0,0,0,0,0 +351057,0,0,0,0,0 +351058,0,0,0,0,0 +351059,0,0,0,0,0 +351060,0,0,0,0,0 +351061,0,0,0,0,0 +351062,0,0,0,0,0 +351063,0,0,0,0,0 +351064,0,0,0,0,0 +351065,0,0,0,0,0 +351066,0,0,0,0,0 +351067,0,0,0,0,0 +351068,0,0,0,0,0 +351069,0,0,0,0,0 +351070,0,0,0,0,0 +351071,0,0,0,0,0 +351072,0,0,0,0,0 +351073,0,0,0,0,0 +351074,0,0,0,0,0 +351075,0,0,0,0,0 +351076,0,0,0,0,0 +351077,0,0,0,0,0 +351078,0,0,0,0,0 +351079,0,0,0,0,0 +351080,0,0,0,0,0 +351081,0,0,0,0,0 +351082,0,0,0,0,0 +351083,0,0,0,0,0 +351084,0,0,0,0,0 +351085,0,0,0,0,0 +351086,0,0,0,0,0 +351087,0,0,0,0,0 +351088,0,0,0,0,0 +351089,0,0,0,0,0 +351090,0,0,0,0,0 +351091,0,0,0,0,0 +351092,0,0,0,0,0 +351093,0,0,0,0,0 +351094,0,0,0,0,0 +351095,0,0,0,0,0 +351096,0,0,0,0,0 +351097,0,0,0,0,0 +351098,0,0,0,0,0 +351099,0,0,0,0,0 +351100,0,0,0,0,0 +351101,0,0,0,0,0 +351102,0,0,0,0,0 +351103,0,0,0,0,0 +351104,0,0,0,0,0 +351105,0,0,0,0,0 +351106,0,0,0,0,0 +351107,0,0,0,0,0 +351108,0,0,0,0,0 +351109,0,0,0,0,0 +351110,0,0,0,0,0 +351111,0,0,0,0,0 +351112,0,0,0,0,0 +351113,0,0,0,0,0 +351114,0,0,0,0,0 +351115,0,0,0,0,0 +351116,0,0,0,0,0 +351117,0,0,0,0,0 +351118,0,0,0,0,0 +351119,0,0,0,0,0 +351120,0,0,0,0,0 +351121,0,0,0,0,0 +351122,0,0,0,0,0 +351123,0,0,0,0,0 +351124,0,0,0,0,0 +351125,0,0,0,0,0 +351126,0,0,0,0,0 +351127,0,0,0,0,0 +351128,0,0,0,0,0 +351129,0,0,0,0,0 +351130,0,0,0,0,0 +351131,0,0,0,0,0 +351132,0,0,0,0,0 +351133,0,0,0,0,0 +351134,0,0,0,0,0 +351135,0,0,0,0,0 +351136,0,0,0,0,0 +351137,0,0,0,0,0 +351138,0,0,0,0,0 +351139,0,0,0,0,0 +351140,0,0,0,0,0 +351141,0,0,0,0,0 +351142,0,0,0,0,0 +351143,0,0,0,0,0 +351144,0,0,0,0,0 +351145,0,0,0,0,0 +351146,0,0,0,0,0 +351147,0,0,0,0,0 +351148,0,0,0,0,0 +351149,0,0,0,0,0 +351150,0,0,0,0,0 +351151,0,0,0,0,0 +351152,0,0,0,0,0 +351153,0,0,0,0,0 +351154,0,0,0,0,0 +351155,0,0,0,0,0 +351156,0,0,0,0,0 +351157,0,0,0,0,0 +351158,0,0,0,0,0 +351159,0,0,0,0,0 +351160,0,0,0,0,0 +351161,0,0,0,0,0 +351162,0,0,0,0,0 +351163,0,0,0,0,0 +351164,0,0,0,0,0 +351165,0,0,0,0,0 +351166,0,0,0,0,0 +351167,0,0,0,0,0 +351168,0,0,0,0,0 +351169,0,0,0,0,0 +351170,0,0,0,0,0 +351171,0,0,0,0,0 +351172,0,0,0,0,0 +351173,0,0,0,0,0 +351174,0,0,0,0,0 +351175,0,0,0,0,0 +351176,0,0,0,0,0 +351177,0,0,0,0,0 +351178,0,0,0,0,0 +351179,0,0,0,0,0 +351180,0,0,0,0,0 +351181,0,0,0,0,0 +351182,0,0,0,0,0 +351183,0,0,0,0,0 +351184,0,0,0,0,0 +351185,0,0,0,0,0 +351186,0,0,0,0,0 +351187,0,0,0,0,0 +351188,0,0,0,0,0 +351189,0,0,0,0,0 +351190,0,0,0,0,0 +351191,0,0,0,0,0 +351192,0,0,0,0,0 +351193,0,0,0,0,0 +351194,0,0,0,0,0 +351195,0,0,0,0,0 +351196,0,0,0,0,0 +351197,0,0,0,0,0 +351198,0,0,0,0,0 +351199,0,0,0,0,0 +351200,0,0,0,0,0 +351201,0,0,0,0,0 +351202,0,0,0,0,0 +351203,0,0,0,0,0 +351204,0,0,0,0,0 +351205,0,0,0,0,0 +351206,0,0,0,0,0 +351207,0,0,0,0,0 +351208,0,0,0,0,0 +351209,0,0,0,0,0 +351210,0,0,0,0,0 +351211,0,0,0,0,0 +351212,0,0,0,0,0 +351213,0,0,0,0,0 +351214,0,0,0,0,0 +351215,0,0,0,0,0 +351216,0,0,0,0,0 +351217,0,0,0,0,0 +351218,0,0,0,0,0 +351219,0,0,0,0,0 +351220,0,0,0,0,0 +351221,0,0,0,0,0 +351222,0,0,0,0,0 +351223,0,0,0,0,0 +351224,0,0,0,0,0 +351225,0,0,0,0,0 +351226,0,0,0,0,0 +351227,0,0,0,0,0 +351228,0,0,0,0,0 +351229,0,0,0,0,0 +351230,0,0,0,0,0 +351231,0,0,0,0,0 +351232,0,0,0,0,0 +351233,0,0,0,0,0 +351234,0,0,0,0,0 +351235,0,0,0,0,0 +351236,0,0,0,0,0 +351237,0,0,0,0,0 +351238,0,0,0,0,0 +351239,0,0,0,0,0 +351240,0,0,0,0,0 +351241,0,0,0,0,0 +351242,0,0,0,0,0 +351243,0,0,0,0,0 +351244,0,0,0,0,0 +351245,0,0,0,0,0 +351246,0,0,0,0,0 +351247,0,0,0,0,0 +351248,0,0,0,0,0 +351249,0,0,0,0,0 +351250,0,0,0,0,0 +351251,0,0,0,0,0 +351252,0,0,0,0,0 +351253,0,0,0,0,0 +351254,0,0,0,0,0 +351255,0,0,0,0,0 +351256,0,0,0,0,0 +351257,0,0,0,0,0 +351258,0,0,0,0,0 +351259,0,0,0,0,0 +351260,0,0,0,0,0 +351261,0,0,0,0,0 +351262,0,0,0,0,0 +351263,0,0,0,0,0 +351264,0,0,0,0,0 +351265,0,0,0,0,0 +351266,0,0,0,0,0 +351267,0,0,0,0,0 +351268,0,0,0,0,0 +351269,0,0,0,0,0 +351270,0,0,0,0,0 +351271,0,0,0,0,0 +351272,0,0,0,0,0 +351273,0,0,0,0,0 +351274,0,0,0,0,0 +351275,0,0,0,0,0 +351276,0,0,0,0,0 +351277,0,0,0,0,0 +351278,0,0,0,0,0 +351279,0,0,0,0,0 +351280,0,0,0,0,0 +351281,0,0,0,0,0 +351282,0,0,0,0,0 +351283,0,0,0,0,0 +351284,0,0,0,0,0 +351285,0,0,0,0,0 +351286,0,0,0,0,0 +351287,0,0,0,0,0 +351288,0,0,0,0,0 +351289,0,0,0,0,0 +351290,0,0,0,0,0 +351291,0,0,0,0,0 +351292,0,0,0,0,0 +351293,0,0,0,0,0 +351294,0,0,0,0,0 +351295,0,0,0,0,0 +351296,0,0,0,0,0 +351297,0,0,0,0,0 +351298,0,0,0,0,0 +351299,0,0,0,0,0 +351300,0,0,0,0,0 +351301,0,0,0,0,0 +351302,0,0,0,0,0 +351303,0,0,0,0,0 +351304,0,0,0,0,0 +351305,0,0,0,0,0 +351306,0,0,0,0,0 +351307,0,0,0,0,0 +351308,0,0,0,0,0 +351309,0,0,0,0,0 +351310,0,0,0,0,0 +351311,0,0,0,0,0 +351312,0,0,0,0,0 +351313,0,0,0,0,0 +351314,0,0,0,0,0 +351315,0,0,0,0,0 +351316,0,0,0,0,0 +351317,0,0,0,0,0 +351318,0,0,0,0,0 +351319,0,0,0,0,0 +351320,0,0,0,0,0 +351321,0,0,0,0,0 +351322,0,0,0,0,0 +351323,0,0,0,0,0 +351324,0,0,0,0,0 +351325,0,0,0,0,0 +351326,0,0,0,0,0 +351327,0,0,0,0,0 +351328,0,0,0,0,0 +351329,0,0,0,0,0 +351330,0,0,0,0,0 +351331,0,0,0,0,0 +351332,0,0,0,0,0 +351333,0,0,0,0,0 +351334,0,0,0,0,0 +351335,0,0,0,0,0 +351336,0,0,0,0,0 +351337,0,0,0,0,0 +351338,0,0,0,0,0 +351339,0,0,0,0,0 +351340,0,0,0,0,0 +351341,0,0,0,0,0 +351342,0,0,0,0,0 +351343,0,0,0,0,0 +351344,0,0,0,0,0 +351345,0,0,0,0,0 +351346,0,0,0,0,0 +351347,0,0,0,0,0 +351348,0,0,0,0,0 +351349,0,0,0,0,0 +351350,0,0,0,0,0 +351351,0,0,0,0,0 +351352,0,0,0,0,0 +351353,0,0,0,0,0 +351354,0,0,0,0,0 +351355,0,0,0,0,0 +351356,0,0,0,0,0 +351357,0,0,0,0,0 +351358,0,0,0,0,0 +351359,0,0,0,0,0 +351360,0,0,0,0,0 +351361,0,0,0,0,0 +351362,0,0,0,0,0 +351363,0,0,0,0,0 +351364,0,0,0,0,0 +351365,0,0,0,0,0 +351366,0,0,0,0,0 +351367,0,0,0,0,0 +351368,0,0,0,0,0 +351369,0,0,0,0,0 +351370,0,0,0,0,0 +351371,0,0,0,0,0 +351372,0,0,0,0,0 +351373,0,0,0,0,0 +351374,0,0,0,0,0 +351375,0,0,0,0,0 +351376,0,0,0,0,0 +351377,0,0,0,0,0 +351378,0,0,0,0,0 +351379,0,0,0,0,0 +351380,0,0,0,0,0 +351381,0,0,0,0,0 +351382,0,0,0,0,0 +351383,0,0,0,0,0 +351384,0,0,0,0,0 +351385,0,0,0,0,0 +351386,0,0,0,0,0 +351387,0,0,0,0,0 +351388,0,0,0,0,0 +351389,0,0,0,0,0 +351390,0,0,0,0,0 +351391,0,0,0,0,0 +351392,0,0,0,0,0 +351393,0,0,0,0,0 +351394,0,0,0,0,0 +351395,0,0,0,0,0 +351396,0,0,0,0,0 +351397,0,0,0,0,0 +351398,0,0,0,0,0 +351399,0,0,0,0,0 +351400,0,0,0,0,0 +351401,0,0,0,0,0 +351402,0,0,0,0,0 +351403,0,0,0,0,0 +351404,0,0,0,0,0 +351405,0,0,0,0,0 +351406,0,0,0,0,0 +351407,0,0,0,0,0 +351408,0,0,0,0,0 +351409,0,0,0,0,0 +351410,0,0,0,0,0 +351411,0,0,0,0,0 +351412,0,0,0,0,0 +351413,0,0,0,0,0 +351414,0,0,0,0,0 +351415,0,0,0,0,0 +351416,0,0,0,0,0 +351417,0,0,0,0,0 +351418,0,0,0,0,0 +351419,0,0,0,0,0 +351420,0,0,0,0,0 +351421,0,0,0,0,0 +351422,0,0,0,0,0 +351423,0,0,0,0,0 +351424,0,0,0,0,0 +351425,0,0,0,0,0 +351426,0,0,0,0,0 +351427,0,0,0,0,0 +351428,0,0,0,0,0 +351429,0,0,0,0,0 +351430,0,0,0,0,0 +351431,0,0,0,0,0 +351432,0,0,0,0,0 +351433,0,0,0,0,0 +351434,0,0,0,0,0 +351435,0,0,0,0,0 +351436,0,0,0,0,0 +351437,0,0,0,0,0 +351438,0,0,0,0,0 +351439,0,0,0,0,0 +351440,0,0,0,0,0 +351441,0,0,0,0,0 +351442,0,0,0,0,0 +351443,0,0,0,0,0 +351444,0,0,0,0,0 +351445,0,0,0,0,0 +351446,0,0,0,0,0 +351447,0,0,0,0,0 +351448,0,0,0,0,0 +351449,0,0,0,0,0 +351450,0,0,0,0,0 +351451,0,0,0,0,0 +351452,0,0,0,0,0 +351453,0,0,0,0,0 +351454,0,0,0,0,0 +351455,0,0,0,0,0 +351456,0,0,0,0,0 +351457,0,0,0,0,0 +351458,0,0,0,0,0 +351459,0,0,0,0,0 +351460,0,0,0,0,0 +351461,0,0,0,0,0 +351462,0,0,0,0,0 +351463,0,0,0,0,0 +351464,0,0,0,0,0 +351465,0,0,0,0,0 +351466,0,0,0,0,0 +351467,0,0,0,0,0 +351468,0,0,0,0,0 +351469,0,0,0,0,0 +351470,0,0,0,0,0 +351471,0,0,0,0,0 +351472,0,0,0,0,0 +351473,0,0,0,0,0 +351474,0,0,0,0,0 +351475,0,0,0,0,0 +351476,0,0,0,0,0 +351477,0,0,0,0,0 +351478,0,0,0,0,0 +351479,0,0,0,0,0 +351480,0,0,0,0,0 +351481,0,0,0,0,0 +351482,0,0,0,0,0 +351483,0,0,0,0,0 +351484,0,0,0,0,0 +351485,0,0,0,0,0 +351486,0,0,0,0,0 +351487,0,0,0,0,0 +351488,0,0,0,0,0 +351489,0,0,0,0,0 +351490,0,0,0,0,0 +351491,0,0,0,0,0 +351492,0,0,0,0,0 +351493,0,0,0,0,0 +351494,0,0,0,0,0 +351495,0,0,0,0,0 +351496,0,0,0,0,0 +351497,0,0,0,0,0 +351498,0,0,0,0,0 +351499,0,0,0,0,0 +351500,0,0,0,0,0 +351501,0,0,0,0,0 +351502,0,0,0,0,0 +351503,0,0,0,0,0 +351504,0,0,0,0,0 +351505,0,0,0,0,0 +351506,0,0,0,0,0 +351507,0,0,0,0,0 +351508,0,0,0,0,0 +351509,0,0,0,0,0 +351510,0,0,0,0,0 +351511,0,0,0,0,0 +351512,0,0,0,0,0 +351513,0,0,0,0,0 +351514,0,0,0,0,0 +351515,0,0,0,0,0 +351516,0,0,0,0,0 +351517,0,0,0,0,0 +351518,0,0,0,0,0 +351519,0,0,0,0,0 +351520,0,0,0,0,0 +351521,0,0,0,0,0 +351522,0,0,0,0,0 +351523,0,0,0,0,0 +351524,0,0,0,0,0 +351525,0,0,0,0,0 +351526,0,0,0,0,0 +351527,0,0,0,0,0 +351528,0,0,0,0,0 +351529,0,0,0,0,0 +351530,0,0,0,0,0 +351531,0,0,0,0,0 +351532,0,0,0,0,0 +351533,0,0,0,0,0 +351534,0,0,0,0,0 +351535,0,0,0,0,0 +351536,0,0,0,0,0 +351537,0,0,0,0,0 +351538,0,0,0,0,0 +351539,0,0,0,0,0 +351540,0,0,0,0,0 +351541,0,0,0,0,0 +351542,0,0,0,0,0 +351543,0,0,0,0,0 +351544,0,0,0,0,0 +351545,0,0,0,0,0 +351546,0,0,0,0,0 +351547,0,0,0,0,0 +351548,0,0,0,0,0 +351549,0,0,0,0,0 +351550,0,0,0,0,0 +351551,0,0,0,0,0 +351552,0,0,0,0,0 +351553,0,0,0,0,0 +351554,0,0,0,0,0 +351555,0,0,0,0,0 +351556,0,0,0,0,0 +351557,0,0,0,0,0 +351558,0,0,0,0,0 +351559,0,0,0,0,0 +351560,0,0,0,0,0 +351561,0,0,0,0,0 +351562,0,0,0,0,0 +351563,0,0,0,0,0 +351564,0,0,0,0,0 +351565,0,0,0,0,0 +351566,0,0,0,0,0 +351567,0,0,0,0,0 +351568,0,0,0,0,0 +351569,0,0,0,0,0 +351570,0,0,0,0,0 +351571,0,0,0,0,0 +351572,0,0,0,0,0 +351573,0,0,0,0,0 +351574,0,0,0,0,0 +351575,0,0,0,0,0 +351576,0,0,0,0,0 +351577,0,0,0,0,0 +351578,0,0,0,0,0 +351579,0,0,0,0,0 +351580,0,0,0,0,0 +351581,0,0,0,0,0 +351582,0,0,0,0,0 +351583,0,0,0,0,0 +351584,0,0,0,0,0 +351585,0,0,0,0,0 +351586,0,0,0,0,0 +351587,0,0,0,0,0 +351588,0,0,0,0,0 +351589,0,0,0,0,0 +351590,0,0,0,0,0 +351591,0,0,0,0,0 +351592,0,0,0,0,0 +351593,0,0,0,0,0 +351594,0,0,0,0,0 +351595,0,0,0,0,0 +351596,0,0,0,0,0 +351597,0,0,0,0,0 +351598,0,0,0,0,0 +351599,0,0,0,0,0 +351600,0,0,0,0,0 +351601,0,0,0,0,0 +351602,0,0,0,0,0 +351603,0,0,0,0,0 +351604,0,0,0,0,0 +351605,0,0,0,0,0 +351606,0,0,0,0,0 +351607,0,0,0,0,0 +351608,0,0,0,0,0 +351609,0,0,0,0,0 +351610,0,0,0,0,0 +351611,0,0,0,0,0 +351612,0,0,0,0,0 +351613,0,0,0,0,0 +351614,0,0,0,0,0 +351615,0,0,0,0,0 +351616,0,0,0,0,0 +351617,0,0,0,0,0 +351618,0,0,0,0,0 +351619,0,0,0,0,0 +351620,0,0,0,0,0 +351621,0,0,0,0,0 +351622,0,0,0,0,0 +351623,0,0,0,0,0 +351624,0,0,0,0,0 +351625,0,0,0,0,0 +351626,0,0,0,0,0 +351627,0,0,0,0,0 +351628,0,0,0,0,0 +351629,0,0,0,0,0 +351630,0,0,0,0,0 +351631,0,0,0,0,0 +351632,0,0,0,0,0 +351633,0,0,0,0,0 +351634,0,0,0,0,0 +351635,0,0,0,0,0 +351636,0,0,0,0,0 +351637,0,0,0,0,0 +351638,0,0,0,0,0 +351639,0,0,0,0,0 +351640,0,0,0,0,0 +351641,0,0,0,0,0 +351642,0,0,0,0,0 +351643,0,0,0,0,0 +351644,0,0,0,0,0 +351645,0,0,0,0,0 +351646,0,0,0,0,0 +351647,0,0,0,0,0 +351648,0,0,0,0,0 +351649,0,0,0,0,0 +351650,0,0,0,0,0 +351651,0,0,0,0,0 +351652,0,0,0,0,0 +351653,0,0,0,0,0 +351654,0,0,0,0,0 +351655,0,0,0,0,0 +351656,0,0,0,0,0 +351657,0,0,0,0,0 +351658,0,0,0,0,0 +351659,0,0,0,0,0 +351660,0,0,0,0,0 +351661,0,0,0,0,0 +351662,0,0,0,0,0 +351663,0,0,0,0,0 +351664,0,0,0,0,0 +351665,0,0,0,0,0 +351666,0,0,0,0,0 +351667,0,0,0,0,0 +351668,0,0,0,0,0 +351669,0,0,0,0,0 +351670,0,0,0,0,0 +351671,0,0,0,0,0 +351672,0,0,0,0,0 +351673,0,0,0,0,0 +351674,0,0,0,0,0 +351675,0,0,0,0,0 +351676,0,0,0,0,0 +351677,0,0,0,0,0 +351678,0,0,0,0,0 +351679,0,0,0,0,0 +351680,0,0,0,0,0 +351681,0,0,0,0,0 +351682,0,0,0,0,0 +351683,0,0,0,0,0 +351684,0,0,0,0,0 +351685,0,0,0,0,0 +351686,0,0,0,0,0 +351687,0,0,0,0,0 +351688,0,0,0,0,0 +351689,0,0,0,0,0 +351690,0,0,0,0,0 +351691,0,0,0,0,0 +351692,0,0,0,0,0 +351693,0,0,0,0,0 +351694,0,0,0,0,0 +351695,0,0,0,0,0 +351696,0,0,0,0,0 +351697,0,0,0,0,0 +351698,0,0,0,0,0 +351699,0,0,0,0,0 +351700,0,0,0,0,0 +351701,0,0,0,0,0 +351702,0,0,0,0,0 +351703,0,0,0,0,0 +351704,0,0,0,0,0 +351705,0,0,0,0,0 +351706,0,0,0,0,0 +351707,0,0,0,0,0 +351708,0,0,0,0,0 +351709,0,0,0,0,0 +351710,0,0,0,0,0 +351711,0,0,0,0,0 +351712,0,0,0,0,0 +351713,0,0,0,0,0 +351714,0,0,0,0,0 +351715,0,0,0,0,0 +351716,0,0,0,0,0 +351717,0,0,0,0,0 +351718,0,0,0,0,0 +351719,0,0,0,0,0 +351720,0,0,0,0,0 +351721,0,0,0,0,0 +351722,0,0,0,0,0 +351723,0,0,0,0,0 +351724,0,0,0,0,0 +351725,0,0,0,0,0 +351726,0,0,0,0,0 +351727,0,0,0,0,0 +351728,0,0,0,0,0 +351729,0,0,0,0,0 +351730,0,0,0,0,0 +351731,0,0,0,0,0 +351732,0,0,0,0,0 +351733,0,0,0,0,0 +351734,0,0,0,0,0 +351735,0,0,0,0,0 +351736,0,0,0,0,0 +351737,0,0,0,0,0 +351738,0,0,0,0,0 +351739,0,0,0,0,0 +351740,0,0,0,0,0 +351741,0,0,0,0,0 +351742,0,0,0,0,0 +351743,0,0,0,0,0 +351744,0,0,0,0,0 +351745,0,0,0,0,0 +351746,0,0,0,0,0 +351747,0,0,0,0,0 +351748,0,0,0,0,0 +351749,0,0,0,0,0 +351750,0,0,0,0,0 +351751,0,0,0,0,0 +351752,0,0,0,0,0 +351753,0,0,0,0,0 +351754,0,0,0,0,0 +351755,0,0,0,0,0 +351756,0,0,0,0,0 +351757,0,0,0,0,0 +351758,0,0,0,0,0 +351759,0,0,0,0,0 +351760,0,0,0,0,0 +351761,0,0,0,0,0 +351762,0,0,0,0,0 +351763,0,0,0,0,0 +351764,0,0,0,0,0 +351765,0,0,0,0,0 +351766,0,0,0,0,0 +351767,0,0,0,0,0 +351768,0,0,0,0,0 +351769,0,0,0,0,0 +351770,0,0,0,0,0 +351771,0,0,0,0,0 +351772,0,0,0,0,0 +351773,0,0,0,0,0 +351774,0,0,0,0,0 +351775,0,0,0,0,0 +351776,0,0,0,0,0 +351777,0,0,0,0,0 +351778,0,0,0,0,0 +351779,0,0,0,0,0 +351780,0,0,0,0,0 +351781,0,2722.348009,1073.773692,0,0 +351782,0,209.9084313,1061.261847,0,0 +351783,0,6.433387949,1038.431131,0,0 +351784,0,656.4698503,1015.684658,0,0 +351785,0,429.7412626,996.5465051,0,0 +351786,0,436.8133533,426.1284211,0,0 +351787,0,445.8787442,626.9008384,0,0 +351788,0,455.1490818,641.9782503,0,0 +351789,0,464.6114835,613.9863561,0,0 +351790,0,474.1491386,623.9509531,0,0 +351791,0,483.8336109,633.825517,0,0 +351792,0,493.6214857,644.1023585,0,0 +351793,0,503.5086159,654.2041661,0,0 +351794,0,513.4568885,664.348017,0,0 +351795,0,523.2625596,674.6991423,0,0 +351796,0,533.9060053,684.6631254,0,0 +351797,0,543.8876004,695.1738549,0,0 +351798,0,554.2308953,705.1737948,0,0 +351799,0,564.4203659,715.1332234,0,0 +351800,0,574.8251555,725.2103871,0,0 +351801,0,585.3155345,735.2513262,0,0 +351802,0,595.9661623,747.3630391,0,0 +351803,0,606.6069915,752.5750158,0,0 +351804,0,617.3073454,767.0010751,0,0 +351805,0,628.1641323,775.2278348,0,0 +351806,3.790459333,638.9579496,785.6160412,0,0 +351807,77.67742812,649.9442291,795.4928726,0,0 +351808,41.13751655,660.8985197,811.8026421,0,0 +351809,58.72658042,671.8982347,812.6528955,0,0 +351810,64.39514424,683.057522,824.8425635,0,0 +351811,70.02404994,693.1379902,835.3397843,0,0 +351812,75.09343293,703.2512267,838.3932272,0,0 +351813,80.51606346,713.1698254,858.3920539,0,0 +351814,85.49756985,723.1759184,846.0747265,39.77966005,0 +351815,90.96678968,733.1657528,877.8673533,33.42484456,0 +351816,95.93287571,743.0401924,868.6601197,14.82434911,0 +351817,101.2788063,753.0529885,881.5885965,33.23996006,0 +351818,106.2644622,762.4326582,888.672064,37.39626643,0 +351819,111.4934255,773.1173887,895.7267683,36.85281332,0 +351820,116.6808636,782.6564019,904.8606604,40.79708768,0 +351821,121.677188,792.6480959,909.2767312,43.52835139,0 +351822,126.8658073,802.5051599,917.3448195,46.37013489,0 +351823,132.159804,812.4756389,926.1028377,49.09569567,0 +351824,136.8564206,822.3381896,930.1434405,51.8899866,0 +351825,150.0743828,841.1081548,952.3340541,57.61882668,0 +351826,156.6168936,852.3916205,961.9775323,60.79083111,0 +351827,161.9195745,863.2708951,967.5323696,63.62342046,0 +351828,167.8066382,877.4523035,975.9013101,66.68700991,0 +351829,173.0284084,891.516038,977.4692067,69.37421761,0 +351830,178.9092733,905.4974554,977.5664487,72.38250931,0 +351831,184.2548966,919.3432235,977.815809,75.12227596,0 +351832,189.6929782,933.2856805,978.2373407,77.88850039,0 +351833,194.9362252,947.0433735,978.80655,80.64056966,0 +351834,200.7555183,960.814976,979.4960795,83.59354147,0 +351835,205.9004092,974.474307,980.2851795,86.07853419,0 +351836,211.5270133,988.3003475,981.1526341,89.1214683,0 +351837,216.7768729,1001.748844,982.0824483,91.54684503,0 +351838,222.1968769,1015.500353,983.0642086,94.52112789,0 +351839,227.8841868,1029.013715,984.0917155,97.08281517,0 +351840,233.0594582,1042.559967,985.152717,99.8904858,0 +351841,239.2806804,1056.147959,986.2392099,102.7365084,0 +351842,245.3584285,1069.949621,987.3583661,105.768412,0 +351843,251.482439,1083.341158,988.5087453,108.703882,0 +351844,257.4135747,1097.085462,989.6576,111.4522321,0 +351845,263.8775612,1110.571607,990.8146071,114.5364638,0 +351846,269.8690517,1125.481193,992.0003852,117.2982313,0 +351847,276.06854,1145.170178,993.2040513,120.4285254,0 +351848,282.240065,1149.531978,994.4202527,123.144902,0 +351849,288.4209348,1177.92147,995.6389547,126.1300868,0 +351850,294.612244,1171.027576,996.8651122,128.9372619,0 +351851,300.8125021,1176.091249,998.0844199,131.9700923,0 +351852,307.0237598,1215.735666,999.3011511,134.8972448,0 +351853,313.2564546,1214.454093,1000.521899,137.5757317,0 +351854,319.4945107,1231.063663,1001.704422,140.69606,0 +351855,325.7055903,1244.324478,1002.873592,143.5049172,0 +351856,332.0016842,1257.60723,1004.047817,146.4227413,0 +351857,338.2465298,1270.592011,1005.217605,149.2197399,0 +351858,344.4997761,1283.988097,1006.382267,152.2821229,0 +351859,350.8270531,1296.908411,1007.537335,155.2014165,0 +351860,357.1056289,1310.055563,1008.683947,157.9621871,0 +351861,363.3901851,1323.082032,1009.818377,160.9444082,0 +351862,369.7547256,1336.171654,1010.942529,163.716989,0 +351863,376.0658067,1349.011658,1012.053078,166.7967261,0 +351864,382.0817185,1361.928525,1013.127627,169.6132696,0 +351865,388.9589093,1375.011698,1014.177673,172.5406026,0 +351866,395.0349421,1387.686214,1015.230109,175.448426,0 +351867,401.5219644,1400.578744,1016.273693,178.3579012,0 +351868,407.8919184,1413.346795,1017.308662,181.2645973,0 +351869,414.2671254,1426.089113,1018.329015,184.182063,0 +351870,420.7358288,1438.874959,1019.33721,187.0948833,0 +351871,426.9067966,1450.174717,1020.329031,189.9363006,0 +351872,433.1396023,1461.319896,1021.292822,192.7650756,0 +351873,439.3652724,1472.518177,1022.199438,195.5870239,0 +351874,445.5091146,1483.156945,1023.063669,198.4044615,0 +351875,451.7623943,1493.939318,1023.908222,201.0796036,0 +351876,457.8948004,1504.586969,1024.72844,204.1050962,0 +351877,464.1487936,1514.790628,1025.522696,206.801848,0 +351878,470.2772923,1525.323329,1026.290686,209.6309017,0 +351879,476.4957812,1535.440997,1027.033069,212.4300166,0 +351880,482.7172722,1545.642499,1027.750543,215.2273523,0 +351881,488.8504094,1563.540153,1028.444088,218.1703735,0 +351882,495.109612,1559.988963,1029.095321,220.7262732,0 +351883,501.2335755,1571.685451,1029.713181,223.6319997,0 +351884,507.4565519,1588.186391,1030.324728,226.2350684,0 +351885,513.6820333,1593.272584,1030.923582,229.2612241,0 +351886,519.8136062,1603.799904,1031.503304,231.9198381,0 +351887,526.0384124,1613.145726,1032.065426,234.7266374,0 +351888,531.8549671,1622.486758,1032.608921,237.5027628,0 +351889,538.6284439,1631.489902,1033.134057,240.2767211,0 +351890,544.4948114,1640.516298,1033.641314,243.0487312,0 +351891,550.8692246,1649.705409,1034.110688,245.8188449,0 +351892,556.9256173,1658.336151,1034.559223,248.5869995,0 +351893,563.2353622,1667.194859,1035.002994,251.3522935,0 +351894,569.4427746,1675.848553,1035.436776,254.116712,0 +351895,575.5390243,1684.526795,1035.857412,256.8784411,0 +351896,581.8482794,1692.855838,1036.263349,259.4624037,0 +351897,587.9655687,1701.324244,1036.654045,262.4956405,0 +351898,594.2986214,1709.502489,1037.029653,265.113193,0 +351899,600.3983039,1718.170827,1037.390373,267.9008021,0 +351900,606.605737,1737.981824,1037.717165,270.6532275,0 +351901,612.0741033,1715.836044,1038.029199,273.0902199,0 +351902,617.7603707,1750.588263,1038.323402,275.7144544,0 +351903,623.1085783,1747.217034,1038.609949,278.1268484,0 +351904,628.8044552,1756.79891,1038.866382,280.7361143,0 +351905,634.1293718,1764.305951,1039.10052,283.1390489,0 +351906,639.7639435,1771.800747,1039.311157,285.7394078,0 +351907,645.2040025,1778.825448,1039.500466,288.1342175,0 +351908,650.7621695,1786.176378,1039.6697,290.726523,0 +351909,656.0623697,1793.290575,1039.820586,293.1137125,0 +351910,661.797361,1800.349321,1039.935446,295.6984242,0 +351911,667.0528998,1812.192551,1040.030119,298.0783339,0 +351912,672.7162014,1811.629988,1040.123128,300.6556608,0 +351913,678.0048988,1817.458539,1040.204959,302.8207149,0 +351914,683.6516124,1830.272881,1040.276331,305.714916,0 +351915,688.9306314,1833.231459,1040.338363,307.9165464,0 +351916,694.5159684,1840.633284,1040.386993,310.5207432,0 +351917,699.92611,1846.939574,1040.425669,313.0908186,0 +351918,705.4312106,1853.459967,1040.453946,315.3209412,0 +351919,710.7469214,1867.625831,1040.455051,317.8382539,0 +351920,716.3059196,1853.779509,1040.44628,320.3721518,0 +351921,721.6487422,1877.462327,1040.433955,322.6855791,0 +351922,727.2228615,1876.488463,1040.426487,325.2456095,0 +351923,732.5384508,1883.46251,1040.410071,327.6042446,0 +351924,738.0021374,1894.808512,1040.389062,330.1068474,0 +351925,743.3772356,1888.285167,1040.364074,332.4580124,0 +351926,748.9251089,1902.928332,1040.329685,335.0075132,0 +351927,754.1692378,1906.227044,1040.295089,337.3001286,0 +351928,759.7042638,1919.360643,1040.238103,339.8419049,0 +351929,765.0838264,1905.425678,1040.177617,342.1597517,0 +351930,770.5315927,1942.258168,1040.118179,344.7007158,0 +351931,775.541495,1905.094832,1040.073164,346.8893111,0 +351932,780.9987526,1964.223147,1040.006444,349.1745489,0 +351933,785.9492859,1901.713284,1039.960928,351.6064535,0 +351934,791.2904214,1978.999735,1039.868208,353.7550756,0 +351935,796.3081354,1916.777275,1039.819028,356.0107236,0 +351936,801.7103272,1977.002837,1039.692479,358.3917156,0 +351937,806.4646348,1930.114921,1039.626652,360.5769104,0 +351938,811.8354831,1984.636579,1039.506445,362.7529057,0 +351939,816.8606882,1953.362404,1039.444081,365.1340521,0 +351940,821.9869333,1970.245099,1039.327254,367.2688299,0 +351941,826.9952808,1971.822378,1039.23027,369.2396067,0 +351942,832.2568746,1975.415751,1039.133666,371.9250015,0 +351943,837.0451931,1978.894258,1039.04338,373.8710639,0 +351944,842.1305691,1982.593268,1038.957166,376.085367,0 +351945,847.410829,1985.880248,1038.87576,378.4083979,0 +351946,852.1760353,1989.206703,1038.79937,380.534422,0 +351947,857.4697012,1992.436496,1038.728777,382.6509568,0 +351948,862.3174212,1995.583656,1038.665065,384.9767165,0 +351949,867.0957276,1998.548607,1038.593602,387.0548944,0 +351950,872.5177388,2001.521156,1038.528257,389.2205802,0 +351951,877.1871529,2004.232302,1038.482939,391.4685902,0 +351952,882.2108254,2007.180894,1038.451744,393.5558255,0 +351953,887.3870662,2009.791507,1038.433337,395.6736449,0 +351954,892.1596111,2012.337792,1038.427178,397.947311,0 +351955,897.0134259,2014.853102,1038.433708,400.0258679,0 +351956,902.1951012,2017.26032,1038.453655,402.0914082,0 +351957,906.9728225,2019.576155,1038.487916,404.3710051,0 +351958,911.8821844,2021.82534,1038.537127,406.4026199,0 +351959,917.0670366,2023.917857,1038.497679,408.4931367,0 +351960,921.8427011,2025.979108,1038.39436,410.7654325,0 +351961,926.0968816,2027.809505,1038.297756,412.5659886,0 +351962,930.2724357,2029.369589,1038.242019,414.413703,0 +351963,934.4207646,2031.158902,1038.221565,416.2235154,0 +351964,938.5576542,2032.55957,1038.22828,418.0296274,0 +351965,942.691763,2033.980399,1038.255796,419.8275514,0 +351966,946.8231902,2035.296783,1038.301144,421.6181879,0 +351967,950.9526484,2036.55648,1038.362476,423.4303306,0 +351968,955.0979875,2037.640877,1038.438668,425.1629347,0 +351969,959.3037505,2038.712828,1038.528568,426.9547297,0 +351970,965.7510328,2033.383185,1038.63243,432.160322,0 +351971,970.090119,2033.007189,1038.874388,434.4346805,0 +351972,974.5324175,2033.192813,1039.214003,436.5155999,0 +351973,978.7647661,2033.380796,1039.585092,438.4522551,0 +351974,983.0478029,2033.559325,1039.939302,440.4165238,0 +351975,987.3802701,2033.701271,1040.279444,442.326602,0 +351976,991.5033828,2033.790256,1040.617406,444.2220536,0 +351977,995.7964873,2033.818333,1040.950477,446.101366,0 +351978,1000.007456,2033.782244,1041.27895,447.997863,0 +351979,1004.143527,2033.679028,1041.603435,449.8039571,0 +351980,1008.474424,2033.50715,1041.924597,451.6692014,0 +351981,1012.613384,2033.265172,1042.243204,453.4950383,0 +351982,1016.820324,2032.952294,1042.559798,455.3161189,0 +351983,1021.005796,2032.567549,1042.875063,457.1275103,0 +351984,1025.184566,2032.110445,1043.189526,458.929891,0 +351985,1029.356029,2031.580227,1043.50367,460.7233846,0 +351986,1033.521068,2030.976582,1043.817906,462.5401024,0 +351987,1037.679082,2030.298897,1044.132608,464.2690781,0 +351988,1041.830848,2029.546972,1044.448054,466.0622461,0 +351989,1045.975718,2028.85938,1044.764556,467.8186471,0 +351990,1050.114263,2027.760241,1045.082391,469.5731835,0 +351991,1056.70695,2026.803839,1045.388427,471.5125759,0 +351992,1058.581511,2025.647737,1045.703315,473.4837698,0 +351993,1067.075057,2024.41134,1046.039781,475.4668381,0 +351994,1065.392194,2023.109445,1046.397531,477.4892773,0 +351995,1079.569915,2021.692784,1046.768362,479.4343632,0 +351996,1069.133291,2020.188352,1047.158748,481.4565752,0 +351997,1097.121381,2018.684759,1047.553948,483.4510865,0 +351998,1064.585549,2016.990564,1047.973736,485.4529524,0 +351999,1094.830267,2015.289481,1048.385647,487.4560203,0 +352000,1094.906782,2013.488538,1048.825123,489.460356,0 +352001,1097.442539,2011.596981,1049.267741,491.4989906,0 +352002,1102.836593,2009.633837,1049.719496,493.4527541,0 +352003,1107.082081,2007.560895,1050.180736,495.483715,0 +352004,1111.86345,2012.133802,1050.648883,494.5709525,0 +352005,1116.365804,2011.26534,1051.019081,495.9797286,0 +352006,1120.874286,2009.712358,1051.316549,497.6876632,0 +352007,1125.470808,2007.948696,1051.598932,499.4733237,0 +352008,1129.836683,2006.09136,1051.885723,501.2970211,0 +352009,1134.316747,2004.068759,1052.197418,503.1416476,0 +352010,1138.938827,2002.080227,1052.542754,504.999814,0 +352011,1143.364934,1999.671075,1052.913182,506.8673742,0 +352012,1147.872106,1997.444346,1053.303463,508.7770335,0 +352013,1152.359742,1995.018767,1053.711239,510.6053364,0 +352014,1156.933316,1992.464617,1054.13445,512.5176893,0 +352015,1161.270595,1989.933801,1054.571916,514.4025576,0 +352016,1165.814044,1987.243411,1055.022583,516.2971987,0 +352017,1170.262991,1984.489341,1055.485528,518.195305,0 +352018,1174.723563,1981.624872,1055.959917,520.096642,0 +352019,1179.176852,1978.695736,1056.445006,522.0006153,0 +352020,1183.528514,1975.840925,1056.940171,523.9071579,0 +352021,1188.584984,1972.617963,1057.444856,525.9470671,0 +352022,1193.1011,1969.628345,1057.962912,527.5771707,0 +352023,1198.103754,1966.422996,1058.497618,530.2144552,0 +352024,1202.841927,1963.249448,1059.050155,532.0017297,0 +352025,1207.755416,1959.883162,1059.619399,534.135741,0 +352026,1212.503428,1956.567189,1060.204164,536.2103853,0 +352027,1217.403896,1953.079753,1060.803057,538.2878276,0 +352028,1222.236236,1943.319257,1061.414507,540.3307817,0 +352029,1226.974725,1955.065969,1062.024871,542.4682359,0 +352030,1231.773769,1936.443125,1062.664119,544.5605493,0 +352031,1236.528908,1919.376582,1063.313769,546.5953238,0 +352032,1241.311026,1966.035989,1063.953952,548.7098595,0 +352033,1246.166831,1908.700326,1064.633872,550.791068,0 +352034,1250.841408,1917.549266,1065.28929,552.8425048,0 +352035,1255.710301,1943.903036,1065.961029,554.9896864,0 +352036,1260.309013,1903.232238,1066.65449,557.0521709,0 +352037,1265.125722,1906.373377,1067.342463,559.150545,0 +352038,1269.841626,1928.248569,1068.045108,561.2433008,0 +352039,1274.563541,1881.177268,1068.762197,563.3752242,0 +352040,1279.276572,1914.312046,1069.469196,565.3719852,0 +352041,1283.978255,1886.162488,1070.199831,567.554853,0 +352042,1288.669898,1908.271811,1070.925065,569.6141424,0 +352043,1293.450538,1883.934587,1071.663961,571.7164634,0 +352044,1297.862773,1880.654953,1072.402603,573.8125976,0 +352045,1302.754754,1879.644947,1073.14964,575.9090036,0 +352046,1307.306642,1861.197594,1073.900899,578.0058405,0 +352047,1311.958569,1869.609797,1074.656897,580.0635597,0 +352048,1316.582042,1877.905522,1075.420169,582.2208159,0 +352049,1321.192859,1834.175388,1076.187036,584.3282104,0 +352050,1325.791485,1878.800399,1076.958506,586.3718006,0 +352051,1330.093334,1821.05496,1077.735623,588.2422591,0 +352052,1334.034251,1852.528464,1078.507271,590.0233884,0 +352053,1338.167806,1832.521245,1079.268451,591.7845984,0 +352054,1342.164697,1829.456442,1080.014972,593.4858246,0 +352055,1346.145475,1823.489986,1080.747877,595.2729265,0 +352056,1350.095971,1817.386912,1081.468933,596.9533033,0 +352057,1354.016835,1824.142588,1082.17991,598.6581237,0 +352058,1357.909463,1786.697655,1082.881629,600.3436314,0 +352059,1361.66753,1814.982556,1083.57533,602.017391,0 +352060,1365.670438,1780.815685,1084.262104,603.680067,0 +352061,1369.401237,1791.212075,1084.942514,605.3737753,0 +352062,1373.313857,1778.859115,1085.617357,606.95186,0 +352063,1376.909485,1773.509419,1086.287153,608.5739252,0 +352064,1380.728611,1766.680934,1086.952335,610.2522987,0 +352065,1384.422508,1760.280374,1087.613392,611.8341469,0 +352066,1388.110751,1753.483321,1088.270714,613.4458213,0 +352067,1391.775564,1746.736447,1088.92465,615.0418211,0 +352068,1395.416958,1739.801795,1089.575503,616.6297177,0 +352069,1399.035378,1733.070219,1090.223552,618.2096123,0 +352070,1402.63109,1739.15154,1090.869239,619.781872,0 +352071,1406.204053,1699.863761,1091.512297,621.3466327,0 +352072,1409.755136,1727.1537,1092.153105,622.9041995,0 +352073,1413.283845,1694.437839,1092.792112,624.4122583,0 +352074,1416.903398,1701.701259,1093.429257,626.0206512,0 +352075,1420.215499,1689.698694,1094.064785,627.5255936,0 +352076,1426.020789,1683.127295,1094.698799,629.1071068,0 +352077,1426.068454,1675.774188,1095.331332,630.5654481,0 +352078,1437.669902,1668.592571,1095.962545,632.1168102,0 +352079,1421.873762,1661.071755,1096.592445,633.6218165,0 +352080,1443.654723,1653.684353,1097.221183,635.1285411,0 +352081,1439.015293,1645.962705,1097.84894,636.5328019,0 +352082,1443.408185,1638.473553,1098.471291,637.8924681,0 +352083,1446.347688,1630.832527,1099.084429,639.2328014,0 +352084,1449.220103,1622.986342,1099.687021,640.5185128,0 +352085,1452.07092,1615.203817,1100.279482,641.9060937,0 +352086,1454.896259,1607.539235,1100.862941,643.1871621,0 +352087,1457.811274,1599.642204,1101.438383,644.5021389,0 +352088,1460.412173,1591.795495,1102.006752,645.8032026,0 +352089,1463.252905,1583.7987,1102.569006,647.0981369,0 +352090,1465.964185,1576.013275,1103.126231,648.3870305,0 +352091,1468.672227,1591.601111,1103.67914,649.6700857,0 +352092,1471.35769,1525.426336,1104.240983,650.9474018,0 +352093,1474.020979,1569.170312,1104.775124,652.2192296,0 +352094,1476.662768,1539.995035,1105.316534,653.4855983,0 +352095,1479.283649,1535.897164,1105.859554,654.7918633,0 +352096,1481.883063,1527.760825,1106.405631,655.9793511,0 +352097,1484.461764,1519.667628,1106.940926,657.2195436,0 +352098,1487.020719,1511.546672,1107.470936,658.5263648,0 +352099,1489.677695,1503.409743,1107.99768,659.7339571,0 +352100,1492.016006,1495.313404,1108.52203,660.979117,0 +352101,1494.606812,1487.133439,1109.044358,662.2122935,0 +352102,1497.069399,1478.925451,1109.565007,663.440948,0 +352103,1499.533074,1470.706474,1110.08403,664.6656637,0 +352104,1501.860435,1462.383351,1110.601565,665.8864522,0 +352105,1504.472151,1454.281197,1111.117678,667.1035459,0 +352106,1506.796732,1446.069953,1111.632637,668.3169636,0 +352107,1509.211698,1437.707537,1112.146308,669.5269425,0 +352108,1511.594495,1429.439884,1112.658877,670.7335031,0 +352109,1513.960906,1421.310247,1113.170434,671.9368772,0 +352110,1516.313178,1413.009025,1113.681088,673.1370825,0 +352111,1518.593068,1404.735377,1114.190838,674.2950589,0 +352112,1520.848234,1396.535074,1114.698267,675.395819,0 +352113,1523.083965,1388.027587,1115.202383,676.6058256,0 +352114,1525.425563,1379.944037,1115.702881,677.7050308,0 +352115,1527.44385,1371.597388,1116.200102,678.8419112,0 +352116,1529.727089,1363.26868,1116.694097,679.9659546,0 +352117,1531.885673,1355.148541,1117.185363,681.0855511,0 +352118,1534.051658,1346.951445,1117.686323,682.2476617,0 +352119,1536.207805,1338.635772,1118.185775,683.2874936,0 +352120,1538.353463,1330.42642,1118.674225,684.4300411,0 +352121,1540.490629,1322.374177,1119.15741,685.525332,0 +352122,1542.619556,1314.180407,1119.637636,686.6249692,0 +352123,1544.742077,1306.087205,1120.115813,687.7211338,0 +352124,1546.859006,1298.009205,1120.592425,688.8139274,0 +352125,1548.971469,1289.966407,1121.06765,689.9035609,0 +352126,1551.081682,1281.957684,1121.541657,690.9900826,0 +352127,1553.190189,1273.902358,1122.014531,692.0736966,0 +352128,1555.298943,1266.085468,1122.486335,693.1544473,0 +352129,1557.409878,1258.217734,1122.957224,694.1850525,0 +352130,1559.524502,1250.186609,1123.42714,695.3325226,9.343192948 +352131,1561.645339,1242.552299,1123.898411,696.369661,44.04813287 +352132,1563.897723,1234.730486,1124.375764,697.4483489,46.3326738 +352133,1565.846595,1227.037597,1124.846995,698.5165653,7.674404568 +352134,1568.09318,1219.381314,1125.306083,699.582537,46.95221101 +352135,1573.606194,1211.787356,1125.779344,700.6463783,38.52905013 +352136,1567.31587,1204.244887,1126.246234,701.7081599,40.75156309 +352137,1592.642957,1196.683605,1126.709139,702.7679133,43.27845981 +352138,1552.670121,1189.374616,1127.18306,703.8256672,45.6911878 +352139,1590.902866,1182.037639,1127.635436,704.8815603,47.59604903 +352140,1597.464799,1174.573368,1128.109171,705.9355119,49.74338183 +352141,0,0,0,0,0 +352142,0,0,0,0,0 +352143,0,0,0,0,0 +352144,0,0,0,0,0 +352145,0,0,0,0,0 +352146,0,0,0,0,0 +352147,0,0,0,0,0 +352148,0,0,0,0,0 +352149,0,0,0,0,0 +352150,0,0,0,0,0 +352151,0,0,0,0,0 +352152,0,0,0,0,0 +352153,0,0,0,0,0 +352154,0,0,0,0,0 +352155,0,0,0,0,0 +352156,0,0,0,0,0 +352157,0,0,0,0,0 +352158,0,0,0,0,0 +352159,0,0,0,0,0 +352160,0,0,0,0,0 +352161,0,0,0,0,0 +352162,0,0,0,0,0 +352163,0,0,0,0,0 +352164,0,0,0,0,0 +352165,0,0,0,0,0 +352166,0,0,0,0,0 +352167,0,0,0,0,0 +352168,0,0,0,0,0 +352169,0,0,0,0,0 +352170,0,0,0,0,0 +352171,0,0,0,0,0 +352172,0,0,0,0,0 +352173,0,0,0,0,0 +352174,0,0,0,0,0 +352175,0,0,0,0,0 +352176,0,0,0,0,0 +352177,0,0,0,0,0 +352178,0,0,0,0,0 +352179,0,0,0,0,0 +352180,0,0,0,0,0 +352181,0,0,0,0,0 +352182,0,0,0,0,0 +352183,0,0,0,0,0 +352184,0,0,0,0,0 +352185,0,0,0,0,0 +352186,0,0,0,0,0 +352187,0,0,0,0,0 +352188,0,0,0,0,0 +352189,0,0,0,0,0 +352190,0,0,0,0,0 +352191,0,0,0,0,0 +352192,0,0,0,0,0 +352193,0,0,0,0,0 +352194,0,0,0,0,0 +352195,0,0,0,0,0 +352196,0,0,0,0,0 +352197,0,0,0,0,0 +352198,0,0,0,0,0 +352199,0,0,0,0,0 +352200,0,0,0,0,0 +352201,0,0,0,0,0 +352202,0,0,0,0,0 +352203,0,0,0,0,0 +352204,0,0,0,0,0 +352205,0,0,0,0,0 +352206,0,0,0,0,0 +352207,0,0,0,0,0 +352208,0,0,0,0,0 +352209,0,0,0,0,0 +352210,0,0,0,0,0 +352211,0,0,0,0,0 +352212,0,0,0,0,0 +352213,0,0,0,0,0 +352214,0,0,0,0,0 +352215,0,0,0,0,0 +352216,0,0,0,0,0 +352217,0,0,0,0,0 +352218,0,0,0,0,0 +352219,0,0,0,0,0 +352220,0,0,0,0,0 +352221,0,0,0,0,0 +352222,0,0,0,0,0 +352223,0,0,0,0,0 +352224,0,0,0,0,0 +352225,0,0,0,0,0 +352226,0,0,0,0,0 +352227,0,0,0,0,0 +352228,0,0,0,0,0 +352229,0,0,0,0,0 +352230,0,0,0,0,0 +352231,0,0,0,0,0 +352232,0,0,0,0,0 +352233,0,0,0,0,0 +352234,0,0,0,0,0 +352235,0,0,0,0,0 +352236,0,0,0,0,0 +352237,0,0,0,0,0 +352238,0,0,0,0,0 +352239,0,0,0,0,0 +352240,0,0,0,0,0 +352241,0,0,0,0,0 +352242,0,0,0,0,0 +352243,0,0,0,0,0 +352244,0,0,0,0,0 +352245,0,0,0,0,0 +352246,0,0,0,0,0 +352247,0,0,0,0,0 +352248,0,0,0,0,0 +352249,0,0,0,0,0 +352250,0,0,0,0,0 +352251,0,0,0,0,0 +352252,0,0,0,0,0 +352253,0,0,0,0,0 +352254,0,0,0,0,0 +352255,0,0,0,0,0 +352256,0,0,0,0,0 +352257,0,0,0,0,0 +352258,0,0,0,0,0 +352259,0,0,0,0,0 +352260,0,0,0,0,0 +352261,0,0,0,0,0 +352262,0,0,0,0,0 +352263,0,0,0,0,0 +352264,0,0,0,0,0 +352265,0,0,0,0,0 +352266,0,0,0,0,0 +352267,0,0,0,0,0 +352268,0,0,0,0,0 +352269,0,0,0,0,0 +352270,0,0,0,0,0 +352271,0,0,0,0,0 +352272,0,0,0,0,0 +352273,0,0,0,0,0 +352274,0,0,0,0,0 +352275,0,0,0,0,0 +352276,0,0,0,0,0 +352277,0,0,0,0,0 +352278,0,0,0,0,0 +352279,0,0,0,0,0 +352280,0,0,0,0,0 +352281,0,0,0,0,0 +352282,0,0,0,0,0 +352283,0,0,0,0,0 +352284,0,0,0,0,0 +352285,0,0,0,0,0 +352286,0,0,0,0,0 +352287,0,0,0,0,0 +352288,0,0,0,0,0 +352289,0,0,0,0,0 +352290,0,0,0,0,0 +352291,0,0,0,0,0 +352292,0,0,0,0,0 +352293,0,0,0,0,0 +352294,0,0,0,0,0 +352295,0,0,0,0,0 +352296,0,0,0,0,0 +352297,0,0,0,0,0 +352298,0,0,0,0,0 +352299,0,0,0,0,0 +352300,0,0,0,0,0 +352301,0,0,0,0,0 +352302,0,0,0,0,0 +352303,0,0,0,0,0 +352304,0,0,0,0,0 +352305,0,0,0,0,0 +352306,0,0,0,0,0 +352307,0,0,0,0,0 +352308,0,0,0,0,0 +352309,0,0,0,0,0 +352310,0,0,0,0,0 +352311,0,0,0,0,0 +352312,0,0,0,0,0 +352313,0,0,0,0,0 +352314,0,0,0,0,0 +352315,0,0,0,0,0 +352316,0,0,0,0,0 +352317,0,0,0,0,0 +352318,0,0,0,0,0 +352319,0,0,0,0,0 +352320,0,0,0,0,0 +352321,0,0,0,0,0 +352322,0,0,0,0,0 +352323,0,0,0,0,0 +352324,0,0,0,0,0 +352325,0,0,0,0,0 +352326,0,0,0,0,0 +352327,0,0,0,0,0 +352328,0,0,0,0,0 +352329,0,0,0,0,0 +352330,0,0,0,0,0 +352331,0,0,0,0,0 +352332,0,0,0,0,0 +352333,0,0,0,0,0 +352334,0,0,0,0,0 +352335,0,0,0,0,0 +352336,0,0,0,0,0 +352337,0,0,0,0,0 +352338,0,0,0,0,0 +352339,0,0,0,0,0 +352340,0,0,0,0,0 +352341,0,0,0,0,0 +352342,0,0,0,0,0 +352343,0,0,0,0,0 +352344,0,0,0,0,0 +352345,0,0,0,0,0 +352346,0,0,0,0,0 +352347,0,0,0,0,0 +352348,0,0,0,0,0 +352349,0,0,0,0,0 +352350,0,0,0,0,0 +352351,0,0,0,0,0 +352352,0,0,0,0,0 +352353,0,0,0,0,0 +352354,0,0,0,0,0 +352355,0,0,0,0,0 +352356,0,0,0,0,0 +352357,0,0,0,0,0 +352358,0,0,0,0,0 +352359,0,0,0,0,0 +352360,0,0,0,0,0 +352361,0,0,0,0,0 +352362,0,0,0,0,0 +352363,0,0,0,23.16205609,0 +352364,0,0,0,69.19158906,0 +352365,0,0,0,0,0 +352366,0,0,0,60.92705042,0 +352367,0,0,0,74.24201538,0 +352368,0,0,0,10.75166105,0 +352369,0,0,0,70.28984189,0 +352370,0,0,0,91.67980729,0 +352371,0,0,0,7.60916229,0 +352372,0,0,0,85.38703641,0 +352373,0,0,0,88.31790687,0 +352374,0,0,0,7.752604976,0 +352375,0,0,0,81.5069975,0 +352376,0,0,0,94.79462808,0 +352377,0,0,0,9.264051024,0 +352378,0,0,0,86.66796658,0 +352379,0,0,0,61.77695945,0 +352380,0,0,0,66.08413783,0 +352381,0,0,0,67.69837087,0 +352382,0,0,0,68.85739643,0 +352383,0,0,0,69.7948017,0 +352384,0,0,0,70.63692186,0 +352385,0,0,0,71.41514714,0 +352386,0,0,0,72.09928063,0 +352387,0,0,0,72.62542144,0 +352388,0,0,0,73.11153271,0 +352389,0,0,0,73.47706803,0 +352390,0,0,0,73.77697047,0 +352391,0,0,0,73.91493166,0 +352392,0,0,0,74.01801528,0 +352393,0,0,0,74.00318182,0 +352394,0,0,0,73.89939878,0 +352395,0,0,0,73.67693927,0 +352396,0,0,0,73.42910384,0 +352397,0,0,0,73.03142457,0 +352398,0,0,0,72.56769717,0 +352399,0,0,0,71.93392863,0 +352400,0,0,0,71.31437088,0 +352401,0,0,0,70.63665109,0 +352402,0,0,0,69.7248036,0 +352403,0,0,0,68.85126483,0 +352404,0,0,0,67.83974245,0 +352405,0,0,0,66.77557803,0 +352406,0,0,0,65.57393808,0 +352407,0,0,0,64.40530316,0 +352408,0,0,0,62.9804025,0 +352409,0,0,0,61.64837352,0 +352410,0,0,0,60.32313807,0 +352411,0,0,0,95.00233984,0 +352412,0,0,0,0,0 +352413,0,0,0,77.13345506,0 +352414,0,0,0,72.01562268,0 +352415,0,0,0,2.872303637,0 +352416,0,0,0,61.4591569,0 +352417,0,0,0,56.6514279,0 +352418,0,0,0,0,0 +352419,0,0,0,80.70822071,0 +352420,0,0,0,0,0 +352421,0,0,0,13.36886255,0 +352422,0,0,0,40.57886343,0 +352423,0,0,0,0,0 +352424,0,0,0,8.116804258,0 +352425,0,0,0,8.947905418,0 +352426,0,0,0,0,0 +352427,0,0,0,0,0 +352428,0,0,0,0,0 +352429,0,0,0,0,0 +352430,0,0,0,0,0 +352431,0,0,0,0,0 +352432,0,0,0,0,0 +352433,0,0,0,0,0 +352434,0,0,0,0,0 +352435,0,0,0,0,0 +352436,0,0,0,0,0 +352437,0,0,0,0,0 +352438,0,0,0,0,0 +352439,0,0,0,0,0 +352440,0,0,0,0,0 +352441,0,0,0,0,0 +352442,0,0,0,0,0 +352443,0,0,0,0,0 +352444,0,0,0,0,0 +352445,0,0,0,0,0 +352446,0,0,0,0,0 +352447,0,0,0,0,0 +352448,0,0,0,0,0 +352449,0,0,0,0,0 +352450,0,0,0,0,0 +352451,0,0,0,0,0 +352452,0,0,0,0,0 +352453,0,0,0,0,0 +352454,0,0,0,0,0 +352455,0,0,0,0,0 +352456,0,0,0,0,0 +352457,0,0,0,0,0 +352458,0,0,0,0,0 +352459,0,0,0,0,0 +352460,0,0,0,0,0 +352461,0,0,0,0,0 +352462,0,0,0,0,0 +352463,0,0,0,0,0 +352464,0,0,0,0,0 +352465,0,0,0,0,0 +352466,0,0,0,0,0 +352467,0,0,0,0,0 +352468,0,0,0,0,0 +352469,0,0,0,0,0 +352470,0,0,0,0,0 +352471,0,0,0,0,0 +352472,0,0,0,0,0 +352473,0,0,0,0,0 +352474,0,0,0,0,0 +352475,0,0,0,0,0 +352476,0,0,0,0,0 +352477,0,0,0,0,0 +352478,0,0,0,0,0 +352479,0,0,0,0,0 +352480,0,0,0,0,0 +352481,0,0,0,0,0 +352482,0,0,0,0,0 +352483,0,0,0,0,0 +352484,0,0,0,0,0 +352485,0,0,0,0,0 +352486,0,0,0,0,0 +352487,0,0,0,0,0 +352488,0,0,0,0,0 +352489,0,0,0,0,0 +352490,0,0,0,0,0 +352491,0,0,0,0,0 +352492,0,0,0,0,0 +352493,0,0,0,0,0 +352494,0,0,0,0,0 +352495,0,0,0,0,0 +352496,0,0,0,0,0 +352497,0,0,0,0,0 +352498,0,0,0,0,0 +352499,0,0,0,0,0 +352500,0,0,0,0,0 +352501,0,0,0,0,0 +352502,0,0,0,0,0 +352503,0,0,0,0,0 +352504,0,0,0,0,0 +352505,0,0,0,0,0 +352506,0,0,0,0,0 +352507,0,0,0,0,0 +352508,0,0,0,0,0 +352509,0,0,0,0,0 +352510,0,0,0,0,0 +352511,0,0,0,0,0 +352512,0,0,0,0,0 +352513,0,0,0,0,0 +352514,0,0,0,0,0 +352515,0,0,0,0,0 +352516,0,0,0,0,0 +352517,0,0,0,0,0 +352518,0,0,0,0,0 +352519,0,0,0,0,0 +352520,0,0,0,0,0 +352521,0,0,0,0,0 +352522,0,0,0,0,0 +352523,0,0,0,0,0 +352524,0,0,0,0,0 +352525,0,0,0,0,0 +352526,0,0,0,0,0 +352527,0,0,0,0,0 +352528,0,0,0,0,0 +352529,0,0,0,0,0 +352530,0,0,0,0,0 +352531,0,0,0,0,0 +352532,0,0,0,0,0 +352533,0,0,0,0,0 +352534,0,0,0,0,0 +352535,0,0,0,0,0 +352536,0,0,0,0,0 +352537,0,0,0,0,0 +352538,0,0,0,0,0 +352539,0,0,0,0,0 +352540,0,0,0,0,0 +352541,0,0,0,0,0 +352542,0,0,0,0,0 +352543,0,0,0,0,0 +352544,0,0,0,0,0 +352545,0,0,0,0,0 +352546,0,0,0,0,0 +352547,0,0,0,0,0 +352548,0,0,0,0,0 +352549,0,0,0,0,0 +352550,0,0,0,0,0 +352551,0,0,0,0,0 +352552,0,0,0,0,0 +352553,0,0,0,0,0 +352554,0,0,0,0,0 +352555,0,0,0,0,0 +352556,0,0,0,0,0 +352557,0,0,0,0,0 +352558,0,0,0,0,0 +352559,0,0,0,0,0 +352560,0,0,0,0,0 +352561,0,0,0,0,0 +352562,0,0,0,0,0 +352563,0,0,0,0,0 +352564,0,0,0,0,0 +352565,0,0,0,0,0 +352566,0,0,0,0,0 +352567,0,0,0,0,0 +352568,0,0,0,0,0 +352569,0,0,0,0,0 +352570,0,0,0,0,0 +352571,0,0,0,0,0 +352572,0,0,0,0,0 +352573,0,0,0,0,0 +352574,0,0,0,0,0 +352575,0,0,0,0,0 +352576,0,0,0,0,0 +352577,0,0,0,0,0 +352578,0,0,0,0,0 +352579,0,0,0,0,0 +352580,0,0,0,0,0 +352581,0,0,0,0,0 +352582,0,0,0,0,0 +352583,0,0,0,0,0 +352584,0,0,0,0,0 +352585,0,0,0,0,0 +352586,0,0,0,0,0 +352587,0,0,0,0,0 +352588,0,0,0,0,0 +352589,0,0,0,0,0 +352590,0,0,0,0,0 +352591,0,0,0,0,0 +352592,0,0,0,0,0 +352593,0,0,0,0,0 +352594,0,0,0,0,0 +352595,0,0,0,0,0 +352596,0,0,0,0,0 +352597,0,0,0,0,0 +352598,0,0,0,0,0 +352599,0,0,0,0,0 +352600,0,0,0,0,0 +352601,0,0,0,0,0 +352602,0,0,0,0,0 +352603,0,0,0,0,0 +352604,0,0,0,0,0 +352605,0,0,0,0,0 +352606,0,0,0,0,0 +352607,0,0,0,0,0 +352608,0,0,0,0,0 +352609,0,0,0,0,0 +352610,0,0,0,0,0 +352611,0,0,0,0,0 +352612,0,0,0,0,0 +352613,0,0,0,0,0 +352614,0,0,0,0,0 +352615,0,0,0,0,0 +352616,0,0,0,0,0 +352617,0,0,0,0,0 +352618,0,0,0,0,0 +352619,0,0,0,0,0 +352620,0,0,0,0,0 +352621,0,0,0,0,0 +352622,0,0,0,0,0 +352623,0,0,0,0,0 +352624,0,0,0,0,0 +352625,0,0,0,0,0 +352626,0,0,0,0,0 +352627,0,0,0,0,0 +352628,0,0,0,0,0 +352629,0,0,0,0,0 +352630,0,0,0,0,0 +352631,0,0,0,0,0 +352632,0,0,0,0,0 +352633,0,0,0,0,0 +352634,0,0,0,0,0 +352635,0,0,0,0,0 +352636,0,0,0,0,0 +352637,0,0,0,0,0 +352638,0,0,0,0,0 +352639,0,0,0,0,0 +352640,0,0,0,0,0 +352641,0,0,0,0,0 +352642,0,0,0,0,0 +352643,0,0,0,0,0 +352644,0,0,0,0,0 +352645,0,0,0,0,0 +352646,0,0,0,0,0 +352647,0,0,0,0,0 +352648,0,0,0,0,0 +352649,0,0,0,0,0 +352650,0,0,0,0,0 +352651,0,0,0,0,0 +352652,0,0,0,0,0 +352653,0,0,0,0,0 +352654,0,0,0,0,0 +352655,0,0,0,0,0 +352656,0,0,0,0,0 +352657,0,0,0,0,0 +352658,0,0,0,0,0 +352659,0,0,0,0,0 +352660,0,0,0,0,0 +352661,0,0,0,0,0 +352662,0,0,0,0,0 +352663,0,0,0,0,0 +352664,0,0,0,0,0 +352665,0,0,0,0,0 +352666,0,0,0,0,0 +352667,0,0,0,0,0 +352668,0,0,0,0,0 +352669,0,0,0,0,0 +352670,0,0,0,0,0 +352671,0,0,0,0,0 +352672,0,0,0,0,0 +352673,0,0,0,0,0 +352674,0,0,0,0,0 +352675,0,0,0,0,0 +352676,0,0,0,0,0 +352677,0,0,0,0,0 +352678,0,0,0,0,0 +352679,0,0,0,0,0 +352680,0,0,0,0,0 +352681,0,0,0,0,0 +352682,0,0,0,0,0 +352683,0,0,0,0,0 +352684,0,0,0,0,0 +352685,0,0,0,0,0 +352686,0,0,0,0,0 +352687,0,0,0,0,0 +352688,0,0,0,0,0 +352689,0,0,0,0,0 +352690,0,0,0,0,0 +352691,0,0,0,0,0 +352692,0,0,0,0,0 +352693,0,0,0,0,0 +352694,0,0,0,0,0 +352695,0,0,0,0,0 +352696,0,0,0,0,0 +352697,0,0,0,0,0 +352698,0,0,0,0,0 +352699,0,0,0,0,0 +352700,0,0,0,0,0 +352701,0,0,0,0,0 +352702,0,0,0,0,0 +352703,0,0,0,0,0 +352704,0,0,0,0,0 +352705,0,0,0,0,0 +352706,0,0,0,0,0 +352707,0,0,0,0,0 +352708,0,0,0,0,0 +352709,0,0,0,0,0 +352710,0,0,0,0,0 +352711,0,0,0,0,0 +352712,0,0,0,0,0 +352713,0,0,0,0,0 +352714,0,0,0,0,0 +352715,0,0,0,0,0 +352716,0,0,0,0,0 +352717,0,0,0,0,0 +352718,0,0,0,0,0 +352719,0,0,0,0,0 +352720,0,0,0,0,0 +352721,0,0,0,0,0 +352722,0,0,0,0,0 +352723,0,0,0,0,0 +352724,0,0,0,0,0 +352725,0,0,0,0,0 +352726,0,0,0,0,0 +352727,0,0,0,0,0 +352728,0,0,0,0,0 +352729,0,0,0,0,0 +352730,0,0,0,0,0 +352731,0,0,0,0,0 +352732,0,0,0,0,0 +352733,0,0,0,0,0 +352734,0,0,0,0,0 +352735,0,0,0,0,0 +352736,0,0,0,0,0 +352737,0,0,0,0,0 +352738,0,0,0,0,0 +352739,0,0,0,0,0 +352740,0,0,0,0,0 +352741,0,0,0,0,0 +352742,0,0,0,0,0 +352743,0,0,0,0,0 +352744,0,0,0,0,0 +352745,0,0,0,0,0 +352746,0,0,0,0,0 +352747,0,0,0,0,0 +352748,0,0,0,0,0 +352749,0,0,0,0,0 +352750,0,0,0,0,0 +352751,0,0,0,0,0 +352752,0,0,0,0,0 +352753,0,0,0,0,0 +352754,0,0,0,0,0 +352755,0,0,0,0,0 +352756,0,0,0,0,0 +352757,0,0,0,0,0 +352758,0,0,0,0,0 +352759,0,0,0,0,0 +352760,0,0,0,0,0 +352761,0,0,0,0,0 +352762,0,0,0,0,0 +352763,0,0,0,0,0 +352764,0,0,0,0,0 +352765,0,0,0,0,0 +352766,0,0,0,0,0 +352767,0,0,0,0,0 +352768,0,0,0,0,0 +352769,0,0,0,0,0 +352770,0,0,0,0,0 +352771,0,0,0,0,0 +352772,0,0,0,0,0 +352773,0,0,0,0,0 +352774,0,0,0,0,0 +352775,0,0,0,0,0 +352776,0,0,0,0,0 +352777,0,0,0,0,0 +352778,0,0,0,0,0 +352779,0,0,0,0,0 +352780,0,0,0,0,0 +352781,0,0,0,0,0 +352782,0,0,0,0,0 +352783,0,0,0,0,0 +352784,0,0,0,0,0 +352785,0,0,0,0,0 +352786,0,0,0,0,0 +352787,0,0,0,0,0 +352788,0,0,0,0,0 +352789,0,0,0,0,0 +352790,0,0,0,0,0 +352791,0,0,0,0,0 +352792,0,0,0,0,0 +352793,0,0,0,0,0 +352794,0,0,0,0,0 +352795,0,0,0,0,0 +352796,0,0,0,0,0 +352797,0,0,0,0,0 +352798,0,0,0,0,0 +352799,0,0,0,0,0 +352800,0,0,0,0,0 +352801,0,0,0,0,0 +352802,0,0,0,0,0 +352803,0,0,0,0,0 +352804,0,0,0,0,0 +352805,0,0,0,0,0 +352806,0,0,0,0,0 +352807,0,0,0,0,0 +352808,0,0,0,0,0 +352809,0,0,0,0,0 +352810,0,0,0,0,0 +352811,0,0,0,0,0 +352812,0,0,0,0,0 +352813,0,0,0,0,0 +352814,0,0,0,0,0 +352815,0,0,0,0,0 +352816,0,0,0,0,0 +352817,0,0,0,0,0 +352818,0,0,0,0,0 +352819,0,0,0,0,0 +352820,0,0,0,0,0 +352821,0,0,0,0,0 +352822,0,0,0,0,0 +352823,0,0,0,0,0 +352824,0,0,0,0,0 +352825,0,0,0,0,0 +352826,0,0,0,0,0 +352827,0,0,0,0,0 +352828,0,0,0,0,0 +352829,0,0,0,0,0 +352830,0,0,0,0,0 +352831,0,0,0,0,0 +352832,0,0,0,0,0 +352833,0,0,0,0,0 +352834,0,0,0,0,0 +352835,0,0,0,0,0 +352836,0,0,0,0,0 +352837,0,0,0,0,0 +352838,0,0,0,0,0 +352839,0,0,0,0,0 +352840,0,0,0,0,0 +352841,0,0,0,0,0 +352842,0,0,0,0,0 +352843,0,0,0,0,0 +352844,0,0,0,0,0 +352845,0,0,0,0,0 +352846,0,0,0,0,0 +352847,0,0,0,0,0 +352848,0,0,0,0,0 +352849,0,0,0,0,0 +352850,0,0,0,0,0 +352851,0,0,0,0,0 +352852,0,0,0,0,0 +352853,0,0,0,0,0 +352854,0,0,0,0,0 +352855,0,0,0,0,0 +352856,0,0,0,0,0 +352857,0,0,0,0,0 +352858,0,0,0,0,0 +352859,0,0,0,0,0 +352860,0,0,0,0,0 +352861,0,0,0,0,0 +352862,0,0,0,0,0 +352863,0,0,0,0,0 +352864,0,0,0,0,0 +352865,0,0,0,0,0 +352866,0,0,0,0,0 +352867,0,0,0,0,0 +352868,0,0,0,0,0 +352869,0,0,0,0,0 +352870,0,0,0,0,0 +352871,0,0,0,0,0 +352872,0,0,0,0,0 +352873,0,0,0,0,0 +352874,0,0,0,0,0 +352875,0,0,0,0,0 +352876,0,0,0,0,0 +352877,0,0,0,0,0 +352878,0,0,0,0,0 +352879,0,0,0,0,0 +352880,0,0,0,0,0 +352881,0,0,0,0,0 +352882,0,0,0,0,0 +352883,0,0,0,0,0 +352884,0,0,0,0,0 +352885,0,0,0,0,0 +352886,0,0,0,0,0 +352887,0,0,0,0,0 +352888,0,0,0,0,0 +352889,0,0,0,0,0 +352890,0,0,0,0,0 +352891,0,0,0,0,0 +352892,0,0,0,0,0 +352893,0,0,0,0,0 +352894,0,0,0,0,0 +352895,0,0,0,0,0 +352896,0,0,0,0,0 +352897,0,0,0,0,0 +352898,0,0,0,0,0 +352899,0,0,0,0,0 +352900,0,0,0,0,0 +352901,0,0,0,0,0 +352902,0,0,0,0,0 +352903,0,0,0,0,0 +352904,0,0,0,0,0 +352905,0,0,0,0,0 +352906,0,0,0,0,0 +352907,0,0,0,0,0 +352908,0,0,0,0,0 +352909,0,0,0,0,0 +352910,0,0,0,0,0 +352911,0,0,0,0,0 +352912,0,0,0,0,0 +352913,0,0,0,0,0 +352914,0,0,0,0,0 +352915,0,0,0,0,0 +352916,0,0,0,0,0 +352917,0,0,0,0,0 +352918,0,0,0,0,0 +352919,0,0,0,0,0 +352920,0,0,0,0,0 +352921,0,0,0,0,0 +352922,0,0,0,0,0 +352923,0,0,0,0,0 +352924,0,0,0,0,0 +352925,0,0,0,0,0 +352926,0,0,0,0,0 +352927,0,0,0,0,0 +352928,0,0,0,0,0 +352929,0,0,0,0,0 +352930,0,0,0,0,0 +352931,0,0,0,0,0 +352932,0,0,0,0,0 +352933,0,0,0,0,0 +352934,0,0,0,0,0 +352935,0,0,0,0,0 +352936,0,0,0,0,0 +352937,0,0,0,0,0 +352938,0,0,0,0,0 +352939,0,0,0,0,0 +352940,0,0,0,0,0 +352941,0,0,0,0,0 +352942,0,0,0,0,0 +352943,0,0,0,0,0 +352944,0,0,0,0,0 +352945,0,0,0,0,0 +352946,0,0,0,0,0 +352947,0,0,0,0,0 +352948,0,0,0,0,0 +352949,0,0,0,0,0 +352950,0,0,0,0,0 +352951,0,0,0,0,0 +352952,0,0,0,0,0 +352953,0,0,0,0,0 +352954,0,0,0,0,0 +352955,0,0,0,0,0 +352956,0,0,0,0,0 +352957,0,0,0,0,0 +352958,0,0,0,0,0 +352959,0,0,0,0,0 +352960,0,0,0,0,0 +352961,0,0,0,0,0 +352962,0,0,0,0,0 +352963,0,0,0,0,0 +352964,0,0,0,0,0 +352965,0,0,0,0,0 +352966,0,0,0,0,0 +352967,0,0,0,0,0 +352968,0,0,0,0,0 +352969,0,0,0,0,0 +352970,0,0,0,0,0 +352971,0,0,0,0,0 +352972,0,0,0,0,0 +352973,0,0,0,0,0 +352974,0,0,0,0,0 +352975,0,0,0,0,0 +352976,0,0,0,0,0 +352977,0,0,0,0,0 +352978,0,0,0,0,0 +352979,0,0,0,0,0 +352980,0,0,0,0,0 +352981,0,0,0,0,0 +352982,0,0,0,0,0 +352983,0,0,0,0,0 +352984,0,0,0,0,0 +352985,0,0,0,0,0 +352986,0,0,0,0,0 +352987,0,0,0,0,0 +352988,0,0,0,0,0 +352989,0,0,0,0,0 +352990,0,0,0,0,0 +352991,0,0,0,0,0 +352992,0,0,0,0,0 +352993,0,0,0,0,0 +352994,0,0,0,0,0 +352995,0,0,0,0,0 +352996,0,0,0,0,0 +352997,0,0,0,0,0 +352998,0,0,0,0,0 +352999,0,0,0,0,0 +353000,0,0,0,0,0 +353001,0,0,0,0,0 +353002,0,0,0,0,0 +353003,0,0,0,0,0 +353004,0,0,0,0,0 +353005,0,0,0,0,0 +353006,0,0,0,0,0 +353007,0,0,0,0,0 +353008,0,0,0,0,0 +353009,0,0,0,0,0 +353010,0,0,0,0,0 +353011,0,0,0,0,0 +353012,0,0,0,0,0 +353013,0,0,0,0,0 +353014,0,0,0,0,0 +353015,0,0,0,0,0 +353016,0,0,0,0,0 +353017,0,0,0,0,0 +353018,0,0,0,0,0 +353019,0,0,0,0,0 +353020,0,0,0,0,0 +353021,0,0,0,0,0 +353022,0,0,0,0,0 +353023,0,0,0,0,0 +353024,0,0,0,0,0 +353025,0,0,0,0,0 +353026,0,0,0,0,0 +353027,0,0,0,0,0 +353028,0,0,0,0,0 +353029,0,0,0,0,0 +353030,0,0,0,0,0 +353031,0,0,0,0,0 +353032,0,0,0,0,0 +353033,0,0,0,0,0 +353034,0,0,0,0,0 +353035,0,0,0,0,0 +353036,0,0,0,0,0 +353037,0,0,0,0,0 +353038,0,0,0,0,0 +353039,0,0,0,0,0 +353040,0,0,0,0,0 +353041,0,0,0,0,0 +353042,0,0,0,0,0 +353043,0,0,0,0,0 +353044,0,0,0,0,0 +353045,0,0,0,0,0 +353046,0,0,0,0,0 +353047,0,0,0,0,0 +353048,0,0,0,0,0 +353049,0,0,0,0,0 +353050,0,0,0,0,0 +353051,0,0,0,0,0 +353052,0,0,0,0,0 +353053,0,0,0,0,0 +353054,0,0,0,0,0 +353055,0,0,0,0,0 +353056,0,0,0,0,0 +353057,0,0,0,0,0 +353058,0,0,0,0,0 +353059,0,0,0,0,0 +353060,0,0,0,0,0 +353061,0,0,0,0,0 +353062,0,0,0,0,0 +353063,0,0,0,0,0 +353064,0,0,0,0,0 +353065,0,0,0,0,0 +353066,0,0,0,0,0 +353067,0,0,0,0,0 +353068,0,0,0,0,0 +353069,0,0,0,0,0 +353070,0,0,0,0,0 +353071,0,0,0,0,0 +353072,0,0,0,0,0 +353073,0,0,0,0,0 +353074,0,0,0,0,0 +353075,0,0,0,0,0 +353076,0,0,0,0,0 +353077,0,0,0,0,0 +353078,0,0,0,0,0 +353079,0,0,0,0,0 +353080,0,0,0,0,0 +353081,0,0,0,0,0 +353082,0,0,0,0,0 +353083,0,0,0,0,0 +353084,0,0,0,0,0 +353085,0,0,0,0,0 +353086,0,0,0,0,0 +353087,0,0,0,0,0 +353088,0,0,0,0,0 +353089,0,0,0,0,0 +353090,0,0,0,0,0 +353091,0,0,0,0,0 +353092,0,0,0,0,0 +353093,0,0,0,0,0 +353094,0,0,0,0,0 +353095,0,0,0,0,0 +353096,0,0,0,0,0 +353097,0,0,0,0,0 +353098,0,0,0,0,0 +353099,0,0,0,0,0 +353100,0,0,0,0,0 +353101,0,0,0,0,0 +353102,0,0,0,0,0 +353103,0,0,0,0,0 +353104,0,0,0,0,0 +353105,0,0,0,0,0 +353106,0,0,0,0,0 +353107,0,0,0,0,0 +353108,0,0,0,0,0 +353109,0,0,0,0,0 +353110,0,0,0,0,0 +353111,0,0,0,0,0 +353112,0,0,0,0,0 +353113,0,0,0,0,0 +353114,0,0,0,0,0 +353115,0,0,0,0,0 +353116,0,0,0,0,0 +353117,0,0,0,0,0 +353118,0,0,0,0,0 +353119,0,0,0,0,0 +353120,0,0,0,0,0 +353121,0,0,0,0,0 +353122,0,0,0,0,0 +353123,0,0,0,0,0 +353124,0,0,0,0,0 +353125,0,0,0,0,0 +353126,0,0,0,0,0 +353127,0,0,0,0,0 +353128,0,0,0,0,0 +353129,0,0,0,0,0 +353130,0,0,0,0,0 +353131,0,0,0,0,0 +353132,0,0,0,0,0 +353133,0,0,0,0,0 +353134,0,0,0,0,0 +353135,0,0,0,0,0 +353136,0,0,0,0,0 +353137,0,0,0,0,0 +353138,0,0,0,0,0 +353139,0,0,0,0,0 +353140,0,0,0,0,0 +353141,0,0,0,0,0 +353142,0,0,0,0,0 +353143,0,0,0,0,0 +353144,0,0,0,0,0 +353145,0,0,0,0,0 +353146,0,0,0,0,0 +353147,0,0,0,0,0 +353148,0,0,0,0,0 +353149,0,0,0,0,0 +353150,0,0,0,0,0 +353151,0,0,0,0,0 +353152,0,0,0,0,0 +353153,0,0,0,0,0 +353154,0,0,0,0,0 +353155,0,0,0,0,0 +353156,0,0,0,0,0 +353157,0,0,0,0,0 +353158,0,0,0,0,0 +353159,0,0,0,0,0 +353160,0,0,0,0,0 +353161,0,0,0,0,0 +353162,0,0,0,0,0 +353163,0,0,0,0,0 +353164,0,0,0,0,0 +353165,0,0,0,0,0 +353166,0,0,0,0,0 +353167,0,0,0,0,0 +353168,0,0,0,0,0 +353169,0,0,0,0,0 +353170,0,0,0,0,0 +353171,0,0,0,0,0 +353172,0,0,0,0,0 +353173,0,0,0,0,0 +353174,0,0,0,0,0 +353175,0,0,0,0,0 +353176,0,0,0,0,0 +353177,0,0,0,0,0 +353178,0,0,0,0,0 +353179,0,0,0,0,0 +353180,0,0,0,0,0 +353181,0,0,0,0,0 +353182,0,0,0,0,0 +353183,0,0,0,0,0 +353184,0,0,0,0,0 +353185,0,0,0,0,0 +353186,0,0,0,0,0 +353187,0,0,0,0,0 +353188,0,0,0,0,0 +353189,0,0,0,0,0 +353190,0,0,0,0,0 +353191,0,0,0,0,0 +353192,0,0,0,0,0 +353193,0,0,0,0,0 +353194,0,0,0,0,0 +353195,0,0,0,0,0 +353196,0,0,0,0,0 +353197,0,0,0,0,0 +353198,0,0,0,0,0 +353199,0,0,0,0,0 +353200,0,0,0,0,0 +353201,0,0,0,0,0 +353202,0,0,0,0,0 +353203,0,0,0,0,0 +353204,0,0,0,0,0 +353205,0,0,0,0,0 +353206,0,0,0,0,0 +353207,0,0,0,0,0 +353208,0,0,0,0,0 +353209,0,0,0,0,0 +353210,0,0,0,0,0 +353211,0,0,0,0,0 +353212,0,0,0,0,0 +353213,0,0,0,0,0 +353214,0,0,0,0,0 +353215,0,0,0,0,0 +353216,0,0,0,0,0 +353217,0,0,0,0,0 +353218,0,0,0,0,0 +353219,0,0,0,0,0 +353220,0,0,0,0,0 +353221,0,1491.900432,1007.736791,0,0 +353222,0,0,480.8500116,0,0 +353223,0,0,0,0,0 +353224,0,0,0,0,0 +353225,0,0,284.3780055,0,0 +353226,0,234.4222237,160.8110344,0,0 +353227,0,112.8103107,164.7527785,0,0 +353228,0,131.3856891,175.1977698,0,0 +353229,0,142.5690659,178.1725649,0,0 +353230,0,144.9138545,181.2983314,0,0 +353231,0,147.0564719,184.6333451,0,0 +353232,0,149.2622039,187.7055816,0,0 +353233,0,151.477282,191.1371103,0,0 +353234,0,153.7209068,194.2722441,0,0 +353235,0,155.9862837,197.7627013,0,0 +353236,0,158.2765661,200.9509667,0,0 +353237,0,160.5901397,204.4930037,0,0 +353238,0,162.8278848,207.7170871,0,0 +353239,0,165.9235714,211.989385,0,0 +353240,0,168.4132378,215.3893182,0,0 +353241,0,170.705893,219.0032814,0,0 +353242,0,173.1166966,222.3420692,0,0 +353243,0,175.7194557,226.0278817,0,0 +353244,0,178.1019066,229.335437,0,0 +353245,0,180.6053282,233.0440324,0,0 +353246,0,183.1043738,236.4348421,0,0 +353247,0,185.6198384,240.1131247,0,0 +353248,0,188.1546477,243.5506638,0,0 +353249,0,190.6933914,247.248437,0,0 +353250,0,193.259261,250.9678701,0,0 +353251,0,195.9440262,254.2750464,0,0 +353252,0,198.6665789,257.9475886,0,0 +353253,0,201.2959983,261.6418469,0,0 +353254,0,204.2760827,265.1289942,0,0 +353255,0,206.991142,268.8873782,0,0 +353256,0,209.8571782,272.3958729,0,0 +353257,0,212.7271632,276.1717414,0,0 +353258,0,215.751587,279.6990095,0,0 +353259,0,234.1051593,303.7021313,0,0 +353260,0,239.6531041,310.2644028,0,0 +353261,0,244.1872929,315.1978774,0,0 +353262,0,248.4054891,320.1784293,0,0 +353263,0,252.226629,324.7356406,0,0 +353264,0,256.323059,329.4318764,0,0 +353265,0,260.2230294,333.8197311,0,0 +353266,0,263.9699274,338.3872645,0,0 +353267,0,268.1101692,342.6813219,0,0 +353268,0,271.8655217,347.2001661,0,0 +353269,0,275.7707368,351.3299445,0,0 +353270,0,279.6421851,356.2409653,0,0 +353271,0,283.5124728,359.7264172,0,0 +353272,0,287.3822724,364.4454019,0,0 +353273,0,291.0725697,368.4260179,36.86182229,0 +353274,0,295.2297117,372.8321522,0,0 +353275,0,299.1479592,376.7295366,31.35370687,0 +353276,0,302.7639676,381.1803991,40.34408929,0 +353277,0,306.7969561,385.0323225,5.291292799,0 +353278,0,310.6515775,389.3029826,39.67380239,0 +353279,0,314.5462851,393.3108479,31.69564513,0 +353280,0,318.4472241,397.446912,34.927855,0 +353281,0,322.0890854,400.9717782,37.43532633,0 +353282,0,325.6947942,404.339027,39.52322638,0 +353283,0,329.656229,407.9158147,41.68960529,0 +353284,0,333.312585,411.3766481,43.77763971,0 +353285,0,337.0013746,414.7525025,45.84691705,0 +353286,62.98554857,340.8309237,418.1978669,47.97697701,0 +353287,50.10839918,344.4939511,421.5797528,49.98972969,0 +353288,22.0428687,348.3364909,424.9443976,52.10623358,0 +353289,50.10594552,352.0119296,428.2869176,54.13070502,0 +353290,55.35808905,355.8671193,431.6523732,56.17559233,0 +353291,54.46514145,359.555513,434.8778911,58.20585946,0 +353292,59.65816846,363.4234381,438.1420419,60.18622657,0 +353293,63.54845896,367.1246374,441.4576139,62.25857165,0 +353294,67.2734177,370.7717574,444.6983504,64.2352744,0 +353295,70.96678669,374.8512931,447.8415598,66.23743089,0 +353296,74.8305707,378.5591767,451.0629366,68.18016217,0 +353297,78.34419753,382.3289594,454.2181256,70.2843633,0 +353298,82.2380894,386.2329615,457.3595222,72.09901118,0 +353299,85.6898657,389.969968,460.4782058,74.19290518,0 +353300,89.57554298,393.8857187,463.575175,76.10702993,0 +353301,92.97296975,397.6328951,466.6498358,78.07638986,0 +353302,96.77943753,401.5583485,469.7516301,79.97331837,0 +353303,100.3272842,405.3152387,472.7057247,82.06242971,0 +353304,103.943432,409.249542,475.7015948,83.87469997,0 +353305,107.5393304,413.0153214,478.7572764,85.81049303,0 +353306,111.0384963,416.9576161,481.7334844,87.82220189,0 +353307,114.8367731,420.7314231,484.6041825,89.76554225,0 +353308,118.1989136,424.6808231,487.5630789,91.54982206,0 +353309,121.7495271,428.4617715,490.4513046,93.61023174,0 +353310,125.4357604,432.1499004,493.3260459,95.47050175,0 +353311,130.4950221,439.8540482,500.23597,98.31606341,0 +353312,135.4107308,446.7335058,511.3334496,101.095264,0 +353313,140.9346556,454.718135,510.9716943,104.0654408,0 +353314,146.1911538,462.7013985,516.6134156,107.1524679,0 +353315,151.8375842,470.8573523,531.0158423,110.0416244,0 +353316,157.1855692,479.2109165,534.1544194,113.2283993,0 +353317,168.5314942,506.2763668,556.7699306,116.3381598,0 +353318,175.1187632,517.8132279,566.1398227,119.4137785,0 +353319,181.5073174,528.0395488,574.5489343,122.685595,0 +353320,187.2986404,538.788519,582.7692082,125.8290426,0 +353321,193.3739741,548.8596174,590.8200816,129.0961674,0 +353322,199.9410229,559.1716683,598.9815423,132.4291506,0 +353323,205.8857232,569.4586459,606.9581176,135.8647483,0 +353324,212.1159133,579.8820533,614.898541,138.9124864,0 +353325,218.5781487,590.2851149,623.0339516,142.5994682,0 +353326,224.7670443,600.741342,630.7570841,145.8323339,0 +353327,231.060365,611.3461738,638.8368491,149.2756108,0 +353328,237.6506441,621.9283868,646.6635771,152.8140342,0 +353329,243.937946,632.5596794,654.5286406,156.4101457,0 +353330,250.368333,643.3457322,662.2923393,159.7006494,0 +353331,256.854351,654.0542222,670.0818908,163.409509,0 +353332,263.5789943,664.9578028,682.2232491,166.7621629,0 +353333,269.956316,675.7730294,684.4963595,170.6054668,0 +353334,276.7945758,686.7826929,687.7666812,174.042299,0 +353335,283.3021322,697.6983654,704.5366691,177.7838521,0 +353336,289.9492912,708.8092598,707.4699948,181.3430093,0 +353337,296.8534568,719.8190029,716.0726216,185.110939,0 +353338,303.4658217,731.0262835,723.6799913,188.714823,0 +353339,309.9756285,742.1235844,730.9740691,192.5182972,0 +353340,317.5961505,753.4224478,738.5223532,196.1632616,0 +353341,324.4526388,764.3701172,750.47195,200.1951992,0 +353342,332.1437476,776.6899518,756.4858434,204.0580958,0 +353343,339.6195889,787.9187471,753.3234715,208.2741665,0 +353344,347.1737661,799.6014777,775.6452639,212.1984824,0 +353345,354.7650329,811.3600304,776.8701376,216.2723261,0 +353346,362.3650468,823.0512902,786.0139383,220.4806653,0 +353347,370.0731903,834.8218562,793.7551292,224.3415082,0 +353348,377.7529787,846.6168733,801.6162692,228.4106719,0 +353349,385.197351,858.3985361,809.1381418,232.7449015,0 +353350,393.4044338,870.3960556,817.0451243,236.7662111,0 +353351,401.0219241,882.1132465,824.5573264,240.9520729,0 +353352,408.8926046,894.114174,832.1357308,245.1270127,0 +353353,416.7356211,906.1577729,840.2029307,249.3185043,0 +353354,424.692448,917.9559576,847.0781165,253.5265309,0 +353355,432.5708562,930.1021945,863.7167386,257.7500266,0 +353356,440.598221,942.0710004,857.5997876,261.8204642,0 +353357,448.575169,954.1299874,870.9125786,266.3435796,0 +353358,456.577491,966.1364336,877.4784721,270.4778657,0 +353359,464.6975673,978.3801335,884.4414309,274.7952923,0 +353360,472.728484,990.3396315,891.7641763,279.0946916,0 +353361,480.917578,1002.460788,900.9981626,283.4089782,0 +353362,489.0078716,1014.678706,905.1196885,287.7376991,0 +353363,497.2594812,1026.780888,913.5504564,292.0799297,0 +353364,505.4077204,1042.287772,922.2733455,296.4364207,0 +353365,513.7212865,1057.617034,926.7632902,300.806088,0 +353366,521.9261061,1073.177713,936.1711211,304.9889924,0 +353367,529.8845653,1088.349223,940.9963395,309.7036269,0 +353368,538.7966977,1103.891795,949.7803456,314.1614482,0 +353369,546.8219533,1119.204255,956.3506334,318.2945284,0 +353370,555.343205,1143.400324,962.7419596,322.915619,0 +353371,561.4135,1141.796233,967.2615687,325.9431861,0 +353372,567.7228825,1173.483888,970.1978425,328.9461446,0 +353373,573.4125886,1155.808674,972.7979763,331.7831929,0 +353374,579.4701056,1172.529693,973.4475734,334.6238699,0 +353375,590.6809857,1211.228101,976.7079025,336.7821722,0 +353376,597.4178585,1214.948307,977.5626201,339.3329809,0 +353377,603.185882,1228.971929,977.6714359,341.8685546,0 +353378,609.5740152,1240.26367,977.8324033,344.396255,0 +353379,615.2762541,1251.308704,978.0374578,346.8221912,0 +353380,621.251977,1261.892573,978.2735492,349.2586363,0 +353381,626.9166631,1272.355756,978.5320721,351.6561856,0 +353382,632.8308253,1282.804189,978.8057551,353.9571592,0 +353383,638.2228623,1292.705326,979.0894248,356.2745088,0 +353384,644.1966546,1302.670125,979.3789795,358.5328442,0 +353385,649.408937,1312.37068,979.6720879,360.7836992,0 +353386,655.148895,1321.918361,979.9443766,362.9385504,0 +353387,660.4523588,1331.300863,980.2107089,365.1161513,0 +353388,666.061006,1340.604185,980.48962,367.2394427,0 +353389,671.265707,1349.550835,980.7733942,369.1135695,0 +353390,676.6914172,1358.447617,981.0578269,371.5233795,0 +353391,681.872922,1367.41226,981.3414595,373.3889076,0 +353392,687.2984494,1375.850143,981.6232856,375.4394358,0 +353393,692.233757,1384.414122,981.9034298,377.4217384,0 +353394,697.7699357,1392.748513,982.1820658,379.405082,0 +353395,702.5479421,1400.9579,982.4599563,381.2963814,0 +353396,707.9207836,1409.039645,982.7171836,383.223237,0 +353397,712.7465079,1416.987382,982.9700839,385.1008555,0 +353398,717.943696,1424.806135,983.2371616,386.9596493,0 +353399,722.8081671,1432.583799,983.391482,388.8197137,0 +353400,727.9814172,1440.013706,983.4813954,390.5921227,0 +353401,732.5066507,1447.167038,983.5754806,392.3131326,0 +353402,736.8839691,1454.032245,983.7045424,393.9580688,0 +353403,741.5411185,1461.015703,983.8727637,395.577587,0 +353404,745.9973689,1467.764044,984.0747106,397.1744953,0 +353405,750.4993876,1474.240593,984.3039188,398.7497431,0 +353406,754.9872506,1480.786859,984.5557168,400.3328691,0 +353407,759.5814294,1487.126424,984.8269109,401.8270229,0 +353408,764.2414331,1493.361375,985.0955454,403.365684,0 +353409,768.7352037,1499.476536,985.3746612,404.8600918,0 +353410,773.2681362,1505.567338,985.6793183,406.3423532,0 +353411,777.8626523,1511.210785,986.0008719,407.8070176,0 +353412,782.3048711,1517.182098,986.3344701,409.2558313,0 +353413,790.5023264,1527.343018,986.6771314,411.2702904,0 +353414,795.547749,1533.843913,987.0504262,412.6896418,0 +353415,800.2969762,1539.923961,987.4408597,414.0870792,0 +353416,804.8788715,1545.911864,987.8360716,415.4224761,0 +353417,809.4903938,1554.672915,988.2288453,416.737177,0 +353418,814.1731053,1557.174747,988.6177888,418.0316488,0 +353419,818.6881048,1569.679827,988.9823763,419.3069866,0 +353420,823.2391824,1560.791857,989.3418914,420.5656183,0 +353421,827.7535329,1570.606259,989.7051457,421.8073362,0 +353422,832.2461081,1581.293252,990.073494,423.0628401,0 +353423,836.7148741,1581.980741,990.4421233,424.2296744,0 +353424,841.1638879,1587.990532,990.806688,425.4482343,0 +353425,845.5866644,1592.537102,991.1695435,426.6251208,0 +353426,849.9923031,1597.162287,991.5294493,427.79347,0 +353427,854.3740561,1601.572652,991.8866503,428.947669,0 +353428,858.7361093,1605.869883,992.2411263,430.0890289,0 +353429,863.075964,1610.038392,992.5929597,431.2168305,0 +353430,867.3272481,1614.07818,992.9421806,432.3323103,0 +353431,872.1540518,1616.570408,993.2888328,434.0243657,0 +353432,876.8680006,1618.303551,993.6548857,435.8507784,0 +353433,881.6485258,1620.030412,994.0392777,437.6447648,0 +353434,886.4802954,1621.426283,994.4596225,439.5336361,0 +353435,891.1205635,1622.609886,994.9297643,441.4136762,0 +353436,895.9083724,1623.578888,995.437542,443.3142597,0 +353437,900.5409261,1624.342348,995.9771683,445.2267932,0 +353438,905.3473971,1624.909343,996.5429262,447.1501995,0 +353439,909.969227,1625.286499,997.132731,449.1125048,0 +353440,914.6374071,1625.480829,997.7429373,451.0058421,0 +353441,919.2699577,1625.497502,998.3725646,452.9748015,0 +353442,923.8802046,1625.342328,999.018748,454.9213246,0 +353443,928.4653185,1625.019543,999.6809479,456.8770927,0 +353444,932.9418705,1624.534118,1000.356672,458.8369359,0 +353445,937.5530141,1623.88962,1001.044565,460.7992899,0 +353446,941.9850926,1623.090415,1001.745077,462.7956008,0 +353447,946.5434481,1622.139556,1002.455965,464.7136914,0 +353448,950.9231885,1621.04092,1003.176092,466.7047605,0 +353449,955.424079,1619.797206,1003.906038,468.6667495,0 +353450,959.7498174,1618.411892,1004.643917,470.6341335,0 +353451,964.1909544,1616.887323,1005.372021,472.6005727,0 +353452,967.925308,1612.067683,1006.105421,475.9298525,0 +353453,972.416072,1610.039869,1006.907578,478.0745017,0 +353454,976.7730734,1607.967631,1007.751431,480.1534979,0 +353455,981.2114879,1605.903334,1008.612304,482.2376653,0 +353456,985.6947787,1603.769989,1009.474641,484.3421019,0 +353457,989.8794893,1601.520275,1010.335874,486.3858894,0 +353458,994.4650612,1599.200996,1011.196315,488.4828607,0 +353459,998.6697705,1596.759311,1012.057123,490.5155353,0 +353460,1003.050769,1594.245452,1012.917088,492.6358892,0 +353461,1006.69064,1591.480564,1013.779418,494.4284031,0 +353462,1010.47084,1588.625297,1014.633395,496.2832054,0 +353463,1013.858712,1585.544037,1015.473568,498.0217465,0 +353464,1017.408577,1582.630709,1016.29648,499.8104478,0 +353465,1020.777519,1579.38189,1017.104736,501.5314866,0 +353466,1024.246049,1576.145994,1017.898968,503.3024336,0 +353467,1027.550967,1572.77683,1018.682586,505.0072724,0 +353468,1030.956337,1569.336798,1019.45585,506.7625226,0 +353469,1034.198622,1586.607501,1020.221277,508.4864974,0 +353470,1037.541026,1531.647581,1020.984605,510.1733661,0 +353471,1040.720517,1573.576788,1021.724285,511.8731712,0 +353472,1043.999631,1554.02431,1022.47795,513.5914374,0 +353473,1047.115789,1546.572994,1023.216369,515.2494254,0 +353474,1050.331605,1548.751431,1023.950351,516.9576415,0 +353475,1054.638861,1542.098243,1024.683028,518.6000622,0 +353476,1056.817297,1538.55184,1025.40992,520.292405,0 +353477,1061.214536,1534.2542,1026.133641,521.9191087,0 +353478,1062.474365,1529.980847,1026.853842,523.5955808,0 +353479,1068.360471,1525.597078,1027.570493,525.2425944,0 +353480,1067.09097,1521.16051,1028.284875,526.8483805,0 +353481,1076.73908,1516.632956,1028.994732,528.1120318,0 +353482,1069.249344,1512.044234,1029.704507,530.2630451,0 +353483,1088.569481,1507.485269,1030.405848,531.597431,0 +353484,1065.720213,1502.532379,1031.112449,533.2587294,0 +353485,1084.462973,1497.954814,1031.803888,534.8506247,0 +353486,1087.254044,1493.029202,1032.503991,536.4352211,0 +353487,1087.333232,1488.14187,1033.198812,538.0122397,0 +353488,1090.963178,1483.183036,1033.890124,539.5446118,0 +353489,1093.662651,1478.169373,1034.579939,541.1626384,0 +353490,1096.309056,1473.102819,1035.267326,542.688828,0 +353491,1099.52764,1469.517386,1035.9524,544.1749725,0 +353492,1102.612367,1465.982839,1036.631907,545.5355586,0 +353493,1105.924228,1462.7336,1037.302716,546.9661557,0 +353494,1109.16662,1459.319186,1037.964343,548.350592,0 +353495,1112.430234,1456.001202,1038.617076,549.7316103,0 +353496,1115.696427,1452.674431,1039.261842,551.1033678,0 +353497,1118.964507,1449.438171,1039.899441,552.4292531,0 +353498,1122.232175,1445.966191,1040.530576,553.8420555,0 +353499,1125.589044,1442.680777,1041.155809,555.1618038,0 +353500,1128.71665,1439.295926,1041.775724,556.5093758,0 +353501,1132.048443,1435.903222,1042.390642,557.8439572,0 +353502,1135.203844,1432.484631,1043.001098,559.1720311,0 +353503,1138.598769,1428.945948,1043.607376,560.4942361,0 +353504,1141.78328,1425.597286,1044.194066,561.8104753,0 +353505,1145.047801,1422.019371,1044.775158,563.1599174,0 +353506,1148.291631,1418.483738,1045.364128,564.4066554,0 +353507,1151.531581,1414.895959,1045.954646,565.6978829,0 +353508,1154.85651,1411.268047,1046.54417,567.0452773,0 +353509,1157.943703,1407.598907,1047.131763,568.3071831,0 +353510,1161.235895,1403.887074,1047.717009,569.6001635,0 +353511,1164.437854,1400.219336,1048.300054,570.8824567,0 +353512,1167.645465,1396.20293,1048.880929,572.1604559,0 +353513,1170.84997,1392.54524,1049.459707,573.4346902,0 +353514,1174.046289,1388.575709,1050.036668,574.7048905,0 +353515,1177.236502,1384.64854,1050.611794,575.9716217,0 +353516,1180.419544,1380.659895,1051.185267,577.2345952,0 +353517,1183.502393,1376.622879,1051.757165,578.4546219,0 +353518,1186.909265,1372.536942,1052.327579,579.7712659,0 +353519,1189.856326,1368.402016,1052.89672,580.9944697,0 +353520,1193.099267,1364.131391,1053.464427,582.251358,0 +353521,1196.345201,1360.011017,1054.030962,583.5897939,0 +353522,1199.635047,1355.654486,1054.598609,584.8419897,0 +353523,1202.928782,1351.407099,1055.169106,586.1884633,0 +353524,1206.21889,1346.889037,1055.743175,587.4968105,0 +353525,1209.503759,1342.50544,1056.320531,588.8106208,0 +353526,1212.782338,1337.998586,1056.90076,590.1224196,0 +353527,1216.05527,1333.372193,1057.483318,591.4325386,0 +353528,1219.417781,1328.90194,1058.067787,592.6999644,0 +353529,1222.530336,1324.204089,1058.653957,594.0683803,0 +353530,1225.85737,1319.530648,1059.241412,595.3422209,0 +353531,1223.788873,1312.698401,1059.830429,592.9010402,0 +353532,1226.10656,1307.608942,1060.273177,593.5305972,0 +353533,1228.928277,1302.596521,1060.62125,594.455564,0 +353534,1231.869058,1297.569271,1060.944013,595.4636169,0 +353535,1234.863503,1292.516364,1061.279866,596.5095622,0 +353536,1237.787134,1287.429397,1061.639646,597.5774153,0 +353537,1240.975504,1282.305948,1062.021923,598.6595634,0 +353538,1243.949497,1277.062393,1062.422669,599.7517975,0 +353539,1247.021826,1271.893054,1062.838382,600.851921,0 +353540,1250.083032,1266.652176,1063.26692,601.958414,0 +353541,1253.247918,1261.462725,1063.706653,603.070885,0 +353542,1256.16401,1256.077818,1064.156396,604.1882827,0 +353543,1259.309472,1250.600152,1064.614921,605.3514083,0 +353544,1262.36356,1245.339664,1065.081382,606.4130576,0 +353545,1265.43472,1239.744365,1065.554873,607.5314233,0 +353546,1268.506009,1234.240021,1066.03458,608.7192744,0 +353547,1271.576115,1228.691677,1066.519911,609.8219769,0 +353548,1274.645615,1223.027277,1067.010243,610.9657383,0 +353549,1277.712876,1217.596956,1067.505071,612.1043811,0 +353550,1280.778106,1211.773042,1068.00401,613.2448162,0 +353551,1282.670536,1205.127909,1068.522516,614.1807386,0 +353552,1284.319336,1198.189262,1069.037763,615.074852,0 +353553,1285.855515,1191.397093,1069.530856,615.9478448,0 +353554,1287.31286,1184.405143,1070.006803,616.8052684,0 +353555,1288.705854,1177.45698,1070.4688,617.6495801,0 +353556,1290.144174,1170.479105,1070.919184,618.4820108,0 +353557,1291.272826,1163.498821,1071.359583,619.3033653,0 +353558,1292.586797,1156.440835,1071.790936,620.1141466,0 +353559,1293.761499,1169.022627,1072.214073,620.9147746,0 +353560,1294.910921,1113.912305,1072.63524,621.7055503,0 +353561,1295.91794,1169.684117,1073.032247,622.4868005,0 +353562,1297.147055,1096.363752,1073.448105,623.2158993,0 +353563,1303.581723,1151.128125,1073.829176,627.8623621,0 +353564,1305.642729,1097.502195,1074.381441,629.2181546,0 +353565,1307.202592,1120.512298,1074.999769,630.2448085,0 +353566,1308.614484,1103.262881,1075.651141,631.2751351,0 +353567,1309.94442,1098.707016,1076.275476,632.2175388,0 +353568,1311.220271,1092.179873,1076.871837,633.1346235,0 +353569,1312.455147,1085.692249,1077.44002,634.0267834,0 +353570,1313.655796,1079.299587,1077.98469,634.8982464,0 +353571,1314.827014,1072.774126,1078.509421,635.7515268,0 +353572,1315.972029,1068.553108,1079.016578,636.5881403,0 +353573,1317.094046,1063.587862,1079.508532,637.4092261,0 +353574,1318.195622,1058.820341,1079.986066,638.2155314,0 +353575,1319.279642,1053.930538,1080.450502,639.0077999,0 +353576,1320.348584,1049.195556,1080.902848,639.7425923,0 +353577,1321.405656,1044.313421,1081.344108,640.574875,0 +353578,1322.453774,1039.608581,1081.775116,641.2948853,0 +353579,1323.496747,1034.874939,1082.196638,642.0434893,0 +353580,1324.533766,1030.183979,1082.609324,642.7727261,0 +353581,0,0,0,0,0 +353582,0,0,0,0,0 +353583,0,0,0,0,0 +353584,0,0,0,0,0 +353585,0,0,0,0,0 +353586,0,0,0,0,0 +353587,0,0,0,0,0 +353588,0,0,0,0,0 +353589,0,0,0,0,0 +353590,0,0,0,0,0 +353591,0,0,0,0,0 +353592,0,0,0,0,0 +353593,0,0,0,0,0 +353594,0,0,0,0,0 +353595,0,0,0,0,0 +353596,0,0,0,0,0 +353597,0,0,0,0,0 +353598,0,0,0,0,0 +353599,0,0,0,0,0 +353600,0,0,0,0,0 +353601,0,0,0,0,0 +353602,0,0,0,0,0 +353603,0,0,0,0,0 +353604,0,0,0,0,0 +353605,0,0,0,0,0 +353606,0,0,0,0,0 +353607,0,0,0,0,0 +353608,0,0,0,0,0 +353609,0,0,0,0,0 +353610,0,0,0,0,0 +353611,0,0,0,0,0 +353612,0,0,0,0,0 +353613,0,0,0,0,0 +353614,0,0,0,0,0 +353615,0,0,0,0,0 +353616,0,0,0,0,0 +353617,0,0,0,0,0 +353618,0,0,0,0,0 +353619,0,0,0,0,0 +353620,0,0,0,0,0 +353621,0,0,0,0,0 +353622,0,0,0,0,0 +353623,0,0,0,0,0 +353624,0,0,0,0,0 +353625,0,0,0,0,0 +353626,0,0,0,0,0 +353627,0,0,0,0,0 +353628,0,0,0,0,0 +353629,0,0,0,0,0 +353630,0,0,0,0,0 +353631,0,0,0,0,0 +353632,0,0,0,0,0 +353633,0,0,0,0,0 +353634,0,0,0,0,0 +353635,0,0,0,0,0 +353636,0,0,0,0,0 +353637,0,0,0,0,0 +353638,0,0,0,0,0 +353639,0,0,0,0,0 +353640,0,0,0,0,0 +353641,0,0,0,0,0 +353642,0,0,0,0,0 +353643,0,0,0,0,0 +353644,0,0,0,0,0 +353645,0,0,0,0,0 +353646,0,0,0,0,0 +353647,0,0,0,0,0 +353648,0,0,0,0,0 +353649,0,0,0,0,0 +353650,0,0,0,0,0 +353651,0,0,0,0,0 +353652,0,0,0,0,0 +353653,0,0,0,0,0 +353654,0,0,0,0,0 +353655,0,0,0,0,0 +353656,0,0,0,0,0 +353657,0,0,0,0,0 +353658,0,0,0,0,0 +353659,0,0,0,0,0 +353660,0,0,0,0,0 +353661,0,0,0,0,0 +353662,0,0,0,0,0 +353663,0,0,0,0,0 +353664,0,0,0,0,0 +353665,0,0,0,0,0 +353666,0,0,0,0,0 +353667,0,0,0,0,0 +353668,0,0,0,0,0 +353669,0,0,0,0,0 +353670,0,0,0,0,0 +353671,0,0,0,0,0 +353672,0,0,0,0,0 +353673,0,0,0,0,0 +353674,0,0,0,0,0 +353675,0,0,0,0,0 +353676,0,0,0,0,0 +353677,0,0,0,0,0 +353678,0,0,0,0,0 +353679,0,0,0,0,0 +353680,0,0,0,0,0 +353681,0,0,0,0,0 +353682,0,0,0,0,0 +353683,0,0,0,0,0 +353684,0,0,0,0,0 +353685,0,0,0,0,0 +353686,0,0,0,0,0 +353687,0,0,0,0,0 +353688,0,0,0,0,0 +353689,0,0,0,0,0 +353690,0,0,0,0,0 +353691,0,0,0,0,0 +353692,0,0,0,0,0 +353693,0,0,0,0,0 +353694,0,0,0,0,0 +353695,0,0,0,0,0 +353696,0,0,0,0,0 +353697,0,0,0,0,0 +353698,0,0,0,0,0 +353699,0,0,0,0,0 +353700,0,0,0,0,0 +353701,0,0,0,0,0 +353702,0,0,0,0,0 +353703,0,0,0,0,0 +353704,0,0,0,0,0 +353705,0,0,0,0,0 +353706,0,0,0,0,0 +353707,0,0,0,0,0 +353708,0,0,0,0,0 +353709,0,0,0,0,0 +353710,0,0,0,0,0 +353711,0,0,0,0,0 +353712,0,0,0,0,0 +353713,0,0,0,0,0 +353714,0,0,0,0,0 +353715,0,0,0,0,0 +353716,0,0,0,0,0 +353717,0,0,0,0,0 +353718,0,0,0,0,0 +353719,0,0,0,0,0 +353720,0,0,0,0,0 +353721,0,0,0,0,0 +353722,0,0,0,0,0 +353723,0,0,0,0,0 +353724,0,0,0,0,0 +353725,0,0,0,0,0 +353726,0,0,0,0,0 +353727,0,0,0,0,0 +353728,0,0,0,0,0 +353729,0,0,0,0,0 +353730,0,0,0,0,0 +353731,0,0,0,0,0 +353732,0,0,0,0,0 +353733,0,0,0,0,0 +353734,0,0,0,0,0 +353735,0,0,0,0,0 +353736,0,0,0,0,0 +353737,0,0,0,0,0 +353738,0,0,0,0,0 +353739,0,0,0,0,0 +353740,0,0,0,0,0 +353741,0,0,0,0,0 +353742,0,0,0,0,0 +353743,0,0,0,0,0 +353744,0,0,0,0,0 +353745,0,0,0,0,0 +353746,0,0,0,0,0 +353747,0,0,0,0,0 +353748,0,0,0,0,0 +353749,0,0,0,0,0 +353750,0,0,0,0,0 +353751,0,0,0,0,0 +353752,0,0,0,0,0 +353753,0,0,0,0,0 +353754,0,0,0,0,0 +353755,0,0,0,0,0 +353756,0,0,0,0,0 +353757,0,0,0,0,0 +353758,0,0,0,0,0 +353759,0,0,0,0,0 +353760,0,0,0,0,0 +353761,0,0,0,0,0 +353762,0,0,0,0,0 +353763,0,0,0,0,0 +353764,0,0,0,0,0 +353765,0,0,0,0,0 +353766,0,0,0,0,0 +353767,0,0,0,0,0 +353768,0,0,0,0,0 +353769,0,0,0,0,0 +353770,0,0,0,0,0 +353771,0,0,0,0,0 +353772,0,0,0,0,0 +353773,0,0,0,0,0 +353774,0,0,0,0,0 +353775,0,0,0,0,0 +353776,0,0,0,0,0 +353777,0,0,0,0,0 +353778,0,0,0,0,0 +353779,0,0,0,0,0 +353780,0,0,0,0,0 +353781,0,0,0,0,0 +353782,0,0,0,0,0 +353783,0,0,0,0,0 +353784,0,0,0,0,0 +353785,0,0,0,0,0 +353786,0,0,0,0,0 +353787,0,0,0,0,0 +353788,0,0,0,0,0 +353789,0,0,0,0,0 +353790,0,0,0,0,0 +353791,0,0,0,0,0 +353792,0,0,0,0,0 +353793,0,0,0,0,0 +353794,0,0,0,0,0 +353795,0,0,0,0,0 +353796,0,0,0,0,0 +353797,0,0,0,0,0 +353798,0,0,0,0,0 +353799,0,0,0,0,0 +353800,0,0,0,0,0 +353801,0,0,0,0,0 +353802,0,0,0,0,0 +353803,0,0,0,0,0 +353804,0,0,0,0,0 +353805,0,0,0,0,0 +353806,0,0,0,0,0 +353807,0,0,0,0,0 +353808,0,0,0,0,0 +353809,0,0,0,0,0 +353810,0,0,0,0,0 +353811,0,0,0,0,0 +353812,0,0,0,0,0 +353813,0,0,0,0,0 +353814,0,0,0,0,0 +353815,0,0,0,0,0 +353816,0,0,0,0,0 +353817,0,0,0,0,0 +353818,0,0,0,0,0 +353819,0,0,0,0,0 +353820,0,0,0,0,0 +353821,0,0,0,0,0 +353822,0,0,0,0,0 +353823,0,0,0,0,0 +353824,0,0,0,0,0 +353825,0,0,0,0,0 +353826,0,0,0,0,0 +353827,0,0,0,0,0 +353828,0,0,0,0,0 +353829,0,0,0,0,0 +353830,0,0,0,0,0 +353831,0,0,0,0,0 +353832,0,0,0,0,0 +353833,0,0,0,0,0 +353834,0,0,0,0,0 +353835,0,0,0,0,0 +353836,0,0,0,0,0 +353837,0,0,0,0,0 +353838,0,0,0,0,0 +353839,0,0,0,0,0 +353840,0,0,0,0,0 +353841,0,0,0,0,0 +353842,0,0,0,0,0 +353843,0,0,0,0,0 +353844,0,0,0,0,0 +353845,0,0,0,0,0 +353846,0,0,0,0,0 +353847,0,0,0,0,0 +353848,0,0,0,0,0 +353849,0,0,0,0,0 +353850,0,0,0,0,0 +353851,0,0,0,0,0 +353852,0,0,0,0,0 +353853,0,0,0,0,0 +353854,0,0,0,0,0 +353855,0,0,0,0,0 +353856,0,0,0,0,0 +353857,0,0,0,0,0 +353858,0,0,0,0,0 +353859,0,0,0,0,0 +353860,0,0,0,0,0 +353861,0,0,0,0,0 +353862,0,0,0,0,0 +353863,0,0,0,0,0 +353864,0,0,0,0,0 +353865,0,0,0,0,0 +353866,0,0,0,0,0 +353867,0,0,0,0,0 +353868,0,0,0,0,0 +353869,0,0,0,0,0 +353870,0,0,0,0,0 +353871,0,0,0,0,0 +353872,0,0,0,0,0 +353873,0,0,0,0,0 +353874,0,0,0,0,0 +353875,0,0,0,0,0 +353876,0,0,0,0,0 +353877,0,0,0,0,0 +353878,0,0,0,0,0 +353879,0,0,0,0,0 +353880,0,0,0,0,0 +353881,0,0,0,0,0 +353882,0,0,0,0,0 +353883,0,0,0,0,0 +353884,0,0,0,0,0 +353885,0,0,0,0,0 +353886,0,0,0,0,0 +353887,0,0,0,0,0 +353888,0,0,0,0,0 +353889,0,0,0,0,0 +353890,0,0,0,0,0 +353891,0,0,0,0,0 +353892,0,0,0,0,0 +353893,0,0,0,0,0 +353894,0,0,0,0,0 +353895,0,0,0,0,0 +353896,0,0,0,0,0 +353897,0,0,0,0,0 +353898,0,0,0,0,0 +353899,0,0,0,0,0 +353900,0,0,0,0,0 +353901,0,0,0,0,0 +353902,0,0,0,0,0 +353903,0,0,0,0,0 +353904,0,0,0,0,0 +353905,0,0,0,0,0 +353906,0,0,0,0,0 +353907,0,0,0,0,0 +353908,0,0,0,0,0 +353909,0,0,0,0,0 +353910,0,0,0,0,0 +353911,0,0,0,0,0 +353912,0,0,0,0,0 +353913,0,0,0,0,0 +353914,0,0,0,0,0 +353915,0,0,0,0,0 +353916,0,0,0,0,0 +353917,0,0,0,0,0 +353918,0,0,0,0,0 +353919,0,0,0,0,0 +353920,0,0,0,0,0 +353921,0,0,0,0,0 +353922,0,0,0,0,0 +353923,0,0,0,0,0 +353924,0,0,0,0,0 +353925,0,0,0,0,0 +353926,0,0,0,0,0 +353927,0,0,0,0,0 +353928,0,0,0,0,0 +353929,0,0,0,0,0 +353930,0,0,0,0,0 +353931,0,0,0,0,0 +353932,0,0,0,0,0 +353933,0,0,0,0,0 +353934,0,0,0,0,0 +353935,0,0,0,0,0 +353936,0,0,0,0,0 +353937,0,0,0,0,0 +353938,0,0,0,0,0 +353939,0,0,0,0,0 +353940,0,0,0,0,0 +353941,0,0,0,0,0 +353942,0,0,0,0,0 +353943,0,0,0,0,0 +353944,0,0,0,0,0 +353945,0,0,0,0,0 +353946,0,0,0,0,0 +353947,0,0,0,0,0 +353948,0,0,0,0,0 +353949,0,0,0,0,0 +353950,0,0,0,0,0 +353951,0,0,0,0,0 +353952,0,0,0,0,0 +353953,0,0,0,0,0 +353954,0,0,0,0,0 +353955,0,0,0,0,0 +353956,0,0,0,0,0 +353957,0,0,0,0,0 +353958,0,0,0,0,0 +353959,0,0,0,0,0 +353960,0,0,0,0,0 +353961,0,0,0,0,0 +353962,0,0,0,0,0 +353963,0,0,0,0,0 +353964,0,0,0,0,0 +353965,0,0,0,0,0 +353966,0,0,0,0,0 +353967,0,0,0,0,0 +353968,0,0,0,0,0 +353969,0,0,0,0,0 +353970,0,0,0,0,0 +353971,0,0,0,0,0 +353972,0,0,0,0,0 +353973,0,0,0,0,0 +353974,0,0,0,0,0 +353975,0,0,0,0,0 +353976,0,0,0,0,0 +353977,0,0,0,0,0 +353978,0,0,0,0,0 +353979,0,0,0,0,0 +353980,0,0,0,0,0 +353981,0,0,0,0,0 +353982,0,0,0,0,0 +353983,0,0,0,0,0 +353984,0,0,0,0,0 +353985,0,0,0,0,0 +353986,0,0,0,0,0 +353987,0,0,0,0,0 +353988,0,0,0,0,0 +353989,0,0,0,0,0 +353990,0,0,0,0,0 +353991,0,0,0,0,0 +353992,0,0,0,0,0 +353993,0,0,0,0,0 +353994,0,0,0,0,0 +353995,0,0,0,0,0 +353996,0,0,0,0,0 +353997,0,0,0,0,0 +353998,0,0,0,0,0 +353999,0,0,0,0,0 +354000,0,0,0,0,0 +354001,0,0,0,0,0 +354002,0,0,0,0,0 +354003,0,0,0,0,0 +354004,0,0,0,0,0 +354005,0,0,0,0,0 +354006,0,0,0,0,0 +354007,0,0,0,0,0 +354008,0,0,0,0,0 +354009,0,0,0,0,0 +354010,0,0,0,0,0 +354011,0,0,0,0,0 +354012,0,0,0,0,0 +354013,0,0,0,0,0 +354014,0,0,0,0,0 +354015,0,0,0,0,0 +354016,0,0,0,0,0 +354017,0,0,0,0,0 +354018,0,0,0,0,0 +354019,0,0,0,0,0 +354020,0,0,0,0,0 +354021,0,0,0,0,0 +354022,0,0,0,0,0 +354023,0,0,0,0,0 +354024,0,0,0,0,0 +354025,0,0,0,0,0 +354026,0,0,0,0,0 +354027,0,0,0,0,0 +354028,0,0,0,0,0 +354029,0,0,0,0,0 +354030,0,0,0,0,0 +354031,0,0,0,0,0 +354032,0,0,0,0,0 +354033,0,0,0,0,0 +354034,0,0,0,0,0 +354035,0,0,0,0,0 +354036,0,0,0,0,0 +354037,0,0,0,0,0 +354038,0,0,0,0,0 +354039,0,0,0,0,0 +354040,0,0,0,0,0 +354041,0,0,0,0,0 +354042,0,0,0,0,0 +354043,0,0,0,0,0 +354044,0,0,0,0,0 +354045,0,0,0,0,0 +354046,0,0,0,0,0 +354047,0,0,0,0,0 +354048,0,0,0,0,0 +354049,0,0,0,0,0 +354050,0,0,0,0,0 +354051,0,0,0,0,0 +354052,0,0,0,0,0 +354053,0,0,0,0,0 +354054,0,0,0,0,0 +354055,0,0,0,0,0 +354056,0,0,0,0,0 +354057,0,0,0,0,0 +354058,0,0,0,0,0 +354059,0,0,0,0,0 +354060,0,0,0,0,0 +354061,0,0,0,0,0 +354062,0,0,0,0,0 +354063,0,0,0,0,0 +354064,0,0,0,0,0 +354065,0,0,0,0,0 +354066,0,0,0,0,0 +354067,0,0,0,0,0 +354068,0,0,0,0,0 +354069,0,0,0,0,0 +354070,0,0,0,0,0 +354071,0,0,0,0,0 +354072,0,0,0,0,0 +354073,0,0,0,0,0 +354074,0,0,0,0,0 +354075,0,0,0,0,0 +354076,0,0,0,0,0 +354077,0,0,0,0,0 +354078,0,0,0,0,0 +354079,0,0,0,0,0 +354080,0,0,0,0,0 +354081,0,0,0,0,0 +354082,0,0,0,0,0 +354083,0,0,0,0,0 +354084,0,0,0,0,0 +354085,0,0,0,0,0 +354086,0,0,0,0,0 +354087,0,0,0,0,0 +354088,0,0,0,0,0 +354089,0,0,0,0,0 +354090,0,0,0,0,0 +354091,0,0,0,0,0 +354092,0,0,0,0,0 +354093,0,0,0,0,0 +354094,0,0,0,0,0 +354095,0,0,0,0,0 +354096,0,0,0,0,0 +354097,0,0,0,0,0 +354098,0,0,0,0,0 +354099,0,0,0,0,0 +354100,0,0,0,0,0 +354101,0,0,0,0,0 +354102,0,0,0,0,0 +354103,0,0,0,0,0 +354104,0,0,0,0,0 +354105,0,0,0,0,0 +354106,0,0,0,0,0 +354107,0,0,0,0,0 +354108,0,0,0,0,0 +354109,0,0,0,0,0 +354110,0,0,0,0,0 +354111,0,0,0,0,0 +354112,0,0,0,0,0 +354113,0,0,0,0,0 +354114,0,0,0,0,0 +354115,0,0,0,0,0 +354116,0,0,0,0,0 +354117,0,0,0,0,0 +354118,0,0,0,0,0 +354119,0,0,0,0,0 +354120,0,0,0,0,0 +354121,0,0,0,0,0 +354122,0,0,0,0,0 +354123,0,0,0,0,0 +354124,0,0,0,0,0 +354125,0,0,0,0,0 +354126,0,0,0,0,0 +354127,0,0,0,0,0 +354128,0,0,0,0,0 +354129,0,0,0,0,0 +354130,0,0,0,0,0 +354131,0,0,0,0,0 +354132,0,0,0,0,0 +354133,0,0,0,0,0 +354134,0,0,0,0,0 +354135,0,0,0,0,0 +354136,0,0,0,0,0 +354137,0,0,0,0,0 +354138,0,0,0,0,0 +354139,0,0,0,0,0 +354140,0,0,0,0,0 +354141,0,0,0,0,0 +354142,0,0,0,0,0 +354143,0,0,0,0,0 +354144,0,0,0,0,0 +354145,0,0,0,0,0 +354146,0,0,0,0,0 +354147,0,0,0,0,0 +354148,0,0,0,0,0 +354149,0,0,0,0,0 +354150,0,0,0,0,0 +354151,0,0,0,0,0 +354152,0,0,0,0,0 +354153,0,0,0,0,0 +354154,0,0,0,0,0 +354155,0,0,0,0,0 +354156,0,0,0,0,0 +354157,0,0,0,0,0 +354158,0,0,0,0,0 +354159,0,0,0,0,0 +354160,0,0,0,0,0 +354161,0,0,0,0,0 +354162,0,0,0,0,0 +354163,0,0,0,0,0 +354164,0,0,0,0,0 +354165,0,0,0,0,0 +354166,0,0,0,0,0 +354167,0,0,0,0,0 +354168,0,0,0,0,0 +354169,0,0,0,0,0 +354170,0,0,0,0,0 +354171,0,0,0,0,0 +354172,0,0,0,0,0 +354173,0,0,0,0,0 +354174,0,0,0,0,0 +354175,0,0,0,0,0 +354176,0,0,0,0,0 +354177,0,0,0,0,0 +354178,0,0,0,0,0 +354179,0,0,0,0,0 +354180,0,0,0,0,0 +354181,0,0,0,0,0 +354182,0,0,0,0,0 +354183,0,0,0,0,0 +354184,0,0,0,0,0 +354185,0,0,0,0,0 +354186,0,0,0,0,0 +354187,0,0,0,0,0 +354188,0,0,0,0,0 +354189,0,0,0,0,0 +354190,0,0,0,0,0 +354191,0,0,0,0,0 +354192,0,0,0,0,0 +354193,0,0,0,0,0 +354194,0,0,0,0,0 +354195,0,0,0,0,0 +354196,0,0,0,0,0 +354197,0,0,0,0,0 +354198,0,0,0,0,0 +354199,0,0,0,0,0 +354200,0,0,0,0,0 +354201,0,0,0,0,0 +354202,0,0,0,0,0 +354203,0,0,0,0,0 +354204,0,0,0,0,0 +354205,0,0,0,0,0 +354206,0,0,0,0,0 +354207,0,0,0,0,0 +354208,0,0,0,0,0 +354209,0,0,0,0,0 +354210,0,0,0,0,0 +354211,0,0,0,0,0 +354212,0,0,0,0,0 +354213,0,0,0,0,0 +354214,0,0,0,0,0 +354215,0,0,0,0,0 +354216,0,0,0,0,0 +354217,0,0,0,0,0 +354218,0,0,0,0,0 +354219,0,0,0,0,0 +354220,0,0,0,0,0 +354221,0,0,0,0,0 +354222,0,0,0,0,0 +354223,0,0,0,0,0 +354224,0,0,0,0,0 +354225,0,0,0,0,0 +354226,0,0,0,0,0 +354227,0,0,0,0,0 +354228,0,0,0,0,0 +354229,0,0,0,0,0 +354230,0,0,0,0,0 +354231,0,0,0,0,0 +354232,0,0,0,0,0 +354233,0,0,0,0,0 +354234,0,0,0,0,0 +354235,0,0,0,0,0 +354236,0,0,0,0,0 +354237,0,0,0,0,0 +354238,0,0,0,0,0 +354239,0,0,0,0,0 +354240,0,0,0,0,0 +354241,0,0,0,0,0 +354242,0,0,0,0,0 +354243,0,0,0,0,0 +354244,0,0,0,0,0 +354245,0,0,0,0,0 +354246,0,0,0,0,0 +354247,0,0,0,0,0 +354248,0,0,0,0,0 +354249,0,0,0,0,0 +354250,0,0,0,0,0 +354251,0,0,0,0,0 +354252,0,0,0,0,0 +354253,0,0,0,0,0 +354254,0,0,0,0,0 +354255,0,0,0,0,0 +354256,0,0,0,0,0 +354257,0,0,0,0,0 +354258,0,0,0,0,0 +354259,0,0,0,0,0 +354260,0,0,0,0,0 +354261,0,0,0,0,0 +354262,0,0,0,0,0 +354263,0,0,0,0,0 +354264,0,0,0,0,0 +354265,0,0,0,0,0 +354266,0,0,0,0,0 +354267,0,0,0,0,0 +354268,0,0,0,0,0 +354269,0,0,0,0,0 +354270,0,0,0,0,0 +354271,0,0,0,0,0 +354272,0,0,0,0,0 +354273,0,0,0,0,0 +354274,0,0,0,0,0 +354275,0,0,0,0,0 +354276,0,0,0,0,0 +354277,0,0,0,0,0 +354278,0,0,0,0,0 +354279,0,0,0,0,0 +354280,0,0,0,0,0 +354281,0,0,0,0,0 +354282,0,0,0,0,0 +354283,0,0,0,0,0 +354284,0,0,0,0,0 +354285,0,0,0,0,0 +354286,0,0,0,0,0 +354287,0,0,0,0,0 +354288,0,0,0,0,0 +354289,0,0,0,0,0 +354290,0,0,0,0,0 +354291,0,0,0,0,0 +354292,0,0,0,0,0 +354293,0,0,0,0,0 +354294,0,0,0,0,0 +354295,0,0,0,0,0 +354296,0,0,0,0,0 +354297,0,0,0,0,0 +354298,0,0,0,0,0 +354299,0,0,0,0,0 +354300,0,0,0,0,0 +354301,0,0,0,0,0 +354302,0,0,0,0,0 +354303,0,0,0,0,0 +354304,0,0,0,0,0 +354305,0,0,0,0,0 +354306,0,0,0,0,0 +354307,0,0,0,0,0 +354308,0,0,0,0,0 +354309,0,0,0,0,0 +354310,0,0,0,0,0 +354311,0,0,0,0,0 +354312,0,0,0,0,0 +354313,0,0,0,0,0 +354314,0,0,0,0,0 +354315,0,0,0,0,0 +354316,0,0,0,0,0 +354317,0,0,0,0,0 +354318,0,0,0,0,0 +354319,0,0,0,0,0 +354320,0,0,0,0,0 +354321,0,0,0,0,0 +354322,0,0,0,0,0 +354323,0,0,0,0,0 +354324,0,0,0,0,0 +354325,0,0,0,0,0 +354326,0,0,0,0,0 +354327,0,0,0,0,0 +354328,0,0,0,0,0 +354329,0,0,0,0,0 +354330,0,0,0,0,0 +354331,0,0,0,0,0 +354332,0,0,0,0,0 +354333,0,0,0,0,0 +354334,0,0,0,0,0 +354335,0,0,0,0,0 +354336,0,0,0,0,0 +354337,0,0,0,0,0 +354338,0,0,0,0,0 +354339,0,0,0,0,0 +354340,0,0,0,0,0 +354341,0,0,0,0,0 +354342,0,0,0,0,0 +354343,0,0,0,0,0 +354344,0,0,0,0,0 +354345,0,0,0,0,0 +354346,0,0,0,0,0 +354347,0,0,0,0,0 +354348,0,0,0,0,0 +354349,0,0,0,0,0 +354350,0,0,0,0,0 +354351,0,0,0,0,0 +354352,0,0,0,0,0 +354353,0,0,0,0,0 +354354,0,0,0,0,0 +354355,0,0,0,0,0 +354356,0,0,0,0,0 +354357,0,0,0,0,0 +354358,0,0,0,0,0 +354359,0,0,0,0,0 +354360,0,0,0,0,0 +354361,0,0,0,0,0 +354362,0,0,0,0,0 +354363,0,0,0,0,0 +354364,0,0,0,0,0 +354365,0,0,0,0,0 +354366,0,0,0,0,0 +354367,0,0,0,0,0 +354368,0,0,0,0,0 +354369,0,0,0,0,0 +354370,0,0,0,0,0 +354371,0,0,0,0,0 +354372,0,0,0,0,0 +354373,0,0,0,0,0 +354374,0,0,0,0,0 +354375,0,0,0,0,0 +354376,0,0,0,0,0 +354377,0,0,0,0,0 +354378,0,0,0,0,0 +354379,0,0,0,0,0 +354380,0,0,0,0,0 +354381,0,0,0,0,0 +354382,0,0,0,0,0 +354383,0,0,0,0,0 +354384,0,0,0,0,0 +354385,0,0,0,0,0 +354386,0,0,0,0,0 +354387,0,0,0,0,0 +354388,0,0,0,0,0 +354389,0,0,0,0,0 +354390,0,0,0,0,0 +354391,0,0,0,0,0 +354392,0,0,0,0,0 +354393,0,0,0,0,0 +354394,0,0,0,0,0 +354395,0,0,0,0,0 +354396,0,0,0,0,0 +354397,0,0,0,0,0 +354398,0,0,0,0,0 +354399,0,0,0,0,0 +354400,0,0,0,0,0 +354401,0,0,0,0,0 +354402,0,0,0,0,0 +354403,0,0,0,0,0 +354404,0,0,0,0,0 +354405,0,0,0,0,0 +354406,0,0,0,0,0 +354407,0,0,0,0,0 +354408,0,0,0,0,0 +354409,0,0,0,0,0 +354410,0,0,0,0,0 +354411,0,0,0,0,0 +354412,0,0,0,0,0 +354413,0,0,0,0,0 +354414,0,0,0,0,0 +354415,0,0,0,0,0 +354416,0,0,0,0,0 +354417,0,0,0,0,0 +354418,0,0,0,0,0 +354419,0,0,0,0,0 +354420,0,0,0,0,0 +354421,0,0,0,0,0 +354422,0,0,0,0,0 +354423,0,0,0,0,0 +354424,0,0,0,0,0 +354425,0,0,0,0,0 +354426,0,0,0,0,0 +354427,0,0,0,0,0 +354428,0,0,0,0,0 +354429,0,0,0,0,0 +354430,0,0,0,0,0 +354431,0,0,0,0,0 +354432,0,0,0,0,0 +354433,0,0,0,0,0 +354434,0,0,0,0,0 +354435,0,0,0,0,0 +354436,0,0,0,0,0 +354437,0,0,0,0,0 +354438,0,0,0,0,0 +354439,0,0,0,0,0 +354440,0,0,0,0,0 +354441,0,0,0,0,0 +354442,0,0,0,0,0 +354443,0,0,0,0,0 +354444,0,0,0,0,0 +354445,0,0,0,0,0 +354446,0,0,0,0,0 +354447,0,0,0,0,0 +354448,0,0,0,0,0 +354449,0,0,0,0,0 +354450,0,0,0,0,0 +354451,0,0,0,0,0 +354452,0,0,0,0,0 +354453,0,0,0,0,0 +354454,0,0,0,0,0 +354455,0,0,0,0,0 +354456,0,0,0,0,0 +354457,0,0,0,0,0 +354458,0,0,0,0,0 +354459,0,0,0,0,0 +354460,0,0,0,0,0 +354461,0,0,0,0,0 +354462,0,0,0,0,0 +354463,0,0,0,0,0 +354464,0,0,0,0,0 +354465,0,0,0,0,0 +354466,0,0,0,0,0 +354467,0,0,0,0,0 +354468,0,0,0,0,0 +354469,0,0,0,0,0 +354470,0,0,0,0,0 +354471,0,0,0,0,0 +354472,0,0,0,0,0 +354473,0,0,0,0,0 +354474,0,0,0,0,0 +354475,0,0,0,0,0 +354476,0,0,0,0,0 +354477,0,0,0,0,0 +354478,0,0,0,0,0 +354479,0,0,0,0,0 +354480,0,0,0,0,0 +354481,0,0,0,0,0 +354482,0,0,0,0,0 +354483,0,0,0,0,0 +354484,0,0,0,0,0 +354485,0,0,0,0,0 +354486,0,0,0,0,0 +354487,0,0,0,0,0 +354488,0,0,0,0,0 +354489,0,0,0,0,0 +354490,0,0,0,0,0 +354491,0,0,0,0,0 +354492,0,0,0,0,0 +354493,0,0,0,0,0 +354494,0,0,0,0,0 +354495,0,0,0,0,0 +354496,0,0,0,0,0 +354497,0,0,0,0,0 +354498,0,0,0,0,0 +354499,0,0,0,0,0 +354500,0,0,0,0,0 +354501,0,0,0,0,0 +354502,0,0,0,0,0 +354503,0,0,0,0,0 +354504,0,0,0,0,0 +354505,0,0,0,0,0 +354506,0,0,0,0,0 +354507,0,0,0,0,0 +354508,0,0,0,0,0 +354509,0,0,0,0,0 +354510,0,0,0,0,0 +354511,0,0,0,0,0 +354512,0,0,0,0,0 +354513,0,0,0,0,0 +354514,0,0,0,0,0 +354515,0,0,0,0,0 +354516,0,0,0,0,0 +354517,0,0,0,0,0 +354518,0,0,0,0,0 +354519,0,0,0,0,0 +354520,0,0,0,0,0 +354521,0,0,0,0,0 +354522,0,0,0,0,0 +354523,0,0,0,0,0 +354524,0,0,0,0,0 +354525,0,0,0,0,0 +354526,0,0,0,0,0 +354527,0,0,0,0,0 +354528,0,0,0,0,0 +354529,0,0,0,0,0 +354530,0,0,0,0,0 +354531,0,0,0,0,0 +354532,0,0,0,0,0 +354533,0,0,0,0,0 +354534,0,0,0,0,0 +354535,0,0,0,0,0 +354536,0,0,0,0,0 +354537,0,0,0,0,0 +354538,0,0,0,0,0 +354539,0,0,0,0,0 +354540,0,0,0,0,0 +354541,0,0,0,0,0 +354542,0,0,0,0,0 +354543,0,0,0,0,0 +354544,0,0,0,0,0 +354545,0,0,0,0,0 +354546,0,0,0,0,0 +354547,0,0,0,0,0 +354548,0,0,0,0,0 +354549,0,0,0,0,0 +354550,0,0,0,0,0 +354551,0,0,0,0,0 +354552,0,0,0,0,0 +354553,0,0,0,0,0 +354554,0,0,0,0,0 +354555,0,0,0,0,0 +354556,0,0,0,0,0 +354557,0,0,0,0,0 +354558,0,0,0,0,0 +354559,0,0,0,0,0 +354560,0,0,0,0,0 +354561,0,0,0,0,0 +354562,0,0,0,0,0 +354563,0,0,0,0,0 +354564,0,0,0,0,0 +354565,0,0,0,0,0 +354566,0,0,0,0,0 +354567,0,0,0,0,0 +354568,0,0,0,0,0 +354569,0,0,0,0,0 +354570,0,0,0,0,0 +354571,0,0,0,0,0 +354572,0,0,0,0,0 +354573,0,0,0,0,0 +354574,0,0,0,0,0 +354575,0,0,0,0,0 +354576,0,0,0,0,0 +354577,0,0,0,0,0 +354578,0,0,0,0,0 +354579,0,0,0,0,0 +354580,0,0,0,0,0 +354581,0,0,0,0,0 +354582,0,0,0,0,0 +354583,0,0,0,0,0 +354584,0,0,0,0,0 +354585,0,0,0,0,0 +354586,0,0,0,0,0 +354587,0,0,0,0,0 +354588,0,0,0,0,0 +354589,0,0,0,0,0 +354590,0,0,0,0,0 +354591,0,0,0,0,0 +354592,0,0,0,0,0 +354593,0,0,0,0,0 +354594,0,0,0,0,0 +354595,0,0,0,0,0 +354596,0,0,0,0,0 +354597,0,0,0,0,0 +354598,0,0,0,0,0 +354599,0,0,0,0,0 +354600,0,0,0,0,0 +354601,0,0,0,0,0 +354602,0,0,0,0,0 +354603,0,0,0,0,0 +354604,0,0,0,0,0 +354605,0,0,0,0,0 +354606,0,0,0,0,0 +354607,0,0,0,0,0 +354608,0,0,0,0,0 +354609,0,0,0,0,0 +354610,0,0,0,0,0 +354611,0,0,0,0,0 +354612,0,0,0,0,0 +354613,0,0,0,0,0 +354614,0,0,0,0,0 +354615,0,0,0,0,0 +354616,0,0,0,0,0 +354617,0,0,0,0,0 +354618,0,0,0,0,0 +354619,0,0,0,0,0 +354620,0,0,0,0,0 +354621,0,0,0,0,0 +354622,0,0,0,0,0 +354623,0,0,0,0,0 +354624,0,0,0,0,0 +354625,0,0,0,0,0 +354626,0,0,0,0,0 +354627,0,0,0,0,0 +354628,0,0,0,0,0 +354629,0,0,0,0,0 +354630,0,0,0,0,0 +354631,0,0,0,0,0 +354632,0,0,0,0,0 +354633,0,0,0,0,0 +354634,0,0,0,0,0 +354635,0,0,0,0,0 +354636,0,0,0,0,0 +354637,0,0,0,0,0 +354638,0,0,0,0,0 +354639,0,0,0,0,0 +354640,0,0,0,0,0 +354641,0,0,0,0,0 +354642,0,0,0,0,0 +354643,0,0,0,0,0 +354644,0,0,0,0,0 +354645,0,0,0,0,0 +354646,0,0,0,0,0 +354647,0,0,0,0,0 +354648,0,0,0,0,0 +354649,0,0,0,0,0 +354650,0,0,0,0,0 +354651,0,0,0,0,0 +354652,0,0,0,0,0 +354653,0,0,0,0,0 +354654,0,0,0,0,0 +354655,0,0,0,0,0 +354656,0,0,0,0,0 +354657,0,0,0,0,0 +354658,0,0,0,0,0 +354659,0,0,0,0,0 +354660,0,0,0,0,0 +354661,-56.75837294,-3.219246981,-10.61886206,-23.13152433,-304.7886575 +354662,354.9437439,184.1282264,401.187505,164.1235223,446.3774675 +354663,350.7181197,182.0719627,396.598259,162.149272,443.478033 +354664,341.0174135,177.501331,386.4728557,157.6553971,430.5107823 +354665,331.0282492,172.9511326,376.1779393,153.101772,415.8482568 +354666,322.3368961,169.1717191,367.3331299,149.2330233,402.2882161 +354667,315.141026,166.2156956,360.1137248,146.1194107,390.4621355 +354668,309.1682643,163.9133947,354.2196416,143.6092086,380.1526986 +354669,304.1272021,162.0984983,349.336144,141.5485717,371.0293686 +354670,299.8182564,160.6612003,345.2504823,139.8335188,362.860131 +354671,296.1160545,159.5279862,341.8251098,138.3991317,355.507606 +354672,292.9313094,158.6504632,338.9642928,137.1999576,348.8774135 +354673,290.1915951,157.9866357,336.5888837,136.1998105,342.8925391 +354674,287.8346484,157.5049659,334.6303352,135.3681295,337.4842245 +354675,285.8066568,157.1748983,333.0294432,134.6789651,332.5901904 +354676,284.0612012,156.9745144,331.735286,134.110354,328.1539053 +354677,282.5604485,156.8816239,330.7045744,133.6439576,324.1249685 +354678,281.2688999,156.8817671,329.9006639,133.2645544,320.4588109 +354679,280.15771,156.9590127,329.2925607,132.9595287,317.1161499 +354680,279.2047478,157.1040291,328.8537489,132.7182886,314.0618592 +354681,278.3863709,157.3187356,328.5785649,132.5304782,311.2650898 +354682,277.6853091,157.5903337,328.4387068,132.3892756,308.6985647 +354683,277.0896859,157.9057079,328.409774,132.2893482,306.3380086 +354684,276.5855596,158.2560421,328.4750063,132.2259812,304.1618402 +354685,276.1637044,158.636025,328.6264694,132.1950248,302.1511822 +354686,275.8130292,159.0419996,328.8500986,132.1927413,300.2888094 +354687,275.5272014,159.4711981,329.1364886,132.2160344,298.5598196 +354688,275.2983077,159.9214428,329.4834291,132.2624738,296.9517259 +354689,275.1213564,160.3903155,329.8804015,132.3294856,295.4513271 +354690,274.9901725,160.8762218,330.3215866,132.4153691,294.0488793 +354691,274.9020128,161.3776314,330.8069179,132.5185038,292.7350118 +354692,274.8598089,161.9142443,331.3607723,132.6441454,291.5016475 +354693,274.8643044,162.4986668,331.9967599,132.7911934,290.3411706 +354694,274.9138861,163.1331977,332.7152914,132.9609785,289.2474303 +354695,275.0053138,163.8145287,333.5097924,133.1498407,288.2143557 +354696,275.1354718,164.5381787,334.3726222,133.3583551,287.2369619 +354697,275.3015464,165.3001074,335.2969069,133.5831536,286.3107555 +354698,275.501084,166.0970179,336.2768533,133.8252082,285.431663 +354699,275.7319599,166.9262073,337.307546,134.0814965,284.5960469 +354700,275.9922249,167.7853401,338.3846153,134.3532355,283.80051 +354701,276.2806456,168.6733255,339.5054327,134.637945,283.0417767 +354702,276.5956738,169.58815,340.6662995,134.9370037,282.3175062 +354703,276.9357966,170.5278016,341.8636005,135.2475527,281.6255804 +354704,277.2999056,171.4907279,343.0944682,135.5711706,280.964371 +354705,277.6868325,172.4755909,344.3562772,135.9052114,280.3319467 +354706,278.0956591,173.4813156,345.6468551,136.2513857,279.7267484 +354707,278.5255589,174.5069554,346.9642551,136.60721,279.1473728 +354708,278.9756223,175.5515847,348.3065505,136.9744003,278.5922757 +354709,279.4452211,176.6144531,349.6721822,137.3505514,278.0604394 +354710,279.9335563,177.6947755,351.0594999,137.7374266,277.5505454 +354711,280.4401615,178.7919554,352.4672558,138.1326843,277.0618891 +354712,280.9642916,179.905303,353.8939867,138.5381109,276.5932646 +354713,281.50551,181.0342974,355.3385935,138.9513699,276.1440341 +354714,282.0632411,182.1783797,356.7998885,139.3743247,275.7133111 +354715,282.6369129,183.3370142,358.276731,139.8045696,275.3002208 +354716,283.2262026,184.5097977,359.7682695,140.244083,274.9043436 +354717,283.830549,185.6962347,361.2734488,140.6904579,274.5248304 +354718,284.4495537,186.8959189,362.7914087,141.145639,274.1611285 +354719,285.0828992,188.1084931,364.3213979,141.6073244,273.8128349 +354720,285.7300501,189.3335126,365.8624731,142.0773976,273.4791494 +354721,287.0920676,190.88945,368.1153102,142.8723605,274.4349028 +354722,307.2312303,200.9501928,388.8825989,152.3373853,310.2590324 +354723,337.1708326,215.3250505,419.329148,166.2001281,365.2231424 +354724,367.6057869,229.7405729,450.2833363,180.104074,422.7300889 +354725,394.5616073,242.4206814,477.8201613,192.2385541,475.3062151 +354726,417.5625131,253.209795,501.4626578,202.4444395,521.6147454 +354727,437.3362102,262.4899791,521.9128836,211.1102843,562.5271061 +354728,454.6353976,439.3139518,539.9227003,218.6353971,599.1238312 +354729,469.9809436,517.6734157,556.0121499,225.2790105,632.1678655 +354730,483.714112,461.8588119,570.5160481,231.2115262,662.1525796 +354731,496.0806256,505.5594063,583.6717814,236.5518013,689.4324411 +354732,507.2799332,520.1470523,595.6716583,241.394565,714.3035051 +354733,517.4831952,533.7775092,1048.4012,245.8202735,737.0316259 +354734,526.8382743,547.6110927,865.5800219,249.897531,757.857945 +354735,535.471149,560.4246606,928.5935931,253.6837608,776.9979923 +354736,543.4881941,573.8212204,962.1210063,257.2264501,794.6425565 +354737,550.9757435,586.575822,983.6137565,260.5645244,810.959175 +354738,558.0126549,599.2263839,1004.87483,263.7299915,826.0952994 +354739,564.6593358,611.613754,1025.334744,266.7490998,840.1802866 +354740,570.9718448,624.2141966,1045.223378,269.6435478,853.3282748 +354741,576.9918597,636.2850227,1065.5224,272.4311962,865.6395922 +354742,582.754937,648.3738808,1084.173452,275.1268128,877.2026887 +354743,588.2991423,660.2507462,1103.39337,319.7843613,888.0951795 +354744,593.6466914,672.0459361,1121.580215,374.4417848,898.3857252 +354745,598.8213895,683.4752797,1140.206871,349.7930873,908.1346212 +354746,603.8410847,695.3330596,1157.783744,371.0019116,917.3950795 +354747,608.7242223,706.5541681,1175.429913,380.6882939,926.2136641 +354748,681.629539,717.8636473,1192.50584,389.960403,934.6318308 +354749,773.5160456,729.0174729,1209.470375,399.1066969,942.6858744 +354750,756.2544819,739.8278673,1225.980695,407.9293945,950.4081403 +354751,777.1975651,751.2655687,1242.116972,416.6939414,957.8271485 +354752,797.6189062,762.0558942,1257.800898,425.1286338,964.9677235 +354753,813.2441115,772.9869686,1273.27424,433.3815465,971.852285 +354754,828.5960973,783.7872907,1288.425111,441.6673429,978.5004731 +354755,843.3961697,794.4667244,1303.203359,449.6214586,984.9298114 +354756,858.1482439,805.1279305,1317.907408,457.5469143,991.153228 +354757,872.3185042,815.3952902,1332.20223,465.1843669,997.1881165 +354758,886.6246175,826.2699874,1346.248298,473.0792286,1003.044576 +354759,900.2499592,836.7376854,1360.053569,480.2353188,1008.733968 +354760,920.6187489,864.6775379,1386.959834,488.1862074,1014.266771 +354761,934.6482265,877.8966582,1402.539128,495.3616393,1019.655137 +354762,948.3258202,889.6825333,1416.234105,502.5504266,1024.904183 +354763,961.6419141,901.0857209,1429.976913,509.5985225,1030.020575 +354764,974.5598379,911.9407431,1443.066243,516.4249409,1035.010858 +354765,987.7232875,923.4314062,1456.101554,523.4662299,1039.881159 +354766,1000.413628,934.087005,1468.733805,530.1100461,1044.636797 +354767,1012.348091,944.8666371,1481.161015,536.8966927,1049.282628 +354768,1025.095288,955.4703151,1493.344668,543.1311611,1053.823046 +354769,1036.961956,966.060324,1505.260811,549.8924014,1058.262025 +354770,1048.656435,976.4381968,1517.070322,556.149072,1062.603397 +354771,1060.755514,986.8481684,1528.570285,562.4636062,1066.8505 +354772,1072.122334,997.0495418,1539.901269,568.529961,1071.006235 +354773,1083.760287,1007.29045,1551.028273,574.890832,1075.073495 +354774,1094.661596,1017.328259,1561.956599,580.9898424,1079.054719 +354775,1105.687331,1027.413016,1572.649102,586.6833023,1082.95224 +354776,1116.988518,1037.297502,1583.335127,592.7549047,1086.768175 +354777,1127.609194,1047.237447,1593.538305,598.3255479,1090.504317 +354778,1138.330236,1056.977913,1603.86881,604.3412911,1094.16247 +354779,1148.879202,1066.783098,1613.85006,609.8904979,1097.744223 +354780,1159.302688,1076.387698,1623.723476,615.5382536,1101.251163 +354781,1560.791581,1254.034257,2023.720023,789.7664488,1101.199337 +354782,1574.601432,1266.207024,2037.226862,797.1611664,1401.876673 +354783,1587.574696,1276.774026,2049.750512,803.895392,2296.990525 +354784,1599.768082,1287.270711,2061.067033,810.2583232,1722.001398 +354785,1611.445276,1297.59541,2072.197108,816.5566272,1891.944858 +354786,1623.235517,1307.730557,2083.223227,822.6473958,1907.956681 +354787,1634.460034,1317.939473,2097.129985,828.715874,1919.507087 +354788,1645.805808,1327.794956,2110.671495,834.5966984,1931.159404 +354789,1656.846795,1337.689845,2113.40158,840.5001831,1942.163239 +354790,1667.779226,1347.58932,2110.536326,846.2286567,1953.091456 +354791,1678.607305,1357.303374,2142.353011,851.9953079,1963.76422 +354792,1689.273723,1367.00277,2141.320292,857.5903685,1973.982591 +354793,1699.807506,1376.626031,2153.008863,863.2009189,1984.219704 +354794,1709.794442,1386.130048,2162.264817,868.7548981,1994.090413 +354795,1720.895529,1395.772037,2171.41319,874.1764028,2003.753221 +354796,1730.749569,1405.019302,2180.643932,879.6133273,2013.379422 +354797,1741.051766,1414.540213,2189.336727,884.9990278,2022.535111 +354798,1750.964125,1423.804683,2198.164244,890.2561476,2031.788441 +354799,1760.977259,1433.07361,2206.848609,895.5676811,2040.69836 +354800,1765.771173,1439.962901,2215.730253,898.407121,2040.290598 +354801,1743.851624,1434.827912,2178.630624,889.1948301,1991.602607 +354802,1712.18927,1423.880455,2157.396535,875.0912551,1936.831949 +354803,1832.488268,1481.541521,2287.699578,929.4779926,2132.642827 +354804,1787.677267,1469.387358,2219.155986,911.1072016,2052.318145 +354805,1807.691786,1481.550526,2246.390993,920.4283433,2075.767922 +354806,1816.310076,1512.751408,2256.048955,924.7904573,2084.359736 +354807,1828.342568,1466.331464,2262.967008,931.3244605,2095.311044 +354808,1835.733014,1523.949237,2266.83914,935.1369967,2105.136093 +354809,1992.956951,1585.079407,2429.111232,1008.093829,2364.659873 +354810,1647.63295,1433.156758,2074.928979,852.2048956,1733.11763 +354811,2098.238103,1636.707746,2461.252159,1055.424815,2559.821677 +354812,1645.098657,1439.610396,2168.376297,852.6435212,1708.283248 +354813,2117.23192,1653.253047,2449.112496,1065.464306,2577.458353 +354814,1658.249587,1449.65291,2155.680277,859.4081497,1723.747514 +354815,2139.120889,1682.652924,2442.752516,1072.2643,2596.211987 +354816,1678.987619,1480.203057,2215.62696,865.0956525,1732.936482 +354817,2158.049112,1701.813356,2423.257266,1081.293096,2607.281667 +354818,1692.434112,1492.473661,2238.99299,871.214418,1731.619341 +354819,2173.004421,1714.835194,2407.894409,1088.394744,2642.157369 +354820,1848.054814,1570.292338,2398.792377,942.4939024,1989.334663 +354821,1997.981866,1631.491933,2326.09276,1000.451559,2254.557083 +354822,1931.579247,1627.512463,2359.413047,994.3464989,2209.488192 +354823,1984.277032,1633.111929,2361.749081,997.3208351,2216.933654 +354824,1972.403965,1638.482999,2364.645955,1000.462811,2222.943609 +354825,1982.188182,1646.98169,2364.916715,1003.613221,2228.683997 +354826,1988.582895,1653.846884,2364.436934,1006.590749,2236.905599 +354827,1995.18429,1660.558268,2366.008787,1009.582087,2244.993114 +354828,2001.237239,1667.211531,2367.241378,1012.611827,2242.868243 +354829,2007.511231,1673.546438,2365.576927,1015.494682,2244.740407 +354830,2013.608408,1679.980679,2364.485482,1018.375566,2261.548101 +354831,2019.73895,1686.15621,2363.556949,1021.208319,2260.88424 +354832,2025.536796,1692.037908,2362.74858,1023.999255,2267.490774 +354833,2031.389429,1697.972976,2362.037313,1026.696378,2272.740809 +354834,2037.333864,1703.692425,2361.399851,1029.54215,2277.899362 +354835,2043.097791,1709.294884,2360.820999,1032.094163,2282.979249 +354836,2048.618242,1714.869495,2360.290801,1034.776788,2288.073102 +354837,2054.292568,1719.975828,2359.804442,1037.366274,2292.872308 +354838,2059.808777,1725.418095,2359.356725,1039.927756,2297.805387 +354839,2065.278696,1730.443437,2358.681197,1042.397486,2302.673411 +354840,2070.691551,1735.450419,2357.91183,1044.97147,2307.161899 +354841,2083.080678,1743.494855,2356.571366,1050.375218,2342.170629 +354842,2090.431915,1749.186796,2355.694125,1053.574866,2300.766739 +354843,2097.130225,1754.367611,2355.234633,1056.786717,2349.182005 +354844,2103.760051,1759.609284,2354.971102,1059.51161,2337.856184 +354845,2110.13836,1764.514117,2354.826414,1062.621481,2346.043718 +354846,2116.969399,1769.554242,2354.753418,1065.306746,2351.294437 +354847,2123.235498,1774.252527,2354.706855,1068.195946,2372.00998 +354848,2129.622711,1779.028699,2354.71844,1070.846644,2337.365007 +354849,2135.817464,1783.425249,2354.779767,1073.652225,2382.610081 +354850,2142.219747,1788.167574,2354.841691,1076.17596,2361.000503 +354851,2148.219949,1799.153978,2354.921578,1079.005161,2379.224335 +354852,2154.553161,1789.804263,2355.023291,1081.549037,2379.425082 +354853,2160.459806,1823.010547,2355.110428,1084.154581,2398.696134 +354854,2166.670367,1774.025703,2355.26632,1086.659103,2368.447529 +354855,2172.46527,1823.374939,2355.54528,1089.271397,2417.578495 +354856,2178.679502,1809.238299,2355.799694,1091.674504,2375.393512 +354857,2184.20121,1816.13833,2356.353703,1094.179527,2426.057878 +354858,2190.291355,1819.900494,2358.777208,1096.617215,2393.485431 +354859,2195.750992,1823.56978,2358.442733,1099.090246,2420.265795 +354860,2201.845416,1826.904889,2358.933322,1101.396522,2412.915636 +354861,2207.385841,1830.373079,2359.813887,1103.861295,2420.627279 +354862,2213.048955,1833.664764,2360.973379,1106.112808,2424.195167 +354863,2218.561457,1836.884454,2362.344518,1108.59303,2428.1468 +354864,2224.285268,1840.018599,2363.810977,1110.706283,2432.125609 +354865,2229.62954,1843.070488,2367.106634,1113.124208,2435.95953 +354866,2235.289688,1846.02981,2367.658572,1115.279815,2440.016629 +354867,2240.55722,1848.915007,2368.913921,1117.547708,2449.464703 +354868,2246.143249,1851.712818,2370.319285,1120.00968,2444.69222 +354869,2251.45379,1854.53892,2371.670754,1123.540571,2452.2027 +354870,2256.786228,1857.021575,2374.836578,1122.945668,2455.518921 +354871,2262.009688,1859.388307,2375.293754,1130.640578,2458.923971 +354872,2267.796804,1861.551781,2378.110081,1124.470236,2462.671742 +354873,2272.931207,1863.600837,2378.387143,1140.155461,2466.049832 +354874,2278.517828,1865.565275,2379.374968,1123.324432,2469.895531 +354875,2283.691711,1867.426268,2380.629474,1152.972374,2473.377096 +354876,2289.204111,1869.199963,2383.788689,1116.456479,2476.898538 +354877,2294.322503,1870.871075,2384.286076,1150.510313,2480.121601 +354878,2304.414534,1872.471006,2387.114552,1156.207545,2483.963102 +354879,2303.080318,1873.96693,2387.445931,1125.052776,2487.138762 +354880,2322.383064,1875.392431,2388.494419,1152.754542,2490.388527 +354881,2297.004135,1876.729049,2389.808549,1149.653619,2494.031841 +354882,2326.779869,1877.989872,2393.008526,1150.905165,2497.291872 +354883,2325.341421,1879.160035,2393.512444,1153.839645,2500.485867 +354884,2330.325957,1880.264426,2394.623045,1155.913207,2503.67474 +354885,2335.770698,1881.28995,2397.717668,1158.323414,2507.260697 +354886,2341.021971,1882.230273,2398.37241,1160.446245,2510.201213 +354887,2345.760818,1883.108604,2399.599862,1162.652538,2518.53032 +354888,2351.158552,1883.911306,2402.774413,1164.787673,2514.582806 +354889,2356.003219,1884.632241,2403.165053,1167.0498,2520.044579 +354890,2360.982891,1885.294654,2404.192477,1169.1197,2523.237113 +354891,2365.844876,1885.881354,2405.509514,1171.376571,2525.974891 +354892,2370.930639,1886.400538,2406.947368,1173.427067,2529.340191 +354893,2375.655249,1886.855865,2410.185584,1175.668185,2532.234464 +354894,2380.708807,1887.233207,2410.708834,1177.699178,2535.573132 +354895,2385.392969,1887.560736,2413.551631,1179.924716,2538.195092 +354896,2390.402083,1887.806314,2414.008903,1181.938883,2546.337818 +354897,2395.176036,1888.004997,2416.741392,1184.147471,2537.375856 +354898,2399.934055,1888.122539,2416.971236,1186.212623,2553.573969 +354899,2404.628932,1888.1933,2418.098326,1188.303771,2548.731653 +354900,2409.534814,1888.194418,2419.390412,1190.33579,2552.625856 +354901,2318.873081,1834.224109,2420.407846,1138.807129,2347.37112 +354902,2262.364655,1832.540358,2406.868623,1139.521393,2341.558792 +354903,2315.626312,1831.166184,2390.959495,1140.358876,2344.59999 +354904,2297.69345,1829.850816,2378.715262,1141.468242,2345.734325 +354905,2303.635913,1828.543593,2370.795582,1142.565129,2346.6803 +354906,2305.961048,1827.228762,2367.997796,1143.712015,2348.53385 +354907,2308.510978,1825.881211,2364.670021,1144.873813,2349.832311 +354908,2310.990136,1824.510833,2365.048088,1146.053568,2351.57466 +354909,2313.478987,1823.089816,2363.691836,1147.234173,2353.072617 +354910,2315.9867,1821.636831,2363.530763,1148.423341,2354.837642 +354911,2318.488083,1820.137103,2363.944787,1149.67988,2356.427169 +354912,2320.991752,1818.597768,2366.457696,1150.772717,2358.233368 +354913,2323.482163,1817.00653,2366.419228,1152.007145,2359.771847 +354914,2325.980824,1815.383474,2368.847601,1153.192497,2361.636598 +354915,2328.462198,1813.706791,2370.549658,1154.379157,2363.133604 +354916,2330.941742,1811.991194,2371.98759,1155.568443,2365.074781 +354917,2333.412825,1810.231569,2373.292515,1156.755631,2366.70368 +354918,2336.010267,1808.429149,2374.521653,1157.941183,2368.446106 +354919,2338.257434,1806.580741,2373.950962,1159.123095,2370.123257 +354920,2340.80997,1804.701077,2376.114798,1160.30875,2371.986936 +354921,2343.219376,1802.768434,2377.683651,1161.486097,2373.636248 +354922,2345.647194,1800.690113,2379.050412,1162.664276,2375.389237 +354923,2348.059518,1798.832837,2378.557693,1163.770415,2377.036158 +354924,2350.471024,1796.71052,2379.007169,1165.044821,2378.869788 +354925,2352.870966,1794.637504,2381.597965,1166.167806,2380.667457 +354926,2355.24772,1792.504429,2381.633868,1167.343534,2382.254658 +354927,2357.628744,1790.447409,2382.359132,1168.50998,2384.087704 +354928,2359.990859,1788.086339,2383.334832,1169.67152,2385.765391 +354929,2362.347295,1785.919443,2386.193683,1170.831386,2387.617316 +354930,2364.68347,1783.618952,2388.122248,1171.98629,2389.241215 +354931,2367.530694,1782.347705,2389.669225,1173.269536,2390.984074 +354932,2370.473571,1781.235736,2389.271852,1174.576317,2392.468456 +354933,2373.465286,1780.193551,2389.789131,1175.89651,2394.49504 +354934,2376.480519,1779.181725,2392.441889,1177.224463,2396.180964 +354935,2379.371949,1778.178692,2394.297551,1178.557826,2397.825522 +354936,2382.624535,1777.187093,2395.851544,1179.897655,2399.555468 +354937,2385.722417,1776.189358,2395.500824,1181.309322,2401.20282 +354938,2388.61056,1775.200042,2397.826399,1182.559727,2403.049644 +354939,2391.782318,1774.181733,2397.77702,1183.957566,2404.505405 +354940,2394.859696,1795.319487,2400.2341,1185.308149,2406.503148 +354941,2397.945512,1740.201455,2400.300151,1186.664467,2407.930724 +354942,2400.971074,1786.485351,2402.893331,1187.99514,2409.572861 +354943,2404.137958,1779.177687,2404.699563,1189.386578,2411.374157 +354944,2407.174579,1750.678965,2406.259404,1190.724058,2412.768861 +354945,2410.263774,1776.360862,2405.958103,1192.084108,2414.290316 +354946,2413.376285,1776.271844,2406.535857,1193.455539,2415.897782 +354947,2416.493247,1748.547812,2409.268074,1194.830221,2417.671058 +354948,2419.605538,1792.049705,2409.44777,1196.204169,2419.050091 +354949,2422.731646,1732.564249,2410.343086,1197.585429,2420.698121 +354950,2425.853701,1798.96615,2411.495826,1198.966643,2422.473136 +354951,2428.97857,1723.299925,2412.797472,1200.35066,2424.052382 +354952,2434.660679,1798.037519,2414.154855,1201.736479,2425.635426 +354953,2431.419949,1721.011712,2417.307179,1203.125437,2427.399355 +354954,2449.941299,1787.072393,2419.468546,1204.513573,2428.90215 +354955,2426.533862,1729.046399,2421.231001,1205.904936,2430.540194 +354956,2451.621161,1769.415616,2421.051599,1207.296096,2432.061306 +354957,2463.357814,1740.473591,2423.465465,1208.691966,2433.869692 +354958,2425.166247,1753.979406,2423.522089,1210.15405,2435.250454 +354959,2466.4018,1747.094036,2424.375099,1211.377265,2437.016434 +354960,2454.396742,1746.498925,2425.496307,1212.928193,2438.56439 +354961,2222.409383,1639.673651,2420.866952,1104.779525,1989.658318 +354962,2221.242659,1635.915772,2402.142,1093.204154,2005.811953 +354963,2222.047143,1632.819483,2375.069621,1108.901977,1991.506444 +354964,2234.118014,1629.799555,2351.515471,1085.094346,1990.721147 +354965,2208.544131,1626.881153,2333.134816,1100.048166,1988.384215 +354966,2229.683825,1624.018264,2319.691872,1098.005757,1986.413347 +354967,2227.53039,1621.171568,2309.669319,1097.321376,1984.748217 +354968,2228.633535,1618.324957,2301.979238,1098.134006,1983.289881 +354969,2231.293191,1615.465458,2295.896698,1098.653631,1981.988992 +354970,2233.206211,1612.586387,2290.962539,1099.038893,1982.379442 +354971,2235.475403,1609.683611,2286.88339,1099.614901,1981.793871 +354972,2237.688508,1606.754488,2283.459241,1100.174019,1979.123606 +354973,2239.976344,1603.797241,2280.534196,1100.779711,1983.311062 +354974,2242.316229,1600.810768,2278.008548,1101.420186,1969.26163 +354975,2244.703759,1597.794337,2275.793183,1102.093022,1974.48304 +354976,2247.270946,1594.648596,2273.796665,1102.796606,1978.277362 +354977,2249.54017,1591.711985,2271.975105,1103.529621,1974.028251 +354978,2252.154797,1588.636648,2270.301605,1104.290788,1974.404036 +354979,2254.689766,1585.37162,2268.748365,1105.144999,1973.923527 +354980,2257.147847,1582.271367,2267.302311,1105.793435,1973.365331 +354981,2259.9789,1579.059388,2265.945491,1106.779479,1973.196535 +354982,2262.546356,1575.83187,2264.661795,1107.585903,1972.617165 +354983,2265.264339,1572.575766,2263.445253,1108.483107,1972.3853 +354984,2268.130035,1569.291164,2262.285072,1109.393954,1972.099037 +354985,2270.689591,1565.980105,2262.999134,1110.328016,1971.87211 +354986,2273.571778,1562.63738,2261.000105,1111.280538,1978.318604 +354987,2276.379075,1559.27242,2259.617229,1112.257992,1961.388321 +354988,2279.227526,1555.879217,2258.437503,1113.32299,1976.41462 +354989,2282.107215,1552.460618,2257.37019,1114.236558,1970.264627 +354990,2285.014295,1549.017728,2256.387399,1115.322606,1971.303337 +354991,2287.560295,1545.204815,2255.476151,1116.192224,1971.325945 +354992,2290.184884,1541.302075,2254.599631,1117.052386,1971.355582 +354993,2292.449504,1537.348671,2253.73787,1117.912019,1972.04949 +354994,2300.250287,1533.356438,2252.870636,1118.775196,1978.618258 +354995,2291.376272,1529.331713,2252.031375,1119.574245,1959.816742 +354996,2325.264696,1525.180462,2251.193026,1120.553176,1977.568954 +354997,2266.748005,1521.239506,2250.384591,1121.385691,1970.785384 +354998,2321.924529,1517.071896,2249.601743,1122.355208,1976.161621 +354999,2303.770734,1512.963573,2248.799336,1123.147047,1968.553873 +355000,2309.819129,1508.823345,2248.00573,1124.100513,1972.342041 +355001,2312.459871,1504.666908,2247.219938,1125.000871,1980.96419 +355002,2315.12135,1500.496342,2246.450732,1125.918635,1962.321335 +355003,2317.454311,1496.313677,2245.911212,1126.843912,1992.271918 +355004,2320.112269,1492.215976,2245.195467,1127.77633,1952.32596 +355005,2322.659057,1487.88036,2244.737786,1128.715906,1997.717113 +355006,2325.239067,1483.737267,2244.351083,1129.662362,1962.833711 +355007,2327.833809,1479.511985,2243.811893,1130.61566,1982.131347 +355008,2330.44249,1475.297515,2243.263119,1131.575944,1974.304448 +355009,2333.214737,1470.98687,2242.814983,1132.614429,1977.160824 +355010,2335.633566,1466.908146,2242.561445,1133.481135,1977.22768 +355011,2338.40791,1462.634449,2244.275847,1134.514451,1977.680882 +355012,2342.691656,1458.441355,2245.103245,1135.488147,1978.224819 +355013,2349.513991,1455.864219,2243.792696,1136.479355,1978.684889 +355014,2337.623604,1452.683766,2243.307628,1137.407924,1979.151723 +355015,2351.613958,1449.384783,2243.150542,1138.520113,1979.839438 +355016,2352.155554,1446.140717,2243.14754,1139.479859,1980.357048 +355017,2354.542379,1442.897072,2243.238002,1140.507992,1980.903175 +355018,2357.626314,1439.662841,2243.381392,1141.531079,1981.549913 +355019,2360.540366,1436.440378,2243.560456,1142.559768,1982.001407 +355020,2363.462867,1433.1373,2243.762396,1143.593732,1982.798636 +355021,2621.504477,1536.532275,2254.661562,1251.222052,2281.711232 +355022,2599.468094,1535.049785,2287.107532,1254.090533,2310.829626 +355023,2617.495336,1533.329457,2323.863167,1256.388878,2342.284315 +355024,2619.87562,1530.922066,2353.404827,1258.331013,2366.352186 +355025,2624.298904,1528.887794,2374.521576,1260.432379,2382.973626 +355026,2628.287287,1526.293954,2388.920308,1262.073128,2393.890567 +355027,2632.621464,1524.042445,2398.966557,1263.885942,2400.956532 +355028,2636.517325,1521.617092,2405.933338,1265.465062,2405.549841 +355029,2640.507151,1519.227411,2411.082399,1267.240085,2408.57073 +355030,2644.407181,1516.716883,2415.051057,1268.826804,2410.582222 +355031,2648.275552,1514.364625,2418.230533,1270.456371,2411.946953 +355032,2652.111007,1511.976486,2420.874974,1272.055315,2412.906103 +355033,2655.927404,1509.591314,2424.880138,1273.636706,2415.727549 +355034,2659.563571,1507.215703,2425.964482,1275.199982,2415.153934 +355035,2663.390196,1504.864985,2427.43767,1276.825521,2415.179558 +355036,2666.987349,1502.536203,2428.972234,1278.246801,2415.372032 +355037,2670.630133,1500.23534,2430.519664,1279.820521,2415.659705 +355038,2674.071452,1497.964665,2432.061273,1281.31575,2416.010009 +355039,2677.894992,1495.727329,2433.594971,1282.80894,2416.415175 +355040,2681.362724,1493.525973,2435.114414,1284.289825,2416.860169 +355041,2684.842364,1491.363437,2436.614942,1285.758405,2417.333823 +355042,2688.394704,1489.152515,2438.095236,1287.214984,2417.827374 +355043,2691.796175,1487.206949,2439.557595,1288.659833,2418.338697 +355044,2695.311954,1485.116024,2442.722962,1290.094599,2420.970546 +355045,2698.600642,1483.749924,2443.202561,1291.513946,2420.364313 +355046,2702.132014,1482.593332,2444.220858,1294.221037,2420.440701 +355047,2705.541952,1481.506206,2445.400103,1296.577566,2420.724446 +355048,2708.845438,1480.472053,2446.653745,1298.976387,2421.111134 +355049,2711.994372,1479.567588,2447.940556,1301.371899,2421.553698 +355050,2715.538722,1478.483827,2449.242737,1304.14388,2422.033508 +355051,2717.901901,1477.175386,2450.719253,1306.148916,2422.514277 +355052,2720.243834,1475.740879,2451.901413,1308.275931,2422.955777 +355053,2722.509804,1474.300661,2452.960718,1310.505691,2423.365243 +355054,2724.646569,1472.850664,2453.899065,1312.677708,2423.742117 +355055,2726.81243,1471.394379,2454.73534,1314.873455,2424.09724 +355056,2728.773636,1469.9332,2455.483418,1317.195853,2424.431815 +355057,2730.790769,1468.467608,2456.157954,1319.38734,2424.753329 +355058,2732.71374,1466.997699,2456.766634,1321.789491,2425.060802 +355059,2734.588623,1465.523427,2457.315948,1324.142445,2425.35513 +355060,2736.414398,1464.044698,2457.809985,1326.517212,2425.635143 +355061,2738.242907,1462.561595,2458.256526,1328.920957,2425.90728 +355062,2739.896384,1460.985773,2458.654626,1331.353931,2426.164306 +355063,2741.614377,1459.620941,2459.007671,1333.816205,2426.407874 +355064,2743.249141,1458.062244,2459.317606,1336.307521,2426.63671 +355065,2744.924281,1456.573665,2461.296225,1338.828496,2428.959011 +355066,2746.171329,1455.064256,2460.586539,1341.376281,2428.023352 +355067,2748.009941,1453.553423,2460.401935,1344.034936,2427.761585 +355068,2749.363989,1452.035935,2460.366697,1346.521424,2427.701263 +355069,2750.954869,1450.527375,2462.091502,1349.259224,2429.828294 +355070,2752.16944,1448.990201,2461.186182,1351.875716,2428.759683 +355071,2753.706327,1447.471142,2460.83322,1354.528565,2428.393133 +355072,2755.046417,1445.926885,2460.649292,1357.336001,2428.249934 +355073,2764.696801,1444.397215,2460.669471,1360.067754,2428.374154 +355074,2745.986081,1442.844607,2460.573129,1362.825306,2428.377854 +355075,2772.728618,1441.306351,2460.675208,1365.672612,2428.413081 +355076,2748.231734,1439.756723,2460.566935,1368.519138,2428.471104 +355077,2775.294313,1438.202286,2460.466536,1371.390895,2428.567925 +355078,2751.290307,1436.64391,2460.315757,1374.29112,2428.62423 +355079,2778.015016,1435.083528,2461.86826,1377.220331,2430.821245 +355080,2762.636046,1433.514527,2460.882911,1380.257948,2429.893596 +355081,2813.640204,1454.727421,2461.040682,1423.107274,2430.450346 +355082,2821.19924,1454.51886,2464.238484,1385.080901,2435.429509 +355083,2822.933139,1453.829801,2468.808249,1426.328243,2442.341147 +355084,2826.02877,1453.000033,2472.769242,1415.538173,2448.773214 +355085,2828.961845,1452.064952,2475.702399,1421.744949,2454.103627 +355086,2831.637646,1451.061994,2477.306058,1425.537861,2458.428178 +355087,2834.261605,1450.012929,2478.961897,1429.233191,2461.978815 +355088,2836.727598,1448.930819,2480.322111,1433.016561,2464.96482 +355089,2839.227297,1447.823429,2481.238369,1436.596671,2467.539525 +355090,2841.662086,1446.694752,2481.963192,1440.372844,2469.802161 +355091,2844.075406,1445.547795,2482.741247,1444.089346,2471.815985 +355092,2846.42545,1444.3841,2483.229378,1447.832612,2473.626864 +355093,2849.537401,1442.745075,2483.634901,1451.982247,2475.484993 +355094,2852.141007,1441.349207,2483.931101,1455.912659,2477.018967 +355095,2854.639365,1440.185824,2484.143297,1459.928942,2478.444732 +355096,2856.940803,1438.870534,2484.305828,1463.74746,2479.772218 +355097,2859.882904,1437.775175,2486.117736,1467.783526,2483.111228 +355098,2861.903362,1436.486506,2485.299353,1471.756457,2483.131063 +355099,2864.537822,1435.266785,2485.008292,1475.686127,2483.763976 +355100,2866.890438,1434.024908,2484.879091,1479.85472,2484.554099 +355101,2869.379836,1432.77531,2484.819575,1483.851486,2485.395516 +355102,2871.745994,1431.517532,2484.787159,1488.036801,2486.246648 +355103,2874.031678,1430.251867,2484.758261,1492.005729,2487.088225 +355104,2876.456423,1428.977963,2484.916336,1496.19725,2487.906329 +355105,2878.74693,1427.696241,2484.857252,1500.33196,2488.697992 +355106,2881.08221,1426.406307,2484.77575,1504.501387,2489.465035 +355107,2883.400658,1425.108576,2484.67276,1508.692747,2490.202644 +355108,2893.122829,1423.802861,2484.702749,1512.905539,2491.103552 +355109,2877.38977,1422.489002,2484.556286,1517.138598,2491.786899 +355110,2901.698068,1421.169031,2486.056103,1521.485284,2494.512902 +355111,2881.843688,1419.926651,2484.909387,1525.760759,2493.980276 +355112,2905.707888,1418.701064,2484.336971,1533.514472,2494.146617 +355113,2894.765671,1417.475113,2484.076197,1533.162452,2494.668769 +355114,2900.684133,1416.249097,2483.797496,1550.920232,2495.145409 +355115,2904.342725,1415.022275,2483.570105,1525.038808,2495.669658 +355116,2907.151893,1413.793378,2483.453261,1557.731957,2496.322163 +355117,2910.214277,1412.478579,2483.331065,1551.029941,2496.964687 +355118,2913.668333,1411.368699,2484.891064,1557.648799,2499.695194 +355119,2916.354437,1410.072619,2483.825751,1562.492848,2499.18716 +355120,2919.696925,1408.847284,2483.312308,1567.052621,2499.361998 +355121,2922.868041,1407.605352,2482.983436,1571.854046,2499.755297 +355122,2925.826574,1406.360406,2482.74523,1576.597487,2500.254752 +355123,2929.270775,1405.194892,2482.554306,1581.380409,2500.813452 +355124,2932.278648,1403.822336,2482.379123,1586.188452,2501.396778 +355125,2935.469499,1402.62525,2482.198169,1591.020954,2501.980466 +355126,2938.595005,1401.354711,2482.004106,1595.968209,2502.555663 +355127,2941.695602,1400.092542,2481.787429,1605.748237,2503.111056 +355128,2944.888693,1398.826827,2481.564278,1599.187519,2503.664747 +355129,2947.916219,1397.557558,2481.336861,1612.800463,2504.221213 +355130,2951.053707,1396.28416,2481.082576,1615.412525,2504.752795 +355131,2953.895241,1395.007115,2480.806,1620.339744,2505.263011 +355132,2964.990772,1393.726061,2480.686398,1625.379704,2505.97702 +355133,2950.289955,1392.440587,2480.390642,1630.531516,2506.482084 +355134,2973.299931,1391.069085,2480.027029,1635.585236,2506.911661 +355135,2964.908122,1389.89509,2480.014954,1643.121769,2507.543383 +355136,2969.223395,1388.539544,2479.666197,1646.718601,2508.015569 +355137,2973.091534,1387.248854,2479.206575,1656.968854,2508.364701 +355138,2975.948235,1385.941744,2478.797941,1646.681807,2508.784637 +355139,2978.443442,1384.629757,2478.402019,1660.955305,2509.223618 +355140,2981.815896,1383.312877,2477.966141,1674.005548,2509.620427 +355141,2909.705266,1348.770588,2477.644017,1627.691119,2511.098167 +355142,2908.453147,1346.871764,2473.126018,1661.425667,2506.685659 +355143,2911.130428,1345.151311,2466.057333,1624.755194,2498.170077 +355144,2913.208518,1343.41543,2459.843225,1664.141769,2490.399676 +355145,2914.828909,1341.687799,2453.556339,1654.440224,2482.462163 +355146,2916.911541,1339.963188,2449.567289,1684.403389,2477.425061 +355147,2919.106552,1338.235359,2448.623678,1647.879868,2476.294821 +355148,2920.426286,1336.497008,2445.843996,1703.275613,2473.071962 +355149,2922.316084,1360.80978,2443.810802,1683.009427,2471.176909 +355150,2925.00599,1294.398356,2444.210098,1681.87864,2472.252522 +355151,2926.141784,1349.891867,2444.066503,1718.892008,2472.823459 +355152,2927.709347,1343.313664,2441.915439,1702.850401,2471.044469 +355153,2929.543871,1303.100922,2440.578572,1713.265575,2470.415382 +355154,2931.580663,1360.937651,2439.7075,1723.616321,2470.478777 +355155,2933.155544,1285.60905,2439.216765,1728.436815,2471.123145 +355156,2934.858224,1339.902476,2438.952123,1735.428612,2472.153744 +355157,2936.496254,1326.631309,2438.712803,1742.487403,2473.313957 +355158,2938.694151,1304.248939,2440.170252,1749.271628,2476.692751 +355159,2939.429209,1336.71808,2439.043228,1756.066592,2476.922156 +355160,2941.375575,1294.323151,2438.475401,1763.014045,2477.915446 +355161,2942.924585,1334.006063,2438.105964,1769.694385,2479.202317 +355162,2944.402553,1292.599123,2437.829978,1776.751649,2480.647247 +355163,2945.872197,1324.343069,2437.589748,1783.538327,2482.177654 +355164,2947.357552,1296.121176,2437.348662,1790.422221,2483.746246 +355165,2949.067979,1310.536542,2438.734222,1797.292177,2487.394921 +355166,2949.828278,1303.043695,2437.50192,1804.005732,2487.805218 +355167,2951.518484,1302.122518,2436.812038,1811.049294,2488.920938 +355168,2952.798437,1300.345124,2436.320354,1817.883221,2490.298425 +355169,2954.158773,1298.272343,2435.98743,1830.340617,2491.889791 +355170,2955.564385,1296.537033,2437.308322,1829.541069,2495.579988 +355171,2956.322681,1294.875146,2435.963961,1838.802853,2495.959898 +355172,2957.711728,1293.340192,2435.188619,1844.814955,2497.029257 +355173,2958.858194,1291.82537,2434.68512,1850.634502,2498.388201 +355174,2959.91767,1290.329222,2434.523027,1856.668272,2500.23359 +355175,2960.992206,1288.847255,2434.411232,1862.544229,2502.082029 +355176,2962.021422,1287.38149,2434.317993,1868.246762,2503.904228 +355177,2963.024644,1285.929161,2434.234986,1874.247977,2505.698231 +355178,2963.950738,1284.489567,2434.157375,1879.87297,2507.463819 +355179,2964.925298,1283.062199,2434.080503,1885.487549,2509.1993 +355180,2966.617695,1281.64634,2433.833163,1891.087511,2510.928102 +355181,2969.490713,1280.315712,2433.841276,1896.618671,2512.70245 +355182,2972.733216,1278.814119,2433.934455,1902.015138,2514.559839 +355183,2976.05695,1277.483118,2434.102376,1907.247118,2516.49622 +355184,2979.450649,1276.099619,2434.322395,1912.730869,2518.487472 +355185,2982.90226,1274.737115,2434.571778,1917.902352,2520.506121 +355186,2986.391486,1273.384542,2434.832324,1923.048458,2522.52893 +355187,2990.169856,1272.040709,2436.895857,1928.216338,2526.569417 +355188,2993.492777,1270.635744,2437.799417,1933.139231,2529.406627 +355189,2996.800295,1269.418575,2436.68691,1938.01277,2529.71136 +355190,3000.627904,1268.051272,2436.337203,1942.930001,2530.947301 +355191,3004.226413,1266.75661,2436.299888,1947.571236,2532.540962 +355192,3007.737725,1265.459602,2436.416246,1952.443764,2534.302904 +355193,3011.349946,1264.243493,2436.601401,1957.007723,2536.137455 +355194,3015.168931,1262.857729,2438.413649,1961.679729,2540.015308 +355195,3008.866471,1258.988884,2437.408063,1958.957245,2540.353854 +355196,3009.731465,1257.274223,2436.262979,1961.649608,2540.877637 +355197,3012.764382,1255.729391,2434.989484,1970.877642,2541.656056 +355198,3015.615524,1254.234425,2434.092659,1961.831538,2542.6686 +355199,3018.511802,1252.768623,2433.471608,1980.914635,2543.96002 +355200,3021.482497,1251.323374,2433.141929,1974.729119,2545.547261 +355201,2873.464799,1183.852851,2428.547449,1912.813555,2541.469572 +355202,2872.217131,1181.997023,2413.274191,1918.027294,2521.465031 +355203,2876.226606,1180.439478,2394.775174,1920.128013,2496.667541 +355204,2878.733323,1178.950188,2379.921125,1923.819503,2475.519136 +355205,2881.839609,1177.507507,2369.270827,1927.105169,2459.63365 +355206,2884.54903,1176.09263,2362.262837,1930.34907,2447.925641 +355207,2887.453653,1174.6998,2357.505847,1933.48708,2439.487206 +355208,2890.323032,1173.325868,2354.101162,1936.816398,2433.078772 +355209,2893.132883,1171.969083,2351.505953,1939.859672,2428.039663 +355210,2895.949639,1170.627733,2349.419089,1942.913503,2423.977511 +355211,2898.731682,1169.300678,2347.676299,1945.904224,2420.65777 +355212,2901.482145,1167.986748,2346.178681,1948.841198,2417.92456 +355213,2904.201028,1166.618776,2344.85902,1951.702977,2415.662508 +355214,2906.891378,1165.426047,2343.760643,1959.889843,2413.895196 +355215,2909.505905,1164.101291,2342.490796,1949.850379,2405.407919 +355216,2912.024169,1162.91026,2339.778058,1967.648497,2348.233363 +355217,2914.535639,1161.556931,2336.538553,1960.698413,2383.812794 +355218,2916.903648,1160.356022,2334.337781,1965.103425,2371.499003 +355219,2919.675301,1159.110479,2332.839239,1968.10903,2371.367213 +355220,2921.962195,1157.884984,2331.587847,1970.141878,2370.286396 +355221,2924.345521,1156.669642,2330.503071,1972.42623,2369.277985 +355222,2926.668821,1155.464052,2329.498769,1974.622921,2368.429415 +355223,2928.92766,1154.267981,2328.537995,1976.77381,2367.582358 +355224,2931.153838,1153.0811,2327.599781,1978.845694,2366.81448 +355225,2933.264261,1151.903369,2326.671035,1980.813872,2366.027117 +355226,2935.380926,1150.734496,2325.744473,1982.740673,2365.265564 +355227,2937.367406,1149.574574,2324.697723,1984.61193,2359.202039 +355228,2939.394555,1148.423018,2323.75359,1986.323369,2369.570522 +355229,2941.235076,1147.280228,2322.865753,1988.012498,2357.330072 +355230,2943.090787,1146.145748,2321.976345,1989.636341,2367.884168 +355231,2944.556239,1144.613409,2321.034567,1991.066535,2355.598805 +355232,2945.869064,1143.000138,2319.936238,1992.412934,2361.757056 +355233,2947.117965,1141.348258,2318.841193,1993.546638,2360.694884 +355234,2948.268364,1139.669371,2317.723909,1994.953424,2359.398965 +355235,2949.326179,1138.031998,2316.494409,1996.005281,2358.827632 +355236,2950.306942,1136.218442,2315.182313,1997.06677,2358.431871 +355237,2951.199747,1134.524782,2313.813997,1998.03707,2358.030607 +355238,2952.010396,1132.760244,2312.391514,1998.946301,2357.211186 +355239,2952.739384,1130.989282,2310.920994,1999.775138,2356.718047 +355240,2953.385351,1129.139765,2309.414204,2000.541938,2356.365575 +355241,2953.946862,1127.432028,2307.870869,2001.204759,2355.532792 +355242,2954.426717,1125.572727,2306.292884,2001.816229,2355.184292 +355243,2954.823497,1123.753897,2304.688327,2002.360183,2354.207018 +355244,2955.136412,1121.912289,2303.065974,2002.799942,2354.05941 +355245,2955.366476,1120.057712,2301.421434,2003.187917,2353.690925 +355246,2955.511144,1118.190424,2299.737341,2003.506136,2352.833789 +355247,2955.571358,1116.310862,2298.011527,2003.718773,2352.54902 +355248,2955.549137,1114.419121,2296.251863,2003.880936,2351.855851 +355249,2955.444641,1112.577361,2294.272764,2003.964995,2351.327801 +355250,2955.255624,1110.571564,2292.468257,2003.972884,2350.742276 +355251,2954.983346,1108.68829,2290.645234,2003.906865,2350.243927 +355252,2954.627962,1106.740966,2288.796254,2003.75137,2349.85858 +355253,2954.187011,1104.791714,2286.912315,2003.549231,2349.028347 +355254,2953.662714,1102.831509,2284.994987,2003.253604,2348.499233 +355255,2953.056311,1100.860512,2283.055136,2002.87421,2348.011321 +355256,2952.36392,1098.878678,2281.095177,2002.450217,2347.371619 +355257,2951.587351,1096.886268,2279.109528,2001.930739,2346.687721 +355258,2950.729032,1094.88322,2277.09683,2001.341037,2346.081886 +355259,2949.785899,1092.86978,2275.060252,2000.663471,2345.497431 +355260,2948.758351,1090.845877,2273.000885,1999.943463,2344.844887 +355261,1934.401351,1088.880671,940.1278769,1548.28005,2158.165848 +355262,2040.315062,1217.016216,994.9519989,1632.489711,2240.89781 +355263,2150.442,1220.296869,1055.411468,1715.365294,2312.847278 +355264,2230.321391,1219.091316,1102.932866,1767.789789,2353.837101 +355265,2287.983783,1218.778365,1140.210042,1798.414265,2381.256642 +355266,2329.824517,1217.736742,1169.471505,1815.02497,2400.944603 +355267,2361.075577,1216.093213,1192.957388,1824.02082,2416.181134 +355268,2385.393265,1214.644724,1212.320184,1829.386783,2428.666995 +355269,2405.044507,1213.059781,1228.631229,1833.121952,2439.371214 +355270,2421.253035,1211.450924,1242.532997,1836.016611,2448.784268 +355271,2434.707728,1209.820237,1254.428467,1838.322521,2457.129493 +355272,2445.903412,1208.152934,1264.624097,1840.152388,2464.549882 +355273,2455.238621,1206.490936,1273.375113,1841.596961,2471.356571 +355274,2463.026423,1204.822506,1280.887245,1842.719066,2477.220146 +355275,2469.576929,1203.150596,1287.363935,1843.616904,2482.456729 +355276,2475.145109,1201.398555,1292.977241,1844.365669,2487.175801 +355277,2479.900845,1199.836848,1297.854408,1844.991104,2491.433465 +355278,2483.98453,1198.103253,1302.279759,1845.506801,2495.284655 +355279,2487.510295,1196.439285,1305.991671,1845.935097,2498.779411 +355280,2490.570607,1194.762333,1309.245977,1846.289142,2501.96231 +355281,2493.240077,1193.085589,1312.109771,1846.572317,2504.872473 +355282,2495.578988,1191.398603,1314.638797,1846.792883,2507.544101 +355283,2497.633339,1189.716929,1316.878001,1846.946587,2510.003846 +355284,2499.443279,1188.035391,1318.866528,1847.043161,2512.278377 +355285,2501.042076,1186.351444,1320.637691,1847.081706,2514.391492 +355286,2502.456353,1184.663794,1322.219353,1847.071638,2516.363318 +355287,2503.70718,1183.046514,1323.634775,1847.009713,2518.210767 +355288,2504.811512,1181.23749,1324.903477,1846.903298,2519.948224 +355289,2505.783098,1179.514492,1326.041927,1846.747619,2521.588025 +355290,2506.63328,1177.902661,1327.064087,1846.549322,2523.140834 +355291,2507.371392,1176.232956,1327.981821,1846.303089,2524.615857 +355292,2507.972252,1174.646706,1328.809417,1845.938865,2526.021047 +355293,2508.420404,1173.053083,1329.558586,1845.41806,2527.363222 +355294,2508.71686,1171.460263,1330.237733,1844.741188,2528.648266 +355295,2508.871495,1169.918071,1330.852978,1843.926827,2529.881236 +355296,2508.910114,1168.335382,1331.411246,1843.01484,2531.066516 +355297,2508.838715,1166.743837,1331.916144,1842.012554,2532.207903 +355298,2508.658249,1165.147552,1332.370287,1840.918439,2533.308657 +355299,2508.371109,1163.546397,1332.776272,1839.733111,2534.371556 +355300,2507.981614,1161.940037,1333.136747,1838.4602,2535.399002 +355301,2507.494684,1160.328294,1333.454234,1837.104361,2536.393051 +355302,2506.914932,1158.710523,1333.731032,1835.66981,2537.35549 +355303,2506.246388,1157.012893,1333.969191,1834.159835,2538.287839 +355304,2505.49294,1176.844183,1334.17078,1832.577307,2539.191951 +355305,2503.847785,1117.789411,1334.278562,1829.719794,2540.068621 +355306,2501.61478,1167.687955,1334.316163,1826.120668,2540.917033 +355307,2499.228554,1160.585781,1334.314436,1822.474017,2541.73811 +355308,2496.906438,1123.972753,1334.288631,1819.094052,2542.53286 +355309,2494.691509,1155.708928,1334.243349,1816.006245,2543.301139 +355310,2492.566528,1154.95565,1334.17924,1813.116604,2544.046246 +355311,2490.496352,1121.080811,1334.094764,1810.33,2544.767108 +355312,2488.447296,1170.114689,1333.989505,1807.5858,2545.463948 +355313,2486.408044,1105.719707,1333.863167,1804.851062,2546.136306 +355314,2484.363133,1172.358902,1333.715981,1802.109062,2546.78447 +355315,2482.310137,1099.640986,1333.548007,1799.349646,2547.408205 +355316,2480.237362,1167.407879,1333.359583,1796.566025,2548.007842 +355317,2478.14491,1099.049276,1333.150884,1793.752788,2548.583325 +355318,2476.023007,1158.448995,1332.922269,1790.906112,2549.134978 +355319,2473.873933,1101.485398,1332.674008,1788.023142,2549.662889 +355320,2471.68949,1147.293717,1332.406471,1785.102083,2550.167352 +355321,0,0,0,0,0 +355322,0,0,0,0,0 +355323,0,0,0,0,0 +355324,0,0,0,0,0 +355325,0,0,0,0,0 +355326,0,0,0,0,0 +355327,0,0,0,0,0 +355328,0,0,0,0,0 +355329,0,0,0,0,0 +355330,0,0,0,0,0 +355331,0,0,0,0,0 +355332,0,0,0,0,0 +355333,0,0,0,0,0 +355334,0,0,0,0,0 +355335,0,0,0,0,0 +355336,0,0,0,0,0 +355337,0,0,0,0,0 +355338,0,0,0,0,0 +355339,0,0,0,0,0 +355340,0,0,0,0,0 +355341,0,0,0,0,0 +355342,0,0,0,0,0 +355343,0,0,0,0,0 +355344,0,0,0,0,0 +355345,0,0,0,0,0 +355346,0,0,0,0,0 +355347,0,0,0,0,0 +355348,0,0,0,0,0 +355349,0,0,0,0,0 +355350,0,0,0,0,0 +355351,0,0,0,0,0 +355352,0,0,0,0,0 +355353,0,0,0,0,0 +355354,0,0,0,0,0 +355355,0,0,0,0,0 +355356,0,0,0,0,0 +355357,0,0,0,0,0 +355358,0,0,0,0,0 +355359,0,0,0,0,0 +355360,0,0,0,0,0 +355361,0,0,0,0,0 +355362,0,0,0,0,0 +355363,0,0,0,0,0 +355364,0,0,0,0,0 +355365,0,0,0,0,0 +355366,0,0,0,0,0 +355367,0,0,0,0,0 +355368,0,0,0,0,0 +355369,0,0,0,0,0 +355370,0,0,0,0,0 +355371,0,0,0,0,0 +355372,0,0,0,0,0 +355373,0,0,0,0,0 +355374,0,0,0,0,0 +355375,0,0,0,0,0 +355376,0,0,0,0,0 +355377,0,0,0,0,0 +355378,0,0,0,0,0 +355379,0,0,0,0,0 +355380,0,0,0,0,0 +355381,0,0,0,0,0 +355382,0,0,0,0,0 +355383,0,0,0,0,0 +355384,0,0,0,0,0 +355385,0,0,0,0,0 +355386,0,0,0,0,0 +355387,0,0,0,0,0 +355388,0,0,0,0,0 +355389,0,0,0,0,0 +355390,0,0,0,0,0 +355391,0,0,0,0,0 +355392,0,0,0,0,0 +355393,0,0,0,0,0 +355394,0,0,0,0,0 +355395,0,0,0,0,0 +355396,0,0,0,0,0 +355397,0,0,0,0,0 +355398,0,0,0,0,0 +355399,0,0,0,0,0 +355400,0,0,0,0,0 +355401,0,0,0,0,0 +355402,0,0,0,0,0 +355403,0,0,0,0,0 +355404,0,0,0,0,0 +355405,0,0,0,0,0 +355406,0,0,0,0,0 +355407,0,0,0,0,0 +355408,0,0,0,0,0 +355409,0,0,0,0,0 +355410,0,0,0,0,0 +355411,0,0,0,0,0 +355412,0,0,0,0,0 +355413,0,0,0,0,0 +355414,0,0,0,0,0 +355415,0,0,0,0,0 +355416,0,0,0,0,0 +355417,0,0,0,0,0 +355418,0,0,0,0,0 +355419,0,0,0,0,0 +355420,0,0,0,0,0 +355421,0,0,0,0,0 +355422,0,0,0,0,0 +355423,0,0,0,0,0 +355424,0,0,0,0,0 +355425,0,0,0,0,0 +355426,0,0,0,0,0 +355427,0,0,0,0,0 +355428,0,0,0,0,0 +355429,0,0,0,0,0 +355430,0,0,0,0,0 +355431,0,0,0,0,0 +355432,0,0,0,0,0 +355433,0,0,0,0,0 +355434,0,0,0,0,0 +355435,0,0,0,0,0 +355436,0,0,0,0,0 +355437,0,0,0,0,0 +355438,0,0,0,0,0 +355439,0,0,0,0,0 +355440,0,0,0,0,0 +355441,0,0,0,0,0 +355442,0,0,0,0,0 +355443,0,0,0,0,0 +355444,0,0,0,0,0 +355445,0,0,0,0,0 +355446,0,0,0,0,0 +355447,0,0,0,0,0 +355448,0,0,0,0,0 +355449,0,0,0,0,0 +355450,0,0,0,0,0 +355451,0,0,0,0,0 +355452,0,0,0,0,0 +355453,0,0,0,0,0 +355454,0,0,0,0,0 +355455,0,0,0,0,0 +355456,0,0,0,0,0 +355457,0,0,0,0,0 +355458,0,0,0,0,0 +355459,0,0,0,0,0 +355460,0,0,0,0,0 +355461,0,0,0,0,0 +355462,0,0,0,0,0 +355463,0,0,0,0,0 +355464,0,0,0,0,0 +355465,0,0,0,0,0 +355466,0,0,0,0,0 +355467,0,0,0,0,0 +355468,0,0,0,0,0 +355469,0,0,0,0,0 +355470,0,0,0,0,0 +355471,0,0,0,0,0 +355472,0,0,0,0,0 +355473,0,0,0,0,0 +355474,0,0,0,0,0 +355475,0,0,0,0,0 +355476,0,0,0,0,0 +355477,0,0,0,0,0 +355478,0,0,0,0,0 +355479,0,0,0,0,0 +355480,0,0,0,0,0 +355481,0,0,0,0,0 +355482,0,0,0,0,0 +355483,0,0,0,0,0 +355484,0,0,0,0,0 +355485,0,0,0,0,0 +355486,0,0,0,0,0 +355487,0,0,0,0,0 +355488,0,0,0,0,0 +355489,0,0,0,0,0 +355490,0,0,0,0,0 +355491,0,0,0,0,0 +355492,0,0,0,0,0 +355493,0,0,0,0,0 +355494,0,0,0,0,0 +355495,0,0,0,0,0 +355496,0,0,0,0,0 +355497,0,0,0,0,0 +355498,0,0,0,0,0 +355499,0,0,0,0,0 +355500,0,0,0,0,0 +355501,0,0,0,0,0 +355502,0,0,0,0,0 +355503,0,0,0,0,0 +355504,0,0,0,0,0 +355505,0,0,0,0,0 +355506,0,0,0,0,0 +355507,0,0,0,0,0 +355508,0,0,0,0,0 +355509,0,0,0,0,0 +355510,0,0,0,0,0 +355511,0,0,0,0,0 +355512,0,0,0,0,0 +355513,0,0,0,0,0 +355514,0,0,0,0,0 +355515,0,0,0,0,0 +355516,0,0,0,0,0 +355517,0,0,0,0,0 +355518,0,0,0,0,0 +355519,0,0,0,0,0 +355520,0,0,0,0,0 +355521,0,0,0,0,0 +355522,0,0,0,0,0 +355523,0,0,0,0,0 +355524,0,0,0,0,0 +355525,0,0,0,0,0 +355526,0,0,0,0,0 +355527,0,0,0,0,0 +355528,0,0,0,0,0 +355529,0,0,0,0,0 +355530,0,0,0,0,0 +355531,0,0,0,0,0 +355532,0,0,0,0,0 +355533,0,0,0,0,0 +355534,0,0,0,0,0 +355535,0,0,0,0,0 +355536,0,0,0,0,0 +355537,0,0,0,0,0 +355538,0,0,0,0,0 +355539,0,0,0,0,0 +355540,0,0,0,0,0 +355541,0,0,0,0,0 +355542,0,0,0,0,0 +355543,0,0,0,0,0 +355544,0,0,0,0,0 +355545,0,0,0,0,0 +355546,0,0,0,0,0 +355547,0,0,0,0,0 +355548,0,0,0,0,0 +355549,0,0,0,0,0 +355550,0,0,0,0,0 +355551,0,0,0,0,0 +355552,0,0,0,0,0 +355553,0,0,0,0,0 +355554,0,0,0,0,0 +355555,0,0,0,0,0 +355556,0,0,0,0,0 +355557,0,0,0,0,0 +355558,0,0,0,0,0 +355559,0,0,0,0,0 +355560,0,0,0,0,0 +355561,0,0,0,0,0 +355562,0,0,0,0,0 +355563,0,0,0,0,0 +355564,0,0,0,0,0 +355565,0,0,0,0,0 +355566,0,0,0,0,0 +355567,0,0,0,0,0 +355568,0,0,0,0,0 +355569,0,0,0,0,0 +355570,0,0,0,0,0 +355571,0,0,0,0,0 +355572,0,0,0,0,0 +355573,0,0,0,0,0 +355574,0,0,0,0,0 +355575,0,0,0,0,0 +355576,0,0,0,0,0 +355577,0,0,0,0,0 +355578,0,0,0,0,0 +355579,0,0,0,0,0 +355580,0,0,0,0,0 +355581,0,0,0,0,0 +355582,0,0,0,0,0 +355583,0,0,0,0,0 +355584,0,0,0,0,0 +355585,0,0,0,0,0 +355586,0,0,0,0,0 +355587,0,0,0,0,0 +355588,0,0,0,0,0 +355589,0,0,0,0,0 +355590,0,0,0,0,0 +355591,0,0,0,0,0 +355592,0,0,0,0,0 +355593,0,0,0,0,0 +355594,0,0,0,0,0 +355595,0,0,0,0,0 +355596,0,0,0,0,0 +355597,0,0,0,0,0 +355598,0,0,0,0,0 +355599,0,0,0,0,0 +355600,0,0,0,0,0 +355601,0,0,0,0,0 +355602,0,0,0,0,0 +355603,0,0,0,0,0 +355604,0,0,0,0,0 +355605,0,0,0,0,0 +355606,0,0,0,0,0 +355607,0,0,0,0,0 +355608,0,0,0,0,0 +355609,0,0,0,0,0 +355610,0,0,0,0,0 +355611,0,0,0,0,0 +355612,0,0,0,0,0 +355613,0,0,0,0,0 +355614,0,0,0,0,0 +355615,0,0,0,0,0 +355616,0,0,0,0,0 +355617,0,0,0,0,0 +355618,0,0,0,0,0 +355619,0,0,0,0,0 +355620,0,0,0,0,0 +355621,0,0,0,0,0 +355622,0,0,0,0,0 +355623,0,0,0,0,0 +355624,0,0,0,0,0 +355625,0,0,0,0,0 +355626,0,0,0,0,0 +355627,0,0,0,0,0 +355628,0,0,0,0,0 +355629,0,0,0,0,0 +355630,0,0,0,0,0 +355631,0,0,0,0,0 +355632,0,0,0,0,0 +355633,0,0,0,0,0 +355634,0,0,0,0,0 +355635,0,0,0,0,0 +355636,0,0,0,0,0 +355637,0,0,0,0,0 +355638,0,0,0,0,0 +355639,0,0,0,0,0 +355640,0,0,0,0,0 +355641,0,0,0,0,0 +355642,0,0,0,0,0 +355643,0,0,0,0,0 +355644,0,0,0,0,0 +355645,0,0,0,0,0 +355646,0,0,0,0,0 +355647,0,0,0,0,0 +355648,0,0,0,0,0 +355649,0,0,0,0,0 +355650,0,0,0,0,0 +355651,0,0,0,0,0 +355652,0,0,0,0,0 +355653,0,0,0,0,0 +355654,0,0,0,0,0 +355655,0,0,0,0,0 +355656,0,0,0,0,0 +355657,0,0,0,0,0 +355658,0,0,0,0,0 +355659,0,0,0,0,0 +355660,0,0,0,0,0 +355661,0,0,0,0,0 +355662,0,0,0,0,0 +355663,0,0,0,0,0 +355664,0,0,0,0,0 +355665,0,0,0,0,0 +355666,0,0,0,0,0 +355667,0,0,0,0,0 +355668,0,0,0,0,0 +355669,0,0,0,0,0 +355670,0,0,0,0,0 +355671,0,0,0,0,0 +355672,0,0,0,0,0 +355673,0,0,0,0,0 +355674,0,0,0,0,0 +355675,0,0,0,0,0 +355676,0,0,0,0,0 +355677,0,0,0,0,0 +355678,0,0,0,0,0 +355679,0,0,0,0,0 +355680,0,0,0,0,0 +355681,0,0,0,0,0 +355682,0,0,0,0,0 +355683,0,0,0,0,0 +355684,0,0,0,0,0 +355685,0,0,0,0,0 +355686,0,0,0,0,0 +355687,0,0,0,0,0 +355688,0,0,0,0,0 +355689,0,0,0,0,0 +355690,0,0,0,0,0 +355691,0,0,0,0,0 +355692,0,0,0,0,0 +355693,0,0,0,0,0 +355694,0,0,0,0,0 +355695,0,0,0,0,0 +355696,0,0,0,0,0 +355697,0,0,0,0,0 +355698,0,0,0,0,0 +355699,0,0,0,0,0 +355700,0,0,0,0,0 +355701,0,0,0,0,0 +355702,0,0,0,0,0 +355703,0,0,0,0,0 +355704,0,0,0,0,0 +355705,0,0,0,0,0 +355706,0,0,0,0,0 +355707,0,0,0,0,0 +355708,0,0,0,0,0 +355709,0,0,0,0,0 +355710,0,0,0,0,0 +355711,0,0,0,0,0 +355712,0,0,0,0,0 +355713,0,0,0,0,0 +355714,0,0,0,0,0 +355715,0,0,0,0,0 +355716,0,0,0,0,0 +355717,0,0,0,0,0 +355718,0,0,0,0,0 +355719,0,0,0,0,0 +355720,0,0,0,0,0 +355721,0,0,0,0,0 +355722,0,0,0,0,0 +355723,0,0,0,0,0 +355724,0,0,0,0,0 +355725,0,0,0,0,0 +355726,0,0,0,0,0 +355727,0,0,0,0,0 +355728,0,0,0,0,0 +355729,0,0,0,0,0 +355730,0,0,0,0,0 +355731,0,0,0,0,0 +355732,0,0,0,0,0 +355733,0,0,0,0,0 +355734,0,0,0,0,0 +355735,0,0,0,0,0 +355736,0,0,0,0,0 +355737,0,0,0,0,0 +355738,0,0,0,0,0 +355739,0,0,0,0,0 +355740,0,0,0,0,0 +355741,0,0,0,0,0 +355742,0,0,0,0,0 +355743,0,0,0,0,0 +355744,0,0,0,0,0 +355745,0,0,0,0,0 +355746,0,0,0,0,0 +355747,0,0,0,0,0 +355748,0,0,0,0,0 +355749,0,0,0,0,0 +355750,0,0,0,0,0 +355751,0,0,0,0,0 +355752,0,0,0,0,0 +355753,0,0,0,0,0 +355754,0,0,0,0,0 +355755,0,0,0,0,0 +355756,0,0,0,0,0 +355757,0,0,0,0,0 +355758,0,0,0,0,0 +355759,0,0,0,0,0 +355760,0,0,0,0,0 +355761,0,0,0,0,0 +355762,0,0,0,0,0 +355763,0,0,0,0,0 +355764,0,0,0,0,0 +355765,0,0,0,0,0 +355766,0,0,0,0,0 +355767,0,0,0,0,0 +355768,0,0,0,0,0 +355769,0,0,0,0,0 +355770,0,0,0,0,0 +355771,0,0,0,0,0 +355772,0,0,0,0,0 +355773,0,0,0,0,0 +355774,0,0,0,0,0 +355775,0,0,0,0,0 +355776,0,0,0,0,0 +355777,0,0,0,0,0 +355778,0,0,0,0,0 +355779,0,0,0,0,0 +355780,0,0,0,0,0 +355781,0,0,0,0,0 +355782,0,0,0,0,0 +355783,0,0,0,0,0 +355784,0,0,0,0,0 +355785,0,0,0,0,0 +355786,0,0,0,0,0 +355787,0,0,0,0,0 +355788,0,0,0,0,0 +355789,0,0,0,0,0 +355790,0,0,0,0,0 +355791,0,0,0,0,0 +355792,0,0,0,0,0 +355793,0,0,0,0,0 +355794,0,0,0,0,0 +355795,0,0,0,0,0 +355796,0,0,0,0,0 +355797,0,0,0,0,0 +355798,0,0,0,0,0 +355799,0,0,0,0,0 +355800,0,0,0,0,0 +355801,0,0,0,0,0 +355802,0,0,0,0,0 +355803,0,0,0,0,0 +355804,0,0,0,0,0 +355805,0,0,0,0,0 +355806,0,0,0,0,0 +355807,0,0,0,0,0 +355808,0,0,0,0,0 +355809,0,0,0,0,0 +355810,0,0,0,0,0 +355811,0,0,0,0,0 +355812,0,0,0,0,0 +355813,0,0,0,0,0 +355814,0,0,0,0,0 +355815,0,0,0,0,0 +355816,0,0,0,0,0 +355817,0,0,0,0,0 +355818,0,0,0,0,0 +355819,0,0,0,0,0 +355820,0,0,0,0,0 +355821,0,0,0,0,0 +355822,0,0,0,0,0 +355823,0,0,0,0,0 +355824,0,0,0,0,0 +355825,0,0,0,0,0 +355826,0,0,0,0,0 +355827,0,0,0,0,0 +355828,0,0,0,0,0 +355829,0,0,0,0,0 +355830,0,0,0,0,0 +355831,0,0,0,0,0 +355832,0,0,0,0,0 +355833,0,0,0,0,0 +355834,0,0,0,0,0 +355835,0,0,0,0,0 +355836,0,0,0,0,0 +355837,0,0,0,0,0 +355838,0,0,0,0,0 +355839,0,0,0,0,0 +355840,0,0,0,0,0 +355841,0,0,0,0,0 +355842,0,0,0,0,0 +355843,0,0,0,0,0 +355844,0,0,0,0,0 +355845,0,0,0,0,0 +355846,0,0,0,0,0 +355847,0,0,0,0,0 +355848,0,0,0,0,0 +355849,0,0,0,0,0 +355850,0,0,0,0,0 +355851,0,0,0,0,0 +355852,0,0,0,0,0 +355853,0,0,0,0,0 +355854,0,0,0,0,0 +355855,0,0,0,0,0 +355856,0,0,0,0,0 +355857,0,0,0,0,0 +355858,0,0,0,0,0 +355859,0,0,0,0,0 +355860,0,0,0,0,0 +355861,0,0,0,0,0 +355862,0,0,0,0,0 +355863,0,0,0,0,0 +355864,0,0,0,0,0 +355865,0,0,0,0,0 +355866,0,0,0,0,0 +355867,0,0,0,0,0 +355868,0,0,0,0,0 +355869,0,0,0,0,0 +355870,0,0,0,0,0 +355871,0,0,0,0,0 +355872,0,0,0,0,0 +355873,0,0,0,0,0 +355874,0,0,0,0,0 +355875,0,0,0,0,0 +355876,0,0,0,0,0 +355877,0,0,0,0,0 +355878,0,0,0,0,0 +355879,0,0,0,0,0 +355880,0,0,0,0,0 +355881,0,0,0,0,0 +355882,0,0,0,0,0 +355883,0,0,0,0,0 +355884,0,0,0,0,0 +355885,0,0,0,0,0 +355886,0,0,0,0,0 +355887,0,0,0,0,0 +355888,0,0,0,0,0 +355889,0,0,0,0,0 +355890,0,0,0,0,0 +355891,0,0,0,0,0 +355892,0,0,0,0,0 +355893,0,0,0,0,0 +355894,0,0,0,0,0 +355895,0,0,0,0,0 +355896,0,0,0,0,0 +355897,0,0,0,0,0 +355898,0,0,0,0,0 +355899,0,0,0,0,0 +355900,0,0,0,0,0 +355901,0,0,0,0,0 +355902,0,0,0,0,0 +355903,0,0,0,0,0 +355904,0,0,0,0,0 +355905,0,0,0,0,0 +355906,0,0,0,0,0 +355907,0,0,0,0,0 +355908,0,0,0,0,0 +355909,0,0,0,0,0 +355910,0,0,0,0,0 +355911,0,0,0,0,0 +355912,0,0,0,0,0 +355913,0,0,0,0,0 +355914,0,0,0,0,0 +355915,0,0,0,0,0 +355916,0,0,0,0,0 +355917,0,0,0,0,0 +355918,0,0,0,0,0 +355919,0,0,0,0,0 +355920,0,0,0,0,0 +355921,0,0,0,0,0 +355922,0,0,0,0,0 +355923,0,0,0,0,0 +355924,0,0,0,0,0 +355925,0,0,0,0,0 +355926,0,0,0,0,0 +355927,0,0,0,0,0 +355928,0,0,0,0,0 +355929,0,0,0,0,0 +355930,0,0,0,0,0 +355931,0,0,0,0,0 +355932,0,0,0,0,0 +355933,0,0,0,0,0 +355934,0,0,0,0,0 +355935,0,0,0,0,0 +355936,0,0,0,0,0 +355937,0,0,0,0,0 +355938,0,0,0,0,0 +355939,0,0,0,0,0 +355940,0,0,0,0,0 +355941,0,0,0,0,0 +355942,0,0,0,0,0 +355943,0,0,0,0,0 +355944,0,0,0,0,0 +355945,0,0,0,0,0 +355946,0,0,0,0,0 +355947,0,0,0,0,0 +355948,0,0,0,0,0 +355949,0,0,0,0,0 +355950,0,0,0,0,0 +355951,0,0,0,0,0 +355952,0,0,0,0,0 +355953,0,0,0,0,0 +355954,0,0,0,0,0 +355955,0,0,0,0,0 +355956,0,0,0,0,0 +355957,0,0,0,0,0 +355958,0,0,0,0,0 +355959,0,0,0,0,0 +355960,0,0,0,0,0 +355961,0,0,0,0,0 +355962,0,0,0,0,0 +355963,0,0,0,0,0 +355964,0,0,0,0,0 +355965,0,0,0,0,0 +355966,0,0,0,0,0 +355967,0,0,0,0,0 +355968,0,0,0,0,0 +355969,0,0,0,0,0 +355970,0,0,0,0,0 +355971,0,0,0,0,0 +355972,0,0,0,0,0 +355973,0,0,0,0,0 +355974,0,0,0,0,0 +355975,0,0,0,0,0 +355976,0,0,0,0,0 +355977,0,0,0,0,0 +355978,0,0,0,0,0 +355979,0,0,0,0,0 +355980,0,0,0,0,0 +355981,0,0,0,0,0 +355982,0,0,0,0,0 +355983,0,0,0,0,0 +355984,0,0,0,0,0 +355985,0,0,0,0,0 +355986,0,0,0,0,0 +355987,0,0,0,0,0 +355988,0,0,0,0,0 +355989,0,0,0,0,0 +355990,0,0,0,0,0 +355991,0,0,0,0,0 +355992,0,0,0,0,0 +355993,0,0,0,0,0 +355994,0,0,0,0,0 +355995,0,0,0,0,0 +355996,0,0,0,0,0 +355997,0,0,0,0,0 +355998,0,0,0,0,0 +355999,0,0,0,0,0 +356000,0,0,0,0,0 +356001,0,0,0,0,0 +356002,0,0,0,0,0 +356003,0,0,0,0,0 +356004,0,0,0,0,0 +356005,0,0,0,0,0 +356006,0,0,0,0,0 +356007,0,0,0,0,0 +356008,0,0,0,0,0 +356009,0,0,0,0,0 +356010,0,0,0,0,0 +356011,0,0,0,0,0 +356012,0,0,0,0,0 +356013,0,0,0,0,0 +356014,0,0,0,0,0 +356015,0,0,0,0,0 +356016,0,0,0,0,0 +356017,0,0,0,0,0 +356018,0,0,0,0,0 +356019,0,0,0,0,0 +356020,0,0,0,0,0 +356021,0,0,0,0,0 +356022,0,0,0,0,0 +356023,0,0,0,0,0 +356024,0,0,0,0,0 +356025,0,0,0,0,0 +356026,0,0,0,0,0 +356027,0,0,0,0,0 +356028,0,0,0,0,0 +356029,0,0,0,0,0 +356030,0,0,0,0,0 +356031,0,0,0,0,0 +356032,0,0,0,0,0 +356033,0,0,0,0,0 +356034,0,0,0,0,0 +356035,0,0,0,0,0 +356036,0,0,0,0,0 +356037,0,0,0,0,0 +356038,0,0,0,0,0 +356039,0,0,0,0,0 +356040,0,0,0,0,0 +356041,0,0,0,0,0 +356042,0,0,0,0,0 +356043,0,0,0,0,0 +356044,0,0,0,0,0 +356045,0,0,0,0,0 +356046,0,0,0,0,0 +356047,0,0,0,0,0 +356048,0,0,0,0,0 +356049,0,0,0,0,0 +356050,0,0,0,0,0 +356051,0,0,0,0,0 +356052,0,0,0,0,0 +356053,0,0,0,0,0 +356054,0,0,0,0,0 +356055,0,0,0,0,0 +356056,0,0,0,0,0 +356057,0,0,0,0,0 +356058,0,0,0,0,0 +356059,0,0,0,0,0 +356060,0,0,0,0,0 +356061,0,0,0,0,0 +356062,0,0,0,0,0 +356063,0,0,0,0,0 +356064,0,0,0,0,0 +356065,0,0,0,0,0 +356066,0,0,0,0,0 +356067,0,0,0,0,0 +356068,0,0,0,0,0 +356069,0,0,0,0,0 +356070,0,0,0,0,0 +356071,0,0,0,0,0 +356072,0,0,0,0,0 +356073,0,0,0,0,0 +356074,0,0,0,0,0 +356075,0,0,0,0,0 +356076,0,0,0,0,0 +356077,0,0,0,0,0 +356078,0,0,0,0,0 +356079,0,0,0,0,0 +356080,0,0,0,0,0 +356081,0,0,0,0,0 +356082,0,0,0,0,0 +356083,0,0,0,0,0 +356084,0,0,0,0,0 +356085,0,0,0,0,0 +356086,0,0,0,0,0 +356087,0,0,0,0,0 +356088,0,0,0,0,0 +356089,0,0,0,0,0 +356090,0,0,0,0,0 +356091,0,0,0,0,0 +356092,0,0,0,0,0 +356093,0,0,0,0,0 +356094,0,0,0,0,0 +356095,0,0,0,0,0 +356096,0,0,0,0,0 +356097,0,0,0,0,0 +356098,0,0,0,0,0 +356099,0,0,0,0,0 +356100,0,0,0,0,0 +356101,-41.6022483,66.51249668,93.06741985,-17.85730216,-261.0150182 +356102,399.8200689,267.4938839,534.4448598,182.9414145,543.9088168 +356103,393.3666059,263.8759197,526.5678196,179.9838255,536.5713798 +356104,382.4344668,258.1752604,514.0816102,174.9536311,520.9314267 +356105,371.2068484,252.7407516,501.7016378,169.8591888,503.5471574 +356106,361.4153579,248.4135894,491.236582,165.5129536,487.492608 +356107,353.2651559,245.1936535,482.8078657,161.9882504,473.4277926 +356108,346.4527652,242.8404632,476.0166305,159.1183473,461.0992048 +356109,340.659493,241.1371565,470.4805769,156.7363768,450.1371026 +356110,335.6704234,239.9398374,465.9353087,154.7310276,440.2841863 +356111,331.3494597,239.1573936,462.2167969,153.0326026,431.3809662 +356112,327.6007731,238.7262525,459.2056544,151.5928675,423.3144761 +356113,324.348573,238.594427,456.8038252,150.3741458,415.9975808 +356114,321.5275044,238.7173993,454.9266137,149.3444882,409.3542755 +356115,319.081965,239.0572679,453.5006608,148.4764376,403.3155374 +356116,316.9603471,239.5821807,452.462952,147.7466427,397.8186809 +356117,315.1197583,240.2656566,451.7598856,147.1355411,392.8076488 +356118,313.5261505,241.085687,451.3459009,146.6267963,388.2325115 +356119,312.1472486,242.0239937,451.1823409,146.2068094,384.0490918 +356120,310.958361,243.0653439,451.2363211,145.8642224,380.2182423 +356121,309.9356455,244.196996,451.479781,145.5895088,376.7051875 +356122,309.0571039,245.4107693,451.8900941,145.3730416,373.4790593 +356123,308.3096735,246.6967441,452.4461693,145.2086096,370.5123876 +356124,307.6792983,248.0460944,453.1297464,145.0913861,367.7808543 +356125,307.1562542,249.4518048,453.9253888,145.017023,365.2627704 +356126,306.7288006,250.9083474,454.8200442,144.9815629,362.938813 +356127,306.3896735,252.4112285,455.8025862,144.9815192,360.7918214 +356128,306.1295363,253.9566455,456.8633806,145.0138625,358.8064286 +356129,305.9433962,255.5413657,457.9941332,145.0760269,356.9690448 +356130,305.8238557,257.162577,459.1875769,145.1657908,355.2674467 +356131,305.7675367,258.8178505,460.4373814,145.281244,353.6907366 +356132,305.7525612,260.5109914,461.7259027,145.408346,352.2291175 +356133,305.7637669,262.2444135,463.0397341,145.5371481,350.8738086 +356134,305.7950813,264.0184396,464.3722302,145.6641179,349.616846 +356135,305.8453122,265.8323779,465.7207752,145.7893467,348.4511002 +356136,305.9146861,267.6853032,467.0841781,145.9140087,347.3700695 +356137,306.0035638,269.5764264,468.4616122,146.0392872,346.368057 +356138,306.1120079,271.5050575,469.8521393,146.166049,345.4398241 +356139,306.2399098,273.4705796,471.2547498,146.2949191,344.5806104 +356140,306.5187889,275.8255664,473.1029016,146.4597591,343.7864349 +356141,306.9000483,278.4469114,475.2421011,146.6478631,343.054151 +356142,307.3203133,281.1623985,477.460779,146.8430214,342.3804097 +356143,307.7475059,283.8826353,479.6494605,147.0373916,341.7618978 +356144,308.1736169,286.5843992,481.7790951,147.2294303,341.1956079 +356145,308.6002449,345.5109029,483.8535919,147.4200065,340.6789104 +356146,309.0307166,407.6990101,485.8828914,147.6103687,340.2086192 +356147,309.4674678,381.5898055,487.874259,147.8014542,339.7820453 +356148,309.9119026,408.1203782,489.831846,147.9938589,339.3970052 +356149,310.3649386,421.531322,491.7582034,148.1880141,339.0518376 +356150,310.827206,434.375889,493.6551639,148.3842288,338.7449792 +356151,311.2991795,447.350796,495.5242313,148.5827337,338.4748813 +356152,311.7812601,460.3109182,497.3667094,148.7837193,338.2400327 +356153,312.2738834,473.0350889,499.1838017,148.9873895,338.0391709 +356154,312.7772736,486.0336599,500.9763638,149.1938537,337.8708162 +356155,313.2917286,498.6804109,502.7451992,149.4032572,337.7338102 +356156,313.8173779,521.410055,504.4908345,149.6156715,337.6268379 +356157,314.5061243,535.865821,506.4692894,149.887438,337.5493474 +356158,315.3001603,549.7474058,508.5935786,150.1964292,337.5002556 +356159,316.1252502,563.7242295,510.7396397,150.5142541,337.4783522 +356160,316.9443199,577.3640323,512.842655,150.8268883,337.4825959 +356161,317.7988575,1016.47685,514.932356,151.1541206,337.6034737 +356162,337.4635475,1042.899213,535.135677,160.1800779,372.7144671 +356163,366.9660529,1065.73027,564.8111746,173.6253084,426.9990934 +356164,396.9908967,1086.672745,594.9682111,187.1203765,483.8112518 +356165,423.5759053,1106.953992,893.7817122,198.8481581,535.6966376 +356166,446.2213277,1126.520255,1549.934427,208.652417,581.3413907 +356167,465.6258551,1145.63635,1123.414387,216.9144774,621.6229128 +356168,482.5479523,1173.726435,1292.271435,224.0217042,657.6172258 +356169,497.5215713,1197.806689,1316.164916,230.242444,690.0864449 +356170,510.893765,1221.692531,1336.513295,235.7497227,719.5214571 +356171,522.9112925,1244.999969,1355.930746,240.6651715,746.275303 +356172,533.7725409,1269.18541,1374.675966,245.0849376,770.6426134 +356173,543.6477117,1292.25568,1392.41472,249.0898977,792.8884471 +356174,552.6835968,1315.520182,1410.528875,252.7483911,813.2523961 +356175,561.0049038,1338.724993,1427.197262,256.1172626,831.9475273 +356176,568.7189376,1361.635033,1443.799859,259.2443881,849.1658438 +356177,575.9140013,1380.604327,1460.956726,262.1682895,865.0727103 +356178,582.7599486,1402.788617,1476.896829,264.9799544,879.8143766 +356179,589.2858135,1425.382017,1491.929922,267.6842402,893.519711 +356180,595.4959536,1447.840976,1507.042574,270.2723075,906.301571 +356181,601.4105964,1470.286893,1521.188667,272.7466941,918.2607353 +356182,607.0597013,1492.605087,1535.472045,275.1178102,929.482187 +356183,612.4772993,1515.06428,1548.738208,277.3994282,940.0443125 +356184,617.6931851,1537.099099,1562.159831,279.6037496,950.0150981 +356185,622.7323944,1559.40071,1574.882085,281.7407975,959.4546458 +356186,627.6155026,1581.422858,1587.099394,283.8185444,968.4156636 +356187,632.3599262,1603.370754,1599.257073,285.8435742,976.9450525 +356188,636.9797902,1625.383975,1610.884869,287.8210694,985.0831162 +356189,646.7306545,1647.189893,1622.222608,288.7529816,988.8559466 +356190,861.4529052,1659.558789,1631.467062,289.1883729,990.4733776 +356191,763.1450079,1677.748974,1641.097009,387.4201386,991.9458891 +356192,811.5291488,1703.474737,1650.147425,343.1824697,993.3215737 +356193,829.0331491,1707.910301,1659.011518,365.4378685,994.6106523 +356194,844.7963777,1712.712583,1667.724161,373.7035718,995.8137354 +356195,860.5758656,1750.230617,1675.839689,381.4154331,996.9295589 +356196,875.6185132,1755.32278,1684.018232,388.8387133,997.9585435 +356197,890.7939746,1772.968688,1691.743501,396.2115974,998.9025056 +356198,905.4004886,1788.022783,1699.221373,403.4575974,999.763661 +356199,919.6213691,1803.200753,1706.651806,410.4738725,1000.544338 +356200,933.8648629,1817.804394,1713.565679,417.4025895,1001.246579 +356201,948.0341495,1832.130984,1725.213068,424.0936844,1001.872534 +356202,961.1485373,1846.624032,1726.521784,430.8776512,1002.424063 +356203,974.9129016,1860.405844,1740.743087,437.2166244,1002.903061 +356204,987.9456903,1874.23111,1736.144667,443.8080074,1003.308578 +356205,1000.90579,1887.981527,1734.600437,450.0045174,1003.645948 +356206,1013.704016,1901.221677,1758.543532,456.1483743,1003.914408 +356207,1025.97946,1914.530102,1754.725606,462.4308807,1004.118632 +356208,1038.858329,1927.287141,1762.139503,468.0801626,1004.257326 +356209,1050.443949,1940.268325,1767.223114,474.2024868,1004.331998 +356210,1062.416403,1952.877098,1772.384685,479.8870401,1004.344934 +356211,1074.543361,1965.179797,1777.234174,485.5761921,1004.297977 +356212,1085.966068,1977.471012,1781.822753,491.1748546,1004.192639 +356213,1097.457712,1989.500059,1786.385266,496.5634044,1004.030261 +356214,1108.467306,2001.37076,1790.730516,502.1660045,1003.812044 +356215,1120.058262,2013.060688,1794.935115,507.5363812,1003.539221 +356216,1130.807139,2024.662323,1798.991459,512.4727896,1003.212974 +356217,1141.692072,2035.685792,1802.973189,517.9642192,1002.834507 +356218,1152.381472,2047.143699,1806.639585,522.9396634,1002.404907 +356219,1162.933005,2058.070567,1810.330494,527.9916066,1088.475618 +356220,1173.025732,2068.869098,1813.759714,532.8015628,1216.662227 +356221,1391.528266,2150.686819,2031.049629,623.4348447,1542.074104 +356222,1859.407371,2420.027405,2495.738964,835.7039168,2406.720997 +356223,1305.606505,2110.222256,1902.574733,585.3457445,1384.603791 +356224,1882.508813,2429.079214,2505.966624,846.9152066,2449.019724 +356225,1339.978566,2142.882358,1951.155931,601.6096995,1427.304386 +356226,1905.191359,2454.347022,2486.163194,857.3604507,2479.027811 +356227,1358.80406,2159.851183,1978.785299,611.4385149,1435.169719 +356228,1928.028327,2476.042962,2469.283258,867.83804,2500.961403 +356229,1377.840579,2179.560898,2018.414432,620.8683031,1466.423707 +356230,1950.01599,2502.962414,2451.156136,878.2805548,2518.348898 +356231,1396.55103,2190.623422,2035.918169,629.910081,1485.832882 +356232,1971.008809,2523.411586,2436.86595,888.2801691,2540.671101 +356233,1414.464726,2229.231783,2072.755518,638.562831,1503.057501 +356234,2006.887926,2514.821667,2420.700588,898.1511874,2576.042885 +356235,1408.981965,2258.930341,2086.527278,646.8725242,1498.359121 +356236,2023.515657,2529.984361,2405.894876,907.9069396,2607.605599 +356237,1445.425675,2276.711901,2121.882101,654.8680089,1510.858604 +356238,2032.570243,2551.816124,2392.957624,917.3283916,2633.64713 +356239,1636.403888,2366.79002,2309.54084,741.0305236,1829.408686 +356240,1794.081435,2455.636838,2229.944751,810.750119,2160.091328 +356241,1776.883241,2442.829445,2295.708784,804.0468791,2103.301092 +356242,1784.898583,2452.587718,2276.54873,807.5691113,2113.215517 +356243,1793.26065,2460.724759,2286.730236,811.6424352,2121.320106 +356244,1801.636973,2467.652746,2277.432341,815.5540782,2128.825614 +356245,1809.604678,2474.89928,2290.694893,819.4460897,2136.455655 +356246,1817.890427,2482.384101,2286.017466,823.28339,2143.947965 +356247,1825.811037,2489.298783,2288.470147,827.0756267,2151.110366 +356248,1833.729346,2496.151195,2290.736947,830.8203023,2158.25798 +356249,1841.543704,2502.95438,2292.214235,834.4793159,2165.409393 +356250,1849.269504,2515.834567,2293.794439,838.1946755,2172.267989 +356251,1856.637213,2507.089887,2295.057832,841.676965,2179.164499 +356252,1864.107949,2530.954463,2296.325153,845.172681,2185.720355 +356253,1871.36738,2525.307066,2297.491773,848.5065553,2199.325712 +356254,1878.383565,2533.573018,2298.644935,851.842816,2191.829259 +356255,1885.502168,2539.150252,2299.727494,855.2004537,2204.787903 +356256,1892.452924,2544.289807,2300.881199,858.4278904,2212.888737 +356257,1899.334323,2549.114732,2302.000608,861.6490276,2217.06243 +356258,1906.134561,2554.466336,2303.095457,864.8220432,2223.703314 +356259,1912.763419,2559.12468,2304.226218,867.9543499,2229.56896 +356260,1920.090882,2563.789812,2305.266765,871.0046812,2235.508924 +356261,1929.941363,2568.356443,2306.37932,874.1646827,2241.282236 +356262,1931.402225,2572.45039,2307.502156,877.0873018,2247.064926 +356263,1945.479114,2577.085829,2313.02182,880.1042986,2252.542722 +356264,1941.45339,2581.045142,2304.362453,883.0420813,2258.137243 +356265,1963.146483,2585.02984,2316.296925,885.9512116,2263.481944 +356266,1947.646091,2588.654933,2307.583465,888.7825757,2269.077632 +356267,1957.004002,2592.718016,2318.342081,891.690057,2274.157321 +356268,1976.217004,2596.074405,2314.589059,894.4241324,2279.512735 +356269,1974.032703,2599.781357,2316.516638,897.2628466,2284.668774 +356270,1982.018293,2602.585703,2317.412023,899.9856023,2289.74835 +356271,1987.70586,2612.931338,2319.375329,902.6070437,2294.850083 +356272,1993.582361,2600.180975,2320.81381,905.305382,2305.309146 +356273,1999.303677,2621.411886,2322.308665,907.888699,2298.721407 +356274,2004.980035,2612.903833,2324.00348,910.5624818,2309.293131 +356275,2010.697001,2618.47324,2330.163789,913.108585,2315.23221 +356276,2016.111964,2620.537946,2322.44226,915.6667769,2318.230599 +356277,2021.593046,2623.201219,2333.816227,918.1910134,2323.417849 +356278,2027.192795,2625.289832,2331.002832,920.6889888,2328.007605 +356279,2032.549366,2627.436387,2331.934069,923.1614028,2332.367284 +356280,2037.965057,2629.464768,2334.377279,925.6089053,2336.879181 +356281,2050.174031,2633.781314,2344.596078,930.902746,2357.668271 +356282,2056.753438,2637.160062,2350.370392,933.8776537,2356.434487 +356283,2063.239914,2639.255931,2345.205541,936.7130712,2358.617431 +356284,2069.510729,2641.314381,2357.956193,939.4718788,2372.309963 +356285,2075.789591,2643.333116,2357.110401,942.1692363,2372.971237 +356286,2081.612533,2645.314159,2357.130922,944.8178099,2380.296337 +356287,2087.86659,2646.658364,2358.09736,947.4260297,2392.561981 +356288,2093.739795,2648.297032,2359.77801,949.9527878,2371.843346 +356289,2099.673933,2649.857376,2361.125012,952.5668943,2411.738751 +356290,2105.546249,2650.794926,2359.277831,955.0524348,2378.286866 +356291,2111.487363,2651.939984,2357.963553,957.5494047,2425.111272 +356292,2117.121568,2653.14062,2356.904042,960.0649044,2380.746071 +356293,2122.959023,2654.018137,2356.131288,962.4354602,2435.614203 +356294,2128.666715,2654.812769,2355.499756,964.8907821,2391.709112 +356295,2134.249167,2655.861601,2356.736498,967.2319235,2441.420522 +356296,2140.177586,2655.858319,2355.324773,969.6842707,2413.750253 +356297,2145.555023,2656.58986,2354.4514,972.004407,2430.145874 +356298,2151.244982,2657.0133,2354.058072,974.3486914,2431.564389 +356299,2156.78853,2657.277965,2354.022824,976.6656159,2435.643279 +356300,2162.317721,2657.447433,2354.153869,978.9633888,2439.755153 +356301,2167.817389,2657.519613,2354.367806,981.2425513,2443.589219 +356302,2173.398692,2657.497069,2354.691552,983.5042839,2453.73064 +356303,2178.669115,2657.32901,2354.922897,985.7463041,2441.780103 +356304,2184.049466,2657.088036,2355.155322,987.9728446,2465.738753 +356305,2189.588672,2656.751865,2355.457511,990.1817294,2454.842649 +356306,2194.862492,2656.275022,2355.655946,992.3743234,2463.614935 +356307,2200.210283,2655.721104,2355.820955,994.5507482,2466.470042 +356308,2205.514519,2655.072129,2356.00437,996.7114432,2470.214382 +356309,2210.904962,2654.440005,2356.172809,998.856866,2473.705962 +356310,2215.985011,2653.343675,2356.323242,1000.934689,2477.377816 +356311,2221.460395,2652.806709,2356.466262,1003.222128,2480.696931 +356312,2226.840265,2651.695496,2356.625612,1005.397708,2484.414508 +356313,2232.227083,2650.271358,2356.809339,1007.614844,2487.832356 +356314,2237.601034,2650.056265,2357.029222,1009.817155,2491.281514 +356315,2242.842033,2648.525238,2357.270435,1012.011977,2494.549754 +356316,2248.480924,2647.183037,2357.506092,1014.251177,2498.141829 +356317,2253.545776,2646.29477,2357.738425,1016.351161,2501.412397 +356318,2258.962376,2644.753054,2357.972102,1018.559432,2504.71771 +356319,2264.241489,2643.178397,2358.202662,1020.713664,2508.094894 +356320,2269.52279,2641.858691,2358.623527,1022.814348,2511.172277 +356321,2274.788785,2639.930457,2358.842888,1025.040684,2514.661178 +356322,2280.038919,2638.356965,2359.060832,1027.14076,2517.7502 +356323,2285.396408,2636.475011,2359.284431,1029.279961,2521.004487 +356324,2290.428491,2634.644531,2359.523218,1031.403334,2524.01835 +356325,2295.722545,2632.829592,2359.874532,1033.518778,2533.060871 +356326,2300.891983,2630.558637,2360.101504,1035.6271,2527.950071 +356327,2305.941441,2621.574187,2360.238234,1037.727909,2533.949146 +356328,2311.286963,2634.648088,2360.427744,1039.821211,2536.97205 +356329,2316.341159,2614.616795,2360.698249,1041.907618,2539.873127 +356330,2321.489574,2629.685062,2360.823777,1043.987693,2542.870395 +356331,2326.604358,2609.826328,2361.214607,1046.058865,2545.702789 +356332,2331.826061,2618.126695,2361.363124,1048.125211,2548.919071 +356333,2344.381417,2613.079383,2361.612298,1050.183779,2551.849523 +356334,2332.805761,2610.021937,2362.050444,1052.236073,2560.085788 +356335,2375.51524,2607.377595,2362.414834,1054.281972,2555.749509 +356336,2312.662092,2604.576088,2362.678097,1056.321249,2560.476901 +356337,2375.878293,2601.567289,2362.981655,1058.354003,2563.957526 +356338,2357.832437,2598.773499,2363.278284,1060.380695,2566.405774 +356339,2366.891893,2595.334935,2363.563884,1062.401534,2569.690692 +356340,2371.97426,2592.239092,2363.971019,1064.35842,2577.01837 +356341,2259.234739,2532.068459,2359.894043,1013.165631,2360.430931 +356342,2261.726947,2530.364385,2343.939121,1013.990659,2363.520312 +356343,2264.855549,2531.421671,2326.212578,1015.185941,2364.063231 +356344,2268.56359,2518.318813,2312.973559,1016.626654,2364.789358 +356345,2274.217873,2517.378845,2304.228265,1017.94592,2366.408512 +356346,2281.209563,2512.935489,2298.827503,1019.449968,2367.718756 +356347,2276.358182,2508.222807,2295.510683,1020.920977,2369.51602 +356348,2299.622267,2503.70581,2293.309335,1022.359398,2371.033113 +356349,2261.517108,2499.222832,2291.76561,1023.951635,2372.804261 +356350,2300.830427,2487.769301,2290.456538,1025.425364,2374.308752 +356351,2293.890231,2498.847539,2289.473289,1026.955119,2376.265197 +356352,2298.174281,2474.806812,2288.64683,1028.481409,2377.988925 +356353,2302.758193,2482.886905,2287.900702,1030.011525,2385.037766 +356354,2306.455169,2474.407468,2287.327228,1031.544948,2379.183299 +356355,2310.428066,2469.424879,2286.718205,1033.139002,2383.776611 +356356,2314.29275,2464.730771,2286.121441,1034.591571,2385.516927 +356357,2318.177042,2459.641113,2285.607764,1036.173818,2386.964218 +356358,2322.063149,2454.699292,2285.130294,1037.70779,2388.781026 +356359,2326.080452,2449.239595,2284.681218,1039.193187,2390.735227 +356360,2329.768116,2444.178596,2285.915733,1040.826156,2392.660789 +356361,2333.737883,2438.654018,2284.479374,1042.333809,2393.88638 +356362,2337.60632,2433.343981,2283.668683,1043.890034,2396.285636 +356363,2341.349732,2427.916123,2283.240726,1045.440119,2402.812512 +356364,2345.427027,2422.364074,2282.92744,1046.990605,2397.881767 +356365,2349.203157,2416.964965,2282.513307,1048.5417,2402.077638 +356366,2353.092135,2411.006597,2282.099075,1050.093163,2403.565774 +356367,2357.086665,2405.395959,2281.741895,1051.644941,2405.269502 +356368,2360.747425,2399.712125,2282.233435,1053.196693,2407.39124 +356369,2364.673229,2393.72192,2283.061375,1054.738565,2414.14291 +356370,2368.478925,2387.894322,2283.60399,1056.281614,2404.4381 +356371,2372.183849,2381.89061,2283.964931,1057.758801,2418.505372 +356372,2375.858144,2375.541125,2284.38926,1059.221803,2413.904295 +356373,2379.512706,2369.269822,2284.671034,1060.617007,2415.769807 +356374,2383.152204,2363.073758,2284.985947,1062.218097,2423.35403 +356375,2386.776118,2356.540699,2285.19515,1063.528636,2413.894539 +356376,2390.51984,2350.11458,2285.340053,1065.021771,2426.633863 +356377,2393.911094,2336.230702,2285.534967,1066.447992,2423.401425 +356378,2398.481602,2347.202663,2285.924247,1067.878808,2429.603815 +356379,2406.430897,2318.220673,2286.105884,1069.305642,2426.550875 +356380,2397.830892,2327.37413,2286.297127,1070.727755,2427.763995 +356381,2435.198029,2315.001951,2286.493222,1072.145552,2434.595394 +356382,2373.628654,2308.937843,2286.881311,1073.558857,2432.364311 +356383,2433.442198,2302.293221,2287.284409,1074.967742,2437.47438 +356384,2414.780323,2294.998007,2287.585813,1076.372298,2435.334358 +356385,2422.068532,2288.08078,2287.68149,1078.45039,2434.519006 +356386,2425.651904,2280.92938,2287.626094,1079.655459,2434.786536 +356387,2429.085464,2273.793077,2287.489345,1081.379055,2433.500108 +356388,2432.657871,2266.659323,2288.929873,1081.896255,2432.901555 +356389,2435.845927,2259.115064,2287.535927,1085.737081,2429.014222 +356390,2439.349769,2251.926854,2286.537338,1083.624415,2425.796198 +356391,2442.70476,2244.471224,2285.611354,1090.137634,2422.825542 +356392,2446.066147,2236.974944,2284.722352,1084.500471,2420.035124 +356393,2449.412141,2229.475092,2283.854236,1095.999445,2417.386879 +356394,2452.88562,2222.060901,2283.01231,1083.224367,2414.872599 +356395,2455.975718,2214.204298,2282.178327,1104.820418,2412.457449 +356396,2459.379048,2206.617953,2281.372383,1077.721426,2410.155029 +356397,2474.047192,2198.912944,2280.588891,1096.167241,2407.948863 +356398,2448.906667,2191.126925,2279.824541,1097.083623,2405.826483 +356399,2477.172662,2183.272045,2279.077894,1095.96675,2403.778721 +356400,2470.714174,2175.461377,2278.327863,1098.118495,2401.773181 +356401,2234.83525,2038.010053,2277.448223,990.4566641,2399.157437 +356402,2232.43596,2055.117195,2258.169469,989.0812496,2052.109863 +356403,2231.707824,2031.975975,2222.283508,988.6133588,1926.448795 +356404,2232.391198,2025.267956,2187.868225,988.6011937,2075.363767 +356405,2232.74494,2015.962241,2163.847944,988.6398067,2013.609741 +356406,2233.763515,2006.663599,2147.619738,988.8617424,2016.010002 +356407,2234.835328,1997.431103,2136.496841,989.0942247,2014.271134 +356408,2236.75474,1988.233044,2129.125658,989.5351438,2012.523143 +356409,2246.323483,1979.000602,2124.138836,989.8858994,2011.063235 +356410,2224.175491,1984.831295,2120.684101,990.3247442,2009.976889 +356411,2247.365277,1939.15088,2118.27493,990.7834908,2008.674411 +356412,2239.964378,1964.272297,2118.288314,991.2662741,2007.993696 +356413,2243.057311,1936.577048,2117.711813,991.7748963,2006.923377 +356414,2244.634323,1934.976284,2117.003313,992.3654724,2006.150889 +356415,2246.207991,1946.581551,2116.230582,992.8194519,2005.352951 +356416,2247.822323,1881.846013,2115.515354,993.429468,2004.690917 +356417,2249.458617,1945.069845,2113.072263,994.0026098,2004.013937 +356418,2251.134517,1859.355362,2111.652183,994.8168374,2003.431928 +356419,2252.685957,1903.655405,2110.695493,995.9165629,2002.784507 +356420,2254.622465,1874.659732,2111.70242,995.1178422,2002.629576 +356421,2256.256015,1869.100321,2110.094076,998.8514986,2001.957049 +356422,2258.046598,1859.872196,2109.166491,995.036718,2001.646149 +356423,2259.973184,1850.941541,2108.490747,1001.91757,2001.357865 +356424,2261.560221,1841.890522,2107.961379,994.1221786,2001.075459 +356425,2263.485274,1853.110828,2107.48525,1006.684931,2000.762574 +356426,2265.303311,1794.179719,2107.118268,990.9092496,2000.45481 +356427,2267.163262,1840.781289,2108.553909,1014.100269,2000.587359 +356428,2269.024006,1785.086888,2107.264897,985.8997609,2000.199408 +356429,2270.918024,1804.676965,2106.577971,1024.083696,2000.177784 +356430,2272.822464,1785.722979,2107.848149,979.0104907,2000.209746 +356431,2274.649662,1778.353842,2106.505092,1014.296846,1999.946257 +356432,2276.489711,1769.370603,2105.920802,1012.478007,2005.32181 +356433,2278.330336,1760.35797,2107.187513,991.2136096,1992.582428 +356434,2280.167479,1751.358319,2105.832664,1027.636466,2008.029035 +356435,2282.026706,1742.396906,2105.301457,980.4784199,1997.934267 +356436,2285.639625,1733.33726,2104.911574,1019.305973,2000.46523 +356437,2283.144361,1724.595398,2106.492832,1019.25361,2000.998955 +356438,2298.230297,1715.642703,2107.000812,990.2771558,2000.735514 +356439,2275.31002,1706.704799,2105.448594,1015.831522,2000.598258 +356440,2298.130469,1698.172722,2106.423126,1027.817374,2001.349559 +356441,2314.843177,1689.175183,2104.977713,984.9974425,2001.136777 +356442,2260.873691,1680.548198,2104.364829,1022.858088,2001.283445 +356443,2313.699675,1671.745207,2104.063181,1010.601897,2001.878396 +356444,2295.420222,1677.619482,2105.584409,1013.076462,2002.133201 +356445,2300.998108,1634.009981,2104.489419,1014.100331,2001.922456 +356446,2303.10437,1662.958776,2104.053227,1014.899496,2002.602707 +356447,2304.858159,1625.397732,2103.843545,1015.699718,2003.321853 +356448,2306.94553,1633.928,2103.745362,1016.503539,2003.078663 +356449,2308.917973,1619.775555,2103.689783,1017.310403,2003.485137 +356450,2310.926071,1612.463209,2103.683829,1018.120253,2003.83289 +356451,2312.952155,1604.144979,2103.872714,1018.93313,2009.480556 +356452,2314.994347,1596.109657,2103.929331,1019.748319,1997.664778 +356453,2317.063952,1587.933273,2105.692641,1020.567834,2012.088069 +356454,2319.142686,1580.009246,2106.640552,1021.386745,2004.368181 +356455,2321.253021,1571.898781,2107.061398,1022.209566,2005.668824 +356456,2323.383132,1563.966765,2105.475229,1023.032643,2006.257228 +356457,2332.108186,1556.278756,2104.837266,1023.860689,2006.993159 +356458,2317.989643,1548.471778,2104.616705,1024.688531,2007.290336 +356459,2334.789719,1540.828806,2104.602701,1025.518561,2007.717021 +356460,2354.483285,1533.256206,2104.641814,1026.350075,2008.192054 +356461,2555.672904,1632.989959,2109.810156,1133.719258,2086.080663 +356462,2581.589726,1627.542998,2130.513382,1136.43219,2109.758636 +356463,2581.777751,1621.712054,2156.25503,1138.390064,2140.506646 +356464,2585.861956,1615.649697,2178.279842,1140.31018,2167.942452 +356465,2589.55414,1609.249247,2194.638066,1142.003298,2189.49204 +356466,2593.411783,1603.290547,2206.248304,1143.486172,2205.858906 +356467,2596.891195,1597.074189,2214.57677,1145.053067,2218.445959 +356468,2600.337713,1590.999962,2220.79395,1146.511468,2228.427237 +356469,2603.782651,1585.077306,2227.544397,1147.94489,2238.691403 +356470,2606.911076,1578.888927,2230.513718,1149.305062,2244.362143 +356471,2610.148648,1573.222292,2233.380218,1150.672052,2249.686092 +356472,2613.35586,1567.357609,2235.950519,1152.017272,2254.412582 +356473,2616.342298,1561.676424,2238.268028,1153.341983,2258.606343 +356474,2619.678038,1556.168533,2240.386866,1154.574462,2262.354046 +356475,2622.64279,1550.589066,2242.344164,1155.967411,2265.72241 +356476,2625.687678,1545.265484,2244.165824,1157.184151,2268.762804 +356477,2628.763882,1539.896084,2247.584075,1158.445966,2273.632841 +356478,2639.751393,1534.849682,2248.39087,1159.678896,2275.169961 +356479,2622.767226,1529.81049,2251.240642,1160.897118,2279.116795 +356480,2650.734468,1524.728115,2251.558838,1162.097151,2280.048695 +356481,2627.754049,1519.954303,2252.476154,1163.283157,2281.405374 +356482,2655.906382,1515.222063,2253.607831,1164.525711,2282.929714 +356483,2642.051571,1510.628311,2254.924203,1165.572741,2284.606798 +356484,2649.806825,1506.069371,2257.854669,1166.765682,2288.222534 +356485,2652.23546,1501.962177,2259.795854,1167.878981,2290.591516 +356486,2654.680452,1497.868985,2261.372432,1169.251363,2292.487192 +356487,2657.381096,1493.941896,2262.720949,1170.636953,2294.070181 +356488,2659.682233,1490.067338,2262.233875,1172.092084,2293.347537 +356489,2662.699708,1486.251618,2262.6204,1173.626689,2293.64859 +356490,2665.153852,1483.665904,2263.34598,1175.235953,2294.3208 +356491,2667.746351,1481.363555,2265.92956,1176.861345,2297.260809 +356492,2670.013045,1478.558416,2267.624846,1178.656039,2299.115575 +356493,2672.28565,1476.082178,2267.242893,1180.328905,2298.422812 +356494,2674.674864,1473.442431,2267.595994,1182.248204,2298.631594 +356495,2676.949803,1471.057626,2268.210314,1184.151274,2299.150074 +356496,2679.344339,1468.496951,2270.648491,1186.112199,2301.919205 +356497,2681.286537,1466.028858,2270.494368,1188.133785,2301.504208 +356498,2683.698389,1463.569832,2270.918446,1190.221902,2301.807573 +356499,2685.791712,1461.126488,2271.528268,1192.371653,2302.336212 +356500,2688.068699,1458.702368,2273.918811,1194.585202,2305.066876 +356501,2690.058015,1456.292603,2275.57748,1196.934189,2306.686156 +356502,2692.171087,1453.901208,2276.651096,1199.160769,2307.851365 +356503,2694.10807,1451.524192,2275.823454,1201.611215,2306.66661 +356504,2696.070893,1449.166565,2275.824844,1204.063352,2306.490822 +356505,2698.325618,1446.823069,2276.154235,1206.510841,2306.698951 +356506,2700.216816,1444.496091,2276.64855,1209.207495,2307.10133 +356507,2702.202073,1442.096147,2277.218357,1211.801815,2307.598869 +356508,2704.16519,1439.930813,2277.818063,1214.522856,2308.141114 +356509,2706.261165,1437.590719,2280.112968,1217.295917,2310.80114 +356510,2708.03203,1435.428854,2281.456387,1220.130044,2312.306084 +356511,2710.032201,1433.053126,2282.399701,1223.027716,2313.335811 +356512,2711.937684,1430.8839,2283.128808,1225.988005,2314.107266 +356513,2713.844553,1428.659878,2282.054464,1229.129399,2312.632118 +356514,2715.981479,1426.459571,2281.865622,1232.07167,2312.233562 +356515,2718.058708,1424.281498,2282.031404,1235.314923,2312.254595 +356516,2720.233369,1422.117355,2282.382894,1238.527033,2312.500944 +356517,2722.26893,1419.96947,2282.830329,1241.810464,2312.872508 +356518,2724.495905,1417.838218,2283.323786,1245.157612,2313.31247 +356519,2726.813796,1415.725444,2285.521552,1248.569927,2315.886193 +356520,2728.484846,1413.623423,2285.095605,1252.043487,2315.22402 +356521,2782.06959,1434.218304,2286.902539,1278.278134,2317.792613 +356522,2781.171626,1433.441038,2292.038896,1283.125933,2324.759834 +356523,2787.196867,1432.169337,2299.53008,1287.553482,2335.316732 +356524,2790.271605,1430.768714,2303.753685,1291.906574,2341.969747 +356525,2793.65286,1429.286119,2307.646042,1296.226357,2348.111073 +356526,2796.774565,1427.750612,2310.824785,1300.625197,2353.347941 +356527,2799.90365,1426.188826,2313.193551,1304.842479,2357.848898 +356528,2803.067432,1424.525545,2315.467281,1309.273352,2361.815437 +356529,2806.010515,1423.069686,2316.894982,1313.675041,2365.38841 +356530,2809.373502,1421.425148,2320.400296,1318.135365,2370.745277 +356531,2811.846194,1419.851549,2321.067462,1322.559149,2372.600356 +356532,2815.123231,1418.270671,2322.165033,1327.239899,2374.937215 +356533,2818.414465,1416.692803,2324.982571,1331.790291,2379.421412 +356534,2821.209392,1415.117433,2327.122679,1336.463044,2382.712311 +356535,2823.683662,1413.547574,2327.034168,1341.17679,2383.37692 +356536,2827.331103,1411.985258,2327.669032,1346.023765,2384.898338 +356537,2830.055779,1410.427853,2328.568715,1352.537468,2386.695511 +356538,2833.388978,1408.964489,2331.238208,1355.870969,2390.681077 +356539,2836.088146,1407.294141,2333.012529,1365.033895,2393.523662 +356540,2838.880954,1405.814989,2332.763466,1363.290701,2393.802877 +356541,2842.330793,1404.277596,2334.894951,1381.30703,2397.05366 +356542,2845.098501,1402.665417,2336.388179,1359.950543,2399.481115 +356543,2848.029387,1401.277246,2337.640338,1384.725396,2401.593889 +356544,2851.080676,1399.709886,2338.721044,1386.584702,2403.478899 +356545,2854.086695,1398.222969,2339.90835,1390.426915,2405.231965 +356546,2856.684517,1396.729993,2338.994704,1396.623105,2404.833553 +356547,2860.317384,1395.248727,2341.054193,1401.805157,2407.637586 +356548,2863.043174,1393.770584,2342.345551,1407.281076,2409.720653 +356549,2872.948389,1392.30127,2341.916401,1412.723276,2409.661579 +356550,2859.691982,1390.843373,2343.833219,1418.233799,2412.522899 +356551,2881.424429,1389.352921,2343.430428,1423.724425,2412.486925 +356552,2873.757325,1387.870429,2345.579876,1429.34906,2415.63635 +356553,2877.722456,1386.38611,2346.926429,1434.792478,2417.800189 +356554,2882.19117,1384.909449,2347.926589,1440.476389,2419.756831 +356555,2885.71217,1383.354653,2348.849846,1446.128219,2421.416262 +356556,2889.188898,1382.010198,2349.7294,1451.836,2423.023742 +356557,2892.660609,1380.491369,2348.916378,1457.497175,2422.52158 +356558,2896.963488,1379.050946,2350.704851,1463.514678,2425.252532 +356559,2900.447707,1377.684115,2350.281826,1469.150563,2425.232663 +356560,2904.709106,1376.123395,2352.263851,1475.11117,2428.215851 +356561,2907.824184,1374.741876,2351.910651,1481.012742,2428.303766 +356562,2912.014137,1373.301986,2352.236926,1486.975272,2429.243784 +356563,2916.227634,1371.879396,2354.479384,1492.976652,2432.577376 +356564,2919.500733,1370.460154,2355.894941,1500.351638,2434.903549 +356565,2930.538566,1369.047692,2355.462563,1511.467883,2434.947006 +356566,2918.068278,1367.643994,2355.660056,1503.625168,2435.774451 +356567,2940.378435,1366.246456,2357.777782,1517.608835,2438.992048 +356568,2934.301091,1364.849449,2357.604655,1524.875214,2439.364792 +356569,2938.192518,1363.383373,2357.916256,1529.207495,2440.346628 +356570,2943.886374,1362.120737,2358.335349,1535.925889,2441.461261 +356571,2946.721893,1360.689258,2358.877995,1542.468689,2442.731099 +356572,2950.643013,1359.332159,2359.471776,1548.590529,2444.070366 +356573,2954.271888,1357.969655,2360.092072,1555.035213,2445.451501 +356574,2958.357438,1356.612514,2360.731512,1561.416086,2446.86647 +356575,2962.033731,1355.261429,2361.372735,1567.841639,2448.29354 +356576,2966.33325,1353.917265,2363.850326,1575.254819,2451.779794 +356577,2969.741087,1352.576335,2365.155573,1587.292139,2454.077177 +356578,2979.987432,1351.24108,2364.559628,1580.044168,2454.036271 +356579,2969.298061,1349.996343,2366.23956,1593.889131,2456.817571 +356580,2988.135291,1348.55005,2365.512976,1601.771046,2456.605267 +356581,2908.423919,1314.210171,2362.437463,1573.451673,2452.501975 +356582,2911.272431,1312.883029,2355.593741,1594.830353,2442.97891 +356583,2915.156343,1311.569076,2345.141563,1566.252664,2427.982516 +356584,2920.439418,1310.122515,2338.761409,1603.952644,2417.709258 +356585,2930.474165,1309.122155,2332.363802,1598.687878,2407.333407 +356586,2919.131865,1307.635719,2329.877817,1609.725852,2401.913306 +356587,2941.171038,1306.600775,2327.776986,1630.388079,2397.147919 +356588,2934.297069,1305.333377,2326.31188,1605.964683,2393.387281 +356589,2939.696829,1304.154608,2325.073772,1646.559747,2390.121825 +356590,2944.303689,1302.974698,2322.28297,1643.630678,2385.112667 +356591,2948.579212,1328.308782,2322.186488,1671.63261,2383.62472 +356592,2952.215839,1261.447293,2321.781661,1640.976363,2381.91211 +356593,2962.621551,1318.412533,2320.050499,1700.949891,2378.696462 +356594,2951.742841,1315.622788,2319.029049,1663.94923,2376.489574 +356595,2971.843282,1267.222317,2320.069304,1711.877944,2376.965234 +356596,2968.687336,1308.72958,2320.706644,1697.322331,2377.058001 +356597,2970.671101,1312.379018,2319.259261,1715.024665,2374.659107 +356598,2975.576363,1265.602259,2318.674743,1723.408282,2373.411115 +356599,2987.536897,1305.351461,2318.82222,1732.820084,2373.134748 +356600,2976.854413,1305.304084,2319.037203,1742.272528,2373.002575 +356601,2993.974122,1267.411867,2319.483241,1752.039098,2372.969991 +356602,2994.181161,1321.474835,2321.586104,1761.603836,2375.301941 +356603,2994.994517,1254.240157,2321.06907,1771.142505,2374.44757 +356604,2999.243294,1326.207126,2321.02018,1786.655422,2374.212311 +356605,3004.758468,1248.124059,2322.765513,1782.120984,2376.228379 +356606,3007.070166,1323.424992,2322.061544,1809.348294,2375.227881 +356607,3012.071877,1248.677154,2323.67143,1807.087673,2377.120854 +356608,3021.535967,1316.218888,2323.010498,1820.030585,2376.210139 +356609,3013.577379,1252.381765,2324.539313,1829.803073,2378.224861 +356610,3028.833346,1306.243751,2325.298865,1839.136766,2379.078768 +356611,3021.419234,1258.654623,2325.761615,1848.406679,2379.580583 +356612,3035.414643,1294.927646,2326.105657,1858.085637,2379.953792 +356613,3035.660751,1265.329341,2326.512049,1867.315611,2380.422583 +356614,3035.94866,1284.292162,2325.207549,1876.528888,2378.789745 +356615,3040.838555,1270.893801,2326.325674,1886.178482,2380.332833 +356616,3049.96071,1276.373906,2325.41348,1895.280449,2379.169081 +356617,3042.300466,1273.174076,2325.205951,1904.684609,2378.86925 +356618,3054.247524,1272.494431,2325.264299,1919.303184,2379.071095 +356619,3057.985593,1271.443827,2327.217631,1921.486519,2381.131079 +356620,3058.44845,1270.395973,2326.624124,1933.015576,2380.445829 +356621,3061.432313,1269.345476,2326.684099,1942.366531,2380.452995 +356622,3066.139409,1268.30003,2326.750608,1951.097347,2380.595109 +356623,3071.716424,1267.25723,2326.985695,1960.441002,2380.951706 +356624,3075.318412,1266.292054,2327.315932,1969.541104,2381.675486 +356625,3078.357914,1265.146175,2327.700842,1983.733007,2382.281284 +356626,3081.545202,1264.164839,2328.003314,1986.205034,2382.791446 +356627,3084.746783,1263.123344,2328.127001,1997.036987,2383.088469 +356628,3088.091667,1262.095761,2328.175217,2006.156582,2383.298227 +356629,3091.768212,1261.071858,2328.298302,2020.416379,2383.809061 +356630,3095.589296,1260.051292,2328.407367,2022.666981,2384.115722 +356631,3099.337748,1259.034433,2328.387044,2032.54088,2384.261806 +356632,3103.296414,1258.020777,2328.429266,2047.225394,2384.489467 +356633,3107.701366,1257.011018,2328.517981,2049.963786,2384.78107 +356634,3111.689251,1256.004751,2328.486623,2058.685565,2384.930552 +356635,3115.784467,1254.928444,2328.482881,2072.918469,2385.121495 +356636,3120.004098,1254.037264,2328.516159,2076.200874,2385.36557 +356637,3124.392903,1252.990351,2328.617595,2093.108001,2385.702444 +356638,3128.888145,1252.082099,2328.752783,2094.437569,2386.09052 +356639,3133.071237,1250.988753,2328.661733,2098.485861,2386.205905 +356640,3136.893832,1250.055188,2328.313768,2104.565176,2386.007431 +356641,3144.501446,1182.725064,2331.105207,2081.272777,2390.936339 +356642,3136.193989,1180.801477,2322.753511,2048.948113,2380.124217 +356643,3123.775196,1179.173571,2311.117523,2078.368311,2363.870959 +356644,3093.466923,1177.597371,2300.563045,2078.59035,2348.324082 +356645,3046.577157,1176.047481,2291.433142,2084.476849,2334.377885 +356646,3090.265896,1174.511216,2286.199764,2101.411333,2325.178117 +356647,3089.262094,1172.990035,2281.507069,2101.69208,2317.114268 +356648,3082.563512,1171.47626,2280.335406,2106.878109,2313.708124 +356649,3099.239193,1169.976158,2277.383379,2111.613742,2308.438002 +356650,3100.862683,1168.480001,2275.643393,2116.040504,2304.981568 +356651,3104.642747,1166.992424,2274.389472,2119.332031,2302.41705 +356652,3117.09043,1165.442335,2273.45114,2123.065175,2300.513696 +356653,3110.788488,1164.130424,2272.610879,2127.014314,2298.981879 +356654,3124.755797,1162.512849,2271.778674,2131.036813,2297.686536 +356655,3127.967436,1161.100768,2271.120884,2135.269926,2296.808243 +356656,3131.660441,1159.625876,2270.528579,2139.557147,2296.190347 +356657,3135.978972,1158.164152,2269.894802,2143.763093,2295.680764 +356658,3140.758558,1156.705729,2269.254331,2147.926701,2295.303418 +356659,3145.670836,1155.249944,2268.636515,2152.273409,2295.077428 +356660,3148.224959,1153.797216,2268.0026,2156.358406,2294.94031 +356661,3150.735291,1152.347025,2267.28834,2160.328228,2294.799819 +356662,3153.260167,1150.899234,2266.482032,2164.185591,2294.629483 +356663,3155.833898,1149.453819,2265.604411,2167.962142,2294.444003 +356664,3158.456013,1148.010586,2264.675518,2171.68212,2294.258922 +356665,3161.115377,1146.569556,2263.710666,2175.360541,2294.085764 +356666,3163.801321,1145.195898,2262.720541,2179.005824,2293.931863 +356667,3166.507819,1143.663054,2261.713197,2182.802536,2293.612548 +356668,3169.231645,1142.273757,2260.694907,2186.353877,2293.529122 +356669,3171.96972,1140.830562,2259.669859,2189.881399,2293.479198 +356670,3177.293561,1139.397794,2260.265755,2195.349666,2295.43332 +356671,3178.737444,1137.899567,2258.246782,2197.855425,2294.487354 +356672,3180.923439,1136.386006,2256.912197,2200.808014,2294.165764 +356673,3183.263925,1134.803682,2255.70175,2203.919742,2294.020691 +356674,3185.652867,1133.377373,2254.55074,2206.715125,2293.980884 +356675,3188.049952,1131.808247,2253.43524,2209.630075,2294.021136 +356676,3190.431753,1130.292446,2252.34062,2212.636933,2294.123345 +356677,3192.787083,1128.765412,2251.259018,2215.46369,2294.275367 +356678,3195.389157,1127.236677,2250.187246,2218.226078,2294.293402 +356679,3197.65789,1125.706559,2249.122417,2221.162039,2294.5564 +356680,3199.88574,1124.175002,2248.063272,2223.839295,2294.852967 +356681,3204.652029,1122.64066,2248.632282,2228.23659,2297.067712 +356682,3205.52093,1121.10934,2246.788603,2229.861582,2296.508534 +356683,3207.139322,1119.635514,2245.439067,2231.995876,2296.538052 +356684,3208.952569,1118.005835,2244.221576,2234.472909,2296.581346 +356685,3213.425527,1116.511208,2244.694935,2238.613112,2298.890243 +356686,3214.065587,1114.963961,2242.7929,2239.999821,2298.184723 +356687,3215.491186,1113.421619,2241.408241,2241.925899,2298.216287 +356688,3217.126636,1111.879575,2240.167598,2244.0097,2298.866101 +356689,3218.861977,1110.335858,2239.004075,2246.163984,2298.935374 +356690,3220.646092,1108.790724,2237.891334,2248.336534,2299.339993 +356691,3225.012586,1107.243232,2238.433115,2252.292055,2301.554637 +356692,3225.494271,1105.697394,2236.577713,2253.453028,2301.142463 +356693,3226.733252,1104.146786,2235.227135,2255.132819,2301.102845 +356694,3228.182119,1099.674183,2234.023533,2256.971352,2301.395563 +356695,3230.029377,1097.699688,2232.57249,2259.527985,2301.785332 +356696,3232.091997,1095.904646,2230.966888,2262.440512,2302.226222 +356697,3234.161412,1094.163732,2229.354756,2265.285721,2302.690434 +356698,3236.133092,1092.451547,2227.814987,2267.881715,2302.956943 +356699,3237.995569,1090.755891,2226.362914,2270.42635,2303.440923 +356700,3239.758074,1089.072026,2224.985793,2272.579423,2303.944921 +356701,2081.984121,1087.380128,1006.94646,1723.423733,2338.53742 +356702,2147.01145,1219.393179,1037.877277,1778.017923,2365.084005 +356703,2225.904469,1221.545906,1076.309426,1840.471289,2385.372367 +356704,2302.531542,1221.563687,1114.790085,1895.370029,2405.278403 +356705,2366.992688,1221.849497,1148.330828,1935.250456,2423.585791 +356706,2417.922788,1221.260553,1176.049742,1961.059795,2439.33418 +356707,2457.92413,1220.32001,1198.863044,1977.573143,2452.660683 +356708,2489.931565,1219.490179,1217.894965,1988.742226,2464.025855 +356709,2516.142823,1218.551324,1234.019425,1997.010128,2474.122668 +356710,2537.978938,1217.592269,1247.815548,2003.597022,2482.885238 +356711,2556.270711,1216.617429,1259.650482,2009.022145,2490.648666 +356712,2571.676853,1215.633455,1269.833559,2013.598847,2497.568451 +356713,2584.738731,1214.648951,1278.625731,2017.548879,2503.773605 +356714,2595.878499,1213.643479,1286.235841,2021.021304,2509.341961 +356715,2605.445209,1212.662648,1292.843987,2024.133539,2514.34748 +356716,2613.734603,1211.690942,1298.605283,2026.975241,2518.861872 +356717,2620.951282,1210.72964,1303.811456,2029.587223,2522.919 +356718,2627.310346,1209.777518,1308.231088,2032.034304,2526.602864 +356719,2632.985206,1208.836836,1312.143977,2034.363723,2529.98578 +356720,2638.083265,1207.90565,1315.622188,2036.584795,2533.096502 +356721,2642.694968,1206.985547,1318.728035,2038.706816,2535.966015 +356722,2646.894992,1206.074257,1321.514379,2040.738133,2538.623726 +356723,2651.016786,1205.172872,1324.025792,2042.685765,2541.09605 +356724,2654.553453,1204.27898,1326.299876,2044.555404,2543.406301 +356725,2657.824693,1203.393395,1328.368273,2046.351436,2545.574676 +356726,2660.868242,1202.437705,1330.257682,2048.077279,2547.618727 +356727,2663.712481,1201.678059,1331.990586,2049.735557,2549.553548 +356728,2666.379006,1200.752759,1333.585996,2051.328379,2551.392224 +356729,2668.884687,1199.9009,1335.059944,2052.857396,2553.145928 +356730,2671.243388,1199.039221,1336.426043,2054.324016,2554.824351 +356731,2673.466503,1198.048856,1337.695818,2055.729379,2556.435745 +356732,2675.51254,1197.044313,1338.873068,2056.976147,2557.984477 +356733,2677.358096,1196.031674,1339.963121,2058.016046,2559.477377 +356734,2679.004659,1195.028583,1340.972889,2058.853393,2560.920974 +356735,2680.479036,1194.005792,1341.910127,2059.534384,2562.320469 +356736,2681.793426,1192.974114,1342.781044,2060.077906,2563.679927 +356737,2682.95498,1191.935318,1343.590784,2060.491874,2565.002581 +356738,2683.970858,1190.889465,1344.343839,2060.784517,2566.29113 +356739,2684.821761,1189.836039,1345.031309,2060.939903,2567.519415 +356740,2685.540511,1188.774967,1345.668701,2060.983364,2568.715885 +356741,2686.154973,1187.706392,1346.269217,2060.936838,2569.904487 +356742,2686.658474,1186.629831,1346.829884,2060.794749,2571.073891 +356743,2687.050773,1185.545399,1347.350906,2060.556489,2572.220215 +356744,2687.333929,1184.452646,1347.833607,2060.223425,2573.342449 +356745,2687.510842,1183.351703,1348.279622,2059.797596,2574.440645 +356746,2687.584613,1182.317127,1348.690616,2059.281113,2575.515227 +356747,2687.558101,1181.087052,1349.068151,2058.675878,2576.566651 +356748,2687.433939,1180.015728,1349.413671,2057.983562,2577.595347 +356749,2687.214441,1178.793158,1349.728494,2057.205611,2578.601663 +356750,2686.901746,1177.760627,1350.013839,2056.343327,2579.585904 +356751,2686.497819,1176.552158,1350.270825,2055.397878,2580.5483 +356752,2686.00456,1175.402282,1350.500488,2054.37035,2581.489056 +356753,2685.423619,1174.231609,1350.70379,2053.261745,2582.408319 +356754,2684.756517,1173.051753,1350.881632,2052.073018,2583.306232 +356755,2684.00473,1171.863157,1351.034852,2050.805061,2584.182893 +356756,2683.16961,1169.006309,1351.164232,2049.45871,2585.038373 +356757,2682.355797,1167.555587,1351.202278,2048.311975,2585.87275 +356758,2681.535059,1166.216537,1351.17495,2047.256509,2586.686217 +356759,2680.656637,1164.897606,1351.117341,2046.136032,2587.478873 +356760,2679.691985,1163.586846,1351.047873,2044.874401,2588.250759 +356761,0,0,0,0,0 +356762,0,0,0,0,0 +356763,0,0,0,0,0 +356764,0,0,0,0,0 +356765,0,0,0,0,0 +356766,0,0,0,0,0 +356767,0,0,0,0,0 +356768,0,0,0,0,0 +356769,0,0,0,0,0 +356770,0,0,0,0,0 +356771,0,0,0,0,0 +356772,0,0,0,0,0 +356773,0,0,0,0,0 +356774,0,0,0,0,0 +356775,0,0,0,0,0 +356776,0,0,0,0,0 +356777,0,0,0,0,0 +356778,0,0,0,0,0 +356779,0,0,0,0,0 +356780,0,0,0,0,0 +356781,0,0,0,0,0 +356782,0,0,0,0,0 +356783,0,0,0,0,0 +356784,0,0,0,0,0 +356785,0,0,0,0,0 +356786,0,0,0,0,0 +356787,0,0,0,0,0 +356788,0,0,0,0,0 +356789,0,0,0,0,0 +356790,0,0,0,0,0 +356791,0,0,0,0,0 +356792,0,0,0,0,0 +356793,0,0,0,0,0 +356794,0,0,0,0,0 +356795,0,0,0,0,0 +356796,0,0,0,0,0 +356797,0,0,0,0,0 +356798,0,0,0,0,0 +356799,0,0,0,0,0 +356800,0,0,0,0,0 +356801,0,0,0,0,0 +356802,0,0,0,0,0 +356803,0,0,0,0,0 +356804,0,0,0,0,0 +356805,0,0,0,0,0 +356806,0,0,0,0,0 +356807,0,0,0,0,0 +356808,0,0,0,0,0 +356809,0,0,0,0,0 +356810,0,0,0,0,0 +356811,0,0,0,0,0 +356812,0,0,0,0,0 +356813,0,0,0,0,0 +356814,0,0,0,0,0 +356815,0,0,0,0,0 +356816,0,0,0,0,0 +356817,0,0,0,0,0 +356818,0,0,0,0,0 +356819,0,0,0,0,0 +356820,0,0,0,0,0 +356821,0,0,0,0,0 +356822,0,0,0,0,0 +356823,0,0,0,0,0 +356824,0,0,0,0,0 +356825,0,0,0,0,0 +356826,0,0,0,0,0 +356827,0,0,0,0,0 +356828,0,0,0,0,0 +356829,0,0,0,0,0 +356830,0,0,0,0,0 +356831,0,0,0,0,0 +356832,0,0,0,0,0 +356833,0,0,0,0,0 +356834,0,0,0,0,0 +356835,0,0,0,0,0 +356836,0,0,0,0,0 +356837,0,0,0,0,0 +356838,0,0,0,0,0 +356839,0,0,0,0,0 +356840,0,0,0,0,0 +356841,0,0,0,0,0 +356842,0,0,0,0,0 +356843,0,0,0,0,0 +356844,0,0,0,0,0 +356845,0,0,0,0,0 +356846,0,0,0,0,0 +356847,0,0,0,0,0 +356848,0,0,0,0,0 +356849,0,0,0,0,0 +356850,0,0,0,0,0 +356851,0,0,0,0,0 +356852,0,0,0,0,0 +356853,0,0,0,0,0 +356854,0,0,0,0,0 +356855,0,0,0,0,0 +356856,0,0,0,0,0 +356857,0,0,0,0,0 +356858,0,0,0,0,0 +356859,0,0,0,0,0 +356860,0,0,0,0,0 +356861,0,0,0,0,0 +356862,0,0,0,0,0 +356863,0,0,0,0,0 +356864,0,0,0,0,0 +356865,0,0,0,0,0 +356866,0,0,0,0,0 +356867,0,0,0,0,0 +356868,0,0,0,0,0 +356869,0,0,0,0,0 +356870,0,0,0,0,0 +356871,0,0,0,0,0 +356872,0,0,0,0,0 +356873,0,0,0,0,0 +356874,0,0,0,0,0 +356875,0,0,0,0,0 +356876,0,0,0,0,0 +356877,0,0,0,0,0 +356878,0,0,0,0,0 +356879,0,0,0,0,0 +356880,0,0,0,0,0 +356881,0,0,0,0,0 +356882,0,0,0,0,0 +356883,0,0,0,0,0 +356884,0,0,0,0,0 +356885,0,0,0,0,0 +356886,0,0,0,0,0 +356887,0,0,0,0,0 +356888,0,0,0,0,0 +356889,0,0,0,0,0 +356890,0,0,0,0,0 +356891,0,0,0,0,0 +356892,0,0,0,0,0 +356893,0,0,0,0,0 +356894,0,0,0,0,0 +356895,0,0,0,0,0 +356896,0,0,0,0,0 +356897,0,0,0,0,0 +356898,0,0,0,0,0 +356899,0,0,0,0,0 +356900,0,0,0,0,0 +356901,0,0,0,0,0 +356902,0,0,0,0,0 +356903,0,0,0,0,0 +356904,0,0,0,0,0 +356905,0,0,0,0,0 +356906,0,0,0,0,0 +356907,0,0,0,0,0 +356908,0,0,0,0,0 +356909,0,0,0,0,0 +356910,0,0,0,0,0 +356911,0,0,0,0,0 +356912,0,0,0,0,0 +356913,0,0,0,0,0 +356914,0,0,0,0,0 +356915,0,0,0,0,0 +356916,0,0,0,0,0 +356917,0,0,0,0,0 +356918,0,0,0,0,0 +356919,0,0,0,0,0 +356920,0,0,0,0,0 +356921,0,0,0,0,0 +356922,0,0,0,0,0 +356923,0,0,0,0,0 +356924,0,0,0,0,0 +356925,0,0,0,0,0 +356926,0,0,0,0,0 +356927,0,0,0,0,0 +356928,0,0,0,0,0 +356929,0,0,0,0,0 +356930,0,0,0,0,0 +356931,0,0,0,0,0 +356932,0,0,0,0,0 +356933,0,0,0,0,0 +356934,0,0,0,0,0 +356935,0,0,0,0,0 +356936,0,0,0,0,0 +356937,0,0,0,0,0 +356938,0,0,0,0,0 +356939,0,0,0,0,0 +356940,0,0,0,0,0 +356941,0,0,0,0,0 +356942,0,0,0,0,0 +356943,0,0,0,0,0 +356944,0,0,0,0,0 +356945,0,0,0,0,0 +356946,0,0,0,0,0 +356947,0,0,0,0,0 +356948,0,0,0,0,0 +356949,0,0,0,0,0 +356950,0,0,0,0,0 +356951,0,0,0,0,0 +356952,0,0,0,0,0 +356953,0,0,0,0,0 +356954,0,0,0,0,0 +356955,0,0,0,0,0 +356956,0,0,0,0,0 +356957,0,0,0,0,0 +356958,0,0,0,0,0 +356959,0,0,0,0,0 +356960,0,0,0,0,0 +356961,0,0,0,0,0 +356962,0,0,0,0,0 +356963,0,0,0,0,0 +356964,0,0,0,0,0 +356965,0,0,0,0,0 +356966,0,0,0,0,0 +356967,0,0,0,0,0 +356968,0,0,0,0,0 +356969,0,0,0,0,0 +356970,0,0,0,0,0 +356971,0,0,0,0,0 +356972,0,0,0,0,0 +356973,0,0,0,0,0 +356974,0,0,0,0,0 +356975,0,0,0,0,0 +356976,0,0,0,0,0 +356977,0,0,0,0,0 +356978,0,0,0,0,0 +356979,0,0,0,0,0 +356980,0,0,0,0,0 +356981,0,0,0,0,0 +356982,0,0,0,0,0 +356983,0,0,0,0,0 +356984,0,0,0,0,0 +356985,0,0,0,0,0 +356986,0,0,0,0,0 +356987,0,0,0,0,0 +356988,0,0,0,0,0 +356989,0,0,0,0,0 +356990,0,0,0,0,0 +356991,0,0,0,0,0 +356992,0,0,0,0,0 +356993,0,0,0,0,0 +356994,0,0,0,0,0 +356995,0,0,0,0,0 +356996,0,0,0,0,0 +356997,0,0,0,0,0 +356998,0,0,0,0,0 +356999,0,0,0,0,0 +357000,0,0,0,0,0 +357001,0,0,0,0,0 +357002,0,0,0,0,0 +357003,0,0,0,0,0 +357004,0,0,0,0,0 +357005,0,0,0,0,0 +357006,0,0,0,0,0 +357007,0,0,0,0,0 +357008,0,0,0,0,0 +357009,0,0,0,0,0 +357010,0,0,0,0,0 +357011,0,0,0,0,0 +357012,0,0,0,0,0 +357013,0,0,0,0,0 +357014,0,0,0,0,0 +357015,0,0,0,0,0 +357016,0,0,0,0,0 +357017,0,0,0,0,0 +357018,0,0,0,0,0 +357019,0,0,0,0,0 +357020,0,0,0,0,0 +357021,0,0,0,0,0 +357022,0,0,0,0,0 +357023,0,0,0,0,0 +357024,0,0,0,0,0 +357025,0,0,0,0,0 +357026,0,0,0,0,0 +357027,0,0,0,0,0 +357028,0,0,0,0,0 +357029,0,0,0,0,0 +357030,0,0,0,0,0 +357031,0,0,0,0,0 +357032,0,0,0,0,0 +357033,0,0,0,0,0 +357034,0,0,0,0,0 +357035,0,0,0,0,0 +357036,0,0,0,0,0 +357037,0,0,0,0,0 +357038,0,0,0,0,0 +357039,0,0,0,0,0 +357040,0,0,0,0,0 +357041,0,0,0,0,0 +357042,0,0,0,0,0 +357043,0,0,0,0,0 +357044,0,0,0,0,0 +357045,0,0,0,0,0 +357046,0,0,0,0,0 +357047,0,0,0,0,0 +357048,0,0,0,0,0 +357049,0,0,0,0,0 +357050,0,0,0,0,0 +357051,0,0,0,0,0 +357052,0,0,0,0,0 +357053,0,0,0,0,0 +357054,0,0,0,0,0 +357055,0,0,0,0,0 +357056,0,0,0,0,0 +357057,0,0,0,0,0 +357058,0,0,0,0,0 +357059,0,0,0,0,0 +357060,0,0,0,0,0 +357061,0,0,0,0,0 +357062,0,0,0,0,0 +357063,0,0,0,0,0 +357064,0,0,0,0,0 +357065,0,0,0,0,0 +357066,0,0,0,0,0 +357067,0,0,0,0,0 +357068,0,0,0,0,0 +357069,0,0,0,0,0 +357070,0,0,0,0,0 +357071,0,0,0,0,0 +357072,0,0,0,0,0 +357073,0,0,0,0,0 +357074,0,0,0,0,0 +357075,0,0,0,0,0 +357076,0,0,0,0,0 +357077,0,0,0,0,0 +357078,0,0,0,0,0 +357079,0,0,0,0,0 +357080,0,0,0,0,0 +357081,0,0,0,0,0 +357082,0,0,0,0,0 +357083,0,0,0,0,0 +357084,0,0,0,0,0 +357085,0,0,0,0,0 +357086,0,0,0,0,0 +357087,0,0,0,0,0 +357088,0,0,0,0,0 +357089,0,0,0,0,0 +357090,0,0,0,0,0 +357091,0,0,0,0,0 +357092,0,0,0,0,0 +357093,0,0,0,0,0 +357094,0,0,0,0,0 +357095,0,0,0,0,0 +357096,0,0,0,0,0 +357097,0,0,0,0,0 +357098,0,0,0,0,0 +357099,0,0,0,0,0 +357100,0,0,0,0,0 +357101,0,0,0,0,0 +357102,0,0,0,0,0 +357103,0,0,0,0,0 +357104,0,0,0,0,0 +357105,0,0,0,0,0 +357106,0,0,0,0,0 +357107,0,0,0,0,0 +357108,0,0,0,0,0 +357109,0,0,0,0,0 +357110,0,0,0,0,0 +357111,0,0,0,0,0 +357112,0,0,0,0,0 +357113,0,0,0,0,0 +357114,0,0,0,0,0 +357115,0,0,0,0,0 +357116,0,0,0,0,0 +357117,0,0,0,0,0 +357118,0,0,0,0,0 +357119,0,0,0,0,0 +357120,0,0,0,0,0 +357121,0,0,0,0,0 +357122,0,0,0,0,0 +357123,0,0,0,0,0 +357124,0,0,0,0,0 +357125,0,0,0,0,0 +357126,0,0,0,0,0 +357127,0,0,0,0,0 +357128,0,0,0,0,0 +357129,0,0,0,0,0 +357130,0,0,0,0,0 +357131,0,0,0,0,0 +357132,0,0,0,0,0 +357133,0,0,0,0,0 +357134,0,0,0,0,0 +357135,0,0,0,0,0 +357136,0,0,0,0,0 +357137,0,0,0,0,0 +357138,0,0,0,0,0 +357139,0,0,0,0,0 +357140,0,0,0,0,0 +357141,0,0,0,0,0 +357142,0,0,0,0,0 +357143,0,0,0,0,0 +357144,0,0,0,0,0 +357145,0,0,0,0,0 +357146,0,0,0,0,0 +357147,0,0,0,0,0 +357148,0,0,0,0,0 +357149,0,0,0,0,0 +357150,0,0,0,0,0 +357151,0,0,0,0,0 +357152,0,0,0,0,0 +357153,0,0,0,0,0 +357154,0,0,0,0,0 +357155,0,0,0,0,0 +357156,0,0,0,0,0 +357157,0,0,0,0,0 +357158,0,0,0,0,0 +357159,0,0,0,0,0 +357160,0,0,0,0,0 +357161,0,0,0,0,0 +357162,0,0,0,0,0 +357163,0,0,0,0,0 +357164,0,0,0,0,0 +357165,0,0,0,0,0 +357166,0,0,0,0,0 +357167,0,0,0,0,0 +357168,0,0,0,0,0 +357169,0,0,0,0,0 +357170,0,0,0,0,0 +357171,0,0,0,0,0 +357172,0,0,0,0,0 +357173,0,0,0,0,0 +357174,0,0,0,0,0 +357175,0,0,0,0,0 +357176,0,0,0,0,0 +357177,0,0,0,0,0 +357178,0,0,0,0,0 +357179,0,0,0,0,0 +357180,0,0,0,0,0 +357181,0,0,0,0,0 +357182,0,0,0,0,0 +357183,0,0,0,0,0 +357184,0,0,0,0,0 +357185,0,0,0,0,0 +357186,0,0,0,0,0 +357187,0,0,0,0,0 +357188,0,0,0,0,0 +357189,0,0,0,0,0 +357190,0,0,0,0,0 +357191,0,0,0,0,0 +357192,0,0,0,0,0 +357193,0,0,0,0,0 +357194,0,0,0,0,0 +357195,0,0,0,0,0 +357196,0,0,0,0,0 +357197,0,0,0,0,0 +357198,0,0,0,0,0 +357199,0,0,0,0,0 +357200,0,0,0,0,0 +357201,0,0,0,0,0 +357202,0,0,0,0,0 +357203,0,0,0,0,0 +357204,0,0,0,0,0 +357205,0,0,0,0,0 +357206,0,0,0,0,0 +357207,0,0,0,0,0 +357208,0,0,0,0,0 +357209,0,0,0,0,0 +357210,0,0,0,0,0 +357211,0,0,0,0,0 +357212,0,0,0,0,0 +357213,0,0,0,0,0 +357214,0,0,0,0,0 +357215,0,0,0,0,0 +357216,0,0,0,0,0 +357217,0,0,0,0,0 +357218,0,0,0,0,0 +357219,0,0,0,0,0 +357220,0,0,0,0,0 +357221,0,0,0,0,0 +357222,0,0,0,0,0 +357223,0,0,0,0,0 +357224,0,0,0,0,0 +357225,0,0,0,0,0 +357226,0,0,0,0,0 +357227,0,0,0,0,0 +357228,0,0,0,0,0 +357229,0,0,0,0,0 +357230,0,0,0,0,0 +357231,0,0,0,0,0 +357232,0,0,0,0,0 +357233,0,0,0,0,0 +357234,0,0,0,0,0 +357235,0,0,0,0,0 +357236,0,0,0,0,0 +357237,0,0,0,0,0 +357238,0,0,0,0,0 +357239,0,0,0,0,0 +357240,0,0,0,0,0 +357241,0,0,0,0,0 +357242,0,0,0,0,0 +357243,0,0,0,0,0 +357244,0,0,0,0,0 +357245,0,0,0,0,0 +357246,0,0,0,0,0 +357247,0,0,0,0,0 +357248,0,0,0,0,0 +357249,0,0,0,0,0 +357250,0,0,0,0,0 +357251,0,0,0,0,0 +357252,0,0,0,0,0 +357253,0,0,0,0,0 +357254,0,0,0,0,0 +357255,0,0,0,0,0 +357256,0,0,0,0,0 +357257,0,0,0,0,0 +357258,0,0,0,0,0 +357259,0,0,0,0,0 +357260,0,0,0,0,0 +357261,0,0,0,0,0 +357262,0,0,0,0,0 +357263,0,0,0,0,0 +357264,0,0,0,0,0 +357265,0,0,0,0,0 +357266,0,0,0,0,0 +357267,0,0,0,0,0 +357268,0,0,0,0,0 +357269,0,0,0,0,0 +357270,0,0,0,0,0 +357271,0,0,0,0,0 +357272,0,0,0,0,0 +357273,0,0,0,0,0 +357274,0,0,0,0,0 +357275,0,0,0,0,0 +357276,0,0,0,0,0 +357277,0,0,0,0,0 +357278,0,0,0,0,0 +357279,0,0,0,0,0 +357280,0,0,0,0,0 +357281,0,0,0,0,0 +357282,0,0,0,0,0 +357283,0,0,0,0,0 +357284,0,0,0,0,0 +357285,0,0,0,0,0 +357286,0,0,0,0,0 +357287,0,0,0,0,0 +357288,0,0,0,0,0 +357289,0,0,0,0,0 +357290,0,0,0,0,0 +357291,0,0,0,0,0 +357292,0,0,0,0,0 +357293,0,0,0,0,0 +357294,0,0,0,0,0 +357295,0,0,0,0,0 +357296,0,0,0,0,0 +357297,0,0,0,0,0 +357298,0,0,0,0,0 +357299,0,0,0,0,0 +357300,0,0,0,0,0 +357301,0,0,0,0,0 +357302,0,0,0,0,0 +357303,0,0,0,0,0 +357304,0,0,0,0,0 +357305,0,0,0,0,0 +357306,0,0,0,0,0 +357307,0,0,0,0,0 +357308,0,0,0,0,0 +357309,0,0,0,0,0 +357310,0,0,0,0,0 +357311,0,0,0,0,0 +357312,0,0,0,0,0 +357313,0,0,0,0,0 +357314,0,0,0,0,0 +357315,0,0,0,0,0 +357316,0,0,0,0,0 +357317,0,0,0,0,0 +357318,0,0,0,0,0 +357319,0,0,0,0,0 +357320,0,0,0,0,0 +357321,0,0,0,0,0 +357322,0,0,0,0,0 +357323,0,0,0,0,0 +357324,0,0,0,0,0 +357325,0,0,0,0,0 +357326,0,0,0,0,0 +357327,0,0,0,0,0 +357328,0,0,0,0,0 +357329,0,0,0,0,0 +357330,0,0,0,0,0 +357331,0,0,0,0,0 +357332,0,0,0,0,0 +357333,0,0,0,0,0 +357334,0,0,0,0,0 +357335,0,0,0,0,0 +357336,0,0,0,0,0 +357337,0,0,0,0,0 +357338,0,0,0,0,0 +357339,0,0,0,0,0 +357340,0,0,0,0,0 +357341,0,0,0,0,0 +357342,0,0,0,0,0 +357343,0,0,0,0,0 +357344,0,0,0,0,0 +357345,0,0,0,0,0 +357346,0,0,0,0,0 +357347,0,0,0,0,0 +357348,0,0,0,0,0 +357349,0,0,0,0,0 +357350,0,0,0,0,0 +357351,0,0,0,0,0 +357352,0,0,0,0,0 +357353,0,0,0,0,0 +357354,0,0,0,0,0 +357355,0,0,0,0,0 +357356,0,0,0,0,0 +357357,0,0,0,0,0 +357358,0,0,0,0,0 +357359,0,0,0,0,0 +357360,0,0,0,0,0 +357361,0,0,0,0,0 +357362,0,0,0,0,0 +357363,0,0,0,0,0 +357364,0,0,0,0,0 +357365,0,0,0,0,0 +357366,0,0,0,0,0 +357367,0,0,0,0,0 +357368,0,0,0,0,0 +357369,0,0,0,0,0 +357370,0,0,0,0,0 +357371,0,0,0,0,0 +357372,0,0,0,0,0 +357373,0,0,0,0,0 +357374,0,0,0,0,0 +357375,0,0,0,0,0 +357376,0,0,0,0,0 +357377,0,0,0,0,0 +357378,0,0,0,0,0 +357379,0,0,0,0,0 +357380,0,0,0,0,0 +357381,0,0,0,0,0 +357382,0,0,0,0,0 +357383,0,0,0,0,0 +357384,0,0,0,0,0 +357385,0,0,0,0,0 +357386,0,0,0,0,0 +357387,0,0,0,0,0 +357388,0,0,0,0,0 +357389,0,0,0,0,0 +357390,0,0,0,0,0 +357391,0,0,0,0,0 +357392,0,0,0,0,0 +357393,0,0,0,0,0 +357394,0,0,0,0,0 +357395,0,0,0,0,0 +357396,0,0,0,0,0 +357397,0,0,0,0,0 +357398,0,0,0,0,0 +357399,0,0,0,0,0 +357400,0,0,0,0,0 +357401,0,0,0,0,0 +357402,0,0,0,0,0 +357403,0,0,0,0,0 +357404,0,0,0,0,0 +357405,0,0,0,0,0 +357406,0,0,0,0,0 +357407,0,0,0,0,0 +357408,0,0,0,0,0 +357409,0,0,0,0,0 +357410,0,0,0,0,0 +357411,0,0,0,0,0 +357412,0,0,0,0,0 +357413,0,0,0,0,0 +357414,0,0,0,0,0 +357415,0,0,0,0,0 +357416,0,0,0,0,0 +357417,0,0,0,0,0 +357418,0,0,0,0,0 +357419,0,0,0,0,0 +357420,0,0,0,0,0 +357421,0,0,0,0,0 +357422,0,0,0,0,0 +357423,0,0,0,0,0 +357424,0,0,0,0,0 +357425,0,0,0,0,0 +357426,0,0,0,0,0 +357427,0,0,0,0,0 +357428,0,0,0,0,0 +357429,0,0,0,0,0 +357430,0,0,0,0,0 +357431,0,0,0,0,0 +357432,0,0,0,0,0 +357433,0,0,0,0,0 +357434,0,0,0,0,0 +357435,0,0,0,0,0 +357436,0,0,0,0,0 +357437,0,0,0,0,0 +357438,0,0,0,0,0 +357439,0,0,0,0,0 +357440,0,0,0,0,0 +357441,0,0,0,0,0 +357442,0,0,0,0,0 +357443,0,0,0,0,0 +357444,0,0,0,0,0 +357445,0,0,0,0,0 +357446,0,0,0,0,0 +357447,0,0,0,0,0 +357448,0,0,0,0,0 +357449,0,0,0,0,0 +357450,0,0,0,0,0 +357451,0,0,0,0,0 +357452,0,0,0,0,0 +357453,0,0,0,0,0 +357454,0,0,0,0,0 +357455,0,0,0,0,0 +357456,0,0,0,0,0 +357457,0,0,0,0,0 +357458,0,0,0,0,0 +357459,0,0,0,0,0 +357460,0,0,0,0,0 +357461,0,0,0,0,0 +357462,0,0,0,0,0 +357463,0,0,0,0,0 +357464,0,0,0,0,0 +357465,0,0,0,0,0 +357466,0,0,0,0,0 +357467,0,0,0,0,0 +357468,0,0,0,0,0 +357469,0,0,0,0,0 +357470,0,0,0,0,0 +357471,0,0,0,0,0 +357472,0,0,0,0,0 +357473,0,0,0,0,0 +357474,0,0,0,0,0 +357475,0,0,0,0,0 +357476,0,0,0,0,0 +357477,0,0,0,0,0 +357478,0,0,0,0,0 +357479,0,0,0,0,0 +357480,0,0,0,0,0 +357481,0,0,0,0,0 +357482,0,0,0,0,0 +357483,0,0,0,0,0 +357484,0,0,0,0,0 +357485,0,0,0,0,0 +357486,0,0,0,0,0 +357487,0,0,0,0,0 +357488,0,0,0,0,0 +357489,0,0,0,0,0 +357490,0,0,0,0,0 +357491,0,0,0,0,0 +357492,0,0,0,0,0 +357493,0,0,0,0,0 +357494,0,0,0,0,0 +357495,0,0,0,0,0 +357496,0,0,0,0,0 +357497,0,0,0,0,0 +357498,0,0,0,0,0 +357499,0,0,0,0,0 +357500,0,0,0,0,0 +357501,0,0,0,0,0 +357502,0,0,0,0,0 +357503,0,0,0,0,0 +357504,0,0,0,0,0 +357505,0,0,0,0,0 +357506,0,0,0,0,0 +357507,0,0,0,0,0 +357508,0,0,0,0,0 +357509,0,0,0,0,0 +357510,0,0,0,0,0 +357511,0,0,0,0,0 +357512,0,0,0,0,0 +357513,0,0,0,0,0 +357514,0,0,0,0,0 +357515,0,0,0,0,0 +357516,0,0,0,0,0 +357517,0,0,0,0,0 +357518,0,0,0,0,0 +357519,0,0,0,0,0 +357520,0,0,0,0,0 +357521,0,0,0,0,0 +357522,0,0,0,0,0 +357523,0,0,0,0,0 +357524,0,0,0,0,0 +357525,0,0,0,0,0 +357526,0,0,0,0,0 +357527,0,0,0,0,0 +357528,0,0,0,0,0 +357529,0,0,0,0,0 +357530,0,0,0,0,0 +357531,0,0,0,0,0 +357532,0,0,0,0,0 +357533,0,0,0,0,0 +357534,0,0,0,0,0 +357535,0,0,0,0,0 +357536,0,0,0,0,0 +357537,0,0,0,0,0 +357538,0,0,0,0,0 +357539,0,0,0,0,0 +357540,0,0,0,0,0 +357541,-48.26100778,73.59696022,92.95972257,-20.39557891,-250.233742 +357542,393.1157156,275.0915043,534.9964522,180.291962,554.4390829 +357543,386.6835934,271.9217686,527.770088,177.2405719,546.7189277 +357544,375.8493426,266.7023345,515.9958406,172.1456306,530.8067938 +357545,364.7257207,261.7882879,504.340329,166.9889596,513.2240758 +357546,355.0234946,258.015997,494.5960575,162.5745275,497.0246646 +357547,346.9506621,255.3800334,486.8855242,158.9764266,482.8606342 +357548,340.2089153,253.6351499,480.8122488,156.0298182,470.4741233 +357549,334.4865008,252.5619795,475.9931164,153.5700694,459.484521 +357550,329.5671179,252.0151311,472.1688277,151.4863501,449.6233577 +357551,325.3099231,251.8983989,469.1654859,149.7063065,440.7161742 +357552,321.6246031,252.1481261,466.8691929,148.1849804,432.6665101 +357553,318.4417511,252.7131225,465.1869996,146.8868626,425.3968836 +357554,315.6836685,253.5434278,464.0240537,145.7752683,418.8109799 +357555,313.3000406,254.6028293,463.311922,144.8250956,412.8468032 +357556,311.2406143,255.8585713,462.9865949,144.0151043,407.4383801 +357557,309.4620555,257.2833459,462.9935085,143.3227854,402.5268018 +357558,307.9279963,258.8545983,463.2866129,142.7309841,398.0603648 +357559,306.6077567,260.5535827,463.8267923,142.228895,393.9932984 +357560,305.4793866,262.3646816,464.5807554,141.8029192,390.2850469 +357561,304.5160615,264.2748876,465.5201888,141.4453318,386.8997881 +357562,303.6953699,266.2690399,466.6148557,141.1452407,383.8055364 +357563,303.006607,268.3395527,467.8461802,140.8982009,380.9738871 +357564,302.4332805,270.4809669,469.1995239,140.6969273,378.3798111 +357565,301.9631334,272.6878764,470.6610905,140.5389428,376.000806 +357566,301.714714,275.1136622,472.4595392,140.4694703,373.816963 +357567,301.6369627,277.6962104,474.499113,140.4674725,371.8115289 +357568,301.6563617,280.3542689,476.651938,140.5030666,369.9690439 +357569,301.7383309,283.0452262,478.8484085,140.5636536,368.2753546 +357570,301.8658751,285.7567117,481.0655115,140.642199,366.717948 +357571,302.0397676,329.4595819,483.2999366,140.740031,365.2857421 +357572,302.2510214,398.5935571,485.5150692,140.852787,363.9687832 +357573,302.49889,384.2686809,487.6837025,140.9807764,362.7582706 +357574,302.7774706,400.4118043,489.8047072,141.1210916,361.6464107 +357575,303.0888152,415.0330615,491.8780731,141.2753688,360.6259462 +357576,303.4284799,426.7059196,493.9129632,141.4413518,359.6904668 +357577,303.7990809,438.2629844,495.9103959,141.6208723,358.8340431 +357578,304.1962583,449.5003366,497.8761248,141.8116422,358.0513138 +357579,304.6227812,460.8733808,499.8113737,142.0154988,357.3375376 +357580,305.0743809,471.8641526,501.7207639,142.2301461,356.6883215 +357581,305.553914,483.0640258,503.6043247,142.4574215,356.0997464 +357582,306.0571638,493.9402735,505.4657267,142.695022,355.5681091 +357583,306.587081,504.8258728,507.3043874,142.9448017,355.0901752 +357584,307.1395187,515.4781266,509.1234896,143.2044689,354.6628489 +357585,307.7174295,526.3595101,510.922003,143.47586,354.2833148 +357586,308.3166524,536.8877344,512.6989917,143.7566622,353.9488414 +357587,308.9402353,547.338897,514.4614146,144.0487418,353.6571206 +357588,309.5840131,558.1573557,516.2048249,144.3497736,353.4057296 +357589,310.2511076,568.1083663,517.9287058,144.6616474,353.1927627 +357590,310.9374164,578.8190816,519.6358849,144.9820585,353.016168 +357591,311.6459852,588.8187488,521.3260975,145.3128546,352.8741179 +357592,312.3727943,599.4803947,522.999626,145.6517628,352.7649205 +357593,313.1208891,609.2668984,524.6569192,146.0006247,352.6869224 +357594,313.8863167,619.3799667,526.2983246,146.3571936,352.6387253 +357595,314.672184,629.681287,527.9239096,146.7233346,352.6189292 +357596,315.4744605,639.5593899,529.5335619,147.0967626,352.6261361 +357597,316.2963411,649.3557795,531.1272176,147.4793791,352.659221 +357598,317.1338367,659.7489599,532.7047102,147.8689157,352.7169781 +357599,317.9901339,672.8765207,534.2659131,148.2672676,352.7983604 +357600,318.8612871,685.9666485,535.8106687,148.6721847,352.9023384 +357601,319.7454161,1129.336259,537.3337439,149.0832569,353.0187285 +357602,339.4600143,1156.065137,556.9365507,158.2168263,388.0196291 +357603,369.0277755,1179.084137,586.0070283,171.7850412,442.1917764 +357604,399.1288783,1200.100835,799.7808527,185.4102289,498.9210878 +357605,425.779398,1220.115966,1728.045123,197.2716845,550.7407393 +357606,448.5124088,1239.058899,1135.956711,207.2151379,596.3254117 +357607,468.0246533,1258.606323,1344.935561,215.6203098,636.5409661 +357608,485.0703145,1276.680131,1367.95123,222.8756172,672.4688161 +357609,500.1787748,1294.907143,1387.274053,229.2495161,704.873142 +357610,513.6936014,1312.66372,1405.979451,234.9143103,734.2434216 +357611,525.8598164,1330.231506,1423.675286,239.9909909,760.9312422 +357612,536.8750994,1347.527218,1440.725461,244.5753227,785.2304539 +357613,546.9093895,1364.781945,1457.533972,248.7479983,807.4059453 +357614,556.1094964,1381.732922,1473.63955,252.5773352,827.6977394 +357615,564.5999409,1398.513721,1489.535201,256.1200838,846.3190668 +357616,572.4878358,1415.326602,1504.718206,259.424029,863.4621376 +357617,579.8613228,1431.654655,1519.560931,262.5276159,879.2925973 +357618,586.7946541,1448.16124,1534.389644,265.4625307,893.9565353 +357619,593.350514,1464.331261,1548.388277,268.2549583,907.582952 +357620,599.5812643,1480.422935,1562.179923,270.9262928,920.2846707 +357621,605.5319869,1496.306567,1575.648648,273.4946205,932.1628407 +357622,611.238398,1512.265063,1588.748362,275.9738394,943.3023611 +357623,616.7327439,1527.742622,1601.705238,278.3763843,953.7820129 +357624,622.0413993,1543.432649,1614.045387,280.7121614,963.669655 +357625,627.1867518,1558.792152,1626.380941,282.98942,973.0253389 +357626,632.1877323,1574.085602,1638.187238,285.2149991,981.9020474 +357627,637.0603891,1589.17783,1649.948455,287.3945874,990.3465961 +357628,703.020757,1604.313258,1661.159909,289.5328888,998.4002206 +357629,845.7263431,1619.24088,1672.211912,309.5507253,1002.080847 +357630,776.7778145,1633.868625,1683.119147,375.9569886,1003.612879 +357631,821.0724173,1647.985179,1693.179152,353.438618,1004.999909 +357632,838.4822089,1661.580229,1703.247504,369.4537844,1006.289154 +357633,855.1675958,1677.929235,1712.790697,379.2476434,1007.492444 +357634,871.2079682,1694.787369,1722.344883,387.5404469,1008.60969 +357635,887.3439046,1703.507295,1731.361632,395.7049297,1009.639665 +357636,902.7283455,1724.279066,1748.737199,403.559871,1010.582933 +357637,918.3154745,1728.122208,1744.397665,411.469716,1011.441393 +357638,933.2334482,1717.050082,1772.625455,418.9678347,1012.217328 +357639,948.1415783,1766.978068,1752.763903,426.6409148,1012.910595 +357640,962.4500522,1761.151157,1766.436507,433.9551232,1013.526836 +357641,977.1936869,1777.085986,1788.35668,441.1710809,1014.065902 +357642,991.0331411,1789.42312,1786.74088,448.4115643,1014.532754 +357643,1004.993218,1801.17015,1796.488417,455.3661232,1014.926533 +357644,1018.649648,1813.107268,1803.595738,462.305613,1015.249268 +357645,1031.929193,1824.53623,1810.677974,468.9646286,1015.503396 +357646,1045.746745,1836.220327,1817.504612,475.8453303,1015.691072 +357647,1058.266554,1847.596886,1824.164845,482.3478679,1015.814129 +357648,1071.175499,1858.722064,1830.717241,488.840095,1015.874166 +357649,1084.218298,1869.880643,1836.921401,495.2388986,1015.872675 +357650,1096.571162,1880.827827,1843.050288,501.4215367,1015.811085 +357651,1108.985269,1891.666758,1849.198724,507.8092746,1015.690892 +357652,1120.938237,1902.458796,1854.863476,513.9527754,1015.513411 +357653,1133.41812,1912.906264,1860.598446,519.6842828,1015.280045 +357654,1145.101892,1923.33696,1866.180857,525.9303172,1014.991994 +357655,1156.901582,1933.864764,1871.371167,531.6774319,1014.650631 +357656,1168.508461,1943.872786,1876.769779,537.3385039,1014.257087 +357657,1179.642388,1954.031764,1881.800546,543.2956833,1163.762645 +357658,1191.529005,1963.977647,1886.844223,548.9757068,1196.336442 +357659,1202.452592,1973.814762,1891.562112,554.302998,1164.97392 +357660,1213.587854,1983.529486,1896.311548,559.9319065,1193.923015 +357661,1432.401549,2066.420159,2122.800762,650.7837617,1607.398148 +357662,1902.159254,2311.128398,2529.87983,864.1584058,2441.880464 +357663,1347.15602,2047.237861,2069.017044,613.5157944,1418.228202 +357664,1930.556684,2333.150678,2489.317081,877.5014717,2485.986073 +357665,1382.241117,2047.931756,2146.381872,631.0043776,1457.040292 +357666,1956.658764,2371.297101,2447.986459,889.8770398,2509.145747 +357667,1401.673747,2059.681509,2205.063391,640.8723521,1474.668541 +357668,2000.92147,2393.980957,2409.851929,903.2332017,2544.232932 +357669,1398.53027,2081.168023,2221.765706,651.6250495,1479.897663 +357670,2019.346397,2414.507652,2386.748916,914.3312195,2577.871188 +357671,1613.451627,2171.53107,2381.068435,740.3195256,1798.578382 +357672,1775.10944,2318.367382,2372.605978,810.7501318,2115.591171 +357673,1760.383923,2269.500217,2363.879672,805.4428301,2065.140587 +357674,1770.455723,2293.59002,2358.460171,810.1651693,2075.610553 +357675,1781.240576,2300.024003,2352.765171,815.3860284,2084.54082 +357676,1791.654571,2308.251185,2349.707218,820.5021487,2093.418289 +357677,1802.05137,2316.52616,2349.838423,825.5220348,2102.052733 +357678,1812.323653,2324.899794,2348.132095,830.5877167,2110.543401 +357679,1822.482512,2333.046157,2349.281246,835.5420855,2118.945306 +357680,1832.453002,2340.944577,2349.964901,840.3400986,2126.919814 +357681,1842.634962,2348.725339,2348.813061,845.2701222,2135.206666 +357682,1852.280252,2356.67792,2348.62699,850.0187887,2142.873882 +357683,1862.117781,2371.420273,2348.978278,854.7611628,2163.773436 +357684,1871.671389,2361.748032,2349.544108,859.4446108,2142.449809 +357685,1881.376368,2390.447344,2349.961847,864.082071,2169.047705 +357686,1894.642001,2383.456223,2352.420539,868.6274311,2174.046756 +357687,1901.849232,2394.668155,2353.738317,873.1807256,2179.598365 +357688,1914.494242,2401.817087,2354.604621,877.7366912,2187.442013 +357689,1920.990677,2408.286359,2353.574648,882.0197453,2194.2025 +357690,1934.272306,2415.314445,2353.405254,886.5088744,2201.279321 +357691,1936.52827,2422.090242,2355.302778,890.6027989,2208.034505 +357692,1921.854911,2428.992659,2354.690898,894.669487,2214.55629 +357693,1968.052489,2435.821681,2354.699305,898.5102026,2221.172041 +357694,1958.251544,2442.39759,2354.842116,902.6713903,2229.207419 +357695,1970.386393,2449.106954,2355.038289,906.4775466,2245.555796 +357696,1978.779464,2455.435595,2357.01561,910.256287,2221.444222 +357697,1986.937132,2461.897676,2356.299663,914.1090053,2254.165649 +357698,1995.02552,2468.407885,2357.833631,917.9475524,2251.310469 +357699,2002.993507,2474.445334,2358.538347,921.5230354,2258.108635 +357700,2010.809427,2480.640456,2358.905687,925.3077416,2264.280883 +357701,2018.942516,2486.611078,2357.370574,929.0032531,2276.580088 +357702,2026.5314,2492.538443,2358.448443,932.3710282,2271.212771 +357703,2034.366529,2498.503865,2358.910523,936.142562,2278.247445 +357704,2042.03565,2510.997306,2359.294993,939.6353089,2289.733834 +357705,2049.75627,2500.704716,2357.647671,943.0255596,2296.977028 +357706,2057.053691,2525.090469,2356.899351,946.5819935,2301.337006 +357707,2064.816965,2518.854958,2356.7476,949.9746608,2289.854002 +357708,2072.173405,2527.156624,2358.355294,953.3849666,2316.273724 +357709,2079.676547,2532.620286,2358.952236,956.7317179,2312.058078 +357710,2086.829803,2537.30257,2357.49407,959.997322,2322.14456 +357711,2094.171351,2542.314593,2356.820683,963.3827602,2333.173684 +357712,2101.358897,2547.762247,2356.493367,966.5416551,2316.165011 +357713,2108.621786,2552.495692,2356.666318,969.8240849,2348.755586 +357714,2115.439111,2557.254915,2357.154264,973.0031213,2333.745333 +357715,2122.74136,2562.167915,2357.688457,976.2449171,2345.658021 +357716,2129.645473,2566.855939,2358.35546,979.3007021,2349.320343 +357717,2136.618064,2577.77825,2359.307079,982.5276823,2353.927398 +357718,2143.536105,2567.665914,2360.128283,985.5776276,2358.606536 +357719,2150.539961,2589.603805,2360.927283,988.6761255,2369.316744 +357720,2157.230955,2582.735092,2361.968548,991.6632983,2358.297399 +357721,2170.742014,2591.734184,2362.195964,997.5137158,2393.658898 +357722,2179.464387,2598.091657,2364.797527,1001.387972,2386.256793 +357723,2187.49233,2602.522707,2365.007594,1004.871894,2396.522874 +357724,2195.814923,2606.116448,2365.749148,1008.323342,2401.506301 +357725,2203.457601,2610.737323,2366.605137,1011.703792,2406.974816 +357726,2211.389948,2615.092092,2367.457794,1015.034047,2412.18689 +357727,2219.135213,2619.072193,2368.265423,1018.32468,2417.19761 +357728,2226.847951,2622.782297,2369.009951,1021.582586,2422.467161 +357729,2234.519098,2626.937432,2369.697311,1024.812615,2427.411827 +357730,2242.27311,2630.603852,2370.329033,1028.014161,2432.148308 +357731,2249.685814,2634.34812,2370.899374,1031.193604,2437.238916 +357732,2257.341388,2637.88682,2371.410447,1034.349322,2441.816472 +357733,2264.734929,2641.445503,2371.967333,1037.483203,2452.432572 +357734,2272.425269,2645.3174,2374.082325,1040.595553,2448.927157 +357735,2279.81243,2647.648182,2373.322154,1043.690551,2456.017735 +357736,2287.281374,2657.825343,2373.261913,1046.763195,2461.109076 +357737,2300.644466,2647.089607,2373.294515,1049.818934,2464.903406 +357738,2300.964582,2665.267142,2373.332358,1052.79964,2469.63029 +357739,2323.956848,2654.08335,2373.620898,1055.90457,2479.071583 +357740,2303.009937,2665.951972,2373.488554,1062.224557,2476.00415 +357741,2322.620375,2651.17927,2375.034851,1065.847957,2482.891407 +357742,2338.819314,2669.927445,2377.715731,1069.005268,2493.206312 +357743,2338.994754,2655.28265,2380.16739,1072.206836,2489.656435 +357744,2348.072498,2674.14718,2382.20429,1075.312413,2494.8755 +357745,2355.342907,2659.54714,2384.094503,1078.38968,2505.173574 +357746,2362.535395,2678.305882,2385.920934,1081.437987,2502.481461 +357747,2369.697023,2663.564346,2387.625799,1084.401765,2506.543638 +357748,2376.832195,2681.9572,2389.121442,1087.490186,2515.369922 +357749,2383.942573,2667.689858,2392.241411,1090.425492,2515.230727 +357750,2391.022492,2685.19052,2394.442355,1093.394765,2521.917116 +357751,2397.927689,2669.926855,2394.284444,1096.253058,2523.708495 +357752,2404.451677,2687.059717,2396.489085,1099.074389,2523.223888 +357753,2411.198296,2670.691206,2395.989523,1101.874652,2520.025818 +357754,2417.807878,2687.330102,2397.440116,1104.645771,2516.96753 +357755,2424.380636,2670.9032,2396.164185,1107.399664,2510.946207 +357756,2431.059062,2686.690462,2395.300642,1110.128396,2505.825793 +357757,2437.232985,2671.329502,2396.139406,1114.464498,2503.150598 +357758,2444.005867,2685.67468,2394.452995,1116.592218,2497.660416 +357759,2450.906307,2669.900103,2393.295018,1119.903746,2493.065572 +357760,2471.959427,2684.52601,2392.331425,1122.098418,2488.909769 +357761,2439.644365,2675.928871,2391.64352,1125.728052,2485.268312 +357762,2481.049685,2675.238439,2390.954775,1127.344285,2481.782767 +357763,2473.31487,2675.607632,2392.008214,1131.119511,2480.368326 +357764,2482.064839,2673.581745,2390.310429,1133.354941,2475.930852 +357765,2488.398689,2672.719759,2389.163098,1136.498952,2472.281987 +357766,2494.768722,2671.252654,2388.202347,1138.581876,2468.940758 +357767,2500.637085,2670.6688,2389.030754,1120.7047,2468.089497 +357768,2507.141418,2668.586822,2388.975423,1152.219059,2466.008572 +357769,2513.188639,2667.051878,2388.505669,1141.071301,2463.480399 +357770,2536.65941,2665.326254,2387.815399,1146.382811,2460.730545 +357771,2499.696625,2663.323598,2387.078513,1149.025898,2457.960392 +357772,2544.069487,2661.165087,2384.676909,1151.404561,2453.149439 +357773,2534.968625,2659.842414,2384.789752,1153.861846,2451.469888 +357774,2543.630945,2657.471616,2384.522801,1156.406744,2449.119067 +357775,2555.43967,2655.302198,2383.845131,1158.807461,2446.54961 +357776,2561.632276,2653.050942,2381.407881,1161.318474,2441.798804 +357777,2565.324839,2650.289771,2379.822869,1163.644425,2438.117189 +357778,2545.781263,2647.88873,2378.643959,1166.106641,2434.940455 +357779,2589.496966,2645.483902,2377.655712,1168.500118,2432.008266 +357780,2571.763962,2642.737645,2376.727414,1170.825457,2429.165363 +357781,2491.08706,2589.173889,2378.180391,1119.890258,2429.844744 +357782,2437.174074,2581.003253,2370.316023,1120.763004,2417.995331 +357783,2489.348543,2578.558623,2362.213263,1122.115125,2404.659202 +357784,2474.169918,2574.277355,2352.289692,1123.573087,2388.891557 +357785,2481.480931,2570.271477,2345.092476,1125.21063,2376.154079 +357786,2485.558016,2566.609339,2339.868849,1126.746436,2365.914854 +357787,2498.218735,2562.492878,2335.9652,1128.360689,2357.469876 +357788,2481.115626,2551.984124,2334.441256,1130.045167,2352.187733 +357789,2504.007186,2562.732248,2332.65017,1131.569458,2346.818099 +357790,2500.802978,2540.647642,2330.838533,1133.246466,2341.660803 +357791,2506.231154,2547.626171,2328.951066,1134.867796,2336.613057 +357792,2516.4511,2540.693081,2327.246301,1136.501987,2331.969169 +357793,2509.488611,2535.919603,2325.698608,1138.138292,2327.679922 +357794,2517.182281,2531.406082,2322.570847,1139.707401,2321.372494 +357795,2541.320408,2527.061308,2320.430483,1141.514252,2316.615991 +357796,2530.341273,2522.33138,2318.727203,1143.003228,2312.511678 +357797,2500.241093,2517.583139,2317.369876,1144.699851,2308.942493 +357798,2577.264205,2512.790732,2316.37961,1146.327304,2305.931617 +357799,2499.231889,2507.955068,2315.518917,1147.963721,2303.383377 +357800,2584.523279,2503.441049,2316.448793,1149.60056,2302.933196 +357801,2508.314477,2497.712756,2314.733771,1151.30365,2299.296216 +357802,2592.40661,2493.16197,2315.338665,1152.834163,2298.598711 +357803,2541.0166,2487.579195,2313.466656,1154.512946,2294.892812 +357804,2564.864198,2482.504469,2312.019066,1156.064858,2291.747891 +357805,2565.834342,2477.199802,2311.010729,1157.797759,2289.168838 +357806,2569.568319,2471.867755,2310.394652,1159.375154,2287.099537 +357807,2573.87923,2466.428841,2309.958113,1161.011756,2285.282868 +357808,2577.789996,2460.907665,2309.621006,1162.636519,2283.622124 +357809,2581.927788,2455.414018,2309.332892,1164.330042,2282.052657 +357810,2585.922684,2449.996834,2309.067933,1165.844855,2280.537721 +357811,2589.840583,2443.851518,2308.985698,1167.638174,2279.045558 +357812,2594.196785,2430.885787,2308.594089,1169.391936,2277.412623 +357813,2598.154618,2441.246938,2308.339543,1171.166278,2275.939168 +357814,2602.206076,2414.955801,2308.121269,1172.947184,2274.485755 +357815,2606.334102,2422.257398,2307.805349,1174.732864,2272.888358 +357816,2610.14992,2412.224284,2307.612413,1176.44951,2271.421075 +357817,2614.458037,2406.060572,2307.480623,1178.424745,2270.014111 +357818,2618.402812,2399.771939,2307.341183,1180.058098,2268.580606 +357819,2622.359683,2393.359842,2307.402136,1181.920059,2267.159778 +357820,2626.433203,2386.924854,2307.268754,1183.709388,2265.75625 +357821,2630.14302,2380.315015,2307.15423,1185.511144,2264.37101 +357822,2642.761227,2373.733701,2307.177346,1187.314874,2263.146896 +357823,2626.412708,2367.248269,2308.851638,1189.120723,2263.83342 +357824,2655.281119,2360.4545,2307.910888,1190.925082,2261.268745 +357825,2641.928549,2353.658769,2307.126973,1192.733497,2259.573818 +357826,2651.129065,2346.872885,2307.05646,1194.540968,2258.011387 +357827,2654.492384,2340.102659,2306.892122,1196.422612,2256.549212 +357828,2660.722591,2336.832643,2307.144984,1195.753447,2255.32788 +357829,2664.85495,2330.868524,2307.146144,1197.134843,2254.313731 +357830,2668.898875,2324.333053,2307.015505,1198.69529,2253.355997 +357831,2673.035122,2317.776156,2307.015642,1200.329047,2252.353011 +357832,2676.7539,2310.820378,2306.846864,1201.918292,2251.296164 +357833,2681.146743,2304.074487,2306.718523,1203.711597,2250.211172 +357834,2684.981721,2297.241418,2306.646408,1205.35044,2249.117898 +357835,2688.926541,2290.292905,2306.616887,1207.062436,2248.017307 +357836,2692.910624,2283.28928,2306.626353,1208.769776,2246.913863 +357837,2696.939812,2276.338933,2306.672997,1210.482338,2245.818636 +357838,2700.509337,2269.433168,2306.756338,1212.276299,2244.733638 +357839,2704.811399,2262.074276,2307.077061,1213.882616,2243.65898 +357840,2708.560953,2247.464106,2307.137179,1215.662691,2242.48436 +357841,2472.282463,2141.882834,2302.956563,1108.145933,2236.663424 +357842,2468.680335,2124.786145,2283.987988,1107.053434,2209.25205 +357843,2468.768867,2117.375021,2259.429579,1106.915384,2172.513861 +357844,2469.315838,2108.229759,2238.335357,1106.939311,2139.577719 +357845,2469.975035,2099.383821,2223.119984,1107.226517,2113.236357 +357846,2470.975632,2090.642466,2212.425441,1107.753497,2093.072142 +357847,2471.966782,2081.961903,2205.107291,1108.214004,2077.215481 +357848,2473.423055,2073.29815,2198.094524,1108.869009,2062.204958 +357849,2474.737966,2064.753368,2193.32891,1109.380679,2050.442981 +357850,2476.085654,2056.289222,2189.798655,1110.089051,2040.677254 +357851,2477.566375,2047.55088,2187.05199,1110.768022,2032.332869 +357852,2479.117152,2030.063325,2184.901502,1111.486358,2025.148806 +357853,2480.581431,2043.587985,2183.254783,1112.231368,2018.974276 +357854,2482.039497,1996.507299,2182.085696,1113.000462,2013.738273 +357855,2483.870927,2042.220747,2181.244827,1113.791799,2009.220149 +357856,2485.411221,1973.500355,2180.650677,1114.604219,2005.284171 +357857,2487.141568,2018.059326,2181.955044,1115.437663,2003.924845 +357858,2488.707737,1968.741262,2180.688588,1116.286321,1999.642761 +357859,2490.49414,1994.469641,2180.061304,1117.157019,1996.326057 +357860,2492.210005,1969.253379,2179.662141,1118.043118,1993.434979 +357861,2493.969959,1947.669861,2179.448245,1118.9464,1990.897411 +357862,2495.686964,1985.246721,2179.295106,1119.865708,1988.547392 +357863,2505.598796,1932.611006,2179.310861,1120.800938,1986.504889 +357864,2487.443739,1917.595777,2179.322731,1121.751172,1984.546194 +357865,2514.194594,1941.692339,2181.080133,1122.717101,1984.807568 +357866,2490.715167,1916.197805,2180.131323,1123.694933,1981.830582 +357867,2517.223436,1911.793687,2179.984291,1124.764915,1979.653008 +357868,2502.869439,1916.179152,2179.924203,1125.660419,1977.867699 +357869,2509.16159,1877.710245,2179.891972,1126.734453,1976.152092 +357870,2511.377804,1895.820123,2181.635132,1127.758623,1976.655958 +357871,2512.742585,1878.035286,2180.790626,1128.801161,1974.012994 +357872,2515.016836,1871.530816,2180.540329,1129.862919,1972.121837 +357873,2517.279823,1863.992821,2182.223743,1130.935776,1972.624224 +357874,2519.203463,1856.155805,2181.380618,1131.941088,1970.037315 +357875,2521.477485,1848.375931,2181.179876,1133.149921,1968.250744 +357876,2523.81692,1840.600073,2182.92439,1134.204078,1968.865802 +357877,2525.750848,1833.01526,2182.148294,1135.331539,1966.393581 +357878,2528.144953,1825.349588,2182.014348,1136.461944,1964.717854 +357879,2530.383189,1834.789953,2182.091276,1137.601122,1963.299711 +357880,2532.716605,1785.719994,2182.343051,1138.75099,1962.097734 +357881,2534.909888,1825.956952,2182.686394,1139.910812,1961.014275 +357882,2537.236904,1775.672336,2183.067395,1141.080508,1959.985641 +357883,2539.364592,1795.646732,2183.496712,1142.259856,1959.025067 +357884,2542.012293,1778.296054,2183.939896,1143.448584,1958.088931 +357885,2544.219569,1772.715464,2184.581661,1144.64654,1957.180945 +357886,2546.773122,1765.39176,2186.7225,1145.853945,1958.401835 +357887,2548.873809,1758.024357,2186.251288,1147.068229,1956.390199 +357888,2551.495484,1750.824701,2186.352707,1148.292843,1955.088467 +357889,2553.841714,1743.420658,2186.659183,1149.524657,1954.026624 +357890,2556.323039,1736.466793,2187.078765,1150.764609,1953.092975 +357891,2558.77871,1729.309528,2187.75804,1152.012375,1952.237125 +357892,2561.282502,1722.152015,2188.244725,1153.344093,1951.433197 +357893,2563.974641,1715.136238,2190.587214,1154.494711,1952.764361 +357894,2566.368492,1708.090117,2191.874289,1155.817125,1952.971445 +357895,2568.855636,1701.256322,2191.079121,1157.081438,1950.642229 +357896,2571.57602,1694.381896,2190.838504,1158.366149,1949.245771 +357897,2574.353337,1687.522791,2192.729627,1159.657284,1950.295856 +357898,2576.531546,1680.830864,2192.279656,1160.950994,1948.290304 +357899,2579.718707,1673.965738,2192.694028,1162.255817,1947.092445 +357900,2582.331576,1667.554771,2193.150437,1163.56435,1946.190397 +357901,2813.65388,1768.185581,2199.02002,1273.699938,1952.188725 +357902,2831.083771,1763.751259,2221.323856,1271.392141,1981.666299 +357903,2836.87946,1758.648997,2248.562921,1278.656254,2019.127588 +357904,2834.569518,1753.293973,2271.140071,1279.235534,2052.124133 +357905,2842.209383,1748.141436,2287.519629,1281.706799,2077.766415 +357906,2846.643474,1742.831473,2299.281108,1283.852899,2097.272615 +357907,2850.01802,1737.456815,2307.667051,1285.925629,2112.39537 +357908,2853.551421,1732.244221,2314.019481,1287.960481,2124.462171 +357909,2864.50304,1726.92939,2319.282551,1289.967269,2134.809656 +357910,2855.188688,1721.806602,2323.644004,1291.951528,2143.278842 +357911,2869.848878,1716.689828,2327.324882,1293.917403,2150.402655 +357912,2870.441445,1711.620491,2330.754693,1295.867257,2156.762259 +357913,2874.044509,1706.509007,2335.566143,1297.803418,2164.4273 +357914,2882.364002,1701.71297,2337.59112,1299.72657,2168.310418 +357915,2876.425665,1716.858813,2341.532855,1301.638644,2174.245763 +357916,2886.155346,1663.228129,2342.833903,1303.539378,2176.643279 +357917,2889.379961,1725.074952,2346.448597,1305.746396,2181.644026 +357918,2889.692992,1645.304277,2347.624227,1309.481181,2183.415689 +357919,2893.961895,1709.440852,2350.99262,1305.512975,2187.702505 +357920,2895.220615,1648.645005,2351.877422,1322.229196,2188.758484 +357921,2895.838978,1679.485819,2353.339474,1298.665695,2190.579482 +357922,2896.055148,1662.615562,2354.827384,1341.607153,2192.074443 +357923,2896.486317,1660.768606,2356.289845,1285.338647,2193.419798 +357924,2899.818929,1656.651962,2359.445537,1332.682552,2196.754295 +357925,2899.094009,1652.811711,2359.913304,1332.25915,2196.724106 +357926,2899.306927,1649.523793,2360.878227,1300.176194,2197.236487 +357927,2899.871286,1646.390414,2361.977234,1336.124939,2197.844675 +357928,2900.55048,1643.356258,2363.078703,1325.621706,2198.397586 +357929,2901.331607,1640.404018,2364.192009,1330.583913,2198.918857 +357930,2902.196687,1637.524517,2365.318812,1333.555272,2199.42031 +357931,2903.110111,1634.358134,2366.445542,1336.025864,2199.89246 +357932,2904.026852,1631.180373,2367.536378,1338.694645,2200.341494 +357933,2904.91621,1628.022547,2368.566897,1341.326547,2200.771356 +357934,2905.769456,1624.89082,2369.532273,1343.996108,2201.185121 +357935,2906.590994,1621.68659,2370.43911,1346.713439,2201.585981 +357936,2907.386955,1618.754707,2371.295748,1349.473482,2201.975497 +357937,2908.161357,1615.640607,2372.108707,1352.285337,2202.353906 +357938,2908.917348,1612.636884,2372.883235,1355.141284,2202.721776 +357939,2909.656923,1609.646568,2373.623236,1358.043553,2203.079543 +357940,2910.381273,1606.682455,2374.331648,1360.99083,2203.427434 +357941,2911.091277,1603.744571,2375.010855,1363.982873,2203.765607 +357942,2911.787611,1600.832003,2375.662834,1367.018851,2204.094171 +357943,2912.468545,1597.944572,2376.28779,1370.186222,2204.610753 +357944,2913.133389,1595.181213,2376.886378,1373.176299,2204.898568 +357945,2913.782072,1593.368423,2377.45946,1376.4055,2205.170403 +357946,2914.41321,1591.600863,2378.006917,1379.600232,2205.428848 +357947,2915.028038,1589.575567,2378.530178,1382.85084,2205.676158 +357948,2915.629297,1587.648455,2379.031548,1386.14369,2205.914295 +357949,2916.218374,1585.720819,2379.512437,1389.478798,2206.143761 +357950,2916.796001,1583.804014,2379.973804,1392.855939,2206.364638 +357951,2917.363485,1581.898815,2380.416866,1396.273299,2206.577518 +357952,2917.923441,1580.004907,2380.842427,1399.733727,2206.78268 +357953,2918.479063,1578.122709,2381.250482,1403.236286,2206.979518 +357954,2919.034109,1576.251915,2381.641162,1406.779798,2207.167663 +357955,2919.591996,1574.392941,2382.01481,1410.365149,2207.347046 +357956,2920.155153,1572.545481,2382.371764,1413.991624,2207.51764 +357957,2920.723159,1570.709952,2382.7111,1417.659978,2207.864728 +357958,2921.289397,1568.886034,2383.028303,1423.986589,2207.981777 +357959,2921.863155,1567.074161,2383.329168,1425.013001,2208.086754 +357960,2922.437366,1565.27396,2383.609274,1436.274522,2208.178065 +357961,2922.911292,1586.138968,2383.796759,1441.623049,2208.159131 +357962,2926.188464,1585.930826,2385.656025,1467.925731,2210.840969 +357963,2930.807972,1585.000583,2388.356479,1464.011542,2214.561551 +357964,2935.257773,1584.034602,2391.013163,1470.294387,2218.733942 +357965,2938.89177,1582.962649,2393.228745,1475.025769,2222.524012 +357966,2941.70843,1581.835619,2394.97609,1479.6689,2225.585635 +357967,2943.93198,1580.675801,2396.359195,1491.365171,2228.157018 +357968,2945.817791,1579.495968,2397.518634,1478.672365,2230.399003 +357969,2947.499282,1578.303949,2398.526189,1498.575938,2232.395156 +357970,2951.73439,1577.104069,2401.12912,1497.286181,2236.488785 +357971,2951.746322,1575.897969,2401.040173,1502.998351,2237.045218 +357972,2952.516521,1574.689427,2401.401167,1507.675683,2238.093071 +357973,2953.469702,1573.478382,2401.837395,1512.67564,2239.168544 +357974,2954.498012,1572.266178,2402.279457,1525.44737,2240.194783 +357975,2955.601672,1571.054064,2402.73832,1510.067928,2241.19562 +357976,2956.751719,1569.842116,2403.19809,1532.702872,2242.160091 +357977,2957.875905,1568.631523,2403.620665,1530.635541,2243.047566 +357978,2958.978418,1567.422213,2404.006668,1543.455379,2243.863181 +357979,2960.103044,1566.215052,2404.388577,1531.769531,2244.650317 +357980,2961.222256,1565.00976,2404.745748,1559.553359,2245.386788 +357981,2962.299077,1563.807231,2405.055729,1555.742675,2246.047808 +357982,2963.401576,1562.607138,2405.36337,1554.196771,2246.690997 +357983,2964.557746,1561.410172,2405.68789,1554.662909,2247.342453 +357984,2965.738896,1560.216071,2406.012427,1580.341966,2247.983995 +357985,2966.936267,1559.025702,2406.332416,1551.828111,2248.612229 +357986,2968.460843,1557.838655,2406.846531,1601.63107,2249.474085 +357987,2972.773154,1556.656105,2409.125453,1566.829158,2252.511926 +357988,2972.83378,1555.475589,2408.716724,1598.835956,2252.253546 +357989,2973.803592,1554.300778,2408.87597,1589.725166,2252.692311 +357990,2975.077676,1553.128793,2409.203989,1599.306229,2253.32615 +357991,2976.607812,1551.848449,2409.671794,1603.925305,2254.122341 +357992,2981.043614,1550.548378,2411.965694,1608.99776,2257.392244 +357993,2981.407403,1549.237971,2411.671906,1614.105404,2257.301997 +357994,2982.671922,1547.923112,2411.92607,1619.392605,2257.917081 +357995,2984.278118,1546.603056,2412.334505,1624.422368,2258.740839 +357996,2988.819947,1545.379555,2414.537485,1629.864361,2261.812178 +357997,2989.357225,1543.9044,2414.152896,1635.023288,2261.707878 +357998,2990.842869,1542.645432,2414.316101,1640.276648,2262.300615 +357999,2995.365324,1541.299475,2416.353932,1645.65379,2265.229991 +358000,2995.917449,1539.960251,2415.844226,1650.734081,2265.020736 +358001,2997.725576,1538.625085,2415.909586,1656.275297,2265.534146 +358002,2999.5617,1537.28469,2416.146626,1661.58021,2266.262349 +358003,3001.686207,1535.943357,2416.534736,1672.720568,2267.183453 +358004,3006.507125,1534.601739,2418.612357,1663.909565,2270.216989 +358005,3007.251345,1533.253012,2418.09445,1686.952961,2270.056877 +358006,3009.00165,1531.908747,2418.193258,1680.128876,2270.674215 +358007,3010.956346,1530.559883,2418.388293,1689.351506,2271.413078 +358008,3013.048215,1529.210086,2418.640086,1694.51053,2272.226315 +358009,3015.267463,1527.75993,2418.949139,1699.824228,2273.119048 +358010,3017.536933,1526.552193,2419.272058,1705.106084,2274.04082 +358011,3019.839064,1525.129389,2419.600861,1710.821245,2274.983162 +358012,3022.163163,1523.788784,2419.930111,1716.233779,2275.939459 +358013,3024.497035,1522.432955,2420.252585,1721.735688,2276.900325 +358014,3029.520855,1521.076004,2422.47201,1727.353872,2279.990577 +358015,3030.397344,1519.71566,2421.859735,1732.76277,2279.844168 +358016,3032.130153,1518.356208,2421.77435,1738.203687,2280.365705 +358017,3034.153097,1516.994359,2421.846788,1744.000927,2281.080792 +358018,3036.33753,1515.631082,2421.99956,1749.463105,2281.893593 +358019,3038.608618,1514.266673,2422.191994,1755.029535,2282.75926 +358020,3040.925618,1512.900566,2422.40289,1760.683894,2283.656165 +358021,3043.510644,1478.381853,2423.09186,1734.799964,2285.658448 +358022,3043.048968,1476.562512,2421.293317,1740.289213,2283.65426 +358023,3036.39628,1474.905956,2415.239265,1749.264666,2275.717896 +358024,3031.776773,1473.253941,2410.368321,1756.28217,2268.945922 +358025,3029.483058,1471.613595,2406.975382,1763.498461,2263.93106 +358026,3029.072874,1469.976824,2404.831994,1770.739599,2260.524075 +358027,3029.893375,1468.341715,2403.547466,1778.223919,2258.312798 +358028,3031.55454,1466.706707,2402.88185,1791.007915,2257.032697 +358029,3033.611226,1464.977562,2402.550113,1791.037048,2256.339491 +358030,3035.755278,1463.47748,2402.347158,1800.858888,2255.974205 +358031,3038.041412,1461.774756,2402.294396,1808.379037,2255.951772 +358032,3040.460235,1460.148591,2402.373085,1815.467359,2256.235591 +358033,3042.934106,1458.59973,2402.523698,1822.742921,2256.738931 +358034,3045.446804,1456.819702,2402.727701,1830.233838,2257.426462 +358035,3047.991764,1455.236765,2402.97425,1837.323078,2258.272939 +358036,3050.563889,1453.57258,2403.254654,1844.991168,2259.256589 +358037,3053.293028,1451.918719,2403.647337,1857.346916,2260.464962 +358038,3056.039362,1450.261523,2404.061261,1858.223202,2261.776773 +358039,3058.62739,1448.601071,2404.382705,1867.158311,2263.2516 +358040,3061.194838,1446.843568,2404.695397,1875.074444,2264.563737 +358041,3063.798583,1445.310993,2405.032345,1882.042192,2265.954861 +358042,3066.391674,1443.575055,2405.362223,1889.157643,2267.38422 +358043,3069.121855,1441.913526,2405.778272,1901.464611,2268.965211 +358044,3071.879401,1440.234713,2406.211537,1902.943865,2270.608926 +358045,3074.464937,1438.551867,2406.535693,1911.330353,2272.154255 +358046,3077.265867,1436.864843,2406.817038,1918.847671,2273.678985 +358047,3079.92184,1435.264004,2407.199512,1931.284412,2275.35846 +358048,3082.592413,1433.438148,2407.593145,1932.835523,2277.078678 +358049,3085.059351,1431.711722,2407.853122,1940.031754,2278.657397 +358050,3087.605674,1430.124826,2408.15617,1952.655392,2280.312133 +358051,3090.256155,1428.468734,2408.518102,1955.070986,2282.060833 +358052,3092.903895,1426.90699,2408.882107,1966.296639,2283.816271 +358053,3095.513408,1425.342178,2409.233385,1969.308865,2285.548474 +358054,3098.0844,1423.782555,2409.573413,1979.641752,2287.255585 +358055,3100.58663,1422.22776,2409.881084,1982.743608,2288.912037 +358056,3102.856312,1420.676351,2410.048924,1987.282172,2290.385446 +358057,3104.881147,1419.12848,2410.064719,1992.359423,2291.66107 +358058,3106.667102,1417.583234,2409.927628,1994.881608,2292.73746 +358059,3108.149666,1415.95296,2409.592416,1997.582707,2293.557625 +358060,3109.343739,1414.540584,2409.06841,2000.486555,2294.132731 +358061,3110.668408,1412.942382,2408.397574,2003.555737,2294.515163 +358062,3111.701407,1411.507408,2407.616862,2006.724983,2294.752067 +358063,3112.835662,1409.847733,2406.756224,2009.943234,2294.882825 +358064,3114.113085,1408.378407,2405.837061,2013.180674,2294.936754 +358065,3118.134166,1406.839496,2406.559867,2018.261546,2297.044371 +358066,3118.322604,1405.310403,2404.728744,2020.516202,2295.977819 +358067,3119.393423,1403.788912,2403.380885,2023.338226,2295.516484 +358068,3120.774877,1402.266813,2402.146082,2026.541121,2295.190093 +358069,3122.348167,1400.747586,2400.963909,2029.637209,2294.927018 +358070,3124.06168,1399.230248,2399.811231,2032.780025,2294.704764 +358071,3125.87051,1397.715299,2398.67407,2035.945721,2294.510616 +358072,3127.755846,1396.202314,2397.544313,2039.120775,2294.336964 +358073,3129.697668,1394.691725,2396.417799,2042.298305,2294.179629 +358074,3131.956189,1393.183077,2395.290823,2045.473284,2294.03427 +358075,3133.938752,1391.683352,2394.161778,2048.643732,2293.89884 +358076,3135.95319,1390.173672,2393.032354,2051.806725,2293.773786 +358077,3138.00627,1388.677701,2391.902421,2054.969013,2293.660777 +358078,3140.09433,1387.171831,2390.771532,2058.126035,2293.557729 +358079,3142.46631,1385.594228,2389.637072,2061.280176,2293.462802 +358080,3144.532449,1384.225302,2388.498644,2064.425702,2293.373597 +358081,3148.528004,1316.226771,2389.011158,2068.398724,2296.2242 +358082,3145.584992,1314.079944,2384.055012,2068.501454,2290.44473 +358083,3134.353048,1311.878294,2373.352367,2063.861099,2276.205749 +358084,3125.512359,1309.90521,2363.808838,2061.333854,2262.832875 +358085,3120.096564,1307.879615,2356.516504,2061.496792,2252.120853 +358086,3117.669304,1305.876744,2351.272187,2063.678113,2244.071619 +358087,3116.923363,1303.799492,2347.461082,2066.924432,2238.030352 +358088,3117.623546,1301.9304,2344.542227,2070.564284,2233.385056 +358089,3118.971705,1299.891259,2342.1817,2074.272928,2229.735727 +358090,3120.980203,1297.925092,2340.189419,2077.943975,2226.847426 +358091,3122.928106,1295.951052,2338.465584,2081.563503,2224.575837 +358092,3125.045672,1293.979242,2336.943145,2085.141872,2222.623178 +358093,3127.294556,1292.088432,2335.577388,2088.684164,2221.314798 +358094,3129.63881,1289.924373,2334.324827,2092.188545,2220.372594 +358095,3132.048688,1288.128182,2333.158636,2095.653093,2219.733439 +358096,3134.502139,1286.094474,2332.05269,2099.077882,2219.347466 +358097,3136.984261,1284.139326,2330.994436,2102.465033,2219.175542 +358098,3142.081485,1282.17526,2331.638974,2107.830007,2221.265243 +358099,3143.268411,1280.205782,2329.624887,2110.145239,2220.422912 +358100,3145.2526,1278.241695,2328.334139,2112.995571,2220.34238 +358101,3147.471381,1276.274696,2327.197595,2116.020201,2220.53285 +358102,3149.733644,1301.377425,2326.08346,2119.079158,2220.831971 +358103,3152.178046,1232.193784,2325.08582,2122.255054,2221.349615 +358104,3154.746092,1289.765052,2324.167643,2125.494138,2222.039855 +358105,3157.168824,1282.192595,2323.163343,2128.601703,2222.686357 +358106,3159.648024,1241.06945,2322.198639,2131.724535,2223.442444 +358107,3162.411663,1300.020581,2321.245054,2134.832175,2224.261451 +358108,3164.887057,1223.967253,2320.310135,2137.939757,2225.151706 +358109,3167.333855,1303.39508,2319.367461,2141.015333,2226.071192 +358110,3169.797389,1216.951931,2318.43667,2144.268519,2227.044598 +358111,3172.254099,1296.412727,2317.503751,2147.280765,2228.046318 +358112,3174.661246,1217.791992,2316.552939,2150.175764,2229.087181 +358113,3176.963868,1283.591996,2315.582964,2152.89995,2230.159307 +358114,3179.163258,1222.965199,2314.599557,2155.449838,2231.263459 +358115,3181.271704,1268.018793,2313.599143,2157.872498,2232.403082 +358116,3183.29972,1230.000746,2312.587833,2160.183016,2233.567833 +358117,3185.270714,1251.155972,2311.581691,2162.597324,2234.769645 +358118,3187.438936,1237.798632,2310.552757,2164.709945,2235.984142 +358119,3189.244519,1240.123529,2309.519592,2166.757898,2237.219345 +358120,3191.001561,1236.781614,2308.490764,2168.750261,2238.480129 +358121,3195.331869,1234.708006,2309.114578,2172.721131,2241.83255 +358122,3195.569919,1232.572415,2307.257176,2173.638246,2242.131042 +358123,3196.724788,1230.362238,2305.906874,2174.969584,2243.071903 +358124,3200.729698,1228.157385,2306.345454,2177.902216,2246.256675 +358125,3200.877911,1225.949715,2304.374687,2178.648829,2246.462246 +358126,3201.580728,1223.733624,2302.949104,2180.091073,2247.348821 +358127,3205.267762,1221.512836,2303.329838,2183.391346,2250.49651 +358128,3205.33742,1219.289332,2301.313094,2183.914924,2250.676975 +358129,3206.192035,1216.984032,2299.849327,2184.980727,2251.546377 +358130,3206.938605,1214.856381,2298.540354,2186.208082,2252.617077 +358131,3208.046695,1212.564321,2297.322533,2187.507697,2253.801246 +358132,3209.206286,1210.402664,2296.162763,2188.820762,2255.059531 +358133,3210.373287,1208.046481,2295.027569,2190.110605,2256.367675 +358134,3211.524263,1205.842424,2293.914469,2191.360731,2257.711721 +358135,3212.647714,1203.571887,2292.818824,2192.565373,2259.082618 +358136,3213.738015,1201.307219,2291.724697,2193.723148,2260.474175 +358137,3214.791725,1199.038025,2290.638625,2194.83376,2261.881874 +358138,3215.80623,1196.764036,2289.560743,2195.896771,2263.302112 +358139,3216.777992,1194.485379,2288.476605,2197.109559,2264.730609 +358140,3217.705026,1192.201925,2287.39415,2198.062134,2266.16478 +358141,2107.323956,1190.092154,1050.937693,1696.634444,2384.270938 +358142,2183.958222,1318.52972,1088.982899,1758.193402,2424.375684 +358143,2270.305669,1322.084655,1133.416102,1823.613504,2453.661249 +358144,2346.643031,1321.106746,1174.19829,1875.239196,2474.351149 +358145,2408.111918,1321.05453,1208.517485,1910.321582,2490.338078 +358146,2455.445097,1319.969924,1236.352248,1932.148641,2502.985445 +358147,2491.97733,1318.666617,1259.026455,1945.257871,2513.188509 +358148,2520.857243,1317.319592,1277.829969,1953.692893,2521.664162 +358149,2544.318353,1315.918095,1293.690334,1959.692057,2528.952187 +358150,2563.687624,1314.482397,1307.37586,1964.311717,2535.371809 +358151,2579.770896,1313.027647,1318.922215,1967.992784,2541.072098 +358152,2593.166591,1308.582197,1328.809008,1970.955795,2546.149393 +358153,2603.895891,1306.633965,1337.155486,1972.838742,2550.645722 +358154,2612.556962,1304.89179,1344.232802,1974.018084,2554.656961 +358155,2619.73956,1303.20069,1350.29754,1974.918106,2558.270047 +358156,2625.823071,1301.540498,1355.532487,1975.734444,2561.527348 +358157,2631.046907,1299.902187,1360.074982,1976.530183,2564.471807 +358158,2635.569044,1298.279766,1364.031894,1977.291983,2567.143042 +358159,2639.506485,1296.672423,1367.490455,1978.002511,2569.576157 +358160,2642.953601,1295.07694,1370.523917,1978.653409,2571.801974 +358161,2645.988221,1293.493694,1373.194147,1979.245353,2573.847247 +358162,2648.674272,1291.919829,1375.553316,1979.775427,2575.735238 +358163,2651.335853,1290.344188,1377.64521,1980.242345,2577.485997 +358164,2653.45629,1288.785508,1379.505179,1980.645777,2579.114042 +358165,2655.34865,1287.237243,1381.164439,1980.988692,2580.635218 +358166,2657.046829,1285.69598,1382.649658,1981.274417,2582.063929 +358167,2658.575724,1284.160642,1383.983079,1981.505221,2583.412135 +358168,2659.953495,1282.629923,1385.183212,1981.682385,2584.689681 +358169,2661.193973,1281.103324,1386.26555,1981.806621,2585.904762 +358170,2662.308391,1279.578988,1387.243175,1981.878443,2587.064367 +358171,2663.306038,1277.993573,1388.127177,1981.898295,2588.174461 +358172,2664.153249,1276.3141,1388.924406,1981.786056,2589.240168 +358173,2664.801873,1274.875264,1389.628095,1981.474143,2590.237319 +358174,2665.289113,1273.218262,1390.25849,1980.999135,2591.196205 +358175,2665.643609,1271.626249,1390.83154,1980.392463,2592.14237 +358176,2665.860231,1270.015805,1391.346264,1979.657575,2593.065789 +358177,2665.942136,1268.400691,1391.804834,1978.802569,2593.963709 +358178,2665.895786,1266.780704,1392.210503,1977.836295,2594.836097 +358179,2665.728208,1265.155879,1392.566676,1976.766531,2595.683844 +358180,2665.446,1263.525688,1392.876558,1975.599463,2596.508081 +358181,2665.054911,1261.969856,1393.143023,1974.339819,2597.309868 +358182,2664.559862,1260.209316,1393.36863,1972.991228,2598.090132 +358183,2663.965123,1258.620974,1393.555643,1971.556539,2598.849626 +358184,2663.274354,1256.95438,1393.70609,1970.03809,2599.588982 +358185,2662.517504,1255.294313,1393.83473,1968.458711,2600.337112 +358186,2661.672071,1253.627668,1393.931098,1966.799659,2601.067761 +358187,2660.713191,1251.954383,1393.986535,1965.0457,2601.758906 +358188,2659.663237,1250.194342,1394.008198,1963.208404,2602.423576 +358189,2658.531792,1248.625905,1393.999588,1961.293553,2603.066997 +358190,2657.315214,1246.872752,1393.962715,1959.3041,2603.691292 +358191,2656.022256,1245.184304,1393.898933,1957.241601,2604.297268 +358192,2654.650018,1243.475695,1393.809314,1955.107061,2604.885233 +358193,2653.206306,1241.759822,1393.69478,1952.90133,2605.455292 +358194,2651.68682,1240.036528,1393.55618,1950.625264,2606.007486 +358195,2650.098841,1238.30604,1393.394298,1948.279745,2606.541819 +358196,2648.16385,1236.55753,1393.209873,1945.865677,2607.058288 +358197,2646.444066,1234.809705,1393.003451,1943.380644,2607.557673 +358198,2644.65707,1233.054835,1392.77573,1940.8268,2608.03969 +358199,2642.806084,1231.293495,1392.527376,1938.206936,2608.503884 +358200,2640.884504,1229.524301,1392.259042,1935.522995,2608.950081 +358201,0,0,0,0,0 +358202,0,0,0,0,0 +358203,0,0,0,0,0 +358204,0,0,0,0,0 +358205,0,0,0,0,0 +358206,0,0,0,0,0 +358207,0,0,0,0,0 +358208,0,0,0,0,0 +358209,0,0,0,0,0 +358210,0,0,0,0,0 +358211,0,0,0,0,0 +358212,0,0,0,0,0 +358213,0,0,0,0,0 +358214,0,0,0,0,0 +358215,0,0,0,0,0 +358216,0,0,0,0,0 +358217,0,0,0,0,0 +358218,0,0,0,0,0 +358219,0,0,0,0,0 +358220,0,0,0,0,0 +358221,0,0,0,0,0 +358222,0,0,0,0,0 +358223,0,0,0,0,0 +358224,0,0,0,0,0 +358225,0,0,0,0,0 +358226,0,0,0,0,0 +358227,0,0,0,0,0 +358228,0,0,0,0,0 +358229,0,0,0,0,0 +358230,0,0,0,0,0 +358231,0,0,0,0,0 +358232,0,0,0,0,0 +358233,0,0,0,0,0 +358234,0,0,0,0,0 +358235,0,0,0,0,0 +358236,0,0,0,0,0 +358237,0,0,0,0,0 +358238,0,0,0,0,0 +358239,0,0,0,0,0 +358240,0,0,0,0,0 +358241,0,0,0,0,0 +358242,0,0,0,0,0 +358243,0,0,0,0,0 +358244,0,0,0,0,0 +358245,0,0,0,0,0 +358246,0,0,0,0,0 +358247,0,0,0,0,0 +358248,0,0,0,0,0 +358249,0,0,0,0,0 +358250,0,0,0,0,0 +358251,0,0,0,0,0 +358252,0,0,0,0,0 +358253,0,0,0,0,0 +358254,0,0,0,0,0 +358255,0,0,0,0,0 +358256,0,0,0,0,0 +358257,0,0,0,0,0 +358258,0,0,0,0,0 +358259,0,0,0,0,0 +358260,0,0,0,0,0 +358261,0,0,0,0,0 +358262,0,0,0,0,0 +358263,0,0,0,0,0 +358264,0,0,0,0,0 +358265,0,0,0,0,0 +358266,0,0,0,0,0 +358267,0,0,0,0,0 +358268,0,0,0,0,0 +358269,0,0,0,0,0 +358270,0,0,0,0,0 +358271,0,0,0,0,0 +358272,0,0,0,0,0 +358273,0,0,0,0,0 +358274,0,0,0,0,0 +358275,0,0,0,0,0 +358276,0,0,0,0,0 +358277,0,0,0,0,0 +358278,0,0,0,0,0 +358279,0,0,0,0,0 +358280,0,0,0,0,0 +358281,0,0,0,0,0 +358282,0,0,0,0,0 +358283,0,0,0,0,0 +358284,0,0,0,0,0 +358285,0,0,0,0,0 +358286,0,0,0,0,0 +358287,0,0,0,0,0 +358288,0,0,0,0,0 +358289,0,0,0,0,0 +358290,0,0,0,0,0 +358291,0,0,0,0,0 +358292,0,0,0,0,0 +358293,0,0,0,0,0 +358294,0,0,0,0,0 +358295,0,0,0,0,0 +358296,0,0,0,0,0 +358297,0,0,0,0,0 +358298,0,0,0,0,0 +358299,0,0,0,0,0 +358300,0,0,0,0,0 +358301,0,0,0,0,0 +358302,0,0,0,0,0 +358303,0,0,0,0,0 +358304,0,0,0,0,0 +358305,0,0,0,0,0 +358306,0,0,0,0,0 +358307,0,0,0,0,0 +358308,0,0,0,0,0 +358309,0,0,0,0,0 +358310,0,0,0,0,0 +358311,0,0,0,0,0 +358312,0,0,0,0,0 +358313,0,0,0,0,0 +358314,0,0,0,0,0 +358315,0,0,0,0,0 +358316,0,0,0,0,0 +358317,0,0,0,0,0 +358318,0,0,0,0,0 +358319,0,0,0,0,0 +358320,0,0,0,0,0 +358321,0,0,0,0,0 +358322,0,0,0,0,0 +358323,0,0,0,0,0 +358324,0,0,0,0,0 +358325,0,0,0,0,0 +358326,0,0,0,0,0 +358327,0,0,0,0,0 +358328,0,0,0,0,0 +358329,0,0,0,0,0 +358330,0,0,0,0,0 +358331,0,0,0,0,0 +358332,0,0,0,0,0 +358333,0,0,0,0,0 +358334,0,0,0,0,0 +358335,0,0,0,0,0 +358336,0,0,0,0,0 +358337,0,0,0,0,0 +358338,0,0,0,0,0 +358339,0,0,0,0,0 +358340,0,0,0,0,0 +358341,0,0,0,0,0 +358342,0,0,0,0,0 +358343,0,0,0,0,0 +358344,0,0,0,0,0 +358345,0,0,0,0,0 +358346,0,0,0,0,0 +358347,0,0,0,0,0 +358348,0,0,0,0,0 +358349,0,0,0,0,0 +358350,0,0,0,0,0 +358351,0,0,0,0,0 +358352,0,0,0,0,0 +358353,0,0,0,0,0 +358354,0,0,0,0,0 +358355,0,0,0,0,0 +358356,0,0,0,0,0 +358357,0,0,0,0,0 +358358,0,0,0,0,0 +358359,0,0,0,0,0 +358360,0,0,0,0,0 +358361,0,0,0,0,0 +358362,0,0,0,0,0 +358363,0,0,0,0,0 +358364,0,0,0,0,0 +358365,0,0,0,0,0 +358366,0,0,0,0,0 +358367,0,0,0,0,0 +358368,0,0,0,0,0 +358369,0,0,0,0,0 +358370,0,0,0,0,0 +358371,0,0,0,0,0 +358372,0,0,0,0,0 +358373,0,0,0,0,0 +358374,0,0,0,0,0 +358375,0,0,0,0,0 +358376,0,0,0,0,0 +358377,0,0,0,0,0 +358378,0,0,0,0,0 +358379,0,0,0,0,0 +358380,0,0,0,0,0 +358381,0,0,0,0,0 +358382,0,0,0,0,0 +358383,0,0,0,0,0 +358384,0,0,0,0,0 +358385,0,0,0,0,0 +358386,0,0,0,0,0 +358387,0,0,0,0,0 +358388,0,0,0,0,0 +358389,0,0,0,0,0 +358390,0,0,0,0,0 +358391,0,0,0,0,0 +358392,0,0,0,0,0 +358393,0,0,0,0,0 +358394,0,0,0,0,0 +358395,0,0,0,0,0 +358396,0,0,0,0,0 +358397,0,0,0,0,0 +358398,0,0,0,0,0 +358399,0,0,0,0,0 +358400,0,0,0,0,0 +358401,0,0,0,0,0 +358402,0,0,0,0,0 +358403,0,0,0,0,0 +358404,0,0,0,0,0 +358405,0,0,0,0,0 +358406,0,0,0,0,0 +358407,0,0,0,0,0 +358408,0,0,0,0,0 +358409,0,0,0,0,0 +358410,0,0,0,0,0 +358411,0,0,0,0,0 +358412,0,0,0,0,0 +358413,0,0,0,0,0 +358414,0,0,0,0,0 +358415,0,0,0,0,0 +358416,0,0,0,0,0 +358417,0,0,0,0,0 +358418,0,0,0,0,0 +358419,0,0,0,0,0 +358420,0,0,0,0,0 +358421,0,0,0,0,0 +358422,0,0,0,0,0 +358423,0,0,0,0,0 +358424,0,0,0,0,0 +358425,0,0,0,0,0 +358426,0,0,0,0,0 +358427,0,0,0,0,0 +358428,0,0,0,0,0 +358429,0,0,0,0,0 +358430,0,0,0,0,0 +358431,0,0,0,0,0 +358432,0,0,0,0,0 +358433,0,0,0,0,0 +358434,0,0,0,0,0 +358435,0,0,0,0,0 +358436,0,0,0,0,0 +358437,0,0,0,0,0 +358438,0,0,0,0,0 +358439,0,0,0,0,0 +358440,0,0,0,0,0 +358441,0,0,0,0,0 +358442,0,0,0,0,0 +358443,0,0,0,0,0 +358444,0,0,0,0,0 +358445,0,0,0,0,0 +358446,0,0,0,0,0 +358447,0,0,0,0,0 +358448,0,0,0,0,0 +358449,0,0,0,0,0 +358450,0,0,0,0,0 +358451,0,0,0,0,0 +358452,0,0,0,0,0 +358453,0,0,0,0,0 +358454,0,0,0,0,0 +358455,0,0,0,0,0 +358456,0,0,0,0,0 +358457,0,0,0,0,0 +358458,0,0,0,0,0 +358459,0,0,0,0,0 +358460,0,0,0,0,0 +358461,0,0,0,0,0 +358462,0,0,0,0,0 +358463,0,0,0,0,0 +358464,0,0,0,0,0 +358465,0,0,0,0,0 +358466,0,0,0,0,0 +358467,0,0,0,0,0 +358468,0,0,0,0,0 +358469,0,0,0,0,0 +358470,0,0,0,0,0 +358471,0,0,0,0,0 +358472,0,0,0,0,0 +358473,0,0,0,0,0 +358474,0,0,0,0,0 +358475,0,0,0,0,0 +358476,0,0,0,0,0 +358477,0,0,0,0,0 +358478,0,0,0,0,0 +358479,0,0,0,0,0 +358480,0,0,0,0,0 +358481,0,0,0,0,0 +358482,0,0,0,0,0 +358483,0,0,0,0,0 +358484,0,0,0,0,0 +358485,0,0,0,0,0 +358486,0,0,0,0,0 +358487,0,0,0,0,0 +358488,0,0,0,0,0 +358489,0,0,0,0,0 +358490,0,0,0,0,0 +358491,0,0,0,0,0 +358492,0,0,0,0,0 +358493,0,0,0,0,0 +358494,0,0,0,0,0 +358495,0,0,0,0,0 +358496,0,0,0,0,0 +358497,0,0,0,0,0 +358498,0,0,0,0,0 +358499,0,0,0,0,0 +358500,0,0,0,0,0 +358501,0,0,0,0,0 +358502,0,0,0,0,0 +358503,0,0,0,0,0 +358504,0,0,0,0,0 +358505,0,0,0,0,0 +358506,0,0,0,0,0 +358507,0,0,0,0,0 +358508,0,0,0,0,0 +358509,0,0,0,0,0 +358510,0,0,0,0,0 +358511,0,0,0,0,0 +358512,0,0,0,0,0 +358513,0,0,0,0,0 +358514,0,0,0,0,0 +358515,0,0,0,0,0 +358516,0,0,0,0,0 +358517,0,0,0,0,0 +358518,0,0,0,0,0 +358519,0,0,0,0,0 +358520,0,0,0,0,0 +358521,0,0,0,0,0 +358522,0,0,0,0,0 +358523,0,0,0,0,0 +358524,0,0,0,0,0 +358525,0,0,0,0,0 +358526,0,0,0,0,0 +358527,0,0,0,0,0 +358528,0,0,0,0,0 +358529,0,0,0,0,0 +358530,0,0,0,0,0 +358531,0,0,0,0,0 +358532,0,0,0,0,0 +358533,0,0,0,0,0 +358534,0,0,0,0,0 +358535,0,0,0,0,0 +358536,0,0,0,0,0 +358537,0,0,0,0,0 +358538,0,0,0,0,0 +358539,0,0,0,0,0 +358540,0,0,0,0,0 +358541,0,0,0,0,0 +358542,0,0,0,0,0 +358543,0,0,0,0,0 +358544,0,0,0,0,0 +358545,0,0,0,0,0 +358546,0,0,0,0,0 +358547,0,0,0,0,0 +358548,0,0,0,0,0 +358549,0,0,0,0,0 +358550,0,0,0,0,0 +358551,0,0,0,0,0 +358552,0,0,0,0,0 +358553,0,0,0,0,0 +358554,0,0,0,0,0 +358555,0,0,0,0,0 +358556,0,0,0,0,0 +358557,0,0,0,0,0 +358558,0,0,0,0,0 +358559,0,0,0,0,0 +358560,0,0,0,0,0 +358561,0,0,0,0,0 +358562,0,0,0,0,0 +358563,0,0,0,0,0 +358564,0,0,0,0,0 +358565,0,0,0,0,0 +358566,0,0,0,0,0 +358567,0,0,0,0,0 +358568,0,0,0,0,0 +358569,0,0,0,0,0 +358570,0,0,0,0,0 +358571,0,0,0,0,0 +358572,0,0,0,0,0 +358573,0,0,0,0,0 +358574,0,0,0,0,0 +358575,0,0,0,0,0 +358576,0,0,0,0,0 +358577,0,0,0,0,0 +358578,0,0,0,0,0 +358579,0,0,0,0,0 +358580,0,0,0,0,0 +358581,0,0,0,0,0 +358582,0,0,0,0,0 +358583,0,0,0,0,0 +358584,0,0,0,0,0 +358585,0,0,0,0,0 +358586,0,0,0,0,0 +358587,0,0,0,0,0 +358588,0,0,0,0,0 +358589,0,0,0,0,0 +358590,0,0,0,0,0 +358591,0,0,0,0,0 +358592,0,0,0,0,0 +358593,0,0,0,0,0 +358594,0,0,0,0,0 +358595,0,0,0,0,0 +358596,0,0,0,0,0 +358597,0,0,0,0,0 +358598,0,0,0,0,0 +358599,0,0,0,0,0 +358600,0,0,0,0,0 +358601,0,0,0,0,0 +358602,0,0,0,0,0 +358603,0,0,0,0,0 +358604,0,0,0,0,0 +358605,0,0,0,0,0 +358606,0,0,0,0,0 +358607,0,0,0,0,0 +358608,0,0,0,0,0 +358609,0,0,0,0,0 +358610,0,0,0,0,0 +358611,0,0,0,0,0 +358612,0,0,0,0,0 +358613,0,0,0,0,0 +358614,0,0,0,0,0 +358615,0,0,0,0,0 +358616,0,0,0,0,0 +358617,0,0,0,0,0 +358618,0,0,0,0,0 +358619,0,0,0,0,0 +358620,0,0,0,0,0 +358621,0,0,0,0,0 +358622,0,0,0,0,0 +358623,0,0,0,0,0 +358624,0,0,0,0,0 +358625,0,0,0,0,0 +358626,0,0,0,0,0 +358627,0,0,0,0,0 +358628,0,0,0,0,0 +358629,0,0,0,0,0 +358630,0,0,0,0,0 +358631,0,0,0,0,0 +358632,0,0,0,0,0 +358633,0,0,0,0,0 +358634,0,0,0,0,0 +358635,0,0,0,0,0 +358636,0,0,0,0,0 +358637,0,0,0,0,0 +358638,0,0,0,0,0 +358639,0,0,0,0,0 +358640,0,0,0,0,0 +358641,0,0,0,0,0 +358642,0,0,0,0,0 +358643,0,0,0,0,0 +358644,0,0,0,0,0 +358645,0,0,0,0,0 +358646,0,0,0,0,0 +358647,0,0,0,0,0 +358648,0,0,0,0,0 +358649,0,0,0,0,0 +358650,0,0,0,0,0 +358651,0,0,0,0,0 +358652,0,0,0,0,0 +358653,0,0,0,0,0 +358654,0,0,0,0,0 +358655,0,0,0,0,0 +358656,0,0,0,0,0 +358657,0,0,0,0,0 +358658,0,0,0,0,0 +358659,0,0,0,0,0 +358660,0,0,0,0,0 +358661,0,0,0,0,0 +358662,0,0,0,0,0 +358663,0,0,0,0,0 +358664,0,0,0,0,0 +358665,0,0,0,0,0 +358666,0,0,0,0,0 +358667,0,0,0,0,0 +358668,0,0,0,0,0 +358669,0,0,0,0,0 +358670,0,0,0,0,0 +358671,0,0,0,0,0 +358672,0,0,0,0,0 +358673,0,0,0,0,0 +358674,0,0,0,0,0 +358675,0,0,0,0,0 +358676,0,0,0,0,0 +358677,0,0,0,0,0 +358678,0,0,0,0,0 +358679,0,0,0,0,0 +358680,0,0,0,0,0 +358681,0,0,0,0,0 +358682,0,0,0,0,0 +358683,0,0,0,0,0 +358684,0,0,0,0,0 +358685,0,0,0,0,0 +358686,0,0,0,0,0 +358687,0,0,0,0,0 +358688,0,0,0,0,0 +358689,0,0,0,0,0 +358690,0,0,0,0,0 +358691,0,0,0,0,0 +358692,0,0,0,0,0 +358693,0,0,0,0,0 +358694,0,0,0,0,0 +358695,0,0,0,0,0 +358696,0,0,0,0,0 +358697,0,0,0,0,0 +358698,0,0,0,0,0 +358699,0,0,0,0,0 +358700,0,0,0,0,0 +358701,0,0,0,0,0 +358702,0,0,0,0,0 +358703,0,0,0,0,0 +358704,0,0,0,0,0 +358705,0,0,0,0,0 +358706,0,0,0,0,0 +358707,0,0,0,0,0 +358708,0,0,0,0,0 +358709,0,0,0,0,0 +358710,0,0,0,0,0 +358711,0,0,0,0,0 +358712,0,0,0,0,0 +358713,0,0,0,0,0 +358714,0,0,0,0,0 +358715,0,0,0,0,0 +358716,0,0,0,0,0 +358717,0,0,0,0,0 +358718,0,0,0,0,0 +358719,0,0,0,0,0 +358720,0,0,0,0,0 +358721,0,0,0,0,0 +358722,0,0,0,0,0 +358723,0,0,0,0,0 +358724,0,0,0,0,0 +358725,0,0,0,0,0 +358726,0,0,0,0,0 +358727,0,0,0,0,0 +358728,0,0,0,0,0 +358729,0,0,0,0,0 +358730,0,0,0,0,0 +358731,0,0,0,0,0 +358732,0,0,0,0,0 +358733,0,0,0,0,0 +358734,0,0,0,0,0 +358735,0,0,0,0,0 +358736,0,0,0,0,0 +358737,0,0,0,0,0 +358738,0,0,0,0,0 +358739,0,0,0,0,0 +358740,0,0,0,0,0 +358741,0,0,0,0,0 +358742,0,0,0,0,0 +358743,0,0,0,0,0 +358744,0,0,0,0,0 +358745,0,0,0,0,0 +358746,0,0,0,0,0 +358747,0,0,0,0,0 +358748,0,0,0,0,0 +358749,0,0,0,0,0 +358750,0,0,0,0,0 +358751,0,0,0,0,0 +358752,0,0,0,0,0 +358753,0,0,0,0,0 +358754,0,0,0,0,0 +358755,0,0,0,0,0 +358756,0,0,0,0,0 +358757,0,0,0,0,0 +358758,0,0,0,0,0 +358759,0,0,0,0,0 +358760,0,0,0,0,0 +358761,0,0,0,0,0 +358762,0,0,0,0,0 +358763,0,0,0,0,0 +358764,0,0,0,0,0 +358765,0,0,0,0,0 +358766,0,0,0,0,0 +358767,0,0,0,0,0 +358768,0,0,0,0,0 +358769,0,0,0,0,0 +358770,0,0,0,0,0 +358771,0,0,0,0,0 +358772,0,0,0,0,0 +358773,0,0,0,0,0 +358774,0,0,0,0,0 +358775,0,0,0,0,0 +358776,0,0,0,0,0 +358777,0,0,0,0,0 +358778,0,0,0,0,0 +358779,0,0,0,0,0 +358780,0,0,0,0,0 +358781,0,0,0,0,0 +358782,0,0,0,0,0 +358783,0,0,0,0,0 +358784,0,0,0,0,0 +358785,0,0,0,0,0 +358786,0,0,0,0,0 +358787,0,0,0,0,0 +358788,0,0,0,0,0 +358789,0,0,0,0,0 +358790,0,0,0,0,0 +358791,0,0,0,0,0 +358792,0,0,0,0,0 +358793,0,0,0,0,0 +358794,0,0,0,0,0 +358795,0,0,0,0,0 +358796,0,0,0,0,0 +358797,0,0,0,0,0 +358798,0,0,0,0,0 +358799,0,0,0,0,0 +358800,0,0,0,0,0 +358801,0,0,0,0,0 +358802,0,0,0,0,0 +358803,0,0,0,0,0 +358804,0,0,0,0,0 +358805,0,0,0,0,0 +358806,0,0,0,0,0 +358807,0,0,0,0,0 +358808,0,0,0,0,0 +358809,0,0,0,0,0 +358810,0,0,0,0,0 +358811,0,0,0,0,0 +358812,0,0,0,0,0 +358813,0,0,0,0,0 +358814,0,0,0,0,0 +358815,0,0,0,0,0 +358816,0,0,0,0,0 +358817,0,0,0,0,0 +358818,0,0,0,0,0 +358819,0,0,0,0,0 +358820,0,0,0,0,0 +358821,0,0,0,0,0 +358822,0,0,0,0,0 +358823,0,0,0,0,0 +358824,0,0,0,0,0 +358825,0,0,0,0,0 +358826,0,0,0,0,0 +358827,0,0,0,0,0 +358828,0,0,0,0,0 +358829,0,0,0,0,0 +358830,0,0,0,0,0 +358831,0,0,0,0,0 +358832,0,0,0,0,0 +358833,0,0,0,0,0 +358834,0,0,0,0,0 +358835,0,0,0,0,0 +358836,0,0,0,0,0 +358837,0,0,0,0,0 +358838,0,0,0,0,0 +358839,0,0,0,0,0 +358840,0,0,0,0,0 +358841,0,0,0,0,0 +358842,0,0,0,0,0 +358843,0,0,0,0,0 +358844,0,0,0,0,0 +358845,0,0,0,0,0 +358846,0,0,0,0,0 +358847,0,0,0,0,0 +358848,0,0,0,0,0 +358849,0,0,0,0,0 +358850,0,0,0,0,0 +358851,0,0,0,0,0 +358852,0,0,0,0,0 +358853,0,0,0,0,0 +358854,0,0,0,0,0 +358855,0,0,0,0,0 +358856,0,0,0,0,0 +358857,0,0,0,0,0 +358858,0,0,0,0,0 +358859,0,0,0,0,0 +358860,0,0,0,0,0 +358861,0,0,0,0,0 +358862,0,0,0,0,0 +358863,0,0,0,0,0 +358864,0,0,0,0,0 +358865,0,0,0,0,0 +358866,0,0,0,0,0 +358867,0,0,0,0,0 +358868,0,0,0,0,0 +358869,0,0,0,0,0 +358870,0,0,0,0,0 +358871,0,0,0,0,0 +358872,0,0,0,0,0 +358873,0,0,0,0,0 +358874,0,0,0,0,0 +358875,0,0,0,0,0 +358876,0,0,0,0,0 +358877,0,0,0,0,0 +358878,0,0,0,0,0 +358879,0,0,0,0,0 +358880,0,0,0,0,0 +358881,0,0,0,0,0 +358882,0,0,0,0,0 +358883,0,0,0,0,0 +358884,0,0,0,0,0 +358885,0,0,0,0,0 +358886,0,0,0,0,0 +358887,0,0,0,0,0 +358888,0,0,0,0,0 +358889,0,0,0,0,0 +358890,0,0,0,0,0 +358891,0,0,0,0,0 +358892,0,0,0,0,0 +358893,0,0,0,0,0 +358894,0,0,0,0,0 +358895,0,0,0,0,0 +358896,0,0,0,0,0 +358897,0,0,0,0,0 +358898,0,0,0,0,0 +358899,0,0,0,0,0 +358900,0,0,0,0,0 +358901,0,0,0,0,0 +358902,0,0,0,0,0 +358903,0,0,0,0,0 +358904,0,0,0,0,0 +358905,0,0,0,0,0 +358906,0,0,0,0,0 +358907,0,0,0,0,0 +358908,0,0,0,0,0 +358909,0,0,0,0,0 +358910,0,0,0,0,0 +358911,0,0,0,0,0 +358912,0,0,0,0,0 +358913,0,0,0,0,0 +358914,0,0,0,0,0 +358915,0,0,0,0,0 +358916,0,0,0,0,0 +358917,0,0,0,0,0 +358918,0,0,0,0,0 +358919,0,0,0,0,0 +358920,0,0,0,0,0 +358921,0,0,0,0,0 +358922,0,0,0,0,0 +358923,0,0,0,0,0 +358924,0,0,0,0,0 +358925,0,0,0,0,0 +358926,0,0,0,0,0 +358927,0,0,0,0,0 +358928,0,0,0,0,0 +358929,0,0,0,0,0 +358930,0,0,0,0,0 +358931,0,0,0,0,0 +358932,0,0,0,0,0 +358933,0,0,0,0,0 +358934,0,0,0,0,0 +358935,0,0,0,0,0 +358936,0,0,0,0,0 +358937,0,0,0,0,0 +358938,0,0,0,0,0 +358939,0,0,0,0,0 +358940,0,0,0,0,0 +358941,0,0,0,0,0 +358942,0,0,0,0,0 +358943,0,0,0,0,0 +358944,0,0,0,0,0 +358945,0,0,0,0,0 +358946,0,0,0,0,0 +358947,0,0,0,0,0 +358948,0,0,0,0,0 +358949,0,0,0,0,0 +358950,0,0,0,0,0 +358951,0,0,0,0,0 +358952,0,0,0,0,0 +358953,0,0,0,0,0 +358954,0,0,0,0,0 +358955,0,0,0,0,0 +358956,0,0,0,0,0 +358957,0,0,0,0,0 +358958,0,0,0,0,0 +358959,0,0,0,0,0 +358960,0,0,0,0,0 +358961,0,0,0,0,0 +358962,0,0,0,0,0 +358963,0,0,0,0,0 +358964,0,0,0,0,0 +358965,0,0,0,0,0 +358966,0,0,0,0,0 +358967,0,0,0,0,0 +358968,0,0,0,0,0 +358969,0,0,0,0,0 +358970,0,0,0,0,0 +358971,0,0,0,0,0 +358972,0,0,0,0,0 +358973,0,0,0,0,0 +358974,0,0,0,0,0 +358975,0,0,0,0,0 +358976,0,0,0,0,0 +358977,0,0,0,0,0 +358978,0,0,0,0,0 +358979,0,0,0,0,0 +358980,0,0,0,0,0 +358981,-39.09934715,340.3940841,148.7031254,-19.56984672,-231.2529133 +358982,402.2772984,306.1912375,590.3855879,181.1433254,573.2167003 +358983,395.6454677,300.4013383,582.1313585,178.0641003,564.9642025 +358984,384.4804481,294.7303961,569.1599218,172.8867878,548.3236329 +358985,373.0003784,290.3562717,556.428615,167.6284115,530.0141571 +358986,362.9424076,287.2934005,545.7749107,163.1023049,513.1191748 +358987,354.5126069,285.2478357,537.2844359,159.3837161,498.2849203 +358988,347.4091326,283.9574527,530.5286645,156.3086963,485.2449205 +358989,341.3160996,283.2534283,525.0995098,153.7132468,473.621371 +358990,336.0204656,283.0310254,520.7229742,151.4880821,463.152576 +358991,331.3892322,283.2168745,517.2228958,149.5656215,453.6711467 +358992,327.3298848,283.751983,514.4724516,147.8995179,445.0642348 +358993,323.7678161,284.5859846,512.3678452,146.4530507,437.2427716 +358994,320.6382158,285.6757658,510.8190581,145.1948891,430.1279413 +358995,317.8843535,286.9849551,509.7477348,144.09809,423.64786 +358996,315.4571907,288.4831885,509.0864375,143.1397805,417.7373635 +358997,313.3148613,290.1452329,508.777702,142.3007896,412.3381706 +358998,311.4217559,291.9500852,508.7726923,141.5651089,407.3984429 +358999,309.7476308,365.1285659,509.0299237,140.9193846,402.8722533 +359000,308.2667051,393.8848528,509.5140372,140.3524284,398.7188051 +359001,306.956997,386.6380245,510.1948673,139.8548577,394.9019069 +359002,305.7996668,409.0130374,511.0465649,139.4187555,391.3893046 +359003,304.7768166,423.0430801,512.0375623,139.0370811,388.1522562 +359004,303.8750681,436.8951924,513.1523247,138.7042602,385.1650725 +359005,303.0833588,450.7605749,514.3792978,138.4156564,382.4049194 +359006,302.3918901,464.6178684,515.7067524,138.1672725,379.8514472 +359007,301.7919599,478.5899065,517.123005,137.9556615,377.4865886 +359008,301.2758891,492.4266023,518.6172039,137.7778422,375.2941986 +359009,300.8370005,506.3477606,520.1797653,137.6312571,373.2598985 +359010,300.4694707,520.1319645,521.8023302,137.5136941,371.3707997 +359011,300.1682413,532.4492651,523.4776306,137.4232458,369.6153956 +359012,299.9241812,544.0920601,525.1581037,137.356037,367.9833316 +359013,299.7299956,556.1847089,526.8141086,137.3090522,366.4652869 +359014,299.5811246,567.2718292,528.4367934,137.2805337,365.0528385 +359015,299.474734,579.1288829,530.027398,137.2694873,363.7384166 +359016,299.4087214,590.2160152,531.5895398,137.2752151,362.5151638 +359017,299.3812765,601.9253832,533.1263052,137.297114,361.3769103 +359018,299.3907034,612.7589599,534.639801,137.3345999,360.3180297 +359019,299.435435,623.8891077,536.1314958,137.3871195,359.3334327 +359020,299.5140037,635.1598138,537.6024791,137.4541416,358.4184442 +359021,299.6250686,651.413794,539.0536354,137.5351725,357.5688138 +359022,299.7673799,666.4112682,540.4856684,137.6297425,356.7806237 +359023,299.9397884,680.7380513,541.8991404,137.7374122,356.0502959 +359024,300.1412069,695.1977192,543.2944597,137.8577572,355.3745074 +359025,300.3706341,709.9046962,544.6719283,137.9903809,354.7502248 +359026,300.6271132,724.0530583,546.0317266,138.1348966,354.174615 +359027,300.9097591,738.3031806,547.3739615,138.2909423,353.6450873 +359028,301.2177173,752.2108728,548.6986456,138.4581622,353.1592052 +359029,301.5502011,766.581413,550.00575,138.6362252,352.7147339 +359030,301.9064499,780.3468659,551.2951779,138.8248068,352.309139 +359031,302.2857652,794.2361851,552.5668115,139.0236061,351.940243 +359032,302.6874665,807.9995064,553.8204801,139.2323264,351.6061731 +359033,303.1109145,821.4325814,555.0559919,139.450686,351.3053244 +359034,303.5554751,835.7220748,556.273107,139.6784031,351.036176 +359035,304.0205528,848.6091545,557.4715775,139.9152107,350.7973418 +359036,304.5055565,862.2958406,558.6511198,140.1608421,350.5874639 +359037,305.0099399,875.6050804,559.8114604,140.4150491,350.4053145 +359038,305.5331561,888.880204,560.9522955,140.6775818,350.2496817 +359039,306.0746964,902.0773902,562.0733339,140.9482066,350.1194675 +359040,306.6340548,914.8798881,563.1742657,141.2266901,350.0135914 +359041,307.3933583,1358.58249,564.4373958,141.5958131,350.2630724 +359042,326.9145584,1386.288931,583.5670471,150.6589927,385.2621233 +359043,356.2513476,1409.496239,1146.01073,164.1401458,439.282926 +359044,386.1285677,1431.033073,1736.760243,177.6797841,495.8037818 +359045,412.598864,1451.683618,1273.290813,189.4733038,547.4245038 +359046,435.1638084,1471.485167,1450.158984,199.3506058,592.8401037 +359047,454.5152875,1490.75661,1472.889125,207.6896498,632.9165111 +359048,471.4101718,1509.789801,1490.371175,214.8808921,668.7278326 +359049,486.3791058,1528.130745,1507.31108,221.1938677,701.0317209 +359050,499.7655742,1546.47145,1523.672834,226.8010568,730.3148927 +359051,511.813501,1564.60602,1539.169626,231.8230306,756.9274626 +359052,522.7192727,1582.221202,1554.425009,236.3550126,781.1622099 +359053,532.6513452,1600.000394,1569.038639,240.4770741,803.2824118 +359054,541.7552125,1617.369901,1583.214321,244.2569994,823.5264328 +359055,550.1550539,1630.238077,1598.431161,247.7514568,842.1073597 +359056,558.0499517,1646.616976,1611.790257,251.0662653,859.2136406 +359057,565.4951336,1663.064569,1625.073113,254.2193028,875.0110272 +359058,572.5169407,1684.060934,1637.828137,257.2122871,889.6449848 +359059,579.1527244,1700.822021,1650.279904,260.0556903,903.2434137 +359060,585.4485231,1717.112914,1662.330781,262.7671435,915.9188614 +359061,591.4498726,1735.008163,1674.184083,265.3654397,927.7704585 +359062,597.1967526,1718.365241,1685.584959,267.8671418,938.8855143 +359063,602.722654,1774.716236,1696.730744,270.2858181,949.3409825 +359064,608.0553951,1771.839788,1707.553793,272.632423,959.2046936 +359065,613.2182721,1790.996468,1718.022118,274.9159015,968.5365183 +359066,618.230929,1806.722178,1728.408136,277.1436411,977.3892769 +359067,623.1100397,1821.852777,1738.225184,279.3218036,985.8096541 +359068,627.8697568,1837.100274,1750.262305,281.4555312,993.8388753 +359069,632.5221479,1852.149044,1760.308136,283.5491404,1001.513452 +359070,775.6427397,1867.15859,1768.236916,285.6062478,1008.86569 +359071,794.8341288,1881.007754,1778.578894,287.6299065,1015.924262 +359072,785.1579192,1894.770175,1784.203322,337.3406005,1022.71455 +359073,815.6691735,1908.237398,1795.76175,362.32998,1029.259072 +359074,832.284335,1921.531086,1776.068518,352.0410072,1035.577756 +359075,848.2844059,1934.716916,1817.582788,367.6315941,1041.688322 +359076,863.8380338,1947.421426,1808.669317,375.600202,1047.606543 +359077,879.1643362,1960.359669,1818.670009,383.520035,1053.346522 +359078,894.0445474,1972.94612,1824.986564,391.0180031,1058.920888 +359079,908.9708381,1985.237242,1831.355686,398.5702753,1064.340964 +359080,923.1266553,1997.510707,1837.322258,405.74275,1069.616891 +359081,937.6326843,2009.609589,1843.047218,413.0482732,1074.755212 +359082,951.463228,2021.499982,1848.632683,420.0112546,1076.344722 +359083,965.2022574,2033.269419,1853.992355,426.8440635,1075.312716 +359084,978.6878226,2044.981236,1859.167987,433.735818,1074.309288 +359085,991.8335237,2056.306125,1864.154045,440.3526936,1073.368697 +359086,1005.381566,2067.602638,1868.952229,446.8036764,1072.488643 +359087,1017.586205,2078.89785,1873.635065,453.4767285,1071.654324 +359088,1030.784251,2089.953698,1877.973043,459.4884668,1070.850845 +359089,1042.848236,2100.717304,1882.221864,465.8360089,1070.066489 +359090,1055.571528,2111.532239,1886.489045,472.1183494,1069.292309 +359091,1067.711427,2122.028644,1890.268275,477.8089007,1068.521156 +359092,1079.334046,2132.736082,1894.113618,483.992831,1067.747031 +359093,1091.087512,2142.864135,1897.731226,489.7248781,1066.964806 +359094,1103.041454,2153.148513,1901.283085,495.4668555,1066.170062 +359095,1114.32416,2163.203959,1904.507799,501.1261318,1065.359055 +359096,1125.684015,2173.238935,1907.687747,506.5733104,1064.528586 +359097,1136.585496,2195.144854,1910.844922,512.2497679,1063.676 +359098,1148.062955,2181.074411,1913.723959,517.6933456,1062.799061 +359099,1158.730969,2202.055881,1916.61167,522.6916026,1061.895936 +359100,1169.54172,2213.972561,1919.182701,528.2724391,1217.471019 +359101,1401.651935,2298.14307,2137.025275,625.0110736,1648.826546 +359102,1838.691791,2551.811901,2571.187634,823.3848056,2410.958339 +359103,1320.368501,2265.414753,2073.0864,589.0047407,1440.196191 +359104,1873.536709,2555.910876,2534.466934,840.0158623,2477.486125 +359105,1349.543994,2299.229261,2123.25798,602.9289715,1482.837906 +359106,1903.085733,2570.035827,2499.963707,853.5039492,2506.057367 +359107,1367.969004,2318.508517,2182.109755,612.7156525,1490.032555 +359108,1930.584825,2588.842176,2465.056777,866.1293697,2537.153316 +359109,1388.246812,2337.075273,2225.891056,622.6017658,1506.364846 +359110,1955.994278,2611.077451,2433.989167,878.1190201,2554.502642 +359111,1575.581003,2438.121678,2426.05137,708.3954838,1833.709028 +359112,1730.435302,2506.553683,2311.63322,777.6229957,2111.236834 +359113,1716.563083,2510.044641,2375.490065,771.776193,2074.377732 +359114,1726.808035,2516.058756,2368.451554,776.6580947,2082.626082 +359115,1737.515168,2524.710579,2367.340088,781.6916263,2091.567961 +359116,1747.846513,2532.732351,2369.616588,786.7035006,2100.384119 +359117,1758.43753,2541.142092,2376.694887,791.5720159,2108.773765 +359118,1768.671843,2549.019069,2375.231479,796.4620888,2117.434457 +359119,1778.799668,2563.497956,2376.839359,800.8887785,2125.486921 +359120,1789.099202,2562.536233,2383.671692,806.2451357,2133.647083 +359121,1798.901026,2573.10636,2382.586335,810.6147192,2141.56365 +359122,1808.865073,2580.4961,2383.258566,815.3092171,2149.348517 +359123,1818.557266,2587.996544,2390.192209,819.9555191,2156.98969 +359124,1828.38718,2594.704558,2388.430781,824.5135253,2164.566912 +359125,1837.926735,2602.049222,2388.200809,828.9168989,2171.806516 +359126,1847.542584,2609.032899,2388.948867,833.4537871,2179.023736 +359127,1856.747262,2615.713623,2389.844781,837.8214838,2192.867098 +359128,1866.288561,2622.712798,2388.713969,842.1859741,2192.271253 +359129,1875.467451,2629.231799,2387.572505,846.49908,2190.922786 +359130,1884.658892,2635.736626,2386.399601,850.7710974,2212.532934 +359131,1893.622198,2648.294574,2385.396711,854.8910283,2211.973379 +359132,1902.397807,2646.079133,2384.43697,859.062874,2219.939566 +359133,1911.400048,2654.302357,2384.977384,863.1372908,2226.405598 +359134,1919.895596,2660.146892,2384.517407,867.1016523,2232.808759 +359135,1937.072228,2665.062038,2382.011957,871.0699658,2238.901947 +359136,1932.61729,2671.013232,2380.301575,875.0644494,2245.193961 +359137,1960.506492,2675.683621,2378.898996,878.9339788,2250.984425 +359138,1941.819802,2681.019409,2377.682867,882.8031352,2257.143392 +359139,1954.370057,2692.082883,2376.774858,886.6277711,2279.743106 +359140,1977.67877,2683.002149,2375.79257,890.367717,2243.026592 +359141,1976.482559,2703.735998,2376.454912,894.16294,2286.832568 +359142,1986.797019,2699.767271,2376.310316,897.7809675,2277.354049 +359143,1994.799227,2704.64048,2375.639653,901.5915604,2285.467621 +359144,2003.117031,2709.221905,2373.006707,905.2191529,2291.163781 +359145,2010.68878,2719.92903,2371.475608,908.7464877,2312.09951 +359146,2018.591692,2711.538907,2371.919337,912.3113259,2277.886012 +359147,2026.258905,2727.665241,2369.833469,915.9222989,2322.828638 +359148,2034.23656,2725.893604,2368.561736,919.4053946,2303.217868 +359149,2041.683595,2729.193499,2367.475215,922.9013548,2320.330214 +359150,2049.388855,2740.524174,2368.273851,926.3611145,2321.69348 +359151,2057.035156,2730.397966,2366.345103,929.7956591,2347.760241 +359152,2064.281338,2745.272306,2364.950852,933.2017547,2300.976266 +359153,2071.98025,2745.799069,2366.015355,936.5820928,2366.376515 +359154,2079.293828,2752.66865,2364.525973,939.9405437,2321.765684 +359155,2086.78004,2745.555779,2365.156705,943.2232077,2363.893231 +359156,2093.929856,2757.001719,2363.313717,946.6066977,2345.051278 +359157,2101.281926,2763.44031,2362.596508,949.9057174,2358.138545 +359158,2108.500266,2756.466727,2364.006216,953.1032213,2361.225477 +359159,2115.759659,2765.555769,2362.884437,956.3830901,2365.559263 +359160,2123.026764,2768.015511,2364.343828,959.5457522,2376.79304 +359161,2136.739147,2770.221497,2364.65352,965.5969698,2382.16774 +359162,2145.525423,2771.287863,2363.436195,969.4192798,2393.135116 +359163,2153.938148,2776.20723,2365.03676,973.0630709,2397.5551 +359164,2161.916632,2777.648733,2364.472085,976.6223063,2402.872168 +359165,2170.044463,2779.978349,2364.601269,980.1159232,2407.998741 +359166,2177.873411,2784.402522,2366.625536,983.5626516,2412.88632 +359167,2185.941458,2784.132168,2366.121907,986.975355,2417.837331 +359168,2193.819507,2784.767887,2366.135987,990.3541636,2422.662476 +359169,2201.473372,2785.815895,2366.283481,993.707805,2427.202734 +359170,2209.327969,2787.126513,2366.501951,997.0369392,2432.079828 +359171,2217.047162,2788.545995,2366.771039,1000.291182,2436.616557 +359172,2224.751719,2789.999259,2367.078636,1003.654999,2441.002678 +359173,2232.538494,2791.4384,2367.424883,1006.882169,2445.746733 +359174,2238.254646,2793.017407,2367.908046,1012.668201,2455.699943 +359175,2245.800415,2793.400273,2368.694917,1016.23595,2451.922673 +359176,2253.077755,2792.990049,2369.581443,1019.644051,2459.258537 +359177,2260.471158,2792.698122,2370.541194,1023.076149,2463.308248 +359178,2267.952631,2792.900439,2371.527672,1026.352991,2467.545325 +359179,2275.10212,2793.483127,2372.481361,1029.646265,2471.660083 +359180,2282.507324,2794.452143,2373.507377,1032.904213,2481.225426 +359181,2289.778012,2795.484335,2374.503338,1036.138157,2477.795252 +359182,2297.043466,2796.330226,2375.347924,1039.350098,2483.808025 +359183,2310.534054,2796.287229,2376.33137,1042.541096,2488.448736 +359184,2306.648574,2798.515571,2378.862186,1045.711292,2497.494981 +359185,2342.220229,2797.197071,2378.744813,1048.865466,2493.990754 +359186,2289.758138,2799.127475,2380.669836,1051.997537,2499.928432 +359187,2350.780505,2797.72102,2380.309062,1055.115805,2508.329054 +359188,2336.182222,2799.432516,2382.208983,1058.213263,2506.617085 +359189,2347.121907,2798.037434,2381.754743,1061.298477,2514.377119 +359190,2354.324999,2799.750622,2383.591768,1064.363828,2513.918362 +359191,2361.249792,2798.270125,2383.195078,1067.36112,2523.572892 +359192,2368.160917,2790.857872,2383.278089,1070.330687,2518.833039 +359193,2375.158446,2800.137332,2383.303628,1073.223814,2516.892268 +359194,2381.816908,2791.27688,2383.101144,1076.243875,2510.765932 +359195,2388.604259,2798.606849,2382.769673,1079.118082,2504.734007 +359196,2395.579037,2788.039526,2381.899051,1082.086906,2498.777929 +359197,2402.389421,2795.581546,2380.823423,1084.8816,2493.01351 +359198,2408.966201,2785.3864,2379.620962,1087.794826,2487.456689 +359199,2415.800652,2794.076019,2380.027105,1090.640567,2484.201513 +359200,2422.489493,2782.194774,2377.870047,1093.424363,2478.020931 +359201,2429.317969,2788.417057,2376.213352,1096.342648,2472.671032 +359202,2435.789797,2785.147701,2374.85772,1099.116216,2467.865416 +359203,2447.048772,2782.184163,2373.610625,1101.930112,2463.343975 +359204,2455.35618,2779.720442,2372.496351,1108.205055,2458.901483 +359205,2457.437269,2777.607616,2371.176141,1106.007663,2454.575536 +359206,2444.549268,2775.610752,2369.919545,1116.192722,2450.43509 +359207,2479.704682,2773.501256,2368.688336,1108.95336,2446.412414 +359208,2472.778467,2771.200115,2367.421672,1126.440338,2442.416902 +359209,2482.020921,2768.838476,2366.345102,1108.61564,2438.508159 +359210,2488.770051,2766.464101,2365.094808,1117.764739,2434.711427 +359211,2494.937108,2763.994784,2364.017021,1127.886231,2430.948738 +359212,2513.278955,2761.409187,2362.626732,1125.279966,2427.180811 +359213,2494.042559,2758.806811,2361.309916,1129.311433,2423.490066 +359214,2518.388282,2756.17571,2359.969996,1132.041191,2419.880433 +359215,2521.652999,2753.435281,2358.666065,1134.727074,2416.27856 +359216,2527.00282,2750.610485,2357.641161,1137.405306,2412.688813 +359217,2546.313553,2747.703337,2356.413168,1140.139173,2409.097247 +359218,2523.201425,2745.002236,2355.423178,1142.704369,2405.563577 +359219,2554.420386,2741.774478,2354.283726,1145.339944,2402.078401 +359220,2558.716183,2738.45559,2353.092644,1148.075729,2398.545742 +359221,2430.979633,2705.793088,2353.681771,1097.178486,2398.487577 +359222,2460.108642,2665.300155,2349.16467,1098.353265,2390.700537 +359223,2431.776083,2680.488906,2340.39738,1100.047325,2376.848695 +359224,2460.681553,2671.332576,2330.719653,1101.787675,2361.247662 +359225,2455.827299,2666.206695,2324.157852,1103.605132,2348.831505 +359226,2462.076057,2662.210864,2318.979641,1105.454096,2338.812688 +359227,2466.467999,2657.965888,2315.248345,1107.325868,2330.612025 +359228,2471.155261,2654.212213,2313.954114,1109.276343,2325.726352 +359229,2481.723469,2642.489623,2312.144304,1111.067468,2320.380274 +359230,2479.775241,2650.616446,2308.811468,1112.945362,2313.272187 +359231,2505.01504,2632.27543,2306.4724,1114.940006,2307.608185 +359232,2452.356942,2641.241031,2304.683716,1116.79839,2302.805903 +359233,2513.152652,2622.611194,2303.183938,1118.717939,2298.521131 +359234,2508.642774,2625.148711,2301.664314,1120.695357,2294.35489 +359235,2482.214233,2619.918826,2300.378519,1122.508442,2290.618044 +359236,2518.308982,2614.047399,2299.289877,1124.469507,2287.254676 +359237,2529.919293,2609.710892,2299.778361,1126.374174,2286.02694 +359238,2488.470814,2603.934576,2297.852917,1128.28513,2281.801206 +359239,2560.133112,2598.884016,2298.24095,1130.20142,2280.630576 +359240,2487.539044,2593.997889,2298.146567,1132.113462,2278.73309 +359241,2572.722011,2588.603893,2297.750893,1134.024066,2276.776314 +359242,2496.248777,2582.620152,2295.697986,1135.935695,2272.621564 +359243,2581.519575,2570.721928,2294.404406,1137.847181,2269.520984 +359244,2530.186991,2579.70354,2293.504486,1139.756627,2266.973295 +359245,2554.603765,2557.996918,2292.786689,1141.665087,2264.433127 +359246,2556.125965,2561.439945,2291.920369,1143.642401,2262.058791 +359247,2560.319485,2554.754333,2291.453521,1145.442973,2260.18208 +359248,2565.128153,2548.048107,2290.799674,1147.398208,2258.585354 +359249,2569.640653,2542.756773,2290.838864,1149.290572,2257.081669 +359250,2574.208686,2536.716742,2290.666783,1151.122116,2255.645115 +359251,2578.672427,2531.024694,2292.303297,1153.078196,2256.286627 +359252,2582.894733,2524.201428,2291.248753,1154.86643,2253.709633 +359253,2587.587813,2518.221395,2290.72685,1156.710354,2251.845847 +359254,2591.87677,2505.09664,2290.272546,1158.607097,2250.074877 +359255,2596.228548,2514.06875,2290.218838,1160.322462,2248.564708 +359256,2600.660768,2488.951244,2290.033309,1162.189022,2247.134252 +359257,2604.78771,2494.206847,2289.739637,1163.989463,2245.580653 +359258,2609.379533,2484.930759,2289.55941,1165.795448,2244.179735 +359259,2613.667204,2478.085452,2289.439344,1167.596943,2242.862051 +359260,2617.888031,2471.272338,2289.292087,1169.393667,2241.511696 +359261,2622.275228,2464.601758,2289.149351,1171.185657,2240.171894 +359262,2634.647959,2457.781466,2289.130632,1172.972528,2238.992926 +359263,2627.09057,2450.781926,2289.11372,1174.754519,2237.81627 +359264,2636.300891,2443.76617,2289.179725,1176.532335,2236.495141 +359265,2639.995953,2436.926687,2289.054201,1178.305056,2235.185011 +359266,2643.867704,2429.483479,2288.956166,1180.073056,2233.911371 +359267,2647.90739,2415.249463,2288.740769,1181.836223,2232.492074 +359268,2652.326418,2424.647946,2288.658277,1183.594768,2231.235949 +359269,2656.428103,2397.077262,2288.609484,1185.348463,2230.015034 +359270,2660.494701,2402.960324,2288.451763,1187.097297,2228.65764 +359271,2664.852744,2392.337148,2290.039112,1188.917375,2229.474286 +359272,2668.605383,2384.316004,2289.050432,1190.541452,2227.095398 +359273,2672.698673,2377.294729,2288.622211,1192.331355,2225.410294 +359274,2677.138103,2369.842638,2290.080036,1194.050215,2226.063919 +359275,2680.995399,2362.295384,2290.683362,1195.772705,2225.658874 +359276,2684.813672,2354.264803,2289.289961,1197.414919,2222.776431 +359277,2689.265981,2346.873292,2290.364923,1199.245355,2222.954925 +359278,2692.626792,2338.928173,2289.162131,1200.898763,2220.288493 +359279,2697.276249,2331.312083,2290.362826,1202.616296,2220.603981 +359280,2700.835438,2323.249976,2289.242082,1204.315268,2218.031889 +359281,2464.834515,2200.393203,2285.164102,1096.803156,2212.486924 +359282,2460.237879,2195.492239,2264.400005,1095.194187,2183.322681 +359283,2460.252798,2182.410529,2238.692305,1094.974236,2146.227196 +359284,2460.341979,2172.975802,2217.94857,1094.849376,2113.547593 +359285,2460.726883,2163.353812,2204.274291,1094.810883,2090.020294 +359286,2460.963331,2153.51089,2192.871894,1095.023058,2069.29879 +359287,2462.081031,2143.974237,2185.242591,1095.183377,2053.426359 +359288,2462.829577,2134.398961,2181.474719,1095.584545,2043.024717 +359289,2463.69839,2124.852104,2176.352977,1095.865213,2031.480563 +359290,2464.686575,2115.108654,2172.459535,1096.241431,2022.194722 +359291,2465.781131,2105.669791,2169.557101,1096.632132,2014.340975 +359292,2466.76451,2096.030811,2167.187632,1097.117509,2007.554051 +359293,2467.97766,2086.650482,2166.879042,1097.443643,2003.684548 +359294,2468.80431,2076.807033,2164.148271,1097.942294,1997.200127 +359295,2470.279284,2067.437546,2162.201019,1098.399495,1991.98556 +359296,2471.418247,2057.80788,2162.312664,1098.880818,1989.565072 +359297,2472.498616,2048.395766,2159.960012,1099.372602,1984.364627 +359298,2473.817218,2038.648367,2158.33858,1099.881688,1980.267516 +359299,2475.092296,2019.899015,2157.098534,1100.400672,1976.812213 +359300,2476.27594,2032.130787,2156.180608,1100.931619,1973.908747 +359301,2485.69667,1985.547849,2155.7346,1101.473721,1971.729182 +359302,2467.067281,2020.638077,2155.384405,1102.025916,1969.80139 +359303,2493.149501,1974.357791,2155.179254,1102.588371,1968.172219 +359304,2469.520608,2007.185106,2155.065597,1103.160241,1966.760941 +359305,2495.344129,1935.007717,2156.800902,1103.742409,1967.71424 +359306,2472.232776,1990.153232,2155.870146,1104.329726,1965.488057 +359307,2497.878178,1929.326641,2155.528925,1104.929158,1964.049349 +359308,2483.369074,1969.699355,2157.368539,1105.535818,1965.10145 +359309,2489.040721,1903.082421,2156.349808,1106.147318,1962.941655 +359310,2490.643698,1936.233912,2157.639983,1106.770558,1963.670998 +359311,2491.495217,1910.747841,2158.200443,1107.358547,1963.538625 +359312,2492.627189,1928.612619,2158.432457,1107.946565,1963.038309 +359313,2494.229135,1859.876056,2158.592171,1108.536567,1962.478415 +359314,2495.412254,1921.349986,2158.689523,1109.129238,1961.864092 +359315,2496.594413,1845.030846,2157.026359,1109.724257,1959.092263 +359316,2498.177132,1879.870805,2158.018689,1110.325349,1959.596858 +359317,2499.201843,1854.575349,2156.705565,1110.925578,1957.270872 +359318,2500.715986,1848.212156,2156.148392,1111.532428,1955.885107 +359319,2501.966928,1839.004119,2155.903684,1112.140708,1954.89181 +359320,2503.461167,1829.722841,2157.525856,1112.752948,1956.219031 +359321,2504.52921,1820.74714,2156.587432,1113.365229,1954.420488 +359322,2506.028894,1831.439225,2156.227817,1113.982778,1953.353519 +359323,2507.360869,1774.163079,2156.131829,1114.601247,1952.61845 +359324,2508.858278,1817.199449,2157.870842,1115.222716,1954.159482 +359325,2509.946339,1767.069264,2156.997548,1115.843784,1952.503122 +359326,2511.484287,1782.650158,2156.725809,1116.544089,1951.599615 +359327,2512.854305,1765.157435,2156.64602,1117.059011,1950.933544 +359328,2514.358833,1758.025229,2158.37029,1117.741344,1952.500214 +359329,2515.576202,1749.237536,2157.5118,1118.355311,1950.899654 +359330,2517.082216,1740.577235,2157.248753,1118.987409,1950.040032 +359331,2518.609178,1731.84517,2158.892849,1119.619648,1951.535534 +359332,2519.839905,1723.5642,2157.995863,1120.247768,1949.907583 +359333,2521.429501,1714.849031,2157.719908,1120.882578,1949.047546 +359334,2522.881486,1706.522393,2157.666604,1121.51527,1948.457025 +359335,2524.548488,1698.050727,2159.429457,1122.150563,1950.111657 +359336,2525.934762,1689.932112,2160.501277,1122.782855,1950.696703 +359337,2527.163638,1681.659794,2159.128437,1123.415307,1948.768988 +359338,2529.34396,1673.563178,2160.60433,1124.053197,1949.891551 +359339,2530.680671,1665.406779,2161.237664,1124.684805,1950.217403 +359340,2532.24441,1657.605629,2159.957371,1125.317438,1948.161762 +359341,2766.394752,1757.087709,2165.582428,1232.488403,1954.771474 +359342,2777.793167,1751.415292,2184.768915,1235.321877,1981.564746 +359343,2783.092782,1745.241498,2209.971627,1237.107992,2017.158844 +359344,2777.307315,1738.767062,2231.165044,1238.843909,2048.833467 +359345,2788.807765,1732.521824,2246.442114,1240.569068,2073.651878 +359346,2791.876011,1726.052812,2258.886296,1242.037452,2094.82024 +359347,2793.264758,1719.689079,2265.620585,1243.513503,2108.538103 +359348,2796.867649,1713.378253,2270.897809,1244.935295,2119.938309 +359349,2800.254064,1707.126154,2275.138832,1246.321307,2129.50686 +359350,2810.551152,1700.950028,2278.861069,1247.678506,2137.90739 +359351,2798.002062,1694.854258,2281.93531,1249.010813,2145.220454 +359352,2816.981219,1688.73614,2284.542941,1250.320693,2151.310914 +359353,2812.895388,1702.895291,2287.012692,1251.610631,2156.841547 +359354,2815.899591,1648.523932,2290.903027,1252.8425,2163.793267 +359355,2817.723901,1705.962045,2291.859597,1254.125202,2166.825056 +359356,2821.356221,1632.963916,2293.439557,1255.327483,2170.119527 +359357,2825.127149,1680.624124,2296.642086,1256.539017,2175.423837 +359358,2826.457437,1643.035159,2297.212523,1257.738375,2177.280811 +359359,2829.467847,1653.707624,2298.301008,1259.005799,2179.593468 +359360,2840.562151,1643.50004,2301.408018,1259.976939,2184.23702 +359361,2827.318469,1639.303503,2301.839097,1261.39064,2185.443456 +359362,2845.037606,1634.384342,2304.407153,1262.34753,2189.175283 +359363,2835.124387,1629.561543,2306.221968,1263.544155,2191.880257 +359364,2848.42319,1624.864741,2306.08365,1264.647153,2192.083859 +359365,2846.466233,1620.298503,2306.853019,1265.750717,2193.317118 +359366,2847.904685,1615.946583,2307.857036,1267.043991,2194.756787 +359367,2851.918422,1611.978183,2310.573685,1268.457217,2198.449905 +359368,2860.098531,1607.877245,2310.904207,1269.954996,2198.948604 +359369,2849.858211,1603.924829,2311.710597,1271.540315,2199.989719 +359370,2863.149519,1600.116874,2312.584318,1273.20334,2201.071429 +359371,2862.607291,1596.07904,2313.703313,1274.902555,2202.420454 +359372,2863.34506,1592.291677,2314.843255,1276.776764,2203.776392 +359373,2872.464551,1588.467955,2316.037317,1278.535006,2205.191012 +359374,2863.019155,1584.701672,2317.119543,1280.537759,2206.464754 +359375,2874.221756,1580.97868,2318.051814,1282.52855,2207.550395 +359376,2874.385882,1577.197217,2319.088742,1284.57822,2208.759369 +359377,2874.965841,1573.694529,2320.105779,1286.692726,2209.938751 +359378,2876.105967,1570.024958,2320.976767,1288.871904,2210.934041 +359379,2877.688147,1566.473396,2321.758244,1291.032636,2212.003689 +359380,2879.49548,1562.954053,2322.503509,1293.505813,2212.804657 +359381,2881.341472,1559.455169,2323.241985,1295.785488,2213.589958 +359382,2883.175771,1556.004901,2323.97509,1298.269567,2214.365219 +359383,2885.01405,1552.574999,2324.702566,1301.46352,2215.134198 +359384,2885.302784,1550.84098,2325.375047,1304.848475,2215.837115 +359385,2885.531426,1548.617194,2325.943132,1305.937472,2216.575407 +359386,2885.733745,1546.227224,2326.398807,1312.552895,2216.970612 +359387,2885.958381,1544.022691,2326.776217,1307.428325,2217.271777 +359388,2886.177852,1541.585729,2327.074643,1327.638366,2217.609069 +359389,2886.455257,1539.374408,2327.351283,1296.10366,2217.840774 +359390,2889.459933,1537.002952,2329.320779,1330.473735,2219.813388 +359391,2888.363882,1534.898797,2328.669467,1320.475319,2218.741506 +359392,2890.773277,1532.607339,2330.219844,1326.126381,2220.643588 +359393,2889.382067,1530.411049,2329.332937,1329.108175,2219.515707 +359394,2888.951991,1528.221815,2329.016132,1332.361418,2219.038466 +359395,2888.859711,1526.048579,2328.865796,1335.596103,2218.739161 +359396,2888.968333,1523.893342,2328.801798,1338.905422,2218.532528 +359397,2889.205629,1521.756268,2328.787422,1342.278173,2218.383991 +359398,2889.524834,1519.637054,2328.799429,1345.713958,2218.479964 +359399,2889.899491,1517.536183,2328.824403,1349.2114,2218.398141 +359400,2890.317151,1515.453298,2328.855888,1352.775236,2218.327406 +359401,2891.346377,1536.180816,2329.513803,1379.181089,2219.451751 +359402,2895.157324,1535.334269,2331.855764,1384.080251,2223.157009 +359403,2900.304468,1534.202502,2335.043472,1388.69168,2228.235843 +359404,2905.226265,1532.864664,2338.14495,1393.172622,2233.359679 +359405,2909.273314,1531.455752,2340.75493,1397.628171,2238.150465 +359406,2912.470875,1529.99918,2342.863334,1402.07892,2242.10801 +359407,2915.070077,1528.516471,2344.59698,1406.553846,2245.556764 +359408,2917.300426,1526.9247,2346.077508,1411.058697,2248.633712 +359409,2919.307662,1525.563909,2347.384786,1415.603779,2251.431228 +359410,2921.172421,1523.993579,2348.565636,1420.192318,2254.005407 +359411,2922.938562,1522.506226,2349.647822,1425.197889,2256.391806 +359412,2924.62014,1521.007919,2350.638241,1436.722382,2258.602054 +359413,2928.981179,1519.514992,2353.303483,1423.072913,2262.823253 +359414,2929.23985,1518.024271,2353.352445,1444.562811,2263.777787 +359415,2930.25967,1516.543102,2353.858526,1442.637325,2265.244925 +359416,2931.497134,1515.066866,2354.460372,1448.726319,2266.773603 +359417,2932.858059,1513.598373,2355.10418,1453.683877,2268.304295 +359418,2934.293328,1512.137159,2355.762225,1458.574812,2269.812499 +359419,2935.765646,1510.683994,2356.420387,1463.845972,2271.288842 +359420,2937.261944,1509.238663,2357.070176,1468.731203,2272.72852 +359421,2938.767313,1507.801776,2357.707634,1473.956906,2274.13063 +359422,2940.283128,1506.373029,2358.330662,1479.138823,2275.495647 +359423,2941.806281,1504.952955,2358.938121,1484.385831,2276.824733 +359424,2943.323543,1503.541196,2359.523224,1493.29829,2278.11177 +359425,2944.842121,1502.138253,2360.091547,1494.553367,2279.36559 +359426,2946.343191,1500.743691,2360.631554,1512.60935,2280.5737 +359427,2947.904259,1499.358027,2361.192568,1484.038837,2281.798543 +359428,2949.491892,1497.980702,2361.754002,1522.438568,2283.016517 +359429,2951.017596,1496.612371,2362.260266,1514.520846,2284.160554 +359430,2952.533416,1495.252645,2362.744142,1522.293159,2285.27188 +359431,2954.043722,1493.851255,2363.208055,1535.068254,2286.354084 +359432,2955.571822,1492.447783,2363.665492,1523.548245,2287.431554 +359433,2957.110957,1491.047634,2364.111567,1544.07488,2288.503903 +359434,2958.620776,1489.651759,2364.518549,1543.954839,2289.538775 +359435,2960.151405,1488.261297,2364.889206,1556.49731,2290.538984 +359436,2961.771018,1486.876101,2365.251122,1549.331616,2291.537281 +359437,2963.471824,1485.496697,2365.600472,1566.518801,2292.528021 +359438,2965.207161,1484.122834,2365.916519,1569.01222,2293.485074 +359439,2966.994215,1480.31762,2366.219521,1571.787375,2294.432957 +359440,2969.035515,1478.53884,2366.270686,1601.362498,2295.417194 +359441,2971.233241,1476.948091,2366.156742,1577.976143,2296.414951 +359442,2973.553295,1475.409394,2366.061093,1604.53061,2297.473773 +359443,2978.646602,1473.90334,2367.77676,1600.727562,2300.934373 +359444,2979.667806,1472.412627,2367.00207,1609.952385,2301.038486 +359445,2981.703929,1470.943902,2366.930845,1615.764406,2301.951645 +359446,2984.171872,1469.392135,2367.162532,1621.895011,2303.188048 +359447,2986.889856,1468.083251,2367.571744,1628.419975,2304.610036 +359448,2989.758815,1466.583393,2368.09439,1634.716878,2306.152181 +359449,2992.710837,1465.173307,2368.686883,1641.122071,2307.768707 +359450,2995.709047,1463.759743,2369.323719,1647.420827,2309.43212 +359451,2998.736703,1462.3553,2369.990981,1654.025506,2311.127104 +359452,3001.782537,1460.960223,2370.678024,1660.466299,2312.841506 +359453,3004.836632,1459.574162,2371.375478,1666.910004,2314.564399 +359454,3007.896178,1458.196505,2372.079021,1673.496812,2316.290985 +359455,3010.961447,1456.919498,2372.786821,1679.897183,2318.019469 +359456,3014.034179,1455.423509,2373.49851,1686.627733,2319.749863 +359457,3017.220641,1454.134662,2374.280423,1699.062331,2321.565295 +359458,3020.297162,1452.775249,2374.990768,1691.286785,2323.290375 +359459,3023.382079,1451.436648,2375.703455,1715.760928,2325.017041 +359460,3026.583518,1450.105382,2376.486076,1710.083024,2326.829513 +359461,3028.343725,1415.709314,2376.060758,1685.045813,2326.683031 +359462,3027.539275,1414.332836,2373.477417,1707.166443,2322.918123 +359463,3020.911492,1412.947167,2366.917247,1704.230998,2313.53166 +359464,3016.26141,1411.657877,2361.538535,1717.263034,2305.283712 +359465,3013.982065,1410.3802,2357.696637,1726.162227,2298.848553 +359466,3013.682296,1409.116033,2355.191019,1734.987721,2294.117488 +359467,3014.653734,1407.865757,2353.592765,1743.958142,2290.635427 +359468,3016.378814,1406.625591,2352.578397,1753.287337,2288.037085 +359469,3018.543612,1405.396046,2351.943234,1762.294287,2286.079089 +359470,3021.262495,1404.175732,2351.567318,1771.566904,2284.609243 +359471,3023.854839,1402.96394,2351.382695,1780.511711,2283.533362 +359472,3026.580431,1401.76025,2351.349873,1789.978862,2282.790171 +359473,3029.416238,1400.564224,2351.436552,1799.056436,2282.326744 +359474,3032.335903,1399.375088,2351.614362,1808.14743,2282.095201 +359475,3035.45347,1398.193122,2351.94852,1823.001456,2282.164664 +359476,3038.627498,1397.017324,2352.345326,1824.855392,2282.407865 +359477,3041.700035,1395.848009,2352.701029,1836.548925,2282.685148 +359478,3044.798758,1394.595865,2353.091676,1845.949936,2283.080227 +359479,3047.954991,1393.567455,2353.533109,1854.867048,2283.603179 +359480,3051.122835,1392.354203,2353.993785,1864.112757,2284.206869 +359481,3054.306184,1391.22121,2354.4744,1873.185162,2284.885323 +359482,3057.652677,1390.168028,2355.067277,1887.775119,2285.747642 +359483,3061.031911,1388.905949,2355.69003,1890.321826,2286.686858 +359484,3064.267044,1387.836361,2356.230402,1901.150072,2287.558781 +359485,3067.496527,1386.699055,2356.773991,1910.959016,2288.464705 +359486,3070.922404,1385.578891,2357.44721,1924.753927,2289.764056 +359487,3074.37087,1384.464132,2358.140836,1927.78869,2290.905741 +359488,3077.644287,1383.35379,2358.730317,1937.876129,2291.934422 +359489,3081.027959,1382.16164,2359.394803,1953.044024,2293.074452 +359490,3084.477858,1381.18672,2360.106047,1955.841512,2294.290092 +359491,3087.727265,1379.953543,2360.88765,1964.91946,2295.369485 +359492,3091.283276,1378.781482,2361.489736,1978.406359,2296.496824 +359493,3094.716053,1377.593646,2362.217632,1987.612824,2297.81577 +359494,3098.00751,1376.403292,2362.867059,1990.743395,2299.066545 +359495,3101.069002,1375.211747,2363.376276,2001.445044,2300.166513 +359496,3103.984914,1374.019645,2363.793736,2005.82858,2301.170664 +359497,3106.634205,1372.912219,2364.038967,2011.028192,2301.97395 +359498,3108.888271,1371.595138,2364.027131,2013.553272,2302.466243 +359499,3110.701351,1370.377411,2363.725073,2016.371858,2302.601727 +359500,3112.126724,1369.294552,2363.162123,2019.497008,2302.412969 +359501,3113.33209,1368.04375,2362.400526,2022.853122,2301.975084 +359502,3114.53495,1366.864382,2361.492631,2026.341097,2301.352888 +359503,3115.845512,1365.674273,2360.476708,2029.887229,2300.59539 +359504,3117.28644,1364.48456,2359.379068,2033.63855,2299.737712 +359505,3119.114666,1363.296218,2358.217876,2037.17543,2298.805123 +359506,3120.733001,1362.108802,2357.009234,2040.699277,2297.820209 +359507,3122.432116,1360.922952,2355.76734,2044.221143,2296.802882 +359508,3124.212876,1359.738258,2354.501647,2047.743646,2295.766794 +359509,3126.070089,1358.555353,2353.217962,2051.263686,2294.72069 +359510,3127.995798,1357.373837,2351.920394,2054.777488,2293.67084 +359511,3129.981482,1356.194336,2350.611951,2058.28249,2292.62179 +359512,3132.020066,1355.016427,2349.294951,2061.777536,2291.57693 +359513,3134.362762,1353.84072,2347.969614,2065.260636,2290.536767 +359514,3136.424891,1352.66677,2346.637156,2068.725262,2289.502852 +359515,3138.521239,1351.495176,2345.300813,2072.183991,2288.479097 +359516,3140.936085,1350.325464,2343.96079,2075.630432,2287.465544 +359517,3142.994389,1349.158223,2342.617353,2079.071584,2286.462214 +359518,3145.263172,1347.992961,2341.27219,2082.501207,2285.470866 +359519,3146.822313,1346.830254,2339.929363,2085.929855,2284.496183 +359520,3149.14601,1345.669591,2338.58978,2089.350625,2283.538935 +359521,3152.71876,1278.235808,2338.233896,2093.295515,2284.310707 +359522,3146.747294,1276.348448,2330.781751,2091.530411,2274.391377 +359523,3137.246465,1274.688835,2320.160218,2087.876988,2259.211033 +359524,3128.374956,1273.089204,2310.055463,2085.794416,2244.322285 +359525,3122.893439,1271.51595,2302.302912,2086.234159,2231.994593 +359526,3120.324181,1269.955852,2296.564578,2088.595039,2222.297361 +359527,3119.690377,1268.405515,2292.226095,2091.962517,2214.591726 +359528,3120.173503,1266.863125,2288.760062,2095.875799,2208.274676 +359529,3121.284317,1265.327873,2285.841729,2099.627431,2202.95464 +359530,3122.775481,1263.79846,2283.295564,2103.330767,2198.404561 +359531,3124.522182,1262.274035,2281.02208,2106.984061,2194.482477 +359532,3129.243664,1260.75554,2280.624147,2112.425488,2193.17395 +359533,3129.950538,1259.234716,2277.888452,2115.016599,2188.999525 +359534,3131.430595,1285.145067,2275.722223,2118.075919,2185.969717 +359535,3135.981952,1215.547417,2275.514713,2123.385815,2185.575699 +359536,3137.049961,1274.338967,2273.00175,2125.783123,2182.493458 +359537,3138.390199,1269.438562,2270.974128,2128.630307,2180.168837 +359538,3140.028979,1223.573766,2269.180405,2131.70324,2178.264198 +359539,3141.911917,1261.32462,2267.566281,2134.940496,2176.700123 +359540,3144.137837,1266.478462,2265.939712,2138.291888,2175.22951 +359541,3146.288239,1218.357924,2264.393953,2141.426316,2173.95927 +359542,3148.854644,1258.969675,2262.929106,2144.742864,2172.879822 +359543,3151.054759,1256.933359,2261.40697,2147.907558,2171.809669 +359544,3153.295017,1220.805877,2259.932198,2150.606387,2170.869653 +359545,3155.542579,1272.412313,2258.476103,2153.768065,2170.01575 +359546,3158.106183,1205.373423,2257.048869,2156.85422,2169.253643 +359547,3160.367878,1278.471952,2255.611412,2160.095186,2168.52857 +359548,3162.633033,1196.624386,2254.192803,2163.158272,2167.871131 +359549,3164.874614,1276.884105,2252.770236,2166.172799,2167.247992 +359550,3167.128127,1194.062398,2251.363893,2169.17278,2166.679926 +359551,3169.362634,1271.197555,2249.953836,2172.142507,2166.138355 +359552,3171.563444,1194.232748,2248.545382,2175.236329,2165.639187 +359553,3173.681034,1263.290069,2247.11755,2178.006369,2165.161848 +359554,3175.732975,1195.965759,2245.684025,2180.656719,2164.722391 +359555,3177.712896,1254.282866,2244.238461,2183.206553,2164.308453 +359556,3179.643389,1198.475665,2242.791804,2185.688422,2163.928534 +359557,3181.811386,1244.669153,2241.338645,2188.107099,2163.571388 +359558,3183.637524,1201.391422,2239.883289,2190.471908,2163.238674 +359559,3185.412079,1235.056267,2238.426009,2192.784902,2162.927696 +359560,3187.14889,1204.216638,2236.968557,2195.048924,2162.638091 +359561,3188.85655,1225.331891,2235.513448,2197.267475,2162.370816 +359562,3190.528071,1207.188844,2234.056134,2199.436106,2162.118325 +359563,3192.1725,1215.499944,2232.602986,2201.562529,2161.886875 +359564,3193.784334,1207.196449,2231.151337,2203.644176,2161.671687 +359565,3195.382681,1205.921371,2229.365564,2205.965279,2161.47801 +359566,3196.961259,1203.940662,2227.378582,2208.594522,2161.300652 +359567,3198.503353,1202.113336,2225.362729,2210.962221,2161.129512 +359568,3200.007333,1200.298256,2223.409365,2213.190947,2160.965579 +359569,3201.473789,1198.500043,2221.537301,2215.290677,2160.809769 +359570,3202.902601,1196.787129,2219.733891,2217.291505,2160.661392 +359571,3204.293994,1194.898702,2217.982157,2219.218502,2160.519889 +359572,3205.648485,1193.177745,2216.269529,2221.086063,2160.385005 +359573,3206.96571,1191.398348,2214.587455,2222.900197,2160.255887 +359574,3208.245012,1189.634111,2212.930197,2224.663219,2160.131741 +359575,3212.127088,1187.872876,2212.963522,2228.231284,2162.097357 +359576,3211.980487,1186.117622,2210.51971,2228.900213,2160.971288 +359577,3212.59585,1184.362305,2208.595654,2230.098689,2160.476154 +359578,3213.40606,1182.610883,2206.817666,2231.450424,2160.138968 +359579,3214.307201,1180.861425,2205.119884,2232.870902,2159.881853 +359580,3215.245651,1179.113939,2203.473161,2234.304719,2159.675115 +359581,2147.916224,1177.336439,1049.647405,1744.527753,2404.484036 +359582,2233.155654,1306.694098,1090.862095,1813.747192,2452.017048 +359583,2327.996552,1310.181261,1138.111498,1886.821132,2488.363849 +359584,2406.48904,1309.477063,1178.805002,1940.937622,2508.840017 +359585,2467.818856,1309.550489,1212.16071,1976.277575,2522.642993 +359586,2514.357572,1308.64635,1238.89105,1997.663603,2532.677854 +359587,2550.075365,1307.534173,1260.549056,2010.63374,2540.400256 +359588,2578.347213,1306.381907,1278.490356,2019.208412,2546.695759 +359589,2601.385111,1305.253971,1293.613553,2025.552343,2552.053964 +359590,2620.491117,1303.800184,1306.672227,2030.655461,2556.772414 +359591,2636.47124,1302.716712,1317.701608,2034.931378,2561.008986 +359592,2650.160761,1301.35592,1327.16276,2038.5664,2564.825806 +359593,2661.461579,1300.053658,1335.294614,2041.698141,2568.271041 +359594,2671.044707,1298.749791,1342.300996,2044.442753,2571.3861 +359595,2679.209869,1297.447733,1348.344256,2046.868008,2574.183865 +359596,2686.245313,1296.145629,1353.584613,2049.075769,2576.729047 +359597,2692.380698,1294.847053,1358.156297,2051.127998,2579.077652 +359598,2697.768473,1293.550946,1362.15714,2053.054721,2581.246092 +359599,2702.534422,1292.259962,1365.671242,2054.866321,2583.254204 +359600,2706.78124,1290.97243,1368.769959,2056.582601,2585.121591 +359601,2710.592038,1289.690207,1371.513405,2058.206751,2586.866089 +359602,2714.034065,1288.411288,1373.952165,2059.753596,2588.503629 +359603,2717.161497,1287.137023,1376.128681,2061.222196,2590.048007 +359604,2720.018205,1285.865257,1378.078636,2062.624198,2591.511255 +359605,2722.639438,1284.597306,1379.831981,2063.956017,2592.903644 +359606,2725.053852,1283.330791,1381.413958,2065.230118,2594.234086 +359607,2727.284528,1282.054479,1382.845799,2066.438428,2595.510128 +359608,2729.347306,1280.786619,1384.144189,2067.578415,2596.735583 +359609,2731.258503,1279.522107,1385.324626,2068.654411,2597.916729 +359610,2733.032589,1278.257334,1386.400644,2069.671271,2599.059606 +359611,2734.681032,1276.837137,1387.383555,2070.817952,2600.168939 +359612,2736.164816,1275.58466,1388.279784,2071.610309,2601.248324 +359613,2737.443144,1274.138827,1389.093118,2072.160719,2602.300474 +359614,2738.504433,1272.757274,1389.83083,2072.460359,2603.32757 +359615,2739.351507,1271.355112,1390.499393,2072.537241,2604.331424 +359616,2740.010618,1269.945396,1391.102982,2072.426046,2605.313579 +359617,2740.49429,1268.528579,1391.648007,2072.154163,2606.275313 +359618,2740.823577,1267.104268,1392.139207,2071.739747,2607.217679 +359619,2741.002792,1265.672588,1392.578801,2071.194318,2608.141494 +359620,2741.047186,1264.233099,1392.97145,2070.525629,2609.047397 +359621,2740.957157,1262.785909,1393.320393,2069.551962,2609.935835 +359622,2740.745643,1261.410523,1393.626613,2068.663411,2610.807147 +359623,2740.411074,1259.827684,1393.893738,2067.670289,2611.661551 +359624,2739.95839,1258.415071,1394.124144,2066.569089,2612.499175 +359625,2739.393833,1256.922052,1394.318046,2065.360225,2613.32005 +359626,2738.722406,1255.433216,1394.478436,2064.046538,2614.124166 +359627,2737.947647,1253.936125,1394.60713,2062.631324,2614.911449 +359628,2737.072303,1252.43022,1394.70388,2061.11741,2615.681812 +359629,2736.09866,1250.836428,1394.771261,2059.506984,2616.435119 +359630,2735.028857,1249.43124,1394.810749,2057.801793,2617.171242 +359631,2733.864909,1247.840751,1394.821779,2056.003299,2617.890017 +359632,2732.608797,1246.312777,1394.806671,2054.112828,2618.591298 +359633,2731.26226,1244.763427,1394.766657,2052.131593,2619.274914 +359634,2729.826917,1243.205057,1394.700974,2050.060737,2619.940715 +359635,2728.304344,1241.638124,1394.611753,2047.901329,2620.588538 +359636,2726.696023,1240.053907,1394.500073,2045.654383,2621.218246 +359637,2725.001575,1238.467411,1394.364955,2043.317592,2621.830599 +359638,2723.222784,1236.872368,1394.208413,2040.893015,2622.425119 +359639,2721.361735,1235.269564,1394.03139,2038.383306,2623.001174 +359640,2719.420139,1233.657664,1393.832886,2035.79027,2623.55846 +359641,0,0,0,0,0 +359642,0,0,0,0,0 +359643,0,0,0,0,0 +359644,0,0,0,0,0 +359645,0,0,0,0,0 +359646,0,0,0,0,0 +359647,0,0,0,0,0 +359648,0,0,0,0,0 +359649,0,0,0,0,0 +359650,0,0,0,0,0 +359651,0,0,0,0,0 +359652,0,0,0,0,0 +359653,0,0,0,0,0 +359654,0,0,0,0,0 +359655,0,0,0,0,0 +359656,0,0,0,0,0 +359657,0,0,0,0,0 +359658,0,0,0,0,0 +359659,0,0,0,0,0 +359660,0,0,0,0,0 +359661,0,0,0,0,0 +359662,0,0,0,0,0 +359663,0,0,0,0,0 +359664,0,0,0,0,0 +359665,0,0,0,0,0 +359666,0,0,0,0,0 +359667,0,0,0,0,0 +359668,0,0,0,0,0 +359669,0,0,0,0,0 +359670,0,0,0,0,0 +359671,0,0,0,0,0 +359672,0,0,0,0,0 +359673,0,0,0,0,0 +359674,0,0,0,0,0 +359675,0,0,0,0,0 +359676,0,0,0,0,0 +359677,0,0,0,0,0 +359678,0,0,0,0,0 +359679,0,0,0,0,0 +359680,0,0,0,0,0 +359681,0,0,0,0,0 +359682,0,0,0,0,0 +359683,0,0,0,0,0 +359684,0,0,0,0,0 +359685,0,0,0,0,0 +359686,0,0,0,0,0 +359687,0,0,0,0,0 +359688,0,0,0,0,0 +359689,0,0,0,0,0 +359690,0,0,0,0,0 +359691,0,0,0,0,0 +359692,0,0,0,0,0 +359693,0,0,0,0,0 +359694,0,0,0,0,0 +359695,0,0,0,0,0 +359696,0,0,0,0,0 +359697,0,0,0,0,0 +359698,0,0,0,0,0 +359699,0,0,0,0,0 +359700,0,0,0,0,0 +359701,0,0,0,0,0 +359702,0,0,0,0,0 +359703,0,0,0,0,0 +359704,0,0,0,0,0 +359705,0,0,0,0,0 +359706,0,0,0,0,0 +359707,0,0,0,0,0 +359708,0,0,0,0,0 +359709,0,0,0,0,0 +359710,0,0,0,0,0 +359711,0,0,0,0,0 +359712,0,0,0,0,0 +359713,0,0,0,0,0 +359714,0,0,0,0,0 +359715,0,0,0,0,0 +359716,0,0,0,0,0 +359717,0,0,0,0,0 +359718,0,0,0,0,0 +359719,0,0,0,0,0 +359720,0,0,0,0,0 +359721,0,0,0,0,0 +359722,0,0,0,0,0 +359723,0,0,0,0,0 +359724,0,0,0,0,0 +359725,0,0,0,0,0 +359726,0,0,0,0,0 +359727,0,0,0,0,0 +359728,0,0,0,0,0 +359729,0,0,0,0,0 +359730,0,0,0,0,0 +359731,0,0,0,0,0 +359732,0,0,0,0,0 +359733,0,0,0,0,0 +359734,0,0,0,0,0 +359735,0,0,0,0,0 +359736,0,0,0,0,0 +359737,0,0,0,0,0 +359738,0,0,0,0,0 +359739,0,0,0,0,0 +359740,0,0,0,0,0 +359741,0,0,0,0,0 +359742,0,0,0,0,0 +359743,0,0,0,0,0 +359744,0,0,0,0,0 +359745,0,0,0,0,0 +359746,0,0,0,0,0 +359747,0,0,0,0,0 +359748,0,0,0,0,0 +359749,0,0,0,0,0 +359750,0,0,0,0,0 +359751,0,0,0,0,0 +359752,0,0,0,0,0 +359753,0,0,0,0,0 +359754,0,0,0,0,0 +359755,0,0,0,0,0 +359756,0,0,0,0,0 +359757,0,0,0,0,0 +359758,0,0,0,0,0 +359759,0,0,0,0,0 +359760,0,0,0,0,0 +359761,0,0,0,0,0 +359762,0,0,0,0,0 +359763,0,0,0,0,0 +359764,0,0,0,0,0 +359765,0,0,0,0,0 +359766,0,0,0,0,0 +359767,0,0,0,0,0 +359768,0,0,0,0,0 +359769,0,0,0,0,0 +359770,0,0,0,0,0 +359771,0,0,0,0,0 +359772,0,0,0,0,0 +359773,0,0,0,0,0 +359774,0,0,0,0,0 +359775,0,0,0,0,0 +359776,0,0,0,0,0 +359777,0,0,0,0,0 +359778,0,0,0,0,0 +359779,0,0,0,0,0 +359780,0,0,0,0,0 +359781,0,0,0,0,0 +359782,0,0,0,0,0 +359783,0,0,0,0,0 +359784,0,0,0,0,0 +359785,0,0,0,0,0 +359786,0,0,0,0,0 +359787,0,0,0,0,0 +359788,0,0,0,0,0 +359789,0,0,0,0,0 +359790,0,0,0,0,0 +359791,0,0,0,0,0 +359792,0,0,0,0,0 +359793,0,0,0,0,0 +359794,0,0,0,0,0 +359795,0,0,0,0,0 +359796,0,0,0,0,0 +359797,0,0,0,0,0 +359798,0,0,0,0,0 +359799,0,0,0,0,0 +359800,0,0,0,0,0 +359801,0,0,0,0,0 +359802,0,0,0,0,0 +359803,0,0,0,0,0 +359804,0,0,0,0,0 +359805,0,0,0,0,0 +359806,0,0,0,0,0 +359807,0,0,0,0,0 +359808,0,0,0,0,0 +359809,0,0,0,0,0 +359810,0,0,0,0,0 +359811,0,0,0,0,0 +359812,0,0,0,0,0 +359813,0,0,0,0,0 +359814,0,0,0,0,0 +359815,0,0,0,0,0 +359816,0,0,0,0,0 +359817,0,0,0,0,0 +359818,0,0,0,0,0 +359819,0,0,0,0,0 +359820,0,0,0,0,0 +359821,0,0,0,0,0 +359822,0,0,0,0,0 +359823,0,0,0,0,0 +359824,0,0,0,0,0 +359825,0,0,0,0,0 +359826,0,0,0,0,0 +359827,0,0,0,0,0 +359828,0,0,0,0,0 +359829,0,0,0,0,0 +359830,0,0,0,0,0 +359831,0,0,0,0,0 +359832,0,0,0,0,0 +359833,0,0,0,0,0 +359834,0,0,0,0,0 +359835,0,0,0,0,0 +359836,0,0,0,0,0 +359837,0,0,0,0,0 +359838,0,0,0,0,0 +359839,0,0,0,0,0 +359840,0,0,0,0,0 +359841,0,0,0,0,0 +359842,0,0,0,0,0 +359843,0,0,0,0,0 +359844,0,0,0,0,0 +359845,0,0,0,0,0 +359846,0,0,0,0,0 +359847,0,0,0,0,0 +359848,0,0,0,0,0 +359849,0,0,0,0,0 +359850,0,0,0,0,0 +359851,0,0,0,0,0 +359852,0,0,0,0,0 +359853,0,0,0,0,0 +359854,0,0,0,0,0 +359855,0,0,0,0,0 +359856,0,0,0,0,0 +359857,0,0,0,0,0 +359858,0,0,0,0,0 +359859,0,0,0,0,0 +359860,0,0,0,0,0 +359861,0,0,0,0,0 +359862,0,0,0,0,0 +359863,0,0,0,0,0 +359864,0,0,0,0,0 +359865,0,0,0,0,0 +359866,0,0,0,0,0 +359867,0,0,0,0,0 +359868,0,0,0,0,0 +359869,0,0,0,0,0 +359870,0,0,0,0,0 +359871,0,0,0,0,0 +359872,0,0,0,0,0 +359873,0,0,0,0,0 +359874,0,0,0,0,0 +359875,0,0,0,0,0 +359876,0,0,0,0,0 +359877,0,0,0,0,0 +359878,0,0,0,0,0 +359879,0,0,0,0,0 +359880,0,0,0,0,0 +359881,0,0,0,0,0 +359882,0,0,0,0,0 +359883,0,0,0,0,0 +359884,0,0,0,0,0 +359885,0,0,0,0,0 +359886,0,0,0,0,0 +359887,0,0,0,0,0 +359888,0,0,0,0,0 +359889,0,0,0,0,0 +359890,0,0,0,0,0 +359891,0,0,0,0,0 +359892,0,0,0,0,0 +359893,0,0,0,0,0 +359894,0,0,0,0,0 +359895,0,0,0,0,0 +359896,0,0,0,0,0 +359897,0,0,0,0,0 +359898,0,0,0,0,0 +359899,0,0,0,0,0 +359900,0,0,0,0,0 +359901,0,0,0,0,0 +359902,0,0,0,0,0 +359903,0,0,0,0,0 +359904,0,0,0,0,0 +359905,0,0,0,0,0 +359906,0,0,0,0,0 +359907,0,0,0,0,0 +359908,0,0,0,0,0 +359909,0,0,0,0,0 +359910,0,0,0,0,0 +359911,0,0,0,0,0 +359912,0,0,0,0,0 +359913,0,0,0,0,0 +359914,0,0,0,0,0 +359915,0,0,0,0,0 +359916,0,0,0,0,0 +359917,0,0,0,0,0 +359918,0,0,0,0,0 +359919,0,0,0,0,0 +359920,0,0,0,0,0 +359921,0,0,0,0,0 +359922,0,0,0,0,0 +359923,0,0,0,0,0 +359924,0,0,0,0,0 +359925,0,0,0,0,0 +359926,0,0,0,0,0 +359927,0,0,0,0,0 +359928,0,0,0,0,0 +359929,0,0,0,0,0 +359930,0,0,0,0,0 +359931,0,0,0,0,0 +359932,0,0,0,0,0 +359933,0,0,0,0,0 +359934,0,0,0,0,0 +359935,0,0,0,0,0 +359936,0,0,0,0,0 +359937,0,0,0,0,0 +359938,0,0,0,0,0 +359939,0,0,0,0,0 +359940,0,0,0,0,0 +359941,0,0,0,0,0 +359942,0,0,0,0,0 +359943,0,0,0,0,0 +359944,0,0,0,0,0 +359945,0,0,0,0,0 +359946,0,0,0,0,0 +359947,0,0,0,0,0 +359948,0,0,0,0,0 +359949,0,0,0,0,0 +359950,0,0,0,0,0 +359951,0,0,0,0,0 +359952,0,0,0,0,0 +359953,0,0,0,0,0 +359954,0,0,0,0,0 +359955,0,0,0,0,0 +359956,0,0,0,0,0 +359957,0,0,0,0,0 +359958,0,0,0,0,0 +359959,0,0,0,0,0 +359960,0,0,0,0,0 +359961,0,0,0,0,0 +359962,0,0,0,0,0 +359963,0,0,0,0,0 +359964,0,0,0,0,0 +359965,0,0,0,0,0 +359966,0,0,0,0,0 +359967,0,0,0,0,0 +359968,0,0,0,0,0 +359969,0,0,0,0,0 +359970,0,0,0,0,0 +359971,0,0,0,0,0 +359972,0,0,0,0,0 +359973,0,0,0,0,0 +359974,0,0,0,0,0 +359975,0,0,0,0,0 +359976,0,0,0,0,0 +359977,0,0,0,0,0 +359978,0,0,0,0,0 +359979,0,0,0,0,0 +359980,0,0,0,0,0 +359981,0,0,0,0,0 +359982,0,0,0,0,0 +359983,0,0,0,0,0 +359984,0,0,0,0,0 +359985,0,0,0,0,0 +359986,0,0,0,0,0 +359987,0,0,0,0,0 +359988,0,0,0,0,0 +359989,0,0,0,0,0 +359990,0,0,0,0,0 +359991,0,0,0,0,0 +359992,0,0,0,0,0 +359993,0,0,0,0,0 +359994,0,0,0,0,0 +359995,0,0,0,0,0 +359996,0,0,0,0,0 +359997,0,0,0,0,0 +359998,0,0,0,0,0 +359999,0,0,0,0,0 +360000,0,0,0,0,0 +360001,0,0,0,0,0 +360002,0,0,0,0,0 +360003,0,0,0,0,0 +360004,0,0,0,0,0 +360005,0,0,0,0,0 +360006,0,0,0,0,0 +360007,0,0,0,0,0 +360008,0,0,0,0,0 +360009,0,0,0,0,0 +360010,0,0,0,0,0 +360011,0,0,0,0,0 +360012,0,0,0,0,0 +360013,0,0,0,0,0 +360014,0,0,0,0,0 +360015,0,0,0,0,0 +360016,0,0,0,0,0 +360017,0,0,0,0,0 +360018,0,0,0,0,0 +360019,0,0,0,0,0 +360020,0,0,0,0,0 +360021,0,0,0,0,0 +360022,0,0,0,0,0 +360023,0,0,0,0,0 +360024,0,0,0,0,0 +360025,0,0,0,0,0 +360026,0,0,0,0,0 +360027,0,0,0,0,0 +360028,0,0,0,0,0 +360029,0,0,0,0,0 +360030,0,0,0,0,0 +360031,0,0,0,0,0 +360032,0,0,0,0,0 +360033,0,0,0,0,0 +360034,0,0,0,0,0 +360035,0,0,0,0,0 +360036,0,0,0,0,0 +360037,0,0,0,0,0 +360038,0,0,0,0,0 +360039,0,0,0,0,0 +360040,0,0,0,0,0 +360041,0,0,0,0,0 +360042,0,0,0,0,0 +360043,0,0,0,0,0 +360044,0,0,0,0,0 +360045,0,0,0,0,0 +360046,0,0,0,0,0 +360047,0,0,0,0,0 +360048,0,0,0,0,0 +360049,0,0,0,0,0 +360050,0,0,0,0,0 +360051,0,0,0,0,0 +360052,0,0,0,0,0 +360053,0,0,0,0,0 +360054,0,0,0,0,0 +360055,0,0,0,0,0 +360056,0,0,0,0,0 +360057,0,0,0,0,0 +360058,0,0,0,0,0 +360059,0,0,0,0,0 +360060,0,0,0,0,0 +360061,0,0,0,0,0 +360062,0,0,0,0,0 +360063,0,0,0,0,0 +360064,0,0,0,0,0 +360065,0,0,0,0,0 +360066,0,0,0,0,0 +360067,0,0,0,0,0 +360068,0,0,0,0,0 +360069,0,0,0,0,0 +360070,0,0,0,0,0 +360071,0,0,0,0,0 +360072,0,0,0,0,0 +360073,0,0,0,0,0 +360074,0,0,0,0,0 +360075,0,0,0,0,0 +360076,0,0,0,0,0 +360077,0,0,0,0,0 +360078,0,0,0,0,0 +360079,0,0,0,0,0 +360080,0,0,0,0,0 +360081,0,0,0,0,0 +360082,0,0,0,0,0 +360083,0,0,0,0,0 +360084,0,0,0,0,0 +360085,0,0,0,0,0 +360086,0,0,0,0,0 +360087,0,0,0,0,0 +360088,0,0,0,0,0 +360089,0,0,0,0,0 +360090,0,0,0,0,0 +360091,0,0,0,0,0 +360092,0,0,0,0,0 +360093,0,0,0,0,0 +360094,0,0,0,0,0 +360095,0,0,0,0,0 +360096,0,0,0,0,0 +360097,0,0,0,0,0 +360098,0,0,0,0,0 +360099,0,0,0,0,0 +360100,0,0,0,0,0 +360101,0,0,0,0,0 +360102,0,0,0,0,0 +360103,0,0,0,0,0 +360104,0,0,0,0,0 +360105,0,0,0,0,0 +360106,0,0,0,0,0 +360107,0,0,0,0,0 +360108,0,0,0,0,0 +360109,0,0,0,0,0 +360110,0,0,0,0,0 +360111,0,0,0,0,0 +360112,0,0,0,0,0 +360113,0,0,0,0,0 +360114,0,0,0,0,0 +360115,0,0,0,0,0 +360116,0,0,0,0,0 +360117,0,0,0,0,0 +360118,0,0,0,0,0 +360119,0,0,0,0,0 +360120,0,0,0,0,0 +360121,0,0,0,0,0 +360122,0,0,0,0,0 +360123,0,0,0,0,0 +360124,0,0,0,0,0 +360125,0,0,0,0,0 +360126,0,0,0,0,0 +360127,0,0,0,0,0 +360128,0,0,0,0,0 +360129,0,0,0,0,0 +360130,0,0,0,0,0 +360131,0,0,0,0,0 +360132,0,0,0,0,0 +360133,0,0,0,0,0 +360134,0,0,0,0,0 +360135,0,0,0,0,0 +360136,0,0,0,0,0 +360137,0,0,0,0,0 +360138,0,0,0,0,0 +360139,0,0,0,0,0 +360140,0,0,0,0,0 +360141,0,0,0,0,0 +360142,0,0,0,0,0 +360143,0,0,0,0,0 +360144,0,0,0,0,0 +360145,0,0,0,0,0 +360146,0,0,0,0,0 +360147,0,0,0,0,0 +360148,0,0,0,0,0 +360149,0,0,0,0,0 +360150,0,0,0,0,0 +360151,0,0,0,0,0 +360152,0,0,0,0,0 +360153,0,0,0,0,0 +360154,0,0,0,0,0 +360155,0,0,0,0,0 +360156,0,0,0,0,0 +360157,0,0,0,0,0 +360158,0,0,0,0,0 +360159,0,0,0,0,0 +360160,0,0,0,0,0 +360161,0,0,0,0,0 +360162,0,0,0,0,0 +360163,0,0,0,0,0 +360164,0,0,0,0,0 +360165,0,0,0,0,0 +360166,0,0,0,0,0 +360167,0,0,0,0,0 +360168,0,0,0,0,0 +360169,0,0,0,0,0 +360170,0,0,0,0,0 +360171,0,0,0,0,0 +360172,0,0,0,0,0 +360173,0,0,0,0,0 +360174,0,0,0,0,0 +360175,0,0,0,0,0 +360176,0,0,0,0,0 +360177,0,0,0,0,0 +360178,0,0,0,0,0 +360179,0,0,0,0,0 +360180,0,0,0,0,0 +360181,0,0,0,0,0 +360182,0,0,0,0,0 +360183,0,0,0,0,0 +360184,0,0,0,0,0 +360185,0,0,0,0,0 +360186,0,0,0,0,0 +360187,0,0,0,0,0 +360188,0,0,0,0,0 +360189,0,0,0,0,0 +360190,0,0,0,0,0 +360191,0,0,0,0,0 +360192,0,0,0,0,0 +360193,0,0,0,0,0 +360194,0,0,0,0,0 +360195,0,0,0,0,0 +360196,0,0,0,0,0 +360197,0,0,0,0,0 +360198,0,0,0,0,0 +360199,0,0,0,0,0 +360200,0,0,0,0,0 +360201,0,0,0,0,0 +360202,0,0,0,0,0 +360203,0,0,0,0,0 +360204,0,0,0,0,0 +360205,0,0,0,0,0 +360206,0,0,0,0,0 +360207,0,0,0,0,0 +360208,0,0,0,0,0 +360209,0,0,0,0,0 +360210,0,0,0,0,0 +360211,0,0,0,0,0 +360212,0,0,0,0,0 +360213,0,0,0,0,0 +360214,0,0,0,0,0 +360215,0,0,0,0,0 +360216,0,0,0,0,0 +360217,0,0,0,0,0 +360218,0,0,0,0,0 +360219,0,0,0,0,0 +360220,0,0,0,0,0 +360221,0,0,0,0,0 +360222,0,0,0,0,0 +360223,0,0,0,0,0 +360224,0,0,0,0,0 +360225,0,0,0,0,0 +360226,0,0,0,0,0 +360227,0,0,0,0,0 +360228,0,0,0,0,0 +360229,0,0,0,0,0 +360230,0,0,0,0,0 +360231,0,0,0,0,0 +360232,0,0,0,0,0 +360233,0,0,0,0,0 +360234,0,0,0,0,0 +360235,0,0,0,0,0 +360236,0,0,0,0,0 +360237,0,0,0,0,0 +360238,0,0,0,0,0 +360239,0,0,0,0,0 +360240,0,0,0,0,0 +360241,0,0,0,0,0 +360242,0,0,0,0,0 +360243,0,0,0,0,0 +360244,0,0,0,0,0 +360245,0,0,0,0,0 +360246,0,0,0,0,0 +360247,0,0,0,0,0 +360248,0,0,0,0,0 +360249,0,0,0,0,0 +360250,0,0,0,0,0 +360251,0,0,0,0,0 +360252,0,0,0,0,0 +360253,0,0,0,0,0 +360254,0,0,0,0,0 +360255,0,0,0,0,0 +360256,0,0,0,0,0 +360257,0,0,0,0,0 +360258,0,0,0,0,0 +360259,0,0,0,0,0 +360260,0,0,0,0,0 +360261,0,0,0,0,0 +360262,0,0,0,0,0 +360263,0,0,0,0,0 +360264,0,0,0,0,0 +360265,0,0,0,0,0 +360266,0,0,0,0,0 +360267,0,0,0,0,0 +360268,0,0,0,0,0 +360269,0,0,0,0,0 +360270,0,0,0,0,0 +360271,0,0,0,0,0 +360272,0,0,0,0,0 +360273,0,0,0,0,0 +360274,0,0,0,0,0 +360275,0,0,0,0,0 +360276,0,0,0,0,0 +360277,0,0,0,0,0 +360278,0,0,0,0,0 +360279,0,0,0,0,0 +360280,0,0,0,0,0 +360281,0,0,0,0,0 +360282,0,0,0,0,0 +360283,0,0,0,0,0 +360284,0,0,0,0,0 +360285,0,0,0,0,0 +360286,0,0,0,0,0 +360287,0,0,0,0,0 +360288,0,0,0,0,0 +360289,0,0,0,0,0 +360290,0,0,0,0,0 +360291,0,0,0,0,0 +360292,0,0,0,0,0 +360293,0,0,0,0,0 +360294,0,0,0,0,0 +360295,0,0,0,0,0 +360296,0,0,0,0,0 +360297,0,0,0,0,0 +360298,0,0,0,0,0 +360299,0,0,0,0,0 +360300,0,0,0,0,0 +360301,0,0,0,0,0 +360302,0,0,0,0,0 +360303,0,0,0,0,0 +360304,0,0,0,0,0 +360305,0,0,0,0,0 +360306,0,0,0,0,0 +360307,0,0,0,0,0 +360308,0,0,0,0,0 +360309,0,0,0,0,0 +360310,0,0,0,0,0 +360311,0,0,0,0,0 +360312,0,0,0,0,0 +360313,0,0,0,0,0 +360314,0,0,0,0,0 +360315,0,0,0,0,0 +360316,0,0,0,0,0 +360317,0,0,0,0,0 +360318,0,0,0,0,0 +360319,0,0,0,0,0 +360320,0,0,0,0,0 +360321,0,0,0,0,0 +360322,0,0,0,0,0 +360323,0,0,0,0,0 +360324,0,0,0,0,0 +360325,0,0,0,0,0 +360326,0,0,0,0,0 +360327,0,0,0,0,0 +360328,0,0,0,0,0 +360329,0,0,0,0,0 +360330,0,0,0,0,0 +360331,0,0,0,0,0 +360332,0,0,0,0,0 +360333,0,0,0,0,0 +360334,0,0,0,0,0 +360335,0,0,0,0,0 +360336,0,0,0,0,0 +360337,0,0,0,0,0 +360338,0,0,0,0,0 +360339,0,0,0,0,0 +360340,0,0,0,0,0 +360341,0,0,0,0,0 +360342,0,0,0,0,0 +360343,0,0,0,0,0 +360344,0,0,0,0,0 +360345,0,0,0,0,0 +360346,0,0,0,0,0 +360347,0,0,0,0,0 +360348,0,0,0,0,0 +360349,0,0,0,0,0 +360350,0,0,0,0,0 +360351,0,0,0,0,0 +360352,0,0,0,0,0 +360353,0,0,0,0,0 +360354,0,0,0,0,0 +360355,0,0,0,0,0 +360356,0,0,0,0,0 +360357,0,0,0,0,0 +360358,0,0,0,0,0 +360359,0,0,0,0,0 +360360,0,0,0,0,0 +360361,0,0,0,0,0 +360362,0,0,0,0,0 +360363,0,0,0,0,0 +360364,0,0,0,0,0 +360365,0,0,0,0,0 +360366,0,0,0,0,0 +360367,0,0,0,0,0 +360368,0,0,0,0,0 +360369,0,0,0,0,0 +360370,0,0,0,0,0 +360371,0,0,0,0,0 +360372,0,0,0,0,0 +360373,0,0,0,0,0 +360374,0,0,0,0,0 +360375,0,0,0,0,0 +360376,0,0,0,0,0 +360377,0,0,0,0,0 +360378,0,0,0,0,0 +360379,0,0,0,0,0 +360380,0,0,0,0,0 +360381,0,0,0,0,0 +360382,0,0,0,0,0 +360383,0,0,0,0,0 +360384,0,0,0,0,0 +360385,0,0,0,0,0 +360386,0,0,0,0,0 +360387,0,0,0,0,0 +360388,0,0,0,0,0 +360389,0,0,0,0,0 +360390,0,0,0,0,0 +360391,0,0,0,0,0 +360392,0,0,0,0,0 +360393,0,0,0,0,0 +360394,0,0,0,0,0 +360395,0,0,0,0,0 +360396,0,0,0,0,0 +360397,0,0,0,0,0 +360398,0,0,0,0,0 +360399,0,0,0,0,0 +360400,0,0,0,0,0 +360401,0,0,0,0,0 +360402,0,0,0,0,0 +360403,0,0,0,0,0 +360404,0,0,0,0,0 +360405,0,0,0,0,0 +360406,0,0,0,0,0 +360407,0,0,0,0,0 +360408,0,0,0,0,0 +360409,0,0,0,0,0 +360410,0,0,0,0,0 +360411,0,0,0,0,0 +360412,0,0,0,0,0 +360413,0,0,0,0,0 +360414,0,0,0,0,0 +360415,0,0,0,0,0 +360416,0,0,0,0,0 +360417,0,0,0,0,0 +360418,0,0,0,0,0 +360419,0,0,0,0,0 +360420,0,0,0,0,0 +360421,-114.6003201,515.0050526,111.0314545,-51.07317042,-289.9699184 +360422,328.2015027,298.2035813,553.7737385,150.2669505,516.2436077 +360423,323.5977731,291.2688802,546.8167932,148.0572908,510.0145073 +360424,314.6451024,286.241874,535.30778,143.8113138,495.670054 +360425,305.1486431,283.1779647,523.9380978,139.3671895,479.4903574 +360426,296.8735865,281.3547041,514.442707,135.5637465,464.5137586 +360427,290.0616237,280.3094095,506.9602929,132.4932007,451.4142557 +360428,284.4316486,279.8339693,501.1223936,129.9999682,439.9606415 +360429,279.6850992,279.8372502,496.5581532,127.927743,429.8003792 +360430,275.6261601,280.2610275,493.0102175,126.1756436,420.6851431 +360431,272.1380705,281.0519255,490.308953,124.6842255,412.4649446 +360432,269.1426895,282.1588376,488.3309609,123.4142883,405.0400215 +360433,266.5777131,283.5358816,486.9754354,122.3350984,398.3302265 +360434,264.3888938,285.1440646,486.155502,121.4203399,392.2618216 +360435,262.5284676,286.9510398,485.795784,120.6472326,386.7682237 +360436,260.9549148,336.8181998,485.8313861,119.9963259,381.7900691 +360437,259.6326358,402.1184189,486.2068959,119.4512475,377.2747219 +360438,258.5312772,379.1430007,486.8751424,118.9982939,373.1754837 +360439,257.6250077,406.4787263,487.7959953,118.6260111,369.4509394 +360440,256.891738,421.6965231,488.9351884,118.3247706,366.0641938 +360441,256.3125792,436.6698115,490.2634421,118.086473,362.9824475 +360442,255.871334,451.6066461,491.7556739,117.9042809,360.1764987 +360443,255.5541358,466.3218532,493.3903996,117.7724298,357.6204268 +360444,255.3473678,481.0820541,495.1412388,117.6856631,355.2911719 +360445,255.2414295,496.0849704,496.9953528,117.6399894,353.1682474 +360446,255.2283659,511.1199061,498.9431599,117.6320838,351.233383 +360447,255.3010143,526.0473734,500.9748913,117.6590508,349.470338 +360448,255.4528691,540.8873674,503.0807111,117.7183393,347.8645894 +360449,255.6781594,556.2439289,505.2514658,117.8077302,346.4031852 +360450,255.9718097,570.7607523,507.4790073,117.9252915,345.0745131 +360451,256.3293937,584.2527696,509.7562215,118.06935,343.8674517 +360452,256.7438828,605.6755762,512.0369982,118.2373793,342.7722905 +360453,257.2097046,622.2177656,514.2909593,118.4273616,341.7806104 +360454,257.7231573,639.4300708,516.5085235,118.6379239,340.8849127 +360455,258.2816774,655.8762828,518.690766,118.8680917,340.0785035 +360456,258.8831898,672.2938885,520.8415015,119.117063,339.3552995 +360457,259.5258535,688.3757748,522.96412,119.3841224,338.7098314 +360458,260.2079423,704.8443625,525.061008,119.6685947,338.1370773 +360459,260.9278771,720.6448024,527.1338716,119.9698592,337.6325145 +360460,261.6841839,736.5291919,529.1839988,120.2873304,337.1919674 +360461,262.4755216,752.0361526,531.2124507,120.6204709,336.8116612 +360462,263.3006288,767.9673507,533.2188055,120.9687688,336.4880789 +360463,264.158355,783.2657849,535.2055813,121.3317527,336.2180396 +360464,265.0476118,798.6601859,537.1721945,121.7089709,335.9985691 +360465,265.9673925,813.6311162,539.1204923,122.1000014,335.8269596 +360466,266.9167394,829.2093355,541.049418,122.5044381,335.7006688 +360467,267.8947682,844.281062,542.9604796,122.9219024,335.6173901 +360468,268.9006225,858.8963218,544.852463,123.3520234,335.5749281 +360469,269.9335129,873.8647296,546.7267054,123.7944563,335.5712973 +360470,270.9926736,888.5696768,548.5819192,124.2488633,335.6046036 +360471,272.0773893,903.1922638,550.4193029,124.7149264,335.6731203 +360472,273.1869649,917.4225091,552.2375173,125.1923338,335.7751948 +360473,274.3207556,932.3638559,554.0376585,125.6807941,335.9093315 +360474,275.4781223,946.4653592,555.8183588,126.1800168,336.0740728 +360475,276.658475,960.7445358,557.5793674,126.6897316,336.2681082 +360476,277.8612305,974.9649031,559.3221723,127.2096699,336.4901592 +360477,279.0858421,989.0197338,561.0452912,127.7395785,336.7390646 +360478,280.33177,1003.016442,562.7482171,128.2792062,337.0136885 +360479,281.5985133,1016.880303,564.4310186,128.8283187,337.3130113 +360480,282.8855665,1030.75221,566.0896534,129.3866789,337.6360119 +360481,284.1257198,1473.890093,567.6629714,129.9237287,337.8604289 +360482,304.113185,1502.558968,587.0077652,139.1553064,372.7411805 +360483,333.9063556,1525.582851,1392.652532,152.805564,426.6378527 +360484,364.2204174,1547.502226,1632.367526,166.5096259,483.0448335 +360485,391.0969618,1568.209918,1336.206598,178.4562912,534.5740461 +360486,414.0459703,1588.130367,1478.233866,188.4787054,579.9275141 +360487,433.7689597,1607.641751,1500.446471,196.9590898,619.9718763 +360488,451.0225194,1626.355692,1517.810888,204.2876823,655.7691364 +360489,466.3378513,1645.126771,1535.043714,210.7341744,688.0715266 +360490,480.0604231,1663.40523,1551.294227,216.4718454,717.3648716 +360491,492.4361744,1688.070005,1567.156153,221.6220768,743.9991908 +360492,503.6630402,1702.525718,1582.531377,226.2806895,768.2667661 +360493,513.910544,1725.871111,1597.376345,230.5281386,790.4298809 +360494,523.3249501,1737.626778,1611.543294,234.4324651,810.725724 +360495,532.0310641,1726.186697,1625.568646,238.0505375,829.3662658 +360496,540.134241,1784.226126,1639.225393,241.4293425,846.5388754 +360497,547.7229988,1781.731618,1652.294803,244.607505,862.4083997 +360498,554.8716227,1802.434052,1665.10921,247.6167404,877.1196742 +360499,561.6425357,1819.120173,1677.701285,250.4831318,890.8000692 +360500,568.0882173,1835.631154,1689.635001,253.2281463,903.5616124 +360501,574.2528634,1851.706421,1701.558479,255.8694874,915.5029642 +360502,580.1736947,1868.074903,1712.967596,258.4217575,926.7109963 +360503,585.8821079,1883.843801,1724.124152,260.8970248,937.2622874 +360504,591.404589,1899.721045,1734.959747,263.3052653,947.2243318 +360505,596.7635282,1915.358009,1746.986545,265.6547475,956.656699 +360506,601.9778518,1930.952333,1760.491178,267.9523259,965.6119486 +360507,607.0636068,1946.087421,1765.303595,270.2037049,974.1365407 +360508,612.0343941,1961.493047,1783.17724,272.4136311,982.271523 +360509,616.9017886,1976.565298,1781.21753,274.5860763,990.0532462 +360510,621.6756342,1991.373473,1781.249842,276.7243616,997.5138756 +360511,626.3643561,2005.432185,1810.650369,278.8312888,1004.681971 +360512,630.9693703,2019.130142,1807.641483,280.9060309,1011.582819 +360513,666.8434354,2032.630379,1817.564278,282.4866426,1016.391372 +360514,831.9700554,2046.017182,1824.745092,282.6079054,1015.260231 +360515,765.6745783,2058.977637,1831.977143,282.7403581,1014.078367 +360516,803.8183288,2071.867792,1838.587088,286.0059304,1012.91841 +360517,823.0690737,2084.809212,1845.16133,382.2085666,1011.793733 +360518,839.3281417,2097.145335,1851.42882,338.5139256,1010.6932 +360519,855.4270705,2109.599675,1857.472308,360.7540404,1009.602202 +360520,871.2960598,2121.683397,1863.352351,369.2980131,1008.509269 +360521,886.5121547,2133.944199,1868.777526,377.1008323,1007.406342 +360522,901.9376411,2145.596201,1874.387814,384.8305412,1006.287471 +360523,916.7726339,2157.373057,1879.391613,392.2473671,1005.147908 +360524,931.4490487,2168.991515,1884.432331,399.7301577,1003.983654 +360525,945.6844349,2190.573898,1889.274626,406.8377112,1002.79132 +360526,960.1978144,2185.979818,1893.681333,414.0605736,1001.568033 +360527,973.9663704,2196.327306,1898.254772,420.9901906,1000.311407 +360528,987.8020789,2218.369425,1902.419702,427.7568734,999.0194613 +360529,1001.098877,2222.765734,1906.558247,434.6257108,997.6905953 +360530,1014.830276,2234.777215,1910.336358,441.178405,996.3235177 +360531,1027.969525,2245.362394,1914.115129,447.7205943,994.9172247 +360532,1040.375374,2255.423397,1917.596459,453.9799902,993.4709306 +360533,1053.751331,2265.81926,1921.196174,460.47292,991.9840813 +360534,1066.101207,2275.863369,1924.293279,466.4650042,990.4562599 +360535,1078.580046,2285.611303,1927.481033,472.8712247,988.8872478 +360536,1090.575333,2295.436227,1930.452078,478.6249706,987.2769176 +360537,1103.140182,2305.140192,1933.299254,484.5325037,1037.247989 +360538,1114.863558,2314.447438,1936.089914,490.5309243,1247.123383 +360539,1126.719692,2323.758243,1938.490042,496.3042324,1127.123604 +360540,1141.360363,2323.268756,1942.524994,504.9720169,1176.03744 +360541,1368.388729,2403.281087,2170.550991,600.3636098,1602.005622 +360542,1819.950471,2670.633521,2518.690098,805.1642263,2406.515504 +360543,1281.125303,2360.722133,2178.42343,562.2817349,1412.825645 +360544,1859.921749,2666.836314,2466.161692,824.3578397,2463.40992 +360545,1479.338758,2484.42399,2404.617747,653.2833403,1746.737715 +360546,1635.443488,2555.200162,2309.346985,724.7136765,2025.936067 +360547,1622.680298,2558.350276,2376.942573,718.9437311,1990.37423 +360548,1633.93413,2570.762334,2368.193149,724.7417045,2000.410818 +360549,1645.490457,2570.222834,2366.446272,730.3559184,2010.85248 +360550,1656.902521,2581.89463,2369.489952,735.9824713,2020.944548 +360551,1668.149974,2589.285417,2376.204723,741.5254495,2030.931514 +360552,1679.167766,2597.210948,2370.028483,746.9145667,2040.733211 +360553,1690.21647,2604.842513,2380.082008,752.2892098,2049.920831 +360554,1700.917628,2612.619948,2380.302272,757.5429657,2059.526362 +360555,1711.496794,2619.6731,2380.337882,762.7332505,2068.516694 +360556,1722.202396,2626.96984,2386.225052,767.8919107,2077.463699 +360557,1732.467416,2634.39015,2385.453355,772.9520958,2086.147379 +360558,1742.731902,2641.526057,2386.146538,777.8840881,2094.683912 +360559,1752.878877,2654.753222,2391.429218,782.8308348,2103.088257 +360560,1762.897479,2647.240567,2392.153989,787.684543,2111.324855 +360561,1772.807742,2670.215161,2390.914676,792.5103353,2119.395999 +360562,1782.515091,2667.579454,2391.249828,797.1935023,2127.336532 +360563,1792.411547,2674.779847,2392.135243,801.8924722,2135.116157 +360564,1801.795644,2682.11784,2393.011884,806.1645544,2142.832865 +360565,1811.343223,2688.891004,2392.271285,811.2384913,2150.216919 +360566,1820.613112,2693.921833,2391.447204,815.4974045,2161.395911 +360567,1830.016535,2700.181919,2390.545887,819.9665308,2169.793265 +360568,1839.124726,2712.999608,2391.53508,824.4256016,2172.063111 +360569,1848.312347,2703.678883,2389.804813,828.789495,2165.500763 +360570,1857.161494,2725.093939,2388.59959,832.9994514,2194.282228 +360571,1865.979049,2722.322261,2387.795057,837.3182311,2190.416864 +360572,1874.838088,2727.632626,2386.989581,841.4642356,2199.157312 +360573,1883.421122,2733.881422,2387.790213,845.6022312,2205.887654 +360574,1891.999539,2738.328788,2387.667109,849.6897458,2212.346104 +360575,1900.477155,2748.934226,2387.339666,853.7315929,2218.566282 +360576,1908.783263,2740.424097,2386.660426,857.730337,2224.8827 +360577,1922.482302,2757.275414,2384.124023,861.6469845,2231.104425 +360578,1925.062563,2756.14403,2382.728621,865.6642858,2236.934352 +360579,1941.38161,2766.031724,2381.844079,869.4463692,2250.493499 +360580,1938.872395,2758.008613,2380.923628,873.2775224,2244.459866 +360581,1962.900978,2773.466176,2380.013337,877.132236,2249.776227 +360582,1948.192464,2773.119507,2379.351856,880.7518773,2264.323165 +360583,1950.360219,2782.961431,2380.567375,884.5812055,2264.955059 +360584,1984.385448,2773.455064,2378.89153,888.2819813,2271.688489 +360585,1977.684217,2792.389713,2377.716891,891.8269951,2276.947622 +360586,1988.500277,2783.359972,2376.844078,895.4908756,2292.043273 +360587,1996.344649,2792.82204,2376.171733,899.1355426,2276.007556 +360588,2003.923458,2793.267023,2375.366085,902.474555,2296.11464 +360589,2011.130514,2794.456981,2374.491688,906.2262232,2298.682193 +360590,2018.759337,2796.262542,2373.459441,909.6635336,2311.56028 +360591,2025.978702,2798.670517,2372.406469,912.950501,2300.262255 +360592,2033.061271,2798.487487,2371.330074,916.4634549,2312.526538 +360593,2040.467774,2798.231909,2370.096584,919.8185512,2320.650887 +360594,2047.658825,2800.479147,2370.389197,923.2484478,2329.051463 +360595,2054.569244,2798.820431,2368.0068,926.4922211,2330.478082 +360596,2061.910527,2800.573473,2367.832449,929.8969044,2321.804689 +360597,2068.664349,2799.070631,2365.479081,933.0794643,2356.218332 +360598,2075.74559,2798.734733,2363.905867,936.4329606,2334.777091 +360599,2082.925964,2798.81193,2362.622743,939.5640085,2349.486634 +360600,2089.757169,2799.393013,2361.75469,942.8214447,2352.354367 +360601,2102.821232,2803.468463,2363.966271,948.7201726,2374.539952 +360602,2110.770915,2804.103829,2364.179856,952.3914427,2371.023929 +360603,2118.296475,2805.558174,2365.131772,955.7902071,2381.197891 +360604,2125.907423,2807.166548,2366.271209,959.1755472,2386.148763 +360605,2133.059889,2808.741758,2367.443701,962.5791542,2391.342553 +360606,2140.22254,2812.684386,2370.262095,965.8259125,2396.599249 +360607,2147.536601,2812.53774,2370.46208,969.0779386,2401.520491 +360608,2154.576265,2813.147349,2371.172262,972.2828801,2406.819233 +360609,2161.383286,2814.056086,2372.030002,975.4576398,2411.705376 +360610,2168.428905,2817.604467,2374.636218,978.6017325,2416.489374 +360611,2175.531313,2817.223413,2374.698119,981.7215139,2421.394385 +360612,2182.166027,2817.663547,2375.31535,984.8113082,2426.193142 +360613,2189.143434,2818.417465,2376.107216,987.8782569,2430.869653 +360614,2195.971136,2819.324933,2376.984457,990.9204187,2435.390375 +360615,2202.782375,2820.283332,2377.915923,993.939229,2440.201014 +360616,2209.460017,2821.228089,2378.876064,996.9354617,2444.661063 +360617,2216.101401,2822.128555,2379.853238,999.9095807,2449.190463 +360618,2222.755061,2822.982582,2380.839645,1002.809613,2453.481359 +360619,2229.382921,2823.798609,2381.839407,1005.820101,2458.086241 +360620,2236.295323,2824.576795,2382.845961,1008.693513,2462.426896 +360621,2242.53871,2825.311497,2383.857213,1011.593007,2466.704943 +360622,2249.001693,2828.620071,2386.640068,1014.463546,2476.765571 +360623,2255.649784,2827.893191,2386.841627,1017.371488,2472.595707 +360624,2262.032453,2828.023087,2387.460125,1020.124332,2479.910334 +360625,2268.489916,2830.648919,2389.915368,1022.977301,2484.160396 +360626,2274.898604,2829.523839,2389.915344,1025.767454,2487.735831 +360627,2281.280365,2829.297484,2390.505588,1028.491381,2491.703442 +360628,2287.753314,2831.899781,2392.965835,1031.333737,2496.23366 +360629,2293.889248,2830.722766,2392.968335,1034.041923,2499.732527 +360630,2300.277362,2832.875625,2395.228628,1036.776247,2504.13161 +360631,2306.410648,2831.57851,2395.238817,1039.438371,2513.164431 +360632,2312.521461,2831.072541,2395.77657,1042.069724,2503.918335 +360633,2318.594326,2833.356048,2398.180128,1044.680158,2523.325079 +360634,2326.058814,2832.025059,2398.258979,1047.273786,2517.796093 +360635,2335.967594,2831.381916,2399.018553,1049.845302,2522.621576 +360636,2330.948417,2833.444764,2401.3942,1052.399283,2527.689611 +360637,2365.192017,2831.905558,2401.448043,1054.938183,2536.017903 +360638,2314.485556,2831.13732,2402.03934,1057.456515,2527.109957 +360639,2371.011473,2833.120887,2404.476566,1059.958676,2544.866179 +360640,2356.336146,2831.421413,2404.54425,1062.446821,2540.613862 +360641,2366.122452,2832.885444,2406.768359,1064.915051,2545.465816 +360642,2371.7178,2830.823458,2406.696138,1067.371561,2553.910698 +360643,2377.597446,2829.783243,2407.297161,1069.809171,2551.344617 +360644,2383.320815,2828.9354,2407.994431,1072.233007,2554.928367 +360645,2389.036127,2828.384559,2408.891443,1074.641277,2564.307867 +360646,2394.724593,2827.990254,2409.939587,1077.034972,2562.31629 +360647,2400.386606,2827.515664,2411.001494,1079.414208,2564.850911 +360648,2406.149182,2825.175806,2411.951081,1081.779276,2577.852203 +360649,2411.563848,2820.419731,2412.878299,1084.130278,2568.343584 +360650,2417.239384,2816.70868,2413.36895,1086.467747,2575.380949 +360651,2422.6468,2805.418428,2413.46305,1088.733266,2575.075911 +360652,2428.377884,2807.860528,2414.888562,1091.12978,2575.189131 +360653,2433.787257,2804.515741,2413.625385,1093.38847,2570.65487 +360654,2439.426522,2793.508302,2412.756627,1095.6815,2566.629835 +360655,2444.681982,2801.708397,2411.737914,1098.014853,2562.919445 +360656,2450.218065,2787.082438,2410.776646,1100.186488,2559.518906 +360657,2455.611148,2787.462258,2409.700791,1102.479125,2556.176433 +360658,2461.003381,2784.740195,2408.686041,1104.707884,2553.072203 +360659,2466.375846,2781.552689,2409.421029,1106.934011,2552.288872 +360660,2471.847199,2775.909113,2407.637313,1109.091995,2548.512219 +360661,2360.736198,2718.790225,2402.353329,1058.635431,2538.653283 +360662,2365.24783,2713.54088,2392.679175,1060.097089,2522.020571 +360663,2369.916665,2706.965827,2375.877954,1062.000593,2394.771949 +360664,2375.630596,2702.003538,2358.479139,1064.115137,2378.944637 +360665,2380.721966,2698.745772,2345.434386,1066.220069,2426.40384 +360666,2386.354237,2694.107047,2337.839941,1068.219926,2402.749966 +360667,2392.037121,2690.177265,2334.678351,1070.51747,2410.105615 +360668,2397.301051,2684.452944,2330.399462,1072.65269,2409.610337 +360669,2403.262478,2680.467639,2327.6061,1074.860706,2408.735016 +360670,2409.358155,2674.765232,2325.365664,1077.072254,2403.518957 +360671,2426.686362,2671.391615,2324.801202,1079.290615,2397.477327 +360672,2405.364214,2665.242502,2321.487486,1081.519198,2387.591901 +360673,2429.225938,2660.266406,2318.507872,1085.86261,2378.544635 +360674,2432.522615,2649.014449,2317.047057,1085.843274,2371.769353 +360675,2436.787615,2657.977686,2314.798216,1091.879406,2364.369013 +360676,2443.154633,2636.08124,2310.600655,1089.906564,2354.848381 +360677,2448.927504,2646.609482,2307.180306,1098.274662,2346.506618 +360678,2454.708493,2626.33649,2305.737021,1091.68694,2340.790294 +360679,2465.783567,2635.745778,2301.944408,1107.960185,2332.347675 +360680,2474.036872,2614.734577,2298.793322,1090.406148,2324.842628 +360681,2472.114226,2618.406363,2295.850052,1094.09518,2317.714982 +360682,2458.984824,2611.437761,2293.203255,1110.400372,2311.060945 +360683,2510.953547,2605.090862,2290.656451,1104.229091,2304.629042 +360684,2463.10297,2599.524765,2288.326437,1108.570544,2298.324825 +360685,2506.246887,2593.826571,2285.880587,1110.799475,2292.203485 +360686,2498.753206,2587.934666,2283.452314,1113.070395,2286.376528 +360687,2531.926151,2581.939542,2281.010376,1115.449722,2280.377075 +360688,2475.232238,2576.260542,2278.666766,1117.764518,2274.539664 +360689,2560.897768,2570.274718,2278.041098,1119.972331,2270.873669 +360690,2508.152996,2563.594156,2274.814906,1122.31924,2264.029442 +360691,2526.648818,2557.609901,2272.166624,1124.539616,2257.927632 +360692,2550.682445,2551.274361,2269.880293,1126.758127,2252.296984 +360693,2536.584611,2545.057384,2269.478148,1128.971312,2249.036944 +360694,2549.816453,2538.057181,2266.670973,1131.182694,2242.841353 +360695,2554.124111,2531.794529,2264.735109,1133.394736,2237.758948 +360696,2559.846025,2525.28361,2263.248614,1135.603564,2233.256119 +360697,2565.381625,2518.698769,2262.152364,1137.879476,2229.045235 +360698,2571.024416,2504.706493,2260.816999,1139.983534,2224.817892 +360699,2576.399354,2513.456913,2259.650557,1142.169641,2220.826866 +360700,2582.315048,2488.457318,2258.549964,1144.469653,2216.932847 +360701,2587.734184,2492.885505,2257.493372,1146.624174,2212.912409 +360702,2593.144737,2483.346807,2256.322053,1148.90961,2209.025248 +360703,2599.004727,2476.25159,2255.4178,1151.007034,2205.224548 +360704,2604.455599,2469.099337,2253.860018,1153.2612,2201.411345 +360705,2618.249168,2461.997127,2253.122242,1155.453202,2197.752791 +360706,2611.816654,2454.894127,2252.160776,1157.654696,2194.104942 +360707,2622.37084,2447.593956,2251.330263,1159.85608,2190.328443 +360708,2627.32562,2440.208282,2250.348593,1162.055903,2186.575789 +360709,2632.346011,2433.146393,2249.411426,1164.256077,2182.880043 +360710,2638.148028,2425.449531,2248.492785,1166.455827,2179.202788 +360711,2643.467828,2418.006465,2247.817209,1168.65479,2175.54578 +360712,2649.056714,2403.36936,2246.853058,1170.853124,2171.772601 +360713,2654.260553,2412.388406,2246.026827,1173.051033,2168.170337 +360714,2660.03126,2384.59407,2245.245796,1175.322914,2164.618777 +360715,2665.346616,2390.096967,2244.382282,1177.405843,2160.957199 +360716,2670.572511,2379.157056,2243.639033,1179.655848,2157.437298 +360717,2676.369062,2371.049317,2242.967538,1181.839093,2153.999655 +360718,2689.408529,2363.645662,2242.627038,1183.956594,2150.722749 +360719,2683.996759,2355.816148,2242.111627,1186.263658,2147.463142 +360720,2692.82894,2347.978298,2241.462435,1188.401335,2144.040011 +360721,2451.849515,2225.961787,2240.185178,1080.828892,2142.501789 +360722,2455.187532,2218.570518,2221.1954,1079.304239,2116.365858 +360723,2451.734295,2206.220006,2198.695405,1079.108379,2083.747327 +360724,2452.27535,2196.081538,2179.680875,1079.00561,2053.939901 +360725,2453.099609,2185.901729,2163.93618,1078.975392,2028.347944 +360726,2453.682031,2175.798821,2153.514083,1079.203607,2009.602964 +360727,2454.570521,2165.721604,2148.272711,1079.439329,1997.459391 +360728,2455.228028,2155.760319,2142.400395,1079.730623,1984.997933 +360729,2456.531204,2145.48025,2138.331206,1079.989522,1975.252804 +360730,2465.645564,2135.558573,2135.370166,1080.453404,1967.344321 +360731,2446.612513,2125.489099,2132.900435,1080.781066,1960.481088 +360732,2472.98099,2115.581291,2130.867814,1081.189815,1954.354248 +360733,2448.231919,2105.283343,2129.143916,1081.677126,1949.185466 +360734,2474.65332,2095.417173,2127.668447,1081.996295,1944.654781 +360735,2459.284914,2085.276839,2126.458682,1082.489066,1940.743832 +360736,2465.150161,2075.38242,2125.260379,1082.930104,1937.103712 +360737,2466.084067,2065.107692,2124.122423,1083.392454,1933.763071 +360738,2467.249152,2055.210676,2123.113927,1083.864798,1930.778885 +360739,2468.352738,2045.084066,2122.180678,1084.346142,1928.059988 +360740,2469.636332,2035.208589,2121.305833,1084.835931,1925.56459 +360741,2470.813593,2024.922465,2120.480658,1085.333694,1923.263274 +360742,2472.078778,2006.762655,2119.758109,1085.838926,1921.20507 +360743,2473.47637,2008.517403,2120.931741,1086.352436,1921.595474 +360744,2474.475586,1992.199078,2119.685677,1086.869218,1919.103082 +360745,2475.887713,1974.05676,2119.226803,1087.396112,1917.663642 +360746,2477.290906,1978.492031,2120.791031,1087.928055,1918.790412 +360747,2478.328026,1971.074575,2119.833715,1088.46286,1916.874944 +360748,2479.852197,1939.646387,2121.258477,1089.007529,1917.957954 +360749,2480.883381,1949.68156,2120.284428,1089.552154,1916.129407 +360750,2482.299132,1946.243271,2119.943311,1090.105186,1915.114535 +360751,2483.698052,1902.970293,2121.583936,1090.661797,1916.573004 +360752,2484.824979,1923.474559,2122.428457,1091.220694,1917.088258 +360753,2486.118612,1901.562417,2122.912356,1091.784781,1917.197589 +360754,2487.235544,1893.96259,2121.515146,1092.35117,1915.004936 +360755,2488.802953,1899.30868,2122.659477,1092.923903,1915.953609 +360756,2489.548179,1852.832089,2121.530294,1093.495561,1914.09948 +360757,2491.310245,1876.513392,2121.172401,1094.073538,1913.199033 +360758,2492.417506,1850.583248,2121.070987,1094.65261,1912.616087 +360759,2493.720138,1846.433253,2121.108041,1095.23468,1912.211868 +360760,2495.176277,1835.582078,2122.926038,1095.819949,1914.026067 +360761,2496.326321,1826.261629,2123.834778,1096.405633,1914.749491 +360762,2497.652063,1816.65236,2124.375148,1096.994315,1915.251428 +360763,2498.801087,1807.369846,2123.023559,1097.583522,1913.213039 +360764,2500.244355,1818.075304,2122.48644,1098.175881,1912.162401 +360765,2501.577697,1759.613552,2122.338675,1098.768466,1911.575937 +360766,2502.837067,1806.177391,2122.3841,1099.362269,1911.225254 +360767,2504.194856,1748.325689,2122.508698,1099.957192,1910.980645 +360768,2505.551744,1769.811926,2122.698582,1100.552969,1910.829654 +360769,2506.880626,1749.694556,2122.895622,1101.224467,1910.700839 +360770,2508.253739,1742.712906,2123.101753,1101.710772,1910.594979 +360771,2509.632837,1733.709083,2123.515588,1102.361179,1910.519061 +360772,2511.025869,1724.708508,2123.727029,1102.947881,1910.458354 +360773,2512.606031,1716.035382,2125.618751,1103.547351,1912.511319 +360774,2513.716131,1707.319498,2124.896181,1104.141488,1911.318286 +360775,2515.35271,1698.499942,2124.732503,1104.741616,1910.821678 +360776,2516.864602,1689.867284,2124.762584,1105.338369,1910.555771 +360777,2518.401419,1681.486963,2126.569027,1105.937238,1912.504633 +360778,2519.78718,1672.978111,2125.814911,1106.530114,1911.267142 +360779,2521.443057,1664.649758,2125.647766,1107.128367,1910.762228 +360780,2523.100406,1656.284606,2125.687475,1107.722925,1910.507552 +360781,2759.306649,1755.87165,2131.27089,1215.144017,1916.539817 +360782,2771.421168,1750.079818,2150.43691,1217.938948,1942.679562 +360783,2770.756238,1743.85297,2175.402897,1220.018101,1977.61001 +360784,2771.452357,1737.472885,2196.283011,1222.098275,2008.381922 +360785,2788.976184,1730.928685,2211.445629,1223.873764,2032.566102 +360786,2778.460373,1724.679519,2222.030723,1225.630296,2050.923028 +360787,2795.115371,1718.241814,2229.454063,1227.317739,2065.14735 +360788,2785.651751,1711.95995,2234.874204,1228.963338,2076.151166 +360789,2801.904043,1705.737868,2239.102769,1230.576815,2085.13718 +360790,2800.530558,1699.68866,2242.706313,1232.163871,2092.832148 +360791,2802.637303,1693.582713,2245.895619,1233.72839,2099.295069 +360792,2813.706868,1687.711053,2248.540095,1235.272937,2104.903957 +360793,2804.297221,1681.89471,2250.800677,1236.799594,2109.660406 +360794,2818.454488,1676.061609,2252.737597,1238.309528,2113.674024 +360795,2818.774537,1692.555174,2254.621152,1239.804164,2117.511117 +360796,2827.271189,1633.573048,2256.588527,1241.283947,2120.954377 +360797,2826.677841,1700.516566,2258.459072,1242.790593,2124.043541 +360798,2827.460043,1614.206684,2260.062784,1244.152291,2126.603711 +360799,2829.439558,1682.608311,2261.410815,1245.612372,2128.675152 +360800,2832.096719,1617.831212,2262.61485,1247.056933,2130.41353 +360801,2835.004804,1650.114833,2263.793204,1248.434459,2132.161162 +360802,2836.670742,1632.111166,2264.899523,1249.825691,2133.47461 +360803,2836.814467,1629.952548,2265.877756,1251.209168,2134.527926 +360804,2836.927964,1625.450628,2266.691876,1252.581287,2135.458748 +360805,2837.056657,1621.131132,2267.345496,1253.941873,2135.875478 +360806,2837.234831,1617.016451,2267.877278,1255.393854,2136.280813 +360807,2837.465329,1613.077919,2268.319956,1256.999555,2136.035739 +360808,2840.429968,1609.23751,2270.410678,1258.858814,2138.060675 +360809,2839.370249,1605.439859,2269.893605,1260.531013,2136.934896 +360810,2839.147226,1601.726095,2269.850788,1262.5511,2136.553095 +360811,2839.185074,1597.903875,2269.913647,1264.365646,2136.057288 +360812,2839.368272,1594.388685,2270.016607,1266.519393,2135.573612 +360813,2839.644981,1590.689806,2270.138592,1268.489099,2135.094681 +360814,2839.97143,1587.137662,2270.260982,1270.92717,2134.607391 +360815,2840.323198,1583.607529,2270.375367,1276.225787,2134.107383 +360816,2840.707149,1580.118195,2270.4904,1271.768516,2133.606787 +360817,2841.089112,1576.669587,2270.587191,1289.228004,2133.083557 +360818,2841.51351,1573.260058,2270.695974,1263.044306,2132.78571 +360819,2841.963578,1569.988395,2270.807973,1290.686697,2132.288775 +360820,2842.373042,1566.511949,2270.882665,1282.96347,2131.743052 +360821,2842.777375,1563.281184,2270.943368,1287.627818,2131.181257 +360822,2843.19168,1560.003421,2271.000228,1290.142489,2130.617725 +360823,2843.605219,1556.774016,2271.047091,1292.943894,2130.045416 +360824,2844.01425,1554.96891,2271.082234,1295.729534,2129.462247 +360825,2844.412772,1552.98383,2271.102349,1298.590058,2128.864044 +360826,2844.801238,1550.802914,2271.108064,1301.514038,2128.251476 +360827,2845.183113,1548.721549,2271.101829,1304.503105,2127.627491 +360828,2845.560078,1546.642479,2271.084955,1307.549335,2126.993705 +360829,2845.932062,1544.579659,2271.057658,1310.665699,2126.350419 +360830,2849.000845,1542.534964,2272.740871,1313.844717,2127.824972 +360831,2847.979565,1540.501637,2271.840701,1317.08118,2126.130084 +360832,2847.774701,1538.490289,2271.45103,1320.388459,2125.066413 +360833,2847.810602,1536.492802,2271.189715,1323.755899,2124.152472 +360834,2847.986408,1534.512315,2270.991406,1327.273862,2123.309993 +360835,2848.258261,1532.548661,2270.828392,1330.638524,2122.510102 +360836,2848.586545,1530.601515,2270.68336,1334.261071,2121.73537 +360837,2848.956523,1528.671388,2270.545814,1337.872331,2120.974748 +360838,2849.352076,1526.757886,2270.41004,1341.560236,2120.221763 +360839,2849.774513,1524.861507,2270.272746,1345.313861,2119.472342 +360840,2850.220989,1522.98184,2270.132168,1349.131166,2118.724137 +360841,2851.201706,1543.71228,2270.546824,1375.723148,2119.039852 +360842,2854.890501,1543.253819,2272.603768,1387.235219,2122.090838 +360843,2859.885513,1542.116684,2275.486787,1377.995628,2126.297712 +360844,2864.653592,1540.939169,2278.285159,1392.5184,2130.55418 +360845,2868.534446,1539.660557,2280.582883,1395.185447,2134.243487 +360846,2871.566906,1538.332428,2282.379141,1399.457057,2137.309704 +360847,2874.010709,1536.977202,2283.807807,1404.300342,2139.887117 +360848,2876.087196,1535.607546,2284.986417,1409.264343,2142.103381 +360849,2877.939305,1534.231418,2285.993475,1413.822736,2144.047053 +360850,2879.647358,1532.852503,2286.875636,1418.720813,2145.773361 +360851,2881.255241,1531.474111,2287.660598,1423.570506,2147.317639 +360852,2882.790194,1530.097448,2288.367161,1428.483917,2148.706145 +360853,2884.266556,1528.724496,2289.006294,1435.351988,2149.956364 +360854,2885.689235,1527.355598,2289.582883,1443.732172,2151.078671 +360855,2887.100503,1525.992154,2290.125337,1438.969548,2152.112857 +360856,2888.525727,1524.634058,2290.651479,1445.366488,2153.08577 +360857,2889.922593,1523.282466,2291.136296,1456.65368,2153.970984 +360858,2894.014835,1521.937689,2293.314035,1458.228087,2156.933914 +360859,2893.964292,1520.598729,2292.863692,1464.395984,2156.613852 +360860,2894.716171,1519.268083,2292.902043,1478.212551,2156.874337 +360861,2895.734204,1517.944267,2293.075226,1462.46896,2157.268283 +360862,2896.906353,1516.627723,2293.314524,1486.626127,2157.715759 +360863,2898.126805,1515.319212,2293.559789,1484.729257,2158.150194 +360864,2899.351416,1514.018292,2293.788286,1504.224675,2158.549492 +360865,2900.647697,1512.725712,2294.045435,1478.439481,2158.973854 +360866,2901.976355,1511.440789,2294.3078,1516.775756,2159.396714 +360867,2903.277265,1510.164408,2294.53803,1502.659035,2159.773464 +360868,2904.567902,1508.895969,2294.747244,1524.828074,2160.119064 +360869,2905.8552,1507.636154,2294.939618,1522.905682,2160.439518 +360870,2907.210656,1506.384312,2295.160497,1510.330066,2160.792163 +360871,2908.982245,1505.093362,2295.631949,1552.463273,2161.455204 +360872,2910.905223,1503.800621,2296.189338,1530.632846,2162.234122 +360873,2912.692324,1502.511408,2296.6529,1546.303142,2162.912035 +360874,2914.624145,1501.226449,2297.197543,1550.678942,2163.707039 +360875,2917.08977,1499.946967,2297.856985,1556.715219,2164.659659 +360876,2919.407709,1498.672655,2298.566133,1562.645594,2165.687935 +360877,2921.852028,1497.404376,2299.307463,1568.762811,2166.769 +360878,2927.111439,1496.142309,2301.79476,1574.76002,2170.039334 +360879,2928.278271,1494.88442,2301.664745,1581.002464,2170.074661 +360880,2930.352788,1493.733548,2302.07686,1587.171135,2170.79027 +360881,2935.447537,1492.344891,2304.367654,1593.383552,2173.843595 +360882,2936.551577,1491.172025,2304.108692,1599.627006,2173.730881 +360883,2938.622569,1489.927169,2304.434115,1605.821557,2174.343433 +360884,2941.041902,1488.699498,2304.943932,1612.354725,2175.176551 +360885,2943.659454,1487.479403,2305.548897,1618.596336,2176.123327 +360886,2946.503052,1486.265269,2306.275388,1630.624766,2177.222716 +360887,2949.415174,1485.057617,2307.030446,1629.021283,2178.363308 +360888,2952.258379,1483.85582,2307.730375,1638.93641,2179.653024 +360889,2955.129033,1482.660654,2308.436504,1644.951445,2180.742462 +360890,2958.043983,1481.471317,2309.159121,1651.393304,2181.853731 +360891,2960.973473,1480.190175,2309.879505,1657.786709,2182.967027 +360892,2963.923465,1479.156723,2310.601815,1664.56006,2184.089134 +360893,2966.893374,1477.917243,2311.326121,1671.150147,2185.220265 +360894,2969.877811,1476.766738,2312.049437,1677.793973,2186.356319 +360895,2972.876095,1475.608272,2312.7717,1684.336371,2187.496787 +360896,2975.893161,1474.455031,2313.496431,1691.256971,2188.645775 +360897,2978.926728,1473.307924,2314.222506,1697.908799,2189.801711 +360898,2981.969909,1472.166233,2314.945944,1704.659853,2190.959524 +360899,2985.023319,1471.030525,2315.667479,1711.489577,2192.120022 +360900,2988.090279,1469.900086,2316.389482,1718.139779,2193.286086 +360901,2992.985375,1435.4516,2319.146315,1696.22312,2198.372367 +360902,2992.040205,1433.685122,2317.63461,1702.826743,2197.218636 +360903,2988.805466,1432.053853,2314.311463,1712.400071,2193.160616 +360904,2989.210756,1430.423777,2313.168901,1721.272179,2191.546608 +360905,2987.36684,1428.805062,2310.613044,1729.801743,2188.116824 +360906,2988.033142,1427.19688,2309.690361,1739.030808,2186.787625 +360907,2990.203654,1425.591603,2309.770132,1752.891965,2186.821779 +360908,2993.160733,1423.990223,2310.406819,1755.062218,2187.691898 +360909,2996.41192,1422.296192,2311.29266,1766.408743,2189.024723 +360910,2999.895574,1420.839653,2312.384527,1775.391038,2190.764157 +360911,3003.555949,1419.180864,2313.638592,1784.177109,2192.846342 +360912,3007.304727,1417.696799,2314.98972,1792.895074,2195.17856 +360913,3011.118726,1415.972439,2316.414776,1802.161919,2197.720085 +360914,3015.124063,1414.448854,2318.17966,1816.35283,2200.550865 +360915,3019.448291,1412.848527,2319.787079,1818.67743,2203.531217 +360916,3023.30882,1411.261749,2321.311606,1829.344841,2206.49891 +360917,3027.154211,1409.582796,2322.843334,1838.939686,2209.549792 +360918,3031.052741,1408.132605,2324.416651,1847.483049,2212.71502 +360919,3035.107831,1406.484103,2326.092806,1861.585119,2216.063849 +360920,3039.187015,1404.913483,2327.786919,1864.68957,2219.485518 +360921,3043.085754,1403.329945,2329.368611,1874.50474,2222.812265 +360922,3046.931465,1401.746429,2330.916778,1883.959179,2226.136666 +360923,3050.96532,1400.25372,2332.583008,1898.363585,2229.642994 +360924,3055.022107,1398.449752,2334.262788,1901.193743,2233.197735 +360925,3058.864785,1397.058119,2335.805873,1910.317593,2236.610329 +360926,3062.777372,1395.400726,2337.39145,1924.668785,2240.10097 +360927,3066.780397,1393.830052,2339.031964,1928.78348,2243.682489 +360928,3070.750846,1392.247177,2340.649959,1941.20429,2247.256558 +360929,3074.930115,1390.66405,2342.226313,1946.223778,2250.797566 +360930,3078.71099,1389.080447,2343.747735,1957.026876,2254.28668 +360931,3082.371674,1387.442866,2345.192458,1962.116242,2257.694254 +360932,3085.775576,1385.703352,2346.469265,1967.996847,2260.911162 +360933,3088.820259,1384.178102,2347.499579,1971.557815,2263.84531 +360934,3091.463643,1382.544646,2348.259591,1975.365412,2266.458482 +360935,3093.755434,1380.765574,2348.778449,1979.431547,2268.780879 +360936,3095.797098,1379.16005,2349.109167,1983.693077,2270.880206 +360937,3100.522701,1377.479241,2350.990405,1989.906817,2274.930523 +360938,3100.920332,1375.802449,2350.247231,1993.34454,2275.714496 +360939,3102.002208,1374.1292,2349.936788,1997.376003,2277.049866 +360940,3103.25555,1372.450177,2349.707503,2001.614189,2278.483991 +360941,3104.663747,1370.682519,2349.509127,2005.970176,2279.957091 +360942,3106.301648,1369.126339,2349.317699,2010.385419,2281.451392 +360943,3108.191562,1367.381359,2349.123272,2015.011045,2282.954922 +360944,3110.30871,1365.707308,2348.919715,2019.421679,2284.461664 +360945,3112.612943,1364.019425,2348.701083,2023.820081,2285.970634 +360946,3115.06578,1362.3293,2348.470744,2028.215248,2287.481707 +360947,3117.636468,1360.638099,2348.229202,2032.609621,2288.994381 +360948,3120.303024,1358.94484,2347.972115,2037.001502,2290.508391 +360949,3123.049726,1357.250978,2347.703318,2041.388294,2292.023614 +360950,3125.864247,1355.639714,2347.423484,2045.767658,2293.539484 +360951,3131.653194,1353.822963,2348.811975,2051.978466,2297.167319 +360952,3133.300645,1352.180153,2347.670495,2055.351151,2297.656073 +360953,3135.623024,1350.388327,2347.029552,2059.288814,2298.782222 +360954,3138.181216,1348.812073,2346.512858,2063.418872,2300.070001 +360955,3143.028097,1347.055771,2347.747678,2069.50389,2303.55789 +360956,3144.800334,1345.366098,2346.505289,2072.814293,2303.965662 +360957,3147.293587,1343.668463,2345.785004,2076.712395,2305.041204 +360958,3150.396474,1341.967938,2345.202702,2080.802389,2306.290763 +360959,3153.341313,1340.267967,2344.689575,2084.995175,2307.629594 +360960,3156.371964,1338.567647,2344.213245,2089.238299,2309.02734 +360961,3158.41572,1270.871445,2342.318515,2092.924199,2307.773567 +360962,3150.910549,1268.779876,2333.499125,2091.034207,2296.02005 +360963,3140.233047,1266.969347,2321.553816,2087.419361,2279.260967 +360964,3130.588164,1265.225651,2310.728653,2085.498037,2263.025908 +360965,3124.519999,1263.514451,2302.218891,2086.164686,2249.531592 +360966,3121.488158,1261.820948,2295.833226,2088.779978,2238.803907 +360967,3120.479468,1260.140808,2290.929046,2092.410995,2230.174452 +360968,3120.645556,1258.471991,2286.960059,2096.588398,2223.019935 +360969,3121.48231,1256.813461,2283.588231,2100.604711,2216.93447 +360970,3122.74044,1255.16382,2280.628067,2104.572782,2211.680039 +360971,3124.199731,1280.150378,2277.918879,2108.432267,2207.038764 +360972,3126.234277,1212.388358,2275.507002,2112.324306,2203.047092 +360973,3128.171529,1269.340266,2273.324016,2116.233265,2199.597385 +360974,3130.051409,1263.656212,2271.172343,2119.982524,2196.42049 +360975,3132.064567,1220.478597,2269.156743,2123.915591,2193.624459 +360976,3134.387949,1283.446173,2267.220837,2127.570129,2191.117116 +360977,3136.44823,1201.746445,2265.369146,2131.206935,2188.682129 +360978,3138.747558,1261.362196,2263.609979,2134.861721,2186.725837 +360979,3140.286224,1248.88246,2261.809583,2138.57449,2184.856687 +360980,3142.600543,1222.421628,2260.058013,2142.033737,2183.167236 +360981,3145.049821,1260.597314,2258.340231,2145.589132,2181.623165 +360982,3147.280074,1209.287218,2256.657922,2148.684813,2180.214454 +360983,3149.862869,1266.373665,2254.977918,2152.190884,2178.889667 +360984,3152.158078,1200.288486,2253.321744,2155.795099,2177.666561 +360985,3157.280957,1263.507465,2253.337385,2161.198439,2178.594705 +360986,3158.25949,1199.190497,2250.87587,2163.63231,2176.506139 +360987,3160.016043,1256.827052,2248.923498,2166.591835,2175.100348 +360988,3162.017298,1199.801251,2247.120678,2169.733526,2173.914018 +360989,3164.148831,1248.884133,2245.394086,2172.969946,2172.853243 +360990,3166.364413,1201.580723,2243.720207,2176.465901,2171.889599 +360991,3168.619099,1240.289671,2242.07578,2179.757112,2170.994131 +360992,3170.865827,1203.614975,2240.447374,2182.973453,2170.158687 +360993,3173.073344,1231.113107,2238.825906,2186.088408,2169.376329 +360994,3175.230775,1206.104484,2237.206899,2189.105183,2168.640173 +360995,3177.348086,1221.612404,2235.594463,2192.045393,2167.951131 +360996,3179.422621,1208.809383,2233.983562,2194.918535,2167.298227 +360997,3181.764658,1213.321313,2232.378068,2197.738943,2166.682088 +360998,3183.763998,1209.626624,2230.773511,2200.507323,2166.09366 +360999,3185.723124,1208.346248,2229.172908,2203.230233,2165.533776 +361000,3187.659474,1206.709193,2227.580081,2205.913809,2165.004732 +361001,3189.582378,1202.079173,2225.997958,2208.759766,2164.508099 +361002,3191.7737,1199.980524,2224.088308,2211.981614,2164.040477 +361003,3194.097172,1198.080461,2221.975234,2215.479807,2163.587819 +361004,3196.389522,1196.316425,2219.830054,2218.89323,2163.140239 +361005,3198.579911,1194.400259,2217.743874,2222.068041,2162.698491 +361006,3200.66532,1192.665434,2215.739047,2225.011605,2162.267445 +361007,3202.666085,1190.880945,2213.806852,2227.787524,2161.850873 +361008,3204.601933,1189.118083,2211.932341,2230.453294,2161.45056 +361009,3206.485514,1187.364317,2210.10327,2233.04301,2161.066628 +361010,3208.323469,1185.618213,2208.311051,2235.572192,2160.698227 +361011,3210.118966,1183.879104,2206.549614,2238.046923,2160.344174 +361012,3211.873818,1182.146262,2204.814362,2240.469967,2160.003323 +361013,3213.58936,1180.41934,2203.10158,2242.843299,2159.674632 +361014,3215.266424,1178.697783,2201.408217,2245.168699,2159.357198 +361015,3216.90564,1176.981355,2199.731754,2247.447673,2159.050213 +361016,3218.507533,1175.26958,2198.070146,2249.681402,2158.752983 +361017,3220.072213,1173.562279,2196.421716,2251.870728,2158.464866 +361018,3221.599759,1171.859026,2194.785107,2254.016273,2158.185311 +361019,3223.090398,1170.159687,2193.159201,2256.118497,2157.913805 +361020,3224.544021,1168.463873,2191.54307,2258.177764,2157.649893 +361021,2153.252614,1166.775108,1045.825932,1760.699135,2403.885198 +361022,2240.027941,1297.499315,1087.385901,1831.843229,2452.554416 +361023,2336.591419,1300.370389,1134.959994,1907.127194,2490.123936 +361024,2416.074085,1300.239137,1175.652653,1962.705803,2511.01519 +361025,2478.075392,1300.427944,1208.923259,1999.064539,2524.917168 +361026,2525.156225,1299.72043,1235.594239,2021.213885,2534.938756 +361027,2561.369724,1298.851065,1257.204502,2034.830119,2542.611339 +361028,2590.129299,1297.92663,1275.109334,2044.012257,2548.852258 +361029,2613.655153,1296.942466,1290.211871,2050.95553,2554.159469 +361030,2633.251231,1295.923129,1303.269728,2056.658252,2558.832953 +361031,2650.000398,1294.885007,1314.31578,2061.53469,2563.030953 +361032,2663.90044,1293.832064,1323.809716,2065.77009,2566.814566 +361033,2675.672983,1292.773228,1331.974997,2069.480919,2570.202884 +361034,2685.735909,1291.68904,1339.026209,2072.989104,2573.265287 +361035,2694.426778,1290.624098,1345.145251,2076.024377,2576.062163 +361036,2701.998003,1289.563328,1350.473288,2078.843661,2578.619077 +361037,2708.650574,1288.508311,1355.131339,2081.499323,2580.964846 +361038,2714.551252,1287.457927,1359.221364,2084.025132,2583.126624 +361039,2719.827353,1286.414658,1362.828732,2086.442107,2585.128467 +361040,2724.583806,1285.376808,1366.024952,2088.764117,2586.991532 +361041,2728.905471,1284.346142,1368.869903,2091.001019,2588.734152 +361042,2732.860385,1283.320622,1371.413822,2093.160269,2590.37232 +361043,2736.50289,1282.301716,1373.69882,2095.24753,2591.919782 +361044,2739.876734,1281.286573,1375.760285,2097.267157,2593.388463 +361045,2743.016987,1280.277064,1377.627918,2099.222442,2594.788539 +361046,2745.952126,1279.27037,1379.326741,2101.115948,2596.128814 +361047,2748.679758,1278.267474,1380.865645,2102.929731,2597.390005 +361048,2751.242576,1277.185345,1382.273676,2104.684726,2598.603396 +361049,2753.675914,1276.307198,1383.575369,2106.398178,2599.795399 +361050,2755.980887,1275.2656,1384.7781,2108.061554,2600.958822 +361051,2758.175806,1274.176416,1385.891252,2109.690175,2602.092852 +361052,2760.186865,1273.060629,1386.917981,2111.124344,2603.196486 +361053,2761.965536,1271.937074,1387.863071,2112.270646,2604.272483 +361054,2763.505131,1270.80674,1388.732865,2113.125167,2605.324073 +361055,2764.821827,1269.670585,1389.533912,2113.7271,2606.353745 +361056,2765.937143,1268.528532,1390.272186,2114.120117,2607.36328 +361057,2766.870059,1267.380857,1390.952852,2114.336843,2608.353957 +361058,2767.635531,1266.227131,1391.580345,2114.398055,2609.32677 +361059,2768.245116,1265.067468,1392.158491,2114.316626,2610.282471 +361060,2768.708248,1263.901377,1392.690628,2114.101182,2611.22165 +361061,2769.032805,1262.728957,1393.179686,2113.758159,2612.144712 +361062,2769.225501,1261.629582,1393.62826,2113.29274,2613.051953 +361063,2769.292136,1260.324205,1394.038642,2112.709182,2613.943517 +361064,2769.237637,1259.190304,1394.412883,2112.01103,2614.819476 +361065,2769.066314,1257.977281,1394.752814,2111.201238,2615.679811 +361066,2768.782024,1256.769697,1395.060091,2110.282328,2616.52446 +361067,2768.388111,1255.555103,1395.336205,2109.256467,2617.353297 +361068,2767.887584,1254.332915,1395.58252,2108.125581,2618.166179 +361069,2767.283068,1253.103396,1395.800275,2106.891386,2618.962919 +361070,2766.576979,1251.866196,1395.990614,2105.555454,2619.743334 +361071,2765.765029,1250.54204,1396.154585,2104.119216,2620.507203 +361072,2764.857082,1249.408252,1396.29317,2102.584016,2621.254335 +361073,2763.857511,1248.08963,1396.407273,2100.951093,2621.984509 +361074,2762.760157,1246.834955,1396.497745,2099.221621,2622.697526 +361075,2761.572922,1245.560012,1396.565377,2097.396695,2623.393177 +361076,2760.292385,1244.277203,1396.610922,2095.477365,2624.071281 +361077,2758.926251,1242.98701,1396.635081,2093.464614,2624.731644 +361078,2757.469956,1240.166281,1396.638515,2091.359371,2625.374083 +361079,2756.064924,1238.62989,1396.562054,2089.477324,2625.998439 +361080,2754.675376,1237.201957,1396.425755,2087.695857,2626.604753 +361081,0,0,0,0,0 +361082,0,0,0,0,0 +361083,0,0,0,0,0 +361084,0,0,0,0,0 +361085,0,0,0,0,0 +361086,0,0,0,0,0 +361087,0,0,0,0,0 +361088,0,0,0,0,0 +361089,0,0,0,0,0 +361090,0,0,0,0,0 +361091,0,0,0,0,0 +361092,0,0,0,0,0 +361093,0,0,0,0,0 +361094,0,0,0,0,0 +361095,0,0,0,0,0 +361096,0,0,0,0,0 +361097,0,0,0,0,0 +361098,0,0,0,0,0 +361099,0,0,0,0,0 +361100,0,0,0,0,0 +361101,0,0,0,0,0 +361102,0,0,0,0,0 +361103,0,0,0,0,0 +361104,0,0,0,0,0 +361105,0,0,0,0,0 +361106,0,0,0,0,0 +361107,0,0,0,0,0 +361108,0,0,0,0,0 +361109,0,0,0,0,0 +361110,0,0,0,0,0 +361111,0,0,0,0,0 +361112,0,0,0,0,0 +361113,0,0,0,0,0 +361114,0,0,0,0,0 +361115,0,0,0,0,0 +361116,0,0,0,0,0 +361117,0,0,0,0,0 +361118,0,0,0,0,0 +361119,0,0,0,0,0 +361120,0,0,0,0,0 +361121,0,0,0,0,0 +361122,0,0,0,0,0 +361123,0,0,0,0,0 +361124,0,0,0,0,0 +361125,0,0,0,0,0 +361126,0,0,0,0,0 +361127,0,0,0,0,0 +361128,0,0,0,0,0 +361129,0,0,0,0,0 +361130,0,0,0,0,0 +361131,0,0,0,0,0 +361132,0,0,0,0,0 +361133,0,0,0,0,0 +361134,0,0,0,0,0 +361135,0,0,0,0,0 +361136,0,0,0,0,0 +361137,0,0,0,0,0 +361138,0,0,0,0,0 +361139,0,0,0,0,0 +361140,0,0,0,0,0 +361141,0,0,0,0,0 +361142,0,0,0,0,0 +361143,0,0,0,0,0 +361144,0,0,0,0,0 +361145,0,0,0,0,0 +361146,0,0,0,0,0 +361147,0,0,0,0,0 +361148,0,0,0,0,0 +361149,0,0,0,0,0 +361150,0,0,0,0,0 +361151,0,0,0,0,0 +361152,0,0,0,0,0 +361153,0,0,0,0,0 +361154,0,0,0,0,0 +361155,0,0,0,0,0 +361156,0,0,0,0,0 +361157,0,0,0,0,0 +361158,0,0,0,0,0 +361159,0,0,0,0,0 +361160,0,0,0,0,0 +361161,0,0,0,0,0 +361162,0,0,0,0,0 +361163,0,0,0,0,0 +361164,0,0,0,0,0 +361165,0,0,0,0,0 +361166,0,0,0,0,0 +361167,0,0,0,0,0 +361168,0,0,0,0,0 +361169,0,0,0,0,0 +361170,0,0,0,0,0 +361171,0,0,0,0,0 +361172,0,0,0,0,0 +361173,0,0,0,0,0 +361174,0,0,0,0,0 +361175,0,0,0,0,0 +361176,0,0,0,0,0 +361177,0,0,0,0,0 +361178,0,0,0,0,0 +361179,0,0,0,0,0 +361180,0,0,0,0,0 +361181,0,0,0,0,0 +361182,0,0,0,0,0 +361183,0,0,0,0,0 +361184,0,0,0,0,0 +361185,0,0,0,0,0 +361186,0,0,0,0,0 +361187,0,0,0,0,0 +361188,0,0,0,0,0 +361189,0,0,0,0,0 +361190,0,0,0,0,0 +361191,0,0,0,0,0 +361192,0,0,0,0,0 +361193,0,0,0,0,0 +361194,0,0,0,0,0 +361195,0,0,0,0,0 +361196,0,0,0,0,0 +361197,0,0,0,0,0 +361198,0,0,0,0,0 +361199,0,0,0,0,0 +361200,0,0,0,0,0 +361201,0,0,0,0,0 +361202,0,0,0,0,0 +361203,0,0,0,0,0 +361204,0,0,0,0,0 +361205,0,0,0,0,0 +361206,0,0,0,0,0 +361207,0,0,0,0,0 +361208,0,0,0,0,0 +361209,0,0,0,0,0 +361210,0,0,0,0,0 +361211,0,0,0,0,0 +361212,0,0,0,0,0 +361213,0,0,0,0,0 +361214,0,0,0,0,0 +361215,0,0,0,0,0 +361216,0,0,0,0,0 +361217,0,0,0,0,0 +361218,0,0,0,0,0 +361219,0,0,0,0,0 +361220,0,0,0,0,0 +361221,0,0,0,0,0 +361222,0,0,0,0,0 +361223,0,0,0,0,0 +361224,0,0,0,0,0 +361225,0,0,0,0,0 +361226,0,0,0,0,0 +361227,0,0,0,0,0 +361228,0,0,0,0,0 +361229,0,0,0,0,0 +361230,0,0,0,0,0 +361231,0,0,0,0,0 +361232,0,0,0,0,0 +361233,0,0,0,0,0 +361234,0,0,0,0,0 +361235,0,0,0,0,0 +361236,0,0,0,0,0 +361237,0,0,0,0,0 +361238,0,0,0,0,0 +361239,0,0,0,0,0 +361240,0,0,0,0,0 +361241,0,0,0,0,0 +361242,0,0,0,0,0 +361243,0,0,0,0,0 +361244,0,0,0,0,0 +361245,0,0,0,0,0 +361246,0,0,0,0,0 +361247,0,0,0,0,0 +361248,0,0,0,0,0 +361249,0,0,0,0,0 +361250,0,0,0,0,0 +361251,0,0,0,0,0 +361252,0,0,0,0,0 +361253,0,0,0,0,0 +361254,0,0,0,0,0 +361255,0,0,0,0,0 +361256,0,0,0,0,0 +361257,0,0,0,0,0 +361258,0,0,0,0,0 +361259,0,0,0,0,0 +361260,0,0,0,0,0 +361261,0,0,0,0,0 +361262,0,0,0,0,0 +361263,0,0,0,0,0 +361264,0,0,0,0,0 +361265,0,0,0,0,0 +361266,0,0,0,0,0 +361267,0,0,0,0,0 +361268,0,0,0,0,0 +361269,0,0,0,0,0 +361270,0,0,0,0,0 +361271,0,0,0,0,0 +361272,0,0,0,0,0 +361273,0,0,0,0,0 +361274,0,0,0,0,0 +361275,0,0,0,0,0 +361276,0,0,0,0,0 +361277,0,0,0,0,0 +361278,0,0,0,0,0 +361279,0,0,0,0,0 +361280,0,0,0,0,0 +361281,0,0,0,0,0 +361282,0,0,0,0,0 +361283,0,0,0,0,0 +361284,0,0,0,0,0 +361285,0,0,0,0,0 +361286,0,0,0,0,0 +361287,0,0,0,0,0 +361288,0,0,0,0,0 +361289,0,0,0,0,0 +361290,0,0,0,0,0 +361291,0,0,0,0,0 +361292,0,0,0,0,0 +361293,0,0,0,0,0 +361294,0,0,0,0,0 +361295,0,0,0,0,0 +361296,0,0,0,0,0 +361297,0,0,0,0,0 +361298,0,0,0,0,0 +361299,0,0,0,0,0 +361300,0,0,0,0,0 +361301,0,0,0,0,0 +361302,0,0,0,0,0 +361303,0,0,0,0,0 +361304,0,0,0,0,0 +361305,0,0,0,0,0 +361306,0,0,0,0,0 +361307,0,0,0,0,0 +361308,0,0,0,0,0 +361309,0,0,0,0,0 +361310,0,0,0,0,0 +361311,0,0,0,0,0 +361312,0,0,0,0,0 +361313,0,0,0,0,0 +361314,0,0,0,0,0 +361315,0,0,0,0,0 +361316,0,0,0,0,0 +361317,0,0,0,0,0 +361318,0,0,0,0,0 +361319,0,0,0,0,0 +361320,0,0,0,0,0 +361321,0,0,0,0,0 +361322,0,0,0,0,0 +361323,0,0,0,0,0 +361324,0,0,0,0,0 +361325,0,0,0,0,0 +361326,0,0,0,0,0 +361327,0,0,0,0,0 +361328,0,0,0,0,0 +361329,0,0,0,0,0 +361330,0,0,0,0,0 +361331,0,0,0,0,0 +361332,0,0,0,0,0 +361333,0,0,0,0,0 +361334,0,0,0,0,0 +361335,0,0,0,0,0 +361336,0,0,0,0,0 +361337,0,0,0,0,0 +361338,0,0,0,0,0 +361339,0,0,0,0,0 +361340,0,0,0,0,0 +361341,0,0,0,0,0 +361342,0,0,0,0,0 +361343,0,0,0,0,0 +361344,0,0,0,0,0 +361345,0,0,0,0,0 +361346,0,0,0,0,0 +361347,0,0,0,0,0 +361348,0,0,0,0,0 +361349,0,0,0,0,0 +361350,0,0,0,0,0 +361351,0,0,0,0,0 +361352,0,0,0,0,0 +361353,0,0,0,0,0 +361354,0,0,0,0,0 +361355,0,0,0,0,0 +361356,0,0,0,0,0 +361357,0,0,0,0,0 +361358,0,0,0,0,0 +361359,0,0,0,0,0 +361360,0,0,0,0,0 +361361,0,0,0,0,0 +361362,0,0,0,0,0 +361363,0,0,0,0,0 +361364,0,0,0,0,0 +361365,0,0,0,0,0 +361366,0,0,0,0,0 +361367,0,0,0,0,0 +361368,0,0,0,0,0 +361369,0,0,0,0,0 +361370,0,0,0,0,0 +361371,0,0,0,0,0 +361372,0,0,0,0,0 +361373,0,0,0,0,0 +361374,0,0,0,0,0 +361375,0,0,0,0,0 +361376,0,0,0,0,0 +361377,0,0,0,0,0 +361378,0,0,0,0,0 +361379,0,0,0,0,0 +361380,0,0,0,0,0 +361381,0,0,0,0,0 +361382,0,0,0,0,0 +361383,0,0,0,0,0 +361384,0,0,0,0,0 +361385,0,0,0,0,0 +361386,0,0,0,0,0 +361387,0,0,0,0,0 +361388,0,0,0,0,0 +361389,0,0,0,0,0 +361390,0,0,0,0,0 +361391,0,0,0,0,0 +361392,0,0,0,0,0 +361393,0,0,0,0,0 +361394,0,0,0,0,0 +361395,0,0,0,0,0 +361396,0,0,0,0,0 +361397,0,0,0,0,0 +361398,0,0,0,0,0 +361399,0,0,0,0,0 +361400,0,0,0,0,0 +361401,0,0,0,0,0 +361402,0,0,0,0,0 +361403,0,0,0,0,0 +361404,0,0,0,0,0 +361405,0,0,0,0,0 +361406,0,0,0,0,0 +361407,0,0,0,0,0 +361408,0,0,0,0,0 +361409,0,0,0,0,0 +361410,0,0,0,0,0 +361411,0,0,0,0,0 +361412,0,0,0,0,0 +361413,0,0,0,0,0 +361414,0,0,0,0,0 +361415,0,0,0,0,0 +361416,0,0,0,0,0 +361417,0,0,0,0,0 +361418,0,0,0,0,0 +361419,0,0,0,0,0 +361420,0,0,0,0,0 +361421,0,0,0,0,0 +361422,0,0,0,0,0 +361423,0,0,0,0,0 +361424,0,0,0,0,0 +361425,0,0,0,0,0 +361426,0,0,0,0,0 +361427,0,0,0,0,0 +361428,0,0,0,0,0 +361429,0,0,0,0,0 +361430,0,0,0,0,0 +361431,0,0,0,0,0 +361432,0,0,0,0,0 +361433,0,0,0,0,0 +361434,0,0,0,0,0 +361435,0,0,0,0,0 +361436,0,0,0,0,0 +361437,0,0,0,0,0 +361438,0,0,0,0,0 +361439,0,0,0,0,0 +361440,0,0,0,0,0 +361441,0,0,0,0,0 +361442,0,0,0,0,0 +361443,0,0,0,0,0 +361444,0,0,0,0,0 +361445,0,0,0,0,0 +361446,0,0,0,0,0 +361447,0,0,0,0,0 +361448,0,0,0,0,0 +361449,0,0,0,0,0 +361450,0,0,0,0,0 +361451,0,0,0,0,0 +361452,0,0,0,0,0 +361453,0,0,0,0,0 +361454,0,0,0,0,0 +361455,0,0,0,0,0 +361456,0,0,0,0,0 +361457,0,0,0,0,0 +361458,0,0,0,0,0 +361459,0,0,0,0,0 +361460,0,0,0,0,0 +361461,0,0,0,0,0 +361462,0,0,0,0,0 +361463,0,0,0,0,0 +361464,0,0,0,0,0 +361465,0,0,0,0,0 +361466,0,0,0,0,0 +361467,0,0,0,0,0 +361468,0,0,0,0,0 +361469,0,0,0,0,0 +361470,0,0,0,0,0 +361471,0,0,0,0,0 +361472,0,0,0,0,0 +361473,0,0,0,0,0 +361474,0,0,0,0,0 +361475,0,0,0,0,0 +361476,0,0,0,0,0 +361477,0,0,0,0,0 +361478,0,0,0,0,0 +361479,0,0,0,0,0 +361480,0,0,0,0,0 +361481,0,0,0,0,0 +361482,0,0,0,0,0 +361483,0,0,0,0,0 +361484,0,0,0,0,0 +361485,0,0,0,0,0 +361486,0,0,0,0,0 +361487,0,0,0,0,0 +361488,0,0,0,0,0 +361489,0,0,0,0,0 +361490,0,0,0,0,0 +361491,0,0,0,0,0 +361492,0,0,0,0,0 +361493,0,0,0,0,0 +361494,0,0,0,0,0 +361495,0,0,0,0,0 +361496,0,0,0,0,0 +361497,0,0,0,0,0 +361498,0,0,0,0,0 +361499,0,0,0,0,0 +361500,0,0,0,0,0 +361501,0,0,0,0,0 +361502,0,0,0,0,0 +361503,0,0,0,0,0 +361504,0,0,0,0,0 +361505,0,0,0,0,0 +361506,0,0,0,0,0 +361507,0,0,0,0,0 +361508,0,0,0,0,0 +361509,0,0,0,0,0 +361510,0,0,0,0,0 +361511,0,0,0,0,0 +361512,0,0,0,0,0 +361513,0,0,0,0,0 +361514,0,0,0,0,0 +361515,0,0,0,0,0 +361516,0,0,0,0,0 +361517,0,0,0,0,0 +361518,0,0,0,0,0 +361519,0,0,0,0,0 +361520,0,0,0,0,0 +361521,0,0,0,0,0 +361522,0,0,0,0,0 +361523,0,0,0,0,0 +361524,0,0,0,0,0 +361525,0,0,0,0,0 +361526,0,0,0,0,0 +361527,0,0,0,0,0 +361528,0,0,0,0,0 +361529,0,0,0,0,0 +361530,0,0,0,0,0 +361531,0,0,0,0,0 +361532,0,0,0,0,0 +361533,0,0,0,0,0 +361534,0,0,0,0,0 +361535,0,0,0,0,0 +361536,0,0,0,0,0 +361537,0,0,0,0,0 +361538,0,0,0,0,0 +361539,0,0,0,0,0 +361540,0,0,0,0,0 +361541,0,0,0,0,0 +361542,0,0,0,0,0 +361543,0,0,0,0,0 +361544,0,0,0,0,0 +361545,0,0,0,0,0 +361546,0,0,0,0,0 +361547,0,0,0,0,0 +361548,0,0,0,0,0 +361549,0,0,0,0,0 +361550,0,0,0,0,0 +361551,0,0,0,0,0 +361552,0,0,0,0,0 +361553,0,0,0,0,0 +361554,0,0,0,0,0 +361555,0,0,0,0,0 +361556,0,0,0,0,0 +361557,0,0,0,0,0 +361558,0,0,0,0,0 +361559,0,0,0,0,0 +361560,0,0,0,0,0 +361561,0,0,0,0,0 +361562,0,0,0,0,0 +361563,0,0,0,0,0 +361564,0,0,0,0,0 +361565,0,0,0,0,0 +361566,0,0,0,0,0 +361567,0,0,0,0,0 +361568,0,0,0,0,0 +361569,0,0,0,0,0 +361570,0,0,0,0,0 +361571,0,0,0,0,0 +361572,0,0,0,0,0 +361573,0,0,0,0,0 +361574,0,0,0,0,0 +361575,0,0,0,0,0 +361576,0,0,0,0,0 +361577,0,0,0,0,0 +361578,0,0,0,0,0 +361579,0,0,0,0,0 +361580,0,0,0,0,0 +361581,0,0,0,0,0 +361582,0,0,0,0,0 +361583,0,0,0,0,0 +361584,0,0,0,0,0 +361585,0,0,0,0,0 +361586,0,0,0,0,0 +361587,0,0,0,0,0 +361588,0,0,0,0,0 +361589,0,0,0,0,0 +361590,0,0,0,0,0 +361591,0,0,0,0,0 +361592,0,0,0,0,0 +361593,0,0,0,0,0 +361594,0,0,0,0,0 +361595,0,0,0,0,0 +361596,0,0,0,0,0 +361597,0,0,0,0,0 +361598,0,0,0,0,0 +361599,0,0,0,0,0 +361600,0,0,0,0,0 +361601,0,0,0,0,0 +361602,0,0,0,0,0 +361603,0,0,0,0,0 +361604,0,0,0,0,0 +361605,0,0,0,0,0 +361606,0,0,0,0,0 +361607,0,0,0,0,0 +361608,0,0,0,0,0 +361609,0,0,0,0,0 +361610,0,0,0,0,0 +361611,0,0,0,0,0 +361612,0,0,0,0,0 +361613,0,0,0,0,0 +361614,0,0,0,0,0 +361615,0,0,0,0,0 +361616,0,0,0,0,0 +361617,0,0,0,0,0 +361618,0,0,0,0,0 +361619,0,0,0,0,0 +361620,0,0,0,0,0 +361621,0,0,0,0,0 +361622,0,0,0,0,0 +361623,0,0,0,0,0 +361624,0,0,0,0,0 +361625,0,0,0,0,0 +361626,0,0,0,0,0 +361627,0,0,0,0,0 +361628,0,0,0,0,0 +361629,0,0,0,0,0 +361630,0,0,0,0,0 +361631,0,0,0,0,0 +361632,0,0,0,0,0 +361633,0,0,0,0,0 +361634,0,0,0,0,0 +361635,0,0,0,0,0 +361636,0,0,0,0,0 +361637,0,0,0,0,0 +361638,0,0,0,0,0 +361639,0,0,0,0,0 +361640,0,0,0,0,0 +361641,0,0,0,0,0 +361642,0,0,0,0,0 +361643,0,0,0,0,0 +361644,0,0,0,0,0 +361645,0,0,0,0,0 +361646,0,0,0,0,0 +361647,0,0,0,0,0 +361648,0,0,0,0,0 +361649,0,0,0,0,0 +361650,0,0,0,0,0 +361651,0,0,0,0,0 +361652,0,0,0,0,0 +361653,0,0,0,0,0 +361654,0,0,0,0,0 +361655,0,0,0,0,0 +361656,0,0,0,0,0 +361657,0,0,0,0,0 +361658,0,0,0,0,0 +361659,0,0,0,0,0 +361660,0,0,0,0,0 +361661,0,0,0,0,0 +361662,0,0,0,0,0 +361663,0,0,0,0,0 +361664,0,0,0,0,0 +361665,0,0,0,0,0 +361666,0,0,0,0,0 +361667,0,0,0,0,0 +361668,0,0,0,0,0 +361669,0,0,0,0,0 +361670,0,0,0,0,0 +361671,0,0,0,0,0 +361672,0,0,0,0,0 +361673,0,0,0,0,0 +361674,0,0,0,0,0 +361675,0,0,0,0,0 +361676,0,0,0,0,0 +361677,0,0,0,0,0 +361678,0,0,0,0,0 +361679,0,0,0,0,0 +361680,0,0,0,0,0 +361681,0,0,0,0,0 +361682,0,0,0,0,0 +361683,0,0,0,0,0 +361684,0,0,0,0,0 +361685,0,0,0,0,0 +361686,0,0,0,0,0 +361687,0,0,0,0,0 +361688,0,0,0,0,0 +361689,0,0,0,0,0 +361690,0,0,0,0,0 +361691,0,0,0,0,0 +361692,0,0,0,0,0 +361693,0,0,0,0,0 +361694,0,0,0,0,0 +361695,0,0,0,0,0 +361696,0,0,0,0,0 +361697,0,0,0,0,0 +361698,0,0,0,0,0 +361699,0,0,0,0,0 +361700,0,0,0,0,0 +361701,0,0,0,0,0 +361702,0,0,0,0,0 +361703,0,0,0,0,0 +361704,0,0,0,0,0 +361705,0,0,0,0,0 +361706,0,0,0,0,0 +361707,0,0,0,0,0 +361708,0,0,0,0,0 +361709,0,0,0,0,0 +361710,0,0,0,0,0 +361711,0,0,0,0,0 +361712,0,0,0,0,0 +361713,0,0,0,0,0 +361714,0,0,0,0,0 +361715,0,0,0,0,0 +361716,0,0,0,0,0 +361717,0,0,0,0,0 +361718,0,0,0,0,0 +361719,0,0,0,0,0 +361720,0,0,0,0,0 +361721,0,0,0,0,0 +361722,0,0,0,0,0 +361723,0,0,0,0,0 +361724,0,0,0,0,0 +361725,0,0,0,0,0 +361726,0,0,0,0,0 +361727,0,0,0,0,0 +361728,0,0,0,0,0 +361729,0,0,0,0,0 +361730,0,0,0,0,0 +361731,0,0,0,0,0 +361732,0,0,0,0,0 +361733,0,0,0,0,0 +361734,0,0,0,0,0 +361735,0,0,0,0,0 +361736,0,0,0,0,0 +361737,0,0,0,0,0 +361738,0,0,0,0,0 +361739,0,0,0,0,0 +361740,0,0,0,0,0 +361741,0,0,0,0,0 +361742,0,0,0,0,0 +361743,0,0,0,0,0 +361744,0,0,0,0,0 +361745,0,0,0,0,0 +361746,0,0,0,0,0 +361747,0,0,0,0,0 +361748,0,0,0,0,0 +361749,0,0,0,0,0 +361750,0,0,0,0,0 +361751,0,0,0,0,0 +361752,0,0,0,0,0 +361753,0,0,0,0,0 +361754,0,0,0,0,0 +361755,0,0,0,0,0 +361756,0,0,0,0,0 +361757,0,0,0,0,0 +361758,0,0,0,0,0 +361759,0,0,0,0,0 +361760,0,0,0,0,0 +361761,0,0,0,0,0 +361762,0,0,0,0,0 +361763,0,0,0,0,0 +361764,0,0,0,0,0 +361765,0,0,0,0,0 +361766,0,0,0,0,0 +361767,0,0,0,0,0 +361768,0,0,0,0,0 +361769,0,0,0,0,0 +361770,0,0,0,0,0 +361771,0,0,0,0,0 +361772,0,0,0,0,0 +361773,0,0,0,0,0 +361774,0,0,0,0,0 +361775,0,0,0,0,0 +361776,0,0,0,0,0 +361777,0,0,0,0,0 +361778,0,0,0,0,0 +361779,0,0,0,0,0 +361780,0,0,0,0,0 +361781,0,0,0,0,0 +361782,0,0,0,0,0 +361783,0,0,0,0,0 +361784,0,0,0,0,0 +361785,0,0,0,0,0 +361786,0,0,0,0,0 +361787,0,0,0,0,0 +361788,0,0,0,0,0 +361789,0,0,0,0,0 +361790,0,0,0,0,0 +361791,0,0,0,0,0 +361792,0,0,0,0,0 +361793,0,0,0,0,0 +361794,0,0,0,0,0 +361795,0,0,0,0,0 +361796,0,0,0,0,0 +361797,0,0,0,0,0 +361798,0,0,0,0,0 +361799,0,0,0,0,0 +361800,0,0,0,0,0 +361801,0,0,0,0,0 +361802,0,0,0,0,0 +361803,0,0,0,0,0 +361804,0,0,0,0,0 +361805,0,0,0,0,0 +361806,0,0,0,0,0 +361807,0,0,0,0,0 +361808,0,0,0,0,0 +361809,0,0,0,0,0 +361810,0,0,0,0,0 +361811,0,0,0,0,0 +361812,0,0,0,0,0 +361813,0,0,0,0,0 +361814,0,0,0,0,0 +361815,0,0,0,0,0 +361816,0,0,0,0,0 +361817,0,0,0,0,0 +361818,0,0,0,0,0 +361819,0,0,0,0,0 +361820,0,0,0,0,0 +361821,0,0,0,0,0 +361822,0,0,0,0,0 +361823,0,0,0,0,0 +361824,0,0,0,0,0 +361825,0,0,0,0,0 +361826,0,0,0,0,0 +361827,0,0,0,0,0 +361828,0,0,0,0,0 +361829,0,0,0,0,0 +361830,0,0,0,0,0 +361831,0,0,0,0,0 +361832,0,0,0,0,0 +361833,0,0,0,0,0 +361834,0,0,0,0,0 +361835,0,0,0,0,0 +361836,0,0,0,0,0 +361837,0,0,0,0,0 +361838,0,0,0,0,0 +361839,0,0,0,0,0 +361840,0,0,0,0,0 +361841,0,0,0,0,0 +361842,0,0,0,0,0 +361843,0,0,0,0,0 +361844,0,0,0,0,0 +361845,0,0,0,0,0 +361846,0,0,0,0,0 +361847,0,0,0,0,0 +361848,0,0,0,0,0 +361849,0,0,0,0,0 +361850,0,0,0,0,0 +361851,0,0,0,0,0 +361852,0,0,0,0,0 +361853,0,0,0,0,0 +361854,0,0,0,0,0 +361855,0,0,0,0,0 +361856,0,0,0,0,0 +361857,0,0,0,0,0 +361858,0,0,0,0,0 +361859,0,0,0,0,0 +361860,0,0,0,0,0 +361861,0,2588.490388,0,0,0 +361862,0,0,0,0,0 +361863,0,0,165.5190301,0,0 +361864,0,0,163.2531426,0,0 +361865,0,526.809458,159.0026145,0,0 +361866,0,371.0625747,189.5106293,0,0 +361867,0,342.2928059,205.902125,0,0 +361868,0,390.3125249,221.4797206,0,0 +361869,0,404.4452377,237.8476298,0,0 +361870,0,418.1540319,253.5602478,0,0 +361871,0,431.7574873,268.6450888,0,0 +361872,0,446.3674472,284.1485603,0,0 +361873,0,459.6228153,299.1933469,0,0 +361874,0,473.8432313,314.1388331,0,0 +361875,0,487.7784043,328.8201021,0,0 +361876,0,501.8298788,343.4358524,0,0 +361877,0,515.8358476,358.1569362,0,0 +361878,0,529.6626808,371.8403177,0,0 +361879,0,544.2597628,386.1035947,0,0 +361880,0,558.159367,399.979271,0,0 +361881,0,572.3971016,413.6030757,0,0 +361882,0,586.6046422,427.1665667,0,0 +361883,0,600.4888522,440.126889,0,0 +361884,0,614.7681657,453.3311695,0,0 +361885,0,629.0185766,466.2915461,0,0 +361886,0,643.3384536,479.2048447,0,0 +361887,0,657.6411971,491.977022,0,0 +361888,0,677.1637019,508.5301421,0,0 +361889,0,696.4459637,519.9099464,0,0 +361890,0,715.7542527,518.1710613,0,0 +361891,0,731.9285413,544.5880142,0,0 +361892,0,747.4968387,545.3417548,0,0 +361893,0,762.3791338,555.2916405,0,0 +361894,0,778.0256091,563.5578876,0,0 +361895,0,792.4504907,571.2625362,0,0 +361896,0,807.0647676,579.0102085,0,0 +361897,0,821.3349573,586.5462372,0,0 +361898,0,835.5460425,593.5877886,0,0 +361899,0,849.4517586,600.7614762,0,0 +361900,0,863.1836551,607.5315451,0,0 +361901,0,876.8604263,614.1114864,0,0 +361902,0,890.2666842,620.7296818,0,0 +361903,0,903.5625679,626.7734392,0,0 +361904,0,916.6936912,633.036282,0,0 +361905,0,929.6321942,638.8882289,0,0 +361906,0,942.5611517,644.6555449,0,0 +361907,0,955.2323518,650.2392915,0,0 +361908,0,967.7586376,655.6666224,0,0 +361909,0,980.3580237,660.8705118,0,0 +361910,0,992.4757877,666.0900393,0,0 +361911,0,1004.822597,671.0699285,0,0 +361912,0,1016.836247,677.2928703,0,0 +361913,0,1028.798395,683.1788003,0,0 +361914,0,1040.632281,684.0882871,0,0 +361915,0,1052.28467,684.3926006,0,0 +361916,0,1063.987105,697.1148814,0,0 +361917,0,1075.49183,696.7710777,0,0 +361918,0,1086.719689,701.7708952,0,0 +361919,0,1098.138112,705.5173259,0,0 +361920,0,1109.238729,709.3604495,0,0 +361921,0,1120.318434,712.9344284,0,0 +361922,0,1137.744352,716.4730507,0,0 +361923,0,1140.331443,719.8835876,0,0 +361924,0,1163.94399,723.1650317,0,0 +361925,0,1157.260884,726.3346863,0,0 +361926,0,1163.928141,729.3850135,0,0 +361927,0,1192.328844,732.2469591,0,0 +361928,0,1192.486611,735.1848416,0,0 +361929,0,1205.151445,737.8348598,0,0 +361930,0,1215.214953,740.4485161,0,0 +361931,0,1225.250749,742.8591281,0,0 +361932,0,1235.386169,747.2390136,0,0 +361933,0,1245.084825,745.4024777,0,0 +361934,0,1254.999539,750.1826086,0,0 +361935,0,1264.466208,752.0245384,0,0 +361936,0,1274.224631,753.7025293,0,0 +361937,0,1283.717074,755.6865389,0,0 +361938,0,1293.008605,757.380069,0,0 +361939,0,1302.370171,759.1830052,0,0 +361940,0,1311.566356,760.7033678,0,0 +361941,0,1320.687157,762.208817,0,0 +361942,0,1329.717101,763.607689,0,0 +361943,0,1338.737378,764.9166878,0,0 +361944,0,1347.463717,766.1377389,0,0 +361945,0,1356.202834,767.2713269,0,0 +361946,0,1365.07139,768.2393382,0,0 +361947,0,1373.462475,769.3294052,0,0 +361948,0,1382.037563,770.1483679,0,0 +361949,0,1390.43152,770.9654056,0,0 +361950,0,1398.839544,771.6876182,0,0 +361951,0,1407.021533,772.6349417,0,0 +361952,0,1415.55757,773.5627534,0,0 +361953,0,1423.748668,774.443486,0,0 +361954,0,1432.046544,775.2700972,0,0 +361955,0,1440.028952,776.0393177,0,0 +361956,0,1448.136955,776.7518704,0,0 +361957,0,1455.994005,777.4067714,0,0 +361958,0,1464.013297,778.0058562,0,0 +361959,0,1471.841135,778.5487317,0,0 +361960,0,1479.450702,779.0375595,0,0 +361961,0,1487.167407,779.4722406,0,0 +361962,0,1494.724303,779.7725424,0,0 +361963,0,1502.217694,780.2304247,0,0 +361964,0,1509.62946,780.4471859,0,0 +361965,0,1516.96992,780.7774959,0,0 +361966,0,1524.228193,780.8342081,0,0 +361967,0,1531.409801,781.1205061,0,0 +361968,0,1543.048886,777.5142107,0,0 +361969,0,1553.739366,777.1159477,0,0 +361970,0,1561.394562,776.6526556,0,0 +361971,0,1568.34672,776.3319059,0,0 +361972,0,1577.779369,775.9865569,0,0 +361973,0,1581.256673,775.6208124,0,0 +361974,0,1569.980578,775.2297542,0,0 +361975,0,1604.416315,774.810683,0,0 +361976,0,1597.49045,774.3644894,0,0 +361977,0,1607.150355,773.8906225,0,0 +361978,0,1613.793535,773.3910145,0,0 +361979,0,1620.415189,772.8657624,0,0 +361980,0,1626.718261,772.3172329,0,0 +361981,0,1632.851882,771.4926634,0,0 +361982,0,1639.240217,770.563992,0,0 +361983,0,1645.158443,769.5867768,0,0 +361984,0,1651.359568,768.580069,0,0 +361985,0,1657.040227,767.6329732,0,0 +361986,0,1663.035892,766.4597731,0,0 +361987,0,1668.689344,765.4556196,0,0 +361988,0,1674.448952,764.3594914,0,0 +361989,0,1680.066323,763.2643331,0,0 +361990,36.0874577,1685.507601,762.1576602,0,0 +361991,98.86198693,1690.941279,761.041011,0,0 +361992,64.58897013,1696.366368,759.9168985,0,0 +361993,85.75615092,1701.458114,758.7865981,28.3886802,0 +361994,93.43945963,1706.795836,757.6527231,24.85793545,0 +361995,100.6275053,1711.947906,756.5973483,37.74946463,0 +361996,108.0959703,1717.040971,755.3402267,36.47152526,0 +361997,115.1704201,1728.359475,754.2679421,42.17117247,0 +361998,122.3952281,1717.27718,753.125148,45.68262659,0 +361999,129.5988212,1736.420254,752.0032048,49.39284641,0 +362000,136.4599832,1735.328188,750.8899545,52.79136898,0 +362001,143.5596821,1741.108583,749.7872974,56.4089812,0 +362002,150.4427016,1745.543493,756.9028601,59.82643265,0 +362003,157.4894995,1750.132815,735.1229249,63.33760401,0 +362004,164.220359,1754.553771,752.7982842,66.6692547,0 +362005,170.8361793,1758.915921,744.0713139,70.14525128,0 +362006,177.9387666,1763.203182,744.8158502,73.36050028,0 +362007,184.5184099,1767.415127,743.1023922,76.85772509,0 +362008,191.1725984,1771.668256,742.7752322,79.99019592,0 +362009,197.6178806,1775.567876,741.6757368,83.51362701,0 +362010,204.5804479,1779.526787,740.7033537,86.49999849,0 +362011,210.5232247,1784.080707,739.451048,89.7202917,0 +362012,216.8044413,1788.309761,738.0735059,92.48867533,0 +362013,222.9188424,1792.597321,736.702517,95.58091353,0 +362014,229.4097794,1796.72834,735.3400635,98.43490832,0 +362015,234.9619755,1801.010483,734.1417387,101.3209319,0 +362016,241.4451558,1806.321764,732.6996523,104.109413,0 +362017,247.1886495,1813.090864,731.496007,107.1127825,0 +362018,253.1926363,1809.231946,730.2358621,109.6676622,0 +362019,259.0429706,1838.774787,729.0787169,112.6334214,0 +362020,265.1898519,1789.853544,727.7680685,115.3130111,0 +362021,270.780036,1840.97744,726.6807303,117.9787929,0 +362022,281.0075866,1819.547564,733.0130611,124.6538008,0 +362023,287.1995236,1826.147447,733.2496584,127.5535492,0 +362024,293.1451323,1829.246289,732.9303701,130.7413937,0 +362025,299.3828951,1832.522305,732.5915273,133.5515721,0 +362026,305.064488,1835.882206,732.2470676,136.4985652,0 +362027,310.7217516,1839.066027,731.9393017,139.0759848,0 +362028,317.2716091,1842.395391,731.6866899,142.0614656,0 +362029,322.4497268,1845.515567,731.4990997,144.7205895,0 +362030,328.3040757,1848.767783,731.3862467,147.4602076,0 +362031,334.0271683,1851.805376,731.3538242,150.059001,0 +362032,339.8940285,1855.080053,731.4094581,152.8963844,0 +362033,345.4747748,1862.93389,731.5577028,155.5743975,0 +362034,350.9778671,1853.498834,731.805596,158.0756028,0 +362035,356.7048406,1867.455092,732.5082988,160.7762138,0 +362036,362.3806924,1888.135756,733.5876048,163.3625101,0 +362037,367.9345969,1837.099448,734.8569584,165.8436792,0 +362038,373.6926329,1891.439397,736.3294517,168.5837083,0 +362039,379.6151672,1866.915277,737.7332646,171.0565956,0 +362040,384.8194674,1879.799527,739.2235527,173.6199864,0 +362041,391.8939033,1880.094084,741.7999771,176.5466379,0 +362042,398.2987287,1883.41128,744.1849189,179.5227033,0 +362043,404.8945019,1886.329815,751.3829152,182.0463432,0 +362044,411.5589971,1892.807882,742.3281699,185.1635042,0 +362045,418.1226508,1885.948211,755.2908779,187.8688709,0 +362046,424.8098794,1919.023963,753.6721246,190.7063654,0 +362047,431.3915168,1885.280402,757.0216824,193.5137732,0 +362048,438.0984266,1884.288688,759.7944332,196.314816,0 +362049,444.6955595,1926.410315,762.4313081,199.1086802,0 +362050,451.4206126,1881.699372,765.1700813,201.7604582,0 +362051,458.0311298,1934.26007,767.8386017,204.7547917,0 +362052,464.7730999,1879.592678,770.7461607,207.422856,0 +362053,471.3953075,1929.954184,773.4833415,210.2183983,0 +362054,478.1545627,1901.621526,776.3282046,212.9830579,0 +362055,484.7875203,1919.320255,779.1805707,215.7429399,0 +362056,491.5225391,1934.483507,784.3859175,218.6452256,0 +362057,498.2650251,1905.463565,782.2654399,221.1626541,0 +362058,504.9229819,1932.022909,788.3220536,224.0242688,0 +362059,511.716274,1904.003455,791.0985875,226.5837344,0 +362060,518.3760301,1956.909873,793.57161,229.5625297,0 +362061,525.1424686,1902.339129,796.8440175,232.1741438,0 +362062,531.5043036,1940.421693,799.7932727,234.9324074,0 +362063,538.8307566,1930.535675,802.7664602,237.6583322,0 +362064,545.2522655,1932.406639,813.6194258,240.3818617,0 +362065,552.1857587,1936.048472,797.3101269,243.1018514,0 +362066,558.8076468,1930.242943,819.2208925,245.8192632,0 +362067,565.6870279,1926.002958,811.8429014,248.5336165,0 +362068,572.4223429,1961.161411,825.2887505,251.2457464,0 +362069,579.212082,1904.49748,812.3529147,253.9550699,0 +362070,585.954119,1975.338455,834.9763296,256.6624935,0 +362071,592.7174286,1902.037662,820.5296571,259.1791311,0 +362072,599.2324177,1976.096353,831.9361872,262.1447249,0 +362073,605.8435704,1901.76358,837.5579329,264.6895209,0 +362074,612.514763,1975.643682,833.5599832,267.4039812,0 +362075,619.0768043,1901.04046,842.7133915,270.0800653,0 +362076,625.6801835,1974.689841,845.2660903,272.7541496,0 +362077,632.2671374,1899.833227,851.649039,275.4237518,0 +362078,638.8006276,1973.280618,851.250669,278.0904564,0 +362079,645.503649,1898.172472,850.4435536,280.7531305,0 +362080,652.0420185,1971.454198,864.4880563,283.4482469,0 +362081,658.5395113,1919.170681,858.8072452,286.0766669,0 +362082,665.2438733,1929.199281,865.2378453,288.7614351,0 +362083,671.7446369,1919.539212,868.3799399,291.3827081,0 +362084,678.2437438,1958.067647,871.7594486,294.0609983,0 +362085,684.8418994,1905.322167,875.0556592,296.6760279,0 +362086,691.4048784,1922.56149,878.5872091,299.3484023,0 +362087,697.881194,1942.216723,882.0105386,301.9574338,0 +362088,704.4803342,1899.407552,885.5510059,304.4217073,0 +362089,711.0180459,1948.744709,889.1702899,307.3760366,0 +362090,717.487104,1893.078877,892.5516158,309.849773,0 +362091,724.0913011,1923.423641,898.1151394,312.7321565,0 +362092,730.6181858,1922.275665,898.8656044,315.0288934,0 +362093,736.9860902,1919.822607,903.5666923,317.819731,0 +362094,743.6212214,1882.584171,907.0070854,320.4257211,0 +362095,750.0598041,1921.661399,910.5263883,323.0123332,0 +362096,756.5584978,1900.259384,914.3121642,325.6466446,0 +362097,763.0413565,1901.579083,917.7638025,328.2797969,0 +362098,769.5149176,1898.826039,923.2610604,330.8588101,0 +362099,775.9851488,1915.932713,924.4566975,333.4862536,0 +362100,782.4484288,1885.333688,928.983193,336.1136057,0 +362101,787.8871841,1873.549518,931.8029769,338.3228832,0 +362102,793.5243669,1898.928781,936.4129039,340.6228,0 +362103,799.0230018,1879.912017,936.9135579,342.9316319,0 +362104,804.6332452,1879.939547,940.5523842,345.1833204,0 +362105,809.994374,1876.357697,943.4501178,347.4845598,0 +362106,815.6504961,1872.712138,948.0922296,349.7594068,0 +362107,821.0828499,1868.979135,948.7864646,352.0571489,0 +362108,826.5737707,1885.513197,952.2686062,354.2900714,0 +362109,832.038304,1831.555777,956.821026,356.5731298,0 +362110,837.4235141,1871.871621,957.8465153,358.8298322,0 +362111,843.0295587,1849.951501,962.396745,361.110495,0 +362112,848.2997702,1848.958514,965.7000083,363.3254649,0 +362113,853.7724766,1844.767769,966.5921063,365.5921852,0 +362114,859.158099,1840.437871,970.7956242,367.5792913,0 +362115,864.457202,1836.03733,975.3313246,370.2364315,0 +362116,869.8361657,1831.555247,975.6842823,372.2381411,0 +362117,875.2203815,1826.992761,976.5800098,374.5367248,0 +362118,880.5875629,1822.236567,977.561388,376.7615309,0 +362119,885.9237908,1817.679153,977.68569,379.0140067,0 +362120,891.2063575,1828.056967,977.8711771,381.1967786,0 +362121,896.4900077,1785.587593,978.125198,383.4358589,0 +362122,901.769417,1831.781457,978.4219526,385.6470961,0 +362123,907.0828587,1769.698624,978.7878863,387.8592242,0 +362124,912.3618261,1807.225846,979.1716532,390.0947541,0 +362125,917.5536557,1782.272867,979.6113723,392.2594941,0 +362126,922.8578702,1783.64649,980.0706221,394.4822881,0 +362127,928.0122636,1776.796232,980.5621728,396.6765379,0 +362128,933.205251,1771.793699,981.0760269,398.8726296,0 +362129,938.4782984,1766.061181,981.6121741,401.0923439,0 +362130,943.5965727,1760.774012,982.1668051,403.2406827,0 +362131,948.5481922,1754.78149,982.7392216,405.3601369,0 +362132,953.4576617,1748.77893,983.3231012,407.4337028,0 +362133,958.3362244,1742.663812,983.9147362,409.4996192,0 +362134,963.1885567,1736.348559,984.5137101,411.5841212,0 +362135,967.9387325,1750.148205,985.1178247,413.5887428,0 +362136,972.8597462,1694.684743,985.7328032,415.6500356,0 +362137,977.5805036,1754.111673,986.3365818,417.6772771,0 +362138,982.3506466,1674.874659,986.9707194,419.7024145,0 +362139,987.1629234,1724.716637,987.5791517,421.7203563,0 +362140,991.7551021,1687.766432,988.2187805,423.7605672,0 +362141,996.5055701,1693.880269,988.8462542,425.721348,0 +362142,1001.161389,1683.414688,989.48482,427.7418552,0 +362143,1005.729711,1677.113117,990.1254125,429.7291752,0 +362144,1010.478705,1670.375254,990.7700126,431.715648,0 +362145,1015.023373,1663.335849,991.4176952,433.6960909,0 +362146,1019.622777,1656.331414,992.0696075,435.7007558,0 +362147,1024.187641,1649.254309,992.7246533,437.6245748,0 +362148,1028.732557,1642.013135,993.382438,439.611135,0 +362149,1033.257126,1634.978773,994.0442688,441.5645849,0 +362150,1037.762087,1627.771628,994.7090022,443.5180968,0 +362151,1042.246692,1620.349698,995.3762411,445.4664076,0 +362152,1046.71226,1612.982997,996.0472918,447.4099686,0 +362153,1051.157544,1605.728782,996.7210236,449.378891,0 +362154,1058.490628,1598.22814,997.39704,451.2665033,0 +362155,1058.482648,1590.770481,998.0777703,453.2187328,0 +362156,1069.987469,1583.152482,998.7586547,455.138391,0 +362157,1063.65406,1575.738279,999.4452987,457.0585877,0 +362158,1085.072524,1591.809648,1000.129677,458.9746112,0 +362159,1062.967618,1525.63512,1000.832323,460.8862439,0 +362160,1084.479327,1570.020926,1001.503626,462.8251636,0 +362161,1087.91465,1541.220349,1002.212534,464.9965111,0 +362162,1090.969096,1537.651649,1002.920612,467.1671657,0 +362163,1096.695151,1530.033195,1003.651186,469.3019689,0 +362164,1101.650483,1522.453019,1004.399982,471.4409941,0 +362165,1106.497661,1514.839368,1005.164282,473.5789003,0 +362166,1111.393459,1507.297143,1005.941987,475.7157804,0 +362167,1116.336801,1499.402313,1006.731521,477.8835503,0 +362168,1121.144513,1491.927144,1007.531622,479.9688151,0 +362169,1126.1677,1484.1447,1008.34139,482.1263112,0 +362170,1130.815108,1476.442169,1009.160008,484.2528681,0 +362171,1135.704104,1468.709344,1009.986629,486.3834838,0 +362172,1140.590199,1460.865116,1010.820819,488.5130454,0 +362173,1145.407734,1453.239893,1011.66193,490.6413435,0 +362174,1150.163983,1445.495828,1012.509579,492.8019263,0 +362175,1155.118743,1437.594345,1013.363282,494.8769413,0 +362176,1159.695136,1429.781084,1014.222759,497.0270929,0 +362177,1164.606546,1422.09739,1015.087601,499.1452402,0 +362178,1169.28523,1414.234256,1015.957747,501.2678856,0 +362179,1174.102628,1406.443927,1016.832755,503.3895086,0 +362180,1178.776655,1398.727757,1017.712566,505.5101334,0 +362181,1183.476242,1390.703188,1018.596908,507.6646827,0 +362182,1188.366171,1383.091419,1019.485629,509.7299392,0 +362183,1192.922704,1375.214066,1020.378725,511.8739722,0 +362184,1197.641126,1367.432632,1021.275835,513.9848222,0 +362185,1202.375523,1359.554965,1022.177009,516.1005104,0 +362186,1206.986408,1351.900046,1023.082086,518.2153992,0 +362187,1211.715746,1344.156419,1023.991001,520.3294153,0 +362188,1216.306365,1336.286623,1024.903658,522.4425837,0 +362189,1221.111254,1328.51603,1025.819904,524.5549492,0 +362190,1225.534873,1320.896814,1026.739808,526.7019986,0 +362191,1230.185753,1313.096599,1027.663147,528.4483701,0 +362192,1234.827524,1305.470484,1028.591719,531.1872666,0 +362193,1239.235893,1297.670332,1029.526908,533.0791131,0 +362194,1244.007014,1290.0953,1030.468534,535.312757,0 +362195,1248.415096,1282.415829,1031.416782,537.4868255,0 +362196,1253.133947,1274.715881,1032.37097,539.6263519,0 +362197,1257.44458,1267.227856,1033.330966,541.8607327,0 +362198,1262.108149,1259.683739,1034.296375,544.0494013,0 +362199,1266.539073,1252.051215,1035.26709,546.180352,0 +362200,1271.1128,1244.534391,1036.242761,548.3911913,0 +362201,1275.54654,1237.191599,1037.223373,550.5687921,0 +362202,1280.110154,1229.730685,1038.208692,552.7164192,0 +362203,1284.532607,1222.306513,1039.198593,554.9603554,0 +362204,1289.192119,1215.189388,1040.192907,557.1194241,0 +362205,1293.447485,1207.763433,1041.191663,559.3149533,0 +362206,1297.978177,1200.548583,1042.19447,561.5049824,0 +362207,1304.966355,1193.783781,1043.201488,561.1504165,0 +362208,1309.788549,1186.638759,1044.116237,563.0001384,0 +362209,1314.444327,1179.57927,1044.971389,564.8714278,0 +362210,1319.207527,1172.548516,1045.814497,566.9740701,0 +362211,1323.889187,1165.576571,1046.670737,568.9762015,0 +362212,1328.668292,1158.657967,1047.546575,571.0365546,0 +362213,1333.18048,1172.79322,1048.440549,573.1013416,0 +362214,1337.944466,1114.048658,1049.356318,575.1745022,0 +362215,1342.620167,1176.334214,1050.266798,577.2549419,0 +362216,1347.327842,1094.896383,1051.216826,579.301791,0 +362217,1352.054593,1155.092616,1052.145787,581.4542329,0 +362218,1356.803949,1094.680803,1053.114685,583.5612618,0 +362219,1361.474488,1121.873941,1054.067676,585.608819,0 +362220,1366.443098,1103.291379,1055.046336,587.7454707,0 +362221,0,0,0,0,0 +362222,0,0,0,0,0 +362223,0,0,0,0,0 +362224,0,0,0,0,0 +362225,0,0,0,0,0 +362226,0,0,0,0,0 +362227,0,0,0,0,0 +362228,0,0,0,0,0 +362229,0,0,0,0,0 +362230,0,0,0,0,0 +362231,0,0,0,0,0 +362232,0,0,0,0,0 +362233,0,0,0,0,0 +362234,0,0,0,0,0 +362235,0,0,0,0,0 +362236,0,0,0,0,0 +362237,0,0,0,0,0 +362238,0,0,0,0,0 +362239,0,0,0,0,0 +362240,0,0,0,0,0 +362241,0,0,0,0,0 +362242,0,0,0,0,0 +362243,0,0,0,0,0 +362244,0,0,0,0,0 +362245,0,0,0,0,0 +362246,0,0,0,0,0 +362247,0,0,0,0,0 +362248,0,0,0,0,0 +362249,0,0,0,0,0 +362250,0,0,0,0,0 +362251,0,0,0,0,0 +362252,0,0,0,0,0 +362253,0,0,0,0,0 +362254,0,0,0,0,0 +362255,0,0,0,0,0 +362256,0,0,0,0,0 +362257,0,0,0,0,0 +362258,0,0,0,0,0 +362259,0,0,0,0,0 +362260,0,0,0,0,0 +362261,0,0,0,0,0 +362262,0,0,0,0,0 +362263,0,0,0,0,0 +362264,0,0,0,0,0 +362265,0,0,0,0,0 +362266,0,0,0,0,0 +362267,0,0,0,0,0 +362268,0,0,0,0,0 +362269,0,0,0,0,0 +362270,0,0,0,0,0 +362271,0,0,0,0,0 +362272,0,0,0,0,0 +362273,0,0,0,0,0 +362274,0,0,0,0,0 +362275,0,0,0,0,0 +362276,0,0,0,0,0 +362277,0,0,0,0,0 +362278,0,0,0,0,0 +362279,0,0,0,0,0 +362280,0,0,0,0,0 +362281,0,0,0,0,0 +362282,0,0,0,0,0 +362283,0,0,0,0,0 +362284,0,0,0,0,0 +362285,0,0,0,0,0 +362286,0,0,0,0,0 +362287,0,0,0,0,0 +362288,0,0,0,0,0 +362289,0,0,0,0,0 +362290,0,0,0,0,0 +362291,0,0,0,0,0 +362292,0,0,0,0,0 +362293,0,0,0,0,0 +362294,0,0,0,0,0 +362295,0,0,0,0,0 +362296,0,0,0,0,0 +362297,0,0,0,0,0 +362298,0,0,0,0,0 +362299,0,0,0,0,0 +362300,0,0,0,0,0 +362301,0,0,0,0,0 +362302,0,0,0,0,0 +362303,0,0,0,0,0 +362304,0,0,0,0,0 +362305,0,0,0,0,0 +362306,0,0,0,0,0 +362307,0,0,0,0,0 +362308,0,0,0,0,0 +362309,0,0,0,0,0 +362310,0,0,0,0,0 +362311,0,0,0,0,0 +362312,0,0,0,0,0 +362313,0,0,0,0,0 +362314,0,0,0,0,0 +362315,0,0,0,0,0 +362316,0,0,0,0,0 +362317,0,0,0,0,0 +362318,0,0,0,0,0 +362319,0,0,0,0,0 +362320,0,0,0,0,0 +362321,0,0,0,0,0 +362322,0,0,0,0,0 +362323,0,0,0,0,0 +362324,0,0,0,0,0 +362325,0,0,0,0,0 +362326,0,0,0,0,0 +362327,0,0,0,0,0 +362328,0,0,0,0,0 +362329,0,0,0,0,0 +362330,0,0,0,0,0 +362331,0,0,0,0,0 +362332,0,0,0,0,0 +362333,0,0,0,0,0 +362334,0,0,0,0,0 +362335,0,0,0,0,0 +362336,0,0,0,0,0 +362337,0,0,0,0,0 +362338,0,0,0,0,0 +362339,0,0,0,0,0 +362340,0,0,0,0,0 +362341,0,0,0,0,0 +362342,0,0,0,0,0 +362343,0,0,0,0,0 +362344,0,0,0,0,0 +362345,0,0,0,0,0 +362346,0,0,0,0,0 +362347,0,0,0,0,0 +362348,0,0,0,0,0 +362349,0,0,0,0,0 +362350,0,0,0,0,0 +362351,0,0,0,0,0 +362352,0,0,0,0,0 +362353,0,0,0,0,0 +362354,0,0,0,0,0 +362355,0,0,0,0,0 +362356,0,0,0,0,0 +362357,0,0,0,0,0 +362358,0,0,0,0,0 +362359,0,0,0,0,0 +362360,0,0,0,0,0 +362361,0,0,0,0,0 +362362,0,0,0,0,0 +362363,0,0,0,0,0 +362364,0,0,0,0,0 +362365,0,0,0,0,0 +362366,0,0,0,0,0 +362367,0,0,0,0,0 +362368,0,0,0,0,0 +362369,0,0,0,0,0 +362370,0,0,0,0,0 +362371,0,0,0,0,0 +362372,0,0,0,0,0 +362373,0,0,0,0,0 +362374,0,0,0,0,0 +362375,0,0,0,0,0 +362376,0,0,0,0,0 +362377,0,0,0,0,0 +362378,0,0,0,0,0 +362379,0,0,0,0,0 +362380,0,0,0,0,0 +362381,0,0,0,0,0 +362382,0,0,0,0,0 +362383,0,0,0,0,0 +362384,0,0,0,0,0 +362385,0,0,0,0,0 +362386,0,0,0,0,0 +362387,0,0,0,0,0 +362388,0,0,0,0,0 +362389,0,0,0,0,0 +362390,0,0,0,0,0 +362391,0,0,0,0,0 +362392,0,0,0,0,0 +362393,0,0,0,0,0 +362394,0,0,0,0,0 +362395,0,0,0,0,0 +362396,0,0,0,0,0 +362397,0,0,0,0,0 +362398,0,0,0,0,0 +362399,0,0,0,0,0 +362400,0,0,0,0,0 +362401,0,0,0,0,0 +362402,0,0,0,0,0 +362403,0,0,0,0,0 +362404,0,0,0,0,0 +362405,0,0,0,0,0 +362406,0,0,0,0,0 +362407,0,0,0,0,0 +362408,0,0,0,0,0 +362409,0,0,0,0,0 +362410,0,0,0,0,0 +362411,0,0,0,0,0 +362412,0,0,0,0,0 +362413,0,0,0,0,0 +362414,0,0,0,0,0 +362415,0,0,0,0,0 +362416,0,0,0,0,0 +362417,0,0,0,0,0 +362418,0,0,0,0,0 +362419,0,0,0,0,0 +362420,0,0,0,0,0 +362421,0,0,0,0,0 +362422,0,0,0,0,0 +362423,0,0,0,0,0 +362424,0,0,0,0,0 +362425,0,0,0,0,0 +362426,0,0,0,0,0 +362427,0,0,0,0,0 +362428,0,0,0,0,0 +362429,0,0,0,0,0 +362430,0,0,0,0,0 +362431,0,0,0,0,0 +362432,0,0,0,0,0 +362433,0,0,0,0,0 +362434,0,0,0,0,0 +362435,0,0,0,0,0 +362436,0,0,0,0,0 +362437,0,0,0,0,0 +362438,0,0,0,0,0 +362439,0,0,0,0,0 +362440,0,0,0,0,0 +362441,0,0,0,0,0 +362442,0,0,0,0,0 +362443,0,0,0,0,0 +362444,0,0,0,0,0 +362445,0,0,0,0,0 +362446,0,0,0,0,0 +362447,0,0,0,0,0 +362448,0,0,0,0,0 +362449,0,0,0,0,0 +362450,0,0,0,27.71488199,0 +362451,0,0,0,60.97635776,0 +362452,0,0,0,7.581014373,0 +362453,0,0,0,93.58748801,0 +362454,0,0,0,0,0 +362455,0,0,0,63.42180517,0 +362456,0,0,0,91.9416575,0 +362457,0,0,0,0,0 +362458,0,0,0,88.16122059,0 +362459,0,0,0,93.24487582,0 +362460,0,0,0,15.79643448,0 +362461,0,0,0,86.17232522,0 +362462,0,0,0,68.96990711,0 +362463,0,0,0,71.60673648,0 +362464,0,0,0,74.97609491,0 +362465,0,0,0,77.01259725,0 +362466,0,0,0,78.99465455,0 +362467,0,0,0,80.83186206,0 +362468,0,0,0,82.52066863,0 +362469,0,0,0,83.86868912,0 +362470,0,0,0,85.79387005,0 +362471,0,0,0,86.78111654,0 +362472,0,0,0,88.18182363,0 +362473,0,0,0,89.38460463,0 +362474,0,0,0,90.2259647,0 +362475,0,0,0,91.28252254,0 +362476,0,0,0,91.98568329,0 +362477,0,0,0,86.50495636,0 +362478,0,0,0,86.11900052,0 +362479,0,0,0,86.25847919,0 +362480,0,0,0,86.28853148,0 +362481,0,0,0,86.42870691,0 +362482,0,0,0,86.38554263,0 +362483,0,0,0,86.41641723,0 +362484,0,0,0,86.24578113,0 +362485,0,0,0,86.14157331,0 +362486,0,0,0,85.83008814,0 +362487,0,0,0,85.58352729,0 +362488,0,0,0,85.12871603,0 +362489,0,0,0,85.00773335,0 +362490,0,0,0,84.47695105,0 +362491,0,0,0,83.40829873,0 +362492,0,0,0,81.33822288,0 +362493,0,0,0,79.81685843,0 +362494,0,0,0,77.87427211,0 +362495,0,0,0,75.84778328,0 +362496,0,0,0,73.69750498,0 +362497,0,0,0,71.42453197,0 +362498,0,0,0,69.03185228,0 +362499,0,0,0,66.52207469,0 +362500,0,0,0,63.87307284,0 +362501,0,0,0,61.16990808,0 +362502,0,0,0,96.8533825,0 +362503,0,0,0,0,0 +362504,0,0,0,77.49473706,0 +362505,0,0,0,73.63858128,0 +362506,0,0,0,2.266254215,0 +362507,0,0,0,63.18386566,0 +362508,0,0,0,57.7058111,0 +362509,0,0,0,0,0 +362510,0,0,0,83.42861865,0 +362511,0,0,0,0,0 +362512,0,0,0,15.35838571,0 +362513,0,0,0,42.11148449,0 +362514,0,0,0,0,0 +362515,0,0,0,16.53194987,0 +362516,0,0,0,3.06680545,0 +362517,0,0,0,8.43698632,0 +362518,0,0,0,0,0 +362519,0,0,0,0,0 +362520,0,0,0,0,0 +362521,0,0,0,0,0 +362522,0,0,0,0,0 +362523,0,0,0,0,0 +362524,0,0,0,0,0 +362525,0,0,0,0,0 +362526,0,0,0,0,0 +362527,0,0,0,0,0 +362528,0,0,0,0,0 +362529,0,0,0,0,0 +362530,0,0,0,0,0 +362531,0,0,0,0,0 +362532,0,0,0,0,0 +362533,0,0,0,0,0 +362534,0,0,0,0,0 +362535,0,0,0,0,0 +362536,0,0,0,0,0 +362537,0,0,0,0,0 +362538,0,0,0,0,0 +362539,0,0,0,0,0 +362540,0,0,0,0,0 +362541,0,0,0,0,0 +362542,0,0,0,0,0 +362543,0,0,0,0,0 +362544,0,0,0,0,0 +362545,0,0,0,0,0 +362546,0,0,0,0,0 +362547,0,0,0,0,0 +362548,0,0,0,0,0 +362549,0,0,0,0,0 +362550,0,0,0,0,0 +362551,0,0,0,0,0 +362552,0,0,0,0,0 +362553,0,0,0,0,0 +362554,0,0,0,0,0 +362555,0,0,0,0,0 +362556,0,0,0,0,0 +362557,0,0,0,0,0 +362558,0,0,0,0,0 +362559,0,0,0,0,0 +362560,0,0,0,0,0 +362561,0,0,0,0,0 +362562,0,0,0,0,0 +362563,0,0,0,0,0 +362564,0,0,0,0,0 +362565,0,0,0,0,0 +362566,0,0,0,0,0 +362567,0,0,0,0,0 +362568,0,0,0,0,0 +362569,0,0,0,0,0 +362570,0,0,0,0,0 +362571,0,0,0,0,0 +362572,0,0,0,0,0 +362573,0,0,0,0,0 +362574,0,0,0,0,0 +362575,0,0,0,0,0 +362576,0,0,0,0,0 +362577,0,0,0,0,0 +362578,0,0,0,0,0 +362579,0,0,0,0,0 +362580,0,0,0,0,0 +362581,0,0,0,0,0 +362582,0,0,0,0,0 +362583,0,0,0,0,0 +362584,0,0,0,0,0 +362585,0,0,0,0,0 +362586,0,0,0,0,0 +362587,0,0,0,0,0 +362588,0,0,0,0,0 +362589,0,0,0,0,0 +362590,0,0,0,0,0 +362591,0,0,0,0,0 +362592,0,0,0,0,0 +362593,0,0,0,0,0 +362594,0,0,0,0,0 +362595,0,0,0,0,0 +362596,0,0,0,0,0 +362597,0,0,0,0,0 +362598,0,0,0,0,0 +362599,0,0,0,0,0 +362600,0,0,0,0,0 +362601,0,0,0,0,0 +362602,0,0,0,0,0 +362603,0,0,0,0,0 +362604,0,0,0,0,0 +362605,0,0,0,0,0 +362606,0,0,0,0,0 +362607,0,0,0,0,0 +362608,0,0,0,0,0 +362609,0,0,0,0,0 +362610,0,0,0,0,0 +362611,0,0,0,0,0 +362612,0,0,0,0,0 +362613,0,0,0,0,0 +362614,0,0,0,0,0 +362615,0,0,0,0,0 +362616,0,0,0,0,0 +362617,0,0,0,0,0 +362618,0,0,0,0,0 +362619,0,0,0,0,0 +362620,0,0,0,0,0 +362621,0,0,0,0,0 +362622,0,0,0,0,0 +362623,0,0,0,0,0 +362624,0,0,0,0,0 +362625,0,0,0,0,0 +362626,0,0,0,0,0 +362627,0,0,0,0,0 +362628,0,0,0,0,0 +362629,0,0,0,0,0 +362630,0,0,0,0,0 +362631,0,0,0,0,0 +362632,0,0,0,0,0 +362633,0,0,0,0,0 +362634,0,0,0,0,0 +362635,0,0,0,0,0 +362636,0,0,0,0,0 +362637,0,0,0,0,0 +362638,0,0,0,0,0 +362639,0,0,0,0,0 +362640,0,0,0,0,0 +362641,0,0,0,0,0 +362642,0,0,0,0,0 +362643,0,0,0,0,0 +362644,0,0,0,0,0 +362645,0,0,0,0,0 +362646,0,0,0,0,0 +362647,0,0,0,0,0 +362648,0,0,0,0,0 +362649,0,0,0,0,0 +362650,0,0,0,0,0 +362651,0,0,0,0,0 +362652,0,0,0,0,0 +362653,0,0,0,0,0 +362654,0,0,0,0,0 +362655,0,0,0,0,0 +362656,0,0,0,0,0 +362657,0,0,0,0,0 +362658,0,0,0,0,0 +362659,0,0,0,0,0 +362660,0,0,0,0,0 +362661,0,0,0,0,0 +362662,0,0,0,0,0 +362663,0,0,0,0,0 +362664,0,0,0,0,0 +362665,0,0,0,0,0 +362666,0,0,0,0,0 +362667,0,0,0,0,0 +362668,0,0,0,0,0 +362669,0,0,0,0,0 +362670,0,0,0,0,0 +362671,0,0,0,0,0 +362672,0,0,0,0,0 +362673,0,0,0,0,0 +362674,0,0,0,0,0 +362675,0,0,0,0,0 +362676,0,0,0,0,0 +362677,0,0,0,0,0 +362678,0,0,0,0,0 +362679,0,0,0,0,0 +362680,0,0,0,0,0 +362681,0,0,0,0,0 +362682,0,0,0,0,0 +362683,0,0,0,0,0 +362684,0,0,0,0,0 +362685,0,0,0,0,0 +362686,0,0,0,0,0 +362687,0,0,0,0,0 +362688,0,0,0,0,0 +362689,0,0,0,0,0 +362690,0,0,0,0,0 +362691,0,0,0,0,0 +362692,0,0,0,0,0 +362693,0,0,0,0,0 +362694,0,0,0,0,0 +362695,0,0,0,0,0 +362696,0,0,0,0,0 +362697,0,0,0,0,0 +362698,0,0,0,0,0 +362699,0,0,0,0,0 +362700,0,0,0,0,0 +362701,0,0,0,0,0 +362702,0,0,0,0,0 +362703,0,0,0,0,0 +362704,0,0,0,0,0 +362705,0,0,0,0,0 +362706,0,0,0,0,0 +362707,0,0,0,0,0 +362708,0,0,0,0,0 +362709,0,0,0,0,0 +362710,0,0,0,0,0 +362711,0,0,0,0,0 +362712,0,0,0,0,0 +362713,0,0,0,0,0 +362714,0,0,0,0,0 +362715,0,0,0,0,0 +362716,0,0,0,0,0 +362717,0,0,0,0,0 +362718,0,0,0,0,0 +362719,0,0,0,0,0 +362720,0,0,0,0,0 +362721,0,0,0,0,0 +362722,0,0,0,0,0 +362723,0,0,0,0,0 +362724,0,0,0,0,0 +362725,0,0,0,0,0 +362726,0,0,0,0,0 +362727,0,0,0,0,0 +362728,0,0,0,0,0 +362729,0,0,0,0,0 +362730,0,0,0,0,0 +362731,0,0,0,0,0 +362732,0,0,0,0,0 +362733,0,0,0,0,0 +362734,0,0,0,0,0 +362735,0,0,0,0,0 +362736,0,0,0,0,0 +362737,0,0,0,0,0 +362738,0,0,0,0,0 +362739,0,0,0,0,0 +362740,0,0,0,0,0 +362741,0,0,0,0,0 +362742,0,0,0,0,0 +362743,0,0,0,0,0 +362744,0,0,0,0,0 +362745,0,0,0,0,0 +362746,0,0,0,0,0 +362747,0,0,0,0,0 +362748,0,0,0,0,0 +362749,0,0,0,0,0 +362750,0,0,0,0,0 +362751,0,0,0,0,0 +362752,0,0,0,0,0 +362753,0,0,0,0,0 +362754,0,0,0,0,0 +362755,0,0,0,0,0 +362756,0,0,0,0,0 +362757,0,0,0,0,0 +362758,0,0,0,0,0 +362759,0,0,0,0,0 +362760,0,0,0,0,0 +362761,0,0,0,0,0 +362762,0,0,0,0,0 +362763,0,0,0,0,0 +362764,0,0,0,0,0 +362765,0,0,0,0,0 +362766,0,0,0,0,0 +362767,0,0,0,0,0 +362768,0,0,0,0,0 +362769,0,0,0,0,0 +362770,0,0,0,0,0 +362771,0,0,0,0,0 +362772,0,0,0,0,0 +362773,0,0,0,0,0 +362774,0,0,0,0,0 +362775,0,0,0,0,0 +362776,0,0,0,0,0 +362777,0,0,0,0,0 +362778,0,0,0,0,0 +362779,0,0,0,0,0 +362780,0,0,0,0,0 +362781,0,0,0,0,0 +362782,0,0,0,0,0 +362783,0,0,0,0,0 +362784,0,0,0,0,0 +362785,0,0,0,0,0 +362786,0,0,0,0,0 +362787,0,0,0,0,0 +362788,0,0,0,0,0 +362789,0,0,0,0,0 +362790,0,0,0,0,0 +362791,0,0,0,0,0 +362792,0,0,0,0,0 +362793,0,0,0,0,0 +362794,0,0,0,0,0 +362795,0,0,0,0,0 +362796,0,0,0,0,0 +362797,0,0,0,0,0 +362798,0,0,0,0,0 +362799,0,0,0,0,0 +362800,0,0,0,0,0 +362801,0,0,0,0,0 +362802,0,0,0,0,0 +362803,0,0,0,0,0 +362804,0,0,0,0,0 +362805,0,0,0,0,0 +362806,0,0,0,0,0 +362807,0,0,0,0,0 +362808,0,0,0,0,0 +362809,0,0,0,0,0 +362810,0,0,0,0,0 +362811,0,0,0,0,0 +362812,0,0,0,0,0 +362813,0,0,0,0,0 +362814,0,0,0,0,0 +362815,0,0,0,0,0 +362816,0,0,0,0,0 +362817,0,0,0,0,0 +362818,0,0,0,0,0 +362819,0,0,0,0,0 +362820,0,0,0,0,0 +362821,0,0,0,0,0 +362822,0,0,0,0,0 +362823,0,0,0,0,0 +362824,0,0,0,0,0 +362825,0,0,0,0,0 +362826,0,0,0,0,0 +362827,0,0,0,0,0 +362828,0,0,0,0,0 +362829,0,0,0,0,0 +362830,0,0,0,0,0 +362831,0,0,0,0,0 +362832,0,0,0,0,0 +362833,0,0,0,0,0 +362834,0,0,0,0,0 +362835,0,0,0,0,0 +362836,0,0,0,0,0 +362837,0,0,0,0,0 +362838,0,0,0,0,0 +362839,0,0,0,0,0 +362840,0,0,0,0,0 +362841,0,0,0,0,0 +362842,0,0,0,0,0 +362843,0,0,0,0,0 +362844,0,0,0,0,0 +362845,0,0,0,0,0 +362846,0,0,0,0,0 +362847,0,0,0,0,0 +362848,0,0,0,0,0 +362849,0,0,0,0,0 +362850,0,0,0,0,0 +362851,0,0,0,0,0 +362852,0,0,0,0,0 +362853,0,0,0,0,0 +362854,0,0,0,0,0 +362855,0,0,0,0,0 +362856,0,0,0,0,0 +362857,0,0,0,0,0 +362858,0,0,0,0,0 +362859,0,0,0,0,0 +362860,0,0,0,0,0 +362861,0,0,0,0,0 +362862,0,0,0,0,0 +362863,0,0,0,0,0 +362864,0,0,0,0,0 +362865,0,0,0,0,0 +362866,0,0,0,0,0 +362867,0,0,0,0,0 +362868,0,0,0,0,0 +362869,0,0,0,0,0 +362870,0,0,0,0,0 +362871,0,0,0,0,0 +362872,0,0,0,0,0 +362873,0,0,0,0,0 +362874,0,0,0,0,0 +362875,0,0,0,0,0 +362876,0,0,0,0,0 +362877,0,0,0,0,0 +362878,0,0,0,0,0 +362879,0,0,0,0,0 +362880,0,0,0,0,0 +362881,0,0,0,0,0 +362882,0,0,0,0,0 +362883,0,0,0,0,0 +362884,0,0,0,0,0 +362885,0,0,0,0,0 +362886,0,0,0,0,0 +362887,0,0,0,0,0 +362888,0,0,0,0,0 +362889,0,0,0,0,0 +362890,0,0,0,0,0 +362891,0,0,0,0,0 +362892,0,0,0,0,0 +362893,0,0,0,0,0 +362894,0,0,0,0,0 +362895,0,0,0,0,0 +362896,0,0,0,0,0 +362897,0,0,0,0,0 +362898,0,0,0,0,0 +362899,0,0,0,0,0 +362900,0,0,0,0,0 +362901,0,0,0,0,0 +362902,0,0,0,0,0 +362903,0,0,0,0,0 +362904,0,0,0,0,0 +362905,0,0,0,0,0 +362906,0,0,0,0,0 +362907,0,0,0,0,0 +362908,0,0,0,0,0 +362909,0,0,0,0,0 +362910,0,0,0,0,0 +362911,0,0,0,0,0 +362912,0,0,0,0,0 +362913,0,0,0,0,0 +362914,0,0,0,0,0 +362915,0,0,0,0,0 +362916,0,0,0,0,0 +362917,0,0,0,0,0 +362918,0,0,0,0,0 +362919,0,0,0,0,0 +362920,0,0,0,0,0 +362921,0,0,0,0,0 +362922,0,0,0,0,0 +362923,0,0,0,0,0 +362924,0,0,0,0,0 +362925,0,0,0,0,0 +362926,0,0,0,0,0 +362927,0,0,0,0,0 +362928,0,0,0,0,0 +362929,0,0,0,0,0 +362930,0,0,0,0,0 +362931,0,0,0,0,0 +362932,0,0,0,0,0 +362933,0,0,0,0,0 +362934,0,0,0,0,0 +362935,0,0,0,0,0 +362936,0,0,0,0,0 +362937,0,0,0,0,0 +362938,0,0,0,0,0 +362939,0,0,0,0,0 +362940,0,0,0,0,0 +362941,0,0,0,0,0 +362942,0,0,0,0,0 +362943,0,0,0,0,0 +362944,0,0,0,0,0 +362945,0,0,0,0,0 +362946,0,0,0,0,0 +362947,0,0,0,0,0 +362948,0,0,0,0,0 +362949,0,0,0,0,0 +362950,0,0,0,0,0 +362951,0,0,0,0,0 +362952,0,0,0,0,0 +362953,0,0,0,0,0 +362954,0,0,0,0,0 +362955,0,0,0,0,0 +362956,0,0,0,0,0 +362957,0,0,0,0,0 +362958,0,0,0,0,0 +362959,0,0,0,0,0 +362960,0,0,0,0,0 +362961,0,0,0,0,0 +362962,0,0,0,0,0 +362963,0,0,0,0,0 +362964,0,0,0,0,0 +362965,0,0,0,0,0 +362966,0,0,0,0,0 +362967,0,0,0,0,0 +362968,0,0,0,0,0 +362969,0,0,0,0,0 +362970,0,0,0,0,0 +362971,0,0,0,0,0 +362972,0,0,0,0,0 +362973,0,0,0,0,0 +362974,0,0,0,0,0 +362975,0,0,0,0,0 +362976,0,0,0,0,0 +362977,0,0,0,0,0 +362978,0,0,0,0,0 +362979,0,0,0,0,0 +362980,0,0,0,0,0 +362981,0,0,0,0,0 +362982,0,0,0,0,0 +362983,0,0,0,0,0 +362984,0,0,0,0,0 +362985,0,0,0,0,0 +362986,0,0,0,0,0 +362987,0,0,0,0,0 +362988,0,0,0,0,0 +362989,0,0,0,0,0 +362990,0,0,0,0,0 +362991,0,0,0,0,0 +362992,0,0,0,0,0 +362993,0,0,0,0,0 +362994,0,0,0,0,0 +362995,0,0,0,0,0 +362996,0,0,0,0,0 +362997,0,0,0,0,0 +362998,0,0,0,0,0 +362999,0,0,0,0,0 +363000,0,0,0,0,0 +363001,0,0,0,0,0 +363002,0,0,0,0,0 +363003,0,0,0,0,0 +363004,0,0,0,0,0 +363005,0,0,0,0,0 +363006,0,0,0,0,0 +363007,0,0,0,0,0 +363008,0,0,0,0,0 +363009,0,0,0,0,0 +363010,0,0,0,0,0 +363011,0,0,0,0,0 +363012,0,0,0,0,0 +363013,0,0,0,0,0 +363014,0,0,0,0,0 +363015,0,0,0,0,0 +363016,0,0,0,0,0 +363017,0,0,0,0,0 +363018,0,0,0,0,0 +363019,0,0,0,0,0 +363020,0,0,0,0,0 +363021,0,0,0,0,0 +363022,0,0,0,0,0 +363023,0,0,0,0,0 +363024,0,0,0,0,0 +363025,0,0,0,0,0 +363026,0,0,0,0,0 +363027,0,0,0,0,0 +363028,0,0,0,0,0 +363029,0,0,0,0,0 +363030,0,0,0,0,0 +363031,0,0,0,0,0 +363032,0,0,0,0,0 +363033,0,0,0,0,0 +363034,0,0,0,0,0 +363035,0,0,0,0,0 +363036,0,0,0,0,0 +363037,0,0,0,0,0 +363038,0,0,0,0,0 +363039,0,0,0,0,0 +363040,0,0,0,0,0 +363041,0,0,0,0,0 +363042,0,0,0,0,0 +363043,0,0,0,0,0 +363044,0,0,0,0,0 +363045,0,0,0,0,0 +363046,0,0,0,0,0 +363047,0,0,0,0,0 +363048,0,0,0,0,0 +363049,0,0,0,0,0 +363050,0,0,0,0,0 +363051,0,0,0,0,0 +363052,0,0,0,0,0 +363053,0,0,0,0,0 +363054,0,0,0,0,0 +363055,0,0,0,0,0 +363056,0,0,0,0,0 +363057,0,0,0,0,0 +363058,0,0,0,0,0 +363059,0,0,0,0,0 +363060,0,0,0,0,0 +363061,0,0,0,0,0 +363062,0,0,0,0,0 +363063,0,0,0,0,0 +363064,0,0,0,0,0 +363065,0,0,0,0,0 +363066,0,0,0,0,0 +363067,0,0,0,0,0 +363068,0,0,0,0,0 +363069,0,0,0,0,0 +363070,0,0,0,0,0 +363071,0,0,0,0,0 +363072,0,0,0,0,0 +363073,0,0,0,0,0 +363074,0,0,0,0,0 +363075,0,0,0,0,0 +363076,0,0,0,0,0 +363077,0,0,0,0,0 +363078,0,0,0,0,0 +363079,0,0,0,0,0 +363080,0,0,0,0,0 +363081,0,0,0,0,0 +363082,0,0,0,0,0 +363083,0,0,0,0,0 +363084,0,0,0,0,0 +363085,0,0,0,0,0 +363086,0,0,0,0,0 +363087,0,0,0,0,0 +363088,0,0,0,0,0 +363089,0,0,0,0,0 +363090,0,0,0,0,0 +363091,0,0,0,0,0 +363092,0,0,0,0,0 +363093,0,0,0,0,0 +363094,0,0,0,0,0 +363095,0,0,0,0,0 +363096,0,0,0,0,0 +363097,0,0,0,0,0 +363098,0,0,0,0,0 +363099,0,0,0,0,0 +363100,0,0,0,0,0 +363101,0,0,0,0,0 +363102,0,0,0,0,0 +363103,0,0,0,0,0 +363104,0,0,0,0,0 +363105,0,0,0,0,0 +363106,0,0,0,0,0 +363107,0,0,0,0,0 +363108,0,0,0,0,0 +363109,0,0,0,0,0 +363110,0,0,0,0,0 +363111,0,0,0,0,0 +363112,0,0,0,0,0 +363113,0,0,0,0,0 +363114,0,0,0,0,0 +363115,0,0,0,0,0 +363116,0,0,0,0,0 +363117,0,0,0,0,0 +363118,0,0,0,0,0 +363119,0,0,0,0,0 +363120,0,0,0,0,0 +363121,0,0,0,0,0 +363122,0,0,0,0,0 +363123,0,0,0,0,0 +363124,0,0,0,0,0 +363125,0,0,0,0,0 +363126,0,0,0,0,0 +363127,0,0,0,0,0 +363128,0,0,0,0,0 +363129,0,0,0,0,0 +363130,0,0,0,0,0 +363131,0,0,0,0,0 +363132,0,0,0,0,0 +363133,0,0,0,0,0 +363134,0,0,0,0,0 +363135,0,0,0,0,0 +363136,0,0,0,0,0 +363137,0,0,0,0,0 +363138,0,0,0,0,0 +363139,0,0,0,0,0 +363140,0,0,0,0,0 +363141,0,0,0,0,0 +363142,0,0,0,0,0 +363143,0,0,0,0,0 +363144,0,0,0,0,0 +363145,0,0,0,0,0 +363146,0,0,0,0,0 +363147,0,0,0,0,0 +363148,0,0,0,0,0 +363149,0,0,0,0,0 +363150,0,0,0,0,0 +363151,0,0,0,0,0 +363152,0,0,0,0,0 +363153,0,0,0,0,0 +363154,0,0,0,0,0 +363155,0,0,0,0,0 +363156,0,0,0,0,0 +363157,0,0,0,0,0 +363158,0,0,0,0,0 +363159,0,0,0,0,0 +363160,0,0,0,0,0 +363161,0,0,0,0,0 +363162,0,0,0,0,0 +363163,0,0,0,0,0 +363164,0,0,0,0,0 +363165,0,0,0,0,0 +363166,0,0,0,0,0 +363167,0,0,0,0,0 +363168,0,0,0,0,0 +363169,0,0,0,0,0 +363170,0,0,0,0,0 +363171,0,0,0,0,0 +363172,0,0,0,0,0 +363173,0,0,0,0,0 +363174,0,0,0,0,0 +363175,0,0,0,0,0 +363176,0,0,0,0,0 +363177,0,0,0,0,0 +363178,0,0,0,0,0 +363179,0,0,0,0,0 +363180,0,0,0,0,0 +363181,0,0,0,0,0 +363182,0,0,0,0,0 +363183,0,0,0,0,0 +363184,0,0,0,0,0 +363185,0,0,0,0,0 +363186,0,0,0,0,0 +363187,0,0,0,0,0 +363188,0,0,0,0,0 +363189,0,0,0,0,0 +363190,0,0,0,0,0 +363191,0,0,0,0,0 +363192,0,0,0,0,0 +363193,0,0,0,0,0 +363194,0,0,0,0,0 +363195,0,0,0,0,0 +363196,0,0,0,0,0 +363197,0,0,0,0,0 +363198,0,0,0,0,0 +363199,0,0,0,0,0 +363200,0,0,0,0,0 +363201,0,0,0,0,0 +363202,0,0,0,0,0 +363203,0,0,0,0,0 +363204,0,0,0,0,0 +363205,0,0,0,0,0 +363206,0,0,0,0,0 +363207,0,0,0,0,0 +363208,0,0,0,0,0 +363209,0,0,0,0,0 +363210,0,0,0,0,0 +363211,0,0,0,0,0 +363212,0,0,0,0,0 +363213,0,0,0,0,0 +363214,0,0,0,0,0 +363215,0,0,0,0,0 +363216,0,0,0,0,0 +363217,0,0,0,0,0 +363218,0,0,0,0,0 +363219,0,0,0,0,0 +363220,0,0,0,0,0 +363221,0,0,0,0,0 +363222,0,0,0,0,0 +363223,0,0,0,0,0 +363224,0,0,0,0,0 +363225,0,0,0,0,0 +363226,0,0,0,0,0 +363227,0,0,0,0,0 +363228,0,0,0,0,0 +363229,0,0,0,0,0 +363230,0,0,0,0,0 +363231,0,0,0,0,0 +363232,0,0,0,0,0 +363233,0,0,0,0,0 +363234,0,0,0,0,0 +363235,0,0,0,0,0 +363236,0,0,0,0,0 +363237,0,0,0,0,0 +363238,0,0,0,0,0 +363239,0,0,0,0,0 +363240,0,0,0,0,0 +363241,0,0,0,0,0 +363242,0,0,0,0,0 +363243,0,0,0,0,0 +363244,0,0,0,0,0 +363245,0,0,0,0,0 +363246,0,0,0,0,0 +363247,0,0,0,0,0 +363248,0,0,0,0,0 +363249,0,0,0,0,0 +363250,0,0,0,0,0 +363251,0,0,0,0,0 +363252,0,0,0,0,0 +363253,0,0,0,0,0 +363254,0,0,0,0,0 +363255,0,0,0,0,0 +363256,0,0,0,0,0 +363257,0,0,0,0,0 +363258,0,0,0,0,0 +363259,0,0,0,0,0 +363260,0,0,0,0,0 +363261,0,0,0,0,0 +363262,0,0,0,0,0 +363263,0,0,0,0,0 +363264,0,0,0,0,0 +363265,0,0,0,0,0 +363266,0,0,0,0,0 +363267,0,0,0,0,0 +363268,0,0,0,0,0 +363269,0,0,0,0,0 +363270,0,0,0,0,0 +363271,0,0,0,0,0 +363272,0,0,0,0,0 +363273,0,0,0,0,0 +363274,0,0,0,0,0 +363275,0,0,0,0,0 +363276,0,0,0,0,0 +363277,0,0,0,0,0 +363278,0,0,0,0,0 +363279,0,0,0,0,0 +363280,0,0,0,0,0 +363281,0,0,0,0,0 +363282,0,0,0,0,0 +363283,0,0,0,0,0 +363284,0,0,0,0,0 +363285,0,0,0,0,0 +363286,0,0,0,0,0 +363287,0,0,0,0,0 +363288,0,0,0,0,0 +363289,0,0,0,0,0 +363290,0,0,0,0,0 +363291,0,0,0,0,0 +363292,0,0,0,0,0 +363293,0,0,0,0,0 +363294,0,0,0,0,0 +363295,0,0,0,0,0 +363296,0,0,0,0,0 +363297,0,0,0,0,0 +363298,0,0,0,0,0 +363299,0,0,0,0,0 +363300,0,0,0,0,0 +363301,0,1803.004114,0,0,0 +363302,0,0,0,0,0 +363303,0,0,0,0,0 +363304,0,0,0,0,0 +363305,0,519.6739007,0,0,0 +363306,0,234.8283751,174.0141437,0,0 +363307,0,301.5454665,162.1510113,0,0 +363308,0,322.7413133,161.1545027,0,0 +363309,0,336.1509539,190.6749322,0,0 +363310,0,350.0276413,206.6095374,0,0 +363311,0,363.480053,221.7607494,0,0 +363312,0,376.9418734,237.6986926,0,0 +363313,0,390.9739449,253.0068366,0,0 +363314,0,404.4887499,267.6935588,0,0 +363315,0,418.2713244,282.8165778,0,0 +363316,0,431.7723686,297.5274121,0,0 +363317,0,446.3065007,312.0421268,0,0 +363318,0,459.4865927,326.4937853,0,0 +363319,0,473.6304583,340.6717241,0,0 +363320,0,487.4896046,355.1845577,0,0 +363321,0,501.4649325,368.484048,0,0 +363322,0,515.3958407,382.5897903,0,0 +363323,0,529.145862,396.0740494,0,0 +363324,0,543.2962741,409.0986377,0,0 +363325,0,557.075862,422.3871518,0,0 +363326,0,571.2313282,435.5129843,0,0 +363327,0,585.3311106,448.4851074,0,0 +363328,0,599.56147,461.3765398,0,0 +363329,0,613.7455316,474.1428739,0,0 +363330,0,627.9980171,486.6531368,0,0 +363331,0,640.4511436,496.7836797,0,0 +363332,0,652.5812622,512.6380206,0,0 +363333,0,664.6744353,513.745171,0,0 +363334,0,676.5199221,520.3906979,0,0 +363335,0,688.4126948,538.9185539,0,0 +363336,0,700.0745951,542.8413181,0,0 +363337,0,711.7990527,552.9287473,0,0 +363338,0,728.7069642,561.4330868,0,0 +363339,0,744.1022184,569.8891089,0,0 +363340,0,758.9813087,578.1991619,0,0 +363341,0,774.8207511,586.4195798,0,0 +363342,0,789.5551441,594.1783719,0,0 +363343,0,804.6049538,602.1113388,0,0 +363344,0,819.4190194,609.6761637,0,0 +363345,0,834.2227446,617.0892623,0,0 +363346,0,848.9959663,624.5627177,0,0 +363347,0,863.4386961,631.5068557,0,0 +363348,0,878.0723285,638.678453,0,0 +363349,0,892.4584306,645.4808298,0,0 +363350,0,906.8186246,652.2068414,0,0 +363351,0,921.0298204,658.7137219,0,0 +363352,0,935.3143989,665.2560034,0,0 +363353,0,949.3889524,671.5623151,0,0 +363354,0,963.44813,681.7061556,0,0 +363355,0,977.426409,681.3946089,0,0 +363356,0,991.3226834,686.5249288,0,0 +363357,0,1005.101715,697.7307,0,0 +363358,0,1018.955057,700.2234754,0,0 +363359,0,1032.605662,706.3757794,0,0 +363360,0,1046.24554,711.8389174,0,0 +363361,0,1059.871484,717.2434916,0,0 +363362,0,1073.669542,723.2030664,0,0 +363363,0,1087.031767,728.2702453,0,0 +363364,0,1100.705489,733.5288261,0,0 +363365,0,1114.023236,739.0401429,0,0 +363366,0,1131.430891,743.8074226,0,0 +363367,0,1144.497844,757.4087984,0,0 +363368,0,1158.467432,740.5938913,0,0 +363369,0,1172.346616,765.0152262,0,0 +363370,0,1159.050586,761.5738772,0,0 +363371,0,1206.282384,767.507975,0,0 +363372,0,1203.051126,771.7714449,0,0 +363373,0,1219.382359,776.1824889,0,0 +363374,0,1232.306479,780.2057692,0,0 +363375,0,1245.128865,792.488622,0,0 +363376,0,1257.980429,776.0034219,0,0 +363377,0,1270.498767,798.2661197,0,0 +363378,0,1283.400991,794.5009521,0,0 +363379,0,1295.800778,799.5750852,0,0 +363380,0,1308.401546,802.9934753,0,0 +363381,0,1320.854459,815.8600952,0,0 +363382,0,1333.263372,795.6134225,0,0 +363383,0,1345.685336,827.881731,0,0 +363384,0,1357.769862,802.7169407,0,0 +363385,0,1370.260479,825.2100807,0,0 +363386,0,1382.22088,830.2432053,0,0 +363387,0,1394.400397,810.4815732,0,0 +363388,0,1406.421682,836.8488781,0,0 +363389,0,1418.404763,825.960987,0,0 +363390,0,1430.411271,834.2255279,0,0 +363391,0,1441.401268,835.7615712,0,0 +363392,0,1452.410362,837.6102363,0,0 +363393,0,1463.107869,839.1471792,0,0 +363394,0,1474.002116,841.9779957,0,0 +363395,0,1484.361996,837.3612973,0,0 +363396,0,1494.889766,843.079641,0,0 +363397,0,1505.306072,850.7741851,0,0 +363398,0,1515.300494,842.8471135,0,0 +363399,0,1525.638594,845.8380578,0,0 +363400,0,1535.579456,846.6501581,0,0 +363401,0,1545.617512,850.5938258,0,0 +363402,0,1563.246252,852.5340409,0,0 +363403,0,1559.751001,848.2873403,0,0 +363404,0,1571.314432,852.5401687,0,0 +363405,0,1587.575621,849.2158214,0,0 +363406,0,1592.630663,859.1965427,0,0 +363407,0,1603.044892,842.3599518,0,0 +363408,0,1612.303509,865.6916841,0,0 +363409,0,1621.566493,839.1672139,0,0 +363410,0,1630.497882,869.8311389,0,0 +363411,0,1639.461385,838.3514161,0,0 +363412,0,1648.596156,870.4892159,0,0 +363413,0,1657.176121,838.7769152,0,0 +363414,0,1665.993812,870.6690159,0,0 +363415,66.4825986,1674.611421,838.9157804,0,0 +363416,91.73198599,1683.261359,870.6719677,0,0 +363417,76.03401355,1691.564853,838.8284424,0,0 +363418,94.2366353,1700.016408,870.4972054,29.50939467,0 +363419,102.443506,1708.182057,838.5381147,38.23177317,0 +363420,110.3440843,1716.643925,870.1678209,33.34868801,0 +363421,118.3273708,1735.092194,837.9907086,41.11523562,0 +363422,125.6924149,1716.975321,869.2341635,44.88699905,0 +363423,133.6196832,1748.107056,845.4069762,48.56642344,0 +363424,140.8042944,1746.373324,855.3727593,52.2571146,0 +363425,153.5888393,1750.074823,847.658109,59.57437814,0 +363426,161.6033942,1756.538519,869.3786598,63.79795188,0 +363427,169.2237828,1763.579084,847.1978887,67.67661552,0 +363428,177.0295815,1770.671214,863.0734019,71.47898986,0 +363429,184.5675313,1777.33742,845.5985332,75.21173916,0 +363430,191.6539761,1784.484377,867.8512938,78.83447325,0 +363431,199.3834879,1791.224124,842.3124292,82.55792793,0 +363432,206.5560159,1798.016994,866.872601,86.05567381,0 +363433,213.8525629,1805.272246,839.4518227,89.78289655,0 +363434,220.8999302,1822.005545,869.0623012,93.11745091,0 +363435,228.5224666,1801.736328,845.3311574,96.77519005,0 +363436,235.2384014,1832.580341,846.1569722,100.1843529,0 +363437,242.5009702,1829.011204,865.798786,103.5796868,0 +363438,249.5201759,1837.156972,837.887788,107.1816039,0 +363439,256.5558853,1843.457507,862.8715684,110.3401919,0 +363440,263.3566197,1849.643515,840.6242742,113.9099152,0 +363441,270.6172327,1856.888596,858.396777,117.1904371,0 +363442,277.3827882,1870.444889,841.3000973,120.540515,0 +363443,284.3064853,1853.675597,847.6329423,123.8418258,0 +363444,291.1635325,1880.68563,858.1956036,127.0506358,0 +363445,297.9910246,1877.887397,832.2070187,130.4559321,0 +363446,304.7912528,1885.221646,863.2986346,133.6386394,0 +363447,311.5757083,1898.713609,838.4678689,136.973358,0 +363448,318.3052232,1884.757242,842.1826304,139.9656686,0 +363449,325.0621412,1907.645494,848.8293013,143.3741755,0 +363450,331.7448563,1905.957174,850.6275747,146.4711262,0 +363451,338.2861235,1919.745125,832.654344,149.5227023,0 +363452,344.7754979,1903.724832,859.6626568,152.7987305,0 +363453,351.1995229,1934.775818,827.5873338,155.9118205,0 +363454,357.6634696,1913.163906,859.6069054,158.8528444,0 +363455,364.0317348,1942.127093,826.4438339,161.9936126,0 +363456,370.3663568,1921.710306,859.3297349,164.9119616,0 +363457,376.7422851,1946.52744,825.6483683,168.1134114,0 +363458,382.691566,1939.985247,858.7735535,171.0413111,0 +363459,389.4906584,1918.00396,825.2719727,174.0612638,0 +363460,395.4494405,1979.378944,858.5082287,177.0463436,0 +363461,401.7788791,1920.856812,825.0961735,180.1386478,0 +363462,407.9546227,1972.591353,858.4954173,182.7850931,0 +363463,414.09799,1930.36539,825.2096814,186.0107259,0 +363464,420.29843,1980.593712,858.745566,188.8257394,0 +363465,426.3616267,1940.133317,825.6378637,191.7649829,0 +363466,432.4867457,1975.91112,859.2811387,194.6701375,0 +363467,438.5885592,1957.711171,826.3194259,197.5628839,0 +363468,444.5888811,1967.030973,860.2521087,200.4441101,0 +363469,450.6788478,1967.680418,828.0597576,203.1808626,0 +363470,456.6261518,1969.517828,860.460045,206.2464527,0 +363471,462.6750121,1971.267195,836.0079686,208.9880925,0 +363472,468.5759692,1972.902574,843.1380079,211.8491279,0 +363473,474.5468977,1974.436943,860.5368202,214.6735546,0 +363474,480.5003729,1975.739487,833.2576606,217.4887423,0 +363475,486.3437826,1977.251861,867.9460885,220.4336467,0 +363476,492.2552719,1978.3887,837.4050732,223.0063134,0 +363477,498.1483486,1979.528333,871.8655795,225.9014676,0 +363478,501.0758562,1987.056967,833.9192755,225.0710099,0 +363479,506.7980962,1989.10468,866.6261468,226.9281498,0 +363480,512.6485778,1990.596666,842.9338893,229.6867674,0 +363481,518.6962092,1991.939332,861.141183,232.1746417,0 +363482,524.8951002,1993.213069,853.1929187,234.8430968,0 +363483,530.7053695,1994.34041,863.318433,237.4984178,0 +363484,537.4959775,1995.290405,861.0013655,240.1625125,0 +363485,543.3856464,1996.192785,865.0067268,242.8305441,0 +363486,549.7960779,1996.95529,867.4870497,245.5011542,0 +363487,555.8938874,1997.613034,870.0238808,248.1725157,0 +363488,562.2554329,1998.165847,872.7863154,250.8444668,0 +363489,568.4703522,1998.614151,875.3364191,253.5158501,0 +363490,574.7404785,1998.960228,878.103388,256.186904,0 +363491,581.0067348,1999.205242,880.8393753,258.8566906,0 +363492,587.2302169,1999.350944,883.6377551,261.3550031,0 +363493,593.6195972,1999.39756,886.5038345,264.2884314,0 +363494,599.7843441,1999.34822,889.182404,266.8200213,0 +363495,606.0552817,1999.203158,892.092058,269.5159752,0 +363496,612.3933037,1998.963179,894.9547673,272.1776897,0 +363497,618.6289191,1998.629431,899.8692764,274.8380027,0 +363498,624.910149,1998.203544,899.8645627,277.4960878,0 +363499,631.1797226,1997.685003,903.8378802,280.151602,0 +363500,637.3984752,1997.076991,906.7905495,282.8048842,0 +363501,643.7916498,1996.378118,909.6037229,285.4554234,0 +363502,649.9383704,1995.590754,912.7079432,288.1036235,0 +363503,656.1949293,1994.714993,915.5286479,290.7489286,0 +363504,662.6047986,1993.768495,920.5391068,293.4272913,0 +363505,668.8061889,1992.667723,920.9188995,296.0393903,0 +363506,675.0027735,1991.585811,924.7599796,298.7083416,0 +363507,681.3042714,1990.348002,927.999731,301.3140268,0 +363508,687.5681218,1989.0314,930.8241215,303.7724904,0 +363509,693.6920699,1987.652583,935.71133,306.6913641,0 +363510,700.1364758,1986.192748,936.4437606,309.187711,0 +363511,706.2063173,1984.634696,940.2414463,312.0615236,0 +363512,712.5977829,1983.01821,943.4582889,314.4094627,0 +363513,718.8094319,1981.32853,948.3111919,317.2322932,0 +363514,725.1631706,1979.523547,949.3780513,319.8672596,0 +363515,731.4398877,1977.700107,954.8185027,322.4833857,0 +363516,737.5607733,1975.872182,955.9676418,325.1480332,0 +363517,743.948071,1973.676909,961.019994,327.8121445,0 +363518,750.1418223,1971.670907,962.5483924,330.4220614,0 +363519,756.3951119,1969.480268,967.3486948,333.0812241,0 +363520,762.5740737,1967.23136,970.4811232,335.740395,0 +363521,768.9576332,1964.868186,973.3455639,338.3435678,0 +363522,775.0474614,1962.522231,976.0145392,340.9975341,0 +363523,781.3247908,1959.98061,976.9522851,343.6510835,0 +363524,787.469028,1957.491635,977.5902459,346.247689,0 +363525,793.7731737,1954.839859,977.7239953,348.8958013,0 +363526,799.9930947,1952.112463,977.9322043,351.5442844,0 +363527,806.1012777,1942.975797,978.2130733,354.1334132,0 +363528,812.2778684,1955.890921,978.5564564,356.7762784,0 +363529,818.5486576,1916.75446,978.9621433,359.3942484,0 +363530,824.6767758,1974.062249,979.3959821,362.0387633,0 +363531,830.8573146,1899.348151,979.9066912,364.6197294,0 +363532,837.0207194,1970.470152,980.4028617,367.2545222,0 +363533,843.176721,1909.220676,980.9798171,369.6443612,0 +363534,849.3232774,1918.274718,981.5431962,372.5988866,0 +363535,855.4643896,1950.180939,982.1497898,375.0376617,0 +363536,861.597188,1891.781046,982.7875387,377.6869052,0 +363537,867.6531748,1929.046803,983.424752,380.3191596,0 +363538,873.87657,1904.188996,984.0992174,382.8853256,0 +363539,879.9320617,1920.123881,984.7789847,385.5086783,0 +363540,886.1149263,1902.448047,985.4822587,388.1060227,0 +363541,892.1480452,1901.965073,986.1929783,390.7415836,0 +363542,898.2702894,1892.017526,986.9200563,393.3099083,0 +363543,904.4998842,1908.56993,987.6420266,395.9373433,0 +363544,910.5690444,1868.606549,988.3968942,398.5386112,0 +363545,916.6973361,1914.168163,989.1472623,401.1699731,0 +363546,922.8050222,1851.753073,989.9195682,403.7313525,0 +363547,928.9039998,1897.862321,990.6870252,406.3535698,0 +363548,934.9953897,1867.868514,991.4899033,408.9490775,0 +363549,941.0759812,1874.391416,992.2895989,411.575841,0 +363550,947.1502555,1850.12063,993.1054405,414.1302515,0 +363551,953.2142721,1868.033974,993.9231056,416.7478197,0 +363552,959.2699157,1853.450171,994.7585034,419.3379323,0 +363553,965.3161378,1850.770881,995.5961583,421.9314608,0 +363554,971.27812,1846.484838,996.4435613,424.5524232,0 +363555,977.4223163,1841.766807,997.2985357,427.0997543,0 +363556,983.3826671,1837.115064,998.1609679,429.7115969,0 +363557,989.4815455,1832.388851,999.0307194,432.2953252,0 +363558,995.3609831,1827.605723,999.9076798,434.9129372,0 +363559,1001.409248,1822.652912,1000.791611,437.4532109,0 +363560,1007.29597,1817.921373,1001.68241,440.0613674,0 +363561,1013.385983,1828.207885,1002.580052,442.6401253,0 +363562,1019.283481,1785.474374,1003.48836,445.2230248,0 +363563,1025.244896,1831.419006,1004.375035,447.8354353,0 +363564,1031.181687,1769.861303,1005.301309,450.3686818,0 +363565,1037.107683,1805.850075,1006.208153,452.9713711,0 +363566,1043.02286,1783.323296,1007.133044,455.5443555,0 +363567,1048.926248,1782.670567,1008.061189,458.1211792,0 +363568,1057.160247,1776.620943,1009.001766,460.6970737,0 +363569,1061.22819,1771.509159,1009.949399,463.3028456,0 +363570,1069.954414,1765.825268,1010.902082,465.8284978,0 +363571,1072.426893,1760.739775,1011.861794,468.6954025,0 +363572,1084.959871,1755.291228,1012.835634,471.5772569,0 +363573,1081.711228,1749.9231,1013.835265,474.4850711,0 +363574,1081.160288,1744.502708,1014.854823,477.441365,0 +363575,1104.857494,1738.933914,1015.8966,480.328729,0 +363576,1101.681018,1733.595918,1016.967372,483.3021502,0 +363577,1109.994091,1744.25396,1018.050471,486.2556668,0 +363578,1116.21812,1698.682664,1019.15849,489.2243807,0 +363579,1122.402145,1745.776498,1020.268823,492.2354286,0 +363580,1128.671503,1683.469704,1021.415703,495.1698918,0 +363581,1134.61313,1717.920059,1022.553513,498.1889867,0 +363582,1140.978238,1696.989307,1023.724835,501.1844891,0 +363583,1147.039836,1694.067395,1024.899475,504.1923065,0 +363584,1153.188126,1688.293809,1026.089357,507.2069654,0 +363585,1159.397418,1682.505106,1027.290812,510.2617754,0 +363586,1165.366474,1676.577277,1028.503667,513.2362257,0 +363587,1171.525781,1670.882142,1029.727289,516.294382,0 +363588,1177.589642,1664.93074,1030.961503,519.3263103,0 +363589,1183.557897,1659.044715,1032.191413,522.3688866,0 +363590,1189.842474,1653.117308,1033.429377,525.4524852,0 +363591,1195.659471,1647.165578,1034.686832,528.0907832,0 +363592,1201.762403,1641.080506,1035.957191,531.7253174,0 +363593,1207.746425,1635.236844,1037.238105,534.5059067,0 +363594,1213.72931,1629.246213,1038.527946,537.634173,0 +363595,1219.790934,1623.074027,1039.826258,540.6670714,0 +363596,1225.590241,1617.089108,1041.132664,543.8340954,0 +363597,1231.59605,1610.890341,1042.446921,546.8262406,0 +363598,1237.394878,1604.946071,1043.768799,549.9419968,0 +363599,1243.441718,1598.763207,1045.098218,552.9822142,0 +363600,1249.244626,1592.654914,1046.434966,556.1273637,0 +363601,1254.22921,1586.297781,1047.778899,558.8230084,0 +363602,1258.97864,1579.743715,1049.114695,561.5922168,0 +363603,1263.947438,1573.407286,1050.435709,564.4029211,0 +363604,1268.799083,1588.96976,1051.745511,567.0812892,0 +363605,1273.640462,1527.900623,1053.04952,569.9438856,0 +363606,1278.455067,1569.889169,1054.322838,572.6830268,0 +363607,1287.28026,1544.760055,1055.614348,578.381822,0 +363608,1292.751151,1542.058711,1057.002671,581.62482,0 +363609,1297.689487,1535.941441,1058.463757,584.6625853,0 +363610,1303.069745,1529.567571,1059.937569,587.5917515,0 +363611,1308.078242,1523.275005,1061.399782,590.5802422,0 +363612,1313.164423,1516.962405,1062.840925,593.4739358,0 +363613,1318.203835,1510.648258,1064.262932,596.4650589,0 +363614,1323.215933,1504.431498,1065.673624,599.3538269,0 +363615,1328.202525,1497.882053,1067.059297,602.2729317,0 +363616,1333.267083,1491.783589,1068.43215,605.1781058,0 +363617,1338.045345,1485.396207,1069.810208,608.0763916,0 +363618,1343.03837,1479.113904,1071.185576,610.970837,0 +363619,1347.911271,1472.823573,1072.554832,613.8582528,0 +363620,1352.778363,1466.541148,1073.923024,616.7410756,0 +363621,1357.622557,1460.170058,1075.287545,619.6188597,0 +363622,1362.337203,1454.043065,1076.646643,622.4917243,0 +363623,1367.300073,1447.81561,1078.006138,625.3178119,0 +363624,1372.10314,1441.455026,1079.362291,628.2459737,0 +363625,1376.707521,1435.292781,1080.716028,631.1156863,0 +363626,1381.52279,1428.972668,1082.070256,633.912361,0 +363627,1386.213974,1422.901524,1083.423486,636.7954618,0 +363628,1390.901452,1416.654364,1084.773987,639.5901945,0 +363629,1395.567727,1410.501465,1086.126944,642.4994332,0 +363630,1400.211972,1404.352997,1087.478288,645.3035496,0 +363631,1404.243922,1397.652895,1088.828648,647.6819028,0 +363632,1408.136762,1390.66931,1090.159415,649.9566972,0 +363633,1411.956557,1383.945053,1091.459036,652.1804933,0 +363634,1415.719695,1377.042509,1092.724934,654.3653724,0 +363635,1419.54756,1370.194428,1093.959003,656.5177086,0 +363636,1424.360221,1363.172927,1095.16457,658.6406388,0 +363637,1428.267101,1356.340495,1096.344828,660.734787,0 +363638,1431.180217,1349.475899,1097.501799,662.80313,0 +363639,1436.854718,1342.348567,1098.637083,664.8466019,0 +363640,1435.688365,1335.511908,1099.753758,666.8658105,0 +363641,1451.112793,1328.396871,1100.849921,668.8620939,0 +363642,1425.705648,1321.633379,1101.935289,670.8356025,0 +363643,1455.521391,1314.573083,1102.991599,672.7876344,0 +363644,1450.04629,1307.719255,1104.049039,674.671808,0 +363645,1454.063626,1300.743013,1105.084208,676.6527427,0 +363646,1457.918525,1293.904555,1106.108126,678.5075135,0 +363647,1461.049758,1286.963201,1107.119834,680.3862898,0 +363648,1464.422157,1280.162668,1108.119638,682.284587,0 +363649,1467.666971,1273.179276,1109.108388,684.0461862,0 +363650,1470.909587,1266.541726,1110.086374,685.8963295,0 +363651,1474.134381,1259.715061,1111.05425,687.6852642,0 +363652,1477.341852,1252.910743,1112.012255,689.4644577,0 +363653,1480.53647,1246.094115,1112.960816,691.2268124,0 +363654,1483.717893,1239.556492,1113.900242,692.9720162,0 +363655,1486.891797,1232.850133,1114.830903,694.6537313,0 +363656,1490.17599,1226.080763,1115.752976,696.4381505,0 +363657,1493.158538,1219.729475,1116.666783,698.0991676,0 +363658,1496.412318,1213.024957,1117.572485,699.7881228,0 +363659,1499.56246,1206.581568,1118.470338,701.4538354,0 +363660,1502.543134,1200.006625,1119.360551,703.0709304,0 +363661,0,0,0,0,0 +363662,0,0,0,0,0 +363663,0,0,0,0,0 +363664,0,0,0,0,0 +363665,0,0,0,0,0 +363666,0,0,0,0,0 +363667,0,0,0,0,0 +363668,0,0,0,0,0 +363669,0,0,0,0,0 +363670,0,0,0,0,0 +363671,0,0,0,0,0 +363672,0,0,0,0,0 +363673,0,0,0,0,0 +363674,0,0,0,0,0 +363675,0,0,0,0,0 +363676,0,0,0,0,0 +363677,0,0,0,0,0 +363678,0,0,0,0,0 +363679,0,0,0,0,0 +363680,0,0,0,0,0 +363681,0,0,0,0,0 +363682,0,0,0,0,0 +363683,0,0,0,0,0 +363684,0,0,0,0,0 +363685,0,0,0,0,0 +363686,0,0,0,0,0 +363687,0,0,0,0,0 +363688,0,0,0,0,0 +363689,0,0,0,0,0 +363690,0,0,0,0,0 +363691,0,0,0,0,0 +363692,0,0,0,0,0 +363693,0,0,0,0,0 +363694,0,0,0,0,0 +363695,0,0,0,0,0 +363696,0,0,0,0,0 +363697,0,0,0,0,0 +363698,0,0,0,0,0 +363699,0,0,0,0,0 +363700,0,0,0,0,0 +363701,0,0,0,0,0 +363702,0,0,0,0,0 +363703,0,0,0,0,0 +363704,0,0,0,0,0 +363705,0,0,0,0,0 +363706,0,0,0,0,0 +363707,0,0,0,0,0 +363708,0,0,0,0,0 +363709,0,0,0,0,0 +363710,0,0,0,0,0 +363711,0,0,0,0,0 +363712,0,0,0,0,0 +363713,0,0,0,0,0 +363714,0,0,0,0,0 +363715,0,0,0,0,0 +363716,0,0,0,0,0 +363717,0,0,0,0,0 +363718,0,0,0,0,0 +363719,0,0,0,0,0 +363720,0,0,0,0,0 +363721,0,0,0,0,0 +363722,0,0,0,0,0 +363723,0,0,0,0,0 +363724,0,0,0,0,0 +363725,0,0,0,0,0 +363726,0,0,0,0,0 +363727,0,0,0,0,0 +363728,0,0,0,0,0 +363729,0,0,0,0,0 +363730,0,0,0,0,0 +363731,0,0,0,0,0 +363732,0,0,0,0,0 +363733,0,0,0,0,0 +363734,0,0,0,0,0 +363735,0,0,0,0,0 +363736,0,0,0,0,0 +363737,0,0,0,0,0 +363738,0,0,0,0,0 +363739,0,0,0,0,0 +363740,0,0,0,0,0 +363741,0,0,0,0,0 +363742,0,0,0,0,0 +363743,0,0,0,0,0 +363744,0,0,0,0,0 +363745,0,0,0,0,0 +363746,0,0,0,0,0 +363747,0,0,0,0,0 +363748,0,0,0,0,0 +363749,0,0,0,0,0 +363750,0,0,0,0,0 +363751,0,0,0,0,0 +363752,0,0,0,0,0 +363753,0,0,0,0,0 +363754,0,0,0,0,0 +363755,0,0,0,0,0 +363756,0,0,0,0,0 +363757,0,0,0,0,0 +363758,0,0,0,0,0 +363759,0,0,0,0,0 +363760,0,0,0,0,0 +363761,0,0,0,0,0 +363762,0,0,0,0,0 +363763,0,0,0,0,0 +363764,0,0,0,0,0 +363765,0,0,0,0,0 +363766,0,0,0,0,0 +363767,0,0,0,0,0 +363768,0,0,0,0,0 +363769,0,0,0,0,0 +363770,0,0,0,0,0 +363771,0,0,0,0,0 +363772,0,0,0,0,0 +363773,0,0,0,0,0 +363774,0,0,0,0,0 +363775,0,0,0,0,0 +363776,0,0,0,0,0 +363777,0,0,0,0,0 +363778,0,0,0,0,0 +363779,0,0,0,0,0 +363780,0,0,0,0,0 +363781,0,0,0,0,0 +363782,0,0,0,0,0 +363783,0,0,0,0,0 +363784,0,0,0,0,0 +363785,0,0,0,0,0 +363786,0,0,0,0,0 +363787,0,0,0,0,0 +363788,0,0,0,0,0 +363789,0,0,0,0,0 +363790,0,0,0,0,0 +363791,0,0,0,0,0 +363792,0,0,0,0,0 +363793,0,0,0,0,0 +363794,0,0,0,0,0 +363795,0,0,0,0,0 +363796,0,0,0,0,0 +363797,0,0,0,0,0 +363798,0,0,0,0,0 +363799,0,0,0,0,0 +363800,0,0,0,0,0 +363801,0,0,0,0,0 +363802,0,0,0,0,0 +363803,0,0,0,0,0 +363804,0,0,0,0,0 +363805,0,0,0,0,0 +363806,0,0,0,0,0 +363807,0,0,0,0,0 +363808,0,0,0,0,0 +363809,0,0,0,0,0 +363810,0,0,0,0,0 +363811,0,0,0,0,0 +363812,0,0,0,0,0 +363813,0,0,0,0,0 +363814,0,0,0,0,0 +363815,0,0,0,0,0 +363816,0,0,0,0,0 +363817,0,0,0,0,0 +363818,0,0,0,0,0 +363819,0,0,0,0,0 +363820,0,0,0,0,0 +363821,0,0,0,0,0 +363822,0,0,0,0,0 +363823,0,0,0,0,0 +363824,0,0,0,0,0 +363825,0,0,0,0,0 +363826,0,0,0,0,0 +363827,0,0,0,0,0 +363828,0,0,0,0,0 +363829,0,0,0,0,0 +363830,0,0,0,0,0 +363831,0,0,0,0,0 +363832,0,0,0,0,0 +363833,0,0,0,0,0 +363834,0,0,0,0,0 +363835,0,0,0,0,0 +363836,0,0,0,0,0 +363837,0,0,0,0,0 +363838,0,0,0,0,0 +363839,0,0,0,0,0 +363840,0,0,0,0,0 +363841,0,0,0,0,0 +363842,0,0,0,0,0 +363843,0,0,0,0,0 +363844,0,0,0,0,0 +363845,0,0,0,0,0 +363846,0,0,0,0,0 +363847,0,0,0,0,0 +363848,0,0,0,0,0 +363849,0,0,0,0,0 +363850,0,0,0,0,0 +363851,0,0,0,0,0 +363852,0,0,0,0,0 +363853,0,0,0,0,0 +363854,0,0,0,0,0 +363855,0,0,0,0,0 +363856,0,0,0,0,0 +363857,0,0,0,0,0 +363858,0,0,0,0,0 +363859,0,0,0,0,0 +363860,0,0,0,0,0 +363861,0,0,0,0,0 +363862,0,0,0,0,0 +363863,0,0,0,0,0 +363864,0,0,0,0,0 +363865,0,0,0,0,0 +363866,0,0,0,0,0 +363867,0,0,0,0,0 +363868,0,0,0,0,0 +363869,0,0,0,0,0 +363870,0,0,0,0,0 +363871,0,0,0,0,0 +363872,0,0,0,0,0 +363873,0,0,0,0,0 +363874,0,0,0,0,0 +363875,0,0,0,0,0 +363876,0,0,0,0,0 +363877,0,0,0,0,0 +363878,0,0,0,0,0 +363879,0,0,0,0,0 +363880,0,0,0,0,0 +363881,0,0,0,0,0 +363882,0,0,0,0,0 +363883,0,0,0,0,0 +363884,0,0,0,0,0 +363885,0,0,0,0,0 +363886,0,0,0,0,0 +363887,0,0,0,0,0 +363888,0,0,0,0,0 +363889,0,0,0,0,0 +363890,0,0,0,0,0 +363891,0,0,0,0,0 +363892,0,0,0,0,0 +363893,0,0,0,0,0 +363894,0,0,0,0,0 +363895,0,0,0,0,0 +363896,0,0,0,0,0 +363897,0,0,0,0,0 +363898,0,0,0,0,0 +363899,0,0,0,0,0 +363900,0,0,0,0,0 +363901,0,0,0,0,0 +363902,0,0,0,0,0 +363903,0,0,0,0,0 +363904,0,0,0,0,0 +363905,0,0,0,0,0 +363906,0,0,0,0,0 +363907,0,0,0,0,0 +363908,0,0,0,0,0 +363909,0,0,0,0,0 +363910,0,0,0,0,0 +363911,0,0,0,0,0 +363912,0,0,0,0,0 +363913,0,0,0,0,0 +363914,0,0,0,0,0 +363915,0,0,0,0,0 +363916,0,0,0,0,0 +363917,0,0,0,0,0 +363918,0,0,0,0,0 +363919,0,0,0,0,0 +363920,0,0,0,0,0 +363921,0,0,0,0,0 +363922,0,0,0,0,0 +363923,0,0,0,0,0 +363924,0,0,0,0,0 +363925,0,0,0,0,0 +363926,0,0,0,0,0 +363927,0,0,0,0,0 +363928,0,0,0,0,0 +363929,0,0,0,0,0 +363930,0,0,0,0,0 +363931,0,0,0,0,0 +363932,0,0,0,0,0 +363933,0,0,0,0,0 +363934,0,0,0,0,0 +363935,0,0,0,0,0 +363936,0,0,0,0,0 +363937,0,0,0,0,0 +363938,0,0,0,0,0 +363939,0,0,0,0,0 +363940,0,0,0,0,0 +363941,0,0,0,0,0 +363942,0,0,0,0,0 +363943,0,0,0,0,0 +363944,0,0,0,0,0 +363945,0,0,0,0,0 +363946,0,0,0,0,0 +363947,0,0,0,0,0 +363948,0,0,0,0,0 +363949,0,0,0,0,0 +363950,0,0,0,0,0 +363951,0,0,0,0,0 +363952,0,0,0,0,0 +363953,0,0,0,0,0 +363954,0,0,0,0,0 +363955,0,0,0,0,0 +363956,0,0,0,0,0 +363957,0,0,0,0,0 +363958,0,0,0,0,0 +363959,0,0,0,0,0 +363960,0,0,0,0,0 +363961,0,0,0,0,0 +363962,0,0,0,0,0 +363963,0,0,0,0,0 +363964,0,0,0,0,0 +363965,0,0,0,0,0 +363966,0,0,0,0,0 +363967,0,0,0,0,0 +363968,0,0,0,0,0 +363969,0,0,0,0,0 +363970,0,0,0,0,0 +363971,0,0,0,0,0 +363972,0,0,0,0,0 +363973,0,0,0,0,0 +363974,0,0,0,0,0 +363975,0,0,0,0,0 +363976,0,0,0,0,0 +363977,0,0,0,0,0 +363978,0,0,0,0,0 +363979,0,0,0,0,0 +363980,0,0,0,0,0 +363981,0,0,0,0,0 +363982,0,0,0,0,0 +363983,0,0,0,0,0 +363984,0,0,0,0,0 +363985,0,0,0,0,0 +363986,0,0,0,0,0 +363987,0,0,0,0,0 +363988,0,0,0,0,0 +363989,0,0,0,0,0 +363990,0,0,0,0,0 +363991,0,0,0,0,0 +363992,0,0,0,0,0 +363993,0,0,0,0,0 +363994,0,0,0,0,0 +363995,0,0,0,0,0 +363996,0,0,0,0,0 +363997,0,0,0,0,0 +363998,0,0,0,0,0 +363999,0,0,0,0,0 +364000,0,0,0,0,0 +364001,0,0,0,0,0 +364002,0,0,0,0,0 +364003,0,0,0,0,0 +364004,0,0,0,0,0 +364005,0,0,0,0,0 +364006,0,0,0,0,0 +364007,0,0,0,0,0 +364008,0,0,0,0,0 +364009,0,0,0,0,0 +364010,0,0,0,0,0 +364011,0,0,0,0,0 +364012,0,0,0,0,0 +364013,0,0,0,0,0 +364014,0,0,0,0,0 +364015,0,0,0,0,0 +364016,0,0,0,0,0 +364017,0,0,0,0,0 +364018,0,0,0,0,0 +364019,0,0,0,0,0 +364020,0,0,0,0,0 +364021,0,0,0,0,0 +364022,0,0,0,0,0 +364023,0,0,0,0,0 +364024,0,0,0,0,0 +364025,0,0,0,0,0 +364026,0,0,0,0,0 +364027,0,0,0,0,0 +364028,0,0,0,0,0 +364029,0,0,0,0,0 +364030,0,0,0,0,0 +364031,0,0,0,0,0 +364032,0,0,0,0,0 +364033,0,0,0,0,0 +364034,0,0,0,0,0 +364035,0,0,0,0,0 +364036,0,0,0,0,0 +364037,0,0,0,0,0 +364038,0,0,0,0,0 +364039,0,0,0,0,0 +364040,0,0,0,0,0 +364041,0,0,0,0,0 +364042,0,0,0,0,0 +364043,0,0,0,0,0 +364044,0,0,0,0,0 +364045,0,0,0,0,0 +364046,0,0,0,0,0 +364047,0,0,0,0,0 +364048,0,0,0,0,0 +364049,0,0,0,0,0 +364050,0,0,0,0,0 +364051,0,0,0,0,0 +364052,0,0,0,0,0 +364053,0,0,0,0,0 +364054,0,0,0,0,0 +364055,0,0,0,0,0 +364056,0,0,0,0,0 +364057,0,0,0,0,0 +364058,0,0,0,0,0 +364059,0,0,0,0,0 +364060,0,0,0,0,0 +364061,0,0,0,0,0 +364062,0,0,0,0,0 +364063,0,0,0,0,0 +364064,0,0,0,0,0 +364065,0,0,0,0,0 +364066,0,0,0,0,0 +364067,0,0,0,0,0 +364068,0,0,0,0,0 +364069,0,0,0,0,0 +364070,0,0,0,0,0 +364071,0,0,0,0,0 +364072,0,0,0,0,0 +364073,0,0,0,0,0 +364074,0,0,0,0,0 +364075,0,0,0,0,0 +364076,0,0,0,0,0 +364077,0,0,0,0,0 +364078,0,0,0,0,0 +364079,0,0,0,0,0 +364080,0,0,0,0,0 +364081,0,0,0,0,0 +364082,0,0,0,0,0 +364083,0,0,0,0,0 +364084,0,0,0,0,0 +364085,0,0,0,0,0 +364086,0,0,0,0,0 +364087,0,0,0,0,0 +364088,0,0,0,0,0 +364089,0,0,0,0,0 +364090,0,0,0,0,0 +364091,0,0,0,0,0 +364092,0,0,0,0,0 +364093,0,0,0,0,0 +364094,0,0,0,0,0 +364095,0,0,0,0,0 +364096,0,0,0,0,0 +364097,0,0,0,0,0 +364098,0,0,0,0,0 +364099,0,0,0,0,0 +364100,0,0,0,0,0 +364101,0,0,0,0,0 +364102,0,0,0,0,0 +364103,0,0,0,0,0 +364104,0,0,0,0,0 +364105,0,0,0,0,0 +364106,0,0,0,0,0 +364107,0,0,0,0,0 +364108,0,0,0,0,0 +364109,0,0,0,0,0 +364110,0,0,0,0,0 +364111,0,0,0,0,0 +364112,0,0,0,0,0 +364113,0,0,0,0,0 +364114,0,0,0,0,0 +364115,0,0,0,0,0 +364116,0,0,0,0,0 +364117,0,0,0,0,0 +364118,0,0,0,0,0 +364119,0,0,0,0,0 +364120,0,0,0,0,0 +364121,0,0,0,0,0 +364122,0,0,0,0,0 +364123,0,0,0,0,0 +364124,0,0,0,0,0 +364125,0,0,0,0,0 +364126,0,0,0,0,0 +364127,0,0,0,0,0 +364128,0,0,0,0,0 +364129,0,0,0,0,0 +364130,0,0,0,0,0 +364131,0,0,0,0,0 +364132,0,0,0,0,0 +364133,0,0,0,0,0 +364134,0,0,0,0,0 +364135,0,0,0,0,0 +364136,0,0,0,0,0 +364137,0,0,0,0,0 +364138,0,0,0,0,0 +364139,0,0,0,0,0 +364140,0,0,0,0,0 +364141,0,0,0,0,0 +364142,0,0,0,0,0 +364143,0,0,0,0,0 +364144,0,0,0,0,0 +364145,0,0,0,0,0 +364146,0,0,0,0,0 +364147,0,0,0,0,0 +364148,0,0,0,0,0 +364149,0,0,0,0,0 +364150,0,0,0,0,0 +364151,0,0,0,0,0 +364152,0,0,0,0,0 +364153,0,0,0,0,0 +364154,0,0,0,0,0 +364155,0,0,0,0,0 +364156,0,0,0,0,0 +364157,0,0,0,0,0 +364158,0,0,0,0,0 +364159,0,0,0,0,0 +364160,0,0,0,0,0 +364161,0,0,0,0,0 +364162,0,0,0,0,0 +364163,0,0,0,0,0 +364164,0,0,0,0,0 +364165,0,0,0,0,0 +364166,0,0,0,0,0 +364167,0,0,0,0,0 +364168,0,0,0,0,0 +364169,0,0,0,0,0 +364170,0,0,0,0,0 +364171,0,0,0,0,0 +364172,0,0,0,0,0 +364173,0,0,0,0,0 +364174,0,0,0,0,0 +364175,0,0,0,0,0 +364176,0,0,0,0,0 +364177,0,0,0,0,0 +364178,0,0,0,0,0 +364179,0,0,0,0,0 +364180,0,0,0,0,0 +364181,0,0,0,0,0 +364182,0,0,0,0,0 +364183,0,0,0,0,0 +364184,0,0,0,0,0 +364185,0,0,0,0,0 +364186,0,0,0,0,0 +364187,0,0,0,0,0 +364188,0,0,0,0,0 +364189,0,0,0,0,0 +364190,0,0,0,0,0 +364191,0,0,0,0,0 +364192,0,0,0,0,0 +364193,0,0,0,0,0 +364194,0,0,0,0,0 +364195,0,0,0,0,0 +364196,0,0,0,0,0 +364197,0,0,0,0,0 +364198,0,0,0,0,0 +364199,0,0,0,0,0 +364200,0,0,0,0,0 +364201,0,0,0,0,0 +364202,0,0,0,0,0 +364203,0,0,0,0,0 +364204,0,0,0,0,0 +364205,0,0,0,0,0 +364206,0,0,0,0,0 +364207,0,0,0,0,0 +364208,0,0,0,0,0 +364209,0,0,0,0,0 +364210,0,0,0,0,0 +364211,0,0,0,0,0 +364212,0,0,0,0,0 +364213,0,0,0,0,0 +364214,0,0,0,0,0 +364215,0,0,0,0,0 +364216,0,0,0,0,0 +364217,0,0,0,0,0 +364218,0,0,0,0,0 +364219,0,0,0,0,0 +364220,0,0,0,0,0 +364221,0,0,0,0,0 +364222,0,0,0,0,0 +364223,0,0,0,0,0 +364224,0,0,0,0,0 +364225,0,0,0,0,0 +364226,0,0,0,0,0 +364227,0,0,0,0,0 +364228,0,0,0,0,0 +364229,0,0,0,0,0 +364230,0,0,0,0,0 +364231,0,0,0,0,0 +364232,0,0,0,0,0 +364233,0,0,0,0,0 +364234,0,0,0,0,0 +364235,0,0,0,0,0 +364236,0,0,0,0,0 +364237,0,0,0,0,0 +364238,0,0,0,0,0 +364239,0,0,0,0,0 +364240,0,0,0,0,0 +364241,0,0,0,0,0 +364242,0,0,0,0,0 +364243,0,0,0,0,0 +364244,0,0,0,0,0 +364245,0,0,0,0,0 +364246,0,0,0,0,0 +364247,0,0,0,0,0 +364248,0,0,0,0,0 +364249,0,0,0,0,0 +364250,0,0,0,0,0 +364251,0,0,0,0,0 +364252,0,0,0,0,0 +364253,0,0,0,0,0 +364254,0,0,0,0,0 +364255,0,0,0,0,0 +364256,0,0,0,0,0 +364257,0,0,0,0,0 +364258,0,0,0,0,0 +364259,0,0,0,0,0 +364260,0,0,0,0,0 +364261,0,0,0,0,0 +364262,0,0,0,0,0 +364263,0,0,0,0,0 +364264,0,0,0,0,0 +364265,0,0,0,0,0 +364266,0,0,0,0,0 +364267,0,0,0,0,0 +364268,0,0,0,0,0 +364269,0,0,0,0,0 +364270,0,0,0,0,0 +364271,0,0,0,0,0 +364272,0,0,0,0,0 +364273,0,0,0,0,0 +364274,0,0,0,0,0 +364275,0,0,0,0,0 +364276,0,0,0,0,0 +364277,0,0,0,0,0 +364278,0,0,0,0,0 +364279,0,0,0,0,0 +364280,0,0,0,0,0 +364281,0,0,0,0,0 +364282,0,0,0,0,0 +364283,0,0,0,0,0 +364284,0,0,0,0,0 +364285,0,0,0,0,0 +364286,0,0,0,0,0 +364287,0,0,0,0,0 +364288,0,0,0,0,0 +364289,0,0,0,0,0 +364290,0,0,0,0,0 +364291,0,0,0,0,0 +364292,0,0,0,0,0 +364293,0,0,0,0,0 +364294,0,0,0,0,0 +364295,0,0,0,0,0 +364296,0,0,0,0,0 +364297,0,0,0,0,0 +364298,0,0,0,0,0 +364299,0,0,0,0,0 +364300,0,0,0,0,0 +364301,0,0,0,0,0 +364302,0,0,0,0,0 +364303,0,0,0,0,0 +364304,0,0,0,0,0 +364305,0,0,0,0,0 +364306,0,0,0,0,0 +364307,0,0,0,0,0 +364308,0,0,0,0,0 +364309,0,0,0,0,0 +364310,0,0,0,0,0 +364311,0,0,0,0,0 +364312,0,0,0,0,0 +364313,0,0,0,0,0 +364314,0,0,0,0,0 +364315,0,0,0,0,0 +364316,0,0,0,0,0 +364317,0,0,0,0,0 +364318,0,0,0,0,0 +364319,0,0,0,0,0 +364320,0,0,0,0,0 +364321,0,0,0,0,0 +364322,0,0,0,0,0 +364323,0,0,0,0,0 +364324,0,0,0,0,0 +364325,0,0,0,0,0 +364326,0,0,0,0,0 +364327,0,0,0,0,0 +364328,0,0,0,0,0 +364329,0,0,0,0,0 +364330,0,0,0,0,0 +364331,0,0,0,0,0 +364332,0,0,0,0,0 +364333,0,0,0,0,0 +364334,0,0,0,0,0 +364335,0,0,0,0,0 +364336,0,0,0,0,0 +364337,0,0,0,0,0 +364338,0,0,0,0,0 +364339,0,0,0,0,0 +364340,0,0,0,0,0 +364341,0,0,0,0,0 +364342,0,0,0,0,0 +364343,0,0,0,0,0 +364344,0,0,0,0,0 +364345,0,0,0,0,0 +364346,0,0,0,0,0 +364347,0,0,0,0,0 +364348,0,0,0,0,0 +364349,0,0,0,0,0 +364350,0,0,0,0,0 +364351,0,0,0,0,0 +364352,0,0,0,0,0 +364353,0,0,0,0,0 +364354,0,0,0,0,0 +364355,0,0,0,0,0 +364356,0,0,0,0,0 +364357,0,0,0,0,0 +364358,0,0,0,0,0 +364359,0,0,0,0,0 +364360,0,0,0,0,0 +364361,0,0,0,0,0 +364362,0,0,0,0,0 +364363,0,0,0,0,0 +364364,0,0,0,0,0 +364365,0,0,0,0,0 +364366,0,0,0,0,0 +364367,0,0,0,0,0 +364368,0,0,0,0,0 +364369,0,0,0,0,0 +364370,0,0,0,0,0 +364371,0,0,0,0,0 +364372,0,0,0,0,0 +364373,0,0,0,0,0 +364374,0,0,0,0,0 +364375,0,0,0,0,0 +364376,0,0,0,0,0 +364377,0,0,0,0,0 +364378,0,0,0,0,0 +364379,0,0,0,0,0 +364380,0,0,0,0,0 +364381,0,0,0,0,0 +364382,0,0,0,0,0 +364383,0,0,0,0,0 +364384,0,0,0,0,0 +364385,0,0,0,0,0 +364386,0,0,0,0,0 +364387,0,0,0,0,0 +364388,0,0,0,0,0 +364389,0,0,0,0,0 +364390,0,0,0,0,0 +364391,0,0,0,0,0 +364392,0,0,0,0,0 +364393,0,0,0,0,0 +364394,0,0,0,0,0 +364395,0,0,0,0,0 +364396,0,0,0,0,0 +364397,0,0,0,0,0 +364398,0,0,0,0,0 +364399,0,0,0,0,0 +364400,0,0,0,0,0 +364401,0,0,0,0,0 +364402,0,0,0,0,0 +364403,0,0,0,0,0 +364404,0,0,0,0,0 +364405,0,0,0,0,0 +364406,0,0,0,0,0 +364407,0,0,0,0,0 +364408,0,0,0,0,0 +364409,0,0,0,0,0 +364410,0,0,0,0,0 +364411,0,0,0,0,0 +364412,0,0,0,0,0 +364413,0,0,0,0,0 +364414,0,0,0,0,0 +364415,0,0,0,0,0 +364416,0,0,0,0,0 +364417,0,0,0,0,0 +364418,0,0,0,0,0 +364419,0,0,0,0,0 +364420,0,0,0,0,0 +364421,0,0,0,0,0 +364422,0,0,0,0,0 +364423,0,0,0,0,0 +364424,0,0,0,0,0 +364425,0,0,0,0,0 +364426,0,0,0,0,0 +364427,0,0,0,0,0 +364428,0,0,0,0,0 +364429,0,0,0,0,0 +364430,0,0,0,0,0 +364431,0,0,0,0,0 +364432,0,0,0,0,0 +364433,0,0,0,0,0 +364434,0,0,0,0,0 +364435,0,0,0,0,0 +364436,0,0,0,0,0 +364437,0,0,0,0,0 +364438,0,0,0,0,0 +364439,0,0,0,0,0 +364440,0,0,0,0,0 +364441,0,0,0,0,0 +364442,0,0,0,0,0 +364443,0,0,0,0,0 +364444,0,0,0,0,0 +364445,0,0,0,0,0 +364446,0,0,0,0,0 +364447,0,0,0,0,0 +364448,0,0,0,0,0 +364449,0,0,0,0,0 +364450,0,0,0,0,0 +364451,0,0,0,0,0 +364452,0,0,0,0,0 +364453,0,0,0,0,0 +364454,0,0,0,0,0 +364455,0,0,0,0,0 +364456,0,0,0,0,0 +364457,0,0,0,0,0 +364458,0,0,0,0,0 +364459,0,0,0,0,0 +364460,0,0,0,0,0 +364461,0,0,0,0,0 +364462,0,0,0,0,0 +364463,0,0,0,0,0 +364464,0,0,0,0,0 +364465,0,0,0,0,0 +364466,0,0,0,0,0 +364467,0,0,0,0,0 +364468,0,0,0,0,0 +364469,0,0,0,0,0 +364470,0,0,0,0,0 +364471,0,0,0,0,0 +364472,0,0,0,0,0 +364473,0,0,0,0,0 +364474,0,0,0,0,0 +364475,0,0,0,0,0 +364476,0,0,0,0,0 +364477,0,0,0,0,0 +364478,0,0,0,0,0 +364479,0,0,0,0,0 +364480,0,0,0,0,0 +364481,0,0,0,0,0 +364482,0,0,0,0,0 +364483,0,0,0,0,0 +364484,0,0,0,0,0 +364485,0,0,0,0,0 +364486,0,0,0,0,0 +364487,0,0,0,0,0 +364488,0,0,0,0,0 +364489,0,0,0,0,0 +364490,0,0,0,0,0 +364491,0,0,0,0,0 +364492,0,0,0,0,0 +364493,0,0,0,0,0 +364494,0,0,0,0,0 +364495,0,0,0,0,0 +364496,0,0,0,0,0 +364497,0,0,0,0,0 +364498,0,0,0,0,0 +364499,0,0,0,0,0 +364500,0,0,0,0,0 +364501,0,0,0,0,0 +364502,0,0,0,0,0 +364503,0,0,0,0,0 +364504,0,0,0,0,0 +364505,0,0,0,0,0 +364506,0,0,0,0,0 +364507,0,0,0,0,0 +364508,0,0,0,0,0 +364509,0,0,0,0,0 +364510,0,0,0,0,0 +364511,0,0,0,0,0 +364512,0,0,0,0,0 +364513,0,0,0,0,0 +364514,0,0,0,0,0 +364515,0,0,0,0,0 +364516,0,0,0,0,0 +364517,0,0,0,0,0 +364518,0,0,0,0,0 +364519,0,0,0,0,0 +364520,0,0,0,0,0 +364521,0,0,0,0,0 +364522,0,0,0,0,0 +364523,0,0,0,0,0 +364524,0,0,0,0,0 +364525,0,0,0,0,0 +364526,0,0,0,0,0 +364527,0,0,0,0,0 +364528,0,0,0,0,0 +364529,0,0,0,0,0 +364530,0,0,0,0,0 +364531,0,0,0,0,0 +364532,0,0,0,0,0 +364533,0,0,0,0,0 +364534,0,0,0,0,0 +364535,0,0,0,0,0 +364536,0,0,0,0,0 +364537,0,0,0,0,0 +364538,0,0,0,0,0 +364539,0,0,0,0,0 +364540,0,0,0,0,0 +364541,0,0,0,0,0 +364542,0,0,0,0,0 +364543,0,0,0,0,0 +364544,0,0,0,0,0 +364545,0,0,0,0,0 +364546,0,0,0,0,0 +364547,0,0,0,0,0 +364548,0,0,0,0,0 +364549,0,0,0,0,0 +364550,0,0,0,0,0 +364551,0,0,0,0,0 +364552,0,0,0,0,0 +364553,0,0,0,0,0 +364554,0,0,0,0,0 +364555,0,0,0,0,0 +364556,0,0,0,0,0 +364557,0,0,0,0,0 +364558,0,0,0,0,0 +364559,0,0,0,0,0 +364560,0,0,0,0,0 +364561,0,0,0,0,0 +364562,0,0,0,0,0 +364563,0,0,0,0,0 +364564,0,0,0,0,0 +364565,0,0,0,0,0 +364566,0,0,0,0,0 +364567,0,0,0,0,0 +364568,0,0,0,0,0 +364569,0,0,0,0,0 +364570,0,0,0,0,0 +364571,0,0,0,0,0 +364572,0,0,0,0,0 +364573,0,0,0,0,0 +364574,0,0,0,0,0 +364575,0,0,0,0,0 +364576,0,0,0,0,0 +364577,0,0,0,0,0 +364578,0,0,0,0,0 +364579,0,0,0,0,0 +364580,0,0,0,0,0 +364581,0,0,0,0,0 +364582,0,0,0,0,0 +364583,0,0,0,0,0 +364584,0,0,0,0,0 +364585,0,0,0,0,0 +364586,0,0,0,0,0 +364587,0,0,0,0,0 +364588,0,0,0,0,0 +364589,0,0,0,0,0 +364590,0,0,0,0,0 +364591,0,0,0,0,0 +364592,0,0,0,0,0 +364593,0,0,0,0,0 +364594,0,0,0,0,0 +364595,0,0,0,0,0 +364596,0,0,0,0,0 +364597,0,0,0,0,0 +364598,0,0,0,0,0 +364599,0,0,0,0,0 +364600,0,0,0,0,0 +364601,0,0,0,0,0 +364602,0,0,0,0,0 +364603,0,0,0,0,0 +364604,0,0,0,0,0 +364605,0,0,0,0,0 +364606,0,0,0,0,0 +364607,0,0,0,0,0 +364608,0,0,0,0,0 +364609,0,0,0,0,0 +364610,0,0,0,0,0 +364611,0,0,0,0,0 +364612,0,0,0,0,0 +364613,0,0,0,0,0 +364614,0,0,0,0,0 +364615,0,0,0,0,0 +364616,0,0,0,0,0 +364617,0,0,0,0,0 +364618,0,0,0,0,0 +364619,0,0,0,0,0 +364620,0,0,0,0,0 +364621,0,0,0,0,0 +364622,0,0,0,0,0 +364623,0,0,0,0,0 +364624,0,0,0,0,0 +364625,0,0,0,0,0 +364626,0,0,0,0,0 +364627,0,0,0,0,0 +364628,0,0,0,0,0 +364629,0,0,0,0,0 +364630,0,0,0,0,0 +364631,0,0,0,0,0 +364632,0,0,0,0,0 +364633,0,0,0,0,0 +364634,0,0,0,0,0 +364635,0,0,0,0,0 +364636,0,0,0,0,0 +364637,0,0,0,0,0 +364638,0,0,0,0,0 +364639,0,0,0,0,0 +364640,0,0,0,0,0 +364641,0,0,0,0,0 +364642,0,0,0,0,0 +364643,0,0,0,0,0 +364644,0,0,0,0,0 +364645,0,0,0,0,0 +364646,0,0,0,0,0 +364647,0,0,0,0,0 +364648,0,0,0,0,0 +364649,0,0,0,0,0 +364650,0,0,0,0,0 +364651,0,0,0,0,0 +364652,0,0,0,0,0 +364653,0,0,0,0,0 +364654,0,0,0,0,0 +364655,0,0,0,0,0 +364656,0,0,0,0,0 +364657,0,0,0,0,0 +364658,0,0,0,0,0 +364659,0,0,0,0,0 +364660,0,0,0,0,0 +364661,0,0,0,0,0 +364662,0,0,0,0,0 +364663,0,0,0,0,0 +364664,0,0,0,0,0 +364665,0,0,0,0,0 +364666,0,0,0,0,0 +364667,0,0,0,0,0 +364668,0,0,0,0,0 +364669,0,0,0,0,0 +364670,0,0,0,0,0 +364671,0,0,0,0,0 +364672,0,0,0,0,0 +364673,0,0,0,0,0 +364674,0,0,0,0,0 +364675,0,0,0,0,0 +364676,0,0,0,0,0 +364677,0,0,0,0,0 +364678,0,0,0,0,0 +364679,0,0,0,0,0 +364680,0,0,0,0,0 +364681,0,0,0,0,0 +364682,0,0,0,0,0 +364683,0,0,0,0,0 +364684,0,0,0,0,0 +364685,0,0,0,0,0 +364686,0,0,0,0,0 +364687,0,0,0,0,0 +364688,0,0,0,0,0 +364689,0,0,0,0,0 +364690,0,0,0,0,0 +364691,0,0,0,0,0 +364692,0,0,0,0,0 +364693,0,0,0,0,0 +364694,0,0,0,0,0 +364695,0,0,0,0,0 +364696,0,0,0,0,0 +364697,0,0,0,0,0 +364698,0,0,0,0,0 +364699,0,0,0,0,0 +364700,0,0,0,0,0 +364701,0,0,0,0,0 +364702,0,0,0,0,0 +364703,0,0,0,0,0 +364704,0,0,0,0,0 +364705,0,0,0,0,0 +364706,0,0,0,0,0 +364707,0,0,0,0,0 +364708,0,0,0,0,0 +364709,0,0,0,0,0 +364710,0,0,0,0,0 +364711,0,0,0,0,0 +364712,0,0,0,0,0 +364713,0,0,0,0,0 +364714,0,0,0,0,0 +364715,0,0,0,0,0 +364716,0,0,0,0,0 +364717,0,0,0,0,0 +364718,0,0,0,0,0 +364719,0,0,0,0,0 +364720,0,0,0,0,0 +364721,0,0,0,0,0 +364722,0,0,0,0,0 +364723,0,0,0,0,0 +364724,0,0,0,0,0 +364725,0,0,0,0,0 +364726,0,0,0,0,0 +364727,0,0,0,0,0 +364728,0,0,0,0,0 +364729,0,0,0,0,0 +364730,0,0,0,0,0 +364731,0,0,0,0,0 +364732,0,0,0,0,0 +364733,0,0,0,0,0 +364734,0,0,0,0,0 +364735,0,0,0,0,0 +364736,0,0,0,0,0 +364737,0,0,0,0,0 +364738,0,0,0,0,0 +364739,0,0,0,0,0 +364740,0,0,0,0,0 +364741,-34.85323354,72.87667873,94.13211279,-12.69643872,-212.0816331 +364742,406.2356334,273.9408551,535.5604013,187.8772648,592.0489035 +364743,399.2633397,270.5692871,527.9481031,184.5628751,583.044414 +364744,387.8687634,265.3195734,515.9999918,179.1835753,565.682286 +364745,376.204387,260.4038554,504.2085902,173.7537756,546.6849699 +364746,365.9846016,256.5891922,494.2805606,169.0837462,529.1607536 +364747,357.4114224,253.8549707,486.3189193,165.2445078,513.7585642 +364748,350.1833106,251.9639342,479.9372106,162.0682151,500.1899153 +364749,343.9859029,250.7070905,474.7647895,159.3877782,488.0625487 +364750,338.6026047,249.9472231,470.5528081,157.091489,477.1068792 +364751,333.8996343,249.5967121,467.1414615,155.1097314,467.1606626 +364752,329.7805307,249.5929497,464.4159018,153.3944463,458.1147492 +364753,326.170751,249.8854876,462.282292,151.9075096,449.8801287 +364754,323.0023481,250.4314834,460.6593349,150.616458,442.3761263 +364755,320.2194266,251.1944847,459.4763106,149.4934347,435.5286015 +364756,317.7719643,252.1438243,458.6723505,148.5171358,429.2703221 +364757,315.616777,253.2539513,458.1955747,147.6649775,423.54122 +364758,313.7172614,254.50363,458.0018857,146.9195643,418.2879098 +364759,312.046557,255.8752118,458.0538195,146.2698752,413.463083 +364760,310.5736141,257.3539747,458.3194463,145.7020918,409.0247042 +364761,309.2745574,258.9276253,458.7715359,145.2082466,404.9354705 +364762,308.1350307,260.5858563,459.3867855,144.7779573,401.162178 +364763,307.1347899,262.3200186,460.1452451,144.4063763,397.6753172 +364764,306.2587871,264.1228234,461.0297754,144.0856157,394.4485917 +364765,305.4999747,265.9881243,462.0256505,143.8128513,391.4586193 +364766,304.8407757,267.9039658,463.1113794,143.5806875,388.6845176 +364767,304.2762339,269.8684407,464.2792379,143.388,386.1076853 +364768,303.7963726,271.88127,465.5242292,143.230192,383.7115004 +364769,303.3988767,273.9409898,466.8403846,143.1070568,381.4811452 +364770,303.0745367,276.0451965,468.221003,143.0142634,379.4033443 +364771,302.8218562,278.1912996,469.6595671,142.9519411,377.4662459 +364772,302.6202408,280.3677766,471.1309649,142.9085809,375.6591742 +364773,302.460017,282.5665137,472.6171304,142.8771705,373.9725262 +364774,302.3354673,284.7843156,474.1101568,142.8556612,372.3976052 +364775,302.2472025,349.3992138,475.6077689,142.8442003,370.9266137 +364776,302.1930058,385.8879278,477.1094828,142.8433113,369.5524928 +364777,302.1737778,372.1172377,478.6149781,142.8533156,368.2688868 +364778,302.1868636,393.8550651,480.1236834,142.8742895,367.0699669 +364779,302.2328799,405.7449306,481.6348484,142.9061716,365.9503771 +364780,302.3091015,417.6151816,483.1476315,142.9488298,364.905137 +364781,302.4162525,429.1226195,484.6612221,143.0021234,363.9297241 +364782,302.5517706,440.8706799,486.174836,143.065904,363.0199963 +364783,302.7165489,452.3202138,487.6877358,143.1400278,362.1722036 +364784,302.9081496,464.0111046,489.1991956,143.2243424,361.3828958 +364785,303.1275783,483.8802956,490.7085164,143.3186969,360.6489318 +364786,303.5164587,497.0900778,492.4417053,143.4801072,359.9673935 +364787,304.0242106,509.4394042,494.3215883,143.6857534,359.3363539 +364788,304.5739285,522.0466916,496.2376899,143.9069802,358.7535039 +364789,305.1309091,534.2375986,498.131745,144.129721,358.2164895 +364790,305.6896536,546.3780685,499.9876395,144.3508311,357.7230432 +364791,306.2501099,558.8739889,501.806912,144.5714561,357.2711429 +364792,306.8132208,570.5794704,503.5944048,144.7933494,356.8589532 +364793,307.388186,583.0103337,505.3536761,145.0177915,356.4848668 +364794,307.9710194,594.9743934,507.0867018,145.2455725,356.147385 +364795,308.5634386,606.9775294,508.790973,145.4772175,355.8451285 +364796,309.1692696,618.8564751,510.4723165,145.7131184,355.5767663 +364797,309.7870362,631.0857397,512.1282915,145.9536002,355.3410492 +364798,310.4144794,642.9082103,513.7634338,146.1989231,355.1367505 +364799,311.0586167,654.8723763,515.3744172,146.4492999,354.9627237 +364800,311.7141522,666.7392774,516.9651305,146.7048835,354.8178247 +364801,312.4108284,1116.79207,518.5594482,146.9788664,354.7532844 +364802,331.8460641,1146.686901,538.1733805,155.9273617,389.3867451 +364803,361.0723859,1173.128018,567.2085004,169.2789532,443.0775588 +364804,390.8111856,1197.525959,596.7274192,182.6773702,499.3066635 +364805,417.0997519,1221.021378,1407.225549,194.3127547,550.6468994 +364806,439.4790203,1243.330826,1274.801937,204.0345316,595.7804145 +364807,458.6461384,1266.445135,1227.13676,212.2224426,635.5702877 +364808,475.3526934,1288.112422,1313.287715,219.2634997,671.091683 +364809,490.1280653,1309.825381,1334.14744,225.4259556,703.1080671 +364810,503.3166825,1331.34615,1353.174788,230.8823399,732.1097387 +364811,515.1637467,1352.482115,1371.109802,235.7535841,758.4479899 +364812,525.8665775,1373.627154,1388.464557,240.1351697,782.4155984 +364813,535.5943827,1394.433099,1405.855897,244.1073594,804.2758626 +364814,544.4933249,1415.346605,1422.119166,247.7381005,824.2674223 +364815,552.6881687,1435.791252,1438.088564,251.0841956,842.6037477 +364816,560.2842032,1456.431612,1453.617855,254.1925566,859.4735173 +364817,567.369815,1476.766509,1468.620394,257.101707,875.042592 +364818,574.0191147,1497.052847,1483.268799,259.8432452,889.4565656 +364819,580.2943245,1517.139316,1497.410532,262.4431299,902.8433523 +364820,586.2477321,1532.839275,1513.166293,264.9227116,915.3153853 +364821,592.0174192,1552.067234,1526.87244,267.3589157,926.9716966 +364822,597.6075185,1571.605607,1540.093486,269.745193,937.8994105 +364823,603.0016779,1591.065796,1552.95871,272.0632539,948.1751246 +364824,608.2015336,1610.708855,1565.637779,274.3073582,957.8662869 +364825,613.2232562,1629.900317,1577.676629,276.4819913,967.0324091 +364826,618.0873244,1649.402021,1589.660909,278.5951998,975.7259746 +364827,622.8127313,1668.606032,1601.135816,280.654745,983.9933626 +364828,627.4153315,1697.525741,1612.34838,282.6669485,991.8755055 +364829,631.9081741,1706.589625,1623.226229,284.6368196,999.4086386 +364830,838.5835767,1740.994353,1633.797305,286.5683986,1006.624788 +364831,755.1610363,1737.537676,1643.294547,328.1485273,1013.552359 +364832,794.7981186,1737.703954,1652.346613,360.4597277,1020.216468 +364833,813.9236623,1788.93927,1660.955785,346.9255752,1026.639356 +364834,829.7349854,1786.593147,1669.436994,362.4577967,1032.838147 +364835,845.2845996,1805.7364,1677.56954,370.3489983,1038.831191 +364836,860.3655432,1821.070138,1685.336034,377.812988,1044.63525 +364837,875.2412526,1836.087737,1692.907335,385.1468918,1050.264864 +364838,889.6770035,1850.619665,1700.315582,392.3824874,1055.732646 +364839,904.1838301,1865.393071,1707.360289,399.3394611,1061.049729 +364840,917.9987829,1879.510813,1714.217661,406.3473271,1066.226022 +364841,932.2094945,1893.609095,1720.775386,413.0887973,1071.270423 +364842,945.2823255,1907.714095,1727.316146,419.7608496,1074.776412 +364843,958.8535852,1921.260706,1733.358037,426.2222893,1073.643094 +364844,972.2587735,1934.957782,1739.875212,432.7561116,1072.522258 +364845,984.6485228,1948.093029,1750.554076,438.9389231,1071.464781 +364846,997.8206344,1961.553517,1748.491064,445.2581316,1070.475362 +364847,1010.124082,1974.350147,1765.561701,451.3192321,1069.540044 +364848,1022.532497,1987.266525,1754.213905,457.3099808,1068.642687 +364849,1034.657874,1999.921346,1758.556843,463.1139835,1067.770253 +364850,1046.423125,2012.421227,1776.982199,469.1803656,1066.912857 +364851,1058.807743,2024.765292,1773.808726,474.5285725,1066.062741 +364852,1069.82908,2037.037896,1780.093244,480.4286306,1065.213459 +364853,1081.304355,2048.923074,1784.338684,485.8553143,1064.359517 +364854,1092.978218,2060.768382,1788.461827,491.2162361,1063.496165 +364855,1103.931455,2072.698997,1792.534011,496.6744751,1062.619365 +364856,1114.991265,2084.052507,1796.383735,501.9789338,1061.725655 +364857,1125.862704,2095.551806,1799.984518,506.9701194,1060.812152 +364858,1136.340753,2106.804027,1803.579028,512.3889875,1059.876418 +364859,1147.366888,2117.925334,1807.045773,517.501371,1058.916449 +364860,1157.628099,2128.898473,1810.155008,522.0751032,1175.975645 +364861,1390.639099,2218.07284,2030.153653,619.5326495,1663.110943 +364862,1827.755283,2473.443783,2489.844533,817.6019589,2408.748501 +364863,1312.086363,2177.606804,1915.233673,584.2275514,1417.670028 +364864,1862.642131,2488.016011,2514.523694,833.8673831,2476.534461 +364865,1342.886136,2222.773271,1930.726741,598.5528894,1475.32552 +364866,1894.659041,2498.629127,2491.862676,848.4432639,2491.560157 +364867,1362.842176,2253.175707,2013.336048,608.0151491,1493.287271 +364868,1923.532836,2521.525451,2459.696972,861.205,2518.541274 +364869,1384.398052,2269.990356,2026.166102,618.6888597,1509.268176 +364870,1951.306861,2543.004167,2426.600416,873.5641028,2545.543238 +364871,1404.502495,2290.200679,2103.924273,628.1125875,1520.348265 +364872,1980.14296,2570.714863,2388.080451,886.6777345,2584.293952 +364873,1594.445449,2386.487501,2320.396513,714.6661528,1822.082243 +364874,1752.577649,2476.303981,2225.783353,784.5200802,2133.451196 +364875,1738.669217,2466.997961,2302.149658,779.1964555,2083.074666 +364876,1749.628886,2478.38465,2288.852963,783.8987308,2093.209131 +364877,1761.078246,2488.670262,2288.913197,789.1578285,2101.819385 +364878,1772.262912,2497.940603,2298.139449,794.2835865,2110.0221 +364879,1783.42234,2513.930099,2297.491446,799.2604797,2118.519738 +364880,1794.483377,2514.876797,2301.318531,804.3606211,2143.50727 +364881,1805.442927,2526.767429,2309.138237,809.2551851,2113.84265 +364882,1816.314369,2536.197466,2308.887216,814.2798408,2146.316941 +364883,1827.005706,2544.783705,2319.325349,819.0670332,2151.200125 +364884,1837.933836,2553.55436,2312.634038,823.8909809,2156.511445 +364885,1848.336129,2562.162229,2318.433313,828.7330846,2164.639094 +364886,1858.950258,2570.488332,2319.173292,833.4885594,2171.989765 +364887,1873.594464,2579.353046,2317.126787,838.0940422,2179.096877 +364888,1883.233887,2587.358847,2314.936745,842.8511991,2186.891953 +364889,1894.722487,2601.791374,2312.886357,847.4387038,2191.985455 +364890,1903.665125,2595.721554,2312.437931,851.988026,2200.26529 +364891,1889.016658,2619.698618,2309.421137,856.6570253,2206.386875 +364892,1932.988162,2616.838651,2308.932954,861.0845857,2213.047768 +364893,1927.230051,2626.487627,2307.562036,865.5700025,2231.228217 +364894,1940.383774,2633.477623,2305.915673,870.0884745,2216.429084 +364895,1950.177287,2639.70903,2302.604535,874.5263281,2228.080574 +364896,1959.957712,2653.634759,2302.146968,878.8114761,2242.617584 +364897,1969.927465,2652.243168,2301.148699,883.2776841,2248.39186 +364898,1979.379579,2660.047494,2299.791737,887.5700508,2242.542191 +364899,1989.193441,2666.247249,2296.728477,891.882114,2274.382422 +364900,1998.471919,2678.800108,2294.910357,896.1571034,2248.284125 +364901,2008.218445,2678.937191,2295.550359,900.3503701,2279.846862 +364902,2017.548132,2683.968229,2293.928456,904.6171554,2270.209603 +364903,2026.901478,2697.292493,2293.311542,908.6989136,2280.852193 +364904,2036.174724,2691.394645,2294.825509,912.9210052,2291.917115 +364905,2045.289779,2707.215384,2294.022552,917.0208371,2287.70922 +364906,2054.801391,2708.377411,2293.768358,921.193183,2297.582299 +364907,2063.729193,2713.748484,2295.393675,925.2094862,2302.012172 +364908,2072.938101,2723.552471,2294.578678,929.2583891,2307.276924 +364909,2081.986676,2724.346945,2294.479691,933.3607185,2312.40535 +364910,2091.108125,2729.409736,2296.132567,937.3385022,2317.736923 +364911,2099.907035,2734.010528,2296.804394,941.3395309,2322.677463 +364912,2108.795634,2744.43331,2297.289253,945.3107632,2327.583687 +364913,2117.83333,2743.886532,2296.127378,949.2633359,2332.707594 +364914,2126.701303,2747.939914,2297.428947,953.1931511,2337.537326 +364915,2135.34066,2751.734908,2298.052594,957.1080633,2342.466443 +364916,2144.183816,2753.697043,2296.820042,961.0040181,2347.178129 +364917,2152.888171,2757.489612,2296.58522,964.8809833,2357.344554 +364918,2162.20143,2761.608495,2296.775182,968.6893063,2354.143458 +364919,2170.838336,2766.453734,2298.750556,972.613142,2361.719267 +364920,2179.164629,2767.135622,2298.236092,979.113405,2366.096825 +364921,2192.528762,2768.153524,2303.399454,985.5803826,2387.02604 +364922,2200.223618,2771.87393,2310.468511,989.3479211,2386.632818 +364923,2207.604463,2772.285376,2314.412006,993.0432788,2393.436505 +364924,2214.970842,2774.090203,2318.221982,996.5799766,2399.096675 +364925,2222.258603,2778.228997,2323.336201,1000.045692,2404.547875 +364926,2229.135222,2780.573532,2327.383251,1003.397081,2409.136459 +364927,2236.208685,2782.523652,2330.556104,1006.83519,2414.111623 +364928,2243.111234,2784.165376,2333.4263,1010.112836,2424.286674 +364929,2249.976463,2785.838266,2336.050951,1013.402866,2422.190365 +364930,2256.790948,2785.664154,2336.744791,1016.653818,2427.591724 +364931,2268.544585,2787.241281,2338.253781,1019.872506,2433.102621 +364932,2265.500577,2791.276272,2341.928292,1023.063574,2444.073555 +364933,2294.938937,2793.190537,2344.705368,1026.229893,2435.026385 +364934,2257.391877,2792.521442,2345.451387,1029.370305,2451.857727 +364935,2302.895624,2793.711661,2347.074274,1032.48387,2450.833548 +364936,2293.988976,2797.231497,2350.631468,1035.574709,2460.250887 +364937,2303.216906,2797.007358,2351.701208,1038.644688,2458.688746 +364938,2309.920342,2797.833992,2353.326821,1041.689354,2467.749079 +364939,2316.181253,2799.001091,2355.13435,1044.713541,2467.634787 +364940,2322.701339,2800.158532,2357.024934,1047.716173,2474.975132 +364941,2329.074547,2801.132398,2358.914139,1050.697911,2474.968554 +364942,2335.433952,2801.802417,2360.652584,1053.659477,2476.426448 +364943,2341.761758,2802.240672,2362.382824,1056.601,2477.389676 +364944,2348.058182,2802.509154,2363.717118,1059.523173,2476.079554 +364945,2354.448009,2802.594557,2364.823632,1062.426193,2474.74285 +364946,2360.492163,2802.541244,2365.740947,1065.252254,2473.43275 +364947,2366.65815,2802.402482,2366.531931,1068.205813,2472.198929 +364948,2373.015086,2802.195006,2367.243067,1071.012312,2471.061887 +364949,2379.068053,2801.916717,2367.904728,1073.852375,2470.026441 +364950,2385.211505,2803.42073,2370.184331,1076.725044,2471.144689 +364951,2391.23974,2801.235624,2369.932068,1079.327563,2469.244151 +364952,2396.893048,2800.104225,2370.146205,1082.021588,2468.037034 +364953,2402.788174,2799.282085,2370.475647,1084.637257,2467.073214 +364954,2408.533324,2798.433581,2370.864408,1087.237809,2466.275783 +364955,2414.261295,2797.429569,2371.282636,1089.75625,2465.600557 +364956,2420.089676,2796.270756,2371.707578,1092.402794,2465.010985 +364957,2425.544585,2794.993967,2372.304309,1094.896154,2464.480712 +364958,2431.273113,2793.624372,2372.689629,1097.421981,2463.994336 +364959,2436.712133,2792.169781,2373.059236,1099.919042,2463.544433 +364960,2454.684637,2790.596714,2373.391247,1104.084537,2463.090735 +364961,2429.88794,2788.973562,2373.739829,1104.800646,2462.693252 +364962,2462.022243,2787.276865,2374.098725,1109.830881,2462.339469 +364963,2457.141475,2785.443245,2374.418181,1108.964699,2461.963631 +364964,2464.44653,2783.51464,2374.716306,1116.226976,2461.585385 +364965,2469.713477,2781.515953,2375.009606,1112.124024,2461.222487 +364966,2475.116777,2779.421856,2375.471524,1123.981578,2460.852563 +364967,2480.537378,2777.246562,2375.706146,1113.113653,2460.487727 +364968,2485.792305,2774.971875,2375.915477,1134.498848,2460.108767 +364969,2491.179058,2772.628554,2376.126768,1109.996893,2459.742568 +364970,2496.51735,2770.228404,2376.357446,1125.196193,2459.407965 +364971,2501.63937,2767.697969,2376.553941,1131.586985,2459.035061 +364972,2506.751016,2765.056814,2376.875319,1129.426328,2458.62316 +364973,2519.433263,2762.335936,2376.972365,1132.888326,2458.190689 +364974,2508.524452,2759.560763,2377.254177,1135.330267,2457.767682 +364975,2524.634648,2756.719147,2377.271785,1137.42448,2457.35693 +364976,2527.842613,2753.768706,2377.413237,1139.700896,2456.921217 +364977,2532.361146,2750.728,2377.141279,1141.898406,2456.468357 +364978,2537.816507,2740.471633,2377.139072,1144.090744,2455.798439 +364979,2542.730718,2747.19021,2377.011425,1146.270116,2455.120696 +364980,2547.789037,2735.345192,2377.1746,1148.4998,2454.516403 +364981,2436.350447,2680.647675,2372.89331,1113.65919,2446.933278 +364982,2440.384267,2676.520395,2363.093111,1079.238527,2430.176608 +364983,2445.262679,2678.483979,2350.488702,1106.816296,2409.891034 +364984,2449.825586,2660.25656,2339.627344,1103.249892,2391.002748 +364985,2461.560202,2670.819195,2330.850976,1104.423067,2374.598586 +364986,2460.846419,2653.233787,2323.889322,1106.973718,2360.805665 +364987,2483.968077,2662.279859,2318.555919,1109.093922,2348.993532 +364988,2433.274859,2644.815154,2315.829543,1111.158109,2340.654528 +364989,2509.025765,2646.788932,2311.010601,1113.240219,2329.982364 +364990,2455.941741,2642.454952,2307.19601,1115.397009,2320.807425 +364991,2496.093744,2637.15174,2303.981367,1117.332579,2312.606304 +364992,2489.457168,2633.228047,2302.890165,1119.580529,2307.047527 +364993,2496.616351,2627.665695,2299.269358,1121.626534,2298.785794 +364994,2511.833888,2623.649567,2297.980975,1123.81261,2293.64123 +364995,2495.482859,2618.743238,2296.122547,1125.818705,2287.950908 +364996,2527.55962,2613.860594,2294.088979,1127.977382,2282.190241 +364997,2501.039027,2608.125493,2290.358842,1130.076349,2274.422471 +364998,2555.449808,2603.748133,2287.593502,1132.188678,2267.955074 +364999,2495.664193,2598.532338,2285.27888,1134.299601,2262.13104 +365000,2567.809675,2593.542369,2283.445456,1136.411225,2256.9903 +365001,2527.432526,2587.727664,2281.911835,1138.524334,2252.093791 +365002,2548.788496,2583.517667,2281.705183,1140.638071,2249.254733 +365003,2551.524746,2577.297923,2279.456062,1142.749644,2243.635812 +365004,2556.414073,2572.172532,2277.772894,1144.93263,2239.14446 +365005,2561.979482,2560.265023,2276.483835,1146.942725,2234.966892 +365006,2567.11937,2569.114969,2275.102658,1149.106661,2231.207596 +365007,2572.419716,2547.124529,2274.258974,1151.141118,2227.651946 +365008,2577.480186,2550.874351,2273.240588,1153.359586,2224.019929 +365009,2583.011992,2544.008027,2272.533776,1155.425197,2220.559469 +365010,2588.130554,2537.662008,2271.753425,1157.620501,2217.221506 +365011,2593.278409,2531.709348,2270.941953,1159.53896,2213.869108 +365012,2598.169022,2525.787483,2270.11806,1161.59558,2210.52929 +365013,2603.474701,2519.739491,2269.295176,1163.583678,2207.220358 +365014,2608.5036,2513.506432,2268.682283,1165.575414,2203.935379 +365015,2621.763519,2507.481598,2267.969003,1167.562247,2200.79427 +365016,2614.776545,2493.920323,2267.099209,1169.616671,2197.484233 +365017,2624.867146,2503.231537,2266.224013,1171.411784,2194.182336 +365018,2629.233725,2478.214502,2265.38676,1173.545534,2190.935927 +365019,2634.007544,2483.312544,2264.465365,1175.451767,2187.590351 +365020,2638.715876,2474.452792,2263.647176,1177.427917,2184.377191 +365021,2644.026547,2467.12605,2262.893996,1179.390121,2181.248935 +365022,2648.809748,2460.681732,2262.128994,1181.348533,2178.110325 +365023,2653.824525,2454.153575,2261.583889,1183.378747,2175.005153 +365024,2658.464678,2447.221755,2260.87253,1185.217088,2171.937492 +365025,2663.77439,2440.342518,2260.181905,1187.219985,2168.903903 +365026,2668.452812,2433.458013,2259.513824,1189.153905,2165.900291 +365027,2673.425063,2426.710443,2258.86403,1191.096072,2162.918419 +365028,2678.068511,2419.289063,2258.228236,1192.959507,2159.952241 +365029,2683.242125,2412.463479,2257.61543,1195.010009,2157.01294 +365030,2695.777475,2398.047445,2257.048086,1196.889654,2154.128624 +365031,2689.847849,2407.63193,2256.596483,1198.909796,2151.387042 +365032,2698.022457,2379.898007,2256.009867,1200.722196,2148.674892 +365033,2703.364419,2386.282888,2255.327546,1202.703721,2145.629856 +365034,2707.706337,2375.084577,2254.801255,1204.615148,2142.770753 +365035,2711.990794,2367.754218,2254.328346,1206.535393,2139.975142 +365036,2717.31597,2360.58027,2253.854269,1208.453438,2137.178437 +365037,2722.176258,2353.323457,2255.057617,1210.36986,2136.464954 +365038,2733.59757,2345.698703,2253.793214,1212.281131,2132.707838 +365039,2729.052925,2338.127817,2253.117775,1214.192754,2129.67802 +365040,2736.236529,2330.544933,2252.507819,1216.100237,2126.717138 +365041,2495.690379,2208.395053,2249.506005,1108.422186,2122.566358 +365042,2507.26061,2202.770372,2230.551746,1107.178816,2095.781654 +365043,2492.263308,2189.963323,2204.04185,1106.883792,2057.330348 +365044,2498.072774,2180.968414,2182.404573,1106.870541,2024.274097 +365045,2498.827436,2171.225491,2167.310469,1107.031728,1998.765412 +365046,2499.450999,2161.66429,2157.083951,1107.304856,1979.625377 +365047,2500.531725,2152.360811,2150.296942,1107.724202,1964.886371 +365048,2502.080714,2142.602143,2145.260472,1108.010842,1953.066833 +365049,2503.402188,2133.312162,2141.63551,1108.496585,1943.236182 +365050,2504.770079,2123.737201,2138.747603,1108.948133,1934.840604 +365051,2506.278684,2114.390148,2136.362744,1109.358689,1927.547654 +365052,2507.81293,2105.049645,2134.343579,1109.977424,1921.138329 +365053,2509.301509,2095.383104,2132.594133,1110.448595,1915.445217 +365054,2510.653721,2086.072128,2131.051733,1111.000299,1910.346019 +365055,2512.54807,2076.605122,2129.679448,1111.555293,1905.754983 +365056,2514.043331,2067.341636,2128.440521,1112.123083,1901.590346 +365057,2515.66161,2057.62492,2127.299179,1112.703026,1897.775136 +365058,2517.358668,2048.397976,2126.24019,1113.294303,1894.261906 +365059,2519.139336,2038.901963,2126.87272,1113.896796,1893.088675 +365060,2520.44258,2029.612398,2124.995496,1114.507669,1888.865515 +365061,2522.574685,2020.00694,2125.349951,1115.130417,1887.629114 +365062,2523.932389,2008.130331,2123.406435,1115.759744,1883.566138 +365063,2525.601699,1992.672881,2122.283555,1116.39955,1880.641449 +365064,2535.496983,1996.916858,2123.604163,1117.047127,1880.669819 +365065,2518.67145,1970.591026,2123.998654,1117.701859,1879.821717 +365066,2542.39749,1985.175413,2124.163366,1118.441322,1878.778025 +365067,2522.552258,1947.584678,2124.25946,1118.997329,1877.717697 +365068,2545.053998,1978.235615,2122.654803,1119.726112,1874.576548 +365069,2533.736898,1914.252986,2122.118562,1120.398911,1872.793568 +365070,2538.500072,1947.223347,2121.879019,1121.086312,1871.400932 +365071,2540.834352,1934.714402,2121.72404,1121.80658,1870.140796 +365072,2542.223041,1897.218694,2121.739389,1122.538244,1869.120968 +365073,2544.32079,1915.228427,2123.710859,1123.2793,1870.333644 +365074,2545.921014,1895.254279,2124.550084,1124.024768,1870.398553 +365075,2547.512644,1888.139841,2123.314307,1124.777306,1867.927362 +365076,2549.578034,1879.030441,2122.851627,1125.538131,1866.41268 +365077,2551.184135,1881.675193,2122.675042,1126.302838,1865.240278 +365078,2553.378891,1844.196352,2122.696201,1127.073373,1864.307935 +365079,2555.091286,1860.067677,2122.829692,1127.848827,1863.519218 +365080,2557.268932,1841.211984,2124.66235,1128.630255,1864.849753 +365081,2558.679978,1834.16478,2123.871167,1129.412618,1862.952872 +365082,2560.755134,1825.287499,2123.657332,1130.203178,1861.777206 +365083,2562.968375,1816.502861,2125.330264,1130.996809,1862.938893 +365084,2564.299629,1807.616937,2124.472794,1131.791017,1860.974294 +365085,2566.575388,1799.091732,2124.233652,1132.592426,1859.774741 +365086,2568.377484,1790.477524,2124.222611,1133.395051,1858.850345 +365087,2570.340741,1795.358335,2124.30612,1134.201034,1858.040021 +365088,2572.312449,1753.575025,2124.489523,1135.00974,1857.356114 +365089,2573.956535,1776.529791,2124.730712,1135.820852,1856.750074 +365090,2576.40414,1750.893104,2124.973569,1136.63428,1856.153577 +365091,2578.495617,1749.539935,2127.110848,1137.450884,1857.670823 +365092,2579.947822,1739.323706,2126.410315,1138.266419,1855.943628 +365093,2589.701916,1731.438792,2126.420617,1139.086996,1855.101585 +365094,2574.412386,1723.29865,2126.476684,1139.907181,1854.308434 +365095,2596.955733,1715.217913,2128.294062,1140.730057,1855.686694 +365096,2578.982008,1707.21386,2127.54636,1141.551263,1853.906947 +365097,2599.832372,1699.289667,2127.422325,1142.376447,1852.894786 +365098,2591.442971,1691.442695,2127.644871,1143.200988,1852.301302 +365099,2594.569461,1683.56708,2127.864507,1144.026393,1851.700103 +365100,2598.381831,1676.038849,2129.760155,1144.853153,1853.175154 +365101,2724.707862,1775.821096,2131.551264,1252.465587,1854.505635 +365102,2740.151032,1770.363036,2147.630374,1255.16295,1876.404763 +365103,2759.031682,1764.668722,2168.769254,1257.431355,1906.647598 +365104,2774.325045,1758.57148,2187.646912,1259.414381,1934.976185 +365105,2784.829195,1752.633342,2201.798649,1261.278642,1957.763219 +365106,2791.468614,1746.297826,2211.900248,1263.057685,1975.395922 +365107,2795.576207,1740.508677,2219.102273,1264.778023,1989.236636 +365108,2798.194948,1734.447767,2224.383608,1266.455801,2000.002726 +365109,2799.972097,1728.562443,2228.385494,1268.100362,2008.88914 +365110,2801.268605,1722.822724,2231.494856,1269.717417,2015.891131 +365111,2802.284435,1717.011787,2233.953905,1271.311141,2021.784529 +365112,2803.138975,1711.322057,2235.929664,1272.884078,2026.342375 +365113,2803.907453,1705.939929,2237.544792,1274.438601,2030.189049 +365114,2804.634146,1700.415284,2238.888851,1275.975894,2033.588928 +365115,2805.347043,1695.078348,2240.029292,1277.411261,2036.313773 +365116,2806.064194,1689.831958,2241.017191,1279.045766,2038.586844 +365117,2806.794148,1684.695072,2241.889316,1280.5614,2040.486685 +365118,2807.538419,1679.671197,2242.671325,1281.925351,2042.30513 +365119,2808.296703,1674.763768,2243.382433,1283.451174,2043.650361 +365120,2809.069836,1669.975361,2244.038413,1284.889848,2044.769595 +365121,2809.857176,1665.309151,2244.650841,1286.328199,2045.701673 +365122,2810.655428,1660.765983,2245.227062,1287.754223,2046.475633 +365123,2811.461393,1656.352236,2245.772473,1289.167987,2047.114283 +365124,2812.273204,1652.06787,2246.291719,1290.569345,2047.636841 +365125,2813.08887,1647.916255,2246.788136,1291.958794,2048.058964 +365126,2813.906481,1643.772193,2247.264147,1293.352108,2048.393642 +365127,2814.72313,1639.986878,2247.720793,1294.975623,2048.650807 +365128,2815.535636,1636.305924,2248.158344,1296.565825,2048.838244 +365129,2816.341548,1632.696276,2248.577055,1298.567633,2048.962669 +365130,2817.139848,1629.147349,2248.977723,1300.380335,2049.030562 +365131,2817.930625,1625.606765,2249.361573,1302.434191,2049.048152 +365132,2818.708248,1622.108132,2249.724708,1304.470019,2049.0209 +365133,2819.467116,1618.654032,2250.063474,1306.569481,2049.160928 +365134,2820.206308,1615.243033,2250.377685,1308.738482,2049.051842 +365135,2820.9305,1611.874149,2250.670967,1310.887608,2048.906284 +365136,2821.64264,1608.438875,2250.945932,1313.418312,2048.732234 +365137,2822.34257,1605.30003,2251.203194,1315.593305,2048.532886 +365138,2822.958295,1627.285359,2251.397549,1318.11312,2048.252973 +365139,2823.653618,1562.556427,2251.633105,1320.607537,2048.021943 +365140,2824.410759,1613.012266,2251.899626,1323.179626,2047.827951 +365141,2825.02626,1602.066932,2252.069224,1325.81728,2047.513165 +365142,2825.658921,1569.993355,2252.242515,1328.519258,2047.202501 +365143,2826.267372,1620.073139,2252.393027,1331.285617,2046.863091 +365144,2826.901099,1545.996175,2252.552316,1334.115312,2046.534454 +365145,2827.581013,1598.415655,2252.734304,1337.097048,2046.234567 +365146,2828.133672,1581.331715,2252.829616,1345.863822,2045.828215 +365147,2828.689918,1569.551619,2252.920846,1334.24895,2045.417763 +365148,2829.246382,1592.007161,2253.005499,1350.301667,2045.000021 +365149,2829.795063,1554.358345,2253.078643,1348.312263,2044.56915 +365150,2830.315506,1597.267889,2253.127554,1352.403486,2044.109694 +365151,2830.850735,1543.276798,2253.179583,1355.608086,2043.655871 +365152,2831.365439,1598.111519,2253.21116,1359.079103,2043.178707 +365153,2831.893279,1536.23211,2253.24116,1362.413686,2042.701867 +365154,2832.410631,1595.385248,2253.251905,1365.9819,2042.203599 +365155,2832.945258,1532.481706,2253.258736,1369.371022,2041.703077 +365156,2833.478917,1589.808421,2253.248534,1373.028386,2041.184126 +365157,2834.035544,1531.378144,2253.231874,1376.669642,2040.659958 +365158,2834.59522,1582.003462,2253.200291,1380.388204,2040.120143 +365159,2835.172064,1532.357013,2253.159755,1384.171911,2039.57215 +365160,2835.754427,1572.516249,2253.106924,1388.11012,2039.011895 +365161,2836.000304,1564.317567,2252.742844,1414.62583,2037.945285 +365162,2838.956829,1594.788744,2254.00421,1420.179559,2039.397434 +365163,2843.338955,1540.917318,2256.162642,1428.272955,2042.297427 +365164,2847.590439,1587.736096,2258.303696,1431.489892,2045.329014 +365165,2851.175936,1591.356828,2259.918148,1442.097532,2047.755232 +365166,2853.765359,1533.738225,2261.15396,1429.895127,2049.706019 +365167,2855.910543,1585.721851,2262.132738,1443.644861,2051.304477 +365168,2857.603869,1563.630566,2262.81809,1449.319693,2052.490977 +365169,2859.047595,1566.032203,2263.3212,1456.409864,2053.39649 +365170,2860.369752,1564.961064,2263.71664,1463.694075,2054.111225 +365171,2861.623854,1563.776986,2264.037597,1461.157614,2054.677439 +365172,2862.839163,1562.607322,2264.304306,1472.44666,2055.12342 +365173,2864.011523,1561.440537,2264.516248,1479.20302,2055.452588 +365174,2865.181425,1560.278175,2264.700981,1477.663495,2055.703563 +365175,2866.528748,1559.121905,2264.974789,1486.398469,2056.025787 +365176,2868.171566,1557.971682,2265.416323,1490.872931,2056.523077 +365177,2870.033359,1556.828426,2265.982138,1496.009045,2057.148037 +365178,2874.757746,1555.696122,2268.360768,1501.55223,2060.013157 +365179,2875.363133,1554.559777,2268.13675,1506.876146,2059.634263 +365180,2876.875825,1553.443653,2268.481146,1512.399702,2059.944913 +365181,2878.692287,1552.329382,2268.995646,1517.768356,2060.65081 +365182,2880.682531,1551.224388,2269.598618,1523.54182,2061.228638 +365183,2885.509942,1550.132091,2271.991614,1529.128458,2064.02486 +365184,2886.19204,1549.03575,2271.761697,1534.779761,2063.547008 +365185,2887.771575,1547.961487,2272.090619,1540.420169,2063.756136 +365186,2889.658605,1546.889109,2272.589529,1546.391296,2064.15801 +365187,2891.722943,1545.82725,2273.177292,1552.198528,2064.654606 +365188,2893.892331,1544.773976,2273.814108,1558.045096,2065.202304 +365189,2896.234929,1543.730132,2274.548124,1569.613282,2065.865924 +365190,2898.552815,1567.861464,2275.256709,1567.598485,2066.495084 +365191,2900.875931,1504.375751,2275.959259,1576.994351,2067.114773 +365192,2903.275252,1558.445044,2276.894962,1582.546,2067.786091 +365193,2905.559853,1552.929009,2277.541259,1588.384966,2068.360644 +365194,2907.886766,1512.617884,2278.193458,1594.344749,2068.958622 +365195,2910.339717,1549.70701,2278.879103,1600.646041,2069.60714 +365196,2912.778661,1548.624814,2279.495466,1606.68399,2070.174321 +365197,2915.345951,1512.777389,2280.13351,1612.953385,2070.772345 +365198,2918.325,1544.966209,2280.799263,1618.989553,2071.408745 +365199,2920.96072,1542.32931,2281.407494,1625.487736,2071.977479 +365200,2923.675233,1514.781554,2282.035056,1631.725909,2072.574464 +365201,2926.422737,1561.204396,2282.650983,1638.084254,2073.160962 +365202,2929.251001,1495.912383,2283.287022,1644.32917,2073.776758 +365203,2932.177495,1544.532138,2283.957801,1650.990256,2074.440517 +365204,2935.067164,1528.104879,2284.581106,1657.354177,2075.049864 +365205,2938.117446,1521.929727,2285.285478,1669.027569,2075.765504 +365206,2941.209522,1535.256464,2285.998022,1668.459688,2076.496796 +365207,2944.196854,1514.080888,2286.627265,1677.516668,2077.129438 +365208,2947.196064,1536.578091,2287.247632,1684.139765,2077.755581 +365209,2950.521137,1510.834038,2287.888119,1690.530624,2078.410814 +365210,2953.541479,1532.160357,2288.524394,1697.022475,2079.064787 +365211,2956.579821,1512.961971,2289.16121,1703.973368,2079.723727 +365212,2959.662699,1523.514675,2289.809811,1710.609214,2080.401967 +365213,2963.174469,1518.531983,2290.543955,1722.313811,2081.192323 +365214,2966.345085,1518.290624,2291.28406,1722.539779,2081.996136 +365215,2969.592519,1517.385232,2291.925811,1730.933978,2082.68291 +365216,2972.663985,1516.466978,2292.559832,1738.440647,2083.364914 +365217,2975.353563,1515.451247,2293.225665,1744.700079,2084.090809 +365218,2978.860785,1514.802724,2293.98761,1756.530876,2084.941568 +365219,2982.270459,1513.679873,2294.792332,1759.009557,2085.851766 +365220,2986.027362,1512.875881,2295.574576,1770.188504,2086.740561 +365221,2991.162395,1478.723927,2298.296696,1748.043848,2091.445094 +365222,2990.305911,1477.250666,2296.625166,1759.490552,2089.726026 +365223,2987.116642,1475.850159,2293.108713,1762.532389,2085.025295 +365224,2984.832882,1474.702836,2290.049882,1773.112003,2080.575564 +365225,2984.691206,1473.356123,2288.361909,1787.04464,2077.751261 +365226,2986.346215,1472.105337,2287.875875,1790.119992,2076.471796 +365227,2988.942453,1470.848491,2288.064428,1798.989747,2076.145505 +365228,2992.260758,1469.698495,2288.791927,1813.027209,2076.632533 +365229,2996.031151,1468.309958,2289.881501,1817.293383,2077.719501 +365230,2999.973547,1467.142003,2291.145539,1829.449979,2079.16828 +365231,3004.43742,1465.89594,2292.598845,1838.95114,2080.988565 +365232,3008.586012,1464.668666,2294.084138,1842.857632,2082.972322 +365233,3012.425296,1463.44585,2295.413443,1848.772395,2084.871352 +365234,3015.954459,1462.127618,2296.568022,1853.813005,2086.647828 +365235,3019.162731,1461.056977,2297.52664,1857.345441,2088.260896 +365236,3022.019267,1459.777044,2298.259408,1861.133182,2089.660416 +365237,3024.577286,1458.58388,2298.792866,1865.153092,2090.868942 +365238,3026.92,1457.379807,2299.174946,1869.343651,2091.938172 +365239,3029.114203,1456.179027,2299.445573,1873.637592,2092.912176 +365240,3031.208016,1454.980738,2299.634835,1877.988205,2093.824702 +365241,3033.234529,1453.785984,2299.764591,1882.37089,2094.700516 +365242,3035.216111,1452.593681,2299.850589,1886.7751,2095.557494 +365243,3037.16754,1451.404266,2299.904074,1891.19667,2096.408215 +365244,3039.098617,1450.217129,2299.9331,1895.633646,2097.261408 +365245,3041.015618,1449.032536,2299.943371,1900.084655,2098.122877 +365246,3045.615395,1447.850972,2301.655802,1906.413216,2101.153372 +365247,3046.136485,1446.668549,2300.78968,1909.889074,2100.993571 +365248,3047.468667,1445.491022,2300.433492,1913.957043,2101.498627 +365249,3049.034178,1444.409929,2300.206584,1918.236442,2102.179786 +365250,3050.72706,1443.093015,2300.043877,1922.636932,2102.956481 +365251,3052.493474,1441.922358,2299.917939,1927.110303,2103.798297 +365252,3054.285727,1440.658087,2299.804611,1931.596663,2104.686574 +365253,3056.074962,1439.402225,2299.688682,1936.259963,2105.608786 +365254,3057.850808,1438.142552,2299.564499,1940.68693,2106.558226 +365255,3059.613717,1436.879732,2299.432327,1945.096992,2107.53241 +365256,3061.36537,1435.516947,2299.293179,1949.507751,2108.5291 +365257,3063.114208,1431.150763,2299.152501,1953.931145,2109.551971 +365258,3064.912939,1429.294344,2298.641037,1958.820414,2110.599938 +365259,3066.723271,1427.743739,2297.897312,1963.956826,2111.660432 +365260,3068.507435,1426.235285,2297.111547,1969.060083,2112.724902 +365261,3070.319947,1424.75637,2296.38193,1974.01215,2113.792092 +365262,3072.575343,1423.294725,2295.726732,1978.815683,2114.859828 +365263,3074.733766,1421.844588,2295.131273,1983.515815,2115.925929 +365264,3077.091737,1420.402135,2294.577707,1988.155,2116.99033 +365265,3079.619809,1418.965931,2294.051835,1992.757377,2118.051845 +365266,3082.291226,1417.534361,2293.543636,1997.332693,2119.108418 +365267,3085.070291,1416.107175,2293.046601,2001.884376,2120.158644 +365268,3087.940111,1414.683382,2292.556388,2006.414091,2121.201968 +365269,3090.878654,1413.263097,2292.069881,2010.923297,2122.238378 +365270,3093.879811,1411.845511,2291.584786,2015.413447,2123.268254 +365271,3096.927214,1410.430867,2291.098279,2020.072112,2124.290756 +365272,3100.019133,1409.018417,2290.60888,2024.495276,2125.306261 +365273,3103.14722,1407.608465,2290.117126,2028.897748,2126.317275 +365274,3106.307635,1406.200287,2289.623074,2033.290974,2127.325408 +365275,3109.503687,1404.79424,2289.12592,2037.677456,2128.330941 +365276,3112.725547,1403.389597,2288.624876,2042.055044,2129.333985 +365277,3115.968444,1401.986758,2288.119334,2046.420768,2130.334682 +365278,3119.231097,1400.585007,2287.608911,2050.772544,2131.333324 +365279,3122.512533,1399.184766,2287.093311,2055.109223,2132.330173 +365280,3125.809356,1397.785321,2286.571346,2059.601036,2133.324283 +365281,3128.535325,1330.234919,2285.391314,2063.637597,2133.0662 +365282,3121.770031,1328.382559,2277.146451,2062.039568,2122.118322 +365283,3111.159813,1326.70502,2265.862342,2058.682765,2106.036988 +365284,3102.129388,1325.210035,2255.439531,2056.996871,2090.422735 +365285,3096.564391,1323.426825,2247.299649,2057.877381,2077.523821 +365286,3094.057268,1322.073727,2241.264611,2060.688504,2067.375025 +365287,3093.565632,1320.462314,2236.694588,2064.501602,2059.30717 +365288,3094.232884,1318.947897,2233.044252,2068.669279,2052.696374 +365289,3095.548645,1317.428757,2229.975202,2073.030104,2047.135354 +365290,3097.25282,1315.91543,2227.3009,2077.275442,2042.383984 +365291,3099.217672,1314.407438,2224.91665,2081.261248,2038.293709 +365292,3101.373085,1312.903152,2222.755973,2084.913927,2034.759565 +365293,3103.665199,1311.402728,2220.766022,2089.021383,2031.692408 +365294,3106.046997,1309.904278,2218.901574,2093.140174,2029.012641 +365295,3108.486753,1308.408923,2217.129958,2097.04948,2026.656929 +365296,3110.96638,1306.915134,2215.429404,2100.892603,2024.576591 +365297,3113.473371,1305.423521,2213.7837,2104.683822,2022.731287 +365298,3115.996709,1303.933223,2212.179237,2108.632618,2021.085582 +365299,3118.529281,1302.444783,2210.606157,2112.3494,2019.610423 +365300,3121.068771,1300.870002,2209.058926,2116.02138,2018.283868 +365301,3126.322702,1299.512927,2209.24387,2121.538667,2019.230911 +365302,3127.481179,1297.96609,2206.88816,2124.141107,2017.105053 +365303,3129.46218,1296.496825,2205.064487,2127.301919,2015.722947 +365304,3131.683187,1295.022939,2203.39013,2130.638864,2014.586652 +365305,3134.031927,1293.536226,2201.798053,2134.060645,2013.605051 +365306,3136.456772,1292.064478,2200.257107,2137.517288,2012.739336 +365307,3138.917943,1290.588548,2198.749211,2140.969699,2011.963209 +365308,3141.393111,1289.113269,2197.262358,2144.598082,2011.258073 +365309,3143.872413,1287.639396,2195.790041,2147.997128,2010.611901 +365310,3146.35335,1286.166668,2194.330058,2151.366696,2010.0179 +365311,3148.833268,1284.704966,2192.880422,2154.718015,2009.469736 +365312,3151.27066,1283.014267,2191.241002,2157.984913,2008.96395 +365313,3153.63795,1281.505201,2189.79999,2161.127152,2008.498484 +365314,3155.928325,1279.91857,2188.358226,2164.143581,2008.069834 +365315,3158.14895,1278.341327,2186.912209,2167.053964,2007.675335 +365316,3160.310878,1276.761872,2185.462485,2169.880224,2007.31311 +365317,3162.422676,1275.180371,2184.010785,2172.637639,2006.980919 +365318,3164.489207,1273.596895,2182.558653,2175.334717,2006.676305 +365319,3166.513564,1272.011828,2181.107068,2177.975716,2006.396789 +365320,3168.497624,1270.42512,2179.656575,2180.562901,2006.140054 +365321,3170.442413,1268.837091,2178.207436,2183.097725,2005.903952 +365322,3172.348491,1267.247642,2176.759815,2185.581343,2005.686593 +365323,3174.216318,1265.657057,2175.313795,2188.014684,2005.486256 +365324,3176.046069,1264.065209,2173.869449,2190.398506,2005.301432 +365325,3177.837926,1262.386971,2172.426969,2192.733572,2005.130955 +365326,3179.591597,1260.917813,2170.986203,2195.02014,2004.973392 +365327,3181.306704,1259.263308,2169.547008,2197.258408,2004.827458 +365328,3182.983231,1257.679831,2168.109596,2199.44892,2004.692437 +365329,3184.621022,1256.083291,2166.674005,2201.59198,2004.567492 +365330,3186.219918,1254.485379,2165.240207,2203.687777,2004.451804 +365331,3187.779633,1252.886646,2163.808203,2205.736503,2004.344658 +365332,3189.299889,1251.286895,2162.377996,2207.738325,2004.245417 +365333,3190.780463,1249.686328,2160.949572,2209.693379,2004.153471 +365334,3192.220949,1248.084751,2159.522933,2211.601797,2004.06829 +365335,3193.620983,1246.482356,2158.09807,2213.463689,2003.989365 +365336,3194.980305,1244.878944,2156.674979,2215.279152,2003.916241 +365337,3196.298456,1243.274699,2155.253653,2217.048273,2003.848483 +365338,3197.57508,1241.669417,2153.834091,2218.771134,2003.785706 +365339,3198.810068,1240.063279,2152.416282,2220.447798,2003.727528 +365340,3200.003089,1238.456077,2151.00023,2222.078337,2003.673619 +365341,2216.58217,1236.641106,1081.739012,1780.897433,2463.710892 +365342,2312.134966,1366.152032,1127.873568,1857.541166,2520.699473 +365343,2426.457052,1369.834234,1184.512242,1945.100872,2575.067273 +365344,2516.188405,1370.098963,1230.9048,2006.549536,2604.963348 +365345,2578.209311,1369.493485,1265.129453,2041.154866,2617.365332 +365346,2621.865811,1368.5835,1291.087239,2059.455804,2622.565176 +365347,2654.160068,1367.576732,1311.657287,2069.322119,2624.730802 +365348,2678.917891,1366.507854,1328.275745,2075.656704,2625.692506 +365349,2698.957354,1365.376859,1342.187639,2080.304201,2626.256458 +365350,2715.570915,1364.119499,1354.000918,2084.252453,2626.731002 +365351,2729.476474,1363.051897,1364.092363,2087.724802,2627.211438 +365352,2741.146662,1361.769728,1372.723344,2090.772326,2627.689211 +365353,2751.006755,1360.552261,1380.128615,2093.475499,2628.186722 +365354,2759.41307,1359.286977,1386.508317,2095.919108,2628.720733 +365355,2766.627904,1358.034044,1392.017863,2098.147252,2629.27393 +365356,2772.870488,1356.777784,1396.792074,2100.213303,2629.840806 +365357,2778.317969,1355.52017,1400.94483,2102.151542,2630.419473 +365358,2783.111274,1354.260019,1404.571287,2103.974156,2631.009013 +365359,2787.362363,1353.000331,1407.750696,2105.702549,2631.608559 +365360,2791.160624,1351.740152,1410.549245,2107.341034,2632.217462 +365361,2794.577441,1350.566423,1413.022254,2108.909688,2632.835116 +365362,2797.670127,1349.177798,1415.216065,2110.40151,2633.461045 +365363,2800.484622,1347.98162,1417.169438,2111.822126,2634.094628 +365364,2803.05814,1346.707005,1418.914938,2113.166871,2634.73538 +365365,2805.420572,1345.446596,1420.479882,2114.446517,2635.382725 +365366,2807.596249,1344.207481,1421.887284,2115.658076,2636.036157 +365367,2809.622277,1342.95078,1423.157431,2116.836597,2636.695042 +365368,2811.509496,1341.674751,1424.306436,2117.968439,2637.358811 +365369,2813.259131,1340.406692,1425.346392,2119.039091,2638.024071 +365370,2814.87805,1339.138315,1426.289072,2120.045725,2638.690908 +365371,2816.351964,1337.763478,1427.133616,2120.972608,2639.33498 +365372,2817.63915,1336.363275,1427.893856,2121.699139,2639.979609 +365373,2818.709571,1332.701064,1428.58472,2122.159962,2640.643751 +365374,2819.665582,1331.128791,1429.117051,2122.635178,2641.317871 +365375,2820.485708,1329.478709,1429.527622,2123.034929,2641.993597 +365376,2821.125111,1327.925452,1429.867526,2123.235809,2642.667905 +365377,2821.578666,1326.369602,1430.162997,2123.191701,2643.339839 +365378,2821.847226,1324.818106,1430.424798,2122.916365,2644.008848 +365379,2821.951742,1323.267939,1430.653458,2122.443832,2644.674272 +365380,2821.899021,1321.716667,1430.850313,2121.804896,2645.33537 +365381,2821.700633,1320.163316,1431.014536,2121.020562,2645.991339 +365382,2821.367559,1318.606734,1431.148277,2120.103753,2646.6414 +365383,2820.908289,1317.046642,1431.251402,2119.062623,2647.284774 +365384,2820.329085,1315.482286,1431.326256,2117.902952,2647.920727 +365385,2819.634933,1313.913625,1431.372617,2116.629288,2648.548526 +365386,2818.83015,1312.340061,1431.39267,2115.245435,2649.167485 +365387,2817.918476,1310.761656,1431.386047,2113.754598,2649.776926 +365388,2816.903293,1309.177896,1431.354819,2112.159516,2650.376221 +365389,2815.787563,1307.588907,1431.298531,2110.462539,2650.964752 +365390,2814.574,1305.994235,1431.219173,2108.665733,2651.541956 +365391,2813.288672,1304.393983,1431.127594,2106.789407,2652.132192 +365392,2811.911422,1302.787471,1431.015084,2104.817123,2652.71159 +365393,2810.425567,1301.175882,1430.872155,2102.73559,2653.26007 +365394,2808.843908,1299.557923,1430.705767,2100.555307,2653.788397 +365395,2807.172795,1297.934233,1430.517288,2098.281665,2654.300578 +365396,2805.415734,1296.304416,1430.309295,2095.917532,2654.797966 +365397,2803.574893,1294.661974,1430.081389,2093.464527,2655.280826 +365398,2801.650146,1293.017695,1429.83538,2090.920377,2655.75001 +365399,2799.643356,1291.368708,1429.57053,2088.287205,2656.204828 +365400,2797.556716,1289.713193,1429.288588,2085.56789,2656.64455 +365401,0,0,0,0,0 +365402,0,0,0,0,0 +365403,0,0,0,0,0 +365404,0,0,0,0,0 +365405,0,0,0,0,0 +365406,0,0,0,0,0 +365407,0,0,0,0,0 +365408,0,0,0,0,0 +365409,0,0,0,0,0 +365410,0,0,0,0,0 +365411,0,0,0,0,0 +365412,0,0,0,0,0 +365413,0,0,0,0,0 +365414,0,0,0,0,0 +365415,0,0,0,0,0 +365416,0,0,0,0,0 +365417,0,0,0,0,0 +365418,0,0,0,0,0 +365419,0,0,0,0,0 +365420,0,0,0,0,0 +365421,0,0,0,0,0 +365422,0,0,0,0,0 +365423,0,0,0,0,0 +365424,0,0,0,0,0 +365425,0,0,0,0,0 +365426,0,0,0,0,0 +365427,0,0,0,0,0 +365428,0,0,0,0,0 +365429,0,0,0,0,0 +365430,0,0,0,0,0 +365431,0,0,0,0,0 +365432,0,0,0,0,0 +365433,0,0,0,0,0 +365434,0,0,0,0,0 +365435,0,0,0,0,0 +365436,0,0,0,0,0 +365437,0,0,0,0,0 +365438,0,0,0,0,0 +365439,0,0,0,0,0 +365440,0,0,0,0,0 +365441,0,0,0,0,0 +365442,0,0,0,0,0 +365443,0,0,0,0,0 +365444,0,0,0,0,0 +365445,0,0,0,0,0 +365446,0,0,0,0,0 +365447,0,0,0,0,0 +365448,0,0,0,0,0 +365449,0,0,0,0,0 +365450,0,0,0,0,0 +365451,0,0,0,0,0 +365452,0,0,0,0,0 +365453,0,0,0,0,0 +365454,0,0,0,0,0 +365455,0,0,0,0,0 +365456,0,0,0,0,0 +365457,0,0,0,0,0 +365458,0,0,0,0,0 +365459,0,0,0,0,0 +365460,0,0,0,0,0 +365461,0,0,0,0,0 +365462,0,0,0,0,0 +365463,0,0,0,0,0 +365464,0,0,0,0,0 +365465,0,0,0,0,0 +365466,0,0,0,0,0 +365467,0,0,0,0,0 +365468,0,0,0,0,0 +365469,0,0,0,0,0 +365470,0,0,0,0,0 +365471,0,0,0,0,0 +365472,0,0,0,0,0 +365473,0,0,0,0,0 +365474,0,0,0,0,0 +365475,0,0,0,0,0 +365476,0,0,0,0,0 +365477,0,0,0,0,0 +365478,0,0,0,0,0 +365479,0,0,0,0,0 +365480,0,0,0,0,0 +365481,0,0,0,0,0 +365482,0,0,0,0,0 +365483,0,0,0,0,0 +365484,0,0,0,0,0 +365485,0,0,0,0,0 +365486,0,0,0,0,0 +365487,0,0,0,0,0 +365488,0,0,0,0,0 +365489,0,0,0,0,0 +365490,0,0,0,0,0 +365491,0,0,0,0,0 +365492,0,0,0,0,0 +365493,0,0,0,0,0 +365494,0,0,0,0,0 +365495,0,0,0,0,0 +365496,0,0,0,0,0 +365497,0,0,0,0,0 +365498,0,0,0,0,0 +365499,0,0,0,0,0 +365500,0,0,0,0,0 +365501,0,0,0,0,0 +365502,0,0,0,0,0 +365503,0,0,0,0,0 +365504,0,0,0,0,0 +365505,0,0,0,0,0 +365506,0,0,0,0,0 +365507,0,0,0,0,0 +365508,0,0,0,0,0 +365509,0,0,0,0,0 +365510,0,0,0,0,0 +365511,0,0,0,0,0 +365512,0,0,0,0,0 +365513,0,0,0,0,0 +365514,0,0,0,0,0 +365515,0,0,0,0,0 +365516,0,0,0,0,0 +365517,0,0,0,0,0 +365518,0,0,0,0,0 +365519,0,0,0,0,0 +365520,0,0,0,0,0 +365521,0,0,0,0,0 +365522,0,0,0,0,0 +365523,0,0,0,0,0 +365524,0,0,0,0,0 +365525,0,0,0,0,0 +365526,0,0,0,0,0 +365527,0,0,0,0,0 +365528,0,0,0,0,0 +365529,0,0,0,0,0 +365530,0,0,0,0,0 +365531,0,0,0,0,0 +365532,0,0,0,0,0 +365533,0,0,0,0,0 +365534,0,0,0,0,0 +365535,0,0,0,0,0 +365536,0,0,0,0,0 +365537,0,0,0,0,0 +365538,0,0,0,0,0 +365539,0,0,0,0,0 +365540,0,0,0,0,0 +365541,0,0,0,0,0 +365542,0,0,0,0,0 +365543,0,0,0,0,0 +365544,0,0,0,0,0 +365545,0,0,0,0,0 +365546,0,0,0,0,0 +365547,0,0,0,0,0 +365548,0,0,0,0,0 +365549,0,0,0,0,0 +365550,0,0,0,0,0 +365551,0,0,0,0,0 +365552,0,0,0,0,0 +365553,0,0,0,0,0 +365554,0,0,0,0,0 +365555,0,0,0,0,0 +365556,0,0,0,0,0 +365557,0,0,0,0,0 +365558,0,0,0,0,0 +365559,0,0,0,0,0 +365560,0,0,0,0,0 +365561,0,0,0,0,0 +365562,0,0,0,0,0 +365563,0,0,0,0,0 +365564,0,0,0,0,0 +365565,0,0,0,0,0 +365566,0,0,0,0,0 +365567,0,0,0,0,0 +365568,0,0,0,0,0 +365569,0,0,0,0,0 +365570,0,0,0,0,0 +365571,0,0,0,0,0 +365572,0,0,0,0,0 +365573,0,0,0,0,0 +365574,0,0,0,0,0 +365575,0,0,0,0,0 +365576,0,0,0,0,0 +365577,0,0,0,0,0 +365578,0,0,0,0,0 +365579,0,0,0,0,0 +365580,0,0,0,0,0 +365581,0,0,0,0,0 +365582,0,0,0,0,0 +365583,0,0,0,0,0 +365584,0,0,0,0,0 +365585,0,0,0,0,0 +365586,0,0,0,0,0 +365587,0,0,0,0,0 +365588,0,0,0,0,0 +365589,0,0,0,0,0 +365590,0,0,0,0,0 +365591,0,0,0,0,0 +365592,0,0,0,0,0 +365593,0,0,0,0,0 +365594,0,0,0,0,0 +365595,0,0,0,0,0 +365596,0,0,0,0,0 +365597,0,0,0,0,0 +365598,0,0,0,0,0 +365599,0,0,0,0,0 +365600,0,0,0,0,0 +365601,0,0,0,0,0 +365602,0,0,0,0,0 +365603,0,0,0,0,0 +365604,0,0,0,0,0 +365605,0,0,0,0,0 +365606,0,0,0,0,0 +365607,0,0,0,0,0 +365608,0,0,0,0,0 +365609,0,0,0,0,0 +365610,0,0,0,0,0 +365611,0,0,0,0,0 +365612,0,0,0,0,0 +365613,0,0,0,0,0 +365614,0,0,0,0,0 +365615,0,0,0,0,0 +365616,0,0,0,0,0 +365617,0,0,0,0,0 +365618,0,0,0,0,0 +365619,0,0,0,0,0 +365620,0,0,0,0,0 +365621,0,0,0,0,0 +365622,0,0,0,0,0 +365623,0,0,0,0,0 +365624,0,0,0,0,0 +365625,0,0,0,0,0 +365626,0,0,0,0,0 +365627,0,0,0,0,0 +365628,0,0,0,0,0 +365629,0,0,0,0,0 +365630,0,0,0,0,0 +365631,0,0,0,0,0 +365632,0,0,0,0,0 +365633,0,0,0,0,0 +365634,0,0,0,0,0 +365635,0,0,0,0,0 +365636,0,0,0,0,0 +365637,0,0,0,0,0 +365638,0,0,0,0,0 +365639,0,0,0,0,0 +365640,0,0,0,0,0 +365641,0,0,0,0,0 +365642,0,0,0,0,0 +365643,0,0,0,0,0 +365644,0,0,0,0,0 +365645,0,0,0,0,0 +365646,0,0,0,0,0 +365647,0,0,0,0,0 +365648,0,0,0,0,0 +365649,0,0,0,0,0 +365650,0,0,0,0,0 +365651,0,0,0,0,0 +365652,0,0,0,0,0 +365653,0,0,0,0,0 +365654,0,0,0,0,0 +365655,0,0,0,0,0 +365656,0,0,0,0,0 +365657,0,0,0,0,0 +365658,0,0,0,0,0 +365659,0,0,0,0,0 +365660,0,0,0,0,0 +365661,0,0,0,0,0 +365662,0,0,0,0,0 +365663,0,0,0,0,0 +365664,0,0,0,0,0 +365665,0,0,0,0,0 +365666,0,0,0,0,0 +365667,0,0,0,0,0 +365668,0,0,0,0,0 +365669,0,0,0,0,0 +365670,0,0,0,0,0 +365671,0,0,0,0,0 +365672,0,0,0,0,0 +365673,0,0,0,0,0 +365674,0,0,0,0,0 +365675,0,0,0,0,0 +365676,0,0,0,0,0 +365677,0,0,0,0,0 +365678,0,0,0,0,0 +365679,0,0,0,0,0 +365680,0,0,0,0,0 +365681,0,0,0,0,0 +365682,0,0,0,0,0 +365683,0,0,0,0,0 +365684,0,0,0,0,0 +365685,0,0,0,0,0 +365686,0,0,0,0,0 +365687,0,0,0,0,0 +365688,0,0,0,0,0 +365689,0,0,0,0,0 +365690,0,0,0,0,0 +365691,0,0,0,0,0 +365692,0,0,0,0,0 +365693,0,0,0,0,0 +365694,0,0,0,0,0 +365695,0,0,0,0,0 +365696,0,0,0,0,0 +365697,0,0,0,0,0 +365698,0,0,0,0,0 +365699,0,0,0,0,0 +365700,0,0,0,0,0 +365701,0,0,0,0,0 +365702,0,0,0,0,0 +365703,0,0,0,0,0 +365704,0,0,0,0,0 +365705,0,0,0,0,0 +365706,0,0,0,0,0 +365707,0,0,0,0,0 +365708,0,0,0,0,0 +365709,0,0,0,0,0 +365710,0,0,0,0,0 +365711,0,0,0,0,0 +365712,0,0,0,0,0 +365713,0,0,0,0,0 +365714,0,0,0,0,0 +365715,0,0,0,0,0 +365716,0,0,0,0,0 +365717,0,0,0,0,0 +365718,0,0,0,0,0 +365719,0,0,0,0,0 +365720,0,0,0,0,0 +365721,0,0,0,0,0 +365722,0,0,0,0,0 +365723,0,0,0,0,0 +365724,0,0,0,0,0 +365725,0,0,0,0,0 +365726,0,0,0,0,0 +365727,0,0,0,0,0 +365728,0,0,0,0,0 +365729,0,0,0,0,0 +365730,0,0,0,0,0 +365731,0,0,0,0,0 +365732,0,0,0,0,0 +365733,0,0,0,0,0 +365734,0,0,0,0,0 +365735,0,0,0,0,0 +365736,0,0,0,0,0 +365737,0,0,0,0,0 +365738,0,0,0,0,0 +365739,0,0,0,0,0 +365740,0,0,0,0,0 +365741,0,0,0,0,0 +365742,0,0,0,0,0 +365743,0,0,0,0,0 +365744,0,0,0,0,0 +365745,0,0,0,0,0 +365746,0,0,0,0,0 +365747,0,0,0,0,0 +365748,0,0,0,0,0 +365749,0,0,0,0,0 +365750,0,0,0,0,0 +365751,0,0,0,0,0 +365752,0,0,0,0,0 +365753,0,0,0,0,0 +365754,0,0,0,0,0 +365755,0,0,0,0,0 +365756,0,0,0,0,0 +365757,0,0,0,0,0 +365758,0,0,0,0,0 +365759,0,0,0,0,0 +365760,0,0,0,0,0 +365761,0,0,0,0,0 +365762,0,0,0,0,0 +365763,0,0,0,0,0 +365764,0,0,0,0,0 +365765,0,0,0,0,0 +365766,0,0,0,0,0 +365767,0,0,0,0,0 +365768,0,0,0,0,0 +365769,0,0,0,0,0 +365770,0,0,0,0,0 +365771,0,0,0,0,0 +365772,0,0,0,0,0 +365773,0,0,0,0,0 +365774,0,0,0,0,0 +365775,0,0,0,0,0 +365776,0,0,0,0,0 +365777,0,0,0,0,0 +365778,0,0,0,0,0 +365779,0,0,0,0,0 +365780,0,0,0,0,0 +365781,0,0,0,0,0 +365782,0,0,0,0,0 +365783,0,0,0,0,0 +365784,0,0,0,0,0 +365785,0,0,0,0,0 +365786,0,0,0,0,0 +365787,0,0,0,0,0 +365788,0,0,0,0,0 +365789,0,0,0,0,0 +365790,0,0,0,0,0 +365791,0,0,0,0,0 +365792,0,0,0,0,0 +365793,0,0,0,0,0 +365794,0,0,0,0,0 +365795,0,0,0,0,0 +365796,0,0,0,0,0 +365797,0,0,0,0,0 +365798,0,0,0,0,0 +365799,0,0,0,0,0 +365800,0,0,0,0,0 +365801,0,0,0,0,0 +365802,0,0,0,0,0 +365803,0,0,0,0,0 +365804,0,0,0,0,0 +365805,0,0,0,0,0 +365806,0,0,0,0,0 +365807,0,0,0,0,0 +365808,0,0,0,0,0 +365809,0,0,0,0,0 +365810,0,0,0,0,0 +365811,0,0,0,0,0 +365812,0,0,0,0,0 +365813,0,0,0,0,0 +365814,0,0,0,0,0 +365815,0,0,0,0,0 +365816,0,0,0,0,0 +365817,0,0,0,0,0 +365818,0,0,0,0,0 +365819,0,0,0,0,0 +365820,0,0,0,0,0 +365821,0,0,0,0,0 +365822,0,0,0,0,0 +365823,0,0,0,0,0 +365824,0,0,0,0,0 +365825,0,0,0,0,0 +365826,0,0,0,0,0 +365827,0,0,0,0,0 +365828,0,0,0,0,0 +365829,0,0,0,0,0 +365830,0,0,0,0,0 +365831,0,0,0,0,0 +365832,0,0,0,0,0 +365833,0,0,0,0,0 +365834,0,0,0,0,0 +365835,0,0,0,0,0 +365836,0,0,0,0,0 +365837,0,0,0,0,0 +365838,0,0,0,0,0 +365839,0,0,0,0,0 +365840,0,0,0,0,0 +365841,0,0,0,0,0 +365842,0,0,0,0,0 +365843,0,0,0,0,0 +365844,0,0,0,0,0 +365845,0,0,0,0,0 +365846,0,0,0,0,0 +365847,0,0,0,0,0 +365848,0,0,0,0,0 +365849,0,0,0,0,0 +365850,0,0,0,0,0 +365851,0,0,0,0,0 +365852,0,0,0,0,0 +365853,0,0,0,0,0 +365854,0,0,0,0,0 +365855,0,0,0,0,0 +365856,0,0,0,0,0 +365857,0,0,0,0,0 +365858,0,0,0,0,0 +365859,0,0,0,0,0 +365860,0,0,0,0,0 +365861,0,0,0,0,0 +365862,0,0,0,0,0 +365863,0,0,0,0,0 +365864,0,0,0,0,0 +365865,0,0,0,0,0 +365866,0,0,0,0,0 +365867,0,0,0,0,0 +365868,0,0,0,0,0 +365869,0,0,0,0,0 +365870,0,0,0,0,0 +365871,0,0,0,0,0 +365872,0,0,0,0,0 +365873,0,0,0,0,0 +365874,0,0,0,0,0 +365875,0,0,0,0,0 +365876,0,0,0,0,0 +365877,0,0,0,0,0 +365878,0,0,0,0,0 +365879,0,0,0,0,0 +365880,0,0,0,0,0 +365881,0,0,0,0,0 +365882,0,0,0,0,0 +365883,0,0,0,0,0 +365884,0,0,0,0,0 +365885,0,0,0,0,0 +365886,0,0,0,0,0 +365887,0,0,0,0,0 +365888,0,0,0,0,0 +365889,0,0,0,0,0 +365890,0,0,0,0,0 +365891,0,0,0,0,0 +365892,0,0,0,0,0 +365893,0,0,0,0,0 +365894,0,0,0,0,0 +365895,0,0,0,0,0 +365896,0,0,0,0,0 +365897,0,0,0,0,0 +365898,0,0,0,0,0 +365899,0,0,0,0,0 +365900,0,0,0,0,0 +365901,0,0,0,0,0 +365902,0,0,0,0,0 +365903,0,0,0,0,0 +365904,0,0,0,0,0 +365905,0,0,0,0,0 +365906,0,0,0,0,0 +365907,0,0,0,0,0 +365908,0,0,0,0,0 +365909,0,0,0,0,0 +365910,0,0,0,0,0 +365911,0,0,0,0,0 +365912,0,0,0,0,0 +365913,0,0,0,0,0 +365914,0,0,0,0,0 +365915,0,0,0,0,0 +365916,0,0,0,0,0 +365917,0,0,0,0,0 +365918,0,0,0,0,0 +365919,0,0,0,0,0 +365920,0,0,0,0,0 +365921,0,0,0,0,0 +365922,0,0,0,0,0 +365923,0,0,0,0,0 +365924,0,0,0,0,0 +365925,0,0,0,0,0 +365926,0,0,0,0,0 +365927,0,0,0,0,0 +365928,0,0,0,0,0 +365929,0,0,0,0,0 +365930,0,0,0,0,0 +365931,0,0,0,0,0 +365932,0,0,0,0,0 +365933,0,0,0,0,0 +365934,0,0,0,0,0 +365935,0,0,0,0,0 +365936,0,0,0,0,0 +365937,0,0,0,0,0 +365938,0,0,0,0,0 +365939,0,0,0,0,0 +365940,0,0,0,0,0 +365941,0,0,0,0,0 +365942,0,0,0,0,0 +365943,0,0,0,0,0 +365944,0,0,0,0,0 +365945,0,0,0,0,0 +365946,0,0,0,0,0 +365947,0,0,0,0,0 +365948,0,0,0,0,0 +365949,0,0,0,0,0 +365950,0,0,0,0,0 +365951,0,0,0,0,0 +365952,0,0,0,0,0 +365953,0,0,0,0,0 +365954,0,0,0,0,0 +365955,0,0,0,0,0 +365956,0,0,0,0,0 +365957,0,0,0,0,0 +365958,0,0,0,0,0 +365959,0,0,0,0,0 +365960,0,0,0,0,0 +365961,0,0,0,0,0 +365962,0,0,0,0,0 +365963,0,0,0,0,0 +365964,0,0,0,0,0 +365965,0,0,0,0,0 +365966,0,0,0,0,0 +365967,0,0,0,0,0 +365968,0,0,0,0,0 +365969,0,0,0,0,0 +365970,0,0,0,0,0 +365971,0,0,0,0,0 +365972,0,0,0,0,0 +365973,0,0,0,0,0 +365974,0,0,0,0,0 +365975,0,0,0,0,0 +365976,0,0,0,0,0 +365977,0,0,0,0,0 +365978,0,0,0,0,0 +365979,0,0,0,0,0 +365980,0,0,0,0,0 +365981,0,0,0,0,0 +365982,0,0,0,0,0 +365983,0,0,0,0,0 +365984,0,0,0,0,0 +365985,0,0,0,0,0 +365986,0,0,0,0,0 +365987,0,0,0,0,0 +365988,0,0,0,0,0 +365989,0,0,0,0,0 +365990,0,0,0,0,0 +365991,0,0,0,0,0 +365992,0,0,0,0,0 +365993,0,0,0,0,0 +365994,0,0,0,0,0 +365995,0,0,0,0,0 +365996,0,0,0,0,0 +365997,0,0,0,0,0 +365998,0,0,0,0,0 +365999,0,0,0,0,0 +366000,0,0,0,0,0 +366001,0,0,0,0,0 +366002,0,0,0,0,0 +366003,0,0,0,0,0 +366004,0,0,0,0,0 +366005,0,0,0,0,0 +366006,0,0,0,0,0 +366007,0,0,0,0,0 +366008,0,0,0,0,0 +366009,0,0,0,0,0 +366010,0,0,0,0,0 +366011,0,0,0,0,0 +366012,0,0,0,0,0 +366013,0,0,0,0,0 +366014,0,0,0,0,0 +366015,0,0,0,0,0 +366016,0,0,0,0,0 +366017,0,0,0,0,0 +366018,0,0,0,0,0 +366019,0,0,0,0,0 +366020,0,0,0,0,0 +366021,0,0,0,0,0 +366022,0,0,0,0,0 +366023,0,0,0,0,0 +366024,0,0,0,0,0 +366025,0,0,0,0,0 +366026,0,0,0,0,0 +366027,0,0,0,0,0 +366028,0,0,0,0,0 +366029,0,0,0,0,0 +366030,0,0,0,0,0 +366031,0,0,0,0,0 +366032,0,0,0,0,0 +366033,0,0,0,0,0 +366034,0,0,0,0,0 +366035,0,0,0,0,0 +366036,0,0,0,0,0 +366037,0,0,0,0,0 +366038,0,0,0,0,0 +366039,0,0,0,0,0 +366040,0,0,0,0,0 +366041,0,0,0,0,0 +366042,0,0,0,0,0 +366043,0,0,0,0,0 +366044,0,0,0,0,0 +366045,0,0,0,0,0 +366046,0,0,0,0,0 +366047,0,0,0,0,0 +366048,0,0,0,0,0 +366049,0,0,0,0,0 +366050,0,0,0,0,0 +366051,0,0,0,0,0 +366052,0,0,0,0,0 +366053,0,0,0,0,0 +366054,0,0,0,0,0 +366055,0,0,0,0,0 +366056,0,0,0,0,0 +366057,0,0,0,0,0 +366058,0,0,0,0,0 +366059,0,0,0,0,0 +366060,0,0,0,0,0 +366061,0,0,0,0,0 +366062,0,0,0,0,0 +366063,0,0,0,0,0 +366064,0,0,0,0,0 +366065,0,0,0,0,0 +366066,0,0,0,0,0 +366067,0,0,0,0,0 +366068,0,0,0,0,0 +366069,0,0,0,0,0 +366070,0,0,0,0,0 +366071,0,0,0,0,0 +366072,0,0,0,0,0 +366073,0,0,0,0,0 +366074,0,0,0,0,0 +366075,0,0,0,0,0 +366076,0,0,0,0,0 +366077,0,0,0,0,0 +366078,0,0,0,0,0 +366079,0,0,0,0,0 +366080,0,0,0,0,0 +366081,0,0,0,0,0 +366082,0,0,0,0,0 +366083,0,0,0,0,0 +366084,0,0,0,0,0 +366085,0,0,0,0,0 +366086,0,0,0,0,0 +366087,0,0,0,0,0 +366088,0,0,0,0,0 +366089,0,0,0,0,0 +366090,0,0,0,0,0 +366091,0,0,0,0,0 +366092,0,0,0,0,0 +366093,0,0,0,0,0 +366094,0,0,0,0,0 +366095,0,0,0,0,0 +366096,0,0,0,0,0 +366097,0,0,0,0,0 +366098,0,0,0,0,0 +366099,0,0,0,0,0 +366100,0,0,0,0,0 +366101,0,0,0,0,0 +366102,0,0,0,0,0 +366103,0,0,0,0,0 +366104,0,0,0,0,0 +366105,0,0,0,0,0 +366106,0,0,0,0,0 +366107,0,0,0,0,0 +366108,0,0,0,0,0 +366109,0,0,0,0,0 +366110,0,0,0,0,0 +366111,0,0,0,0,0 +366112,0,0,0,0,0 +366113,0,0,0,0,0 +366114,0,0,0,0,0 +366115,0,0,0,0,0 +366116,0,0,0,0,0 +366117,0,0,0,0,0 +366118,0,0,0,0,0 +366119,0,0,0,0,0 +366120,0,0,0,0,0 +366121,0,0,0,0,0 +366122,0,0,0,0,0 +366123,0,0,0,0,0 +366124,0,0,0,0,0 +366125,0,0,0,0,0 +366126,0,0,0,0,0 +366127,0,0,0,0,0 +366128,0,0,0,0,0 +366129,0,0,0,0,0 +366130,0,0,0,0,0 +366131,0,0,0,0,0 +366132,0,0,0,0,0 +366133,0,0,0,0,0 +366134,0,0,0,0,0 +366135,0,0,0,0,0 +366136,0,0,0,0,0 +366137,0,0,0,0,0 +366138,0,0,0,0,0 +366139,0,0,0,0,0 +366140,0,0,0,0,0 +366141,0,0,0,0,0 +366142,0,0,0,0,0 +366143,0,0,0,0,0 +366144,0,0,0,0,0 +366145,0,0,0,0,0 +366146,0,0,0,0,0 +366147,0,0,0,0,0 +366148,0,0,0,0,0 +366149,0,0,0,0,0 +366150,0,0,0,0,0 +366151,0,0,0,0,0 +366152,0,0,0,0,0 +366153,0,0,0,0,0 +366154,0,0,0,0,0 +366155,0,0,0,0,0 +366156,0,0,0,0,0 +366157,0,0,0,0,0 +366158,0,0,0,0,0 +366159,0,0,0,0,0 +366160,0,0,0,0,0 +366161,0,0,0,0,0 +366162,0,0,0,0,0 +366163,0,0,0,0,0 +366164,0,0,0,0,0 +366165,0,0,0,0,0 +366166,0,0,0,0,0 +366167,0,0,0,0,0 +366168,0,0,0,0,0 +366169,0,0,0,0,0 +366170,0,0,0,0,0 +366171,0,0,0,0,0 +366172,0,0,0,0,0 +366173,0,0,0,0,0 +366174,0,0,0,0,0 +366175,0,0,0,0,0 +366176,0,0,0,0,0 +366177,0,0,0,0,0 +366178,0,0,0,0,0 +366179,0,0,0,0,0 +366180,0,0,0,0,0 +366181,-85.50891236,609.7019335,118.9258401,-39.35505423,-284.0836191 +366182,356.9333227,295.8299197,561.5518959,161.8592832,521.8228288 +366183,351.7971801,288.0520305,554.5207753,159.4626162,515.4472287 +366184,342.2652576,283.1104581,542.9136618,155.017781,500.912932 +366185,332.3084382,280.513351,531.5030084,150.4329846,484.6150661 +366186,323.637178,279.26276,522.0920265,146.5124776,469.5861311 +366187,316.4818919,278.753327,514.7781606,143.344747,456.4878367 +366188,310.5671967,278.7370274,509.143024,140.7818264,445.0778655 +366189,305.5993348,279.128589,504.7881613,138.6654381,434.9953442 +366190,301.3704463,279.88505,501.4461018,136.8933325,425.985659 +366191,297.7574785,280.9649701,498.9447135,135.3989509,417.8937681 +366192,294.6690391,282.3247356,497.1600128,134.1412798,410.6162463 +366193,292.0399004,283.9233982,495.990772,133.0861361,404.066677 +366194,289.805833,285.7256542,495.3493904,132.2038026,398.1686239 +366195,287.9186657,287.7022427,495.1596995,131.4689003,392.8535848 +366196,286.3327075,393.3487726,495.3561537,130.8601082,388.0601746 +366197,285.0077667,376.8313554,495.8829363,130.359682,383.7337705 +366198,283.9099893,392.315686,496.692666,129.9528524,379.8258568 +366199,283.0110812,411.3551348,497.7451236,129.6273002,376.293409 +366200,282.2871632,426.0256209,499.0060596,129.3726986,373.0981768 +366201,281.7179423,440.9120769,500.4462851,129.1803871,370.2062174 +366202,281.2860854,455.4240067,502.0408803,129.0430896,367.5873916 +366203,280.9767929,470.2360363,503.7685714,128.9546997,365.2149997 +366204,280.777387,484.742797,505.61114,128.910072,363.0653221 +366205,280.6770296,499.0876933,507.5529869,128.904876,361.1173438 +366206,280.6642351,513.4623502,509.5703922,128.9350092,359.3523412 +366207,280.7317674,528.2883441,511.6556678,128.997513,357.7536831 +366208,280.8738027,542.6815677,513.8041527,129.089949,356.306536 +366209,281.0849386,557.6893619,516.0099001,129.210166,354.9977204 +366210,281.3601268,571.8510922,518.2659947,129.3562433,353.8154605 +366211,281.6948281,585.0698671,520.5656364,129.5264973,352.7492626 +366212,282.0826031,598.1125425,522.8687378,129.7187307,351.7897179 +366213,282.5182449,610.3424432,525.1485664,129.9311424,350.9283847 +366214,282.9981151,622.8436213,527.3962534,130.1624232,350.1576589 +366215,283.5195735,643.7956512,529.6121846,130.4115886,349.4704689 +366216,284.0804508,659.8261923,531.7992059,130.6778141,348.8601476 +366217,284.6788616,676.1465305,533.9599067,130.9603825,348.3209589 +366218,285.3130769,692.0203087,536.0960835,131.2586339,347.8478889 +366219,285.9815396,708.3036224,538.2089999,131.5719729,347.4365513 +366220,286.6828047,723.9563407,540.2995881,131.8998409,347.0829333 +366221,287.4155639,739.6991207,542.3648454,132.2417279,346.7834188 +366222,288.1786049,755.0877781,544.4106422,132.5971551,346.5346641 +366223,288.9708218,770.8985915,546.432898,132.9656815,346.3336429 +366224,289.7911812,786.1065178,548.4381047,133.3468895,346.177546 +366225,290.6387354,801.4170586,550.4214251,133.7403921,346.0638314 +366226,291.5125908,816.3252392,552.3883677,134.1458195,345.9901255 +366227,292.4119257,831.837962,554.3337361,134.5628281,345.9542826 +366228,293.3359513,846.868663,556.2627187,134.9910839,345.9542729 +366229,294.2839495,861.4580267,558.1701607,135.4302795,345.9882789 +366230,295.2552188,876.4076998,560.0610781,135.8801114,346.0545577 +366231,296.2491203,891.1084321,561.9303815,136.3403003,346.1515527 +366232,297.2650259,905.7399744,563.7829191,136.8105686,346.2777614 +366233,298.3023564,919.9974762,565.6136691,137.2906582,346.4318334 +366234,299.3605477,934.9630341,567.4260593,137.7803155,346.6124707 +366235,300.4390736,949.1157794,569.2167243,138.2793019,346.8184996 +366236,301.5374194,963.4540148,570.9894073,138.787382,347.0487848 +366237,302.6551062,977.7455112,572.7405096,139.3043356,347.3023053 +366238,303.7916556,991.8860982,574.4694517,139.8299411,347.578052 +366239,304.9466319,1005.980367,576.1812747,140.363995,347.8751366 +366240,306.119592,1019.956262,577.871926,140.9062898,348.192664 +366241,307.2329619,1463.237493,579.4630234,141.4215577,348.3895389 +366242,327.1273158,1491.851479,598.8871435,150.6433391,383.4134407 +366243,356.8301371,1515.13736,1921.329402,164.2835147,437.5232121 +366244,387.0352135,1537.013208,1387.172894,177.9679459,494.126625 +366245,413.7845483,1557.842376,1462.354476,189.8873306,545.8002515 +366246,436.5877477,1577.932218,1525.871253,199.8752548,591.2414426 +366247,456.1500435,1597.3529,1545.299309,208.3157188,631.3283632 +366248,473.2329149,1616.527424,1562.931762,215.6011259,667.1353483 +366249,488.3714743,1635.248784,1579.718733,222.0028463,699.4232258 +366250,501.9136194,1653.750528,1596.051132,227.695141,728.6829543 +366251,514.1067616,1672.01614,1611.528722,232.7999213,755.2679516 +366252,525.1498041,1701.751865,1626.751693,237.4133042,779.4731727 +366253,535.2129743,1704.107001,1641.532818,241.6159252,801.5632325 +366254,544.4430643,1715.281773,1655.622151,245.4759356,821.7773771 +366255,552.9652413,1750.067283,1669.6131,249.0502519,840.3293175 +366256,560.8850884,1758.503219,1683.083465,252.3858627,857.4078715 +366257,568.2912355,1777.559887,1696.049597,255.5213569,873.1790573 +366258,575.2579967,1794.419114,1708.917244,258.4883902,887.7886527 +366259,581.8477582,1811.509249,1721.265354,261.3129697,901.3647713 +366260,588.1129323,1828.10577,1733.333338,264.0164839,914.0200459 +366261,594.097623,1844.508739,1746.214346,266.6165572,925.8536159 +366262,599.8389452,1861.159423,1762.668822,269.1277154,936.9527302 +366263,605.3681883,1877.209974,1765.908313,271.5619566,947.3942705 +366264,610.7117222,1893.308536,1788.956991,273.9291892,957.2459526 +366265,615.8918275,1909.462592,1782.368269,276.237622,966.5675205 +366266,620.9273196,1925.110118,1787.225989,278.4940528,975.4116522 +366267,625.8341469,1940.947224,1817.846237,280.7041383,983.8249013 +366268,630.6258157,1956.275828,1816.277425,282.8725816,991.8483745 +366269,717.1269928,1971.959689,1828.145118,285.0033216,999.5184809 +366270,798.087316,1987.030653,1837.5241,287.0996483,1006.867414 +366271,791.3301666,2001.513441,1845.748282,336.1596747,1013.923748 +366272,809.8461049,2015.640081,1853.824728,348.5408361,1020.712732 +366273,831.7467116,2029.568331,1861.535219,362.9351231,1027.256741 +366274,848.9204936,2043.302199,1868.985303,366.5940434,1033.575575 +366275,864.7666945,2056.933118,1876.174592,377.9778211,1038.224765 +366276,881.1187749,2070.06951,1883.184142,386.2611446,1039.823585 +366277,896.5117855,2083.459557,1889.782898,394.1181433,1041.338292 +366278,911.913349,2096.483496,1896.232939,402.1178503,1042.810504 +366279,927.0434868,2109.20467,1902.637827,409.8999849,1044.24945 +366280,941.9560628,2121.949682,1908.496278,417.3369972,1045.65131 +366281,956.3588735,2134.450052,1914.361194,424.8796469,1047.010452 +366282,970.8290914,2146.797087,1919.940793,431.99115,1048.322843 +366283,984.5927198,2158.993684,1925.392673,439.3810839,1049.58613 +366284,999.0673394,2171.029485,1930.399703,446.1738304,1050.798899 +366285,1011.87198,2183.114244,1935.545425,453.3303676,1051.960243 +366286,1025.959643,2209.056951,1940.278924,459.9684741,1053.069502 +366287,1038.578743,2191.963728,1944.969368,466.6742938,1054.126256 +366288,1052.164893,2218.229016,1949.288948,473.3806352,1055.130245 +366289,1064.816505,2231.352801,1953.592018,479.6319791,1056.081412 +366290,1077.287017,2238.984185,1957.584633,486.1397316,1056.979828 +366291,1089.523259,2251.012051,1961.684317,492.4047858,1057.825731 +366292,1102.282613,2261.96642,1965.261364,498.4822297,1058.619443 +366293,1114.024182,2272.418439,1968.917625,504.5243468,1059.361407 +366294,1126.164366,2283.203602,1972.340483,510.6106834,1060.052112 +366295,1137.494966,2293.642253,1975.624229,516.4920749,1060.692143 +366296,1149.639175,2303.755035,1978.724262,522.3023104,1061.28211 +366297,1160.78195,2314.005443,1981.827994,527.8250116,1061.820098 +366298,1172.24265,2324.083582,1984.536046,533.6322621,1062.310349 +366299,1183.32328,2333.821607,1987.27282,539.1953497,1172.377503 +366300,1194.454656,2343.511421,1989.863382,544.5725899,1240.323779 +366301,1426.841829,2429.98075,2224.32891,641.6259029,1618.631962 +366302,1868.081182,2691.252105,2569.541519,841.8422898,2422.272687 +366303,1343.737457,2390.456721,2223.932784,604.7374248,1454.162701 +366304,1912.591696,2694.24892,2507.187896,862.357191,2482.645652 +366305,1540.561651,2516.156275,2474.502418,695.5232568,1780.688968 +366306,1695.71336,2587.336292,2362.959366,765.2989507,2054.533913 +366307,1684.522609,2599.392133,2439.090622,760.5913794,2020.133223 +366308,1697.297016,2597.572367,2425.110733,766.6985754,2030.272151 +366309,1710.378232,2610.972917,2429.388363,772.8735551,2040.652194 +366310,1723.457405,2620.710543,2428.58942,778.9080745,2051.044627 +366311,1736.097193,2630.100778,2429.908268,784.9859276,2060.976809 +366312,1748.766156,2639.454192,2427.802459,790.8753913,2070.845714 +366313,1761.502013,2648.497841,2425.727746,796.7832179,2080.452873 +366314,1773.665091,2658.097447,2425.400727,802.6324583,2089.87471 +366315,1786.177803,2672.90531,2422.717393,808.3285195,2099.163838 +366316,1798.299437,2673.779312,2420.757238,814.0508279,2108.10133 +366317,1810.401394,2684.964149,2420.590111,819.3525321,2117.014469 +366318,1822.374594,2693.709415,2419.631058,825.4279945,2125.782884 +366319,1834.250587,2702.391509,2418.434638,830.6710224,2134.107817 +366320,1845.940595,2715.992881,2415.643507,836.2855398,2142.754046 +366321,1857.82575,2716.718717,2413.818546,841.5762931,2150.771148 +366322,1869.111103,2726.716371,2413.854998,847.0295328,2170.341595 +366323,1880.810882,2734.919358,2413.099329,852.3081464,2161.03176 +366324,1892.119034,2747.784586,2410.685418,857.5774785,2165.379945 +366325,1903.339282,2748.77979,2409.14086,862.7517127,2188.970539 +366326,1917.492919,2756.538521,2407.673479,867.9867701,2187.916113 +366327,1932.579524,2769.977977,2406.627876,873.0059811,2197.285979 +366328,1937.368934,2771.541903,2405.576384,878.1547574,2204.383026 +366329,1958.758767,2782.761209,2404.499535,883.1868953,2211.831474 +366330,1954.690715,2792.729315,2405.245376,888.0902119,2226.161083 +366331,1946.577623,2791.523486,2403.331194,892.7748491,2231.24086 +366332,1993.025351,2793.379691,2401.48151,897.1622114,2212.131885 +366333,1984.510553,2796.804568,2399.292168,901.5167451,2250.529979 +366334,1998.197659,2797.542803,2396.822722,905.974155,2243.216454 +366335,2011.576748,2797.038039,2394.012487,913.8343049,2252.413451 +366336,2022.048132,2795.700955,2391.182869,918.8407921,2259.079055 +366337,2031.504722,2793.993306,2388.284868,923.2905241,2265.333385 +366338,2041.126583,2792.399291,2385.188522,927.6807484,2286.066842 +366339,2050.277116,2791.152358,2381.928232,931.9831112,2263.971465 +366340,2059.839325,2790.337649,2378.628468,936.1684184,2296.064239 +366341,2069.061383,2789.859285,2375.378042,940.4632835,2286.12283 +366342,2078.052639,2789.894439,2372.402819,944.4699583,2297.569096 +366343,2087.169175,2790.642491,2369.936104,948.5318893,2302.242049 +366344,2096.110694,2792.029038,2367.993463,952.6149,2314.461804 +366345,2104.989744,2796.160451,2368.048389,956.5485735,2310.564224 +366346,2113.89431,2796.298867,2365.654082,960.4841897,2320.355087 +366347,2122.469845,2799.846149,2365.673938,964.3721003,2325.452395 +366348,2131.09482,2799.829361,2363.427245,968.2195467,2330.531893 +366349,2139.942799,2800.87223,2361.916882,972.0168573,2336.207838 +366350,2148.173299,2802.379394,2360.73188,975.7199782,2341.33392 +366351,2156.701711,2804.123881,2359.781606,979.5148049,2346.821718 +366352,2165.035889,2805.958832,2359.017802,983.1527137,2351.791907 +366353,2173.438898,2808.058765,2358.40484,986.8533523,2357.151416 +366354,2181.358155,2810.006806,2358.019806,990.3776224,2367.818098 +366355,2189.785874,2811.898658,2357.733256,993.9310628,2364.460954 +366356,2197.77898,2813.588386,2357.423813,997.5418121,2372.469703 +366357,2205.836922,2815.261375,2357.207254,1001.00674,2377.104355 +366358,2214.658821,2817.004397,2357.117151,1004.489311,2381.743826 +366359,2222.61118,2818.900306,2357.403709,1007.93359,2392.064589 +366360,2230.748102,2820.762041,2357.551359,1011.348978,2388.789895 +366361,2243.566223,2824.233514,2361.55155,1016.964734,2406.402528 +366362,2250.76959,2830.378929,2367.429244,1020.149488,2419.509266 +366363,2264.880892,2832.086091,2370.411061,1023.236487,2417.131546 +366364,2256.617602,2833.639377,2373.194488,1026.225242,2423.120389 +366365,2297.15419,2834.860858,2375.551424,1029.145664,2429.369245 +366366,2241.20525,2836.244893,2377.803925,1032.00792,2438.860359 +366367,2301.660165,2837.604401,2379.87823,1034.822152,2437.332779 +366368,2286.481682,2838.531002,2381.555954,1037.595293,2442.178758 +366369,2296.861953,2839.457727,2383.153512,1040.33121,2452.314996 +366370,2302.916286,2840.45048,2384.912525,1043.032857,2451.570418 +366371,2309.207528,2841.338405,2386.368206,1045.70198,2459.918451 +366372,2315.323458,2842.091305,2387.713588,1048.339929,2459.844794 +366373,2321.408025,2845.17282,2390.617588,1050.947013,2467.760487 +366374,2327.432261,2844.183905,2390.892468,1053.527686,2466.541134 +366375,2333.418469,2843.706589,2391.484576,1056.077426,2467.811335 +366376,2339.480546,2843.182687,2391.962852,1058.542428,2465.548526 +366377,2345.169266,2842.423473,2392.383726,1061.126824,2463.284847 +366378,2351.106239,2841.380203,2392.365771,1063.555727,2461.04451 +366379,2356.754148,2840.110778,2392.162797,1066.010636,2458.871306 +366380,2362.705191,2838.676473,2391.829265,1068.43205,2456.782674 +366381,2368.324677,2837.1204,2391.403695,1070.888623,2454.782008 +366382,2374.151563,2837.946994,2392.733484,1073.173049,2454.943714 +366383,2379.575023,2834.822135,2391.365931,1075.567932,2452.108427 +366384,2385.27373,2834.890366,2392.060504,1077.885685,2452.059879 +366385,2390.798649,2831.330619,2390.461985,1080.193366,2449.16417 +366386,2396.319126,2828.674548,2389.406774,1082.417203,2447.047192 +366387,2401.796495,2826.349719,2388.694919,1084.770916,2445.200855 +366388,2407.368085,2824.171603,2387.840926,1086.970482,2443.522964 +366389,2412.573443,2822.025743,2387.035552,1089.202422,2441.970997 +366390,2418.040572,2819.849521,2386.423108,1091.405251,2440.516892 +366391,2431.124103,2817.595197,2385.740067,1094.618523,2439.120195 +366392,2423.011787,2815.324046,2384.704937,1097.966864,2437.795034 +366393,2433.724052,2813.085012,2384.054329,1099.071318,2436.556485 +366394,2443.091171,2810.819641,2383.590336,1103.620442,2435.350101 +366395,2446.118634,2808.509667,2383.046359,1103.506302,2434.161678 +366396,2452.304923,2806.166672,2382.542233,1110.111911,2433.000941 +366397,2458.125339,2803.79273,2382.293236,1106.837569,2431.868557 +366398,2463.781071,2801.371567,2381.867953,1117.589028,2430.74943 +366399,2469.442305,2798.919608,2381.468813,1108.444085,2429.654832 +366400,2475.221157,2796.417251,2381.079713,1127.770775,2428.566477 +366401,2480.637357,2793.8925,2380.904642,1106.364837,2427.505434 +366402,2486.206232,2791.380217,2380.612015,1115.495078,2426.500103 +366403,2503.061197,2788.760927,2380.28329,1128.248573,2425.452297 +366404,2480.962116,2786.094098,2379.959996,1123.493753,2424.407465 +366405,2510.978258,2783.427346,2379.681133,1127.610151,2423.401432 +366406,2506.863486,2780.691321,2379.394927,1130.025405,2422.376506 +366407,2514.167063,2777.910481,2379.110119,1132.386832,2421.351749 +366408,2519.49161,2775.102873,2378.853106,1134.744161,2420.340708 +366409,2525.066362,2772.258195,2378.603294,1137.275769,2419.334661 +366410,2542.847119,2769.343586,2378.339873,1139.43876,2418.306035 +366411,2517.563582,2766.434892,2378.313079,1141.794269,2417.316415 +366412,2550.241222,2763.520664,2378.126759,1144.037113,2416.357775 +366413,2544.853403,2760.524075,2377.911165,1146.4503,2415.368353 +366414,2557.635186,2757.468264,2377.700671,1148.712862,2414.365229 +366415,2555.84227,2754.388688,2377.505049,1151.090857,2413.374606 +366416,2586.790069,2751.230636,2377.288131,1153.286051,2412.349638 +366417,2527.535854,2748.138199,2377.153717,1155.620533,2411.409439 +366418,2618.21459,2745.075492,2377.075065,1157.889279,2410.52963 +366419,2547.149483,2741.947575,2376.986524,1160.160459,2409.63727 +366420,2611.643022,2738.770562,2376.91402,1162.42434,2408.74516 +366421,2448.002249,2736.654556,2378.588515,1111.310139,2410.850499 +366422,2474.682371,2720.487781,2375.089911,1112.330454,2405.150793 +366423,2480.424685,2641.991866,2368.862816,1113.679788,2395.096288 +366424,2478.774315,2684.654056,2360.828169,1115.131732,2382.351819 +366425,2483.868009,2663.37866,2352.830714,1116.705436,2369.694292 +366426,2500.721642,2659.693799,2347.564031,1118.153966,2360.213827 +366427,2471.513076,2653.664132,2343.485767,1119.696265,2352.548595 +366428,2504.161211,2647.494747,2340.58087,1121.358462,2346.235284 +366429,2496.696198,2635.173922,2339.66611,1122.894538,2342.671991 +366430,2501.856258,2635.587318,2336.443802,1124.490661,2336.562186 +366431,2509.417133,2628.584915,2334.436863,1126.150719,2331.892327 +366432,2510.898638,2621.957997,2332.64994,1127.642294,2327.983887 +366433,2522.397551,2615.750022,2331.656092,1129.284424,2324.538098 +366434,2499.787747,2608.984087,2330.512054,1130.867725,2321.527193 +366435,2547.703335,2603.43065,2329.358014,1132.460154,2318.840201 +366436,2498.64899,2596.97839,2328.45269,1134.05181,2316.433222 +366437,2546.832102,2583.698029,2327.488762,1135.641804,2314.053544 +366438,2521.90879,2591.851931,2326.450328,1137.162556,2311.941454 +366439,2548.432773,2568.697632,2325.653152,1138.916673,2309.996746 +366440,2514.812537,2571.795026,2324.790217,1140.352232,2308.036065 +366441,2578.525225,2563.787146,2324.310394,1141.99262,2306.631191 +366442,2527.270987,2557.1111,2325.575348,1143.563245,2307.530149 +366443,2560.401012,2549.900025,2325.89921,1145.138397,2307.049804 +366444,2551.92759,2543.021619,2323.794429,1146.711776,2303.99772 +366445,2558.687391,2536.975872,2324.293965,1148.284941,2304.066218 +366446,2561.605216,2522.615343,2322.59641,1149.850875,2301.329821 +366447,2565.157972,2531.189475,2321.850371,1151.485631,2299.823555 +366448,2568.600156,2506.252033,2321.482816,1152.945231,2298.813553 +366449,2571.945453,2510.511717,2321.165954,1154.553425,2297.886325 +366450,2575.620012,2500.985192,2321.033544,1156.029559,2297.216296 +366451,2578.679795,2493.55178,2320.991135,1157.440255,2296.681745 +366452,2581.688341,2486.244403,2320.895839,1158.64403,2296.130784 +366453,2584.711451,2478.855734,2320.750758,1159.879645,2295.585799 +366454,2587.713464,2471.432988,2320.561595,1161.082759,2295.054173 +366455,2590.431968,2463.832877,2320.332869,1162.266673,2294.53254 +366456,2593.476979,2456.34154,2320.072798,1163.462678,2294.020671 +366457,2596.326725,2448.810654,2319.781699,1164.538898,2293.508695 +366458,2599.107082,2433.788068,2319.343029,1165.687167,2292.841571 +366459,2601.990049,2442.67484,2320.477128,1166.830532,2294.220824 +366460,2604.607612,2414.360025,2319.285163,1167.897122,2292.652511 +366461,2607.539105,2419.932571,2318.412116,1169.023047,2291.510057 +366462,2610.154601,2408.734462,2319.435589,1170.0668,2292.809691 +366463,2612.679357,2400.092821,2318.039003,1171.161788,2291.024952 +366464,2615.568717,2392.661309,2317.221099,1172.180593,2289.991316 +366465,2618.098217,2384.478113,2316.637766,1173.210943,2289.259763 +366466,2620.691552,2376.310674,2316.165019,1174.161197,2288.674983 +366467,2623.266663,2368.169341,2315.743979,1175.353843,2288.16618 +366468,2625.873098,2360.07133,2315.347427,1176.192561,2287.700559 +366469,2628.322811,2351.525401,2314.956534,1177.244564,2287.253759 +366470,2630.701809,2343.346574,2314.376301,1178.21115,2286.823055 +366471,2641.700558,2334.885481,2314.012342,1179.177126,2286.419367 +366472,2623.834709,2326.52825,2313.742738,1180.132475,2286.135976 +366473,2651.407685,2318.169713,2313.366651,1181.076787,2285.726928 +366474,2636.35239,2309.420475,2313.103833,1182.010581,2285.468484 +366475,2644.068535,2301.026366,2312.725639,1182.933564,2285.073713 +366476,2646.059014,2292.402689,2312.316338,1183.846155,2284.645927 +366477,2648.117422,2283.734373,2311.945396,1184.748411,2284.270046 +366478,2650.18247,2275.272932,2311.573925,1185.640355,2283.896638 +366479,2652.881999,2266.327979,2313.01205,1186.523032,2285.597898 +366480,2654.721298,2249.946907,2311.59066,1187.393152,2283.911225 +366481,2401.783339,2143.084501,2305.328614,1079.228891,2275.607084 +366482,2409.895913,2124.801217,2283.748703,1077.682107,2245.384828 +366483,2437.132327,2116.145179,2257.23378,1076.815408,2206.837674 +366484,2390.790103,2105.764513,2236.1463,1076.419342,2173.998134 +366485,2426.269094,2095.612421,2217.947106,1076.131916,2144.458978 +366486,2407.480953,2085.627765,2206.713907,1075.970116,2123.647477 +366487,2413.778229,2075.612209,2196.1836,1075.874848,2104.103742 +366488,2413.536304,2065.762536,2190.255896,1075.833697,2090.707086 +366489,2413.957214,2055.961116,2185.074878,1075.823469,2078.767533 +366490,2414.623724,2032.946819,2180.666802,1075.842815,2068.310186 +366491,2415.333568,2054.756244,2175.274562,1075.883123,2057.141909 +366492,2416.056143,1998.022036,2171.489529,1075.944271,2048.378596 +366493,2416.812196,2043.796684,2168.493699,1076.020451,2040.977471 +366494,2417.656713,1977.340982,2167.750785,1076.112018,2036.704846 +366495,2418.473475,2006.99961,2166.453271,1076.214575,2032.10703 +366496,2419.219597,1981.805397,2163.25801,1076.329033,2025.498601 +366497,2420.16591,1975.584808,2162.694944,1076.456691,2022.366124 +366498,2420.929083,1965.58759,2159.84572,1076.590438,2016.65781 +366499,2421.757601,1962.60835,2159.504565,1076.737627,2014.207131 +366500,2417.333641,1931.785798,2156.755232,1078.636876,2008.978346 +366501,2416.642175,1936.174234,2154.843698,1078.91276,2004.686771 +366502,2417.528497,1920.367184,2153.292158,1079.29466,2000.814239 +366503,2418.088847,1936.826049,2153.64542,1079.613635,1999.358813 +366504,2418.77303,1865.587014,2151.499217,1079.935099,1994.985872 +366505,2419.579748,1909.203246,2150.019882,1080.262986,1991.557056 +366506,2420.39595,1878.553204,2148.698478,1080.59032,1988.423126 +366507,2421.302687,1872.614412,2149.210274,1080.923499,1987.623005 +366508,2422.110934,1862.784269,2147.130796,1081.25561,1983.738162 +366509,2423.082543,1853.413231,2147.384892,1081.598745,1982.777904 +366510,2423.962908,1843.758007,2146.900726,1081.940237,1980.976466 +366511,2425.140905,1834.573066,2144.420877,1082.423925,1976.781322 +366512,2426.507586,1825.308259,2142.775307,1082.944566,1973.612311 +366513,2427.899255,1839.418894,2141.442893,1083.411058,1970.809606 +366514,2429.262273,1774.352678,2140.3743,1084.072336,1968.31559 +366515,2430.511754,1834.910605,2139.444754,1084.590268,1965.98674 +366516,2432.242006,1755.873044,2138.601393,1085.182953,1963.764934 +366517,2433.622091,1794.624113,2137.845188,1085.777593,1961.653899 +366518,2435.163799,1768.580677,2137.090437,1086.38392,1959.548637 +366519,2436.740478,1762.639472,2136.355823,1087.002032,1957.470602 +366520,2438.358254,1754.071455,2137.382722,1087.631403,1957.557154 +366521,2439.915842,1745.342114,2137.485368,1088.270813,1956.529028 +366522,2441.546176,1736.778451,2135.504451,1088.920659,1952.956099 +366523,2443.262275,1728.052727,2136.009054,1089.581837,1952.417953 +366524,2444.82466,1719.762177,2134.140018,1090.323256,1948.958085 +366525,2446.614451,1711.298617,2132.997667,1090.895243,1946.370513 +366526,2448.382994,1702.830793,2132.139797,1091.635335,1944.112822 +366527,2450.147706,1694.413244,2133.158277,1092.3235,1944.151077 +366528,2451.828391,1686.274788,2131.605868,1093.026712,1941.046779 +366529,2453.571714,1678.072933,2130.678739,1093.743463,1938.708245 +366530,2455.626941,1669.892529,2129.983027,1094.466088,1936.643459 +366531,2457.400596,1661.819381,2129.415863,1095.197263,1934.729037 +366532,2459.344365,1653.706096,2128.924699,1095.936161,1932.90563 +366533,2461.277196,1645.932587,2128.481833,1096.68264,1931.142428 +366534,2471.409849,1638.110049,2128.203314,1097.4365,1929.583146 +366535,2453.396846,1645.700968,2129.488573,1098.198386,1929.950858 +366536,2480.305181,1600.19955,2128.172912,1098.963907,1927.139427 +366537,2457.283058,1638.285654,2127.452421,1099.739609,1925.054999 +366538,2483.93771,1586.940254,2126.947374,1100.519896,1923.221038 +366539,2469.976413,1608.501915,2126.851874,1101.306917,1921.645991 +366540,2476.610993,1590.643289,2126.477109,1102.099819,1919.976261 +366541,2713.538207,1692.313844,2133.548986,1209.457551,1928.449678 +366542,2714.354912,1687.079347,2153.77455,1211.864328,1955.924707 +366543,2726.823068,1681.118166,2178.53975,1213.966769,1992.059935 +366544,2727.997526,1675.382719,2199.945656,1215.618854,2024.39928 +366545,2731.279417,1693.799352,2215.876787,1217.215229,2049.992241 +366546,2735.29668,1627.673332,2226.9572,1218.714619,2069.640362 +366547,2738.577309,1699.543027,2235.057992,1220.15644,2084.919576 +366548,2741.571584,1610.984486,2240.951501,1221.557624,2097.179892 +366549,2744.796479,1671.979013,2245.589233,1222.889641,2107.340678 +366550,2748.188183,1622.088605,2249.368384,1224.225172,2115.904587 +366551,2751.663487,1639.947239,2254.246195,1225.544893,2125.337162 +366552,2754.559102,1626.539227,2257.730546,1226.845255,2132.610029 +366553,2757.250386,1622.307502,2258.814935,1228.129722,2136.512698 +366554,2767.713053,1616.873793,2260.585551,1229.40052,2140.889339 +366555,2755.241876,1611.594313,2264.009783,1230.656712,2147.174401 +366556,2775.957389,1606.248506,2264.769432,1231.897456,2149.670876 +366557,2768.333848,1601.164007,2266.218877,1233.128204,2152.766082 +366558,2773.279993,1596.028152,2267.715677,1234.344805,2155.696839 +366559,2776.882757,1591.239921,2270.850354,1235.550455,2160.471124 +366560,2779.249493,1586.34879,2273.064415,1236.742963,2163.963399 +366561,2781.715133,1581.659208,2273.20353,1237.924078,2164.759416 +366562,2785.595409,1577.181049,2275.751982,1239.09534,2168.411525 +366563,2788.119811,1572.581973,2277.624157,1240.253237,2171.120522 +366564,2790.093976,1568.321174,2277.543797,1241.400285,2171.319833 +366565,2794.212018,1564.11568,2279.939851,1242.537658,2174.497594 +366566,2796.089674,1559.746586,2280.034172,1243.676987,2174.750362 +366567,2807.229389,1556.049806,2282.671694,1244.89303,2178.091495 +366568,2793.089626,1552.257388,2282.794606,1246.349243,2178.269185 +366569,2813.05446,1548.62589,2285.373482,1247.915211,2181.204947 +366570,2808.003524,1545.041448,2285.569315,1249.567551,2181.404442 +366571,2809.273256,1541.365689,2286.335131,1251.160667,2182.275858 +366572,2812.781053,1537.7096,2287.196366,1252.800275,2183.246391 +366573,2816.192233,1534.088991,2289.848536,1254.608064,2186.437747 +366574,2816.968414,1530.500343,2289.909409,1256.376205,2186.448024 +366575,2820.241125,1526.953242,2292.162484,1258.180873,2189.188231 +366576,2822.176373,1524.835715,2293.623063,1260.14423,2191.165196 +366577,2824.160279,1522.613759,2294.742872,1262.093854,2192.520074 +366578,2832.716243,1520.149865,2294.170569,1264.113763,2191.793533 +366579,2820.62217,1517.803601,2294.319884,1266.197105,2191.940251 +366580,2836.49416,1515.45441,2294.711535,1268.338754,2192.372124 +366581,2833.685831,1513.120139,2295.456602,1270.540974,2193.238 +366582,2834.115691,1510.80009,2296.225082,1272.802545,2194.143468 +366583,2836.299978,1508.494249,2296.879197,1275.123721,2194.923839 +366584,2839.722735,1506.203769,2299.206444,1277.505511,2197.782307 +366585,2840.082147,1503.922696,2298.925854,1279.943303,2197.456608 +366586,2849.18259,1501.659526,2299.17391,1282.361395,2197.789063 +366587,2838.047066,1499.407598,2299.825326,1285.042949,2198.615397 +366588,2851.445712,1497.168632,2300.294992,1287.60252,2199.219524 +366589,2850.005098,1494.943347,2300.964057,1290.293306,2200.075082 +366590,2850.067594,1492.730542,2301.61326,1293.031701,2200.915533 +366591,2851.479032,1490.442479,2302.110527,1297.59837,2201.777398 +366592,2853.385712,1488.389724,2302.560338,1298.346503,2202.365136 +366593,2862.530787,1486.15548,2303.191612,1305.951749,2203.175894 +366594,2852.608238,1484.003878,2303.782721,1299.396926,2203.947566 +366595,2865.659619,1481.862181,2305.91899,1321.963713,2206.810021 +366596,2856.025738,1479.819732,2305.402571,1290.685489,2206.264855 +366597,2866.190128,1477.563456,2305.403368,1323.76334,2206.32256 +366598,2866.374219,1475.519402,2305.687143,1314.873136,2206.705567 +366599,2866.993649,1473.410157,2306.070827,1320.559094,2207.39724 +366600,2868.159239,1471.326886,2306.401003,1323.771933,2207.919382 +366601,2872.715902,1492.014708,2305.912152,1350.150179,2206.30811 +366602,2874.989548,1491.656075,2307.312075,1355.211929,2208.364968 +366603,2878.660211,1490.612034,2309.618975,1359.791978,2211.761506 +366604,2882.174063,1489.52484,2311.805907,1364.325506,2215.037305 +366605,2884.923804,1488.337772,2313.466325,1368.8219,2217.707661 +366606,2886.924282,1487.099932,2314.59731,1373.402439,2219.937986 +366607,2888.400092,1485.833113,2315.333045,1377.791351,2221.449171 +366608,2889.563013,1484.550218,2315.804074,1382.405459,2222.575538 +366609,2890.54877,1483.258829,2316.097421,1386.986126,2223.422147 +366610,2891.431062,1481.962927,2316.264148,1391.625394,2224.05337 +366611,2892.249854,1480.665451,2316.335399,1396.311354,2224.510784 +366612,2893.02837,1479.367928,2316.331822,1401.051059,2224.823988 +366613,2893.781214,1478.071974,2316.267959,1405.841909,2225.015531 +366614,2894.519075,1476.778273,2316.155065,1410.685291,2225.104103 +366615,2895.249926,1475.487871,2316.00193,1415.582335,2225.105309 +366616,2895.960533,1474.201059,2315.803233,1427.279637,2225.017131 +366617,2896.692822,1472.918591,2315.588078,1417.342594,2224.879695 +366618,2897.454439,1471.640499,2315.363621,1432.914687,2224.705904 +366619,2898.201931,1470.367287,2315.104389,1435.856499,2224.468107 +366620,2898.94458,1469.099514,2314.817743,1440.616852,2224.178568 +366621,2899.698392,1467.836928,2314.514923,1446.005115,2223.853866 +366622,2900.460271,1466.579895,2314.194906,1451.524324,2223.495229 +366623,2901.229188,1465.32869,2313.857919,1456.648626,2223.105197 +366624,2902.005498,1464.083198,2313.504945,1462.12177,2222.686995 +366625,2902.786652,1462.843816,2313.135026,1467.552587,2222.448597 +366626,2903.571116,1461.610367,2312.74773,1473.297588,2221.972524 +366627,2904.33079,1460.383212,2312.325576,1490.125038,2221.445082 +366628,2905.141507,1459.162154,2311.916918,1466.888933,2220.93137 +366629,2905.991643,1457.947417,2311.515056,1498.29291,2220.426072 +366630,2906.805696,1456.738921,2311.07285,1493.775108,2219.872053 +366631,2907.618333,1455.592262,2310.612453,1501.20848,2219.29719 +366632,2908.43731,1454.464092,2310.143343,1511.429185,2218.705693 +366633,2909.261989,1453.349371,2309.668371,1513.303179,2218.096142 +366634,2910.08019,1452.33952,2309.178383,1532.600845,2217.456356 +366635,2911.031939,1451.110767,2308.731905,1499.13588,2216.860621 +366636,2912.075645,1450.095606,2308.286157,1551.782491,2216.258262 +366637,2913.151561,1449.012289,2307.803594,1522.78454,2215.604638 +366638,2914.301493,1447.953057,2307.318392,1548.445198,2214.943344 +366639,2915.484633,1446.905086,2306.813229,1549.551531,2214.253632 +366640,2919.393916,1445.869436,2308.00774,1565.921292,2215.678879 +366641,2919.272115,1444.839021,2306.63713,1544.27584,2213.925885 +366642,2920.414897,1443.82485,2306.043512,1591.917481,2213.136104 +366643,2921.927017,1442.817978,2305.651484,1565.451015,2212.587335 +366644,2923.462644,1441.821803,2305.248026,1584.153817,2212.019134 +366645,2925.327035,1440.836233,2305.033918,1588.336599,2211.686154 +366646,2927.523025,1439.860544,2305.017778,1594.888388,2211.603431 +366647,2932.593948,1438.896968,2306.82268,1601.329193,2213.797933 +366648,2933.638171,1437.937755,2306.093317,1607.842164,2212.862081 +366649,2935.609915,1436.994496,2305.949798,1614.319213,2212.660774 +366650,2937.911067,1435.964347,2305.998449,1621.096972,2212.692952 +366651,2940.403356,1435.175335,2306.152737,1627.683489,2212.852152 +366652,2943.010663,1434.192747,2306.36994,1634.3819,2213.089387 +366653,2945.688593,1433.29926,2306.626148,1640.972333,2213.377628 +366654,2948.415486,1432.401357,2306.909464,1647.895628,2213.702845 +366655,2951.285001,1431.512516,2307.279685,1660.493974,2214.139313 +366656,2954.452285,1430.632519,2307.656263,1658.842096,2214.586689 +366657,2957.215741,1429.761736,2307.969036,1669.223015,2214.956951 +366658,2959.998377,1428.899168,2308.294303,1675.7927,2215.343678 +366659,2962.827684,1428.04579,2308.642105,1682.415221,2215.758491 +366660,2965.6722,1427.200626,2308.99003,1689.430079,2216.173366 +366661,2969.991155,1393.125163,2310.996282,1664.348741,2219.800726 +366662,2971.202574,1391.595311,2310.473776,1668.667308,2219.354436 +366663,2966.011533,1390.304496,2305.564123,1680.050209,2212.788027 +366664,2962.688716,1389.006287,2301.723644,1689.690324,2207.238397 +366665,2961.603659,1387.730787,2299.294824,1698.078352,2203.353614 +366666,2962.335566,1386.469287,2298.063726,1707.321559,2200.997631 +366667,2964.251026,1385.21982,2297.654059,1716.243708,2199.77246 +366668,2966.848528,1383.980776,2297.756983,1725.303209,2199.325921 +366669,2969.83064,1382.751988,2298.18214,1734.214373,2199.430025 +366670,2973.048643,1381.532102,2298.82702,1743.482078,2199.953587 +366671,2976.42194,1380.32138,2299.629917,1752.497,2200.810595 +366672,2979.901195,1379.116144,2300.549069,1761.644012,2201.937949 +366673,2983.458406,1377.920856,2301.557546,1770.604925,2203.290656 +366674,2987.20725,1376.73117,2302.720014,1785.363228,2204.938305 +366675,2991.004237,1375.548485,2303.940618,1787.189999,2206.751689 +366676,2994.690389,1374.371157,2305.114049,1798.794757,2208.589839 +366677,2998.392302,1373.200286,2306.315183,1808.127551,2210.535756 +366678,3002.140583,1372.034478,2307.558993,1816.934265,2212.598974 +366679,3005.888737,1370.874134,2308.813316,1826.174326,2214.938899 +366680,3009.640183,1369.718513,2310.078403,1835.112463,2217.132296 +366681,3013.409372,1368.479539,2311.361869,1844.607495,2219.388878 +366682,3017.331408,1367.460702,2312.748404,1858.435658,2221.81367 +366683,3021.276792,1366.257721,2314.156491,1861.504435,2224.303039 +366684,3025.075785,1365.218545,2315.478595,1872.360014,2226.719184 +366685,3028.852613,1363.958393,2316.791486,1881.897777,2229.153207 +366686,3032.810073,1362.887381,2318.222107,1895.733595,2231.759804 +366687,3036.786081,1361.747242,2319.668677,1898.756684,2234.409766 +366688,3040.581714,1360.622044,2321.005926,1908.794482,2236.94451 +366689,3044.331967,1359.500511,2322.317724,1918.517658,2239.465721 +366690,3048.26102,1358.29464,2323.936514,1932.45914,2242.146612 +366691,3052.460557,1357.037425,2325.353806,1934.970903,2244.83963 +366692,3056.013782,1355.542407,2326.566771,1943.000029,2247.334045 +366693,3059.438535,1354.094266,2327.715975,1955.321346,2249.821351 +366694,3062.784772,1352.614958,2328.8244,1958.412823,2252.330379 +366695,3065.992788,1351.11958,2329.848152,1969.414442,2254.798995 +366696,3069.061303,1349.69443,2330.783733,1972.878368,2257.213819 +366697,3072.004271,1348.050498,2331.638936,1982.71636,2259.576447 +366698,3074.808795,1346.489338,2332.405153,1986.157162,2261.869579 +366699,3077.34562,1345.054719,2332.999591,1990.823915,2263.98426 +366700,3079.601161,1343.439026,2333.411897,1995.504687,2265.902311 +366701,3081.643632,1341.886533,2333.643836,1998.248282,2267.621052 +366702,3083.545767,1340.307606,2333.668689,2001.129197,2269.101125 +366703,3085.39437,1338.723561,2333.503621,2004.158985,2270.363204 +366704,3087.24479,1337.128064,2333.189585,2007.291652,2271.454566 +366705,3089.118121,1335.523759,2332.761665,2010.468133,2272.418271 +366706,3091.020121,1333.910845,2332.247016,2013.64506,2273.288954 +366707,3092.951493,1332.289855,2331.666081,2016.798937,2274.093325 +366708,3095.194997,1330.578265,2331.032647,2019.918104,2274.84982 +366709,3097.14649,1329.062191,2330.356387,2023.186059,2275.57159 +366710,3099.114694,1327.361001,2329.647542,2026.204557,2276.272288 +366711,3101.111641,1325.722263,2328.915235,2029.180762,2276.963968 +366712,3103.138992,1324.064867,2328.164692,2032.12471,2277.653616 +366713,3105.191391,1322.482659,2327.398229,2035.037495,2278.344379 +366714,3109.866104,1320.693659,2328.294134,2039.748447,2281.140821 +366715,3110.624215,1319.070611,2326.673878,2041.610783,2280.822668 +366716,3112.191937,1314.00038,2325.556476,2044.012358,2281.152321 +366717,3114.097957,1311.776776,2324.188301,2047.05106,2281.658336 +366718,3116.184889,1309.78179,2322.649357,2050.415303,2282.249253 +366719,3118.34322,1307.842142,2321.108247,2053.767199,2282.887532 +366720,3120.516821,1305.850001,2319.650128,2056.950717,2283.556809 +366721,3123.768006,1252.952972,2319.312838,2060.484963,2286.055909 +366722,3120.237478,1212.360711,2313.643299,2060.073191,2279.995245 +366723,3108.762748,1261.267378,2302.164224,2054.88722,2265.54946 +366724,3099.060954,1201.919951,2292.14366,2051.806066,2252.052836 +366725,3093.130641,1253.679851,2284.454038,2051.401437,2241.290462 +366726,3090.234367,1203.470654,2278.861081,2052.980329,2233.240621 +366727,3089.33055,1238.106487,2274.735282,2055.584431,2227.240189 +366728,3089.531543,1211.057671,2271.50496,2058.52006,2222.645657 +366729,3090.350587,1222.499665,2268.855372,2061.482323,2219.071056 +366730,3091.514694,1215.762953,2266.592417,2064.359211,2216.267603 +366731,3092.900615,1214.129727,2264.601621,2067.14264,2214.091758 +366732,3094.445433,1211.918968,2262.829888,2069.848448,2212.445834 +366733,3096.091546,1209.623936,2261.224437,2072.477284,2211.239473 +366734,3097.800099,1207.337505,2259.743298,2075.029654,2210.401253 +366735,3099.541736,1205.050181,2258.353231,2077.504973,2209.871424 +366736,3101.297536,1202.761286,2257.031058,2079.905267,2209.401925 +366737,3103.05408,1200.397445,2255.759989,2082.233276,2209.364203 +366738,3104.799324,1198.211737,2254.52607,2084.490144,2209.516181 +366739,3106.525517,1195.866347,2253.319353,2086.677917,2209.825384 +366740,3108.228107,1193.654086,2252.133066,2088.799399,2210.267224 +366741,3109.904676,1191.249305,2250.966184,2090.857559,2210.822869 +366742,3111.554118,1189.000081,2249.810384,2092.855262,2211.477384 +366743,3113.174968,1186.686949,2248.66258,2094.794482,2212.217759 +366744,3114.766055,1184.382499,2247.525406,2096.676779,2213.032821 +366745,3116.320924,1182.076435,2246.392988,2098.503515,2213.913034 +366746,3117.845952,1179.768447,2245.264052,2100.275827,2214.850202 +366747,3119.336832,1177.458827,2244.142419,2101.984954,2215.837297 +366748,3120.798877,1175.147408,2243.023023,2103.644715,2216.868283 +366749,3122.225717,1172.834504,2241.905103,2105.259165,2217.937828 +366750,3123.621546,1170.590617,2240.788873,2106.815534,2219.040842 +366751,3124.979402,1168.356463,2239.674462,2108.323991,2220.173011 +366752,3126.392096,1166.312007,2238.58353,2110.12972,2221.327816 +366753,3127.917052,1164.155632,2237.521364,2111.915191,2222.497543 +366754,3129.559143,1162.193491,2236.48948,2113.877581,2223.675658 +366755,3131.294937,1160.090953,2235.477513,2115.977833,2224.856363 +366756,3133.096742,1158.056158,2234.481695,2118.169851,2226.035564 +366757,3134.94313,1156.018968,2233.493778,2120.419099,2227.211071 +366758,3136.819761,1153.988713,2232.514185,2122.705066,2228.38219 +366759,3138.718067,1151.965258,2231.538133,2125.016992,2229.549125 +366760,3140.632511,1149.948027,2230.568098,2127.349122,2230.712454 +366761,3142.558366,1148.005512,2229.599869,2129.697399,2231.872333 +366762,3144.492521,1145.899785,2228.636463,2132.059237,2233.029543 +366763,3146.433182,1143.947829,2227.674737,2134.432939,2234.185218 +366764,3148.378258,1141.942709,2226.717755,2136.816713,2235.339914 +366765,3150.325846,1139.952734,2225.761978,2139.209031,2236.494029 +366766,3152.274586,1137.967557,2224.810525,2141.608705,2237.647981 +366767,3154.223219,1135.987038,2223.859909,2144.014699,2238.802051 +366768,3156.17057,1134.010769,2222.913252,2146.426151,2239.956501 +366769,3158.11573,1132.038762,2221.967099,2148.842307,2241.111522 +366770,3160.056367,1130.070641,2221.023533,2151.446027,2242.265974 +366771,3161.991732,1128.038865,2220.07908,2153.836592,2243.419914 +366772,3164.204385,1126.176748,2219.136608,2156.224012,2244.573082 +366773,3166.104157,1124.239834,2218.192522,2158.617715,2245.725314 +366774,3167.992095,1122.197564,2217.252201,2161.022315,2246.879431 +366775,3169.879784,1120.294388,2216.313579,2163.437061,2248.037156 +366776,3171.769796,1118.336713,2215.379358,2165.858299,2249.197985 +366777,3173.658603,1116.391972,2214.444466,2168.472181,2250.359873 +366778,3175.543494,1114.450065,2213.511621,2170.847451,2251.522261 +366779,3177.425194,1112.510915,2212.578877,2173.220973,2252.686921 +366780,3179.303451,1110.574207,2211.650065,2175.603767,2253.854643 +366781,2093.941569,1118.93757,1029.744012,1686.250522,2389.34963 +366782,2162.77577,1223.90044,1063.214438,1742.229588,2420.437846 +366783,2241.047692,1249.880491,1102.43164,1801.890061,2440.442492 +366784,2314.688594,1240.243876,1140.566589,1852.60611,2457.534573 +366785,2375.885724,1242.390752,1173.434062,1888.860097,2472.690304 +366786,2423.938294,1241.69279,1200.428782,1912.407278,2485.233875 +366787,2461.520398,1240.910973,1222.530805,1927.55127,2495.596976 +366788,2491.594867,1240.066228,1240.924729,1938.165608,2504.328931 +366789,2516.307037,1239.169446,1256.485695,1946.086321,2511.892371 +366790,2536.928872,1238.243662,1269.770749,1952.564906,2518.548773 +366791,2554.247508,1237.3041,1281.145896,1958.06461,2524.420104 +366792,2568.897031,1236.354838,1290.917224,1962.863887,2529.638923 +366793,2581.390546,1235.404535,1299.341224,1967.157212,2534.312407 +366794,2592.130805,1234.435942,1306.795305,1971.071217,2538.497816 +366795,2601.442687,1233.489789,1313.102772,1974.706114,2542.251359 +366796,2609.597298,1232.552607,1318.591844,1978.13946,2545.62876 +366797,2616.786077,1231.625925,1323.377349,1981.403941,2548.649738 +366798,2623.211163,1230.708756,1327.578798,1984.558775,2551.386285 +366799,2629.034444,1229.803325,1331.295695,1987.647333,2553.900306 +366800,2634.353809,1228.907977,1334.595994,1990.67625,2556.211357 +366801,2639.252148,1228.024212,1337.539135,1993.652855,2558.342472 +366802,2643.798093,1227.150666,1340.176023,1996.584003,2560.316149 +366803,2648.047762,1226.209838,1342.549775,1999.480518,2562.15285 +366804,2652.318664,1225.470273,1344.69676,2002.340049,2563.870677 +366805,2656.092176,1224.582821,1346.647524,2005.166941,2565.485266 +366806,2659.688659,1223.760889,1348.428444,2007.980527,2567.010234 +366807,2663.134184,1222.931911,1350.061013,2010.776601,2568.457272 +366808,2666.444657,1222.108266,1351.563211,2013.547785,2569.836479 +366809,2669.632603,1221.367284,1352.950267,2016.291093,2571.15644 +366810,2672.709465,1220.437383,1354.235192,2019.007387,2572.424566 +366811,2675.685406,1219.476591,1355.429035,2021.698871,2573.647115 +366812,2678.400831,1218.414318,1356.532083,2024.044379,2574.82727 +366813,2680.754359,1217.352093,1357.546955,2025.858988,2575.969984 +366814,2682.731248,1216.281454,1358.479649,2027.140374,2577.079972 +366815,2684.336022,1215.204416,1359.324538,2027.9517,2578.13254 +366816,2685.635842,1214.121749,1360.100607,2028.405217,2579.157109 +366817,2686.688435,1213.034061,1360.824086,2028.585876,2580.178318 +366818,2687.50979,1211.941246,1361.494474,2028.526655,2581.185372 +366819,2688.116423,1210.843569,1362.113996,2028.249708,2582.174753 +366820,2688.523607,1209.740749,1362.68566,2027.771062,2583.145676 +366821,2688.739163,1208.632935,1363.212533,2027.103482,2584.098306 +366822,2688.782049,1207.519828,1363.697493,2026.257569,2585.033072 +366823,2688.658848,1206.401569,1364.143143,2025.242102,2585.950366 +366824,2688.384206,1205.277869,1364.551817,2024.064288,2586.850467 +366825,2687.960141,1204.148887,1364.925594,2022.730046,2587.733534 +366826,2687.398612,1203.014361,1365.266344,2021.244308,2588.59962 +366827,2686.699341,1201.798096,1365.575744,2019.611266,2589.448693 +366828,2685.867476,1200.766526,1365.855318,2017.834558,2590.280654 +366829,2684.909056,1199.555696,1366.106446,2015.917392,2591.095343 +366830,2683.827702,1198.410118,1366.330645,2013.859427,2591.893793 +366831,2682.627383,1195.841547,1366.528942,2011.66429,2592.675253 +366832,2681.427998,1194.372215,1366.642713,2009.592569,2593.437845 +366833,2680.192429,1193.066835,1366.692246,2007.544864,2594.182572 +366834,2678.893222,1191.797285,1366.722015,2005.400075,2594.937673 +366835,2677.477651,1190.542608,1366.737843,2003.069714,2595.675945 +366836,2675.91987,1189.293624,1366.735263,2000.531841,2596.374676 +366837,2674.237172,1188.047897,1366.72002,1997.816809,2597.04631 +366838,2672.441379,1186.802655,1366.69306,1994.950594,2597.695706 +366839,2670.540091,1185.558076,1366.654211,1991.94979,2598.324631 +366840,2668.538263,1184.312597,1366.603274,1988.82367,2598.933687 +366841,0,0,0,0,0 +366842,0,0,0,0,0 +366843,0,0,0,0,0 +366844,0,0,0,0,0 +366845,0,0,0,0,0 +366846,0,0,0,0,0 +366847,0,0,0,0,0 +366848,0,0,0,0,0 +366849,0,0,0,0,0 +366850,0,0,0,0,0 +366851,0,0,0,0,0 +366852,0,0,0,0,0 +366853,0,0,0,0,0 +366854,0,0,0,0,0 +366855,0,0,0,0,0 +366856,0,0,0,0,0 +366857,0,0,0,0,0 +366858,0,0,0,0,0 +366859,0,0,0,0,0 +366860,0,0,0,0,0 +366861,0,0,0,0,0 +366862,0,0,0,0,0 +366863,0,0,0,0,0 +366864,0,0,0,0,0 +366865,0,0,0,0,0 +366866,0,0,0,0,0 +366867,0,0,0,0,0 +366868,0,0,0,0,0 +366869,0,0,0,0,0 +366870,0,0,0,0,0 +366871,0,0,0,0,0 +366872,0,0,0,0,0 +366873,0,0,0,0,0 +366874,0,0,0,0,0 +366875,0,0,0,0,0 +366876,0,0,0,0,0 +366877,0,0,0,0,0 +366878,0,0,0,0,0 +366879,0,0,0,0,0 +366880,0,0,0,0,0 +366881,0,0,0,0,0 +366882,0,0,0,0,0 +366883,0,0,0,0,0 +366884,0,0,0,0,0 +366885,0,0,0,0,0 +366886,0,0,0,0,0 +366887,0,0,0,0,0 +366888,0,0,0,0,0 +366889,0,0,0,0,0 +366890,0,0,0,0,0 +366891,0,0,0,0,0 +366892,0,0,0,0,0 +366893,0,0,0,0,0 +366894,0,0,0,0,0 +366895,0,0,0,0,0 +366896,0,0,0,0,0 +366897,0,0,0,0,0 +366898,0,0,0,0,0 +366899,0,0,0,0,0 +366900,0,0,0,0,0 +366901,0,0,0,0,0 +366902,0,0,0,0,0 +366903,0,0,0,0,0 +366904,0,0,0,0,0 +366905,0,0,0,0,0 +366906,0,0,0,0,0 +366907,0,0,0,0,0 +366908,0,0,0,0,0 +366909,0,0,0,0,0 +366910,0,0,0,0,0 +366911,0,0,0,0,0 +366912,0,0,0,0,0 +366913,0,0,0,0,0 +366914,0,0,0,0,0 +366915,0,0,0,0,0 +366916,0,0,0,0,0 +366917,0,0,0,0,0 +366918,0,0,0,0,0 +366919,0,0,0,0,0 +366920,0,0,0,0,0 +366921,0,0,0,0,0 +366922,0,0,0,0,0 +366923,0,0,0,0,0 +366924,0,0,0,0,0 +366925,0,0,0,0,0 +366926,0,0,0,0,0 +366927,0,0,0,0,0 +366928,0,0,0,0,0 +366929,0,0,0,0,0 +366930,0,0,0,0,0 +366931,0,0,0,0,0 +366932,0,0,0,0,0 +366933,0,0,0,0,0 +366934,0,0,0,0,0 +366935,0,0,0,0,0 +366936,0,0,0,0,0 +366937,0,0,0,0,0 +366938,0,0,0,0,0 +366939,0,0,0,0,0 +366940,0,0,0,0,0 +366941,0,0,0,0,0 +366942,0,0,0,0,0 +366943,0,0,0,0,0 +366944,0,0,0,0,0 +366945,0,0,0,0,0 +366946,0,0,0,0,0 +366947,0,0,0,0,0 +366948,0,0,0,0,0 +366949,0,0,0,0,0 +366950,0,0,0,0,0 +366951,0,0,0,0,0 +366952,0,0,0,0,0 +366953,0,0,0,0,0 +366954,0,0,0,0,0 +366955,0,0,0,0,0 +366956,0,0,0,0,0 +366957,0,0,0,0,0 +366958,0,0,0,0,0 +366959,0,0,0,0,0 +366960,0,0,0,0,0 +366961,0,0,0,0,0 +366962,0,0,0,0,0 +366963,0,0,0,0,0 +366964,0,0,0,0,0 +366965,0,0,0,0,0 +366966,0,0,0,0,0 +366967,0,0,0,0,0 +366968,0,0,0,0,0 +366969,0,0,0,0,0 +366970,0,0,0,0,0 +366971,0,0,0,0,0 +366972,0,0,0,0,0 +366973,0,0,0,0,0 +366974,0,0,0,0,0 +366975,0,0,0,0,0 +366976,0,0,0,0,0 +366977,0,0,0,0,0 +366978,0,0,0,0,0 +366979,0,0,0,0,0 +366980,0,0,0,0,0 +366981,0,0,0,0,0 +366982,0,0,0,0,0 +366983,0,0,0,0,0 +366984,0,0,0,0,0 +366985,0,0,0,0,0 +366986,0,0,0,0,0 +366987,0,0,0,0,0 +366988,0,0,0,0,0 +366989,0,0,0,0,0 +366990,0,0,0,0,0 +366991,0,0,0,0,0 +366992,0,0,0,0,0 +366993,0,0,0,0,0 +366994,0,0,0,0,0 +366995,0,0,0,0,0 +366996,0,0,0,0,0 +366997,0,0,0,0,0 +366998,0,0,0,0,0 +366999,0,0,0,0,0 +367000,0,0,0,0,0 +367001,0,0,0,0,0 +367002,0,0,0,0,0 +367003,0,0,0,0,0 +367004,0,0,0,0,0 +367005,0,0,0,0,0 +367006,0,0,0,0,0 +367007,0,0,0,0,0 +367008,0,0,0,0,0 +367009,0,0,0,0,0 +367010,0,0,0,0,0 +367011,0,0,0,0,0 +367012,0,0,0,0,0 +367013,0,0,0,0,0 +367014,0,0,0,0,0 +367015,0,0,0,0,0 +367016,0,0,0,0,0 +367017,0,0,0,0,0 +367018,0,0,0,0,0 +367019,0,0,0,0,0 +367020,0,0,0,0,0 +367021,0,0,0,0,0 +367022,0,0,0,0,0 +367023,0,0,0,0,0 +367024,0,0,0,0,0 +367025,0,0,0,0,0 +367026,0,0,0,0,0 +367027,0,0,0,0,0 +367028,0,0,0,0,0 +367029,0,0,0,0,0 +367030,0,0,0,0,0 +367031,0,0,0,0,0 +367032,0,0,0,0,0 +367033,0,0,0,0,0 +367034,0,0,0,0,0 +367035,0,0,0,0,0 +367036,0,0,0,0,0 +367037,0,0,0,0,0 +367038,0,0,0,0,0 +367039,0,0,0,0,0 +367040,0,0,0,0,0 +367041,0,0,0,0,0 +367042,0,0,0,0,0 +367043,0,0,0,0,0 +367044,0,0,0,0,0 +367045,0,0,0,0,0 +367046,0,0,0,0,0 +367047,0,0,0,0,0 +367048,0,0,0,0,0 +367049,0,0,0,0,0 +367050,0,0,0,0,0 +367051,0,0,0,0,0 +367052,0,0,0,0,0 +367053,0,0,0,0,0 +367054,0,0,0,0,0 +367055,0,0,0,0,0 +367056,0,0,0,0,0 +367057,0,0,0,0,0 +367058,0,0,0,0,0 +367059,0,0,0,0,0 +367060,0,0,0,0,0 +367061,0,0,0,0,0 +367062,0,0,0,0,0 +367063,0,0,0,0,0 +367064,0,0,0,0,0 +367065,0,0,0,0,0 +367066,0,0,0,0,0 +367067,0,0,0,0,0 +367068,0,0,0,0,0 +367069,0,0,0,0,0 +367070,0,0,0,0,0 +367071,0,0,0,0,0 +367072,0,0,0,0,0 +367073,0,0,0,0,0 +367074,0,0,0,0,0 +367075,0,0,0,0,0 +367076,0,0,0,0,0 +367077,0,0,0,0,0 +367078,0,0,0,0,0 +367079,0,0,0,0,0 +367080,0,0,0,0,0 +367081,0,0,0,0,0 +367082,0,0,0,0,0 +367083,0,0,0,0,0 +367084,0,0,0,0,0 +367085,0,0,0,0,0 +367086,0,0,0,0,0 +367087,0,0,0,0,0 +367088,0,0,0,0,0 +367089,0,0,0,0,0 +367090,0,0,0,0,0 +367091,0,0,0,0,0 +367092,0,0,0,0,0 +367093,0,0,0,0,0 +367094,0,0,0,0,0 +367095,0,0,0,0,0 +367096,0,0,0,0,0 +367097,0,0,0,0,0 +367098,0,0,0,0,0 +367099,0,0,0,0,0 +367100,0,0,0,0,0 +367101,0,0,0,0,0 +367102,0,0,0,0,0 +367103,0,0,0,0,0 +367104,0,0,0,0,0 +367105,0,0,0,0,0 +367106,0,0,0,0,0 +367107,0,0,0,0,0 +367108,0,0,0,0,0 +367109,0,0,0,0,0 +367110,0,0,0,0,0 +367111,0,0,0,0,0 +367112,0,0,0,0,0 +367113,0,0,0,0,0 +367114,0,0,0,0,0 +367115,0,0,0,0,0 +367116,0,0,0,0,0 +367117,0,0,0,0,0 +367118,0,0,0,0,0 +367119,0,0,0,0,0 +367120,0,0,0,0,0 +367121,0,0,0,0,0 +367122,0,0,0,0,0 +367123,0,0,0,0,0 +367124,0,0,0,0,0 +367125,0,0,0,0,0 +367126,0,0,0,0,0 +367127,0,0,0,0,0 +367128,0,0,0,0,0 +367129,0,0,0,0,0 +367130,0,0,0,0,0 +367131,0,0,0,0,0 +367132,0,0,0,0,0 +367133,0,0,0,0,0 +367134,0,0,0,0,0 +367135,0,0,0,0,0 +367136,0,0,0,0,0 +367137,0,0,0,0,0 +367138,0,0,0,0,0 +367139,0,0,0,0,0 +367140,0,0,0,0,0 +367141,0,0,0,0,0 +367142,0,0,0,0,0 +367143,0,0,0,0,0 +367144,0,0,0,0,0 +367145,0,0,0,0,0 +367146,0,0,0,0,0 +367147,0,0,0,0,0 +367148,0,0,0,0,0 +367149,0,0,0,0,0 +367150,0,0,0,0,0 +367151,0,0,0,0,0 +367152,0,0,0,0,0 +367153,0,0,0,0,0 +367154,0,0,0,0,0 +367155,0,0,0,0,0 +367156,0,0,0,0,0 +367157,0,0,0,0,0 +367158,0,0,0,0,0 +367159,0,0,0,0,0 +367160,0,0,0,0,0 +367161,0,0,0,0,0 +367162,0,0,0,0,0 +367163,0,0,0,0,0 +367164,0,0,0,0,0 +367165,0,0,0,0,0 +367166,0,0,0,0,0 +367167,0,0,0,0,0 +367168,0,0,0,0,0 +367169,0,0,0,0,0 +367170,0,0,0,0,0 +367171,0,0,0,0,0 +367172,0,0,0,0,0 +367173,0,0,0,0,0 +367174,0,0,0,0,0 +367175,0,0,0,0,0 +367176,0,0,0,0,0 +367177,0,0,0,0,0 +367178,0,0,0,0,0 +367179,0,0,0,0,0 +367180,0,0,0,0,0 +367181,0,0,0,0,0 +367182,0,0,0,0,0 +367183,0,0,0,0,0 +367184,0,0,0,0,0 +367185,0,0,0,0,0 +367186,0,0,0,0,0 +367187,0,0,0,0,0 +367188,0,0,0,0,0 +367189,0,0,0,0,0 +367190,0,0,0,0,0 +367191,0,0,0,0,0 +367192,0,0,0,0,0 +367193,0,0,0,0,0 +367194,0,0,0,0,0 +367195,0,0,0,0,0 +367196,0,0,0,0,0 +367197,0,0,0,0,0 +367198,0,0,0,0,0 +367199,0,0,0,0,0 +367200,0,0,0,0,0 +367201,0,0,0,0,0 +367202,0,0,0,0,0 +367203,0,0,0,0,0 +367204,0,0,0,0,0 +367205,0,0,0,0,0 +367206,0,0,0,0,0 +367207,0,0,0,0,0 +367208,0,0,0,0,0 +367209,0,0,0,0,0 +367210,0,0,0,0,0 +367211,0,0,0,0,0 +367212,0,0,0,0,0 +367213,0,0,0,0,0 +367214,0,0,0,0,0 +367215,0,0,0,0,0 +367216,0,0,0,0,0 +367217,0,0,0,0,0 +367218,0,0,0,0,0 +367219,0,0,0,0,0 +367220,0,0,0,0,0 +367221,0,0,0,0,0 +367222,0,0,0,0,0 +367223,0,0,0,0,0 +367224,0,0,0,0,0 +367225,0,0,0,0,0 +367226,0,0,0,0,0 +367227,0,0,0,0,0 +367228,0,0,0,0,0 +367229,0,0,0,0,0 +367230,0,0,0,0,0 +367231,0,0,0,0,0 +367232,0,0,0,0,0 +367233,0,0,0,0,0 +367234,0,0,0,0,0 +367235,0,0,0,0,0 +367236,0,0,0,0,0 +367237,0,0,0,0,0 +367238,0,0,0,0,0 +367239,0,0,0,0,0 +367240,0,0,0,0,0 +367241,0,0,0,0,0 +367242,0,0,0,0,0 +367243,0,0,0,0,0 +367244,0,0,0,0,0 +367245,0,0,0,0,0 +367246,0,0,0,0,0 +367247,0,0,0,0,0 +367248,0,0,0,0,0 +367249,0,0,0,0,0 +367250,0,0,0,0,0 +367251,0,0,0,0,0 +367252,0,0,0,0,0 +367253,0,0,0,0,0 +367254,0,0,0,0,0 +367255,0,0,0,0,0 +367256,0,0,0,0,0 +367257,0,0,0,0,0 +367258,0,0,0,0,0 +367259,0,0,0,0,0 +367260,0,0,0,0,0 +367261,0,0,0,0,0 +367262,0,0,0,0,0 +367263,0,0,0,0,0 +367264,0,0,0,0,0 +367265,0,0,0,0,0 +367266,0,0,0,0,0 +367267,0,0,0,0,0 +367268,0,0,0,0,0 +367269,0,0,0,0,0 +367270,0,0,0,0,0 +367271,0,0,0,0,0 +367272,0,0,0,0,0 +367273,0,0,0,0,0 +367274,0,0,0,0,0 +367275,0,0,0,0,0 +367276,0,0,0,0,0 +367277,0,0,0,0,0 +367278,0,0,0,0,0 +367279,0,0,0,0,0 +367280,0,0,0,0,0 +367281,0,0,0,0,0 +367282,0,0,0,0,0 +367283,0,0,0,0,0 +367284,0,0,0,0,0 +367285,0,0,0,0,0 +367286,0,0,0,0,0 +367287,0,0,0,0,0 +367288,0,0,0,0,0 +367289,0,0,0,0,0 +367290,0,0,0,0,0 +367291,0,0,0,0,0 +367292,0,0,0,0,0 +367293,0,0,0,0,0 +367294,0,0,0,0,0 +367295,0,0,0,0,0 +367296,0,0,0,0,0 +367297,0,0,0,0,0 +367298,0,0,0,0,0 +367299,0,0,0,0,0 +367300,0,0,0,0,0 +367301,0,0,0,0,0 +367302,0,0,0,0,0 +367303,0,0,0,0,0 +367304,0,0,0,0,0 +367305,0,0,0,0,0 +367306,0,0,0,0,0 +367307,0,0,0,0,0 +367308,0,0,0,0,0 +367309,0,0,0,0,0 +367310,0,0,0,0,0 +367311,0,0,0,0,0 +367312,0,0,0,0,0 +367313,0,0,0,0,0 +367314,0,0,0,0,0 +367315,0,0,0,0,0 +367316,0,0,0,0,0 +367317,0,0,0,0,0 +367318,0,0,0,0,0 +367319,0,0,0,0,0 +367320,0,0,0,0,0 +367321,0,0,0,0,0 +367322,0,0,0,0,0 +367323,0,0,0,0,0 +367324,0,0,0,0,0 +367325,0,0,0,0,0 +367326,0,0,0,0,0 +367327,0,0,0,0,0 +367328,0,0,0,0,0 +367329,0,0,0,0,0 +367330,0,0,0,0,0 +367331,0,0,0,0,0 +367332,0,0,0,0,0 +367333,0,0,0,0,0 +367334,0,0,0,0,0 +367335,0,0,0,0,0 +367336,0,0,0,0,0 +367337,0,0,0,0,0 +367338,0,0,0,0,0 +367339,0,0,0,0,0 +367340,0,0,0,0,0 +367341,0,0,0,0,0 +367342,0,0,0,0,0 +367343,0,0,0,0,0 +367344,0,0,0,0,0 +367345,0,0,0,0,0 +367346,0,0,0,0,0 +367347,0,0,0,0,0 +367348,0,0,0,0,0 +367349,0,0,0,0,0 +367350,0,0,0,0,0 +367351,0,0,0,0,0 +367352,0,0,0,0,0 +367353,0,0,0,0,0 +367354,0,0,0,0,0 +367355,0,0,0,0,0 +367356,0,0,0,0,0 +367357,0,0,0,0,0 +367358,0,0,0,0,0 +367359,0,0,0,0,0 +367360,0,0,0,0,0 +367361,0,0,0,0,0 +367362,0,0,0,0,0 +367363,0,0,0,0,0 +367364,0,0,0,0,0 +367365,0,0,0,0,0 +367366,0,0,0,0,0 +367367,0,0,0,0,0 +367368,0,0,0,0,0 +367369,0,0,0,0,0 +367370,0,0,0,0,0 +367371,0,0,0,0,0 +367372,0,0,0,0,0 +367373,0,0,0,0,0 +367374,0,0,0,0,0 +367375,0,0,0,0,0 +367376,0,0,0,0,0 +367377,0,0,0,0,0 +367378,0,0,0,0,0 +367379,0,0,0,0,0 +367380,0,0,0,0,0 +367381,0,0,0,0,0 +367382,0,0,0,0,0 +367383,0,0,0,0,0 +367384,0,0,0,0,0 +367385,0,0,0,0,0 +367386,0,0,0,0,0 +367387,0,0,0,0,0 +367388,0,0,0,0,0 +367389,0,0,0,0,0 +367390,0,0,0,0,0 +367391,0,0,0,0,0 +367392,0,0,0,0,0 +367393,0,0,0,0,0 +367394,0,0,0,0,0 +367395,0,0,0,0,0 +367396,0,0,0,0,0 +367397,0,0,0,0,0 +367398,0,0,0,0,0 +367399,0,0,0,0,0 +367400,0,0,0,0,0 +367401,0,0,0,0,0 +367402,0,0,0,0,0 +367403,0,0,0,0,0 +367404,0,0,0,0,0 +367405,0,0,0,0,0 +367406,0,0,0,0,0 +367407,0,0,0,0,0 +367408,0,0,0,0,0 +367409,0,0,0,0,0 +367410,0,0,0,0,0 +367411,0,0,0,0,0 +367412,0,0,0,0,0 +367413,0,0,0,0,0 +367414,0,0,0,0,0 +367415,0,0,0,0,0 +367416,0,0,0,0,0 +367417,0,0,0,0,0 +367418,0,0,0,0,0 +367419,0,0,0,0,0 +367420,0,0,0,0,0 +367421,0,0,0,0,0 +367422,0,0,0,0,0 +367423,0,0,0,0,0 +367424,0,0,0,0,0 +367425,0,0,0,0,0 +367426,0,0,0,0,0 +367427,0,0,0,0,0 +367428,0,0,0,0,0 +367429,0,0,0,0,0 +367430,0,0,0,0,0 +367431,0,0,0,0,0 +367432,0,0,0,0,0 +367433,0,0,0,0,0 +367434,0,0,0,0,0 +367435,0,0,0,0,0 +367436,0,0,0,0,0 +367437,0,0,0,0,0 +367438,0,0,0,0,0 +367439,0,0,0,0,0 +367440,0,0,0,0,0 +367441,0,0,0,0,0 +367442,0,0,0,0,0 +367443,0,0,0,0,0 +367444,0,0,0,0,0 +367445,0,0,0,0,0 +367446,0,0,0,0,0 +367447,0,0,0,0,0 +367448,0,0,0,0,0 +367449,0,0,0,0,0 +367450,0,0,0,0,0 +367451,0,0,0,0,0 +367452,0,0,0,0,0 +367453,0,0,0,0,0 +367454,0,0,0,0,0 +367455,0,0,0,0,0 +367456,0,0,0,0,0 +367457,0,0,0,0,0 +367458,0,0,0,0,0 +367459,0,0,0,0,0 +367460,0,0,0,0,0 +367461,0,0,0,0,0 +367462,0,0,0,0,0 +367463,0,0,0,0,0 +367464,0,0,0,0,0 +367465,0,0,0,0,0 +367466,0,0,0,0,0 +367467,0,0,0,0,0 +367468,0,0,0,0,0 +367469,0,0,0,0,0 +367470,0,0,0,0,0 +367471,0,0,0,0,0 +367472,0,0,0,0,0 +367473,0,0,0,0,0 +367474,0,0,0,0,0 +367475,0,0,0,0,0 +367476,0,0,0,0,0 +367477,0,0,0,0,0 +367478,0,0,0,0,0 +367479,0,0,0,0,0 +367480,0,0,0,0,0 +367481,0,0,0,0,0 +367482,0,0,0,0,0 +367483,0,0,0,0,0 +367484,0,0,0,0,0 +367485,0,0,0,0,0 +367486,0,0,0,0,0 +367487,0,0,0,0,0 +367488,0,0,0,0,0 +367489,0,0,0,0,0 +367490,0,0,0,0,0 +367491,0,0,0,0,0 +367492,0,0,0,0,0 +367493,0,0,0,0,0 +367494,0,0,0,0,0 +367495,0,0,0,0,0 +367496,0,0,0,0,0 +367497,0,0,0,0,0 +367498,0,0,0,0,0 +367499,0,0,0,0,0 +367500,0,0,0,0,0 +367501,0,0,0,0,0 +367502,0,0,0,0,0 +367503,0,0,0,0,0 +367504,0,0,0,0,0 +367505,0,0,0,0,0 +367506,0,0,0,0,0 +367507,0,0,0,0,0 +367508,0,0,0,0,0 +367509,0,0,0,0,0 +367510,0,0,0,0,0 +367511,0,0,0,0,0 +367512,0,0,0,0,0 +367513,0,0,0,0,0 +367514,0,0,0,0,0 +367515,0,0,0,0,0 +367516,0,0,0,0,0 +367517,0,0,0,0,0 +367518,0,0,0,0,0 +367519,0,0,0,0,0 +367520,0,0,0,0,0 +367521,0,0,0,0,0 +367522,0,0,0,0,0 +367523,0,0,0,0,0 +367524,0,0,0,0,0 +367525,0,0,0,0,0 +367526,0,0,0,0,0 +367527,0,0,0,0,0 +367528,0,0,0,0,0 +367529,0,0,0,0,0 +367530,0,0,0,0,0 +367531,0,0,0,0,0 +367532,0,0,0,0,0 +367533,0,0,0,0,0 +367534,0,0,0,0,0 +367535,0,0,0,0,0 +367536,0,0,0,0,0 +367537,0,0,0,0,0 +367538,0,0,0,0,0 +367539,0,0,0,0,0 +367540,0,0,0,0,0 +367541,0,0,0,0,0 +367542,0,0,0,0,0 +367543,0,0,0,0,0 +367544,0,0,0,0,0 +367545,0,0,0,0,0 +367546,0,0,0,0,0 +367547,0,0,0,0,0 +367548,0,0,0,0,0 +367549,0,0,0,0,0 +367550,0,0,0,0,0 +367551,0,0,0,0,0 +367552,0,0,0,0,0 +367553,0,0,0,0,0 +367554,0,0,0,0,0 +367555,0,0,0,0,0 +367556,0,0,0,0,0 +367557,0,0,0,0,0 +367558,0,0,0,0,0 +367559,0,0,0,0,0 +367560,0,0,0,0,0 +367561,0,0,0,0,0 +367562,0,0,0,0,0 +367563,0,0,0,0,0 +367564,0,0,0,0,0 +367565,0,0,0,0,0 +367566,0,0,0,0,0 +367567,0,0,0,0,0 +367568,0,0,0,0,0 +367569,0,0,0,0,0 +367570,0,0,0,0,0 +367571,0,0,0,0,0 +367572,0,0,0,0,0 +367573,0,0,0,0,0 +367574,0,0,0,0,0 +367575,0,0,0,0,0 +367576,0,0,0,0,0 +367577,0,0,0,0,0 +367578,0,0,0,0,0 +367579,0,0,0,0,0 +367580,0,0,0,0,0 +367581,0,0,0,0,0 +367582,0,0,0,0,0 +367583,0,0,0,0,0 +367584,0,0,0,0,0 +367585,0,0,0,0,0 +367586,0,0,0,0,0 +367587,0,0,0,0,0 +367588,0,0,0,0,0 +367589,0,0,0,0,0 +367590,0,0,0,0,0 +367591,0,0,0,0,0 +367592,0,0,0,0,0 +367593,0,0,0,0,0 +367594,0,0,0,0,0 +367595,0,0,0,0,0 +367596,0,0,0,0,0 +367597,0,0,0,0,0 +367598,0,0,0,0,0 +367599,0,0,0,0,0 +367600,0,0,0,0,0 +367601,0,0,0,0,0 +367602,0,0,0,0,0 +367603,0,0,0,0,0 +367604,0,0,0,0,0 +367605,0,0,0,0,0 +367606,0,0,0,0,0 +367607,0,0,0,0,0 +367608,0,0,0,0,0 +367609,0,0,0,0,0 +367610,0,0,0,0,0 +367611,0,0,0,0,0 +367612,0,0,0,0,0 +367613,0,0,0,0,0 +367614,0,0,0,0,0 +367615,0,0,0,0,0 +367616,0,0,0,0,0 +367617,0,0,0,0,0 +367618,0,0,0,0,0 +367619,0,0,0,0,0 +367620,0,0,0,0,0 +367621,-6.310759244,22.57815309,36.41103494,-1.597412667,-236.6257528 +367622,433.7182224,222.8227925,476.6267964,198.5470673,567.0246756 +367623,425.6743684,219.005425,468.3351093,194.8454906,558.3479093 +367624,413.39309,213.2451391,455.7555223,189.1957993,541.738832 +367625,401.0205232,207.625124,443.1959719,183.5882928,523.5772405 +367626,390.2628951,202.9495718,432.3918625,178.8195582,506.9078567 +367627,381.2831797,199.2474042,423.4855759,174.9396489,492.3376371 +367628,373.7450325,196.3125878,416.1142593,171.7640218,479.5805161 +367629,367.3073343,193.9514583,409.9172182,169.1138439,468.2515738 +367630,361.7379159,192.034396,404.6493022,166.8689904,458.082871 +367631,356.8881747,190.4787221,400.1526617,164.9533826,448.9095939 +367632,352.6524911,189.2259939,396.3142577,163.3137475,440.6187758 +367633,348.9452432,188.2294845,393.0420913,161.9076754,433.1178412 +367634,345.6941566,187.4498933,390.2577926,160.6998765,426.3265361 +367635,342.8342985,186.8533435,387.891771,159.6594053,420.1671516 +367636,340.3094892,186.411278,385.8839825,158.7600194,414.5690775 +367637,338.0721414,186.0999425,384.1834558,157.9799071,409.4698645 +367638,336.0822806,185.8997162,382.7472356,157.3010917,404.8148093 +367639,334.3061646,185.7943385,381.5389818,156.7086875,400.5557066 +367640,332.715232,185.7703108,380.5278883,156.1903314,396.6499803 +367641,331.2852399,185.8164009,379.6877785,155.7357231,393.0599482 +367642,329.9955741,185.9232444,378.9963703,155.3362617,389.7522213 +367643,328.8287213,186.0830381,378.4347082,154.9847699,386.6972708 +367644,327.7697384,186.289248,377.986598,154.6752271,383.8688787 +367645,326.8059435,186.5364306,377.6382687,154.4026118,381.2439159 +367646,325.926465,186.8200006,377.3778983,154.1626856,378.8017896 +367647,325.1207845,187.1476461,377.2038372,153.9505895,376.5243447 +367648,324.3813533,187.510614,377.1046762,153.763744,374.3954295 +367649,323.7020835,187.9004988,377.0685504,153.6003168,372.400788 +367650,323.0775268,188.3125909,377.0865676,153.4585399,370.5277023 +367651,322.5858655,189.0373263,377.4791373,153.3567991,368.7628183 +367652,322.2038481,190.007354,378.1727601,153.2917287,367.098202 +367653,321.8925803,191.1018042,379.0314242,153.254928,365.5261853 +367654,321.6283982,192.2514195,379.9744396,153.2404745,364.039301 +367655,321.4017706,193.4332532,380.9719585,153.2453954,362.6306009 +367656,321.2098936,194.6451009,382.0174437,153.268336,361.2939473 +367657,321.0517853,195.8894376,383.1101001,153.3084962,360.0239324 +367658,320.9265484,197.1678805,384.2487353,153.3652143,358.8158774 +367659,320.8330867,198.4806411,385.4310242,153.4378586,357.6656868 +367660,320.7702573,199.8272291,386.6541885,153.5258377,356.5697539 +367661,320.7369662,201.2069777,387.9154958,153.6286034,355.5248313 +367662,320.7322547,202.6192659,389.2124898,153.7456733,354.5280525 +367663,320.7553087,204.0635487,390.5430032,153.8766328,353.5769222 +367664,320.8053412,205.5392865,391.9050085,154.0210822,352.6690993 +367665,320.8816514,207.0459598,393.2966491,154.1786642,351.8025058 +367666,320.9836212,208.5830661,394.7162222,154.3490619,350.975312 +367667,321.1106606,210.1500993,396.1621141,154.5319739,350.18583 +367668,321.2622181,211.7465601,397.632807,154.7271178,349.4325199 +367669,321.4378182,213.3719768,399.1269105,154.9342472,348.7140515 +367670,321.6369421,215.0258546,400.6430391,155.1530975,348.0290769 +367671,321.8591871,216.7077501,402.179966,155.383457,347.3765151 +367672,322.1041142,218.4172033,403.733484,155.6250989,346.7552672 +367673,322.371349,220.1537846,405.3066486,155.8778258,346.1643954 +367674,322.6605093,221.9170622,406.8957676,156.1414373,345.6029845 +367675,322.9712301,223.7066146,408.5031294,156.4157413,345.0701852 +367676,323.3031917,225.5220426,410.1246051,156.7005664,344.5652584 +367677,323.6560746,227.3629497,411.7622645,156.9957416,344.0874925 +367678,324.0295391,229.2289327,413.4120407,157.3010872,343.6361603 +367679,324.4233206,231.1196242,415.0760655,157.6164576,343.210692 +367680,324.9528681,233.381507,417.0721089,157.964626,342.8106128 +367681,325.897731,236.0348775,419.6058935,158.4828117,343.021402 +367682,345.5106334,247.0902899,440.519402,167.6203762,377.8382298 +367683,374.9738282,262.3959708,471.1009844,181.1796367,431.850854 +367684,404.9603321,401.1982022,502.1618331,194.7927607,488.4025659 +367685,431.4894522,817.4413582,529.783614,206.6452777,540.0691078 +367686,454.0847799,561.8196025,553.4977768,216.5776459,585.507597 +367687,473.4633775,666.7626638,574.0103623,224.9782758,625.572781 +367688,490.4039194,687.7826295,592.0774769,232.2413068,661.3423392 +367689,505.4257135,706.0219683,608.223162,238.6412447,693.5803135 +367690,518.8595876,724.4988762,622.784049,244.3430858,722.7782685 +367691,530.9465496,742.2026109,1136.804239,249.461928,749.2934429 +367692,541.8848809,759.6227598,972.8825722,254.0913333,773.4242423 +367693,551.8448934,777.3091207,1015.93484,258.3112996,795.43626 +367694,560.9732354,794.2863338,1060.622914,262.1899731,815.5689604 +367695,569.3948694,811.2992725,1084.404999,265.7844077,834.0365671 +367696,577.2153796,827.8743672,1107.094385,269.1417881,851.0289854 +367697,584.5236541,845.2231625,1128.808374,272.3009535,866.7137577 +367698,591.3942895,861.1176578,1150.284133,275.2937753,881.2380883 +367699,597.8900879,877.7971407,1171.675679,278.1465078,894.7315899 +367700,604.0635867,893.9752871,1192.012421,280.8806307,907.3077059 +367701,609.9593334,910.1471832,1212.213544,283.5139838,919.06682 +367702,615.6145872,925.886954,1231.957176,286.0611528,930.0967538 +367703,621.0608635,942.3146601,1251.222547,288.5342166,940.474998 +367704,626.3247115,957.8829678,1270.16867,352.1197222,950.2696963 +367705,631.4285732,973.6573917,1288.70937,375.9482725,959.5409058 +367706,636.3913688,989.2727083,1306.888114,366.2169101,968.3414479 +367707,789.4308667,1004.749951,1324.708572,383.9763906,976.7180378 +367708,805.9880825,1020.223912,1342.181277,393.5142353,984.7115574 +367709,797.39493,1035.520904,1359.082662,402.7280101,992.3582809 +367710,829.3921454,1050.755673,1376.103204,411.6941148,999.6902226 +367711,845.3431802,1064.153344,1389.780009,419.6111239,1006.735613 +367712,861.3761877,1077.317838,1403.924431,427.6910884,1013.516757 +367713,876.3171874,1090.130962,1416.91872,435.2957295,1020.05662 +367714,891.3245612,1102.889296,1429.606402,442.7495432,1026.375817 +367715,905.8763135,1115.33887,1442.092581,450.3099165,1032.492403 +367716,920.119171,1127.764711,1454.072528,457.2221968,1038.422057 +367717,934.2815491,1139.899221,1465.709142,464.4561885,1044.178592 +367718,947.4554321,1152.028784,1477.105874,471.2572116,1049.7741 +367719,961.4126823,1163.874072,1488.086029,477.9101985,1055.219549 +367720,974.3432431,1175.730998,1498.786301,484.7598623,1060.524476 +367721,987.1252643,1187.304527,1509.171706,490.8712189,1064.245129 +367722,1008.32612,1218.090232,1532.23509,498.9121807,1065.149631 +367723,1022.552109,1232.227051,1543.671156,504.9901444,1066.028067 +367724,1034.579447,1246.130852,1554.155544,511.4527005,1066.911639 +367725,1047.876991,1258.518989,1564.193954,517.2216607,1067.803308 +367726,1059.507609,1270.976905,1573.590166,523.1069343,1068.695081 +367727,1071.994255,1283.271124,1582.931561,529.0664671,1069.577673 +367728,1083.970836,1295.249319,1591.839898,534.7779861,1070.443735 +367729,1095.164362,1307.112009,1600.331297,540.0000002,1071.288013 +367730,1106.404555,1318.75257,1608.787911,545.792917,1072.106464 +367731,1118.266956,1334.999577,1616.758513,551.0179149,1072.895874 +367732,1128.877354,1349.657077,1624.719809,556.3044919,1073.653596 +367733,1139.818665,1364.661296,1632.163977,561.4724063,1074.377384 +367734,1150.644945,1379.237631,1639.483917,566.4087829,1075.06529 +367735,1160.840989,1393.662446,1646.653794,571.6204585,1075.715789 +367736,1171.515537,1408.118318,1653.535124,576.565597,1076.327576 +367737,1181.8146,1422.099618,1660.042777,581.1564415,1076.899571 +367738,1191.699412,1436.248675,1666.606694,586.0173408,1077.430999 +367739,1201.660499,1450.065883,1672.777294,590.4784888,1077.921165 +367740,1211.580111,1463.802443,1678.808092,595.3274963,1078.36954 +367741,1611.785486,1646.471445,2074.302061,768.2689163,1127.751711 +367742,1436.162719,1584.186628,1892.948125,688.6917433,2036.425224 +367743,1728.239285,1696.303845,2203.072107,821.0260157,1972.601648 +367744,1624.674122,1696.250865,2054.848923,774.5431695,1883.282031 +367745,1635.763579,1685.140038,2104.902122,779.2980302,1921.587297 +367746,1657.763251,1712.073546,2090.570903,789.6622656,1947.831844 +367747,1667.150314,1725.11114,2121.497672,793.9475567,1957.954727 +367748,1676.95877,1738.635868,2108.399479,798.6258919,1969.142587 +367749,1686.582243,1751.617433,2120.411346,802.6326112,1979.554558 +367750,1696.195269,1764.935955,2124.834075,807.7162855,1990.281195 +367751,1705.661797,1777.777892,2134.104043,811.7176642,2000.27348 +367752,1715.888721,1792.097977,2132.507417,816.6107768,2011.455606 +367753,1724.012334,1803.334319,2142.747808,820.2803988,2019.986459 +367754,1916.091823,1904.326851,2328.646296,907.8595277,2357.515328 +367755,1479.346022,1716.55,1869.583988,711.0036966,1547.441256 +367756,2052.865726,1972.918212,2445.154221,968.3441006,2622.983578 +367757,1471.636893,1733.534071,1894.523938,708.1476246,1489.995225 +367758,2072.616889,1999.405352,2461.801015,977.3084148,2640.463977 +367759,1485.040297,1754.66047,1861.255418,714.1607377,1524.060435 +367760,2100.425763,2034.856907,2473.661384,988.7051354,2657.999515 +367761,1507.639714,1787.098186,1908.548173,722.9523232,1526.891023 +367762,2121.234492,2063.362667,2472.834819,997.7231541,2689.850862 +367763,1522.223793,1810.785793,1907.640456,729.3933056,1529.059143 +367764,2140.182763,2103.394131,2470.013142,1006.133155,2713.433848 +367765,1536.418308,1813.382245,1945.412411,735.3707475,1539.548786 +367766,2158.985941,2124.572812,2464.14386,1014.37471,2738.305926 +367767,1549.629476,1853.78582,1950.549334,741.1419482,1541.283259 +367768,2177.428268,2139.595832,2457.208983,1022.387648,2760.490777 +367769,1563.236281,1878.377456,1970.315484,746.5821372,1552.072992 +367770,2194.426007,2180.109065,2449.249686,1030.288212,2776.446195 +367771,1576.765245,1874.859306,1988.211211,752.1651858,1564.69078 +367772,2210.613659,2196.168479,2440.573616,1037.418458,2790.420819 +367773,1590.59547,1916.26052,2005.985591,758.122271,1578.524391 +367774,2225.793819,2204.823433,2430.072932,1044.078169,2802.216603 +367775,1604.205123,1937.559421,2025.539057,763.9101531,1592.960616 +367776,2240.413737,2224.533092,2419.442553,1050.465634,2817.898457 +367777,1617.383225,1975.022225,2047.709537,769.622881,1610.224821 +367778,2254.881817,2217.131896,2407.102849,1056.75343,2815.703907 +367779,1630.562229,1984.666245,2061.736941,775.3439848,1620.967322 +367780,2268.319785,2278.624494,2397.213083,1062.511558,2841.991295 +367781,1643.964054,1963.404188,2081.247541,781.1072495,1623.51757 +367782,2281.132066,2310.054644,2391.407097,1068.067659,2852.287769 +367783,1657.010274,1978.376546,2094.249926,786.6554767,1639.896694 +367784,2294.105796,2326.171611,2385.866057,1073.539362,2862.168712 +367785,1669.24132,1994.460463,2102.884695,791.9962155,1649.326441 +367786,2307.103881,2342.384747,2381.028104,1079.049966,2873.178303 +367787,1869.013469,2113.17028,2308.342885,882.4434235,2001.44965 +367788,2038.651062,2206.511073,2208.649625,958.0990153,2354.927029 +367789,2016.036126,2205.942647,2280.426684,947.9175067,2271.977858 +367790,2021.645194,2205.191295,2267.402429,950.313569,2298.239422 +367791,2027.344278,2215.965194,2271.369315,952.6525389,2295.344328 +367792,2033.224183,2222.145677,2269.925332,955.0878861,2309.510454 +367793,2038.955866,2229.349069,2273.770944,957.5660397,2295.628103 +367794,2044.661867,2236.085182,2281.219034,959.9175591,2314.46085 +367795,2050.311774,2242.865578,2279.777846,962.2879241,2315.457499 +367796,2055.912896,2249.425596,2282.544603,964.6270205,2319.858562 +367797,2061.465751,2255.754103,2286.111042,966.9424057,2324.616342 +367798,2068.177744,2262.343039,2293.529324,969.235107,2329.058591 +367799,2073.96713,2268.516082,2288.148148,971.5064081,2333.435133 +367800,2079.423002,2274.618119,2298.615019,973.8078065,2337.757003 +367801,2091.886602,2283.71759,2305.760605,978.8502826,2364.973227 +367802,2098.97311,2290.318743,2311.648059,981.7586021,2341.552231 +367803,2105.913896,2296.629453,2312.6413,984.569789,2373.449136 +367804,2112.497249,2302.817215,2314.520329,987.2129054,2368.207296 +367805,2119.177348,2308.744203,2316.49417,989.844221,2379.045219 +367806,2125.473451,2314.497904,2316.06865,992.4226461,2383.588267 +367807,2131.955054,2320.385013,2315.445738,994.9649013,2389.937275 +367808,2138.284888,2325.889038,2314.727361,997.4775281,2370.511399 +367809,2144.588205,2331.425643,2315.695803,999.9632561,2405.521576 +367810,2150.849679,2336.740021,2315.609087,1002.42846,2406.370663 +367811,2157.189131,2349.008507,2313.527021,1004.871764,2395.470141 +367812,2163.210582,2337.184797,2313.967471,1007.292125,2416.506784 +367813,2169.336269,2363.234691,2312.707096,1009.644611,2409.556022 +367814,2175.609759,2353.844893,2313.749528,1012.154652,2417.999476 +367815,2181.583372,2362.716797,2315.124921,1014.385102,2421.469043 +367816,2187.643853,2367.40526,2316.666885,1016.770088,2425.635747 +367817,2193.65504,2371.58144,2318.295786,1019.08154,2429.778808 +367818,2199.752249,2376.000854,2319.905552,1021.385176,2433.722678 +367819,2205.533533,2380.376216,2321.48806,1023.673206,2437.959038 +367820,2211.546721,2384.568623,2323.038352,1025.946212,2441.869694 +367821,2217.434017,2388.76466,2326.252229,1028.203503,2445.827604 +367822,2223.308503,2392.63678,2326.790088,1030.449383,2455.587102 +367823,2229.164833,2396.514275,2327.881523,1032.678291,2450.611314 +367824,2234.994334,2400.341053,2329.058316,1034.895343,2458.464974 +367825,2240.801167,2403.955642,2330.33127,1037.042658,2461.55659 +367826,2246.585465,2407.527055,2331.66206,1039.317128,2465.218522 +367827,2252.345708,2410.800581,2332.99447,1041.455671,2468.762149 +367828,2258.088145,2414.378138,2334.331466,1043.631196,2472.650646 +367829,2263.809165,2417.629672,2337.35334,1045.78512,2476.293826 +367830,2269.506334,2420.541646,2337.623555,1047.932015,2479.746392 +367831,2275.098061,2423.102816,2338.471535,1050.070982,2483.483565 +367832,2280.648973,2425.250408,2339.509039,1052.202355,2486.765851 +367833,2286.170831,2427.246981,2340.615893,1054.322443,2490.532487 +367834,2291.66497,2429.082464,2341.746541,1056.431993,2493.930097 +367835,2297.132588,2430.792614,2342.872496,1058.588513,2497.411335 +367836,2302.695755,2432.336649,2343.98422,1060.591355,2500.796311 +367837,2307.928156,2433.741262,2345.086033,1062.710843,2504.043617 +367838,2313.409381,2435.020518,2346.180246,1064.770372,2507.66591 +367839,2318.758718,2436.19587,2347.265294,1066.828686,2510.870513 +367840,2324.103017,2437.165765,2348.340271,1068.877628,2514.264987 +367841,2332.183118,2438.176255,2351.076257,1070.857819,2517.560224 +367842,2337.03588,2438.703217,2351.082697,1072.976809,2520.535358 +367843,2342.633852,2439.470375,2351.697575,1074.954846,2524.107853 +367844,2347.962123,2439.956395,2352.547617,1076.976406,2527.203657 +367845,2353.734415,2440.334608,2353.615988,1078.979759,2535.783626 +367846,2360.984358,2435.206134,2354.477584,1084.26988,2525.742426 +367847,2363.315749,2433.751992,2355.54908,1086.717433,2544.760592 +367848,2343.821347,2433.430194,2356.995032,1088.966993,2537.521836 +367849,2385.959977,2432.863036,2358.41703,1091.154617,2542.881779 +367850,2373.311041,2432.301719,2359.746955,1093.305312,2546.445642 +367851,2382.069094,2431.598769,2361.091517,1095.42912,2549.233319 +367852,2387.232546,2430.939842,2362.594662,1097.532024,2551.907857 +367853,2392.260515,2430.096882,2363.855947,1099.556461,2555.37905 +367854,2397.275176,2429.19401,2365.091402,1101.716064,2557.96947 +367855,2402.394097,2428.193122,2366.425597,1103.788241,2566.245232 +367856,2407.163322,2427.111805,2367.725938,1105.749076,2562.280362 +367857,2412.201296,2425.908942,2368.835479,1107.821671,2567.554157 +367858,2416.969672,2424.594128,2369.886923,1109.828884,2570.1485 +367859,2422.071929,2423.377207,2372.626358,1111.833095,2573.164532 +367860,2426.849088,2421.674251,2372.675965,1113.829108,2575.610053 +367861,2330.849543,2360.90739,2368.141423,1062.609033,2370.236955 +367862,2299.401236,2372.889849,2352.150426,1063.456983,2364.328768 +367863,2321.747948,2356.836578,2334.215511,1064.884412,2368.128659 +367864,2326.61853,2359.486381,2322.66909,1066.257253,2369.037984 +367865,2326.893242,2356.300072,2313.251891,1067.751634,2370.600837 +367866,2331.931807,2353.546309,2307.979171,1069.265158,2372.086672 +367867,2335.664425,2351.191961,2305.080007,1070.807715,2374.124395 +367868,2339.856307,2348.453806,2303.501681,1072.361363,2375.799333 +367869,2343.818593,2345.911703,2302.638366,1073.923763,2377.634456 +367870,2347.767709,2342.875205,2302.174536,1075.491792,2379.341695 +367871,2351.860202,2340.087046,2301.959479,1077.063483,2381.446817 +367872,2355.802316,2337.134187,2301.909216,1078.637907,2383.19689 +367873,2360.027945,2334.003208,2301.964962,1080.214112,2385.18106 +367874,2363.776073,2330.984331,2302.09291,1081.791757,2386.810165 +367875,2367.969733,2327.827871,2304.088528,1083.369374,2394.557898 +367876,2371.886823,2324.381506,2303.37361,1084.889006,2388.304353 +367877,2375.980079,2313.759607,2303.018988,1086.55955,2393.107056 +367878,2379.921616,2327.848265,2303.251509,1088.095755,2395.148503 +367879,2383.911825,2302.338359,2303.464176,1089.981774,2396.790623 +367880,2388.005508,2314.08324,2303.617455,1092.464449,2398.36285 +367881,2392.073538,2305.485371,2303.92164,1092.682956,2400.777144 +367882,2395.748951,2302.047709,2304.286168,1096.295603,2402.005192 +367883,2399.909031,2298.579948,2306.319476,1094.623739,2404.305899 +367884,2403.733178,2294.463413,2305.65156,1102.031577,2405.611818 +367885,2407.924828,2290.587575,2305.618929,1095.208606,2408.3375 +367886,2419.085504,2286.504616,2305.945669,1108.816582,2414.473601 +367887,2404.929439,2282.358097,2306.396699,1093.455855,2409.904103 +367888,2425.02555,2278.277465,2306.742764,1119.32709,2413.327429 +367889,2422.567268,2273.819314,2307.116552,1086.625509,2415.73186 +367890,2427.631076,2269.491106,2307.586935,1114.161838,2417.080523 +367891,2431.319058,2264.922993,2308.039084,1125.979716,2418.956484 +367892,2435.244728,2260.168734,2308.655489,1083.974141,2425.85954 +367893,2438.632106,2255.309086,2309.293742,1121.978766,2421.258708 +367894,2442.47631,2250.444998,2309.682914,1111.040087,2424.129296 +367895,2446.017695,2245.595124,2310.019662,1113.848575,2426.533198 +367896,2449.723263,2240.299832,2310.421549,1115.602114,2428.257373 +367897,2453.251222,2235.238651,2310.978903,1116.878192,2434.512511 +367898,2456.824456,2230.043023,2311.543406,1118.305149,2430.827394 +367899,2460.390803,2224.687657,2311.909016,1119.673238,2432.691142 +367900,2463.942809,2219.358655,2312.359863,1121.045583,2439.779616 +367901,2467.620005,2213.876177,2312.910345,1122.412539,2436.720673 +367902,2470.923416,2208.52297,2313.289762,1123.773819,2437.558309 +367903,2474.530056,2202.663556,2313.692382,1125.130008,2443.561394 +367904,2478.001362,2197.192685,2315.889266,1126.482163,2442.887502 +367905,2483.243453,2191.350855,2315.361213,1127.825108,2445.43418 +367906,2488.605264,2185.608549,2315.310204,1129.167356,2443.248632 +367907,2486.234246,2179.85491,2315.290813,1130.502398,2442.64831 +367908,2509.064736,2173.750705,2315.139085,1131.832989,2439.879422 +367909,2465.648879,2165.841442,2314.843046,1133.224421,2436.433673 +367910,2513.369009,2157.720853,2314.431173,1134.447466,2433.072366 +367911,2498.441317,2157.968046,2313.937327,1135.811163,2429.833488 +367912,2505.254998,2157.532568,2313.431361,1137.047855,2426.774814 +367913,2508.74148,2115.516316,2313.008819,1138.455054,2423.982543 +367914,2511.865496,2168.182036,2312.632333,1139.713095,2421.386024 +367915,2515.291002,2097.374383,2314.037333,1141.025179,2421.091572 +367916,2529.33532,2138.03964,2312.763137,1142.321085,2417.639658 +367917,2505.796366,2132.024801,2311.953463,1143.616152,2414.842498 +367918,2532.892098,2078.74657,2311.361577,1144.973021,2412.375269 +367919,2526.700269,2121.486215,2310.877923,1146.159136,2410.096395 +367920,2531.554771,2087.602791,2310.405331,1147.490229,2407.884286 +367921,2292.584391,1981.41305,2314.1266,1039.078766,2412.865779 +367922,2288.117667,1967.909608,2298.696849,1037.09764,2036.936467 +367923,2285.743989,1959.067375,2266.071628,1035.773776,1934.403611 +367924,2283.816469,1949.944248,2234.691379,1034.947107,2090.053998 +367925,2282.388255,1940.951514,2212.745774,1038.32958,2004.882735 +367926,2293.039361,1932.165191,2197.267087,1030.464434,2024.255565 +367927,2262.115033,1923.141574,2186.998633,1039.756714,2015.992768 +367928,2287.689146,1914.283855,2180.397561,1025.012953,2014.41156 +367929,2276.228399,1905.630677,2176.053776,1044.461135,2012.646401 +367930,2277.18114,1896.7492,2173.211659,1015.607163,2010.889193 +367931,2276.50949,1887.968638,2171.334965,1055.279019,2009.298474 +367932,2275.693737,1879.172121,2170.106336,1003.790353,2007.821729 +367933,2274.931009,1870.373025,2169.313971,1042.552665,2006.438684 +367934,2274.414012,1861.446889,2168.76247,1037.774475,2005.132328 +367935,2273.76411,1852.80986,2168.397107,1015.925187,2004.032636 +367936,2273.268628,1867.101335,2169.895264,1049.186382,2002.716133 +367937,2272.555727,1801.892907,2168.752528,1006.915291,2001.657301 +367938,2272.053461,1865.04647,2168.24114,1057.344271,2000.702701 +367939,2271.59355,1781.307553,2167.962716,999.4606344,1999.709017 +367940,2293.843718,1824.246623,2169.599415,1041.289573,1998.817605 +367941,2236.385092,1796.360611,2168.508664,1032.98994,1997.973973 +367942,2286.504706,1790.961058,2169.84901,1017.775969,1997.196296 +367943,2276.60185,1782.15999,2170.39177,1042.392599,1996.440812 +367944,2253.815795,1773.242815,2168.885956,1011.26008,1995.854314 +367945,2276.329779,1764.602681,2168.238885,1048.303339,1995.047446 +367946,2278.245093,1755.841609,2167.900911,1005.900518,1994.497857 +367947,2251.19587,1746.908012,2167.761934,1050.748975,1993.941824 +367948,2296.446719,1738.091025,2169.519725,1003.997521,1993.373821 +367949,2234.99131,1729.450126,2170.374245,1049.776775,1992.930592 +367950,2281.826311,1720.61172,2169.109098,1005.514687,1992.437343 +367951,2263.809963,1711.879045,2170.396962,1047.22783,1992.014856 +367952,2266.37793,1703.020309,2171.002511,1007.572968,1991.651848 +367953,2266.304993,1694.452303,2171.382276,1044.301968,1991.270018 +367954,2265.928709,1685.776328,2169.864805,1010.19057,1990.952682 +367955,2265.750724,1688.772829,2171.042198,1041.479171,1990.766968 +367956,2265.408486,1651.282954,2171.635878,1012.424167,1990.278396 +367957,2265.098038,1667.794683,2172.094458,1038.583714,1985.639251 +367958,2265.124828,1649.30215,2170.771906,1015.05545,1996.920963 +367959,2264.528503,1642.270888,2172.262756,1035.837433,1984.752017 +367960,2264.549549,1633.892674,2171.383308,1017.386597,1981.832863 +367961,2264.294708,1625.27459,2171.341271,1033.767002,2004.943018 +367962,2264.030386,1616.880334,2171.652242,1018.932197,1967.994828 +367963,2263.908149,1608.250088,2172.167731,1031.751698,2011.470741 +367964,2263.642859,1599.7629,2172.780049,1020.915572,1971.670561 +367965,2263.539176,1591.481321,2175.158269,1028.518648,2004.044779 +367966,2263.287835,1583.032453,2174.786515,1024.43121,1967.966464 +367967,2263.203109,1574.70972,2175.023333,1026.239988,2002.515314 +367968,2262.979478,1566.410562,2175.435465,1025.686161,1989.845332 +367969,2262.911443,1558.155791,2175.98135,1025.771032,1975.493305 +367970,2262.808641,1549.948484,2178.4261,1025.762128,1995.343649 +367971,2262.694297,1541.782394,2178.146264,1025.757932,1993.147202 +367972,2262.60262,1533.573225,2178.462445,1025.750976,1978.533424 +367973,2262.525435,1525.642374,2180.770649,1025.746249,1998.728187 +367974,2262.456098,1517.662522,2180.425669,1025.746209,1979.218368 +367975,2262.42094,1509.587968,2180.699303,1025.805952,1992.476397 +367976,2262.407483,1501.658494,2182.969711,1025.712365,1988.087462 +367977,2262.410214,1493.932264,2182.600474,1025.758091,1988.739918 +367978,2262.456996,1486.092625,2182.836763,1025.748429,2004.131192 +367979,2262.532267,1478.388436,2183.293772,1025.749519,1965.887998 +367980,2262.643201,1470.644708,2183.876476,1025.750615,2000.293984 +367981,2501.132433,1570.957177,2190.51914,1132.658501,2414.105945 +367982,2526.554518,1565.826212,2218.577453,1134.94609,2432.365503 +367983,2470.198747,1560.5926,2251.487856,1136.924905,2422.976815 +367984,2537.044862,1554.586267,2277.153208,1138.248477,2427.914798 +367985,2500.765669,1549.054655,2294.986691,1139.809027,2436.282519 +367986,2522.804919,1543.183451,2306.778717,1141.030266,2437.66454 +367987,2519.676382,1537.433541,2314.611993,1142.282657,2439.669946 +367988,2523.837193,1531.696181,2319.991667,1143.485348,2442.483441 +367989,2526.557907,1526.003824,2325.667279,1144.722693,2445.618971 +367990,2529.314221,1520.370637,2329.48117,1145.763126,2447.747823 +367991,2532.007114,1514.797666,2332.299836,1146.925719,2450.089906 +367992,2534.649287,1509.292857,2334.518584,1148.009167,2452.473441 +367993,2537.247468,1503.859359,2336.371868,1149.081602,2454.772848 +367994,2539.799448,1498.547986,2336.283444,1150.133166,2456.54652 +367995,2542.321557,1493.28529,2337.038795,1151.170609,2459.069387 +367996,2544.800125,1488.209053,2338.272525,1152.121308,2466.122676 +367997,2547.243387,1482.977052,2339.506361,1153.221525,2457.60505 +367998,2549.655897,1477.924119,2342.419996,1154.228284,2471.150068 +367999,2552.02699,1473.094929,2344.518218,1155.108087,2467.9053 +368000,2554.517617,1468.19298,2346.086819,1156.1101,2469.118514 +368001,2556.597139,1463.454898,2345.587424,1156.971232,2470.947724 +368002,2558.988332,1458.806577,2345.978815,1157.997118,2473.39375 +368003,2561.218545,1455.40424,2348.47397,1158.861729,2475.948367 +368004,2563.421135,1452.243597,2348.446621,1159.767085,2476.666099 +368005,2565.619004,1449.241127,2349.188612,1160.653209,2483.395603 +368006,2567.782255,1445.569136,2351.748806,1161.538242,2476.346629 +368007,2569.907012,1442.860466,2353.350492,1162.463768,2487.117031 +368008,2572.007207,1440.211958,2353.012895,1163.70845,2484.200349 +368009,2576.064638,1437.645414,2353.374585,1165.15371,2485.124252 +368010,2573.207715,1435.128457,2355.652007,1166.701701,2488.077499 +368011,2589.530357,1432.575691,2355.567708,1168.2604,2493.734586 +368012,2564.532597,1429.966645,2356.04077,1169.996675,2485.969563 +368013,2613.893088,1427.585938,2358.300015,1171.613388,2496.591166 +368014,2544.436081,1425.049596,2358.162534,1173.467732,2494.541849 +368015,2603.234143,1422.612387,2360.338094,1175.313623,2495.994721 +368016,2595.522453,1420.18201,2359.82785,1177.211492,2495.914826 +368017,2569.574914,1417.778748,2360.099729,1179.24246,2501.937013 +368018,2599.144905,1415.477735,2360.778617,1181.16599,2501.13768 +368019,2616.516779,1412.996506,2361.381027,1183.299741,2500.972274 +368020,2553.485136,1410.712639,2361.921429,1185.436314,2501.534267 +368021,2618.108433,1408.379849,2362.45899,1187.642808,2502.562389 +368022,2605.881305,1405.995214,2362.912806,1189.909354,2503.67656 +368023,2571.623546,1403.833033,2363.42872,1192.235586,2504.892011 +368024,2613.688144,1401.511896,2363.972599,1194.620652,2505.381927 +368025,2596.60061,1399.27816,2364.391985,1197.064591,2505.033618 +368026,2603.108296,1397.050862,2364.686081,1199.56721,2504.60821 +368027,2603.616499,1394.841048,2364.876735,1202.128372,2504.145255 +368028,2605.266306,1392.648783,2364.98342,1204.746675,2503.661395 +368029,2606.66188,1390.47596,2366.78061,1207.426709,2505.319464 +368030,2608.029293,1388.314921,2365.911682,1210.159949,2503.785443 +368031,2609.439835,1386.177188,2365.541959,1212.956184,2502.908229 +368032,2610.874862,1383.976171,2367.039441,1215.809654,2504.349946 +368033,2616.806444,1381.983491,2365.962375,1218.718951,2502.681147 +368034,2607.160276,1379.841587,2365.457805,1221.690119,2501.738859 +368035,2636.409921,1377.7826,2366.837161,1224.718919,2503.123006 +368036,2589.493228,1375.805861,2365.705809,1227.874728,2501.46524 +368037,2634.629705,1373.65432,2365.177339,1230.914826,2500.564202 +368038,2627.515502,1371.689481,2364.761332,1234.16966,2499.811266 +368039,2601.662409,1369.679498,2364.468082,1237.465758,2499.220718 +368040,2649.371039,1367.691693,2364.233965,1240.682267,2498.719199 +368041,2661.756375,1388.473782,2363.574125,1267.086502,2497.556514 +368042,2688.308001,1387.880434,2365.045107,1271.722526,2499.544632 +368043,2677.257508,1386.819524,2369.463562,1276.164071,2505.512519 +368044,2686.225743,1385.630422,2371.285529,1280.524492,2508.496723 +368045,2688.262084,1384.362313,2373.32482,1284.606509,2511.819222 +368046,2691.094061,1383.04422,2375.143638,1289.02791,2514.876351 +368047,2693.975744,1381.703666,2378.429209,1293.242147,2519.70849 +368048,2696.946524,1380.347266,2380.59095,1297.560242,2523.139865 +368049,2699.775084,1378.988768,2382.22604,1301.906909,2525.890234 +368050,2702.506235,1377.626879,2381.813931,1306.368448,2526.073578 +368051,2705.464013,1376.271264,2382.121105,1310.688087,2527.05584 +368052,2708.179914,1374.839126,2384.377419,1315.221615,2530.348877 +368053,2711.052874,1373.604715,2385.791762,1319.733718,2532.559258 +368054,2713.828708,1372.206159,2385.140899,1324.305497,2532.193526 +368055,2716.754515,1370.883597,2386.943579,1328.851968,2534.78129 +368056,2719.401692,1369.552524,2386.343483,1333.713676,2534.374127 +368057,2722.27171,1368.232515,2386.421461,1338.258849,2534.747193 +368058,2724.941585,1366.999069,2388.451703,1343.096945,2537.471433 +368059,2727.953716,1365.576705,2389.658595,1347.900735,2539.167054 +368060,2730.625459,1364.333337,2388.822869,1352.765831,2538.340789 +368061,2733.480688,1363.03536,2388.741622,1357.681923,2538.40556 +368062,2736.352477,1361.756675,2390.646905,1362.645994,2540.874917 +368063,2739.096993,1360.482193,2390.034002,1367.736374,2540.239825 +368064,2741.995846,1359.224919,2391.763649,1372.679407,2542.465971 +368065,2744.777037,1383.058477,2392.716436,1377.763822,2543.734565 +368066,2747.563414,1319.861579,2391.736953,1383.029564,2542.625125 +368067,2750.525927,1372.878882,2393.306681,1388.177532,2544.62605 +368068,2753.340286,1370.706296,2394.128101,1393.441416,2545.699988 +368069,2756.146579,1325.121047,2394.938237,1398.741881,2546.524 +368070,2759.0566,1363.35298,2395.470812,1404.170223,2547.252806 +368071,2761.508418,1367.237978,2395.8406,1409.262286,2547.779399 +368072,2764.436724,1322.088037,2396.188861,1414.552836,2548.28162 +368073,2765.046058,1381.23704,2396.468461,1422.212338,2548.707395 +368074,2767.979054,1303.978384,2394.607717,1428.683158,2546.975559 +368075,2771.392375,1358.290058,2395.187927,1429.508278,2548.542101 +368076,2774.584422,1346.059722,2393.408722,1447.874563,2547.260557 +368077,2777.945593,1324.543795,2392.510661,1425.695515,2546.98775 +368078,2781.41566,1354.318734,2393.74611,1449.575907,2549.242502 +368079,2784.710427,1314.350299,2392.544059,1454.1356,2548.427412 +368080,2788.126708,1359.375425,2392.000321,1457.17336,2548.366948 +368081,2791.563966,1305.560331,2391.731539,1463.657563,2548.597958 +368082,2794.834336,1358.328524,2391.600148,1469.27887,2548.964366 +368083,2798.49646,1302.771108,2391.559316,1474.990924,2549.419767 +368084,2801.838167,1353.204053,2391.560214,1480.508438,2549.911385 +368085,2813.496423,1303.076729,2391.71592,1486.2538,2550.583022 +368086,2796.855559,1345.897262,2391.730988,1491.858723,2551.073646 +368087,2825.650293,1305.131435,2393.452812,1497.723595,2553.665253 +368088,2803.100868,1336.321216,2394.232086,1503.417453,2555.105696 +368089,2831.846706,1309.783428,2392.941749,1509.300135,2553.99798 +368090,2818.665405,1326.905786,2392.486414,1514.9756,2553.898763 +368091,2827.087686,1312.847974,2392.179144,1520.870076,2553.956234 +368092,2830.05026,1318.90117,2391.9729,1526.709765,2554.121541 +368093,2833.676134,1315.067918,2393.57961,1532.587134,2556.520331 +368094,2836.748586,1314.205194,2392.580633,1538.571382,2555.71741 +368095,2840.371679,1312.912156,2392.153831,1544.35123,2555.619326 +368096,2843.817895,1311.623225,2391.912778,1553.156948,2555.740431 +368097,2847.196261,1310.34122,2391.764274,1557.966481,2555.968812 +368098,2850.652853,1309.066819,2391.66415,1567.251209,2556.255625 +368099,2854.079256,1307.800235,2391.599811,1565.695184,2556.589191 +368100,2857.500412,1306.540981,2391.574137,1565.573739,2556.97482 +368101,2779.095617,1272.097081,2392.760152,1557.790288,2559.51752 +368102,2788.668565,1270.446604,2386.183809,1543.750599,2551.125785 +368103,2787.918113,1268.879439,2378.563449,1561.769924,2540.956062 +368104,2791.551595,1267.366693,2373.880911,1563.485716,2534.075823 +368105,2794.166072,1265.874336,2370.018438,1569.96678,2528.135583 +368106,2805.107507,1264.395867,2365.561881,1575.919018,2521.532807 +368107,2787.721298,1262.92696,2362.745971,1581.626368,2517.315097 +368108,2815.931293,1261.469008,2362.626168,1587.558726,2516.322606 +368109,2792.484111,1260.023551,2362.108365,1593.415093,2515.018121 +368110,2821.039767,1258.585082,2361.555823,1602.8217,2513.854001 +368111,2797.973669,1257.157598,2359.267519,1610.778799,2510.715738 +368112,2826.442905,1255.805463,2359.669077,1626.707175,2511.016472 +368113,2811.797808,1254.287652,2359.66624,1617.393221,2510.947225 +368114,2819.790914,1252.931422,2359.418097,1637.759076,2510.699472 +368115,2822.17369,1251.522187,2357.36128,1643.111459,2508.329719 +368116,2824.638819,1250.127323,2357.951096,1650.887095,2509.292793 +368117,2827.081922,1248.743667,2356.259961,1668.946348,2507.524695 +368118,2829.979717,1247.361763,2357.049111,1653.142676,2508.873795 +368119,2832.500527,1245.989854,2357.206144,1685.894823,2509.516489 +368120,2835.064464,1244.622394,2357.119541,1676.405194,2509.928203 +368121,2837.48379,1243.261453,2356.917948,1694.056522,2510.254214 +368122,2840.325636,1241.90621,2356.649721,1701.869314,2510.541224 +368123,2842.761651,1240.485285,2356.335947,1715.30945,2510.806263 +368124,2845.170743,1239.247954,2354.324992,1710.093405,2509.006935 +368125,2847.967281,1237.85561,2354.985179,1732.898589,2510.507226 +368126,2850.310947,1236.535513,2355.08807,1729.568086,2511.348437 +368127,2852.726336,1235.208996,2353.43061,1742.674573,2510.053583 +368128,2855.288588,1233.884317,2352.874745,1748.93624,2510.128632 +368129,2857.739919,1232.567275,2352.842619,1757.412282,2510.860915 +368130,2860.170376,1231.254457,2353.078088,1765.234644,2511.944883 +368131,2862.347529,1229.925888,2353.439328,1772.924298,2513.212711 +368132,2864.439501,1228.408962,2353.829687,1780.369611,2514.558173 +368133,2866.484348,1227.040074,2354.204048,1788.102034,2515.929946 +368134,2868.511193,1225.607921,2354.545378,1795.527859,2517.303132 +368135,2870.482887,1224.184536,2354.848386,1803.004453,2518.663969 +368136,2872.424063,1222.759766,2355.115655,1810.29044,2520.008518 +368137,2874.330177,1221.334139,2355.353148,1817.839654,2521.338433 +368138,2876.095341,1219.912438,2355.750627,1825.077504,2522.648025 +368139,2878.016317,1218.481163,2355.917005,1832.378748,2523.933961 +368140,2880.778029,1217.05643,2357.806245,1845.263612,2527.370038 +368141,2884.694772,1215.630315,2358.675555,1838.93807,2529.574207 +368142,2888.863013,1214.271388,2357.5524,1862.818488,2529.333553 +368143,2893.539629,1212.741503,2357.345941,1858.479429,2530.216236 +368144,2898.00034,1211.361137,2357.420069,1869.100224,2531.432642 +368145,2902.851496,1209.851192,2359.299926,1875.927942,2534.882054 +368146,2907.204724,1208.525668,2358.66209,1882.489906,2535.239453 +368147,2912.239542,1207.046272,2358.628525,1889.658803,2536.35154 +368148,2917.033044,1205.626464,2360.461394,1896.602773,2539.77486 +368149,2921.654494,1204.20066,2359.774872,1903.224348,2540.097808 +368150,2926.800657,1202.768338,2361.342774,1910.279699,2543.417722 +368151,2931.499609,1201.341864,2362.160226,1916.896047,2545.611547 +368152,2936.545772,1199.980555,2362.677747,1923.47751,2547.44467 +368153,2941.317273,1198.45535,2361.410385,1930.267087,2547.073335 +368154,2946.184993,1197.073851,2361.039632,1936.86436,2547.795833 +368155,2951.430467,1195.63694,2361.034194,1943.406504,2548.95705 +368156,2956.464613,1194.208954,2362.838743,1950.074804,2552.361262 +368157,2961.195638,1192.784811,2362.114717,1956.163742,2552.660909 +368158,2966.393419,1191.357716,2361.984886,1962.891949,2553.706774 +368159,2971.411365,1189.932834,2362.069471,1969.173447,2555.020159 +368160,2976.417064,1188.44143,2362.339297,1980.953204,2556.567465 +368161,2825.854515,1120.876759,2360.897361,1911.493257,2556.8889 +368162,2831.76162,1118.520517,2349.722292,1922.135341,2543.286784 +368163,2833.941969,1116.61192,2332.656351,1926.14548,2521.048712 +368164,2838.198628,1114.689087,2319.353747,1931.962191,2502.74355 +368165,2841.967336,1112.807579,2309.699138,1937.398506,2402.915343 +368166,2845.605128,1110.884818,2295.746931,1942.373423,2275.559348 +368167,2857.481849,1109.115853,2284.410044,1953.217702,2375.626683 +368168,2849.813753,1107.223162,2278.49205,1951.818007,2336.123797 +368169,2858.503007,1105.394876,2275.227286,1959.58192,2337.152317 +368170,2861.779406,1103.563535,2273.117445,1964.873919,2335.856281 +368171,2865.401936,1101.73732,2271.902703,1969.831963,2334.75457 +368172,2869.093699,1099.915632,2271.138568,1975.160776,2334.152175 +368173,2872.927753,1098.158827,2270.612752,1980.30816,2333.489745 +368174,2876.640109,1096.253135,2270.197238,1985.343958,2332.769264 +368175,2880.336909,1094.482872,2269.830252,1990.290099,2332.223859 +368176,2884.016958,1092.662235,2269.484815,1995.428649,2331.746566 +368177,2887.690193,1090.852463,2269.244054,2005.328,2331.034194 +368178,2891.073908,1089.044538,2268.992333,2003.918319,2330.430894 +368179,2894.931431,1087.238221,2268.605623,2010.257221,2329.976483 +368180,2898.355109,1085.372776,2268.104383,2015.599907,2323.608162 +368181,2901.884722,1083.657021,2267.753099,2019.926751,2337.287985 +368182,2905.348785,1081.873096,2267.391302,2024.289444,2319.418468 +368183,2908.888127,1079.991344,2268.510389,2029.44428,2330.982071 +368184,2912.02727,1078.236256,2267.062508,2033.296732,2326.877701 +368185,2915.518983,1076.426448,2266.253391,2037.974509,2326.687611 +368186,2918.800492,1074.628411,2265.779597,2047.908087,2326.42624 +368187,2922.032602,1072.831046,2265.29807,2040.200915,2326.0634 +368188,2925.240433,1071.034135,2264.820041,2057.564381,2325.665191 +368189,2928.408021,1069.23778,2264.480917,2055.185603,2325.413105 +368190,2931.500379,1067.501091,2264.042832,2059.212271,2324.862842 +368191,2933.703484,1065.502994,2263.493109,2063.445836,2324.525177 +368192,2935.663708,1063.607895,2262.881256,2066.194285,2324.210385 +368193,2937.500604,1061.592276,2262.165153,2068.698153,2323.835215 +368194,2939.217088,1059.72073,2261.342103,2071.182533,2323.441291 +368195,2940.819321,1057.715849,2260.44801,2073.554758,2323.119662 +368196,2942.319478,1055.754169,2259.627949,2080.466423,2322.793219 +368197,2943.678892,1053.778275,2258.673338,2072.650215,2322.562685 +368198,2944.945253,1051.853843,2257.627949,2084.972021,2322.001896 +368199,2946.11507,1049.782745,2256.687769,2082.17319,2321.734433 +368200,2947.1507,1047.830605,2255.656974,2083.366837,2321.405269 +368201,2948.08297,1045.824565,2254.325535,2085.453347,2321.034336 +368202,2948.915431,1043.821878,2253.181693,2087.018853,2320.678835 +368203,2949.632215,1041.81453,2252.031206,2088.24401,2320.281369 +368204,2950.237823,1039.802325,2250.847773,2089.391927,2319.961508 +368205,2950.736359,1037.785441,2249.632964,2090.471215,2319.568764 +368206,2951.124664,1035.763065,2248.386412,2091.432995,2319.17843 +368207,2951.344273,1033.738302,2223.77579,2092.028826,2318.930073 +368208,2951.41717,1031.707876,2201.071177,2092.247037,2318.247585 +368209,2951.531675,1029.672476,2214.278272,2097.556975,2317.982714 +368210,2951.490315,1027.632933,2206.27542,2088.737024,2317.570654 +368211,2951.309935,1025.590288,2194.011703,2098.123774,2317.13396 +368212,2951.036707,1023.543386,2194.911315,2094.943047,2316.704277 +368213,2950.702785,1021.492591,2189.922435,2094.140837,2316.280098 +368214,2950.134163,1019.438031,2179.481249,2094.319416,2315.822865 +368215,2949.556206,1017.379373,2181.021036,2094.363261,2315.35015 +368216,2948.849719,1015.316682,2175.486288,2094.160966,2314.880735 +368217,2948.011728,1013.250401,2170.093661,2093.739894,2314.444961 +368218,2947.075963,1011.180182,2165.727995,2093.201053,2313.932197 +368219,2946.025363,1009.106041,2161.325663,2097.348761,2313.444516 +368220,2944.842722,1007.028417,2151.636248,2087.926744,2312.925737 +368221,1873.70688,1004.924937,876.6678043,1499.906684,2091.046215 +368222,1993.331303,1135.735119,936.4463219,1602.012938,2188.186581 +368223,2128.753671,1137.816454,1006.16853,1714.245791,2285.600082 +368224,2226.90069,1155.187672,1060.218588,1788.960415,2345.476277 +368225,2291.106074,1109.158361,1099.034688,1829.14228,2379.125892 +368226,2334.546357,1169.910237,1128.073393,1849.071652,2400.630989 +368227,2365.624628,1100.198459,1150.805786,1858.883559,2415.771373 +368228,2389.334237,1167.168967,1169.355935,1864.377761,2427.688269 +368229,2408.307504,1099.612011,1184.900995,1868.13242,2437.679352 +368230,2423.903546,1159.844263,1198.129744,1871.09053,2446.387637 +368231,2436.861694,1101.739294,1209.465927,1873.515049,2454.115681 +368232,2447.649534,1150.608693,1219.20047,1875.471184,2460.998599 +368233,2456.64669,1105.161998,1227.573528,1877.025793,2467.137458 +368234,2464.178802,1140.538525,1234.793386,1878.261054,2472.826613 +368235,2470.517406,1109.15066,1241.038583,1879.252504,2477.748335 +368236,2475.850449,1130.11386,1246.444536,1880.031948,2482.138962 +368237,2480.383026,1110.726092,1251.151408,1880.661724,2486.095777 +368238,2483.85117,1117.545839,1255.168242,1880.700749,2489.701655 +368239,2486.516923,1112.840267,1258.615281,1880.366222,2492.989134 +368240,2488.688975,1111.769179,1261.617824,1879.948606,2495.994036 +368241,2490.552272,1110.163578,1264.265168,1879.587416,2498.750278 +368242,2492.189109,1108.573619,1266.616333,1879.298099,2501.288484 +368243,2493.630233,1107.043364,1268.711803,1879.047747,2503.632519 +368244,2494.904794,1105.497627,1270.586744,1878.811767,2505.806568 +368245,2496.025969,1103.957475,1272.269652,1878.558961,2507.832156 +368246,2497.003554,1102.423637,1273.784383,1878.268834,2509.727416 +368247,2497.847724,1100.895528,1275.151257,1877.93244,2511.507534 +368248,2498.568752,1099.371796,1276.387622,1877.547274,2513.185426 +368249,2499.175899,1097.851639,1277.50823,1877.11307,2514.772189 +368250,2499.677076,1096.333779,1278.525612,1876.629872,2516.277436 +368251,2500.078782,1094.763604,1279.450404,1876.097564,2517.709473 +368252,2500.355302,1093.182517,1280.289521,1875.455695,2519.075498 +368253,2500.490116,1091.596131,1281.049162,1874.668861,2520.381674 +368254,2500.475485,1090.005161,1281.735543,1873.735972,2521.633333 +368255,2500.327804,1088.409923,1282.354607,1872.672495,2522.835074 +368256,2500.052764,1086.809879,1282.911738,1871.49563,2523.990905 +368257,2499.666048,1085.204936,1283.41164,1870.218332,2525.104275 +368258,2499.168513,1083.594422,1283.858399,1868.849,2526.178181 +368259,2498.571926,1081.978221,1284.255562,1867.392981,2527.215185 +368260,2497.874446,1080.423773,1284.606238,1865.853982,2528.217509 +368261,2497.086512,1078.692941,1284.91316,1864.234844,2529.187041 +368262,2496.205054,1077.10776,1285.178752,1862.537922,2530.125414 +368263,2495.23984,1075.453424,1285.40517,1860.765218,2531.034019 +368264,2494.186924,1073.802948,1285.59435,1858.918474,2531.91407 +368265,2493.055576,1072.144946,1285.748028,1856.999211,2532.766592 +368266,2491.841307,1070.478997,1285.86778,1855.008801,2533.592485 +368267,2490.546582,1068.805182,1285.955031,1852.948497,2534.39251 +368268,2489.175604,1067.123088,1286.011091,1850.819483,2535.16734 +368269,2487.731575,1065.365048,1286.037154,1848.622879,2535.917541 +368270,2486.216658,1063.767642,1286.034332,1846.359787,2536.643632 +368271,2484.632449,1061.998759,1286.003648,1844.031273,2537.346045 +368272,2482.978754,1060.290888,1285.945962,1841.635155,2538.025996 +368273,2481.257357,1058.564723,1285.862135,1839.173606,2538.683431 +368274,2479.470527,1056.829543,1285.753045,1836.64955,2539.318276 +368275,2477.620199,1055.086464,1285.619487,1834.064996,2539.930561 +368276,2475.708027,1053.334072,1285.462235,1831.421217,2540.520521 +368277,2473.735423,1051.573721,1285.281987,1828.719128,2541.088374 +368278,2471.703852,1049.80404,1285.07943,1825.959679,2541.634394 +368279,2469.614763,1048.093073,1284.855191,1823.143889,2542.158771 +368280,2467.469659,1046.206465,1284.609894,1820.27294,2542.661745 +368281,0,0,0,0,0 +368282,0,0,0,0,0 +368283,0,0,0,0,0 +368284,0,0,0,0,0 +368285,0,0,0,0,0 +368286,0,0,0,0,0 +368287,0,0,0,0,0 +368288,0,0,0,0,0 +368289,0,0,0,0,0 +368290,0,0,0,0,0 +368291,0,0,0,0,0 +368292,0,0,0,0,0 +368293,0,0,0,0,0 +368294,0,0,0,0,0 +368295,0,0,0,0,0 +368296,0,0,0,0,0 +368297,0,0,0,0,0 +368298,0,0,0,0,0 +368299,0,0,0,0,0 +368300,0,0,0,0,0 +368301,0,0,0,0,0 +368302,0,0,0,0,0 +368303,0,0,0,0,0 +368304,0,0,0,0,0 +368305,0,0,0,0,0 +368306,0,0,0,0,0 +368307,0,0,0,0,0 +368308,0,0,0,0,0 +368309,0,0,0,0,0 +368310,0,0,0,0,0 +368311,0,0,0,0,0 +368312,0,0,0,0,0 +368313,0,0,0,0,0 +368314,0,0,0,0,0 +368315,0,0,0,0,0 +368316,0,0,0,0,0 +368317,0,0,0,0,0 +368318,0,0,0,0,0 +368319,0,0,0,0,0 +368320,0,0,0,0,0 +368321,0,0,0,0,0 +368322,0,0,0,0,0 +368323,0,0,0,0,0 +368324,0,0,0,0,0 +368325,0,0,0,0,0 +368326,0,0,0,0,0 +368327,0,0,0,0,0 +368328,0,0,0,0,0 +368329,0,0,0,0,0 +368330,0,0,0,0,0 +368331,0,0,0,0,0 +368332,0,0,0,0,0 +368333,0,0,0,0,0 +368334,0,0,0,0,0 +368335,0,0,0,0,0 +368336,0,0,0,0,0 +368337,0,0,0,0,0 +368338,0,0,0,0,0 +368339,0,0,0,0,0 +368340,0,0,0,0,0 +368341,0,0,0,0,0 +368342,0,0,0,0,0 +368343,0,0,0,0,0 +368344,0,0,0,0,0 +368345,0,0,0,0,0 +368346,0,0,0,0,0 +368347,0,0,0,0,0 +368348,0,0,0,0,0 +368349,0,0,0,0,0 +368350,0,0,0,0,0 +368351,0,0,0,0,0 +368352,0,0,0,0,0 +368353,0,0,0,0,0 +368354,0,0,0,0,0 +368355,0,0,0,0,0 +368356,0,0,0,0,0 +368357,0,0,0,0,0 +368358,0,0,0,0,0 +368359,0,0,0,0,0 +368360,0,0,0,0,0 +368361,0,0,0,0,0 +368362,0,0,0,0,0 +368363,0,0,0,0,0 +368364,0,0,0,0,0 +368365,0,0,0,0,0 +368366,0,0,0,0,0 +368367,0,0,0,0,0 +368368,0,0,0,0,0 +368369,0,0,0,0,0 +368370,0,0,0,0,0 +368371,0,0,0,0,0 +368372,0,0,0,0,0 +368373,0,0,0,0,0 +368374,0,0,0,0,0 +368375,0,0,0,0,0 +368376,0,0,0,0,0 +368377,0,0,0,0,0 +368378,0,0,0,0,0 +368379,0,0,0,0,0 +368380,0,0,0,0,0 +368381,0,0,0,0,0 +368382,0,0,0,0,0 +368383,0,0,0,0,0 +368384,0,0,0,0,0 +368385,0,0,0,0,0 +368386,0,0,0,0,0 +368387,0,0,0,0,0 +368388,0,0,0,0,0 +368389,0,0,0,0,0 +368390,0,0,0,0,0 +368391,0,0,0,0,0 +368392,0,0,0,0,0 +368393,0,0,0,0,0 +368394,0,0,0,0,0 +368395,0,0,0,0,0 +368396,0,0,0,0,0 +368397,0,0,0,0,0 +368398,0,0,0,0,0 +368399,0,0,0,0,0 +368400,0,0,0,0,0 +368401,0,0,0,0,0 +368402,0,0,0,0,0 +368403,0,0,0,0,0 +368404,0,0,0,0,0 +368405,0,0,0,0,0 +368406,0,0,0,0,0 +368407,0,0,0,0,0 +368408,0,0,0,0,0 +368409,0,0,0,0,0 +368410,0,0,0,0,0 +368411,0,0,0,0,0 +368412,0,0,0,0,0 +368413,0,0,0,0,0 +368414,0,0,0,0,0 +368415,0,0,0,0,0 +368416,0,0,0,0,0 +368417,0,0,0,0,0 +368418,0,0,0,0,0 +368419,0,0,0,0,0 +368420,0,0,0,0,0 +368421,0,0,0,0,0 +368422,0,0,0,0,0 +368423,0,0,0,0,0 +368424,0,0,0,0,0 +368425,0,0,0,0,0 +368426,0,0,0,0,0 +368427,0,0,0,0,0 +368428,0,0,0,0,0 +368429,0,0,0,0,0 +368430,0,0,0,0,0 +368431,0,0,0,0,0 +368432,0,0,0,0,0 +368433,0,0,0,0,0 +368434,0,0,0,0,0 +368435,0,0,0,0,0 +368436,0,0,0,0,0 +368437,0,0,0,0,0 +368438,0,0,0,0,0 +368439,0,0,0,0,0 +368440,0,0,0,0,0 +368441,0,0,0,0,0 +368442,0,0,0,0,0 +368443,0,0,0,0,0 +368444,0,0,0,0,0 +368445,0,0,0,0,0 +368446,0,0,0,0,0 +368447,0,0,0,0,0 +368448,0,0,0,0,0 +368449,0,0,0,0,0 +368450,0,0,0,0,0 +368451,0,0,0,0,0 +368452,0,0,0,0,0 +368453,0,0,0,0,0 +368454,0,0,0,0,0 +368455,0,0,0,0,0 +368456,0,0,0,0,0 +368457,0,0,0,0,0 +368458,0,0,0,0,0 +368459,0,0,0,0,0 +368460,0,0,0,0,0 +368461,0,0,0,0,0 +368462,0,0,0,0,0 +368463,0,0,0,0,0 +368464,0,0,0,0,0 +368465,0,0,0,0,0 +368466,0,0,0,0,0 +368467,0,0,0,0,0 +368468,0,0,0,0,0 +368469,0,0,0,0,0 +368470,0,0,0,0,0 +368471,0,0,0,0,0 +368472,0,0,0,0,0 +368473,0,0,0,0,0 +368474,0,0,0,0,0 +368475,0,0,0,0,0 +368476,0,0,0,0,0 +368477,0,0,0,0,0 +368478,0,0,0,0,0 +368479,0,0,0,0,0 +368480,0,0,0,0,0 +368481,0,0,0,0,0 +368482,0,0,0,0,0 +368483,0,0,0,0,0 +368484,0,0,0,0,0 +368485,0,0,0,0,0 +368486,0,0,0,0,0 +368487,0,0,0,0,0 +368488,0,0,0,0,0 +368489,0,0,0,0,0 +368490,0,0,0,0,0 +368491,0,0,0,0,0 +368492,0,0,0,0,0 +368493,0,0,0,0,0 +368494,0,0,0,0,0 +368495,0,0,0,0,0 +368496,0,0,0,0,0 +368497,0,0,0,0,0 +368498,0,0,0,0,0 +368499,0,0,0,0,0 +368500,0,0,0,0,0 +368501,0,0,0,0,0 +368502,0,0,0,0,0 +368503,0,0,0,0,0 +368504,0,0,0,0,0 +368505,0,0,0,0,0 +368506,0,0,0,0,0 +368507,0,0,0,0,0 +368508,0,0,0,0,0 +368509,0,0,0,0,0 +368510,0,0,0,0,0 +368511,0,0,0,0,0 +368512,0,0,0,0,0 +368513,0,0,0,0,0 +368514,0,0,0,0,0 +368515,0,0,0,0,0 +368516,0,0,0,0,0 +368517,0,0,0,0,0 +368518,0,0,0,0,0 +368519,0,0,0,0,0 +368520,0,0,0,0,0 +368521,0,0,0,0,0 +368522,0,0,0,0,0 +368523,0,0,0,0,0 +368524,0,0,0,0,0 +368525,0,0,0,0,0 +368526,0,0,0,0,0 +368527,0,0,0,0,0 +368528,0,0,0,0,0 +368529,0,0,0,0,0 +368530,0,0,0,0,0 +368531,0,0,0,0,0 +368532,0,0,0,0,0 +368533,0,0,0,0,0 +368534,0,0,0,0,0 +368535,0,0,0,0,0 +368536,0,0,0,0,0 +368537,0,0,0,0,0 +368538,0,0,0,0,0 +368539,0,0,0,0,0 +368540,0,0,0,0,0 +368541,0,0,0,0,0 +368542,0,0,0,0,0 +368543,0,0,0,0,0 +368544,0,0,0,0,0 +368545,0,0,0,0,0 +368546,0,0,0,0,0 +368547,0,0,0,0,0 +368548,0,0,0,0,0 +368549,0,0,0,0,0 +368550,0,0,0,0,0 +368551,0,0,0,0,0 +368552,0,0,0,0,0 +368553,0,0,0,0,0 +368554,0,0,0,0,0 +368555,0,0,0,0,0 +368556,0,0,0,0,0 +368557,0,0,0,0,0 +368558,0,0,0,0,0 +368559,0,0,0,0,0 +368560,0,0,0,0,0 +368561,0,0,0,0,0 +368562,0,0,0,0,0 +368563,0,0,0,0,0 +368564,0,0,0,0,0 +368565,0,0,0,0,0 +368566,0,0,0,0,0 +368567,0,0,0,0,0 +368568,0,0,0,0,0 +368569,0,0,0,0,0 +368570,0,0,0,0,0 +368571,0,0,0,0,0 +368572,0,0,0,0,0 +368573,0,0,0,0,0 +368574,0,0,0,0,0 +368575,0,0,0,0,0 +368576,0,0,0,0,0 +368577,0,0,0,0,0 +368578,0,0,0,0,0 +368579,0,0,0,0,0 +368580,0,0,0,0,0 +368581,0,0,0,0,0 +368582,0,0,0,0,0 +368583,0,0,0,0,0 +368584,0,0,0,0,0 +368585,0,0,0,0,0 +368586,0,0,0,0,0 +368587,0,0,0,0,0 +368588,0,0,0,0,0 +368589,0,0,0,0,0 +368590,0,0,0,0,0 +368591,0,0,0,0,0 +368592,0,0,0,0,0 +368593,0,0,0,0,0 +368594,0,0,0,0,0 +368595,0,0,0,0,0 +368596,0,0,0,0,0 +368597,0,0,0,0,0 +368598,0,0,0,0,0 +368599,0,0,0,0,0 +368600,0,0,0,0,0 +368601,0,0,0,0,0 +368602,0,0,0,0,0 +368603,0,0,0,0,0 +368604,0,0,0,0,0 +368605,0,0,0,0,0 +368606,0,0,0,0,0 +368607,0,0,0,0,0 +368608,0,0,0,0,0 +368609,0,0,0,0,0 +368610,0,0,0,0,0 +368611,0,0,0,0,0 +368612,0,0,0,0,0 +368613,0,0,0,0,0 +368614,0,0,0,0,0 +368615,0,0,0,0,0 +368616,0,0,0,0,0 +368617,0,0,0,0,0 +368618,0,0,0,0,0 +368619,0,0,0,0,0 +368620,0,0,0,0,0 +368621,0,0,0,0,0 +368622,0,0,0,0,0 +368623,0,0,0,0,0 +368624,0,0,0,0,0 +368625,0,0,0,0,0 +368626,0,0,0,0,0 +368627,0,0,0,0,0 +368628,0,0,0,0,0 +368629,0,0,0,0,0 +368630,0,0,0,0,0 +368631,0,0,0,0,0 +368632,0,0,0,0,0 +368633,0,0,0,0,0 +368634,0,0,0,0,0 +368635,0,0,0,0,0 +368636,0,0,0,0,0 +368637,0,0,0,0,0 +368638,0,0,0,0,0 +368639,0,0,0,0,0 +368640,0,0,0,0,0 +368641,0,0,0,0,0 +368642,0,0,0,0,0 +368643,0,0,0,0,0 +368644,0,0,0,0,0 +368645,0,0,0,0,0 +368646,0,0,0,0,0 +368647,0,0,0,0,0 +368648,0,0,0,0,0 +368649,0,0,0,0,0 +368650,0,0,0,0,0 +368651,0,0,0,0,0 +368652,0,0,0,0,0 +368653,0,0,0,0,0 +368654,0,0,0,0,0 +368655,0,0,0,0,0 +368656,0,0,0,0,0 +368657,0,0,0,0,0 +368658,0,0,0,0,0 +368659,0,0,0,0,0 +368660,0,0,0,0,0 +368661,0,0,0,0,0 +368662,0,0,0,0,0 +368663,0,0,0,0,0 +368664,0,0,0,0,0 +368665,0,0,0,0,0 +368666,0,0,0,0,0 +368667,0,0,0,0,0 +368668,0,0,0,0,0 +368669,0,0,0,0,0 +368670,0,0,0,0,0 +368671,0,0,0,0,0 +368672,0,0,0,0,0 +368673,0,0,0,0,0 +368674,0,0,0,0,0 +368675,0,0,0,0,0 +368676,0,0,0,0,0 +368677,0,0,0,0,0 +368678,0,0,0,0,0 +368679,0,0,0,0,0 +368680,0,0,0,0,0 +368681,0,0,0,0,0 +368682,0,0,0,0,0 +368683,0,0,0,0,0 +368684,0,0,0,0,0 +368685,0,0,0,0,0 +368686,0,0,0,0,0 +368687,0,0,0,0,0 +368688,0,0,0,0,0 +368689,0,0,0,0,0 +368690,0,0,0,0,0 +368691,0,0,0,0,0 +368692,0,0,0,0,0 +368693,0,0,0,0,0 +368694,0,0,0,0,0 +368695,0,0,0,0,0 +368696,0,0,0,0,0 +368697,0,0,0,0,0 +368698,0,0,0,0,0 +368699,0,0,0,0,0 +368700,0,0,0,0,0 +368701,0,0,0,0,0 +368702,0,0,0,0,0 +368703,0,0,0,0,0 +368704,0,0,0,0,0 +368705,0,0,0,0,0 +368706,0,0,0,0,0 +368707,0,0,0,0,0 +368708,0,0,0,0,0 +368709,0,0,0,0,0 +368710,0,0,0,0,0 +368711,0,0,0,0,0 +368712,0,0,0,0,0 +368713,0,0,0,0,0 +368714,0,0,0,0,0 +368715,0,0,0,0,0 +368716,0,0,0,0,0 +368717,0,0,0,0,0 +368718,0,0,0,0,0 +368719,0,0,0,0,0 +368720,0,0,0,0,0 +368721,0,0,0,0,0 +368722,0,0,0,0,0 +368723,0,0,0,0,0 +368724,0,0,0,0,0 +368725,0,0,0,0,0 +368726,0,0,0,0,0 +368727,0,0,0,0,0 +368728,0,0,0,0,0 +368729,0,0,0,0,0 +368730,0,0,0,0,0 +368731,0,0,0,0,0 +368732,0,0,0,0,0 +368733,0,0,0,0,0 +368734,0,0,0,0,0 +368735,0,0,0,0,0 +368736,0,0,0,0,0 +368737,0,0,0,0,0 +368738,0,0,0,0,0 +368739,0,0,0,0,0 +368740,0,0,0,0,0 +368741,0,0,0,0,0 +368742,0,0,0,0,0 +368743,0,0,0,0,0 +368744,0,0,0,0,0 +368745,0,0,0,0,0 +368746,0,0,0,0,0 +368747,0,0,0,0,0 +368748,0,0,0,0,0 +368749,0,0,0,0,0 +368750,0,0,0,0,0 +368751,0,0,0,0,0 +368752,0,0,0,0,0 +368753,0,0,0,0,0 +368754,0,0,0,0,0 +368755,0,0,0,0,0 +368756,0,0,0,0,0 +368757,0,0,0,0,0 +368758,0,0,0,0,0 +368759,0,0,0,0,0 +368760,0,0,0,0,0 +368761,0,0,0,0,0 +368762,0,0,0,0,0 +368763,0,0,0,0,0 +368764,0,0,0,0,0 +368765,0,0,0,0,0 +368766,0,0,0,0,0 +368767,0,0,0,0,0 +368768,0,0,0,0,0 +368769,0,0,0,0,0 +368770,0,0,0,0,0 +368771,0,0,0,0,0 +368772,0,0,0,0,0 +368773,0,0,0,0,0 +368774,0,0,0,0,0 +368775,0,0,0,0,0 +368776,0,0,0,0,0 +368777,0,0,0,0,0 +368778,0,0,0,0,0 +368779,0,0,0,0,0 +368780,0,0,0,0,0 +368781,0,0,0,0,0 +368782,0,0,0,0,0 +368783,0,0,0,0,0 +368784,0,0,0,0,0 +368785,0,0,0,0,0 +368786,0,0,0,0,0 +368787,0,0,0,0,0 +368788,0,0,0,0,0 +368789,0,0,0,0,0 +368790,0,0,0,0,0 +368791,0,0,0,0,0 +368792,0,0,0,0,0 +368793,0,0,0,0,0 +368794,0,0,0,0,0 +368795,0,0,0,0,0 +368796,0,0,0,0,0 +368797,0,0,0,0,0 +368798,0,0,0,0,0 +368799,0,0,0,0,0 +368800,0,0,0,0,0 +368801,0,0,0,0,0 +368802,0,0,0,0,0 +368803,0,0,0,0,0 +368804,0,0,0,0,0 +368805,0,0,0,0,0 +368806,0,0,0,0,0 +368807,0,0,0,0,0 +368808,0,0,0,0,0 +368809,0,0,0,0,0 +368810,0,0,0,0,0 +368811,0,0,0,0,0 +368812,0,0,0,0,0 +368813,0,0,0,0,0 +368814,0,0,0,0,0 +368815,0,0,0,0,0 +368816,0,0,0,0,0 +368817,0,0,0,0,0 +368818,0,0,0,0,0 +368819,0,0,0,0,0 +368820,0,0,0,0,0 +368821,0,0,0,0,0 +368822,0,0,0,0,0 +368823,0,0,0,0,0 +368824,0,0,0,0,0 +368825,0,0,0,0,0 +368826,0,0,0,0,0 +368827,0,0,0,0,0 +368828,0,0,0,0,0 +368829,0,0,0,0,0 +368830,0,0,0,0,0 +368831,0,0,0,0,0 +368832,0,0,0,0,0 +368833,0,0,0,0,0 +368834,0,0,0,0,0 +368835,0,0,0,0,0 +368836,0,0,0,0,0 +368837,0,0,0,0,0 +368838,0,0,0,0,0 +368839,0,0,0,0,0 +368840,0,0,0,0,0 +368841,0,0,0,0,0 +368842,0,0,0,0,0 +368843,0,0,0,0,0 +368844,0,0,0,0,0 +368845,0,0,0,0,0 +368846,0,0,0,0,0 +368847,0,0,0,0,0 +368848,0,0,0,0,0 +368849,0,0,0,0,0 +368850,0,0,0,0,0 +368851,0,0,0,0,0 +368852,0,0,0,0,0 +368853,0,0,0,0,0 +368854,0,0,0,0,0 +368855,0,0,0,0,0 +368856,0,0,0,0,0 +368857,0,0,0,0,0 +368858,0,0,0,0,0 +368859,0,0,0,0,0 +368860,0,0,0,0,0 +368861,0,0,0,0,0 +368862,0,0,0,0,0 +368863,0,0,0,0,0 +368864,0,0,0,0,0 +368865,0,0,0,0,0 +368866,0,0,0,0,0 +368867,0,0,0,0,0 +368868,0,0,0,0,0 +368869,0,0,0,0,0 +368870,0,0,0,0,0 +368871,0,0,0,0,0 +368872,0,0,0,0,0 +368873,0,0,0,0,0 +368874,0,0,0,0,0 +368875,0,0,0,0,0 +368876,0,0,0,0,0 +368877,0,0,0,0,0 +368878,0,0,0,0,0 +368879,0,0,0,0,0 +368880,0,0,0,0,0 +368881,0,0,0,0,0 +368882,0,0,0,0,0 +368883,0,0,0,0,0 +368884,0,0,0,0,0 +368885,0,0,0,0,0 +368886,0,0,0,0,0 +368887,0,0,0,0,0 +368888,0,0,0,0,0 +368889,0,0,0,0,0 +368890,0,0,0,0,0 +368891,0,0,0,0,0 +368892,0,0,0,0,0 +368893,0,0,0,0,0 +368894,0,0,0,0,0 +368895,0,0,0,0,0 +368896,0,0,0,0,0 +368897,0,0,0,0,0 +368898,0,0,0,0,0 +368899,0,0,0,0,0 +368900,0,0,0,0,0 +368901,0,0,0,0,0 +368902,0,0,0,0,0 +368903,0,0,0,0,0 +368904,0,0,0,0,0 +368905,0,0,0,0,0 +368906,0,0,0,0,0 +368907,0,0,0,0,0 +368908,0,0,0,0,0 +368909,0,0,0,0,0 +368910,0,0,0,0,0 +368911,0,0,0,0,0 +368912,0,0,0,0,0 +368913,0,0,0,0,0 +368914,0,0,0,0,0 +368915,0,0,0,0,0 +368916,0,0,0,0,0 +368917,0,0,0,0,0 +368918,0,0,0,0,0 +368919,0,0,0,0,0 +368920,0,0,0,0,0 +368921,0,0,0,0,0 +368922,0,0,0,0,0 +368923,0,0,0,0,0 +368924,0,0,0,0,0 +368925,0,0,0,0,0 +368926,0,0,0,0,0 +368927,0,0,0,0,0 +368928,0,0,0,0,0 +368929,0,0,0,0,0 +368930,0,0,0,0,0 +368931,0,0,0,0,0 +368932,0,0,0,0,0 +368933,0,0,0,0,0 +368934,0,0,0,0,0 +368935,0,0,0,0,0 +368936,0,0,0,0,0 +368937,0,0,0,0,0 +368938,0,0,0,0,0 +368939,0,0,0,0,0 +368940,0,0,0,0,0 +368941,0,0,0,0,0 +368942,0,0,0,0,0 +368943,0,0,0,0,0 +368944,0,0,0,0,0 +368945,0,0,0,0,0 +368946,0,0,0,0,0 +368947,0,0,0,0,0 +368948,0,0,0,0,0 +368949,0,0,0,0,0 +368950,0,0,0,0,0 +368951,0,0,0,0,0 +368952,0,0,0,0,0 +368953,0,0,0,0,0 +368954,0,0,0,0,0 +368955,0,0,0,0,0 +368956,0,0,0,0,0 +368957,0,0,0,0,0 +368958,0,0,0,0,0 +368959,0,0,0,0,0 +368960,0,0,0,0,0 +368961,0,0,0,0,0 +368962,0,0,0,0,0 +368963,0,0,0,0,0 +368964,0,0,0,0,0 +368965,0,0,0,0,0 +368966,0,0,0,0,0 +368967,0,0,0,0,0 +368968,0,0,0,0,0 +368969,0,0,0,0,0 +368970,0,0,0,0,0 +368971,0,0,0,0,0 +368972,0,0,0,0,0 +368973,0,0,0,0,0 +368974,0,0,0,0,0 +368975,0,0,0,0,0 +368976,0,0,0,0,0 +368977,0,0,0,0,0 +368978,0,0,0,0,0 +368979,0,0,0,0,0 +368980,0,0,0,0,0 +368981,0,0,0,0,0 +368982,0,0,0,0,0 +368983,0,0,0,0,0 +368984,0,0,0,0,0 +368985,0,0,0,0,0 +368986,0,0,0,0,0 +368987,0,0,0,0,0 +368988,0,0,0,0,0 +368989,0,0,0,0,0 +368990,0,0,0,0,0 +368991,0,0,0,0,0 +368992,0,0,0,0,0 +368993,0,0,0,0,0 +368994,0,0,0,0,0 +368995,0,0,0,0,0 +368996,0,0,0,0,0 +368997,0,0,0,0,0 +368998,0,0,0,0,0 +368999,0,0,0,0,0 +369000,0,0,0,0,0 +369001,0,0,0,0,0 +369002,0,0,0,0,0 +369003,0,0,0,0,0 +369004,0,0,0,0,0 +369005,0,0,0,0,0 +369006,0,0,0,0,0 +369007,0,0,0,0,0 +369008,0,0,0,0,0 +369009,0,0,0,0,0 +369010,0,0,0,0,0 +369011,0,0,0,0,0 +369012,0,0,0,0,0 +369013,0,0,0,0,0 +369014,0,0,0,0,0 +369015,0,0,0,0,0 +369016,0,0,0,0,0 +369017,0,0,0,0,0 +369018,0,0,0,0,0 +369019,0,0,0,0,0 +369020,0,0,0,0,0 +369021,0,0,0,0,0 +369022,0,0,0,0,0 +369023,0,0,0,0,0 +369024,0,0,0,0,0 +369025,0,0,0,0,0 +369026,0,0,0,0,0 +369027,0,0,0,0,0 +369028,0,0,0,0,0 +369029,0,0,0,0,0 +369030,0,0,0,0,0 +369031,0,0,0,0,0 +369032,0,0,0,0,0 +369033,0,0,0,0,0 +369034,0,0,0,0,0 +369035,0,0,0,0,0 +369036,0,0,0,0,0 +369037,0,0,0,0,0 +369038,0,0,0,0,0 +369039,0,0,0,0,0 +369040,0,0,0,0,0 +369041,0,0,0,0,0 +369042,0,0,0,0,0 +369043,0,0,0,0,0 +369044,0,0,0,0,0 +369045,0,0,0,0,0 +369046,0,0,0,0,0 +369047,0,0,0,0,0 +369048,0,0,0,0,0 +369049,0,0,0,0,0 +369050,0,0,0,0,0 +369051,0,0,0,0,0 +369052,0,0,0,0,0 +369053,0,0,0,0,0 +369054,0,0,0,0,0 +369055,0,0,0,0,0 +369056,0,0,0,0,0 +369057,0,0,0,0,0 +369058,0,0,0,0,0 +369059,0,0,0,0,0 +369060,0,0,0,0,0 +369061,-230.509531,27.95638195,-47.49141042,-102.1930283,-405.4646638 +369062,214.5183776,231.102433,397.9908555,100.1501829,402.5118297 +369063,213.3236395,229.9416147,395.4010561,99.47945789,399.460852 +369064,207.5164293,226.5876204,388.0350381,96.63619701,388.0141996 +369065,200.7522924,223.3300871,380.2625452,93.38977109,374.5284711 +369066,194.6383378,220.9773369,373.7757499,90.50749645,361.8610868 +369067,189.532567,219.5716579,368.8086051,88.14417806,350.7414213 +369068,185.2847346,218.9140239,365.0804346,86.21148668,341.0052881 +369069,181.6797047,218.8162899,362.287533,84.59505827,332.3467468 +369070,178.567652,219.1542434,360.2242942,83.21648634,324.5474247 +369071,175.8600924,219.8503685,358.7632689,82.02976641,317.4790601 +369072,173.5007076,220.8507909,357.8168306,81.00509045,311.0602107 +369073,171.4464127,222.1126308,357.3148678,80.12006915,305.2271923 +369074,169.6592454,223.5994541,357.196653,79.35604422,299.9228744 +369075,168.1059952,225.2801136,357.4090168,78.69698343,295.094628 +369076,166.7598588,227.1282923,357.9059244,78.12916887,290.6945745 +369077,165.594413,229.1219913,358.647975,77.64100407,286.6798967 +369078,164.5883527,231.2428878,359.6015902,77.22274328,283.012549 +369079,163.726156,233.4757234,360.7381822,76.86621828,279.6588682 +369080,162.9909617,235.8077305,362.0333,76.56454076,276.5889027 +369081,162.3694568,238.2282314,363.4660628,76.31192204,273.7761547 +369082,161.8528426,240.7290101,365.0191169,76.10350068,230.1470736 +369083,161.4297537,243.3022694,366.6768705,75.93510316,234.6758568 +369084,161.0932202,245.9412114,368.4257011,75.80314189,239.3097855 +369085,160.8343591,248.6402038,370.2539724,75.70457942,234.8542406 +369086,160.6485774,251.3945546,372.1516589,75.6368036,234.5511951 +369087,160.5289357,254.2003356,374.1101478,75.59759616,234.1033713 +369088,160.5474717,256.9634454,376.0802732,75.6285385,234.0719758 +369089,160.6720923,259.71417,378.072616,75.71150704,234.0790185 +369090,160.8606196,262.496044,380.1034137,75.82381357,233.7484103 +369091,161.0937159,265.3303265,382.1783782,75.95368264,234.0194107 +369092,161.3584825,268.1843275,384.2506078,76.09561471,234.3259782 +369093,161.6506929,271.0316375,386.2906803,76.24814788,234.290331 +369094,161.9716904,273.8625477,388.2904459,76.41132755,234.8508766 +369095,162.3201348,331.3537012,390.2519473,76.5854733,235.0684947 +369096,162.6948873,408.395139,392.1793448,76.77072867,235.5053451 +369097,163.0970804,374.4295959,394.0759395,76.9670277,236.1602362 +369098,163.5242878,403.5640195,395.9441427,77.17429777,236.655638 +369099,163.9756395,417.2834963,397.7856853,77.39243092,237.3660248 +369100,164.4527284,430.2651375,399.6017011,77.62119548,237.9159671 +369101,164.9533218,443.2738279,401.3931945,77.8603871,238.8673559 +369102,165.4782145,456.1673069,403.1609943,78.10978858,239.4683169 +369103,166.0252155,468.8143397,404.9058134,78.36919273,240.4686393 +369104,166.5953678,481.2748478,406.6282445,78.63839722,241.3044316 +369105,167.1866202,493.8871283,408.3287581,78.9171988,242.1627441 +369106,167.8000575,512.111738,410.0077115,79.20539175,243.4176724 +369107,168.4336414,528.2935453,411.6653829,79.50277721,244.1296555 +369108,169.0884482,544.4205556,413.3019445,79.80914561,245.2380314 +369109,169.7624254,560.144903,414.9175086,80.12429302,246.5539936 +369110,170.4566647,576.0128045,416.5121214,80.44801397,247.3251026 +369111,171.1691163,591.929682,418.0857773,80.78010437,248.6781546 +369112,171.9008368,606.938485,419.6383759,81.12033881,250.4211792 +369113,172.6499089,622.7425177,421.1699517,81.46857196,250.1171243 +369114,173.4173751,637.6517112,422.680304,81.82456806,249.8504256 +369115,174.201246,653.2716327,424.1693247,82.18814748,249.6404297 +369116,175.0026451,667.8828894,425.636828,82.5591075,249.490527 +369117,175.8196,682.7609543,427.0826709,82.93727538,249.3966976 +369118,176.653259,697.8572022,428.5066439,83.322457,249.3532603 +369119,177.5016307,712.3840889,429.9085477,83.71447064,249.3552712 +369120,178.3659306,727.0065565,431.2882038,84.11315033,249.3987745 +369121,179.289256,1172.379003,432.6904756,84.53880889,249.5624003 +369122,199.2010379,1200.815923,452.2047147,93.75030684,284.4257007 +369123,229.044172,1225.204214,481.2221001,107.4365868,338.3611491 +369124,259.440015,1248.59706,510.7718222,121.1932717,394.8274107 +369125,286.3687661,1269.880764,537.0025077,133.1784596,446.426418 +369126,309.3391849,1290.980565,559.4352667,143.2225378,491.8538089 +369127,329.0659788,1311.36418,578.7452519,151.7131505,531.9737712 +369128,346.3162199,1331.369215,704.6707584,159.0456035,567.8503404 +369129,361.6258966,1351.267974,1271.05028,165.4922907,600.2379162 +369130,375.3415629,1370.574003,937.7191352,171.2274708,629.6229462 +369131,387.7087794,1389.897812,1067.392886,176.3727613,656.3548187 +369132,398.924735,1408.952353,1088.380248,181.0240043,680.7244861 +369133,409.158266,1427.746288,1107.570278,185.2616784,702.9927577 +369134,418.5553047,1446.376625,1126.279967,189.1539891,723.3958448 +369135,427.2405582,1464.822635,1144.016891,192.7580475,742.1451146 +369136,435.319504,1483.034898,1161.075418,196.1211459,759.4277232 +369137,442.8808635,1501.222771,1178.003505,199.2822087,775.4084426 +369138,449.999192,1519.130166,1194.047236,202.2732368,790.2321457 +369139,456.7371806,1536.921193,1209.980725,205.1205573,804.0262249 +369140,463.1476003,1554.549062,1225.106153,207.8458554,816.902766 +369141,469.2749211,1571.960324,1240.14119,210.4670147,828.9604511 +369142,475.156633,1589.392753,1254.412203,212.9987906,840.0226005 +369143,480.8243818,1606.591658,1268.357455,215.4533754,850.2472041 +369144,486.3049188,1623.476992,1282.258934,217.8408609,859.8129958 +369145,491.6208655,1640.522216,1295.332312,220.1696044,868.8411097 +369146,496.7913454,1657.223668,1308.13509,222.4465244,877.406601 +369147,501.8325709,1681.180651,1320.702045,224.6773693,885.5618615 +369148,506.7582947,1691.463891,1332.808829,226.866919,893.349775 +369149,511.5802235,1717.479592,1344.703706,229.0191669,900.8084024 +369150,516.3083272,1722.363304,1355.736541,231.1374522,907.9716717 +369151,520.951136,1716.533191,1367.08456,233.2245848,914.8695595 +369152,525.5123835,1766.542666,1376.897126,235.28123,921.5281112 +369153,529.9959957,1764.05018,1386.982751,237.3082801,927.9700161 +369154,534.4067974,1782.058739,1396.407355,239.3071794,934.2149879 +369155,538.7498229,1796.670343,1405.769457,241.2795774,940.280312 +369156,543.0297066,1810.639223,1414.700677,243.2270207,946.1810355 +369157,547.2505168,1824.754681,1423.388683,245.150861,951.9304185 +369158,551.4157573,1838.336514,1431.755229,247.0522469,957.5400398 +369159,555.5284896,1852.218052,1440.007818,248.9321745,963.0201724 +369160,559.5913907,1865.479101,1447.742301,250.7915093,968.379815 +369161,563.606848,1878.84669,1455.483294,252.631025,973.6270126 +369162,567.5769714,1891.968975,1462.828303,254.4514048,978.7688226 +369163,571.5036702,1904.944013,1469.985321,256.2532724,983.811612 +369164,575.3886492,1917.77214,1476.900976,258.0371863,988.7609892 +369165,579.2334668,1930.527615,1483.596015,259.8036636,993.6220565 +369166,583.0395282,1942.845655,1490.024829,261.5531736,998.3993244 +369167,586.8081355,1955.412913,1496.362637,263.2861579,1003.096941 +369168,590.5404732,1967.660346,1502.387693,265.0030223,1007.718585 +369169,594.2376538,1979.643611,1508.303462,266.7041544,1012.267679 +369170,597.9006977,1991.662174,1513.85028,268.3899139,1016.747266 +369171,601.5305748,2003.468444,1519.439229,270.0606488,1021.160215 +369172,605.1281817,2015.151032,1524.694041,271.7166845,1025.509081 +369173,608.6943813,2026.704017,1529.822962,273.3583401,1029.796305 +369174,612.2299713,2038.217959,1534.722962,274.9859135,1034.024058 +369175,615.7357298,2049.365904,1539.635359,276.5997005,1038.194448 +369176,744.1304541,2060.502507,1544.144452,278.1999799,1042.309354 +369177,731.9226299,2071.660147,1548.657941,279.7870288,1046.370619 +369178,739.0945059,2082.598844,1552.965165,317.0003721,1050.379862 +369179,760.7976076,2093.251105,1557.12994,339.9981712,1054.338567 +369180,774.5042668,2103.979901,1561.097802,330.9398772,1058.247932 +369181,1177.804633,2283.220413,1954.774621,512.2481952,1062.202375 +369182,1195.634352,2295.514054,1962.413937,520.9204644,1079.50443 +369183,1210.877704,2306.944729,1968.594775,528.8659069,1103.522245 +369184,1225.707682,2317.768443,1973.861515,536.3051064,2133.813114 +369185,1240.037277,2328.477288,1979.076032,543.1926793,1674.01549 +369186,1253.725278,2339.036357,1983.791442,550.4890102,1771.732596 +369187,1267.9059,2349.373771,1988.267457,557.2175005,1819.081749 +369188,1281.101616,2359.327992,1992.585689,563.9531279,1836.232374 +369189,1294.737359,2369.471523,1996.789516,570.4093564,1852.194454 +369190,1307.205105,2379.293005,2000.7435,577.1086365,1867.671826 +369191,1320.244525,2389.039293,2004.685472,583.5191185,1875.239792 +369192,1332.882117,2412.41372,2008.39224,589.5816094,1887.64068 +369193,1345.314183,2388.091077,2012.102991,595.8778329,1898.376519 +369194,1357.610858,2426.85787,2015.668714,601.7783393,1909.225968 +369195,1369.315943,2424.341717,2019.055896,608.0273466,1919.961854 +369196,1381.968762,2435.440795,2022.478378,613.8129934,1930.323712 +369197,1393.446791,2444.214107,2025.657877,619.6660503,1940.459074 +369198,1405.144337,2453.340344,2028.810894,625.4095748,1950.489234 +369199,1416.72974,2461.675058,2032.036268,631.0732388,1960.206391 +369200,1428.032481,2470.3716,2035.002611,636.6595223,1969.771055 +369201,1439.345182,2478.684003,2037.96176,641.9809672,1979.133218 +369202,1450.375367,2486.937888,2040.841232,647.7173809,1988.315217 +369203,1461.424487,2498.261035,2043.656823,652.9377713,1997.312367 +369204,1445.014086,2497.788681,2019.191497,645.915397,1956.724326 +369205,1428.195008,2470.186059,1994.086629,638.4140475,1917.092741 +369206,1520.886168,2522.359606,2081.706782,682.9658694,2088.446913 +369207,1490.289953,2509.050693,2045.095098,669.7853436,1984.682297 +369208,1508.486156,2528.694578,2054.902581,678.7397133,2050.899282 +369209,1520.431011,2515.545594,2060.137292,684.6399997,2029.077176 +369210,1529.934301,2532.985576,2062.765633,689.4863399,2039.266753 +369211,1540.084776,2534.979922,2064.718098,694.5138087,2059.847105 +369212,1550.07906,2548.411775,2068.007832,699.492312,2060.416354 +369213,1559.732217,2543.574868,2075.083454,704.2648883,2069.539779 +369214,1569.402626,2552.893111,2067.537975,709.1009497,2077.000867 +369215,1687.317435,2618.678743,2203.44219,763.1366727,2279.282313 +369216,1430.872471,2495.576118,1896.536802,647.465378,1798.442834 +369217,1778.10591,2647.276857,2286.863416,804.9609468,2435.380915 +369218,1433.151942,2507.509493,1886.220044,649.1473148,1775.052561 +369219,1798.813676,2656.204644,2293.382335,815.0550192,2453.208665 +369220,1447.181703,2515.41277,1886.975667,656.270325,1786.501562 +369221,1820.416041,2674.703312,2302.31655,825.521287,2470.663501 +369222,1461.30706,2514.378997,1888.60227,663.3019391,1793.897039 +369223,1841.17897,2687.496513,2310.462633,835.5216444,2489.799328 +369224,1474.872355,2522.499479,1890.175246,670.1510696,1800.062352 +369225,1861.980593,2696.651431,2319.186279,845.489886,2508.839136 +369226,1488.144159,2530.194568,1892.562695,676.7886541,1806.040772 +369227,1882.275979,2704.809063,2333.149685,855.1847631,2527.439126 +369228,1501.283771,2538.404261,1888.418157,683.3832626,1811.69467 +369229,1902.055833,2718.377529,2345.561485,864.3144637,2545.579096 +369230,1514.214038,2537.869467,1891.871179,690.3299868,1817.234906 +369231,1921.423192,2727.720136,2354.306042,873.3166361,2563.237223 +369232,1526.76916,2544.896016,1896.05134,696.6309961,1822.294532 +369233,1941.026104,2734.029378,2364.145012,882.6163709,2581.033122 +369234,1538.644837,2557.69908,1900.408345,702.4973417,1826.764645 +369235,1960.283201,2732.317188,2374.014815,891.8332746,2598.577059 +369236,1550.70768,2565.27054,1905.780306,708.3737607,1831.066969 +369237,1979.210086,2743.724228,2383.617418,900.7788859,2615.580949 +369238,1563.037309,2564.317684,1912.010754,714.2053692,1835.546432 +369239,1998.286125,2749.512165,2393.291597,909.4501449,2632.152792 +369240,1574.784132,2569.828794,1929.335355,719.8651953,1839.309124 +369241,2022.802405,2760.314152,2392.391286,920.6688961,2678.779199 +369242,1593.767774,2573.708413,1937.816921,728.5187683,1829.344266 +369243,2040.424233,2769.722578,2420.192848,928.9478767,2692.940908 +369244,1607.014676,2575.053525,1933.072299,734.9708866,1863.301491 +369245,2056.723292,2778.51453,2430.862702,936.5720398,2686.712376 +369246,1619.700191,2574.269827,1940.896583,740.9944643,1894.679922 +369247,2075.970456,2779.445617,2442.316081,944.0590114,2677.26968 +369248,1761.191345,2644.586089,2074.814814,807.6132227,2138.330341 +369249,1890.711881,2698.28448,2250.990429,861.418217,2343.075004 +369250,1874.630444,2686.893156,2187.024869,856.4800295,2313.609981 +369251,1881.902467,2688.168906,2225.60042,859.1967442,2318.251588 +369252,1888.418765,2689.558113,2207.17308,862.382356,2322.939988 +369253,1895.311589,2690.982465,2217.790675,865.4201756,2328.048506 +369254,1901.844171,2691.91462,2219.926454,868.5496426,2332.773142 +369255,1908.613772,2698.859792,2222.939699,871.4937304,2337.485911 +369256,1915.242504,2686.693962,2226.143491,874.6052404,2342.56306 +369257,1921.753217,2701.008333,2229.110642,877.4934421,2346.95131 +369258,1928.34892,2688.700718,2232.377795,880.5159195,2351.7855 +369259,1934.847132,2701.716943,2235.305239,883.4351193,2356.238625 +369260,1940.90303,2689.023245,2238.339594,886.2321448,2360.756529 +369261,1947.705439,2702.162784,2241.328622,889.1608618,2365.368176 +369262,1953.741881,2689.119458,2244.258799,891.9815704,2369.682846 +369263,1960.311419,2695.994274,2247.231473,894.7862394,2374.194371 +369264,1966.315346,2695.55738,2250.065499,897.6255077,2378.414944 +369265,1972.5226,2694.485723,2252.827582,900.3799746,2382.845193 +369266,1978.701801,2694.088168,2255.877441,903.1417805,2387.011029 +369267,1984.829845,2693.697258,2258.574144,905.9081397,2391.296821 +369268,1990.82349,2693.074131,2261.399038,908.5459935,2395.378903 +369269,1996.999034,2692.308305,2264.102422,911.2087122,2399.6347 +369270,2003.025998,2691.45029,2266.841141,913.9149863,2403.660655 +369271,2008.767357,2690.337268,2269.429713,916.467945,2407.718475 +369272,2014.643923,2689.032439,2272.005488,919.0258556,2411.722099 +369273,2020.395405,2687.604584,2274.496775,921.5515611,2415.686457 +369274,2026.119801,2686.06622,2276.849232,924.0529913,2419.693531 +369275,2031.711805,2684.416574,2279.510528,926.4893194,2423.452384 +369276,2037.500541,2682.654044,2281.874331,929.0506979,2427.36454 +369277,2043.0427,2680.779224,2284.32466,931.391694,2433.061875 +369278,2048.631768,2678.79863,2286.684518,933.8422379,2435.087564 +369279,2056.542549,2676.711498,2289.087497,936.2287485,2442.559786 +369280,2060.19837,2668.278915,2291.47989,938.601635,2438.697914 +369281,2068.333116,2679.207359,2293.776055,940.9113938,2459.118224 +369282,2070.387829,2662.117623,2296.034472,943.3102561,2427.503686 +369283,2081.11741,2674.043803,2298.499028,945.5942661,2464.524481 +369284,2079.247759,2656.822342,2300.730295,947.8979491,2454.216992 +369285,2095.580583,2662.75654,2303.073692,950.2213532,2460.419047 +369286,2085.107244,2658.795236,2310.222171,952.4157842,2464.015902 +369287,2113.883169,2655.155127,2300.443395,954.691678,2467.372994 +369288,2085.130682,2652.358371,2317.53067,956.8673594,2470.890812 +369289,2101.687578,2649.412185,2309.934977,959.1429162,2474.300064 +369290,2119.747032,2646.164088,2314.576709,961.3049687,2477.69192 +369291,2115.493404,2642.825461,2317.067197,963.4898285,2481.054272 +369292,2123.074283,2639.444553,2318.908266,965.6531689,2484.48131 +369293,2128.168155,2636.019127,2321.228401,967.8016621,2487.658296 +369294,2133.321786,2632.47006,2323.316511,969.8891885,2490.923378 +369295,2138.297277,2628.828035,2325.386117,972.1205267,2494.306571 +369296,2143.497378,2625.100734,2327.793484,974.122817,2497.472147 +369297,2148.261384,2614.969056,2329.815783,976.2518028,2500.779703 +369298,2153.377725,2625.098229,2332.053307,978.3192882,2503.821444 +369299,2158.230907,2604.619567,2334.135449,980.3801035,2507.04373 +369300,2163.113639,2610.677139,2336.15522,982.3806466,2510.15904 +369301,2070.069944,2555.56192,2222.00278,931.3876064,2300.457079 +369302,2034.873409,2542.268247,2221.409639,932.5255705,2300.774809 +369303,2058.600324,2540.261862,2223.263163,934.0693048,2301.629579 +369304,2065.896162,2535.357866,2224.704541,935.713084,2303.029531 +369305,2065.514051,2530.519671,2226.364017,937.43166,2304.548845 +369306,2071.139109,2525.61826,2228.189344,939.1973649,2306.200836 +369307,2075.92615,2520.510189,2230.117612,940.960497,2307.933199 +369308,2080.101861,2515.734785,2236.598964,942.6838059,2309.795685 +369309,2084.775995,2510.221665,2231.854781,944.5142173,2311.48965 +369310,2089.275036,2505.538486,2236.550519,946.2797269,2313.3975 +369311,2093.917106,2499.861631,2238.254112,948.1411724,2322.257899 +369312,2098.406371,2494.67152,2239.853108,949.8491573,2310.450293 +369313,2102.979555,2482.870147,2242.270203,951.7933149,2318.005948 +369314,2107.431133,2492.347165,2244.083083,953.4263137,2322.872697 +369315,2112.142595,2468.703702,2246.293782,955.3106752,2322.149179 +369316,2116.517863,2474.98143,2248.141394,957.0796808,2324.763787 +369317,2121.242369,2466.377289,2250.608143,958.9424534,2326.790287 +369318,2125.615988,2460.472201,2252.349703,960.654697,2328.501085 +369319,2130.335298,2454.853829,2254.797595,962.5511958,2330.648791 +369320,2134.701538,2449.140541,2256.88178,964.2546233,2332.519777 +369321,2139.518387,2443.209243,2263.283206,966.1004358,2334.57477 +369322,2143.713794,2437.462333,2259.782771,967.8751541,2336.390713 +369323,2148.492952,2431.134351,2263.57955,969.7813175,2338.419178 +369324,2152.71451,2425.187893,2266.039038,971.4148657,2340.36743 +369325,2157.565984,2419.081502,2268.585221,973.3389567,2342.160811 +369326,2161.838882,2412.758455,2270.123073,975.0250913,2343.789022 +369327,2166.438412,2406.754682,2272.571429,976.9101785,2345.879663 +369328,2170.759001,2400.109856,2279.141808,978.5520257,2354.311019 +369329,2175.480216,2393.825368,2275.895111,980.5105154,2341.873035 +369330,2179.707714,2387.398072,2279.326058,982.1643591,2352.646531 +369331,2184.344908,2380.687285,2281.991201,984.0110209,2354.157743 +369332,2188.576225,2374.235461,2283.911963,985.6503007,2354.775916 +369333,2192.886816,2367.17184,2290.270823,987.5246688,2357.10979 +369334,2197.232492,2360.430805,2287.313846,989.0758368,2358.986535 +369335,2201.696918,2353.531525,2290.123484,990.8739113,2360.857497 +369336,2205.780791,2346.487847,2297.097109,992.5632953,2362.739304 +369337,2210.316387,2332.640215,2294.420008,994.329779,2369.875549 +369338,2214.472619,2335.091928,2296.370444,995.948532,2362.36277 +369339,2218.7174,2323.606619,2303.120701,997.7442813,2366.260275 +369340,2222.963351,2317.122727,2301.26328,999.3462558,2372.333145 +369341,2227.292832,2310.104505,2306.618163,1001.133619,2371.400246 +369342,2231.326879,2302.509293,2305.232734,1002.727117,2373.920092 +369343,2235.586019,2295.27578,2309.334618,1004.506,2388.51518 +369344,2239.787559,2287.740563,2308.13234,1006.037461,2358.182536 +369345,2244.173304,2280.248332,2307.995334,1007.888097,2402.328369 +369346,2247.999758,2272.85216,2305.767009,1009.479865,2370.264278 +369347,2252.411948,2264.950442,2302.980586,1011.170046,2385.675124 +369348,2256.355495,2257.460264,2300.179438,1012.77723,2375.425964 +369349,2260.650197,2249.696436,2299.182229,1014.522125,2406.195484 +369350,2264.580651,2241.905654,2295.55921,1016.084403,2366.096402 +369351,2268.971138,2234.103244,2292.979811,1017.774321,2413.949053 +369352,2272.682126,2226.381211,2290.776286,1019.41038,2382.896732 +369353,2276.887157,2218.265812,2288.618791,1021.109621,2396.729699 +369354,2280.926182,2210.387509,2286.882804,1022.663023,2396.473025 +369355,2285.041109,2202.426336,2285.564961,1024.39466,2398.246146 +369356,2288.902361,2194.320849,2284.486126,1025.988373,2399.863451 +369357,2293.077612,2186.303313,2283.565293,1027.62802,2401.834357 +369358,2299.122362,2178.275531,2282.757211,1029.141817,2403.542575 +369359,2304.982878,2169.893024,2282.010714,1030.934978,2405.16288 +369360,2304.341247,2161.87084,2281.33338,1032.416491,2407.162093 +369361,2058.77425,2038.794876,2282.688224,924.6048093,1959.052939 +369362,2069.462229,2025.504519,2272.30941,923.1924319,1974.153939 +369363,2062.308406,2030.695364,2099.214065,922.7173271,1960.654325 +369364,2063.535944,1996.234203,2073.066046,922.4802834,1960.121217 +369365,2063.891292,2000.623577,2125.788928,922.5359838,1957.976539 +369366,2064.453565,1990.045012,2106.620738,922.6079674,1956.365098 +369367,2065.282624,1978.277309,2101.241944,922.8031341,1954.836729 +369368,2065.929343,1969.100137,2101.166199,923.0442224,1953.619989 +369369,2066.801926,1971.652478,2101.133419,923.3212377,1952.69284 +369370,2067.913852,1931.668341,2100.482258,923.5778871,1951.710535 +369371,2068.832086,1948.050859,2100.016238,923.9895996,1950.903307 +369372,2069.89113,1928.019405,2099.69419,924.3074348,1950.170514 +369373,2070.966082,1919.917947,2099.361858,924.6902986,1949.514445 +369374,2072.071008,1910.173915,2099.113022,925.0826837,1948.927381 +369375,2073.202079,1900.377245,2098.903414,925.4911643,1948.403244 +369376,2074.35758,1890.587427,2098.737477,925.9146737,1947.936884 +369377,2075.535203,1880.677396,2098.61581,926.3523875,1947.524415 +369378,2076.733408,1881.505739,2098.519957,926.8035094,1947.162101 +369379,2077.950741,1846.197077,2098.50138,927.3205231,1946.847164 +369380,2079.185812,1858.609079,2098.494286,927.7175827,1946.576284 +369381,2080.437425,1840.320692,2098.524613,928.2429379,1946.347836 +369382,2081.705049,1831.756505,2098.595467,928.7334417,1946.159332 +369383,2083.106889,1822.323983,2098.700288,929.2425796,1946.008941 +369384,2084.22353,1812.52001,2103.147952,929.7618389,1945.894436 +369385,2085.618194,1802.843728,2093.33268,930.2910999,1945.899585 +369386,2086.921776,1793.047732,2105.025253,930.82935,1945.96233 +369387,2088.254392,1783.555666,2094.206916,931.3765544,1946.736628 +369388,2089.598697,1773.842628,2105.161058,931.9321827,1944.932977 +369389,2090.953522,1764.245464,2094.771992,932.4960032,1949.126833 +369390,2092.318407,1754.648667,2105.675116,933.0674303,1940.373883 +369391,2093.629315,1745.028729,2099.776626,933.6133632,1959.474703 +369392,2094.935477,1735.420831,2100.720385,934.1593628,1928.917763 +369393,2096.244003,1725.720455,2101.52648,934.7082654,1954.32505 +369394,2097.556772,1732.465393,2101.70627,935.2608601,1954.668809 +369395,2098.874457,1683.570192,2101.940185,935.8173499,1931.044939 +369396,2100.196487,1714.5123,2102.24759,936.3773845,1954.408181 +369397,2101.524362,1676.454961,2102.61731,936.9411623,1960.43828 +369398,2102.85753,1682.527962,2102.972851,937.5083214,1924.015858 +369399,2104.196051,1667.921614,2103.342555,938.078726,1958.747345 +369400,2105.54053,1659.597272,2103.724121,938.6522049,1945.521671 +369401,2106.89134,1650.246973,2104.126339,939.228585,1948.002695 +369402,2108.248193,1641.103503,2104.541567,939.8075796,1948.454396 +369403,2109.61213,1631.644596,2104.968081,940.3890387,1948.765878 +369404,2110.983311,1622.685761,2105.40776,940.9726848,1949.113767 +369405,2112.36244,1613.490312,2105.859678,941.5584203,1949.475277 +369406,2113.750353,1604.441154,2106.323031,942.1459937,1949.84995 +369407,2115.148049,1595.434058,2106.797533,942.7353089,1950.237651 +369408,2116.556172,1586.378639,2107.282676,943.3261171,1950.637478 +369409,2117.976343,1577.732188,2107.778154,943.8638257,1950.96216 +369410,2119.409445,1568.69306,2108.283377,944.5380134,1951.51902 +369411,2120.857315,1560.009027,2108.798014,945.0937703,1951.889218 +369412,2122.321391,1551.194242,2109.321631,945.697501,1952.347219 +369413,2123.680866,1542.700451,2109.854133,946.2937787,1952.802496 +369414,2125.36871,1534.074135,2110.394795,946.8905182,1953.266896 +369415,2126.80725,1525.697262,2110.942979,947.4877391,1953.740758 +369416,2128.50264,1517.050656,2115.757186,948.0850751,1954.311427 +369417,2129.900582,1508.914261,2106.859367,948.6830487,1954.667737 +369418,2131.605873,1500.582047,2117.727411,949.2807197,1955.232047 +369419,2133.242481,1492.421622,2108.721518,949.8784062,1955.726724 +369420,2134.935302,1484.237065,2118.551392,950.4758859,1956.241953 +369421,2372.332393,1583.93544,2169.348683,1057.920626,2396.457439 +369422,2378.3298,1578.147116,2191.111363,1060.513063,2382.850976 +369423,2383.566382,1572.261758,2213.7404,1062.766008,2395.472252 +369424,2387.921163,1565.651543,2232.844633,1064.597675,2398.921093 +369425,2392.1175,1559.48911,2246.856112,1066.350539,2402.219246 +369426,2396.100335,1553.139607,2256.583052,1068.06237,2405.699243 +369427,2399.950388,1546.590883,2263.382671,1069.556011,2408.545714 +369428,2403.70647,1540.501467,2268.337665,1071.138355,2411.866529 +369429,2407.29655,1534.217148,2272.129636,1072.591819,2414.526193 +369430,2410.896955,1528.093942,2275.146448,1074.054993,2417.307395 +369431,2414.455876,1521.94961,2277.633031,1075.497265,2420.072302 +369432,2417.969278,1516.289366,2279.749264,1076.917216,2422.69632 +369433,2421.440175,1510.162944,2281.600167,1078.31627,2425.251101 +369434,2424.870663,1504.533677,2283.263142,1079.695475,2427.876857 +369435,2428.265978,1498.783201,2286.525386,1081.054935,2430.398035 +369436,2431.614697,1493.341774,2286.961908,1082.398878,2432.491498 +369437,2434.938474,1487.829073,2287.908651,1083.660609,2435.274608 +369438,2438.224925,1482.496202,2290.731263,1085.120418,2437.569502 +369439,2441.473384,1477.351058,2292.609793,1086.277406,2439.805318 +369440,2444.692794,1472.025901,2294.22568,1087.542948,2447.505124 +369441,2453.300096,1467.21036,2293.725989,1088.886035,2436.37747 +369442,2442.949203,1462.271453,2295.820655,1090.08222,2454.728689 +369443,2479.690778,1457.533282,2295.67262,1091.323263,2446.288763 +369444,2424.120473,1452.917577,2296.177675,1092.534817,2450.995073 +369445,2475.932963,1448.346925,2298.662286,1093.732375,2453.534912 +369446,2484.96733,1443.75937,2298.520877,1094.935481,2454.902133 +369447,2428.812075,1439.534054,2299.066316,1096.185066,2457.083038 +369448,2487.432205,1435.591216,2301.617145,1097.577513,2459.434521 +369449,2468.254785,1431.506053,2303.230251,1099.281096,2461.198981 +369450,2475.296741,1429.430236,2302.736239,1100.896682,2462.971704 +369451,2477.895788,1426.938487,2303.037366,1103.83709,2464.86633 +369452,2480.770142,1424.13874,2305.362014,1103.666838,2467.216851 +369453,2483.460024,1421.66207,2305.121767,1109.498544,2468.544273 +369454,2486.157225,1419.01953,2305.523319,1105.754617,2470.662979 +369455,2488.819087,1416.467591,2307.866377,1115.28964,2472.761839 +369456,2491.440855,1413.923704,2309.323333,1107.421131,2474.341722 +369457,2494.03588,1411.400789,2308.825268,1124.471586,2481.536681 +369458,2496.610386,1408.900681,2308.95187,1105.44231,2470.139334 +369459,2499.155491,1406.500757,2311.065049,1137.365053,2487.569425 +369460,2501.665023,1403.837548,2312.533096,1099.548851,2479.972058 +369461,2504.228631,1401.57404,2313.535263,1134.137958,2482.845537 +369462,2506.629537,1399.073511,2312.519582,1139.921658,2485.100594 +369463,2509.062601,1396.676349,2312.482499,1108.887539,2486.673701 +369464,2511.548814,1394.293417,2314.766003,1137.528398,2488.625308 +369465,2513.947262,1391.918938,2316.006503,1134.249924,2489.872824 +369466,2516.321708,1389.562755,2316.908098,1136.296492,2491.730393 +369467,2518.667276,1387.220821,2315.945546,1139.715429,2492.98681 +369468,2521.140836,1384.899222,2316.039503,1142.479693,2499.908663 +369469,2523.236497,1382.513967,2318.050399,1145.437266,2490.106665 +369470,2525.617808,1380.335942,2319.197603,1148.397163,2504.329382 +369471,2527.89886,1378.007654,2320.186148,1151.430479,2498.949536 +369472,2530.226264,1375.760558,2320.886572,1154.524771,2500.619388 +369473,2532.588521,1397.246514,2321.353521,1157.681388,2502.818681 +369474,2534.982739,1336.094013,2321.881593,1160.900052,2504.29968 +369475,2537.406935,1386.061206,2322.450825,1164.247074,2505.64815 +369476,2539.853318,1380.064617,2321.203408,1167.488647,2506.592358 +369477,2544.685977,1340.380878,2322.821796,1170.879191,2513.832342 +369478,2545.44817,1397.730607,2322.024505,1174.433708,2503.639781 +369479,2548.309525,1322.409917,2323.636815,1177.920432,2516.754068 +369480,2555.598004,1400.806201,2323.020149,1181.522627,2512.416362 +369481,2586.353151,1337.462596,2324.798505,1207.941422,2550.803911 +369482,2633.181968,1396.006046,2330.038898,1212.780358,2554.841683 +369483,2573.628776,1392.916901,2336.203634,1217.343712,2559.842294 +369484,2627.94002,1346.196005,2341.535398,1221.780752,2564.200259 +369485,2623.000716,1386.328363,2345.574131,1226.190756,2567.510147 +369486,2602.982122,1385.745158,2348.432864,1230.600967,2569.831528 +369487,2630.04277,1346.754642,2350.540857,1235.032706,2571.551995 +369488,2624.1976,1402.212021,2352.06642,1239.49834,2572.765677 +369489,2628.941338,1330.948221,2353.223643,1244.076684,2573.664193 +369490,2632.498646,1406.387639,2354.103134,1248.522761,2574.317754 +369491,2635.434629,1323.373007,2354.797515,1253.176264,2574.815586 +369492,2638.862087,1403.586655,2355.335324,1257.817239,2575.176678 +369493,2642.082763,1321.081099,2357.518302,1262.45014,2577.604603 +369494,2655.581521,1397.002845,2356.97467,1267.311661,2576.735738 +369495,2633.19501,1321.836836,2356.927139,1272.139978,2576.502142 +369496,2659.104626,1388.227573,2358.729436,1276.90725,2578.555032 +369497,2653.35279,1324.326111,2357.929341,1281.871877,2577.439076 +369498,2658.067781,1379.71436,2357.663291,1286.831596,2576.990261 +369499,2668.701354,1325.649575,2357.538841,1291.854026,2576.718622 +369500,2653.529105,1371.991492,2357.497353,1297.001822,2576.554893 +369501,2678.134686,1326.709979,2357.504946,1301.950229,2576.462371 +369502,2680.797651,1364.418117,2357.494903,1307.297228,2576.362276 +369503,2649.843137,1327.732037,2357.543153,1312.47129,2576.348567 +369504,2713.323835,1356.832131,2357.754056,1317.77366,2576.549706 +369505,2642.661907,1328.897947,2359.771947,1323.193526,2578.989662 +369506,2723.762992,1348.551551,2359.277827,1328.476653,2578.376618 +369507,2648.336085,1331.119524,2359.287486,1333.98322,2578.3965 +369508,2729.942193,1340.165073,2359.478821,1339.474313,2578.642253 +369509,2673.295293,1332.984262,2359.63908,1344.953651,2578.852932 +369510,2709.166973,1334.107047,2359.540293,1350.751513,2578.750453 +369511,2697.582701,1331.763304,2359.322197,1356.135785,2578.505124 +369512,2704.909256,1330.352536,2360.859884,1361.792509,2580.429313 +369513,2707.330714,1328.810918,2359.92941,1367.406842,2579.351165 +369514,2711.070086,1327.268433,2359.743283,1373.076602,2579.204139 +369515,2715.001727,1325.732805,2361.570141,1378.787199,2581.544056 +369516,2718.730679,1324.206611,2360.917088,1384.613329,2580.865918 +369517,2722.954603,1322.682077,2362.635689,1390.211385,2583.121434 +369518,2726.739779,1321.169932,2361.928277,1396.218376,2582.418405 +369519,2730.804303,1319.66049,2361.882805,1402.023339,2582.535838 +369520,2734.73926,1318.159945,2362.064665,1407.947891,2582.933439 +369521,2738.790877,1316.665165,2364.072367,1413.900734,2585.584116 +369522,2742.762893,1315.181317,2363.485377,1419.969539,2585.070189 +369523,2746.751243,1313.700981,2363.477458,1425.878908,2585.277649 +369524,2750.759853,1312.229901,2363.64799,1433.783797,2585.704385 +369525,2754.667855,1310.764812,2365.615553,1440.097431,2588.346155 +369526,2758.847835,1309.310918,2364.979761,1448.045868,2587.807266 +369527,2762.774933,1307.860581,2364.926078,1450.650189,2587.98996 +369528,2766.867466,1306.419615,2365.046876,1465.568934,2588.38423 +369529,2770.825163,1304.98596,2365.268833,1453.920909,2588.902613 +369530,2774.924172,1303.633042,2367.275966,1461.48859,2591.625661 +369531,2778.831419,1302.03266,2366.626304,1481.897114,2591.103117 +369532,2782.972332,1300.780833,2368.208135,1479.666466,2593.33599 +369533,2786.896483,1299.317083,2367.321097,1488.069489,2592.540983 +369534,2790.76669,1297.930224,2367.082853,1494.61265,2592.539134 +369535,2795.014332,1296.542431,2367.072351,1500.914341,2592.808155 +369536,2798.902917,1295.161042,2367.177794,1507.355468,2593.217445 +369537,2802.976256,1293.78571,2369.045249,1513.966986,2595.804424 +369538,2806.860695,1292.421938,2368.291977,1520.420375,2595.188601 +369539,2810.962683,1291.059097,2369.807622,1527.068185,2597.377032 +369540,2814.917805,1289.70858,2370.56292,1533.506327,2598.644556 +369541,2743.316033,1255.253902,2369.008556,1506.921217,2597.469448 +369542,2744.436894,1253.459463,2363.342286,1513.165902,2590.269339 +369543,2748.564514,1251.898645,2356.264194,1519.578649,2580.622538 +369544,2751.665193,1250.328529,2351.998833,1525.846248,2574.105078 +369545,2755.175033,1248.790038,2346.773115,1532.338418,2566.340138 +369546,2758.532251,1247.261367,2345.227554,1538.787147,2563.168229 +369547,2761.84724,1245.676563,2343.889012,1545.264925,2560.395928 +369548,2765.213944,1244.278748,2341.160927,1551.8543,2556.087768 +369549,2768.55101,1242.732075,2339.600397,1558.242806,2553.373865 +369550,2771.930827,1241.257393,2338.569097,1577.743882,2551.460207 +369551,2775.253104,1239.77989,2337.882583,1564.377365,2550.118416 +369552,2778.594444,1238.309772,2337.424322,1589.427205,2549.201532 +369553,2781.950195,1236.847395,2337.080171,1594.694545,2548.560796 +369554,2785.183213,1235.391899,2336.812919,1603.391511,2548.138363 +369555,2788.574713,1234.012667,2338.310293,1612.808577,2549.999504 +369556,2791.736613,1232.469797,2337.20522,1621.987597,2548.772822 +369557,2794.873774,1231.082242,2336.680331,1631.608642,2548.342276 +369558,2798.420377,1229.641156,2338.038691,1651.63969,2550.293763 +369559,2801.433339,1228.219995,2336.888409,1633.524116,2549.231491 +369560,2804.768273,1226.799026,2338.071655,1664.383862,2551.093953 +369561,2807.853341,1225.389928,2336.795838,1666.765066,2549.98587 +369562,2811.093504,1223.981435,2336.153148,1686.01683,2549.690894 +369563,2814.250473,1222.580611,2335.77043,1673.772396,2549.740876 +369564,2817.353964,1221.184243,2335.519399,1705.405698,2549.980373 +369565,2820.468551,1219.793254,2335.330137,1694.35663,2550.326844 +369566,2824.433518,1215.219386,2336.856266,1740.356132,2552.818492 +369567,2827.467017,1213.319442,2335.43859,1708.660109,2552.170131 +369568,2830.691156,1211.647377,2334.492302,1752.762077,2552.393697 +369569,2833.642535,1210.116463,2333.706805,1740.479375,2552.865437 +369570,2836.788312,1208.453239,2334.840246,1762.870801,2555.636068 +369571,2839.425567,1206.822708,2333.677012,1764.817192,2555.509481 +369572,2842.27412,1205.300351,2335.004605,1776.371741,2558.392211 +369573,2844.769425,1203.653099,2334.051167,1784.829492,2558.442577 +369574,2847.473332,1202.065074,2333.871359,1793.740613,2559.422849 +369575,2850.027326,1200.475722,2333.991086,1802.731091,2560.752805 +369576,2852.639593,1198.889538,2335.928107,1811.554104,2564.313826 +369577,2854.97562,1197.313549,2335.291096,1820.315655,2564.716238 +369578,2857.529449,1195.737073,2335.25242,1828.975456,2565.852219 +369579,2860.001916,1194.166316,2337.092535,1837.884357,2569.29442 +369580,2863.292968,1192.669592,2338.074816,1846.487191,2571.689163 +369581,2867.835114,1191.010458,2337.168148,1860.635084,2571.763861 +369582,2873.331414,1189.49902,2337.133646,1861.441123,2572.898974 +369583,2886.856958,1187.935642,2337.523204,1873.358535,2574.539663 +369584,2871.904884,1186.385187,2337.973478,1881.379529,2576.248794 +369585,2902.451672,1184.838276,2338.532521,1889.646877,2578.094173 +369586,2882.192163,1183.294378,2339.254779,1897.935391,2580.147172 +369587,2913.530848,1181.687484,2339.805376,1906.483986,2581.996218 +369588,2901.856809,1180.309203,2342.210208,1914.764977,2586.142241 +369589,2912.510069,1178.637143,2341.87361,1922.903396,2586.925154 +369590,2918.080207,1177.158055,2342.062533,1931.049928,2588.356334 +369591,2923.539782,1175.618445,2344.136415,1939.488672,2592.10692 +369592,2929.221321,1174.092692,2345.332964,1947.472838,2594.784767 +369593,2934.991934,1172.568264,2346.167012,1955.561621,2597.0275 +369594,2940.778718,1171.04784,2345.178545,1963.507967,2597.019363 +369595,2946.602834,1169.52742,2345.067583,1971.407273,2598.073671 +369596,2952.613095,1168.073002,2346.954866,1979.626254,2601.579988 +369597,2958.219152,1166.475219,2348.047142,1987.291631,2604.115112 +369598,2964.226645,1164.937477,2348.909833,2000.632107,2606.383748 +369599,2969.836289,1163.518429,2347.972049,2000.970455,2606.435596 +369600,2975.677948,1161.966701,2347.809645,2011.189535,2607.431842 +369601,2824.203729,1094.279716,2345.509509,1951.743455,2606.130345 +369602,2834.323422,1091.882771,2330.755473,1959.140147,2525.796735 +369603,2835.980089,1090.031439,2305.112866,1965.275707,2166.944462 +369604,2841.454217,1088.052225,2279.85892,1977.248654,2404.789576 +369605,2846.835001,1086.108063,2264.777355,1977.819023,2334.70205 +369606,2851.767892,1084.326927,2256.907534,1987.31169,2337.765854 +369607,2856.609482,1082.433478,2252.597504,1999.519928,2336.059439 +369608,2862.047088,1080.603388,2250.287092,1999.758616,2335.509377 +369609,2875.204818,1078.834965,2249.253136,2008.472194,2335.087556 +369610,2860.143127,1076.927701,2248.585241,2015.614446,2334.590273 +369611,2890.302048,1075.156559,2248.20918,2022.13449,2334.21477 +369612,2869.567835,1073.340851,2247.972649,2028.788338,2333.801031 +369613,2900.204516,1071.539512,2247.946769,2041.086749,2333.60861 +369614,2887.895106,1069.743652,2247.905511,2036.369871,2333.025269 +369615,2898.148818,1067.952721,2247.690651,2054.508412,2332.765219 +369616,2902.864301,1066.224377,2247.591798,2055.15206,2332.505921 +369617,2907.458083,1064.357574,2247.483115,2061.610332,2332.181211 +369618,2912.376795,1062.620463,2247.435484,2073.537239,2331.871345 +369619,2917.252669,1060.779588,2247.441112,2074.664166,2331.665348 +369620,2922.153394,1059.095192,2247.296264,2080.99655,2331.353466 +369621,2926.838405,1057.288599,2247.084563,2087.818826,2331.286963 +369622,2931.667563,1055.53517,2247.018444,2098.367557,2330.842008 +369623,2936.394532,1053.834415,2246.994825,2100.033738,2330.687153 +369624,2941.077523,1051.996126,2246.809204,2105.407299,2330.495533 +369625,2945.742636,1050.284755,2244.985154,2115.783475,2330.277149 +369626,2950.299964,1048.52874,2209.49978,2122.437297,2330.03124 +369627,2954.648637,1046.784046,2211.977102,2122.654219,2329.812395 +369628,2959.444105,1045.042391,2212.234537,2125.146889,2329.6133 +369629,2963.90804,1043.304256,2203.249235,2129.049472,2329.470932 +369630,2968.283868,1041.56984,2203.325493,2130.202083,2329.278089 +369631,2972.103315,1039.756339,2199.131436,2131.704739,2329.104464 +369632,2975.652141,1037.872936,2195.202308,2133.392351,2328.934652 +369633,2979.138009,1036.177863,2191.598596,2135.126107,2328.767532 +369634,2982.381632,1034.221074,2182.601677,2136.747587,2328.5998 +369635,2985.698469,1032.43099,2189.871632,2138.528664,2328.448461 +369636,2988.597359,1030.58364,2174.707177,2140.375506,2328.289663 +369637,2991.953649,1028.743573,2177.337127,2142.061778,2328.127289 +369638,2994.803246,1026.902425,2173.034888,2143.800836,2327.977876 +369639,2997.670749,1025.060744,2169.136311,2145.573313,2327.822878 +369640,3000.481136,1023.218376,2165.399232,2147.269686,2327.664069 +369641,3003.109288,1021.375535,2157.112796,2148.784567,2327.509207 +369642,3005.722549,1019.531863,2164.322074,2150.397211,2327.347267 +369643,3008.21999,1017.688008,2148.035526,2152.004305,2327.187496 +369644,3010.663677,1015.843687,2152.2248,2153.433378,2327.002134 +369645,3012.909933,1013.998829,2147.227184,2154.918156,2326.861074 +369646,3015.191192,1012.153678,2143.19421,2156.412859,2326.807775 +369647,3017.065632,1010.362584,2139.975119,2157.817388,2326.439193 +369648,3019.395828,1008.436999,2136.247211,2159.167487,2326.340686 +369649,3021.243179,1006.629088,2132.686651,2160.475,2326.142172 +369650,3023.089226,1004.774366,2129.132841,2161.73545,2325.944468 +369651,3024.824125,1002.92745,2125.528079,2162.947069,2325.745298 +369652,3026.49359,1001.080256,2122.045301,2164.112453,2325.538923 +369653,3028.014622,999.1792713,2113.432724,2165.111806,2325.321306 +369654,3029.46633,997.4099461,2116.697721,2166.192321,2325.107298 +369655,3030.795724,995.5242787,2110.553918,2167.136759,2324.873213 +369656,3032.148274,993.683813,2107.086393,2168.152411,2324.63316 +369657,3033.233538,991.8352942,2103.739171,2169.082874,2324.401343 +369658,3034.451901,989.9861183,2100.178919,2169.966121,2324.143318 +369659,3035.282163,988.1366521,2096.740845,2170.796667,2323.883196 +369660,3036.263771,986.3393216,2092.964962,2171.736615,2323.599482 +369661,1878.560508,984.4701938,878.8427044,1541.703791,2096.185133 +369662,2000.326222,1115.982847,937.1734499,1646.748931,2192.630037 +369663,2138.414736,1135.89538,1004.405254,1762.205526,2288.233538 +369664,2239.870669,1091.296083,1056.209002,1840.154738,2346.803784 +369665,2307.792512,1140.669759,1093.482263,1883.424209,2380.190776 +369666,2354.667545,1100.38943,1121.435379,1905.90443,2401.850978 +369667,2388.742574,1124.548724,1143.36033,1917.772025,2417.251259 +369668,2415.084157,1112.062648,1161.29829,1925.02085,2429.459535 +369669,2436.452555,1115.235265,1176.398519,1930.581806,2439.798527 +369670,2454.215243,1113.184719,1189.298012,1935.04334,2448.851654 +369671,2469.121757,1112.34516,1200.386292,1938.872711,2456.885318 +369672,2481.687877,1111.15603,1209.945714,1942.17393,2464.048791 +369673,2492.295574,1110.13138,1218.190795,1945.010529,2470.613748 +369674,2501.328279,1109.044351,1225.334215,1947.50327,2476.313043 +369675,2509.102588,1107.974571,1231.558257,1949.757513,2481.453156 +369676,2515.845447,1106.910079,1236.999834,1951.824047,2486.096653 +369677,2521.737888,1105.854236,1241.776492,1953.739615,2490.303779 +369678,2526.931485,1104.805935,1245.987735,1955.529525,2494.1289 +369679,2531.542279,1103.767379,1249.717304,1957.211409,2497.619924 +369680,2535.666578,1100.477939,1253.03562,1958.798017,2500.818881 +369681,2539.465544,1099.10204,1255.914397,1960.536689,2503.762415 +369682,2542.981145,1097.911965,1258.431418,1962.343682,2506.482543 +369683,2546.231499,1096.76699,1260.673495,1964.108125,2509.007056 +369684,2549.229172,1095.650478,1262.700476,1965.758654,2511.360094 +369685,2551.964136,1094.555427,1264.534387,1967.254836,2513.530262 +369686,2554.489632,1093.465655,1266.212366,1968.63283,2515.565388 +369687,2556.850547,1092.395724,1267.762607,1969.929288,2517.503682 +369688,2559.054668,1091.338307,1269.194547,1971.149143,2519.345237 +369689,2561.11463,1090.290114,1270.519847,1972.29837,2521.097392 +369690,2563.042557,1089.249328,1271.749615,1973.381373,2522.76876 +369691,2564.848774,1088.121066,1272.89361,1974.401305,2524.36744 +369692,2566.474546,1086.978513,1273.956492,1975.224339,2525.90066 +369693,2567.881741,1085.831801,1274.942782,1975.778022,2527.374643 +369694,2569.066722,1084.682875,1275.857945,1976.06478,2528.794808 +369695,2570.044792,1083.53249,1276.707739,1976.12089,2530.165846 +369696,2570.83556,1082.380436,1277.49757,1975.984579,2531.491842 +369697,2571.456325,1081.226572,1278.232203,1975.682711,2532.776313 +369698,2571.920831,1080.138628,1278.915765,1975.232486,2534.022288 +369699,2572.2398,1078.87791,1279.551819,1974.645373,2535.232336 +369700,2572.422047,1077.767312,1280.143485,1973.929731,2536.408657 +369701,2572.47497,1076.591226,1280.693499,1973.092076,2537.553099 +369702,2572.404887,1075.422879,1281.20429,1972.137667,2538.667239 +369703,2572.217283,1074.250745,1281.678009,1971.070779,2539.752389 +369704,2571.916836,1073.074352,1282.116584,1969.894937,2540.809665 +369705,2571.50765,1071.893699,1282.521742,1968.61308,2541.839988 +369706,2570.993415,1070.708319,1282.895043,1967.227722,2542.844144 +369707,2570.377346,1069.518278,1283.237901,1965.741052,2543.822775 +369708,2569.662352,1068.323163,1283.551608,1964.15502,2544.776438 +369709,2568.850995,1067.123085,1283.837343,1962.471386,2545.70558 +369710,2567.945636,1065.850076,1284.096198,1960.691767,2546.61059 +369711,2566.948458,1064.740761,1284.32918,1958.817659,2547.491788 +369712,2565.861562,1063.474162,1284.537227,1956.850464,2548.349457 +369713,2564.686798,1062.25617,1284.721211,1954.791494,2549.18382 +369714,2563.424367,1061.026463,1284.882024,1952.638824,2549.995959 +369715,2562.076269,1059.792667,1285.020362,1950.394704,2550.785644 +369716,2560.64483,1058.552836,1285.136912,1948.062065,2551.552617 +369717,2559.131917,1057.308156,1285.232325,1945.642909,2552.296759 +369718,2557.533503,1056.057321,1285.307266,1943.138467,2553.018174 +369719,2555.857826,1054.801623,1285.362352,1940.549547,2553.716957 +369720,2554.108164,1053.539798,1285.398194,1937.876929,2554.393277 +369721,0,0,0,0,0 +369722,0,0,0,0,0 +369723,0,0,0,0,0 +369724,0,0,0,0,0 +369725,0,0,0,0,0 +369726,0,0,0,0,0 +369727,0,0,0,0,0 +369728,0,0,0,0,0 +369729,0,0,0,0,0 +369730,0,0,0,0,0 +369731,0,0,0,0,0 +369732,0,0,0,0,0 +369733,0,0,0,0,0 +369734,0,0,0,0,0 +369735,0,0,0,0,0 +369736,0,0,0,0,0 +369737,0,0,0,0,0 +369738,0,0,0,0,0 +369739,0,0,0,0,0 +369740,0,0,0,0,0 +369741,0,0,0,0,0 +369742,0,0,0,0,0 +369743,0,0,0,0,0 +369744,0,0,0,0,0 +369745,0,0,0,0,0 +369746,0,0,0,0,0 +369747,0,0,0,0,0 +369748,0,0,0,0,0 +369749,0,0,0,0,0 +369750,0,0,0,0,0 +369751,0,0,0,0,0 +369752,0,0,0,0,0 +369753,0,0,0,0,0 +369754,0,0,0,0,0 +369755,0,0,0,0,0 +369756,0,0,0,0,0 +369757,0,0,0,0,0 +369758,0,0,0,0,0 +369759,0,0,0,0,0 +369760,0,0,0,0,0 +369761,0,0,0,0,0 +369762,0,0,0,0,0 +369763,0,0,0,0,0 +369764,0,0,0,0,0 +369765,0,0,0,0,0 +369766,0,0,0,0,0 +369767,0,0,0,0,0 +369768,0,0,0,0,0 +369769,0,0,0,0,0 +369770,0,0,0,0,0 +369771,0,0,0,0,0 +369772,0,0,0,0,0 +369773,0,0,0,0,0 +369774,0,0,0,0,0 +369775,0,0,0,0,0 +369776,0,0,0,0,0 +369777,0,0,0,0,0 +369778,0,0,0,0,0 +369779,0,0,0,0,0 +369780,0,0,0,0,0 +369781,0,0,0,0,0 +369782,0,0,0,0,0 +369783,0,0,0,0,0 +369784,0,0,0,0,0 +369785,0,0,0,0,0 +369786,0,0,0,0,0 +369787,0,0,0,0,0 +369788,0,0,0,0,0 +369789,0,0,0,0,0 +369790,0,0,0,0,0 +369791,0,0,0,0,0 +369792,0,0,0,0,0 +369793,0,0,0,0,0 +369794,0,0,0,0,0 +369795,0,0,0,0,0 +369796,0,0,0,0,0 +369797,0,0,0,0,0 +369798,0,0,0,0,0 +369799,0,0,0,0,0 +369800,0,0,0,0,0 +369801,0,0,0,0,0 +369802,0,0,0,0,0 +369803,0,0,0,0,0 +369804,0,0,0,0,0 +369805,0,0,0,0,0 +369806,0,0,0,0,0 +369807,0,0,0,0,0 +369808,0,0,0,0,0 +369809,0,0,0,0,0 +369810,0,0,0,0,0 +369811,0,0,0,0,0 +369812,0,0,0,0,0 +369813,0,0,0,0,0 +369814,0,0,0,0,0 +369815,0,0,0,0,0 +369816,0,0,0,0,0 +369817,0,0,0,0,0 +369818,0,0,0,0,0 +369819,0,0,0,0,0 +369820,0,0,0,0,0 +369821,0,0,0,0,0 +369822,0,0,0,0,0 +369823,0,0,0,0,0 +369824,0,0,0,0,0 +369825,0,0,0,0,0 +369826,0,0,0,0,0 +369827,0,0,0,0,0 +369828,0,0,0,0,0 +369829,0,0,0,0,0 +369830,0,0,0,0,0 +369831,0,0,0,0,0 +369832,0,0,0,0,0 +369833,0,0,0,0,0 +369834,0,0,0,0,0 +369835,0,0,0,0,0 +369836,0,0,0,0,0 +369837,0,0,0,0,0 +369838,0,0,0,0,0 +369839,0,0,0,0,0 +369840,0,0,0,0,0 +369841,0,0,0,0,0 +369842,0,0,0,0,0 +369843,0,0,0,0,0 +369844,0,0,0,0,0 +369845,0,0,0,0,0 +369846,0,0,0,0,0 +369847,0,0,0,0,0 +369848,0,0,0,0,0 +369849,0,0,0,0,0 +369850,0,0,0,0,0 +369851,0,0,0,0,0 +369852,0,0,0,0,0 +369853,0,0,0,0,0 +369854,0,0,0,0,0 +369855,0,0,0,0,0 +369856,0,0,0,0,0 +369857,0,0,0,0,0 +369858,0,0,0,0,0 +369859,0,0,0,0,0 +369860,0,0,0,0,0 +369861,0,0,0,0,0 +369862,0,0,0,0,0 +369863,0,0,0,0,0 +369864,0,0,0,0,0 +369865,0,0,0,0,0 +369866,0,0,0,0,0 +369867,0,0,0,0,0 +369868,0,0,0,0,0 +369869,0,0,0,0,0 +369870,0,0,0,0,0 +369871,0,0,0,0,0 +369872,0,0,0,0,0 +369873,0,0,0,0,0 +369874,0,0,0,0,0 +369875,0,0,0,0,0 +369876,0,0,0,0,0 +369877,0,0,0,0,0 +369878,0,0,0,0,0 +369879,0,0,0,0,0 +369880,0,0,0,0,0 +369881,0,0,0,0,0 +369882,0,0,0,0,0 +369883,0,0,0,0,0 +369884,0,0,0,0,0 +369885,0,0,0,0,0 +369886,0,0,0,0,0 +369887,0,0,0,0,0 +369888,0,0,0,0,0 +369889,0,0,0,0,0 +369890,0,0,0,0,0 +369891,0,0,0,0,0 +369892,0,0,0,0,0 +369893,0,0,0,0,0 +369894,0,0,0,0,0 +369895,0,0,0,0,0 +369896,0,0,0,0,0 +369897,0,0,0,0,0 +369898,0,0,0,0,0 +369899,0,0,0,0,0 +369900,0,0,0,0,0 +369901,0,0,0,0,0 +369902,0,0,0,0,0 +369903,0,0,0,0,0 +369904,0,0,0,0,0 +369905,0,0,0,0,0 +369906,0,0,0,0,0 +369907,0,0,0,0,0 +369908,0,0,0,0,0 +369909,0,0,0,0,0 +369910,0,0,0,0,0 +369911,0,0,0,0,0 +369912,0,0,0,0,0 +369913,0,0,0,0,0 +369914,0,0,0,0,0 +369915,0,0,0,0,0 +369916,0,0,0,0,0 +369917,0,0,0,0,0 +369918,0,0,0,0,0 +369919,0,0,0,0,0 +369920,0,0,0,0,0 +369921,0,0,0,0,0 +369922,0,0,0,0,0 +369923,0,0,0,0,0 +369924,0,0,0,0,0 +369925,0,0,0,0,0 +369926,0,0,0,0,0 +369927,0,0,0,0,0 +369928,0,0,0,0,0 +369929,0,0,0,0,0 +369930,0,0,0,0,0 +369931,0,0,0,0,0 +369932,0,0,0,0,0 +369933,0,0,0,0,0 +369934,0,0,0,0,0 +369935,0,0,0,0,0 +369936,0,0,0,0,0 +369937,0,0,0,0,0 +369938,0,0,0,0,0 +369939,0,0,0,0,0 +369940,0,0,0,0,0 +369941,0,0,0,0,0 +369942,0,0,0,0,0 +369943,0,0,0,0,0 +369944,0,0,0,0,0 +369945,0,0,0,0,0 +369946,0,0,0,0,0 +369947,0,0,0,0,0 +369948,0,0,0,0,0 +369949,0,0,0,0,0 +369950,0,0,0,0,0 +369951,0,0,0,0,0 +369952,0,0,0,0,0 +369953,0,0,0,0,0 +369954,0,0,0,0,0 +369955,0,0,0,0,0 +369956,0,0,0,0,0 +369957,0,0,0,0,0 +369958,0,0,0,0,0 +369959,0,0,0,0,0 +369960,0,0,0,0,0 +369961,0,0,0,0,0 +369962,0,0,0,0,0 +369963,0,0,0,0,0 +369964,0,0,0,0,0 +369965,0,0,0,0,0 +369966,0,0,0,0,0 +369967,0,0,0,0,0 +369968,0,0,0,0,0 +369969,0,0,0,0,0 +369970,0,0,0,0,0 +369971,0,0,0,0,0 +369972,0,0,0,0,0 +369973,0,0,0,0,0 +369974,0,0,0,0,0 +369975,0,0,0,0,0 +369976,0,0,0,0,0 +369977,0,0,0,0,0 +369978,0,0,0,0,0 +369979,0,0,0,0,0 +369980,0,0,0,0,0 +369981,0,0,0,0,0 +369982,0,0,0,0,0 +369983,0,0,0,0,0 +369984,0,0,0,0,0 +369985,0,0,0,0,0 +369986,0,0,0,0,0 +369987,0,0,0,0,0 +369988,0,0,0,0,0 +369989,0,0,0,0,0 +369990,0,0,0,0,0 +369991,0,0,0,0,0 +369992,0,0,0,0,0 +369993,0,0,0,0,0 +369994,0,0,0,0,0 +369995,0,0,0,0,0 +369996,0,0,0,0,0 +369997,0,0,0,0,0 +369998,0,0,0,0,0 +369999,0,0,0,0,0 +370000,0,0,0,0,0 +370001,0,0,0,0,0 +370002,0,0,0,0,0 +370003,0,0,0,0,0 +370004,0,0,0,0,0 +370005,0,0,0,0,0 +370006,0,0,0,0,0 +370007,0,0,0,0,0 +370008,0,0,0,0,0 +370009,0,0,0,0,0 +370010,0,0,0,0,0 +370011,0,0,0,0,0 +370012,0,0,0,0,0 +370013,0,0,0,0,0 +370014,0,0,0,0,0 +370015,0,0,0,0,0 +370016,0,0,0,0,0 +370017,0,0,0,0,0 +370018,0,0,0,0,0 +370019,0,0,0,0,0 +370020,0,0,0,0,0 +370021,0,0,0,0,0 +370022,0,0,0,0,0 +370023,0,0,0,0,0 +370024,0,0,0,0,0 +370025,0,0,0,0,0 +370026,0,0,0,0,0 +370027,0,0,0,0,0 +370028,0,0,0,0,0 +370029,0,0,0,0,0 +370030,0,0,0,0,0 +370031,0,0,0,0,0 +370032,0,0,0,0,0 +370033,0,0,0,0,0 +370034,0,0,0,0,0 +370035,0,0,0,0,0 +370036,0,0,0,0,0 +370037,0,0,0,0,0 +370038,0,0,0,0,0 +370039,0,0,0,0,0 +370040,0,0,0,0,0 +370041,0,0,0,0,0 +370042,0,0,0,0,0 +370043,0,0,0,0,0 +370044,0,0,0,0,0 +370045,0,0,0,0,0 +370046,0,0,0,0,0 +370047,0,0,0,0,0 +370048,0,0,0,0,0 +370049,0,0,0,0,0 +370050,0,0,0,0,0 +370051,0,0,0,0,0 +370052,0,0,0,0,0 +370053,0,0,0,0,0 +370054,0,0,0,0,0 +370055,0,0,0,0,0 +370056,0,0,0,0,0 +370057,0,0,0,0,0 +370058,0,0,0,0,0 +370059,0,0,0,0,0 +370060,0,0,0,0,0 +370061,0,0,0,0,0 +370062,0,0,0,0,0 +370063,0,0,0,0,0 +370064,0,0,0,0,0 +370065,0,0,0,0,0 +370066,0,0,0,0,0 +370067,0,0,0,0,0 +370068,0,0,0,0,0 +370069,0,0,0,0,0 +370070,0,0,0,0,0 +370071,0,0,0,0,0 +370072,0,0,0,0,0 +370073,0,0,0,0,0 +370074,0,0,0,0,0 +370075,0,0,0,0,0 +370076,0,0,0,0,0 +370077,0,0,0,0,0 +370078,0,0,0,0,0 +370079,0,0,0,0,0 +370080,0,0,0,0,0 +370081,0,0,0,0,0 +370082,0,0,0,0,0 +370083,0,0,0,0,0 +370084,0,0,0,0,0 +370085,0,0,0,0,0 +370086,0,0,0,0,0 +370087,0,0,0,0,0 +370088,0,0,0,0,0 +370089,0,0,0,0,0 +370090,0,0,0,0,0 +370091,0,0,0,0,0 +370092,0,0,0,0,0 +370093,0,0,0,0,0 +370094,0,0,0,0,0 +370095,0,0,0,0,0 +370096,0,0,0,0,0 +370097,0,0,0,0,0 +370098,0,0,0,0,0 +370099,0,0,0,0,0 +370100,0,0,0,0,0 +370101,0,0,0,0,0 +370102,0,0,0,0,0 +370103,0,0,0,0,0 +370104,0,0,0,0,0 +370105,0,0,0,0,0 +370106,0,0,0,0,0 +370107,0,0,0,0,0 +370108,0,0,0,0,0 +370109,0,0,0,0,0 +370110,0,0,0,0,0 +370111,0,0,0,0,0 +370112,0,0,0,0,0 +370113,0,0,0,0,0 +370114,0,0,0,0,0 +370115,0,0,0,0,0 +370116,0,0,0,0,0 +370117,0,0,0,0,0 +370118,0,0,0,0,0 +370119,0,0,0,0,0 +370120,0,0,0,0,0 +370121,0,0,0,0,0 +370122,0,0,0,0,0 +370123,0,0,0,0,0 +370124,0,0,0,0,0 +370125,0,0,0,0,0 +370126,0,0,0,0,0 +370127,0,0,0,0,0 +370128,0,0,0,0,0 +370129,0,0,0,0,0 +370130,0,0,0,0,0 +370131,0,0,0,0,0 +370132,0,0,0,0,0 +370133,0,0,0,0,0 +370134,0,0,0,0,0 +370135,0,0,0,0,0 +370136,0,0,0,0,0 +370137,0,0,0,0,0 +370138,0,0,0,0,0 +370139,0,0,0,0,0 +370140,0,0,0,0,0 +370141,0,0,0,0,0 +370142,0,0,0,0,0 +370143,0,0,0,0,0 +370144,0,0,0,0,0 +370145,0,0,0,0,0 +370146,0,0,0,0,0 +370147,0,0,0,0,0 +370148,0,0,0,0,0 +370149,0,0,0,0,0 +370150,0,0,0,0,0 +370151,0,0,0,0,0 +370152,0,0,0,0,0 +370153,0,0,0,0,0 +370154,0,0,0,0,0 +370155,0,0,0,0,0 +370156,0,0,0,0,0 +370157,0,0,0,0,0 +370158,0,0,0,0,0 +370159,0,0,0,0,0 +370160,0,0,0,0,0 +370161,0,0,0,0,0 +370162,0,0,0,0,0 +370163,0,0,0,0,0 +370164,0,0,0,0,0 +370165,0,0,0,0,0 +370166,0,0,0,0,0 +370167,0,0,0,0,0 +370168,0,0,0,0,0 +370169,0,0,0,0,0 +370170,0,0,0,0,0 +370171,0,0,0,0,0 +370172,0,0,0,0,0 +370173,0,0,0,0,0 +370174,0,0,0,0,0 +370175,0,0,0,0,0 +370176,0,0,0,0,0 +370177,0,0,0,0,0 +370178,0,0,0,0,0 +370179,0,0,0,0,0 +370180,0,0,0,0,0 +370181,0,0,0,0,0 +370182,0,0,0,0,0 +370183,0,0,0,0,0 +370184,0,0,0,0,0 +370185,0,0,0,0,0 +370186,0,0,0,0,0 +370187,0,0,0,0,0 +370188,0,0,0,0,0 +370189,0,0,0,0,0 +370190,0,0,0,0,0 +370191,0,0,0,0,0 +370192,0,0,0,0,0 +370193,0,0,0,0,0 +370194,0,0,0,0,0 +370195,0,0,0,0,0 +370196,0,0,0,0,0 +370197,0,0,0,0,0 +370198,0,0,0,0,0 +370199,0,0,0,0,0 +370200,0,0,0,0,0 +370201,0,0,0,0,0 +370202,0,0,0,0,0 +370203,0,0,0,0,0 +370204,0,0,0,0,0 +370205,0,0,0,0,0 +370206,0,0,0,0,0 +370207,0,0,0,0,0 +370208,0,0,0,0,0 +370209,0,0,0,0,0 +370210,0,0,0,0,0 +370211,0,0,0,0,0 +370212,0,0,0,0,0 +370213,0,0,0,0,0 +370214,0,0,0,0,0 +370215,0,0,0,0,0 +370216,0,0,0,0,0 +370217,0,0,0,0,0 +370218,0,0,0,0,0 +370219,0,0,0,0,0 +370220,0,0,0,0,0 +370221,0,0,0,0,0 +370222,0,0,0,0,0 +370223,0,0,0,0,0 +370224,0,0,0,0,0 +370225,0,0,0,0,0 +370226,0,0,0,0,0 +370227,0,0,0,0,0 +370228,0,0,0,0,0 +370229,0,0,0,0,0 +370230,0,0,0,0,0 +370231,0,0,0,0,0 +370232,0,0,0,0,0 +370233,0,0,0,0,0 +370234,0,0,0,0,0 +370235,0,0,0,0,0 +370236,0,0,0,0,0 +370237,0,0,0,0,0 +370238,0,0,0,0,0 +370239,0,0,0,0,0 +370240,0,0,0,0,0 +370241,0,0,0,0,0 +370242,0,0,0,0,0 +370243,0,0,0,0,0 +370244,0,0,0,0,0 +370245,0,0,0,0,0 +370246,0,0,0,0,0 +370247,0,0,0,0,0 +370248,0,0,0,0,0 +370249,0,0,0,0,0 +370250,0,0,0,0,0 +370251,0,0,0,0,0 +370252,0,0,0,0,0 +370253,0,0,0,0,0 +370254,0,0,0,0,0 +370255,0,0,0,0,0 +370256,0,0,0,0,0 +370257,0,0,0,0,0 +370258,0,0,0,0,0 +370259,0,0,0,0,0 +370260,0,0,0,0,0 +370261,0,0,0,0,0 +370262,0,0,0,0,0 +370263,0,0,0,0,0 +370264,0,0,0,0,0 +370265,0,0,0,0,0 +370266,0,0,0,0,0 +370267,0,0,0,0,0 +370268,0,0,0,0,0 +370269,0,0,0,0,0 +370270,0,0,0,0,0 +370271,0,0,0,0,0 +370272,0,0,0,0,0 +370273,0,0,0,0,0 +370274,0,0,0,0,0 +370275,0,0,0,0,0 +370276,0,0,0,0,0 +370277,0,0,0,0,0 +370278,0,0,0,0,0 +370279,0,0,0,0,0 +370280,0,0,0,0,0 +370281,0,0,0,0,0 +370282,0,0,0,0,0 +370283,0,0,0,0,0 +370284,0,0,0,0,0 +370285,0,0,0,0,0 +370286,0,0,0,0,0 +370287,0,0,0,0,0 +370288,0,0,0,0,0 +370289,0,0,0,0,0 +370290,0,0,0,0,0 +370291,0,0,0,0,0 +370292,0,0,0,0,0 +370293,0,0,0,0,0 +370294,0,0,0,0,0 +370295,0,0,0,0,0 +370296,0,0,0,0,0 +370297,0,0,0,0,0 +370298,0,0,0,0,0 +370299,0,0,0,0,0 +370300,0,0,0,0,0 +370301,0,0,0,0,0 +370302,0,0,0,0,0 +370303,0,0,0,0,0 +370304,0,0,0,0,0 +370305,0,0,0,0,0 +370306,0,0,0,0,0 +370307,0,0,0,0,0 +370308,0,0,0,0,0 +370309,0,0,0,0,0 +370310,0,0,0,0,0 +370311,0,0,0,0,0 +370312,0,0,0,0,0 +370313,0,0,0,0,0 +370314,0,0,0,0,0 +370315,0,0,0,0,0 +370316,0,0,0,0,0 +370317,0,0,0,0,0 +370318,0,0,0,0,0 +370319,0,0,0,0,0 +370320,0,0,0,0,0 +370321,0,0,0,0,0 +370322,0,0,0,0,0 +370323,0,0,0,0,0 +370324,0,0,0,0,0 +370325,0,0,0,0,0 +370326,0,0,0,0,0 +370327,0,0,0,0,0 +370328,0,0,0,0,0 +370329,0,0,0,0,0 +370330,0,0,0,0,0 +370331,0,0,0,0,0 +370332,0,0,0,0,0 +370333,0,0,0,0,0 +370334,0,0,0,0,0 +370335,0,0,0,0,0 +370336,0,0,0,0,0 +370337,0,0,0,0,0 +370338,0,0,0,0,0 +370339,0,0,0,0,0 +370340,0,0,0,0,0 +370341,0,0,0,0,0 +370342,0,0,0,0,0 +370343,0,0,0,0,0 +370344,0,0,0,0,0 +370345,0,0,0,0,0 +370346,0,0,0,0,0 +370347,0,0,0,0,0 +370348,0,0,0,0,0 +370349,0,0,0,0,0 +370350,0,0,0,0,0 +370351,0,0,0,0,0 +370352,0,0,0,0,0 +370353,0,0,0,0,0 +370354,0,0,0,0,0 +370355,0,0,0,0,0 +370356,0,0,0,0,0 +370357,0,0,0,0,0 +370358,0,0,0,0,0 +370359,0,0,0,0,0 +370360,0,0,0,0,0 +370361,0,0,0,0,0 +370362,0,0,0,0,0 +370363,0,0,0,0,0 +370364,0,0,0,0,0 +370365,0,0,0,0,0 +370366,0,0,0,0,0 +370367,0,0,0,0,0 +370368,0,0,0,0,0 +370369,0,0,0,0,0 +370370,0,0,0,0,0 +370371,0,0,0,0,0 +370372,0,0,0,0,0 +370373,0,0,0,0,0 +370374,0,0,0,0,0 +370375,0,0,0,0,0 +370376,0,0,0,0,0 +370377,0,0,0,0,0 +370378,0,0,0,0,0 +370379,0,0,0,0,0 +370380,0,0,0,0,0 +370381,0,0,0,0,0 +370382,0,0,0,0,0 +370383,0,0,0,0,0 +370384,0,0,0,0,0 +370385,0,0,0,0,0 +370386,0,0,0,0,0 +370387,0,0,0,0,0 +370388,0,0,0,0,0 +370389,0,0,0,0,0 +370390,0,0,0,0,0 +370391,0,0,0,0,0 +370392,0,0,0,0,0 +370393,0,0,0,0,0 +370394,0,0,0,0,0 +370395,0,0,0,0,0 +370396,0,0,0,0,0 +370397,0,0,0,0,0 +370398,0,0,0,0,0 +370399,0,0,0,0,0 +370400,0,0,0,0,0 +370401,0,0,0,0,0 +370402,0,0,0,0,0 +370403,0,0,0,0,0 +370404,0,0,0,0,0 +370405,0,0,0,0,0 +370406,0,0,0,0,0 +370407,0,0,0,0,0 +370408,0,0,0,0,0 +370409,0,0,0,0,0 +370410,0,0,0,0,0 +370411,0,0,0,0,0 +370412,0,0,0,0,0 +370413,0,0,0,0,0 +370414,0,0,0,0,0 +370415,0,0,0,0,0 +370416,0,0,0,0,0 +370417,0,0,0,0,0 +370418,0,0,0,0,0 +370419,0,0,0,0,0 +370420,0,0,0,0,0 +370421,0,0,0,0,0 +370422,0,0,0,0,0 +370423,0,0,0,0,0 +370424,0,0,0,0,0 +370425,0,0,0,0,0 +370426,0,0,0,0,0 +370427,0,0,0,0,0 +370428,0,0,0,0,0 +370429,0,0,0,0,0 +370430,0,0,0,0,0 +370431,0,0,0,0,0 +370432,0,0,0,0,0 +370433,0,0,0,0,0 +370434,0,0,0,0,0 +370435,0,0,0,0,0 +370436,0,0,0,0,0 +370437,0,0,0,0,0 +370438,0,0,0,0,0 +370439,0,0,0,0,0 +370440,0,0,0,0,0 +370441,0,0,0,0,0 +370442,0,0,0,0,0 +370443,0,0,0,0,0 +370444,0,0,0,0,0 +370445,0,0,0,0,0 +370446,0,0,0,0,0 +370447,0,0,0,0,0 +370448,0,0,0,0,0 +370449,0,0,0,0,0 +370450,0,0,0,0,0 +370451,0,0,0,0,0 +370452,0,0,0,0,0 +370453,0,0,0,0,0 +370454,0,0,0,0,0 +370455,0,0,0,0,0 +370456,0,0,0,0,0 +370457,0,0,0,0,0 +370458,0,0,0,0,0 +370459,0,0,0,0,0 +370460,0,0,0,0,0 +370461,0,0,0,0,0 +370462,0,0,0,0,0 +370463,0,0,0,0,0 +370464,0,0,0,0,0 +370465,0,0,0,0,0 +370466,0,0,0,0,0 +370467,0,0,0,0,0 +370468,0,0,0,0,0 +370469,0,0,0,0,0 +370470,0,0,0,0,0 +370471,0,0,0,0,0 +370472,0,0,0,0,0 +370473,0,0,0,0,0 +370474,0,0,0,0,0 +370475,0,0,0,0,0 +370476,0,0,0,0,0 +370477,0,0,0,0,0 +370478,0,0,0,0,0 +370479,0,0,0,0,0 +370480,0,0,0,0,0 +370481,0,0,0,0,0 +370482,0,0,0,0,0 +370483,0,0,0,0,0 +370484,0,0,0,0,0 +370485,0,0,0,0,0 +370486,0,0,0,0,0 +370487,0,0,0,0,0 +370488,0,0,0,0,0 +370489,0,0,0,0,0 +370490,0,0,0,0,0 +370491,0,0,0,0,0 +370492,0,0,0,0,0 +370493,0,0,0,0,0 +370494,0,0,0,0,0 +370495,0,0,0,0,0 +370496,0,0,0,0,0 +370497,0,0,0,0,0 +370498,0,0,0,0,0 +370499,0,0,0,0,0 +370500,0,0,0,0,0 +370501,-188.577675,50.89576963,-0.883881872,-84.18412105,-376.2011135 +370502,255.3344759,253.6204734,443.5658283,117.6688389,430.9053461 +370503,252.7597795,251.8811651,439.6329808,116.3928209,426.8746037 +370504,245.8783564,248.0957949,431.2245605,113.0899653,414.9373997 +370505,238.1776086,244.4912917,422.555948,109.4504719,400.9720019 +370506,231.3208851,241.8998165,415.3785446,106.2650444,387.938984 +370507,225.6268046,240.3392545,409.8844915,103.6683262,376.5461003 +370508,220.9735092,239.505435,405.6920861,101.5888114,366.6118834 +370509,217.0962912,239.2264422,402.4989134,99.88551346,357.8140837 +370510,213.7940451,239.4112826,400.1133862,98.45458755,349.9252607 +370511,210.9522819,239.9973315,398.4098163,97.23615254,342.8109054 +370512,208.5002512,240.9302186,397.2926649,96.19516454,336.3841196 +370513,206.3901265,242.1605399,396.6808046,95.30690272,330.5760357 +370514,204.5780199,243.6448924,396.503118,94.55078049,325.3246845 +370515,203.0283575,245.3464933,396.6977677,93.90879416,320.5730701 +370516,201.7081164,247.2347356,397.2116792,93.36537511,316.2694647 +370517,200.588392,249.2842776,397.9996729,92.90958347,312.3677128 +370518,199.6446732,251.4740771,399.0233289,92.52770749,308.8268606 +370519,198.8602613,253.7866082,400.2499578,92.20972634,305.6107043 +370520,198.2130081,256.2072153,401.651656,91.95058662,302.6871322 +370521,197.6865776,258.7236269,403.2045815,91.74167743,300.0277049 +370522,197.2729364,261.3263134,404.8888877,91.57707342,297.6068612 +370523,196.957406,264.0063842,406.6868899,91.45495285,295.4023247 +370524,196.7296354,266.7561416,408.5832195,91.36919524,293.3942489 +370525,196.5863897,269.5691935,410.564736,91.3181302,291.5649803 +370526,196.5168631,272.440222,412.6201532,91.29677793,289.8986973 +370527,196.5179332,275.3647635,414.7397578,91.30468682,288.3813504 +370528,196.5790583,278.3327136,416.908248,91.33745994,287.0003397 +370529,196.6996609,426.2919871,419.1209007,91.39545867,285.7444835 +370530,196.8731701,384.5132231,421.3748341,91.47533208,284.603742 +370531,197.1001426,408.036737,423.6662066,91.57787025,283.5692034 +370532,197.3693934,426.0048539,425.9422421,91.69782202,282.6327696 +370533,197.6745748,439.7657098,428.1724399,91.83250406,281.787062 +370534,198.0172522,453.2771385,430.3497065,91.98341478,281.0253989 +370535,198.3918368,466.6979369,432.477384,92.14772734,280.3418264 +370536,198.7959905,479.8152654,434.5607352,92.32440673,279.7309616 +370537,199.2332011,492.8584026,436.6040487,92.51570405,279.1879835 +370538,199.6985834,505.6017544,438.6103881,92.71904445,278.7084832 +370539,200.1901245,518.5382722,440.5820558,92.9334972,278.2884717 +370540,200.7115272,538.4149769,442.5209097,93.16137614,277.9242575 +370541,201.2581215,555.0856965,444.4285469,93.40017388,277.6124847 +370542,201.8280824,571.6261572,446.3063256,93.64901767,277.3500208 +370543,202.4253177,587.9861896,448.1554132,93.9102877,277.1340101 +370544,203.0452929,604.1226086,449.9767781,94.18151571,276.9617742 +370545,203.6863388,620.0648224,451.7712368,94.46187934,276.830867 +370546,204.3524811,636.1916646,453.5394488,94.75379341,276.7389798 +370547,205.0393033,651.844419,455.2819659,95.05482711,276.6840066 +370548,205.7489727,667.4761043,456.9992195,95.36418423,276.6639463 +370549,206.477246,682.7950049,458.6915662,95.68431858,276.6769745 +370550,207.2268501,698.5243515,460.3592702,96.01281661,276.7213481 +370551,207.9939052,713.6187604,462.0025451,96.35104584,276.7954796 +370552,208.7812954,728.8116314,463.621533,96.69668368,276.8978433 +370553,209.5851848,743.6389843,465.2163435,97.05140849,277.0270522 +370554,210.408482,758.918627,466.7870307,97.41309441,277.1817647 +370555,211.2473699,773.5667664,468.3336299,97.7834946,277.3607642 +370556,212.1047893,788.3259414,469.8561328,98.16049484,277.5628664 +370557,212.9769502,802.9409562,471.3545234,98.54584903,277.787 +370558,213.8668279,817.2222499,472.8287511,98.93744312,278.0321154 +370559,214.7706579,832.3031815,474.2787655,99.33703886,278.2972664 +370560,215.6914466,846.0185365,475.7044887,99.74252947,278.5815188 +370561,216.596838,1290.236546,477.0772347,100.1426808,278.8320074 +370562,236.3686017,1319.09407,496.4347831,109.2913157,313.7390773 +370563,266.0192181,1342.812231,525.213836,122.8912338,367.6885887 +370564,296.2241771,1365.171244,554.4996244,136.5579956,424.1533476 +370565,322.9733883,1386.183993,580.4686613,148.4567894,475.745742 +370566,345.7696594,1406.697132,915.6760525,158.4179115,521.1641511 +370567,365.3215541,1426.317102,1352.501398,166.8272268,561.2719087 +370568,382.393187,1445.893484,1053.676015,174.0786987,597.1315785 +370569,397.5197826,1464.965012,1185.335578,180.4440544,629.4966022 +370570,411.0479423,1483.762565,1205.149494,186.0972616,658.8529255 +370571,423.2233476,1502.516928,1223.457879,191.1597618,685.5496079 +370572,434.2433961,1520.704063,1240.68875,195.7273222,709.8776517 +370573,444.2772988,1538.961132,1257.323192,199.88045,732.0983238 +370574,453.4713481,1557.055775,1273.361308,203.6873826,752.4482855 +370575,461.9505716,1574.658425,1288.963216,207.20525,771.1392781 +370576,469.8206726,1592.446344,1303.992039,210.4813291,788.3586712 +370577,477.1705342,1609.838257,1318.580597,213.5545125,804.2713615 +370578,484.0748126,1627.149701,1332.672657,216.4567579,819.0222718 +370579,490.5962837,1644.276964,1346.43242,219.214358,832.7388537 +370580,496.787787,1661.252769,1359.238951,221.8489716,845.5332567 +370581,502.69385,1686.40807,1372.83635,224.3784647,857.5042395 +370582,508.352019,1694.607983,1384.906623,226.8175859,868.7387929 +370583,513.7939936,1724.071143,1397.18271,229.1785288,879.3136052 +370584,519.0465341,1724.597299,1408.902281,231.471374,889.2962609 +370585,524.1322849,1723.529307,1420.305936,233.7044799,898.7464153 +370586,529.0704058,1773.042438,1431.313321,235.8847771,907.716706 +370587,533.8771531,1772.111077,1442.102414,238.0180327,916.2536567 +370588,538.5663301,1791.456764,1452.458667,240.1090517,924.3983923 +370589,543.149693,1807.182097,1462.543979,242.1618537,932.0301839 +370590,547.6372368,1822.773889,1472.261743,244.1797943,939.2384581 +370591,552.0375435,1837.100641,1481.335547,246.1657128,946.121734 +370592,556.3546413,1851.529019,1489.795873,248.1204532,952.7409788 +370593,560.5926491,1865.559388,1498.030447,250.0450263,959.1295395 +370594,564.7564481,1869.567093,1506.56033,251.9409124,965.3084716 +370595,568.9205363,1881.436682,1514.248792,253.8706641,971.2949986 +370596,573.06507,1893.968921,1521.91336,255.8145683,977.1047411 +370597,577.1589663,1906.437927,1529.141063,257.7431893,982.7520845 +370598,581.187548,1918.826861,1536.163776,259.6417135,988.2499191 +370599,585.1494365,1931.181365,1542.930034,261.5072887,993.6097756 +370600,589.0485661,1943.115263,1549.449577,263.3419881,998.8417293 +370601,592.889567,1955.312694,1555.736894,265.1486677,1003.954715 +370602,596.6762736,1967.194941,1561.793466,266.9296117,1008.956542 +370603,600.4117233,1978.811237,1567.576371,268.6864933,1013.854214 +370604,604.0984053,1990.465727,1573.270317,270.4205965,1018.653877 +370605,607.738514,2001.904907,1578.638798,272.1330125,1023.361114 +370606,611.3340119,2013.214713,1583.899892,273.8247008,1027.980855 +370607,614.8866939,2024.39223,1588.769697,275.4965272,1032.517609 +370608,618.3981842,2035.429923,1593.698004,277.1492636,1036.975376 +370609,695.4162057,2046.421522,1598.271405,278.7836099,1041.357866 +370610,733.7373403,2057.052079,1602.718784,280.4001879,1045.668362 +370611,745.2907111,2067.655708,1606.979007,281.9995684,1049.909939 +370612,754.735987,2078.271335,1611.064525,337.5964704,1054.085251 +370613,772.7807276,2088.659646,1614.979047,335.5489503,1058.19669 +370614,786.3445445,2098.759041,1618.673738,338.1308935,1062.24632 +370615,799.2385932,2108.919118,1622.32116,348.6551308,1066.236066 +370616,812.325925,2118.8641,1625.686641,355.3027407,1070.167662 +370617,824.7188311,2128.594699,1629.033079,361.9002845,1074.042817 +370618,837.3105059,2138.529546,1632.088709,368.1982422,1077.863156 +370619,849.2049585,2147.890683,1635.146898,374.6105364,1081.630271 +370620,861.5785278,2157.41384,1637.9505,380.6041494,1085.345656 +370621,1263.652565,2336.00404,2030.975369,555.5428816,1089.184413 +370622,1280.877668,2347.59758,2038.405629,563.6765054,1106.362723 +370623,1295.622947,2358.030749,2044.201675,570.8736598,1969.08308 +370624,1309.142202,2368.559202,2049.35304,578.0918515,1908.449253 +370625,1323.080297,2378.49989,2054.193128,584.9031387,1774.875592 +370626,1336.293106,2388.442307,2058.548171,591.3015795,1865.927773 +370627,1349.333075,2408.534504,2062.849415,597.893913,1879.759703 +370628,1362.144803,2395.566069,2066.896804,604.064474,1892.273617 +370629,1374.345001,2419.36441,2070.799777,610.5596018,1903.752655 +370630,1387.445762,2426.552441,2074.564915,616.5829134,1914.998682 +370631,1399.372625,2434.40309,2078.204458,622.6617248,1926.134549 +370632,1411.497521,2443.768124,2081.726615,628.6225173,1936.856749 +370633,1423.496784,2452.522546,2085.058479,634.4960581,1947.322777 +370634,1435.204742,2461.122321,2088.486746,640.2851229,1957.656444 +370635,1446.908512,2469.599257,2091.717769,645.811217,1967.654483 +370636,1450.755524,2474.450564,2087.102305,648.2655653,1963.645099 +370637,1405.024317,2456.326188,2037.357985,627.6924625,1870.006971 +370638,1480.397437,2512.105949,2092.821474,661.7718382,2001.003267 +370639,1490.9049,2466.900031,2113.805405,667.3940303,2008.131077 +370640,1489.651463,2537.048907,2085.908119,666.7811209,1994.733009 +370641,1505.87058,2499.812938,2098.738435,674.7105204,2030.622266 +370642,1515.219679,2521.93473,2119.086645,679.2622616,2013.588491 +370643,1527.780728,2529.084531,2085.775165,685.298773,2014.657642 +370644,1536.743548,2540.224835,2117.621035,689.7008243,2049.121298 +370645,1547.574621,2537.113999,2125.474501,694.8527082,2043.550429 +370646,1557.405265,2553.275827,2104.505006,699.6989919,2054.022093 +370647,1691.884914,2617.569094,2245.068057,761.0799963,2284.071995 +370648,1400.538922,2490.133023,1927.105788,629.5877619,1739.689602 +370649,1791.548876,2660.496396,2348.632478,806.764638,2453.762188 +370650,1402.63859,2494.67264,1901.721457,630.9595904,1718.845697 +370651,1814.062107,2669.926227,2360.075192,817.5663297,2474.829958 +370652,1416.640771,2510.761467,1899.539506,637.7696385,1724.729002 +370653,1837.91994,2688.132337,2369.95911,828.9301566,2497.71884 +370654,1430.620175,2511.066305,1898.780176,644.5488493,1730.689643 +370655,1860.768257,2704.315354,2378.150667,839.6432445,2519.424112 +370656,1444.310092,2519.874457,1898.56657,651.3243534,1736.237613 +370657,1883.446682,2715.498924,2386.118556,850.2166572,2540.946326 +370658,1457.74271,2529.34168,1898.90433,657.8268612,1741.307231 +370659,1905.491455,2725.790294,2393.792879,860.5841867,2561.772322 +370660,1470.902428,2538.352216,1899.382425,664.250622,1746.338039 +370661,1927.305221,2741.37501,2401.470943,870.3586428,2582.204841 +370662,1483.896299,2539.837274,1900.273266,671.0916465,1750.895829 +370663,1948.487553,2752.033349,2408.902017,879.9369942,2604.018277 +370664,1496.511382,2549.285915,1901.739815,677.2594656,1752.061858 +370665,1969.617966,2765.643682,2422.183136,889.8660158,2623.553836 +370666,1509.062784,2550.157245,1896.791032,683.1613114,1758.360163 +370667,1990.206323,2774.622417,2433.233898,899.4106339,2641.274921 +370668,1520.775836,2565.526665,1899.205974,688.895873,1762.202091 +370669,2011.199878,2773.610685,2441.530466,909.1279006,2660.626094 +370670,1532.376442,2574.258849,1902.713042,694.3960114,1765.003238 +370671,2031.564944,2785.22692,2449.942108,918.5921317,2693.239049 +370672,1544.109328,2576.190796,1907.209784,699.9570286,1747.217973 +370673,2051.186423,2797.098081,2462.743227,927.7086286,2707.889156 +370674,1555.905498,2577.692317,1905.381647,705.5481971,1768.743872 +370675,2070.68691,2802.121787,2474.354489,936.7125488,2716.634769 +370676,1566.336626,2584.680275,1920.918469,710.5136509,1771.476469 +370677,2096.171495,2807.075804,2469.01587,946.1777354,2739.927014 +370678,1571.569062,2590.402177,1922.20997,716.1260155,1769.909958 +370679,2140.679841,2803.022545,2494.61995,954.2039335,2765.867594 +370680,1706.856423,2685.33891,2076.265028,793.5298956,2046.12941 +370681,1918.323567,2712.91905,2276.079156,859.3560338,2346.933677 +370682,1879.990436,2722.609013,2222.372575,853.7341683,2297.09319 +370683,1892.114891,2718.668989,2237.977195,857.0716523,2304.204589 +370684,1900.519871,2721.263293,2241.576303,860.9637107,2309.814802 +370685,1908.901392,2729.717442,2245.91409,864.5464212,2315.170177 +370686,1917.031255,2727.221771,2250.369402,868.2578817,2320.280141 +370687,1925.025494,2728.570097,2254.722227,871.8376208,2325.606936 +370688,1933.235524,2731.005227,2259.349663,875.502861,2330.332433 +370689,1941.187953,2733.038126,2263.618594,878.974058,2335.485555 +370690,1949.203318,2734.705899,2272.953707,882.5458599,2340.840201 +370691,1957.079999,2736.157949,2270.164638,886.0136581,2357.494659 +370692,1965.152675,2737.525629,2277.407982,889.5012514,2335.292718 +370693,1973.157952,2738.931333,2281.275415,893.0710371,2356.759793 +370694,1980.687108,2740.214174,2285.559421,896.3188641,2361.046076 +370695,1988.793734,2741.363306,2289.763585,899.9373343,2363.240199 +370696,1998.615337,2742.418135,2293.823979,903.1998078,2368.627323 +370697,2008.241897,2743.378324,2298.267123,906.5639399,2373.253981 +370698,2013.015479,2744.243685,2302.34774,909.9087529,2377.610728 +370699,2025.798786,2745.003785,2306.326375,913.2297843,2382.030638 +370700,2026.82159,2745.749877,2315.491375,916.5315754,2386.633463 +370701,2044.822688,2746.314367,2312.853788,919.8128931,2390.782013 +370702,2038.066428,2746.681353,2318.89178,923.0314432,2395.168729 +370703,2027.155661,2747.068761,2323.376671,926.3410722,2414.748204 +370704,2071.949353,2747.399603,2326.901383,929.5350536,2380.232296 +370705,2060.452738,2747.557561,2331.044414,932.7938311,2419.170634 +370706,2072.205094,2747.694969,2339.476484,935.8734736,2409.45004 +370707,2079.41492,2747.701205,2337.579552,939.1485717,2416.166563 +370708,2087.056158,2747.496128,2343.26555,942.2668977,2420.085983 +370709,2094.449859,2747.256653,2347.010016,945.4160715,2432.728027 +370710,2101.667934,2747.092041,2355.406207,948.5425212,2419.85439 +370711,2108.970743,2746.636547,2353.675656,951.5581068,2431.387545 +370712,2116.141373,2739.271625,2358.044253,954.7130959,2438.12383 +370713,2123.2904,2750.476332,2366.28116,957.6295716,2451.244809 +370714,2130.423253,2738.689921,2365.822421,960.6710002,2425.582927 +370715,2137.51409,2741.409914,2372.502364,963.6503138,2456.490936 +370716,2144.58573,2741.065875,2372.133767,966.5685152,2449.672609 +370717,2151.729009,2739.455493,2382.457143,969.5930079,2472.057848 +370718,2158.587001,2737.927449,2379.915353,972.494143,2452.040063 +370719,2165.65374,2737.14016,2380.606555,975.4212651,2450.171281 +370720,2172.487922,2734.354383,2379.737204,978.3770191,2486.358568 +370721,2179.701722,2732.898067,2376.738895,981.1941538,2462.229694 +370722,2186.370435,2731.103949,2374.007697,984.0571411,2476.169629 +370723,2193.35804,2729.124142,2371.699223,986.9856691,2477.92231 +370724,2200.209036,2720.515121,2369.618846,989.7994014,2481.697364 +370725,2207.164931,2732.29316,2369.681471,992.6418866,2491.398279 +370726,2213.812774,2715.135865,2367.352417,995.4675145,2485.370104 +370727,2220.58564,2726.271543,2365.683527,998.2772487,2493.317441 +370728,2227.51751,2710.528827,2364.358713,1001.074861,2495.759778 +370729,2234.305576,2715.431326,2363.156328,1003.861565,2499.340583 +370730,2240.880365,2712.337153,2362.214654,1006.635696,2502.698988 +370731,2247.680944,2708.75833,2361.464571,1009.398469,2505.903951 +370732,2254.354742,2706.067518,2360.763319,1012.097295,2509.498751 +370733,2261.026063,2703.282654,2360.126659,1014.916698,2512.762311 +370734,2267.674296,2700.275061,2359.554997,1017.60799,2515.922476 +370735,2274.303491,2697.115358,2359.03562,1020.334962,2519.437979 +370736,2280.912661,2693.975498,2358.748265,1023.095521,2522.497883 +370737,2287.500817,2690.893904,2358.299502,1025.714569,2525.948559 +370738,2294.06814,2680.426892,2357.711328,1028.385874,2529.075338 +370739,2300.737375,2692.124744,2358.928995,1031.135674,2532.315443 +370740,2307.073329,2670.94956,2357.691341,1033.766558,2541.062233 +370741,2194.984127,2624.452912,2357.203281,982.745125,2317.717161 +370742,2197.918347,2615.111747,2343.210938,983.8600083,2330.696485 +370743,2201.667491,2617.074563,2329.115732,985.3027508,2326.909394 +370744,2205.648493,2596.870237,2316.16361,986.9772224,2335.506686 +370745,2209.750977,2609.529601,2307.816403,988.6435011,2327.701388 +370746,2213.927423,2594.894122,2302.785301,990.2593186,2333.936648 +370747,2218.136454,2591.026555,2299.580164,992.0036241,2335.096788 +370748,2222.364668,2586.602396,2297.387372,993.6573491,2336.836541 +370749,2226.600483,2574.613943,2295.659836,995.4563012,2338.776559 +370750,2230.955088,2584.166947,2294.446185,997.139452,2340.980364 +370751,2235.010653,2561.015672,2293.481875,998.869317,2342.886912 +370752,2239.205583,2566.63571,2292.500122,1000.589895,2345.028017 +370753,2243.595933,2558.871488,2291.756068,1002.308226,2346.989884 +370754,2247.723388,2552.862416,2291.161082,1004.024226,2348.96535 +370755,2251.950016,2547.313597,2290.587082,1005.737407,2351.247876 +370756,2256.148577,2541.561196,2290.065702,1007.392575,2353.200102 +370757,2260.461419,2535.776854,2289.594639,1009.235856,2355.366413 +370758,2264.443606,2529.859898,2289.158596,1010.816307,2357.114132 +370759,2268.69572,2524.019675,2288.744396,1012.561417,2358.971205 +370760,2273.876249,2517.751956,2288.348216,1014.247159,2361.191849 +370761,2282.238302,2511.608299,2287.964914,1015.938084,2363.084196 +370762,2276.841759,2505.491915,2287.615618,1017.625841,2365.147463 +370763,2302.850088,2492.407579,2287.130002,1019.310289,2367.126839 +370764,2261.127723,2501.608474,2286.845601,1020.990777,2369.022818 +370765,2307.331725,2476.063311,2286.618808,1022.610993,2371.244255 +370766,2294.333088,2482.387125,2286.218502,1024.368615,2373.102426 +370767,2301.433122,2472.107918,2285.944343,1025.996748,2375.225914 +370768,2305.704935,2465.524814,2285.745924,1027.670385,2377.027743 +370769,2309.540971,2459.090578,2285.538311,1029.331008,2379.257907 +370770,2313.657232,2452.252653,2285.362548,1030.987328,2381.200849 +370771,2317.569334,2445.559552,2286.868672,1032.657773,2383.277613 +370772,2321.459975,2438.214893,2287.459969,1034.17312,2390.604255 +370773,2325.33042,2431.028306,2285.939386,1035.807403,2384.680528 +370774,2329.184175,2423.955709,2285.12213,1037.382759,2389.658646 +370775,2333.145681,2416.762113,2286.526205,1038.959559,2391.710798 +370776,2336.74844,2409.423453,2285.247468,1040.473523,2393.109857 +370777,2340.639184,2401.813241,2284.649266,1042.123042,2395.077996 +370778,2344.254952,2394.567005,2284.341456,1043.638687,2397.309119 +370779,2348.20166,2386.934,2284.188493,1045.198255,2399.113054 +370780,2351.835898,2379.314588,2284.106382,1046.742307,2400.887661 +370781,2355.564931,2371.882002,2284.065396,1048.279788,2403.137553 +370782,2359.386065,2363.912008,2284.047588,1049.810658,2404.788322 +370783,2362.853079,2356.167688,2284.169601,1051.335056,2412.081362 +370784,2366.597551,2348.444109,2284.294068,1052.853023,2406.853925 +370785,2370.204453,2340.467829,2284.260403,1054.364652,2411.306004 +370786,2373.81058,2325.261526,2284.092747,1055.869697,2412.826132 +370787,2377.398309,2334.735564,2284.099454,1057.308141,2414.526037 +370788,2380.964679,2304.459699,2284.149769,1058.951088,2416.637207 +370789,2384.510864,2312.255733,2284.121757,1060.303301,2418.182298 +370790,2388.172998,2298.521826,2284.35236,1061.835819,2425.391091 +370791,2391.469957,2291.293174,2284.48738,1063.300248,2415.515846 +370792,2395.054117,2282.90567,2284.555467,1064.767237,2429.854499 +370793,2398.49763,2274.748684,2284.807414,1066.228121,2425.182561 +370794,2405.558365,2266.310443,2284.980795,1067.682885,2427.078006 +370795,2402.996993,2258.017237,2285.235129,1069.131347,2434.54328 +370796,2423.027324,2249.666948,2285.399346,1070.573651,2425.472769 +370797,2389.607734,2241.007266,2285.54413,1072.009763,2437.800137 +370798,2426.507097,2232.622365,2285.880512,1073.439471,2434.839835 +370799,2416.433131,2224.032064,2286.277084,1074.863385,2440.732844 +370800,2422.063397,2215.601921,2286.613829,1076.28117,2437.979633 +370801,2184.798837,2088.56089,2277.74985,968.6034991,1986.293424 +370802,2202.710406,2077.408714,2247.179524,967.3318919,2017.86876 +370803,2165.62062,2077.788115,2210.776761,967.1781268,1979.398349 +370804,2176.672807,2065.041005,2180.707791,967.0174043,2011.775222 +370805,2190.389263,2052.283472,2158.460521,967.3723349,1982.835511 +370806,2182.466612,2047.15948,2142.806732,967.5995343,1988.660141 +370807,2186.055366,2021.125028,2132.168824,968.1735706,1988.450051 +370808,2187.30965,2052.182895,2124.942149,968.5158569,1985.737937 +370809,2188.765125,1977.976995,2119.961627,969.0843334,1984.801626 +370810,2190.514333,2032.625214,2118.235036,969.6236487,1983.928692 +370811,2192.030817,1993.987283,2114.676599,970.2031821,1982.947027 +370812,2193.859473,1965.801751,2112.395462,970.804245,1982.192345 +370813,2195.364493,1978.076097,2112.54261,971.4278138,1981.454963 +370814,2197.203221,1982.841493,2110.243054,972.0133914,1980.798731 +370815,2198.975569,1927.736726,2110.567431,972.7636254,1980.21598 +370816,2200.783229,1956.726209,2110.288235,973.4021747,1979.582323 +370817,2202.624563,1932.127061,2108.002459,974.1090719,1979.249176 +370818,2204.499929,1925.151621,2106.611008,974.8195945,1978.796941 +370819,2206.395324,1936.033529,2105.568444,975.5467351,1978.433642 +370820,2208.320236,1876.402205,2106.550337,976.2857574,1978.126603 +370821,2210.256904,1921.350871,2105.022814,977.0426626,1983.536715 +370822,2212.228687,1867.714197,2105.778418,977.80631,1968.976587 +370823,2214.209492,1884.464708,2105.802287,978.5875621,1986.958258 +370824,2216.212107,1865.839832,2103.886676,979.3798242,1973.857928 +370825,2218.239431,1857.699408,2104.483483,980.179838,1977.889494 +370826,2220.411712,1848.388637,2102.648058,980.9969605,1977.430336 +370827,2226.369906,1838.813862,2101.62502,981.8192917,1977.22566 +370828,2219.319221,1848.161728,2100.892647,982.6542578,1977.321267 +370829,2246.284852,1792.908415,2100.359828,983.4983747,1977.232851 +370830,2201.130057,1834.035999,2099.971456,984.3517623,1977.326187 +370831,2243.809132,1782.942845,2099.651785,985.1768464,1977.304475 +370832,2229.793938,1798.771474,2099.354464,986.0650693,1977.600765 +370833,2234.636613,1780.608548,2100.830562,986.7387379,1977.705103 +370834,2236.749729,1772.711364,2099.570868,987.7751669,1977.746432 +370835,2238.802145,1763.302669,2098.915852,988.467418,1978.052179 +370836,2240.87022,1754.271708,2100.234837,989.3656263,1978.356498 +370837,2242.929099,1744.760662,2098.91523,990.2071321,1978.367865 +370838,2244.872828,1735.627343,2098.251088,991.0603026,1978.626095 +370839,2247.17409,1726.308484,2099.594966,991.9184415,1979.172826 +370840,2249.161758,1717.321772,2100.079843,993.1386068,1979.307807 +370841,2251.282166,1708.14562,2098.471838,994.5150675,1979.600133 +370842,2253.396081,1699.003728,2097.690818,994.4140388,1980.0024 +370843,2255.656247,1690.151073,2097.239498,996.7466933,1980.418986 +370844,2257.565113,1681.244412,2096.966399,995.6881493,1980.701004 +370845,2259.810915,1672.212141,2098.548331,998.7079383,1981.236695 +370846,2261.928779,1679.778447,2099.174984,997.0813368,1981.412195 +370847,2264.081,1630.982132,2097.719346,1002.265353,1982.010014 +370848,2266.254484,1668.58838,2097.085869,996.8023989,1982.392287 +370849,2268.438339,1618.566547,2098.500956,1006.076035,1982.978106 +370850,2270.622796,1636.195872,2097.354362,996.2996103,1983.315755 +370851,2272.839248,1618.597583,2096.862857,1011.995935,1983.812703 +370852,2275.068473,1611.521735,2098.375003,991.4155743,1984.319397 +370853,2277.309279,1603.261027,2099.029736,1023.108983,1984.958294 +370854,2279.576807,1594.827442,2099.368389,982.4949958,1985.405223 +370855,2281.865953,1586.738797,2099.550483,1016.637488,1985.922797 +370856,2286.456416,1578.510758,2097.993141,1018.346253,1991.649708 +370857,2283.130543,1570.549903,2099.006547,989.5551647,1979.526903 +370858,2304.490902,1562.414997,2099.425397,1015.329747,1995.694721 +370859,2270.137494,1554.466198,2098.024936,1027.063302,1985.740475 +370860,2303.905213,1546.774674,2097.634853,984.6664531,1988.963228 +370861,2550.267515,1646.085194,2104.10707,1129.108822,2138.799827 +370862,2527.272197,1640.643821,2127.5209,1118.709416,2162.957113 +370863,2546.154108,1634.047319,2155.441844,1122.397087,2192.199052 +370864,2547.681589,1627.84599,2178.934809,1124.52364,2217.289749 +370865,2551.180683,1621.400934,2196.301279,1126.143893,2236.527413 +370866,2555.061644,1614.686249,2208.501778,1127.726733,2250.711928 +370867,2558.287361,1608.454338,2217.13796,1129.236221,2261.282964 +370868,2561.819955,1601.985416,2223.480819,1130.698408,2269.407068 +370869,2565.127703,1595.677619,2228.348712,1132.124135,2275.863146 +370870,2568.229534,1589.531758,2232.227541,1133.518576,2281.136251 +370871,2571.690314,1583.133041,2235.416096,1134.886801,2285.540732 +370872,2574.683201,1577.267111,2238.106457,1136.191029,2289.286398 +370873,2577.841409,1571.208603,2240.425299,1137.543726,2292.514289 +370874,2580.871458,1565.344755,2242.476878,1138.810532,2295.346802 +370875,2583.919527,1559.656976,2246.048127,1140.084849,2299.980032 +370876,2586.851551,1553.905816,2246.807085,1141.342171,2301.10513 +370877,2589.854257,1548.317836,2249.731164,1142.586545,2304.827687 +370878,2592.685923,1543.015905,2250.084272,1143.809745,2305.334426 +370879,2595.618316,1537.710619,2251.018033,1145.019668,2306.489676 +370880,2598.505891,1532.367721,2252.126781,1146.212131,2307.797122 +370881,2601.244509,1527.327656,2253.309171,1147.388745,2309.145175 +370882,2604.062544,1522.333493,2254.517999,1148.621059,2310.488791 +370883,2606.841262,1517.478372,2255.729204,1149.660768,2311.807612 +370884,2609.571885,1512.658658,2258.833378,1150.843394,2315.202839 +370885,2612.019468,1508.194195,2259.057481,1151.944601,2315.297988 +370886,2615.023586,1503.29462,2261.531491,1153.064586,2318.155491 +370887,2617.487383,1499.00155,2263.223176,1154.229071,2320.040475 +370888,2620.057473,1494.824756,2262.886313,1155.466831,2319.412603 +370889,2622.703357,1490.725675,2263.314994,1156.938401,2319.695984 +370890,2625.256184,1486.779801,2264.021054,1158.510172,2320.288882 +370891,2627.62597,1482.626223,2264.861849,1160.123998,2321.028334 +370892,2630.045994,1478.612027,2265.761974,1161.918554,2321.838968 +370893,2632.464076,1474.793041,2268.389108,1163.595251,2324.791305 +370894,2634.712921,1472.293428,2270.064447,1165.518209,2326.600639 +370895,2636.944459,1469.749658,2269.624427,1167.428504,2325.824347 +370896,2639.343259,1467.057759,2271.608605,1169.400548,2328.035781 +370897,2641.455844,1464.443015,2271.192641,1171.360166,2327.287758 +370898,2643.744746,1461.844743,2273.165102,1173.568026,2329.480752 +370899,2645.85695,1459.260345,2274.431644,1175.6791,2330.812041 +370900,2648.011566,1456.697477,2275.426444,1177.916737,2331.822238 +370901,2650.125804,1454.15275,2276.271295,1180.279399,2332.656202 +370902,2651.982113,1451.535124,2275.32243,1182.52141,2331.275913 +370903,2654.346245,1449.158347,2275.269073,1184.989284,2330.982647 +370904,2656.335526,1446.61148,2275.568387,1187.497857,2331.314787 +370905,2658.318161,1444.146437,2276.04539,1190.004126,2331.652032 +370906,2668.558987,1441.696254,2276.742293,1192.643388,2332.266234 +370907,2650.473249,1439.341716,2279.03878,1195.273059,2334.873389 +370908,2677.592834,1436.79324,2278.699628,1198.034068,2334.260735 +370909,2653.662561,1434.453032,2278.923982,1200.831021,2334.355368 +370910,2681.329194,1432.05414,2281.05466,1203.685048,2336.805471 +370911,2657.557025,1429.681684,2282.284994,1206.599507,2338.164471 +370912,2684.77136,1427.326483,2281.498696,1209.648376,2337.052012 +370913,2670.102512,1424.991837,2281.575488,1212.579056,2336.997491 +370914,2677.092739,1422.671215,2281.812864,1215.657689,2337.129465 +370915,2678.886585,1420.368247,2282.15248,1218.922036,2337.383838 +370916,2680.690107,1417.9944,2282.60659,1222.09509,2337.783726 +370917,2682.607625,1415.854246,2283.096439,1225.396334,2338.23681 +370918,2685.152267,1413.542699,2285.309491,1228.750102,2340.831292 +370919,2686.95757,1411.319376,2284.884057,1232.165422,2340.193612 +370920,2689.280503,1409.104251,2285.013645,1235.722371,2340.247228 +370921,2735.863703,1429.702296,2286.729351,1261.895923,2342.675873 +370922,2744.134439,1428.707489,2291.442948,1266.763615,2349.295705 +370923,2746.854576,1427.320646,2298.919164,1271.326663,2359.682712 +370924,2750.175741,1425.947647,2303.138121,1275.747293,2366.25104 +370925,2753.823082,1424.319151,2307.084233,1280.004314,2372.330202 +370926,2757.043006,1422.71099,2310.137603,1284.419954,2377.550416 +370927,2760.37152,1421.064587,2314.342654,1288.788681,2384.158427 +370928,2763.347552,1419.400849,2317.237816,1293.198899,2389.083559 +370929,2766.471254,1417.731723,2319.494141,1297.651139,2393.145757 +370930,2769.442772,1416.057828,2319.687408,1302.146117,2394.558221 +370931,2772.575418,1414.386782,2320.586143,1306.689656,2396.74288 +370932,2775.577837,1412.715563,2321.714531,1311.280341,2399.114602 +370933,2778.409332,1411.048234,2322.936067,1315.999931,2401.523747 +370934,2781.828809,1409.470118,2324.193354,1320.572161,2403.917331 +370935,2784.646081,1407.687028,2325.44997,1325.372084,2406.262539 +370936,2787.749648,1406.093551,2326.682517,1330.073087,2408.538022 +370937,2790.682385,1404.348375,2327.884439,1335.040572,2410.740733 +370938,2793.890586,1402.834058,2330.735341,1339.881473,2414.967461 +370939,2796.569752,1401.137888,2330.928252,1344.844378,2415.874708 +370940,2799.718131,1399.524932,2331.648412,1349.848503,2417.410537 +370941,2802.650579,1397.904983,2332.529218,1354.985404,2419.112684 +370942,2805.698852,1396.292165,2333.480911,1359.969927,2420.875669 +370943,2808.781004,1394.688663,2336.135501,1367.058916,2424.74252 +370944,2811.678559,1393.089386,2338.022553,1371.475467,2427.435135 +370945,2814.61637,1391.499999,2339.306706,1378.879159,2429.631533 +370946,2817.679999,1389.917591,2340.37982,1380.497318,2431.561314 +370947,2820.706948,1388.343227,2341.333355,1394.586703,2433.325395 +370948,2831.141672,1386.776697,2342.388557,1382.106673,2435.197962 +370949,2815.914816,1385.132712,2341.614663,1393.949438,2434.749362 +370950,2840.761436,1383.705599,2341.710267,1406.639746,2435.364726 +370951,2829.826049,1382.055885,2342.31186,1406.76654,2436.593028 +370952,2835.630672,1380.475179,2342.96666,1413.668271,2437.887414 +370953,2838.997157,1378.885426,2343.639243,1419.252811,2439.218656 +370954,2842.515974,1377.383405,2346.053161,1424.848298,2442.764352 +370955,2845.946166,1375.681385,2347.567175,1430.484197,2445.21414 +370956,2849.668345,1374.163517,2348.714982,1436.163333,2447.23435 +370957,2853.175454,1372.579742,2348.019281,1441.963499,2446.94698 +370958,2857.149739,1371.016791,2348.159807,1447.596962,2447.701563 +370959,2860.788398,1369.457701,2348.629684,1453.456981,2448.858549 +370960,2864.860787,1367.90699,2351.062791,1459.284286,2452.302863 +370961,2868.378361,1366.358297,2352.445804,1465.070591,2454.68748 +370962,2872.167716,1364.735418,2353.474997,1471.207765,2456.64657 +370963,2875.458627,1363.319524,2352.704673,1476.959445,2456.294317 +370964,2879.814642,1361.734616,2352.75542,1483.031399,2456.986436 +370965,2883.38467,1360.223729,2353.132572,1489.044514,2458.083991 +370966,2887.465434,1358.708863,2355.389419,1495.108989,2461.458952 +370967,2891.01041,1357.19757,2356.715064,1501.206228,2463.765765 +370968,2894.538746,1355.692419,2356.147072,1507.427396,2463.558398 +370969,2898.842108,1354.19761,2357.365112,1518.28405,2466.361311 +370970,2902.10922,1352.702494,2357.12129,1517.244747,2466.275145 +370971,2906.018559,1351.219049,2357.288111,1542.300377,2467.024697 +370972,2910.153338,1349.740819,2358.920968,1505.509671,2470.224732 +370973,2920.653841,1348.344512,2358.503908,1551.849787,2470.567876 +370974,2907.660889,1346.762017,2358.834792,1541.704732,2471.42478 +370975,2930.935603,1345.275767,2359.133935,1551.230697,2472.489243 +370976,2923.775492,1343.92846,2361.444591,1557.490957,2475.996106 +370977,2928.17151,1342.419957,2361.04486,1563.972511,2476.17783 +370978,2932.922727,1340.990371,2361.102719,1570.405368,2476.963498 +370979,2937.101619,1339.554741,2362.995784,1576.873788,2480.12311 +370980,2939.617287,1338.119694,2362.469057,1583.455509,2480.167165 +370981,2869.406286,1318.037863,2361.094719,1556.89014,2478.258616 +370982,2870.42238,1281.890167,2353.830278,1563.477226,2468.005886 +370983,2874.822731,1332.38625,2343.567624,1570.069954,2452.929797 +370984,2879.25927,1264.493126,2337.16248,1576.899287,2442.625813 +370985,2883.370955,1314.176727,2331.999751,1596.29296,2434.132424 +370986,2887.092166,1306.643357,2326.807139,1571.200287,2425.434487 +370987,2891.418052,1278.496046,2323.61193,1605.995795,2419.387323 +370988,2895.40092,1319.17033,2321.421912,1605.135233,2414.780669 +370989,2899.853589,1264.774595,2321.479323,1620.624996,2413.202554 +370990,2910.537883,1327.091515,2319.456682,1631.160679,2409.212583 +370991,2905.528097,1255.081662,2318.245384,1636.980721,2406.427 +370992,2912.044337,1327.467433,2317.239616,1628.384747,2404.057606 +370993,2916.454112,1251.756564,2316.417818,1663.075964,2402.061012 +370994,2920.69311,1322.888649,2317.50634,1671.489298,2402.394287 +370995,2923.56356,1252.755967,2315.942074,1662.09886,2399.735085 +370996,2928.424879,1316.51943,2315.062208,1696.625066,2398.062671 +370997,2932.207039,1254.152843,2314.437247,1686.807884,2396.796285 +370998,2936.187018,1309.662471,2313.989207,1703.601637,2395.825524 +370999,2939.897606,1256.379639,2313.958499,1711.714267,2395.296032 +371000,2944.912488,1301.04315,2315.33077,1720.98834,2397.178878 +371001,2954.978931,1260.800533,2314.800811,1730.579403,2396.228169 +371002,2943.717575,1290.963355,2316.358544,1740.033246,2397.95366 +371003,2965.012534,1266.198177,2317.034055,1749.37058,2398.73254 +371004,2952.42542,1280.152618,2317.679258,1759.018535,2399.21391 +371005,2971.589706,1272.391264,2316.39997,1768.424539,2397.53328 +371006,2967.155686,1273.537599,2316.123605,1777.847414,2397.129485 +371007,2971.447219,1271.831703,2316.12434,1787.461274,2397.079119 +371008,2976.789755,1270.929592,2317.901826,1802.860756,2399.490729 +371009,2980.089939,1269.782543,2319.049835,1804.067578,2400.648591 +371010,2983.133763,1268.703825,2317.944962,1816.936279,2399.263548 +371011,2987.28827,1267.562436,2317.618833,1825.944942,2398.8578 +371012,2990.936031,1266.417097,2317.619391,1834.856191,2398.863191 +371013,2994.497509,1265.271422,2317.748706,1843.883843,2399.042892 +371014,2998.565873,1264.126933,2317.919347,1853.223533,2399.295979 +371015,3001.035779,1262.983372,2319.702045,1862.313832,2401.589931 +371016,3005.16785,1261.844478,2320.528079,1871.284782,2402.72843 +371017,3015.886528,1260.708028,2319.504775,1880.199041,2401.585176 +371018,3003.243175,1259.569932,2320.718659,1889.485059,2403.242479 +371019,3023.914998,1258.513977,2321.412357,1898.36703,2404.007359 +371020,3011.751719,1257.274144,2321.67708,1907.28533,2404.499358 +371021,3032.779865,1256.199138,2321.909163,1916.107554,2404.965383 +371022,3031.28265,1255.063375,2322.394771,1930.67568,2405.752701 +371023,3035.878541,1253.942816,2321.245742,1931.978721,2404.506905 +371024,3043.441498,1252.823111,2320.926199,1943.560249,2404.468462 +371025,3056.68386,1251.707534,2321.229476,1952.198901,2404.981484 +371026,3056.571117,1250.594611,2321.85623,1960.907623,2405.898354 +371027,3061.881646,1249.485066,2322.395265,1969.509577,2406.725193 +371028,3068.982489,1248.305098,2322.855973,1978.283141,2407.476163 +371029,3082.865569,1247.308046,2323.583777,1992.104668,2408.734939 +371030,3076.461974,1246.156408,2324.415896,1994.143971,2409.904893 +371031,3100.035717,1245.142994,2324.887256,2004.46418,2410.90083 +371032,3092.185947,1243.942915,2325.526646,2013.421114,2411.51238 +371033,3106.400849,1242.903062,2326.05678,2021.446669,2412.436102 +371034,3109.975259,1241.804423,2326.663739,2035.424863,2413.378571 +371035,3114.560272,1240.720109,2327.211084,2037.33054,2414.489437 +371036,3119.885626,1239.639039,2327.704854,2046.64093,2415.127441 +371037,3125.783658,1238.561302,2327.918027,2055.732345,2415.655265 +371038,3131.029814,1237.486625,2328.215606,2068.666721,2416.290411 +371039,3137.272646,1236.414379,2330.084378,2071.796072,2419.082802 +371040,3139.046075,1235.348992,2329.208697,2079.264957,2418.291605 +371041,3065.196987,1167.912164,2328.674145,2026.217413,2419.365094 +371042,2975.785523,1165.945746,2316.04374,2027.972782,2403.339058 +371043,3030.445246,1164.240671,2299.12616,2040.975703,2380.832489 +371044,3012.813486,1162.575718,2287.549461,2042.927743,2364.483404 +371045,3033.945691,1160.946258,2278.145253,2051.077361,2350.199787 +371046,3030.934373,1159.329041,2272.676176,2063.487664,2341.044029 +371047,3036.883673,1157.724045,2269.633609,2065.81821,2335.182027 +371048,3043.885859,1156.057723,2269.363623,2073.771759,2333.115549 +371049,3049.01498,1154.634561,2268.993331,2086.239835,2331.315133 +371050,3053.78655,1152.905222,2267.136435,2087.751408,2328.039877 +371051,3062.457191,1148.140259,2267.987145,2102.888598,2328.422566 +371052,3068.15908,1146.080718,2266.73051,2112.345014,2326.932748 +371053,3074.688427,1144.228365,2267.716982,2117.277971,2328.732735 +371054,3079.379431,1142.445297,2266.295506,2121.262588,2327.815072 +371055,3092.973109,1140.756145,2265.57593,2127.275778,2327.869199 +371056,3082.971066,1138.931189,2266.567531,2133.00031,2330.094457 +371057,3104.327304,1137.26349,2265.08223,2135.36778,2329.319053 +371058,3102.361498,1135.550798,2264.116779,2138.546695,2329.239171 +371059,3107.119318,1133.79375,2263.499941,2142.364481,2329.636693 +371060,3113.324489,1132.206499,2262.751758,2146.196081,2329.920238 +371061,3118.87813,1130.486316,2262.077265,2150.181245,2330.343659 +371062,3124.957074,1128.827674,2263.054712,2156.010136,2332.861064 +371063,3128.679167,1127.170779,2261.589022,2159.043603,2332.414971 +371064,3135.371634,1125.577913,2262.251964,2164.427983,2334.644745 +371065,3147.26579,1123.839608,2260.794317,2167.411237,2334.292204 +371066,3137.187898,1122.240632,2259.858817,2170.991437,2334.611321 +371067,3156.91647,1120.594133,2259.064557,2174.756051,2335.123958 +371068,3156.98394,1118.961175,2258.546171,2179.016431,2335.999291 +371069,3160.391461,1117.333043,2258.065143,2183.06997,2336.947277 +371070,3165.514521,1115.708931,2257.511954,2186.993367,2337.834102 +371071,3170.426966,1113.998127,2256.967563,2190.891608,2338.757675 +371072,3182.792368,1112.271342,2256.571611,2194.868203,2339.900434 +371073,3172.198169,1110.539231,2256.069368,2198.603335,2340.95423 +371074,3188.622393,1108.802653,2255.424812,2202.061429,2341.873458 +371075,3188.836017,1107.06465,2254.86639,2205.522981,2342.935089 +371076,3190.589938,1105.323657,2254.259881,2209.04026,2343.968309 +371077,3194.03868,1103.581162,2253.52581,2212.132439,2344.870597 +371078,3197.495466,1101.83669,2252.567678,2215.129568,2345.747466 +371079,3201.168657,1100.090626,2251.812183,2218.095332,2346.649224 +371080,3211.867825,1098.342774,2251.207757,2221.189051,2347.751974 +371081,3202.941841,1096.593609,2250.548692,2224.32602,2348.805738 +371082,3215.925791,1094.84268,2249.777201,2227.083759,2349.739759 +371083,3216.923049,1093.090046,2249.097896,2230.015074,2350.806325 +371084,3210.25198,1091.396694,2248.251397,2232.641217,2351.680272 +371085,3223.336546,1089.552151,2247.299251,2234.701363,2352.435059 +371086,3224.886195,1087.837117,2246.520272,2237.39694,2353.415269 +371087,3226.370015,1086.069095,2245.778799,2240.220399,2354.452521 +371088,3228.211602,1084.308291,2244.94478,2242.706425,2355.385672 +371089,3230.40287,1082.486389,2244.045083,2245.264228,2356.247027 +371090,3232.72884,1080.809307,2243.11508,2247.56006,2357.078679 +371091,3235.002834,1079.001836,2242.173594,2249.795974,2357.902667 +371092,3237.190118,1077.243246,2241.225692,2251.987726,2358.724716 +371093,3239.273293,1075.474176,2240.270412,2254.13537,2359.543499 +371094,3241.281412,1073.762048,2239.305872,2256.233939,2360.356612 +371095,3243.198757,1071.903202,2238.331305,2258.279612,2361.162932 +371096,3245.041662,1070.169906,2237.345573,2260.468402,2361.960781 +371097,3246.78593,1068.38474,2236.347962,2262.396506,2362.748934 +371098,3248.453225,1066.606349,2235.339588,2264.260376,2363.528432 +371099,3250.022857,1064.826291,2234.141621,2266.071795,2364.300856 +371100,3251.494019,1063.044284,2233.135179,2267.833448,2365.065115 +371101,2058.297036,1061.232774,991.0160365,1701.116923,2318.527787 +371102,2117.226298,1191.032014,1019.008191,1750.83281,2338.791969 +371103,2194.475362,1194.252058,1056.572328,1812.308344,2358.641096 +371104,2271.713441,1193.85135,1094.943132,1867.598412,2379.929883 +371105,2337.027254,1194.11537,1128.650758,1907.992511,2400.349302 +371106,2388.850852,1193.34492,1156.616835,1934.595106,2417.973431 +371107,2429.567184,1192.420216,1179.652079,1951.431119,2432.927878 +371108,2462.16596,1191.463003,1198.89435,1962.747913,2445.746417 +371109,2488.868369,1190.40686,1215.200697,1971.028576,2456.912642 +371110,2511.053405,1189.332458,1229.143566,1977.530443,2466.767185 +371111,2529.630305,1188.243019,1241.122485,1982.85444,2475.744445 +371112,2545.246592,1187.141316,1251.431737,1987.301305,2483.569997 +371113,2558.40291,1186.036443,1260.306713,1991.056492,2490.520401 +371114,2569.578529,1184.908584,1267.976846,1994.308822,2496.729407 +371115,2579.161991,1183.803347,1274.637876,1997.205287,2502.313903 +371116,2587.441631,1182.780189,1280.441545,1999.830596,2507.344488 +371117,2594.65508,1181.579085,1285.518337,2002.246754,2511.889718 +371118,2600.993531,1180.552715,1289.978418,2004.496888,2516.011482 +371119,2606.609936,1179.3941,1293.91418,2006.610656,2519.764094 +371120,2611.626904,1178.441573,1297.403133,2008.608829,2523.195059 +371121,2616.142636,1177.351036,1300.51026,2010.506153,2526.345598 +371122,2620.250434,1176.320987,1303.465575,2012.333218,2529.251607 +371123,2623.981015,1175.285462,1305.947886,2014.068145,2531.913809 +371124,2627.405419,1174.255447,1308.184952,2015.72747,2534.387172 +371125,2630.583608,1173.232198,1310.221135,2017.327923,2536.718739 +371126,2633.535137,1172.213295,1312.078263,2018.86124,2538.915328 +371127,2636.281938,1171.199502,1313.776992,2020.326416,2540.988983 +371128,2638.844552,1170.188391,1315.3357,2021.718828,2542.952667 +371129,2641.240662,1169.180796,1316.770307,2023.048756,2544.818499 +371130,2643.485252,1168.174022,1318.094527,2024.320354,2546.597414 +371131,2645.590677,1167.078128,1319.320064,2025.529671,2548.298915 +371132,2647.492101,1165.97476,1320.452542,2026.53173,2549.928495 +371133,2649.150456,1164.867355,1321.498602,2027.245876,2551.493943 +371134,2650.836831,1163.755331,1322.465669,2027.673169,2553.00266 +371135,2652.013575,1162.639098,1323.36084,2027.852382,2554.460606 +371136,2652.98071,1161.518279,1324.190366,2027.824957,2555.872476 +371137,2653.762083,1160.392943,1324.959608,2027.621526,2557.242076 +371138,2654.374568,1159.262499,1325.673174,2027.261641,2558.572622 +371139,2654.829776,1158.126927,1326.335041,2026.757553,2559.866817 +371140,2655.136581,1156.911879,1326.948691,2026.117583,2561.126967 +371141,2655.302347,1155.874839,1327.517173,2025.348001,2562.354998 +371142,2655.327619,1177.913847,1328.043405,2024.454224,2563.55302 +371143,2655.224559,1118.452688,1328.529247,2023.439541,2564.721203 +371144,2654.994361,1169.947257,1328.976952,2022.307631,2565.860941 +371145,2654.648959,1161.905111,1329.389079,2021.062485,2566.974602 +371146,2654.332995,1124.502809,1329.698466,2020.00995,2568.061534 +371147,2654.006942,1157.353982,1329.931875,2019.03117,2569.122404 +371148,2653.595563,1158.61655,1330.125758,2017.958017,2570.159116 +371149,2653.06682,1121.22379,1330.298658,2016.708074,2571.170859 +371150,2652.407993,1177.313316,1330.456323,2015.274575,2572.15836 +371151,2651.630546,1104.328452,1330.598421,2013.680384,2573.121585 +371152,2650.736429,1157.723264,1330.723569,2011.950121,2574.060618 +371153,2649.739567,1144.139069,1330.831404,2010.101657,2574.97682 +371154,2648.364002,1125.713738,1330.921175,2008.144113,2575.869453 +371155,2647.17061,1154.197302,1330.992865,2006.083166,2576.738696 +371156,2645.886438,1114.734038,1331.04659,2003.922627,2577.584718 +371157,2644.510725,1159.059144,1331.08263,2001.665727,2578.407924 +371158,2643.044128,1107.195417,1331.101061,1999.314896,2579.208191 +371159,2641.487479,1157.485096,1331.102255,1996.869219,2579.986827 +371160,2639.843672,1105.285197,1331.086358,1994.331793,2580.743422 +371161,0,0,0,0,0 +371162,0,0,0,0,0 +371163,0,0,0,0,0 +371164,0,0,0,0,0 +371165,0,0,0,0,0 +371166,0,0,0,0,0 +371167,0,0,0,0,0 +371168,0,0,0,0,0 +371169,0,0,0,0,0 +371170,0,0,0,0,0 +371171,0,0,0,0,0 +371172,0,0,0,0,0 +371173,0,0,0,0,0 +371174,0,0,0,0,0 +371175,0,0,0,0,0 +371176,0,0,0,0,0 +371177,0,0,0,0,0 +371178,0,0,0,0,0 +371179,0,0,0,0,0 +371180,0,0,0,0,0 +371181,0,0,0,0,0 +371182,0,0,0,0,0 +371183,0,0,0,0,0 +371184,0,0,0,0,0 +371185,0,0,0,0,0 +371186,0,0,0,0,0 +371187,0,0,0,0,0 +371188,0,0,0,0,0 +371189,0,0,0,0,0 +371190,0,0,0,0,0 +371191,0,0,0,0,0 +371192,0,0,0,0,0 +371193,0,0,0,0,0 +371194,0,0,0,0,0 +371195,0,0,0,0,0 +371196,0,0,0,0,0 +371197,0,0,0,0,0 +371198,0,0,0,0,0 +371199,0,0,0,0,0 +371200,0,0,0,0,0 +371201,0,0,0,0,0 +371202,0,0,0,0,0 +371203,0,0,0,0,0 +371204,0,0,0,0,0 +371205,0,0,0,0,0 +371206,0,0,0,0,0 +371207,0,0,0,0,0 +371208,0,0,0,0,0 +371209,0,0,0,0,0 +371210,0,0,0,0,0 +371211,0,0,0,0,0 +371212,0,0,0,0,0 +371213,0,0,0,0,0 +371214,0,0,0,0,0 +371215,0,0,0,0,0 +371216,0,0,0,0,0 +371217,0,0,0,0,0 +371218,0,0,0,0,0 +371219,0,0,0,0,0 +371220,0,0,0,0,0 +371221,0,0,0,0,0 +371222,0,0,0,0,0 +371223,0,0,0,0,0 +371224,0,0,0,0,0 +371225,0,0,0,0,0 +371226,0,0,0,0,0 +371227,0,0,0,0,0 +371228,0,0,0,0,0 +371229,0,0,0,0,0 +371230,0,0,0,0,0 +371231,0,0,0,0,0 +371232,0,0,0,0,0 +371233,0,0,0,0,0 +371234,0,0,0,0,0 +371235,0,0,0,0,0 +371236,0,0,0,0,0 +371237,0,0,0,0,0 +371238,0,0,0,0,0 +371239,0,0,0,0,0 +371240,0,0,0,0,0 +371241,0,0,0,0,0 +371242,0,0,0,0,0 +371243,0,0,0,0,0 +371244,0,0,0,0,0 +371245,0,0,0,0,0 +371246,0,0,0,0,0 +371247,0,0,0,0,0 +371248,0,0,0,0,0 +371249,0,0,0,0,0 +371250,0,0,0,0,0 +371251,0,0,0,0,0 +371252,0,0,0,0,0 +371253,0,0,0,0,0 +371254,0,0,0,0,0 +371255,0,0,0,0,0 +371256,0,0,0,0,0 +371257,0,0,0,0,0 +371258,0,0,0,0,0 +371259,0,0,0,0,0 +371260,0,0,0,0,0 +371261,0,0,0,0,0 +371262,0,0,0,0,0 +371263,0,0,0,0,0 +371264,0,0,0,0,0 +371265,0,0,0,0,0 +371266,0,0,0,0,0 +371267,0,0,0,0,0 +371268,0,0,0,0,0 +371269,0,0,0,0,0 +371270,0,0,0,0,0 +371271,0,0,0,0,0 +371272,0,0,0,0,0 +371273,0,0,0,0,0 +371274,0,0,0,0,0 +371275,0,0,0,0,0 +371276,0,0,0,0,0 +371277,0,0,0,0,0 +371278,0,0,0,0,0 +371279,0,0,0,0,0 +371280,0,0,0,0,0 +371281,0,0,0,0,0 +371282,0,0,0,0,0 +371283,0,0,0,0,0 +371284,0,0,0,0,0 +371285,0,0,0,0,0 +371286,0,0,0,0,0 +371287,0,0,0,0,0 +371288,0,0,0,0,0 +371289,0,0,0,0,0 +371290,0,0,0,0,0 +371291,0,0,0,0,0 +371292,0,0,0,0,0 +371293,0,0,0,0,0 +371294,0,0,0,0,0 +371295,0,0,0,0,0 +371296,0,0,0,0,0 +371297,0,0,0,0,0 +371298,0,0,0,0,0 +371299,0,0,0,0,0 +371300,0,0,0,0,0 +371301,0,0,0,0,0 +371302,0,0,0,0,0 +371303,0,0,0,0,0 +371304,0,0,0,0,0 +371305,0,0,0,0,0 +371306,0,0,0,0,0 +371307,0,0,0,0,0 +371308,0,0,0,0,0 +371309,0,0,0,0,0 +371310,0,0,0,0,0 +371311,0,0,0,0,0 +371312,0,0,0,0,0 +371313,0,0,0,0,0 +371314,0,0,0,0,0 +371315,0,0,0,0,0 +371316,0,0,0,0,0 +371317,0,0,0,0,0 +371318,0,0,0,0,0 +371319,0,0,0,0,0 +371320,0,0,0,0,0 +371321,0,0,0,0,0 +371322,0,0,0,0,0 +371323,0,0,0,0,0 +371324,0,0,0,0,0 +371325,0,0,0,0,0 +371326,0,0,0,0,0 +371327,0,0,0,0,0 +371328,0,0,0,0,0 +371329,0,0,0,0,0 +371330,0,0,0,0,0 +371331,0,0,0,0,0 +371332,0,0,0,0,0 +371333,0,0,0,0,0 +371334,0,0,0,0,0 +371335,0,0,0,0,0 +371336,0,0,0,0,0 +371337,0,0,0,0,0 +371338,0,0,0,0,0 +371339,0,0,0,0,0 +371340,0,0,0,0,0 +371341,0,0,0,0,0 +371342,0,0,0,0,0 +371343,0,0,0,0,0 +371344,0,0,0,0,0 +371345,0,0,0,0,0 +371346,0,0,0,0,0 +371347,0,0,0,0,0 +371348,0,0,0,0,0 +371349,0,0,0,0,0 +371350,0,0,0,0,0 +371351,0,0,0,0,0 +371352,0,0,0,0,0 +371353,0,0,0,0,0 +371354,0,0,0,0,0 +371355,0,0,0,0,0 +371356,0,0,0,0,0 +371357,0,0,0,0,0 +371358,0,0,0,0,0 +371359,0,0,0,0,0 +371360,0,0,0,0,0 +371361,0,0,0,0,0 +371362,0,0,0,0,0 +371363,0,0,0,0,0 +371364,0,0,0,0,0 +371365,0,0,0,0,0 +371366,0,0,0,0,0 +371367,0,0,0,0,0 +371368,0,0,0,0,0 +371369,0,0,0,0,0 +371370,0,0,0,0,0 +371371,0,0,0,0,0 +371372,0,0,0,0,0 +371373,0,0,0,0,0 +371374,0,0,0,0,0 +371375,0,0,0,0,0 +371376,0,0,0,0,0 +371377,0,0,0,0,0 +371378,0,0,0,0,0 +371379,0,0,0,0,0 +371380,0,0,0,0,0 +371381,0,0,0,0,0 +371382,0,0,0,0,0 +371383,0,0,0,0,0 +371384,0,0,0,0,0 +371385,0,0,0,0,0 +371386,0,0,0,0,0 +371387,0,0,0,0,0 +371388,0,0,0,0,0 +371389,0,0,0,0,0 +371390,0,0,0,0,0 +371391,0,0,0,0,0 +371392,0,0,0,0,0 +371393,0,0,0,0,0 +371394,0,0,0,0,0 +371395,0,0,0,0,0 +371396,0,0,0,0,0 +371397,0,0,0,0,0 +371398,0,0,0,0,0 +371399,0,0,0,0,0 +371400,0,0,0,0,0 +371401,0,0,0,0,0 +371402,0,0,0,0,0 +371403,0,0,0,0,0 +371404,0,0,0,0,0 +371405,0,0,0,0,0 +371406,0,0,0,0,0 +371407,0,0,0,0,0 +371408,0,0,0,0,0 +371409,0,0,0,0,0 +371410,0,0,0,0,0 +371411,0,0,0,0,0 +371412,0,0,0,0,0 +371413,0,0,0,0,0 +371414,0,0,0,0,0 +371415,0,0,0,0,0 +371416,0,0,0,0,0 +371417,0,0,0,0,0 +371418,0,0,0,0,0 +371419,0,0,0,0,0 +371420,0,0,0,0,0 +371421,0,0,0,0,0 +371422,0,0,0,0,0 +371423,0,0,0,0,0 +371424,0,0,0,0,0 +371425,0,0,0,0,0 +371426,0,0,0,0,0 +371427,0,0,0,0,0 +371428,0,0,0,0,0 +371429,0,0,0,0,0 +371430,0,0,0,0,0 +371431,0,0,0,0,0 +371432,0,0,0,0,0 +371433,0,0,0,0,0 +371434,0,0,0,0,0 +371435,0,0,0,0,0 +371436,0,0,0,0,0 +371437,0,0,0,0,0 +371438,0,0,0,0,0 +371439,0,0,0,0,0 +371440,0,0,0,0,0 +371441,0,0,0,0,0 +371442,0,0,0,0,0 +371443,0,0,0,0,0 +371444,0,0,0,0,0 +371445,0,0,0,0,0 +371446,0,0,0,0,0 +371447,0,0,0,0,0 +371448,0,0,0,0,0 +371449,0,0,0,0,0 +371450,0,0,0,0,0 +371451,0,0,0,0,0 +371452,0,0,0,0,0 +371453,0,0,0,0,0 +371454,0,0,0,0,0 +371455,0,0,0,0,0 +371456,0,0,0,0,0 +371457,0,0,0,0,0 +371458,0,0,0,0,0 +371459,0,0,0,0,0 +371460,0,0,0,0,0 +371461,0,0,0,0,0 +371462,0,0,0,0,0 +371463,0,0,0,0,0 +371464,0,0,0,0,0 +371465,0,0,0,0,0 +371466,0,0,0,0,0 +371467,0,0,0,0,0 +371468,0,0,0,0,0 +371469,0,0,0,0,0 +371470,0,0,0,0,0 +371471,0,0,0,0,0 +371472,0,0,0,0,0 +371473,0,0,0,0,0 +371474,0,0,0,0,0 +371475,0,0,0,0,0 +371476,0,0,0,0,0 +371477,0,0,0,0,0 +371478,0,0,0,0,0 +371479,0,0,0,0,0 +371480,0,0,0,0,0 +371481,0,0,0,0,0 +371482,0,0,0,0,0 +371483,0,0,0,0,0 +371484,0,0,0,0,0 +371485,0,0,0,0,0 +371486,0,0,0,0,0 +371487,0,0,0,0,0 +371488,0,0,0,0,0 +371489,0,0,0,0,0 +371490,0,0,0,0,0 +371491,0,0,0,0,0 +371492,0,0,0,0,0 +371493,0,0,0,0,0 +371494,0,0,0,0,0 +371495,0,0,0,0,0 +371496,0,0,0,0,0 +371497,0,0,0,0,0 +371498,0,0,0,0,0 +371499,0,0,0,0,0 +371500,0,0,0,0,0 +371501,0,0,0,0,0 +371502,0,0,0,0,0 +371503,0,0,0,0,0 +371504,0,0,0,0,0 +371505,0,0,0,0,0 +371506,0,0,0,0,0 +371507,0,0,0,0,0 +371508,0,0,0,0,0 +371509,0,0,0,0,0 +371510,0,0,0,0,0 +371511,0,0,0,0,0 +371512,0,0,0,0,0 +371513,0,0,0,0,0 +371514,0,0,0,0,0 +371515,0,0,0,0,0 +371516,0,0,0,0,0 +371517,0,0,0,0,0 +371518,0,0,0,0,0 +371519,0,0,0,0,0 +371520,0,0,0,0,0 +371521,0,0,0,0,0 +371522,0,0,0,0,0 +371523,0,0,0,0,0 +371524,0,0,0,0,0 +371525,0,0,0,0,0 +371526,0,0,0,0,0 +371527,0,0,0,0,0 +371528,0,0,0,0,0 +371529,0,0,0,0,0 +371530,0,0,0,0,0 +371531,0,0,0,0,0 +371532,0,0,0,0,0 +371533,0,0,0,0,0 +371534,0,0,0,0,0 +371535,0,0,0,0,0 +371536,0,0,0,0,0 +371537,0,0,0,0,0 +371538,0,0,0,0,0 +371539,0,0,0,0,0 +371540,0,0,0,0,0 +371541,0,0,0,0,0 +371542,0,0,0,0,0 +371543,0,0,0,0,0 +371544,0,0,0,0,0 +371545,0,0,0,0,0 +371546,0,0,0,0,0 +371547,0,0,0,0,0 +371548,0,0,0,0,0 +371549,0,0,0,0,0 +371550,0,0,0,0,0 +371551,0,0,0,0,0 +371552,0,0,0,0,0 +371553,0,0,0,0,0 +371554,0,0,0,0,0 +371555,0,0,0,0,0 +371556,0,0,0,0,0 +371557,0,0,0,0,0 +371558,0,0,0,0,0 +371559,0,0,0,0,0 +371560,0,0,0,0,0 +371561,0,0,0,0,0 +371562,0,0,0,0,0 +371563,0,0,0,0,0 +371564,0,0,0,0,0 +371565,0,0,0,0,0 +371566,0,0,0,0,0 +371567,0,0,0,0,0 +371568,0,0,0,0,0 +371569,0,0,0,0,0 +371570,0,0,0,0,0 +371571,0,0,0,0,0 +371572,0,0,0,0,0 +371573,0,0,0,0,0 +371574,0,0,0,0,0 +371575,0,0,0,0,0 +371576,0,0,0,0,0 +371577,0,0,0,0,0 +371578,0,0,0,0,0 +371579,0,0,0,0,0 +371580,0,0,0,0,0 +371581,0,0,0,0,0 +371582,0,0,0,0,0 +371583,0,0,0,0,0 +371584,0,0,0,0,0 +371585,0,0,0,0,0 +371586,0,0,0,0,0 +371587,0,0,0,0,0 +371588,0,0,0,0,0 +371589,0,0,0,0,0 +371590,0,0,0,0,0 +371591,0,0,0,0,0 +371592,0,0,0,0,0 +371593,0,0,0,0,0 +371594,0,0,0,0,0 +371595,0,0,0,0,0 +371596,0,0,0,0,0 +371597,0,0,0,0,0 +371598,0,0,0,0,0 +371599,0,0,0,0,0 +371600,0,0,0,0,0 +371601,0,0,0,0,0 +371602,0,0,0,0,0 +371603,0,0,0,0,0 +371604,0,0,0,0,0 +371605,0,0,0,0,0 +371606,0,0,0,0,0 +371607,0,0,0,0,0 +371608,0,0,0,0,0 +371609,0,0,0,0,0 +371610,0,0,0,0,0 +371611,0,0,0,0,0 +371612,0,0,0,0,0 +371613,0,0,0,0,0 +371614,0,0,0,0,0 +371615,0,0,0,0,0 +371616,0,0,0,0,0 +371617,0,0,0,0,0 +371618,0,0,0,0,0 +371619,0,0,0,0,0 +371620,0,0,0,0,0 +371621,0,0,0,0,0 +371622,0,0,0,0,0 +371623,0,0,0,0,0 +371624,0,0,0,0,0 +371625,0,0,0,0,0 +371626,0,0,0,0,0 +371627,0,0,0,0,0 +371628,0,0,0,0,0 +371629,0,0,0,0,0 +371630,0,0,0,0,0 +371631,0,0,0,0,0 +371632,0,0,0,0,0 +371633,0,0,0,0,0 +371634,0,0,0,0,0 +371635,0,0,0,0,0 +371636,0,0,0,0,0 +371637,0,0,0,0,0 +371638,0,0,0,0,0 +371639,0,0,0,0,0 +371640,0,0,0,0,0 +371641,0,0,0,0,0 +371642,0,0,0,0,0 +371643,0,0,0,0,0 +371644,0,0,0,0,0 +371645,0,0,0,0,0 +371646,0,0,0,0,0 +371647,0,0,0,0,0 +371648,0,0,0,0,0 +371649,0,0,0,0,0 +371650,0,0,0,0,0 +371651,0,0,0,0,0 +371652,0,0,0,0,0 +371653,0,0,0,0,0 +371654,0,0,0,0,0 +371655,0,0,0,0,0 +371656,0,0,0,0,0 +371657,0,0,0,0,0 +371658,0,0,0,0,0 +371659,0,0,0,0,0 +371660,0,0,0,0,0 +371661,0,0,0,0,0 +371662,0,0,0,0,0 +371663,0,0,0,0,0 +371664,0,0,0,0,0 +371665,0,0,0,0,0 +371666,0,0,0,0,0 +371667,0,0,0,0,0 +371668,0,0,0,0,0 +371669,0,0,0,0,0 +371670,0,0,0,0,0 +371671,0,0,0,0,0 +371672,0,0,0,0,0 +371673,0,0,0,0,0 +371674,0,0,0,0,0 +371675,0,0,0,0,0 +371676,0,0,0,0,0 +371677,0,0,0,0,0 +371678,0,0,0,0,0 +371679,0,0,0,0,0 +371680,0,0,0,0,0 +371681,0,0,0,0,0 +371682,0,0,0,0,0 +371683,0,0,0,0,0 +371684,0,0,0,0,0 +371685,0,0,0,0,0 +371686,0,0,0,0,0 +371687,0,0,0,0,0 +371688,0,0,0,0,0 +371689,0,0,0,0,0 +371690,0,0,0,0,0 +371691,0,0,0,0,0 +371692,0,0,0,0,0 +371693,0,0,0,0,0 +371694,0,0,0,0,0 +371695,0,0,0,0,0 +371696,0,0,0,0,0 +371697,0,0,0,0,0 +371698,0,0,0,0,0 +371699,0,0,0,0,0 +371700,0,0,0,0,0 +371701,0,0,0,0,0 +371702,0,0,0,0,0 +371703,0,0,0,0,0 +371704,0,0,0,0,0 +371705,0,0,0,0,0 +371706,0,0,0,0,0 +371707,0,0,0,0,0 +371708,0,0,0,0,0 +371709,0,0,0,0,0 +371710,0,0,0,0,0 +371711,0,0,0,0,0 +371712,0,0,0,0,0 +371713,0,0,0,0,0 +371714,0,0,0,0,0 +371715,0,0,0,0,0 +371716,0,0,0,0,0 +371717,0,0,0,0,0 +371718,0,0,0,0,0 +371719,0,0,0,0,0 +371720,0,0,0,0,0 +371721,0,0,0,0,0 +371722,0,0,0,0,0 +371723,0,0,0,0,0 +371724,0,0,0,0,0 +371725,0,0,0,0,0 +371726,0,0,0,0,0 +371727,0,0,0,0,0 +371728,0,0,0,0,0 +371729,0,0,0,0,0 +371730,0,0,0,0,0 +371731,0,0,0,0,0 +371732,0,0,0,0,0 +371733,0,0,0,0,0 +371734,0,0,0,0,0 +371735,0,0,0,0,0 +371736,0,0,0,0,0 +371737,0,0,0,0,0 +371738,0,0,0,0,0 +371739,0,0,0,0,0 +371740,0,0,0,0,0 +371741,0,0,0,0,0 +371742,0,0,0,0,0 +371743,0,0,0,0,0 +371744,0,0,0,0,0 +371745,0,0,0,0,0 +371746,0,0,0,0,0 +371747,0,0,0,0,0 +371748,0,0,0,0,0 +371749,0,0,0,0,0 +371750,0,0,0,0,0 +371751,0,0,0,0,0 +371752,0,0,0,0,0 +371753,0,0,0,0,0 +371754,0,0,0,0,0 +371755,0,0,0,0,0 +371756,0,0,0,0,0 +371757,0,0,0,0,0 +371758,0,0,0,0,0 +371759,0,0,0,0,0 +371760,0,0,0,0,0 +371761,0,0,0,0,0 +371762,0,0,0,0,0 +371763,0,0,0,0,0 +371764,0,0,0,0,0 +371765,0,0,0,0,0 +371766,0,0,0,0,0 +371767,0,0,0,0,0 +371768,0,0,0,0,0 +371769,0,0,0,0,0 +371770,0,0,0,0,0 +371771,0,0,0,0,0 +371772,0,0,0,0,0 +371773,0,0,0,0,0 +371774,0,0,0,0,0 +371775,0,0,0,0,0 +371776,0,0,0,0,0 +371777,0,0,0,0,0 +371778,0,0,0,0,0 +371779,0,0,0,0,0 +371780,0,0,0,0,0 +371781,0,0,0,0,0 +371782,0,0,0,0,0 +371783,0,0,0,0,0 +371784,0,0,0,0,0 +371785,0,0,0,0,0 +371786,0,0,0,0,0 +371787,0,0,0,0,0 +371788,0,0,0,0,0 +371789,0,0,0,0,0 +371790,0,0,0,0,0 +371791,0,0,0,0,0 +371792,0,0,0,0,0 +371793,0,0,0,0,0 +371794,0,0,0,0,0 +371795,0,0,0,0,0 +371796,0,0,0,0,0 +371797,0,0,0,0,0 +371798,0,0,0,0,0 +371799,0,0,0,0,0 +371800,0,0,0,0,0 +371801,0,0,0,0,0 +371802,0,0,0,0,0 +371803,0,0,0,0,0 +371804,0,0,0,0,0 +371805,0,0,0,0,0 +371806,0,0,0,0,0 +371807,0,0,0,0,0 +371808,0,0,0,0,0 +371809,0,0,0,0,0 +371810,0,0,0,0,0 +371811,0,0,0,0,0 +371812,0,0,0,0,0 +371813,0,0,0,0,0 +371814,0,0,0,0,0 +371815,0,0,0,0,0 +371816,0,0,0,0,0 +371817,0,0,0,0,0 +371818,0,0,0,0,0 +371819,0,0,0,0,0 +371820,0,0,0,0,0 +371821,0,0,0,0,0 +371822,0,0,0,0,0 +371823,0,0,0,0,0 +371824,0,0,0,0,0 +371825,0,0,0,0,0 +371826,0,0,0,0,0 +371827,0,0,0,0,0 +371828,0,0,0,0,0 +371829,0,0,0,0,0 +371830,0,0,0,0,0 +371831,0,0,0,0,0 +371832,0,0,0,0,0 +371833,0,0,0,0,0 +371834,0,0,0,0,0 +371835,0,0,0,0,0 +371836,0,0,0,0,0 +371837,0,0,0,0,0 +371838,0,0,0,0,0 +371839,0,0,0,0,0 +371840,0,0,0,0,0 +371841,0,0,0,0,0 +371842,0,0,0,0,0 +371843,0,0,0,0,0 +371844,0,0,0,0,0 +371845,0,0,0,0,0 +371846,0,0,0,0,0 +371847,0,0,0,0,0 +371848,0,0,0,0,0 +371849,0,0,0,0,0 +371850,0,0,0,0,0 +371851,0,0,0,0,0 +371852,0,0,0,0,0 +371853,0,0,0,0,0 +371854,0,0,0,0,0 +371855,0,0,0,0,0 +371856,0,0,0,0,0 +371857,0,0,0,0,0 +371858,0,0,0,0,0 +371859,0,0,0,0,0 +371860,0,0,0,0,0 +371861,0,0,0,0,0 +371862,0,0,0,0,0 +371863,0,0,0,0,0 +371864,0,0,0,0,0 +371865,0,0,0,0,0 +371866,0,0,0,0,0 +371867,0,0,0,0,0 +371868,0,0,0,0,0 +371869,0,0,0,0,0 +371870,0,0,0,0,0 +371871,0,0,0,0,0 +371872,0,0,0,0,0 +371873,0,0,0,0,0 +371874,0,0,0,0,0 +371875,0,0,0,0,0 +371876,0,0,0,0,0 +371877,0,0,0,0,0 +371878,0,0,0,0,0 +371879,0,0,0,0,0 +371880,0,0,0,0,0 +371881,0,0,0,0,0 +371882,0,0,0,0,0 +371883,0,0,0,0,0 +371884,0,0,0,0,0 +371885,0,0,0,0,0 +371886,0,0,0,0,0 +371887,0,0,0,0,0 +371888,0,0,0,0,0 +371889,0,0,0,0,0 +371890,0,0,0,0,0 +371891,0,0,0,0,0 +371892,0,0,0,0,0 +371893,0,0,0,0,0 +371894,0,0,0,0,0 +371895,0,0,0,0,0 +371896,0,0,0,0,0 +371897,0,0,0,0,0 +371898,0,0,0,0,0 +371899,0,0,0,0,0 +371900,0,0,0,0,0 +371901,0,0,0,0,0 +371902,0,0,0,0,0 +371903,0,0,0,0,0 +371904,0,0,0,0,0 +371905,0,0,0,0,0 +371906,0,0,0,0,0 +371907,0,0,0,0,0 +371908,0,0,0,0,0 +371909,0,0,0,0,0 +371910,0,0,0,0,0 +371911,0,0,0,0,0 +371912,0,0,0,0,0 +371913,0,0,0,0,0 +371914,0,0,0,0,0 +371915,0,0,0,0,0 +371916,0,0,0,0,0 +371917,0,0,0,0,0 +371918,0,0,0,0,0 +371919,0,0,0,0,0 +371920,0,0,0,0,0 +371921,0,0,0,0,0 +371922,0,0,0,0,0 +371923,0,0,0,0,0 +371924,0,0,0,0,0 +371925,0,0,0,0,0 +371926,0,0,0,0,0 +371927,0,0,0,0,0 +371928,0,0,0,0,0 +371929,0,0,0,0,0 +371930,0,0,0,0,0 +371931,0,0,0,0,0 +371932,0,0,0,0,0 +371933,0,0,0,0,0 +371934,0,0,0,0,0 +371935,0,0,0,0,0 +371936,0,0,0,0,0 +371937,0,0,0,0,0 +371938,0,0,0,0,0 +371939,0,0,0,0,0 +371940,0,0,0,0,0 +371941,0,0,0,0,0 +371942,0,0,0,0,0 +371943,0,0,0,0,0 +371944,0,0,0,0,0 +371945,0,0,0,0,0 +371946,0,0,0,0,0 +371947,0,0,0,0,0 +371948,0,0,0,0,0 +371949,0,0,0,0,0 +371950,0,0,0,0,0 +371951,0,40.55161883,0,0,0 +371952,0,152.9180362,0,0,0 +371953,0,95.57755554,0,0,0 +371954,0,130.7127831,0,0,0 +371955,0,143.5675558,0,0,0 +371956,0,156.4912037,0,0,0 +371957,0,169.1783287,0,0,0 +371958,0,181.7554161,0,0,0 +371959,0,194.5587689,0,0,0 +371960,0,206.9381076,0,0,0 +371961,0,219.6855839,0,0,0 +371962,0,232.116799,0,0,0 +371963,0,244.4811646,0,0,0 +371964,0,257.291068,0,0,0 +371965,0,269.2351997,0,0,0 +371966,0,282.0405951,0,0,0 +371967,0,294.1034701,0,0,0 +371968,0,306.5589793,0,0,0 +371969,0,318.4314682,0,0,0 +371970,0,330.7453037,0,0,0 +371971,0,342.2789416,0,0,0 +371972,0,353.179541,0,0,0 +371973,0,364.1716253,0,0,0 +371974,0,374.8120393,0,0,0 +371975,0,385.9565056,0,0,0 +371976,0,396.4707837,90.3852098,0,0 +371977,0,407.1483025,150.2620011,0,0 +371978,0,417.7119716,112.9693166,0,0 +371979,0,428.2129521,142.519596,0,0 +371980,0,438.6740895,153.5361134,0,0 +371981,0,449.0550359,164.3167426,0,0 +371982,0,459.3769707,174.9868995,0,0 +371983,0,469.6507626,185.035838,0,0 +371984,0,479.8699536,195.2640777,0,0 +371985,0,490.0381208,205.3553022,0,0 +371986,0,500.1251629,214.5102142,0,0 +371987,0,510.2423863,224.5725714,0,0 +371988,0,519.9178449,233.7595258,0,0 +371989,0,530.435021,243.0314087,0,0 +371990,0,540.0623581,252.2923802,0,0 +371991,0,550.0666648,260.7953067,0,0 +371992,0,559.8876091,269.7212753,0,0 +371993,0,569.6610569,278.2500575,0,0 +371994,0,579.4747963,286.6719101,0,0 +371995,0,589.1694208,294.9461718,0,0 +371996,0,598.8153058,303.0756261,0,0 +371997,0,608.5104077,311.0622998,0,0 +371998,0,618.0421354,318.9098974,0,0 +371999,0,627.6643311,326.6547404,0,0 +372000,0,637.1162696,334.1801379,0,0 +372001,0,646.9926769,342.7604019,0,0 +372002,0,656.7368533,351.0882067,0,0 +372003,0,666.5870145,359.6964165,0,0 +372004,0,676.2665411,367.1939859,0,0 +372005,0,686.053022,375.4700226,0,0 +372006,0,695.662701,383.3185154,0,0 +372007,0,705.3854682,391.0121468,0,0 +372008,0,714.9240431,398.692343,0,0 +372009,0,724.5380914,406.223,0,0 +372010,0,734.1199794,413.700887,0,0 +372011,0,743.5654987,420.9583208,0,0 +372012,0,753.1251979,428.2132548,0,0 +372013,0,762.0250207,435.3670599,0,0 +372014,0,772.2047967,442.2683509,0,0 +372015,0,781.2108229,449.3312185,0,0 +372016,0,793.8899787,456.0321491,0,0 +372017,0,805.9235008,462.7903795,0,0 +372018,0,817.6202784,469.449609,0,0 +372019,0,829.5403317,475.8425875,0,0 +372020,0,841.2355508,482.4390744,0,0 +372021,0,852.8735989,488.6419855,0,0 +372022,0,864.5851129,494.9311519,0,0 +372023,0,876.1166,502.4382003,0,0 +372024,0,887.64997,509.5511391,0,0 +372025,0,899.0611382,513.610145,0,0 +372026,0,910.6124136,512.3968681,0,0 +372027,0,921.7944615,528.8582741,0,0 +372028,0,933.2399889,529.384919,0,0 +372029,0,944.443456,536.0535742,0,0 +372030,0,955.660602,541.6697594,0,0 +372031,0,966.4602579,546.2231143,0,0 +372032,0,977.3731177,551.2002765,0,0 +372033,0,987.9150157,555.4623903,0,0 +372034,0,998.5249492,560.2811087,0,0 +372035,0,1009.151691,564.3378728,0,0 +372036,0,1019.587387,568.7985449,0,0 +372037,0,1030.015316,572.7553881,0,0 +372038,0,1040.371745,576.9585856,0,0 +372039,0,1050.60052,580.8912296,0,0 +372040,0,1060.934174,584.823891,0,0 +372041,0,1071.123967,588.4228525,0,0 +372042,0,1081.082885,592.4066914,0,0 +372043,0,1091.290577,595.7911946,0,0 +372044,0,1101.225437,599.5312429,0,0 +372045,0,1111.176228,602.8065274,0,0 +372046,0,1121.059029,606.3723847,0,0 +372047,0,1137.081068,609.4948699,0,0 +372048,0,1138.458425,612.8424972,0,0 +372049,0,1161.183112,615.9226923,0,0 +372050,0,1153.208477,618.903711,0,0 +372051,0,1161.231858,622.2240157,0,0 +372052,0,1185.886017,624.9020699,0,0 +372053,0,1186.505336,627.7196439,0,0 +372054,0,1197.999375,630.6158161,0,0 +372055,0,1207.46742,633.5536845,0,0 +372056,0,1216.671603,636.099821,0,0 +372057,0,1225.915861,638.6880688,0,0 +372058,0,1235.296881,641.1881072,0,0 +372059,0,1244.282821,643.8850385,0,0 +372060,0,1253.525066,646.1988529,0,0 +372061,0,1262.276304,648.3209931,0,0 +372062,0,1271.066442,650.1966384,0,0 +372063,0,1279.994484,651.9965556,0,0 +372064,0,1288.506475,653.7350085,0,0 +372065,0,1297.21146,655.4196744,6.415976922,0 +372066,0,1305.772083,656.9866724,55.09323094,0 +372067,0,1314.28675,658.6826713,32.66316137,0 +372068,0,1322.747745,660.17366,44.1896607,0 +372069,0,1331.149359,661.6877917,48.97374543,0 +372070,0,1339.57448,663.1495315,53.13922339,0 +372071,0,1347.739057,664.5724094,57.38038268,0 +372072,0,1355.946601,665.9593888,61.48544967,0 +372073,0,1364.315661,667.3821656,65.53463726,0 +372074,0,1372.237464,668.5931853,69.64595036,0 +372075,0,1380.37352,669.9363678,73.56496958,0 +372076,0,1388.358535,671.1848666,77.6177537,0 +372077,97.55508797,1396.388136,672.4186781,81.51414134,0 +372078,83.80688482,1404.051169,673.5580603,85.35635797,0 +372079,86.98913629,1412.072846,675.1703987,89.37725003,0 +372080,101.8688775,1419.761704,676.6943008,93.0084672,0 +372081,110.2323285,1427.485271,676.793757,96.96894707,0 +372082,118.8366549,1435.223405,680.7919756,100.6781553,0 +372083,126.8216157,1442.684352,674.6726226,104.3758895,0 +372084,135.250716,1450.283651,682.822577,108.2737226,0 +372085,143.3049451,1457.653935,690.3558294,111.7301605,0 +372086,151.3866618,1465.202929,668.6102852,115.5870732,0 +372087,159.3755608,1472.580275,690.583811,119.1692505,0 +372088,167.3199913,1479.758942,683.3189931,122.7986637,0 +372089,175.0706655,1487.061206,685.9215281,126.4078297,0 +372090,183.2367195,1494.222425,686.991365,129.9091453,0 +372091,190.2928684,1499.836986,687.6374187,133.4315078,0 +372092,197.5600685,1505.305785,688.1936787,136.7973648,0 +372093,204.9516374,1510.254857,688.7270565,139.896058,0 +372094,211.9531113,1515.4744,689.2553664,143.3827753,0 +372095,219.0277291,1520.237221,689.7856552,146.5432663,0 +372096,226.0230377,1524.947624,690.324361,149.565881,0 +372097,232.7185829,1529.497059,690.8744546,153.0200668,0 +372098,239.7768748,1533.906602,691.4405881,156.2110211,0 +372099,246.5968254,1538.181697,692.0257178,159.1798257,0 +372100,253.1474247,1542.325831,692.7070071,162.4144197,0 +372101,259.8298202,1546.438514,693.4635303,165.4490243,0 +372102,266.8100991,1551.831478,695.2050603,168.5234894,0 +372103,273.0487144,1555.152291,696.8754473,171.6384167,0 +372104,279.8220465,1559.921462,698.7440298,174.6456454,0 +372105,286.3422868,1561.675203,700.6923074,177.5863098,0 +372106,292.6050463,1569.540218,702.7327961,180.6740466,0 +372107,299.2058903,1563.882166,704.7862272,183.6515858,0 +372108,305.5983663,1587.128277,707.1198298,186.4863694,0 +372109,311.7465298,1547.365453,709.3647853,189.5126187,0 +372110,318.2307678,1591.320485,711.7893814,192.3294507,0 +372111,324.5504234,1576.550338,714.2786374,195.3274821,0 +372112,330.5658674,1582.912811,716.7813357,198.1032975,0 +372113,336.945232,1585.565157,719.6423218,200.9282499,0 +372114,342.8883183,1588.262482,722.3651753,203.8878449,0 +372115,349.2357018,1590.613082,725.3992234,206.7095979,0 +372116,355.1172734,1593.080867,728.2663086,209.4472851,0 +372117,361.3300041,1595.364666,731.4140851,212.3476773,0 +372118,369.3874504,1597.569523,734.4885867,215.0306385,0 +372119,376.003784,1599.680506,737.7632488,218.0530071,0 +372120,381.7571461,1601.698809,740.7714637,220.4729252,0 +372121,387.9671822,1603.485223,743.4183117,223.1856355,0 +372122,393.4396789,1605.1327,749.8675349,225.7188255,0 +372123,399.2004788,1606.674766,743.4229475,228.1073698,0 +372124,404.76533,1608.121856,754.4844848,230.8659932,0 +372125,410.4152588,1609.477061,753.7561675,233.2578772,0 +372126,415.9312791,1610.742491,757.1059689,235.7821565,0 +372127,421.5386133,1611.918801,759.9488561,238.2655798,0 +372128,427.0095326,1613.007478,762.6375618,240.7373026,0 +372129,432.5425795,1614.00888,765.4016747,243.1963878,0 +372130,438.0575373,1614.924228,768.0716583,245.6439582,0 +372131,443.4719171,1615.855573,770.9533032,248.0795932,0 +372132,448.9808286,1616.451675,773.6421516,250.5042182,0 +372133,454.3474165,1617.185741,776.4121468,252.9174257,0 +372134,459.7838719,1617.747224,779.1673232,255.3200883,0 +372135,465.2031187,1618.241432,783.9796954,257.7117863,0 +372136,470.5187019,1618.654064,782.7441633,259.9185387,0 +372137,475.8992853,1618.984856,787.1404368,262.5615036,0 +372138,481.2653146,1619.234916,790.776109,264.7856698,0 +372139,486.5244976,1619.404327,792.6537831,267.1696325,0 +372140,491.8532058,1619.494056,795.760791,269.5108494,0 +372141,497.1670675,1619.504207,798.4462931,271.8432172,0 +372142,502.3728217,1619.435684,801.2228859,274.1661412,0 +372143,507.650466,1619.288582,806.1706978,276.4794583,0 +372144,512.9157023,1619.063779,804.1020172,278.7838303,0 +372145,518.0676985,1618.761338,809.9738755,281.0788392,0 +372146,523.2974666,1618.382074,812.4913669,283.365165,0 +372147,528.47229,1617.926171,814.966105,285.6423341,0 +372148,533.2691105,1617.394445,818.4183171,287.9109858,0 +372149,538.9910502,1616.786882,825.2978869,290.1707569,0 +372150,543.8802594,1616.122648,815.2868284,292.4582372,0 +372151,548.7999089,1615.191781,837.8544281,294.5042255,0 +372152,553.6034124,1614.435388,815.2174619,296.5309033,0 +372153,558.324589,1613.380522,841.6731475,298.5351913,0 +372154,563.2329729,1612.336767,822.944747,300.5187529,0 +372155,567.8722065,1611.201964,838.9043029,302.4857164,0 +372156,572.6785636,1609.991241,841.9415997,304.2319189,0 +372157,577.301999,1608.704946,840.0496547,306.4792947,0 +372158,582.0521574,1607.343511,831.0358648,308.2377563,0 +372159,586.5835503,1605.906877,859.4764577,310.1781628,0 +372160,591.4053212,1604.395708,835.3830816,312.2795402,0 +372161,595.830629,1602.80984,853.5597918,313.8232291,0 +372162,600.5330428,1601.150228,845.378395,315.8477446,0 +372163,604.9696903,1599.41664,859.6425372,317.6550629,0 +372164,609.6561056,1597.609928,847.5106502,319.5096527,0 +372165,614.0710307,1595.72996,862.7991271,321.2948774,0 +372166,618.6492113,1593.777826,847.9479477,323.1182174,0 +372167,623.0617175,1591.752589,873.5114381,324.9083385,0 +372168,627.5899449,1589.656441,857.5238056,326.7127973,0 +372169,631.9627876,1587.487966,865.5103517,328.4481561,0 +372170,636.3161414,1585.148256,867.2013755,330.2237186,0 +372171,640.926669,1582.982628,868.863843,331.9665398,0 +372172,645.125989,1580.530917,870.9393858,333.7021928,0 +372173,649.5196456,1578.095871,873.0403925,335.4494271,0 +372174,653.7973947,1575.575954,874.9219691,337.1282957,0 +372175,658.1993815,1572.98653,876.9514801,338.8486256,0 +372176,662.4635273,1570.328418,878.9810531,340.5372561,0 +372177,666.7575394,1590.795888,880.9284439,342.2194126,0 +372178,671.076132,1530.846157,882.9587588,343.9147278,0 +372179,675.189825,1578.796784,884.9053669,345.5412022,0 +372180,679.5402188,1563.056016,887.0131205,347.2111651,0 +372181,684.3809105,1544.667881,889.2045475,348.9674908,0 +372182,688.927796,1571.075187,891.8174515,350.9038718,0 +372183,693.744474,1531.056084,894.1874783,352.5796491,0 +372184,698.3979534,1565.172844,898.4407283,354.4829833,0 +372185,703.1164044,1528.894163,898.3504487,356.1766185,0 +372186,707.6554522,1547.638413,901.7728401,358.0468245,0 +372187,712.4634863,1536.190832,903.9969934,359.7550842,0 +372188,716.8662704,1534.586288,906.5623523,361.5729534,0 +372189,721.7416866,1531.188039,908.8815073,363.2611055,0 +372190,726.1284427,1527.818242,911.2409843,365.0985692,0 +372191,730.9557467,1524.373909,914.0283653,366.7539139,0 +372192,735.2088971,1520.868487,916.1406879,368.3314584,0 +372193,740.0741624,1517.302775,920.5094745,370.3834095,0 +372194,744.3903076,1513.677305,920.494736,371.9670451,0 +372195,749.1014623,1509.992418,923.645162,373.6592673,0 +372196,755.1300301,1509.721239,923.8924142,374.2574444,0 +372197,759.5071067,1506.558044,925.3045617,375.6768137,0 +372198,764.3012647,1502.775036,927.3049231,377.3314156,0 +372199,768.5808282,1499.309878,929.7184022,378.8391343,0 +372200,773.2232657,1495.460308,931.842365,380.3463466,0 +372201,777.5821343,1491.62634,935.7452151,382.0497105,0 +372202,782.1250478,1487.702936,935.7821052,383.5273286,0 +372203,786.3920666,1483.708919,938.576233,385.0682315,0 +372204,790.9932146,1479.647213,940.7759849,386.7421422,0 +372205,795.2364506,1475.519722,943.0558293,388.2131621,0 +372206,799.7191186,1471.328065,946.975973,389.768534,0 +372207,804.0358272,1467.073757,946.9250984,391.3895485,0 +372208,808.3778206,1462.662061,949.6463648,392.8683609,0 +372209,812.581402,1458.420791,952.2024595,394.3799152,0 +372210,817.0742868,1453.91706,955.7954328,396.0291944,0 +372211,821.3539242,1449.47517,956.52401,397.6586482,0 +372212,825.9888782,1444.740464,961.0780354,399.5697783,0 +372213,830.2566358,1440.127859,962.248846,401.1684972,0 +372214,834.7784921,1435.38833,966.6183162,403.0560548,0 +372215,839.021557,1430.612737,969.5096582,404.7342247,0 +372216,843.6998031,1425.693893,970.3415504,406.6171253,0 +372217,847.834587,1420.953564,975.4534814,408.3115227,0 +372218,852.3856607,1415.967911,976.002481,410.2042464,0 +372219,856.420079,1408.746262,977.5155781,413.8537306,0 +372220,860.8441209,1403.41898,977.6495153,415.9110355,0 +372221,865.219985,1398.340406,977.8883282,417.8482621,0 +372222,869.608951,1392.952231,978.2063472,419.873104,0 +372223,874.003959,1387.973487,978.5830221,421.719782,0 +372224,878.5399222,1382.720359,979.0016529,423.8221389,0 +372225,882.771028,1377.518443,979.4597,425.5908782,0 +372226,887.4062632,1372.297527,979.9475824,427.6767867,0 +372227,891.4184962,1367.035731,980.4662543,429.4806717,0 +372228,896.1638843,1361.679816,981.0074495,431.5422081,0 +372229,900.1355953,1356.495846,981.5732733,433.3495159,0 +372230,904.8227625,1351.205254,982.1563268,435.4397056,0 +372231,908.8628603,1345.742384,982.7594592,437.2009004,0 +372232,913.4484937,1340.444511,983.3758939,439.2833168,0 +372233,917.5267223,1335.034419,984.0091698,441.0848497,0 +372234,922.0805222,1329.54688,984.6530256,443.1445211,0 +372235,926.138884,1324.233393,985.3112708,444.9513489,0 +372236,930.5976002,1318.732968,985.9781152,447.0113278,0 +372237,934.8233084,1313.271613,986.6575825,448.8492202,0 +372238,939.1646091,1307.796056,987.3441865,450.8630916,0 +372239,943.251324,1302.286234,988.0420506,452.6944776,0 +372240,947.6499344,1296.76693,988.7458883,454.7157191,0 +372241,951.4645313,1291.156388,989.458852,456.4673565,0 +372242,955.3161399,1285.503115,990.1722607,458.2583444,0 +372243,959.1692432,1279.827707,990.8830512,460.0606724,0 +372244,963.0120878,1274.052287,991.5928968,461.8970979,0 +372245,966.7655203,1268.463274,992.3019019,463.6537404,0 +372246,970.6993836,1262.686155,993.0109311,465.4822996,0 +372247,974.4429752,1257.049217,993.7220557,467.2811912,0 +372248,978.2447859,1251.111753,994.4345304,469.0849219,0 +372249,982.0197421,1245.529535,995.1484035,470.8884233,0 +372250,985.8594064,1239.701788,995.8653899,472.6915773,0 +372251,989.4865992,1233.945749,996.584483,474.494549,0 +372252,993.2812755,1228.171301,997.3055716,476.3299647,0 +372253,996.9889445,1222.311186,998.030256,478.0827046,0 +372254,1000.69715,1216.717803,998.7574112,479.9097839,0 +372255,1004.312865,1210.760807,999.4869988,481.7066388,0 +372256,1008.11789,1205.037307,1000.22031,483.5087803,0 +372257,1011.726843,1199.154587,1000.956424,485.3110098,0 +372258,1015.398082,1193.471381,1001.694976,487.1131398,0 +372259,1019.043294,1187.624506,1002.437485,488.9153642,0 +372260,1022.676329,1181.920281,1003.182754,490.7175337,0 +372261,1026.297269,1175.947773,1003.930594,492.5532883,0 +372262,1029.906453,1170.324626,1004.682308,494.3045894,0 +372263,1033.503991,1164.480333,1005.436855,496.1322434,0 +372264,1037.090013,1158.717814,1006.193915,497.9290798,0 +372265,1040.665017,1174.808258,1006.954456,499.7316444,0 +372266,1044.228968,1114.992174,1007.724567,501.5343304,0 +372267,1047.781783,1157.543446,1008.478485,503.3371745,0 +372268,1051.324514,1138.777799,1009.256989,505.1402378,0 +372269,1057.224201,1119.93335,1010.028558,506.9434552,0 +372270,1057.104532,1134.135642,1010.801005,508.7813876,0 +372271,1065.282615,1109.506198,1011.582975,510.1020616,0 +372272,1059.921085,1114.894379,1012.345786,511.4105787,0 +372273,1075.208113,1104.221024,1013.084428,512.6424426,0 +372274,1058.15308,1098.31442,1013.798031,513.846039,0 +372275,1091.441277,1091.897969,1014.474729,515.0213032,0 +372276,1048.260927,1085.286073,1015.142725,516.1708657,0 +372277,1089.062579,1078.858413,1015.766037,517.296666,0 +372278,1093.904037,1072.143567,1016.39093,518.4000636,0 +372279,1055.042867,1065.678376,1016.993425,519.4824245,0 +372280,1094.967415,1059.127431,1017.562968,520.5443378,0 +372281,1083.891877,1052.549481,1018.13833,521.5865204,0 +372282,1087.620511,1045.984537,1018.688311,522.609452,0 +372283,1090.318496,1039.368351,1019.227768,523.6142487,0 +372284,1092.443234,1032.789529,1019.754848,524.6010588,0 +372285,1094.64314,1026.280405,1020.270268,525.6066134,0 +372286,1096.804853,1019.679832,1020.774875,526.5049868,0 +372287,1099.032149,1013.211131,1021.269146,527.1067806,0 +372288,1101.018639,1009.542901,1021.753657,528.5697736,0 +372289,1103.186587,1004.680524,1022.229695,529.2017056,0 +372290,1105.256909,999.7761603,1022.696716,530.1536205,0 +372291,1107.327065,994.8032403,1023.155342,531.0287001,0 +372292,1109.38383,990.0287691,1023.605847,531.8895173,0 +372293,1111.430614,985.0701091,1024.048587,532.7361153,0 +372294,1113.467872,980.2578478,1024.483789,533.5685763,0 +372295,1115.499425,975.3403908,1024.911757,534.3874771,0 +372296,1117.52685,970.6058341,1025.332673,535.1927459,0 +372297,1119.553866,965.8136245,1025.746812,535.9849478,0 +372298,1121.583002,960.9473597,1026.154314,536.7639754,0 +372299,1123.618492,956.2290459,1026.555359,537.5303788,0 +372300,1125.749497,951.4798773,1026.950146,538.2840208,0 +372301,0,0,0,0,0 +372302,0,0,0,0,0 +372303,0,0,0,0,0 +372304,0,0,0,0,0 +372305,0,0,0,0,0 +372306,0,0,0,0,0 +372307,0,0,0,0,0 +372308,0,0,0,0,0 +372309,0,0,0,0,0 +372310,0,0,0,0,0 +372311,0,0,0,0,0 +372312,0,0,0,0,0 +372313,0,0,0,0,0 +372314,0,0,0,0,0 +372315,0,0,0,0,0 +372316,0,0,0,0,0 +372317,0,0,0,0,0 +372318,0,0,0,0,0 +372319,0,0,0,0,0 +372320,0,0,0,0,0 +372321,0,0,0,0,0 +372322,0,0,0,0,0 +372323,0,0,0,0,0 +372324,0,0,0,0,0 +372325,0,0,0,0,0 +372326,0,0,0,0,0 +372327,0,0,0,0,0 +372328,0,0,0,0,0 +372329,0,0,0,0,0 +372330,0,0,0,0,0 +372331,0,0,0,0,0 +372332,0,0,0,0,0 +372333,0,0,0,0,0 +372334,0,0,0,0,0 +372335,0,0,0,0,0 +372336,0,0,0,0,0 +372337,0,0,0,0,0 +372338,0,0,0,0,0 +372339,0,0,0,0,0 +372340,0,0,0,0,0 +372341,0,0,0,0,0 +372342,0,0,0,0,0 +372343,0,0,0,0,0 +372344,0,0,0,0,0 +372345,0,0,0,0,0 +372346,0,0,0,0,0 +372347,0,0,0,0,0 +372348,0,0,0,0,0 +372349,0,0,0,0,0 +372350,0,0,0,0,0 +372351,0,0,0,0,0 +372352,0,0,0,0,0 +372353,0,0,0,0,0 +372354,0,0,0,0,0 +372355,0,0,0,0,0 +372356,0,0,0,0,0 +372357,0,0,0,0,0 +372358,0,0,0,0,0 +372359,0,0,0,0,0 +372360,0,0,0,0,0 +372361,0,0,0,0,0 +372362,0,0,0,0,0 +372363,0,0,0,0,0 +372364,0,0,0,0,0 +372365,0,0,0,0,0 +372366,0,0,0,0,0 +372367,0,0,0,0,0 +372368,0,0,0,0,0 +372369,0,0,0,0,0 +372370,0,0,0,0,0 +372371,0,0,0,0,0 +372372,0,0,0,0,0 +372373,0,0,0,0,0 +372374,0,0,0,0,0 +372375,0,0,0,0,0 +372376,0,0,0,0,0 +372377,0,0,0,0,0 +372378,0,0,0,0,0 +372379,0,0,0,0,0 +372380,0,0,0,0,0 +372381,0,0,0,0,0 +372382,0,0,0,0,0 +372383,0,0,0,0,0 +372384,0,0,0,0,0 +372385,0,0,0,0,0 +372386,0,0,0,0,0 +372387,0,0,0,0,0 +372388,0,0,0,0,0 +372389,0,0,0,0,0 +372390,0,0,0,0,0 +372391,0,0,0,0,0 +372392,0,0,0,0,0 +372393,0,0,0,0,0 +372394,0,0,0,0,0 +372395,0,0,0,0,0 +372396,0,0,0,0,0 +372397,0,0,0,0,0 +372398,0,0,0,0,0 +372399,0,0,0,0,0 +372400,0,0,0,0,0 +372401,0,0,0,0,0 +372402,0,0,0,0,0 +372403,0,0,0,0,0 +372404,0,0,0,0,0 +372405,0,0,0,0,0 +372406,0,0,0,0,0 +372407,0,0,0,0,0 +372408,0,0,0,0,0 +372409,0,0,0,0,0 +372410,0,0,0,0,0 +372411,0,0,0,0,0 +372412,0,0,0,0,0 +372413,0,0,0,0,0 +372414,0,0,0,0,0 +372415,0,0,0,0,0 +372416,0,0,0,0,0 +372417,0,0,0,0,0 +372418,0,0,0,0,0 +372419,0,0,0,0,0 +372420,0,0,0,0,0 +372421,0,0,0,0,0 +372422,0,0,0,0,0 +372423,0,0,0,0,0 +372424,0,0,0,0,0 +372425,0,0,0,0,0 +372426,0,0,0,0,0 +372427,0,0,0,0,0 +372428,0,0,0,0,0 +372429,0,0,0,0,0 +372430,0,0,0,0,0 +372431,0,0,0,0,0 +372432,0,0,0,0,0 +372433,0,0,0,0,0 +372434,0,0,0,0,0 +372435,0,0,0,0,0 +372436,0,0,0,0,0 +372437,0,0,0,0,0 +372438,0,0,0,0,0 +372439,0,0,0,0,0 +372440,0,0,0,0,0 +372441,0,0,0,0,0 +372442,0,0,0,0,0 +372443,0,0,0,0,0 +372444,0,0,0,0,0 +372445,0,0,0,0,0 +372446,0,0,0,0,0 +372447,0,0,0,0,0 +372448,0,0,0,0,0 +372449,0,0,0,0,0 +372450,0,0,0,0,0 +372451,0,0,0,0,0 +372452,0,0,0,0,0 +372453,0,0,0,0,0 +372454,0,0,0,0,0 +372455,0,0,0,0,0 +372456,0,0,0,0,0 +372457,0,0,0,0,0 +372458,0,0,0,0,0 +372459,0,0,0,0,0 +372460,0,0,0,0,0 +372461,0,0,0,0,0 +372462,0,0,0,0,0 +372463,0,0,0,0,0 +372464,0,0,0,0,0 +372465,0,0,0,0,0 +372466,0,0,0,0,0 +372467,0,0,0,0,0 +372468,0,0,0,0,0 +372469,0,0,0,0,0 +372470,0,0,0,0,0 +372471,0,0,0,0,0 +372472,0,0,0,0,0 +372473,0,0,0,0,0 +372474,0,0,0,0,0 +372475,0,0,0,0,0 +372476,0,0,0,0,0 +372477,0,0,0,0,0 +372478,0,0,0,0,0 +372479,0,0,0,0,0 +372480,0,0,0,0,0 +372481,0,0,0,0,0 +372482,0,0,0,0,0 +372483,0,0,0,0,0 +372484,0,0,0,0,0 +372485,0,0,0,0,0 +372486,0,0,0,0,0 +372487,0,0,0,0,0 +372488,0,0,0,0,0 +372489,0,0,0,0,0 +372490,0,0,0,0,0 +372491,0,0,0,0,0 +372492,0,0,0,0,0 +372493,0,0,0,0,0 +372494,0,0,0,0,0 +372495,0,0,0,0,0 +372496,0,0,0,0,0 +372497,0,0,0,0,0 +372498,0,0,0,0,0 +372499,0,0,0,0,0 +372500,0,0,0,0,0 +372501,0,0,0,0,0 +372502,0,0,0,0,0 +372503,0,0,0,0,0 +372504,0,0,0,0,0 +372505,0,0,0,0,0 +372506,0,0,0,0,0 +372507,0,0,0,0,0 +372508,0,0,0,0,0 +372509,0,0,0,0,0 +372510,0,0,0,0,0 +372511,0,0,0,0,0 +372512,0,0,0,0,0 +372513,0,0,0,0,0 +372514,0,0,0,0,0 +372515,0,0,0,0,0 +372516,0,0,0,0,0 +372517,0,0,0,0,0 +372518,0,0,0,0,0 +372519,0,0,0,0,0 +372520,0,0,0,0,0 +372521,0,0,0,0,0 +372522,0,0,0,0,0 +372523,0,0,0,0,0 +372524,0,0,0,0,0 +372525,0,0,0,0,0 +372526,0,0,0,0,0 +372527,0,0,0,0,0 +372528,0,0,0,0,0 +372529,0,0,0,0,0 +372530,0,0,0,0,0 +372531,0,0,0,0,0 +372532,0,0,0,0,0 +372533,0,0,0,0,0 +372534,0,0,0,0,0 +372535,0,0,0,0,0 +372536,0,0,0,0,0 +372537,0,0,0,0,0 +372538,0,0,0,0,0 +372539,0,0,0,0,0 +372540,0,0,0,0,0 +372541,0,0,0,0,0 +372542,0,0,0,0,0 +372543,0,0,0,0,0 +372544,0,0,0,0,0 +372545,0,0,0,0,0 +372546,0,0,0,0,0 +372547,0,0,0,0,0 +372548,0,0,0,0,0 +372549,0,0,0,0,0 +372550,0,0,0,0,0 +372551,0,0,0,0,0 +372552,0,0,0,0,0 +372553,0,0,0,0,0 +372554,0,0,0,0,0 +372555,0,0,0,0,0 +372556,0,0,0,0,0 +372557,0,0,0,0,0 +372558,0,0,0,0,0 +372559,0,0,0,0,0 +372560,0,0,0,0,0 +372561,0,0,0,0,0 +372562,0,0,0,0,0 +372563,0,0,0,0,0 +372564,0,0,0,0,0 +372565,0,0,0,0,0 +372566,0,0,0,0,0 +372567,0,0,0,0,0 +372568,0,0,0,0,0 +372569,0,0,0,0,0 +372570,0,0,0,0,0 +372571,0,0,0,0,0 +372572,0,0,0,0,0 +372573,0,0,0,0,0 +372574,0,0,0,0,0 +372575,0,0,0,0,0 +372576,0,0,0,0,0 +372577,0,0,0,0,0 +372578,0,0,0,0,0 +372579,0,0,0,0,0 +372580,0,0,0,0,0 +372581,0,0,0,0,0 +372582,0,0,0,0,0 +372583,0,0,0,0,0 +372584,0,0,0,0,0 +372585,0,0,0,0,0 +372586,0,0,0,0,0 +372587,0,0,0,0,0 +372588,0,0,0,0,0 +372589,0,0,0,0,0 +372590,0,0,0,0,0 +372591,0,0,0,0,0 +372592,0,0,0,0,0 +372593,0,0,0,0,0 +372594,0,0,0,0,0 +372595,0,0,0,0,0 +372596,0,0,0,0,0 +372597,0,0,0,0,0 +372598,0,0,0,0,0 +372599,0,0,0,0,0 +372600,0,0,0,0,0 +372601,0,0,0,0,0 +372602,0,0,0,0,0 +372603,0,0,0,0,0 +372604,0,0,0,0,0 +372605,0,0,0,0,0 +372606,0,0,0,0,0 +372607,0,0,0,0,0 +372608,0,0,0,0,0 +372609,0,0,0,0,0 +372610,0,0,0,0,0 +372611,0,0,0,0,0 +372612,0,0,0,0,0 +372613,0,0,0,0,0 +372614,0,0,0,0,0 +372615,0,0,0,0,0 +372616,0,0,0,0,0 +372617,0,0,0,0,0 +372618,0,0,0,0,0 +372619,0,0,0,0,0 +372620,0,0,0,0,0 +372621,0,0,0,0,0 +372622,0,0,0,0,0 +372623,0,0,0,0,0 +372624,0,0,0,0,0 +372625,0,0,0,0,0 +372626,0,0,0,0,0 +372627,0,0,0,0,0 +372628,0,0,0,0,0 +372629,0,0,0,0,0 +372630,0,0,0,0,0 +372631,0,0,0,0,0 +372632,0,0,0,0,0 +372633,0,0,0,0,0 +372634,0,0,0,0,0 +372635,0,0,0,0,0 +372636,0,0,0,0,0 +372637,0,0,0,0,0 +372638,0,0,0,0,0 +372639,0,0,0,0,0 +372640,0,0,0,0,0 +372641,0,0,0,0,0 +372642,0,0,0,0,0 +372643,0,0,0,0,0 +372644,0,0,0,0,0 +372645,0,0,0,0,0 +372646,0,0,0,0,0 +372647,0,0,0,0,0 +372648,0,0,0,0,0 +372649,0,0,0,0,0 +372650,0,0,0,0,0 +372651,0,0,0,0,0 +372652,0,0,0,0,0 +372653,0,0,0,0,0 +372654,0,0,0,0,0 +372655,0,0,0,0,0 +372656,0,0,0,0,0 +372657,0,0,0,0,0 +372658,0,0,0,0,0 +372659,0,0,0,0,0 +372660,0,0,0,0,0 +372661,0,0,0,0,0 +372662,0,0,0,0,0 +372663,0,0,0,0,0 +372664,0,0,0,0,0 +372665,0,0,0,0,0 +372666,0,0,0,0,0 +372667,0,0,0,0,0 +372668,0,0,0,0,0 +372669,0,0,0,0,0 +372670,0,0,0,0,0 +372671,0,0,0,0,0 +372672,0,0,0,0,0 +372673,0,0,0,0,0 +372674,0,0,0,0,0 +372675,0,0,0,0,0 +372676,0,0,0,0,0 +372677,0,0,0,0,0 +372678,0,0,0,0,0 +372679,0,0,0,0,0 +372680,0,0,0,0,0 +372681,0,0,0,0,0 +372682,0,0,0,0,0 +372683,0,0,0,0,0 +372684,0,0,0,0,0 +372685,0,0,0,0,0 +372686,0,0,0,0,0 +372687,0,0,0,0,0 +372688,0,0,0,0,0 +372689,0,0,0,0,0 +372690,0,0,0,0,0 +372691,0,0,0,0,0 +372692,0,0,0,0,0 +372693,0,0,0,0,0 +372694,0,0,0,0,0 +372695,0,0,0,0,0 +372696,0,0,0,0,0 +372697,0,0,0,0,0 +372698,0,0,0,0,0 +372699,0,0,0,0,0 +372700,0,0,0,0,0 +372701,0,0,0,0,0 +372702,0,0,0,0,0 +372703,0,0,0,0,0 +372704,0,0,0,0,0 +372705,0,0,0,0,0 +372706,0,0,0,0,0 +372707,0,0,0,0,0 +372708,0,0,0,0,0 +372709,0,0,0,0,0 +372710,0,0,0,0,0 +372711,0,0,0,0,0 +372712,0,0,0,0,0 +372713,0,0,0,0,0 +372714,0,0,0,0,0 +372715,0,0,0,0,0 +372716,0,0,0,0,0 +372717,0,0,0,0,0 +372718,0,0,0,0,0 +372719,0,0,0,0,0 +372720,0,0,0,0,0 +372721,0,0,0,0,0 +372722,0,0,0,0,0 +372723,0,0,0,0,0 +372724,0,0,0,0,0 +372725,0,0,0,0,0 +372726,0,0,0,0,0 +372727,0,0,0,0,0 +372728,0,0,0,0,0 +372729,0,0,0,0,0 +372730,0,0,0,0,0 +372731,0,0,0,0,0 +372732,0,0,0,0,0 +372733,0,0,0,0,0 +372734,0,0,0,0,0 +372735,0,0,0,0,0 +372736,0,0,0,0,0 +372737,0,0,0,0,0 +372738,0,0,0,0,0 +372739,0,0,0,0,0 +372740,0,0,0,0,0 +372741,0,0,0,0,0 +372742,0,0,0,0,0 +372743,0,0,0,0,0 +372744,0,0,0,0,0 +372745,0,0,0,0,0 +372746,0,0,0,0,0 +372747,0,0,0,0,0 +372748,0,0,0,0,0 +372749,0,0,0,0,0 +372750,0,0,0,0,0 +372751,0,0,0,0,0 +372752,0,0,0,0,0 +372753,0,0,0,0,0 +372754,0,0,0,0,0 +372755,0,0,0,0,0 +372756,0,0,0,0,0 +372757,0,0,0,0,0 +372758,0,0,0,0,0 +372759,0,0,0,0,0 +372760,0,0,0,0,0 +372761,0,0,0,0,0 +372762,0,0,0,0,0 +372763,0,0,0,0,0 +372764,0,0,0,0,0 +372765,0,0,0,0,0 +372766,0,0,0,0,0 +372767,0,0,0,0,0 +372768,0,0,0,0,0 +372769,0,0,0,0,0 +372770,0,0,0,0,0 +372771,0,0,0,0,0 +372772,0,0,0,0,0 +372773,0,0,0,0,0 +372774,0,0,0,0,0 +372775,0,0,0,0,0 +372776,0,0,0,0,0 +372777,0,0,0,0,0 +372778,0,0,0,0,0 +372779,0,0,0,0,0 +372780,0,0,0,0,0 +372781,0,0,0,0,0 +372782,0,0,0,0,0 +372783,0,0,0,0,0 +372784,0,0,0,0,0 +372785,0,0,0,0,0 +372786,0,0,0,0,0 +372787,0,0,0,0,0 +372788,0,0,0,0,0 +372789,0,0,0,0,0 +372790,0,0,0,0,0 +372791,0,0,0,0,0 +372792,0,0,0,0,0 +372793,0,0,0,0,0 +372794,0,0,0,0,0 +372795,0,0,0,0,0 +372796,0,0,0,0,0 +372797,0,0,0,0,0 +372798,0,0,0,0,0 +372799,0,0,0,0,0 +372800,0,0,0,0,0 +372801,0,0,0,0,0 +372802,0,0,0,0,0 +372803,0,0,0,0,0 +372804,0,0,0,0,0 +372805,0,0,0,0,0 +372806,0,0,0,0,0 +372807,0,0,0,0,0 +372808,0,0,0,0,0 +372809,0,0,0,0,0 +372810,0,0,0,0,0 +372811,0,0,0,0,0 +372812,0,0,0,0,0 +372813,0,0,0,0,0 +372814,0,0,0,0,0 +372815,0,0,0,0,0 +372816,0,0,0,0,0 +372817,0,0,0,0,0 +372818,0,0,0,0,0 +372819,0,0,0,0,0 +372820,0,0,0,0,0 +372821,0,0,0,0,0 +372822,0,0,0,0,0 +372823,0,0,0,0,0 +372824,0,0,0,0,0 +372825,0,0,0,0,0 +372826,0,0,0,0,0 +372827,0,0,0,0,0 +372828,0,0,0,0,0 +372829,0,0,0,0,0 +372830,0,0,0,0,0 +372831,0,0,0,0,0 +372832,0,0,0,0,0 +372833,0,0,0,0,0 +372834,0,0,0,0,0 +372835,0,0,0,0,0 +372836,0,0,0,0,0 +372837,0,0,0,0,0 +372838,0,0,0,0,0 +372839,0,0,0,0,0 +372840,0,0,0,0,0 +372841,0,0,0,0,0 +372842,0,0,0,0,0 +372843,0,0,0,0,0 +372844,0,0,0,0,0 +372845,0,0,0,0,0 +372846,0,0,0,0,0 +372847,0,0,0,0,0 +372848,0,0,0,0,0 +372849,0,0,0,0,0 +372850,0,0,0,0,0 +372851,0,0,0,0,0 +372852,0,0,0,0,0 +372853,0,0,0,0,0 +372854,0,0,0,0,0 +372855,0,0,0,0,0 +372856,0,0,0,0,0 +372857,0,0,0,0,0 +372858,0,0,0,0,0 +372859,0,0,0,0,0 +372860,0,0,0,0,0 +372861,0,0,0,0,0 +372862,0,0,0,0,0 +372863,0,0,0,0,0 +372864,0,0,0,0,0 +372865,0,0,0,0,0 +372866,0,0,0,0,0 +372867,0,0,0,0,0 +372868,0,0,0,0,0 +372869,0,0,0,0,0 +372870,0,0,0,0,0 +372871,0,0,0,0,0 +372872,0,0,0,0,0 +372873,0,0,0,0,0 +372874,0,0,0,0,0 +372875,0,0,0,0,0 +372876,0,0,0,0,0 +372877,0,0,0,0,0 +372878,0,0,0,0,0 +372879,0,0,0,0,0 +372880,0,0,0,0,0 +372881,0,0,0,0,0 +372882,0,0,0,0,0 +372883,0,0,0,0,0 +372884,0,0,0,0,0 +372885,0,0,0,0,0 +372886,0,0,0,0,0 +372887,0,0,0,0,0 +372888,0,0,0,0,0 +372889,0,0,0,0,0 +372890,0,0,0,0,0 +372891,0,0,0,0,0 +372892,0,0,0,0,0 +372893,0,0,0,0,0 +372894,0,0,0,0,0 +372895,0,0,0,0,0 +372896,0,0,0,0,0 +372897,0,0,0,0,0 +372898,0,0,0,0,0 +372899,0,0,0,0,0 +372900,0,0,0,0,0 +372901,0,0,0,0,0 +372902,0,0,0,0,0 +372903,0,0,0,0,0 +372904,0,0,0,0,0 +372905,0,0,0,0,0 +372906,0,0,0,0,0 +372907,0,0,0,0,0 +372908,0,0,0,0,0 +372909,0,0,0,0,0 +372910,0,0,0,0,0 +372911,0,0,0,0,0 +372912,0,0,0,0,0 +372913,0,0,0,0,0 +372914,0,0,0,0,0 +372915,0,0,0,0,0 +372916,0,0,0,0,0 +372917,0,0,0,0,0 +372918,0,0,0,0,0 +372919,0,0,0,0,0 +372920,0,0,0,0,0 +372921,0,0,0,0,0 +372922,0,0,0,0,0 +372923,0,0,0,0,0 +372924,0,0,0,0,0 +372925,0,0,0,0,0 +372926,0,0,0,0,0 +372927,0,0,0,0,0 +372928,0,0,0,0,0 +372929,0,0,0,0,0 +372930,0,0,0,0,0 +372931,0,0,0,0,0 +372932,0,0,0,0,0 +372933,0,0,0,0,0 +372934,0,0,0,0,0 +372935,0,0,0,0,0 +372936,0,0,0,0,0 +372937,0,0,0,0,0 +372938,0,0,0,0,0 +372939,0,0,0,0,0 +372940,0,0,0,0,0 +372941,0,0,0,0,0 +372942,0,0,0,0,0 +372943,0,0,0,0,0 +372944,0,0,0,0,0 +372945,0,0,0,0,0 +372946,0,0,0,0,0 +372947,0,0,0,0,0 +372948,0,0,0,0,0 +372949,0,0,0,0,0 +372950,0,0,0,0,0 +372951,0,0,0,0,0 +372952,0,0,0,0,0 +372953,0,0,0,0,0 +372954,0,0,0,0,0 +372955,0,0,0,0,0 +372956,0,0,0,0,0 +372957,0,0,0,0,0 +372958,0,0,0,0,0 +372959,0,0,0,0,0 +372960,0,0,0,0,0 +372961,0,0,0,0,0 +372962,0,0,0,0,0 +372963,0,0,0,0,0 +372964,0,0,0,0,0 +372965,0,0,0,0,0 +372966,0,0,0,0,0 +372967,0,0,0,0,0 +372968,0,0,0,0,0 +372969,0,0,0,0,0 +372970,0,0,0,0,0 +372971,0,0,0,0,0 +372972,0,0,0,0,0 +372973,0,0,0,0,0 +372974,0,0,0,0,0 +372975,0,0,0,0,0 +372976,0,0,0,0,0 +372977,0,0,0,0,0 +372978,0,0,0,0,0 +372979,0,0,0,0,0 +372980,0,0,0,0,0 +372981,0,0,0,0,0 +372982,0,0,0,0,0 +372983,0,0,0,0,0 +372984,0,0,0,0,0 +372985,0,0,0,0,0 +372986,0,0,0,0,0 +372987,0,0,0,0,0 +372988,0,0,0,0,0 +372989,0,0,0,0,0 +372990,0,0,0,0,0 +372991,0,0,0,0,0 +372992,0,0,0,0,0 +372993,0,0,0,0,0 +372994,0,0,0,0,0 +372995,0,0,0,0,0 +372996,0,0,0,0,0 +372997,0,0,0,0,0 +372998,0,0,0,0,0 +372999,0,0,0,0,0 +373000,0,0,0,0,0 +373001,0,0,0,0,0 +373002,0,0,0,0,0 +373003,0,0,0,0,0 +373004,0,0,0,0,0 +373005,0,0,0,0,0 +373006,0,0,0,0,0 +373007,0,0,0,0,0 +373008,0,0,0,0,0 +373009,0,0,0,0,0 +373010,0,0,0,0,0 +373011,0,0,0,0,0 +373012,0,0,0,0,0 +373013,0,0,0,0,0 +373014,0,0,0,0,0 +373015,0,0,0,0,0 +373016,0,0,0,0,0 +373017,0,0,0,0,0 +373018,0,0,0,0,0 +373019,0,0,0,0,0 +373020,0,0,0,0,0 +373021,0,0,0,0,0 +373022,0,0,0,0,0 +373023,0,0,0,0,0 +373024,0,0,0,0,0 +373025,0,0,0,0,0 +373026,0,0,0,0,0 +373027,0,0,0,0,0 +373028,0,0,0,0,0 +373029,0,0,0,0,0 +373030,0,0,0,0,0 +373031,0,0,0,0,0 +373032,0,0,0,0,0 +373033,0,0,0,0,0 +373034,0,0,0,0,0 +373035,0,0,0,0,0 +373036,0,0,0,0,0 +373037,0,0,0,0,0 +373038,0,0,0,0,0 +373039,0,0,0,0,0 +373040,0,0,0,0,0 +373041,0,0,0,0,0 +373042,0,0,0,0,0 +373043,0,0,0,0,0 +373044,0,0,0,0,0 +373045,0,0,0,0,0 +373046,0,0,0,0,0 +373047,0,0,0,0,0 +373048,0,0,0,0,0 +373049,0,0,0,0,0 +373050,0,0,0,0,0 +373051,0,0,0,0,0 +373052,0,0,0,0,0 +373053,0,0,0,0,0 +373054,0,0,0,0,0 +373055,0,0,0,0,0 +373056,0,0,0,0,0 +373057,0,0,0,0,0 +373058,0,0,0,0,0 +373059,0,0,0,0,0 +373060,0,0,0,0,0 +373061,0,0,0,0,0 +373062,0,0,0,0,0 +373063,0,0,0,0,0 +373064,0,0,0,0,0 +373065,0,0,0,0,0 +373066,0,0,0,0,0 +373067,0,0,0,0,0 +373068,0,0,0,0,0 +373069,0,0,0,0,0 +373070,0,0,0,0,0 +373071,0,0,0,0,0 +373072,0,0,0,0,0 +373073,0,0,0,0,0 +373074,0,0,0,0,0 +373075,0,0,0,0,0 +373076,0,0,0,0,0 +373077,0,0,0,0,0 +373078,0,0,0,0,0 +373079,0,0,0,0,0 +373080,0,0,0,0,0 +373081,0,0,0,0,0 +373082,0,0,0,0,0 +373083,0,0,0,0,0 +373084,0,0,0,0,0 +373085,0,0,0,0,0 +373086,0,0,0,0,0 +373087,0,0,0,0,0 +373088,0,0,0,0,0 +373089,0,0,0,0,0 +373090,0,0,0,0,0 +373091,0,0,0,0,0 +373092,0,0,0,0,0 +373093,0,0,0,0,0 +373094,0,0,0,0,0 +373095,0,0,0,0,0 +373096,0,0,0,0,0 +373097,0,0,0,0,0 +373098,0,0,0,0,0 +373099,0,0,0,0,0 +373100,0,0,0,0,0 +373101,0,0,0,0,0 +373102,0,0,0,0,0 +373103,0,0,0,0,0 +373104,0,0,0,0,0 +373105,0,0,0,0,0 +373106,0,0,0,0,0 +373107,0,0,0,0,0 +373108,0,0,0,0,0 +373109,0,0,0,0,0 +373110,0,0,0,0,0 +373111,0,0,0,0,0 +373112,0,0,0,0,0 +373113,0,0,0,0,0 +373114,0,0,0,0,0 +373115,0,0,0,0,0 +373116,0,0,0,0,0 +373117,0,0,0,0,0 +373118,0,0,0,0,0 +373119,0,0,0,0,0 +373120,0,0,0,0,0 +373121,0,0,0,0,0 +373122,0,0,0,0,0 +373123,0,0,0,0,0 +373124,0,0,0,0,0 +373125,0,0,0,0,0 +373126,0,0,0,0,0 +373127,0,0,0,0,0 +373128,0,0,0,0,0 +373129,0,0,0,0,0 +373130,0,0,0,0,0 +373131,0,0,0,0,0 +373132,0,0,0,0,0 +373133,0,0,0,0,0 +373134,0,0,0,0,0 +373135,0,0,0,0,0 +373136,0,0,0,0,0 +373137,0,0,0,0,0 +373138,0,0,0,0,0 +373139,0,0,0,0,0 +373140,0,0,0,0,0 +373141,0,0,0,0,0 +373142,0,0,0,0,0 +373143,0,0,0,0,0 +373144,0,0,0,0,0 +373145,0,0,0,0,0 +373146,0,0,0,0,0 +373147,0,0,0,0,0 +373148,0,0,0,0,0 +373149,0,0,0,0,0 +373150,0,0,0,0,0 +373151,0,0,0,0,0 +373152,0,0,0,0,0 +373153,0,0,0,0,0 +373154,0,0,0,0,0 +373155,0,0,0,0,0 +373156,0,0,0,0,0 +373157,0,0,0,0,0 +373158,0,0,0,0,0 +373159,0,0,0,0,0 +373160,0,0,0,0,0 +373161,0,0,0,0,0 +373162,0,0,0,0,0 +373163,0,0,0,0,0 +373164,0,0,0,0,0 +373165,0,0,0,0,0 +373166,0,0,0,0,0 +373167,0,0,0,0,0 +373168,0,0,0,0,0 +373169,0,0,0,0,0 +373170,0,0,0,0,0 +373171,0,0,0,0,0 +373172,0,0,0,0,0 +373173,0,0,0,0,0 +373174,0,0,0,0,0 +373175,0,0,0,0,0 +373176,0,0,0,0,0 +373177,0,0,0,0,0 +373178,0,0,0,0,0 +373179,0,0,0,0,0 +373180,0,0,0,0,0 +373181,0,0,0,0,0 +373182,0,0,0,0,0 +373183,0,0,0,0,0 +373184,0,0,0,0,0 +373185,0,0,0,0,0 +373186,0,0,0,0,0 +373187,0,0,0,0,0 +373188,0,0,0,0,0 +373189,0,0,0,0,0 +373190,0,0,0,0,0 +373191,0,0,0,0,0 +373192,0,0,0,0,0 +373193,0,0,0,0,0 +373194,0,0,0,0,0 +373195,0,0,0,0,0 +373196,0,0,0,0,0 +373197,0,0,0,0,0 +373198,0,0,0,0,0 +373199,0,0,0,0,0 +373200,0,0,0,0,0 +373201,0,0,0,0,0 +373202,0,0,0,0,0 +373203,0,0,0,0,0 +373204,0,0,0,0,0 +373205,0,0,0,0,0 +373206,0,0,0,0,0 +373207,0,0,0,0,0 +373208,0,0,0,0,0 +373209,0,0,0,0,0 +373210,0,0,0,0,0 +373211,0,0,0,0,0 +373212,0,0,0,0,0 +373213,0,0,0,0,0 +373214,0,0,0,0,0 +373215,0,0,0,0,0 +373216,0,0,0,0,0 +373217,0,0,0,0,0 +373218,0,0,0,0,0 +373219,0,0,0,0,0 +373220,0,0,0,0,0 +373221,0,0,0,0,0 +373222,0,0,0,0,0 +373223,0,0,0,0,0 +373224,0,0,0,0,0 +373225,0,0,0,0,0 +373226,0,0,0,0,0 +373227,0,0,0,0,0 +373228,0,0,0,0,0 +373229,0,0,0,0,0 +373230,0,0,0,0,0 +373231,0,0,0,0,0 +373232,0,0,0,0,0 +373233,0,0,0,0,0 +373234,0,0,0,0,0 +373235,0,0,0,0,0 +373236,0,0,0,0,0 +373237,0,0,0,0,0 +373238,0,0,0,0,0 +373239,0,0,0,0,0 +373240,0,0,0,0,0 +373241,0,0,0,0,0 +373242,0,0,0,0,0 +373243,0,0,0,0,0 +373244,0,0,0,0,0 +373245,0,0,0,0,0 +373246,0,0,0,0,0 +373247,0,0,0,0,0 +373248,0,0,0,0,0 +373249,0,0,0,0,0 +373250,0,0,0,0,0 +373251,0,0,0,0,0 +373252,0,0,0,0,0 +373253,0,0,0,0,0 +373254,0,0,0,0,0 +373255,0,0,0,0,0 +373256,0,0,0,0,0 +373257,0,0,0,0,0 +373258,0,0,0,0,0 +373259,0,0,0,0,0 +373260,0,0,0,0,0 +373261,0,0,0,0,0 +373262,0,0,0,0,0 +373263,0,0,0,0,0 +373264,0,0,0,0,0 +373265,0,0,0,0,0 +373266,0,0,0,0,0 +373267,0,0,0,0,0 +373268,0,0,0,0,0 +373269,0,0,0,0,0 +373270,0,0,0,0,0 +373271,0,0,0,0,0 +373272,0,0,0,0,0 +373273,0,0,0,0,0 +373274,0,0,0,0,0 +373275,0,0,0,0,0 +373276,0,0,0,0,0 +373277,0,0,0,0,0 +373278,0,0,0,0,0 +373279,0,0,0,0,0 +373280,0,0,0,0,0 +373281,0,0,0,0,0 +373282,0,0,0,0,0 +373283,0,0,0,0,0 +373284,0,0,0,0,0 +373285,0,0,0,0,0 +373286,0,0,0,0,0 +373287,0,0,0,0,0 +373288,0,0,0,0,0 +373289,0,0,0,0,0 +373290,0,0,0,0,0 +373291,0,0,0,0,0 +373292,0,0,0,0,0 +373293,0,0,0,0,0 +373294,0,0,0,0,0 +373295,0,0,0,0,0 +373296,0,0,0,0,0 +373297,0,0,0,0,0 +373298,0,0,0,0,0 +373299,0,0,0,0,0 +373300,0,0,0,0,0 +373301,0,0,0,0,0 +373302,0,0,0,0,0 +373303,0,0,0,0,0 +373304,0,0,0,0,0 +373305,0,0,0,0,0 +373306,0,0,0,0,0 +373307,0,0,0,0,0 +373308,0,0,0,0,0 +373309,0,0,0,0,0 +373310,0,0,0,0,0 +373311,0,0,0,0,0 +373312,0,0,0,0,0 +373313,0,0,0,0,0 +373314,0,0,0,0,0 +373315,0,0,0,0,0 +373316,0,0,0,0,0 +373317,0,0,0,0,0 +373318,0,0,0,0,0 +373319,0,0,0,0,0 +373320,0,0,0,0,0 +373321,0,0,0,0,0 +373322,0,0,0,0,0 +373323,0,0,0,0,0 +373324,0,0,0,0,0 +373325,0,0,0,0,0 +373326,0,0,0,0,0 +373327,0,0,0,0,0 +373328,0,0,0,0,0 +373329,0,0,0,0,0 +373330,0,0,0,0,0 +373331,0,0,0,0,0 +373332,0,0,0,0,0 +373333,0,0,0,0,0 +373334,0,0,0,0,0 +373335,0,0,0,0,0 +373336,0,0,0,0,0 +373337,0,0,0,0,0 +373338,0,0,0,0,0 +373339,0,0,0,0,0 +373340,0,0,0,0,0 +373341,0,0,0,0,0 +373342,0,0,0,0,0 +373343,0,0,0,0,0 +373344,0,0,0,0,0 +373345,0,0,0,0,0 +373346,0,0,0,0,0 +373347,0,0,0,0,0 +373348,0,0,0,0,0 +373349,0,0,0,0,0 +373350,0,0,0,0,0 +373351,0,0,0,0,0 +373352,0,0,0,0,0 +373353,0,0,0,0,0 +373354,0,0,0,0,0 +373355,0,0,0,0,0 +373356,0,0,0,0,0 +373357,0,0,0,0,0 +373358,0,0,0,0,0 +373359,0,0,0,0,0 +373360,0,0,0,0,0 +373361,0,0,0,0,0 +373362,0,0,0,0,0 +373363,0,0,0,0,0 +373364,0,0,0,0,0 +373365,0,0,0,0,0 +373366,0,0,0,0,0 +373367,0,0,0,0,0 +373368,0,0,0,0,0 +373369,0,0,0,0,0 +373370,0,0,0,0,0 +373371,0,0,0,0,0 +373372,0,0,0,0,0 +373373,0,0,0,0,0 +373374,0,0,0,0,0 +373375,0,0,0,0,0 +373376,0,0,0,0,0 +373377,0,0,0,0,0 +373378,0,0,0,0,0 +373379,0,0,0,0,0 +373380,0,0,0,0,0 +373381,0,0,0,0,0 +373382,0,0,0,0,0 +373383,0,0,0,0,0 +373384,0,0,0,0,0 +373385,0,0,0,0,0 +373386,0,0,0,0,0 +373387,0,0,0,0,0 +373388,0,12.34799466,0,0,0 +373389,0,126.4547779,0,0,0 +373390,0,74.7356571,0,0,0 +373391,0,102.4449238,0,0,0 +373392,0,114.0195545,0,0,0 +373393,0,124.9713779,0,0,0 +373394,0,135.5139524,0,0,0 +373395,0,146.3576219,0,0,0 +373396,0,156.97083,0,0,0 +373397,0,167.6505728,0,0,0 +373398,0,178.1640756,0,0,0 +373399,0,188.9823262,0,0,0 +373400,0,199.5001847,0,0,0 +373401,0,210.0400447,0,0,0 +373402,0,220.8101926,0,0,0 +373403,0,231.3515984,0,0,0 +373404,0,241.8335701,0,0,0 +373405,0,252.8211519,0,0,0 +373406,0,262.9084239,0,0,0 +373407,0,273.9524971,0,0,0 +373408,0,284.4046114,0,0,0 +373409,0,295.0255289,0,0,0 +373410,0,306.1175302,0,0,0 +373411,0,313.5977822,0,0,0 +373412,0,321.277822,0,0,0 +373413,0,328.3043243,0,0,0 +373414,0,335.6852416,108.4548903,0,0 +373415,0,342.4144705,102.8718794,0,0 +373416,0,349.1884409,96.10542961,0,0 +373417,0,355.77907,112.7775944,0,0 +373418,0,362.2358479,119.5071755,0,0 +373419,0,368.5647118,126.1276606,0,0 +373420,0,374.5516005,132.4209192,0,0 +373421,0,380.9965282,138.6709006,0,0 +373422,0,386.7968985,144.3593622,0,0 +373423,0,392.6685608,150.0095726,0,0 +373424,0,398.4729384,155.9284266,0,0 +373425,0,404.1037763,160.8840554,0,0 +373426,0,409.6687575,166.2146964,0,0 +373427,0,415.1443356,171.2114613,0,0 +373428,0,420.5302498,176.2606886,0,0 +373429,0,425.8282759,180.6886713,0,0 +373430,0,431.0406211,185.4108453,0,0 +373431,0,436.1893604,189.8177837,0,0 +373432,0,441.2084266,194.1205629,0,0 +373433,0,446.2170588,198.2952573,0,0 +373434,0,451.0590418,202.3442833,0,0 +373435,0,455.9217738,206.4831255,0,0 +373436,0,460.6085261,209.748649,0,0 +373437,0,465.2938834,213.9175939,0,0 +373438,0,469.9073325,217.3144094,0,0 +373439,0,474.3821127,220.8451207,0,0 +373440,0,478.8827107,224.1822476,0,0 +373441,0,483.2822317,227.6766495,0,0 +373442,0,487.7131174,231.1463346,0,0 +373443,0,492.0868311,234.4829546,0,0 +373444,0,496.3267548,237.8159706,0,0 +373445,0,500.5728695,240.9772617,0,0 +373446,0,504.7582053,244.1396094,0,0 +373447,0,508.8088679,247.1317268,0,0 +373448,0,512.8687801,250.3934712,0,0 +373449,0,516.870573,252.8098591,0,0 +373450,0,520.4147829,255.8581401,0,0 +373451,0,524.801003,258.4896421,0,0 +373452,0,528.3719199,261.1852727,0,0 +373453,0,532.1220574,263.742968,0,0 +373454,0,535.8303975,266.2286743,0,0 +373455,0,539.4521619,268.7129199,0,0 +373456,0,543.0571678,271.0662127,0,0 +373457,0,546.5217788,273.3524442,0,0 +373458,0,550.0092477,275.6445342,0,0 +373459,0,553.4107735,277.8082564,0,0 +373460,0,556.7994829,279.9394344,0,0 +373461,0,560.0473913,281.9782175,0,0 +373462,0,563.3229242,284.0347441,0,0 +373463,0,566.5139172,285.9679702,0,0 +373464,0,569.6599092,287.874982,0,0 +373465,0,572.790412,289.6940722,0,0 +373466,0,575.7814053,291.5394123,0,0 +373467,0,578.8040019,293.2643962,0,0 +373468,0,581.7443137,294.9696783,0,0 +373469,0,584.6422237,296.6224323,0,0 +373470,0,587.5287209,298.1979495,0,0 +373471,0,593.2552523,301.7216187,0,0 +373472,0,599.4298377,305.6070343,0,0 +373473,0,605.8191764,309.2143,0,0 +373474,0,612.2869212,313.0082272,0,0 +373475,0,618.984482,316.9113962,0,0 +373476,0,625.8110676,320.5862647,0,0 +373477,0,632.6633763,324.2526794,0,0 +373478,0,639.751317,327.8463265,0,0 +373479,0,646.7995689,331.6353593,0,0 +373480,0,654.0428685,335.1812443,0,0 +373481,0,661.3766477,338.8153487,0,0 +373482,0,668.6961769,342.3717606,0,0 +373483,0,676.1903874,345.9225854,0,0 +373484,0,683.7622048,349.3119552,0,0 +373485,0,691.3052087,352.7892693,0,0 +373486,0,699.0137355,356.5161389,0,0 +373487,0,706.789417,359.2844027,0,0 +373488,0,714.5245215,362.8285004,0,0 +373489,0,722.4182954,366.1077696,0,0 +373490,0,751.9370613,380.7465529,0,0 +373491,0,762.7390018,385.1928505,0,0 +373492,0,773.4534155,388.9324913,0,0 +373493,0,782.6908381,392.5611813,0,0 +373494,0,792.2360258,395.8387446,0,0 +373495,0,801.5680498,399.1306158,0,0 +373496,0,811.0248644,402.3202363,0,0 +373497,0,820.1714406,405.2814861,0,0 +373498,0,829.5877788,408.3672659,0,0 +373499,0,843.5145345,411.2829445,0,0 +373500,0,855.5149022,414.0642424,0,0 +373501,0,867.859329,417.1871353,0,0 +373502,0,879.8973829,420.3074023,0,0 +373503,0,892.2441771,423.4009123,0,0 +373504,0,904.412768,426.4451396,0,0 +373505,0,916.6342977,429.4343512,0,0 +373506,0,928.8013446,432.4153188,0,0 +373507,0,941.1026915,435.2266233,0,0 +373508,0,953.2860453,438.0467888,0,0 +373509,0,965.5209677,440.891028,0,0 +373510,0,977.7540064,443.6357637,0,0 +373511,0,989.9771182,446.2575717,0,0 +373512,0,1002.154376,448.9365665,0,0 +373513,0,1014.478233,451.5285205,0,0 +373514,0,1026.668042,454.0883959,0,0 +373515,0,1038.913983,456.6097492,0,0 +373516,0,1051.084168,459.0946801,0,0 +373517,0,1063.418285,461.5451058,0,0 +373518,0,1075.664572,463.9637908,0,0 +373519,0,1087.742452,466.3520836,0,0 +373520,0,1100.116815,468.7628545,40.46991053,0 +373521,0,1112.276498,471.0215305,33.56956831,0 +373522,0,1126.181742,473.3722781,36.53662337,0 +373523,0,1142.928085,475.605365,42.83246447,0 +373524,0,1148.545273,477.9573391,46.80306192,0 +373525,0,1171.872049,480.1770851,50.80498117,0 +373526,0,1169.267878,482.4828658,54.67416521,0 +373527,0,1169.65215,484.6399026,58.63547097,0 +373528,0,1208.613724,486.9077409,62.4403988,0 +373529,0,1206.451204,489.1230064,66.36069815,0 +373530,0,1221.705361,491.3458085,70.15928446,0 +373531,0,1230.728741,493.0396324,73.77794318,0 +373532,0,1238.863027,494.6412331,77.47042134,0 +373533,0,1246.908851,496.2752506,80.95966109,0 +373534,37.4282583,1254.65924,497.7246068,84.65309031,0 +373535,109.3473879,1261.971289,499.5237854,87.99398223,0 +373536,69.84457013,1269.146086,502.0613001,91.61915996,0 +373537,93.19310155,1276.222502,502.0806109,95.03626412,0 +373538,101.198476,1283.010538,506.4486084,98.48746596,0 +373539,108.9333428,1289.479448,504.3899224,101.8979368,0 +373540,116.6267609,1295.92261,514.0626727,105.2300837,0 +373541,124.1134076,1302.115522,505.3649242,108.7730167,0 +373542,131.8780379,1308.147879,514.6707633,111.8872339,0 +373543,138.9644657,1314.014814,518.2600196,115.3974286,0 +373544,146.584476,1319.721288,519.7811025,118.5575694,0 +373545,153.7695209,1325.271074,523.3222029,122.0595841,0 +373546,160.9980255,1330.66968,526.6559256,125.1456157,0 +373547,168.1726003,1336.00904,529.8202502,128.3987918,0 +373548,175.1485907,1340.996382,533.1956729,131.7567409,0 +373549,182.528926,1346.027052,536.7359492,135.0013665,0 +373550,189.1766969,1350.845202,540.2396657,137.9836841,0 +373551,196.0909598,1355.457545,543.9599034,141.3897675,0 +373552,203.1633465,1360.145849,547.8327406,144.4703785,0 +373553,209.8606527,1364.604871,551.5686675,147.6435244,0 +373554,216.652139,1368.797707,555.5949587,150.6850109,0 +373555,223.1963832,1373.043203,559.5281825,154.0723935,0 +373556,230.3030511,1377.087874,563.8167986,156.9391779,0 +373557,236.5183137,1381.024982,567.6975161,160.1400851,0 +373558,245.6798555,1384.843149,572.2801226,163.2060227,0 +373559,252.683143,1388.543614,576.4660724,166.1730252,0 +373560,259.3065838,1392.127954,580.9363415,169.4008087,0 +373561,266.4317351,1395.620078,585.1850356,172.394059,0 +373562,273.0478467,1399.093324,589.596334,175.4839384,0 +373563,279.8286801,1402.155103,594.1032015,178.5424042,0 +373564,286.5439361,1405.515274,598.486474,181.5861423,0 +373565,293.2317808,1408.496702,602.9381504,184.6288973,0 +373566,299.8944003,1411.462349,607.3827766,187.6544922,0 +373567,306.530665,1414.3074,611.8333334,190.6722804,0 +373568,313.1555377,1417.047097,616.2277229,193.6803429,0 +373569,319.7488323,1419.682096,620.8505496,196.6783886,0 +373570,326.2832551,1422.214009,625.1603141,199.6674905,0 +373571,332.8664497,1424.643201,629.6245584,202.5130597,0 +373572,339.3668416,1426.971273,634.180046,205.6944673,0 +373573,345.8677948,1429.198571,638.5971506,208.5500134,0 +373574,352.3146704,1431.416007,643.08074,211.529057,0 +373575,358.809989,1433.313244,647.5483466,214.4734247,0 +373576,365.2218088,1435.310073,652.0195563,217.410597,0 +373577,371.6071546,1437.130059,656.4201204,220.4791841,0 +373578,378.0433335,1438.868689,661.0026383,223.1776656,0 +373579,384.0628519,1440.512137,665.4170723,226.2007309,0 +373580,390.9333766,1442.061625,669.9710904,228.9314782,0 +373581,397.0077697,1443.517484,674.2636294,232.0598309,0 +373582,403.3476483,1444.881089,684.8199051,234.8325544,0 +373583,409.6906866,1446.152738,674.2593016,237.7413803,0 +373584,415.9091428,1447.333731,692.2211087,240.615858,0 +373585,422.2225764,1448.424478,691.2711768,243.4831465,0 +373586,428.4029134,1449.426219,696.7358957,246.3435406,0 +373587,434.6823935,1450.339278,701.1957186,249.1965307,0 +373588,440.8253287,1451.164945,705.6030641,252.0428996,0 +373589,447.0721041,1451.903532,710.1939847,254.88205,0 +373590,453.1779463,1452.464783,714.6082636,257.7147417,0 +373591,458.9862859,1453.421594,718.3890196,260.070394,0 +373592,465.1372585,1454.14482,722.7355102,263.045961,0 +373593,470.8085021,1454.89543,726.317111,265.3870157,0 +373594,476.9128037,1455.571185,730.4174063,268.0860145,0 +373595,482.6279717,1456.183034,734.2453828,270.5300334,0 +373596,488.6062096,1456.729623,738.2528695,273.1659264,0 +373597,494.3204257,1457.209379,741.9582385,275.5822425,0 +373598,500.2512446,1457.621765,748.7921752,278.1905968,0 +373599,505.8925445,1457.96577,747.1050351,280.5811649,0 +373600,511.8892425,1458.241201,753.1841479,283.1644952,0 +373601,517.4036017,1458.447345,758.1033307,285.531253,0 +373602,523.3646546,1458.584208,761.084693,288.0913726,0 +373603,528.4829175,1458.651315,764.9616764,290.4359896,0 +373604,535.0781137,1458.65,769.0731387,292.9760556,0 +373605,540.2045648,1458.578573,772.6594164,295.300713,0 +373606,546.1381979,1458.43701,776.7217713,297.8190203,0 +373607,551.7250456,1458.226142,780.1182589,300.1241551,0 +373608,557.4225459,1457.944874,792.2175649,302.6231779,0 +373609,562.9889406,1457.594663,775.7628058,304.7084467,0 +373610,568.759059,1457.173994,797.7773995,307.5030536,0 +373611,574.1973695,1456.68528,794.0597464,309.6137123,0 +373612,579.9840775,1456.127819,799.4064145,312.3325369,0 +373613,585.3408102,1455.501525,802.849651,314.2530911,0 +373614,591.2191383,1454.806554,806.8804162,316.8683951,0 +373615,596.4860669,1454.042819,810.4747898,319.0894652,0 +373616,602.2155198,1453.210767,814.3748031,321.4886894,0 +373617,607.6304776,1452.402089,819.4728226,323.7277637,0 +373618,613.2993767,1451.300639,825.6102128,326.1416052,0 +373619,618.6303446,1450.330754,817.3120925,328.3714151,0 +373620,624.3106943,1449.213146,833.6369736,330.7408648,0 +373621,629.0337522,1447.879829,831.4258376,332.7789899,0 +373622,633.8069367,1446.423041,838.2754064,334.8230655,0 +373623,638.5284906,1444.88128,833.9060665,336.8066617,0 +373624,643.4123902,1443.265819,844.9350451,338.8349038,0 +373625,648.0348203,1441.579912,850.9215293,340.8325434,0 +373626,652.7507446,1439.825065,837.7932037,342.8490677,0 +373627,657.5236624,1438.001776,862.4170263,344.7971898,0 +373628,662.1674087,1436.110882,839.8135213,346.7911731,0 +373629,666.8424142,1434.152431,872.0817235,348.7547805,0 +373630,671.5428695,1432.127433,846.9235461,350.7146578,0 +373631,676.040683,1429.945174,874.2806945,352.690247,0 +373632,680.7757464,1427.91814,861.8355857,354.5984141,0 +373633,685.3231307,1425.630235,869.5062752,356.5532526,0 +373634,689.912385,1423.356099,872.3369128,358.478867,0 +373635,694.4211265,1421.002951,874.8795991,360.4258402,0 +373636,699.1071688,1418.585542,877.8950681,362.3035943,0 +373637,703.5102676,1416.104213,880.8612859,364.2307783,0 +373638,708.076502,1413.559573,883.8086841,366.1284034,0 +373639,712.5643026,1410.951902,886.8664501,367.7709315,0 +373640,716.9903349,1408.281823,889.6531903,370.0741909,0 +373641,721.5416844,1405.549629,892.6507804,371.7226069,0 +373642,725.9483319,1402.756146,895.5769632,373.6640455,0 +373643,730.4493383,1399.989391,900.5690718,375.5292464,0 +373644,734.7778983,1396.946256,900.5820972,377.3939588,0 +373645,739.1666161,1393.943744,904.5634416,379.2783546,0 +373646,743.6316443,1391.023696,907.4799858,381.0911856,0 +373647,747.9577191,1387.865226,910.2997101,382.9579352,0 +373648,752.3227998,1384.725973,913.3596219,384.7945997,0 +373649,756.6619637,1381.51453,916.0725945,386.6302655,0 +373650,760.9259827,1378.245336,920.9509812,388.4605137,0 +373651,765.4914243,1375.099743,921.3501889,390.3507633,0 +373652,769.7730223,1371.93216,925.2629236,392.1772227,0 +373653,774.2450674,1368.725366,928.213284,394.0632693,0 +373654,778.6420612,1365.474765,931.1853072,395.9226821,0 +373655,783.0400029,1362.090559,936.0079305,397.7843717,0 +373656,787.367079,1358.872562,936.6460661,399.6711592,0 +373657,791.8396456,1355.419275,940.3567361,401.4856877,0 +373658,796.1599441,1351.993747,943.3859693,403.360864,0 +373659,800.5910446,1348.592692,948.0864543,405.2075661,0 +373660,804.8390087,1344.932623,948.897521,407.0565812,0 +373661,809.2230537,1341.410396,954.2232717,408.9029332,0 +373662,813.4727119,1337.764669,955.1168047,410.7751385,0 +373663,817.8833239,1334.084396,958.2633019,412.5731398,0 +373664,822.1360338,1330.269455,963.1448212,414.4335922,0 +373665,826.4370999,1326.617224,965.9502674,416.2650405,0 +373666,830.7159651,1322.732187,966.9979616,418.099024,0 +373667,834.983368,1318.874237,972.8554002,419.9305285,0 +373668,839.1729504,1314.955969,973.252781,421.7597586,0 +373669,843.5850946,1310.990686,976.1543947,423.6153558,0 +373670,847.6648788,1306.979103,977.171425,425.396017,0 +373671,851.9479152,1302.920788,977.6181254,427.2401781,0 +373672,856.1457251,1298.816907,977.7469287,429.0553953,0 +373673,860.3429417,1294.668518,977.941785,430.8733149,0 +373674,864.5288499,1290.474958,978.2007942,432.6891918,0 +373675,868.634178,1286.237232,978.5156477,434.5029531,0 +373676,872.9018457,1281.956015,978.8776535,436.3442447,0 +373677,876.9998825,1277.631116,979.2796348,438.1090034,0 +373678,881.1508996,1273.18039,979.7157897,439.9392953,0 +373679,885.3481647,1268.890034,980.1816235,441.7402764,0 +373680,889.3556062,1264.380476,980.6734412,443.5445254,0 +373681,893.8715079,1260.075635,981.1879155,445.4908093,0 +373682,898.1828468,1255.529874,981.7296731,447.4115701,0 +373683,902.8378382,1251.067462,982.2970736,449.4313086,0 +373684,907.1900158,1246.673346,982.8945332,451.3184078,0 +373685,911.7399728,1242.107976,983.5133443,453.3346739,0 +373686,916.1338719,1237.556196,984.1522681,455.2643901,0 +373687,920.6568055,1232.977769,984.8102837,457.2584069,0 +373688,925.0357518,1228.346615,985.4848396,459.1938401,0 +373689,929.5433067,1223.62313,986.1711862,461.1884711,0 +373690,933.9072865,1219.117971,986.8742598,463.1557455,0 +373691,938.3978749,1214.24328,987.5874674,465.1032001,0 +373692,942.7461898,1209.55418,988.3113596,467.0634462,0 +373693,947.2218749,1204.775631,989.0466187,469.05402,0 +373694,951.5536145,1199.883918,989.7917881,470.9911387,0 +373695,956.013646,1195.171514,990.542995,472.9876662,0 +373696,960.3294141,1190.24908,991.3060878,474.9254754,0 +373697,964.7732647,1185.385765,992.0748894,476.9551886,0 +373698,969.0751333,1180.55373,992.8507398,478.8784241,0 +373699,973.5557438,1175.435303,993.6358956,480.8730905,0 +373700,977.851827,1170.642665,994.4276738,482.8376109,0 +373701,982.2105019,1165.599398,995.2236379,484.8075187,0 +373702,986.6261506,1160.611762,996.0284312,486.777708,0 +373703,990.8340489,1155.51824,996.8375567,488.7479394,0 +373704,995.2148598,1170.805806,997.6311949,490.7183709,0 +373705,999.513204,1115.810282,998.4537218,492.7223369,0 +373706,1003.737564,1178.860494,999.2611951,494.6419784,0 +373707,1008.155833,1097.25071,1000.106488,496.637962,0 +373708,1012.382594,1165.475635,1000.922838,498.7142083,0 +373709,1016.675839,1094.73982,1001.780649,500.6064509,0 +373710,1020.947878,1140.71318,1002.610277,502.5544839,0 +373711,1023.751714,1099.176249,1003.452857,503.8027997,0 +373712,1026.324029,1112.316982,1004.262168,504.9379122,0 +373713,1028.763826,1098.699705,1005.043041,506.0060587,0 +373714,1031.106288,1093.145708,1005.775308,507.0208397,0 +373715,1033.367001,1086.263865,1006.466077,508.0249415,0 +373716,1035.554404,1079.415017,1007.137125,508.900247,0 +373717,1037.674956,1072.362108,1007.776439,509.8159568,0 +373718,1039.732054,1065.358169,1008.370341,510.6634133,0 +373719,1041.729438,1058.43535,1008.92908,511.4818268,0 +373720,1043.670233,1051.360565,1009.458394,512.2668211,0 +373721,1045.557231,1044.398109,1009.96174,513.0195627,0 +373722,1047.392526,1037.250535,1010.441567,513.7410129,0 +373723,1049.179384,1030.242615,1010.899572,514.4322173,0 +373724,1050.919482,1023.174112,1011.337258,515.0939415,0 +373725,1053.296202,1016.117729,1011.755783,515.7271021,0 +373726,1054.380753,1009.124888,1012.156442,516.332683,0 +373727,1056.861812,1005.145439,1012.539568,516.9113062,0 +373728,1057.212694,999.6848053,1012.907559,517.4631136,0 +373729,1060.758043,994.2169766,1013.259152,517.9892194,0 +373730,1059.253579,988.8210992,1013.596754,518.4899916,0 +373731,1065.486562,983.2730832,1013.918402,518.966091,0 +373732,1059.630699,977.8753609,1014.228536,519.4178494,0 +373733,1072.485255,972.36775,1014.521558,519.8458837,0 +373734,1056.172872,967.0413898,1014.807392,520.2504865,0 +373735,1085.229468,961.651538,1015.071644,520.6321968,0 +373736,1046.897547,956.1807732,1015.337686,520.9913089,0 +373737,1081.127065,950.8563054,1015.572093,521.3282352,0 +373738,1081.703877,945.4957714,1015.813385,521.643346,0 +373739,1054.855013,940.2948277,1016.03831,521.936974,0 +373740,1081.974265,934.7801575,1016.241478,522.2092878,0 +373741,0,0,0,0,0 +373742,0,0,0,0,0 +373743,0,0,0,0,0 +373744,0,0,0,0,0 +373745,0,0,0,0,0 +373746,0,0,0,0,0 +373747,0,0,0,0,0 +373748,0,0,0,0,0 +373749,0,0,0,0,0 +373750,0,0,0,0,0 +373751,0,0,0,0,0 +373752,0,0,0,0,0 +373753,0,0,0,0,0 +373754,0,0,0,0,0 +373755,0,0,0,0,0 +373756,0,0,0,0,0 +373757,0,0,0,0,0 +373758,0,0,0,0,0 +373759,0,0,0,0,0 +373760,0,0,0,0,0 +373761,0,0,0,0,0 +373762,0,0,0,0,0 +373763,0,0,0,0,0 +373764,0,0,0,0,0 +373765,0,0,0,0,0 +373766,0,0,0,0,0 +373767,0,0,0,0,0 +373768,0,0,0,0,0 +373769,0,0,0,0,0 +373770,0,0,0,0,0 +373771,0,0,0,0,0 +373772,0,0,0,0,0 +373773,0,0,0,0,0 +373774,0,0,0,0,0 +373775,0,0,0,0,0 +373776,0,0,0,0,0 +373777,0,0,0,0,0 +373778,0,0,0,0,0 +373779,0,0,0,0,0 +373780,0,0,0,0,0 +373781,0,0,0,0,0 +373782,0,0,0,0,0 +373783,0,0,0,0,0 +373784,0,0,0,0,0 +373785,0,0,0,0,0 +373786,0,0,0,0,0 +373787,0,0,0,0,0 +373788,0,0,0,0,0 +373789,0,0,0,0,0 +373790,0,0,0,0,0 +373791,0,0,0,0,0 +373792,0,0,0,0,0 +373793,0,0,0,0,0 +373794,0,0,0,0,0 +373795,0,0,0,0,0 +373796,0,0,0,0,0 +373797,0,0,0,0,0 +373798,0,0,0,0,0 +373799,0,0,0,0,0 +373800,0,0,0,0,0 +373801,0,0,0,0,0 +373802,0,0,0,0,0 +373803,0,0,0,0,0 +373804,0,0,0,0,0 +373805,0,0,0,0,0 +373806,0,0,0,0,0 +373807,0,0,0,0,0 +373808,0,0,0,0,0 +373809,0,0,0,0,0 +373810,0,0,0,0,0 +373811,0,0,0,0,0 +373812,0,0,0,0,0 +373813,0,0,0,0,0 +373814,0,0,0,0,0 +373815,0,0,0,0,0 +373816,0,0,0,0,0 +373817,0,0,0,0,0 +373818,0,0,0,0,0 +373819,0,0,0,0,0 +373820,0,0,0,0,0 +373821,0,0,0,0,0 +373822,0,0,0,0,0 +373823,0,0,0,0,0 +373824,0,0,0,0,0 +373825,0,0,0,0,0 +373826,0,0,0,0,0 +373827,0,0,0,0,0 +373828,0,0,0,0,0 +373829,0,0,0,0,0 +373830,0,0,0,0,0 +373831,0,0,0,0,0 +373832,0,0,0,0,0 +373833,0,0,0,0,0 +373834,0,0,0,0,0 +373835,0,0,0,0,0 +373836,0,0,0,0,0 +373837,0,0,0,0,0 +373838,0,0,0,0,0 +373839,0,0,0,0,0 +373840,0,0,0,0,0 +373841,0,0,0,0,0 +373842,0,0,0,0,0 +373843,0,0,0,0,0 +373844,0,0,0,0,0 +373845,0,0,0,0,0 +373846,0,0,0,0,0 +373847,0,0,0,0,0 +373848,0,0,0,0,0 +373849,0,0,0,0,0 +373850,0,0,0,0,0 +373851,0,0,0,0,0 +373852,0,0,0,0,0 +373853,0,0,0,0,0 +373854,0,0,0,0,0 +373855,0,0,0,0,0 +373856,0,0,0,0,0 +373857,0,0,0,0,0 +373858,0,0,0,0,0 +373859,0,0,0,0,0 +373860,0,0,0,0,0 +373861,0,0,0,0,0 +373862,0,0,0,0,0 +373863,0,0,0,0,0 +373864,0,0,0,0,0 +373865,0,0,0,0,0 +373866,0,0,0,0,0 +373867,0,0,0,0,0 +373868,0,0,0,0,0 +373869,0,0,0,0,0 +373870,0,0,0,0,0 +373871,0,0,0,0,0 +373872,0,0,0,0,0 +373873,0,0,0,0,0 +373874,0,0,0,0,0 +373875,0,0,0,0,0 +373876,0,0,0,0,0 +373877,0,0,0,0,0 +373878,0,0,0,0,0 +373879,0,0,0,0,0 +373880,0,0,0,0,0 +373881,0,0,0,0,0 +373882,0,0,0,0,0 +373883,0,0,0,0,0 +373884,0,0,0,0,0 +373885,0,0,0,0,0 +373886,0,0,0,0,0 +373887,0,0,0,0,0 +373888,0,0,0,0,0 +373889,0,0,0,0,0 +373890,0,0,0,0,0 +373891,0,0,0,0,0 +373892,0,0,0,0,0 +373893,0,0,0,0,0 +373894,0,0,0,0,0 +373895,0,0,0,0,0 +373896,0,0,0,0,0 +373897,0,0,0,0,0 +373898,0,0,0,0,0 +373899,0,0,0,0,0 +373900,0,0,0,0,0 +373901,0,0,0,0,0 +373902,0,0,0,0,0 +373903,0,0,0,0,0 +373904,0,0,0,0,0 +373905,0,0,0,0,0 +373906,0,0,0,0,0 +373907,0,0,0,0,0 +373908,0,0,0,0,0 +373909,0,0,0,0,0 +373910,0,0,0,0,0 +373911,0,0,0,0,0 +373912,0,0,0,0,0 +373913,0,0,0,0,0 +373914,0,0,0,0,0 +373915,0,0,0,0,0 +373916,0,0,0,0,0 +373917,0,0,0,0,0 +373918,0,0,0,0,0 +373919,0,0,0,0,0 +373920,0,0,0,0,0 +373921,0,0,0,0,0 +373922,0,0,0,0,0 +373923,0,0,0,0,0 +373924,0,0,0,0,0 +373925,0,0,0,0,0 +373926,0,0,0,0,0 +373927,0,0,0,0,0 +373928,0,0,0,0,0 +373929,0,0,0,0,0 +373930,0,0,0,0,0 +373931,0,0,0,0,0 +373932,0,0,0,0,0 +373933,0,0,0,0,0 +373934,0,0,0,0,0 +373935,0,0,0,0,0 +373936,0,0,0,0,0 +373937,0,0,0,0,0 +373938,0,0,0,0,0 +373939,0,0,0,0,0 +373940,0,0,0,0,0 +373941,0,0,0,0,0 +373942,0,0,0,0,0 +373943,0,0,0,0,0 +373944,0,0,0,0,0 +373945,0,0,0,0,0 +373946,0,0,0,0,0 +373947,0,0,0,0,0 +373948,0,0,0,0,0 +373949,0,0,0,0,0 +373950,0,0,0,0,0 +373951,0,0,0,0,0 +373952,0,0,0,0,0 +373953,0,0,0,0,0 +373954,0,0,0,0,0 +373955,0,0,0,0,0 +373956,0,0,0,0,0 +373957,0,0,0,0,0 +373958,0,0,0,0,0 +373959,0,0,0,0,0 +373960,0,0,0,0,0 +373961,0,0,0,0,0 +373962,0,0,0,0,0 +373963,0,0,0,0,0 +373964,0,0,0,0,0 +373965,0,0,0,0,0 +373966,0,0,0,0,0 +373967,0,0,0,0,0 +373968,0,0,0,0,0 +373969,0,0,0,0,0 +373970,0,0,0,0,0 +373971,0,0,0,0,0 +373972,0,0,0,0,0 +373973,0,0,0,0,0 +373974,0,0,0,0,0 +373975,0,0,0,0,0 +373976,0,0,0,0,0 +373977,0,0,0,0,0 +373978,0,0,0,0,0 +373979,0,0,0,0,0 +373980,0,0,0,0,0 +373981,0,0,0,0,0 +373982,0,0,0,0,0 +373983,0,0,0,0,0 +373984,0,0,0,0,0 +373985,0,0,0,0,0 +373986,0,0,0,0,0 +373987,0,0,0,0,0 +373988,0,0,0,0,0 +373989,0,0,0,0,0 +373990,0,0,0,0,0 +373991,0,0,0,0,0 +373992,0,0,0,0,0 +373993,0,0,0,0,0 +373994,0,0,0,0,0 +373995,0,0,0,0,0 +373996,0,0,0,0,0 +373997,0,0,0,0,0 +373998,0,0,0,0,0 +373999,0,0,0,0,0 +374000,0,0,0,0,0 +374001,0,0,0,0,0 +374002,0,0,0,0,0 +374003,0,0,0,0,0 +374004,0,0,0,0,0 +374005,0,0,0,0,0 +374006,0,0,0,0,0 +374007,0,0,0,0,0 +374008,0,0,0,0,0 +374009,0,0,0,0,0 +374010,0,0,0,0,0 +374011,0,0,0,0,0 +374012,0,0,0,0,0 +374013,0,0,0,0,0 +374014,0,0,0,0,0 +374015,0,0,0,0,0 +374016,0,0,0,0,0 +374017,0,0,0,0,0 +374018,0,0,0,0,0 +374019,0,0,0,0,0 +374020,0,0,0,0,0 +374021,0,0,0,0,0 +374022,0,0,0,0,0 +374023,0,0,0,0,0 +374024,0,0,0,0,0 +374025,0,0,0,0,0 +374026,0,0,0,0,0 +374027,0,0,0,0,0 +374028,0,0,0,0,0 +374029,0,0,0,0,0 +374030,0,0,0,0,0 +374031,0,0,0,0,0 +374032,0,0,0,0,0 +374033,0,0,0,0,0 +374034,0,0,0,0,0 +374035,0,0,0,0,0 +374036,0,0,0,0,0 +374037,0,0,0,0,0 +374038,0,0,0,0,0 +374039,0,0,0,0,0 +374040,0,0,0,0,0 +374041,0,0,0,0,0 +374042,0,0,0,0,0 +374043,0,0,0,0,0 +374044,0,0,0,0,0 +374045,0,0,0,0,0 +374046,0,0,0,0,0 +374047,0,0,0,0,0 +374048,0,0,0,0,0 +374049,0,0,0,0,0 +374050,0,0,0,0,0 +374051,0,0,0,0,0 +374052,0,0,0,0,0 +374053,0,0,0,0,0 +374054,0,0,0,0,0 +374055,0,0,0,0,0 +374056,0,0,0,0,0 +374057,0,0,0,0,0 +374058,0,0,0,0,0 +374059,0,0,0,0,0 +374060,0,0,0,0,0 +374061,0,0,0,0,0 +374062,0,0,0,0,0 +374063,0,0,0,0,0 +374064,0,0,0,0,0 +374065,0,0,0,0,0 +374066,0,0,0,0,0 +374067,0,0,0,0,0 +374068,0,0,0,0,0 +374069,0,0,0,0,0 +374070,0,0,0,0,0 +374071,0,0,0,0,0 +374072,0,0,0,0,0 +374073,0,0,0,0,0 +374074,0,0,0,0,0 +374075,0,0,0,0,0 +374076,0,0,0,0,0 +374077,0,0,0,0,0 +374078,0,0,0,0,0 +374079,0,0,0,0,0 +374080,0,0,0,0,0 +374081,0,0,0,0,0 +374082,0,0,0,0,0 +374083,0,0,0,0,0 +374084,0,0,0,0,0 +374085,0,0,0,0,0 +374086,0,0,0,0,0 +374087,0,0,0,0,0 +374088,0,0,0,0,0 +374089,0,0,0,0,0 +374090,0,0,0,0,0 +374091,0,0,0,0,0 +374092,0,0,0,0,0 +374093,0,0,0,0,0 +374094,0,0,0,0,0 +374095,0,0,0,0,0 +374096,0,0,0,0,0 +374097,0,0,0,0,0 +374098,0,0,0,0,0 +374099,0,0,0,0,0 +374100,0,0,0,0,0 +374101,0,0,0,0,0 +374102,0,0,0,0,0 +374103,0,0,0,0,0 +374104,0,0,0,0,0 +374105,0,0,0,0,0 +374106,0,0,0,0,0 +374107,0,0,0,0,0 +374108,0,0,0,0,0 +374109,0,0,0,0,0 +374110,0,0,0,0,0 +374111,0,0,0,0,0 +374112,0,0,0,0,0 +374113,0,0,0,0,0 +374114,0,0,0,0,0 +374115,0,0,0,0,0 +374116,0,0,0,0,0 +374117,0,0,0,0,0 +374118,0,0,0,0,0 +374119,0,0,0,0,0 +374120,0,0,0,0,0 +374121,0,0,0,0,0 +374122,0,0,0,0,0 +374123,0,0,0,0,0 +374124,0,0,0,0,0 +374125,0,0,0,0,0 +374126,0,0,0,0,0 +374127,0,0,0,0,0 +374128,0,0,0,0,0 +374129,0,0,0,0,0 +374130,0,0,0,0,0 +374131,0,0,0,0,0 +374132,0,0,0,0,0 +374133,0,0,0,0,0 +374134,0,0,0,0,0 +374135,0,0,0,0,0 +374136,0,0,0,0,0 +374137,0,0,0,0,0 +374138,0,0,0,0,0 +374139,0,0,0,0,0 +374140,0,0,0,0,0 +374141,0,0,0,0,0 +374142,0,0,0,0,0 +374143,0,0,0,0,0 +374144,0,0,0,0,0 +374145,0,0,0,0,0 +374146,0,0,0,0,0 +374147,0,0,0,0,0 +374148,0,0,0,0,0 +374149,0,0,0,0,0 +374150,0,0,0,0,0 +374151,0,0,0,0,0 +374152,0,0,0,0,0 +374153,0,0,0,0,0 +374154,0,0,0,0,0 +374155,0,0,0,0,0 +374156,0,0,0,0,0 +374157,0,0,0,0,0 +374158,0,0,0,0,0 +374159,0,0,0,0,0 +374160,0,0,0,0,0 +374161,0,0,0,0,0 +374162,0,0,0,0,0 +374163,0,0,0,0,0 +374164,0,0,0,0,0 +374165,0,0,0,0,0 +374166,0,0,0,0,0 +374167,0,0,0,0,0 +374168,0,0,0,0,0 +374169,0,0,0,0,0 +374170,0,0,0,0,0 +374171,0,0,0,0,0 +374172,0,0,0,0,0 +374173,0,0,0,0,0 +374174,0,0,0,0,0 +374175,0,0,0,0,0 +374176,0,0,0,0,0 +374177,0,0,0,0,0 +374178,0,0,0,0,0 +374179,0,0,0,0,0 +374180,0,0,0,0,0 +374181,0,0,0,0,0 +374182,0,0,0,0,0 +374183,0,0,0,0,0 +374184,0,0,0,0,0 +374185,0,0,0,0,0 +374186,0,0,0,0,0 +374187,0,0,0,0,0 +374188,0,0,0,0,0 +374189,0,0,0,0,0 +374190,0,0,0,0,0 +374191,0,0,0,0,0 +374192,0,0,0,0,0 +374193,0,0,0,0,0 +374194,0,0,0,0,0 +374195,0,0,0,0,0 +374196,0,0,0,0,0 +374197,0,0,0,0,0 +374198,0,0,0,0,0 +374199,0,0,0,0,0 +374200,0,0,0,0,0 +374201,0,0,0,0,0 +374202,0,0,0,0,0 +374203,0,0,0,0,0 +374204,0,0,0,0,0 +374205,0,0,0,0,0 +374206,0,0,0,0,0 +374207,0,0,0,0,0 +374208,0,0,0,0,0 +374209,0,0,0,0,0 +374210,0,0,0,0,0 +374211,0,0,0,0,0 +374212,0,0,0,0,0 +374213,0,0,0,0,0 +374214,0,0,0,0,0 +374215,0,0,0,0,0 +374216,0,0,0,0,0 +374217,0,0,0,0,0 +374218,0,0,0,0,0 +374219,0,0,0,0,0 +374220,0,0,0,0,0 +374221,0,0,0,0,0 +374222,0,0,0,0,0 +374223,0,0,0,0,0 +374224,0,0,0,0,0 +374225,0,0,0,0,0 +374226,0,0,0,0,0 +374227,0,0,0,0,0 +374228,0,0,0,0,0 +374229,0,0,0,0,0 +374230,0,0,0,0,0 +374231,0,0,0,0,0 +374232,0,0,0,0,0 +374233,0,0,0,0,0 +374234,0,0,0,0,0 +374235,0,0,0,0,0 +374236,0,0,0,0,0 +374237,0,0,0,0,0 +374238,0,0,0,0,0 +374239,0,0,0,0,0 +374240,0,0,0,0,0 +374241,0,0,0,0,0 +374242,0,0,0,0,0 +374243,0,0,0,0,0 +374244,0,0,0,0,0 +374245,0,0,0,0,0 +374246,0,0,0,0,0 +374247,0,0,0,0,0 +374248,0,0,0,0,0 +374249,0,0,0,0,0 +374250,0,0,0,0,0 +374251,0,0,0,0,0 +374252,0,0,0,0,0 +374253,0,0,0,0,0 +374254,0,0,0,0,0 +374255,0,0,0,0,0 +374256,0,0,0,0,0 +374257,0,0,0,0,0 +374258,0,0,0,0,0 +374259,0,0,0,0,0 +374260,0,0,0,0,0 +374261,0,0,0,0,0 +374262,0,0,0,0,0 +374263,0,0,0,0,0 +374264,0,0,0,0,0 +374265,0,0,0,0,0 +374266,0,0,0,0,0 +374267,0,0,0,0,0 +374268,0,0,0,0,0 +374269,0,0,0,0,0 +374270,0,0,0,0,0 +374271,0,0,0,0,0 +374272,0,0,0,0,0 +374273,0,0,0,0,0 +374274,0,0,0,0,0 +374275,0,0,0,0,0 +374276,0,0,0,0,0 +374277,0,0,0,0,0 +374278,0,0,0,0,0 +374279,0,0,0,0,0 +374280,0,0,0,0,0 +374281,0,0,0,0,0 +374282,0,0,0,0,0 +374283,0,0,0,0,0 +374284,0,0,0,0,0 +374285,0,0,0,0,0 +374286,0,0,0,0,0 +374287,0,0,0,0,0 +374288,0,0,0,0,0 +374289,0,0,0,0,0 +374290,0,0,0,0,0 +374291,0,0,0,0,0 +374292,0,0,0,0,0 +374293,0,0,0,0,0 +374294,0,0,0,0,0 +374295,0,0,0,0,0 +374296,0,0,0,0,0 +374297,0,0,0,0,0 +374298,0,0,0,0,0 +374299,0,0,0,0,0 +374300,0,0,0,0,0 +374301,0,0,0,0,0 +374302,0,0,0,0,0 +374303,0,0,0,0,0 +374304,0,0,0,0,0 +374305,0,0,0,0,0 +374306,0,0,0,0,0 +374307,0,0,0,0,0 +374308,0,0,0,0,0 +374309,0,0,0,0,0 +374310,0,0,0,0,0 +374311,0,0,0,0,0 +374312,0,0,0,0,0 +374313,0,0,0,0,0 +374314,0,0,0,0,0 +374315,0,0,0,0,0 +374316,0,0,0,0,0 +374317,0,0,0,0,0 +374318,0,0,0,0,0 +374319,0,0,0,0,0 +374320,0,0,0,0,0 +374321,0,0,0,0,0 +374322,0,0,0,0,0 +374323,0,0,0,0,0 +374324,0,0,0,0,0 +374325,0,0,0,0,0 +374326,0,0,0,0,0 +374327,0,0,0,0,0 +374328,0,0,0,0,0 +374329,0,0,0,0,0 +374330,0,0,0,0,0 +374331,0,0,0,0,0 +374332,0,0,0,0,0 +374333,0,0,0,0,0 +374334,0,0,0,0,0 +374335,0,0,0,0,0 +374336,0,0,0,0,0 +374337,0,0,0,0,0 +374338,0,0,0,0,0 +374339,0,0,0,0,0 +374340,0,0,0,0,0 +374341,0,0,0,0,0 +374342,0,0,0,0,0 +374343,0,0,0,0,0 +374344,0,0,0,0,0 +374345,0,0,0,0,0 +374346,0,0,0,0,0 +374347,0,0,0,0,0 +374348,0,0,0,0,0 +374349,0,0,0,0,0 +374350,0,0,0,0,0 +374351,0,0,0,0,0 +374352,0,0,0,0,0 +374353,0,0,0,0,0 +374354,0,0,0,0,0 +374355,0,0,0,0,0 +374356,0,0,0,0,0 +374357,0,0,0,0,0 +374358,0,0,0,0,0 +374359,0,0,0,0,0 +374360,0,0,0,0,0 +374361,0,0,0,0,0 +374362,0,0,0,0,0 +374363,0,0,0,0,0 +374364,0,0,0,0,0 +374365,0,0,0,0,0 +374366,0,0,0,0,0 +374367,0,0,0,0,0 +374368,0,0,0,0,0 +374369,0,0,0,0,0 +374370,0,0,0,0,0 +374371,0,0,0,0,0 +374372,0,0,0,0,0 +374373,0,0,0,0,0 +374374,0,0,0,0,0 +374375,0,0,0,0,0 +374376,0,0,0,0,0 +374377,0,0,0,0,0 +374378,0,0,0,0,0 +374379,0,0,0,0,0 +374380,0,0,0,0,0 +374381,0,0,0,0,0 +374382,0,0,0,0,0 +374383,0,0,0,0,0 +374384,0,0,0,0,0 +374385,0,0,0,0,0 +374386,0,0,0,0,0 +374387,0,0,0,0,0 +374388,0,0,0,0,0 +374389,0,0,0,0,0 +374390,0,0,0,0,0 +374391,0,0,0,0,0 +374392,0,0,0,0,0 +374393,0,0,0,0,0 +374394,0,0,0,0,0 +374395,0,0,0,0,0 +374396,0,0,0,0,0 +374397,0,0,0,0,0 +374398,0,0,0,0,0 +374399,0,0,0,0,0 +374400,0,0,0,0,0 +374401,0,0,0,0,0 +374402,0,0,0,0,0 +374403,0,0,0,0,0 +374404,0,0,0,0,0 +374405,0,0,0,0,0 +374406,0,0,0,0,0 +374407,0,0,0,0,0 +374408,0,0,0,0,0 +374409,0,0,0,0,0 +374410,0,0,0,0,0 +374411,0,0,0,0,0 +374412,0,0,0,0,0 +374413,0,0,0,0,0 +374414,0,0,0,0,0 +374415,0,0,0,0,0 +374416,0,0,0,0,0 +374417,0,0,0,0,0 +374418,0,0,0,0,0 +374419,0,0,0,0,0 +374420,0,0,0,0,0 +374421,0,0,0,0,0 +374422,0,0,0,0,0 +374423,0,0,0,0,0 +374424,0,0,0,0,0 +374425,0,0,0,0,0 +374426,0,0,0,0,0 +374427,0,0,0,0,0 +374428,0,0,0,0,0 +374429,0,0,0,0,0 +374430,0,0,0,0,0 +374431,0,0,0,0,0 +374432,0,0,0,0,0 +374433,0,0,0,0,0 +374434,0,0,0,0,0 +374435,0,0,0,0,0 +374436,0,0,0,0,0 +374437,0,0,0,0,0 +374438,0,0,0,0,0 +374439,0,0,0,0,0 +374440,0,0,0,0,0 +374441,0,0,0,0,0 +374442,0,0,0,0,0 +374443,0,0,0,0,0 +374444,0,0,0,0,0 +374445,0,0,0,0,0 +374446,0,0,0,0,0 +374447,0,0,0,0,0 +374448,0,0,0,0,0 +374449,0,0,0,0,0 +374450,0,0,0,0,0 +374451,0,0,0,0,0 +374452,0,0,0,0,0 +374453,0,0,0,0,0 +374454,0,0,0,0,0 +374455,0,0,0,0,0 +374456,0,0,0,0,0 +374457,0,0,0,0,0 +374458,0,0,0,0,0 +374459,0,0,0,0,0 +374460,0,0,0,0,0 +374461,0,0,0,0,0 +374462,0,0,0,0,0 +374463,0,0,0,0,0 +374464,0,0,0,0,0 +374465,0,0,0,0,0 +374466,0,0,0,0,0 +374467,0,0,0,0,0 +374468,0,0,0,0,0 +374469,0,0,0,0,0 +374470,0,0,0,0,0 +374471,0,0,0,0,0 +374472,0,0,0,0,0 +374473,0,0,0,0,0 +374474,0,0,0,0,0 +374475,0,0,0,0,0 +374476,0,0,0,0,0 +374477,0,0,0,0,0 +374478,0,0,0,0,0 +374479,0,0,0,0,0 +374480,0,0,0,0,0 +374481,0,0,0,0,0 +374482,0,0,0,0,0 +374483,0,0,0,0,0 +374484,0,0,0,0,0 +374485,0,0,0,0,0 +374486,0,0,0,0,0 +374487,0,0,0,0,0 +374488,0,0,0,0,0 +374489,0,0,0,0,0 +374490,0,0,0,0,0 +374491,0,0,0,0,0 +374492,0,0,0,0,0 +374493,0,0,0,0,0 +374494,0,0,0,0,0 +374495,0,0,0,0,0 +374496,0,0,0,0,0 +374497,0,0,0,0,0 +374498,0,0,0,0,0 +374499,0,0,0,0,0 +374500,0,0,0,0,0 +374501,0,0,0,0,0 +374502,0,0,0,0,0 +374503,0,0,0,0,0 +374504,0,0,0,0,0 +374505,0,0,0,0,0 +374506,0,0,0,0,0 +374507,0,0,0,0,0 +374508,0,0,0,0,0 +374509,0,0,0,0,0 +374510,0,0,0,0,0 +374511,0,0,0,0,0 +374512,0,0,0,0,0 +374513,0,0,0,0,0 +374514,0,0,0,0,0 +374515,0,0,0,0,0 +374516,0,0,0,0,0 +374517,0,0,0,0,0 +374518,0,0,0,0,0 +374519,0,0,0,0,0 +374520,0,0,0,0,0 +374521,0,0,0,0,0 +374522,0,0,0,0,0 +374523,0,0,0,0,0 +374524,0,0,0,0,0 +374525,0,0,0,0,0 +374526,0,0,0,0,0 +374527,0,0,0,0,0 +374528,0,0,0,0,0 +374529,0,0,0,0,0 +374530,0,0,0,0,0 +374531,0,0,0,0,0 +374532,0,0,0,0,0 +374533,0,0,0,0,0 +374534,0,0,0,0,0 +374535,0,0,0,0,0 +374536,0,0,0,0,0 +374537,0,0,0,0,0 +374538,0,0,0,0,0 +374539,0,0,0,0,0 +374540,0,0,0,0,0 +374541,0,0,0,0,0 +374542,0,0,0,0,0 +374543,0,0,0,0,0 +374544,0,0,0,0,0 +374545,0,0,0,0,0 +374546,0,0,0,0,0 +374547,0,0,0,0,0 +374548,0,0,0,0,0 +374549,0,0,0,0,0 +374550,0,0,0,0,0 +374551,0,0,0,0,0 +374552,0,0,0,0,0 +374553,0,0,0,0,0 +374554,0,0,0,0,0 +374555,0,0,0,0,0 +374556,0,0,0,0,0 +374557,0,0,0,0,0 +374558,0,0,0,0,0 +374559,0,0,0,0,0 +374560,0,0,0,0,0 +374561,0,0,0,0,0 +374562,0,0,0,0,0 +374563,0,0,0,0,0 +374564,0,0,0,0,0 +374565,0,0,0,0,0 +374566,0,0,0,0,0 +374567,0,0,0,0,0 +374568,0,0,0,0,0 +374569,0,0,0,0,0 +374570,0,0,0,0,0 +374571,0,0,0,0,0 +374572,0,0,0,0,0 +374573,0,0,0,0,0 +374574,0,0,0,0,0 +374575,0,0,0,0,0 +374576,0,0,0,0,0 +374577,0,0,0,0,0 +374578,0,0,0,0,0 +374579,0,0,0,0,0 +374580,0,0,0,0,0 +374581,0,0,0,0,0 +374582,0,0,0,0,0 +374583,0,0,0,0,0 +374584,0,0,0,0,0 +374585,0,0,0,0,0 +374586,0,0,0,0,0 +374587,0,0,0,0,0 +374588,0,0,0,0,0 +374589,0,0,0,0,0 +374590,0,0,0,0,0 +374591,0,0,0,0,0 +374592,0,0,0,0,0 +374593,0,0,0,0,0 +374594,0,0,0,0,0 +374595,0,0,0,0,0 +374596,0,0,0,0,0 +374597,0,0,0,0,0 +374598,0,0,0,0,0 +374599,0,0,0,0,0 +374600,0,0,0,0,0 +374601,0,0,0,0,0 +374602,0,0,0,0,0 +374603,0,0,0,0,0 +374604,0,0,0,0,0 +374605,0,0,0,0,0 +374606,0,0,0,0,0 +374607,0,0,0,0,0 +374608,0,0,0,0,0 +374609,0,0,0,0,0 +374610,0,0,0,0,0 +374611,0,0,0,0,0 +374612,0,0,0,0,0 +374613,0,0,0,0,0 +374614,0,0,0,0,0 +374615,0,0,0,0,0 +374616,0,0,0,0,0 +374617,0,0,0,0,0 +374618,0,0,0,0,0 +374619,0,0,0,0,0 +374620,0,0,0,0,0 +374621,0,0,0,0,0 +374622,0,0,0,0,0 +374623,0,0,0,0,0 +374624,0,0,0,0,0 +374625,0,0,0,0,0 +374626,0,0,0,0,0 +374627,0,0,0,0,0 +374628,0,0,0,0,0 +374629,0,0,0,0,0 +374630,0,0,0,0,0 +374631,0,0,0,0,0 +374632,0,0,0,0,0 +374633,0,0,0,0,0 +374634,0,0,0,0,0 +374635,0,0,0,0,0 +374636,0,0,0,0,0 +374637,0,0,0,0,0 +374638,0,0,0,0,0 +374639,0,0,0,0,0 +374640,0,0,0,0,0 +374641,0,0,0,0,0 +374642,0,0,0,0,0 +374643,0,0,0,0,0 +374644,0,0,0,0,0 +374645,0,0,0,0,0 +374646,0,0,0,0,0 +374647,0,0,0,0,0 +374648,0,0,0,0,0 +374649,0,0,0,0,0 +374650,0,0,0,0,0 +374651,0,0,0,0,0 +374652,0,0,0,0,0 +374653,0,0,0,0,0 +374654,0,0,0,0,0 +374655,0,0,0,0,0 +374656,0,0,0,0,0 +374657,0,0,0,0,0 +374658,0,0,0,0,0 +374659,0,0,0,0,0 +374660,0,0,0,0,0 +374661,0,0,0,0,0 +374662,0,0,0,0,0 +374663,0,0,0,0,0 +374664,0,0,0,0,0 +374665,0,0,0,0,0 +374666,0,0,0,0,0 +374667,0,0,0,0,0 +374668,0,0,0,0,0 +374669,0,0,0,0,0 +374670,0,0,0,0,0 +374671,0,0,0,0,0 +374672,0,0,0,0,0 +374673,0,0,0,0,0 +374674,0,0,0,0,0 +374675,0,0,0,0,0 +374676,0,0,0,0,0 +374677,0,0,0,0,0 +374678,0,0,0,0,0 +374679,0,0,0,0,0 +374680,0,0,0,0,0 +374681,0,0,0,0,0 +374682,0,0,0,0,0 +374683,0,0,0,0,0 +374684,0,0,0,0,0 +374685,0,0,0,0,0 +374686,0,0,0,0,0 +374687,0,0,0,0,0 +374688,0,0,0,0,0 +374689,0,0,0,0,0 +374690,0,0,0,0,0 +374691,0,0,0,0,0 +374692,0,0,0,0,0 +374693,0,0,0,0,0 +374694,0,0,0,0,0 +374695,0,0,0,0,0 +374696,0,0,0,0,0 +374697,0,0,0,0,0 +374698,0,0,0,0,0 +374699,0,0,0,0,0 +374700,0,0,0,0,0 +374701,0,0,0,0,0 +374702,0,0,0,0,0 +374703,0,0,0,0,0 +374704,0,0,0,0,0 +374705,0,0,0,0,0 +374706,0,0,0,0,0 +374707,0,0,0,0,0 +374708,0,0,0,0,0 +374709,0,0,0,0,0 +374710,0,0,0,0,0 +374711,0,0,0,0,0 +374712,0,0,0,0,0 +374713,0,0,0,0,0 +374714,0,0,0,0,0 +374715,0,0,0,0,0 +374716,0,0,0,0,0 +374717,0,0,0,0,0 +374718,0,0,0,0,0 +374719,0,0,0,0,0 +374720,0,0,0,0,0 +374721,0,0,0,0,0 +374722,0,0,0,0,0 +374723,0,0,0,0,0 +374724,0,0,0,0,0 +374725,0,0,0,0,0 +374726,0,0,0,0,0 +374727,0,0,0,0,0 +374728,0,0,0,0,0 +374729,0,0,0,0,0 +374730,0,0,0,0,0 +374731,0,0,0,0,0 +374732,0,0,0,0,0 +374733,0,0,0,0,0 +374734,0,0,0,0,0 +374735,0,0,0,0,0 +374736,0,0,0,0,0 +374737,0,0,0,0,0 +374738,0,0,0,0,0 +374739,0,0,0,0,0 +374740,0,0,0,0,0 +374741,0,0,0,0,0 +374742,0,0,0,0,0 +374743,0,0,0,0,0 +374744,0,0,0,0,0 +374745,0,0,0,0,0 +374746,0,0,0,0,0 +374747,0,0,0,0,0 +374748,0,0,0,0,0 +374749,0,0,0,0,0 +374750,0,0,0,0,0 +374751,0,0,0,0,0 +374752,0,0,0,0,0 +374753,0,0,0,0,0 +374754,0,0,0,0,0 +374755,0,0,0,0,0 +374756,0,0,0,0,0 +374757,0,0,0,0,0 +374758,0,0,0,0,0 +374759,0,0,0,0,0 +374760,0,0,0,0,0 +374761,0,0,0,0,0 +374762,0,0,0,0,0 +374763,0,0,0,0,0 +374764,0,0,0,0,0 +374765,0,0,0,0,0 +374766,0,0,0,0,0 +374767,0,0,0,0,0 +374768,0,0,0,0,0 +374769,0,0,0,0,0 +374770,0,0,0,0,0 +374771,0,0,0,0,0 +374772,0,0,0,0,0 +374773,0,0,0,0,0 +374774,0,0,0,0,0 +374775,0,0,0,0,0 +374776,0,0,0,0,0 +374777,0,0,0,0,0 +374778,0,0,0,0,0 +374779,0,0,0,0,0 +374780,0,0,0,0,0 +374781,0,0,0,0,0 +374782,0,0,0,0,0 +374783,0,0,0,0,0 +374784,0,0,0,0,0 +374785,0,0,0,0,0 +374786,0,0,0,0,0 +374787,0,0,0,0,0 +374788,0,0,0,0,0 +374789,0,0,0,0,0 +374790,0,0,0,0,0 +374791,0,0,0,0,0 +374792,0,0,0,0,0 +374793,0,0,0,0,0 +374794,0,0,0,0,0 +374795,0,0,0,0,0 +374796,0,0,0,0,0 +374797,0,0,0,0,0 +374798,0,0,0,0,0 +374799,0,0,0,0,0 +374800,0,0,0,0,0 +374801,0,0,0,0,0 +374802,0,0,0,0,0 +374803,0,0,0,0,0 +374804,0,0,0,0,0 +374805,0,0,0,0,0 +374806,0,0,0,0,0 +374807,0,0,0,0,0 +374808,0,0,0,0,0 +374809,0,0,0,0,0 +374810,0,0,0,0,0 +374811,0,0,0,0,0 +374812,0,0,0,0,0 +374813,0,0,0,0,0 +374814,0,0,0,0,0 +374815,0,0,0,0,0 +374816,0,0,0,0,0 +374817,0,0,0,0,0 +374818,0,0,0,0,0 +374819,0,0,0,0,0 +374820,0,0,0,0,0 +374821,-180.9378962,38.14999524,-57.1759273,-81.10654283,-381.9536334 +374822,263.0059396,241.1977248,387.2963581,120.7569714,425.3981129 +374823,260.1736105,239.8057676,383.719148,119.3644558,421.2924454 +374824,253.0286277,236.363989,375.688892,115.9457815,409.2836149 +374825,245.105163,233.0577589,367.2173766,112.2122029,395.2589088 +374826,238.0715462,230.7162935,360.0385825,108.9547322,382.1781522 +374827,232.2364016,229.3675787,354.3797709,106.3017287,370.7484817 +374828,227.400181,228.8003323,349.9642516,104.140618,360.7844883 +374829,223.314996,228.8182367,346.4878692,102.3414407,351.9654169 +374830,219.8106877,229.2915683,343.7424827,100.8162584,344.062368 +374831,216.784592,230.1386497,341.5980203,99.51236622,336.9386522 +374832,214.1689353,231.3021716,339.9647451,98.39530522,330.505493 +374833,211.9106631,232.7363366,338.7709048,97.43850727,324.6931309 +374834,209.9639615,234.4022946,337.95455,96.61942511,319.4371279 +374835,208.2885316,236.2669102,337.4615403,95.91857657,314.6790146 +374836,206.8493256,238.3022367,337.245041,95.31932543,310.3665873 +374837,205.6162944,240.4849463,337.264996,94.80767053,306.4535848 +374838,204.563834,242.7956361,337.4873046,94.37190134,302.8990077 +374839,203.6701928,245.2181784,337.8829853,94.00224774,299.6665494 +374840,202.9168455,247.7391272,338.4273463,93.69053227,296.7239773 +374841,202.2897379,250.3472571,339.0993353,93.42990456,294.0427103 +374842,201.7732751,253.0331562,339.8809317,93.21459467,291.5973201 +374843,201.3553759,255.7897126,340.7570303,93.03976923,289.3650167 +374844,201.0282261,258.6100453,341.7143021,92.90132022,287.3258194 +374845,200.7816282,261.4881673,342.7412326,92.79577065,285.4620149 +374846,200.6078853,264.4191111,343.8279238,92.72015765,283.7577447 +374847,200.502892,267.3987819,344.9623841,92.67196665,282.198881 +374848,200.459432,270.4237253,346.1421314,92.64903073,280.7715268 +374849,200.4741549,273.4910192,347.3578284,92.64951464,279.464225 +374850,200.5399809,276.5921597,348.6017886,92.67157379,278.2670407 +374851,200.7319431,343.1187546,349.8451863,92.75755471,277.1713543 +374852,201.0132005,385.8605082,351.0714746,92.88804789,276.1691368 +374853,201.3415183,394.7141189,352.2758543,93.03956379,275.2531412 +374854,201.6975716,405.2349063,353.4588901,93.20029976,274.4168228 +374855,202.0733986,423.3404041,354.6223526,93.36715518,273.6543259 +374856,202.4683409,436.9785464,355.7676604,93.54044703,272.9603237 +374857,202.8852684,450.5255983,356.8957371,93.72103639,272.3300333 +374858,203.3228399,463.6868193,358.0071856,93.90946054,271.7591016 +374859,203.7805551,477.0205055,359.1024748,94.10594355,271.2436209 +374860,204.2601701,489.8951345,360.181986,94.31054831,270.780017 +374861,204.7596394,502.9858652,361.246041,94.52328519,270.3650501 +374862,205.2782169,515.7557568,362.2948911,94.74414185,269.9957331 +374863,205.8176504,533.4089682,363.3287352,94.97309455,269.6693525 +374864,206.3758979,550.1644617,364.347702,95.21009505,269.3833763 +374865,206.9522242,566.757882,365.3518822,95.45508164,269.1355003 +374866,207.5483549,583.3963852,366.3413121,95.70796989,268.9235603 +374867,208.1622379,600.0774855,367.3160058,95.96866753,268.7455872 +374868,208.7931121,615.9101087,368.2759355,96.23706558,268.5997199 +374869,209.442718,632.4732129,369.2210662,96.51305393,268.4842697 +374870,210.1089807,648.3820914,370.1513231,96.79650678,268.3976181 +374871,210.791159,664.2985007,371.0666369,97.08730272,268.3383045 +374872,211.4909921,680.1469056,371.9669127,97.38531025,268.3049293 +374873,212.2064308,695.6764057,372.8520606,97.69040165,268.2962217 +374874,212.9367336,711.5710186,373.7219722,98.00244165,268.3109575 +374875,213.6836745,726.9264848,374.5765503,98.32130064,268.3480277 +374876,214.4452048,742.1398903,375.4156841,98.64684301,268.4063582 +374877,215.220617,757.8017045,376.2392777,98.97893994,268.4849779 +374878,216.0116969,772.824174,377.047225,99.31745734,268.5829391 +374879,216.8164297,787.9746301,377.8394414,99.66227015,268.699394 +374880,217.6357783,802.9894818,378.6158267,100.0132451,268.8334945 +374881,218.6040655,1248.247661,379.5125671,100.4321959,269.2322344 +374882,238.5588083,1277.795801,398.8519633,109.6554817,304.505014 +374883,268.4669924,1302.845965,427.8658208,123.3614342,358.9007527 +374884,298.9619047,1326.201338,457.4306623,137.1455229,415.8186381 +374885,326.00808,1348.416062,483.6358121,149.1611342,467.8299223 +374886,349.1008364,1369.977994,505.9960847,159.2354788,513.6246674 +374887,368.9484073,1390.795627,525.1945389,167.7548408,554.0698724 +374888,386.3160443,1411.499295,541.967699,175.1142525,590.233838 +374889,401.7401087,1431.572485,556.8309989,181.5863937,622.8752972 +374890,415.5682113,1451.707809,570.1189916,187.3460186,652.4849265 +374891,428.0468789,1471.431054,582.069717,192.5152046,679.4159505 +374892,439.3740998,1491.011107,592.8748585,197.1901911,703.9628713 +374893,449.7194193,1510.308343,602.6987715,201.4518131,726.3898419 +374894,459.2292203,1529.600599,611.6821547,205.3685103,746.9358437 +374895,468.0285187,1548.570491,894.4641892,208.9975624,765.8146423 +374896,476.2229114,1567.431237,853.5253472,212.3863496,783.2153395 +374897,483.901149,1586.057616,854.3358957,215.5738527,799.3043959 +374898,491.13769,1604.758438,890.7510364,218.592083,814.2280504 +374899,497.9951493,1622.916504,907.2295993,221.4673963,828.1150156 +374900,504.5260014,1641.30866,923.8850091,224.2214132,841.078178 +374901,510.7745409,1659.33322,939.1147955,226.8720075,853.2171529 +374902,516.778115,1683.340687,953.9971109,229.4339362,864.6196723 +374903,522.5683033,1698.827916,969.2796078,231.9194178,875.3631572 +374904,528.1718137,1720.601482,983.2617412,234.3385704,885.5158903 +374905,533.6112397,1734.578243,996.9898245,236.6997719,895.138086 +374906,538.9056828,1721.318485,1010.79292,239.0099533,904.2828093 +374907,544.0713345,1780.411981,1023.836241,241.2748652,912.9968912 +374908,549.121936,1777.881006,1036.717769,243.4992867,921.3216784 +374909,554.0691901,1798.821086,1049.036358,245.6872068,929.2937413 +374910,558.9230615,1815.764414,1061.596973,247.841955,936.7888406 +374911,563.6920765,1831.494806,1072.946854,249.9663279,943.8961984 +374912,568.3795559,1846.630125,1084.390962,252.0607994,950.7120793 +374913,572.9891495,1861.976282,1094.897672,254.1261274,957.294037 +374914,577.5256009,1876.651521,1105.653605,256.1637044,963.6716892 +374915,581.9939817,1891.382368,1115.935961,258.1751779,969.8629289 +374916,586.3989899,1905.81818,1125.731391,260.1621035,975.8820948 +374917,590.7447559,1920.081715,1136.01204,262.1258411,981.7425716 +374918,595.0348424,1934.233202,1145.3565,264.0675468,987.4567481 +374919,599.2723538,1947.905386,1154.829104,265.9882177,993.0358767 +374920,603.4599999,1961.796672,1163.977886,267.8887168,998.4898379 +374921,607.600203,1975.329165,1172.919408,269.7698174,1003.827416 +374922,611.6951005,1988.567443,1181.739394,271.6322002,1009.056266 +374923,615.7466235,2001.715884,1190.311274,273.4764842,1014.183246 +374924,619.7564938,2014.931815,1198.701225,275.3032228,1019.214379 +374925,623.7262926,2027.583628,1207.000647,277.1129311,1024.155131 +374926,627.6574382,2040.340551,1215.039169,278.906073,1029.010314 +374927,721.8239347,2052.936011,1223.036273,280.6830844,1033.784333 +374928,777.40025,2065.069151,1230.781431,282.4443686,1038.481098 +374929,752.2981674,2077.476663,1238.502419,284.1903063,1043.104203 +374930,782.962102,2089.539633,1245.980516,285.9212396,1047.656731 +374931,797.9956514,2101.301777,1253.417919,340.1707235,1052.141439 +374932,812.9099453,2113.112812,1260.743877,322.537962,1056.560708 +374933,827.0783959,2124.68724,1267.883805,353.4812532,1060.916805 +374934,841.4276941,2136.129476,1275.034903,350.5228029,1065.211812 +374935,855.3004115,2147.416385,1281.97337,360.7626195,1069.44771 +374936,869.0610167,2158.567305,1288.912287,367.7491732,1073.626308 +374937,882.436428,2169.569597,1295.776283,374.6351277,1077.749347 +374938,895.994215,2180.430242,1302.483076,381.2650722,1081.818449 +374939,909.0281859,2191.246451,1309.206815,387.9455718,1085.835179 +374940,921.893257,2212.503287,1315.877297,394.3466747,1089.800974 +374941,1323.712968,2365.174371,1710.802978,568.7502605,1093.250822 +374942,1338.173753,2407.317861,1720.816645,576.2157089,1110.118813 +374943,1351.653181,2391.599535,1728.221422,583.2590639,1134.022835 +374944,1355.229305,2415.708765,1726.187929,585.6613577,2288.347418 +374945,1389.564469,2428.280333,1762.579274,601.8934251,1652.492963 +374946,1381.795375,2432.189588,1730.586507,599.1283466,1806.316459 +374947,1401.20205,2444.908037,1772.966184,608.4049362,1844.196398 +374948,1411.062082,2454.121407,1741.774039,613.876829,1854.539993 +374949,1422.145093,2463.605709,1796.825896,619.4505772,1866.610375 +374950,1433.108631,2472.95646,1738.291879,625.0826848,1878.469437 +374951,1443.762749,2482.141658,1794.215031,630.5909061,1889.88662 +374952,1454.388171,2491.172373,1781.106372,636.0057894,1900.761584 +374953,1464.704047,2502.766981,1790.301709,641.3311973,1912.18144 +374954,1475.006152,2516.353989,1796.248581,646.3769984,1922.679452 +374955,1485.005296,2512.035139,1802.115345,651.8348711,1933.016627 +374956,1495.004305,2520.259877,1807.984135,656.7597598,1943.304217 +374957,1504.703905,2538.568575,1813.921263,661.788543,1953.228033 +374958,1514.33169,2540.868188,1811.480974,666.6673459,1962.839466 +374959,1523.821253,2550.058944,1816.507482,671.5381441,1972.452577 +374960,1533.178309,2558.75045,1821.948074,676.2726886,1981.771652 +374961,1542.584934,2578.299284,1827.793416,681.00196,1990.904443 +374962,1551.638736,2554.719679,1833.386395,685.5971557,1999.852826 +374963,1536.536816,2578.775757,1814.828006,679.1166915,1964.468148 +374964,1475.002379,2542.150262,1749.94524,651.2588567,1846.673758 +374965,1621.275935,2624.247547,1892.702046,718.115347,2114.708424 +374966,1567.29873,2573.624516,1841.063858,695.6603499,2005.791754 +374967,1589.651879,2602.256076,1861.24408,707.0394598,2014.09235 +374968,1598.713636,2592.237006,1867.185461,711.5164316,2046.442835 +374969,1608.191941,2603.464014,1874.006581,716.2937457,2045.98167 +374970,1615.77344,2612.438564,1878.458271,720.1826179,2053.924979 +374971,1762.357076,2686.768757,2023.358839,787.1570797,2307.756591 +374972,1436.252871,2531.295867,1693.159411,640.181869,1703.410047 +374973,1865.494306,2724.671015,2119.431457,834.6256771,2490.517786 +374974,1436.411637,2543.418843,1687.977236,640.7141334,1684.693312 +374975,1881.264578,2732.525972,2129.862254,842.4922751,2504.011673 +374976,1451.372588,2551.506448,1696.386765,648.1801676,1697.987433 +374977,1897.604576,2747.864708,2140.588049,850.3785022,2518.355644 +374978,1467.03936,2553.957189,1706.425962,655.7722631,1711.425896 +374979,1913.166985,2757.304356,2149.78388,857.8245159,2531.766056 +374980,1482.207513,2564.686583,1715.79046,663.0927058,1724.458727 +374981,1928.802195,2769.273807,2159.443815,865.1905627,2545.132204 +374982,1497.875981,2568.501121,1725.720875,670.5342261,1737.594595 +374983,1943.056311,2775.360829,2173.067086,871.5480699,2557.032916 +374984,1512.363111,2584.842365,1726.172357,677.969946,1749.9001 +374985,1958.77084,2773.572302,2181.70972,878.5755279,2570.077655 +374986,1526.29608,2594.535551,1741.126605,684.5040022,1761.235971 +374987,1973.798377,2788.591563,2198.568406,885.5837392,2582.659931 +374988,1540.966698,2593.51579,1733.919463,691.2997172,1773.29743 +374989,1987.452583,2792.211659,2215.577041,891.7688654,2593.496531 +374990,1555.000177,2604.467565,1738.596076,697.8941437,1784.85972 +374991,2001.885301,2797.197495,2228.852385,898.320813,2618.861918 +374992,1568.644776,2609.855005,1740.637334,704.0629642,1774.770832 +374993,2015.875718,2796.310316,2239.66105,904.7203905,2626.390474 +374994,1581.763817,2628.898939,1747.611022,709.9907928,1803.844307 +374995,2030.104385,2788.750965,2247.844407,911.1217458,2627.88356 +374996,1592.69817,2643.095078,1752.822105,714.9635569,1814.254792 +374997,2047.023681,2782.706472,2258.98041,918.6147951,2641.218051 +374998,1737.86074,2717.510543,1893.130427,780.8632421,2063.67413 +374999,1860.601659,2718.132027,2067.795381,835.1437558,2283.421185 +375000,1846.872285,2733.128127,1994.229776,829.1488756,2251.085137 +375001,1860.910722,2732.637121,2059.890035,835.1571169,2266.642058 +375002,1870.308216,2741.348859,2016.949767,839.0882679,2273.102156 +375003,1879.122164,2732.763188,2055.96714,842.8389031,2278.892514 +375004,1887.838392,2746.214339,2067.877883,846.5386855,2284.698319 +375005,1896.585603,2744.676389,2031.13427,850.1230148,2290.071308 +375006,1904.919872,2745.787898,2076.236142,853.3593553,2295.41236 +375007,1913.460222,2748.04227,2066.438263,857.3813996,2300.651914 +375008,1921.861455,2750.312142,2074.603178,860.6453909,2305.876088 +375009,1930.144462,2753.138136,2080.254464,864.1682685,2310.833946 +375010,1938.598905,2759.514989,2085.755138,867.5792212,2315.887874 +375011,1946.818272,2750.341363,2091.247365,871.0548015,2320.73632 +375012,1955.074145,2761.58196,2096.799536,874.4620315,2325.723671 +375013,1963.224559,2760.586369,2102.08281,877.7813767,2330.474538 +375014,1971.279589,2760.672392,2107.868472,881.0583162,2335.23386 +375015,1979.438046,2761.632697,2121.34347,884.4835851,2340.003619 +375016,1987.397987,2762.949939,2105.237749,887.6902527,2344.516878 +375017,1995.430542,2769.448368,2129.811752,891.0402195,2349.155291 +375018,2003.422007,2761.414661,2127.601581,894.2241692,2353.696101 +375019,2011.297635,2767.680697,2134.754642,897.4486802,2358.202267 +375020,2019.440396,2766.090575,2138.628957,900.6184477,2362.658719 +375021,2027.128253,2767.370364,2145.199106,903.8715025,2367.073145 +375022,2034.972548,2765.364072,2162.918694,907.058708,2371.512484 +375023,2045.608,2764.916194,2135.664247,910.114233,2375.635908 +375024,2054.467955,2766.998071,2185.961678,913.3531742,2380.167825 +375025,2061.00368,2767.50109,2139.429307,916.4367585,2388.017892 +375026,2072.388054,2764.240577,2198.136347,919.4970757,2396.02028 +375027,2075.256854,2762.208725,2158.707876,922.6777172,2390.319726 +375028,2059.529079,2760.815816,2194.553917,925.6392236,2383.366149 +375029,2102.324873,2760.047848,2182.359115,928.6701712,2409.786477 +375030,2093.075635,2762.011885,2192.960929,931.7495696,2402.662912 +375031,2103.919202,2760.188467,2196.930172,934.6703947,2409.052164 +375032,2111.376123,2759.493421,2201.863657,937.6440911,2412.867914 +375033,2118.792112,2761.75896,2206.536293,940.4372891,2417.100212 +375034,2125.918855,2760.115129,2211.486123,943.4238837,2420.777102 +375035,2133.246037,2759.396489,2216.22123,946.2498662,2424.739882 +375036,2140.44426,2759.034676,2220.869953,949.1066182,2428.929058 +375037,2147.617169,2758.805598,2225.823825,951.9391876,2447.956393 +375038,2154.766462,2758.687304,2230.457287,954.7561406,2411.855322 +375039,2161.878235,2758.749189,2240.07086,957.5545477,2451.623603 +375040,2169.063729,2758.675822,2237.704727,960.3400578,2441.122352 +375041,2175.950808,2758.346367,2245.113465,963.1095176,2447.201897 +375042,2182.93945,2758.000003,2249.674528,965.8643698,2450.939558 +375043,2190.075267,2760.180736,2254.122595,968.5566892,2462.279507 +375044,2197.060164,2757.661633,2258.498554,971.3563961,2453.334039 +375045,2203.838643,2755.840204,2263.449625,974.0324539,2456.851374 +375046,2210.815225,2753.486496,2267.88158,976.7413067,2468.979423 +375047,2217.666889,2744.930261,2272.329481,979.475497,2475.568794 +375048,2224.505525,2749.744159,2281.700669,982.0783954,2470.503464 +375049,2231.425451,2740.386309,2279.63661,984.7257978,2465.836609 +375050,2237.933134,2740.68889,2286.160427,987.4404666,2496.295599 +375051,2244.937069,2739.532945,2290.848692,990.0433436,2479.306796 +375052,2251.56887,2737.339254,2295.217648,992.6772328,2482.722485 +375053,2258.400576,2728.313891,2303.891109,995.2926045,2494.611056 +375054,2264.900537,2736.59301,2302.577172,997.8464742,2491.468712 +375055,2271.633528,2723.515859,2308.931193,1000.564994,2496.930507 +375056,2278.237279,2724.716472,2313.182979,1003.036558,2499.74214 +375057,2284.71491,2716.737298,2321.58023,1005.652821,2503.124223 +375058,2291.581623,2725.362622,2320.84499,1008.207279,2506.281812 +375059,2297.856617,2709.490327,2330.252241,1010.75952,2515.691799 +375060,2304.480855,2712.004877,2329.908619,1013.302186,2509.448687 +375061,2192.677234,2652.440671,2216.778066,962.2494927,2284.26166 +375062,2195.582179,2646.860681,2219.221394,963.2921862,2319.120846 +375063,2199.996081,2648.286004,2224.896906,964.8634453,2292.958148 +375064,2204.237643,2637.106625,2221.534341,966.427746,2308.734636 +375065,2208.500494,2634.019774,2225.715472,968.1036183,2305.809434 +375066,2213.054156,2630.278771,2233.452399,969.8057654,2308.244044 +375067,2217.687176,2625.417249,2225.13859,971.5321241,2311.858898 +375068,2222.25936,2614.091749,2240.170175,973.2694119,2318.807832 +375069,2226.65783,2623.085347,2235.505082,975.0132848,2302.545141 +375070,2231.308918,2602.818426,2239.005471,976.7613547,2319.615699 +375071,2235.851867,2606.210901,2242.399293,978.4602489,2321.605403 +375072,2240.408024,2600.622578,2249.1047,980.2879644,2316.848143 +375073,2244.956725,2594.38323,2246.68459,982.0027828,2318.487542 +375074,2249.497154,2589.439284,2249.956829,983.7625529,2341.259145 +375075,2254.149265,2584.514568,2257.657496,985.5134794,2307.466249 +375076,2258.483145,2578.744988,2255.402548,987.3161459,2342.820261 +375077,2262.960776,2566.401123,2257.817377,988.9867045,2321.669894 +375078,2267.620055,2576.967794,2265.250071,990.7720256,2337.141993 +375079,2272.017755,2552.48025,2263.903018,992.4568671,2332.028723 +375080,2276.508199,2558.394164,2269.852742,994.2815423,2336.342186 +375081,2280.968156,2550.485261,2269.055028,995.9862527,2337.903849 +375082,2285.41399,2544.128315,2275.415946,997.7349479,2339.92585 +375083,2289.844971,2538.549845,2273.580592,999.4771671,2341.733224 +375084,2294.386787,2532.653752,2274.994653,1001.212206,2343.943493 +375085,2298.598074,2526.298435,2274.374835,1002.950506,2345.799185 +375086,2303.080156,2520.67764,2273.921356,1004.681266,2347.812905 +375087,2307.428519,2514.15213,2271.084181,1006.415173,2349.828935 +375088,2317.155535,2508.02847,2269.044133,1008.142627,2351.617456 +375089,2313.012492,2501.591093,2267.517478,1009.814899,2360.015383 +375090,2334.258335,2488.543715,2267.671212,1011.67526,2346.311121 +375091,2305.925074,2490.860828,2265.355309,1013.231557,2367.722842 +375092,2333.912844,2480.917706,2264.065194,1014.942566,2355.811146 +375093,2333.449686,2474.094813,2262.984696,1016.591389,2362.196035 +375094,2336.496417,2467.622151,2262.028527,1018.241419,2363.508607 +375095,2341.121816,2460.848349,2262.929349,1019.886666,2365.263487 +375096,2345.308709,2453.613979,2261.224607,1021.530009,2366.927979 +375097,2349.361772,2446.713135,2260.199744,1023.109044,2369.103832 +375098,2353.405429,2439.742798,2259.472555,1024.826011,2370.893977 +375099,2357.560349,2432.328585,2258.896203,1026.412529,2372.571386 +375100,2361.362794,2425.123875,2258.409666,1028.043836,2374.681867 +375101,2365.310768,2417.897904,2257.991168,1029.661714,2376.469914 +375102,2369.446873,2410.470242,2257.623957,1031.274701,2378.356319 +375103,2373.290303,2403.040447,2257.290984,1032.939826,2380.050862 +375104,2377.226749,2395.710292,2256.988626,1034.457974,2382.066709 +375105,2381.255074,2387.850091,2256.709278,1036.097649,2383.901016 +375106,2384.922747,2380.420269,2256.457374,1037.624615,2385.76535 +375107,2388.870808,2372.665773,2256.234552,1039.300648,2387.380305 +375108,2392.678057,2364.95737,2256.043117,1040.843475,2389.496681 +375109,2396.4837,2357.335772,2255.879184,1042.432516,2391.167013 +375110,2400.267007,2349.238535,2255.737511,1044.007985,2393.117725 +375111,2404.028455,2341.370546,2255.731675,1045.578655,2400.050756 +375112,2407.901605,2333.499186,2255.730706,1047.144738,2394.389439 +375113,2411.410047,2318.186239,2255.486063,1048.706314,2398.899055 +375114,2415.0655,2320.230714,2255.275139,1050.262945,2400.491963 +375115,2418.923999,2307.527255,2255.261748,1051.815106,2402.31168 +375116,2426.836401,2300.179142,2255.270082,1053.302452,2403.659111 +375117,2423.560471,2292.031259,2255.290941,1054.935667,2405.921393 +375118,2446.284268,2283.824065,2255.339634,1056.490922,2407.292784 +375119,2406.618777,2275.631786,2255.452053,1057.944236,2409.158605 +375120,2450.225691,2267.063758,2255.604599,1059.516666,2416.713981 +375121,2196.30024,2143.469343,2249.636445,951.8303079,1954.043527 +375122,2200.595657,2139.732636,2223.836616,950.5057041,1982.520732 +375123,2211.499906,2129.792593,2192.231581,950.2737643,1963.498666 +375124,2182.001621,2113.860765,2165.488031,950.058698,1963.669204 +375125,2191.238031,2107.074733,2145.608495,950.3360025,1966.551159 +375126,2204.742781,2096.343813,2131.471125,950.6093528,1958.311428 +375127,2196.960444,2086.498181,2121.291583,950.878664,1951.14565 +375128,2200.227528,2075.093784,2113.659682,951.2680572,1960.796318 +375129,2201.484366,2060.936092,2107.754843,951.7877401,1954.117292 +375130,2202.886048,2063.178203,2103.12812,952.2254233,1954.123619 +375131,2204.009159,2037.336306,2099.467489,952.7406976,1962.825545 +375132,2205.47493,2050.906174,2096.532517,953.2719509,1937.491589 +375133,2206.724453,2005.555966,2094.153173,953.8250429,1958.46783 +375134,2208.36547,2029.322075,2092.148587,954.3981798,1949.240617 +375135,2209.735637,1995.980963,2090.399012,954.9900012,1950.485773 +375136,2211.250018,2007.659075,2088.830881,955.5408369,1956.16107 +375137,2212.769531,1995.527707,2087.401481,956.2537104,1937.699222 +375138,2214.445514,1952.068359,2086.131967,956.8529524,1961.408388 +375139,2215.800997,1980.012492,2084.95277,957.5772626,1944.145312 +375140,2217.479945,1953.948444,2083.810493,958.1588652,1939.24341 +375141,2219.057718,1947.326467,2082.694367,958.8850981,1966.058781 +375142,2220.676106,1937.445587,2083.427299,959.5717429,1937.376283 +375143,2222.298663,1927.880947,2081.490427,960.2828059,1937.184683 +375144,2223.949542,1936.752191,2080.327563,961.0027285,1966.891541 +375145,2225.606051,1881.548105,2079.437013,961.7360212,1932.720212 +375146,2227.280783,1918.703561,2080.363345,962.4789856,1955.271095 +375147,2228.957435,1875.694735,2078.519279,963.2356295,1943.429567 +375148,2230.656494,1884.101067,2077.301007,963.9994522,1946.928508 +375149,2232.49923,1868.467696,2076.444319,964.7748066,1946.403132 +375150,2234.005269,1859.809188,2075.869481,965.5594271,1946.320148 +375151,2235.774531,1850.026966,2077.248989,966.3184676,1946.307387 +375152,2241.56312,1840.489009,2075.967246,967.0211614,1946.342197 +375153,2233.453193,1853.122307,2075.306994,967.8765555,1946.445402 +375154,2261.577421,1788.979407,2074.90331,968.605119,1946.386767 +375155,2214.080677,1844.553445,2074.655414,969.3914736,1946.69838 +375156,2257.451451,1773.050676,2076.264675,970.172428,1946.747753 +375157,2267.614687,1804.353919,2075.10619,970.9632721,1946.904673 +375158,2210.430618,1779.91368,2076.333584,971.752658,1947.159713 +375159,2266.813198,1773.083081,2075.030456,972.5539607,1947.29402 +375160,2247.124684,1763.570066,2074.384946,973.3544085,1947.587465 +375161,2252.443922,1753.987454,2073.987924,974.1618474,1947.799638 +375162,2254.296872,1744.835925,2075.51343,974.9714232,1947.980481 +375163,2256.015594,1735.196288,2076.140376,975.7880543,1948.431621 +375164,2257.757887,1725.808235,2074.646979,976.6079949,1948.659681 +375165,2259.518831,1716.63109,2075.727629,977.4275748,1949.012868 +375166,2261.277318,1707.274324,2076.130092,978.2553254,1949.364932 +375167,2263.049479,1698.050274,2074.636953,979.0852205,1955.3898 +375168,2264.841255,1688.751629,2075.651191,979.9144407,1941.438951 +375169,2266.771232,1679.86742,2074.264535,980.7524645,1959.939241 +375170,2268.380755,1670.558851,2075.532427,981.5863386,1947.566902 +375171,2270.298559,1676.992566,2075.976544,982.4282169,1951.901321 +375172,2272.11369,1630.294933,2074.416925,983.2711331,1952.107041 +375173,2273.980231,1662.129606,2075.541899,984.1123364,1952.400811 +375174,2275.845629,1621.219999,2076.003829,984.9602367,1952.797604 +375175,2277.734234,1631.242708,2074.486736,985.8709199,1953.266425 +375176,2279.656591,1616.136575,2075.604217,986.6260304,1953.795882 +375177,2281.57974,1608.422684,2074.321225,987.5229825,1954.029208 +375178,2283.544257,1599.905079,2073.821769,988.3647767,1954.815279 +375179,2285.526872,1591.345543,2073.630081,989.2181992,1955.220133 +375180,2287.538888,1582.764424,2073.597041,990.5827034,1955.716027 +375181,2546.332981,1681.97268,2083.218387,1096.896755,2194.53685 +375182,2521.078298,1684.947252,2109.308994,1100.808323,2218.097618 +375183,2540.640068,1655.439214,2140.780926,1102.546912,2245.956162 +375184,2542.012664,1668.437604,2166.627894,1104.769491,2268.497613 +375185,2546.045443,1653.52162,2185.412038,1106.471377,2284.751763 +375186,2550.069435,1648.102183,2198.387926,1108.283029,2295.921409 +375187,2554.129964,1640.946164,2207.393075,1109.963399,2303.573642 +375188,2557.789178,1633.978826,2213.84566,1111.605872,2308.898165 +375189,2561.760814,1627.21116,2218.664855,1113.211875,2312.69359 +375190,2565.485302,1620.313119,2222.40767,1114.786929,2315.469539 +375191,2569.540468,1613.562668,2225.415393,1116.335414,2317.551413 +375192,2573.175491,1606.880613,2227.903965,1117.821188,2319.146866 +375193,2577.064985,1600.264045,2230.016477,1119.353388,2320.390918 +375194,2580.789355,1593.738388,2233.587619,1120.803118,2323.50965 +375195,2584.491704,1587.296918,2234.309476,1122.254064,2323.204368 +375196,2588.186994,1580.94565,2235.451745,1123.696039,2323.455255 +375197,2591.922506,1574.686234,2236.672009,1125.11856,2323.821851 +375198,2595.629838,1568.607778,2239.629592,1126.526326,2326.341153 +375199,2599.824678,1562.371578,2239.934323,1127.913652,2325.634253 +375200,2604.566666,1556.61601,2242.522502,1129.290886,2327.749737 +375201,2609.270986,1550.801406,2242.646469,1130.683717,2326.857442 +375202,2614.478141,1544.939925,2245.155326,1132.002667,2328.902082 +375203,2619.220204,1539.357086,2245.243145,1133.360536,2327.985039 +375204,2624.136143,1533.819552,2246.003651,1134.647773,2327.895997 +375205,2629.251475,1528.308694,2248.710841,1135.979123,2330.200557 +375206,2634.089957,1523.143653,2248.883435,1137.233761,2329.409279 +375207,2639.223855,1517.906024,2251.382865,1138.538208,2331.488636 +375208,2643.979337,1512.86599,2253.148316,1139.766069,2332.68505 +375209,2649.282892,1507.937512,2252.921845,1141.108899,2331.447413 +375210,2654.211464,1503.42773,2253.486531,1142.209524,2331.175757 +375211,2659.223169,1498.744594,2256.045261,1143.437522,2333.348928 +375212,2664.207446,1494.612998,2257.79827,1144.585477,2334.552952 +375213,2669.150941,1490.368024,2257.52458,1146.447271,2333.29081 +375214,2674.301003,1486.289077,2259.725354,1148.05877,2335.08174 +375215,2679.031369,1482.260709,2259.553167,1149.559037,2333.965724 +375216,2684.083749,1478.297092,2261.78178,1151.1915,2335.809969 +375217,2689.140797,1474.38075,2261.619724,1153.001972,2334.727042 +375218,2702.447651,1470.523214,2264.165378,1154.790085,2336.752883 +375219,2687.190624,1466.61698,2265.656034,1156.634265,2337.749527 +375220,2717.409567,1462.979622,2265.179347,1158.547211,2336.342684 +375221,2704.900083,1461.238972,2265.634869,1160.529266,2336.081151 +375222,2715.342946,1459.044852,2266.261251,1162.576542,2336.020736 +375223,2719.750856,1456.368778,2267.001948,1164.690068,2336.100288 +375224,2724.939161,1454.014867,2269.562688,1166.86913,2338.43716 +375225,2729.584402,1451.584609,2269.522411,1169.181321,2337.590893 +375226,2734.818841,1449.192993,2270.050138,1171.381587,2337.456602 +375227,2739.880717,1446.821527,2272.456247,1173.802778,2339.645927 +375228,2744.661305,1444.463958,2272.315897,1176.219712,2338.708305 +375229,2749.898396,1442.132717,2272.777781,1178.714396,2338.518497 +375230,2754.769953,1439.729178,2273.442969,1181.268313,2338.780794 +375231,2759.747819,1437.568413,2274.20806,1183.92804,2338.955553 +375232,2765.112081,1435.226042,2276.721935,1186.574108,2341.296904 +375233,2769.928626,1432.985095,2278.315046,1189.350134,2342.530218 +375234,2774.918793,1430.739416,2279.521581,1192.115776,2343.314571 +375235,2779.871978,1428.52126,2278.833097,1194.940873,2341.76912 +375236,2785.149091,1426.320123,2280.662074,1197.981459,2343.323057 +375237,2789.994093,1424.21758,2281.871371,1200.989234,2344.114137 +375238,2794.897213,1421.922506,2281.174285,1203.937499,2342.557371 +375239,2799.845598,1419.833065,2281.30838,1207.10005,2342.019077 +375240,2805.326065,1417.604024,2283.455851,1210.259078,2343.96343 +375241,2860.44721,1438.157644,2287.970411,1236.104461,2350.185339 +375242,2862.394401,1437.109913,2295.030253,1240.344617,2360.07928 +375243,2870.132601,1435.693535,2301.088128,1244.310485,2368.893178 +375244,2876.489444,1433.934609,2308.564305,1248.148855,2379.919577 +375245,2881.638751,1432.174734,2314.248196,1251.952028,2388.809848 +375246,2887.137627,1430.502835,2318.696888,1255.752029,2396.173711 +375247,2892.630663,1428.628909,2322.31931,1259.567268,2402.460321 +375248,2897.59934,1426.80763,2323.750375,1263.333685,2405.93259 +375249,2902.978968,1424.967843,2325.77802,1267.329145,2410.032431 +375250,2908.537866,1423.120698,2327.968664,1271.195606,2414.223208 +375251,2913.974814,1421.273732,2331.852016,1275.172919,2420.431705 +375252,2918.727942,1419.421468,2333.102272,1279.18321,2423.299965 +375253,2924.129876,1417.57588,2335.028257,1283.31785,2426.711846 +375254,2929.649645,1415.648365,2338.52016,1287.310548,2432.284277 +375255,2934.567433,1413.924545,2341.11674,1291.51884,2436.692611 +375256,2939.451524,1412.028336,2341.685329,1295.710499,2438.50831 +375257,2952.120653,1410.290457,2343.124772,1299.965772,2441.362888 +375258,2940.098446,1408.338298,2344.666828,1304.269503,2444.29122 +375259,2964.921064,1406.572207,2346.286463,1308.624724,2447.275554 +375260,2958.47287,1404.741076,2348.124544,1313.03056,2450.506572 +375261,2964.879721,1402.927479,2349.84817,1317.487488,2453.575064 +375262,2971.245888,1401.122322,2353.277459,1321.996109,2458.570758 +375263,2975.334541,1399.317763,2353.985656,1326.633204,2460.358374 +375264,2980.430879,1397.443395,2355.197028,1331.12491,2462.78616 +375265,2985.844448,1395.776123,2358.159823,1335.766056,2467.455962 +375266,2989.871544,1393.935964,2358.691744,1340.58126,2468.979162 +375267,2995.680381,1392.176968,2361.500758,1345.290837,2473.259517 +375268,3000.229158,1390.409006,2363.527985,1350.116051,2476.613222 +375269,3005.584288,1388.648759,2363.505196,1354.981674,2477.560013 +375270,3014.045164,1386.980623,2365.827342,1359.899022,2481.626797 +375271,3028.204793,1385.050396,2366.478962,1364.743485,2483.209865 +375272,3019.724466,1383.293984,2367.498781,1369.617607,2485.593065 +375273,3045.546423,1381.387918,2370.690549,1374.528914,2490.360811 +375274,3043.958557,1379.692867,2371.590313,1379.557309,2492.367696 +375275,3052.266127,1377.83146,2373.185386,1384.427979,2495.043493 +375276,3061.953324,1376.040468,2374.697385,1389.514068,2497.87535 +375277,3076.839555,1374.243515,2376.487438,1394.571117,2501.087726 +375278,3069.399854,1372.451081,2378.19007,1399.679136,2504.204365 +375279,3093.426804,1370.664519,2380.036563,1404.827527,2507.245066 +375280,3094.930139,1368.803605,2381.873953,1410.015162,2510.534452 +375281,3102.453722,1367.144318,2383.630448,1415.241923,2513.74182 +375282,3118.328828,1365.39965,2385.423814,1420.425012,2517.009594 +375283,3120.598842,1390.04975,2387.231549,1426.994361,2520.306022 +375284,3128.077143,1322.510052,2388.914392,1432.956562,2523.45385 +375285,3144.383537,1378.97662,2390.685193,1436.958975,2526.720951 +375286,3147.464315,1370.615495,2392.642254,1445.913359,2529.974091 +375287,3153.861053,1333.068267,2394.239085,1444.557734,2533.032094 +375288,3168.610678,1387.130105,2395.790018,1465.290511,2536.245165 +375289,3173.073792,1318.793785,2397.452703,1438.466089,2539.392249 +375290,3178.87438,1387.402494,2398.958958,1472.021978,2542.345499 +375291,3185.846551,1315.77905,2400.219985,1468.422204,2544.997108 +375292,3192.16072,1378.174596,2401.341812,1474.77156,2547.478981 +375293,3195.978628,1319.977379,2402.306434,1480.818919,2549.767383 +375294,3199.781161,1364.690986,2403.039952,1486.518203,2551.769087 +375295,3203.617087,1327.021727,2403.545964,1492.244992,2553.487505 +375296,3207.54798,1350.013113,2403.885595,1498.003108,2554.998254 +375297,3211.557418,1334.575099,2404.089434,1503.875937,2556.339978 +375298,3215.652156,1339.552372,2404.200025,1509.477949,2557.567416 +375299,3219.822493,1335.850856,2404.241004,1515.517428,2558.712464 +375300,3224.058917,1334.575626,2404.227941,1521.317932,2559.797228 +375301,3226.937813,1300.044724,2402.674658,1494.354769,2558.03821 +375302,3225.442233,1298.117053,2397.787489,1499.965694,2551.204556 +375303,3222.196221,1296.511362,2391.466348,1506.002674,2541.924481 +375304,3219.754657,1294.894493,2385.565446,1511.73452,2532.871448 +375305,3219.044603,1293.240769,2380.620774,1517.924257,2524.948467 +375306,3219.88426,1291.786192,2376.912902,1523.883136,2518.609279 +375307,3221.771834,1290.192287,2373.943042,1529.962936,2513.334193 +375308,3224.288855,1288.67656,2371.443659,1536.145989,2508.8185 +375309,3227.182266,1287.165922,2369.248341,1542.142383,2504.862346 +375310,3230.31919,1285.669719,2367.264191,1548.359586,2501.346268 +375311,3233.62885,1284.187849,2365.436767,1554.527532,2498.193444 +375312,3237.068661,1282.719268,2363.729737,1560.73284,2495.347496 +375313,3240.607597,1281.335891,2362.115251,1567.047858,2492.761871 +375314,3246.880159,1279.785871,2362.215986,1573.17105,2492.481089 +375315,3249.202835,1278.408529,2359.918411,1579.413673,2489.299967 +375316,3252.366485,1276.977489,2357.967263,1590.515121,2486.898498 +375317,3258.471636,1275.56971,2358.208352,1588.43102,2486.881533 +375318,3260.739423,1274.176479,2355.730838,1601.680126,2483.982201 +375319,3263.885852,1272.790973,2353.992863,1613.253612,2481.837732 +375320,3267.303267,1271.418345,2352.404762,1619.895115,2479.945346 +375321,3270.893612,1270.056492,2350.906562,1629.139105,2478.227414 +375322,3274.59811,1268.705384,2349.46726,1637.873446,2476.643903 +375323,3278.655764,1267.36525,2348.064737,1646.636366,2475.163735 +375324,3282.405901,1266.035587,2346.505365,1670.745891,2473.730918 +375325,3286.235594,1261.499273,2345.190073,1649.266759,2472.409301 +375326,3290.553975,1259.641708,2343.416197,1684.325701,2471.195964 +375327,3295.074774,1258.04113,2341.570519,1691.193609,2469.986932 +375328,3299.591463,1256.521688,2340.059028,1701.991557,2468.785945 +375329,3304.052814,1255.046876,2338.201799,1708.783815,2467.632286 +375330,3308.521346,1253.60244,2336.314073,1696.766115,2466.586043 +375331,3312.930868,1252.111727,2334.688835,1734.753294,2465.580372 +375332,3317.112585,1250.628006,2332.84579,1738.30326,2464.533383 +375333,3321.177942,1249.156635,2331.241255,1731.64923,2463.539447 +375334,3325.241168,1247.69779,2329.754678,1758.427649,2462.685856 +375335,3329.251927,1246.251994,2328.328263,1752.585619,2461.909092 +375336,3333.324701,1244.818443,2327.020375,1765.364568,2461.289965 +375337,3337.666735,1243.397327,2325.946177,1772.36887,2460.98022 +375338,3342.245369,1241.988057,2325.073608,1779.936579,2460.940726 +375339,3346.934876,1240.59067,2324.331526,1787.374789,2461.081197 +375340,3354.324846,1239.203104,2325.278692,1795.149299,2463.426574 +375341,3357.656338,1237.830463,2323.868853,1802.402741,2462.737797 +375342,3361.800234,1236.464114,2322.998561,1809.783863,2462.754461 +375343,3366.179336,1235.110196,2322.301791,1817.178744,2462.991608 +375344,3370.938071,1233.765523,2321.698692,1824.385448,2463.346134 +375345,3375.421977,1232.430771,2321.150815,1831.513887,2463.771217 +375346,3379.898355,1231.105227,2320.639222,1838.511708,2464.244223 +375347,3384.462789,1229.791096,2320.216121,1851.607076,2464.833398 +375348,3388.993348,1228.483901,2319.809033,1850.072874,2465.443242 +375349,3393.376707,1227.18532,2319.533508,1860.595438,2465.983247 +375350,3397.714848,1225.964852,2319.044198,1866.800534,2466.528579 +375351,3402.025511,1224.580383,2318.564832,1873.231301,2467.290092 +375352,3406.568193,1223.355488,2318.08503,1880.038064,2467.834706 +375353,3410.716128,1222.078903,2317.78332,1886.470156,2468.37261 +375354,3414.810628,1220.82018,2317.244361,1892.991622,2468.909808 +375355,3418.866654,1219.499443,2316.83022,1899.195919,2469.451177 +375356,3422.891364,1218.35766,2316.138422,1905.689172,2470 +375357,3427.082935,1217.071933,2315.51344,1911.880974,2470.553859 +375358,3431.183865,1215.852506,2315.160487,1917.954722,2471.102701 +375359,3434.927681,1214.629534,2314.852728,1924.085016,2471.643503 +375360,3438.053633,1213.412915,2314.403196,1930.004659,2472.184794 +375361,3441.759133,1145.964854,2314.225432,1872.712761,2473.493089 +375362,3434.983058,1144.140257,2306.419014,1873.499482,2462.834827 +375363,3422.978912,1142.541736,2294.643211,1880.529593,2446.508787 +375364,3412.941494,1141.004244,2284.032052,1885.80425,2431.150264 +375365,3407.016303,1139.499291,2276.071324,1890.849496,2418.792617 +375366,3404.4184,1138.075095,2270.383063,1896.052906,2409.369153 +375367,3403.999142,1136.505584,2266.279958,1901.193033,2402.15527 +375368,3405.181636,1135.084942,2263.18086,1906.158077,2396.48486 +375369,3407.366017,1133.619212,2260.718165,1910.952537,2391.91492 +375370,3410.115003,1132.106962,2258.686693,1915.98648,2388.181918 +375371,3413.202663,1127.643363,2256.993803,1922.429235,2385.152152 +375372,3416.832351,1125.667065,2255.224451,1927.62886,2382.72129 +375373,3420.299775,1123.956966,2253.43121,1932.397311,2380.760908 +375374,3423.960073,1122.305223,2251.732544,1937.136208,2379.167516 +375375,3427.461618,1120.751882,2250.185192,1941.753432,2377.874312 +375376,3430.155562,1119.06735,2248.790243,1946.290549,2376.838174 +375377,3433.579195,1117.535739,2247.520136,1950.660195,2376.020301 +375378,3437.095442,1115.964461,2246.339529,1954.889029,2375.379787 +375379,3440.252289,1114.414301,2245.226286,1959.27539,2374.888798 +375380,3443.624537,1112.874788,2244.164286,1963.346385,2374.523054 +375381,3446.641896,1111.345149,2243.140124,1967.395852,2374.259756 +375382,3449.571062,1109.824622,2241.959797,1971.352102,2374.086547 +375383,3452.428205,1108.312913,2241.005579,1975.263153,2373.993272 +375384,3455.214084,1106.809504,2240.077931,1978.957107,2373.96532 +375385,3457.925781,1105.314241,2239.166031,1982.659772,2373.990158 +375386,3460.979628,1103.825759,2238.344294,1991.79069,2374.158466 +375387,3463.550886,1102.347064,2237.455175,1982.27201,2374.270621 +375388,3466.024831,1100.873785,2236.564776,2001.336255,2374.404131 +375389,3468.558584,1099.408346,2235.763493,1994.663969,2374.667216 +375390,3470.921668,1097.949787,2234.904507,2000.140651,2374.87412 +375391,3473.174937,1096.356964,2234.024597,2004.089538,2375.067532 +375392,3475.481008,1094.738697,2233.169196,2007.6009,2375.320491 +375393,3477.850554,1093.109602,2232.308905,2011.251184,2375.607812 +375394,3480.279434,1091.473254,2231.436075,2014.94606,2375.921595 +375395,3482.750023,1089.831363,2230.551085,2018.59869,2376.258175 +375396,3485.240096,1088.184553,2229.654564,2022.244816,2376.612679 +375397,3487.730135,1086.533438,2228.745841,2025.755103,2376.979129 +375398,3490.208938,1084.937979,2227.82563,2029.181516,2377.354277 +375399,3492.674315,1083.191347,2226.897769,2032.841243,2377.739629 +375400,3495.11853,1081.570413,2225.96106,2036.221076,2378.131077 +375401,3497.531005,1079.895056,2225.011594,2039.628762,2378.521571 +375402,3500.195822,1078.224952,2224.047807,2042.984846,2378.907282 +375403,3502.523499,1076.551673,2223.07091,2046.310413,2379.288078 +375404,3504.806257,1074.815345,2222.083226,2049.517799,2379.665478 +375405,3507.053791,1073.222713,2221.085853,2052.740098,2380.039724 +375406,3509.268928,1071.497779,2220.079414,2055.895253,2380.410678 +375407,3511.590504,1069.820502,2219.151436,2064.255711,2380.886928 +375408,3513.754241,1068.131381,2218.140567,2055.330864,2381.267278 +375409,3515.848665,1066.497451,2217.102546,2072.188988,2381.620269 +375410,3518.047922,1064.716341,2216.145802,2067.072008,2382.080155 +375411,3520.107409,1063.058966,2215.119902,2071.076503,2382.459287 +375412,3524.637538,1061.347514,2215.648348,2074.787632,2384.786072 +375413,3525.152647,1059.644938,2213.722097,2076.916604,2384.067165 +375414,3529.028285,1057.934795,2213.895946,2080.052914,2385.972968 +375415,3529.137237,1056.226616,2211.753141,2082.317785,2384.992425 +375416,3530.175364,1054.511304,2210.187672,2085.077666,2384.723804 +375417,3531.528192,1052.794718,2208.815768,2087.686315,2384.684481 +375418,3533.025538,1051.074571,2207.543089,2090.183345,2384.763125 +375419,3534.573023,1049.351473,2206.321912,2092.637478,2384.907062 +375420,3536.120337,1047.682677,2205.126548,2095.116854,2385.088214 +375421,2181.388616,1045.72917,964.8049398,1629.041543,2276.941136 +375422,2258.83413,1174.624346,998.9461994,1682.363857,2313.57511 +375423,2346.255141,1178.038971,1038.929271,1738.126008,2340.812841 +375424,2429.19539,1178.107389,1077.955985,1785.526484,2366.092654 +375425,2498.313212,1177.13501,1111.675334,1819.325432,2388.45413 +375426,2552.588769,1176.297459,1139.415291,1841.092629,2407.165597 +375427,2594.964635,1175.146483,1162.19172,1854.89829,2422.860498 +375428,2628.721994,1174.019508,1181.200732,1864.215846,2436.274717 +375429,2656.447725,1172.839066,1197.292504,1871.079286,2447.921551 +375430,2679.1141,1171.630217,1211.045852,1876.52456,2458.183936 +375431,2698.018276,1170.403544,1222.8591,1881.038023,2467.30813 +375432,2713.83128,1169.144063,1233.00818,1884.83138,2475.605086 +375433,2727.139142,1167.921504,1241.750757,1888.090812,2482.813927 +375434,2738.443174,1166.663506,1249.313491,1890.972018,2489.268611 +375435,2748.095437,1165.421516,1255.8726,1893.568441,2495.053442 +375436,2756.386597,1164.202903,1261.581011,1895.953161,2500.251252 +375437,2763.583983,1162.980588,1266.569243,1898.199061,2504.937119 +375438,2769.881467,1161.763758,1270.946337,1900.335186,2509.177219 +375439,2775.435035,1160.556379,1274.803438,1902.375114,2513.029064 +375440,2780.366043,1159.35624,1278.217051,1904.334923,2516.542741 +375441,2784.747758,1158.164212,1281.237654,1906.198592,2519.731071 +375442,2788.691913,1156.904983,1283.931817,1907.993608,2522.659885 +375443,2792.289567,1155.836784,1286.355599,1909.74512,2525.385755 +375444,2795.582487,1177.821384,1288.541327,1911.449867,2527.92407 +375445,2798.607536,1118.435527,1290.518176,1913.107929,2530.292832 +375446,2801.397801,1169.858074,1292.312339,1914.721759,2532.511387 +375447,2803.982154,1164.721584,1293.946866,1916.294757,2534.598649 +375448,2806.381913,1124.674157,1295.440208,1917.827861,2536.568707 +375449,2808.615613,1160.195215,1296.808499,1919.322541,2538.434931 +375450,2810.697161,1161.933493,1298.065046,1920.778522,2540.207994 +375451,2812.638672,1121.394572,1299.22126,1922.196718,2541.897468 +375452,2814.309387,1157.698028,1300.286984,1923.406224,2543.513245 +375453,2815.629656,1154.583172,1301.271177,1924.312596,2545.064584 +375454,2816.590122,1123.390032,1302.355727,1924.915204,2546.556898 +375455,2817.218973,1171.111369,1303.193997,1925.25875,2547.995951 +375456,2817.552157,1107.965495,1303.968332,1925.390902,2549.38617 +375457,2817.622601,1177.768098,1304.685333,1925.347348,2550.731895 +375458,2817.456152,1099.603683,1305.349778,1925.150467,2552.036238 +375459,2817.07361,1177.473308,1305.965586,1924.814634,2553.302382 +375460,2816.491372,1096.897651,1306.535782,1924.349273,2554.532548 +375461,2815.723603,1173.092228,1307.063195,1923.761763,2555.729009 +375462,2814.781875,1097.286435,1307.550176,1923.057758,2556.893288 +375463,2813.676477,1166.420328,1307.99899,1922.242146,2558.026972 +375464,2812.415998,1099.403081,1308.411536,1921.318765,2559.131102 +375465,2811.008069,1158.473392,1308.789635,1920.290995,2560.206762 +375466,2809.459225,1102.455255,1309.134839,1919.161556,2561.254662 +375467,2807.775318,1149.826697,1309.448626,1917.932907,2562.275522 +375468,2805.961403,1105.993062,1309.732296,1916.607143,2563.269838 +375469,2804.0221,1140.878754,1309.987068,1915.186184,2564.238066 +375470,2801.961608,1109.650545,1310.21406,1913.671764,2565.180566 +375471,2799.783645,1131.760176,1310.414287,1912.065454,2566.097597 +375472,2797.491706,1113.362873,1310.588734,1910.368767,2566.98945 +375473,2795.088915,1122.682438,1310.738262,1908.583032,2567.856247 +375474,2792.578332,1117.09861,1310.863756,1906.709618,2568.698251 +375475,2789.962602,1116.968384,1310.965981,1904.749716,2569.515555 +375476,2787.244288,1115.392735,1311.045668,1902.704459,2570.308241 +375477,2784.425856,1114.204118,1311.103531,1900.57497,2571.076439 +375478,2781.506246,1112.889451,1311.14023,1898.359092,2571.821051 +375479,2778.488472,1111.457868,1311.156348,1896.058897,2572.541777 +375480,2775.376314,1110.162864,1311.152487,1893.677147,2573.238319 +375481,0,0,0,0,0 +375482,0,0,0,0,0 +375483,0,0,0,0,0 +375484,0,0,0,0,0 +375485,0,0,0,0,0 +375486,0,0,0,0,0 +375487,0,0,0,0,0 +375488,0,0,0,0,0 +375489,0,0,0,0,0 +375490,0,0,0,0,0 +375491,0,0,0,0,0 +375492,0,0,0,0,0 +375493,0,0,0,0,0 +375494,0,0,0,0,0 +375495,0,0,0,0,0 +375496,0,0,0,0,0 +375497,0,0,0,0,0 +375498,0,0,0,0,0 +375499,0,0,0,0,0 +375500,0,0,0,0,0 +375501,0,0,0,0,0 +375502,0,0,0,0,0 +375503,0,0,0,0,0 +375504,0,0,0,0,0 +375505,0,0,0,0,0 +375506,0,0,0,0,0 +375507,0,0,0,0,0 +375508,0,0,0,0,0 +375509,0,0,0,0,0 +375510,0,0,0,0,0 +375511,0,0,0,0,0 +375512,0,0,0,0,0 +375513,0,0,0,0,0 +375514,0,0,0,0,0 +375515,0,0,0,0,0 +375516,0,0,0,0,0 +375517,0,0,0,0,0 +375518,0,0,0,0,0 +375519,0,0,0,0,0 +375520,0,0,0,0,0 +375521,0,0,0,0,0 +375522,0,0,0,0,0 +375523,0,0,0,0,0 +375524,0,0,0,0,0 +375525,0,0,0,0,0 +375526,0,0,0,0,0 +375527,0,0,0,0,0 +375528,0,0,0,0,0 +375529,0,0,0,0,0 +375530,0,0,0,0,0 +375531,0,0,0,0,0 +375532,0,0,0,0,0 +375533,0,0,0,0,0 +375534,0,0,0,0,0 +375535,0,0,0,0,0 +375536,0,0,0,0,0 +375537,0,0,0,0,0 +375538,0,0,0,0,0 +375539,0,0,0,0,0 +375540,0,0,0,0,0 +375541,0,0,0,0,0 +375542,0,0,0,0,0 +375543,0,0,0,0,0 +375544,0,0,0,0,0 +375545,0,0,0,0,0 +375546,0,0,0,0,0 +375547,0,0,0,0,0 +375548,0,0,0,0,0 +375549,0,0,0,0,0 +375550,0,0,0,0,0 +375551,0,0,0,0,0 +375552,0,0,0,0,0 +375553,0,0,0,0,0 +375554,0,0,0,0,0 +375555,0,0,0,0,0 +375556,0,0,0,0,0 +375557,0,0,0,0,0 +375558,0,0,0,0,0 +375559,0,0,0,0,0 +375560,0,0,0,0,0 +375561,0,0,0,0,0 +375562,0,0,0,0,0 +375563,0,0,0,0,0 +375564,0,0,0,0,0 +375565,0,0,0,0,0 +375566,0,0,0,0,0 +375567,0,0,0,0,0 +375568,0,0,0,0,0 +375569,0,0,0,0,0 +375570,0,0,0,0,0 +375571,0,0,0,0,0 +375572,0,0,0,0,0 +375573,0,0,0,0,0 +375574,0,0,0,0,0 +375575,0,0,0,0,0 +375576,0,0,0,0,0 +375577,0,0,0,0,0 +375578,0,0,0,0,0 +375579,0,0,0,0,0 +375580,0,0,0,0,0 +375581,0,0,0,0,0 +375582,0,0,0,0,0 +375583,0,0,0,0,0 +375584,0,0,0,0,0 +375585,0,0,0,0,0 +375586,0,0,0,0,0 +375587,0,0,0,0,0 +375588,0,0,0,0,0 +375589,0,0,0,0,0 +375590,0,0,0,0,0 +375591,0,0,0,0,0 +375592,0,0,0,0,0 +375593,0,0,0,0,0 +375594,0,0,0,0,0 +375595,0,0,0,0,0 +375596,0,0,0,0,0 +375597,0,0,0,0,0 +375598,0,0,0,0,0 +375599,0,0,0,0,0 +375600,0,0,0,0,0 +375601,0,0,0,0,0 +375602,0,0,0,0,0 +375603,0,0,0,0,0 +375604,0,0,0,0,0 +375605,0,0,0,0,0 +375606,0,0,0,0,0 +375607,0,0,0,0,0 +375608,0,0,0,0,0 +375609,0,0,0,0,0 +375610,0,0,0,0,0 +375611,0,0,0,0,0 +375612,0,0,0,0,0 +375613,0,0,0,0,0 +375614,0,0,0,0,0 +375615,0,0,0,0,0 +375616,0,0,0,0,0 +375617,0,0,0,0,0 +375618,0,0,0,0,0 +375619,0,0,0,0,0 +375620,0,0,0,0,0 +375621,0,0,0,0,0 +375622,0,0,0,0,0 +375623,0,0,0,0,0 +375624,0,0,0,0,0 +375625,0,0,0,0,0 +375626,0,0,0,0,0 +375627,0,0,0,0,0 +375628,0,0,0,0,0 +375629,0,0,0,0,0 +375630,0,0,0,0,0 +375631,0,0,0,0,0 +375632,0,0,0,0,0 +375633,0,0,0,0,0 +375634,0,0,0,0,0 +375635,0,0,0,0,0 +375636,0,0,0,0,0 +375637,0,0,0,0,0 +375638,0,0,0,0,0 +375639,0,0,0,0,0 +375640,0,0,0,0,0 +375641,0,0,0,0,0 +375642,0,0,0,0,0 +375643,0,0,0,0,0 +375644,0,0,0,0,0 +375645,0,0,0,0,0 +375646,0,0,0,0,0 +375647,0,0,0,0,0 +375648,0,0,0,0,0 +375649,0,0,0,0,0 +375650,0,0,0,0,0 +375651,0,0,0,0,0 +375652,0,0,0,0,0 +375653,0,0,0,0,0 +375654,0,0,0,0,0 +375655,0,0,0,0,0 +375656,0,0,0,0,0 +375657,0,0,0,0,0 +375658,0,0,0,0,0 +375659,0,0,0,0,0 +375660,0,0,0,0,0 +375661,0,0,0,0,0 +375662,0,0,0,0,0 +375663,0,0,0,0,0 +375664,0,0,0,0,0 +375665,0,0,0,0,0 +375666,0,0,0,0,0 +375667,0,0,0,0,0 +375668,0,0,0,0,0 +375669,0,0,0,0,0 +375670,0,0,0,0,0 +375671,0,0,0,0,0 +375672,0,0,0,0,0 +375673,0,0,0,0,0 +375674,0,0,0,0,0 +375675,0,0,0,0,0 +375676,0,0,0,0,0 +375677,0,0,0,0,0 +375678,0,0,0,0,0 +375679,0,0,0,0,0 +375680,0,0,0,0,0 +375681,0,0,0,0,0 +375682,0,0,0,0,0 +375683,0,0,0,0,0 +375684,0,0,0,0,0 +375685,0,0,0,0,0 +375686,0,0,0,0,0 +375687,0,0,0,0,0 +375688,0,0,0,0,0 +375689,0,0,0,0,0 +375690,0,0,0,0,0 +375691,0,0,0,0,0 +375692,0,0,0,0,0 +375693,0,0,0,0,0 +375694,0,0,0,0,0 +375695,0,0,0,0,0 +375696,0,0,0,0,0 +375697,0,0,0,0,0 +375698,0,0,0,0,0 +375699,0,0,0,0,0 +375700,0,0,0,0,0 +375701,0,0,0,0,0 +375702,0,0,0,0,0 +375703,0,0,0,0,0 +375704,0,0,0,0,0 +375705,0,0,0,0,0 +375706,0,0,0,0,0 +375707,0,0,0,0,0 +375708,0,0,0,0,0 +375709,0,0,0,0,0 +375710,0,0,0,0,0 +375711,0,0,0,0,0 +375712,0,0,0,0,0 +375713,0,0,0,0,0 +375714,0,0,0,0,0 +375715,0,0,0,0,0 +375716,0,0,0,0,0 +375717,0,0,0,0,0 +375718,0,0,0,0,0 +375719,0,0,0,0,0 +375720,0,0,0,0,0 +375721,0,0,0,0,0 +375722,0,0,0,0,0 +375723,0,0,0,0,0 +375724,0,0,0,0,0 +375725,0,0,0,0,0 +375726,0,0,0,0,0 +375727,0,0,0,0,0 +375728,0,0,0,0,0 +375729,0,0,0,0,0 +375730,0,0,0,0,0 +375731,0,0,0,0,0 +375732,0,0,0,0,0 +375733,0,0,0,0,0 +375734,0,0,0,0,0 +375735,0,0,0,0,0 +375736,0,0,0,0,0 +375737,0,0,0,0,0 +375738,0,0,0,0,0 +375739,0,0,0,0,0 +375740,0,0,0,0,0 +375741,0,0,0,0,0 +375742,0,0,0,0,0 +375743,0,0,0,0,0 +375744,0,0,0,0,0 +375745,0,0,0,0,0 +375746,0,0,0,0,0 +375747,0,0,0,0,0 +375748,0,0,0,0,0 +375749,0,0,0,0,0 +375750,0,0,0,0,0 +375751,0,0,0,0,0 +375752,0,0,0,0,0 +375753,0,0,0,0,0 +375754,0,0,0,0,0 +375755,0,0,0,0,0 +375756,0,0,0,0,0 +375757,0,0,0,0,0 +375758,0,0,0,0,0 +375759,0,0,0,0,0 +375760,0,0,0,0,0 +375761,0,0,0,0,0 +375762,0,0,0,0,0 +375763,0,0,0,0,0 +375764,0,0,0,0,0 +375765,0,0,0,0,0 +375766,0,0,0,0,0 +375767,0,0,0,0,0 +375768,0,0,0,0,0 +375769,0,0,0,0,0 +375770,0,0,0,0,0 +375771,0,0,0,0,0 +375772,0,0,0,0,0 +375773,0,0,0,0,0 +375774,0,0,0,0,0 +375775,0,0,0,0,0 +375776,0,0,0,0,0 +375777,0,0,0,0,0 +375778,0,0,0,0,0 +375779,0,0,0,0,0 +375780,0,0,0,0,0 +375781,0,0,0,0,0 +375782,0,0,0,0,0 +375783,0,0,0,0,0 +375784,0,0,0,0,0 +375785,0,0,0,0,0 +375786,0,0,0,0,0 +375787,0,0,0,0,0 +375788,0,0,0,0,0 +375789,0,0,0,0,0 +375790,0,0,0,0,0 +375791,0,0,0,0,0 +375792,0,0,0,0,0 +375793,0,0,0,0,0 +375794,0,0,0,0,0 +375795,0,0,0,0,0 +375796,0,0,0,0,0 +375797,0,0,0,0,0 +375798,0,0,0,0,0 +375799,0,0,0,0,0 +375800,0,0,0,0,0 +375801,0,0,0,0,0 +375802,0,0,0,0,0 +375803,0,0,0,0,0 +375804,0,0,0,0,0 +375805,0,0,0,0,0 +375806,0,0,0,0,0 +375807,0,0,0,0,0 +375808,0,0,0,0,0 +375809,0,0,0,0,0 +375810,0,0,0,0,0 +375811,0,0,0,0,0 +375812,0,0,0,0,0 +375813,0,0,0,0,0 +375814,0,0,0,0,0 +375815,0,0,0,0,0 +375816,0,0,0,0,0 +375817,0,0,0,0,0 +375818,0,0,0,0,0 +375819,0,0,0,0,0 +375820,0,0,0,0,0 +375821,0,0,0,0,0 +375822,0,0,0,0,0 +375823,0,0,0,0,0 +375824,0,0,0,0,0 +375825,0,0,0,0,0 +375826,0,0,0,0,0 +375827,0,0,0,0,0 +375828,0,0,0,0,0 +375829,0,0,0,0,0 +375830,0,0,0,0,0 +375831,0,0,0,0,0 +375832,0,0,0,0,0 +375833,0,0,0,0,0 +375834,0,0,0,0,0 +375835,0,0,0,0,0 +375836,0,0,0,0,0 +375837,0,0,0,0,0 +375838,0,0,0,0,0 +375839,0,0,0,0,0 +375840,0,0,0,0,0 +375841,0,0,0,0,0 +375842,0,0,0,0,0 +375843,0,0,0,0,0 +375844,0,0,0,0,0 +375845,0,0,0,0,0 +375846,0,0,0,0,0 +375847,0,0,0,0,0 +375848,0,0,0,0,0 +375849,0,0,0,0,0 +375850,0,0,0,0,0 +375851,0,0,0,0,0 +375852,0,0,0,0,0 +375853,0,0,0,0,0 +375854,0,0,0,0,0 +375855,0,0,0,0,0 +375856,0,0,0,0,0 +375857,0,0,0,0,0 +375858,0,0,0,0,0 +375859,0,0,0,0,0 +375860,0,0,0,0,0 +375861,0,0,0,0,0 +375862,0,0,0,0,0 +375863,0,0,0,0,0 +375864,0,0,0,0,0 +375865,0,0,0,0,0 +375866,0,0,0,0,0 +375867,0,0,0,0,0 +375868,0,0,0,0,0 +375869,0,0,0,0,0 +375870,0,0,0,0,0 +375871,0,0,0,0,0 +375872,0,0,0,0,0 +375873,0,0,0,0,0 +375874,0,0,0,0,0 +375875,0,0,0,0,0 +375876,0,0,0,0,0 +375877,0,0,0,0,0 +375878,0,0,0,0,0 +375879,0,0,0,0,0 +375880,0,0,0,0,0 +375881,0,0,0,0,0 +375882,0,0,0,0,0 +375883,0,0,0,0,0 +375884,0,0,0,0,0 +375885,0,0,0,0,0 +375886,0,0,0,0,0 +375887,0,0,0,0,0 +375888,0,0,0,0,0 +375889,0,0,0,0,0 +375890,0,0,0,0,0 +375891,0,0,0,0,0 +375892,0,0,0,0,0 +375893,0,0,0,0,0 +375894,0,0,0,0,0 +375895,0,0,0,0,0 +375896,0,0,0,0,0 +375897,0,0,0,0,0 +375898,0,0,0,0,0 +375899,0,0,0,0,0 +375900,0,0,0,0,0 +375901,0,0,0,0,0 +375902,0,0,0,0,0 +375903,0,0,0,0,0 +375904,0,0,0,0,0 +375905,0,0,0,0,0 +375906,0,0,0,0,0 +375907,0,0,0,0,0 +375908,0,0,0,0,0 +375909,0,0,0,0,0 +375910,0,0,0,0,0 +375911,0,0,0,0,0 +375912,0,0,0,0,0 +375913,0,0,0,0,0 +375914,0,0,0,0,0 +375915,0,0,0,0,0 +375916,0,0,0,0,0 +375917,0,0,0,0,0 +375918,0,0,0,0,0 +375919,0,0,0,0,0 +375920,0,0,0,0,0 +375921,0,0,0,0,0 +375922,0,0,0,0,0 +375923,0,0,0,0,0 +375924,0,0,0,0,0 +375925,0,0,0,0,0 +375926,0,0,0,0,0 +375927,0,0,0,0,0 +375928,0,0,0,0,0 +375929,0,0,0,0,0 +375930,0,0,0,0,0 +375931,0,0,0,0,0 +375932,0,0,0,0,0 +375933,0,0,0,0,0 +375934,0,0,0,0,0 +375935,0,0,0,0,0 +375936,0,0,0,0,0 +375937,0,0,0,0,0 +375938,0,0,0,0,0 +375939,0,0,0,0,0 +375940,0,0,0,0,0 +375941,0,0,0,0,0 +375942,0,0,0,0,0 +375943,0,0,0,0,0 +375944,0,0,0,0,0 +375945,0,0,0,0,0 +375946,0,0,0,0,0 +375947,0,0,0,0,0 +375948,0,0,0,0,0 +375949,0,0,0,0,0 +375950,0,0,0,0,0 +375951,0,0,0,0,0 +375952,0,0,0,0,0 +375953,0,0,0,0,0 +375954,0,0,0,0,0 +375955,0,0,0,0,0 +375956,0,0,0,0,0 +375957,0,0,0,0,0 +375958,0,0,0,0,0 +375959,0,0,0,0,0 +375960,0,0,0,0,0 +375961,0,0,0,0,0 +375962,0,0,0,0,0 +375963,0,0,0,0,0 +375964,0,0,0,0,0 +375965,0,0,0,0,0 +375966,0,0,0,0,0 +375967,0,0,0,0,0 +375968,0,0,0,0,0 +375969,0,0,0,0,0 +375970,0,0,0,0,0 +375971,0,0,0,0,0 +375972,0,0,0,0,0 +375973,0,0,0,0,0 +375974,0,0,0,0,0 +375975,0,0,0,0,0 +375976,0,0,0,0,0 +375977,0,0,0,0,0 +375978,0,0,0,0,0 +375979,0,0,0,0,0 +375980,0,0,0,0,0 +375981,0,0,0,0,0 +375982,0,0,0,0,0 +375983,0,0,0,0,0 +375984,0,0,0,0,0 +375985,0,0,0,0,0 +375986,0,0,0,0,0 +375987,0,0,0,0,0 +375988,0,0,0,0,0 +375989,0,0,0,0,0 +375990,0,0,0,0,0 +375991,0,0,0,0,0 +375992,0,0,0,0,0 +375993,0,0,0,0,0 +375994,0,0,0,0,0 +375995,0,0,0,0,0 +375996,0,0,0,0,0 +375997,0,0,0,0,0 +375998,0,0,0,0,0 +375999,0,0,0,0,0 +376000,0,0,0,0,0 +376001,0,0,0,0,0 +376002,0,0,0,0,0 +376003,0,0,0,0,0 +376004,0,0,0,0,0 +376005,0,0,0,0,0 +376006,0,0,0,0,0 +376007,0,0,0,0,0 +376008,0,0,0,0,0 +376009,0,0,0,0,0 +376010,0,0,0,0,0 +376011,0,0,0,0,0 +376012,0,0,0,0,0 +376013,0,0,0,0,0 +376014,0,0,0,0,0 +376015,0,0,0,0,0 +376016,0,0,0,0,0 +376017,0,0,0,0,0 +376018,0,0,0,0,0 +376019,0,0,0,0,0 +376020,0,0,0,0,0 +376021,0,0,0,0,0 +376022,0,0,0,0,0 +376023,0,0,0,0,0 +376024,0,0,0,0,0 +376025,0,0,0,0,0 +376026,0,0,0,0,0 +376027,0,0,0,0,0 +376028,0,0,0,0,0 +376029,0,0,0,0,0 +376030,0,0,0,0,0 +376031,0,0,0,0,0 +376032,0,0,0,0,0 +376033,0,0,0,0,0 +376034,0,0,0,0,0 +376035,0,0,0,0,0 +376036,0,0,0,0,0 +376037,0,0,0,0,0 +376038,0,0,0,0,0 +376039,0,0,0,0,0 +376040,0,0,0,0,0 +376041,0,0,0,0,0 +376042,0,0,0,0,0 +376043,0,0,0,0,0 +376044,0,0,0,0,0 +376045,0,0,0,0,0 +376046,0,0,0,0,0 +376047,0,0,0,0,0 +376048,0,0,0,0,0 +376049,0,0,0,0,0 +376050,0,0,0,0,0 +376051,0,0,0,0,0 +376052,0,0,0,0,0 +376053,0,0,0,0,0 +376054,0,0,0,0,0 +376055,0,0,0,0,0 +376056,0,0,0,0,0 +376057,0,0,0,0,0 +376058,0,0,0,0,0 +376059,0,0,0,0,0 +376060,0,0,0,0,0 +376061,0,0,0,0,0 +376062,0,0,0,0,0 +376063,0,0,0,0,0 +376064,0,0,0,0,0 +376065,0,0,0,0,0 +376066,0,0,0,0,0 +376067,0,0,0,0,0 +376068,0,0,0,0,0 +376069,0,0,0,0,0 +376070,0,0,0,0,0 +376071,0,0,0,0,0 +376072,0,0,0,0,0 +376073,0,0,0,0,0 +376074,0,0,0,0,0 +376075,0,0,0,0,0 +376076,0,0,0,0,0 +376077,0,0,0,0,0 +376078,0,0,0,0,0 +376079,0,0,0,0,0 +376080,0,0,0,0,0 +376081,0,0,0,0,0 +376082,0,0,0,0,0 +376083,0,0,0,0,0 +376084,0,0,0,0,0 +376085,0,0,0,0,0 +376086,0,0,0,0,0 +376087,0,0,0,0,0 +376088,0,0,0,0,0 +376089,0,0,0,0,0 +376090,0,0,0,0,0 +376091,0,0,0,0,0 +376092,0,0,0,0,0 +376093,0,0,0,0,0 +376094,0,0,0,0,0 +376095,0,0,0,0,0 +376096,0,0,0,0,0 +376097,0,0,0,0,0 +376098,0,0,0,0,0 +376099,0,0,0,0,0 +376100,0,0,0,0,0 +376101,0,0,0,0,0 +376102,0,0,0,0,0 +376103,0,0,0,0,0 +376104,0,0,0,0,0 +376105,0,0,0,0,0 +376106,0,0,0,0,0 +376107,0,0,0,0,0 +376108,0,0,0,0,0 +376109,0,0,0,0,0 +376110,0,0,0,0,0 +376111,0,0,0,0,0 +376112,0,0,0,0,0 +376113,0,0,0,0,0 +376114,0,0,0,0,0 +376115,0,0,0,0,0 +376116,0,0,0,0,0 +376117,0,0,0,0,0 +376118,0,0,0,0,0 +376119,0,0,0,0,0 +376120,0,0,0,0,0 +376121,0,0,0,0,0 +376122,0,0,0,0,0 +376123,0,0,0,0,0 +376124,0,0,0,0,0 +376125,0,0,0,0,0 +376126,0,0,0,0,0 +376127,0,0,0,0,0 +376128,0,0,0,0,0 +376129,0,0,0,0,0 +376130,0,0,0,0,0 +376131,0,0,0,0,0 +376132,0,0,0,0,0 +376133,0,0,0,0,0 +376134,0,0,0,0,0 +376135,0,0,0,0,0 +376136,0,0,0,0,0 +376137,0,0,0,0,0 +376138,0,0,0,0,0 +376139,0,0,0,0,0 +376140,0,0,0,0,0 +376141,0,0,0,0,0 +376142,0,0,0,0,0 +376143,0,0,0,0,0 +376144,0,0,0,0,0 +376145,0,0,0,0,0 +376146,0,0,0,0,0 +376147,0,0,0,0,0 +376148,0,0,0,0,0 +376149,0,0,0,0,0 +376150,0,0,0,0,0 +376151,0,0,0,0,0 +376152,0,0,0,0,0 +376153,0,0,0,0,0 +376154,0,0,0,0,0 +376155,0,0,0,0,0 +376156,0,0,0,0,0 +376157,0,0,0,0,0 +376158,0,0,0,0,0 +376159,0,0,0,0,0 +376160,0,0,0,0,0 +376161,0,0,0,0,0 +376162,0,0,0,0,0 +376163,0,0,0,0,0 +376164,0,0,0,0,0 +376165,0,0,0,0,0 +376166,0,0,0,0,0 +376167,0,0,0,0,0 +376168,0,0,0,0,0 +376169,0,0,0,0,0 +376170,0,0,0,0,0 +376171,0,0,0,0,0 +376172,0,0,0,0,0 +376173,0,0,0,0,0 +376174,0,0,0,0,0 +376175,0,0,0,0,0 +376176,0,0,0,0,0 +376177,0,0,0,0,0 +376178,0,0,0,0,0 +376179,0,0,0,0,0 +376180,0,0,0,0,0 +376181,0,0,0,0,0 +376182,0,0,0,0,0 +376183,0,0,0,0,0 +376184,0,0,0,0,0 +376185,0,0,0,0,0 +376186,0,0,0,0,0 +376187,0,0,0,0,0 +376188,0,0,0,0,0 +376189,0,0,0,0,0 +376190,0,0,0,0,0 +376191,0,0,0,0,0 +376192,0,0,0,0,0 +376193,0,0,0,0,0 +376194,0,0,0,0,0 +376195,0,0,0,0,0 +376196,0,0,0,0,0 +376197,0,0,0,0,0 +376198,0,0,0,0,0 +376199,0,0,0,0,0 +376200,0,0,0,0,0 +376201,0,0,0,0,0 +376202,0,0,0,0,0 +376203,0,0,0,0,0 +376204,0,0,0,0,0 +376205,0,0,0,0,0 +376206,0,0,0,0,0 +376207,0,0,0,0,0 +376208,0,0,0,0,0 +376209,0,0,0,0,0 +376210,0,0,0,0,0 +376211,0,0,0,0,0 +376212,0,0,0,0,0 +376213,0,0,0,0,0 +376214,0,0,0,0,0 +376215,0,0,0,0,0 +376216,0,0,0,0,0 +376217,0,0,0,0,0 +376218,0,0,0,0,0 +376219,0,0,0,0,0 +376220,0,0,0,0,0 +376221,0,0,0,0,0 +376222,0,0,0,0,0 +376223,0,0,0,0,0 +376224,0,0,0,0,0 +376225,0,0,0,0,0 +376226,0,0,0,0,0 +376227,0,0,0,0,0 +376228,0,0,0,0,0 +376229,0,0,0,0,0 +376230,0,0,0,0,0 +376231,0,0,0,0,0 +376232,0,0,0,0,0 +376233,0,0,0,0,0 +376234,0,0,0,0,0 +376235,0,0,0,0,0 +376236,0,0,0,0,0 +376237,0,0,0,0,0 +376238,0,0,0,0,0 +376239,0,0,0,0,0 +376240,0,0,0,0,0 +376241,0,0,0,0,0 +376242,0,0,0,0,0 +376243,0,0,0,0,0 +376244,0,0,0,0,0 +376245,0,0,0,0,0 +376246,0,0,0,0,0 +376247,0,0,0,0,0 +376248,0,0,0,0,0 +376249,0,0,0,0,0 +376250,0,0,0,0,0 +376251,0,0,0,0,0 +376252,0,0,0,0,0 +376253,0,0,0,0,0 +376254,0,0,0,0,0 +376255,0,0,0,0,0 +376256,0,0,0,0,0 +376257,0,0,0,0,0 +376258,0,0,0,0,0 +376259,0,0,0,0,0 +376260,0,0,0,0,0 +376261,-107.8587795,89.20765683,28.79961861,-50.92810162,-299.5673926 +376262,334.7637933,291.603974,471.8182687,150.3613501,506.6334255 +376263,329.9352728,289.0651116,465.9872145,148.1182957,500.5327571 +376264,320.7452708,284.4646838,455.6511288,143.8423803,486.3139177 +376265,311.0409209,280.2078826,445.1879921,139.3758187,470.2439023 +376266,302.5271354,277.1420762,436.3678404,135.5199348,455.3552485 +376267,295.4564964,275.2504439,429.3599507,132.3756791,442.3258959 +376268,289.5752277,274.2767535,423.8186615,129.8046476,430.9289826 +376269,284.5993592,273.9941238,419.394757,127.6597664,420.8146494 +376270,280.3353682,274.2533926,415.8518425,125.8421453,411.737024 +376271,276.6636598,274.9593891,413.0396477,124.2913168,403.5430377 +376272,273.5024876,276.0441453,410.8517258,122.9665673,396.1319391 +376273,270.7865453,277.4528246,409.2016101,121.835957,389.4247651 +376274,268.4591149,279.1387734,408.0142728,120.8722426,383.3513775 +376275,266.4704145,281.062238,407.2242243,120.0519332,377.8475343 +376276,264.7772986,283.1897501,406.7749578,119.3550379,372.8548719 +376277,263.3428714,285.4934152,406.6182496,118.7647791,368.3211663 +376278,262.135727,287.950049,406.7130878,118.2671437,364.199995 +376279,261.1291002,411.1629927,407.024842,117.8504004,360.4497535 +376280,260.3002533,394.143529,407.5237241,117.5047704,357.034123 +376281,259.6297985,409.8642071,408.183979,117.2220685,353.9213286 +376282,259.1010231,432.0845184,408.9838279,116.9953403,351.0823974 +376283,258.6995322,448.7399794,409.9046469,116.8186835,348.491352 +376284,258.4129177,465.4316975,410.9303728,116.6870851,346.1250374 +376285,258.2305317,481.9585263,412.0471688,116.5963084,343.9629386 +376286,258.1431989,498.3169302,413.2430812,116.542754,341.9868042 +376287,258.1430245,515.1718539,414.5077991,116.523369,340.1804268 +376288,258.2231745,531.5822676,415.8323866,116.5355446,338.5293473 +376289,258.3777265,548.0208783,417.2090865,116.5770479,337.0206743 +376290,258.6015058,561.9452805,418.6311176,116.6459483,335.6428511 +376291,258.9489637,579.0188116,419.9949613,116.78032,334.3861192 +376292,259.3928215,597.4384743,421.3026561,116.9640744,333.2402511 +376293,259.8968878,614.8336882,422.57813,117.1746737,332.1967774 +376294,260.4412774,632.7913162,423.8361439,117.3999396,331.2482695 +376295,261.0192668,649.8789594,425.0849136,117.6362132,330.3880686 +376296,261.6296922,667.6229587,426.3246821,117.8834414,329.6100736 +376297,262.272565,684.3139285,427.5567788,118.142285,328.9087388 +376298,262.9476126,701.2455404,428.7796691,118.4131535,328.2789875 +376299,263.6542027,718.314913,429.9946222,118.6961521,327.7162032 +376300,264.3915272,734.8165513,431.2003941,118.991215,327.2161412 +376301,265.1587861,751.1536751,432.3982925,119.2982273,326.7749589 +376302,265.9551971,767.8992965,433.5870755,119.6170472,326.3891012 +376303,266.7800349,783.9792855,434.7637982,119.9475296,326.0553371 +376304,267.6325885,800.1600134,435.9329154,120.2895103,325.7706666 +376305,268.5121934,815.9096613,437.0906926,120.6428233,325.5323691 +376306,269.4181846,832.2623699,438.2419734,121.0072825,325.3377067 +376307,270.349934,848.1263473,439.3825873,121.3827018,325.1839524 +376308,271.3068344,863.4357003,440.5166632,121.7688903,325.0687322 +376309,272.2883134,879.2261299,441.639753,122.1656611,324.990064 +376310,273.2937974,894.6614124,442.7557798,122.5728165,324.9461488 +376311,274.3227471,910.0405709,443.8603727,122.9901656,324.9353873 +376312,275.3746131,925.045709,444.957392,123.4175059,324.9562314 +376313,276.4488749,940.6971116,446.0425629,123.8546417,325.0072723 +376314,277.5450158,955.5600846,447.1196838,124.3013737,325.0871563 +376315,278.6625453,970.614633,448.1845809,124.7575102,325.1946511 +376316,279.8009715,985.5244805,449.2409802,125.2228549,325.3285588 +376317,280.9598318,1000.305009,450.2848121,125.6972216,325.4877983 +376318,282.1386661,1015.088613,451.3197411,126.1804222,325.6713184 +376319,283.3370396,1029.705449,452.3418077,126.6722779,325.8781682 +376320,284.5545118,1044.266871,453.3504203,127.1726049,326.1074037 +376321,285.6740316,1487.900411,454.2344086,127.6282128,326.1461071 +376322,305.5716534,1517.215979,473.3244798,136.8015849,360.9437834 +376323,335.2882942,1540.779551,501.9452017,150.4057473,414.8066253 +376324,365.5234572,1563.137509,531.0699479,164.0633765,471.197979 +376325,392.3178149,1584.333169,556.8334678,175.9602739,522.7084555 +376326,415.1764491,1605.027069,578.7658699,185.9274741,568.0303549 +376327,434.7990998,1624.70888,597.5513981,194.3471011,608.0308978 +376328,451.9431334,1644.387215,613.9233798,201.6102591,643.7753756 +376329,467.1412638,1663.437265,853.8779235,207.987583,676.0187269 +376330,480.7400981,1688.42418,1135.328716,213.6530017,705.2480864 +376331,492.9863307,1705.561422,948.4985904,218.7283475,731.8141483 +376332,504.0783211,1726.997126,1036.717605,223.3097587,756.0095482 +376333,514.1858304,1743.222109,1054.823224,227.4779425,778.0968499 +376334,523.4552754,1727.842699,1071.074152,231.3011638,798.3135429 +376335,532.0116285,1789.97924,1086.333067,234.8365195,816.8720185 +376336,539.9604936,1787.185247,1101.527489,238.1312494,833.9602382 +376337,547.3906768,1808.680286,1115.581815,241.2242283,849.7436935 +376338,554.3767861,1826.200785,1129.749582,244.1474116,864.3678868 +376339,560.9815444,1843.379033,1143.037736,246.9270855,877.9607647 +376340,567.2577241,1860.425157,1156.642774,249.5848919,890.6348697 +376341,573.2497777,1877.382147,1169.147965,252.1386712,902.4892622 +376342,578.9951678,1893.916345,1181.913148,254.6031377,913.6111473 +376343,584.5256038,1910.755669,1193.759908,256.9904888,924.0775325 +376344,589.8676903,1926.998165,1205.661437,259.3107316,933.9559472 +376345,595.0440086,1943.433099,1216.923999,261.5721894,943.306131 +376346,596.9876603,1959.352442,1228.146304,262.3790318,946.5698433 +376347,598.6507749,1975.61961,1238.962167,263.0725285,949.1312017 +376348,600.2852151,1991.272843,1249.444096,263.7658198,951.4676797 +376349,601.9041313,2007.060872,1259.736533,264.462923,953.6239181 +376350,603.5055789,2022.616846,1269.69172,265.1609743,955.6156836 +376351,605.0845333,2037.252585,1279.090508,265.8560228,957.4505213 +376352,606.6341614,2051.693238,1288.274192,266.543608,959.1356144 +376353,608.1503552,2065.605824,1297.127604,267.2208215,960.6790692 +376354,632.0652149,2079.830447,1305.736229,267.8861439,962.0891562 +376355,831.4609341,2093.337132,1314.213467,268.5388109,963.373737 +376356,741.7741752,2106.966188,1322.355089,269.1783648,964.5399556 +376357,786.2153254,2120.210858,1330.421067,269.8044872,965.5942906 +376358,804.179217,2133.618233,1338.158955,270.4169156,966.542489 +376359,820.0791605,2146.408486,1345.451665,320.8860683,967.3897696 +376360,835.4349222,2159.310656,1353.391434,348.9972813,968.1408471 +376361,850.4509153,2172.437732,1360.497488,335.9374956,968.8001137 +376362,865.3245227,2199.69662,1367.519831,351.7657667,969.3715782 +376363,880.2116429,2181.972145,1374.573506,359.6530732,969.8589416 +376364,894.0407422,2208.795814,1381.337704,366.9979849,970.2655751 +376365,908.5134498,2223.731378,1388.004223,374.3937951,970.5945964 +376366,922.1843039,2231.526992,1394.493707,381.5170389,970.8488854 +376367,935.6848101,2244.41417,1401.010031,388.4164809,971.0311431 +376368,949.5501084,2255.699943,1407.154057,395.5139913,971.1438561 +376369,962.0742857,2267.28764,1413.440881,402.1982591,971.074833 +376370,975.5764296,2278.511404,1419.478111,408.7972468,970.8651209 +376371,987.9500811,2289.427842,1425.461797,415.4510204,970.5647244 +376372,1000.964352,2300.415381,1431.305931,421.8469195,970.1992756 +376373,1013.390438,2311.27057,1437.185691,428.1698166,969.7770894 +376374,1025.056228,2321.722812,1442.928078,434.3030072,969.2997753 +376375,1037.744002,2332.169752,1448.475488,440.6888126,968.7680411 +376376,1049.390114,2342.640759,1454.182426,446.3637268,968.18303 +376377,1061.183077,2353.709951,1459.629385,452.5743299,967.546408 +376378,1072.772623,2377.769191,1465.254903,458.3160885,966.8598659 +376379,1083.953647,2353.248668,1470.587784,464.0948733,966.1250789 +376380,1095.674726,2389.127392,1475.991637,469.7643579,965.3435213 +376381,1321.563643,2479.329269,1692.452317,563.956733,1629.974038 +376382,1773.561517,2709.089142,2148.636247,769.6358482,2316.032708 +376383,1237.531532,2453.801241,1598.436424,527.1150521,1355.359015 +376384,1805.984034,2708.52282,2181.570848,785.6059309,2395.924723 +376385,1268.777594,2482.737812,1597.638669,542.7233885,1389.530871 +376386,1833.266538,2733.479954,2208.442984,798.6311767,2426.489887 +376387,1289.254175,2498.382744,1606.962263,553.2989833,1408.318617 +376388,1857.876833,2757.903315,2221.688518,810.7274364,2451.574509 +376389,1311.09083,2510.202605,1620.471553,564.051893,1428.734394 +376390,1880.953556,2777.65338,2239.178402,822.0977359,2474.337316 +376391,1332.450656,2535.484746,1626.281287,575.1868943,1448.184629 +376392,1903.481008,2775.718566,2254.645784,832.8663783,2496.15257 +376393,1352.518247,2572.091985,1645.11386,585.4180548,1466.296567 +376394,1926.427597,2765.665531,2258.442989,844.0543547,2537.340611 +376395,1540.297407,2690.128313,1825.225835,671.7507467,1759.33777 +376396,1696.331909,2695.894474,2015.121117,741.8438542,2084.571998 +376397,1681.123867,2720.605146,1987.191008,735.445878,2029.083587 +376398,1690.704674,2717.376928,1972.465537,740.2761015,2039.993363 +376399,1700.459616,2719.766881,1988.71673,744.9995666,2048.940981 +376400,1710.322471,2723.917037,2006.090391,749.8635832,2057.147003 +376401,1719.936927,2725.198214,1990.400066,754.5624208,2065.88001 +376402,1729.649643,2726.870384,2014.659363,759.2362621,2073.790704 +376403,1739.033157,2728.665901,2017.819852,763.8183829,2082.137371 +376404,1748.814878,2730.531352,2030.351445,768.4640642,2089.728948 +376405,1757.861855,2732.473814,2015.281005,772.81932,2097.688627 +376406,1767.353065,2734.424695,2047.456167,777.3836019,2105.348981 +376407,1776.585883,2736.312008,2040.451927,781.3636515,2112.676814 +376408,1785.894065,2738.211036,2043.369699,786.3007842,2120.274819 +376409,1794.98029,2740.523348,2055.068624,790.2379647,2128.75539 +376410,1804.013333,2743.492449,2058.923656,794.73083,2145.828661 +376411,1812.95847,2746.91126,2064.683554,798.6768365,2129.596434 +376412,1821.869211,2750.51421,2070.415658,802.9584078,2147.470773 +376413,1830.396483,2756.656302,2076.277291,806.8902395,2158.618915 +376414,1839.395368,2758.602046,2081.689108,810.9919911,2161.061185 +376415,1847.907233,2763.908147,2087.209775,814.8646343,2168.853334 +376416,1856.573554,2765.421181,2092.660321,818.8716716,2175.488655 +376417,1865.056783,2767.971143,2098.106598,822.6202597,2181.806258 +376418,1873.624375,2773.496157,2103.442553,826.6009425,2188.143459 +376419,1888.790591,2775.070012,2108.623179,830.3248504,2194.615602 +376420,1887.758368,2777.565295,2114.064049,834.1076179,2200.599123 +376421,1909.12745,2782.953413,2119.093252,837.7290497,2206.780048 +376422,1901.126092,2784.555674,2129.319747,841.5517696,2213.483284 +376423,1932.215571,2789.376005,2122.071721,845.0788937,2229.087917 +376424,1909.425276,2790.486703,2142.148082,848.7815921,2211.011419 +376425,1921.056627,2792.936265,2137.235793,852.2705942,2233.484331 +376426,1949.116201,2798.089735,2144.669829,855.8943992,2236.767702 +376427,1944.953885,2799.14468,2149.588046,859.3207362,2241.226217 +376428,1956.05547,2801.198489,2154.462196,862.8799419,2247.208351 +376429,1963.707999,2806.177784,2159.072621,866.1960904,2252.795349 +376430,1972.013427,2807.193935,2163.852903,869.6546234,2262.991191 +376431,1979.665416,2809.125744,2168.694904,873.1113947,2264.09634 +376432,1987.777021,2811.462085,2173.286479,876.4362809,2260.603517 +376433,1995.277733,2813.961101,2177.963801,879.6730654,2278.905017 +376434,2003.264891,2816.645883,2187.477448,883.0648621,2278.187456 +376435,2010.81724,2819.23561,2185.417787,886.3154916,2294.324035 +376436,2018.647526,2824.085104,2192.068464,889.503907,2274.326112 +376437,2025.982502,2824.76066,2196.618311,892.836913,2308.819404 +376438,2033.745042,2826.333221,2201.01232,895.9817082,2287.384193 +376439,2041.281725,2830.809926,2205.683132,899.1154877,2309.954625 +376440,2048.704096,2831.309653,2209.666012,902.3079206,2311.949912 +376441,2062.637612,2832.793153,2224.030384,908.3281903,2333.23972 +376442,2071.709285,2837.936911,2225.685639,912.0025978,2322.238298 +376443,2080.108657,2839.685996,2232.197059,915.6814305,2348.020512 +376444,2088.635992,2842.788908,2242.025385,919.0234563,2340.254098 +376445,2096.553277,2848.902814,2241.822375,922.2443562,2350.353552 +376446,2104.715317,2850.401775,2246.957572,925.7583243,2354.736123 +376447,2112.690817,2852.710888,2252.687167,929.0320787,2360.168335 +376448,2120.615081,2855.652571,2261.832164,932.1979763,2365.164122 +376449,2128.485025,2861.374904,2262.274729,935.5321876,2376.576916 +376450,2136.300824,2865.024243,2266.712577,938.7992094,2365.730306 +376451,2144.179086,2867.949476,2275.992653,941.7990165,2390.842477 +376452,2151.732482,2868.258021,2275.986594,945.0894389,2381.028586 +376453,2159.495072,2872.361134,2285.132117,948.2207343,2390.957432 +376454,2166.995174,2875.452523,2286.161417,951.1712787,2394.950633 +376455,2174.759894,2875.587279,2292.2373,954.4301604,2399.364455 +376456,2182.23044,2876.932364,2293.070084,957.4647817,2404.268715 +376457,2189.874783,2878.593173,2295.351562,960.406281,2408.69855 +376458,2197.172598,2880.205331,2296.54123,963.5250489,2413.341083 +376459,2204.692511,2881.574027,2296.478997,966.4233238,2417.603394 +376460,2212.072485,2882.613727,2296.476018,969.5035482,2422.276188 +376461,2219.43337,2883.386627,2296.568239,972.3628037,2426.532227 +376462,2226.758889,2883.99288,2296.760561,975.4045834,2430.952062 +376463,2234.049261,2884.506251,2297.063304,978.2267026,2435.035402 +376464,2241.298938,2884.971033,2297.472939,981.231458,2439.551478 +376465,2248.526799,2885.400715,2297.96797,984.0181746,2443.667032 +376466,2255.712325,2885.789379,2298.733321,986.9882968,2447.860485 +376467,2262.867312,2886.137712,2299.374413,989.7408856,2451.83848 +376468,2269.989038,2886.456058,2300.083742,992.6776052,2456.151459 +376469,2277.078716,2886.745183,2300.858277,995.3977033,2460.146073 +376470,2284.058237,2889.626329,2303.458019,998.3014507,2470.031983 +376471,2290.957714,2888.459398,2303.525397,1000.890736,2465.45449 +376472,2297.724845,2887.88051,2304.040587,1003.78077,2472.599254 +376473,2304.702982,2887.597569,2304.761084,1006.339842,2476.503624 +376474,2311.301439,2889.979349,2307.286986,1009.12104,2480.172059 +376475,2318.09631,2888.415289,2307.322272,1011.738663,2483.55644 +376476,2330.555457,2887.65371,2307.936615,1014.396079,2487.801867 +376477,2328.732495,2887.227059,2308.779108,1016.963414,2491.495752 +376478,2354.162491,2886.931614,2309.722007,1019.662132,2495.017003 +376479,2320.390102,2886.896535,2310.893525,1022.158517,2504.426287 +376480,2360.75405,2886.856708,2312.132948,1024.780322,2500.602749 +376481,2356.806425,2886.467069,2313.22493,1027.328168,2506.095215 +376482,2363.733081,2885.984787,2314.312345,1029.936113,2510.385441 +376483,2370.874378,2885.543832,2315.478115,1032.382647,2513.414669 +376484,2377.137207,2885.232485,2316.769256,1035.001539,2522.264001 +376485,2383.720745,2884.870326,2318.083336,1037.412223,2519.176369 +376486,2389.915974,2886.673372,2320.907211,1040.002815,2523.978762 +376487,2396.55494,2884.419916,2321.154571,1042.389037,2527.954091 +376488,2402.495283,2883.174179,2322.081085,1044.952951,2535.739468 +376489,2408.913669,2882.290541,2323.220657,1047.311959,2533.306491 +376490,2415.15604,2881.528037,2324.433082,1049.852028,2542.305166 +376491,2421.456444,2880.769632,2325.688475,1052.185789,2540.338911 +376492,2427.482092,2879.78378,2326.840446,1054.701829,2542.873528 +376493,2433.818168,2881.434929,2329.824944,1057.011097,2556.944958 +376494,2439.885768,2879.120446,2330.291287,1059.505329,2545.795484 +376495,2445.966661,2877.155493,2331.024276,1061.791804,2552.383447 +376496,2451.9455,2875.365793,2331.826287,1064.261654,2552.28505 +376497,2458.138749,2873.562567,2332.587247,1066.52706,2549.359466 +376498,2463.964849,2871.404005,2333.281186,1068.974928,2545.888704 +376499,2470.11933,2868.846975,2333.515076,1071.219296,2542.399456 +376500,2476.01968,2865.988704,2333.53255,1073.646407,2538.958644 +376501,2363.740954,2863.578411,2334.89292,1022.44782,2522.656224 +376502,2366.902757,2848.316059,2326.131129,1023.512159,2270.665434 +376503,2370.739984,2825.915939,2310.787203,1024.864948,2386.436325 +376504,2374.438286,2809.415085,2298.199235,1026.354323,2368.22162 +376505,2378.847228,2800.378438,2289.905415,1027.957565,2366.321781 +376506,2383.050609,2795.426619,2284.487638,1029.398536,2369.004641 +376507,2387.094931,2792.707718,2281.284415,1031.126452,2376.173803 +376508,2391.433888,2790.668923,2279.459769,1032.692668,2370.562188 +376509,2395.65911,2788.469384,2278.381714,1034.322353,2374.379123 +376510,2399.905469,2786.134675,2277.877486,1035.948094,2376.394907 +376511,2404.150877,2783.51312,2277.828377,1037.576624,2378.219554 +376512,2408.391026,2781.118316,2278.082865,1039.206731,2380.046054 +376513,2412.626171,2781.106761,2280.195406,1040.836415,2382.140203 +376514,2416.975995,2771.977653,2279.762676,1042.468369,2383.468838 +376515,2420.990051,2755.478683,2279.57655,1044.096548,2390.767221 +376516,2425.148301,2744.475177,2279.00057,1045.724765,2386.107217 +376517,2429.522426,2751.329974,2278.423755,1047.29283,2388.775282 +376518,2433.600019,2728.290845,2279.536933,1049.002626,2391.862315 +376519,2441.303847,2736.689294,2278.121363,1050.586425,2393.331257 +376520,2442.623958,2718.971568,2277.521995,1052.214323,2399.847355 +376521,2454.366688,2717.59808,2277.152165,1053.833582,2395.841467 +376522,2438.758828,2711.389779,2276.883384,1055.508863,2398.030418 +376523,2453.846114,2697.449658,2276.743119,1057.033705,2405.824959 +376524,2461.014614,2704.57956,2276.801902,1058.687048,2402.180808 +376525,2461.297346,2681.694469,2276.75385,1060.286157,2403.090465 +376526,2466.46937,2683.43004,2276.630518,1061.891297,2409.698169 +376527,2470.524222,2677.227976,2278.358369,1063.49298,2408.687686 +376528,2474.534449,2661.37035,2279.055477,1065.093037,2413.408475 +376529,2478.535013,2669.027071,2277.714726,1066.630488,2409.489701 +376530,2482.524008,2645.21109,2276.990183,1068.3114,2408.395269 +376531,2486.570988,2647.717905,2276.290318,1069.830159,2406.650918 +376532,2490.110582,2639.268944,2277.345882,1071.390066,2405.00604 +376533,2494.27817,2631.021001,2277.434552,1072.937118,2402.397023 +376534,2497.995801,2623.41854,2276.986679,1074.47707,2399.380596 +376535,2501.834024,2615.925584,2276.258761,1076.01219,2396.24331 +376536,2520.065226,2600.947213,2273.577058,1077.543399,2390.872875 +376537,2487.887556,2609.270832,2271.918138,1079.067372,2386.892239 +376538,2523.637551,2582.912489,2270.660456,1082.714229,2383.513532 +376539,2514.641137,2586.467734,2271.07508,1080.740722,2382.304257 +376540,2520.551326,2576.236157,2269.102091,1088.337908,2378.261935 +376541,2524.310173,2567.650218,2267.804973,1081.249344,2375.141039 +376542,2527.968828,2559.913699,2266.692096,1095.125304,2372.316769 +376543,2538.811646,2551.935862,2265.702951,1079.449485,2369.70737 +376544,2526.759779,2543.804463,2264.797677,1105.411836,2367.259645 +376545,2540.656855,2535.492863,2263.967179,1072.597898,2364.95787 +376546,2542.955517,2527.312206,2263.167711,1098.027339,2362.742746 +376547,2545.647746,2518.991067,2262.346352,1094.06011,2360.54303 +376548,2561.301192,2510.806843,2261.501692,1094.927457,2358.350723 +376549,2535.580357,2502.155451,2260.689902,1097.025635,2356.229356 +376550,2577.097245,2493.65716,2259.877294,1098.412223,2354.133068 +376551,2555.589773,2478.165645,2260.592427,1099.921928,2353.945128 +376552,2549.264352,2478.900342,2258.748466,1101.369119,2350.635547 +376553,2600.131242,2466.610195,2257.579168,1102.825115,2348.16959 +376554,2561.820104,2458.152628,2256.572297,1104.339365,2345.906086 +376555,2567.382749,2449.937663,2255.678461,1105.622462,2343.78636 +376556,2587.703339,2440.822594,2254.883092,1107.206828,2341.796912 +376557,2577.612718,2432.15916,2254.108109,1108.587255,2339.844328 +376558,2587.818291,2423.271582,2253.451475,1110.02903,2338.049685 +376559,2587.764678,2414.317864,2253.011645,1111.457393,2336.534392 +376560,2592.178715,2405.528811,2254.403732,1112.948819,2337.292254 +376561,2330.412401,2282.611155,2251.907687,1004.902453,2333.369605 +376562,2363.389649,2275.52507,2237.051581,1003.96243,2311.460702 +376563,2346.133723,2262.314462,2217.092771,1003.477126,2281.286235 +376564,2349.831001,2252.030144,2198.869518,1003.45076,2252.288698 +376565,2350.504457,2241.287561,2178.357057,1003.581029,1977.370302 +376566,2362.376802,2230.756063,2155.425938,1003.817021,2035.330224 +376567,2344.338847,2220.247689,2139.900697,1004.126875,2049.638233 +376568,2348.292173,2210.006614,2128.570177,1006.603361,2031.733701 +376569,2358.996403,2199.550744,2121.301934,1004.570563,2026.631533 +376570,2354.174738,2189.330318,2116.24294,1008.149894,2025.930358 +376571,2356.787277,2178.744971,2112.744574,1004.199914,2025.162561 +376572,2363.806841,2168.489399,2111.931929,1010.293275,2024.550514 +376573,2352.096377,2158.037975,2108.994072,1004.006785,2023.20892 +376574,2363.044345,2147.69828,2107.016461,1013.82857,2023.180558 +376575,2362.013898,2137.483286,2105.60875,1001.214148,2027.139113 +376576,2363.228518,2126.810224,2104.278408,1020.624535,2014.459246 +376577,2364.803296,2116.624105,2103.08784,994.4738688,2028.253433 +376578,2366.20909,2106.148989,2102.177134,1012.336923,2019.1772 +376579,2367.472179,2095.932834,2101.202609,1011.026879,2020.029572 +376580,2377.309986,2085.311227,2100.193365,1010.000355,2020.071824 +376581,2358.418997,2075.094149,2099.310216,1011.31193,2019.834662 +376582,2377.60089,2064.626009,2098.506835,1012.018728,2019.438459 +376583,2372.250394,2052.464462,2097.743016,1012.558564,2019.221214 +376584,2374.814232,2030.107844,2097.167802,1013.249674,2019.094928 +376585,2376.351743,2056.062308,2096.865865,1013.894207,2019.002086 +376586,2381.489341,1996.048729,2096.979884,1014.556791,2023.930725 +376587,2373.883816,2032.649752,2097.119132,1015.227501,2012.460671 +376588,2403.409923,1980.777897,2097.26647,1015.906274,2025.017006 +376589,2355.629453,2011.227029,2097.645617,1016.592805,2018.428471 +376590,2402.614336,1960.650429,2097.969136,1017.28615,2018.58066 +376591,2369.930469,1977.990007,2098.207954,1017.948459,2019.348721 +376592,2406.498763,1957.664026,2098.44315,1018.609139,2019.437875 +376593,2366.706945,1949.012595,2098.698432,1019.27216,2019.453618 +376594,2422.179684,1938.771895,2098.966183,1019.93807,2019.596568 +376595,2369.257404,1928.351543,2099.238132,1020.607228,2019.790324 +376596,2389.884275,1928.879747,2099.50289,1021.279361,2019.993039 +376597,2414.687411,1892.656565,2101.451277,1021.955877,2020.672857 +376598,2367.035095,1904.964943,2100.85365,1022.631435,2025.068097 +376599,2432.773866,1885.996048,2100.850059,1023.314008,2014.830869 +376600,2360.373068,1877.296805,2101.040427,1023.99709,2026.272752 +376601,2439.071167,1867.221506,2101.553423,1024.683157,2021.603293 +376602,2362.835611,1857.122799,2101.987322,1025.371133,2021.230425 +376603,2441.847002,1846.943246,2103.998284,1026.062441,2022.707022 +376604,2365.682597,1850.170996,2103.239924,1026.751952,2022.165443 +376605,2444.738574,1808.182702,2103.154184,1027.447251,2022.718614 +376606,2368.630529,1826.039055,2105.017346,1028.143072,2023.843841 +376607,2447.651441,1805.393916,2104.274184,1028.837114,2023.174668 +376608,2376.557597,1797.099005,2104.242291,1029.536416,2028.451932 +376609,2443.194905,1787.590081,2104.300073,1030.30126,2019.427406 +376610,2399.358584,1777.746377,2104.317028,1030.901797,2028.682261 +376611,2421.359323,1768.068857,2106.02172,1031.650956,2026.577148 +376612,2412.5561,1758.303176,2104.93108,1032.337306,2024.665128 +376613,2423.653622,1748.881893,2104.650239,1033.040867,2030.257814 +376614,2418.014745,1739.395472,2106.366562,1033.74322,2023.032541 +376615,2422.137862,1729.788296,2105.480417,1034.440495,2029.840327 +376616,2423.35318,1720.351183,2105.468607,1035.144599,2027.991778 +376617,2424.906782,1711.164281,2105.922663,1035.84516,2032.503955 +376618,2426.560157,1701.831078,2108.06192,1036.547678,2025.817878 +376619,2428.177533,1692.536863,2107.41474,1037.244213,2031.271225 +376620,2429.846729,1683.578208,2107.47365,1037.946655,2029.830106 +376621,2667.078981,1781.890321,2112.751424,1145.275255,2039.914075 +376622,2673.193323,1774.934338,2132.093922,1147.995389,2064.491981 +376623,2677.244866,1767.835268,2154.190047,1149.989554,2094.580763 +376624,2681.46547,1759.940806,2173.911649,1151.808785,2122.6686 +376625,2685.285942,1752.57881,2188.536594,1153.484431,2145.201293 +376626,2688.912013,1744.88226,2198.9341,1154.999327,2162.520713 +376627,2692.556173,1737.201017,2206.395545,1156.709501,2175.955994 +376628,2696.16148,1729.809534,2211.980535,1158.034749,2186.685057 +376629,2699.797889,1722.366567,2216.362421,1159.548397,2195.697148 +376630,2703.516377,1714.818576,2221.624524,1160.962101,2205.147338 +376631,2706.983878,1724.685426,2225.330562,1162.359105,2212.282494 +376632,2710.236162,1675.582206,2226.577647,1163.735134,2216.014718 +376633,2714.256056,1720.991686,2228.266623,1165.09351,2219.9337 +376634,2717.525068,1660.28254,2230.001792,1166.392523,2223.580042 +376635,2721.289913,1690.071065,2233.582558,1167.745745,2228.999158 +376636,2724.458963,1669.560215,2234.234533,1169.01439,2230.809036 +376637,2728.045771,1665.273426,2235.358241,1170.297054,2232.993021 +376638,2731.528423,1658.663549,2236.612786,1171.567229,2235.140742 +376639,2743.085609,1651.949553,2238.069929,1172.824188,2237.366555 +376640,2729.660148,1645.544332,2239.413827,1174.105616,2239.306067 +376641,2756.080312,1639.253547,2240.781945,1175.344093,2241.153207 +376642,2747.228359,1632.94955,2244.014822,1176.529903,2245.217116 +376643,2754.796143,1626.782523,2246.173027,1177.764516,2247.873914 +376644,2760.175685,1620.940965,2248.055381,1178.962234,2249.889887 +376645,2764.76827,1614.998239,2249.540915,1180.1439,2251.6233 +376646,2769.484379,1609.26457,2250.90236,1181.2767,2253.137159 +376647,2774.427132,1603.743081,2252.185363,1182.459577,2254.485976 +376648,2779.300153,1598.114031,2253.429861,1183.571044,2255.726079 +376649,2784.092811,1592.729166,2254.810251,1184.729609,2256.883775 +376650,2789.105162,1587.742388,2254.354201,1185.817017,2255.909255 +376651,2794.434675,1582.743765,2256.58203,1186.907242,2258.127826 +376652,2798.986486,1577.977863,2258.038719,1187.916663,2259.609186 +376653,2803.755172,1573.351915,2257.694699,1189.527658,2258.731724 +376654,2816.184179,1568.813214,2257.972656,1190.84061,2259.070998 +376655,2803.985559,1564.342276,2258.873377,1192.218433,2259.600373 +376656,2828.889994,1559.939415,2261.589381,1193.710661,2262.34098 +376657,2822.28343,1555.580798,2263.681349,1195.39784,2264.230675 +376658,2828.009449,1551.281097,2263.462999,1196.810211,2263.446828 +376659,2834.029269,1547.034193,2263.890719,1198.653167,2263.47765 +376660,2839.153049,1542.836191,2264.654863,1200.421828,2263.917828 +376661,2843.873299,1538.686535,2265.574855,1202.267879,2264.544709 +376662,2848.786731,1534.583298,2266.548249,1204.186053,2265.23818 +376663,2853.572747,1530.525075,2267.749557,1206.175491,2265.957818 +376664,2866.725535,1526.418976,2270.585658,1208.236788,2268.976858 +376665,2854.641939,1522.57349,2270.664619,1210.363044,2268.583474 +376666,2877.753661,1518.581467,2271.200781,1212.56284,2268.764474 +376667,2873.320483,1514.702939,2273.739558,1214.829847,2271.439431 +376668,2877.953069,1510.941995,2273.681664,1217.160716,2270.878395 +376669,2885.017839,1508.573227,2274.129504,1219.486447,2271.144901 +376670,2889.473906,1506.193917,2274.810104,1222.067345,2271.477682 +376671,2894.828271,1503.488545,2277.234918,1224.547435,2273.979218 +376672,2906.029566,1500.922132,2277.271457,1227.202598,2273.519047 +376673,2896.309767,1498.3537,2277.942233,1229.837894,2273.607305 +376674,2916.119413,1495.717434,2278.534136,1232.60968,2273.843 +376675,2914.955992,1493.32412,2279.419081,1235.495133,2274.447682 +376676,2919.018449,1490.751572,2280.293931,1238.251284,2275.045367 +376677,2931.482155,1488.275768,2281.236017,1241.242587,2275.733237 +376678,2930.246016,1485.805958,2282.253966,1244.233126,2276.523145 +376679,2934.124656,1483.355088,2283.080119,1247.301037,2277.08313 +376680,2939.722245,1480.923482,2283.778621,1250.435539,2277.490388 +376681,2973.663974,1501.293687,2287.39849,1276.530889,2281.915006 +376682,2977.524853,1500.255538,2291.050248,1280.985177,2286.846947 +376683,2982.363422,1498.766127,2295.981198,1285.217583,2293.682367 +376684,2986.706735,1497.152187,2300.349606,1289.233282,2300.15722 +376685,2990.275548,1495.456904,2303.740393,1293.424332,2305.237816 +376686,2993.205901,1493.715881,2306.253249,1297.442302,2309.209736 +376687,2995.715016,1491.951914,2308.117942,1301.550576,2312.322227 +376688,2997.981489,1490.177412,2309.535148,1305.68207,2314.804416 +376689,3000.12208,1488.40047,2310.642419,1309.855878,2316.819168 +376690,3002.20464,1486.624982,2311.52717,1314.157491,2318.47532 +376691,3004.265558,1484.854156,2312.245366,1318.305068,2320.043342 +376692,3006.326273,1483.089413,2312.836662,1322.685535,2321.161012 +376693,3008.401706,1481.332579,2313.331761,1327.047735,2322.095708 +376694,3010.500163,1479.584217,2313.753391,1331.475896,2322.886944 +376695,3012.623772,1477.935016,2314.117111,1335.959396,2323.562601 +376696,3014.773021,1476.074404,2314.434644,1340.768128,2324.143792 +376697,3019.613192,1474.421684,2316.596698,1349.416975,2326.887493 +376698,3020.426096,1472.695902,2315.986895,1347.5752,2326.317255 +376699,3022.057325,1471.0024,2315.850041,1366.442323,2326.274102 +376700,3023.993636,1469.316204,2315.856804,1341.721847,2326.367844 +376701,3026.118785,1467.553263,2315.941218,1370.14205,2326.527469 +376702,3028.29054,1466.022169,2316.022893,1368.512669,2326.667873 +376703,3030.502263,1464.309387,2316.104191,1373.34728,2326.798044 +376704,3032.76149,1462.684118,2316.193443,1378.797942,2326.9314 +376705,3035.047683,1461.058054,2316.279757,1383.939212,2327.057544 +376706,3037.353463,1459.443326,2316.359886,1388.82378,2327.337829 +376707,3039.6746,1457.84068,2316.432282,1394.172699,2327.396336 +376708,3042.006462,1456.249707,2316.495001,1399.312083,2327.64047 +376709,3044.347426,1454.670813,2316.547846,1404.593485,2327.570627 +376710,3046.798313,1453.103831,2316.591786,1410.003783,2327.485809 +376711,3049.482933,1451.50753,2316.625662,1415.173585,2327.420094 +376712,3052.430049,1449.914599,2316.640274,1420.579268,2327.546025 +376713,3055.607874,1448.329636,2316.627999,1425.954771,2327.549673 +376714,3058.971967,1446.753355,2316.586861,1431.389744,2327.533409 +376715,3065.182488,1445.187995,2318.226703,1436.87156,2329.689151 +376716,3067.432195,1443.628396,2317.283462,1442.398733,2328.693487 +376717,3070.599424,1442.082998,2316.830612,1447.978324,2328.273267 +376718,3074.093119,1440.545456,2316.490363,1453.600699,2327.979891 +376719,3077.79166,1439.018832,2316.195221,1461.818668,2327.737931 +376720,3081.629231,1437.502377,2315.91584,1468.811807,2327.518591 +376721,3085.583197,1435.996655,2315.648026,1471.337698,2327.320741 +376722,3089.891306,1434.501268,2315.370909,1487.221672,2327.121883 +376723,3094.003469,1433.016773,2315.113653,1467.841093,2326.9567 +376724,3098.219409,1431.542663,2314.880405,1486.993997,2326.830498 +376725,3102.442292,1430.079541,2314.606974,1497.858423,2326.668773 +376726,3106.676092,1428.627099,2314.295596,1498.684856,2326.47385 +376727,3110.966312,1427.185707,2313.976613,1506.151799,2326.485237 +376728,3115.299884,1425.75477,2313.64449,1512.261746,2326.286064 +376729,3119.664031,1424.334739,2313.293703,1522.355265,2326.070635 +376730,3124.062407,1422.925091,2312.928809,1525.553661,2325.848283 +376731,3128.483802,1421.526235,2312.544558,1541.001534,2325.614321 +376732,3132.988473,1420.137653,2312.180756,1521.366594,2325.417469 +376733,3137.565425,1418.759691,2311.832418,1545.427594,2325.25182 +376734,3142.116505,1417.391903,2311.439521,1552.333467,2325.044502 +376735,3146.6452,1416.034863,2311.005372,1560.251556,2324.799018 +376736,3151.208471,1414.687859,2310.566561,1561.203095,2324.559134 +376737,3155.842915,1413.351228,2310.147199,1560.345006,2324.353939 +376738,3160.4414,1412.024263,2309.681119,1599.927653,2324.103188 +376739,3165.053169,1410.707648,2309.200426,1565.401439,2323.845751 +376740,3169.786051,1409.400501,2308.774093,1580.474241,2323.665436 +376741,3174.832334,1374.875726,2308.578467,1570.674856,2323.86368 +376742,3175.202007,1373.27071,2304.690058,1562.143899,2318.858948 +376743,3173.534371,1371.670515,2299.390922,1594.608253,2310.991168 +376744,3172.548377,1370.149077,2294.428219,1551.668511,2303.975444 +376745,3173.181679,1368.641181,2290.501546,1615.907605,2297.667222 +376746,3177.976464,1367.234659,2289.250946,1572.010679,2294.744677 +376747,3179.681234,1365.624977,2286.147717,1619.673755,2289.569199 +376748,3182.799676,1364.217268,2284.000345,1594.152744,2285.888671 +376749,3186.855465,1362.745529,2282.31467,1624.301834,2282.934983 +376750,3193.695533,1361.298463,2282.628034,1616.837,2282.579353 +376751,3196.696684,1359.855372,2280.587319,1628.266558,2279.524198 +376752,3200.940598,1358.427814,2279.364915,1634.147751,2277.610217 +376753,3205.788519,1357.005783,2278.538836,1640.611212,2276.305285 +376754,3211.067763,1355.592487,2277.999532,1651.93646,2275.469455 +376755,3216.711952,1354.187593,2277.709683,1661.506627,2275.052794 +376756,3222.593964,1352.704541,2277.592636,1670.323997,2274.955594 +376757,3228.608427,1351.43991,2277.582006,1679.735804,2275.088173 +376758,3234.944425,1349.997873,2277.64069,1688.825208,2275.587461 +376759,3241.020466,1348.635551,2277.747935,1697.933696,2275.971382 +376760,3247.137139,1347.267854,2277.896386,1707.347363,2276.670502 +376761,3253.606614,1345.907247,2278.145631,1722.078536,2277.28039 +376762,3259.968761,1344.553175,2278.42246,1723.47513,2277.767089 +376763,3265.624357,1343.206255,2278.658589,1736.10835,2278.66621 +376764,3272.036371,1341.865832,2278.915411,1744.922526,2279.505922 +376765,3278.245371,1340.532481,2279.195812,1753.847579,2280.673065 +376766,3284.863133,1339.205478,2279.479597,1763.329525,2281.676491 +376767,3291.195064,1337.885487,2279.962506,1772.480609,2282.708174 +376768,3297.528409,1336.571727,2280.254734,1781.707133,2283.772782 +376769,3304.217728,1335.265016,2280.554417,1791.125636,2285.103059 +376770,3310.618596,1333.879915,2280.864738,1800.364394,2286.259093 +376771,3317.019621,1332.733469,2281.183812,1809.413082,2287.435471 +376772,3323.401547,1331.195201,2281.502632,1818.252972,2288.631029 +376773,3329.888256,1329.907969,2281.90151,1832.8161,2289.951602 +376774,3336.34849,1328.539803,2282.298643,1834.384307,2291.297695 +376775,3342.932464,1327.185699,2282.598745,1845.687222,2292.54948 +376776,3349.190401,1325.834338,2282.889288,1854.791842,2293.811184 +376777,3355.452094,1324.486086,2283.196228,1863.28812,2295.31695 +376778,3361.687605,1323.140394,2283.493759,1871.927089,2296.629324 +376779,3367.915334,1321.798042,2283.790373,1880.953983,2297.951384 +376780,3374.283078,1320.458454,2284.17854,1894.480767,2299.401138 +376781,3383.324878,1319.04074,2286.2501,1897.358693,2302.967538 +376782,3388.051432,1317.824449,2285.651365,1907.002767,2303.235502 +376783,3393.590292,1316.438151,2285.565939,1916.404705,2304.152798 +376784,3399.598466,1315.12176,2285.763867,1929.694849,2305.421724 +376785,3405.77321,1313.797211,2286.059483,1932.094548,2306.813976 +376786,3411.833877,1312.474804,2286.285414,1941.549244,2308.126463 +376787,3418.03262,1311.237653,2286.603353,1956.139209,2309.563223 +376788,3424.303547,1309.801526,2286.974495,1958.328621,2311.076979 +376789,3430.651395,1308.54465,2287.220715,1966.810087,2312.445648 +376790,3436.747147,1307.221701,2287.50486,1980.204402,2313.870741 +376791,3442.913658,1305.831689,2287.846305,1983.781772,2315.375508 +376792,3449.020673,1304.643609,2288.164626,1995.073646,2316.859695 +376793,3455.194644,1303.28431,2288.527852,2003.709214,2318.408057 +376794,3461.236306,1301.994563,2288.817556,2006.847531,2319.872542 +376795,3466.905281,1300.696271,2288.876745,2011.981934,2321.260387 +376796,3472.162386,1299.399526,2288.683922,2015.134878,2322.129188 +376797,3477.001013,1298.105351,2288.22306,2017.656898,2322.656457 +376798,3481.427273,1296.813191,2287.499187,2020.473854,2322.848768 +376799,3485.538247,1295.523697,2286.562259,2023.523405,2322.768267 +376800,3489.4151,1294.236337,2285.467148,2026.728735,2322.48365 +376801,3494.651955,1226.50111,2285.693427,2030.746899,2324.588323 +376802,3490.112954,1224.677393,2278.753229,2029.107998,2315.884143 +376803,3481.375013,1222.742267,2268.57458,2025.590877,2301.615779 +376804,3473.909362,1221.00838,2259.03196,2023.632201,2287.761817 +376805,3469.688134,1219.276885,2251.58196,2024.177624,2276.382629 +376806,3468.375492,1217.559859,2246.09866,2026.635505,2267.563585 +376807,3468.976386,1215.928046,2241.987506,2030.102308,2260.684644 +376808,3470.662147,1214.122694,2238.734593,2033.94,2255.15935 +376809,3475.620198,1212.484898,2237.692435,2039.677669,2252.694025 +376810,3476.873469,1210.79377,2234.52397,2042.564244,2247.885501 +376811,3479.161351,1209.11642,2232.130589,2045.974797,2244.320804 +376812,3481.838913,1207.445472,2230.076503,2049.541615,2241.427482 +376813,3484.749819,1205.778411,2228.248259,2053.373871,2239.045434 +376814,3487.802409,1204.11495,2226.580208,2057.013768,2237.076747 +376815,3490.936473,1202.454828,2225.027761,2060.635246,2235.448804 +376816,3494.114443,1200.797594,2223.560249,2064.233982,2234.105249 +376817,3499.988337,1199.068225,2223.821238,2069.640516,2235.080033 +376818,3501.826812,1197.526549,2221.643773,2072.212938,2233.1725 +376819,3504.474678,1195.823275,2220.007165,2075.331793,2232.064019 +376820,3510.027569,1194.1853,2220.196902,2080.455838,2233.33636 +376821,3511.658917,1192.615318,2217.993301,2082.858818,2231.730015 +376822,3514.164699,1190.863119,2216.35289,2085.868781,2230.90723 +376823,3516.935167,1189.272512,2214.885458,2089.079624,2230.36559 +376824,3519.843841,1187.62117,2213.514917,2092.392508,2230.005183 +376825,3522.825345,1185.982435,2212.206517,2095.748575,2229.780229 +376826,3525.842472,1184.345557,2210.755269,2099.115542,2229.464378 +376827,3528.872748,1182.710468,2209.532533,2102.478377,2229.448845 +376828,3531.899597,1181.076979,2208.334287,2105.82891,2229.507231 +376829,3535.13008,1179.44514,2207.148597,2109.163518,2229.621673 +376830,3538.55831,1177.814791,2205.968459,2112.480201,2229.779525 +376831,3542.108543,1176.112456,2204.790116,2115.777509,2229.971837 +376832,3545.636636,1174.39627,2203.604719,2118.989145,2230.193725 +376833,3549.056362,1172.674201,2202.408576,2122.079032,2230.443836 +376834,3552.348012,1170.948234,2201.203537,2125.051457,2230.7227 +376835,3555.522879,1169.21939,2199.992454,2128.115401,2231.029494 +376836,3558.599519,1167.488006,2198.77863,2130.891922,2231.363582 +376837,3561.594486,1165.754483,2197.565814,2133.605428,2231.72549 +376838,3564.517351,1164.018867,2196.355986,2136.274711,2232.114326 +376839,3567.371881,1162.281403,2195.149484,2138.906009,2232.527771 +376840,3570.15484,1160.542041,2193.946252,2141.499281,2232.963448 +376841,3572.874474,1158.800976,2192.746146,2144.052962,2233.419151 +376842,3575.527338,1157.128562,2191.548655,2146.565564,2233.892468 +376843,3578.119904,1155.28072,2190.353774,2149.036919,2234.381803 +376844,3580.648259,1153.583955,2189.161895,2151.467707,2234.886232 +376845,3583.117964,1151.825487,2187.972962,2153.858192,2235.404436 +376846,3585.523512,1150.075651,2186.786877,2156.208524,2235.935187 +376847,3587.871056,1148.254263,2185.603709,2158.518976,2236.477579 +376848,3590.154741,1146.603892,2184.423202,2160.789402,2237.030412 +376849,3592.373352,1144.799947,2183.244042,2163.209545,2237.591251 +376850,3594.5287,1143.054003,2182.066177,2165.366204,2238.159295 +376851,3596.624597,1141.295965,2180.891144,2167.478929,2238.735781 +376852,3598.662304,1139.535935,2179.719637,2169.558849,2239.320983 +376853,3600.641328,1137.774135,2178.551365,2171.608265,2239.91402 +376854,3602.560582,1136.01042,2177.385923,2173.624892,2240.513925 +376855,3604.419495,1134.244898,2176.223001,2175.605713,2241.119874 +376856,3606.217493,1132.4774,2175.062399,2177.548624,2241.731205 +376857,3607.954416,1130.708024,2173.904011,2179.452567,2242.347395 +376858,3609.628614,1128.936602,2172.746789,2181.484656,2242.966787 +376859,3611.239179,1127.231415,2171.590203,2183.266269,2243.588372 +376860,3612.790368,1125.355993,2170.436938,2185.007338,2244.016262 +376861,2306.392595,1123.72839,1008.441915,1685.391219,2362.19414 +376862,2400.120296,1253.786936,1049.458067,1754.918505,2412.425128 +376863,2504.576051,1256.94339,1096.517384,1828.550375,2452.545912 +376864,2592.880522,1257.164774,1137.036546,1883.051104,2477.240139 +376865,2663.215207,1256.545671,1170.270061,1918.933786,2494.557121 +376866,2716.797321,1255.536104,1196.945224,1940.966269,2507.525791 +376867,2757.973584,1254.612963,1218.572584,1954.31467,2517.718945 +376868,2790.421662,1253.557683,1236.486467,1963.189148,2526.111056 +376869,2816.699316,1252.469556,1251.612339,1969.817129,2533.323393 +376870,2838.373859,1248.98243,1264.529065,1975.198882,2539.695035 +376871,2856.767857,1247.648329,1275.519475,1980.159354,2545.377548 +376872,2872.411619,1246.267668,1284.881088,1984.691668,2550.435711 +376873,2885.681021,1244.993411,1292.905888,1988.712103,2554.968106 +376874,2896.957495,1243.702522,1299.831834,1992.241159,2559.062063 +376875,2906.555374,1242.457354,1306.00652,1995.35445,2562.761013 +376876,2914.780404,1241.217359,1311.221883,1998.16775,2566.1128 +376877,2921.880394,1239.991221,1315.774763,2000.759929,2569.162267 +376878,2928.054469,1238.778052,1319.766824,2003.18002,2571.949231 +376879,2933.462895,1237.578784,1323.282815,2005.464995,2574.508255 +376880,2938.209051,1236.390667,1326.381452,2007.610977,2576.842671 +376881,2942.694297,1235.215697,1329.132939,2009.647924,2579.002984 +376882,2946.461461,1234.051254,1331.596303,2011.602923,2581.032638 +376883,2949.848229,1232.898098,1333.807843,2013.477131,2582.939249 +376884,2952.908769,1231.75365,1335.800445,2015.275064,2584.734957 +376885,2955.686281,1230.618446,1337.602649,2017.001472,2586.432317 +376886,2958.214985,1229.48995,1339.238879,2018.660522,2588.043092 +376887,2960.522165,1228.368593,1340.729825,2020.2555,2589.577651 +376888,2962.630026,1227.251935,1342.093029,2021.789021,2591.045081 +376889,2964.556779,1226.052171,1343.3433,2023.263068,2592.453111 +376890,2966.314933,1225.056333,1344.492059,2024.676709,2593.805905 +376891,2967.917619,1223.806758,1345.550283,2026.032198,2595.109871 +376892,2969.248882,1222.611304,1346.524206,2027.176906,2596.371093 +376893,2970.239037,1221.474825,1347.419481,2028.02849,2597.594232 +376894,2970.882537,1220.141486,1348.242227,2028.589292,2598.782837 +376895,2971.204909,1218.977374,1348.998576,2028.89981,2599.939708 +376896,2971.238714,1217.73993,1349.694192,2029.002751,2601.067196 +376897,2971.01345,1216.511359,1350.334048,2028.929479,2602.16726 +376898,2970.553007,1215.278795,1350.922452,2028.699958,2603.24154 +376899,2969.876246,1214.041982,1351.463127,2028.326714,2604.291356 +376900,2968.998514,1212.800313,1351.959325,2027.818294,2605.317772 +376901,2967.932736,1211.55372,1352.413896,2027.181169,2606.3216 +376902,2966.689816,1210.301601,1352.829362,2026.420583,2607.303469 +376903,2965.279174,1209.043941,1353.207955,2025.540867,2608.263825 +376904,2963.708952,1207.780196,1353.551673,2024.545637,2609.202997 +376905,2961.986171,1206.510406,1353.862299,2023.437926,2610.121182 +376906,2960.117058,1205.234085,1354.141448,2022.220326,2611.018507 +376907,2958.107051,1203.951329,1354.390572,2020.895079,2611.895009 +376908,2955.960949,1202.661704,1354.611004,2019.464179,2612.750689 +376909,2953.683091,1201.288619,1354.803951,2017.929404,2613.585486 +376910,2951.277458,1200.099538,1354.970533,2016.292379,2614.399329 +376911,2948.74758,1198.732453,1355.111778,2014.554582,2615.192106 +376912,2946.096708,1197.427241,1355.228641,2012.717377,2615.963706 +376913,2943.327828,1196.102627,1355.322007,2010.782011,2616.713991 +376914,2940.443722,1194.770511,1355.392713,2008.749654,2617.442851 +376915,2937.168568,1193.431295,1355.441525,2006.621353,2618.150129 +376916,2934.068804,1192.076957,1355.469179,2004.398089,2618.835713 +376917,2930.862132,1190.721056,1355.476387,2002.077413,2619.500324 +376918,2927.546249,1189.357902,1355.463776,1999.661287,2620.143533 +376919,2924.122519,1187.988263,1355.431913,1997.152222,2620.764759 +376920,2920.593587,1186.610775,1355.381388,1994.551792,2621.363734 +376921,0,0,0,0,0 +376922,0,0,0,0,0 +376923,0,0,0,0,0 +376924,0,0,0,0,0 +376925,0,0,0,0,0 +376926,0,0,0,0,0 +376927,0,0,0,0,0 +376928,0,0,0,0,0 +376929,0,0,0,0,0 +376930,0,0,0,0,0 +376931,0,0,0,0,0 +376932,0,0,0,0,0 +376933,0,0,0,0,0 +376934,0,0,0,0,0 +376935,0,0,0,0,0 +376936,0,0,0,0,0 +376937,0,0,0,0,0 +376938,0,0,0,0,0 +376939,0,0,0,0,0 +376940,0,0,0,0,0 +376941,0,0,0,0,0 +376942,0,0,0,0,0 +376943,0,0,0,0,0 +376944,0,0,0,0,0 +376945,0,0,0,0,0 +376946,0,0,0,0,0 +376947,0,0,0,0,0 +376948,0,0,0,0,0 +376949,0,0,0,0,0 +376950,0,0,0,0,0 +376951,0,0,0,0,0 +376952,0,0,0,0,0 +376953,0,0,0,0,0 +376954,0,0,0,0,0 +376955,0,0,0,0,0 +376956,0,0,0,0,0 +376957,0,0,0,0,0 +376958,0,0,0,0,0 +376959,0,0,0,0,0 +376960,0,0,0,0,0 +376961,0,0,0,0,0 +376962,0,0,0,0,0 +376963,0,0,0,0,0 +376964,0,0,0,0,0 +376965,0,0,0,0,0 +376966,0,0,0,0,0 +376967,0,0,0,0,0 +376968,0,0,0,0,0 +376969,0,0,0,0,0 +376970,0,0,0,0,0 +376971,0,0,0,0,0 +376972,0,0,0,0,0 +376973,0,0,0,0,0 +376974,0,0,0,0,0 +376975,0,0,0,0,0 +376976,0,0,0,0,0 +376977,0,0,0,0,0 +376978,0,0,0,0,0 +376979,0,0,0,0,0 +376980,0,0,0,0,0 +376981,0,0,0,0,0 +376982,0,0,0,0,0 +376983,0,0,0,0,0 +376984,0,0,0,0,0 +376985,0,0,0,0,0 +376986,0,0,0,0,0 +376987,0,0,0,0,0 +376988,0,0,0,0,0 +376989,0,0,0,0,0 +376990,0,0,0,0,0 +376991,0,0,0,0,0 +376992,0,0,0,0,0 +376993,0,0,0,0,0 +376994,0,0,0,0,0 +376995,0,0,0,0,0 +376996,0,0,0,0,0 +376997,0,0,0,0,0 +376998,0,0,0,0,0 +376999,0,0,0,0,0 +377000,0,0,0,0,0 +377001,0,0,0,0,0 +377002,0,0,0,0,0 +377003,0,0,0,0,0 +377004,0,0,0,0,0 +377005,0,0,0,0,0 +377006,0,0,0,0,0 +377007,0,0,0,0,0 +377008,0,0,0,0,0 +377009,0,0,0,0,0 +377010,0,0,0,0,0 +377011,0,0,0,0,0 +377012,0,0,0,0,0 +377013,0,0,0,0,0 +377014,0,0,0,0,0 +377015,0,0,0,0,0 +377016,0,0,0,0,0 +377017,0,0,0,0,0 +377018,0,0,0,0,0 +377019,0,0,0,0,0 +377020,0,0,0,0,0 +377021,0,0,0,0,0 +377022,0,0,0,0,0 +377023,0,0,0,0,0 +377024,0,0,0,0,0 +377025,0,0,0,0,0 +377026,0,0,0,0,0 +377027,0,0,0,0,0 +377028,0,0,0,0,0 +377029,0,0,0,0,0 +377030,0,0,0,0,0 +377031,0,0,0,0,0 +377032,0,0,0,0,0 +377033,0,0,0,0,0 +377034,0,0,0,0,0 +377035,0,0,0,0,0 +377036,0,0,0,0,0 +377037,0,0,0,0,0 +377038,0,0,0,0,0 +377039,0,0,0,0,0 +377040,0,0,0,0,0 +377041,0,0,0,0,0 +377042,0,0,0,0,0 +377043,0,0,0,0,0 +377044,0,0,0,0,0 +377045,0,0,0,0,0 +377046,0,0,0,0,0 +377047,0,0,0,0,0 +377048,0,0,0,0,0 +377049,0,0,0,0,0 +377050,0,0,0,0,0 +377051,0,0,0,0,0 +377052,0,0,0,0,0 +377053,0,0,0,0,0 +377054,0,0,0,0,0 +377055,0,0,0,0,0 +377056,0,0,0,0,0 +377057,0,0,0,0,0 +377058,0,0,0,0,0 +377059,0,0,0,0,0 +377060,0,0,0,0,0 +377061,0,0,0,0,0 +377062,0,0,0,0,0 +377063,0,0,0,0,0 +377064,0,0,0,0,0 +377065,0,0,0,0,0 +377066,0,0,0,0,0 +377067,0,0,0,0,0 +377068,0,0,0,0,0 +377069,0,0,0,0,0 +377070,0,0,0,0,0 +377071,0,0,0,0,0 +377072,0,0,0,0,0 +377073,0,0,0,0,0 +377074,0,0,0,0,0 +377075,0,0,0,0,0 +377076,0,0,0,0,0 +377077,0,0,0,0,0 +377078,0,0,0,0,0 +377079,0,0,0,0,0 +377080,0,0,0,0,0 +377081,0,0,0,0,0 +377082,0,0,0,0,0 +377083,0,0,0,0,0 +377084,0,0,0,0,0 +377085,0,0,0,0,0 +377086,0,0,0,0,0 +377087,0,0,0,0,0 +377088,0,0,0,0,0 +377089,0,0,0,0,0 +377090,0,0,0,0,0 +377091,0,0,0,0,0 +377092,0,0,0,0,0 +377093,0,0,0,0,0 +377094,0,0,0,0,0 +377095,0,0,0,0,0 +377096,0,0,0,0,0 +377097,0,0,0,0,0 +377098,0,0,0,0,0 +377099,0,0,0,0,0 +377100,0,0,0,0,0 +377101,0,0,0,0,0 +377102,0,0,0,0,0 +377103,0,0,0,0,0 +377104,0,0,0,0,0 +377105,0,0,0,0,0 +377106,0,0,0,0,0 +377107,0,0,0,0,0 +377108,0,0,0,0,0 +377109,0,0,0,0,0 +377110,0,0,0,0,0 +377111,0,0,0,0,0 +377112,0,0,0,0,0 +377113,0,0,0,0,0 +377114,0,0,0,0,0 +377115,0,0,0,0,0 +377116,0,0,0,0,0 +377117,0,0,0,0,0 +377118,0,0,0,0,0 +377119,0,0,0,0,0 +377120,0,0,0,0,0 +377121,0,0,0,0,0 +377122,0,0,0,0,0 +377123,0,0,0,0,0 +377124,0,0,0,0,0 +377125,0,0,0,0,0 +377126,0,0,0,0,0 +377127,0,0,0,0,0 +377128,0,0,0,0,0 +377129,0,0,0,0,0 +377130,0,0,0,0,0 +377131,0,0,0,0,0 +377132,0,0,0,0,0 +377133,0,0,0,0,0 +377134,0,0,0,0,0 +377135,0,0,0,0,0 +377136,0,0,0,0,0 +377137,0,0,0,0,0 +377138,0,0,0,0,0 +377139,0,0,0,0,0 +377140,0,0,0,0,0 +377141,0,0,0,0,0 +377142,0,0,0,0,0 +377143,0,0,0,0,0 +377144,0,0,0,0,0 +377145,0,0,0,0,0 +377146,0,0,0,0,0 +377147,0,0,0,0,0 +377148,0,0,0,0,0 +377149,0,0,0,0,0 +377150,0,0,0,0,0 +377151,0,0,0,0,0 +377152,0,0,0,0,0 +377153,0,0,0,0,0 +377154,0,0,0,0,0 +377155,0,0,0,0,0 +377156,0,0,0,0,0 +377157,0,0,0,0,0 +377158,0,0,0,0,0 +377159,0,0,0,0,0 +377160,0,0,0,0,0 +377161,0,0,0,0,0 +377162,0,0,0,0,0 +377163,0,0,0,0,0 +377164,0,0,0,0,0 +377165,0,0,0,0,0 +377166,0,0,0,0,0 +377167,0,0,0,0,0 +377168,0,0,0,0,0 +377169,0,0,0,0,0 +377170,0,0,0,0,0 +377171,0,0,0,0,0 +377172,0,0,0,0,0 +377173,0,0,0,0,0 +377174,0,0,0,0,0 +377175,0,0,0,0,0 +377176,0,0,0,0,0 +377177,0,0,0,0,0 +377178,0,0,0,0,0 +377179,0,0,0,0,0 +377180,0,0,0,0,0 +377181,0,0,0,0,0 +377182,0,0,0,0,0 +377183,0,0,0,0,0 +377184,0,0,0,0,0 +377185,0,0,0,0,0 +377186,0,0,0,0,0 +377187,0,0,0,0,0 +377188,0,0,0,0,0 +377189,0,0,0,0,0 +377190,0,0,0,0,0 +377191,0,0,0,0,0 +377192,0,0,0,0,0 +377193,0,0,0,0,0 +377194,0,0,0,0,0 +377195,0,0,0,0,0 +377196,0,0,0,0,0 +377197,0,0,0,0,0 +377198,0,0,0,0,0 +377199,0,0,0,0,0 +377200,0,0,0,0,0 +377201,0,0,0,0,0 +377202,0,0,0,0,0 +377203,0,0,0,0,0 +377204,0,0,0,0,0 +377205,0,0,0,0,0 +377206,0,0,0,0,0 +377207,0,0,0,0,0 +377208,0,0,0,0,0 +377209,0,0,0,0,0 +377210,0,0,0,0,0 +377211,0,0,0,0,0 +377212,0,0,0,0,0 +377213,0,0,0,0,0 +377214,0,0,0,0,0 +377215,0,0,0,0,0 +377216,0,0,0,0,0 +377217,0,0,0,0,0 +377218,0,0,0,0,0 +377219,0,0,0,0,0 +377220,0,0,0,0,0 +377221,0,0,0,0,0 +377222,0,0,0,0,0 +377223,0,0,0,0,0 +377224,0,0,0,0,0 +377225,0,0,0,0,0 +377226,0,0,0,0,0 +377227,0,0,0,0,0 +377228,0,0,0,0,0 +377229,0,0,0,0,0 +377230,0,0,0,0,0 +377231,0,0,0,0,0 +377232,0,0,0,0,0 +377233,0,0,0,0,0 +377234,0,0,0,0,0 +377235,0,0,0,0,0 +377236,0,0,0,0,0 +377237,0,0,0,0,0 +377238,0,0,0,0,0 +377239,0,0,0,0,0 +377240,0,0,0,0,0 +377241,0,0,0,0,0 +377242,0,0,0,0,0 +377243,0,0,0,0,0 +377244,0,0,0,0,0 +377245,0,0,0,0,0 +377246,0,0,0,0,0 +377247,0,0,0,0,0 +377248,0,0,0,0,0 +377249,0,0,0,0,0 +377250,0,0,0,0,0 +377251,0,0,0,0,0 +377252,0,0,0,0,0 +377253,0,0,0,0,0 +377254,0,0,0,0,0 +377255,0,0,0,0,0 +377256,0,0,0,0,0 +377257,0,0,0,0,0 +377258,0,0,0,0,0 +377259,0,0,0,0,0 +377260,0,0,0,0,0 +377261,0,0,0,0,0 +377262,0,0,0,0,0 +377263,0,0,0,0,0 +377264,0,0,0,0,0 +377265,0,0,0,0,0 +377266,0,0,0,0,0 +377267,0,0,0,0,0 +377268,0,0,0,0,0 +377269,0,0,0,0,0 +377270,0,0,0,0,0 +377271,0,0,0,0,0 +377272,0,0,0,0,0 +377273,0,0,0,0,0 +377274,0,0,0,0,0 +377275,0,0,0,0,0 +377276,0,0,0,0,0 +377277,0,0,0,0,0 +377278,0,0,0,0,0 +377279,0,0,0,0,0 +377280,0,0,0,0,0 +377281,0,0,0,0,0 +377282,0,0,0,0,0 +377283,0,0,0,0,0 +377284,0,0,0,0,0 +377285,0,0,0,0,0 +377286,0,0,0,0,0 +377287,0,0,0,0,0 +377288,0,0,0,0,0 +377289,0,0,0,0,0 +377290,0,0,0,0,0 +377291,0,0,0,0,0 +377292,0,0,0,0,0 +377293,0,0,0,0,0 +377294,0,0,0,0,0 +377295,0,0,0,0,0 +377296,0,0,0,0,0 +377297,0,0,0,0,0 +377298,0,0,0,0,0 +377299,0,0,0,0,0 +377300,0,0,0,0,0 +377301,0,0,0,0,0 +377302,0,0,0,0,0 +377303,0,0,0,0,0 +377304,0,0,0,0,0 +377305,0,0,0,0,0 +377306,0,0,0,0,0 +377307,0,0,0,0,0 +377308,0,0,0,0,0 +377309,0,0,0,0,0 +377310,0,0,0,0,0 +377311,0,0,0,0,0 +377312,0,0,0,0,0 +377313,0,0,0,0,0 +377314,0,0,0,0,0 +377315,0,0,0,0,0 +377316,0,0,0,0,0 +377317,0,0,0,0,0 +377318,0,0,0,0,0 +377319,0,0,0,0,0 +377320,0,0,0,0,0 +377321,0,0,0,0,0 +377322,0,0,0,0,0 +377323,0,0,0,0,0 +377324,0,0,0,0,0 +377325,0,0,0,0,0 +377326,0,0,0,0,0 +377327,0,0,0,0,0 +377328,0,0,0,0,0 +377329,0,0,0,0,0 +377330,0,0,0,0,0 +377331,0,0,0,0,0 +377332,0,0,0,0,0 +377333,0,0,0,0,0 +377334,0,0,0,0,0 +377335,0,0,0,0,0 +377336,0,0,0,0,0 +377337,0,0,0,0,0 +377338,0,0,0,0,0 +377339,0,0,0,0,0 +377340,0,0,0,0,0 +377341,0,0,0,0,0 +377342,0,0,0,0,0 +377343,0,0,0,0,0 +377344,0,0,0,0,0 +377345,0,0,0,0,0 +377346,0,0,0,0,0 +377347,0,0,0,0,0 +377348,0,0,0,0,0 +377349,0,0,0,0,0 +377350,0,0,0,0,0 +377351,0,0,0,0,0 +377352,0,0,0,0,0 +377353,0,0,0,0,0 +377354,0,0,0,0,0 +377355,0,0,0,0,0 +377356,0,0,0,0,0 +377357,0,0,0,0,0 +377358,0,0,0,0,0 +377359,0,0,0,0,0 +377360,0,0,0,0,0 +377361,0,0,0,0,0 +377362,0,0,0,0,0 +377363,0,0,0,0,0 +377364,0,0,0,0,0 +377365,0,0,0,0,0 +377366,0,0,0,0,0 +377367,0,0,0,0,0 +377368,0,0,0,0,0 +377369,0,0,0,0,0 +377370,0,0,0,0,0 +377371,0,0,0,0,0 +377372,0,0,0,0,0 +377373,0,0,0,0,0 +377374,0,0,0,0,0 +377375,0,0,0,0,0 +377376,0,0,0,0,0 +377377,0,0,0,0,0 +377378,0,0,0,0,0 +377379,0,0,0,0,0 +377380,0,0,0,0,0 +377381,0,0,0,0,0 +377382,0,0,0,0,0 +377383,0,0,0,0,0 +377384,0,0,0,0,0 +377385,0,0,0,0,0 +377386,0,0,0,0,0 +377387,0,0,0,0,0 +377388,0,0,0,0,0 +377389,0,0,0,0,0 +377390,0,0,0,0,0 +377391,0,0,0,0,0 +377392,0,0,0,0,0 +377393,0,0,0,0,0 +377394,0,0,0,0,0 +377395,0,0,0,0,0 +377396,0,0,0,0,0 +377397,0,0,0,0,0 +377398,0,0,0,0,0 +377399,0,0,0,0,0 +377400,0,0,0,0,0 +377401,0,0,0,0,0 +377402,0,0,0,0,0 +377403,0,0,0,0,0 +377404,0,0,0,0,0 +377405,0,0,0,0,0 +377406,0,0,0,0,0 +377407,0,0,0,0,0 +377408,0,0,0,0,0 +377409,0,0,0,0,0 +377410,0,0,0,0,0 +377411,0,0,0,0,0 +377412,0,0,0,0,0 +377413,0,0,0,0,0 +377414,0,0,0,0,0 +377415,0,0,0,0,0 +377416,0,0,0,0,0 +377417,0,0,0,0,0 +377418,0,0,0,0,0 +377419,0,0,0,0,0 +377420,0,0,0,0,0 +377421,0,0,0,0,0 +377422,0,0,0,0,0 +377423,0,0,0,0,0 +377424,0,0,0,0,0 +377425,0,0,0,0,0 +377426,0,0,0,0,0 +377427,0,0,0,0,0 +377428,0,0,0,0,0 +377429,0,0,0,0,0 +377430,0,0,0,0,0 +377431,0,0,0,0,0 +377432,0,0,0,0,0 +377433,0,0,0,0,0 +377434,0,0,0,0,0 +377435,0,0,0,0,0 +377436,0,0,0,0,0 +377437,0,0,0,0,0 +377438,0,0,0,0,0 +377439,0,0,0,0,0 +377440,0,0,0,0,0 +377441,0,0,0,0,0 +377442,0,0,0,0,0 +377443,0,0,0,0,0 +377444,0,0,0,0,0 +377445,0,0,0,0,0 +377446,0,0,0,0,0 +377447,0,0,0,0,0 +377448,0,0,0,0,0 +377449,0,0,0,0,0 +377450,0,0,0,0,0 +377451,0,0,0,0,0 +377452,0,0,0,0,0 +377453,0,0,0,0,0 +377454,0,0,0,0,0 +377455,0,0,0,0,0 +377456,0,0,0,0,0 +377457,0,0,0,0,0 +377458,0,0,0,0,0 +377459,0,0,0,0,0 +377460,0,0,0,0,0 +377461,0,0,0,0,0 +377462,0,0,0,0,0 +377463,0,0,0,0,0 +377464,0,0,0,0,0 +377465,0,0,0,0,0 +377466,0,0,0,0,0 +377467,0,0,0,0,0 +377468,0,0,0,0,0 +377469,0,0,0,0,0 +377470,0,0,0,0,0 +377471,0,0,0,0,0 +377472,0,0,0,0,0 +377473,0,0,0,0,0 +377474,0,0,0,0,0 +377475,0,0,0,0,0 +377476,0,0,0,0,0 +377477,0,0,0,0,0 +377478,0,0,0,0,0 +377479,0,0,0,0,0 +377480,0,0,0,0,0 +377481,0,0,0,0,0 +377482,0,0,0,0,0 +377483,0,0,0,0,0 +377484,0,0,0,0,0 +377485,0,0,0,0,0 +377486,0,0,0,0,0 +377487,0,0,0,0,0 +377488,0,0,0,0,0 +377489,0,0,0,0,0 +377490,0,0,0,0,0 +377491,0,0,0,0,0 +377492,0,0,0,0,0 +377493,0,0,0,0,0 +377494,0,0,0,0,0 +377495,0,0,0,0,0 +377496,0,0,0,0,0 +377497,0,0,0,0,0 +377498,0,0,0,0,0 +377499,0,0,0,0,0 +377500,0,0,0,0,0 +377501,0,0,0,0,0 +377502,0,0,0,0,0 +377503,0,0,0,0,0 +377504,0,0,0,0,0 +377505,0,0,0,0,0 +377506,0,0,0,0,0 +377507,0,0,0,0,0 +377508,0,0,0,0,0 +377509,0,0,0,0,0 +377510,0,0,0,0,0 +377511,0,0,0,0,0 +377512,0,0,0,0,0 +377513,0,0,0,0,0 +377514,0,0,0,0,0 +377515,0,0,0,0,0 +377516,0,0,0,0,0 +377517,0,0,0,0,0 +377518,0,0,0,0,0 +377519,0,0,0,0,0 +377520,0,0,0,0,0 +377521,0,0,0,0,0 +377522,0,0,0,0,0 +377523,0,0,0,0,0 +377524,0,0,0,0,0 +377525,0,0,0,0,0 +377526,0,0,0,0,0 +377527,0,0,0,0,0 +377528,0,0,0,0,0 +377529,0,0,0,0,0 +377530,0,0,0,0,0 +377531,0,0,0,0,0 +377532,0,0,0,0,0 +377533,0,0,0,0,0 +377534,0,0,0,0,0 +377535,0,0,0,0,0 +377536,0,0,0,0,0 +377537,0,0,0,0,0 +377538,0,0,0,0,0 +377539,0,0,0,0,0 +377540,0,0,0,0,0 +377541,0,0,0,0,0 +377542,0,0,0,0,0 +377543,0,0,0,0,0 +377544,0,0,0,0,0 +377545,0,0,0,0,0 +377546,0,0,0,0,0 +377547,0,0,0,0,0 +377548,0,0,0,0,0 +377549,0,0,0,0,0 +377550,0,0,0,0,0 +377551,0,0,0,0,0 +377552,0,0,0,0,0 +377553,0,0,0,0,0 +377554,0,0,0,0,0 +377555,0,0,0,0,0 +377556,0,0,0,0,0 +377557,0,0,0,0,0 +377558,0,0,0,0,0 +377559,0,0,0,0,0 +377560,0,0,0,0,0 +377561,0,0,0,0,0 +377562,0,0,0,0,0 +377563,0,0,0,0,0 +377564,0,0,0,0,0 +377565,0,0,0,0,0 +377566,0,0,0,0,0 +377567,0,0,0,0,0 +377568,0,0,0,0,0 +377569,0,0,0,0,0 +377570,0,0,0,0,0 +377571,0,0,0,0,0 +377572,0,0,0,0,0 +377573,0,0,0,0,0 +377574,0,0,0,0,0 +377575,0,0,0,0,0 +377576,0,0,0,0,0 +377577,0,0,0,0,0 +377578,0,0,0,0,0 +377579,0,0,0,0,0 +377580,0,0,0,0,0 +377581,0,0,0,0,0 +377582,0,0,0,0,0 +377583,0,0,0,0,0 +377584,0,0,0,0,0 +377585,0,0,0,0,0 +377586,0,0,0,0,0 +377587,0,0,0,0,0 +377588,0,0,0,0,0 +377589,0,0,0,0,0 +377590,0,0,0,0,0 +377591,0,0,0,0,0 +377592,0,0,0,0,0 +377593,0,0,0,0,0 +377594,0,0,0,0,0 +377595,0,0,0,0,0 +377596,0,0,0,0,0 +377597,0,0,0,0,0 +377598,0,0,0,0,0 +377599,0,0,0,0,0 +377600,0,0,0,0,0 +377601,0,0,0,0,0 +377602,0,0,0,0,0 +377603,0,0,0,0,0 +377604,0,0,0,0,0 +377605,0,0,0,0,0 +377606,0,0,0,0,0 +377607,0,0,0,0,0 +377608,0,0,0,0,0 +377609,0,0,0,0,0 +377610,0,0,0,0,0 +377611,0,0,0,0,0 +377612,0,0,0,0,0 +377613,0,0,0,0,0 +377614,0,0,0,0,0 +377615,0,0,0,0,0 +377616,0,0,0,0,0 +377617,0,0,0,0,0 +377618,0,0,0,0,0 +377619,0,0,0,0,0 +377620,0,0,0,0,0 +377621,0,0,0,0,0 +377622,0,0,0,0,0 +377623,0,0,0,0,0 +377624,0,0,0,0,0 +377625,0,0,0,0,0 +377626,0,0,0,0,0 +377627,0,0,0,0,0 +377628,0,0,0,0,0 +377629,0,0,0,0,0 +377630,0,0,0,0,0 +377631,0,0,0,0,0 +377632,0,0,0,0,0 +377633,0,0,0,0,0 +377634,0,0,0,0,0 +377635,0,0,0,0,0 +377636,0,0,0,0,0 +377637,0,0,0,0,0 +377638,0,0,0,0,0 +377639,0,0,0,0,0 +377640,0,0,0,0,0 +377641,0,0,0,0,0 +377642,0,0,0,0,0 +377643,0,0,0,0,0 +377644,0,0,0,0,0 +377645,0,0,0,0,0 +377646,0,0,0,0,0 +377647,0,0,0,0,0 +377648,0,0,0,0,0 +377649,0,0,0,0,0 +377650,0,0,0,0,0 +377651,0,0,0,0,0 +377652,0,0,0,0,0 +377653,0,0,0,0,0 +377654,0,0,0,0,0 +377655,0,0,0,0,0 +377656,0,0,0,0,0 +377657,0,0,0,0,0 +377658,0,0,0,0,0 +377659,0,0,0,0,0 +377660,0,0,0,0,0 +377661,0,0,0,0,0 +377662,0,0,0,0,0 +377663,0,0,0,0,0 +377664,0,0,0,0,0 +377665,0,0,0,0,0 +377666,0,0,0,0,0 +377667,0,0,0,0,0 +377668,0,0,0,0,0 +377669,0,0,0,0,0 +377670,0,0,0,0,0 +377671,0,0,0,0,0 +377672,0,0,0,0,0 +377673,0,0,0,0,0 +377674,0,0,0,0,0 +377675,0,0,0,0,0 +377676,0,0,0,0,0 +377677,0,0,0,0,0 +377678,0,0,0,0,0 +377679,0,0,0,0,0 +377680,0,0,0,0,0 +377681,0,0,0,0,0 +377682,0,0,0,0,0 +377683,0,0,0,0,0 +377684,0,0,0,0,0 +377685,0,0,0,0,0 +377686,0,0,0,0,0 +377687,0,0,0,0,0 +377688,0,0,0,0,0 +377689,0,0,0,0,0 +377690,0,0,0,0,0 +377691,0,0,0,0,0 +377692,0,0,0,0,0 +377693,0,0,0,0,0 +377694,0,0,0,0,0 +377695,0,0,0,0,0 +377696,0,0,0,0,0 +377697,0,0,0,0,0 +377698,0,0,0,0,0 +377699,0,0,0,0,0 +377700,0,0,0,0,0 +377701,-118.3136542,55.50606781,-8.770545398,-55.42020725,-309.6206443 +377702,324.5595003,258.1893431,434.9055779,145.9932129,496.4248468 +377703,320.0610194,256.2674456,430.0766292,143.9108945,490.3020268 +377704,311.1698451,252.273776,420.7262454,139.781751,476.0917546 +377705,301.6974515,248.4777612,411.0886346,135.4338032,460.0184516 +377706,293.345989,245.7181149,402.9217505,131.6653233,445.1017032 +377707,286.3819771,244.0107543,396.4276111,128.5838734,432.0222861 +377708,280.5696717,243.131347,391.2936126,126.0606138,420.5589206 +377709,275.628765,242.8744707,387.1933491,123.949861,410.3646448 +377710,271.3743026,243.1046122,383.9055246,122.1571002,401.1909925 +377711,267.6862009,243.7360474,381.2906437,120.6209532,392.889293 +377712,264.4898641,244.7081846,379.2508176,119.3043883,385.3628401 +377713,261.7184527,245.9723546,377.7068387,118.1740781,378.5347964 +377714,259.3218502,247.4871442,376.5899721,117.2062461,372.3359833 +377715,257.2479929,249.2172091,375.8401476,116.3780744,366.7026854 +377716,255.4598522,251.1327567,375.4054948,115.6694642,361.5770004 +377717,253.9218009,253.2089329,375.2417177,115.0637253,356.9071443 +377718,252.602325,255.4250605,375.311116,114.5471774,352.6470879 +377719,251.474953,257.7639381,375.5816322,114.1085423,348.7560628 +377720,250.5175618,260.211199,376.0259093,113.7384019,345.1978479 +377721,249.7115161,262.7548292,376.6205919,113.4288521,341.9403128 +377722,249.0409093,265.3847379,377.3456619,113.1732177,338.954849 +377723,248.4921137,268.0924436,378.1839629,112.9658648,336.2160376 +377724,248.0533987,270.8707871,379.1207402,112.8020198,333.7012314 +377725,247.7146998,273.7144918,380.1435923,112.6776486,331.3899519 +377726,247.4673125,276.6181858,381.2414706,112.589308,329.2643669 +377727,247.3037247,279.5771138,382.4047633,112.5340618,327.3086462 +377728,247.2174027,282.5873083,383.6251474,112.5093818,325.5085452 +377729,247.2027,394.2711003,384.8954497,112.5131047,323.8513385 +377730,247.2546713,408.0932669,386.2094005,112.5433492,322.3255688 +377731,247.369024,404.7980052,387.5615392,112.5984951,320.9210276 +377732,247.5357192,428.9470282,388.9077477,112.6746859,319.6286264 +377733,247.7489641,443.081367,390.236009,112.7693902,318.4398082 +377734,248.0057202,457.0821937,391.5389789,112.8812598,317.3467515 +377735,248.3040028,470.6491083,392.823069,113.0095193,316.3424842 +377736,248.6420902,484.3603527,394.0892333,113.153577,315.4207787 +377737,249.0183509,497.723424,395.3417592,113.3128932,314.576073 +377738,249.4312346,510.8936808,396.577814,113.48695,313.8033361 +377739,249.8793116,524.252718,397.7980365,113.6752628,313.098016 +377740,250.3612503,537.2070895,399.008821,113.8773724,312.4559303 +377741,250.875842,550.067704,400.206885,114.09286,311.8732863 +377742,251.4219435,563.0591384,401.3915298,114.3213237,311.3465624 +377743,251.9985077,575.7504429,402.5638671,114.562394,310.8725575 +377744,252.6045338,596.0698564,403.725019,114.8157124,310.4482853 +377745,253.2390933,612.439694,404.8755847,115.0809441,310.0710142 +377746,253.9013011,629.4721206,406.0157253,115.3577655,309.7381988 +377747,254.5903271,645.6151051,407.1454025,115.6458705,309.4474963 +377748,255.3053766,662.4840004,408.2645004,115.9449624,309.1967163 +377749,256.0457031,678.3274905,409.3728927,116.25476,308.9838399 +377750,256.8105864,694.4568601,410.4704351,116.5749889,308.806716 +377751,257.5993546,710.7835361,411.5569883,116.9053912,308.6632251 +377752,258.4113616,726.5591757,412.6323982,117.2457168,308.5515383 +377753,259.246015,742.1933241,413.6965264,117.5957353,308.4701655 +377754,260.1027223,758.313146,414.7492028,117.9552129,308.4177295 +377755,260.9809312,773.7542155,415.7902697,118.3239305,308.393004 +377756,261.8800873,789.3398511,416.8195439,118.7016651,308.3947808 +377757,262.7996697,804.7862518,417.8368561,119.0882064,308.4219566 +377758,263.7391671,819.8987917,418.8420294,119.4833458,308.4734572 +377759,264.698096,835.8540221,419.8349005,119.8868853,308.548299 +377760,265.6759817,850.4095992,420.8153039,120.2986292,308.6455232 +377761,266.7068022,1295.444944,421.8175169,120.73404,308.8268478 +377762,286.5711312,1325.208382,441.1273918,129.9070622,343.8055902 +377763,316.2783434,1349.830769,470.0154383,143.5177077,397.8460191 +377764,346.5111187,1373.158995,499.4146274,157.1826551,454.4048076 +377765,373.3018,1395.265751,525.442061,169.0853624,506.0698902 +377766,396.1547599,1412.171803,547.6254011,179.0567907,551.5345144 +377767,415.8627367,1432.111719,566.6849045,187.5338193,591.6673683 +377768,433.1503488,1452.282415,583.3461147,194.8890064,627.5350139 +377769,448.5054459,1472.033773,598.1047806,201.3658647,659.8934061 +377770,462.2518691,1491.571297,611.2866225,207.124281,689.2306335 +377771,474.6308991,1511.042412,784.6506108,212.2827395,715.898254 +377772,485.8426082,1530.207003,1057.26949,216.9385176,740.1897813 +377773,496.0597356,1549.233847,889.6485876,221.1742722,762.3687413 +377774,505.4309767,1568.078962,969.3053233,225.0597782,782.6734915 +377775,514.0827047,1586.69328,987.9775262,228.6530949,801.3170152 +377776,522.1213458,1605.383311,1004.464516,232.0020701,818.4875668 +377777,529.6362858,1623.527032,1020.877331,235.1460319,834.3508249 +377778,536.7026285,1641.912526,1036.347934,238.1173251,849.0524756 +377779,543.3835733,1659.854354,1051.301011,240.9425954,862.7207058 +377780,549.732347,1681.868505,1066.368584,243.6438119,875.4683334 +377781,555.7938153,1702.24678,1080.439647,246.239102,887.3946882 +377782,561.605807,1716.941416,1094.591708,248.7434257,898.587215 +377783,567.2002481,1740.566774,1107.68017,251.1691415,909.1229332 +377784,572.6040964,1718.691264,1120.964861,253.5264641,919.0696816 +377785,577.8401577,1782.003494,1133.614423,255.8238556,928.4872793 +377786,582.9278081,1778.383849,1146.27969,258.0683633,937.4286082 +377787,587.8833798,1799.433748,1158.280385,260.2657999,945.9401494 +377788,592.7207906,1816.393733,1169.940097,262.4210253,954.0630601 +377789,597.4518494,1833.209726,1181.508423,264.5380822,961.8336503 +377790,602.0866502,1849.619123,1192.635207,266.6203653,969.2840992 +377791,606.6338516,1865.285231,1203.146172,268.6707411,976.4429586 +377792,611.0967209,1880.184792,1213.243247,270.6896188,983.3354493 +377793,615.4788972,1895.111808,1223.041836,272.6777308,989.9839798 +377794,619.7851746,1909.726589,1232.648785,274.6364993,996.4084337 +377795,624.0207039,1924.157807,1241.934353,276.5676278,1002.626549 +377796,628.1902734,1938.468686,1250.97036,278.4727366,1008.654111 +377797,632.2980976,1952.296283,1259.858755,280.3532456,1014.505243 +377798,744.5270307,1966.426469,1268.414691,282.2103623,1020.192541 +377799,785.8842426,1979.886389,1276.878163,284.0451344,1025.727316 +377800,766.632828,1993.458553,1285.017192,285.8584685,1031.119668 +377801,797.3138065,2006.762575,1293.046515,287.6511645,1036.378657 +377802,812.7592546,2019.902096,1300.891313,343.9414332,1041.512328 +377803,827.9403401,2032.88116,1308.472704,327.666628,1046.527937 +377804,842.5131619,2045.690762,1315.963992,358.4936498,1051.432019 +377805,857.1631324,2058.424521,1323.295068,355.9439162,1056.230508 +377806,871.1808099,2070.686462,1330.386444,366.5150271,1060.928775 +377807,885.3351465,2083.215584,1337.411014,373.8287065,1065.5317 +377808,899.0056129,2095.402153,1344.300585,380.845882,1070.04372 +377809,912.5106454,2107.293662,1350.969148,387.8563886,1074.468901 +377810,925.6779775,2119.23057,1357.596965,394.630642,1078.810947 +377811,938.9379398,2130.934193,1364.111725,401.2073806,1083.073267 +377812,951.7523346,2142.5056,1370.422321,407.9455485,1087.258977 +377813,964.1755404,2153.892425,1376.652807,414.2814206,1091.370966 +377814,977.1695934,2165.203409,1382.456864,420.6807975,1095.40939 +377815,989.0058209,2176.311315,1389.143967,426.8026172,1099.380097 +377816,1001.206999,2187.437294,1394.825701,433.0936418,1098.471881 +377817,1013.54085,2205.440076,1400.748092,438.9620018,1096.430954 +377818,1024.73545,2208.542389,1406.749626,445.164298,1094.482222 +377819,1036.824097,2235.972961,1412.343731,450.712545,1092.645272 +377820,1048.095201,2214.221833,1418.160338,456.6755485,1090.90576 +377821,1450.020308,2427.458302,1814.049188,630.7848727,1088.990737 +377822,1465.000255,2406.852439,1823.624786,638.2219362,1100.350615 +377823,1316.098762,2345.746721,1667.753766,571.3957111,1983.71921 +377824,1574.687098,2508.00482,1924.292988,688.3773276,1930.356446 +377825,1471.349392,2419.112513,1815.115254,642.1953509,1784.049626 +377826,1501.524447,2474.838266,1838.183119,656.3158424,1888.957293 +377827,1518.776906,2461.3375,1851.840612,664.9828664,1870.546305 +377828,1529.04954,2479.703653,1856.760274,669.862727,1912.505 +377829,1540.930101,2495.104171,1864.010472,675.8493045,1911.674424 +377830,1553.69685,2495.59856,1872.2174,682.0113049,1925.983784 +377831,1563.792357,2506.349879,1877.820611,687.1058671,1935.55897 +377832,1740.941447,2605.419582,2051.617094,767.9112832,2243.035367 +377833,1347.942067,2428.564401,1653.601065,590.7702574,1511.665231 +377834,1869.918319,2653.522458,2186.349395,827.1632861,2469.808253 +377835,1348.422613,2441.456109,1622.548357,591.637902,1488.42534 +377836,1892.12339,2673.880985,2212.551567,837.7835775,2503.810563 +377837,1367.557022,2456.654293,1631.673135,601.4705812,1483.431337 +377838,1915.010621,2691.300323,2220.824447,848.4710405,2521.176687 +377839,1386.229758,2474.315728,1636.252565,611.1111658,1517.878637 +377840,1937.239581,2711.956064,2234.972993,859.1435514,2531.218639 +377841,1405.629521,2486.210931,1649.248131,620.3609373,1535.270452 +377842,1958.508408,2731.738622,2248.702926,869.3166931,2550.102356 +377843,1424.480736,2500.241981,1662.685449,629.5448104,1550.251301 +377844,1979.747226,2752.660174,2267.366123,879.2890763,2568.439926 +377845,1443.19026,2516.582591,1668.922458,638.5420709,1564.4273 +377846,2009.455112,2758.628483,2283.033315,889.0855724,2587.403394 +377847,1447.964795,2537.697074,1682.627938,647.1266244,1575.937959 +377848,2027.875085,2757.92269,2295.035992,898.7861101,2618.428788 +377849,1476.673565,2574.055659,1695.626489,655.0877487,1568.431327 +377850,2043.73474,2747.536077,2312.406204,908.9828102,2651.717228 +377851,1661.014796,2688.11583,1870.022069,738.5422723,1870.256023 +377852,1814.704754,2678.230924,2072.267356,806.3298315,2191.684571 +377853,1798.763005,2709.153011,2010.441941,800.0546621,2134.632989 +377854,1807.433518,2697.841067,2043.589349,803.8030678,2143.598463 +377855,1816.643596,2713.973057,2039.466072,807.8046907,2150.351158 +377856,1825.628084,2713.684339,2047.393698,811.9388605,2156.935162 +377857,1834.722685,2718.025569,2057.570009,815.9456864,2163.434296 +377858,1843.452736,2720.205878,2062.82498,819.8206681,2169.912997 +377859,1852.535888,2721.052955,2070.199341,823.8296855,2176.029201 +377860,1861.297524,2721.755575,2051.025885,827.6815157,2182.441874 +377861,1870.006422,2723.48187,2103.357511,831.5361083,2190.750679 +377862,1878.883331,2725.495153,2071.584414,835.3470006,2202.793993 +377863,1887.590389,2727.136027,2090.636833,839.1240379,2195.067319 +377864,1896.107885,2729.194971,2094.439267,842.8257894,2198.417998 +377865,1904.670167,2731.697244,2099.357175,846.6352409,2218.287027 +377866,1915.235293,2734.327874,2105.176658,850.2181471,2216.277601 +377867,1925.635439,2739.579489,2110.562769,853.8559118,2223.632897 +377868,1932.552538,2740.742624,2115.624584,857.5251726,2229.343031 +377869,1942.485496,2745.333785,2121.351895,861.0738559,2234.74413 +377870,1951.007356,2746.181519,2126.317666,864.5913043,2240.177076 +377871,1959.539354,2748.084303,2131.734722,868.2193825,2245.779287 +377872,1938.220084,2750.511645,2136.911694,871.6183866,2250.910658 +377873,1986.724342,2753.130809,2142.241625,875.1221883,2256.257517 +377874,1975.872559,2758.241145,2147.294598,878.5533046,2265.414455 +377875,1988.285638,2759.38204,2157.412827,881.958604,2271.582846 +377876,1995.957029,2763.914775,2155.428185,885.3220443,2269.917821 +377877,2004.208162,2764.542785,2163.3242,888.6325294,2265.910993 +377878,2012.235221,2766.207703,2167.859263,891.9390949,2288.665266 +377879,2020.066899,2768.328078,2173.023636,895.3086452,2284.740013 +377880,2028.080274,2770.659452,2177.821357,898.5805741,2291.399795 +377881,2042.536105,2775.4384,2188.93873,904.6176219,2307.739084 +377882,2052.120426,2776.807267,2196.137147,908.6160425,2314.000687 +377883,2061.230141,2779.377647,2202.00701,912.5054305,2320.150893 +377884,2070.063505,2784.950367,2212.760147,916.0539639,2335.843677 +377885,2078.968715,2786.418391,2211.962219,919.7734497,2320.118854 +377886,2087.417919,2788.41645,2219.954413,923.2114829,2347.980718 +377887,2095.961356,2790.685045,2225.494409,926.7081248,2330.163563 +377888,2104.633463,2793.140191,2230.953359,930.1381696,2357.194242 +377889,2113.133099,2798.278808,2241.272838,933.6588454,2360.903243 +377890,2121.432706,2799.307914,2240.277295,937.0626338,2347.855607 +377891,2129.903581,2803.676023,2248.428017,940.5195275,2370.062486 +377892,2137.41482,2804.958966,2262.756683,946.6264739,2366.637352 +377893,2145.518914,2809.276644,2265.674522,950.4362382,2373.805439 +377894,2153.740777,2811.891729,2272.031477,954.0744947,2378.34381 +377895,2161.646692,2811.679612,2281.459158,957.5327075,2382.99569 +377896,2169.656166,2813.156912,2282.787619,960.9829103,2387.96792 +377897,2177.809139,2815.435679,2292.139533,964.3884192,2392.50465 +377898,2185.686254,2818.358756,2298.497839,967.7606891,2403.446825 +377899,2193.625682,2823.684344,2300.214274,971.1029557,2398.62326 +377900,2201.623155,2824.525496,2306.925962,974.421543,2407.415581 +377901,2209.291661,2826.020413,2308.030764,977.7110221,2411.222729 +377902,2217.18512,2827.634814,2310.712552,980.926919,2415.469197 +377903,2224.938992,2829.093954,2310.907363,984.2979621,2419.792635 +377904,2232.675735,2830.245927,2310.578728,987.4067689,2424.331812 +377905,2240.378851,2831.06343,2310.315155,990.6513346,2428.582737 +377906,2248.048841,2831.641678,2310.155481,993.8231214,2432.656007 +377907,2255.679908,2832.090673,2310.119576,996.9825921,2437.142334 +377908,2263.290935,2832.477498,2310.206347,1000.123041,2441.193421 +377909,2270.862536,2832.829537,2310.40535,1003.244838,2445.42484 +377910,2278.406246,2833.158472,2310.896731,1006.296363,2449.324112 +377911,2285.830724,2833.474657,2311.288181,1009.436154,2453.682658 +377912,2293.332372,2833.752384,2311.767188,1012.438329,2457.608926 +377913,2300.487539,2834.224626,2312.325005,1015.521335,2461.460438 +377914,2307.885999,2834.358192,2312.959795,1018.442919,2465.667022 +377915,2315.140057,2834.442649,2313.668261,1021.466968,2469.537366 +377916,2322.379645,2834.644311,2314.539364,1024.426541,2479.075444 +377917,2329.463783,2834.801889,2315.458404,1027.323408,2474.779447 +377918,2347.144508,2834.720597,2316.290445,1030.340416,2481.598162 +377919,2329.592769,2837.11193,2318.853746,1033.219773,2485.628826 +377920,2356.859337,2835.597605,2318.943302,1036.134954,2488.523859 +377921,2357.2342,2834.856623,2319.585095,1039.023221,2492.709555 +377922,2365.064384,2834.448434,2320.432494,1041.898678,2496.374882 +377923,2372.075497,2834.382933,2321.514748,1044.759366,2505.405007 +377924,2379.154665,2834.355543,2322.670655,1047.606352,2501.654624 +377925,2386.095079,2836.551804,2325.401213,1050.438645,2507.417173 +377926,2393.01385,2834.746152,2325.601576,1053.260528,2511.180411 +377927,2400.039875,2833.800585,2326.409395,1056.066016,2514.332756 +377928,2406.5861,2835.808014,2329.187069,1058.85961,2523.615389 +377929,2413.705729,2834.036643,2329.523905,1061.642959,2519.70233 +377930,2420.405028,2832.901363,2330.30824,1064.411142,2524.80281 +377931,2427.202697,2832.227759,2331.38359,1067.168514,2533.483895 +377932,2434.0859,2831.80633,2332.635816,1069.913886,2530.747883 +377933,2440.604698,2831.39417,2333.94098,1072.64765,2539.444987 +377934,2447.395928,2830.911159,2335.264032,1075.370093,2537.486833 +377935,2454.040505,2830.343778,2336.594517,1078.08131,2544.687457 +377936,2460.680907,2832.30447,2339.690087,1080.780699,2549.763586 +377937,2467.284083,2830.179277,2340.368126,1083.413949,2545.575643 +377938,2473.869193,2828.355538,2341.066647,1086.178353,2544.62332 +377939,2480.54917,2826.416019,2341.626649,1088.80549,2541.636367 +377940,2486.877394,2824.253692,2341.97562,1091.472824,2536.899086 +377941,2375.028393,2775.688408,2341.361455,1040.545602,2431.9963 +377942,2378.323542,2749.719949,2328.668154,1041.699952,2304.502801 +377943,2381.956899,2752.293117,2311.444749,1043.2842,2365.580105 +377944,2386.582895,2745.605445,2300.359396,1044.95291,2354.02944 +377945,2390.592048,2740.291882,2291.644593,1046.689908,2355.054362 +377946,2395.108871,2737.541359,2288.351835,1048.401498,2357.479565 +377947,2399.511052,2732.071698,2284.843599,1050.282049,2364.735317 +377948,2404.095343,2727.656763,2283.14309,1052.042848,2359.151603 +377949,2408.341223,2723.119646,2282.191027,1053.862888,2363.041972 +377950,2412.759981,2711.722255,2281.564468,1055.735743,2365.646079 +377951,2417.392217,2719.57972,2281.361403,1057.463854,2367.325427 +377952,2421.738496,2701.615794,2281.396953,1059.322536,2369.225781 +377953,2426.194855,2702.46175,2281.501662,1061.129656,2376.39264 +377954,2437.767699,2697.955139,2281.738559,1062.944823,2372.13846 +377955,2425.494794,2685.458284,2281.826939,1064.699086,2375.369014 +377956,2442.972469,2693.344141,2282.015583,1066.600648,2377.621231 +377957,2443.497533,2673.561056,2282.302594,1068.368207,2379.825412 +377958,2448.163536,2675.697668,2282.603601,1070.184749,2386.481497 +377959,2452.491615,2670.251991,2283.029119,1071.988594,2382.400889 +377960,2456.948398,2663.405554,2285.013948,1073.789559,2385.198005 +377961,2461.250587,2657.846678,2284.331619,1075.591809,2386.972747 +377962,2465.583577,2645.969923,2285.887674,1077.38727,2394.706942 +377963,2469.879666,2647.618554,2285.103524,1079.185582,2390.143904 +377964,2474.178925,2639.7921,2285.132817,1080.977283,2396.934069 +377965,2478.598227,2634.007312,2287.088047,1082.767068,2395.786126 +377966,2482.494165,2627.36352,2286.395702,1084.556709,2394.837528 +377967,2487.060016,2621.718238,2286.311897,1087.468797,2399.608297 +377968,2491.163052,2615.57124,2286.542567,1088.358565,2398.300212 +377969,2495.397475,2609.903465,2288.455023,1090.839144,2399.265565 +377970,2500.302114,2595.499439,2287.465251,1093.017162,2394.704016 +377971,2511.074461,2598.755965,2288.430404,1093.464587,2392.790547 +377972,2499.676312,2588.540304,2286.964352,1098.200405,2388.150156 +377973,2511.67491,2582.0202,2286.057523,1095.540351,2384.434468 +377974,2517.454127,2575.813778,2285.272372,1103.645507,2381.063409 +377975,2519.005949,2568.789252,2284.570203,1096.491789,2377.960535 +377976,2523.677884,2562.093088,2285.580983,1110.231083,2377.116181 +377977,2527.5965,2554.911235,2284.036351,1096.131387,2373.26525 +377978,2531.511747,2548.052851,2283.088988,1099.231951,2370.258839 +377979,2546.094875,2541.262945,2284.165955,1111.661109,2369.600964 +377980,2523.339403,2533.866319,2284.214635,1106.748932,2368.016386 +377981,2550.68565,2526.951635,2283.954982,1109.953675,2366.140912 +377982,2545.349147,2519.442466,2283.506329,1111.621489,2364.097837 +377983,2550.661763,2511.995132,2281.296828,1113.245013,2359.925954 +377984,2570.802895,2504.782311,2279.958402,1114.86827,2356.848222 +377985,2533.986806,2497.196919,2279.023213,1116.547803,2354.28505 +377986,2599.474548,2482.63351,2278.138611,1117.993791,2351.811114 +377987,2524.671096,2491.737361,2277.507216,1119.741851,2349.682722 +377988,2611.843448,2463.76413,2277.025647,1121.283056,2347.775 +377989,2550.877503,2469.42777,2276.436176,1122.88495,2345.769314 +377990,2583.031188,2458.156379,2275.892965,1124.472131,2343.851189 +377991,2587.055293,2450.441638,2275.329702,1126.11876,2341.934101 +377992,2580.16177,2442.671575,2274.738266,1127.595926,2340.003947 +377993,2595.352189,2434.828202,2274.320621,1129.213791,2338.306595 +377994,2589.716888,2426.944973,2274.081688,1130.768844,2336.847539 +377995,2596.831996,2418.886991,2273.959328,1132.261102,2335.550874 +377996,2599.752436,2410.987382,2275.638224,1133.916514,2336.496737 +377997,2603.069316,2402.70001,2274.771489,1135.485038,2334.336532 +377998,2606.447121,2394.845404,2274.521079,1136.936792,2332.948668 +377999,2610.07243,2386.38483,2274.496212,1138.52497,2331.839645 +378000,2613.42575,2378.303201,2274.579856,1140.047793,2330.865971 +378001,2352.968708,2255.533663,2271.567737,1032.502704,2325.308194 +378002,2397.746179,2250.607366,2255.075827,1033.961849,2300.549917 +378003,2352.372834,2237.770795,2233.647266,1031.071509,2267.463888 +378004,2382.956337,2228.542781,2214.24394,1035.283653,2235.892366 +378005,2373.770519,2218.844105,2195.337292,1032.011592,2077.199017 +378006,2377.711381,2209.26182,2173.825265,1040.409219,1970.871181 +378007,2390.613047,2199.748101,2155.624702,1030.060926,2068.20193 +378008,2369.09901,2190.331936,2144.665848,1024.111852,2024.999606 +378009,2383.488986,2180.891847,2139.366239,1042.040369,2025.924864 +378010,2395.728931,2171.433338,2133.427998,1033.834804,2029.649603 +378011,2373.169247,2162.038555,2129.637155,1036.695243,2021.416602 +378012,2396.841681,2152.569072,2126.915732,1037.494259,2022.691231 +378013,2387.719208,2143.189755,2126.601475,1038.326418,2022.918478 +378014,2409.35501,2133.843297,2124.042396,1039.3092,2021.503047 +378015,2399.733088,2124.207175,2122.474926,1040.120819,2026.181633 +378016,2394.342534,2114.905671,2121.342617,1041.000288,2019.504389 +378017,2383.493283,2105.396832,2120.28766,1042.031728,2020.145794 +378018,2432.518075,2096.10592,2119.414388,1042.879611,2020.521543 +378019,2369.15948,2086.431047,2118.705588,1043.800175,2020.135832 +378020,2445.732939,2077.168419,2118.415545,1044.868987,2024.452567 +378021,2380.270286,2067.599253,2118.164025,1045.752923,2018.984149 +378022,2437.139021,2058.346298,2117.614314,1046.70785,2018.911036 +378023,2393.116079,2033.964959,2117.139081,1047.877561,2024.165317 +378024,2437.937615,2060.540619,2118.742437,1048.69445,2020.328772 +378025,2411.445544,2013.601039,2117.696011,1049.765834,2018.373772 +378026,2423.855299,2012.234192,2117.375877,1050.860033,2023.463077 +378027,2424.753113,2015.261051,2117.584372,1051.839801,2020.0455 +378028,2427.024703,1997.73987,2119.670219,1052.824499,2020.018203 +378029,2429.261003,1990.354377,2119.16067,1054.016472,2022.503745 +378030,2431.786178,1981.114558,2119.356132,1054.957958,2019.634665 +378031,2433.837025,1980.425161,2119.631472,1055.912486,2017.983079 +378032,2436.060122,1949.136265,2121.605732,1056.882339,2018.806005 +378033,2438.428943,1958.694834,2120.852831,1057.851979,2015.159709 +378034,2440.536181,1941.694724,2122.227961,1058.945499,2013.600882 +378035,2442.650972,1933.632576,2120.932474,1059.838615,2008.978643 +378036,2445.148543,1933.307895,2121.888297,1060.797935,2007.267377 +378037,2447.175238,1901.738709,2120.343577,1061.770563,2002.663384 +378038,2449.359744,1911.424586,2119.446356,1062.754967,1998.974146 +378039,2451.609195,1894.868582,2118.759583,1063.740716,1995.631643 +378040,2453.970519,1886.383352,2118.197157,1064.844608,1992.529834 +378041,2456.066832,1877.374482,2117.711387,1065.754833,1989.611759 +378042,2458.495127,1867.979237,2117.284124,1066.724689,1986.830355 +378043,2460.683658,1858.736913,2118.611487,1067.714663,1986.270496 +378044,2462.820268,1849.371091,2117.293513,1068.708036,1982.557624 +378045,2465.307506,1840.349876,2116.561849,1069.708628,1979.604788 +378046,2467.507625,1843.952811,2116.004809,1070.709075,1976.900762 +378047,2469.660201,1803.640202,2115.576732,1071.711849,1974.393846 +378048,2472.235045,1821.786202,2115.247572,1072.716049,1972.029868 +378049,2474.185803,1801.83276,2114.928545,1073.721797,1969.716427 +378050,2476.785856,1794.811476,2116.347782,1074.730035,1969.567663 +378051,2479.089548,1785.961402,2115.138376,1075.736513,1966.239572 +378052,2481.425931,1777.015667,2114.502734,1076.74754,1963.63606 +378053,2483.717089,1768.193116,2114.050904,1077.757931,1961.27441 +378054,2486.270934,1759.410002,2113.90155,1078.769621,1959.049161 +378055,2488.554098,1750.566201,2113.608725,1079.782071,1956.915389 +378056,2490.973839,1742.057368,2113.347115,1080.795594,1954.844742 +378057,2493.6228,1733.492062,2114.830076,1081.810282,1954.925354 +378058,2495.679096,1724.800975,2113.680903,1082.893385,1951.805545 +378059,2498.443101,1716.292812,2113.1057,1083.80493,1949.404824 +378060,2501.042932,1708.020069,2112.740292,1084.869933,1947.247585 +378061,2741.515486,1806.951812,2117.080776,1192.458852,1951.202775 +378062,2745.05926,1800.695806,2137.171664,1195.657602,1977.445842 +378063,2752.056915,1794.040047,2162.182772,1197.672148,2011.696137 +378064,2755.829775,1786.900495,2183.125305,1199.786452,2042.528774 +378065,2759.964298,1780.181823,2198.759361,1201.700738,2066.595576 +378066,2764.280147,1772.93486,2209.127143,1203.543093,2084.815158 +378067,2768.448636,1766.030151,2216.893405,1205.327556,2098.777926 +378068,2772.664556,1758.943446,2222.563645,1207.069362,2109.8073 +378069,2776.830041,1752.198908,2227.219774,1208.777864,2118.770454 +378070,2780.992839,1745.283152,2230.889083,1210.458624,2126.199641 +378071,2785.65887,1738.53017,2235.640854,1212.116788,2134.5151 +378072,2788.820662,1731.71844,2237.359762,1213.750497,2138.641621 +378073,2801.40263,1725.437909,2241.156176,1215.369789,2144.963537 +378074,2788.339746,1718.608227,2242.165766,1216.966193,2147.46732 +378075,2810.930036,1712.313318,2243.77707,1218.54983,2150.155002 +378076,2805.561885,1705.955875,2245.468351,1220.115828,2152.889211 +378077,2809.364809,1699.588278,2247.059136,1221.666929,2155.25695 +378078,2815.404611,1716.074589,2250.170906,1223.203969,2159.305699 +378079,2818.647396,1655.184251,2250.750688,1224.724569,2160.04424 +378080,2832.095042,1722.524526,2253.735342,1226.23419,2163.807601 +378081,2820.571574,1635.59503,2254.179392,1227.726777,2164.07534 +378082,2841.298788,1702.477705,2255.201372,1229.208339,2164.928569 +378083,2840.342852,1638.663918,2256.650422,1230.754507,2166.196229 +378084,2845.606901,1668.909942,2260.012777,1232.093759,2169.748648 +378085,2856.469632,1650.984011,2260.500029,1233.586902,2169.68125 +378086,2856.002784,1647.840562,2261.737824,1235.006274,2170.482137 +378087,2861.662975,1642.723565,2264.669619,1236.422406,2173.3247 +378088,2873.783252,1637.673179,2266.818311,1237.823672,2175.160026 +378089,2872.289898,1632.749573,2267.028979,1239.212874,2174.558828 +378090,2882.573909,1628.017735,2267.953877,1240.592143,2174.794972 +378091,2883.12387,1623.505666,2269.308937,1241.8977,2175.27552 +378092,2885.467215,1619.421814,2270.409486,1243.393132,2175.645302 +378093,2889.146687,1615.275535,2271.374925,1245.521877,2176.017165 +378094,2891.829662,1611.408725,2272.259904,1247.212612,2176.041737 +378095,2892.122653,1607.357566,2273.000134,1249.127793,2175.859127 +378096,2892.410498,1603.578531,2273.516116,1251.032706,2175.377239 +378097,2892.750107,1599.777289,2273.816246,1253.006763,2174.609326 +378098,2893.182142,1596.045937,2273.950308,1255.056059,2173.617986 +378099,2893.708419,1592.369193,2273.962047,1257.180353,2172.458668 +378100,2894.317996,1588.743531,2273.88435,1259.37797,2171.174465 +378101,2895.000218,1585.168308,2273.740916,1261.64849,2169.797887 +378102,2898.429617,1581.543952,2275.254657,1263.989976,2170.619149 +378103,2897.858557,1578.199857,2274.17813,1266.480267,2168.088592 +378104,2898.153614,1574.698748,2273.58903,1268.840591,2166.142787 +378105,2898.735867,1571.320206,2273.115581,1271.446033,2164.327433 +378106,2899.49607,1567.970488,2272.697428,1274.048563,2162.575182 +378107,2900.376593,1564.661985,2272.309843,1276.729541,2160.86288 +378108,2901.336498,1561.393683,2271.936412,1279.476401,2159.375388 +378109,2902.352837,1558.165121,2271.56885,1282.206507,2157.65903 +378110,2903.415202,1554.975131,2271.204431,1285.206414,2155.954923 +378111,2904.499434,1553.045259,2270.830347,1292.571921,2154.25266 +378112,2905.615858,1551.181015,2270.454874,1286.799454,2152.687247 +378113,2906.727519,1549.0127,2270.055952,1309.431644,2150.978684 +378114,2907.9085,1546.992079,2269.681553,1275.388728,2148.991446 +378115,2909.144399,1544.970637,2269.323958,1311.215696,2147.41204 +378116,2910.340068,1542.969249,2268.924215,1301.361664,2145.90562 +378117,2911.537673,1540.988948,2268.50953,1307.031348,2144.236588 +378118,2912.760328,1539.029258,2268.094798,1310.471356,2142.572714 +378119,2913.99623,1537.090609,2267.672904,1313.915379,2140.907757 +378120,2915.247893,1535.172629,2267.244672,1317.345094,2139.48085 +378121,2918.618966,1555.932631,2268.957415,1343.655775,2141.79632 +378122,2924.596204,1554.913321,2272.281342,1348.179893,2146.586603 +378123,2931.691689,1553.663306,2276.312867,1352.330759,2152.592496 +378124,2938.381434,1552.19419,2280.115428,1356.529077,2158.706515 +378125,2944.076949,1550.654136,2283.313416,1360.623914,2163.951636 +378126,2948.853276,1549.067151,2285.930484,1364.728739,2168.472021 +378127,2952.98996,1547.45513,2288.117172,1368.853431,2172.418464 +378128,2956.731256,1545.830934,2290.0101,1373.00498,2175.939713 +378129,2960.231003,1544.202583,2291.698879,1377.201248,2179.136652 +378130,2963.574388,1542.573855,2293.236917,1381.437611,2182.072348 +378131,2966.808924,1540.948086,2294.657296,1385.720481,2184.788948 +378132,2969.969176,1536.952211,2295.98601,1390.769207,2187.322181 +378133,2973.289144,1534.935923,2296.979655,1396.098067,2189.698191 +378134,2976.683074,1533.110694,2297.731891,1406.119907,2191.922673 +378135,2980.078975,1531.341164,2298.414645,1396.405988,2194.040963 +378136,2983.425757,1529.604582,2299.111568,1411.279528,2196.070105 +378137,2986.956366,1527.794385,2299.816074,1414.242338,2197.986543 +378138,2990.098601,1526.246886,2300.529182,1418.381066,2199.807101 +378139,2993.189348,1524.503381,2301.253711,1423.424117,2201.556164 +378140,2996.25017,1522.859627,2301.981704,1428.540813,2203.241068 +378141,2999.290669,1521.217451,2302.707531,1433.258861,2204.867363 +378142,3002.314742,1519.589711,2303.428204,1438.32417,2206.440669 +378143,3005.322881,1517.977018,2304.141251,1443.34433,2207.965304 +378144,3008.315479,1516.378521,2304.84491,1448.430038,2209.445263 +378145,3011.293009,1514.794576,2305.537746,1453.664647,2210.884011 +378146,3014.242389,1513.224393,2306.209955,1464.157462,2212.273892 +378147,3017.191668,1511.668369,2306.87802,1458.241265,2213.638991 +378148,3020.150248,1510.125684,2307.547108,1469.864898,2214.989 +378149,3023.083244,1508.596825,2308.194702,1475.376723,2216.299019 +378150,3026.080792,1507.081352,2308.820902,1479.683397,2217.571501 +378151,3029.293318,1505.506251,2309.433568,1485.24316,2218.818013 +378152,3032.752872,1503.929131,2310.021592,1490.841111,2220.036613 +378153,3036.404382,1502.357779,2310.561521,1504.984852,2221.206486 +378154,3040.256836,1500.793539,2311.085046,1488.313678,2222.369214 +378155,3044.26468,1499.237737,2311.588599,1513.33683,2223.519892 +378156,3048.346917,1497.690438,2312.040078,1511.110923,2224.617567 +378157,3052.4885,1496.15255,2312.443196,1526.688607,2225.665376 +378158,3056.742509,1494.623746,2312.840777,1510.758338,2226.715133 +378159,3061.049429,1493.104637,2313.203006,1550.03685,2227.729617 +378160,3065.432421,1491.594995,2313.550792,1513.668835,2228.734534 +378161,3069.92684,1490.095376,2313.911939,1563.609138,2229.764356 +378162,3074.49656,1488.605474,2314.268613,1522.716083,2231.003757 +378163,3079.332506,1487.125928,2314.745974,1577.840615,2232.189732 +378164,3084.224876,1485.656208,2315.21652,1549.915743,2233.374257 +378165,3088.942615,1484.196836,2315.537629,1564.707377,2234.384216 +378166,3093.789434,1482.747499,2315.901509,1571.925889,2235.458647 +378167,3098.936353,1481.308693,2316.417658,1576.347097,2236.733491 +378168,3107.324499,1479.881159,2318.769642,1582.425943,2240.307612 +378169,3111.376727,1478.460434,2318.578761,1588.511148,2240.748559 +378170,3116.401492,1477.053735,2318.984572,1594.463756,2241.943901 +378171,3121.789175,1475.655443,2319.581196,1600.500374,2243.378734 +378172,3127.397992,1474.267453,2320.279109,1606.437942,2244.94351 +378173,3133.151769,1472.889839,2321.036999,1612.685627,2246.591178 +378174,3138.997306,1471.522011,2321.827376,1618.742474,2248.290253 +378175,3144.900083,1470.164484,2322.632064,1624.857936,2250.01874 +378176,3150.844782,1468.720832,2323.443075,1631.081899,2251.766104 +378177,3156.825013,1467.522886,2324.257015,1637.136092,2253.527135 +378178,3165.79707,1466.224631,2326.791793,1643.558007,2257.442372 +378179,3170.319632,1464.777865,2326.699698,1649.704919,2258.111871 +378180,3175.815758,1463.537408,2327.214213,1661.641398,2259.541361 +378181,3184.04032,1429.028447,2329.287722,1621.606718,2262.947081 +378182,3182.126249,1427.522425,2324.706107,1638.632036,2257.154794 +378183,3179.511228,1425.992227,2319.149922,1640.912031,2249.479955 +378184,3178.331167,1424.551424,2314.371696,1647.612481,2242.456052 +378185,3181.979276,1423.124557,2312.677211,1654.014089,2239.196915 +378186,3183.705843,1421.709266,2309.649299,1665.844623,2234.356953 +378187,3187.11363,1420.30962,2308.000614,1664.201609,2231.365642 +378188,3191.372021,1418.919715,2306.972446,1673.715144,2229.300869 +378189,3196.326408,1417.633876,2306.367757,1679.823008,2227.927358 +378190,3201.163384,1416.129826,2306.057743,1685.90639,2227.085409 +378191,3206.565905,1414.835562,2305.975401,1695.135756,2226.685533 +378192,3212.618071,1413.472013,2306.115937,1704.300287,2226.711878 +378193,3218.919971,1412.130481,2306.434573,1712.859699,2227.097486 +378194,3225.10632,1410.797306,2306.870751,1721.456785,2227.755262 +378195,3231.358006,1409.380247,2307.389694,1729.998831,2228.629776 +378196,3237.677214,1408.196535,2307.973853,1738.872122,2229.687091 +378197,3244.376538,1406.823068,2308.604303,1747.466643,2230.89215 +378198,3250.799835,1405.533883,2309.265842,1756.177648,2232.215432 +378199,3257.232594,1404.239224,2309.953655,1764.711977,2233.641343 +378200,3263.698111,1402.951105,2310.667907,1773.654168,2235.161586 +378201,3270.316613,1401.670423,2311.485769,1787.504989,2236.864971 +378202,3276.959035,1400.396376,2312.319733,1789.151249,2238.636961 +378203,3283.468866,1399.12947,2313.076465,1800.20319,2240.355844 +378204,3290.295223,1397.869195,2313.838489,1809.082062,2242.118245 +378205,3296.85462,1396.615982,2314.627335,1817.513026,2243.945853 +378206,3303.405689,1395.458226,2315.415017,1825.917887,2245.800118 +378207,3309.961289,1393.998246,2316.208776,1834.937818,2247.687015 +378208,3316.685125,1392.95766,2317.103761,1848.43332,2249.722639 +378209,3323.43239,1391.655543,2318.015824,1850.776558,2251.800868 +378210,3330.031732,1390.447602,2318.833628,1861.183167,2253.78129 +378211,3336.589393,1389.275786,2319.628743,1869.421736,2255.750031 +378212,3343.077431,1388.119115,2320.426965,1877.210191,2257.730733 +378213,3349.558723,1386.975493,2321.291785,1889.69398,2259.796888 +378214,3355.912734,1385.842647,2322.150394,1891.629531,2261.856248 +378215,3361.973046,1384.720806,2322.890292,1900.132997,2263.768294 +378216,3368.043759,1383.609358,2323.690657,1908.882947,2265.755465 +378217,3373.967584,1378.862132,2324.445038,1921.423606,2267.892126 +378218,3380.19892,1377.293886,2324.948305,1924.644111,2270.009894 +378219,3386.754833,1375.809848,2325.211582,1937.098577,2272.135288 +378220,3392.940145,1374.561942,2325.422463,1940.32665,2274.242255 +378221,3399.009408,1373.134734,2325.68558,1951.825624,2276.327981 +378222,3404.940475,1371.923763,2326.00454,1955.090896,2278.368689 +378223,3410.724423,1370.664281,2326.351487,1964.868353,2280.34587 +378224,3416.343033,1369.436615,2326.688878,1968.238171,2282.235864 +378225,3421.667011,1368.227185,2326.916371,1972.94798,2283.930322 +378226,3426.644354,1367.033734,2326.987459,1976.44494,2285.380995 +378227,3431.255751,1365.769549,2326.878931,1978.887999,2286.564251 +378228,3435.494889,1364.731774,2326.577544,1981.532942,2287.467055 +378229,3439.424151,1363.522872,2326.114919,1984.357301,2288.132079 +378230,3443.123218,1362.399869,2325.535348,1987.300036,2288.618285 +378231,3446.653945,1361.278206,2324.874539,1990.298728,2288.974541 +378232,3450.05983,1360.168893,2324.158979,1993.311809,2289.238581 +378233,3453.370687,1359.072434,2323.407814,1996.318134,2289.438901 +378234,3456.606604,1357.989803,2322.634752,1999.3088,2289.596824 +378235,3459.775947,1356.915888,2321.849329,2002.275834,2289.726652 +378236,3462.893737,1355.856749,2321.058731,2005.223572,2289.842007 +378237,3465.961756,1354.807457,2320.267605,2008.147017,2289.949995 +378238,3468.98357,1353.769159,2319.479301,2011.045361,2290.056778 +378239,3471.962479,1352.741753,2318.696188,2013.919158,2290.16703 +378240,3474.900352,1351.724935,2317.919843,2016.768535,2290.283887 +378241,3480.282754,1284.345432,2319.560779,2020.76903,2294.719173 +378242,3475.871074,1282.328972,2314.034231,2019.003362,2288.369536 +378243,3467.197519,1280.890111,2305.251325,2015.264417,2276.629362 +378244,3459.71879,1279.25816,2297.079615,2013.011706,2265.055883 +378245,3455.42359,1277.733281,2290.99992,2013.214523,2255.73547 +378246,3453.981478,1276.217049,2286.890695,2015.296538,2249.183583 +378247,3454.407323,1274.716624,2284.158505,2018.360329,2244.558713 +378248,3455.868889,1273.230887,2282.282872,2021.770112,2241.267888 +378249,3457.881409,1271.758941,2280.948275,2025.220903,2238.928096 +378250,3460.192331,1270.29743,2279.978384,2028.614478,2237.317612 +378251,3462.680709,1268.851216,2279.27928,2031.937759,2236.299939 +378252,3465.279483,1267.412535,2278.788152,2035.197107,2235.777125 +378253,3467.942034,1265.984488,2278.4533,2038.396184,2235.669714 +378254,3470.632505,1264.565221,2278.241097,2041.534579,2235.910886 +378255,3473.322104,1263.154521,2278.122635,2044.800145,2236.443535 +378256,3475.9092,1288.112071,2278.02429,2047.736153,2237.157611 +378257,3478.569548,1221.265527,2278.043035,2050.679254,2238.160628 +378258,3481.272003,1277.851515,2278.15788,2053.624795,2239.405535 +378259,3483.769738,1270.83651,2278.21248,2056.41071,2240.68196 +378260,3486.263241,1231.732401,2278.326071,2059.17972,2242.125116 +378261,3488.709789,1289.10794,2278.467889,2061.904698,2243.685229 +378262,3491.127847,1216.336303,2278.646802,2064.598981,2245.363142 +378263,3493.469119,1293.428504,2278.831364,2067.229917,2247.11049 +378264,3495.767969,1210.784683,2279.041854,2069.822367,2248.944062 +378265,3498.018362,1281.707684,2279.273884,2072.373407,2250.850939 +378266,3499.419284,1212.779844,2279.131852,2074.316291,2252.833326 +378267,3500.348399,1266.440237,2278.78183,2075.946954,2254.896859 +378268,3501.253911,1221.215363,2278.428951,2077.621896,2257.028778 +378269,3502.356426,1250.364648,2278.174542,2079.492365,2259.227017 +378270,3503.643472,1230.472015,2278.015913,2081.518776,2261.456439 +378271,3505.069199,1237.754033,2277.939796,2083.637886,2263.714697 +378272,3506.466433,1232.782118,2277.859405,2085.675667,2265.990158 +378273,3507.720572,1231.140352,2277.744496,2087.551094,2268.281342 +378274,3508.828522,1229.202353,2277.583142,2089.26843,2270.594519 +378275,3509.790718,1226.87999,2277.390107,2090.856704,2272.928817 +378276,3510.64193,1224.875193,2277.166187,2092.34653,2275.285534 +378277,3511.384989,1222.61537,2276.927165,2093.756135,2277.663686 +378278,3512.040977,1220.526395,2276.667611,2095.093929,2280.061336 +378279,3512.603511,1218.247389,2276.400178,2096.364626,2282.276947 +378280,3513.088406,1216.129439,2276.117428,2097.56997,2284.722229 +378281,3513.482427,1213.749771,2275.828393,2098.709467,2287.184636 +378282,3513.786371,1211.710122,2275.523832,2099.782954,2289.65721 +378283,3514.005764,1209.325909,2275.213778,2100.791361,2292.136693 +378284,3514.144118,1207.23812,2274.889638,2101.735381,2294.621384 +378285,3514.203192,1204.773868,2274.561476,2102.61592,2297.110694 +378286,3514.184012,1202.628584,2274.221066,2103.433939,2299.604443 +378287,3516.757753,1200.23381,2275.542483,2106.021512,2304.16336 +378288,3515.216788,1198.016269,2274.366584,2105.734321,2305.665971 +378289,3517.076729,1195.607513,2275.354931,2107.785401,2309.850602 +378290,3515.064046,1193.367523,2273.982121,2107.16123,2311.133245 +378291,3513.916093,1190.937371,2273.180085,2107.157987,2313.112721 +378292,3513.006676,1188.672513,2272.542257,2107.34827,2315.292401 +378293,3512.195058,1186.293202,2271.996907,2107.613417,2317.577431 +378294,3511.40752,1183.902811,2271.497908,2107.882968,2319.928291 +378295,3510.827332,1181.410903,2271.032254,2108.117042,2322.321111 +378296,3510.400984,1179.194586,2270.390965,2108.297683,2324.740347 +378297,3510.02866,1176.653917,2269.959522,2108.41847,2327.175408 +378298,3509.638851,1174.336475,2269.528629,2108.477089,2329.618444 +378299,3509.196954,1171.825171,2269.099747,2108.473475,2332.064891 +378300,3508.690642,1169.477612,2268.660808,2108.408538,2334.512562 +378301,2228.708824,1167.55612,1026.884544,1621.202451,2368.958116 +378302,2311.145511,1296.640535,1065.535128,1681.677987,2412.206537 +378303,2406.432468,1300.113801,1110.587378,1745.297501,2445.533916 +378304,2490.674242,1299.275307,1151.528317,1794.502806,2468.973798 +378305,2558.131041,1299.195358,1185.858021,1827.349519,2487.399865 +378306,2609.539459,1298.168765,1213.679207,1847.096462,2501.775702 +378307,2648.680704,1296.990922,1236.322104,1858.606972,2513.366075 +378308,2679.39809,1295.744817,1255.091202,1865.616202,2522.999308 +378309,2703.669283,1294.449163,1270.926664,1870.279626,2531.275925 +378310,2723.319355,1293.125606,1284.4273,1873.608755,2538.548025 +378311,2739.323703,1291.771468,1295.983243,1876.018453,2544.984086 +378312,2752.312656,1290.380839,1306.053824,1877.709814,2550.662918 +378313,2762.836083,1289.0011,1314.547557,1878.866447,2555.698437 +378314,2771.364475,1287.682839,1321.86963,1879.622264,2560.194977 +378315,2778.284075,1286.317587,1328.202667,1880.087223,2564.211574 +378316,2783.890066,1284.947712,1333.699852,1880.316539,2567.80709 +378317,2788.414836,1283.582103,1338.489167,1880.351012,2571.035163 +378318,2792.046699,1282.220553,1342.678069,1880.224796,2573.94341 +378319,2794.938972,1280.865338,1346.35682,1879.965184,2576.573345 +378320,2797.215972,1279.515607,1349.601261,1879.592638,2578.961198 +378321,2798.977647,1278.172623,1352.474953,1879.12161,2581.138274 +378322,2800.30424,1276.753215,1355.03121,1878.562234,2583.131787 +378323,2801.259996,1275.531413,1357.314688,1877.921576,2584.965152 +378324,2801.895821,1274.140758,1359.361483,1877.204765,2586.65604 +378325,2802.226578,1272.829656,1361.190572,1876.39498,2588.194266 +378326,2802.31229,1271.508889,1362.841203,1875.515465,2589.622811 +378327,2802.202108,1270.190698,1364.346227,1874.585168,2590.977734 +378328,2801.905894,1267.472143,1365.718819,1873.595838,2592.257657 +378329,2800.494528,1265.862886,1366.91507,1871.55768,2593.469308 +378330,2798.340013,1264.402639,1367.964544,1868.914592,2594.614016 +378331,2795.956683,1262.953257,1368.907699,1866.23572,2595.697713 +378332,2793.63123,1261.593509,1369.769926,1863.808086,2596.727273 +378333,2791.46686,1260.038634,1370.576621,1861.68338,2597.736965 +378334,2789.416433,1258.662277,1371.322031,1859.764255,2598.704729 +378335,2787.415514,1257.212084,1372.000316,1857.952963,2599.611795 +378336,2785.442118,1255.771291,1372.621023,1856.194694,2600.473766 +378337,2783.479656,1254.326619,1373.189944,1854.46459,2601.297982 +378338,2781.516825,1252.876934,1373.711197,1852.742224,2602.088368 +378339,2779.545207,1251.422063,1374.187988,1851.022725,2602.847305 +378340,2777.558095,1249.881343,1374.622973,1849.294903,2603.576481 +378341,2775.550135,1248.533854,1375.018438,1847.55826,2604.277232 +378342,2773.517128,1247.001761,1375.376406,1845.80449,2604.950698 +378343,2771.456001,1245.535308,1375.698681,1844.035492,2605.597864 +378344,2769.364663,1244.049156,1375.986902,1842.245083,2606.219629 +378345,2767.241798,1242.55615,1376.242557,1840.436813,2606.816784 +378346,2765.086811,1241.05604,1376.467009,1838.605821,2607.390065 +378347,2762.899618,1239.548959,1376.661507,1836.756561,2607.940116 +378348,2760.680597,1238.034555,1376.827209,1834.884971,2608.467557 +378349,2758.430534,1236.513028,1376.965182,1832.996033,2608.972929 +378350,2756.150616,1234.984063,1377.076424,1831.086286,2609.456753 +378351,2753.842296,1233.447889,1377.161862,1829.16109,2609.919496 +378352,2751.50735,1231.904229,1377.222371,1827.217556,2610.361612 +378353,2749.147843,1230.353339,1377.258768,1825.261368,2610.783505 +378354,2746.76615,1228.794975,1377.27183,1823.294505,2611.185587 +378355,2744.364878,1227.229413,1377.262286,1821.317401,2611.56822 +378356,2741.947009,1225.578522,1377.230832,1819.331161,2611.931771 +378357,2739.515851,1224.11456,1377.178127,1817.338031,2612.276578 +378358,2737.075081,1222.469413,1377.104804,1815.341134,2612.602985 +378359,2734.628763,1220.965084,1377.011462,1813.344125,2612.911305 +378360,2732.181483,1219.248143,1376.898679,1811.351086,2613.201873 +378361,0,0,0,0,0 +378362,0,0,0,0,0 +378363,0,0,0,0,0 +378364,0,0,0,0,0 +378365,0,0,0,0,0 +378366,0,0,0,0,0 +378367,0,0,0,0,0 +378368,0,0,0,0,0 +378369,0,0,0,0,0 +378370,0,0,0,0,0 +378371,0,0,0,0,0 +378372,0,0,0,0,0 +378373,0,0,0,0,0 +378374,0,0,0,0,0 +378375,0,0,0,0,0 +378376,0,0,0,0,0 +378377,0,0,0,0,0 +378378,0,0,0,0,0 +378379,0,0,0,0,0 +378380,0,0,0,0,0 +378381,0,0,0,0,0 +378382,0,0,0,0,0 +378383,0,0,0,0,0 +378384,0,0,0,0,0 +378385,0,0,0,0,0 +378386,0,0,0,0,0 +378387,0,0,0,0,0 +378388,0,0,0,0,0 +378389,0,0,0,0,0 +378390,0,0,0,0,0 +378391,0,0,0,0,0 +378392,0,0,0,0,0 +378393,0,0,0,0,0 +378394,0,0,0,0,0 +378395,0,0,0,0,0 +378396,0,0,0,0,0 +378397,0,0,0,0,0 +378398,0,0,0,0,0 +378399,0,0,0,0,0 +378400,0,0,0,0,0 +378401,0,0,0,0,0 +378402,0,0,0,0,0 +378403,0,0,0,0,0 +378404,0,0,0,0,0 +378405,0,0,0,0,0 +378406,0,0,0,0,0 +378407,0,0,0,0,0 +378408,0,0,0,0,0 +378409,0,0,0,0,0 +378410,0,0,0,0,0 +378411,0,0,0,0,0 +378412,0,0,0,0,0 +378413,0,0,0,0,0 +378414,0,0,0,0,0 +378415,0,0,0,0,0 +378416,0,0,0,0,0 +378417,0,0,0,0,0 +378418,0,0,0,0,0 +378419,0,0,0,0,0 +378420,0,0,0,0,0 +378421,0,0,0,0,0 +378422,0,0,0,0,0 +378423,0,0,0,0,0 +378424,0,0,0,0,0 +378425,0,0,0,0,0 +378426,0,0,0,0,0 +378427,0,0,0,0,0 +378428,0,0,0,0,0 +378429,0,0,0,0,0 +378430,0,0,0,0,0 +378431,0,0,0,0,0 +378432,0,0,0,0,0 +378433,0,0,0,0,0 +378434,0,0,0,0,0 +378435,0,0,0,0,0 +378436,0,0,0,0,0 +378437,0,0,0,0,0 +378438,0,0,0,0,0 +378439,0,0,0,0,0 +378440,0,0,0,0,0 +378441,0,0,0,0,0 +378442,0,0,0,0,0 +378443,0,0,0,0,0 +378444,0,0,0,0,0 +378445,0,0,0,0,0 +378446,0,0,0,0,0 +378447,0,0,0,0,0 +378448,0,0,0,0,0 +378449,0,0,0,0,0 +378450,0,0,0,0,0 +378451,0,0,0,0,0 +378452,0,0,0,0,0 +378453,0,0,0,0,0 +378454,0,0,0,0,0 +378455,0,0,0,0,0 +378456,0,0,0,0,0 +378457,0,0,0,0,0 +378458,0,0,0,0,0 +378459,0,0,0,0,0 +378460,0,0,0,0,0 +378461,0,0,0,0,0 +378462,0,0,0,0,0 +378463,0,0,0,0,0 +378464,0,0,0,0,0 +378465,0,0,0,0,0 +378466,0,0,0,0,0 +378467,0,0,0,0,0 +378468,0,0,0,0,0 +378469,0,0,0,0,0 +378470,0,0,0,0,0 +378471,0,0,0,0,0 +378472,0,0,0,0,0 +378473,0,0,0,0,0 +378474,0,0,0,0,0 +378475,0,0,0,0,0 +378476,0,0,0,0,0 +378477,0,0,0,0,0 +378478,0,0,0,0,0 +378479,0,0,0,0,0 +378480,0,0,0,0,0 +378481,0,0,0,0,0 +378482,0,0,0,0,0 +378483,0,0,0,0,0 +378484,0,0,0,0,0 +378485,0,0,0,0,0 +378486,0,0,0,0,0 +378487,0,0,0,0,0 +378488,0,0,0,0,0 +378489,0,0,0,0,0 +378490,0,0,0,0,0 +378491,0,0,0,0,0 +378492,0,0,0,0,0 +378493,0,0,0,0,0 +378494,0,0,0,0,0 +378495,0,0,0,0,0 +378496,0,0,0,0,0 +378497,0,0,0,0,0 +378498,0,0,0,0,0 +378499,0,0,0,0,0 +378500,0,0,0,0,0 +378501,0,0,0,0,0 +378502,0,0,0,0,0 +378503,0,0,0,0,0 +378504,0,0,0,0,0 +378505,0,0,0,0,0 +378506,0,0,0,0,0 +378507,0,0,0,0,0 +378508,0,0,0,0,0 +378509,0,0,0,0,0 +378510,0,0,0,0,0 +378511,0,0,0,0,0 +378512,0,0,0,0,0 +378513,0,0,0,0,0 +378514,0,0,0,0,0 +378515,0,0,0,0,0 +378516,0,0,0,0,0 +378517,0,0,0,0,0 +378518,0,0,0,0,0 +378519,0,0,0,0,0 +378520,0,0,0,0,0 +378521,0,0,0,0,0 +378522,0,0,0,0,0 +378523,0,0,0,0,0 +378524,0,0,0,0,0 +378525,0,0,0,0,0 +378526,0,0,0,0,0 +378527,0,0,0,0,0 +378528,0,0,0,0,0 +378529,0,0,0,0,0 +378530,0,0,0,0,0 +378531,0,0,0,0,0 +378532,0,0,0,0,0 +378533,0,0,0,0,0 +378534,0,0,0,0,0 +378535,0,0,0,0,0 +378536,0,0,0,0,0 +378537,0,0,0,0,0 +378538,0,0,0,0,0 +378539,0,0,0,0,0 +378540,0,0,0,0,0 +378541,0,0,0,0,0 +378542,0,0,0,0,0 +378543,0,0,0,0,0 +378544,0,0,0,0,0 +378545,0,0,0,0,0 +378546,0,0,0,0,0 +378547,0,0,0,0,0 +378548,0,0,0,0,0 +378549,0,0,0,0,0 +378550,0,0,0,0,0 +378551,0,0,0,0,0 +378552,0,0,0,0,0 +378553,0,0,0,0,0 +378554,0,0,0,0,0 +378555,0,0,0,0,0 +378556,0,0,0,0,0 +378557,0,0,0,0,0 +378558,0,0,0,0,0 +378559,0,0,0,0,0 +378560,0,0,0,0,0 +378561,0,0,0,0,0 +378562,0,0,0,0,0 +378563,0,0,0,0,0 +378564,0,0,0,0,0 +378565,0,0,0,0,0 +378566,0,0,0,0,0 +378567,0,0,0,0,0 +378568,0,0,0,0,0 +378569,0,0,0,0,0 +378570,0,0,0,0,0 +378571,0,0,0,0,0 +378572,0,0,0,0,0 +378573,0,0,0,0,0 +378574,0,0,0,0,0 +378575,0,0,0,0,0 +378576,0,0,0,0,0 +378577,0,0,0,0,0 +378578,0,0,0,0,0 +378579,0,0,0,0,0 +378580,0,0,0,0,0 +378581,0,0,0,0,0 +378582,0,0,0,0,0 +378583,0,0,0,0,0 +378584,0,0,0,0,0 +378585,0,0,0,0,0 +378586,0,0,0,0,0 +378587,0,0,0,0,0 +378588,0,0,0,0,0 +378589,0,0,0,0,0 +378590,0,0,0,0,0 +378591,0,0,0,0,0 +378592,0,0,0,0,0 +378593,0,0,0,0,0 +378594,0,0,0,0,0 +378595,0,0,0,0,0 +378596,0,0,0,0,0 +378597,0,0,0,0,0 +378598,0,0,0,0,0 +378599,0,0,0,0,0 +378600,0,0,0,0,0 +378601,0,0,0,0,0 +378602,0,0,0,0,0 +378603,0,0,0,0,0 +378604,0,0,0,0,0 +378605,0,0,0,0,0 +378606,0,0,0,0,0 +378607,0,0,0,0,0 +378608,0,0,0,0,0 +378609,0,0,0,0,0 +378610,0,0,0,0,0 +378611,0,0,0,0,0 +378612,0,0,0,0,0 +378613,0,0,0,0,0 +378614,0,0,0,0,0 +378615,0,0,0,0,0 +378616,0,0,0,0,0 +378617,0,0,0,0,0 +378618,0,0,0,0,0 +378619,0,0,0,0,0 +378620,0,0,0,0,0 +378621,0,0,0,0,0 +378622,0,0,0,0,0 +378623,0,0,0,0,0 +378624,0,0,0,0,0 +378625,0,0,0,0,0 +378626,0,0,0,0,0 +378627,0,0,0,0,0 +378628,0,0,0,0,0 +378629,0,0,0,0,0 +378630,0,0,0,0,0 +378631,0,0,0,0,0 +378632,0,0,0,0,0 +378633,0,0,0,0,0 +378634,0,0,0,0,0 +378635,0,0,0,0,0 +378636,0,0,0,0,0 +378637,0,0,0,0,0 +378638,0,0,0,0,0 +378639,0,0,0,0,0 +378640,0,0,0,0,0 +378641,0,0,0,0,0 +378642,0,0,0,0,0 +378643,0,0,0,0,0 +378644,0,0,0,0,0 +378645,0,0,0,0,0 +378646,0,0,0,0,0 +378647,0,0,0,0,0 +378648,0,0,0,0,0 +378649,0,0,0,0,0 +378650,0,0,0,0,0 +378651,0,0,0,0,0 +378652,0,0,0,0,0 +378653,0,0,0,0,0 +378654,0,0,0,0,0 +378655,0,0,0,0,0 +378656,0,0,0,0,0 +378657,0,0,0,0,0 +378658,0,0,0,0,0 +378659,0,0,0,0,0 +378660,0,0,0,0,0 +378661,0,0,0,0,0 +378662,0,0,0,0,0 +378663,0,0,0,0,0 +378664,0,0,0,0,0 +378665,0,0,0,0,0 +378666,0,0,0,0,0 +378667,0,0,0,0,0 +378668,0,0,0,0,0 +378669,0,0,0,0,0 +378670,0,0,0,0,0 +378671,0,0,0,0,0 +378672,0,0,0,0,0 +378673,0,0,0,0,0 +378674,0,0,0,0,0 +378675,0,0,0,0,0 +378676,0,0,0,0,0 +378677,0,0,0,0,0 +378678,0,0,0,0,0 +378679,0,0,0,0,0 +378680,0,0,0,0,0 +378681,0,0,0,0,0 +378682,0,0,0,0,0 +378683,0,0,0,0,0 +378684,0,0,0,0,0 +378685,0,0,0,0,0 +378686,0,0,0,0,0 +378687,0,0,0,0,0 +378688,0,0,0,0,0 +378689,0,0,0,0,0 +378690,0,0,0,0,0 +378691,0,0,0,0,0 +378692,0,0,0,0,0 +378693,0,0,0,0,0 +378694,0,0,0,0,0 +378695,0,0,0,0,0 +378696,0,0,0,0,0 +378697,0,0,0,0,0 +378698,0,0,0,0,0 +378699,0,0,0,0,0 +378700,0,0,0,0,0 +378701,0,0,0,0,0 +378702,0,0,0,0,0 +378703,0,0,0,0,0 +378704,0,0,0,0,0 +378705,0,0,0,0,0 +378706,0,0,0,0,0 +378707,0,0,0,0,0 +378708,0,0,0,0,0 +378709,0,0,0,0,0 +378710,0,0,0,0,0 +378711,0,0,0,0,0 +378712,0,0,0,0,0 +378713,0,0,0,0,0 +378714,0,0,0,0,0 +378715,0,0,0,0,0 +378716,0,0,0,0,0 +378717,0,0,0,0,0 +378718,0,0,0,0,0 +378719,0,0,0,0,0 +378720,0,0,0,0,0 +378721,0,0,0,0,0 +378722,0,0,0,0,0 +378723,0,0,0,0,0 +378724,0,0,0,0,0 +378725,0,0,0,0,0 +378726,0,0,0,0,0 +378727,0,0,0,0,0 +378728,0,0,0,0,0 +378729,0,0,0,0,0 +378730,0,0,0,0,0 +378731,0,0,0,0,0 +378732,0,0,0,0,0 +378733,0,0,0,0,0 +378734,0,0,0,0,0 +378735,0,0,0,0,0 +378736,0,0,0,0,0 +378737,0,0,0,0,0 +378738,0,0,0,0,0 +378739,0,0,0,0,0 +378740,0,0,0,0,0 +378741,0,0,0,0,0 +378742,0,0,0,0,0 +378743,0,0,0,0,0 +378744,0,0,0,0,0 +378745,0,0,0,0,0 +378746,0,0,0,0,0 +378747,0,0,0,0,0 +378748,0,0,0,0,0 +378749,0,0,0,0,0 +378750,0,0,0,0,0 +378751,0,0,0,0,0 +378752,0,0,0,0,0 +378753,0,0,0,0,0 +378754,0,0,0,0,0 +378755,0,0,0,0,0 +378756,0,0,0,0,0 +378757,0,0,0,0,0 +378758,0,0,0,0,0 +378759,0,0,0,0,0 +378760,0,0,0,0,0 +378761,0,0,0,0,0 +378762,0,0,0,0,0 +378763,0,0,0,0,0 +378764,0,0,0,0,0 +378765,0,0,0,0,0 +378766,0,0,0,0,0 +378767,0,0,0,0,0 +378768,0,0,0,0,0 +378769,0,0,0,0,0 +378770,0,0,0,0,0 +378771,0,0,0,0,0 +378772,0,0,0,0,0 +378773,0,0,0,0,0 +378774,0,0,0,0,0 +378775,0,0,0,0,0 +378776,0,0,0,0,0 +378777,0,0,0,0,0 +378778,0,0,0,0,0 +378779,0,0,0,0,0 +378780,0,0,0,0,0 +378781,0,0,0,0,0 +378782,0,0,0,0,0 +378783,0,0,0,0,0 +378784,0,0,0,0,0 +378785,0,0,0,0,0 +378786,0,0,0,0,0 +378787,0,0,0,0,0 +378788,0,0,0,0,0 +378789,0,0,0,0,0 +378790,0,0,0,0,0 +378791,0,0,0,0,0 +378792,0,0,0,0,0 +378793,0,0,0,0,0 +378794,0,0,0,0,0 +378795,0,0,0,0,0 +378796,0,0,0,0,0 +378797,0,0,0,0,0 +378798,0,0,0,0,0 +378799,0,0,0,0,0 +378800,0,0,0,0,0 +378801,0,0,0,0,0 +378802,0,0,0,0,0 +378803,0,0,0,0,0 +378804,0,0,0,0,0 +378805,0,0,0,0,0 +378806,0,0,0,0,0 +378807,0,0,0,0,0 +378808,0,0,0,0,0 +378809,0,0,0,0,0 +378810,0,0,0,0,0 +378811,0,0,0,0,0 +378812,0,0,0,0,0 +378813,0,0,0,0,0 +378814,0,0,0,0,0 +378815,0,0,0,0,0 +378816,0,0,0,0,0 +378817,0,0,0,0,0 +378818,0,0,0,0,0 +378819,0,0,0,0,0 +378820,0,0,0,0,0 +378821,0,0,0,0,0 +378822,0,0,0,0,0 +378823,0,0,0,0,0 +378824,0,0,0,0,0 +378825,0,0,0,0,0 +378826,0,0,0,0,0 +378827,0,0,0,0,0 +378828,0,0,0,0,0 +378829,0,0,0,0,0 +378830,0,0,0,0,0 +378831,0,0,0,0,0 +378832,0,0,0,0,0 +378833,0,0,0,0,0 +378834,0,0,0,0,0 +378835,0,0,0,0,0 +378836,0,0,0,0,0 +378837,0,0,0,0,0 +378838,0,0,0,0,0 +378839,0,0,0,0,0 +378840,0,0,0,0,0 +378841,0,0,0,0,0 +378842,0,0,0,0,0 +378843,0,0,0,0,0 +378844,0,0,0,0,0 +378845,0,0,0,0,0 +378846,0,0,0,0,0 +378847,0,0,0,0,0 +378848,0,0,0,0,0 +378849,0,0,0,0,0 +378850,0,0,0,0,0 +378851,0,0,0,0,0 +378852,0,0,0,0,0 +378853,0,0,0,0,0 +378854,0,0,0,0,0 +378855,0,0,0,0,0 +378856,0,0,0,0,0 +378857,0,0,0,0,0 +378858,0,0,0,0,0 +378859,0,0,0,0,0 +378860,0,0,0,0,0 +378861,0,0,0,0,0 +378862,0,0,0,0,0 +378863,0,0,0,0,0 +378864,0,0,0,0,0 +378865,0,0,0,0,0 +378866,0,0,0,0,0 +378867,0,0,0,0,0 +378868,0,0,0,0,0 +378869,0,0,0,0,0 +378870,0,0,0,0,0 +378871,0,0,0,0,0 +378872,0,0,0,0,0 +378873,0,0,0,0,0 +378874,0,0,0,0,0 +378875,0,0,0,0,0 +378876,0,0,0,0,0 +378877,0,0,0,0,0 +378878,0,0,0,0,0 +378879,0,0,0,0,0 +378880,0,0,0,0,0 +378881,0,0,0,0,0 +378882,0,0,0,0,0 +378883,0,0,0,0,0 +378884,0,0,0,0,0 +378885,0,0,0,0,0 +378886,0,0,0,0,0 +378887,0,0,0,0,0 +378888,0,0,0,0,0 +378889,0,0,0,0,0 +378890,0,0,0,0,0 +378891,0,0,0,0,0 +378892,0,0,0,0,0 +378893,0,0,0,0,0 +378894,0,0,0,0,0 +378895,0,0,0,0,0 +378896,0,0,0,0,0 +378897,0,0,0,0,0 +378898,0,0,0,0,0 +378899,0,0,0,0,0 +378900,0,0,0,0,0 +378901,0,0,0,0,0 +378902,0,0,0,0,0 +378903,0,0,0,0,0 +378904,0,0,0,0,0 +378905,0,0,0,0,0 +378906,0,0,0,0,0 +378907,0,0,0,0,0 +378908,0,0,0,0,0 +378909,0,0,0,0,0 +378910,0,0,0,0,0 +378911,0,0,0,0,0 +378912,0,0,0,0,0 +378913,0,0,0,0,0 +378914,0,0,0,0,0 +378915,0,0,0,0,0 +378916,0,0,0,0,0 +378917,0,0,0,0,0 +378918,0,0,0,0,0 +378919,0,0,0,0,0 +378920,0,0,0,0,0 +378921,0,0,0,0,0 +378922,0,0,0,0,0 +378923,0,0,0,0,0 +378924,0,0,0,0,0 +378925,0,0,0,0,0 +378926,0,0,0,0,0 +378927,0,0,0,0,0 +378928,0,0,0,0,0 +378929,0,0,0,0,0 +378930,0,0,0,0,0 +378931,0,0,0,0,0 +378932,0,0,0,0,0 +378933,0,0,0,0,0 +378934,0,0,0,0,0 +378935,0,0,0,0,0 +378936,0,0,0,0,0 +378937,0,0,0,0,0 +378938,0,0,0,0,0 +378939,0,0,0,0,0 +378940,0,0,0,0,0 +378941,0,0,0,0,0 +378942,0,0,0,0,0 +378943,0,0,0,0,0 +378944,0,0,0,0,0 +378945,0,0,0,0,0 +378946,0,0,0,0,0 +378947,0,0,0,0,0 +378948,0,0,0,0,0 +378949,0,0,0,0,0 +378950,0,0,0,0,0 +378951,0,0,0,0,0 +378952,0,0,0,0,0 +378953,0,0,0,0,0 +378954,0,0,0,0,0 +378955,0,0,0,0,0 +378956,0,0,0,0,0 +378957,0,0,0,0,0 +378958,0,0,0,0,0 +378959,0,0,0,0,0 +378960,0,0,0,0,0 +378961,0,0,0,0,0 +378962,0,0,0,0,0 +378963,0,0,0,0,0 +378964,0,0,0,0,0 +378965,0,0,0,0,0 +378966,0,0,0,0,0 +378967,0,0,0,0,0 +378968,0,0,0,0,0 +378969,0,0,0,0,0 +378970,0,0,0,0,0 +378971,0,0,0,0,0 +378972,0,0,0,0,0 +378973,0,0,0,0,0 +378974,0,0,0,0,0 +378975,0,0,0,0,0 +378976,0,0,0,0,0 +378977,0,0,0,0,0 +378978,0,0,0,0,0 +378979,0,0,0,0,0 +378980,0,0,0,0,0 +378981,0,0,0,0,0 +378982,0,0,0,0,0 +378983,0,0,0,0,0 +378984,0,0,0,0,0 +378985,0,0,0,0,0 +378986,0,0,0,0,0 +378987,0,0,0,0,0 +378988,0,0,0,0,0 +378989,0,0,0,0,0 +378990,0,0,0,0,0 +378991,0,0,0,0,0 +378992,0,0,0,0,0 +378993,0,0,0,0,0 +378994,0,0,0,0,0 +378995,0,0,0,0,0 +378996,0,0,0,0,0 +378997,0,0,0,0,0 +378998,0,0,0,0,0 +378999,0,0,0,0,0 +379000,0,0,0,0,0 +379001,0,0,0,0,0 +379002,0,0,0,0,0 +379003,0,0,0,0,0 +379004,0,0,0,0,0 +379005,0,0,0,0,0 +379006,0,0,0,0,0 +379007,0,0,0,0,0 +379008,0,0,0,0,0 +379009,0,0,0,0,0 +379010,0,0,0,0,0 +379011,0,0,0,0,0 +379012,0,0,0,0,0 +379013,0,0,0,0,0 +379014,0,0,0,0,0 +379015,0,0,0,0,0 +379016,0,0,0,0,0 +379017,0,0,0,0,0 +379018,0,0,0,0,0 +379019,0,0,0,0,0 +379020,0,0,0,0,0 +379021,0,0,0,0,0 +379022,0,0,0,0,0 +379023,0,0,0,0,0 +379024,0,0,0,0,0 +379025,0,0,0,0,0 +379026,0,0,0,0,0 +379027,0,0,0,0,0 +379028,0,0,0,0,0 +379029,0,0,0,0,0 +379030,0,0,0,0,0 +379031,0,0,0,0,0 +379032,0,0,0,0,0 +379033,0,0,0,0,0 +379034,0,0,0,0,0 +379035,0,0,0,0,0 +379036,0,0,0,0,0 +379037,0,0,0,0,0 +379038,0,0,0,0,0 +379039,0,0,0,0,0 +379040,0,0,0,0,0 +379041,0,0,0,0,0 +379042,0,0,0,0,0 +379043,0,0,0,0,0 +379044,0,0,0,0,0 +379045,0,0,0,0,0 +379046,0,0,0,0,0 +379047,0,0,0,0,0 +379048,0,0,0,0,0 +379049,0,0,0,0,0 +379050,0,0,0,0,0 +379051,0,0,0,0,0 +379052,0,0,0,0,0 +379053,0,0,0,0,0 +379054,0,0,0,0,0 +379055,0,0,0,0,0 +379056,0,0,0,0,0 +379057,0,0,0,0,0 +379058,0,0,0,0,0 +379059,0,0,0,0,0 +379060,0,0,0,0,0 +379061,0,0,0,0,0 +379062,0,0,0,0,0 +379063,0,0,0,0,0 +379064,0,0,0,0,0 +379065,0,0,0,0,0 +379066,0,0,0,0,0 +379067,0,0,0,0,0 +379068,0,0,0,0,0 +379069,0,0,0,0,0 +379070,0,0,0,0,0 +379071,0,0,0,0,0 +379072,0,0,0,0,0 +379073,0,0,0,0,0 +379074,0,0,0,0,0 +379075,0,0,0,0,0 +379076,0,0,0,0,0 +379077,0,0,0,0,0 +379078,0,0,0,0,0 +379079,0,0,0,0,0 +379080,0,0,0,0,0 +379081,0,0,0,0,0 +379082,0,0,0,0,0 +379083,0,0,0,0,0 +379084,0,0,0,0,0 +379085,0,0,0,0,0 +379086,0,0,0,0,0 +379087,0,0,0,0,0 +379088,0,0,0,0,0 +379089,0,0,0,0,0 +379090,0,0,0,0,0 +379091,0,0,0,0,0 +379092,0,0,0,0,0 +379093,0,0,0,0,0 +379094,0,0,0,0,0 +379095,0,0,0,0,0 +379096,0,0,0,0,0 +379097,0,0,0,0,0 +379098,0,0,0,0,0 +379099,0,0,0,0,0 +379100,0,0,0,0,0 +379101,0,0,0,0,0 +379102,0,0,0,0,0 +379103,0,0,0,0,0 +379104,0,0,0,0,0 +379105,0,0,0,0,0 +379106,0,0,0,0,0 +379107,0,0,0,0,0 +379108,0,0,0,0,0 +379109,0,0,0,0,0 +379110,0,0,0,0,0 +379111,0,0,0,0,0 +379112,0,0,0,0,0 +379113,0,0,0,0,0 +379114,0,0,0,0,0 +379115,0,0,0,0,0 +379116,0,0,0,0,0 +379117,0,0,0,0,0 +379118,0,0,0,0,0 +379119,0,0,0,0,0 +379120,0,0,0,0,0 +379121,0,0,0,0,0 +379122,0,0,0,0,0 +379123,0,0,0,0,0 +379124,0,0,0,0,0 +379125,0,0,0,0,0 +379126,0,0,0,0,0 +379127,0,0,0,0,0 +379128,0,0,0,0,0 +379129,0,0,0,0,0 +379130,0,0,0,0,0 +379131,0,0,0,0,0 +379132,0,0,0,0,0 +379133,0,0,0,0,0 +379134,0,0,0,0,0 +379135,0,0,0,0,0 +379136,0,0,0,0,0 +379137,0,0,0,0,0 +379138,0,0,0,0,0 +379139,0,0,0,0,0 +379140,0,0,0,0,0 +379141,-60.23775452,19.50707567,-5.092990201,-28.37275315,-293.0710339 +379142,381.4456808,221.1498711,437.3337946,172.5800574,512.5468989 +379143,375.6710455,218.7825329,431.7254604,170.0019499,506.5753349 +379144,365.6098913,214.4177366,421.7374725,165.4492136,492.6209152 +379145,355.2695221,210.1631079,411.5878884,160.8363279,476.9644338 +379146,346.3272396,206.8246035,402.9956064,156.9465699,462.5914658 +379147,338.9869488,204.4382361,396.1405238,153.8525927,450.150694 +379148,332.9506548,202.8021723,390.6923141,151.3912254,439.3826774 +379149,327.9098235,201.7285369,386.3185064,149.4011771,429.9294863 +379150,323.649702,201.0900458,382.7885903,147.7719498,421.5340806 +379151,320.0356722,200.8065565,379.9568372,146.4349262,414.0432532 +379152,316.9702175,200.8191162,377.7195657,145.3411995,407.3490607 +379153,314.3529522,201.0719642,375.9647975,144.4422456,401.3235779 +379154,312.1350185,201.5352028,374.6397512,143.714001,395.9219306 +379155,310.2647276,202.1792097,373.6837433,143.1318674,391.0850287 +379156,308.692657,202.9766886,373.0457136,142.6728682,386.7500545 +379157,307.3758767,203.9056551,372.6761075,142.3175343,382.8587168 +379158,306.2790634,204.9469518,372.5391171,142.0500629,379.3622896 +379159,305.463274,206.3787847,372.9202131,141.8848655,376.2175501 +379160,304.8687214,208.0819568,373.6771531,141.8001601,373.3878194 +379161,304.4321736,209.900366,374.6278867,141.7736243,370.8393086 +379162,304.1120449,211.7511039,375.6678134,141.7913416,368.5415538 +379163,303.8888568,213.6090004,376.7638529,141.8456643,366.4675603 +379164,303.7491858,215.4730726,377.9033037,141.9318905,364.5935278 +379165,303.6856469,217.3472026,379.0863596,142.0464507,362.8985753 +379166,303.6889737,219.2339063,380.305946,142.1862669,361.3642875 +379167,303.7536568,221.1340009,381.5607533,142.3486607,359.974464 +379168,303.8720435,223.0475137,382.8427867,142.5313312,358.7147549 +379169,304.0403523,224.9743311,384.1511826,142.7323471,357.5724838 +379170,304.2525658,226.9143963,385.4791658,142.9500847,356.5363878 +379171,304.5063701,228.8677264,386.8270362,143.1831889,355.5965046 +379172,304.7949552,230.8364936,388.1903072,143.4295866,354.7439639 +379173,305.1185695,232.8192442,389.5706657,143.6893064,353.9709171 +379174,305.4748791,234.8143828,390.9632329,143.9624685,353.2703678 +379175,305.8641114,236.8211624,392.3693624,144.2487478,352.6361077 +379176,306.2829324,238.8394261,393.7843608,144.5475314,352.0625938 +379177,306.7311718,240.8692384,395.2098733,144.8581583,351.5449136 +379178,307.2056355,242.9106726,396.6416238,145.1800221,351.078659 +379179,307.706548,244.9637664,398.0782669,145.5126104,350.6599257 +379180,308.2311047,247.0285111,399.5231713,145.8554794,350.2851991 +379181,308.7798785,249.1048783,400.9721988,146.2082514,349.9513683 +379182,309.3503306,251.1928138,402.423781,146.5705874,349.6556213 +379183,309.9432681,253.2922561,403.8766047,146.9421927,349.3954689 +379184,310.556336,255.4031238,405.3325652,147.3227979,349.168655 +379185,311.1905084,257.5253267,406.7902645,147.7121642,348.9731716 +379186,311.8435613,259.6587581,408.2506351,148.1100708,348.8071949 +379187,312.5166024,261.8033067,409.7117539,148.5163229,348.6691106 +379188,313.2075015,263.9588434,411.174351,148.9307344,348.557433 +379189,313.9174628,266.1252371,412.6365985,149.35314,348.4708505 +379190,314.6444249,268.3023406,414.0992814,149.783379,348.4081465 +379191,315.389666,270.4900063,415.5607041,150.2213079,348.3682485 +379192,316.1511742,272.6880723,417.0216707,150.6667843,348.3501527 +379193,316.9302871,274.8963786,418.4805844,151.1196816,348.3529803 +379194,317.7250245,277.114749,419.9369693,151.5798692,348.375888 +379195,318.5367681,279.3430121,421.3908824,152.0472321,348.4181459 +379196,319.363568,281.5809839,422.8422949,152.5216521,348.4790531 +379197,320.2068407,283.8284837,424.291015,153.0030224,348.5579963 +379198,321.0646544,286.0853195,425.7367303,153.4912326,348.6543806 +379199,321.9384551,288.3513033,427.1791192,153.986183,348.7676883 +379200,322.8263244,378.120523,428.617855,154.4877695,348.8974096 +379201,323.4165384,793.0542702,429.7394531,154.853537,348.473659 +379202,342.7095322,815.0435261,449.2038978,163.8651738,382.6949517 +379203,371.8466013,839.8745336,478.3345766,177.2963025,436.0288655 +379204,401.5540922,858.4576215,508.0346553,190.799963,491.950093 +379205,427.8641036,876.1372046,534.4028611,202.5662887,543.015963 +379206,450.2947189,893.2281856,556.957733,212.4330079,587.8936232 +379207,469.5647992,909.802062,576.3885819,220.7847053,627.4478024 +379208,486.4186723,925.8363631,593.4355872,228.0156346,662.7507926 +379209,501.3714729,942.3604109,608.6126747,234.3868062,694.5610105 +379210,514.7603046,957.8886991,622.2498095,240.0641221,723.3690822 +379211,526.8270259,973.5249889,857.8588945,245.1650751,749.5264418 +379212,537.7670252,988.94214,1078.388779,249.7837947,773.3251816 +379213,547.7481568,1004.178052,936.8011696,254.0001319,795.0280018 +379214,556.9154203,1019.374171,1016.792147,257.8818624,814.8731532 +379215,565.392478,1034.363909,1039.112955,261.4856067,833.0738227 +379216,573.2835893,1049.268579,1059.203875,264.8580641,849.8184691 +379217,578.7679813,1064.014943,1079.511503,267.1701684,861.8032744 +379218,580.8031273,1078.76023,1098.928491,267.9467757,867.1446132 +379219,582.5825634,1093.322057,1117.539178,268.6383913,871.6665093 +379220,584.1854721,1107.819536,1136.031459,269.2783852,875.5381277 +379221,585.6477189,1122.170404,1154.507435,269.8796435,878.8529242 +379222,586.9863476,1136.544266,1171.996584,270.4465531,881.6692901 +379223,588.2133316,1150.684272,1189.455273,270.9816294,884.0339722 +379224,589.3398452,1164.886735,1206.416454,271.4874882,885.9897432 +379225,590.3765787,1178.902216,1223.146165,329.4825853,887.5763587 +379226,591.3331702,1192.816643,1239.439504,378.9810946,888.8298658 +379227,886.5513681,1206.768011,1255.498278,355.1670829,889.7823885 +379228,744.6777693,1220.007773,1271.222479,377.1683039,890.4622592 +379229,807.0916265,1234.481429,1286.650053,387.1345932,890.894459 +379230,827.4025881,1247.686177,1301.786018,396.6892229,891.100884 +379231,845.1284354,1259.921796,1314.290285,405.6270885,891.100893 +379232,862.1269265,1271.44407,1327.83904,414.2073871,890.9115826 +379233,878.5609906,1286.758716,1339.607856,422.5055888,890.5481255 +379234,895.2158413,1301.23433,1351.859879,430.9033425,890.0213963 +379235,910.8351799,1315.357268,1363.437974,438.779565,889.3471295 +379236,927.061322,1329.533323,1374.921576,446.8146031,888.533744 +379237,941.7689214,1343.368293,1385.86048,454.5149731,887.591136 +379238,957.4226126,1357.025223,1396.969838,462.1121815,886.5286347 +379239,971.8894824,1370.703791,1407.325725,469.5525967,885.3543105 +379240,987.0660601,1383.894893,1418.009415,476.7547283,884.0750435 +379241,1000.61278,1397.248073,1427.81891,484.1243712,882.6968614 +379242,1015.398315,1410.260364,1437.985716,491.0481884,881.2250922 +379243,1037.376646,1443.564733,1458.121367,499.4927795,879.6645025 +379244,1052.088612,1459.722453,1469.075162,506.4787428,878.0224359 +379245,1066.713985,1474.613418,1478.766595,513.1272926,876.2997885 +379246,1080.279912,1488.854441,1488.464088,520.0230444,874.3627894 +379247,1093.880073,1502.820069,1497.979473,526.5699014,872.2482617 +379248,1107.193444,1516.452147,1506.926298,532.7701359,870.0106697 +379249,1120.003873,1530.035782,1515.717391,539.0357878,867.6815986 +379250,1133.403215,1543.337784,1524.769356,545.4721376,865.2740602 +379251,1145.869014,1556.282839,1532.931363,551.4448839,862.7932979 +379252,1158.824936,1569.366729,1541.361444,557.4806307,1158.180408 +379253,1170.638532,1582.002364,1549.641432,563.393911,1036.334982 +379254,1183.095376,1594.80079,1557.647307,569.0292563,1079.906087 +379255,1195.064189,1616.410543,1565.318525,575.0612648,1100.253264 +379256,1206.586365,1616.577911,1581.89812,580.5574992,1109.976554 +379257,1218.884286,1646.895455,1576.109169,586.153736,1121.534907 +379258,1230.114093,1635.694747,1582.230263,591.6343858,1131.526215 +379259,1241.665959,1641.081389,1599.950343,597.0366379,1142.356614 +379260,1252.917132,1677.619161,1601.542415,602.3623215,1152.156324 +379261,1465.812258,1747.481416,1809.00769,690.6465216,1559.460082 +379262,1966.04067,1999.994032,2313.480695,908.6560121,2413.973593 +379263,1350.865459,1734.820962,1685.295037,652.5700156,1358.482357 +379264,1985.988748,2003.235424,2336.48157,919.71379,2473.756478 +379265,1407.294551,1769.973796,1714.187971,668.1022159,1376.461089 +379266,2001.402344,2032.041155,2343.467566,933.2535802,2516.606192 +379267,1427.534299,1804.869275,1741.424478,676.4588826,1383.214262 +379268,2025.812049,2050.496036,2327.97114,944.9307948,2543.823217 +379269,1448.117943,1795.253583,1798.415785,686.1968997,1416.856902 +379270,2047.993004,2089.348268,2311.493212,955.5223862,2544.94278 +379271,1468.052375,1827.634358,1837.069097,695.3492822,1434.36543 +379272,2069.90655,2101.958254,2294.031752,966.45574,2584.009959 +379273,1487.170951,1850.494923,1874.523542,704.1753861,1440.735268 +379274,2091.377807,2136.244464,2277.774809,976.6248152,2608.495148 +379275,1505.570756,1852.51586,1922.554062,712.8991725,1456.40369 +379276,2112.262479,2154.020687,2261.851192,986.5031226,2626.297208 +379277,1523.631394,1887.400928,1956.595793,721.3948539,1476.387867 +379278,2132.47385,2185.393239,2246.547747,996.0347503,2643.688279 +379279,1720.292883,1963.659963,2150.81991,811.1090274,1816.427874 +379280,1884.753515,2081.237563,2084.913169,884.7515788,2153.386215 +379281,1866.62675,2063.528571,2149.32295,877.0040042,2090.476473 +379282,1875.422532,2075.586818,2137.712643,881.0239168,2106.338918 +379283,1884.212324,2090.268592,2145.568673,885.0355235,2125.130574 +379284,1892.970246,2097.18168,2152.485629,889.014107,2099.246135 +379285,1901.841838,2107.933119,2157.622483,893.0816995,2146.633578 +379286,1910.35601,2111.186531,2163.33565,897.1003719,2118.159494 +379287,1919.096981,2123.424598,2164.872332,900.9261173,2148.729576 +379288,1927.561196,2130.969265,2169.755997,904.7489811,2147.632576 +379289,1935.983715,2139.744224,2170.123084,908.5944576,2174.247383 +379290,1944.275571,2148.150573,2170.538703,912.2159039,2135.193876 +379291,1952.914942,2155.630927,2173.073689,916.4083885,2196.557024 +379292,1961.604992,2162.91778,2173.045057,920.2431528,2152.81593 +379293,1970.459501,2169.859881,2173.97126,924.2882511,2206.371309 +379294,1978.756775,2176.991429,2175.243307,928.1176844,2180.130114 +379295,1987.565364,2183.60548,2176.607522,932.1034255,2198.443931 +379296,1995.768607,2190.254501,2178.434458,935.8767447,2202.648422 +379297,2004.497175,2196.631782,2180.694431,939.7527876,2208.678484 +379298,2012.702733,2202.974015,2183.18742,943.5504477,2214.852647 +379299,2020.891464,2209.012632,2185.811995,947.439106,2220.759672 +379300,2029.263267,2214.895799,2188.513962,951.0318227,2226.670083 +379301,2037.553922,2220.908076,2191.250511,954.8907377,2232.330681 +379302,2045.589537,2226.518365,2194.111381,958.4942514,2244.063093 +379303,2053.882961,2232.116081,2196.940216,962.2627555,2240.838694 +379304,2061.91842,2237.519279,2199.638719,965.823905,2250.247723 +379305,2069.936831,2242.846163,2202.336436,969.4863185,2255.326345 +379306,2077.846229,2247.971433,2205.060598,973.0817933,2260.472712 +379307,2085.927598,2253.030291,2207.762717,976.7116645,2265.966066 +379308,2093.657211,2257.942185,2210.45778,980.1852035,2271.012568 +379309,2101.663344,2262.781304,2213.142422,983.8085663,2276.503696 +379310,2109.181381,2267.387511,2215.824379,987.2279137,2281.573851 +379311,2117.394571,2271.97114,2218.48836,990.806074,2286.744897 +379312,2124.696638,2276.410999,2221.144339,994.2476609,2291.65261 +379313,2132.629773,2280.599701,2223.79188,997.698235,2296.936607 +379314,2140.064435,2284.992004,2226.439636,1001.069284,2301.747942 +379315,2147.787955,2288.992858,2229.068128,1004.54724,2306.744776 +379316,2155.1445,2292.981274,2231.682796,1007.774479,2311.399041 +379317,2162.776458,2296.900407,2235.973302,1011.302198,2316.501453 +379318,2170.167119,2307.774289,2237.64682,1014.506888,2321.010849 +379319,2177.519698,2294.074944,2239.776815,1017.917303,2325.847876 +379320,2184.7932,2319.522148,2242.132342,1021.121992,2330.227199 +379321,2198.465092,2310.547146,2245.433484,1027.197405,2350.868457 +379322,2207.711174,2319.607727,2249.298118,1031.056443,2350.881714 +379323,2222.87928,2322.934267,2253.193004,1034.841009,2359.164434 +379324,2212.855004,2326.387515,2258.634504,1038.366317,2364.719084 +379325,2234.239298,2329.652612,2261.169428,1042.009985,2370.129456 +379326,2238.967699,2333.059775,2264.089357,1045.422658,2375.274058 +379327,2246.148989,2336.206482,2267.102363,1048.915791,2380.776002 +379328,2254.123845,2339.264097,2270.447258,1052.348175,2391.53078 +379329,2261.651278,2342.202232,2273.538889,1055.85663,2388.912017 +379330,2269.06513,2345.027096,2276.404335,1059.064754,2396.202447 +379331,2276.415994,2347.845884,2280.917714,1062.54695,2401.577209 +379332,2283.959215,2350.293904,2282.764033,1065.779739,2405.929836 +379333,2291.125261,2352.910866,2285.20632,1069.171874,2410.637812 +379334,2298.337873,2355.329432,2287.996543,1072.367962,2420.531237 +379335,2305.867759,2357.637959,2290.886261,1075.718256,2418.949499 +379336,2312.688295,2359.851018,2293.615303,1078.872279,2424.556204 +379337,2319.855395,2361.976889,2296.315377,1082.181401,2429.804016 +379338,2326.966543,2364.012874,2299.187911,1085.587112,2438.772529 +379339,2334.047909,2365.939102,2302.068823,1090.241406,2437.700876 +379340,2340.892947,2367.764817,2304.73479,1091.24137,2442.206861 +379341,2348.046603,2369.515938,2307.447571,1097.686207,2451.418993 +379342,2354.931454,2371.167475,2310.221685,1096.394429,2451.236207 +379343,2361.547792,2372.721494,2312.945192,1106.072451,2458.711571 +379344,2368.449371,2374.195668,2315.724821,1099.99366,2463.739837 +379345,2375.407794,2375.566265,2318.395017,1116.400686,2462.992109 +379346,2382.001628,2376.840915,2320.746066,1100.79775,2463.980067 +379347,2388.658686,2378.032441,2322.829106,1130.790576,2464.812982 +379348,2395.308286,2379.135686,2324.698229,1095.722697,2462.953781 +379349,2402.270075,2380.248712,2328.029412,1125.015184,2463.124562 +379350,2413.28725,2380.982065,2328.450647,1122.587983,2460.000085 +379351,2416.087635,2382.588756,2329.266164,1124.653547,2457.582678 +379352,2434.184232,2384.144874,2330.189353,1128.291712,2455.4812 +379353,2408.540742,2385.81084,2332.933774,1131.33654,2455.757418 +379354,2441.162335,2387.154582,2333.120993,1134.404044,2453.041989 +379355,2442.955176,2388.879898,2335.568213,1137.337243,2453.205714 +379356,2448.204363,2390.17249,2335.568136,1140.279206,2450.472209 +379357,2455.44355,2391.671718,2336.247007,1143.324127,2448.639168 +379358,2462.41021,2393.140229,2338.871796,1146.193979,2449.261032 +379359,2468.853662,2394.118596,2339.002203,1149.29111,2446.886095 +379360,2475.419368,2395.768003,2339.766221,1152.043566,2445.345259 +379361,2483.57845,2396.864297,2340.760827,1155.105734,2444.119943 +379362,2500.765779,2398.083084,2341.848117,1157.861455,2443.049968 +379363,2475.057113,2399.330793,2344.741813,1160.959657,2444.230828 +379364,2511.559589,2400.207177,2345.050783,1163.726329,2442.293586 +379365,2506.284164,2401.478897,2347.607255,1166.785656,2443.141092 +379366,2514.305863,2402.250003,2347.704849,1169.482719,2441.004075 +379367,2521.533727,2403.248578,2348.655422,1172.497257,2439.682249 +379368,2537.329202,2404.114993,2349.610708,1175.271257,2438.62518 +379369,2519.327632,2404.92411,2350.709162,1178.22028,2437.749207 +379370,2547.709238,2405.731658,2351.887361,1181.060338,2436.986626 +379371,2545.289618,2406.361784,2353.086588,1183.889017,2436.254045 +379372,2564.056013,2407.032773,2354.280584,1186.62723,2435.529692 +379373,2543.445948,2407.748031,2357.218154,1189.641287,2436.956299 +379374,2587.752245,2408.056536,2357.509601,1192.332616,2435.153653 +379375,2569.41713,2408.450724,2358.335462,1195.252323,2434.004901 +379376,2559.132041,2409.115052,2359.399563,1197.982432,2433.145807 +379377,2620.452279,2409.365928,2360.668971,1200.946938,2432.527482 +379378,2552.766535,2409.658777,2362.013609,1203.560228,2432.007387 +379379,2637.637874,2409.949398,2363.612188,1206.4936,2431.798702 +379380,2565.168182,2410.095157,2365.225717,1209.189384,2431.621222 +379381,2508.344358,2359.187155,2368.959562,1158.568037,2434.925794 +379382,2497.004131,2354.112079,2363.536893,1160.13269,2425.564893 +379383,2504.416411,2354.801901,2356.052641,1162.016723,2412.665353 +379384,2501.592843,2353.708061,2349.542925,1164.084282,2400.492236 +379385,2497.505368,2352.738055,2344.99218,1165.966204,2390.601344 +379386,2532.159113,2351.856585,2342.139459,1168.21198,2382.862048 +379387,2498.192418,2350.931351,2340.501566,1170.264969,2376.777889 +379388,2530.992096,2350.06291,2341.380719,1172.403137,2373.995568 +379389,2552.555924,2348.868583,2340.06318,1174.537379,2368.750237 +379390,2490.946101,2347.907742,2339.708267,1176.681112,2364.900725 +379391,2574.281265,2346.781999,2339.811973,1178.827309,2361.806815 +379392,2511.702981,2345.71076,2341.888244,1180.978025,2361.318662 +379393,2578.351895,2344.307259,2341.500886,1183.199919,2357.991187 +379394,2540.050584,2343.151279,2341.794488,1185.247793,2355.654012 +379395,2554.169318,2341.808561,2342.409995,1187.453892,2353.842016 +379396,2555.525039,2340.427642,2343.213238,1189.598843,2352.379 +379397,2583.176391,2339.000479,2344.186697,1191.754995,2351.235391 +379398,2538.934802,2337.514801,2345.280896,1193.912,2350.341856 +379399,2611.840806,2336.074076,2348.446552,1196.070702,2352.086093 +379400,2542.595307,2334.359423,2350.747368,1198.226672,2352.872322 +379401,2620.298601,2332.680798,2350.988279,1200.311703,2351.218178 +379402,2574.815419,2331.031775,2351.859745,1202.576556,2350.387121 +379403,2597.01476,2329.22881,2352.70722,1204.754455,2349.557499 +379404,2599.11366,2327.418687,2353.822869,1206.812787,2349.084668 +379405,2603.407814,2325.546648,2355.242951,1209.021333,2349.016281 +379406,2608.078342,2323.608325,2356.791907,1211.165164,2349.140755 +379407,2612.626931,2321.616542,2358.416187,1213.318983,2349.38527 +379408,2617.21642,2319.566918,2360.079871,1215.472757,2349.713097 +379409,2621.845413,2317.459174,2361.762443,1217.62543,2350.084268 +379410,2626.302199,2315.2951,2363.451485,1219.77862,2350.479525 +379411,2630.520014,2312.896411,2365.136739,1221.743141,2350.885115 +379412,2635.096383,2310.579155,2368.478262,1223.669928,2353.36569 +379413,2639.106732,2307.848387,2369.09846,1225.574385,2352.574451 +379414,2643.500786,2305.612112,2371.932057,1227.467953,2354.553767 +379415,2647.553613,2295.040761,2373.833922,1229.345796,2355.44173 +379416,2651.748234,2310.220501,2373.817035,1231.286433,2354.014204 +379417,2655.974234,2285.141464,2374.624417,1233.034779,2353.610857 +379418,2659.88392,2305.340255,2375.754007,1234.859563,2353.609544 +379419,2664.265475,2279.346527,2377.208671,1236.798739,2353.789559 +379420,2668.222969,2292.153451,2378.453086,1238.574371,2353.983415 +379421,2672.35567,2283.5247,2379.79139,1240.406794,2354.321359 +379422,2676.421018,2281.201089,2381.157523,1242.219917,2354.715294 +379423,2680.395242,2278.10499,2382.503164,1244.024768,2355.101385 +379424,2684.494053,2274.822412,2383.854028,1245.821914,2355.50869 +379425,2688.40582,2271.493063,2385.201553,1247.611513,2355.924958 +379426,2692.262288,2268.097422,2386.542976,1249.393812,2356.345479 +379427,2696.445787,2264.769516,2387.879871,1251.168991,2356.770992 +379428,2700.279702,2261.056871,2389.206645,1252.93724,2357.193514 +379429,2712.385689,2257.515587,2390.639689,1254.774851,2357.755811 +379430,2696.248714,2253.902946,2391.926157,1256.415935,2358.145973 +379431,2725.045957,2250.1555,2393.2116,1258.218513,2358.541871 +379432,2711.909986,2246.385071,2394.620799,1259.949073,2359.096247 +379433,2720.801862,2242.532371,2397.578228,1261.685692,2361.570255 +379434,2724.32244,2238.645353,2399.692804,1263.413892,2362.789298 +379435,2727.507937,2234.638876,2399.553835,1265.13667,2361.491227 +379436,2731.706892,2230.782553,2400.192841,1266.855763,2361.154183 +379437,2735.366869,2226.467738,2401.14248,1268.567322,2361.183943 +379438,2739.055163,2222.446965,2402.246163,1270.273733,2361.392969 +379439,2742.809723,2218.159703,2403.428153,1271.974607,2361.69719 +379440,2746.57703,2213.958118,2404.650326,1273.670086,2362.055419 +379441,2482.690314,2090.699663,2401.629164,1166.289932,2356.650962 +379442,2544.191372,2085.305784,2383.331024,1165.212207,2329.574661 +379443,2471.245806,2111.077924,2359.750938,1165.110948,2293.881576 +379444,2539.32337,2043.402307,2339.55677,1165.45371,2261.176288 +379445,2494.494803,2106.869264,2324.406318,1165.891439,2234.405433 +379446,2515.58845,2034.703332,2313.499701,1166.329323,2213.011771 +379447,2510.968329,2078.739841,2305.943625,1166.994909,2196.119256 +379448,2513.82771,2062.372136,2300.638518,1167.651651,2182.483899 +379449,2515.330239,2025.280255,2295.299888,1168.359747,2119.40027 +379450,2516.994478,2072.923684,2287.419041,1169.101104,2048.396565 +379451,2518.657832,2007.761539,2280.169769,1169.874127,2105.68513 +379452,2520.790433,2059.937439,2276.364326,1170.673073,2077.8714 +379453,2522.635968,1998.563658,2274.375791,1171.494322,2078.19386 +379454,2524.540903,2030.380874,2273.250116,1172.338008,2077.485413 +379455,2526.567934,2010.694852,2272.846718,1173.200896,2076.185885 +379456,2528.639301,2007.190074,2272.859488,1174.081606,2075.095205 +379457,2530.593396,2001.250199,2273.103666,1174.978936,2074.216951 +379458,2532.729148,1995.268006,2273.467788,1175.891924,2073.416016 +379459,2534.605548,2008.641443,2274.008431,1176.819872,2077.60835 +379460,2536.989127,1955.514127,2274.496287,1177.761996,2066.138414 +379461,2539.001172,2010.515858,2274.937381,1178.717816,2076.798148 +379462,2541.173165,1960.794111,2275.378999,1179.687077,2066.070877 +379463,2543.36966,1947.861921,2275.94435,1180.669276,2075.388084 +379464,2545.544376,1970.599407,2276.630536,1181.664019,2070.122882 +379465,2547.732851,1949.302519,2277.167892,1182.671049,2069.238677 +379466,2549.997974,1946.413495,2277.623853,1183.690218,2069.485655 +379467,2552.178534,1956.192775,2278.118639,1184.721025,2069.382555 +379468,2554.454739,1911.138996,2278.70395,1185.763115,2069.110966 +379469,2556.714185,1950.09896,2279.325228,1186.816028,2068.910625 +379470,2558.991424,1902.933002,2279.953737,1187.879682,2068.803204 +379471,2560.924444,1922.474504,2280.750115,1188.91984,2073.626494 +379472,2562.765757,1906.450889,2281.416274,1189.962365,2063.593862 +379473,2564.649016,1901.237164,2281.988535,1191.010812,2073.11302 +379474,2566.402387,1894.531117,2282.727152,1192.065822,2069.621627 +379475,2568.246508,1887.744891,2283.426041,1193.127343,2068.610685 +379476,2570.051861,1880.959519,2284.023718,1194.195504,2068.88439 +379477,2571.940281,1874.055278,2286.33549,1195.270798,2070.122582 +379478,2573.602869,1867.425566,2285.968074,1196.350666,2069.046167 +379479,2575.358633,1878.786693,2286.322821,1197.438765,2074.003412 +379480,2577.383036,1827.759609,2286.898214,1198.608341,2065.644011 +379481,2579.097727,1874.597214,2287.520159,1199.593805,2073.259108 +379482,2580.946542,1815.833828,2288.32748,1200.752694,2071.412737 +379483,2582.785999,1843.802841,2289.166352,1201.851384,2070.606986 +379484,2584.609079,1824.602965,2290.02357,1202.966782,2075.178899 +379485,2586.454072,1819.990759,2290.806439,1204.087265,2068.073532 +379486,2588.301118,1813.385647,2291.692908,1205.213121,2073.684886 +379487,2590.176629,1806.720308,2292.478854,1206.343837,2072.671135 +379488,2592.091086,1800.088438,2294.976844,1207.480641,2073.592134 +379489,2593.903801,1793.36321,2296.41338,1208.618821,2073.432751 +379490,2595.755908,1786.932664,2295.694099,1209.761919,2071.588679 +379491,2597.753423,1780.308964,2295.750203,1210.911818,2071.380603 +379492,2599.616803,1773.91665,2297.835282,1212.065273,2072.46578 +379493,2609.632819,1767.265846,2297.516369,1213.218976,2069.94224 +379494,2591.568657,1760.88997,2297.623352,1214.381038,2067.989921 +379495,2618.773725,1754.345502,2299.604659,1215.546068,2068.40115 +379496,2594.811072,1748.115981,2299.019924,1216.711165,2065.74695 +379497,2622.042752,1741.704316,2299.070407,1217.884329,2063.927597 +379498,2607.72726,1735.422434,2301.145042,1219.060105,2064.633239 +379499,2614.147315,1729.158398,2300.760294,1220.235818,2062.140926 +379500,2616.090004,1722.839576,2300.750596,1221.419086,2060.402269 +379501,2852.274237,1824.159469,2305.81406,1338.039335,2065.405015 +379502,2861.740298,1820.181951,2326.511391,1319.380166,2093.076663 +379503,2857.509605,1815.49985,2352.212603,1347.453364,2128.699775 +379504,2871.105872,1810.685101,2373.829149,1326.365206,2160.564688 +379505,2873.000363,1805.775125,2390.276298,1343.884885,2186.02656 +379506,2875.924839,1800.70594,2401.898185,1340.369466,2205.799879 +379507,2880.066544,1795.895819,2410.305009,1343.368111,2220.977967 +379508,2884.320499,1790.860567,2418.417859,1345.350796,2235.260517 +379509,2887.40019,1785.922275,2422.665878,1347.280915,2244.247938 +379510,2891.773836,1781.005798,2428.331025,1349.191903,2254.443411 +379511,2895.218598,1776.102718,2432.664797,1351.075152,2262.511324 +379512,2905.712332,1771.244058,2434.765854,1355.540303,2267.382976 +379513,2893.856099,1766.424715,2438.901939,1350.953409,2274.343169 +379514,2915.074589,1761.715763,2440.631271,1367.279742,2277.733762 +379515,2908.991591,1756.91138,2444.57706,1344.932241,2283.768039 +379516,2913.294057,1752.277358,2445.91171,1384.718109,2286.319662 +379517,2917.354604,1747.457747,2447.766013,1333.768044,2289.256966 +379518,2921.568661,1766.118464,2451.505386,1376.761329,2294.288725 +379519,2924.140795,1705.439318,2452.704898,1375.385912,2296.016563 +379520,2929.632612,1749.774955,2456.255506,1348.406334,2300.475831 +379521,2933.204099,1728.438201,2457.380013,1378.190422,2301.815892 +379522,2945.506851,1721.670914,2460.961595,1386.295582,2306.056283 +379523,2934.225211,1722.358695,2462.080167,1346.375891,2307.164807 +379524,2953.798429,1716.019249,2463.811161,1386.764845,2308.929214 +379525,2952.017104,1712.37072,2465.926356,1373.141099,2311.076726 +379526,2956.412879,1707.990038,2469.766926,1377.475883,2315.280652 +379527,2960.23535,1703.957152,2470.913646,1379.208788,2316.124069 +379528,2971.880415,1699.886446,2472.787414,1380.867584,2317.812024 +379529,2964.007226,1695.888926,2476.446225,1382.522613,2321.650036 +379530,2979.389693,1691.948335,2477.472541,1384.158526,2322.214005 +379531,2979.2066,1688.434311,2479.219229,1385.472308,2323.626246 +379532,2989.299918,1685.1403,2481.24677,1386.777826,2325.382706 +379533,2980.498531,1681.952664,2483.098215,1390.12571,2326.956897 +379534,2995.303344,1678.732544,2484.779938,1392.380654,2328.368454 +379535,2996.330534,1675.807604,2486.570083,1394.638091,2329.957123 +379536,3005.418361,1672.717258,2488.470077,1396.943866,2331.71965 +379537,2997.954931,1669.749628,2490.143917,1399.295935,2333.237808 +379538,3009.312455,1666.805542,2491.58421,1401.792862,2334.699371 +379539,3011.121836,1663.997227,2493.062772,1404.166015,2336.014481 +379540,3013.410891,1660.979854,2494.503139,1406.738348,2337.297846 +379541,3016.219199,1658.204009,2495.807744,1409.101813,2338.432071 +379542,3019.32009,1655.376335,2497.025674,1411.976125,2339.477467 +379543,3020.185212,1652.591448,2498.137352,1414.41144,2340.40831 +379544,3021.005301,1649.834369,2499.081925,1417.139009,2341.147678 +379545,3021.822044,1647.103384,2499.856932,1419.817181,2341.690206 +379546,3022.673203,1644.39795,2500.497653,1422.542354,2342.07727 +379547,3023.566464,1641.61779,2501.036535,1425.302638,2342.347726 +379548,3024.497102,1639.100368,2501.497857,1428.096186,2342.531507 +379549,3025.459376,1636.399218,2501.899189,1430.922625,2342.651053 +379550,3026.449684,1633.801032,2502.253537,1433.780738,2342.72356 +379551,3027.465029,1631.211028,2502.570127,1436.670251,2342.761604 +379552,3028.502285,1628.641682,2502.855424,1439.675703,2342.77423 +379553,3032.244254,1626.700126,2504.827265,1442.499008,2344.881701 +379554,3031.925029,1627.741498,2504.203464,1446.155632,2343.821981 +379555,3032.190724,1626.254336,2504.367376,1449.15316,2343.371911 +379556,3032.55387,1624.685869,2504.826021,1452.114042,2343.065263 +379557,3033.039445,1623.05682,2505.360077,1455.084137,2342.833655 +379558,3033.659107,1621.407788,2505.863314,1458.068136,2342.650978 +379559,3034.389721,1619.750449,2506.303877,1461.069571,2342.500705 +379560,3035.202138,1618.089686,2506.684152,1464.087589,2342.372968 +379561,3036.031748,1639.289272,2507.020797,1489.910422,2342.322747 +379562,3039.668775,1638.807449,2508.985847,1502.166455,2345.001071 +379563,3044.736647,1638.080031,2511.808128,1486.581921,2349.190995 +379564,3049.664138,1637.127567,2514.572204,1507.680946,2353.497682 +379565,3053.738562,1636.092477,2516.845304,1504.489393,2357.24847 +379566,3056.992952,1634.998208,2518.627432,1509.392998,2360.38382 +379567,3059.675147,1633.865652,2520.045168,1513.076789,2363.034101 +379568,3061.998877,1632.708309,2521.211182,1516.723474,2365.326017 +379569,3064.107537,1631.534243,2522.204843,1520.280687,2367.351913 +379570,3066.0781,1630.347407,2523.071698,1524.163671,2369.166709 +379571,3067.951436,1629.151396,2523.838619,1527.612373,2370.80505 +379572,3069.752872,1627.947635,2524.524144,1531.355659,2372.292935 +379573,3071.499673,1626.738349,2525.141911,1535.011371,2373.651159 +379574,3073.204711,1625.524074,2525.702681,1538.688147,2374.897375 +379575,3074.877487,1624.306415,2526.214899,1542.374659,2376.046484 +379576,3076.51505,1623.085459,2526.678905,1549.618735,2377.10333 +379577,3078.136204,1621.862494,2527.108625,1547.442659,2378.089272 +379578,3079.712496,1620.637305,2527.487799,1569.042844,2378.988213 +379579,3084.039669,1619.413026,2529.599064,1533.19177,2382.197001 +379580,3084.280006,1618.181524,2529.116296,1572.774818,2382.007358 +379581,3085.265765,1616.955716,2529.090402,1562.064499,2382.357632 +379582,3086.467522,1615.72614,2529.171662,1568.359227,2382.815324 +379583,3087.804432,1614.497291,2529.310722,1572.104474,2383.326019 +379584,3089.209143,1613.267998,2529.47159,1576.015251,2383.853255 +379585,3090.629443,1612.039145,2529.626821,1586.392782,2384.368944 +379586,3092.085479,1610.810286,2529.79246,1573.819645,2384.895963 +379587,3093.561411,1609.582103,2529.96022,1591.948068,2385.426064 +379588,3095.009754,1608.35413,2530.100959,1590.106168,2385.924787 +379589,3096.444976,1607.127199,2530.224218,1594.919454,2386.404532 +379590,3097.92658,1605.900892,2530.328051,1602.596564,2386.863424 +379591,3099.55368,1604.560325,2530.419571,1598.693465,2387.310665 +379592,3101.353534,1603.196531,2530.49093,1605.826593,2387.753048 +379593,3103.277662,1601.821931,2530.515856,1610.469135,2388.169448 +379594,3105.275961,1600.439005,2530.479691,1619.49073,2388.544218 +379595,3107.374298,1599.05001,2530.416949,1606.95805,2388.917074 +379596,3109.51326,1597.655028,2530.30464,1639.026837,2389.256231 +379597,3111.72298,1596.255567,2530.1728,1602.236706,2389.595417 +379598,3114.179351,1594.851391,2530.141644,1652.851772,2390.080256 +379599,3116.730342,1593.443469,2530.123181,1608.940748,2390.602639 +379600,3119.342843,1591.933474,2530.103207,1656.793052,2391.144937 +379601,3121.921031,1590.662563,2530.025601,1616.931835,2391.637251 +379602,3124.590705,1589.175577,2529.976492,1664.605947,2392.183575 +379603,3127.226512,1587.769096,2529.873732,1637.153353,2392.681876 +379604,3129.670301,1586.345681,2529.621596,1651.846968,2393.01313 +379605,3132.252406,1584.919742,2529.425748,1653.51936,2393.42759 +379606,3135.318844,1583.491169,2529.329062,1656.955099,2393.977696 +379607,3138.171022,1582.060858,2529.268751,1660.334746,2394.587891 +379608,3143.782044,1580.622177,2530.953029,1663.963038,2397.5354 +379609,3145.280302,1579.191575,2530.028154,1667.34416,2397.12868 +379610,3147.651621,1577.750625,2529.639092,1670.83883,2397.380134 +379611,3150.308521,1576.317509,2529.397482,1674.291079,2397.81198 +379612,3155.825424,1574.873766,2530.94712,1677.746484,2400.421001 +379613,3157.276842,1573.429572,2529.913826,1681.147544,2399.932884 +379614,3159.615608,1571.987463,2529.429672,1684.468672,2400.119902 +379615,3162.243378,1570.542744,2529.103528,1688.030887,2400.500191 +379616,3165.031765,1569.09696,2528.8521,1691.37095,2401.145839 +379617,3170.60336,1567.65108,2530.354801,1694.799039,2403.75552 +379618,3172.057623,1566.200902,2529.255612,1698.129899,2403.239644 +379619,3174.3762,1564.752837,2528.695967,1701.502833,2403.448575 +379620,3176.975519,1563.3018,2528.291766,1704.89594,2403.321351 +379621,3181.370072,1528.592782,2529.775038,1675.38028,2407.152702 +379622,3180.185121,1526.44057,2527.14667,1677.494469,2405.721756 +379623,3176.700324,1524.488537,2522.706122,1680.568451,2400.593393 +379624,3173.995939,1522.525171,2518.642866,1683.398947,2395.877673 +379625,3175.752684,1520.576324,2517.417214,1686.216894,2394.541664 +379626,3174.909406,1518.626048,2514.615579,1688.881732,2391.165776 +379627,3178.646434,1516.68426,2514.791409,1691.916058,2391.745008 +379628,3179.090569,1514.641597,2512.958391,1694.564495,2390.014138 +379629,3180.848592,1512.834315,2512.0144,1697.396069,2389.520283 +379630,3183.142034,1510.823074,2511.450159,1700.153419,2389.62821 +379631,3185.739573,1508.890169,2511.116494,1702.880444,2390.152371 +379632,3188.51535,1506.942044,2510.933347,1705.621593,2390.99143 +379633,3191.39123,1504.9924,2510.849019,1708.335228,2392.075488 +379634,3194.318237,1503.132787,2510.828139,1710.99087,2393.351994 +379635,3197.267885,1501.044503,2510.847563,1713.670779,2394.78221 +379636,3200.22409,1499.15252,2510.892415,1716.311622,2396.337552 +379637,3203.17583,1497.180752,2510.951597,1718.933919,2397.994672 +379638,3206.115308,1495.219463,2511.01698,1721.534797,2399.734713 +379639,3209.03798,1493.25619,2511.083145,1724.147858,2401.543015 +379640,3211.940193,1491.198193,2511.145648,1726.653562,2403.406961 +379641,3214.818658,1489.363146,2511.200864,1729.209754,2405.315731 +379642,3217.672125,1487.328433,2511.246841,1731.715764,2407.261283 +379643,3220.530789,1485.368178,2511.301711,1735.791258,2409.260938 +379644,3223.430877,1483.392281,2511.388184,1739.97211,2411.338508 +379645,3226.352682,1481.413627,2511.494035,1743.112568,2413.475722 +379646,3231.947951,1479.43364,2513.302902,1746.631952,2417.740698 +379647,3233.376619,1477.447491,2512.501395,1749.952519,2418.845279 +379648,3235.623881,1475.462747,2512.223064,1753.352498,2420.616586 +379649,3238.121783,1473.473582,2512.093573,1762.590678,2422.582342 +379650,3240.822004,1471.48229,2512.084081,1751.637647,2424.70774 +379651,3243.468062,1469.079523,2512.039088,1771.422818,2426.805879 +379652,3245.941009,1466.586286,2511.918896,1754.452086,2428.891248 +379653,3250.829339,1463.942632,2513.380511,1774.106824,2433.048676 +379654,3251.261609,1461.435784,2512.107589,1756.806136,2433.97724 +379655,3252.310135,1458.85114,2511.282373,1776.057549,2435.550838 +379656,3253.394831,1456.117567,2510.503077,1758.585535,2437.264077 +379657,3254.477731,1453.529909,2509.748921,1777.471684,2439.070603 +379658,3255.464752,1450.865291,2508.955708,1759.69492,2440.895987 +379659,3256.381479,1447.97047,2508.150541,1778.311988,2442.759802 +379660,3259.845722,1445.438203,2508.986831,1760.251418,2446.702712 +379661,3259.092524,1442.643349,2507.210696,1778.577904,2447.49592 +379662,3259.04431,1439.782024,2505.904405,1760.099042,2448.914131 +379663,3259.182396,1437.058582,2504.73304,1778.34119,2450.522353 +379664,3259.332471,1434.348659,2503.580026,1759.537651,2452.186696 +379665,3259.481025,1431.285649,2502.450977,1777.313114,2453.906845 +379666,3259.544793,1428.562183,2501.290256,1758.449916,2455.625764 +379667,3259.229446,1424.649456,2499.921661,1757.323372,2457.116079 +379668,3259.785195,1421.595593,2499.967545,1749.68561,2460.511637 +379669,3255.232035,1418.624059,2497.325763,1747.919574,2460.71588 +379670,3251.504139,1415.622366,2495.24949,1745.743452,2461.650022 +379671,3248.44327,1412.526482,2493.41865,1743.420192,2462.868117 +379672,3248.625661,1409.563044,2493.425662,1741.064275,2466.3387 +379673,3245.050259,1406.424719,2490.930141,1738.67648,2466.739387 +379674,3242.523299,1403.431178,2488.994641,1736.028494,2467.836096 +379675,3240.354769,1400.263983,2487.225667,1733.405658,2469.13001 +379676,3241.056941,1397.235365,2487.227619,1730.71944,2472.610929 +379677,3237.724724,1394.036229,2484.686009,1727.783632,2472.9819 +379678,3235.266245,1390.977714,2482.681856,1724.822733,2473.818335 +379679,3233.060311,1387.746693,2480.833407,1721.739529,2475.049524 +379680,3230.974434,1384.656374,2479.049464,1718.547979,2476.370863 +379681,3227.532911,1315.225886,2475.907633,1633.439938,2475.197934 +379682,3217.089242,1337.639008,2467.292664,1668.271187,2465.395002 +379683,3198.679867,1270.486252,2453.277656,1613.828904,2447.574395 +379684,3183.293942,1323.450054,2440.894069,1652.862363,2431.150923 +379685,3171.582079,1312.971392,2430.958229,1623.668094,2417.60034 +379686,3163.172682,1276.565151,2423.135155,1642.367557,2407.005601 +379687,3156.982017,1324.645539,2417.153616,1605.629815,2398.690316 +379688,3152.055142,1262.166912,2412.210231,1634.417664,2391.971165 +379689,3147.789728,1316.289503,2407.909036,1605.39459,2386.377321 +379690,3143.918668,1261.605657,2404.053425,1615.017638,2381.458902 +379691,3140.285334,1297.880392,2400.522406,1605.705864,2377.458462 +379692,3136.715487,1268.324239,2397.182882,1620.283985,2373.981667 +379693,3133.298136,1279.466171,2394.065036,1570.808679,2371.04485 +379694,3129.899902,1271.298194,2391.071755,1623.340422,2368.49575 +379695,3126.497836,1268.802545,2388.175791,1557.885002,2366.273905 +379696,3123.12441,1265.458336,2385.381989,1594.538856,2364.367494 +379697,3119.659231,1262.094588,2382.609072,1574.037976,2362.650305 +379698,3116.131633,1258.792742,2379.86842,1571.178603,2361.116218 +379699,3112.567613,1255.299387,2377.165522,1565.749619,2359.759958 +379700,3108.937985,1251.954697,2374.486939,1560.092716,2358.544971 +379701,3105.255201,1248.537924,2371.829584,1554.318797,2357.452848 +379702,3101.510998,1245.121693,2369.185048,1548.319788,2356.466506 +379703,3060.536636,1241.696927,2365.618488,1555.798364,2354.408467 +379704,2999.642834,1237.10869,2359.639373,1502.996175,2349.404429 +379705,3004.21477,1233.635762,2352.060778,1524.358054,2342.579941 +379706,2991.456222,1230.028298,2344.93974,1506.94905,2336.394563 +379707,2968.922211,1226.489038,2338.268577,1502.269269,2330.994284 +379708,2965.554392,1222.94009,2332.233024,1496.028111,2326.107219 +379709,2952.502694,1219.389166,2326.752138,1489.372228,2321.912067 +379710,2939.57853,1215.834629,2321.593775,1483.094662,2318.15141 +379711,2931.608721,1212.734387,2316.643996,1478.974106,2314.693181 +379712,2924.637404,1209.687782,2311.890698,1475.253648,2311.659821 +379713,2917.727607,1206.675964,2307.716591,1471.695304,2309.043676 +379714,2911.645779,1203.688184,2305.462719,1468.27281,2308.784686 +379715,2896.168032,1200.727082,2300.548273,1464.954098,2305.310565 +379716,2907.809319,1197.777984,2296.544184,1461.739972,2302.834926 +379717,2881.49034,1194.848953,2293.38424,1458.609136,2300.733813 +379718,2887.858939,1191.934958,2289.748779,1455.558981,2298.602967 +379719,2879.760753,1189.105596,2287.835002,1452.586738,2298.775161 +379720,2873.196576,1186.117439,2285.320446,1449.678842,2297.948815 +379721,2868.14767,1183.296264,2282.449245,1446.839606,2296.647249 +379722,2862.309475,1180.427761,2279.182941,1444.06204,2295.123835 +379723,2856.634974,1177.583976,2274.413716,1441.340117,2291.428954 +379724,2851.726454,1174.749012,2272.196147,1438.59463,2290.890511 +379725,2846.069919,1171.931608,2267.607755,1436.108865,2287.594444 +379726,2841.387922,1169.120254,2265.617455,1433.493918,2287.284842 +379727,2835.815047,1166.326389,2261.353767,1430.994082,2284.125877 +379728,2831.087775,1163.539178,2257.809171,1428.535341,2281.838343 +379729,2826.395677,1160.763843,2256.209947,1426.12125,2281.951588 +379730,2821.632424,1158.001268,2253.83049,1423.748366,2281.096204 +379731,2816.328488,1155.248942,2249.487708,1421.418807,2277.800178 +379732,2804.350428,1152.503366,2247.43977,1419.136462,2277.340352 +379733,2817.596524,1149.773008,2243.283519,1416.886684,2274.243946 +379734,2791.437809,1147.047829,2239.881034,1414.6841,2272.063804 +379735,2830.532767,1145.412842,2238.624769,1425.592334,2272.776337 +379736,2818.51632,1143.041991,2237.622429,1425.60436,2273.416884 +379737,2818.310139,1140.377515,2236.402614,1424.694863,2273.705081 +379738,2816.139734,1137.767654,2234.718691,1423.581865,2273.414678 +379739,2804.641398,1135.262372,2232.534571,1422.371197,2272.532264 +379740,2819.734319,1132.619931,2228.574629,1421.11266,2269.472012 +379741,1907.910602,1130.113558,967.3775868,1432.752029,2201.268456 +379742,2009.96836,1258.169509,1021.661683,1545.595254,2282.382493 +379743,2124.689708,1260.765592,1085.83898,1554.401025,2361.828592 +379744,2208.220643,1259.153253,1136.515954,1553.314175,2409.743608 +379745,2263.672281,1258.381748,1173.937111,1555.403828,2436.663117 +379746,2301.633316,1256.785156,1202.313633,1553.749674,2453.663261 +379747,2328.900113,1254.745002,1224.647727,1553.813823,2465.643257 +379748,2349.680478,1252.831656,1242.879095,1553.780677,2475.156617 +379749,2366.254948,1250.711238,1258.147381,1553.170829,2482.923856 +379750,2379.788391,1248.793994,1271.097807,1552.485067,2489.638388 +379751,2390.937054,1246.692646,1282.135965,1551.824549,2495.530759 +379752,2400.11944,1244.761222,1291.54652,1550.817889,2500.694706 +379753,2407.699013,1242.735667,1299.593892,1550.179627,2505.250411 +379754,2414.001343,1240.701474,1306.673117,1549.292875,2509.300443 +379755,2419.267556,1238.671273,1312.603284,1548.7419,2512.898816 +379756,2423.696057,1236.643667,1317.70941,1548.084723,2516.100012 +379757,2427.442379,1234.627953,1322.11702,1547.475701,2518.951918 +379758,2430.633199,1232.622738,1325.932936,1546.909357,2521.500055 +379759,2433.370622,1230.627202,1329.246702,1546.373009,2523.784812 +379760,2435.736391,1228.640978,1332.132917,1545.867728,2525.840975 +379761,2437.795964,1226.664062,1334.653776,1545.395014,2527.698334 +379762,2439.602014,1224.617178,1336.861323,1544.921456,2529.382575 +379763,2441.197077,1222.773992,1338.799199,1544.562248,2530.91589 +379764,2442.615678,1220.840507,1340.504074,1544.170141,2532.317508 +379765,2443.88585,1218.79195,1342.006789,1543.831423,2533.604075 +379766,2445.030486,1216.909084,1343.333313,1543.527571,2534.789999 +379767,2446.068304,1214.961597,1344.505534,1543.256438,2535.887705 +379768,2447.014694,1213.030742,1345.541942,1543.02002,2536.907946 +379769,2447.854408,1211.103603,1346.444462,1542.950475,2537.829805 +379770,2448.624536,1209.179087,1347.239109,1542.595313,2538.689464 +379771,2449.356216,1207.20069,1347.947946,1541.519551,2539.517649 +379772,2449.975909,1205.211679,1348.572296,1539.978299,2540.30704 +379773,2450.439275,1203.218447,1349.116387,1538.638212,2541.057386 +379774,2450.740387,1201.145183,1349.58615,1532.112653,2541.771444 +379775,2450.891256,1199.259911,1349.986897,1541.928256,2542.450643 +379776,2450.910685,1197.20092,1350.324305,1530.573965,2543.098081 +379777,2450.817274,1195.207489,1350.603995,1532.20764,2543.717864 +379778,2450.624506,1193.197959,1350.829967,1530.477907,2544.311601 +379779,2450.344083,1191.184283,1351.006137,1524.252573,2544.88163 +379780,2449.984477,1189.166086,1351.135328,1532.483631,2545.428611 +379781,2449.554379,1187.143175,1351.220716,1518.537854,2545.954592 +379782,2449.061525,1185.115048,1351.265191,1524.919752,2546.461504 +379783,2448.511045,1183.156261,1351.270471,1520.935454,2546.949125 +379784,2447.9089,1181.005687,1351.238754,1518.916612,2547.418665 +379785,2447.260541,1178.940711,1351.172036,1517.365382,2547.871214 +379786,2446.570463,1176.988638,1351.07186,1515.575828,2548.307139 +379787,2445.843061,1174.875827,1350.939723,1513.974576,2548.72695 +379788,2445.082558,1172.823746,1350.777023,1511.940231,2549.131154 +379789,2444.29298,1170.753143,1350.585009,1510.233102,2549.520118 +379790,2443.478235,1168.675745,1350.364806,1508.56063,2549.894102 +379791,2442.642219,1166.591161,1350.11747,1506.958682,2550.253362 +379792,2441.788928,1164.499962,1349.844012,1505.112093,2550.59819 +379793,2440.922389,1162.401697,1349.545343,1503.567386,2550.928782 +379794,2440.046749,1160.296377,1349.222305,1502.015072,2551.245291 +379795,2439.166341,1158.184097,1348.875696,1500.613027,2551.547872 +379796,2438.28583,1155.990391,1348.506287,1499.125113,2551.836718 +379797,2437.410674,1176.705652,1348.115037,1497.986569,2552.112514 +379798,2436.54801,1117.490486,1347.702077,1496.633796,2552.374211 +379799,2435.69979,1166.873663,1347.268173,1495.599336,2552.622224 +379800,2434.876179,1158.577418,1346.814641,1494.551303,2552.858255 +379801,0,0,0,0,0 +379802,0,0,0,0,0 +379803,0,0,0,0,0 +379804,0,0,0,0,0 +379805,0,0,0,0,0 +379806,0,0,0,0,0 +379807,0,0,0,0,0 +379808,0,0,0,0,0 +379809,0,0,0,0,0 +379810,0,0,0,0,0 +379811,0,0,0,0,0 +379812,0,0,0,0,0 +379813,0,0,0,0,0 +379814,0,0,0,0,0 +379815,0,0,0,0,0 +379816,0,0,0,0,0 +379817,0,0,0,0,0 +379818,0,0,0,0,0 +379819,0,0,0,0,0 +379820,0,0,0,0,0 +379821,0,0,0,0,0 +379822,0,0,0,0,0 +379823,0,0,0,0,0 +379824,0,0,0,0,0 +379825,0,0,0,0,0 +379826,0,0,0,0,0 +379827,0,0,0,0,0 +379828,0,0,0,0,0 +379829,0,0,0,0,0 +379830,0,0,0,0,0 +379831,0,0,0,0,0 +379832,0,0,0,0,0 +379833,0,0,0,0,0 +379834,0,0,0,0,0 +379835,0,0,0,0,0 +379836,0,0,0,0,0 +379837,0,0,0,0,0 +379838,0,0,0,0,0 +379839,0,0,0,0,0 +379840,0,0,0,0,0 +379841,0,0,0,0,0 +379842,0,0,0,0,0 +379843,0,0,0,0,0 +379844,0,0,0,0,0 +379845,0,0,0,0,0 +379846,0,0,0,0,0 +379847,0,0,0,0,0 +379848,0,0,0,0,0 +379849,0,0,0,0,0 +379850,0,0,0,0,0 +379851,0,0,0,0,0 +379852,0,0,0,0,0 +379853,0,0,0,0,0 +379854,0,0,0,0,0 +379855,0,0,0,0,0 +379856,0,0,0,0,0 +379857,0,0,0,0,0 +379858,0,0,0,0,0 +379859,0,0,0,0,0 +379860,0,0,0,0,0 +379861,0,0,0,0,0 +379862,0,0,0,0,0 +379863,0,0,0,0,0 +379864,0,0,0,0,0 +379865,0,0,0,0,0 +379866,0,0,0,0,0 +379867,0,0,0,0,0 +379868,0,0,0,0,0 +379869,0,0,0,0,0 +379870,0,0,0,0,0 +379871,0,0,0,0,0 +379872,0,0,0,0,0 +379873,0,0,0,0,0 +379874,0,0,0,0,0 +379875,0,0,0,0,0 +379876,0,0,0,0,0 +379877,0,0,0,0,0 +379878,0,0,0,0,0 +379879,0,0,0,0,0 +379880,0,0,0,0,0 +379881,0,0,0,0,0 +379882,0,0,0,0,0 +379883,0,0,0,0,0 +379884,0,0,0,0,0 +379885,0,0,0,0,0 +379886,0,0,0,0,0 +379887,0,0,0,0,0 +379888,0,0,0,0,0 +379889,0,0,0,0,0 +379890,0,0,0,0,0 +379891,0,0,0,0,0 +379892,0,0,0,0,0 +379893,0,0,0,0,0 +379894,0,0,0,0,0 +379895,0,0,0,0,0 +379896,0,0,0,0,0 +379897,0,0,0,0,0 +379898,0,0,0,0,0 +379899,0,0,0,0,0 +379900,0,0,0,0,0 +379901,0,0,0,0,0 +379902,0,0,0,0,0 +379903,0,0,0,0,0 +379904,0,0,0,0,0 +379905,0,0,0,0,0 +379906,0,0,0,0,0 +379907,0,0,0,0,0 +379908,0,0,0,0,0 +379909,0,0,0,0,0 +379910,0,0,0,0,0 +379911,0,0,0,0,0 +379912,0,0,0,0,0 +379913,0,0,0,0,0 +379914,0,0,0,0,0 +379915,0,0,0,0,0 +379916,0,0,0,0,0 +379917,0,0,0,0,0 +379918,0,0,0,0,0 +379919,0,0,0,0,0 +379920,0,0,0,0,0 +379921,0,0,0,0,0 +379922,0,0,0,0,0 +379923,0,0,0,0,0 +379924,0,0,0,0,0 +379925,0,0,0,0,0 +379926,0,0,0,0,0 +379927,0,0,0,0,0 +379928,0,0,0,0,0 +379929,0,0,0,0,0 +379930,0,0,0,0,0 +379931,0,0,0,0,0 +379932,0,0,0,0,0 +379933,0,0,0,0,0 +379934,0,0,0,0,0 +379935,0,0,0,0,0 +379936,0,0,0,0,0 +379937,0,0,0,0,0 +379938,0,0,0,0,0 +379939,0,0,0,0,0 +379940,0,0,0,0,0 +379941,0,0,0,0,0 +379942,0,0,0,0,0 +379943,0,0,0,0,0 +379944,0,0,0,0,0 +379945,0,0,0,0,0 +379946,0,0,0,0,0 +379947,0,0,0,0,0 +379948,0,0,0,0,0 +379949,0,0,0,0,0 +379950,0,0,0,0,0 +379951,0,0,0,0,0 +379952,0,0,0,0,0 +379953,0,0,0,0,0 +379954,0,0,0,0,0 +379955,0,0,0,0,0 +379956,0,0,0,0,0 +379957,0,0,0,0,0 +379958,0,0,0,0,0 +379959,0,0,0,0,0 +379960,0,0,0,0,0 +379961,0,0,0,0,0 +379962,0,0,0,0,0 +379963,0,0,0,0,0 +379964,0,0,0,0,0 +379965,0,0,0,0,0 +379966,0,0,0,0,0 +379967,0,0,0,0,0 +379968,0,0,0,0,0 +379969,0,0,0,0,0 +379970,0,0,0,0,0 +379971,0,0,0,0,0 +379972,0,0,0,0,0 +379973,0,0,0,0,0 +379974,0,0,0,0,0 +379975,0,0,0,0,0 +379976,0,0,0,0,0 +379977,0,0,0,0,0 +379978,0,0,0,0,0 +379979,0,0,0,0,0 +379980,0,0,0,0,0 +379981,0,0,0,0,0 +379982,0,0,0,0,0 +379983,0,0,0,0,0 +379984,0,0,0,0,0 +379985,0,0,0,0,0 +379986,0,0,0,0,0 +379987,0,0,0,0,0 +379988,0,0,0,0,0 +379989,0,0,0,0,0 +379990,0,0,0,0,0 +379991,0,0,0,0,0 +379992,0,0,0,0,0 +379993,0,0,0,0,0 +379994,0,0,0,0,0 +379995,0,0,0,0,0 +379996,0,0,0,0,0 +379997,0,0,0,0,0 +379998,0,0,0,0,0 +379999,0,0,0,0,0 +380000,0,0,0,0,0 +380001,0,0,0,0,0 +380002,0,0,0,0,0 +380003,0,0,0,0,0 +380004,0,0,0,0,0 +380005,0,0,0,0,0 +380006,0,0,0,0,0 +380007,0,0,0,0,0 +380008,0,0,0,0,0 +380009,0,0,0,0,0 +380010,0,0,0,0,0 +380011,0,0,0,0,0 +380012,0,0,0,0,0 +380013,0,0,0,0,0 +380014,0,0,0,0,0 +380015,0,0,0,0,0 +380016,0,0,0,0,0 +380017,0,0,0,0,0 +380018,0,0,0,0,0 +380019,0,0,0,0,0 +380020,0,0,0,0,0 +380021,0,0,0,0,0 +380022,0,0,0,0,0 +380023,0,0,0,0,0 +380024,0,0,0,0,0 +380025,0,0,0,0,0 +380026,0,0,0,0,0 +380027,0,0,0,0,0 +380028,0,0,0,0,0 +380029,0,0,0,0,0 +380030,0,0,0,0,0 +380031,0,0,0,0,0 +380032,0,0,0,0,0 +380033,0,0,0,0,0 +380034,0,0,0,0,0 +380035,0,0,0,0,0 +380036,0,0,0,0,0 +380037,0,0,0,0,0 +380038,0,0,0,0,0 +380039,0,0,0,0,0 +380040,0,0,0,0,0 +380041,0,0,0,0,0 +380042,0,0,0,0,0 +380043,0,0,0,0,0 +380044,0,0,0,0,0 +380045,0,0,0,0,0 +380046,0,0,0,0,0 +380047,0,0,0,0,0 +380048,0,0,0,0,0 +380049,0,0,0,0,0 +380050,0,0,0,0,0 +380051,0,0,0,0,0 +380052,0,0,0,0,0 +380053,0,0,0,0,0 +380054,0,0,0,0,0 +380055,0,0,0,0,0 +380056,0,0,0,0,0 +380057,0,0,0,0,0 +380058,0,0,0,0,0 +380059,0,0,0,0,0 +380060,0,0,0,0,0 +380061,0,0,0,0,0 +380062,0,0,0,0,0 +380063,0,0,0,0,0 +380064,0,0,0,0,0 +380065,0,0,0,0,0 +380066,0,0,0,0,0 +380067,0,0,0,0,0 +380068,0,0,0,0,0 +380069,0,0,0,0,0 +380070,0,0,0,0,0 +380071,0,0,0,0,0 +380072,0,0,0,0,0 +380073,0,0,0,0,0 +380074,0,0,0,0,0 +380075,0,0,0,0,0 +380076,0,0,0,0,0 +380077,0,0,0,0,0 +380078,0,0,0,0,0 +380079,0,0,0,0,0 +380080,0,0,0,0,0 +380081,0,0,0,0,0 +380082,0,0,0,0,0 +380083,0,0,0,0,0 +380084,0,0,0,0,0 +380085,0,0,0,0,0 +380086,0,0,0,0,0 +380087,0,0,0,0,0 +380088,0,0,0,0,0 +380089,0,0,0,0,0 +380090,0,0,0,0,0 +380091,0,0,0,0,0 +380092,0,0,0,0,0 +380093,0,0,0,0,0 +380094,0,0,0,0,0 +380095,0,0,0,0,0 +380096,0,0,0,0,0 +380097,0,0,0,0,0 +380098,0,0,0,0,0 +380099,0,0,0,0,0 +380100,0,0,0,0,0 +380101,0,0,0,0,0 +380102,0,0,0,0,0 +380103,0,0,0,0,0 +380104,0,0,0,0,0 +380105,0,0,0,0,0 +380106,0,0,0,0,0 +380107,0,0,0,0,0 +380108,0,0,0,0,0 +380109,0,0,0,0,0 +380110,0,0,0,0,0 +380111,0,0,0,0,0 +380112,0,0,0,0,0 +380113,0,0,0,0,0 +380114,0,0,0,0,0 +380115,0,0,0,0,0 +380116,0,0,0,0,0 +380117,0,0,0,0,0 +380118,0,0,0,0,0 +380119,0,0,0,0,0 +380120,0,0,0,0,0 +380121,0,0,0,0,0 +380122,0,0,0,0,0 +380123,0,0,0,0,0 +380124,0,0,0,0,0 +380125,0,0,0,0,0 +380126,0,0,0,0,0 +380127,0,0,0,0,0 +380128,0,0,0,0,0 +380129,0,0,0,0,0 +380130,0,0,0,0,0 +380131,0,0,0,0,0 +380132,0,0,0,0,0 +380133,0,0,0,0,0 +380134,0,0,0,0,0 +380135,0,0,0,0,0 +380136,0,0,0,0,0 +380137,0,0,0,0,0 +380138,0,0,0,0,0 +380139,0,0,0,0,0 +380140,0,0,0,0,0 +380141,0,0,0,0,0 +380142,0,0,0,0,0 +380143,0,0,0,0,0 +380144,0,0,0,0,0 +380145,0,0,0,0,0 +380146,0,0,0,0,0 +380147,0,0,0,0,0 +380148,0,0,0,0,0 +380149,0,0,0,0,0 +380150,0,0,0,0,0 +380151,0,0,0,0,0 +380152,0,0,0,0,0 +380153,0,0,0,0,0 +380154,0,0,0,0,0 +380155,0,0,0,0,0 +380156,0,0,0,0,0 +380157,0,0,0,0,0 +380158,0,0,0,0,0 +380159,0,0,0,0,0 +380160,0,0,0,0,0 +380161,0,0,0,0,0 +380162,0,0,0,0,0 +380163,0,0,0,0,0 +380164,0,0,0,0,0 +380165,0,0,0,0,0 +380166,0,0,0,0,0 +380167,0,0,0,0,0 +380168,0,0,0,0,0 +380169,0,0,0,0,0 +380170,0,0,0,0,0 +380171,0,0,0,0,0 +380172,0,0,0,0,0 +380173,0,0,0,0,0 +380174,0,0,0,0,0 +380175,0,0,0,0,0 +380176,0,0,0,0,0 +380177,0,0,0,0,0 +380178,0,0,0,0,0 +380179,0,0,0,0,0 +380180,0,0,0,0,0 +380181,0,0,0,0,0 +380182,0,0,0,0,0 +380183,0,0,0,0,0 +380184,0,0,0,0,0 +380185,0,0,0,0,0 +380186,0,0,0,0,0 +380187,0,0,0,0,0 +380188,0,0,0,0,0 +380189,0,0,0,0,0 +380190,0,0,0,0,0 +380191,0,0,0,0,0 +380192,0,0,0,0,0 +380193,0,0,0,0,0 +380194,0,0,0,0,0 +380195,0,0,0,0,0 +380196,0,0,0,0,0 +380197,0,0,0,0,0 +380198,0,0,0,0,0 +380199,0,0,0,0,0 +380200,0,0,0,0,0 +380201,0,0,0,0,0 +380202,0,0,0,0,0 +380203,0,0,0,0,0 +380204,0,0,0,0,0 +380205,0,0,0,0,0 +380206,0,0,0,0,0 +380207,0,0,0,0,0 +380208,0,0,0,0,0 +380209,0,0,0,0,0 +380210,0,0,0,0,0 +380211,0,0,0,0,0 +380212,0,0,0,0,0 +380213,0,0,0,0,0 +380214,0,0,0,0,0 +380215,0,0,0,0,0 +380216,0,0,0,0,0 +380217,0,0,0,0,0 +380218,0,0,0,0,0 +380219,0,0,0,0,0 +380220,0,0,0,0,0 +380221,0,0,0,0,0 +380222,0,0,0,0,0 +380223,0,0,0,0,0 +380224,0,0,0,0,0 +380225,0,0,0,0,0 +380226,0,0,0,0,0 +380227,0,0,0,0,0 +380228,0,0,0,0,0 +380229,0,0,0,0,0 +380230,0,0,0,0,0 +380231,0,0,0,0,0 +380232,0,0,0,0,0 +380233,0,0,0,0,0 +380234,0,0,0,0,0 +380235,0,0,0,0,0 +380236,0,0,0,0,0 +380237,0,0,0,0,0 +380238,0,0,0,0,0 +380239,0,0,0,0,0 +380240,0,0,0,0,0 +380241,0,0,0,0,0 +380242,0,0,0,0,0 +380243,0,0,0,0,0 +380244,0,0,0,0,0 +380245,0,0,0,0,0 +380246,0,0,0,0,0 +380247,0,0,0,0,0 +380248,0,0,0,0,0 +380249,0,0,0,0,0 +380250,0,0,0,0,0 +380251,0,0,0,0,0 +380252,0,0,0,0,0 +380253,0,0,0,0,0 +380254,0,0,0,0,0 +380255,0,0,0,0,0 +380256,0,0,0,0,0 +380257,0,0,0,0,0 +380258,0,0,0,0,0 +380259,0,0,0,0,0 +380260,0,0,0,0,0 +380261,0,0,0,0,0 +380262,0,0,0,0,0 +380263,0,0,0,0,0 +380264,0,0,0,0,0 +380265,0,0,0,0,0 +380266,0,0,0,0,0 +380267,0,0,0,0,0 +380268,0,0,0,0,0 +380269,0,0,0,0,0 +380270,0,0,0,0,0 +380271,0,0,0,0,0 +380272,0,0,0,0,0 +380273,0,0,0,0,0 +380274,0,0,0,0,0 +380275,0,0,0,0,0 +380276,0,0,0,0,0 +380277,0,0,0,0,0 +380278,0,0,0,0,0 +380279,0,0,0,0,0 +380280,0,0,0,0,0 +380281,0,0,0,0,0 +380282,0,0,0,0,0 +380283,0,0,0,0,0 +380284,0,0,0,0,0 +380285,0,0,0,0,0 +380286,0,0,0,0,0 +380287,0,0,0,0,0 +380288,0,0,0,0,0 +380289,0,0,0,0,0 +380290,0,0,0,0,0 +380291,0,0,0,0,0 +380292,0,0,0,0,0 +380293,0,0,0,0,0 +380294,0,0,0,0,0 +380295,0,0,0,0,0 +380296,0,0,0,0,0 +380297,0,0,0,0,0 +380298,0,0,0,0,0 +380299,0,0,0,0,0 +380300,0,0,0,0,0 +380301,0,0,0,0,0 +380302,0,0,0,0,0 +380303,0,0,0,0,0 +380304,0,0,0,0,0 +380305,0,0,0,0,0 +380306,0,0,0,0,0 +380307,0,0,0,0,0 +380308,0,0,0,0,0 +380309,0,0,0,0,0 +380310,0,0,0,0,0 +380311,0,0,0,0,0 +380312,0,0,0,0,0 +380313,0,0,0,0,0 +380314,0,0,0,0,0 +380315,0,0,0,0,0 +380316,0,0,0,0,0 +380317,0,0,0,0,0 +380318,0,0,0,0,0 +380319,0,0,0,0,0 +380320,0,0,0,0,0 +380321,0,0,0,0,0 +380322,0,0,0,0,0 +380323,0,0,0,0,0 +380324,0,0,0,0,0 +380325,0,0,0,0,0 +380326,0,0,0,0,0 +380327,0,0,0,0,0 +380328,0,0,0,0,0 +380329,0,0,0,0,0 +380330,0,0,0,0,0 +380331,0,0,0,0,0 +380332,0,0,0,0,0 +380333,0,0,0,0,0 +380334,0,0,0,0,0 +380335,0,0,0,0,0 +380336,0,0,0,0,0 +380337,0,0,0,0,0 +380338,0,0,0,0,0 +380339,0,0,0,0,0 +380340,0,0,0,0,0 +380341,0,0,0,0,0 +380342,0,0,0,0,0 +380343,0,0,0,0,0 +380344,0,0,0,0,0 +380345,0,0,0,0,0 +380346,0,0,0,0,0 +380347,0,0,0,0,0 +380348,0,0,0,0,0 +380349,0,0,0,0,0 +380350,0,0,0,0,0 +380351,0,0,0,0,0 +380352,0,0,0,0,0 +380353,0,0,0,0,0 +380354,0,0,0,0,0 +380355,0,0,0,0,0 +380356,0,0,0,0,0 +380357,0,0,0,0,0 +380358,0,0,0,0,0 +380359,0,0,0,0,0 +380360,0,0,0,0,0 +380361,0,0,0,0,0 +380362,0,0,0,0,0 +380363,0,0,0,0,0 +380364,0,0,0,0,0 +380365,0,0,0,0,0 +380366,0,0,0,0,0 +380367,0,0,0,0,0 +380368,0,0,0,0,0 +380369,0,0,0,0,0 +380370,0,0,0,0,0 +380371,0,0,0,0,0 +380372,0,0,0,0,0 +380373,0,0,0,0,0 +380374,0,0,0,0,0 +380375,0,0,0,0,0 +380376,0,0,0,0,0 +380377,0,0,0,0,0 +380378,0,0,0,0,0 +380379,0,0,0,0,0 +380380,0,0,0,0,0 +380381,0,0,0,0,0 +380382,0,0,0,0,0 +380383,0,0,0,0,0 +380384,0,0,0,0,0 +380385,0,0,0,0,0 +380386,0,0,0,0,0 +380387,0,0,0,0,0 +380388,0,0,0,0,0 +380389,0,0,0,0,0 +380390,0,0,0,0,0 +380391,0,0,0,0,0 +380392,0,0,0,0,0 +380393,0,0,0,0,0 +380394,0,0,0,0,0 +380395,0,0,0,0,0 +380396,0,0,0,0,0 +380397,0,0,0,0,0 +380398,0,0,0,0,0 +380399,0,0,0,0,0 +380400,0,0,0,0,0 +380401,0,0,0,0,0 +380402,0,0,0,0,0 +380403,0,0,0,0,0 +380404,0,0,0,0,0 +380405,0,0,0,0,0 +380406,0,0,0,0,0 +380407,0,0,0,0,0 +380408,0,0,0,0,0 +380409,0,0,0,0,0 +380410,0,0,0,0,0 +380411,0,0,0,0,0 +380412,0,0,0,0,0 +380413,0,0,0,0,0 +380414,0,0,0,0,0 +380415,0,0,0,0,0 +380416,0,0,0,0,0 +380417,0,0,0,0,0 +380418,0,0,0,0,0 +380419,0,0,0,0,0 +380420,0,0,0,0,0 +380421,0,0,0,0,0 +380422,0,0,0,0,0 +380423,0,0,0,0,0 +380424,0,0,0,0,0 +380425,0,0,0,0,0 +380426,0,0,0,0,0 +380427,0,0,0,0,0 +380428,0,0,0,0,0 +380429,0,0,0,0,0 +380430,0,0,0,0,0 +380431,0,0,0,0,0 +380432,0,0,0,0,0 +380433,0,0,0,0,0 +380434,0,0,0,0,0 +380435,0,0,0,0,0 +380436,0,0,0,0,0 +380437,0,0,0,0,0 +380438,0,0,0,0,0 +380439,0,0,0,0,0 +380440,0,0,0,0,0 +380441,0,0,0,0,0 +380442,0,0,0,0,0 +380443,0,0,0,0,0 +380444,0,0,0,0,0 +380445,0,0,0,0,0 +380446,0,0,0,0,0 +380447,0,0,0,0,0 +380448,0,0,0,0,0 +380449,0,0,0,0,0 +380450,0,0,0,0,0 +380451,0,0,0,0,0 +380452,0,0,0,0,0 +380453,0,0,0,0,0 +380454,0,0,0,0,0 +380455,0,0,0,0,0 +380456,0,0,0,0,0 +380457,0,0,0,0,0 +380458,0,0,0,0,0 +380459,0,0,0,0,0 +380460,0,0,0,0,0 +380461,0,0,0,0,0 +380462,0,0,0,0,0 +380463,0,0,0,0,0 +380464,0,0,0,0,0 +380465,0,0,0,0,0 +380466,0,0,0,0,0 +380467,0,0,0,0,0 +380468,0,0,0,0,0 +380469,0,0,0,0,0 +380470,0,0,0,0,0 +380471,0,0,0,0,0 +380472,0,0,0,0,0 +380473,0,0,0,0,0 +380474,0,0,0,0,0 +380475,0,0,0,0,0 +380476,0,0,0,0,0 +380477,0,0,0,0,0 +380478,0,0,0,0,0 +380479,0,0,0,0,0 +380480,0,0,0,0,0 +380481,0,0,0,0,0 +380482,0,0,0,0,0 +380483,0,0,0,0,0 +380484,0,0,0,0,0 +380485,0,0,0,0,0 +380486,0,0,0,0,0 +380487,0,0,0,0,0 +380488,0,0,0,0,0 +380489,0,0,0,0,0 +380490,0,0,0,0,0 +380491,0,0,0,0,0 +380492,0,0,0,0,0 +380493,0,0,0,0,0 +380494,0,0,0,0,0 +380495,0,0,0,0,0 +380496,0,0,0,0,0 +380497,0,0,0,0,0 +380498,0,0,0,0,0 +380499,0,0,0,0,0 +380500,0,0,0,0,0 +380501,0,0,0,0,0 +380502,0,0,0,0,0 +380503,0,0,0,0,0 +380504,0,0,0,0,0 +380505,0,0,0,0,0 +380506,0,0,0,0,0 +380507,0,0,0,0,0 +380508,0,0,0,0,0 +380509,0,0,0,0,0 +380510,0,0,0,0,0 +380511,0,0,0,0,0 +380512,0,0,0,0,0 +380513,0,0,0,0,0 +380514,0,0,0,0,0 +380515,0,0,0,0,0 +380516,0,0,0,0,0 +380517,0,0,0,0,0 +380518,0,0,0,0,0 +380519,0,0,0,0,0 +380520,0,0,0,0,0 +380521,0,0,0,0,0 +380522,0,0,0,0,0 +380523,0,0,0,0,0 +380524,0,0,0,0,0 +380525,0,0,0,0,0 +380526,0,0,0,0,0 +380527,0,0,0,0,0 +380528,0,0,0,0,0 +380529,0,0,0,0,0 +380530,0,0,0,0,0 +380531,0,0,0,0,0 +380532,0,0,0,0,0 +380533,0,0,0,0,0 +380534,0,0,0,0,0 +380535,0,0,0,0,0 +380536,0,0,0,0,0 +380537,0,0,0,0,0 +380538,0,0,0,0,0 +380539,0,0,0,0,0 +380540,0,0,0,0,0 +380541,0,0,0,0,0 +380542,0,0,0,0,0 +380543,0,0,0,0,0 +380544,0,0,0,0,0 +380545,0,0,0,0,0 +380546,0,0,0,0,0 +380547,0,0,0,0,0 +380548,0,0,0,0,0 +380549,0,0,0,0,0 +380550,0,0,0,0,0 +380551,0,0,0,0,0 +380552,0,0,0,0,0 +380553,0,0,0,0,0 +380554,0,0,0,0,0 +380555,0,0,0,0,0 +380556,0,0,0,0,0 +380557,0,0,0,0,0 +380558,0,0,0,0,0 +380559,0,0,0,0,0 +380560,0,0,0,0,0 +380561,0,0,0,0,0 +380562,0,0,0,0,0 +380563,0,0,0,0,0 +380564,0,0,0,0,0 +380565,0,0,0,0,0 +380566,0,0,0,0,0 +380567,0,0,0,0,0 +380568,0,0,0,0,0 +380569,0,0,0,0,0 +380570,0,0,0,0,0 +380571,0,0,0,0,0 +380572,0,0,0,0,0 +380573,0,0,0,0,0 +380574,0,0,0,0,0 +380575,0,0,0,0,0 +380576,0,0,0,0,0 +380577,0,0,0,0,0 +380578,0,0,0,0,0 +380579,0,0,0,0,0 +380580,0,0,0,0,0 +380581,-65.19385578,49.31055148,25.94603232,-30.6633807,-279.2587948 +380582,376.9830383,251.0956555,468.4706057,170.4481463,526.2060109 +380583,371.4986345,248.443709,462.3693539,167.927515,519.5522515 +380584,361.5455957,243.7029545,451.6763375,163.3394224,504.6389042 +380585,351.2100003,239.1517206,440.8401699,158.6378433,487.9581541 +380586,342.1987558,235.6228174,431.6286967,154.6237653,472.5439149 +380587,334.7381802,233.1350021,424.2157141,151.3813789,459.0586798 +380588,328.5480322,231.4674883,418.2604929,148.7593231,447.2613988 +380589,323.3251844,230.416992,413.417297,146.5966626,436.7908979 +380590,318.8677906,229.8490434,409.4523602,144.7889071,427.3890708 +380591,315.0417179,229.6784553,406.2173178,143.2677235,418.9003525 +380592,311.7602517,229.8449959,403.6071167,141.9904612,411.2224616 +380593,308.9471154,230.3002934,401.5363878,140.9191779,404.2736734 +380594,306.5439001,231.0031777,399.9310341,140.0261005,397.9803892 +380595,304.492119,231.9185082,398.7263961,139.2851156,392.2749679 +380596,302.7488781,233.0166519,397.8667023,138.6734323,387.096027 +380597,301.3650678,234.5842008,397.6434886,138.2002454,382.3884276 +380598,300.2754042,236.4900761,397.8940188,137.8406169,378.1048668 +380599,299.4056949,238.5649316,398.4190804,137.5678727,374.2025751 +380600,298.7076543,240.7165976,399.1053969,137.3640991,370.6432321 +380601,298.1541663,242.9140421,399.9069997,137.2185496,367.3928098 +380602,297.7284875,245.152268,400.8072043,137.1241799,364.4211555 +380603,297.4178475,247.4320006,401.7968588,137.075562,361.7016256 +380604,297.2111043,249.7530646,402.8671892,137.0680702,359.210616 +380605,297.0983231,252.1139253,404.0091696,137.0976889,356.9272187 +380606,297.0707535,254.5125641,405.2142642,137.1609511,354.8328155 +380607,297.1208409,256.9471006,406.4749538,137.2549086,352.9108638 +380608,297.2420618,259.4159457,407.7847497,137.3770435,351.1465656 +380609,297.4288202,261.9177903,409.1381022,137.5252192,349.5267526 +380610,297.6762607,264.4515086,410.5301889,137.6975969,348.0396207 +380611,297.9801853,267.0161188,411.9568142,137.8926002,346.6746423 +380612,298.3313919,269.5844761,413.3908312,138.1055903,345.4223328 +380613,298.7153329,272.1308341,414.8006136,138.3319172,344.2741775 +380614,299.134981,274.6534286,416.1905246,138.5704601,343.2224542 +380615,299.5907266,277.1584571,417.5662184,138.8212768,342.2602517 +380616,300.0810689,279.6517855,418.9269924,139.0844143,341.3813222 +380617,300.6041984,282.1372542,420.2796522,139.3596988,340.580037 +380618,301.158555,284.617254,421.6217391,139.6468205,339.8512802 +380619,301.7428807,287.0934793,422.958195,139.945444,339.1904275 +380620,302.3560889,289.5673038,424.2855624,140.2552412,338.5932356 +380621,302.9972203,407.6853913,425.6068822,140.5759153,338.0558643 +380622,303.6653646,369.1349829,426.9204612,140.9071782,337.5747574 +380623,304.3596935,390.6105806,428.2293038,141.2487659,337.1466975 +380624,305.079372,404.8700948,429.5311853,141.6003979,336.7686206 +380625,305.8235829,416.4699775,430.8285816,141.961789,336.4376497 +380626,306.5915289,427.9289931,432.1189969,142.3326529,336.1510782 +380627,307.3824782,439.2691319,433.4047691,142.7127245,335.9064399 +380628,308.1957576,450.6115376,434.683392,143.1017596,335.7014793 +380629,309.0307616,461.7460243,435.9571797,143.4995402,335.5341644 +380630,309.8869136,472.864394,437.2236242,143.9058586,335.4026059 +380631,310.7636732,483.8992766,438.4849801,144.3205202,335.3050673 +380632,311.6605153,494.7356303,439.7373793,144.7433353,335.2399174 +380633,312.5769474,505.7934836,440.9860284,145.1741268,335.2056575 +380634,313.5124791,516.4081445,442.2258664,145.612716,335.2008567 +380635,313.1682585,527.3736695,442.1576007,145.4687581,332.8634873 +380636,310.8552184,537.9751039,440.0980154,144.429514,326.9402564 +380637,308.6321986,548.5243625,438.1028394,143.4315639,321.174697 +380638,306.5169808,559.4286894,436.1892613,142.4828208,315.6028748 +380639,304.5044669,569.5296081,434.3532216,141.5802929,310.2206829 +380640,302.5817581,580.3446497,432.5828697,140.717441,305.0090871 +380641,300.5949879,1015.881025,430.7249145,139.8238602,299.6912595 +380642,317.3743849,1038.824944,447.1984772,147.6215632,329.292747 +380643,343.9945226,1058.183221,473.2960987,159.8482654,378.0776924 +380644,371.1927145,1075.702465,499.9633974,172.1529703,429.4967523 +380645,395.0043085,1092.473158,523.3166025,182.7232281,476.1237723 +380646,414.9557357,1108.588587,542.8752324,191.4013372,516.6375539 +380647,431.7356026,1124.220488,559.3215814,198.5624789,551.8965458 +380648,446.0845739,1139.449866,573.385735,204.5883109,582.9592756 +380649,458.5230789,1161.126967,702.5325116,209.7430177,610.5733152 +380650,469.3902264,1179.733782,1204.56341,214.1969408,635.2186032 +380651,478.9283015,1198.213393,907.3432959,218.0700021,657.2399957 +380652,487.3327833,1216.078738,1024.339035,221.4571755,676.925678 +380653,494.7711762,1234.823996,1045.444559,224.4382691,694.5346403 +380654,501.3879343,1252.357561,1063.077834,227.0807611,710.3013149 +380655,507.3062863,1270.253696,1080.734257,229.4410506,724.4353787 +380656,512.6303355,1287.81129,1098.211804,231.5657849,737.1224166 +380657,517.4476164,1305.265264,1114.548494,233.4933459,748.5258453 +380658,521.8316741,1322.511139,1130.787279,235.2552842,758.7893748 +380659,525.8443335,1339.756735,1146.445996,236.8775493,768.0393855 +380660,529.5376241,1356.74899,1161.767214,238.3815083,776.3870817 +380661,532.9553683,1373.660017,1176.671832,239.78477,783.9303552 +380662,536.1344864,1390.365033,1191.208293,241.10185,790.755376 +380663,539.1061297,1407.102053,1205.386546,242.3447338,796.9380693 +380664,541.8965666,1423.576673,1219.221423,243.5233099,802.5452884 +380665,689.8757033,1439.92002,1232.725025,244.6457668,807.6360153 +380666,768.507101,1456.357269,1245.910469,286.453484,812.2622397 +380667,724.5074781,1472.302111,1258.744461,350.6752822,816.4698714 +380668,767.4064546,1488.490978,1271.372667,319.8490117,820.2993675 +380669,786.1074175,1504.346857,1283.451044,342.2399308,823.7863787 +380670,803.7143528,1520.145525,1295.794136,351.5036331,826.9625012 +380671,820.7801964,1535.076123,1306.935393,360.2349236,829.8554271 +380672,837.230046,1549.940283,1317.555535,368.6593499,832.303952 +380673,862.3858461,1574.541933,1338.553451,379.9241685,834.3837573 +380674,879.3901272,1590.740762,1349.913969,388.5380618,836.1904778 +380675,896.2368064,1606.042549,1360.640049,396.7652573,837.7821511 +380676,911.449368,1623.529168,1370.940003,404.6797874,839.1873878 +380677,927.4866185,1643.755609,1380.856909,412.4439782,840.4224601 +380678,942.3120074,1651.165437,1390.611976,420.0625704,841.5000443 +380679,957.8264314,1677.235888,1399.986523,427.3617856,842.4320815 +380680,971.9048118,1677.310901,1409.169076,434.8490478,843.2297966 +380681,986.3265241,1669.975379,1418.107762,441.9151256,843.9034712 +380682,1000.784733,1721.837369,1426.824274,448.9411023,844.462197 +380683,1014.505438,1716.691759,1435.285087,455.7133091,844.9139894 +380684,1027.940136,1734.241714,1443.673345,462.6832047,845.265881 +380685,1041.865578,1747.765827,1451.748411,469.3577361,845.5240979 +380686,1054.77878,1761.095397,1459.646277,475.512109,845.6940773 +380687,1067.937216,1774.064071,1467.439847,482.2872932,845.7755763 +380688,1080.691332,1787.292382,1474.986679,488.4260506,845.7802195 +380689,1093.068012,1799.98268,1482.450459,494.6819202,845.7070005 +380690,1106.007167,1812.659056,1489.627624,500.6103254,845.5652543 +380691,1117.985396,1825.430928,1496.833855,506.8230195,977.0681171 +380692,1130.144876,1837.693471,1503.832648,512.7454831,1073.897545 +380693,1142.400253,1850.167138,1510.544453,518.3506267,1017.441571 +380694,1153.656647,1862.113282,1517.39347,524.012036,1058.52753 +380695,1165.492962,1874.356323,1523.931336,529.8755083,1073.571232 +380696,1176.879407,1886.284273,1530.3528,535.2838106,1087.586138 +380697,1187.765142,1897.955512,1536.865195,540.7678878,1101.528799 +380698,1199.57226,1909.683573,1542.987035,546.1418609,1115.261158 +380699,1210.239748,1921.208402,1549.861472,551.4369042,1128.064688 +380700,1221.131392,1932.620521,1560.698668,556.4659091,1141.381406 +380701,1434.783902,2014.293365,1752.670991,645.7790002,1547.280654 +380702,1915.751164,2277.744563,2263.468351,862.3539901,2399.189844 +380703,1345.210863,1983.97126,1640.855297,606.5003418,1351.273515 +380704,1944.209928,2297.184897,2286.338765,875.7700041,2461.955051 +380705,1377.089402,2004.824307,1662.755995,621.7899307,1363.308018 +380706,1971.950641,2330.840482,2307.688664,888.8154234,2506.764118 +380707,1396.046118,2025.282348,1674.69869,631.0211553,1370.635365 +380708,1995.859089,2351.294716,2313.26643,900.2256448,2533.222293 +380709,1417.335365,2047.662091,1692.11089,641.2296147,1396.071936 +380710,2018.250759,2375.335378,2309.194048,910.9386448,2546.953802 +380711,1437.40572,2088.981113,1732.962889,650.82126,1415.660467 +380712,2041.036983,2368.363936,2299.280116,921.6738667,2576.578272 +380713,1457.375109,2111.555423,1763.774443,660.4637352,1426.263496 +380714,2061.475462,2410.213425,2290.171447,931.4212686,2595.727991 +380715,1477.29899,2114.693009,1815.423133,669.4624761,1448.63015 +380716,2082.203005,2436.274676,2280.500808,941.7620821,2614.758093 +380717,1495.840595,2147.271736,1823.250463,678.0683811,1462.654592 +380718,2102.814764,2438.533249,2271.133588,951.6279847,2634.185405 +380719,1513.228958,2174.263499,1856.924695,686.2191522,1478.994994 +380720,2124.068271,2456.765214,2258.816806,961.5322959,2655.465734 +380721,1710.003272,2277.448392,2071.08676,776.0363061,1815.015348 +380722,1875.15979,2360.397955,2063.534439,849.8623014,2159.979039 +380723,1857.245924,2351.443393,2106.582287,842.3293156,2095.857907 +380724,1865.852457,2362.714951,2101.192917,846.0834184,2110.094102 +380725,1874.738119,2371.890974,2106.548996,850.1750203,2115.850795 +380726,1883.724379,2380.84189,2112.922359,854.4309582,2125.209884 +380727,1892.753403,2389.578256,2118.807582,858.3509808,2141.982466 +380728,1901.241918,2398.490949,2129.115877,862.3230879,2118.88081 +380729,1910.233168,2407.063943,2129.824377,866.3758394,2154.933511 +380730,1918.846388,2415.458154,2136.572968,870.2411196,2150.111566 +380731,1928.461622,2429.410689,2144.382383,874.6752267,2165.118074 +380732,1937.893715,2420.967395,2155.783161,879.1418455,2159.61881 +380733,1947.395763,2445.625142,2157.767873,883.6829867,2172.379693 +380734,1956.64939,2440.431236,2165.718751,888.060228,2185.358467 +380735,1966.473334,2449.201869,2177.718094,892.6121298,2178.468491 +380736,1975.538172,2455.460576,2180.192163,896.9492775,2198.602874 +380737,1985.061194,2460.671326,2191.468533,901.3483322,2191.490335 +380738,1994.288221,2466.211724,2194.671275,905.7414567,2220.539365 +380739,2003.406913,2471.460653,2204.825707,910.0677925,2189.54599 +380740,2012.633455,2476.552247,2212.363756,914.5015636,2239.518895 +380741,2021.7706,2481.446996,2214.956156,918.8571175,2202.700395 +380742,2030.651854,2486.102413,2219.047343,923.114023,2246.97143 +380743,2039.849083,2490.603332,2221.040997,927.4560323,2227.045535 +380744,2048.653043,2494.908497,2222.078826,931.7367621,2241.871262 +380745,2057.758082,2499.075277,2223.265509,936.007057,2246.094003 +380746,2066.47009,2503.13214,2224.712217,940.2597164,2251.561799 +380747,2075.475249,2506.892187,2226.361516,944.4436626,2257.108688 +380748,2084.092119,2510.596359,2228.189566,948.7373092,2262.419893 +380749,2093.111145,2514.135939,2230.254261,952.8999555,2274.186046 +380750,2101.45739,2517.527155,2232.418745,957.1430135,2270.054363 +380751,2110.347426,2520.734159,2234.576565,961.2275267,2279.68201 +380752,2118.751689,2523.777446,2236.822481,965.4127616,2283.975499 +380753,2127.341308,2526.725854,2239.162401,969.4808947,2289.266535 +380754,2135.960025,2529.506623,2241.555057,973.6725159,2294.313214 +380755,2144.297658,2532.146889,2243.988109,977.7294974,2299.404034 +380756,2152.629536,2534.445498,2246.454645,981.8163222,2304.261384 +380757,2161.115412,2537.079557,2248.957561,985.8778281,2309.485769 +380758,2169.240949,2539.220032,2251.486028,989.922982,2314.280208 +380759,2177.644149,2541.309387,2254.022545,993.9514948,2319.273267 +380760,2185.812328,2543.290835,2256.565018,997.973495,2323.952948 +380761,2200.206716,2547.72723,2259.415051,1004.705695,2339.958677 +380762,2203.024111,2543.962544,2262.740787,1007.552774,2346.31909 +380763,2210.873089,2543.668637,2265.896857,1011.666966,2352.105153 +380764,2219.147574,2545.134533,2268.792074,1015.7841,2357.503649 +380765,2227.183999,2546.419847,2271.601709,1019.86927,2362.944769 +380766,2235.485506,2547.594803,2274.596095,1023.868207,2368.025181 +380767,2243.527212,2548.600945,2277.396258,1027.98522,2373.370409 +380768,2251.542595,2549.742458,2280.306482,1031.953522,2383.639054 +380769,2269.437666,2550.631634,2283.183134,1035.952407,2380.964649 +380770,2255.785603,2551.455818,2285.938873,1039.923843,2388.727855 +380771,2277.923206,2552.520601,2290.362928,1043.933769,2393.669582 +380772,2283.944972,2552.622284,2292.128674,1047.784819,2397.731029 +380773,2290.491971,2553.472788,2294.478841,1051.74453,2402.869502 +380774,2298.777919,2553.929787,2297.078316,1055.579488,2407.562643 +380775,2306.686332,2554.250152,2299.792685,1059.554076,2411.987586 +380776,2314.252769,2554.619367,2302.669634,1063.382047,2421.897063 +380777,2321.863276,2554.757481,2305.55388,1067.246027,2419.420143 +380778,2329.619794,2554.872836,2308.28424,1071.085378,2425.774206 +380779,2337.035436,2555.375423,2312.640489,1074.799582,2430.94653 +380780,2344.723671,2554.567436,2314.366905,1078.706527,2435.032157 +380781,2352.188171,2554.731943,2316.790191,1082.506791,2444.172015 +380782,2359.60035,2554.484907,2319.442163,1086.178138,2442.04336 +380783,2366.947144,2554.113994,2322.051683,1090.037644,2447.506231 +380784,2374.456409,2553.639024,2324.694654,1093.792476,2452.464348 +380785,2381.626154,2553.228743,2327.537481,1097.419384,2460.966142 +380786,2388.94012,2552.573099,2330.410816,1101.943726,2459.570883 +380787,2396.360362,2551.908151,2333.237543,1106.422836,2468.981194 +380788,2403.433279,2551.306398,2337.671938,1108.452482,2468.929458 +380789,2410.553362,2550.321033,2340.94234,1115.131938,2471.88586 +380790,2417.816005,2549.219542,2342.297606,1115.635563,2484.271572 +380791,2424.166175,2547.809079,2346.098306,1122.550611,2476.874124 +380792,2430.651843,2544.697221,2347.233463,1122.531696,2482.658596 +380793,2441.509241,2542.435157,2348.893236,1130.461756,2482.771665 +380794,2443.394804,2539.662087,2350.593389,1127.732009,2479.704377 +380795,2462.186983,2536.680646,2352.027413,1139.951503,2476.584023 +380796,2433.20688,2526.71803,2354.777211,1130.269489,2475.440134 +380797,2470.974466,2539.998671,2356.581925,1128.8476,2473.479248 +380798,2466.6716,2516.195092,2356.33394,1149.572064,2469.062504 +380799,2473.333969,2533.656663,2358.168548,1143.144343,2467.677469 +380800,2479.691779,2509.471571,2357.610646,1148.60351,2463.545833 +380801,2485.651737,2526.321718,2357.769019,1151.537867,2460.442596 +380802,2491.41564,2502.359739,2359.818436,1154.764003,2459.805307 +380803,2497.151489,2511.218154,2359.287513,1157.903591,2456.116896 +380804,2502.862341,2503.889776,2359.465365,1160.896384,2453.414265 +380805,2523.675614,2499.670556,2359.880466,1163.978526,2451.087692 +380806,2491.518099,2495.772728,2360.40512,1167.01408,2448.984751 +380807,2530.63655,2491.500215,2361.02298,1169.979481,2447.069955 +380808,2522.789372,2487.114227,2361.633432,1172.858611,2445.225109 +380809,2530.540539,2482.657984,2362.251681,1176.097509,2443.450539 +380810,2529.202073,2464.63851,2364.321765,1180.956794,2443.530702 +380811,2533.309481,2456.298519,2363.648638,1184.209469,2440.012433 +380812,2553.45174,2450.984332,2363.570477,1187.428541,2437.075838 +380813,2519.999643,2445.216328,2363.860737,1190.494503,2434.585267 +380814,2563.795861,2439.605955,2364.37353,1193.343209,2432.426492 +380815,2543.49532,2434.000336,2364.964928,1196.632705,2430.456191 +380816,2589.422226,2428.423512,2365.572637,1199.486531,2428.581328 +380817,2547.548169,2422.821805,2366.21564,1202.448933,2426.823706 +380818,2565.377201,2417.227856,2366.943425,1205.585472,2425.221296 +380819,2565.49354,2411.635147,2367.681165,1208.334404,2423.684973 +380820,2597.62748,2405.979623,2368.355848,1211.276839,2422.106893 +380821,2434.909137,2348.547609,2374.323235,1160.383763,2430.541595 +380822,2475.573092,2337.336318,2375.517801,1161.233715,2431.742758 +380823,2461.103875,2331.391226,2370.919588,1162.622787,2424.909472 +380824,2464.377137,2324.207818,2367.112459,1164.026565,2418.645543 +380825,2465.704395,2309.073898,2364.792554,1165.315988,2414.11858 +380826,2466.778763,2312.63012,2363.942922,1166.839969,2411.457995 +380827,2467.972832,2300.505148,2364.234988,1168.30763,2410.348239 +380828,2468.891043,2294.249645,2365.189171,1169.622981,2410.231034 +380829,2470.1742,2287.088112,2366.551831,1171.216852,2410.802376 +380830,2471.040799,2280.04639,2368.193354,1172.497599,2411.922516 +380831,2472.283958,2272.516694,2370.037031,1173.943566,2413.470256 +380832,2473.105469,2265.386414,2372.029627,1175.380663,2415.367791 +380833,2474.298713,2258.081529,2374.127475,1176.813476,2417.560193 +380834,2475.067569,2250.800509,2376.116568,1178.073845,2420.001244 +380835,2476.205269,2243.596218,2378.376187,1179.535523,2422.648216 +380836,2504.247553,2236.079462,2380.628927,1180.921484,2425.411257 +380837,2437.183918,2228.816256,2382.970939,1182.144214,2428.384319 +380838,2498.151591,2221.47622,2385.381815,1183.567103,2431.534944 +380839,2488.036334,2214.188952,2387.725937,1184.913768,2434.700863 +380840,2461.555063,2206.60132,2390.09267,1186.097035,2437.972055 +380841,2505.312034,2187.087335,2392.338425,1191.367543,2441.156666 +380842,2442.432478,2177.890498,2394.85488,1193.46064,2444.200169 +380843,2516.919138,2167.155309,2397.623779,1195.156232,2447.256647 +380844,2434.117327,2150.519229,2400.667845,1196.73528,2450.630089 +380845,2521.348614,2169.430671,2403.728817,1198.123301,2448.872037 +380846,2433.885308,2141.693073,2407.061244,1199.646674,2418.589047 +380847,2516.044395,2129.300577,2409.509634,1201.090396,2438.480024 +380848,2443.260313,2142.478807,2412.079301,1202.374983,2432.605467 +380849,2498.882316,2091.281968,2414.873814,1203.846691,2437.536056 +380850,2464.879534,2125.969088,2417.551112,1205.307634,2433.548259 +380851,2483.414909,2101.8923,2420.166047,1205.967834,2440.363117 +380852,2478.20662,2099.852628,2422.848546,1206.781532,2441.314935 +380853,2479.742033,2094.40219,2425.464143,1207.480127,2442.356766 +380854,2480.162851,2089.012956,2427.906696,1208.133595,2444.056943 +380855,2485.426838,2093.943093,2430.048557,1204.324559,2440.479182 +380856,2487.067147,2090.496859,2431.574053,1204.156714,2448.652143 +380857,2487.643277,2109.14942,2434.585571,1204.174352,2448.889142 +380858,2488.374856,2049.096423,2434.821195,1204.28645,2449.413463 +380859,2488.821285,2092.812448,2435.63519,1204.390693,2451.490981 +380860,2489.610558,2069.457723,2436.646319,1204.47683,2453.130442 +380861,2489.839492,2067.978372,2437.782057,1204.540435,2454.775075 +380862,2490.561624,2063.469271,2438.831468,1204.577394,2450.779342 +380863,2490.703112,2058.804749,2439.901424,1204.586378,2459.422835 +380864,2491.113471,2054.12155,2441.156219,1204.566366,2458.910318 +380865,2491.461391,2049.40656,2442.413477,1204.516971,2459.362223 +380866,2491.838587,2044.658138,2443.621121,1204.437878,2462.085969 +380867,2491.910928,2039.874354,2444.818296,1204.329392,2463.473088 +380868,2492.309303,2055.98761,2445.937532,1204.191203,2464.47949 +380869,2492.27822,1999.947097,2447.048123,1204.023475,2466.315895 +380870,2492.598426,2039.626369,2449.895589,1203.827215,2467.762384 +380871,2499.162536,2027.64551,2449.892729,1200.499468,2469.074399 +380872,2500.588921,2022.960983,2450.054466,1199.720888,2470.40776 +380873,2501.028565,2022.626423,2450.178855,1199.196131,2471.734185 +380874,2501.782372,2016.560812,2451.976444,1198.70753,2468.113663 +380875,2502.058091,2012.504302,2451.28652,1198.218841,2481.786764 +380876,2502.658035,2007.673328,2453.039741,1197.729006,2467.625675 +380877,2502.792702,2002.993528,2452.172467,1197.217873,2479.639438 +380878,2503.271083,1998.032035,2453.895066,1196.628023,2477.87322 +380879,2503.289018,1993.038706,2453.178202,1196.184087,2479.246697 +380880,2503.656036,1987.861382,2454.889996,1195.574783,2480.645274 +380881,2264.956042,1873.608724,2443.298027,1086.564116,2029.844149 +380882,2266.441708,1866.280655,2418.39485,1084.510627,2048.205202 +380883,2269.344162,1860.00577,2389.202828,1083.109795,2033.096639 +380884,2260.692552,1854.181367,2363.16906,1082.325168,2032.501017 +380885,2250.779515,1848.376905,2342.609271,1081.258092,2030.025152 +380886,2272.119194,1842.450292,2326.643537,1081.165911,2028.072407 +380887,2262.94576,1836.762468,2313.980561,1081.290569,2026.319835 +380888,2266.075823,1830.85221,2303.575724,1079.472204,2024.770763 +380889,2267.208815,1825.206562,2294.722841,1080.643524,2034.82849 +380890,2269.45457,1821.060946,2286.98706,1075.188131,2004.512394 +380891,2271.014018,1815.49023,2279.899921,1080.126881,2029.344299 +380892,2272.571236,1809.788429,2273.286036,1071.534967,2017.855688 +380893,2273.977923,1804.021987,2268.921902,1081.390296,2018.568838 +380894,2275.391827,1798.179385,2262.177801,1067.293821,2017.581016 +380895,2277.204998,1792.274228,2256.27756,1085.401778,2016.610104 +380896,2278.590867,1786.409238,2250.734651,1058.675007,2021.861824 +380897,2280.38152,1780.201579,2245.43309,1076.334238,2011.992668 +380898,2281.670244,1774.160734,2240.261856,1089.185663,2008.530136 +380899,2283.406439,1767.957797,2235.210349,1045.727749,2016.965257 +380900,2284.887524,1761.698905,2230.221986,1081.55353,2019.134142 +380901,2286.43537,1755.25754,2225.251295,1067.840935,2006.959481 +380902,2287.992561,1749.015348,2220.30937,1069.332757,2005.817274 +380903,2289.681787,1742.468969,2215.366481,1068.726096,2020.06271 +380904,2293.301488,1735.942296,2210.40176,1068.330498,1999.944816 +380905,2299.06354,1729.329797,2205.555516,1067.665655,2026.699934 +380906,2285.903888,1722.649612,2202.546063,1067.217322,2005.683285 +380907,2295.140726,1715.888603,2196.747144,1066.559371,2002.99373 +380908,2299.10868,1709.073969,2193.694074,1066.113473,2011.985935 +380909,2297.88294,1702.174027,2189.501258,1065.455565,2006.742488 +380910,2300.220111,1695.094172,2187.339172,1064.995951,2007.211293 +380911,2301.778603,1688.248944,2185.394632,1065.001549,2006.644099 +380912,2303.726008,1681.171032,2183.553093,1065.112195,2006.185338 +380913,2305.585624,1696.308675,2181.759806,1065.342903,2005.611063 +380914,2307.500852,1635.469081,2180.085584,1065.452252,2005.370753 +380915,2309.448868,1675.407822,2178.507527,1065.746349,2004.885606 +380916,2311.428784,1649.796448,2177.047638,1065.951392,2010.055253 +380917,2313.44346,1646.227537,2177.382817,1066.434816,2001.513936 +380918,2315.478839,1639.258351,2176.644696,1066.632219,2004.556074 +380919,2317.551545,1632.241514,2175.547445,1067.065649,2003.874788 +380920,2319.793861,1625.495954,2172.539628,1067.391213,2003.397992 +380921,2323.519396,1618.549227,2172.223151,1067.9246,2003.168757 +380922,2330.001394,1611.821649,2169.525406,1068.331963,2002.692893 +380923,2317.1735,1604.856834,2167.66357,1068.826858,2002.692476 +380924,2330.27981,1598.141009,2166.162966,1069.334679,2002.490971 +380925,2331.234381,1591.271526,2165.042982,1069.866611,2002.041026 +380926,2332.484792,1584.695818,2163.840491,1070.42192,2002.188355 +380927,2335.241354,1577.949885,2164.493646,1071.000832,2001.982068 +380928,2337.604286,1571.323233,2164.217782,1071.59991,2001.886296 +380929,2339.991571,1564.723486,2161.825996,1072.220826,2001.466262 +380930,2342.423957,1558.167965,2160.274351,1072.86417,2001.751977 +380931,2344.733359,1551.757686,2159.073774,1073.526776,2001.592746 +380932,2347.45839,1545.045338,2159.826454,1074.210461,2001.683127 +380933,2356.437837,1538.838866,2159.693021,1074.912193,2001.425954 +380934,2343.682392,1532.385673,2157.490922,1075.701297,2001.603376 +380935,2358.526077,1526.082413,2156.15098,1076.341106,2001.647531 +380936,2357.330396,1519.816597,2155.282204,1077.148168,2006.709257 +380937,2360.345556,1513.604645,2154.59048,1077.914794,1999.568799 +380938,2363.150536,1507.346082,2153.858753,1078.709013,2002.071734 +380939,2367.149392,1501.484596,2153.203551,1079.520984,2002.412375 +380940,2374.664591,1495.240029,2152.643412,1080.350424,2002.129542 +380941,2622.261112,1596.271994,2162.766913,1187.511048,2139.284222 +380942,2597.145064,1592.402113,2187.725216,1189.75626,2164.735914 +380943,2623.767112,1587.261257,2217.332252,1191.686875,2195.970035 +380944,2620.941191,1582.509591,2241.797449,1193.218349,2222.341625 +380945,2625.212246,1577.383256,2259.452802,1194.767718,2241.983569 +380946,2628.808773,1572.306398,2271.681481,1195.969055,2255.912852 +380947,2632.295517,1567.225165,2279.909326,1197.434938,2265.844962 +380948,2635.864924,1562.235979,2285.737318,1198.671082,2273.105017 +380949,2639.386472,1557.122924,2290.055635,1199.9641,2278.573175 +380950,2642.836484,1552.095487,2293.389404,1201.232089,2282.795725 +380951,2646.377021,1547.198337,2296.054046,1202.488557,2286.119624 +380952,2649.938813,1542.38816,2299.963526,1203.737121,2290.885169 +380953,2653.104569,1537.338293,2300.888783,1204.976199,2291.900446 +380954,2656.881925,1532.664746,2302.148545,1206.286807,2293.226703 +380955,2660.205392,1527.923001,2303.431219,1207.405958,2294.4753 +380956,2671.840876,1523.242211,2304.821782,1208.684967,2295.760495 +380957,2655.25359,1518.527533,2307.740416,1209.898535,2298.847396 +380958,2683.730808,1514.099278,2307.973641,1211.11373,2298.574544 +380959,2670.065413,1509.547091,2308.87858,1212.33353,2299.062793 +380960,2679.898965,1507.249734,2309.836252,1213.471718,2299.54952 +380961,2684.018813,1504.236891,2312.563021,1214.872512,2302.160291 +380962,2687.80482,1500.993984,2312.73777,1215.840721,2301.598152 +380963,2692.749625,1497.919314,2313.509804,1217.226805,2301.731308 +380964,2697.184328,1494.88211,2314.488857,1218.369533,2302.076505 +380965,2701.82742,1491.998037,2317.449524,1219.586993,2304.60884 +380966,2706.304116,1488.852938,2319.308355,1220.790843,2306.023615 +380967,2710.774219,1486.193703,2319.107015,1221.993394,2304.884781 +380968,2715.722225,1483.329451,2321.354035,1223.196742,2306.950147 +380969,2720.132616,1480.616905,2322.942107,1224.396528,2307.962644 +380970,2724.456905,1477.960405,2322.601249,1225.595864,2306.566188 +380971,2729.233802,1475.342795,2323.087102,1226.493187,2306.158141 +380972,2733.48981,1473.002369,2325.544803,1227.322557,2308.203275 +380973,2737.618276,1470.770038,2327.147738,1229.345406,2309.259338 +380974,2741.943603,1468.593602,2328.37122,1230.897039,2309.927111 +380975,2745.959156,1466.449773,2327.684677,1232.445869,2308.293964 +380976,2750.428518,1464.337214,2327.999099,1234.044533,2307.693262 +380977,2754.695807,1462.249261,2330.067278,1235.809829,2309.578847 +380978,2758.793371,1460.091701,2331.336541,1237.441805,2310.515792 +380979,2762.682636,1458.17657,2330.620496,1239.306255,2309.011818 +380980,2767.357805,1456.089709,2330.67411,1241.222845,2308.487352 +380981,2771.537112,1454.184937,2332.679335,1242.997107,2310.418216 +380982,2775.485225,1452.065275,2332.400459,1244.987186,2309.287006 +380983,2779.79502,1450.156087,2332.50767,1246.968431,2308.937297 +380984,2784.184871,1448.188114,2334.630869,1249.010895,2310.946902 +380985,2788.059656,1446.243396,2334.082859,1251.100744,2309.854837 +380986,2799.807049,1444.318826,2334.225725,1253.244848,2309.712413 +380987,2786.1317,1442.405046,2334.697787,1255.435653,2309.640552 +380988,2811.978375,1440.507348,2336.22047,1257.676856,2311.761617 +380989,2802.044654,1438.61651,2335.827345,1259.962905,2310.91864 +380990,2809.576187,1436.745994,2337.725256,1262.30121,2312.72019 +380991,2813.97152,1434.880701,2338.833229,1264.683143,2313.519271 +380992,2817.582217,1432.940577,2337.853589,1267.11307,2311.928167 +380993,2822.115617,1431.231463,2339.295796,1269.592337,2313.384764 +380994,2825.782892,1429.339298,2338.441007,1272.114451,2311.969434 +380995,2830.061539,1427.535711,2338.283476,1274.686529,2311.427891 +380996,2834.008795,1425.728993,2338.392377,1277.303239,2311.219291 +380997,2838.65861,1423.934152,2340.291659,1279.968017,2313.268384 +380998,2842.191571,1422.146824,2339.669721,1282.676538,2312.180301 +380999,2846.800212,1420.374772,2341.483711,1285.43589,2313.892014 +381000,2850.765745,1418.609285,2342.344435,1288.237907,2314.689946 +381001,2901.689231,1439.807434,2342.017766,1314.027479,2313.94681 +381002,2916.110411,1439.130142,2345.828989,1318.130207,2318.87076 +381003,2905.826555,1438.452132,2350.852862,1322.004043,2325.665928 +381004,2930.076817,1437.386642,2355.297542,1325.710256,2331.926758 +381005,2924.981571,1436.320677,2359.146022,1329.377668,2337.26156 +381006,2931.058793,1435.189827,2361.838709,1333.028333,2341.402998 +381007,2938.586559,1434.028429,2365.506319,1336.684998,2346.71715 +381008,2942.178687,1432.931428,2366.196639,1340.35516,2348.28487 +381009,2948.051572,1431.616235,2368.838594,1344.055742,2352.190848 +381010,2953.254645,1430.474925,2370.561497,1347.780728,2354.880411 +381011,2964.847422,1429.257443,2370.38366,1351.455991,2355.137034 +381012,2955.159311,1428.052353,2370.776101,1355.372157,2356.014295 +381013,2975.035926,1426.84407,2371.335578,1359.139434,2357.219658 +381014,2973.987476,1425.636099,2372.198802,1363.014421,2358.519594 +381015,2978.13423,1424.342193,2373.037296,1370.824365,2359.73882 +381016,2990.448486,1423.260275,2373.930357,1366.638341,2360.991557 +381017,2989.416467,1421.994581,2374.866644,1388.535844,2362.272739 +381018,2993.357165,1420.802288,2375.625279,1359.785857,2363.31337 +381019,3005.922686,1419.599754,2376.431984,1392.139645,2364.394664 +381020,3005.623533,1418.398616,2377.298157,1384.810811,2365.533083 +381021,3008.386757,1417.199562,2377.961271,1391.17803,2366.406187 +381022,3019.943757,1416.002767,2378.611015,1395.190975,2367.250196 +381023,3020.683064,1414.808405,2379.342376,1399.459664,2368.184469 +381024,3022.680469,1413.616042,2379.900381,1403.686536,2368.895475 +381025,3025.866024,1412.426345,2380.42519,1407.963349,2369.317995 +381026,3029.789153,1411.239124,2380.647923,1412.278383,2369.603716 +381027,3032.118162,1410.055051,2380.798702,1416.631497,2369.797144 +381028,3032.757199,1408.872587,2380.806716,1421.107585,2369.806032 +381029,3033.355026,1407.693891,2380.614008,1425.32203,2369.557335 +381030,3034.054036,1406.51791,2380.236441,1429.978274,2369.07083 +381031,3035.015375,1405.464028,2379.71605,1433.915715,2368.399411 +381032,3036.205764,1404.442054,2379.100997,1437.803897,2367.790649 +381033,3037.558915,1403.441262,2378.426791,1441.825752,2366.859917 +381034,3039.017892,1402.458858,2377.716667,1445.75992,2365.849651 +381035,3040.553945,1401.494101,2376.984775,1449.601614,2364.785813 +381036,3042.153115,1400.546321,2376.2395,1453.474596,2363.686028 +381037,3043.805741,1399.615625,2375.486304,1457.297847,2362.562133 +381038,3045.502912,1398.701712,2374.729151,1461.123873,2361.42255 +381039,3047.235235,1397.804873,2373.970925,1464.926898,2360.273403 +381040,3048.993905,1396.924873,2373.213641,1468.79222,2359.119175 +381041,3050.771585,1396.061851,2372.459133,1472.398753,2357.963677 +381042,3052.562712,1395.216263,2371.709328,1476.087968,2356.810476 +381043,3054.360969,1394.387539,2370.964743,1479.883361,2355.661082 +381044,3056.148954,1393.576035,2370.225334,1483.459798,2354.516048 +381045,3057.954953,1391.413262,2369.502321,1482.790374,2353.389585 +381046,3059.198218,1390.280924,2368.651572,1485.4925,2352.289742 +381047,3060.069968,1389.302705,2367.70764,1490.843148,2351.206752 +381048,3060.886554,1388.372883,2366.746437,1492.284498,2350.138693 +381049,3061.822209,1387.47259,2365.808319,1500.118341,2349.079939 +381050,3062.917998,1386.594563,2364.920954,1491.522353,2348.048886 +381051,3064.141863,1385.735542,2364.082457,1499.491456,2347.046603 +381052,3065.400482,1384.893622,2363.250906,1506.206722,2346.0291 +381053,3066.663062,1384.068708,2362.418628,1506.238728,2344.992724 +381054,3067.938422,1383.259313,2361.599017,1509.963883,2343.957338 +381055,3069.214614,1382.465702,2360.790473,1512.905591,2342.923025 +381056,3070.479159,1381.687371,2359.990142,1515.770104,2341.887762 +381057,3071.726071,1380.924272,2359.198529,1518.491771,2340.853359 +381058,3072.948454,1380.17617,2358.414867,1521.481668,2339.81983 +381059,3074.139785,1379.443034,2357.638275,1523.982148,2338.786866 +381060,3075.295376,1378.724648,2356.868593,1526.706285,2337.754872 +381061,3079.876319,1344.75118,2359.496121,1496.045026,2343.012589 +381062,3079.600449,1343.491765,2358.537078,1497.94342,2342.498326 +381063,3076.953176,1342.385102,2355.785253,1499.992335,2339.306405 +381064,3077.241906,1341.20553,2354.835522,1501.940997,2338.031377 +381065,3074.768661,1339.928697,2352.217097,1493.7464,2334.628117 +381066,3073.089478,1338.718458,2350.979643,1493.813635,2332.99465 +381067,3071.71924,1337.620182,2350.489693,1494.664994,2332.380691 +381068,3070.870545,1336.529125,2350.459161,1495.450855,2332.435497 +381069,3070.601421,1335.451263,2350.719733,1496.360124,2332.95187 +381070,3070.804448,1334.384465,2351.170526,1497.225258,2333.804192 +381071,3071.326806,1333.327362,2351.750559,1497.965167,2334.913584 +381072,3072.039085,1332.359948,2352.420123,1498.805358,2336.224982 +381073,3072.853303,1331.2005,2353.152495,1499.414467,2337.697709 +381074,3073.716849,1330.22368,2353.930589,1500.130777,2339.096765 +381075,3074.534498,1329.185675,2354.703033,1521.047086,2340.766117 +381076,3075.418775,1328.084882,2355.546362,1470.879487,2342.58596 +381077,3076.332257,1327.19031,2356.441693,1516.013455,2344.521763 +381078,3077.085018,1326.127786,2357.273277,1510.847862,2346.421931 +381079,3077.841662,1325.718675,2358.147605,1474.243481,2348.411406 +381080,3077.390725,1324.788143,2359.13517,1509.734159,2350.493608 +381081,3076.164219,1323.797618,2360.178695,1472.878127,2352.625032 +381082,3074.841825,1322.791779,2361.057931,1498.042,2354.812638 +381083,3073.699075,1321.780365,2362.114176,1483.987795,2357.015858 +381084,3072.789036,1320.766092,2363.15142,1488.541347,2359.236092 +381085,3072.042821,1319.750537,2364.164851,1486.10985,2361.466104 +381086,3071.376746,1318.733938,2365.151456,1485.372278,2363.696047 +381087,3070.739724,1317.716758,2366.116321,1484.315314,2365.925197 +381088,3070.097685,1316.619964,2367.061725,1483.174376,2368.150311 +381089,3069.451442,1315.535343,2368.010567,1471.436647,2370.39509 +381090,3067.50742,1314.410593,2368.961437,1468.346431,2372.680126 +381091,3064.773734,1312.932334,2369.91149,1466.452424,2374.990566 +381092,3062.028457,1311.138958,2370.805146,1464.638136,2377.313551 +381093,3059.653768,1309.458655,2371.605246,1462.86333,2379.642235 +381094,3057.607386,1332.636813,2372.244095,1461.095627,2381.902859 +381095,3055.975667,1268.807408,2372.845814,1459.316515,2384.230958 +381096,3054.625432,1321.894789,2373.406642,1457.515015,2386.603171 +381097,3053.242051,1314.013229,2373.784111,1455.594738,2388.832539 +381098,3019.196701,1278.105277,2373.308712,1453.858549,2390.068412 +381099,3013.707086,1328.736391,2373.24736,1451.896827,2391.867012 +381100,3010.383884,1263.198075,2370.302072,1449.96581,2390.125847 +381101,2999.113229,1333.106364,2367.990598,1447.986761,2389.182819 +381102,3001.311448,1253.532572,2367.681749,1445.964242,2390.734272 +381103,2995.281755,1328.978906,2366.791282,1443.895463,2391.603597 +381104,2989.390741,1252.014267,2365.672133,1441.783783,2392.236686 +381105,2975.309609,1319.647808,2364.171973,1439.625293,2392.439457 +381106,2987.989774,1253.545845,2362.734747,1437.420381,2392.759364 +381107,2964.089959,1308.154748,2361.33659,1435.167448,2393.157875 +381108,2967.339023,1256.591179,2358.084031,1432.863502,2391.279981 +381109,2962.392837,1296.813979,2355.849824,1430.419472,2390.681505 +381110,2955.975822,1258.402276,2354.098942,1428.086653,2390.697312 +381111,2950.517663,1285.527661,2352.48684,1425.65691,2390.91257 +381112,2937.764583,1260.727354,2352.398501,1423.068471,2393.062525 +381113,2947.547876,1273.159061,2349.878082,1420.584048,2392.246004 +381114,2923.976019,1264.105685,2347.943024,1417.913098,2392.18622 +381115,2927.97795,1264.295162,2345.821915,1415.246325,2392.147967 +381116,2922.062807,1261.280776,2345.75232,1412.686995,2394.430921 +381117,2914.253098,1259.167232,2344.852093,1409.820111,2395.716921 +381118,2908.118643,1256.765304,2341.856831,1407.013098,2394.22162 +381119,2902.830333,1254.404894,2341.229941,1404.228098,2395.909216 +381120,2888.71208,1252.020761,2339.780155,1401.244683,2396.593613 +381121,2741.592778,1182.56892,2340.860454,1331.152445,2403.647936 +381122,2719.911688,1178.299876,2330.621019,1326.47755,2394.908122 +381123,2712.618547,1174.474354,2314.970627,1322.000093,2377.781144 +381124,2702.871483,1170.623019,2301.938555,1317.380417,2363.663849 +381125,2692.510551,1166.78999,2292.751352,1312.816228,2354.050106 +381126,2682.499421,1162.957401,2286.36742,1308.352136,2348.317781 +381127,2663.947913,1159.121393,2282.058977,1303.686036,2345.202875 +381128,2665.698929,1155.279112,2279.013619,1299.049957,2343.982832 +381129,2650.004761,1151.42962,2276.882143,1294.361671,2344.243473 +381130,2640.635694,1147.571543,2275.250795,1289.631021,2345.253816 +381131,2630.507825,1143.703904,2273.93747,1284.857861,2347.184496 +381132,2619.707502,1139.788255,2272.873031,1279.913158,2349.71517 +381133,2609.533569,1135.92827,2271.783738,1275.281647,2352.72142 +381134,2598.594629,1131.98857,2272.732185,1270.164037,2358.228484 +381135,2588.202587,1128.069832,2272.849462,1265.267644,2362.93056 +381136,2577.198309,1124.138721,2270.952842,1260.250697,2365.350957 +381137,2559.245594,1120.193088,2269.909625,1255.120537,2368.970652 +381138,2546.79088,1116.301934,2269.488893,1250.139261,2373.481261 +381139,2574.199111,1112.234402,2269.704241,1244.942183,2378.895302 +381140,2472.83376,1108.109961,2270.619592,1230.589545,2385.292723 +381141,2522.223223,1103.991172,2272.061767,1224.024715,2392.484608 +381142,2485.639274,1100.092304,2273.731102,1217.949938,2400.09098 +381143,2478.326117,1095.883092,2275.546421,1212.229267,2407.990227 +381144,2481.167441,1091.850746,2277.436856,1206.227091,2416.075198 +381145,2432.599077,1087.801689,2283.225154,1200.375654,2431.268079 +381146,2453.227273,1083.489112,2288.661152,1194.586427,2445.903422 +381147,2428.522471,1079.474959,2290.017453,1188.661209,2350.350154 +381148,2418.946263,1075.257962,2284.249114,1182.770229,2282.030771 +381149,2427.025814,1071.084215,2276.471012,1176.856827,2343.063152 +381150,2365.255036,1066.887522,2271.249549,1170.921582,2317.864739 +381151,2402.230514,1062.948792,2267.196246,1165.744349,2305.792803 +381152,2365.657752,1059.103656,2263.357188,1160.682895,2311.941033 +381153,2365.911252,1055.120244,2262.210842,1155.603457,2305.618701 +381154,2352.592565,1051.277145,2258.820273,1150.725301,2302.275729 +381155,2342.783684,1047.380642,2257.96635,1145.730634,2299.773474 +381156,2332.368483,1043.498979,2254.7847,1140.809404,2296.295362 +381157,2322.313746,1039.553751,2252.39416,1135.899723,2293.602096 +381158,2311.993512,1035.754035,2250.322728,1131.001161,2290.312803 +381159,2301.80995,1031.883347,2248.425513,1126.117261,2287.636258 +381160,2291.618454,1027.915669,2246.628452,1121.241951,2284.437805 +381161,2281.458908,1024.062898,2244.748682,1132.981523,2275.74436 +381162,2271.307817,1020.156074,2242.965867,1086.81929,2281.764361 +381163,2278.050856,1016.254133,2241.324133,1134.66382,2274.80891 +381164,2225.572968,1012.404353,2239.726689,1075.31998,2272.664338 +381165,2253.092167,1008.354247,2238.147586,1114.900256,2270.01699 +381166,2228.171998,1004.559269,2236.536504,1079.893476,2267.299754 +381167,2220.730997,1000.590176,2235.092402,1091.817605,2265.44259 +381168,2210.379133,996.6749985,2148.380478,1081.35198,2246.705852 +381169,2200.553857,992.7453558,2153.41684,1077.495837,2277.502039 +381170,2190.362045,988.8057873,2147.19752,1072.658054,2237.395364 +381171,2180.297691,984.8631996,2129.739904,1067.809915,2267.888191 +381172,2170.221568,980.9144091,2124.189705,1062.956977,2238.048444 +381173,2160.145897,976.9653125,2112.371813,1058.106002,2255.934893 +381174,1990.352091,900.3685708,1938.254668,980.5389478,1960.347313 +381175,2377.462483,1075.895547,2236.172044,1155.453998,2673.709347 +381176,1869.082358,847.3023036,1966.635784,925.8253337,1756.113148 +381177,2362.906856,1070.065252,2242.839736,1155.002638,2719.419603 +381178,1860.803329,845.3252071,1816.021475,910.520972,1738.284716 +381179,2337.28384,1059.119389,2313.836584,1140.704113,2713.374147 +381180,1844.473613,839.1981656,1771.199024,912.3756348,1744.799333 +381181,1836.655646,1050.253944,859.0226818,1124.761866,2049.688647 +381182,1899.617948,1043.674799,903.3546729,1103.71624,2114.137614 +381183,2008.881334,1073.823185,977.974306,1159.616093,2228.598164 +381184,2095.212326,1075.143089,1043.394198,1145.624338,2319.974402 +381185,2141.728824,1074.592158,1088.295877,1142.519792,2372.328198 +381186,2161.456214,1068.570687,1117.7281,1139.27509,2398.407489 +381187,2169.562576,1066.426989,1138.895962,1147.714116,2413.018993 +381188,2172.868791,1063.341714,1155.341634,1112.548944,2422.724297 +381189,2174.211378,1060.337031,1168.760494,1149.835309,2430.142624 +381190,2174.656095,1057.165354,1179.97313,1101.598046,2436.305913 +381191,2174.580655,1054.068266,1189.423324,1131.720117,2441.630684 +381192,2174.104526,1050.928383,1197.410986,1108.559929,2446.291471 +381193,2173.298059,1047.841295,1204.157988,1113.196467,2450.383685 +381194,2172.219766,1044.581034,1209.855463,1106.303599,2453.982191 +381195,2170.918758,1041.465307,1214.667109,1102.952535,2457.151375 +381196,2169.434126,1038.285815,1218.730204,1098.687713,2459.946659 +381197,2167.765408,1035.115886,1222.143705,1094.67109,2462.381562 +381198,2165.96573,1031.944671,1225.016789,1090.570122,2464.52865 +381199,2164.078639,1028.773037,1227.440817,1086.478913,2466.44996 +381200,2162.105518,1025.600842,1229.475618,1082.309589,2468.160998 +381201,2160.053252,1022.428386,1231.174462,1078.323628,2469.682431 +381202,2157.930039,1019.255068,1232.583339,1074.169098,2471.234848 +381203,2155.743747,1016.08124,1233.741405,1070.078224,2472.435594 +381204,2153.532103,1012.906162,1234.697008,1065.971424,2473.535839 +381205,2151.271768,1009.729727,1235.463922,1061.933939,2474.52089 +381206,2148.943451,1006.551283,1236.053895,1057.709242,2475.378265 +381207,2146.565576,1003.370644,1236.493739,1053.567933,2476.134973 +381208,2144.147575,1000.187127,1236.80305,1049.537717,2476.807002 +381209,2141.694784,996.9623584,1236.997202,1045.304163,2477.405282 +381210,2139.207216,993.7998885,1237.087892,1041.210034,2477.937321 +381211,2136.691538,990.9105486,1237.086708,1037.54717,2478.410928 +381212,2134.174332,987.9016718,1237.012123,1033.969745,2478.832126 +381213,2131.672597,985.0522285,1236.877984,1030.43673,2479.205746 +381214,2129.190729,982.1583731,1236.692352,1026.865398,2479.535977 +381215,2126.726493,979.2855105,1236.459853,1023.504287,2479.826482 +381216,2124.276047,976.320128,1236.183687,1020.038638,2480.080499 +381217,2121.832689,973.58414,1235.865485,1016.560249,2480.299519 +381218,2119.398312,970.6535622,1235.509009,1013.184878,2480.487676 +381219,2116.968784,967.849625,1235.11569,1009.839096,2480.646071 +381220,2114.546574,965.0368195,1234.688743,1006.457814,2480.778167 +381221,2112.12752,962.1027168,1234.22888,1003.057304,2480.884225 +381222,2109.710942,959.3124695,1233.737697,999.8568524,2480.965794 +381223,2107.297366,956.4713349,1233.216963,996.5250342,2481.024579 +381224,2104.887252,953.6433605,1232.668247,993.2777949,2481.062074 +381225,2102.480717,950.818898,1232.092843,990.0429021,2481.079432 +381226,2100.077816,947.9965145,1231.491894,986.830007,2481.077684 +381227,2097.678586,945.1769554,1230.866407,983.7098428,2481.057675 +381228,2095.283207,942.358842,1230.217334,980.3748748,2481.020215 +381229,2092.891919,939.6026712,1229.545541,977.3859699,2480.965989 +381230,2090.505111,936.6391852,1228.851863,974.2109697,2480.895677 +381231,2035.966922,933.9591276,1228.146041,971.1351013,2480.829944 +381232,2044.774057,931.0924886,1227.413006,968.0767179,2480.733908 +381233,2034.109911,928.2914797,1226.65693,965.0492061,2480.615868 +381234,2030.158802,925.4808077,1225.888358,962.0537764,2480.498494 +381235,2017.47272,922.6714367,1225.104191,959.0275347,2480.373869 +381236,2015.456112,919.8622133,1224.288288,956.2024451,2480.204888 +381237,2007.770565,917.0539832,1223.452887,953.2728742,2480.01816 +381238,2001.153315,914.3043752,1222.610296,950.4471141,2479.840518 +381239,1990.133177,911.4098683,1221.755909,947.6690696,2479.660818 +381240,1989.495812,908.6461367,1220.88705,944.6809267,2479.47223 +381241,0,0,0,0,0 +381242,0,0,0,0,0 +381243,0,0,0,0,0 +381244,0,0,0,0,0 +381245,0,0,0,0,0 +381246,0,0,0,0,0 +381247,0,0,0,0,0 +381248,0,0,0,0,0 +381249,0,0,0,0,0 +381250,0,0,0,0,0 +381251,0,0,0,0,0 +381252,0,0,0,0,0 +381253,0,0,0,0,0 +381254,0,0,0,0,0 +381255,0,0,0,0,0 +381256,0,0,0,0,0 +381257,0,0,0,0,0 +381258,0,0,0,0,0 +381259,0,0,0,0,0 +381260,0,0,0,0,0 +381261,0,0,0,0,0 +381262,0,0,0,0,0 +381263,0,0,0,0,0 +381264,0,0,0,0,0 +381265,0,0,0,0,0 +381266,0,0,0,0,0 +381267,0,0,0,0,0 +381268,0,0,0,0,0 +381269,0,0,0,0,0 +381270,0,0,0,0,0 +381271,0,0,0,0,0 +381272,0,0,0,0,0 +381273,0,0,0,0,0 +381274,0,0,0,0,0 +381275,0,0,0,0,0 +381276,0,0,0,0,0 +381277,0,0,0,0,0 +381278,0,0,0,0,0 +381279,0,0,0,0,0 +381280,0,0,0,0,0 +381281,0,0,0,0,0 +381282,0,0,0,0,0 +381283,0,0,0,0,0 +381284,0,0,0,0,0 +381285,0,0,0,0,0 +381286,0,0,0,0,0 +381287,0,0,0,0,0 +381288,0,0,0,0,0 +381289,0,0,0,0,0 +381290,0,0,0,0,0 +381291,0,0,0,0,0 +381292,0,0,0,0,0 +381293,0,0,0,0,0 +381294,0,0,0,0,0 +381295,0,0,0,0,0 +381296,0,0,0,0,0 +381297,0,0,0,0,0 +381298,0,0,0,0,0 +381299,0,0,0,0,0 +381300,0,0,0,0,0 +381301,0,0,0,0,0 +381302,0,0,0,0,0 +381303,0,0,0,0,0 +381304,0,0,0,0,0 +381305,0,0,0,0,0 +381306,0,0,0,0,0 +381307,0,0,0,0,0 +381308,0,0,0,0,0 +381309,0,0,0,0,0 +381310,0,0,0,0,0 +381311,0,0,0,0,0 +381312,0,0,0,0,0 +381313,0,0,0,0,0 +381314,0,0,0,0,0 +381315,0,0,0,0,0 +381316,0,0,0,0,0 +381317,0,0,0,0,0 +381318,0,0,0,0,0 +381319,0,0,0,0,0 +381320,0,0,0,0,0 +381321,0,0,0,0,0 +381322,0,0,0,0,0 +381323,0,0,0,0,0 +381324,0,0,0,0,0 +381325,0,0,0,0,0 +381326,0,0,0,0,0 +381327,0,0,0,0,0 +381328,0,0,0,0,0 +381329,0,0,0,0,0 +381330,0,0,0,0,0 +381331,0,0,0,0,0 +381332,0,0,0,0,0 +381333,0,0,0,0,0 +381334,0,0,0,0,0 +381335,0,0,0,0,0 +381336,0,0,0,0,0 +381337,0,0,0,0,0 +381338,0,0,0,0,0 +381339,0,0,0,0,0 +381340,0,0,0,0,0 +381341,0,0,0,0,0 +381342,0,0,0,0,0 +381343,0,0,0,0,0 +381344,0,0,0,0,0 +381345,0,0,0,0,0 +381346,0,0,0,0,0 +381347,0,0,0,0,0 +381348,0,0,0,0,0 +381349,0,0,0,0,0 +381350,0,0,0,0,0 +381351,0,0,0,0,0 +381352,0,0,0,0,0 +381353,0,0,0,0,0 +381354,0,0,0,0,0 +381355,0,0,0,0,0 +381356,0,0,0,0,0 +381357,0,0,0,0,0 +381358,0,0,0,0,0 +381359,0,0,0,0,0 +381360,0,0,0,0,0 +381361,0,0,0,0,0 +381362,0,0,0,0,0 +381363,0,0,0,0,0 +381364,0,0,0,0,0 +381365,0,0,0,0,0 +381366,0,0,0,0,0 +381367,0,0,0,0,0 +381368,0,0,0,0,0 +381369,0,0,0,0,0 +381370,0,0,0,0,0 +381371,0,0,0,0,0 +381372,0,0,0,0,0 +381373,0,0,0,0,0 +381374,0,0,0,0,0 +381375,0,0,0,0,0 +381376,0,0,0,0,0 +381377,0,0,0,0,0 +381378,0,0,0,0,0 +381379,0,0,0,0,0 +381380,0,0,0,0,0 +381381,0,0,0,0,0 +381382,0,0,0,0,0 +381383,0,0,0,0,0 +381384,0,0,0,0,0 +381385,0,0,0,0,0 +381386,0,0,0,0,0 +381387,0,0,0,0,0 +381388,0,0,0,0,0 +381389,0,0,0,0,0 +381390,0,0,0,0,0 +381391,0,0,0,0,0 +381392,0,0,0,0,0 +381393,0,0,0,0,0 +381394,0,0,0,0,0 +381395,0,0,0,0,0 +381396,0,0,0,0,0 +381397,0,0,0,0,0 +381398,0,0,0,0,0 +381399,0,0,0,0,0 +381400,0,0,0,0,0 +381401,0,0,0,0,0 +381402,0,0,0,0,0 +381403,0,0,0,0,0 +381404,0,0,0,0,0 +381405,0,0,0,0,0 +381406,0,0,0,0,0 +381407,0,0,0,0,0 +381408,0,0,0,0,0 +381409,0,0,0,0,0 +381410,0,0,0,0,0 +381411,0,0,0,0,0 +381412,0,0,0,0,0 +381413,0,0,0,0,0 +381414,0,0,0,0,0 +381415,0,0,0,0,0 +381416,0,0,0,0,0 +381417,0,0,0,0,0 +381418,0,0,0,0,0 +381419,0,0,0,0,0 +381420,0,0,0,0,0 +381421,0,0,0,0,0 +381422,0,0,0,0,0 +381423,0,0,0,0,0 +381424,0,0,0,0,0 +381425,0,0,0,0,0 +381426,0,0,0,0,0 +381427,0,0,0,0,0 +381428,0,0,0,0,0 +381429,0,0,0,0,0 +381430,0,0,0,0,0 +381431,0,0,0,0,0 +381432,0,0,0,0,0 +381433,0,0,0,0,0 +381434,0,0,0,0,0 +381435,0,0,0,0,0 +381436,0,0,0,0,0 +381437,0,0,0,0,0 +381438,0,0,0,0,0 +381439,0,0,0,0,0 +381440,0,0,0,0,0 +381441,0,0,0,0,0 +381442,0,0,0,0,0 +381443,0,0,0,0,0 +381444,0,0,0,0,0 +381445,0,0,0,0,0 +381446,0,0,0,0,0 +381447,0,0,0,0,0 +381448,0,0,0,0,0 +381449,0,0,0,0,0 +381450,0,0,0,0,0 +381451,0,0,0,0,0 +381452,0,0,0,0,0 +381453,0,0,0,0,0 +381454,0,0,0,0,0 +381455,0,0,0,0,0 +381456,0,0,0,0,0 +381457,0,0,0,0,0 +381458,0,0,0,0,0 +381459,0,0,0,0,0 +381460,0,0,0,0,0 +381461,0,0,0,0,0 +381462,0,0,0,0,0 +381463,0,0,0,0,0 +381464,0,0,0,0,0 +381465,0,0,0,0,0 +381466,0,0,0,0,0 +381467,0,0,0,0,0 +381468,0,0,0,0,0 +381469,0,0,0,0,0 +381470,0,0,0,0,0 +381471,0,0,0,0,0 +381472,0,0,0,0,0 +381473,0,0,0,0,0 +381474,0,0,0,0,0 +381475,0,0,0,0,0 +381476,0,0,0,0,0 +381477,0,0,0,0,0 +381478,0,0,0,0,0 +381479,0,0,0,0,0 +381480,0,0,0,0,0 +381481,0,0,0,0,0 +381482,0,0,0,0,0 +381483,0,0,0,0,0 +381484,0,0,0,0,0 +381485,0,0,0,0,0 +381486,0,0,0,0,0 +381487,0,0,0,0,0 +381488,0,0,0,0,0 +381489,0,0,0,0,0 +381490,0,0,0,0,0 +381491,0,0,0,0,0 +381492,0,0,0,0,0 +381493,0,0,0,0,0 +381494,0,0,0,0,0 +381495,0,0,0,0,0 +381496,0,0,0,0,0 +381497,0,0,0,0,0 +381498,0,0,0,0,0 +381499,0,0,0,0,0 +381500,0,0,0,0,0 +381501,0,0,0,0,0 +381502,0,0,0,0,0 +381503,0,0,0,0,0 +381504,0,0,0,0,0 +381505,0,0,0,0,0 +381506,0,0,0,0,0 +381507,0,0,0,0,0 +381508,0,0,0,0,0 +381509,0,0,0,0,0 +381510,0,0,0,0,0 +381511,0,0,0,0,0 +381512,0,0,0,0,0 +381513,0,0,0,0,0 +381514,0,0,0,0,0 +381515,0,0,0,0,0 +381516,0,0,0,0,0 +381517,0,0,0,0,0 +381518,0,0,0,0,0 +381519,0,0,0,0,0 +381520,0,0,0,0,0 +381521,0,0,0,0,0 +381522,0,0,0,0,0 +381523,0,0,0,0,0 +381524,0,0,0,0,0 +381525,0,0,0,0,0 +381526,0,0,0,0,0 +381527,0,0,0,0,0 +381528,0,0,0,0,0 +381529,0,0,0,0,0 +381530,0,0,0,0,0 +381531,0,0,0,0,0 +381532,0,0,0,0,0 +381533,0,0,0,0,0 +381534,0,0,0,0,0 +381535,0,0,0,0,0 +381536,0,0,0,0,0 +381537,0,0,0,0,0 +381538,0,0,0,0,0 +381539,0,0,0,0,0 +381540,0,0,0,0,0 +381541,0,0,0,0,0 +381542,0,0,0,0,0 +381543,0,0,0,0,0 +381544,0,0,0,0,0 +381545,0,0,0,0,0 +381546,0,0,0,0,0 +381547,0,0,0,0,0 +381548,0,0,0,0,0 +381549,0,0,0,0,0 +381550,0,0,0,0,0 +381551,0,0,0,0,0 +381552,0,0,0,0,0 +381553,0,0,0,0,0 +381554,0,0,0,0,0 +381555,0,0,0,0,0 +381556,0,0,0,0,0 +381557,0,0,0,0,0 +381558,0,0,0,0,0 +381559,0,0,0,0,0 +381560,0,0,0,0,0 +381561,0,0,0,0,0 +381562,0,0,0,0,0 +381563,0,0,0,0,0 +381564,0,0,0,0,0 +381565,0,0,0,0,0 +381566,0,0,0,0,0 +381567,0,0,0,0,0 +381568,0,0,0,0,0 +381569,0,0,0,0,0 +381570,0,0,0,0,0 +381571,0,0,0,0,0 +381572,0,0,0,0,0 +381573,0,0,0,0,0 +381574,0,0,0,0,0 +381575,0,0,0,0,0 +381576,0,0,0,0,0 +381577,0,0,0,0,0 +381578,0,0,0,0,0 +381579,0,0,0,0,0 +381580,0,0,0,0,0 +381581,0,0,0,0,0 +381582,0,0,0,0,0 +381583,0,0,0,0,0 +381584,0,0,0,0,0 +381585,0,0,0,0,0 +381586,0,0,0,0,0 +381587,0,0,0,0,0 +381588,0,0,0,0,0 +381589,0,0,0,0,0 +381590,0,0,0,0,0 +381591,0,0,0,0,0 +381592,0,0,0,0,0 +381593,0,0,0,0,0 +381594,0,0,0,0,0 +381595,0,0,0,0,0 +381596,0,0,0,0,0 +381597,0,0,0,0,0 +381598,0,0,0,0,0 +381599,0,0,0,0,0 +381600,0,0,0,0,0 +381601,0,0,0,0,0 +381602,0,0,0,0,0 +381603,0,0,0,0,0 +381604,0,0,0,0,0 +381605,0,0,0,0,0 +381606,0,0,0,0,0 +381607,0,0,0,0,0 +381608,0,0,0,0,0 +381609,0,0,0,0,0 +381610,0,0,0,0,0 +381611,0,0,0,0,0 +381612,0,0,0,0,0 +381613,0,0,0,0,0 +381614,0,0,0,0,0 +381615,0,0,0,0,0 +381616,0,0,0,0,0 +381617,0,0,0,0,0 +381618,0,0,0,0,0 +381619,0,0,0,0,0 +381620,0,0,0,0,0 +381621,0,0,0,0,0 +381622,0,0,0,0,0 +381623,0,0,0,0,0 +381624,0,0,0,0,0 +381625,0,0,0,0,0 +381626,0,0,0,0,0 +381627,0,0,0,0,0 +381628,0,0,0,0,0 +381629,0,0,0,0,0 +381630,0,0,0,0,0 +381631,0,0,0,0,0 +381632,0,0,0,0,0 +381633,0,0,0,0,0 +381634,0,0,0,0,0 +381635,0,0,0,0,0 +381636,0,0,0,0,0 +381637,0,0,0,0,0 +381638,0,0,0,0,0 +381639,0,0,0,0,0 +381640,0,0,0,0,0 +381641,0,0,0,0,0 +381642,0,0,0,0,0 +381643,0,0,0,0,0 +381644,0,0,0,0,0 +381645,0,0,0,0,0 +381646,0,0,0,0,0 +381647,0,0,0,0,0 +381648,0,0,0,0,0 +381649,0,0,0,0,0 +381650,0,0,0,0,0 +381651,0,0,0,0,0 +381652,0,0,0,0,0 +381653,0,0,0,0,0 +381654,0,0,0,0,0 +381655,0,0,0,0,0 +381656,0,0,0,0,0 +381657,0,0,0,0,0 +381658,0,0,0,0,0 +381659,0,0,0,0,0 +381660,0,0,0,0,0 +381661,0,0,0,0,0 +381662,0,0,0,0,0 +381663,0,0,0,0,0 +381664,0,0,0,0,0 +381665,0,0,0,0,0 +381666,0,0,0,0,0 +381667,0,0,0,0,0 +381668,0,0,0,0,0 +381669,0,0,0,0,0 +381670,0,0,0,0,0 +381671,0,0,0,0,0 +381672,0,0,0,0,0 +381673,0,0,0,0,0 +381674,0,0,0,0,0 +381675,0,0,0,0,0 +381676,0,0,0,0,0 +381677,0,0,0,0,0 +381678,0,0,0,0,0 +381679,0,0,0,0,0 +381680,0,0,0,0,0 +381681,0,0,0,0,0 +381682,0,0,0,0,0 +381683,0,0,0,0,0 +381684,0,0,0,0,0 +381685,0,0,0,0,0 +381686,0,0,0,0,0 +381687,0,0,0,0,0 +381688,0,0,0,0,0 +381689,0,0,0,0,0 +381690,0,0,0,0,0 +381691,0,0,0,0,0 +381692,0,0,0,0,0 +381693,0,0,0,0,0 +381694,0,0,0,0,0 +381695,0,0,0,0,0 +381696,0,0,0,0,0 +381697,0,0,0,0,0 +381698,0,0,0,0,0 +381699,0,0,0,0,0 +381700,0,0,0,0,0 +381701,0,0,0,0,0 +381702,0,0,0,0,0 +381703,0,0,0,0,0 +381704,0,0,0,0,0 +381705,0,0,0,0,0 +381706,0,0,0,0,0 +381707,0,0,0,0,0 +381708,0,0,0,0,0 +381709,0,0,0,0,0 +381710,0,0,0,0,0 +381711,0,0,0,0,0 +381712,0,0,0,0,0 +381713,0,0,0,0,0 +381714,0,0,0,0,0 +381715,0,0,0,0,0 +381716,0,0,0,0,0 +381717,0,0,0,0,0 +381718,0,0,0,0,0 +381719,0,0,0,0,0 +381720,0,0,0,0,0 +381721,0,0,0,0,0 +381722,0,0,0,0,0 +381723,0,0,0,0,0 +381724,0,0,0,0,0 +381725,0,0,0,0,0 +381726,0,0,0,0,0 +381727,0,0,0,0,0 +381728,0,0,0,0,0 +381729,0,0,0,0,0 +381730,0,0,0,0,0 +381731,0,0,0,0,0 +381732,0,0,0,0,0 +381733,0,0,0,0,0 +381734,0,0,0,0,0 +381735,0,0,0,0,0 +381736,0,0,0,0,0 +381737,0,0,0,0,0 +381738,0,0,0,0,0 +381739,0,0,0,0,0 +381740,0,0,0,0,0 +381741,0,0,0,0,0 +381742,0,0,0,0,0 +381743,0,0,0,0,0 +381744,0,0,0,0,0 +381745,0,0,0,0,0 +381746,0,0,0,0,0 +381747,0,0,0,0,0 +381748,0,0,0,0,0 +381749,0,0,0,0,0 +381750,0,0,0,0,0 +381751,0,0,0,0,0 +381752,0,0,0,0,0 +381753,0,0,0,0,0 +381754,0,0,0,0,0 +381755,0,0,0,0,0 +381756,0,0,0,0,0 +381757,0,0,0,0,0 +381758,0,0,0,0,0 +381759,0,0,0,0,0 +381760,0,0,0,0,0 +381761,0,0,0,0,0 +381762,0,0,0,0,0 +381763,0,0,0,0,0 +381764,0,0,0,0,0 +381765,0,0,0,0,0 +381766,0,0,0,0,0 +381767,0,0,0,0,0 +381768,0,0,0,0,0 +381769,0,0,0,0,0 +381770,0,0,0,0,0 +381771,0,0,0,0,0 +381772,0,0,0,0,0 +381773,0,0,0,0,0 +381774,0,0,0,0,0 +381775,0,0,0,0,0 +381776,0,0,0,0,0 +381777,0,0,0,0,0 +381778,0,0,0,0,0 +381779,0,0,0,0,0 +381780,0,0,0,0,0 +381781,0,0,0,0,0 +381782,0,0,0,0,0 +381783,0,0,0,0,0 +381784,0,0,0,0,0 +381785,0,0,0,0,0 +381786,0,0,0,0,0 +381787,0,0,0,0,0 +381788,0,0,0,0,0 +381789,0,0,0,0,0 +381790,0,0,0,0,0 +381791,0,0,0,0,0 +381792,0,0,0,0,0 +381793,0,0,0,0,0 +381794,0,0,0,0,0 +381795,0,0,0,0,0 +381796,0,0,0,0,0 +381797,0,0,0,0,0 +381798,0,0,0,0,0 +381799,0,0,0,0,0 +381800,0,0,0,0,0 +381801,0,0,0,0,0 +381802,0,0,0,0,0 +381803,0,0,0,0,0 +381804,0,0,0,0,0 +381805,0,0,0,0,0 +381806,0,0,0,0,0 +381807,0,0,0,0,0 +381808,0,0,0,0,0 +381809,0,0,0,0,0 +381810,0,0,0,0,0 +381811,0,0,0,0,0 +381812,0,0,0,0,0 +381813,0,0,0,0,0 +381814,0,0,0,0,0 +381815,0,0,0,0,0 +381816,0,0,0,0,0 +381817,0,0,0,0,0 +381818,0,0,0,0,0 +381819,0,0,0,0,0 +381820,0,0,0,0,0 +381821,0,0,0,0,0 +381822,0,0,0,0,0 +381823,0,0,0,0,0 +381824,0,0,0,0,0 +381825,0,0,0,0,0 +381826,0,0,0,0,0 +381827,0,0,0,0,0 +381828,0,0,0,0,0 +381829,0,0,0,0,0 +381830,0,0,0,0,0 +381831,0,0,0,0,0 +381832,0,0,0,0,0 +381833,0,0,0,0,0 +381834,0,0,0,0,0 +381835,0,0,0,0,0 +381836,0,0,0,0,0 +381837,0,0,0,0,0 +381838,0,0,0,0,0 +381839,0,0,0,0,0 +381840,0,0,0,0,0 +381841,0,0,0,0,0 +381842,0,0,0,0,0 +381843,0,0,0,0,0 +381844,0,0,0,0,0 +381845,0,0,0,0,0 +381846,0,0,0,0,0 +381847,0,0,0,0,0 +381848,0,0,0,0,0 +381849,0,0,0,0,0 +381850,0,0,0,0,0 +381851,0,0,0,0,0 +381852,0,0,0,0,0 +381853,0,0,0,0,0 +381854,0,0,0,0,0 +381855,0,0,0,0,0 +381856,0,0,0,0,0 +381857,0,0,0,0,0 +381858,0,0,0,0,0 +381859,0,0,0,0,0 +381860,0,0,0,0,0 +381861,0,0,0,0,0 +381862,0,0,0,0,0 +381863,0,0,0,0,0 +381864,0,0,0,0,0 +381865,0,0,0,0,0 +381866,0,0,0,0,0 +381867,0,0,0,0,0 +381868,0,0,0,0,0 +381869,0,0,0,0,0 +381870,0,0,0,0,0 +381871,0,0,0,0,0 +381872,0,0,0,0,0 +381873,0,0,0,0,0 +381874,0,0,0,0,0 +381875,0,0,0,0,0 +381876,0,0,0,0,0 +381877,0,0,0,0,0 +381878,0,0,0,0,0 +381879,0,0,0,0,0 +381880,0,0,0,0,0 +381881,0,0,0,0,0 +381882,0,0,0,0,0 +381883,0,0,0,0,0 +381884,0,0,0,0,0 +381885,0,0,0,0,0 +381886,0,0,0,0,0 +381887,0,0,0,0,0 +381888,0,0,0,0,0 +381889,0,0,0,0,0 +381890,0,0,0,0,0 +381891,0,0,0,0,0 +381892,0,0,0,0,0 +381893,0,0,0,0,0 +381894,0,0,0,0,0 +381895,0,0,0,0,0 +381896,0,0,0,0,0 +381897,0,0,0,0,0 +381898,0,0,0,0,0 +381899,0,0,0,0,0 +381900,0,0,0,0,0 +381901,0,0,0,0,0 +381902,0,0,0,0,0 +381903,0,0,0,0,0 +381904,0,0,0,0,0 +381905,0,0,0,0,0 +381906,0,0,0,0,0 +381907,0,0,0,0,0 +381908,0,0,0,0,0 +381909,0,0,0,0,0 +381910,0,0,0,0,0 +381911,0,0,0,0,0 +381912,0,0,0,0,0 +381913,0,0,0,0,0 +381914,0,0,0,0,0 +381915,0,0,0,0,0 +381916,0,0,0,0,0 +381917,0,0,0,0,0 +381918,0,0,0,0,0 +381919,0,0,0,0,0 +381920,0,0,0,0,0 +381921,0,0,0,0,0 +381922,0,0,0,0,0 +381923,0,0,0,0,0 +381924,0,0,0,0,0 +381925,0,0,0,0,0 +381926,0,0,0,0,0 +381927,0,0,0,0,0 +381928,0,0,0,0,0 +381929,0,0,0,0,0 +381930,0,0,0,0,0 +381931,0,0,0,0,0 +381932,0,0,0,0,0 +381933,0,0,0,0,0 +381934,0,0,0,0,0 +381935,0,0,0,0,0 +381936,0,0,0,0,0 +381937,0,0,0,0,0 +381938,0,0,0,0,0 +381939,0,0,0,0,0 +381940,0,0,0,0,0 +381941,0,0,0,0,0 +381942,0,0,0,0,0 +381943,0,0,0,0,0 +381944,0,0,0,0,0 +381945,0,0,0,0,0 +381946,0,0,0,0,0 +381947,0,0,0,0,0 +381948,0,0,0,0,0 +381949,0,0,0,0,0 +381950,0,0,0,0,0 +381951,0,0,0,0,0 +381952,0,0,0,0,0 +381953,0,0,0,0,0 +381954,0,0,0,0,0 +381955,0,0,0,0,0 +381956,0,0,0,0,0 +381957,0,0,0,0,0 +381958,0,0,0,0,0 +381959,0,0,0,0,0 +381960,0,0,0,0,0 +381961,0,0,0,0,0 +381962,0,0,0,0,0 +381963,0,0,0,0,0 +381964,0,0,0,0,0 +381965,0,0,0,0,0 +381966,0,0,0,0,0 +381967,0,0,0,0,0 +381968,0,0,0,0,0 +381969,0,0,0,0,0 +381970,0,0,0,0,0 +381971,0,0,0,0,0 +381972,0,0,0,0,0 +381973,0,0,0,0,0 +381974,0,0,0,0,0 +381975,0,0,0,0,0 +381976,0,0,0,0,0 +381977,0,0,0,0,0 +381978,0,0,0,0,0 +381979,0,0,0,0,0 +381980,0,0,0,0,0 +381981,0,0,0,0,0 +381982,0,0,0,0,0 +381983,0,0,0,0,0 +381984,0,0,0,0,0 +381985,0,0,0,0,0 +381986,0,0,0,0,0 +381987,0,0,0,0,0 +381988,0,0,0,0,0 +381989,0,0,0,0,0 +381990,0,0,0,0,0 +381991,0,0,0,0,0 +381992,0,0,0,0,0 +381993,0,0,0,0,0 +381994,0,0,0,0,0 +381995,0,0,0,0,0 +381996,0,0,0,0,0 +381997,0,0,0,0,0 +381998,0,0,0,0,0 +381999,0,0,0,0,0 +382000,0,0,0,0,0 +382001,0,0,0,0,0 +382002,0,0,0,0,0 +382003,0,0,0,0,0 +382004,0,0,0,0,0 +382005,0,0,0,0,0 +382006,0,0,0,0,0 +382007,0,0,0,0,0 +382008,0,0,0,0,0 +382009,0,0,0,0,0 +382010,0,0,0,0,0 +382011,0,0,0,0,0 +382012,0,0,0,0,0 +382013,0,0,0,0,0 +382014,0,0,0,0,0 +382015,0,0,0,0,0 +382016,0,0,0,0,0 +382017,0,0,0,0,0 +382018,0,0,0,0,0 +382019,0,0,0,0,0 +382020,0,0,0,0,0 +382021,0,0,0,0,0 +382022,0,0,0,0,0 +382023,0,0,0,0,0 +382024,0,0,0,0,0 +382025,0,0,0,0,0 +382026,0,0,0,0,0 +382027,0,0,0,0,0 +382028,0,0,0,0,0 +382029,0,0,0,0,0 +382030,0,0,0,0,0 +382031,0,0,0,0,0 +382032,0,0,0,0,0 +382033,0,0,0,0,0 +382034,0,0,0,0,0 +382035,0,0,0,0,0 +382036,0,0,0,0,0 +382037,0,0,0,0,0 +382038,0,0,0,0,0 +382039,0,0,0,0,0 +382040,0,0,0,0,0 +382041,0,0,0,0,0 +382042,0,0,0,0,0 +382043,0,0,0,0,0 +382044,0,0,0,0,0 +382045,0,0,0,0,0 +382046,0,0,0,0,0 +382047,0,0,0,0,0 +382048,0,0,0,0,0 +382049,0,0,0,0,0 +382050,0,0,0,0,0 +382051,0,0,0,0,0 +382052,0,0,0,0,0 +382053,0,0,0,0,0 +382054,0,0,0,0,0 +382055,0,0,0,0,0 +382056,0,0,0,0,0 +382057,0,0,0,0,0 +382058,0,0,0,0,0 +382059,0,0,0,0,0 +382060,0,0,0,0,0 +382061,0,0,0,0,0 +382062,0,0,0,0,0 +382063,0,0,0,0,0 +382064,0,0,0,0,0 +382065,0,0,0,0,0 +382066,0,0,0,0,0 +382067,0,0,0,0,0 +382068,0,0,0,0,0 +382069,0,0,0,0,0 +382070,0,0,0,0,0 +382071,0,0,0,0,0 +382072,0,0,0,0,0 +382073,0,0,0,0,0 +382074,0,0,0,0,0 +382075,0,0,0,0,0 +382076,0,0,0,0,0 +382077,0,0,0,0,0 +382078,0,0,0,0,0 +382079,0,8.711123235,0,0,0 +382080,0,115.1120981,0,0,0 +382081,0,64.94307589,0,0,0 +382082,0,90.32251919,0,0,0 +382083,0,100.1507136,0,0,0 +382084,0,109.0287707,0,0,0 +382085,0,118.069002,0,0,0 +382086,0,126.7912818,0,0,0 +382087,0,135.6258887,0,0,0 +382088,0,144.4189645,0,0,0 +382089,0,153.0560861,0,0,0 +382090,0,180.4073731,0,0,0 +382091,0,192.0544982,0,0,0 +382092,0,202.1159829,0,0,0 +382093,0,212.2140496,0,0,0 +382094,0,221.7421769,0,0,0 +382095,0,231.3056249,0,0,0 +382096,0,240.5491728,0,0,0 +382097,0,250.2449536,0,0,0 +382098,0,259.0941682,0,0,0 +382099,0,268.2622878,0,0,0 +382100,0,277.5642532,0,0,0 +382101,0,286.4664569,0,0,0 +382102,0,295.2977224,0,0,0 +382103,0,304.6542711,0,0,0 +382104,0,313.0956946,0,0,0 +382105,0,322.0889734,0,0,0 +382106,0,330.6342498,0,0,0 +382107,0,339.6713871,0,0,0 +382108,0,348.1959125,0,0,0 +382109,0,356.8773903,0,0,0 +382110,0,365.4820864,0,0,0 +382111,0,370.4367371,0,0,0 +382112,0,374.5538551,0,0,0 +382113,0,378.7599952,0,0,0 +382114,0,382.3049988,0,0,0 +382115,0,385.6658798,0,0,0 +382116,0,388.8951358,0,0,0 +382117,0,391.7595543,0,0,0 +382118,0,394.5642844,0,0,0 +382119,0,397.0250278,0,0,0 +382120,0,399.4462106,0,0,0 +382121,0,401.5399996,0,0,0 +382122,0,403.6097468,0,0,0 +382123,0,405.3656828,0,0,0 +382124,0,407.1104408,0,0,0 +382125,0,408.5528602,0,0,0 +382126,0,409.99498,0,0,0 +382127,0,411.144581,0,0,0 +382128,0,412.3031637,0,0,0 +382129,0,413.177704,0,0,0 +382130,0,414.0692006,0,0,0 +382131,0,414.6840353,0,0,0 +382132,0,415.3227335,0,0,0 +382133,0,415.6912625,0,0,0 +382134,0,416.0896946,0,0,0 +382135,0,416.2237354,0,0,0 +382136,0,416.3930161,0,0,0 +382137,0,416.3031112,0,0,0 +382138,0,416.2532141,0,0,0 +382139,0,415.9488796,0,0,0 +382140,0,415.6888598,0,0,0 +382141,0,415.2094336,0,0,0 +382142,0,414.7732736,0,0,0 +382143,0,414.1069718,0,0,0 +382144,0,394.8971583,0,0,0 +382145,0,391.3171248,0,0,0 +382146,0,388.899862,0,0,0 +382147,0,386.6265336,0,0,0 +382148,0,384.5741202,0,0,0 +382149,0,382.413174,0,0,0 +382150,0,380.381696,0,0,0 +382151,0,378.1936697,0,0,0 +382152,0,376.1079962,0,0,0 +382153,0,373.8512823,0,0,0 +382154,0,371.6879207,0,0,0 +382155,0,369.586282,0,0,0 +382156,0,366.9840188,0,0,0 +382157,0,364.7320391,0,0,0 +382158,0,362.3512401,0,0,0 +382159,0,359.8319016,0,0,0 +382160,0,357.3970365,0,0,0 +382161,0,354.7838363,0,0,0 +382162,0,352.2553505,0,0,0 +382163,0,349.5483828,0,0,0 +382164,0,346.9260307,0,0,0 +382165,0,344.2088104,0,0,0 +382166,0,341.3472706,0,0,0 +382167,0,338.5783741,0,0,0 +382168,0,335.7287826,0,0,0 +382169,0,332.7235673,0,0,0 +382170,0,329.832816,0,0,0 +382171,0,329.3740497,0,0,0 +382172,0,329.3864303,0,0,0 +382173,0,329.7414467,0,0,0 +382174,0,330.0609519,0,0,0 +382175,0,330.6702773,0,0,0 +382176,0,331.2128662,0,0,0 +382177,0,332.0204619,0,0,0 +382178,0,332.742531,0,0,0 +382179,0,333.7149623,0,0,0 +382180,0,334.5896863,0,0,0 +382181,0,335.704056,0,0,0 +382182,0,336.7115856,0,0,0 +382183,0,337.9500609,0,0,0 +382184,0,339.0744471,0,0,0 +382185,0,340.4224343,0,0,0 +382186,0,341.6504861,0,0,0 +382187,0,343.0958323,0,0,0 +382188,0,344.4165206,0,0,0 +382189,0,345.9490239,0,0,0 +382190,0,347.3530629,0,0,0 +382191,0,348.9640958,0,0,0 +382192,0,366.1585823,0,0,0 +382193,0,370.1093632,0,0,0 +382194,0,372.7532687,0,0,0 +382195,0,375.8804389,0,0,0 +382196,0,378.1941033,0,0,0 +382197,0,380.8292048,0,0,0 +382198,0,383.2153041,0,0,0 +382199,0,385.7421627,0,0,0 +382200,0,388.0874638,0,0,0 +382201,0,390.0906842,0,0,0 +382202,0,391.9590394,0,0,0 +382203,0,393.7751721,0,0,0 +382204,0,395.5663432,0,0,0 +382205,0,397.341729,0,0,0 +382206,0,399.1048383,0,0,0 +382207,0,400.8575444,0,0,0 +382208,0,402.6009009,0,0,0 +382209,0,404.3014235,0,0,0 +382210,0,406.0550464,0,0,0 +382211,0,407.7435102,0,0,0 +382212,0,409.4833447,0,0,0 +382213,0,411.1585613,0,0,0 +382214,0,412.8850296,0,0,0 +382215,0,414.5472502,0,0,0 +382216,0,416.2602618,0,0,0 +382217,0,417.9090731,0,0,0 +382218,0,419.6078957,0,0,0 +382219,0,421.2422739,0,0,0 +382220,0,422.9256025,0,0,0 +382221,0,424.5440068,0,0,0 +382222,0,426.2100704,0,0,0 +382223,0,427.8105556,0,0,0 +382224,0,429.4572292,0,0,0 +382225,0,431.0375513,0,0,0 +382226,0,432.3957027,0,0,0 +382227,0,434.3641314,0,0,0 +382228,0,436.0318747,0,0,0 +382229,0,437.1937327,0,0,0 +382230,0,438.9770347,0,0,0 +382231,0,442.3666244,0,0,0 +382232,0,446.1904176,0,0,0 +382233,0,450.1194782,0,0,0 +382234,0,454.2329363,0,0,0 +382235,0,458.4405822,0,0,0 +382236,0,462.6597611,0,0,0 +382237,0,484.3637921,0,0,0 +382238,0,491.3764249,0,0,0 +382239,0,497.2678772,0,0,0 +382240,0,502.9505526,0,0,0 +382241,0,508.4076882,0,0,0 +382242,0,513.9026512,0,0,0 +382243,0,519.2397584,0,0,0 +382244,0,524.3198197,0,0,0 +382245,0,530.1682412,0,0,0 +382246,0,535.1860121,0,0,0 +382247,0,540.5955731,0,0,0 +382248,0,545.8057095,0,0,0 +382249,0,551.0809261,0,0,0 +382250,0,556.3342438,0,0,0 +382251,0,561.4806785,0,0,0 +382252,0,566.6826874,0,0,0 +382253,0,571.8611302,0,0,0 +382254,0,576.9276146,0,0,0 +382255,0,582.0491263,0,0,0 +382256,0,587.1439031,0,0,0 +382257,0,592.1205461,10.13369449,0,0 +382258,0,597.1504842,55.0208771,0,0 +382259,0,602.1124454,36.09994981,0,0 +382260,0,607.0833827,46.46011395,0,0 +382261,0,612.9383803,54.28201564,0,0 +382262,0,619.0319141,61.86482917,0,0 +382263,0,625.1303315,69.55912902,0,0 +382264,0,631.1183749,77.21175488,0,0 +382265,0,637.1692515,85.08714695,0,0 +382266,0,643.1949253,92.71188496,0,0 +382267,0,649.096324,100.6687879,0,0 +382268,0,655.0563231,108.2139911,0,0 +382269,0,660.9853577,116.388367,0,0 +382270,0,666.7799133,123.994011,16.79280226,0 +382271,0,672.6317288,131.960149,36.53615381,0 +382272,0,678.4048822,139.9715497,33.90775478,0 +382273,0,684.1850602,147.5256231,38.74875236,0 +382274,0,689.8165364,155.9778437,44.13124349,0 +382275,0,695.500038,163.5182073,48.43961544,0 +382276,0,701.0988034,171.651073,52.59413206,0 +382277,0,706.7003907,179.77893,56.8693106,0 +382278,0,712.145216,187.50582,61.04348128,0 +382279,0,717.6397738,195.6757367,65.19763047,0 +382280,0,723.0439727,203.690609,69.44832021,0 +382281,0,728.4487393,211.7186566,73.53792802,0 +382282,0,733.6875632,219.8327727,77.79371261,0 +382283,0,738.9765268,227.8988846,81.92279227,0 +382284,0,744.1695215,236.057026,86.02916845,0 +382285,0,749.3149492,244.1771213,90.27734469,0 +382286,82.71461522,754.4505669,252.5631858,94.38813352,0 +382287,113.8659532,758.9376865,260.3558555,98.55245572,0 +382288,94.93620068,764.6809574,268.7435893,102.6281672,0 +382289,118.0760611,769.2244881,276.9122254,106.9679639,0 +382290,128.3874165,774.1666013,285.1428227,110.8659195,0 +382291,137.0201886,776.341948,291.2878569,114.3095654,0 +382292,145.0352118,778.1568842,297.1288491,117.251782,0 +382293,152.9187474,779.7399589,302.7388082,120.4861609,0 +382294,160.6106225,781.1253316,308.3015569,123.2432818,0 +382295,168.1675255,782.3341677,313.7740822,126.2169303,0 +382296,175.3563604,783.3598087,318.996254,128.9241038,0 +382297,183.0697784,784.2718168,324.4032594,131.8852155,0 +382298,189.8250184,785.0077249,329.4788971,134.632707,0 +382299,196.9642988,785.6406874,334.7512657,137.1588157,0 +382300,204.0408533,786.1136902,339.6972198,140.0253157,0 +382301,210.8664101,786.4925579,344.8512901,142.6108766,0 +382302,217.5742068,786.7246259,349.6802729,145.2050549,0 +382303,224.1621092,786.8696638,355.1071765,147.8156644,0 +382304,231.1018894,786.8791876,359.2744262,150.2290146,0 +382305,237.2999307,786.8129947,364.4754797,152.942302,0 +382306,243.9153278,786.6330376,369.198824,155.4609249,0 +382307,250.2454307,786.3517954,373.9736556,157.78881,0 +382308,256.5322749,785.9745802,378.5682406,160.3074519,0 +382309,262.5520577,785.5042861,383.3496987,162.7026287,0 +382310,269.0050739,784.9442825,387.8644009,164.9829204,0 +382311,274.9292602,784.2970422,392.4787198,167.5181698,0 +382312,280.9815298,783.5656736,397.0120455,169.7752892,0 +382313,286.935065,782.7523044,401.5615254,172.1166317,0 +382314,292.831186,781.8597862,405.9301163,174.416842,0 +382315,298.6689197,780.8899727,410.5167669,176.6973607,0 +382316,304.4521825,779.8455191,414.8249512,178.9587519,0 +382317,309.942972,778.7280686,419.2537499,181.1967662,0 +382318,316.235056,777.54012,423.608691,183.4270694,0 +382319,321.3222406,776.2831501,427.9430814,185.6323071,0 +382320,327.1205967,774.9588701,432.3004588,187.8241109,0 +382321,331.5625417,773.4036376,435.5965268,189.6500338,0 +382322,336.4212289,771.7188272,439.1419127,191.5075642,0 +382323,340.7652469,769.9491413,442.8594748,193.4984313,0 +382324,345.5156688,768.1099963,446.2466838,195.2540914,0 +382325,349.7575553,766.2072426,449.500302,197.0541825,0 +382326,354.4094381,764.2445485,453.2447505,198.9926927,0 +382327,358.5546942,762.223661,456.3970339,200.7002123,0 +382328,363.0853056,760.1468215,459.7804875,202.3200052,0 +382329,367.213286,758.4932432,463.2789472,204.4218492,0 +382330,371.5891868,755.5956195,466.5112366,205.9814146,0 +382331,375.6608352,753.7118456,469.7407992,207.719701,0 +382332,379.9462672,751.3499646,473.2380948,209.5723331,0 +382333,383.6096403,748.9674597,476.2608223,211.1986303,0 +382334,388.3570382,746.6584565,479.5911333,212.8749288,0 +382335,391.939678,744.1974225,482.9825242,214.6909048,0 +382336,396.230153,741.7354406,486.0311021,216.2822703,0 +382337,399.9649029,739.2231477,489.1423959,218.0736804,0 +382338,404.0994973,736.6698056,492.5985035,219.623546,0 +382339,407.8464754,734.0765429,495.532187,221.2989581,0 +382340,411.8363777,731.4450566,498.6936467,222.8825244,0 +382341,415.5152013,728.7763332,504.0381599,224.6325926,0 +382342,419.4832879,726.0721018,503.84066,226.1630628,0 +382343,423.1059969,723.2867326,512.2412397,227.5915076,0 +382344,426.9654585,720.5841688,507.3100401,229.5479117,0 +382345,430.5196889,717.7463886,512.7406217,230.9328409,0 +382346,434.165684,714.9198797,518.9956806,232.5149279,0 +382347,437.9822321,712.0566503,519.8831787,234.2096843,0 +382348,441.4569113,709.165636,523.3650712,235.687364,0 +382349,444.9846579,706.2478472,526.3620217,237.2173021,0 +382350,448.8070518,703.3048763,529.6737574,238.8875572,0 +382351,452.4755047,700.6001881,532.7432726,240.4652146,0 +382352,456.7963563,698.040492,536.2589792,242.2508644,0 +382353,460.4218073,695.3796228,539.521873,243.8459715,0 +382354,464.7256003,692.7488472,542.8895121,245.637799,0 +382355,468.3046927,690.097768,546.323021,247.2364529,0 +382356,472.5752321,687.4317118,549.7526941,249.0294831,0 +382357,476.2038789,684.750934,553.0212521,250.6289185,0 +382358,480.4550651,682.0546537,556.441133,252.4214404,0 +382359,484.0318412,679.3008706,559.8204838,254.0206035,0 +382360,488.2454632,676.6392751,563.4095929,255.8118725,0 +382361,491.9742245,673.8689107,566.4188034,257.4105615,0 +382362,496.0898838,671.1240395,570.2022916,259.0241427,0 +382363,499.737177,668.3595838,573.3813913,260.8958706,0 +382364,503.8287431,665.5830517,576.833739,262.5478298,0 +382365,507.5177042,662.7950301,580.2925672,264.1761828,0 +382366,511.6086884,659.9965118,583.734378,265.9637081,0 +382367,515.2331819,657.1458845,586.950236,267.5578227,0 +382368,519.3063331,654.3917282,590.530674,269.3436774,0 +382369,522.9810994,651.5357992,593.8645916,270.935619,0 +382370,527.0183146,648.711066,597.3207455,272.7188804,0 +382371,530.3236862,645.8737749,600.6382599,274.3087791,0 +382372,534.9387088,643.0319191,604.2230315,276.0893289,0 +382373,538.3328756,640.186559,607.3822716,277.6771202,0 +382374,542.3980137,637.2978528,611.0301327,279.4548859,0 +382375,546.1542226,634.5102528,614.2076301,281.0405102,0 +382376,550.2176548,631.6316233,617.8090079,282.8154459,0 +382377,553.8633487,628.7913119,621.1284241,284.3988597,0 +382378,557.9230448,625.9472628,624.5412631,286.1709233,0 +382379,561.7102401,623.1073217,627.8317429,287.7521014,0 +382380,565.7721296,620.2336194,631.4246771,289.5212649,0 +382381,0,0,0,0,0 +382382,0,0,0,0,0 +382383,0,0,0,0,0 +382384,0,0,0,0,0 +382385,0,0,0,0,0 +382386,0,0,0,0,0 +382387,0,0,0,0,0 +382388,0,0,0,0,0 +382389,0,0,0,0,0 +382390,0,0,0,0,0 +382391,0,0,0,0,0 +382392,0,0,0,0,0 +382393,0,0,0,0,0 +382394,0,0,0,0,0 +382395,0,0,0,0,0 +382396,0,0,0,0,0 +382397,0,0,0,0,0 +382398,0,0,0,0,0 +382399,0,0,0,0,0 +382400,0,0,0,0,0 +382401,0,0,0,0,0 +382402,0,0,0,0,0 +382403,0,0,0,0,0 +382404,0,0,0,0,0 +382405,0,0,0,0,0 +382406,0,0,0,0,0 +382407,0,0,0,0,0 +382408,0,0,0,0,0 +382409,0,0,0,0,0 +382410,0,0,0,0,0 +382411,0,0,0,0,0 +382412,0,0,0,0,0 +382413,0,0,0,0,0 +382414,0,0,0,0,0 +382415,0,0,0,0,0 +382416,0,0,0,0,0 +382417,0,0,0,0,0 +382418,0,0,0,0,0 +382419,0,0,0,0,0 +382420,0,0,0,0,0 +382421,0,0,0,0,0 +382422,0,0,0,0,0 +382423,0,0,0,0,0 +382424,0,0,0,0,0 +382425,0,0,0,0,0 +382426,0,0,0,0,0 +382427,0,0,0,0,0 +382428,0,0,0,0,0 +382429,0,0,0,0,0 +382430,0,0,0,0,0 +382431,0,0,0,0,0 +382432,0,0,0,0,0 +382433,0,0,0,0,0 +382434,0,0,0,0,0 +382435,0,0,0,0,0 +382436,0,0,0,0,0 +382437,0,0,0,0,0 +382438,0,0,0,0,0 +382439,0,0,0,0,0 +382440,0,0,0,0,0 +382441,0,0,0,0,0 +382442,0,0,0,0,0 +382443,0,0,0,0,0 +382444,0,0,0,0,0 +382445,0,0,0,0,0 +382446,0,0,0,0,0 +382447,0,0,0,0,0 +382448,0,0,0,0,0 +382449,0,0,0,0,0 +382450,0,0,0,0,0 +382451,0,0,0,0,0 +382452,0,0,0,0,0 +382453,0,0,0,0,0 +382454,0,0,0,0,0 +382455,0,0,0,0,0 +382456,0,0,0,0,0 +382457,0,0,0,0,0 +382458,0,0,0,0,0 +382459,0,0,0,0,0 +382460,0,0,0,0,0 +382461,0,0,0,0,0 +382462,0,0,0,0,0 +382463,0,0,0,0,0 +382464,0,0,0,0,0 +382465,0,0,0,0,0 +382466,0,0,0,0,0 +382467,0,0,0,0,0 +382468,0,0,0,0,0 +382469,0,0,0,0,0 +382470,0,0,0,0,0 +382471,0,0,0,0,0 +382472,0,0,0,0,0 +382473,0,0,0,0,0 +382474,0,0,0,0,0 +382475,0,0,0,0,0 +382476,0,0,0,0,0 +382477,0,0,0,0,0 +382478,0,0,0,0,0 +382479,0,0,0,0,0 +382480,0,0,0,0,0 +382481,0,0,0,0,0 +382482,0,0,0,0,0 +382483,0,0,0,0,0 +382484,0,0,0,0,0 +382485,0,0,0,0,0 +382486,0,0,0,0,0 +382487,0,0,0,0,0 +382488,0,0,0,0,0 +382489,0,0,0,0,0 +382490,0,0,0,0,0 +382491,0,0,0,0,0 +382492,0,0,0,0,0 +382493,0,0,0,0,0 +382494,0,0,0,0,0 +382495,0,0,0,0,0 +382496,0,0,0,0,0 +382497,0,0,0,0,0 +382498,0,0,0,0,0 +382499,0,0,0,0,0 +382500,0,0,0,0,0 +382501,0,0,0,0,0 +382502,0,0,0,0,0 +382503,0,0,0,0,0 +382504,0,0,0,0,0 +382505,0,0,0,0,0 +382506,0,0,0,0,0 +382507,0,0,0,0,0 +382508,0,0,0,0,0 +382509,0,0,0,0,0 +382510,0,0,0,0,0 +382511,0,0,0,0,0 +382512,0,0,0,0,0 +382513,0,0,0,0,0 +382514,0,0,0,0,0 +382515,0,0,0,0,0 +382516,0,0,0,0,0 +382517,0,0,0,0,0 +382518,0,0,0,0,0 +382519,0,0,0,0,0 +382520,0,0,0,0,0 +382521,0,0,0,0,0 +382522,0,0,0,0,0 +382523,0,0,0,0,0 +382524,0,0,0,0,0 +382525,0,0,0,0,0 +382526,0,0,0,0,0 +382527,0,0,0,0,0 +382528,0,0,0,0,0 +382529,0,0,0,0,0 +382530,0,0,0,0,0 +382531,0,0,0,0,0 +382532,0,0,0,0,0 +382533,0,0,0,0,0 +382534,0,0,0,0,0 +382535,0,0,0,0,0 +382536,0,0,0,0,0 +382537,0,0,0,0,0 +382538,0,0,0,0,0 +382539,0,0,0,0,0 +382540,0,0,0,0,0 +382541,0,0,0,0,0 +382542,0,0,0,0,0 +382543,0,0,0,0,0 +382544,0,0,0,0,0 +382545,0,0,0,0,0 +382546,0,0,0,0,0 +382547,0,0,0,0,0 +382548,0,0,0,0,0 +382549,0,0,0,0,0 +382550,0,0,0,0,0 +382551,0,0,0,0,0 +382552,0,0,0,0,0 +382553,0,0,0,0,0 +382554,0,0,0,0,0 +382555,0,0,0,0,0 +382556,0,0,0,0,0 +382557,0,0,0,0,0 +382558,0,0,0,0,0 +382559,0,0,0,0,0 +382560,0,0,0,0,0 +382561,0,0,0,0,0 +382562,0,0,0,0,0 +382563,0,0,0,0,0 +382564,0,0,0,0,0 +382565,0,0,0,0,0 +382566,0,0,0,0,0 +382567,0,0,0,0,0 +382568,0,0,0,0,0 +382569,0,0,0,0,0 +382570,0,0,0,0,0 +382571,0,0,0,0,0 +382572,0,0,0,0,0 +382573,0,0,0,0,0 +382574,0,0,0,0,0 +382575,0,0,0,0,0 +382576,0,0,0,0,0 +382577,0,0,0,0,0 +382578,0,0,0,0,0 +382579,0,0,0,0,0 +382580,0,0,0,0,0 +382581,0,0,0,0,0 +382582,0,0,0,0,0 +382583,0,0,0,0,0 +382584,0,0,0,0,0 +382585,0,0,0,0,0 +382586,0,0,0,0,0 +382587,0,0,0,0,0 +382588,0,0,0,0,0 +382589,0,0,0,0,0 +382590,0,0,0,0,0 +382591,0,0,0,0,0 +382592,0,0,0,0,0 +382593,0,0,0,0,0 +382594,0,0,0,0,0 +382595,0,0,0,0,0 +382596,0,0,0,0,0 +382597,0,0,0,0,0 +382598,0,0,0,0,0 +382599,0,0,0,0,0 +382600,0,0,0,0,0 +382601,0,0,0,0,0 +382602,0,0,0,0,0 +382603,0,0,0,0,0 +382604,0,0,0,0,0 +382605,0,0,0,0,0 +382606,0,0,0,0,0 +382607,0,0,0,0,0 +382608,0,0,0,0,0 +382609,0,0,0,0,0 +382610,0,0,0,0,0 +382611,0,0,0,0,0 +382612,0,0,0,0,0 +382613,0,0,0,0,0 +382614,0,0,0,0,0 +382615,0,0,0,0,0 +382616,0,0,0,0,0 +382617,0,0,0,0,0 +382618,0,0,0,0,0 +382619,0,0,0,0,0 +382620,0,0,0,0,0 +382621,0,0,0,0,0 +382622,0,0,0,0,0 +382623,0,0,0,0,0 +382624,0,0,0,0,0 +382625,0,0,0,0,0 +382626,0,0,0,0,0 +382627,0,0,0,0,0 +382628,0,0,0,0,0 +382629,0,0,0,0,0 +382630,0,0,0,0,0 +382631,0,0,0,0,0 +382632,0,0,0,0,0 +382633,0,0,0,0,0 +382634,0,0,0,0,0 +382635,0,0,0,0,0 +382636,0,0,0,0,0 +382637,0,0,0,0,0 +382638,0,0,0,0,0 +382639,0,0,0,0,0 +382640,0,0,0,0,0 +382641,0,0,0,0,0 +382642,0,0,0,0,0 +382643,0,0,0,0,0 +382644,0,0,0,0,0 +382645,0,0,0,0,0 +382646,0,0,0,0,0 +382647,0,0,0,0,0 +382648,0,0,0,0,0 +382649,0,0,0,0,0 +382650,0,0,0,0,0 +382651,0,0,0,0,0 +382652,0,0,0,0,0 +382653,0,0,0,0,0 +382654,0,0,0,0,0 +382655,0,0,0,0,0 +382656,0,0,0,0,0 +382657,0,0,0,0,0 +382658,0,0,0,0,0 +382659,0,0,0,0,0 +382660,0,0,0,0,0 +382661,0,0,0,0,0 +382662,0,0,0,0,0 +382663,0,0,0,0,0 +382664,0,0,0,0,0 +382665,0,0,0,0,0 +382666,0,0,0,0,0 +382667,0,0,0,0,0 +382668,0,0,0,0,0 +382669,0,0,0,0,0 +382670,0,0,0,0,0 +382671,0,0,0,0,0 +382672,0,0,0,0,0 +382673,0,0,0,0,0 +382674,0,0,0,0,0 +382675,0,0,0,0,0 +382676,0,0,0,0,0 +382677,0,0,0,0,0 +382678,0,0,0,0,0 +382679,0,0,0,0,0 +382680,0,0,0,0,0 +382681,0,0,0,0,0 +382682,0,0,0,0,0 +382683,0,0,0,0,0 +382684,0,0,0,0,0 +382685,0,0,0,0,0 +382686,0,0,0,0,0 +382687,0,0,0,0,0 +382688,0,0,0,0,0 +382689,0,0,0,0,0 +382690,0,0,0,0,0 +382691,0,0,0,0,0 +382692,0,0,0,0,0 +382693,0,0,0,0,0 +382694,0,0,0,0,0 +382695,0,0,0,0,0 +382696,0,0,0,0,0 +382697,0,0,0,0,0 +382698,0,0,0,0,0 +382699,0,0,0,0,0 +382700,0,0,0,0,0 +382701,0,0,0,0,0 +382702,0,0,0,0,0 +382703,0,0,0,0,0 +382704,0,0,0,0,0 +382705,0,0,0,0,0 +382706,0,0,0,0,0 +382707,0,0,0,0,0 +382708,0,0,0,0,0 +382709,0,0,0,0,0 +382710,0,0,0,0,0 +382711,0,0,0,0,0 +382712,0,0,0,0,0 +382713,0,0,0,0,0 +382714,0,0,0,0,0 +382715,0,0,0,0,0 +382716,0,0,0,0,0 +382717,0,0,0,0,0 +382718,0,0,0,0,0 +382719,0,0,0,0,0 +382720,0,0,0,0,0 +382721,0,0,0,0,0 +382722,0,0,0,0,0 +382723,0,0,0,0,0 +382724,0,0,0,0,0 +382725,0,0,0,0,0 +382726,0,0,0,0,0 +382727,0,0,0,0,0 +382728,0,0,0,0,0 +382729,0,0,0,0,0 +382730,0,0,0,0,0 +382731,0,0,0,0,0 +382732,0,0,0,0,0 +382733,0,0,0,0,0 +382734,0,0,0,0,0 +382735,0,0,0,0,0 +382736,0,0,0,0,0 +382737,0,0,0,0,0 +382738,0,0,0,0,0 +382739,0,0,0,0,0 +382740,0,0,0,0,0 +382741,0,0,0,0,0 +382742,0,0,0,0,0 +382743,0,0,0,0,0 +382744,0,0,0,0,0 +382745,0,0,0,0,0 +382746,0,0,0,0,0 +382747,0,0,0,0,0 +382748,0,0,0,0,0 +382749,0,0,0,0,0 +382750,0,0,0,0,0 +382751,0,0,0,0,0 +382752,0,0,0,0,0 +382753,0,0,0,0,0 +382754,0,0,0,0,0 +382755,0,0,0,0,0 +382756,0,0,0,0,0 +382757,0,0,0,0,0 +382758,0,0,0,0,0 +382759,0,0,0,0,0 +382760,0,0,0,0,0 +382761,0,0,0,0,0 +382762,0,0,0,0,0 +382763,0,0,0,0,0 +382764,0,0,0,0,0 +382765,0,0,0,0,0 +382766,0,0,0,0,0 +382767,0,0,0,0,0 +382768,0,0,0,0,0 +382769,0,0,0,0,0 +382770,0,0,0,0,0 +382771,0,0,0,0,0 +382772,0,0,0,0,0 +382773,0,0,0,0,0 +382774,0,0,0,0,0 +382775,0,0,0,0,0 +382776,0,0,0,0,0 +382777,0,0,0,0,0 +382778,0,0,0,0,0 +382779,0,0,0,0,0 +382780,0,0,0,0,0 +382781,0,0,0,0,0 +382782,0,0,0,0,0 +382783,0,0,0,0,0 +382784,0,0,0,0,0 +382785,0,0,0,0,0 +382786,0,0,0,0,0 +382787,0,0,0,0,0 +382788,0,0,0,0,0 +382789,0,0,0,0,0 +382790,0,0,0,0,0 +382791,0,0,0,0,0 +382792,0,0,0,0,0 +382793,0,0,0,0,0 +382794,0,0,0,0,0 +382795,0,0,0,0,0 +382796,0,0,0,0,0 +382797,0,0,0,0,0 +382798,0,0,0,0,0 +382799,0,0,0,0,0 +382800,0,0,0,0,0 +382801,0,0,0,0,0 +382802,0,0,0,0,0 +382803,0,0,0,0,0 +382804,0,0,0,0,0 +382805,0,0,0,0,0 +382806,0,0,0,0,0 +382807,0,0,0,0,0 +382808,0,0,0,0,0 +382809,0,0,0,0,0 +382810,0,0,0,0,0 +382811,0,0,0,0,0 +382812,0,0,0,0,0 +382813,0,0,0,0,0 +382814,0,0,0,0,0 +382815,0,0,0,0,0 +382816,0,0,0,0,0 +382817,0,0,0,0,0 +382818,0,0,0,0,0 +382819,0,0,0,0,0 +382820,0,0,0,0,0 +382821,0,0,0,0,0 +382822,0,0,0,0,0 +382823,0,0,0,0,0 +382824,0,0,0,0,0 +382825,0,0,0,0,0 +382826,0,0,0,0,0 +382827,0,0,0,0,0 +382828,0,0,0,0,0 +382829,0,0,0,0,0 +382830,0,0,0,0,0 +382831,0,0,0,0,0 +382832,0,0,0,0,0 +382833,0,0,0,0,0 +382834,0,0,0,0,0 +382835,0,0,0,0,0 +382836,0,0,0,0,0 +382837,0,0,0,0,0 +382838,0,0,0,0,0 +382839,0,0,0,0,0 +382840,0,0,0,0,0 +382841,0,0,0,0,0 +382842,0,0,0,0,0 +382843,0,0,0,0,0 +382844,0,0,0,0,0 +382845,0,0,0,0,0 +382846,0,0,0,0,0 +382847,0,0,0,0,0 +382848,0,0,0,0,0 +382849,0,0,0,0,0 +382850,0,0,0,0,0 +382851,0,0,0,0,0 +382852,0,0,0,0,0 +382853,0,0,0,0,0 +382854,0,0,0,0,0 +382855,0,0,0,0,0 +382856,0,0,0,0,0 +382857,0,0,0,0,0 +382858,0,0,0,0,0 +382859,0,0,0,0,0 +382860,0,0,0,0,0 +382861,0,0,0,0,0 +382862,0,0,0,0,0 +382863,0,0,0,0,0 +382864,0,0,0,0,0 +382865,0,0,0,0,0 +382866,0,0,0,0,0 +382867,0,0,0,0,0 +382868,0,0,0,0,0 +382869,0,0,0,0,0 +382870,0,0,0,0,0 +382871,0,0,0,0,0 +382872,0,0,0,0,0 +382873,0,0,0,0,0 +382874,0,0,0,0,0 +382875,0,0,0,0,0 +382876,0,0,0,0,0 +382877,0,0,0,0,0 +382878,0,0,0,0,0 +382879,0,0,0,0,0 +382880,0,0,0,0,0 +382881,0,0,0,0,0 +382882,0,0,0,0,0 +382883,0,0,0,0,0 +382884,0,0,0,0,0 +382885,0,0,0,0,0 +382886,0,0,0,0,0 +382887,0,0,0,0,0 +382888,0,0,0,0,0 +382889,0,0,0,0,0 +382890,0,0,0,0,0 +382891,0,0,0,0,0 +382892,0,0,0,0,0 +382893,0,0,0,0,0 +382894,0,0,0,0,0 +382895,0,0,0,0,0 +382896,0,0,0,0,0 +382897,0,0,0,0,0 +382898,0,0,0,0,0 +382899,0,0,0,0,0 +382900,0,0,0,0,0 +382901,0,0,0,0,0 +382902,0,0,0,0,0 +382903,0,0,0,0,0 +382904,0,0,0,0,0 +382905,0,0,0,0,0 +382906,0,0,0,0,0 +382907,0,0,0,0,0 +382908,0,0,0,0,0 +382909,0,0,0,0,0 +382910,0,0,0,0,0 +382911,0,0,0,0,0 +382912,0,0,0,0,0 +382913,0,0,0,0,0 +382914,0,0,0,0,0 +382915,0,0,0,0,0 +382916,0,0,0,0,0 +382917,0,0,0,0,0 +382918,0,0,0,0,0 +382919,0,0,0,0,0 +382920,0,0,0,0,0 +382921,0,0,0,0,0 +382922,0,0,0,0,0 +382923,0,0,0,0,0 +382924,0,0,0,0,0 +382925,0,0,0,0,0 +382926,0,0,0,0,0 +382927,0,0,0,0,0 +382928,0,0,0,0,0 +382929,0,0,0,0,0 +382930,0,0,0,0,0 +382931,0,0,0,0,0 +382932,0,0,0,0,0 +382933,0,0,0,0,0 +382934,0,0,0,0,0 +382935,0,0,0,0,0 +382936,0,0,0,0,0 +382937,0,0,0,0,0 +382938,0,0,0,0,0 +382939,0,0,0,0,0 +382940,0,0,0,0,0 +382941,0,0,0,0,0 +382942,0,0,0,0,0 +382943,0,0,0,0,0 +382944,0,0,0,0,0 +382945,0,0,0,0,0 +382946,0,0,0,0,0 +382947,0,0,0,0,0 +382948,0,0,0,0,0 +382949,0,0,0,0,0 +382950,0,0,0,0,0 +382951,0,0,0,0,0 +382952,0,0,0,0,0 +382953,0,0,0,0,0 +382954,0,0,0,0,0 +382955,0,0,0,0,0 +382956,0,0,0,0,0 +382957,0,0,0,0,0 +382958,0,0,0,0,0 +382959,0,0,0,0,0 +382960,0,0,0,0,0 +382961,0,0,0,0,0 +382962,0,0,0,0,0 +382963,0,0,0,0,0 +382964,0,0,0,0,0 +382965,0,0,0,0,0 +382966,0,0,0,0,0 +382967,0,0,0,0,0 +382968,0,0,0,0,0 +382969,0,0,0,0,0 +382970,0,0,0,0,0 +382971,0,0,0,0,0 +382972,0,0,0,0,0 +382973,0,0,0,0,0 +382974,0,0,0,0,0 +382975,0,0,0,0,0 +382976,0,0,0,0,0 +382977,0,0,0,0,0 +382978,0,0,0,0,0 +382979,0,0,0,0,0 +382980,0,0,0,0,0 +382981,0,0,0,0,0 +382982,0,0,0,0,0 +382983,0,0,0,0,0 +382984,0,0,0,0,0 +382985,0,0,0,0,0 +382986,0,0,0,0,0 +382987,0,0,0,0,0 +382988,0,0,0,0,0 +382989,0,0,0,0,0 +382990,0,0,0,0,0 +382991,0,0,0,0,0 +382992,0,0,0,0,0 +382993,0,0,0,0,0 +382994,0,0,0,0,0 +382995,0,0,0,0,0 +382996,0,0,0,0,0 +382997,0,0,0,0,0 +382998,0,0,0,0,0 +382999,0,0,0,0,0 +383000,0,0,0,0,0 +383001,0,0,0,0,0 +383002,0,0,0,0,0 +383003,0,0,0,0,0 +383004,0,0,0,0,0 +383005,0,0,0,0,0 +383006,0,0,0,0,0 +383007,0,0,0,0,0 +383008,0,0,0,0,0 +383009,0,0,0,0,0 +383010,0,0,0,0,0 +383011,0,0,0,0,0 +383012,0,0,0,0,0 +383013,0,0,0,0,0 +383014,0,0,0,0,0 +383015,0,0,0,0,0 +383016,0,0,0,0,0 +383017,0,0,0,0,0 +383018,0,0,0,0,0 +383019,0,0,0,0,0 +383020,0,0,0,0,0 +383021,0,0,0,0,0 +383022,0,0,0,0,0 +383023,0,0,0,0,0 +383024,0,0,0,0,0 +383025,0,0,0,0,0 +383026,0,0,0,0,0 +383027,0,0,0,0,0 +383028,0,0,0,0,0 +383029,0,0,0,0,0 +383030,0,0,0,0,0 +383031,0,0,0,0,0 +383032,0,0,0,0,0 +383033,0,0,0,0,0 +383034,0,0,0,0,0 +383035,0,0,0,0,0 +383036,0,0,0,0,0 +383037,0,0,0,0,0 +383038,0,0,0,0,0 +383039,0,0,0,0,0 +383040,0,0,0,0,0 +383041,0,0,0,0,0 +383042,0,0,0,0,0 +383043,0,0,0,0,0 +383044,0,0,0,0,0 +383045,0,0,0,0,0 +383046,0,0,0,0,0 +383047,0,0,0,0,0 +383048,0,0,0,0,0 +383049,0,0,0,0,0 +383050,0,0,0,0,0 +383051,0,0,0,0,0 +383052,0,0,0,0,0 +383053,0,0,0,0,0 +383054,0,0,0,0,0 +383055,0,0,0,0,0 +383056,0,0,0,0,0 +383057,0,0,0,0,0 +383058,0,0,0,0,0 +383059,0,0,0,0,0 +383060,0,0,0,0,0 +383061,0,0,0,0,0 +383062,0,0,0,0,0 +383063,0,0,0,0,0 +383064,0,0,0,0,0 +383065,0,0,0,0,0 +383066,0,0,0,0,0 +383067,0,0,0,0,0 +383068,0,0,0,0,0 +383069,0,0,0,0,0 +383070,0,0,0,0,0 +383071,0,0,0,0,0 +383072,0,0,0,0,0 +383073,0,0,0,0,0 +383074,0,0,0,0,0 +383075,0,0,0,0,0 +383076,0,0,0,0,0 +383077,0,0,0,0,0 +383078,0,0,0,0,0 +383079,0,0,0,0,0 +383080,0,0,0,0,0 +383081,0,0,0,0,0 +383082,0,0,0,0,0 +383083,0,0,0,0,0 +383084,0,0,0,0,0 +383085,0,0,0,0,0 +383086,0,0,0,0,0 +383087,0,0,0,0,0 +383088,0,0,0,0,0 +383089,0,0,0,0,0 +383090,0,0,0,0,0 +383091,0,0,0,0,0 +383092,0,0,0,0,0 +383093,0,0,0,0,0 +383094,0,0,0,0,0 +383095,0,0,0,0,0 +383096,0,0,0,0,0 +383097,0,0,0,0,0 +383098,0,0,0,0,0 +383099,0,0,0,0,0 +383100,0,0,0,0,0 +383101,0,0,0,0,0 +383102,0,0,0,0,0 +383103,0,0,0,0,0 +383104,0,0,0,0,0 +383105,0,0,0,0,0 +383106,0,0,0,0,0 +383107,0,0,0,0,0 +383108,0,0,0,0,0 +383109,0,0,0,0,0 +383110,0,0,0,0,0 +383111,0,0,0,0,0 +383112,0,0,0,0,0 +383113,0,0,0,0,0 +383114,0,0,0,0,0 +383115,0,0,0,0,0 +383116,0,0,0,0,0 +383117,0,0,0,0,0 +383118,0,0,0,0,0 +383119,0,0,0,0,0 +383120,0,0,0,0,0 +383121,0,0,0,0,0 +383122,0,0,0,0,0 +383123,0,0,0,0,0 +383124,0,0,0,0,0 +383125,0,0,0,0,0 +383126,0,0,0,0,0 +383127,0,0,0,0,0 +383128,0,0,0,0,0 +383129,0,0,0,0,0 +383130,0,0,0,0,0 +383131,0,0,0,0,0 +383132,0,0,0,0,0 +383133,0,0,0,0,0 +383134,0,0,0,0,0 +383135,0,0,0,0,0 +383136,0,0,0,0,0 +383137,0,0,0,0,0 +383138,0,0,0,0,0 +383139,0,0,0,0,0 +383140,0,0,0,0,0 +383141,0,0,0,0,0 +383142,0,0,0,0,0 +383143,0,0,0,0,0 +383144,0,0,0,0,0 +383145,0,0,0,0,0 +383146,0,0,0,0,0 +383147,0,0,0,0,0 +383148,0,0,0,0,0 +383149,0,0,0,0,0 +383150,0,0,0,0,0 +383151,0,0,0,0,0 +383152,0,0,0,0,0 +383153,0,0,0,0,0 +383154,0,0,0,0,0 +383155,0,0,0,0,0 +383156,0,0,0,0,0 +383157,0,0,0,0,0 +383158,0,0,0,0,0 +383159,0,0,0,0,0 +383160,0,0,0,0,0 +383161,0,0,0,0,0 +383162,0,0,0,0,0 +383163,0,0,0,0,0 +383164,0,0,0,0,0 +383165,0,0,0,0,0 +383166,0,0,0,0,0 +383167,0,0,0,0,0 +383168,0,0,0,0,0 +383169,0,0,0,0,0 +383170,0,0,0,0,0 +383171,0,0,0,0,0 +383172,0,0,0,0,0 +383173,0,0,0,0,0 +383174,0,0,0,0,0 +383175,0,0,0,0,0 +383176,0,0,0,0,0 +383177,0,0,0,0,0 +383178,0,0,0,0,0 +383179,0,0,0,0,0 +383180,0,0,0,0,0 +383181,0,0,0,0,0 +383182,0,0,0,0,0 +383183,0,0,0,0,0 +383184,0,0,0,0,0 +383185,0,0,0,0,0 +383186,0,0,0,0,0 +383187,0,0,0,0,0 +383188,0,0,0,0,0 +383189,0,0,0,0,0 +383190,0,0,0,0,0 +383191,0,0,0,0,0 +383192,0,0,0,0,0 +383193,0,0,0,0,0 +383194,0,0,0,0,0 +383195,0,0,0,0,0 +383196,0,0,0,0,0 +383197,0,0,0,0,0 +383198,0,0,0,0,0 +383199,0,0,0,0,0 +383200,0,0,0,0,0 +383201,0,0,0,0,0 +383202,0,0,0,0,0 +383203,0,0,0,0,0 +383204,0,0,0,0,0 +383205,0,0,0,0,0 +383206,0,0,0,0,0 +383207,0,0,0,0,0 +383208,0,0,0,0,0 +383209,0,0,0,0,0 +383210,0,0,0,0,0 +383211,0,0,0,0,0 +383212,0,0,0,0,0 +383213,0,0,0,0,0 +383214,0,0,0,0,0 +383215,0,0,0,0,0 +383216,0,0,0,0,0 +383217,0,0,0,0,0 +383218,0,0,0,0,0 +383219,0,0,0,0,0 +383220,0,0,0,0,0 +383221,0,0,0,0,0 +383222,0,0,0,0,0 +383223,0,0,0,0,0 +383224,0,0,0,0,0 +383225,0,0,0,0,0 +383226,0,0,0,0,0 +383227,0,0,0,0,0 +383228,0,0,0,0,0 +383229,0,0,0,0,0 +383230,0,0,0,0,0 +383231,0,0,0,0,0 +383232,0,0,0,0,0 +383233,0,0,0,0,0 +383234,0,0,0,0,0 +383235,0,0,0,0,0 +383236,0,0,0,0,0 +383237,0,0,0,0,0 +383238,0,0,0,0,0 +383239,0,0,0,0,0 +383240,0,0,0,0,0 +383241,0,0,0,0,0 +383242,0,0,0,0,0 +383243,0,0,0,0,0 +383244,0,0,0,0,0 +383245,0,0,0,0,0 +383246,0,0,0,0,0 +383247,0,0,0,0,0 +383248,0,0,0,0,0 +383249,0,0,0,0,0 +383250,0,0,0,0,0 +383251,0,0,0,0,0 +383252,0,0,0,0,0 +383253,0,0,0,0,0 +383254,0,0,0,0,0 +383255,0,0,0,0,0 +383256,0,0,0,0,0 +383257,0,0,0,0,0 +383258,0,0,0,0,0 +383259,0,0,0,0,0 +383260,0,0,0,0,0 +383261,0,0,0,0,0 +383262,0,0,0,0,0 +383263,0,0,0,0,0 +383264,0,0,0,0,0 +383265,0,0,0,0,0 +383266,0,0,0,0,0 +383267,0,0,0,0,0 +383268,0,0,0,0,0 +383269,0,0,0,0,0 +383270,0,0,0,0,0 +383271,0,0,0,0,0 +383272,0,0,0,0,0 +383273,0,0,0,0,0 +383274,0,0,0,0,0 +383275,0,0,0,0,0 +383276,0,0,0,0,0 +383277,0,0,0,0,0 +383278,0,0,0,0,0 +383279,0,0,0,0,0 +383280,0,0,0,0,0 +383281,0,0,0,0,0 +383282,0,0,0,0,0 +383283,0,0,0,0,0 +383284,0,0,0,0,0 +383285,0,0,0,0,0 +383286,0,0,0,0,0 +383287,0,0,0,0,0 +383288,0,0,0,0,0 +383289,0,0,0,0,0 +383290,0,0,0,0,0 +383291,0,0,0,0,0 +383292,0,0,0,0,0 +383293,0,0,0,0,0 +383294,0,0,0,0,0 +383295,0,0,0,0,0 +383296,0,0,0,0,0 +383297,0,0,0,0,0 +383298,0,0,0,0,0 +383299,0,0,0,0,0 +383300,0,0,0,0,0 +383301,0,0,0,0,0 +383302,0,0,0,0,0 +383303,0,0,0,0,0 +383304,0,0,0,0,0 +383305,0,0,0,0,0 +383306,0,0,0,0,0 +383307,0,0,0,0,0 +383308,0,0,0,0,0 +383309,0,0,0,0,0 +383310,0,0,0,0,0 +383311,0,0,0,0,0 +383312,0,0,0,0,0 +383313,0,0,0,0,0 +383314,0,0,0,0,0 +383315,0,0,0,0,0 +383316,0,0,0,0,0 +383317,0,0,0,0,0 +383318,0,0,0,0,0 +383319,0,0,0,0,0 +383320,0,0,0,0,0 +383321,0,0,0,0,0 +383322,0,0,0,0,0 +383323,0,0,0,0,0 +383324,0,0,0,0,0 +383325,0,0,0,0,0 +383326,0,0,0,0,0 +383327,0,0,0,0,0 +383328,0,0,0,0,0 +383329,0,0,0,0,0 +383330,0,0,0,0,0 +383331,0,0,0,0,0 +383332,0,0,0,0,0 +383333,0,0,0,0,0 +383334,0,0,0,0,0 +383335,0,0,0,0,0 +383336,0,0,0,0,0 +383337,0,0,0,0,0 +383338,0,0,0,0,0 +383339,0,0,0,0,0 +383340,0,0,0,0,0 +383341,0,0,0,0,0 +383342,0,0,0,0,0 +383343,0,0,0,0,0 +383344,0,0,0,0,0 +383345,0,0,0,0,0 +383346,0,0,0,0,0 +383347,0,0,0,0,0 +383348,0,0,0,0,0 +383349,0,0,0,0,0 +383350,0,0,0,0,0 +383351,0,0,0,0,0 +383352,0,0,0,0,0 +383353,0,0,0,0,0 +383354,0,0,0,0,0 +383355,0,0,0,0,0 +383356,0,0,0,0,0 +383357,0,0,0,0,0 +383358,0,0,0,0,0 +383359,0,0,0,0,0 +383360,0,0,0,0,0 +383361,0,0,0,0,0 +383362,0,0,0,0,0 +383363,0,0,0,0,0 +383364,0,0,0,0,0 +383365,0,0,0,0,0 +383366,0,0,0,0,0 +383367,0,0,0,0,0 +383368,0,0,0,0,0 +383369,0,0,0,0,0 +383370,0,0,0,0,0 +383371,0,0,0,0,0 +383372,0,0,0,0,0 +383373,0,0,0,0,0 +383374,0,0,0,0,0 +383375,0,0,0,0,0 +383376,0,0,0,0,0 +383377,0,0,0,0,0 +383378,0,0,0,0,0 +383379,0,0,0,0,0 +383380,0,0,0,0,0 +383381,0,0,0,0,0 +383382,0,0,0,0,0 +383383,0,0,0,0,0 +383384,0,0,0,0,0 +383385,0,0,0,0,0 +383386,0,0,0,0,0 +383387,0,0,0,0,0 +383388,0,0,0,0,0 +383389,0,0,0,0,0 +383390,0,0,0,0,0 +383391,0,0,0,0,0 +383392,0,0,0,0,0 +383393,0,0,0,0,0 +383394,0,0,0,0,0 +383395,0,0,0,0,0 +383396,0,0,0,0,0 +383397,0,0,0,0,0 +383398,0,0,0,0,0 +383399,0,0,0,0,0 +383400,0,0,0,0,0 +383401,0,0,0,0,0 +383402,0,0,0,0,0 +383403,0,0,0,0,0 +383404,0,0,0,0,0 +383405,0,0,0,0,0 +383406,0,0,0,0,0 +383407,0,0,0,0,0 +383408,0,0,0,0,0 +383409,0,0,0,0,0 +383410,0,0,0,0,0 +383411,0,0,0,0,0 +383412,0,0,0,0,0 +383413,0,0,0,0,0 +383414,0,0,0,0,0 +383415,0,0,0,0,0 +383416,0,0,0,0,0 +383417,0,0,0,0,0 +383418,0,0,0,0,0 +383419,0,0,0,0,0 +383420,0,0,0,0,0 +383421,0,0,0,0,0 +383422,0,0,0,0,0 +383423,0,0,0,0,0 +383424,0,0,0,0,0 +383425,0,0,0,0,0 +383426,0,0,0,0,0 +383427,0,0,0,0,0 +383428,0,0,0,0,0 +383429,0,0,0,0,0 +383430,0,0,0,0,0 +383431,0,0,0,0,0 +383432,0,0,0,0,0 +383433,0,0,0,0,0 +383434,0,0,0,0,0 +383435,0,0,0,0,0 +383436,0,0,0,0,0 +383437,0,0,0,0,0 +383438,0,0,0,0,0 +383439,0,0,0,0,0 +383440,0,0,0,0,0 +383441,0,0,0,0,0 +383442,0,0,0,0,0 +383443,0,0,0,0,0 +383444,0,0,0,0,0 +383445,0,0,0,0,0 +383446,0,0,0,0,0 +383447,0,0,0,0,0 +383448,0,0,0,0,0 +383449,0,0,0,0,0 +383450,0,0,0,0,0 +383451,0,0,0,0,0 +383452,0,0,0,0,0 +383453,0,0,0,0,0 +383454,0,0,0,0,0 +383455,0,0,0,0,0 +383456,0,0,0,0,0 +383457,0,0,0,0,0 +383458,0,0,0,0,0 +383459,0,0,0,0,0 +383460,0,0,0,0,0 +383461,0,0,0,0,0 +383462,0,0,0,0,0 +383463,0,0,0,0,0 +383464,0,0,0,0,0 +383465,0,0,0,0,0 +383466,0,0,0,0,0 +383467,0,0,0,0,0 +383468,0,0,0,0,0 +383469,0,0,0,0,0 +383470,0,0,0,0,0 +383471,0,0,0,0,0 +383472,0,0,0,0,0 +383473,0,0,0,0,0 +383474,0,0,0,0,0 +383475,0,0,0,0,0 +383476,0,0,0,0,0 +383477,0,0,0,0,0 +383478,0,0,0,0,0 +383479,0,0,0,0,0 +383480,0,0,0,0,0 +383481,0,0,0,0,0 +383482,0,0,0,0,0 +383483,0,0,0,0,0 +383484,0,0,0,0,0 +383485,0,0,0,0,0 +383486,0,0,0,0,0 +383487,0,0,0,0,0 +383488,0,0,0,0,0 +383489,0,0,0,0,0 +383490,0,0,0,0,0 +383491,0,77.26982261,0,0,0 +383492,0,106.050112,0,0,0 +383493,0,93.16038941,0,0,0 +383494,0,116.4824501,0,0,0 +383495,0,128.9764995,0,0,0 +383496,0,141.4568295,0,0,0 +383497,0,153.7408221,0,0,0 +383498,0,166.2141146,0,0,0 +383499,0,178.7189406,0,0,0 +383500,0,191.121761,0,0,0 +383501,0,203.4518882,0,0,0 +383502,0,216.2622821,0,0,0 +383503,0,228.2963599,0,0,0 +383504,0,240.9926858,0,0,0 +383505,0,253.7538318,0,0,0 +383506,0,265.7851259,0,0,0 +383507,0,278.7529094,0,0,0 +383508,0,290.9689611,0,0,0 +383509,0,304.0571686,0,0,0 +383510,0,316.1996247,0,0,0 +383511,0,328.817577,0,0,0 +383512,0,341.7489679,0,0,0 +383513,0,354.236108,0,0,0 +383514,0,366.9544571,0,0,0 +383515,0,379.445423,0,0,0 +383516,0,392.5103716,0,0,0 +383517,0,405.0674166,0,0,0 +383518,0,417.8686704,0,0,0 +383519,0,430.6450755,0,0,0 +383520,0,443.466885,0,0,0 +383521,0,455.9819805,0,0,0 +383522,0,468.4119773,0,0,0 +383523,0,480.9233811,0,0,0 +383524,0,511.6919224,0,0,0 +383525,0,526.8475677,0,0,0 +383526,0,541.5198693,0,0,0 +383527,0,555.2094184,0,0,0 +383528,0,569.0139059,0,0,0 +383529,0,582.7632416,0,0,0 +383530,0,596.377969,0,0,0 +383531,0,609.986724,0,0,0 +383532,0,623.5617953,0,0,0 +383533,0,637.0735647,0,0,0 +383534,0,650.6676507,0,0,0 +383535,0,664.1582032,0,0,0 +383536,0,677.6277705,0,0,0 +383537,0,691.1848523,0,0,0 +383538,0,704.640109,0,0,0 +383539,0,718.0750978,0,0,0 +383540,0,731.6120259,77.77331744,0,0 +383541,0,744.9920664,100.4409988,0,0 +383542,0,758.0455761,83.12876246,0,0 +383543,0,772.1725759,102.1515015,0,0 +383544,0,785.2670219,109.6857539,0,0 +383545,0,798.7343396,116.8633231,0,0 +383546,0,812.2398024,124.1436834,0,0 +383547,0,832.1670327,131.1050531,0,0 +383548,0,849.975526,138.0847147,0,0 +383549,0,867.5354149,144.5462377,0,0 +383550,0,885.1581206,151.0754095,0,0 +383551,0,897.4648986,157.334979,0,0 +383552,0,908.8891499,162.68213,0,0 +383553,0,919.4062449,168.4025781,0,0 +383554,0,929.7111351,173.8556031,0,0 +383555,0,939.4222132,179.4179648,0,0 +383556,0,948.5697309,184.4647519,0,0 +383557,0,957.5901333,189.8504681,0,0 +383558,0,965.9960996,195.0041999,0,0 +383559,0,974.2657251,200.122887,0,0 +383560,0,982.1127752,205.4008495,0,0 +383561,0,989.5444025,209.847699,0,0 +383562,0,996.7314398,215.2850486,0,0 +383563,0,1003.718323,219.9942428,0,0 +383564,0,1010.291576,224.8791805,0,0 +383565,0,998.522954,221.1644821,0,0 +383566,0,1001.818686,224.7793353,0,0 +383567,0,1006.187833,229.0846845,0,0 +383568,0,1010.617686,233.4675996,0,0 +383569,0,1014.98733,237.9380366,0,0 +383570,0,1019.246179,242.3672063,0,0 +383571,0,1023.366017,246.8580613,0,0 +383572,0,1027.333442,251.5806395,0,0 +383573,0,1031.140786,255.6594435,0,0 +383574,0,1034.785203,260.2774185,0,0 +383575,0,1038.265025,264.7243147,0,0 +383576,0,1041.580669,269.1107667,0,0 +383577,0,1044.732036,273.5520287,0,0 +383578,0,1047.638713,277.988365,0,0 +383579,0,1050.456188,282.34031,0,0 +383580,0,1053.234459,286.77872,0,0 +383581,0,1055.808315,291.4051132,0,0 +383582,0,1058.319803,296.2256104,0,0 +383583,0,1060.675207,300.9582755,0,0 +383584,0,1062.8803,305.7969974,0,0 +383585,0,1064.933724,310.5186998,0,0 +383586,0,1066.903971,315.3402659,0,0 +383587,0,1068.558353,320.037848,0,0 +383588,0,1070.213185,324.8367132,0,0 +383589,0,1071.660916,329.5053375,0,0 +383590,0,1072.975082,334.2783102,0,0 +383591,0,1074.145637,338.9135033,0,0 +383592,0,1075.174725,343.6573748,0,0 +383593,0,1076.063524,348.2919403,0,0 +383594,0,1076.81416,352.9077916,0,0 +383595,0,1056.942622,354.3750245,0,0 +383596,0,1054.188073,358.789696,0,0 +383597,0,1052.603867,362.6224981,43.5217977,0 +383598,0,1051.300905,362.276251,41.2124438,0 +383599,0,1050.057921,366.4021845,41.68237564,0 +383600,0,1048.887768,371.3204849,49.50834328,0 +383601,0,1047.52484,376.6414102,54.10170051,0 +383602,0,1046.257386,381.7027082,58.52384677,0 +383603,0,1044.870269,386.8018074,62.9518781,0 +383604,0,1043.426744,392.2544029,67.28521862,0 +383605,0,1041.91141,397.3454938,71.64171054,0 +383606,0,1040.322062,402.5964905,75.76299602,0 +383607,0,1038.656593,407.9357149,80.07237181,0 +383608,0,1036.914212,413.1893504,84.24638853,0 +383609,0,1035.093771,418.2971551,88.33462763,0 +383610,0,1033.19515,423.7793635,92.29960565,0 +383611,0,1035.157282,428.0399246,96.00606758,0 +383612,0,1037.762678,432.3560395,99.71665541,0 +383613,0,1040.739507,436.5277921,103.0383025,0 +383614,0,1044.010363,440.7232474,106.6863682,0 +383615,0,1047.532841,444.99669,110.0345983,0 +383616,0,1051.212392,449.0183614,113.4326681,0 +383617,0,1055.254816,453.156517,116.7570752,0 +383618,73.29145272,1059.334281,457.2112918,120.0480804,0 +383619,72.27263616,1063.64029,461.2426262,123.282694,0 +383620,69.9288375,1068.156308,465.245419,126.4041169,0 +383621,91.48586289,1092.902156,468.8806264,129.5424931,0 +383622,99.61401783,1101.074756,472.4851137,132.4845822,0 +383623,107.1232844,1107.823988,476.1732172,135.5851271,0 +383624,114.4989524,1114.314802,479.9206996,138.3123799,0 +383625,121.6286379,1120.938385,483.5837042,141.4538943,0 +383626,128.9328776,1130.739031,487.1412622,144.2551916,0 +383627,135.9133202,1133.063375,490.7853845,147.1304243,0 +383628,142.9477105,1145.938276,494.3618924,149.8552935,0 +383629,149.7680875,1143.885123,497.9282714,152.8104901,0 +383630,157.1500225,1163.346992,503.1721527,155.5964741,0 +383631,163.560644,1151.726403,504.8911794,158.1962806,0 +383632,170.4870269,1158.794867,511.4618752,160.986291,0 +383633,177.2881117,1178.657246,510.210692,163.5400324,0 +383634,184.1634516,1177.024405,511.759885,166.3740853,0 +383635,190.5159011,1185.566989,521.7681508,168.9186444,0 +383636,197.2327365,1192.179541,521.6464208,171.548139,0 +383637,203.9356629,1198.784535,525.8740295,174.1333732,0 +383638,210.4845139,1205.483566,529.453533,176.6953435,0 +383639,217.0631347,1212.011254,532.766931,179.3601232,0 +383640,223.4026008,1218.719769,536.1948872,181.5627724,0 +383641,229.4705732,1224.927918,538.9268318,184.0722902,0 +383642,234.5296485,1231.376579,541.2839215,186.0571409,0 +383643,248.1502035,1255.239144,542.4465532,187.6365478,0 +383644,254.660166,1264.432197,544.4260768,189.5247201,0 +383645,260.534336,1272.686864,546.5155771,191.4452213,0 +383646,266.7463832,1280.48471,548.6236733,193.3566124,0 +383647,272.3962785,1287.98859,550.7270741,195.2509403,0 +383648,278.1771435,1295.540712,552.8225845,197.1267758,0 +383649,283.871563,1302.931492,554.8521856,198.983847,0 +383650,289.5263907,1310.262486,557.0195493,200.8225801,0 +383651,295.1451689,1317.533497,559.0446908,202.5093195,0 +383652,300.7319815,1324.746651,561.177319,204.5201153,0 +383653,306.2885864,1331.905396,563.1398459,206.2016163,0 +383654,311.8297497,1339.09237,565.1755715,207.9960096,0 +383655,317.3122106,1346.02475,567.2976791,209.7488341,0 +383656,322.8501926,1353.012848,569.3041062,211.4944181,0 +383657,328.3005133,1360.081691,571.3505326,213.219832,0 +383658,333.718994,1367.008338,573.3779861,214.9291769,0 +383659,339.1790728,1373.68138,575.3379559,216.6233711,0 +383660,344.5293475,1380.606243,577.4468452,218.4505427,0 +383661,349.9509775,1387.281529,579.4057928,219.8852841,0 +383662,355.2873984,1394.037084,581.4784783,221.6496816,0 +383663,360.5994063,1400.620004,583.3786495,223.2599087,0 +383664,365.9620674,1407.268023,585.4146606,224.8824356,0 +383665,371.2112876,1413.746411,587.3246631,226.3363393,0 +383666,376.5450358,1420.208973,589.4002263,228.1729621,0 +383667,381.4555274,1426.625609,591.3242154,229.637268,0 +383668,387.2330267,1433.07545,593.304076,231.2377495,0 +383669,392.1764567,1439.245315,595.2676359,232.798199,0 +383670,397.5060682,1445.55392,597.2273861,234.3477862,0 +383671,401.9652546,1448.982968,598.9894341,235.8032134,0 +383672,406.3305211,1451.708997,600.7046175,237.2289419,0 +383673,410.6061783,1454.060004,602.389537,238.6326136,0 +383674,414.7392493,1456.358173,604.0519509,240.0169149,0 +383675,418.8878396,1458.205021,605.6929512,241.3827681,0 +383676,422.9851372,1459.901825,607.3142942,242.7311541,0 +383677,426.9521477,1461.367779,608.916114,244.0623658,0 +383678,430.9466977,1462.629719,610.499417,245.3770806,0 +383679,434.8954727,1463.697462,612.063933,246.6754104,0 +383680,438.7165402,1464.579811,613.5464007,247.957946,0 +383681,442.5710005,1465.284008,615.1742708,249.2247303,0 +383682,446.3488581,1465.816994,616.6350022,250.4763252,0 +383683,450.1247536,1466.27733,618.1402481,251.7941584,0 +383684,453.76845,1466.350191,619.6166882,252.9480363,0 +383685,457.4505555,1466.469771,621.1413476,254.2154165,0 +383686,464.713222,1470.197486,623.9470175,255.9763718,0 +383687,468.7724183,1470.743384,625.5888261,257.281876,0 +383688,472.6044855,1470.670375,626.9568214,258.4134622,0 +383689,476.2782298,1470.455477,628.440544,259.4296328,0 +383690,479.919905,1470.071015,629.7341717,260.8301507,0 +383691,483.4050615,1469.527596,631.0617981,261.7977578,0 +383692,486.9247986,1468.835271,632.3528261,262.9160709,0 +383693,490.3604509,1467.999417,633.621689,263.9847776,0 +383694,493.7962113,1467.025946,634.8688913,265.0391955,0 +383695,497.0877904,1465.824973,636.0955719,266.0781499,0 +383696,500.4304996,1464.720719,637.4887414,267.1040293,0 +383697,503.6922392,1463.286555,638.521985,268.1149172,0 +383698,506.9186983,1461.80712,639.822208,269.1116605,0 +383699,510.1057499,1460.189692,640.8471763,270.0954434,0 +383700,513.2922048,1458.449522,642.0112627,271.0654849,0 +383701,517.363674,1457.059935,644.2704471,272.3752305,0 +383702,521.9143587,1455.600078,646.4873416,273.7980211,0 +383703,526.5692641,1454.043378,649.0856275,275.2512222,0 +383704,530.6150173,1452.474668,651.4993974,276.7090699,0 +383705,535.7834315,1450.576092,653.9698831,278.1635576,0 +383706,539.8658103,1448.771826,656.455864,279.6127963,0 +383707,544.4334518,1446.783491,658.9886541,281.0557154,0 +383708,548.7794625,1444.707108,661.3957754,282.492466,0 +383709,553.3257424,1442.529334,663.9524045,283.9226462,0 +383710,557.4651199,1440.251488,666.3638424,285.3467124,0 +383711,562.0251747,1437.874799,668.8835621,286.7647257,0 +383712,566.1453333,1435.400235,671.3064324,288.1764611,0 +383713,570.6186182,1432.828812,673.6880775,289.5818441,0 +383714,574.727861,1430.071534,678.4252027,290.9813029,0 +383715,579.1456496,1427.439974,676.276109,292.3746283,0 +383716,583.2059902,1424.520878,690.634864,293.7622369,0 +383717,587.5287015,1421.587848,669.6445052,295.1439193,0 +383718,591.6586656,1418.549733,692.8480855,296.5201146,0 +383719,595.8707818,1415.421521,686.7149862,297.8906226,0 +383720,599.8789209,1412.204537,690.9069699,299.2558915,0 +383721,604.0956495,1408.899777,693.1806877,300.6157243,0 +383722,608.0843994,1405.508492,695.608936,301.9705248,0 +383723,612.2725517,1402.031869,698.0882828,303.1132441,0 +383724,616.1984027,1398.559465,700.4387357,304.776664,0 +383725,620.2514948,1394.697343,702.9003317,305.955796,0 +383726,624.1861412,1391.162113,705.1676749,307.330111,0 +383727,628.2708338,1387.277461,707.7383902,308.6601512,0 +383728,632.0554484,1383.403764,710.0137583,309.9874794,0 +383729,636.0901602,1379.437644,712.4752068,311.3101334,0 +383730,639.8990156,1375.393836,714.8027725,312.8417835,0 +383731,644.0579614,1371.732053,716.8839868,313.7401045,0 +383732,647.8036346,1368.078235,719.1266616,315.1054136,0 +383733,651.9790839,1364.389521,721.2456474,316.2570899,0 +383734,655.7040413,1360.564095,723.2307615,317.4365974,0 +383735,659.8858367,1356.899927,725.364597,318.6065833,0 +383736,663.5953021,1352.98845,727.4142203,319.790474,0 +383737,667.7232306,1349.17929,729.3891447,320.9114564,0 +383738,671.3523526,1345.084732,731.5538406,322.0752779,0 +383739,675.3684224,1341.112661,733.5250467,323.2116975,0 +383740,679.1138615,1337.001572,735.5639611,324.3453799,0 +383741,683.0622079,1332.75449,737.5795067,325.4726807,0 +383742,686.7065412,1328.647965,739.587368,326.6164808,0 +383743,690.6565547,1324.29466,741.5881651,327.6974524,0 +383744,694.1985282,1319.947947,743.5034197,328.8243349,0 +383745,698.249023,1315.521823,747.9218144,329.9247047,0 +383746,701.6793747,1311.02902,743.9922622,331.0237257,0 +383747,705.6029081,1306.46962,751.3236663,332.1176396,0 +383748,709.1116819,1301.842699,751.0567981,333.2066272,0 +383749,712.8877231,1297.149966,753.4672444,334.3139751,0 +383750,716.4544573,1292.391208,755.4035516,335.3583329,0 +383751,720.2041324,1287.566091,757.2799754,336.45096,0 +383752,723.6544437,1282.675301,759.3512126,337.517673,0 +383753,727.4083115,1277.719333,761.2291555,338.5841339,0 +383754,730.8675794,1272.613835,763.181298,339.6464048,0 +383755,734.493733,1267.647264,765.1130705,340.7046771,0 +383756,737.8429966,1262.438391,767.0409294,341.7589759,0 +383757,741.598012,1257.318923,768.884444,342.8330072,0 +383758,744.8777073,1251.925543,770.9293773,343.8438514,0 +383759,748.5248229,1246.561984,772.7807911,344.9047056,0 +383760,751.8103888,1241.265046,774.7069941,345.9400721,0 +383761,755.0165511,1235.696926,776.4523516,346.9169565,0 +383762,758.180016,1230.120545,778.1417542,347.8687763,0 +383763,761.2560669,1224.387453,779.7272142,348.8100735,0 +383764,764.5201219,1218.86042,782.8917027,349.7450991,0 +383765,767.471197,1212.917526,781.1989553,350.6753339,0 +383766,770.5959044,1207.149909,785.5448869,351.6251338,0 +383767,773.6316547,1201.168945,786.2827152,352.510285,0 +383768,776.6569505,1195.327829,788.0077482,353.4459264,0 +383769,779.6609181,1189.269584,789.6545107,354.3554525,0 +383770,782.6435954,1183.295884,791.192528,355.2650488,0 +383771,785.5441119,1176.999523,792.9399679,356.1708786,0 +383772,788.5803557,1170.992896,794.4822691,357.0728607,0 +383773,791.4537481,1164.710672,796.1031123,357.971183,0 +383774,794.3646475,1158.452786,797.7020796,358.8657645,0 +383775,797.2444262,1173.398475,799.2963814,359.781616,0 +383776,800.1671848,1114.410829,800.8852237,360.6312669,0 +383777,802.9085399,1178.592573,802.385907,361.5338129,0 +383778,805.7766339,1094.706921,806.9248436,362.4099698,0 +383779,808.5650293,1158.735253,801.3449448,363.2867899,0 +383780,811.2806578,1093.613778,809.2057912,364.1602265,0 +383781,814.1390403,1125.68433,808.3192314,365.0302587,0 +383782,816.8305168,1101.883116,810.3065667,365.8969253,0 +383783,819.5630877,1100.906558,811.8580095,366.7602742,0 +383784,822.2655587,1092.885617,813.4141825,367.6202649,0 +383785,824.9488945,1086.38202,815.0456337,368.2263369,0 +383786,827.6141666,1079.666277,816.3655585,369.4878229,0 +383787,830.2613288,1072.752073,820.1400724,370.1077432,0 +383788,832.8902174,1065.883045,816.4228319,371.0187636,0 +383789,835.5017207,1059.087043,822.6667125,371.8576872,0 +383790,838.0299112,1052.128286,822.2396196,372.6988235,0 +383791,840.6820451,1045.041311,824.3064254,373.6059527,0 +383792,842.9785131,1037.798588,825.9956527,374.5243872,0 +383793,845.4710088,1030.686527,828.6943533,375.4475929,0 +383794,847.8719116,1023.503013,829.6751936,376.3735175,0 +383795,850.2702511,1016.319914,835.1095969,377.3014984,0 +383796,852.6554816,1009.130173,825.167857,378.2310117,0 +383797,855.0292284,1001.936452,838.6682747,379.1879193,0 +383798,857.3918579,994.7412879,839.2218482,380.0803337,0 +383799,859.7457317,987.6116869,832.5107895,381.0332372,0 +383800,862.0909798,980.3303273,842.5858945,381.9626529,0 +383801,864.4295271,973.1287921,846.4838818,382.8975653,0 +383802,866.693377,966.0338113,838.3602497,383.8331497,0 +383803,869.1264995,958.8886712,848.3648999,384.7695108,0 +383804,871.3979195,951.6579778,842.4700945,385.7064931,0 +383805,873.7313766,944.5679158,860.8640952,386.6441616,0 +383806,876.051468,937.4420995,837.7937363,387.5823189,0 +383807,878.3717286,930.3433267,864.9439312,388.521158,0 +383808,880.6922657,923.269497,842.018754,389.4870123,0 +383809,883.0156581,916.2767855,868.7969389,390.3862936,0 +383810,885.4116619,911.6194357,843.7268277,391.3466954,0 +383811,887.6347125,906.4393955,874.6565182,392.2828118,0 +383812,890.0258605,901.2815522,855.3471649,393.2242943,0 +383813,892.3594697,896.0190059,865.0951251,394.1664093,0 +383814,894.7123808,890.9654132,865.3206631,395.1084928,0 +383815,897.0759848,885.6596759,867.1233848,396.0512039,0 +383816,899.3809338,880.5555606,868.9295565,396.9943234,0 +383817,901.8797278,875.4144631,870.7277676,397.9379583,0 +383818,904.2310059,870.3640699,872.6098742,398.8819973,0 +383819,906.6672175,865.1486124,874.2776153,399.8539768,0 +383820,909.1109613,860.22175,876.1376861,400.7571247,0 +383821,0,0,0,0,0 +383822,0,0,0,0,0 +383823,0,0,0,0,0 +383824,0,0,0,0,0 +383825,0,0,0,0,0 +383826,0,0,0,0,0 +383827,0,0,0,0,0 +383828,0,0,0,0,0 +383829,0,0,0,0,0 +383830,0,0,0,0,0 +383831,0,0,0,0,0 +383832,0,0,0,0,0 +383833,0,0,0,0,0 +383834,0,0,0,0,0 +383835,0,0,0,0,0 +383836,0,0,0,0,0 +383837,0,0,0,0,0 +383838,0,0,0,0,0 +383839,0,0,0,0,0 +383840,0,0,0,0,0 +383841,0,0,0,0,0 +383842,0,0,0,0,0 +383843,0,0,0,0,0 +383844,0,0,0,0,0 +383845,0,0,0,0,0 +383846,0,0,0,0,0 +383847,0,0,0,0,0 +383848,0,0,0,0,0 +383849,0,0,0,0,0 +383850,0,0,0,0,0 +383851,0,0,0,0,0 +383852,0,0,0,0,0 +383853,0,0,0,0,0 +383854,0,0,0,0,0 +383855,0,0,0,0,0 +383856,0,0,0,0,0 +383857,0,0,0,0,0 +383858,0,0,0,0,0 +383859,0,0,0,0,0 +383860,0,0,0,0,0 +383861,0,0,0,0,0 +383862,0,0,0,0,0 +383863,0,0,0,0,0 +383864,0,0,0,0,0 +383865,0,0,0,0,0 +383866,0,0,0,0,0 +383867,0,0,0,0,0 +383868,0,0,0,0,0 +383869,0,0,0,0,0 +383870,0,0,0,0,0 +383871,0,0,0,0,0 +383872,0,0,0,0,0 +383873,0,0,0,0,0 +383874,0,0,0,0,0 +383875,0,0,0,0,0 +383876,0,0,0,0,0 +383877,0,0,0,0,0 +383878,0,0,0,0,0 +383879,0,0,0,0,0 +383880,0,0,0,0,0 +383881,0,0,0,0,0 +383882,0,0,0,0,0 +383883,0,0,0,0,0 +383884,0,0,0,0,0 +383885,0,0,0,0,0 +383886,0,0,0,0,0 +383887,0,0,0,0,0 +383888,0,0,0,0,0 +383889,0,0,0,0,0 +383890,0,0,0,0,0 +383891,0,0,0,0,0 +383892,0,0,0,0,0 +383893,0,0,0,0,0 +383894,0,0,0,0,0 +383895,0,0,0,0,0 +383896,0,0,0,0,0 +383897,0,0,0,0,0 +383898,0,0,0,0,0 +383899,0,0,0,0,0 +383900,0,0,0,0,0 +383901,0,0,0,0,0 +383902,0,0,0,0,0 +383903,0,0,0,0,0 +383904,0,0,0,0,0 +383905,0,0,0,0,0 +383906,0,0,0,0,0 +383907,0,0,0,0,0 +383908,0,0,0,0,0 +383909,0,0,0,0,0 +383910,0,0,0,0,0 +383911,0,0,0,0,0 +383912,0,0,0,0,0 +383913,0,0,0,0,0 +383914,0,0,0,0,0 +383915,0,0,0,0,0 +383916,0,0,0,0,0 +383917,0,0,0,0,0 +383918,0,0,0,0,0 +383919,0,0,0,0,0 +383920,0,0,0,0,0 +383921,0,0,0,0,0 +383922,0,0,0,0,0 +383923,0,0,0,0,0 +383924,0,0,0,0,0 +383925,0,0,0,0,0 +383926,0,0,0,0,0 +383927,0,0,0,0,0 +383928,0,0,0,0,0 +383929,0,0,0,0,0 +383930,0,0,0,0,0 +383931,0,0,0,0,0 +383932,0,0,0,0,0 +383933,0,0,0,0,0 +383934,0,0,0,0,0 +383935,0,0,0,0,0 +383936,0,0,0,0,0 +383937,0,0,0,0,0 +383938,0,0,0,0,0 +383939,0,0,0,0,0 +383940,0,0,0,0,0 +383941,0,0,0,0,0 +383942,0,0,0,0,0 +383943,0,0,0,0,0 +383944,0,0,0,0,0 +383945,0,0,0,0,0 +383946,0,0,0,0,0 +383947,0,0,0,0,0 +383948,0,0,0,0,0 +383949,0,0,0,0,0 +383950,0,0,0,0,0 +383951,0,0,0,0,0 +383952,0,0,0,0,0 +383953,0,0,0,0,0 +383954,0,0,0,0,0 +383955,0,0,0,0,0 +383956,0,0,0,0,0 +383957,0,0,0,0,0 +383958,0,0,0,0,0 +383959,0,0,0,0,0 +383960,0,0,0,0,0 +383961,0,0,0,0,0 +383962,0,0,0,0,0 +383963,0,0,0,0,0 +383964,0,0,0,0,0 +383965,0,0,0,0,0 +383966,0,0,0,0,0 +383967,0,0,0,0,0 +383968,0,0,0,0,0 +383969,0,0,0,0,0 +383970,0,0,0,0,0 +383971,0,0,0,0,0 +383972,0,0,0,0,0 +383973,0,0,0,0,0 +383974,0,0,0,0,0 +383975,0,0,0,0,0 +383976,0,0,0,0,0 +383977,0,0,0,0,0 +383978,0,0,0,0,0 +383979,0,0,0,0,0 +383980,0,0,0,0,0 +383981,0,0,0,0,0 +383982,0,0,0,0,0 +383983,0,0,0,0,0 +383984,0,0,0,0,0 +383985,0,0,0,0,0 +383986,0,0,0,0,0 +383987,0,0,0,0,0 +383988,0,0,0,0,0 +383989,0,0,0,0,0 +383990,0,0,0,0,0 +383991,0,0,0,0,0 +383992,0,0,0,0,0 +383993,0,0,0,0,0 +383994,0,0,0,0,0 +383995,0,0,0,0,0 +383996,0,0,0,0,0 +383997,0,0,0,0,0 +383998,0,0,0,0,0 +383999,0,0,0,0,0 +384000,0,0,0,0,0 +384001,0,0,0,0,0 +384002,0,0,0,0,0 +384003,0,0,0,0,0 +384004,0,0,0,0,0 +384005,0,0,0,0,0 +384006,0,0,0,0,0 +384007,0,0,0,0,0 +384008,0,0,0,0,0 +384009,0,0,0,0,0 +384010,0,0,0,0,0 +384011,0,0,0,0,0 +384012,0,0,0,0,0 +384013,0,0,0,0,0 +384014,0,0,0,0,0 +384015,0,0,0,0,0 +384016,0,0,0,0,0 +384017,0,0,0,0,0 +384018,0,0,0,0,0 +384019,0,0,0,0,0 +384020,0,0,0,0,0 +384021,0,0,0,0,0 +384022,0,0,0,0,0 +384023,0,0,0,0,0 +384024,0,0,0,0,0 +384025,0,0,0,0,0 +384026,0,0,0,0,0 +384027,0,0,0,0,0 +384028,0,0,0,0,0 +384029,0,0,0,0,0 +384030,0,0,0,0,0 +384031,0,0,0,0,0 +384032,0,0,0,0,0 +384033,0,0,0,0,0 +384034,0,0,0,0,0 +384035,0,0,0,0,0 +384036,0,0,0,0,0 +384037,0,0,0,0,0 +384038,0,0,0,0,0 +384039,0,0,0,0,0 +384040,0,0,0,0,0 +384041,0,0,0,0,0 +384042,0,0,0,0,0 +384043,0,0,0,0,0 +384044,0,0,0,0,0 +384045,0,0,0,0,0 +384046,0,0,0,0,0 +384047,0,0,0,0,0 +384048,0,0,0,0,0 +384049,0,0,0,0,0 +384050,0,0,0,0,0 +384051,0,0,0,0,0 +384052,0,0,0,0,0 +384053,0,0,0,0,0 +384054,0,0,0,0,0 +384055,0,0,0,0,0 +384056,0,0,0,0,0 +384057,0,0,0,0,0 +384058,0,0,0,0,0 +384059,0,0,0,0,0 +384060,0,0,0,0,0 +384061,0,0,0,0,0 +384062,0,0,0,0,0 +384063,0,0,0,0,0 +384064,0,0,0,0,0 +384065,0,0,0,0,0 +384066,0,0,0,0,0 +384067,0,0,0,0,0 +384068,0,0,0,0,0 +384069,0,0,0,0,0 +384070,0,0,0,0,0 +384071,0,0,0,0,0 +384072,0,0,0,0,0 +384073,0,0,0,0,0 +384074,0,0,0,0,0 +384075,0,0,0,0,0 +384076,0,0,0,0,0 +384077,0,0,0,0,0 +384078,0,0,0,0,0 +384079,0,0,0,0,0 +384080,0,0,0,0,0 +384081,0,0,0,0,0 +384082,0,0,0,0,0 +384083,0,0,0,0,0 +384084,0,0,0,0,0 +384085,0,0,0,0,0 +384086,0,0,0,0,0 +384087,0,0,0,0,0 +384088,0,0,0,0,0 +384089,0,0,0,0,0 +384090,0,0,0,0,0 +384091,0,0,0,0,0 +384092,0,0,0,0,0 +384093,0,0,0,0,0 +384094,0,0,0,0,0 +384095,0,0,0,0,0 +384096,0,0,0,0,0 +384097,0,0,0,0,0 +384098,0,0,0,0,0 +384099,0,0,0,0,0 +384100,0,0,0,0,0 +384101,0,0,0,0,0 +384102,0,0,0,0,0 +384103,0,0,0,0,0 +384104,0,0,0,0,0 +384105,0,0,0,0,0 +384106,0,0,0,0,0 +384107,0,0,0,0,0 +384108,0,0,0,0,0 +384109,0,0,0,0,0 +384110,0,0,0,0,0 +384111,0,0,0,0,0 +384112,0,0,0,0,0 +384113,0,0,0,0,0 +384114,0,0,0,0,0 +384115,0,0,0,0,0 +384116,0,0,0,0,0 +384117,0,0,0,0,0 +384118,0,0,0,0,0 +384119,0,0,0,0,0 +384120,0,0,0,0,0 +384121,0,0,0,0,0 +384122,0,0,0,0,0 +384123,0,0,0,0,0 +384124,0,0,0,0,0 +384125,0,0,0,0,0 +384126,0,0,0,0,0 +384127,0,0,0,0,0 +384128,0,0,0,0,0 +384129,0,0,0,0,0 +384130,0,0,0,0,0 +384131,0,0,0,0,0 +384132,0,0,0,0,0 +384133,0,0,0,0,0 +384134,0,0,0,0,0 +384135,0,0,0,0,0 +384136,0,0,0,0,0 +384137,0,0,0,0,0 +384138,0,0,0,0,0 +384139,0,0,0,0,0 +384140,0,0,0,0,0 +384141,0,0,0,0,0 +384142,0,0,0,0,0 +384143,0,0,0,0,0 +384144,0,0,0,0,0 +384145,0,0,0,0,0 +384146,0,0,0,0,0 +384147,0,0,0,0,0 +384148,0,0,0,0,0 +384149,0,0,0,0,0 +384150,0,0,0,0,0 +384151,0,0,0,0,0 +384152,0,0,0,0,0 +384153,0,0,0,0,0 +384154,0,0,0,0,0 +384155,0,0,0,0,0 +384156,0,0,0,0,0 +384157,0,0,0,0,0 +384158,0,0,0,0,0 +384159,0,0,0,0,0 +384160,0,0,0,0,0 +384161,0,0,0,0,0 +384162,0,0,0,0,0 +384163,0,0,0,0,0 +384164,0,0,0,0,0 +384165,0,0,0,0,0 +384166,0,0,0,0,0 +384167,0,0,0,0,0 +384168,0,0,0,0,0 +384169,0,0,0,0,0 +384170,0,0,0,0,0 +384171,0,0,0,0,0 +384172,0,0,0,0,0 +384173,0,0,0,0,0 +384174,0,0,0,0,0 +384175,0,0,0,0,0 +384176,0,0,0,0,0 +384177,0,0,0,0,0 +384178,0,0,0,0,0 +384179,0,0,0,0,0 +384180,0,0,0,0,0 +384181,0,0,0,0,0 +384182,0,0,0,0,0 +384183,0,0,0,0,0 +384184,0,0,0,0,0 +384185,0,0,0,0,0 +384186,0,0,0,0,0 +384187,0,0,0,0,0 +384188,0,0,0,0,0 +384189,0,0,0,0,0 +384190,0,0,0,0,0 +384191,0,0,0,0,0 +384192,0,0,0,0,0 +384193,0,0,0,0,0 +384194,0,0,0,0,0 +384195,0,0,0,0,0 +384196,0,0,0,0,0 +384197,0,0,0,0,0 +384198,0,0,0,0,0 +384199,0,0,0,0,0 +384200,0,0,0,0,0 +384201,0,0,0,0,0 +384202,0,0,0,0,0 +384203,0,0,0,0,0 +384204,0,0,0,0,0 +384205,0,0,0,0,0 +384206,0,0,0,0,0 +384207,0,0,0,0,0 +384208,0,0,0,0,0 +384209,0,0,0,0,0 +384210,0,0,0,0,0 +384211,0,0,0,0,0 +384212,0,0,0,0,0 +384213,0,0,0,0,0 +384214,0,0,0,0,0 +384215,0,0,0,0,0 +384216,0,0,0,0,0 +384217,0,0,0,0,0 +384218,0,0,0,0,0 +384219,0,0,0,0,0 +384220,0,0,0,0,0 +384221,0,0,0,0,0 +384222,0,0,0,0,0 +384223,0,0,0,0,0 +384224,0,0,0,0,0 +384225,0,0,0,0,0 +384226,0,0,0,0,0 +384227,0,0,0,0,0 +384228,0,0,0,0,0 +384229,0,0,0,0,0 +384230,0,0,0,0,0 +384231,0,0,0,0,0 +384232,0,0,0,0,0 +384233,0,0,0,0,0 +384234,0,0,0,0,0 +384235,0,0,0,0,0 +384236,0,0,0,0,0 +384237,0,0,0,0,0 +384238,0,0,0,0,0 +384239,0,0,0,0,0 +384240,0,0,0,0,0 +384241,0,0,0,0,0 +384242,0,0,0,0,0 +384243,0,0,0,0,0 +384244,0,0,0,0,0 +384245,0,0,0,0,0 +384246,0,0,0,0,0 +384247,0,0,0,0,0 +384248,0,0,0,0,0 +384249,0,0,0,0,0 +384250,0,0,0,0,0 +384251,0,0,0,0,0 +384252,0,0,0,0,0 +384253,0,0,0,0,0 +384254,0,0,0,0,0 +384255,0,0,0,0,0 +384256,0,0,0,0,0 +384257,0,0,0,0,0 +384258,0,0,0,0,0 +384259,0,0,0,0,0 +384260,0,0,0,0,0 +384261,0,0,0,0,0 +384262,0,0,0,0,0 +384263,0,0,0,0,0 +384264,0,0,0,0,0 +384265,0,0,0,0,0 +384266,0,0,0,0,0 +384267,0,0,0,0,0 +384268,0,0,0,0,0 +384269,0,0,0,0,0 +384270,0,0,0,0,0 +384271,0,0,0,0,0 +384272,0,0,0,0,0 +384273,0,0,0,0,0 +384274,0,0,0,0,0 +384275,0,0,0,0,0 +384276,0,0,0,0,0 +384277,0,0,0,0,0 +384278,0,0,0,0,0 +384279,0,0,0,0,0 +384280,0,0,0,0,0 +384281,0,0,0,0,0 +384282,0,0,0,0,0 +384283,0,0,0,0,0 +384284,0,0,0,0,0 +384285,0,0,0,0,0 +384286,0,0,0,0,0 +384287,0,0,0,0,0 +384288,0,0,0,0,0 +384289,0,0,0,0,0 +384290,0,0,0,0,0 +384291,0,0,0,0,0 +384292,0,0,0,0,0 +384293,0,0,0,0,0 +384294,0,0,0,0,0 +384295,0,0,0,0,0 +384296,0,0,0,0,0 +384297,0,0,0,0,0 +384298,0,0,0,0,0 +384299,0,0,0,0,0 +384300,0,0,0,0,0 +384301,0,0,0,0,0 +384302,0,0,0,0,0 +384303,0,0,0,0,0 +384304,0,0,0,0,0 +384305,0,0,0,0,0 +384306,0,0,0,0,0 +384307,0,0,0,0,0 +384308,0,0,0,0,0 +384309,0,0,0,0,0 +384310,0,0,0,0,0 +384311,0,0,0,0,0 +384312,0,0,0,0,0 +384313,0,0,0,0,0 +384314,0,0,0,0,0 +384315,0,0,0,0,0 +384316,0,0,0,0,0 +384317,0,0,0,0,0 +384318,0,0,0,0,0 +384319,0,0,0,0,0 +384320,0,0,0,0,0 +384321,0,0,0,0,0 +384322,0,0,0,0,0 +384323,0,0,0,0,0 +384324,0,0,0,0,0 +384325,0,0,0,0,0 +384326,0,0,0,0,0 +384327,0,0,0,0,0 +384328,0,0,0,0,0 +384329,0,0,0,0,0 +384330,0,0,0,0,0 +384331,0,0,0,0,0 +384332,0,0,0,0,0 +384333,0,0,0,0,0 +384334,0,0,0,0,0 +384335,0,0,0,0,0 +384336,0,0,0,0,0 +384337,0,0,0,0,0 +384338,0,0,0,0,0 +384339,0,0,0,0,0 +384340,0,0,0,0,0 +384341,0,0,0,0,0 +384342,0,0,0,0,0 +384343,0,0,0,0,0 +384344,0,0,0,0,0 +384345,0,0,0,0,0 +384346,0,0,0,0,0 +384347,0,0,0,0,0 +384348,0,0,0,0,0 +384349,0,0,0,0,0 +384350,0,0,0,0,0 +384351,0,0,0,0,0 +384352,0,0,0,0,0 +384353,0,0,0,0,0 +384354,0,0,0,0,0 +384355,0,0,0,0,0 +384356,0,0,0,0,0 +384357,0,0,0,0,0 +384358,0,0,0,0,0 +384359,0,0,0,0,0 +384360,0,0,0,0,0 +384361,0,0,0,0,0 +384362,0,0,0,0,0 +384363,0,0,0,0,0 +384364,0,0,0,0,0 +384365,0,0,0,0,0 +384366,0,0,0,0,0 +384367,0,0,0,0,0 +384368,0,0,0,0,0 +384369,0,0,0,0,0 +384370,0,0,0,0,0 +384371,0,0,0,0,0 +384372,0,0,0,0,0 +384373,0,0,0,0,0 +384374,0,0,0,0,0 +384375,0,0,0,0,0 +384376,0,0,0,0,0 +384377,0,0,0,0,0 +384378,0,0,0,0,0 +384379,0,0,0,0,0 +384380,0,0,0,0,0 +384381,0,0,0,0,0 +384382,0,0,0,0,0 +384383,0,0,0,0,0 +384384,0,0,0,0,0 +384385,0,0,0,0,0 +384386,0,0,0,0,0 +384387,0,0,0,0,0 +384388,0,0,0,0,0 +384389,0,0,0,0,0 +384390,0,0,0,0,0 +384391,0,0,0,0,0 +384392,0,0,0,0,0 +384393,0,0,0,0,0 +384394,0,0,0,0,0 +384395,0,0,0,0,0 +384396,0,0,0,0,0 +384397,0,0,0,0,0 +384398,0,0,0,0,0 +384399,0,0,0,0,0 +384400,0,0,0,0,0 +384401,0,0,0,0,0 +384402,0,0,0,0,0 +384403,0,0,0,0,0 +384404,0,0,0,0,0 +384405,0,0,0,0,0 +384406,0,0,0,0,0 +384407,0,0,0,0,0 +384408,0,0,0,0,0 +384409,0,0,0,0,0 +384410,0,0,0,0,0 +384411,0,0,0,0,0 +384412,0,0,0,0,0 +384413,0,0,0,0,0 +384414,0,0,0,0,0 +384415,0,0,0,0,0 +384416,0,0,0,0,0 +384417,0,0,0,0,0 +384418,0,0,0,0,0 +384419,0,0,0,0,0 +384420,0,0,0,0,0 +384421,0,0,0,0,0 +384422,0,0,0,0,0 +384423,0,0,0,0,0 +384424,0,0,0,0,0 +384425,0,0,0,0,0 +384426,0,0,0,0,0 +384427,0,0,0,0,0 +384428,0,0,0,0,0 +384429,0,0,0,0,0 +384430,0,0,0,0,0 +384431,0,0,0,0,0 +384432,0,0,0,0,0 +384433,0,0,0,0,0 +384434,0,0,0,0,0 +384435,0,0,0,0,0 +384436,0,0,0,0,0 +384437,0,0,0,0,0 +384438,0,0,0,0,0 +384439,0,0,0,0,0 +384440,0,0,0,0,0 +384441,0,0,0,0,0 +384442,0,0,0,0,0 +384443,0,0,0,0,0 +384444,0,0,0,0,0 +384445,0,0,0,0,0 +384446,0,0,0,0,0 +384447,0,0,0,0,0 +384448,0,0,0,0,0 +384449,0,0,0,0,0 +384450,0,0,0,0,0 +384451,0,0,0,0,0 +384452,0,0,0,0,0 +384453,0,0,0,0,0 +384454,0,0,0,0,0 +384455,0,0,0,0,0 +384456,0,0,0,0,0 +384457,0,0,0,0,0 +384458,0,0,0,0,0 +384459,0,0,0,0,0 +384460,0,0,0,0,0 +384461,0,0,0,0,0 +384462,0,0,0,0,0 +384463,0,0,0,0,0 +384464,0,0,0,0,0 +384465,0,0,0,0,0 +384466,0,0,0,0,0 +384467,0,0,0,0,0 +384468,0,0,0,0,0 +384469,0,0,0,0,0 +384470,0,0,0,0,0 +384471,0,0,0,0,0 +384472,0,0,0,0,0 +384473,0,0,0,0,0 +384474,0,0,0,0,0 +384475,0,0,0,0,0 +384476,0,0,0,0,0 +384477,0,0,0,0,0 +384478,0,0,0,0,0 +384479,0,0,0,0,0 +384480,0,0,0,0,0 +384481,0,0,0,0,0 +384482,0,0,0,0,0 +384483,0,0,0,0,0 +384484,0,0,0,0,0 +384485,0,0,0,0,0 +384486,0,0,0,0,0 +384487,0,0,0,0,0 +384488,0,0,0,0,0 +384489,0,0,0,0,0 +384490,0,0,0,0,0 +384491,0,0,0,0,0 +384492,0,0,0,0,0 +384493,0,0,0,0,0 +384494,0,0,0,0,0 +384495,0,0,0,0,0 +384496,0,0,0,0,0 +384497,0,0,0,0,0 +384498,0,0,0,0,0 +384499,0,0,0,0,0 +384500,0,0,0,0,0 +384501,0,0,0,0,0 +384502,0,0,0,0,0 +384503,0,0,0,0,0 +384504,0,0,0,0,0 +384505,0,0,0,0,0 +384506,0,0,0,0,0 +384507,0,0,0,0,0 +384508,0,0,0,0,0 +384509,0,0,0,0,0 +384510,0,0,0,0,0 +384511,0,0,0,0,0 +384512,0,0,0,0,0 +384513,0,0,0,0,0 +384514,0,0,0,0,0 +384515,0,0,0,0,0 +384516,0,0,0,0,0 +384517,0,0,0,0,0 +384518,0,0,0,0,0 +384519,0,0,0,0,0 +384520,0,0,0,0,0 +384521,0,0,0,0,0 +384522,0,0,0,0,0 +384523,0,0,0,0,0 +384524,0,0,0,0,0 +384525,0,0,0,0,0 +384526,0,0,0,0,0 +384527,0,0,0,0,0 +384528,0,0,0,0,0 +384529,0,0,0,0,0 +384530,0,0,0,0,0 +384531,0,0,0,0,0 +384532,0,0,0,0,0 +384533,0,0,0,0,0 +384534,0,0,0,0,0 +384535,0,0,0,0,0 +384536,0,0,0,0,0 +384537,0,0,0,0,0 +384538,0,0,0,0,0 +384539,0,0,0,0,0 +384540,0,0,0,0,0 +384541,0,0,0,0,0 +384542,0,0,0,0,0 +384543,0,0,0,0,0 +384544,0,0,0,0,0 +384545,0,0,0,0,0 +384546,0,0,0,0,0 +384547,0,0,0,0,0 +384548,0,0,0,0,0 +384549,0,0,0,0,0 +384550,0,0,0,0,0 +384551,0,0,0,0,0 +384552,0,0,0,0,0 +384553,0,0,0,0,0 +384554,0,0,0,0,0 +384555,0,0,0,0,0 +384556,0,0,0,0,0 +384557,0,0,0,0,0 +384558,0,0,0,0,0 +384559,0,0,0,0,0 +384560,0,0,0,0,0 +384561,0,0,0,0,0 +384562,0,0,0,0,0 +384563,0,0,0,0,0 +384564,0,0,0,0,0 +384565,0,0,0,0,0 +384566,0,0,0,0,0 +384567,0,0,0,0,0 +384568,0,0,0,0,0 +384569,0,0,0,0,0 +384570,0,0,0,0,0 +384571,0,0,0,0,0 +384572,0,0,0,0,0 +384573,0,0,0,0,0 +384574,0,0,0,0,0 +384575,0,0,0,0,0 +384576,0,0,0,0,0 +384577,0,0,0,0,0 +384578,0,0,0,0,0 +384579,0,0,0,0,0 +384580,0,0,0,0,0 +384581,0,0,0,0,0 +384582,0,0,0,0,0 +384583,0,0,0,0,0 +384584,0,0,0,0,0 +384585,0,0,0,0,0 +384586,0,0,0,0,0 +384587,0,0,0,0,0 +384588,0,0,0,0,0 +384589,0,0,0,0,0 +384590,0,0,0,0,0 +384591,0,0,0,0,0 +384592,0,0,0,0,0 +384593,0,0,0,0,0 +384594,0,0,0,0,0 +384595,0,0,0,0,0 +384596,0,0,0,0,0 +384597,0,0,0,0,0 +384598,0,0,0,0,0 +384599,0,0,0,0,0 +384600,0,0,0,0,0 +384601,0,0,0,0,0 +384602,0,0,0,0,0 +384603,0,0,0,0,0 +384604,0,0,0,0,0 +384605,0,0,0,0,0 +384606,0,0,0,0,0 +384607,0,0,0,0,0 +384608,0,0,0,0,0 +384609,0,0,0,0,0 +384610,0,0,0,0,0 +384611,0,0,0,0,0 +384612,0,0,0,0,0 +384613,0,0,0,0,0 +384614,0,0,0,0,0 +384615,0,0,0,0,0 +384616,0,0,0,0,0 +384617,0,0,0,0,0 +384618,0,0,0,0,0 +384619,0,0,0,0,0 +384620,0,0,0,0,0 +384621,0,0,0,0,0 +384622,0,0,0,0,0 +384623,0,0,0,0,0 +384624,0,0,0,0,0 +384625,0,0,0,0,0 +384626,0,0,0,0,0 +384627,0,0,0,0,0 +384628,0,0,0,0,0 +384629,0,0,0,0,0 +384630,0,0,0,0,0 +384631,0,0,0,0,0 +384632,0,0,0,0,0 +384633,0,0,0,0,0 +384634,0,0,0,0,0 +384635,0,0,0,0,0 +384636,0,0,0,0,0 +384637,0,0,0,0,0 +384638,0,0,0,0,0 +384639,0,0,0,0,0 +384640,0,0,0,0,0 +384641,0,0,0,0,0 +384642,0,0,0,0,0 +384643,0,0,0,0,0 +384644,0,0,0,0,0 +384645,0,0,0,0,0 +384646,0,0,0,0,0 +384647,0,0,0,0,0 +384648,0,0,0,0,0 +384649,0,0,0,0,0 +384650,0,0,0,0,0 +384651,0,0,0,0,0 +384652,0,0,0,0,0 +384653,0,0,0,0,0 +384654,0,0,0,0,0 +384655,0,0,0,0,0 +384656,0,0,0,0,0 +384657,0,0,0,0,0 +384658,0,0,0,0,0 +384659,0,0,0,0,0 +384660,0,0,0,0,0 +384661,0,0,0,0,0 +384662,0,0,0,0,0 +384663,0,0,0,0,0 +384664,0,0,0,0,0 +384665,0,0,0,0,0 +384666,0,0,0,0,0 +384667,0,0,0,0,0 +384668,0,0,0,0,0 +384669,0,0,0,0,0 +384670,0,0,0,0,0 +384671,0,0,0,0,0 +384672,0,0,0,0,0 +384673,0,0,0,0,0 +384674,0,0,0,0,0 +384675,0,0,0,0,0 +384676,0,0,0,0,0 +384677,0,0,0,0,0 +384678,0,0,0,0,0 +384679,0,0,0,0,0 +384680,0,0,0,0,0 +384681,0,0,0,0,0 +384682,0,0,0,0,0 +384683,0,0,0,0,0 +384684,0,0,0,0,0 +384685,0,0,0,0,0 +384686,0,0,0,0,0 +384687,0,0,0,0,0 +384688,0,0,0,0,0 +384689,0,0,0,0,0 +384690,0,0,0,0,0 +384691,0,0,0,0,0 +384692,0,0,0,0,0 +384693,0,0,0,0,0 +384694,0,0,0,0,0 +384695,0,0,0,0,0 +384696,0,0,0,0,0 +384697,0,0,0,0,0 +384698,0,0,0,0,0 +384699,0,0,0,0,0 +384700,0,0,0,0,0 +384701,0,0,0,0,0 +384702,0,0,0,0,0 +384703,0,0,0,0,0 +384704,0,0,0,0,0 +384705,0,0,0,0,0 +384706,0,0,0,0,0 +384707,0,0,0,0,0 +384708,0,0,0,0,0 +384709,0,0,0,0,0 +384710,0,0,0,0,0 +384711,0,0,0,0,0 +384712,0,0,0,0,0 +384713,0,0,0,0,0 +384714,0,0,0,0,0 +384715,0,0,0,0,0 +384716,0,0,0,0,0 +384717,0,0,0,0,0 +384718,0,0,0,0,0 +384719,0,0,0,0,0 +384720,0,0,0,0,0 +384721,0,0,0,0,0 +384722,0,0,0,0,0 +384723,0,0,0,0,0 +384724,0,0,0,0,0 +384725,0,0,0,0,0 +384726,0,0,0,0,0 +384727,0,0,0,0,0 +384728,0,0,0,0,0 +384729,0,0,0,0,0 +384730,0,0,0,0,0 +384731,0,0,0,0,0 +384732,0,0,0,0,0 +384733,0,0,0,0,0 +384734,0,0,0,0,0 +384735,0,0,0,0,0 +384736,0,0,0,0,0 +384737,0,0,0,0,0 +384738,0,0,0,0,0 +384739,0,0,0,0,0 +384740,0,0,0,0,0 +384741,0,0,0,0,0 +384742,0,0,0,0,0 +384743,0,0,0,0,0 +384744,0,0,0,0,0 +384745,0,0,0,0,0 +384746,0,0,0,0,0 +384747,0,0,0,0,0 +384748,0,0,0,0,0 +384749,0,0,0,0,0 +384750,0,0,0,0,0 +384751,0,0,0,0,0 +384752,0,0,0,0,0 +384753,0,0,0,0,0 +384754,0,0,0,0,0 +384755,0,0,0,0,0 +384756,0,0,0,0,0 +384757,0,0,0,0,0 +384758,0,0,0,0,0 +384759,0,0,0,0,0 +384760,0,0,0,0,0 +384761,0,0,0,0,0 +384762,0,0,0,0,0 +384763,0,0,0,0,0 +384764,0,0,0,0,0 +384765,0,0,0,0,0 +384766,0,0,0,0,0 +384767,0,0,0,0,0 +384768,0,0,0,0,0 +384769,0,0,0,0,0 +384770,0,0,0,0,0 +384771,0,0,0,0,0 +384772,0,0,0,0,0 +384773,0,0,0,0,0 +384774,0,0,0,0,0 +384775,0,0,0,0,0 +384776,0,0,0,0,0 +384777,0,0,0,0,0 +384778,0,0,0,0,0 +384779,0,0,0,0,0 +384780,0,0,0,0,0 +384781,0,0,0,0,0 +384782,0,0,0,0,0 +384783,0,0,0,0,0 +384784,0,0,0,0,0 +384785,0,0,0,0,0 +384786,0,0,0,0,0 +384787,0,0,0,0,0 +384788,0,0,0,0,0 +384789,0,0,0,0,0 +384790,0,0,0,0,0 +384791,0,0,0,0,0 +384792,0,0,0,0,0 +384793,0,0,0,0,0 +384794,0,0,0,0,0 +384795,0,0,0,0,0 +384796,0,0,0,0,0 +384797,0,0,0,0,0 +384798,0,0,0,0,0 +384799,0,0,0,0,0 +384800,0,0,0,0,0 +384801,0,0,0,0,0 +384802,0,0,0,0,0 +384803,0,0,0,0,0 +384804,0,0,0,0,0 +384805,0,0,0,0,0 +384806,0,0,0,0,0 +384807,0,0,0,0,0 +384808,0,0,0,0,0 +384809,0,0,0,0,0 +384810,0,0,0,0,0 +384811,0,0,0,0,0 +384812,0,0,0,0,0 +384813,0,0,0,0,0 +384814,0,0,0,0,0 +384815,0,0,0,0,0 +384816,0,0,0,0,0 +384817,0,0,0,0,0 +384818,0,0,0,0,0 +384819,0,0,0,0,0 +384820,0,0,0,0,0 +384821,0,0,0,0,0 +384822,0,0,0,0,0 +384823,0,0,0,0,0 +384824,0,0,0,0,0 +384825,0,0,0,0,0 +384826,0,0,0,0,0 +384827,0,0,0,0,0 +384828,0,0,0,0,0 +384829,0,0,0,0,0 +384830,0,0,0,0,0 +384831,0,0,0,0,0 +384832,0,0,0,0,0 +384833,0,0,0,0,0 +384834,0,0,0,0,0 +384835,0,0,0,0,0 +384836,0,0,0,0,0 +384837,0,0,0,0,0 +384838,0,0,0,0,0 +384839,0,0,0,0,0 +384840,0,0,0,0,0 +384841,0,0,0,0,0 +384842,0,0,0,0,0 +384843,0,0,0,0,0 +384844,0,0,0,0,0 +384845,0,0,0,0,0 +384846,0,0,0,0,0 +384847,0,0,0,0,0 +384848,0,0,0,0,0 +384849,0,0,0,0,0 +384850,0,0,0,0,0 +384851,0,0,0,0,0 +384852,0,0,0,0,0 +384853,0,0,0,0,0 +384854,0,0,0,0,0 +384855,0,0,0,0,0 +384856,0,0,0,0,0 +384857,0,0,0,0,0 +384858,0,0,0,0,0 +384859,0,0,0,0,0 +384860,0,0,0,0,0 +384861,0,0,0,0,0 +384862,0,0,0,0,0 +384863,0,0,0,0,0 +384864,0,0,0,0,0 +384865,0,0,0,0,0 +384866,0,0,0,0,0 +384867,0,0,0,0,0 +384868,0,0,0,0,0 +384869,0,0,0,0,0 +384870,0,0,0,0,0 +384871,0,0,0,0,0 +384872,0,0,0,0,0 +384873,0,0,0,0,0 +384874,0,0,0,0,0 +384875,0,0,0,0,0 +384876,0,0,0,0,0 +384877,0,0,0,0,0 +384878,0,0,0,0,0 +384879,0,0,0,0,0 +384880,0,0,0,0,0 +384881,0,0,0,0,0 +384882,0,0,0,0,0 +384883,0,0,0,0,0 +384884,0,0,0,0,0 +384885,0,0,0,0,0 +384886,0,0,0,0,0 +384887,0,0,0,0,0 +384888,0,0,0,0,0 +384889,0,0,0,0,0 +384890,0,0,0,0,0 +384891,0,0,0,0,0 +384892,0,0,0,0,0 +384893,0,0,0,0,0 +384894,0,0,0,0,0 +384895,0,0,0,0,0 +384896,0,0,0,0,0 +384897,0,0,0,0,0 +384898,0,0,0,0,0 +384899,0,0,0,0,0 +384900,0,0,0,0,0 +384901,-137.4153541,25.76222274,-47.56293081,-62.73920499,-338.0432771 +384902,305.5860447,228.2918128,396.2016113,138.7493996,468.1191968 +384903,301.8190676,226.6786381,392.2434012,137.0067061,463.0845999 +384904,293.49963,222.905761,383.6070618,133.1449073,449.6253547 +384905,284.5542936,219.2170463,374.5724872,129.0469108,434.2267665 +384906,276.6757516,216.4452096,366.8797214,125.5080589,419.9082307 +384907,270.1398103,214.6310389,360.7600561,122.6397511,407.3657851 +384908,264.7174018,213.5738899,355.925643,120.3140723,396.39094 +384909,260.1369131,213.0839141,352.0649749,118.3903791,386.6476215 +384910,256.2147743,213.0352909,348.9658923,116.7734821,377.8905554 +384911,252.8355633,213.3490586,346.4956713,115.4052976,369.9724748 +384912,249.9239491,213.9700057,344.5621659,114.2469211,362.7982757 +384913,247.4171592,214.8541008,343.0914079,113.2680261,356.293378 +384914,245.2642017,215.9639548,342.0193998,112.4428655,350.391172 +384915,243.4169638,217.2676113,341.2901497,111.7492529,345.0303054 +384916,241.8370465,218.7380554,340.855169,111.1682787,340.1547984 +384917,240.4901121,220.3528163,340.6732151,110.6863883,335.7148826 +384918,239.3463853,222.0931462,340.7090803,110.2876764,331.6660985 +384919,238.3808335,223.9435013,340.9329509,109.9603807,327.9692724 +384920,237.5761216,225.8908561,341.3192968,109.6979386,324.5894171 +384921,236.9096973,227.9243786,341.8464614,109.4905269,321.4957294 +384922,236.3647469,230.0349194,342.4957732,109.3311421,318.6605621 +384923,235.9328949,232.2148666,343.2514072,109.2171693,316.0596547 +384924,235.5990793,234.4577281,344.099608,109.1417768,313.6711023 +384925,235.3527853,236.7580599,345.0286398,109.1027501,311.4755848 +384926,235.1906518,239.1112819,346.028466,109.0946973,309.4560312 +384927,235.1016002,241.513401,347.090204,109.116728,307.5968379 +384928,235.0824078,243.9610827,348.2063318,109.1645114,305.8844011 +384929,235.1240052,246.4514362,349.370251,109.2380339,304.3064567 +384930,235.225289,248.9820264,350.5763415,109.3336101,302.8522775 +384931,235.3786348,251.5506172,351.8194153,109.4516759,301.5117645 +384932,235.5756036,254.1388498,353.0753363,109.586125,300.2763381 +384933,235.8122958,256.7339022,354.3335279,109.7332156,299.1363524 +384934,236.0857617,259.3327407,355.5875211,109.8929629,298.0882058 +384935,236.3883278,261.9302358,356.8287825,110.0640724,297.1238246 +384936,236.7257707,264.5300628,358.0663541,110.2488887,296.2372642 +384937,237.0953066,267.1369861,359.2994723,110.4454729,295.4252469 +384938,237.4929684,269.7525781,360.5319699,110.6520815,294.6794166 +384939,237.923245,272.3783905,361.7600767,110.8715038,293.9973887 +384940,238.3812166,275.0148493,362.9843626,111.1013213,293.3752042 +384941,238.8650264,277.6622234,364.2079526,111.3407788,292.8094043 +384942,239.3784689,280.3206929,365.4281964,111.5922316,292.2966794 +384943,240.0513143,283.1439526,366.842502,111.9084303,291.8341521 +384944,240.836098,423.0307229,368.3820883,112.2674049,291.4185799 +384945,241.6633967,378.7215798,369.946062,112.6446464,291.0474128 +384946,242.5032635,403.0483842,371.486478,113.0245189,290.7183607 +384947,243.3436238,420.0198694,372.9906113,113.4032496,290.4291238 +384948,244.1895543,433.8931541,374.4616718,113.7844224,290.1780834 +384949,245.0406346,447.344944,375.9050856,114.1673041,289.9633614 +384950,245.9026563,460.7094162,377.3247788,114.5524873,289.7836037 +384951,246.77347,474.0742799,378.7228727,114.9432731,289.637427 +384952,247.6572508,487.4083273,380.100542,115.337885,289.5234015 +384953,248.5511863,500.5405305,381.458761,115.7382445,289.4404116 +384954,249.4592537,513.5300552,382.7983606,116.1425521,289.3873559 +384955,250.3784186,526.7425918,384.1200578,116.5529065,289.3631626 +384956,251.3124345,539.4850172,385.424423,116.9675701,289.3667122 +384957,252.258142,552.7772991,386.7120076,117.3886357,289.3970986 +384958,253.219063,565.1296505,387.9830977,117.8142494,289.4531337 +384959,254.1918841,578.2935905,389.2380515,118.2464199,289.5339622 +384960,255.1801159,590.747045,390.477102,118.6832706,289.6386471 +384961,256.2431964,1029.180861,391.7633344,119.1553299,289.8806794 +384962,276.2923999,1061.782328,411.5781919,128.4248015,325.1881369 +384963,306.2757612,1088.646273,441.0953175,142.1666246,379.712922 +384964,336.8032457,1113.637033,471.1415669,155.9686474,436.7764344 +384965,363.8708631,1137.575717,497.7866314,168.0010904,488.9094908 +384966,386.9770411,1160.731408,520.5478674,178.0924435,534.7968064 +384967,406.8256264,1183.433275,540.1170359,186.6260968,575.3117338 +384968,424.1794799,1205.683512,557.237217,193.9952795,611.5285305 +384969,439.5753588,1227.17201,572.4274528,200.4724288,644.209528 +384970,453.3622063,1249.591829,586.0240256,206.2326493,673.8468135 +384971,465.7882524,1270.837268,598.2664674,211.3985991,700.7947881 +384972,477.0529845,1292.21667,609.3479709,216.0670244,725.3490381 +384973,487.3271856,1313.382257,619.4331472,220.3191593,747.774792 +384974,496.7582645,1334.379395,775.1685304,224.2237598,768.3120568 +384975,505.4721603,1355.164826,967.5679958,227.838391,787.1756382 +384976,513.5751751,1375.939271,853.0858539,231.2106357,804.555406 +384977,521.1566643,1396.394641,917.3132718,234.3796472,820.618494 +384978,528.2915875,1416.958863,935.7730247,237.3775752,835.5116974 +384979,535.0428523,1437.053436,953.2961164,240.2308316,849.363955 +384980,541.4633851,1457.339312,970.0586506,242.9611734,862.2887209 +384981,547.5979094,1477.313792,986.3215995,245.5866088,874.3861321 +384982,553.4841105,1497.233559,1002.218463,248.121993,885.7443165 +384983,559.1538726,1516.941814,1017.705145,250.5796331,896.4410429 +384984,564.6340578,1536.710313,1032.688549,252.969674,906.5446801 +384985,569.9474737,1556.21044,1047.11824,255.3005522,916.1156794 +384986,575.1132929,1575.65183,1061.239604,257.5791985,925.2070759 +384987,580.1479357,1594.907248,1075.396278,259.8114395,933.86598 +384988,585.0653015,1614.278993,1088.917546,262.0021025,942.1338882 +384989,589.8772723,1633.155661,1101.672509,264.1552376,950.0475701 +384990,594.5938943,1652.299598,1114.630544,266.274194,957.6393894 +384991,599.2237534,1669.674522,1125.786909,268.3617808,964.9380004 +384992,603.7600549,1694.600997,1136.161202,270.4117564,971.9687655 +384993,608.2000286,1704.194655,1146.848729,272.4206221,978.7544549 +384994,612.5467505,1731.853917,1156.476179,274.3887765,985.3146376 +384995,616.8066606,1734.898635,1166.117272,276.3188171,991.6674286 +384996,620.9862915,1731.346669,1175.332041,278.2135847,997.8286268 +384997,625.0914025,1782.041329,1184.27237,280.075571,1003.812296 +384998,629.1270185,1780.552079,1192.891568,281.9068988,1009.631259 +384999,633.0972363,1799.633508,1201.316321,283.7092501,1015.296615 +385000,637.0057431,1815.288205,1209.379984,285.4841204,1020.818515 +385001,786.4343878,1830.316578,1217.299133,287.23284,1026.206147 +385002,759.2149437,1845.398459,1224.873435,288.956504,1031.467432 +385003,772.88102,1860.241292,1232.324659,320.4361725,1036.609783 +385004,794.3943756,1874.989876,1239.446406,345.289699,1041.639659 +385005,808.8428384,1889.37807,1246.468163,346.757325,1046.562845 +385006,822.8849289,1903.7739,1253.174686,353.214032,1051.384598 +385007,836.1134231,1917.932628,1259.771153,361.8868305,1056.109798 +385008,855.2904786,1926.92436,1271.779223,371.9023806,1060.742584 +385009,868.7316693,1940.103682,1278.891169,379.0347225,1065.287065 +385010,882.2917432,1953.262817,1285.537809,385.5721911,1069.747095 +385011,894.8846875,1966.733905,1291.74465,391.8882086,1074.125887 +385012,907.8260512,1979.999617,1297.951763,398.3376801,1078.423905 +385013,919.9110615,1992.968542,1303.885691,404.4122616,1082.647406 +385014,932.5084437,2005.926709,1309.627965,410.2405932,1086.796597 +385015,944.0057867,2019.039865,1315.384352,416.3399853,1090.874375 +385016,956.1155098,2031.559342,1320.869062,421.9241322,1094.88638 +385017,967.3284824,2044.247844,1326.321018,427.5826894,1098.831753 +385018,979.1587475,2056.812031,1331.579283,433.1347784,1102.712226 +385019,989.940396,2068.941571,1336.820784,438.592986,1106.530438 +385020,1000.927781,2081.380345,1341.939694,443.7536254,1110.289641 +385021,1401.840629,2262.409877,1736.213076,617.4900333,1113.749087 +385022,1415.755165,2276.271265,1745.461466,624.27697,1130.43702 +385023,1428.130385,2289.098964,1752.116927,630.2896749,1353.549018 +385024,1439.926952,2301.94262,1762.821742,635.9899027,2259.059064 +385025,1451.181907,2314.320306,1761.599131,641.4646548,1662.438234 +385026,1462.285578,2326.317711,1778.450031,646.7837439,1851.96719 +385027,1473.050364,2338.354038,1768.268113,651.7886832,1867.897086 +385028,1483.560011,2350.110347,1796.957745,657.1461078,1880.201802 +385029,1493.8572,2361.785387,1768.952264,661.9269842,1891.90934 +385030,1504.133342,2373.008988,1794.057988,666.851861,1903.434154 +385031,1513.989735,2384.516385,1799.151617,671.5884068,1914.133603 +385032,1523.893831,2395.689507,1801.262453,676.2659442,1925.530779 +385033,1533.490301,2416.992401,1807.554777,680.8598438,1935.807129 +385034,1546.653902,2392.582056,1819.984595,688.8876272,1946.407573 +385035,1556.269888,2423.612323,1826.263275,693.8273173,1956.360414 +385036,1565.793772,2424.55152,1832.19791,698.5200199,1966.226356 +385037,1575.159402,2435.714272,1838.136155,703.0734577,1975.870314 +385038,1584.253767,2445.517403,1842.544831,707.3074898,1985.267448 +385039,1593.326367,2454.958763,1848.379671,712.005839,1994.613382 +385040,1602.295674,2464.8595,1854.152844,716.1191427,2003.512715 +385041,1598.416516,2468.21985,1847.396552,714.6209828,1989.544667 +385042,1543.321701,2448.23915,1789.230629,689.6591322,1882.999062 +385043,1609.716971,2478.95464,1853.048021,719.7192089,2005.98712 +385044,1643.540469,2521.084377,1883.051779,734.6383897,2052.571877 +385045,1627.264693,2491.564126,1864.512875,727.553049,2019.472341 +385046,1642.295546,2514.286494,1878.986207,734.4417469,2038.865515 +385047,1651.540872,2528.337201,1878.018999,738.518933,2048.13802 +385048,1660.686513,2526.572664,1890.737193,742.756226,2057.052175 +385049,1668.127741,2537.651371,1892.461907,746.0173355,2063.701705 +385050,1836.697757,2632.69536,2059.245524,822.5762111,2357.701009 +385051,1455.341678,2459.393912,1674.359303,650.2980563,1650.919628 +385052,1955.611078,2675.915745,2171.34354,875.8128847,2571.239582 +385053,1450.952606,2467.043992,1664.487004,648.6970784,1623.009648 +385054,1973.449916,2692.979132,2192.42771,883.6816443,2587.795121 +385055,1464.150617,2477.635301,1659.22877,654.5790892,1632.790131 +385056,1991.917083,2706.537539,2203.02305,891.8609364,2617.847184 +385057,1477.818437,2490.374601,1678.604927,660.7434316,1623.203698 +385058,2009.762602,2723.938171,2224.827987,899.6063503,2630.988505 +385059,1491.658261,2495.964163,1664.522511,666.906148,1650.523101 +385060,2026.842565,2735.900895,2247.984406,907.1588821,2637.385871 +385061,1505.396609,2509.956145,1669.880642,672.7759576,1661.972263 +385062,2044.172125,2749.976787,2259.410083,914.6692939,2657.952437 +385063,1518.74959,2515.877989,1677.966632,678.6718671,1663.708941 +385064,2060.930955,2765.252674,2270.179072,921.8813276,2671.802021 +385065,1532.017921,2521.950722,1685.998132,684.2901109,1679.137899 +385066,2085.3744,2778.153597,2280.749076,929.0961962,2687.520592 +385067,1533.331608,2536.290456,1693.912014,689.8104045,1681.417027 +385068,2126.089828,2777.34212,2291.277455,936.1696214,2704.974127 +385069,1517.262167,2550.57679,1701.551029,695.1236993,1689.557657 +385070,2129.625332,2784.397195,2301.399028,943.2028843,2728.460514 +385071,1565.659745,2559.651385,1709.077313,700.2674288,1682.670908 +385072,2127.367532,2783.529697,2316.586279,950.1460675,2750.575969 +385073,1581.589736,2585.119003,1708.772999,705.2138192,1686.994033 +385074,2143.878988,2777.522165,2329.591825,957.0886124,2765.306592 +385075,1593.650164,2596.827894,1716.562745,710.138742,1693.973748 +385076,2159.67143,2774.120759,2337.955378,963.6701086,2778.727298 +385077,1773.255021,2699.898953,1896.85009,791.2440604,2005.146667 +385078,1924.772144,2693.17093,2074.70931,857.6219741,2312.638663 +385079,1906.333622,2712.152985,2046.180318,849.9686474,2258.680361 +385080,1912.789148,2711.737709,2051.206773,852.3170278,2264.823426 +385081,1926.55183,2719.506112,2065.115324,858.0278308,2280.982404 +385082,1935.10397,2720.13049,2073.028943,861.6446283,2286.94705 +385083,1943.292582,2727.719797,2074.501541,864.9768037,2292.871178 +385084,1951.062452,2726.862708,2065.632175,868.1962462,2298.24274 +385085,1959.009846,2730.12437,2102.066881,871.3768524,2303.54571 +385086,1966.773068,2732.623615,2072.258878,874.5227475,2308.796026 +385087,1974.324439,2740.637933,2101.544108,877.6339098,2313.670618 +385088,1982.017358,2733.695582,2097.767977,880.6785857,2318.847694 +385089,1989.491028,2740.338755,2113.995808,883.7995193,2323.773319 +385090,1997.338098,2740.644329,2094.891538,886.8460032,2335.991027 +385091,2011.443598,2741.765538,2126.35421,889.7652074,2328.576923 +385092,2008.056658,2745.168253,2116.895546,892.8823129,2333.633889 +385093,2033.304524,2743.71743,2126.986515,895.7946092,2346.409839 +385094,2015.543684,2742.594537,2135.025066,898.7827524,2346.465524 +385095,2027.283054,2741.916778,2131.532533,901.6441129,2351.98768 +385096,2047.674754,2744.31342,2140.690569,904.6481122,2356.785077 +385097,2046.48732,2743.196626,2144.267158,907.4437354,2361.013757 +385098,2055.678321,2745.887327,2149.144691,910.290011,2365.433644 +385099,2062.866144,2744.982589,2153.744758,913.0884817,2370.033202 +385100,2069.993139,2745.18076,2158.308409,915.9727684,2374.164996 +385101,2077.078577,2745.831525,2163.129822,918.789431,2378.550882 +385102,2084.230691,2746.68631,2167.69713,921.514689,2382.794179 +385103,2091.098291,2750.143156,2172.179786,924.2697742,2387.098599 +385104,2098.155884,2751.997479,2176.965093,927.0826992,2402.721679 +385105,2104.988401,2750.614969,2181.366171,929.7866931,2378.542509 +385106,2112.17245,2750.463255,2185.838347,932.5121565,2406.483134 +385107,2118.828285,2750.818653,2190.528563,935.2166944,2402.475112 +385108,2125.782105,2753.970902,2195.032461,937.9045259,2407.246442 +385109,2132.5926,2753.100708,2199.404865,940.5816892,2411.501387 +385110,2139.502878,2755.780792,2208.94626,943.2372749,2415.450398 +385111,2146.02243,2754.648123,2205.847602,945.8493179,2421.936495 +385112,2152.751919,2754.301766,2213.331253,948.3230745,2430.742509 +385113,2159.239528,2754.396865,2217.188921,950.9964052,2418.369862 +385114,2165.979459,2757.295145,2221.445279,953.559941,2428.635601 +385115,2172.553629,2756.097729,2225.509517,955.9422499,2437.852053 +385116,2178.918212,2755.683685,2229.831234,958.6386911,2443.183616 +385117,2185.48092,2755.605596,2233.949655,961.1248446,2440.704526 +385118,2191.914863,2755.737071,2238.256337,963.5163043,2438.942682 +385119,2198.334431,2755.862084,2242.512555,966.1486579,2472.167179 +385120,2204.836414,2755.944254,2246.364395,968.5551268,2441.201032 +385121,2210.910868,2756.220634,2255.756571,970.9327769,2461.881336 +385122,2217.494749,2756.277636,2248.083209,973.4210273,2443.336493 +385123,2223.695285,2756.429829,2265.716292,975.9321072,2488.124991 +385124,2229.983623,2756.753372,2261.536053,978.2020753,2452.005504 +385125,2236.226293,2756.84356,2267.290998,980.7164849,2481.975497 +385126,2242.440152,2759.323831,2271.653565,983.1172122,2471.259384 +385127,2248.737102,2757.756231,2275.684026,985.3869449,2479.467236 +385128,2254.717779,2752.058783,2279.253656,987.8585085,2482.030663 +385129,2260.930618,2749.598076,2287.937994,990.2241791,2485.282691 +385130,2267.011435,2740.737152,2286.067199,992.4586816,2488.836685 +385131,2273.082464,2742.718865,2291.274378,994.8964979,2492.082778 +385132,2279.008866,2742.193261,2296.359011,997.2287142,2501.651696 +385133,2285.323043,2732.803892,2299.4285,999.431313,2495.473051 +385134,2291.044662,2734.905745,2307.446672,1001.836502,2503.093147 +385135,2297.113192,2733.174405,2306.416301,1004.02421,2505.552922 +385136,2302.823342,2723.447512,2310.844819,1006.411589,2508.669301 +385137,2308.917258,2732.558315,2319.565881,1008.579402,2511.71449 +385138,2314.816506,2717.164732,2318.424834,1010.946947,2515.104262 +385139,2320.465189,2719.781015,2326.381558,1013.095683,2518.106621 +385140,2326.480458,2717.364636,2326.19773,1015.391517,2521.335629 +385141,2214.140369,2654.71621,2211.336903,964.2552812,2308.703535 +385142,2217.083321,2652.481116,2219.409448,964.9915725,2297.595077 +385143,2220.526847,2652.784335,2213.705508,966.3861375,2321.655979 +385144,2224.369862,2642.41465,2217.908237,967.7259029,2309.949586 +385145,2228.625414,2638.782838,2224.644984,969.1831869,2315.798421 +385146,2232.435436,2635.515697,2221.250715,970.6683461,2320.983731 +385147,2236.636448,2630.868353,2225.300077,972.1754317,2316.704425 +385148,2240.735662,2626.117551,2227.519731,973.6939399,2318.181519 +385149,2244.857555,2621.479611,2229.54341,975.1674761,2337.740077 +385150,2248.978509,2610.287734,2236.543378,976.7728731,2310.023242 +385151,2253.213875,2619.32958,2233.47881,978.2659364,2340.05886 +385152,2257.017949,2598.644044,2236.293069,979.8051341,2322.481607 +385153,2261.389414,2602.580685,2239.352498,981.336319,2334.369185 +385154,2265.371999,2596.224053,2246.090678,982.8662872,2332.005573 +385155,2269.46806,2590.407365,2238.908189,984.4484697,2335.275153 +385156,2273.534042,2585.425855,2250.270301,985.8982256,2337.006573 +385157,2277.586948,2580.101635,2248.809343,987.4625509,2338.893457 +385158,2281.625825,2574.115958,2254.70465,988.9793449,2341.08075 +385159,2285.649219,2562.590312,2253.202432,990.4481117,2342.75165 +385160,2289.782253,2571.477828,2254.977791,992.0478034,2344.946027 +385161,2293.584369,2548.487317,2261.307702,993.5270783,2346.613169 +385162,2297.651214,2553.491753,2260.458738,995.0503172,2348.545712 +385163,2301.596331,2545.219909,2264.978346,996.564668,2350.312461 +385164,2305.545511,2539.263557,2264.368636,998.0772865,2352.401026 +385165,2311.245454,2532.986008,2264.750227,999.5879478,2360.434336 +385166,2316.06753,2527.164095,2265.631876,1001.096254,2353.005469 +385167,2318.055192,2520.924594,2264.255257,1002.602165,2359.236473 +385168,2327.264699,2514.775254,2262.902876,1004.105422,2360.319136 +385169,2320.38478,2508.259284,2261.633585,1005.606139,2362.028603 +385170,2349.168992,2495.053451,2260.293542,1007.104249,2364.139946 +385171,2298.378388,2504.296952,2259.273589,1008.5088,2365.920736 +385172,2351.737499,2478.24607,2258.393062,1010.093666,2367.889665 +385173,2337.218888,2484.336485,2257.38428,1011.415418,2369.567968 +385174,2343.276689,2473.753122,2256.571482,1012.899867,2371.677996 +385175,2347.362346,2466.964415,2255.899232,1014.323162,2373.50571 +385176,2350.992996,2460.082064,2255.261883,1015.749513,2375.33618 +385177,2354.603237,2453.09231,2254.687163,1017.170843,2377.299768 +385178,2358.190904,2446.045139,2254.173767,1018.587312,2378.949026 +385179,2361.884615,2438.61008,2253.698706,1019.998821,2381.035939 +385180,2365.231117,2431.319476,2253.262619,1021.349196,2382.822984 +385181,2368.715505,2424.066579,2252.863247,1022.835291,2384.702652 +385182,2372.392644,2416.53992,2252.495124,1024.191987,2386.500113 +385183,2375.774688,2409.041944,2252.155671,1025.593272,2388.212432 +385184,2379.250036,2401.629745,2251.84603,1026.981135,2390.283221 +385185,2382.684162,2393.692333,2251.55484,1028.364232,2391.995288 +385186,2386.225802,2386.210246,2251.282225,1029.800434,2393.882412 +385187,2389.414254,2378.389067,2251.034955,1031.087626,2395.491686 +385188,2392.876821,2370.519211,2250.815513,1032.498156,2397.568833 +385189,2396.200976,2362.879321,2250.619464,1033.853622,2399.223888 +385190,2399.523025,2354.669964,2250.438675,1035.154761,2401.144898 +385191,2402.822966,2346.709957,2250.390643,1036.597093,2408.159521 +385192,2406.100367,2338.736275,2250.223765,1037.905948,2396.779009 +385193,2409.493078,2323.344518,2249.953363,1039.261098,2414.476735 +385194,2412.516177,2332.449466,2249.965762,1040.602514,2406.063892 +385195,2415.826977,2302.312629,2249.878261,1041.939751,2409.877283 +385196,2418.856066,2309.674141,2249.646463,1043.272152,2412.224097 +385197,2422.22967,2295.894363,2249.580388,1044.599912,2413.340228 +385198,2428.798661,2288.31722,2249.568335,1045.923277,2415.519108 +385199,2426.895694,2280.128476,2249.553518,1047.242144,2416.834979 +385200,2443.816036,2271.427231,2249.553543,1048.55633,2418.77147 +385201,2172.882875,2145.949518,2244.365959,940.7815611,1969.566917 +385202,2201.608542,2151.693113,2217.310899,939.3613685,1986.792937 +385203,2195.50781,2114.606895,2185.153919,939.0109536,1972.238909 +385204,2197.421695,2137.937642,2158.222566,939.0240295,1971.75154 +385205,2192.612733,2100.196235,2138.142909,939.0198962,1969.610682 +385206,2171.840901,2106.275499,2123.546308,939.2443127,1980.153804 +385207,2205.953013,2088.922999,2112.862144,939.6300918,1947.559572 +385208,2191.383884,2080.047799,2104.701717,939.957949,1974.203486 +385209,2195.705018,2064.058039,2098.289579,940.376907,1962.026769 +385210,2197.090354,2072.008502,2093.204416,940.8763549,1962.929601 +385211,2198.414099,2028.571055,2089.122028,941.2091627,1970.884331 +385212,2199.923019,2068.674944,2085.775827,941.8322726,1947.856376 +385213,2201.13648,2000.784874,2082.981568,942.3028215,1966.949746 +385214,2202.68305,2053.154232,2080.542161,942.8522609,1958.585011 +385215,2204.008925,1995.518926,2078.351219,943.4121557,1966.592949 +385216,2205.722053,1989.660296,2076.432955,943.9895631,1947.608324 +385217,2207.160446,2003.411452,2074.643243,944.5837327,1973.668706 +385218,2208.741362,1986.778173,2072.897717,945.1939627,1948.378643 +385219,2210.324867,1953.283478,2071.268151,945.819354,1968.939693 +385220,2212.062498,1986.069319,2070.05484,946.4591362,1938.346197 +385221,2213.472847,1926.786493,2069.349149,947.1089613,1979.97207 +385222,2215.199127,1952.405905,2068.738534,947.7711158,1934.191345 +385223,2216.826825,1929.425581,2068.181868,948.3888046,1979.096465 +385224,2218.493346,1940.967013,2069.343232,949.1623351,1947.571356 +385225,2220.16246,1885.190853,2067.54498,949.824567,1958.451461 +385226,2221.862117,1925.359711,2068.102838,950.5409489,1956.708642 +385227,2223.557988,1875.822204,2066.236416,951.2676125,1956.586694 +385228,2225.278099,1889.704964,2065.208244,952.0569413,1956.512687 +385229,2227.003741,1871.894137,2064.533186,952.7133355,1956.483042 +385230,2228.742186,1863.549139,2064.067467,953.5082082,1956.532533 +385231,2230.391363,1853.695907,2065.517265,954.2130714,1956.625565 +385232,2232.160167,1844.065917,2064.284684,954.9284656,1956.638285 +385233,2233.591263,1854.072933,2065.425338,955.643267,1956.676476 +385234,2235.317244,1795.986253,2064.064315,956.3668739,1956.971216 +385235,2238.222815,1839.433868,2065.184036,957.0905287,1957.05382 +385236,2241.939035,1786.134842,2063.772215,957.8233055,1957.249871 +385237,2236.563443,1802.784136,2063.083974,958.5570756,1957.451853 +385238,2254.577711,1783.9908,2064.410364,959.2958447,1957.698413 +385239,2224.027483,1775.886881,2064.909231,960.0403441,1957.966753 +385240,2254.934453,1766.198787,2065.104717,960.7874982,1958.185602 +385241,2271.538125,1756.761883,2063.312573,961.5397476,1958.375908 +385242,2208.158758,1747.250122,2064.236263,962.292575,1958.885627 +385243,2269.519235,1737.571083,2062.80829,963.0525391,1959.104342 +385244,2247.976851,1728.048931,2062.109288,963.8122447,1959.47711 +385245,2253.254977,1718.736493,2061.812767,964.5763835,1965.550763 +385246,2255.414923,1709.251744,2061.559327,965.343013,1951.529046 +385247,2256.998054,1699.89859,2061.410991,966.051229,1970.110031 +385248,2258.751319,1690.461662,2063.205953,966.9110681,1957.710164 +385249,2260.481823,1681.445383,2062.169801,967.6444347,1962.010296 +385250,2262.235529,1671.992363,2061.707474,968.4269185,1962.282312 +385251,2263.997165,1676.975453,2063.234834,969.202939,1962.550893 +385252,2265.766695,1633.342876,2063.91376,969.9827915,1962.964895 +385253,2267.554373,1657.731061,2064.2675,970.7619174,1963.479099 +385254,2269.497768,1628.749395,2064.421775,971.5427346,1963.913324 +385255,2271.100118,1628.895354,2064.481573,972.3244917,1964.4069 +385256,2273.031389,1617.383152,2062.737012,973.1085371,1964.698473 +385257,2274.87115,1608.880036,2061.965984,973.8902066,1965.5151 +385258,2276.743621,1600.199924,2061.603764,974.6742716,1965.861749 +385259,2278.647875,1591.387231,2063.213289,975.4567224,1966.508937 +385260,2280.561593,1582.905883,2062.198977,976.2438556,1966.905909 +385261,2538.90127,1681.617935,2070.637021,1083.657707,2201.55506 +385262,2512.639133,1679.02624,2097.997538,1085.943654,2227.736274 +385263,2531.148625,1661.505768,2129.89398,1087.92224,2257.462206 +385264,2532.052523,1663.262989,2156.490044,1089.443666,2281.76191 +385265,2534.805301,1652.125611,2175.81399,1091.024422,2299.744179 +385266,2533.329464,1645.549757,2189.349312,1092.358856,2312.642183 +385267,2548.09564,1637.91976,2198.985198,1093.753119,2322.087778 +385268,2518.850984,1630.498096,2206.155301,1094.922687,2329.292726 +385269,2579.821346,1623.296509,2211.965317,1096.161399,2335.288357 +385270,2518.45465,1615.942532,2216.702775,1097.340434,2340.257852 +385271,2579.900123,1608.837435,2220.457487,1098.505723,2344.219863 +385272,2540.653794,1601.449363,2223.419276,1099.647332,2347.346841 +385273,2566.157475,1594.586968,2225.67686,1100.765693,2349.702204 +385274,2545.084985,1587.519115,2229.250694,1101.865177,2353.736108 +385275,2584.946629,1580.626695,2230.193451,1102.938415,2354.591055 +385276,2534.419648,1573.719896,2233.378715,1104.000302,2358.227632 +385277,2605.120501,1567.127083,2234.179422,1105.034318,2358.961379 +385278,2532.977906,1560.533151,2235.50586,1106.056728,2360.35035 +385279,2613.406114,1553.884927,2236.973426,1107.058008,2361.915598 +385280,2551.076412,1547.521419,2238.352551,1108.042186,2363.378383 +385281,2603.972271,1541.18574,2239.552125,1109.009078,2364.629585 +385282,2578.991384,1534.873729,2240.697138,1109.959127,2365.822581 +385283,2592.492274,1528.901915,2241.741169,1110.892374,2366.899699 +385284,2594.783461,1522.846087,2242.88506,1111.809376,2368.107525 +385285,2598.850035,1517.072839,2244.189324,1112.71023,2369.52247 +385286,2602.717546,1511.235131,2245.56142,1113.595057,2371.034285 +385287,2606.764476,1505.667578,2248.685973,1114.466053,2374.718755 +385288,2610.711527,1500.159564,2249.168224,1115.316345,2375.187384 +385289,2614.761854,1494.771409,2251.920486,1116.158782,2378.461513 +385290,2618.708474,1489.49758,2252.18428,1116.978137,2378.693399 +385291,2622.838909,1484.457729,2253.079712,1117.814141,2379.701495 +385292,2626.966976,1479.644926,2255.910511,1118.888128,2383.074381 +385293,2631.061392,1474.977582,2256.206941,1119.803419,2383.326604 +385294,2635.19105,1470.64587,2258.837522,1121.12633,2386.433611 +385295,2639.267392,1466.287178,2259.024699,1122.309006,2386.529235 +385296,2643.473199,1461.861373,2261.58395,1123.646033,2389.526672 +385297,2647.385827,1457.662934,2263.438197,1125.051728,2391.655807 +385298,2651.73127,1453.450535,2263.32024,1126.537144,2391.359707 +385299,2655.885253,1451.282117,2265.706216,1128.102857,2394.127427 +385300,2659.877462,1448.698191,2265.731261,1129.740081,2393.985622 +385301,2664.151478,1445.754378,2268.166668,1131.563806,2396.798909 +385302,2668.178632,1442.987727,2268.211086,1133.272598,2396.673464 +385303,2672.41319,1440.227821,2270.650192,1135.227098,2399.490116 +385304,2676.430862,1437.487624,2270.689272,1137.169497,2399.360035 +385305,2680.686553,1434.779162,2273.116668,1139.174733,2402.16644 +385306,2684.728118,1432.088699,2273.143365,1141.308904,2402.026041 +385307,2688.845151,1429.427603,2273.84933,1143.343763,2402.716987 +385308,2693.077732,1426.789429,2276.503972,1145.590629,2405.801862 +385309,2696.845356,1424.168182,2276.637565,1147.838788,2405.798625 +385310,2701.310865,1421.576446,2277.395727,1150.16422,2406.566636 +385311,2705.26953,1419.003526,2278.366693,1152.549562,2407.593083 +385312,2709.395085,1416.453038,2279.438935,1154.996815,2408.744569 +385313,2713.499092,1413.924189,2280.562243,1157.505094,2409.964417 +385314,2717.604878,1411.418504,2283.410958,1160.07501,2413.31979 +385315,2721.571325,1408.92865,2283.623941,1162.701649,2413.454461 +385316,2725.766316,1406.467786,2286.092343,1165.392931,2416.37404 +385317,2729.661786,1403.935239,2286.093785,1168.138621,2416.265707 +385318,2733.850251,1401.636158,2286.735518,1171.016024,2416.939106 +385319,2737.95851,1399.180516,2289.300926,1173.824359,2419.973531 +385320,2741.96902,1396.807549,2291.040634,1176.764357,2422.005709 +385321,2799.27453,1417.367194,2290.760141,1202.694497,2421.095555 +385322,2798.207355,1416.472456,2296.007967,1207.315347,2427.450714 +385323,2808.24069,1415.252474,2301.710917,1211.467815,2434.705151 +385324,2813.826918,1413.76862,2305.084491,1215.552947,2439.276566 +385325,2819.70693,1412.425881,2308.641834,1219.600747,2443.902799 +385326,2825.724377,1410.857565,2313.217704,1223.642466,2450.04119 +385327,2831.157939,1409.335416,2314.774144,1227.624196,2452.427841 +385328,2836.814451,1407.795632,2316.613987,1231.893784,2455.10335 +385329,2842.912906,1406.337754,2320.138679,1235.852986,2459.986385 +385330,2848.260374,1404.674502,2322.679281,1240.07648,2463.381396 +385331,2853.767289,1403.196729,2323.091725,1244.267731,2464.084111 +385332,2859.607776,1401.661483,2325.865563,1248.515572,2467.630975 +385333,2866.634671,1397.393856,2326.282353,1252.894635,2468.202788 +385334,2872.929152,1395.266442,2327.105168,1257.344674,2469.594125 +385335,2878.354971,1393.633454,2327.977986,1261.849045,2471.232813 +385336,2884.530007,1391.913412,2330.590952,1266.407499,2475.018938 +385337,2889.923705,1390.309408,2332.345786,1271.09039,2477.654248 +385338,2895.465818,1388.728124,2332.107802,1275.640833,2477.708731 +385339,2901.234549,1387.177044,2332.661972,1280.408211,2478.616935 +385340,2906.768909,1385.648672,2333.532078,1285.084901,2479.805808 +385341,2912.526753,1384.145773,2336.240194,1290.011269,2483.189478 +385342,2925.182764,1382.660299,2336.573646,1294.819662,2483.587151 +385343,2913.274087,1381.203233,2339.024537,1299.744726,2486.560512 +385344,2939.747973,1379.840022,2339.056085,1304.780163,2486.501826 +385345,2931.790785,1378.30699,2339.9097,1309.675904,2487.414569 +385346,2940.151268,1376.883302,2340.884669,1314.786783,2488.43276 +385347,2946.08967,1375.613295,2341.922963,1319.878744,2489.494662 +385348,2951.470199,1374.201918,2344.735245,1325.029179,2492.732221 +385349,2957.382036,1372.875049,2344.991278,1330.223277,2492.798238 +385350,2966.031277,1371.563934,2347.554585,1335.466619,2495.708449 +385351,2973.226024,1370.030985,2347.828359,1340.555811,2495.770939 +385352,2982.024746,1368.476703,2350.682843,1345.366123,2498.81359 +385353,2989.624891,1366.910597,2352.650059,1350.562454,2501.062739 +385354,3005.160045,1365.348106,2354.491913,1355.538936,2503.218195 +385355,2995.737152,1363.786039,2354.367761,1360.618031,2502.967273 +385356,3023.789001,1362.153248,2355.051621,1365.712125,2503.735872 +385357,3021.135227,1360.721067,2357.901685,1370.830959,2507.213798 +385358,3030.568091,1384.929865,2359.8138,1375.974531,2509.555194 +385359,3039.39651,1319.408761,2361.395728,1381.144818,2511.520382 +385360,3047.790435,1374.509217,2361.263585,1386.339874,2511.368604 +385361,3063.986265,1368.029287,2363.694549,1391.641618,2514.414929 +385362,3055.607434,1328.348854,2365.5859,1396.767722,2516.570121 +385363,3080.974582,1387.022579,2365.336703,1402.095453,2516.319569 +385364,3081.245214,1311.293692,2366.093405,1407.381075,2517.339809 +385365,3090.470881,1392.810949,2367.071015,1412.700865,2518.63343 +385366,3106.287658,1303.627838,2368.274492,1418.045639,2520.213731 +385367,3107.059326,1388.733236,2369.602131,1423.330863,2521.960869 +385368,3115.765598,1304.200952,2370.952918,1428.845972,2523.536009 +385369,3125.405915,1379.235376,2372.005501,1437.612534,2525.031672 +385370,3140.382329,1308.74264,2373.427508,1437.342143,2526.811388 +385371,3142.458126,1366.933358,2374.725549,1455.368953,2528.683289 +385372,3149.943834,1315.578097,2375.524188,1434.755931,2530.334965 +385373,3165.116433,1353.315981,2376.748829,1463.780322,2532.035022 +385374,3168.70409,1323.328021,2378.172329,1459.838569,2533.796609 +385375,3180.944263,1339.236495,2379.380634,1467.189809,2535.523567 +385376,3184.687742,1331.481197,2380.729288,1472.623991,2537.13959 +385377,3190.107538,1331.586176,2381.652285,1478.265861,2538.674486 +385378,3196.017606,1330.091252,2382.352055,1483.841574,2539.722589 +385379,3198.563892,1328.789554,2382.836969,1489.444706,2540.496308 +385380,3201.096863,1327.467764,2383.04587,1495.062844,2540.917186 +385381,3204.137167,1293.070946,2383.37142,1467.341663,2541.61567 +385382,3179.789576,1291.383031,2379.571077,1472.773519,2536.201833 +385383,3149.063305,1289.838229,2374.301885,1478.242624,2528.28546 +385384,3189.09657,1288.476192,2366.650901,1483.556742,2517.075384 +385385,3189.292161,1286.980717,2362.304226,1489.080421,2509.851445 +385386,3192.303159,1285.568264,2359.832756,1494.540046,2505.09502 +385387,3197.534609,1284.158903,2358.187015,1500.025525,2501.537506 +385388,3200.92965,1282.762044,2357.006266,1505.604417,2498.753607 +385389,3203.242588,1281.450014,2356.015941,1510.895653,2496.395305 +385390,3205.741733,1279.972018,2355.057581,1516.597756,2494.247894 +385391,3208.410083,1278.661673,2354.091308,1522.041132,2492.244356 +385392,3211.219077,1273.864122,2353.12534,1528.046251,2490.379746 +385393,3214.145929,1271.930631,2351.79264,1533.782303,2488.652323 +385394,3217.172582,1270.267269,2350.233766,1539.266768,2487.048351 +385395,3220.264825,1268.68882,2348.467899,1544.94772,2485.555244 +385396,3223.417048,1267.156303,2346.987264,1550.550453,2484.161664 +385397,3226.604019,1265.655553,2345.597871,1556.093407,2482.854857 +385398,3229.826151,1264.178981,2344.280583,1561.776548,2481.623891 +385399,3233.067423,1262.723138,2342.862556,1567.410568,2480.4613 +385400,3236.334679,1261.28544,2341.698648,1572.961683,2479.360204 +385401,3239.613126,1259.864888,2340.469062,1578.482677,2478.314068 +385402,3242.894905,1258.460177,2339.524705,1588.159398,2477.305182 +385403,3246.176895,1257.070963,2338.492161,1588.8927,2476.335927 +385404,3249.449136,1255.69629,2337.235825,1607.898,2475.387284 +385405,3252.76597,1254.336001,2336.162094,1587.378573,2474.506999 +385406,3256.12869,1252.989265,2334.883038,1615.338516,2473.686289 +385407,3259.424615,1251.656253,2333.771596,1620.258832,2472.844404 +385408,3262.688261,1250.336196,2332.653167,1626.077468,2471.997943 +385409,3265.952365,1249.029108,2331.3549,1634.461801,2471.177467 +385410,3269.224167,1247.734257,2330.235908,1641.875444,2470.378875 +385411,3272.747251,1246.256671,2329.111478,1656.842658,2469.578966 +385412,3275.998372,1244.748687,2327.97391,1653.283201,2468.799129 +385413,3279.328768,1243.228972,2326.829545,1662.506735,2468.067507 +385414,3282.695105,1241.702073,2325.64456,1676.265854,2467.344078 +385415,3286.075007,1240.170419,2324.411512,1680.526202,2466.614179 +385416,3289.44796,1238.634584,2323.127287,1702.367818,2465.866444 +385417,3292.901744,1237.095417,2321.65227,1678.541777,2465.173247 +385418,3296.365749,1235.552796,2320.3448,1730.952649,2464.483457 +385419,3299.809658,1234.007422,2319.001742,1703.42891,2463.775937 +385420,3303.33124,1232.45882,2317.682105,1721.734194,2463.128254 +385421,3306.898948,1230.907624,2316.367745,1721.863049,2462.517918 +385422,3310.446986,1229.353523,2315.020736,1755.79577,2461.895563 +385423,3314.001264,1227.797001,2313.659386,1732.602297,2461.282046 +385424,3317.746714,1226.237422,2312.399858,1763.518051,2460.822387 +385425,3321.675158,1224.744916,2311.240476,1759.076157,2460.513997 +385426,3325.733173,1226.235272,2310.152324,1769.567803,2460.320562 +385427,3329.912836,1225.378209,2309.552528,1776.689614,2460.317349 +385428,3334.265993,1224.046615,2309.308081,1784.286046,2460.506365 +385429,3338.769338,1222.766467,2309.189166,1792.320524,2460.837194 +385430,3343.40093,1221.277744,2309.068127,1800.041283,2461.274798 +385431,3348.118176,1219.901608,2308.900975,1807.94333,2461.787453 +385432,3352.897938,1218.461497,2308.68547,1815.621683,2462.356313 +385433,3357.717867,1217.002014,2308.432369,1823.695001,2462.968467 +385434,3362.849234,1215.475508,2308.145646,1831.377227,2463.611064 +385435,3367.772086,1214.101768,2307.891565,1845.196179,2464.353261 +385436,3372.595111,1212.565971,2307.550131,1838.58859,2465.034471 +385437,3377.437681,1211.078445,2307.191424,1864.527106,2465.936779 +385438,3382.394659,1209.570312,2306.874243,1859.773449,2466.717652 +385439,3387.269856,1208.052282,2306.481209,1871.387087,2467.432631 +385440,3392.129409,1206.524363,2306.238236,1879.053067,2468.137561 +385441,3396.543102,1138.732309,2305.717824,1815.968159,2469.054227 +385442,3389.945042,1136.340106,2297.085813,1828.850972,2458.181197 +385443,3379.262608,1134.254237,2285.219775,1833.309863,2441.755058 +385444,3373.215073,1132.260069,2276.203913,1841.202465,2428.3279 +385445,3367.089796,1130.131726,2267.201299,1854.367749,2414.806536 +385446,3365.150287,1128.144581,2260.947426,1853.475769,2404.857478 +385447,3365.601767,1126.042018,2256.338439,1864.324719,2397.218762 +385448,3367.502215,1124.103599,2252.602083,1871.197708,2391.222892 +385449,3370.52609,1122.026891,2249.747008,1878.236279,2386.412156 +385450,3374.357162,1120.000961,2247.341965,1885.446267,2382.480709 +385451,3378.735586,1117.961845,2245.257215,1892.88696,2379.255919 +385452,3383.465354,1115.917806,2243.406781,1900.027444,2376.610964 +385453,3388.40068,1113.931819,2241.728479,1907.318796,2374.444737 +385454,3393.73707,1111.783921,2240.17799,1914.509591,2372.677642 +385455,3398.811429,1109.766477,2238.724611,1921.562749,2371.247874 +385456,3403.940663,1107.68851,2237.349926,1928.949937,2370.11045 +385457,3409.112188,1105.612942,2236.036962,1936.046939,2369.223989 +385458,3414.51572,1103.530284,2234.767124,1943.146632,2368.546931 +385459,3419.83748,1101.440388,2233.529222,1950.331216,2368.048677 +385460,3424.642277,1099.281639,2232.32145,1957.249249,2367.712013 +385461,3429.642153,1097.327667,2231.142995,1964.50539,2367.522659 +385462,3435.064844,1095.082503,2229.984415,1971.485355,2367.45719 +385463,3440.560273,1093.014632,2228.83446,1978.561689,2367.491261 +385464,3445.94695,1090.877678,2227.769903,1991.033019,2367.711451 +385465,3451.322431,1088.742099,2226.718112,1990.628837,2368.019947 +385466,3456.433479,1089.29841,2225.510964,1995.112096,2368.200254 +385467,3461.093215,1087.717373,2224.474688,2000.313832,2368.27436 +385468,3465.076027,1085.842636,2223.612874,2006.472547,2368.36616 +385469,3469.088228,1083.879401,2222.819246,2012.801227,2368.541156 +385470,3473.318019,1081.931307,2222.017493,2019.217516,2368.813128 +385471,3477.742296,1079.977188,2221.158825,2024.405907,2369.147076 +385472,3482.12422,1078.169914,2220.231369,2029.107661,2369.49194 +385473,3486.30915,1076.316368,2219.247689,2033.966102,2369.825517 +385474,3490.25917,1074.473059,2218.22377,2038.446609,2370.145488 +385475,3493.99338,1072.571178,2217.168254,2042.844271,2370.452603 +385476,3497.839087,1070.815839,2216.086043,2047.112945,2370.748701 +385477,3501.235246,1068.932495,2214.98133,2051.225211,2371.03652 +385478,3504.634746,1067.099775,2213.946823,2060.735374,2371.429714 +385479,3507.795088,1065.258785,2212.821664,2052.150982,2371.726366 +385480,3510.819931,1063.476538,2211.667622,2070.166532,2372.001253 +385481,3513.903484,1061.549881,2210.598077,2065.671406,2372.393709 +385482,3516.791841,1059.750782,2209.458084,2070.333456,2372.709617 +385483,3519.516326,1057.901993,2208.262711,2074.391046,2372.96631 +385484,3522.171288,1056.062158,2207.072347,2077.512892,2373.23731 +385485,3524.733566,1054.222908,2205.868571,2080.673578,2373.49847 +385486,3527.192242,1052.383978,2204.648068,2083.801571,2373.744904 +385487,3529.560165,1050.545477,2203.414922,2086.820719,2373.981043 +385488,3531.833639,1048.707278,2202.170324,2089.719805,2374.207763 +385489,3534.316448,1044.33973,2201.102434,2103.122075,2374.65976 +385490,3537.487122,1042.153485,2199.821372,2096.397404,2375.205414 +385491,3540.965894,1040.118204,2198.383852,2112.257994,2375.771129 +385492,3544.416579,1038.130595,2196.962287,2108.574618,2376.385322 +385493,3547.40405,1036.169116,2195.46484,2111.6992,2376.840315 +385494,3549.949903,1034.22429,2193.922727,2115.137369,2377.155403 +385495,3552.244133,1032.29164,2192.409818,2117.704571,2377.433604 +385496,3554.333782,1030.368601,2190.909802,2120.000676,2377.670956 +385497,3556.248182,1028.509583,2189.410565,2122.348547,2377.865403 +385498,3558.018607,1026.520277,2187.914209,2124.602424,2378.028383 +385499,3559.663562,1024.658265,2186.42228,2126.725721,2378.167887 +385500,3561.193408,1022.754737,2184.934676,2128.588506,2378.288389 +385501,2194.618446,1020.609766,959.1520817,1633.621717,2277.68704 +385502,2269.498736,1150.165726,991.5302933,1686.375686,2311.049989 +385503,2355.700117,1152.590991,1030.137746,1743.23589,2336.110628 +385504,2437.836128,1174.928673,1068.337225,1792.455779,2360.520499 +385505,2506.096175,1117.285234,1101.494514,1827.782872,2382.56332 +385506,2559.532735,1166.837252,1128.803222,1850.559757,2401.177688 +385507,2601.162054,1160.382769,1151.217668,1864.942507,2416.847261 +385508,2634.273862,1124.106825,1169.90581,1874.556899,2430.255631 +385509,2661.420937,1155.907002,1185.704707,1881.537815,2441.899905 +385510,2683.545586,1155.895071,1199.186207,1886.969097,2452.159182 +385511,2701.917017,1121.257324,1210.743385,1891.377137,2461.277089 +385512,2717.226346,1172.40566,1220.663968,1895.01269,2469.392411 +385513,2729.995472,1105.325684,1229.175971,1898.03182,2476.794696 +385514,2740.714382,1176.171623,1236.504907,1900.605868,2483.213274 +385515,2749.793586,1098.659375,1242.844868,1902.869993,2488.972621 +385516,2757.518591,1172.976585,1248.344329,1904.89721,2494.148978 +385517,2764.12358,1097.40709,1253.130336,1906.740008,2498.814051 +385518,2769.802888,1165.995301,1257.310542,1908.435398,2503.032688 +385519,2774.715593,1099.123742,1260.974152,1910.009005,2506.861608 +385520,2778.99092,1157.0432,1264.198784,1911.479186,2510.350758 +385521,2782.73253,1102.399918,1267.047417,1912.863217,2513.543403 +385522,2786.023662,1147.204168,1269.574991,1914.166223,2516.477309 +385523,2788.89899,1106.320592,1271.810311,1915.366559,2519.151831 +385524,2791.44041,1137.048822,1273.805358,1916.491115,2521.624215 +385525,2793.715815,1110.553942,1275.602215,1917.564333,2523.944267 +385526,2795.747882,1126.814133,1277.22334,1918.580653,2526.120506 +385527,2797.559713,1114.80363,1278.687923,1919.538803,2528.166204 +385528,2799.171909,1119.039558,1280.015342,1920.439069,2530.094987 +385529,2800.60232,1115.57941,1281.220112,1921.282466,2531.919621 +385530,2801.86595,1114.787181,1282.317015,1922.070189,2533.651515 +385531,2802.975309,1113.18832,1283.316332,1922.803335,2535.300631 +385532,2803.82611,1111.906416,1284.225228,1923.353716,2536.87564 +385533,2804.360639,1110.251447,1285.050587,1923.646792,2538.383873 +385534,2804.57738,1108.931509,1285.799406,1923.681112,2539.831629 +385535,2804.50032,1107.364845,1286.478335,1923.490268,2541.224335 +385536,2804.158444,1105.986007,1287.093352,1923.111248,2542.566701 +385537,2803.577677,1104.425028,1287.649657,1922.571774,2543.862766 +385538,2802.779032,1103.038661,1288.151754,1921.8897,2545.115998 +385539,2801.779211,1101.47001,1288.600024,1921.076275,2546.32933 +385540,2800.591898,1100.074492,1289.002088,1920.139147,2547.505257 +385541,2799.228687,1098.496512,1289.36222,1919.084077,2548.645868 +385542,2797.6994,1097.090263,1289.682417,1917.915713,2549.752931 +385543,2796.01255,1095.501444,1289.960643,1916.637887,2550.827912 +385544,2794.175515,1094.083083,1290.20272,1915.253797,2551.872051 +385545,2792.194681,1092.482194,1290.411654,1913.766116,2552.886365 +385546,2790.07572,1091.050597,1290.585009,1912.177126,2553.871719 +385547,2787.823596,1089.436611,1290.727656,1910.488788,2554.828815 +385548,2785.442692,1087.990893,1290.841806,1908.702832,2555.758252 +385549,2782.936966,1086.363016,1290.924478,1906.820785,2556.660513 +385550,2780.310031,1084.902468,1290.980172,1904.844018,2557.536019 +385551,2777.565068,1083.260106,1291.010798,1902.773744,2558.385102 +385552,2774.704974,1081.774692,1291.013132,1900.61105,2559.208058 +385553,2771.728923,1080.182019,1290.991408,1898.353574,2560.005961 +385554,2768.640227,1078.587051,1290.947303,1896.00327,2560.778682 +385555,2765.442579,1076.962755,1290.877368,1893.562603,2561.525919 +385556,2762.074878,1075.441135,1290.785761,1890.964316,2562.247623 +385557,2758.461419,1073.748336,1290.673965,1888.124189,2562.943705 +385558,2754.571818,1071.162933,1290.538357,1885.015323,2563.614143 +385559,2750.862683,1069.469925,1290.354309,1882.158852,2564.288658 +385560,2747.1708,1067.684686,1290.127656,1879.359571,2564.940197 +385561,0,0,0,0,0 +385562,0,0,0,0,0 +385563,0,0,0,0,0 +385564,0,0,0,0,0 +385565,0,0,0,0,0 +385566,0,0,0,0,0 +385567,0,0,0,0,0 +385568,0,0,0,0,0 +385569,0,0,0,0,0 +385570,0,0,0,0,0 +385571,0,0,0,0,0 +385572,0,0,0,0,0 +385573,0,0,0,0,0 +385574,0,0,0,0,0 +385575,0,0,0,0,0 +385576,0,0,0,0,0 +385577,0,0,0,0,0 +385578,0,0,0,0,0 +385579,0,0,0,0,0 +385580,0,0,0,0,0 +385581,0,0,0,0,0 +385582,0,0,0,0,0 +385583,0,0,0,0,0 +385584,0,0,0,0,0 +385585,0,0,0,0,0 +385586,0,0,0,0,0 +385587,0,0,0,0,0 +385588,0,0,0,0,0 +385589,0,0,0,0,0 +385590,0,0,0,0,0 +385591,0,0,0,0,0 +385592,0,0,0,0,0 +385593,0,0,0,0,0 +385594,0,0,0,0,0 +385595,0,0,0,0,0 +385596,0,0,0,0,0 +385597,0,0,0,0,0 +385598,0,0,0,0,0 +385599,0,0,0,0,0 +385600,0,0,0,0,0 +385601,0,0,0,0,0 +385602,0,0,0,0,0 +385603,0,0,0,0,0 +385604,0,0,0,0,0 +385605,0,0,0,0,0 +385606,0,0,0,0,0 +385607,0,0,0,0,0 +385608,0,0,0,0,0 +385609,0,0,0,0,0 +385610,0,0,0,0,0 +385611,0,0,0,0,0 +385612,0,0,0,0,0 +385613,0,0,0,0,0 +385614,0,0,0,0,0 +385615,0,0,0,0,0 +385616,0,0,0,0,0 +385617,0,0,0,0,0 +385618,0,0,0,0,0 +385619,0,0,0,0,0 +385620,0,0,0,0,0 +385621,0,0,0,0,0 +385622,0,0,0,0,0 +385623,0,0,0,0,0 +385624,0,0,0,0,0 +385625,0,0,0,0,0 +385626,0,0,0,0,0 +385627,0,0,0,0,0 +385628,0,0,0,0,0 +385629,0,0,0,0,0 +385630,0,0,0,0,0 +385631,0,0,0,0,0 +385632,0,0,0,0,0 +385633,0,0,0,0,0 +385634,0,0,0,0,0 +385635,0,0,0,0,0 +385636,0,0,0,0,0 +385637,0,0,0,0,0 +385638,0,0,0,0,0 +385639,0,0,0,0,0 +385640,0,0,0,0,0 +385641,0,0,0,0,0 +385642,0,0,0,0,0 +385643,0,0,0,0,0 +385644,0,0,0,0,0 +385645,0,0,0,0,0 +385646,0,0,0,0,0 +385647,0,0,0,0,0 +385648,0,0,0,0,0 +385649,0,0,0,0,0 +385650,0,0,0,0,0 +385651,0,0,0,0,0 +385652,0,0,0,0,0 +385653,0,0,0,0,0 +385654,0,0,0,0,0 +385655,0,0,0,0,0 +385656,0,0,0,0,0 +385657,0,0,0,0,0 +385658,0,0,0,0,0 +385659,0,0,0,0,0 +385660,0,0,0,0,0 +385661,0,0,0,0,0 +385662,0,0,0,0,0 +385663,0,0,0,0,0 +385664,0,0,0,0,0 +385665,0,0,0,0,0 +385666,0,0,0,0,0 +385667,0,0,0,0,0 +385668,0,0,0,0,0 +385669,0,0,0,0,0 +385670,0,0,0,0,0 +385671,0,0,0,0,0 +385672,0,0,0,0,0 +385673,0,0,0,0,0 +385674,0,0,0,0,0 +385675,0,0,0,0,0 +385676,0,0,0,0,0 +385677,0,0,0,0,0 +385678,0,0,0,0,0 +385679,0,0,0,0,0 +385680,0,0,0,0,0 +385681,0,0,0,0,0 +385682,0,0,0,0,0 +385683,0,0,0,0,0 +385684,0,0,0,0,0 +385685,0,0,0,0,0 +385686,0,0,0,0,0 +385687,0,0,0,0,0 +385688,0,0,0,0,0 +385689,0,0,0,0,0 +385690,0,0,0,0,0 +385691,0,0,0,0,0 +385692,0,0,0,0,0 +385693,0,0,0,0,0 +385694,0,0,0,0,0 +385695,0,0,0,0,0 +385696,0,0,0,0,0 +385697,0,0,0,0,0 +385698,0,0,0,0,0 +385699,0,0,0,0,0 +385700,0,0,0,0,0 +385701,0,0,0,0,0 +385702,0,0,0,0,0 +385703,0,0,0,0,0 +385704,0,0,0,0,0 +385705,0,0,0,0,0 +385706,0,0,0,0,0 +385707,0,0,0,0,0 +385708,0,0,0,0,0 +385709,0,0,0,0,0 +385710,0,0,0,0,0 +385711,0,0,0,0,0 +385712,0,0,0,0,0 +385713,0,0,0,0,0 +385714,0,0,0,0,0 +385715,0,0,0,0,0 +385716,0,0,0,0,0 +385717,0,0,0,0,0 +385718,0,0,0,0,0 +385719,0,0,0,0,0 +385720,0,0,0,0,0 +385721,0,0,0,0,0 +385722,0,0,0,0,0 +385723,0,0,0,0,0 +385724,0,0,0,0,0 +385725,0,0,0,0,0 +385726,0,0,0,0,0 +385727,0,0,0,0,0 +385728,0,0,0,0,0 +385729,0,0,0,0,0 +385730,0,0,0,0,0 +385731,0,0,0,0,0 +385732,0,0,0,0,0 +385733,0,0,0,0,0 +385734,0,0,0,0,0 +385735,0,0,0,0,0 +385736,0,0,0,0,0 +385737,0,0,0,0,0 +385738,0,0,0,0,0 +385739,0,0,0,0,0 +385740,0,0,0,0,0 +385741,0,0,0,0,0 +385742,0,0,0,0,0 +385743,0,0,0,0,0 +385744,0,0,0,0,0 +385745,0,0,0,0,0 +385746,0,0,0,0,0 +385747,0,0,0,0,0 +385748,0,0,0,0,0 +385749,0,0,0,0,0 +385750,0,0,0,0,0 +385751,0,0,0,0,0 +385752,0,0,0,0,0 +385753,0,0,0,0,0 +385754,0,0,0,0,0 +385755,0,0,0,0,0 +385756,0,0,0,0,0 +385757,0,0,0,0,0 +385758,0,0,0,0,0 +385759,0,0,0,0,0 +385760,0,0,0,0,0 +385761,0,0,0,0,0 +385762,0,0,0,0,0 +385763,0,0,0,0,0 +385764,0,0,0,0,0 +385765,0,0,0,0,0 +385766,0,0,0,0,0 +385767,0,0,0,0,0 +385768,0,0,0,0,0 +385769,0,0,0,0,0 +385770,0,0,0,0,0 +385771,0,0,0,0,0 +385772,0,0,0,0,0 +385773,0,0,0,0,0 +385774,0,0,0,0,0 +385775,0,0,0,0,0 +385776,0,0,0,0,0 +385777,0,0,0,0,0 +385778,0,0,0,0,0 +385779,0,0,0,0,0 +385780,0,0,0,0,0 +385781,0,0,0,0,0 +385782,0,0,0,0,0 +385783,0,0,0,0,0 +385784,0,0,0,0,0 +385785,0,0,0,0,0 +385786,0,0,0,0,0 +385787,0,0,0,0,0 +385788,0,0,0,0,0 +385789,0,0,0,0,0 +385790,0,0,0,0,0 +385791,0,0,0,0,0 +385792,0,0,0,0,0 +385793,0,0,0,0,0 +385794,0,0,0,0,0 +385795,0,0,0,0,0 +385796,0,0,0,0,0 +385797,0,0,0,0,0 +385798,0,0,0,0,0 +385799,0,0,0,0,0 +385800,0,0,0,0,0 +385801,0,0,0,0,0 +385802,0,0,0,0,0 +385803,0,0,0,0,0 +385804,0,0,0,0,0 +385805,0,0,0,0,0 +385806,0,0,0,0,0 +385807,0,0,0,0,0 +385808,0,0,0,0,0 +385809,0,0,0,0,0 +385810,0,0,0,0,0 +385811,0,0,0,0,0 +385812,0,0,0,0,0 +385813,0,0,0,0,0 +385814,0,0,0,0,0 +385815,0,0,0,0,0 +385816,0,0,0,0,0 +385817,0,0,0,0,0 +385818,0,0,0,0,0 +385819,0,0,0,0,0 +385820,0,0,0,0,0 +385821,0,0,0,0,0 +385822,0,0,0,0,0 +385823,0,0,0,0,0 +385824,0,0,0,0,0 +385825,0,0,0,0,0 +385826,0,0,0,0,0 +385827,0,0,0,0,0 +385828,0,0,0,0,0 +385829,0,0,0,0,0 +385830,0,0,0,0,0 +385831,0,0,0,0,0 +385832,0,0,0,0,0 +385833,0,0,0,0,0 +385834,0,0,0,0,0 +385835,0,0,0,0,0 +385836,0,0,0,0,0 +385837,0,0,0,0,0 +385838,0,0,0,0,0 +385839,0,0,0,0,0 +385840,0,0,0,0,0 +385841,0,0,0,0,0 +385842,0,0,0,0,0 +385843,0,0,0,0,0 +385844,0,0,0,0,0 +385845,0,0,0,0,0 +385846,0,0,0,0,0 +385847,0,0,0,0,0 +385848,0,0,0,0,0 +385849,0,0,0,0,0 +385850,0,0,0,0,0 +385851,0,0,0,0,0 +385852,0,0,0,0,0 +385853,0,0,0,0,0 +385854,0,0,0,0,0 +385855,0,0,0,0,0 +385856,0,0,0,0,0 +385857,0,0,0,0,0 +385858,0,0,0,0,0 +385859,0,0,0,0,0 +385860,0,0,0,0,0 +385861,0,0,0,0,0 +385862,0,0,0,0,0 +385863,0,0,0,0,0 +385864,0,0,0,0,0 +385865,0,0,0,0,0 +385866,0,0,0,0,0 +385867,0,0,0,0,0 +385868,0,0,0,0,0 +385869,0,0,0,0,0 +385870,0,0,0,0,0 +385871,0,0,0,0,0 +385872,0,0,0,0,0 +385873,0,0,0,0,0 +385874,0,0,0,0,0 +385875,0,0,0,0,0 +385876,0,0,0,0,0 +385877,0,0,0,0,0 +385878,0,0,0,0,0 +385879,0,0,0,0,0 +385880,0,0,0,0,0 +385881,0,0,0,0,0 +385882,0,0,0,0,0 +385883,0,0,0,0,0 +385884,0,0,0,0,0 +385885,0,0,0,0,0 +385886,0,0,0,0,0 +385887,0,0,0,0,0 +385888,0,0,0,0,0 +385889,0,0,0,0,0 +385890,0,0,0,0,0 +385891,0,0,0,0,0 +385892,0,0,0,0,0 +385893,0,0,0,0,0 +385894,0,0,0,0,0 +385895,0,0,0,0,0 +385896,0,0,0,0,0 +385897,0,0,0,0,0 +385898,0,0,0,0,0 +385899,0,0,0,0,0 +385900,0,0,0,0,0 +385901,0,0,0,0,0 +385902,0,0,0,0,0 +385903,0,0,0,0,0 +385904,0,0,0,0,0 +385905,0,0,0,0,0 +385906,0,0,0,0,0 +385907,0,0,0,0,0 +385908,0,0,0,0,0 +385909,0,0,0,0,0 +385910,0,0,0,0,0 +385911,0,0,0,0,0 +385912,0,0,0,0,0 +385913,0,0,0,0,0 +385914,0,0,0,0,0 +385915,0,0,0,0,0 +385916,0,0,0,0,0 +385917,0,0,0,0,0 +385918,0,0,0,0,0 +385919,0,0,0,0,0 +385920,0,0,0,0,0 +385921,0,0,0,0,0 +385922,0,0,0,0,0 +385923,0,0,0,0,0 +385924,0,0,0,0,0 +385925,0,0,0,0,0 +385926,0,0,0,0,0 +385927,0,0,0,0,0 +385928,0,0,0,0,0 +385929,0,0,0,0,0 +385930,0,0,0,0,0 +385931,0,0,0,0,0 +385932,0,0,0,0,0 +385933,0,0,0,0,0 +385934,0,0,0,0,0 +385935,0,0,0,0,0 +385936,0,0,0,0,0 +385937,0,0,0,0,0 +385938,0,0,0,0,0 +385939,0,0,0,0,0 +385940,0,0,0,0,0 +385941,0,0,0,0,0 +385942,0,0,0,0,0 +385943,0,0,0,0,0 +385944,0,0,0,0,0 +385945,0,0,0,0,0 +385946,0,0,0,0,0 +385947,0,0,0,0,0 +385948,0,0,0,0,0 +385949,0,0,0,0,0 +385950,0,0,0,0,0 +385951,0,0,0,0,0 +385952,0,0,0,0,0 +385953,0,0,0,0,0 +385954,0,0,0,0,0 +385955,0,0,0,0,0 +385956,0,0,0,0,0 +385957,0,0,0,0,0 +385958,0,0,0,0,0 +385959,0,0,0,0,0 +385960,0,0,0,0,0 +385961,0,0,0,0,0 +385962,0,0,0,0,0 +385963,0,0,0,0,0 +385964,0,0,0,0,0 +385965,0,0,0,0,0 +385966,0,0,0,0,0 +385967,0,0,0,0,0 +385968,0,0,0,0,0 +385969,0,0,0,0,0 +385970,0,0,0,0,0 +385971,0,0,0,0,0 +385972,0,0,0,0,0 +385973,0,0,0,0,0 +385974,0,0,0,0,0 +385975,0,0,0,0,0 +385976,0,0,0,0,0 +385977,0,0,0,0,0 +385978,0,0,0,0,0 +385979,0,0,0,0,0 +385980,0,0,0,0,0 +385981,0,0,0,0,0 +385982,0,0,0,0,0 +385983,0,0,0,0,0 +385984,0,0,0,0,0 +385985,0,0,0,0,0 +385986,0,0,0,0,0 +385987,0,0,0,0,0 +385988,0,0,0,0,0 +385989,0,0,0,0,0 +385990,0,0,0,0,0 +385991,0,0,0,0,0 +385992,0,0,0,0,0 +385993,0,0,0,0,0 +385994,0,0,0,0,0 +385995,0,0,0,0,0 +385996,0,0,0,0,0 +385997,0,0,0,0,0 +385998,0,0,0,0,0 +385999,0,0,0,0,0 +386000,0,0,0,0,0 +386001,0,0,0,0,0 +386002,0,0,0,0,0 +386003,0,0,0,0,0 +386004,0,0,0,0,0 +386005,0,0,0,0,0 +386006,0,0,0,0,0 +386007,0,0,0,0,0 +386008,0,0,0,0,0 +386009,0,0,0,0,0 +386010,0,0,0,0,0 +386011,0,0,0,0,0 +386012,0,0,0,0,0 +386013,0,0,0,0,0 +386014,0,0,0,0,0 +386015,0,0,0,0,0 +386016,0,0,0,0,0 +386017,0,0,0,0,0 +386018,0,0,0,0,0 +386019,0,0,0,0,0 +386020,0,0,0,0,0 +386021,0,0,0,0,0 +386022,0,0,0,0,0 +386023,0,0,0,0,0 +386024,0,0,0,0,0 +386025,0,0,0,0,0 +386026,0,0,0,0,0 +386027,0,0,0,0,0 +386028,0,0,0,0,0 +386029,0,0,0,0,0 +386030,0,0,0,0,0 +386031,0,0,0,0,0 +386032,0,0,0,0,0 +386033,0,0,0,0,0 +386034,0,0,0,0,0 +386035,0,0,0,0,0 +386036,0,0,0,0,0 +386037,0,0,0,0,0 +386038,0,0,0,0,0 +386039,0,0,0,0,0 +386040,0,0,0,0,0 +386041,0,0,0,0,0 +386042,0,0,0,0,0 +386043,0,0,0,0,0 +386044,0,0,0,0,0 +386045,0,0,0,0,0 +386046,0,0,0,0,0 +386047,0,0,0,0,0 +386048,0,0,0,0,0 +386049,0,0,0,0,0 +386050,0,0,0,0,0 +386051,0,0,0,0,0 +386052,0,0,0,0,0 +386053,0,0,0,0,0 +386054,0,0,0,0,0 +386055,0,0,0,0,0 +386056,0,0,0,0,0 +386057,0,0,0,0,0 +386058,0,0,0,0,0 +386059,0,0,0,0,0 +386060,0,0,0,0,0 +386061,0,0,0,0,0 +386062,0,0,0,0,0 +386063,0,0,0,0,0 +386064,0,0,0,0,0 +386065,0,0,0,0,0 +386066,0,0,0,0,0 +386067,0,0,0,0,0 +386068,0,0,0,0,0 +386069,0,0,0,0,0 +386070,0,0,0,0,0 +386071,0,0,0,0,0 +386072,0,0,0,0,0 +386073,0,0,0,0,0 +386074,0,0,0,0,0 +386075,0,0,0,0,0 +386076,0,0,0,0,0 +386077,0,0,0,0,0 +386078,0,0,0,0,0 +386079,0,0,0,0,0 +386080,0,0,0,0,0 +386081,0,0,0,0,0 +386082,0,0,0,0,0 +386083,0,0,0,0,0 +386084,0,0,0,0,0 +386085,0,0,0,0,0 +386086,0,0,0,0,0 +386087,0,0,0,0,0 +386088,0,0,0,0,0 +386089,0,0,0,0,0 +386090,0,0,0,0,0 +386091,0,0,0,0,0 +386092,0,0,0,0,0 +386093,0,0,0,0,0 +386094,0,0,0,0,0 +386095,0,0,0,0,0 +386096,0,0,0,0,0 +386097,0,0,0,0,0 +386098,0,0,0,0,0 +386099,0,0,0,0,0 +386100,0,0,0,0,0 +386101,0,0,0,0,0 +386102,0,0,0,0,0 +386103,0,0,0,0,0 +386104,0,0,0,0,0 +386105,0,0,0,0,0 +386106,0,0,0,0,0 +386107,0,0,0,0,0 +386108,0,0,0,0,0 +386109,0,0,0,0,0 +386110,0,0,0,0,0 +386111,0,0,0,0,0 +386112,0,0,0,0,0 +386113,0,0,0,0,0 +386114,0,0,0,0,0 +386115,0,0,0,0,0 +386116,0,0,0,0,0 +386117,0,0,0,0,0 +386118,0,0,0,0,0 +386119,0,0,0,0,0 +386120,0,0,0,0,0 +386121,0,0,0,0,0 +386122,0,0,0,0,0 +386123,0,0,0,0,0 +386124,0,0,0,0,0 +386125,0,0,0,0,0 +386126,0,0,0,0,0 +386127,0,0,0,0,0 +386128,0,0,0,0,0 +386129,0,0,0,0,0 +386130,0,0,0,0,0 +386131,0,0,0,0,0 +386132,0,0,0,0,0 +386133,0,0,0,0,0 +386134,0,0,0,0,0 +386135,0,0,0,0,0 +386136,0,0,0,0,0 +386137,0,0,0,0,0 +386138,0,0,0,0,0 +386139,0,0,0,0,0 +386140,0,0,0,0,0 +386141,0,0,0,0,0 +386142,0,0,0,0,0 +386143,0,0,0,0,0 +386144,0,0,0,0,0 +386145,0,0,0,0,0 +386146,0,0,0,0,0 +386147,0,0,0,0,0 +386148,0,0,0,0,0 +386149,0,0,0,0,0 +386150,0,0,0,0,0 +386151,0,0,0,0,0 +386152,0,0,0,0,0 +386153,0,0,0,0,0 +386154,0,0,0,0,0 +386155,0,0,0,0,0 +386156,0,0,0,0,0 +386157,0,0,0,0,0 +386158,0,0,0,0,0 +386159,0,0,0,0,0 +386160,0,0,0,0,0 +386161,0,0,0,0,0 +386162,0,0,0,0,0 +386163,0,0,0,0,0 +386164,0,0,0,0,0 +386165,0,0,0,0,0 +386166,0,0,0,0,0 +386167,0,0,0,0,0 +386168,0,0,0,0,0 +386169,0,0,0,0,0 +386170,0,0,0,0,0 +386171,0,0,0,0,0 +386172,0,0,0,0,0 +386173,0,0,0,0,0 +386174,0,0,0,0,0 +386175,0,0,0,0,0 +386176,0,0,0,0,0 +386177,0,0,0,0,0 +386178,0,0,0,0,0 +386179,0,0,0,0,0 +386180,0,0,0,0,0 +386181,0,0,0,0,0 +386182,0,0,0,0,0 +386183,0,0,0,0,0 +386184,0,0,0,0,0 +386185,0,0,0,0,0 +386186,0,0,0,0,0 +386187,0,0,0,0,0 +386188,0,0,0,0,0 +386189,0,0,0,0,0 +386190,0,0,0,0,0 +386191,0,0,0,0,0 +386192,0,0,0,0,0 +386193,0,0,0,0,0 +386194,0,0,0,0,0 +386195,0,0,0,0,0 +386196,0,0,0,0,0 +386197,0,0,0,0,0 +386198,0,0,0,0,0 +386199,0,0,0,0,0 +386200,0,0,0,0,0 +386201,0,0,0,0,0 +386202,0,0,0,0,0 +386203,0,0,0,0,0 +386204,0,0,0,0,0 +386205,0,0,0,0,0 +386206,0,0,0,0,0 +386207,0,0,0,0,0 +386208,0,0,0,0,0 +386209,0,0,0,0,0 +386210,0,0,0,0,0 +386211,0,0,0,0,0 +386212,0,0,0,0,0 +386213,0,0,0,0,0 +386214,0,0,0,0,0 +386215,0,0,0,0,0 +386216,0,0,0,0,0 +386217,0,0,0,0,0 +386218,0,0,0,0,0 +386219,0,0,0,0,0 +386220,0,0,0,0,0 +386221,0,0,0,0,0 +386222,0,0,0,0,0 +386223,0,0,0,0,0 +386224,0,0,0,0,0 +386225,0,0,0,0,0 +386226,0,0,0,0,0 +386227,0,0,0,0,0 +386228,0,0,0,0,0 +386229,0,0,0,0,0 +386230,0,0,0,0,0 +386231,0,0,0,0,0 +386232,0,0,0,0,0 +386233,0,0,0,0,0 +386234,0,0,0,0,0 +386235,0,0,0,0,0 +386236,0,0,0,0,0 +386237,0,0,0,0,0 +386238,0,0,0,0,0 +386239,0,0,0,0,0 +386240,0,0,0,0,0 +386241,0,0,0,0,0 +386242,0,0,0,0,0 +386243,0,0,0,0,0 +386244,0,0,0,0,0 +386245,0,0,0,0,0 +386246,0,0,0,0,0 +386247,0,0,0,0,0 +386248,0,0,0,0,0 +386249,0,0,0,0,0 +386250,0,0,0,0,0 +386251,0,0,0,0,0 +386252,0,0,0,0,0 +386253,0,0,0,0,0 +386254,0,0,0,0,0 +386255,0,0,0,0,0 +386256,0,0,0,0,0 +386257,0,0,0,0,0 +386258,0,0,0,0,0 +386259,0,0,0,0,0 +386260,0,0,0,0,0 +386261,0,0,0,0,0 +386262,0,0,0,0,0 +386263,0,0,0,0,0 +386264,0,0,0,0,0 +386265,0,0,0,0,0 +386266,0,0,0,0,0 +386267,0,0,0,0,0 +386268,0,0,0,0,0 +386269,0,0,0,0,0 +386270,0,0,0,0,0 +386271,0,0,0,0,0 +386272,0,0,0,0,0 +386273,0,0,0,0,0 +386274,0,0,0,0,0 +386275,0,0,0,0,0 +386276,0,0,0,0,0 +386277,0,0,0,0,0 +386278,0,0,0,0,0 +386279,0,0,0,0,0 +386280,0,0,0,0,0 +386281,0,0,0,0,0 +386282,0,0,0,0,0 +386283,0,0,0,0,0 +386284,0,0,0,0,0 +386285,0,0,0,0,0 +386286,0,0,0,0,0 +386287,0,0,0,0,0 +386288,0,0,0,0,0 +386289,0,0,0,0,0 +386290,0,0,0,0,0 +386291,0,0,0,0,0 +386292,0,0,0,0,0 +386293,0,0,0,0,0 +386294,0,0,0,0,0 +386295,0,0,0,0,0 +386296,0,0,0,0,0 +386297,0,0,0,0,0 +386298,0,0,0,0,0 +386299,0,0,0,0,0 +386300,0,0,0,0,0 +386301,0,0,0,0,0 +386302,0,0,0,0,0 +386303,0,0,0,0,0 +386304,0,0,0,0,0 +386305,0,0,0,0,0 +386306,0,0,0,0,0 +386307,0,0,0,0,0 +386308,0,0,0,0,0 +386309,0,0,0,0,0 +386310,0,0,0,0,0 +386311,0,0,0,0,0 +386312,0,0,0,0,0 +386313,0,0,0,0,0 +386314,0,0,0,0,0 +386315,0,0,0,0,0 +386316,0,0,0,0,0 +386317,0,0,0,0,0 +386318,0,0,0,0,0 +386319,0,0,0,0,0 +386320,0,0,0,0,0 +386321,0,0,0,0,0 +386322,0,0,0,0,0 +386323,0,0,0,0,0 +386324,0,0,0,0,0 +386325,0,0,0,0,0 +386326,0,0,0,0,0 +386327,0,0,0,0,0 +386328,0,0,0,0,0 +386329,0,0,0,0,0 +386330,0,0,0,0,0 +386331,0,0,0,0,0 +386332,0,0,0,0,0 +386333,0,0,0,0,0 +386334,0,0,0,0,0 +386335,0,0,0,0,0 +386336,0,0,0,0,0 +386337,0,0,0,0,0 +386338,0,0,0,0,0 +386339,0,0,0,0,0 +386340,0,0,0,0,0 +386341,-118.1260872,31.6940817,-34.92946174,-54.94683918,-322.0204449 +386342,324.4641726,234.2091312,408.6090902,146.3779576,484.2647216 +386343,319.6931712,232.3505678,403.9118257,144.207453,478.4751855 +386344,310.5590187,228.4299515,394.7358414,140.0042816,464.6051637 +386345,300.8838756,224.6279335,385.2207697,135.6002624,448.854243 +386346,292.3619897,221.7765539,377.1122196,131.7925859,434.2430136 +386347,285.2530115,219.9101962,370.6255218,128.6852835,421.4564462 +386348,279.3111314,218.8222292,365.4617498,126.1431809,410.2753284 +386349,274.2586445,218.318874,361.3034255,124.0209178,400.3483699 +386350,269.902053,218.2716862,357.9343642,122.2202798,391.4283801 +386351,266.1238088,218.5997109,355.2183338,120.6809622,383.368339 +386352,262.8407485,219.2461177,353.0600236,119.3622661,376.0722085 +386353,259.9896771,220.1654786,351.3825754,118.2323072,369.4632723 +386354,257.5126945,221.3191917,350.1194063,117.263974,363.4723389 +386355,255.3623948,222.6743026,349.2123478,116.4361996,358.0357082 +386356,253.4960981,224.203023,348.6111771,115.7264502,353.0955671 +386357,251.8769141,225.8821685,348.2730109,115.1173266,348.6002717 +386358,250.5793212,227.8387142,348.3487971,114.6395582,344.503564 +386359,249.5377125,230.0049839,348.7432578,114.2669537,340.7660117 +386360,248.6826414,232.2973527,349.3390303,113.9661695,337.3518363 +386361,247.9651009,234.6687759,350.0663118,113.7204527,334.2290121 +386362,247.3654083,237.100977,350.8935,113.5184789,331.3690617 +386363,246.8675316,239.588192,351.8062598,113.357487,328.746797 +386364,246.4659309,242.1277571,352.7952144,113.2319109,326.3398769 +386365,246.1491052,244.7170422,353.8518424,113.1408153,324.1285441 +386366,245.913257,247.3531581,354.9679479,113.0792914,322.0952296 +386367,245.7482765,250.0333139,356.1360261,113.0469997,320.2243148 +386368,245.6520076,252.7550359,357.349465,113.0396747,318.5018691 +386369,245.6159374,255.5162129,358.602552,113.0576439,316.9154944 +386370,245.6393796,258.3150255,359.8903135,113.0971953,315.454071 +386371,245.7150256,261.1499023,361.2084317,113.1591423,314.1076961 +386372,245.8399695,263.9930349,362.5282268,113.2386473,312.8674731 +386373,246.0056102,266.8260127,363.8400085,113.3356951,311.7254003 +386374,246.2122734,269.6436914,365.1348232,113.4469913,310.6742657 +386375,246.4544038,272.4478185,366.4127412,113.5739402,309.707606 +386376,246.7314839,275.2310719,367.6683845,113.7134821,308.8195495 +386377,247.0395191,278.0006643,368.9073454,113.8674267,308.0048194 +386378,247.3820241,280.7645851,370.1356098,114.0335,307.2586077 +386379,247.7549221,283.5274585,371.3563558,114.2135424,306.5765975 +386380,248.1608373,423.280456,372.5705994,114.4051042,305.9548389 +386381,248.5951529,369.0252763,373.7784296,114.6099309,305.3897386 +386382,249.060425,398.4942319,374.9796952,114.8255577,304.8779947 +386383,249.5521026,413.4173468,376.1742099,115.0537503,304.4165166 +386384,250.0728037,426.4630132,377.3617354,115.2920289,304.0023249 +386385,250.6180385,439.4584586,378.5420408,115.5421733,303.6326845 +386386,251.1905713,452.1357008,379.7148864,115.8017419,303.3050784 +386387,251.7860438,464.9765448,380.8800454,116.0725737,303.017236 +386388,252.4073719,477.534193,382.0372914,116.3522778,302.7670842 +386389,253.0503076,489.9517118,383.1864098,116.6427485,302.5527499 +386390,253.7178529,502.5579574,384.3271559,116.9416193,302.3724598 +386391,254.4058094,514.7203763,385.459297,117.2508141,302.2246042 +386392,255.1172504,527.1884679,386.58258,117.5679846,302.1076578 +386393,255.8480022,539.1746897,387.6967499,117.8950729,302.0202029 +386394,256.601188,551.6991579,388.8015421,118.2297391,301.9608989 +386395,257.37267,563.2664482,389.8967055,118.5739482,301.9285165 +386396,258.1656096,575.648856,390.9819666,118.9253632,301.9218572 +386397,258.9758904,587.2935966,392.0570764,119.2859647,301.9398338 +386398,259.8067259,599.5813184,393.1217774,119.6534252,301.9813978 +386399,260.6540101,611.0294436,394.1758209,120.0297357,302.045392 +386400,261.5210051,630.0693553,395.2189715,120.412577,302.1305261 +386401,262.327114,1076.16239,396.1744868,120.7691771,302.0966262 +386402,282.0794476,1105.276071,415.6225789,129.9087451,337.050414 +386403,311.7465528,1130.843018,444.7580916,143.5139877,391.1821205 +386404,341.9480056,1154.369732,474.416956,157.175526,447.8502479 +386405,368.6910921,1176.944971,500.6746324,169.0677531,499.5969126 +386406,391.4748803,1198.796439,523.0528978,179.0196294,545.1056914 +386407,411.0038159,1220.050769,542.2467356,187.415182,585.2511749 +386408,428.0410908,1240.400041,558.9994019,194.6480004,621.1078065 +386409,443.1234864,1261.695612,573.8272292,200.9905896,653.4372445 +386410,456.6000515,1281.578587,587.0672855,206.6180848,682.7310461 +386411,468.7190626,1301.796877,598.9575329,211.653128,709.3431101 +386412,479.6801417,1321.57558,609.6910411,216.1924898,733.5688274 +386413,489.6542151,1341.333934,619.4341482,220.317437,755.6733785 +386414,498.7887731,1360.864207,852.1494128,224.096733,775.8967136 +386415,507.2096872,1380.063073,917.54453,227.5878854,794.453391 +386416,515.0232051,1399.309607,864.2153607,230.8384279,811.5331114 +386417,522.3185457,1418.423362,913.3026342,233.8874303,827.3027282 +386418,529.1705032,1437.122913,930.8598125,236.766949,841.9087268 +386419,535.6418639,1455.984936,947.6671527,239.5033256,855.4798296 +386420,541.7855396,1474.522666,962.8078393,242.1182968,868.1294758 +386421,547.6459948,1492.923657,978.657708,244.6297429,879.9573318 +386422,553.26078,1511.326091,993.1733007,247.052448,891.0513034 +386423,558.661613,1529.478197,1007.971275,249.3986376,901.4888674 +386424,563.8752505,1547.54289,1021.816999,251.6784026,911.3382249 +386425,568.9243043,1565.470619,1035.489429,253.9000879,920.6594742 +386426,573.8279068,1583.207223,1048.748845,256.0706034,929.5055965 +386427,578.6022733,1600.987848,1061.462451,258.1956824,937.9233355 +386428,583.2611631,1618.48646,1074.341344,260.2800884,945.9539482 +386429,587.8162945,1635.937427,1086.652131,262.3277984,953.6339191 +386430,592.2776325,1653.244649,1098.218263,264.342126,960.9954713 +386431,596.6537119,1669.277794,1109.563468,266.3258592,968.0671716 +386432,600.9473235,1692.850949,1120.308154,268.2791111,974.8742897 +386433,605.1617644,1700.179904,1130.775202,270.2024016,981.4392363 +386434,609.301704,1727.797875,1140.721701,272.0970702,987.7819056 +386435,613.3722706,1727.65492,1150.983116,273.964802,993.9200275 +386436,617.694778,1727.04764,1160.471487,275.9510883,1000.44486 +386437,621.3101071,1772.344246,1169.877775,277.6193597,1005.619012 +386438,625.1910598,1771.312042,1178.996968,279.411558,1011.216721 +386439,629.022379,1788.80751,1187.951367,281.1839544,1016.670516 +386440,632.8043113,1803.212599,1196.620806,282.9362385,1021.986145 +386441,785.090496,1816.989389,1205.068454,284.668657,1027.170705 +386442,752.2207424,1830.932164,1213.387242,286.3817548,1032.231687 +386443,768.5636772,1844.34176,1221.405485,288.0761347,1037.176216 +386444,789.8329687,1857.983686,1229.341417,364.390812,1042.010782 +386445,804.0370697,1871.294783,1236.98622,335.9013759,1046.741816 +386446,818.3344984,1884.335083,1244.566852,351.1902437,1051.374411 +386447,831.7711708,1897.385877,1251.868471,359.645661,1055.913215 +386448,845.6156961,1910.208076,1259.126341,366.4778256,1060.362476 +386449,858.6549342,1922.901879,1266.115567,373.430535,1064.726567 +386450,871.8173904,1935.492665,1272.981569,379.9957869,1069.00875 +386451,884.398396,1947.704732,1279.831314,386.746427,1073.210283 +386452,897.3387245,1960.118901,1286.359808,392.9961888,1077.337213 +386453,909.552593,1972.273485,1292.956193,399.4985863,1081.390584 +386454,921.7707024,1984.0995,1299.332274,405.6581823,1085.375386 +386455,933.9921072,1995.993066,1305.559271,411.8440175,1089.29196 +386456,945.5310392,2007.67718,1311.772435,417.7172735,1093.142373 +386457,957.426293,2019.234998,1317.896095,423.9078881,1096.929278 +386458,968.9736471,2030.667297,1323.842808,429.4290974,1100.654902 +386459,980.1667552,2041.964533,1329.792328,435.4207613,1104.321747 +386460,991.354628,2053.222445,1335.633113,440.8407025,1107.930853 +386461,1393.395907,2233.357056,1731.509862,615.2447388,1111.507395 +386462,1408.57534,2246.514604,1742.25538,622.8205469,1128.325061 +386463,1422.282653,2258.811701,1752.844081,629.5618821,1777.75592 +386464,1435.351684,2270.810282,1760.825241,636.006901,2027.504887 +386465,1447.944061,2282.182885,1768.421844,642.2478644,1747.204437 +386466,1460.233745,2293.836182,1776.716209,648.1479909,1868.46798 +386467,1472.395027,2304.977416,1783.477572,654.4172131,1883.105776 +386468,1484.206841,2316.156677,1792.090175,660.1302595,1894.995151 +386469,1495.998017,2326.911376,1797.834351,665.9318994,1906.205671 +386470,1507.469991,2337.745166,1782.695178,671.6121592,1917.919904 +386471,1518.864058,2348.313247,1821.900229,677.1729712,1928.499344 +386472,1530.106872,2358.919576,1813.662195,682.723957,1939.293369 +386473,1541.229829,2368.971664,1823.92098,688.1352525,1949.57233 +386474,1552.111654,2379.406505,1830.780274,693.5005197,1959.714963 +386475,1562.991786,2389.388452,1837.906348,698.7991346,1969.635579 +386476,1573.75039,2401.872528,1845.164504,703.8072286,1979.304147 +386477,1584.272671,2417.629424,1851.851951,709.3219563,1988.915169 +386478,1594.836074,2413.101171,1857.166783,714.2504424,1998.075704 +386479,1605.123446,2422.482919,1864.650142,719.3277779,2007.296313 +386480,1598.634842,2434.934599,1855.301293,716.6612462,1985.591985 +386481,1510.194824,2392.380445,1763.978588,676.8486543,1816.198913 +386482,1665.028451,2461.603635,1916.353087,746.5106357,2098.174384 +386483,1629.929698,2463.20468,1878.07408,730.7542831,2017.870114 +386484,1639.939347,2472.521144,1885.542994,735.6865723,2027.117332 +386485,1654.020804,2468.876512,1896.527848,742.0364412,2042.793517 +386486,1663.582304,2490.799357,1903.22907,746.5481481,2050.336813 +386487,1674.980262,2488.675674,1912.196828,751.8179889,2059.71846 +386488,1863.895452,2596.93167,2099.047846,837.7801434,2388.799108 +386489,1433.955253,2397.603563,1664.999011,643.4973437,1590.036707 +386490,2001.913197,2643.398317,2246.289898,899.6988828,2632.0757 +386491,1428.5993,2415.203903,1630.687045,641.6364563,1555.220874 +386492,2022.515468,2656.982629,2272.432587,908.8355331,2649.687944 +386493,1444.833997,2427.242074,1639.352739,649.0488904,1565.966652 +386494,2043.044527,2671.728922,2286.497953,917.9420979,2666.381974 +386495,1461.852271,2441.396936,1651.441313,656.7800814,1577.59186 +386496,2062.827161,2691.349358,2299.880723,926.6972543,2683.675551 +386497,1478.98157,2446.880719,1663.838905,664.4137968,1586.929387 +386498,2096.626394,2705.685647,2312.512116,935.1655715,2705.052473 +386499,1474.131519,2461.725231,1676.018177,671.9041655,1589.98251 +386500,2111.556846,2721.615659,2329.740033,943.5024337,2730.743523 +386501,1515.002168,2462.770652,1689.905581,683.0497182,1589.357696 +386502,2124.713707,2727.812141,2353.622475,955.8942127,2750.225427 +386503,1534.279596,2474.223739,1705.265397,691.0898193,1598.776081 +386504,2143.925759,2741.290806,2364.736333,964.4915826,2764.057007 +386505,1550.733192,2479.212487,1736.109629,698.4754811,1609.000588 +386506,2162.970278,2755.767776,2352.895601,972.9628951,2783.691821 +386507,1567.170654,2487.597637,1742.118261,705.8026705,1610.284488 +386508,2180.976444,2766.598175,2389.24201,980.907914,2800.186282 +386509,1583.822791,2496.695092,1740.754244,713.0681031,1620.581693 +386510,2198.664644,2776.918253,2406.720712,988.7326692,2811.795652 +386511,1599.765468,2511.406818,1748.579125,720.0074408,1630.967151 +386512,2216.830718,2775.693407,2422.043738,996.5209114,2823.449106 +386513,1615.325247,2525.356663,1757.009935,726.7269281,1641.289005 +386514,2234.61452,2775.61317,2434.586997,1004.354532,2834.491287 +386515,1812.938408,2627.127269,1951.097406,816.1098205,1989.623366 +386516,1979.359805,2677.170825,2171.727868,889.2447652,2316.206726 +386517,1959.915452,2670.70041,2096.412419,881.3006901,2260.530968 +386518,1967.371115,2680.411132,2152.121309,884.1711429,2270.393738 +386519,1981.420799,2678.776943,2122.846704,887.5624618,2273.021902 +386520,1982.581858,2687.846796,2140.308877,891.0371762,2289.274402 +386521,2010.710857,2689.11629,2150.240062,897.0022582,2295.423163 +386522,1996.021792,2699.478165,2156.910047,900.9279277,2282.818243 +386523,2005.994324,2700.159388,2162.861873,904.6849967,2318.251573 +386524,2031.795964,2702.535272,2168.868669,908.2622458,2310.29361 +386525,2029.913074,2705.852168,2174.813972,911.8537865,2318.651084 +386526,2040.621056,2709.307566,2180.650632,915.274883,2324.054398 +386527,2048.64071,2718.429508,2185.969625,918.7097662,2329.391125 +386528,2057.000428,2711.840271,2192.047739,922.1828732,2334.878498 +386529,2065.000587,2722.807671,2197.516732,925.5335009,2339.864717 +386530,2073.149473,2717.59863,2202.770351,928.894791,2345.074559 +386531,2080.986339,2727.813415,2213.612045,932.2224235,2350.119425 +386532,2089.001819,2729.149911,2211.680623,935.4145738,2358.05195 +386533,2096.799712,2730.438305,2220.060654,938.8000393,2365.843976 +386534,2104.924701,2732.197529,2225.233187,942.0645339,2362.669942 +386535,2112.503836,2734.394142,2230.407353,945.1854277,2360.059673 +386536,2120.356609,2736.635431,2235.697536,948.4858464,2381.090878 +386537,2128.055905,2738.743625,2240.884153,951.6713411,2377.64812 +386538,2135.83151,2740.741296,2246.225881,954.7163165,2383.978095 +386539,2143.299162,2742.652867,2251.53396,957.898351,2388.657107 +386540,2150.966634,2744.450943,2256.317041,961.0862119,2404.981999 +386541,2158.39324,2746.353252,2266.613222,964.031995,2379.800504 +386542,2166.068708,2750.01601,2265.145888,967.2038297,2410.936989 +386543,2173.570834,2749.598507,2271.924672,970.3104308,2404.782062 +386544,2180.864163,2750.505248,2277.471212,973.1574544,2415.98664 +386545,2188.349738,2753.909942,2282.243885,976.2498161,2413.260945 +386546,2195.699426,2753.642331,2286.930592,979.3176171,2414.939922 +386547,2203.03683,2754.651265,2296.522171,982.1461707,2443.799828 +386548,2210.446969,2756.029012,2295.518685,985.2079651,2401.959187 +386549,2217.435327,2757.213557,2302.237524,988.0453004,2458.695872 +386550,2224.925268,2758.20678,2306.963045,991.0671873,2429.151172 +386551,2231.656026,2759.221918,2315.954159,993.795291,2425.542068 +386552,2238.817065,2760.276237,2315.197164,996.6379442,2468.436619 +386553,2245.672025,2760.826404,2320.505591,999.4399978,2438.854932 +386554,2252.555158,2754.43469,2329.331827,1002.177097,2455.459955 +386555,2259.301023,2765.980825,2329.999621,1004.854774,2457.455352 +386556,2266.260162,2755.618843,2337.605409,1007.658044,2461.130757 +386557,2272.832123,2753.171719,2339.002531,1010.246762,2465.204139 +386558,2279.71931,2762.962725,2345.913803,1013.014899,2468.968322 +386559,2286.218477,2753.471405,2346.664901,1015.569045,2479.174334 +386560,2293.037108,2756.191891,2352.605354,1018.301188,2466.779891 +386561,2299.46073,2756.431571,2353.439139,1020.769654,2491.02359 +386562,2306.211501,2755.411895,2354.851933,1023.546805,2480.005284 +386563,2312.568598,2755.170252,2355.636861,1025.996977,2488.681906 +386564,2319.248409,2746.555644,2355.2205,1028.673498,2491.706011 +386565,2325.538027,2756.970835,2352.939442,1031.132768,2494.942567 +386566,2332.154665,2743.913994,2351.71787,1033.821695,2498.819778 +386567,2338.500635,2748.724796,2352.508696,1036.170305,2502.340575 +386568,2344.864427,2746.507815,2351.054922,1038.818113,2505.610838 +386569,2351.118858,2744.559089,2350.479027,1041.210358,2509.366717 +386570,2357.464695,2742.886623,2350.272327,1043.737374,2512.756364 +386571,2363.754353,2741.167888,2350.276085,1046.192591,2516.230496 +386572,2370.092995,2739.28528,2350.422612,1048.70852,2519.470491 +386573,2376.279315,2737.280037,2350.655353,1051.066445,2523.110392 +386574,2391.956457,2735.410609,2350.935051,1053.596115,2526.335645 +386575,2377.3989,2732.977039,2351.262518,1055.921288,2529.757739 +386576,2397.221609,2730.713072,2351.834394,1058.426642,2532.868508 +386577,2401.380819,2721.550355,2352.046341,1060.728413,2536.443985 +386578,2406.516313,2732.747056,2352.40248,1063.210961,2539.580304 +386579,2412.838535,2715.641045,2352.94846,1065.489397,2548.518307 +386580,2419.04145,2720.37914,2353.342929,1067.950098,2543.512639 +386581,2307.177999,2665.856202,2350.131199,1016.865022,2331.497443 +386582,2310.430968,2656.101723,2336.338211,1018.085318,2340.559131 +386583,2314.445272,2653.590959,2321.846538,1019.436178,2337.083105 +386584,2319.199561,2650.617813,2308.66625,1021.180728,2345.571379 +386585,2332.288594,2652.671695,2300.176705,1022.815935,2337.763394 +386586,2319.392007,2634.690246,2295.047009,1024.545506,2343.870371 +386587,2332.18857,2647.007681,2291.734119,1026.289798,2344.69882 +386588,2339.162491,2627.414966,2289.584542,1028.044875,2346.676824 +386589,2341.027814,2632.38773,2287.925737,1029.810659,2348.498768 +386590,2346.553889,2626.737289,2286.755804,1031.580621,2350.473574 +386591,2351.254949,2622.053841,2285.913362,1033.354232,2352.338757 +386592,2355.713658,2617.644759,2285.213233,1035.130051,2354.191963 +386593,2360.446431,2613.814417,2284.658618,1036.907063,2356.381226 +386594,2365.055837,2608.437779,2284.219055,1038.684818,2358.239407 +386595,2369.676817,2604.566006,2283.87742,1040.405806,2360.319491 +386596,2374.289796,2600.129491,2283.617531,1042.269,2362.146878 +386597,2379.022295,2595.277386,2283.401976,1044.005735,2364.369525 +386598,2383.415586,2590.342515,2283.201838,1045.791833,2366.282599 +386599,2388.094094,2585.666663,2283.030511,1047.568481,2368.362646 +386600,2392.647644,2574.34792,2284.388022,1049.343028,2370.313344 +386601,2397.063201,2583.719576,2283.246418,1051.176952,2372.179124 +386602,2401.813468,2561.495602,2282.754147,1052.861257,2374.417296 +386603,2406.377442,2566.914694,2282.550474,1054.67417,2376.143385 +386604,2410.70941,2559.801099,2282.388273,1056.434056,2377.906066 +386605,2415.313136,2553.71799,2282.361508,1058.144795,2380.124918 +386606,2419.784656,2548.836505,2282.454661,1060.000321,2387.665215 +386607,2424.262737,2543.359946,2282.459366,1061.726078,2375.820268 +386608,2428.72832,2537.864154,2282.490115,1063.501331,2394.295363 +386609,2433.179303,2532.477434,2282.67346,1065.266335,2385.617252 +386610,2437.746656,2526.598882,2282.766759,1067.029839,2390.091601 +386611,2445.558467,2520.757521,2282.824575,1068.73832,2392.127677 +386612,2446.724196,2514.894559,2282.935515,1070.434153,2394.131496 +386613,2459.40724,2508.851908,2283.057657,1072.122601,2396.041505 +386614,2442.134253,2502.69722,2283.206267,1073.804901,2397.806215 +386615,2459.177134,2489.689356,2283.367285,1075.420851,2405.282567 +386616,2465.379169,2492.57559,2283.50063,1077.244352,2399.906904 +386617,2466.201945,2482.607425,2283.606389,1078.776353,2403.830101 +386618,2471.493451,2476.487482,2283.724628,1080.491515,2406.109115 +386619,2475.426207,2470.27974,2283.889172,1082.139365,2408.360127 +386620,2479.631144,2463.856204,2284.074459,1083.791573,2409.542512 +386621,2483.689505,2456.997483,2284.391095,1085.439167,2417.078869 +386622,2487.746336,2450.457929,2284.594099,1087.082207,2406.816951 +386623,2491.782811,2443.62301,2284.774986,1089.360808,2421.408808 +386624,2495.797777,2436.883728,2285.138388,1091.184854,2416.860615 +386625,2499.932554,2429.930905,2285.576086,1092.51765,2423.930875 +386626,2503.685038,2423.199128,2285.95372,1094.803692,2420.337216 +386627,2516.571383,2415.908819,2286.16618,1095.712788,2422.415792 +386628,2498.488957,2409.003691,2286.507937,1098.542968,2429.748689 +386629,2521.894069,2401.80322,2286.971868,1098.586329,2426.42855 +386630,2518.079689,2394.622476,2287.403605,1102.606977,2432.408453 +386631,2523.249426,2387.559622,2287.792729,1100.988458,2429.73945 +386632,2526.984303,2379.945112,2288.14817,1107.339836,2434.375826 +386633,2531.013854,2372.770174,2288.459558,1102.379264,2431.94622 +386634,2534.704355,2365.253187,2288.600006,1113.543331,2430.982469 +386635,2538.644466,2357.8056,2288.5251,1101.74103,2428.197602 +386636,2542.176092,2350.49369,2289.898156,1122.075474,2426.137995 +386637,2559.301003,2334.923803,2288.261452,1098.218471,2420.667218 +386638,2529.888111,2345.634696,2287.14685,1109.666753,2416.098367 +386639,2562.940434,2314.883116,2286.092265,1118.420492,2411.823019 +386640,2555.001828,2323.502101,2284.908184,1114.174288,2407.574749 +386641,2319.544241,2200.79258,2279.022375,1008.163554,2255.457616 +386642,2317.522465,2189.206673,2251.146107,1006.970408,1852.227462 +386643,2327.604932,2180.083716,2214.177976,1006.747023,2071.18059 +386644,2327.149596,2170.522498,2182.960137,1006.921111,1986.002681 +386645,2288.952086,2160.884397,2162.233444,1006.988663,2013.19423 +386646,2335.875066,2151.73435,2146.61151,1007.510606,1996.598056 +386647,2317.196751,2142.446078,2138.562384,1007.904663,1999.618609 +386648,2322.229495,2133.124378,2131.191251,1008.488305,1998.168817 +386649,2323.817261,2124.117222,2128.196983,1010.046391,1997.148816 +386650,2325.310672,2114.620561,2123.825979,1010.235741,1995.966853 +386651,2336.282188,2105.48063,2120.876402,1011.102837,1995.690448 +386652,2314.467488,2096.275992,2118.683153,1011.488804,1994.86259 +386653,2337.018581,2087.001188,2116.931362,1012.632805,1994.371196 +386654,2330.296592,2077.779768,2115.427772,1012.751754,1993.914751 +386655,2333.481341,2068.621296,2114.091659,1014.356933,1993.321312 +386656,2335.241173,2059.163013,2114.606488,1013.232154,1993.254546 +386657,2336.964995,2050.047846,2112.437576,1017.787487,1992.722105 +386658,2338.750763,2032.692995,2112.748785,1012.127492,1992.64201 +386659,2340.52866,2039.632006,2112.47896,1022.466888,1992.413683 +386660,2342.336206,2002.958803,2112.213088,1009.639771,1992.177119 +386661,2344.157072,2025.530229,2112.036991,1029.815743,1991.952821 +386662,2345.838795,2011.786615,2110.164427,1003.80465,1992.000691 +386663,2350.467004,1967.241323,2111.174656,1019.815385,1992.070117 +386664,2346.122041,1996.450941,2111.648682,1021.589289,1991.970103 +386665,2374.006439,1971.061537,2110.108538,1019.463371,1991.956641 +386666,2322.090459,1964.819627,2109.50877,1021.26909,1992.059328 +386667,2370.089688,1967.847593,2109.29975,1022.145271,1992.0386 +386668,2354.195215,1928.969813,2111.037679,1023.006498,1992.472465 +386669,2359.03643,1945.488108,2110.150747,1023.808084,1992.397313 +386670,2361.094854,1926.267217,2109.885908,1024.785863,1992.624565 +386671,2362.828461,1918.54466,2111.595776,1025.570411,1993.030671 +386672,2364.532193,1921.105064,2112.412031,1026.406074,1993.089928 +386673,2366.232911,1882.487796,2113.225307,1027.234964,1998.589264 +386674,2367.925011,1898.525369,2113.520333,1028.066029,1986.147298 +386675,2375.005787,1879.180513,2111.925007,1028.964896,2001.642982 +386676,2363.264898,1871.473779,2111.437957,1029.70704,1992.327251 +386677,2399.556083,1862.052395,2112.956549,1030.59603,1994.887155 +386678,2358.638126,1852.984949,2113.634896,1031.429714,1995.481905 +386679,2364.663388,1843.427519,2114.117936,1032.278079,1995.499872 +386680,2393.884863,1834.222586,2112.695615,1033.127632,1995.972266 +386681,2382.853457,1839.045979,2112.126267,1033.983367,1996.165557 +386682,2372.075663,1795.305534,2112.00446,1034.840129,1997.017103 +386683,2379.958002,1816.296226,2113.884111,1035.701182,1997.485773 +386684,2404.519617,1795.06301,2113.051177,1036.560628,1997.420039 +386685,2366.380611,1788.175512,2114.592364,1037.428365,1998.417696 +386686,2419.934462,1779.039756,2113.642189,1038.292146,1999.06057 +386687,2349.8672,1769.99981,2113.413456,1039.162699,1998.992466 +386688,2433.735955,1760.98975,2113.547595,1040.032857,1999.953642 +386689,2354.72686,1752.028465,2115.586543,1040.906416,2000.482861 +386690,2434.79019,1742.994252,2116.648472,1041.779114,2000.721827 +386691,2368.704947,1734.273471,2115.694968,1042.653899,2006.286947 +386692,2417.025331,1725.387327,2117.049341,1043.532497,1995.461705 +386693,2382.972236,1716.63295,2117.656235,1044.408877,2009.24364 +386694,2430.260095,1707.918409,2116.528562,1045.287113,2001.564477 +386695,2369.556604,1699.263244,2116.249118,1046.167821,2003.47679 +386696,2444.764963,1690.669333,2116.49902,1047.048056,2004.685208 +386697,2370.011464,1682.134558,2117.018088,1047.997341,2005.096895 +386698,2448.846848,1673.55173,2117.618507,1048.778352,2005.621488 +386699,2377.755109,1685.386153,2118.121168,1049.708484,2006.232886 +386700,2446.703173,1628.074844,2118.61046,1050.581025,2006.865182 +386701,2640.925453,1769.727768,2124.625885,1158.073256,2083.702015 +386702,2659.556096,1746.944997,2147.568326,1160.959204,2109.532101 +386703,2664.017082,1743.217249,2175.373319,1163.09795,2142.275222 +386704,2667.231897,1736.372446,2198.612497,1165.067688,2170.700917 +386705,2670.768181,1729.372293,2215.475069,1166.892669,2192.368932 +386706,2674.740317,1722.599264,2227.30463,1168.628538,2208.253897 +386707,2678.313761,1737.013891,2235.361613,1170.30298,2219.963479 +386708,2681.903995,1678.102401,2241.244474,1171.9328,2228.947182 +386709,2685.496939,1736.137808,2245.732751,1173.527608,2236.028202 +386710,2689.236887,1663.935007,2251.000624,1175.094717,2243.838976 +386711,2692.601825,1701.674726,2253.018333,1176.63318,2247.418972 +386712,2696.332724,1678.753875,2256.81025,1178.154732,2252.955312 +386713,2699.738557,1675.070778,2259.507388,1179.651921,2256.933015 +386714,2702.903584,1668.740974,2259.992634,1181.131143,2257.98763 +386715,2706.66232,1662.108099,2261.110031,1182.556016,2259.82846 +386716,2710.030379,1655.880331,2262.411888,1184.031327,2261.501523 +386717,2713.542035,1649.612712,2265.47782,1185.428186,2265.199462 +386718,2716.64949,1643.419237,2265.910973,1186.832089,2265.54178 +386719,2720.797591,1637.215359,2268.592543,1188.230115,2268.557154 +386720,2724.864352,1631.332232,2268.82526,1189.610289,2268.468302 +386721,2729.571327,1625.339593,2269.916177,1190.980736,2269.123595 +386722,2734.113494,1619.520203,2272.74144,1192.337309,2272.10362 +386723,2738.154,1613.782162,2273.059385,1193.67893,2271.93092 +386724,2743.196754,1608.243168,2274.002912,1195.010604,2272.481012 +386725,2747.75653,1602.568928,2276.847772,1196.329308,2275.339134 +386726,2752.221886,1597.099712,2278.843781,1197.634609,2277.118792 +386727,2756.627164,1591.892742,2278.81082,1198.928355,2276.358898 +386728,2761.592402,1586.606397,2281.216558,1200.212226,2278.587539 +386729,2766.062393,1581.505074,2282.961012,1201.557444,2279.97087 +386730,2778.115432,1576.503122,2284.783199,1202.706648,2281.211322 +386731,2764.744162,1571.597119,2284.442968,1203.99299,2279.990465 +386732,2790.861895,1566.837923,2284.941394,1205.205164,2279.791397 +386733,2782.370555,1562.429219,2287.604897,1206.788509,2282.280058 +386734,2789.292174,1558.386675,2287.722552,1208.45337,2281.567911 +386735,2794.875498,1554.335833,2288.408326,1210.317734,2281.557496 +386736,2798.125994,1546.840944,2291.121363,1209.175233,2283.93215 +386737,2802.117193,1542.212702,2292.581582,1210.477424,2285.244298 +386738,2806.234921,1537.917666,2291.698398,1212.32884,2284.051295 +386739,2811.569026,1533.789671,2291.610012,1214.244758,2283.828406 +386740,2815.945073,1529.759535,2291.453738,1216.255422,2283.98667 +386741,2820.647997,1525.714332,2292.048882,1218.280456,2284.32851 +386742,2825.380684,1521.962726,2292.798648,1220.575827,2284.759194 +386743,2830.279623,1518.080033,2295.118077,1222.782781,2287.306181 +386744,2834.438361,1514.328534,2295.158555,1225.127366,2286.62645 +386745,2846.663163,1512.608744,2295.736922,1227.534356,2286.82241 +386746,2834.511136,1510.336343,2296.359867,1230.009706,2287.04137 +386747,2858.157428,1507.604028,2297.047799,1232.597283,2287.310288 +386748,2852.433416,1505.198155,2297.978282,1235.175823,2287.859162 +386749,2857.980978,1502.735868,2299.016036,1237.967675,2288.280827 +386750,2863.467374,1500.30639,2299.796814,1240.560869,2288.59479 +386751,2868.297636,1497.915455,2300.625494,1243.459547,2288.9622 +386752,2872.797651,1495.45579,2301.473301,1246.325523,2289.344215 +386753,2877.277704,1493.251475,2302.316524,1249.261565,2289.710504 +386754,2889.755284,1490.874844,2303.327529,1252.259203,2290.277352 +386755,2878.107548,1488.60265,2304.190604,1255.317926,2290.654108 +386756,2900.570037,1486.343498,2304.973739,1258.437375,2290.925932 +386757,2896.031011,1484.11162,2307.575035,1261.6186,2293.463143 +386758,2900.366853,1481.901449,2307.482493,1264.856938,2292.65031 +386759,2907.761732,1479.722405,2309.695997,1268.159411,2294.464563 +386760,2910.739159,1477.562608,2309.322502,1271.517597,2293.300201 +386761,2961.830269,1498.014211,2313.814999,1297.502795,2299.097103 +386762,2975.469589,1497.031823,2319.190031,1302.070614,2306.695674 +386763,2969.973371,1495.575045,2325.969672,1306.211527,2316.179201 +386764,2986.379187,1493.988648,2331.95212,1310.271699,2324.85611 +386765,2990.003064,1492.32276,2338.611007,1314.289387,2334.443584 +386766,2991.628393,1490.698514,2341.662143,1318.297011,2339.562055 +386767,2996.137012,1488.746259,2344.390367,1322.319558,2344.219888 +386768,3007.843856,1487.196911,2346.963448,1326.366675,2348.587357 +386769,3009.495274,1485.379446,2349.488437,1330.528242,2352.790664 +386770,3012.125436,1483.652744,2351.739393,1334.524905,2356.557136 +386771,3015.797491,1481.919642,2353.682422,1338.740746,2359.853333 +386772,3020.15129,1480.194068,2355.447412,1342.927805,2362.846824 +386773,3024.783968,1478.477909,2357.127499,1347.169953,2365.659582 +386774,3026.901927,1476.771052,2358.700489,1351.455898,2368.271684 +386775,3028.67193,1475.075508,2360.086174,1355.786418,2370.787434 +386776,3030.427551,1473.390827,2361.270167,1360.161476,2372.786736 +386777,3032.226818,1471.718137,2362.292101,1364.498955,2374.53409 +386778,3034.074521,1470.057261,2363.184966,1372.952157,2376.079138 +386779,3035.981898,1468.409009,2364.180825,1370.462199,2377.478903 +386780,3037.914385,1466.773085,2364.893858,1390.588514,2378.745798 +386781,3039.933214,1465.062801,2365.57787,1363.889633,2379.957112 +386782,3044.690944,1463.581111,2367.93648,1396.711405,2383.214382 +386783,3045.388815,1461.922028,2367.694393,1389.835325,2383.263863 +386784,3046.917404,1460.351879,2367.93506,1396.872666,2383.890843 +386785,3048.718819,1458.781614,2368.296792,1401.510397,2384.643561 +386786,3050.674825,1457.224334,2368.710694,1406.405808,2385.442793 +386787,3052.731753,1455.680637,2369.152539,1411.268673,2386.266642 +386788,3054.852072,1454.150188,2369.606564,1416.186584,2387.101696 +386789,3057.01403,1452.633479,2370.064075,1421.14619,2387.940774 +386790,3059.288154,1451.130387,2370.519923,1426.156045,2388.779411 +386791,3061.783682,1449.38789,2370.970618,1430.861433,2389.614325 +386792,3064.520611,1447.692709,2371.384839,1435.547591,2390.442491 +386793,3067.448725,1445.769951,2371.741324,1440.242265,2391.261428 +386794,3070.532241,1444.028271,2372.03496,1445.037196,2392.069609 +386795,3073.728691,1442.209062,2372.26981,1449.629537,2392.866334 +386796,3077.026017,1440.400002,2372.452583,1454.435601,2393.651565 +386797,3080.400859,1438.590468,2372.589152,1459.184237,2394.425246 +386798,3083.852544,1436.780574,2372.684248,1463.964925,2395.187686 +386799,3087.363907,1434.971372,2372.741591,1468.766333,2395.939352 +386800,3090.937259,1433.163056,2372.763953,1473.674714,2396.680498 +386801,3094.559197,1431.356466,2372.754545,1478.294068,2397.412533 +386802,3098.234189,1429.551659,2372.715492,1483.352512,2398.135999 +386803,3101.947945,1427.749362,2372.647624,1488.157254,2398.85019 +386804,3105.70597,1425.949542,2372.55232,1493.07196,2399.555368 +386805,3109.487584,1424.152837,2372.425333,1501.043592,2400.245066 +386806,3113.308076,1422.27331,2372.082795,1503.163232,2400.926386 +386807,3117.148064,1420.608824,2371.911383,1515.959111,2401.593201 +386808,3121.059551,1418.762174,2371.744375,1501.264145,2402.281218 +386809,3125.026905,1416.99193,2371.574973,1519.70004,2402.98763 +386810,3128.976701,1415.213154,2371.357644,1524.03904,2403.658231 +386811,3132.933894,1413.438347,2371.101454,1527.211355,2404.303507 +386812,3136.916946,1411.667499,2370.82601,1532.93983,2404.94611 +386813,3140.919991,1409.900997,2370.530791,1538.028097,2405.584142 +386814,3144.952125,1408.138529,2370.215807,1543.108869,2406.216828 +386815,3149.001554,1406.380495,2369.881656,1548.212665,2406.844369 +386816,3153.063819,1404.626556,2369.528524,1553.32843,2407.466575 +386817,3157.432805,1402.877109,2369.154945,1558.459544,2408.081239 +386818,3161.47967,1401.131758,2368.7485,1570.473121,2408.672608 +386819,3165.553348,1399.390913,2368.340479,1558.576436,2409.278903 +386820,3169.6613,1397.654062,2367.928966,1578.88374,2409.897591 +386821,3173.969526,1362.876394,2367.611077,1544.71326,2410.649697 +386822,3173.680893,1360.794789,2363.841175,1550.800305,2406.211776 +386823,3171.416396,1358.931165,2358.507004,1555.823001,2399.186569 +386824,3169.759906,1357.068762,2353.4767,1564.93348,2392.247938 +386825,3169.707497,1355.14783,2349.49158,1562.133545,2386.339111 +386826,3171.12681,1353.441088,2346.505022,1570.488836,2381.930811 +386827,3173.511522,1351.566058,2344.205634,1577.125901,2378.50833 +386828,3176.45499,1349.768219,2342.334786,1580.703268,2375.7745 +386829,3179.725216,1347.96633,2340.739233,1586.211698,2373.545297 +386830,3183.193937,1346.170529,2339.328294,1591.319197,2371.705159 +386831,3186.7934,1344.381046,2338.048828,1596.434805,2370.180491 +386832,3190.477268,1342.59686,2336.861864,1604.433098,2368.913152 +386833,3196.930468,1340.899964,2337.452378,1604.601366,2369.989883 +386834,3199.303763,1339.004607,2335.522188,1630.465386,2368.069756 +386835,3202.593316,1337.293229,2334.186047,1588.882914,2366.995736 +386836,3206.187562,1335.514984,2333.040956,1635.652002,2366.247488 +386837,3209.852849,1333.752976,2331.938301,1624.213379,2365.633511 +386838,3213.543395,1331.995065,2330.852081,1648.590659,2365.117443 +386839,3217.357502,1330.241132,2329.845886,1613.432995,2364.773405 +386840,3221.221197,1328.409301,2328.87414,1661.785251,2364.539517 +386841,3225.056719,1326.78038,2327.888234,1637.11477,2364.349768 +386842,3228.945043,1324.979805,2326.938353,1678.790518,2364.260643 +386843,3235.584622,1323.252245,2327.723132,1645.705737,2366.381377 +386844,3238.326119,1321.511522,2326.08764,1692.167216,2365.555497 +386845,3241.90069,1319.777981,2324.978038,1673.114314,2365.424351 +386846,3245.643978,1318.04444,2323.966187,1689.141901,2365.442751 +386847,3249.769574,1316.314263,2323.183429,1694.852909,2365.772346 +386848,3254.236996,1314.586284,2322.615729,1701.542838,2366.39889 +386849,3258.892394,1312.860344,2322.171313,1708.722346,2367.211445 +386850,3263.656087,1311.136679,2321.808593,1715.606222,2368.158855 +386851,3268.763124,1309.500056,2321.494729,1722.620899,2369.198449 +386852,3273.578551,1307.883187,2321.220211,1729.472217,2370.30354 +386853,3278.405999,1306.277768,2320.983273,1736.608548,2371.46065 +386854,3283.24793,1304.602041,2320.777547,1743.535625,2372.657188 +386855,3288.095719,1303.128096,2320.592353,1750.407546,2373.87911 +386856,3292.942684,1301.491246,2320.420998,1757.394971,2375.118606 +386857,3297.785845,1299.927401,2320.260634,1764.145674,2376.372657 +386858,3302.727389,1298.436943,2320.175352,1777.093015,2377.721425 +386859,3307.574926,1323.347918,2320.044482,1775.630886,2379.015494 +386860,3315.340885,1255.913162,2321.591173,1786.14572,2382.589523 +386861,3318.7426,1312.602846,2320.628986,1792.138479,2382.861969 +386862,3322.808034,1306.80637,2320.10384,1798.967335,2383.670032 +386863,3327.167564,1264.575034,2319.761971,1805.70265,2384.692276 +386864,3331.670635,1326.097929,2319.502449,1812.345764,2385.810575 +386865,3336.535958,1246.76038,2319.308318,1819.146925,2387.008549 +386866,3341.133139,1304.545157,2319.177808,1825.570556,2388.290095 +386867,3345.828602,1291.521283,2318.986703,1832.430636,2389.501728 +386868,3350.340157,1267.922461,2318.819454,1838.935923,2390.747725 +386869,3354.462642,1301.731811,2318.671202,1845.49417,2392.022088 +386870,3359.174664,1257.177507,2318.540066,1852.093479,2393.322736 +386871,3363.710526,1304.021884,2318.401747,1858.433646,2394.619772 +386872,3368.562505,1251.826917,2318.26963,1865.085797,2395.929626 +386873,3373.128334,1298.670545,2318.133675,1871.490518,2397.239656 +386874,3377.654003,1252.914183,2317.994126,1877.872936,2398.54991 +386875,3382.148191,1289.127278,2317.850664,1884.28752,2400.052959 +386876,3386.902733,1257.028476,2317.699092,1890.430494,2401.3282 +386877,3391.495287,1277.618324,2317.63111,1902.477956,2402.706357 +386878,3395.920492,1262.547135,2317.478658,1895.740342,2403.987407 +386879,3400.306583,1268.175195,2317.316442,1917.38748,2405.263408 +386880,3404.796971,1264.36876,2317.231519,1913.789593,2406.839694 +386881,3408.577154,1197.060139,2317.000386,1854.658201,2408.486738 +386882,3400.763366,1194.802318,2308.415455,1861.90713,2397.845198 +386883,3388.814954,1192.850711,2296.585167,1866.47291,2381.724475 +386884,3378.883449,1190.935114,2285.980528,1872.086048,2366.68672 +386885,3373.314766,1189.051124,2277.816225,1877.885058,2354.499855 +386886,3371.206934,1187.18164,2272.197993,1883.391213,2345.547251 +386887,3371.352783,1185.32241,2268.206083,1888.936829,2338.870405 +386888,3372.790294,1183.471215,2265.238631,1894.420316,2333.778971 +386889,3374.946913,1181.696676,2262.921929,1899.883845,2329.822067 +386890,3377.526161,1179.756436,2261.047565,1905.334423,2326.730903 +386891,3380.375531,1177.970826,2259.495274,1910.520135,2324.335789 +386892,3386.438071,1176.057605,2259.906377,1921.79732,2324.669254 +386893,3388.160185,1174.334977,2257.914888,1913.823196,2322.25885 +386894,3393.377728,1172.456457,2258.204017,1934.777678,2322.923195 +386895,3394.993762,1170.646012,2256.334328,1929.913064,2321.088835 +386896,3397.515429,1168.821248,2255.080519,1937.416161,2320.190534 +386897,3400.356304,1166.999736,2254.059808,1942.799594,2319.725607 +386898,3403.420425,1165.246441,2253.211733,1947.630127,2319.606129 +386899,3406.576354,1163.32684,2252.457765,1952.61034,2319.724397 +386900,3409.767795,1161.554565,2251.764074,1957.412028,2320.027654 +386901,3412.972987,1159.725285,2251.115923,1962.548279,2320.485966 +386902,3416.174011,1157.906354,2250.499571,1967.334214,2321.07074 +386903,3419.353784,1156.088052,2249.901664,1972.142129,2321.75471 +386904,3422.506739,1154.26999,2249.316298,1976.951645,2322.521025 +386905,3425.630683,1152.45228,2248.740125,1981.633805,2323.357149 +386906,3428.72307,1150.567973,2248.16984,1986.317559,2324.251664 +386907,3434.683165,1148.84607,2249.224992,1991.182257,2327.227772 +386908,3436.398194,1147.052385,2247.881021,2000.619805,2327.255224 +386909,3438.77476,1145.145398,2246.974779,1993.325893,2327.862661 +386910,3441.372381,1143.375669,2246.028406,2011.637282,2328.668269 +386911,3444.499983,1141.417645,2245.4343,2006.724569,2329.685273 +386912,3447.591576,1139.442515,2244.758265,2010.486652,2330.631613 +386913,3450.4154,1137.454551,2243.969402,2013.498249,2331.486264 +386914,3452.982523,1135.457435,2243.122313,2015.501063,2332.320418 +386915,3455.277327,1133.45312,2242.210518,2017.536775,2333.119847 +386916,3457.335902,1131.442299,2241.243373,2019.382507,2333.888855 +386917,3459.201136,1129.425755,2240.234503,2021.161967,2334.638299 +386918,3460.897334,1127.468987,2239.19081,2022.655068,2335.372151 +386919,3465.040023,1125.345682,2239.710973,2024.319379,2338.11535 +386920,3465.003592,1123.360811,2237.75841,2025.124063,2337.760901 +386921,3468.262265,1121.247807,2237.87895,2026.679939,2340.053109 +386922,3467.642374,1119.302567,2235.505248,2027.191549,2339.439129 +386923,3467.878647,1117.209934,2233.927045,2028.206632,2339.544427 +386924,3468.350419,1115.169513,2232.528156,2028.8643,2339.878185 +386925,3468.886208,1113.11499,2231.028149,2029.362795,2340.325508 +386926,3469.394322,1111.056232,2229.82018,2029.77991,2340.833398 +386927,3469.825035,1108.993606,2228.508963,2030.031343,2341.371852 +386928,3470.150434,1106.990348,2227.623553,2030.147841,2341.919825 +386929,3470.35975,1104.827504,2226.361544,2030.130776,2342.465704 +386930,3470.45525,1102.797764,2224.940258,2029.965361,2343.007323 +386931,3470.440689,1100.710589,2223.466544,2029.698935,2343.544027 +386932,3472.912161,1098.627962,2223.689103,2029.499607,2346.091132 +386933,3471.245672,1096.545132,2221.528378,2028.534573,2345.547645 +386934,3470.293395,1094.455274,2219.841433,2028.055405,2345.620797 +386935,3469.51126,1092.363668,2218.066743,2027.26495,2345.863996 +386936,3468.769155,1090.268142,2216.550864,2026.275438,2346.1848 +386937,3467.846203,1088.169441,2214.978937,2019.780438,2346.426848 +386938,3466.965063,1086.005462,2213.487152,2030.602918,2346.770092 +386939,3466.016328,1084.05234,2212.009042,2015.273194,2347.133971 +386940,3467.417988,1081.808973,2212.025633,2022.621641,2349.399222 +386941,2165.813926,1079.686052,980.9486052,1612.608865,2299.493142 +386942,2248.179981,1210.397792,1018.778482,1668.439621,2343.172204 +386943,2339.403306,1212.427466,1062.383671,1724.996588,2377.638105 +386944,2421.65349,1211.887947,1102.521463,1768.686621,2403.873666 +386945,2488.827342,1211.387992,1136.381904,1798.062558,2424.897848 +386946,2540.872496,1210.258501,1163.929426,1815.968662,2441.90006 +386947,2580.937431,1208.905575,1186.406187,1826.611097,2455.851951 +386948,2612.320114,1207.501509,1205.068429,1833.232116,2467.587406 +386949,2637.454167,1206.05233,1220.831155,1837.73259,2477.942665 +386950,2658.156908,1204.572087,1234.281921,1841.020402,2486.888305 +386951,2674.840366,1203.07568,1245.802314,1843.476462,2494.813254 +386952,2688.466015,1201.467462,1255.671674,1845.275535,2501.81924 +386953,2699.599096,1200.061992,1264.148239,1846.579251,2508.041316 +386954,2708.709174,1198.486784,1271.456472,1847.529179,2513.601968 +386955,2716.156837,1196.984554,1277.773064,1848.195638,2518.575035 +386956,2722.244522,1195.474816,1283.250059,1848.633416,2523.032324 +386957,2727.218681,1193.973462,1288.015914,1848.886925,2527.038929 +386958,2731.277225,1192.479246,1292.178533,1848.990843,2530.652545 +386959,2734.578122,1190.994555,1295.828315,1848.970549,2533.923501 +386960,2737.247667,1189.517416,1299.041086,1848.843955,2536.895713 +386961,2739.386833,1185.809931,1302.055476,1848.62334,2539.60715 +386962,2740.60745,1184.011499,1304.480287,1847.884734,2542.090578 +386963,2741.155093,1182.446689,1306.569096,1846.826484,2544.3712 +386964,2741.340341,1180.739848,1308.406485,1845.708589,2546.474695 +386965,2741.335382,1179.152576,1310.048998,1844.654054,2548.424105 +386966,2741.1942,1177.701969,1311.529753,1843.673891,2550.238839 +386967,2740.935055,1176.109795,1312.869669,1842.734971,2551.935006 +386968,2740.559359,1174.594631,1314.084572,1841.8025,2553.526164 +386969,2740.060272,1173.075099,1315.187972,1840.85353,2555.023828 +386970,2739.44779,1171.561145,1316.191756,1839.875868,2556.437895 +386971,2738.722041,1170.015742,1317.106261,1838.863486,2557.776865 +386972,2737.872962,1168.465799,1317.938918,1837.79474,2559.048085 +386973,2736.896468,1166.914249,1318.696253,1836.656695,2560.257854 +386974,2735.795251,1165.361874,1319.38445,1835.447516,2561.411622 +386975,2734.574323,1163.808101,1320.00921,1834.170921,2562.514084 +386976,2733.239539,1162.252393,1320.575622,1832.831594,2563.56932 +386977,2731.797092,1160.694502,1321.08812,1831.433267,2564.580839 +386978,2730.252888,1159.133671,1321.550562,1829.978555,2565.551696 +386979,2728.612183,1157.496322,1321.966304,1828.469329,2566.484509 +386980,2726.879706,1156.037704,1322.338298,1826.907116,2567.381561 +386981,2725.060322,1177.457465,1322.669382,1825.293687,2568.245349 +386982,2723.156744,1118.080271,1322.961281,1823.629424,2569.076283 +386983,2721.173,1168.713653,1323.21618,1821.915886,2569.876118 +386984,2719.114237,1162.240733,1323.436674,1820.155652,2570.647808 +386985,2716.982307,1124.145036,1323.623693,1818.348904,2571.39084 +386986,2714.780447,1157.396525,1323.778683,1816.496982,2572.106064 +386987,2712.513341,1157.333357,1323.903671,1814.602489,2572.795792 +386988,2710.18303,1121.137259,1323.999333,1812.666104,2573.459498 +386989,2707.793262,1174.384279,1324.067017,1810.689897,2574.098287 +386990,2705.347229,1104.682055,1324.107667,1808.675577,2574.712494 +386991,2702.848756,1178.178517,1324.122423,1806.625469,2575.30299 +386992,2700.301255,1097.750576,1324.112079,1804.541654,2575.869989 +386993,2697.708838,1174.570524,1324.077602,1802.426826,2576.414175 +386994,2695.07546,1096.462479,1324.019709,1800.283641,2576.935762 +386995,2692.265592,1166.778128,1323.938928,1797.959175,2577.435487 +386996,2689.191749,1098.353589,1323.835844,1795.364274,2577.913159 +386997,2685.837693,1156.682011,1323.711156,1792.496968,2578.36875 +386998,2682.224506,1101.961133,1323.56549,1789.396678,2578.802313 +386999,2678.382008,1145.41501,1323.399448,1786.106679,2579.214039 +387000,2674.3363,1106.344038,1323.213609,1782.659184,2579.604182 +387001,0,0,0,0,0 +387002,0,0,0,0,0 +387003,0,0,0,0,0 +387004,0,0,0,0,0 +387005,0,0,0,0,0 +387006,0,0,0,0,0 +387007,0,0,0,0,0 +387008,0,0,0,0,0 +387009,0,0,0,0,0 +387010,0,0,0,0,0 +387011,0,0,0,0,0 +387012,0,0,0,0,0 +387013,0,0,0,0,0 +387014,0,0,0,0,0 +387015,0,0,0,0,0 +387016,0,0,0,0,0 +387017,0,0,0,0,0 +387018,0,0,0,0,0 +387019,0,0,0,0,0 +387020,0,0,0,0,0 +387021,0,0,0,0,0 +387022,0,0,0,0,0 +387023,0,0,0,0,0 +387024,0,0,0,0,0 +387025,0,0,0,0,0 +387026,0,0,0,0,0 +387027,0,0,0,0,0 +387028,0,0,0,0,0 +387029,0,0,0,0,0 +387030,0,0,0,0,0 +387031,0,0,0,0,0 +387032,0,0,0,0,0 +387033,0,0,0,0,0 +387034,0,0,0,0,0 +387035,0,0,0,0,0 +387036,0,0,0,0,0 +387037,0,0,0,0,0 +387038,0,0,0,0,0 +387039,0,0,0,0,0 +387040,0,0,0,0,0 +387041,0,0,0,0,0 +387042,0,0,0,0,0 +387043,0,0,0,0,0 +387044,0,0,0,0,0 +387045,0,0,0,0,0 +387046,0,0,0,0,0 +387047,0,0,0,0,0 +387048,0,0,0,0,0 +387049,0,0,0,0,0 +387050,0,0,0,0,0 +387051,0,0,0,0,0 +387052,0,0,0,0,0 +387053,0,0,0,0,0 +387054,0,0,0,0,0 +387055,0,0,0,0,0 +387056,0,0,0,0,0 +387057,0,0,0,0,0 +387058,0,0,0,0,0 +387059,0,0,0,0,0 +387060,0,0,0,0,0 +387061,0,0,0,0,0 +387062,0,0,0,0,0 +387063,0,0,0,0,0 +387064,0,0,0,0,0 +387065,0,0,0,0,0 +387066,0,0,0,0,0 +387067,0,0,0,0,0 +387068,0,0,0,0,0 +387069,0,0,0,0,0 +387070,0,0,0,0,0 +387071,0,0,0,0,0 +387072,0,0,0,0,0 +387073,0,0,0,0,0 +387074,0,0,0,0,0 +387075,0,0,0,0,0 +387076,0,0,0,0,0 +387077,0,0,0,0,0 +387078,0,0,0,0,0 +387079,0,0,0,0,0 +387080,0,0,0,0,0 +387081,0,0,0,0,0 +387082,0,0,0,0,0 +387083,0,0,0,0,0 +387084,0,0,0,0,0 +387085,0,0,0,0,0 +387086,0,0,0,0,0 +387087,0,0,0,0,0 +387088,0,0,0,0,0 +387089,0,0,0,0,0 +387090,0,0,0,0,0 +387091,0,0,0,0,0 +387092,0,0,0,0,0 +387093,0,0,0,0,0 +387094,0,0,0,0,0 +387095,0,0,0,0,0 +387096,0,0,0,0,0 +387097,0,0,0,0,0 +387098,0,0,0,0,0 +387099,0,0,0,0,0 +387100,0,0,0,0,0 +387101,0,0,0,0,0 +387102,0,0,0,0,0 +387103,0,0,0,0,0 +387104,0,0,0,0,0 +387105,0,0,0,0,0 +387106,0,0,0,0,0 +387107,0,0,0,0,0 +387108,0,0,0,0,0 +387109,0,0,0,0,0 +387110,0,0,0,0,0 +387111,0,0,0,0,0 +387112,0,0,0,0,0 +387113,0,0,0,0,0 +387114,0,0,0,0,0 +387115,0,0,0,0,0 +387116,0,0,0,0,0 +387117,0,0,0,0,0 +387118,0,0,0,0,0 +387119,0,0,0,0,0 +387120,0,0,0,0,0 +387121,0,0,0,0,0 +387122,0,0,0,0,0 +387123,0,0,0,0,0 +387124,0,0,0,0,0 +387125,0,0,0,0,0 +387126,0,0,0,0,0 +387127,0,0,0,0,0 +387128,0,0,0,0,0 +387129,0,0,0,0,0 +387130,0,0,0,0,0 +387131,0,0,0,0,0 +387132,0,0,0,0,0 +387133,0,0,0,0,0 +387134,0,0,0,0,0 +387135,0,0,0,0,0 +387136,0,0,0,0,0 +387137,0,0,0,0,0 +387138,0,0,0,0,0 +387139,0,0,0,0,0 +387140,0,0,0,0,0 +387141,0,0,0,0,0 +387142,0,0,0,0,0 +387143,0,0,0,0,0 +387144,0,0,0,0,0 +387145,0,0,0,0,0 +387146,0,0,0,0,0 +387147,0,0,0,0,0 +387148,0,0,0,0,0 +387149,0,0,0,0,0 +387150,0,0,0,0,0 +387151,0,0,0,0,0 +387152,0,0,0,0,0 +387153,0,0,0,0,0 +387154,0,0,0,0,0 +387155,0,0,0,0,0 +387156,0,0,0,0,0 +387157,0,0,0,0,0 +387158,0,0,0,0,0 +387159,0,0,0,0,0 +387160,0,0,0,0,0 +387161,0,0,0,0,0 +387162,0,0,0,0,0 +387163,0,0,0,0,0 +387164,0,0,0,0,0 +387165,0,0,0,0,0 +387166,0,0,0,0,0 +387167,0,0,0,0,0 +387168,0,0,0,0,0 +387169,0,0,0,0,0 +387170,0,0,0,0,0 +387171,0,0,0,0,0 +387172,0,0,0,0,0 +387173,0,0,0,0,0 +387174,0,0,0,0,0 +387175,0,0,0,0,0 +387176,0,0,0,0,0 +387177,0,0,0,0,0 +387178,0,0,0,0,0 +387179,0,0,0,0,0 +387180,0,0,0,0,0 +387181,0,0,0,0,0 +387182,0,0,0,0,0 +387183,0,0,0,0,0 +387184,0,0,0,0,0 +387185,0,0,0,0,0 +387186,0,0,0,0,0 +387187,0,0,0,0,0 +387188,0,0,0,0,0 +387189,0,0,0,0,0 +387190,0,0,0,0,0 +387191,0,0,0,0,0 +387192,0,0,0,0,0 +387193,0,0,0,0,0 +387194,0,0,0,0,0 +387195,0,0,0,0,0 +387196,0,0,0,0,0 +387197,0,0,0,0,0 +387198,0,0,0,0,0 +387199,0,0,0,0,0 +387200,0,0,0,0,0 +387201,0,0,0,0,0 +387202,0,0,0,0,0 +387203,0,0,0,0,0 +387204,0,0,0,0,0 +387205,0,0,0,0,0 +387206,0,0,0,0,0 +387207,0,0,0,0,0 +387208,0,0,0,0,0 +387209,0,0,0,0,0 +387210,0,0,0,0,0 +387211,0,0,0,0,0 +387212,0,0,0,0,0 +387213,0,0,0,0,0 +387214,0,0,0,0,0 +387215,0,0,0,0,0 +387216,0,0,0,0,0 +387217,0,0,0,0,0 +387218,0,0,0,0,0 +387219,0,0,0,0,0 +387220,0,0,0,0,0 +387221,0,0,0,0,0 +387222,0,0,0,0,0 +387223,0,0,0,0,0 +387224,0,0,0,0,0 +387225,0,0,0,0,0 +387226,0,0,0,0,0 +387227,0,0,0,0,0 +387228,0,0,0,0,0 +387229,0,0,0,0,0 +387230,0,0,0,0,0 +387231,0,0,0,0,0 +387232,0,0,0,0,0 +387233,0,0,0,0,0 +387234,0,0,0,0,0 +387235,0,0,0,0,0 +387236,0,0,0,0,0 +387237,0,0,0,0,0 +387238,0,0,0,0,0 +387239,0,0,0,0,0 +387240,0,0,0,0,0 +387241,0,0,0,0,0 +387242,0,0,0,0,0 +387243,0,0,0,0,0 +387244,0,0,0,0,0 +387245,0,0,0,0,0 +387246,0,0,0,0,0 +387247,0,0,0,0,0 +387248,0,0,0,0,0 +387249,0,0,0,0,0 +387250,0,0,0,0,0 +387251,0,0,0,0,0 +387252,0,0,0,0,0 +387253,0,0,0,0,0 +387254,0,0,0,0,0 +387255,0,0,0,0,0 +387256,0,0,0,0,0 +387257,0,0,0,0,0 +387258,0,0,0,0,0 +387259,0,0,0,0,0 +387260,0,0,0,0,0 +387261,0,0,0,0,0 +387262,0,0,0,0,0 +387263,0,0,0,0,0 +387264,0,0,0,0,0 +387265,0,0,0,0,0 +387266,0,0,0,0,0 +387267,0,0,0,0,0 +387268,0,0,0,0,0 +387269,0,0,0,0,0 +387270,0,0,0,0,0 +387271,0,0,0,0,0 +387272,0,0,0,0,0 +387273,0,0,0,0,0 +387274,0,0,0,0,0 +387275,0,0,0,0,0 +387276,0,0,0,0,0 +387277,0,0,0,0,0 +387278,0,0,0,0,0 +387279,0,0,0,0,0 +387280,0,0,0,0,0 +387281,0,0,0,0,0 +387282,0,0,0,0,0 +387283,0,0,0,0,0 +387284,0,0,0,0,0 +387285,0,0,0,0,0 +387286,0,0,0,0,0 +387287,0,0,0,0,0 +387288,0,0,0,0,0 +387289,0,0,0,0,0 +387290,0,0,0,0,0 +387291,0,0,0,0,0 +387292,0,0,0,0,0 +387293,0,0,0,0,0 +387294,0,0,0,0,0 +387295,0,0,0,0,0 +387296,0,0,0,0,0 +387297,0,0,0,0,0 +387298,0,0,0,0,0 +387299,0,0,0,0,0 +387300,0,0,0,0,0 +387301,0,0,0,0,0 +387302,0,0,0,0,0 +387303,0,0,0,0,0 +387304,0,0,0,0,0 +387305,0,0,0,0,0 +387306,0,0,0,0,0 +387307,0,0,0,0,0 +387308,0,0,0,0,0 +387309,0,0,0,0,0 +387310,0,0,0,0,0 +387311,0,0,0,0,0 +387312,0,0,0,0,0 +387313,0,0,0,0,0 +387314,0,0,0,0,0 +387315,0,0,0,0,0 +387316,0,0,0,0,0 +387317,0,0,0,0,0 +387318,0,0,0,0,0 +387319,0,0,0,0,0 +387320,0,0,0,0,0 +387321,0,0,0,0,0 +387322,0,0,0,0,0 +387323,0,0,0,0,0 +387324,0,0,0,0,0 +387325,0,0,0,0,0 +387326,0,0,0,0,0 +387327,0,0,0,0,0 +387328,0,0,0,0,0 +387329,0,0,0,0,0 +387330,0,0,0,0,0 +387331,0,0,0,0,0 +387332,0,0,0,0,0 +387333,0,0,0,0,0 +387334,0,0,0,0,0 +387335,0,0,0,0,0 +387336,0,0,0,0,0 +387337,0,0,0,0,0 +387338,0,0,0,0,0 +387339,0,0,0,0,0 +387340,0,0,0,0,0 +387341,0,0,0,0,0 +387342,0,0,0,0,0 +387343,0,0,0,0,0 +387344,0,0,0,0,0 +387345,0,0,0,0,0 +387346,0,0,0,0,0 +387347,0,0,0,0,0 +387348,0,0,0,0,0 +387349,0,0,0,0,0 +387350,0,0,0,0,0 +387351,0,0,0,0,0 +387352,0,0,0,0,0 +387353,0,0,0,0,0 +387354,0,0,0,0,0 +387355,0,0,0,0,0 +387356,0,0,0,0,0 +387357,0,0,0,0,0 +387358,0,0,0,0,0 +387359,0,0,0,0,0 +387360,0,0,0,0,0 +387361,0,0,0,0,0 +387362,0,0,0,0,0 +387363,0,0,0,0,0 +387364,0,0,0,0,0 +387365,0,0,0,0,0 +387366,0,0,0,0,0 +387367,0,0,0,0,0 +387368,0,0,0,0,0 +387369,0,0,0,0,0 +387370,0,0,0,0,0 +387371,0,0,0,0,0 +387372,0,0,0,0,0 +387373,0,0,0,0,0 +387374,0,0,0,0,0 +387375,0,0,0,0,0 +387376,0,0,0,0,0 +387377,0,0,0,0,0 +387378,0,0,0,0,0 +387379,0,0,0,0,0 +387380,0,0,0,0,0 +387381,0,0,0,0,0 +387382,0,0,0,0,0 +387383,0,0,0,0,0 +387384,0,0,0,0,0 +387385,0,0,0,0,0 +387386,0,0,0,0,0 +387387,0,0,0,0,0 +387388,0,0,0,0,0 +387389,0,0,0,0,0 +387390,0,0,0,0,0 +387391,0,0,0,0,0 +387392,0,0,0,0,0 +387393,0,0,0,0,0 +387394,0,0,0,0,0 +387395,0,0,0,0,0 +387396,0,0,0,0,0 +387397,0,0,0,0,0 +387398,0,0,0,0,0 +387399,0,0,0,0,0 +387400,0,0,0,0,0 +387401,0,0,0,0,0 +387402,0,0,0,0,0 +387403,0,0,0,0,0 +387404,0,0,0,0,0 +387405,0,0,0,0,0 +387406,0,0,0,0,0 +387407,0,0,0,0,0 +387408,0,0,0,0,0 +387409,0,0,0,0,0 +387410,0,0,0,0,0 +387411,0,0,0,0,0 +387412,0,0,0,0,0 +387413,0,0,0,0,0 +387414,0,0,0,0,0 +387415,0,0,0,0,0 +387416,0,0,0,0,0 +387417,0,0,0,0,0 +387418,0,0,0,0,0 +387419,0,0,0,0,0 +387420,0,0,0,0,0 +387421,0,0,0,0,0 +387422,0,0,0,0,0 +387423,0,0,0,0,0 +387424,0,0,0,0,0 +387425,0,0,0,0,0 +387426,0,0,0,0,0 +387427,0,0,0,0,0 +387428,0,0,0,0,0 +387429,0,0,0,0,0 +387430,0,0,0,0,0 +387431,0,0,0,0,0 +387432,0,0,0,0,0 +387433,0,0,0,0,0 +387434,0,0,0,0,0 +387435,0,0,0,0,0 +387436,0,0,0,0,0 +387437,0,0,0,0,0 +387438,0,0,0,0,0 +387439,0,0,0,0,0 +387440,0,0,0,0,0 +387441,0,0,0,0,0 +387442,0,0,0,0,0 +387443,0,0,0,0,0 +387444,0,0,0,0,0 +387445,0,0,0,0,0 +387446,0,0,0,0,0 +387447,0,0,0,0,0 +387448,0,0,0,0,0 +387449,0,0,0,0,0 +387450,0,0,0,0,0 +387451,0,0,0,0,0 +387452,0,0,0,0,0 +387453,0,0,0,0,0 +387454,0,0,0,0,0 +387455,0,0,0,0,0 +387456,0,0,0,0,0 +387457,0,0,0,0,0 +387458,0,0,0,0,0 +387459,0,0,0,0,0 +387460,0,0,0,0,0 +387461,0,0,0,0,0 +387462,0,0,0,0,0 +387463,0,0,0,0,0 +387464,0,0,0,0,0 +387465,0,0,0,0,0 +387466,0,0,0,0,0 +387467,0,0,0,0,0 +387468,0,0,0,0,0 +387469,0,0,0,0,0 +387470,0,0,0,0,0 +387471,0,0,0,0,0 +387472,0,0,0,0,0 +387473,0,0,0,0,0 +387474,0,0,0,0,0 +387475,0,0,0,0,0 +387476,0,0,0,0,0 +387477,0,0,0,0,0 +387478,0,0,0,0,0 +387479,0,0,0,0,0 +387480,0,0,0,0,0 +387481,0,0,0,0,0 +387482,0,0,0,0,0 +387483,0,0,0,0,0 +387484,0,0,0,0,0 +387485,0,0,0,0,0 +387486,0,0,0,0,0 +387487,0,0,0,0,0 +387488,0,0,0,0,0 +387489,0,0,0,0,0 +387490,0,0,0,0,0 +387491,0,0,0,0,0 +387492,0,0,0,0,0 +387493,0,0,0,0,0 +387494,0,0,0,0,0 +387495,0,0,0,0,0 +387496,0,0,0,0,0 +387497,0,0,0,0,0 +387498,0,0,0,0,0 +387499,0,0,0,0,0 +387500,0,0,0,0,0 +387501,0,0,0,0,0 +387502,0,0,0,0,0 +387503,0,0,0,0,0 +387504,0,0,0,0,0 +387505,0,0,0,0,0 +387506,0,0,0,0,0 +387507,0,0,0,0,0 +387508,0,0,0,0,0 +387509,0,0,0,0,0 +387510,0,0,0,0,0 +387511,0,0,0,0,0 +387512,0,0,0,0,0 +387513,0,0,0,0,0 +387514,0,0,0,0,0 +387515,0,0,0,0,0 +387516,0,0,0,0,0 +387517,0,0,0,0,0 +387518,0,0,0,0,0 +387519,0,0,0,0,0 +387520,0,0,0,0,0 +387521,0,0,0,0,0 +387522,0,0,0,0,0 +387523,0,0,0,0,0 +387524,0,0,0,0,0 +387525,0,0,0,0,0 +387526,0,0,0,0,0 +387527,0,0,0,0,0 +387528,0,0,0,0,0 +387529,0,0,0,0,0 +387530,0,0,0,0,0 +387531,0,0,0,0,0 +387532,0,0,0,0,0 +387533,0,0,0,0,0 +387534,0,0,0,0,0 +387535,0,0,0,0,0 +387536,0,0,0,0,0 +387537,0,0,0,0,0 +387538,0,0,0,0,0 +387539,0,0,0,0,0 +387540,0,0,0,0,0 +387541,0,0,0,0,0 +387542,0,0,0,0,0 +387543,0,0,0,0,0 +387544,0,0,0,0,0 +387545,0,0,0,0,0 +387546,0,0,0,0,0 +387547,0,0,0,0,0 +387548,0,0,0,0,0 +387549,0,0,0,0,0 +387550,0,0,0,0,0 +387551,0,0,0,0,0 +387552,0,0,0,0,0 +387553,0,0,0,0,0 +387554,0,0,0,0,0 +387555,0,0,0,0,0 +387556,0,0,0,0,0 +387557,0,0,0,0,0 +387558,0,0,0,0,0 +387559,0,0,0,0,0 +387560,0,0,0,0,0 +387561,0,0,0,0,0 +387562,0,0,0,0,0 +387563,0,0,0,0,0 +387564,0,0,0,0,0 +387565,0,0,0,0,0 +387566,0,0,0,0,0 +387567,0,0,0,0,0 +387568,0,0,0,0,0 +387569,0,0,0,0,0 +387570,0,0,0,0,0 +387571,0,0,0,0,0 +387572,0,0,0,0,0 +387573,0,0,0,0,0 +387574,0,0,0,0,0 +387575,0,0,0,0,0 +387576,0,0,0,0,0 +387577,0,0,0,0,0 +387578,0,0,0,0,0 +387579,0,0,0,0,0 +387580,0,0,0,0,0 +387581,0,0,0,0,0 +387582,0,0,0,0,0 +387583,0,0,0,0,0 +387584,0,0,0,0,0 +387585,0,0,0,0,0 +387586,0,0,0,0,0 +387587,0,0,0,0,0 +387588,0,0,0,0,0 +387589,0,0,0,0,0 +387590,0,0,0,0,0 +387591,0,0,0,0,0 +387592,0,0,0,0,0 +387593,0,0,0,0,0 +387594,0,0,0,0,0 +387595,0,0,0,0,0 +387596,0,0,0,0,0 +387597,0,0,0,0,0 +387598,0,0,0,0,0 +387599,0,0,0,0,0 +387600,0,0,0,0,0 +387601,0,0,0,0,0 +387602,0,0,0,0,0 +387603,0,0,0,0,0 +387604,0,0,0,0,0 +387605,0,0,0,0,0 +387606,0,0,0,0,0 +387607,0,0,0,0,0 +387608,0,0,0,0,0 +387609,0,0,0,0,0 +387610,0,0,0,0,0 +387611,0,0,0,0,0 +387612,0,0,0,0,0 +387613,0,0,0,0,0 +387614,0,0,0,0,0 +387615,0,0,0,0,0 +387616,0,0,0,0,0 +387617,0,0,0,0,0 +387618,0,0,0,0,0 +387619,0,0,0,0,0 +387620,0,0,0,0,0 +387621,0,0,0,0,0 +387622,0,0,0,0,0 +387623,0,0,0,0,0 +387624,0,0,0,0,0 +387625,0,0,0,0,0 +387626,0,0,0,0,0 +387627,0,0,0,0,0 +387628,0,0,0,0,0 +387629,0,0,0,0,0 +387630,0,0,0,0,0 +387631,0,0,0,0,0 +387632,0,0,0,0,0 +387633,0,0,0,0,0 +387634,0,0,0,0,0 +387635,0,0,0,0,0 +387636,0,0,0,0,0 +387637,0,0,0,0,0 +387638,0,0,0,0,0 +387639,0,0,0,0,0 +387640,0,0,0,0,0 +387641,0,0,0,0,0 +387642,0,0,0,0,0 +387643,0,0,0,0,0 +387644,0,0,0,0,0 +387645,0,0,0,0,0 +387646,0,0,0,0,0 +387647,0,0,0,0,0 +387648,0,0,0,0,0 +387649,0,0,0,0,0 +387650,0,0,0,0,0 +387651,0,0,0,0,0 +387652,0,0,0,0,0 +387653,0,0,0,0,0 +387654,0,0,0,0,0 +387655,0,0,0,0,0 +387656,0,0,0,0,0 +387657,0,0,0,0,0 +387658,0,0,0,0,0 +387659,0,0,0,0,0 +387660,0,0,0,0,0 +387661,0,0,0,0,0 +387662,0,0,0,0,0 +387663,0,0,0,0,0 +387664,0,0,0,0,0 +387665,0,0,0,0,0 +387666,0,0,0,0,0 +387667,0,0,0,0,0 +387668,0,0,0,0,0 +387669,0,0,0,0,0 +387670,0,0,0,0,0 +387671,0,0,0,0,0 +387672,0,0,0,0,0 +387673,0,0,0,0,0 +387674,0,0,0,0,0 +387675,0,0,0,0,0 +387676,0,0,0,0,0 +387677,0,0,0,0,0 +387678,0,0,0,0,0 +387679,0,0,0,0,0 +387680,0,0,0,0,0 +387681,0,0,0,0,0 +387682,0,0,0,0,0 +387683,0,0,0,0,0 +387684,0,0,0,0,0 +387685,0,0,0,0,0 +387686,0,0,0,0,0 +387687,0,0,0,0,0 +387688,0,0,0,0,0 +387689,0,0,0,0,0 +387690,0,0,0,0,0 +387691,0,0,0,0,0 +387692,0,0,0,0,0 +387693,0,0,0,0,0 +387694,0,0,0,0,0 +387695,0,0,0,0,0 +387696,0,0,0,0,0 +387697,0,0,0,0,0 +387698,0,0,0,0,0 +387699,0,0,0,0,0 +387700,0,0,0,0,0 +387701,0,0,0,0,0 +387702,0,0,0,0,0 +387703,0,0,0,0,0 +387704,0,0,0,0,0 +387705,0,0,0,0,0 +387706,0,0,0,0,0 +387707,0,0,0,0,0 +387708,0,0,0,0,0 +387709,0,0,0,0,0 +387710,0,0,0,0,0 +387711,0,0,0,0,0 +387712,0,0,0,0,0 +387713,0,0,0,0,0 +387714,0,0,0,0,0 +387715,0,0,0,0,0 +387716,0,0,0,0,0 +387717,0,0,0,0,0 +387718,0,0,0,0,0 +387719,0,0,0,0,0 +387720,0,0,0,0,0 +387721,0,0,0,0,0 +387722,0,0,0,0,0 +387723,0,0,0,0,0 +387724,0,0,0,0,0 +387725,0,0,0,0,0 +387726,0,0,0,0,0 +387727,0,0,0,0,0 +387728,0,0,0,0,0 +387729,0,0,0,0,0 +387730,0,0,0,0,0 +387731,0,0,0,0,0 +387732,0,0,0,0,0 +387733,0,0,0,0,0 +387734,0,0,0,0,0 +387735,0,0,0,0,0 +387736,0,0,0,0,0 +387737,0,0,0,0,0 +387738,0,0,0,0,0 +387739,0,0,0,0,0 +387740,0,0,0,0,0 +387741,0,0,0,0,0 +387742,0,0,0,0,0 +387743,0,0,0,0,0 +387744,0,0,0,0,0 +387745,0,0,0,0,0 +387746,0,0,0,0,0 +387747,0,0,0,0,0 +387748,0,0,0,0,0 +387749,0,0,0,0,0 +387750,0,0,0,0,0 +387751,0,0,0,0,0 +387752,0,0,0,0,0 +387753,0,0,0,0,0 +387754,0,0,0,0,0 +387755,0,0,0,0,0 +387756,0,0,0,0,0 +387757,0,0,0,0,0 +387758,0,0,0,0,0 +387759,0,0,0,0,0 +387760,0,0,0,0,0 +387761,0,0,0,0,0 +387762,0,0,0,0,0 +387763,0,0,0,0,0 +387764,0,0,0,0,0 +387765,0,0,0,0,0 +387766,0,0,0,0,0 +387767,0,0,0,0,0 +387768,0,0,0,0,0 +387769,0,0,0,0,0 +387770,0,0,0,0,0 +387771,0,0,0,0,0 +387772,0,0,0,0,0 +387773,0,0,0,0,0 +387774,0,0,0,0,0 +387775,0,0,0,0,0 +387776,0,0,0,0,0 +387777,0,0,0,0,0 +387778,0,0,0,0,0 +387779,0,0,0,0,0 +387780,0,0,0,0,0 +387781,-90.61581459,70.32697229,16.79185255,-43.72358662,-279.2371844 +387782,351.4832523,272.7521501,459.7849917,157.3352066,526.0242107 +387783,345.9272072,270.3963355,453.9886175,154.7784913,518.786334 +387784,335.9240873,265.9331357,443.5974506,150.1585851,503.3387018 +387785,325.4291955,261.7148743,432.9828756,145.3662917,486.0932227 +387786,316.1617602,258.5922313,423.9306926,141.2053912,470.1077753 +387787,308.3687671,256.5705038,416.625819,137.7727434,456.0537294 +387788,301.7887437,255.4130743,410.7417772,134.9260923,443.6944104 +387789,296.132498,254.9062029,405.9396336,132.5158218,432.6640776 +387790,291.2033911,254.9092055,401.9890344,130.4413762,422.7063627 +387791,286.8794918,255.332813,398.7441852,128.6409272,413.6682667 +387792,283.0769786,256.1136599,396.1025052,127.0725389,405.4491428 +387793,279.7287204,257.2007694,393.9810192,125.7032148,397.9681648 +387794,276.7764709,258.5507831,392.3078135,124.5048439,391.1523159 +387795,274.1691745,260.1267221,391.0200812,123.4532257,384.9343541 +387796,271.86263,261.8974274,390.0635904,122.5277894,379.2532108 +387797,269.8190388,263.8369045,389.3920121,121.7112703,374.0542758 +387798,268.0062095,265.9235242,388.9659004,120.9892381,369.2889961 +387799,266.3967623,268.139286,388.7516928,120.3496428,364.9143354 +387800,264.967337,270.4691562,388.7207461,119.7823837,360.8920573 +387801,263.6979921,272.9005575,388.8485911,119.2789842,357.1882145 +387802,262.5716429,275.4229262,389.1142528,118.8322988,353.7725818 +387803,261.575339,278.0273822,389.4997497,118.436305,350.6182976 +387804,260.6944468,280.7064217,389.9895982,118.0858966,347.7013984 +387805,259.9895416,283.360871,390.5458632,117.8162531,345.0005769 +387806,259.422997,286.018781,391.1709561,117.6086096,342.4968013 +387807,258.9545535,394.9738315,391.8678228,117.4406441,340.1727986 +387808,258.5589433,400.744249,392.6328293,117.3002571,338.0135568 +387809,258.2278414,404.3917099,393.4585705,117.1830602,336.0060262 +387810,257.9555712,428.5270334,394.3373808,117.0878234,334.1379704 +387811,257.7410016,442.5561068,395.2589277,117.0139741,332.398261 +387812,257.5757386,456.1379093,396.189774,116.9589383,330.7768648 +387813,257.4538981,469.5514993,397.1085076,116.9205594,329.2647811 +387814,257.3724034,482.5821137,398.008029,116.8976018,327.8539414 +387815,257.3295155,495.652385,398.8885349,116.8894288,326.537138 +387816,257.3255206,508.2259865,399.752169,116.8956367,325.3078665 +387817,257.35532,520.9013178,400.5949983,116.9154867,324.1602755 +387818,257.4176288,533.5187949,401.4203377,116.948764,323.0890189 +387819,257.5124693,545.9328125,402.2321858,116.9953347,322.0892626 +387820,257.6412586,558.6833924,403.0328806,117.0549709,321.1565706 +387821,257.8012397,575.0913095,403.8233885,117.1273784,320.2869067 +387822,257.9908831,591.6155517,404.6039972,117.2122313,319.4765429 +387823,258.2111762,608.31156,405.3747787,117.309207,318.7220569 +387824,258.4595093,624.0915066,406.1357431,117.4179907,318.020279 +387825,258.7346411,640.5790867,406.8868872,117.5382845,317.3683041 +387826,259.037782,656.4266485,407.6281612,117.669794,316.7634174 +387827,259.3664841,672.2854793,408.3594932,117.8122401,316.2031308 +387828,259.7196112,687.8491707,409.0807625,117.9653451,315.6851088 +387829,260.098505,703.841759,409.7918349,118.128846,315.2072084 +387830,260.500794,719.2019201,410.49254,118.3024808,314.7674085 +387831,260.9254519,734.6761838,411.1827083,118.4860031,314.3638587 +387832,261.3738974,749.7964173,411.8621355,118.6791631,313.9947892 +387833,261.8438504,765.3801338,412.5306314,118.8817282,313.6585881 +387834,262.3343421,780.3430409,413.1879842,119.0934652,313.3537161 +387835,262.8468926,795.4277614,413.8339947,119.3141541,313.0787587 +387836,263.3792646,810.3795029,414.4684489,119.5435746,312.8323612 +387837,263.9305659,825.0137869,415.0911504,119.7815193,312.6132797 +387838,264.5023702,840.4362808,415.701892,120.0277801,312.4203159 +387839,265.0925049,854.5309623,416.3004879,120.2821619,312.2523715 +387840,265.7001148,869.3704196,416.8867447,120.5444682,312.1083821 +387841,266.3840516,1313.556674,417.517696,120.8405166,312.0913789 +387842,285.9825545,1343.049621,436.5452322,129.90969,346.9219732 +387843,315.4798997,1367.228671,465.2106083,143.4401209,400.904223 +387844,345.5210001,1389.97265,494.405388,157.0314272,457.452559 +387845,372.1226603,1411.845955,520.2261055,168.8602358,509.1111246 +387846,394.7816312,1432.727007,542.1944421,178.7543221,554.5512777 +387847,414.1985637,1453.327657,561.0008385,187.0963898,594.6400654 +387848,431.1340088,1473.315803,577.3847709,194.2791428,630.4491952 +387849,446.1221031,1492.965381,591.8596136,200.5740437,662.7378048 +387850,459.5095111,1512.480103,604.7565536,206.1552293,691.9949519 +387851,471.5428504,1531.646261,616.3089583,211.1446593,718.5728048 +387852,482.4207333,1550.645428,930.3633396,215.6387231,742.7657744 +387853,492.3134435,1569.442583,931.4665911,219.7184767,764.8384636 +387854,501.3679761,1587.991175,899.7801341,223.452537,785.0303675 +387855,509.7097169,1606.594153,946.1910044,226.8982636,803.5555186 +387856,517.4444123,1624.63668,962.3690546,230.1030279,820.603002 +387857,524.6608685,1642.90363,978.1899809,233.1057704,836.339158 +387858,531.4337497,1660.715363,992.3837437,235.938537,850.9104055 +387859,537.8256874,1683.542289,1007.136506,238.6276376,864.4452655 +387860,543.8894832,1701.427345,1020.753308,241.1947861,877.0570238 +387861,549.6696542,1719.324405,1034.142581,243.6579048,888.8454584 +387862,555.2036982,1738.219208,1047.087027,246.0317674,899.8983613 +387863,560.5232622,1720.467703,1059.457971,248.3285781,910.2930781 +387864,565.6550564,1781.300046,1071.968327,250.5584179,920.0977298 +387865,570.6216609,1778.155587,1083.892497,252.7296294,929.372368 +387866,575.4421918,1798.932278,1095.045632,254.8491296,938.1699644 +387867,580.1328589,1815.688048,1106.399017,256.9226646,946.5372842 +387868,584.7074153,1832.29692,1117.214955,258.9550117,954.5156128 +387869,589.1775729,1848.492665,1127.766461,260.9501622,962.1414738 +387870,593.5532892,1865.014015,1137.763679,262.9114439,969.4471337 +387871,597.8430951,1879.965402,1147.827663,264.8416603,976.4612152 +387872,602.0506203,1894.880066,1156.901911,266.7414202,983.2090542 +387873,606.1797168,1909.468746,1165.958813,268.6115737,989.713141 +387874,610.2351882,1923.865897,1174.673829,270.4535475,995.9934501 +387875,614.2220825,1938.137059,1183.215879,272.2689895,1002.067798 +387876,618.1450473,1951.923488,1191.425297,274.0594452,1007.952019 +387877,622.008178,1966.006963,1199.508735,275.8262715,1013.660288 +387878,625.8150019,1979.420812,1207.275379,277.570621,1019.205244 +387879,629.5685952,1992.944029,1214.935516,279.2934907,1024.598214 +387880,692.3616336,2006.200236,1222.295519,280.9957485,1029.849334 +387881,767.1475557,2019.292627,1229.568865,282.6781719,1034.967739 +387882,755.7007144,2032.224163,1236.555029,284.3414434,1039.961599 +387883,772.938126,2044.984848,1243.47333,285.9861816,1044.838293 +387884,791.191851,2057.668171,1250.114095,287.7041361,1049.969243 +387885,805.0191428,2069.876828,1256.669056,350.5612804,1054.244283 +387886,818.6370277,2082.350488,1263.075582,338.0194866,1058.790526 +387887,831.8784441,2094.445251,1269.198316,345.612823,1063.247174 +387888,845.0143764,2106.306797,1275.370816,355.1209429,1067.613535 +387889,857.8197113,2118.152791,1281.313905,361.7824027,1071.895812 +387890,870.54457,2129.788794,1287.098515,368.3278016,1076.095031 +387891,882.6598719,2141.294479,1292.852494,374.6631903,1080.214888 +387892,895.2718191,2152.650248,1298.506106,381.0755443,1084.2593 +387893,907.0132581,2163.867932,1303.975526,387.1303513,1088.231417 +387894,918.9046789,2174.939775,1309.433305,393.2875793,1092.134408 +387895,930.763357,2185.971927,1314.772995,399.0290372,1095.970384 +387896,941.9002933,2200.999566,1320.075068,405.1454696,1099.742027 +387897,953.4333212,2210.886037,1325.212608,410.725756,1103.450834 +387898,964.6014382,2223.877115,1330.366104,416.4889141,1107.099347 +387899,975.4186289,2231.182992,1335.427181,421.9680609,1110.689039 +387900,986.425151,2218.141554,1340.47833,427.4573285,1114.221704 +387901,1387.810058,2429.966044,1735.640114,601.7641324,1117.902302 +387902,1403.480232,2426.93232,1745.969183,608.9631046,1134.833311 +387903,1396.594673,2432.825459,1738.818107,606.7106623,2148.894352 +387904,1460.665765,2465.126858,1784.053678,636.0080167,1875.240474 +387905,1427.753113,2457.558502,1765.341851,621.8264239,1806.705705 +387906,1458.140357,2475.293771,1780.997994,635.9168656,1898.338909 +387907,1466.923818,2484.49467,1781.729266,640.4010733,1905.072452 +387908,1478.75836,2494.756095,1798.282131,646.1593199,1916.922891 +387909,1490.478676,2512.558976,1791.298863,651.7159647,1928.067223 +387910,1501.890298,2509.960369,1789.245693,657.5911941,1938.880641 +387911,1513.281351,2520.413827,1819.906116,662.9882578,1949.513928 +387912,1524.546283,2537.285029,1814.191652,668.4836216,1959.882637 +387913,1535.569846,2542.509087,1823.865584,673.8727412,1970.009045 +387914,1546.611532,2552.658113,1830.624369,679.1904137,1979.866807 +387915,1560.637909,2551.97616,1845.331697,687.84423,1989.790993 +387916,1548.92448,2548.679769,1830.366225,683.1423712,1957.365788 +387917,1455.339787,2507.821057,1733.636787,640.8201121,1778.784868 +387918,1649.397956,2608.321257,1925.758753,729.4411946,2133.981097 +387919,1574.474498,2561.588372,1844.414534,695.1517764,1976.187478 +387920,1601.128486,2591.600632,1871.72418,708.2332905,2018.037701 +387921,1611.831732,2583.825319,1878.051028,713.2139261,2027.683805 +387922,1622.68086,2601.45241,1886.450718,718.4571697,2036.474591 +387923,1810.813761,2697.965054,2073.163688,804.1942563,2362.480205 +387924,1389.552555,2506.095467,1647.601651,614.0465694,1580.401752 +387925,1944.048431,2747.290417,2199.182782,865.0021645,2597.320466 +387926,1387.987733,2516.036561,1641.156903,613.6510637,1552.171703 +387927,1964.018433,2762.308602,2224.310747,874.182024,2612.439338 +387928,1406.70084,2528.776887,1638.171722,622.9856377,1566.232863 +387929,1984.643605,2779.401565,2252.738249,883.4625986,2628.093228 +387930,1425.941563,2539.486434,1641.790496,632.2074254,1581.129788 +387931,2003.945809,2799.241074,2269.833042,892.3531056,2657.643139 +387932,1445.286057,2551.352147,1655.267546,641.1911938,1572.372674 +387933,2022.554206,2805.099038,2281.987255,900.9028192,2684.608646 +387934,1464.254404,2565.222638,1669.317544,649.9133953,1581.113074 +387935,2041.353143,2802.759298,2293.976562,909.3471151,2686.36794 +387936,1482.172256,2598.754795,1682.711594,658.2559849,1614.18077 +387937,2080.2226,2787.911121,2310.834147,917.9128674,2699.539478 +387938,1639.98854,2708.88154,1858.882527,743.3303195,1921.901458 +387939,1839.530321,2713.408321,2065.580935,812.6312112,2234.833157 +387940,1806.064211,2726.048264,2002.57345,805.3757779,2181.000942 +387941,1817.217516,2732.747751,2037.747447,809.1710215,2188.610879 +387942,1826.361922,2738.378856,2028.900708,813.0022126,2194.487662 +387943,1834.962767,2737.744939,2040.929241,816.9090151,2200.714909 +387944,1843.789173,2741.282652,2045.211677,820.4277376,2206.44736 +387945,1852.401944,2742.537859,2051.412316,824.7317218,2212.350118 +387946,1861.187001,2744.590348,2066.684083,828.2394803,2218.10029 +387947,1869.827753,2744.383623,2050.503815,832.1363373,2223.792858 +387948,1878.192761,2744.538601,2084.63969,835.7311948,2229.486609 +387949,1886.900907,2747.360732,2056.508495,839.5051528,2234.80396 +387950,1895.300796,2746.128827,2094.400786,843.1269857,2240.452846 +387951,1903.65475,2745.645817,2083.588643,846.7573158,2250.82708 +387952,1912.277796,2745.451415,2095.974174,850.3534358,2254.945527 +387953,1920.419993,2745.567513,2097.268405,853.8827906,2242.600351 +387954,1928.81514,2746.169862,2102.805971,857.4863349,2269.138464 +387955,1936.980716,2749.921034,2108.811666,861.0119782,2264.964225 +387956,1952.996102,2750.050245,2114.022251,864.4085243,2271.747278 +387957,1950.319578,2751.302767,2119.196388,867.9649243,2276.916369 +387958,1973.650943,2755.581841,2124.765796,871.3689325,2281.670415 +387959,1962.454746,2755.987665,2129.934101,874.7524749,2286.87897 +387960,1966.116695,2757.397042,2135.12214,878.2502422,2291.519587 +387961,2000.833674,2759.262844,2146.724097,884.200256,2307.820307 +387962,1998.927726,2761.739522,2153.252578,888.2235302,2331.775494 +387963,2010.470388,2764.56678,2159.563899,891.9782121,2293.116777 +387964,2018.984893,2767.507353,2165.253312,895.6655881,2338.7157 +387965,2027.864592,2770.026103,2176.246682,899.2262511,2328.622669 +387966,2035.94519,2774.992175,2174.7347,902.6601255,2336.523329 +387967,2044.450609,2775.514717,2183.082725,906.3178664,2342.145671 +387968,2052.721938,2779.348622,2188.781543,909.6542562,2360.476439 +387969,2060.977747,2779.522416,2193.820889,913.0783974,2331.838281 +387970,2069.190262,2780.773349,2199.285635,916.4719814,2367.716291 +387971,2077.355055,2782.423949,2204.960912,919.8415906,2359.172319 +387972,2085.474392,2786.753724,2210.471464,923.1823222,2387.158819 +387973,2093.650162,2787.104981,2215.407925,926.5037808,2342.109277 +387974,2101.527599,2791.043441,2225.822292,929.7968285,2398.968697 +387975,2109.59328,2791.158578,2224.445913,933.0720267,2369.098762 +387976,2117.428729,2792.077127,2231.887897,936.2747182,2392.827407 +387977,2125.612274,2793.410211,2237.201431,939.5760221,2392.382946 +387978,2133.249299,2795.088018,2242.334336,942.7513418,2400.286693 +387979,2141.191486,2799.669144,2252.113047,945.9466086,2397.79544 +387980,2148.981637,2802.887039,2251.251599,949.1660572,2406.20651 +387981,2156.755345,2805.418036,2257.723477,952.2443743,2409.67364 +387982,2164.607335,2807.752597,2264.118589,955.4110601,2413.928953 +387983,2172.137738,2807.591603,2267.733448,958.4692295,2418.456368 +387984,2179.783521,2809.19402,2277.338371,961.6373638,2422.701032 +387985,2187.577233,2814.09091,2277.820499,964.679784,2433.262021 +387986,2195.101708,2817.218409,2283.141296,967.7503612,2421.668708 +387987,2202.695993,2819.749507,2293.019037,970.7948729,2446.050097 +387988,2210.357474,2819.642396,2292.453716,973.8246807,2435.539017 +387989,2217.695301,2823.07862,2298.029189,976.8352928,2444.746899 +387990,2225.261326,2823.160647,2306.149946,979.8346566,2447.906792 +387991,2232.558945,2824.74158,2311.583687,982.7544545,2452.129045 +387992,2239.820812,2829.080855,2312.885744,985.6498546,2456.054825 +387993,2247.038748,2829.218849,2318.717064,988.5279461,2459.953864 +387994,2254.224263,2830.013764,2319.494773,991.3828738,2463.948395 +387995,2261.370487,2830.875231,2321.741767,994.2226325,2467.700428 +387996,2268.597664,2831.564854,2321.627635,997.0444227,2471.764208 +387997,2275.379235,2831.935356,2321.150414,999.8496507,2475.469054 +387998,2282.685815,2831.970945,2320.752208,1002.638847,2479.339114 +387999,2289.592404,2831.771374,2320.467088,1005.412355,2482.896162 +388000,2296.588103,2831.439962,2320.309336,1008.170762,2486.905674 +388001,2303.535219,2831.034577,2320.461355,1010.914357,2490.48678 +388002,2310.57285,2830.578637,2320.521255,1013.591037,2494.013497 +388003,2317.268187,2830.091848,2320.682072,1016.384956,2497.867262 +388004,2324.212529,2829.58018,2320.941952,1019.04874,2501.455685 +388005,2331.016327,2829.183846,2321.389184,1021.745069,2510.733718 +388006,2337.808687,2828.728843,2321.905069,1024.474056,2505.990761 +388007,2344.44696,2828.053055,2322.373286,1027.055898,2512.566007 +388008,2357.250708,2827.329431,2322.893111,1029.744158,2516.058813 +388009,2355.176528,2826.636708,2323.505429,1032.373075,2519.024713 +388010,2381.613707,2825.900816,2324.1575,1034.943354,2522.724682 +388011,2345.722315,2825.206551,2324.904944,1037.638659,2526.041551 +388012,2387.773697,2824.5241,2325.728776,1040.201107,2529.328361 +388013,2383.455236,2823.889482,2326.653909,1042.800223,2538.372258 +388014,2390.526139,2823.174746,2327.594935,1045.380107,2534.073362 +388015,2397.599293,2822.219608,2328.438701,1047.949,2539.293274 +388016,2404.112804,2821.221825,2329.304213,1050.507116,2543.278908 +388017,2410.590252,2820.434426,2330.354668,1053.054658,2551.519721 +388018,2417.166212,2818.125619,2331.39631,1055.592129,2547.595975 +388019,2423.397369,2814.419615,2333.774263,1058.118515,2552.364031 +388020,2429.749399,2801.968512,2334.769956,1060.694194,2555.684038 +388021,2318.176833,2743.295724,2331.467947,1009.514217,2350.378596 +388022,2339.399434,2745.827443,2314.951797,1010.801677,2345.003294 +388023,2303.637405,2733.508018,2298.966129,1012.08304,2347.731242 +388024,2334.248142,2729.33872,2286.443806,1013.820682,2348.943707 +388025,2335.148062,2732.307351,2278.273653,1015.434973,2349.956842 +388026,2337.474131,2714.311712,2271.546728,1017.148319,2351.624828 +388027,2342.887433,2722.386404,2267.703528,1018.874904,2353.185592 +388028,2347.459426,2706.631781,2265.494741,1020.618085,2360.389557 +388029,2352.026443,2707.095776,2263.962202,1022.369881,2353.993859 +388030,2356.599493,2702.387027,2262.815197,1024.129246,2358.688674 +388031,2361.175164,2696.842166,2262.017586,1025.892863,2360.324375 +388032,2365.881724,2691.689994,2261.417611,1027.660154,2361.653635 +388033,2370.253693,2680.3254,2262.396022,1029.429139,2363.794026 +388034,2374.910473,2681.52411,2260.805806,1031.202594,2365.250472 +388035,2379.456363,2675.378907,2260.043884,1032.973463,2366.749296 +388036,2384.006519,2669.43205,2259.634123,1034.74667,2369.057757 +388037,2388.551419,2663.898111,2259.458286,1036.462287,2375.793235 +388038,2393.221415,2658.655489,2259.349426,1038.321203,2370.303801 +388039,2397.408055,2652.94314,2259.146785,1040.054755,2373.756965 +388040,2402.232065,2639.858991,2258.829447,1041.839173,2375.957937 +388041,2406.626787,2649.553023,2258.744754,1043.614766,2377.690298 +388042,2411.148798,2626.726454,2258.749798,1045.449097,2379.328101 +388043,2415.641172,2630.401594,2258.71816,1047.136774,2386.456762 +388044,2420.664462,2623.212369,2258.780907,1048.953645,2381.496317 +388045,2434.200379,2616.561675,2258.747865,1050.718672,2384.155961 +388046,2413.894398,2610.359955,2258.709891,1052.491615,2386.851812 +388047,2441.05014,2604.546076,2258.893981,1054.204152,2393.460132 +388048,2436.239122,2591.449385,2258.968032,1056.063832,2389.054295 +388049,2442.315056,2600.105644,2259.005332,1057.790853,2390.840928 +388050,2446.743189,2575.741607,2259.161521,1059.568235,2398.021776 +388051,2451.026169,2580.519477,2259.277833,1061.289687,2394.859903 +388052,2455.282914,2571.549026,2259.467797,1062.99986,2400.061584 +388053,2459.372182,2564.058454,2259.778602,1064.703432,2402.651084 +388054,2463.932257,2557.569931,2259.977377,1066.40162,2399.116649 +388055,2467.805604,2550.77424,2259.904963,1068.094737,2397.536437 +388056,2472.095293,2543.605132,2259.61752,1069.782923,2395.673193 +388057,2476.220878,2536.783839,2259.13429,1071.466503,2391.146158 +388058,2480.345392,2529.37951,2258.415637,1073.145978,2386.600422 +388059,2484.703233,2522.338192,2259.168153,1074.818781,2384.155407 +388060,2501.155853,2507.784508,2258.722811,1078.228059,2380.506365 +388061,2473.411961,2516.876328,2256.314949,1078.505929,2374.670138 +388062,2506.055733,2489.617447,2256.312339,1081.369409,2371.970992 +388063,2498.62654,2495.09702,2255.487613,1082.124637,2368.412831 +388064,2504.630718,2484.149495,2252.848848,1085.997156,2362.752645 +388065,2508.67021,2476.357095,2251.083388,1084.438822,2358.261721 +388066,2515.331794,2469.03624,2249.613902,1090.876081,2354.219372 +388067,2525.161892,2461.260498,2248.324675,1086.066307,2350.48263 +388068,2509.090082,2453.544283,2247.169952,1097.164409,2346.992751 +388069,2524.789258,2445.693103,2246.118575,1085.530734,2343.701776 +388070,2530.441117,2437.861875,2246.797691,1083.875157,2342.614053 +388071,2540.483054,2429.914051,2246.522258,1101.180557,2340.431493 +388072,2526.522919,2421.777035,2244.18282,1094.125356,2335.772472 +388073,2543.229242,2413.856682,2242.613889,1097.724905,2332.087342 +388074,2555.942837,2405.894913,2241.299101,1099.38642,2328.73282 +388075,2526.018825,2397.54132,2240.155446,1100.99808,2325.611738 +388076,2585.439535,2389.397281,2239.219073,1102.60756,2322.773556 +388077,2517.166866,2381.221846,2238.391875,1104.21267,2320.09586 +388078,2598.984838,2372.923406,2237.839198,1105.813652,2317.787075 +388079,2550.872044,2364.658163,2238.97331,1107.47837,2317.589235 +388080,2566.006431,2356.20821,2238.800063,1108.969172,2315.827106 +388081,2308.758548,2232.585867,2236.166333,1001.204016,2311.579868 +388082,2338.722383,2227.805275,2221.785442,1000.213213,2290.090061 +388083,2321.988831,2214.101132,2202.469675,999.7937772,2260.542114 +388084,2325.72247,2204.448101,2184.648019,999.7513604,2227.629548 +388085,2326.421614,2194.16304,2162.13029,1000.079231,1833.794315 +388086,2327.364573,2183.980411,2138.430993,1000.22816,2088.366981 +388087,2352.422183,2174.20878,2123.098899,1001.808996,2008.900912 +388088,2293.146011,2164.154166,2115.167776,1001.973387,2005.286772 +388089,2347.747054,2154.166643,2107.086916,1003.380663,2004.687294 +388090,2328.069891,2144.269885,2101.908881,1002.037657,2003.253545 +388091,2332.825813,2134.471265,2098.514248,1005.179431,2002.437023 +388092,2334.282352,2124.289851,2097.885674,1001.300553,2001.546519 +388093,2335.756408,2114.487999,2095.137472,1009.186072,2000.494343 +388094,2342.173676,2104.507179,2095.057138,998.510637,2000.01331 +388095,2332.17018,2094.550809,2092.690635,1016.106935,1999.715402 +388096,2341.101572,2084.766635,2091.174721,992.3589028,1998.402142 +388097,2341.600939,2074.567079,2090.16474,1006.884624,2003.405874 +388098,2342.405239,2064.795898,2089.192059,1008.449967,1990.74091 +388099,2344.13243,2054.747247,2088.308057,1006.297685,2004.147718 +388100,2345.47181,2037.075998,2087.735843,1007.883582,1995.728812 +388101,2347.1902,2041.678736,2087.271104,1008.568843,1996.49724 +388102,2348.59399,2006.92695,2088.756434,1009.250626,1997.185912 +388103,2352.240638,2021.448314,2089.514153,1009.940417,1996.587312 +388104,2348.580201,2024.241031,2089.941893,1010.641372,1996.340683 +388105,2368.478552,1966.997364,2090.259848,1011.350811,1996.265234 +388106,2333.895051,1992.802503,2088.865622,1012.067012,1995.887297 +388107,2365.972412,1993.287187,2090.114981,1012.795931,1996.393727 +388108,2376.853291,1931.477841,2090.747697,1013.527602,1996.122236 +388109,2328.044882,1992.389554,2089.471909,1014.267792,1995.811608 +388110,2400.482975,1913.474613,2089.075565,1015.017422,1996.149493 +388111,2322.614241,1940.933686,2090.971182,1015.742594,2001.630929 +388112,2385.905611,1924.878118,2090.16383,1016.463193,1989.519118 +388113,2381.682329,1922.461959,2091.583296,1017.192949,2003.028191 +388114,2330.240237,1891.185093,2090.785856,1017.919813,1995.819951 +388115,2407.566322,1900.787803,2090.619547,1018.654398,1996.369442 +388116,2334.867496,1883.407234,2092.328012,1019.391396,1997.787827 +388117,2401.499808,1874.876713,2093.222101,1020.129381,1997.658869 +388118,2359.717174,1865.150743,2093.769369,1020.871838,1997.732527 +388119,2377.056761,1855.400861,2092.439768,1021.615262,1997.568973 +388120,2380.632401,1845.688313,2092.027371,1022.363527,1998.205672 +388121,2368.930103,1860.256002,2091.975021,1023.178693,1998.551245 +388122,2384.073746,1791.517298,2092.337536,1023.831672,2003.712438 +388123,2372.923122,1852.795632,2092.668628,1024.631048,1993.458973 +388124,2409.103109,1775.510591,2092.945145,1025.375605,2004.651652 +388125,2376.158527,1810.749192,2093.43638,1026.131322,2000.161006 +388126,2365.32469,1785.177952,2093.878737,1026.887971,1999.908731 +388127,2417.650211,1778.413435,2096.013862,1027.647773,2001.482176 +388128,2353.251013,1769.075913,2095.495559,1028.402396,2001.034008 +388129,2428.552624,1759.695983,2097.387844,1029.166258,2002.305384 +388130,2353.113875,1750.236584,2096.775675,1029.85428,2001.809899 +388131,2432.475311,1741.113813,2096.993454,1030.715756,2007.150966 +388132,2356.351784,1731.803185,2097.300117,1031.427576,1998.191638 +388133,2435.643008,1722.751639,2097.647674,1032.197163,2007.523009 +388134,2365.044919,1713.350431,2098.150018,1032.956858,2004.698935 +388135,2430.744504,1704.517319,2098.559404,1033.715518,2004.11931 +388136,2384.145646,1695.423115,2100.501313,1034.474763,2005.579095 +388137,2415.55866,1686.376548,2101.434062,1035.230946,2010.722857 +388138,2386.03202,1677.649857,2101.822479,1035.987502,2001.669026 +388139,2431.428785,1687.487777,2100.458452,1036.741557,2008.814521 +388140,2382.115614,1633.166396,2100.320031,1037.4971,2012.234081 +388141,2671.919108,1771.589064,2104.696998,1144.924507,2021.907938 +388142,2643.500091,1749.585479,2123.811938,1147.65479,2045.754121 +388143,2657.617514,1745.136221,2147.186501,1149.760731,2076.95378 +388144,2661.795666,1738.187923,2167.376567,1151.638033,2105.238409 +388145,2665.051857,1730.774249,2184.03452,1153.381341,2129.984938 +388146,2668.536284,1723.676061,2193.713296,1155.030093,2146.21146 +388147,2672.53632,1716.489478,2202.652806,1156.621867,2161.303752 +388148,2675.869952,1709.146871,2207.232627,1158.161219,2170.660911 +388149,2679.592384,1721.371008,2211.211324,1159.668701,2178.849243 +388150,2683.389783,1667.198259,2216.347527,1161.144226,2188.236568 +388151,2686.660625,1718.935162,2218.383369,1162.589612,2193.197078 +388152,2690.478469,1652.705996,2220.609654,1164.014637,2198.019084 +388153,2693.935537,1686.6882,2222.760848,1165.415687,2202.406497 +388154,2697.230266,1663.753521,2224.752286,1166.796383,2206.293957 +388155,2701.154485,1660.906913,2228.489299,1168.119937,2211.849931 +388156,2704.233595,1653.902088,2229.282368,1169.490634,2213.795083 +388157,2707.982937,1647.327062,2232.21009,1170.783662,2218.191205 +388158,2711.063464,1640.960195,2232.611987,1172.080294,2219.2728 +388159,2715.125938,1634.608879,2233.605486,1173.368193,2220.91524 +388160,2719.69486,1628.44822,2234.81617,1174.677413,2222.670594 +388161,2724.471564,1622.148348,2237.835835,1175.906261,2226.546788 +388162,2736.181718,1616.322292,2238.443633,1177.178557,2227.334929 +388163,2723.406183,1610.359791,2241.158598,1178.377862,2230.656533 +388164,2749.418773,1604.567287,2243.098134,1179.620004,2232.946422 +388165,2740.438323,1598.979369,2245.062973,1180.788836,2234.997648 +388166,2747.839597,1593.26187,2244.867449,1182.001703,2234.532525 +388167,2753.338641,1587.879466,2245.450428,1183.142963,2234.976483 +388168,2758.119344,1582.436883,2248.067128,1184.328742,2237.910633 +388169,2762.177653,1577.37247,2248.25728,1185.515492,2237.75647 +388170,2767.18449,1572.235599,2249.255146,1186.564014,2238.343057 +388171,2772.26045,1567.295075,2250.248586,1187.690139,2239.188289 +388172,2777.106762,1562.473349,2253.086652,1188.760423,2242.223702 +388173,2781.40792,1557.913865,2253.390307,1189.961117,2242.039866 +388174,2786.539867,1553.518874,2253.761322,1191.291673,2242.542681 +388175,2791.56703,1549.110223,2256.490494,1192.710039,2245.343776 +388176,2796.14332,1545.093866,2258.229761,1194.209151,2247.069699 +388177,2808.014243,1540.707431,2258.165323,1195.896799,2246.469318 +388178,2796.177872,1536.658409,2258.895365,1197.482117,2246.598337 +388179,2820.04774,1532.570735,2259.682143,1199.320645,2247.014176 +388180,2814.86979,1528.550112,2262.431738,1201.154769,2249.900576 +388181,2819.67179,1524.575183,2262.544417,1203.049876,2249.476753 +388182,2825.803687,1520.653517,2263.135149,1205.020793,2249.652842 +388183,2830.770956,1516.682988,2264.180456,1207.060301,2250.132965 +388184,2835.372518,1512.981811,2265.144386,1209.093566,2250.745923 +388185,2840.058886,1509.132348,2266.138586,1211.38403,2251.401964 +388186,2852.735272,1507.087972,2267.314639,1213.576288,2252.288828 +388187,2841.077606,1504.686824,2268.338239,1215.900885,2252.989562 +388188,2864.24447,1502.163388,2269.275255,1218.281016,2253.584995 +388189,2859.194886,1499.530228,2272.0228,1220.727433,2256.445587 +388190,2864.626036,1497.098778,2273.725161,1223.238814,2258.223407 +388191,2870.642604,1494.61163,2273.284821,1225.815898,2257.12476 +388192,2875.061281,1492.169083,2273.59847,1228.577901,2256.946173 +388193,2880.190903,1489.735767,2274.395275,1231.139579,2257.108297 +388194,2885.636329,1487.241876,2276.805104,1234.005986,2259.505515 +388195,2896.485356,1484.991018,2276.845274,1236.838834,2258.985861 +388196,2887.544725,1482.565417,2278.994861,1239.748471,2261.092078 +388197,2906.276316,1480.234735,2278.675249,1242.717532,2260.143321 +388198,2905.114851,1477.915506,2279.193952,1245.75505,2260.227178 +388199,2909.285855,1475.615522,2279.895895,1248.855274,2260.528294 +388200,2921.604431,1473.337124,2280.772455,1252.020676,2261.043636 +388201,2953.965207,1493.809102,2283.238217,1278.011669,2263.964313 +388202,2963.585557,1492.89924,2288.442092,1282.604028,2270.767517 +388203,2968.915402,1491.511047,2294.457545,1286.76992,2278.926504 +388204,2973.389208,1490.002429,2299.676804,1290.873944,2286.282288 +388205,2976.896488,1488.411513,2303.693469,1294.942546,2292.39957 +388206,2979.69102,1486.775001,2306.661183,1299.010542,2296.989176 +388207,2982.041085,1485.115158,2308.860133,1303.099423,2300.569186 +388208,2984.142284,1483.44438,2310.52766,1307.221915,2303.41087 +388209,2986.116198,1481.771471,2311.825454,1311.467142,2305.706016 +388210,2988.034193,1480.09989,2312.857698,1315.55449,2307.584035 +388211,2989.934389,1478.522528,2313.882445,1319.871595,2309.133085 +388212,2991.837645,1476.730499,2314.556476,1324.167903,2310.617314 +388213,2993.760677,1475.140425,2315.110989,1328.5285,2311.667128 +388214,2995.715166,1473.483363,2315.579997,1332.942256,2312.550937 +388215,2997.706231,1471.848914,2315.986355,1337.327534,2313.306345 +388216,2999.719712,1470.224845,2316.335315,1346.632139,2313.948737 +388217,3001.775449,1468.522649,2316.650049,1342.639293,2314.513599 +388218,3003.838826,1467.052483,2316.917024,1366.282563,2314.99064 +388219,3005.982831,1465.399893,2317.18904,1333.182139,2315.449085 +388220,3008.185067,1463.835051,2317.457752,1371.74213,2315.883566 +388221,3010.348824,1462.269806,2317.666815,1362.835663,2316.22977 +388222,3012.520707,1460.716636,2317.848893,1370.156508,2316.714747 +388223,3014.721486,1459.176311,2318.019529,1375.12389,2316.962903 +388224,3016.938331,1457.648648,2318.172805,1380.083914,2317.179815 +388225,3019.17429,1456.134109,2318.312625,1385.106662,2317.375765 +388226,3021.427772,1454.632506,2318.439703,1390.186087,2317.554705 +388227,3023.695758,1453.144263,2318.553623,1395.32167,2317.717508 +388228,3025.974166,1451.669176,2318.653079,1400.512162,2318.034886 +388229,3028.261539,1450.20765,2318.738169,1405.758511,2318.115039 +388230,3030.646526,1448.759704,2318.810313,1411.143563,2318.180154 +388231,3033.265098,1447.195768,2318.869058,1416.185164,2318.347958 +388232,3036.142307,1445.61842,2318.898556,1421.437637,2318.325553 +388233,3039.246823,1444.041177,2318.889978,1426.650768,2318.01671 +388234,3042.53192,1442.467173,2318.839952,1431.914896,2318.152603 +388235,3045.95419,1440.898327,2318.746526,1437.214728,2318.3462 +388236,3049.487339,1439.335343,2318.612459,1442.563255,2318.336071 +388237,3053.117588,1437.779137,2318.442965,1447.947517,2318.304439 +388238,3056.833043,1436.22994,2318.240648,1453.374012,2318.465036 +388239,3060.611646,1434.688403,2317.999768,1463.18391,2318.413739 +388240,3064.462987,1433.154621,2317.732844,1462.867054,2318.344799 +388241,3068.358459,1431.629072,2317.427309,1484.315923,2318.245679 +388242,3072.381291,1430.112006,2317.140374,1450.861984,2318.183762 +388243,3076.492952,1428.603121,2316.852166,1493.464341,2318.136012 +388244,3080.871491,1427.103374,2316.497508,1484.075739,2318.026158 +388245,3084.971022,1425.612737,2316.113277,1492.343024,2317.896238 +388246,3089.123848,1424.13112,2315.71868,1498.237528,2317.767786 +388247,3093.3247,1422.658825,2315.306057,1504.008983,2317.631504 +388248,3097.576763,1421.195696,2314.877336,1509.834288,2317.489539 +388249,3101.875086,1419.742054,2314.431554,1516.377752,2317.340709 +388250,3106.187376,1418.297693,2313.95113,1532.181228,2317.164371 +388251,3110.581043,1416.862948,2313.480981,1510.947454,2317.223661 +388252,3115.038285,1415.437426,2313.012319,1541.65677,2317.087591 +388253,3119.486454,1414.021543,2312.501335,1537.742071,2316.909277 +388254,3123.9599,1412.615085,2311.970973,1545.513192,2316.720216 +388255,3128.458782,1411.218199,2311.422486,1557.244615,2316.523302 +388256,3132.995469,1409.830594,2310.865003,1553.794856,2316.329704 +388257,3137.591639,1408.452434,2310.313654,1561.456462,2316.157573 +388258,3142.193415,1407.083403,2309.735845,1576.776112,2315.967146 +388259,3146.813787,1405.72381,2309.141017,1569.564927,2315.769607 +388260,3151.466488,1404.373247,2308.538796,1586.938927,2315.576339 +388261,3157.867029,1369.799608,2309.598244,1569.555319,2318.372056 +388262,3159.598194,1368.18001,2307.159422,1536.582123,2315.756483 +388263,3159.209797,1366.38213,2302.875709,1579.259882,2310.642349 +388264,3159.204473,1364.846009,2298.947894,1575.026648,2305.908756 +388265,3160.659818,1363.25132,2295.965137,1580.224316,2301.666952 +388266,3163.508406,1361.683472,2293.914938,1592.573922,2298.494964 +388267,3167.338971,1360.12904,2292.544576,1579.754983,2296.462488 +388268,3171.759899,1358.500746,2291.607316,1596.086626,2295.101507 +388269,3176.443411,1357.093213,2290.893048,1621.109213,2294.16035 +388270,3184.073044,1355.513662,2292.084485,1585.320998,2295.687689 +388271,3188.016104,1354.012013,2291.023449,1641.708216,2294.622809 +388272,3192.902223,1352.51078,2290.590796,1616.264598,2294.450604 +388273,3198.07727,1351.015733,2290.178011,1624.467306,2294.194429 +388274,3203.218185,1349.529078,2289.948052,1638.144712,2294.474341 +388275,3208.785073,1348.050195,2289.998506,1640.521653,2295.199754 +388276,3217.329192,1346.579901,2291.939007,1650.367744,2298.559087 +388277,3221.99615,1345.112331,2291.46762,1659.585123,2298.626122 +388278,3227.770567,1340.347361,2291.705329,1671.084481,2299.851723 +388279,3234.374293,1338.359,2291.864454,1680.215663,2301.509735 +388280,3241.427701,1336.533226,2291.948005,1689.224605,2303.611583 +388281,3248.59751,1334.979347,2292.070515,1697.97002,2305.638824 +388282,3255.992437,1333.367965,2292.293881,1706.811371,2307.751946 +388283,3262.983035,1331.646281,2292.624412,1715.486945,2309.933529 +388284,3270.01921,1330.111791,2293.114328,1730.366983,2312.260342 +388285,3277.192814,1328.521584,2293.603297,1724.892386,2314.555622 +388286,3283.944422,1326.955869,2294.14314,1751.146683,2316.894772 +388287,3290.942529,1325.401993,2294.791071,1747.984755,2319.354452 +388288,3297.258687,1323.85782,2295.413149,1760.422993,2321.946892 +388289,3304.273557,1322.323181,2296.042348,1768.945236,2324.319926 +388290,3311.035234,1320.713397,2296.706984,1777.328748,2326.917529 +388291,3318.123222,1319.278636,2297.37493,1785.665748,2329.36609 +388292,3324.845993,1317.66583,2298.033846,1793.631202,2331.342524 +388293,3331.427338,1316.126628,2298.67832,1801.528377,2333.775942 +388294,3338.166665,1314.579839,2299.30504,1809.228149,2336.372533 +388295,3344.517962,1313.037339,2299.917584,1817.160107,2338.779053 +388296,3350.762349,1311.580279,2300.520251,1824.843546,2341.402303 +388297,3356.918934,1309.927115,2301.112563,1832.383302,2343.840316 +388298,3363.003687,1308.372293,2301.697509,1840.01142,2346.27256 +388299,3369.027834,1306.949306,2302.278697,1847.337577,2348.706863 +388300,3375.128035,1305.368869,2302.940524,1860.41052,2351.247811 +388301,3381.043002,1303.858533,2303.519186,1854.853068,2353.696533 +388302,3386.88198,1302.339345,2304.08192,1877.312496,2356.348366 +388303,3393.097676,1300.821941,2304.721438,1875.16161,2358.901686 +388304,3398.834209,1299.306495,2305.281899,1884.01876,2361.359925 +388305,3404.448104,1297.792524,2305.801663,1891.710302,2363.77365 +388306,3410.041785,1296.280092,2306.337105,1898.329814,2366.213612 +388307,3415.577527,1294.688503,2306.861705,1905.275943,2368.647038 +388308,3421.051816,1293.372937,2307.373249,1911.925518,2371.071014 +388309,3426.471817,1291.694002,2307.877363,1918.888218,2373.492211 +388310,3431.979091,1290.251008,2308.463412,1930.801018,2376.021412 +388311,3437.430708,1288.73259,2309.236079,1930.648657,2378.551235 +388312,3442.566304,1312.778579,2309.645349,1939.074675,2380.883429 +388313,3447.715316,1247.810526,2310.08633,1945.653437,2383.265869 +388314,3452.91158,1302.514904,2310.586797,1951.952529,2385.724644 +388315,3457.878978,1295.426666,2310.977095,1958.1116,2388.048094 +388316,3462.809068,1257.532822,2311.375678,1964.324801,2390.591148 +388317,3467.821935,1312.537075,2311.856448,1975.420423,2393.030683 +388318,3472.821665,1242.700637,2312.360642,1975.60092,2395.498707 +388319,3477.564279,1315.465779,2312.737071,1982.522672,2397.811567 +388320,3482.199178,1237.762719,2313.077673,1988.809851,2400.084491 +388321,3484.367345,1223.633465,2311.595577,1928.804798,2399.614679 +388322,3474.560796,1201.829802,2301.390161,1933.543681,2386.438173 +388323,3460.746355,1203.616295,2288.261916,1938.817428,2368.259982 +388324,3449.821291,1201.901084,2276.770448,1949.729959,2351.296358 +388325,3443.357919,1200.240109,2268.144632,1948.449716,2337.85022 +388326,3440.433851,1198.647988,2261.920322,1955.571166,2328.087162 +388327,3439.873296,1196.888909,2257.407409,1960.974394,2320.120658 +388328,3440.716245,1195.292604,2254.016214,1966.07865,2313.822735 +388329,3442.304404,1193.641845,2251.32526,1971.020637,2308.863923 +388330,3444.301662,1192.006736,2249.102429,1975.96856,2304.810741 +388331,3446.54394,1190.376034,2247.218638,1980.829963,2301.482124 +388332,3449.093303,1188.74837,2245.686892,1990.844235,2298.867206 +388333,3451.613569,1187.123543,2244.276613,1984.268712,2296.659199 +388334,3454.125486,1185.500489,2242.981389,2001.208804,2294.824096 +388335,3456.801449,1183.879201,2241.892009,1999.266586,2293.447125 +388336,3459.376764,1182.259366,2240.831868,2004.083357,2292.290453 +388337,3461.834121,1180.71102,2239.779633,2008.972809,2291.306365 +388338,3464.272298,1178.990922,2238.787112,2013.248924,2290.537494 +388339,3466.66959,1177.42373,2237.83352,2017.160166,2289.94057 +388340,3469.168751,1175.728273,2237.00238,2026.468819,2289.601892 +388341,3471.500883,1174.215494,2236.123767,2019.785679,2289.301569 +388342,3473.698066,1172.553563,2235.213891,2034.490652,2289.046763 +388343,3476.273205,1170.951864,2234.407303,2033.597127,2288.989712 +388344,3478.404807,1169.34113,2233.561395,2036.798477,2289.143612 +388345,3480.357485,1167.731543,2232.655144,2040.760446,2289.049828 +388346,3482.426737,1166.122935,2231.862906,2050.243373,2289.13235 +388347,3484.341682,1164.516049,2231.014152,2042.387139,2289.19075 +388348,3486.140771,1160.26885,2230.131725,2057.558157,2289.247749 +388349,3488.268838,1158.130546,2229.090284,2057.810492,2289.625947 +388350,3490.42912,1156.326421,2227.857404,2060.377322,2290.100537 +388351,3492.571351,1154.392328,2226.615044,2068.53242,2289.912817 +388352,3494.443239,1152.469757,2225.334277,2062.369915,2290.21874 +388353,3495.989901,1150.551833,2224.00712,2072.707749,2290.32118 +388354,3497.57254,1148.636467,2222.761139,2072.733362,2290.763042 +388355,3499.094727,1146.722922,2221.491813,2073.856354,2290.953788 +388356,3500.464913,1144.810137,2220.140209,2075.815983,2291.034213 +388357,3501.913862,1142.897915,2218.861885,2083.078654,2291.19209 +388358,3503.243031,1140.918695,2217.547381,2076.482917,2291.515242 +388359,3504.37848,1139.105307,2216.15895,2085.124629,2291.548563 +388360,3505.541588,1137.213064,2214.836528,2085.306424,2291.654762 +388361,3506.439302,1135.213675,2213.400355,2080.416652,2291.619174 +388362,3507.133171,1133.348591,2211.888088,2088.667918,2291.489164 +388363,3507.928894,1131.426285,2210.488124,2089.078705,2291.494319 +388364,3508.680529,1129.51356,2209.111804,2089.40566,2291.527848 +388365,3509.250446,1127.600749,2207.67561,2090.017955,2291.489113 +388366,3509.671792,1125.687373,2206.199558,2090.859981,2291.402262 +388367,3509.982854,1123.773672,2204.70587,2091.733365,2291.293511 +388368,3510.200433,1121.859365,2203.203936,2092.51289,2291.17372 +388369,3510.327087,1119.944681,2201.69501,2093.170236,2291.044216 +388370,3510.361277,1118.029344,2200.178267,2093.72034,2290.903984 +388371,3510.302562,1116.113582,2198.653356,2094.179228,2290.752556 +388372,3510.151506,1114.197128,2197.120527,2094.55204,2290.590119 +388373,3509.910279,1112.345046,2195.394778,2094.837878,2290.417691 +388374,3509.579916,1110.332466,2193.861757,2095.034444,2290.235599 +388375,3509.159168,1108.459855,2192.325087,2095.139761,2290.042251 +388376,3508.646802,1106.531322,2190.779059,2095.153608,2289.836213 +388377,3508.043213,1104.611857,2189.221768,2095.077052,2289.617092 +388378,3507.34914,1102.69183,2187.653389,2094.910905,2289.384749 +388379,3506.565324,1100.706745,2186.074761,2094.65566,2289.139144 +388380,3505.691895,1098.880074,2184.486359,2094.311305,2288.879865 +388381,2235.331015,1101.793299,1004.015848,1621.250467,2359.49546 +388382,2312.814791,1218.750064,1039.143094,1677.359126,2396.625576 +388383,2401.960154,1232.824567,1079.917163,1736.18191,2423.238774 +388384,2483.855611,1228.194992,1118.437572,1784.146281,2444.242393 +388385,2550.695166,1227.958259,1151.287797,1817.374876,2461.79236 +388386,2602.271989,1226.669935,1178.119217,1838.097408,2476.388712 +388387,2641.934654,1225.208881,1200.047122,1850.706401,2488.265876 +388388,2673.368073,1223.881649,1218.285586,1858.793255,2498.310032 +388389,2698.372895,1222.332095,1233.682862,1864.414703,2506.978995 +388390,2718.736414,1220.896128,1246.808307,1868.610035,2514.602413 +388391,2735.437309,1219.235181,1258.050828,1871.849442,2521.382315 +388392,2749.160504,1217.710033,1267.694124,1874.366065,2527.422536 +388393,2760.426558,1216.123692,1275.976654,1876.33732,2532.807293 +388394,2769.672481,1214.547271,1283.106138,1877.884702,2537.61608 +388395,2777.238969,1212.974239,1289.247116,1879.080965,2541.890846 +388396,2783.459464,1211.403819,1294.563184,1880.024469,2545.724881 +388397,2788.604594,1209.840031,1299.191768,1880.791565,2549.199278 +388398,2792.858681,1208.281372,1303.407465,1881.413267,2552.350224 +388399,2796.373197,1206.730681,1306.943013,1881.913256,2555.215199 +388400,2799.271185,1205.185875,1310.049076,1882.309037,2557.829307 +388401,2801.652003,1203.640631,1312.788966,1882.613424,2560.223897 +388402,2803.594187,1202.031619,1315.214007,1882.834873,2562.424049 +388403,2805.163021,1200.620512,1317.368432,1882.980916,2564.454666 +388404,2806.411809,1199.04516,1319.289658,1883.057557,2566.33794 +388405,2807.383186,1197.543247,1321.008904,1883.069078,2568.09259 +388406,2808.111405,1196.032787,1322.552248,1883.018494,2569.73437 +388407,2808.617032,1194.52541,1323.941556,1882.907998,2571.27662 +388408,2808.930997,1193.020163,1325.195276,1882.739324,2572.730782 +388409,2809.074367,1191.516556,1326.329011,1882.513912,2574.106679 +388410,2809.053781,1190.013508,1327.356003,1882.23301,2575.412776 +388411,2808.888633,1188.50034,1328.287503,1881.897714,2576.656328 +388412,2808.533345,1186.984734,1329.132691,1881.447581,2577.843571 +388413,2807.964783,1185.467858,1329.899479,1880.847628,2578.979777 +388414,2807.1864,1183.94928,1330.594855,1880.097578,2580.069462 +388415,2806.212818,1182.503838,1331.22496,1879.21381,2581.116484 +388416,2805.060626,1180.869069,1331.793881,1878.214351,2582.124165 +388417,2803.744965,1179.324154,1332.307825,1877.112854,2583.09532 +388418,2802.278591,1177.894392,1332.771288,1875.918323,2584.032373 +388419,2800.671974,1176.306696,1333.187552,1874.636639,2584.93736 +388420,2798.933938,1174.782162,1333.558126,1873.271987,2585.812011 +388421,2797.072138,1173.241386,1333.887141,1871.827658,2586.657767 +388422,2795.093199,1171.6956,1334.177415,1870.306433,2587.475855 +388423,2793.003014,1170.144946,1334.429577,1868.710716,2588.26729 +388424,2790.806837,1168.589033,1334.646818,1867.042631,2589.032937 +388425,2788.509358,1167.027291,1334.831153,1865.304068,2589.773499 +388426,2786.114902,1165.460059,1334.982584,1863.496762,2590.489586 +388427,2783.627398,1163.886887,1335.103788,1861.622321,2591.181691 +388428,2781.05047,1162.307533,1335.196361,1859.682283,2591.850246 +388429,2778.38754,1160.722098,1335.259929,1857.678124,2592.495598 +388430,2775.641893,1159.114764,1335.296857,1855.611296,2593.118056 +388431,2772.813185,1157.454383,1335.308225,1853.480044,2593.718138 +388432,2769.90876,1155.944329,1335.29369,1851.29011,2594.295685 +388433,2766.88234,1177.230335,1335.255386,1848.988715,2594.851496 +388434,2763.623791,1118.024571,1335.193871,1846.459635,2595.38444 +388435,2760.083597,1168.415601,1335.108414,1843.653124,2595.894577 +388436,2756.258943,1161.782632,1335.001664,1840.583201,2596.383332 +388437,2752.174977,1124.042941,1334.87393,1837.286151,2596.849279 +388438,2747.854296,1156.919156,1334.724242,1833.797461,2597.292402 +388439,2743.323418,1156.564603,1334.555036,1830.143157,2597.713973 +388440,2738.594362,1121.09828,1334.366696,1826.338126,2598.112947 +388441,0,0,0,0,0 +388442,0,0,0,0,0 +388443,0,0,0,0,0 +388444,0,0,0,0,0 +388445,0,0,0,0,0 +388446,0,0,0,0,0 +388447,0,0,0,0,0 +388448,0,0,0,0,0 +388449,0,0,0,0,0 +388450,0,0,0,0,0 +388451,0,0,0,0,0 +388452,0,0,0,0,0 +388453,0,0,0,0,0 +388454,0,0,0,0,0 +388455,0,0,0,0,0 +388456,0,0,0,0,0 +388457,0,0,0,0,0 +388458,0,0,0,0,0 +388459,0,0,0,0,0 +388460,0,0,0,0,0 +388461,0,0,0,0,0 +388462,0,0,0,0,0 +388463,0,0,0,0,0 +388464,0,0,0,0,0 +388465,0,0,0,0,0 +388466,0,0,0,0,0 +388467,0,0,0,0,0 +388468,0,0,0,0,0 +388469,0,0,0,0,0 +388470,0,0,0,0,0 +388471,0,0,0,0,0 +388472,0,0,0,0,0 +388473,0,0,0,0,0 +388474,0,0,0,0,0 +388475,0,0,0,0,0 +388476,0,0,0,0,0 +388477,0,0,0,0,0 +388478,0,0,0,0,0 +388479,0,0,0,0,0 +388480,0,0,0,0,0 +388481,0,0,0,0,0 +388482,0,0,0,0,0 +388483,0,0,0,0,0 +388484,0,0,0,0,0 +388485,0,0,0,0,0 +388486,0,0,0,0,0 +388487,0,0,0,0,0 +388488,0,0,0,0,0 +388489,0,0,0,0,0 +388490,0,0,0,0,0 +388491,0,0,0,0,0 +388492,0,0,0,0,0 +388493,0,0,0,0,0 +388494,0,0,0,0,0 +388495,0,0,0,0,0 +388496,0,0,0,0,0 +388497,0,0,0,0,0 +388498,0,0,0,0,0 +388499,0,0,0,0,0 +388500,0,0,0,0,0 +388501,0,0,0,0,0 +388502,0,0,0,0,0 +388503,0,0,0,0,0 +388504,0,0,0,0,0 +388505,0,0,0,0,0 +388506,0,0,0,0,0 +388507,0,0,0,0,0 +388508,0,0,0,0,0 +388509,0,0,0,0,0 +388510,0,0,0,0,0 +388511,0,0,0,0,0 +388512,0,0,0,0,0 +388513,0,0,0,0,0 +388514,0,0,0,0,0 +388515,0,0,0,0,0 +388516,0,0,0,0,0 +388517,0,0,0,0,0 +388518,0,0,0,0,0 +388519,0,0,0,0,0 +388520,0,0,0,0,0 +388521,0,0,0,0,0 +388522,0,0,0,0,0 +388523,0,0,0,0,0 +388524,0,0,0,0,0 +388525,0,0,0,0,0 +388526,0,0,0,0,0 +388527,0,0,0,0,0 +388528,0,0,0,0,0 +388529,0,0,0,0,0 +388530,0,0,0,0,0 +388531,0,0,0,0,0 +388532,0,0,0,0,0 +388533,0,0,0,0,0 +388534,0,0,0,0,0 +388535,0,0,0,0,0 +388536,0,0,0,0,0 +388537,0,0,0,0,0 +388538,0,0,0,0,0 +388539,0,0,0,0,0 +388540,0,0,0,0,0 +388541,0,0,0,0,0 +388542,0,0,0,0,0 +388543,0,0,0,0,0 +388544,0,0,0,0,0 +388545,0,0,0,0,0 +388546,0,0,0,0,0 +388547,0,0,0,0,0 +388548,0,0,0,0,0 +388549,0,0,0,0,0 +388550,0,0,0,0,0 +388551,0,0,0,0,0 +388552,0,0,0,0,0 +388553,0,0,0,0,0 +388554,0,0,0,0,0 +388555,0,0,0,0,0 +388556,0,0,0,0,0 +388557,0,0,0,0,0 +388558,0,0,0,0,0 +388559,0,0,0,0,0 +388560,0,0,0,0,0 +388561,0,0,0,0,0 +388562,0,0,0,0,0 +388563,0,0,0,0,0 +388564,0,0,0,0,0 +388565,0,0,0,0,0 +388566,0,0,0,0,0 +388567,0,0,0,0,0 +388568,0,0,0,0,0 +388569,0,0,0,0,0 +388570,0,0,0,0,0 +388571,0,0,0,0,0 +388572,0,0,0,0,0 +388573,0,0,0,0,0 +388574,0,0,0,0,0 +388575,0,0,0,0,0 +388576,0,0,0,0,0 +388577,0,0,0,0,0 +388578,0,0,0,0,0 +388579,0,0,0,0,0 +388580,0,0,0,0,0 +388581,0,0,0,0,0 +388582,0,0,0,0,0 +388583,0,0,0,0,0 +388584,0,0,0,0,0 +388585,0,0,0,0,0 +388586,0,0,0,0,0 +388587,0,0,0,0,0 +388588,0,0,0,0,0 +388589,0,0,0,0,0 +388590,0,0,0,0,0 +388591,0,0,0,0,0 +388592,0,0,0,0,0 +388593,0,0,0,0,0 +388594,0,0,0,0,0 +388595,0,0,0,0,0 +388596,0,0,0,0,0 +388597,0,0,0,0,0 +388598,0,0,0,0,0 +388599,0,0,0,0,0 +388600,0,0,0,0,0 +388601,0,0,0,0,0 +388602,0,0,0,0,0 +388603,0,0,0,0,0 +388604,0,0,0,0,0 +388605,0,0,0,0,0 +388606,0,0,0,0,0 +388607,0,0,0,0,0 +388608,0,0,0,0,0 +388609,0,0,0,0,0 +388610,0,0,0,0,0 +388611,0,0,0,0,0 +388612,0,0,0,0,0 +388613,0,0,0,0,0 +388614,0,0,0,0,0 +388615,0,0,0,0,0 +388616,0,0,0,0,0 +388617,0,0,0,0,0 +388618,0,0,0,0,0 +388619,0,0,0,0,0 +388620,0,0,0,0,0 +388621,0,0,0,0,0 +388622,0,0,0,0,0 +388623,0,0,0,0,0 +388624,0,0,0,0,0 +388625,0,0,0,0,0 +388626,0,0,0,0,0 +388627,0,0,0,0,0 +388628,0,0,0,0,0 +388629,0,0,0,0,0 +388630,0,0,0,0,0 +388631,0,0,0,0,0 +388632,0,0,0,0,0 +388633,0,0,0,0,0 +388634,0,0,0,0,0 +388635,0,0,0,0,0 +388636,0,0,0,0,0 +388637,0,0,0,0,0 +388638,0,0,0,0,0 +388639,0,0,0,0,0 +388640,0,0,0,0,0 +388641,0,0,0,0,0 +388642,0,0,0,0,0 +388643,0,0,0,0,0 +388644,0,0,0,0,0 +388645,0,0,0,0,0 +388646,0,0,0,0,0 +388647,0,0,0,0,0 +388648,0,0,0,0,0 +388649,0,0,0,0,0 +388650,0,0,0,0,0 +388651,0,0,0,0,0 +388652,0,0,0,0,0 +388653,0,0,0,0,0 +388654,0,0,0,0,0 +388655,0,0,0,0,0 +388656,0,0,0,0,0 +388657,0,0,0,0,0 +388658,0,0,0,0,0 +388659,0,0,0,0,0 +388660,0,0,0,0,0 +388661,0,0,0,0,0 +388662,0,0,0,0,0 +388663,0,0,0,0,0 +388664,0,0,0,0,0 +388665,0,0,0,0,0 +388666,0,0,0,0,0 +388667,0,0,0,0,0 +388668,0,0,0,0,0 +388669,0,0,0,0,0 +388670,0,0,0,0,0 +388671,0,0,0,0,0 +388672,0,0,0,0,0 +388673,0,0,0,0,0 +388674,0,0,0,0,0 +388675,0,0,0,0,0 +388676,0,0,0,0,0 +388677,0,0,0,0,0 +388678,0,0,0,0,0 +388679,0,0,0,0,0 +388680,0,0,0,0,0 +388681,0,0,0,0,0 +388682,0,0,0,0,0 +388683,0,0,0,0,0 +388684,0,0,0,0,0 +388685,0,0,0,0,0 +388686,0,0,0,0,0 +388687,0,0,0,0,0 +388688,0,0,0,0,0 +388689,0,0,0,0,0 +388690,0,0,0,0,0 +388691,0,0,0,0,0 +388692,0,0,0,0,0 +388693,0,0,0,0,0 +388694,0,0,0,0,0 +388695,0,0,0,0,0 +388696,0,0,0,0,0 +388697,0,0,0,0,0 +388698,0,0,0,0,0 +388699,0,0,0,0,0 +388700,0,0,0,0,0 +388701,0,0,0,0,0 +388702,0,0,0,0,0 +388703,0,0,0,0,0 +388704,0,0,0,0,0 +388705,0,0,0,0,0 +388706,0,0,0,0,0 +388707,0,0,0,0,0 +388708,0,0,0,0,0 +388709,0,0,0,0,0 +388710,0,0,0,0,0 +388711,0,0,0,0,0 +388712,0,0,0,0,0 +388713,0,0,0,0,0 +388714,0,0,0,0,0 +388715,0,0,0,0,0 +388716,0,0,0,0,0 +388717,0,0,0,0,0 +388718,0,0,0,0,0 +388719,0,0,0,0,0 +388720,0,0,0,0,0 +388721,0,0,0,0,0 +388722,0,0,0,0,0 +388723,0,0,0,0,0 +388724,0,0,0,0,0 +388725,0,0,0,0,0 +388726,0,0,0,0,0 +388727,0,0,0,0,0 +388728,0,0,0,0,0 +388729,0,0,0,0,0 +388730,0,0,0,0,0 +388731,0,0,0,0,0 +388732,0,0,0,0,0 +388733,0,0,0,0,0 +388734,0,0,0,0,0 +388735,0,0,0,0,0 +388736,0,0,0,0,0 +388737,0,0,0,0,0 +388738,0,0,0,0,0 +388739,0,0,0,0,0 +388740,0,0,0,0,0 +388741,0,0,0,0,0 +388742,0,0,0,0,0 +388743,0,0,0,0,0 +388744,0,0,0,0,0 +388745,0,0,0,0,0 +388746,0,0,0,0,0 +388747,0,0,0,0,0 +388748,0,0,0,0,0 +388749,0,0,0,0,0 +388750,0,0,0,0,0 +388751,0,0,0,0,0 +388752,0,0,0,0,0 +388753,0,0,0,0,0 +388754,0,0,0,0,0 +388755,0,0,0,0,0 +388756,0,0,0,0,0 +388757,0,0,0,0,0 +388758,0,0,0,0,0 +388759,0,0,0,0,0 +388760,0,0,0,0,0 +388761,0,0,0,0,0 +388762,0,0,0,0,0 +388763,0,0,0,0,0 +388764,0,0,0,0,0 +388765,0,0,0,0,0 +388766,0,0,0,0,0 +388767,0,0,0,0,0 +388768,0,0,0,0,0 +388769,0,0,0,0,0 +388770,0,0,0,0,0 +388771,0,0,0,0,0 +388772,0,0,0,0,0 +388773,0,0,0,0,0 +388774,0,0,0,0,0 +388775,0,0,0,0,0 +388776,0,0,0,0,0 +388777,0,0,0,0,0 +388778,0,0,0,0,0 +388779,0,0,0,0,0 +388780,0,0,0,0,0 +388781,0,0,0,0,0 +388782,0,0,0,0,0 +388783,0,0,0,0,0 +388784,0,0,0,0,0 +388785,0,0,0,0,0 +388786,0,0,0,0,0 +388787,0,0,0,0,0 +388788,0,0,0,0,0 +388789,0,0,0,0,0 +388790,0,0,0,0,0 +388791,0,0,0,0,0 +388792,0,0,0,0,0 +388793,0,0,0,0,0 +388794,0,0,0,0,0 +388795,0,0,0,0,0 +388796,0,0,0,0,0 +388797,0,0,0,0,0 +388798,0,0,0,0,0 +388799,0,0,0,0,0 +388800,0,0,0,0,0 +388801,0,0,0,0,0 +388802,0,0,0,0,0 +388803,0,0,0,0,0 +388804,0,0,0,0,0 +388805,0,0,0,0,0 +388806,0,0,0,0,0 +388807,0,0,0,0,0 +388808,0,0,0,0,0 +388809,0,0,0,0,0 +388810,0,0,0,0,0 +388811,0,0,0,0,0 +388812,0,0,0,0,0 +388813,0,0,0,0,0 +388814,0,0,0,0,0 +388815,0,0,0,0,0 +388816,0,0,0,0,0 +388817,0,0,0,0,0 +388818,0,0,0,0,0 +388819,0,0,0,0,0 +388820,0,0,0,0,0 +388821,0,0,0,0,0 +388822,0,0,0,0,0 +388823,0,0,0,0,0 +388824,0,0,0,0,0 +388825,0,0,0,0,0 +388826,0,0,0,0,0 +388827,0,0,0,0,0 +388828,0,0,0,0,0 +388829,0,0,0,0,0 +388830,0,0,0,0,0 +388831,0,0,0,0,0 +388832,0,0,0,0,0 +388833,0,0,0,0,0 +388834,0,0,0,0,0 +388835,0,0,0,0,0 +388836,0,0,0,0,0 +388837,0,0,0,0,0 +388838,0,0,0,0,0 +388839,0,0,0,0,0 +388840,0,0,0,0,0 +388841,0,0,0,0,0 +388842,0,0,0,0,0 +388843,0,0,0,0,0 +388844,0,0,0,0,0 +388845,0,0,0,0,0 +388846,0,0,0,0,0 +388847,0,0,0,0,0 +388848,0,0,0,0,0 +388849,0,0,0,0,0 +388850,0,0,0,0,0 +388851,0,0,0,0,0 +388852,0,0,0,0,0 +388853,0,0,0,0,0 +388854,0,0,0,0,0 +388855,0,0,0,0,0 +388856,0,0,0,0,0 +388857,0,0,0,0,0 +388858,0,0,0,0,0 +388859,0,0,0,0,0 +388860,0,0,0,0,0 +388861,0,0,0,0,0 +388862,0,0,0,0,0 +388863,0,0,0,0,0 +388864,0,0,0,0,0 +388865,0,0,0,0,0 +388866,0,0,0,0,0 +388867,0,0,0,0,0 +388868,0,0,0,0,0 +388869,0,0,0,0,0 +388870,0,0,0,0,0 +388871,0,0,0,0,0 +388872,0,0,0,0,0 +388873,0,0,0,0,0 +388874,0,0,0,0,0 +388875,0,0,0,0,0 +388876,0,0,0,0,0 +388877,0,0,0,0,0 +388878,0,0,0,0,0 +388879,0,0,0,0,0 +388880,0,0,0,0,0 +388881,0,0,0,0,0 +388882,0,0,0,0,0 +388883,0,0,0,0,0 +388884,0,0,0,0,0 +388885,0,0,0,0,0 +388886,0,0,0,0,0 +388887,0,0,0,0,0 +388888,0,0,0,0,0 +388889,0,0,0,0,0 +388890,0,0,0,0,0 +388891,0,0,0,0,0 +388892,0,0,0,0,0 +388893,0,0,0,0,0 +388894,0,0,0,0,0 +388895,0,0,0,0,0 +388896,0,0,0,0,0 +388897,0,0,0,0,0 +388898,0,0,0,0,0 +388899,0,0,0,0,0 +388900,0,0,0,0,0 +388901,0,0,0,0,0 +388902,0,0,0,0,0 +388903,0,0,0,0,0 +388904,0,0,0,0,0 +388905,0,0,0,0,0 +388906,0,0,0,0,0 +388907,0,0,0,0,0 +388908,0,0,0,0,0 +388909,0,0,0,0,0 +388910,0,0,0,0,0 +388911,0,0,0,0,0 +388912,0,0,0,0,0 +388913,0,0,0,0,0 +388914,0,0,0,0,0 +388915,0,0,0,0,0 +388916,0,0,0,0,0 +388917,0,0,0,0,0 +388918,0,0,0,0,0 +388919,0,0,0,0,0 +388920,0,0,0,0,0 +388921,0,0,0,0,0 +388922,0,0,0,0,0 +388923,0,0,0,0,0 +388924,0,0,0,0,0 +388925,0,0,0,0,0 +388926,0,0,0,0,0 +388927,0,0,0,0,0 +388928,0,0,0,0,0 +388929,0,0,0,0,0 +388930,0,0,0,0,0 +388931,0,0,0,0,0 +388932,0,0,0,0,0 +388933,0,0,0,0,0 +388934,0,0,0,0,0 +388935,0,0,0,0,0 +388936,0,0,0,0,0 +388937,0,0,0,0,0 +388938,0,0,0,0,0 +388939,0,0,0,0,0 +388940,0,0,0,0,0 +388941,0,0,0,0,0 +388942,0,0,0,0,0 +388943,0,0,0,0,0 +388944,0,0,0,0,0 +388945,0,0,0,0,0 +388946,0,0,0,0,0 +388947,0,0,0,0,0 +388948,0,0,0,0,0 +388949,0,0,0,0,0 +388950,0,0,0,0,0 +388951,0,0,0,0,0 +388952,0,0,0,0,0 +388953,0,0,0,0,0 +388954,0,0,0,0,0 +388955,0,0,0,0,0 +388956,0,0,0,0,0 +388957,0,0,0,0,0 +388958,0,0,0,0,0 +388959,0,0,0,0,0 +388960,0,0,0,0,0 +388961,0,0,0,0,0 +388962,0,0,0,0,0 +388963,0,0,0,0,0 +388964,0,0,0,0,0 +388965,0,0,0,0,0 +388966,0,0,0,0,0 +388967,0,0,0,0,0 +388968,0,0,0,0,0 +388969,0,0,0,0,0 +388970,0,0,0,0,0 +388971,0,0,0,0,0 +388972,0,0,0,0,0 +388973,0,0,0,0,0 +388974,0,0,0,0,0 +388975,0,0,0,0,0 +388976,0,0,0,0,0 +388977,0,0,0,0,0 +388978,0,0,0,0,0 +388979,0,0,0,0,0 +388980,0,0,0,0,0 +388981,0,0,0,0,0 +388982,0,0,0,0,0 +388983,0,0,0,0,0 +388984,0,0,0,0,0 +388985,0,0,0,0,0 +388986,0,0,0,0,0 +388987,0,0,0,0,0 +388988,0,0,0,0,0 +388989,0,0,0,0,0 +388990,0,0,0,0,0 +388991,0,0,0,0,0 +388992,0,0,0,0,0 +388993,0,0,0,0,0 +388994,0,0,0,0,0 +388995,0,0,0,0,0 +388996,0,0,0,0,0 +388997,0,0,0,0,0 +388998,0,0,0,0,0 +388999,0,0,0,0,0 +389000,0,0,0,0,0 +389001,0,0,0,0,0 +389002,0,0,0,0,0 +389003,0,0,0,0,0 +389004,0,0,0,0,0 +389005,0,0,0,0,0 +389006,0,0,0,0,0 +389007,0,0,0,0,0 +389008,0,0,0,0,0 +389009,0,0,0,0,0 +389010,0,0,0,0,0 +389011,0,0,0,0,0 +389012,0,0,0,0,0 +389013,0,0,0,0,0 +389014,0,0,0,0,0 +389015,0,0,0,0,0 +389016,0,0,0,0,0 +389017,0,0,0,0,0 +389018,0,0,0,0,0 +389019,0,0,0,0,0 +389020,0,0,0,0,0 +389021,0,0,0,0,0 +389022,0,0,0,0,0 +389023,0,0,0,0,0 +389024,0,0,0,0,0 +389025,0,0,0,0,0 +389026,0,0,0,0,0 +389027,0,0,0,0,0 +389028,0,0,0,0,0 +389029,0,0,0,0,0 +389030,0,0,0,0,0 +389031,0,0,0,0,0 +389032,0,0,0,0,0 +389033,0,0,0,0,0 +389034,0,0,0,0,0 +389035,0,0,0,0,0 +389036,0,0,0,0,0 +389037,0,0,0,0,0 +389038,0,0,0,0,0 +389039,0,0,0,0,0 +389040,0,0,0,0,0 +389041,0,0,0,0,0 +389042,0,0,0,0,0 +389043,0,0,0,0,0 +389044,0,0,0,0,0 +389045,0,0,0,0,0 +389046,0,0,0,0,0 +389047,0,0,0,0,0 +389048,0,0,0,0,0 +389049,0,0,0,0,0 +389050,0,0,0,0,0 +389051,0,0,0,0,0 +389052,0,0,0,0,0 +389053,0,0,0,0,0 +389054,0,0,0,0,0 +389055,0,0,0,0,0 +389056,0,0,0,0,0 +389057,0,0,0,0,0 +389058,0,0,0,0,0 +389059,0,0,0,0,0 +389060,0,0,0,0,0 +389061,0,0,0,0,0 +389062,0,0,0,0,0 +389063,0,0,0,0,0 +389064,0,0,0,0,0 +389065,0,0,0,0,0 +389066,0,0,0,0,0 +389067,0,0,0,0,0 +389068,0,0,0,0,0 +389069,0,0,0,0,0 +389070,0,0,0,0,0 +389071,0,0,0,0,0 +389072,0,0,0,0,0 +389073,0,0,0,0,0 +389074,0,0,0,0,0 +389075,0,0,0,0,0 +389076,0,0,0,0,0 +389077,0,0,0,0,0 +389078,0,0,0,0,0 +389079,0,0,0,0,0 +389080,0,0,0,0,0 +389081,0,0,0,0,0 +389082,0,0,0,0,0 +389083,0,0,0,0,0 +389084,0,0,0,0,0 +389085,0,0,0,0,0 +389086,0,0,0,0,0 +389087,0,0,0,0,0 +389088,0,0,0,0,0 +389089,0,0,0,0,0 +389090,0,0,0,0,0 +389091,0,0,0,0,0 +389092,0,0,0,0,0 +389093,0,0,0,0,0 +389094,0,0,0,0,0 +389095,0,0,0,0,0 +389096,0,0,0,0,0 +389097,0,0,0,0,0 +389098,0,0,0,0,0 +389099,0,0,0,0,0 +389100,0,0,0,0,0 +389101,0,0,0,0,0 +389102,0,0,0,0,0 +389103,0,0,0,0,0 +389104,0,0,0,0,0 +389105,0,0,0,0,0 +389106,0,0,0,0,0 +389107,0,0,0,0,0 +389108,0,0,0,0,0 +389109,0,0,0,0,0 +389110,0,0,0,0,0 +389111,0,0,0,0,0 +389112,0,0,0,0,0 +389113,0,0,0,0,0 +389114,0,0,0,0,0 +389115,0,0,0,0,0 +389116,0,0,0,0,0 +389117,0,0,0,0,0 +389118,0,0,0,0,0 +389119,0,0,0,0,0 +389120,0,0,0,0,0 +389121,0,0,0,0,0 +389122,0,0,0,0,0 +389123,0,0,0,0,0 +389124,0,0,0,0,0 +389125,0,0,0,0,0 +389126,0,0,0,0,0 +389127,0,0,0,0,0 +389128,0,0,0,0,0 +389129,0,0,0,0,0 +389130,0,0,0,0,0 +389131,0,0,0,0,0 +389132,0,0,0,0,0 +389133,0,0,0,0,0 +389134,0,0,0,0,0 +389135,0,0,0,0,0 +389136,0,0,0,0,0 +389137,0,0,0,0,0 +389138,0,0,0,0,0 +389139,0,0,0,0,0 +389140,0,0,0,0,0 +389141,0,0,0,0,0 +389142,0,0,0,0,0 +389143,0,0,0,0,0 +389144,0,0,0,0,0 +389145,0,0,0,0,0 +389146,0,0,0,0,0 +389147,0,0,0,0,0 +389148,0,0,0,0,0 +389149,0,0,0,0,0 +389150,0,0,0,0,0 +389151,0,0,0,0,0 +389152,0,0,0,0,0 +389153,0,0,0,0,0 +389154,0,0,0,0,0 +389155,0,0,0,0,0 +389156,0,0,0,0,0 +389157,0,0,0,0,0 +389158,0,0,0,0,0 +389159,0,0,0,0,0 +389160,0,0,0,0,0 +389161,0,0,0,0,0 +389162,0,0,0,0,0 +389163,0,0,0,0,0 +389164,0,0,0,0,0 +389165,0,0,0,0,0 +389166,0,0,0,0,0 +389167,0,0,0,0,0 +389168,0,0,0,0,0 +389169,0,0,0,0,0 +389170,0,0,0,0,0 +389171,0,0,0,0,0 +389172,0,0,0,0,0 +389173,0,0,0,0,0 +389174,0,0,0,0,0 +389175,0,0,0,0,0 +389176,0,0,0,0,0 +389177,0,0,0,0,0 +389178,0,0,0,0,0 +389179,0,0,0,0,0 +389180,0,0,0,0,0 +389181,0,0,0,0,0 +389182,0,0,0,0,0 +389183,0,0,0,0,0 +389184,0,0,0,0,0 +389185,0,0,0,0,0 +389186,0,0,0,0,0 +389187,0,0,0,0,0 +389188,0,0,0,0,0 +389189,0,0,0,0,0 +389190,0,0,0,0,0 +389191,0,0,0,0,0 +389192,0,0,0,0,0 +389193,0,0,0,0,0 +389194,0,0,0,0,0 +389195,0,0,0,0,0 +389196,0,0,0,0,0 +389197,0,0,0,0,0 +389198,0,0,0,0,0 +389199,0,0,0,0,0 +389200,0,0,0,0,0 +389201,0,0,0,0,0 +389202,0,0,0,0,0 +389203,0,0,0,0,0 +389204,0,0,0,0,0 +389205,0,0,0,0,0 +389206,0,0,0,0,0 +389207,0,0,0,0,0 +389208,0,0,0,0,0 +389209,0,0,0,0,0 +389210,0,0,0,0,0 +389211,0,0,0,0,0 +389212,0,0,0,0,0 +389213,0,0,0,0,0 +389214,0,0,0,0,0 +389215,0,0,0,0,0 +389216,0,0,0,0,0 +389217,0,0,0,0,0 +389218,0,0,0,0,0 +389219,0,0,0,0,0 +389220,0,0,0,0,0 +389221,-66.97006673,57.41022692,21.30701007,-35.01802353,-283.7123112 +389222,374.9437954,259.2351898,463.7929128,165.9958967,521.1581169 +389223,369.1551536,256.5100679,457.6501831,163.4016259,513.9853281 +389224,358.8861952,251.682861,446.9084758,158.7421545,498.6529493 +389225,348.1863038,247.0483112,435.9599567,153.9397912,481.5524401 +389226,338.7788268,243.4481677,426.583394,149.7995755,465.7271339 +389227,330.8909631,240.8950292,418.9573622,146.4091196,451.8365495 +389228,324.2496758,239.1640164,412.7506278,143.620449,439.6468644 +389229,318.5497358,238.0456228,407.6163018,141.2762699,428.7886987 +389230,313.5924751,237.405449,403.3287251,139.2748801,419.0103956 +389231,309.2509919,237.1569244,399.7420476,137.5520904,410.1532252 +389232,305.4356434,237.2379494,396.7515134,136.0632849,402.1090551 +389233,302.0782013,237.6003689,394.2759497,134.77497,394.7985588 +389234,299.118542,238.2028186,392.2439979,133.6582019,388.1487161 +389235,296.5030912,239.0095898,390.5924175,132.6876677,382.0906626 +389236,294.185655,239.9906465,389.2667773,131.8419327,376.5621167 +389237,292.1279013,241.1214504,388.2217537,131.1035367,371.5094188 +389238,290.29734,242.3816613,387.4189235,130.4579636,366.8850037 +389239,288.6622851,243.752521,386.8215549,129.8912555,362.6392274 +389240,287.1997183,245.2201683,386.4023298,129.3935163,358.7354514 +389241,285.8941391,246.7749097,386.142075,128.9583349,355.1485844 +389242,284.7239085,248.4048496,386.016008,128.5765371,351.8407449 +389243,283.6735272,250.1013475,386.0059335,128.2417431,348.7839772 +389244,282.7291552,251.8568809,386.0956942,127.948312,345.9524163 +389245,281.8826497,253.6667999,386.2751499,127.6931648,343.3298902 +389246,281.1256399,255.5265692,386.5342037,127.4730809,340.8993446 +389247,280.4445978,257.4294766,386.8578306,127.2824528,338.634039 +389248,279.8386452,259.3746917,387.2438512,127.1213818,336.5300374 +389249,279.2983672,261.3576,387.6817135,126.9860432,334.5677905 +389250,278.8166735,263.3747184,388.1633315,126.873627,332.7319483 +389251,278.3939983,265.42604,388.6882626,126.7847032,331.0208719 +389252,278.0161124,267.4941246,389.2311665,126.711498,329.4200237 +389253,277.6743644,269.5681087,389.7756541,126.6493211,327.9211146 +389254,277.3615787,271.6433055,390.3121722,126.5949633,326.5117895 +389255,277.0791827,273.7216978,390.8427761,126.549533,325.1915388 +389256,276.8254566,275.8044583,391.3672762,126.5127818,323.9530761 +389257,276.5984188,277.8924032,391.885166,126.4842785,322.7888498 +389258,276.3943475,279.9812895,392.3915673,126.4629395,321.6925993 +389259,276.2164601,282.075237,392.8915117,126.4504805,320.6658652 +389260,276.0609003,284.1754452,393.383224,126.4452969,319.6968968 +389261,275.9282606,286.2839406,393.868683,126.4478147,318.7832278 +389262,275.8198974,388.4745974,394.3500403,126.4588219,317.9248375 +389263,275.7337689,360.6177558,394.8257521,126.4775561,317.1161116 +389264,275.6701377,376.8217472,395.2964671,126.5042849,316.3558958 +389265,275.6274146,390.6904911,395.7609411,126.5384142,315.639822 +389266,275.604398,401.3402861,396.2182905,126.5795079,314.96435 +389267,275.6016156,421.7508736,396.6693314,126.6279016,314.3292071 +389268,275.7488489,434.0736576,397.3170058,126.7331068,313.7356515 +389269,275.9945011,445.4388954,398.0857391,126.874846,313.1713797 +389270,276.281346,456.8656942,398.8831721,127.0313407,312.6457845 +389271,276.5720374,467.96089,399.6531599,127.1878911,312.1498095 +389272,276.8615972,479.0233568,400.3855077,127.3429926,311.6891621 +389273,277.1453225,489.856426,401.0761407,127.4946284,311.2515835 +389274,277.4315104,500.9045814,401.7351795,127.6465507,310.8450472 +389275,277.7207802,511.5041783,402.3646976,127.7990367,310.4650948 +389276,278.0164378,522.452852,402.9689588,127.953613,310.1139686 +389277,278.3159472,533.0367317,403.5461035,128.1091588,309.7843422 +389278,278.6225948,543.5638063,404.0999772,128.2671967,309.4799598 +389279,278.936266,554.4797263,404.6309725,128.4276946,309.1986421 +389280,279.2561818,564.5312934,405.1387808,128.5903111,308.9372004 +389281,279.7441077,1000.831141,405.7855997,128.8285839,308.9881744 +389282,299.1819258,1024.050539,424.9418497,137.8466463,344.0248912 +389283,328.5024617,1043.715772,453.7580032,151.3125053,398.2012404 +389284,358.3801411,1061.545523,483.1145387,164.8433964,454.9459973 +389285,384.8401268,1078.608795,509.097453,176.6222927,506.8048394 +389286,407.3699444,1103.368818,531.2183542,186.4726183,552.437837 +389287,426.666743,1123.498255,550.1689428,194.7747431,592.7148556 +389288,443.4858296,1143.287297,566.6877439,201.918511,628.7048287 +389289,458.3620153,1162.721333,581.2916197,208.175532,661.1722668 +389290,471.6332241,1181.858879,594.302563,213.7159745,690.5928499 +389291,483.5513745,1200.904539,605.9642758,218.6642647,717.330101 +389292,494.3111262,1219.610546,616.4667851,223.1150533,741.6725851 +389293,504.0856926,1237.822798,625.9796723,227.1507784,763.8913331 +389294,513.0149504,1256.926803,1036.367688,230.8368654,784.213803 +389295,521.2295028,1274.852128,821.8610943,234.2330879,802.8642391 +389296,528.8350286,1293.154226,902.1156515,237.3868252,820.0321837 +389297,535.9157143,1311.131211,920.6472212,240.3349548,835.8760234 +389298,542.5517695,1329.018476,936.3568587,243.1120806,850.5526599 +389299,548.8018142,1346.707321,951.148621,245.7427261,864.1836809 +389300,554.7224608,1364.472284,965.1638429,248.2503774,876.8895936 +389301,560.3509864,1381.790306,979.400149,250.6497042,888.7572795 +389302,565.7311126,1399.245588,992.6988558,252.9566766,899.8860691 +389303,570.8937665,1416.602047,1005.597231,255.1855937,910.3521827 +389304,575.8655055,1433.573036,1018.529446,257.3450027,920.223612 +389305,580.6648636,1450.741825,1030.651151,259.4433229,929.5531673 +389306,585.3120692,1467.609498,1042.590209,261.4875201,938.401318 +389307,589.8304951,1484.363062,1053.919621,263.4864387,946.8202925 +389308,594.2263748,1501.217099,1065.520508,265.4408294,954.8425432 +389309,598.5153975,1517.595752,1076.225234,267.3567105,962.5057387 +389310,602.7059566,1534.225505,1086.85491,269.2363901,969.8451605 +389311,606.8096701,1549.235555,1098.230866,271.0844116,976.8894306 +389312,610.8442714,1564.368088,1108.91638,272.9109066,983.6618315 +389313,614.8236556,1578.799039,1119.920117,274.7232065,990.1869323 +389314,618.7534327,1593.253379,1130.524519,276.5234507,996.4836611 +389315,622.6376985,1607.527246,1140.716282,278.3124128,1002.572212 +389316,626.477942,1621.250935,1151.372484,280.0895937,1008.468194 +389317,630.2746213,1635.169246,1161.215338,281.8541734,1014.184058 +389318,634.0286167,1648.661518,1171.1254,283.605703,1019.73159 +389319,711.9538858,1661.959212,1180.774855,285.3458128,1025.129135 +389320,790.7750284,1675.304976,1190.323923,287.0713564,1030.37455 +389321,754.1695194,1696.710459,1199.63562,288.7855612,1035.490038 +389322,786.9282882,1697.995485,1208.773885,346.1312857,1040.477377 +389323,801.7292592,1727.570486,1217.824611,348.0898742,1045.346169 +389324,816.3237906,1718.339116,1226.618232,349.2484219,1050.101695 +389325,830.3648312,1726.072897,1235.366528,361.0468449,1054.752574 +389326,844.0330698,1759.273138,1243.864226,368.6431897,1059.297947 +389327,857.8258255,1759.564802,1252.329598,375.6896197,1063.756962 +389328,871.0284012,1773.944594,1260.554043,383.0318536,1068.11671 +389329,884.4079119,1785.471448,1268.759385,389.8942761,1072.391818 +389330,897.3288616,1796.859641,1276.730961,396.8279545,1076.5812 +389331,910.1122927,1808.2877,1284.697803,403.6171821,1080.694689 +389332,922.576418,1819.20507,1292.43588,410.3446499,1084.731102 +389333,935.3519958,1830.200123,1300.185077,416.7838029,1088.694511 +389334,947.0839443,1840.953,1307.708491,423.4584394,1092.589032 +389335,959.5218691,1851.573009,1315.221648,429.6508645,1096.414312 +389336,971.2683797,1862.030176,1322.64526,436.1510405,1100.175529 +389337,982.9106622,1872.382007,1329.823526,442.1205012,1103.873798 +389338,994.282,1882.445429,1337.125616,448.483095,1107.508856 +389339,1005.996345,1892.391359,1344.234728,454.3197676,1111.085287 +389340,1017.091492,1902.46858,1351.297576,460.4589984,1114.60318 +389341,1419.718379,2081.438665,1748.94381,635.1233526,1118.177927 +389342,1435.647952,2093.818067,1770.219789,643.3392124,1134.959455 +389343,1450.097785,2104.826792,1765.290798,650.4414632,1904.921379 +389344,1463.757406,2115.736812,1798.215012,657.7679214,1970.514925 +389345,1477.169679,2126.273483,1774.614121,664.4548776,1778.098446 +389346,1490.154494,2136.496151,1798.495065,671.1829909,1880.661932 +389347,1503.066492,2146.851121,1813.876676,677.7633446,1894.747498 +389348,1515.683488,2156.578511,1817.204259,684.2480424,1906.083369 +389349,1528.11902,2166.427582,1827.50818,690.6471761,1918.187032 +389350,1540.521907,2176.019068,1836.816125,696.9676923,1928.878717 +389351,1552.617618,2185.468651,1845.703916,703.2145035,1939.859623 +389352,1564.698169,2194.86299,1854.431495,709.1852487,1950.392855 +389353,1576.648664,2213.160151,1863.246193,715.6194365,1960.681763 +389354,1588.269731,2204.769819,1871.753919,721.4609803,1970.750413 +389355,1600.082161,2220.717505,1880.61144,727.5086281,1980.608633 +389356,1611.455056,2232.609095,1889.041116,733.3883017,1990.259511 +389357,1623.029271,2238.339022,1897.796512,739.5077092,1999.803154 +389358,1634.327273,2247.342833,1906.956362,744.909119,2008.976156 +389359,1645.810495,2255.747561,1916.351339,750.876313,2018.148524 +389360,1657.075683,2263.853052,1925.793718,756.4751798,2027.075432 +389361,1649.592538,2263.452796,1916.279299,753.616834,2001.897977 +389362,1553.449697,2221.468357,1818.299307,710.3205943,1816.802862 +389363,1733.556307,2298.877707,1996.564721,791.9778438,2144.189669 +389364,1680.40007,2284.501454,1941.572791,768.2926831,2027.0996 +389365,1698.253326,2292.875096,1957.540053,777.0739004,2049.997797 +389366,1711.655138,2300.517891,1969.087057,783.5280857,2063.251731 +389367,1723.05978,2328.369156,1978.584288,789.1520193,2071.657627 +389368,1733.12156,2305.814385,1986.933349,793.8111097,2078.809463 +389369,1743.768629,2325.198096,1995.586096,799.5485543,2086.464992 +389370,1923.981623,2418.024635,2192.572258,882.8721069,2411.231698 +389371,1509.390403,2218.50822,1734.284111,695.1339184,1627.880257 +389372,2064.07923,2477.284502,2338.118855,944.5101958,2651.715202 +389373,1509.194295,2234.346246,1724.716704,695.9210094,1588.02935 +389374,2082.156455,2488.250067,2351.845544,952.7965044,2674.817315 +389375,1528.40446,2246.608021,1739.984166,704.8451103,1592.311168 +389376,2101.773318,2503.450228,2364.161373,961.8716324,2692.696624 +389377,1547.541674,2259.313499,1757.456577,713.6150187,1605.646417 +389378,2120.762859,2516.652675,2379.337512,970.549416,2705.269139 +389379,1566.702783,2273.03593,1768.557118,722.2917439,1620.281812 +389380,2138.920779,2528.917469,2394.650399,978.8379025,2722.655786 +389381,1586.179155,2286.776884,1782.341361,731.0516872,1626.116116 +389382,2156.690578,2540.184367,2406.505019,986.7376699,2737.259081 +389383,1605.252062,2300.307515,1810.442996,739.1953428,1640.713538 +389384,2174.281663,2557.823623,2399.139076,995.03547,2746.454115 +389385,1624.040573,2304.174329,1822.60601,747.3706099,1673.204018 +389386,2191.521615,2571.743419,2416.696274,1002.670531,2730.189717 +389387,1643.036276,2317.552809,1859.512629,755.6715046,1682.987086 +389388,2208.387215,2580.672159,2403.659118,1010.155305,2760.647727 +389389,1660.144517,2337.521166,1865.487851,763.1473281,1685.474551 +389390,2227.107765,2581.104751,2396.884539,1018.267011,2777.829328 +389391,1675.548879,2351.293131,1937.995469,769.8105991,1689.396392 +389392,2246.754572,2598.067554,2382.303476,1026.91503,2791.248311 +389393,1858.985783,2432.08113,2108.542149,852.8810905,2007.030059 +389394,2013.723524,2502.441766,2186.421852,921.786789,2320.052708 +389395,1996.481753,2493.424603,2190.067077,914.0965113,2265.024797 +389396,2004.672182,2498.979016,2193.121784,917.4316359,2271.746175 +389397,2012.763932,2503.984851,2198.447754,921.0418286,2276.933726 +389398,2021.319024,2509.548542,2204.100641,924.5383241,2282.020628 +389399,2029.629074,2513.116036,2210.114951,928.0968423,2290.764143 +389400,2037.748729,2518.760353,2220.081667,931.5091064,2297.189876 +389401,2052.094152,2525.428176,2225.08632,937.5725893,2294.691403 +389402,2061.330083,2530.812291,2234.372451,941.5169334,2321.92502 +389403,2069.845304,2535.457386,2241.331432,945.1578121,2318.830472 +389404,2078.315609,2539.966592,2246.177261,948.7436611,2326.243103 +389405,2086.821086,2544.493845,2256.442359,952.2533189,2331.612387 +389406,2095.010651,2548.986753,2256.708111,955.711073,2350.660119 +389407,2103.329992,2552.877367,2263.679565,959.0781185,2321.451929 +389408,2111.295555,2557.160199,2269.440543,962.5354952,2357.381455 +389409,2119.459917,2561.107709,2279.228245,965.901687,2350.271756 +389410,2127.478222,2565.256163,2279.246257,969.1597828,2360.773669 +389411,2135.491404,2568.729122,2285.371003,972.5032351,2366.761681 +389412,2143.447392,2572.73785,2295.571001,975.7706364,2367.522045 +389413,2151.346028,2575.571886,2296.139367,979.0145529,2360.259199 +389414,2159.19794,2586.973411,2301.167402,982.2310247,2386.582601 +389415,2167.006999,2574.396058,2310.262761,985.4225406,2376.340932 +389416,2174.775788,2596.130867,2315.885451,988.5376704,2389.691997 +389417,2182.505171,2581.706572,2316.490929,991.7596643,2396.109397 +389418,2190.19721,2602.090275,2322.995499,994.8447122,2392.144164 +389419,2197.968724,2588.036358,2325.817812,997.9520484,2407.76369 +389420,2205.409063,2607.941182,2326.649996,1001.034708,2401.548608 +389421,2213.081969,2600.490505,2326.049046,1004.092472,2410.558118 +389422,2220.614965,2605.158301,2325.72985,1007.185723,2413.937767 +389423,2228.134149,2608.610042,2325.66427,1010.127514,2418.064031 +389424,2235.507117,2610.9774,2325.889205,1013.167964,2422.587795 +389425,2243.258054,2613.775927,2327.967986,1016.143847,2426.664611 +389426,2250.420099,2616.163448,2329.239772,1019.058171,2437.107761 +389427,2257.92356,2618.329829,2330.176092,1022.088156,2431.833057 +389428,2265.273327,2620.28112,2329.258253,1024.985126,2440.243309 +389429,2272.615332,2622.879435,2329.385069,1027.910066,2443.56334 +389430,2279.928108,2624.805788,2330.017633,1030.812891,2447.324746 +389431,2286.665973,2627.041115,2330.897765,1033.275043,2451.554948 +389432,2293.371172,2627.929224,2331.847049,1035.855594,2455.460196 +389433,2299.926755,2630.382873,2334.461241,1038.210965,2459.369528 +389434,2306.552699,2631.297705,2334.374923,1040.658145,2463.038679 +389435,2313.094785,2632.551422,2334.85806,1043.081949,2467.181751 +389436,2319.674471,2634.114174,2335.543003,1045.395361,2470.899551 +389437,2325.951691,2635.018233,2336.327727,1047.670398,2474.578144 +389438,2332.65187,2636.398462,2337.139226,1050.040631,2478.486058 +389439,2338.627948,2636.942459,2337.955384,1052.212278,2482.177533 +389440,2351.393253,2638.220336,2338.740073,1054.538253,2485.879086 +389441,2346.666411,2638.679219,2339.522344,1056.659401,2489.400625 +389442,2377.754894,2639.391308,2340.268829,1058.936222,2493.245285 +389443,2332.37589,2639.864421,2341.056649,1061.009998,2496.71987 +389444,2385.339802,2640.696997,2342.036689,1063.240656,2500.375439 +389445,2372.612355,2640.677198,2342.747094,1065.212549,2503.699201 +389446,2381.829653,2641.696819,2345.172519,1067.484617,2513.179587 +389447,2388.06174,2640.900097,2344.923728,1069.433979,2508.251345 +389448,2394.237295,2641.299723,2345.108831,1071.472212,2514.535241 +389449,2399.834734,2641.286117,2345.542521,1073.623194,2518.23566 +389450,2406.020734,2641.078756,2346.127924,1075.554242,2521.24031 +389451,2411.701071,2640.889712,2346.762226,1077.528824,2524.343849 +389452,2417.721386,2640.578307,2347.407876,1079.682756,2528.021981 +389453,2423.351537,2640.140836,2348.066344,1081.472095,2531.133426 +389454,2429.430232,2639.65318,2348.822686,1083.43629,2539.649949 +389455,2436.214871,2634.693404,2349.453776,1088.885904,2535.701736 +389456,2442.054899,2631.876218,2350.137412,1091.387753,2540.660476 +389457,2448.022242,2630.939563,2351.008851,1093.425836,2544.35562 +389458,2453.601486,2629.853508,2352.038518,1095.598567,2547.776517 +389459,2459.359625,2621.917458,2353.053446,1097.730794,2554.975983 +389460,2465.197489,2635.9387,2355.768549,1099.678491,2552.513061 +389461,2353.210783,2567.551898,2350.202876,1048.478739,2344.492027 +389462,2357.013128,2568.513862,2333.537241,1049.339876,2345.0443 +389463,2361.4234,2566.438263,2315.341753,1050.88484,2345.625448 +389464,2366.108037,2564.182618,2301.904959,1052.21358,2347.229373 +389465,2370.583894,2562.126655,2293.262222,1053.708611,2349.008217 +389466,2375.432195,2560.159512,2289.677733,1055.089079,2350.761509 +389467,2380.057141,2557.260105,2285.462571,1056.782117,2352.262317 +389468,2385.192273,2555.513599,2283.108565,1058.155944,2360.039403 +389469,2389.705634,2553.203795,2281.600008,1059.785374,2353.765546 +389470,2394.636959,2550.486859,2280.420964,1061.202208,2358.479538 +389471,2399.429395,2547.997529,2279.512356,1062.817389,2360.632412 +389472,2404.237525,2545.422046,2278.830565,1064.226877,2361.982722 +389473,2409.039519,2542.751099,2278.266911,1065.833695,2364.187682 +389474,2413.970139,2540.019696,2277.794994,1067.233881,2366.147528 +389475,2421.082809,2537.056554,2277.373396,1068.830964,2367.91272 +389476,2427.915083,2534.187254,2277.105893,1070.221048,2375.060589 +389477,2426.913529,2531.377653,2276.865177,1071.747288,2370.108167 +389478,2448.875,2528.006465,2276.487943,1073.278669,2373.782846 +389479,2408.108062,2524.834791,2276.160456,1074.721016,2376.798688 +389480,2456.248049,2521.673023,2276.042577,1076.143646,2383.010975 +389481,2444.373476,2518.247962,2275.87865,1077.701321,2378.265938 +389482,2451.473945,2514.815807,2275.563225,1079.061339,2381.473866 +389483,2456.615475,2511.203152,2275.260083,1080.618525,2383.82036 +389484,2461.084238,2507.717399,2275.169418,1082.867644,2390.39934 +389485,2465.850588,2504.165632,2275.119041,1083.943491,2386.534932 +389486,2470.397502,2493.019593,2274.896707,1085.919595,2393.134354 +389487,2475.103265,2505.619938,2274.7642,1086.903158,2390.310533 +389488,2475.127815,2474.329212,2274.512089,1092.636806,2395.512976 +389489,2479.105243,2481.559141,2274.260763,1090.275648,2396.99558 +389490,2488.017951,2473.590125,2274.120174,1097.956587,2392.966036 +389491,2482.808293,2467.894791,2275.517047,1090.950179,2392.715441 +389492,2518.626184,2462.491594,2275.605302,1105.21275,2387.897225 +389493,2456.76774,2456.532269,2273.335883,1089.992971,2380.325425 +389494,2518.562972,2450.941173,2273.20386,1114.682205,2375.778992 +389495,2499.891596,2444.726668,2270.474948,1084.827076,2368.39808 +389496,2507.728872,2438.813688,2268.335586,1103.040915,2362.031231 +389497,2513.488252,2432.669204,2266.37481,1106.931622,2356.120779 +389498,2529.995186,2426.455181,2264.471102,1104.426526,2350.485595 +389499,2497.085075,2420.358575,2262.675045,1107.274913,2345.164546 +389500,2543.153048,2413.717527,2260.930731,1108.733754,2340.068829 +389501,2513.696297,2407.408258,2259.195052,1110.360072,2335.126602 +389502,2537.698597,2400.814625,2257.491892,1111.777408,2330.349403 +389503,2534.71397,2394.404852,2257.493543,1113.394297,2327.779992 +389504,2548.586562,2387.600167,2256.561386,1114.799576,2324.176045 +389505,2530.879746,2380.855659,2255.283152,1116.472328,2320.244466 +389506,2577.311398,2373.9825,2252.136541,1117.76576,2314.087774 +389507,2515.038661,2367.292568,2251.56361,1119.413259,2311.136677 +389508,2595.936156,2360.240068,2250.713448,1120.788003,2307.894389 +389509,2520.32114,2353.165262,2248.029236,1122.30717,2302.450002 +389510,2603.102599,2346.358779,2246.321958,1123.786576,2298.239269 +389511,2552.365531,2338.98905,2244.894271,1125.382622,2294.399701 +389512,2575.0915,2331.84867,2243.358969,1126.663431,2290.458901 +389513,2576.323594,2324.598245,2242.104619,1128.282048,2286.895126 +389514,2579.764157,2317.350228,2241.183942,1129.634603,2283.773709 +389515,2583.560083,2309.964598,2240.407062,1131.197138,2280.862389 +389516,2587.015835,2302.523144,2239.71017,1132.552489,2278.08168 +389517,2590.75649,2295.106318,2239.056944,1134.175793,2275.383441 +389518,2594.742742,2287.724686,2238.620207,1135.352811,2272.743041 +389519,2598.058994,2272.412211,2239.56105,1137.05417,2272.071834 +389520,2601.934598,2282.979651,2239.616747,1138.334505,2270.346901 +389521,2353.632224,2142.722634,2237.296188,1045.978735,2266.888788 +389522,2353.205316,2146.95949,2221.331399,1007.542005,2244.047926 +389523,2363.764095,2131.542227,2200.309848,1036.553794,2212.734607 +389524,2355.819452,2122.70428,2181.351372,1026.64318,2182.974226 +389525,2357.793454,2113.079675,2166.592227,1027.234919,2158.07443 +389526,2363.897822,2103.657303,2155.646666,1027.398433,2137.949099 +389527,2349.69298,2093.965427,2147.430508,1027.489793,2121.478836 +389528,2363.012455,2079.797521,2140.345065,1027.55124,2085.409741 +389529,2358.664373,2081.993623,2130.377017,1027.539766,1956.925722 +389530,2359.852627,2047.120823,2119.822354,1027.699003,2037.861588 +389531,2375.393737,2078.601773,2113.247986,1027.829135,2009.376041 +389532,2339.325796,2017.191186,2109.337594,1027.989738,2007.287311 +389533,2384.286045,2067.047962,2106.490449,1028.236933,2006.229153 +389534,2347.242739,2001.487781,2104.753852,1028.33936,2010.160864 +389535,2374.344096,2038.566063,2103.489134,1028.535724,1998.307197 +389536,2352.168756,1983.085961,2102.55782,1028.854677,2008.339158 +389537,2394.46532,2008.646412,2103.788335,1029.05276,2003.281985 +389538,2329.284973,1985.433309,2102.406651,1029.316171,2000.851254 +389539,2406.332731,1978.597745,2103.301734,1029.587681,2001.539959 +389540,2329.96796,1986.839925,2101.757203,1029.863313,2000.173369 +389541,2407.866668,1934.449523,2102.745588,1030.155943,2000.409062 +389542,2332.305736,1965.87746,2101.496933,1030.452325,1998.98266 +389543,2408.194549,1933.09722,2100.817035,1030.762503,2003.22661 +389544,2344.680178,1933.721599,2100.432696,1031.080076,1993.52838 +389545,2385.126902,1943.908755,2099.988488,1031.406436,2001.862857 +389546,2368.847821,1880.152033,2101.493187,1031.7425,1999.143734 +389547,2364.22974,1933.693734,2100.328811,1032.082713,1996.575369 +389548,2404.212692,1868.28539,2099.665083,1032.434223,1996.557316 +389549,2338.932424,1894.514504,2099.444218,1032.791354,2001.266942 +389550,2416.33895,1872.547402,2099.453532,1033.155467,1992.767977 +389551,2339.701966,1865.676403,2099.44517,1033.718664,1999.586441 +389552,2418.985319,1856.866381,2099.583836,1034.330091,1997.331487 +389553,2342.647844,1847.89089,2099.669312,1034.968233,1996.075083 +389554,2422.015864,1839.238421,2099.830595,1035.627524,2000.222808 +389555,2345.702663,1838.962254,2101.621793,1036.306118,1993.914851 +389556,2425.201539,1809.38542,2102.402314,1036.999374,1999.773057 +389557,2352.438062,1818.640734,2101.131644,1037.708518,1996.393858 +389558,2423.036734,1803.188943,2102.290057,1038.434588,1996.348878 +389559,2368.538897,1795.358313,2102.652825,1039.171471,1995.747079 +389560,2410.647003,1787.034309,2100.927362,1039.92206,1993.517636 +389561,2377.847469,1778.359046,2099.978878,1040.68671,1992.843072 +389562,2414.154581,1769.828877,2101.229758,1041.462982,1992.994415 +389563,2389.70576,1761.309779,2099.983967,1042.248565,1989.567924 +389564,2403.962055,1752.718898,2099.241308,1043.115744,1986.806005 +389565,2401.101187,1744.441607,2100.481507,1043.82453,1986.536617 +389566,2404.089818,1736.071538,2099.248554,1044.688056,1983.327317 +389567,2405.596695,1727.574557,2098.697212,1045.508451,1981.01044 +389568,2407.460339,1719.221058,2100.142658,1046.346736,1981.180529 +389569,2409.067095,1711.077044,2099.076343,1047.190034,1978.335412 +389570,2411.215054,1702.780095,2100.392623,1048.048803,1978.441769 +389571,2412.893986,1694.60324,2099.283079,1048.908057,1975.622249 +389572,2414.858919,1686.470858,2098.859893,1049.781083,1973.662268 +389573,2416.796485,1678.267565,2098.692244,1050.658908,1972.026877 +389574,2418.714099,1670.391592,2100.389336,1051.545832,1972.689647 +389575,2420.632273,1683.726412,2099.469673,1052.435442,1970.186781 +389576,2422.706572,1623.730732,2100.935232,1053.337573,1970.620139 +389577,2424.633158,1681.435568,2099.952576,1054.239539,1968.080509 +389578,2426.772074,1606.451549,2099.640219,1055.152427,1966.364167 +389579,2428.765158,1647.115611,2099.596288,1056.068871,1964.973424 +389580,2430.909491,1616.983393,2099.653234,1056.991341,1963.70833 +389581,2673.457435,1724.58253,2103.526114,1164.578659,1967.213625 +389582,2665.877454,1717.249872,2122.648102,1167.578423,1992.077654 +389583,2691.329896,1711.740324,2146.509818,1169.854404,2025.185586 +389584,2673.989784,1705.396668,2167.0573,1171.960253,2055.290832 +389585,2700.036973,1699.47028,2182.45541,1174.005916,2079.37343 +389586,2682.623146,1718.48475,2193.573838,1175.780345,2097.828665 +389587,2708.431288,1650.187287,2201.563736,1177.663883,2112.510196 +389588,2691.373977,1698.421158,2209.339762,1179.444923,2126.238391 +389589,2716.345892,1670.494197,2213.24692,1181.126477,2134.665596 +389590,2707.377329,1668.440226,2217.194798,1182.977415,2142.400601 +389591,2714.719905,1662.367422,2222.083538,1184.639735,2151.129562 +389592,2719.187896,1656.324632,2225.655388,1186.348328,2157.790879 +389593,2723.062061,1650.693712,2228.773616,1188.030801,2163.31469 +389594,2727.088095,1644.669703,2231.448475,1189.697795,2167.979022 +389595,2731.036192,1639.024346,2231.997011,1191.350804,2169.904485 +389596,2735.596207,1633.448312,2234.687331,1192.99229,2174.573912 +389597,2739.230305,1627.815371,2237.170397,1194.619941,2178.158275 +389598,2743.447045,1622.412948,2237.630128,1196.236026,2179.109477 +389599,2748.117432,1617.053798,2238.858149,1197.841583,2180.850697 +389600,2753.305089,1611.669733,2240.59206,1199.435269,2182.811628 +389601,2758.512097,1606.627615,2242.338561,1201.095429,2184.845829 +389602,2763.73697,1601.472203,2244.177676,1202.553475,2186.887106 +389603,2776.570849,1596.502997,2246.220076,1204.170355,2189.090333 +389604,2772.539428,1591.725117,2248.475467,1205.71028,2191.235358 +389605,2780.24821,1586.816057,2250.352008,1207.251162,2193.057799 +389606,2786.149346,1582.225067,2252.179851,1208.782146,2194.762252 +389607,2791.960695,1577.57032,2255.713895,1210.304434,2198.538958 +389608,2796.601635,1573.277657,2256.620611,1211.812531,2199.003764 +389609,2802.416776,1568.905379,2258.047964,1213.315174,2200.067117 +389610,2807.684102,1564.732272,2259.647601,1214.805591,2201.291638 +389611,2820.506113,1560.408808,2261.496146,1216.045687,2202.781811 +389612,2809.729379,1556.159629,2265.046351,1217.226471,2206.15479 +389613,2831.991174,1552.077907,2265.656098,1218.446923,2206.149886 +389614,2826.347906,1548.205825,2266.896128,1219.813674,2206.96591 +389615,2833.451859,1544.417595,2268.171954,1221.326969,2207.847535 +389616,2838.330674,1540.663943,2269.412285,1222.848366,2208.702601 +389617,2843.90079,1536.971513,2272.347206,1224.620223,2211.876184 +389618,2847.549568,1533.29943,2272.664439,1226.190723,2211.626008 +389619,2853.544273,1529.684203,2275.177808,1228.084156,2214.111654 +389620,2864.50306,1527.76412,2275.418285,1229.882256,2213.800661 +389621,2855.096931,1525.473766,2277.800942,1231.761395,2216.155887 +389622,2873.893029,1522.950833,2277.704685,1233.697964,2215.454157 +389623,2873.390366,1520.543742,2280.10424,1235.696654,2217.854461 +389624,2876.074098,1518.126435,2280.0634,1237.747363,2217.244131 +389625,2888.577168,1515.633934,2280.720994,1239.857021,2217.50537 +389626,2881.046455,1513.381031,2283.357729,1242.020586,2220.228536 +389627,2896.601167,1510.937767,2283.100063,1244.235985,2219.384201 +389628,2896.89917,1508.586242,2283.728401,1246.507679,2219.648396 +389629,2906.985472,1506.231414,2284.67662,1248.830795,2220.313522 +389630,2906.640006,1503.980388,2285.699053,1251.286145,2221.081239 +389631,2909.528808,1501.518911,2286.56771,1253.639163,2221.674056 +389632,2920.239708,1499.254716,2287.462667,1256.143781,2222.316795 +389633,2921.071395,1496.935292,2288.455432,1258.702359,2223.096084 +389634,2923.007795,1494.625752,2289.490793,1261.251755,2223.703593 +389635,2926.024499,1492.339583,2290.116681,1263.845823,2224.252958 +389636,2929.7054,1490.0507,2290.64185,1266.615974,2224.481398 +389637,2931.442806,1487.693161,2291.088091,1269.336664,2224.615896 +389638,2932.067846,1485.565135,2291.385598,1272.147495,2224.572361 +389639,2932.667521,1483.25063,2291.491588,1274.994838,2224.298463 +389640,2933.299326,1481.022986,2291.427892,1277.892889,2223.820349 +389641,2934.677751,1501.560331,2291.969453,1303.635354,2224.574512 +389642,2938.866916,1500.446598,2294.155371,1307.731753,2227.860105 +389643,2944.400794,1499.046628,2297.128463,1311.591602,2232.454925 +389644,2949.711338,1497.438516,2299.940102,1315.220201,2237.195462 +389645,2954.152805,1495.750017,2302.188343,1320.026044,2241.083239 +389646,2957.752619,1494.00609,2303.874773,1325.751478,2244.291663 +389647,2960.780224,1492.228616,2305.150323,1325.063466,2246.976224 +389648,2963.446686,1490.430399,2306.13596,1338.924946,2249.432917 +389649,2965.938668,1488.619609,2306.946055,1321.549058,2251.406625 +389650,2968.335155,1486.799997,2307.633221,1339.904968,2253.365158 +389651,2970.610662,1484.975121,2308.186726,1342.195997,2254.827681 +389652,2972.808095,1483.146459,2308.639145,1344.502762,2256.138835 +389653,2974.973627,1481.316065,2309.024429,1349.008905,2257.325502 +389654,2977.114395,1479.484416,2309.351483,1352.949687,2258.419769 +389655,2979.233988,1477.653068,2309.626569,1356.915656,2259.663576 +389656,2981.337279,1475.82215,2309.856235,1360.924388,2260.655255 +389657,2983.429679,1473.992921,2310.046864,1364.976607,2261.568789 +389658,2985.514096,1472.1653,2310.202845,1369.073663,2262.415501 +389659,2987.58957,1470.340377,2310.325709,1373.214046,2263.406688 +389660,2989.656341,1468.42663,2310.417462,1377.398536,2264.156451 +389661,2991.716694,1466.741761,2310.481164,1381.627657,2264.853156 +389662,2993.771804,1464.862038,2310.518972,1385.984744,2265.505417 +389663,2998.521638,1463.064844,2312.245486,1390.177027,2268.203299 +389664,2999.186051,1461.255818,2311.38763,1394.594818,2267.771023 +389665,3000.662456,1459.453705,2311.024384,1398.99207,2267.932523 +389666,3002.371393,1457.654504,2310.7757,1403.440954,2268.217698 +389667,3004.207604,1455.86067,2310.577108,1408.025824,2268.551862 +389668,3006.118885,1454.071519,2310.402191,1412.339125,2268.909416 +389669,3008.070081,1452.287917,2310.234123,1417.120003,2269.274897 +389670,3010.123683,1450.509678,2310.061905,1421.669818,2269.637787 +389671,3012.398506,1448.813467,2309.878354,1426.451512,2269.990735 +389672,3014.93935,1447.139185,2309.686066,1431.282786,2270.32733 +389673,3017.708278,1445.480052,2309.475342,1442.204866,2270.629246 +389674,3020.692372,1443.833752,2309.264272,1434.016673,2271.125199 +389675,3023.855018,1442.200054,2309.053723,1447.813614,2271.400708 +389676,3027.127432,1440.578165,2308.817817,1451.424755,2271.631802 +389677,3030.496039,1438.968565,2308.559997,1455.945751,2271.828955 +389678,3033.960327,1437.370669,2308.288272,1461.344201,2272.005552 +389679,3037.507729,1435.78501,2308.001463,1466.443833,2272.161878 +389680,3041.413071,1434.211082,2307.697229,1471.903214,2272.2961 +389681,3045.069595,1432.649464,2307.375009,1476.980397,2272.408365 +389682,3048.779292,1431.099658,2307.037567,1482.387742,2272.50289 +389683,3052.549775,1429.562226,2306.686361,1487.748377,2272.582264 +389684,3056.374397,1428.036657,2306.317495,1495.467351,2272.642436 +389685,3060.241862,1426.523497,2305.926393,1503.169361,2272.678392 +389686,3064.173048,1425.022222,2305.529208,1502.27536,2272.710635 +389687,3068.193688,1423.533308,2305.14509,1502.988143,2272.763467 +389688,3072.250028,1422.056228,2304.742892,1519.766902,2272.799221 +389689,3076.313236,1420.591604,2304.30631,1519.723646,2272.798221 +389690,3080.412407,1419.138879,2303.855019,1527.370513,2272.784863 +389691,3084.525821,1417.698445,2303.37634,1542.906958,2272.743554 +389692,3088.718351,1416.269777,2302.912459,1521.271377,2272.726606 +389693,3092.949907,1414.853169,2302.43951,1561.239486,2272.705051 +389694,3097.202883,1413.44826,2301.947757,1534.590998,2272.667329 +389695,3101.501547,1412.055401,2301.453733,1562.497705,2272.634081 +389696,3108.536576,1410.675456,2302.662227,1559.483886,2274.715933 +389697,3111.422813,1409.303426,2301.243804,1583.141051,2273.573713 +389698,3115.176516,1407.947037,2300.344313,1568.34202,2273.077657 +389699,3119.257677,1406.600012,2299.60925,1580.815629,2272.77986 +389700,3123.520976,1405.264471,2298.949833,1582.934362,2272.573601 +389701,3128.938782,1370.840563,2299.303498,1550.781886,2274.12214 +389702,3129.691248,1369.228257,2296.160599,1575.800145,2270.415166 +389703,3128.373615,1367.772955,2291.385107,1567.698785,2264.025057 +389704,3127.659666,1366.333715,2286.906007,1574.085515,2257.532409 +389705,3128.592097,1364.9217,2283.486816,1594.555368,2252.4931 +389706,3133.746651,1363.526855,2282.799916,1569.933247,2250.841351 +389707,3136.062698,1362.139788,2280.413679,1617.387775,2247.255048 +389708,3139.8563,1360.683132,2279.029476,1592.433123,2244.844466 +389709,3144.047092,1359.450278,2277.949275,1609.943779,2243.16931 +389710,3151.706406,1358.040868,2278.931428,1614.308414,2244.257854 +389711,3155.376383,1353.48021,2277.654053,1622.975917,2242.434066 +389712,3160.525057,1351.61185,2276.788844,1629.948623,2241.857812 +389713,3166.328076,1349.996862,2276.011469,1636.383802,2241.759768 +389714,3172.398643,1348.455359,2275.372505,1642.994063,2241.964569 +389715,3178.590766,1346.956824,2274.931431,1651.8085,2242.420184 +389716,3184.889952,1345.573538,2274.708076,1661.37655,2243.334361 +389717,3191.276575,1344.000251,2274.666161,1669.934426,2244.267429 +389718,3197.717342,1342.631924,2274.752908,1678.75907,2245.360263 +389719,3204.443812,1341.207639,2274.934035,1687.835414,2246.583331 +389720,3210.994994,1339.810556,2275.254369,1702.46291,2247.996006 +389721,3217.559593,1338.341439,2275.628579,1703.261717,2249.495473 +389722,3224.261616,1337.097785,2275.977804,1715.567146,2250.984544 +389723,3230.893736,1335.681148,2276.36184,1724.148161,2252.74986 +389724,3237.168988,1334.348856,2276.7874,1732.905318,2254.379038 +389725,3243.212018,1333.016072,2277.236582,1741.689212,2256.046239 +389726,3249.951161,1331.693779,2277.711478,1750.816021,2257.756578 +389727,3256.807345,1330.382284,2278.204611,1759.728623,2259.501478 +389728,3263.419194,1329.080719,2278.710368,1768.513812,2261.273294 +389729,3270.035059,1327.789117,2279.232239,1777.683387,2263.07513 +389730,3276.960335,1326.506638,2279.768949,1786.588914,2264.904295 +389731,3283.614953,1325.126084,2280.307199,1794.948999,2266.743417 +389732,3290.17476,1323.647118,2280.82418,1803.041217,2268.578195 +389733,3296.616379,1322.457151,2281.312615,1811.41539,2270.408475 +389734,3303.081853,1320.879616,2281.857014,1824.864158,2272.339907 +389735,3309.458471,1319.554693,2282.379513,1825.739885,2274.487783 +389736,3315.618375,1318.148613,2282.793639,1836.147477,2276.316162 +389737,3322.004448,1316.75618,2283.189443,1844.33705,2278.138149 +389738,3328.080657,1315.365741,2283.591642,1851.864125,2279.984958 +389739,3334.090147,1313.977424,2283.976523,1859.79431,2281.826809 +389740,3340.05228,1312.590796,2284.349659,1867.36101,2283.669524 +389741,3345.98396,1311.206274,2284.718859,1875.365948,2285.521397 +389742,3352.026093,1309.740352,2285.172294,1887.809993,2287.491223 +389743,3358.045917,1308.479877,2285.628854,1889.421203,2289.477764 +389744,3363.863783,1307.042559,2285.977488,1898.321258,2291.341915 +389745,3369.61388,1305.676835,2286.301095,1906.41659,2293.184916 +389746,3375.361727,1304.300542,2286.63958,1913.411734,2295.054784 +389747,3381.211099,1303.006802,2287.058121,1925.868397,2297.032311 +389748,3387.033887,1301.514794,2287.478331,1927.275629,2299.020387 +389749,3392.633983,1300.198718,2287.778843,1935.293462,2300.867553 +389750,3398.142383,1298.815695,2288.040177,1943.160208,2302.672498 +389751,3403.80121,1297.364558,2288.412584,1955.427257,2304.621326 +389752,3409.442604,1296.116395,2288.792783,1956.667193,2306.585815 +389753,3414.816184,1294.692963,2289.029011,1963.677556,2308.375215 +389754,3420.507225,1293.337936,2289.302165,1976.088895,2310.214452 +389755,3425.953165,1291.971877,2289.629608,1978.101768,2312.125496 +389756,3431.172814,1290.606343,2289.840667,1984.202869,2313.896074 +389757,3436.36335,1289.241605,2290.0512,1994.963896,2315.670138 +389758,3441.740417,1287.877477,2290.393314,2002.709726,2317.816188 +389759,3447.021931,1286.513735,2290.693766,2004.729262,2319.709226 +389760,3451.923611,1285.070593,2290.777052,2008.568049,2321.330974 +389761,3455.396723,1217.467697,2290.119742,1961.951838,2322.226632 +389762,3446.740343,1215.306842,2280.815076,1957.239636,2310.254906 +389763,3436.494181,1213.31934,2269.857903,1969.247081,2295.101658 +389764,3424.797826,1211.457177,2257.819581,1970.099548,2277.987045 +389765,3418.299846,1209.605524,2249.072554,1976.877414,2264.82509 +389766,3415.926324,1207.773191,2243.048082,1987.818136,2255.163434 +389767,3416.051814,1206.027824,2238.784278,1983.535345,2247.944545 +389768,3420.196136,1204.109581,2237.250726,1998.904834,2244.446815 +389769,3421.176642,1202.363959,2233.987953,2000.121478,2239.140589 +389770,3423.547514,1200.56047,2231.789848,2009.640585,2235.484703 +389771,3429.106743,1198.775358,2231.741294,2012.440956,2234.805765 +389772,3430.734176,1196.998686,2229.406232,2015.534451,2231.563591 +389773,3433.380839,1195.224,2227.825342,2024.940532,2229.509142 +389774,3436.494203,1193.381881,2226.625532,2027.350146,2228.14566 +389775,3439.679774,1191.723567,2225.550957,2030.691306,2227.134695 +389776,3442.789422,1189.910931,2224.503623,2034.812038,2226.336641 +389777,3445.843633,1188.236375,2223.48903,2038.846149,2225.73964 +389778,3448.785421,1186.375635,2222.463829,2041.061892,2225.270959 +389779,3451.534121,1184.674628,2221.370195,2043.334793,2224.840847 +389780,3454.087639,1182.914749,2220.199417,2045.702218,2224.422102 +389781,3456.486868,1181.168396,2218.970729,2048.151625,2224.024173 +389782,3458.76902,1179.424816,2217.702616,2050.643379,2223.657841 +389783,3460.959779,1177.683996,2216.408198,2053.332626,2223.329397 +389784,3463.077922,1175.945699,2215.097666,2055.795398,2223.043286 +389785,3465.138818,1174.210055,2213.780013,2058.230956,2222.803809 +389786,3467.152642,1172.476851,2212.461343,2060.6474,2222.612689 +389787,3469.124621,1170.746212,2211.145199,2063.046642,2222.469245 +389788,3471.05824,1169.017935,2209.833857,2065.426598,2222.371825 +389789,3472.955336,1167.292156,2208.528821,2067.784365,2222.3183 +389790,3474.817165,1165.568664,2207.231122,2070.11788,2222.306363 +389791,3476.645666,1163.85921,2205.753908,2072.427001,2222.334604 +389792,3478.287664,1161.96811,2204.481253,2074.557543,2222.403074 +389793,3479.651136,1160.22708,2203.216482,2076.429489,2222.513255 +389794,3480.733157,1158.425949,2201.959897,2078.055628,2222.46871 +389795,3481.572582,1156.6358,2200.7155,2079.486591,2222.685248 +389796,3482.210275,1154.776666,2199.486003,2080.768466,2222.95411 +389797,3482.686033,1150.424406,2198.278285,2081.937029,2223.275291 +389798,3483.240883,1148.203388,2196.794321,2083.238111,2223.645463 +389799,3483.891388,1146.19877,2195.149159,2084.569323,2224.052411 +389800,3484.548893,1144.23353,2193.493414,2085.797693,2224.485771 +389801,3485.138928,1142.295393,2191.902786,2086.867513,2224.941341 +389802,3485.625004,1140.375133,2190.392057,2087.782583,2225.417551 +389803,3485.997092,1138.468138,2188.950825,2088.567704,2225.913579 +389804,3486.256173,1136.571563,2187.565053,2089.245492,2226.428619 +389805,3486.404363,1134.752488,2186.223724,2089.829414,2226.961119 +389806,3486.443742,1132.772682,2184.919983,2090.326522,2227.509998 +389807,3486.37619,1130.948568,2183.649604,2090.740609,2228.074585 +389808,3486.202483,1129.072945,2182.409115,2091.073557,2228.653748 +389809,3485.923223,1127.213999,2181.195652,2091.32673,2229.246362 +389810,3485.538874,1125.36128,2180.006872,2091.501347,2229.851448 +389811,3485.050147,1123.51455,2178.840794,2091.598402,2230.468045 +389812,3484.457603,1121.673354,2177.695808,2091.618712,2231.09529 +389813,3483.761997,1119.837644,2176.570585,2091.562917,2231.732368 +389814,3482.963751,1118.007021,2175.464041,2091.431522,2232.378539 +389815,3482.063435,1116.181475,2174.37528,2091.224927,2233.03311 +389816,3481.050882,1114.293857,2173.303728,2090.943658,2233.695649 +389817,3479.940214,1112.575341,2172.248624,2090.587828,2234.365395 +389818,3478.724111,1110.783116,2171.208917,2090.157074,2235.041154 +389819,3477.414024,1108.888762,2170.184353,2089.651817,2235.722643 +389820,3476.000239,1107.132286,2169.17496,2089.072676,2236.409898 +389821,2243.140874,1120.850819,1014.120972,1626.647479,2375.607827 +389822,2322.955866,1213.34837,1050.906405,1684.679266,2415.972504 +389823,2414.40051,1250.553078,1093.289823,1745.224654,2445.25842 +389824,2495.627481,1236.572189,1131.992415,1792.416616,2465.587981 +389825,2560.798368,1238.304953,1164.548586,1824.072765,2481.584949 +389826,2610.522493,1237.310805,1190.997096,1843.1534,2494.069304 +389827,2648.381806,1236.204501,1212.55992,1854.245988,2504.131264 +389828,2678.1033,1235.051447,1230.473729,1860.948452,2512.520071 +389829,2701.505349,1233.859106,1245.597047,1865.298346,2519.708457 +389830,2720.359561,1232.64098,1258.498497,1868.288216,2526.015871 +389831,2735.626914,1231.411508,1269.562733,1870.364486,2531.628036 +389832,2747.968104,1230.148951,1279.067789,1871.738158,2536.630884 +389833,2757.898044,1228.902528,1287.246815,1872.559545,2541.092507 +389834,2765.805583,1227.660593,1294.289085,1872.934876,2545.047397 +389835,2772.077836,1224.093038,1300.381604,1872.975964,2548.583904 +389836,2776.535145,1222.641476,1305.766377,1872.303582,2551.77988 +389837,2779.604126,1221.242451,1310.24029,1871.170134,2554.668312 +389838,2781.745094,1219.762472,1314.125884,1869.887398,2557.285174 +389839,2783.248845,1218.473414,1317.53361,1868.609878,2559.664246 +389840,2784.266365,1217.136283,1320.542281,1867.364226,2561.835788 +389841,2784.87763,1215.831079,1323.211142,1866.124755,2563.826115 +389842,2785.135694,1214.530044,1325.588108,1864.861031,2565.658071 +389843,2785.083707,1213.251888,1327.712073,1863.553895,2567.348803 +389844,2784.759702,1211.988457,1329.617741,1862.193714,2568.916077 +389845,2784.196157,1210.73676,1331.334943,1860.776401,2570.375768 +389846,2783.419939,1209.495134,1332.888644,1859.300222,2571.741167 +389847,2782.452808,1208.262737,1334.299621,1857.764231,2573.023296 +389848,2781.312409,1207.038211,1335.585268,1856.167828,2574.231464 +389849,2780.013216,1205.820831,1336.760236,1854.510662,2575.373602 +389850,2778.567191,1204.609341,1337.836939,1852.792645,2576.45655 +389851,2776.984331,1203.225244,1338.825916,1851.013895,2577.486166 +389852,2775.313703,1201.728276,1339.728983,1849.226251,2578.467505 +389853,2773.588079,1200.404793,1340.548603,1847.459741,2579.404887 +389854,2771.817862,1198.898114,1341.289784,1845.715795,2580.302039 +389855,2770.000913,1197.449247,1341.958749,1843.982332,2581.162131 +389856,2768.132512,1195.97741,1342.561627,1842.246061,2581.98789 +389857,2766.209666,1194.495253,1343.103849,1840.497303,2582.781625 +389858,2764.231373,1193.002701,1343.590081,1838.730201,2583.545327 +389859,2762.197754,1191.499965,1344.024322,1836.941445,2584.280673 +389860,2760.109549,1189.986721,1344.410053,1835.129159,2584.989126 +389861,2757.967864,1188.463164,1344.75032,1833.292237,2585.671913 +389862,2755.773978,1186.928961,1345.047819,1831.430089,2586.330105 +389863,2753.529416,1185.38431,1345.304941,1829.542519,2586.964605 +389864,2751.235915,1183.828897,1345.523823,1827.629689,2587.576208 +389865,2748.895393,1182.337892,1345.706375,1825.692069,2588.165588 +389866,2746.51002,1180.649116,1345.854319,1823.730415,2588.733339 +389867,2744.082134,1179.042158,1345.969204,1821.745737,2589.279965 +389868,2741.614281,1177.543189,1346.052447,1819.739309,2589.805927 +389869,2739.109261,1175.878831,1346.105335,1817.712656,2590.311621 +389870,2736.570167,1174.271043,1346.127817,1815.667578,2590.797412 +389871,2734.000322,1172.627932,1346.122493,1813.606164,2591.263616 +389872,2731.288594,1170.980185,1346.090629,1811.40569,2591.710993 +389873,2728.328686,1169.322162,1346.032778,1808.956756,2592.139288 +389874,2725.08463,1167.651976,1345.948201,1806.2354,2592.548278 +389875,2721.569084,1165.970328,1345.839028,1803.272444,2592.937845 +389876,2717.811618,1164.276403,1345.706377,1800.112236,2593.308117 +389877,2713.869349,1162.570846,1345.563042,1796.812882,2593.689303 +389878,2709.737782,1160.8521,1345.398129,1793.377297,2594.053113 +389879,2705.41162,1159.121261,1345.201816,1789.803081,2594.375869 +389880,2700.917695,1157.30315,1344.979293,1786.110533,2594.671259 +389881,0,0,0,0,0 +389882,0,0,0,0,0 +389883,0,0,0,0,0 +389884,0,0,0,0,0 +389885,0,0,0,0,0 +389886,0,0,0,0,0 +389887,0,0,0,0,0 +389888,0,0,0,0,0 +389889,0,0,0,0,0 +389890,0,0,0,0,0 +389891,0,0,0,0,0 +389892,0,0,0,0,0 +389893,0,0,0,0,0 +389894,0,0,0,0,0 +389895,0,0,0,0,0 +389896,0,0,0,0,0 +389897,0,0,0,0,0 +389898,0,0,0,0,0 +389899,0,0,0,0,0 +389900,0,0,0,0,0 +389901,0,0,0,0,0 +389902,0,0,0,0,0 +389903,0,0,0,0,0 +389904,0,0,0,0,0 +389905,0,0,0,0,0 +389906,0,0,0,0,0 +389907,0,0,0,0,0 +389908,0,0,0,0,0 +389909,0,0,0,0,0 +389910,0,0,0,0,0 +389911,0,0,0,0,0 +389912,0,0,0,0,0 +389913,0,0,0,0,0 +389914,0,0,0,0,0 +389915,0,0,0,0,0 +389916,0,0,0,0,0 +389917,0,0,0,0,0 +389918,0,0,0,0,0 +389919,0,0,0,0,0 +389920,0,0,0,0,0 +389921,0,0,0,0,0 +389922,0,0,0,0,0 +389923,0,0,0,0,0 +389924,0,0,0,0,0 +389925,0,0,0,0,0 +389926,0,0,0,0,0 +389927,0,0,0,0,0 +389928,0,0,0,0,0 +389929,0,0,0,0,0 +389930,0,0,0,0,0 +389931,0,0,0,0,0 +389932,0,0,0,0,0 +389933,0,0,0,0,0 +389934,0,0,0,0,0 +389935,0,0,0,0,0 +389936,0,0,0,0,0 +389937,0,0,0,0,0 +389938,0,0,0,0,0 +389939,0,0,0,0,0 +389940,0,0,0,0,0 +389941,0,0,0,0,0 +389942,0,0,0,0,0 +389943,0,0,0,0,0 +389944,0,0,0,0,0 +389945,0,0,0,0,0 +389946,0,0,0,0,0 +389947,0,0,0,0,0 +389948,0,0,0,0,0 +389949,0,0,0,0,0 +389950,0,0,0,0,0 +389951,0,0,0,0,0 +389952,0,0,0,0,0 +389953,0,0,0,0,0 +389954,0,0,0,0,0 +389955,0,0,0,0,0 +389956,0,0,0,0,0 +389957,0,0,0,0,0 +389958,0,0,0,0,0 +389959,0,0,0,0,0 +389960,0,0,0,0,0 +389961,0,0,0,0,0 +389962,0,0,0,0,0 +389963,0,0,0,0,0 +389964,0,0,0,0,0 +389965,0,0,0,0,0 +389966,0,0,0,0,0 +389967,0,0,0,0,0 +389968,0,0,0,0,0 +389969,0,0,0,0,0 +389970,0,0,0,0,0 +389971,0,0,0,0,0 +389972,0,0,0,0,0 +389973,0,0,0,0,0 +389974,0,0,0,0,0 +389975,0,0,0,0,0 +389976,0,0,0,0,0 +389977,0,0,0,0,0 +389978,0,0,0,0,0 +389979,0,0,0,0,0 +389980,0,0,0,0,0 +389981,0,0,0,0,0 +389982,0,0,0,0,0 +389983,0,0,0,0,0 +389984,0,0,0,0,0 +389985,0,0,0,0,0 +389986,0,0,0,0,0 +389987,0,0,0,0,0 +389988,0,0,0,0,0 +389989,0,0,0,0,0 +389990,0,0,0,0,0 +389991,0,0,0,0,0 +389992,0,0,0,0,0 +389993,0,0,0,0,0 +389994,0,0,0,0,0 +389995,0,0,0,0,0 +389996,0,0,0,0,0 +389997,0,0,0,0,0 +389998,0,0,0,0,0 +389999,0,0,0,0,0 +390000,0,0,0,0,0 +390001,0,0,0,0,0 +390002,0,0,0,0,0 +390003,0,0,0,0,0 +390004,0,0,0,0,0 +390005,0,0,0,0,0 +390006,0,0,0,0,0 +390007,0,0,0,0,0 +390008,0,0,0,0,0 +390009,0,0,0,0,0 +390010,0,0,0,0,0 +390011,0,0,0,0,0 +390012,0,0,0,0,0 +390013,0,0,0,0,0 +390014,0,0,0,0,0 +390015,0,0,0,0,0 +390016,0,0,0,0,0 +390017,0,0,0,0,0 +390018,0,0,0,0,0 +390019,0,0,0,0,0 +390020,0,0,0,0,0 +390021,0,0,0,0,0 +390022,0,0,0,0,0 +390023,0,0,0,0,0 +390024,0,0,0,0,0 +390025,0,0,0,0,0 +390026,0,0,0,0,0 +390027,0,0,0,0,0 +390028,0,0,0,0,0 +390029,0,0,0,0,0 +390030,0,0,0,0,0 +390031,0,0,0,0,0 +390032,0,0,0,0,0 +390033,0,0,0,0,0 +390034,0,0,0,0,0 +390035,0,0,0,0,0 +390036,0,0,0,0,0 +390037,0,0,0,0,0 +390038,0,0,0,0,0 +390039,0,0,0,0,0 +390040,0,0,0,0,0 +390041,0,0,0,0,0 +390042,0,0,0,0,0 +390043,0,0,0,0,0 +390044,0,0,0,0,0 +390045,0,0,0,0,0 +390046,0,0,0,0,0 +390047,0,0,0,0,0 +390048,0,0,0,0,0 +390049,0,0,0,0,0 +390050,0,0,0,0,0 +390051,0,0,0,0,0 +390052,0,0,0,0,0 +390053,0,0,0,0,0 +390054,0,0,0,0,0 +390055,0,0,0,0,0 +390056,0,0,0,0,0 +390057,0,0,0,0,0 +390058,0,0,0,0,0 +390059,0,0,0,0,0 +390060,0,0,0,0,0 +390061,0,0,0,0,0 +390062,0,0,0,0,0 +390063,0,0,0,0,0 +390064,0,0,0,0,0 +390065,0,0,0,0,0 +390066,0,0,0,0,0 +390067,0,0,0,0,0 +390068,0,0,0,0,0 +390069,0,0,0,0,0 +390070,0,0,0,0,0 +390071,0,0,0,0,0 +390072,0,0,0,0,0 +390073,0,0,0,0,0 +390074,0,0,0,0,0 +390075,0,0,0,0,0 +390076,0,0,0,0,0 +390077,0,0,0,0,0 +390078,0,0,0,0,0 +390079,0,0,0,0,0 +390080,0,0,0,0,0 +390081,0,0,0,0,0 +390082,0,0,0,0,0 +390083,0,0,0,0,0 +390084,0,0,0,0,0 +390085,0,0,0,0,0 +390086,0,0,0,0,0 +390087,0,0,0,0,0 +390088,0,0,0,0,0 +390089,0,0,0,0,0 +390090,0,0,0,0,0 +390091,0,0,0,0,0 +390092,0,0,0,0,0 +390093,0,0,0,0,0 +390094,0,0,0,0,0 +390095,0,0,0,0,0 +390096,0,0,0,0,0 +390097,0,0,0,0,0 +390098,0,0,0,0,0 +390099,0,0,0,0,0 +390100,0,0,0,0,0 +390101,0,0,0,0,0 +390102,0,0,0,0,0 +390103,0,0,0,0,0 +390104,0,0,0,0,0 +390105,0,0,0,0,0 +390106,0,0,0,0,0 +390107,0,0,0,0,0 +390108,0,0,0,0,0 +390109,0,0,0,0,0 +390110,0,0,0,0,0 +390111,0,0,0,0,0 +390112,0,0,0,0,0 +390113,0,0,0,0,0 +390114,0,0,0,0,0 +390115,0,0,0,0,0 +390116,0,0,0,0,0 +390117,0,0,0,0,0 +390118,0,0,0,0,0 +390119,0,0,0,0,0 +390120,0,0,0,0,0 +390121,0,0,0,0,0 +390122,0,0,0,0,0 +390123,0,0,0,0,0 +390124,0,0,0,0,0 +390125,0,0,0,0,0 +390126,0,0,0,0,0 +390127,0,0,0,0,0 +390128,0,0,0,0,0 +390129,0,0,0,0,0 +390130,0,0,0,0,0 +390131,0,0,0,0,0 +390132,0,0,0,0,0 +390133,0,0,0,0,0 +390134,0,0,0,0,0 +390135,0,0,0,0,0 +390136,0,0,0,0,0 +390137,0,0,0,0,0 +390138,0,0,0,0,0 +390139,0,0,0,0,0 +390140,0,0,0,0,0 +390141,0,0,0,0,0 +390142,0,0,0,0,0 +390143,0,0,0,0,0 +390144,0,0,0,0,0 +390145,0,0,0,0,0 +390146,0,0,0,0,0 +390147,0,0,0,0,0 +390148,0,0,0,0,0 +390149,0,0,0,0,0 +390150,0,0,0,0,0 +390151,0,0,0,0,0 +390152,0,0,0,0,0 +390153,0,0,0,0,0 +390154,0,0,0,0,0 +390155,0,0,0,0,0 +390156,0,0,0,0,0 +390157,0,0,0,0,0 +390158,0,0,0,0,0 +390159,0,0,0,0,0 +390160,0,0,0,0,0 +390161,0,0,0,0,0 +390162,0,0,0,0,0 +390163,0,0,0,0,0 +390164,0,0,0,0,0 +390165,0,0,0,0,0 +390166,0,0,0,0,0 +390167,0,0,0,0,0 +390168,0,0,0,0,0 +390169,0,0,0,0,0 +390170,0,0,0,0,0 +390171,0,0,0,0,0 +390172,0,0,0,0,0 +390173,0,0,0,0,0 +390174,0,0,0,0,0 +390175,0,0,0,0,0 +390176,0,0,0,0,0 +390177,0,0,0,0,0 +390178,0,0,0,0,0 +390179,0,0,0,0,0 +390180,0,0,0,0,0 +390181,0,0,0,0,0 +390182,0,0,0,0,0 +390183,0,0,0,0,0 +390184,0,0,0,0,0 +390185,0,0,0,0,0 +390186,0,0,0,0,0 +390187,0,0,0,0,0 +390188,0,0,0,0,0 +390189,0,0,0,0,0 +390190,0,0,0,0,0 +390191,0,0,0,0,0 +390192,0,0,0,0,0 +390193,0,0,0,0,0 +390194,0,0,0,0,0 +390195,0,0,0,0,0 +390196,0,0,0,0,0 +390197,0,0,0,0,0 +390198,0,0,0,0,0 +390199,0,0,0,0,0 +390200,0,0,0,0,0 +390201,0,0,0,0,0 +390202,0,0,0,0,0 +390203,0,0,0,0,0 +390204,0,0,0,0,0 +390205,0,0,0,0,0 +390206,0,0,0,0,0 +390207,0,0,0,0,0 +390208,0,0,0,0,0 +390209,0,0,0,0,0 +390210,0,0,0,0,0 +390211,0,0,0,0,0 +390212,0,0,0,0,0 +390213,0,0,0,0,0 +390214,0,0,0,0,0 +390215,0,0,0,0,0 +390216,0,0,0,0,0 +390217,0,0,0,0,0 +390218,0,0,0,0,0 +390219,0,0,0,0,0 +390220,0,0,0,0,0 +390221,0,0,0,0,0 +390222,0,0,0,0,0 +390223,0,0,0,0,0 +390224,0,0,0,0,0 +390225,0,0,0,0,0 +390226,0,0,0,0,0 +390227,0,0,0,0,0 +390228,0,0,0,0,0 +390229,0,0,0,0,0 +390230,0,0,0,0,0 +390231,0,0,0,0,0 +390232,0,0,0,0,0 +390233,0,0,0,0,0 +390234,0,0,0,0,0 +390235,0,0,0,0,0 +390236,0,0,0,0,0 +390237,0,0,0,0,0 +390238,0,0,0,0,0 +390239,0,0,0,0,0 +390240,0,0,0,0,0 +390241,0,0,0,0,0 +390242,0,0,0,0,0 +390243,0,0,0,0,0 +390244,0,0,0,0,0 +390245,0,0,0,0,0 +390246,0,0,0,0,0 +390247,0,0,0,0,0 +390248,0,0,0,0,0 +390249,0,0,0,0,0 +390250,0,0,0,0,0 +390251,0,0,0,0,0 +390252,0,0,0,0,0 +390253,0,0,0,0,0 +390254,0,0,0,0,0 +390255,0,0,0,0,0 +390256,0,0,0,0,0 +390257,0,0,0,0,0 +390258,0,0,0,0,0 +390259,0,0,0,0,0 +390260,0,0,0,0,0 +390261,0,0,0,0,0 +390262,0,0,0,0,0 +390263,0,0,0,0,0 +390264,0,0,0,0,0 +390265,0,0,0,0,0 +390266,0,0,0,0,0 +390267,0,0,0,0,0 +390268,0,0,0,0,0 +390269,0,0,0,0,0 +390270,0,0,0,0,0 +390271,0,0,0,0,0 +390272,0,0,0,0,0 +390273,0,0,0,0,0 +390274,0,0,0,0,0 +390275,0,0,0,0,0 +390276,0,0,0,0,0 +390277,0,0,0,0,0 +390278,0,0,0,0,0 +390279,0,0,0,0,0 +390280,0,0,0,0,0 +390281,0,0,0,0,0 +390282,0,0,0,0,0 +390283,0,0,0,0,0 +390284,0,0,0,0,0 +390285,0,0,0,0,0 +390286,0,0,0,0,0 +390287,0,0,0,0,0 +390288,0,0,0,0,0 +390289,0,0,0,0,0 +390290,0,0,0,0,0 +390291,0,0,0,0,0 +390292,0,0,0,0,0 +390293,0,0,0,0,0 +390294,0,0,0,0,0 +390295,0,0,0,0,0 +390296,0,0,0,0,0 +390297,0,0,0,0,0 +390298,0,0,0,0,0 +390299,0,0,0,0,0 +390300,0,0,0,0,0 +390301,0,0,0,0,0 +390302,0,0,0,0,0 +390303,0,0,0,0,0 +390304,0,0,0,0,0 +390305,0,0,0,0,0 +390306,0,0,0,0,0 +390307,0,0,0,0,0 +390308,0,0,0,0,0 +390309,0,0,0,0,0 +390310,0,0,0,0,0 +390311,0,0,0,0,0 +390312,0,0,0,0,0 +390313,0,0,0,0,0 +390314,0,0,0,0,0 +390315,0,0,0,0,0 +390316,0,0,0,0,0 +390317,0,0,0,0,0 +390318,0,0,0,0,0 +390319,0,0,0,0,0 +390320,0,0,0,0,0 +390321,0,0,0,0,0 +390322,0,0,0,0,0 +390323,0,0,0,0,0 +390324,0,0,0,0,0 +390325,0,0,0,0,0 +390326,0,0,0,0,0 +390327,0,0,0,0,0 +390328,0,0,0,0,0 +390329,0,0,0,0,0 +390330,0,0,0,0,0 +390331,0,0,0,0,0 +390332,0,0,0,0,0 +390333,0,0,0,0,0 +390334,0,0,0,0,0 +390335,0,0,0,0,0 +390336,0,0,0,0,0 +390337,0,0,0,0,0 +390338,0,0,0,0,0 +390339,0,0,0,0,0 +390340,0,0,0,0,0 +390341,0,0,0,0,0 +390342,0,0,0,0,0 +390343,0,0,0,0,0 +390344,0,0,0,0,0 +390345,0,0,0,0,0 +390346,0,0,0,0,0 +390347,0,0,0,0,0 +390348,0,0,0,0,0 +390349,0,0,0,0,0 +390350,0,0,0,0,0 +390351,0,0,0,0,0 +390352,0,0,0,0,0 +390353,0,0,0,0,0 +390354,0,0,0,0,0 +390355,0,0,0,0,0 +390356,0,0,0,0,0 +390357,0,0,0,0,0 +390358,0,0,0,0,0 +390359,0,0,0,0,0 +390360,0,0,0,0,0 +390361,0,0,0,0,0 +390362,0,0,0,0,0 +390363,0,0,0,0,0 +390364,0,0,0,0,0 +390365,0,0,0,0,0 +390366,0,0,0,0,0 +390367,0,0,0,0,0 +390368,0,0,0,0,0 +390369,0,0,0,0,0 +390370,0,0,0,0,0 +390371,0,0,0,0,0 +390372,0,0,0,0,0 +390373,0,0,0,0,0 +390374,0,0,0,0,0 +390375,0,0,0,0,0 +390376,0,0,0,0,0 +390377,0,0,0,0,0 +390378,0,0,0,0,0 +390379,0,0,0,0,0 +390380,0,0,0,0,0 +390381,0,0,0,0,0 +390382,0,0,0,0,0 +390383,0,0,0,0,0 +390384,0,0,0,0,0 +390385,0,0,0,0,0 +390386,0,0,0,0,0 +390387,0,0,0,0,0 +390388,0,0,0,0,0 +390389,0,0,0,0,0 +390390,0,0,0,0,0 +390391,0,0,0,0,0 +390392,0,0,0,0,0 +390393,0,0,0,0,0 +390394,0,0,0,0,0 +390395,0,0,0,0,0 +390396,0,0,0,0,0 +390397,0,0,0,0,0 +390398,0,0,0,0,0 +390399,0,0,0,0,0 +390400,0,0,0,0,0 +390401,0,0,0,0,0 +390402,0,0,0,0,0 +390403,0,0,0,0,0 +390404,0,0,0,0,0 +390405,0,0,0,0,0 +390406,0,0,0,0,0 +390407,0,0,0,0,0 +390408,0,0,0,0,0 +390409,0,0,0,0,0 +390410,0,0,0,0,0 +390411,0,0,0,0,0 +390412,0,0,0,0,0 +390413,0,0,0,0,0 +390414,0,0,0,0,0 +390415,0,0,0,0,0 +390416,0,0,0,0,0 +390417,0,0,0,0,0 +390418,0,0,0,0,0 +390419,0,0,0,0,0 +390420,0,0,0,0,0 +390421,0,0,0,0,0 +390422,0,0,0,0,0 +390423,0,0,0,0,0 +390424,0,0,0,0,0 +390425,0,0,0,0,0 +390426,0,0,0,0,0 +390427,0,0,0,0,0 +390428,0,0,0,0,0 +390429,0,0,0,0,0 +390430,0,0,0,0,0 +390431,0,0,0,0,0 +390432,0,0,0,0,0 +390433,0,0,0,0,0 +390434,0,0,0,0,0 +390435,0,0,0,0,0 +390436,0,0,0,0,0 +390437,0,0,0,0,0 +390438,0,0,0,0,0 +390439,0,0,0,0,0 +390440,0,0,0,0,0 +390441,0,0,0,0,0 +390442,0,0,0,0,0 +390443,0,0,0,0,0 +390444,0,0,0,0,0 +390445,0,0,0,0,0 +390446,0,0,0,0,0 +390447,0,0,0,0,0 +390448,0,0,0,0,0 +390449,0,0,0,0,0 +390450,0,0,0,0,0 +390451,0,0,0,0,0 +390452,0,0,0,0,0 +390453,0,0,0,0,0 +390454,0,0,0,0,0 +390455,0,0,0,0,0 +390456,0,0,0,0,0 +390457,0,0,0,0,0 +390458,0,0,0,0,0 +390459,0,0,0,0,0 +390460,0,0,0,0,0 +390461,0,0,0,0,0 +390462,0,0,0,0,0 +390463,0,0,0,0,0 +390464,0,0,0,0,0 +390465,0,0,0,0,0 +390466,0,0,0,0,0 +390467,0,0,0,0,0 +390468,0,0,0,0,0 +390469,0,0,0,0,0 +390470,0,0,0,0,0 +390471,0,0,0,0,0 +390472,0,0,0,0,0 +390473,0,0,0,0,0 +390474,0,0,0,0,0 +390475,0,0,0,0,0 +390476,0,0,0,0,0 +390477,0,0,0,0,0 +390478,0,0,0,0,0 +390479,0,0,0,0,0 +390480,0,0,0,0,0 +390481,0,0,0,0,0 +390482,0,0,0,0,0 +390483,0,0,0,0,0 +390484,0,0,0,0,0 +390485,0,0,0,0,0 +390486,0,0,0,0,0 +390487,0,0,0,0,0 +390488,0,0,0,0,0 +390489,0,0,0,0,0 +390490,0,0,0,0,0 +390491,0,0,0,0,0 +390492,0,0,0,0,0 +390493,0,0,0,0,0 +390494,0,0,0,0,0 +390495,0,0,0,0,0 +390496,0,0,0,0,0 +390497,0,0,0,0,0 +390498,0,0,0,0,0 +390499,0,0,0,0,0 +390500,0,0,0,0,0 +390501,0,0,0,0,0 +390502,0,0,0,0,0 +390503,0,0,0,0,0 +390504,0,0,0,0,0 +390505,0,0,0,0,0 +390506,0,0,0,0,0 +390507,0,0,0,0,0 +390508,0,0,0,0,0 +390509,0,0,0,0,0 +390510,0,0,0,0,0 +390511,0,0,0,0,0 +390512,0,0,0,0,0 +390513,0,0,0,0,0 +390514,0,0,0,0,0 +390515,0,0,0,0,0 +390516,0,0,0,0,0 +390517,0,0,0,0,0 +390518,0,0,0,0,0 +390519,0,0,0,0,0 +390520,0,0,0,0,0 +390521,0,0,0,0,0 +390522,0,0,0,0,0 +390523,0,0,0,0,0 +390524,0,0,0,0,0 +390525,0,0,0,0,0 +390526,0,0,0,0,0 +390527,0,0,0,0,0 +390528,0,0,0,0,0 +390529,0,0,0,0,0 +390530,0,0,0,0,0 +390531,0,0,0,0,0 +390532,0,0,0,0,0 +390533,0,0,0,0,0 +390534,0,0,0,0,0 +390535,0,0,0,0,0 +390536,0,0,0,0,0 +390537,0,0,0,0,0 +390538,0,0,0,0,0 +390539,0,0,0,0,0 +390540,0,0,0,0,0 +390541,0,0,0,0,0 +390542,0,0,0,0,0 +390543,0,0,0,0,0 +390544,0,0,0,0,0 +390545,0,0,0,0,0 +390546,0,0,0,0,0 +390547,0,0,0,0,0 +390548,0,0,0,0,0 +390549,0,0,0,0,0 +390550,0,0,0,0,0 +390551,0,0,0,0,0 +390552,0,0,0,0,0 +390553,0,0,0,0,0 +390554,0,0,0,0,0 +390555,0,0,0,0,0 +390556,0,0,0,0,0 +390557,0,0,0,0,0 +390558,0,0,0,0,0 +390559,0,0,0,0,0 +390560,0,0,0,0,0 +390561,0,0,0,0,0 +390562,0,0,0,0,0 +390563,0,0,0,0,0 +390564,0,0,0,0,0 +390565,0,0,0,0,0 +390566,0,0,0,0,0 +390567,0,0,0,0,0 +390568,0,0,0,0,0 +390569,0,0,0,0,0 +390570,0,0,0,0,0 +390571,0,0,0,0,0 +390572,0,0,0,0,0 +390573,0,0,0,0,0 +390574,0,0,0,0,0 +390575,0,0,0,0,0 +390576,0,0,0,0,0 +390577,0,0,0,0,0 +390578,0,0,0,0,0 +390579,0,0,0,0,0 +390580,0,0,0,0,0 +390581,0,0,0,0,0 +390582,0,0,0,0,0 +390583,0,0,0,0,0 +390584,0,0,0,0,0 +390585,0,0,0,0,0 +390586,0,0,0,0,0 +390587,0,0,0,0,0 +390588,0,0,0,0,0 +390589,0,0,0,0,0 +390590,0,0,0,0,0 +390591,0,0,0,0,0 +390592,0,0,0,0,0 +390593,0,0,0,0,0 +390594,0,0,0,0,0 +390595,0,0,0,0,0 +390596,0,0,0,0,0 +390597,0,0,0,0,0 +390598,0,0,0,0,0 +390599,0,0,0,0,0 +390600,0,0,0,0,0 +390601,0,0,0,0,0 +390602,0,0,0,0,0 +390603,0,0,0,0,0 +390604,0,0,0,0,0 +390605,0,0,0,0,0 +390606,0,0,0,0,0 +390607,0,0,0,0,0 +390608,0,0,0,0,0 +390609,0,0,0,0,0 +390610,0,0,0,0,0 +390611,0,0,0,0,0 +390612,0,0,0,0,0 +390613,0,0,0,0,0 +390614,0,0,0,0,0 +390615,0,0,0,0,0 +390616,0,0,0,0,0 +390617,0,0,0,0,0 +390618,0,0,0,0,0 +390619,0,0,0,0,0 +390620,0,0,0,0,0 +390621,0,0,0,0,0 +390622,0,0,0,0,0 +390623,0,0,0,0,0 +390624,0,0,0,0,0 +390625,0,0,0,0,0 +390626,0,0,0,0,0 +390627,0,0,0,0,0 +390628,0,0,0,0,0 +390629,0,0,0,0,0 +390630,0,0,0,0,0 +390631,0,0,0,0,0 +390632,0,0,0,0,0 +390633,0,0,0,0,0 +390634,0,0,0,0,0 +390635,0,0,0,0,0 +390636,0,0,0,0,0 +390637,0,0,0,0,0 +390638,0,0,0,0,0 +390639,0,0,0,0,0 +390640,0,0,0,0,0 +390641,0,0,0,0,0 +390642,0,0,0,0,0 +390643,0,0,0,0,0 +390644,0,0,0,0,0 +390645,0,0,0,0,0 +390646,0,0,0,0,0 +390647,0,0,0,0,0 +390648,0,0,0,0,0 +390649,0,0,0,0,0 +390650,0,0,0,0,0 +390651,0,0,0,0,0 +390652,0,0,0,0,0 +390653,0,0,0,0,0 +390654,0,0,0,0,0 +390655,0,0,0,0,0 +390656,0,0,0,0,0 +390657,0,0,0,0,0 +390658,0,0,0,0,0 +390659,0,0,0,0,0 +390660,0,0,0,0,0 +390661,-43.4831187,97.69401456,67.79304874,-24.74763522,-240.1547137 +390662,398.0691941,299.7701785,510.1059585,176.0736521,564.6022034 +390663,391.7005255,296.9099583,503.3451623,173.1811843,556.7931416 +390664,380.8113527,291.9407663,491.9340565,168.2,540.6241522 +390665,369.5936225,287.3415981,480.4927777,163.1193839,522.7593434 +390666,359.7761803,283.9640174,470.8130519,158.7460134,506.2700468 +390667,351.5700458,281.7865089,463.0431158,155.1603276,491.8068774 +390668,344.6830161,280.5478266,456.8142674,152.2046342,479.1145346 +390669,338.8023688,280.0177026,451.7619522,149.7190287,467.8124013 +390670,333.7190637,280.0447979,447.6403816,147.5964547,457.6345205 +390671,329.3049514,280.532238,444.29255,145.7729463,448.4215507 +390672,325.4622094,281.4105449,441.6063423,144.2000442,440.0679167 +390673,322.1186915,282.6235488,439.4903054,142.8431774,432.488432 +390674,319.2055191,284.1234522,437.8650688,141.6691995,425.6060469 +390675,316.6700106,285.8695351,436.6614202,140.6538869,419.3498631 +390676,314.4595728,287.8275073,435.8196715,139.7726461,413.6555082 +390677,312.5365449,289.9687691,435.2888746,139.0089933,408.4654396 +390678,310.8615251,292.26952,435.0256607,138.3449881,403.7284936 +390679,309.4084066,323.7990182,434.993143,137.7698563,399.3993361 +390680,308.1474573,425.8075007,435.1598502,137.2703343,395.4376952 +390681,307.0608467,396.9439041,435.4989077,136.8395734,391.8078253 +390682,306.1257143,423.4214006,435.9872834,136.4675013,388.4778953 +390683,305.3300829,442.0287683,436.6051822,136.1499395,385.4195115 +390684,304.6598204,458.4519359,437.3355319,135.8811807,382.6072868 +390685,304.1017188,474.9446445,438.1636266,135.653602,380.0186065 +390686,303.6447325,491.1903125,439.0767702,135.4658538,377.6333058 +390687,303.2798176,507.7556494,440.0640187,135.3147121,375.4334746 +390688,302.9993763,523.9613429,441.1158769,135.1966988,373.4031195 +390689,302.7969113,540.5683768,442.2241145,135.1089487,371.5280108 +390690,302.6667552,556.7894539,443.3815372,135.0492158,369.795401 +390691,302.6039671,571.0194155,444.5818612,135.0156936,368.1939129 +390692,302.5995104,584.6202589,445.7817995,135.002654,366.7133005 +390693,302.6425596,597.9269414,446.9565849,135.01038,365.3443492 +390694,302.7340695,620.2457334,448.1003321,135.0353766,364.0787224 +390695,302.8717841,637.7239077,449.2154192,135.0791659,362.9089344 +390696,303.0525592,655.2878053,450.3056597,135.1408867,361.8282107 +390697,303.273753,672.818303,451.3740454,135.2170197,360.8304427 +390698,303.5282363,689.5998334,452.4185865,135.3092493,359.910073 +390699,303.8201267,706.6267191,453.4420921,135.4172696,359.0620619 +390700,304.1491377,723.7835292,454.4478025,135.5379833,358.2817924 +390701,304.5132607,740.3661456,455.4378295,135.6736206,357.5650782 +390702,304.9105424,756.7789284,456.4132696,135.8238828,356.9080447 +390703,305.3395075,773.5859642,457.3747255,135.987749,356.3071721 +390704,305.7989857,789.7275166,458.322576,136.1643993,355.7591906 +390705,306.2879769,805.961143,459.2571286,136.3533227,355.2611146 +390706,306.8055378,821.7646769,460.1786192,136.5541658,354.8101635 +390707,307.3507788,838.1539445,461.0872362,136.766632,354.4037846 +390708,307.9228426,854.0576583,461.9831039,136.9904294,354.0395958 +390709,308.5209297,869.4082685,462.8663127,137.2252739,353.7154177 +390710,309.1442684,885.2295803,463.7368982,137.4708801,353.4292004 +390711,309.7921357,900.6958962,464.5948715,137.7269749,353.1790574 +390712,310.4638339,916.1039131,465.4402068,137.9932904,352.9632123 +390713,311.1587135,931.1439669,466.2728716,138.2695751,352.7800384 +390714,311.8761382,946.8077759,467.0928,138.5555787,352.627986 +390715,312.3578807,961.7005469,467.6422943,138.73396,352.0372106 +390716,309.830696,976.7784657,465.14862,137.5442691,345.9651035 +390717,307.3869045,982.1654553,462.7047598,136.3931419,340.0335378 +390718,305.1221389,995.3704012,460.3251998,135.3413041,334.2949119 +390719,303.0115705,1009.142817,458.0146664,134.3710508,328.7521429 +390720,301.0083788,1023.048644,455.7686906,133.4517517,323.387252 +390721,298.2042938,1466.456394,452.7012502,132.165497,316.5847105 +390722,314.1693988,1495.518216,467.8889655,139.589449,344.5758326 +390723,339.9926988,1518.972396,492.6817783,151.4576315,391.7655781 +390724,366.4166803,1541.345049,518.0716764,163.4118426,441.6595609 +390725,389.4754094,1562.508114,540.1898497,173.6353528,486.8265566 +390726,408.693029,1582.998621,558.5533426,181.9669075,525.9287109 +390727,424.7531303,1603.151391,573.8361955,188.7813681,559.8093314 +390728,438.3953933,1622.7688,943.139224,194.4622383,589.5239159 +390729,450.1399563,1642.000704,1142.596994,199.2749174,615.8194076 +390730,460.3242647,1667.962913,981.1552095,203.3896075,639.1727751 +390731,469.1884446,1684.52087,1070.749769,206.9255534,659.9249328 +390732,476.9260548,1707.172089,1088.259418,209.9770829,678.3603624 +390733,483.7033465,1690.504969,1105.419624,212.6236537,694.7353878 +390734,489.6640632,1749.718473,1121.022198,214.9326302,709.2826332 +390735,494.9310274,1749.404784,1136.451464,216.9604113,722.2104556 +390736,499.6080123,1770.824144,1151.364206,218.7536481,733.7032493 +390737,503.7822389,1788.632711,1165.755761,220.3507063,743.9232934 +390738,507.5269449,1806.204556,1180.029341,221.783103,753.0132076 +390739,510.9037687,1823.723305,1193.455991,223.0767929,761.0985471 +390740,513.9644266,1840.876285,1206.819915,224.2530818,768.2894905 +390741,516.7525182,1858.08243,1219.64963,225.3295489,774.6831334 +390742,519.3048059,1875.064861,1232.216062,226.3207037,780.3649998 +390743,521.652292,1892.012509,1244.37201,227.2385236,785.4104229 +390744,523.8211266,1908.522953,1256.245284,228.0928983,789.8857609 +390745,652.5497813,1925.383062,1267.767098,228.8920098,793.8495264 +390746,768.4781676,1941.628759,1278.728094,229.6426281,797.3533044 +390747,705.7590726,1958.020302,1290.249707,230.3503795,800.4426697 +390748,753.2681465,1974.181715,1300.657723,231.0199149,803.1577707 +390749,771.9407697,1990.321157,1311.236831,266.4732416,805.5340652 +390750,789.8618646,2005.988279,1321.359397,336.32122,807.6028145 +390751,807.3262322,2021.111883,1331.135742,302.7385042,809.3917589 +390752,824.0643021,2035.746827,1340.349303,325.0124086,810.9254437 +390753,841.1397088,2050.024958,1349.530242,333.8906686,812.0191671 +390754,856.9253523,2064.292561,1358.497846,342.3488823,812.7530038 +390755,873.3586531,2078.278878,1367.032192,350.5956367,813.2268307 +390756,888.9677001,2092.089211,1375.668844,358.7562655,813.5000251 +390757,904.4570837,2105.721455,1383.78395,366.6535199,813.6009917 +390758,919.4829738,2119.268685,1391.995952,374.4533431,813.544709 +390759,934.9409508,2149.055171,1399.869582,381.999813,813.3425865 +390760,948.8905177,2129.372617,1407.621284,389.6250145,813.0052864 +390761,963.9984596,2159.02777,1415.156985,396.8300957,812.5430061 +390762,977.992523,2173.979175,1422.714765,404.3261119,811.9649787 +390763,992.0654101,2182.685603,1429.825742,411.1001252,811.2794718 +390764,1005.633541,2196.235165,1437.095638,418.3413866,810.4936997 +390765,1019.660221,2208.558236,1444.001632,425.1119019,809.614079 +390766,1032.85949,2220.790328,1451.029584,431.8787161,879.0482194 +390767,1046.125886,2232.599865,1457.668659,438.4147301,1103.37014 +390768,1058.728915,2244.465093,1464.246322,445.1011967,983.1042838 +390769,1072.216919,2256.249079,1470.911253,451.5879613,1040.841534 +390770,1084.517588,2267.45186,1477.299963,457.5915488,1056.381433 +390771,1097.431598,2279.050038,1483.490784,464.1133271,1071.778684 +390772,1109.19108,2290.163923,1489.858529,470.130887,1086.115711 +390773,1121.619962,2308.816513,1495.964698,476.0572493,1100.821501 +390774,1133.564727,2312.684649,1502.056811,482.2451628,1114.473014 +390775,1145.414447,2311.976772,1508.062879,488.1410167,1128.545808 +390776,1156.716319,2340.241495,1514.010429,493.7189297,1135.961708 +390777,1168.945544,2342.369485,1526.089778,499.377914,1146.995226 +390778,1180.034596,2354.377889,1523.149418,505.2487625,1156.99919 +390779,1191.395178,2364.632356,1542.379776,510.6692443,1166.961199 +390780,1202.546772,2374.714203,1529.23164,516.1775049,1176.291099 +390781,1411.998199,2469.55326,1731.495078,603.5933835,1573.401104 +390782,1910.471199,2706.154289,2256.93805,825.2419653,2468.251638 +390783,1305.751199,2427.549298,1602.570136,561.0232995,1333.10831 +390784,1946.085689,2726.735494,2287.569976,843.2137468,2534.1282 +390785,1346.520805,2452.284489,1627.98927,576.8674048,1370.118469 +390786,1964.096956,2731.104633,2295.502197,854.1188857,2554.979149 +390787,1550.283699,2581.058946,1827.050925,669.9765888,1712.28509 +390788,1718.045392,2631.972387,2038.666363,744.4407119,2059.527898 +390789,1701.878751,2644.276284,1984.62406,738.5237713,2001.634987 +390790,1712.280229,2640.682209,2001.732874,743.3175065,2013.376848 +390791,1723.176569,2656.816196,2007.297594,748.7313926,2022.668084 +390792,1733.774238,2659.417444,2013.663462,753.81542,2031.938267 +390793,1744.235266,2664.883776,2020.139457,759.054008,2040.92754 +390794,1754.870323,2668.270561,2027.017758,764.0988607,2049.781858 +390795,1764.956842,2672.198429,2033.763042,769.1218024,2063.053083 +390796,1775.208505,2676.632895,2045.604566,774.0755607,2072.767271 +390797,1789.030739,2681.273174,2045.574857,778.9717195,2076.972998 +390798,1797.910192,2685.920974,2055.731134,783.7689709,2065.091834 +390799,1809.589844,2690.634939,2062.259145,788.6111444,2102.56573 +390800,1817.899735,2695.364496,2069.243867,793.3474743,2096.761552 +390801,1830.800247,2700.08031,2076.012638,797.9238431,2118.69454 +390802,1836.891407,2704.870645,2083.131999,802.6372003,2099.703348 +390803,1817.719773,2709.796103,2089.912569,807.1707855,2127.467005 +390804,1869.849329,2714.638042,2096.488325,811.6555288,2132.169931 +390805,1859.01354,2719.489852,2107.95327,816.2361894,2149.23788 +390806,1872.912054,2724.38094,2108.254698,820.5680358,2123.783576 +390807,1882.118155,2729.058705,2116.801602,824.9870911,2164.175681 +390808,1891.721415,2733.649063,2123.386376,829.2738711,2150.466959 +390809,1901.047531,2738.463021,2134.361786,833.6339735,2182.411485 +390810,1910.172482,2745.78874,2134.839504,837.853179,2153.974252 +390811,1919.330035,2749.125489,2141.786436,842.0617581,2196.621997 +390812,1928.332111,2753.382615,2149.440146,846.0539299,2178.703765 +390813,1937.388136,2760.434839,2154.552661,850.2153945,2193.980987 +390814,1946.021252,2763.954115,2164.532472,854.1967562,2198.684175 +390815,1955.09821,2768.625407,2165.444608,858.1811272,2205.085333 +390816,1963.794283,2775.958952,2172.391881,862.1201544,2211.26275 +390817,1972.650307,2779.600518,2182.230726,866.0233434,2223.59517 +390818,1981.172353,2786.525534,2183.731737,869.8851159,2213.853115 +390819,1989.880319,2789.669151,2192.784957,873.7155213,2239.99004 +390820,1998.451249,2793.879749,2194.533524,877.5060904,2231.173351 +390821,2006.985233,2798.355382,2203.53064,881.264791,2242.054089 +390822,2015.474608,2803.126575,2209.936173,884.9890982,2246.946148 +390823,2023.915534,2808.067782,2210.723071,888.6808287,2252.705157 +390824,2032.313886,2814.653555,2214.384463,892.3398733,2258.225325 +390825,2040.663875,2816.795185,2216.812641,895.9702458,2263.693804 +390826,2049.090193,2819.506034,2216.950182,899.5689102,2269.182714 +390827,2057.179428,2822.266094,2216.991767,903.1883098,2274.675523 +390828,2065.710255,2824.928601,2217.161097,906.7298275,2280.052785 +390829,2073.468201,2827.475815,2217.46263,910.2207895,2285.223519 +390830,2081.614363,2829.918434,2217.8878,913.6705086,2290.198726 +390831,2089.640325,2832.285832,2218.618105,917.0827836,2295.615483 +390832,2097.530353,2834.601038,2219.253671,920.4246328,2300.505341 +390833,2105.668636,2836.876841,2219.981307,923.8795662,2305.492032 +390834,2113.624974,2841.60055,2222.467953,927.1982579,2310.660888 +390835,2121.356113,2842.31649,2222.468139,930.539241,2315.376703 +390836,2129.292212,2843.984235,2223.177524,933.8448364,2326.042692 +390837,2137.086419,2845.953402,2224.108042,937.1284642,2322.475129 +390838,2144.86155,2847.898723,2225.058885,940.388716,2330.311579 +390839,2152.718194,2849.898549,2226.105388,943.6258348,2334.98905 +390840,2160.238675,2851.942343,2227.254069,946.8416687,2339.104191 +390841,2173.790033,2854.596928,2229.526371,952.617045,2354.487772 +390842,2182.369701,2857.789068,2232.294515,956.1682105,2361.544316 +390843,2190.312438,2861.188244,2235.321254,959.5580675,2372.703859 +390844,2198.222257,2864.206931,2238.189591,962.8782617,2370.530521 +390845,2206.110282,2866.60855,2240.708554,966.1366897,2377.822839 +390846,2213.590049,2868.717458,2243.051842,969.2922471,2383.723745 +390847,2221.26763,2873.182303,2246.961525,972.5371313,2388.638202 +390848,2228.764623,2873.75193,2248.326872,975.6346628,2398.439004 +390849,2236.227483,2875.070565,2250.157547,978.7435455,2396.648166 +390850,2243.756272,2876.465875,2251.964659,981.872349,2402.483513 +390851,2260.185663,2877.956335,2253.788151,984.8386755,2408.607409 +390852,2247.121119,2879.752287,2255.804743,987.899692,2417.802895 +390853,2268.213754,2881.562178,2257.862482,990.8890623,2416.14311 +390854,2273.276676,2883.028157,2259.736882,993.8633231,2420.806643 +390855,2279.505538,2884.515353,2261.665957,996.7597742,2430.931594 +390856,2287.068173,2886.072927,2263.672864,999.7716061,2430.279843 +390857,2294.291265,2887.531148,2265.650961,1002.640217,2438.333206 +390858,2301.154536,2889.030586,2267.692284,1005.535824,2443.633319 +390859,2308.255202,2890.35469,2269.658091,1008.402577,2442.486202 +390860,2315.207262,2891.216666,2271.347172,1011.249187,2443.361188 +390861,2322.139222,2891.716575,2272.808701,1014.076031,2444.468925 +390862,2329.163356,2891.917155,2274.060444,1016.883776,2442.377454 +390863,2335.820447,2891.755812,2275.235918,1019.672888,2440.230207 +390864,2342.737506,2891.269549,2275.968869,1022.443834,2438.069549 +390865,2349.373381,2890.557974,2276.520862,1025.196608,2435.9505 +390866,2356.320326,2889.694535,2276.946576,1027.93307,2433.898516 +390867,2363.076356,2888.719961,2277.288472,1030.652151,2431.921328 +390868,2369.57285,2887.656845,2277.570586,1033.35512,2430.022355 +390869,2376.323956,2886.517254,2277.815456,1036.042088,2428.202568 +390870,2382.921233,2885.307304,2278.032676,1038.7135,2426.460244 +390871,2389.397722,2884.03208,2278.235605,1041.322069,2424.79301 +390872,2395.958173,2882.672961,2278.423089,1043.905984,2423.197564 +390873,2402.133681,2881.222504,2278.601189,1046.412547,2421.670954 +390874,2408.582028,2879.685746,2278.770224,1049.045259,2420.209069 +390875,2419.15512,2878.060373,2278.92863,1051.532662,2418.79678 +390876,2424.021037,2876.357488,2279.076841,1054.113371,2417.429977 +390877,2434.142896,2874.589791,2279.223931,1056.520859,2416.10834 +390878,2431.480623,2872.787128,2279.385564,1059.044365,2414.848898 +390879,2423.917241,2871.005367,2279.603352,1061.500387,2413.694093 +390880,2456.182774,2869.147933,2279.812961,1063.890601,2412.563949 +390881,2449.157693,2867.160668,2279.98118,1066.416822,2411.409152 +390882,2457.99553,2865.120669,2280.151607,1068.795561,2410.28345 +390883,2464.116685,2863.043778,2280.335092,1071.213221,2409.192679 +390884,2470.25851,2860.916883,2280.519615,1073.608084,2408.123053 +390885,2475.89559,2858.742876,2280.710953,1076.385344,2407.075406 +390886,2483.210099,2856.513384,2280.900742,1080.415314,2406.041238 +390887,2501.119849,2854.199061,2281.072135,1080.353795,2404.993726 +390888,2472.719534,2851.892427,2281.282284,1086.339982,2404.005911 +390889,2510.272093,2849.578611,2281.522609,1083.96203,2403.066247 +390890,2503.133577,2847.156293,2281.732305,1093.286403,2402.092623 +390891,2511.482374,2844.683145,2281.94448,1085.92386,2401.129165 +390892,2517.07311,2842.164261,2282.159598,1102.216029,2400.176113 +390893,2529.518231,2839.592243,2282.565402,1084.909363,2399.225203 +390894,2524.078083,2837.022366,2282.801247,1093.379296,2398.321474 +390895,2531.175827,2834.413656,2283.041726,1102.979537,2397.432984 +390896,2542.718143,2831.712373,2283.26112,1099.972375,2396.515805 +390897,2545.531297,2828.947128,2283.474538,1103.477297,2395.590079 +390898,2568.880805,2826.098821,2283.665851,1105.903451,2394.635801 +390899,2529.356404,2823.278433,2283.910732,1107.985085,2393.742181 +390900,2576.51348,2820.459072,2284.189905,1110.252048,2392.890442 +390901,2466.976987,2817.835779,2284.502763,1063.413744,2391.971677 +390902,2423.568993,2809.955885,2279.981605,1055.805557,2383.736241 +390903,2472.681511,2800.242715,2273.164063,1070.337822,2371.710517 +390904,2458.81647,2791.853449,2266.621255,1053.942717,2359.587486 +390905,2466.769551,2785.798305,2261.462223,1081.101507,2349.060828 +390906,2470.951545,2781.554188,2257.701708,1047.476205,2340.314424 +390907,2475.565268,2778.183802,2254.940765,1077.703405,2332.946072 +390908,2480.162801,2774.947135,2252.768873,1082.85617,2326.476307 +390909,2492.741754,2771.665302,2251.029934,1053.620424,2320.731609 +390910,2477.142059,2768.357329,2249.659358,1079.482188,2315.631796 +390911,2499.638177,2764.925788,2248.509859,1075.60261,2310.993779 +390912,2497.040174,2761.367727,2247.518351,1076.809168,2306.726035 +390913,2502.8469,2757.751262,2246.678377,1079.089464,2302.812802 +390914,2507.838439,2754.083224,2245.964097,1080.869912,2299.204906 +390915,2525.269321,2750.319772,2245.319057,1082.639755,2295.823087 +390916,2496.079021,2746.548365,2244.785581,1084.346429,2292.702964 +390917,2546.13864,2742.71297,2244.309219,1086.274185,2289.768614 +390918,2509.895377,2738.799542,2243.872191,1087.902537,2286.982078 +390919,2546.92503,2734.842892,2243.483429,1089.725643,2284.347616 +390920,2509.237407,2730.884524,2243.175407,1091.483219,2281.879575 +390921,2576.364024,2726.989264,2242.972348,1093.24863,2279.618474 +390922,2503.671328,2725.596281,2244.519925,1095.014249,2279.612499 +390923,2589.863792,2720.483844,2243.916197,1096.775031,2276.771065 +390924,2526.606423,2716.070339,2243.625869,1098.603946,2274.628898 +390925,2577.066062,2711.732003,2243.385674,1100.264063,2272.577901 +390926,2555.965738,2706.869146,2244.714134,1102.07089,2272.534852 +390927,2568.479994,2690.436215,2244.819573,1103.814831,2270.995561 +390928,2571.700024,2683.739516,2244.312322,1105.502309,2268.714267 +390929,2575.916471,2670.996902,2243.513704,1107.354322,2266.080639 +390930,2580.196161,2668.664289,2241.081698,1109.056653,2261.370233 +390931,2584.581412,2663.573023,2241.555144,1110.776831,2260.090104 +390932,2588.403761,2647.615481,2239.482869,1112.538642,2256.073447 +390933,2592.952064,2653.005275,2238.58808,1114.133812,2253.098586 +390934,2596.997243,2633.807427,2239.41351,1115.869177,2252.61624 +390935,2601.060986,2630.859599,2237.783465,1117.538956,2248.99879 +390936,2605.199206,2624.707034,2236.838433,1119.218611,2246.283942 +390937,2609.109851,2609.178546,2236.088059,1120.891933,2243.832416 +390938,2613.435952,2609.155495,2235.422592,1122.560579,2241.499343 +390939,2617.393046,2600.200792,2235.146524,1124.226424,2239.452922 +390940,2621.415726,2591.333858,2234.726343,1125.887902,2237.539356 +390941,2625.228895,2584.49732,2234.498506,1127.545049,2235.658715 +390942,2629.465495,2569.622541,2233.893654,1129.198161,2233.661188 +390943,2633.322542,2576.262774,2233.262166,1130.847356,2231.828278 +390944,2637.418124,2552.057284,2234.543768,1132.493115,2232.071131 +390945,2649.476796,2552.895288,2233.286282,1134.201968,2229.059691 +390946,2632.963031,2543.740663,2232.516806,1135.734709,2226.715677 +390947,2662.368831,2534.933153,2232.227722,1137.417459,2224.727003 +390948,2648.610436,2527.13135,2231.949765,1139.035252,2222.986704 +390949,2657.748409,2511.893984,2233.063975,1140.660444,2223.060775 +390950,2661.208927,2518.983797,2231.79199,1142.208245,2220.065669 +390951,2664.701688,2492.166791,2231.338944,1143.930774,2217.875811 +390952,2668.486621,2495.531723,2232.401224,1145.492813,2217.830602 +390953,2672.176792,2484.094034,2231.097432,1147.181194,2214.81599 +390954,2676.113714,2475.67589,2232.086373,1148.680879,2214.691885 +390955,2679.563093,2466.854054,2230.728428,1150.328711,2211.611898 +390956,2683.347228,2458.582753,2230.069362,1151.914995,2209.402374 +390957,2686.775729,2450.077476,2229.697428,1153.505711,2207.54519 +390958,2690.759157,2441.015136,2229.469649,1155.092645,2205.862967 +390959,2694.222202,2432.508968,2229.313454,1156.675564,2204.27492 +390960,2697.793865,2416.32429,2229.086278,1158.25411,2202.60002 +390961,2460.692936,2312.50786,2225.875257,1050.653893,2197.191355 +390962,2458.095583,2288.442302,2203.821823,1049.564747,2165.033391 +390963,2458.094917,2281.638878,2176.79612,1049.198981,2125.591347 +390964,2458.279529,2270.944775,2156.314306,1049.3039,2092.933843 +390965,2459.283791,2260.183198,2139.104677,1049.512161,2064.303157 +390966,2460.207581,2250.069024,2129.210655,1049.859911,2044.63018 +390967,2461.379383,2239.614501,2120.128746,1050.272762,2026.329715 +390968,2462.455863,2229.51044,2115.409785,1050.744615,2013.88961 +390969,2463.985296,2219.307691,2109.548842,1051.249691,2000.349062 +390970,2465.375906,2201.342778,2106.792589,1051.790914,1991.344958 +390971,2466.694607,2209.386636,2102.33452,1052.422826,1980.714473 +390972,2468.16793,2176.119089,2099.02055,1052.905518,1971.913079 +390973,2469.725883,2182.110769,2096.211193,1053.491216,1964.106837 +390974,2470.966155,2166.60854,2093.875842,1054.207849,1957.224198 +390975,2472.842561,2156.805309,2091.835258,1054.796861,1951.014023 +390976,2474.225389,2146.829325,2089.964971,1055.461026,1945.292292 +390977,2483.991792,2136.604295,2088.367324,1056.128754,1940.154052 +390978,2465.558316,2126.516072,2086.744993,1056.808819,1935.204114 +390979,2492.022498,2116.103669,2085.219836,1057.501185,1930.564598 +390980,2476.736938,2106.032993,2083.90764,1058.20512,1926.353404 +390981,2482.940482,2095.764378,2082.544279,1058.920001,1922.224926 +390982,2484.752845,2085.731696,2081.207028,1059.716306,1918.255282 +390983,2485.965492,2075.312963,2079.967609,1060.346075,1914.515742 +390984,2487.66455,2065.291176,2078.776955,1061.142154,1910.931922 +390985,2489.279438,2055.038861,2077.634183,1061.886537,1907.490854 +390986,2490.962663,2044.929883,2076.539914,1062.650457,1904.182902 +390987,2492.725532,2034.894975,2075.49243,1063.423661,1900.996852 +390988,2494.278196,2023.444354,2074.492994,1064.205452,1897.926346 +390989,2495.833439,1999.984358,2073.657036,1064.995723,1895.106896 +390990,2497.803361,2026.960972,2073.063347,1065.794062,1892.631128 +390991,2499.344932,1974.554901,2072.702014,1066.49083,1890.484431 +390992,2501.146646,1979.707861,2074.203989,1067.366525,1890.68226 +390993,2502.520699,1976.632459,2073.088094,1068.085796,1887.716434 +390994,2504.282272,1962.976276,2072.537866,1068.872656,1885.485911 +390995,2505.903171,1948.499763,2072.210061,1069.652347,1883.551706 +390996,2507.713816,1943.735438,2073.702212,1070.436371,1883.882791 +390997,2509.207376,1937.940553,2074.28197,1071.223729,1883.127953 +390998,2510.774063,1913.082727,2072.812325,1072.087169,1879.878021 +390999,2512.541071,1916.467696,2072.307116,1072.775368,1877.78826 +391000,2513.976922,1901.265164,2071.870277,1073.625542,1875.815229 +391001,2515.91727,1892.446416,2071.584734,1074.417133,1874.029677 +391002,2517.67169,1898.140103,2073.055694,1075.223845,1874.42719 +391003,2519.052468,1850.482882,2071.969365,1076.030392,1871.683579 +391004,2520.911481,1877.079893,2071.48667,1076.843944,1869.693976 +391005,2522.782771,1846.25261,2072.866118,1077.659511,1870.010342 +391006,2524.189963,1845.940665,2071.712275,1078.474795,1867.204031 +391007,2526.04269,1833.61374,2071.175333,1079.296489,1865.161811 +391008,2527.771179,1824.524124,2070.858912,1080.118614,1863.386588 +391009,2529.703743,1814.922324,2072.348784,1080.94445,1863.850196 +391010,2531.128144,1805.631413,2071.269195,1081.769226,1861.149367 +391011,2533.065359,1796.16618,2070.785032,1082.599336,1859.189758 +391012,2542.394368,1799.167884,2070.641566,1083.429547,1857.647747 +391013,2526.139378,1759.949394,2070.671269,1084.2616,1856.088443 +391014,2549.660507,1776.717774,2070.552968,1085.095081,1854.613162 +391015,2530.337487,1757.328063,2072.114557,1085.93076,1855.255174 +391016,2552.468426,1750.096812,2071.114026,1086.76515,1852.707192 +391017,2541.523386,1741.069914,2070.798076,1087.60348,1851.015612 +391018,2546.268677,1732.141126,2070.567387,1088.441134,1849.421461 +391019,2548.671399,1723.27483,2070.561848,1089.279941,1847.886012 +391020,2550.364857,1714.364249,2070.438687,1090.194528,1846.47788 +391021,2739.92781,1813.05501,2075.86943,1197.423806,1852.941664 +391022,2757.402001,1828.880557,2096.216002,1200.207922,1881.134015 +391023,2776.479506,1766.7487,2122.071126,1202.121777,1917.629561 +391024,2790.944079,1807.224996,2144.682344,1204.05029,1951.049725 +391025,2800.41455,1780.830133,2161.715828,1205.65898,1978.290116 +391026,2806.190376,1776.883446,2174.059153,1207.244776,1999.36624 +391027,2809.633809,1769.182253,2183.049002,1208.755365,2015.909119 +391028,2811.704325,1762.041034,2189.775017,1210.218105,2029.148552 +391029,2813.010345,1754.619108,2195.165894,1211.64318,2040.152001 +391030,2813.903178,1747.366297,2199.269743,1213.03647,2049.038603 +391031,2814.590167,1740.056243,2202.574842,1214.402354,2056.45258 +391032,2815.190864,1733.101636,2205.288399,1215.704647,2062.688823 +391033,2815.767833,1725.983723,2207.555653,1217.053423,2067.968464 +391034,2816.367061,1719.056835,2209.492976,1218.317409,2072.643997 +391035,2817.004225,1712.307134,2211.178766,1219.587158,2076.477734 +391036,2817.692172,1705.280579,2212.676003,1220.842491,2079.801895 +391037,2818.435472,1698.838484,2214.03102,1222.080588,2082.84886 +391038,2819.231057,1692.186232,2215.275999,1223.302088,2085.503159 +391039,2820.078197,1685.740141,2216.437213,1224.506809,2087.55069 +391040,2821.009613,1679.381332,2217.534634,1225.732292,2089.404319 +391041,2822.074339,1673.144706,2218.582448,1226.878071,2091.375229 +391042,2823.273095,1666.901503,2219.580807,1228.067082,2093.029571 +391043,2824.593902,1661.13192,2220.536672,1229.26183,2094.755815 +391044,2825.943463,1675.898283,2221.409505,1230.299613,2096.1226 +391045,2827.4532,1619.558922,2222.298992,1231.475733,2097.434119 +391046,2829.015318,1683.697569,2223.149951,1232.564601,2098.637004 +391047,2830.648337,1598.407005,2223.984004,1233.650632,2099.768142 +391048,2832.333101,1667.979569,2224.796367,1234.722203,2100.829895 +391049,2834.038396,1598.466768,2225.572877,1235.779859,2101.811563 +391050,2835.805764,1634.396498,2226.344156,1236.823438,2102.755686 +391051,2837.550807,1614.723052,2227.060247,1237.787446,2103.816971 +391052,2839.289654,1612.388461,2227.733525,1238.789031,2104.600945 +391053,2841.060253,1607.651424,2228.389187,1239.727342,2105.347176 +391054,2842.841126,1603.125343,2229.015641,1240.90824,2106.047831 +391055,2844.639069,1598.682103,2229.618776,1242.131387,2106.715043 +391056,2846.446227,1594.311693,2230.195681,1243.496766,2107.345853 +391057,2850.966517,1589.995857,2232.467311,1244.88296,2110.070734 +391058,2851.414676,1585.738153,2232.148002,1246.320858,2109.60916 +391059,2852.693923,1581.530115,2232.327574,1247.980369,2109.760907 +391060,2854.216878,1577.377453,2232.620859,1249.706703,2110.040276 +391061,2855.88485,1573.163065,2232.967121,1251.318993,2110.376367 +391062,2857.637039,1569.249706,2233.334967,1253.576187,2110.735255 +391063,2859.438471,1565.159743,2233.707239,1257.333703,2111.101252 +391064,2861.274769,1561.204772,2234.078523,1255.227868,2111.468954 +391065,2863.127254,1557.26887,2234.438011,1266.231424,2111.8271 +391066,2865.018432,1553.3821,2234.801309,1249.832756,2112.194301 +391067,2866.938601,1549.626027,2235.162375,1268.834248,2112.564506 +391068,2868.786424,1545.675432,2235.458102,1281.704377,2112.858888 +391069,2870.704673,1541.963118,2235.778322,1241.576054,2113.189174 +391070,2872.677906,1539.539289,2236.114446,1282.591834,2113.543912 +391071,2874.586104,1537.160375,2236.390746,1269.635632,2113.83111 +391072,2876.475583,1534.512105,2236.637307,1274.767273,2114.086616 +391073,2878.381273,1531.989299,2236.875447,1277.311254,2114.337477 +391074,2880.283987,1529.474478,2237.09387,1279.916127,2114.568622 +391075,2882.193371,1526.968293,2237.298473,1282.522947,2114.78855 +391076,2884.103689,1524.489768,2237.486812,1285.263748,2114.993318 +391077,2886.021688,1522.026456,2237.662938,1287.954075,2115.189171 +391078,2887.946612,1519.580477,2237.826888,1291.001802,2115.376034 +391079,2889.876054,1517.055017,2237.977703,1293.710847,2115.55266 +391080,2891.810462,1514.790278,2238.114816,1296.746887,2115.718391 +391081,2891.880691,1535.510203,2236.416065,1322.902013,2112.610728 +391082,2894.827115,1534.539914,2236.531189,1327.48213,2112.185243 +391083,2899.339493,1533.39661,2237.677308,1331.830375,2113.537132 +391084,2903.869564,1531.9764,2238.922872,1336.054414,2114.930687 +391085,2907.743828,1530.742967,2239.829478,1340.257172,2115.944307 +391086,2910.918076,1529.252968,2240.349617,1344.462557,2116.479805 +391087,2913.590743,1527.828191,2240.581956,1348.696241,2116.632018 +391088,2915.975261,1526.381461,2240.62248,1352.965081,2116.511108 +391089,2918.184968,1524.934459,2240.536444,1357.27953,2116.192245 +391090,2920.558039,1523.491288,2240.354822,1364.828292,2115.71076 +391091,2922.558082,1522.054975,2240.101149,1367.47323,2115.095573 +391092,2924.497212,1520.626811,2239.791832,1376.949719,2114.368778 +391093,2926.428005,1519.208522,2239.456556,1369.620108,2113.570166 +391094,2928.403303,1517.800596,2239.117183,1373.054464,2112.730518 +391095,2930.34983,1516.404245,2238.737536,1389.35258,2111.8086 +391096,2932.247881,1515.019715,2238.30925,1387.388626,2110.797332 +391097,2934.157256,1513.647827,2237.861197,1393.617743,2109.735476 +391098,2936.070974,1512.288424,2237.398766,1398.475541,2108.632557 +391099,2937.981009,1510.942178,2236.920164,1403.334816,2107.489169 +391100,2939.905624,1509.608914,2236.427652,1408.348152,2106.310815 +391101,2941.802728,1508.289205,2235.904147,1424.523681,2105.078596 +391102,2943.735818,1506.982808,2235.392686,1401.595047,2103.848174 +391103,2945.712995,1505.690153,2234.888991,1431.253419,2102.616365 +391104,2947.651792,1504.411064,2234.350522,1426.878388,2101.332199 +391105,2949.577335,1503.146032,2233.795761,1433.747454,2100.020078 +391106,2951.510867,1501.894674,2233.227885,1443.504833,2098.685085 +391107,2953.441054,1500.757346,2232.648656,1443.916847,2097.330484 +391108,2955.399187,1499.385616,2232.080529,1443.567499,2095.985365 +391109,2957.350047,1498.24669,2231.491431,1466.865179,2094.61095 +391110,2959.402549,1497.036176,2230.893568,1448.007127,2093.223329 +391111,2961.668498,1495.797431,2230.281543,1481.252874,2091.816465 +391112,2964.154861,1494.561447,2229.632332,1471.456422,2090.370149 +391113,2966.930721,1493.33393,2229.000775,1461.290453,2088.958412 +391114,2970.082679,1492.115983,2228.467417,1507.279971,2087.683723 +391115,2973.408365,1490.908783,2227.930568,1473.523788,2086.4199 +391116,2976.859519,1489.71241,2227.379418,1504.973386,2085.152636 +391117,2980.481616,1488.527603,2226.856088,1497.239415,2083.932909 +391118,2984.576739,1487.35414,2226.385653,1507.205203,2082.790928 +391119,2988.68016,1486.192708,2226.057173,1512.402165,2081.837616 +391120,2993.076109,1485.04296,2225.865317,1518.154033,2081.06744 +391121,2997.677683,1483.905444,2225.756334,1524.069322,2080.414653 +391122,3002.43713,1482.77986,2225.703464,1529.843067,2079.846164 +391123,3010.049003,1481.668349,2227.42406,1536.0359,2081.506748 +391124,3013.555996,1480.563908,2226.526251,1541.907007,2079.928603 +391125,3017.996476,1479.477223,2226.185387,1548.015174,2079.052763 +391126,3025.730199,1478.401548,2227.744764,1554.022069,2080.758657 +391127,3029.192892,1477.333882,2226.749892,1560.259128,2079.073253 +391128,3033.648753,1476.28358,2226.355136,1566.414117,2078.13409 +391129,3038.815068,1475.243022,2226.224116,1578.174654,2077.51816 +391130,3046.857577,1474.216637,2227.927039,1576.491795,2079.200729 +391131,3049.849689,1473.19739,2226.982465,1586.088179,2077.591356 +391132,3054.778334,1472.195565,2226.627769,1592.064846,2076.72594 +391133,3062.757565,1471.204906,2228.203122,1598.157571,2078.276792 +391134,3066.612863,1470.221265,2227.229415,1604.589165,2076.650851 +391135,3074.150942,1469.25715,2228.590972,1611.150924,2077.954307 +391136,3077.88864,1468.296271,2227.511231,1617.426017,2076.211138 +391137,3083.041314,1467.353624,2227.0859,1623.879708,2075.284363 +391138,3088.312051,1466.419265,2226.894544,1630.611228,2074.643666 +391139,3093.825257,1465.497159,2226.833384,1637.029241,2074.16576 +391140,3099.493161,1464.586053,2226.850049,1643.699247,2073.79224 +391141,3109.610901,1430.32389,2230.511598,1618.841311,2079.297444 +391142,3109.55275,1428.679297,2227.197687,1621.925356,2075.190861 +391143,3107.966533,1427.194852,2222.551205,1629.426607,2068.791119 +391144,3107.599503,1425.712356,2218.505181,1635.416041,2062.86012 +391145,3109.293925,1424.250155,2215.718575,1641.581843,2058.449277 +391146,3112.740728,1422.799838,2214.051674,1647.687223,2055.509258 +391147,3117.337497,1421.261721,2213.159078,1654.182722,2053.671029 +391148,3122.899676,1419.975033,2212.744745,1660.419274,2052.590598 +391149,3128.532295,1418.485965,2212.620955,1666.702543,2052.03834 +391150,3134.51942,1417.087534,2212.774766,1678.201777,2051.992511 +391151,3140.659836,1415.683504,2213.071568,1677.520291,2052.274763 +391152,3146.769178,1414.285932,2213.378965,1686.35178,2052.707373 +391153,3153.042052,1412.895678,2213.816081,1696.557764,2053.42637 +391154,3159.618468,1411.511717,2214.459491,1705.765734,2054.51599 +391155,3166.388964,1410.134354,2215.243917,1714.462963,2055.885096 +391156,3173.252073,1408.762786,2216.099074,1723.16838,2057.436917 +391157,3180.295503,1407.39746,2217.083722,1736.846002,2059.236032 +391158,3187.382658,1406.037436,2218.104901,1739.288273,2061.157383 +391159,3194.317467,1404.683111,2219.042574,1749.553802,2063.041748 +391160,3201.248549,1403.333904,2219.980026,1759.046393,2064.984194 +391161,3208.367353,1401.989488,2221.039724,1767.209713,2067.130471 +391162,3215.343818,1400.650417,2222.00848,1781.120287,2069.207961 +391163,3222.448997,1399.316812,2223.060381,1783.701766,2071.429647 +391164,3229.38369,1397.987389,2224.001784,1793.589619,2073.548351 +391165,3236.737144,1396.663236,2225.211995,1807.588087,2075.791595 +391166,3243.868152,1395.343348,2226.268959,1810.642289,2078.123629 +391167,3250.966421,1394.028257,2227.307807,1824.334428,2080.464496 +391168,3258.045582,1392.717312,2228.330532,1828.566243,2082.808314 +391169,3265.102352,1391.410959,2229.339101,1840.909321,2085.152609 +391170,3272.275737,1390.108615,2230.414692,1850.125817,2087.596995 +391171,3279.327021,1388.74229,2231.414111,1853.387354,2089.961389 +391172,3285.939304,1387.27024,2232.149157,1858.650783,2092.017629 +391173,3292.111027,1386.028757,2232.618681,1863.159618,2093.766379 +391174,3297.853594,1384.581642,2232.822732,1865.97179,2095.204092 +391175,3303.154977,1383.213894,2232.745466,1869.026365,2096.305443 +391176,3308.087721,1381.924898,2232.42527,1872.304718,2097.113811 +391177,3312.753864,1380.407909,2231.921631,1875.747587,2097.700946 +391178,3317.229042,1379.091337,2231.283894,1879.287503,2098.128056 +391179,3321.578114,1377.697432,2230.548462,1882.875793,2098.44176 +391180,3325.835014,1376.317158,2229.741751,1886.486091,2098.677045 +391181,3330.03165,1374.938318,2228.882811,1890.106648,2098.85989 +391182,3334.179494,1373.560006,2227.985329,1893.732552,2099.009408 +391183,3338.295273,1372.182807,2227.059116,1897.361344,2099.139502 +391184,3342.380531,1370.806199,2226.111245,1900.991374,2099.260257 +391185,3346.445401,1369.430716,2225.146755,1904.621343,2099.378799 +391186,3350.487327,1368.055844,2224.169258,1908.250315,2099.500122 +391187,3354.513351,1366.682097,2223.181302,1911.877638,2099.627562 +391188,3358.519317,1365.308966,2222.184708,1915.502904,2099.763297 +391189,3362.504962,1363.936942,2221.180751,1919.125825,2099.908604 +391190,3366.477743,1362.56554,2220.170337,1922.746172,2100.064146 +391191,3370.4318,1361.195223,2219.154048,1926.363665,2100.230048 +391192,3374.365332,1359.82551,2218.132325,1929.978062,2100.406194 +391193,3378.279219,1358.456862,2217.105474,1933.589091,2100.592225 +391194,3382.174415,1357.088799,2216.073714,1937.196454,2100.787665 +391195,3386.05086,1355.72177,2215.037161,1940.799784,2100.991883 +391196,3389.906289,1354.355294,2213.994799,1944.59134,2101.202845 +391197,3393.739755,1352.989813,2212.946433,1948.160277,2101.419543 +391198,3397.55302,1351.62485,2211.893644,1951.718559,2101.64323 +391199,3401.346999,1350.169485,2210.837426,1955.277026,2101.874465 +391200,3405.120667,1348.940098,2209.777439,1958.837657,2102.112197 +391201,3410.56894,1281.049441,2210.33947,1963.211355,2105.246707 +391202,3406.274988,1278.96768,2203.553544,1961.870461,2097.60577 +391203,3397.814044,1277.010549,2193.749064,1958.619182,2084.631762 +391204,3390.655673,1275.10685,2184.599349,1956.9062,2071.897051 +391205,3386.762368,1273.219685,2177.564104,1957.683368,2061.678062 +391206,3385.78814,1271.428629,2172.501743,1960.36438,2054.052336 +391207,3386.73033,1269.432397,2168.820968,1964.049822,2048.388282 +391208,3388.755269,1267.62732,2165.99531,1968.103827,2044.088858 +391209,3391.36693,1265.754544,2163.712593,1972.220303,2040.765742 +391210,3394.315247,1263.897368,2161.789263,1976.300239,2038.192483 +391211,3397.476799,1261.955856,2160.134851,1980.330079,2036.228602 +391212,3400.780241,1260.229491,2158.675874,1984.315211,2034.772032 +391213,3404.1764,1258.317638,2157.371892,1988.258884,2033.740181 +391214,3407.629035,1256.478909,2156.185919,1992.161143,2033.064364 +391215,3411.111279,1254.628074,2155.076694,1996.021342,2032.687307 +391216,3414.604232,1252.77662,2154.031636,1999.840049,2032.561835 +391217,3418.095255,1250.924807,2153.036961,2003.619176,2032.649252 +391218,3421.576108,1249.072496,2152.069621,2007.361335,2032.917708 +391219,3425.041458,1247.21907,2151.13034,2011.069243,2033.340801 +391220,3428.488013,1245.365135,2150.214853,2014.745336,2033.896494 +391221,3431.912748,1243.509086,2149.306652,2018.391337,2034.565828 +391222,3435.314065,1241.653966,2148.411313,2022.008915,2035.333063 +391223,3438.691538,1239.79675,2147.528603,2025.599974,2036.18543 +391224,3442.044811,1237.938817,2146.645357,2029.166003,2037.111983 +391225,3445.373251,1236.07989,2145.76927,2032.707996,2038.103136 +391226,3448.676543,1234.219873,2144.90118,2036.226704,2039.150625 +391227,3451.952344,1232.35887,2144.027725,2039.907304,2040.246016 +391228,3455.200366,1230.496759,2143.157237,2043.353105,2041.382994 +391229,3458.422655,1228.633656,2142.292693,2046.7725,2042.558155 +391230,3464.366094,1226.665949,2143.129731,2052.04832,2045.91112 +391231,3466.132899,1224.720617,2141.420607,2054.437061,2046.112321 +391232,3468.614878,1222.912948,2140.217133,2057.308228,2046.98686 +391233,3471.169363,1220.79411,2139.145744,2060.230183,2048.048975 +391234,3473.686022,1218.921223,2138.134656,2063.119814,2049.219994 +391235,3476.131543,1216.870189,2137.167536,2065.948195,2050.470077 +391236,3478.494842,1214.977702,2136.221366,2068.707169,2051.780499 +391237,3480.775226,1212.918763,2135.296416,2071.398804,2053.139054 +391238,3482.974887,1211.099711,2134.379144,2074.027441,2054.536771 +391239,3485.097094,1208.915311,2133.475225,2076.597376,2055.967535 +391240,3489.889576,1207.066743,2134.278575,2081.160301,2059.566885 +391241,3490.455551,1204.897655,2132.543013,2082.587322,2060.009023 +391242,3491.785091,1203.10253,2131.324172,2084.531892,2061.11703 +391243,3493.292244,1200.966645,2130.250789,2086.636517,2062.403428 +391244,3494.869348,1199.05742,2129.247901,2088.810107,2063.785596 +391245,3499.205765,1196.973677,2129.998555,2092.86138,2067.370722 +391246,3499.368163,1195.042605,2128.226037,2094.033881,2067.820046 +391247,3500.321909,1192.952808,2126.9903,2095.748392,2068.94394 +391248,3501.477017,1188.519504,2125.902793,2097.615685,2070.255613 +391249,3503.354344,1186.221302,2124.619487,2100.103635,2071.666764 +391250,3505.629593,1183.847657,2123.207789,2103.069713,2073.127446 +391251,3507.899865,1181.877239,2121.79788,2105.734921,2074.607642 +391252,3509.96951,1179.67626,2120.445493,2108.177068,2076.099248 +391253,3514.552389,1177.524402,2120.87429,2112.324172,2079.741561 +391254,3514.713353,1202.096187,2118.773642,2113.352744,2080.163099 +391255,3515.655463,1133.702751,2117.305753,2115.032662,2081.319859 +391256,3516.798265,1190.285281,2116.059284,2116.755722,2082.710154 +391257,3517.825406,1182.844008,2114.830962,2117.94691,2084.07967 +391258,3518.88731,1141.757549,2113.699306,2119.78071,2085.547277 +391259,3519.909169,1200.00903,2112.622861,2121.600189,2087.057811 +391260,3520.893772,1124.762639,2111.591329,2123.247653,2088.409203 +391261,2340.454288,1178.017288,1041.429513,1692.400934,2431.663556 +391262,2442.763847,1286.625862,1086.633396,1766.806119,2490.119427 +391263,2562.810679,1293.784114,1140.084403,1848.061692,2542.81064 +391264,2657.778493,1293.621513,1183.268978,1903.916696,2570.66126 +391265,2726.082782,1293.149934,1215.99855,1936.592298,2584.108771 +391266,2775.357044,1292.056726,1241.204084,1954.31365,2591.2336 +391267,2811.90173,1291.144732,1261.171911,1964.099262,2595.39767 +391268,2840.220432,1290.092425,1277.524819,1970.222196,2598.206949 +391269,2863.016239,1289.012501,1291.264494,1974.771127,2600.427862 +391270,2881.754233,1287.904805,1303.135063,1978.523135,2602.356511 +391271,2897.295662,1286.778862,1313.139995,1981.717125,2604.101873 +391272,2910.23596,1285.643948,1321.722893,1984.458101,2605.702531 +391273,2921.033409,1284.478156,1329.090472,1986.801827,2607.150251 +391274,2930.083596,1283.35045,1335.438675,1988.851574,2608.481487 +391275,2937.720536,1282.191581,1340.93722,1990.699353,2609.734332 +391276,2944.462482,1281.049207,1345.713703,1992.380531,2610.908592 +391277,2949.958627,1279.917199,1349.878106,1993.911113,2612.011727 +391278,2954.66222,1278.791667,1353.523608,1995.313149,2613.053089 +391279,2958.714795,1277.674929,1356.728358,1996.60769,2614.04142 +391280,2962.227069,1276.483851,1359.55782,1997.810894,2614.984536 +391281,2965.285542,1275.504161,1362.06677,1998.933695,2615.889087 +391282,2967.958771,1274.349332,1364.301157,1999.983336,2616.760876 +391283,2970.301518,1273.275714,1366.299494,2000.964647,2617.604776 +391284,2972.358027,1272.194523,1368.094156,2001.881098,2618.424988 +391285,2974.163812,1271.119638,1369.712326,2002.735224,2619.224977 +391286,2975.747696,1270.032103,1371.176911,2003.528992,2620.007697 +391287,2977.130464,1268.961548,1372.505782,2004.261739,2620.772725 +391288,2978.331716,1267.897865,1373.715613,2004.935408,2621.522852 +391289,2979.368297,1266.837835,1374.820945,2005.552254,2622.261067 +391290,2980.253564,1265.780202,1375.833904,2006.113675,2622.989415 +391291,2980.998024,1264.640294,1376.764541,2006.620296,2623.709097 +391292,2981.498675,1263.483839,1377.617849,2006.94529,2624.420823 +391293,2981.69588,1262.400338,1378.398553,2007.015249,2625.124912 +391294,2981.585896,1261.113411,1379.112162,2006.828967,2625.821516 +391295,2981.191251,1260.000741,1379.764389,2006.419666,2626.510686 +391296,2980.540115,1258.81217,1380.360566,2005.823767,2627.192427 +391297,2979.65787,1257.632598,1380.905378,2005.068432,2627.866642 +391298,2978.565043,1256.448931,1381.402878,2004.171043,2628.533165 +391299,2977.277844,1255.260996,1381.856564,2003.142452,2629.191723 +391300,2975.809468,1254.068285,1382.269488,2001.989978,2629.841985 +391301,2974.171024,1252.870812,1382.644326,2000.719081,2630.483536 +391302,2972.371873,1251.668048,1382.983444,1999.33414,2631.115932 +391303,2970.420078,1250.380388,1383.288935,1997.83873,2631.73867 +391304,2968.322589,1249.285469,1383.562674,1996.235802,2632.351247 +391305,2966.085365,1248.007157,1383.806331,1994.527781,2632.953122 +391306,2963.713649,1246.794592,1384.021413,1992.716688,2633.543769 +391307,2961.21196,1245.563192,1384.209276,1990.804209,2634.12264 +391308,2958.584234,1244.325237,1384.371161,1988.791783,2634.689224 +391309,2955.833934,1243.081037,1384.508192,1986.6806,2635.242996 +391310,2952.949988,1241.830258,1384.621403,1984.456365,2635.783464 +391311,2949.830804,1240.570535,1384.712067,1982.011871,2636.31148 +391312,2946.421411,1239.302233,1384.780851,1979.292694,2636.825879 +391313,2942.717906,1238.02715,1384.828265,1976.304126,2637.3253 +391314,2938.463068,1235.836759,1384.854915,1973.077227,2637.808869 +391315,2934.692516,1234.370801,1384.82276,1970.13235,2638.274984 +391316,2930.984908,1233.004284,1384.746141,1967.28641,2638.725421 +391317,2927.115222,1231.657669,1384.645864,1964.272995,2639.159853 +391318,2922.970208,1230.315574,1384.5334,1960.967705,2639.57741 +391319,2918.531151,1228.974238,1384.412141,1957.365124,2639.977244 +391320,2913.819662,1227.62968,1384.281932,1953.506558,2640.358825 +391321,0,0,0,0,0 +391322,0,0,0,0,0 +391323,0,0,0,0,0 +391324,0,0,0,0,0 +391325,0,0,0,0,0 +391326,0,0,0,0,0 +391327,0,0,0,0,0 +391328,0,0,0,0,0 +391329,0,0,0,0,0 +391330,0,0,0,0,0 +391331,0,0,0,0,0 +391332,0,0,0,0,0 +391333,0,0,0,0,0 +391334,0,0,0,0,0 +391335,0,0,0,0,0 +391336,0,0,0,0,0 +391337,0,0,0,0,0 +391338,0,0,0,0,0 +391339,0,0,0,0,0 +391340,0,0,0,0,0 +391341,0,0,0,0,0 +391342,0,0,0,0,0 +391343,0,0,0,0,0 +391344,0,0,0,0,0 +391345,0,0,0,0,0 +391346,0,0,0,0,0 +391347,0,0,0,0,0 +391348,0,0,0,0,0 +391349,0,0,0,0,0 +391350,0,0,0,0,0 +391351,0,0,0,0,0 +391352,0,0,0,0,0 +391353,0,0,0,0,0 +391354,0,0,0,0,0 +391355,0,0,0,0,0 +391356,0,0,0,0,0 +391357,0,0,0,0,0 +391358,0,0,0,0,0 +391359,0,0,0,0,0 +391360,0,0,0,0,0 +391361,0,0,0,0,0 +391362,0,0,0,0,0 +391363,0,0,0,0,0 +391364,0,0,0,0,0 +391365,0,0,0,0,0 +391366,0,0,0,0,0 +391367,0,0,0,0,0 +391368,0,0,0,0,0 +391369,0,0,0,0,0 +391370,0,0,0,0,0 +391371,0,0,0,0,0 +391372,0,0,0,0,0 +391373,0,0,0,0,0 +391374,0,0,0,0,0 +391375,0,0,0,0,0 +391376,0,0,0,0,0 +391377,0,0,0,0,0 +391378,0,0,0,0,0 +391379,0,0,0,0,0 +391380,0,0,0,0,0 +391381,0,0,0,0,0 +391382,0,0,0,0,0 +391383,0,0,0,0,0 +391384,0,0,0,0,0 +391385,0,0,0,0,0 +391386,0,0,0,0,0 +391387,0,0,0,0,0 +391388,0,0,0,0,0 +391389,0,0,0,0,0 +391390,0,0,0,0,0 +391391,0,0,0,0,0 +391392,0,0,0,0,0 +391393,0,0,0,0,0 +391394,0,0,0,0,0 +391395,0,0,0,0,0 +391396,0,0,0,0,0 +391397,0,0,0,0,0 +391398,0,0,0,0,0 +391399,0,0,0,0,0 +391400,0,0,0,0,0 +391401,0,0,0,0,0 +391402,0,0,0,0,0 +391403,0,0,0,0,0 +391404,0,0,0,0,0 +391405,0,0,0,0,0 +391406,0,0,0,0,0 +391407,0,0,0,0,0 +391408,0,0,0,0,0 +391409,0,0,0,0,0 +391410,0,0,0,0,0 +391411,0,0,0,0,0 +391412,0,0,0,0,0 +391413,0,0,0,0,0 +391414,0,0,0,0,0 +391415,0,0,0,0,0 +391416,0,0,0,0,0 +391417,0,0,0,0,0 +391418,0,0,0,0,0 +391419,0,0,0,0,0 +391420,0,0,0,0,0 +391421,0,0,0,0,0 +391422,0,0,0,0,0 +391423,0,0,0,0,0 +391424,0,0,0,0,0 +391425,0,0,0,0,0 +391426,0,0,0,0,0 +391427,0,0,0,0,0 +391428,0,0,0,0,0 +391429,0,0,0,0,0 +391430,0,0,0,0,0 +391431,0,0,0,0,0 +391432,0,0,0,0,0 +391433,0,0,0,0,0 +391434,0,0,0,0,0 +391435,0,0,0,0,0 +391436,0,0,0,0,0 +391437,0,0,0,0,0 +391438,0,0,0,0,0 +391439,0,0,0,0,0 +391440,0,0,0,0,0 +391441,0,0,0,0,0 +391442,0,0,0,0,0 +391443,0,0,0,0,0 +391444,0,0,0,0,0 +391445,0,0,0,0,0 +391446,0,0,0,0,0 +391447,0,0,0,0,0 +391448,0,0,0,0,0 +391449,0,0,0,0,0 +391450,0,0,0,0,0 +391451,0,0,0,0,0 +391452,0,0,0,0,0 +391453,0,0,0,0,0 +391454,0,0,0,0,0 +391455,0,0,0,0,0 +391456,0,0,0,0,0 +391457,0,0,0,0,0 +391458,0,0,0,0,0 +391459,0,0,0,0,0 +391460,0,0,0,0,0 +391461,0,0,0,0,0 +391462,0,0,0,0,0 +391463,0,0,0,0,0 +391464,0,0,0,0,0 +391465,0,0,0,0,0 +391466,0,0,0,0,0 +391467,0,0,0,0,0 +391468,0,0,0,0,0 +391469,0,0,0,0,0 +391470,0,0,0,0,0 +391471,0,0,0,0,0 +391472,0,0,0,0,0 +391473,0,0,0,0,0 +391474,0,0,0,0,0 +391475,0,0,0,0,0 +391476,0,0,0,0,0 +391477,0,0,0,0,0 +391478,0,0,0,0,0 +391479,0,0,0,0,0 +391480,0,0,0,0,0 +391481,0,0,0,0,0 +391482,0,0,0,0,0 +391483,0,0,0,0,0 +391484,0,0,0,0,0 +391485,0,0,0,0,0 +391486,0,0,0,0,0 +391487,0,0,0,0,0 +391488,0,0,0,0,0 +391489,0,0,0,0,0 +391490,0,0,0,0,0 +391491,0,0,0,0,0 +391492,0,0,0,0,0 +391493,0,0,0,0,0 +391494,0,0,0,0,0 +391495,0,0,0,0,0 +391496,0,0,0,0,0 +391497,0,0,0,0,0 +391498,0,0,0,0,0 +391499,0,0,0,0,0 +391500,0,0,0,0,0 +391501,0,0,0,0,0 +391502,0,0,0,0,0 +391503,0,0,0,0,0 +391504,0,0,0,0,0 +391505,0,0,0,0,0 +391506,0,0,0,0,0 +391507,0,0,0,0,0 +391508,0,0,0,0,0 +391509,0,0,0,0,0 +391510,0,0,0,0,0 +391511,0,0,0,0,0 +391512,0,0,0,0,0 +391513,0,0,0,0,0 +391514,0,0,0,0,0 +391515,0,0,0,0,0 +391516,0,0,0,0,0 +391517,0,0,0,0,0 +391518,0,0,0,0,0 +391519,0,0,0,0,0 +391520,0,0,0,0,0 +391521,0,0,0,0,0 +391522,0,0,0,0,0 +391523,0,0,0,0,0 +391524,0,0,0,0,0 +391525,0,0,0,0,0 +391526,0,0,0,0,0 +391527,0,0,0,0,0 +391528,0,0,0,0,0 +391529,0,0,0,0,0 +391530,0,0,0,0,0 +391531,0,0,0,0,0 +391532,0,0,0,0,0 +391533,0,0,0,0,0 +391534,0,0,0,0,0 +391535,0,0,0,0,0 +391536,0,0,0,0,0 +391537,0,0,0,0,0 +391538,0,0,0,0,0 +391539,0,0,0,0,0 +391540,0,0,0,0,0 +391541,0,0,0,0,0 +391542,0,0,0,0,0 +391543,0,0,0,0,0 +391544,0,0,0,0,0 +391545,0,0,0,0,0 +391546,0,0,0,0,0 +391547,0,0,0,0,0 +391548,0,0,0,0,0 +391549,0,0,0,0,0 +391550,0,0,0,0,0 +391551,0,0,0,0,0 +391552,0,0,0,0,0 +391553,0,0,0,0,0 +391554,0,0,0,0,0 +391555,0,0,0,0,0 +391556,0,0,0,0,0 +391557,0,0,0,0,0 +391558,0,0,0,0,0 +391559,0,0,0,0,0 +391560,0,0,0,0,0 +391561,0,0,0,0,0 +391562,0,0,0,0,0 +391563,0,0,0,0,0 +391564,0,0,0,0,0 +391565,0,0,0,0,0 +391566,0,0,0,0,0 +391567,0,0,0,0,0 +391568,0,0,0,0,0 +391569,0,0,0,0,0 +391570,0,0,0,0,0 +391571,0,0,0,0,0 +391572,0,0,0,0,0 +391573,0,0,0,0,0 +391574,0,0,0,0,0 +391575,0,0,0,0,0 +391576,0,0,0,0,0 +391577,0,0,0,0,0 +391578,0,0,0,0,0 +391579,0,0,0,0,0 +391580,0,0,0,0,0 +391581,0,0,0,0,0 +391582,0,0,0,0,0 +391583,0,0,0,0,0 +391584,0,0,0,0,0 +391585,0,0,0,0,0 +391586,0,0,0,0,0 +391587,0,0,0,0,0 +391588,0,0,0,0,0 +391589,0,0,0,0,0 +391590,0,0,0,0,0 +391591,0,0,0,0,0 +391592,0,0,0,0,0 +391593,0,0,0,0,0 +391594,0,0,0,0,0 +391595,0,0,0,0,0 +391596,0,0,0,0,0 +391597,0,0,0,0,0 +391598,0,0,0,0,0 +391599,0,0,0,0,0 +391600,0,0,0,0,0 +391601,0,0,0,0,0 +391602,0,0,0,0,0 +391603,0,0,0,0,0 +391604,0,0,0,0,0 +391605,0,0,0,0,0 +391606,0,0,0,0,0 +391607,0,0,0,0,0 +391608,0,0,0,0,0 +391609,0,0,0,0,0 +391610,0,0,0,0,0 +391611,0,0,0,0,0 +391612,0,0,0,0,0 +391613,0,0,0,0,0 +391614,0,0,0,0,0 +391615,0,0,0,0,0 +391616,0,0,0,0,0 +391617,0,0,0,0,0 +391618,0,0,0,0,0 +391619,0,0,0,0,0 +391620,0,0,0,0,0 +391621,0,0,0,0,0 +391622,0,0,0,0,0 +391623,0,0,0,0,0 +391624,0,0,0,0,0 +391625,0,0,0,0,0 +391626,0,0,0,0,0 +391627,0,0,0,0,0 +391628,0,0,0,0,0 +391629,0,0,0,0,0 +391630,0,0,0,0,0 +391631,0,0,0,0,0 +391632,0,0,0,0,0 +391633,0,0,0,0,0 +391634,0,0,0,0,0 +391635,0,0,0,0,0 +391636,0,0,0,0,0 +391637,0,0,0,0,0 +391638,0,0,0,0,0 +391639,0,0,0,0,0 +391640,0,0,0,0,0 +391641,0,0,0,0,0 +391642,0,0,0,0,0 +391643,0,0,0,0,0 +391644,0,0,0,0,0 +391645,0,0,0,0,0 +391646,0,0,0,0,0 +391647,0,0,0,0,0 +391648,0,0,0,0,0 +391649,0,0,0,0,0 +391650,0,0,0,0,0 +391651,0,0,0,0,0 +391652,0,0,0,0,0 +391653,0,0,0,0,0 +391654,0,0,0,0,0 +391655,0,0,0,0,0 +391656,0,0,0,0,0 +391657,0,0,0,0,0 +391658,0,0,0,0,0 +391659,0,0,0,0,0 +391660,0,0,0,0,0 +391661,0,0,0,0,0 +391662,0,0,0,0,0 +391663,0,0,0,0,0 +391664,0,0,0,0,0 +391665,0,0,0,0,0 +391666,0,0,0,0,0 +391667,0,0,0,0,0 +391668,0,0,0,0,0 +391669,0,0,0,0,0 +391670,0,0,0,0,0 +391671,0,0,0,0,0 +391672,0,0,0,0,0 +391673,0,0,0,0,0 +391674,0,0,0,0,0 +391675,0,0,0,0,0 +391676,0,0,0,0,0 +391677,0,0,0,0,0 +391678,0,0,0,0,0 +391679,0,0,0,0,0 +391680,0,0,0,0,0 +391681,0,0,0,0,0 +391682,0,0,0,0,0 +391683,0,0,0,0,0 +391684,0,0,0,0,0 +391685,0,0,0,0,0 +391686,0,0,0,0,0 +391687,0,0,0,0,0 +391688,0,0,0,0,0 +391689,0,0,0,0,0 +391690,0,0,0,0,0 +391691,0,0,0,0,0 +391692,0,0,0,0,0 +391693,0,0,0,0,0 +391694,0,0,0,0,0 +391695,0,0,0,0,0 +391696,0,0,0,0,0 +391697,0,0,0,0,0 +391698,0,0,0,0,0 +391699,0,0,0,0,0 +391700,0,0,0,0,0 +391701,0,0,0,0,0 +391702,0,0,0,0,0 +391703,0,0,0,0,0 +391704,0,0,0,0,0 +391705,0,0,0,0,0 +391706,0,0,0,0,0 +391707,0,0,0,0,0 +391708,0,0,0,0,0 +391709,0,0,0,0,0 +391710,0,0,0,0,0 +391711,0,0,0,0,0 +391712,0,0,0,0,0 +391713,0,0,0,0,0 +391714,0,0,0,0,0 +391715,0,0,0,0,0 +391716,0,0,0,0,0 +391717,0,0,0,0,0 +391718,0,0,0,0,0 +391719,0,0,0,0,0 +391720,0,0,0,0,0 +391721,0,0,0,0,0 +391722,0,0,0,0,0 +391723,0,0,0,0,0 +391724,0,0,0,0,0 +391725,0,0,0,0,0 +391726,0,0,0,0,0 +391727,0,0,0,0,0 +391728,0,0,0,0,0 +391729,0,0,0,0,0 +391730,0,0,0,0,0 +391731,0,0,0,0,0 +391732,0,0,0,0,0 +391733,0,0,0,0,0 +391734,0,0,0,0,0 +391735,0,0,0,0,0 +391736,0,0,0,0,0 +391737,0,0,0,0,0 +391738,0,0,0,0,0 +391739,0,0,0,0,0 +391740,0,0,0,0,0 +391741,0,0,0,0,0 +391742,0,0,0,0,0 +391743,0,0,0,0,0 +391744,0,0,0,0,0 +391745,0,0,0,0,0 +391746,0,0,0,0,0 +391747,0,0,0,0,0 +391748,0,0,0,0,0 +391749,0,0,0,0,0 +391750,0,0,0,0,0 +391751,0,0,0,0,0 +391752,0,0,0,0,0 +391753,0,0,0,0,0 +391754,0,0,0,0,0 +391755,0,0,0,0,0 +391756,0,0,0,0,0 +391757,0,0,0,0,0 +391758,0,0,0,0,0 +391759,0,0,0,0,0 +391760,0,0,0,0,0 +391761,0,0,0,0,0 +391762,0,0,0,0,0 +391763,0,0,0,0,0 +391764,0,0,0,0,0 +391765,0,0,0,0,0 +391766,0,0,0,0,0 +391767,0,0,0,0,0 +391768,0,0,0,0,0 +391769,0,0,0,0,0 +391770,0,0,0,0,0 +391771,0,0,0,0,0 +391772,0,0,0,0,0 +391773,0,0,0,0,0 +391774,0,0,0,0,0 +391775,0,0,0,0,0 +391776,0,0,0,0,0 +391777,0,0,0,0,0 +391778,0,0,0,0,0 +391779,0,0,0,0,0 +391780,0,0,0,0,0 +391781,0,0,0,0,0 +391782,0,0,0,0,0 +391783,0,0,0,0,0 +391784,0,0,0,0,0 +391785,0,0,0,0,0 +391786,0,0,0,0,0 +391787,0,0,0,0,0 +391788,0,0,0,0,0 +391789,0,0,0,0,0 +391790,0,0,0,0,0 +391791,0,0,0,0,0 +391792,0,0,0,0,0 +391793,0,0,0,0,0 +391794,0,0,0,0,0 +391795,0,0,0,0,0 +391796,0,0,0,0,0 +391797,0,0,0,0,0 +391798,0,0,0,0,0 +391799,0,0,0,0,0 +391800,0,0,0,0,0 +391801,0,0,0,0,0 +391802,0,0,0,0,0 +391803,0,0,0,0,0 +391804,0,0,0,0,0 +391805,0,0,0,0,0 +391806,0,0,0,0,0 +391807,0,0,0,0,0 +391808,0,0,0,0,0 +391809,0,0,0,0,0 +391810,0,0,0,0,0 +391811,0,0,0,0,0 +391812,0,0,0,0,0 +391813,0,0,0,0,0 +391814,0,0,0,0,0 +391815,0,0,0,0,0 +391816,0,0,0,0,0 +391817,0,0,0,0,0 +391818,0,0,0,0,0 +391819,0,0,0,0,0 +391820,0,0,0,0,0 +391821,0,0,0,0,0 +391822,0,0,0,0,0 +391823,0,0,0,0,0 +391824,0,0,0,0,0 +391825,0,0,0,0,0 +391826,0,0,0,0,0 +391827,0,0,0,0,0 +391828,0,0,0,0,0 +391829,0,0,0,0,0 +391830,0,0,0,0,0 +391831,0,0,0,0,0 +391832,0,0,0,0,0 +391833,0,0,0,0,0 +391834,0,0,0,0,0 +391835,0,0,0,0,0 +391836,0,0,0,0,0 +391837,0,0,0,0,0 +391838,0,0,0,0,0 +391839,0,0,0,0,0 +391840,0,0,0,0,0 +391841,0,0,0,0,0 +391842,0,0,0,0,0 +391843,0,0,0,0,0 +391844,0,0,0,0,0 +391845,0,0,0,0,0 +391846,0,0,0,0,0 +391847,0,0,0,0,0 +391848,0,0,0,0,0 +391849,0,0,0,0,0 +391850,0,0,0,0,0 +391851,0,0,0,0,0 +391852,0,0,0,0,0 +391853,0,0,0,0,0 +391854,0,0,0,0,0 +391855,0,0,0,0,0 +391856,0,0,0,0,0 +391857,0,0,0,0,0 +391858,0,0,0,0,0 +391859,0,0,0,0,0 +391860,0,0,0,0,0 +391861,0,0,0,0,0 +391862,0,0,0,0,0 +391863,0,0,0,0,0 +391864,0,0,0,0,0 +391865,0,0,0,0,0 +391866,0,0,0,0,0 +391867,0,0,0,0,0 +391868,0,0,0,0,0 +391869,0,0,0,0,0 +391870,0,0,0,0,0 +391871,0,0,0,0,0 +391872,0,0,0,0,0 +391873,0,0,0,0,0 +391874,0,0,0,0,0 +391875,0,0,0,0,0 +391876,0,0,0,0,0 +391877,0,0,0,0,0 +391878,0,0,0,0,0 +391879,0,0,0,0,0 +391880,0,0,0,0,0 +391881,0,0,0,0,0 +391882,0,0,0,0,0 +391883,0,0,0,0,0 +391884,0,0,0,0,0 +391885,0,0,0,0,0 +391886,0,0,0,0,0 +391887,0,0,0,0,0 +391888,0,0,0,0,0 +391889,0,0,0,0,0 +391890,0,0,0,0,0 +391891,0,0,0,0,0 +391892,0,0,0,0,0 +391893,0,0,0,0,0 +391894,0,0,0,0,0 +391895,0,0,0,0,0 +391896,0,0,0,0,0 +391897,0,0,0,0,0 +391898,0,0,0,0,0 +391899,0,0,0,0,0 +391900,0,0,0,0,0 +391901,0,0,0,0,0 +391902,0,0,0,0,0 +391903,0,0,0,0,0 +391904,0,0,0,0,0 +391905,0,0,0,0,0 +391906,0,0,0,0,0 +391907,0,0,0,0,0 +391908,0,0,0,0,0 +391909,0,0,0,0,0 +391910,0,0,0,0,0 +391911,0,0,0,0,0 +391912,0,0,0,0,0 +391913,0,0,0,0,0 +391914,0,0,0,0,0 +391915,0,0,0,0,0 +391916,0,0,0,0,0 +391917,0,0,0,0,0 +391918,0,0,0,0,0 +391919,0,0,0,0,0 +391920,0,0,0,0,0 +391921,0,0,0,0,0 +391922,0,0,0,0,0 +391923,0,0,0,0,0 +391924,0,0,0,0,0 +391925,0,0,0,0,0 +391926,0,0,0,0,0 +391927,0,0,0,0,0 +391928,0,0,0,0,0 +391929,0,0,0,0,0 +391930,0,0,0,0,0 +391931,0,0,0,0,0 +391932,0,0,0,0,0 +391933,0,0,0,0,0 +391934,0,0,0,0,0 +391935,0,0,0,0,0 +391936,0,0,0,0,0 +391937,0,0,0,0,0 +391938,0,0,0,0,0 +391939,0,0,0,0,0 +391940,0,0,0,0,0 +391941,0,0,0,0,0 +391942,0,0,0,0,0 +391943,0,0,0,0,0 +391944,0,0,0,0,0 +391945,0,0,0,0,0 +391946,0,0,0,0,0 +391947,0,0,0,0,0 +391948,0,0,0,0,0 +391949,0,0,0,0,0 +391950,0,0,0,0,0 +391951,0,0,0,0,0 +391952,0,0,0,0,0 +391953,0,0,0,0,0 +391954,0,0,0,0,0 +391955,0,0,0,0,0 +391956,0,0,0,0,0 +391957,0,0,0,0,0 +391958,0,0,0,0,0 +391959,0,0,0,0,0 +391960,0,0,0,0,0 +391961,0,0,0,0,0 +391962,0,0,0,0,0 +391963,0,0,0,0,0 +391964,0,0,0,0,0 +391965,0,0,0,0,0 +391966,0,0,0,0,0 +391967,0,0,0,0,0 +391968,0,0,0,0,0 +391969,0,0,0,0,0 +391970,0,0,0,0,0 +391971,0,0,0,0,0 +391972,0,0,0,0,0 +391973,0,0,0,0,0 +391974,0,0,0,0,0 +391975,0,0,0,0,0 +391976,0,0,0,0,0 +391977,0,0,0,0,0 +391978,0,0,0,0,0 +391979,0,0,0,0,0 +391980,0,0,0,0,0 +391981,0,0,0,0,0 +391982,0,0,0,0,0 +391983,0,0,0,0,0 +391984,0,0,0,0,0 +391985,0,0,0,0,0 +391986,0,0,0,0,0 +391987,0,0,0,0,0 +391988,0,0,0,0,0 +391989,0,0,0,0,0 +391990,0,0,0,0,0 +391991,0,0,0,0,0 +391992,0,0,0,0,0 +391993,0,0,0,0,0 +391994,0,0,0,0,0 +391995,0,0,0,0,0 +391996,0,0,0,0,0 +391997,0,0,0,0,0 +391998,0,0,0,0,0 +391999,0,0,0,0,0 +392000,0,0,0,0,0 +392001,0,0,0,0,0 +392002,0,0,0,0,0 +392003,0,0,0,0,0 +392004,0,0,0,0,0 +392005,0,0,0,0,0 +392006,0,0,0,0,0 +392007,0,0,0,0,0 +392008,0,0,0,0,0 +392009,0,0,0,0,0 +392010,0,0,0,0,0 +392011,0,0,0,0,0 +392012,0,0,0,0,0 +392013,0,0,0,0,0 +392014,0,0,0,0,0 +392015,0,0,0,0,0 +392016,0,0,0,0,0 +392017,0,0,0,0,0 +392018,0,0,0,0,0 +392019,0,0,0,0,0 +392020,0,0,0,0,0 +392021,0,0,0,0,0 +392022,0,0,0,0,0 +392023,0,0,0,0,0 +392024,0,0,0,0,0 +392025,0,0,0,0,0 +392026,0,0,0,0,0 +392027,0,0,0,0,0 +392028,0,0,0,0,0 +392029,0,0,0,0,0 +392030,0,0,0,0,0 +392031,0,0,0,0,0 +392032,0,0,0,0,0 +392033,0,0,0,0,0 +392034,0,0,0,0,0 +392035,0,0,0,0,0 +392036,0,0,0,0,0 +392037,0,0,0,0,0 +392038,0,0,0,0,0 +392039,0,0,0,0,0 +392040,0,0,0,0,0 +392041,0,0,0,0,0 +392042,0,0,0,0,0 +392043,0,0,0,0,0 +392044,0,0,0,0,0 +392045,0,0,0,0,0 +392046,0,0,0,0,0 +392047,0,0,0,0,0 +392048,0,0,0,0,0 +392049,0,0,0,0,0 +392050,0,0,0,0,0 +392051,0,0,0,0,0 +392052,0,0,0,0,0 +392053,0,0,0,0,0 +392054,0,0,0,0,0 +392055,0,0,0,0,0 +392056,0,0,0,0,0 +392057,0,0,0,0,0 +392058,0,0,0,0,0 +392059,0,0,0,0,0 +392060,0,0,0,0,0 +392061,0,0,0,0,0 +392062,0,0,0,0,0 +392063,0,0,0,0,0 +392064,0,0,0,0,0 +392065,0,0,0,0,0 +392066,0,0,0,0,0 +392067,0,0,0,0,0 +392068,0,0,0,0,0 +392069,0,0,0,0,0 +392070,0,0,0,0,0 +392071,0,0,0,0,0 +392072,0,0,0,0,0 +392073,0,0,0,0,0 +392074,0,0,0,0,0 +392075,0,0,0,0,0 +392076,0,0,0,0,0 +392077,0,0,0,0,0 +392078,0,0,0,0,0 +392079,0,0,0,0,0 +392080,0,0,0,0,0 +392081,0,0,0,0,0 +392082,0,0,0,0,0 +392083,0,0,0,0,0 +392084,0,0,0,0,0 +392085,0,0,0,0,0 +392086,0,0,0,0,0 +392087,0,0,0,0,0 +392088,0,0,0,0,0 +392089,0,0,0,0,0 +392090,0,0,0,0,0 +392091,0,0,0,0,0 +392092,0,0,0,0,0 +392093,0,0,0,0,0 +392094,0,0,0,0,0 +392095,0,0,0,0,0 +392096,0,0,0,0,0 +392097,0,0,0,0,0 +392098,0,0,0,0,0 +392099,0,0,0,0,0 +392100,0,0,0,0,0 +392101,0,1755.850102,0,0,0 +392102,0,0,0,0,0 +392103,0,0,0,0,0 +392104,0,36.68446577,0,0,0 +392105,0,560.1543369,0,0,0 +392106,0,228.2427484,0,0,0 +392107,0,327.5593826,0,0,0 +392108,0,342.829702,0,0,0 +392109,0,357.9452852,0,0,0 +392110,0,372.9720979,0,0,0 +392111,0,388.6024047,0,0,0 +392112,0,403.6662524,0,0,0 +392113,0,419.0092212,0,0,0 +392114,0,434.0698636,0,0,0 +392115,0,450.1310831,0,0,0 +392116,0,464.8714779,0,0,0 +392117,0,480.5787459,0,0,0 +392118,0,495.9338774,0,0,0 +392119,0,511.4378448,0,0,0 +392120,0,526.6850545,0,0,0 +392121,0,542.6941589,0,0,0 +392122,0,549.5536817,0,0,0 +392123,0,563.8104009,0,0,0 +392124,0,578.6232931,0,0,0 +392125,0,593.6771118,26.43266447,0,0 +392126,0,608.8389085,155.7130413,0,0 +392127,0,624.0864143,86.13143527,0,0 +392128,0,639.3640903,120.5273721,0,0 +392129,0,654.8020801,130.9292665,0,0 +392130,0,676.5914434,140.6009033,0,0 +392131,0,694.7205129,148.1052121,0,0 +392132,0,712.3572067,156.0411126,0,0 +392133,0,729.7336638,162.8385955,0,0 +392134,0,746.8434267,169.9679718,0,0 +392135,0,763.417241,176.8676925,0,0 +392136,0,780.8605536,183.1116128,0,0 +392137,0,797.1217988,189.5993791,0,0 +392138,0,813.6712265,195.5801644,0,0 +392139,0,829.9800657,201.5132881,0,0 +392140,0,846.2097034,207.2734368,0,0 +392141,0,862.2567543,212.8629534,0,0 +392142,0,878.3138796,218.3004819,0,0 +392143,0,894.0878372,223.5627314,0,0 +392144,0,909.9925512,228.6679562,0,0 +392145,0,925.4602674,233.6163906,0,0 +392146,0,941.1426302,238.4384386,0,0 +392147,0,956.5366715,243.0482422,0,0 +392148,0,971.8350225,247.569761,0,0 +392149,0,987.2355148,252.1792125,0,0 +392150,0,1002.198792,256.0234472,0,0 +392151,0,1017.41224,260.2707326,0,0 +392152,0,1032.331419,264.2289931,0,0 +392153,0,1047.229778,268.0061493,0,0 +392154,0,1061.968097,271.7533605,0,0 +392155,0,1076.840627,275.2795301,0,0 +392156,0,1091.260119,278.7823687,0,0 +392157,0,1105.96429,282.0660467,0,0 +392158,0,1120.367459,285.3619178,0,0 +392159,0,1143.714424,288.4197052,0,0 +392160,0,1146.028464,291.396,0,0 +392161,0,1155.300557,294.8401005,0,0 +392162,0,1183.632698,298.2498431,0,0 +392163,0,1190.432433,301.7205494,0,0 +392164,0,1206.338154,305.0339703,0,0 +392165,0,1220.353659,308.2586166,0,0 +392166,0,1234.459145,311.4733792,0,0 +392167,0,1248.419205,314.5257968,0,0 +392168,0,1262.314021,317.4924463,0,0 +392169,0,1276.147126,320.4553184,0,0 +392170,0,1289.967276,323.2604104,0,0 +392171,0,1303.531031,326.0184046,0,0 +392172,0,1317.186585,328.6610244,0,0 +392173,0,1330.703932,331.3154921,0,0 +392174,0,1344.234637,333.8190924,0,0 +392175,0,1357.411346,336.2845876,0,0 +392176,0,1370.98554,338.6414534,0,0 +392177,0,1384.014347,341.022751,0,0 +392178,0,1397.338455,343.2582433,0,0 +392179,0,1410.187162,345.4658678,0,0 +392180,0,1423.3946,347.6088937,0,0 +392181,0,1436.33767,349.6573972,0,0 +392182,0,1449.080699,351.7469879,0,0 +392183,0,1461.847979,353.6970591,0,0 +392184,0,1474.765915,356.0077638,0,0 +392185,0,1487.204874,357.3126235,0,0 +392186,0,1499.851904,359.436254,0,0 +392187,0,1512.321713,361.167494,0,0 +392188,0,1524.739756,362.8840465,0,0 +392189,0,1537.078422,364.6978151,0,0 +392190,0,1550.20247,366.2932928,0,0 +392191,0,1572.36375,367.6470532,0,0 +392192,0,1559.195535,368.8653651,0,0 +392193,0,1582.549382,370.0402274,0,0 +392194,0,1595.261334,371.1814577,0,0 +392195,0,1602.228574,372.3339311,0,0 +392196,0,1613.581005,373.3653996,0,0 +392197,0,1623.830183,374.4681678,0,0 +392198,0,1633.604121,375.4815927,0,0 +392199,0,1643.722084,376.5901852,0,0 +392200,0,1653.488024,377.601717,0,0 +392201,0,1662.987327,378.6453421,0,0 +392202,0,1672.569798,379.6828655,0,0 +392203,0,1682.040007,380.7629132,0,0 +392204,0,1691.141657,381.7475702,0,0 +392205,0,1700.362297,382.8338922,0,0 +392206,0,1709.263394,383.8966428,0,0 +392207,0,1719.451369,384.981631,0,0 +392208,0,1737.935349,386.0874073,0,0 +392209,0,1720.343031,387.2154834,0,0 +392210,0,1750.243898,388.3710097,0,0 +392211,0,1752.160951,389.5147482,0,0 +392212,0,1760.741118,390.8379852,0,0 +392213,0,1769.297259,391.9985581,0,0 +392214,0,1777.405041,393.3330458,0,0 +392215,0,1785.419738,394.6654383,0,0 +392216,0,1793.318108,396.0528015,0,0 +392217,0,1801.11111,397.4902993,0,0 +392218,0,1816.831195,398.9831129,0,0 +392219,0,1806.063809,400.5752966,0,0 +392220,0,1827.757055,402.1229034,0,0 +392221,0,1830.727028,403.1798868,0,0 +392222,0,1837.982187,403.9837509,0,0 +392223,0,1845.194056,404.8897693,0,0 +392224,99.09052266,1852.202982,405.7379297,0,0 +392225,65.83012643,1865.947381,406.6836957,0,0 +392226,77.9920427,1855.562928,407.6905715,0,0 +392227,88.55195083,1876.439801,408.7702975,0,0 +392228,95.07193243,1877.887855,409.9732932,0,0 +392229,101.8466754,1884.869667,411.1486127,0,0 +392230,108.7126182,1900.197422,412.5130006,0,0 +392231,115.0878335,1884.170524,413.9453941,0,0 +392232,121.5377709,1914.865019,415.47907,0,0 +392233,128.0500221,1900.722874,417.1178678,0,0 +392234,134.6543842,1918.868499,419.082574,0,0 +392235,140.7828415,1920.278814,421.2059559,28.47956797,0 +392236,147.0927738,1937.651005,423.4684702,31.39476974,0 +392237,153.2251803,1936.659486,425.8697554,29.25564892,0 +392238,159.9298658,1936.798977,428.4936983,35.47174473,0 +392239,166.0194771,1936.574477,431.0717249,38.68456847,0 +392240,172.0450176,1965.935213,433.8602935,41.82719364,0 +392241,178.4249487,1938.482185,436.4270054,45.00654131,0 +392242,184.8525275,1976.342925,439.202885,48.04813593,0 +392243,190.6758817,1958.895917,441.9382951,51.16671233,0 +392244,196.7597628,1972.094365,444.768261,54.13690721,0 +392245,203.1054824,1975.311544,447.405858,57.19965036,0 +392246,209.1368336,1979.928357,450.2861684,60.10233575,0 +392247,215.5237258,1984.655783,453.0042546,63.11483219,0 +392248,221.3418269,1989.092353,455.8704728,66.00416699,0 +392249,227.8784676,1993.479025,458.6166477,68.8562395,0 +392250,233.5795652,1997.867738,461.5007971,71.79454257,0 +392251,239.7774637,2001.675907,464.1642483,74.56637147,0 +392252,245.7520887,2005.31109,466.9391957,77.34130386,0 +392253,251.7464743,2009.172581,469.6370952,80.03406986,0 +392254,257.5276289,2012.563803,472.3318247,82.89496557,0 +392255,263.822068,2016.043226,475.0180444,85.40609482,0 +392256,269.6268954,2019.364467,477.7319566,88.22767507,0 +392257,275.6216085,2022.619844,480.4582237,90.82235012,0 +392258,281.5708657,2025.662065,483.2441258,93.47468407,0 +392259,287.5123732,2028.706106,485.8271402,96.02317429,0 +392260,293.4469277,2031.484581,488.6419167,98.78781895,0 +392261,299.373462,2034.497005,491.2900284,101.2147019,0 +392262,305.2936851,2037.161353,494.0695567,103.7739417,0 +392263,311.2187535,2039.752682,496.7310314,106.4137282,0 +392264,317.1055318,2042.312523,499.6581459,108.9597557,0 +392265,323.0397251,2044.752832,504.0225924,111.3051402,0 +392266,328.9178699,2047.130265,503.8668047,113.9727229,0 +392267,334.7832298,2049.375219,511.6614604,116.3878809,0 +392268,340.7057947,2051.517128,506.2936473,118.7948765,0 +392269,346.5615092,2053.596962,512.1400636,121.4508634,0 +392270,352.4074077,2055.447218,517.3478306,123.7121321,0 +392271,358.3126759,2057.556344,518.1112419,126.2195399,0 +392272,364.1493518,2059.265241,521.3675872,128.5416592,0 +392273,369.9738977,2061.010338,524.1533668,131.0792927,0 +392274,375.8638685,2062.690769,527.0131268,133.409572,0 +392275,381.648079,2064.189262,529.6453139,135.8976598,0 +392276,387.2391434,2065.682614,532.5572578,138.0401992,0 +392277,393.4661271,2067.062204,535.2269115,140.6175526,0 +392278,399.1075399,2068.360881,538.096837,142.8818123,0 +392279,404.915063,2069.576577,540.9314593,145.2420137,0 +392280,410.7728949,2070.716935,543.6994143,147.5753591,0 +392281,416.349599,2071.614259,546.413272,149.7650362,0 +392282,421.9929564,2072.38914,549.1159219,152.1937037,0 +392283,427.4998491,2073.06057,551.8195206,154.473441,0 +392284,433.0793101,2073.64438,554.4720159,156.5778391,0 +392285,438.6500603,2074.183973,557.2786299,158.8968731,0 +392286,444.1334272,2074.5616,559.9579266,161.1079315,0 +392287,449.7215998,2074.901216,562.7604168,163.3296794,0 +392288,455.1803699,2075.143929,565.3518766,165.4356545,0 +392289,460.7180741,2075.316132,568.2387247,167.8096843,0 +392290,466.2507785,2075.40047,570.9400203,169.9237026,0 +392291,471.6895329,2075.404622,573.7170205,172.1349649,0 +392292,477.2427513,2075.328094,576.4324904,174.3191799,0 +392293,482.6559715,2075.170355,579.3102669,176.4967011,0 +392294,488.1570177,2074.932029,582.1164051,178.667682,0 +392295,493.6526391,2074.600079,584.8346227,180.8274532,0 +392296,499.0471563,2074.218408,587.6300797,182.9901982,0 +392297,504.524585,2073.707103,590.5355047,185.1393317,0 +392298,509.9572901,2073.137668,593.3143712,187.2851965,0 +392299,515.4274215,2072.540124,596.1615609,189.4242562,0 +392300,520.7890501,2071.792732,599.0063751,191.5576661,0 +392301,526.2334672,2070.993393,601.8604271,193.6848868,0 +392302,531.2593167,2070.109094,604.721209,195.8066204,0 +392303,537.2342409,2069.134764,607.590308,197.9223273,0 +392304,542.2908301,2068.097171,610.467824,200.0326884,0 +392305,547.8021711,2066.961752,613.2879884,202.0018145,0 +392306,553.1816051,2065.748919,616.2822967,204.3116232,0 +392307,558.4395509,2064.454118,619.1308152,206.2990662,0 +392308,563.8911694,2063.077184,622.1155964,208.4127989,0 +392309,569.2356279,2061.585945,624.9279695,210.4952275,0 +392310,574.4593819,2060.07856,627.8350814,212.5733649,0 +392311,579.7645154,2058.246813,630.7292883,214.5924079,0 +392312,584.8455573,2056.286334,633.4627714,216.5956398,0 +392313,590.0734901,2054.384236,636.2533633,218.7344986,0 +392314,595.2134747,2052.019804,639.0293358,220.4882013,0 +392315,600.2615751,2049.860947,641.7364996,222.5759897,0 +392316,605.2548038,2047.495751,644.6843065,224.5156047,0 +392317,610.478107,2044.965051,647.2994199,226.3169436,0 +392318,615.4690079,2042.539117,650.137871,228.5074322,0 +392319,620.4767236,2039.841908,652.8985066,230.3284255,0 +392320,625.5363801,2037.133576,655.671914,232.2911439,0 +392321,630.5778624,2034.270524,658.3769033,234.217877,0 +392322,635.4511274,2031.407507,661.2561323,236.1380461,0 +392323,640.6308467,2028.515986,663.9751351,238.0506369,0 +392324,645.3955959,2025.226544,666.7603224,239.9563516,0 +392325,650.4577034,2022.103948,669.6020233,241.8547967,0 +392326,655.2474978,2018.788415,672.2665273,243.7465149,0 +392327,660.2125081,2015.433737,675.5318492,245.6311351,0 +392328,665.1481878,2011.986838,680.5607918,247.5091619,0 +392329,670.0113054,2008.41658,677.2653546,249.3802548,0 +392330,674.7109337,2004.738845,683.4727558,251.2448893,0 +392331,679.6622686,2001.191058,686.8025883,253.1026955,0 +392332,684.4271597,1997.154366,688.6397811,254.9541445,0 +392333,689.2334886,1993.296476,691.6975417,256.7989205,0 +392334,693.9579856,1989.296082,694.4619144,258.6374274,0 +392335,698.857896,1985.218564,697.2316179,260.2957013,0 +392336,703.4728843,1981.014686,699.9976084,262.3901684,0 +392337,708.2481404,1976.742261,702.7631422,264.0741554,0 +392338,712.8861173,1972.54893,705.4540625,265.919753,0 +392339,717.6586522,1967.903055,708.3333515,267.7261945,0 +392340,722.2812896,1963.427279,711.0365299,269.5276569,0 +392341,727.0794424,1958.897643,713.9034875,271.3565031,0 +392342,732.0450275,1954.346615,716.710637,273.1921539,0 +392343,736.6445998,1943.777449,719.7239472,275.0259892,0 +392344,741.5589177,1953.508208,722.6325201,276.8555613,0 +392345,746.2805939,1930.283847,725.4247933,278.6798069,0 +392346,751.0528872,1925.346129,728.3769901,280.4987598,0 +392347,755.7967081,1953.872456,731.1814928,282.312065,0 +392348,760.4620193,1900.111755,734.192175,284.11997,0 +392349,765.3208866,1918.87848,737.0219826,285.9222713,0 +392350,769.8683595,1934.649055,739.9247877,287.719106,0 +392351,774.5925019,1878.421511,742.8118323,289.5104119,0 +392352,779.229266,1932.673821,747.8998352,291.296319,0 +392353,783.7940236,1868.087609,746.5241095,293.076647,0 +392354,788.4977252,1903.354271,751.099467,294.8517229,0 +392355,793.0365869,1882.373602,754.9908982,296.6212484,0 +392356,797.6141983,1879.517948,756.9019491,298.3855877,0 +392357,802.2232553,1873.718104,760.1465914,300.1444993,0 +392358,806.6512221,1867.860864,762.948425,301.8982291,0 +392359,811.1411926,1875.450316,765.8373234,303.440834,0 +392360,815.7131718,1836.148743,768.6250222,305.5023393,0 +392361,820.1278686,1868.231343,771.6202271,307.0798663,0 +392362,824.5819111,1828.790107,774.4192667,308.8517704,0 +392363,829.0044256,1843.567542,777.2970094,310.5792452,0 +392364,833.4061781,1829.686756,780.0744249,312.5173071,0 +392365,837.7205607,1824.607022,787.9698566,313.9073837,0 +392366,842.2493979,1818.050362,778.4061454,315.7856326,0 +392367,846.4353489,1824.729582,792.3651917,317.4565333,0 +392368,850.8169545,1785.80738,790.8317857,319.1830353,0 +392369,855.1039549,1813.726882,794.3020043,320.8484124,0 +392370,859.3824771,1780.69355,797.3189559,322.5600668,0 +392371,863.5557504,1788.847651,800.0032401,324.208427,0 +392372,867.6216317,1776.596481,802.6701082,325.8483757,0 +392373,871.8330334,1770.516395,812.0675537,327.5020719,0 +392374,875.8600179,1763.064546,798.2156585,329.0919453,0 +392375,879.9269951,1756.04709,815.8894442,330.7261485,0 +392376,883.9574486,1748.617728,812.3395274,332.3328837,0 +392377,888.0335872,1741.234006,816.3756032,333.9371957,0 +392378,891.9092748,1733.649121,823.3340514,335.5580636,0 +392379,895.9222349,1739.831082,815.0050062,337.1153746,0 +392380,899.7754133,1698.777339,828.1769592,338.7189222,0 +392381,903.7973247,1725.389931,825.3719892,340.2954102,0 +392382,907.6331855,1694.215005,838.2976343,341.8701866,0 +392383,911.5128666,1698.747425,826.3463544,343.4627228,0 +392384,915.3578185,1686.821305,830.9948808,344.9907215,0 +392385,919.180536,1679.636151,846.7393768,346.5668074,0 +392386,922.9808455,1671.571201,830.7609575,348.1158189,0 +392387,926.7585387,1663.706452,849.1704331,349.6635949,0 +392388,930.5144176,1655.553175,846.9061677,351.2303872,0 +392389,934.249412,1647.439875,846.6377068,352.7310713,0 +392390,937.9602913,1639.145349,846.3785192,354.2819475,0 +392391,941.6514189,1631.168547,865.8295919,355.805441,0 +392392,945.3200417,1622.660394,845.0244003,357.3281936,0 +392393,948.9673808,1614.311097,868.4624703,358.8460785,0 +392394,952.5934163,1606.056089,858.3813999,360.3839624,0 +392395,956.1981149,1597.556301,864.6873355,361.8547629,0 +392396,959.7814881,1589.096792,867.0657821,363.3772945,0 +392397,963.3439267,1580.472693,869.4185022,364.8723375,0 +392398,966.8084469,1572.055825,872.1048765,366.3669978,0 +392399,970.4465508,1581.232309,874.5400613,367.604081,0 +392400,973.8871222,1528.513664,877.1319403,369.5039993,0 +392401,977.3083564,1571.276539,879.6935271,370.742293,0 +392402,980.6734567,1516.045156,882.1700276,372.2716664,0 +392403,984.0119728,1537.166933,884.7013441,373.7258154,0 +392404,987.4058982,1517.32374,887.3201594,375.1808295,0 +392405,990.5815521,1510.377667,889.6671678,376.6312317,0 +392406,993.916695,1501.438857,892.2228149,378.077383,0 +392407,997.158382,1492.448501,894.724548,379.5452483,0 +392408,1000.394372,1483.438297,899.1453555,380.9434847,0 +392409,1003.530702,1474.396902,898.8710514,382.3969954,0 +392410,1006.850211,1465.237074,902.4859077,383.8220758,0 +392411,1009.967031,1456.27418,904.7896579,385.2477002,0 +392412,1013.139782,1447.188927,907.2141331,386.6692619,0 +392413,1016.279588,1437.932603,909.6730962,388.0868439,0 +392414,1019.400678,1428.75007,912.1377134,389.5270741,0 +392415,1022.502795,1419.686467,914.7177127,390.8960127,0 +392416,1025.585731,1410.430628,917.0029479,392.3219594,0 +392417,1028.650323,1401.235113,921.3767965,393.7189485,0 +392418,1031.696096,1392.011496,921.2683949,395.1165941,0 +392419,1034.723117,1382.771695,924.4618408,396.5102146,0 +392420,1037.731393,1373.525496,927.137915,397.8997886,0 +392421,1040.720852,1364.180885,929.2811528,399.285323,0 +392422,1043.691339,1355.033622,931.7257946,400.6939552,0 +392423,1046.642918,1345.788501,935.9738413,402.0297493,0 +392424,1049.575981,1336.398398,936.0041114,403.42357,0 +392425,1053.07745,1327.087527,939.086563,404.7877934,0 +392426,1056.57318,1317.91274,941.5072117,406.1524719,0 +392427,1058.410464,1308.565978,943.8100045,407.5128734,0 +392428,1063.107185,1299.292239,947.9124688,408.8689342,0 +392429,1063.320765,1290.009355,948.1392197,410.2206664,0 +392430,1070.447075,1280.811524,950.9591285,411.5965896,0 +392431,1066.606883,1271.324562,955.051668,412.8630801,0 +392432,1079.764003,1262.194586,955.2528823,414.1814749,0 +392433,1066.263601,1252.664132,957.583554,415.4662245,0 +392434,1094.497793,1243.2882,961.6674313,416.74851,0 +392435,1057.131247,1234.042625,962.0905384,418.0241402,0 +392436,1092.129422,1224.5671,965.9860111,419.2930865,0 +392437,1084.141065,1215.442021,966.5053466,420.555626,0 +392438,1087.436752,1205.966704,970.0141042,421.8116024,0 +392439,1090.616521,1196.663053,970.7656721,423.0901612,0 +392440,1093.091206,1187.491216,975.3683512,424.2892495,0 +392441,1095.648788,1178.190517,975.39825,425.5479977,0 +392442,1098.265232,1168.9758,976.1438144,426.7734388,0 +392443,1100.64631,1159.782877,977.1867742,427.9975705,0 +392444,1103.21601,1170.74576,977.6034156,429.2152702,0 +392445,1105.693284,1111.843733,977.7189837,430.426764,0 +392446,1108.174519,1164.868858,977.857949,431.6318054,0 +392447,1110.646796,1093.885931,978.081765,432.830749,0 +392448,1113.110525,1130.69784,978.3001219,434.0231886,0 +392449,1115.567246,1097.150738,978.5724245,435.2394142,0 +392450,1118.017245,1098.852644,978.8686936,436.3739473,0 +392451,1120.462379,1086.80198,979.1822311,437.5702778,0 +392452,1122.903611,1078.606741,979.5074645,438.7326162,0 +392453,1125.433293,1069.709218,979.8472193,439.8938926,0 +392454,1127.733234,1060.944762,980.1998896,441.0488081,0 +392455,1130.240284,1052.343511,980.5641014,442.197677,0 +392456,1132.666337,1043.731475,980.9385948,443.3401948,0 +392457,1135.021923,1035.07426,981.321936,444.4767074,0 +392458,1137.610866,1026.613468,981.7129879,445.6068892,0 +392459,1140.003402,1018.159211,982.1108357,446.7311071,0 +392460,1142.489041,1009.782959,982.5144637,447.8798707,0 +392461,0,0,0,0,0 +392462,0,0,0,0,0 +392463,0,0,0,0,0 +392464,0,0,0,0,0 +392465,0,0,0,0,0 +392466,0,0,0,0,0 +392467,0,0,0,0,0 +392468,0,0,0,0,0 +392469,0,0,0,0,0 +392470,0,0,0,0,0 +392471,0,0,0,0,0 +392472,0,0,0,0,0 +392473,0,0,0,0,0 +392474,0,0,0,0,0 +392475,0,0,0,0,0 +392476,0,0,0,0,0 +392477,0,0,0,0,0 +392478,0,0,0,0,0 +392479,0,0,0,0,0 +392480,0,0,0,0,0 +392481,0,0,0,0,0 +392482,0,0,0,0,0 +392483,0,0,0,0,0 +392484,0,0,0,0,0 +392485,0,0,0,0,0 +392486,0,0,0,0,0 +392487,0,0,0,0,0 +392488,0,0,0,0,0 +392489,0,0,0,0,0 +392490,0,0,0,0,0 +392491,0,0,0,0,0 +392492,0,0,0,0,0 +392493,0,0,0,0,0 +392494,0,0,0,0,0 +392495,0,0,0,0,0 +392496,0,0,0,0,0 +392497,0,0,0,0,0 +392498,0,0,0,0,0 +392499,0,0,0,0,0 +392500,0,0,0,0,0 +392501,0,0,0,0,0 +392502,0,0,0,0,0 +392503,0,0,0,0,0 +392504,0,0,0,0,0 +392505,0,0,0,0,0 +392506,0,0,0,0,0 +392507,0,0,0,0,0 +392508,0,0,0,0,0 +392509,0,0,0,0,0 +392510,0,0,0,0,0 +392511,0,0,0,0,0 +392512,0,0,0,0,0 +392513,0,0,0,0,0 +392514,0,0,0,0,0 +392515,0,0,0,0,0 +392516,0,0,0,0,0 +392517,0,0,0,0,0 +392518,0,0,0,0,0 +392519,0,0,0,0,0 +392520,0,0,0,0,0 +392521,0,0,0,0,0 +392522,0,0,0,0,0 +392523,0,0,0,0,0 +392524,0,0,0,0,0 +392525,0,0,0,0,0 +392526,0,0,0,0,0 +392527,0,0,0,0,0 +392528,0,0,0,0,0 +392529,0,0,0,0,0 +392530,0,0,0,0,0 +392531,0,0,0,0,0 +392532,0,0,0,0,0 +392533,0,0,0,0,0 +392534,0,0,0,0,0 +392535,0,0,0,0,0 +392536,0,0,0,0,0 +392537,0,0,0,0,0 +392538,0,0,0,0,0 +392539,0,0,0,0,0 +392540,0,0,0,0,0 +392541,0,0,0,0,0 +392542,0,0,0,0,0 +392543,0,0,0,0,0 +392544,0,0,0,0,0 +392545,0,0,0,0,0 +392546,0,0,0,0,0 +392547,0,0,0,0,0 +392548,0,0,0,0,0 +392549,0,0,0,0,0 +392550,0,0,0,0,0 +392551,0,0,0,0,0 +392552,0,0,0,0,0 +392553,0,0,0,0,0 +392554,0,0,0,0,0 +392555,0,0,0,0,0 +392556,0,0,0,0,0 +392557,0,0,0,0,0 +392558,0,0,0,0,0 +392559,0,0,0,0,0 +392560,0,0,0,0,0 +392561,0,0,0,0,0 +392562,0,0,0,0,0 +392563,0,0,0,0,0 +392564,0,0,0,0,0 +392565,0,0,0,0,0 +392566,0,0,0,0,0 +392567,0,0,0,0,0 +392568,0,0,0,0,0 +392569,0,0,0,0,0 +392570,0,0,0,0,0 +392571,0,0,0,0,0 +392572,0,0,0,0,0 +392573,0,0,0,0,0 +392574,0,0,0,0,0 +392575,0,0,0,0,0 +392576,0,0,0,0,0 +392577,0,0,0,0,0 +392578,0,0,0,0,0 +392579,0,0,0,0,0 +392580,0,0,0,0,0 +392581,0,0,0,0,0 +392582,0,0,0,0,0 +392583,0,0,0,0,0 +392584,0,0,0,0,0 +392585,0,0,0,0,0 +392586,0,0,0,0,0 +392587,0,0,0,0,0 +392588,0,0,0,0,0 +392589,0,0,0,0,0 +392590,0,0,0,0,0 +392591,0,0,0,0,0 +392592,0,0,0,0,0 +392593,0,0,0,0,0 +392594,0,0,0,0,0 +392595,0,0,0,0,0 +392596,0,0,0,0,0 +392597,0,0,0,0,0 +392598,0,0,0,0,0 +392599,0,0,0,0,0 +392600,0,0,0,0,0 +392601,0,0,0,0,0 +392602,0,0,0,0,0 +392603,0,0,0,0,0 +392604,0,0,0,0,0 +392605,0,0,0,0,0 +392606,0,0,0,0,0 +392607,0,0,0,0,0 +392608,0,0,0,0,0 +392609,0,0,0,0,0 +392610,0,0,0,0,0 +392611,0,0,0,0,0 +392612,0,0,0,0,0 +392613,0,0,0,0,0 +392614,0,0,0,0,0 +392615,0,0,0,0,0 +392616,0,0,0,0,0 +392617,0,0,0,0,0 +392618,0,0,0,0,0 +392619,0,0,0,0,0 +392620,0,0,0,0,0 +392621,0,0,0,0,0 +392622,0,0,0,0,0 +392623,0,0,0,0,0 +392624,0,0,0,0,0 +392625,0,0,0,0,0 +392626,0,0,0,0,0 +392627,0,0,0,0,0 +392628,0,0,0,0,0 +392629,0,0,0,0,0 +392630,0,0,0,0,0 +392631,0,0,0,0,0 +392632,0,0,0,0,0 +392633,0,0,0,0,0 +392634,0,0,0,0,0 +392635,0,0,0,0,0 +392636,0,0,0,0,0 +392637,0,0,0,0,0 +392638,0,0,0,0,0 +392639,0,0,0,0,0 +392640,0,0,0,0,0 +392641,0,0,0,0,0 +392642,0,0,0,0,0 +392643,0,0,0,0,0 +392644,0,0,0,0,0 +392645,0,0,0,0,0 +392646,0,0,0,0,0 +392647,0,0,0,0,0 +392648,0,0,0,0,0 +392649,0,0,0,0,0 +392650,0,0,0,0,0 +392651,0,0,0,0,0 +392652,0,0,0,0,0 +392653,0,0,0,0,0 +392654,0,0,0,0,0 +392655,0,0,0,0,0 +392656,0,0,0,0,0 +392657,0,0,0,0,0 +392658,0,0,0,0,0 +392659,0,0,0,0,0 +392660,0,0,0,0,0 +392661,0,0,0,0,0 +392662,0,0,0,0,0 +392663,0,0,0,0,0 +392664,0,0,0,0,0 +392665,0,0,0,0,0 +392666,0,0,0,0,0 +392667,0,0,0,0,0 +392668,0,0,0,0,0 +392669,0,0,0,0,0 +392670,0,0,0,0,0 +392671,0,0,0,0,0 +392672,0,0,0,0,0 +392673,0,0,0,0,0 +392674,0,0,0,0,0 +392675,0,0,0,0,0 +392676,0,0,0,0,0 +392677,0,0,0,0,0 +392678,0,0,0,0,0 +392679,0,0,0,0,0 +392680,0,0,0,0,0 +392681,0,0,0,0,0 +392682,0,0,0,0,0 +392683,0,0,0,0,0 +392684,0,0,0,0,0 +392685,0,0,0,0,0 +392686,0,0,0,0,0 +392687,0,0,0,0,0 +392688,0,0,0,0,0 +392689,0,0,0,0,0 +392690,0,0,0,0,0 +392691,0,0,0,0,0 +392692,0,0,0,0,0 +392693,0,0,0,0,0 +392694,0,0,0,0,0 +392695,0,0,0,0,0 +392696,0,0,0,0,0 +392697,0,0,0,0,0 +392698,0,0,0,0,0 +392699,0,0,0,0,0 +392700,0,0,0,0,0 +392701,0,0,0,0,0 +392702,0,0,0,0,0 +392703,0,0,0,0,0 +392704,0,0,0,0,0 +392705,0,0,0,0,0 +392706,0,0,0,0,0 +392707,0,0,0,0,0 +392708,0,0,0,0,0 +392709,0,0,0,0,0 +392710,0,0,0,0,0 +392711,0,0,0,0,0 +392712,0,0,0,0,0 +392713,0,0,0,0,0 +392714,0,0,0,0,0 +392715,0,0,0,0,0 +392716,0,0,0,0,0 +392717,0,0,0,0,0 +392718,0,0,0,0,0 +392719,0,0,0,0,0 +392720,0,0,0,0,0 +392721,0,0,0,0,0 +392722,0,0,0,0,0 +392723,0,0,0,0,0 +392724,0,0,0,0,0 +392725,0,0,0,0,0 +392726,0,0,0,0,0 +392727,0,0,0,0,0 +392728,0,0,0,0,0 +392729,0,0,0,0,0 +392730,0,0,0,0,0 +392731,0,0,0,0,0 +392732,0,0,0,0,0 +392733,0,0,0,0,0 +392734,0,0,0,0,0 +392735,0,0,0,0,0 +392736,0,0,0,0,0 +392737,0,0,0,0,0 +392738,0,0,0,0,0 +392739,0,0,0,0,0 +392740,0,0,0,0,0 +392741,0,0,0,0,0 +392742,0,0,0,0,0 +392743,0,0,0,0,0 +392744,0,0,0,0,0 +392745,0,0,0,0,0 +392746,0,0,0,0,0 +392747,0,0,0,0,0 +392748,0,0,0,0,0 +392749,0,0,0,0,0 +392750,0,0,0,0,0 +392751,0,0,0,0,0 +392752,0,0,0,0,0 +392753,0,0,0,0,0 +392754,0,0,0,0,0 +392755,0,0,0,0,0 +392756,0,0,0,0,0 +392757,0,0,0,0,0 +392758,0,0,0,0,0 +392759,0,0,0,0,0 +392760,0,0,0,0,0 +392761,0,0,0,0,0 +392762,0,0,0,0,0 +392763,0,0,0,0,0 +392764,0,0,0,0,0 +392765,0,0,0,0,0 +392766,0,0,0,0,0 +392767,0,0,0,0,0 +392768,0,0,0,0,0 +392769,0,0,0,0,0 +392770,0,0,0,0,0 +392771,0,0,0,0,0 +392772,0,0,0,0,0 +392773,0,0,0,0,0 +392774,0,0,0,0,0 +392775,0,0,0,0,0 +392776,0,0,0,0,0 +392777,0,0,0,0,0 +392778,0,0,0,0,0 +392779,0,0,0,0,0 +392780,0,0,0,0,0 +392781,0,0,0,0,0 +392782,0,0,0,0,0 +392783,0,0,0,0,0 +392784,0,0,0,0,0 +392785,0,0,0,0,0 +392786,0,0,0,0,0 +392787,0,0,0,0,0 +392788,0,0,0,0,0 +392789,0,0,0,0,0 +392790,0,0,0,0,0 +392791,0,0,0,0,0 +392792,0,0,0,0,0 +392793,0,0,0,0,0 +392794,0,0,0,0,0 +392795,0,0,0,0,0 +392796,0,0,0,0,0 +392797,0,0,0,0,0 +392798,0,0,0,0,0 +392799,0,0,0,0,0 +392800,0,0,0,0,0 +392801,0,0,0,0,0 +392802,0,0,0,0,0 +392803,0,0,0,0,0 +392804,0,0,0,0,0 +392805,0,0,0,0,0 +392806,0,0,0,0,0 +392807,0,0,0,0,0 +392808,0,0,0,0,0 +392809,0,0,0,0,0 +392810,0,0,0,0,0 +392811,0,0,0,0,0 +392812,0,0,0,0,0 +392813,0,0,0,0,0 +392814,0,0,0,0,0 +392815,0,0,0,0,0 +392816,0,0,0,0,0 +392817,0,0,0,0,0 +392818,0,0,0,0,0 +392819,0,0,0,0,0 +392820,0,0,0,0,0 +392821,0,0,0,0,0 +392822,0,0,0,0,0 +392823,0,0,0,0,0 +392824,0,0,0,0,0 +392825,0,0,0,0,0 +392826,0,0,0,0,0 +392827,0,0,0,0,0 +392828,0,0,0,0,0 +392829,0,0,0,0,0 +392830,0,0,0,0,0 +392831,0,0,0,0,0 +392832,0,0,0,0,0 +392833,0,0,0,0,0 +392834,0,0,0,0,0 +392835,0,0,0,0,0 +392836,0,0,0,0,0 +392837,0,0,0,0,0 +392838,0,0,0,0,0 +392839,0,0,0,0,0 +392840,0,0,0,0,0 +392841,0,0,0,0,0 +392842,0,0,0,0,0 +392843,0,0,0,0,0 +392844,0,0,0,0,0 +392845,0,0,0,0,0 +392846,0,0,0,0,0 +392847,0,0,0,0,0 +392848,0,0,0,0,0 +392849,0,0,0,0,0 +392850,0,0,0,0,0 +392851,0,0,0,0,0 +392852,0,0,0,0,0 +392853,0,0,0,0,0 +392854,0,0,0,0,0 +392855,0,0,0,0,0 +392856,0,0,0,0,0 +392857,0,0,0,0,0 +392858,0,0,0,0,0 +392859,0,0,0,0,0 +392860,0,0,0,0,0 +392861,0,0,0,0,0 +392862,0,0,0,0,0 +392863,0,0,0,0,0 +392864,0,0,0,0,0 +392865,0,0,0,0,0 +392866,0,0,0,0,0 +392867,0,0,0,0,0 +392868,0,0,0,0,0 +392869,0,0,0,0,0 +392870,0,0,0,0,0 +392871,0,0,0,0,0 +392872,0,0,0,0,0 +392873,0,0,0,0,0 +392874,0,0,0,0,0 +392875,0,0,0,0,0 +392876,0,0,0,0,0 +392877,0,0,0,0,0 +392878,0,0,0,0,0 +392879,0,0,0,0,0 +392880,0,0,0,0,0 +392881,0,0,0,0,0 +392882,0,0,0,0,0 +392883,0,0,0,0,0 +392884,0,0,0,0,0 +392885,0,0,0,0,0 +392886,0,0,0,0,0 +392887,0,0,0,0,0 +392888,0,0,0,0,0 +392889,0,0,0,0,0 +392890,0,0,0,0,0 +392891,0,0,0,0,0 +392892,0,0,0,0,0 +392893,0,0,0,0,0 +392894,0,0,0,0,0 +392895,0,0,0,0,0 +392896,0,0,0,0,0 +392897,0,0,0,0,0 +392898,0,0,0,0,0 +392899,0,0,0,0,0 +392900,0,0,0,0,0 +392901,0,0,0,0,0 +392902,0,0,0,0,0 +392903,0,0,0,0,0 +392904,0,0,0,0,0 +392905,0,0,0,0,0 +392906,0,0,0,0,0 +392907,0,0,0,0,0 +392908,0,0,0,0,0 +392909,0,0,0,0,0 +392910,0,0,0,0,0 +392911,0,0,0,0,0 +392912,0,0,0,0,0 +392913,0,0,0,0,0 +392914,0,0,0,0,0 +392915,0,0,0,0,0 +392916,0,0,0,0,0 +392917,0,0,0,0,0 +392918,0,0,0,0,0 +392919,0,0,0,0,0 +392920,0,0,0,0,0 +392921,0,0,0,0,0 +392922,0,0,0,0,0 +392923,0,0,0,0,0 +392924,0,0,0,0,0 +392925,0,0,0,0,0 +392926,0,0,0,0,0 +392927,0,0,0,0,0 +392928,0,0,0,0,0 +392929,0,0,0,0,0 +392930,0,0,0,0,0 +392931,0,0,0,0,0 +392932,0,0,0,0,0 +392933,0,0,0,0,0 +392934,0,0,0,0,0 +392935,0,0,0,0,0 +392936,0,0,0,0,0 +392937,0,0,0,0,0 +392938,0,0,0,0,0 +392939,0,0,0,0,0 +392940,0,0,0,0,0 +392941,0,0,0,0,0 +392942,0,0,0,0,0 +392943,0,0,0,0,0 +392944,0,0,0,0,0 +392945,0,0,0,0,0 +392946,0,0,0,0,0 +392947,0,0,0,0,0 +392948,0,0,0,0,0 +392949,0,0,0,0,0 +392950,0,0,0,0,0 +392951,0,0,0,0,0 +392952,0,0,0,0,0 +392953,0,0,0,0,0 +392954,0,0,0,0,0 +392955,0,0,0,0,0 +392956,0,0,0,0,0 +392957,0,0,0,0,0 +392958,0,0,0,0,0 +392959,0,0,0,0,0 +392960,0,0,0,0,0 +392961,0,0,0,0,0 +392962,0,0,0,0,0 +392963,0,0,0,0,0 +392964,0,0,0,0,0 +392965,0,0,0,0,0 +392966,0,0,0,0,0 +392967,0,0,0,0,0 +392968,0,0,0,0,0 +392969,0,0,0,0,0 +392970,0,0,0,0,0 +392971,0,0,0,0,0 +392972,0,0,0,0,0 +392973,0,0,0,0,0 +392974,0,0,0,0,0 +392975,0,0,0,0,0 +392976,0,0,0,0,0 +392977,0,0,0,0,0 +392978,0,0,0,0,0 +392979,0,0,0,0,0 +392980,0,0,0,0,0 +392981,0,0,0,0,0 +392982,0,0,0,0,0 +392983,0,0,0,0,0 +392984,0,0,0,0,0 +392985,0,0,0,0,0 +392986,0,0,0,0,0 +392987,0,0,0,0,0 +392988,0,0,0,0,0 +392989,0,0,0,0,0 +392990,0,0,0,0,0 +392991,0,0,0,0,0 +392992,0,0,0,0,0 +392993,0,0,0,0,0 +392994,0,0,0,0,0 +392995,0,0,0,0,0 +392996,0,0,0,0,0 +392997,0,0,0,0,0 +392998,0,0,0,0,0 +392999,0,0,0,0,0 +393000,0,0,0,0,0 +393001,0,0,0,0,0 +393002,0,0,0,0,0 +393003,0,0,0,0,0 +393004,0,0,0,0,0 +393005,0,0,0,0,0 +393006,0,0,0,0,0 +393007,0,0,0,0,0 +393008,0,0,0,0,0 +393009,0,0,0,0,0 +393010,0,0,0,0,0 +393011,0,0,0,0,0 +393012,0,0,0,0,0 +393013,0,0,0,0,0 +393014,0,0,0,0,0 +393015,0,0,0,0,0 +393016,0,0,0,0,0 +393017,0,0,0,0,0 +393018,0,0,0,0,0 +393019,0,0,0,0,0 +393020,0,0,0,0,0 +393021,0,0,0,0,0 +393022,0,0,0,0,0 +393023,0,0,0,0,0 +393024,0,0,0,0,0 +393025,0,0,0,0,0 +393026,0,0,0,0,0 +393027,0,0,0,0,0 +393028,0,0,0,0,0 +393029,0,0,0,0,0 +393030,0,0,0,0,0 +393031,0,0,0,0,0 +393032,0,0,0,0,0 +393033,0,0,0,0,0 +393034,0,0,0,0,0 +393035,0,0,0,0,0 +393036,0,0,0,0,0 +393037,0,0,0,0,0 +393038,0,0,0,0,0 +393039,0,0,0,0,0 +393040,0,0,0,0,0 +393041,0,0,0,0,0 +393042,0,0,0,0,0 +393043,0,0,0,0,0 +393044,0,0,0,0,0 +393045,0,0,0,0,0 +393046,0,0,0,0,0 +393047,0,0,0,0,0 +393048,0,0,0,0,0 +393049,0,0,0,0,0 +393050,0,0,0,0,0 +393051,0,0,0,0,0 +393052,0,0,0,0,0 +393053,0,0,0,0,0 +393054,0,0,0,0,0 +393055,0,0,0,0,0 +393056,0,0,0,0,0 +393057,0,0,0,0,0 +393058,0,0,0,0,0 +393059,0,0,0,0,0 +393060,0,0,0,0,0 +393061,0,0,0,0,0 +393062,0,0,0,0,0 +393063,0,0,0,0,0 +393064,0,0,0,0,0 +393065,0,0,0,0,0 +393066,0,0,0,0,0 +393067,0,0,0,0,0 +393068,0,0,0,0,0 +393069,0,0,0,0,0 +393070,0,0,0,0,0 +393071,0,0,0,0,0 +393072,0,0,0,0,0 +393073,0,0,0,0,0 +393074,0,0,0,0,0 +393075,0,0,0,0,0 +393076,0,0,0,0,0 +393077,0,0,0,0,0 +393078,0,0,0,0,0 +393079,0,0,0,0,0 +393080,0,0,0,0,0 +393081,0,0,0,0,0 +393082,0,0,0,0,0 +393083,0,0,0,0,0 +393084,0,0,0,0,0 +393085,0,0,0,0,0 +393086,0,0,0,0,0 +393087,0,0,0,0,0 +393088,0,0,0,0,0 +393089,0,0,0,0,0 +393090,0,0,0,0,0 +393091,0,0,0,0,0 +393092,0,0,0,0,0 +393093,0,0,0,0,0 +393094,0,0,0,0,0 +393095,0,0,0,0,0 +393096,0,0,0,0,0 +393097,0,0,0,0,0 +393098,0,0,0,0,0 +393099,0,0,0,0,0 +393100,0,0,0,0,0 +393101,0,0,0,0,0 +393102,0,0,0,0,0 +393103,0,0,0,0,0 +393104,0,0,0,0,0 +393105,0,0,0,0,0 +393106,0,0,0,0,0 +393107,0,0,0,0,0 +393108,0,0,0,0,0 +393109,0,0,0,0,0 +393110,0,0,0,0,0 +393111,0,0,0,0,0 +393112,0,0,0,0,0 +393113,0,0,0,0,0 +393114,0,0,0,0,0 +393115,0,0,0,0,0 +393116,0,0,0,0,0 +393117,0,0,0,0,0 +393118,0,0,0,0,0 +393119,0,0,0,0,0 +393120,0,0,0,0,0 +393121,0,0,0,0,0 +393122,0,0,0,0,0 +393123,0,0,0,0,0 +393124,0,0,0,0,0 +393125,0,0,0,0,0 +393126,0,0,0,0,0 +393127,0,0,0,0,0 +393128,0,0,0,0,0 +393129,0,0,0,0,0 +393130,0,0,0,0,0 +393131,0,0,0,0,0 +393132,0,0,0,0,0 +393133,0,0,0,0,0 +393134,0,0,0,0,0 +393135,0,0,0,0,0 +393136,0,0,0,0,0 +393137,0,0,0,0,0 +393138,0,0,0,0,0 +393139,0,0,0,0,0 +393140,0,0,0,0,0 +393141,0,0,0,0,0 +393142,0,0,0,0,0 +393143,0,0,0,0,0 +393144,0,0,0,0,0 +393145,0,0,0,0,0 +393146,0,0,0,0,0 +393147,0,0,0,0,0 +393148,0,0,0,0,0 +393149,0,0,0,0,0 +393150,0,0,0,0,0 +393151,0,0,0,0,0 +393152,0,0,0,0,0 +393153,0,0,0,0,0 +393154,0,0,0,0,0 +393155,0,0,0,0,0 +393156,0,0,0,0,0 +393157,0,0,0,0,0 +393158,0,0,0,0,0 +393159,0,0,0,0,0 +393160,0,0,0,0,0 +393161,0,0,0,0,0 +393162,0,0,0,0,0 +393163,0,0,0,0,0 +393164,0,0,0,0,0 +393165,0,0,0,0,0 +393166,0,0,0,0,0 +393167,0,0,0,0,0 +393168,0,0,0,0,0 +393169,0,0,0,0,0 +393170,0,0,0,0,0 +393171,0,0,0,0,0 +393172,0,0,0,0,0 +393173,0,0,0,0,0 +393174,0,0,0,0,0 +393175,0,0,0,0,0 +393176,0,0,0,0,0 +393177,0,0,0,0,0 +393178,0,0,0,0,0 +393179,0,0,0,0,0 +393180,0,0,0,0,0 +393181,0,0,0,0,0 +393182,0,0,0,0,0 +393183,0,0,0,0,0 +393184,0,0,0,0,0 +393185,0,0,0,0,0 +393186,0,0,0,0,0 +393187,0,0,0,0,0 +393188,0,0,0,0,0 +393189,0,0,0,0,0 +393190,0,0,0,0,0 +393191,0,0,0,0,0 +393192,0,0,0,0,0 +393193,0,0,0,0,0 +393194,0,0,0,0,0 +393195,0,0,0,0,0 +393196,0,0,0,0,0 +393197,0,0,0,0,0 +393198,0,0,0,0,0 +393199,0,0,0,0,0 +393200,0,0,0,0,0 +393201,0,0,0,0,0 +393202,0,0,0,0,0 +393203,0,0,0,0,0 +393204,0,0,0,0,0 +393205,0,0,0,0,0 +393206,0,0,0,0,0 +393207,0,0,0,0,0 +393208,0,0,0,0,0 +393209,0,0,0,0,0 +393210,0,0,0,0,0 +393211,0,0,0,0,0 +393212,0,0,0,0,0 +393213,0,0,0,0,0 +393214,0,0,0,0,0 +393215,0,0,0,0,0 +393216,0,0,0,0,0 +393217,0,0,0,0,0 +393218,0,0,0,0,0 +393219,0,0,0,0,0 +393220,0,0,0,0,0 +393221,0,0,0,0,0 +393222,0,0,0,0,0 +393223,0,0,0,0,0 +393224,0,0,0,0,0 +393225,0,0,0,0,0 +393226,0,0,0,0,0 +393227,0,0,0,0,0 +393228,0,0,0,0,0 +393229,0,0,0,0,0 +393230,0,0,0,0,0 +393231,0,0,0,0,0 +393232,0,0,0,0,0 +393233,0,0,0,0,0 +393234,0,0,0,0,0 +393235,0,0,0,0,0 +393236,0,0,0,0,0 +393237,0,0,0,0,0 +393238,0,0,0,0,0 +393239,0,0,0,0,0 +393240,0,0,0,0,0 +393241,0,0,0,0,0 +393242,0,0,0,0,0 +393243,0,0,0,0,0 +393244,0,0,0,0,0 +393245,0,0,0,0,0 +393246,0,0,0,0,0 +393247,0,0,0,0,0 +393248,0,0,0,0,0 +393249,0,0,0,0,0 +393250,0,0,0,0,0 +393251,0,0,0,0,0 +393252,0,0,0,0,0 +393253,0,0,0,0,0 +393254,0,0,0,0,0 +393255,0,0,0,0,0 +393256,0,0,0,0,0 +393257,0,0,0,0,0 +393258,0,0,0,0,0 +393259,0,0,0,0,0 +393260,0,0,0,0,0 +393261,0,0,0,0,0 +393262,0,0,0,0,0 +393263,0,0,0,0,0 +393264,0,0,0,0,0 +393265,0,0,0,0,0 +393266,0,0,0,0,0 +393267,0,0,0,0,0 +393268,0,0,0,0,0 +393269,0,0,0,0,0 +393270,0,0,0,0,0 +393271,0,0,0,0,0 +393272,0,0,0,0,0 +393273,0,0,0,0,0 +393274,0,0,0,0,0 +393275,0,0,0,0,0 +393276,0,0,0,0,0 +393277,0,0,0,0,0 +393278,0,0,0,0,0 +393279,0,0,0,0,0 +393280,0,0,0,0,0 +393281,0,0,0,0,0 +393282,0,0,0,0,0 +393283,0,0,0,0,0 +393284,0,0,0,0,0 +393285,0,0,0,0,0 +393286,0,0,0,0,0 +393287,0,0,0,0,0 +393288,0,0,0,0,0 +393289,0,0,0,0,0 +393290,0,0,0,0,0 +393291,0,0,0,0,0 +393292,0,0,0,0,0 +393293,0,0,0,0,0 +393294,0,0,0,0,0 +393295,0,0,0,0,0 +393296,0,0,0,0,0 +393297,0,0,0,0,0 +393298,0,0,0,0,0 +393299,0,0,0,0,0 +393300,0,0,0,0,0 +393301,0,0,0,0,0 +393302,0,0,0,0,0 +393303,0,0,0,0,0 +393304,0,0,0,0,0 +393305,0,0,0,0,0 +393306,0,0,0,0,0 +393307,0,0,0,0,0 +393308,0,0,0,0,0 +393309,0,0,0,0,0 +393310,0,0,0,0,0 +393311,0,0,0,0,0 +393312,0,0,0,0,0 +393313,0,0,0,0,0 +393314,0,0,0,0,0 +393315,0,0,0,0,0 +393316,0,0,0,0,0 +393317,0,0,0,0,0 +393318,0,0,0,0,0 +393319,0,0,0,0,0 +393320,0,0,0,0,0 +393321,0,0,0,0,0 +393322,0,0,0,0,0 +393323,0,0,0,0,0 +393324,0,0,0,0,0 +393325,0,0,0,0,0 +393326,0,0,0,0,0 +393327,0,0,0,0,0 +393328,0,0,0,0,0 +393329,0,0,0,0,0 +393330,0,0,0,0,0 +393331,0,0,0,0,0 +393332,0,0,0,0,0 +393333,0,0,0,0,0 +393334,0,0,0,0,0 +393335,0,0,0,0,0 +393336,0,0,0,0,0 +393337,0,0,0,0,0 +393338,0,0,0,0,0 +393339,0,0,0,0,0 +393340,0,0,0,0,0 +393341,0,0,0,0,0 +393342,0,0,0,0,0 +393343,0,0,0,0,0 +393344,0,0,0,0,0 +393345,0,0,0,0,0 +393346,0,0,0,0,0 +393347,0,0,0,0,0 +393348,0,0,0,0,0 +393349,0,0,0,0,0 +393350,0,0,0,0,0 +393351,0,0,0,0,0 +393352,0,0,0,0,0 +393353,0,0,0,0,0 +393354,0,0,0,0,0 +393355,0,0,0,0,0 +393356,0,0,0,0,0 +393357,0,0,0,0,0 +393358,0,0,0,0,0 +393359,0,0,0,0,0 +393360,0,0,0,0,0 +393361,0,0,0,0,0 +393362,0,0,0,0,0 +393363,0,0,0,0,0 +393364,0,0,0,0,0 +393365,0,0,0,0,0 +393366,0,0,0,0,0 +393367,0,0,0,0,0 +393368,0,0,0,0,0 +393369,0,0,0,0,0 +393370,0,0,0,0,0 +393371,0,0,0,0,0 +393372,0,0,0,0,0 +393373,0,0,0,0,0 +393374,0,0,0,0,0 +393375,0,0,0,0,0 +393376,0,0,0,0,0 +393377,0,0,0,0,0 +393378,0,0,0,0,0 +393379,0,0,0,0,0 +393380,0,0,0,0,0 +393381,0,0,0,0,0 +393382,0,0,0,0,0 +393383,0,0,0,0,0 +393384,0,0,0,0,0 +393385,0,0,0,0,0 +393386,0,0,0,0,0 +393387,0,0,0,0,0 +393388,0,0,0,0,0 +393389,0,0,0,0,0 +393390,0,0,0,0,0 +393391,0,0,0,0,0 +393392,0,0,0,0,0 +393393,0,0,0,0,0 +393394,0,0,0,0,0 +393395,0,0,0,0,0 +393396,0,0,0,0,0 +393397,0,0,0,0,0 +393398,0,0,0,0,0 +393399,0,0,0,0,0 +393400,0,0,0,0,0 +393401,0,0,0,0,0 +393402,0,0,0,0,0 +393403,0,0,0,0,0 +393404,0,0,0,0,0 +393405,0,0,0,0,0 +393406,0,0,0,0,0 +393407,0,0,0,0,0 +393408,0,0,0,0,0 +393409,0,0,0,0,0 +393410,0,0,0,0,0 +393411,0,0,0,0,0 +393412,0,0,0,0,0 +393413,0,0,0,0,0 +393414,0,0,0,0,0 +393415,0,0,0,0,0 +393416,0,0,0,0,0 +393417,0,0,0,0,0 +393418,0,0,0,0,0 +393419,0,0,0,0,0 +393420,0,0,0,0,0 +393421,0,0,0,0,0 +393422,0,0,0,0,0 +393423,0,0,0,0,0 +393424,0,0,0,0,0 +393425,0,0,0,0,0 +393426,0,0,0,0,0 +393427,0,0,0,0,0 +393428,0,0,0,0,0 +393429,0,0,0,0,0 +393430,0,0,0,0,0 +393431,0,0,0,0,0 +393432,0,0,0,0,0 +393433,0,0,0,0,0 +393434,0,0,0,0,0 +393435,0,0,0,0,0 +393436,0,0,0,0,0 +393437,0,0,0,0,0 +393438,0,0,0,0,0 +393439,0,0,0,0,0 +393440,0,0,0,0,0 +393441,0,0,0,0,0 +393442,0,0,0,0,0 +393443,0,0,0,0,0 +393444,0,0,0,0,0 +393445,0,0,0,0,0 +393446,0,0,0,0,0 +393447,0,0,0,0,0 +393448,0,0,0,0,0 +393449,0,0,0,0,0 +393450,0,0,0,0,0 +393451,0,0,0,0,0 +393452,0,0,0,0,0 +393453,0,0,0,0,0 +393454,0,0,0,0,0 +393455,0,0,0,0,0 +393456,0,0,0,0,0 +393457,0,0,0,0,0 +393458,0,0,0,0,0 +393459,0,0,0,0,0 +393460,0,0,0,0,0 +393461,0,0,0,0,0 +393462,0,0,0,0,0 +393463,0,0,0,0,0 +393464,0,0,0,0,0 +393465,0,0,0,0,0 +393466,0,0,0,0,0 +393467,0,0,0,0,0 +393468,0,0,0,0,0 +393469,0,0,0,0,0 +393470,0,0,0,0,0 +393471,0,0,0,0,0 +393472,0,0,0,0,0 +393473,0,0,0,0,0 +393474,0,0,0,0,0 +393475,0,0,0,0,0 +393476,0,0,0,0,0 +393477,0,0,0,0,0 +393478,0,0,0,0,0 +393479,0,0,0,0,0 +393480,0,0,0,0,0 +393481,0,0,0,0,0 +393482,0,0,0,0,0 +393483,0,0,0,0,0 +393484,0,0,0,0,0 +393485,0,0,0,0,0 +393486,0,0,0,0,0 +393487,0,0,0,0,0 +393488,0,0,0,0,0 +393489,0,0,0,0,0 +393490,0,0,0,0,0 +393491,0,0,0,0,0 +393492,0,0,0,0,0 +393493,0,0,0,0,0 +393494,0,0,0,0,0 +393495,0,0,0,0,0 +393496,0,0,0,0,0 +393497,0,0,0,0,0 +393498,0,0,0,0,0 +393499,0,0,0,0,0 +393500,0,0,0,0,0 +393501,0,0,0,0,0 +393502,0,0,0,0,0 +393503,0,0,0,0,0 +393504,0,0,0,0,0 +393505,0,0,0,0,0 +393506,0,0,0,0,0 +393507,0,0,0,0,0 +393508,0,0,0,0,0 +393509,0,0,0,0,0 +393510,0,0,0,0,0 +393511,0,0,0,0,0 +393512,0,0,0,0,0 +393513,0,0,0,0,0 +393514,0,0,0,0,0 +393515,0,0,0,0,0 +393516,0,0,0,0,0 +393517,0,0,0,0,0 +393518,0,0,0,0,0 +393519,0,0,0,0,0 +393520,0,0,0,0,0 +393521,0,0,0,0,0 +393522,0,0,0,0,0 +393523,0,0,0,0,0 +393524,0,0,0,0,0 +393525,0,0,0,0,0 +393526,0,0,0,0,0 +393527,0,0,0,0,0 +393528,0,0,0,0,0 +393529,0,0,0,0,0 +393530,0,0,0,0,0 +393531,0,0,0,0,0 +393532,0,0,0,0,0 +393533,0,0,0,0,0 +393534,0,0,0,0,0 +393535,0,0,0,0,0 +393536,0,0,0,0,0 +393537,0,0,0,0,0 +393538,0,0,0,0,0 +393539,0,0,0,0,0 +393540,0,0,0,0,0 +393541,0,0,0,0,0 +393542,0,0,0,0,0 +393543,0,0,0,0,0 +393544,0,0,0,0,0 +393545,0,0,0,0,0 +393546,0,0,0,0,0 +393547,0,0,0,0,0 +393548,0,0,0,0,0 +393549,0,0,0,0,0 +393550,0,90.3453437,0,0,0 +393551,0,170.9876809,0,0,0 +393552,0,130.2334392,0,0,0 +393553,0,168.2180657,0,0,0 +393554,0,185.0088574,0,0,0 +393555,0,201.9103375,0,0,0 +393556,0,218.8406275,0,0,0 +393557,0,235.5368713,0,0,0 +393558,0,252.3204524,0,0,0 +393559,0,268.8282533,0,0,0 +393560,0,285.848045,0,0,0 +393561,0,302.3593676,0,0,0 +393562,0,319.0207072,0,0,0 +393563,0,335.4830449,0,0,0 +393564,0,352.4457817,0,0,0 +393565,0,368.8683019,0,0,0 +393566,0,385.3676034,0,0,0 +393567,0,402.3092991,0,0,0 +393568,0,418.7454328,0,0,0 +393569,0,435.1368501,0,0,0 +393570,0,452.4415773,0,0,0 +393571,0,465.8998006,0,0,0 +393572,0,479.902221,0,0,0 +393573,0,493.2932374,0,0,0 +393574,0,506.6156292,0,0,0 +393575,0,519.7490619,0,0,0 +393576,0,532.4690487,0,0,0 +393577,0,545.7880466,0,0,0 +393578,0,558.2829776,0,0,0 +393579,0,570.8881877,0,0,0 +393580,0,583.3389354,0,0,0 +393581,0,595.7799125,0,0,0 +393582,0,614.2801374,0,0,0 +393583,0,630.8268654,0,0,0 +393584,0,647.2055868,0,0,0 +393585,0,663.4389167,0,0,0 +393586,0,679.4871479,0,0,0 +393587,0,695.5016343,0,0,0 +393588,0,711.2959181,0,0,0 +393589,0,726.9990581,0,0,0 +393590,0,742.5232103,0,0,0 +393591,0,758.0452789,0,0,0 +393592,0,772.8650471,0,0,0 +393593,0,788.7947476,0,0,0 +393594,0,803.5083523,0,0,0 +393595,0,818.6567098,0,0,0 +393596,0,833.4655955,0,0,0 +393597,0,848.3871264,0,0,0 +393598,0,862.9076342,0,0,0 +393599,0,877.6110049,0,0,0 +393600,0,892.0485406,0,0,0 +393601,0,906.7904276,0,0,0 +393602,0,921.4120681,0,0,0 +393603,0,936.0980326,0,0,0 +393604,0,950.560961,0,0,0 +393605,0,964.9931186,0,0,0 +393606,0,979.3286797,0,0,0 +393607,0,993.5035469,0,0,0 +393608,0,1007.760292,0,0,0 +393609,0,1021.782512,0,0,0 +393610,0,1035.777889,0,0,0 +393611,0,1049.612089,0,0,0 +393612,0,1063.528129,0,0,0 +393613,0,1077.271199,0,0,0 +393614,0,1090.768498,0,0,0 +393615,0,1104.4795,0,0,0 +393616,0,1117.901945,0,0,0 +393617,0,1137.839069,0,0,0 +393618,0,1144.50278,0,0,0 +393619,0,1168.2633,0,0,0 +393620,0,1167.759077,0,0,0 +393621,0,1168.417751,0,0,0 +393622,0,1207.888825,0,0,0 +393623,0,1206.834464,0,0,0 +393624,0,1222.69851,0,0,0 +393625,0,1235.672407,0,0,0 +393626,0,1248.184478,0,0,0 +393627,0,1260.937653,0,0,0 +393628,0,1273.270325,0,0,0 +393629,0,1285.974158,0,0,0 +393630,0,1298.170281,0,0,0 +393631,0,1309.815315,0,0,0 +393632,0,1321.170143,0,0,0 +393633,0,1332.383781,0,0,0 +393634,0,1343.532099,0,0,0 +393635,0,1354.265722,0,0,0 +393636,0,1365.346981,0,0,0 +393637,0,1375.824595,0,0,0 +393638,0,1386.470019,0,0,0 +393639,0,1396.991089,0,0,0 +393640,0,1407.103622,0,0,0 +393641,0,1417.520846,0,0,0 +393642,0,1427.552435,0,0,0 +393643,0,1437.653737,0,0,0 +393644,0,1447.419049,0,0,0 +393645,0,1457.184386,0,0,0 +393646,0,1467.082514,0,0,0 +393647,0,1476.458578,0,0,0 +393648,0,1486.027038,0,0,0 +393649,0,1495.393842,0,0,0 +393650,0,1504.772233,0,0,0 +393651,0,1513.720646,0,0,0 +393652,0,1523.020753,0,0,0 +393653,0,1531.928405,0,0,0 +393654,0,1540.841677,0,0,0 +393655,0,1550.8228,0,0,0 +393656,0,1566.489077,0,0,0 +393657,0,1559.908596,0,0,0 +393658,0,1573.036635,0,0,0 +393659,0,1587.057411,0,0,0 +393660,0,1591.176715,17.40633203,0,0 +393661,0,1600.38577,31.43991605,0,0 +393662,0,1608.399965,23.56622832,0,0 +393663,0,1616.421674,30.16598849,0,0 +393664,0,1624.100008,32.90245297,0,0 +393665,0,1631.918272,35.76900096,0,0 +393666,0,1639.453122,38.57485614,0,0 +393667,0,1647.267286,41.57093987,0,0 +393668,0,1654.509172,44.49642195,0,0 +393669,0,1661.989042,47.64408119,0,0 +393670,0,1669.268716,50.70904439,0,0 +393671,0,1676.477484,54.20065676,0,0 +393672,0,1683.701789,57.70343394,0,0 +393673,0,1690.581631,61.48462654,0,0 +393674,0,1697.607107,65.13569112,0,0 +393675,0,1704.345659,69.32102335,0,0 +393676,0,1711.279014,73.29503058,0,0 +393677,0,1718.441369,77.52484943,0,0 +393678,0,1733.622777,81.8433647,0,0 +393679,0,1717.06467,86.32579704,0,0 +393680,0,1744.57577,90.51712611,0,0 +393681,0,1742.207116,95.2544781,0,0 +393682,0,1750.073913,99.46327099,0,0 +393683,0,1756.266143,103.9998187,0,0 +393684,0,1762.352494,108.4581513,0,0 +393685,0,1768.363095,113.0258326,0,0 +393686,0,1774.394827,117.3301945,0,0 +393687,0,1779.963642,121.9104726,0,0 +393688,0,1785.962302,126.3655333,0,0 +393689,0,1791.536222,130.8631364,0,0 +393690,0,1797.140876,135.5020948,0,0 +393691,0,1802.358339,139.6186762,0,0 +393692,0,1811.580165,144.0611742,0,0 +393693,0,1807.508372,148.2145342,0,0 +393694,0,1839.947611,152.9201665,0,0 +393695,0,1788.256901,156.8461331,0,0 +393696,0,1842.203708,161.3045575,0,0 +393697,0,1826.409443,165.5731531,0,0 +393698,0,1834.285464,169.8659604,0,0 +393699,0,1838.612966,174.3020221,0,0 +393700,0,1842.557099,178.6411611,0,0 +393701,0,1846.627492,182.7574459,0,0 +393702,0,1850.387916,187.0760966,0,0 +393703,0,1854.36746,191.4137346,0,0 +393704,0,1862.571932,195.7039122,0,0 +393705,0,1854.50022,199.9777067,0,0 +393706,0,1868.212399,204.2508515,0,0 +393707,0,1867.622754,208.5336792,0,0 +393708,0,1871.4683,212.8161532,0,0 +393709,0,1874.780369,217.1052893,0,0 +393710,0,1877.760312,221.4102618,0,0 +393711,0,1880.847615,225.6592272,0,0 +393712,0,1883.640036,229.9630496,0,0 +393713,0,1886.651103,234.2472953,0,0 +393714,0,1893.447156,238.5642783,0,0 +393715,0,1885.391021,242.8209721,0,0 +393716,0,1920.335959,247.138021,0,0 +393717,0,1880.738242,251.6914117,0,0 +393718,0,1896.076196,255.6158746,0,0 +393719,0,1900.431577,260.0887822,0,0 +393720,77.11741439,1905.624266,264.4087855,0,0 +393721,99.45377906,1904.058652,268.7048882,0,0 +393722,84.76910166,1907.518076,273.0769336,0,0 +393723,104.4788324,1912.514296,277.4606811,0,0 +393724,113.3858483,1906.335415,281.7794288,0,0 +393725,122.1722023,1931.437449,286.2030225,0,0 +393726,131.2186141,1898.287684,290.5292703,0,0 +393727,139.5798299,1933.687568,294.9675582,0,0 +393728,148.4856048,1911.426356,299.3062331,0,0 +393729,156.9545642,1904.856815,303.7603391,0,0 +393730,165.4766455,1946.882358,308.1115116,0,0 +393731,173.7987059,1907.241969,312.582428,0,0 +393732,182.5345813,1927.6215,316.9459891,0,0 +393733,190.5321764,1915.793594,321.4345076,0,0 +393734,198.8939198,1926.170227,325.9142699,0,0 +393735,207.2589591,1922.533415,330.2778288,43.3234024,0 +393736,215.3160499,1934.784555,334.7756882,31.14649884,0 +393737,223.3044264,1924.819046,339.1726115,36.55684565,0 +393738,231.8288807,1933.174456,343.7026165,42.02518053,0 +393739,239.4671908,1910.109216,348.1494371,45.80026046,0 +393740,247.6371622,1956.932375,352.6041374,49.53564816,0 +393741,255.5660028,1911.985985,357.5185781,53.2947682,0 +393742,263.2946389,1939.767254,361.4115281,56.82972942,0 +393743,271.4856837,1903.54123,366.2113305,60.53191838,0 +393744,279.1765738,1963.405376,370.6588188,64.02491435,0 +393745,287.0226998,1904.121622,375.1763417,67.63704263,0 +393746,294.7974515,1933.411597,379.7059815,71.11103984,0 +393747,302.5372817,1919.982039,384.2765507,74.5411065,0 +393748,310.0058442,1951.155876,388.7561593,78.05762191,0 +393749,318.2934926,1915.073795,393.3340751,81.43819692,0 +393750,325.4798124,1921.093785,397.952351,84.80251675,0 +393751,333.2876906,1921.374736,402.6200912,88.34326182,0 +393752,340.9565581,1941.164704,407.2888472,91.56048121,0 +393753,348.4925577,1901.481764,412.0917876,95.05964063,0 +393754,356.1437328,1953.585636,416.785603,98.38447086,0 +393755,363.5929639,1886.336216,421.5112985,101.6893006,0 +393756,371.2305622,1956.400944,426.324002,104.968406,0 +393757,378.6310435,1881.866202,431.0268006,108.4004516,0 +393758,385.8805791,1954.247307,435.9092131,111.4643084,0 +393759,393.7634892,1878.229016,440.5883684,114.9038761,0 +393760,400.9955922,1944.735902,445.5339823,117.9890246,0 +393761,408.4158399,1883.805136,450.2196756,121.4224002,0 +393762,415.7503145,1920.435952,455.0714177,124.434712,0 +393763,423.138059,1904.062581,459.8779392,127.610398,0 +393764,430.3904442,1904.764788,464.6988771,130.8969783,0 +393765,437.7328646,1902.471737,469.5745342,134.0729287,0 +393766,444.9320952,1900.199899,474.3300207,136.9809992,0 +393767,452.2249079,1921.536079,479.1574424,140.325449,0 +393768,459.3724793,1874.934253,484.1185582,143.3385833,0 +393769,466.6169981,1895.798566,488.8493979,146.4480452,0 +393770,473.7133177,1887.515243,493.75027,149.4237411,0 +393771,480.9113512,1893.156612,498.5985646,152.6496553,0 +393772,487.9564776,1877.632425,506.7008831,155.7186645,0 +393773,495.1088778,1884.703015,506.5992728,158.6185715,0 +393774,502.1024608,1877.745786,519.9008574,161.7245376,0 +393775,509.1695845,1875.582151,511.3895301,164.6103788,0 +393776,516.2159234,1872.321077,521.0098962,167.7858788,0 +393777,523.1437794,1869.078506,530.4381311,170.6893177,0 +393778,529.7655043,1887.473085,531.7527046,173.6899191,0 +393779,537.2854233,1830.606091,537.5469844,176.6581637,0 +393780,543.8711837,1874.389248,542.5097113,179.7392883,0 +393781,550.6559123,1851.66053,547.1064545,182.2758439,0 +393782,557.0657161,1851.233992,551.5053259,185.3892753,0 +393783,563.482468,1847.395148,556.2455367,188.088037,0 +393784,570.1318521,1843.406399,561.0137716,190.9146108,0 +393785,576.6289694,1839.34443,565.2031125,193.7077027,0 +393786,582.8601229,1835.198169,570.1475405,196.4909158,0 +393787,589.4279925,1830.96907,574.7050089,199.2634433,0 +393788,595.9577889,1826.658049,579.0443843,201.890583,0 +393789,601.9577452,1822.150278,583.9855275,204.8557163,0 +393790,608.6138998,1817.840073,588.3989694,207.4918449,0 +393791,614.9553347,1829.22023,592.9370131,210.2511499,0 +393792,620.9192064,1785.13412,597.6642273,212.9754057,0 +393793,627.4950598,1835.930726,602.2885621,215.6911038,0 +393794,633.712723,1766.623864,606.6679364,218.5454849,0 +393795,639.6777136,1817.081157,611.4514707,221.0103727,0 +393796,646.1040867,1774.135094,615.9980441,223.815597,0 +393797,652.2584162,1789.876273,620.5381888,226.1932273,0 +393798,658.1058923,1777.89025,625.1647988,229.2151185,0 +393799,664.571219,1773.986954,629.768214,231.7666036,0 +393800,670.6202975,1768.507008,634.2279364,234.3318199,0 +393801,676.4327887,1763.418231,638.9515297,237.0866387,0 +393802,682.7181632,1757.926053,643.5640555,239.7367338,0 +393803,688.5678326,1752.470946,647.9268602,242.249802,0 +393804,694.6432657,1746.92713,652.6957438,244.9816012,0 +393805,700.6308344,1741.309786,656.9997334,247.608212,0 +393806,706.5768483,1735.506178,661.8783922,250.0986168,0 +393807,712.4267803,1749.307946,666.1910862,252.8073864,0 +393808,718.3868512,1695.666653,671.0364126,255.4117471,0 +393809,724.2201029,1755.054528,676.0298683,257.8798332,0 +393810,730.2129491,1675.413663,684.8480739,260.3931538,0 +393811,735.452029,1730.108976,677.0446011,262.9679471,0 +393812,741.296125,1684.899731,690.4870054,265.3133507,0 +393813,746.5251136,1698.636154,692.4559453,267.5957286,0 +393814,752.1650521,1685.608868,696.1424508,270.0372173,0 +393815,757.3758662,1680.245688,700.4089102,272.2534768,0 +393816,762.9362423,1673.557238,704.5375782,274.6641246,0 +393817,768.0760095,1667.038314,708.2879338,276.8505099,0 +393818,773.568705,1660.216396,712.5620434,279.2325583,0 +393819,778.6448261,1653.416286,716.2745829,281.3914656,0 +393820,784.0090257,1646.425171,720.422424,283.7467531,0 +393821,789.1168381,1639.612882,724.1534456,285.8798331,0 +393822,794.4318541,1632.515924,728.2522588,288.2097471,0 +393823,799.3917281,1625.543886,731.884534,290.3182477,0 +393824,804.7545834,1618.233439,736.069399,292.6239742,0 +393825,809.4814275,1610.976863,739.6856837,294.7089764,0 +393826,814.8681229,1603.820062,743.6608678,296.9915388,0 +393827,819.6339998,1596.394903,753.2812282,299.0539912,0 +393828,824.8238651,1588.996428,742.5066527,301.3142809,0 +393829,829.5910027,1581.416935,759.3583189,303.1483086,0 +393830,834.709974,1574.026368,758.034682,305.708155,0 +393831,839.3517318,1587.976367,762.6094309,307.5650091,0 +393832,844.57941,1527.061233,766.5497323,309.8234332,0 +393833,849.0760825,1588.82811,770.053005,312.036514,0 +393834,854.1403761,1507.344855,774.1139912,313.9043541,0 +393835,858.720349,1554.645476,777.5959577,316.0502069,0 +393836,863.6644882,1519.150733,782.6493708,318.1904624,0 +393837,868.1304561,1521.9056,788.6033113,320.1732555,0 +393838,873.1229739,1511.062219,783.4359264,322.2990662,0 +393839,877.5477359,1503.557972,793.5774906,324.2577536,0 +393840,882.3901224,1495.485392,796.7361733,326.394741,0 +393841,886.3749803,1487.232403,798.8790702,328.157217,0 +393842,890.1127642,1478.812281,801.9943064,329.8564765,0 +393843,893.9668901,1470.382599,810.1494933,331.5954633,0 +393844,897.644952,1461.813508,799.9671126,333.3019562,0 +393845,901.4796978,1453.426851,814.4667566,335.023348,0 +393846,905.113903,1444.891017,812.5940077,336.6749602,0 +393847,908.7797205,1436.162603,816.2691064,338.3676172,0 +393848,912.3985634,1427.486963,823.6411561,340.02745,0 +393849,915.9828572,1418.910405,814.8165031,341.6801538,0 +393850,919.5327756,1410.117608,829.7401799,343.3452018,0 +393851,923.0493911,1401.364669,823.821523,344.940337,0 +393852,926.5324331,1392.562052,831.3015252,346.5782776,0 +393853,929.9823667,1383.721683,832.4003104,348.1839311,0 +393854,933.400217,1374.853792,838.2644334,349.7831113,0 +393855,936.783654,1365.952616,833.5148548,351.3961866,0 +393856,940.1364977,1356.931236,842.9018167,352.9381329,0 +393857,943.4573807,1348.186935,842.8125793,354.5252247,0 +393858,946.7470022,1339.018345,854.6040102,356.0799007,0 +393859,950.0056812,1329.997658,838.7845536,357.6289694,0 +393860,953.1563619,1321.070961,861.935203,359.1338199,0 +393861,956.4179688,1311.964793,842.7018469,360.7160736,0 +393862,959.5160597,1302.904166,868.3285566,362.167873,0 +393863,962.7197595,1293.820112,850.0642715,363.7259161,0 +393864,965.7611582,1284.717011,869.1566719,365.1927921,0 +393865,968.8314273,1275.525477,861.6850152,366.7139028,0 +393866,971.9342585,1266.510752,867.0661984,367.9150766,0 +393867,974.9682017,1257.407068,869.460091,369.8302998,0 +393868,977.9136949,1248.07916,871.7847448,371.0330675,0 +393869,980.953202,1239.107356,874.1643052,372.583667,0 +393870,983.8351012,1229.888827,876.6021479,373.99677,0 +393871,987.0016484,1220.801881,879.2571663,375.5558766,0 +393872,989.8336839,1211.718619,881.85663,377.0643098,0 +393873,992.9665946,1202.653664,884.5821824,378.6600911,0 +393874,995.8782201,1193.515135,887.3031864,380.1283734,0 +393875,998.9218447,1184.596452,889.8673215,381.7142026,0 +393876,1001.818773,1175.519123,892.5338799,383.2127715,0 +393877,1004.755229,1166.535151,895.2370041,384.7725118,0 +393878,1007.747855,1157.484497,899.9163828,386.2692482,0 +393879,1010.678359,1167.447693,899.6871551,387.8220235,0 +393880,1013.540352,1111.979062,903.36593,389.3384906,0 +393881,1016.510679,1160.552278,906.0502224,390.8431372,0 +393882,1019.340692,1095.348895,908.5092937,392.3459755,0 +393883,1022.293915,1126.432118,911.2178399,393.8791614,0 +393884,1025.109267,1099.013402,913.9288433,395.3541408,0 +393885,1028.051915,1096.837032,916.4312318,396.8850332,0 +393886,1030.858498,1086.50309,920.9492699,398.3527902,0 +393887,1033.792446,1078.170229,921.0371928,399.9029007,0 +393888,1036.593857,1069.398594,924.3706213,401.321059,0 +393889,1039.525666,1060.769027,927.2650999,402.8569112,0 +393890,1042.327616,1052.276854,929.5410998,404.3046182,0 +393891,1045.262177,1043.785189,932.2030528,405.8118251,0 +393892,1048.070509,1035.221663,936.558937,407.2566373,0 +393893,1051.015175,1026.86606,936.837429,408.7560618,0 +393894,1055.437969,1018.489503,940.0467486,410.1932735,0 +393895,1056.354631,1010.202752,942.6708813,411.7129975,0 +393896,1062.403571,1001.958314,946.8983275,413.099891,0 +393897,1060.773555,993.7980809,947.2722915,414.6051526,0 +393898,1070.94739,985.748737,950.1140929,416.0224118,0 +393899,1062.940536,977.6324579,954.8420746,417.4987633,0 +393900,1083.178982,969.6390663,955.028358,418.9133531,0 +393901,0,0,0,0,0 +393902,0,0,0,0,0 +393903,0,0,0,0,0 +393904,0,0,0,0,0 +393905,0,0,0,0,0 +393906,0,0,0,0,0 +393907,0,0,0,0,0 +393908,0,0,0,0,0 +393909,0,0,0,0,0 +393910,0,0,0,0,0 +393911,0,0,0,0,0 +393912,0,0,0,0,0 +393913,0,0,0,0,0 +393914,0,0,0,0,0 +393915,0,0,0,0,0 +393916,0,0,0,0,0 +393917,0,0,0,0,0 +393918,0,0,0,0,0 +393919,0,0,0,0,0 +393920,0,0,0,0,0 +393921,0,0,0,0,0 +393922,0,0,0,0,0 +393923,0,0,0,0,0 +393924,0,0,0,0,0 +393925,0,0,0,0,0 +393926,0,0,0,0,0 +393927,0,0,0,0,0 +393928,0,0,0,0,0 +393929,0,0,0,0,0 +393930,0,0,0,0,0 +393931,0,0,0,0,0 +393932,0,0,0,0,0 +393933,0,0,0,0,0 +393934,0,0,0,0,0 +393935,0,0,0,0,0 +393936,0,0,0,0,0 +393937,0,0,0,0,0 +393938,0,0,0,0,0 +393939,0,0,0,0,0 +393940,0,0,0,0,0 +393941,0,0,0,0,0 +393942,0,0,0,0,0 +393943,0,0,0,0,0 +393944,0,0,0,0,0 +393945,0,0,0,0,0 +393946,0,0,0,0,0 +393947,0,0,0,0,0 +393948,0,0,0,0,0 +393949,0,0,0,0,0 +393950,0,0,0,0,0 +393951,0,0,0,0,0 +393952,0,0,0,0,0 +393953,0,0,0,0,0 +393954,0,0,0,0,0 +393955,0,0,0,0,0 +393956,0,0,0,0,0 +393957,0,0,0,0,0 +393958,0,0,0,0,0 +393959,0,0,0,0,0 +393960,0,0,0,0,0 +393961,0,0,0,0,0 +393962,0,0,0,0,0 +393963,0,0,0,0,0 +393964,0,0,0,0,0 +393965,0,0,0,0,0 +393966,0,0,0,0,0 +393967,0,0,0,0,0 +393968,0,0,0,0,0 +393969,0,0,0,0,0 +393970,0,0,0,0,0 +393971,0,0,0,0,0 +393972,0,0,0,0,0 +393973,0,0,0,0,0 +393974,0,0,0,0,0 +393975,0,0,0,0,0 +393976,0,0,0,0,0 +393977,0,0,0,0,0 +393978,0,0,0,0,0 +393979,0,0,0,0,0 +393980,0,0,0,0,0 +393981,0,0,0,0,0 +393982,0,0,0,0,0 +393983,0,0,0,0,0 +393984,0,0,0,0,0 +393985,0,0,0,0,0 +393986,0,0,0,0,0 +393987,0,0,0,0,0 +393988,0,0,0,0,0 +393989,0,0,0,0,0 +393990,0,0,0,0,0 +393991,0,0,0,0,0 +393992,0,0,0,0,0 +393993,0,0,0,0,0 +393994,0,0,0,0,0 +393995,0,0,0,0,0 +393996,0,0,0,0,0 +393997,0,0,0,0,0 +393998,0,0,0,0,0 +393999,0,0,0,0,0 +394000,0,0,0,0,0 +394001,0,0,0,0,0 +394002,0,0,0,0,0 +394003,0,0,0,0,0 +394004,0,0,0,0,0 +394005,0,0,0,0,0 +394006,0,0,0,0,0 +394007,0,0,0,0,0 +394008,0,0,0,0,0 +394009,0,0,0,0,0 +394010,0,0,0,0,0 +394011,0,0,0,0,0 +394012,0,0,0,0,0 +394013,0,0,0,0,0 +394014,0,0,0,0,0 +394015,0,0,0,0,0 +394016,0,0,0,0,0 +394017,0,0,0,0,0 +394018,0,0,0,0,0 +394019,0,0,0,0,0 +394020,0,0,0,0,0 +394021,0,0,0,0,0 +394022,0,0,0,0,0 +394023,0,0,0,0,0 +394024,0,0,0,0,0 +394025,0,0,0,0,0 +394026,0,0,0,0,0 +394027,0,0,0,0,0 +394028,0,0,0,0,0 +394029,0,0,0,0,0 +394030,0,0,0,0,0 +394031,0,0,0,0,0 +394032,0,0,0,0,0 +394033,0,0,0,0,0 +394034,0,0,0,0,0 +394035,0,0,0,0,0 +394036,0,0,0,0,0 +394037,0,0,0,0,0 +394038,0,0,0,0,0 +394039,0,0,0,0,0 +394040,0,0,0,0,0 +394041,0,0,0,0,0 +394042,0,0,0,0,0 +394043,0,0,0,0,0 +394044,0,0,0,0,0 +394045,0,0,0,0,0 +394046,0,0,0,0,0 +394047,0,0,0,0,0 +394048,0,0,0,0,0 +394049,0,0,0,0,0 +394050,0,0,0,0,0 +394051,0,0,0,0,0 +394052,0,0,0,0,0 +394053,0,0,0,0,0 +394054,0,0,0,0,0 +394055,0,0,0,0,0 +394056,0,0,0,0,0 +394057,0,0,0,0,0 +394058,0,0,0,0,0 +394059,0,0,0,0,0 +394060,0,0,0,0,0 +394061,0,0,0,0,0 +394062,0,0,0,0,0 +394063,0,0,0,0,0 +394064,0,0,0,0,0 +394065,0,0,0,0,0 +394066,0,0,0,0,0 +394067,0,0,0,0,0 +394068,0,0,0,0,0 +394069,0,0,0,0,0 +394070,0,0,0,0,0 +394071,0,0,0,0,0 +394072,0,0,0,0,0 +394073,0,0,0,0,0 +394074,0,0,0,0,0 +394075,0,0,0,0,0 +394076,0,0,0,0,0 +394077,0,0,0,0,0 +394078,0,0,0,0,0 +394079,0,0,0,0,0 +394080,0,0,0,0,0 +394081,0,0,0,0,0 +394082,0,0,0,0,0 +394083,0,0,0,0,0 +394084,0,0,0,0,0 +394085,0,0,0,0,0 +394086,0,0,0,0,0 +394087,0,0,0,0,0 +394088,0,0,0,0,0 +394089,0,0,0,0,0 +394090,0,0,0,0,0 +394091,0,0,0,0,0 +394092,0,0,0,0,0 +394093,0,0,0,0,0 +394094,0,0,0,0,0 +394095,0,0,0,0,0 +394096,0,0,0,0,0 +394097,0,0,0,0,0 +394098,0,0,0,0,0 +394099,0,0,0,0,0 +394100,0,0,0,0,0 +394101,0,0,0,0,0 +394102,0,0,0,0,0 +394103,0,0,0,0,0 +394104,0,0,0,0,0 +394105,0,0,0,0,0 +394106,0,0,0,0,0 +394107,0,0,0,0,0 +394108,0,0,0,0,0 +394109,0,0,0,0,0 +394110,0,0,0,0,0 +394111,0,0,0,0,0 +394112,0,0,0,0,0 +394113,0,0,0,0,0 +394114,0,0,0,0,0 +394115,0,0,0,0,0 +394116,0,0,0,0,0 +394117,0,0,0,0,0 +394118,0,0,0,0,0 +394119,0,0,0,0,0 +394120,0,0,0,0,0 +394121,0,0,0,0,0 +394122,0,0,0,0,0 +394123,0,0,0,0,0 +394124,0,0,0,0,0 +394125,0,0,0,0,0 +394126,0,0,0,0,0 +394127,0,0,0,0,0 +394128,0,0,0,0,0 +394129,0,0,0,0,0 +394130,0,0,0,0,0 +394131,0,0,0,0,0 +394132,0,0,0,0,0 +394133,0,0,0,0,0 +394134,0,0,0,0,0 +394135,0,0,0,0,0 +394136,0,0,0,0,0 +394137,0,0,0,0,0 +394138,0,0,0,0,0 +394139,0,0,0,0,0 +394140,0,0,0,0,0 +394141,0,0,0,0,0 +394142,0,0,0,0,0 +394143,0,0,0,0,0 +394144,0,0,0,0,0 +394145,0,0,0,0,0 +394146,0,0,0,0,0 +394147,0,0,0,0,0 +394148,0,0,0,0,0 +394149,0,0,0,0,0 +394150,0,0,0,0,0 +394151,0,0,0,0,0 +394152,0,0,0,0,0 +394153,0,0,0,0,0 +394154,0,0,0,0,0 +394155,0,0,0,0,0 +394156,0,0,0,0,0 +394157,0,0,0,0,0 +394158,0,0,0,0,0 +394159,0,0,0,0,0 +394160,0,0,0,0,0 +394161,0,0,0,0,0 +394162,0,0,0,0,0 +394163,0,0,0,0,0 +394164,0,0,0,0,0 +394165,0,0,0,0,0 +394166,0,0,0,0,0 +394167,0,0,0,0,0 +394168,0,0,0,0,0 +394169,0,0,0,0,0 +394170,0,0,0,0,0 +394171,0,0,0,0,0 +394172,0,0,0,0,0 +394173,0,0,0,0,0 +394174,0,0,0,0,0 +394175,0,0,0,0,0 +394176,0,0,0,0,0 +394177,0,0,0,0,0 +394178,0,0,0,0,0 +394179,0,0,0,0,0 +394180,0,0,0,0,0 +394181,0,0,0,0,0 +394182,0,0,0,0,0 +394183,0,0,0,0,0 +394184,0,0,0,0,0 +394185,0,0,0,0,0 +394186,0,0,0,0,0 +394187,0,0,0,0,0 +394188,0,0,0,0,0 +394189,0,0,0,0,0 +394190,0,0,0,0,0 +394191,0,0,0,0,0 +394192,0,0,0,0,0 +394193,0,0,0,0,0 +394194,0,0,0,0,0 +394195,0,0,0,0,0 +394196,0,0,0,0,0 +394197,0,0,0,0,0 +394198,0,0,0,0,0 +394199,0,0,0,0,0 +394200,0,0,0,0,0 +394201,0,0,0,0,0 +394202,0,0,0,0,0 +394203,0,0,0,0,0 +394204,0,0,0,0,0 +394205,0,0,0,0,0 +394206,0,0,0,0,0 +394207,0,0,0,0,0 +394208,0,0,0,0,0 +394209,0,0,0,0,0 +394210,0,0,0,0,0 +394211,0,0,0,0,0 +394212,0,0,0,0,0 +394213,0,0,0,0,0 +394214,0,0,0,0,0 +394215,0,0,0,0,0 +394216,0,0,0,0,0 +394217,0,0,0,0,0 +394218,0,0,0,0,0 +394219,0,0,0,0,0 +394220,0,0,0,0,0 +394221,0,0,0,0,0 +394222,0,0,0,0,0 +394223,0,0,0,0,0 +394224,0,0,0,0,0 +394225,0,0,0,0,0 +394226,0,0,0,0,0 +394227,0,0,0,0,0 +394228,0,0,0,0,0 +394229,0,0,0,0,0 +394230,0,0,0,0,0 +394231,0,0,0,0,0 +394232,0,0,0,0,0 +394233,0,0,0,0,0 +394234,0,0,0,0,0 +394235,0,0,0,0,0 +394236,0,0,0,0,0 +394237,0,0,0,0,0 +394238,0,0,0,0,0 +394239,0,0,0,0,0 +394240,0,0,0,0,0 +394241,0,0,0,0,0 +394242,0,0,0,0,0 +394243,0,0,0,0,0 +394244,0,0,0,0,0 +394245,0,0,0,0,0 +394246,0,0,0,0,0 +394247,0,0,0,0,0 +394248,0,0,0,0,0 +394249,0,0,0,0,0 +394250,0,0,0,0,0 +394251,0,0,0,0,0 +394252,0,0,0,0,0 +394253,0,0,0,0,0 +394254,0,0,0,0,0 +394255,0,0,0,0,0 +394256,0,0,0,0,0 +394257,0,0,0,0,0 +394258,0,0,0,0,0 +394259,0,0,0,0,0 +394260,0,0,0,0,0 +394261,0,0,0,0,0 +394262,0,0,0,0,0 +394263,0,0,0,0,0 +394264,0,0,0,0,0 +394265,0,0,0,0,0 +394266,0,0,0,0,0 +394267,0,0,0,0,0 +394268,0,0,0,0,0 +394269,0,0,0,0,0 +394270,0,0,0,0,0 +394271,0,0,0,0,0 +394272,0,0,0,0,0 +394273,0,0,0,0,0 +394274,0,0,0,0,0 +394275,0,0,0,0,0 +394276,0,0,0,0,0 +394277,0,0,0,0,0 +394278,0,0,0,0,0 +394279,0,0,0,0,0 +394280,0,0,0,0,0 +394281,0,0,0,0,0 +394282,0,0,0,0,0 +394283,0,0,0,0,0 +394284,0,0,0,0,0 +394285,0,0,0,0,0 +394286,0,0,0,0,0 +394287,0,0,0,0,0 +394288,0,0,0,0,0 +394289,0,0,0,0,0 +394290,0,0,0,0,0 +394291,0,0,0,0,0 +394292,0,0,0,0,0 +394293,0,0,0,0,0 +394294,0,0,0,0,0 +394295,0,0,0,0,0 +394296,0,0,0,0,0 +394297,0,0,0,0,0 +394298,0,0,0,0,0 +394299,0,0,0,0,0 +394300,0,0,0,0,0 +394301,0,0,0,0,0 +394302,0,0,0,0,0 +394303,0,0,0,0,0 +394304,0,0,0,0,0 +394305,0,0,0,0,0 +394306,0,0,0,0,0 +394307,0,0,0,0,0 +394308,0,0,0,0,0 +394309,0,0,0,0,0 +394310,0,0,0,0,0 +394311,0,0,0,0,0 +394312,0,0,0,0,0 +394313,0,0,0,0,0 +394314,0,0,0,0,0 +394315,0,0,0,0,0 +394316,0,0,0,0,0 +394317,0,0,0,0,0 +394318,0,0,0,0,0 +394319,0,0,0,0,0 +394320,0,0,0,0,0 +394321,0,0,0,0,0 +394322,0,0,0,0,0 +394323,0,0,0,0,0 +394324,0,0,0,0,0 +394325,0,0,0,0,0 +394326,0,0,0,0,0 +394327,0,0,0,0,0 +394328,0,0,0,0,0 +394329,0,0,0,0,0 +394330,0,0,0,0,0 +394331,0,0,0,0,0 +394332,0,0,0,0,0 +394333,0,0,0,0,0 +394334,0,0,0,0,0 +394335,0,0,0,0,0 +394336,0,0,0,0,0 +394337,0,0,0,0,0 +394338,0,0,0,0,0 +394339,0,0,0,0,0 +394340,0,0,0,0,0 +394341,0,0,0,0,0 +394342,0,0,0,0,0 +394343,0,0,0,0,0 +394344,0,0,0,0,0 +394345,0,0,0,0,0 +394346,0,0,0,0,0 +394347,0,0,0,0,0 +394348,0,0,0,0,0 +394349,0,0,0,0,0 +394350,0,0,0,0,0 +394351,0,0,0,0,0 +394352,0,0,0,0,0 +394353,0,0,0,0,0 +394354,0,0,0,0,0 +394355,0,0,0,0,0 +394356,0,0,0,0,0 +394357,0,0,0,0,0 +394358,0,0,0,0,0 +394359,0,0,0,0,0 +394360,0,0,0,0,0 +394361,0,0,0,0,0 +394362,0,0,0,0,0 +394363,0,0,0,0,0 +394364,0,0,0,0,0 +394365,0,0,0,0,0 +394366,0,0,0,0,0 +394367,0,0,0,0,0 +394368,0,0,0,0,0 +394369,0,0,0,0,0 +394370,0,0,0,0,0 +394371,0,0,0,0,0 +394372,0,0,0,0,0 +394373,0,0,0,0,0 +394374,0,0,0,0,0 +394375,0,0,0,0,0 +394376,0,0,0,0,0 +394377,0,0,0,0,0 +394378,0,0,0,0,0 +394379,0,0,0,0,0 +394380,0,0,0,0,0 +394381,0,0,0,0,0 +394382,0,0,0,0,0 +394383,0,0,0,0,0 +394384,0,0,0,0,0 +394385,0,0,0,0,0 +394386,0,0,0,0,0 +394387,0,0,0,0,0 +394388,0,0,0,0,0 +394389,0,0,0,0,0 +394390,0,0,0,0,0 +394391,0,0,0,0,0 +394392,0,0,0,0,0 +394393,0,0,0,0,0 +394394,0,0,0,0,0 +394395,0,0,0,0,0 +394396,0,0,0,0,0 +394397,0,0,0,0,0 +394398,0,0,0,0,0 +394399,0,0,0,0,0 +394400,0,0,0,0,0 +394401,0,0,0,0,0 +394402,0,0,0,0,0 +394403,0,0,0,0,0 +394404,0,0,0,0,0 +394405,0,0,0,0,0 +394406,0,0,0,0,0 +394407,0,0,0,0,0 +394408,0,0,0,0,0 +394409,0,0,0,0,0 +394410,0,0,0,0,0 +394411,0,0,0,0,0 +394412,0,0,0,0,0 +394413,0,0,0,0,0 +394414,0,0,0,0,0 +394415,0,0,0,0,0 +394416,0,0,0,0,0 +394417,0,0,0,0,0 +394418,0,0,0,0,0 +394419,0,0,0,0,0 +394420,0,0,0,0,0 +394421,0,0,0,0,0 +394422,0,0,0,0,0 +394423,0,0,0,0,0 +394424,0,0,0,0,0 +394425,0,0,0,0,0 +394426,0,0,0,0,0 +394427,0,0,0,0,0 +394428,0,0,0,0,0 +394429,0,0,0,0,0 +394430,0,0,0,0,0 +394431,0,0,0,0,0 +394432,0,0,0,0,0 +394433,0,0,0,0,0 +394434,0,0,0,0,0 +394435,0,0,0,0,0 +394436,0,0,0,0,0 +394437,0,0,0,0,0 +394438,0,0,0,0,0 +394439,0,0,0,0,0 +394440,0,0,0,0,0 +394441,0,0,0,0,0 +394442,0,0,0,0,0 +394443,0,0,0,0,0 +394444,0,0,0,0,0 +394445,0,0,0,0,0 +394446,0,0,0,0,0 +394447,0,0,0,0,0 +394448,0,0,0,0,0 +394449,0,0,0,0,0 +394450,0,0,0,0,0 +394451,0,0,0,0,0 +394452,0,0,0,0,0 +394453,0,0,0,0,0 +394454,0,0,0,0,0 +394455,0,0,0,0,0 +394456,0,0,0,0,0 +394457,0,0,0,0,0 +394458,0,0,0,0,0 +394459,0,0,0,0,0 +394460,0,0,0,0,0 +394461,0,0,0,0,0 +394462,0,0,0,0,0 +394463,0,0,0,0,0 +394464,0,0,0,0,0 +394465,0,0,0,0,0 +394466,0,0,0,0,0 +394467,0,0,0,0,0 +394468,0,0,0,0,0 +394469,0,0,0,0,0 +394470,0,0,0,0,0 +394471,0,0,0,0,0 +394472,0,0,0,0,0 +394473,0,0,0,0,0 +394474,0,0,0,0,0 +394475,0,0,0,0,0 +394476,0,0,0,0,0 +394477,0,0,0,0,0 +394478,0,0,0,0,0 +394479,0,0,0,0,0 +394480,0,0,0,0,0 +394481,0,0,0,0,0 +394482,0,0,0,0,0 +394483,0,0,0,0,0 +394484,0,0,0,0,0 +394485,0,0,0,0,0 +394486,0,0,0,0,0 +394487,0,0,0,0,0 +394488,0,0,0,0,0 +394489,0,0,0,0,0 +394490,0,0,0,0,0 +394491,0,0,0,0,0 +394492,0,0,0,0,0 +394493,0,0,0,0,0 +394494,0,0,0,0,0 +394495,0,0,0,0,0 +394496,0,0,0,0,0 +394497,0,0,0,0,0 +394498,0,0,0,0,0 +394499,0,0,0,0,0 +394500,0,0,0,0,0 +394501,0,0,0,0,0 +394502,0,0,0,0,0 +394503,0,0,0,0,0 +394504,0,0,0,0,0 +394505,0,0,0,0,0 +394506,0,0,0,0,0 +394507,0,0,0,0,0 +394508,0,0,0,0,0 +394509,0,0,0,0,0 +394510,0,0,0,0,0 +394511,0,0,0,0,0 +394512,0,0,0,0,0 +394513,0,0,0,0,0 +394514,0,0,0,0,0 +394515,0,0,0,0,0 +394516,0,0,0,0,0 +394517,0,0,0,0,0 +394518,0,0,0,0,0 +394519,0,0,0,0,0 +394520,0,0,0,0,0 +394521,0,0,0,0,0 +394522,0,0,0,0,0 +394523,0,0,0,0,0 +394524,0,0,0,0,0 +394525,0,0,0,0,0 +394526,0,0,0,0,0 +394527,0,0,0,0,0 +394528,0,0,0,0,0 +394529,0,0,0,0,0 +394530,0,0,0,0,0 +394531,0,0,0,0,0 +394532,0,0,0,0,0 +394533,0,0,0,0,0 +394534,0,0,0,0,0 +394535,0,0,0,0,0 +394536,0,0,0,0,0 +394537,0,0,0,0,0 +394538,0,0,0,0,0 +394539,0,0,0,0,0 +394540,0,0,0,0,0 +394541,0,0,0,0,0 +394542,0,0,0,0,0 +394543,0,0,0,0,0 +394544,0,0,0,0,0 +394545,0,0,0,0,0 +394546,0,0,0,0,0 +394547,0,0,0,0,0 +394548,0,0,0,0,0 +394549,0,0,0,0,0 +394550,0,0,0,0,0 +394551,0,0,0,0,0 +394552,0,0,0,0,0 +394553,0,0,0,0,0 +394554,0,0,0,0,0 +394555,0,0,0,0,0 +394556,0,0,0,0,0 +394557,0,0,0,0,0 +394558,0,0,0,0,0 +394559,0,0,0,0,0 +394560,0,0,0,0,0 +394561,0,0,0,0,0 +394562,0,0,0,0,0 +394563,0,0,0,0,0 +394564,0,0,0,0,0 +394565,0,0,0,0,0 +394566,0,0,0,0,0 +394567,0,0,0,0,0 +394568,0,0,0,0,0 +394569,0,0,0,0,0 +394570,0,0,0,0,0 +394571,0,0,0,0,0 +394572,0,0,0,0,0 +394573,0,0,0,0,0 +394574,0,0,0,0,0 +394575,0,0,0,0,0 +394576,0,0,0,0,0 +394577,0,0,0,0,0 +394578,0,0,0,0,0 +394579,0,0,0,0,0 +394580,0,0,0,0,0 +394581,0,0,0,0,0 +394582,0,0,0,0,0 +394583,0,0,0,0,0 +394584,0,0,0,0,0 +394585,0,0,0,0,0 +394586,0,0,0,0,0 +394587,0,0,0,0,0 +394588,0,0,0,0,0 +394589,0,0,0,0,0 +394590,0,0,0,0,0 +394591,0,0,0,0,0 +394592,0,0,0,0,0 +394593,0,0,0,0,0 +394594,0,0,0,0,0 +394595,0,0,0,0,0 +394596,0,0,0,0,0 +394597,0,0,0,0,0 +394598,0,0,0,0,0 +394599,0,0,0,0,0 +394600,0,0,0,0,0 +394601,0,0,0,0,0 +394602,0,0,0,0,0 +394603,0,0,0,0,0 +394604,0,0,0,0,0 +394605,0,0,0,0,0 +394606,0,0,0,0,0 +394607,0,0,0,0,0 +394608,0,0,0,0,0 +394609,0,0,0,0,0 +394610,0,0,0,0,0 +394611,0,0,0,0,0 +394612,0,0,0,0,0 +394613,0,0,0,0,0 +394614,0,0,0,0,0 +394615,0,0,0,0,0 +394616,0,0,0,0,0 +394617,0,0,0,0,0 +394618,0,0,0,0,0 +394619,0,0,0,0,0 +394620,0,0,0,0,0 +394621,0,0,0,0,0 +394622,0,0,0,0,0 +394623,0,0,0,0,0 +394624,0,0,0,0,0 +394625,0,0,0,0,0 +394626,0,0,0,0,0 +394627,0,0,0,0,0 +394628,0,0,0,0,0 +394629,0,0,0,0,0 +394630,0,0,0,0,0 +394631,0,0,0,0,0 +394632,0,0,0,0,0 +394633,0,0,0,0,0 +394634,0,0,0,0,0 +394635,0,0,0,0,0 +394636,0,0,0,0,0 +394637,0,0,0,0,0 +394638,0,0,0,0,0 +394639,0,0,0,0,0 +394640,0,0,0,0,0 +394641,0,0,0,0,0 +394642,0,0,0,0,0 +394643,0,0,0,0,0 +394644,0,0,0,0,0 +394645,0,0,0,0,0 +394646,0,0,0,0,0 +394647,0,0,0,0,0 +394648,0,0,0,0,0 +394649,0,0,0,0,0 +394650,0,0,0,0,0 +394651,0,0,0,0,0 +394652,0,0,0,0,0 +394653,0,0,0,0,0 +394654,0,0,0,0,0 +394655,0,0,0,0,0 +394656,0,0,0,0,0 +394657,0,0,0,0,0 +394658,0,0,0,0,0 +394659,0,0,0,0,0 +394660,0,0,0,0,0 +394661,0,0,0,0,0 +394662,0,0,0,0,0 +394663,0,0,0,0,0 +394664,0,0,0,0,0 +394665,0,0,0,0,0 +394666,0,0,0,0,0 +394667,0,0,0,0,0 +394668,0,0,0,0,0 +394669,0,0,0,0,0 +394670,0,0,0,0,0 +394671,0,0,0,0,0 +394672,0,0,0,0,0 +394673,0,0,0,0,0 +394674,0,0,0,0,0 +394675,0,0,0,0,0 +394676,0,0,0,0,0 +394677,0,0,0,0,0 +394678,0,0,0,0,0 +394679,0,0,0,0,0 +394680,0,0,0,0,0 +394681,0,0,0,0,0 +394682,0,0,0,0,0 +394683,0,0,0,0,0 +394684,0,0,0,0,0 +394685,0,0,0,0,0 +394686,0,0,0,0,0 +394687,0,0,0,0,0 +394688,0,0,0,0,0 +394689,0,0,0,0,0 +394690,0,0,0,0,0 +394691,0,0,0,0,0 +394692,0,0,0,0,0 +394693,0,0,0,0,0 +394694,0,0,0,0,0 +394695,0,0,0,0,0 +394696,0,0,0,0,0 +394697,0,0,0,0,0 +394698,0,0,0,0,0 +394699,0,0,0,0,0 +394700,0,0,0,0,0 +394701,0,0,0,0,0 +394702,0,0,0,0,0 +394703,0,0,0,0,0 +394704,0,0,0,0,0 +394705,0,0,0,0,0 +394706,0,0,0,0,0 +394707,0,0,0,0,0 +394708,0,0,0,0,0 +394709,0,0,0,0,0 +394710,0,0,0,0,0 +394711,0,0,0,0,0 +394712,0,0,0,0,0 +394713,0,0,0,0,0 +394714,0,0,0,0,0 +394715,0,0,0,0,0 +394716,0,0,0,0,0 +394717,0,0,0,0,0 +394718,0,0,0,0,0 +394719,0,0,0,0,0 +394720,0,0,0,0,0 +394721,0,0,0,0,0 +394722,0,0,0,0,0 +394723,0,0,0,0,0 +394724,0,0,0,0,0 +394725,0,0,0,0,0 +394726,0,0,0,0,0 +394727,0,0,0,0,0 +394728,0,0,0,0,0 +394729,0,0,0,0,0 +394730,0,0,0,0,0 +394731,0,0,0,0,0 +394732,0,0,0,0,0 +394733,0,0,0,0,0 +394734,0,0,0,0,0 +394735,0,0,0,0,0 +394736,0,0,0,0,0 +394737,0,0,0,0,0 +394738,0,0,0,0,0 +394739,0,0,0,0,0 +394740,0,0,0,0,0 +394741,0,0,0,0,0 +394742,0,0,0,0,0 +394743,0,0,0,0,0 +394744,0,0,0,0,0 +394745,0,0,0,0,0 +394746,0,0,0,0,0 +394747,0,0,0,0,0 +394748,0,0,0,0,0 +394749,0,0,0,0,0 +394750,0,0,0,0,0 +394751,0,0,0,0,0 +394752,0,0,0,0,0 +394753,0,0,0,0,0 +394754,0,0,0,0,0 +394755,0,0,0,0,0 +394756,0,0,0,0,0 +394757,0,0,0,0,0 +394758,0,0,0,0,0 +394759,0,0,0,0,0 +394760,0,0,0,0,0 +394761,0,0,0,0,0 +394762,0,0,0,0,0 +394763,0,0,0,0,0 +394764,0,0,0,0,0 +394765,0,0,0,0,0 +394766,0,0,0,0,0 +394767,0,0,0,0,0 +394768,0,0,0,0,0 +394769,0,0,0,0,0 +394770,0,0,0,0,0 +394771,0,0,0,0,0 +394772,0,0,0,0,0 +394773,0,0,0,0,0 +394774,0,0,0,0,0 +394775,0,0,0,0,0 +394776,0,0,0,0,0 +394777,0,0,0,0,0 +394778,0,0,0,0,0 +394779,0,0,0,0,0 +394780,0,0,0,0,0 +394781,0,0,0,0,0 +394782,0,0,0,0,0 +394783,0,0,0,0,0 +394784,0,0,0,0,0 +394785,0,0,0,0,0 +394786,0,0,0,0,0 +394787,0,0,0,0,0 +394788,0,0,0,0,0 +394789,0,0,0,0,0 +394790,0,0,0,0,0 +394791,0,0,0,0,0 +394792,0,0,0,0,0 +394793,0,0,0,0,0 +394794,0,0,0,0,0 +394795,0,0,0,0,0 +394796,0,0,0,0,0 +394797,0,0,0,0,0 +394798,0,0,0,0,0 +394799,0,0,0,0,0 +394800,0,0,0,0,0 +394801,0,0,0,0,0 +394802,0,0,0,0,0 +394803,0,0,0,0,0 +394804,0,0,0,0,0 +394805,0,0,0,0,0 +394806,0,0,0,0,0 +394807,0,0,0,0,0 +394808,0,0,0,0,0 +394809,0,0,0,0,0 +394810,0,0,0,0,0 +394811,0,0,0,0,0 +394812,0,0,0,0,0 +394813,0,0,0,0,0 +394814,0,0,0,0,0 +394815,0,0,0,0,0 +394816,0,0,0,0,0 +394817,0,0,0,0,0 +394818,0,0,0,0,0 +394819,0,0,0,0,0 +394820,0,0,0,0,0 +394821,0,0,0,0,0 +394822,0,0,0,0,0 +394823,0,0,0,0,0 +394824,0,0,0,0,0 +394825,0,0,0,0,0 +394826,0,0,0,0,0 +394827,0,0,0,0,0 +394828,0,0,0,0,0 +394829,0,0,0,0,0 +394830,0,0,0,0,0 +394831,0,0,0,0,0 +394832,0,0,0,0,0 +394833,0,0,0,0,0 +394834,0,0,0,0,0 +394835,0,0,0,0,0 +394836,0,0,0,0,0 +394837,0,0,0,0,0 +394838,0,0,0,0,0 +394839,0,0,0,0,0 +394840,0,0,0,0,0 +394841,0,0,0,0,0 +394842,0,0,0,0,0 +394843,0,0,0,0,0 +394844,0,0,0,0,0 +394845,0,0,0,0,0 +394846,0,0,0,0,0 +394847,0,0,0,0,0 +394848,0,0,0,0,0 +394849,0,0,0,0,0 +394850,0,0,0,0,0 +394851,0,0,0,0,0 +394852,0,0,0,0,0 +394853,0,0,0,0,0 +394854,0,0,0,0,0 +394855,0,0,0,0,0 +394856,0,0,0,0,0 +394857,0,0,0,0,0 +394858,0,0,0,0,0 +394859,0,0,0,0,0 +394860,0,0,0,0,0 +394861,0,0,0,0,0 +394862,0,0,0,0,0 +394863,0,0,0,0,0 +394864,0,0,0,0,0 +394865,0,0,0,0,0 +394866,0,0,0,0,0 +394867,0,0,0,0,0 +394868,0,0,0,0,0 +394869,0,0,0,0,0 +394870,0,0,0,0,0 +394871,0,0,0,0,0 +394872,0,0,0,0,0 +394873,0,0,0,0,0 +394874,0,0,0,0,0 +394875,0,0,0,0,0 +394876,0,0,0,0,0 +394877,0,0,0,0,0 +394878,0,0,0,0,0 +394879,0,0,0,0,0 +394880,0,0,0,0,0 +394881,0,0,0,0,0 +394882,0,0,0,0,0 +394883,0,0,0,0,0 +394884,0,0,0,0,0 +394885,0,0,0,0,0 +394886,0,0,0,0,0 +394887,0,0,0,0,0 +394888,0,0,0,0,0 +394889,0,0,0,0,0 +394890,0,0,0,0,0 +394891,0,0,0,0,0 +394892,0,0,0,0,0 +394893,0,0,0,0,0 +394894,0,0,0,0,0 +394895,0,0,0,0,0 +394896,0,0,0,0,0 +394897,0,0,0,0,0 +394898,0,0,0,0,0 +394899,0,0,0,0,0 +394900,0,0,0,0,0 +394901,0,0,0,0,0 +394902,0,0,0,0,0 +394903,0,0,0,0,0 +394904,0,0,0,0,0 +394905,0,0,0,0,0 +394906,0,0,0,0,0 +394907,0,0,0,0,0 +394908,0,0,0,0,0 +394909,0,0,0,0,0 +394910,0,0,0,0,0 +394911,0,0,0,0,0 +394912,0,0,0,0,0 +394913,0,0,0,0,0 +394914,0,0,0,0,0 +394915,0,0,0,0,0 +394916,0,0,0,0,0 +394917,0,0,0,0,0 +394918,0,0,0,0,0 +394919,0,0,0,0,0 +394920,0,0,0,0,0 +394921,0,0,0,0,0 +394922,0,0,0,0,0 +394923,0,0,0,0,0 +394924,0,0,0,0,0 +394925,0,0,0,0,0 +394926,0,0,0,0,0 +394927,0,0,0,0,0 +394928,0,0,0,0,0 +394929,0,0,0,0,0 +394930,0,0,0,0,0 +394931,0,0,0,0,0 +394932,0,0,0,0,0 +394933,0,0,0,0,0 +394934,0,0,0,0,0 +394935,0,0,0,0,0 +394936,0,0,0,0,0 +394937,0,0,0,0,0 +394938,0,0,0,0,0 +394939,0,0,0,0,0 +394940,0,0,0,0,0 +394941,0,0,0,0,0 +394942,0,0,0,0,0 +394943,0,0,0,0,0 +394944,0,0,0,0,0 +394945,0,0,0,0,0 +394946,0,0,0,0,0 +394947,0,0,0,0,0 +394948,0,0,0,0,0 +394949,0,0,0,0,0 +394950,0,0,0,0,0 +394951,0,0,0,0,0 +394952,0,0,0,0,0 +394953,0,0,0,0,0 +394954,0,0,0,0,0 +394955,0,0,0,0,0 +394956,0,0,0,0,0 +394957,0,0,0,0,0 +394958,0,0,0,0,0 +394959,0,0,0,0,0 +394960,0,0,0,0,0 +394961,0,0,0,0,0 +394962,0,0,0,0,0 +394963,0,0,0,0,0 +394964,0,0,0,0,0 +394965,0,0,0,0,0 +394966,0,0,0,0,0 +394967,0,0,0,0,0 +394968,0,0,0,0,0 +394969,0,0,0,0,0 +394970,0,0,0,0,0 +394971,0,0,0,0,0 +394972,0,0,0,0,0 +394973,0,0,0,0,0 +394974,0,0,0,0,0 +394975,0,0,0,0,0 +394976,0,0,0,0,0 +394977,0,0,0,0,0 +394978,0,0,0,0,0 +394979,0,0,0,0,0 +394980,0,0,0,0,0 +394981,-274.0877744,-9.439316141,-172.274492,-125.5779232,-502.0373442 +394982,-278.0303528,-9.466567938,-175.1099042,-127.2453805,-509.6186946 +394983,-279.6667465,-9.617143518,-176.6952415,-127.8641065,-512.6451657 +394984,-281.3566789,-9.903773493,-178.4568205,-128.5789759,-515.2378928 +394985,-283.9807719,-10.27043985,-180.8835378,-129.801717,-519.0523618 +394986,-287.5609854,-10.66927652,-183.9487075,-131.5223454,-524.8511542 +394987,-291.8710385,-11.06462094,-187.487536,-133.615727,-532.2407301 +394988,-296.7037339,-11.44115431,-191.3587121,-135.9704299,-540.7289484 +394989,-301.9222029,-11.78683078,-195.4718445,-138.5132955,-550.0001055 +394990,-307.4402129,-12.09842884,-199.7713611,-141.1985296,-559.8832973 +394991,-313.1972489,-12.36934473,-204.2188341,-143.9944226,-570.275441 +394992,-319.1450883,-12.59896851,-208.7838822,-146.8761559,-581.0982419 +394993,-325.2427838,-12.78238774,-213.440836,-149.8230586,-592.2823755 +394994,-331.4549702,-12.9203695,-218.1680274,-152.8174063,-603.7661116 +394995,-337.8645205,-13.00920451,-222.9473806,-155.8456634,-615.4953402 +394996,-344.418258,-13.05065334,-227.7641097,-158.896886,-627.4240542 +394997,-351.0512479,-13.04181584,-232.6061583,-161.9619129,-639.5128099 +394998,-357.7218247,9.434186143,-237.4638438,-165.0331863,-651.7285279 +394999,-364.4072235,219.5032915,-242.3293787,-168.1404116,-664.0429561 +395000,-371.0941561,129.6407081,-247.1965847,-171.2682785,-676.4324112 +395001,-377.7728149,177.7221256,-252.0605556,-174.3978521,-688.8765829 +395002,-384.4352799,199.2590746,-256.917593,-177.5181149,-701.3587389 +395003,-391.074825,218.7798031,-261.7649429,-180.6241723,-713.8646781 +395004,-397.6860901,237.8802489,-266.6006378,-183.7139497,-726.3827054 +395005,-404.2646963,257.1732575,-271.4232569,-186.7861447,-738.9027374 +395006,-410.8073065,276.6331731,-276.2318461,-189.8397105,-751.4164246 +395007,-417.311238,295.2818232,-281.0257957,-192.8736968,-763.9165175 +395008,-423.7745674,314.7629449,-285.8048472,-195.8874072,-776.3971437 +395009,-430.1957784,333.6094496,-290.5689844,-198.880306,-788.8532158 +395010,-436.5739066,352.5264631,-295.3184511,-201.8521015,-801.2807383 +395011,-442.9082266,369.1566591,-300.0536541,-204.8026041,-813.6762514 +395012,-449.2085275,384.6659667,-304.8128125,-207.7362644,-826.0387374 +395013,-455.4793513,400.7426853,-309.6193479,-210.6551531,-838.3655672 +395014,-461.7210581,415.943867,-314.4777651,-213.5594679,-850.654568 +395015,-467.932428,431.2080397,-319.3833172,-216.4487102,-862.9041605 +395016,-474.1123385,446.0086511,-324.3293322,-219.3224347,-875.1134931 +395017,-480.2600191,461.5626997,-329.3100382,-222.1803583,-887.2819418 +395018,-486.3751743,475.6766499,-334.3210045,-225.0224111,-899.4093138 +395019,-492.4576724,490.4520357,-339.3587571,-227.8485936,-911.4954584 +395020,-498.5076316,512.5997334,-344.4204869,-230.6590141,-923.540563 +395021,-504.5271923,531.0127589,-349.5054915,-233.4546451,-935.5441208 +395022,-510.5156327,550.4133085,-354.6114004,-236.2352232,-947.5066303 +395023,-516.4724199,568.797465,-359.7360769,-239.000573,-959.4291556 +395024,-522.3978649,587.3288528,-364.8794585,-241.7508848,-971.3130609 +395025,-528.2924669,605.546112,-370.1512159,-244.4864218,-983.1592119 +395026,-534.1568373,623.6792046,-375.5283766,-247.2074905,-994.9683915 +395027,-539.9914267,641.6204766,-380.9669649,-249.914322,-1006.741065 +395028,-545.7967647,659.4138245,-386.4436531,-252.6071817,-1018.477887 +395029,-551.5733122,677.0582064,-391.9469003,-255.2863026,-1030.179419 +395030,-557.3216481,694.5589629,-397.4749935,-257.9519696,-1041.846458 +395031,-563.0422646,711.871025,-403.0247221,-260.6044273,-1053.479649 +395032,-568.7357458,729.1618498,-408.5959616,-263.24396,-1065.079816 +395033,-574.4025864,746.2224377,-414.1855171,-265.8708104,-1076.647626 +395034,-580.0433602,763.1921896,-419.7932447,-268.485256,-1088.183897 +395035,-585.658544,779.5119833,-425.4178606,-271.0875294,-1099.68928 +395036,-591.2486959,796.9695133,-431.0577987,-273.6778993,-1111.164581 +395037,-596.814278,813.1507834,-436.7117589,-276.2565906,-1122.610436 +395038,-602.3558286,829.7725181,-442.3834097,-278.8238614,-1134.02763 +395039,-607.8737833,846.0966252,-448.0657438,-281.3799238,-1145.41676 +395040,-613.3686635,862.2836831,-453.7622845,-283.9250275,-1156.778592 +395041,-617.5448216,1308.430795,-250.5364663,-285.870255,-1165.757219 +395042,-602.2381743,1338.493811,1162.497567,-278.8566822,-1138.24868 +395043,-577.0574898,1364.119327,487.6667194,-267.4661635,-1091.883787 +395044,-551.5442248,1387.902276,686.0065527,-256.1272065,-1044.365155 +395045,-530.6180085,1410.852352,686.5615429,-246.9909989,-1003.115738 +395046,-514.3975269,1432.745632,691.5367924,-240.0630469,-969.0441148 +395047,-346.5358519,1454.037891,741.8698873,-234.7680584,-940.9155977 +395048,333.3910997,1475.33727,743.2877609,-162.238908,-13.95307339 +395049,-50.95628694,1495.85788,763.3912024,72.45023518,369.8909261 +395050,107.3708067,1516.331057,779.8156357,-55.19173691,22.90176572 +395051,137.9515171,1536.515615,795.4466894,3.76704674,210.4149176 +395052,165.991015,1556.129795,810.8337343,18.46442767,242.3943347 +395053,191.8865509,1575.998946,825.5347509,31.7959067,270.789237 +395054,217.7437762,1595.044959,839.9953844,44.65727929,297.8117701 +395055,243.530457,1614.498946,854.0147945,57.63556312,324.0441305 +395056,267.852269,1633.207012,867.7669263,69.50864068,349.430599 +395057,292.1285714,1665.199569,880.950382,81.96522858,373.897453 +395058,315.7237564,1651.744793,895.5139426,93.43137273,397.7946741 +395059,338.8241367,1697.847785,904.3713735,105.3333497,421.0415296 +395060,357.6107945,1705.136476,920.0568016,116.4752219,443.5696926 +395061,376.8014444,1724.925921,930.7727668,124.2444922,465.4665587 +395062,394.98267,1742.733587,961.4084672,134.3796975,506.106169 +395063,412.6653127,1760.178064,926.1570866,142.9568038,479.0185068 +395064,431.3072643,1778.760063,996.1747386,151.9478928,542.8491859 +395065,448.2260758,1815.964724,947.1732956,161.1409163,557.5017568 +395066,465.701414,1799.829875,1014.701579,169.6142717,565.9848898 +395067,482.3326688,1834.070648,985.7132886,178.1467846,582.6999457 +395068,499.113963,1854.089261,1014.374529,186.4745865,610.2193669 +395069,515.3321731,1860.820039,1015.974936,194.6793247,620.7726297 +395070,531.3787655,1881.461511,1027.793993,202.7831611,644.5321375 +395071,547.0283323,1896.261546,1036.733872,210.5952813,655.3183617 +395072,562.3964017,1911.075448,1045.244565,218.3417487,677.7129438 +395073,577.5093746,1925.90162,1054.049859,225.9562922,692.7831823 +395074,592.2932899,1940.422397,1062.363658,233.3563817,707.3707506 +395075,607.1277013,1954.751201,1070.503981,240.7068717,724.9710942 +395076,621.335919,1968.813005,1078.469061,247.9026436,727.813428 +395077,635.5825042,1982.653644,1086.229047,255.0189864,728.0939629 +395078,649.4387199,1996.276756,1098.312918,261.9303035,725.6120624 +395079,663.3163908,2009.69743,1099.318749,268.8090287,722.7822799 +395080,676.7951409,2022.965132,1108.545895,275.2111718,719.7985264 +395081,690.1521516,2035.756855,1115.539702,282.3250747,717.0464605 +395082,703.1607922,2048.89197,1127.068648,288.6081466,714.8261084 +395083,716.2506962,2061.456585,1127.413558,295.1640873,712.9496604 +395084,729.0374188,2073.985574,1135.393249,301.4128446,711.1716233 +395085,747.3284835,2086.28257,1146.837308,307.7248296,709.7961595 +395086,756.8173879,2098.223668,1147.3479,313.9235734,708.7176401 +395087,773.3812008,2117.553666,1154.362806,319.8657126,708.0023097 +395088,780.7035679,2119.707649,1164.741468,325.9775175,707.2987644 +395089,766.5249354,2134.759997,1170.068483,331.7720244,706.8332876 +395090,816.6030848,2146.2163,1170.718269,337.743858,706.2755835 +395091,810.2029083,2157.082148,1183.055941,343.3637464,705.6844179 +395092,825.5365686,2168.044449,1181.499566,349.06617,705.1149758 +395093,836.8347639,2179.181098,1182.412208,354.6936298,704.1968435 +395094,848.2699209,2189.890786,1179.307548,360.2264827,702.7030075 +395095,859.3371796,2207.33191,1176.372916,365.663596,700.8181042 +395096,870.4591689,2208.857606,1173.589905,371.094767,698.481278 +395097,881.4092357,2221.548905,1170.852393,376.3960672,695.6520093 +395098,892.0395469,2232.161797,1168.301985,381.6562829,692.6103408 +395099,903.0059164,2241.389955,1165.984026,386.9485646,689.7121597 +395100,913.4189998,2258.040079,1163.982686,391.9866938,686.7073734 +395101,1314.520391,2341.272183,1161.586459,565.8409214,682.2198107 +395102,1329.411817,2352.178538,1178.193778,573.0131946,706.4121012 +395103,1343.0938,2366.368049,1202.782983,579.4380404,743.183572 +395104,1355.547274,2377.106786,1224.679255,585.5194253,776.7639273 +395105,1368.20697,2382.925381,1240.668426,591.6441734,802.8700348 +395106,1410.845956,2385.103633,1250.954747,597.3703636,820.9928303 +395107,1346.599759,2385.692292,1257.182354,603.1358084,833.6103467 +395108,1426.135063,2385.905412,1260.32885,614.6364216,842.0213941 +395109,1411.147364,2386.101791,1262.243636,614.1456114,847.3957527 +395110,1451.454681,2386.412143,1262.993035,629.1480185,850.4456995 +395111,1409.794791,2386.978487,1262.772549,622.2305865,851.784605 +395112,1478.235952,2387.98294,1262.197543,617.0030428,851.7546021 +395113,1431.8242,2388.742269,1260.961726,645.7117327,850.5452625 +395114,1496.490257,2389.466148,1259.340722,639.1939587,848.335222 +395115,1466.003,2390.221109,1257.470417,646.9650811,845.3463517 +395116,1526.547755,2391.312062,1255.629104,652.4712048,841.9802407 +395117,1492.570697,2392.526411,1253.748907,657.5587748,838.1959107 +395118,1522.333643,2394.126008,1252.262563,662.8141487,834.3340356 +395119,1529.847333,2396.723099,1251.251075,667.9670232,831.0266427 +395120,1540.637883,2400.094604,1250.819785,673.1572502,828.2149734 +395121,1551.145006,2403.822711,1250.747378,678.1369388,825.6564611 +395122,1562.222393,2407.727205,1250.931038,683.1702555,823.2555865 +395123,1572.528007,2411.934969,1251.289432,688.3489969,820.9373253 +395124,1591.88634,2416.032545,1251.87378,693.1743594,818.7881794 +395125,1590.131825,2420.12572,1252.535611,698.1855767,816.6363938 +395126,1605.931089,2424.273876,1253.141312,703.1634126,814.3242789 +395127,1615.596824,2428.33382,1253.993662,707.864791,812.1959364 +395128,1626.094943,2431.788945,1254.710459,712.8825506,809.8644333 +395129,1636.331489,2435.918698,1255.452596,717.6422319,807.5011424 +395130,1646.995937,2440.16812,1256.221984,722.5197307,805.1128055 +395131,1657.437728,2444.267023,1257.021378,727.488683,802.7078155 +395132,1676.211178,2448.341524,1258.013285,732.64055,800.453599 +395133,1676.070972,2452.111082,1259.09215,737.640881,798.1953265 +395134,1690.097867,2455.689765,1260.115772,742.9047763,795.7545289 +395135,1701.268428,2458.78405,1261.21598,747.7892058,793.3118057 +395136,1718.532286,2461.984608,1262.55244,752.892172,791.0859091 +395137,1719.192346,2465.06626,1263.939622,757.8945429,788.8555548 +395138,1731.839577,2467.800924,1265.206876,762.8865395,786.4144367 +395139,1750.102986,2470.621076,1266.624981,767.9324963,784.1153868 +395140,1750.995475,2473.437301,1268.129633,772.7623258,781.8833062 +395141,1768.89633,2476.088885,1269.811945,777.66182,779.5892613 +395142,1772.252008,2478.849465,1271.274224,782.6692686,777.2356922 +395143,1787.467261,2481.179635,1272.707691,787.4869789,774.8228283 +395144,1803.921696,2483.727733,1274.363891,792.3507989,772.6691904 +395145,1800.084845,2486.12014,1275.991229,794.0145011,770.4559484 +395146,1800.912599,2488.780914,1276.725478,798.2695668,767.5445963 +395147,1799.867556,2491.107156,1276.656285,802.8947311,763.8527923 +395148,1795.590262,2492.525194,1276.015912,810.2577658,759.4177427 +395149,1791.637147,2492.809333,1274.906499,815.7029638,754.237988 +395150,1788.057413,2492.171929,1273.447766,819.0822139,748.4382966 +395151,1784.835002,2490.927807,1271.742717,828.1259176,742.1672066 +395152,1781.929158,2489.322826,1269.873504,824.8513457,735.5558771 +395153,1779.622761,2487.536188,1267.927641,812.6693806,728.7392756 +395154,1777.189619,2485.538997,1265.887944,846.401372,721.7135562 +395155,1774.849504,2483.30627,1263.748588,836.4303935,714.4855144 +395156,1772.659853,2480.925242,1261.574714,844.2498516,707.1499224 +395157,1770.618826,2478.423543,1259.389439,848.6015263,699.7462835 +395158,1768.696244,2475.798417,1257.19477,853.422851,692.2858788 +395159,1766.877504,2473.058748,1254.998941,857.7402005,684.7868426 +395160,1765.148373,2470.210474,1252.806644,862.3339336,677.2614335 +395161,1766.362063,2468.559423,1253.487136,869.3934406,674.9311951 +395162,1767.803994,2466.963125,1254.296207,873.926873,673.2020161 +395163,1769.208904,2465.21385,1255.047293,882.2413821,671.6111787 +395164,1770.382834,2463.167756,1255.600998,886.7302475,669.768845 +395165,1771.304694,2460.836894,1255.938774,891.1486224,667.5631387 +395166,1772.083602,2458.345755,1256.13189,875.3268544,665.0715722 +395167,1772.736089,2455.714916,1256.195777,905.0841225,662.3252719 +395168,1773.551621,2452.942681,1256.138166,894.2527405,659.3476093 +395169,1773.778042,2450.696284,1255.621144,900.0681323,656.2216051 +395170,1773.861014,2448.705433,1254.81025,903.8773668,652.9824613 +395171,1773.931045,2446.597829,1253.919905,908.0251664,649.6408417 +395172,1774.033901,2444.200009,1253.054182,922.1581502,646.1961551 +395173,1774.236405,2441.579191,1252.278176,900.710835,642.7081989 +395174,1774.520638,2438.798792,1251.578865,927.1248286,639.1835534 +395175,1774.816864,2435.865566,1250.904681,922.1323864,635.5862916 +395176,1775.138286,2432.837315,1250.25813,927.6036598,631.9428938 +395177,1775.732082,2429.709146,1249.617725,945.3460417,628.241411 +395178,1776.049231,2426.546229,1249.018496,915.1444232,624.5377612 +395179,1776.370482,2423.306757,1248.429202,966.3862936,620.8003893 +395180,1776.697941,2419.985407,1247.843313,926.4655803,617.0279441 +395181,1777.359348,2416.653442,1247.305077,943.2116406,613.2831598 +395182,1777.647962,2413.225248,1246.755558,959.5296851,609.4954646 +395183,1778.04577,2409.658408,1246.162713,966.891225,605.6276156 +395184,1777.941399,2406.09793,1245.61806,932.9736544,601.8001461 +395185,1778.64138,2402.842616,1245.32344,990.9337307,598.2761052 +395186,1779.70945,2399.580164,1245.08403,949.1496449,594.8103556 +395187,1780.777741,2396.171962,1244.813357,983.4693432,591.2957222 +395188,1781.719499,2392.789644,1244.619566,970.2524234,587.8728656 +395189,1782.732935,2389.419172,1244.486946,979.5638207,584.5226371 +395190,1783.896717,2386.129,1244.459321,982.5079001,581.3027944 +395191,1785.529386,2382.906063,1244.530211,985.7399498,578.2067982 +395192,1786.932147,2379.86359,1244.621676,989.2805022,575.1729011 +395193,1788.362784,2377.080111,1244.699339,992.4342335,572.1801678 +395194,1789.813954,2374.530416,1244.749798,996.05339,569.2138499 +395195,1791.275402,2372.139987,1244.768442,999.2224492,566.2598577 +395196,1792.737973,2369.840027,1244.755131,1002.625269,563.3078117 +395197,1794.198616,2367.589667,1244.713422,1005.684513,560.3535008 +395198,1796.049841,2365.457278,1244.706921,1015.123109,557.4723856 +395199,1797.501088,2363.246627,1244.615513,1003.720333,554.5051687 +395200,1798.945161,2361.056197,1244.508765,1025.032444,551.5373047 +395201,1800.486719,2358.973344,1244.448483,1015.701358,548.6450165 +395202,1801.945807,2356.816783,1244.319702,1022.800581,545.6780343 +395203,1803.380345,2354.639157,1244.16024,1025.583299,542.6827129 +395204,1804.842978,2352.491023,1244.004924,1028.684265,539.7017626 +395205,1806.303536,2350.341914,1243.836283,1031.499958,536.7110995 +395206,1807.768557,2348.195178,1243.660005,1034.949016,533.7169935 +395207,1809.239304,2346.049436,1243.478136,1037.844347,530.7211467 +395208,1810.710946,2343.898021,1243.288611,1041.000149,527.7201903 +395209,1812.182884,2341.738929,1243.091864,1043.960387,524.7139573 +395210,1813.658044,2339.573894,1242.890444,1046.946058,521.7051688 +395211,1815.141145,2337.406313,1242.687966,1050.115879,518.697918 +395212,1816.629686,2335.232561,1242.483462,1053.050698,515.6905898 +395213,1818.118391,2333.04655,1242.27414,1056.041494,512.6791599 +395214,1819.609283,2330.849483,1242.061751,1058.912353,509.6655737 +395215,1821.402456,2328.642134,1241.847587,1061.983134,506.6510998 +395216,1823.006832,2326.532284,1241.70582,1070.354477,503.7314742 +395217,1824.600337,2324.400499,1241.56097,1065.75066,500.8096938 +395218,1826.064327,2322.124552,1241.331901,1071.195588,497.7809405 +395219,1827.533716,2319.834459,1241.100553,1074.278859,494.7497982 +395220,1829.04243,2317.565806,1240.887788,1076.853491,491.7422955 +395221,1834.085068,2316.288284,1244.659703,1025.205341,496.3976488 +395222,1830.088174,2307.585394,1242.388727,1028.479045,491.997269 +395223,1822.495378,2296.828465,1237.531883,1029.797749,483.5963238 +395224,1816.180141,2288.414415,1233.233477,1031.780119,475.7597754 +395225,1812.578818,2283.153163,1230.478061,1034.162389,469.9612373 +395226,1811.343693,2280.107989,1229.128317,1036.238509,466.082549 +395227,1811.651675,2278.090838,1228.733764,1038.398104,463.5637516 +395228,1812.959584,2276.446392,1228.996125,1046.049534,462.0329451 +395229,1814.638718,2274.630045,1229.532046,1035.108217,461.0077023 +395230,1816.602358,2272.690532,1230.298644,1052.921531,460.4161477 +395231,1818.898819,2270.793887,1231.313839,1045.307605,460.2904536 +395232,1821.225564,2268.744084,1232.382021,1049.384166,460.3524084 +395233,1823.589011,2266.602279,1233.503136,1051.776109,460.5836497 +395234,1826.050377,2264.459494,1234.710572,1053.844282,461.0134322 +395235,1828.553201,2262.280838,1235.963726,1055.831851,461.5779145 +395236,1831.072506,2260.054604,1237.24279,1057.962108,462.2415942 +395237,1833.60048,2257.783395,1238.539445,1060.009182,462.9846553 +395238,1836.131712,2255.470574,1239.84746,1062.099945,463.7909803 +395239,1838.663645,2253.120247,1241.162959,1064.214759,464.6484333 +395240,1841.191759,2250.732676,1242.481289,1066.181777,465.5449139 +395241,1843.711916,2248.307094,1243.798453,1068.241375,466.4699751 +395242,1846.297217,2245.913607,1245.159789,1073.154141,467.4778798 +395243,1849.062418,2243.126693,1246.976668,1076.293709,468.6126637 +395244,1851.891552,2240.099371,1249.04075,1078.424755,469.7891835 +395245,1854.667577,2237.044901,1251.100935,1080.641399,470.9392513 +395246,1857.497839,2233.945789,1253.136498,1087.978798,472.1644855 +395247,1860.141957,2231.115868,1254.977738,1078.224547,473.2689199 +395248,1862.703475,2228.316032,1256.700776,1094.143487,474.3298248 +395249,1865.362951,2225.647411,1258.434923,1088.180065,475.4871067 +395250,1867.894342,2222.859384,1260.049672,1091.33255,476.5522142 +395251,1870.334339,2219.976281,1261.575918,1094.056958,477.5516819 +395252,1872.772988,2217.019908,1263.084428,1095.985367,478.566617 +395253,1875.176124,2213.933731,1264.563735,1097.934871,479.5749166 +395254,1877.535139,2210.721045,1266.012989,1099.927311,480.5704699 +395255,1879.862861,2207.417537,1267.441375,1101.872659,481.5613028 +395256,1882.168897,2204.051599,1269.051411,1103.993501,482.5520594 +395257,1884.455552,2200.636087,1270.442368,1106.103055,483.5419661 +395258,1886.718991,2197.171814,1271.812938,1107.968431,484.5259857 +395259,1889.093703,2193.784634,1273.253817,1114.97782,485.613372 +395260,1891.321483,2190.23991,1274.610572,1105.701044,486.6006694 +395261,1893.487312,2186.60895,1275.928556,1119.848226,487.5450088 +395262,1895.776233,2183.08062,1277.331608,1115.63823,488.605538 +395263,1897.957805,2179.437561,1278.673681,1117.395668,489.59325 +395264,1900.034372,2175.679346,1279.953109,1119.988709,490.5058455 +395265,1902.123926,2171.917992,1281.241631,1122.091662,491.4352179 +395266,1904.203983,2168.132701,1282.524033,1124.16191,492.3611301 +395267,1906.237834,2164.288161,1283.777279,1125.602736,493.2534958 +395268,1908.164313,2160.328566,1284.962718,1124.9615,494.0617809 +395269,1909.925388,2156.583481,1285.712081,1125.58229,494.7662564 +395270,1911.620735,2152.975862,1286.202839,1127.192286,495.4330477 +395271,1913.491042,2149.482081,1286.763408,1133.767829,496.2415871 +395272,1915.306177,2145.776217,1287.345054,1124.882499,496.9983532 +395273,1917.094851,2141.89077,1287.989675,1137.244134,497.7277399 +395274,1919.056155,2138.058888,1288.813701,1134.022763,498.5954818 +395275,1920.966379,2133.862699,1289.660616,1135.091916,499.4229857 +395276,1922.784784,2129.8317,1290.492083,1137.302453,500.1790239 +395277,1924.611712,2125.789039,1291.362089,1139.006706,500.9446962 +395278,1926.4397,2121.71686,1292.259614,1140.522215,501.713121 +395279,1928.392254,2117.724682,1293.258901,1146.673896,502.5863297 +395280,1930.239684,2113.601057,1294.212456,1138.971978,503.378567 +395281,1924.663374,2104.746927,1288.82355,1041.45942,493.5716644 +395282,1901.669978,2081.077863,1271.921937,1034.64323,465.8431283 +395283,1873.087499,2054.749366,1251.038342,1036.022124,431.3428145 +395284,1848.897362,2034.213781,1232.604711,1036.66839,399.6658725 +395285,1831.563685,2020.618233,1218.332647,1037.252014,373.5555688 +395286,1819.892393,2012.223834,1207.625652,1038.022916,352.4070256 +395287,1811.933959,2006.147902,1199.388321,1038.713839,334.8332722 +395288,1806.282913,2000.834048,1192.803537,1044.675394,319.8177201 +395289,1801.80957,1995.364472,1187.186529,1033.751261,306.4592609 +395290,1798.128641,1989.690854,1182.282916,1048.320471,294.4303503 +395291,1795.171539,1984.028277,1178.025238,1041.269329,283.5946797 +395292,1792.537662,1978.225882,1174.132348,1043.286242,273.5608913 +395293,1790.159731,1972.340201,1170.538669,1044.849022,264.1915346 +395294,1788.040286,1966.468957,1167.223346,1045.748908,255.4366185 +395295,1786.106526,1960.583262,1164.12422,1046.621317,247.1705885 +395296,1784.29528,1954.673751,1161.185675,1047.523301,239.3065307 +395297,1782.602274,1948.751658,1158.394197,1048.774152,231.7884781 +395298,1780.992021,1942.819863,1155.7158,1049.759867,224.5635672 +395299,1779.592184,1936.999238,1153.224385,1055.807538,217.6946893 +395300,1778.131213,1931.062601,1150.740627,1045.82123,210.9470129 +395301,1776.681257,1925.076727,1148.305277,1058.776362,204.3447002 +395302,1775.42013,1919.230267,1146.023934,1054.078978,198.0244367 +395303,1774.129415,1913.312263,1143.756437,1054.763113,191.7808992 +395304,1772.790194,1907.324081,1141.486125,1056.826588,185.5964718 +395305,1771.527095,1901.375222,1139.289654,1058.446595,179.5480164 +395306,1770.427769,1895.300358,1137.218936,1063.915227,173.709299 +395307,1769.2357,1889.393958,1135.11236,1054.383336,168.0641155 +395308,1767.999587,1883.445192,1132.997455,1066.258412,162.2256902 +395309,1766.962791,1877.653597,1131.027472,1062.755322,156.588988 +395310,1765.898381,1871.81636,1129.057155,1063.367666,150.9580058 +395311,1764.908652,1866.016554,1127.152264,1069.320869,145.4361176 +395312,1763.971473,1860.26186,1125.273283,1066.077635,139.9897811 +395313,1763.168166,1854.337633,1123.267712,1065.887127,134.4503821 +395314,1762.077926,1848.441369,1121.266997,1072.248175,128.9761099 +395315,1760.931614,1842.490362,1119.213712,1064.064274,123.506349 +395316,1759.827378,1836.587901,1117.169005,1076.770184,118.1110217 +395317,1758.803473,1830.740029,1115.166636,1067.410719,112.8121662 +395318,1757.654693,1824.776901,1113.074466,1073.115467,107.4416339 +395319,1756.501794,1818.791808,1110.963316,1071.636975,102.0928044 +395320,1755.28248,1812.754917,1108.813267,1070.922956,96.71349114 +395321,1753.963501,1806.618367,1106.588516,1070.866058,91.27064205 +395322,445.0424811,882.6268255,106.0188628,343.7746573,-987.5997991 +395323,394.0597783,847.0747599,69.61421629,313.8268549,-1053.833687 +395324,367.3828166,837.5974809,46.88705274,302.3789888,-1109.641789 +395325,364.699751,843.234311,39.17036966,306.2763962,-1145.023082 +395326,369.8216651,851.983224,37.27556391,313.7298023,-1168.832278 +395327,376.5534098,858.8351024,37.40739728,320.2431724,-1185.609294 +395328,383.6210296,863.430434,38.44686495,325.4509633,-1197.473485 +395329,390.9984336,866.8468509,40.42165733,330.1440979,-1205.672004 +395330,398.879885,869.4981089,43.02609471,334.5732035,-1210.972082 +395331,406.8092957,871.5345896,45.96713247,338.7677335,-1214.332078 +395332,414.4603225,872.9571357,48.97857219,342.6527337,-1216.427576 +395333,421.6070285,873.7651591,51.87237073,346.0798854,-1217.75229 +395334,428.153269,873.8837816,54.4464052,349.2448872,-1218.647508 +395335,433.9338655,873.6462493,56.84547398,352.0708181,-1219.344422 +395336,439.2646512,873.0013782,58.94981477,354.5868666,-1220.00353 +395337,444.027964,872.0127585,60.7543535,356.8297149,-1220.735476 +395338,448.2648502,870.7372392,62.26674546,358.8381313,-1221.715876 +395339,452.0271085,869.2267607,63.50422406,360.6498219,-1222.77565 +395340,455.3633445,867.5207753,64.48514459,362.2942179,-1224.047386 +395341,462.7504311,867.6647231,69.66030285,365.8092555,-1217.487937 +395342,478.0489908,874.6735472,80.386033,374.8266236,-1201.082897 +395343,496.1281001,883.8166034,93.18473598,385.6901646,-1180.631378 +395344,512.3009418,890.8429524,104.8284866,395.0807109,-1161.498303 +395345,525.1071495,894.6295819,114.2686155,402.0381263,-1145.537021 +395346,535.0331734,895.8919831,121.7669344,407.0151593,-1132.509466 +395347,543.0407319,895.7344192,127.9160506,410.780837,-1121.624468 +395348,549.8842337,894.9543828,133.1901387,413.9114957,-1112.229255 +395349,556.0025581,893.954377,137.8715498,416.7193313,-1103.925058 +395350,561.6196241,892.8819308,142.1113847,419.3415773,-1096.485872 +395351,566.8529224,891.7723671,145.9954838,421.8334097,-1089.770241 +395352,571.7747015,890.6292434,149.5949191,424.220964,-1083.671675 +395353,576.4365557,889.4532491,152.9366033,426.5211187,-1078.10472 +395354,580.8792637,888.2478424,156.0656037,428.7473145,-1072.994904 +395355,585.1344531,887.0169882,159.0009551,430.909463,-1068.281018 +395356,589.2268866,885.7638393,161.7760441,433.0145609,-1063.910521 +395357,593.1753014,884.4902548,164.4018344,435.0669428,-1059.840787 +395358,596.994512,883.206984,166.9019066,437.0694683,-1056.034607 +395359,600.6957947,881.9011881,169.2809686,439.0237525,-1052.462397 +395360,604.3160176,880.5794465,171.5566532,440.9310564,-1049.097536 +395361,607.9030713,879.2491493,173.7295033,442.7917897,-1045.918919 +395362,611.4788784,877.8976745,175.8132304,444.6059884,-1042.908084 +395363,615.0437364,876.5314467,177.8054657,446.3735476,-1040.050294 +395364,618.5900535,875.0238244,179.7185204,448.0947917,-1037.33158 +395365,622.1131837,873.6475643,181.5505735,449.772411,-1034.738095 +395366,625.6046032,872.2648459,183.3116428,451.404975,-1032.261313 +395367,628.939288,870.9969668,185.1929678,453.1398823,-1029.895469 +395368,632.1587067,869.8022185,187.1225773,454.9160161,-1027.636306 +395369,635.3269022,868.6154302,188.9056807,456.6531624,-1025.478769 +395370,638.4825416,867.4085283,190.7015987,458.3161556,-1023.412868 +395371,641.6331453,866.1789517,192.400322,459.9005342,-1021.432143 +395372,644.771769,864.9448742,194.0146207,461.4211785,-1019.529514 +395373,647.8906232,863.7230864,195.558584,462.8922419,-1017.699021 +395374,650.9849293,862.5011844,197.0412463,464.3223784,-1015.935873 +395375,654.0522844,861.30423,198.4674222,465.7192061,-1014.236407 +395376,657.0911347,860.1482143,199.8396051,467.1015423,-1012.597794 +395377,660.0997797,859.0312845,201.1591829,468.4861161,-1011.018222 +395378,663.076655,857.9424147,202.4272929,469.8877351,-1009.496144 +395379,666.0207317,856.8699067,203.6452023,471.2997435,-1008.030059 +395380,668.9318147,855.8051954,204.8144374,472.7272475,-1006.618073 +395381,671.8101744,854.7429606,205.9366074,474.1684751,-1005.258279 +395382,674.656478,853.6801862,207.0133537,475.6207861,-1003.948594 +395383,677.4715354,852.6151129,208.046236,477.0829906,-1002.687134 +395384,680.256197,851.546661,209.0367517,478.5551624,-1001.47196 +395385,683.0112602,850.4740548,209.986263,480.0378449,-1000.301413 +395386,685.7374482,849.3967311,210.8960243,481.5316215,-999.1738626 +395387,688.4354763,848.3142543,211.7671725,483.0369443,-998.0879407 +395388,691.1059966,847.2263428,212.6007783,484.5541895,-997.0422609 +395389,693.749574,846.1327847,213.3978153,486.0836585,-996.0356791 +395390,696.3683036,845.0348895,214.160172,487.6266935,-995.0657749 +395391,698.9598403,843.9298886,214.8869164,489.1816267,-994.1338517 +395392,701.5260396,842.8190764,215.5797111,490.7497061,-993.2378031 +395393,704.0673536,841.7025144,216.2393227,492.331258,-992.3767831 +395394,706.5746282,840.5802527,216.8664491,493.9265813,-991.5505108 +395395,709.0619686,839.4526191,217.461907,495.5361865,-990.7574498 +395396,711.5196219,838.3207371,218.0270316,497.1611486,-989.9965789 +395397,713.9467755,837.1827096,218.5611364,498.8003404,-989.2689531 +395398,716.3489889,836.0398931,219.0656633,500.4550022,-988.5724654 +395399,718.7293173,834.8925379,219.5412748,502.1255589,-987.9062212 +395400,721.0905699,833.7408245,219.9885512,503.8123812,-987.2694422 +395401,722.081467,831.969292,219.0537929,504.9002201,-989.1238089 +395402,723.5051775,831.2017981,218.1644903,506.6998726,-990.1440345 +395403,725.2751841,830.9579568,217.4111011,508.9079633,-990.623574 +395404,727.177914,830.6710989,216.78428,511.1443412,-990.957015 +395405,729.0822824,830.0996137,216.2421487,513.2363767,-991.345651 +395406,730.9201828,829.0351434,215.5238226,515.1437057,-991.8372643 +395407,732.942911,827.6589822,214.6910288,516.9375832,-992.415511 +395408,734.947884,826.1766499,213.8496731,518.6855195,-993.0613613 +395409,736.915988,824.6988446,213.0542913,520.425281,-993.7634705 +395410,738.8457411,823.2549077,212.312246,522.1708105,-994.5177318 +395411,740.7407757,821.8374153,211.6104699,523.9251422,-995.3233069 +395412,742.604894,820.4326018,210.933368,525.6888708,-996.1792501 +395413,744.4410046,819.0313816,210.2689999,527.4630267,-997.084066 +395414,746.2512923,817.6300276,209.6093971,529.2493244,-998.0354998 +395415,748.0374331,816.2276727,208.9491492,531.0495544,-999.0313377 +395416,749.800872,814.824452,208.2843645,532.8652899,-1000.069244 +395417,751.5427553,813.4205187,207.6119949,534.6977082,-1001.147293 +395418,753.2640662,812.0159534,206.9296793,536.5477276,-1002.263519 +395419,754.9656017,810.610708,206.2355243,538.4160055,-1003.41634 +395420,756.6480087,809.204792,205.5281051,540.3030952,-1004.604115 +395421,758.3116898,807.7981958,204.8063078,542.2094045,-1005.825533 +395422,759.9569889,806.3909853,204.0693251,544.1352955,-1007.079209 +395423,761.5840912,804.9832052,203.3165405,546.0810342,-1008.364049 +395424,763.1932074,803.574952,202.5475367,548.0468672,-1009.678862 +395425,764.7844422,802.1662851,201.7620045,550.0329658,-1011.131416 +395426,766.3578282,800.75795,200.9597934,552.0329503,-1012.505686 +395427,767.9116801,799.3482548,200.1397122,554.047193,-1013.910117 +395428,769.4468601,797.9378459,199.302259,556.0795369,-1015.341824 +395429,770.9642355,796.5274782,198.4479984,558.1325172,-1016.79882 +395430,772.5439042,795.1170243,197.5769144,560.2066023,-1018.280299 +395431,774.2800051,793.7044692,196.6877215,562.3001859,-1019.787404 +395432,776.2530452,792.3451631,195.8510579,564.4573661,-1021.323496 +395433,778.4732772,791.0782915,195.093439,566.7010443,-1022.894513 +395434,780.9062387,789.8859212,194.4215689,569.026996,-1024.506717 +395435,783.5068951,788.7537149,193.8132296,571.4196135,-1026.164355 +395436,786.2378563,787.6530111,193.2599412,573.8639895,-1027.868505 +395437,789.0724936,786.5807692,192.7429206,576.3499628,-1029.617985 +395438,791.9944828,785.5244065,192.2629013,578.8728762,-1031.408649 +395439,794.986972,784.4875982,191.8055009,581.4270535,-1033.240095 +395440,798.0412892,783.4624476,191.3753142,584.0114933,-1035.107712 +395441,801.1488642,782.4576281,190.9622839,586.6245841,-1037.008493 +395442,804.3024978,781.4642253,190.5713628,589.2649684,-1038.93946 +395443,807.4961187,780.4910175,190.1934569,591.9313878,-1040.89803 +395444,810.724376,779.5290786,189.8342443,594.6226646,-1042.881706 +395445,813.9657566,778.2834177,189.169547,597.3374751,-1044.883606 +395446,817.2440534,776.8774144,188.3074629,600.08981,-1046.896731 +395447,820.5808761,775.4911227,187.4308316,602.8900125,-1048.914605 +395448,823.975697,774.2197303,186.6196766,605.6336222,-1050.938762 +395449,827.4191052,773.0579436,185.8973164,608.5248611,-1052.972292 +395450,830.8950382,771.9721188,185.2405718,611.4476883,-1055.021744 +395451,834.3925857,770.9460169,184.6383541,614.392111,-1057.090371 +395452,837.9054656,769.9522099,184.0711347,617.3539083,-1059.17847 +395453,841.4301385,768.9892516,183.5385979,620.3320583,-1061.285246 +395454,844.9642725,768.0438624,183.0290725,623.326624,-1063.409235 +395455,848.50569,767.1230132,182.5464319,626.3376312,-1065.549086 +395456,852.0521545,766.2169622,182.08094,629.3647726,-1067.703362 +395457,855.6016729,765.3339242,181.637596,632.4075486,-1069.870837 +395458,859.1523313,764.4643918,181.2074012,635.4651563,-1072.050342 +395459,862.7021871,763.6167884,180.7960521,638.5368294,-1074.240846 +395460,866.2490908,762.7817078,180.3950737,641.6215184,-1076.441451 +395461,871.1937718,762.6053665,181.413348,645.3559042,-1076.100948 +395462,872.3255066,759.6760129,179.4999625,646.8665484,-1080.40847 +395463,871.8694461,755.792574,176.2919016,647.5610098,-1086.835971 +395464,871.9410093,752.6065559,173.3728266,648.7391851,-1092.968314 +395465,873.2436486,750.5811689,171.3035834,650.7870083,-1097.934496 +395466,875.6110312,749.4600295,170.0092638,653.5366353,-1101.801592 +395467,878.6531934,748.8342283,169.240924,656.6945889,-1104.893843 +395468,882.0614649,748.4096257,168.793881,660.0423677,-1107.480978 +395469,885.6601089,748.0413111,168.5478439,663.4649835,-1109.723726 +395470,889.364912,747.6804317,168.4413762,666.9155641,-1111.707762 +395471,893.1354062,747.3194843,168.4419177,670.3781784,-1113.483097 +395472,896.9479261,746.9617776,168.5286295,673.8468397,-1115.084856 +395473,900.7849498,746.6105913,168.6857122,677.3177088,-1116.541608 +395474,904.6325473,746.267393,168.9004064,680.7872683,-1117.877093 +395475,908.4795906,745.932878,169.1625799,684.2525252,-1119.111158 +395476,912.0204042,745.2975625,169.1336487,687.5374118,-1120.25307 +395477,915.4083923,744.4916835,168.9234036,690.7435637,-1121.303978 +395478,918.8288817,743.7012352,168.7020253,693.9875216,-1122.267608 +395479,922.3577834,743.0125259,168.5552545,697.3140173,-1123.158322 +395480,925.9903234,742.4272566,168.4962637,700.7156004,-1123.994596 +395481,929.6937435,741.9146306,168.5082076,704.1680355,-1124.792997 +395482,933.4377009,741.4450354,168.5711733,707.6502678,-1125.565014 +395483,937.2024336,741.0002751,168.6709065,711.149284,-1126.318113 +395484,940.9762254,740.5719743,168.798811,714.6583334,-1127.056591 +395485,944.7522849,740.1570112,168.9496233,718.1739313,-1127.783376 +395486,948.5259663,739.6209154,169.1197612,721.6939659,-1128.500265 +395487,952.2970148,739.2449322,169.3086012,725.2191751,-1129.206023 +395488,956.0581477,738.884532,169.5115072,728.7454419,-1129.904653 +395489,959.8057025,738.5318095,169.7258452,732.2706165,-1130.598089 +395490,963.5375818,738.1845682,169.9502168,735.7937188,-1131.286727 +395491,967.2520377,737.843546,170.1835841,739.3139867,-1131.970934 +395492,970.8901077,737.4254642,170.3360836,742.7619788,-1132.649015 +395493,974.4139276,736.8846479,170.3505682,746.0993406,-1133.316238 +395494,977.8380772,736.2272397,170.219256,749.3292024,-1133.96562 +395495,981.1757799,735.4825442,169.9596844,752.4731224,-1134.591859 +395496,984.4535489,734.6794209,169.5939724,755.5527949,-1135.192357 +395497,987.676211,733.8373461,169.1400113,758.5832907,-1135.767499 +395498,990.8577979,732.9670367,168.6104038,761.5733857,-1136.319126 +395499,993.9944232,732.07374,168.0139219,764.5278586,-1136.85011 +395500,997.0906725,731.160194,167.3571187,767.4495173,-1137.36319 +395501,1000.147224,730.2280818,166.645185,770.3354871,-1137.861231 +395502,1003.168286,729.2786739,165.8824114,773.1940088,-1138.34664 +395503,1006.15248,728.3128981,165.072321,776.0220482,-1138.821907 +395504,1009.102302,727.3315263,164.2178892,778.8256758,-1139.28904 +395505,1012.015669,726.3351457,163.3216004,781.6002679,-1139.750097 +395506,1014.895078,725.3243149,162.3856191,784.3510004,-1140.206641 +395507,1017.738363,724.2994166,161.4117381,787.0730746,-1140.660363 +395508,1020.540645,723.2610778,160.4017086,789.7716744,-1141.112314 +395509,1023.316988,722.2096047,159.3568928,792.4421139,-1141.563857 +395510,1026.055523,721.1453267,158.2785286,795.0892846,-1142.015952 +395511,1028.753859,720.0685734,157.0634434,797.7086236,-1142.469657 +395512,1031.424284,718.9835164,155.9280759,800.3026413,-1142.922293 +395513,1034.066749,717.8853182,154.7632955,802.8747829,-1143.379039 +395514,1036.67159,716.774361,153.5679115,805.4201173,-1143.840337 +395515,1039.237086,715.6511091,152.3419193,807.93731,-1144.306794 +395516,1041.766288,714.5163019,151.0862582,810.4279163,-1144.778518 +395517,1044.262026,713.3704315,149.8019427,812.8935177,-1145.255915 +395518,1046.725468,712.2138121,148.4898504,815.3348508,-1145.73924 +395519,1049.156644,711.04658,147.1506437,817.7519416,-1146.229017 +395520,1051.555341,709.8688909,145.7849132,820.1445777,-1146.725503 +395521,1055.511194,709.4036387,145.9832754,823.2352825,-1144.33802 +395522,1051.863292,703.4913667,140.3544742,821.829351,-1151.160448 +395523,1045.145374,695.7571812,132.2170235,818.8146433,-1162.091808 +395524,1039.608013,689.4729958,124.7298512,816.8179292,-1172.308277 +395525,1036.626913,685.5171502,118.9818596,816.5902558,-1180.101386 +395526,1035.828507,683.3425146,114.7927093,817.7625761,-1185.638291 +395527,1036.403335,682.1147934,111.6441979,819.7229911,-1189.590616 +395528,1037.718816,681.2410282,109.1155318,822.0227212,-1192.512234 +395529,1039.418807,680.43177,106.9599145,824.42952,-1194.733372 +395530,1041.334716,679.5907636,105.0507275,826.8519817,-1196.431679 +395531,1043.388022,678.7042511,103.3203186,829.2620605,-1197.711778 +395532,1045.533292,677.7786072,101.7244077,831.6508561,-1198.648828 +395533,1047.737989,676.8233003,100.2315487,834.0126649,-1199.306002 +395534,1049.981372,675.8403519,98.81432837,836.3474154,-1199.727505 +395535,1052.241817,674.8319421,97.45202689,838.6499744,-1199.959519 +395536,1054.505761,673.7999381,96.12854986,840.9192376,-1200.03517 +395537,1056.764503,672.7465896,94.83166192,843.1560142,-1199.980353 +395538,1059.011734,671.6743128,93.55206419,845.3613511,-1199.816557 +395539,1061.242487,670.5853388,92.28260049,847.5360374,-1199.562112 +395540,1063.453017,669.4815916,91.01774106,849.6806663,-1199.232354 +395541,1065.640127,668.364628,89.75316093,851.7957092,-1198.840226 +395542,1067.801479,667.2356992,88.48547741,853.8815816,-1198.396437 +395543,1069.935171,666.095797,87.21202791,855.9386424,-1197.910045 +395544,1072.039655,664.9457196,85.93072046,857.9671913,-1197.388555 +395545,1074.113586,663.7861021,84.63990054,859.9674589,-1196.838385 +395546,1076.156029,662.6174639,83.33827039,861.9396172,-1196.26485 +395547,1078.165899,661.4402222,82.0248023,863.883778,-1195.672545 +395548,1080.142597,660.2547234,80.69869282,865.8000066,-1195.065264 +395549,1082.085312,659.0612454,79.35930435,867.6883209,-1194.446327 +395550,1084.188952,658.1867368,78.35479824,869.640209,-1193.819774 +395551,1086.37117,657.4778572,77.54426177,871.6166991,-1193.204833 +395552,1088.408611,656.7383061,76.73873279,873.4750779,-1192.60876 +395553,1090.181558,655.8855825,75.84832165,875.1386845,-1192.024434 +395554,1091.682268,654.927305,74.86262403,876.607058,-1191.438433 +395555,1092.952109,653.9022312,73.80199263,877.9138238,-1190.839349 +395556,1094.036101,652.8444922,72.68840693,879.0941876,-1190.220735 +395557,1094.966923,651.7738339,71.53661455,880.1667441,-1189.580797 +395558,1095.764931,650.698609,70.35485448,881.1535495,-1188.920447 +395559,1096.442318,649.621195,69.14760716,882.0589104,-1188.242055 +395560,1097.007169,648.5418155,67.9176506,882.8934825,-1187.54827 +395561,1097.465452,647.4602579,66.6670173,883.6546441,-1186.841817 +395562,1097.821771,646.3763928,65.39736174,884.3500606,-1186.125089 +395563,1098.079846,645.2901764,64.1100482,884.9755218,-1185.400348 +395564,1098.242811,644.20164,62.806238,885.5327085,-1184.669457 +395565,1098.313072,643.1107881,61.48688213,886.0246886,-1183.934186 +395566,1098.292553,642.017582,60.15275657,886.4535155,-1183.196017 +395567,1098.182889,640.9219527,58.80449323,886.8201171,-1182.456398 +395568,1097.985442,639.8238545,57.44264069,887.1248527,-1181.716494 +395569,1097.701348,638.723271,56.06768266,887.3679248,-1180.97744 +395570,1097.331412,637.620224,54.68006334,887.5495505,-1180.240111 +395571,1096.876471,636.5147536,53.28018311,887.6699768,-1179.505389 +395572,1096.337147,635.406919,51.86841626,887.7294628,-1178.773931 +395573,1095.714097,634.2967721,50.44509383,887.7282406,-1178.046447 +395574,1095.00813,633.1847441,48.94713399,887.6668042,-1177.32312 +395575,1094.220681,632.071763,47.37061909,887.546005,-1176.603629 +395576,1093.352914,630.9586644,45.73084351,887.3666124,-1175.887592 +395577,1092.463957,629.8479444,44.04838885,887.1773676,-1175.175903 +395578,1091.531848,628.7368013,42.3308224,886.9530614,-1174.470161 +395579,1090.523799,627.6225425,40.58156825,886.66778,-1173.771653 +395580,1089.423228,626.5047706,38.80423704,886.3111682,-1173.080383 +395581,1751.001451,1283.941303,789.2871813,1273.729496,1792.878835 +395582,1787.269,1300.873397,805.4911141,1297.910681,1809.265805 +395583,1828.608204,1312.228504,823.7804864,1323.442854,1819.416731 +395584,1863.868658,1317.660173,839.5759071,1343.993119,1823.288226 +395585,1892.86653,1321.725619,852.8015308,1360.396794,1825.496848 +395586,1916.144858,1325.022579,863.4800846,1372.980298,1826.888046 +395587,1934.185278,1327.369573,871.9715178,1382.380998,1827.233621 +395588,1948.070401,1328.621185,879.0558713,1389.242677,1826.485319 +395589,1958.711595,1328.942987,884.8050905,1394.291018,1824.978756 +395590,1966.851491,1328.611204,889.2828346,1397.843286,1822.809761 +395591,1973.065232,1327.880162,892.9736034,1400.366266,1820.353499 +395592,1977.769757,1326.910053,895.8701149,1402.113683,1817.791399 +395593,1981.416605,1325.909909,898.1886141,1403.261444,1814.906985 +395594,1983.95564,1324.678751,900.125598,1403.93582,1811.731215 +395595,1985.71664,1323.371904,901.5858593,1404.234977,1808.395735 +395596,1986.848979,1322.013463,902.7256005,1404.232045,1805.025051 +395597,1987.464624,1320.614106,903.5989604,1403.978417,1801.703354 +395598,1987.648729,1319.177872,904.2487004,1403.511116,1798.481648 +395599,1987.467549,1317.706621,904.7093028,1402.857834,1795.390242 +395600,1986.973319,1316.201822,905.0089387,1402.039797,1792.447151 +395601,1986.205445,1314.665366,905.1709394,1401.073727,1789.662879 +395602,1985.200009,1313.098831,905.2144155,1399.972406,1787.041947 +395603,1983.983669,1311.506639,905.1564873,1398.747902,1784.587522 +395604,1982.579703,1309.890315,905.0103148,1397.407911,1782.296792 +395605,1981.004829,1308.254563,904.7883732,1395.960786,1780.167939 +395606,1979.274602,1306.601025,904.5000113,1394.4112,1778.194603 +395607,1977.399844,1304.934714,904.1547107,1392.765223,1776.37288 +395608,1975.390453,1303.258948,903.7600522,1391.026711,1774.696719 +395609,1973.253129,1301.575061,903.3217877,1389.197215,1773.157916 +395610,1970.995008,1299.886825,902.8460071,1387.279368,1771.750758 +395611,1968.620558,1298.196973,902.3376948,1385.367056,1770.468701 +395612,1966.201071,1296.535824,901.8146197,1383.339854,1769.301692 +395613,1963.784048,1294.922293,901.2893142,1381.339125,1768.340608 +395614,1961.377462,1293.352308,900.7637489,1379.373811,1767.368798 +395615,1958.974747,1291.701012,900.237304,1377.435139,1766.476047 +395616,1956.56779,1290.200537,899.7093206,1375.511088,1765.655855 +395617,1954.146525,1288.720918,899.1773994,1373.588587,1764.898119 +395618,1951.705129,1287.252954,898.6402544,1371.659252,1764.194878 +395619,1949.244517,1285.796391,898.0992126,1369.721249,1763.543885 +395620,1946.763738,1284.350277,897.5543863,1367.772145,1762.940456 +395621,1944.263552,1282.915578,897.0064637,1365.811294,1762.381516 +395622,1941.74497,1281.493246,896.4561112,1363.838594,1761.864297 +395623,1939.209226,1280.083965,895.9039334,1361.854303,1761.386222 +395624,1936.657782,1278.688243,895.3504985,1359.859025,1760.944931 +395625,1934.092235,1277.306395,894.7963016,1357.85362,1760.538178 +395626,1931.494797,1275.939108,894.2420063,1355.819011,1760.164344 +395627,1928.796372,1274.5886,893.6889818,1353.686324,1759.823602 +395628,1925.962724,1273.259802,893.1398907,1351.419486,1759.519191 +395629,1922.994818,1271.958383,892.5978433,1349.019445,1759.25553 +395630,1919.908802,1270.68877,891.9817594,1346.503903,1759.036268 +395631,1916.723668,1269.45496,891.4640787,1343.893245,1758.865021 +395632,1913.449167,1268.254142,890.9588129,1341.198907,1758.739303 +395633,1910.095118,1267.085513,890.4658048,1338.431078,1758.657916 +395634,1906.669725,1265.948704,889.9852358,1335.597596,1758.619745 +395635,1903.178954,1264.842732,889.5171139,1332.703822,1758.623053 +395636,1899.627326,1263.766305,889.0613019,1329.75352,1758.665845 +395637,1896.018337,1262.717969,888.6175233,1326.74941,1758.745952 +395638,1892.35493,1261.696441,888.1854936,1323.693663,1758.861327 +395639,1888.639622,1260.700583,887.7649214,1320.588054,1759.01002 +395640,1884.874549,1259.729309,887.3554835,1317.434014,1759.190111 +395641,0,0,0,0,0 +395642,0,0,0,0,0 +395643,0,0,0,0,0 +395644,0,0,0,0,0 +395645,0,0,0,0,0 +395646,0,0,0,0,0 +395647,0,0,0,0,0 +395648,0,0,0,0,0 +395649,0,0,0,0,0 +395650,0,0,0,0,0 +395651,0,0,0,0,0 +395652,0,0,0,0,0 +395653,0,0,0,0,0 +395654,0,0,0,0,0 +395655,0,0,0,0,0 +395656,0,0,0,0,0 +395657,0,0,0,0,0 +395658,0,0,0,0,0 +395659,0,0,0,0,0 +395660,0,0,0,0,0 +395661,0,0,0,0,0 +395662,0,0,0,0,0 +395663,0,0,0,0,0 +395664,0,0,0,0,0 +395665,0,0,0,0,0 +395666,0,0,0,0,0 +395667,0,0,0,0,0 +395668,0,0,0,0,0 +395669,0,0,0,0,0 +395670,0,0,0,0,0 +395671,0,0,0,0,0 +395672,0,0,0,0,0 +395673,0,0,0,0,0 +395674,0,0,0,0,0 +395675,0,0,0,0,0 +395676,0,0,0,0,0 +395677,0,0,0,0,0 +395678,0,0,0,0,0 +395679,0,0,0,0,0 +395680,0,0,0,0,0 +395681,0,0,0,0,0 +395682,0,0,0,0,0 +395683,0,0,0,0,0 +395684,0,0,0,0,0 +395685,0,0,0,0,0 +395686,0,0,0,0,0 +395687,0,0,0,0,0 +395688,0,0,0,0,0 +395689,0,0,0,0,0 +395690,0,0,0,0,0 +395691,0,0,0,0,0 +395692,0,0,0,0,0 +395693,0,0,0,0,0 +395694,0,0,0,0,0 +395695,0,0,0,0,0 +395696,0,0,0,0,0 +395697,0,0,0,0,0 +395698,0,0,0,0,0 +395699,0,0,0,0,0 +395700,0,0,0,0,0 +395701,0,0,0,0,0 +395702,0,0,0,0,0 +395703,0,0,0,0,0 +395704,0,0,0,0,0 +395705,0,0,0,0,0 +395706,0,0,0,0,0 +395707,0,0,0,0,0 +395708,0,0,0,0,0 +395709,0,0,0,0,0 +395710,0,0,0,0,0 +395711,0,0,0,0,0 +395712,0,0,0,0,0 +395713,0,0,0,0,0 +395714,0,0,0,0,0 +395715,0,0,0,0,0 +395716,0,0,0,0,0 +395717,0,0,0,0,0 +395718,0,0,0,0,0 +395719,0,0,0,0,0 +395720,0,0,0,0,0 +395721,0,0,0,0,0 +395722,0,0,0,0,0 +395723,0,0,0,0,0 +395724,0,0,0,0,0 +395725,0,0,0,0,0 +395726,0,0,0,0,0 +395727,0,0,0,0,0 +395728,0,0,0,0,0 +395729,0,0,0,0,0 +395730,0,0,0,0,0 +395731,0,0,0,0,0 +395732,0,0,0,0,0 +395733,0,0,0,0,0 +395734,0,0,0,0,0 +395735,0,0,0,0,0 +395736,0,0,0,0,0 +395737,0,0,0,0,0 +395738,0,0,0,0,0 +395739,0,0,0,0,0 +395740,0,0,0,0,0 +395741,0,0,0,0,0 +395742,0,0,0,0,0 +395743,0,0,0,0,0 +395744,0,0,0,0,0 +395745,0,0,0,0,0 +395746,0,0,0,0,0 +395747,0,0,0,0,0 +395748,0,0,0,0,0 +395749,0,0,0,0,0 +395750,0,0,0,0,0 +395751,0,0,0,0,0 +395752,0,0,0,0,0 +395753,0,0,0,0,0 +395754,0,0,0,0,0 +395755,0,0,0,0,0 +395756,0,0,0,0,0 +395757,0,0,0,0,0 +395758,0,0,0,0,0 +395759,0,0,0,0,0 +395760,0,0,0,0,0 +395761,0,0,0,0,0 +395762,0,0,0,0,0 +395763,0,0,0,0,0 +395764,0,0,0,0,0 +395765,0,0,0,0,0 +395766,0,0,0,0,0 +395767,0,0,0,0,0 +395768,0,0,0,0,0 +395769,0,0,0,0,0 +395770,0,0,0,0,0 +395771,0,0,0,0,0 +395772,0,0,0,0,0 +395773,0,0,0,0,0 +395774,0,0,0,0,0 +395775,0,0,0,0,0 +395776,0,0,0,0,0 +395777,0,0,0,0,0 +395778,0,0,0,0,0 +395779,0,0,0,0,0 +395780,0,0,0,0,0 +395781,0,0,0,0,0 +395782,0,0,0,0,0 +395783,0,0,0,0,0 +395784,0,0,0,0,0 +395785,0,0,0,0,0 +395786,0,0,0,0,0 +395787,0,0,0,0,0 +395788,0,0,0,0,0 +395789,0,0,0,0,0 +395790,0,0,0,0,0 +395791,0,0,0,0,0 +395792,0,0,0,0,0 +395793,0,0,0,0,0 +395794,0,0,0,0,0 +395795,0,0,0,0,0 +395796,0,0,0,0,0 +395797,0,0,0,0,0 +395798,0,0,0,0,0 +395799,0,0,0,0,0 +395800,0,0,0,0,0 +395801,0,0,0,0,0 +395802,0,0,0,0,0 +395803,0,0,0,0,0 +395804,0,0,0,0,0 +395805,0,0,0,0,0 +395806,0,0,0,0,0 +395807,0,0,0,0,0 +395808,0,0,0,0,0 +395809,0,0,0,0,0 +395810,0,0,0,0,0 +395811,0,0,0,0,0 +395812,0,0,0,0,0 +395813,0,0,0,0,0 +395814,0,0,0,0,0 +395815,0,0,0,0,0 +395816,0,0,0,0,0 +395817,0,0,0,0,0 +395818,0,0,0,0,0 +395819,0,0,0,0,0 +395820,0,0,0,0,0 +395821,0,0,0,0,0 +395822,0,0,0,0,0 +395823,0,0,0,0,0 +395824,0,0,0,0,0 +395825,0,0,0,0,0 +395826,0,0,0,0,0 +395827,0,0,0,0,0 +395828,0,0,0,0,0 +395829,0,0,0,0,0 +395830,0,0,0,0,0 +395831,0,0,0,0,0 +395832,0,0,0,0,0 +395833,0,0,0,0,0 +395834,0,0,0,0,0 +395835,0,0,0,0,0 +395836,0,0,0,0,0 +395837,0,0,0,0,0 +395838,0,0,0,0,0 +395839,0,0,0,0,0 +395840,0,0,0,0,0 +395841,0,0,0,0,0 +395842,0,0,0,0,0 +395843,0,0,0,0,0 +395844,0,0,0,0,0 +395845,0,0,0,0,0 +395846,0,0,0,0,0 +395847,0,0,0,0,0 +395848,0,0,0,0,0 +395849,0,0,0,0,0 +395850,0,0,0,0,0 +395851,0,0,0,0,0 +395852,0,0,0,0,0 +395853,0,0,0,0,0 +395854,0,0,0,0,0 +395855,0,0,0,0,0 +395856,0,0,0,0,0 +395857,0,0,0,0,0 +395858,0,0,0,0,0 +395859,0,0,0,0,0 +395860,0,0,0,0,0 +395861,0,0,0,0,0 +395862,0,0,0,0,0 +395863,0,0,0,0,0 +395864,0,0,0,0,0 +395865,0,0,0,0,0 +395866,0,0,0,0,0 +395867,0,0,0,0,0 +395868,0,0,0,0,0 +395869,0,0,0,0,0 +395870,0,0,0,0,0 +395871,0,0,0,0,0 +395872,0,0,0,0,0 +395873,0,0,0,0,0 +395874,0,0,0,0,0 +395875,0,0,0,0,0 +395876,0,0,0,0,0 +395877,0,0,0,0,0 +395878,0,0,0,0,0 +395879,0,0,0,0,0 +395880,0,0,0,0,0 +395881,0,0,0,0,0 +395882,0,0,0,0,0 +395883,0,0,0,0,0 +395884,0,0,0,0,0 +395885,0,0,0,0,0 +395886,0,0,0,0,0 +395887,0,0,0,0,0 +395888,0,0,0,0,0 +395889,0,0,0,0,0 +395890,0,0,0,0,0 +395891,0,0,0,0,0 +395892,0,0,0,0,0 +395893,0,0,0,0,0 +395894,0,0,0,0,0 +395895,0,0,0,0,0 +395896,0,0,0,0,0 +395897,0,0,0,0,0 +395898,0,0,0,0,0 +395899,0,0,0,0,0 +395900,0,0,0,0,0 +395901,0,0,0,0,0 +395902,0,0,0,0,0 +395903,0,0,0,0,0 +395904,0,0,0,0,0 +395905,0,0,0,0,0 +395906,0,0,0,0,0 +395907,0,0,0,0,0 +395908,0,0,0,0,0 +395909,0,0,0,0,0 +395910,0,0,0,0,0 +395911,0,0,0,0,0 +395912,0,0,0,0,0 +395913,0,0,0,0,0 +395914,0,0,0,0,0 +395915,0,0,0,0,0 +395916,0,0,0,0,0 +395917,0,0,0,0,0 +395918,0,0,0,0,0 +395919,0,0,0,0,0 +395920,0,0,0,0,0 +395921,0,0,0,0,0 +395922,0,0,0,0,0 +395923,0,0,0,0,0 +395924,0,0,0,0,0 +395925,0,0,0,0,0 +395926,0,0,0,0,0 +395927,0,0,0,0,0 +395928,0,0,0,0,0 +395929,0,0,0,0,0 +395930,0,0,0,0,0 +395931,0,0,0,0,0 +395932,0,0,0,0,0 +395933,0,0,0,0,0 +395934,0,0,0,0,0 +395935,0,0,0,0,0 +395936,0,0,0,0,0 +395937,0,0,0,0,0 +395938,0,0,0,0,0 +395939,0,0,0,0,0 +395940,0,0,0,0,0 +395941,0,0,0,0,0 +395942,0,0,0,0,0 +395943,0,0,0,0,0 +395944,0,0,0,0,0 +395945,0,0,0,0,0 +395946,0,0,0,0,0 +395947,0,0,0,0,0 +395948,0,0,0,0,0 +395949,0,0,0,0,0 +395950,0,0,0,0,0 +395951,0,0,0,0,0 +395952,0,0,0,0,0 +395953,0,0,0,0,0 +395954,0,0,0,0,0 +395955,0,0,0,0,0 +395956,0,0,0,0,0 +395957,0,0,0,0,0 +395958,0,0,0,0,0 +395959,0,0,0,0,0 +395960,0,0,0,0,0 +395961,0,0,0,0,0 +395962,0,0,0,0,0 +395963,0,0,0,0,0 +395964,0,0,0,0,0 +395965,0,0,0,0,0 +395966,0,0,0,0,0 +395967,0,0,0,0,0 +395968,0,0,0,0,0 +395969,0,0,0,0,0 +395970,0,0,0,0,0 +395971,0,0,0,0,0 +395972,0,0,0,0,0 +395973,0,0,0,0,0 +395974,0,0,0,0,0 +395975,0,0,0,0,0 +395976,0,0,0,0,0 +395977,0,0,0,0,0 +395978,0,0,0,0,0 +395979,0,0,0,0,0 +395980,0,0,0,0,0 +395981,0,0,0,0,0 +395982,0,0,0,0,0 +395983,0,0,0,0,0 +395984,0,0,0,0,0 +395985,0,0,0,0,0 +395986,0,0,0,0,0 +395987,0,0,0,0,0 +395988,0,0,0,0,0 +395989,0,0,0,0,0 +395990,0,0,0,0,0 +395991,0,0,0,0,0 +395992,0,0,0,0,0 +395993,0,0,0,0,0 +395994,0,0,0,0,0 +395995,0,0,0,0,0 +395996,0,0,0,0,0 +395997,0,0,0,0,0 +395998,0,0,0,0,0 +395999,0,0,0,0,0 +396000,0,0,0,0,0 +396001,0,0,0,0,0 +396002,0,0,0,0,0 +396003,0,0,0,0,0 +396004,0,0,0,0,0 +396005,0,0,0,0,0 +396006,0,0,0,0,0 +396007,0,0,0,0,0 +396008,0,0,0,0,0 +396009,0,0,0,0,0 +396010,0,0,0,0,0 +396011,0,0,0,0,0 +396012,0,0,0,0,0 +396013,0,0,0,0,0 +396014,0,0,0,0,0 +396015,0,0,0,0,0 +396016,0,0,0,0,0 +396017,0,0,0,0,0 +396018,0,0,0,0,0 +396019,0,0,0,0,0 +396020,0,0,0,0,0 +396021,0,0,0,0,0 +396022,0,0,0,0,0 +396023,0,0,0,0,0 +396024,0,0,0,0,0 +396025,0,0,0,0,0 +396026,0,0,0,0,0 +396027,0,0,0,0,0 +396028,0,0,0,0,0 +396029,0,0,0,0,0 +396030,0,0,0,0,0 +396031,0,0,0,0,0 +396032,0,0,0,0,0 +396033,0,0,0,0,0 +396034,0,0,0,0,0 +396035,0,0,0,0,0 +396036,0,0,0,0,0 +396037,0,0,0,0,0 +396038,0,0,0,0,0 +396039,0,0,0,0,0 +396040,0,0,0,0,0 +396041,0,0,0,0,0 +396042,0,0,0,0,0 +396043,0,0,0,0,0 +396044,0,0,0,0,0 +396045,0,0,0,0,0 +396046,0,0,0,0,0 +396047,0,0,0,0,0 +396048,0,0,0,0,0 +396049,0,0,0,0,0 +396050,0,0,0,0,0 +396051,0,0,0,0,0 +396052,0,0,0,0,0 +396053,0,0,0,0,0 +396054,0,0,0,0,0 +396055,0,0,0,0,0 +396056,0,0,0,0,0 +396057,0,0,0,0,0 +396058,0,0,0,0,0 +396059,0,0,0,0,0 +396060,0,0,0,0,0 +396061,0,0,0,0,0 +396062,0,0,0,0,0 +396063,0,0,0,0,0 +396064,0,0,0,0,0 +396065,0,0,0,0,0 +396066,0,0,0,0,0 +396067,0,0,0,0,0 +396068,0,0,0,0,0 +396069,0,0,0,0,0 +396070,0,0,0,0,0 +396071,0,0,0,0,0 +396072,0,0,0,0,0 +396073,0,0,0,0,0 +396074,0,0,0,0,0 +396075,0,0,0,0,0 +396076,0,0,0,0,0 +396077,0,0,0,0,0 +396078,0,0,0,0,0 +396079,0,0,0,0,0 +396080,0,0,0,0,0 +396081,0,0,0,0,0 +396082,0,0,0,0,0 +396083,0,0,0,0,0 +396084,0,0,0,0,0 +396085,0,0,0,0,0 +396086,0,0,0,0,0 +396087,0,0,0,0,0 +396088,0,0,0,0,0 +396089,0,0,0,0,0 +396090,0,0,0,0,0 +396091,0,0,0,0,0 +396092,0,0,0,0,0 +396093,0,0,0,0,0 +396094,0,0,0,0,0 +396095,0,0,0,0,0 +396096,0,0,0,0,0 +396097,0,0,0,0,0 +396098,0,0,0,0,0 +396099,0,0,0,0,0 +396100,0,0,0,0,0 +396101,0,0,0,0,0 +396102,0,0,0,0,0 +396103,0,0,0,0,0 +396104,0,0,0,0,0 +396105,0,0,0,0,0 +396106,0,0,0,0,0 +396107,0,0,0,0,0 +396108,0,0,0,0,0 +396109,0,0,0,0,0 +396110,0,0,0,0,0 +396111,0,0,0,0,0 +396112,0,0,0,0,0 +396113,0,0,0,0,0 +396114,0,0,0,0,0 +396115,0,0,0,0,0 +396116,0,0,0,0,0 +396117,0,0,0,0,0 +396118,0,0,0,0,0 +396119,0,0,0,0,0 +396120,0,0,0,0,0 +396121,0,0,0,0,0 +396122,0,0,0,0,0 +396123,0,0,0,0,0 +396124,0,0,0,0,0 +396125,0,0,0,0,0 +396126,0,0,0,0,0 +396127,0,0,0,0,0 +396128,0,0,0,0,0 +396129,0,0,0,0,0 +396130,0,0,0,0,0 +396131,0,0,0,0,0 +396132,0,0,0,0,0 +396133,0,0,0,0,0 +396134,0,0,0,0,0 +396135,0,0,0,0,0 +396136,0,0,0,0,0 +396137,0,0,0,0,0 +396138,0,0,0,0,0 +396139,0,0,0,0,0 +396140,0,0,0,0,0 +396141,0,0,0,0,0 +396142,0,0,0,0,0 +396143,0,0,0,0,0 +396144,0,0,0,0,0 +396145,0,0,0,0,0 +396146,0,0,0,0,0 +396147,0,0,0,0,0 +396148,0,0,0,0,0 +396149,0,0,0,0,0 +396150,0,0,0,0,0 +396151,0,0,0,0,0 +396152,0,0,0,0,0 +396153,0,0,0,0,0 +396154,0,0,0,0,0 +396155,0,0,0,0,0 +396156,0,0,0,0,0 +396157,0,0,0,0,0 +396158,0,0,0,0,0 +396159,0,0,0,0,0 +396160,0,0,0,0,0 +396161,0,0,0,0,0 +396162,0,0,0,0,0 +396163,0,0,0,0,0 +396164,0,0,0,0,0 +396165,0,0,0,0,0 +396166,0,0,0,0,0 +396167,0,0,0,0,0 +396168,0,0,0,0,0 +396169,0,0,0,0,0 +396170,0,0,0,0,0 +396171,0,0,0,0,0 +396172,0,0,0,0,0 +396173,0,0,0,0,0 +396174,0,0,0,0,0 +396175,0,0,0,0,0 +396176,0,0,0,0,0 +396177,0,0,0,0,0 +396178,0,0,0,0,0 +396179,0,0,0,0,0 +396180,0,0,0,0,0 +396181,0,0,0,0,0 +396182,0,0,0,0,0 +396183,0,0,0,0,0 +396184,0,0,0,0,0 +396185,0,0,0,0,0 +396186,0,0,0,0,0 +396187,0,0,0,0,0 +396188,0,0,0,0,0 +396189,0,0,0,0,0 +396190,0,0,0,0,0 +396191,0,0,0,0,0 +396192,0,0,0,0,0 +396193,0,0,0,0,0 +396194,0,0,0,0,0 +396195,0,0,0,0,0 +396196,0,0,0,0,0 +396197,0,0,0,0,0 +396198,0,0,0,0,0 +396199,0,0,0,0,0 +396200,0,0,0,0,0 +396201,0,0,0,0,0 +396202,0,0,0,0,0 +396203,0,0,0,0,0 +396204,0,0,0,0,0 +396205,0,0,0,0,0 +396206,0,0,0,0,0 +396207,0,0,0,0,0 +396208,0,0,0,0,0 +396209,0,0,0,0,0 +396210,0,0,0,0,0 +396211,0,0,0,0,0 +396212,0,0,0,0,0 +396213,0,0,0,0,0 +396214,0,0,0,0,0 +396215,0,0,0,0,0 +396216,0,0,0,0,0 +396217,0,0,0,0,0 +396218,0,0,0,0,0 +396219,0,0,0,0,0 +396220,0,0,0,0,0 +396221,0,0,0,0,0 +396222,0,0,0,0,0 +396223,0,0,0,0,0 +396224,0,0,0,0,0 +396225,0,0,0,0,0 +396226,0,0,0,0,0 +396227,0,0,0,0,0 +396228,0,0,0,0,0 +396229,0,0,0,0,0 +396230,0,0,0,0,0 +396231,0,0,0,0,0 +396232,0,0,0,0,0 +396233,0,0,0,0,0 +396234,0,0,0,0,0 +396235,0,0,0,0,0 +396236,0,0,0,0,0 +396237,0,0,0,0,0 +396238,0,0,0,0,0 +396239,0,0,0,0,0 +396240,0,0,0,0,0 +396241,0,0,0,0,0 +396242,0,0,0,0,0 +396243,0,0,0,0,0 +396244,0,0,0,0,0 +396245,0,0,0,0,0 +396246,0,0,0,0,0 +396247,0,0,0,0,0 +396248,0,0,0,0,0 +396249,0,0,0,0,0 +396250,0,0,0,0,0 +396251,0,0,0,0,0 +396252,0,0,0,0,0 +396253,0,0,0,0,0 +396254,0,0,0,0,0 +396255,0,0,0,0,0 +396256,0,0,0,0,0 +396257,0,0,0,0,0 +396258,0,0,0,0,0 +396259,0,0,0,0,0 +396260,0,0,0,0,0 +396261,0,0,0,0,0 +396262,0,0,0,0,0 +396263,0,0,0,0,0 +396264,0,0,0,0,0 +396265,0,0,0,0,0 +396266,0,0,0,0,0 +396267,0,0,0,0,0 +396268,0,0,0,0,0 +396269,0,0,0,0,0 +396270,0,0,0,0,0 +396271,0,0,0,0,0 +396272,0,0,0,0,0 +396273,0,0,0,0,0 +396274,0,0,0,0,0 +396275,0,0,0,0,0 +396276,0,0,0,0,0 +396277,0,0,0,0,0 +396278,0,0,0,0,0 +396279,0,0,0,0,0 +396280,0,0,0,0,0 +396281,0,0,0,0,0 +396282,0,0,0,0,0 +396283,0,0,0,0,0 +396284,0,0,0,0,0 +396285,0,0,0,0,0 +396286,0,0,0,0,0 +396287,0,0,0,0,0 +396288,0,0,0,0,0 +396289,0,0,0,0,0 +396290,0,0,0,0,0 +396291,0,0,0,0,0 +396292,0,0,0,0,0 +396293,0,0,0,0,0 +396294,0,0,0,0,0 +396295,0,0,0,0,0 +396296,0,0,0,0,0 +396297,0,0,0,0,0 +396298,0,0,0,0,0 +396299,0,0,0,0,0 +396300,0,0,0,0,0 +396301,0,0,0,0,0 +396302,0,0,0,0,0 +396303,0,0,0,0,0 +396304,0,0,0,0,0 +396305,0,0,0,0,0 +396306,0,0,0,0,0 +396307,0,0,0,0,0 +396308,0,0,0,0,0 +396309,0,0,0,0,0 +396310,0,0,0,0,0 +396311,0,0,0,0,0 +396312,0,0,0,0,0 +396313,0,0,0,0,0 +396314,0,0,0,0,0 +396315,0,0,0,0,0 +396316,0,0,0,0,0 +396317,0,0,0,0,0 +396318,0,0,0,0,0 +396319,0,0,0,0,0 +396320,0,0,0,0,0 +396321,0,0,0,0,0 +396322,0,0,0,0,0 +396323,0,0,0,0,0 +396324,0,0,0,0,0 +396325,0,0,0,0,0 +396326,0,0,0,0,0 +396327,0,0,0,0,0 +396328,0,0,0,0,0 +396329,0,0,0,0,0 +396330,0,0,0,0,0 +396331,0,0,0,0,0 +396332,0,0,0,0,0 +396333,0,0,0,0,0 +396334,0,0,0,0,0 +396335,0,0,0,0,0 +396336,0,0,0,0,0 +396337,0,0,0,0,0 +396338,0,0,0,0,0 +396339,0,0,0,0,0 +396340,0,0,0,0,0 +396341,0,0,0,0,0 +396342,0,0,0,0,0 +396343,0,0,0,0,0 +396344,0,0,0,0,0 +396345,0,0,0,0,0 +396346,0,0,0,0,0 +396347,0,0,0,0,0 +396348,0,0,0,0,0 +396349,0,0,0,0,0 +396350,0,0,0,0,0 +396351,0,0,0,0,0 +396352,0,0,0,0,0 +396353,0,0,0,0,0 +396354,0,0,0,0,0 +396355,0,0,0,0,0 +396356,0,0,0,0,0 +396357,0,0,0,0,0 +396358,0,0,0,0,0 +396359,0,0,0,0,0 +396360,0,0,0,0,0 +396361,0,0,0,0,0 +396362,0,0,0,0,0 +396363,0,0,0,0,0 +396364,0,0,0,0,0 +396365,0,0,0,0,0 +396366,0,0,0,0,0 +396367,0,0,0,0,0 +396368,0,0,0,0,0 +396369,0,0,0,0,0 +396370,0,0,0,0,0 +396371,0,0,0,0,0 +396372,0,0,0,0,0 +396373,0,0,0,0,0 +396374,0,0,0,0,0 +396375,0,0,0,0,0 +396376,0,0,0,0,0 +396377,0,0,0,0,0 +396378,0,0,0,0,0 +396379,0,0,0,0,0 +396380,0,0,0,0,0 +396381,0,0,0,0,0 +396382,0,0,0,0,0 +396383,0,0,0,0,0 +396384,0,0,0,0,0 +396385,0,0,0,0,0 +396386,0,0,0,0,0 +396387,0,0,0,0,0 +396388,0,0,0,0,0 +396389,0,0,0,0,0 +396390,0,0,0,0,0 +396391,0,0,0,0,0 +396392,0,0,0,0,0 +396393,0,0,0,0,0 +396394,0,0,0,0,0 +396395,0,0,0,0,0 +396396,0,0,0,0,0 +396397,0,0,0,0,0 +396398,0,0,0,0,0 +396399,0,0,0,0,0 +396400,0,0,0,0,0 +396401,0,0,0,0,0 +396402,0,0,0,0,0 +396403,0,0,0,0,0 +396404,0,0,0,0,0 +396405,0,0,0,0,0 +396406,0,0,0,0,0 +396407,0,0,0,0,0 +396408,0,0,0,0,0 +396409,0,0,0,0,0 +396410,0,0,0,0,0 +396411,0,0,0,0,0 +396412,0,0,0,0,0 +396413,0,0,0,0,0 +396414,0,0,0,0,0 +396415,0,0,0,0,0 +396416,0,0,0,0,0 +396417,0,0,0,0,0 +396418,0,0,0,0,0 +396419,0,0,0,0,0 +396420,0,0,0,0,0 +396421,-813.3076408,-315.2494105,-761.6010408,-372.3490777,-1621.328783 +396422,-804.2809966,-308.9610318,-750.9189929,-367.8383621,-1603.270688 +396423,-788.0055583,-299.951357,-733.5498484,-360.0016077,-1569.711469 +396424,-771.8498234,-291.213968,-716.3939754,-352.4019456,-1536.249695 +396425,-759.4204031,-283.874528,-702.1703942,-346.4042278,-1508.649331 +396426,-750.7222005,-277.9382336,-691.0345617,-342.3375191,-1487.15934 +396427,-744.7774843,-273.0782212,-682.3446821,-339.7249704,-1470.475341 +396428,-740.7519469,-268.9970868,-675.4848563,-338.0851048,-1457.424994 +396429,-738.1368883,-265.4983622,-670.0421291,-337.1178451,-1447.259734 +396430,-736.6366258,-262.4582125,-665.7541184,-336.6581817,-1439.5151 +396431,-736.0525369,-85.07345479,-662.7577683,-336.6052143,-1433.856104 +396432,-736.2270323,-57.38999192,-660.7899512,-336.8835254,-1430.003688 +396433,-737.0254572,-78.98288131,-659.5771538,-337.429756,-1427.710476 +396434,-738.3336474,-43.11876564,-658.9339743,-338.1904377,-1426.759049 +396435,-740.056478,-25.98509575,-658.7441902,-339.1214256,-1426.960127 +396436,-742.1095702,-9.585343941,-658.9279493,-340.1870864,-1428.151117 +396437,-744.436301,6.65521895,-659.4222862,-341.356526,-1430.192383 +396438,-746.9894103,23.29400349,-660.1742046,-342.6096754,-1432.964462 +396439,-749.72638,39.4530832,-661.138582,-343.9298142,-1436.36419 +396440,-752.6102646,55.75710351,-662.2777498,-345.3021525,-1440.302874 +396441,-755.6099183,72.02297421,-663.5605609,-346.7139455,-1444.703909 +396442,-758.6998131,88.24288547,-664.9615275,-348.1547406,-1449.50152 +396443,-761.8589789,104.4445979,-666.459703,-349.6160851,-1454.638878 +396444,-765.0703631,120.6381017,-668.0379851,-351.0912761,-1460.06723 +396445,-768.3198832,136.8191083,-669.6822859,-352.5749144,-1465.744368 +396446,-771.5961061,152.9951612,-417.0761206,-354.062736,-1471.634139 +396447,-774.8895619,169.1339132,-492.6385686,-355.5512901,-1477.705185 +396448,-778.1926699,185.3451752,-461.2671525,-357.0379015,-1483.930788 +396449,-781.4993076,201.1281508,-434.9658338,-358.5204795,-1490.288019 +396450,-784.8047033,217.8570893,-417.1442151,-359.9974722,-1496.757489 +396451,-788.1049794,233.1485184,-399.9428267,-361.467667,-1503.322452 +396452,-791.3986498,248.7699172,-383.6779943,-362.9308151,-1509.968578 +396453,-794.6840754,264.17001,-367.2276883,-364.3865688,-1516.68334 +396454,-797.9593683,279.6437095,-351.7033536,-365.8344522,-1523.455989 +396455,-801.2226134,294.9629375,-335.8015328,-367.273955,-1530.277111 +396456,-804.4738677,310.3175287,-320.4537275,-368.705475,-1537.140891 +396457,-807.7094949,325.6611146,-305.8019663,-370.1275987,-1544.037243 +396458,-810.9301357,340.9724329,-295.3303947,-371.5409355,-1550.962432 +396459,-814.1330935,356.1782384,-282.6383923,-372.9444645,-1557.908726 +396460,-817.3197198,371.17747,-271.042149,-374.3390818,-1564.874307 +396461,-820.4940316,386.3373892,-259.4195944,-375.7263178,-1571.855193 +396462,-823.6515006,401.5645406,-247.8907601,-377.1044617,-1578.845366 +396463,-826.7917442,416.7602804,-236.5213178,-378.473823,-1585.844929 +396464,-829.9120067,436.6501434,-217.0888306,-379.8333805,-1592.849416 +396465,-832.7901488,452.5108835,-204.8666662,-381.0857779,-1599.856187 +396466,-835.525364,468.1923716,-193.3430502,-382.2746854,-1606.864108 +396467,-838.2285854,483.6432179,-182.158053,-383.4496898,-1613.872873 +396468,-840.9491421,499.1909504,-171.2048803,-384.6328668,-1620.882244 +396469,-843.6942684,514.5971846,-160.4608949,-385.8272874,-1627.891401 +396470,-846.4567462,529.9565595,-149.9474095,-387.0294922,-1634.899532 +396471,-849.2284144,545.4122943,-139.5213937,-388.235647,-1641.905616 +396472,-678.7631462,560.2214783,-129.353425,-389.443208,-1648.908933 +396473,-715.2581665,576.3202591,-119.7697663,-308.1012925,-1655.908712 +396474,-701.2386518,591.2187049,-109.2523345,-330.5701393,-1662.904553 +396475,-680.2021627,606.6649433,-99.89174328,-319.8896013,-1669.896261 +396476,-666.6779617,621.8969849,-90.31117755,-310.5054518,-1676.884065 +396477,-654.1808281,637.1095893,-80.99722104,-303.7008506,-1683.868174 +396478,-640.8016358,652.3090106,-72.05246695,-297.0611133,-1690.851227 +396479,-628.3234871,667.5603373,-62.786246,-290.4873248,-1697.829881 +396480,-615.5876739,682.7372937,-54.15731091,-284.0855237,-1704.80654 +396481,454.0529494,1122.598647,927.5412249,188.5384065,-1708.406244 +396482,459.9809711,1150.560241,937.8144147,186.0358539,476.825921 +396483,487.2171987,1183.007021,973.2781987,199.6061194,411.2436739 +396484,510.2493296,1210.597758,1002.550959,211.7903245,400.6672053 +396485,531.6765438,1237.59417,1013.890513,222.3019505,395.271601 +396486,551.8843219,1263.568609,1026.912443,232.6622953,392.5692389 +396487,575.4043635,1293.417475,1031.735381,242.4700318,392.6794115 +396488,597.3936299,1332.754661,1033.594713,251.9789061,393.9614735 +396489,611.322162,1331.071761,1035.005111,261.4030531,395.1732612 +396490,605.5097691,1346.812352,1036.493497,270.3888242,396.0433755 +396491,656.2012827,1401.004906,1037.605796,279.4448952,396.3540527 +396492,658.0180341,1409.438727,1038.494775,288.2000714,396.1204587 +396493,678.3036098,1436.946666,1039.348566,296.8085801,395.6625586 +396494,694.8720273,1461.107788,1040.227881,305.4292881,395.1170218 +396495,711.4307937,1484.821637,1041.131906,313.6520924,394.5200842 +396496,727.742353,1508.385732,1042.076414,322.0070892,394.1157417 +396497,743.4466718,1531.918405,1043.064746,330.0852048,393.5137908 +396498,759.55292,1574.950467,1044.055324,338.0932978,392.8853707 +396499,774.8149151,1572.657422,1045.09092,345.9833275,392.2986517 +396500,790.226133,1583.104576,1046.259607,353.7006696,391.8737296 +396501,805.3189513,1636.84032,1047.445766,361.4483966,391.4757429 +396502,820.3323223,1667.071572,1048.528397,368.9738551,390.9599985 +396503,834.7734638,1659.890572,1049.630027,376.4435789,390.4807562 +396504,849.6661818,1694.406685,1051.22733,383.7575093,390.6319411 +396505,863.7475903,1718.679165,1053.745458,391.1091937,391.9503362 +396506,878.0260643,1738.392313,1057.092465,398.3008601,394.3386636 +396507,892.0199716,1760.759382,1060.982239,405.2714261,397.4589631 +396508,905.8732469,1782.986756,1065.238786,412.3968322,401.1027356 +396509,919.683288,1812.112703,1069.844695,419.274143,405.2508521 +396510,933.0432801,1823.029149,1074.583763,426.1277952,409.6324566 +396511,946.0182025,1842.012438,1079.169103,433.1192388,413.8846629 +396512,959.3760611,1853.483421,1083.457521,440.0641848,417.8567969 +396513,989.7814847,1864.40301,1087.323489,446.9418607,421.4038951 +396514,963.5871844,1875.191824,1091.014308,453.6947514,424.5898825 +396515,1001.843291,1884.80563,1094.219313,460.5184155,427.4900073 +396516,1010.553255,1893.826478,1097.123831,467.2033923,430.0589059 +396517,1020.547041,1901.959025,1099.790401,473.725393,432.5538746 +396518,1024.569143,1907.375439,1102.262044,476.1084347,434.5802692 +396519,1034.580753,1914.287989,1104.110562,481.709493,436.3635064 +396520,1045.697741,1921.121517,1105.552139,487.6818352,437.9664771 +396521,1056.527899,1927.653501,1106.860836,493.6418593,439.443647 +396522,1067.311517,1933.372458,1108.168606,499.494268,440.8103161 +396523,1077.925707,1939.138231,1109.498707,507.1539856,442.0624897 +396524,1088.649,1951.128395,1110.960671,513.8771419,443.3540144 +396525,1098.932235,1946.408101,1112.5829,518.3526423,444.5238154 +396526,1109.430866,1954.03197,1113.819233,526.5683218,445.5888569 +396527,1136.201108,1957.669719,1114.96788,529.4477627,446.2409479 +396528,1105.832349,1960.57499,1116.124028,539.6304479,446.8351327 +396529,1149.984406,1963.766799,1117.253684,539.2025076,447.336862 +396530,1147.622251,1966.34494,1118.329598,527.3618634,447.9202985 +396531,1158.789136,1968.413763,1119.486254,561.3022169,448.0739363 +396532,1168.738266,1970.380095,1120.336287,552.8441142,448.2193566 +396533,1178.03535,1971.891577,1121.131696,561.0628007,447.7834832 +396534,1199.915116,1972.898038,1121.996506,566.5015558,447.5428818 +396535,1182.781543,1973.749038,1122.739945,571.6357368,447.4046479 +396536,1207.996464,1973.980049,1122.918056,576.8738402,447.0330374 +396537,1216.006298,1974.362678,1123.761808,582.0025273,446.7951116 +396538,1226.643739,1974.085368,1124.246596,587.087086,446.2297088 +396539,1248.859906,1973.560911,1124.877334,592.1283175,445.5227919 +396540,1203.658856,1956.740558,1125.016572,595.7454261,444.3791074 +396541,1670.316628,2113.626847,1136.211947,768.7020108,459.8223279 +396542,1624.591565,2125.395775,1173.56345,775.1137575,513.2406445 +396543,1656.163448,2115.274994,1217.260963,780.8554259,578.0834337 +396544,1662.756853,2119.18532,1254.245906,786.1609689,634.7652882 +396545,1669.911402,2107.914595,1281.530711,791.4805631,679.1967715 +396546,1678.489994,2112.578135,1301.128439,796.6219508,713.2557625 +396547,1694.987755,2108.759801,1315.929426,801.6087061,740.6570311 +396548,1692.054897,2105.131444,1327.677444,806.7205639,763.1223127 +396549,1703.671482,2101.962289,1337.321977,811.5906458,782.0339445 +396550,1711.743124,2098.532837,1345.703745,816.4684154,798.4671019 +396551,1718.766043,2094.953673,1353.233032,821.2791953,813.0220186 +396552,1726.643829,2084.047206,1359.962118,826.1143448,825.8392184 +396553,1734.05769,2094.987694,1366.262896,830.6965981,837.4917014 +396554,1741.44013,2073.458138,1372.184319,835.3699139,848.1087329 +396555,1748.434334,2078.911712,1377.634265,839.9896147,857.6518124 +396556,1763.459639,2072.937987,1383.032303,844.5101685,866.7261787 +396557,1746.012182,2049.548747,1387.894955,848.2784923,874.516188 +396558,1771.731157,2030.554777,1391.483272,854.2156972,880.7309284 +396559,1767.318458,2033.465684,1394.920424,859.6198884,886.5351247 +396560,1774.843245,2023.319966,1398.600881,861.3631857,892.4031743 +396561,1782.528339,2015.908499,1402.467549,871.7805925,898.2729608 +396562,1796.01562,2009.148775,1406.650275,863.117254,904.3439027 +396563,1785.406051,2002.064766,1410.783188,869.2450389,910.1905726 +396564,1809.309077,1994.412748,1414.833474,882.0461724,915.8026534 +396565,1806.993421,1986.986476,1418.992157,880.6457646,921.4452722 +396566,1812.528957,1979.43798,1423.009823,886.0205182,926.8191262 +396567,1827.583031,1971.623359,1427.027166,890.0558032,932.116427 +396568,1824.713409,1956.440004,1430.925794,894.0166917,937.1976727 +396569,1830.49815,1958.139965,1434.56744,897.9380866,941.8953888 +396570,1833.085206,1927.59335,1437.851333,902.2577545,946.0862085 +396571,1842.972669,1917.201405,1440.865946,905.9851525,949.8313652 +396572,1832.776916,1910.821966,1443.704618,909.621007,953.2836542 +396573,1857.49421,1903.955207,1446.857942,913.1983514,957.1183203 +396574,1845.266834,1897.3192,1450.33331,916.7225328,961.3779296 +396575,1859.59052,1891.077637,1453.805014,920.1987009,965.6629325 +396576,1867.862586,1884.952277,1457.500527,923.7177034,970.2649242 +396577,1867.188618,1879.076817,1461.260805,926.9718288,974.9800121 +396578,1868.432788,1872.916594,1464.702039,930.378966,979.3162692 +396579,1871.331198,1867.226797,1467.853237,933.6680967,983.3026186 +396580,1875.138747,1861.462746,1470.888177,936.9293359,987.1510732 +396581,1876.301854,1855.740635,1473.829385,940.1517934,990.8841186 +396582,1876.480617,1850.165025,1476.586722,943.3348131,994.3839488 +396583,1876.706754,1844.538868,1479.123275,946.4801751,997.6010505 +396584,1877.044824,1839.227131,1481.475448,949.5880492,1000.579055 +396585,1877.513806,1833.502684,1483.6909,952.7467564,1003.376329 +396586,1878.106259,1828.127918,1485.809952,955.5614498,1006.043265 +396587,1878.808476,1822.690023,1487.862469,958.7584556,1008.618153 +396588,1879.602909,1817.353647,1489.865956,961.6479292,1011.124549 +396589,1880.473457,1811.972551,1491.830772,964.5937905,1013.577172 +396590,1881.406581,1806.646111,1493.763413,967.4938795,1015.985926 +396591,1882.390574,1801.304885,1495.667931,970.3611581,1018.357273 +396592,1883.404856,1796.053953,1497.540141,978.1747178,1020.687037 +396593,1884.468889,1790.76617,1499.399532,968.6637346,1023.000771 +396594,1885.435464,1777.720388,1501.157467,982.3331309,1025.186213 +396595,1886.53834,1791.156864,1502.967122,980.7467034,1027.438171 +396596,1887.654629,1762.277902,1504.753902,984.3045841,1029.662371 +396597,1888.656734,1773.954172,1506.439479,986.8685198,1031.75953 +396598,1889.772782,1762.853368,1508.171423,989.5867608,1033.917188 +396599,1890.927315,1758.553453,1509.903791,992.2009045,1036.077095 +396600,1892.06216,1753.456575,1511.601768,994.7999658,1038.195577 +396601,1887.175366,1751.440651,1507.222356,1000.489437,1029.243216 +396602,1883.333413,1747.587581,1503.579996,1004.29391,1021.666174 +396603,1880.527879,1743.438889,1500.690503,1007.743688,1015.233827 +396604,1878.397422,1739.255883,1498.316169,1011.130469,1009.444668 +396605,1876.625068,1735.049901,1496.241084,1018.514105,1003.964636 +396606,1875.038659,1730.813547,1494.341503,1018.117174,998.6483638 +396607,1873.544243,1726.583169,1492.544853,1032.701701,993.4294643 +396608,1872.170828,1722.350845,1490.859018,1003.355957,988.336362 +396609,1870.87553,1718.123373,1489.248409,1035.786234,983.3330602 +396610,1869.567668,1713.902285,1487.648679,1029.23668,978.3416951 +396611,1868.257632,1709.690949,1486.060854,1041.16656,973.3647464 +396612,1867.004669,1705.502248,1484.518124,1025.276291,968.444852 +396613,1865.790802,1701.294077,1483.005801,1044.839836,963.563625 +396614,1864.569551,1697.122353,1481.491962,1041.748214,958.680807 +396615,1863.321976,1692.95387,1479.96249,1061.162002,953.7782042 +396616,1861.760462,1666.483267,1478.23105,1029.912154,948.6172376 +396617,1859.402376,1658.47695,1476.669634,1082.996919,943.0792732 +396618,1856.751418,1652.142167,1475.329622,1034.698386,937.4414898 +396619,1854.520344,1646.430649,1474.292881,1089.390381,932.1201691 +396620,1852.642782,1640.883451,1473.337857,1041.301137,926.9976798 +396621,1851.188992,1635.543743,1472.483859,1095.332955,922.1375218 +396622,1849.954539,1630.328797,1471.635642,1063.227024,917.4023909 +396623,1848.672325,1625.217474,1470.66253,1078.773694,912.5985614 +396624,1847.655712,1620.20221,1469.791406,1079.948868,907.9925888 +396625,1846.936198,1615.266264,1469.059769,1082.730768,903.6179352 +396626,1846.355979,1610.403721,1468.379652,1085.77881,899.3543631 +396627,1845.865124,1605.612239,1467.728261,1088.599393,895.1666402 +396628,1845.714976,1600.886674,1467.087405,1091.698806,891.0257098 +396629,1845.273906,1596.179173,1466.443997,1094.529417,886.909048 +396630,1844.838002,1591.640763,1465.793022,1097.442486,882.8049629 +396631,1844.453892,1589.27874,1465.159568,1100.490256,878.7408747 +396632,1844.233109,1587.367925,1464.615421,1103.883763,874.7599219 +396633,1844.210184,1585.581491,1464.186431,1107.081503,870.864795 +396634,1844.461729,1584.10479,1463.926638,1115.874613,867.1193448 +396635,1844.834569,1582.780885,1463.742962,1111.082365,863.4124858 +396636,1845.187662,1581.633599,1463.547958,1117.746379,859.6421817 +396637,1845.613334,1580.670601,1463.400839,1120.538442,855.8907789 +396638,1846.120398,1579.655755,1463.306786,1123.648189,852.1696562 +396639,1846.674104,1579.180432,1463.243476,1126.716175,848.4540222 +396640,1847.276333,1578.514948,1463.212099,1130.158511,844.748512 +396641,1847.92028,1578.100715,1463.208266,1133.324209,841.0500356 +396642,1848.614065,1578.812875,1463.237103,1136.534322,837.3673666 +396643,1849.560253,1597.184124,1463.428577,1135.112108,833.8689419 +396644,1851.153432,1600.576212,1463.26201,1137.045839,830.6145717 +396645,1853.006933,1602.695872,1462.777524,1139.736676,827.4042708 +396646,1855.067912,1604.908324,1462.196852,1142.835406,824.1242668 +396647,1856.770145,1613.758668,1461.749259,1145.618413,820.8691268 +396648,1858.15799,1596.642337,1461.298371,1148.478011,817.4261165 +396649,1859.446213,1622.081257,1460.938372,1151.470057,813.9420042 +396650,1860.811267,1606.775765,1460.735389,1154.219822,810.5373911 +396651,1862.029495,1613.787495,1460.515057,1157.365258,807.0168384 +396652,1863.205146,1614.842848,1460.325448,1160.285657,803.4594666 +396653,1864.647221,1616.181003,1460.199208,1163.172293,799.9184848 +396654,1865.89786,1617.788145,1460.187126,1171.331449,796.4681935 +396655,1867.152222,1619.236168,1460.212673,1167.362984,793.018892 +396656,1868.453475,1621.049639,1460.18189,1172.472343,789.456788 +396657,1869.823856,1622.590956,1460.177027,1175.740997,785.8914703 +396658,1870.345472,1624.233645,1460.224412,1178.382154,782.3602499 +396659,1871.618935,1625.908776,1460.295324,1181.301511,778.8298632 +396660,1873.079938,1627.56901,1460.385882,1184.182834,775.2985744 +396661,1876.594864,1569.803796,1463.601652,1133.237542,778.2606101 +396662,1869.751284,1585.895422,1459.899976,1135.371188,770.9394256 +396663,1859.073861,1563.757788,1453.531534,1136.807995,759.4256668 +396664,1850.207976,1588.949463,1448.198038,1138.751595,749.0379573 +396665,1846.045294,1565.126893,1444.887281,1145.998596,741.2893481 +396666,1843.414416,1590.210425,1443.191727,1135.726421,735.7347751 +396667,1843.019578,1574.533149,1442.680504,1152.627365,731.847526 +396668,1843.561443,1580.729804,1442.873047,1145.174457,729.0232816 +396669,1843.725978,1581.106155,1443.397582,1149.45963,726.7864554 +396670,1845.006308,1581.743579,1444.187771,1151.869261,725.042425 +396671,1846.677036,1582.688428,1445.184323,1153.758821,723.6997502 +396672,1848.29485,1583.619374,1446.314394,1155.829337,722.6484517 +396673,1850.004683,1584.566759,1447.548055,1158.060373,721.83419 +396674,1852.08923,1585.548029,1448.863628,1160.143417,721.2147755 +396675,1853.967001,1586.512912,1450.242663,1162.180908,720.7538043 +396676,1855.884899,1587.521288,1451.676945,1164.547537,720.4296374 +396677,1857.842391,1588.534408,1453.156916,1166.699436,720.2203544 +396678,1859.961284,1601.146716,1454.756265,1166.025089,720.2122787 +396679,1862.692081,1604.879172,1456.152553,1167.29404,720.4409535 +396680,1865.979637,1606.461286,1457.348471,1169.156264,720.7451271 +396681,1868.892492,1608.298354,1458.451241,1171.098335,721.0191831 +396682,1871.617663,1609.97848,1459.568472,1173.084623,721.2669097 +396683,1874.184043,1611.585196,1460.742894,1175.017789,721.5064558 +396684,1876.642737,1613.137697,1461.977684,1177.091856,721.7502786 +396685,1879.034735,1614.650966,1463.263967,1179.030819,722.0052085 +396686,1881.385865,1616.130549,1464.592899,1180.923535,722.2746862 +396687,1883.855542,1617.586273,1466.051108,1188.323098,722.6796463 +396688,1886.173946,1619.04832,1467.456445,1178.531643,722.9934978 +396689,1888.439032,1620.385122,1468.863969,1193.945659,723.2908243 +396690,1890.84469,1621.778495,1470.391473,1188.28857,723.7254119 +396691,1893.101042,1621.53058,1471.848931,1190.831784,724.0567042 +396692,1895.096646,1620.840545,1473.150826,1192.714024,724.2520159 +396693,1897.172574,1620.028544,1474.314296,1194.012404,724.3831571 +396694,1898.727786,1619.06811,1475.332602,1195.099239,724.4509788 +396695,1900.10793,1618.007791,1476.234179,1196.633828,724.4795556 +396696,1901.371004,1616.807756,1477.048126,1197.839723,724.488751 +396697,1902.546219,1615.642949,1477.790354,1199.046432,724.483955 +396698,1903.653599,1614.298461,1478.474199,1200.284853,724.4710987 +396699,1904.708378,1612.936131,1479.111115,1201.52103,724.4566095 +396700,1905.716629,1611.490474,1479.706757,1202.429497,724.4413686 +396701,1906.687503,1609.982906,1480.268439,1203.860371,724.4295581 +396702,1907.625499,1608.431547,1480.800226,1204.942,724.4220521 +396703,1908.672054,1606.838524,1481.393598,1210.969131,724.5327753 +396704,1909.546172,1605.144985,1481.870972,1200.834854,724.5313673 +396705,1910.339487,1603.442309,1482.290801,1214.741978,724.4895611 +396706,1911.255947,1601.703894,1482.782761,1208.391061,724.5706146 +396707,1911.976284,1591.222156,1483.143969,1213.284259,724.5122462 +396708,1912.157486,1587.537866,1483.785839,1215.801112,724.3154295 +396709,1912.136962,1585.129608,1484.680093,1216.939182,724.1346747 +396710,1912.141598,1582.702933,1485.633192,1218.140514,724.0087013 +396711,1912.239758,1580.327386,1486.516371,1219.287916,723.9043559 +396712,1912.437093,1578.128952,1487.29993,1220.4071,723.8223833 +396713,1912.856062,1575.619567,1488.08855,1226.337923,723.8684598 +396714,1913.196149,1573.366532,1488.726367,1216.996891,723.8261966 +396715,1913.490225,1571.064811,1489.26048,1228.767042,723.7249384 +396716,1913.970994,1568.747281,1489.855126,1224.949983,723.7707833 +396717,1914.376991,1566.430958,1490.355311,1225.341066,723.7457939 +396718,1914.672835,1564.090155,1490.74598,1226.819302,723.6333406 +396719,1914.979616,1561.763806,1491.109568,1227.898921,723.5225944 +396720,1915.301847,1559.497317,1491.453137,1228.702146,723.4272032 +396721,1916.61232,1441.184384,1494.576304,1123.61245,730.1422324 +396722,1896.469752,1444.958889,1483.559255,1116.733379,715.4008806 +396723,1869.133408,1435.997904,1467.534216,1116.912015,692.4793049 +396724,1847.010594,1432.62205,1454.033213,1116.094922,672.4280427 +396725,1831.98222,1428.510602,1444.790112,1115.000867,658.0848984 +396726,1823.262604,1424.435078,1439.144508,1114.197608,648.7559717 +396727,1818.154207,1420.549823,1435.903373,1113.447144,642.9515638 +396728,1815.084604,1416.623653,1434.132439,1112.71303,639.4771239 +396729,1814.323994,1412.736033,1433.247072,1111.955739,637.5783086 +396730,1813.101775,1408.95341,1432.935589,1111.310261,636.8235455 +396731,1812.655109,1405.118694,1433.025955,1110.568628,636.9580847 +396732,1812.508147,1401.496213,1433.413796,1109.933428,637.8012434 +396733,1812.068322,1397.53027,1433.930513,1104.062753,639.1011658 +396734,1812.229773,1393.871803,1434.700603,1115.517713,640.9748441 +396735,1812.528763,1390.187657,1435.607589,1100.105029,643.2409247 +396736,1812.979008,1378.207507,1436.652554,1114.457408,645.8799527 +396737,1813.60308,1395.00459,1437.849826,1098.781507,648.8812524 +396738,1814.037312,1359.478837,1439.158194,1108.078179,652.1704383 +396739,1814.970454,1397.16517,1440.620196,1104.571277,655.7904179 +396740,1816.002717,1360.412612,1442.164815,1103.923771,659.6303759 +396741,1817.122263,1353.304028,1443.788397,1103.439847,663.671019 +396742,1818.259758,1372.727809,1445.440896,1102.80398,667.8428099 +396743,1819.348199,1357.036935,1447.080036,1102.079227,672.0755771 +396744,1820.389934,1380.99129,1448.70384,1101.429611,676.3552539 +396745,1821.502314,1324.905047,1450.37864,1100.907331,680.7637762 +396746,1822.667074,1364.833234,1452.094533,1100.000387,685.276438 +396747,1823.802293,1330.348692,1453.798783,1099.37328,689.8191634 +396748,1824.913032,1349.101505,1455.488301,1098.734095,694.3893346 +396749,1825.992723,1336.4417,1457.161351,1098.009276,698.9747839 +396750,1827.017435,1357.532513,1458.798092,1097.28487,703.549655 +396751,1828.123625,1298.727674,1460.48882,1096.895023,708.220411 +396752,1829.335449,1345.438269,1462.252818,1096.520128,712.9685691 +396753,1830.553748,1323.006224,1464.031947,1096.163989,717.6928775 +396754,1831.530928,1323.84128,1465.862368,1095.986195,722.4333865 +396755,1832.887724,1321.142738,1467.752453,1095.510723,727.2059071 +396756,1834.293242,1318.357789,1469.681392,1095.224836,731.9921098 +396757,1835.733531,1315.8976,1471.645576,1095.017625,736.794549 +396758,1837.198604,1313.193094,1473.639944,1094.701348,741.6121847 +396759,1838.681509,1310.612459,1475.658872,1094.450279,746.4417887 +396760,1840.179879,1308.033847,1477.698934,1094.192322,751.2820799 +396761,1841.650488,1324.395396,1479.730641,1093.914028,756.0978176 +396762,1843.192648,1274.822429,1481.815955,1093.713068,760.9698085 +396763,1844.733355,1339.327401,1483.907404,1093.459224,765.8394208 +396764,1846.300937,1257.194613,1486.022537,1093.349029,770.7306393 +396765,1847.878283,1330.090245,1488.149877,1092.953126,775.63012 +396766,1849.441502,1264.266439,1490.273548,1092.800011,780.5186795 +396767,1851.030772,1302.163329,1492.418539,1092.529582,785.4288016 +396768,1852.593046,1285.293113,1494.550342,1092.385484,790.3172132 +396769,1854.153505,1285.462386,1496.684403,1092.144475,795.2039704 +396770,1855.735411,1283.01991,1498.835039,1091.936598,800.1077203 +396771,1857.326185,1280.605363,1500.993955,1091.717673,805.0184001 +396772,1858.927039,1278.191084,1503.161801,1091.548813,809.9374456 +396773,1860.422575,1275.784128,1505.264321,1085.732769,814.7705806 +396774,1862.042674,1273.385922,1507.447746,1099.132721,819.7038171 +396775,1863.672449,1270.872826,1509.638748,1081.766121,824.6444265 +396776,1865.310947,1268.545414,1511.83713,1099.44283,829.5930188 +396777,1866.932854,1266.165106,1514.026655,1081.305537,834.5293234 +396778,1868.474885,1263.839501,1516.166168,1093.552849,839.4009305 +396779,1870.107455,1261.485693,1518.363751,1089.056367,844.3448941 +396780,1871.727398,1277.998694,1520.553254,1089.42354,849.2773777 +396781,1864.619379,1336.497328,1513.208506,1197.19106,836.0872759 +396782,1875.812766,1377.010743,1518.079928,1198.935069,841.438791 +396783,1894.633265,1361.868285,1528.382347,1201.501679,855.2566068 +396784,1911.363201,1363.997629,1537.853315,1203.336322,868.3540697 +396785,1923.354976,1363.726865,1544.508613,1210.103928,877.6934176 +396786,1930.219939,1363.315847,1548.336541,1199.533354,883.1235372 +396787,1933.958403,1362.833965,1550.250802,1215.773028,885.7816972 +396788,1936.031724,1362.327496,1551.080252,1208.063786,886.7095555 +396789,1936.975258,1361.798383,1551.116255,1211.595168,886.2885576 +396790,1937.259016,1361.250852,1550.645455,1213.437612,884.9066369 +396791,1937.476216,1360.688941,1549.866806,1214.666874,882.8462342 +396792,1937.079192,1360.237661,1548.845299,1216.217154,880.2214255 +396793,1936.485318,1359.471201,1547.641362,1217.668931,877.1396999 +396794,1935.767395,1358.967074,1546.304781,1219.210354,873.6925186 +396795,1934.968132,1358.351109,1544.869286,1220.352163,869.947912 +396796,1934.497507,1357.747311,1543.459587,1227.25581,866.0877427 +396797,1933.527118,1357.139036,1541.908224,1216.703464,861.9182144 +396798,1932.643293,1358.519477,1540.291788,1231.551832,857.5539675 +396799,1931.247868,1353.396578,1538.757004,1225.177111,853.1969334 +396800,1930.41402,1367.041134,1537.123372,1227.626223,848.6296834 +396801,1929.663957,1338.524126,1535.439776,1229.356462,843.9256001 +396802,1928.747847,1361.654506,1533.780497,1230.767174,839.1886484 +396803,1928.138357,1369.315644,1532.070237,1232.071942,834.330526 +396804,1927.445296,1326.966302,1530.475089,1238.763263,829.5710286 +396805,1926.644875,1364.534981,1528.802415,1228.066724,824.6705856 +396806,1925.696758,1375.009698,1527.022001,1242.466775,819.5954342 +396807,1925.320116,1312.178139,1525.398582,1236.934434,814.6879007 +396808,1924.611103,1380.651269,1523.734926,1238.549686,809.6999485 +396809,1923.762972,1331.960872,1521.979661,1240.348884,804.5693532 +396810,1923.157235,1352.152369,1520.372035,1246.417251,799.6049039 +396811,1922.596484,1348.106204,1518.784894,1241.692794,794.6470671 +396812,1921.645595,1345.134283,1516.902734,1241.939865,789.4478032 +396813,1920.38113,1343.173654,1514.743285,1242.669119,784.1152216 +396814,1918.936497,1341.530946,1512.388318,1242.687412,778.7594559 +396815,1917.500345,1339.967878,1509.9641,1247.328263,773.5131787 +396816,1915.834776,1338.407008,1507.32239,1237.861457,768.1541885 +396817,1913.984543,1336.833481,1504.503623,1246.877191,762.707941 +396818,1912.541217,1335.240176,1501.699518,1243.903626,757.40077 +396819,1910.867874,1333.624455,1498.899635,1247.80638,752.2063468 +396820,1908.933959,1331.985028,1495.89862,1239.337323,746.8517482 +396821,1906.980602,1330.395112,1492.846462,1250.958305,741.5198397 +396822,1905.077511,1330.028386,1489.78738,1241.527754,736.2591468 +396823,1903.015811,1324.776327,1486.591062,1246.300166,730.8959765 +396824,1900.882653,1333.479147,1483.315736,1244.144412,725.4989446 +396825,1898.65327,1312.559158,1479.947462,1242.667627,720.0445187 +396826,1896.221281,1345.8832,1476.41952,1241.763453,714.4419676 +396827,1893.684454,1311.420899,1472.794382,1241.168951,708.7665233 +396828,1891.153811,1300.72291,1469.143343,1239.283803,703.1058504 +396829,1888.451324,1328.035893,1465.354349,1237.01092,697.3134261 +396830,1885.458145,1322.334756,1461.352065,1234.750838,691.2895137 +396831,1882.342316,1295.76951,1457.242534,1232.616187,685.1665242 +396832,1879.151122,1318.468072,1453.055405,1230.592798,678.9795711 +396833,1875.794223,1329.796703,1448.733768,1228.566136,672.6537159 +396834,1872.442147,1272.691453,1444.387335,1226.613835,666.32874 +396835,1869.053838,1344.697783,1439.991784,1224.681681,659.9730263 +396836,1865.622528,1267.949132,1435.544949,1222.748845,653.583877 +396837,1861.845718,1333.475124,1431.499514,1220.927579,647.1827933 +396838,1857.783106,1294.812711,1427.636115,1219.102656,640.7183767 +396839,1853.713869,1291.289102,1423.784878,1217.270673,634.2773983 +396840,1849.69392,1308.824989,1419.807205,1215.376845,627.8322215 +396841,1856.575664,1331.003086,1426.556826,1218.322213,641.1906776 +396842,1865.223387,1300.419707,1433.823731,1222.780318,656.325232 +396843,1873.975962,1338.537833,1440.774428,1227.420112,671.66384 +396844,1881.535374,1285.904033,1446.805795,1231.147436,685.9874227 +396845,1887.579229,1343.601481,1451.826228,1233.72492,698.9683097 +396846,1892.407111,1279.008887,1456.02485,1235.419592,710.7873194 +396847,1896.363799,1321.106389,1459.60518,1236.557177,721.7001043 +396848,1899.739565,1294.054076,1462.722766,1237.373394,731.9141912 +396849,1902.75435,1305.521189,1465.520436,1238.040698,741.6225157 +396850,1905.49744,1315.342312,1468.049768,1238.601324,750.9014124 +396851,1908.121066,1264.165019,1470.425497,1239.15345,759.9094481 +396852,1910.651559,1306.759331,1472.664879,1239.688481,768.6806866 +396853,1912.985645,1285.435582,1474.720282,1240.132342,777.1652568 +396854,1915.209529,1285.746684,1476.64391,1240.525804,785.4405257 +396855,1917.348172,1282.759856,1478.466353,1240.890512,793.554741 +396856,1919.413234,1279.560946,1480.190366,1241.219473,801.5196345 +396857,1921.357059,1295.934193,1481.799167,1241.48613,809.3207629 +396858,1923.284766,1244.875175,1483.362649,1241.758898,817.0544934 +396859,1925.153632,1306.8254,1484.844896,1241.992257,824.6802422 +396860,1926.924019,1249.206722,1486.233973,1242.167913,832.1875584 +396861,1928.722736,1251.831286,1487.613827,1242.372247,839.6886574 +396862,1930.220141,1270.441315,1488.773774,1236.641532,846.915434 +396863,1930.339349,1253.988891,1489.022605,1210.808987,852.9759419 +396864,1929.770233,1253.676119,1488.787138,1229.443094,858.4120419 +396865,1929.32882,1250.259292,1488.577432,1211.381433,863.8741273 +396866,1928.71154,1270.332575,1488.200905,1215.192661,869.1152305 +396867,1928.261181,1208.66329,1487.882429,1212.744637,874.4309247 +396868,1928.001865,1256.400561,1487.646086,1208.993671,879.8599744 +396869,1927.441456,1232.826478,1487.18604,1200.45889,885.0150916 +396870,1926.77831,1232.559563,1486.629495,1203.27448,890.0633496 +396871,1926.332054,1229.491889,1486.178749,1199.986551,895.2668891 +396872,1925.745496,1226.190082,1485.795511,1196.493476,900.5198365 +396873,1925.516363,1223.204013,1485.445411,1194.035707,905.7430964 +396874,1925.209563,1219.962579,1485.045288,1186.593947,910.8250476 +396875,1924.923342,1216.814225,1484.672845,1189.816563,915.8760688 +396876,1924.857534,1213.64345,1484.447309,1185.463799,921.0638195 +396877,1924.85665,1210.46352,1484.276969,1182.884196,926.28339 +396878,1924.832987,1207.274476,1484.095696,1180.3309,931.4599435 +396879,1924.776493,1204.07575,1483.903602,1177.679376,936.6003862 +396880,1924.700673,1200.86658,1483.698074,1174.935274,941.7058997 +396881,1924.435828,1197.52269,1483.376706,1166.97078,946.6475299 +396882,1924.295391,1194.468257,1483.12875,1175.783505,951.6712702 +396883,1923.900207,1191.141622,1482.88657,1159.491822,956.6926842 +396884,1923.646469,1187.90453,1482.527232,1164.856463,961.555141 +396885,1923.428811,1209.209575,1482.188359,1160.695228,966.434992 +396886,1923.324684,1145.071061,1481.917254,1157.107708,971.3939436 +396887,1922.919326,1195.431095,1481.638736,1154.546927,976.3378325 +396888,1922.801349,1171.089756,1481.299689,1151.65871,981.2007855 +396889,1922.369095,1171.32074,1480.938784,1148.875508,986.0339385 +396890,1922.178404,1168.112127,1480.566536,1145.659219,990.8517495 +396891,1922.583193,1164.763056,1480.168882,1142.788347,995.6369294 +396892,1922.171232,1161.411905,1479.659005,1134.514812,1000.278187 +396893,1921.435861,1157.928659,1479.133212,1138.50683,1004.899364 +396894,1921.139009,1154.720401,1478.694796,1132.977796,1009.634008 +396895,1920.47435,1151.24868,1478.249604,1129.818949,1014.36258 +396896,1920.086741,1147.861281,1477.771099,1126.970662,1019.05254 +396897,1919.701456,1144.444424,1477.28552,1123.855604,1023.738284 +396898,1919.313356,1141.014444,1476.788081,1120.84095,1028.413932 +396899,1918.590332,1137.570952,1476.272395,1117.41981,1033.071386 +396900,1918.140906,1134.114821,1475.74082,1114.370606,1037.713849 +396901,1913.861258,1097.819056,1471.60082,1079.720584,1036.019931 +396902,1904.136262,1094.040072,1463.453045,1074.267126,1028.250322 +396903,1892.788234,1090.759602,1453.972657,1071.79633,1018.268646 +396904,1883.014777,1087.202707,1445.46302,1068.475102,1009.410376 +396905,1875.305005,1083.749116,1438.547827,1065.190589,1002.648744 +396906,1869.827932,1080.278111,1432.998648,1061.946666,997.7553523 +396907,1865.628801,1076.802214,1428.389916,1058.62984,994.2115878 +396908,1862.047051,1073.32096,1424.304159,1049.77963,991.494071 +396909,1859.00886,1069.834362,1420.683767,1060.041059,989.5253766 +396910,1856.226306,1066.34118,1417.327821,1039.477951,988.0482701 +396911,1853.503249,1062.729983,1414.090024,1048.522927,986.863728 +396912,1850.991173,1059.380959,1411.060038,1040.925452,986.0663236 +396913,1848.595783,1055.789846,1408.155885,1038.115146,985.5432832 +396914,1846.234409,1052.281509,1405.318131,1034.852252,985.2062049 +396915,1843.926564,1048.857943,1402.551777,1031.55772,985.0432477 +396916,1841.64376,1045.160408,1399.830221,1027.97407,985.0160696 +396917,1839.338875,1063.458108,1397.113019,1024.685326,985.0634815 +396918,1837.118233,1005.854484,1394.467909,1021.174972,985.2627143 +396919,1834.962984,1050.075215,1391.876254,1017.776349,985.5817841 +396920,1832.741425,1029.821803,1389.255264,1014.315236,985.9082477 +396921,1830.526374,1023.698733,1386.63755,1011.013865,986.285591 +396922,1828.335224,1025.268635,1384.030806,1007.329321,986.7231862 +396923,1826.148784,1019.56577,1381.416655,1004.030051,987.1936011 +396924,1823.972956,1016.209066,1378.802811,1000.47923,987.701559 +396925,1821.809555,1012.569836,1376.186038,997.0071917,988.2390579 +396926,1819.655079,1008.850192,1373.570872,993.513594,988.8062461 +396927,1817.510421,1005.084145,1370.953547,990.1450247,989.3950237 +396928,1815.369785,1001.500375,1368.336292,986.4184189,990.0042142 +396929,1813.235146,997.7155246,1365.715287,983.0353026,990.627086 +396930,1811.105557,994.1163549,1363.093885,979.2970342,991.2663437 +396931,1809.075061,990.899149,1360.529195,968.8989568,991.9933849 +396932,1807.313501,988.001961,1358.171486,985.3851705,992.9057148 +396933,1805.842351,985.0769242,1356.061069,950.9113388,993.9973329 +396934,1804.596905,982.2102398,1354.163154,991.1729019,995.217004 +396935,1803.479079,979.3805794,1352.410767,947.1218047,996.496895 +396936,1802.333236,976.5829872,1350.69636,980.2028687,997.7205494 +396937,1800.924604,973.8151358,1349.047756,935.9464678,998.9406583 +396938,1799.896701,970.9721301,1347.485166,969.3210868,1000.195279 +396939,1798.864157,968.4062374,1345.948179,964.3568479,1001.415699 +396940,1797.907735,965.6467426,1344.490437,931.4609709,1002.678213 +396941,1797.01367,962.9965577,1343.102613,959.3985683,1003.977081 +396942,1796.095151,960.3549782,1341.726956,944.6884305,1005.243411 +396943,1795.184067,957.7353908,1340.38037,944.4691746,1006.503183 +396944,1794.294781,955.1372231,1339.068804,942.0750935,1007.767491 +396945,1793.416304,952.6589604,1337.782828,939.577031,1009.027161 +396946,1792.513026,949.957248,1336.49783,954.2793472,1010.253087 +396947,1791.669798,947.4881338,1335.266234,909.9055858,1011.514925 +396948,1790.873498,944.8548414,1334.078766,944.5678952,1012.803016 +396949,1790.035469,942.4973008,1332.878322,927.7223616,1014.045888 +396950,1789.194119,939.9457348,1331.688275,927.8638092,1015.275128 +396951,1788.371077,937.4945065,1330.521243,925.549614,1016.508126 +396952,1787.555573,935.0457039,1329.369561,923.404869,1017.736256 +396953,1786.749037,932.6133905,1328.233586,921.0713237,1018.961154 +396954,1785.951539,930.1969284,1327.112898,918.8332232,1020.183419 +396955,1785.162668,927.7961897,1326.00682,916.5946585,1021.403165 +396956,1784.340875,925.410675,1324.888397,933.3071044,1022.586545 +396957,1783.582661,923.0402263,1323.818558,884.2197708,1023.812709 +396958,1782.874387,920.5865656,1322.78863,923.2783269,1025.071553 +396959,1782.114548,918.4808442,1321.734113,904.9969193,1026.281015 +396960,1781.347013,915.9473402,1320.682447,905.4636774,1027.476971 +396961,1777.728498,847.5968172,1316.671002,837.3087717,1023.162615 +396962,1765.048107,845.1362294,1305.839345,834.9958514,1008.238434 +396963,1748.745263,842.7661043,1291.951413,832.6799571,988.6444852 +396964,1734.034859,840.5344648,1279.212835,830.7303016,970.0408642 +396965,1722.758878,838.343973,1268.822369,828.6179518,954.5487258 +396966,1714.535322,836.2153583,1260.598796,826.6430344,942.0343991 +396967,1708.363634,834.0843507,1253.910183,824.6513684,931.7201436 +396968,1703.405252,831.9696771,1248.208737,822.6742577,922.91189 +396969,1699.151353,829.784129,1243.149031,820.7136052,915.1647373 +396970,1695.335671,827.8338765,1238.536412,818.7684601,908.2176439 +396971,1691.819438,825.7991287,1234.256907,816.8378503,901.9058617 +396972,1688.522272,823.6332187,1230.235703,814.829749,896.1116839 +396973,1685.389181,821.6627671,1226.417403,813.0572989,890.7420347 +396974,1682.377851,819.6305252,1222.758079,811.1931715,885.7198336 +396975,1679.458344,817.6246699,1219.224696,809.1951755,880.9836997 +396976,1676.610425,815.6326668,1215.792908,807.3902903,876.4852364 +396977,1673.819535,813.6532934,1212.44408,805.5209873,872.1851357 +396978,1671.075613,811.687181,1209.164172,803.6756821,868.051725 +396979,1668.37179,809.7336858,1205.942622,801.8422083,864.0593963 +396980,1665.703195,807.7928586,1202.771321,800.0195849,860.1872152 +396981,1663.066341,805.8646216,1199.64402,798.2083708,856.4179952 +396982,1660.45867,803.9489084,1196.555851,796.4081545,852.7375693 +396983,1657.878481,801.9579226,1193.503124,794.6192231,849.1343635 +396984,1655.323934,800.1953384,1190.482566,792.8409769,845.5982993 +396985,1652.793568,798.2559396,1187.491552,791.0741714,842.1209611 +396986,1650.286669,796.4029561,1184.528248,789.3183187,838.6956817 +396987,1647.802434,794.549882,1181.591025,787.5735924,835.3166735 +396988,1645.340244,792.708879,1178.678568,785.7507024,831.9790998 +396989,1642.89914,790.880273,1175.789514,784.1582167,828.678526 +396990,1640.478258,789.0640251,1172.922685,782.3848421,825.4111586 +396991,1638.076904,787.333184,1170.077111,780.7843713,822.1738052 +396992,1635.701562,785.6305752,1167.259674,779.2016587,818.9632277 +396993,1633.356375,783.9482546,1164.474822,777.6393418,815.7767004 +396994,1631.041502,782.2840929,1161.722869,776.0953478,812.6120613 +396995,1628.753932,780.722931,1159.001225,774.5684719,809.4667631 +396996,1626.491224,778.9664422,1156.307418,773.0580424,806.3393913 +396997,1624.252266,777.4121095,1153.639881,771.5636197,803.2295153 +396998,1622.035642,775.8009724,1150.996989,770.0848562,800.136237 +396999,1619.840116,774.2175993,1148.377356,768.6214821,797.0586332 +397000,1617.664791,772.6499451,1145.779903,767.1732496,793.9959765 +397001,1615.508844,771.0973862,1143.203653,765.7399338,790.9475443 +397002,1613.371615,769.5597298,1140.64779,764.3213145,787.9127491 +397003,1611.252543,768.0367758,1138.111605,762.917191,784.8910806 +397004,1609.151135,766.5283312,1135.594471,761.527369,781.8820898 +397005,1607.066942,765.0342039,1133.095818,760.1516557,778.8853562 +397006,1604.999565,763.5542061,1130.615138,758.7898637,775.9005163 +397007,1602.948636,762.0881555,1128.151967,757.4418118,772.9272424 +397008,1600.914055,760.5501548,1125.706034,756.107331,769.9654339 +397009,1598.895178,759.2372005,1123.276733,754.7862419,767.0145442 +397010,1596.891475,757.7518521,1120.863548,753.478236,764.0741342 +397011,1594.898464,756.3518309,1118.466332,752.1827575,761.1441758 +397012,1592.916295,754.9530298,1116.084828,750.8692724,758.2243951 +397013,1590.947141,753.5348466,1113.718834,749.5835558,755.3148064 +397014,1588.992348,752.1446812,1111.368083,748.3158594,752.4153015 +397015,1587.052076,750.7721587,1109.032211,747.0606768,749.5256616 +397016,1585.125902,749.4133961,1106.710809,745.8185145,746.6458046 +397017,1583.213478,748.0670337,1104.403634,744.5885148,743.7756599 +397018,1581.314523,746.7327558,1102.110479,743.3704266,740.9151136 +397019,1579.428794,745.4103474,1099.831124,742.1640571,738.0640245 +397020,1577.556263,744.0996589,1097.565461,740.8820671,735.222387 +397021,1920.151741,742.3159978,1082.223314,739.4071959,2806.973204 +397022,1685.394708,867.8351305,1104.391241,865.0544867,2817.085548 +397023,1950.708319,870.9810689,1131.846242,868.1210558,2817.031029 +397024,1890.189822,868.0572625,1159.006736,865.4373894,2813.827816 +397025,1886.853555,866.5932268,1177.727919,864.0373365,2797.691 +397026,1876.149692,864.7540464,1187.07891,862.3042397,2768.745979 +397027,1880.561014,863.058381,1192.083465,860.7691814,2737.395528 +397028,1873.678376,861.3407166,1195.088226,859.1436188,2707.911536 +397029,1870.773258,859.6874637,1197.117885,857.6080634,2681.208026 +397030,1866.925816,857.8507326,1198.615239,855.9486409,2657.467744 +397031,1863.516105,856.2116628,1199.754238,870.001439,2636.470902 +397032,1859.746276,854.3418049,1200.604961,828.8807075,2617.898643 +397033,1856.882851,852.955623,1201.223784,863.2541515,2601.455509 +397034,1853.293137,851.1213714,1201.661561,857.0350244,2586.867451 +397035,1849.502259,849.5147473,1201.937637,832.9276924,2573.891251 +397036,1845.830183,847.5367221,1202.075354,869.0114643,2562.316428 +397037,1842.078316,845.8881433,1202.089386,820.0010737,2551.960799 +397038,1838.411178,843.9603904,1202.000585,870.2377919,2542.667504 +397039,1834.545895,842.2534623,1201.819795,814.8174174,2534.300999 +397040,1829.877219,840.3190548,1201.563262,864.9153509,2526.744376 +397041,1827.424532,838.5981137,1201.237357,814.7831647,2519.896264 +397042,1823.085669,836.6514808,1200.854692,855.9103661,2513.669382 +397043,1819.209615,834.9195812,1200.418905,817.4597109,2507.988394 +397044,1815.549532,832.9101845,1199.94008,844.9160028,2502.787637 +397045,1811.593951,831.2494896,1199.419629,821.6535426,2498.010092 +397046,1807.6935,829.2993325,1198.865935,832.8676134,2493.606189 +397047,1803.988387,827.4830652,1198.279012,826.5917319,2489.532878 +397048,1799.998201,825.5542684,1197.666059,825.5858455,2485.75258 +397049,1796.147171,823.794921,1197.026073,823.953643,2482.232566 +397050,1792.257705,821.8238669,1196.365463,822.1014362,2478.944317 +397051,1788.571373,820.1830096,1195.682511,820.547032,2475.862831 +397052,1782.78515,818.3534277,1194.987406,818.7982222,2472.966114 +397053,1779.974445,816.7450276,1194.281007,817.2673148,2470.035974 +397054,1771.835789,814.936321,1193.569123,815.5331328,2467.459317 +397055,1786.188136,813.3445463,1192.849006,813.9570818,2465.017876 +397056,1763.100463,811.5513965,1192.124923,812.3185522,2462.697121 +397057,1748.7279,810.0256911,1191.393513,810.767343,2460.484911 +397058,1791.358977,808.1698454,1190.658643,809.0638229,2458.370667 +397059,1725.607776,806.6448193,1189.917171,807.5649311,2456.346131 +397060,1787.308451,804.8715259,1189.173639,805.862193,2454.404665 +397061,1721.171449,803.2703383,1188.424454,804.373351,2452.538893 +397062,1773.412155,801.5959746,1187.673444,802.7365611,2450.742233 +397063,1716.588997,800.0212565,1186.917091,801.1744093,2449.008947 +397064,1754.968013,798.2923784,1186.159328,799.5337833,2447.334024 +397065,1728.055817,796.7690039,1185.396801,798.0554769,2445.713255 +397066,1734.915636,795.0448639,1184.633425,796.3836218,2444.142639 +397067,1728.149845,793.5344253,1183.865747,794.9244704,2442.618655 +397068,1744.685843,791.8736362,1183.09776,793.2626781,2441.138299 +397069,1701.897017,790.3005645,1182.325844,791.8132869,2439.698382 +397070,1720.772238,788.6398367,1181.553854,790.1614137,2438.296243 +397071,1715.037549,787.1458461,1180.77846,788.7216043,2436.929904 +397072,1711.26512,785.4602215,1180.003511,787.0795404,2435.597211 +397073,1707.519866,783.9867246,1179.225425,785.6491297,2434.296059 +397074,1704.190304,782.3132734,1178.448025,784.0166128,2433.024658 +397075,1700.957126,780.8515463,1177.667785,782.5953569,2431.781383 +397076,1717.475814,779.1900028,1176.888583,780.972162,2430.5649 +397077,1663.589892,777.7397279,1176.106704,779.5598312,2429.373446 +397078,1705.575527,776.0405736,1175.325976,777.9997581,2428.205858 +397079,1683.893312,774.7239658,1174.543026,776.4610561,2427.061368 +397080,1683.72878,772.9752328,1173.76152,774.9770002,2425.938679 +397081,0,0,0,0,0 +397082,0,0,0,0,0 +397083,0,0,0,0,0 +397084,0,0,0,0,0 +397085,0,0,0,0,0 +397086,0,0,0,0,0 +397087,0,0,0,0,0 +397088,0,0,0,0,0 +397089,0,0,0,0,0 +397090,0,0,0,0,0 +397091,0,0,0,0,0 +397092,0,0,0,0,0 +397093,0,0,0,0,0 +397094,0,0,0,0,0 +397095,0,0,0,0,0 +397096,0,0,0,0,0 +397097,0,0,0,0,0 +397098,0,0,0,0,0 +397099,0,0,0,0,0 +397100,0,0,0,0,0 +397101,0,0,0,0,0 +397102,0,0,0,0,0 +397103,0,0,0,0,0 +397104,0,0,0,0,0 +397105,0,0,0,0,0 +397106,0,0,0,0,0 +397107,0,0,0,0,0 +397108,0,0,0,0,0 +397109,0,0,0,0,0 +397110,0,0,0,0,0 +397111,0,0,0,0,0 +397112,0,0,0,0,0 +397113,0,0,0,0,0 +397114,0,0,0,0,0 +397115,0,0,0,0,0 +397116,0,0,0,0,0 +397117,0,0,0,0,0 +397118,0,0,0,0,0 +397119,0,0,0,0,0 +397120,0,0,0,0,0 +397121,0,0,0,0,0 +397122,0,0,0,0,0 +397123,0,0,0,0,0 +397124,0,0,0,0,0 +397125,0,0,0,0,0 +397126,0,0,0,0,0 +397127,0,0,0,0,0 +397128,0,0,0,0,0 +397129,0,0,0,0,0 +397130,0,0,0,0,0 +397131,0,0,0,0,0 +397132,0,0,0,0,0 +397133,0,0,0,0,0 +397134,0,0,0,0,0 +397135,0,0,0,0,0 +397136,0,0,0,0,0 +397137,0,0,0,0,0 +397138,0,0,0,0,0 +397139,0,0,0,0,0 +397140,0,0,0,0,0 +397141,0,0,0,0,0 +397142,0,0,0,0,0 +397143,0,0,0,0,0 +397144,0,0,0,0,0 +397145,0,0,0,0,0 +397146,0,0,0,0,0 +397147,0,0,0,0,0 +397148,0,0,0,0,0 +397149,0,0,0,0,0 +397150,0,0,0,0,0 +397151,0,0,0,0,0 +397152,0,0,0,0,0 +397153,0,0,0,0,0 +397154,0,0,0,0,0 +397155,0,0,0,0,0 +397156,0,0,0,0,0 +397157,0,0,0,0,0 +397158,0,0,0,0,0 +397159,0,0,0,0,0 +397160,0,0,0,0,0 +397161,0,0,0,0,0 +397162,0,0,0,0,0 +397163,0,0,0,0,0 +397164,0,0,0,0,0 +397165,0,0,0,0,0 +397166,0,0,0,0,0 +397167,0,0,0,0,0 +397168,0,0,0,0,0 +397169,0,0,0,0,0 +397170,0,0,0,0,0 +397171,0,0,0,0,0 +397172,0,0,0,0,0 +397173,0,0,0,0,0 +397174,0,0,0,0,0 +397175,0,0,0,0,0 +397176,0,0,0,0,0 +397177,0,0,0,0,0 +397178,0,0,0,0,0 +397179,0,0,0,0,0 +397180,0,0,0,0,0 +397181,0,0,0,0,0 +397182,0,0,0,0,0 +397183,0,0,0,0,0 +397184,0,0,0,0,0 +397185,0,0,0,0,0 +397186,0,0,0,0,0 +397187,0,0,0,0,0 +397188,0,0,0,0,0 +397189,0,0,0,0,0 +397190,0,0,0,0,0 +397191,0,0,0,0,0 +397192,0,0,0,0,0 +397193,0,0,0,0,0 +397194,0,0,0,0,0 +397195,0,0,0,0,0 +397196,0,0,0,0,0 +397197,0,0,0,0,0 +397198,0,0,0,0,0 +397199,0,0,0,0,0 +397200,0,0,0,0,0 +397201,0,0,0,0,0 +397202,0,0,0,0,0 +397203,0,0,0,0,0 +397204,0,0,0,0,0 +397205,0,0,0,0,0 +397206,0,0,0,0,0 +397207,0,0,0,0,0 +397208,0,0,0,0,0 +397209,0,0,0,0,0 +397210,0,0,0,0,0 +397211,0,0,0,0,0 +397212,0,0,0,0,0 +397213,0,0,0,0,0 +397214,0,0,0,0,0 +397215,0,0,0,0,0 +397216,0,0,0,0,0 +397217,0,0,0,0,0 +397218,0,0,0,0,0 +397219,0,0,0,0,0 +397220,0,0,0,0,0 +397221,0,0,0,0,0 +397222,0,0,0,0,0 +397223,0,0,0,0,0 +397224,0,0,0,0,0 +397225,0,0,0,0,0 +397226,0,0,0,0,0 +397227,0,0,0,0,0 +397228,0,0,0,0,0 +397229,0,0,0,0,0 +397230,0,0,0,0,0 +397231,0,0,0,0,0 +397232,0,0,0,0,0 +397233,0,0,0,0,0 +397234,0,0,0,0,0 +397235,0,0,0,0,0 +397236,0,0,0,0,0 +397237,0,0,0,0,0 +397238,0,0,0,0,0 +397239,0,0,0,0,0 +397240,0,0,0,0,0 +397241,0,0,0,0,0 +397242,0,0,0,0,0 +397243,0,0,0,0,0 +397244,0,0,0,0,0 +397245,0,0,0,0,0 +397246,0,0,0,0,0 +397247,0,0,0,0,0 +397248,0,0,0,0,0 +397249,0,0,0,0,0 +397250,0,0,0,0,0 +397251,0,0,0,0,0 +397252,0,0,0,0,0 +397253,0,0,0,0,0 +397254,0,0,0,0,0 +397255,0,0,0,0,0 +397256,0,0,0,0,0 +397257,0,0,0,0,0 +397258,0,0,0,0,0 +397259,0,0,0,0,0 +397260,0,0,0,0,0 +397261,0,0,0,0,0 +397262,0,0,0,0,0 +397263,0,0,0,0,0 +397264,0,0,0,0,0 +397265,0,0,0,0,0 +397266,0,0,0,0,0 +397267,0,0,0,0,0 +397268,0,0,0,0,0 +397269,0,0,0,0,0 +397270,0,0,0,0,0 +397271,0,0,0,0,0 +397272,0,0,0,0,0 +397273,0,0,0,0,0 +397274,0,0,0,0,0 +397275,0,0,0,0,0 +397276,0,0,0,0,0 +397277,0,0,0,0,0 +397278,0,0,0,0,0 +397279,0,0,0,0,0 +397280,0,0,0,0,0 +397281,0,0,0,0,0 +397282,0,0,0,0,0 +397283,0,0,0,0,0 +397284,0,0,0,0,0 +397285,0,0,0,0,0 +397286,0,0,0,0,0 +397287,0,0,0,0,0 +397288,0,0,0,0,0 +397289,0,0,0,0,0 +397290,0,0,0,0,0 +397291,0,0,0,0,0 +397292,0,0,0,0,0 +397293,0,0,0,0,0 +397294,0,0,0,0,0 +397295,0,0,0,0,0 +397296,0,0,0,0,0 +397297,0,0,0,0,0 +397298,0,0,0,0,0 +397299,0,0,0,0,0 +397300,0,0,0,0,0 +397301,0,0,0,0,0 +397302,0,0,0,0,0 +397303,0,0,0,0,0 +397304,0,0,0,0,0 +397305,0,0,0,0,0 +397306,0,0,0,0,0 +397307,0,0,0,0,0 +397308,0,0,0,0,0 +397309,0,0,0,0,0 +397310,0,0,0,0,0 +397311,0,0,0,0,0 +397312,0,0,0,0,0 +397313,0,0,0,0,0 +397314,0,0,0,0,0 +397315,0,0,0,0,0 +397316,0,0,0,0,0 +397317,0,0,0,0,0 +397318,0,0,0,0,0 +397319,0,0,0,0,0 +397320,0,0,0,0,0 +397321,0,0,0,0,0 +397322,0,0,0,0,0 +397323,0,0,0,0,0 +397324,0,0,0,0,0 +397325,0,0,0,0,0 +397326,0,0,0,0,0 +397327,0,0,0,0,0 +397328,0,0,0,0,0 +397329,0,0,0,0,0 +397330,0,0,0,0,0 +397331,0,0,0,0,0 +397332,0,0,0,0,0 +397333,0,0,0,0,0 +397334,0,0,0,0,0 +397335,0,0,0,0,0 +397336,0,0,0,0,0 +397337,0,0,0,0,0 +397338,0,0,0,0,0 +397339,0,0,0,0,0 +397340,0,0,0,0,0 +397341,0,0,0,0,0 +397342,0,0,0,0,0 +397343,0,0,0,0,0 +397344,0,0,0,0,0 +397345,0,0,0,0,0 +397346,0,0,0,0,0 +397347,0,0,0,0,0 +397348,0,0,0,0,0 +397349,0,0,0,0,0 +397350,0,0,0,0,0 +397351,0,0,0,0,0 +397352,0,0,0,0,0 +397353,0,0,0,0,0 +397354,0,0,0,0,0 +397355,0,0,0,0,0 +397356,0,0,0,0,0 +397357,0,0,0,0,0 +397358,0,0,0,0,0 +397359,0,0,0,0,0 +397360,0,0,0,0,0 +397361,0,0,0,0,0 +397362,0,0,0,0,0 +397363,0,0,0,0,0 +397364,0,0,0,0,0 +397365,0,0,0,0,0 +397366,0,0,0,0,0 +397367,0,0,0,0,0 +397368,0,0,0,0,0 +397369,0,0,0,0,0 +397370,0,0,0,0,0 +397371,0,0,0,0,0 +397372,0,0,0,0,0 +397373,0,0,0,0,0 +397374,0,0,0,0,0 +397375,0,0,0,0,0 +397376,0,0,0,0,0 +397377,0,0,0,0,0 +397378,0,0,0,0,0 +397379,0,0,0,0,0 +397380,0,0,0,0,0 +397381,0,0,0,0,0 +397382,0,0,0,0,0 +397383,0,0,0,0,0 +397384,0,0,0,0,0 +397385,0,0,0,0,0 +397386,0,0,0,0,0 +397387,0,0,0,0,0 +397388,0,0,0,0,0 +397389,0,0,0,0,0 +397390,0,0,0,0,0 +397391,0,0,0,0,0 +397392,0,0,0,0,0 +397393,0,0,0,0,0 +397394,0,0,0,0,0 +397395,0,0,0,0,0 +397396,0,0,0,0,0 +397397,0,0,0,0,0 +397398,0,0,0,0,0 +397399,0,0,0,0,0 +397400,0,0,0,0,0 +397401,0,0,0,0,0 +397402,0,0,0,0,0 +397403,0,0,0,0,0 +397404,0,0,0,0,0 +397405,0,0,0,0,0 +397406,0,0,0,0,0 +397407,0,0,0,0,0 +397408,0,0,0,0,0 +397409,0,0,0,0,0 +397410,0,0,0,0,0 +397411,0,0,0,0,0 +397412,0,0,0,0,0 +397413,0,0,0,0,0 +397414,0,0,0,0,0 +397415,0,0,0,0,0 +397416,0,0,0,0,0 +397417,0,0,0,0,0 +397418,0,0,0,0,0 +397419,0,0,0,0,0 +397420,0,0,0,0,0 +397421,0,0,0,0,0 +397422,0,0,0,0,0 +397423,0,0,0,0,0 +397424,0,0,0,0,0 +397425,0,0,0,0,0 +397426,0,0,0,0,0 +397427,0,0,0,0,0 +397428,0,0,0,0,0 +397429,0,0,0,0,0 +397430,0,0,0,0,0 +397431,0,0,0,0,0 +397432,0,0,0,0,0 +397433,0,0,0,0,0 +397434,0,0,0,0,0 +397435,0,0,0,0,0 +397436,0,0,0,0,0 +397437,0,0,0,0,0 +397438,0,0,0,0,0 +397439,0,0,0,0,0 +397440,0,0,0,0,0 +397441,0,0,0,0,0 +397442,0,0,0,0,0 +397443,0,0,0,0,0 +397444,0,0,0,0,0 +397445,0,0,0,0,0 +397446,0,0,0,0,0 +397447,0,0,0,0,0 +397448,0,0,0,0,0 +397449,0,0,0,0,0 +397450,0,0,0,0,0 +397451,0,0,0,0,0 +397452,0,0,0,0,0 +397453,0,0,0,0,0 +397454,0,0,0,0,0 +397455,0,0,0,0,0 +397456,0,0,0,0,0 +397457,0,0,0,0,0 +397458,0,0,0,0,0 +397459,0,0,0,0,0 +397460,0,0,0,0,0 +397461,0,0,0,0,0 +397462,0,0,0,0,0 +397463,0,0,0,0,0 +397464,0,0,0,0,0 +397465,0,0,0,0,0 +397466,0,0,0,0,0 +397467,0,0,0,0,0 +397468,0,0,0,0,0 +397469,0,0,0,0,0 +397470,0,0,0,0,0 +397471,0,0,0,0,0 +397472,0,0,0,0,0 +397473,0,0,0,0,0 +397474,0,0,0,0,0 +397475,0,0,0,0,0 +397476,0,0,0,0,0 +397477,0,0,0,0,0 +397478,0,0,0,0,0 +397479,0,0,0,0,0 +397480,0,0,0,0,0 +397481,0,0,0,0,0 +397482,0,0,0,0,0 +397483,0,0,0,0,0 +397484,0,0,0,0,0 +397485,0,0,0,0,0 +397486,0,0,0,0,0 +397487,0,0,0,0,0 +397488,0,0,0,0,0 +397489,0,0,0,0,0 +397490,0,0,0,0,0 +397491,0,0,0,0,0 +397492,0,0,0,0,0 +397493,0,0,0,0,0 +397494,0,0,0,0,0 +397495,0,0,0,0,0 +397496,0,0,0,0,0 +397497,0,0,0,0,0 +397498,0,0,0,0,0 +397499,0,0,0,0,0 +397500,0,0,0,0,0 +397501,0,0,0,0,0 +397502,0,0,0,0,0 +397503,0,0,0,0,0 +397504,0,0,0,0,0 +397505,0,0,0,0,0 +397506,0,0,0,0,0 +397507,0,0,0,0,0 +397508,0,0,0,0,0 +397509,0,0,0,0,0 +397510,0,0,0,0,0 +397511,0,0,0,0,0 +397512,0,0,0,0,0 +397513,0,0,0,0,0 +397514,0,0,0,0,0 +397515,0,0,0,0,0 +397516,0,0,0,0,0 +397517,0,0,0,0,0 +397518,0,0,0,0,0 +397519,0,0,0,0,0 +397520,0,0,0,0,0 +397521,0,0,0,0,0 +397522,0,0,0,0,0 +397523,0,0,0,0,0 +397524,0,0,0,0,0 +397525,0,0,0,0,0 +397526,0,0,0,0,0 +397527,0,0,0,0,0 +397528,0,0,0,0,0 +397529,0,0,0,0,0 +397530,0,0,0,0,0 +397531,0,0,0,0,0 +397532,0,0,0,0,0 +397533,0,0,0,0,0 +397534,0,0,0,0,0 +397535,0,0,0,0,0 +397536,0,0,0,0,0 +397537,0,0,0,0,0 +397538,0,0,0,0,0 +397539,0,0,0,0,0 +397540,0,0,0,0,0 +397541,0,0,0,0,0 +397542,0,0,0,0,0 +397543,0,0,0,0,0 +397544,0,0,0,0,0 +397545,0,0,0,0,0 +397546,0,0,0,0,0 +397547,0,0,0,0,0 +397548,0,0,0,0,0 +397549,0,0,0,0,0 +397550,0,0,0,0,0 +397551,0,0,0,0,0 +397552,0,0,0,0,0 +397553,0,0,0,0,0 +397554,0,0,0,0,0 +397555,0,0,0,0,0 +397556,0,0,0,0,0 +397557,0,0,0,0,0 +397558,0,0,0,0,0 +397559,0,0,0,0,0 +397560,0,0,0,0,0 +397561,0,0,0,0,0 +397562,0,0,0,0,0 +397563,0,0,0,0,0 +397564,0,0,0,0,0 +397565,0,0,0,0,0 +397566,0,0,0,0,0 +397567,0,0,0,0,0 +397568,0,0,0,0,0 +397569,0,0,0,0,0 +397570,0,0,0,0,0 +397571,0,0,0,0,0 +397572,0,0,0,0,0 +397573,0,0,0,0,0 +397574,0,0,0,0,0 +397575,0,0,0,0,0 +397576,0,0,0,0,0 +397577,0,0,0,0,0 +397578,0,0,0,0,0 +397579,0,0,0,0,0 +397580,0,0,0,0,0 +397581,0,0,0,0,0 +397582,0,0,0,0,0 +397583,0,0,0,0,0 +397584,0,0,0,0,0 +397585,0,0,0,0,0 +397586,0,0,0,0,0 +397587,0,0,0,0,0 +397588,0,0,0,0,0 +397589,0,0,0,0,0 +397590,0,0,0,0,0 +397591,0,0,0,0,0 +397592,0,0,0,0,0 +397593,0,0,0,0,0 +397594,0,0,0,0,0 +397595,0,0,0,0,0 +397596,0,0,0,0,0 +397597,0,0,0,0,0 +397598,0,0,0,0,0 +397599,0,0,0,0,0 +397600,0,0,0,0,0 +397601,0,0,0,0,0 +397602,0,0,0,0,0 +397603,0,0,0,0,0 +397604,0,0,0,0,0 +397605,0,0,0,0,0 +397606,0,0,0,0,0 +397607,0,0,0,0,0 +397608,0,0,0,0,0 +397609,0,0,0,0,0 +397610,0,0,0,0,0 +397611,0,0,0,0,0 +397612,0,0,0,0,0 +397613,0,0,0,0,0 +397614,0,0,0,0,0 +397615,0,0,0,0,0 +397616,0,0,0,0,0 +397617,0,0,0,0,0 +397618,0,0,0,0,0 +397619,0,0,0,0,0 +397620,0,0,0,0,0 +397621,0,0,0,0,0 +397622,0,0,0,0,0 +397623,0,0,0,0,0 +397624,0,0,0,0,0 +397625,0,0,0,0,0 +397626,0,0,0,0,0 +397627,0,0,0,0,0 +397628,0,0,0,0,0 +397629,0,0,0,0,0 +397630,0,0,0,0,0 +397631,0,0,0,0,0 +397632,0,0,0,0,0 +397633,0,0,0,0,0 +397634,0,0,0,0,0 +397635,0,0,0,0,0 +397636,0,0,0,0,0 +397637,0,0,0,0,0 +397638,0,0,0,0,0 +397639,0,0,0,0,0 +397640,0,0,0,0,0 +397641,0,0,0,0,0 +397642,0,0,0,0,0 +397643,0,0,0,0,0 +397644,0,0,0,0,0 +397645,0,0,0,0,0 +397646,0,0,0,0,0 +397647,0,0,0,0,0 +397648,0,0,0,0,0 +397649,0,0,0,0,0 +397650,0,0,0,0,0 +397651,0,0,0,0,0 +397652,0,0,0,0,0 +397653,0,0,0,0,0 +397654,0,0,0,0,0 +397655,0,0,0,0,0 +397656,0,0,0,0,0 +397657,0,0,0,0,0 +397658,0,0,0,0,0 +397659,0,0,0,0,0 +397660,0,0,0,0,0 +397661,0,0,0,0,0 +397662,0,0,0,0,0 +397663,0,0,0,0,0 +397664,0,0,0,0,0 +397665,0,0,0,0,0 +397666,0,0,0,0,0 +397667,0,0,0,0,0 +397668,0,0,0,0,0 +397669,0,0,0,0,0 +397670,0,0,0,0,0 +397671,0,0,0,0,0 +397672,0,0,0,0,0 +397673,0,0,0,0,0 +397674,0,0,0,0,0 +397675,0,0,0,0,0 +397676,0,0,0,0,0 +397677,0,0,0,0,0 +397678,0,0,0,0,0 +397679,0,0,0,0,0 +397680,0,0,0,0,0 +397681,0,0,0,0,0 +397682,0,0,0,0,0 +397683,0,0,0,0,0 +397684,0,0,0,0,0 +397685,0,0,0,0,0 +397686,0,0,0,0,0 +397687,0,0,0,0,0 +397688,0,0,0,0,0 +397689,0,0,0,0,0 +397690,0,0,0,0,0 +397691,0,0,0,0,0 +397692,0,0,0,0,0 +397693,0,0,0,0,0 +397694,0,0,0,0,0 +397695,0,0,0,0,0 +397696,0,0,0,0,0 +397697,0,0,0,0,0 +397698,0,0,0,0,0 +397699,0,0,0,0,0 +397700,0,0,0,0,0 +397701,0,0,0,0,0 +397702,0,0,0,0,0 +397703,0,0,0,0,0 +397704,0,0,0,0,0 +397705,0,0,0,0,0 +397706,0,0,0,0,0 +397707,0,0,0,0,0 +397708,0,0,0,0,0 +397709,0,0,0,0,0 +397710,0,0,0,0,0 +397711,0,0,0,0,0 +397712,0,0,0,0,0 +397713,0,0,0,0,0 +397714,0,0,0,0,0 +397715,0,0,0,0,0 +397716,0,0,0,0,0 +397717,0,0,0,0,0 +397718,0,0,0,0,0 +397719,0,0,0,0,0 +397720,0,0,0,0,0 +397721,0,0,0,0,0 +397722,0,0,0,0,0 +397723,0,0,0,0,0 +397724,0,0,0,0,0 +397725,0,0,0,0,0 +397726,0,0,0,0,0 +397727,0,0,0,0,0 +397728,0,0,0,0,0 +397729,0,0,0,0,0 +397730,0,0,0,0,0 +397731,0,0,0,0,0 +397732,0,0,0,0,0 +397733,0,0,0,0,0 +397734,0,0,0,0,0 +397735,0,0,0,0,0 +397736,0,0,0,0,0 +397737,0,0,0,0,0 +397738,0,0,0,0,0 +397739,0,0,0,0,0 +397740,0,0,0,0,0 +397741,0,0,0,0,0 +397742,0,0,0,0,0 +397743,0,0,0,0,0 +397744,0,0,0,0,0 +397745,0,0,0,0,0 +397746,0,0,0,0,0 +397747,0,0,0,0,0 +397748,0,0,0,0,0 +397749,0,0,0,0,0 +397750,0,0,0,0,0 +397751,0,0,0,0,0 +397752,0,0,0,0,0 +397753,0,0,0,0,0 +397754,0,0,0,0,0 +397755,0,0,0,0,0 +397756,0,0,0,0,0 +397757,0,0,0,0,0 +397758,0,0,0,0,0 +397759,0,0,0,0,0 +397760,0,0,0,0,0 +397761,0,0,0,0,0 +397762,0,0,0,0,0 +397763,0,0,0,0,0 +397764,0,0,0,0,0 +397765,0,0,0,0,0 +397766,0,0,0,0,0 +397767,0,0,0,0,0 +397768,0,0,0,0,0 +397769,0,0,0,0,0 +397770,0,0,0,0,0 +397771,0,0,0,0,0 +397772,0,0,0,0,0 +397773,0,0,0,0,0 +397774,0,0,0,0,0 +397775,0,0,0,0,0 +397776,0,0,0,0,0 +397777,0,0,0,0,0 +397778,0,0,0,0,0 +397779,0,0,0,0,0 +397780,0,0,0,0,0 +397781,0,0,0,0,0 +397782,0,0,0,0,0 +397783,0,0,0,0,0 +397784,0,0,0,0,0 +397785,0,0,0,0,0 +397786,0,0,0,0,0 +397787,0,0,0,0,0 +397788,0,0,0,0,0 +397789,0,0,0,0,0 +397790,0,0,0,0,0 +397791,0,0,0,0,0 +397792,0,0,0,0,0 +397793,0,0,0,0,0 +397794,0,0,0,0,0 +397795,0,0,0,0,0 +397796,0,0,0,0,0 +397797,0,0,0,0,0 +397798,0,0,0,0,0 +397799,0,0,0,0,0 +397800,0,0,0,0,0 +397801,0,0,0,0,0 +397802,0,0,0,0,0 +397803,0,0,0,0,0 +397804,0,0,0,0,0 +397805,0,0,0,0,0 +397806,0,0,0,0,0 +397807,0,0,0,0,0 +397808,0,0,0,0,0 +397809,0,0,0,0,0 +397810,0,0,0,0,0 +397811,0,0,0,0,0 +397812,0,0,0,0,0 +397813,0,0,0,0,0 +397814,0,0,0,0,0 +397815,0,0,0,0,0 +397816,0,0,0,0,0 +397817,0,0,0,0,0 +397818,0,0,0,0,0 +397819,0,0,0,0,0 +397820,0,0,0,0,0 +397821,0,0,0,0,0 +397822,0,0,0,0,0 +397823,0,0,0,0,0 +397824,0,0,0,0,0 +397825,0,0,0,0,0 +397826,0,0,0,0,0 +397827,0,0,0,0,0 +397828,0,0,0,0,0 +397829,0,0,0,0,0 +397830,0,0,0,0,0 +397831,0,0,0,0,0 +397832,0,0,0,0,0 +397833,0,0,0,0,0 +397834,0,0,0,0,0 +397835,0,0,0,0,0 +397836,0,0,0,0,0 +397837,0,0,0,0,0 +397838,0,0,0,0,0 +397839,0,0,0,0,0 +397840,0,0,0,0,0 +397841,0,0,0,0,0 +397842,0,0,0,0,0 +397843,0,0,0,0,0 +397844,0,0,0,0,0 +397845,0,0,0,0,0 +397846,0,0,0,0,0 +397847,0,0,0,0,0 +397848,0,0,0,0,0 +397849,0,0,0,0,0 +397850,0,0,0,0,0 +397851,0,0,0,0,0 +397852,0,0,0,0,0 +397853,0,0,0,0,0 +397854,0,0,0,0,0 +397855,0,0,0,0,0 +397856,0,0,0,0,0 +397857,0,0,0,0,0 +397858,0,0,0,0,0 +397859,0,0,0,0,0 +397860,0,0,0,0,0 +397861,-476.164878,-209.2660329,-464.6253307,-213.3554195,-919.9819768 +397862,-467.5593462,-205.1480902,-455.9142135,-209.217529,-903.3546469 +397863,-454.9098547,-199.2566867,-443.2664921,-203.2636865,-878.307751 +397864,-442.4445198,-193.5557176,-430.8127261,-197.4969846,-853.7274295 +397865,-432.2046985,-188.77869,-420.151213,-192.6664818,-832.6784792 +397866,-424.1500093,-184.9294451,-411.6497964,-188.9232424,-815.1661056 +397867,-417.7001991,-181.9264994,-404.8364752,-186.0021927,-800.4127801 +397868,-412.3721719,-179.5282848,-399.2110801,-183.6393036,-787.7471009 +397869,-407.8751728,-177.5464936,-394.4491868,-181.6687958,-776.7429108 +397870,-404.0412562,-175.8697515,-390.36352,-179.9979816,-767.1347134 +397871,-400.7576282,-174.4331322,-386.8345273,-178.5693319,-758.7279832 +397872,-397.9340532,-173.1922969,-383.7705778,-177.3394877,-751.3679534 +397873,-395.493212,-172.1118094,-381.0940432,-176.2721327,-744.918554 +397874,-393.3691119,-171.1617573,-378.7383718,-175.336555,-739.2577574 +397875,-391.5065519,-170.3171101,-376.6475227,-174.5073464,-734.2779419 +397876,-389.8600317,-169.5573799,-374.7751022,-173.7638996,-729.8858887 +397877,-388.3921668,-168.8660007,-373.0829235,-173.0896151,-726.001416 +397878,-387.0722122,-168.2296315,-371.5395681,-172.471127,-722.5556793 +397879,-385.8747842,-167.6374998,-370.1190976,-171.8976299,-719.489428 +397880,-384.7788927,-167.0808905,-368.8000644,-171.3603721,-716.7516214 +397881,-383.7661788,-166.55273,-367.5646895,-170.8522448,-714.2981921 +397882,-382.8236985,-166.0472603,-366.3982007,-170.3674588,-712.0910771 +397883,-381.9406541,-165.5598116,-365.2883609,-169.9013169,-710.0974808 +397884,-381.1073128,-165.0866001,-364.2250371,-169.4500107,-708.2890752 +397885,-380.3151015,-164.6245593,-363.1998355,-169.0104521,-706.6413502 +397886,-379.5567628,-164.1712114,-362.2058162,-168.5801433,-705.1331281 +397887,-378.8262752,-163.7245505,-361.23723,-168.1570601,-703.7460868 +397888,-378.1186899,-163.282957,-360.2893227,-167.7395662,-702.4643937 +397889,-377.4299249,-162.8451208,-359.3581543,-167.3263357,-701.2743394 +397890,-376.7566178,-162.4099881,-358.440471,-166.9163005,-700.1640713 +397891,-376.0959836,-161.9767094,-357.5335797,-166.5085976,-699.1233155 +397892,-375.4505452,-161.5527421,-356.6463871,-166.1061111,-698.1431866 +397893,-374.8213308,-161.1421217,-355.783574,-165.7103712,-697.2160093 +397894,-374.2072425,-160.7447399,-354.9444081,-165.3211931,-696.3351504 +397895,-373.6062495,-160.3586321,-354.1256946,-164.9376274,-695.4948446 +397896,-373.0163206,-159.9816328,-353.3239831,-164.5586621,-694.6901036 +397897,-372.4357472,-159.6119643,-352.5363714,-164.1834679,-693.9165924 +397898,-371.8631713,-159.2482762,-351.7605784,-163.8114152,-693.170567 +397899,-371.297494,-158.8895242,-350.9947842,-163.4417771,-692.4487698 +397900,-370.7378151,-158.5348728,-350.2374986,-163.0743525,-691.7483799 +397901,-370.183391,-158.1836391,-349.4874824,-162.7090208,-691.0669596 +397902,-369.6343976,-157.8278084,-348.740753,-162.3464666,-690.4024097 +397903,-369.089984,-157.4703341,-347.9978194,-161.9860733,-689.7528871 +397904,-368.5493109,-157.1148177,-347.259571,-161.6271691,-689.116812 +397905,-368.0118236,-156.7627304,-346.5261357,-161.2693703,-688.4928053 +397906,-367.4771972,-156.4140434,-345.7971184,-160.9125154,-687.8796812 +397907,-366.9452123,-156.0682147,-345.0719734,-160.5565362,-687.2763978 +397908,-366.415704,-155.7247079,-344.3502119,-160.201395,-686.6820607 +397909,-365.8885262,-155.3831201,-343.6314381,-159.8470573,-686.0958807 +397910,-365.3635592,-155.0431657,-342.9153456,-159.4934954,-685.5171828 +397911,-364.8406955,-154.7046276,-342.2016836,-159.1406841,-684.9453675 +397912,-364.3198508,-154.3673347,-341.4902516,-158.7886075,-684.3799239 +397913,-363.8009492,-154.0311445,-340.7808791,-158.4372521,-683.8203946 +397914,-363.2839328,-153.6959417,-340.0734302,-158.0866114,-683.2663915 +397915,-362.7687471,-153.3616301,-339.3677884,-157.7366796,-682.7175635 +397916,-362.2553519,-153.0281338,-338.6638629,-157.3874558,-682.1736142 +397917,-361.7462861,-152.6970203,-337.9645809,-157.0406885,-681.6370493 +397918,-361.2379281,-152.3659382,-337.2656476,-156.6939236,-681.1038082 +397919,-360.7325357,-152.036322,-336.5698953,-156.3487221,-680.5761532 +397920,-360.2271664,-151.7062797,-335.8732535,-156.0031024,-680.0507639 +397921,-359.610441,-151.3256908,-335.0654754,-155.607089,-679.3229126 +397922,-338.9226836,-141.7871551,-314.2580191,-146.0185434,-641.0757665 +397923,-308.297992,-127.922145,-283.8264847,-132.0896999,-582.6561016 +397924,-277.4310926,-114.1707306,-253.2516639,-118.2778066,-521.8532967 +397925,-250.3246907,-102.2954937,-226.3838691,-106.3507772,-468.4967666 +397926,-228.1475583,-92.40384595,-203.5807773,-96.41539021,-423.3191522 +397927,-209.8381441,-84.3361749,-184.6227298,-88.32953737,-384.5172422 +397928,-194.2409521,-77.58960847,-168.5420546,-81.57731993,-350.451976 +397929,-180.6184367,-71.77104958,-154.550825,-75.75481547,-320.1235087 +397930,-168.5641381,-66.6485562,-142.1701603,-70.62613621,-292.9495273 +397931,-157.8195744,-62.08382991,-131.1105947,-66.05116263,-268.5260863 +397932,-148.183836,-57.98066612,-121.1632744,-61.93668352,-246.5140421 +397933,-139.484406,-54.26164412,-112.1561263,-58.2064163,-226.6078197 +397934,-131.572295,-50.86132416,-103.9416938,-54.79492812,-208.5338559 +397935,-124.3216391,-47.72488716,-96.39474706,-51.64720054,-192.0524901 +397936,-117.6278875,-44.80728163,-89.41059374,-48.71810294,-176.9565767 +397937,-111.404883,-42.07197322,-82.9026188,-45.97113881,-163.0681093 +397938,-105.5815742,-39.48941151,-76.79927298,-43.37683895,-150.2339954 +397939,-100.0993094,-37.03569542,-71.0414519,-40.91138005,-138.3225244 +397940,-94.90949058,-34.69140888,-65.58015839,-38.55540584,-127.2201017 +397941,-89.97184794,-32.44076935,118.1696653,-36.293177,-116.828803 +397942,-85.25290858,-30.27089621,114.8016905,-34.11184442,374.1927388 +397943,-80.72492092,6.306971392,116.861468,-32.00094877,125.8548116 +397944,-76.36501811,44.56989343,148.7905264,-29.95203952,223.3763645 +397945,-72.15781203,43.42094581,167.3480026,3.28964488,248.1054813 +397946,-68.08631043,53.07300752,184.8923468,43.91311072,269.5558565 +397947,-64.13591004,64.2806276,202.3380326,40.00174061,290.6949539 +397948,5.507804015,72.9161206,219.0507058,50.56178297,310.6576779 +397949,105.6862283,81.39900022,235.3210073,61.19437433,331.0386089 +397950,61.47933777,89.51446781,251.6589561,69.74196454,349.7443332 +397951,99.24185717,99.68987234,270.2070151,79.39865309,368.708391 +397952,117.2348503,109.8853423,289.8325626,88.90668703,386.6844262 +397953,134.528876,120.243292,308.3482101,98.48358012,405.0417206 +397954,151.5913083,130.1645435,327.4795594,107.7206033,422.1823847 +397955,168.1811404,140.4203391,345.7078857,117.0610657,439.278652 +397956,184.4128081,150.2512784,363.8410903,126.0214492,455.9004501 +397957,200.7863246,157.6688063,382.2588313,135.1736137,472.3767888 +397958,216.4438069,165.9335638,395.0758051,144.0750707,488.2861592 +397959,231.989749,173.4205559,409.0554534,152.5693179,503.8554201 +397960,246.999129,181.283915,422.9016636,161.2933007,519.0856961 +397961,262.2344129,189.2648001,436.4615908,166.6178266,534.0010748 +397962,276.8160299,196.5101084,449.7968995,173.4003387,548.6046707 +397963,291.292649,204.4826311,463.3817042,180.3519356,562.8740529 +397964,305.2449236,211.814157,476.332973,186.9389221,576.7370168 +397965,319.8312057,219.4492138,489.3576229,193.6107347,590.6414278 +397966,332.8200753,226.7924558,502.1837723,200.1132155,603.8758071 +397967,347.0233501,234.1869441,514.8319926,206.4860128,617.3268594 +397968,360.0732102,241.7584035,527.4065626,213.0455803,630.0195141 +397969,373.1705953,248.7081426,539.7724895,219.2912854,642.6088766 +397970,386.3738728,256.2202874,552.0197198,225.6513435,655.3650289 +397971,399.1868585,263.3621206,564.0153777,231.4829521,667.3971561 +397972,411.4598155,270.4760257,576.0107108,237.8980481,679.4338722 +397973,423.8225832,277.5266913,587.9034848,243.8107213,691.2353864 +397974,436.4192812,284.9131366,599.5154415,249.8083364,702.7741082 +397975,448.3219034,291.6624467,611.1281713,255.5671148,714.2260844 +397976,455.4496006,298.7316039,622.6391696,261.6641545,725.3770036 +397977,465.3529893,305.5752667,633.8795716,267.3378598,736.3910929 +397978,474.3954538,312.6754609,645.137151,273.2515531,747.2084056 +397979,483.3285704,319.506301,656.1653298,278.6871266,757.8430582 +397980,492.8409691,326.3061109,667.2176725,284.4342507,768.2631743 +397981,893.2776271,501.6546137,1086.854239,458.9461387,1542.640919 +397982,905.8938785,511.051035,1066.939549,466.1774857,1558.253183 +397983,918.325287,519.3587477,1097.549056,473.652819,1595.651961 +397984,929.443371,526.8576948,1115.428675,480.0566023,1552.868185 +397985,940.52222,534.8842966,1123.122209,486.5497031,1613.2069 +397986,951.1837879,542.4844914,1137.39043,492.9424309,1608.22807 +397987,961.845207,550.044956,1149.764782,499.0789638,1635.590919 +397988,972.0866859,557.5744971,1162.373291,505.291812,1624.194773 +397989,982.4572948,565.0568362,1174.853984,511.4901026,1640.216428 +397990,992.5856479,572.4145379,1186.736366,517.3580119,1661.471822 +397991,1002.513811,579.8315707,1199.047691,523.4888158,1665.861541 +397992,1011.918943,586.8226849,1210.950795,529.3835922,1677.681261 +397993,1022.563243,594.5939779,1222.851055,535.2188264,1711.558684 +397994,1031.793398,601.6468715,1234.728357,541.0905556,1664.366596 +397995,1041.645305,608.8583726,1246.445908,546.8352518,1747.78827 +397996,1050.95146,616.0940207,1257.979684,552.6107877,1704.608203 +397997,1060.523535,623.1747802,1269.679982,558.2316247,1733.011312 +397998,1070.354085,630.3412775,1281.055254,563.9957349,1739.751359 +397999,1079.754047,637.3524627,1292.411336,569.4551905,1749.053687 +398000,1089.024184,644.4496749,1303.797759,575.1605486,1758.137449 +398001,1098.130992,651.4301362,1315.008895,580.5655403,1767.242112 +398002,1107.341306,658.40861,1329.56165,586.141661,1776.129792 +398003,1116.249998,665.3498662,1332.087937,591.4523725,1784.758083 +398004,1125.321802,672.2622266,1350.659819,597.0020064,1793.316931 +398005,1134.166429,679.1425346,1358.749437,602.2496683,1806.397337 +398006,1143.001227,685.9971991,1369.88041,607.2907384,1811.616678 +398007,1151.680847,692.8220734,1380.983168,613.09937,1817.439844 +398008,1160.417797,699.5723279,1391.603763,618.1262476,1827.31736 +398009,1169.11692,706.3186805,1402.301335,623.3939819,1790.936506 +398010,1177.553537,712.6171315,1412.802005,628.6509423,1770.928732 +398011,1185.521386,718.8952038,1435.319643,633.2507506,1757.065068 +398012,1192.966453,724.0258875,1423.992413,637.9364154,1747.041254 +398013,1200.627565,729.5764983,1448.523633,642.3125852,1739.659733 +398014,1208.145853,734.8582964,1447.952098,646.8836473,1734.277641 +398015,1215.215457,740.1057585,1459.941293,651.2562078,1730.923264 +398016,1222.756317,745.2231585,1468.321761,655.6241735,1729.535832 +398017,1229.7953,750.450244,1476.642519,659.8914957,1729.585626 +398018,1236.815646,755.3678248,1485.477227,664.2321269,1730.555567 +398019,1244.193893,760.33493,1493.690963,668.4710397,1732.104019 +398020,1250.894125,765.3170638,1502.361667,672.5875727,1733.997551 +398021,1257.873604,770.1354687,1510.388382,676.7165135,1736.081473 +398022,1264.811797,774.9449265,1518.935364,680.8855288,1738.258881 +398023,1275.903892,779.6948178,1531.916297,684.9151719,1740.624323 +398024,1277.274805,784.3910265,1532.877639,688.9514283,1742.962143 +398025,1292.191108,789.0412926,1543.7861,692.9450635,1745.071973 +398026,1287.50049,793.6430414,1551.374032,696.9041696,1747.151134 +398027,1310.932854,798.1994822,1559.225858,700.8309968,1749.225758 +398028,1293.632411,802.6567163,1566.926548,704.7235028,1751.273907 +398029,1302.953084,807.2090955,1574.824065,708.5870471,1753.340953 +398030,1324.603686,811.5979082,1582.546862,712.4196084,1755.337602 +398031,1321.755693,815.9950591,1594.872817,716.2230011,1757.424572 +398032,1330.207752,820.4015797,1595.94381,719.9980726,1759.47223 +398033,1336.539994,824.628746,1605.43038,723.745428,1761.276109 +398034,1342.887526,828.8866871,1613.363399,727.41357,1763.04871 +398035,1349.027516,833.2029633,1620.358591,731.1855622,1764.859753 +398036,1355.177084,837.3653851,1632.37512,734.81656,1767.030061 +398037,1361.403406,841.5443864,1633.43231,738.46839,1768.955155 +398038,1367.523687,845.6813672,1642.256153,742.088003,1770.621609 +398039,1373.405966,849.7855188,1649.845957,745.7364299,1772.245511 +398040,1379.591599,853.8578539,1661.723205,749.229783,1774.114529 +398041,1392.063028,860.7132631,1667.815532,755.6619502,1776.186726 +398042,1398.978618,865.1892311,1681.961913,759.6393537,1779.271832 +398043,1405.889308,869.700082,1690.412121,763.5863362,1783.107163 +398044,1412.287554,873.846533,1692.738586,767.3413961,1786.764711 +398045,1418.723483,878.1064831,1703.46414,771.0873045,1789.918118 +398046,1425.020021,882.2487533,1710.363955,774.7809614,1792.87464 +398047,1431.380909,886.3542436,1712.454692,778.4389776,1795.43861 +398048,1437.521182,890.4204772,1715.123976,782.0663772,1797.287459 +398049,1443.662451,894.4511246,1714.857419,785.6662876,1798.342829 +398050,1449.973939,898.4480271,1714.642132,789.2400265,1798.598242 +398051,1455.821676,902.3524663,1714.165304,792.7898452,1798.166817 +398052,1461.909545,906.37793,1713.702627,796.3155803,1797.224616 +398053,1467.777623,910.238984,1713.282038,799.8191969,1795.91453 +398054,1474.100072,914.1250398,1712.922684,803.3012799,1794.341469 +398055,1479.711462,918.0347945,1712.629135,806.7625933,1792.582382 +398056,1485.674985,921.7022666,1712.410144,810.2036634,1790.695402 +398057,1491.507253,925.6360458,1712.262191,813.5676676,1788.72225 +398058,1497.538776,929.3506688,1712.184786,817.0563313,1786.690818 +398059,1502.977005,933.1045949,1712.170447,820.3981786,1784.623422 +398060,1508.966313,936.8242274,1712.218292,823.8299403,1782.535725 +398061,1514.590466,940.4554188,1712.318625,827.0496363,1780.437705 +398062,1520.304397,944.287554,1712.470185,830.3952075,1778.336639 +398063,1526.082567,947.7912524,1712.663521,833.7435081,1776.23652 +398064,1531.556249,951.4736024,1712.897811,837.0391376,1774.14016 +398065,1537.251596,955.0663231,1713.165357,840.2754918,1772.049744 +398066,1542.708839,958.5813931,1713.46795,843.5273483,1769.968111 +398067,1548.554079,962.2393569,1713.798227,846.7692377,1767.895221 +398068,1553.830073,965.7302276,1714.156219,849.9972071,1765.829801 +398069,1559.443336,969.2583042,1714.530198,855.9566262,1763.764898 +398070,1564.911302,972.8229747,1714.926138,856.0938996,1761.705317 +398071,1569.576195,975.2127837,1715.344014,862.9889182,1759.657676 +398072,1574.159187,977.7204872,1715.737982,860.0481359,1757.636443 +398073,1578.225099,979.9065917,1716.066832,870.6161842,1755.636373 +398074,1582.76913,982.0777179,1716.331042,861.9899998,1753.667099 +398075,1586.876413,984.1658759,1716.520274,880.4472793,1751.908036 +398076,1591.04185,986.1884259,1716.663196,860.1370198,1749.961292 +398077,1595.129617,988.1502363,1716.793887,868.9476228,1748.066233 +398078,1599.276284,989.9852811,1716.863386,880.6515483,1746.15524 +398079,1603.071523,991.9405526,1716.868468,876.3393251,1744.21755 +398080,1607.080216,993.6893236,1716.846935,880.2207979,1742.293466 +398081,1610.809533,995.5199284,1716.804158,882.2557624,1740.383773 +398082,1614.81554,997.116765,1716.738255,884.5191255,1738.4814 +398083,1618.497925,998.823627,1716.650218,886.5496916,1736.583763 +398084,1624.653,1000.424846,1716.536327,888.6135003,1734.683026 +398085,1630.173513,1001.994408,1716.393356,890.7034148,1732.772379 +398086,1629.587937,1003.451192,1716.236084,892.5938428,1730.867831 +398087,1643.65765,1005.048142,1716.056388,894.6043268,1728.957235 +398088,1624.9635,1006.447324,1715.881371,896.5267011,1727.072771 +398089,1634.690368,1007.872444,1715.727832,898.3633919,1725.234272 +398090,1649.169558,1009.250735,1715.533421,900.3402448,1723.363153 +398091,1645.212013,1010.594197,1715.289814,902.2085899,1721.447806 +398092,1650.486987,1011.903832,1715.032515,903.9404792,1719.531001 +398093,1653.710538,1013.180614,1714.763757,905.7860328,1717.614299 +398094,1657.113785,1014.425367,1714.47957,907.5469023,1715.691972 +398095,1660.367438,1015.712564,1714.181149,909.2927535,1713.76492 +398096,1663.603521,1016.712177,1713.869539,911.0143561,1711.833947 +398097,1666.936212,1018.028556,1713.544612,912.7801844,1709.898424 +398098,1669.897864,1019.089322,1713.206564,914.280935,1707.95818 +398099,1673.126824,1020.197389,1712.855628,916.085434,1706.013103 +398100,1676.203344,1021.267004,1712.490872,917.652849,1704.061676 +398101,1579.558357,969.1412146,1710.65863,866.1914899,1699.259001 +398102,1536.887414,969.1549897,1704.08986,866.5635044,1687.094129 +398103,1577.325831,969.4995749,1695.244433,867.6346558,1671.323536 +398104,1564.123383,969.9756499,1686.658634,868.6141791,1655.736533 +398105,1568.938849,970.4966101,1679.469865,869.785778,1642.00539 +398106,1571.140003,971.0419627,1673.683211,870.8061959,1630.199106 +398107,1573.617508,971.5965225,1668.916671,871.9895243,1619.853388 +398108,1575.966305,972.1518292,1664.826807,873.1175345,1610.545229 +398109,1578.109396,972.7032281,1661.191287,874.2545188,1601.998204 +398110,1580.527531,973.2481759,1657.881769,875.3880888,1594.046113 +398111,1582.829983,973.7851539,1654.820262,876.5162335,1586.579666 +398112,1585.148809,974.3132002,1651.95315,877.7074075,1579.517042 +398113,1587.463838,974.9049981,1649.239611,878.7166504,1572.791767 +398114,1589.898329,975.230728,1646.648528,879.8043576,1566.35007 +398115,1592.006881,975.8912452,1644.154722,880.9952291,1560.146638 +398116,1594.395948,976.3158288,1641.737195,882.0358372,1554.142524 +398117,1596.529964,976.8053555,1639.381442,883.1281799,1548.307996 +398118,1599.013296,977.2739137,1637.076035,884.2019598,1542.618315 +398119,1601.318955,977.7324746,1634.810576,885.33693,1537.051119 +398120,1603.401735,978.1813117,1632.767197,886.287922,1531.587778 +398121,1605.756155,978.6206329,1630.547793,887.3868479,1526.214284 +398122,1607.983488,981.1834709,1628.344199,888.4162234,1520.915916 +398123,1610.223463,978.6028949,1626.163827,889.4479576,1515.690195 +398124,1612.592658,983.3471444,1624.005391,890.4004387,1510.52824 +398125,1614.603566,978.1412075,1621.870696,891.5239192,1505.428066 +398126,1627.99595,986.5730761,1619.731748,892.551865,1500.351699 +398127,1602.609094,976.0346315,1617.634687,893.4569004,1495.354197 +398128,1629.122789,991.8659602,1615.561719,894.5017625,1490.411126 +398129,1621.870806,970.9317737,1613.484582,895.4769325,1485.692128 +398130,1625.610536,1001.345371,1611.396694,896.4554891,1480.75628 +398131,1626.78891,958.1241845,1609.345906,896.7231701,1475.881437 +398132,1627.772101,988.4961174,1607.260744,896.826691,1471.077466 +398133,1628.295908,1002.762451,1604.988696,896.9161378,1466.220582 +398134,1629.037101,944.4291504,1602.632711,896.7777691,1461.451424 +398135,1629.583951,991.9591868,1600.220204,896.6247414,1456.78776 +398136,1630.082632,973.6929442,1597.661974,896.5632498,1452.095258 +398137,1630.521405,974.6420861,1595.008223,896.2869719,1447.414746 +398138,1631.038161,973.6536122,1592.29502,896.0225679,1442.774148 +398139,1631.148709,972.3108052,1589.519692,895.6994056,1438.157251 +398140,1641.387859,970.84348,1586.675324,895.3301231,1433.545339 +398141,1617.014442,969.5273258,1583.800758,894.9164767,1428.978406 +398142,1638.807683,967.9979297,1580.893491,894.4595511,1424.654364 +398143,1630.554637,966.4965391,1577.921003,893.9605564,1420.077804 +398144,1631.977119,965.0254219,1574.902271,893.4969149,1415.5057 +398145,1632.060775,963.3211249,1571.848576,892.8021022,1410.95168 +398146,1632.027183,961.7559467,1568.757374,892.2369879,1406.410342 +398147,1632.097382,960.0896722,1565.628565,891.5670388,1402.077615 +398148,1631.75635,958.4028375,1562.463593,890.870441,1397.478881 +398149,1632.468689,956.6856139,1559.26384,890.1370824,1393.053395 +398150,1639.81571,954.93862,1556.020867,889.367175,1388.264847 +398151,1617.639124,953.1629795,1552.770042,888.5614398,1383.546053 +398152,1637.693461,951.3760579,1549.502409,887.7203491,1379.195375 +398153,1628.972895,949.5385294,1546.183882,886.8447533,1374.649536 +398154,1630.42407,947.6673038,1542.828938,885.8567972,1370.371769 +398155,1629.722974,945.7692522,1539.445109,885.0288588,1365.880805 +398156,1634.17808,943.8458313,1536.023866,883.9964699,1361.37411 +398157,1622.858871,941.8979986,1532.581842,882.9983612,1356.874949 +398158,1630.225192,939.9263664,1529.119215,881.9562548,1352.597038 +398159,1627.810705,937.9316863,1525.619061,880.881693,1348.112488 +398160,1627.026018,935.9145479,1522.086987,879.8538604,1343.616398 +398161,1383.943632,823.9705792,1525.773858,768.9214171,1351.884781 +398162,1376.785416,819.076322,1519.231634,764.613708,1344.14073 +398163,1371.24108,814.8270949,1507.256126,761.4599153,1327.858515 +398164,1366.205836,810.7917664,1495.178753,758.3246534,1311.760734 +398165,1361.459431,807.1090824,1485.372831,755.3684034,1298.104376 +398166,1357.081057,803.1674112,1477.967138,752.4686991,1288.129245 +398167,1352.796979,799.5885798,1472.332893,749.6022557,1280.475615 +398168,1348.196972,795.7427839,1467.84333,746.7534555,1274.832211 +398169,1343.93065,792.2585142,1464.104573,743.9081599,1270.499265 +398170,1339.75479,788.5438072,1460.8791,741.0645448,1267.172813 +398171,1335.484341,784.8817686,1457.850247,738.1436235,1264.664613 +398172,1331.17151,781.2001275,1455.311497,735.3857552,1262.835537 +398173,1327.000406,777.6178468,1453.0058,732.5338932,1261.566428 +398174,1322.534761,773.8846196,1450.864717,729.5593333,1260.75954 +398175,1318.554978,770.3759598,1448.851083,726.6401771,1260.335302 +398176,1314.257086,766.4707427,1446.923391,723.8153117,1260.228121 +398177,1309.903551,763.0329693,1445.065993,720.8417013,1260.38677 +398178,1330.136741,759.2301759,1443.22074,717.9090926,1260.717976 +398179,1264.576941,755.6480507,1441.462289,714.9519638,1261.311251 +398180,1343.709524,751.8936054,1439.721863,711.9767508,1262.055402 +398181,1245.823399,748.3592319,1438.001331,708.9890242,1262.947435 +398182,1323.853965,744.6005882,1436.306972,705.9830091,1263.972885 +398183,1257.63085,740.8569304,1434.592635,702.9614949,1265.073462 +398184,1290.156547,737.2269817,1432.86186,718.9105131,1266.234713 +398185,1273.335708,733.4818461,1431.152865,668.655739,1267.29878 +398186,1271.142549,729.8354696,1429.471088,707.3864386,1268.676356 +398187,1266.756181,726.057413,1427.726619,695.1497368,1270.049959 +398188,1262.395046,722.4153736,1425.986352,676.442267,1271.48423 +398189,1258.075353,718.5799109,1424.242967,696.9750457,1272.973527 +398190,1253.472615,714.9221868,1422.492169,669.4671885,1274.498663 +398191,1250.944151,712.4562202,1420.725639,686.1199038,1276.056108 +398192,1248.450591,710.3070377,1419.052797,673.9124575,1277.604208 +398193,1246.206014,708.1272944,1417.564166,677.13855,1279.144631 +398194,1244.044874,706.1118649,1416.274166,674.1305669,1280.676309 +398195,1241.966048,704.2737048,1415.158925,672.9125362,1282.197235 +398196,1239.95848,702.3741574,1414.190558,671.4991943,1283.710341 +398197,1238.016718,700.5887483,1413.343652,670.1322522,1285.215985 +398198,1236.134942,698.8500545,1412.600196,668.8136743,1286.715851 +398199,1234.430067,697.1640238,1411.945523,667.5401228,1288.209739 +398200,1232.357179,695.5898968,1411.368833,666.3091773,1289.698487 +398201,1230.900431,693.9105507,1410.862549,665.1187867,1291.184395 +398202,1229.122677,692.410535,1410.420219,663.966963,1292.669361 +398203,1227.511662,690.9012015,1410.036209,662.8520413,1294.154756 +398204,1225.92676,689.4423675,1409.705458,661.7723328,1295.641463 +398205,1224.382588,688.0132469,1409.42383,660.7263376,1297.070996 +398206,1222.877941,686.6242562,1409.188246,659.7127438,1298.442029 +398207,1221.411544,685.2123433,1408.995734,658.7904891,1299.769998 +398208,1219.981413,683.9844176,1408.843696,657.7502091,1301.06915 +398209,1218.575093,682.7337044,1408.729704,656.8691016,1302.348636 +398210,1217.224293,681.3962409,1408.653829,655.9656855,1303.613825 +398211,1215.767966,680.2319408,1408.612389,655.0967087,1304.870207 +398212,1214.638807,679.0390045,1408.60463,654.2535121,1306.119928 +398213,1213.287756,677.8831987,1408.628571,653.3756822,1307.365089 +398214,1212.066837,676.7558857,1408.682184,652.6629446,1308.608052 +398215,1210.856203,675.6558137,1408.763564,651.8447096,1309.85061 +398216,1209.788838,674.5827459,1408.870314,651.099584,1311.093002 +398217,1208.459751,673.5354615,1409.001371,650.3673636,1312.336517 +398218,1207.409909,672.5137094,1409.156849,649.6565544,1313.583456 +398219,1206.285142,671.5748864,1409.335581,648.9661618,1314.834281 +398220,1205.201768,670.5157095,1409.536645,648.2961011,1316.089515 +398221,1439.629559,776.2529314,1407.249397,754.5087362,1313.300042 +398222,1443.282953,777.5717331,1414.790986,755.8255118,1324.76211 +398223,1445.507832,778.1207467,1427.368838,756.9260986,1344.04817 +398224,1447.116538,778.7155426,1439.737814,757.6125285,1364.112125 +398225,1448.933768,778.9870368,1449.571244,758.19424,1381.160219 +398226,1449.987302,779.2987427,1456.806342,758.7100749,1395.02764 +398227,1451.349942,779.402131,1462.134564,759.1878526,1406.554588 +398228,1452.516873,779.6280166,1466.210202,759.7081186,1416.027505 +398229,1453.658984,779.786905,1469.460387,759.9875596,1424.368967 +398230,1454.765607,779.9485426,1472.126089,760.5623929,1431.353317 +398231,1455.843927,780.107131,1474.349325,760.9324603,1437.566747 +398232,1456.899003,780.2645102,1476.228807,761.3638575,1442.796369 +398233,1457.933859,780.4222458,1477.840314,761.7838627,1447.461216 +398234,1458.951315,780.5812061,1479.243324,762.2021854,1451.371954 +398235,1459.952921,780.7419495,1480.485349,762.6197802,1454.789069 +398236,1460.93983,780.9047759,1481.600759,763.0369893,1458.037598 +398237,1461.913461,781.0700738,1482.615158,763.4542689,1460.791743 +398238,1463.007388,781.2379699,1483.549876,763.8718136,1463.278254 +398239,1463.704413,781.3891082,1484.421666,764.2638596,1465.538754 +398240,1464.792578,781.5771583,1485.238753,764.701651,1467.593051 +398241,1465.667354,781.7375268,1486.014442,765.0995108,1469.485516 +398242,1466.582399,781.9106199,1486.753259,765.5114976,1471.228127 +398243,1467.500395,782.0242524,1487.461271,765.9289514,1472.841267 +398244,1468.413577,782.3055179,1488.14394,766.348885,1474.344612 +398245,1469.319986,782.445309,1488.80509,766.7698741,1475.753287 +398246,1470.219187,782.6450193,1489.447796,767.1920966,1477.078996 +398247,1471.111012,782.837224,1490.074461,767.615023,1478.331182 +398248,1471.996314,783.032042,1490.686799,768.1061084,1479.517414 +398249,1472.874352,783.2290588,1491.286538,768.4313968,1480.644681 +398250,1473.746221,783.4286016,1491.875103,768.9041409,1481.71894 +398251,1474.171282,783.3089567,1492.455413,769.0015887,1482.747549 +398252,1474.472154,783.1102994,1492.996651,769.0266716,1483.738817 +398253,1474.712008,782.8341628,1493.47607,769.0122444,1484.698745 +398254,1474.910037,782.5820211,1493.888174,768.9703205,1485.630584 +398255,1475.072776,782.3190941,1494.236535,768.9056395,1486.743552 +398256,1475.204996,782.0422158,1494.529093,768.8402117,1487.61706 +398257,1475.307976,781.7509079,1494.775778,768.7610475,1488.463842 +398258,1475.38424,781.4460861,1494.983864,768.6669334,1489.290517 +398259,1475.434136,781.1279225,1495.157823,768.5575923,1490.099674 +398260,1475.459595,780.7973351,1495.300894,768.4337875,1490.891934 +398261,1475.470766,780.5038339,1495.415556,768.3196608,1491.667285 +398262,1475.43452,780.1121759,1495.505751,768.1481953,1492.408355 +398263,1475.406591,779.7934612,1495.571264,768.0079151,1493.138908 +398264,1475.325734,779.3766255,1495.615645,767.8081755,1493.845665 +398265,1475.259598,779.0377639,1495.637901,767.6444245,1494.547633 +398266,1475.134681,778.5983623,1495.641695,767.4178497,1495.228187 +398267,1475.032243,778.3070418,1495.624818,767.2319687,1495.903066 +398268,1474.865611,777.749324,1495.591087,766.9800291,1496.555979 +398269,1474.728874,777.4213006,1495.53892,766.7731942,1497.203635 +398270,1474.522788,776.9313367,1495.472533,766.4299888,1497.830922 +398271,1474.353576,776.540186,1495.388997,766.3020933,1498.452961 +398272,1474.110077,776.0417368,1495.292338,765.9560277,1499.05488 +398273,1473.910055,775.6354183,1495.179488,765.720323,1499.651544 +398274,1473.630998,775.1195139,1495.054838,765.3997648,1500.228919 +398275,1473.401659,774.6986801,1494.914782,765.1359942,1500.801064 +398276,1473.088728,774.1662084,1494.763933,764.7942185,1501.354568 +398277,1472.831442,773.7315965,1494.598365,764.5130889,1501.90293 +398278,1472.486198,773.1833783,1494.422923,764.1512358,1502.433349 +398279,1472.202495,772.7356626,1494.233359,763.8534542,1502.95874 +398280,1471.827016,772.1724497,1494.034751,763.47233,1503.466891 +398281,1518.218679,794.3838783,1495.153703,785.8748077,1506.477777 +398282,1520.158727,795.0008872,1498.061168,786.6294398,1512.554 +398283,1521.06696,795.1220478,1501.869216,786.9244841,1519.803482 +398284,1521.655309,795.1095033,1505.583099,787.0680829,1526.852845 +398285,1521.990389,794.988128,1508.757594,787.0995225,1533.189424 +398286,1522.229908,794.8153377,1511.375704,787.0802629,1538.816923 +398287,1522.390845,794.6041811,1513.571559,787.0214531,1543.895376 +398288,1522.486859,794.3625123,1515.476533,786.9304196,1548.568802 +398289,1522.529456,794.0960207,1517.178555,786.8127639,1552.930469 +398290,1522.526741,793.8085687,1518.729875,786.6723295,1557.037227 +398291,1522.483202,793.5022896,1520.162731,786.511251,1560.927441 +398292,1522.402923,793.1790462,1521.499617,786.3315382,1564.631034 +398293,1522.287658,792.8396563,1522.757877,786.1335349,1568.173288 +398294,1522.140076,792.4852987,1523.951298,785.9190788,1571.575837 +398295,1521.961002,792.116344,1525.090202,785.7557999,1574.856326 +398296,1521.752462,791.7336682,1526.183059,785.4100928,1578.030183 +398297,1521.514829,791.3374342,1527.23708,785.1956701,1581.111207 +398298,1521.113692,790.9283593,1528.257718,784.9094573,1584.110833 +398299,1521.021907,790.5065182,1529.248572,784.6183554,1587.037912 +398300,1520.607912,790.0725256,1530.212474,784.3137089,1589.900019 +398301,1520.283942,789.6924811,1531.15158,783.9952198,1592.70354 +398302,1519.952999,789.1937045,1532.067695,783.7036551,1595.454076 +398303,1519.529641,788.7306491,1532.968444,783.3294729,1598.150575 +398304,1519.153663,788.2930952,1533.848648,783.0108086,1600.806294 +398305,1518.813983,787.7568959,1534.712852,782.6075418,1603.418902 +398306,1518.197336,787.3088308,1535.555671,782.197847,1605.998655 +398307,1517.768832,786.7490029,1536.385077,781.8665823,1608.544105 +398308,1517.237668,786.2167884,1537.195876,781.4055773,1611.06389 +398309,1516.718648,785.6803981,1537.988305,780.9945349,1613.560223 +398310,1516.191199,785.135723,1538.764532,780.563514,1616.032818 +398311,1515.75017,784.6812556,1539.525816,780.2087919,1618.48106 +398312,1515.216712,784.1222023,1540.283842,779.7732747,1620.90067 +398313,1514.757427,783.6574562,1541.033444,779.4080437,1623.298662 +398314,1514.195418,783.0852283,1541.780984,778.9576797,1625.673156 +398315,1513.710303,782.5440038,1542.518653,778.5790395,1628.030168 +398316,1512.983276,782.0530037,1543.252867,778.1122155,1630.367059 +398317,1512.667745,781.5193939,1543.975412,777.7198136,1632.687984 +398318,1511.948557,780.9289838,1544.693372,777.2365302,1634.990119 +398319,1511.430584,780.4297908,1545.399347,776.8305511,1637.278049 +398320,1510.774475,779.8159519,1546.101015,776.3311442,1639.5493 +398321,1510.211611,779.3700409,1546.789991,775.8459526,1641.806976 +398322,1509.52473,778.6481932,1547.474188,775.4269984,1644.048659 +398323,1508.937384,778.1722744,1548.145456,775.0150835,1646.277585 +398324,1508.221196,777.5226492,1548.812435,774.3975476,1648.492053 +398325,1507.5352,776.9182348,1549.467782,773.9397954,1650.696203 +398326,1506.84399,776.3159966,1550.111082,773.4258215,1652.890536 +398327,1506.141655,775.7101893,1550.74471,772.9160907,1655.074312 +398328,1505.427979,775.099895,1551.370681,772.4009346,1657.247136 +398329,1504.702207,774.4845732,1551.989878,771.8795879,1659.409022 +398330,1503.964949,773.8643784,1552.60245,771.3522631,1661.560167 +398331,1503.08425,773.23909,1553.20857,770.8189185,1663.701188 +398332,1502.516789,772.6089909,1553.807851,770.2793359,1665.831993 +398333,1501.652814,771.9739144,1554.400054,769.7340576,1667.95259 +398334,1500.88908,771.334188,1554.950981,788.8173914,1670.020279 +398335,1500.095901,770.6895633,1555.54059,739.5227388,1672.135194 +398336,1499.420071,770.040418,1556.156648,782.0949084,1674.282519 +398337,1498.413783,769.4492789,1556.693088,778.6330036,1676.329903 +398338,1497.679366,768.6992785,1557.2445,746.9521622,1678.395503 +398339,1496.82469,768.0806234,1557.827016,774.8188479,1680.499459 +398340,1495.978225,767.4043889,1558.349807,776.3249754,1682.528321 +398341,1418.401454,733.5839048,1558.885151,713.9476602,1684.421586 +398342,1417.007902,732.6506211,1556.225253,739.6868569,1681.384751 +398343,1415.722571,731.7764911,1551.981258,728.4838255,1675.711259 +398344,1414.460952,730.9032272,1547.929747,729.565521,1669.993449 +398345,1413.518185,730.1868081,1544.821656,728.8668056,1665.219266 +398346,1412.32056,729.4055695,1542.635407,728.1497007,1661.883766 +398347,1411.230116,728.5299785,1541.115403,727.4303874,1659.496115 +398348,1410.121386,727.7750569,1540.028503,726.7102197,1657.787288 +398349,1409.010817,726.9683696,1539.22727,725.988305,1656.383789 +398350,1407.897021,726.1691714,1538.62686,725.2641153,1655.620925 +398351,1406.779769,725.3684036,1538.174256,724.5373458,1655.177158 +398352,1405.65766,724.5656916,1537.835745,723.807753,1654.794042 +398353,1404.531505,723.7608649,1537.585551,723.0752092,1654.923242 +398354,1403.400332,722.9538068,1537.401927,722.3396202,1655.094982 +398355,1402.264254,722.1444771,1537.265914,721.6608059,1655.797579 +398356,1401.123166,721.3328238,1537.163516,720.8314741,1656.454707 +398357,1399.977926,720.5774985,1537.089054,720.1285956,1656.933686 +398358,1398.824138,719.6753222,1537.039292,719.3717858,1657.698975 +398359,1397.669256,718.8979023,1537.011698,718.6207695,1658.30325 +398360,1396.507697,718.0682648,1537.002903,717.8669283,1659.187493 +398361,1395.341624,717.1871167,1537.007637,717.1102183,1660.141989 +398362,1394.17078,716.4466587,1537.021854,716.2913134,1661.152368 +398363,1392.995254,715.5786179,1537.043178,715.6158014,1662.208894 +398364,1391.815145,714.7578756,1537.070249,714.8091433,1663.305017 +398365,1390.630585,713.9264943,1537.104041,714.0503778,1664.228264 +398366,1389.441616,713.0930016,1537.144398,713.2802372,1665.385923 +398367,1388.248378,712.2575508,1537.188475,712.5074822,1666.575623 +398368,1387.050973,711.4201689,1537.234396,711.732235,1667.788678 +398369,1385.849515,710.6381664,1537.28122,710.954605,1669.019791 +398370,1384.644051,709.713202,1537.328837,710.1746245,1670.266345 +398371,1383.577338,708.994093,1537.376541,709.5477229,1671.525783 +398372,1382.387409,708.2207883,1537.433884,708.7757723,1672.797926 +398373,1381.445998,707.4281206,1537.504573,708.1078235,1674.081278 +398374,1380.322792,706.6830058,1537.583075,707.4344472,1675.371205 +398375,1379.283251,705.9269496,1537.671948,706.7613726,1676.668727 +398376,1378.223393,705.1689419,1537.770696,706.0879935,1677.973493 +398377,1377.163992,704.4114146,1537.877211,705.4163732,1679.28434 +398378,1376.223138,703.6550219,1537.988608,704.7471001,1680.598946 +398379,1374.995729,702.899644,1538.103757,704.080055,1681.916604 +398380,1374.024997,702.0897427,1538.2233,703.4153944,1683.238402 +398381,1372.956815,701.4735777,1538.346431,702.7529145,1684.563484 +398382,1371.907798,700.6006803,1538.472631,702.0927563,1685.891277 +398383,1370.861241,699.8967028,1538.602301,701.4347098,1687.222338 +398384,1369.817078,699.1378695,1538.735197,700.7789273,1688.556422 +398385,1368.774924,698.3878798,1538.870943,700.1252183,1689.893116 +398386,1367.621425,697.6387654,1539.011502,699.4170509,1691.024075 +398387,1366.751058,696.8902371,1539.156253,698.9073837,1692.372406 +398388,1365.635848,696.1423942,1539.302356,698.1371339,1693.725949 +398389,1364.619556,695.39502,1539.449321,697.5403877,1695.080157 +398390,1363.589432,694.6482389,1539.597275,696.8890282,1696.433433 +398391,1362.561088,693.9018281,1539.557417,696.2480299,1697.787717 +398392,1361.535459,693.1559205,1539.719602,695.6093918,1699.144085 +398393,1360.512203,692.4644789,1539.886722,694.9728816,1700.49965 +398394,1359.491759,691.6398977,1540.052845,694.3386753,1701.853152 +398395,1358.473848,690.9329764,1540.216764,693.7066396,1703.205562 +398396,1357.458943,690.1802064,1540.378828,693.0769745,1704.557431 +398397,1356.446595,689.4356948,1536.539602,692.4496639,1705.715418 +398398,1355.43645,688.6921622,1509.864575,691.8254734,1705.351978 +398399,1354.429887,687.9483218,1520.393613,691.2031551,1703.833095 +398400,1353.427797,687.2042367,1517.603584,690.5828528,1702.854927 +398401,1198.870702,620.0444087,1358.633732,623.6226125,1699.625823 +398402,1196.178921,618.7552693,1355.070728,622.3135739,1678.465892 +398403,1194.069872,617.3760027,1352.017843,621.2382521,1652.049598 +398404,1192.304445,616.3529922,1349.176213,620.2290053,1629.725469 +398405,1190.496777,615.1999263,1346.221408,619.2583646,1613.553665 +398406,1188.567263,614.1172136,1343.407818,618.3086697,1602.338036 +398407,1186.879447,613.0385548,1340.603959,617.3739222,1594.612313 +398408,1185.018376,611.9680997,1337.861152,616.4506004,1589.216405 +398409,1183.51436,610.941698,1335.335725,615.5698265,1585.397177 +398410,1181.683148,609.8553953,1332.327281,614.6409175,1582.689877 +398411,1180.059344,608.8330633,1329.857568,613.7714896,1580.803047 +398412,1178.325353,607.7533966,1327.078171,612.8568393,1579.557466 +398413,1176.707786,606.7372058,1324.470706,612.0009511,1578.806186 +398414,1174.995985,605.6636598,1316.680351,611.1003239,1578.27454 +398415,1173.501392,604.7025038,1321.454431,610.25794,1578.06698 +398416,1171.660522,603.5610778,1315.596601,609.3712786,1578.305908 +398417,1170.156447,602.5901559,1313.485106,608.5422514,1578.752775 +398418,1168.543089,601.5595115,1311.137339,607.652918,1579.344191 +398419,1166.773196,600.4915597,1308.575036,606.8570928,1580.096391 +398420,1165.375825,599.4909765,1305.912173,606.0628443,1580.961595 +398421,1163.739033,598.4243112,1303.473367,605.1786565,1581.929389 +398422,1162.189609,597.4758094,1300.993241,604.4000703,1582.997914 +398423,1160.635432,596.4207534,1298.433817,603.5843933,1584.152847 +398424,1159.092762,595.4094628,1295.985481,602.7838716,1585.380683 +398425,1157.562635,594.3924356,1293.612841,601.9913575,1586.671892 +398426,1156.045796,593.425452,1290.937978,601.2072044,1588.011695 +398427,1154.542667,592.3410434,1288.623013,600.4315429,1589.398454 +398428,1153.05387,591.3632108,1286.108599,599.6647614,1590.836234 +398429,1151.480078,590.3457656,1283.708588,598.9070154,1592.320846 +398430,1150.167453,589.3372334,1281.361016,598.1587099,1593.844916 +398431,1148.391954,588.2017844,1278.466229,597.2537334,1595.391771 +398432,1146.786396,587.1205526,1276.004039,596.3854241,1596.952655 +398433,1145.14576,585.9641395,1273.185744,595.4533085,1598.330192 +398434,1169.409939,584.8708863,1270.625648,594.5755662,1599.891903 +398435,1102.57295,583.7047517,1267.937513,593.6883772,1601.558016 +398436,1158.972006,583.0289484,1265.142965,592.7373311,1603.285531 +398437,1148.780874,581.234361,1262.513985,591.8360519,1604.917486 +398438,1114.699852,580.422826,1251.601632,590.9514879,1606.713091 +398439,1164.808957,579.1822563,1269.309971,590.0184602,1608.865946 +398440,1102.233322,578.0244859,1232.301378,589.0601953,1611.414673 +398441,1160.414548,576.9141463,1277.14174,588.2650722,1614.248254 +398442,1104.635486,575.7281251,1221.24776,587.3069311,1617.265682 +398443,1144.894739,574.6083582,1259.274158,586.4503667,1620.294261 +398444,1115.663067,573.4161932,1242.517221,585.5335916,1623.270692 +398445,1129.188114,572.2479722,1232.326238,584.6905356,1626.328364 +398446,1122.593476,571.0802,1242.958568,583.7727923,1629.442474 +398447,1121.824668,569.947764,1230.832679,582.9047315,1632.57614 +398448,1120.305021,568.7850959,1251.44538,582.0569575,1635.692635 +398449,1118.673521,567.5869115,1201.334163,581.1662489,1638.873517 +398450,1117.16372,566.4513359,1256.478489,580.3379067,1642.054331 +398451,1115.463109,565.2415592,1195.651803,579.4142614,1645.228856 +398452,1114.117843,564.1014965,1233.004288,578.715582,1648.420703 +398453,1112.566905,562.8869265,1215.715831,577.7542946,1651.562825 +398454,1110.613239,561.7322187,1227.738697,576.7868631,1654.652462 +398455,1109.012104,560.5883103,1194.723528,575.8719783,1657.785359 +398456,1107.513836,559.4138921,1224.158922,575.0561413,1660.921773 +398457,1105.950521,558.2006344,1198.013176,574.2018814,1664.030337 +398458,1104.51896,557.0517524,1208.500703,573.4148201,1667.134788 +398459,1103.002162,555.8267986,1201.352838,572.6328091,1670.225864 +398460,1101.548351,554.6272072,1199.35579,571.7702,1673.304005 +398461,1100.938568,553.5456388,843.2657168,571.157215,2081.881925 +398462,1403.848496,683.3417584,881.2310882,701.7624073,2148.514457 +398463,1409.64909,685.7364636,929.3561256,704.0185548,2227.321775 +398464,1407.382785,684.3110463,973.3895302,702.8824408,2295.831631 +398465,1417.684493,682.6797422,1006.810037,702.4036057,2342.709758 +398466,1389.66678,682.0266759,1026.962379,701.8927946,2364.076015 +398467,1413.868344,681.013411,1038.259162,701.4717189,2368.837107 +398468,1403.029207,680.0048439,1045.574399,701.0370778,2367.600657 +398469,1404.558087,678.9874658,1050.954711,700.634588,2364.470775 +398470,1404.03029,678.1117209,1055.25454,700.2780324,2360.992766 +398471,1403.625451,677.116091,1058.835652,699.9372595,2357.688221 +398472,1403.205018,676.1090374,1061.866337,699.602222,2354.682069 +398473,1402.894193,675.1683016,1064.446662,699.3322813,2351.972009 +398474,1402.585921,674.1645969,1066.649447,699.0707248,2349.533273 +398475,1402.383395,673.2290353,1068.534276,698.8723011,2347.332998 +398476,1402.19589,672.2291979,1070.150377,698.6900489,2345.346128 +398477,1402.116562,671.2976215,1071.538696,698.5720754,2343.357505 +398478,1402.068442,670.301031,1072.733353,698.4799971,2341.739365 +398479,1402.131703,669.3727884,1073.774717,698.4535613,2340.293526 +398480,1402.246045,668.3787562,1074.675368,698.4646385,2338.977685 +398481,1402.475651,667.4530423,1075.445313,698.5431623,2337.752144 +398482,1402.780342,666.4608523,1076.1071,698.6730936,2336.618582 +398483,1403.2053,665.5369421,1076.676473,698.8728709,2335.56838 +398484,1403.734294,664.5458304,1077.1666,699.1409228,2334.596087 +398485,1404.389642,663.622964,1077.587226,699.482068,2333.691614 +398486,1405.184522,662.6322103,1077.9475,699.912015,2332.850015 +398487,1406.113398,661.7096663,1078.253959,700.4194766,2332.06256 +398488,1407.22517,660.7185746,1078.513367,701.0409199,2331.325746 +398489,1408.48116,659.7956638,1078.730158,701.7458946,2330.632323 +398490,1409.973252,658.7617682,1078.909487,702.5959956,2329.785945 +398491,1410.611657,657.7287707,1079.054293,702.9287116,2329.184045 +398492,1411.164552,656.5777661,1079.162848,703.2159065,2328.614955 +398493,1411.760104,655.4509774,1079.23461,703.5272156,2328.074269 +398494,1412.43759,654.3072328,1079.27111,703.8866495,2327.558894 +398495,1413.224033,653.1548957,1079.274952,704.3088753,2327.066547 +398496,1414.142119,651.9948654,1079.248961,704.8061783,2325.799062 +398497,1415.212071,650.8276703,1079.196197,705.3905819,2320.31925 +398498,1416.567338,649.6536531,1079.107455,706.0747888,2310.174643 +398499,1417.834861,648.4731518,1078.995078,706.872732,2311.636969 +398500,1419.582331,647.2863894,1078.868067,707.8001325,2318.258348 +398501,1421.478411,646.0935695,1078.723092,708.8748677,2307.753879 +398502,1425.84212,644.8948898,1078.560636,710.117459,2309.029451 +398503,1420.876921,643.6905485,1078.380251,710.3597125,2309.468438 +398504,1430.959875,642.4795639,1078.182264,710.4225181,2308.861651 +398505,1416.378119,641.262437,1077.967764,710.4278177,2307.885889 +398506,1436.168125,640.0394677,1077.738306,710.4087791,2300.849535 +398507,1411.327347,638.7701609,1077.493722,710.3800875,2310.516906 +398508,1441.900966,637.5965551,1077.234577,710.3504238,2300.871111 +398509,1405.855493,636.3264846,1076.961671,710.3259881,2308.987734 +398510,1448.00954,635.0875546,1076.675978,710.311704,2298.52011 +398511,1400.186222,633.8362906,1076.37768,710.3119314,2307.840668 +398512,1454.80254,632.5792175,1076.067423,710.3305154,2296.877314 +398513,1394.033625,631.3163762,1075.745907,710.3710307,2300.538124 +398514,1439.501095,630.0476692,1075.412708,710.43651,2300.938359 +398515,1422.882187,628.7731605,1075.06829,710.5295248,2299.843712 +398516,1429.275914,627.4928241,1074.713372,710.651672,2298.860708 +398517,1420.554264,626.2067415,1074.348209,710.8033468,2298.197947 +398518,1440.031989,624.9150609,1073.973117,710.9830837,2297.597408 +398519,1411.095957,623.6180758,1073.588246,711.1867518,2296.94479 +398520,1453.95731,622.3161829,1073.193986,711.455315,2296.265289 +398521,0,0,0,0,0 +398522,0,0,0,0,0 +398523,0,0,0,0,0 +398524,0,0,0,0,0 +398525,0,0,0,0,0 +398526,0,0,0,0,0 +398527,0,0,0,0,0 +398528,0,0,0,0,0 +398529,0,0,0,0,0 +398530,0,0,0,0,0 +398531,0,0,0,0,0 +398532,0,0,0,0,0 +398533,0,0,0,0,0 +398534,0,0,0,0,0 +398535,0,0,0,0,0 +398536,0,0,0,0,0 +398537,0,0,0,0,0 +398538,0,0,0,0,0 +398539,0,0,0,0,0 +398540,0,0,0,0,0 +398541,0,0,0,0,0 +398542,0,0,0,0,0 +398543,0,0,0,0,0 +398544,0,0,0,0,0 +398545,0,0,0,0,0 +398546,0,0,0,0,0 +398547,0,0,0,0,0 +398548,0,0,0,0,0 +398549,0,0,0,0,0 +398550,0,0,0,0,0 +398551,0,0,0,0,0 +398552,0,0,0,0,0 +398553,0,0,0,0,0 +398554,0,0,0,0,0 +398555,0,0,0,0,0 +398556,0,0,0,0,0 +398557,0,0,0,0,0 +398558,0,0,0,0,0 +398559,0,0,0,0,0 +398560,0,0,0,0,0 +398561,0,0,0,0,0 +398562,0,0,0,0,0 +398563,0,0,0,0,0 +398564,0,0,0,0,0 +398565,0,0,0,0,0 +398566,0,0,0,0,0 +398567,0,0,0,0,0 +398568,0,0,0,0,0 +398569,0,0,0,0,0 +398570,0,0,0,0,0 +398571,0,0,0,0,0 +398572,0,0,0,0,0 +398573,0,0,0,0,0 +398574,0,0,0,0,0 +398575,0,0,0,0,0 +398576,0,0,0,0,0 +398577,0,0,0,0,0 +398578,0,0,0,0,0 +398579,0,0,0,0,0 +398580,0,0,0,0,0 +398581,0,0,0,0,0 +398582,0,0,0,0,0 +398583,0,0,0,0,0 +398584,0,0,0,0,0 +398585,0,0,0,0,0 +398586,0,0,0,0,0 +398587,0,0,0,0,0 +398588,0,0,0,0,0 +398589,0,0,0,0,0 +398590,0,0,0,0,0 +398591,0,0,0,0,0 +398592,0,0,0,0,0 +398593,0,0,0,0,0 +398594,0,0,0,0,0 +398595,0,0,0,0,0 +398596,0,0,0,0,0 +398597,0,0,0,0,0 +398598,0,0,0,0,0 +398599,0,0,0,0,0 +398600,0,0,0,0,0 +398601,0,0,0,0,0 +398602,0,0,0,0,0 +398603,0,0,0,0,0 +398604,0,0,0,0,0 +398605,0,0,0,0,0 +398606,0,0,0,0,0 +398607,0,0,0,0,0 +398608,0,0,0,0,0 +398609,0,0,0,0,0 +398610,0,0,0,0,0 +398611,0,0,0,0,0 +398612,0,0,0,0,0 +398613,0,0,0,0,0 +398614,0,0,0,0,0 +398615,0,0,0,0,0 +398616,0,0,0,0,0 +398617,0,0,0,0,0 +398618,0,0,0,0,0 +398619,0,0,0,0,0 +398620,0,0,0,0,0 +398621,0,0,0,0,0 +398622,0,0,0,0,0 +398623,0,0,0,0,0 +398624,0,0,0,0,0 +398625,0,0,0,0,0 +398626,0,0,0,0,0 +398627,0,0,0,0,0 +398628,0,0,0,0,0 +398629,0,0,0,0,0 +398630,0,0,0,0,0 +398631,0,0,0,0,0 +398632,0,0,0,0,0 +398633,0,0,0,0,0 +398634,0,0,0,0,0 +398635,0,0,0,0,0 +398636,0,0,0,0,0 +398637,0,0,0,0,0 +398638,0,0,0,0,0 +398639,0,0,0,0,0 +398640,0,0,0,0,0 +398641,0,0,0,0,0 +398642,0,0,0,0,0 +398643,0,0,0,0,0 +398644,0,0,0,0,0 +398645,0,0,0,0,0 +398646,0,0,0,0,0 +398647,0,0,0,0,0 +398648,0,0,0,0,0 +398649,0,0,0,0,0 +398650,0,0,0,0,0 +398651,0,0,0,0,0 +398652,0,0,0,0,0 +398653,0,0,0,0,0 +398654,0,0,0,0,0 +398655,0,0,0,0,0 +398656,0,0,0,0,0 +398657,0,0,0,0,0 +398658,0,0,0,0,0 +398659,0,0,0,0,0 +398660,0,0,0,0,0 +398661,0,0,0,0,0 +398662,0,0,0,0,0 +398663,0,0,0,0,0 +398664,0,0,0,0,0 +398665,0,0,0,0,0 +398666,0,0,0,0,0 +398667,0,0,0,0,0 +398668,0,0,0,0,0 +398669,0,0,0,0,0 +398670,0,0,0,0,0 +398671,0,0,0,0,0 +398672,0,0,0,0,0 +398673,0,0,0,0,0 +398674,0,0,0,0,0 +398675,0,0,0,0,0 +398676,0,0,0,0,0 +398677,0,0,0,0,0 +398678,0,0,0,0,0 +398679,0,0,0,0,0 +398680,0,0,0,0,0 +398681,0,0,0,0,0 +398682,0,0,0,0,0 +398683,0,0,0,0,0 +398684,0,0,0,0,0 +398685,0,0,0,0,0 +398686,0,0,0,0,0 +398687,0,0,0,0,0 +398688,0,0,0,0,0 +398689,0,0,0,0,0 +398690,0,0,0,0,0 +398691,0,0,0,0,0 +398692,0,0,0,0,0 +398693,0,0,0,0,0 +398694,0,0,0,0,0 +398695,0,0,0,0,0 +398696,0,0,0,0,0 +398697,0,0,0,0,0 +398698,0,0,0,0,0 +398699,0,0,0,0,0 +398700,0,0,0,0,0 +398701,0,0,0,0,0 +398702,0,0,0,0,0 +398703,0,0,0,0,0 +398704,0,0,0,0,0 +398705,0,0,0,0,0 +398706,0,0,0,0,0 +398707,0,0,0,0,0 +398708,0,0,0,0,0 +398709,0,0,0,0,0 +398710,0,0,0,0,0 +398711,0,0,0,0,0 +398712,0,0,0,0,0 +398713,0,0,0,0,0 +398714,0,0,0,0,0 +398715,0,0,0,0,0 +398716,0,0,0,0,0 +398717,0,0,0,0,0 +398718,0,0,0,0,0 +398719,0,0,0,0,0 +398720,0,0,0,0,0 +398721,0,0,0,0,0 +398722,0,0,0,0,0 +398723,0,0,0,0,0 +398724,0,0,0,0,0 +398725,0,0,0,0,0 +398726,0,0,0,0,0 +398727,0,0,0,0,0 +398728,0,0,0,0,0 +398729,0,0,0,0,0 +398730,0,0,0,0,0 +398731,0,0,0,0,0 +398732,0,0,0,0,0 +398733,0,0,0,0,0 +398734,0,0,0,0,0 +398735,0,0,0,0,0 +398736,0,0,0,0,0 +398737,0,0,0,0,0 +398738,0,0,0,0,0 +398739,0,0,0,0,0 +398740,0,0,0,0,0 +398741,0,0,0,0,0 +398742,0,0,0,0,0 +398743,0,0,0,0,0 +398744,0,0,0,0,0 +398745,0,0,0,0,0 +398746,0,0,0,0,0 +398747,0,0,0,0,0 +398748,0,0,0,0,0 +398749,0,0,0,0,0 +398750,0,0,0,0,0 +398751,0,0,0,0,0 +398752,0,0,0,0,0 +398753,0,0,0,0,0 +398754,0,0,0,0,0 +398755,0,0,0,0,0 +398756,0,0,0,0,0 +398757,0,0,0,0,0 +398758,0,0,0,0,0 +398759,0,0,0,0,0 +398760,0,0,0,0,0 +398761,0,0,0,0,0 +398762,0,0,0,0,0 +398763,0,0,0,0,0 +398764,0,0,0,0,0 +398765,0,0,0,0,0 +398766,0,0,0,0,0 +398767,0,0,0,0,0 +398768,0,0,0,0,0 +398769,0,0,0,0,0 +398770,0,0,0,0,0 +398771,0,0,0,0,0 +398772,0,0,0,0,0 +398773,0,0,0,0,0 +398774,0,0,0,0,0 +398775,0,0,0,0,0 +398776,0,0,0,0,0 +398777,0,0,0,0,0 +398778,0,0,0,0,0 +398779,0,0,0,0,0 +398780,0,0,0,0,0 +398781,0,0,0,0,0 +398782,0,0,0,0,0 +398783,0,0,0,0,0 +398784,0,0,0,0,0 +398785,0,0,0,0,0 +398786,0,0,0,0,0 +398787,0,0,0,0,0 +398788,0,0,0,0,0 +398789,0,0,0,0,0 +398790,0,0,0,0,0 +398791,0,0,0,0,0 +398792,0,0,0,0,0 +398793,0,0,0,0,0 +398794,0,0,0,0,0 +398795,0,0,0,0,0 +398796,0,0,0,0,0 +398797,0,0,0,0,0 +398798,0,0,0,0,0 +398799,0,0,0,0,0 +398800,0,0,0,0,0 +398801,0,0,0,0,0 +398802,0,0,0,0,0 +398803,0,0,0,0,0 +398804,0,0,0,0,0 +398805,0,0,0,0,0 +398806,0,0,0,0,0 +398807,0,0,0,0,0 +398808,0,0,0,0,0 +398809,0,0,0,0,0 +398810,0,0,0,0,0 +398811,0,0,0,0,0 +398812,0,0,0,0,0 +398813,0,0,0,0,0 +398814,0,0,0,0,0 +398815,0,0,0,0,0 +398816,0,0,0,0,0 +398817,0,0,0,0,0 +398818,0,0,0,0,0 +398819,0,0,0,0,0 +398820,0,0,0,0,0 +398821,0,0,0,0,0 +398822,0,0,0,0,0 +398823,0,0,0,0,0 +398824,0,0,0,0,0 +398825,0,0,0,0,0 +398826,0,0,0,0,0 +398827,0,0,0,0,0 +398828,0,0,0,0,0 +398829,0,0,0,0,0 +398830,0,0,0,0,0 +398831,0,0,0,0,0 +398832,0,0,0,0,0 +398833,0,0,0,0,0 +398834,0,0,0,0,0 +398835,0,0,0,0,0 +398836,0,0,0,0,0 +398837,0,0,0,0,0 +398838,0,0,0,0,0 +398839,0,0,0,0,0 +398840,0,0,0,0,0 +398841,0,0,0,0,0 +398842,0,0,0,0,0 +398843,0,0,0,0,0 +398844,0,0,0,0,0 +398845,0,0,0,0,0 +398846,0,0,0,0,0 +398847,0,0,0,0,0 +398848,0,0,0,0,0 +398849,0,0,0,0,0 +398850,0,0,0,0,0 +398851,0,0,0,0,0 +398852,0,0,0,0,0 +398853,0,0,0,0,0 +398854,0,0,0,0,0 +398855,0,0,0,0,0 +398856,0,0,0,0,0 +398857,0,0,0,0,0 +398858,0,0,0,0,0 +398859,0,0,0,0,0 +398860,0,0,0,0,0 +398861,0,0,0,0,0 +398862,0,0,0,0,0 +398863,0,0,0,0,0 +398864,0,0,0,0,0 +398865,0,0,0,0,0 +398866,0,0,0,0,0 +398867,0,0,0,0,0 +398868,0,0,0,0,0 +398869,0,0,0,0,0 +398870,0,0,0,0,0 +398871,0,0,0,0,0 +398872,0,0,0,0,0 +398873,0,0,0,0,0 +398874,0,0,0,0,0 +398875,0,0,0,0,0 +398876,0,0,0,0,0 +398877,0,0,0,0,0 +398878,0,0,0,0,0 +398879,0,0,0,0,0 +398880,0,0,0,0,0 +398881,0,0,0,0,0 +398882,0,0,0,0,0 +398883,0,0,0,0,0 +398884,0,0,0,0,0 +398885,0,0,0,0,0 +398886,0,0,0,0,0 +398887,0,0,0,0,0 +398888,0,0,0,0,0 +398889,0,0,0,0,0 +398890,0,0,0,0,0 +398891,0,0,0,0,0 +398892,0,0,0,0,0 +398893,0,0,0,0,0 +398894,0,0,0,0,0 +398895,0,0,0,0,0 +398896,0,0,0,0,0 +398897,0,0,0,0,0 +398898,0,0,0,0,0 +398899,0,0,0,0,0 +398900,0,0,0,0,0 +398901,0,0,0,0,0 +398902,0,0,0,0,0 +398903,0,0,0,0,0 +398904,0,0,0,0,0 +398905,0,0,0,0,0 +398906,0,0,0,0,0 +398907,0,0,0,0,0 +398908,0,0,0,0,0 +398909,0,0,0,0,0 +398910,0,0,0,0,0 +398911,0,0,0,0,0 +398912,0,0,0,0,0 +398913,0,0,0,0,0 +398914,0,0,0,0,0 +398915,0,0,0,0,0 +398916,0,0,0,0,0 +398917,0,0,0,0,0 +398918,0,0,0,0,0 +398919,0,0,0,0,0 +398920,0,0,0,0,0 +398921,0,0,0,0,0 +398922,0,0,0,0,0 +398923,0,0,0,0,0 +398924,0,0,0,0,0 +398925,0,0,0,0,0 +398926,0,0,0,0,0 +398927,0,0,0,0,0 +398928,0,0,0,0,0 +398929,0,0,0,0,0 +398930,0,0,0,0,0 +398931,0,0,0,0,0 +398932,0,0,0,0,0 +398933,0,0,0,0,0 +398934,0,0,0,0,0 +398935,0,0,0,0,0 +398936,0,0,0,0,0 +398937,0,0,0,0,0 +398938,0,0,0,0,0 +398939,0,0,0,0,0 +398940,0,0,0,0,0 +398941,0,0,0,0,0 +398942,0,0,0,0,0 +398943,0,0,0,0,0 +398944,0,0,0,0,0 +398945,0,0,0,0,0 +398946,0,0,0,0,0 +398947,0,0,0,0,0 +398948,0,0,0,0,0 +398949,0,0,0,0,0 +398950,0,0,0,0,0 +398951,0,0,0,0,0 +398952,0,0,0,0,0 +398953,0,0,0,0,0 +398954,0,0,0,0,0 +398955,0,0,0,0,0 +398956,0,0,0,0,0 +398957,0,0,0,0,0 +398958,0,0,0,0,0 +398959,0,0,0,0,0 +398960,0,0,0,0,0 +398961,0,0,0,0,0 +398962,0,0,0,0,0 +398963,0,0,0,0,0 +398964,0,0,0,0,0 +398965,0,0,0,0,0 +398966,0,0,0,0,0 +398967,0,0,0,0,0 +398968,0,0,0,0,0 +398969,0,0,0,0,0 +398970,0,0,0,0,0 +398971,0,0,0,0,0 +398972,0,0,0,0,0 +398973,0,0,0,0,0 +398974,0,0,0,0,0 +398975,0,0,0,0,0 +398976,0,0,0,0,0 +398977,0,0,0,0,0 +398978,0,0,0,0,0 +398979,0,0,0,0,0 +398980,0,0,0,0,0 +398981,0,0,0,0,0 +398982,0,0,0,0,0 +398983,0,0,0,0,0 +398984,0,0,0,0,0 +398985,0,0,0,0,0 +398986,0,0,0,0,0 +398987,0,0,0,0,0 +398988,0,0,0,0,0 +398989,0,0,0,0,0 +398990,0,0,0,0,0 +398991,0,0,0,0,0 +398992,0,0,0,0,0 +398993,0,0,0,0,0 +398994,0,0,0,0,0 +398995,0,0,0,0,0 +398996,0,0,0,0,0 +398997,0,0,0,0,0 +398998,0,0,0,0,0 +398999,0,0,0,0,0 +399000,0,0,0,0,0 +399001,0,0,0,0,0 +399002,0,0,0,0,0 +399003,0,0,0,0,0 +399004,0,0,0,0,0 +399005,0,0,0,0,0 +399006,0,0,0,0,0 +399007,0,0,0,0,0 +399008,0,0,0,0,0 +399009,0,0,0,0,0 +399010,0,0,0,0,0 +399011,0,0,0,0,0 +399012,0,0,0,0,0 +399013,0,0,0,0,0 +399014,0,0,0,0,0 +399015,0,0,0,0,0 +399016,0,0,0,0,0 +399017,0,0,0,0,0 +399018,0,0,0,0,0 +399019,0,0,0,0,0 +399020,0,0,0,0,0 +399021,0,0,0,0,0 +399022,0,0,0,0,0 +399023,0,0,0,0,0 +399024,0,0,0,0,0 +399025,0,0,0,0,0 +399026,0,0,0,0,0 +399027,0,0,0,0,0 +399028,0,0,0,0,0 +399029,0,0,0,0,0 +399030,0,0,0,0,0 +399031,0,0,0,0,0 +399032,0,0,0,0,0 +399033,0,0,0,0,0 +399034,0,0,0,0,0 +399035,0,0,0,0,0 +399036,0,0,0,0,0 +399037,0,0,0,0,0 +399038,0,0,0,0,0 +399039,0,0,0,0,0 +399040,0,0,0,0,0 +399041,0,0,0,0,0 +399042,0,0,0,0,0 +399043,0,0,0,0,0 +399044,0,0,0,0,0 +399045,0,0,0,0,0 +399046,0,0,0,0,0 +399047,0,0,0,0,0 +399048,0,0,0,0,0 +399049,0,0,0,0,0 +399050,0,0,0,0,0 +399051,0,0,0,0,0 +399052,0,0,0,0,0 +399053,0,0,0,0,0 +399054,0,0,0,0,0 +399055,0,0,0,0,0 +399056,0,0,0,0,0 +399057,0,0,0,0,0 +399058,0,0,0,0,0 +399059,0,0,0,0,0 +399060,0,0,0,0,0 +399061,0,0,0,0,0 +399062,0,0,0,0,0 +399063,0,0,0,0,0 +399064,0,0,0,0,0 +399065,0,0,0,0,0 +399066,0,0,0,0,0 +399067,0,0,0,0,0 +399068,0,0,0,0,0 +399069,0,0,0,0,0 +399070,0,0,0,0,0 +399071,0,0,0,0,0 +399072,0,0,0,0,0 +399073,0,0,0,0,0 +399074,0,0,0,0,0 +399075,0,0,0,0,0 +399076,0,0,0,0,0 +399077,0,0,0,0,0 +399078,0,0,0,0,0 +399079,0,0,0,0,0 +399080,0,0,0,0,0 +399081,0,0,0,0,0 +399082,0,0,0,0,0 +399083,0,0,0,0,0 +399084,0,0,0,0,0 +399085,0,0,0,0,0 +399086,0,0,0,0,0 +399087,0,0,0,0,0 +399088,0,0,0,0,0 +399089,0,0,0,0,0 +399090,0,0,0,0,0 +399091,0,0,0,0,0 +399092,0,0,0,0,0 +399093,0,0,0,0,0 +399094,0,0,0,0,0 +399095,0,0,0,0,0 +399096,0,0,0,0,0 +399097,0,0,0,0,0 +399098,0,0,0,0,0 +399099,0,0,0,0,0 +399100,0,0,0,0,0 +399101,0,0,0,0,0 +399102,0,0,0,0,0 +399103,0,0,0,0,0 +399104,0,0,0,0,0 +399105,0,0,0,0,0 +399106,0,0,0,0,0 +399107,0,0,0,0,0 +399108,0,0,0,0,0 +399109,0,0,0,0,0 +399110,0,0,0,0,0 +399111,0,0,0,0,0 +399112,0,0,0,0,0 +399113,0,0,0,0,0 +399114,0,0,0,0,0 +399115,0,0,0,0,0 +399116,0,0,0,0,0 +399117,0,0,0,0,0 +399118,0,0,0,0,0 +399119,0,0,0,0,0 +399120,0,0,0,0,0 +399121,0,0,0,0,0 +399122,0,0,0,0,0 +399123,0,0,0,0,0 +399124,0,0,0,0,0 +399125,0,0,0,0,0 +399126,0,0,0,0,0 +399127,0,0,0,0,0 +399128,0,0,0,0,0 +399129,0,0,0,0,0 +399130,0,0,0,0,0 +399131,0,0,0,0,0 +399132,0,0,0,0,0 +399133,0,0,0,0,0 +399134,0,0,0,0,0 +399135,0,0,0,0,0 +399136,0,0,0,0,0 +399137,0,0,0,0,0 +399138,0,0,0,0,0 +399139,0,0,0,0,0 +399140,0,0,0,0,0 +399141,0,0,0,0,0 +399142,0,0,0,0,0 +399143,0,0,0,0,0 +399144,0,0,0,0,0 +399145,0,0,0,0,0 +399146,0,0,0,0,0 +399147,0,0,0,0,0 +399148,0,0,0,0,0 +399149,0,0,0,0,0 +399150,0,0,0,0,0 +399151,0,0,0,0,0 +399152,0,0,0,0,0 +399153,0,0,0,0,0 +399154,0,0,0,0,0 +399155,0,0,0,0,0 +399156,0,0,0,0,0 +399157,0,0,0,0,0 +399158,0,0,0,0,0 +399159,0,0,0,0,0 +399160,0,0,0,0,0 +399161,0,0,0,0,0 +399162,0,0,0,0,0 +399163,0,0,0,0,0 +399164,0,0,0,0,0 +399165,0,0,0,0,0 +399166,0,0,0,0,0 +399167,0,0,0,0,0 +399168,0,0,0,0,0 +399169,0,0,0,0,0 +399170,0,0,0,0,0 +399171,0,0,0,0,0 +399172,0,0,0,0,0 +399173,0,0,0,0,0 +399174,0,0,0,0,0 +399175,0,0,0,0,0 +399176,0,0,0,0,0 +399177,0,0,0,0,0 +399178,0,0,0,0,0 +399179,0,0,0,0,0 +399180,0,0,0,0,0 +399181,0,0,0,0,0 +399182,0,0,0,0,0 +399183,0,0,0,0,0 +399184,0,0,0,0,0 +399185,0,0,0,0,0 +399186,0,0,0,0,0 +399187,0,0,0,0,0 +399188,0,0,0,0,0 +399189,0,0,0,0,0 +399190,0,0,0,0,0 +399191,0,0,0,0,0 +399192,0,0,0,0,0 +399193,0,0,0,0,0 +399194,0,0,0,0,0 +399195,0,0,0,0,0 +399196,0,0,0,0,0 +399197,0,0,0,0,0 +399198,0,0,0,0,0 +399199,0,0,0,0,0 +399200,0,0,0,0,0 +399201,0,0,0,0,0 +399202,0,0,0,0,0 +399203,0,0,0,0,0 +399204,0,0,0,0,0 +399205,0,0,0,0,0 +399206,0,0,0,0,0 +399207,0,0,0,0,0 +399208,0,0,0,0,0 +399209,0,0,0,0,0 +399210,0,0,0,0,0 +399211,0,0,0,0,0 +399212,0,0,0,0,0 +399213,0,0,0,0,0 +399214,0,0,0,0,0 +399215,0,0,0,0,0 +399216,0,0,0,0,0 +399217,0,0,0,0,0 +399218,0,0,0,0,0 +399219,0,0,0,0,0 +399220,0,0,0,0,0 +399221,0,0,0,0,0 +399222,0,0,0,0,0 +399223,0,0,0,0,0 +399224,0,0,0,0,0 +399225,0,0,0,0,0 +399226,0,0,0,0,0 +399227,0,0,0,0,0 +399228,0,0,0,0,0 +399229,0,0,0,0,0 +399230,0,0,0,0,0 +399231,0,0,0,0,0 +399232,0,0,0,0,0 +399233,0,0,0,0,0 +399234,0,0,0,0,0 +399235,0,0,0,0,0 +399236,0,0,0,0,0 +399237,0,0,0,0,0 +399238,0,0,0,0,0 +399239,0,0,0,0,0 +399240,0,0,0,0,0 +399241,0,0,0,0,0 +399242,0,0,0,0,0 +399243,0,0,0,0,0 +399244,0,0,0,0,0 +399245,0,0,0,0,0 +399246,0,0,0,0,0 +399247,0,0,0,0,0 +399248,0,0,0,0,0 +399249,0,0,0,0,0 +399250,0,0,0,0,0 +399251,0,0,0,0,0 +399252,0,0,0,0,0 +399253,0,0,0,0,0 +399254,0,0,0,0,0 +399255,0,0,0,0,0 +399256,0,0,0,0,0 +399257,0,0,0,0,0 +399258,0,0,0,0,0 +399259,0,0,0,0,0 +399260,0,0,0,0,0 +399261,0,0,0,0,0 +399262,0,0,0,0,0 +399263,0,0,0,0,0 +399264,0,0,0,0,0 +399265,0,0,0,0,0 +399266,0,0,0,0,0 +399267,0,0,0,0,0 +399268,0,0,0,0,0 +399269,0,0,0,0,0 +399270,0,0,0,0,0 +399271,0,0,0,0,0 +399272,0,0,0,0,0 +399273,0,0,0,0,0 +399274,0,0,0,0,0 +399275,0,0,0,0,0 +399276,0,0,0,0,0 +399277,0,0,0,0,0 +399278,0,0,0,0,0 +399279,0,0,0,0,0 +399280,0,0,0,0,0 +399281,0,0,0,0,0 +399282,0,0,0,0,0 +399283,0,0,0,0,0 +399284,0,0,0,0,0 +399285,0,0,0,0,0 +399286,0,0,0,0,0 +399287,0,0,0,0,0 +399288,0,0,0,0,0 +399289,0,0,0,0,0 +399290,0,0,0,0,0 +399291,0,0,0,0,0 +399292,0,0,0,0,0 +399293,0,0,0,0,0 +399294,0,0,0,0,0 +399295,0,0,0,0,0 +399296,0,0,0,0,0 +399297,0,0,0,0,0 +399298,0,0,0,0,0 +399299,0,0,0,0,0 +399300,0,0,0,0,0 +399301,-965.9357436,-299.3325197,-840.9622538,-370.9066757,-1844.556314 +399302,-412.4554147,-187.4627204,-412.4960102,-187.493288,-755.2807542 +399303,-396.4883211,-180.9824713,-396.9170015,-180.3982522,-725.1276939 +399304,-385.9550172,-175.7212763,-385.6629132,-175.3689519,-704.8191034 +399305,-379.1585558,-171.8799067,-377.8441654,-171.9842399,-691.1631928 +399306,-374.2108071,-169.0122164,-371.9535906,-169.5182045,-680.7512087 +399307,-370.1423245,-166.7300439,-367.0965994,-167.5349145,-671.8978639 +399308,-366.625502,-164.8232918,-362.9017782,-165.8516883,-664.0672665 +399309,-363.5813175,-163.1955172,-359.2526115,-164.4080982,-657.1538034 +399310,-360.9744141,-161.8012237,-356.0885146,-163.1752473,-651.1187561 +399311,-358.7514238,-160.6036055,-353.3451948,-162.1221718,-645.8839714 +399312,-356.8496109,-159.5677432,-350.9547431,-161.2163403,-641.3481776 +399313,-355.2101317,-158.6621844,-348.8542361,-160.4282297,-637.4112774 +399314,-353.7839059,-157.8606131,-346.9905481,-159.733539,-633.9860319 +399315,-352.5315427,-157.1418505,-345.3204551,-159.113009,-630.9992453 +399316,-351.4212409,-156.4889602,-343.8087917,-158.5513529,-628.3891374 +399317,-350.4269025,-155.888309,-342.4266368,-158.0362787,-626.1027807 +399318,-349.5269082,-155.3288586,-341.1500361,-157.5578204,-624.0944679 +399319,-348.7033148,-154.8016544,-339.9591135,-157.1078838,-622.3246568 +399320,-347.9412731,-154.2994459,-338.8374114,-156.6799142,-620.7592093 +399321,-347.2285188,-153.8163721,-337.7713227,-156.2686168,-619.3686815 +399322,-346.5549488,-153.3477078,-336.7496218,-155.8697285,-618.1277166 +399323,-345.9122419,-152.8896473,-335.7630496,-155.4798205,-617.0144673 +399324,-345.2935603,-152.439135,-334.8039856,-155.0961451,-616.0101289 +399325,-344.6932845,-151.9937198,-333.8661577,-154.7165033,-615.0985023 +399326,-344.1068135,-151.5514458,-332.9444206,-154.339145,-614.2656542 +399327,-343.5303797,-151.1107546,-332.0345538,-153.9626807,-613.4995872 +399328,-342.9609151,-150.6704146,-331.1331124,-153.5860172,-612.7899925 +399329,-342.395921,-150.2294547,-330.2372849,-153.2082974,-612.1279993 +399330,-341.8333787,-149.7871193,-329.3447931,-152.8288592,-611.5059958 +399331,-341.2716571,-149.3428227,-328.4537912,-152.4471944,-610.9174369 +399332,-340.6946386,-148.8602226,-327.5224314,-152.0522423,-610.3567164 +399333,-340.0922615,-148.3192052,-326.5280555,-151.6374583,-609.8188765 +399334,-339.4622797,-147.7178307,-325.4651247,-151.2018934,-609.2996619 +399335,-338.8063276,-147.0621725,-324.3412876,-150.7472477,-608.7954394 +399336,-338.1269223,-146.3594055,-323.1628738,-150.275703,-608.3031221 +399337,-337.4262603,-145.6154127,-321.9383974,-149.7890998,-607.8200445 +399338,-336.7060655,-144.8346774,-320.6716582,-149.2888616,-607.34392 +399339,-335.9677074,-144.020721,-319.3686326,-148.7761094,-606.872756 +399340,-335.2123567,-143.1777024,-318.0313952,-148.2517809,-606.4048567 +399341,-334.441054,-142.3081721,-316.664759,-147.7166886,-605.9387845 +399342,-333.6546939,-141.4139111,-315.2699231,-147.1715262,-605.473246 +399343,-332.855263,-140.48471,-313.8466225,-146.6182352,-605.0070842 +399344,-332.0429811,-139.5273056,-312.3972623,-146.0567867,-604.5393006 +399345,-331.2178477,-138.54911,-310.9275884,-145.4869507,-604.0690357 +399346,-330.3779063,-137.5682951,-309.4356709,-144.9074943,-603.5932111 +399347,-329.5244849,-136.5889465,-307.9260326,-144.3192776,-603.1120455 +399348,-328.5741074,-135.3940697,-306.1791728,-143.7065714,-602.6246116 +399349,-327.5647911,-134.0562772,-304.2972457,-143.0777748,-602.1320265 +399350,-326.5385167,-132.6783724,-302.3923121,-142.441645,-601.6342247 +399351,-325.5141978,-131.3127711,-300.5111188,-141.8021008,-601.1306875 +399352,-324.4950488,-129.9717507,-298.6624239,-141.1598414,-600.6209852 +399353,-323.4787011,-128.6511705,-296.8379069,-140.5144252,-600.1047235 +399354,-322.462398,-127.3442119,-295.0316173,-139.8653503,-599.5816143 +399355,-321.4442563,-126.045727,-293.2371054,-139.2122954,-599.0513469 +399356,-320.4231651,-124.7523922,-291.4529004,-138.5551097,-598.5136916 +399357,-319.398369,-123.4619369,-289.6755668,-137.893711,-597.9684052 +399358,-318.3693127,-122.1726038,-287.9050377,-137.2280662,-597.415337 +399359,-317.3355127,-120.8829188,-286.1401363,-136.5581504,-596.854328 +399360,-316.2965971,-119.5916336,-284.3912379,-135.8849643,-596.2853137 +399361,-319.9334,-120.4255165,-287.3446283,-137.3348442,-604.2194063 +399362,-303.1852934,-112.4754686,-271.2988775,-129.4686397,-574.1214498 +399363,-276.5334673,-100.0231112,-245.2178562,-117.3072504,-523.6053115 +399364,-249.6273371,-87.46207789,-218.4610644,-105.2667714,-470.5325836 +399365,-226.3901102,-76.62023896,-195.0745232,-95.06619089,-424.5992381 +399366,-207.1918403,-67.67898065,-175.5767419,-86.7949948,-386.627518 +399367,-191.8632435,-60.25484667,-159.2701942,-80.04003389,-354.8960716 +399368,-179.4050002,-53.95786677,-145.3961707,-74.40672139,-327.8128241 +399369,-169.0045239,-48.52092688,-133.4260178,-69.79757813,-304.3965009 +399370,-160.1718695,-43.77361117,-123.0196463,-65.98240967,-284.0711312 +399371,-152.6154714,-39.5970073,-114.2322084,-62.76434611,-266.4365361 +399372,-146.1314689,-35.89729542,-106.7721803,-60.00933552,-251.1574573 +399373,-140.552959,-32.59561761,-100.3388387,-57.62722871,-237.9324349 +399374,-135.7360001,-29.62523909,-94.71599793,-55.55190815,-226.4921056 +399375,-131.5598777,-26.93113327,-89.76001765,-53.73170851,-216.6047831 +399376,-127.9203253,-24.46696474,-85.3637159,-52.12252312,-208.064707 +399377,-124.7308396,31.17253482,-81.44126666,-50.68781709,-200.6947093 +399378,-121.9206661,140.1828847,-77.92132109,-49.39795332,-194.3434604 +399379,-119.4318212,107.9575636,-74.74406467,-48.22903231,-188.8813504 +399380,-117.2165696,131.8580709,-71.85961414,-47.16177327,-184.1970235 +399381,-115.2355094,150.1590128,-69.22664395,-46.18059524,-180.194689 +399382,-113.4560027,164.1640082,159.1271884,-45.27285018,-176.7917712 +399383,-111.8509658,178.114646,198.4663095,-44.42824096,-173.9170199 +399384,-110.3978899,191.8398061,178.7065022,-43.63836355,-171.5089105 +399385,-109.0781709,205.2464939,228.0627667,-42.89640218,-169.5145134 +399386,-107.8764238,218.367058,253.3533749,-42.19682556,-167.8882754 +399387,-106.7798243,231.7818144,278.1614973,6.826189082,-65.69893781 +399388,-105.7775501,244.2112105,296.5369898,80.88311663,293.3883888 +399389,-104.8604623,257.1180912,316.4530538,49.0423483,99.78390129 +399390,53.91363688,269.9189413,335.4799787,75.67209557,189.1435192 +399391,118.4581146,283.906709,353.9199758,86.56727616,213.2976657 +399392,86.77649049,299.0370939,370.7035905,96.98689927,235.4396644 +399393,140.3844169,332.6700709,394.2375737,108.8466136,257.2553666 +399394,161.6896827,350.1824888,411.7613915,118.8278642,278.0388432 +399395,181.4902086,367.1150929,427.582793,126.4461333,299.0654415 +399396,201.0953819,383.1899535,443.5317512,135.1038775,318.9417719 +399397,219.5540426,399.1392451,458.5402951,142.6940951,338.665312 +399398,238.8403972,415.5888518,473.5062683,150.6804628,357.8690449 +399399,255.9692072,431.2938342,487.658913,158.5101625,376.7402532 +399400,274.2214053,447.2798317,501.6666287,165.6276956,395.1134115 +399401,302.3542591,483.2197795,520.1052329,173.8619134,413.4263911 +399402,319.2237067,501.9718416,533.5769656,180.954137,430.9953239 +399403,336.6722158,519.5586036,546.4929708,187.6217576,448.0269756 +399404,353.2598801,536.7725325,559.0052948,194.7386337,465.5855785 +399405,369.0277912,553.5027587,570.7399992,201.2868596,482.0575286 +399406,385.6686934,570.8667907,583.086934,207.701768,498.4534239 +399407,400.8037009,587.4041424,594.3120827,214.4644469,514.4261693 +399408,416.4451571,604.1740349,605.4384473,220.3419141,530.3105783 +399409,430.9301279,620.8269122,616.3896952,226.6255173,545.7108362 +399410,441.9073478,637.4290977,626.8419515,232.449296,560.9043509 +399411,454.1340659,653.9873572,637.0984886,238.5714567,575.7595399 +399412,475.5314614,693.6802345,652.4480097,245.6275887,590.6919082 +399413,488.2061628,713.6822108,662.528081,251.4183316,604.9346807 +399414,500.5829428,732.1658744,672.2981806,257.0417967,619.1837459 +399415,512.6798819,750.191645,681.4432993,262.3713265,633.0664826 +399416,523.864005,767.92191,690.5382693,268.0375954,646.7371247 +399417,536.1775296,785.5963534,699.3977583,273.1819365,660.1169399 +399418,547.0458853,803.0432887,707.7856458,278.3933867,673.4661173 +399419,558.4663146,820.3739008,716.2446713,283.4758925,694.4338192 +399420,569.2343723,837.2501873,724.3272828,288.4649333,701.6586849 +399421,970.8129156,1023.580313,1123.3531,462.589228,1481.416015 +399422,987.1767843,1042.536053,1135.835936,469.2134852,1489.89459 +399423,1000.868508,1060.932847,1157.489985,475.6939909,1510.077445 +399424,1014.061641,1079.090014,1142.013474,481.5867212,1531.783258 +399425,1027.048611,1097.001734,1175.626522,486.9498648,1540.135389 +399426,1047.735482,1127.240253,1182.673202,495.396925,1496.074279 +399427,1061.334976,1146.578982,1194.873296,500.9668394,1464.420861 +399428,1074.090075,1165.604416,1205.015263,506.5077956,1440.381429 +399429,1086.324917,1183.939856,1215.081402,511.8324727,1421.014748 +399430,1098.710703,1202.394577,1226.074686,517.1505135,1404.878599 +399431,1121.00047,1220.422302,1249.207096,522.2327379,1391.108167 +399432,1124.038963,1238.524388,1237.04123,527.4195579,1379.211001 +399433,1115.482992,1256.4646,1256.65842,532.2664374,1369.578299 +399434,1156.273596,1274.403637,1264.365649,537.2834354,1362.445825 +399435,1154.026703,1291.943566,1273.20224,542.0813703,1357.149741 +399436,1167.975239,1309.912771,1282.628618,546.8110893,1353.079565 +399437,1178.962576,1327.300376,1296.851338,551.5843238,1350.029437 +399438,1191.751816,1344.898071,1298.776006,556.233952,1347.532538 +399439,1202.947784,1362.336809,1310.602076,560.6981293,1345.230666 +399440,1214.046908,1379.801198,1319.613779,565.321694,1343.195956 +399441,1224.774029,1396.863133,1328.254013,569.7380117,1341.392937 +399442,1235.558609,1414.418851,1341.609173,574.0996646,1339.869511 +399443,1251.436076,1427.480989,1351.050169,581.9225912,1338.656808 +399444,1262.608986,1445.453956,1367.942693,586.6432855,1337.85378 +399445,1273.739008,1466.331759,1372.030832,591.1926407,1337.361683 +399446,1284.225743,1491.750655,1385.025465,595.5265874,1336.451202 +399447,1295.166322,1513.558612,1393.016802,599.9167114,1335.445054 +399448,1305.78644,1536.683012,1400.81418,604.1279368,1334.30682 +399449,1316.157006,1559.125226,1407.640163,608.3786371,1332.922561 +399450,1326.716456,1582.104755,1411.933749,612.4392406,1331.176682 +399451,1338.221843,1599.693757,1409.90701,617.4136838,1328.692043 +399452,1349.833237,1616.767607,1404.820892,622.5715208,1325.012809 +399453,1361.445137,1648.786385,1399.693088,627.6421545,1319.993881 +399454,1373.03878,1638.498724,1394.754756,632.7687095,1313.922513 +399455,1384.708509,1657.580714,1390.13094,637.8849576,1307.145419 +399456,1395.947936,1685.202847,1385.751818,643.0011278,1299.798183 +399457,1411.634461,1692.062851,1381.57545,648.0536367,1292.014899 +399458,1437.071738,1707.790977,1377.606481,653.2440413,1283.941558 +399459,1416.90607,1721.803663,1373.894385,658.3522735,1275.745466 +399460,1429.750119,1737.494913,1370.462791,663.3043773,1267.538612 +399461,1463.425279,1745.420615,1367.402274,668.511917,1259.264827 +399462,1456.824044,1767.815133,1364.279775,669.9281685,1250.924188 +399463,1470.494545,1802.066195,1360.882385,674.3888938,1242.752774 +399464,1481.842815,1761.864191,1357.446897,679.0815948,1234.458675 +399465,1492.506506,1838.435661,1354.64991,687.5519885,1226.870146 +399466,1508.931825,1806.884753,1352.365509,689.8685839,1219.728627 +399467,1534.019209,1834.039883,1350.35002,698.4592477,1212.729015 +399468,1504.758873,1843.113106,1348.987346,698.5459254,1206.387037 +399469,1530.852748,1854.571164,1348.277882,689.3333008,1200.743247 +399470,1554.771121,1865.359525,1347.867398,715.9607507,1195.386636 +399471,1563.522236,1876.442509,1347.607361,710.2761002,1190.151639 +399472,1584.096112,1886.733613,1347.489392,717.2297275,1185.038168 +399473,1567.316338,1897.294872,1347.526414,721.9559742,1180.275167 +399474,1574.98139,1914.814243,1347.818338,726.7008261,1175.531112 +399475,1617.986191,1913.855398,1348.129748,731.6134508,1170.768387 +399476,1600.930415,1928.297568,1348.329121,736.2148534,1165.830173 +399477,1642.893896,1936.925305,1348.546291,741.0204299,1161.00188 +399478,1606.796033,1945.624064,1348.832145,745.8176375,1156.189175 +399479,1679.295706,1954.838544,1349.453888,750.3793816,1151.368017 +399480,1631.264378,1963.404509,1350.171449,755.2598281,1146.838162 +399481,1687.648508,1974.400696,1357.235092,762.3868952,1153.711357 +399482,1675.764024,1983.361089,1364.348815,766.9618512,1161.128967 +399483,1692.513256,1991.348722,1371.16386,771.7124156,1168.580914 +399484,1701.090232,1999.207197,1377.530619,776.1383651,1175.268562 +399485,1710.581379,2006.896248,1383.498985,780.6897991,1181.329636 +399486,1719.720981,2014.18451,1389.103478,785.0439016,1186.790917 +399487,1729.422394,2021.213299,1394.426864,789.4642028,1191.765906 +399488,1738.459686,2028.340541,1399.531933,793.9517132,1196.346332 +399489,1747.780247,2034.97472,1404.62491,798.2469811,1200.586883 +399490,1756.692787,2048.645157,1409.479732,802.5849481,1204.690383 +399491,1766.037843,2038.186293,1414.081438,806.9957557,1208.60365 +399492,1775.017929,2064.243173,1418.559585,811.2408992,1212.080093 +399493,1783.957176,2057.80604,1423.228855,815.6322211,1215.531838 +399494,1801.050531,2066.080157,1427.807543,819.8485925,1218.821689 +399495,1789.788958,2071.869113,1431.953369,824.2848182,1221.737812 +399496,1823.654838,2077.170455,1435.668675,828.3599284,1224.580965 +399497,1815.063107,2082.161027,1439.878223,832.6431532,1227.467012 +399498,1828.932996,2087.154957,1444.124819,836.9693685,1230.102872 +399499,1837.129292,2091.896605,1448.28838,841.1152884,1232.5959 +399500,1845.651708,2096.498443,1452.296598,845.2256822,1235.051444 +399501,1854.096257,2100.907224,1456.253312,849.6325755,1237.429793 +399502,1862.540787,2105.077925,1460.171115,853.6816631,1239.732127 +399503,1871.011254,2109.208511,1464.050044,857.8361989,1241.96938 +399504,1872.852221,2106.652998,1467.909897,860.4281642,1243.885449 +399505,1879.399789,2108.400696,1471.047778,864.1387364,1245.346535 +399506,1887.645197,2111.725736,1473.994167,868.1419057,1246.708102 +399507,1895.391625,2114.864612,1477.068774,872.1039328,1248.232138 +399508,1903.277813,2117.873332,1480.308332,876.1859527,1249.91135 +399509,1910.942951,2120.753478,1483.676956,880.0864757,1251.681348 +399510,1919.076142,2123.569986,1487.120384,884.0311772,1253.498026 +399511,1933.489708,2124.897186,1490.691867,887.3081622,1255.434203 +399512,1929.059735,2125.59782,1494.064094,890.4440546,1257.205308 +399513,1938.940864,2126.063244,1497.031515,893.5427718,1258.60221 +399514,1944.947442,2126.333201,1499.956093,896.4505695,1259.840533 +399515,1950.910875,2126.464618,1502.556843,899.4160598,1261.249287 +399516,1956.796076,2126.316575,1505.010628,902.2485327,1262.371447 +399517,1962.57673,2125.958037,1507.355299,905.1806811,1263.434397 +399518,1968.554734,2125.47918,1509.601637,907.9581893,1264.445909 +399519,1973.841446,2124.76301,1511.778676,910.6987082,1265.429823 +399520,1979.881814,2123.896331,1513.880852,913.4496001,1266.379047 +399521,1992.903463,2122.847822,1516.063153,916.0976627,1267.479064 +399522,1988.428209,2121.603716,1518.16289,918.7670946,1268.526797 +399523,1996.284411,2120.215705,1520.014107,921.3392407,1269.315136 +399524,2002.067963,2118.68067,1521.784686,923.8999761,1270.037924 +399525,2007.125731,2116.964951,1523.556667,926.5082846,1270.792891 +399526,2012.174706,2115.126571,1525.284784,928.8822582,1271.521513 +399527,2017.007658,2113.093911,1526.959232,931.3998811,1272.211155 +399528,2029.548166,2111.197368,1528.727025,933.8146746,1273.04857 +399529,2025.6192,2108.640024,1530.453885,936.2086582,1273.862774 +399530,2031.426155,2106.241499,1531.942353,938.5708926,1274.400997 +399531,2037.368533,2103.709727,1533.351755,940.9020078,1274.86249 +399532,2050.116169,2100.984468,1534.930979,943.2023637,1275.561679 +399533,2037.218602,2098.188837,1536.338905,945.4723978,1276.06388 +399534,2058.567095,2095.194868,1537.612954,947.7128358,1276.415755 +399535,2056.014181,2092.162725,1539.008626,953.0475365,1276.94117 +399536,2066.547132,2088.921376,1540.454283,948.856075,1277.549134 +399537,2064.251181,2085.643366,1541.79334,964.8068575,1278.040915 +399538,2067.731501,2082.169869,1542.934148,941.6221102,1278.298496 +399539,2079.148837,2078.62901,1544.121569,965.5665079,1278.631415 +399540,2077.655028,2067.763782,1545.232636,977.7519242,1278.881366 +399541,1967.378294,2022.748823,1546.28516,881.5459321,1280.751215 +399542,1965.377472,2009.228346,1538.091636,923.2353128,1269.44141 +399543,1968.473509,2006.344768,1527.334924,908.4423782,1254.057822 +399544,1978.045589,2001.667202,1519.272033,912.4224595,1241.842709 +399545,1972.291893,1996.475298,1514.465967,913.8134911,1233.777291 +399546,1976.254994,1991.565058,1511.901828,915.1403341,1228.689117 +399547,1979.25607,1986.496337,1510.795304,916.4730385,1225.639361 +399548,1982.094361,1981.363594,1510.598571,917.7991915,1223.958093 +399549,1984.25438,1976.122602,1510.900704,919.1154017,1223.126532 +399550,1987.382963,1970.889587,1511.473803,920.3362669,1222.843026 +399551,1996.511867,1965.538346,1512.356638,921.7490039,1223.137296 +399552,1982.22352,1960.281497,1513.206001,922.9654728,1223.551197 +399553,2002.263869,1954.521363,1514.07958,924.8087067,1224.136443 +399554,1996.738939,1949.068762,1515.200439,925.8665618,1225.157628 +399555,1997.895709,1943.460983,1516.266732,927.5855057,1226.215393 +399556,2000.918871,1937.720535,1517.233733,928.0577998,1227.239039 +399557,2003.407498,1931.943545,1518.242433,931.0064606,1228.394567 +399558,2005.324545,1926.161763,1519.291968,928.6429767,1229.669978 +399559,2007.388099,1920.228284,1520.499181,937.4826546,1231.206078 +399560,2016.06279,1914.491384,1521.555182,922.4493304,1232.603766 +399561,2004.462992,1908.168092,1522.61505,958.4421431,1234.053722 +399562,2019.249939,1902.307444,1523.596423,904.5492423,1235.44451 +399563,2016.590231,1896.151553,1524.767268,949.954096,1237.116709 +399564,2016.95987,1889.925047,1525.823351,948.886951,1238.679831 +399565,2019.00084,1883.742661,1526.767666,916.0069447,1240.13307 +399566,2028.269493,1869.575206,1527.81054,949.8854471,1241.739449 +399567,2016.762064,1882.082277,1528.822658,958.3019369,1243.33125 +399568,2029.673321,1851.742671,1529.685482,911.004871,1244.755117 +399569,2028.049629,1862.449813,1530.662604,956.7424338,1246.34373 +399570,2027.962681,1849.936272,1531.622893,940.0702993,1247.928827 +399571,2030.141011,1848.110777,1532.512269,945.1107296,1249.440611 +399572,2039.586334,1846.255482,1533.74669,947.0193113,1251.286996 +399573,2040.240363,1844.484694,1535.44137,949.1659663,1253.536423 +399574,2042.254508,1842.915893,1537.317959,951.2898616,1255.82292 +399575,2045.434268,1841.508044,1539.263107,953.4680628,1258.023552 +399576,2049.244059,1840.265405,1541.315116,955.6831814,1260.214116 +399577,2050.276257,1838.999479,1543.414782,957.866185,1262.341597 +399578,2051.356159,1837.921845,1545.456952,960.1131919,1264.288407 +399579,2052.530967,1836.986699,1547.421073,962.3935863,1266.039394 +399580,2053.835866,1835.976658,1549.341179,964.7010705,1267.64153 +399581,2055.277955,1835.177636,1551.241028,967.0343004,1269.138046 +399582,2056.837809,1834.275314,1553.139396,969.3912362,1270.561532 +399583,2058.488017,1833.460391,1555.049252,971.7695793,1271.933865 +399584,2060.225578,1832.69446,1556.979367,974.171593,1273.271289 +399585,2062.038832,1831.956623,1558.938292,976.5952219,1274.585306 +399586,2063.920035,1831.23676,1560.923455,979.0390758,1275.883919 +399587,2065.8633,1830.528097,1562.934144,981.5028993,1277.172515 +399588,2067.862548,1829.824,1564.970809,983.9852253,1278.454865 +399589,2069.911321,1829.119496,1567.037141,986.4857453,1279.733159 +399590,2072.003481,1828.409105,1569.127728,989.0032044,1281.008923 +399591,2074.133489,1827.68875,1571.239996,991.5374487,1282.28287 +399592,2076.296647,1826.95368,1573.373304,994.0873315,1283.555558 +399593,2078.488706,1826.200465,1575.526993,996.7386465,1284.826866 +399594,2080.70648,1825.424934,1577.70405,999.1891457,1286.097078 +399595,2082.947172,1824.624179,1579.898671,1001.845209,1287.36606 +399596,2085.207927,1823.794489,1582.108114,1004.439871,1288.633468 +399597,2087.48644,1822.933407,1584.331929,1007.061048,1289.898881 +399598,2089.780828,1822.037624,1586.570033,1009.695021,1291.162172 +399599,2092.089299,1821.105039,1588.821886,1012.341875,1292.422906 +399600,2094.410293,1820.132689,1591.086672,1015.000476,1293.680877 +399601,2089.444577,1693.462723,1586.449864,908.7118092,1282.732507 +399602,2068.485913,1728.674784,1570.855531,912.5451012,1254.616971 +399603,2041.575586,1688.251221,1550.939286,909.1340415,1219.300686 +399604,2017.729264,1707.9709,1532.71917,920.7407344,1185.794532 +399605,1982.591129,1686.65512,1517.827808,901.8736487,1156.744071 +399606,1953.063244,1711.708505,1505.536166,917.7170428,1131.374197 +399607,1973.448962,1684.484421,1495.903991,918.4239336,1109.783954 +399608,1972.06754,1703.033415,1489.159518,918.9006958,1092.270745 +399609,1968.951595,1688.288893,1484.189812,921.6541918,1077.43622 +399610,1965.074468,1690.710997,1479.951736,923.8369112,1063.961016 +399611,1961.495154,1687.65451,1476.15097,926.0467476,1051.443402 +399612,1958.32897,1685.425613,1472.682639,928.2922511,1039.70541 +399613,1955.522501,1683.185195,1469.476495,930.5830451,1028.610437 +399614,1953.000151,1680.914718,1466.495149,932.906893,1018.067971 +399615,1950.692071,1678.606729,1463.706272,935.2659852,1007.999777 +399616,1948.550855,1676.25842,1461.082659,937.658262,998.3395266 +399617,1946.546825,1673.874128,1458.601969,940.1682691,989.0313473 +399618,1944.660931,1671.432906,1456.246459,942.4921136,980.0288237 +399619,1942.879139,1668.960359,1454.00181,945.0406125,971.2929103 +399620,1941.190183,1666.467634,1451.856414,947.5427533,962.7907507 +399621,1939.584135,1663.860708,1449.800366,950.0864806,954.4940124 +399622,1938.053417,1661.270464,1447.825891,952.658565,946.3792226 +399623,1936.592011,1658.618689,1445.926663,955.2575458,938.4265813 +399624,1935.193487,1655.907591,1444.09644,957.8874654,930.6180302 +399625,1933.85258,1653.167835,1442.329992,960.5429277,922.9381877 +399626,1932.565482,1650.377053,1440.623286,963.2255912,915.3743909 +399627,1931.322149,1647.542864,1438.968481,968.8944459,907.9101913 +399628,1930.121367,1644.664659,1437.363491,970.580806,900.5372986 +399629,1928.964524,1641.742758,1435.808057,976.3892269,893.2505278 +399630,1927.865717,1638.777797,1434.310204,972.4592011,886.0559283 +399631,1926.828743,1633.835236,1432.871671,965.6305021,878.9523222 +399632,1925.616967,1628.426376,1431.308318,984.0946851,871.8632131 +399633,1924.131391,1622.860581,1429.731828,977.3304075,864.7529371 +399634,1922.414367,1617.16318,1427.768493,980.6475142,857.6627073 +399635,1920.540654,1611.355782,1425.660425,982.0729163,850.6123276 +399636,1918.541138,1605.454151,1423.433105,983.5967392,843.605417 +399637,1916.465896,1599.470343,1421.129482,985.0119436,836.6468759 +399638,1914.325096,1593.414137,1418.754934,986.412387,829.737701 +399639,1912.146204,1587.286313,1416.319433,988.0440913,822.8767427 +399640,1909.907689,1581.091121,1413.838418,997.7888014,816.0471555 +399641,1907.677304,1574.900804,1411.334691,977.415186,809.2847969 +399642,1905.450381,1567.528627,1408.811934,998.0564019,802.5899299 +399643,1903.227916,1561.614694,1406.282037,991.7286595,795.9477821 +399644,1901.05244,1553.516388,1403.767888,994.1845647,789.3989906 +399645,1898.936032,1552.060748,1401.267008,995.6259015,782.9397471 +399646,1896.876937,1528.547894,1398.802364,996.8808729,776.5769561 +399647,1894.938321,1558.671868,1396.401589,1001.519336,770.3495445 +399648,1893.071412,1500.001213,1394.036678,997.4959759,764.2278795 +399649,1891.211869,1554.671279,1391.67158,1015.800206,758.1482561 +399650,1889.310439,1509.094452,1389.273549,976.7517928,752.0781289 +399651,1887.571573,1487.142877,1386.782094,1034.607566,745.9346094 +399652,1885.465439,1536.426522,1384.25633,972.1851674,739.7768271 +399653,1883.38219,1473.018431,1381.729961,1029.110556,733.6586992 +399654,1881.278421,1490.700101,1379.174706,987.7602006,727.5444092 +399655,1879.049334,1511.182002,1376.530574,1032.14279,721.3332962 +399656,1876.924697,1440.479409,1373.937064,980.6942005,715.2186787 +399657,1874.975998,1501.582698,1371.429092,1037.031424,709.2490102 +399658,1873.021608,1440.733369,1368.915962,999.239573,703.2917178 +399659,1871.018726,1484.898663,1366.357581,1002.934653,697.3031242 +399660,1869.176315,1424.606329,1363.888441,1033.176523,691.461555 +399661,1873.031968,1583.886066,1366.080747,1116.153698,693.1232533 +399662,1893.992984,1537.794898,1379.845608,1123.707909,712.4713513 +399663,1920.359321,1548.204794,1397.557893,1127.289479,738.4824444 +399664,1943.145602,1540.52038,1413.105075,1128.384809,762.1463801 +399665,1959.20774,1535.238103,1424.710626,1130.10284,780.6539175 +399666,1969.865611,1533.014783,1432.838977,1131.787189,794.4186199 +399667,1977.018726,1528.256293,1438.585511,1133.452261,804.7785441 +399668,1982.389548,1524.631347,1442.805155,1134.795998,812.8013451 +399669,1986.212137,1520.523684,1446.029475,1136.503622,819.1656738 +399670,1989.28335,1516.566484,1448.559212,1137.907539,824.2752469 +399671,1991.843221,1512.556777,1450.56507,1139.303389,828.3803649 +399672,1994.03167,1508.586264,1452.161488,1140.715857,831.6640243 +399673,1996.177545,1504.630053,1453.433597,1142.110592,834.2713774 +399674,1997.791246,1500.695855,1454.446776,1143.408422,836.3196849 +399675,1999.478393,1496.787196,1455.252806,1144.622679,837.9056413 +399676,2000.86111,1492.907102,1455.892661,1146.03569,839.1089886 +399677,2001.344722,1489.043682,1456.399557,1147.262784,839.996575 +399678,2002.795552,1485.250548,1456.792613,1148.454793,840.6144535 +399679,2004.134112,1481.534708,1457.082004,1149.678426,840.9945236 +399680,2005.22615,1477.876166,1457.280204,1150.89381,841.1690835 +399681,2006.328608,1474.041704,1457.398751,1152.023943,841.1669444 +399682,2007.811669,1470.500391,1457.447066,1153.001582,841.012293 +399683,2009.054714,1466.854014,1457.436876,1154.353889,840.7305402 +399684,2010.326826,1463.320432,1457.374008,1155.330658,840.3381727 +399685,2011.617788,1459.749473,1457.259008,1156.43324,839.843612 +399686,2012.922378,1456.351947,1457.096048,1157.45801,839.2588097 +399687,2014.237064,1452.914363,1456.88998,1158.490179,838.5955464 +399688,2015.873336,1449.569043,1456.642781,1159.520144,837.8611652 +399689,2017.199202,1446.276522,1456.35652,1160.470754,837.0623699 +399690,2018.651615,1443.045405,1456.123558,1166.535552,836.3210817 +399691,2019.956019,1439.589138,1455.766011,1155.071752,835.4133634 +399692,2021.206787,1435.496361,1455.326789,1170.327793,834.4368018 +399693,2022.577054,1427.584194,1454.905991,1161.391631,833.5247144 +399694,2023.832454,1435.173313,1454.354312,1164.091558,832.5283623 +399695,2025.067337,1402.422342,1453.736502,1164.95227,831.4955011 +399696,2026.563908,1452.175123,1453.238431,1165.519957,830.6606345 +399697,2028.120868,1387.588402,1452.738989,1166.61454,829.8730862 +399698,2029.563975,1446.952811,1452.132828,1167.669858,828.9995049 +399699,2030.898709,1381.397437,1451.425885,1169.176739,828.0443905 +399700,2032.175385,1443.257349,1450.650706,1170.415435,827.0444547 +399701,2033.705146,1375.018613,1449.811043,1171.833791,825.9998859 +399702,2034.870319,1437.740187,1448.908649,1173.259491,824.9095217 +399703,2035.995848,1369.618173,1447.958361,1174.720751,823.7897915 +399704,2037.092636,1432.211693,1446.961821,1175.951907,822.641026 +399705,2038.146136,1385.906261,1445.90845,1177.8233,821.4481897 +399706,2039.15305,1379.987978,1444.79723,1179.296364,820.2087051 +399707,2040.096239,1414.983658,1443.618882,1185.867437,818.9093179 +399708,2041.183342,1380.820437,1442.506979,1175.906738,817.7203816 +399709,2042.254775,1366.555401,1441.36301,1190.898133,816.5158614 +399710,2043.517881,1414.303206,1440.321249,1184.8661,815.4685817 +399711,2044.659065,1352.051184,1439.18542,1187.376147,814.3275649 +399712,2045.71822,1392.156608,1437.981529,1189.753615,813.1255751 +399713,2046.780596,1362.768432,1436.763035,1191.451428,811.9295178 +399714,2047.778146,1401.898583,1435.486463,1192.890068,810.6823649 +399715,2048.820231,1330.360785,1434.222261,1194.893689,809.4650115 +399716,2049.873514,1401.38124,1432.94893,1197.091478,808.2627083 +399717,2050.875105,1334.250212,1431.628406,1198.49267,807.0176973 +399718,2052.033985,1372.901856,1430.393044,1205.259819,805.9102503 +399719,2053.004633,1355.721575,1429.025921,1196.278935,804.6518122 +399720,2053.905764,1355.35667,1427.600708,1209.883434,803.3372246 +399721,2058.98447,1381.300638,1430.029092,1228.131974,808.7735234 +399722,2067.051252,1376.800815,1434.127274,1231.769221,817.2436526 +399723,2075.86806,1359.217336,1438.623523,1235.093811,826.6826038 +399724,2083.652042,1376.990397,1442.516646,1237.603743,835.4193952 +399725,2090.093947,1369.608938,1445.639339,1244.674996,843.0772536 +399726,2095.19889,1359.869106,1447.962078,1237.341841,849.5789537 +399727,2099.684235,1365.89261,1449.705273,1248.899562,855.2070133 +399728,2103.505872,1359.541543,1451.19331,1247.888106,860.3854321 +399729,2106.949523,1358.426603,1452.401475,1249.181106,865.0920229 +399730,2110.017232,1375.878465,1453.321246,1251.730742,869.3268406 +399731,2113.122829,1346.884046,1454.212848,1258.92581,873.4361077 +399732,2116.173052,1330.581881,1455.022097,1252.65415,877.3631266 +399733,2119.004633,1361.977322,1455.651834,1262.157097,880.9952994 +399734,2121.803061,1342.17783,1456.224568,1262.327145,884.4921016 +399735,2124.514287,1343.326892,1456.707856,1263.52715,887.8339748 +399736,2127.221781,1340.862812,1457.158495,1269.920125,891.0938564 +399737,2129.981502,1338.338793,1457.613797,1269.911202,894.3377655 +399738,2132.56464,1335.678363,1457.933745,1270.69143,897.3823697 +399739,2134.926239,1333.324633,1458.091057,1272.30188,900.1981986 +399740,2137.125835,1355.530158,1458.120875,1274.322351,902.8442407 +399741,2139.354431,1291.41798,1458.144866,1276.495226,905.4685708 +399742,2141.609833,1343.243378,1458.163502,1278.668251,908.0754746 +399743,2143.725619,1319.135227,1458.074004,1279.93466,910.5385418 +399744,2145.695979,1321.871807,1457.873671,1280.710611,912.8582403 +399745,2147.533966,1315.330463,1457.570539,1281.578669,915.0465256 +399746,2149.234455,1316.276074,1457.164605,1282.551087,917.1041065 +399747,2150.829543,1312.254834,1456.670617,1283.610616,919.0504598 +399748,2152.341777,1309.852112,1456.106329,1284.734409,920.9092731 +399749,2153.796411,1307.09277,1455.484431,1285.902808,922.697961 +399750,2155.269968,1304.617569,1454.811875,1287.10132,924.4268537 +399751,2156.876102,1302.692487,1454.092318,1288.320258,926.1020251 +399752,2158.775067,1301.034678,1453.419929,1289.669141,927.7343166 +399753,2161.028691,1299.441634,1452.853455,1291.196949,929.3171212 +399754,2163.589013,1297.908332,1452.400912,1292.890436,930.8428646 +399755,2166.400589,1296.426034,1452.044324,1294.712825,932.3079301 +399756,2169.395989,1294.988242,1451.76121,1296.630566,933.7130125 +399757,2172.545363,1293.5928,1451.533556,1298.62163,935.061149 +399758,2175.812585,1292.236445,1451.349013,1300.673947,936.3566672 +399759,2179.190382,1290.918313,1451.19923,1302.781254,937.6039261 +399760,2182.655906,1289.635739,1451.078308,1304.940075,938.8072938 +399761,2186.209784,1288.388911,1450.981718,1307.148032,939.9706038 +399762,2189.833787,1287.175607,1450.905904,1309.403314,941.0975241 +399763,2193.53212,1285.995618,1450.847942,1311.704393,942.1911565 +399764,2197.289141,1284.847417,1450.805495,1314.050042,943.2544711 +399765,2201.110939,1283.730777,1450.776618,1316.4392,944.2899396 +399766,2204.983391,1282.644322,1450.759742,1318.870982,945.2999464 +399767,2208.913898,1281.58794,1450.753533,1321.344568,946.2864495 +399768,2212.888955,1280.560352,1450.756897,1323.859225,947.2513655 +399769,2216.916767,1279.561535,1450.768871,1326.414231,948.196236 +399770,2220.994243,1278.590297,1450.788639,1329.00889,949.1225855 +399771,2225.10625,1277.646663,1450.815491,1331.642534,950.0316508 +399772,2229.262848,1276.729526,1450.848885,1334.314584,950.9247673 +399773,2233.463205,1275.838963,1450.888264,1337.024385,951.8029098 +399774,2237.703142,1274.973907,1450.933162,1339.771307,952.6671207 +399775,2241.979121,1274.134485,1450.983147,1342.55472,953.5181871 +399776,2246.289036,1273.319672,1451.037908,1345.374072,954.357054 +399777,2250.631671,1272.529625,1451.097137,1348.228785,955.1844094 +399778,2255.006402,1271.763357,1451.160602,1351.118316,956.0010662 +399779,2259.412236,1271.021046,1451.228048,1354.042082,956.8075817 +399780,2263.848256,1270.301738,1451.299279,1356.99952,957.6046361 +399781,2270.142137,1236.401114,1453.176737,1360.837223,961.6467745 +399782,2271.47856,1235.352223,1451.369723,1361.695143,960.0268112 +399783,2270.652886,1234.398599,1447.864948,1361.405563,955.734905 +399784,2270.439435,1233.49852,1444.644895,1361.724684,951.7064153 +399785,2271.848489,1232.628725,1442.460697,1363.235072,949.0622577 +399786,2274.725682,1231.782843,1441.256224,1365.732863,947.7695399 +399787,2278.578283,1230.960642,1440.733198,1368.826555,947.453355 +399788,2282.992525,1230.159616,1440.631989,1372.207517,947.7837852 +399789,2287.721538,1229.380355,1440.792252,1375.708128,948.554668 +399790,2292.641522,1228.620991,1441.127396,1379.260384,949.6499369 +399791,2297.691573,1227.88145,1441.589343,1382.843694,950.9992353 +399792,2302.837122,1227.160387,1442.147114,1386.453017,952.5528062 +399793,2308.054012,1226.457757,1442.77769,1390.085992,954.2710092 +399794,2313.324398,1225.772469,1443.4632,1393.740229,956.121682 +399795,2318.634959,1225.104597,1444.189868,1397.413558,958.078687 +399796,2323.975891,1224.453185,1444.947423,1401.104593,960.1214079 +399797,2329.340598,1223.818367,1445.728266,1404.812667,962.2333582 +399798,2334.724263,1223.199268,1446.526857,1408.537616,964.4015996 +399799,2340.123459,1222.596041,1447.339076,1412.279442,966.6156346 +399800,2345.536004,1222.007874,1448.161897,1416.038181,968.8671646 +399801,2350.959911,1221.434939,1448.993034,1419.808433,971.1493377 +399802,2356.393525,1220.876464,1449.830786,1423.598037,973.456707 +399803,2361.835689,1220.332618,1450.67379,1427.407362,975.7846281 +399804,2367.285048,1219.802653,1451.521053,1431.228953,978.1294644 +399805,2372.738953,1219.28675,1452.370706,1435.260325,980.4866916 +399806,2378.196156,1218.784179,1453.221939,1439.088356,982.853552 +399807,2383.658069,1218.295112,1454.075755,1442.928028,985.2297913 +399808,2389.124616,1217.818829,1454.932597,1446.784264,987.6147799 +399809,2394.594749,1217.355502,1455.791979,1450.665154,990.0068024 +399810,2400.074604,1213.244221,1456.658196,1454.568217,992.4105947 +399811,2404.915153,1211.506949,1457.133841,1458.083504,994.8316021 +399812,2409.112511,1209.625215,1457.28304,1461.152492,997.2817357 +399813,2412.884577,1207.831079,1457.27117,1463.907729,999.7738306 +399814,2416.409502,1206.000209,1457.197134,1466.463086,1002.313783 +399815,2419.774444,1204.145013,1457.102875,1468.8997,1004.899388 +399816,2423.007638,1202.264718,1456.989243,1471.23607,1007.524761 +399817,2426.113787,1200.358499,1456.855945,1473.49035,1010.183171 +399818,2429.093054,1198.427284,1456.695264,1475.653659,1012.868696 +399819,2431.900376,1218.966228,1456.480575,1477.696391,1015.538317 +399820,2434.650031,1161.376791,1456.277418,1479.700817,1018.277248 +399821,2437.329276,1208.218269,1456.081047,1481.659683,1021.069958 +399822,2439.81456,1192.222895,1455.80963,1483.487818,1023.8125 +399823,2442.183409,1180.834239,1455.514756,1485.23839,1026.562345 +399824,2444.449778,1196.709647,1455.200301,1486.921185,1029.326282 +399825,2446.609811,1173.411182,1454.867609,1488.533021,1032.097836 +399826,2448.671982,1186.917167,1454.518051,1490.078961,1034.881553 +399827,2450.608795,1178.927091,1454.138695,1491.539464,1037.653165 +399828,2452.433681,1177.819765,1453.733945,1492.923447,1040.421413 +399829,2454.155848,1175.655462,1453.313987,1494.23735,1043.192063 +399830,2455.771624,1173.47014,1452.872729,1495.478391,1045.960693 +399831,2457.282039,1171.148818,1452.41535,1496.647015,1048.727011 +399832,2458.686537,1169.090394,1451.938039,1497.742749,1051.489847 +399833,2459.984752,1166.76849,1451.445155,1498.765167,1054.248088 +399834,2461.177022,1164.524649,1450.933286,1499.714323,1057.00128 +399835,2462.263504,1162.247869,1450.407161,1500.590273,1059.704277 +399836,2463.244535,1159.953315,1449.863453,1501.393179,1062.354481 +399837,2464.120551,1157.642571,1449.307032,1502.12322,1064.962438 +399838,2464.89157,1155.315267,1448.734431,1502.780374,1067.538057 +399839,2465.557358,1152.972146,1448.150174,1503.364439,1070.087669 +399840,2466.117681,1150.61256,1447.550545,1503.875137,1072.61499 +399841,2468.089012,1081.838622,1448.404015,1505.033722,1077.737689 +399842,2460.131021,1078.855438,1441.989978,1500.186602,1071.715807 +399843,2447.941188,1075.924542,1432.338738,1493.052618,1060.218671 +399844,2437.065646,1073.161431,1423.406679,1487.152624,1049.020767 +399845,2429.467102,1070.469298,1416.660402,1483.59639,1040.461768 +399846,2424.775932,1067.547809,1411.953283,1481.944929,1034.605436 +399847,2421.964011,1064.707711,1408.664487,1481.373926,1030.783681 +399848,2420.125083,1085.011194,1406.233757,1481.21679,1028.323963 +399849,2418.874252,1024.768208,1404.394119,1481.221647,1026.915639 +399850,2417.935958,1072.879921,1402.959789,1481.239467,1026.305878 +399851,2417.058136,1049.660943,1401.741363,1481.142638,1026.247684 +399852,2416.226696,1050.497105,1400.717142,1480.961377,1026.681711 +399853,2415.422187,1047.646381,1399.847246,1480.712567,1027.54624 +399854,2414.593182,1044.707338,1399.092906,1480.381967,1028.758666 +399855,2413.716698,1041.968632,1398.418682,1479.771932,1030.263985 +399856,2412.774074,1038.921778,1397.811652,1479.289583,1032.014732 +399857,2411.750974,1036.117663,1397.246036,1478.728527,1033.97055 +399858,2410.63812,1033.074659,1396.718128,1478.078564,1036.09855 +399859,2409.430221,1030.21314,1396.210619,1477.337429,1038.372188 +399860,2408.124009,1027.2872,1395.72581,1476.507315,1040.769389 +399861,2406.717672,1024.224313,1395.250595,1475.591866,1043.272008 +399862,2405.210365,1021.196098,1394.790422,1474.594211,1045.864896 +399863,2403.598131,1016.901165,1394.332285,1473.514099,1048.535686 +399864,2399.948388,1013.684441,1393.735281,1471.007244,1051.292314 +399865,2395.121772,1010.681548,1393.087294,1467.700981,1054.157988 +399866,2390.206054,1007.30959,1392.492309,1464.392447,1057.139634 +399867,2385.69969,1004.335962,1391.96949,1461.435361,1060.216424 +399868,2381.640535,1001.22301,1391.511099,1458.83002,1063.354103 +399869,2377.892294,997.8906919,1391.082029,1456.446453,1066.522413 +399870,2374.312929,994.9806961,1390.670615,1454.159829,1069.700561 +399871,2370.805763,991.930416,1390.256352,1451.891108,1072.876139 +399872,2367.463337,988.9673976,1389.857758,1449.721716,1076.041962 +399873,2364.340306,985.9913363,1389.480903,1447.700737,1079.19131 +399874,2361.419399,983.0146048,1389.110448,1445.815116,1082.317698 +399875,2358.648766,980.0384343,1388.748605,1444.022255,1085.415905 +399876,2355.976465,977.0568883,1388.39223,1442.280508,1088.4837 +399877,2353.364166,974.0787425,1388.027446,1440.561095,1091.521805 +399878,2350.786181,971.0962844,1387.662545,1438.846925,1094.532213 +399879,2348.224984,968.1127008,1387.299562,1437.128134,1097.517072 +399880,2345.659226,965.126525,1386.921644,1435.150635,1100.471276 +399881,2341.838063,962.1378402,1385.757015,1398.822909,1102.386782 +399882,2336.360812,959.0511136,1383.54679,1397.541623,1102.918795 +399883,2330.650269,956.1964138,1381.154313,1395.838862,1103.185361 +399884,2325.154748,953.1361136,1378.864334,1383.922809,1103.541149 +399885,2319.712761,950.1540785,1376.586648,1382.472917,1103.875809 +399886,2314.46269,947.2497599,1374.410176,1375.473474,1104.329902 +399887,2309.357283,944.115417,1372.327017,1370.02054,1104.891355 +399888,2304.124919,941.1793748,1370.178368,1358.335751,1105.359305 +399889,2298.61405,938.1641529,1368.039258,1359.170368,1105.848128 +399890,2293.635545,935.1602201,1366.058406,1351.85585,1106.539855 +399891,2288.716393,932.1554509,1364.136151,1345.117405,1107.305492 +399892,2283.599294,929.1771634,1362.109135,1334.386957,1107.950152 +399893,2278.462119,926.081985,1360.109604,1334.926919,1108.623004 +399894,2273.48532,923.2107163,1358.245941,1326.650066,1109.468562 +399895,2268.52124,920.1376635,1356.411814,1320.673253,1110.367396 +399896,2263.509089,917.1403629,1354.578468,1314.48839,1111.270932 +399897,2258.48564,914.1286788,1352.771603,1308.407922,1112.207997 +399898,2253.454065,911.1146044,1350.982215,1302.152929,1113.179775 +399899,2248.407917,908.099469,1349.215266,1296.093502,1114.179959 +399900,2243.191762,905.0823413,1347.374791,1283.899843,1115.080981 +399901,2159.998155,901.1275871,1099.623961,1273.165519,2820.044973 +399902,2209.129317,1026.287436,1126.221427,1417.329273,2838.528808 +399903,2275.390146,1028.091965,1163.17914,1396.664879,2856.457559 +399904,2331.211264,1023.940302,1196.06424,1390.616238,2863.28363 +399905,2362.597235,1020.378437,1217.50953,1374.747869,2851.650811 +399906,2373.613406,1016.834702,1229.345097,1376.954756,2827.8334 +399907,2375.445697,1013.438759,1236.516482,1350.719599,2801.805164 +399908,2373.51084,1009.950239,1241.319489,1344.449318,2777.013866 +399909,2370.165784,1006.436598,1244.794069,1349.021013,2754.48854 +399910,2366.29208,1002.878098,1247.406456,1333.237959,2734.193239 +399911,2362.163336,999.293928,1249.379958,1327.364086,2716.394608 +399912,2357.844474,995.6809178,1250.835025,1319.241994,2700.641348 +399913,2353.380913,992.1046954,1251.866934,1311.48494,2686.703314 +399914,2348.765569,988.3466154,1252.530576,1306.322988,2674.317564 +399915,2343.997054,984.7053961,1252.872263,1290.394077,2663.255544 +399916,2339.10468,980.9842848,1252.944918,1289.412276,2653.352435 +399917,2334.107125,977.1917308,1252.790127,1278.290219,2644.460235 +399918,2329.016669,973.5317896,1252.441436,1270.551462,2636.44888 +399919,2323.841878,969.7167277,1251.926391,1262.156999,2629.205145 +399920,2318.589346,965.9997339,1251.267954,1254.011029,2622.631087 +399921,2313.264327,962.1049358,1250.485333,1250.449076,2616.641923 +399922,2307.898254,958.3286678,1249.607895,1229.226852,2611.194109 +399923,2302.468128,953.9523673,1248.636478,1223.641145,2606.195228 +399924,2296.384573,950.0332056,1247.551096,1209.152039,2601.565313 +399925,2289.891484,946.1377616,1246.37566,1200.725009,2597.271466 +399926,2283.296417,942.2244828,1245.131781,1191.702549,2593.278245 +399927,2276.762521,938.3549561,1243.832466,1182.803119,2589.551817 +399928,2270.334097,934.2641185,1242.484749,1173.851287,2586.061526 +399929,2263.998768,929.9577034,1241.093155,1164.638398,2582.780044 +399930,2257.692939,925.8785352,1239.641929,1155.573526,2579.683364 +399931,2251.410845,922.2341162,1238.141879,1148.537218,2576.750329 +399932,2245.255047,918.6393131,1236.61991,1141.401235,2573.962608 +399933,2239.313468,915.1290852,1235.10737,1144.577165,2571.336421 +399934,2233.561146,911.4902778,1233.596249,1112.888023,2568.826579 +399935,2227.952264,907.9946915,1232.075507,1131.473555,2566.395683 +399936,2222.473368,904.4563021,1230.55034,1109.033104,2564.048041 +399937,2216.837324,900.9373255,1229.021766,1110.378529,2561.779553 +399938,2211.574446,897.3676673,1227.489869,1101.600073,2559.584102 +399939,2206.399973,893.9508069,1225.954427,1095.639457,2557.455128 +399940,2201.298585,890.4683398,1224.415157,1089.463873,2555.386411 +399941,2196.259492,886.9031558,1222.871788,1083.201816,2553.372322 +399942,2191.275235,883.4617989,1221.324109,1077.191574,2551.40791 +399943,2186.340146,879.9750688,1219.771943,1071.074376,2549.488751 +399944,2181.449638,876.5030317,1218.215188,1065.073057,2547.61102 +399945,2176.599754,873.0369708,1216.653765,1059.18426,2545.771277 +399946,2171.78716,869.6312078,1215.087661,1053.083017,2543.966559 +399947,2167.008951,866.0378482,1213.51686,1047.373316,2542.194158 +399948,2162.293223,862.7087768,1211.956407,1041.479316,2540.485608 +399949,2157.608404,859.2125835,1210.392101,1035.703765,2538.806528 +399950,2152.928595,855.7791421,1208.812265,1029.956381,2537.128452 +399951,2148.266635,852.3412886,1207.223837,1024.173304,2535.465245 +399952,2143.627158,848.9612548,1205.629592,1018.681936,2533.821577 +399953,2139.011328,845.450949,1204.030623,1012.887938,2532.198425 +399954,2134.418963,842.0645559,1202.427389,1007.351926,2530.595435 +399955,2129.849344,838.6332419,1200.820078,1001.703966,2529.011715 +399956,2125.301726,835.2138871,1199.208822,996.2747765,2527.446344 +399957,2120.775344,831.7379887,1197.5937,990.8404906,2525.898348 +399958,2116.276635,828.4443211,1195.974554,985.6223777,2524.366898 +399959,2111.815806,824.9013621,1194.351056,980.4587344,2522.851175 +399960,2107.397479,821.5265612,1192.723108,975.3392235,2521.350478 +399961,0,0,0,0,0 +399962,0,0,0,0,0 +399963,0,0,0,0,0 +399964,0,0,0,0,0 +399965,0,0,0,0,0 +399966,0,0,0,0,0 +399967,0,0,0,0,0 +399968,0,0,0,0,0 +399969,0,0,0,0,0 +399970,0,0,0,0,0 +399971,0,0,0,0,0 +399972,0,0,0,0,0 +399973,0,0,0,0,0 +399974,0,0,0,0,0 +399975,0,0,0,0,0 +399976,0,0,0,0,0 +399977,0,0,0,0,0 +399978,0,0,0,0,0 +399979,0,0,0,0,0 +399980,0,0,0,0,0 +399981,0,0,0,0,0 +399982,0,0,0,0,0 +399983,0,0,0,0,0 +399984,0,0,0,0,0 +399985,0,0,0,0,0 +399986,0,0,0,0,0 +399987,0,0,0,0,0 +399988,0,0,0,0,0 +399989,0,0,0,0,0 +399990,0,0,0,0,0 +399991,0,0,0,0,0 +399992,0,0,0,0,0 +399993,0,0,0,0,0 +399994,0,0,0,0,0 +399995,0,0,0,0,0 +399996,0,0,0,0,0 +399997,0,0,0,0,0 +399998,0,0,0,0,0 +399999,0,0,0,0,0 +400000,0,0,0,0,0 +400001,0,0,0,0,0 +400002,0,0,0,0,0 +400003,0,0,0,0,0 +400004,0,0,0,0,0 +400005,0,0,0,0,0 +400006,0,0,0,0,0 +400007,0,0,0,0,0 +400008,0,0,0,0,0 +400009,0,0,0,0,0 +400010,0,0,0,0,0 +400011,0,0,0,0,0 +400012,0,0,0,0,0 +400013,0,0,0,0,0 +400014,0,0,0,0,0 +400015,0,0,0,0,0 +400016,0,0,0,0,0 +400017,0,0,0,0,0 +400018,0,0,0,0,0 +400019,0,0,0,0,0 +400020,0,0,0,0,0 +400021,0,0,0,0,0 +400022,0,0,0,0,0 +400023,0,0,0,0,0 +400024,0,0,0,0,0 +400025,0,0,0,0,0 +400026,0,0,0,0,0 +400027,0,0,0,0,0 +400028,0,0,0,0,0 +400029,0,0,0,0,0 +400030,0,0,0,0,0 +400031,0,0,0,0,0 +400032,0,0,0,0,0 +400033,0,0,0,0,0 +400034,0,0,0,0,0 +400035,0,0,0,0,0 +400036,0,0,0,0,0 +400037,0,0,0,0,0 +400038,0,0,0,0,0 +400039,0,0,0,0,0 +400040,0,0,0,0,0 +400041,0,0,0,0,0 +400042,0,0,0,0,0 +400043,0,0,0,0,0 +400044,0,0,0,0,0 +400045,0,0,0,0,0 +400046,0,0,0,0,0 +400047,0,0,0,0,0 +400048,0,0,0,0,0 +400049,0,0,0,0,0 +400050,0,0,0,0,0 +400051,0,0,0,0,0 +400052,0,0,0,0,0 +400053,0,0,0,0,0 +400054,0,0,0,0,0 +400055,0,0,0,0,0 +400056,0,0,0,0,0 +400057,0,0,0,0,0 +400058,0,0,0,0,0 +400059,0,0,0,0,0 +400060,0,0,0,0,0 +400061,0,0,0,0,0 +400062,0,0,0,0,0 +400063,0,0,0,0,0 +400064,0,0,0,0,0 +400065,0,0,0,0,0 +400066,0,0,0,0,0 +400067,0,0,0,0,0 +400068,0,0,0,0,0 +400069,0,0,0,0,0 +400070,0,0,0,0,0 +400071,0,0,0,0,0 +400072,0,0,0,0,0 +400073,0,0,0,0,0 +400074,0,0,0,0,0 +400075,0,0,0,0,0 +400076,0,0,0,0,0 +400077,0,0,0,0,0 +400078,0,0,0,0,0 +400079,0,0,0,0,0 +400080,0,0,0,0,0 +400081,0,0,0,0,0 +400082,0,0,0,0,0 +400083,0,0,0,0,0 +400084,0,0,0,0,0 +400085,0,0,0,0,0 +400086,0,0,0,0,0 +400087,0,0,0,0,0 +400088,0,0,0,0,0 +400089,0,0,0,0,0 +400090,0,0,0,0,0 +400091,0,0,0,0,0 +400092,0,0,0,0,0 +400093,0,0,0,0,0 +400094,0,0,0,0,0 +400095,0,0,0,0,0 +400096,0,0,0,0,0 +400097,0,0,0,0,0 +400098,0,0,0,0,0 +400099,0,0,0,0,0 +400100,0,0,0,0,0 +400101,0,0,0,0,0 +400102,0,0,0,0,0 +400103,0,0,0,0,0 +400104,0,0,0,0,0 +400105,0,0,0,0,0 +400106,0,0,0,0,0 +400107,0,0,0,0,0 +400108,0,0,0,0,0 +400109,0,0,0,0,0 +400110,0,0,0,0,0 +400111,0,0,0,0,0 +400112,0,0,0,0,0 +400113,0,0,0,0,0 +400114,0,0,0,0,0 +400115,0,0,0,0,0 +400116,0,0,0,0,0 +400117,0,0,0,0,0 +400118,0,0,0,0,0 +400119,0,0,0,0,0 +400120,0,0,0,0,0 +400121,0,0,0,0,0 +400122,0,0,0,0,0 +400123,0,0,0,0,0 +400124,0,0,0,0,0 +400125,0,0,0,0,0 +400126,0,0,0,0,0 +400127,0,0,0,0,0 +400128,0,0,0,0,0 +400129,0,0,0,0,0 +400130,0,0,0,0,0 +400131,0,0,0,0,0 +400132,0,0,0,0,0 +400133,0,0,0,0,0 +400134,0,0,0,0,0 +400135,0,0,0,0,0 +400136,0,0,0,0,0 +400137,0,0,0,0,0 +400138,0,0,0,0,0 +400139,0,0,0,0,0 +400140,0,0,0,0,0 +400141,0,0,0,0,0 +400142,0,0,0,0,0 +400143,0,0,0,0,0 +400144,0,0,0,0,0 +400145,0,0,0,0,0 +400146,0,0,0,0,0 +400147,0,0,0,0,0 +400148,0,0,0,0,0 +400149,0,0,0,0,0 +400150,0,0,0,0,0 +400151,0,0,0,0,0 +400152,0,0,0,0,0 +400153,0,0,0,0,0 +400154,0,0,0,0,0 +400155,0,0,0,0,0 +400156,0,0,0,0,0 +400157,0,0,0,0,0 +400158,0,0,0,0,0 +400159,0,0,0,0,0 +400160,0,0,0,0,0 +400161,0,0,0,0,0 +400162,0,0,0,0,0 +400163,0,0,0,0,0 +400164,0,0,0,0,0 +400165,0,0,0,0,0 +400166,0,0,0,0,0 +400167,0,0,0,0,0 +400168,0,0,0,0,0 +400169,0,0,0,0,0 +400170,0,0,0,0,0 +400171,0,0,0,0,0 +400172,0,0,0,0,0 +400173,0,0,0,0,0 +400174,0,0,0,0,0 +400175,0,0,0,0,0 +400176,0,0,0,0,0 +400177,0,0,0,0,0 +400178,0,0,0,0,0 +400179,0,0,0,0,0 +400180,0,0,0,0,0 +400181,0,0,0,0,0 +400182,0,0,0,0,0 +400183,0,0,0,0,0 +400184,0,0,0,0,0 +400185,0,0,0,0,0 +400186,0,0,0,0,0 +400187,0,0,0,0,0 +400188,0,0,0,0,0 +400189,0,0,0,0,0 +400190,0,0,0,0,0 +400191,0,0,0,0,0 +400192,0,0,0,0,0 +400193,0,0,0,0,0 +400194,0,0,0,0,0 +400195,0,0,0,0,0 +400196,0,0,0,0,0 +400197,0,0,0,0,0 +400198,0,0,0,0,0 +400199,0,0,0,0,0 +400200,0,0,0,0,0 +400201,0,0,0,0,0 +400202,0,0,0,0,0 +400203,0,0,0,0,0 +400204,0,0,0,0,0 +400205,0,0,0,0,0 +400206,0,0,0,0,0 +400207,0,0,0,0,0 +400208,0,0,0,0,0 +400209,0,0,0,0,0 +400210,0,0,0,0,0 +400211,0,0,0,0,0 +400212,0,0,0,0,0 +400213,0,0,0,0,0 +400214,0,0,0,0,0 +400215,0,0,0,0,0 +400216,0,0,0,0,0 +400217,0,0,0,0,0 +400218,0,0,0,0,0 +400219,0,0,0,0,0 +400220,0,0,0,0,0 +400221,0,0,0,0,0 +400222,0,0,0,0,0 +400223,0,0,0,0,0 +400224,0,0,0,0,0 +400225,0,0,0,0,0 +400226,0,0,0,0,0 +400227,0,0,0,0,0 +400228,0,0,0,0,0 +400229,0,0,0,0,0 +400230,0,0,0,0,0 +400231,0,0,0,0,0 +400232,0,0,0,0,0 +400233,0,0,0,0,0 +400234,0,0,0,0,0 +400235,0,0,0,0,0 +400236,0,0,0,0,0 +400237,0,0,0,0,0 +400238,0,0,0,0,0 +400239,0,0,0,0,0 +400240,0,0,0,0,0 +400241,0,0,0,0,0 +400242,0,0,0,0,0 +400243,0,0,0,0,0 +400244,0,0,0,0,0 +400245,0,0,0,0,0 +400246,0,0,0,0,0 +400247,0,0,0,0,0 +400248,0,0,0,0,0 +400249,0,0,0,0,0 +400250,0,0,0,0,0 +400251,0,0,0,0,0 +400252,0,0,0,0,0 +400253,0,0,0,0,0 +400254,0,0,0,0,0 +400255,0,0,0,0,0 +400256,0,0,0,0,0 +400257,0,0,0,0,0 +400258,0,0,0,0,0 +400259,0,0,0,0,0 +400260,0,0,0,0,0 +400261,0,0,0,0,0 +400262,0,0,0,0,0 +400263,0,0,0,0,0 +400264,0,0,0,0,0 +400265,0,0,0,0,0 +400266,0,0,0,0,0 +400267,0,0,0,0,0 +400268,0,0,0,0,0 +400269,0,0,0,0,0 +400270,0,0,0,0,0 +400271,0,0,0,0,0 +400272,0,0,0,0,0 +400273,0,0,0,0,0 +400274,0,0,0,0,0 +400275,0,0,0,0,0 +400276,0,0,0,0,0 +400277,0,0,0,0,0 +400278,0,0,0,0,0 +400279,0,0,0,0,0 +400280,0,0,0,0,0 +400281,0,0,0,0,0 +400282,0,0,0,0,0 +400283,0,0,0,0,0 +400284,0,0,0,0,0 +400285,0,0,0,0,0 +400286,0,0,0,0,0 +400287,0,0,0,0,0 +400288,0,0,0,0,0 +400289,0,0,0,0,0 +400290,0,0,0,0,0 +400291,0,0,0,0,0 +400292,0,0,0,0,0 +400293,0,0,0,0,0 +400294,0,0,0,0,0 +400295,0,0,0,0,0 +400296,0,0,0,0,0 +400297,0,0,0,0,0 +400298,0,0,0,0,0 +400299,0,0,0,0,0 +400300,0,0,0,0,0 +400301,0,0,0,0,0 +400302,0,0,0,0,0 +400303,0,0,0,0,0 +400304,0,0,0,0,0 +400305,0,0,0,0,0 +400306,0,0,0,0,0 +400307,0,0,0,0,0 +400308,0,0,0,0,0 +400309,0,0,0,0,0 +400310,0,0,0,0,0 +400311,0,0,0,0,0 +400312,0,0,0,0,0 +400313,0,0,0,0,0 +400314,0,0,0,0,0 +400315,0,0,0,0,0 +400316,0,0,0,0,0 +400317,0,0,0,0,0 +400318,0,0,0,0,0 +400319,0,0,0,0,0 +400320,0,0,0,0,0 +400321,0,0,0,0,0 +400322,0,0,0,0,0 +400323,0,0,0,0,0 +400324,0,0,0,0,0 +400325,0,0,0,0,0 +400326,0,0,0,0,0 +400327,0,0,0,0,0 +400328,0,0,0,0,0 +400329,0,0,0,0,0 +400330,0,0,0,0,0 +400331,0,0,0,0,0 +400332,0,0,0,0,0 +400333,0,0,0,0,0 +400334,0,0,0,0,0 +400335,0,0,0,0,0 +400336,0,0,0,0,0 +400337,0,0,0,0,0 +400338,0,0,0,0,0 +400339,0,0,0,0,0 +400340,0,0,0,0,0 +400341,0,0,0,0,0 +400342,0,0,0,0,0 +400343,0,0,0,0,0 +400344,0,0,0,0,0 +400345,0,0,0,0,0 +400346,0,0,0,0,0 +400347,0,0,0,0,0 +400348,0,0,0,0,0 +400349,0,0,0,0,0 +400350,0,0,0,0,0 +400351,0,0,0,0,0 +400352,0,0,0,0,0 +400353,0,0,0,0,0 +400354,0,0,0,0,0 +400355,0,0,0,0,0 +400356,0,0,0,0,0 +400357,0,0,0,0,0 +400358,0,0,0,0,0 +400359,0,0,0,0,0 +400360,0,0,0,0,0 +400361,0,0,0,0,0 +400362,0,0,0,0,0 +400363,0,0,0,0,0 +400364,0,0,0,0,0 +400365,0,0,0,0,0 +400366,0,0,0,0,0 +400367,0,0,0,0,0 +400368,0,0,0,0,0 +400369,0,0,0,0,0 +400370,0,0,0,0,0 +400371,0,0,0,0,0 +400372,0,0,0,0,0 +400373,0,0,0,0,0 +400374,0,0,0,0,0 +400375,0,0,0,0,0 +400376,0,0,0,0,0 +400377,0,0,0,0,0 +400378,0,0,0,0,0 +400379,0,0,0,0,0 +400380,0,0,0,0,0 +400381,0,0,0,0,0 +400382,0,0,0,0,0 +400383,0,0,0,0,0 +400384,0,0,0,0,0 +400385,0,0,0,0,0 +400386,0,0,0,0,0 +400387,0,0,0,0,0 +400388,0,0,0,0,0 +400389,0,0,0,0,0 +400390,0,0,0,0,0 +400391,0,0,0,0,0 +400392,0,0,0,0,0 +400393,0,0,0,0,0 +400394,0,0,0,0,0 +400395,0,0,0,0,0 +400396,0,0,0,0,0 +400397,0,0,0,0,0 +400398,0,0,0,0,0 +400399,0,0,0,0,0 +400400,0,0,0,0,0 +400401,0,0,0,0,0 +400402,0,0,0,0,0 +400403,0,0,0,0,0 +400404,0,0,0,0,0 +400405,0,0,0,0,0 +400406,0,0,0,0,0 +400407,0,0,0,0,0 +400408,0,0,0,0,0 +400409,0,0,0,0,0 +400410,0,0,0,0,0 +400411,0,0,0,0,0 +400412,0,0,0,0,0 +400413,0,0,0,0,0 +400414,0,0,0,0,0 +400415,0,0,0,0,0 +400416,0,0,0,0,0 +400417,0,0,0,0,0 +400418,0,0,0,0,0 +400419,0,0,0,0,0 +400420,0,0,0,0,0 +400421,0,0,0,0,0 +400422,0,0,0,0,0 +400423,0,0,0,0,0 +400424,0,0,0,0,0 +400425,0,0,0,0,0 +400426,0,0,0,0,0 +400427,0,0,0,0,0 +400428,0,0,0,0,0 +400429,0,0,0,0,0 +400430,0,0,0,0,0 +400431,0,0,0,0,0 +400432,0,0,0,0,0 +400433,0,0,0,0,0 +400434,0,0,0,0,0 +400435,0,0,0,0,0 +400436,0,0,0,0,0 +400437,0,0,0,0,0 +400438,0,0,0,0,0 +400439,0,0,0,0,0 +400440,0,0,0,0,0 +400441,0,0,0,0,0 +400442,0,0,0,0,0 +400443,0,0,0,0,0 +400444,0,0,0,0,0 +400445,0,0,0,0,0 +400446,0,0,0,0,0 +400447,0,0,0,0,0 +400448,0,0,0,0,0 +400449,0,0,0,0,0 +400450,0,0,0,0,0 +400451,0,0,0,0,0 +400452,0,0,0,0,0 +400453,0,0,0,0,0 +400454,0,0,0,0,0 +400455,0,0,0,0,0 +400456,0,0,0,0,0 +400457,0,0,0,0,0 +400458,0,0,0,0,0 +400459,0,0,0,0,0 +400460,0,0,0,0,0 +400461,0,0,0,0,0 +400462,0,0,0,0,0 +400463,0,0,0,0,0 +400464,0,0,0,0,0 +400465,0,0,0,0,0 +400466,0,0,0,0,0 +400467,0,0,0,0,0 +400468,0,0,0,0,0 +400469,0,0,0,0,0 +400470,0,0,0,0,0 +400471,0,0,0,0,0 +400472,0,0,0,0,0 +400473,0,0,0,0,0 +400474,0,0,0,0,0 +400475,0,0,0,0,0 +400476,0,0,0,0,0 +400477,0,0,0,0,0 +400478,0,0,0,0,0 +400479,0,0,0,0,0 +400480,0,0,0,0,0 +400481,0,0,0,0,0 +400482,0,0,0,0,0 +400483,0,0,0,0,0 +400484,0,0,0,0,0 +400485,0,0,0,0,0 +400486,0,0,0,0,0 +400487,0,0,0,0,0 +400488,0,0,0,0,0 +400489,0,0,0,0,0 +400490,0,0,0,0,0 +400491,0,0,0,0,0 +400492,0,0,0,0,0 +400493,0,0,0,0,0 +400494,0,0,0,0,0 +400495,0,0,0,0,0 +400496,0,0,0,0,0 +400497,0,0,0,0,0 +400498,0,0,0,0,0 +400499,0,0,0,0,0 +400500,0,0,0,0,0 +400501,0,0,0,0,0 +400502,0,0,0,0,0 +400503,0,0,0,0,0 +400504,0,0,0,0,0 +400505,0,0,0,0,0 +400506,0,0,0,0,0 +400507,0,0,0,0,0 +400508,0,0,0,0,0 +400509,0,0,0,0,0 +400510,0,0,0,0,0 +400511,0,0,0,0,0 +400512,0,0,0,0,0 +400513,0,0,0,0,0 +400514,0,0,0,0,0 +400515,0,0,0,0,0 +400516,0,0,0,0,0 +400517,0,0,0,0,0 +400518,0,0,0,0,0 +400519,0,0,0,0,0 +400520,0,0,0,0,0 +400521,0,0,0,0,0 +400522,0,0,0,0,0 +400523,0,0,0,0,0 +400524,0,0,0,0,0 +400525,0,0,0,0,0 +400526,0,0,0,0,0 +400527,0,0,0,0,0 +400528,0,0,0,0,0 +400529,0,0,0,0,0 +400530,0,0,0,0,0 +400531,0,0,0,0,0 +400532,0,0,0,0,0 +400533,0,0,0,0,0 +400534,0,0,0,0,0 +400535,0,0,0,0,0 +400536,0,0,0,0,0 +400537,0,0,0,0,0 +400538,0,0,0,0,0 +400539,0,0,0,0,0 +400540,0,0,0,0,0 +400541,0,0,0,0,0 +400542,0,0,0,0,0 +400543,0,0,0,0,0 +400544,0,0,0,0,0 +400545,0,0,0,0,0 +400546,0,0,0,0,0 +400547,0,0,0,0,0 +400548,0,0,0,0,0 +400549,0,0,0,0,0 +400550,0,0,0,0,0 +400551,0,0,0,0,0 +400552,0,0,0,0,0 +400553,0,0,0,0,0 +400554,0,0,0,0,0 +400555,0,0,0,0,0 +400556,0,0,0,0,0 +400557,0,0,0,0,0 +400558,0,0,0,0,0 +400559,0,0,0,0,0 +400560,0,0,0,0,0 +400561,0,0,0,0,0 +400562,0,0,0,0,0 +400563,0,0,0,0,0 +400564,0,0,0,0,0 +400565,0,0,0,0,0 +400566,0,0,0,0,0 +400567,0,0,0,0,0 +400568,0,0,0,0,0 +400569,0,0,0,0,0 +400570,0,0,0,0,0 +400571,0,0,0,0,0 +400572,0,0,0,0,0 +400573,0,0,0,0,0 +400574,0,0,0,0,0 +400575,0,0,0,0,0 +400576,0,0,0,0,0 +400577,0,0,0,0,0 +400578,0,0,0,0,0 +400579,0,0,0,0,0 +400580,0,0,0,0,0 +400581,0,0,0,0,0 +400582,0,0,0,0,0 +400583,0,0,0,0,0 +400584,0,0,0,0,0 +400585,0,0,0,0,0 +400586,0,0,0,0,0 +400587,0,0,0,0,0 +400588,0,0,0,0,0 +400589,0,0,0,0,0 +400590,0,0,0,0,0 +400591,0,0,0,0,0 +400592,0,0,0,0,0 +400593,0,0,0,0,0 +400594,0,0,0,0,0 +400595,0,0,0,0,0 +400596,0,0,0,0,0 +400597,0,0,0,0,0 +400598,0,0,0,0,0 +400599,0,0,0,0,0 +400600,0,0,0,0,0 +400601,0,0,0,0,0 +400602,0,0,0,0,0 +400603,0,0,0,0,0 +400604,0,0,0,0,0 +400605,0,0,0,0,0 +400606,0,0,0,0,0 +400607,0,0,0,0,0 +400608,0,0,0,0,0 +400609,0,0,0,0,0 +400610,0,0,0,0,0 +400611,0,0,0,0,0 +400612,0,0,0,0,0 +400613,0,0,0,0,0 +400614,0,0,0,0,0 +400615,0,0,0,0,0 +400616,0,0,0,0,0 +400617,0,0,0,0,0 +400618,0,0,0,0,0 +400619,0,0,0,0,0 +400620,0,0,0,0,0 +400621,0,0,0,0,0 +400622,0,0,0,0,0 +400623,0,0,0,0,0 +400624,0,0,0,0,0 +400625,0,0,0,0,0 +400626,0,0,0,0,0 +400627,0,0,0,0,0 +400628,0,0,0,0,0 +400629,0,0,0,0,0 +400630,0,0,0,0,0 +400631,0,0,0,0,0 +400632,0,0,0,0,0 +400633,0,0,0,0,0 +400634,0,0,0,0,0 +400635,0,0,0,0,0 +400636,0,0,0,0,0 +400637,0,0,0,0,0 +400638,0,0,0,0,0 +400639,0,0,0,0,0 +400640,0,0,0,0,0 +400641,0,0,0,0,0 +400642,0,0,0,0,0 +400643,0,0,0,0,0 +400644,0,0,0,0,0 +400645,0,0,0,0,0 +400646,0,0,0,0,0 +400647,0,0,0,0,0 +400648,0,0,0,0,0 +400649,0,0,0,0,0 +400650,0,0,0,0,0 +400651,0,0,0,0,0 +400652,0,0,0,0,0 +400653,0,0,0,0,0 +400654,0,0,0,0,0 +400655,0,0,0,0,0 +400656,0,0,0,0,0 +400657,0,0,0,0,0 +400658,0,0,0,0,0 +400659,0,0,0,0,0 +400660,0,0,0,0,0 +400661,0,0,0,0,0 +400662,0,0,0,0,0 +400663,0,0,0,0,0 +400664,0,0,0,0,0 +400665,0,0,0,0,0 +400666,0,0,0,0,0 +400667,0,0,0,0,0 +400668,0,0,0,0,0 +400669,0,0,0,0,0 +400670,0,0,0,0,0 +400671,0,0,0,0,0 +400672,0,0,0,0,0 +400673,0,0,0,0,0 +400674,0,0,0,0,0 +400675,0,0,0,0,0 +400676,0,0,0,0,0 +400677,0,0,0,0,0 +400678,0,0,0,0,0 +400679,0,0,0,0,0 +400680,0,0,0,0,0 +400681,0,0,0,0,0 +400682,0,0,0,0,0 +400683,0,0,0,0,0 +400684,0,0,0,0,0 +400685,0,0,0,0,0 +400686,0,0,0,0,0 +400687,0,0,0,0,0 +400688,0,0,0,0,0 +400689,0,0,0,0,0 +400690,0,0,0,0,0 +400691,0,0,0,0,0 +400692,0,0,0,0,0 +400693,0,0,0,0,0 +400694,0,0,0,0,0 +400695,0,0,0,0,0 +400696,0,0,0,0,0 +400697,0,0,0,0,0 +400698,0,0,0,0,0 +400699,0,0,0,0,0 +400700,0,0,0,0,0 +400701,0,0,0,0,0 +400702,0,0,0,0,0 +400703,0,0,0,0,0 +400704,0,0,0,0,0 +400705,0,0,0,0,0 +400706,0,0,0,0,0 +400707,0,0,0,0,0 +400708,0,0,0,0,0 +400709,0,0,0,0,0 +400710,0,0,0,0,0 +400711,0,0,0,0,0 +400712,0,0,0,0,0 +400713,0,0,0,0,0 +400714,0,0,0,0,0 +400715,0,0,0,0,0 +400716,0,0,0,0,0 +400717,0,0,0,0,0 +400718,0,0,0,0,0 +400719,0,0,0,0,0 +400720,0,0,0,0,0 +400721,0,0,0,0,0 +400722,0,0,0,0,0 +400723,0,0,0,0,0 +400724,0,0,0,0,0 +400725,0,0,0,0,0 +400726,0,0,0,0,0 +400727,0,0,0,0,0 +400728,0,0,0,0,0 +400729,0,0,0,0,0 +400730,0,0,0,0,0 +400731,0,0,0,0,0 +400732,0,0,0,0,0 +400733,0,0,0,0,0 +400734,0,0,0,0,0 +400735,0,0,0,0,0 +400736,0,0,0,0,0 +400737,0,0,0,0,0 +400738,0,0,0,0,0 +400739,0,0,0,0,0 +400740,0,0,0,0,0 +400741,-1912.170264,-51.44434796,-238.7525915,-882.3331521,-1554.990224 +400742,-231.8181862,-22.3223994,-177.4650202,-105.6169555,-413.7347422 +400743,-214.252654,-20.04816403,-173.9299382,-97.34361599,-400.852929 +400744,-212.2007093,-18.20429183,-171.1709322,-96.64827556,-398.1378304 +400745,-217.2696289,-16.63834132,-169.3760452,-99.34979012,-400.9156945 +400746,-223.6926237,-15.20445155,-168.3175918,-102.6192714,-405.535043 +400747,-229.4655258,-13.82585366,-167.7641725,-105.4993319,-410.5196086 +400748,-234.4448044,-12.4723198,-167.5726349,-107.9451738,-415.5866192 +400749,-238.9513233,-11.13246151,-167.6651642,-110.1319824,-420.8048766 +400750,-243.2225668,-9.799293015,-167.9941702,-112.1851638,-426.2446253 +400751,-247.3653667,-8.46583526,-168.5226301,-114.1599397,-431.9127122 +400752,-251.4022837,-7.125070903,-169.217845,-116.0754631,-437.7791171 +400753,-255.3417145,-5.770656797,-170.0507283,-117.933112,-443.8050609 +400754,-259.1825228,-4.397331371,-170.9962301,-119.7362803,-449.9562405 +400755,-262.9350842,-3.00090685,-172.0333015,-121.4902351,-456.2048431 +400756,-266.6023739,-1.578128811,-173.1445285,-123.2003662,-462.528677 +400757,-270.191584,-0.126458429,-174.3155029,-124.8712149,-468.9092046 +400758,-273.7140746,1.356054937,-175.5343522,-126.5064762,-475.3309306 +400759,-277.1698045,2.870900023,-176.7912803,-128.1091042,-481.7805343 +400760,-280.5626915,4.41917952,-178.0782434,-129.6815748,-488.2468381 +400761,-283.8973375,6.001690532,-179.388641,-131.2259398,-494.7202359 +400762,-287.1776077,7.61895712,-180.7171331,-132.7439935,-501.1928119 +400763,-290.4063615,9.271304573,-182.0593822,-134.2372384,-507.65776 +400764,-293.5859675,10.95887535,-183.4119364,-135.7070117,-514.1095458 +400765,-296.7183883,12.68167428,-184.7720603,-137.1544459,-520.5434373 +400766,-299.8054486,14.43958852,-186.1376307,-138.5805667,-526.9556495 +400767,-302.8487316,16.2324144,-187.5070256,-139.9862502,-533.3429497 +400768,-305.8497501,18.05986885,-188.8790548,-141.3723107,-539.7028407 +400769,-308.8097965,19.92161745,-190.2528603,-142.7394421,-546.033163 +400770,-311.7301482,21.81726358,-191.6279068,-144.0883156,-552.3323717 +400771,-314.6118827,23.74638658,-193.0038706,-145.4195002,-558.5991009 +400772,-317.472301,25.66194125,-194.4220291,-146.7420401,-564.8325594 +400773,-320.313903,27.5332268,-195.904327,-148.0566936,-571.0321724 +400774,-323.1421857,116.4414948,-197.4528249,-149.3641205,-577.1976913 +400775,-325.9517663,194.379896,-199.0611556,-150.6666962,-583.3288697 +400776,-328.6447911,151.0637438,-200.7583949,-151.8978288,-589.4278062 +400777,-331.2634198,186.2647399,-202.5259407,-153.0843383,-595.4941681 +400778,-333.8604579,201.420246,-204.3397606,-154.2583087,-601.5275664 +400779,-336.4521977,216.2230307,-206.1855276,-155.4341826,-607.5281224 +400780,-339.0414872,230.8855078,-208.0572286,-156.6140392,-613.4964163 +400781,-341.630131,245.1072693,-209.9527369,-157.7955826,-619.4330823 +400782,-344.209821,259.5383458,-211.8710767,-158.9763083,-625.3388995 +400783,-346.7779737,273.3405194,-213.8113795,-160.1545015,-631.2145517 +400784,-349.3412748,287.4447384,-215.774881,-161.3304655,-637.0608461 +400785,-351.8926827,301.1683556,-217.7600733,-162.502903,-642.8785552 +400786,-354.4297969,314.8389113,-219.7651548,-163.670638,-648.6685255 +400787,-356.9525218,328.133282,-221.788928,-164.8329697,-654.431517 +400788,-359.4651017,341.8417386,-223.8307662,-165.9895773,-660.1684155 +400789,-361.9620574,354.9470966,-225.8903103,-167.1402783,-665.8799902 +400790,-364.4429445,368.1211349,-227.9673301,-168.2849829,-671.5671012 +400791,-366.9088427,381.1227495,-230.0616446,-169.4236187,-677.2305193 +400792,-369.3606051,393.8487998,-232.1731017,-170.5561613,-682.8710763 +400793,-371.7985698,407.0021416,-234.3015821,-171.6825952,-688.4895113 +400794,-374.2228887,419.5290684,-236.4469946,-172.8029492,-694.0866268 +400795,-376.633619,432.1702055,-238.6092601,-173.9172462,-699.6630994 +400796,-379.0309192,444.459708,-240.7883415,-175.0255551,-705.219709 +400797,-381.4149168,457.2239891,-243.0528995,-176.1279258,-710.7570846 +400798,-383.7858304,469.3554112,-245.3861767,-177.2244465,-716.2759532 +400799,-386.1438234,481.6173944,-247.7618865,-178.3151816,-721.7768908 +400800,-388.4891162,500.3112415,-250.1653567,-179.4002228,-727.2605415 +400801,-393.6138228,947.0048031,-255.3832995,-181.7487061,-737.8036856 +400802,-378.696082,976.9588474,-241.088082,-174.8839037,-710.9346058 +400803,-354.0451089,1002.871749,-217.6362739,-163.6778902,-663.6110665 +400804,-329.154633,1026.691389,-194.0845965,-152.5530988,-615.3132822 +400805,-307.8867819,1049.622573,-174.02289,-143.2586026,-573.6511981 +400806,-290.608612,1071.694984,-157.7683799,-135.9020363,-539.3243786 +400807,-277.2260336,1093.214319,-144.5949553,-130.3301488,-510.9378888 +400808,-266.7316467,1114.448169,183.2480397,-126.0557443,-487.1328356 +400809,-258.2992111,1135.177114,506.4651907,-122.6964115,-467.0208828 +400810,-251.4298839,1155.891167,291.3167903,-120.0215561,-450.0349243 +400811,-245.8305892,1175.96972,399.9974549,-117.8939417,-435.7634391 +400812,-241.2997939,1196.154037,421.0773895,-116.2187021,-423.8634704 +400813,-237.6734538,1215.905257,440.7114616,-114.919552,-414.0315332 +400814,-234.8096302,1235.450415,459.5594937,-113.9318218,-405.9986367 +400815,-232.5863875,1254.937357,477.7267377,-113.2011382,-399.5295706 +400816,-230.9010917,1274.104406,495.4667245,-112.6826847,-394.4206616 +400817,-229.6686501,1293.134707,512.5788167,-112.3400632,-390.4965204 +400818,-228.8188084,1324.032108,529.2979109,-112.1438297,-387.606138 +400819,-228.2935929,1329.320826,545.1504146,-112.0701761,-190.3975392 +400820,-228.0450462,1334.704732,561.4988333,-112.0998009,308.4100128 +400821,-193.4931746,1376.475954,576.6547753,-112.2170532,19.75051751 +400822,139.0736867,1383.331422,591.6074847,-112.4093292,147.5865726 +400823,-9.932186581,1403.452385,606.2508788,-112.6665424,175.0518906 +400824,62.56217913,1421.369173,620.4043347,-64.62778534,201.2769456 +400825,90.48490767,1438.99389,634.2273331,25.28545367,226.3532447 +400826,114.65676,1456.555316,647.6308119,-15.96058064,250.7328637 +400827,138.6113904,1473.736064,660.8235573,13.28426876,274.0551915 +400828,161.5217493,1490.949077,673.5147456,25.40251085,297.7898917 +400829,184.7534097,1507.924136,686.0618553,37.00200903,319.9682014 +400830,206.2615792,1524.750694,698.1772984,48.20360569,342.0228407 +400831,228.7682509,1540.923527,710.0836105,59.32685045,363.5112564 +400832,249.8073788,1556.913736,721.6443268,70.08445297,384.3790427 +400833,271.3662198,1572.405568,733.1346498,80.89542116,404.9266387 +400834,291.847054,1588.185078,744.032467,91.13337655,424.8925948 +400835,311.9476755,1603.287578,754.9414088,101.7146131,444.4051787 +400836,332.3760281,1618.564349,765.6215449,111.3026785,463.554393 +400837,352.0626912,1633.258788,783.7299795,121.4833588,482.3218237 +400838,370.8832122,1648.296237,786.5717113,130.8876973,519.2159854 +400839,389.632963,1662.641031,783.2103386,140.7359024,512.2820442 +400840,408.8993261,1677.015282,813.1661875,149.5295513,517.0568754 +400841,426.7948632,1691.450653,813.0607778,157.3160482,565.8758695 +400842,439.6416352,1705.285121,824.3642763,164.9717957,566.7046683 +400843,454.8007795,1719.343716,833.4155082,172.4000041,586.7063796 +400844,469.0754878,1744.124011,842.2107737,179.6070403,602.829053 +400845,483.3818095,1743.857038,851.1519352,187.1579583,618.7757935 +400846,497.4286914,1748.28868,859.5604882,194.1359506,634.4318348 +400847,511.2624747,1780.783759,868.0194447,201.1877339,649.6187857 +400848,524.892094,1783.912128,876.2670467,208.0893491,664.6773803 +400849,538.3265758,1799.125135,884.3746097,214.6994149,679.4798579 +400850,551.6251009,1811.667701,892.429559,221.7069813,693.8603611 +400851,564.5989726,1828.433861,900.1588977,228.341993,708.1918463 +400852,576.9686084,1831.128879,907.9350912,234.5404936,721.9301713 +400853,590.4920318,1851.709832,915.5317922,240.8476339,735.904533 +400854,602.6322698,1860.837133,923.1257335,247.5363607,749.159085 +400855,615.1526321,1877.275594,930.5124773,253.5158516,777.4728127 +400856,627.2690774,1898.944477,937.6492707,259.6806981,756.6555966 +400857,639.3767953,1890.832296,957.6733175,265.7060102,813.4236921 +400858,651.36152,1911.37843,933.2342462,271.6356955,789.5284549 +400859,662.9735902,1927.812606,980.7433231,277.5362936,814.6928638 +400860,674.722511,1929.643369,945.5986014,283.2632178,830.692349 +400861,1075.759442,2113.617687,1326.694369,457.0200948,984.3912385 +400862,1090.563201,2125.064268,1361.581465,464.8505581,1044.91684 +400863,1103.420535,2142.881578,1396.422889,471.1078331,1116.389459 +400864,1115.859684,2143.144467,1420.055781,477.3982882,1174.761724 +400865,1127.799414,2164.299112,1420.333761,483.4558572,1216.997623 +400866,1139.617345,2171.603742,1389.031686,489.384418,1244.530198 +400867,1151.058682,2182.635169,1423.677762,495.1948032,1262.790277 +400868,1162.464473,2193.627876,1425.753927,500.9067603,1277.120036 +400869,1173.54381,2204.105907,1434.802594,506.5761772,1289.239561 +400870,1184.725965,2214.408785,1437.239128,512.0504337,1299.459931 +400871,1195.340114,2231.681273,1446.300743,517.5021371,1308.476982 +400872,1206.210212,2225.130559,1449.346505,522.958557,1316.338216 +400873,1216.700619,2254.999025,1451.850768,528.2479394,1323.222599 +400874,1227.128458,2252.00223,1452.426343,533.5117359,1329.500639 +400875,1237.650006,2264.523148,1452.92502,538.7037945,1334.556937 +400876,1247.708043,2274.363608,1453.497632,543.8325457,1338.854057 +400877,1257.83008,2283.176974,1454.280186,548.9017114,1342.685398 +400878,1268.827217,2292.50841,1455.244926,553.9116821,1346.143539 +400879,1278.740766,2301.545626,1456.385692,558.8648779,1349.322075 +400880,1288.659556,2310.439883,1457.68721,563.7137817,1352.292613 +400881,1298.67697,2325.885108,1459.274899,568.6313309,1355.456636 +400882,1308.505787,2325.985382,1460.99863,573.4367256,1358.292926 +400883,1318.074109,2336.925454,1462.672072,578.1103113,1360.83404 +400884,1327.826006,2345.57332,1464.396775,582.7864491,1363.418637 +400885,1337.410539,2353.454693,1466.21399,587.4981711,1365.893665 +400886,1346.952932,2368.54722,1468.225952,592.0567491,1367.850915 +400887,1356.433968,2368.167737,1470.29805,596.6148303,1370.443632 +400888,1365.859919,2377.414468,1472.220615,601.1205881,1372.536424 +400889,1375.229768,2385.90531,1474.117448,605.5819766,1374.783832 +400890,1384.543928,2399.882415,1476.210039,610.002273,1377.011814 +400891,1393.680251,2392.189208,1478.320847,614.3619208,1379.191146 +400892,1402.847916,2412.681806,1479.99164,618.676312,1380.979514 +400893,1411.65782,2411.249795,1481.844612,622.9469308,1382.756856 +400894,1420.540287,2415.932787,1483.730398,627.1220934,1384.294063 +400895,1429.560626,2427.877187,1485.41782,631.3915632,1385.792182 +400896,1438.262826,2427.351415,1487.14312,635.5007252,1387.30743 +400897,1447.126864,2430.784219,1488.683063,639.6723144,1388.552035 +400898,1455.614104,2441.853499,1490.228681,643.6625245,1389.770875 +400899,1472.791329,2441.478602,1491.822954,647.7352955,1391.015739 +400900,1467.046905,2450.406037,1493.409149,651.66919,1392.22356 +400901,1507.595579,2449.908412,1494.916832,655.7128611,1393.304452 +400902,1447.943564,2451.115416,1496.274376,659.5993816,1394.381501 +400903,1518.892731,2453.548977,1497.450256,663.4997468,1394.997927 +400904,1501.74924,2456.310136,1498.443372,667.3580857,1395.355336 +400905,1514.5503,2457.188206,1499.335445,671.2400987,1395.555129 +400906,1522.885858,2456.8853,1500.083329,674.8910606,1395.548644 +400907,1531.023679,2456.609084,1500.823872,678.7775141,1395.269133 +400908,1539.242312,2456.419929,1501.188834,682.4579269,1394.751801 +400909,1547.096523,2456.293547,1501.429909,686.1658058,1394.052427 +400910,1555.04915,2456.17511,1501.585372,689.8353041,1393.218528 +400911,1563.293335,2456.020546,1501.686709,693.4175286,1392.284943 +400912,1570.880256,2455.808442,1501.748926,697.1159493,1391.277574 +400913,1578.833023,2455.533647,1501.788544,700.7158664,1390.216271 +400914,1586.596291,2455.197569,1501.811271,704.1903156,1389.115904 +400915,1594.454735,2454.802506,1501.827127,707.7612959,1387.987419 +400916,1602.569663,2454.349382,1501.836762,711.1928882,1386.838284 +400917,1627.712134,2453.792901,1501.815815,714.7574556,1385.634692 +400918,1589.382901,2453.24556,1502.01542,718.9560953,1384.473784 +400919,1638.265998,2452.6807,1502.038631,724.3558172,1383.338252 +400920,1629.355118,2451.993653,1502.019061,724.8961462,1382.144437 +400921,1646.503131,2449.919867,1499.163094,738.791756,1375.795623 +400922,1656.013303,2448.23237,1496.735657,730.9679645,1370.402619 +400923,1666.485422,2446.870463,1494.897009,731.5782473,1365.713445 +400924,1697.354621,2445.497663,1492.993962,748.7530925,1361.231618 +400925,1642.028354,2444.101041,1491.392934,745.2486837,1356.847295 +400926,1727.781803,2442.596623,1489.674901,750.5083694,1352.458139 +400927,1665.5209,2440.960385,1487.621891,754.2088935,1348.032179 +400928,1719.727684,2439.274842,1486.033802,757.8939904,1343.628879 +400929,1711.23138,2437.477701,1484.614588,761.3902993,1339.187551 +400930,1722.122591,2435.60802,1483.211891,764.9416886,1334.734013 +400931,1752.843093,2433.644492,1481.650535,768.6380258,1330.244691 +400932,1703.581526,2431.71613,1480.154059,768.6586662,1325.826034 +400933,1785.792776,2431.285796,1478.627065,771.5261159,1321.830707 +400934,1718.308706,2431.432233,1476.960692,774.790514,1317.951761 +400935,1794.833761,2431.651417,1475.68581,778.0242166,1314.329082 +400936,1756.958299,2431.661987,1474.493996,781.2659615,1310.962168 +400937,1780.479451,2431.211419,1473.407929,784.5043136,1307.61652 +400938,1786.065408,2430.813606,1472.663674,787.7366984,1304.609117 +400939,1793.402862,2430.621382,1472.271497,791.0269894,1301.977723 +400940,1800.944392,2430.484154,1472.084206,794.1356465,1299.555407 +400941,1808.740482,2430.355808,1472.243712,797.3850924,1297.285651 +400942,1816.224997,2430.197797,1472.322222,800.4913634,1295.119593 +400943,1823.385384,2429.987994,1472.467879,803.843566,1293.019197 +400944,1831.233631,2429.729008,1472.669251,806.7290915,1290.966979 +400945,1847.328123,2429.579204,1473.020807,810.0440929,1289.08281 +400946,1841.893571,2429.349129,1473.390944,813.1797938,1287.201348 +400947,1854.55269,2428.882621,1473.667164,816.1874221,1285.39113 +400948,1861.58194,2428.385074,1473.972193,819.4003944,1283.385641 +400949,1868.27029,2427.892832,1474.321874,822.5803728,1281.414099 +400950,1875.456611,2427.351286,1474.679014,825.4403202,1279.434018 +400951,1882.7587,2426.772339,1475.052351,828.3976758,1277.459257 +400952,1889.695943,2426.243822,1475.616884,831.2289723,1275.487107 +400953,1896.622649,2425.8028,1475.941924,834.0757661,1273.506701 +400954,1903.472116,2425.697322,1476.234819,836.7666861,1271.520016 +400955,1910.542298,2425.366078,1476.511311,839.6197478,1269.534081 +400956,1917.369466,2425.055397,1476.766292,842.3293365,1267.549304 +400957,1923.882607,2424.757272,1477.013155,845.0297014,1265.562541 +400958,1938.921927,2424.64679,1477.378942,847.6797263,1263.732306 +400959,1934.561084,2424.517057,1477.726271,850.4412293,1261.898369 +400960,1944.682135,2424.13424,1477.916578,856.3396109,1259.867531 +400961,1951.074332,2422.748547,1478.448559,859.5610921,1257.809256 +400962,1957.803369,2420.941157,1479.256565,862.3075801,1255.811991 +400963,1964.129626,2419.254966,1480.116622,865.4525257,1253.837499 +400964,1970.901772,2418.099854,1481.044075,867.9964151,1252.033103 +400965,1984.480964,2417.07712,1481.775295,870.9372435,1250.089022 +400966,1981.551774,2416.407764,1482.551149,873.5758714,1248.296229 +400967,1990.367478,2415.582912,1483.11734,876.3971965,1246.305963 +400968,1997.051093,2414.749098,1483.617937,878.9657793,1244.283133 +400969,2011.151893,2414.185967,1484.249891,881.7709966,1242.473832 +400970,2007.731086,2413.633544,1484.876427,884.3019136,1240.688289 +400971,2014.947449,2412.778139,1485.487209,887.0681358,1238.657187 +400972,2022.836897,2411.853575,1485.840627,889.6393157,1236.579486 +400973,2035.227998,2411.203454,1486.363907,892.2520498,1234.732424 +400974,2033.4765,2410.589836,1486.918715,894.76668,1232.937776 +400975,2047.692728,2409.878052,1487.413762,897.4494519,1231.0845 +400976,2046.286733,2409.058943,1487.858737,899.8747009,1229.174847 +400977,2051.068723,2407.960397,1488.128157,902.5026011,1227.037737 +400978,2069.988545,2407.091117,1488.542447,904.8429579,1225.097817 +400979,2058.910764,2406.452401,1489.123093,907.56354,1223.369718 +400980,2068.741354,2405.203745,1489.152631,909.8976402,1220.934856 +400981,1980.433495,2402.023816,1489.156867,859.0405796,1219.348228 +400982,1951.891743,2388.833357,1481.212214,860.2023745,1206.299698 +400983,1975.332973,2373.876424,1470.425337,861.8497222,1188.883718 +400984,1979.975996,2363.510285,1461.603805,863.5596852,1173.751651 +400985,1975.787452,2357.7832,1455.429146,865.4069699,1162.004361 +400986,1981.158388,2354.668076,1451.178258,867.0859984,1152.814906 +400987,1994.70803,2353.022907,1448.473497,868.954518,1145.751945 +400988,1991.746058,2351.855593,1446.766606,870.7741474,1140.144087 +400989,1994.548491,2350.372114,1445.462239,872.6029435,1135.244435 +400990,2006.13779,2348.790718,1444.566799,874.4288352,1131.054436 +400991,2005.322632,2347.249193,1444.033637,876.2508028,1127.506405 +400992,2013.566984,2345.622323,1443.688391,878.0688606,1124.357413 +400993,2012.92519,2343.841056,1443.426489,879.8018832,1121.451902 +400994,2014.115755,2341.748049,1443.09632,881.7313342,1118.575407 +400995,2015.508306,2339.354047,1442.662718,883.4789401,1115.663944 +400996,2013.729541,2336.682824,1442.104984,885.2915573,1112.673728 +400997,2012.031166,2333.681359,1441.3594,887.0876962,1109.507754 +400998,2010.462618,2330.387435,1440.430648,888.960063,1106.158502 +400999,2009.047357,2326.888444,1439.364452,890.6243091,1102.673117 +401000,2007.769451,2323.250062,1438.200824,892.4647126,1099.094064 +401001,2006.603389,2319.511575,1436.969341,894.229706,1095.45295 +401002,2005.523112,2315.689364,1435.687875,898.0321105,1091.768401 +401003,2004.517506,2311.798301,1434.373762,898.2052069,1088.059674 +401004,2003.575319,2307.844562,1433.03737,903.5228867,1084.337964 +401005,2002.703154,2303.846782,1431.696064,898.4264328,1080.623982 +401006,2001.866834,2299.782669,1430.33835,915.434847,1076.901816 +401007,2001.117426,2295.708752,1429.004757,885.4012133,1073.222488 +401008,2000.436012,2291.612949,1427.689852,914.2638979,1069.578442 +401009,1999.739535,2287.42217,1426.346,907.2371307,1065.908016 +401010,1999.06247,2282.923297,1424.99864,909.6201309,1062.24293 +401011,1998.427038,2278.671639,1423.664451,911.7890337,1058.603612 +401012,1997.814909,2274.34759,1422.345763,913.6774156,1054.97982 +401013,1997.221623,2269.91176,1421.042498,915.3557864,1051.371692 +401014,1996.646628,2265.365897,1419.755646,917.2175208,1047.780641 +401015,1996.080994,2260.730413,1418.489263,919.0066395,1044.206698 +401016,1995.536387,2256.02633,1417.238369,920.8072508,1040.649841 +401017,1995.001314,2251.267714,1416.000793,922.6063547,1037.109432 +401018,1994.475057,2246.461582,1414.779605,924.4894754,1033.584147 +401019,1994.236282,2241.609454,1413.568641,926.1591229,1030.071586 +401020,1993.700194,2236.713042,1412.365929,928.017271,1026.570818 +401021,1993.170781,2231.776589,1411.176974,929.8002536,1023.083446 +401022,1992.659427,2226.803564,1409.998768,931.5075482,1019.610664 +401023,1992.168156,2221.794533,1408.829527,933.4309779,1016.151443 +401024,1991.693759,2216.748771,1407.672085,935.2494447,1012.703766 +401025,1991.233441,2211.666979,1406.522017,936.9190016,1009.266832 +401026,1990.785167,2206.5503,1405.378129,938.7126563,1005.840208 +401027,1990.346758,2201.399152,1404.244132,940.5360118,1002.422786 +401028,1989.820648,2193.103227,1403.054167,942.2490892,998.9345795 +401029,1989.069939,2184.599836,1401.718921,944.0116782,995.2607471 +401030,1988.100111,2177.295541,1400.243677,945.7794187,991.3998913 +401031,1986.762388,2162.190561,1398.526168,947.6344611,987.2223074 +401032,1985.440302,2159.369423,1396.625958,949.2649637,982.8021614 +401033,1983.925452,2153.812305,1394.794208,951.0937889,978.4545073 +401034,1982.350393,2139.457475,1392.915278,955.3739611,974.0364713 +401035,1980.867355,2143.427729,1391.082964,955.9185317,969.6720662 +401036,1979.463965,2124.535744,1389.294739,961.121621,965.3551159 +401037,1977.925605,2121.72082,1387.41144,954.9806421,960.9136988 +401038,1976.51107,2115.383532,1385.601281,953.0383832,956.5659584 +401039,1975.024792,2100.410884,1383.744463,966.5136789,952.1529947 +401040,1973.626014,2105.862543,1381.941399,961.9356038,947.8092122 +401041,1970.579671,1973.058707,1379.434466,855.8701984,943.1078837 +401042,1948.671774,1971.114998,1364.178493,854.6670819,919.0661513 +401043,1920.443064,1959.305144,1344.115176,854.6287801,887.2645589 +401044,1895.674132,1949.548301,1326.066871,854.6773503,857.6947938 +401045,1877.645822,1940.400943,1311.950658,855.0617498,833.3304248 +401046,1865.185531,1931.116115,1301.350066,855.3373262,813.7873391 +401047,1856.430121,1922.100602,1293.208815,855.8799041,797.7575265 +401048,1849.872878,1912.607621,1286.641093,856.4054272,784.1275021 +401049,1844.608841,1903.450397,1281.0949,857.0207742,772.1934838 +401050,1840.17276,1894.355993,1276.267362,857.6477179,761.5606547 +401051,1836.310217,1885.154705,1271.975626,858.3014815,751.9621213 +401052,1832.860988,1875.959223,1268.09376,859.0706982,743.1982255 +401053,1829.718821,1866.855451,1264.531983,859.6359276,735.117714 +401054,1826.63596,1850.362445,1261.11316,860.3332647,727.4608343 +401055,1823.713868,1851.069613,1257.88415,861.1956811,720.2572159 +401056,1821.0938,1837.924044,1254.920475,861.8902032,713.5767055 +401057,1818.592443,1829.132519,1252.095322,862.6794668,707.2344438 +401058,1816.156674,1820.318642,1249.366463,863.4713544,701.1564348 +401059,1813.813222,1811.137927,1246.743094,865.0700167,695.336228 +401060,1811.53255,1802.019733,1244.199704,868.7955076,689.7249446 +401061,1809.318423,1793.096946,1241.733094,861.9106114,684.3043255 +401062,1807.117943,1783.768148,1239.304484,884.0294436,678.985689 +401063,1805.004394,1774.714693,1236.957208,842.3322895,673.8532649 +401064,1802.960876,1765.681844,1234.677255,880.7620997,668.8449389 +401065,1800.906997,1756.6043,1232.411836,866.6136316,663.8952097 +401066,1798.875182,1747.437396,1230.178775,870.1800549,659.0218386 +401067,1796.891447,1738.452687,1227.993098,871.1691064,654.2519487 +401068,1794.944143,1729.414919,1225.845948,872.079315,649.5697021 +401069,1793.030212,1720.5575,1223.734183,872.9172687,644.9648954 +401070,1791.139744,1711.286476,1221.650507,874.0893413,640.4232752 +401071,1789.271943,1702.371756,1219.593503,874.844346,635.9393659 +401072,1787.432958,1693.404306,1217.567955,875.9001674,631.5145837 +401073,1785.622285,1684.418414,1215.574011,876.8714725,627.1455526 +401074,1783.836339,1675.4349,1213.609031,877.8658319,622.8266659 +401075,1782.074897,1666.553666,1211.672086,878.8703047,618.5553101 +401076,1780.338568,1657.651637,1209.76265,879.8838774,614.3297369 +401077,1778.617309,1648.931987,1207.873482,884.3122953,610.1397404 +401078,1776.919263,1639.886389,1206.008954,878.9719466,605.9900113 +401079,1775.217654,1631.113135,1204.151315,899.3643599,601.8569855 +401080,1773.586882,1622.425528,1202.347179,859.8037186,597.7995216 +401081,1772.012674,1613.647245,1200.587302,896.736247,593.8054647 +401082,1770.271646,1597.127201,1198.729231,883.6999767,589.6921055 +401083,1768.683594,1607.192755,1196.974811,887.0560858,585.7164305 +401084,1767.129901,1575.010862,1195.248266,888.1973305,581.7811895 +401085,1765.462044,1582.980818,1193.45508,889.4015922,577.7654444 +401086,1763.932034,1569.048018,1191.754558,890.5183259,573.8723016 +401087,1762.447086,1561.070059,1190.087632,897.311074,570.0262038 +401088,1760.973129,1552.846095,1188.432932,884.0633431,566.2001552 +401089,1759.549143,1544.431668,1186.815114,897.8238386,562.4257352 +401090,1758.138249,1536.116878,1185.210406,894.0081351,558.67244 +401091,1756.749422,1527.839358,1183.624,896.0426601,554.9466834 +401092,1755.389225,1519.626198,1182.05946,897.0452642,551.2527646 +401093,1754.038944,1511.590205,1180.504287,904.7182008,547.574459 +401094,1752.726749,1503.313431,1178.975743,889.8174248,543.933627 +401095,1751.449442,1495.30924,1177.471317,905.2369118,540.3269471 +401096,1750.181025,1487.381203,1175.974048,900.4387781,536.7326822 +401097,1748.921616,1479.439894,1174.483321,910.6244497,533.1498492 +401098,1747.713621,1471.5711,1173.025312,892.4658124,529.611743 +401099,1746.520096,1463.830969,1171.57597,925.1891382,526.0875563 +401100,1745.335558,1456.108323,1170.131121,903.0781894,522.5718831 +401101,1746.549972,1561.920967,1169.843807,1009.597852,519.9942785 +401102,1766.936994,1549.021617,1182.381371,1027.859661,536.3851289 +401103,1793.127834,1538.851749,1199.450401,1012.664649,559.9907408 +401104,1815.785115,1550.838915,1214.405102,1032.662731,581.2889624 +401105,1830.842209,1521.504749,1225.400675,1023.191002,597.4667601 +401106,1840.766817,1531.808511,1232.763567,1029.18391,608.7743192 +401107,1847.475218,1520.575798,1237.779054,1031.120056,616.7902901 +401108,1851.928044,1515.103055,1241.331072,1033.189385,622.5915563 +401109,1855.180757,1509.555923,1243.910734,1035.142462,626.7958867 +401110,1858.06066,1503.610694,1245.862523,1037.464378,629.8468334 +401111,1860.18953,1498.01424,1247.353951,1039.51878,631.9914745 +401112,1862.004375,1492.264853,1248.499804,1041.567095,633.4025782 +401113,1863.588446,1486.753649,1249.376956,1043.705257,634.218163 +401114,1865.016153,1481.278119,1250.054379,1045.571501,634.5506888 +401115,1866.333487,1475.82914,1250.574692,1047.80449,634.4893484 +401116,1867.591048,1470.574061,1250.976752,1049.766371,634.1025332 +401117,1868.784545,1465.295652,1251.277735,1051.748659,633.4413542 +401118,1869.930886,1460.203349,1251.503,1053.809137,632.5516722 +401119,1871.081002,1457.624313,1251.689876,1055.611021,631.5056316 +401120,1872.311786,1453.579518,1251.873268,1057.820859,630.3572282 +401121,1873.970251,1450.627842,1252.041642,1059.686857,629.1122141 +401122,1875.432131,1447.365503,1252.190366,1061.62934,627.770174 +401123,1876.970621,1444.237295,1252.312598,1063.624598,626.3390213 +401124,1878.712161,1441.199615,1252.499832,1070.656333,624.9386504 +401125,1880.3827,1438.231858,1252.573601,1060.285214,623.3535165 +401126,1882.081028,1435.376288,1252.610281,1076.979488,621.6929937 +401127,1883.953337,1432.591778,1252.72835,1069.399209,620.0934671 +401128,1885.735617,1429.901979,1252.751956,1073.404638,618.3500256 +401129,1887.502722,1427.308396,1252.723294,1075.415133,616.5192509 +401130,1889.336423,1424.811723,1252.714237,1077.280583,614.6856052 +401131,1891.178386,1422.153003,1252.68676,1078.791051,612.8110569 +401132,1892.974855,1419.688116,1252.589905,1080.30013,610.8772206 +401133,1894.702878,1416.376563,1252.402121,1081.85217,608.8805209 +401134,1896.376464,1414.072399,1252.133357,1083.142035,606.8355327 +401135,1898.036981,1411.724332,1251.813808,1085.009673,604.7736143 +401136,1899.707741,1409.450862,1251.462507,1086.647888,602.7113165 +401137,1901.5429,1407.210058,1251.181285,1093.523901,600.774419 +401138,1903.253823,1404.988131,1250.791433,1083.957948,598.7294551 +401139,1904.945465,1402.785619,1250.361623,1098.932513,596.6619606 +401140,1906.816595,1400.616308,1250.019236,1093.687913,594.7337117 +401141,1908.593038,1398.448467,1249.59306,1096.576231,592.7225471 +401142,1910.303678,1396.30341,1249.102659,1099.343977,590.6520152 +401143,1912.065269,1394.173676,1248.622225,1101.431965,588.6156993 +401144,1914.138295,1392.056619,1248.129896,1104.080378,586.5840709 +401145,1916.045075,1389.955259,1247.707442,1110.867942,584.6620997 +401146,1917.792491,1387.861821,1247.17204,1102.403458,582.6137435 +401147,1919.499312,1385.783988,1246.592342,1116.38041,580.5263471 +401148,1921.412702,1383.719273,1246.12184,1113.038953,578.5968986 +401149,1923.257571,1381.616311,1245.588372,1115.581147,576.6031641 +401150,1925.182322,1379.637806,1245.087744,1123.520925,574.6688679 +401151,1927.183163,1377.573158,1244.619458,1120.805583,572.7933038 +401152,1928.999347,1375.551607,1244.020155,1123.477105,570.7652376 +401153,1930.742292,1373.537794,1243.359386,1126.807534,568.6728249 +401154,1932.696242,1371.53515,1242.815781,1133.926623,566.745491 +401155,1934.727565,1369.539559,1242.306737,1132.130489,564.8770508 +401156,1936.557464,1367.551622,1241.658157,1134.20694,562.8432809 +401157,1938.416999,1365.577592,1241.015446,1141.295458,560.8311454 +401158,1940.5451,1363.613875,1240.529459,1145.448928,559.0352572 +401159,1942.63494,1361.655674,1240.008702,1143.941813,557.2091876 +401160,1944.375426,1359.705644,1239.256149,1144.231774,555.0981122 +401161,1952.180895,1379.988419,1244.521826,1150.365971,563.9226312 +401162,1962.14374,1379.67714,1250.907955,1154.355075,574.9428737 +401163,1972.289128,1377.838065,1257.281483,1158.96331,586.3349453 +401164,1981.104692,1376.446564,1262.798498,1162.971796,596.6881766 +401165,1988.349325,1374.760616,1267.3343,1166.121843,605.7010461 +401166,1994.343174,1372.994982,1271.06605,1168.614143,613.5603176 +401167,1999.503073,1371.299574,1274.222578,1170.738559,620.5534334 +401168,2004.148013,1369.47955,1276.983175,1172.70896,626.9137523 +401169,2008.472282,1367.676073,1279.463291,1174.639214,632.796614 +401170,2012.584636,1365.851546,1281.734095,1176.577183,638.3035997 +401171,2016.546701,1364.014176,1283.841068,1178.538975,643.504876 +401172,2020.396505,1362.165954,1285.81554,1180.529255,648.453025 +401173,2024.159847,1360.308994,1287.680437,1182.549734,653.1891614 +401174,2027.85447,1358.41247,1289.452745,1184.601152,657.7459665 +401175,2031.493492,1356.585823,1291.145721,1186.684329,662.1500615 +401176,2035.086054,1354.685968,1292.769408,1188.799527,666.4229955 +401177,2038.637505,1352.805976,1294.330857,1190.94594,670.5812467 +401178,2042.151727,1350.91653,1295.835668,1193.122869,674.6386104 +401179,2045.631113,1348.994931,1297.287977,1195.32939,678.605943 +401180,2049.07789,1347.135286,1298.691452,1197.565128,682.4928606 +401181,2052.493596,1345.213567,1300.049034,1199.829753,686.3071846 +401182,2055.87873,1343.30978,1301.362724,1202.122544,690.0550732 +401183,2059.233828,1341.399116,1302.634337,1204.443078,693.7417623 +401184,2062.558318,1339.625835,1303.864747,1206.790295,697.3709688 +401185,2065.849612,1337.50285,1305.053391,1209.161927,700.9439969 +401186,2069.10995,1335.656274,1306.202589,1211.559105,704.4656884 +401187,2072.344135,1333.744612,1307.31622,1213.984772,707.9424881 +401188,2075.552572,1331.801481,1308.395386,1216.438838,711.3771998 +401189,2078.733405,1329.831327,1309.439684,1218.919623,714.7703448 +401190,2081.971413,1327.962393,1310.449773,1221.426714,718.1238141 +401191,2085.391432,1326.47455,1311.429512,1223.963264,721.4434037 +401192,2089.089477,1325.127493,1312.437117,1226.572159,724.7351079 +401193,2093.085852,1323.833688,1313.50759,1229.274272,727.9983291 +401194,2097.325138,1322.56347,1314.64338,1232.063624,731.2283328 +401195,2101.75901,1321.331438,1315.831347,1234.923744,734.4208341 +401196,2106.332649,1320.126424,1317.056391,1237.839538,737.5741301 +401197,2111.023196,1318.94192,1318.306567,1240.800843,740.6881995 +401198,2115.801025,1317.797467,1319.573813,1243.802058,743.7645341 +401199,2120.660044,1316.663924,1320.852706,1246.840207,746.8050102 +401200,2125.580512,1315.558377,1322.139396,1249.913507,749.8117941 +401201,2130.553055,1314.474629,1323.431024,1253.020725,752.7869435 +401202,2135.582923,1313.38213,1324.725144,1256.16057,755.7322978 +401203,2140.655192,1312.38501,1326.020187,1259.332322,758.6499734 +401204,2145.76311,1311.343071,1327.315,1262.535371,761.5421648 +401205,2150.860748,1307.098611,1328.5808,1265.739213,764.3745418 +401206,2156.086512,1305.61372,1329.434778,1269.029886,767.1330578 +401207,2161.43134,1304.406593,1330.055347,1272.410511,769.8586452 +401208,2166.859838,1303.284776,1330.663647,1275.853202,772.5814241 +401209,2172.320577,1302.221526,1331.361094,1279.329396,775.3044703 +401210,2177.794156,1301.202055,1332.16348,1282.827153,778.025021 +401211,2183.288516,1300.219953,1333.052314,1286.344696,780.7396081 +401212,2188.793939,1299.270678,1334.004899,1289.88335,783.4457207 +401213,2194.307857,1298.337834,1335.004087,1293.44411,786.1414432 +401214,2199.83181,1297.470174,1336.038951,1297.027423,788.826122 +401215,2205.36671,1296.599036,1337.102235,1300.63306,791.4993546 +401216,2210.910527,1295.900582,1338.187773,1304.259515,794.1599729 +401217,2216.459117,1294.897615,1339.289701,1307.904325,796.8057468 +401218,2222.013217,1294.209055,1340.406015,1311.568374,799.4386573 +401219,2227.574978,1293.433197,1341.536445,1315.25365,802.0620343 +401220,2233.142793,1292.700426,1342.678853,1318.959329,804.6763198 +401221,2233.976098,1244.559552,1339.119794,1320.514117,798.7389738 +401222,2230.082477,1279.509638,1332.074553,1319.217887,787.3821467 +401223,2224.700019,1227.859407,1323.827298,1317.173473,773.9751888 +401224,2220.792218,1287.796099,1316.490444,1316.257302,761.6276494 +401225,2219.069299,1223.314708,1310.63309,1316.830959,751.2408777 +401226,2219.082846,1284.236272,1306.015168,1318.494533,742.5604571 +401227,2220.206016,1218.110696,1301.870694,1320.783658,735.1108466 +401228,2222.011687,1282.161556,1298.046043,1323.582449,728.5326712 +401229,2224.207335,1216.739985,1294.540114,1326.28776,722.563024 +401230,2226.686663,1280.719409,1291.377787,1329.061251,717.0860435 +401231,2229.338795,1215.493471,1288.500617,1331.865923,711.9816277 +401232,2232.154519,1279.574605,1285.878503,1334.723783,707.2136535 +401233,2235.051679,1214.418885,1283.430563,1337.596957,702.6894059 +401234,2238.053728,1278.560975,1281.147398,1340.513019,698.4043848 +401235,2241.074741,1219.009528,1278.957806,1343.421577,694.2681982 +401236,2244.069231,1269.527906,1276.820511,1346.298978,690.225699 +401237,2246.999831,1238.437602,1274.701437,1349.126584,686.2290712 +401238,2249.742208,1240.476557,1272.513649,1351.826614,682.1613426 +401239,2252.542812,1251.812535,1270.403293,1354.573466,678.2070746 +401240,2255.490476,1241.880288,1268.420885,1357.429323,674.4287441 +401241,2258.506146,1244.951015,1266.51545,1360.337853,670.7591604 +401242,2261.649319,1244.125008,1264.723935,1363.336713,667.2456922 +401243,2264.91014,1243.783293,1263.040124,1366.416547,663.8797701 +401244,2268.238098,1243.740675,1261.432767,1369.541577,660.6203952 +401245,2271.607402,1243.47617,1259.885347,1372.694176,657.445044 +401246,2274.997729,1243.328125,1258.384315,1375.861753,654.3346962 +401247,2278.398511,1243.189251,1256.922008,1379.038971,651.2775827 +401248,2281.80398,1243.109082,1255.494056,1382.223993,648.2663093 +401249,2285.208196,1242.985036,1254.095699,1385.610123,645.2929901 +401250,2288.607373,1242.930264,1252.723973,1388.773257,642.3523761 +401251,2291.990519,1242.107423,1251.371688,1391.927111,639.433797 +401252,2295.274311,1241.124917,1249.939403,1395.006195,636.5224661 +401253,2298.415803,1240.095198,1248.365409,1397.974414,633.6139355 +401254,2301.421667,1239.045961,1246.643214,1400.837993,630.7135062 +401255,2304.316437,1237.872701,1244.792353,1403.619826,627.8260064 +401256,2307.125034,1236.766863,1242.837483,1406.342719,624.9548552 +401257,2309.865853,1235.56198,1240.799149,1409.02282,622.1016875 +401258,2312.549966,1234.381807,1238.691879,1411.669227,619.2665019 +401259,2315.184258,1233.152343,1236.525915,1414.286723,616.4483742 +401260,2317.772628,1231.781497,1234.308559,1417.055421,613.6458403 +401261,2320.320596,1230.714872,1232.047361,1419.583165,610.8596788 +401262,2322.83044,1229.351001,1229.747097,1422.084469,608.0887031 +401263,2325.600677,1228.074001,1227.407856,1424.566156,605.3266866 +401264,2328.005847,1226.734641,1225.031831,1427.030651,602.5711838 +401265,2330.362362,1225.411664,1222.623138,1429.628007,599.8228775 +401266,2332.684031,1224.056592,1220.18532,1431.992106,597.0825046 +401267,2334.976603,1222.688402,1217.720771,1434.442032,594.3497579 +401268,2337.242651,1221.304497,1215.23249,1436.488047,591.6257135 +401269,2339.480654,1219.905629,1212.721993,1438.851635,588.9097976 +401270,2341.684777,1218.522244,1210.187567,1441.324362,586.1976591 +401271,2343.845573,1217.053962,1207.628311,1443.626801,583.4861125 +401272,2345.969755,1215.625294,1205.044619,1446.108142,580.7739313 +401273,2348.042375,1214.174649,1202.437803,1448.385518,578.0611339 +401274,2350.08749,1212.693963,1199.809879,1450.626345,575.3489307 +401275,2352.09032,1211.215088,1197.162032,1452.848853,572.6375192 +401276,2354.068246,1209.717362,1194.494731,1455.048866,569.9264213 +401277,2356.002811,1208.207629,1191.808161,1457.233296,567.2147978 +401278,2357.907868,1206.684821,1189.101356,1459.603993,564.5005101 +401279,2359.765027,1205.149457,1186.374235,1461.733421,561.7825194 +401280,2361.587636,1203.609803,1183.628675,1463.836168,559.0624971 +401281,2367.313859,1121.747167,1185.152,1467.501968,564.4297815 +401282,2361.618186,1154.041628,1178.44232,1464.198155,557.3527001 +401283,2351.340116,1109.540507,1168.186065,1458.264864,544.7311798 +401284,2342.704308,1148.326572,1158.73044,1454.134669,532.9359149 +401285,2337.721958,1101.576382,1151.568417,1452.670651,524.2128225 +401286,2335.690519,1151.737914,1146.558643,1453.375516,518.4617861 +401287,2336.071642,1114.109542,1143.012423,1455.309914,514.8238901 +401288,2337.577354,1098.72731,1140.339609,1457.755801,512.5451071 +401289,2339.967612,1148.965509,1138.19709,1460.360724,511.1892713 +401290,2342.409671,1083.03081,1136.445227,1463.030569,510.5622456 +401291,2345.041515,1137.773306,1134.94873,1465.894933,510.4767215 +401292,2347.78484,1096.04051,1133.634132,1468.519058,510.8127981 +401293,2350.660365,1107.30866,1132.489118,1471.143438,511.5389003 +401294,2353.593689,1108.430618,1131.456024,1473.747131,512.5569866 +401295,2356.496526,1126.205623,1130.465259,1476.288976,513.7644618 +401296,2359.435038,1082.160767,1129.552175,1478.825961,515.1869363 +401297,2362.432798,1095.191497,1128.720534,1481.380961,516.8202743 +401298,2365.352341,1114.846343,1127.883184,1483.864212,518.5350482 +401299,2368.184799,1093.774222,1127.025946,1486.274122,520.3066396 +401300,2371.015912,1087.769789,1126.200917,1488.673663,522.1880661 +401301,2373.845345,1078.124033,1125.401271,1491.065376,524.1669425 +401302,2376.59542,1096.031495,1124.580544,1493.397392,526.1715503 +401303,2379.24799,1082.768686,1123.722057,1495.658958,528.1787895 +401304,2381.844462,1085.261399,1122.853329,1497.880494,530.2139932 +401305,2384.207284,1083.477709,1122.253233,1499.904499,532.2771138 +401306,2386.381918,1102.61923,1121.804441,1501.784463,534.335375 +401307,2388.562227,1047.668394,1121.403437,1503.678386,536.4551412 +401308,2390.783893,1091.649558,1120.960266,1505.618925,538.62103 +401309,2392.960223,1071.288698,1120.394328,1507.543124,540.7565423 +401310,2395.114483,1071.903634,1119.740875,1509.460525,542.8875969 +401311,2397.255176,1069.806932,1119.025137,1511.372271,545.0298446 +401312,2399.240591,1067.601575,1118.278367,1513.158961,547.174863 +401313,2400.996753,1065.406401,1117.526565,1514.764059,549.3256019 +401314,2402.518576,1063.205987,1116.776779,1516.191605,551.485077 +401315,2403.833907,1061.000589,1116.035994,1517.471507,553.6553331 +401316,2404.974315,1058.789071,1115.304791,1518.633369,555.8369821 +401317,2405.963773,1056.571168,1114.577391,1519.697233,558.029226 +401318,2406.81794,1054.346997,1113.855998,1520.674273,560.2305617 +401319,2407.546463,1052.116385,1113.14007,1521.570239,562.4390723 +401320,2408.156099,1049.751469,1112.42415,1522.388472,564.653163 +401321,2408.611869,1072.080129,1111.686169,1523.104064,566.8389324 +401322,2409.015778,1009.351525,1110.986881,1523.7862,569.0736214 +401323,2409.353506,1060.428593,1110.310958,1524.423698,571.3429199 +401324,2409.523887,1036.955952,1109.597955,1524.94595,573.5635919 +401325,2409.573781,1038.575954,1108.875937,1525.385201,575.7703314 +401326,2409.531541,1036.242447,1108.156335,1525.761462,577.9829955 +401327,2409.38795,1033.99482,1107.435928,1526.068326,580.1921015 +401328,2409.146076,1031.702063,1106.716707,1526.307389,582.3988532 +401329,2408.806222,1029.407508,1105.993919,1526.478363,584.6024476 +401330,2408.357054,1027.105172,1105.270906,1526.580974,586.8022016 +401331,2407.812927,1024.810114,1104.548226,1526.615065,588.9974135 +401332,2407.202921,1022.497761,1103.826186,1526.598772,591.187264 +401333,2406.503651,1020.176994,1103.09938,1526.524397,593.3708349 +401334,2405.711339,1017.84888,1102.370348,1526.380593,595.5468914 +401335,2404.809515,1015.512262,1101.639708,1526.162156,597.7149725 +401336,2403.809838,1013.172112,1100.904017,1525.869661,599.8760563 +401337,2402.703631,1010.824009,1100.16759,1525.505213,602.0306262 +401338,2401.503679,1008.469283,1099.431432,1525.070407,604.1786592 +401339,2400.199494,1006.108135,1098.69121,1524.566169,606.3199149 +401340,2398.792358,1003.740514,1097.950622,1523.992954,608.4542779 +401341,2497.925701,1001.088347,1181.640414,1721.831651,3026.698666 +401342,2551.012167,1126.382504,1207.05813,1753.43613,3040.683311 +401343,2618.653358,1129.395556,1240.023415,1790.711293,3045.658216 +401344,2679.770882,1126.302982,1270.831677,1822.387194,3042.723403 +401345,2729.437861,1124.092583,1297.081082,1847.066729,3036.899999 +401346,2767.547667,1138.814222,1318.457796,1865.255125,3029.663542 +401347,2788.43744,1094.592973,1331.971981,1872.486531,3012.78011 +401348,2792.353088,1138.587628,1337.428684,1868.807792,2984.130058 +401349,2788.057281,1099.95023,1338.702533,1860.862216,2951.399073 +401350,2781.452841,1119.313203,1338.45315,1852.940196,2919.851927 +401351,2774.662082,1109.204749,1337.670376,1846.25519,2891.149344 +401352,2768.336375,1108.324948,1336.72546,1840.851368,2865.6162 +401353,2762.543766,1105.802758,1335.726709,1836.40251,2843.049029 +401354,2757.186784,1103.441648,1334.703802,1832.574476,2823.10115 +401355,2752.174154,1100.862789,1333.667582,1829.142553,2805.44974 +401356,2747.420335,1098.436453,1332.624596,1825.957207,2789.795719 +401357,2742.854614,1095.787257,1331.571383,1822.921082,2775.875991 +401358,2738.443128,1093.299208,1330.522516,1819.985963,2763.489702 +401359,2734.114274,1090.600517,1329.461262,1817.087188,2752.412897 +401360,2729.811127,1088.061099,1328.380191,1814.178188,2742.253474 +401361,2725.517299,1085.312717,1327.280983,1811.247394,2733.286717 +401362,2721.214452,1083.979535,1326.168798,1808.283494,2725.185373 +401363,2716.44579,1081.52262,1325.096118,1804.839931,2717.839054 +401364,2711.363576,1078.839079,1324.040248,1801.105496,2711.153423 +401365,2706.185483,1076.128257,1322.973971,1797.322055,2705.046785 +401366,2701.019914,1073.346185,1321.884072,1793.598652,2699.448454 +401367,2695.885002,1070.661058,1320.767771,1789.939205,2694.296975 +401368,2690.7611,1067.770883,1319.626556,1786.307801,2689.538945 +401369,2685.651113,1064.97752,1318.476054,1782.689692,2685.157915 +401370,2680.507854,1062.139949,1317.305266,1779.039052,2681.084579 +401371,2675.294918,1059.663365,1316.104933,1775.324405,2677.259772 +401372,2670.11326,1057.235157,1314.900921,1771.650783,2673.666538 +401373,2665.026429,1054.797287,1313.704022,1768.079704,2670.283476 +401374,2660.046598,1052.364765,1312.514658,1764.614292,2667.089235 +401375,2655.158296,1049.939607,1311.334287,1761.229292,2664.063894 +401376,2650.34023,1047.587123,1310.163546,1757.89644,2661.189582 +401377,2645.299376,1045.074867,1308.995556,1754.594628,2658.450334 +401378,2640.5812,1042.717666,1307.833911,1751.310735,2655.832166 +401379,2635.899016,1040.306373,1306.677379,1748.037053,2653.322737 +401380,2631.241442,1037.911754,1305.52258,1744.769018,2650.911268 +401381,2626.572143,1035.523571,1304.371041,1741.473975,2648.588171 +401382,2621.854567,1033.140776,1303.22453,1738.118841,2646.345038 +401383,2617.072628,1030.764949,1302.077311,1734.692467,2644.174349 +401384,2612.255331,1028.394885,1300.772598,1731.222167,2642.101515 +401385,2607.378942,1026.03201,1299.649728,1727.694751,2640.090275 +401386,2602.425556,1023.675002,1298.518041,1724.100151,2638.110389 +401387,2597.413695,1021.325208,1297.384462,1720.454997,2636.171904 +401388,2592.352486,1018.981125,1296.252979,1716.767417,2634.276536 +401389,2587.246718,1016.64448,1295.119092,1713.041151,2632.422802 +401390,2582.099268,1014.313574,1293.987819,1709.277896,2630.608225 +401391,2576.912001,1011.989811,1292.858933,1705.478406,2628.830014 +401392,2571.68643,1009.671822,1291.729771,1701.643161,2627.085552 +401393,2566.42377,1007.36089,1290.602368,1697.772465,2625.372322 +401394,2561.125148,1005.055684,1289.478877,1693.682399,2623.688093 +401395,2555.791483,1002.757457,1288.357356,1689.750796,2622.030756 +401396,2550.423719,1000.464918,1287.23497,1685.788958,2620.398475 +401397,2545.022657,998.1793801,1286.114154,1681.790898,2618.789481 +401398,2539.589108,995.8996234,1284.99736,1677.754737,2617.202221 +401399,2534.12577,993.6270104,1283.883739,1664.240573,2615.637332 +401400,2528.6455,991.4233909,1282.776293,1602.557749,2614.10652 +401401,0,0,0,0,0 +401402,0,0,0,0,0 +401403,0,0,0,0,0 +401404,0,0,0,0,0 +401405,0,0,0,0,0 +401406,0,0,0,0,0 +401407,0,0,0,0,0 +401408,0,0,0,0,0 +401409,0,0,0,0,0 +401410,0,0,0,0,0 +401411,0,0,0,0,0 +401412,0,0,0,0,0 +401413,0,0,0,0,0 +401414,0,0,0,0,0 +401415,0,0,0,0,0 +401416,0,0,0,0,0 +401417,0,0,0,0,0 +401418,0,0,0,0,0 +401419,0,0,0,0,0 +401420,0,0,0,0,0 +401421,0,0,0,0,0 +401422,0,0,0,0,0 +401423,0,0,0,0,0 +401424,0,0,0,0,0 +401425,0,0,0,0,0 +401426,0,0,0,0,0 +401427,0,0,0,0,0 +401428,0,0,0,0,0 +401429,0,0,0,0,0 +401430,0,0,0,0,0 +401431,0,0,0,0,0 +401432,0,0,0,0,0 +401433,0,0,0,0,0 +401434,0,0,0,0,0 +401435,0,0,0,0,0 +401436,0,0,0,0,0 +401437,0,0,0,0,0 +401438,0,0,0,0,0 +401439,0,0,0,0,0 +401440,0,0,0,0,0 +401441,0,0,0,0,0 +401442,0,0,0,0,0 +401443,0,0,0,0,0 +401444,0,0,0,0,0 +401445,0,0,0,0,0 +401446,0,0,0,0,0 +401447,0,0,0,0,0 +401448,0,0,0,0,0 +401449,0,0,0,0,0 +401450,0,0,0,0,0 +401451,0,0,0,0,0 +401452,0,0,0,0,0 +401453,0,0,0,0,0 +401454,0,0,0,0,0 +401455,0,0,0,0,0 +401456,0,0,0,0,0 +401457,0,0,0,0,0 +401458,0,0,0,0,0 +401459,0,0,0,0,0 +401460,0,0,0,0,0 +401461,0,0,0,0,0 +401462,0,0,0,0,0 +401463,0,0,0,0,0 +401464,0,0,0,0,0 +401465,0,0,0,0,0 +401466,0,0,0,0,0 +401467,0,0,0,0,0 +401468,0,0,0,0,0 +401469,0,0,0,0,0 +401470,0,0,0,0,0 +401471,0,0,0,0,0 +401472,0,0,0,0,0 +401473,0,0,0,0,0 +401474,0,0,0,0,0 +401475,0,0,0,0,0 +401476,0,0,0,0,0 +401477,0,0,0,0,0 +401478,0,0,0,0,0 +401479,0,0,0,0,0 +401480,0,0,0,0,0 +401481,0,0,0,0,0 +401482,0,0,0,0,0 +401483,0,0,0,0,0 +401484,0,0,0,0,0 +401485,0,0,0,0,0 +401486,0,0,0,0,0 +401487,0,0,0,0,0 +401488,0,0,0,0,0 +401489,0,0,0,0,0 +401490,0,0,0,0,0 +401491,0,0,0,0,0 +401492,0,0,0,0,0 +401493,0,0,0,0,0 +401494,0,0,0,0,0 +401495,0,0,0,0,0 +401496,0,0,0,0,0 +401497,0,0,0,0,0 +401498,0,0,0,0,0 +401499,0,0,0,0,0 +401500,0,0,0,0,0 +401501,0,0,0,0,0 +401502,0,0,0,0,0 +401503,0,0,0,0,0 +401504,0,0,0,0,0 +401505,0,0,0,0,0 +401506,0,0,0,0,0 +401507,0,0,0,0,0 +401508,0,0,0,0,0 +401509,0,0,0,0,0 +401510,0,0,0,0,0 +401511,0,0,0,0,0 +401512,0,0,0,0,0 +401513,0,0,0,0,0 +401514,0,0,0,0,0 +401515,0,0,0,0,0 +401516,0,0,0,0,0 +401517,0,0,0,0,0 +401518,0,0,0,0,0 +401519,0,0,0,0,0 +401520,0,0,0,0,0 +401521,0,0,0,0,0 +401522,0,0,0,0,0 +401523,0,0,0,0,0 +401524,0,0,0,0,0 +401525,0,0,0,0,0 +401526,0,0,0,0,0 +401527,0,0,0,0,0 +401528,0,0,0,0,0 +401529,0,0,0,0,0 +401530,0,0,0,0,0 +401531,0,0,0,0,0 +401532,0,0,0,0,0 +401533,0,0,0,0,0 +401534,0,0,0,0,0 +401535,0,0,0,0,0 +401536,0,0,0,0,0 +401537,0,0,0,0,0 +401538,0,0,0,0,0 +401539,0,0,0,0,0 +401540,0,0,0,0,0 +401541,0,0,0,0,0 +401542,0,0,0,0,0 +401543,0,0,0,0,0 +401544,0,0,0,0,0 +401545,0,0,0,0,0 +401546,0,0,0,0,0 +401547,0,0,0,0,0 +401548,0,0,0,0,0 +401549,0,0,0,0,0 +401550,0,0,0,0,0 +401551,0,0,0,0,0 +401552,0,0,0,0,0 +401553,0,0,0,0,0 +401554,0,0,0,0,0 +401555,0,0,0,0,0 +401556,0,0,0,0,0 +401557,0,0,0,0,0 +401558,0,0,0,0,0 +401559,0,0,0,0,0 +401560,0,0,0,0,0 +401561,0,0,0,0,0 +401562,0,0,0,0,0 +401563,0,0,0,0,0 +401564,0,0,0,0,0 +401565,0,0,0,0,0 +401566,0,0,0,0,0 +401567,0,0,0,0,0 +401568,0,0,0,0,0 +401569,0,0,0,0,0 +401570,0,0,0,0,0 +401571,0,0,0,0,0 +401572,0,0,0,0,0 +401573,0,0,0,0,0 +401574,0,0,0,0,0 +401575,0,0,0,0,0 +401576,0,0,0,0,0 +401577,0,0,0,0,0 +401578,0,0,0,0,0 +401579,0,0,0,0,0 +401580,0,0,0,0,0 +401581,0,0,0,0,0 +401582,0,0,0,0,0 +401583,0,0,0,0,0 +401584,0,0,0,0,0 +401585,0,0,0,0,0 +401586,0,0,0,0,0 +401587,0,0,0,0,0 +401588,0,0,0,0,0 +401589,0,0,0,0,0 +401590,0,0,0,0,0 +401591,0,0,0,0,0 +401592,0,0,0,0,0 +401593,0,0,0,0,0 +401594,0,0,0,0,0 +401595,0,0,0,0,0 +401596,0,0,0,0,0 +401597,0,0,0,0,0 +401598,0,0,0,0,0 +401599,0,0,0,0,0 +401600,0,0,0,0,0 +401601,0,0,0,0,0 +401602,0,0,0,0,0 +401603,0,0,0,0,0 +401604,0,0,0,0,0 +401605,0,0,0,0,0 +401606,0,0,0,0,0 +401607,0,0,0,0,0 +401608,0,0,0,0,0 +401609,0,0,0,0,0 +401610,0,0,0,0,0 +401611,0,0,0,0,0 +401612,0,0,0,0,0 +401613,0,0,0,0,0 +401614,0,0,0,0,0 +401615,0,0,0,0,0 +401616,0,0,0,0,0 +401617,0,0,0,0,0 +401618,0,0,0,0,0 +401619,0,0,0,0,0 +401620,0,0,0,0,0 +401621,0,0,0,0,0 +401622,0,0,0,0,0 +401623,0,0,0,0,0 +401624,0,0,0,0,0 +401625,0,0,0,0,0 +401626,0,0,0,0,0 +401627,0,0,0,0,0 +401628,0,0,0,0,0 +401629,0,0,0,0,0 +401630,0,0,0,0,0 +401631,0,0,0,0,0 +401632,0,0,0,0,0 +401633,0,0,0,0,0 +401634,0,0,0,0,0 +401635,0,0,0,0,0 +401636,0,0,0,0,0 +401637,0,0,0,0,0 +401638,0,0,0,0,0 +401639,0,0,0,0,0 +401640,0,0,0,0,0 +401641,0,0,0,0,0 +401642,0,0,0,0,0 +401643,0,0,0,0,0 +401644,0,0,0,0,0 +401645,0,0,0,0,0 +401646,0,0,0,0,0 +401647,0,0,0,0,0 +401648,0,0,0,0,0 +401649,0,0,0,0,0 +401650,0,0,0,0,0 +401651,0,0,0,0,0 +401652,0,0,0,0,0 +401653,0,0,0,0,0 +401654,0,0,0,0,0 +401655,0,0,0,0,0 +401656,0,0,0,0,0 +401657,0,0,0,0,0 +401658,0,0,0,0,0 +401659,0,0,0,0,0 +401660,0,0,0,0,0 +401661,0,0,0,0,0 +401662,0,0,0,0,0 +401663,0,0,0,0,0 +401664,0,0,0,0,0 +401665,0,0,0,0,0 +401666,0,0,0,0,0 +401667,0,0,0,0,0 +401668,0,0,0,0,0 +401669,0,0,0,0,0 +401670,0,0,0,0,0 +401671,0,0,0,0,0 +401672,0,0,0,0,0 +401673,0,0,0,0,0 +401674,0,0,0,0,0 +401675,0,0,0,0,0 +401676,0,0,0,0,0 +401677,0,0,0,0,0 +401678,0,0,0,0,0 +401679,0,0,0,0,0 +401680,0,0,0,0,0 +401681,0,0,0,0,0 +401682,0,0,0,0,0 +401683,0,0,0,0,0 +401684,0,0,0,0,0 +401685,0,0,0,0,0 +401686,0,0,0,0,0 +401687,0,0,0,0,0 +401688,0,0,0,0,0 +401689,0,0,0,0,0 +401690,0,0,0,0,0 +401691,0,0,0,0,0 +401692,0,0,0,0,0 +401693,0,0,0,0,0 +401694,0,0,0,0,0 +401695,0,0,0,0,0 +401696,0,0,0,0,0 +401697,0,0,0,0,0 +401698,0,0,0,0,0 +401699,0,0,0,0,0 +401700,0,0,0,0,0 +401701,0,0,0,0,0 +401702,0,0,0,0,0 +401703,0,0,0,0,0 +401704,0,0,0,0,0 +401705,0,0,0,0,0 +401706,0,0,0,0,0 +401707,0,0,0,0,0 +401708,0,0,0,0,0 +401709,0,0,0,0,0 +401710,0,0,0,0,0 +401711,0,0,0,0,0 +401712,0,0,0,0,0 +401713,0,0,0,0,0 +401714,0,0,0,0,0 +401715,0,0,0,0,0 +401716,0,0,0,0,0 +401717,0,0,0,0,0 +401718,0,0,0,0,0 +401719,0,0,0,0,0 +401720,0,0,0,0,0 +401721,0,0,0,0,0 +401722,0,0,0,0,0 +401723,0,0,0,0,0 +401724,0,0,0,0,0 +401725,0,0,0,0,0 +401726,0,0,0,0,0 +401727,0,0,0,0,0 +401728,0,0,0,0,0 +401729,0,0,0,0,0 +401730,0,0,0,0,0 +401731,0,0,0,0,0 +401732,0,0,0,0,0 +401733,0,0,0,0,0 +401734,0,0,0,0,0 +401735,0,0,0,0,0 +401736,0,0,0,0,0 +401737,0,0,0,0,0 +401738,0,0,0,0,0 +401739,0,0,0,0,0 +401740,0,0,0,0,0 +401741,0,0,0,0,0 +401742,0,0,0,0,0 +401743,0,0,0,0,0 +401744,0,0,0,0,0 +401745,0,0,0,0,0 +401746,0,0,0,0,0 +401747,0,0,0,0,0 +401748,0,0,0,0,0 +401749,0,0,0,0,0 +401750,0,0,0,0,0 +401751,0,0,0,0,0 +401752,0,0,0,0,0 +401753,0,0,0,0,0 +401754,0,0,0,0,0 +401755,0,0,0,0,0 +401756,0,0,0,0,0 +401757,0,0,0,0,0 +401758,0,0,0,0,0 +401759,0,0,0,0,0 +401760,0,0,0,0,0 +401761,0,0,0,0,0 +401762,0,0,0,0,0 +401763,0,0,0,0,0 +401764,0,0,0,0,0 +401765,0,0,0,0,0 +401766,0,0,0,0,0 +401767,0,0,0,0,0 +401768,0,0,0,0,0 +401769,0,0,0,0,0 +401770,0,0,0,0,0 +401771,0,0,0,0,0 +401772,0,0,0,0,0 +401773,0,0,0,0,0 +401774,0,0,0,0,0 +401775,0,0,0,0,0 +401776,0,0,0,0,0 +401777,0,0,0,0,0 +401778,0,0,0,0,0 +401779,0,0,0,0,0 +401780,0,0,0,0,0 +401781,0,0,0,0,0 +401782,0,0,0,0,0 +401783,0,0,0,0,0 +401784,0,0,0,0,0 +401785,0,0,0,0,0 +401786,0,0,0,0,0 +401787,0,0,0,0,0 +401788,0,0,0,0,0 +401789,0,0,0,0,0 +401790,0,0,0,0,0 +401791,0,0,0,0,0 +401792,0,0,0,0,0 +401793,0,0,0,0,0 +401794,0,0,0,0,0 +401795,0,0,0,0,0 +401796,0,0,0,0,0 +401797,0,0,0,0,0 +401798,0,0,0,0,0 +401799,0,0,0,0,0 +401800,0,0,0,0,0 +401801,0,0,0,0,0 +401802,0,0,0,0,0 +401803,0,0,0,0,0 +401804,0,0,0,0,0 +401805,0,0,0,0,0 +401806,0,0,0,0,0 +401807,0,0,0,0,0 +401808,0,0,0,0,0 +401809,0,0,0,0,0 +401810,0,0,0,0,0 +401811,0,0,0,0,0 +401812,0,0,0,0,0 +401813,0,0,0,0,0 +401814,0,0,0,0,0 +401815,0,0,0,0,0 +401816,0,0,0,0,0 +401817,0,0,0,0,0 +401818,0,0,0,0,0 +401819,0,0,0,0,0 +401820,0,0,0,0,0 +401821,0,0,0,0,0 +401822,0,0,0,0,0 +401823,0,0,0,0,0 +401824,0,0,0,0,0 +401825,0,0,0,0,0 +401826,0,0,0,0,0 +401827,0,0,0,0,0 +401828,0,0,0,0,0 +401829,0,0,0,0,0 +401830,0,0,0,0,0 +401831,0,0,0,0,0 +401832,0,0,0,0,0 +401833,0,0,0,0,0 +401834,0,0,0,0,0 +401835,0,0,0,0,0 +401836,0,0,0,0,0 +401837,0,0,0,0,0 +401838,0,0,0,0,0 +401839,0,0,0,0,0 +401840,0,0,0,0,0 +401841,0,0,0,0,0 +401842,0,0,0,0,0 +401843,0,0,0,0,0 +401844,0,0,0,0,0 +401845,0,0,0,0,0 +401846,0,0,0,0,0 +401847,0,0,0,0,0 +401848,0,0,0,0,0 +401849,0,0,0,0,0 +401850,0,0,0,0,0 +401851,0,0,0,0,0 +401852,0,0,0,0,0 +401853,0,0,0,0,0 +401854,0,0,0,0,0 +401855,0,0,0,0,0 +401856,0,0,0,0,0 +401857,0,0,0,0,0 +401858,0,0,0,0,0 +401859,0,0,0,0,0 +401860,0,0,0,0,0 +401861,0,0,0,0,0 +401862,0,0,0,0,0 +401863,0,0,0,0,0 +401864,0,0,0,0,0 +401865,0,0,0,0,0 +401866,0,0,0,0,0 +401867,0,0,0,0,0 +401868,0,0,0,0,0 +401869,0,0,0,0,0 +401870,0,0,0,0,0 +401871,0,0,0,0,0 +401872,0,0,0,0,0 +401873,0,0,0,0,0 +401874,0,0,0,0,0 +401875,0,0,0,0,0 +401876,0,0,0,0,0 +401877,0,0,0,0,0 +401878,0,0,0,0,0 +401879,0,0,0,0,0 +401880,0,0,0,0,0 +401881,0,0,0,0,0 +401882,0,0,0,0,0 +401883,0,0,0,0,0 +401884,0,0,0,0,0 +401885,0,0,0,0,0 +401886,0,0,0,0,0 +401887,0,0,0,0,0 +401888,0,0,0,0,0 +401889,0,0,0,0,0 +401890,0,0,0,0,0 +401891,0,0,0,0,0 +401892,0,0,0,0,0 +401893,0,0,0,0,0 +401894,0,0,0,0,0 +401895,0,0,0,0,0 +401896,0,0,0,0,0 +401897,0,0,0,0,0 +401898,0,0,0,0,0 +401899,0,0,0,0,0 +401900,0,0,0,0,0 +401901,0,0,0,0,0 +401902,0,0,0,0,0 +401903,0,0,0,0,0 +401904,0,0,0,0,0 +401905,0,0,0,0,0 +401906,0,0,0,0,0 +401907,0,0,0,0,0 +401908,0,0,0,0,0 +401909,0,0,0,0,0 +401910,0,0,0,0,0 +401911,0,0,0,0,0 +401912,0,0,0,0,0 +401913,0,0,0,0,0 +401914,0,0,0,0,0 +401915,0,0,0,0,0 +401916,0,0,0,0,0 +401917,0,0,0,0,0 +401918,0,0,0,0,0 +401919,0,0,0,0,0 +401920,0,0,0,0,0 +401921,0,0,0,0,0 +401922,0,0,0,0,0 +401923,0,0,0,0,0 +401924,0,0,0,0,0 +401925,0,0,0,0,0 +401926,0,0,0,0,0 +401927,0,0,0,0,0 +401928,0,0,0,0,0 +401929,0,0,0,0,0 +401930,0,0,0,0,0 +401931,0,0,0,0,0 +401932,0,0,0,0,0 +401933,0,0,0,0,0 +401934,0,0,0,0,0 +401935,0,0,0,0,0 +401936,0,0,0,0,0 +401937,0,0,0,0,0 +401938,0,0,0,0,0 +401939,0,0,0,0,0 +401940,0,0,0,0,0 +401941,0,0,0,0,0 +401942,0,0,0,0,0 +401943,0,0,0,0,0 +401944,0,0,0,0,0 +401945,0,0,0,0,0 +401946,0,0,0,0,0 +401947,0,0,0,0,0 +401948,0,0,0,0,0 +401949,0,0,0,0,0 +401950,0,0,0,0,0 +401951,0,0,0,0,0 +401952,0,0,0,0,0 +401953,0,0,0,0,0 +401954,0,0,0,0,0 +401955,0,0,0,0,0 +401956,0,0,0,0,0 +401957,0,0,0,0,0 +401958,0,0,0,0,0 +401959,0,0,0,0,0 +401960,0,0,0,0,0 +401961,0,0,0,0,0 +401962,0,0,0,0,0 +401963,0,0,0,0,0 +401964,0,0,0,0,0 +401965,0,0,0,0,0 +401966,0,0,0,0,0 +401967,0,0,0,0,0 +401968,0,0,0,0,0 +401969,0,0,0,0,0 +401970,0,0,0,0,0 +401971,0,0,0,0,0 +401972,0,0,0,0,0 +401973,0,0,0,0,0 +401974,0,0,0,0,0 +401975,0,0,0,0,0 +401976,0,0,0,0,0 +401977,0,0,0,0,0 +401978,0,0,0,0,0 +401979,0,0,0,0,0 +401980,0,0,0,0,0 +401981,0,0,0,0,0 +401982,0,0,0,0,0 +401983,0,0,0,0,0 +401984,0,0,0,0,0 +401985,0,0,0,0,0 +401986,0,0,0,0,0 +401987,0,0,0,0,0 +401988,0,0,0,0,0 +401989,0,0,0,0,0 +401990,0,0,0,0,0 +401991,0,0,0,0,0 +401992,0,0,0,0,0 +401993,0,0,0,0,0 +401994,0,0,0,0,0 +401995,0,0,0,0,0 +401996,0,0,0,0,0 +401997,0,0,0,0,0 +401998,0,0,0,0,0 +401999,0,0,0,0,0 +402000,0,0,0,0,0 +402001,0,0,0,0,0 +402002,0,0,0,0,0 +402003,0,0,0,0,0 +402004,0,0,0,0,0 +402005,0,0,0,0,0 +402006,0,0,0,0,0 +402007,0,0,0,0,0 +402008,0,0,0,0,0 +402009,0,0,0,0,0 +402010,0,0,0,0,0 +402011,0,0,0,0,0 +402012,0,0,0,0,0 +402013,0,0,0,0,0 +402014,0,0,0,0,0 +402015,0,0,0,0,0 +402016,0,0,0,0,0 +402017,0,0,0,0,0 +402018,0,0,0,0,0 +402019,0,0,0,0,0 +402020,0,0,0,0,0 +402021,0,0,0,0,0 +402022,0,0,0,0,0 +402023,0,0,0,0,0 +402024,0,0,0,0,0 +402025,0,0,0,0,0 +402026,0,0,0,0,0 +402027,0,0,0,0,0 +402028,0,0,0,0,0 +402029,0,0,0,0,0 +402030,0,0,0,0,0 +402031,0,0,0,0,0 +402032,0,0,0,0,0 +402033,0,0,0,0,0 +402034,0,0,0,0,0 +402035,0,0,0,0,0 +402036,0,0,0,0,0 +402037,0,0,0,0,0 +402038,0,0,0,0,0 +402039,0,0,0,0,0 +402040,0,0,0,0,0 +402041,0,0,0,0,0 +402042,0,0,0,0,0 +402043,0,0,0,0,0 +402044,0,0,0,0,0 +402045,0,0,0,0,0 +402046,0,0,0,0,0 +402047,0,0,0,0,0 +402048,0,0,0,0,0 +402049,0,0,0,0,0 +402050,0,0,0,0,0 +402051,0,0,0,0,0 +402052,0,0,0,0,0 +402053,0,0,0,0,0 +402054,0,0,0,0,0 +402055,0,0,0,0,0 +402056,0,0,0,0,0 +402057,0,0,0,0,0 +402058,0,0,0,0,0 +402059,0,0,0,0,0 +402060,0,0,0,0,0 +402061,0,0,0,0,0 +402062,0,0,0,0,0 +402063,0,0,0,0,0 +402064,0,0,0,0,0 +402065,0,0,0,0,0 +402066,0,0,0,0,0 +402067,0,0,0,0,0 +402068,0,0,0,0,0 +402069,0,0,0,0,0 +402070,0,0,0,0,0 +402071,0,0,0,0,0 +402072,0,0,0,0,0 +402073,0,0,0,0,0 +402074,0,0,0,0,0 +402075,0,0,0,0,0 +402076,0,0,0,0,0 +402077,0,0,0,0,0 +402078,0,0,0,0,0 +402079,0,0,0,0,0 +402080,0,0,0,0,0 +402081,0,0,0,0,0 +402082,0,0,0,0,0 +402083,0,0,0,0,0 +402084,0,0,0,0,0 +402085,0,0,0,0,0 +402086,0,0,0,0,0 +402087,0,0,0,0,0 +402088,0,0,0,0,0 +402089,0,0,0,0,0 +402090,0,0,0,0,0 +402091,0,0,0,0,0 +402092,0,0,0,0,0 +402093,0,0,0,0,0 +402094,0,0,0,0,0 +402095,0,0,0,0,0 +402096,0,0,0,0,0 +402097,0,0,0,0,0 +402098,0,0,0,0,0 +402099,0,0,0,0,0 +402100,0,0,0,0,0 +402101,0,0,0,0,0 +402102,0,0,0,0,0 +402103,0,0,0,0,0 +402104,0,0,0,0,0 +402105,0,0,0,0,0 +402106,0,0,0,0,0 +402107,0,0,0,0,0 +402108,0,0,0,0,0 +402109,0,0,0,0,0 +402110,0,0,0,0,0 +402111,0,0,0,0,0 +402112,0,0,0,0,0 +402113,0,0,0,0,0 +402114,0,0,0,0,0 +402115,0,0,0,0,0 +402116,0,0,0,0,0 +402117,0,0,0,0,0 +402118,0,0,0,0,0 +402119,0,0,0,0,0 +402120,0,0,0,0,0 +402121,0,0,0,0,0 +402122,0,0,0,0,0 +402123,0,0,0,0,0 +402124,0,0,0,0,0 +402125,0,0,0,0,0 +402126,0,0,0,0,0 +402127,0,0,0,0,0 +402128,0,0,0,0,0 +402129,0,0,0,0,0 +402130,0,0,0,0,0 +402131,0,0,0,0,0 +402132,0,0,0,0,0 +402133,0,0,0,0,0 +402134,0,0,0,0,0 +402135,0,0,0,0,0 +402136,0,0,0,0,0 +402137,0,0,0,0,0 +402138,0,0,0,0,0 +402139,0,0,0,0,0 +402140,0,0,0,0,0 +402141,0,0,0,0,0 +402142,0,0,0,0,0 +402143,0,0,0,0,0 +402144,0,0,0,0,0 +402145,0,0,0,0,0 +402146,0,0,0,0,0 +402147,0,0,0,0,0 +402148,0,0,0,0,0 +402149,0,0,0,0,0 +402150,0,0,0,0,0 +402151,0,0,0,0,0 +402152,0,0,0,0,0 +402153,0,0,0,0,0 +402154,0,0,0,0,0 +402155,0,0,0,0,0 +402156,0,0,0,0,0 +402157,0,0,0,0,0 +402158,0,0,0,0,0 +402159,0,0,0,0,0 +402160,0,0,0,0,0 +402161,0,0,0,0,0 +402162,0,0,0,0,0 +402163,0,0,0,0,0 +402164,0,0,0,0,0 +402165,0,0,0,0,0 +402166,0,0,0,0,0 +402167,0,0,0,0,0 +402168,0,0,0,0,0 +402169,0,0,0,0,0 +402170,0,0,0,0,0 +402171,0,0,0,0,0 +402172,0,0,0,0,0 +402173,0,0,0,0,0 +402174,0,0,0,0,0 +402175,0,0,0,0,0 +402176,0,0,0,0,0 +402177,0,0,0,0,0 +402178,0,0,0,0,0 +402179,0,0,0,0,0 +402180,0,0,0,0,0 +402181,0,0,0,0,0 +402182,0,0,0,0,0 +402183,0,0,0,0,0 +402184,0,0,0,0,0 +402185,0,0,0,0,0 +402186,0,0,0,0,0 +402187,0,0,0,0,0 +402188,0,0,0,0,0 +402189,0,0,0,0,0 +402190,0,0,0,0,0 +402191,0,0,0,0,0 +402192,0,0,0,0,0 +402193,0,0,0,0,0 +402194,0,0,0,0,0 +402195,0,0,0,0,0 +402196,0,0,0,0,0 +402197,0,0,0,0,0 +402198,0,0,0,0,0 +402199,0,0,0,0,0 +402200,0,0,0,0,0 +402201,0,0,0,0,0 +402202,0,0,0,0,0 +402203,0,0,0,0,0 +402204,0,0,0,0,0 +402205,0,0,0,0,0 +402206,0,226.4770195,0,0,0 +402207,0,121.1414913,0,0,0 +402208,0,172.5077228,0,0,0 +402209,0,191.8350976,0,0,0 +402210,0,210.0142528,0,0,0 +402211,0,225.5943358,0,0,0 +402212,0,240.4342109,0,0,0 +402213,0,255.5789,0,0,0 +402214,0,269.5803797,0,0,0 +402215,0,284.2945478,0,0,0 +402216,0,298.0817096,0,0,0 +402217,0,312.456548,0,0,0 +402218,0,325.6239704,0,0,0 +402219,0,339.7462284,0,0,0 +402220,0,352.9890435,0,0,0 +402221,0,366.3472213,0,0,0 +402222,0,379.3184758,0,0,0 +402223,0,392.7155429,0,0,0 +402224,0,405.3913841,0,0,0 +402225,0,418.229877,0,0,0 +402226,0,430.9137188,0,0,0 +402227,0,443.513332,0,0,0 +402228,0,456.0066097,0,0,0 +402229,0,468.3283348,0,0,0 +402230,0,480.6196156,0,0,0 +402231,0,492.7857485,0,0,0 +402232,0,504.8633384,0,0,0 +402233,0,516.8495786,0,0,0 +402234,0,528.4584804,0,0,0 +402235,0,540.753225,0,0,0 +402236,0,552.1972858,0,0,0 +402237,0,568.1598714,0,0,0 +402238,0,583.5805847,0,0,0 +402239,0,598.9153022,0,0,0 +402240,0,614.1194284,0,0,0 +402241,0,629.4311506,0,0,0 +402242,0,644.6557742,0,0,0 +402243,0,659.7752342,0,0,0 +402244,0,674.7454625,0,0,0 +402245,0,689.7185846,0,0,0 +402246,0,704.4982398,0,0,0 +402247,0,719.1668463,0,0,0 +402248,0,733.843761,0,0,0 +402249,0,748.2781583,0,0,0 +402250,0,762.3031302,0,0,0 +402251,0,777.2680351,0,0,0 +402252,0,791.1649321,0,0,0 +402253,0,805.3800401,0,0,0 +402254,0,819.3663035,0,0,0 +402255,0,833.3456831,0,0,0 +402256,0,847.2968281,0,0,0 +402257,0,860.9138525,0,0,0 +402258,0,874.721538,0,0,0 +402259,0,888.2748112,0,0,0 +402260,0,901.7974211,0,0,0 +402261,0,915.2189218,0,0,0 +402262,0,928.5092604,0,0,0 +402263,0,941.8476501,0,0,0 +402264,0,954.9818063,0,0,0 +402265,0,968.0223806,0,0,0 +402266,0,981.1846271,0,0,0 +402267,0,993.9120626,0,0,0 +402268,0,1006.911908,0,0,0 +402269,0,1019.621225,0,0,0 +402270,0,1032.319557,0,0,0 +402271,0,1044.300193,0,0,0 +402272,0,1056.028007,0,0,0 +402273,0,1067.835825,0,0,0 +402274,0,1079.19398,0,0,0 +402275,0,1090.571853,0,0,0 +402276,0,1101.915345,0,0,0 +402277,0,1112.933755,0,0,0 +402278,0,1125.574487,0,0,0 +402279,0,1140.423147,0,0,0 +402280,0,1145.470931,0,0,0 +402281,0,1165.668826,0,0,0 +402282,0,1163.716419,0,0,0 +402283,0,1163.463618,0,0,0 +402284,0,1197.491316,0,0,0 +402285,0,1195.24152,0,0,0 +402286,0,1208.254963,0,0,0 +402287,0,1218.233448,0,0,0 +402288,0,1228.250258,0,0,0 +402289,0,1238.099139,0,0,0 +402290,0,1247.869529,0,0,0 +402291,0,1257.614284,0,0,0 +402292,0,1266.996368,0,0,0 +402293,0,1276.650212,0,0,0 +402294,0,1286.039605,0,0,0 +402295,0,1295.229555,0,0,0 +402296,0,1304.486044,0,0,0 +402297,0,1313.577002,0,0,0 +402298,0,1322.594008,0,0,0 +402299,0,1331.517667,0,0,0 +402300,0,1340.431262,0,0,0 +402301,0,1348.971248,0,0,0 +402302,0,1357.512358,0,0,0 +402303,0,1366.178936,0,0,0 +402304,0,1374.369928,0,0,0 +402305,0,1382.740378,0,0,0 +402306,0,1390.929738,0,0,0 +402307,0,1399.130864,0,0,0 +402308,0,1406.941234,0,0,0 +402309,0,1415.074582,0,0,0 +402310,0,1422.849283,0,0,0 +402311,0,1430.719478,0,0,0 +402312,0,1438.26303,0,0,0 +402313,0,1445.924705,0,0,0 +402314,0,1453.326565,0,0,0 +402315,0,1460.885166,0,0,0 +402316,0,1468.24684,0,0,0 +402317,0,1475.377043,0,0,0 +402318,0,1482.614931,0,0,0 +402319,0,1489.683872,0,0,0 +402320,0,1496.684575,0,0,0 +402321,0,1503.601398,0,0,0 +402322,0,1510.430826,0,0,0 +402323,0,1517.184657,0,0,0 +402324,0,1523.850244,0,0,0 +402325,0,1530.434587,0,0,0 +402326,0,1536.936143,0,0,0 +402327,0,1543.355344,0,0,0 +402328,0,1550.921092,0,0,0 +402329,0,1560.932672,0,0,0 +402330,0,1558.945595,0,0,0 +402331,0,1582.906097,0,0,0 +402332,0,1549.043182,0,0,0 +402333,0,1590.228759,0,0,0 +402334,0,1580.720535,0,0,0 +402335,0,1588.561719,0,0,0 +402336,0,1593.29447,0,0,0 +402337,0,1598.286829,0,0,0 +402338,0,1602.873695,0,0,0 +402339,0,1607.565889,0,0,0 +402340,0,1611.954748,0,0,0 +402341,0,1616.537045,0,0,0 +402342,0,1620.567404,0,0,0 +402343,0,1624.917128,0,0,0 +402344,0,1628.880231,0,0,0 +402345,0,1632.850867,0,0,0 +402346,0,1636.784062,0,0,0 +402347,0,1640.585251,0,0,0 +402348,0,1644.18945,0,0,0 +402349,0,1647.974053,0,0,0 +402350,0,1651.216884,0,0,0 +402351,0,1654.782414,0,0,0 +402352,0,1657.973103,0,0,0 +402353,0,1661.272935,0,0,0 +402354,0,1664.294068,0,0,0 +402355,0,1667.287236,0,0,0 +402356,0,1670.331922,0,0,0 +402357,0,1673.078384,0,0,0 +402358,0,1675.79714,0,0,0 +402359,0,1678.565242,0,0,0 +402360,0,1681.144634,0,0,0 +402361,0,1683.339463,0,0,0 +402362,0,1685.660935,0,0,0 +402363,0,1687.793569,0,0,0 +402364,0,1689.850714,0,0,0 +402365,0,1691.836917,0,0,0 +402366,0,1693.697737,0,0,0 +402367,0,1695.50151,0,0,0 +402368,0,1697.182564,0,0,0 +402369,0,1698.807013,0,0,0 +402370,0,1700.329472,0,0,0 +402371,0,1701.65403,0,0,0 +402372,0,1703.154299,93.47294361,0,0 +402373,0,1704.331725,43.79039944,0,0 +402374,0,1705.515846,65.86334079,0,0 +402375,0,1706.594948,71.59174493,0,0 +402376,0,1707.586429,77.46649719,0,0 +402377,0,1708.490157,83.07556791,0,0 +402378,0,1709.306808,88.89229812,0,0 +402379,0,1710.046536,94.42061102,0,0 +402380,0,1710.694095,100.1752875,0,0 +402381,0,1711.252569,105.461441,0,0 +402382,0,1711.723084,111.3410419,0,0 +402383,0,1712.10524,116.3341314,0,0 +402384,0,1712.39972,122.0860225,0,0 +402385,0,1712.606129,127.4866056,0,0 +402386,0,1712.725204,132.6738079,0,0 +402387,0,1712.756467,138.3416855,0,0 +402388,0,1712.700671,143.4678264,0,0 +402389,0,1712.557303,148.5382737,0,0 +402390,0,1712.32709,154.3630217,0,0 +402391,0,1711.971767,158.9474444,0,0 +402392,0,1711.522509,164.3925241,0,0 +402393,0,1710.98268,169.2588408,0,0 +402394,0,1710.353875,174.4916957,0,0 +402395,0,1709.63608,179.5017569,0,0 +402396,62.20402309,1708.830232,184.4153913,0,0 +402397,109.1559609,1707.936018,189.3503499,0,0 +402398,81.74873203,1706.9541,194.4631728,0,0 +402399,104.061985,1705.88412,199.2209591,0,0 +402400,112.8997258,1704.72686,204.3249613,0,0 +402401,121.4087012,1703.481893,209.0349993,0,0 +402402,130.2240818,1702.149887,214.0975031,0,0 +402403,138.3158546,1700.837889,218.7901355,0,0 +402404,146.9378146,1699.175317,223.8244316,0,0 +402405,155.1002688,1697.658791,228.4792015,0,0 +402406,163.2940831,1695.961239,233.4870433,0,0 +402407,171.2679609,1694.193477,238.1380592,0,0 +402408,179.5009571,1692.339236,243.081403,0,0 +402409,187.4834496,1690.399784,247.9616606,0,0 +402410,195.0219441,1688.372258,252.937754,0,0 +402411,202.973095,1686.259684,257.3481209,0,0 +402412,210.7585621,1684.059783,262.2383029,0,0 +402413,218.4845152,1681.774394,266.9470789,0,0 +402414,225.9064745,1679.29635,271.7051718,30.85474479,0 +402415,233.6293492,1676.991319,276.3462232,24.75831599,0 +402416,241.1584514,1674.373627,281.2654561,39.71089672,0 +402417,248.3926497,1671.762491,285.794518,37.83270172,0 +402418,255.9666375,1669.049865,290.607554,43.49302286,0 +402419,263.1222718,1666.252181,295.1426284,47.24990787,0 +402420,270.5062406,1663.36965,299.9301115,50.89805601,0 +402421,277.1967894,1660.392815,304.1128089,54.18957728,0 +402422,284.1695955,1657.32761,308.2810039,57.60154811,0 +402423,290.8949972,1654.175983,312.5785693,60.89231746,0 +402424,297.7193803,1650.939091,316.7563181,64.13367861,0 +402425,304.3436505,1647.617209,321.040683,67.43943339,0 +402426,310.8280226,1644.103848,325.2272476,70.61011233,0 +402427,317.9659397,1640.764647,329.4002261,73.72885812,0 +402428,324.0514445,1637.114334,333.6417315,76.93219127,0 +402429,330.705197,1633.471214,337.7546722,79.93218749,0 +402430,337.1094961,1629.832479,341.981929,83.14040376,0 +402431,343.5791517,1625.85659,346.1049275,85.97999124,0 +402432,349.9271347,1622.021638,350.2159147,89.17920254,0 +402433,356.2188031,1618.015033,354.4038286,91.93259699,0 +402434,362.4759752,1613.8386,358.8551009,95.02163645,0 +402435,368.7612283,1609.83175,362.3632771,97.87252888,0 +402436,374.9416836,1605.524316,366.8390053,100.7575478,0 +402437,381.0757539,1601.224594,370.7728709,103.5462447,0 +402438,386.9509063,1596.829852,374.9209877,106.4801387,0 +402439,393.4369412,1592.355927,378.8812563,109.2216106,0 +402440,399.3025965,1587.803441,383.0645405,112.0219639,0 +402441,405.3049871,1583.070883,387.0107992,114.7725246,0 +402442,411.3266203,1578.509149,391.0840436,117.4255936,0 +402443,417.2002674,1573.65417,395.1015485,120.3422412,0 +402444,423.15086,1568.810791,399.118243,122.8404901,0 +402445,428.950166,1582.403984,403.1660605,125.5878368,0 +402446,434.8315322,1531.701327,407.0589395,128.1371898,0 +402447,440.5587566,1590.144585,411.1876426,130.8977431,0 +402448,446.338166,1512.10177,415.0617943,133.4407633,0 +402449,452.0855261,1573.729445,419.0742048,136.1350192,0 +402450,457.7183711,1514.198989,423.0315136,138.4783915,0 +402451,463.2636421,1542.477534,426.760095,141.1504488,0 +402452,468.6158826,1524.676614,430.436429,143.4851631,0 +402453,474.01104,1521.167967,434.1273163,145.8987697,0 +402454,479.36694,1515.395763,437.6346687,148.2716962,0 +402455,484.5932892,1509.530417,441.3437608,150.5235167,0 +402456,489.8687292,1503.594083,444.9303114,153.0102807,0 +402457,495.1098972,1497.577464,448.4314638,155.3422791,0 +402458,500.2215189,1491.495872,452.0160322,157.4946839,0 +402459,505.3881606,1485.340598,455.5399327,159.8464909,0 +402460,510.4828427,1479.116856,459.0559494,162.0829685,0 +402461,515.5887675,1472.825119,462.556081,164.2094973,0 +402462,520.5607468,1466.467019,466.0415705,166.6021535,0 +402463,525.5907174,1459.945608,469.5613355,168.7186379,0 +402464,530.176531,1453.594478,472.9412719,170.9266967,0 +402465,535.6916704,1447.068716,476.3717759,173.098032,0 +402466,540.3058431,1440.335595,479.8702184,175.2547251,0 +402467,545.2013491,1433.727322,483.2975162,177.396192,0 +402468,550.1520111,1426.885956,486.6305229,179.6463232,0 +402469,554.8640211,1420.223143,490.0595859,181.4448128,0 +402470,559.6436942,1413.308231,493.4288123,183.8287075,0 +402471,564.4552568,1406.415009,496.7938967,185.7969724,0 +402472,569.190731,1399.541503,500.7909841,187.8911893,0 +402473,573.777568,1392.30691,505.0060698,189.9499826,0 +402474,578.5484904,1385.427822,506.7920621,191.9967498,0 +402475,583.1441375,1378.229436,512.9514482,194.0309396,0 +402476,587.7171249,1371.070582,511.8746006,196.0532483,0 +402477,592.4185307,1363.762127,512.1681081,198.0636032,0 +402478,596.8671789,1356.61248,523.2564559,200.0625997,0 +402479,601.3937309,1349.320384,522.3439167,201.9146128,0 +402480,605.9630526,1341.846316,526.5720427,204.1017644,0 +402481,610.4993421,1334.362302,530.0051067,206.0326158,0 +402482,615.1369327,1326.702128,533.5127303,208.1078234,0 +402483,619.5784224,1319.231527,537.0492823,210.1543988,0 +402484,624.2393446,1311.536319,540.4904837,212.1948592,0 +402485,628.7209969,1303.878565,544.0586126,214.2269138,0 +402486,633.2382097,1296.170082,547.4944895,216.2509975,0 +402487,637.6766319,1288.430407,550.9643491,218.4149293,0 +402488,642.2742222,1280.656726,554.4487512,220.191739,0 +402489,646.6078192,1272.767542,557.9588249,222.3065512,0 +402490,651.0875721,1265.049701,561.4267249,224.2724629,0 +402491,655.4406923,1257.209403,564.8115877,226.256499,0 +402492,659.9155175,1249.134185,568.3547357,228.0826722,0 +402493,664.2526715,1241.386088,571.7346079,230.2853853,0 +402494,668.6739246,1233.376179,575.1956795,232.1308696,0 +402495,672.8793394,1225.343944,578.6788049,234.1132697,0 +402496,677.3251716,1217.543011,582.112597,236.0613419,0 +402497,681.5795072,1209.367634,585.5245905,238.0026156,0 +402498,685.8758269,1201.327849,588.881089,239.9369392,0 +402499,690.1437937,1193.373592,592.3708541,241.8640451,0 +402500,694.3394568,1185.253903,595.8010267,243.7843422,0 +402501,698.7095633,1177.181801,599.163875,245.6974359,0 +402502,702.7946564,1169.078912,602.5520061,247.6037,0 +402503,707.0394315,1160.965677,606.0109108,249.5027391,0 +402504,711.2037811,1174.604726,609.3436845,251.3949086,0 +402505,715.3008919,1112.596078,612.6446148,253.2797787,0 +402506,719.5222366,1174.315738,616.1879846,255.1577228,0 +402507,723.5931504,1092.784266,619.4466221,257.0282915,0 +402508,727.6974168,1145.833925,622.8683736,258.8918657,0 +402509,731.8282425,1093.983759,626.1852668,260.5750984,0 +402510,735.7358958,1110.904315,629.4603305,262.6916421,0 +402511,740.0564391,1094.034221,633.4027112,264.6217554,0 +402512,744.1992786,1087.579993,636.7696958,266.533199,0 +402513,748.4020892,1079.576065,640.443305,268.475947,0 +402514,752.5852442,1071.427623,644.2311005,270.5535296,0 +402515,756.7578013,1063.363607,647.7928953,272.4345273,0 +402516,760.8595467,1055.417582,651.3462615,274.3756825,0 +402517,765.1619714,1047.416047,655.2665202,276.4489615,0 +402518,769.1611954,1039.324994,658.6454179,278.3239913,0 +402519,773.3451289,1031.380777,662.4329087,280.2576924,0 +402520,777.4502933,1023.3958,666.1769696,282.3234345,0 +402521,781.5553333,1015.439225,669.8303077,284.1895097,0 +402522,785.5880429,1007.503139,673.2039066,286.1134702,0 +402523,789.7670981,999.5888004,680.9981384,288.1694709,0 +402524,793.7939678,991.7607957,675.5359573,290.0247259,0 +402525,797.8697214,983.8062156,686.2542647,291.9371871,0 +402526,801.9892947,975.9502645,687.9585727,293.9817761,0 +402527,805.9401117,968.2197919,691.5874981,295.8247591,0 +402528,809.9650843,960.4612261,695.2251871,297.7242106,0 +402529,814.0874612,952.637314,699.1326189,299.7561716,0 +402530,818.0660992,944.972409,702.5483749,301.5854752,0 +402531,822.100387,937.292002,706.1268961,303.2645228,0 +402532,826.11964,929.6577401,710.00704,305.6024754,0 +402533,830.13677,922.0682528,713.4778915,307.2549931,0 +402534,834.1538388,914.6804383,716.9242182,309.165959,0 +402535,838.103317,909.9032439,720.7833795,311.1693296,0 +402536,842.2887561,904.6553738,724.3578294,313.1810862,0 +402537,846.1558892,899.3153604,727.9416968,314.7111617,0 +402538,850.2433311,894.1567961,731.3355125,316.8627392,0 +402539,854.2645081,888.9579459,735.0927551,318.6090774,0 +402540,858.3056034,883.698381,738.762673,320.4697114,0 +402541,0,0,0,0,0 +402542,0,0,0,0,0 +402543,0,0,0,0,0 +402544,0,0,0,0,0 +402545,0,0,0,0,0 +402546,0,0,0,0,0 +402547,0,0,0,0,0 +402548,0,0,0,0,0 +402549,0,0,0,0,0 +402550,0,0,0,0,0 +402551,0,0,0,0,0 +402552,0,0,0,0,0 +402553,0,0,0,0,0 +402554,0,0,0,0,0 +402555,0,0,0,0,0 +402556,0,0,0,0,0 +402557,0,0,0,0,0 +402558,0,0,0,0,0 +402559,0,0,0,0,0 +402560,0,0,0,0,0 +402561,0,0,0,0,0 +402562,0,0,0,0,0 +402563,0,0,0,0,0 +402564,0,0,0,0,0 +402565,0,0,0,0,0 +402566,0,0,0,0,0 +402567,0,0,0,0,0 +402568,0,0,0,0,0 +402569,0,0,0,0,0 +402570,0,0,0,0,0 +402571,0,0,0,0,0 +402572,0,0,0,0,0 +402573,0,0,0,0,0 +402574,0,0,0,0,0 +402575,0,0,0,0,0 +402576,0,0,0,0,0 +402577,0,0,0,0,0 +402578,0,0,0,0,0 +402579,0,0,0,0,0 +402580,0,0,0,0,0 +402581,0,0,0,0,0 +402582,0,0,0,0,0 +402583,0,0,0,0,0 +402584,0,0,0,0,0 +402585,0,0,0,0,0 +402586,0,0,0,0,0 +402587,0,0,0,0,0 +402588,0,0,0,0,0 +402589,0,0,0,0,0 +402590,0,0,0,0,0 +402591,0,0,0,0,0 +402592,0,0,0,0,0 +402593,0,0,0,0,0 +402594,0,0,0,0,0 +402595,0,0,0,0,0 +402596,0,0,0,0,0 +402597,0,0,0,0,0 +402598,0,0,0,0,0 +402599,0,0,0,0,0 +402600,0,0,0,0,0 +402601,0,0,0,0,0 +402602,0,0,0,0,0 +402603,0,0,0,0,0 +402604,0,0,0,0,0 +402605,0,0,0,0,0 +402606,0,0,0,0,0 +402607,0,0,0,0,0 +402608,0,0,0,0,0 +402609,0,0,0,0,0 +402610,0,0,0,0,0 +402611,0,0,0,0,0 +402612,0,0,0,0,0 +402613,0,0,0,0,0 +402614,0,0,0,0,0 +402615,0,0,0,0,0 +402616,0,0,0,0,0 +402617,0,0,0,0,0 +402618,0,0,0,0,0 +402619,0,0,0,0,0 +402620,0,0,0,0,0 +402621,0,0,0,0,0 +402622,0,0,0,0,0 +402623,0,0,0,0,0 +402624,0,0,0,0,0 +402625,0,0,0,0,0 +402626,0,0,0,0,0 +402627,0,0,0,0,0 +402628,0,0,0,0,0 +402629,0,0,0,0,0 +402630,0,0,0,0,0 +402631,0,0,0,0,0 +402632,0,0,0,0,0 +402633,0,0,0,0,0 +402634,0,0,0,0,0 +402635,0,0,0,0,0 +402636,0,0,0,0,0 +402637,0,0,0,0,0 +402638,0,0,0,0,0 +402639,0,0,0,0,0 +402640,0,0,0,0,0 +402641,0,0,0,0,0 +402642,0,0,0,0,0 +402643,0,0,0,0,0 +402644,0,0,0,0,0 +402645,0,0,0,0,0 +402646,0,0,0,0,0 +402647,0,0,0,0,0 +402648,0,0,0,0,0 +402649,0,0,0,0,0 +402650,0,0,0,0,0 +402651,0,0,0,0,0 +402652,0,0,0,0,0 +402653,0,0,0,0,0 +402654,0,0,0,0,0 +402655,0,0,0,0,0 +402656,0,0,0,0,0 +402657,0,0,0,0,0 +402658,0,0,0,0,0 +402659,0,0,0,0,0 +402660,0,0,0,0,0 +402661,0,0,0,0,0 +402662,0,0,0,0,0 +402663,0,0,0,0,0 +402664,0,0,0,0,0 +402665,0,0,0,0,0 +402666,0,0,0,0,0 +402667,0,0,0,0,0 +402668,0,0,0,0,0 +402669,0,0,0,0,0 +402670,0,0,0,0,0 +402671,0,0,0,0,0 +402672,0,0,0,0,0 +402673,0,0,0,0,0 +402674,0,0,0,0,0 +402675,0,0,0,0,0 +402676,0,0,0,0,0 +402677,0,0,0,0,0 +402678,0,0,0,0,0 +402679,0,0,0,0,0 +402680,0,0,0,0,0 +402681,0,0,0,0,0 +402682,0,0,0,0,0 +402683,0,0,0,0,0 +402684,0,0,0,0,0 +402685,0,0,0,0,0 +402686,0,0,0,0,0 +402687,0,0,0,0,0 +402688,0,0,0,0,0 +402689,0,0,0,0,0 +402690,0,0,0,0,0 +402691,0,0,0,0,0 +402692,0,0,0,0,0 +402693,0,0,0,0,0 +402694,0,0,0,0,0 +402695,0,0,0,0,0 +402696,0,0,0,0,0 +402697,0,0,0,0,0 +402698,0,0,0,0,0 +402699,0,0,0,0,0 +402700,0,0,0,0,0 +402701,0,0,0,0,0 +402702,0,0,0,0,0 +402703,0,0,0,0,0 +402704,0,0,0,0,0 +402705,0,0,0,0,0 +402706,0,0,0,0,0 +402707,0,0,0,0,0 +402708,0,0,0,0,0 +402709,0,0,0,0,0 +402710,0,0,0,0,0 +402711,0,0,0,0,0 +402712,0,0,0,0,0 +402713,0,0,0,0,0 +402714,0,0,0,0,0 +402715,0,0,0,0,0 +402716,0,0,0,0,0 +402717,0,0,0,0,0 +402718,0,0,0,0,0 +402719,0,0,0,0,0 +402720,0,0,0,0,0 +402721,0,0,0,0,0 +402722,0,0,0,0,0 +402723,0,0,0,0,0 +402724,0,0,0,0,0 +402725,0,0,0,0,0 +402726,0,0,0,0,0 +402727,0,0,0,0,0 +402728,0,0,0,0,0 +402729,0,0,0,0,0 +402730,0,0,0,0,0 +402731,0,0,0,0,0 +402732,0,0,0,0,0 +402733,0,0,0,0,0 +402734,0,0,0,0,0 +402735,0,0,0,0,0 +402736,0,0,0,0,0 +402737,0,0,0,0,0 +402738,0,0,0,0,0 +402739,0,0,0,0,0 +402740,0,0,0,0,0 +402741,0,0,0,0,0 +402742,0,0,0,0,0 +402743,0,0,0,0,0 +402744,0,0,0,0,0 +402745,0,0,0,0,0 +402746,0,0,0,0,0 +402747,0,0,0,0,0 +402748,0,0,0,0,0 +402749,0,0,0,0,0 +402750,0,0,0,0,0 +402751,0,0,0,0,0 +402752,0,0,0,0,0 +402753,0,0,0,0,0 +402754,0,0,0,0,0 +402755,0,0,0,0,0 +402756,0,0,0,0,0 +402757,0,0,0,0,0 +402758,0,0,0,0,0 +402759,0,0,0,0,0 +402760,0,0,0,0,0 +402761,0,0,0,0,0 +402762,0,0,0,0,0 +402763,0,0,0,0,0 +402764,0,0,0,0,0 +402765,0,0,0,0,0 +402766,0,0,0,0,0 +402767,0,0,0,0,0 +402768,0,0,0,0,0 +402769,0,0,0,0,0 +402770,0,0,0,0,0 +402771,0,0,0,0,0 +402772,0,0,0,0,0 +402773,0,0,0,0,0 +402774,0,0,0,0,0 +402775,0,0,0,0,0 +402776,0,0,0,0,0 +402777,0,0,0,0,0 +402778,0,0,0,0,0 +402779,0,0,0,0,0 +402780,0,0,0,0,0 +402781,0,0,0,0,0 +402782,0,0,0,0,0 +402783,0,0,0,0,0 +402784,0,0,0,0,0 +402785,0,0,0,0,0 +402786,0,0,0,0,0 +402787,0,0,0,0,0 +402788,0,0,0,0,0 +402789,0,0,0,0,0 +402790,0,0,0,0,0 +402791,0,0,0,0,0 +402792,0,0,0,0,0 +402793,0,0,0,0,0 +402794,0,0,0,0,0 +402795,0,0,0,0,0 +402796,0,0,0,0,0 +402797,0,0,0,0,0 +402798,0,0,0,0,0 +402799,0,0,0,0,0 +402800,0,0,0,0,0 +402801,0,0,0,0,0 +402802,0,0,0,0,0 +402803,0,0,0,0,0 +402804,0,0,0,0,0 +402805,0,0,0,0,0 +402806,0,0,0,0,0 +402807,0,0,0,0,0 +402808,0,0,0,0,0 +402809,0,0,0,0,0 +402810,0,0,0,0,0 +402811,0,0,0,0,0 +402812,0,0,0,0,0 +402813,0,0,0,0,0 +402814,0,0,0,0,0 +402815,0,0,0,0,0 +402816,0,0,0,0,0 +402817,0,0,0,0,0 +402818,0,0,0,0,0 +402819,0,0,0,0,0 +402820,0,0,0,0,0 +402821,0,0,0,0,0 +402822,0,0,0,0,0 +402823,0,0,0,0,0 +402824,0,0,0,0,0 +402825,0,0,0,0,0 +402826,0,0,0,0,0 +402827,0,0,0,0,0 +402828,0,0,0,0,0 +402829,0,0,0,0,0 +402830,0,0,0,0,0 +402831,0,0,0,0,0 +402832,0,0,0,0,0 +402833,0,0,0,0,0 +402834,0,0,0,0,0 +402835,0,0,0,0,0 +402836,0,0,0,0,0 +402837,0,0,0,0,0 +402838,0,0,0,0,0 +402839,0,0,0,0,0 +402840,0,0,0,0,0 +402841,0,0,0,0,0 +402842,0,0,0,0,0 +402843,0,0,0,0,0 +402844,0,0,0,0,0 +402845,0,0,0,0,0 +402846,0,0,0,0,0 +402847,0,0,0,0,0 +402848,0,0,0,0,0 +402849,0,0,0,0,0 +402850,0,0,0,0,0 +402851,0,0,0,0,0 +402852,0,0,0,0,0 +402853,0,0,0,0,0 +402854,0,0,0,0,0 +402855,0,0,0,0,0 +402856,0,0,0,0,0 +402857,0,0,0,0,0 +402858,0,0,0,0,0 +402859,0,0,0,0,0 +402860,0,0,0,0,0 +402861,0,0,0,0,0 +402862,0,0,0,0,0 +402863,0,0,0,0,0 +402864,0,0,0,0,0 +402865,0,0,0,0,0 +402866,0,0,0,0,0 +402867,0,0,0,0,0 +402868,0,0,0,0,0 +402869,0,0,0,0,0 +402870,0,0,0,0,0 +402871,0,0,0,0,0 +402872,0,0,0,0,0 +402873,0,0,0,0,0 +402874,0,0,0,0,0 +402875,0,0,0,0,0 +402876,0,0,0,0,0 +402877,0,0,0,0,0 +402878,0,0,0,0,0 +402879,0,0,0,0,0 +402880,0,0,0,0,0 +402881,0,0,0,0,0 +402882,0,0,0,0,0 +402883,0,0,0,0,0 +402884,0,0,0,0,0 +402885,0,0,0,0,0 +402886,0,0,0,0,0 +402887,0,0,0,0,0 +402888,0,0,0,0,0 +402889,0,0,0,0,0 +402890,0,0,0,0,0 +402891,0,0,0,0,0 +402892,0,0,0,0,0 +402893,0,0,0,0,0 +402894,0,0,0,0,0 +402895,0,0,0,0,0 +402896,0,0,0,0,0 +402897,0,0,0,0,0 +402898,0,0,0,0,0 +402899,0,0,0,0,0 +402900,0,0,0,0,0 +402901,0,0,0,0,0 +402902,0,0,0,0,0 +402903,0,0,0,0,0 +402904,0,0,0,0,0 +402905,0,0,0,0,0 +402906,0,0,0,0,0 +402907,0,0,0,0,0 +402908,0,0,0,0,0 +402909,0,0,0,0,0 +402910,0,0,0,0,0 +402911,0,0,0,0,0 +402912,0,0,0,0,0 +402913,0,0,0,0,0 +402914,0,0,0,0,0 +402915,0,0,0,0,0 +402916,0,0,0,0,0 +402917,0,0,0,0,0 +402918,0,0,0,0,0 +402919,0,0,0,0,0 +402920,0,0,0,0,0 +402921,0,0,0,0,0 +402922,0,0,0,0,0 +402923,0,0,0,0,0 +402924,0,0,0,0,0 +402925,0,0,0,0,0 +402926,0,0,0,0,0 +402927,0,0,0,0,0 +402928,0,0,0,0,0 +402929,0,0,0,0,0 +402930,0,0,0,0,0 +402931,0,0,0,0,0 +402932,0,0,0,0,0 +402933,0,0,0,0,0 +402934,0,0,0,0,0 +402935,0,0,0,0,0 +402936,0,0,0,0,0 +402937,0,0,0,0,0 +402938,0,0,0,0,0 +402939,0,0,0,0,0 +402940,0,0,0,0,0 +402941,0,0,0,0,0 +402942,0,0,0,0,0 +402943,0,0,0,0,0 +402944,0,0,0,0,0 +402945,0,0,0,0,0 +402946,0,0,0,0,0 +402947,0,0,0,0,0 +402948,0,0,0,0,0 +402949,0,0,0,0,0 +402950,0,0,0,0,0 +402951,0,0,0,0,0 +402952,0,0,0,0,0 +402953,0,0,0,0,0 +402954,0,0,0,0,0 +402955,0,0,0,0,0 +402956,0,0,0,0,0 +402957,0,0,0,0,0 +402958,0,0,0,0,0 +402959,0,0,0,0,0 +402960,0,0,0,0,0 +402961,0,0,0,0,0 +402962,0,0,0,0,0 +402963,0,0,0,0,0 +402964,0,0,0,0,0 +402965,0,0,0,0,0 +402966,0,0,0,0,0 +402967,0,0,0,0,0 +402968,0,0,0,0,0 +402969,0,0,0,0,0 +402970,0,0,0,0,0 +402971,0,0,0,0,0 +402972,0,0,0,0,0 +402973,0,0,0,0,0 +402974,0,0,0,0,0 +402975,0,0,0,0,0 +402976,0,0,0,0,0 +402977,0,0,0,0,0 +402978,0,0,0,0,0 +402979,0,0,0,0,0 +402980,0,0,0,0,0 +402981,0,0,0,0,0 +402982,0,0,0,0,0 +402983,0,0,0,0,0 +402984,0,0,0,0,0 +402985,0,0,0,0,0 +402986,0,0,0,0,0 +402987,0,0,0,0,0 +402988,0,0,0,0,0 +402989,0,0,0,0,0 +402990,0,0,0,0,0 +402991,0,0,0,0,0 +402992,0,0,0,0,0 +402993,0,0,0,0,0 +402994,0,0,0,0,0 +402995,0,0,0,0,0 +402996,0,0,0,0,0 +402997,0,0,0,0,0 +402998,0,0,0,0,0 +402999,0,0,0,0,0 +403000,0,0,0,0,0 +403001,0,0,0,0,0 +403002,0,0,0,0,0 +403003,0,0,0,0,0 +403004,0,0,0,0,0 +403005,0,0,0,0,0 +403006,0,0,0,0,0 +403007,0,0,0,0,0 +403008,0,0,0,0,0 +403009,0,0,0,0,0 +403010,0,0,0,0,0 +403011,0,0,0,0,0 +403012,0,0,0,0,0 +403013,0,0,0,0,0 +403014,0,0,0,0,0 +403015,0,0,0,0,0 +403016,0,0,0,0,0 +403017,0,0,0,0,0 +403018,0,0,0,0,0 +403019,0,0,0,0,0 +403020,0,0,0,0,0 +403021,0,0,0,0,0 +403022,0,0,0,0,0 +403023,0,0,0,0,0 +403024,0,0,0,0,0 +403025,0,0,0,0,0 +403026,0,0,0,0,0 +403027,0,0,0,0,0 +403028,0,0,0,0,0 +403029,0,0,0,0,0 +403030,0,0,0,0,0 +403031,0,0,0,0,0 +403032,0,0,0,0,0 +403033,0,0,0,0,0 +403034,0,0,0,0,0 +403035,0,0,0,0,0 +403036,0,0,0,0,0 +403037,0,0,0,0,0 +403038,0,0,0,0,0 +403039,0,0,0,0,0 +403040,0,0,0,0,0 +403041,0,0,0,0,0 +403042,0,0,0,0,0 +403043,0,0,0,0,0 +403044,0,0,0,0,0 +403045,0,0,0,0,0 +403046,0,0,0,0,0 +403047,0,0,0,0,0 +403048,0,0,0,0,0 +403049,0,0,0,0,0 +403050,0,0,0,0,0 +403051,0,0,0,0,0 +403052,0,0,0,0,0 +403053,0,0,0,0,0 +403054,0,0,0,0,0 +403055,0,0,0,0,0 +403056,0,0,0,0,0 +403057,0,0,0,0,0 +403058,0,0,0,0,0 +403059,0,0,0,0,0 +403060,0,0,0,0,0 +403061,0,0,0,0,0 +403062,0,0,0,0,0 +403063,0,0,0,0,0 +403064,0,0,0,0,0 +403065,0,0,0,0,0 +403066,0,0,0,0,0 +403067,0,0,0,0,0 +403068,0,0,0,0,0 +403069,0,0,0,0,0 +403070,0,0,0,0,0 +403071,0,0,0,0,0 +403072,0,0,0,0,0 +403073,0,0,0,0,0 +403074,0,0,0,0,0 +403075,0,0,0,0,0 +403076,0,0,0,0,0 +403077,0,0,0,0,0 +403078,0,0,0,0,0 +403079,0,0,0,0,0 +403080,0,0,0,0,0 +403081,0,0,0,0,0 +403082,0,0,0,0,0 +403083,0,0,0,0,0 +403084,0,0,0,0,0 +403085,0,0,0,0,0 +403086,0,0,0,0,0 +403087,0,0,0,0,0 +403088,0,0,0,0,0 +403089,0,0,0,0,0 +403090,0,0,0,0,0 +403091,0,0,0,0,0 +403092,0,0,0,0,0 +403093,0,0,0,0,0 +403094,0,0,0,0,0 +403095,0,0,0,0,0 +403096,0,0,0,0,0 +403097,0,0,0,0,0 +403098,0,0,0,0,0 +403099,0,0,0,0,0 +403100,0,0,0,0,0 +403101,0,0,0,0,0 +403102,0,0,0,0,0 +403103,0,0,0,0,0 +403104,0,0,0,0,0 +403105,0,0,0,0,0 +403106,0,0,0,0,0 +403107,0,0,0,0,0 +403108,0,0,0,0,0 +403109,0,0,0,0,0 +403110,0,0,0,0,0 +403111,0,0,0,0,0 +403112,0,0,0,0,0 +403113,0,0,0,0,0 +403114,0,0,0,0,0 +403115,0,0,0,0,0 +403116,0,0,0,0,0 +403117,0,0,0,0,0 +403118,0,0,0,0,0 +403119,0,0,0,0,0 +403120,0,0,0,0,0 +403121,0,0,0,0,0 +403122,0,0,0,0,0 +403123,0,0,0,0,0 +403124,0,0,0,0,0 +403125,0,0,0,0,0 +403126,0,0,0,0,0 +403127,0,0,0,0,0 +403128,0,0,0,0,0 +403129,0,0,0,0,0 +403130,0,0,0,0,0 +403131,0,0,0,0,0 +403132,0,0,0,0,0 +403133,0,0,0,0,0 +403134,0,0,0,0,0 +403135,0,0,0,0,0 +403136,0,0,0,0,0 +403137,0,0,0,0,0 +403138,0,0,0,0,0 +403139,0,0,0,0,0 +403140,0,0,0,0,0 +403141,0,0,0,0,0 +403142,0,0,0,0,0 +403143,0,0,0,0,0 +403144,0,0,0,0,0 +403145,0,0,0,0,0 +403146,0,0,0,0,0 +403147,0,0,0,0,0 +403148,0,0,0,0,0 +403149,0,0,0,0,0 +403150,0,0,0,0,0 +403151,0,0,0,0,0 +403152,0,0,0,0,0 +403153,0,0,0,0,0 +403154,0,0,0,0,0 +403155,0,0,0,0,0 +403156,0,0,0,0,0 +403157,0,0,0,0,0 +403158,0,0,0,0,0 +403159,0,0,0,0,0 +403160,0,0,0,0,0 +403161,0,0,0,0,0 +403162,0,0,0,0,0 +403163,0,0,0,0,0 +403164,0,0,0,0,0 +403165,0,0,0,0,0 +403166,0,0,0,0,0 +403167,0,0,0,0,0 +403168,0,0,0,0,0 +403169,0,0,0,0,0 +403170,0,0,0,0,0 +403171,0,0,0,0,0 +403172,0,0,0,0,0 +403173,0,0,0,0,0 +403174,0,0,0,0,0 +403175,0,0,0,0,0 +403176,0,0,0,0,0 +403177,0,0,0,0,0 +403178,0,0,0,0,0 +403179,0,0,0,0,0 +403180,0,0,0,0,0 +403181,0,0,0,0,0 +403182,0,0,0,0,0 +403183,0,0,0,0,0 +403184,0,0,0,0,0 +403185,0,0,0,0,0 +403186,0,0,0,0,0 +403187,0,0,0,0,0 +403188,0,0,0,0,0 +403189,0,0,0,0,0 +403190,0,0,0,0,0 +403191,0,0,0,0,0 +403192,0,0,0,0,0 +403193,0,0,0,0,0 +403194,0,0,0,0,0 +403195,0,0,0,0,0 +403196,0,0,0,0,0 +403197,0,0,0,0,0 +403198,0,0,0,0,0 +403199,0,0,0,0,0 +403200,0,0,0,0,0 +403201,0,0,0,0,0 +403202,0,0,0,0,0 +403203,0,0,0,0,0 +403204,0,0,0,0,0 +403205,0,0,0,0,0 +403206,0,0,0,0,0 +403207,0,0,0,0,0 +403208,0,0,0,0,0 +403209,0,0,0,0,0 +403210,0,0,0,0,0 +403211,0,0,0,0,0 +403212,0,0,0,0,0 +403213,0,0,0,0,0 +403214,0,0,0,0,0 +403215,0,0,0,0,0 +403216,0,0,0,0,0 +403217,0,0,0,0,0 +403218,0,0,0,0,0 +403219,0,0,0,0,0 +403220,0,0,0,0,0 +403221,0,0,0,0,0 +403222,0,0,0,0,0 +403223,0,0,0,0,0 +403224,0,0,0,0,0 +403225,0,0,0,0,0 +403226,0,0,0,0,0 +403227,0,0,0,0,0 +403228,0,0,0,0,0 +403229,0,0,0,0,0 +403230,0,0,0,0,0 +403231,0,0,0,0,0 +403232,0,0,0,0,0 +403233,0,0,0,0,0 +403234,0,0,0,0,0 +403235,0,0,0,0,0 +403236,0,0,0,0,0 +403237,0,0,0,0,0 +403238,0,0,0,0,0 +403239,0,0,0,0,0 +403240,0,0,0,0,0 +403241,0,0,0,0,0 +403242,0,0,0,0,0 +403243,0,0,0,0,0 +403244,0,0,0,0,0 +403245,0,0,0,0,0 +403246,0,0,0,0,0 +403247,0,0,0,0,0 +403248,0,0,0,0,0 +403249,0,0,0,0,0 +403250,0,0,0,0,0 +403251,0,0,0,0,0 +403252,0,0,0,0,0 +403253,0,0,0,0,0 +403254,0,0,0,0,0 +403255,0,0,0,0,0 +403256,0,0,0,0,0 +403257,0,0,0,0,0 +403258,0,0,0,0,0 +403259,0,0,0,0,0 +403260,0,0,0,0,0 +403261,0,0,0,0,0 +403262,0,0,0,0,0 +403263,0,0,0,0,0 +403264,0,0,0,0,0 +403265,0,0,0,0,0 +403266,0,0,0,0,0 +403267,0,0,0,0,0 +403268,0,0,0,0,0 +403269,0,0,0,0,0 +403270,0,0,0,0,0 +403271,0,0,0,0,0 +403272,0,0,0,0,0 +403273,0,0,0,0,0 +403274,0,0,0,0,0 +403275,0,0,0,0,0 +403276,0,0,0,0,0 +403277,0,0,0,0,0 +403278,0,0,0,0,0 +403279,0,0,0,0,0 +403280,0,0,0,0,0 +403281,0,0,0,0,0 +403282,0,0,0,0,0 +403283,0,0,0,0,0 +403284,0,0,0,0,0 +403285,0,0,0,0,0 +403286,0,0,0,0,0 +403287,0,0,0,0,0 +403288,0,0,0,0,0 +403289,0,0,0,0,0 +403290,0,0,0,0,0 +403291,0,0,0,0,0 +403292,0,0,0,0,0 +403293,0,0,0,0,0 +403294,0,0,0,0,0 +403295,0,0,0,0,0 +403296,0,0,0,0,0 +403297,0,0,0,0,0 +403298,0,0,0,0,0 +403299,0,0,0,0,0 +403300,0,0,0,0,0 +403301,0,0,0,0,0 +403302,0,0,0,0,0 +403303,0,0,0,0,0 +403304,0,0,0,0,0 +403305,0,0,0,0,0 +403306,0,0,0,0,0 +403307,0,0,0,0,0 +403308,0,0,0,0,0 +403309,0,0,0,0,0 +403310,0,0,0,0,0 +403311,0,0,0,0,0 +403312,0,0,0,0,0 +403313,0,0,0,0,0 +403314,0,0,0,0,0 +403315,0,0,0,0,0 +403316,0,0,0,0,0 +403317,0,0,0,0,0 +403318,0,0,0,0,0 +403319,0,0,0,0,0 +403320,0,0,0,0,0 +403321,0,0,0,0,0 +403322,0,0,0,0,0 +403323,0,0,0,0,0 +403324,0,0,0,0,0 +403325,0,0,0,0,0 +403326,0,0,0,0,0 +403327,0,0,0,0,0 +403328,0,0,0,0,0 +403329,0,0,0,0,0 +403330,0,0,0,0,0 +403331,0,0,0,0,0 +403332,0,0,0,0,0 +403333,0,0,0,0,0 +403334,0,0,0,0,0 +403335,0,0,0,0,0 +403336,0,0,0,0,0 +403337,0,0,0,0,0 +403338,0,0,0,0,0 +403339,0,0,0,0,0 +403340,0,0,0,0,0 +403341,0,0,0,0,0 +403342,0,0,0,0,0 +403343,0,0,0,0,0 +403344,0,0,0,0,0 +403345,0,0,0,0,0 +403346,0,0,0,0,0 +403347,0,0,0,0,0 +403348,0,0,0,0,0 +403349,0,0,0,0,0 +403350,0,0,0,0,0 +403351,0,0,0,0,0 +403352,0,0,0,0,0 +403353,0,0,0,0,0 +403354,0,0,0,0,0 +403355,0,0,0,0,0 +403356,0,0,0,0,0 +403357,0,0,0,0,0 +403358,0,0,0,0,0 +403359,0,0,0,0,0 +403360,0,0,0,0,0 +403361,0,0,0,0,0 +403362,0,0,0,0,0 +403363,0,0,0,0,0 +403364,0,0,0,0,0 +403365,0,0,0,0,0 +403366,0,0,0,0,0 +403367,0,0,0,0,0 +403368,0,0,0,0,0 +403369,0,0,0,0,0 +403370,0,0,0,0,0 +403371,0,0,0,0,0 +403372,0,0,0,0,0 +403373,0,0,0,0,0 +403374,0,0,0,0,0 +403375,0,0,0,0,0 +403376,0,0,0,0,0 +403377,0,0,0,0,0 +403378,0,0,0,0,0 +403379,0,0,0,0,0 +403380,0,0,0,0,0 +403381,0,0,0,0,0 +403382,0,0,0,0,0 +403383,0,0,0,0,0 +403384,0,0,0,0,0 +403385,0,0,0,0,0 +403386,0,0,0,0,0 +403387,0,0,0,0,0 +403388,0,0,0,0,0 +403389,0,0,0,0,0 +403390,0,0,0,0,0 +403391,0,0,0,0,0 +403392,0,0,0,0,0 +403393,0,0,0,0,0 +403394,0,0,0,0,0 +403395,0,0,0,0,0 +403396,0,0,0,0,0 +403397,0,0,0,0,0 +403398,0,0,0,0,0 +403399,0,0,0,0,0 +403400,0,0,0,0,0 +403401,0,0,0,0,0 +403402,0,0,0,0,0 +403403,0,0,0,0,0 +403404,0,0,0,0,0 +403405,0,0,0,0,0 +403406,0,0,0,0,0 +403407,0,0,0,0,0 +403408,0,0,0,0,0 +403409,0,0,0,0,0 +403410,0,0,0,0,0 +403411,0,0,0,0,0 +403412,0,0,0,0,0 +403413,0,0,0,0,0 +403414,0,0,0,0,0 +403415,0,0,0,0,0 +403416,0,0,0,0,0 +403417,0,0,0,0,0 +403418,0,0,0,0,0 +403419,0,0,0,0,0 +403420,0,0,0,0,0 +403421,0,0,0,0,0 +403422,0,0,0,0,0 +403423,0,0,0,0,0 +403424,0,0,0,0,0 +403425,0,0,0,0,0 +403426,0,0,0,0,0 +403427,0,0,0,0,0 +403428,0,0,0,0,0 +403429,0,0,0,0,0 +403430,0,0,0,0,0 +403431,0,0,0,0,0 +403432,0,0,0,0,0 +403433,0,0,0,0,0 +403434,0,0,0,0,0 +403435,0,0,0,0,0 +403436,0,0,0,0,0 +403437,0,0,0,0,0 +403438,0,0,0,0,0 +403439,0,0,0,0,0 +403440,0,0,0,0,0 +403441,0,0,0,0,0 +403442,0,0,0,0,0 +403443,0,0,0,0,0 +403444,0,0,0,0,0 +403445,0,0,0,0,0 +403446,0,0,0,0,0 +403447,0,0,0,0,0 +403448,0,0,0,0,0 +403449,0,0,0,0,0 +403450,0,0,0,0,0 +403451,0,0,0,0,0 +403452,0,0,0,0,0 +403453,0,0,0,0,0 +403454,0,0,0,0,0 +403455,0,0,0,0,0 +403456,0,0,0,0,0 +403457,0,0,0,0,0 +403458,0,0,0,0,0 +403459,0,0,0,0,0 +403460,0,0,0,0,0 +403461,0,0,0,0,0 +403462,0,0,0,0,0 +403463,0,0,0,0,0 +403464,0,0,0,0,0 +403465,0,0,0,0,0 +403466,0,0,0,0,0 +403467,0,0,0,0,0 +403468,0,0,0,0,0 +403469,0,0,0,0,0 +403470,0,0,0,0,0 +403471,0,0,0,0,0 +403472,0,0,0,0,0 +403473,0,0,0,0,0 +403474,0,0,0,0,0 +403475,0,0,0,0,0 +403476,0,0,0,0,0 +403477,0,0,0,0,0 +403478,0,0,0,0,0 +403479,0,0,0,0,0 +403480,0,0,0,0,0 +403481,0,0,0,0,0 +403482,0,0,0,0,0 +403483,0,0,0,0,0 +403484,0,0,0,0,0 +403485,0,0,0,0,0 +403486,0,0,0,0,0 +403487,0,0,0,0,0 +403488,0,0,0,0,0 +403489,0,0,0,0,0 +403490,0,0,0,0,0 +403491,0,0,0,0,0 +403492,0,0,0,0,0 +403493,0,0,0,0,0 +403494,0,0,0,0,0 +403495,0,0,0,0,0 +403496,0,0,0,0,0 +403497,0,0,0,0,0 +403498,0,0,0,0,0 +403499,0,0,0,0,0 +403500,0,0,0,0,0 +403501,0,0,0,0,0 +403502,0,0,0,0,0 +403503,0,0,0,0,0 +403504,0,0,0,0,0 +403505,0,0,0,0,0 +403506,0,0,0,0,0 +403507,0,0,0,0,0 +403508,0,0,0,0,0 +403509,0,0,0,0,0 +403510,0,0,0,0,0 +403511,0,0,0,0,0 +403512,0,0,0,0,0 +403513,0,0,0,0,0 +403514,0,0,0,0,0 +403515,0,0,0,0,0 +403516,0,0,0,0,0 +403517,0,0,0,0,0 +403518,0,0,0,0,0 +403519,0,0,0,0,0 +403520,0,0,0,0,0 +403521,0,0,0,0,0 +403522,0,0,0,0,0 +403523,0,0,0,0,0 +403524,0,0,0,0,0 +403525,0,0,0,0,0 +403526,0,0,0,0,0 +403527,0,0,0,0,0 +403528,0,0,0,0,0 +403529,0,0,0,0,0 +403530,0,0,0,0,0 +403531,0,0,0,0,0 +403532,0,0,0,0,0 +403533,0,0,0,0,0 +403534,0,0,0,0,0 +403535,0,0,0,0,0 +403536,0,0,0,0,0 +403537,0,0,0,0,0 +403538,0,0,0,0,0 +403539,0,0,0,0,0 +403540,0,0,0,0,0 +403541,0,0,0,0,0 +403542,0,0,0,0,0 +403543,0,0,0,0,0 +403544,0,0,0,0,0 +403545,0,0,0,0,0 +403546,0,0,0,0,0 +403547,0,0,0,0,0 +403548,0,0,0,0,0 +403549,0,0,0,0,0 +403550,0,0,0,0,0 +403551,0,0,0,0,0 +403552,0,0,0,0,0 +403553,0,0,0,0,0 +403554,0,0,0,0,0 +403555,0,0,0,0,0 +403556,0,0,0,0,0 +403557,0,0,0,0,0 +403558,0,0,0,0,0 +403559,0,0,0,0,0 +403560,0,0,0,0,0 +403561,0,0,0,0,0 +403562,0,0,0,0,0 +403563,0,0,0,0,0 +403564,0,0,0,0,0 +403565,0,0,0,0,0 +403566,0,0,0,0,0 +403567,0,0,0,0,0 +403568,0,0,0,0,0 +403569,0,0,0,0,0 +403570,0,0,0,0,0 +403571,0,0,0,0,0 +403572,0,0,0,0,0 +403573,0,0,0,0,0 +403574,0,0,0,0,0 +403575,0,0,0,0,0 +403576,0,0,0,0,0 +403577,0,0,0,0,0 +403578,0,0,0,0,0 +403579,0,0,0,0,0 +403580,0,0,0,0,0 +403581,0,0,0,0,0 +403582,0,0,0,0,0 +403583,0,0,0,0,0 +403584,0,0,0,0,0 +403585,0,0,0,0,0 +403586,0,0,0,0,0 +403587,0,0,0,0,0 +403588,0,0,0,0,0 +403589,0,0,0,0,0 +403590,0,0,0,0,0 +403591,0,0,0,0,0 +403592,0,0,0,0,0 +403593,0,0,0,0,0 +403594,0,0,0,0,0 +403595,0,0,0,0,0 +403596,0,0,0,0,0 +403597,0,0,0,0,0 +403598,0,0,0,0,0 +403599,0,0,0,0,0 +403600,0,0,0,0,0 +403601,0,0,0,0,0 +403602,0,0,0,0,0 +403603,0,0,0,0,0 +403604,0,0,0,0,0 +403605,0,0,0,0,0 +403606,0,0,0,0,0 +403607,0,0,0,0,0 +403608,0,0,0,0,0 +403609,0,0,0,0,0 +403610,0,0,0,0,0 +403611,0,0,0,0,0 +403612,0,0,0,0,0 +403613,0,0,0,0,0 +403614,0,0,0,0,0 +403615,0,0,0,0,0 +403616,0,0,0,0,0 +403617,0,0,0,0,0 +403618,0,0,0,0,0 +403619,0,0,0,0,0 +403620,0,0,0,0,0 +403621,0,0,0,0,0 +403622,0,0,0,0,0 +403623,0,0,0,0,0 +403624,0,0,0,0,0 +403625,0,0,0,0,0 +403626,0,0,0,0,0 +403627,0,0,0,0,0 +403628,0,0,0,0,0 +403629,0,0,0,0,0 +403630,0,0,0,0,0 +403631,0,0,0,0,0 +403632,0,0,0,0,0 +403633,0,0,0,0,0 +403634,0,0,0,0,0 +403635,0,0,0,0,0 +403636,0,0,0,0,0 +403637,0,0,0,0,0 +403638,0,0,0,0,0 +403639,0,0,0,0,0 +403640,0,99.48804999,0,0,0 +403641,0,197.7402909,0,0,0 +403642,0,147.4347327,0,0,0 +403643,0,191.1770227,0,0,0 +403644,0,209.89133,0,0,0 +403645,0,228.8383577,0,0,0 +403646,0,247.2976755,0,0,0 +403647,0,266.0615973,0,0,0 +403648,0,284.5253442,0,0,0 +403649,0,302.9739027,0,0,0 +403650,0,321.299545,0,0,0 +403651,0,337.0004439,0,0,0 +403652,0,352.6896,0,0,0 +403653,0,367.6555128,0,0,0 +403654,0,382.3868227,0,0,0 +403655,0,392.1814522,0,0,0 +403656,0,405.8765509,0,0,0 +403657,0,420.009984,0,0,0 +403658,0,433.7959714,0,0,0 +403659,0,448.450202,0,0,0 +403660,0,461.6343241,0,0,0 +403661,0,475.6084604,0,0,0 +403662,0,489.1840159,0,0,0 +403663,0,502.6167996,0,0,0 +403664,0,516.0070562,0,0,0 +403665,0,528.6426626,0,0,0 +403666,0,542.2460765,0,0,0 +403667,0,555.0411192,0,0,0 +403668,0,568.0178932,0,0,0 +403669,0,580.9327505,0,0,0 +403670,0,593.6776888,0,0,0 +403671,0,606.3663106,0,0,0 +403672,0,618.9228423,0,0,0 +403673,0,637.4824833,0,0,0 +403674,0,654.2438057,0,0,0 +403675,0,670.900339,0,0,0 +403676,0,687.4350653,0,0,0 +403677,0,703.8517786,0,0,0 +403678,0,720.1077911,0,0,0 +403679,0,736.3659451,0,0,0 +403680,0,742.7004169,0,0,0 +403681,0,757.1897072,0,0,0 +403682,0,771.8164031,0,0,0 +403683,0,787.7590621,0,0,0 +403684,0,802.5989636,0,0,0 +403685,0,817.960539,0,0,0 +403686,0,833.0451346,0,0,0 +403687,0,848.2963363,0,0,0 +403688,0,863.192098,0,0,0 +403689,0,878.3129636,0,0,0 +403690,0,893.2064135,0,0,0 +403691,0,908.0906945,0,0,0 +403692,0,922.8416499,0,0,0 +403693,0,937.7351551,0,0,0 +403694,0,952.2251044,0,0,0 +403695,0,966.922159,0,0,0 +403696,0,981.5720804,0,0,0 +403697,0,995.8653791,0,0,0 +403698,0,1010.43602,0,0,0 +403699,0,1024.73033,0,0,0 +403700,0,1039.027546,0,0,0 +403701,0,1053.183603,0,0,0 +403702,0,1067.504557,0,0,0 +403703,0,1081.372373,0,0,0 +403704,0,1095.562222,0,0,0 +403705,0,1109.455459,0,0,0 +403706,0,1124.246695,0,0,0 +403707,0,1145.724331,0,0,0 +403708,0,1148.165279,0,0,0 +403709,0,1155.672441,0,0,0 +403710,0,1184.585048,0,0,0 +403711,0,1189.104795,0,0,0 +403712,0,1203.357147,0,0,0 +403713,0,1215.481511,0,0,0 +403714,0,1227.619063,0,0,0 +403715,0,1239.536116,0,0,0 +403716,0,1251.415754,0,0,0 +403717,0,1262.8775,0,0,0 +403718,0,1274.594781,0,0,0 +403719,0,1286.007313,0,0,0 +403720,0,1297.194286,0,0,0 +403721,0,1308.421349,0,0,0 +403722,0,1319.459876,0,0,0 +403723,0,1330.399576,0,0,0 +403724,0,1341.304981,0,0,0 +403725,0,1351.813748,0,0,0 +403726,0,1362.610514,0,0,0 +403727,0,1373.113118,0,0,0 +403728,0,1383.398709,0,0,0 +403729,0,1393.75016,0,0,0 +403730,0,1403.918692,0,0,0 +403731,0,1414.005789,0,0,0 +403732,0,1423.988429,0,0,0 +403733,0,1433.959086,0,0,0 +403734,0,1443.608896,0,0,0 +403735,0,1453.270329,0,0,0 +403736,0,1462.980361,0,0,0 +403737,0,1472.491538,0,0,0 +403738,0,1481.768508,0,0,0 +403739,0,1491.135908,0,0,0 +403740,0,1500.326677,0,0,0 +403741,0,1509.42205,0,0,0 +403742,0,1518.42906,0,0,0 +403743,0,1527.338986,0,0,0 +403744,0,1536.157178,0,0,0 +403745,0,1544.98026,0,0,0 +403746,0,1559.134306,0,0,0 +403747,0,1560.264564,0,0,0 +403748,0,1585.737945,0,0,0 +403749,0,1558.529466,0,0,0 +403750,0,1592.322246,0,0,0 +403751,0,1596.250752,0,0,0 +403752,0,1602.418915,0,0,0 +403753,0,1611.377818,0,0,0 +403754,0,1619.39797,0,0,0 +403755,0,1627.073501,0,0,0 +403756,0,1634.786441,0,0,0 +403757,0,1642.573634,0,0,0 +403758,0,1650.164132,0,0,0 +403759,0,1657.50533,0,0,0 +403760,0,1664.974485,0,0,0 +403761,0,1672.263345,0,0,0 +403762,0,1679.484712,0,0,0 +403763,0,1686.719371,0,0,0 +403764,0,1693.619505,0,0,0 +403765,0,1700.661205,0,0,0 +403766,0,1707.423297,0,0,0 +403767,0,1714.486757,0,0,0 +403768,0,1726.110274,0,0,0 +403769,0,1724.602594,0,0,0 +403770,0,1754.122256,0,0,0 +403771,0,1709.709918,0,0,0 +403772,0,1762.452261,0,0,0 +403773,0,1748.940199,0,0,0 +403774,0,1758.560395,0,0,0 +403775,0,1764.437451,0,0,0 +403776,0,1770.282274,0,0,0 +403777,0,1775.770112,0,0,0 +403778,0,1781.306083,0,0,0 +403779,0,1786.920342,0,0,0 +403780,0,1792.220635,0,0,0 +403781,0,1797.529259,0,0,0 +403782,0,1802.843314,0,0,0 +403783,0,1813.771435,0,0,0 +403784,0,1804.275531,0,0,0 +403785,0,1821.959119,0,0,0 +403786,0,1821.806258,0,0,0 +403787,0,1827.51195,0,0,0 +403788,0,1832.06618,0,0,0 +403789,0,1836.742638,0,0,0 +403790,0,1841.240349,0,0,0 +403791,0,1845.670566,0,0,0 +403792,0,1850.018346,0,0,0 +403793,0,1854.39633,0,0,0 +403794,0,1864.695248,0,0,0 +403795,0,1853.428036,0,0,0 +403796,0,1871.001062,0,0,0 +403797,0,1869.581352,0,0,0 +403798,0,1874.328428,0,0,0 +403799,0,1878.137888,0,0,0 +403800,0,1881.82521,0,0,0 +403801,0,1885.176915,0,0,0 +403802,0,1890.763877,0,0,0 +403803,0,1889.133917,0,0,0 +403804,0,1908.997352,0,0,0 +403805,0,1875.705245,0,0,0 +403806,0,1917.810669,0,0,0 +403807,0,1897.839409,0,0,0 +403808,0,1899.100226,23.79711311,0,0 +403809,64.41324473,1923.468325,100.172452,0,0 +403810,127.2408667,1908.46315,58.57388862,0,0 +403811,91.17644492,1898.50809,81.08882427,0,0 +403812,117.8243298,1931.025175,87.88108852,0,0 +403813,127.4124886,1905.540945,94.84616776,0,0 +403814,137.6149406,1930.023997,101.7274106,0,0 +403815,147.0925755,1923.414242,108.4217637,0,0 +403816,156.8702977,1922.030045,115.3263366,0,0 +403817,166.2020115,1917.467703,121.9119353,0,0 +403818,175.6508279,1955.455332,128.4701499,0,0 +403819,185.1414174,1915.900489,135.3383755,0,0 +403820,194.0613061,1939.34962,141.7162143,0,0 +403821,203.420425,1919.998253,148.136827,0,0 +403822,212.5295333,1955.347717,155.0218186,0,0 +403823,221.2141221,1906.123939,161.0211651,0,0 +403824,231.0127969,1973.184837,167.5753148,0,0 +403825,239.0423851,1901.872997,173.8763307,0,0 +403826,248.375502,1977.168281,180.3345064,0,0 +403827,256.6606408,1904.167479,186.5000762,0,0 +403828,265.4851447,1978.858832,192.7090348,0,0 +403829,273.999159,1906.289352,199.0318318,0,0 +403830,282.7218513,1980.38273,205.2558411,0,0 +403831,290.6590549,1909.860782,210.7041962,0,0 +403832,299.151189,1977.483533,216.9358417,0,0 +403833,306.9168818,1916.310695,222.6772583,0,0 +403834,315.2641233,1970.836094,228.3739847,0,0 +403835,323.0866327,1925.442971,234.2046415,0,0 +403836,331.1422265,1960.521516,239.8144535,15.78177866,0 +403837,338.8283188,1938.36841,245.5727687,40.92633242,0 +403838,346.7709923,1930.365975,251.4007704,34.09740426,0 +403839,354.3430222,1965.795003,256.6359681,39.87656962,0 +403840,362.0662382,1917.515192,262.3476666,44.76176741,0 +403841,369.6480813,1965.595054,267.9310974,48.65666582,0 +403842,377.2807136,1913.640175,273.3549553,52.26451929,0 +403843,384.4232094,1967.451418,278.9639792,56.10133355,0 +403844,392.4163081,1904.552613,284.2896306,59.58821401,0 +403845,399.5629284,1972.812753,289.8371029,63.34017048,0 +403846,407.0224762,1898.259643,295.1829888,66.77447069,0 +403847,414.312956,1970.996888,300.6105867,70.38254998,0 +403848,421.658243,1916.267414,305.934834,73.71197211,0 +403849,428.7706498,1933.866662,311.3086958,77.30862488,0 +403850,436.1018678,1923.098063,316.5518083,80.52275516,0 +403851,443.0096569,1919.568137,321.9634306,84.11601473,0 +403852,450.4013183,1945.699986,327.0834086,87.16940531,0 +403853,457.1729921,1917.193596,332.2819217,90.68399098,0 +403854,464.3859238,1900.290908,337.7014192,93.80311411,0 +403855,471.1274054,1949.993202,342.749162,97.12992036,0 +403856,478.0704092,1882.804926,347.9220601,100.2302089,0 +403857,485.0792307,1938.178752,353.184668,103.4210365,0 +403858,491.7944465,1898.398914,358.653768,106.5775237,0 +403859,498.5773264,1903.331753,363.0646814,109.7143026,0 +403860,505.4693709,1910.895295,368.7127657,112.7313335,0 +403861,512.5799432,1919.665605,373.7850316,115.946029,0 +403862,519.3762433,1867.462344,379.1491154,119.0736175,0 +403863,526.3788851,1921.126437,384.5596683,122.1560776,0 +403864,532.7968553,1875.577691,389.4689189,125.2310885,0 +403865,540.2702153,1917.018289,395.0251469,128.1927878,0 +403866,546.4566247,1856.482708,400.1989028,131.350269,0 +403867,553.6371848,1914.331123,405.1261986,134.3790253,0 +403868,560.1601555,1850.00619,410.6291454,137.1364188,0 +403869,566.8109129,1894.743046,415.7038324,140.3215153,0 +403870,573.533903,1875.369364,420.6963825,143.172361,0 +403871,580.1489346,1852.544442,426.0067095,146.1137963,0 +403872,586.4677472,1873.775157,431.1440589,148.9048233,0 +403873,593.3056372,1866.300377,436.0913378,151.7973117,0 +403874,599.7125905,1845.999516,441.2507939,154.9287752,0 +403875,605.9713447,1864.276141,446.4917101,157.4287182,0 +403876,612.6494901,1838.567587,451.2358008,160.4650428,0 +403877,619.0222638,1848.666387,456.506671,163.2720045,0 +403878,625.188247,1838.98266,461.5458337,165.854049,0 +403879,631.6979047,1835.430972,466.3594348,168.9098634,0 +403880,637.9555283,1830.881024,471.5917826,171.6033316,0 +403881,644.13815,1826.214427,476.2639192,174.2652927,0 +403882,650.4316678,1821.345435,481.5905856,177.1077088,0 +403883,656.4302225,1839.226512,486.2323326,179.9632206,0 +403884,662.8506242,1778.637763,491.412119,182.2493891,0 +403885,668.8028482,1823.104148,496.1984838,185.3320662,0 +403886,674.9644242,1797.626715,502.59825,187.9074781,0 +403887,680.966368,1796.402733,507.3540495,190.4865122,0 +403888,687.1440932,1790.993105,512.6407692,193.2453245,0 +403889,692.9181836,1785.647159,517.0122982,195.897646,0 +403890,699.2276197,1780.19612,512.587813,198.4162065,0 +403891,705.2429254,1774.624239,531.0870369,201.1866183,0 +403892,711.4197263,1768.555802,530.0772676,204.233651,0 +403893,717.4583899,1762.902764,536.7508342,206.9511897,0 +403894,723.6285438,1756.826258,542.1926917,209.801737,0 +403895,729.7050752,1750.773263,547.5340055,212.6230023,0 +403896,735.6071018,1744.619869,552.9196763,215.4414116,0 +403897,741.7597626,1738.271062,558.2450322,218.4033976,0 +403898,747.6981368,1755.190079,563.768399,220.9783351,0 +403899,753.679968,1691.925804,568.9536685,223.8989433,0 +403900,759.5683357,1735.804913,574.4727049,226.5154649,0 +403901,765.64663,1708.806807,579.79246,229.5502729,0 +403902,771.4096085,1705.989964,585.1641,232.2157462,0 +403903,777.3462785,1699.357988,590.4692207,235.0255305,0 +403904,782.9837734,1692.44953,595.92117,237.8007431,0 +403905,788.9445648,1685.692426,601.2251119,240.5703075,0 +403906,794.8658594,1678.667374,606.5826434,243.3335415,0 +403907,800.4640571,1671.847739,611.9203466,246.0904434,0 +403908,806.3297119,1664.740981,617.1921156,248.8409082,0 +403909,812.0746548,1657.660069,622.6791055,251.5849088,0 +403910,817.677068,1650.501821,627.7795101,254.3223225,0 +403911,823.5147197,1643.175088,633.2559046,257.0531278,0 +403912,829.2188415,1636.046517,638.4919753,259.6014443,0 +403913,834.6675728,1628.741144,643.7996792,262.5934934,0 +403914,840.4886627,1621.215475,649.0810518,265.1656446,0 +403915,845.9027439,1613.737819,654.3562767,267.9028826,0 +403916,851.6823398,1606.365256,659.5552477,270.5995523,0 +403917,857.0552959,1598.740969,664.917961,273.2904825,0 +403918,862.789194,1591.152252,670.1796787,275.9741758,0 +403919,868.0498252,1583.39653,676.0801815,278.6510342,0 +403920,873.8456587,1575.836871,685.9820638,281.3208861,0 +403921,878.6199591,1591.25753,676.9895972,283.6997513,0 +403922,883.4237085,1525.492127,692.2234967,286.0972697,0 +403923,888.2548906,1568.824935,694.0728601,288.4921235,0 +403924,892.8796126,1539.742582,698.3566942,290.8793715,0 +403925,897.8507637,1535.538615,703.0971869,293.2576728,0 +403926,903.2000686,1527.300926,707.5067192,295.6265339,0 +403927,908.4662126,1519.08567,712.0860085,297.9861984,0 +403928,913.8264565,1510.820908,716.4745293,300.3364735,0 +403929,919.1891014,1502.518079,720.9257509,302.6776528,0 +403930,924.5627471,1494.171829,725.3342524,304.808384,0 +403931,929.9455405,1485.797553,729.6582685,307.444194,0 +403932,935.3379822,1477.386034,734.1655876,309.5999707,0 +403933,940.7362746,1468.943318,738.4687369,312.1584251,0 +403934,950.2871252,1464.626922,737.9352445,312.0287634,0 +403935,956.3568808,1457.118391,741.4569656,314.128259,0 +403936,962.1595474,1449.000145,747.264257,316.222099,0 +403937,967.9976384,1440.65411,751.4528897,318.4126549,0 +403938,973.8805331,1432.425367,755.3838922,320.6465306,0 +403939,979.7270585,1423.971666,750.2195505,322.8370381,0 +403940,985.5828867,1415.718461,767.0095457,325.0834633,0 +403941,991.3754364,1407.233481,765.3265805,327.3354568,0 +403942,997.2094672,1398.886919,770.7871607,329.5365375,0 +403943,1003.126348,1390.192006,775.1594418,331.7905875,0 +403944,1008.835207,1381.884768,779.3856136,334.0241007,0 +403945,1014.905432,1373.288674,789.7520443,336.2845614,0 +403946,1020.648245,1364.765641,778.6744028,338.4876184,0 +403947,1026.631811,1356.122127,796.8505379,340.7425072,0 +403948,1032.53864,1347.772346,795.4940106,342.9989985,0 +403949,1038.451406,1339.011621,800.8518278,345.1992644,0 +403950,1044.373987,1330.416387,810.2488171,347.4525232,0 +403951,1049.791586,1321.678959,800.6086206,349.2907088,0 +403952,1057.999359,1312.705793,815.62416,351.0761344,0 +403953,1060.297051,1303.762507,813.7564553,352.7581127,0 +403954,1070.675487,1294.76896,819.1882048,354.4629832,0 +403955,1068.746053,1285.749161,822.4643817,356.1178987,0 +403956,1086.107097,1276.619757,823.4913302,357.7514863,0 +403957,1072.856984,1267.660286,822.2679616,359.3617283,0 +403958,1083.854334,1258.592913,832.1680231,360.973677,0 +403959,1097.142538,1249.298209,831.3935008,362.5024216,0 +403960,1096.848059,1240.338052,836.4043851,364.0658612,0 +403961,1103.719846,1231.129224,838.2425308,365.5865222,0 +403962,1108.979466,1221.906953,845.1381251,367.0912807,0 +403963,1114.409599,1212.935129,832.4290695,368.3266782,0 +403964,1119.763607,1203.596424,860.7879279,370.2031384,0 +403965,1125.135795,1194.407812,832.0260087,371.4205489,0 +403966,1130.598745,1185.330542,867.1551089,372.9155523,0 +403967,1135.755233,1176.097526,846.4424332,374.3238349,0 +403968,1141.346738,1166.930065,858.2252814,375.7203051,0 +403969,1146.659301,1157.686809,858.2284964,377.0995846,0 +403970,1152.076075,1167.396409,860.8907503,378.4883604,0 +403971,1157.578616,1111.83906,863.2405935,379.7946655,0 +403972,1162.859384,1159.45012,865.4959597,381.144766,0 +403973,1168.362017,1095.329389,867.8194411,382.4545558,0 +403974,1173.792871,1124.180418,870.0381019,383.7543618,0 +403975,1179.250247,1099.139958,872.3743407,385.0373522,0 +403976,1184.628542,1094.437219,874.4337697,386.3054432,0 +403977,1186.525553,1083.832055,881.8681572,389.9237144,0 +403978,1191.183142,1074.965639,885.227999,391.4954644,0 +403979,1196.572885,1065.830313,887.8220244,392.9884521,0 +403980,1201.962916,1057.062937,890.2033375,394.4029197,0 +403981,0,0,0,0,0 +403982,0,0,0,0,0 +403983,0,0,0,0,0 +403984,0,0,0,0,0 +403985,0,0,0,0,0 +403986,0,0,0,0,0 +403987,0,0,0,0,0 +403988,0,0,0,0,0 +403989,0,0,0,0,0 +403990,0,0,0,0,0 +403991,0,0,0,0,0 +403992,0,0,0,0,0 +403993,0,0,0,0,0 +403994,0,0,0,0,0 +403995,0,0,0,0,0 +403996,0,0,0,0,0 +403997,0,0,0,0,0 +403998,0,0,0,0,0 +403999,0,0,0,0,0 +404000,0,0,0,0,0 +404001,0,0,0,0,0 +404002,0,0,0,0,0 +404003,0,0,0,0,0 +404004,0,0,0,0,0 +404005,0,0,0,0,0 +404006,0,0,0,0,0 +404007,0,0,0,0,0 +404008,0,0,0,0,0 +404009,0,0,0,0,0 +404010,0,0,0,0,0 +404011,0,0,0,0,0 +404012,0,0,0,0,0 +404013,0,0,0,0,0 +404014,0,0,0,0,0 +404015,0,0,0,0,0 +404016,0,0,0,0,0 +404017,0,0,0,0,0 +404018,0,0,0,0,0 +404019,0,0,0,0,0 +404020,0,0,0,0,0 +404021,0,0,0,0,0 +404022,0,0,0,0,0 +404023,0,0,0,0,0 +404024,0,0,0,0,0 +404025,0,0,0,0,0 +404026,0,0,0,0,0 +404027,0,0,0,0,0 +404028,0,0,0,0,0 +404029,0,0,0,0,0 +404030,0,0,0,0,0 +404031,0,0,0,0,0 +404032,0,0,0,0,0 +404033,0,0,0,0,0 +404034,0,0,0,0,0 +404035,0,0,0,0,0 +404036,0,0,0,0,0 +404037,0,0,0,0,0 +404038,0,0,0,0,0 +404039,0,0,0,0,0 +404040,0,0,0,0,0 +404041,0,0,0,0,0 +404042,0,0,0,0,0 +404043,0,0,0,0,0 +404044,0,0,0,0,0 +404045,0,0,0,0,0 +404046,0,0,0,0,0 +404047,0,0,0,0,0 +404048,0,0,0,0,0 +404049,0,0,0,0,0 +404050,0,0,0,0,0 +404051,0,0,0,0,0 +404052,0,0,0,0,0 +404053,0,0,0,0,0 +404054,0,0,0,0,0 +404055,0,0,0,0,0 +404056,0,0,0,0,0 +404057,0,0,0,0,0 +404058,0,0,0,0,0 +404059,0,0,0,0,0 +404060,0,0,0,0,0 +404061,0,0,0,0,0 +404062,0,0,0,0,0 +404063,0,0,0,0,0 +404064,0,0,0,0,0 +404065,0,0,0,0,0 +404066,0,0,0,0,0 +404067,0,0,0,0,0 +404068,0,0,0,0,0 +404069,0,0,0,0,0 +404070,0,0,0,0,0 +404071,0,0,0,0,0 +404072,0,0,0,0,0 +404073,0,0,0,0,0 +404074,0,0,0,0,0 +404075,0,0,0,0,0 +404076,0,0,0,0,0 +404077,0,0,0,0,0 +404078,0,0,0,0,0 +404079,0,0,0,0,0 +404080,0,0,0,0,0 +404081,0,0,0,0,0 +404082,0,0,0,0,0 +404083,0,0,0,0,0 +404084,0,0,0,0,0 +404085,0,0,0,0,0 +404086,0,0,0,0,0 +404087,0,0,0,0,0 +404088,0,0,0,0,0 +404089,0,0,0,0,0 +404090,0,0,0,0,0 +404091,0,0,0,0,0 +404092,0,0,0,0,0 +404093,0,0,0,0,0 +404094,0,0,0,0,0 +404095,0,0,0,0,0 +404096,0,0,0,0,0 +404097,0,0,0,0,0 +404098,0,0,0,0,0 +404099,0,0,0,0,0 +404100,0,0,0,0,0 +404101,0,0,0,0,0 +404102,0,0,0,0,0 +404103,0,0,0,0,0 +404104,0,0,0,0,0 +404105,0,0,0,0,0 +404106,0,0,0,0,0 +404107,0,0,0,0,0 +404108,0,0,0,0,0 +404109,0,0,0,0,0 +404110,0,0,0,0,0 +404111,0,0,0,0,0 +404112,0,0,0,0,0 +404113,0,0,0,0,0 +404114,0,0,0,0,0 +404115,0,0,0,0,0 +404116,0,0,0,0,0 +404117,0,0,0,0,0 +404118,0,0,0,0,0 +404119,0,0,0,0,0 +404120,0,0,0,0,0 +404121,0,0,0,0,0 +404122,0,0,0,0,0 +404123,0,0,0,0,0 +404124,0,0,0,0,0 +404125,0,0,0,0,0 +404126,0,0,0,0,0 +404127,0,0,0,0,0 +404128,0,0,0,0,0 +404129,0,0,0,0,0 +404130,0,0,0,0,0 +404131,0,0,0,0,0 +404132,0,0,0,0,0 +404133,0,0,0,0,0 +404134,0,0,0,0,0 +404135,0,0,0,0,0 +404136,0,0,0,0,0 +404137,0,0,0,0,0 +404138,0,0,0,0,0 +404139,0,0,0,0,0 +404140,0,0,0,0,0 +404141,0,0,0,0,0 +404142,0,0,0,0,0 +404143,0,0,0,0,0 +404144,0,0,0,0,0 +404145,0,0,0,0,0 +404146,0,0,0,0,0 +404147,0,0,0,0,0 +404148,0,0,0,0,0 +404149,0,0,0,0,0 +404150,0,0,0,0,0 +404151,0,0,0,0,0 +404152,0,0,0,0,0 +404153,0,0,0,0,0 +404154,0,0,0,0,0 +404155,0,0,0,0,0 +404156,0,0,0,0,0 +404157,0,0,0,0,0 +404158,0,0,0,0,0 +404159,0,0,0,0,0 +404160,0,0,0,0,0 +404161,0,0,0,0,0 +404162,0,0,0,0,0 +404163,0,0,0,0,0 +404164,0,0,0,0,0 +404165,0,0,0,0,0 +404166,0,0,0,0,0 +404167,0,0,0,0,0 +404168,0,0,0,0,0 +404169,0,0,0,0,0 +404170,0,0,0,0,0 +404171,0,0,0,0,0 +404172,0,0,0,0,0 +404173,0,0,0,0,0 +404174,0,0,0,0,0 +404175,0,0,0,0,0 +404176,0,0,0,0,0 +404177,0,0,0,0,0 +404178,0,0,0,0,0 +404179,0,0,0,0,0 +404180,0,0,0,0,0 +404181,0,0,0,0,0 +404182,0,0,0,0,0 +404183,0,0,0,0,0 +404184,0,0,0,0,0 +404185,0,0,0,0,0 +404186,0,0,0,0,0 +404187,0,0,0,0,0 +404188,0,0,0,0,0 +404189,0,0,0,0,0 +404190,0,0,0,0,0 +404191,0,0,0,0,0 +404192,0,0,0,0,0 +404193,0,0,0,0,0 +404194,0,0,0,0,0 +404195,0,0,0,0,0 +404196,0,0,0,0,0 +404197,0,0,0,0,0 +404198,0,0,0,0,0 +404199,0,0,0,0,0 +404200,0,0,0,0,0 +404201,0,0,0,0,0 +404202,0,0,0,0,0 +404203,0,0,0,0,0 +404204,0,0,0,0,0 +404205,0,0,0,0,0 +404206,0,0,0,0,0 +404207,0,0,0,0,0 +404208,0,0,0,0,0 +404209,0,0,0,0,0 +404210,0,0,0,0,0 +404211,0,0,0,0,0 +404212,0,0,0,0,0 +404213,0,0,0,0,0 +404214,0,0,0,0,0 +404215,0,0,0,0,0 +404216,0,0,0,0,0 +404217,0,0,0,0,0 +404218,0,0,0,0,0 +404219,0,0,0,0,0 +404220,0,0,0,0,0 +404221,0,0,0,0,0 +404222,0,0,0,0,0 +404223,0,0,0,0,0 +404224,0,0,0,0,0 +404225,0,0,0,0,0 +404226,0,0,0,0,0 +404227,0,0,0,0,0 +404228,0,0,0,0,0 +404229,0,0,0,0,0 +404230,0,0,0,0,0 +404231,0,0,0,0,0 +404232,0,0,0,0,0 +404233,0,0,0,0,0 +404234,0,0,0,0,0 +404235,0,0,0,0,0 +404236,0,0,0,0,0 +404237,0,0,0,0,0 +404238,0,0,0,0,0 +404239,0,0,0,0,0 +404240,0,0,0,0,0 +404241,0,0,0,0,0 +404242,0,0,0,0,0 +404243,0,0,0,0,0 +404244,0,0,0,0,0 +404245,0,0,0,0,0 +404246,0,0,0,0,0 +404247,0,0,0,0,0 +404248,0,0,0,0,0 +404249,0,0,0,0,0 +404250,0,0,0,0,0 +404251,0,0,0,0,0 +404252,0,0,0,0,0 +404253,0,0,0,0,0 +404254,0,0,0,0,0 +404255,0,0,0,0,0 +404256,0,0,0,0,0 +404257,0,0,0,0,0 +404258,0,0,0,0,0 +404259,0,0,0,0,0 +404260,0,0,0,0,0 +404261,0,0,0,0,0 +404262,0,0,0,0,0 +404263,0,0,0,0,0 +404264,0,0,0,0,0 +404265,0,0,0,0,0 +404266,0,0,0,0,0 +404267,0,0,0,0,0 +404268,0,0,0,0,0 +404269,0,0,0,0,0 +404270,0,0,0,0,0 +404271,0,0,0,0,0 +404272,0,0,0,0,0 +404273,0,0,0,0,0 +404274,0,0,0,0,0 +404275,0,0,0,0,0 +404276,0,0,0,0,0 +404277,0,0,0,0,0 +404278,0,0,0,0,0 +404279,0,0,0,0,0 +404280,0,0,0,0,0 +404281,0,0,0,0,0 +404282,0,0,0,0,0 +404283,0,0,0,0,0 +404284,0,0,0,0,0 +404285,0,0,0,0,0 +404286,0,0,0,0,0 +404287,0,0,0,0,0 +404288,0,0,0,0,0 +404289,0,0,0,0,0 +404290,0,0,0,0,0 +404291,0,0,0,0,0 +404292,0,0,0,0,0 +404293,0,0,0,0,0 +404294,0,0,0,0,0 +404295,0,0,0,0,0 +404296,0,0,0,0,0 +404297,0,0,0,0,0 +404298,0,0,0,0,0 +404299,0,0,0,0,0 +404300,0,0,0,0,0 +404301,0,0,0,0,0 +404302,0,0,0,0,0 +404303,0,0,0,0,0 +404304,0,0,0,0,0 +404305,0,0,0,0,0 +404306,0,0,0,0,0 +404307,0,0,0,0,0 +404308,0,0,0,0,0 +404309,0,0,0,0,0 +404310,0,0,0,0,0 +404311,0,0,0,0,0 +404312,0,0,0,0,0 +404313,0,0,0,0,0 +404314,0,0,0,0,0 +404315,0,0,0,0,0 +404316,0,0,0,0,0 +404317,0,0,0,0,0 +404318,0,0,0,0,0 +404319,0,0,0,0,0 +404320,0,0,0,0,0 +404321,0,0,0,0,0 +404322,0,0,0,0,0 +404323,0,0,0,0,0 +404324,0,0,0,0,0 +404325,0,0,0,0,0 +404326,0,0,0,0,0 +404327,0,0,0,0,0 +404328,0,0,0,0,0 +404329,0,0,0,0,0 +404330,0,0,0,0,0 +404331,0,0,0,0,0 +404332,0,0,0,0,0 +404333,0,0,0,0,0 +404334,0,0,0,0,0 +404335,0,0,0,0,0 +404336,0,0,0,0,0 +404337,0,0,0,0,0 +404338,0,0,0,0,0 +404339,0,0,0,0,0 +404340,0,0,0,0,0 +404341,0,0,0,0,0 +404342,0,0,0,0,0 +404343,0,0,0,0,0 +404344,0,0,0,0,0 +404345,0,0,0,0,0 +404346,0,0,0,0,0 +404347,0,0,0,0,0 +404348,0,0,0,0,0 +404349,0,0,0,0,0 +404350,0,0,0,0,0 +404351,0,0,0,0,0 +404352,0,0,0,0,0 +404353,0,0,0,0,0 +404354,0,0,0,0,0 +404355,0,0,0,0,0 +404356,0,0,0,0,0 +404357,0,0,0,0,0 +404358,0,0,0,0,0 +404359,0,0,0,0,0 +404360,0,0,0,0,0 +404361,0,0,0,0,0 +404362,0,0,0,0,0 +404363,0,0,0,0,0 +404364,0,0,0,0,0 +404365,0,0,0,0,0 +404366,0,0,0,0,0 +404367,0,0,0,0,0 +404368,0,0,0,0,0 +404369,0,0,0,0,0 +404370,0,0,0,0,0 +404371,0,0,0,0,0 +404372,0,0,0,0,0 +404373,0,0,0,0,0 +404374,0,0,0,0,0 +404375,0,0,0,0,0 +404376,0,0,0,0,0 +404377,0,0,0,0,0 +404378,0,0,0,0,0 +404379,0,0,0,0,0 +404380,0,0,0,0,0 +404381,0,0,0,0,0 +404382,0,0,0,0,0 +404383,0,0,0,0,0 +404384,0,0,0,0,0 +404385,0,0,0,0,0 +404386,0,0,0,0,0 +404387,0,0,0,0,0 +404388,0,0,0,0,0 +404389,0,0,0,0,0 +404390,0,0,0,0,0 +404391,0,0,0,0,0 +404392,0,0,0,0,0 +404393,0,0,0,0,0 +404394,0,0,0,0,0 +404395,0,0,0,0,0 +404396,0,0,0,0,0 +404397,0,0,0,0,0 +404398,0,0,0,0,0 +404399,0,0,0,0,0 +404400,0,0,0,0,0 +404401,0,0,0,0,0 +404402,0,0,0,0,0 +404403,0,0,0,0,0 +404404,0,0,0,0,0 +404405,0,0,0,0,0 +404406,0,0,0,0,0 +404407,0,0,0,0,0 +404408,0,0,0,0,0 +404409,0,0,0,0,0 +404410,0,0,0,0,0 +404411,0,0,0,0,0 +404412,0,0,0,0,0 +404413,0,0,0,0,0 +404414,0,0,0,0,0 +404415,0,0,0,0,0 +404416,0,0,0,0,0 +404417,0,0,0,0,0 +404418,0,0,0,0,0 +404419,0,0,0,0,0 +404420,0,0,0,0,0 +404421,0,0,0,0,0 +404422,0,0,0,0,0 +404423,0,0,0,0,0 +404424,0,0,0,0,0 +404425,0,0,0,0,0 +404426,0,0,0,0,0 +404427,0,0,0,0,0 +404428,0,0,0,0,0 +404429,0,0,0,0,0 +404430,0,0,0,0,0 +404431,0,0,0,0,0 +404432,0,0,0,0,0 +404433,0,0,0,0,0 +404434,0,0,0,0,0 +404435,0,0,0,0,0 +404436,0,0,0,0,0 +404437,0,0,0,0,0 +404438,0,0,0,0,0 +404439,0,0,0,0,0 +404440,0,0,0,0,0 +404441,0,0,0,0,0 +404442,0,0,0,0,0 +404443,0,0,0,0,0 +404444,0,0,0,0,0 +404445,0,0,0,0,0 +404446,0,0,0,0,0 +404447,0,0,0,0,0 +404448,0,0,0,0,0 +404449,0,0,0,0,0 +404450,0,0,0,0,0 +404451,0,0,0,0,0 +404452,0,0,0,0,0 +404453,0,0,0,0,0 +404454,0,0,0,0,0 +404455,0,0,0,0,0 +404456,0,0,0,0,0 +404457,0,0,0,0,0 +404458,0,0,0,0,0 +404459,0,0,0,0,0 +404460,0,0,0,0,0 +404461,0,0,0,0,0 +404462,0,0,0,0,0 +404463,0,0,0,0,0 +404464,0,0,0,0,0 +404465,0,0,0,0,0 +404466,0,0,0,0,0 +404467,0,0,0,0,0 +404468,0,0,0,0,0 +404469,0,0,0,0,0 +404470,0,0,0,0,0 +404471,0,0,0,0,0 +404472,0,0,0,0,0 +404473,0,0,0,0,0 +404474,0,0,0,0,0 +404475,0,0,0,0,0 +404476,0,0,0,0,0 +404477,0,0,0,0,0 +404478,0,0,0,0,0 +404479,0,0,0,0,0 +404480,0,0,0,0,0 +404481,0,0,0,0,0 +404482,0,0,0,0,0 +404483,0,0,0,0,0 +404484,0,0,0,0,0 +404485,0,0,0,0,0 +404486,0,0,0,0,0 +404487,0,0,0,0,0 +404488,0,0,0,0,0 +404489,0,0,0,0,0 +404490,0,0,0,0,0 +404491,0,0,0,0,0 +404492,0,0,0,0,0 +404493,0,0,0,0,0 +404494,0,0,0,0,0 +404495,0,0,0,0,0 +404496,0,0,0,0,0 +404497,0,0,0,0,0 +404498,0,0,0,0,0 +404499,0,0,0,0,0 +404500,0,0,0,0,0 +404501,0,0,0,0,0 +404502,0,0,0,0,0 +404503,0,0,0,0,0 +404504,0,0,0,0,0 +404505,0,0,0,0,0 +404506,0,0,0,0,0 +404507,0,0,0,0,0 +404508,0,0,0,0,0 +404509,0,0,0,0,0 +404510,0,0,0,0,0 +404511,0,0,0,0,0 +404512,0,0,0,0,0 +404513,0,0,0,0,0 +404514,0,0,0,0,0 +404515,0,0,0,0,0 +404516,0,0,0,0,0 +404517,0,0,0,0,0 +404518,0,0,0,0,0 +404519,0,0,0,0,0 +404520,0,0,0,0,0 +404521,0,0,0,0,0 +404522,0,0,0,0,0 +404523,0,0,0,0,0 +404524,0,0,0,0,0 +404525,0,0,0,0,0 +404526,0,0,0,0,0 +404527,0,0,0,0,0 +404528,0,0,0,0,0 +404529,0,0,0,0,0 +404530,0,0,0,0,0 +404531,0,0,0,0,0 +404532,0,0,0,0,0 +404533,0,0,0,0,0 +404534,0,0,0,0,0 +404535,0,0,0,0,0 +404536,0,0,0,0,0 +404537,0,0,0,0,0 +404538,0,0,0,0,0 +404539,0,0,0,0,0 +404540,0,0,0,0,0 +404541,0,0,0,0,0 +404542,0,0,0,0,0 +404543,0,0,0,0,0 +404544,0,0,0,0,0 +404545,0,0,0,0,0 +404546,0,0,0,0,0 +404547,0,0,0,0,0 +404548,0,0,0,0,0 +404549,0,0,0,0,0 +404550,0,0,0,0,0 +404551,0,0,0,0,0 +404552,0,0,0,0,0 +404553,0,0,0,0,0 +404554,0,0,0,0,0 +404555,0,0,0,0,0 +404556,0,0,0,0,0 +404557,0,0,0,0,0 +404558,0,0,0,0,0 +404559,0,0,0,0,0 +404560,0,0,0,0,0 +404561,0,0,0,0,0 +404562,0,0,0,0,0 +404563,0,0,0,0,0 +404564,0,0,0,0,0 +404565,0,0,0,0,0 +404566,0,0,0,0,0 +404567,0,0,0,0,0 +404568,0,0,0,0,0 +404569,0,0,0,0,0 +404570,0,0,0,0,0 +404571,0,0,0,0,0 +404572,0,0,0,0,0 +404573,0,0,0,0,0 +404574,0,0,0,0,0 +404575,0,0,0,0,0 +404576,0,0,0,0,0 +404577,0,0,0,0,0 +404578,0,0,0,0,0 +404579,0,0,0,0,0 +404580,0,0,0,0,0 +404581,0,0,0,0,0 +404582,0,0,0,0,0 +404583,0,0,0,0,0 +404584,0,0,0,0,0 +404585,0,0,0,0,0 +404586,0,0,0,0,0 +404587,0,0,0,0,0 +404588,0,0,0,0,0 +404589,0,0,0,0,0 +404590,0,0,0,0,0 +404591,0,0,0,0,0 +404592,0,0,0,0,0 +404593,0,0,0,0,0 +404594,0,0,0,0,0 +404595,0,0,0,0,0 +404596,0,0,0,0,0 +404597,0,0,0,0,0 +404598,0,0,0,0,0 +404599,0,0,0,0,0 +404600,0,0,0,0,0 +404601,0,0,0,0,0 +404602,0,0,0,0,0 +404603,0,0,0,0,0 +404604,0,0,0,0,0 +404605,0,0,0,0,0 +404606,0,0,0,0,0 +404607,0,0,0,0,0 +404608,0,0,0,0,0 +404609,0,0,0,0,0 +404610,0,0,0,0,0 +404611,0,0,0,0,0 +404612,0,0,0,0,0 +404613,0,0,0,0,0 +404614,0,0,0,0,0 +404615,0,0,0,0,0 +404616,0,0,0,0,0 +404617,0,0,0,0,0 +404618,0,0,0,0,0 +404619,0,0,0,0,0 +404620,0,0,0,0,0 +404621,0,0,0,0,0 +404622,0,0,0,0,0 +404623,0,0,0,0,0 +404624,0,0,0,0,0 +404625,0,0,0,0,0 +404626,0,0,0,0,0 +404627,0,0,0,0,0 +404628,0,0,0,0,0 +404629,0,0,0,0,0 +404630,0,0,0,0,0 +404631,0,0,0,0,0 +404632,0,0,0,0,0 +404633,0,0,0,0,0 +404634,0,0,0,0,0 +404635,0,0,0,0,0 +404636,0,0,0,0,0 +404637,0,0,0,0,0 +404638,0,0,0,0,0 +404639,0,0,0,0,0 +404640,0,0,0,0,0 +404641,0,0,0,0,0 +404642,0,0,0,0,0 +404643,0,0,0,0,0 +404644,0,0,0,0,0 +404645,0,0,0,0,0 +404646,0,0,0,0,0 +404647,0,0,0,0,0 +404648,0,0,0,0,0 +404649,0,0,0,0,0 +404650,0,0,0,0,0 +404651,0,0,0,0,0 +404652,0,0,0,0,0 +404653,0,0,0,0,0 +404654,0,0,0,0,0 +404655,0,0,0,0,0 +404656,0,0,0,0,0 +404657,0,0,0,0,0 +404658,0,0,0,0,0 +404659,0,0,0,0,0 +404660,0,0,0,0,0 +404661,0,0,0,0,0 +404662,0,0,0,0,0 +404663,0,0,0,0,0 +404664,0,0,0,0,0 +404665,0,0,0,0,0 +404666,0,0,0,0,0 +404667,0,0,0,0,0 +404668,0,0,0,0,0 +404669,0,0,0,0,0 +404670,0,0,0,0,0 +404671,0,0,0,0,0 +404672,0,0,0,0,0 +404673,0,0,0,0,0 +404674,0,0,0,0,0 +404675,0,0,0,0,0 +404676,0,0,0,0,0 +404677,0,0,0,0,0 +404678,0,0,0,0,0 +404679,0,0,0,0,0 +404680,0,0,0,0,0 +404681,0,0,0,0,0 +404682,0,0,0,0,0 +404683,0,0,0,0,0 +404684,0,0,0,0,0 +404685,0,0,0,0,0 +404686,0,0,0,0,0 +404687,0,0,0,0,0 +404688,0,0,0,0,0 +404689,0,0,0,0,0 +404690,0,0,0,0,0 +404691,0,0,0,0,0 +404692,0,0,0,0,0 +404693,0,0,0,0,0 +404694,0,0,0,0,0 +404695,0,0,0,0,0 +404696,0,0,0,0,0 +404697,0,0,0,0,0 +404698,0,0,0,0,0 +404699,0,0,0,0,0 +404700,0,0,0,0,0 +404701,0,0,0,0,0 +404702,0,0,0,0,0 +404703,0,0,0,0,0 +404704,0,0,0,0,0 +404705,0,0,0,0,0 +404706,0,0,0,0,0 +404707,0,0,0,0,0 +404708,0,0,0,0,0 +404709,0,0,0,0,0 +404710,0,0,0,0,0 +404711,0,0,0,0,0 +404712,0,0,0,0,0 +404713,0,0,0,0,0 +404714,0,0,0,0,0 +404715,0,0,0,0,0 +404716,0,0,0,0,0 +404717,0,0,0,0,0 +404718,0,0,0,0,0 +404719,0,0,0,0,0 +404720,0,0,0,0,0 +404721,0,0,0,0,0 +404722,0,0,0,0,0 +404723,0,0,0,0,0 +404724,0,0,0,0,0 +404725,0,0,0,0,0 +404726,0,0,0,0,0 +404727,0,0,0,0,0 +404728,0,0,0,0,0 +404729,0,0,0,0,0 +404730,0,0,0,0,0 +404731,0,0,0,0,0 +404732,0,0,0,0,0 +404733,0,0,0,0,0 +404734,0,0,0,0,0 +404735,0,0,0,0,0 +404736,0,0,0,0,0 +404737,0,0,0,0,0 +404738,0,0,0,0,0 +404739,0,0,0,0,0 +404740,0,0,0,0,0 +404741,0,0,0,0,0 +404742,0,0,0,0,0 +404743,0,0,0,0,0 +404744,0,0,0,0,0 +404745,0,0,0,0,0 +404746,0,0,0,0,0 +404747,0,0,0,0,0 +404748,0,0,0,0,0 +404749,0,0,0,0,0 +404750,0,0,0,0,0 +404751,0,0,0,0,0 +404752,0,0,0,0,0 +404753,0,0,0,0,0 +404754,0,0,0,0,0 +404755,0,0,0,0,0 +404756,0,0,0,0,0 +404757,0,0,0,0,0 +404758,0,0,0,0,0 +404759,0,0,0,0,0 +404760,0,0,0,0,0 +404761,0,0,0,0,0 +404762,0,0,0,0,0 +404763,0,0,0,0,0 +404764,0,0,0,0,0 +404765,0,0,0,0,0 +404766,0,0,0,0,0 +404767,0,0,0,0,0 +404768,0,0,0,0,0 +404769,0,0,0,0,0 +404770,0,0,0,0,0 +404771,0,0,0,0,0 +404772,0,0,0,0,0 +404773,0,0,0,0,0 +404774,0,0,0,0,0 +404775,0,0,0,0,0 +404776,0,0,0,0,0 +404777,0,0,0,0,0 +404778,0,0,0,0,0 +404779,0,0,0,0,0 +404780,0,0,0,0,0 +404781,0,0,0,0,0 +404782,0,0,0,0,0 +404783,0,0,0,0,0 +404784,0,0,0,0,0 +404785,0,0,0,0,0 +404786,0,0,0,0,0 +404787,0,0,0,0,0 +404788,0,0,0,0,0 +404789,0,0,0,0,0 +404790,0,0,0,0,0 +404791,0,0,0,0,0 +404792,0,0,0,0,0 +404793,0,0,0,0,0 +404794,0,0,0,0,0 +404795,0,0,0,0,0 +404796,0,0,0,0,0 +404797,0,0,0,0,0 +404798,0,0,0,0,0 +404799,0,0,0,0,0 +404800,0,0,0,0,0 +404801,0,0,0,0,0 +404802,0,0,0,0,0 +404803,0,0,0,0,0 +404804,0,0,0,0,0 +404805,0,0,0,0,0 +404806,0,0,0,0,0 +404807,0,0,0,0,0 +404808,0,0,0,0,0 +404809,0,0,0,0,0 +404810,0,0,0,0,0 +404811,0,0,0,0,0 +404812,0,0,0,0,0 +404813,0,0,0,0,0 +404814,0,0,0,0,0 +404815,0,0,0,0,0 +404816,0,0,0,0,0 +404817,0,0,0,0,0 +404818,0,0,0,0,0 +404819,0,0,0,0,0 +404820,0,0,0,0,0 +404821,0,0,0,0,0 +404822,0,0,0,0,0 +404823,0,0,0,0,0 +404824,0,0,0,0,0 +404825,0,0,0,0,0 +404826,0,0,0,0,0 +404827,0,0,0,0,0 +404828,0,0,0,0,0 +404829,0,0,0,0,0 +404830,0,0,0,0,0 +404831,0,0,0,0,0 +404832,0,0,0,0,0 +404833,0,0,0,0,0 +404834,0,0,0,0,0 +404835,0,0,0,0,0 +404836,0,0,0,0,0 +404837,0,0,0,0,0 +404838,0,0,0,0,0 +404839,0,0,0,0,0 +404840,0,0,0,0,0 +404841,0,0,0,0,0 +404842,0,0,0,0,0 +404843,0,0,0,0,0 +404844,0,0,0,0,0 +404845,0,0,0,0,0 +404846,0,0,0,0,0 +404847,0,0,0,0,0 +404848,0,0,0,0,0 +404849,0,0,0,0,0 +404850,0,0,0,0,0 +404851,0,0,0,0,0 +404852,0,0,0,0,0 +404853,0,0,0,0,0 +404854,0,0,0,0,0 +404855,0,0,0,0,0 +404856,0,0,0,0,0 +404857,0,0,0,0,0 +404858,0,0,0,0,0 +404859,0,0,0,0,0 +404860,0,0,0,0,0 +404861,0,0,0,0,0 +404862,0,0,0,0,0 +404863,0,0,0,0,0 +404864,0,0,0,0,0 +404865,0,0,0,0,0 +404866,0,0,0,0,0 +404867,0,0,0,0,0 +404868,0,0,0,0,0 +404869,0,0,0,0,0 +404870,0,0,0,0,0 +404871,0,0,0,0,0 +404872,0,0,0,0,0 +404873,0,0,0,0,0 +404874,0,0,0,0,0 +404875,0,0,0,0,0 +404876,0,0,0,0,0 +404877,0,0,0,0,0 +404878,0,0,0,0,0 +404879,0,0,0,0,0 +404880,0,0,0,0,0 +404881,0,0,0,0,0 +404882,0,0,0,0,0 +404883,0,0,0,0,0 +404884,0,0,0,0,0 +404885,0,0,0,0,0 +404886,0,0,0,0,0 +404887,0,0,0,0,0 +404888,0,0,0,0,0 +404889,0,0,0,0,0 +404890,0,0,0,0,0 +404891,0,0,0,0,0 +404892,0,0,0,0,0 +404893,0,0,0,0,0 +404894,0,0,0,0,0 +404895,0,0,0,0,0 +404896,0,0,0,0,0 +404897,0,0,0,0,0 +404898,0,0,0,0,0 +404899,0,0,0,0,0 +404900,0,0,0,0,0 +404901,0,0,0,0,0 +404902,0,0,0,0,0 +404903,0,0,0,0,0 +404904,0,0,0,0,0 +404905,0,0,0,0,0 +404906,0,0,0,0,0 +404907,0,0,0,0,0 +404908,0,0,0,0,0 +404909,0,0,0,0,0 +404910,0,0,0,0,0 +404911,0,0,0,0,0 +404912,0,0,0,0,0 +404913,0,0,0,0,0 +404914,0,0,0,0,0 +404915,0,0,0,0,0 +404916,0,0,0,0,0 +404917,0,0,0,0,0 +404918,0,0,0,0,0 +404919,0,0,0,0,0 +404920,0,0,0,0,0 +404921,0,0,0,0,0 +404922,0,0,0,0,0 +404923,0,0,0,0,0 +404924,0,0,0,0,0 +404925,0,0,0,0,0 +404926,0,0,0,0,0 +404927,0,0,0,0,0 +404928,0,0,0,0,0 +404929,0,0,0,0,0 +404930,0,0,0,0,0 +404931,0,0,0,0,0 +404932,0,0,0,0,0 +404933,0,0,0,0,0 +404934,0,0,0,0,0 +404935,0,0,0,0,0 +404936,0,0,0,0,0 +404937,0,0,0,0,0 +404938,0,0,0,0,0 +404939,0,0,0,0,0 +404940,0,0,0,0,0 +404941,0,0,0,0,0 +404942,0,0,0,0,0 +404943,0,0,0,0,0 +404944,0,0,0,0,0 +404945,0,0,0,0,0 +404946,0,0,0,0,0 +404947,0,0,0,0,0 +404948,0,0,0,0,0 +404949,0,0,0,0,0 +404950,0,0,0,0,0 +404951,0,0,0,0,0 +404952,0,0,0,0,0 +404953,0,0,0,0,0 +404954,0,0,0,0,0 +404955,0,0,0,0,0 +404956,0,0,0,0,0 +404957,0,0,0,0,0 +404958,0,0,0,0,0 +404959,0,0,0,0,0 +404960,0,0,0,0,0 +404961,0,0,0,0,0 +404962,0,0,0,0,0 +404963,0,0,0,0,0 +404964,0,0,0,0,0 +404965,0,0,0,0,0 +404966,0,0,0,0,0 +404967,0,0,0,0,0 +404968,0,0,0,0,0 +404969,0,0,0,0,0 +404970,0,0,0,0,0 +404971,0,0,0,0,0 +404972,0,0,0,0,0 +404973,0,0,0,0,0 +404974,0,0,0,0,0 +404975,0,0,0,0,0 +404976,0,0,0,0,0 +404977,0,0,0,0,0 +404978,0,0,0,0,0 +404979,0,0,0,0,0 +404980,0,0,0,0,0 +404981,0,0,0,0,0 +404982,0,0,0,0,0 +404983,0,0,0,0,0 +404984,0,0,0,0,0 +404985,0,0,0,0,0 +404986,0,0,0,0,0 +404987,0,0,0,0,0 +404988,0,0,0,0,0 +404989,0,0,0,0,0 +404990,0,0,0,0,0 +404991,0,0,0,0,0 +404992,0,0,0,0,0 +404993,0,0,0,0,0 +404994,0,0,0,0,0 +404995,0,0,0,0,0 +404996,0,0,0,0,0 +404997,0,0,0,0,0 +404998,0,0,0,0,0 +404999,0,0,0,0,0 +405000,0,0,0,0,0 +405001,0,0,0,0,0 +405002,0,0,0,0,0 +405003,0,0,0,0,0 +405004,0,0,0,0,0 +405005,0,0,0,0,0 +405006,0,0,0,0,0 +405007,0,0,0,0,0 +405008,0,0,0,0,0 +405009,0,0,0,0,0 +405010,0,0,0,0,0 +405011,0,0,0,0,0 +405012,0,0,0,0,0 +405013,0,0,0,0,0 +405014,0,0,0,0,0 +405015,0,0,0,0,0 +405016,0,0,0,0,0 +405017,0,0,0,0,0 +405018,0,0,0,0,0 +405019,0,0,0,0,0 +405020,0,0,0,0,0 +405021,0,0,0,0,0 +405022,0,0,0,0,0 +405023,0,0,0,0,0 +405024,0,0,0,0,0 +405025,0,0,0,0,0 +405026,0,0,0,0,0 +405027,0,0,0,0,0 +405028,0,0,0,0,0 +405029,0,0,0,0,0 +405030,0,0,0,0,0 +405031,0,0,0,0,0 +405032,0,0,0,0,0 +405033,0,0,0,0,0 +405034,0,0,0,0,0 +405035,0,0,0,0,0 +405036,0,0,0,0,0 +405037,0,0,0,0,0 +405038,0,0,0,0,0 +405039,0,0,0,0,0 +405040,0,0,0,0,0 +405041,0,0,0,0,0 +405042,0,0,0,0,0 +405043,0,0,0,0,0 +405044,0,0,0,0,0 +405045,0,0,0,0,0 +405046,0,0,0,0,0 +405047,0,0,0,0,0 +405048,0,0,0,0,0 +405049,0,0,0,0,0 +405050,0,0,0,0,0 +405051,0,0,0,0,0 +405052,0,0,0,0,0 +405053,0,0,0,0,0 +405054,0,0,0,0,0 +405055,0,0,0,0,0 +405056,0,0,0,0,0 +405057,0,0,0,0,0 +405058,0,0,0,0,0 +405059,0,0,0,0,0 +405060,0,0,0,0,0 +405061,-543.7291875,-161.8319952,-500.7206057,-251.7933677,-1011.584072 +405062,-537.8912657,-156.6506928,-493.7526994,-248.8760022,-1001.683148 +405063,-527.3835722,-150.2528813,-482.6060341,-243.7920092,-982.3694386 +405064,-517.0850511,-144.1487788,-471.7664804,-238.9265426,-963.5040872 +405065,-508.8827177,-138.863708,-462.95673,-235.171779,-948.4928111 +405066,-503.3295176,-134.3616168,-456.2401543,-232.6957097,-937.3417918 +405067,-499.811616,-130.4523172,-451.1774944,-231.1921626,-929.1780162 +405068,-497.682533,-126.9695868,-447.3551901,-230.3526495,-923.2558545 +405069,-496.5284599,-123.8032103,-444.4955794,-229.9778828,-919.1078433 +405070,-496.1281512,-120.8823131,-442.6154208,-229.9564793,-916.4452064 +405071,-496.3454537,-118.1563663,-441.536144,-230.218054,-915.0581332 +405072,-497.0748164,-115.5850953,-441.0717804,-230.708767,-914.7705584 +405073,-498.224302,-113.1347128,-441.0846235,-231.3831067,-915.426119 +405074,-499.7142738,-110.7768623,-441.479338,-232.2026821,-916.887462 +405075,-501.4773237,-108.4880038,-442.1858788,-233.1357149,-919.0350632 +405076,-503.4579342,-106.2488414,-443.1488036,-234.1565501,-921.7665774 +405077,-505.6104853,-104.0436138,-444.322132,-235.2445214,-924.9940858 +405078,-507.897764,-101.8594895,-445.6675736,-236.3831084,-928.6425117 +405079,-510.2891369,-15.45550473,-447.1532787,-237.5589897,-932.6472294 +405080,-512.7595632,113.8731334,-448.7530633,-238.761507,-936.952966 +405081,-515.2883786,53.99415607,-450.4453557,-239.9820523,-941.5120556 +405082,-517.8587038,100.5854716,-452.2083655,-241.2137551,-946.2837018 +405083,-520.4564544,121.0004401,-454.0318044,-242.4510045,-951.2323992 +405084,-523.0705196,141.1835705,-455.9072602,-243.6895081,-956.3284231 +405085,-525.6922427,161.0112656,-457.8263158,-244.9260406,-961.5469971 +405086,-528.3148067,180.6674183,-459.7811662,-246.1581529,-966.8672657 +405087,-530.9323843,200.6136745,-461.7648092,-247.3837855,-972.2707799 +405088,-533.5401353,219.9827586,-463.771433,-248.6012674,-977.741495 +405089,-536.1339796,239.6869212,-465.796227,-249.8092174,-983.2653256 +405090,-538.7107081,259.5224748,-467.8408932,-251.006597,-988.8303235 +405091,-541.2677283,275.609958,-469.8945942,-252.1925997,-994.4261838 +405092,-543.8160082,292.2589745,-471.9942944,-253.373111,-1000.044376 +405093,-546.3628311,307.8839042,-474.1604734,-254.5519887,-1005.67948 +405094,-548.907592,323.2920511,-476.3918664,-255.7291411,-1011.324688 +405095,-551.4469435,339.0652926,-478.678815,-256.9030804,-1016.973896 +405096,-553.9777672,354.0338072,-481.0114708,-258.072407,-1022.622404 +405097,-556.497763,369.0625715,-483.3820383,-259.2361167,-1028.266457 +405098,-559.0054047,383.5971876,-485.7846991,-260.3935748,-1033.90314 +405099,-561.4995757,398.6903375,-488.2148587,-261.5443385,-1039.52999 +405100,-563.9795242,413.2137712,-490.6688129,-262.6881284,-1045.14512 +405101,-566.4446514,427.1505502,-493.1433926,-263.8247302,-1050.746911 +405102,-568.8946042,441.5313271,-495.6359858,-264.9540357,-1056.334211 +405103,-571.3291146,455.514371,-498.1443357,-266.0759704,-1061.906033 +405104,-573.748097,469.1216943,-500.6665987,-267.190538,-1067.461749 +405105,-576.1515152,483.3823157,-503.2011796,-268.2977602,-1073.000838 +405106,-578.5394654,496.7018948,-505.7467799,-269.3977144,-1078.52305 +405107,-580.9145208,510.227218,-508.3050968,-270.4915439,-1084.028172 +405108,-583.275763,532.7499596,-510.8739636,-271.5788751,-1089.516239 +405109,-585.6221006,550.1941402,-513.4510453,-272.6592614,-1094.987249 +405110,-587.9532517,567.9822974,-516.0349752,-273.7326099,-1100.441391 +405111,-590.2693937,585.4124338,-518.625003,-274.7990256,-1105.878822 +405112,-592.5709411,602.7170294,-521.2207169,-275.8587149,-1111.299849 +405113,-594.8582667,619.8682922,-523.8217256,-276.911862,-1116.704709 +405114,-597.1317851,636.8255456,-526.4277173,-277.9586678,-1122.093797 +405115,-599.3918204,653.7428056,-529.0383196,-278.9992906,-1127.467403 +405116,-601.6387441,670.427823,-531.6532297,-280.0339085,-1132.825948 +405117,-603.872866,687.00888,-534.2721043,-281.0626707,-1138.169762 +405118,-606.0945418,703.3977383,-536.8946604,-282.0857457,-1143.499284 +405119,-608.3040584,719.7712724,-539.5205597,-283.1032703,-1148.814842 +405120,-610.5017622,735.8645721,-542.1495312,-284.1154072,-1154.116887 +405121,-620.315798,1181.939286,-552.4091097,-288.5895,-1173.27461 +405122,-610.5518524,1239.115564,-543.3329531,-284.0573317,-1155.811602 +405123,-590.4067534,1225.468415,-524.1596066,-274.9227984,-1119.118512 +405124,-570.4673998,1248.4811,-215.2226202,-266.0351673,-1080.814211 +405125,-554.6283769,1299.042874,675.7598166,-259.1574669,-1048.345111 +405126,-542.9804435,1306.215802,98.95230509,-254.2838963,-1022.680863 +405127,-405.3583288,1331.609462,316.2048325,-250.9208397,-1002.647819 +405128,337.2175822,1353.322879,345.263171,-244.0579523,-283.3644802 +405129,-80.13327582,1374.719339,368.9395222,92.34158677,439.2119295 +405130,86.00421074,1395.658471,391.8815233,-82.93756408,-73.45330027 +405131,117.7413415,1416.197108,408.0728143,-14.53142918,149.9316481 +405132,144.4282874,1436.861011,426.8637948,0.82621603,182.381577 +405133,171.2747917,1456.824799,444.4985404,13.90451421,210.5523696 +405134,197.8439008,1476.821552,462.1068343,27.24406272,237.4412825 +405135,222.9985413,1496.508934,479.1818452,39.31022061,263.3752981 +405136,247.959365,1516.117159,509.3700228,52.05933123,288.6437871 +405137,272.2872744,1535.257788,512.326905,63.73748294,312.947804 +405138,296.2383012,1554.430479,508.2575885,75.8866084,349.3654362 +405139,319.5609723,1573.30791,556.5274524,87.25642237,340.8519933 +405140,342.60527,1620.580704,556.7625431,98.3905832,391.2835523 +405141,365.0496866,1569.83549,574.9354257,110.0816464,402.2520692 +405142,386.7119088,1648.281358,590.1324189,120.3638352,425.3751024 +405143,409.2903537,1642.941981,604.7633124,131.0243617,446.9389841 +405144,430.1816812,1664.707442,619.3411572,141.8719005,486.1056793 +405145,445.4348747,1682.852857,633.798758,151.8807554,474.4785242 +405146,463.4997719,1719.796268,647.6536277,159.2170497,508.399045 +405147,480.3584273,1709.078022,661.7777871,167.9341928,528.8598202 +405148,497.3927019,1739.631734,675.3619608,176.2181923,533.6315503 +405149,513.9940944,1754.241388,688.8415794,184.485795,518.2141164 +405150,530.3809956,1770.621078,709.9928489,192.5414187,504.1632406 +405151,546.6057,1787.083185,704.3812842,200.2698892,491.6597282 +405152,562.5052781,1809.987234,742.9438752,208.62437,480.3535386 +405153,578.4926653,1815.495808,743.5578077,216.2243245,469.8533198 +405154,598.1414227,1835.189033,754.2270908,223.8800809,460.3176031 +405155,619.6702563,1849.995784,769.5109818,231.538264,452.4725962 +405156,624.6621973,1864.737121,781.9242634,238.8539868,446.3369047 +405157,617.3967567,1879.415358,794.2112805,246.325749,441.4612254 +405158,667.3850936,1894.315016,806.9218657,253.420228,437.38465 +405159,665.0551311,1908.671147,824.3188495,260.6494381,433.933728 +405160,682.7961868,1922.972748,829.5707268,267.6474221,430.8551659 +405161,697.0611183,1936.868234,841.8105127,274.5924119,427.8447802 +405162,711.2300177,1951.017781,853.4062804,281.3974105,424.9555026 +405163,724.8911794,1971.697939,869.8925464,288.266492,422.579431 +405164,738.9469573,1975.898057,875.1731205,294.7957385,420.539893 +405165,752.6456654,1992.377334,893.5999448,301.4961225,418.1789305 +405166,766.0863678,2005.928031,898.8131785,307.9667727,415.8829184 +405167,779.6345371,2018.554921,916.395494,314.4072771,413.6803628 +405168,792.9880578,2031.443297,925.9082039,320.7656952,411.5888951 +405169,806.2588296,2044.350044,935.7967371,327.0515955,409.4622887 +405170,819.541092,2056.785812,947.7334562,333.2185344,407.2648885 +405171,832.4515103,2076.076766,947.0941793,339.439611,404.8528623 +405172,845.5278855,2079.561499,942.6682268,345.5344602,401.5985172 +405173,858.4157886,2093.763371,937.5085929,351.4360182,396.6489008 +405174,871.2390217,2105.929835,932.6065588,357.5059173,390.6574931 +405175,883.9906761,2117.455043,928.1592951,363.3582077,384.0470844 +405176,896.7929646,2134.934964,924.2775839,369.2059766,377.3773131 +405177,909.1639046,2138.470597,920.8083449,374.9912816,370.2504866 +405178,922.1418158,2157.894289,917.6833339,380.7229967,363.0977581 +405179,934.3791816,2161.406441,914.8628223,386.3501634,355.4890553 +405180,973.5804578,2178.073077,912.2572895,392.115482,348.2817793 +405181,1308.755842,2209.737147,915.3799086,565.7829159,351.1086627 +405182,1407.8642,2224.820376,935.7230605,572.8457381,380.41331 +405183,1336.595653,2244.823078,962.8615191,579.2830753,420.9299936 +405184,1432.873813,2261.390951,988.1791575,585.2215761,459.576803 +405185,1388.302041,2271.664634,1007.598792,591.1621133,490.387413 +405186,1421.166363,2277.112298,1021.911305,596.9202889,513.7060394 +405187,1430.519402,2280.927381,1032.352929,602.6106188,532.0376472 +405188,1442.79475,2284.812389,1041.171826,608.217221,547.0933441 +405189,1454.780623,2289.399546,1048.804855,613.7677909,559.7065679 +405190,1467.150398,2294.127011,1055.345735,619.3228188,570.4152984 +405191,1487.637676,2299.278029,1061.254688,624.6484907,579.6931694 +405192,1487.133001,2304.56348,1066.78356,630.0833698,587.6513031 +405193,1504.040251,2309.767308,1071.547333,635.4089512,594.579637 +405194,1515.568227,2315.058936,1075.947281,640.6924558,600.3936591 +405195,1526.620616,2320.464594,1080.088106,645.9413071,605.4771266 +405196,1538.684865,2325.923398,1084.001655,651.1443653,609.9184335 +405197,1549.926584,2331.652615,1087.739032,656.378412,613.8261606 +405198,1561.823519,2337.113162,1091.339235,661.3188845,617.2881228 +405199,1572.948161,2342.594178,1095.033284,666.5682493,620.3732673 +405200,1592.399783,2348.458886,1098.557826,671.5511268,623.2866348 +405201,1592.920563,2354.129061,1101.994903,676.6475609,625.9139752 +405202,1607.538692,2359.139225,1105.228668,681.5084663,628.1237006 +405203,1619.321228,2364.67043,1108.413799,686.5029399,630.1285293 +405204,1637.544963,2370.632202,1111.728405,691.3962122,632.1719497 +405205,1638.423122,2376.34583,1115.001308,696.2665935,634.0520318 +405206,1651.812434,2381.759454,1118.076001,701.1047433,635.5826119 +405207,1671.5251,2387.616689,1121.24418,705.9060582,637.147077 +405208,1671.796136,2393.263258,1124.440875,710.6803586,638.6722213 +405209,1684.419187,2398.598766,1127.436146,715.4200505,639.8726921 +405210,1702.228151,2404.034611,1130.490288,720.1294619,641.0879714 +405211,1704.887169,2409.555162,1133.592113,724.7864759,642.3101062 +405212,1721.905752,2414.905968,1136.624567,729.4091316,643.3985856 +405213,1731.970861,2420.226138,1139.885749,734.0758514,644.4931909 +405214,1740.221148,2425.681439,1142.922276,738.518257,645.5187761 +405215,1741.254772,2430.377877,1145.674552,743.1015861,646.1561146 +405216,1743.39649,2434.354075,1147.973267,747.5869747,646.1804464 +405217,1741.078074,2437.613528,1149.760318,751.9751752,645.5091897 +405218,1739.015708,2440.181904,1151.018942,756.5326954,644.1135183 +405219,1737.268938,2442.214073,1151.817919,760.9659231,642.076044 +405220,1735.839365,2443.87546,1152.270442,765.2375362,639.5390196 +405221,1734.954221,2445.298137,1152.467242,769.6519343,636.6193295 +405222,1733.956602,2446.516542,1152.461944,782.3758568,633.3889977 +405223,1733.147552,2447.622715,1152.331054,769.5274324,629.9512275 +405224,1732.527429,2448.640245,1152.121835,783.0833167,626.3725453 +405225,1732.027007,2449.543341,1151.827538,788.0999374,622.6504258 +405226,1731.628251,2450.327787,1151.466941,790.5226987,618.8143721 +405227,1731.335565,2451.035417,1151.067008,795.1528515,614.9036994 +405228,1731.133655,2451.658807,1150.637118,799.4108116,610.9344672 +405229,1731.008813,2452.213849,1150.183552,803.6399197,606.9183381 +405230,1730.952239,2452.692064,1149.712394,807.6392762,602.8660866 +405231,1730.956945,2453.110339,1149.228317,811.7311057,598.7862751 +405232,1731.015677,2453.457873,1148.733878,815.9386174,594.6842018 +405233,1731.121738,2453.735199,1148.230503,820.0284673,590.5634396 +405234,1731.270528,2453.964146,1147.719798,823.9620205,586.4273494 +405235,1731.458137,2454.13193,1147.202941,828.0544478,582.2785816 +405236,1731.68052,2454.235662,1146.680346,832.1399303,578.1184784 +405237,1731.934938,2454.294606,1146.152718,835.9910937,573.9486797 +405238,1732.498181,2454.293797,1145.619508,839.9413821,569.7689789 +405239,1732.739779,2454.202986,1145.062228,856.0082502,565.5560257 +405240,1733.036462,2454.092859,1144.523993,830.2020251,561.3654053 +405241,1735.295835,2454.824838,1145.908095,862.9750871,560.661553 +405242,1737.790322,2455.692019,1147.44822,856.7760316,560.6041124 +405243,1740.333701,2456.518244,1149.00854,862.7628993,560.7869749 +405244,1742.740373,2457.148732,1150.452941,866.7228397,560.8235608 +405245,1744.93003,2457.548821,1151.729936,870.6270965,560.5625846 +405246,1746.948829,2457.771681,1152.847006,874.6527385,560.0143055 +405247,1749.08317,2457.875918,1153.848481,882.6650277,559.2318405 +405248,1750.83836,2457.903871,1154.765976,883.2137388,558.2678812 +405249,1752.524572,2457.871949,1155.606733,897.6532424,557.1568772 +405250,1754.242131,2457.844899,1156.434772,871.0402279,555.9750543 +405251,1756.202426,2457.802767,1157.239676,898.9410608,554.72679 +405252,1757.786492,2457.663064,1157.985948,898.0982109,553.3592869 +405253,1759.46801,2457.429578,1158.669987,911.9405229,551.8852823 +405254,1760.464089,2457.197401,1159.365629,887.6326216,550.3916329 +405255,1762.291272,2456.930456,1160.0427,927.2828254,548.8562253 +405256,1764.116113,2456.609838,1160.702369,895.1462035,547.2720178 +405257,1765.716805,2456.240757,1161.340989,928.5226191,545.6499739 +405258,1767.588514,2455.769999,1161.933686,930.2349202,543.9482423 +405259,1769.227891,2455.301542,1162.539476,900.2578844,542.2571808 +405260,1770.981717,2454.903199,1163.215919,951.427845,540.6408109 +405261,1772.741513,2454.466755,1163.887953,908.4563813,539.017571 +405262,1774.932441,2454.100814,1164.641883,956.9203939,537.4886611 +405263,1776.832709,2453.663873,1165.377654,923.6367108,535.9397001 +405264,1778.718267,2453.15996,1166.106452,952.4667856,534.3740168 +405265,1780.73235,2452.735606,1166.913452,941.7833946,532.9142314 +405266,1782.850591,2452.350149,1167.783274,950.0120959,531.5295321 +405267,1785.104303,2452.041498,1168.736292,952.7685544,530.2600393 +405268,1787.492223,2451.792121,1169.775319,956.0976845,529.0988846 +405269,1789.935057,2451.536857,1170.85053,959.5279311,527.9955003 +405270,1792.424435,2451.258306,1171.95857,963.132581,526.9340074 +405271,1794.929584,2450.945244,1173.078436,966.1934381,525.8994209 +405272,1797.745143,2450.570671,1174.19274,969.638824,524.8769012 +405273,1800.222737,2450.122562,1175.284165,972.8119498,523.857767 +405274,1802.673267,2449.605018,1176.355613,976.046669,522.8390559 +405275,1805.099193,2449.028494,1177.405104,979.1252182,521.8208254 +405276,1807.523153,2448.402479,1178.441652,982.4846589,520.8041705 +405277,1809.933699,2447.729121,1179.461257,985.6173936,519.7869003 +405278,1812.433705,2447.094825,1180.527669,994.5247296,518.8425168 +405279,1814.908719,2446.399506,1181.573142,989.3144337,517.8886644 +405280,1817.278635,2445.555532,1182.544957,995.8887645,516.8495951 +405281,1819.637282,2444.669634,1183.505226,998.6960586,515.8097627 +405282,1822.01197,2443.758923,1184.468173,1001.466591,514.7796166 +405283,1824.360214,2442.793394,1185.410175,1004.601435,513.7341148 +405284,1826.701131,2441.777842,1186.340949,1007.595006,512.6788579 +405285,1829.020765,2440.71532,1187.258699,1010.486439,511.6172871 +405286,1831.344514,2439.609556,1188.171575,1013.689185,510.5531811 +405287,1833.653496,2438.458603,1189.074138,1016.566261,509.4854745 +405288,1835.96218,2437.257989,1189.968864,1019.578903,508.4107937 +405289,1838.25199,2436.007833,1190.85122,1022.493844,507.3292873 +405290,1840.542687,2434.709976,1191.727389,1025.295054,506.2423913 +405291,1843.113612,2433.367125,1192.59445,1028.442307,505.1523677 +405292,1845.37956,2431.977246,1193.456183,1031.242978,504.05764 +405293,1847.616139,2430.537324,1194.305937,1034.12527,502.9557076 +405294,1849.854047,2429.05,1195.150386,1037.038486,501.8487467 +405295,1852.082124,2427.517981,1195.986552,1039.734203,500.7389961 +405296,1854.320672,2425.943715,1196.82115,1042.762803,499.6287607 +405297,1856.549474,2424.325943,1197.648868,1045.57763,498.5173342 +405298,1858.890042,2422.768717,1198.545266,1053.612186,497.496286 +405299,1861.21781,2421.154515,1199.430983,1049.19732,496.4699021 +405300,1863.409378,2419.36168,1200.220191,1054.32125,495.3333458 +405301,1864.155249,2416.298515,1200.020419,1002.399652,492.7838606 +405302,1856.461743,2406.315415,1194.156797,1006.301664,481.7031569 +405303,1845.833672,2394.749261,1186.164678,1007.280046,467.2292093 +405304,1836.982933,2385.789904,1179.120504,1009.660213,453.8112782 +405305,1831.18142,2380.077981,1173.910164,1011.854103,442.8054192 +405306,1827.974774,2376.591724,1170.32762,1014.327538,434.0189558 +405307,1826.467619,2374.11087,1167.863069,1016.580767,426.8280071 +405308,1825.961389,2371.859139,1166.10416,1018.882441,420.7116878 +405309,1826.138302,2369.633304,1164.87854,1026.449915,415.4446527 +405310,1826.661568,2367.264955,1163.965403,1021.536716,410.7480084 +405311,1827.305335,2364.66243,1163.194092,1026.173328,406.398704 +405312,1828.11787,2361.988347,1162.606467,1028.763317,402.4147698 +405313,1829.082798,2359.294468,1162.169598,1030.639189,398.7546314 +405314,1830.139315,2356.541959,1161.826813,1032.966289,395.328645 +405315,1831.25124,2353.731073,1161.565121,1035.227008,392.0958881 +405316,1832.402329,2350.866135,1161.364338,1037.270643,389.0260455 +405317,1833.603296,2347.954418,1161.209106,1039.811872,386.0965108 +405318,1834.832443,2344.998527,1161.105885,1042.015374,383.285734 +405319,1836.071012,2341.991718,1161.028072,1044.200646,380.5683497 +405320,1837.462604,2339.058202,1161.054255,1051.57705,378.0373657 +405321,1838.744543,2335.962839,1161.034203,1042.01483,375.4876979 +405322,1840.001972,2332.795616,1161.01542,1057.789618,372.9804588 +405323,1841.41543,2329.716548,1161.092774,1051.988378,370.6390783 +405324,1842.735982,2326.502782,1161.132574,1055.391695,368.2651519 +405325,1843.989076,2323.184671,1161.138287,1057.860411,365.8759805 +405326,1845.292351,2319.862675,1161.172991,1060.257109,363.5476037 +405327,1846.601112,2316.508644,1161.224476,1062.193829,361.2505246 +405328,1848.03149,2313.232686,1161.362116,1069.227886,359.0805567 +405329,1849.357856,2309.802376,1161.418677,1060.504762,356.8385349 +405330,1850.633143,2306.283668,1161.463103,1074.862141,354.5766807 +405331,1852.030194,2302.847308,1161.581206,1069.848168,352.4350815 +405332,1853.321443,2299.252214,1161.62274,1073.016453,350.2380497 +405333,1854.500603,2295.481228,1161.586348,1075.169242,347.9849379 +405334,1855.804769,2291.764361,1161.624895,1081.934771,345.8672981 +405335,1856.980724,2287.871117,1161.581174,1073.132027,343.6751081 +405336,1858.074549,2283.855353,1161.484589,1085.682287,341.4413158 +405337,1859.312109,2279.937087,1161.477017,1082.940702,339.3459695 +405338,1860.478463,2275.912306,1161.423505,1084.201439,337.212207 +405339,1861.670786,2271.871168,1161.385871,1091.030586,335.1185346 +405340,1862.91462,2267.837045,1161.577244,1088.587345,333.0849345 +405341,1863.995688,2263.609103,1161.460936,1089.731582,330.9351158 +405342,1865.105781,2259.373499,1161.357744,1096.36128,328.8227507 +405343,1866.295589,2255.179804,1161.304299,1094.553306,326.787357 +405344,1867.333066,2250.80801,1161.1566,1094.915956,324.6389818 +405345,1868.334148,2246.374568,1160.987909,1100.156051,322.4639245 +405346,1869.380888,2241.953297,1160.847624,1099.176037,320.3369842 +405347,1870.290909,2237.376217,1160.620647,1099.109072,318.1013374 +405348,1871.042035,2232.621437,1160.290863,1099.861432,315.7441775 +405349,570.0129243,1208.972198,180.8265466,382.261437,-753.6577798 +405350,518.9295964,1180.528073,144.4030588,351.1092986,-818.5898273 +405351,491.513166,1181.05742,121.0699937,338.1497088,-873.2646003 +405352,488.0920744,1195.694323,112.7321946,340.6364231,-907.6152562 +405353,493.0348193,1204.747055,110.4107079,346.8560359,-930.0021731 +405354,499.8681997,1205.173341,110.2447586,352.3948639,-945.2394105 +405355,507.3760843,1203.703317,111.366276,357.23969,-955.3606853 +405356,515.8267653,1203.276757,113.7845382,361.8337485,-961.3429822 +405357,524.8198073,1204.33019,117.0757531,366.3792721,-964.3892358 +405358,533.9246931,1205.955325,120.8384737,370.7118869,-965.4444259 +405359,542.7560059,1207.466777,124.6501573,374.8839427,-965.2307873 +405360,550.9363847,1208.538143,128.4929844,378.7195771,-964.2592503 +405361,560.195366,1209.80648,133.6866606,382.9012078,-960.0812685 +405362,559.7464752,1203.443388,132.1018281,380.6085531,-966.9846641 +405363,554.8464371,1194.031957,127.3259571,375.6427042,-979.1647082 +405364,550.5950625,1186.203296,122.8957343,371.5947409,-990.6921879 +405365,548.7635326,1181.098459,120.0833833,369.6215857,-999.6131992 +405366,549.0711514,1178.112204,118.7489135,369.3827742,-1006.086928 +405367,550.6906015,1176.222455,118.3598951,370.1635561,-1010.881299 +405368,552.9634236,1174.68993,118.4807312,371.416039,-1014.632835 +405369,555.5045954,1173.144456,118.8568535,372.8406239,-1017.724634 +405370,558.1461432,1171.464846,119.3673164,374.3126645,-1020.350892 +405371,560.8083808,1169.629096,119.9522879,375.7857987,-1022.62789 +405372,563.4588451,1167.655863,120.5771627,377.2416553,-1024.636383 +405373,566.0723604,1165.555526,121.1157571,378.6704837,-1026.437864 +405374,568.6405309,1163.34392,121.5992654,380.0661936,-1028.079808 +405375,571.1515037,1161.023776,122.0685675,381.4248784,-1029.59935 +405376,573.6058575,1158.602086,122.5389495,382.7446295,-1031.025241 +405377,575.9981004,1156.086681,123.0080986,384.0249386,-1032.379981 +405378,578.3335774,1153.484717,123.4688271,385.2665103,-1033.680751 +405379,580.6102593,1150.802305,123.9150628,386.4707458,-1034.940771 +405380,582.8357016,1148.04471,124.3431596,387.6393762,-1036.170111 +405381,585.0088122,1145.216545,124.7511635,388.7741914,-1037.376611 +405382,587.1374288,1142.321833,125.1380708,389.8768705,-1038.566354 +405383,589.2245488,1139.364354,125.5034411,390.9491011,-1039.743994 +405384,591.2716771,1136.347214,125.8469362,391.9922303,-1040.913363 +405385,593.2810775,1133.273585,126.1686146,393.0077394,-1042.077232 +405386,595.2547847,1130.145733,126.4682945,393.9965424,-1043.238221 +405387,597.1955945,1126.966406,126.746297,394.9599266,-1044.397984 +405388,599.1057821,1123.737766,127.0027964,395.8988012,-1045.558059 +405389,600.9873325,1120.461808,127.2379484,396.8139662,-1046.719807 +405390,602.8422817,1117.140665,127.4521564,397.706336,-1047.884064 +405391,604.6722346,1113.776128,127.64563,398.5765811,-1049.051782 +405392,606.4934106,1110.388917,127.8433051,399.4360225,-1050.224007 +405393,608.3152979,1106.990411,128.0584652,400.2911734,-1051.402571 +405394,610.1386644,1103.58031,128.2909878,401.1420734,-1052.589559 +405395,611.9603727,1100.153392,128.5349016,401.9858218,-1053.786762 +405396,613.7771004,1096.704692,128.7839415,402.8194368,-1054.995242 +405397,615.5870018,1093.231617,129.0335409,403.6411289,-1056.215307 +405398,617.38912,1089.733209,129.2882738,404.4499144,-1057.446912 +405399,619.1831932,1086.209699,129.5337603,405.2454555,-1058.689843 +405400,620.9694858,1082.661968,129.7587604,406.0278002,-1059.943744 +405401,622.7484642,1079.091176,129.959938,406.7971769,-1061.208269 +405402,624.5206793,1075.498546,130.1385617,407.5538833,-1062.482949 +405403,626.2866612,1071.885254,130.2971062,408.2981838,-1063.767511 +405404,628.0467312,1068.252219,130.4376456,409.0301695,-1065.061807 +405405,629.8012976,1064.600504,130.5617476,409.7500229,-1066.365724 +405406,631.5507214,1060.931119,130.6704958,410.457883,-1067.679148 +405407,633.2953189,1057.245062,130.7646688,411.1538675,-1069.002115 +405408,635.0354239,1053.543363,130.844902,411.8381151,-1070.334566 +405409,636.7713615,1049.827056,130.9116966,412.5107511,-1071.67657 +405410,638.5035955,1046.097197,130.9654852,413.1719187,-1073.028095 +405411,640.2324737,1042.354847,131.0066118,413.8217501,-1074.389222 +405412,641.9583899,1038.601081,131.0353765,414.4603899,-1075.759929 +405413,643.681729,1034.836969,131.0520092,415.0879639,-1077.140313 +405414,645.402916,1031.063606,131.0567273,415.7046188,-1078.530351 +405415,647.1224074,1027.282072,131.0496897,416.310475,-1079.930147 +405416,648.8406557,1023.493478,131.0310633,416.9056768,-1081.339672 +405417,650.5581059,1019.698908,131.0009581,417.4903351,-1082.759037 +405418,652.2752734,1015.899482,130.8606435,418.0645852,-1084.188216 +405419,653.9951282,1012.098669,130.8133896,418.630236,-1085.625289 +405420,655.715737,1008.295155,130.7567744,419.1856959,-1087.072202 +405421,657.6989386,1004.60834,130.9505859,419.8496218,-1088.052985 +405422,667.5508848,1007.645327,136.7979792,426.006877,-1079.226021 +405423,680.6200329,1013.032643,145.0709719,434.2337543,-1065.982174 +405424,692.4716578,1016.742536,152.6748195,441.3256395,-1053.452748 +405425,701.6448037,1017.624276,158.5399964,446.2977827,-1043.489791 +405426,708.4849441,1016.281901,162.8247764,449.5073273,-1035.954777 +405427,713.8132586,1013.704477,166.0316958,451.6423516,-1030.161476 +405428,718.2841422,1010.61411,168.5751356,453.2305848,-1025.5356 +405429,722.2723669,1007.375883,170.6997601,454.5597482,-1021.732164 +405430,725.9599588,1004.122371,172.5313271,455.7555419,-1018.563339 +405431,729.4345004,1000.883108,174.1364254,456.8669003,-1015.917682 +405432,732.7467558,997.6585681,175.5575054,457.9156824,-1013.715087 +405433,735.9334355,994.4472108,176.8267062,458.8175496,-1011.890242 +405434,739.0263409,991.2524857,177.9714708,459.7886417,-1010.385995 +405435,742.0456426,987.942763,179.0105775,460.7327809,-1009.158712 +405436,745.0109874,984.7949483,179.9615894,461.6534181,-1008.168451 +405437,747.9307418,981.6687757,180.8353077,462.5507724,-1007.386021 +405438,750.8083615,978.5548251,181.6394144,463.424734,-1006.78795 +405439,753.6788957,975.4520231,182.3823051,464.277842,-1006.351584 +405440,756.6546604,972.3602684,183.0696088,465.1107679,-1006.059105 +405441,759.7949083,969.278949,183.7047861,465.9226413,-1005.896832 +405442,763.1011025,966.2069921,184.2900019,466.7119251,-1005.853875 +405443,766.5491165,963.143926,184.8271262,467.4774578,-1005.920873 +405444,770.1123164,960.0904497,185.3182723,468.2189246,-1006.088975 +405445,773.7592596,957.0548989,185.7655921,468.9365802,-1006.350663 +405446,777.4902614,954.0295774,186.1716298,469.6313469,-1006.697339 +405447,781.2807963,951.0222999,186.5384809,470.3040288,-1007.122935 +405448,785.1236622,948.0356341,186.868247,470.9555794,-1007.621012 +405449,789.0177848,945.0696132,187.1628975,471.5869454,-1008.185568 +405450,792.8095532,942.1247926,187.4241719,472.1989503,-1008.811219 +405451,796.8110697,939.2065824,187.6560515,472.7949654,-1009.490204 +405452,800.8379874,936.2997529,187.8362559,473.3622804,-1010.222152 +405453,804.8701457,933.3984944,187.9663745,473.8948299,-1011.003055 +405454,808.9029296,930.506784,188.0392304,474.3936535,-1011.828858 +405455,812.9411896,927.6338751,188.0698151,474.8639476,-1012.693368 +405456,816.9859334,924.7841339,188.0508034,475.3075891,-1013.596412 +405457,821.0415165,921.9641699,187.987076,475.7283264,-1014.534627 +405458,825.1094311,919.1777102,187.884388,476.1280231,-1015.505828 +405459,829.1898951,916.4426635,187.7465733,476.5077001,-1016.508619 +405460,833.282238,913.7717885,187.575558,476.867803,-1017.542049 +405461,837.3853518,911.1678835,187.3721997,477.2084449,-1018.60571 +405462,841.4982304,908.6283354,187.1371294,477.5297827,-1019.699065 +405463,845.619692,906.1466879,186.8706223,477.9077728,-1020.822049 +405464,849.7479859,903.7124189,186.5726858,478.3263329,-1021.974865 +405465,853.8817911,901.3147392,186.2436336,478.7678044,-1023.157504 +405466,858.0207829,898.9453394,185.884391,479.2197582,-1024.477527 +405467,862.1680736,896.601332,185.497995,479.6814625,-1025.710701 +405468,866.3213251,894.2763225,185.0838872,480.1538133,-1026.968417 +405469,870.4798434,891.9669795,184.6426052,480.640267,-1028.251931 +405470,874.9585455,889.4645973,183.9533042,481.0238223,-1029.55934 +405471,879.6401796,886.8536226,183.0967357,481.3679477,-1030.886709 +405472,884.3624857,884.2557947,182.1921562,481.7439904,-1032.231384 +405473,889.0413219,881.7298891,181.3022427,482.1822271,-1033.593945 +405474,893.657341,879.2801251,180.4409341,482.6829857,-1034.976273 +405475,898.2189492,876.8969006,179.6011505,483.2360253,-1036.37984 +405476,902.7393475,874.5490033,178.7723504,483.8314572,-1037.805865 +405477,907.2293485,872.2306333,177.9468057,484.4630326,-1039.254073 +405478,911.6960706,869.9262696,177.1197606,485.1273663,-1040.724092 +405479,916.1445102,867.641073,176.2883602,485.8227288,-1042.214853 +405480,920.5781129,865.3657657,175.4505953,486.5480181,-1043.725697 +405481,926.2879964,863.6926902,175.8935088,487.8881781,-1042.912788 +405482,931.912315,862.7772443,176.1923171,489.7877623,-1041.562378 +405483,937.510401,862.2084657,176.4397099,491.9578395,-1039.940169 +405484,943.0898527,861.5313198,176.6869868,494.0828163,-1038.33932 +405485,948.643809,860.5698822,176.9424845,496.0387782,-1036.888561 +405486,954.1714388,859.3502777,177.1996938,497.8379895,-1035.602072 +405487,959.6719824,857.9583208,177.4482204,499.5331588,-1034.457869 +405488,965.151888,856.4730979,177.6841253,501.1747813,-1033.427446 +405489,970.6161455,854.9426535,177.9057794,502.7948574,-1032.490494 +405490,976.0641921,853.3878162,178.110442,504.4085402,-1031.636048 +405491,981.4980404,851.8200076,178.2978713,506.0254499,-1030.854348 +405492,986.9180119,850.2444238,178.4672329,507.6508974,-1030.138161 +405493,992.3247728,848.6643437,178.6177579,509.2885612,-1029.481591 +405494,997.7198895,847.0822751,178.7488628,510.9412558,-1028.879265 +405495,1003.104976,845.50002,178.8600649,512.6110398,-1028.326819 +405496,1008.48225,843.9199759,178.9518157,514.3002537,-1027.819281 +405497,1013.850134,842.3408361,179.0224999,516.0084186,-1027.355265 +405498,1019.209952,840.7641625,179.0727228,517.7370565,-1026.930899 +405499,1024.562059,839.1902983,179.1024696,519.4867187,-1026.54381 +405500,1029.906513,837.6195674,179.1118661,521.2578881,-1026.191634 +405501,1035.243162,836.052154,179.1010468,523.0508943,-1025.872538 +405502,1040.571658,834.4882699,179.0702357,524.8660504,-1025.584642 +405503,1045.89207,832.9281067,179.0196902,526.7036183,-1025.326465 +405504,1051.203973,831.3717136,178.9496129,528.5637331,-1025.096576 +405505,1056.507066,829.8192432,178.8602808,530.4465759,-1024.89384 +405506,1061.801148,828.2708531,178.7520071,532.3523185,-1024.716982 +405507,1067.085631,826.7266337,178.6250657,534.2810628,-1024.565118 +405508,1072.360394,825.1867246,178.4797716,536.2329351,-1024.437192 +405509,1077.625027,823.6512052,178.3164056,538.2080012,-1024.332491 +405510,1082.879588,822.1204523,178.1355403,540.2065562,-1024.249835 +405511,1088.124064,820.5948054,177.9376897,542.2288468,-1024.188372 +405512,1093.322087,819.0946563,177.7444594,544.2825404,-1024.147875 +405513,1098.450415,817.6325486,177.5706,546.37218,-1024.128127 +405514,1103.503803,816.2089267,177.4193657,548.4973847,-1024.128777 +405515,1108.485949,814.8181418,177.2876971,550.6552785,-1024.149694 +405516,1113.403093,813.4539852,177.1710879,552.8427533,-1024.190301 +405517,1118.260189,812.1118259,177.0656403,555.0572645,-1024.250136 +405518,1123.057443,810.7869812,176.9668008,557.2884786,-1024.336257 +405519,1127.798638,809.4788247,176.8732729,559.5373,-1024.444441 +405520,1132.487544,808.1877598,176.7846309,561.8069969,-1024.569705 +405521,1137.126515,806.9136346,176.7001942,564.0989819,-1024.709662 +405522,1141.716371,805.6558327,176.6190617,566.412867,-1024.863437 +405523,1146.257417,804.41361,176.540341,568.7474691,-1025.030946 +405524,1150.749485,803.1863987,176.4633102,571.1015398,-1025.211951 +405525,1155.410364,801.6711003,176.0658836,573.4465555,-1025.403779 +405526,1160.176742,799.9962845,175.4661346,575.8036203,-1025.601373 +405527,1164.94324,798.3392156,174.8336217,578.1938782,-1025.80204 +405528,1169.648961,796.7835754,174.2551963,580.6227336,-1026.007701 +405529,1174.274496,795.3343233,173.7481996,583.0852552,-1026.222733 +405530,1178.820159,793.965411,173.3008083,585.5741457,-1026.450807 +405531,1183.292084,792.6502469,172.8970327,588.0837595,-1026.694185 +405532,1187.696406,791.3715628,172.5251276,590.6107921,-1026.953473 +405533,1192.032936,790.120393,172.1778035,593.1535318,-1027.228594 +405534,1196.310533,788.8925157,171.8504863,595.7110234,-1027.518866 +405535,1200.52773,787.6856654,171.5398783,598.2825033,-1027.823755 +405536,1204.684071,786.4983821,171.2434093,600.8672786,-1028.142481 +405537,1208.785821,785.3294884,170.9589442,603.4646197,-1028.474524 +405538,1212.831991,784.1780314,170.6847105,606.0737599,-1028.819246 +405539,1216.826444,782.9095015,170.4192875,608.693936,-1029.176224 +405540,1220.765107,781.8056795,170.1636186,611.3266401,-1029.542197 +405541,1227.937267,782.2148571,173.1992903,615.4616381,-1023.947438 +405542,1231.131639,779.8138206,173.2448979,617.3221478,-1023.085699 +405543,1232.545123,776.3680179,171.8961127,618.2826008,-1024.484213 +405544,1234.321743,773.5377605,170.7326893,619.6485964,-1025.727757 +405545,1237.204313,771.8135661,170.3324048,621.8295,-1025.920397 +405546,1241.055773,770.9645469,170.6408113,624.6801971,-1025.102953 +405547,1245.502919,770.5977146,171.4249687,627.9221772,-1023.580532 +405548,1250.246566,770.4263306,172.4908383,631.3447712,-1021.610411 +405549,1255.117085,770.3078091,173.7248923,634.8364343,-1019.345194 +405550,1260.034747,770.1934828,175.0702248,638.3517273,-1016.864712 +405551,1264.963016,770.0754822,176.4975919,641.8754608,-1014.214406 +405552,1269.881685,769.9568328,177.9887889,645.4022658,-1011.425571 +405553,1274.776362,769.8404853,179.5300505,648.9287729,-1008.523705 +405554,1279.635496,769.7277402,181.1102997,652.4519805,-1005.529929 +405555,1284.450337,769.619318,182.7208854,655.9695171,-1002.461774 +405556,1289.214019,769.5158454,184.355108,659.479565,-999.3333254 +405557,1293.921372,769.4182161,186.0079402,662.9809096,-996.1561569 +405558,1298.568655,769.3274463,187.6756092,666.4726827,-992.939413 +405559,1303.153101,769.2446162,189.355329,669.9542677,-989.6907055 +405560,1307.672261,769.1703815,191.0447908,673.4248629,-986.4163127 +405561,1311.596755,768.816719,192.4308952,676.5922279,-983.1232643 +405562,1315.181714,768.3233632,193.6392885,679.6010232,-979.7849769 +405563,1318.739685,767.8657757,194.8360791,682.6287655,-976.3964747 +405564,1322.408471,767.515645,196.0980401,685.7506196,-972.9706022 +405565,1326.192994,767.2647107,197.4323516,688.9633775,-969.5262147 +405566,1330.050326,767.0784443,198.8204805,692.2365192,-966.0785552 +405567,1333.937532,766.9268641,200.1392742,695.541604,-962.6375833 +405568,1337.82891,766.7955102,201.5893999,698.862636,-959.2059048 +405569,1341.705295,766.6745341,203.056053,702.188226,-955.7880088 +405570,1345.55629,766.5610441,204.5327964,705.5130538,-952.3850311 +405571,1349.375807,766.4548835,206.0164443,708.8344807,-948.9970233 +405572,1353.178059,766.2905388,207.4358551,712.1199925,-945.62254 +405573,1356.977351,766.0300071,208.7446093,715.3513014,-942.2588669 +405574,1360.780824,765.6748842,209.9314181,718.5290582,-938.901962 +405575,1364.588572,765.2455019,211.0114671,721.6623737,-935.548802 +405576,1368.397047,764.7631935,212.0016269,724.7605951,-932.1975222 +405577,1372.201471,764.243069,212.9116274,727.8301742,-928.8479983 +405578,1375.99719,763.6940428,213.7541034,730.8748219,-925.5006438 +405579,1379.779916,763.1211006,214.5337944,733.8965952,-922.1565165 +405580,1383.545973,762.5270528,215.2588412,736.8965758,-918.8165966 +405581,1387.292379,761.9137705,215.9307937,739.8754498,-915.4821205 +405582,1391.016747,761.2827171,216.5558804,742.8337208,-912.1539204 +405583,1394.716864,760.6350077,217.1342664,745.7717235,-908.8330666 +405584,1398.390935,759.9715926,217.6711946,748.6897184,-905.5202082 +405585,1402.037527,759.2931848,218.1659721,751.5878508,-902.2162453 +405586,1405.655565,758.600432,218.6232144,754.4662471,-898.9216259 +405587,1409.245436,757.8952268,219.0426079,757.3260098,-895.635848 +405588,1412.803453,757.1752599,219.4264716,760.1651038,-892.3616206 +405589,1416.330232,756.4421748,219.7739847,762.9844719,-889.0984424 +405590,1419.825142,755.6963428,220.0890165,765.7840969,-885.8465674 +405591,1423.287615,754.9380616,220.369602,768.5639319,-882.606492 +405592,1427.279839,754.4490439,220.9238118,771.6414914,-879.3871529 +405593,1431.570059,754.0931646,221.6284985,774.8766784,-876.2052827 +405594,1435.850712,753.6900974,222.3070559,778.0860055,-873.0706851 +405595,1439.978002,753.162955,222.8790244,781.1876445,-869.9776833 +405596,1443.937937,752.5185514,223.3319455,784.1802879,-866.9125286 +405597,1447.765587,751.7932878,223.6883261,787.0919985,-863.8627147 +405598,1451.497859,751.0199417,223.96652,789.949569,-860.819956 +405599,1455.158807,750.2181008,224.1843259,792.7695785,-857.7806001 +405600,1458.761288,749.3968145,224.3474336,795.5601602,-854.7434084 +405601,1460.665371,747.811156,222.8179608,797.5765141,-854.701843 +405602,1455.10828,740.9404142,215.6065161,795.2489495,-863.6413577 +405603,1446.702675,732.420843,206.0738799,791.4611781,-876.4253396 +405604,1439.682361,725.4618789,197.3402506,788.7838884,-888.2763565 +405605,1435.370835,720.884613,190.4516274,787.9238358,-897.5408645 +405606,1433.34478,718.1100354,185.1954252,788.4901061,-904.4263334 +405607,1432.75956,716.2916118,181.0336785,789.8633518,-909.6293907 +405608,1432.961432,714.8330046,177.5339046,791.5925769,-913.7199371 +405609,1433.581587,713.4437635,174.4416943,793.4440116,-917.0395801 +405610,1434.443483,712.0266596,171.6246868,795.3243265,-919.775259 +405611,1435.463325,710.5669693,169.0106342,797.2035306,-922.0392462 +405612,1436.592828,709.0714343,166.5522645,799.0719393,-923.9122707 +405613,1437.797308,707.5466101,164.213423,800.9241043,-925.460112 +405614,1439.049335,705.9958443,161.9651671,802.7555214,-926.737597 +405615,1440.328087,704.4211,159.7846215,804.5628379,-927.79021 +405616,1441.616624,702.8233496,157.6533645,806.3432927,-928.6559611 +405617,1442.905837,701.2072089,155.5593134,808.097723,-929.3633534 +405618,1444.186115,699.5742683,153.4914301,809.8252594,-929.9380073 +405619,1445.45087,697.9268997,151.4416844,811.5260382,-930.4005091 +405620,1446.694972,696.2670916,149.4037684,813.2001921,-930.7679072 +405621,1447.914099,694.5964417,147.3726869,814.847756,-931.0546107 +405622,1449.104694,692.9162227,145.3444757,816.4686411,-931.2726032 +405623,1450.263467,691.2274268,143.3159591,818.0626166,-931.4321199 +405624,1451.387354,689.530851,141.2846043,819.6293333,-931.5416776 +405625,1452.473648,687.8271242,139.24837,821.1683191,-931.6086182 +405626,1453.519716,686.116766,137.2056237,822.6790015,-931.6390386 +405627,1454.523123,684.4001836,135.1550361,824.1606947,-931.6382586 +405628,1455.481347,682.6777306,133.0955488,825.6126325,-931.6106688 +405629,1456.392015,680.9497061,131.0233459,827.0339606,-931.5601352 +405630,1456.964695,679.4113212,129.1469479,828.2898326,-931.4895923 +405631,1457.322343,677.9854191,127.3966501,829.4380035,-931.4015169 +405632,1457.476546,676.5922294,125.6973206,830.497958,-931.2975184 +405633,1457.416025,675.1974791,124.0137999,831.4728624,-931.1776307 +405634,1457.145021,673.7987478,122.3386607,832.3602107,-931.0406078 +405635,1456.681161,672.4043138,120.6744499,833.174674,-930.8856738 +405636,1456.044966,671.0214714,119.0242662,833.919615,-930.7129835 +405637,1455.253971,669.6535411,117.3892124,834.6071567,-930.5238575 +405638,1454.321115,668.3009258,115.768849,835.2351286,-930.3200584 +405639,1453.256008,666.9627314,114.1620726,835.8114888,-930.1036854 +405640,1452.065681,665.6378408,112.5677113,836.3313055,-929.8766287 +405641,1450.748263,664.3253756,110.9847704,836.7957988,-929.6406842 +405642,1449.317169,663.0246824,109.4124254,837.2076548,-929.3973112 +405643,1447.771702,661.7351479,107.8499042,837.5685064,-929.1480193 +405644,1446.122036,660.4561956,106.2964979,837.8788604,-928.8940754 +405645,1444.363779,659.187302,104.7515661,838.1386655,-928.6367568 +405646,1442.505426,657.9280519,103.2145773,838.3477676,-928.3770386 +405647,1440.578296,656.6791918,101.6863787,838.5225508,-928.1162691 +405648,1438.562629,655.4392289,100.1656348,838.656209,-927.8557076 +405649,1436.444337,654.2068634,98.65101753,838.739274,-927.5963527 +405650,1434.220065,652.9818611,97.1420205,838.7672984,-927.3384828 +405651,1431.891699,651.764568,95.63864725,838.7399245,-927.0822641 +405652,1429.462155,650.5553742,94.14102638,838.6583646,-926.8277415 +405653,1426.933681,649.3544682,92.64921362,838.5238523,-926.5752053 +405654,1424.307897,648.1618531,91.16317937,838.3371734,-926.3248889 +405655,1421.585655,646.9774088,89.68282527,838.0987065,-926.077212 +405656,1418.767529,645.8009974,88.20804735,837.8086123,-925.8324448 +405657,1415.85411,644.6324649,86.73872538,837.4669302,-925.5909977 +405658,1412.841197,643.4718026,85.26170902,837.073749,-925.3530072 +405659,1409.720297,642.3193439,83.85706661,836.6293794,-925.1183715 +405660,1406.481509,641.1702956,82.30393581,836.1308155,-924.8915806 +405661,1823.735921,1245.247085,755.4432981,1199.865719,1774.777012 +405662,1864.915236,1264.76658,772.2910831,1224.428286,1794.344359 +405663,1913.3982,1279.846924,791.410394,1250.514099,1809.113074 +405664,1955.342545,1288.188521,807.7882512,1271.321441,1817.183712 +405665,1989.412199,1293.762815,821.2865685,1287.533961,1822.512801 +405666,2015.795755,1297.684892,832.3083124,1299.639484,1826.070256 +405667,2035.846096,1300.200191,841.090215,1308.422294,1827.924355 +405668,2050.933382,1301.223608,848.0328831,1314.634129,1828.37949 +405669,2062.254842,1301.238099,853.6043116,1318.971313,1827.616765 +405670,2070.857374,1300.605764,858.0195294,1322.063667,1826.128881 +405671,2077.102342,1299.605317,861.536874,1324.101445,1824.22886 +405672,2081.611963,1298.412073,863.7137327,1325.438399,1821.749486 +405673,2084.765439,1297.138522,866.076568,1326.264889,1818.831036 +405674,2086.828319,1295.820428,867.9444553,1326.693918,1815.656893 +405675,2088.009525,1294.475768,869.4319989,1326.807377,1812.383478 +405676,2088.475161,1293.116248,870.5646492,1326.667206,1809.119279 +405677,2088.352443,1291.74579,871.5481789,1326.317207,1805.929788 +405678,2087.73773,1290.362722,872.2497152,1325.787414,1802.85229 +405679,2086.709599,1288.967878,872.7815578,1325.102377,1799.912606 +405680,2085.32956,1287.561107,873.170468,1324.280316,1797.126158 +405681,2083.646345,1286.142126,873.438066,1323.335077,1794.50126 +405682,2081.698305,1284.710435,873.6885578,1322.277061,1792.040593 +405683,2079.514551,1283.264327,873.7620989,1321.11321,1789.741396 +405684,2077.125982,1281.810507,873.7591518,1319.854756,1787.606311 +405685,2074.552337,1280.349408,873.6903406,1318.506733,1785.629575 +405686,2071.434224,1278.951942,873.6006398,1316.784618,1783.810175 +405687,2067.939539,1277.605965,873.488186,1314.814989,1782.154087 +405688,2064.278974,1276.281163,873.260659,1312.759977,1780.660157 +405689,2060.562103,1274.960086,873.0891926,1310.701004,1779.42226 +405690,2056.808328,1273.628657,872.8853098,1308.646723,1778.220239 +405691,2053.009787,1272.28645,872.6511986,1306.583566,1777.141758 +405692,2049.231483,1270.954677,872.3984712,1304.556341,1776.175606 +405693,2045.509919,1269.642436,872.1334062,1302.590414,1775.306323 +405694,2041.848467,1268.348396,871.8577138,1300.68463,1774.519891 +405695,2038.370251,1267.065761,871.5704811,1298.824031,1773.803329 +405696,2034.766957,1265.785917,871.2695461,1296.990818,1773.143612 +405697,2031.121401,1264.509651,870.9564317,1295.153784,1772.536999 +405698,2027.393253,1263.239682,870.5500449,1293.284154,1771.981396 +405699,2023.5726,1261.981407,870.2246724,1291.371708,1771.477631 +405700,2019.663895,1260.736914,869.8946367,1289.416037,1771.023728 +405701,2015.677864,1259.5085,869.5613162,1287.421811,1770.618487 +405702,2011.624936,1258.298,869.2261727,1285.39396,1770.2607 +405703,2007.510826,1257.104851,868.8063649,1283.334344,1769.947602 +405704,2003.346768,1255.933502,868.4777542,1281.248774,1769.680566 +405705,1999.133769,1254.780732,868.1504471,1279.135829,1769.45442 +405706,1994.875709,1253.646106,867.8244264,1276.996275,1769.266634 +405707,1990.576939,1252.529988,867.4181962,1274.831395,1769.115367 +405708,1986.242893,1251.434321,867.1048132,1272.643465,1769.000578 +405709,1981.874688,1250.357054,866.7944577,1270.431637,1768.918452 +405710,1977.475044,1249.29812,866.406377,1268.196417,1768.867357 +405711,1968.465794,1248.33257,866.1431388,1262.337994,1768.923065 +405712,1956.929796,1247.613786,865.979815,1254.506151,1769.244973 +405713,1945.372316,1247.21026,865.9496735,1246.735942,1769.913489 +405714,1934.935021,1247.056291,866.0333511,1239.95229,1770.877374 +405715,1925.747748,1247.028227,866.186696,1234.230291,1772.023341 +405716,1917.561658,1247.016455,866.3675131,1229.323412,1773.243116 +405717,1910.103105,1246.951822,866.6312033,1224.971141,1774.459637 +405718,1903.179264,1246.803196,866.7941043,1220.993551,1775.628006 +405719,1896.671763,1246.564518,866.9281273,1217.284642,1776.72666 +405720,1890.505165,1246.241046,867.0305127,1213.78169,1777.746615 +405721,0,0,0,0,0 +405722,0,0,0,0,0 +405723,0,0,0,0,0 +405724,0,0,0,0,0 +405725,0,0,0,0,0 +405726,0,0,0,0,0 +405727,0,0,0,0,0 +405728,0,0,0,0,0 +405729,0,0,0,0,0 +405730,0,0,0,0,0 +405731,0,0,0,0,0 +405732,0,0,0,0,0 +405733,0,0,0,0,0 +405734,0,0,0,0,0 +405735,0,0,0,0,0 +405736,0,0,0,0,0 +405737,0,0,0,0,0 +405738,0,0,0,0,0 +405739,0,0,0,0,0 +405740,0,0,0,0,0 +405741,0,0,0,0,0 +405742,0,0,0,0,0 +405743,0,0,0,0,0 +405744,0,0,0,0,0 +405745,0,0,0,0,0 +405746,0,0,0,0,0 +405747,0,0,0,0,0 +405748,0,0,0,0,0 +405749,0,0,0,0,0 +405750,0,0,0,0,0 +405751,0,0,0,0,0 +405752,0,0,0,0,0 +405753,0,0,0,0,0 +405754,0,0,0,0,0 +405755,0,0,0,0,0 +405756,0,0,0,0,0 +405757,0,0,0,0,0 +405758,0,0,0,0,0 +405759,0,0,0,0,0 +405760,0,0,0,0,0 +405761,0,0,0,0,0 +405762,0,0,0,0,0 +405763,0,0,0,0,0 +405764,0,0,0,0,0 +405765,0,0,0,0,0 +405766,0,0,0,0,0 +405767,0,0,0,0,0 +405768,0,0,0,0,0 +405769,0,0,0,0,0 +405770,0,0,0,0,0 +405771,0,0,0,0,0 +405772,0,0,0,0,0 +405773,0,0,0,0,0 +405774,0,0,0,0,0 +405775,0,0,0,0,0 +405776,0,0,0,0,0 +405777,0,0,0,0,0 +405778,0,0,0,0,0 +405779,0,0,0,0,0 +405780,0,0,0,0,0 +405781,0,0,0,0,0 +405782,0,0,0,0,0 +405783,0,0,0,0,0 +405784,0,0,0,0,0 +405785,0,0,0,0,0 +405786,0,0,0,0,0 +405787,0,0,0,0,0 +405788,0,0,0,0,0 +405789,0,0,0,0,0 +405790,0,0,0,0,0 +405791,0,0,0,0,0 +405792,0,0,0,0,0 +405793,0,0,0,0,0 +405794,0,0,0,0,0 +405795,0,0,0,0,0 +405796,0,0,0,0,0 +405797,0,0,0,0,0 +405798,0,0,0,0,0 +405799,0,0,0,0,0 +405800,0,0,0,0,0 +405801,0,0,0,0,0 +405802,0,0,0,0,0 +405803,0,0,0,0,0 +405804,0,0,0,0,0 +405805,0,0,0,0,0 +405806,0,0,0,0,0 +405807,0,0,0,0,0 +405808,0,0,0,0,0 +405809,0,0,0,0,0 +405810,0,0,0,0,0 +405811,0,0,0,0,0 +405812,0,0,0,0,0 +405813,0,0,0,0,0 +405814,0,0,0,0,0 +405815,0,0,0,0,0 +405816,0,0,0,0,0 +405817,0,0,0,0,0 +405818,0,0,0,0,0 +405819,0,0,0,0,0 +405820,0,0,0,0,0 +405821,0,0,0,0,0 +405822,0,0,0,0,0 +405823,0,0,0,0,0 +405824,0,0,0,0,0 +405825,0,0,0,0,0 +405826,0,0,0,0,0 +405827,0,0,0,0,0 +405828,0,0,0,0,0 +405829,0,0,0,0,0 +405830,0,0,0,0,0 +405831,0,0,0,0,0 +405832,0,0,0,0,0 +405833,0,0,0,0,0 +405834,0,0,0,0,0 +405835,0,0,0,0,0 +405836,0,0,0,0,0 +405837,0,0,0,0,0 +405838,0,0,0,0,0 +405839,0,0,0,0,0 +405840,0,0,0,0,0 +405841,0,0,0,0,0 +405842,0,0,0,0,0 +405843,0,0,0,0,0 +405844,0,0,0,0,0 +405845,0,0,0,0,0 +405846,0,0,0,0,0 +405847,0,0,0,0,0 +405848,0,0,0,0,0 +405849,0,0,0,0,0 +405850,0,0,0,0,0 +405851,0,0,0,0,0 +405852,0,0,0,0,0 +405853,0,0,0,0,0 +405854,0,0,0,0,0 +405855,0,0,0,0,0 +405856,0,0,0,0,0 +405857,0,0,0,0,0 +405858,0,0,0,0,0 +405859,0,0,0,0,0 +405860,0,0,0,0,0 +405861,0,0,0,0,0 +405862,0,0,0,0,0 +405863,0,0,0,0,0 +405864,0,0,0,0,0 +405865,0,0,0,0,0 +405866,0,0,0,0,0 +405867,0,0,0,0,0 +405868,0,0,0,0,0 +405869,0,0,0,0,0 +405870,0,0,0,0,0 +405871,0,0,0,0,0 +405872,0,0,0,0,0 +405873,0,0,0,0,0 +405874,0,0,0,0,0 +405875,0,0,0,0,0 +405876,0,0,0,0,0 +405877,0,0,0,0,0 +405878,0,0,0,0,0 +405879,0,0,0,0,0 +405880,0,0,0,0,0 +405881,0,0,0,0,0 +405882,0,0,0,0,0 +405883,0,0,0,0,0 +405884,0,0,0,0,0 +405885,0,0,0,0,0 +405886,0,0,0,0,0 +405887,0,0,0,0,0 +405888,0,0,0,0,0 +405889,0,0,0,0,0 +405890,0,0,0,0,0 +405891,0,0,0,0,0 +405892,0,0,0,0,0 +405893,0,0,0,0,0 +405894,0,0,0,0,0 +405895,0,0,0,0,0 +405896,0,0,0,0,0 +405897,0,0,0,0,0 +405898,0,0,0,0,0 +405899,0,0,0,0,0 +405900,0,0,0,0,0 +405901,0,0,0,0,0 +405902,0,0,0,0,0 +405903,0,0,0,0,0 +405904,0,0,0,0,0 +405905,0,0,0,0,0 +405906,0,0,0,0,0 +405907,0,0,0,0,0 +405908,0,0,0,0,0 +405909,0,0,0,0,0 +405910,0,0,0,0,0 +405911,0,0,0,0,0 +405912,0,0,0,0,0 +405913,0,0,0,0,0 +405914,0,0,0,0,0 +405915,0,0,0,0,0 +405916,0,0,0,0,0 +405917,0,0,0,0,0 +405918,0,0,0,0,0 +405919,0,0,0,0,0 +405920,0,0,0,0,0 +405921,0,0,0,0,0 +405922,0,0,0,0,0 +405923,0,0,0,0,0 +405924,0,0,0,0,0 +405925,0,0,0,0,0 +405926,0,0,0,0,0 +405927,0,0,0,0,0 +405928,0,0,0,0,0 +405929,0,0,0,0,0 +405930,0,0,0,0,0 +405931,0,0,0,0,0 +405932,0,0,0,0,0 +405933,0,0,0,0,0 +405934,0,0,0,0,0 +405935,0,0,0,0,0 +405936,0,0,0,0,0 +405937,0,0,0,0,0 +405938,0,0,0,0,0 +405939,0,0,0,0,0 +405940,0,0,0,0,0 +405941,0,0,0,0,0 +405942,0,0,0,0,0 +405943,0,0,0,0,0 +405944,0,0,0,0,0 +405945,0,0,0,0,0 +405946,0,0,0,0,0 +405947,0,0,0,0,0 +405948,0,0,0,0,0 +405949,0,0,0,0,0 +405950,0,0,0,0,0 +405951,0,0,0,0,0 +405952,0,0,0,0,0 +405953,0,0,0,0,0 +405954,0,0,0,0,0 +405955,0,0,0,0,0 +405956,0,0,0,0,0 +405957,0,0,0,0,0 +405958,0,0,0,0,0 +405959,0,0,0,0,0 +405960,0,0,0,0,0 +405961,0,0,0,0,0 +405962,0,0,0,0,0 +405963,0,0,0,0,0 +405964,0,0,0,0,0 +405965,0,0,0,0,0 +405966,0,0,0,0,0 +405967,0,0,0,0,0 +405968,0,0,0,0,0 +405969,0,0,0,0,0 +405970,0,0,0,0,0 +405971,0,0,0,0,0 +405972,0,0,0,0,0 +405973,0,0,0,0,0 +405974,0,0,0,0,0 +405975,0,0,0,0,0 +405976,0,0,0,0,0 +405977,0,0,0,0,0 +405978,0,0,0,0,0 +405979,0,0,0,0,0 +405980,0,0,0,0,0 +405981,0,0,0,0,0 +405982,0,0,0,0,0 +405983,0,0,0,0,0 +405984,0,0,0,0,0 +405985,0,0,0,0,0 +405986,0,0,0,0,0 +405987,0,0,0,0,0 +405988,0,0,0,0,0 +405989,0,0,0,0,0 +405990,0,0,0,0,0 +405991,0,0,0,0,0 +405992,0,0,0,0,0 +405993,0,0,0,0,0 +405994,0,0,0,0,0 +405995,0,0,0,0,0 +405996,0,0,0,0,0 +405997,0,0,0,0,0 +405998,0,0,0,0,0 +405999,0,0,0,0,0 +406000,0,0,0,0,0 +406001,0,0,0,0,0 +406002,0,0,0,0,0 +406003,0,0,0,0,0 +406004,0,0,0,0,0 +406005,0,0,0,0,0 +406006,0,0,0,0,0 +406007,0,0,0,0,0 +406008,0,0,0,0,0 +406009,0,0,0,0,0 +406010,0,0,0,0,0 +406011,0,0,0,0,0 +406012,0,0,0,0,0 +406013,0,0,0,0,0 +406014,0,0,0,0,0 +406015,0,0,0,0,0 +406016,0,0,0,0,0 +406017,0,0,0,0,0 +406018,0,0,0,0,0 +406019,0,0,0,0,0 +406020,0,0,0,0,0 +406021,0,0,0,0,0 +406022,0,0,0,0,0 +406023,0,0,0,0,0 +406024,0,0,0,0,0 +406025,0,0,0,0,0 +406026,0,0,0,0,0 +406027,0,0,0,0,0 +406028,0,0,0,0,0 +406029,0,0,0,0,0 +406030,0,0,0,0,0 +406031,0,0,0,0,0 +406032,0,0,0,0,0 +406033,0,0,0,0,0 +406034,0,0,0,0,0 +406035,0,0,0,0,0 +406036,0,0,0,0,0 +406037,0,0,0,0,0 +406038,0,0,0,0,0 +406039,0,0,0,0,0 +406040,0,0,0,0,0 +406041,0,0,0,0,0 +406042,0,0,0,0,0 +406043,0,0,0,0,0 +406044,0,0,0,0,0 +406045,0,0,0,0,0 +406046,0,0,0,0,0 +406047,0,0,0,0,0 +406048,0,0,0,0,0 +406049,0,0,0,0,0 +406050,0,0,0,0,0 +406051,0,0,0,0,0 +406052,0,0,0,0,0 +406053,0,0,0,0,0 +406054,0,0,0,0,0 +406055,0,0,0,0,0 +406056,0,0,0,0,0 +406057,0,0,0,0,0 +406058,0,0,0,0,0 +406059,0,0,0,0,0 +406060,0,0,0,0,0 +406061,0,0,0,0,0 +406062,0,0,0,0,0 +406063,0,0,0,0,0 +406064,0,0,0,0,0 +406065,0,0,0,0,0 +406066,0,0,0,0,0 +406067,0,0,0,0,0 +406068,0,0,0,0,0 +406069,0,0,0,0,0 +406070,0,0,0,0,0 +406071,0,0,0,0,0 +406072,0,0,0,0,0 +406073,0,0,0,0,0 +406074,0,0,0,0,0 +406075,0,0,0,0,0 +406076,0,0,0,0,0 +406077,0,0,0,0,0 +406078,0,0,0,0,0 +406079,0,0,0,0,0 +406080,0,0,0,0,0 +406081,0,0,0,0,0 +406082,0,0,0,0,0 +406083,0,0,0,0,0 +406084,0,0,0,0,0 +406085,0,0,0,0,0 +406086,0,0,0,0,0 +406087,0,0,0,0,0 +406088,0,0,0,0,0 +406089,0,0,0,0,0 +406090,0,0,0,0,0 +406091,0,0,0,0,0 +406092,0,0,0,0,0 +406093,0,0,0,0,0 +406094,0,0,0,0,0 +406095,0,0,0,0,0 +406096,0,0,0,0,0 +406097,0,0,0,0,0 +406098,0,0,0,0,0 +406099,0,0,0,0,0 +406100,0,0,0,0,0 +406101,0,0,0,0,0 +406102,0,0,0,0,0 +406103,0,0,0,0,0 +406104,0,0,0,0,0 +406105,0,0,0,0,0 +406106,0,0,0,0,0 +406107,0,0,0,0,0 +406108,0,0,0,0,0 +406109,0,0,0,0,0 +406110,0,0,0,0,0 +406111,0,0,0,0,0 +406112,0,0,0,0,0 +406113,0,0,0,0,0 +406114,0,0,0,0,0 +406115,0,0,0,0,0 +406116,0,0,0,0,0 +406117,0,0,0,0,0 +406118,0,0,0,0,0 +406119,0,0,0,0,0 +406120,0,0,0,0,0 +406121,0,0,0,0,0 +406122,0,0,0,0,0 +406123,0,0,0,0,0 +406124,0,0,0,0,0 +406125,0,0,0,0,0 +406126,0,0,0,0,0 +406127,0,0,0,0,0 +406128,0,0,0,0,0 +406129,0,0,0,0,0 +406130,0,0,0,0,0 +406131,0,0,0,0,0 +406132,0,0,0,0,0 +406133,0,0,0,0,0 +406134,0,0,0,0,0 +406135,0,0,0,0,0 +406136,0,0,0,0,0 +406137,0,0,0,0,0 +406138,0,0,0,0,0 +406139,0,0,0,0,0 +406140,0,0,0,0,0 +406141,0,0,0,0,0 +406142,0,0,0,0,0 +406143,0,0,0,0,0 +406144,0,0,0,0,0 +406145,0,0,0,0,0 +406146,0,0,0,0,0 +406147,0,0,0,0,0 +406148,0,0,0,0,0 +406149,0,0,0,0,0 +406150,0,0,0,0,0 +406151,0,0,0,0,0 +406152,0,0,0,0,0 +406153,0,0,0,0,0 +406154,0,0,0,0,0 +406155,0,0,0,0,0 +406156,0,0,0,0,0 +406157,0,0,0,0,0 +406158,0,0,0,0,0 +406159,0,0,0,0,0 +406160,0,0,0,0,0 +406161,0,0,0,0,0 +406162,0,0,0,0,0 +406163,0,0,0,0,0 +406164,0,0,0,0,0 +406165,0,0,0,0,0 +406166,0,0,0,0,0 +406167,0,0,0,0,0 +406168,0,0,0,0,0 +406169,0,0,0,0,0 +406170,0,0,0,0,0 +406171,0,0,0,0,0 +406172,0,0,0,0,0 +406173,0,0,0,0,0 +406174,0,0,0,0,0 +406175,0,0,0,0,0 +406176,0,0,0,0,0 +406177,0,0,0,0,0 +406178,0,0,0,0,0 +406179,0,0,0,0,0 +406180,0,0,0,0,0 +406181,0,0,0,0,0 +406182,0,0,0,0,0 +406183,0,0,0,0,0 +406184,0,0,0,0,0 +406185,0,0,0,0,0 +406186,0,0,0,0,0 +406187,0,0,0,0,0 +406188,0,0,0,0,0 +406189,0,0,0,0,0 +406190,0,0,0,0,0 +406191,0,0,0,0,0 +406192,0,0,0,0,0 +406193,0,0,0,0,0 +406194,0,0,0,0,0 +406195,0,0,0,0,0 +406196,0,0,0,0,0 +406197,0,0,0,0,0 +406198,0,0,0,0,0 +406199,0,0,0,0,0 +406200,0,0,0,0,0 +406201,0,0,0,0,0 +406202,0,0,0,0,0 +406203,0,0,0,0,0 +406204,0,0,0,0,0 +406205,0,0,0,0,0 +406206,0,0,0,0,0 +406207,0,0,0,0,0 +406208,0,0,0,0,0 +406209,0,0,0,0,0 +406210,0,0,0,0,0 +406211,0,0,0,0,0 +406212,0,0,0,0,0 +406213,0,0,0,0,0 +406214,0,0,0,0,0 +406215,0,0,0,0,0 +406216,0,0,0,0,0 +406217,0,0,0,0,0 +406218,0,0,0,0,0 +406219,0,0,0,0,0 +406220,0,0,0,0,0 +406221,0,0,0,0,0 +406222,0,0,0,0,0 +406223,0,0,0,0,0 +406224,0,0,0,0,0 +406225,0,0,0,0,0 +406226,0,0,0,0,0 +406227,0,0,0,0,0 +406228,0,0,0,0,0 +406229,0,0,0,0,0 +406230,0,0,0,0,0 +406231,0,0,0,0,0 +406232,0,0,0,0,0 +406233,0,0,0,0,0 +406234,0,0,0,0,0 +406235,0,0,0,0,0 +406236,0,0,0,0,0 +406237,0,0,0,0,0 +406238,0,0,0,0,0 +406239,0,0,0,0,0 +406240,0,0,0,0,0 +406241,0,0,0,0,0 +406242,0,0,0,0,0 +406243,0,0,0,0,0 +406244,0,0,0,0,0 +406245,0,0,0,0,0 +406246,0,0,0,0,0 +406247,0,0,0,0,0 +406248,0,0,0,0,0 +406249,0,0,0,0,0 +406250,0,0,0,0,0 +406251,0,0,0,0,0 +406252,0,0,0,0,0 +406253,0,0,0,0,0 +406254,0,0,0,0,0 +406255,0,0,0,0,0 +406256,0,0,0,0,0 +406257,0,0,0,0,0 +406258,0,0,0,0,0 +406259,0,0,0,0,0 +406260,0,0,0,0,0 +406261,0,0,0,0,0 +406262,0,0,0,0,0 +406263,0,0,0,0,0 +406264,0,0,0,0,0 +406265,0,0,0,0,0 +406266,0,0,0,0,0 +406267,0,0,0,0,0 +406268,0,0,0,0,0 +406269,0,0,0,0,0 +406270,0,0,0,0,0 +406271,0,0,0,0,0 +406272,0,0,0,0,0 +406273,0,0,0,0,0 +406274,0,0,0,0,0 +406275,0,0,0,0,0 +406276,0,0,0,0,0 +406277,0,0,0,0,0 +406278,0,0,0,0,0 +406279,0,0,0,0,0 +406280,0,0,0,0,0 +406281,0,0,0,0,0 +406282,0,0,0,0,0 +406283,0,0,0,0,0 +406284,0,0,0,0,0 +406285,0,0,0,0,0 +406286,0,0,0,0,0 +406287,0,0,0,0,0 +406288,0,0,0,0,0 +406289,0,0,0,0,0 +406290,0,0,0,0,0 +406291,0,0,0,0,0 +406292,0,0,0,0,0 +406293,0,0,0,0,0 +406294,0,0,0,0,0 +406295,0,0,0,0,0 +406296,0,0,0,0,0 +406297,0,0,0,0,0 +406298,0,0,0,0,0 +406299,0,0,0,0,0 +406300,0,0,0,0,0 +406301,0,0,0,0,0 +406302,0,0,0,0,0 +406303,0,0,0,0,0 +406304,0,0,0,0,0 +406305,0,0,0,0,0 +406306,0,0,0,0,0 +406307,0,0,0,0,0 +406308,0,0,0,0,0 +406309,0,0,0,0,0 +406310,0,0,0,0,0 +406311,0,0,0,0,0 +406312,0,0,0,0,0 +406313,0,0,0,0,0 +406314,0,0,0,0,0 +406315,0,0,0,0,0 +406316,0,0,0,0,0 +406317,0,0,0,0,0 +406318,0,0,0,0,0 +406319,0,0,0,0,0 +406320,0,0,0,0,0 +406321,0,0,0,0,0 +406322,0,0,0,0,0 +406323,0,0,0,0,0 +406324,0,0,0,0,0 +406325,0,0,0,0,0 +406326,0,0,0,0,0 +406327,0,0,0,0,0 +406328,0,0,0,0,0 +406329,0,0,0,0,0 +406330,0,0,0,0,0 +406331,0,0,0,0,0 +406332,0,0,0,0,0 +406333,0,0,0,0,0 +406334,0,0,0,0,0 +406335,0,0,0,0,0 +406336,0,0,0,0,0 +406337,0,0,0,0,0 +406338,0,0,0,0,0 +406339,0,0,0,0,0 +406340,0,0,0,0,0 +406341,0,0,0,0,0 +406342,0,0,0,0,0 +406343,0,0,0,0,0 +406344,0,0,0,0,0 +406345,0,0,0,0,0 +406346,0,0,0,0,0 +406347,0,0,0,0,0 +406348,0,0,0,0,0 +406349,0,0,0,0,0 +406350,0,0,0,0,0 +406351,0,0,0,0,0 +406352,0,0,0,0,0 +406353,0,0,0,0,0 +406354,0,0,0,0,0 +406355,0,0,0,0,0 +406356,0,0,0,0,0 +406357,0,0,0,0,0 +406358,0,0,0,0,0 +406359,0,0,0,0,0 +406360,0,0,0,0,0 +406361,0,0,0,0,0 +406362,0,0,0,0,0 +406363,0,0,0,0,0 +406364,0,0,0,0,0 +406365,0,0,0,0,0 +406366,0,0,0,0,0 +406367,0,0,0,0,0 +406368,0,0,0,0,0 +406369,0,0,0,0,0 +406370,0,0,0,0,0 +406371,0,0,0,0,0 +406372,0,0,0,0,0 +406373,0,0,0,0,0 +406374,0,0,0,0,0 +406375,0,0,0,0,0 +406376,0,0,0,0,0 +406377,0,0,0,0,0 +406378,0,0,0,0,0 +406379,0,0,0,0,0 +406380,0,0,0,0,0 +406381,0,0,0,0,0 +406382,0,0,0,0,0 +406383,0,0,0,0,0 +406384,0,0,0,0,0 +406385,0,0,0,0,0 +406386,0,0,0,0,0 +406387,0,0,0,0,0 +406388,0,0,0,0,0 +406389,0,0,0,0,0 +406390,0,0,0,0,0 +406391,0,0,0,0,0 +406392,0,0,0,0,0 +406393,0,0,0,0,0 +406394,0,0,0,0,0 +406395,0,0,0,0,0 +406396,0,0,0,0,0 +406397,0,0,0,0,0 +406398,0,0,0,0,0 +406399,0,0,0,0,0 +406400,0,0,0,0,0 +406401,0,0,0,0,0 +406402,0,0,0,0,0 +406403,0,0,0,0,0 +406404,0,0,0,0,0 +406405,0,0,0,0,0 +406406,0,0,0,0,0 +406407,0,0,0,0,0 +406408,0,0,0,0,0 +406409,0,0,0,0,0 +406410,0,0,0,0,0 +406411,0,0,0,0,0 +406412,0,0,0,0,0 +406413,0,0,0,0,0 +406414,0,0,0,0,0 +406415,0,0,0,0,0 +406416,0,0,0,0,0 +406417,0,0,0,0,0 +406418,0,0,0,0,0 +406419,0,0,0,0,0 +406420,0,0,0,0,0 +406421,0,0,0,0,0 +406422,0,0,0,0,0 +406423,0,0,0,0,0 +406424,0,0,0,0,0 +406425,0,0,0,0,0 +406426,0,0,0,0,0 +406427,0,0,0,0,0 +406428,0,0,0,0,0 +406429,0,0,0,0,0 +406430,0,0,0,0,0 +406431,0,0,0,0,0 +406432,0,0,0,0,0 +406433,0,0,0,0,0 +406434,0,0,0,0,0 +406435,0,0,0,0,0 +406436,0,0,0,0,0 +406437,0,0,0,0,0 +406438,0,0,0,0,0 +406439,0,0,0,0,0 +406440,0,0,0,0,0 +406441,0,0,0,0,0 +406442,0,0,0,0,0 +406443,0,0,0,0,0 +406444,0,0,0,0,0 +406445,0,0,0,0,0 +406446,0,0,0,0,0 +406447,0,0,0,0,0 +406448,0,0,0,0,0 +406449,0,0,0,0,0 +406450,0,0,0,0,0 +406451,0,0,0,0,0 +406452,0,0,0,0,0 +406453,0,0,0,0,0 +406454,0,0,0,0,0 +406455,0,0,0,0,0 +406456,0,0,0,0,0 +406457,0,0,0,0,0 +406458,0,0,0,0,0 +406459,0,0,0,0,0 +406460,0,0,0,0,0 +406461,0,0,0,0,0 +406462,0,0,0,0,0 +406463,0,0,0,0,0 +406464,0,0,0,0,0 +406465,0,0,0,0,0 +406466,0,0,0,0,0 +406467,0,0,0,0,0 +406468,0,0,0,0,0 +406469,0,0,0,0,0 +406470,0,0,0,0,0 +406471,0,0,0,0,0 +406472,0,0,0,0,0 +406473,0,0,0,0,0 +406474,0,0,0,0,0 +406475,0,0,0,0,0 +406476,0,0,0,0,0 +406477,0,0,0,0,0 +406478,0,0,0,0,0 +406479,0,0,0,0,0 +406480,0,0,0,0,0 +406481,0,0,0,0,0 +406482,0,0,0,0,0 +406483,0,0,0,0,0 +406484,0,0,0,0,0 +406485,0,0,0,0,0 +406486,0,0,0,0,0 +406487,0,0,0,0,0 +406488,0,0,0,0,0 +406489,0,0,0,0,0 +406490,0,0,0,0,0 +406491,0,0,0,0,0 +406492,0,0,0,0,0 +406493,0,0,0,0,0 +406494,0,0,0,0,0 +406495,0,0,0,0,0 +406496,0,0,0,0,0 +406497,0,0,0,0,0 +406498,0,0,0,0,0 +406499,0,0,0,0,0 +406500,0,0,0,0,0 +406501,-456.841528,-129.066904,-419.4461289,-211.734091,-861.1446071 +406502,-458.8865717,-127.4368004,-420.2737749,-212.436121,-865.2258687 +406503,-456.9004562,-124.8117294,-417.5062488,-211.2685911,-861.1621766 +406504,-454.9044113,-122.3499625,-414.8101997,-210.1986952,-856.1986027 +406505,-454.4653577,-120.4565386,-413.6104738,-209.9689759,-854.4666654 +406506,-455.6756473,-119.1072059,-413.9792005,-210.5939818,-856.0963677 +406507,-458.4914508,-118.1611134,-415.5747753,-211.8724948,-860.2029245 +406508,-462.4818902,-117.4959377,-418.0735367,-213.7470883,-866.0546836 +406509,-467.283021,-117.0318953,-421.2610077,-216.0536231,-873.2233291 +406510,-472.6717121,-116.7188111,-425.0027998,-218.658973,-881.4770194 +406511,-478.5157239,-116.5215431,-429.2049162,-221.4795871,-890.6614458 +406512,-484.7251503,-116.4123,-433.7920814,-224.4638572,-900.648178 +406513,-491.2281847,-116.3677831,-438.6998332,-227.5730004,-911.3203492 +406514,-497.9610872,-116.3684541,-444.0406757,-230.7814174,-922.573921 +406515,-504.8775855,-116.3981002,-449.7229369,-234.0676081,-934.3179353 +406516,-511.9386428,-116.443472,-455.639172,-237.4126342,-946.474641 +406517,-519.1099006,-116.4937872,-461.718172,-240.8002616,-958.9772802 +406518,-526.3622782,-116.5403464,-467.9189654,-244.2172924,-971.7691996 +406519,-533.6715411,-3.090387374,-474.2156364,-247.6531058,-984.8016647 +406520,-541.01808,106.2738155,-480.588697,-251.0993404,-998.0332516 +406521,-548.3858345,53.76286143,-487.0216638,-254.5492956,-1011.428212 +406522,-555.7619707,99.53483915,-493.5006965,-257.9977388,-1024.956307 +406523,-563.1360779,120.5031182,-500.0144221,-261.4405223,-1038.591638 +406524,-570.4999273,140.6166458,-506.5538082,-264.8744611,-1052.312415 +406525,-577.8468014,161.0031101,-513.111528,-268.2970211,-1066.099847 +406526,-585.1713745,180.8975577,-519.6816701,-271.7062573,-1079.938005 +406527,-592.4692704,200.9592606,-526.2593347,-275.1006111,-1093.813045 +406528,-599.7370899,220.9322762,-532.8405851,-278.4789198,-1107.713286 +406529,-606.972069,240.7834836,-539.4221959,-281.8402645,-1121.628583 +406530,-614.1720418,260.6876659,-545.9960731,-285.1839559,-1135.550264 +406531,-621.3352519,277.6997895,-552.5683178,-288.5094511,-1149.470771 +406532,-628.4731677,293.9664237,-559.1717648,-291.8228375,-1163.383813 +406533,-635.5925519,310.6910796,-565.826661,-295.1276812,-1177.28476 +406534,-642.6961086,326.4250189,-572.5362978,-298.4253025,-1191.172573 +406535,-649.7812427,342.3462835,-579.2923286,-301.7144586,-1205.043253 +406536,-656.8448459,357.9513409,-586.0848095,-304.99366,-1218.893054 +406537,-663.8846119,373.4109149,-592.9055628,-308.2618148,-1232.718954 +406538,-670.8991942,388.6639048,-599.7485569,-311.5182965,-1246.518894 +406539,-677.8876982,403.8562166,-606.609096,-314.7626991,-1260.291208 +406540,-684.8496046,418.8229271,-613.4834536,-317.9947917,-1274.034751 +406541,-691.7845165,433.6396912,-620.3684591,-321.2144006,-1287.748537 +406542,-698.6922621,448.4209324,-627.2615114,-324.4214533,-1301.431965 +406543,-705.5727272,462.946173,-634.1603631,-327.6159037,-1315.084512 +406544,-712.4259811,477.4859879,-641.0632013,-330.7977877,-1328.705975 +406545,-719.2521105,491.7741196,-647.9684463,-333.9671486,-1342.296172 +406546,-726.0513486,506.002543,-654.8748442,-337.124095,-1355.855187 +406547,-732.8270837,520.1027837,-661.7865234,-340.2700946,-1369.383072 +406548,-739.5781997,534.0912953,-668.6987611,-343.4046641,-1382.880134 +406549,-746.3033355,555.2456769,-675.6101572,-346.5272183,-1396.34656 +406550,-753.0021757,573.2361433,-682.5175027,-349.6376313,-1409.782768 +406551,-759.674956,591.6402441,-689.4217351,-352.7360165,-1423.189049 +406552,-766.3222391,609.1478202,-696.3209817,-355.8226295,-1436.565906 +406553,-772.9445075,627.7270548,-703.2165785,-358.8976874,-1449.913689 +406554,-779.5423019,645.296931,-710.10673,-361.9614326,-1463.232942 +406555,-786.1160415,662.8677368,-716.9927338,-365.014052,-1476.524056 +406556,-792.6662077,680.511716,-723.8728013,-368.0557601,-1489.78758 +406557,-799.1931906,697.8805709,-730.7482243,-371.08673,-1503.023916 +406558,-805.6974496,715.1141146,-737.6172457,-374.1071655,-1516.233615 +406559,-812.1793536,732.4263312,-744.4811507,-377.11723,-1529.417074 +406560,-818.6393402,749.3011122,-751.3381949,-380.1171172,-1542.574834 +406561,-815.836627,1195.712252,-748.9485183,-378.9064671,-1538.905223 +406562,-794.0516396,1226.208441,455.8797021,-368.9622718,-1499.564062 +406563,-763.1195429,1252.041878,495.2874985,-354.9240046,-1442.024292 +406564,103.0475996,1276.207635,301.6496936,-341.2437261,-1383.716663 +406565,210.3404231,1299.18713,429.5029206,150.9703759,218.0389699 +406566,13.43056366,1321.37404,418.5970799,-77.1531232,234.8763888 +406567,152.9881469,1343.121,435.3715268,-8.436056646,-32.22510797 +406568,180.1704471,1364.161015,475.3601939,16.08667081,172.9865763 +406569,205.7750779,1385.040177,478.971842,28.9549767,222.7722733 +406570,229.9626483,1405.512017,497.702197,41.67036103,209.1191281 +406571,253.4763524,1425.816336,513.3185764,53.53047857,273.5372348 +406572,276.3279496,1445.641551,528.2728447,65.22894293,285.1620196 +406573,298.6126369,1465.310944,543.0055114,76.40772811,316.3999843 +406574,320.3476582,1485.031467,557.3941373,87.81896203,332.4449543 +406575,341.1074609,1516.589852,571.2763756,98.71233331,363.7306621 +406576,362.579705,1505.383526,584.9960158,108.9769449,383.6813723 +406577,382.5545454,1550.590353,598.3535043,119.2732751,421.544712 +406578,402.5067537,1559.028251,611.5085049,129.7370661,427.6246783 +406579,422.046581,1579.033387,624.2780079,139.4343389,448.2121464 +406580,434.3609621,1597.385311,636.6774681,146.9016742,470.6128174 +406581,450.7713923,1615.360762,649.2194792,155.2878288,492.4137404 +406582,465.917388,1655.686134,660.9703088,163.1840635,510.0577113 +406583,481.0448853,1636.431877,673.0387455,170.9780061,532.7226604 +406584,495.8590288,1677.656197,684.4619113,178.7284793,550.5183116 +406585,510.3119683,1686.124619,697.4731868,186.1977832,562.2917723 +406586,524.6970267,1705.041291,717.8885491,193.6409288,571.0315831 +406587,538.6326718,1721.673657,699.698165,200.824775,575.6956779 +406588,552.4755833,1738.446516,738.1539677,207.9568721,580.3146572 +406589,565.6617993,1754.761884,737.5080927,214.5140981,584.8199923 +406590,579.1867345,1771.405921,764.257892,221.9936663,589.3363576 +406591,592.0397076,1786.750112,739.2873217,228.3632619,594.0068314 +406592,604.9057458,1801.769394,780.9920538,235.0580951,598.8101666 +406593,617.3887088,1816.811275,778.6761326,241.6098667,603.7034574 +406594,629.7165444,1831.441958,802.4134044,247.9006095,608.6912008 +406595,642.0019841,1852.883507,783.6580383,254.231853,614.0221338 +406596,653.7188777,1857.232221,835.1184976,260.3553638,619.7424269 +406597,665.5315721,1875.513254,808.8119162,266.4194658,625.4252758 +406598,678.7062526,1888.548395,836.4449518,272.3752958,631.1097107 +406599,693.2433589,1902.182813,839.4809535,278.2344264,637.0690418 +406600,699.3451971,1915.567682,850.4068245,283.9570183,643.3285618 +406601,718.3633214,1928.739699,857.1763897,289.6889254,649.8152551 +406602,718.3548621,1941.68303,866.0238165,295.280844,656.4339262 +406603,745.499471,1954.726695,875.0730604,300.7173526,663.1196385 +406604,732.8770931,1967.343199,884.4176279,306.1143535,669.8693736 +406605,738.4971083,1979.866556,893.3048364,311.4963142,676.6748548 +406606,774.7645312,1992.03122,902.3219699,316.7117749,683.3984243 +406607,770.8191,2004.419691,910.9612883,321.8862362,689.9941974 +406608,784.2248835,2016.322046,919.8988139,326.9786534,696.521521 +406609,794.4045704,2028.201732,928.3375541,331.9975369,702.9692777 +406610,804.4911616,2046.439465,936.8973368,336.9441195,709.5092135 +406611,814.2339957,2049.13617,945.1188191,341.8220967,715.9609196 +406612,824.1079412,2063.655702,953.5457339,346.632307,722.1151214 +406613,833.8029344,2074.819037,966.9054292,351.376712,728.281187 +406614,843.3412487,2085.567242,967.4239492,356.0576105,734.3661046 +406615,853.1941145,2096.364585,978.2645563,360.6321992,740.3853328 +406616,862.4849581,2106.999748,986.0634108,365.2570892,746.1013069 +406617,872.022412,2117.847946,993.4906476,369.7252408,751.7779263 +406618,881.3787665,2128.20637,1001.22679,374.2206325,757.3711164 +406619,890.6785448,2145.148162,1008.594853,378.5405548,763.0784852 +406620,899.9089208,2140.10843,1016.302576,382.9071362,768.5256474 +406621,1300.58097,2284.802535,1175.286875,556.153746,768.63484 +406622,1315.318722,2309.955154,1194.577566,562.8746682,805.6801483 +406623,1328.08015,2336.08294,1219.343955,568.7449346,856.7987763 +406624,1340.543161,2353.571855,1239.870776,574.3696716,902.3417953 +406625,1352.613772,2363.327025,1254.240557,579.8294259,936.555727 +406626,1364.377732,2368.228906,1263.392958,585.1791399,961.3725624 +406627,1376.328444,2370.810534,1269.041034,590.4415164,978.9246942 +406628,1387.991768,2372.558291,1272.079477,595.6327394,991.0264993 +406629,1399.351262,2374.10561,1273.532436,600.7606722,999.2874983 +406630,1411.03728,2375.623952,1273.909373,605.7753186,1004.857742 +406631,1422.172713,2377.123067,1273.531549,610.9427304,1007.941227 +406632,1464.600717,2378.510839,1272.56442,615.7800844,1009.144515 +406633,1398.581588,2379.986043,1271.296757,620.699333,1009.011616 +406634,1478.11732,2381.530241,1270.010093,625.6647844,1007.825891 +406635,1462.419018,2382.93903,1268.269807,635.5920451,1005.652366 +406636,1478.143019,2384.32229,1266.407082,634.3560117,1002.76278 +406637,1489.061412,2385.729408,1264.498615,648.2665141,999.3390188 +406638,1500.316047,2387.14738,1262.568568,640.9329086,995.4854497 +406639,1515.840658,2388.604591,1260.659785,638.7141934,991.3206153 +406640,1514.836936,2390.050748,1258.944781,661.3621208,986.8783173 +406641,1561.039405,2391.379905,1256.947373,656.6391034,982.1263392 +406642,1505.722091,2392.762146,1255.007381,663.2765677,977.2479408 +406643,1596.52294,2394.426264,1253.285996,667.7194371,972.4754508 +406644,1546.785631,2396.087597,1251.748002,672.4593196,967.6141859 +406645,1584.412324,2398.109445,1250.261975,676.7862975,962.7982371 +406646,1586.233704,2400.407564,1248.766493,681.3103715,958.4332301 +406647,1598.520317,2403.301975,1248.212511,685.7297838,954.6054313 +406648,1608.850381,2406.68338,1248.149042,690.1349823,951.2648848 +406649,1619.08983,2410.382059,1248.294631,694.5111528,948.3051498 +406650,1629.73902,2414.23479,1248.876472,698.9282055,945.6033879 +406651,1639.780258,2418.153057,1249.451887,703.1381005,943.076404 +406652,1650.328735,2422.06154,1250.134531,707.4049044,940.6686966 +406653,1668.654318,2426.078832,1250.999488,711.7631786,938.473258 +406654,1666.848406,2430.247431,1252.118373,716.0142484,936.3147123 +406655,1682.059292,2433.891559,1252.976015,720.1312004,934.249604 +406656,1691.342474,2437.510606,1253.867056,724.3675712,932.0004685 +406657,1701.414023,2441.423883,1254.816903,728.5187148,929.799372 +406658,1711.335152,2444.956018,1255.792408,732.7272703,927.6055509 +406659,1721.078913,2448.797244,1256.793063,736.661061,925.4203273 +406660,1731.4153,2451.83317,1257.827384,740.9170608,923.2558717 +406661,1748.906088,2455.758661,1259.204687,744.9240231,921.2647809 +406662,1747.798403,2459.78299,1260.408045,748.9849673,919.2696704 +406663,1761.393231,2463.341861,1261.478659,753.0858386,917.0935157 +406664,1770.996334,2466.842521,1262.559912,756.984249,914.912573 +406665,1780.723916,2470.383743,1263.702523,761.0249628,912.788657 +406666,1797.610126,2474.395449,1264.993088,764.9819192,910.8334445 +406667,1797.21535,2478.081518,1266.296033,768.9302294,908.8769872 +406668,1809.132413,2481.460891,1267.456677,772.8602174,906.7234563 +406669,1827.247127,2485.005555,1268.755571,776.7688307,904.7313627 +406670,1826.235843,2488.604866,1270.122939,780.6628928,902.8125081 +406671,1837.327404,2491.915992,1271.324641,784.5370061,900.6686419 +406672,1853.803446,2495.313481,1272.616169,788.3941492,898.6262578 +406673,1855.219104,2498.789365,1273.984553,792.2337458,896.669331 +406674,1870.801091,2502.414562,1275.313631,796.0564266,894.6505563 +406675,1879.817719,2505.814579,1276.713267,799.9399703,892.7116343 +406676,1887.055683,2509.157542,1278.321868,803.6114968,890.7817872 +406677,1886.718008,2512.087309,1279.488157,807.4409169,888.5268332 +406678,1888.267911,2514.363719,1280.229016,811.1858797,885.7196989 +406679,1884.735705,2515.965858,1280.491274,814.8469807,882.2788167 +406680,1881.442934,2516.883906,1280.245767,818.6936219,878.1554405 +406681,1878.565094,2517.304752,1279.663428,825.1088697,873.6225057 +406682,1876.385463,2517.685022,1279.027127,829.3347522,869.4203452 +406683,1874.977819,2517.992476,1278.318607,833.4505581,865.2927337 +406684,1873.470989,2518.072144,1277.434637,846.5326821,860.9012637 +406685,1872.061568,2517.922051,1276.376474,831.3067801,856.1711682 +406686,1870.734867,2517.587116,1275.177411,846.650178,851.1430572 +406687,1869.44324,2517.067799,1273.842572,850.1084584,845.8435854 +406688,1868.200928,2516.413788,1272.410481,852.4565311,840.3412073 +406689,1867.032829,2515.674749,1270.921009,856.6617691,834.7008648 +406690,1865.934469,2514.863008,1269.390765,860.527764,828.9540418 +406691,1864.898952,2513.982971,1267.830909,864.3696803,823.1233615 +406692,1863.921395,2513.038579,1266.250628,867.9901211,817.2277101 +406693,1862.997511,2512.019117,1264.656891,871.7049326,811.2822167 +406694,1862.122077,2510.948746,1263.054039,875.5396469,805.2977029 +406695,1861.289669,2509.815618,1261.444709,879.2605874,799.2820312 +406696,1860.49658,2508.638264,1259.831409,882.8358385,793.2420852 +406697,1859.739572,2507.401453,1258.215996,886.5700865,787.1833534 +406698,1859.01503,2506.120957,1256.59934,890.3003698,781.1094451 +406699,1858.585304,2504.779595,1254.981042,893.8104267,775.0219695 +406700,1857.864328,2503.38269,1253.354028,902.6661437,768.9134753 +406701,1857.16153,2501.92876,1251.727069,901.0475478,762.7965852 +406702,1856.523291,2500.470966,1250.12502,897.1979708,756.7043838 +406703,1855.91665,2498.959526,1248.526324,912.9190328,750.610419 +406704,1855.309734,2497.381261,1246.912376,910.6943313,744.4916898 +406705,1854.724147,2495.746739,1245.298944,915.4170453,738.3690316 +406706,1854.439905,2494.075868,1243.687863,919.0886686,732.2451608 +406707,1853.829373,2492.350477,1242.076583,922.4016184,726.1172326 +406708,1853.219118,2490.577496,1240.459563,931.8934465,719.9784494 +406709,1852.633813,2488.756755,1238.846211,928.0406997,713.8412136 +406710,1852.33941,2486.931009,1237.255403,926.9947535,707.7301151 +406711,1851.718814,2485.050113,1235.664729,940.5726075,701.6168479 +406712,1851.371066,2483.05646,1234.048221,938.7968708,695.4838797 +406713,1850.009495,2480.943942,1232.401278,955.1941669,689.3349527 +406714,1849.822098,2478.786642,1230.765574,928.8979689,683.224917 +406715,1849.234895,2476.549515,1229.111677,972.5018187,677.113284 +406716,1848.947503,2474.207952,1227.418983,950.6659541,670.9699342 +406717,1848.469014,2471.885361,1225.766807,936.5761259,664.8937886 +406718,1847.985525,2469.513063,1224.110909,987.706754,658.825911 +406719,1847.454677,2467.039987,1222.418617,951.7936428,652.7228007 +406720,1847.263866,2464.527305,1220.729187,963.9106703,646.6334065 +406721,1846.900242,2462.080906,1219.113205,980.0776121,640.6475554 +406722,1846.638524,2459.682531,1217.563602,969.3069399,634.7561545 +406723,1846.515601,2457.351846,1216.10024,977.9977411,628.985489 +406724,1846.658675,2455.200013,1214.804156,980.3152483,623.4409991 +406725,1847.026121,2453.178325,1213.651865,983.2789866,618.0942528 +406726,1847.526555,2451.195114,1212.588715,986.6309713,612.8764645 +406727,1848.115075,2449.211315,1211.58823,989.710464,607.7540785 +406728,1849.069327,2447.202992,1210.628567,992.739118,602.6983201 +406729,1849.749668,2445.16436,1209.698001,996.044832,597.6927953 +406730,1850.446407,2443.09603,1208.789846,999.0931698,592.7273071 +406731,1851.161585,2440.996288,1207.897786,1002.211705,587.7922312 +406732,1851.895897,2438.865374,1207.018587,1005.188987,582.8820409 +406733,1852.744749,2436.794953,1206.212082,1014.371925,578.0729499 +406734,1853.601721,2434.682329,1205.411777,1008.778022,573.2788961 +406735,1854.368698,2432.43593,1204.555991,1015.490668,568.4197277 +406736,1855.150633,2430.16219,1203.710473,1018.188503,563.5788712 +406737,1855.960973,2427.87752,1202.883097,1020.94991,558.765457 +406738,1856.769476,2425.552468,1202.054662,1024.069211,553.954256 +406739,1857.58428,2423.193346,1201.230416,1026.923532,549.151835 +406740,1858.411201,2420.804825,1200.414176,1030.109217,544.3629358 +406741,1858.477818,2417.594358,1199.16449,981.9882026,539.0875038 +406742,1850.229211,2407.59015,1192.299025,980.6592136,525.3644273 +406743,1838.899982,2395.834641,1183.21244,984.217988,508.1168963 +406744,1829.174434,2386.495157,1174.978287,986.6657381,491.785596 +406745,1822.383037,2380.289707,1168.525161,988.9536329,477.7840073 +406746,1818.091625,2376.241467,1163.650265,991.5160364,465.9237215 +406747,1815.451668,2373.182273,1159.870833,993.837073,455.6140014 +406748,1813.789025,2370.367159,1156.791263,996.5809265,446.3632696 +406749,1812.700768,2367.487727,1154.166509,999.0084465,437.8623074 +406750,1812.269032,2364.482843,1151.857667,1001.587215,429.9278871 +406751,1811.784824,2361.38303,1149.786797,1003.95732,422.4483509 +406752,1811.487045,2358.228096,1147.906171,1006.694867,415.3480138 +406753,1811.340761,2355.03412,1146.177249,1009.224347,408.5627884 +406754,1811.308385,2351.797247,1144.565209,1011.685342,402.034152 +406755,1811.36309,2348.515695,1143.045893,1014.314991,395.7184687 +406756,1811.488096,2345.192597,1141.603453,1016.680645,389.583903 +406757,1811.672208,2341.83243,1140.226469,1019.419265,383.605519 +406758,1812.023203,2338.547188,1138.979512,1027.331038,377.8579031 +406759,1812.408503,2335.215776,1137.776572,1022.406458,372.2227227 +406760,1812.693163,2331.716125,1136.530153,1027.408187,366.5858113 +406761,1813.0021,2328.183041,1135.319121,1030.260977,361.0409289 +406762,1813.373342,2324.652615,1134.159433,1032.364926,355.5999688 +406763,1813.755835,2321.082731,1133.0203,1034.994075,350.2166979 +406764,1814.156727,2317.474362,1131.901144,1037.25142,344.8856992 +406765,1814.580405,2313.838218,1130.807607,1040.108438,339.6107317 +406766,1815.033392,2310.176099,1129.73949,1042.559876,334.3886908 +406767,1815.627168,2306.598263,1128.770668,1049.902993,329.3131203 +406768,1816.248534,2302.988893,1127.826623,1046.038596,324.2864355 +406769,1816.737453,2299.203453,1126.809852,1050.272283,319.1810089 +406770,1817.219791,2295.364112,1125.786126,1052.885229,314.0897569 +406771,1817.749745,2291.533293,1124.803373,1055.412866,309.0578348 +406772,1818.414665,2287.778314,1123.905215,1062.435787,304.1625339 +406773,1819.090196,2283.966556,1123.01313,1059.006089,299.3070234 +406774,1819.596101,2279.927919,1122.016262,1062.107554,294.3438184 +406775,1820.05464,2275.791761,1120.992109,1065.743183,289.3671646 +406776,1820.540174,2271.640734,1119.986728,1067.349372,284.4319401 +406777,1821.151551,2267.569653,1119.062451,1074.277613,279.6166726 +406778,1821.791951,2263.480911,1118.159478,1071.392746,274.8434278 +406779,1822.279505,2259.200707,1117.163862,1073.696068,269.9639674 +406780,1822.849053,2254.955375,1116.222823,1080.94927,265.1675297 +406781,1823.510174,2250.755279,1115.538537,1078.885856,260.4607511 +406782,1824.15109,2246.492067,1114.640569,1084.516685,255.7531096 +406783,1824.894729,2242.279655,1113.807015,1087.91923,251.1457074 +406784,1825.574494,2237.960889,1112.938243,1085.387537,246.5026962 +406785,1825.944065,2233.311589,1111.879732,1084.822789,241.6197136 +406786,1826.071884,2228.414107,1110.670815,1085.687937,236.5442201 +406787,526.0456851,1200.870623,132.7717525,366.2441525,-833.6300903 +406788,473.6119096,1172.18252,94.89574256,334.1339005,-901.8642922 +406789,444.7354827,1172.544517,70.00396352,320.2771567,-959.9545571 +406790,439.8169122,1186.924242,60.07255647,321.9034991,-997.7836955 +406791,443.2493485,1195.577561,56.16709581,327.2909406,-1023.672427 +406792,448.5842994,1195.492691,54.44245785,332.0240704,-1042.408346 +406793,454.6125753,1193.842459,54.04666153,336.0859589,-1056.021469 +406794,461.591557,1193.382471,54.94499317,339.9081979,-1065.505907 +406795,469.1262854,1194.344136,56.71237831,343.6923772,-1072.054467 +406796,476.7785009,1195.74484,58.9537263,347.2721837,-1076.615145 +406797,484.1700503,1196.917925,61.25506898,350.7035095,-1079.902684 +406798,490.9274026,1197.580178,63.60214757,353.8119062,-1082.421858 +406799,497.241897,1197.701814,65.77780925,356.5813589,-1084.514528 +406800,502.9390589,1197.34794,67.71938593,359.0334727,-1086.420234 +406801,510.7758579,1197.720713,72.13971041,362.4540655,-1083.423693 +406802,509.0503387,1190.818044,69.81142292,359.5371545,-1091.588822 +406803,502.9305865,1181.081856,63.77088358,354.0077556,-1105.132114 +406804,497.4688062,1172.781998,57.84408939,349.4144923,-1118.330852 +406805,494.4313984,1167.187931,53.54030207,346.9022304,-1129.075853 +406806,493.5618519,1163.713307,50.81387356,346.141828,-1137.475627 +406807,494.0552041,1161.356221,49.12490999,346.4196208,-1144.254638 +406808,495.2474696,1159.380675,48.02982209,347.1950978,-1150.024262 +406809,496.7576079,1157.418024,47.25124662,348.1689482,-1155.147729 +406810,498.4060104,1155.340618,46.6684591,349.2027781,-1159.816434 +406811,500.1136948,1153.127958,46.20470383,350.1600411,-1164.137822 +406812,501.8353245,1150.792172,45.83342507,351.2144984,-1168.182304 +406813,503.5564989,1148.341881,45.51350969,352.260913,-1172.008394 +406814,505.2516673,1145.783854,45.23346736,353.2798654,-1175.662382 +406815,506.9198762,1143.124371,44.96598031,354.2717813,-1179.180411 +406816,508.5450337,1140.369439,44.71014005,355.2268269,-1182.590846 +406817,510.1336892,1137.5257,44.44691247,356.1519791,-1185.915522 +406818,511.6751001,1134.598941,44.18118445,357.0408468,-1189.171986 +406819,513.1818506,1131.596289,43.90283844,357.9033127,-1192.366234 +406820,514.6450623,1128.522015,43.61815403,358.7333013,-1195.511796 +406821,516.0749704,1125.37979,43.31271783,359.5386359,-1198.61989 +406822,517.4634778,1122.172826,42.99502039,360.3133441,-1201.699104 +406823,518.8214916,1118.904203,42.65278286,361.0654109,-1204.756297 +406824,520.1415764,1115.576907,42.29598803,361.7890749,-1207.796667 +406825,521.4348429,1112.193754,41.91347187,362.4922909,-1210.824456 +406826,522.6937452,1108.757284,41.51577322,363.1691404,-1213.843033 +406827,523.9293537,1105.270069,41.09229719,363.8274805,-1216.855063 +406828,525.1340155,1101.734304,40.6538383,364.4612686,-1219.862765 +406829,526.318374,1098.152047,40.18989443,365.0780401,-1222.868101 +406830,527.4745861,1094.525255,39.71134895,365.6716622,-1225.872583 +406831,528.613076,1090.855772,39.20781857,366.2495241,-1228.877614 +406832,529.7302359,1087.150675,38.69987503,366.8094761,-1231.884424 +406833,530.8388053,1083.414507,38.18177243,367.3612905,-1234.894452 +406834,531.9302173,1079.64851,37.6645617,367.8982783,-1237.909026 +406835,533.0132573,1075.852426,37.13513488,368.4264878,-1240.929405 +406836,534.0782203,1072.026052,36.50363825,368.9380897,-1243.956381 +406837,535.1369085,1068.167556,35.96013024,369.4412475,-1246.988537 +406838,536.1777599,1064.281168,35.41205242,369.9270838,-1250.028277 +406839,537.2095523,1060.36423,34.84543225,370.4019563,-1253.07664 +406840,538.2237104,1056.422964,34.27007179,370.8592043,-1256.133742 +406841,539.2301749,1052.454319,33.67493733,371.3060552,-1259.199718 +406842,540.2204558,1048.464183,33.07100418,371.7359817,-1262.274561 +406843,541.2043657,1044.449013,32.44753698,372.1561174,-1265.358467 +406844,542.1733829,1040.414895,31.81544583,372.5598733,-1268.451462 +406845,543.1372081,1036.358079,31.16396865,372.9543055,-1271.553747 +406846,544.0872861,1032.280245,30.50397757,373.3328319,-1274.665337 +406847,545.0332931,1028.184371,29.82476949,373.7024889,-1277.786403 +406848,545.9664782,1024.072615,29.1371089,374.0565899,-1280.917067 +406849,546.8965491,1019.946523,28.43038759,374.4022002,-1284.057438 +406850,547.8148666,1015.807041,27.71535529,374.7326411,-1287.20762 +406851,548.7309345,1011.655092,26.98134165,375.054832,-1290.36783 +406852,549.6361198,1007.491718,26.23912524,375.3621644,-1293.538098 +406853,550.5399576,1003.318013,25.47808781,375.6615514,-1296.718603 +406854,551.4338475,999.1351509,24.70899379,375.9464007,-1299.909341 +406855,552.3273426,994.9442817,23.92123925,376.2235895,-1303.110507 +406856,553.2118585,990.7466007,23.12555865,376.4865303,-1306.322086 +406857,554.0969307,986.5432754,22.31139343,376.7420805,-1309.544232 +406858,554.9740224,982.3354913,21.48943443,376.9836503,-1312.776938 +406859,555.8526523,978.1244185,20.64915538,377.2180717,-1316.020334 +406860,556.7242518,973.9111758,19.80115968,377.4387094,-1319.274485 +406861,560.7573902,971.1329006,22.09390665,379.0883049,-1316.795984 +406862,572.251933,974.7972551,30.00438255,386.0068606,-1304.921559 +406863,586.6092566,980.5808297,40.04413646,394.800219,-1288.981424 +406864,599.5626184,984.5839388,49.07931613,402.3661534,-1273.960717 +406865,609.7523981,985.7428778,56.13890176,407.7805706,-1261.614934 +406866,617.5821695,984.6987687,61.50826987,411.4368599,-1251.76048 +406867,623.8871383,982.4443189,65.76117977,414.0295989,-1243.69642 +406868,629.3195191,979.5627907,69.33808917,416.0817819,-1236.843682 +406869,634.103344,976.6886277,72.49243648,417.8782324,-1230.851043 +406870,638.7296314,973.8104417,75.35243215,419.5418738,-1225.526407 +406871,643.1262541,970.9436022,77.98407322,421.1170706,-1220.758215 +406872,647.3406327,968.0841539,80.4321729,422.6248715,-1216.463161 +406873,651.4100819,965.231126,82.73153092,424.0798632,-1212.57206 +406874,655.3657599,962.3871909,84.90972019,425.4935186,-1209.026376 +406875,659.2324592,959.5553974,86.98781814,426.8742063,-1205.777553 +406876,663.0287351,956.7374842,88.98171249,428.2273927,-1202.785414 +406877,666.766384,953.9338177,90.90306709,429.5562386,-1200.017096 +406878,670.4527976,951.1527166,92.76096452,430.8625417,-1197.444735 +406879,674.112912,948.3812003,94.56167608,432.1470422,-1195.046033 +406880,677.8670147,945.6239225,96.30994116,433.4095666,-1192.802089 +406881,681.7755139,942.8713715,98.00801953,434.6486244,-1190.698809 +406882,685.8388642,940.1282909,99.65733971,435.8624105,-1188.832769 +406883,690.0366182,937.3977564,101.2617147,437.052617,-1186.970032 +406884,694.5486237,934.5612445,102.4693108,438.0624349,-1185.214133 +406885,699.2823101,931.6683071,103.44726,438.9551925,-1183.55326 +406886,704.1193566,928.7865908,104.3860207,439.820904,-1181.9776 +406887,708.9932662,925.9477072,105.3692676,440.7039069,-1180.481885 +406888,713.8808846,923.1542577,106.4050368,441.6097894,-1179.06286 +406889,718.7793976,920.4052671,107.4744233,442.5281357,-1177.717853 +406890,723.6912112,917.6822881,108.5581824,443.4475023,-1176.443389 +406891,728.6188745,914.9874109,109.643458,444.3602718,-1175.235593 +406892,733.5465395,912.2990762,110.6992681,445.2521867,-1174.089874 +406893,738.4551896,909.6188657,111.7081379,446.1155362,-1173.001949 +406894,743.3595079,906.9510509,112.6679037,446.9499868,-1171.965794 +406895,748.249864,904.2998335,113.5814409,447.7580509,-1170.978051 +406896,753.1316715,901.6698736,114.4532367,448.5426959,-1170.035015 +406897,758.0134235,899.0656254,115.2868186,449.306098,-1169.133617 +406898,762.9004251,896.4908423,116.0845855,450.0495239,-1168.271342 +406899,767.7964047,893.9611478,116.8490006,450.7747118,-1167.445153 +406900,772.6978632,891.4947465,117.5787758,451.4794021,-1166.656596 +406901,777.6053812,889.1025136,118.2752078,452.1644145,-1165.903917 +406902,782.5178539,886.7830817,118.9385606,452.829493,-1165.186658 +406903,787.4340315,884.5281579,119.5687047,453.5659349,-1164.504876 +406904,792.3520475,882.3247487,120.1652429,454.3574805,-1163.858942 +406905,797.2706651,880.1602653,120.728061,455.1727833,-1163.248929 +406906,802.1899666,878.0255601,121.2579798,455.996513,-1162.673675 +406907,807.1106145,875.914681,121.7560871,456.8344068,-1162.131711 +406908,812.0348384,873.8250062,122.2243941,457.6888522,-1161.620335 +406909,816.961905,871.7526951,122.6630827,458.5595351,-1161.139224 +406910,821.8910005,869.6948285,123.0724235,459.4468276,-1160.687917 +406911,826.8233895,867.6509006,123.4537863,460.3528488,-1160.26459 +406912,831.7590928,865.6197647,123.807938,461.278914,-1159.86816 +406913,836.6979284,863.6003986,124.1193871,462.2259297,-1159.498375 +406914,841.6399614,861.5922059,124.4131635,463.1946813,-1159.153611 +406915,846.5848943,859.5943917,124.6707522,464.1854605,-1158.833782 +406916,851.5324232,857.6065131,124.9168049,465.1986055,-1158.537305 +406917,856.4822311,855.627889,125.1264045,466.2341107,-1158.264425 +406918,861.4341322,853.6582065,125.3029747,467.2921395,-1158.014415 +406919,866.3881015,851.6972784,125.4542004,468.3728829,-1157.786509 +406920,871.343813,849.7448795,125.5843933,469.4764585,-1157.579923 +406921,874.9385937,847.1815797,124.3326118,469.983764,-1159.870712 +406922,878.5232738,845.4285245,123.2674024,471.082957,-1161.578865 +406923,882.273287,844.1407563,122.3622185,472.5503522,-1162.849327 +406924,886.2205985,842.8704524,121.5690549,474.0797714,-1163.936855 +406925,890.3196508,841.4074615,120.8298486,475.5203099,-1164.994635 +406926,894.5156222,839.7355599,120.1068178,476.8504348,-1166.079725 +406927,898.7701931,837.9149159,119.3825527,478.1017406,-1167.202368 +406928,903.0622172,836.0080243,118.6507476,479.3106973,-1168.359307 +406929,907.3801525,834.0557886,117.9090082,480.5024653,-1169.547143 +406930,911.7165488,832.0796618,117.1557837,481.6912829,-1170.76422 +406931,916.0660053,830.0898627,116.38948,482.8848304,-1172.010311 +406932,920.4249908,828.0922948,115.6091389,484.0881886,-1173.284611 +406933,924.7904385,826.0903151,114.8133477,485.3045514,-1174.587137 +406934,929.1604951,824.0861115,114.000732,486.5361251,-1175.917796 +406935,933.5347299,822.0817496,113.1705681,487.7849183,-1177.276143 +406936,937.9125695,820.0787587,112.3223557,489.0524718,-1178.661486 +406937,942.2935055,818.0781802,111.4557137,490.3399135,-1180.073359 +406938,946.6768194,816.080724,110.5704061,491.648088,-1181.511095 +406939,951.0623015,814.0870077,109.66637,492.9777269,-1182.974124 +406940,955.4493923,812.0974077,108.7435792,494.3293496,-1184.461766 +406941,959.8375228,810.1122049,107.802054,495.7033661,-1185.973558 +406942,964.226026,808.1316871,106.8419313,497.1001635,-1187.508794 +406943,968.6146791,806.156055,105.8633425,498.5200353,-1189.06702 +406944,973.0030196,804.1855339,104.8665065,499.9632736,-1190.647555 +406945,977.3905996,802.2202741,103.851615,501.4300934,-1192.249975 +406946,981.7771427,800.2604596,102.8189313,502.9207208,-1193.873633 +406947,986.1620379,798.306211,101.7686831,504.4353175,-1195.518135 +406948,990.5451672,796.3576908,100.7011616,505.9740652,-1197.182866 +406949,994.9261458,794.4149977,99.61661116,507.537083,-1198.867465 +406950,999.3046775,792.4782726,98.5153328,509.1245124,-1200.571349 +406951,1003.680444,790.5475992,97.39758565,510.7364392,-1202.294175 +406952,1008.018057,788.6498589,96.29195779,512.3851099,-1204.035504 +406953,1012.294048,786.8009615,95.21739338,514.0773662,-1205.795496 +406954,1016.50243,785.0010333,94.17772248,515.812591,-1207.574398 +406955,1020.646064,783.2423833,93.16301182,517.5865055,-1209.37302 +406956,1024.730676,781.5169473,92.17496935,519.3947369,-1211.190533 +406957,1028.760869,779.8186959,91.20281313,521.2337357,-1213.026938 +406958,1032.74035,778.1441892,90.2502134,523.1011723,-1214.880758 +406959,1036.67132,776.4912889,89.30700094,524.9952042,-1216.751848 +406960,1040.555509,774.8589576,88.37896017,526.9145889,-1218.638575 +406961,1044.394106,773.246231,87.45617844,528.8580262,-1220.540972 +406962,1048.399563,771.347154,86.22303568,530.7856083,-1222.455324 +406963,1052.512637,769.29195,84.74662665,532.7236967,-1224.375979 +406964,1056.633073,767.2598812,83.2485813,534.7004189,-1226.298706 +406965,1060.702277,765.3346524,81.8346244,536.7239153,-1228.226075 +406966,1064.697023,763.5184058,80.51620858,538.7810229,-1230.170167 +406967,1068.622369,761.7869888,79.26505232,540.8746935,-1232.123858 +406968,1072.481224,760.1116831,78.06319854,542.9888926,-1234.096576 +406969,1076.279532,758.340732,76.8909609,545.1203,-1236.087824 +406970,1080.025994,756.7501967,75.75075325,547.2730158,-1238.091391 +406971,1083.72021,755.1907857,74.52561284,549.4454729,-1240.108455 +406972,1087.366366,753.6552807,73.43327248,551.63853,-1242.136365 +406973,1090.962869,752.137165,72.35573789,553.8492557,-1244.177023 +406974,1094.509946,750.6352109,71.28871164,556.0761909,-1246.230506 +406975,1098.008855,749.1502227,70.23218677,558.3186331,-1248.295914 +406976,1101.460479,747.6830329,69.18648956,560.5759845,-1250.372182 +406977,1104.865168,746.2339887,68.15133959,562.8475545,-1252.458582 +406978,1108.222956,744.8031169,67.12609603,565.1325794,-1254.554404 +406979,1111.533679,743.3901901,66.10998538,567.4301701,-1256.659261 +406980,1114.796921,741.9951689,65.10247873,569.7395642,-1258.772516 +406981,1121.178767,742.0571608,67.26961332,573.4991817,-1255.136465 +406982,1123.580586,739.3158471,66.45080311,574.9907802,-1256.233879 +406983,1124.217216,735.5524927,64.25418532,575.5978647,-1259.577405 +406984,1125.242539,732.4308438,62.26424098,576.626818,-1262.745496 +406985,1127.397461,730.4348931,61.05606663,578.4818852,-1264.844777 +406986,1130.538078,729.3250041,60.57011603,581.0120765,-1265.92171 +406987,1134.284639,728.7017079,60.56899723,583.9347623,-1266.286295 +406988,1138.333443,728.2748324,60.85564529,587.0370994,-1266.199181 +406989,1142.512654,727.9009538,61.31497251,590.2069774,-1265.814579 +406990,1146.741323,727.5314922,61.88914256,593.3989236,-1265.213337 +406991,1150.982172,727.1589125,62.548318,596.5978679,-1264.441471 +406992,1155.214608,726.7866723,63.27397767,599.7986658,-1263.530621 +406993,1159.42381,726.4179487,64.05206681,602.9941525,-1262.506544 +406994,1163.597921,726.054248,64.87135086,606.1871744,-1261.390538 +406995,1167.727698,725.6962627,65.72294955,609.3719767,-1260.200332 +406996,1171.281184,725.054462,66.28693883,612.2666042,-1258.941584 +406997,1174.505383,724.2685969,66.6836916,615.0027345,-1257.610399 +406998,1177.711581,723.5159679,67.0778555,617.7553648,-1256.207341 +406999,1181.038135,722.8699623,67.5455764,620.6067686,-1254.746914 +407000,1184.490082,722.3233272,68.09317438,623.5508126,-1253.249399 +407001,1188.023374,721.8416087,68.70077197,626.560637,-1251.732857 +407002,1191.593792,721.3949727,69.34790103,629.6036457,-1250.209502 +407003,1195.171916,720.9664893,70.02092753,632.6615524,-1248.686604 +407004,1198.743459,720.551767,70.71389128,635.7284032,-1247.165684 +407005,1202.292938,720.144003,71.41917678,638.7971126,-1245.653045 +407006,1205.816208,719.7453525,72.13551681,641.8671521,-1244.147779 +407007,1209.308052,719.3559426,72.86076496,644.9364917,-1242.650738 +407008,1212.76441,718.9759306,73.59329111,648.0033403,-1241.162223 +407009,1216.182078,718.6053576,74.33177502,651.0661246,-1239.68254 +407010,1219.558253,718.2442716,75.07518908,654.1235315,-1238.211686 +407011,1222.890664,717.8926975,75.82270291,657.1744313,-1236.749761 +407012,1226.226201,717.4750179,76.49341998,660.1968115,-1235.295911 +407013,1229.596614,716.9467828,77.03420552,663.1738388,-1233.848133 +407014,1233.010631,716.30893,77.43547954,666.1039621,-1232.403193 +407015,1236.463354,715.584282,77.71082671,668.9901538,-1230.958551 +407016,1239.94565,714.7971424,77.87887165,671.8468818,-1229.512736 +407017,1243.448559,713.9649022,77.95524935,674.6767066,-1228.065806 +407018,1246.964578,713.0979184,77.95139749,677.4881048,-1226.618427 +407019,1250.48728,712.2019109,77.87557735,680.2785042,-1225.171868 +407020,1254.011525,711.2802834,77.73412995,683.0533566,-1223.727246 +407021,1257.533109,710.3353034,77.53214494,685.8088305,-1222.285852 +407022,1261.048624,709.3687455,77.27388893,688.5497882,-1220.848635 +407023,1264.555009,708.3819848,76.96291664,691.2722093,-1219.416668 +407024,1268.049733,707.3761671,76.60225341,693.9807018,-1217.990685 +407025,1271.530775,706.3521844,76.19443491,696.6711573,-1216.571545 +407026,1274.996495,705.3107847,75.74163226,699.3479711,-1215.1598 +407027,1278.445245,704.252556,75.24567925,702.006987,-1213.756147 +407028,1281.875953,703.1780338,74.70818273,704.6524497,-1212.360981 +407029,1285.287453,702.087642,74.13050807,707.2802069,-1210.974864 +407030,1288.678824,700.9818255,73.51389969,709.8900542,-1209.598037 +407031,1292.049157,699.8609043,72.85940029,712.4879759,-1208.230958 +407032,1295.397698,698.7251677,72.16793562,715.069314,-1206.873834 +407033,1298.723817,697.5748695,71.44032324,717.632919,-1205.527036 +407034,1302.576829,696.7099739,71.00215312,720.4924508,-1204.199636 +407035,1306.739592,695.9782282,70.71450351,723.5146472,-1202.908583 +407036,1310.906762,695.1888574,70.39343055,726.5153902,-1201.66372 +407037,1314.944372,694.2638742,69.95053615,729.4198039,-1200.459117 +407038,1318.833316,693.2129053,69.38073477,732.2227459,-1199.280848 +407039,1322.612847,692.0751464,68.70341686,734.9558027,-1198.116283 +407040,1326.311848,690.8849399,67.94378494,737.6403318,-1196.957199 +407041,1331.506911,690.3695306,68.67016349,741.0030242,-1192.971938 +407042,1329.010979,684.3987554,63.54572667,739.8877368,-1198.181179 +407043,1323.384124,676.5967778,56.03809371,737.1561299,-1207.495656 +407044,1318.910693,670.2293553,49.07682343,735.4178961,-1216.099704 +407045,1316.987531,666.1774763,43.74985563,735.4282458,-1222.28243 +407046,1317.244642,663.9015186,39.92988089,736.8275239,-1226.208873 +407047,1318.876868,662.5710789,37.13449315,739.0186075,-1228.541262 +407048,1321.246404,661.5961897,34.95782511,741.5558719,-1229.835246 +407049,1323.995568,660.6873991,33.1551142,744.2089617,-1230.419844 +407050,1326.956199,659.7473053,31.59791718,746.8871191,-1230.47131 +407051,1330.050509,658.7611109,30.21691145,749.5619405,-1230.093385 +407052,1333.234303,657.7356006,28.96775416,752.2244774,-1229.360097 +407053,1336.475638,656.6773344,27.81705797,754.8694576,-1228.331821 +407054,1339.748835,655.5895437,26.73822548,757.4922187,-1227.058984 +407055,1343.034211,654.4740174,25.7102984,760.0891009,-1225.583329 +407056,1346.316684,653.332642,24.7171234,762.657789,-1223.938778 +407057,1349.585092,652.1677577,23.73677649,765.1970911,-1222.152971 +407058,1352.831231,650.982131,22.73230962,767.7066461,-1220.248035 +407059,1356.048829,649.7785828,21.68489538,770.1864932,-1218.242108 +407060,1359.23293,648.5596003,20.59206961,772.6366609,-1216.150046 +407061,1362.378917,647.3270374,19.45781935,775.0568488,-1213.984484 +407062,1365.482477,646.0821569,18.28668946,777.4463832,-1211.756074 +407063,1368.219163,645.036763,17.46592743,779.6635988,-1209.474574 +407064,1370.72575,644.1050108,16.81890265,781.7695435,-1207.148923 +407065,1373.18581,643.1588494,16.13068303,783.8492017,-1204.786392 +407066,1375.68761,642.1338607,15.30785027,785.9436402,-1202.392217 +407067,1378.240979,641.0227322,14.34325375,788.0561443,-1199.970584 +407068,1380.822565,639.8425679,13.26009817,790.1739277,-1197.524937 +407069,1383.404545,638.6126287,12.08208263,792.2823351,-1195.05849 +407070,1385.964362,637.3465188,10.82570479,794.369898,-1192.573966 +407071,1388.484919,636.0521861,9.501387634,796.4284521,-1190.073795 +407072,1390.760371,634.7921935,8.223508257,798.3776819,-1187.559161 +407073,1392.67581,633.6083886,7.057854691,800.1773016,-1185.029528 +407074,1394.224243,632.5092156,6.014262143,801.8306064,-1182.483536 +407075,1395.448274,631.4840464,5.076476688,803.3589659,-1179.920646 +407076,1396.396293,630.5175044,4.223941462,804.7836617,-1177.341301 +407077,1397.106239,629.5963958,3.439731586,806.1196248,-1174.74704 +407078,1397.604571,628.7115068,2.711622491,807.3760555,-1172.139563 +407079,1397.909886,627.8564489,2.030386989,808.5582933,-1169.521017 +407080,1398.035906,627.0268383,1.388941344,809.6697749,-1166.893236 +407081,1397.993372,626.219426,0.78146114,810.7128959,-1164.258101 +407082,1397.790858,625.4317199,0.203234171,811.6894525,-1161.617155 +407083,1397.435578,624.6617502,-0.349669151,812.6007949,-1158.971931 +407084,1396.93333,623.9079652,-0.88039742,813.4479379,-1156.323646 +407085,1396.288832,623.1691267,-1.391584926,814.2316271,-1153.673538 +407086,1395.526883,622.4450451,-1.883606891,814.9639072,-1151.022779 +407087,1394.642877,621.7340386,-2.359381821,815.6404727,-1148.37278 +407088,1393.628068,621.0346457,-2.821464248,816.2550353,-1145.724475 +407089,1392.478917,620.3462173,-3.271451741,816.804693,-1143.078568 +407090,1391.196662,619.6686737,-3.710118208,817.2893913,-1140.435309 +407091,1389.784219,619.0020332,-4.138028848,817.7101362,-1137.795085 +407092,1388.244423,618.3462299,-4.555616727,818.0679243,-1135.158155 +407093,1386.579413,617.7010501,-4.963403539,818.3633836,-1132.525024 +407094,1384.790974,617.0662405,-5.361809047,818.5968559,-1129.896031 +407095,1382.880269,616.4415172,-5.751306172,818.7684909,-1127.271705 +407096,1380.848266,615.8266359,-6.132220538,818.8783707,-1124.652339 +407097,1378.695948,615.2213607,-6.504932773,818.9265244,-1122.038424 +407098,1376.419263,614.6255339,-6.869669205,818.9129984,-1119.430196 +407099,1374.009539,614.0391154,-7.226630357,818.8378984,-1116.827964 +407100,1371.464339,613.4621988,-7.575831414,818.7014073,-1114.231738 +407101,1873.341495,1269.775176,770.2270963,1227.756237,1802.978235 +407102,1912.993706,1287.084674,786.3390081,1250.85471,1820.394187 +407103,1959.600814,1299.088345,804.7117148,1275.051949,1831.762925 +407104,1999.70693,1304.80504,820.3987853,1294.117895,1836.851215 +407105,2032.478384,1308.775118,833.4688368,1309.085835,1839.831685 +407106,2058.06435,1312.099939,844.1461536,1320.676828,1841.739635 +407107,2077.625726,1314.300592,852.7806386,1329.168802,1842.426148 +407108,2092.374971,1315.394929,859.6412099,1335.245198,1841.901771 +407109,2103.426202,1315.58921,864.5441845,1339.511084,1840.449932 +407110,2111.644979,1315.190777,868.9656651,1342.471035,1838.527826 +407111,2117.798836,1314.437413,872.5665523,1344.478933,1836.194506 +407112,2122.060893,1313.480836,875.4607964,1345.873328,1833.351777 +407113,2124.932307,1312.413512,877.7450735,1346.631511,1830.089713 +407114,2126.698572,1311.290695,879.6934735,1346.975132,1826.594044 +407115,2127.571472,1310.133217,881.2010784,1346.989848,1823.018678 +407116,2127.715872,1308.951647,882.4166451,1346.737798,1819.47077 +407117,2127.257221,1307.748307,883.4810352,1346.261966,1816.014654 +407118,2126.293284,1306.523193,884.2546199,1345.593718,1812.68887 +407119,2124.902737,1305.277428,884.8565632,1344.757925,1809.518268 +407120,2123.1481,1304.011962,885.3139657,1343.773862,1806.517682 +407121,2121.079359,1302.7277,885.6488415,1342.656643,1803.694793 +407122,2118.736885,1301.425918,885.8793139,1341.418503,1801.05226 +407123,2116.153694,1300.108361,886.0205097,1340.069598,1798.589128 +407124,2113.356981,1298.777241,886.0852141,1338.618558,1796.301921 +407125,2110.369278,1297.43498,886.0842582,1337.072732,1794.185297 +407126,2107.20944,1296.084218,886.0269174,1335.438513,1792.232786 +407127,2103.893169,1294.727579,885.9211198,1333.721417,1790.437097 +407128,2100.432545,1293.366447,885.7731371,1331.925348,1788.7893 +407129,2096.841241,1292.005761,885.589962,1330.056313,1787.283967 +407130,2093.126915,1290.645997,885.375856,1328.116552,1785.911339 +407131,2089.299324,1289.291021,885.1360316,1326.110466,1784.665391 +407132,2085.467191,1287.952315,884.8789715,1324.116065,1783.536077 +407133,2081.697991,1286.633596,884.6093328,1322.181932,1782.510495 +407134,2078.005052,1285.329795,884.3274432,1320.314684,1781.573824 +407135,2074.372812,1284.033421,884.0320547,1318.498273,1780.712373 +407136,2070.710266,1282.739325,883.722433,1316.667868,1779.915625 +407137,2066.949634,1281.450111,883.4009106,1314.783264,1779.180732 +407138,2063.068914,1280.169768,883.0702305,1312.833517,1778.606629 +407139,2059.073328,1278.901453,882.7327183,1310.822775,1777.989979 +407140,2054.980641,1277.651332,882.3921032,1308.761956,1777.432992 +407141,2050.80578,1276.422396,882.0507382,1306.659029,1776.935605 +407142,2046.559436,1275.215624,881.7100891,1304.518777,1776.495887 +407143,2042.24934,1274.031127,881.3711784,1302.34401,1776.111104 +407144,2037.881353,1272.868559,881.0347218,1300.13641,1775.778157 +407145,2033.460382,1271.727566,880.7013174,1297.8972,1775.494043 +407146,2029.12713,1270.607791,880.2865987,1295.627308,1775.255894 +407147,2024.605503,1269.506314,879.9620748,1293.324924,1775.058859 +407148,2020.041048,1268.425956,879.6424847,1290.993672,1774.90286 +407149,2015.4367,1267.365637,879.3273608,1288.632867,1774.784989 +407150,2010.795697,1266.325023,879.016732,1286.242803,1774.702983 +407151,2001.86975,1265.374859,878.7433211,1280.475851,1774.727519 +407152,1990.609142,1264.657232,878.5738131,1272.881123,1775.005477 +407153,1979.354253,1264.235832,878.5427325,1265.363828,1775.611143 +407154,1969.031376,1264.046547,878.6289033,1258.785427,1776.493678 +407155,1960.034792,1263.976647,878.7878804,1253.21497,1777.54996 +407156,1951.987218,1263.91944,878.9740126,1248.415334,1778.674336 +407157,1944.762752,1263.810142,879.1562596,1244.139973,1779.794329 +407158,1937.903857,1263.617722,879.3158798,1240.217131,1780.865555 +407159,1931.43706,1263.339297,879.4457591,1236.548285,1781.870198 +407160,1925.147312,1262.789705,879.4517852,1232.932765,1782.806172 +407161,0,0,0,0,0 +407162,0,0,0,0,0 +407163,0,0,0,0,0 +407164,0,0,0,0,0 +407165,0,0,0,0,0 +407166,0,0,0,0,0 +407167,0,0,0,0,0 +407168,0,0,0,0,0 +407169,0,0,0,0,0 +407170,0,0,0,0,0 +407171,0,0,0,0,0 +407172,0,0,0,0,0 +407173,0,0,0,0,0 +407174,0,0,0,0,0 +407175,0,0,0,0,0 +407176,0,0,0,0,0 +407177,0,0,0,0,0 +407178,0,0,0,0,0 +407179,0,0,0,0,0 +407180,0,0,0,0,0 +407181,0,0,0,0,0 +407182,0,0,0,0,0 +407183,0,0,0,0,0 +407184,0,0,0,0,0 +407185,0,0,0,0,0 +407186,0,0,0,0,0 +407187,0,0,0,0,0 +407188,0,0,0,0,0 +407189,0,0,0,0,0 +407190,0,0,0,0,0 +407191,0,0,0,0,0 +407192,0,0,0,0,0 +407193,0,0,0,0,0 +407194,0,0,0,0,0 +407195,0,0,0,0,0 +407196,0,0,0,0,0 +407197,0,0,0,0,0 +407198,0,0,0,0,0 +407199,0,0,0,0,0 +407200,0,0,0,0,0 +407201,0,0,0,0,0 +407202,0,0,0,0,0 +407203,0,0,0,0,0 +407204,0,0,0,0,0 +407205,0,0,0,0,0 +407206,0,0,0,0,0 +407207,0,0,0,0,0 +407208,0,0,0,0,0 +407209,0,0,0,0,0 +407210,0,0,0,0,0 +407211,0,0,0,0,0 +407212,0,0,0,0,0 +407213,0,0,0,0,0 +407214,0,0,0,0,0 +407215,0,0,0,0,0 +407216,0,0,0,0,0 +407217,0,0,0,0,0 +407218,0,0,0,0,0 +407219,0,0,0,0,0 +407220,0,0,0,0,0 +407221,0,0,0,0,0 +407222,0,0,0,0,0 +407223,0,0,0,0,0 +407224,0,0,0,0,0 +407225,0,0,0,0,0 +407226,0,0,0,0,0 +407227,0,0,0,0,0 +407228,0,0,0,0,0 +407229,0,0,0,0,0 +407230,0,0,0,0,0 +407231,0,0,0,0,0 +407232,0,0,0,0,0 +407233,0,0,0,0,0 +407234,0,0,0,0,0 +407235,0,0,0,0,0 +407236,0,0,0,0,0 +407237,0,0,0,0,0 +407238,0,0,0,0,0 +407239,0,0,0,0,0 +407240,0,0,0,0,0 +407241,0,0,0,0,0 +407242,0,0,0,0,0 +407243,0,0,0,0,0 +407244,0,0,0,0,0 +407245,0,0,0,0,0 +407246,0,0,0,0,0 +407247,0,0,0,0,0 +407248,0,0,0,0,0 +407249,0,0,0,0,0 +407250,0,0,0,0,0 +407251,0,0,0,0,0 +407252,0,0,0,0,0 +407253,0,0,0,0,0 +407254,0,0,0,0,0 +407255,0,0,0,0,0 +407256,0,0,0,0,0 +407257,0,0,0,0,0 +407258,0,0,0,0,0 +407259,0,0,0,0,0 +407260,0,0,0,0,0 +407261,0,0,0,0,0 +407262,0,0,0,0,0 +407263,0,0,0,0,0 +407264,0,0,0,0,0 +407265,0,0,0,0,0 +407266,0,0,0,0,0 +407267,0,0,0,0,0 +407268,0,0,0,0,0 +407269,0,0,0,0,0 +407270,0,0,0,0,0 +407271,0,0,0,0,0 +407272,0,0,0,0,0 +407273,0,0,0,0,0 +407274,0,0,0,0,0 +407275,0,0,0,0,0 +407276,0,0,0,0,0 +407277,0,0,0,0,0 +407278,0,0,0,0,0 +407279,0,0,0,0,0 +407280,0,0,0,0,0 +407281,0,0,0,0,0 +407282,0,0,0,0,0 +407283,0,0,0,0,0 +407284,0,0,0,0,0 +407285,0,0,0,0,0 +407286,0,0,0,0,0 +407287,0,0,0,0,0 +407288,0,0,0,0,0 +407289,0,0,0,0,0 +407290,0,0,0,0,0 +407291,0,0,0,0,0 +407292,0,0,0,0,0 +407293,0,0,0,0,0 +407294,0,0,0,0,0 +407295,0,0,0,0,0 +407296,0,0,0,0,0 +407297,0,0,0,0,0 +407298,0,0,0,0,0 +407299,0,0,0,0,0 +407300,0,0,0,0,0 +407301,0,0,0,0,0 +407302,0,0,0,0,0 +407303,0,0,0,0,0 +407304,0,0,0,0,0 +407305,0,0,0,0,0 +407306,0,0,0,0,0 +407307,0,0,0,0,0 +407308,0,0,0,0,0 +407309,0,0,0,0,0 +407310,0,0,0,0,0 +407311,0,0,0,0,0 +407312,0,0,0,0,0 +407313,0,0,0,0,0 +407314,0,0,0,0,0 +407315,0,0,0,0,0 +407316,0,0,0,0,0 +407317,0,0,0,0,0 +407318,0,0,0,0,0 +407319,0,0,0,0,0 +407320,0,0,0,0,0 +407321,0,0,0,0,0 +407322,0,0,0,0,0 +407323,0,0,0,0,0 +407324,0,0,0,0,0 +407325,0,0,0,0,0 +407326,0,0,0,0,0 +407327,0,0,0,0,0 +407328,0,0,0,0,0 +407329,0,0,0,0,0 +407330,0,0,0,0,0 +407331,0,0,0,0,0 +407332,0,0,0,0,0 +407333,0,0,0,0,0 +407334,0,0,0,0,0 +407335,0,0,0,0,0 +407336,0,0,0,0,0 +407337,0,0,0,0,0 +407338,0,0,0,0,0 +407339,0,0,0,0,0 +407340,0,0,0,0,0 +407341,0,0,0,0,0 +407342,0,0,0,0,0 +407343,0,0,0,0,0 +407344,0,0,0,0,0 +407345,0,0,0,0,0 +407346,0,0,0,0,0 +407347,0,0,0,0,0 +407348,0,0,0,0,0 +407349,0,0,0,0,0 +407350,0,0,0,0,0 +407351,0,0,0,0,0 +407352,0,0,0,0,0 +407353,0,0,0,0,0 +407354,0,0,0,0,0 +407355,0,0,0,0,0 +407356,0,0,0,0,0 +407357,0,0,0,0,0 +407358,0,0,0,0,0 +407359,0,0,0,0,0 +407360,0,0,0,0,0 +407361,0,0,0,0,0 +407362,0,0,0,0,0 +407363,0,0,0,0,0 +407364,0,0,0,0,0 +407365,0,0,0,0,0 +407366,0,0,0,0,0 +407367,0,0,0,0,0 +407368,0,0,0,0,0 +407369,0,0,0,0,0 +407370,0,0,0,0,0 +407371,0,0,0,0,0 +407372,0,0,0,0,0 +407373,0,0,0,0,0 +407374,0,0,0,0,0 +407375,0,0,0,0,0 +407376,0,0,0,0,0 +407377,0,0,0,0,0 +407378,0,0,0,0,0 +407379,0,0,0,0,0 +407380,0,0,0,0,0 +407381,0,0,0,0,0 +407382,0,0,0,0,0 +407383,0,0,0,0,0 +407384,0,0,0,0,0 +407385,0,0,0,0,0 +407386,0,0,0,0,0 +407387,0,0,0,0,0 +407388,0,0,0,0,0 +407389,0,0,0,0,0 +407390,0,0,0,0,0 +407391,0,0,0,0,0 +407392,0,0,0,0,0 +407393,0,0,0,0,0 +407394,0,0,0,0,0 +407395,0,0,0,0,0 +407396,0,0,0,0,0 +407397,0,0,0,0,0 +407398,0,0,0,0,0 +407399,0,0,0,0,0 +407400,0,0,0,0,0 +407401,0,0,0,0,0 +407402,0,0,0,0,0 +407403,0,0,0,0,0 +407404,0,0,0,0,0 +407405,0,0,0,0,0 +407406,0,0,0,0,0 +407407,0,0,0,0,0 +407408,0,0,0,0,0 +407409,0,0,0,0,0 +407410,0,0,0,0,0 +407411,0,0,0,0,0 +407412,0,0,0,0,0 +407413,0,0,0,0,0 +407414,0,0,0,0,0 +407415,0,0,0,0,0 +407416,0,0,0,0,0 +407417,0,0,0,0,0 +407418,0,0,0,0,0 +407419,0,0,0,0,0 +407420,0,0,0,0,0 +407421,0,0,0,0,0 +407422,0,0,0,0,0 +407423,0,0,0,0,0 +407424,0,0,0,0,0 +407425,0,0,0,0,0 +407426,0,0,0,0,0 +407427,0,0,0,0,0 +407428,0,0,0,0,0 +407429,0,0,0,0,0 +407430,0,0,0,0,0 +407431,0,0,0,0,0 +407432,0,0,0,0,0 +407433,0,0,0,0,0 +407434,0,0,0,0,0 +407435,0,0,0,0,0 +407436,0,0,0,0,0 +407437,0,0,0,0,0 +407438,0,0,0,0,0 +407439,0,0,0,0,0 +407440,0,0,0,0,0 +407441,0,0,0,0,0 +407442,0,0,0,0,0 +407443,0,0,0,0,0 +407444,0,0,0,0,0 +407445,0,0,0,0,0 +407446,0,0,0,0,0 +407447,0,0,0,0,0 +407448,0,0,0,0,0 +407449,0,0,0,0,0 +407450,0,0,0,0,0 +407451,0,0,0,0,0 +407452,0,0,0,0,0 +407453,0,0,0,0,0 +407454,0,0,0,0,0 +407455,0,0,0,0,0 +407456,0,0,0,0,0 +407457,0,0,0,0,0 +407458,0,0,0,0,0 +407459,0,0,0,0,0 +407460,0,0,0,0,0 +407461,0,0,0,0,0 +407462,0,0,0,0,0 +407463,0,0,0,0,0 +407464,0,0,0,0,0 +407465,0,0,0,0,0 +407466,0,0,0,0,0 +407467,0,0,0,0,0 +407468,0,0,0,0,0 +407469,0,0,0,0,0 +407470,0,0,0,0,0 +407471,0,0,0,0,0 +407472,0,0,0,0,0 +407473,0,0,0,0,0 +407474,0,0,0,0,0 +407475,0,0,0,0,0 +407476,0,0,0,0,0 +407477,0,0,0,0,0 +407478,0,0,0,0,0 +407479,0,0,0,0,0 +407480,0,0,0,0,0 +407481,0,0,0,0,0 +407482,0,0,0,0,0 +407483,0,0,0,0,0 +407484,0,0,0,0,0 +407485,0,0,0,0,0 +407486,0,0,0,0,0 +407487,0,0,0,0,0 +407488,0,0,0,0,0 +407489,0,0,0,0,0 +407490,0,0,0,0,0 +407491,0,0,0,0,0 +407492,0,0,0,0,0 +407493,0,0,0,0,0 +407494,0,0,0,0,0 +407495,0,0,0,0,0 +407496,0,0,0,0,0 +407497,0,0,0,0,0 +407498,0,0,0,0,0 +407499,0,0,0,0,0 +407500,0,0,0,0,0 +407501,0,0,0,0,0 +407502,0,0,0,0,0 +407503,0,0,0,0,0 +407504,0,0,0,0,0 +407505,0,0,0,0,0 +407506,0,0,0,0,0 +407507,0,0,0,0,0 +407508,0,0,0,0,0 +407509,0,0,0,0,0 +407510,0,0,0,0,0 +407511,0,0,0,0,0 +407512,0,0,0,0,0 +407513,0,0,0,0,0 +407514,0,0,0,0,0 +407515,0,0,0,0,0 +407516,0,0,0,0,0 +407517,0,0,0,0,0 +407518,0,0,0,0,0 +407519,0,0,0,0,0 +407520,0,0,0,0,0 +407521,0,0,0,0,0 +407522,0,0,0,0,0 +407523,0,0,0,0,0 +407524,0,0,0,0,0 +407525,0,0,0,0,0 +407526,0,0,0,0,0 +407527,0,0,0,0,0 +407528,0,0,0,0,0 +407529,0,0,0,0,0 +407530,0,0,0,0,0 +407531,0,0,0,0,0 +407532,0,0,0,0,0 +407533,0,0,0,0,0 +407534,0,0,0,0,0 +407535,0,0,0,0,0 +407536,0,0,0,0,0 +407537,0,0,0,0,0 +407538,0,0,0,0,0 +407539,0,0,0,0,0 +407540,0,0,0,0,0 +407541,0,0,0,0,0 +407542,0,0,0,0,0 +407543,0,0,0,0,0 +407544,0,0,0,0,0 +407545,0,0,0,0,0 +407546,0,0,0,0,0 +407547,0,0,0,0,0 +407548,0,0,0,0,0 +407549,0,0,0,0,0 +407550,0,0,0,0,0 +407551,0,0,0,0,0 +407552,0,0,0,0,0 +407553,0,0,0,0,0 +407554,0,0,0,0,0 +407555,0,0,0,0,0 +407556,0,0,0,0,0 +407557,0,0,0,0,0 +407558,0,0,0,0,0 +407559,0,0,0,0,0 +407560,0,0,0,0,0 +407561,0,0,0,0,0 +407562,0,0,0,0,0 +407563,0,0,0,0,0 +407564,0,0,0,0,0 +407565,0,0,0,0,0 +407566,0,0,0,0,0 +407567,0,0,0,0,0 +407568,0,0,0,0,0 +407569,0,0,0,0,0 +407570,0,0,0,0,0 +407571,0,0,0,0,0 +407572,0,0,0,0,0 +407573,0,0,0,0,0 +407574,0,0,0,0,0 +407575,0,0,0,0,0 +407576,0,0,0,0,0 +407577,0,0,0,0,0 +407578,0,0,0,0,0 +407579,0,0,0,0,0 +407580,0,0,0,0,0 +407581,0,0,0,0,0 +407582,0,0,0,0,0 +407583,0,0,0,0,0 +407584,0,0,0,0,0 +407585,0,0,0,0,0 +407586,0,0,0,0,0 +407587,0,0,0,0,0 +407588,0,0,0,0,0 +407589,0,0,0,0,0 +407590,0,0,0,0,0 +407591,0,0,0,0,0 +407592,0,0,0,0,0 +407593,0,0,0,0,0 +407594,0,0,0,0,0 +407595,0,0,0,0,0 +407596,0,0,0,0,0 +407597,0,0,0,0,0 +407598,0,0,0,0,0 +407599,0,0,0,0,0 +407600,0,0,0,0,0 +407601,0,0,0,0,0 +407602,0,0,0,0,0 +407603,0,0,0,0,0 +407604,0,0,0,0,0 +407605,0,0,0,0,0 +407606,0,0,0,0,0 +407607,0,0,0,0,0 +407608,0,0,0,0,0 +407609,0,0,0,0,0 +407610,0,0,0,0,0 +407611,0,0,0,0,0 +407612,0,0,0,0,0 +407613,0,0,0,0,0 +407614,0,0,0,0,0 +407615,0,0,0,0,0 +407616,0,0,0,0,0 +407617,0,0,0,0,0 +407618,0,0,0,0,0 +407619,0,0,0,0,0 +407620,0,0,0,0,0 +407621,0,0,0,0,0 +407622,0,0,0,0,0 +407623,0,0,0,0,0 +407624,0,0,0,0,0 +407625,0,0,0,0,0 +407626,0,0,0,0,0 +407627,0,0,0,0,0 +407628,0,0,0,0,0 +407629,0,0,0,0,0 +407630,0,0,0,0,0 +407631,0,0,0,0,0 +407632,0,0,0,0,0 +407633,0,0,0,0,0 +407634,0,0,0,0,0 +407635,0,0,0,0,0 +407636,0,0,0,0,0 +407637,0,0,0,0,0 +407638,0,0,0,0,0 +407639,0,0,0,0,0 +407640,0,0,0,0,0 +407641,0,0,0,0,0 +407642,0,0,0,0,0 +407643,0,0,0,0,0 +407644,0,0,0,0,0 +407645,0,0,0,0,0 +407646,0,0,0,0,0 +407647,0,0,0,0,0 +407648,0,0,0,0,0 +407649,0,0,0,0,0 +407650,0,0,0,0,0 +407651,0,0,0,0,0 +407652,0,0,0,0,0 +407653,0,0,0,0,0 +407654,0,0,0,0,0 +407655,0,0,0,0,0 +407656,0,0,0,0,0 +407657,0,0,0,0,0 +407658,0,0,0,0,0 +407659,0,0,0,0,0 +407660,0,0,0,0,0 +407661,0,0,0,0,0 +407662,0,0,0,0,0 +407663,0,0,0,0,0 +407664,0,0,0,0,0 +407665,0,0,0,0,0 +407666,0,0,0,0,0 +407667,0,0,0,0,0 +407668,0,0,0,0,0 +407669,0,0,0,0,0 +407670,0,0,0,0,0 +407671,0,0,0,0,0 +407672,0,0,0,0,0 +407673,0,0,0,0,0 +407674,0,0,0,0,0 +407675,0,0,0,0,0 +407676,0,0,0,0,0 +407677,0,0,0,0,0 +407678,0,0,0,0,0 +407679,0,0,0,0,0 +407680,0,0,0,0,0 +407681,0,0,0,0,0 +407682,0,0,0,0,0 +407683,0,0,0,0,0 +407684,0,0,0,0,0 +407685,0,0,0,0,0 +407686,0,0,0,0,0 +407687,0,0,0,0,0 +407688,0,0,0,0,0 +407689,0,0,0,0,0 +407690,0,0,0,0,0 +407691,0,0,0,0,0 +407692,0,0,0,0,0 +407693,0,0,0,0,0 +407694,0,0,0,0,0 +407695,0,0,0,0,0 +407696,0,0,0,0,0 +407697,0,0,0,0,0 +407698,0,0,0,0,0 +407699,0,0,0,0,0 +407700,0,0,0,0,0 +407701,0,0,0,0,0 +407702,0,0,0,0,0 +407703,0,0,0,0,0 +407704,0,0,0,0,0 +407705,0,0,0,0,0 +407706,0,0,0,0,0 +407707,0,0,0,0,0 +407708,0,0,0,0,0 +407709,0,0,0,0,0 +407710,0,0,0,0,0 +407711,0,0,0,0,0 +407712,0,0,0,0,0 +407713,0,0,0,0,0 +407714,0,0,0,0,0 +407715,0,0,0,0,0 +407716,0,0,0,0,0 +407717,0,0,0,0,0 +407718,0,0,0,0,0 +407719,0,0,0,0,0 +407720,0,0,0,0,0 +407721,0,0,0,0,0 +407722,0,0,0,0,0 +407723,0,0,0,0,0 +407724,0,0,0,0,0 +407725,0,0,0,0,0 +407726,0,0,0,0,0 +407727,0,0,0,0,0 +407728,0,0,0,0,0 +407729,0,0,0,0,0 +407730,0,0,0,0,0 +407731,0,0,0,0,0 +407732,0,0,0,0,0 +407733,0,0,0,0,0 +407734,0,0,0,0,0 +407735,0,0,0,0,0 +407736,0,0,0,0,0 +407737,0,0,0,0,0 +407738,0,0,0,0,0 +407739,0,0,0,0,0 +407740,0,0,0,0,0 +407741,0,0,0,0,0 +407742,0,0,0,0,0 +407743,0,0,0,0,0 +407744,0,0,0,0,0 +407745,0,0,0,0,0 +407746,0,0,0,0,0 +407747,0,0,0,0,0 +407748,0,0,0,0,0 +407749,0,0,0,0,0 +407750,0,0,0,0,0 +407751,0,0,0,0,0 +407752,0,0,0,0,0 +407753,0,0,0,0,0 +407754,0,0,0,0,0 +407755,0,0,0,0,0 +407756,0,0,0,0,0 +407757,0,0,0,0,0 +407758,0,0,0,0,0 +407759,0,0,0,0,0 +407760,0,0,0,0,0 +407761,0,0,0,0,0 +407762,0,0,0,0,0 +407763,0,0,0,0,0 +407764,0,0,0,0,0 +407765,0,0,0,0,0 +407766,0,0,0,0,0 +407767,0,0,0,0,0 +407768,0,0,0,0,0 +407769,0,0,0,0,0 +407770,0,0,0,0,0 +407771,0,0,0,0,0 +407772,0,0,0,0,0 +407773,0,0,0,0,0 +407774,0,0,0,0,0 +407775,0,0,0,0,0 +407776,0,0,0,0,0 +407777,0,0,0,0,0 +407778,0,0,0,0,0 +407779,0,0,0,0,0 +407780,0,0,0,0,0 +407781,0,0,0,0,0 +407782,0,0,0,0,0 +407783,0,0,0,0,0 +407784,0,0,0,0,0 +407785,0,0,0,0,0 +407786,0,0,0,0,0 +407787,0,0,0,0,0 +407788,0,0,0,0,0 +407789,0,0,0,0,0 +407790,0,0,0,0,0 +407791,0,0,0,0,0 +407792,0,0,0,0,0 +407793,0,0,0,0,0 +407794,0,0,0,0,0 +407795,0,0,0,0,0 +407796,0,0,0,0,0 +407797,0,0,0,0,0 +407798,0,0,0,0,0 +407799,0,0,0,0,0 +407800,0,0,0,0,0 +407801,0,0,0,0,0 +407802,0,0,0,0,0 +407803,0,0,0,0,0 +407804,0,0,0,0,0 +407805,0,0,0,0,0 +407806,0,0,0,0,0 +407807,0,0,0,0,0 +407808,0,0,0,0,0 +407809,0,0,0,0,0 +407810,0,0,0,0,0 +407811,0,0,0,0,0 +407812,0,0,0,0,0 +407813,0,0,0,0,0 +407814,0,0,0,0,0 +407815,0,0,0,0,0 +407816,0,0,0,0,0 +407817,0,0,0,0,0 +407818,0,0,0,0,0 +407819,0,0,0,0,0 +407820,0,0,0,0,0 +407821,0,0,0,0,0 +407822,0,0,0,0,0 +407823,0,0,0,0,0 +407824,0,0,0,0,0 +407825,0,0,0,0,0 +407826,0,0,0,0,0 +407827,0,0,0,0,0 +407828,0,0,0,0,0 +407829,0,0,0,0,0 +407830,0,0,0,0,0 +407831,0,0,0,0,0 +407832,0,0,0,0,0 +407833,0,0,0,0,0 +407834,0,0,0,0,0 +407835,0,0,0,0,0 +407836,0,0,0,0,0 +407837,0,0,0,0,0 +407838,0,0,0,0,0 +407839,0,0,0,0,0 +407840,0,0,0,0,0 +407841,0,0,0,0,0 +407842,0,0,0,0,0 +407843,0,0,0,0,0 +407844,0,0,0,0,0 +407845,0,0,0,0,0 +407846,0,0,0,0,0 +407847,0,0,0,0,0 +407848,0,0,0,0,0 +407849,0,0,0,0,0 +407850,0,0,0,0,0 +407851,0,0,0,0,0 +407852,0,0,0,0,0 +407853,0,0,0,0,0 +407854,0,0,0,0,0 +407855,0,0,0,0,0 +407856,0,0,0,0,0 +407857,0,0,0,0,0 +407858,0,0,0,0,0 +407859,0,0,0,0,0 +407860,0,0,0,0,0 +407861,0,0,0,0,0 +407862,0,0,0,0,0 +407863,0,0,0,0,0 +407864,0,0,0,0,0 +407865,0,0,0,0,0 +407866,0,0,0,0,0 +407867,0,0,0,0,0 +407868,0,0,0,0,0 +407869,0,0,0,0,0 +407870,0,0,0,0,0 +407871,0,0,0,0,0 +407872,0,0,0,0,0 +407873,0,0,0,0,0 +407874,0,0,0,0,0 +407875,0,0,0,0,0 +407876,0,0,0,0,0 +407877,0,0,0,0,0 +407878,0,0,0,0,0 +407879,0,0,0,0,0 +407880,0,0,0,0,0 +407881,0,0,0,0,0 +407882,0,0,0,0,0 +407883,0,0,0,0,0 +407884,0,0,0,0,0 +407885,0,0,0,0,0 +407886,0,0,0,0,0 +407887,0,0,0,0,0 +407888,0,0,0,0,0 +407889,0,0,0,0,0 +407890,0,0,0,0,0 +407891,0,0,0,0,0 +407892,0,0,0,0,0 +407893,0,0,0,0,0 +407894,0,0,0,0,0 +407895,0,0,0,0,0 +407896,0,0,0,0,0 +407897,0,0,0,0,0 +407898,0,0,0,0,0 +407899,0,0,0,0,0 +407900,0,0,0,0,0 +407901,0,0,0,0,0 +407902,0,0,0,0,0 +407903,0,0,0,0,0 +407904,0,0,0,0,0 +407905,0,0,0,0,0 +407906,0,0,0,0,0 +407907,0,0,0,0,0 +407908,0,0,0,0,0 +407909,0,0,0,0,0 +407910,0,0,0,0,0 +407911,0,0,0,0,0 +407912,0,0,0,0,0 +407913,0,0,0,0,0 +407914,0,0,0,0,0 +407915,0,0,0,0,0 +407916,0,0,0,0,0 +407917,0,0,0,0,0 +407918,0,0,0,0,0 +407919,0,0,0,0,0 +407920,0,0,0,0,0 +407921,0,0,0,0,0 +407922,0,0,0,0,0 +407923,0,0,0,0,0 +407924,0,0,0,0,0 +407925,0,0,0,0,0 +407926,0,0,0,0,0 +407927,0,0,0,0,0 +407928,0,0,0,0,0 +407929,0,0,0,0,0 +407930,0,0,0,0,0 +407931,0,0,0,0,0 +407932,0,0,0,0,0 +407933,0,0,0,0,0 +407934,0,0,0,0,0 +407935,0,0,0,0,0 +407936,0,0,0,0,0 +407937,0,0,0,0,0 +407938,0,0,0,0,0 +407939,0,0,0,0,0 +407940,0,0,0,0,0 +407941,-483.9455497,-150.3568772,-444.323521,-222.6479261,-950.1856799 +407942,-477.7431299,-145.3515721,-436.849688,-219.5352847,-938.4232827 +407943,-467.4458436,-139.2844555,-425.7661479,-214.5396859,-917.9002271 +407944,-457.4316602,-133.558501,-415.0725574,-209.7833256,-896.8426622 +407945,-449.3726732,-128.6546974,-406.2861209,-206.0508002,-879.7214317 +407946,-443.332376,-124.5293978,-399.4401485,-203.3383159,-866.6916273 +407947,-438.8817148,-120.9966189,-394.1225908,-201.4098153,-856.7670522 +407948,-435.9272638,-117.8949448,-389.9494912,-200.0501731,-849.1071271 +407949,-434.0860083,-115.1171587,-386.6627878,-199.1163733,-843.1999355 +407950,-433.0401085,-112.5940308,-384.0964072,-198.5993239,-838.7387412 +407951,-432.5873236,-110.2753039,-382.1309337,-198.4048286,-835.5178251 +407952,-432.6058133,-108.1218121,-380.6707303,-198.4442581,-833.3706743 +407953,-433.0010109,-106.1009127,-379.6341679,-198.6555595,-832.147292 +407954,-433.704188,-104.1851003,-378.9511201,-198.997494,-831.7136288 +407955,-434.650506,-102.3514185,-378.5619556,-199.4405904,-831.9520777 +407956,-435.7929078,-100.5809771,-378.4165885,-199.9619763,-832.7618813 +407957,-437.0855419,-98.85830238,-378.4730906,-200.5430158,-834.0566499 +407958,-438.4977692,-97.170773,-378.696461,-201.168527,-835.7628388 +407959,-439.994386,-95.50806211,-379.0607546,-201.828299,-837.8170983 +407960,-441.5604211,-93.86175564,-379.5368062,-202.5093789,-840.1655761 +407961,-443.176301,-92.22497451,-380.1069564,-203.2040905,-842.7617901 +407962,-444.830961,-32.09386169,-380.7518557,-203.9055697,-845.5661053 +407963,-446.5076342,63.87358107,-381.4586398,-204.6125285,-848.5443268 +407964,-448.1999317,19.38017342,-382.213976,-205.3194878,-851.6684586 +407965,-449.8988806,53.09932278,-383.0096615,-206.0252419,-854.9129535 +407966,-451.5917753,67.57435399,-383.8355972,-206.7245288,-858.256059 +407967,-453.2768543,82.03399074,-384.6868768,-207.4174708,-861.6793958 +407968,-454.9507255,96.07677787,-385.5598336,-208.1001842,-865.1675717 +407969,-456.6050139,109.9830214,-386.4440506,-208.7738239,-868.707376 +407970,-458.2411206,124.3146706,-387.3406404,-209.4352297,-872.2875959 +407971,-459.8578632,135.9599591,-388.2476668,-210.0860813,-875.8985382 +407972,-461.4675899,147.5929769,-389.1826192,-210.7320575,-879.5320833 +407973,-463.0734112,159.22799,-390.1570837,-211.3796664,-883.1813698 +407974,-464.6768078,170.2912289,-391.172854,-212.0294972,-886.8406856 +407975,-466.2732901,181.3315272,-392.2263053,-212.6771224,-890.5051016 +407976,-467.8621047,192.1733731,-393.3124312,-213.3231833,-894.1705528 +407977,-469.4393133,202.6401941,-394.4951119,-213.9669333,-897.833554 +407978,-471.0053719,213.5129005,-395.7518243,-214.6047067,-901.4913251 +407979,-472.5573613,223.7368287,-397.052299,-215.2381669,-905.1414676 +407980,-474.0964442,234.0295143,-398.3793313,-215.8674141,-908.782134 +407981,-475.6202398,244.1527475,-399.7259184,-216.4893275,-912.411785 +407982,-477.1303175,254.1515854,-401.0894057,-217.1059848,-916.0293028 +407983,-478.6246239,264.0294252,-402.4681401,-217.7177692,-919.633754 +407984,-480.1049976,273.7915889,-403.8605524,-218.3241124,-923.2245415 +407985,-481.5696033,283.4417104,-405.2650488,-218.9221519,-926.8011611 +407986,-483.020451,292.9841384,-406.6802245,-219.5145188,-930.3633749 +407987,-484.4558448,301.8065719,-408.1048562,-220.1020062,-933.9109797 +407988,-485.8828723,311.5002096,-409.5460375,-220.6860108,-937.4439999 +407989,-487.2977892,320.7977438,-410.9993003,-221.263029,-940.9624685 +407990,-488.7001548,329.5548217,-412.4597574,-221.8348362,-944.4665692 +407991,-490.0871869,338.8314132,-413.9248923,-222.4018668,-947.9564253 +407992,-491.4609088,347.6998181,-415.3939691,-222.9637755,-951.4323262 +407993,-492.8199646,356.6192809,-416.8668918,-223.5179371,-954.8945001 +407994,-494.1668019,365.3560795,-418.3437169,-224.0671548,-958.3433134 +407995,-495.5000465,374.1100156,-419.8244116,-224.6123549,-961.7790518 +407996,-496.8220334,382.682206,-421.308932,-225.1532928,-965.2021229 +407997,-498.1313012,391.2774084,-422.7971745,-225.6872992,-968.6128381 +407998,-499.4301314,399.6912462,-424.2890706,-226.21711,-972.0116203 +407999,-500.7170253,408.1344482,-425.7845105,-226.7436048,-975.3987846 +408000,-501.9943106,416.3941457,-427.2834766,-227.266543,-978.7748967 +408001,-511.1854854,849.7676703,-436.7111004,-231.3878146,-996.5494023 +408002,-500.7859331,872.0581355,-426.8679166,-226.5253031,-977.6264579 +408003,-480.4962013,889.3812185,-407.630922,-217.3422678,-939.4170261 +408004,-459.6968135,905.1235402,411.8522818,-208.1531563,-899.5812628 +408005,-442.2983888,920.1828322,500.3049612,-200.6854249,-865.5846274 +408006,-429.5577673,934.3921193,301.3778537,-195.060733,-838.4010129 +408007,-146.5029486,948.2366659,427.63337,-70.36997088,-816.8607757 +408008,336.0484666,961.7480837,450.3143993,115.4530971,-799.7048922 +408009,45.00212077,974.9984879,468.9909887,5.498106377,739.1301524 +408010,179.8119201,987.9498006,487.5201911,61.78878484,13.45130879 +408011,208.2479606,1000.906827,505.3107413,75.22468439,225.840678 +408012,233.6482721,1013.288172,522.5786766,88.05039661,284.7482522 +408013,257.8125467,1025.854628,539.5347042,97.57778628,293.5577489 +408014,281.5841288,1038.038913,555.9671683,108.3836344,337.783233 +408015,305.3497115,1050.134783,572.0105503,118.0574137,355.4058113 +408016,327.8880766,1062.008817,587.849771,127.6472632,380.7141945 +408017,350.1486101,1073.915302,613.7157582,137.4848879,403.88665 +408018,366.0241651,1085.591041,620.8478492,146.6465548,426.5553433 +408019,384.7324687,1096.958535,613.57056,155.8214039,448.419708 +408020,402.3458338,1108.504903,659.0202434,164.5680749,469.6485345 +408021,419.9665331,1119.708002,659.0624451,173.7072638,490.4051906 +408022,437.0894318,1135.417701,675.7502334,182.340281,510.4268746 +408023,454.0660528,1146.103721,689.4861379,190.4945935,530.0957778 +408024,470.5241597,1167.493021,702.9983162,198.9291642,549.1805319 +408025,486.8911099,1145.718958,716.0939248,207.0450627,572.7460961 +408026,502.3552715,1198.370652,729.1316743,214.7846748,578.5005911 +408027,518.844177,1194.519516,741.8935166,223.0499783,607.2976791 +408028,533.9555429,1210.775566,754.4587825,230.5406853,622.8589412 +408029,549.244348,1223.715044,774.479591,238.1555714,655.8703638 +408030,564.2821946,1236.532103,767.7171602,245.588247,644.4086878 +408031,578.8834916,1250.821504,796.2197232,252.835095,672.0290187 +408032,593.4251679,1265.127697,801.4019974,259.9486942,687.6436721 +408033,607.7375126,1279.347377,813.7978445,266.610387,704.3874673 +408034,621.6336259,1294.059897,825.3928306,273.987012,692.6251387 +408035,635.6105337,1316.860181,851.6769077,280.5543686,669.4055289 +408036,649.0959047,1330.374171,842.4716525,287.2035536,650.0752179 +408037,662.775379,1314.29173,858.2118588,293.8718671,633.5039331 +408038,675.7269744,1363.808407,871.2845738,300.1917284,619.8611911 +408039,703.0538432,1362.692318,880.0622481,306.6477934,608.7376471 +408040,710.4987655,1391.949698,897.8389055,315.5645172,599.7060011 +408041,702.2795674,1408.128054,903.251418,322.2264611,592.278891 +408042,750.2577066,1423.764373,917.7026127,328.4860326,585.9020328 +408043,746.8086583,1438.709489,921.5244961,334.6577916,580.1627923 +408044,762.8768558,1470.020445,934.5836341,340.6609964,574.8886787 +408045,775.3984346,1452.87206,944.7641855,346.7299677,570.2289992 +408046,787.922337,1485.08033,959.0547342,352.493132,566.2730572 +408047,800.2365704,1500.811362,962.9631277,358.268679,562.6003086 +408048,812.5435412,1512.362595,978.7858969,364.0832403,559.1158886 +408049,824.3706634,1527.690339,983.762243,369.6007075,555.8316791 +408050,836.7112336,1557.338082,997.521873,375.1506927,552.6549642 +408051,848.3319061,1539.38009,1005.737472,380.6992704,549.7387025 +408052,860.2536101,1576.578067,1017.463677,386.0813808,547.3009059 +408053,872.1865547,1585.979573,1019.929861,391.4423004,544.4756702 +408054,883.6846398,1616.182414,1017.472821,396.7322614,540.7379367 +408055,895.6443044,1594.038329,1011.333834,401.9643417,535.6506253 +408056,907.2820822,1635.053318,1005.07422,407.086054,529.143914 +408057,918.7023977,1649.794998,998.7871529,412.2849561,521.3620769 +408058,930.2847285,1670.195986,992.5816055,417.3635799,512.6368761 +408059,941.7131581,1640.748793,986.6237284,422.255804,503.3922342 +408060,953.2217014,1720.028404,981.5356896,427.3410372,494.5853086 +408061,1353.74729,1860.091635,983.3471455,600.5391293,496.6424704 +408062,1397.676251,1884.968185,1005.229131,607.0031979,528.3047264 +408063,1338.213859,1901.26988,1035.531575,612.9119422,573.4498384 +408064,1428.043759,1914.489947,1063.756633,618.2983789,616.138671 +408065,1385.420636,1929.023545,1086.067988,623.6861552,651.0955108 +408066,1437.875355,1942.903051,1102.882943,628.9071992,678.3365932 +408067,1435.662857,1964.24888,1116.078743,634.0412109,699.7347416 +408068,1420.992325,1968.423818,1126.540074,639.1125957,717.3774528 +408069,1477.264268,1985.57699,1135.656844,644.1162151,732.8501797 +408070,1457.122247,1999.466361,1143.954079,649.1325105,746.3806459 +408071,1478.881826,2013.002108,1151.419875,653.9239294,758.1954979 +408072,1488.976009,2032.692301,1158.634775,658.7526709,768.8635867 +408073,1500.012998,2038.077553,1165.19241,663.6487796,778.7069485 +408074,1510.99378,2053.660322,1171.178108,668.3584239,787.1520961 +408075,1522.466241,2074.183647,1177.053804,673.158824,794.8733554 +408076,1533.379685,2078.952405,1182.701076,677.7317452,801.88929 +408077,1544.23838,2093.935914,1187.251843,682.4246815,808.0017417 +408078,1555.491201,2113.685194,1192.163191,687.0189607,813.6380315 +408079,1566.389291,2119.0204,1197.067155,691.5883546,818.8469875 +408080,1585.52226,2132.177032,1201.585951,696.1233674,823.5262618 +408081,1584.344539,2151.202327,1205.993384,700.6247947,827.8724445 +408082,1600.242405,2164.21887,1210.588761,705.1670456,831.9978789 +408083,1610.377726,2169.660998,1214.775958,709.4926878,835.7012341 +408084,1620.877346,2184.569781,1218.687342,713.9508261,839.1373745 +408085,1631.272679,2191.634313,1222.386457,718.2405421,841.9709383 +408086,1642.276676,2198.028635,1225.768909,722.6942272,844.2817576 +408087,1652.708367,2202.386255,1228.918736,726.9572525,845.9432435 +408088,1663.284911,2207.282605,1231.467752,731.2554253,846.9734203 +408089,1673.569202,2212.711586,1233.689232,735.5147657,847.4964273 +408090,1684.402235,2218.545672,1235.703553,739.8206088,847.6649486 +408091,1694.257627,2224.621399,1237.589595,743.6128416,847.5840305 +408092,1711.947771,2230.838044,1239.491056,747.7946567,847.4621059 +408093,1711.002716,2236.886685,1241.319605,751.6066649,847.2189385 +408094,1724.523005,2242.569779,1242.967223,755.6598887,846.7222073 +408095,1738.072481,2248.234627,1244.648132,763.0654853,846.2551441 +408096,1748.946254,2253.473575,1246.852374,767.5250681,845.9425614 +408097,1766.13696,2258.622297,1249.467281,771.5399191,845.8326918 +408098,1765.873776,2263.746691,1252.095373,775.6764858,845.6900965 +408099,1778.213616,2268.752713,1254.464274,779.5410292,845.305342 +408100,1788.223956,2273.865488,1256.697766,783.5633211,844.8628265 +408101,1804.637546,2279.57915,1259.010815,787.3348696,844.6180486 +408102,1805.114819,2285.038625,1261.270962,791.2749604,844.3774128 +408103,1823.241341,2290.424643,1263.639666,795.0497344,844.0828848 +408104,1824.654139,2295.76193,1265.751234,798.8013856,843.7513325 +408105,1833.406501,2300.873952,1267.677547,802.4883356,843.2215025 +408106,1857.582279,2306.277627,1269.771764,806.2820411,842.9319421 +408107,1845.849066,2311.643404,1271.828514,809.850566,842.6136287 +408108,1867.914023,2316.923016,1273.66257,813.5164424,842.0258153 +408109,1867.89072,2321.849259,1275.467533,817.1480237,841.4120269 +408110,1869.794009,2326.424636,1277.023265,820.7811757,840.4859506 +408111,1867.257352,2330.585533,1278.098249,824.3328332,838.945163 +408112,1864.915374,2333.73689,1278.664881,827.8478567,836.7454578 +408113,1862.87994,2336.534106,1278.790722,831.3151122,833.9639239 +408114,1861.15348,2338.352654,1278.58108,838.9994325,830.7281482 +408115,1859.695859,2340.673348,1278.133043,836.9252729,827.1590844 +408116,1858.429608,2342.938423,1277.498145,852.8631325,823.3226904 +408117,1857.360543,2344.876928,1276.752775,830.8201289,819.3192615 +408118,1856.466749,2347.028794,1275.934497,850.6846583,815.2005255 +408119,1855.653664,2348.795599,1275.020848,853.3490947,810.9416906 +408120,1854.920408,2350.452328,1274.03946,854.5565325,806.5815338 +408121,1853.993376,2351.920672,1272.733694,861.3101151,801.6402981 +408122,1853.549226,2353.656623,1271.699428,865.2999716,797.4838056 +408123,1853.430234,2355.505963,1270.840675,868.9185025,793.7593484 +408124,1853.406359,2357.53724,1270.004434,872.4619818,790.0646689 +408125,1853.357417,2359.116381,1269.111607,875.8581152,786.2201306 +408126,1853.261524,2360.520699,1268.149375,879.5543117,782.2038476 +408127,1853.136437,2361.813306,1267.131652,882.9220859,778.0497308 +408128,1853.004506,2363.039067,1266.075617,886.3279568,773.7948568 +408129,1853.152798,2364.215838,1264.992262,889.6904563,769.46355 +408130,1853.002839,2365.347548,1263.888407,893.2455313,765.0713428 +408131,1852.864927,2366.437208,1262.770851,896.3637906,760.6322337 +408132,1852.752076,2367.485703,1261.643842,899.8718791,756.1560626 +408133,1852.643703,2368.46979,1260.494043,912.992371,751.6296232 +408134,1852.592212,2369.440851,1259.356988,892.552888,747.1017957 +408135,1852.591352,2370.394308,1258.231599,915.7080402,742.5742924 +408136,1852.581611,2371.274479,1257.08257,912.0220957,738.0043168 +408137,1852.582319,2372.102464,1255.924036,916.0652617,733.4120465 +408138,1852.854259,2372.880142,1254.764289,919.5488773,728.8095604 +408139,1852.835388,2373.619568,1253.599504,922.7735004,724.1933192 +408140,1852.829621,2374.314699,1252.433206,925.8504098,719.5689483 +408141,1852.847228,2374.979554,1251.266739,929.1712967,714.9392543 +408142,1853.071061,2375.57116,1250.081033,943.6824955,710.2804869 +408143,1853.31356,2376.156453,1248.912933,918.8158254,705.640703 +408144,1853.303169,2376.715514,1247.759179,946.8106734,701.0163858 +408145,1852.665074,2377.467056,1246.585439,940.0616664,696.3641871 +408146,1853.035799,2377.879678,1245.408534,944.9986596,691.7060547 +408147,1853.061523,2378.210711,1244.208229,965.9621362,687.0161819 +408148,1853.377831,2377.472103,1243.365234,932.981616,682.3522553 +408149,1853.437771,2376.154095,1242.733494,987.624457,677.6881549 +408150,1853.51455,2374.931132,1242.145635,936.7402109,673.0393118 +408151,1853.656852,2374.103747,1241.527081,978.4307151,668.4282461 +408152,1853.807762,2373.505528,1240.829886,956.5154539,663.8126017 +408153,1854.258849,2372.934084,1240.053388,992.3082287,659.1731043 +408154,1854.429219,2372.335525,1239.250124,949.9653974,654.5552892 +408155,1854.879507,2371.926385,1238.602202,1004.608562,650.1789768 +408156,1855.399141,2371.487286,1237.978258,961.4378347,645.8680989 +408157,1855.957231,2370.989241,1237.361789,1002.379154,641.597531 +408158,1856.611776,2370.497117,1236.793046,981.8923034,637.4154669 +408159,1857.275719,2369.936199,1236.219696,993.2602707,633.2513055 +408160,1858.099255,2369.455216,1235.740071,995.0634255,629.2286208 +408161,1859.390347,2369.068248,1235.367617,998.2051914,625.3630209 +408162,1860.481449,2368.688175,1235.050694,1001.392021,621.5872161 +408163,1861.625437,2368.287685,1234.773894,1004.303706,617.8805455 +408164,1862.814088,2367.853926,1234.526892,1007.698157,614.2283379 +408165,1864.036499,2367.378885,1234.300442,1010.679733,610.6171163 +408166,1865.280317,2366.856471,1234.086422,1013.843086,607.0347266 +408167,1866.538806,2366.285825,1233.880952,1016.721961,603.474647 +408168,1867.811455,2365.670429,1233.684052,1020.06429,599.9354834 +408169,1869.188428,2365.097042,1233.553325,1028.877678,596.4905506 +408170,1870.564021,2364.463221,1233.422573,1023.499051,593.0541485 +408171,1871.844331,2363.680834,1233.232448,1030.004258,589.5491458 +408172,1873.135471,2362.856296,1233.049315,1032.830246,586.059684 +408173,1874.45116,2362.005774,1232.88126,1035.455156,582.5951569 +408174,1875.76114,2361.099653,1232.70916,1038.63823,579.1304323 +408175,1877.072859,2360.143524,1232.53795,1041.373443,575.6716577 +408176,1878.393363,2359.143159,1232.372285,1044.666959,572.2246182 +408177,1879.721023,2358.096403,1232.211363,1047.468669,568.7881875 +408178,1881.050642,2356.99804,1232.05212,1050.492109,565.3583059 +408179,1882.678922,2355.847016,1231.893947,1053.447942,561.9341239 +408180,1884.002222,2354.645695,1231.738294,1056.271227,558.5173767 +408181,1887.737247,2354.025492,1234.360145,1008.661635,560.4780491 +408182,1882.806987,2346.278285,1231.135354,1006.485354,553.6725003 +408183,1874.383159,2336.477329,1225.388983,1010.113404,542.9672138 +408184,1867.205786,2328.88721,1220.214426,1009.806734,532.8330671 +408185,1862.850924,2325.25452,1216.312551,1011.191418,524.7298718 +408186,1860.931945,2324.223973,1213.652007,1013.501154,518.5565119 +408187,1860.586099,2324.089204,1211.95489,1015.483905,513.7875894 +408188,1861.119562,2323.858529,1210.931161,1017.657117,509.9602015 +408189,1862.140967,2323.244319,1210.374366,1019.81154,506.7896449 +408190,1863.462888,2322.304013,1210.153822,1022.008518,504.1156557 +408191,1864.992879,2321.163754,1210.184754,1024.211401,501.837793 +408192,1866.673866,2319.906986,1210.407264,1026.387233,499.8811589 +408193,1868.463655,2318.566689,1210.776713,1028.434586,498.1852353 +408194,1870.333144,2317.152027,1211.261323,1030.839627,496.7034894 +408195,1872.256775,2315.660302,1211.834397,1032.986927,495.3951569 +408196,1874.211746,2314.086283,1212.47284,1035.183256,494.2241275 +408197,1876.185265,2312.431909,1213.161231,1037.374698,493.1644723 +408198,1878.171163,2310.70297,1213.88946,1039.58115,492.1975136 +408199,1880.166579,2308.905663,1214.650626,1041.846345,491.3092097 +408200,1882.171961,2307.045556,1215.44114,1043.872273,490.4958011 +408201,1884.1871,2305.126325,1216.257602,1046.279205,489.7480561 +408202,1886.206561,2303.145839,1217.093864,1048.411469,489.0520403 +408203,1888.222508,2301.099279,1217.942741,1050.628781,488.3935463 +408204,1890.351235,2299.097462,1218.867367,1058.227432,487.8612926 +408205,1892.355065,2296.915875,1219.728917,1047.500905,487.2585326 +408206,1894.343573,2294.662808,1220.583764,1065.04425,486.6692144 +408207,1896.458361,2292.475541,1221.520579,1057.685426,486.2048455 +408208,1898.467132,2290.133795,1222.396004,1061.594369,485.674772 +408209,1900.423153,2287.690219,1223.245093,1064.425797,485.1200347 +408210,1902.410859,2285.228505,1224.120621,1066.25476,484.6062998 +408211,1904.38882,2282.710228,1224.995844,1068.308223,484.098054 +408212,1906.343869,2280.115345,1225.859132,1070.470629,483.5907321 +408213,1908.274972,2277.440106,1226.707402,1072.43178,483.0871175 +408214,1910.183202,2274.688112,1227.540402,1074.3655,482.5878122 +408215,1912.076895,2271.871411,1228.363347,1076.563996,482.0972822 +408216,1913.959371,2268.996243,1229.178636,1078.620347,481.6156887 +408217,1915.826113,2266.059911,1229.983748,1080.57823,481.1371835 +408218,1917.676796,2263.062936,1230.778737,1082.63602,480.6598217 +408219,1919.644205,2260.129216,1231.647921,1089.615867,480.2912769 +408220,1921.481555,2257.024206,1232.436434,1079.992247,479.8305644 +408221,1923.265382,2253.829545,1233.198852,1095.372482,479.3393308 +408222,1925.182946,2250.714859,1234.043411,1089.464272,478.9677067 +408223,1926.985638,2247.462563,1234.822606,1092.514953,478.516514 +408224,1928.704165,2244.093909,1235.555229,1095.031651,478.0104401 +408225,1930.440531,2240.70959,1236.301697,1096.641877,477.5288425 +408226,1932.173162,2237.281048,1237.046112,1098.632942,477.0516643 +408227,1933.89761,2233.807725,1237.785221,1100.69243,476.5746145 +408228,1935.612994,2230.281518,1238.518749,1102.530874,476.0969857 +408229,1937.450488,2226.830128,1239.330113,1109.376788,475.726553 +408230,1939.160398,2223.210796,1240.062823,1100.204538,475.260922 +408231,1940.817754,2219.247906,1240.763875,1113.997454,474.7602182 +408232,1942.618996,2215.668767,1241.556518,1109.860038,474.3832445 +408233,1944.332797,2211.975245,1242.295414,1111.67873,473.9418834 +408234,1945.951606,2208.146201,1242.975723,1114.832392,473.4295458 +408235,1947.564754,2204.266592,1243.848869,1116.0732,472.9168023 +408236,1949.15804,2200.328817,1244.504331,1117.762529,472.3905612 +408237,1950.886103,2196.47924,1245.240339,1124.557486,471.9774643 +408238,1952.515653,2192.497832,1245.915815,1116.119099,471.489101 +408239,1954.079009,2188.416956,1246.553212,1128.363111,470.9518529 +408240,1955.780339,2184.430507,1247.280878,1125.454106,470.5314884 +408241,1949.760621,2175.600458,1241.312894,1020.136455,458.8545859 +408242,1926.350669,2152.07871,1223.755075,1017.315157,429.2358146 +408243,1897.419244,2125.551522,1202.017547,1018.534575,392.8857739 +408244,1872.90589,2104.864974,1182.956037,1019.347567,359.3710752 +408245,1855.189151,2091.61799,1168.038422,1019.844315,331.398866 +408246,1843.136381,2082.993973,1156.690962,1021.036999,308.3851974 +408247,1834.831894,2076.908744,1147.808284,1021.896452,288.9485778 +408248,1828.907007,2071.543161,1140.590048,1027.9919,272.0895263 +408249,1824.214951,2065.992952,1134.336501,1017.215837,256.9034439 +408250,1820.374039,2060.219661,1128.801241,1031.902006,243.0483627 +408251,1817.296509,2054.43689,1123.909118,1024.975771,230.3916238 +408252,1814.595191,2048.282081,1119.393383,1027.262058,218.5499917 +408253,1812.189885,2042.344051,1115.181384,1028.95768,207.3916898 +408254,1810.088483,2036.211396,1111.258169,1029.676241,196.8619046 +408255,1808.206668,2030.311444,1107.750572,1031.173492,186.8384795 +408256,1806.628021,2024.697978,1104.296255,1037.247449,177.3441475 +408257,1805.064111,2018.444849,1100.902839,1027.125819,168.1048092 +408258,1803.568587,2012.271032,1097.598797,1040.45382,159.1280172 +408259,1802.331922,2005.918802,1094.497175,1035.510964,150.5370662 +408260,1801.116805,1999.744938,1091.4419,1036.779683,142.1132874 +408261,1799.906457,1993.505148,1088.416064,1039.239707,133.8206022 +408262,1798.922536,1987.390863,1085.553737,1044.605042,125.8198866 +408263,1798.043971,1981.287284,1082.775064,1040.516448,117.9977356 +408264,1797.364772,1974.733203,1079.950659,1042.017904,110.177901 +408265,1796.386353,1968.400435,1077.143499,1044.01973,102.4328279 +408266,1795.64052,1962.244163,1074.495598,1049.576256,94.93858588 +408267,1795.024041,1956.140661,1071.934654,1046.285926,87.59647063 +408268,1794.303186,1949.863683,1069.310575,1046.884946,80.20802507 +408269,1793.668765,1943.596472,1066.741626,1052.652799,72.92141051 +408270,1793.171121,1937.395601,1064.258693,1050.407103,65.77237186 +408271,1792.711045,1931.174562,1061.79961,1054.138783,58.67739683 +408272,1792.24196,1924.884415,1059.355194,1052.202724,51.80726693 +408273,1791.650529,1918.42472,1056.865534,1051.627573,44.63093334 +408274,471.2971737,961.6883113,65.26757478,328.4266129,-1029.626509 +408275,420.1254951,927.2323329,27.44431365,297.0464219,-1098.789831 +408276,393.2754527,919.5874135,3.049567326,284.037344,-1157.540657 +408277,390.5881729,926.9461186,-6.31346094,286.6037814,-1195.891051 +408278,395.7643279,935.0776966,-9.724917912,292.8410702,-1222.521698 +408279,402.6205516,940.0805458,-11.13444674,298.2304373,-1242.040083 +408280,409.7764383,942.7746681,-11.45245431,302.7289824,-1256.532432 +408281,417.6098713,944.7231919,-10.63745394,306.8198472,-1267.24186 +408282,425.8446843,946.3225136,-9.031071385,310.7828324,-1274.972221 +408283,434.1377776,947.5695424,-6.966062614,314.6142456,-1280.703205 +408284,442.1464158,948.326411,-4.742411085,318.1018599,-1285.132947 +408285,449.6463098,948.5185478,-2.662512812,321.3480961,-1288.766328 +408286,456.5334418,948.0341928,-0.652249316,324.2351441,-1291.953426 +408287,462.6489547,947.2072204,1.128671779,326.7869269,-1294.929061 +408288,468.3030248,945.9774162,2.65078558,329.0428136,-1297.857334 +408289,473.3895027,944.41104,3.907859052,331.0469013,-1300.948794 +408290,477.9555757,942.5669688,4.906637645,332.839545,-1304.065644 +408291,482.0469159,940.4896582,5.657425448,334.4513705,-1307.361868 +408292,485.715209,938.2204099,6.177904419,335.9113805,-1310.863291 +408293,489.0053947,935.7888438,6.484761704,337.2409326,-1314.58425 +408294,491.9818943,933.2215932,6.59729206,338.4598233,-1318.524825 +408295,494.6553849,930.5388004,6.533239354,339.5831826,-1322.682365 +408296,497.072268,927.7570137,6.309676412,340.6237265,-1327.047572 +408297,499.2270846,924.8210084,5.631606371,341.3585857,-1331.606841 +408298,501.182455,921.7755629,4.633704757,341.8983391,-1336.339657 +408299,502.9825861,918.6734089,3.494884602,342.3825193,-1341.228335 +408300,504.6482839,915.5389802,2.308304557,342.8774527,-1346.261949 +408301,509.7913318,914.0124512,4.70065719,345.0293354,-1344.883543 +408302,522.6686116,919.1930273,12.68194148,352.68548,-1333.787466 +408303,538.4385898,926.5474809,22.89448553,362.2893581,-1318.567381 +408304,552.6093241,931.9852215,32.20801597,370.5927853,-1304.442266 +408305,563.7558699,934.3897375,39.56197322,376.627529,-1293.239595 +408306,572.3095663,934.4309523,45.16532817,380.8019265,-1284.755956 +408307,579.1600198,933.152431,49.56239939,383.8423123,-1278.244112 +408308,585.0049723,931.3083031,53.19525599,386.2972849,-1273.085077 +408309,590.2457686,929.2785989,56.32696185,388.4645956,-1268.902695 +408310,595.0817529,927.2015719,58.99724854,390.474735,-1265.4866 +408311,599.6159689,925.1115055,61.48729099,392.3813042,-1262.705328 +408312,603.9064243,923.0074009,63.74414757,394.2062621,-1260.466172 +408313,607.9968544,920.887727,65.80402139,395.9644673,-1258.692041 +408314,611.923106,918.7546026,67.6974681,397.6680986,-1257.31707 +408315,615.7133779,916.6107591,69.44941718,399.326167,-1256.28631 +408316,619.3891143,914.4581007,71.07974816,400.9447794,-1255.554069 +408317,622.9646724,912.1668456,72.60399069,402.5276797,-1255.082636 +408318,626.452984,910.0133688,74.03653188,404.0794172,-1254.837729 +408319,629.8781094,907.8560373,75.3847623,405.500008,-1254.795921 +408320,633.3543562,905.6996468,76.65692741,406.9948955,-1254.933895 +408321,636.9422273,903.5235545,77.85698571,408.4593105,-1255.236137 +408322,640.6429919,901.330805,78.98684058,409.8864787,-1255.690589 +408323,644.4356143,899.1149488,80.05055215,411.2753065,-1256.284202 +408324,648.2950308,896.8862821,81.05170307,412.626409,-1257.005185 +408325,652.2015284,894.6476363,81.99382805,413.9413658,-1257.842899 +408326,656.1413609,892.3997988,82.88028956,415.221921,-1258.78769 +408327,660.1048895,890.1444525,83.71420429,416.4696964,-1259.830947 +408328,664.0847029,887.8842779,84.49842502,417.6861504,-1260.964897 +408329,667.9238531,885.6222452,85.23548836,418.8725556,-1262.182753 +408330,671.9323675,883.364923,85.93019129,420.0327709,-1263.475199 +408331,675.946466,881.1107882,86.58195098,421.1649411,-1264.840246 +408332,679.9275524,878.849654,87.17362952,422.2604596,-1266.273803 +408333,683.8553851,876.579837,87.71037239,423.3107563,-1267.76923 +408334,687.7236435,874.302823,88.18649411,424.3252015,-1269.323234 +408335,691.5388134,872.0267514,88.61455681,425.3094517,-1270.930072 +408336,695.306753,869.757833,88.99208873,426.2588862,-1272.585995 +408337,699.0207167,867.5004553,89.32926528,427.1837482,-1274.288927 +408338,702.6988048,865.2578087,89.62198775,428.079754,-1276.144019 +408339,706.3315229,863.0355458,89.88077491,428.9571359,-1277.927679 +408340,709.9169224,860.8717108,90.09841695,429.8075212,-1279.751342 +408341,713.4578391,858.7898158,90.28209262,430.6371619,-1281.616603 +408342,716.9559304,856.7912032,90.42560018,431.4389269,-1283.523555 +408343,720.4101844,854.8632505,90.53579006,432.3536209,-1285.472461 +408344,723.817509,852.9876874,90.60525148,433.3634019,-1287.464151 +408345,726.8327117,851.0101532,90.48300994,434.2901633,-1289.495067 +408346,729.6101921,848.9827914,90.22603757,435.1625582,-1291.554738 +408347,732.3450242,846.9851114,89.93017847,436.0435371,-1293.635955 +408348,735.1265096,845.0508825,89.62717055,436.9649818,-1295.739481 +408349,737.962479,843.1755418,89.33203694,437.9298081,-1297.870395 +408350,740.832109,841.3426398,89.02893714,438.9304595,-1300.032004 +408351,743.7084637,839.5327558,88.71687545,439.9554803,-1302.229885 +408352,746.5771938,837.737622,88.38248519,441.0001767,-1304.463474 +408353,749.430191,835.9537627,88.03350801,442.0625025,-1306.731414 +408354,752.2595211,834.1769749,87.65053637,443.1394502,-1309.035196 +408355,755.0626775,832.4077856,87.25410435,444.2312623,-1311.372042 +408356,757.8364857,830.6457591,86.82725067,445.3373926,-1313.741229 +408357,760.5787351,828.8907858,86.3896411,446.4575148,-1316.140712 +408358,763.2872891,827.1425407,85.92191771,447.591107,-1318.569998 +408359,765.9606791,825.4010508,85.44441425,448.7378976,-1321.027065 +408360,768.5972337,823.6660764,84.93666935,449.8973815,-1323.511768 +408361,775.6456596,823.9609498,88.8584495,453.0922566,-1317.93332 +408362,782.3284368,824.8241288,92.36627593,456.6577744,-1312.087925 +408363,788.680392,825.8309994,95.58306827,460.3134034,-1306.263155 +408364,794.7740109,826.6014718,98.62775382,463.8075355,-1300.688262 +408365,800.6761532,827.0324164,101.580955,467.0699716,-1295.425847 +408366,806.4334575,827.1890653,104.4704266,470.1402888,-1290.448473 +408367,812.0740466,827.1749347,107.3030976,473.0840207,-1285.707189 +408368,817.6143473,827.0692306,110.0820468,475.9527989,-1281.160295 +408369,823.0645381,826.9172176,112.8112528,478.7779205,-1276.777829 +408370,828.4304009,826.7401304,115.4946262,481.5758037,-1272.538511 +408371,833.715042,826.546726,118.1350085,484.3546198,-1268.42691 +408372,838.9212983,826.3418,120.7351044,487.1195322,-1264.429594 +408373,844.0515694,826.1284706,123.2969133,489.8740056,-1260.535458 +408374,849.1084179,825.9091696,125.8220729,492.6205688,-1256.734675 +408375,854.0940884,825.6856394,128.3118675,495.3609298,-1253.019139 +408376,859.0101948,825.4591603,130.7674809,498.0962543,-1249.381593 +408377,863.8578724,825.2305408,133.189917,500.8272124,-1245.816093 +408378,868.6378217,825.0003949,135.580171,503.5542225,-1242.317191 +408379,873.350556,824.7690085,137.9318762,506.2773567,-1238.881115 +408380,877.076767,824.5425684,140.2587799,508.768478,-1235.496908 +408381,880.2051266,824.3367763,142.5643916,511.1236499,-1232.148374 +408382,883.2426458,824.159095,144.8558907,513.4857123,-1228.824824 +408383,886.4322013,824.0020408,147.1327914,515.9155982,-1225.528412 +408384,889.8062928,823.8519385,149.3891451,518.412185,-1222.267149 +408385,893.3141493,823.697385,151.618621,520.9528519,-1219.048818 +408386,896.898042,823.5324623,153.817234,523.5168173,-1215.877632 +408387,900.517025,823.3557553,155.983439,526.0912821,-1212.755059 +408388,904.1466226,823.168416,158.1173766,528.6699396,-1209.68032 +408389,907.7717771,822.9723722,160.2199346,531.2498702,-1206.652069 +408390,911.382302,822.7696513,162.2923547,533.8246509,-1203.668273 +408391,914.9703373,822.5618909,164.3358534,536.4006731,-1200.72721 +408392,918.5317939,822.3223234,166.3220387,538.9499931,-1197.826532 +408393,922.0656935,822.0361912,168.2331003,541.4641405,-1194.963434 +408394,925.5719685,821.7057622,170.0674273,543.9379145,-1192.134308 +408395,929.0496869,821.3410142,171.83171,546.3770777,-1189.336363 +408396,932.4972901,820.9519952,173.5342027,548.790172,-1186.567316 +408397,935.9124021,820.5456461,175.1816894,551.1834613,-1183.826147 +408398,939.2927073,820.1260844,176.7792226,553.5604158,-1181.112027 +408399,942.6358404,819.6955201,178.330498,555.9225903,-1178.424829 +408400,945.939838,819.2553605,179.8384802,558.2707739,-1175.764136 +408401,949.2004499,818.8046949,181.3039273,560.5979332,-1173.137721 +408402,952.4175507,818.345351,182.729675,562.9065746,-1170.541547 +408403,955.5917551,817.8792729,184.1185202,565.2008573,-1167.971515 +408404,958.7228785,817.4075554,185.472529,567.4831431,-1165.425555 +408405,961.8102895,816.930527,186.7931011,569.7540387,-1162.903482 +408406,964.8530764,816.4483209,188.08136,572.0134067,-1160.40531 +408407,967.8505288,815.9609612,189.3382145,574.260899,-1157.931423 +408408,970.8023626,815.4687763,190.5646582,576.4964155,-1155.481612 +408409,973.7081982,814.9719257,191.7614789,578.7198068,-1153.056034 +408410,976.5676406,814.4706977,192.9294848,580.9310475,-1150.654416 +408411,979.3805145,813.9653181,194.0693877,583.1300962,-1148.276792 +408412,982.146992,813.456057,195.1818896,585.3169392,-1145.922847 +408413,984.8669882,812.9431041,196.2676034,587.4915198,-1143.592594 +408414,987.5404567,812.4267012,197.3271501,589.6538102,-1141.285695 +408415,990.167522,811.9070056,198.3610649,591.8037355,-1139.002153 +408416,992.7483554,811.3842309,199.3699026,593.9412529,-1136.741616 +408417,995.2830419,810.8585111,200.3541416,596.0662755,-1134.504079 +408418,997.7717495,810.3300368,201.3142836,598.1787473,-1132.289182 +408419,1000.214702,809.798923,202.2507624,600.2785714,-1130.096915 +408420,1002.612023,809.2653416,203.1640378,602.3656812,-1127.926915 +408421,1006.322797,809.3470515,205.4133653,605.057632,-1123.308517 +408422,1006.185229,806.6657274,204.7111015,605.5170231,-1123.336077 +408423,1004.434098,803.0268106,202.6958334,605.1445246,-1125.483996 +408424,1003.187698,800.0790485,200.9455939,605.2313067,-1127.342995 +408425,1003.147289,798.2792227,200.0155548,606.1594764,-1128.047383 +408426,1004.14357,797.23093,199.827826,607.761918,-1127.667503 +408427,1005.788227,796.8072676,200.1347729,609.7501507,-1126.526857 +408428,1006.466869,796.4938991,200.642715,611.3710649,-1124.887264 +408429,1006.556461,796.1973532,201.282117,612.7486549,-1122.889206 +408430,1006.689726,795.9286149,202.0495523,614.1481387,-1120.605993 +408431,1007.165979,795.6933421,202.9311842,615.6953483,-1118.09662 +408432,1008.004616,795.476473,203.8981616,617.3909219,-1115.415079 +408433,1009.115729,795.2569671,204.9196566,619.1870235,-1112.607609 +408434,1010.405018,795.019949,205.9715068,621.0369804,-1109.709181 +408435,1011.806499,794.7592302,207.0375885,622.9105611,-1106.745218 +408436,1013.280174,794.4749339,208.1080078,624.7919475,-1103.733345 +408437,1014.801579,794.1699212,209.1765991,626.6734968,-1100.686722 +408438,1016.354596,793.8478775,210.2394994,628.5514359,-1097.614816 +408439,1017.927051,793.5118683,211.2939276,630.4233291,-1094.525475 +408440,1019.509573,793.1644411,212.3379567,632.2874888,-1091.424589 +408441,1021.094822,792.8075579,213.3701768,634.1426675,-1088.317223 +408442,1022.673934,792.4415835,214.3879881,635.9851013,-1085.216373 +408443,1024.246799,792.06961,215.3929317,637.8182625,-1082.111929 +408444,1025.807699,791.6917374,216.383287,639.6394828,-1079.014863 +408445,1027.354141,791.3087599,217.3588001,641.4486816,-1075.92619 +408446,1028.88511,790.9217432,218.3197646,643.2466261,-1072.84463 +408447,1030.399573,790.531388,219.2663314,645.0337097,-1069.770198 +408448,1031.896428,790.1380508,220.1984644,646.8098906,-1066.7038 +408449,1033.374705,789.7418898,221.1160411,648.5749193,-1063.646843 +408450,1034.833478,789.3429711,222.0189327,650.3285068,-1060.600496 +408451,1036.272284,788.9415383,222.9071727,652.0705609,-1057.565705 +408452,1037.667431,788.5132806,223.7547947,653.7735487,-1054.542503 +408453,1039.00494,788.0447032,224.5452207,655.4209055,-1051.529846 +408454,1040.284634,787.5376701,225.2764613,657.0122208,-1048.525695 +408455,1041.512525,787.0009768,225.9540213,658.5548826,-1045.528506 +408456,1042.695053,786.4433099,226.5847392,660.0569772,-1042.537425 +408457,1043.836819,785.8705119,227.1741212,661.5243886,-1039.552637 +408458,1044.940598,785.2857827,227.7260674,662.9607166,-1036.574684 +408459,1046.007791,784.6906581,228.2432982,664.3680232,-1033.60454 +408460,1047.039278,784.0859287,228.7278762,665.7475816,-1030.643027 +408461,1048.035666,783.472057,229.1814224,667.1002442,-1027.691144 +408462,1048.997495,782.8494255,229.6053339,668.4266735,-1024.749583 +408463,1049.925085,782.218333,230.0007786,669.7273706,-1021.819148 +408464,1050.818739,781.5790617,230.368786,671.0027493,-1018.900371 +408465,1051.678754,780.9318325,230.7102308,672.2531234,-1015.993886 +408466,1052.505445,780.2768602,231.0258999,673.4787606,-1013.100076 +408467,1053.298958,779.6143156,231.316472,674.6798667,-1010.219439 +408468,1054.059612,778.9443803,231.5825767,675.8566319,-1007.352232 +408469,1054.787592,778.2672123,231.8220455,677.0092133,-1004.498832 +408470,1055.483114,777.5829835,232.0388488,678.1377646,-1001.659391 +408471,1056.146326,776.8918093,232.2343178,679.2423888,-998.834219 +408472,1056.777416,776.1938128,232.4055346,680.3231863,-996.0234223 +408473,1057.376584,775.4891101,232.5556281,681.3802471,-993.2272317 +408474,1057.944012,774.777814,232.6854946,682.4136524,-990.4456974 +408475,1058.479846,774.0600244,232.7920244,683.4234718,-987.6789896 +408476,1058.984242,773.3358568,232.8783409,684.4097793,-984.9271253 +408477,1059.457234,772.6053979,232.9453288,685.3726283,-982.190236 +408478,1059.899003,771.8687524,232.9898406,686.3120811,-979.4682801 +408479,1060.309705,771.1260105,233.0149962,687.2281874,-976.7613573 +408480,1060.689476,770.3772585,233.0216599,688.1209907,-974.0694076 +408481,1062.684398,770.3707882,234.6526941,689.7387436,-968.399625 +408482,1057.100043,764.9156897,230.466486,686.9247199,-971.9271622 +408483,1048.443483,757.6394144,223.7785545,682.5100653,-979.5760688 +408484,1040.942086,751.8012996,217.7334015,679.0767488,-986.5379437 +408485,1035.970905,748.2910448,213.4263237,677.3717248,-991.1030634 +408486,1033.167509,746.5616545,210.6765389,677.0427418,-993.4313997 +408487,1031.733964,745.7911699,208.9762513,677.4960572,-994.1875157 +408488,1031.045293,745.3890702,207.9079768,678.2939388,-993.9207782 +408489,1030.748833,745.0629004,207.2240979,679.2082878,-992.9586983 +408490,1030.677102,744.7130207,206.7965467,680.1479407,-991.4774644 +408491,1030.751962,744.3238186,206.5569232,681.0838351,-989.5805244 +408492,1030.928155,743.9010286,206.4607496,682.0060278,-987.3421995 +408493,1031.176616,743.4536896,206.476371,682.9111555,-984.8202371 +408494,1031.471563,742.9842573,206.5766051,683.7943521,-982.065196 +408495,1031.794249,742.4946161,206.7404992,684.6526246,-979.1182404 +408496,1032.130804,741.9866237,206.951863,685.4843708,-976.0128044 +408497,1032.471332,741.4625063,207.198333,686.2891452,-972.7761943 +408498,1032.808791,740.9246539,207.4704777,687.0672194,-969.4305678 +408499,1033.13799,740.3752593,207.7609975,687.8191486,-965.9943225 +408500,1033.455119,739.8161835,208.0642018,688.5455571,-962.4825946 +408501,1033.757192,739.248892,208.3755884,689.2470037,-958.9081606 +408502,1034.041938,738.6745431,208.691598,689.9239739,-955.2815914 +408503,1034.307445,738.094011,209.0093745,690.576846,-951.6119164 +408504,1034.552128,737.5079893,209.3266452,691.2059289,-947.9066092 +408505,1034.774712,736.9170049,209.6415744,691.8114497,-944.1721151 +408506,1034.974097,736.321479,209.9526926,692.3935805,-940.4137595 +408507,1035.14937,735.7217271,210.2587944,692.9524285,-936.636204 +408508,1035.299693,735.1180074,210.5589298,693.4880678,-932.8432461 +408509,1035.424344,734.5105015,210.8522944,694.0005154,-929.0382891 +408510,1035.522716,733.8993716,211.1382546,694.4897742,-925.2240863 +408511,1035.594166,733.2847245,211.4162761,694.9558048,-921.4031291 +408512,1035.570532,732.6685323,211.6876639,695.363191,-917.5767573 +408513,1035.419729,732.0537478,211.9544185,695.6990317,-913.7449983 +408514,1035.143536,731.442852,212.2181966,695.9677307,-909.9072674 +408515,1034.757099,730.8373113,212.4800095,696.1790319,-906.0633215 +408516,1034.275421,730.2373121,212.7400619,696.3411684,-902.2135476 +408517,1033.70945,729.6422457,212.9980327,696.4593604,-898.3590388 +408518,1033.067121,729.0517168,213.2538841,696.5369882,-894.5004538 +408519,1032.352764,728.4644373,213.5066246,696.5753381,-890.6396246 +408520,1031.56961,727.8794281,213.7555016,696.5752514,-886.7779734 +408521,1030.715943,727.2925237,213.9972954,696.5352687,-882.9207034 +408522,1029.80006,726.7083845,214.2353107,696.4590848,-879.0629743 +408523,1028.820047,726.1237842,214.4669617,696.3452326,-875.2095461 +408524,1027.735235,725.548411,214.7050946,696.1719064,-871.3602336 +408525,1026.564269,724.9804045,214.9435959,695.9489887,-867.514068 +408526,1025.331481,724.4149197,215.1773143,695.6893564,-863.6708131 +408527,1024.04944,723.8490454,215.4041799,695.3993546,-859.8310189 +408528,1022.720217,723.2813559,215.623478,695.0794295,-855.9957021 +408529,1021.341828,722.7116059,215.835131,694.7278858,-852.1660211 +408530,1019.912079,722.1401244,216.0393017,694.4456344,-848.3425363 +408531,1018.426669,721.5647335,216.2343964,694.0175895,-844.5281072 +408532,1016.887598,720.988415,216.4223181,693.5515448,-840.7207011 +408533,1015.295168,720.4121506,216.6036958,693.0515519,-836.9200694 +408534,1013.648935,719.8359311,216.7785847,692.5186352,-833.1263913 +408535,1011.948022,719.2593254,216.9467901,691.9520075,-829.3403691 +408536,1010.191881,718.6822026,217.1083117,691.3506489,-825.5621804 +408537,1008.380046,718.1044396,217.2631274,690.7136525,-821.7922502 +408538,1006.510405,717.5260745,217.4113112,690.0404399,-818.0306122 +408539,1004.579217,716.9471569,217.5529361,689.330615,-814.2775269 +408540,1002.585121,716.3678539,217.6881601,688.5839466,-810.5328807 +408541,1620.491167,1286.099573,786.1595434,1102.933608,1800.537738 +408542,1654.273949,1305.964918,803.3868212,1123.191376,1819.837046 +408543,1692.89862,1322.478858,823.5081356,1144.226773,1834.76743 +408544,1725.900999,1332.582074,841.1740345,1160.531345,1843.59458 +408545,1752.494273,1339.751761,856.1567248,1173.147237,1849.852937 +408546,1773.361855,1345.074696,867.7615462,1182.709426,1854.459244 +408547,1789.048278,1348.452022,877.6100584,1189.468393,1857.216768 +408548,1800.683349,1350.237745,885.532873,1194.058937,1858.400613 +408549,1809.209449,1350.838934,891.863409,1197.036321,1858.386425 +408550,1815.375658,1350.656892,896.9912312,1198.855301,1857.56616 +408551,1819.743525,1350.000341,901.0839428,1199.849843,1856.258613 +408552,1822.714714,1349.058182,904.4047732,1200.241649,1854.30054 +408553,1824.729091,1347.943018,907.1904454,1200.276317,1851.819153 +408554,1825.729817,1346.713088,909.3794498,1199.866051,1849.009264 +408555,1826.034877,1345.411415,911.149281,1199.183592,1846.044954 +408556,1825.779055,1344.05817,912.5727928,1198.283808,1843.141063 +408557,1825.061914,1342.660993,913.706367,1197.202852,1840.162215 +408558,1823.963519,1341.227305,914.5969933,1195.969102,1837.255174 +408559,1822.545426,1339.761145,915.2824133,1194.602921,1834.450227 +408560,1820.855809,1338.265142,915.8796386,1193.119596,1831.766876 +408561,1818.931242,1336.739729,916.2409877,1191.529779,1829.215358 +408562,1816.803565,1335.188368,916.4734221,1189.843961,1826.803504 +408563,1814.499769,1333.615707,916.5962176,1188.071677,1824.536226 +408564,1812.039581,1332.023697,916.6243153,1186.219123,1822.412746 +408565,1809.439709,1330.415014,916.5704855,1184.291932,1820.430853 +408566,1806.713716,1328.792141,916.4454361,1182.294751,1818.586631 +408567,1803.870832,1327.15589,916.2577267,1180.229947,1816.874237 +408568,1800.923584,1325.51158,916.0162414,1178.103574,1815.290049 +408569,1797.878011,1323.860036,915.7271854,1175.917167,1813.827135 +408570,1794.741118,1322.203881,915.3965761,1173.673662,1812.47987 +408571,1791.519341,1320.545914,915.0297631,1171.376022,1811.242691 +408572,1788.355836,1318.917691,914.6453442,1169.139451,1810.108062 +408573,1785.343899,1317.330848,914.2529029,1167.033991,1809.06107 +408574,1782.482992,1315.776672,913.8524835,1165.05888,1808.083422 +408575,1779.72426,1314.240683,913.4408001,1163.169864,1807.159287 +408576,1777.024426,1312.712304,913.0154051,1161.329337,1806.278052 +408577,1774.358199,1311.186698,912.5756232,1159.517366,1805.433557 +408578,1771.715436,1309.663003,912.1240919,1157.726261,1804.622372 +408579,1769.093348,1308.142033,911.6590293,1155.953672,1803.842204 +408580,1766.491348,1306.624851,911.1812501,1154.198686,1803.091057 +408581,1763.909645,1305.112876,910.6945896,1152.46095,1802.367562 +408582,1761.348052,1303.606941,910.1975901,1150.739886,1801.670077 +408583,1758.806386,1302.107653,909.6909832,1149.035024,1800.997002 +408584,1756.284908,1300.615804,909.1782765,1147.346328,1800.347136 +408585,1753.784635,1299.132682,908.5752622,1145.674403,1799.719987 +408586,1751.305214,1297.657859,908.0495373,1144.01885,1799.113519 +408587,1748.848248,1296.192766,907.5207414,1142.380795,1798.527731 +408588,1746.412826,1294.736016,906.9857532,1140.759467,1797.959916 +408589,1743.999523,1293.287704,906.4467172,1139.155255,1797.408958 +408590,1741.609102,1291.848078,905.901769,1137.568716,1796.87398 +408591,1738.071024,1290.417284,905.3512633,1135.039459,1796.372759 +408592,1733.88011,1289.048484,904.8208072,1131.975309,1795.951164 +408593,1729.66075,1287.77031,904.32768,1128.905349,1795.630109 +408594,1725.709172,1286.572978,903.867345,1126.080892,1795.398631 +408595,1722.066014,1285.424438,903.4293568,1123.529982,1795.226828 +408596,1718.676358,1284.296705,902.9999964,1121.195466,1795.088192 +408597,1715.47429,1283.169704,902.5723657,1119.01209,1794.961678 +408598,1712.236307,1281.740153,901.995506,1116.721128,1794.841888 +408599,1709.021877,1280.149651,901.3313879,1114.397123,1794.74025 +408600,1705.922821,1278.58462,900.6629685,1112.151499,1794.662214 +408601,0,0,0,0,0 +408602,0,0,0,0,0 +408603,0,0,0,0,0 +408604,0,0,0,0,0 +408605,0,0,0,0,0 +408606,0,0,0,0,0 +408607,0,0,0,0,0 +408608,0,0,0,0,0 +408609,0,0,0,0,0 +408610,0,0,0,0,0 +408611,0,0,0,0,0 +408612,0,0,0,0,0 +408613,0,0,0,0,0 +408614,0,0,0,0,0 +408615,0,0,0,0,0 +408616,0,0,0,0,0 +408617,0,0,0,0,0 +408618,0,0,0,0,0 +408619,0,0,0,0,0 +408620,0,0,0,0,0 +408621,0,0,0,0,0 +408622,0,0,0,0,0 +408623,0,0,0,0,0 +408624,0,0,0,0,0 +408625,0,0,0,0,0 +408626,0,0,0,0,0 +408627,0,0,0,0,0 +408628,0,0,0,0,0 +408629,0,0,0,0,0 +408630,0,0,0,0,0 +408631,0,0,0,0,0 +408632,0,0,0,0,0 +408633,0,0,0,0,0 +408634,0,0,0,0,0 +408635,0,0,0,0,0 +408636,0,0,0,0,0 +408637,0,0,0,0,0 +408638,0,0,0,0,0 +408639,0,0,0,0,0 +408640,0,0,0,0,0 +408641,0,0,0,0,0 +408642,0,0,0,0,0 +408643,0,0,0,0,0 +408644,0,0,0,0,0 +408645,0,0,0,0,0 +408646,0,0,0,0,0 +408647,0,0,0,0,0 +408648,0,0,0,0,0 +408649,0,0,0,0,0 +408650,0,0,0,0,0 +408651,0,0,0,0,0 +408652,0,0,0,0,0 +408653,0,0,0,0,0 +408654,0,0,0,0,0 +408655,0,0,0,0,0 +408656,0,0,0,0,0 +408657,0,0,0,0,0 +408658,0,0,0,0,0 +408659,0,0,0,0,0 +408660,0,0,0,0,0 +408661,0,0,0,0,0 +408662,0,0,0,0,0 +408663,0,0,0,0,0 +408664,0,0,0,0,0 +408665,0,0,0,0,0 +408666,0,0,0,0,0 +408667,0,0,0,0,0 +408668,0,0,0,0,0 +408669,0,0,0,0,0 +408670,0,0,0,0,0 +408671,0,0,0,0,0 +408672,0,0,0,0,0 +408673,0,0,0,0,0 +408674,0,0,0,0,0 +408675,0,0,0,0,0 +408676,0,0,0,0,0 +408677,0,0,0,0,0 +408678,0,0,0,0,0 +408679,0,0,0,0,0 +408680,0,0,0,0,0 +408681,0,0,0,0,0 +408682,0,0,0,0,0 +408683,0,0,0,0,0 +408684,0,0,0,0,0 +408685,0,0,0,0,0 +408686,0,0,0,0,0 +408687,0,0,0,0,0 +408688,0,0,0,0,0 +408689,0,0,0,0,0 +408690,0,0,0,0,0 +408691,0,0,0,0,0 +408692,0,0,0,0,0 +408693,0,0,0,0,0 +408694,0,0,0,0,0 +408695,0,0,0,0,0 +408696,0,0,0,0,0 +408697,0,0,0,0,0 +408698,0,0,0,0,0 +408699,0,0,0,0,0 +408700,0,0,0,0,0 +408701,0,0,0,0,0 +408702,0,0,0,0,0 +408703,0,0,0,0,0 +408704,0,0,0,0,0 +408705,0,0,0,0,0 +408706,0,0,0,0,0 +408707,0,0,0,0,0 +408708,0,0,0,0,0 +408709,0,0,0,0,0 +408710,0,0,0,0,0 +408711,0,0,0,0,0 +408712,0,0,0,0,0 +408713,0,0,0,0,0 +408714,0,0,0,0,0 +408715,0,0,0,0,0 +408716,0,0,0,0,0 +408717,0,0,0,0,0 +408718,0,0,0,0,0 +408719,0,0,0,0,0 +408720,0,0,0,0,0 +408721,0,0,0,0,0 +408722,0,0,0,0,0 +408723,0,0,0,0,0 +408724,0,0,0,0,0 +408725,0,0,0,0,0 +408726,0,0,0,0,0 +408727,0,0,0,0,0 +408728,0,0,0,0,0 +408729,0,0,0,0,0 +408730,0,0,0,0,0 +408731,0,0,0,0,0 +408732,0,0,0,0,0 +408733,0,0,0,0,0 +408734,0,0,0,0,0 +408735,0,0,0,0,0 +408736,0,0,0,0,0 +408737,0,0,0,0,0 +408738,0,0,0,0,0 +408739,0,0,0,0,0 +408740,0,0,0,0,0 +408741,0,0,0,0,0 +408742,0,0,0,0,0 +408743,0,0,0,0,0 +408744,0,0,0,0,0 +408745,0,0,0,0,0 +408746,0,0,0,0,0 +408747,0,0,0,0,0 +408748,0,0,0,0,0 +408749,0,0,0,0,0 +408750,0,0,0,0,0 +408751,0,0,0,0,0 +408752,0,0,0,0,0 +408753,0,0,0,0,0 +408754,0,0,0,0,0 +408755,0,0,0,0,0 +408756,0,0,0,0,0 +408757,0,0,0,0,0 +408758,0,0,0,0,0 +408759,0,0,0,0,0 +408760,0,0,0,0,0 +408761,0,0,0,0,0 +408762,0,0,0,0,0 +408763,0,0,0,0,0 +408764,0,0,0,0,0 +408765,0,0,0,0,0 +408766,0,0,0,0,0 +408767,0,0,0,0,0 +408768,0,0,0,0,0 +408769,0,0,0,0,0 +408770,0,0,0,0,0 +408771,0,0,0,0,0 +408772,0,0,0,0,0 +408773,0,0,0,0,0 +408774,0,0,0,0,0 +408775,0,0,0,0,0 +408776,0,0,0,0,0 +408777,0,0,0,0,0 +408778,0,0,0,0,0 +408779,0,0,0,0,0 +408780,0,0,0,0,0 +408781,0,0,0,0,0 +408782,0,0,0,0,0 +408783,0,0,0,0,0 +408784,0,0,0,0,0 +408785,0,0,0,0,0 +408786,0,0,0,0,0 +408787,0,0,0,0,0 +408788,0,0,0,0,0 +408789,0,0,0,0,0 +408790,0,0,0,0,0 +408791,0,0,0,0,0 +408792,0,0,0,0,0 +408793,0,0,0,0,0 +408794,0,0,0,0,0 +408795,0,0,0,0,0 +408796,0,0,0,0,0 +408797,0,0,0,0,0 +408798,0,0,0,0,0 +408799,0,0,0,0,0 +408800,0,0,0,0,0 +408801,0,0,0,0,0 +408802,0,0,0,0,0 +408803,0,0,0,0,0 +408804,0,0,0,0,0 +408805,0,0,0,0,0 +408806,0,0,0,0,0 +408807,0,0,0,0,0 +408808,0,0,0,0,0 +408809,0,0,0,0,0 +408810,0,0,0,0,0 +408811,0,0,0,0,0 +408812,0,0,0,0,0 +408813,0,0,0,0,0 +408814,0,0,0,0,0 +408815,0,0,0,0,0 +408816,0,0,0,0,0 +408817,0,0,0,0,0 +408818,0,0,0,0,0 +408819,0,0,0,0,0 +408820,0,0,0,0,0 +408821,0,0,0,0,0 +408822,0,0,0,0,0 +408823,0,0,0,0,0 +408824,0,0,0,0,0 +408825,0,0,0,0,0 +408826,0,0,0,0,0 +408827,0,0,0,0,0 +408828,0,0,0,0,0 +408829,0,0,0,0,0 +408830,0,0,0,0,0 +408831,0,0,0,0,0 +408832,0,0,0,0,0 +408833,0,0,0,0,0 +408834,0,0,0,0,0 +408835,0,0,0,0,0 +408836,0,0,0,0,0 +408837,0,0,0,0,0 +408838,0,0,0,0,0 +408839,0,0,0,0,0 +408840,0,0,0,0,0 +408841,0,0,0,0,0 +408842,0,0,0,0,0 +408843,0,0,0,0,0 +408844,0,0,0,0,0 +408845,0,0,0,0,0 +408846,0,0,0,0,0 +408847,0,0,0,0,0 +408848,0,0,0,0,0 +408849,0,0,0,0,0 +408850,0,0,0,0,0 +408851,0,0,0,0,0 +408852,0,0,0,0,0 +408853,0,0,0,0,0 +408854,0,0,0,0,0 +408855,0,0,0,0,0 +408856,0,0,0,0,0 +408857,0,0,0,0,0 +408858,0,0,0,0,0 +408859,0,0,0,0,0 +408860,0,0,0,0,0 +408861,0,0,0,0,0 +408862,0,0,0,0,0 +408863,0,0,0,0,0 +408864,0,0,0,0,0 +408865,0,0,0,0,0 +408866,0,0,0,0,0 +408867,0,0,0,0,0 +408868,0,0,0,0,0 +408869,0,0,0,0,0 +408870,0,0,0,0,0 +408871,0,0,0,0,0 +408872,0,0,0,0,0 +408873,0,0,0,0,0 +408874,0,0,0,0,0 +408875,0,0,0,0,0 +408876,0,0,0,0,0 +408877,0,0,0,0,0 +408878,0,0,0,0,0 +408879,0,0,0,0,0 +408880,0,0,0,0,0 +408881,0,0,0,0,0 +408882,0,0,0,0,0 +408883,0,0,0,0,0 +408884,0,0,0,0,0 +408885,0,0,0,0,0 +408886,0,0,0,0,0 +408887,0,0,0,0,0 +408888,0,0,0,0,0 +408889,0,0,0,0,0 +408890,0,0,0,0,0 +408891,0,0,0,0,0 +408892,0,0,0,0,0 +408893,0,0,0,0,0 +408894,0,0,0,0,0 +408895,0,0,0,0,0 +408896,0,0,0,0,0 +408897,0,0,0,0,0 +408898,0,0,0,0,0 +408899,0,0,0,0,0 +408900,0,0,0,0,0 +408901,0,0,0,0,0 +408902,0,0,0,0,0 +408903,0,0,0,0,0 +408904,0,0,0,0,0 +408905,0,0,0,0,0 +408906,0,0,0,0,0 +408907,0,0,0,0,0 +408908,0,0,0,0,0 +408909,0,0,0,0,0 +408910,0,0,0,0,0 +408911,0,0,0,0,0 +408912,0,0,0,0,0 +408913,0,0,0,0,0 +408914,0,0,0,0,0 +408915,0,0,0,0,0 +408916,0,0,0,0,0 +408917,0,0,0,0,0 +408918,0,0,0,0,0 +408919,0,0,0,0,0 +408920,0,0,0,0,0 +408921,0,0,0,0,0 +408922,0,0,0,0,0 +408923,0,0,0,0,0 +408924,0,0,0,0,0 +408925,0,0,0,0,0 +408926,0,0,0,0,0 +408927,0,0,0,0,0 +408928,0,0,0,0,0 +408929,0,0,0,0,0 +408930,0,0,0,0,0 +408931,0,0,0,0,0 +408932,0,0,0,0,0 +408933,0,0,0,0,0 +408934,0,0,0,0,0 +408935,0,0,0,0,0 +408936,0,0,0,0,0 +408937,0,0,0,0,0 +408938,0,0,0,0,0 +408939,0,0,0,0,0 +408940,0,0,0,0,0 +408941,0,0,0,0,0 +408942,0,0,0,0,0 +408943,0,0,0,0,0 +408944,0,0,0,0,0 +408945,0,0,0,0,0 +408946,0,0,0,0,0 +408947,0,0,0,0,0 +408948,0,0,0,0,0 +408949,0,0,0,0,0 +408950,0,0,0,0,0 +408951,0,0,0,0,0 +408952,0,0,0,0,0 +408953,0,0,0,0,0 +408954,0,0,0,0,0 +408955,0,0,0,0,0 +408956,0,0,0,0,0 +408957,0,0,0,0,0 +408958,0,0,0,0,0 +408959,0,0,0,0,0 +408960,0,0,0,0,0 +408961,0,0,0,0,0 +408962,0,0,0,0,0 +408963,0,0,0,0,0 +408964,0,0,0,0,0 +408965,0,0,0,0,0 +408966,0,0,0,0,0 +408967,0,0,0,0,0 +408968,0,0,0,0,0 +408969,0,0,0,0,0 +408970,0,0,0,0,0 +408971,0,0,0,0,0 +408972,0,0,0,0,0 +408973,0,0,0,0,0 +408974,0,0,0,0,0 +408975,0,0,0,0,0 +408976,0,0,0,0,0 +408977,0,0,0,0,0 +408978,0,0,0,0,0 +408979,0,0,0,0,0 +408980,0,0,0,0,0 +408981,0,0,0,0,0 +408982,0,0,0,0,0 +408983,0,0,0,0,0 +408984,0,0,0,0,0 +408985,0,0,0,0,0 +408986,0,0,0,0,0 +408987,0,0,0,0,0 +408988,0,0,0,0,0 +408989,0,0,0,0,0 +408990,0,0,0,0,0 +408991,0,0,0,0,0 +408992,0,0,0,0,0 +408993,0,0,0,0,0 +408994,0,0,0,0,0 +408995,0,0,0,0,0 +408996,0,0,0,0,0 +408997,0,0,0,0,0 +408998,0,0,0,0,0 +408999,0,0,0,0,0 +409000,0,0,0,0,0 +409001,0,0,0,0,0 +409002,0,0,0,0,0 +409003,0,0,0,0,0 +409004,0,0,0,0,0 +409005,0,0,0,0,0 +409006,0,0,0,0,0 +409007,0,0,0,0,0 +409008,0,0,0,0,0 +409009,0,0,0,0,0 +409010,0,0,0,0,0 +409011,0,0,0,0,0 +409012,0,0,0,0,0 +409013,0,0,0,0,0 +409014,0,0,0,0,0 +409015,0,0,0,0,0 +409016,0,0,0,0,0 +409017,0,0,0,0,0 +409018,0,0,0,0,0 +409019,0,0,0,0,0 +409020,0,0,0,0,0 +409021,0,0,0,0,0 +409022,0,0,0,0,0 +409023,0,0,0,0,0 +409024,0,0,0,0,0 +409025,0,0,0,0,0 +409026,0,0,0,0,0 +409027,0,0,0,0,0 +409028,0,0,0,0,0 +409029,0,0,0,0,0 +409030,0,0,0,0,0 +409031,0,0,0,0,0 +409032,0,0,0,0,0 +409033,0,0,0,0,0 +409034,0,0,0,0,0 +409035,0,0,0,0,0 +409036,0,0,0,0,0 +409037,0,0,0,0,0 +409038,0,0,0,0,0 +409039,0,0,0,0,0 +409040,0,0,0,0,0 +409041,0,0,0,0,0 +409042,0,0,0,0,0 +409043,0,0,0,0,0 +409044,0,0,0,0,0 +409045,0,0,0,0,0 +409046,0,0,0,0,0 +409047,0,0,0,0,0 +409048,0,0,0,0,0 +409049,0,0,0,0,0 +409050,0,0,0,0,0 +409051,0,0,0,0,0 +409052,0,0,0,0,0 +409053,0,0,0,0,0 +409054,0,0,0,0,0 +409055,0,0,0,0,0 +409056,0,0,0,0,0 +409057,0,0,0,0,0 +409058,0,0,0,0,0 +409059,0,0,0,0,0 +409060,0,0,0,0,0 +409061,0,0,0,0,0 +409062,0,0,0,0,0 +409063,0,0,0,0,0 +409064,0,0,0,0,0 +409065,0,0,0,0,0 +409066,0,0,0,0,0 +409067,0,0,0,0,0 +409068,0,0,0,0,0 +409069,0,0,0,0,0 +409070,0,0,0,0,0 +409071,0,0,0,0,0 +409072,0,0,0,0,0 +409073,0,0,0,0,0 +409074,0,0,0,0,0 +409075,0,0,0,0,0 +409076,0,0,0,0,0 +409077,0,0,0,0,0 +409078,0,0,0,0,0 +409079,0,0,0,0,0 +409080,0,0,0,0,0 +409081,0,0,0,0,0 +409082,0,0,0,0,0 +409083,0,0,0,0,0 +409084,0,0,0,0,0 +409085,0,0,0,0,0 +409086,0,0,0,0,0 +409087,0,0,0,0,0 +409088,0,0,0,0,0 +409089,0,0,0,0,0 +409090,0,0,0,0,0 +409091,0,0,0,0,0 +409092,0,0,0,0,0 +409093,0,0,0,0,0 +409094,0,0,0,0,0 +409095,0,0,0,0,0 +409096,0,0,0,0,0 +409097,0,0,0,0,0 +409098,0,0,0,0,0 +409099,0,0,0,0,0 +409100,0,0,0,0,0 +409101,0,0,0,0,0 +409102,0,0,0,0,0 +409103,0,0,0,0,0 +409104,0,0,0,0,0 +409105,0,0,0,0,0 +409106,0,0,0,0,0 +409107,0,0,0,0,0 +409108,0,0,0,0,0 +409109,0,0,0,0,0 +409110,0,0,0,0,0 +409111,0,0,0,0,0 +409112,0,0,0,0,0 +409113,0,0,0,0,0 +409114,0,0,0,0,0 +409115,0,0,0,0,0 +409116,0,0,0,0,0 +409117,0,0,0,0,0 +409118,0,0,0,0,0 +409119,0,0,0,0,0 +409120,0,0,0,0,0 +409121,0,0,0,0,0 +409122,0,0,0,0,0 +409123,0,0,0,0,0 +409124,0,0,0,0,0 +409125,0,0,0,0,0 +409126,0,0,0,0,0 +409127,0,0,0,0,0 +409128,0,0,0,0,0 +409129,0,0,0,0,0 +409130,0,0,0,0,0 +409131,0,0,0,0,0 +409132,0,0,0,0,0 +409133,0,0,0,0,0 +409134,0,0,0,0,0 +409135,0,0,0,0,0 +409136,0,0,0,0,0 +409137,0,0,0,0,0 +409138,0,0,0,0,0 +409139,0,0,0,0,0 +409140,0,0,0,0,0 +409141,0,0,0,0,0 +409142,0,0,0,0,0 +409143,0,0,0,0,0 +409144,0,0,0,0,0 +409145,0,0,0,0,0 +409146,0,0,0,0,0 +409147,0,0,0,0,0 +409148,0,0,0,0,0 +409149,0,0,0,0,0 +409150,0,0,0,0,0 +409151,0,0,0,0,0 +409152,0,0,0,0,0 +409153,0,0,0,0,0 +409154,0,0,0,0,0 +409155,0,0,0,0,0 +409156,0,0,0,0,0 +409157,0,0,0,0,0 +409158,0,0,0,0,0 +409159,0,0,0,0,0 +409160,0,0,0,0,0 +409161,0,0,0,0,0 +409162,0,0,0,0,0 +409163,0,0,0,0,0 +409164,0,0,0,0,0 +409165,0,0,0,0,0 +409166,0,0,0,0,0 +409167,0,0,0,0,0 +409168,0,0,0,0,0 +409169,0,0,0,0,0 +409170,0,0,0,0,0 +409171,0,0,0,0,0 +409172,0,0,0,0,0 +409173,0,0,0,0,0 +409174,0,0,0,0,0 +409175,0,0,0,0,0 +409176,0,0,0,0,0 +409177,0,0,0,0,0 +409178,0,0,0,0,0 +409179,0,0,0,0,0 +409180,0,0,0,0,0 +409181,0,0,0,0,0 +409182,0,0,0,0,0 +409183,0,0,0,0,0 +409184,0,0,0,0,0 +409185,0,0,0,0,0 +409186,0,0,0,0,0 +409187,0,0,0,0,0 +409188,0,0,0,0,0 +409189,0,0,0,0,0 +409190,0,0,0,0,0 +409191,0,0,0,0,0 +409192,0,0,0,0,0 +409193,0,0,0,0,0 +409194,0,0,0,0,0 +409195,0,0,0,0,0 +409196,0,0,0,0,0 +409197,0,0,0,0,0 +409198,0,0,0,0,0 +409199,0,0,0,0,0 +409200,0,0,0,0,0 +409201,0,0,0,0,0 +409202,0,0,0,0,0 +409203,0,0,0,0,0 +409204,0,0,0,0,0 +409205,0,0,0,0,0 +409206,0,0,0,0,0 +409207,0,0,0,0,0 +409208,0,0,0,0,0 +409209,0,0,0,0,0 +409210,0,0,0,0,0 +409211,0,0,0,0,0 +409212,0,0,0,0,0 +409213,0,0,0,0,0 +409214,0,0,0,0,0 +409215,0,0,0,0,0 +409216,0,0,0,0,0 +409217,0,0,0,0,0 +409218,0,0,0,0,0 +409219,0,0,0,0,0 +409220,0,0,0,0,0 +409221,0,0,0,0,0 +409222,0,0,0,0,0 +409223,0,0,0,0,0 +409224,0,0,0,0,0 +409225,0,0,0,0,0 +409226,0,0,0,0,0 +409227,0,0,0,0,0 +409228,0,0,0,0,0 +409229,0,0,0,0,0 +409230,0,0,0,0,0 +409231,0,0,0,0,0 +409232,0,0,0,0,0 +409233,0,0,0,0,0 +409234,0,0,0,0,0 +409235,0,0,0,0,0 +409236,0,0,0,0,0 +409237,0,0,0,0,0 +409238,0,0,0,0,0 +409239,0,0,0,0,0 +409240,0,0,0,0,0 +409241,0,0,0,0,0 +409242,0,0,0,0,0 +409243,0,0,0,0,0 +409244,0,0,0,0,0 +409245,0,0,0,0,0 +409246,0,0,0,0,0 +409247,0,0,0,0,0 +409248,0,0,0,0,0 +409249,0,0,0,0,0 +409250,0,0,0,0,0 +409251,0,0,0,0,0 +409252,0,0,0,0,0 +409253,0,0,0,0,0 +409254,0,0,0,0,0 +409255,0,0,0,0,0 +409256,0,0,0,0,0 +409257,0,0,0,0,0 +409258,0,0,0,0,0 +409259,0,0,0,0,0 +409260,0,0,0,0,0 +409261,0,0,0,0,0 +409262,0,0,0,0,0 +409263,0,0,0,0,0 +409264,0,0,0,0,0 +409265,0,0,0,0,0 +409266,0,0,0,0,0 +409267,0,0,0,0,0 +409268,0,0,0,0,0 +409269,0,0,0,0,0 +409270,0,0,0,0,0 +409271,0,0,0,0,0 +409272,0,0,0,0,0 +409273,0,0,0,0,0 +409274,0,0,0,0,0 +409275,0,0,0,0,0 +409276,0,0,0,0,0 +409277,0,0,0,0,0 +409278,0,0,0,0,0 +409279,0,0,0,0,0 +409280,0,0,0,0,0 +409281,0,0,0,0,0 +409282,0,0,0,0,0 +409283,0,0,0,0,0 +409284,0,0,0,0,0 +409285,0,0,0,0,0 +409286,0,0,0,0,0 +409287,0,0,0,0,0 +409288,0,0,0,0,0 +409289,0,0,0,0,0 +409290,0,0,0,0,0 +409291,0,0,0,0,0 +409292,0,0,0,0,0 +409293,0,0,0,0,0 +409294,0,0,0,0,0 +409295,0,0,0,0,0 +409296,0,0,0,0,0 +409297,0,0,0,0,0 +409298,0,0,0,0,0 +409299,0,0,0,0,0 +409300,0,0,0,0,0 +409301,0,0,0,0,0 +409302,0,0,0,0,0 +409303,0,0,0,0,0 +409304,0,0,0,0,0 +409305,0,0,0,0,0 +409306,0,0,0,0,0 +409307,0,0,0,0,0 +409308,0,0,0,0,0 +409309,0,0,0,0,0 +409310,0,0,0,0,0 +409311,0,0,0,0,0 +409312,0,0,0,0,0 +409313,0,0,0,0,0 +409314,0,0,0,0,0 +409315,0,0,0,0,0 +409316,0,0,0,0,0 +409317,0,0,0,0,0 +409318,0,0,0,0,0 +409319,0,0,0,0,0 +409320,0,0,0,0,0 +409321,0,0,0,0,0 +409322,0,0,0,0,0 +409323,0,0,0,0,0 +409324,0,0,0,0,0 +409325,0,0,0,0,0 +409326,0,0,0,0,0 +409327,0,0,0,0,0 +409328,0,0,0,0,0 +409329,0,0,0,0,0 +409330,0,0,0,0,0 +409331,0,0,0,0,0 +409332,0,0,0,0,0 +409333,0,0,0,0,0 +409334,0,0,0,0,0 +409335,0,0,0,0,0 +409336,0,0,0,0,0 +409337,0,0,0,0,0 +409338,0,0,0,0,0 +409339,0,0,0,0,0 +409340,0,0,0,0,0 +409341,0,0,0,0,0 +409342,0,0,0,0,0 +409343,0,0,0,0,0 +409344,0,0,0,0,0 +409345,0,0,0,0,0 +409346,0,0,0,0,0 +409347,0,0,0,0,0 +409348,0,0,0,0,0 +409349,0,0,0,0,0 +409350,0,0,0,0,0 +409351,0,0,0,0,0 +409352,0,0,0,0,0 +409353,0,0,0,0,0 +409354,0,0,0,0,0 +409355,0,0,0,0,0 +409356,0,0,0,0,0 +409357,0,0,0,0,0 +409358,0,0,0,0,0 +409359,0,0,0,0,0 +409360,0,0,0,0,0 +409361,0,0,0,0,0 +409362,0,0,0,0,0 +409363,0,0,0,0,0 +409364,0,0,0,0,0 +409365,0,0,0,0,0 +409366,0,0,0,0,0 +409367,0,0,0,0,0 +409368,0,0,0,0,0 +409369,0,0,0,0,0 +409370,0,0,0,0,0 +409371,0,0,0,0,0 +409372,0,0,0,0,0 +409373,0,0,0,0,0 +409374,0,0,0,0,0 +409375,0,0,0,0,0 +409376,0,0,0,0,0 +409377,0,0,0,0,0 +409378,0,0,0,0,0 +409379,0,0,0,0,0 +409380,0,0,0,0,0 +409381,-513.2849152,-169.0057085,-472.2338377,-235.1831292,-984.494544 +409382,-511.2925173,-165.9323736,-469.1016382,-234.0255538,-980.8210087 +409383,-504.8237568,-161.5585075,-461.9877287,-230.8155981,-967.8942148 +409384,-498.4390146,-157.4384856,-455.0807851,-227.7585174,-954.1123306 +409385,-493.9129461,-154.1263337,-450.0006511,-225.6854507,-944.1786626 +409386,-491.3479053,-151.5964981,-446.8163468,-224.6103523,-938.2562348 +409387,-490.7055972,-149.6607208,-445.1237457,-224.3024884,-935.3364875 +409388,-491.4668492,-148.1527274,-444.5408189,-224.6758271,-934.5696321 +409389,-493.1958223,-146.9618768,-444.8115513,-225.5478255,-935.449646 +409390,-495.6302048,-146.0184497,-445.7738722,-226.7732131,-937.6832747 +409391,-498.6174093,-145.2734544,-447.3133726,-228.2594422,-941.0827545 +409392,-502.0543379,-144.6879019,-449.3379677,-229.9476002,-945.4936555 +409393,-505.8582833,-144.2289303,-451.7687062,-231.7954139,-950.7747612 +409394,-509.9588401,-143.8688305,-454.5376649,-233.769334,-956.7991786 +409395,-514.2961605,-143.5845353,-457.5870871,-235.8416183,-963.4554363 +409396,-518.820649,-143.357095,-461.0250211,-237.9895339,-970.648104 +409397,-523.4881435,-143.1709886,-464.7633656,-240.194589,-978.2952074 +409398,-528.2703763,-143.0135347,-468.7028491,-242.4405483,-986.327111 +409399,-533.1433967,-142.8743403,-472.7801519,-244.7176435,-994.6839664 +409400,-538.0855741,-142.7449299,-476.9603414,-247.0177977,-1003.314649 +409401,-543.0778276,-142.6183835,-481.221973,-249.3335567,-1012.175013 +409402,-548.1043122,-142.489101,-485.548956,-251.6584881,-1021.227426 +409403,-553.1519712,18.66102855,-489.9275261,-253.9872489,-1030.439387 +409404,-558.2103545,-7.711535363,-494.3459268,-256.3156454,-1039.783256 +409405,-563.2709044,4.646213108,-498.7942221,-258.6403406,-1049.23514 +409406,-568.3281678,28.2999412,-503.2655778,-260.9594037,-1058.776613 +409407,-573.3761703,44.20779964,-507.7532791,-263.27061,-1068.38974 +409408,-578.4100314,59.08618734,-512.2519328,-265.5721895,-1078.059192 +409409,-583.4260072,74.50434689,-516.7573428,-267.8628525,-1087.772044 +409410,-588.4213594,89.92267359,-521.2662855,-270.1417251,-1097.517584 +409411,-593.3939387,103.2813967,-525.7761578,-272.4081594,-1107.286614 +409412,-598.3532545,117.4053041,-530.3117189,-274.6686762,-1117.071415 +409413,-603.3044054,130.714189,-534.8860994,-276.9268462,-1126.865407 +409414,-608.2472971,151.2964905,-539.4991236,-279.1828483,-1136.663097 +409415,-612.9982289,166.242189,-543.8938395,-281.3602857,-1146.457332 +409416,-617.6350555,180.2026314,-548.1712883,-283.4922268,-1156.246323 +409417,-622.2458493,194.144135,-552.4496879,-285.6154083,-1166.027014 +409418,-626.8690757,207.889079,-556.7809754,-287.7454346,-1175.796412 +409419,-631.5094043,221.5493319,-561.1712383,-289.8836784,-1185.551941 +409420,-636.1598882,235.0097408,-565.6105907,-292.0267381,-1195.291427 +409421,-640.8130366,248.4065332,-570.0902778,-294.171122,-1205.012954 +409422,-645.4640778,261.6886399,-574.6014139,-296.3146048,-1214.715738 +409423,-650.1100359,274.878546,-579.1408467,-298.4557877,-1224.39919 +409424,-654.7489005,287.9499512,-583.7034645,-300.5937224,-1234.06293 +409425,-659.3789287,301.0162558,-588.2876967,-302.7275986,-1243.70637 +409426,-663.9987003,313.6131289,-592.8892806,-304.8567673,-1253.329125 +409427,-668.6069474,327.0183819,-597.5072515,-306.9806606,-1262.930757 +409428,-673.2027302,338.9672667,-602.1422341,-309.0988674,-1272.511127 +409429,-677.7891414,351.734732,-606.7968563,-311.2118078,-1282.070074 +409430,-682.3638392,364.3499478,-611.4691941,-313.318906,-1291.607723 +409431,-686.9243243,376.9431029,-616.1466481,-315.41957,-1301.124088 +409432,-691.4694334,389.4368765,-620.8321122,-317.5135222,-1310.619378 +409433,-695.9988162,401.9687731,-625.5205271,-319.6006554,-1320.093743 +409434,-700.5125335,414.3273877,-630.2155749,-321.6809788,-1329.547503 +409435,-705.0106638,426.7565393,-634.9124443,-323.754505,-1338.9809 +409436,-709.4933513,439.0500695,-639.6149942,-325.8212864,-1348.394326 +409437,-713.9606213,451.281352,-644.314761,-327.8813313,-1357.787966 +409438,-718.4126589,463.5601938,-649.0214447,-329.9347228,-1367.162298 +409439,-722.8495953,475.6615442,-653.7271482,-331.9815217,-1376.517672 +409440,-727.2716385,487.852368,-658.4399741,-334.021823,-1385.85456 +409441,-728.6970524,924.1352892,-660.1696906,-334.7002937,-1389.7517 +409442,-710.9583061,949.845274,196.2621235,-326.5760239,-1357.646307 +409443,-683.850797,969.9782191,701.6977513,-314.2677415,-1306.97092 +409444,-262.11699,989.1844817,276.6067788,-302.2354866,-1255.219219 +409445,478.3459213,1007.263597,435.7402361,233.375705,-1025.489389 +409446,-16.77629032,1024.504975,468.6522327,-62.43806455,1044.914049 +409447,185.3551669,1041.617784,480.3586858,38.24730176,-233.8112591 +409448,213.6210502,1058.149032,470.2565263,54.94865064,215.647992 +409449,239.2530775,1075.298779,523.6617061,67.83435708,236.7700776 +409450,263.1294831,1098.428395,523.3044641,79.58395332,267.8898282 +409451,286.7761782,1106.001328,542.4712891,91.36059443,294.8650624 +409452,309.372659,1118.391038,557.7890496,102.5585795,320.730089 +409453,331.8142189,1156.908769,572.9190025,113.5147769,345.6680737 +409454,353.3228831,1167.893265,587.4508786,124.4672928,369.9279156 +409455,374.7481882,1189.030074,601.7959498,132.4855881,393.2097097 +409456,391.4097238,1208.814709,615.7585899,141.3339906,416.0450804 +409457,408.7447595,1227.748608,629.4204781,149.9732566,438.1651705 +409458,426.0950649,1246.928674,642.9389427,158.3971355,459.4693545 +409459,442.3776607,1265.802569,655.792848,167.0730828,500.8212632 +409460,458.6228844,1284.623208,668.7058523,175.1223648,483.8836042 +409461,474.6174149,1303.063653,695.4805074,183.1495044,535.52934 +409462,490.0984391,1321.592549,672.2558302,191.0569894,534.432744 +409463,505.4723947,1339.6938,715.6066849,198.6764278,557.9185513 +409464,520.3970363,1357.991437,715.1569314,206.3337805,581.5391316 +409465,535.3968974,1375.711515,728.9579402,213.7022187,593.1248057 +409466,549.6029025,1393.780611,740.1493514,221.0246897,606.6531256 +409467,564.1915867,1411.259388,751.6015563,227.8197187,599.7441065 +409468,577.9650681,1428.861538,762.5146782,235.378172,593.0568186 +409469,591.9445677,1446.249691,788.603776,242.007953,587.3758657 +409470,605.2292523,1463.588101,761.8178965,248.9140886,582.4183504 +409471,619.4523062,1480.139302,821.1037186,255.9136682,578.4294557 +409472,632.9403655,1496.39992,791.8093095,262.7977748,575.0005243 +409473,646.4396206,1512.595395,828.3673449,269.7421505,572.3401072 +409474,672.303143,1537.515722,826.3061882,276.3590074,570.8861804 +409475,666.2393489,1549.304303,841.4615178,283.1239478,570.4330661 +409476,677.3627961,1540.674981,851.5732116,289.6660642,570.9588303 +409477,705.2986347,1585.97904,862.6355555,296.1648273,572.1905357 +409478,709.5505788,1587.933493,873.2741553,302.5344358,573.8013401 +409479,723.8473722,1606.706277,889.0035371,308.9311647,575.8903888 +409480,736.2226325,1618.685528,892.3539043,315.1952782,578.2194513 +409481,748.5077619,1655.255864,901.2845991,321.270386,580.3663252 +409482,760.427133,1622.004383,911.1085918,327.4694986,582.5087114 +409483,772.4645139,1696.583827,921.2816494,333.4145407,585.2523604 +409484,784.2962223,1659.65517,931.8352953,339.4981842,588.2610397 +409485,796.0489847,1708.297646,946.9191202,345.2884491,591.6255399 +409486,807.6970822,1703.270814,950.7265014,351.1562666,595.3990667 +409487,819.3491343,1723.26319,962.9955603,356.8647998,599.2110091 +409488,830.4486277,1735.994494,973.3723698,362.6365695,603.2469932 +409489,841.9601375,1749.386262,987.4985724,368.2417575,607.6541765 +409490,853.5274616,1762.734359,991.718793,373.8783941,612.0533378 +409491,864.4061193,1776.014103,1007.978224,379.3304888,616.361523 +409492,875.9507372,1788.928631,1011.819996,384.7848608,620.7523185 +409493,887.1501246,1802.071213,1022.206878,390.2655302,624.637947 +409494,898.0799166,1814.829802,1035.761325,395.5924958,628.5335185 +409495,909.4292821,1827.477345,1044.696878,400.9117281,632.5850086 +409496,920.2735162,1840.097918,1053.304479,406.1744308,636.5335675 +409497,931.0887005,1852.324068,1061.063863,411.3889924,640.2176864 +409498,942.0053309,1872.532418,1064.30994,416.5574891,643.5808242 +409499,953.0049153,1866.042509,1066.143417,421.6797423,646.1002637 +409500,963.5900649,1901.160656,1066.210583,426.7593483,647.8405386 +409501,1365.044212,2063.38075,1065.490634,609.9747143,646.2580798 +409502,1380.625313,2085.63977,1085.783279,598.4043481,675.1697004 +409503,1394.448263,2098.144495,1114.677199,632.5083631,717.5028503 +409504,1407.718576,2116.885053,1141.418576,600.5876747,757.3090118 +409505,1446.161019,2120.848512,1162.18672,629.9867296,788.9369891 +409506,1395.576711,2135.288963,1177.364705,633.4537021,812.1947228 +409507,1479.715366,2154.693854,1189.005652,637.0012647,830.4840216 +409508,1432.100024,2158.022324,1198.027765,643.7313894,844.8104412 +409509,1481.871019,2171.333065,1205.286712,649.3456963,856.1154844 +409510,1489.118215,2189.26444,1211.487053,654.9745892,865.3291939 +409511,1510.384636,2193.384384,1217.082695,660.7258548,873.0833387 +409512,1493.379744,2210.051691,1221.828034,666.1312988,879.2377699 +409513,1528.734359,2221.019311,1226.210172,671.7058954,884.3870183 +409514,1538.033158,2230.244417,1230.38957,677.1725534,888.6364834 +409515,1542.768933,2233.428842,1234.062072,682.6097014,891.9779499 +409516,1558.893998,2237.318618,1236.940975,688.0178813,894.5261233 +409517,1569.978371,2239.290997,1240.16579,693.3890057,896.3587868 +409518,1581.599106,2242.301262,1242.960204,698.7975214,897.4425912 +409519,1593.652787,2246.062066,1245.294174,703.9994508,897.8495176 +409520,1605.14249,2250.302299,1247.38722,709.3281949,897.7325424 +409521,1617.164068,2254.811557,1249.326676,714.4952119,897.2230319 +409522,1628.549343,2259.468682,1251.395633,719.8875856,896.4221175 +409523,1640.440098,2264.362847,1253.315457,724.9221978,895.5305344 +409524,1660.1148,2269.205664,1255.132854,730.1465922,894.3837219 +409525,1659.667159,2274.221834,1257.028273,735.2719068,893.4347421 +409526,1676.206733,2279.12063,1258.826998,740.4498276,892.0502272 +409527,1686.840711,2284.083611,1260.659369,745.3533485,890.6162642 +409528,1698.281152,2289.146247,1262.556485,750.5727958,889.1875285 +409529,1709.329139,2294.249903,1264.692294,755.5416121,887.7381632 +409530,1720.897186,2299.388804,1266.668561,760.6332482,886.2817952 +409531,1732.096381,2304.559379,1268.680382,765.5541635,884.8279783 +409532,1750.688178,2309.755655,1270.849925,770.6217916,883.5256811 +409533,1750.948208,2314.719601,1273.056082,775.6031556,882.2200511 +409534,1765.41768,2319.508846,1275.16909,780.5750827,880.7493646 +409535,1776.74425,2323.864791,1277.3249,785.5207627,879.2911545 +409536,1794.755401,2328.369975,1279.690381,790.4511219,878.0631532 +409537,1795.098366,2332.810196,1282.087811,795.3567075,876.8447645 +409538,1808.515241,2336.939255,1284.350126,800.241917,875.4270237 +409539,1819.508875,2340.988238,1286.619672,805.1059177,873.9930578 +409540,1836.613705,2345.265645,1289.084198,810.0263817,872.7841239 +409541,1838.419209,2349.50785,1291.584994,814.7312189,871.6010103 +409542,1856.634102,2353.825109,1294.252684,819.5901941,870.3705081 +409543,1859.329157,2357.745701,1296.71411,824.2798295,869.1048559 +409544,1876.780598,2361.578198,1299.163622,829.162551,867.8141372 +409545,1885.82389,2365.64163,1301.696773,833.8477085,866.6152283 +409546,1893.895619,2369.693857,1304.224772,838.6651368,865.3935956 +409547,1894.382535,2372.426666,1306.494126,843.2460714,863.8253476 +409548,1894.834143,2375.222157,1308.317665,847.9913071,861.6681181 +409549,1891.970091,2377.388202,1309.610263,856.4573271,858.8061323 +409550,1889.089535,2378.651367,1310.367681,857.7748916,855.2251401 +409551,1886.536208,2379.338811,1310.670352,870.2062897,851.0203083 +409552,1884.33914,2379.678016,1310.655061,859.8235444,846.362068 +409553,1882.476101,2379.82549,1310.43329,864.1289766,841.3927639 +409554,1880.818465,2379.779316,1310.025706,881.3716411,836.1417757 +409555,1879.302824,2379.554189,1309.466827,878.5124226,830.6578968 +409556,1877.943513,2379.473081,1308.81919,884.7635731,825.0260818 +409557,1876.722413,2379.018848,1308.110707,889.4214205,819.2871835 +409558,1875.618228,2378.459292,1307.358128,893.803968,813.4674922 +409559,1874.619955,2377.822745,1306.578164,898.2863959,807.5929529 +409560,1873.713246,2377.119248,1305.780292,902.9824226,801.6795625 +409561,1873.983897,2376.846734,1306.071499,909.9177068,797.7418311 +409562,1874.627438,2376.771567,1306.585586,914.9905207,794.5199399 +409563,1875.449957,2376.705571,1307.194284,919.7294454,791.6169651 +409564,1876.238613,2376.468082,1307.750422,924.4841512,788.6360971 +409565,1877.194081,2376.016797,1308.197499,926.2331761,785.4248447 +409566,1877.201145,2374.677399,1308.218408,943.1004044,781.9534331 +409567,1876.899049,2372.937144,1308.014772,916.1057693,778.3552411 +409568,1876.606745,2371.267056,1307.771332,948.0234936,774.6754874 +409569,1876.406223,2369.789889,1307.53484,941.5152743,770.879621 +409570,1876.346867,2368.509601,1307.342162,947.6852829,767.0015441 +409571,1876.410167,2367.343859,1307.190749,952.0701538,763.058475 +409572,1876.54954,2366.201391,1307.05943,956.4664098,759.0481661 +409573,1876.743392,2365.04098,1306.940628,960.5451606,754.980368 +409574,1877.201069,2363.81209,1306.805978,979.8557403,750.8321101 +409575,1877.417195,2362.588712,1306.704086,947.4232394,746.6754114 +409576,1877.692309,2361.363251,1306.629524,984.0597656,742.5111019 +409577,1877.95309,2360.057368,1306.530401,975.5481989,738.2793214 +409578,1878.434588,2358.692256,1306.419489,987.4402855,734.0016909 +409579,1878.903666,2357.295037,1306.312864,986.2949929,729.7031342 +409580,1879.098229,2355.895073,1306.229827,982.5802713,725.4121593 +409581,1878.675576,2354.427694,1306.128023,1018.206746,721.0778776 +409582,1879.411521,2352.955126,1306.049426,970.2050885,716.7569493 +409583,1879.772105,2351.455035,1305.979644,1032.081577,712.4334697 +409584,1880.437093,2349.881393,1305.887945,992.8541685,708.070065 +409585,1880.853567,2348.274199,1305.790332,1021.133008,703.7003267 +409586,1881.267019,2346.632109,1305.697954,1009.214586,699.3236101 +409587,1881.897723,2345.155491,1305.738045,1028.50688,695.1164365 +409588,1883.108677,2343.874643,1305.952956,1021.809604,691.1210484 +409589,1884.195631,2342.680491,1306.269492,1029.907418,687.2628555 +409590,1885.465921,2341.593161,1306.721778,1033.211821,683.5729752 +409591,1886.89454,2340.580175,1307.276076,1037.368655,680.0276656 +409592,1888.408469,2339.562605,1307.881394,1041.281784,676.5735257 +409593,1889.971103,2338.508549,1308.516198,1045.290152,673.184978 +409594,1891.56243,2337.411329,1309.169681,1049.085498,669.8452432 +409595,1893.468558,2336.275513,1309.836118,1053.24935,666.5430881 +409596,1895.094024,2335.104921,1310.510494,1057.070251,663.268608 +409597,1896.717632,2333.903044,1311.190079,1060.85911,660.0156694 +409598,1898.443423,2332.761331,1311.934427,1070.857334,656.8589195 +409599,1900.175599,2331.583598,1312.680437,1066.105505,653.7162608 +409600,1901.81916,2330.280701,1313.367586,1073.709582,650.5086971 +409601,1903.471697,2328.951294,1314.057531,1076.858707,647.3137661 +409602,1905.151466,2327.616901,1314.761806,1080.760463,644.1448691 +409603,1906.831117,2326.251655,1315.463454,1084.492425,640.9794904 +409604,1908.511668,2324.855427,1316.163549,1088.291467,637.8185536 +409605,1910.196863,2323.431232,1316.864761,1091.990345,634.6651407 +409606,1911.891598,2321.983537,1317.570443,1095.92892,631.5232677 +409607,1913.594245,2320.510704,1318.279837,1099.638869,628.3917871 +409608,1915.301489,2319.009609,1318.991106,1103.248439,625.2681903 +409609,1917.015907,2317.482926,1319.706139,1107.150618,622.1548182 +409610,1918.736071,2316.188385,1320.424246,1110.893858,619.0506766 +409611,1920.752161,2314.575272,1321.141146,1114.564102,615.9501848 +409612,1922.462559,2312.921338,1321.858043,1118.122208,612.8547646 +409613,1924.283816,2311.356482,1322.65112,1122.039241,609.8626625 +409614,1926.02306,2309.691555,1323.392693,1130.969542,606.8099218 +409615,1927.866242,2308.095971,1324.198129,1127.266549,603.8452175 +409616,1929.585582,2306.352019,1324.923381,1133.315466,600.7828841 +409617,1931.311981,2304.586219,1325.651437,1137.253473,597.729116 +409618,1933.076326,2302.830464,1326.402079,1140.460082,594.7087954 +409619,1934.83556,2301.043314,1327.148767,1144.147858,591.6877213 +409620,1936.592311,2299.226203,1327.893811,1147.514335,588.668979 +409621,1939.072966,2297.123086,1329.814045,1097.769066,588.203929 +409622,1932.85929,2287.831484,1325.929433,1105.828567,578.9526259 +409623,1923.362753,2276.423899,1319.698658,1100.950262,565.9815548 +409624,1915.317946,2267.703451,1314.19315,1106.408217,553.7726444 +409625,1910.20509,2262.243713,1310.408664,1109.600915,543.8483238 +409626,1907.631198,2259.065627,1308.180474,1112.203642,536.0556447 +409627,1906.708384,2256.916246,1306.993619,1115.169375,529.7739985 +409628,1906.728652,2255.024466,1306.462572,1118.225752,524.4969951 +409629,1907.305417,2253.082152,1306.344875,1121.011664,519.932978 +409630,1908.218335,2251.03349,1306.520076,1124.166403,515.9057926 +409631,1909.369075,2248.905823,1306.902178,1127.145104,512.3018765 +409632,1910.800267,2246.841317,1307.526668,1135.193176,509.1387616 +409633,1912.358687,2244.737528,1308.271798,1131.496788,506.257275 +409634,1913.847186,2242.455327,1309.022915,1136.072651,503.4834579 +409635,1915.384783,2240.12431,1309.830453,1139.616029,500.8809207 +409636,1916.993051,2237.797091,1310.915406,1142.196761,498.456444 +409637,1918.629055,2235.433636,1311.827281,1144.97981,496.1488968 +409638,1920.273269,2233.034279,1312.767862,1147.960715,493.9387753 +409639,1922.072367,2230.729445,1313.815091,1155.844051,491.9248896 +409640,1923.902209,2228.413337,1314.907878,1152.757467,490.0138513 +409641,1925.591944,2225.917917,1315.919092,1156.558444,488.0480107 +409642,1927.239984,2223.357415,1316.924413,1160.086515,486.1049981 +409643,1928.930357,2220.807953,1317.95622,1163.319204,484.2325629 +409644,1930.737513,2218.350501,1319.077168,1170.175379,482.4951599 +409645,1932.563392,2215.876436,1320.208125,1167.98723,480.800878 +409646,1934.217945,2213.218656,1321.245754,1170.702958,479.001894 +409647,1935.972502,2210.625982,1322.342987,1179.284443,477.3047242 +409648,1937.67434,2207.970001,1323.419427,1172.167738,475.5910401 +409649,1939.437784,2205.346529,1324.529923,1188.256243,473.9422092 +409650,1941.238726,2202.742172,1325.676571,1178.755277,472.3475974 +409651,1942.880055,2199.973425,1326.725977,1187.821746,470.6463786 +409652,1944.657322,2197.371653,1327.810504,1192.338101,469.0627852 +409653,1946.46292,2194.882077,1328.849567,1190.52489,467.5185468 +409654,1947.981793,2192.206342,1329.646404,1190.271587,465.7581021 +409655,1949.262937,2189.360742,1330.228257,1191.325607,463.8018659 +409656,664.8617151,1197.481626,345.324945,467.9044741,-584.7886522 +409657,614.7253182,1169.323605,310.5594906,438.1320892,-648.612066 +409658,587.9134347,1169.191776,289.0059024,426.5904241,-702.6342599 +409659,584.9455265,1183.382814,282.2474262,430.3518612,-736.4227701 +409660,589.9861585,1192.758253,281.2686165,437.5448382,-758.5641936 +409661,597.0053988,1198.949988,282.2101799,443.850241,-773.5466205 +409662,604.5850427,1203.94752,284.1989388,449.0198822,-783.4480827 +409663,613.0035646,1208.608857,287.2839363,453.8400359,-789.5410485 +409664,621.93055,1213.228292,291.1269159,458.5144949,-792.6523413 +409665,630.9962168,1217.421374,295.420836,463.0335875,-793.7577308 +409666,639.843655,1220.996187,299.8382061,467.2016711,-793.5650263 +409667,648.2431126,1223.911297,304.1813994,471.1418977,-792.5761545 +409668,655.9441552,1226.215141,308.2377119,474.7413196,-791.1394796 +409669,663.2152047,1228.010047,312.1421211,478.0268444,-789.4839296 +409670,669.9180057,1229.384142,315.7705044,481.0324373,-787.7747732 +409671,676.0793807,1230.286116,319.1182553,483.7979757,-786.2226759 +409672,681.7513012,1231.044342,322.1957921,486.3623212,-784.6874125 +409673,686.9707567,1231.561569,325.014342,488.7525241,-783.3241771 +409674,691.7847505,1231.863641,327.5899478,490.992252,-782.1625962 +409675,696.2329523,1231.977025,329.9419961,493.103169,-781.2149406 +409676,700.3536202,1231.923843,332.0888605,495.1021758,-780.4845736 +409677,704.1818717,1231.72154,334.0447162,497.002379,-779.9690767 +409678,707.7516047,1231.386542,335.8313267,498.8162777,-779.6593676 +409679,711.0908623,1230.93061,337.4616718,500.5532493,-779.5450034 +409680,714.2239081,1230.36298,338.9529872,502.2209554,-779.6139144 +409681,718.6084096,1230.344057,341.7449786,504.478679,-777.2414214 +409682,714.0660925,1223.232559,338.2259029,500.7915213,-786.0847402 +409683,705.6320361,1213.514713,331.8153856,494.7488343,-800.218351 +409684,698.1935415,1205.375222,325.8752448,489.7529885,-813.9155398 +409685,693.440057,1200.036304,321.617953,486.8887848,-825.0560077 +409686,691.0747887,1196.90143,318.9079448,485.8071624,-833.7246904 +409687,690.2699854,1194.965028,317.2332884,485.8031587,-840.6297489 +409688,690.355833,1193.487219,316.1685809,486.3315204,-846.3741033 +409689,690.9320826,1192.091322,315.4625064,487.0918737,-851.3212935 +409690,691.805527,1190.639938,314.9864869,487.9507165,-855.6682905 +409691,692.8737194,1189.102982,314.6729706,488.8544165,-859.5312542 +409692,694.0847758,1187.481973,314.4796488,489.7785954,-862.9926622 +409693,695.3985269,1185.781424,314.3749407,490.7079033,-866.1195598 +409694,696.7834521,1184.003949,314.3340992,491.6311599,-868.9677761 +409695,698.2159296,1182.151187,314.3376982,492.5403418,-871.5838663 +409696,699.6793922,1180.225526,314.3710475,493.4305501,-874.0058162 +409697,701.1623991,1178.230171,314.4231155,494.2992204,-876.2648104 +409698,702.6570568,1176.168716,314.4856324,495.1453345,-878.3864248 +409699,704.1578563,1174.04465,314.5522971,495.9687256,-880.3920255 +409700,705.663127,1171.862193,314.6199927,496.770993,-882.292099 +409701,707.1700069,1169.62371,314.6849388,497.5525586,-884.102743 +409702,708.6750529,1167.330252,314.7432227,498.3131088,-885.8402246 +409703,710.1760415,1164.983216,314.7919599,499.0527909,-887.5178058 +409704,711.6716234,1162.584125,314.8290559,499.7720034,-889.1458042 +409705,713.3056689,1160.246039,314.9442693,500.5381577,-890.734704 +409706,715.012487,1157.923594,315.0916762,501.3154342,-892.2958415 +409707,716.7136087,1155.551657,315.2208488,502.0649336,-893.837732 +409708,718.3757404,1153.101039,315.3110059,502.7727529,-895.3632806 +409709,719.9976669,1150.572218,315.3613606,503.4416971,-896.8729499 +409710,721.5893973,1147.977112,315.3778582,504.0796557,-898.3667718 +409711,723.1604498,1145.327137,315.3660659,504.6932423,-899.8457112 +409712,724.6822614,1142.57805,315.3329853,505.289224,-901.3107994 +409713,726.1408318,1139.71292,315.2839001,505.8724816,-902.762577 +409714,727.5392502,1136.743265,315.2220356,506.4459309,-904.2011522 +409715,728.8871857,1133.690463,315.1488352,507.0107543,-905.6273153 +409716,730.1942294,1130.573772,315.0648284,507.5672316,-907.0422414 +409717,731.4670503,1127.406246,314.9624487,508.1148537,-908.4485525 +409718,732.7102808,1124.19601,314.8514567,508.6530572,-909.8476196 +409719,733.9269069,1120.948293,314.7229917,509.1812248,-911.2421803 +409720,734.9715654,1117.546701,314.4904196,509.6327471,-912.6406812 +409721,735.907513,1114.053517,314.1899587,510.0381521,-914.0266643 +409722,736.8200324,1110.545389,313.8702492,510.435919,-915.3982976 +409723,737.7507326,1107.05547,313.5546351,510.8425042,-916.7610714 +409724,738.7054106,1103.583494,313.246126,511.2573639,-918.1216397 +409725,739.6754743,1100.117544,312.9397409,511.673941,-919.4853271 +409726,740.6513839,1096.647025,312.6300237,512.0862625,-920.855347 +409727,741.6309952,1093.166105,312.3132472,512.490666,-922.2336093 +409728,742.6054734,1089.672824,311.9873582,512.8854384,-923.6209865 +409729,743.5717897,1086.167274,311.651268,513.2699344,-925.0179926 +409730,744.5345494,1082.650306,311.3043421,513.6439576,-926.424822 +409731,745.4887723,1079.122912,310.946118,514.0074277,-927.8417097 +409732,746.4375588,1075.586113,310.5762664,514.3603384,-929.2687219 +409733,747.376337,1072.040936,310.1945446,514.7027158,-930.7059937 +409734,748.3090865,1068.488437,309.8008025,515.0346356,-932.153519 +409735,749.2316992,1064.929665,309.394938,515.3561817,-933.6113916 +409736,750.1484656,1061.365678,308.8776158,515.6674639,-935.0795863 +409737,751.0578518,1057.79998,308.4529429,515.9703671,-936.5560834 +409738,751.9616148,1054.230977,308.0178529,516.2631549,-938.0429652 +409739,752.8546492,1050.658835,307.5698876,516.5453462,-939.5409766 +409740,753.7416124,1047.084664,307.1083638,516.8171291,-941.0500316 +409741,754.2688273,1043.350884,306.283794,516.9199192,-943.205837 +409742,762.6711755,1046.352013,310.9776702,522.4384039,-935.4722582 +409743,774.3163663,1051.732941,318.0536578,530.0023104,-923.2466542 +409744,784.7705988,1055.463109,324.4927464,536.4519996,-911.6932799 +409745,792.5565458,1056.373257,329.2454241,540.8105986,-902.6859033 +409746,798.0214885,1055.067302,332.4784156,543.4400387,-896.094997 +409747,801.9832654,1052.52444,334.6844038,545.0225396,-891.2369388 +409748,805.0907751,1049.472387,336.2641712,546.0775503,-887.537737 +409749,807.7146548,1046.26895,337.4522225,546.8866967,-884.6520774 +409750,810.0345272,1043.05341,338.3680591,547.5721058,-882.3918262 +409751,812.1369247,1039.848461,339.0746333,548.18095,-880.6451904 +409752,814.0719782,1036.530468,339.6119681,548.7340886,-879.3317644 +409753,815.8792172,1033.367688,340.0124901,549.2471708,-878.383331 +409754,817.5835337,1030.225706,340.2982133,549.7280023,-877.7475734 +409755,819.2059487,1027.092011,340.4876574,550.1833859,-877.3795882 +409756,820.764345,1023.973007,340.5966798,550.6193178,-877.2403416 +409757,822.2674776,1020.860956,340.6356528,551.0375019,-877.3002793 +409758,823.723271,1017.763864,340.6143835,551.4404705,-877.5324978 +409759,825.1525894,1014.682266,340.5398785,551.8290006,-877.9156488 +409760,826.6552403,1011.61286,340.4172237,552.2028839,-878.4321999 +409761,828.2782813,1008.551609,340.2495991,552.5608223,-879.0686171 +409762,829.8687485,1005.495641,340.0391665,552.9012595,-879.8138501 +409763,831.7177273,1002.447559,339.7903619,553.2258283,-880.6552658 +409764,833.6433935,999.4037766,339.5027532,553.531412,-881.5872247 +409765,835.6231246,996.3642891,339.1777791,553.8174199,-882.602686 +409766,837.6435506,993.3310296,338.8178431,554.0847104,-883.6939197 +409767,839.6963803,990.3061289,338.4252636,554.3343426,-884.8540632 +409768,841.7756001,987.2915313,338.002155,554.5673306,-886.0768361 +409769,843.8765648,984.2888522,337.5503173,554.7844935,-887.3569525 +409770,845.9815209,981.298628,337.0693129,554.9841694,-888.6988493 +409771,848.106182,978.3235453,336.5633265,555.170393,-890.0850323 +409772,850.2693095,975.3488715,336.0159424,555.3296344,-891.5209246 +409773,852.4951093,972.3677413,335.4185621,555.3560977,-893.0008158 +409774,854.7920674,969.3804491,334.7702821,555.4563915,-894.5184992 +409775,857.1559719,966.390329,334.0735905,555.5292353,-896.0707971 +409776,859.5783586,963.4017042,333.3319573,555.5738487,-897.6558691 +409777,862.0520767,960.4190078,332.5488794,555.5916442,-899.2720939 +409778,864.5715342,957.4457882,331.7271343,555.5847826,-900.9179692 +409779,867.1324475,954.4848339,330.8688645,555.555242,-902.5923176 +409780,869.7311643,951.5634086,329.9756331,555.5043895,-904.2941542 +409781,872.3640357,948.7160811,329.0483246,555.4327343,-906.0232233 +409782,875.0273946,945.9549344,328.0873009,555.340179,-907.7796324 +409783,877.7205612,943.2725428,327.0938635,555.3600458,-909.5561904 +409784,880.4340823,940.6490995,326.0644612,555.4675907,-911.3668705 +409785,883.1641824,938.0672775,324.998439,555.6148671,-913.3211075 +409786,885.9173897,935.5195799,323.9007602,555.7864604,-915.1851558 +409787,888.6873122,932.9951989,322.7691138,555.9608972,-917.0803187 +409788,891.4739067,930.489446,321.6044753,556.1442431,-919.0067864 +409789,894.279193,928.0004194,320.4088932,556.3396294,-920.9611144 +409790,897.1047511,925.5267855,319.1840995,556.5480106,-922.9401932 +409791,899.9514942,923.0672134,317.9313139,556.769836,-924.9421746 +409792,902.8197887,920.6204377,316.6514354,557.0056282,-926.9657697 +409793,905.7097485,918.1853115,315.3451821,557.255925,-929.0101402 +409794,908.6215575,915.7608678,314.0131805,557.5212126,-931.0744234 +409795,911.5553084,913.3462659,312.6559618,557.8018378,-933.1580076 +409796,914.5109655,910.9408186,311.2740342,558.0980851,-935.2601504 +409797,917.4886793,908.5439038,309.8678124,558.4101434,-937.3803846 +409798,920.4885605,906.1550089,308.4377151,558.738208,-939.5180805 +409799,923.5107984,903.773662,306.9840997,559.0824379,-941.6728366 +409800,926.5554665,901.3994618,305.5073174,559.4430174,-943.844113 +409801,928.5435208,898.541598,302.9287042,559.3296779,-947.9933373 +409802,930.7018795,896.5560373,300.2552819,559.8192571,-951.4095351 +409803,933.1004378,895.0569174,297.648102,560.6709879,-954.3309015 +409804,935.6769481,893.5528804,295.1709693,561.5657677,-957.0957028 +409805,938.3573787,891.8223356,292.8113942,562.3523645,-959.8834639 +409806,941.0917774,889.8524855,290.5305496,563.0112541,-962.7495365 +409807,943.8619131,887.7161278,288.2978405,563.5799636,-965.690115 +409808,946.6619936,885.4839784,286.0926566,564.0981654,-968.6911957 +409809,949.4904008,883.2012273,283.9024686,564.5926386,-971.7422866 +409810,952.3469512,880.892149,281.7199269,565.0791365,-974.8362279 +409811,955.2276092,878.565109,279.5374557,565.5639113,-977.9715976 +409812,958.551598,876.4350082,277.575544,566.2451925,-981.150314 +409813,962.1405125,874.3935867,275.7271283,567.0384331,-984.3825505 +409814,965.764546,872.3154245,273.8663971,567.8323131,-987.6727593 +409815,969.3189716,870.153956,271.9373399,568.5796008,-991.0145931 +409816,972.7954517,867.9198394,269.93504,569.2830453,-994.3963249 +409817,976.2211025,865.6407434,267.8724947,569.9625425,-997.8077579 +409818,979.6235243,863.3395839,265.7628813,570.6363937,-1001.241873 +409819,983.021008,861.0292644,263.6145991,571.3160166,-1004.694951 +409820,986.4234174,858.7153371,261.432173,572.0073325,-1008.165061 +409821,989.8359438,856.3996125,259.2180309,572.713237,-1011.651438 +409822,993.2615838,854.0826321,256.9737729,573.4354036,-1015.153554 +409823,996.702794,851.7645943,254.7006221,574.1750032,-1018.671213 +409824,1000.161251,849.4456986,252.3996343,574.9330215,-1022.204125 +409825,1003.638227,847.1260795,250.0716848,575.7102586,-1025.752184 +409826,1007.134769,844.8058546,247.7175342,576.5074073,-1029.315144 +409827,1010.651319,842.4850499,245.3378026,577.3250198,-1032.892912 +409828,1014.18869,840.1637993,242.9331504,578.1636835,-1036.485125 +409829,1017.748251,837.8428407,240.5047926,579.024438,-1040.090859 +409830,1021.328889,835.5212747,238.05231,579.9069676,-1043.710747 +409831,1024.930643,833.1990407,235.5760611,580.8116052,-1047.344658 +409832,1028.421873,830.9220124,233.1243336,581.7449561,-1050.992005 +409833,1031.717816,828.7200473,230.7410402,582.7122295,-1054.651036 +409834,1034.808239,826.5936694,228.4203336,583.7120217,-1058.322524 +409835,1037.708763,824.53107,226.1549745,584.7356701,-1062.012341 +409836,1040.451909,822.522103,223.9438345,585.7899838,-1065.70826 +409837,1043.058622,820.5548887,221.7725089,586.8640723,-1069.417173 +409838,1045.546143,818.6229522,219.6304945,587.9558875,-1073.137207 +409839,1047.926696,816.7227973,217.5255463,589.0662167,-1076.865442 +409840,1050.208543,814.8519555,215.4441835,590.1949482,-1080.600226 +409841,1051.936476,812.7644614,213.1191891,591.0963981,-1084.333776 +409842,1053.318803,810.5672606,210.6473756,591.8856636,-1088.052337 +409843,1054.644032,808.4093339,208.1718997,592.7088934,-1091.74818 +409844,1056.040857,806.3555043,205.7657298,593.6279318,-1095.426739 +409845,1057.517444,804.4011372,203.4342119,594.639665,-1099.099891 +409846,1059.0378,802.5167115,201.1636009,595.7182702,-1102.778384 +409847,1060.566115,800.6755284,198.9336587,596.8398824,-1106.469068 +409848,1062.079049,798.8618718,196.7351092,597.9895255,-1110.174838 +409849,1063.563431,797.0685955,194.5584798,599.1591964,-1113.896459 +409850,1065.011559,795.2932531,192.4024771,600.3447839,-1117.633402 +409851,1066.418571,793.5351217,190.2619493,601.5437749,-1121.384796 +409852,1067.772891,791.7939738,188.1376497,602.7542901,-1125.149508 +409853,1069.083173,790.0695446,186.032771,603.9746523,-1128.926563 +409854,1070.339425,788.3615398,183.9395926,605.2033322,-1132.714969 +409855,1071.548694,786.6697238,181.8518874,606.4389734,-1136.51388 +409856,1072.700239,784.9939814,179.7730788,607.680391,-1140.322366 +409857,1073.800438,783.3340876,177.7091119,608.9263848,-1144.139791 +409858,1074.839071,781.6900153,175.6540977,610.1759398,-1147.965332 +409859,1075.822945,780.0616094,173.6026017,611.4279821,-1151.798456 +409860,1076.742279,778.3141612,171.5584595,612.681543,-1155.638487 +409861,1083.472823,779.4020335,175.4043056,616.6081215,-1148.801832 +409862,1086.082567,777.576465,176.1443922,618.1615295,-1146.839944 +409863,1086.704888,774.5661469,175.3290529,618.6883689,-1147.338984 +409864,1087.498745,772.0602056,174.5564551,619.5165654,-1147.866227 +409865,1089.252863,770.5950693,174.4417115,621.0903395,-1147.483802 +409866,1091.869293,769.9750823,174.962304,623.2916539,-1146.195365 +409867,1095.009171,769.825654,175.9058733,625.8569698,-1144.281122 +409868,1098.387745,769.8677085,177.0911049,628.5828408,-1141.982182 +409869,1100.729011,769.8798666,178.3229469,630.8989435,-1139.429743 +409870,1102.458485,769.8720702,179.5971406,632.9767843,-1136.676221 +409871,1104.178921,769.8988085,180.9469332,635.0760479,-1133.750258 +409872,1106.164453,769.9768451,182.3784038,637.313213,-1130.686445 +409873,1108.426309,770.090544,183.8741452,639.6871466,-1127.523164 +409874,1110.8888,770.21667,185.4110682,642.153328,-1124.293476 +409875,1113.466025,770.3390132,186.8663454,644.669302,-1121.021674 +409876,1116.108268,770.4532057,188.4429339,647.2097069,-1117.721636 +409877,1118.774296,770.5559701,190.025793,649.7582164,-1114.406265 +409878,1121.44704,770.648704,191.6086274,652.3071503,-1111.083202 +409879,1124.108464,770.7343626,193.1885377,654.8527691,-1107.757447 +409880,1126.753157,770.8157241,194.7643169,657.3927258,-1104.432378 +409881,1129.368774,770.8949047,196.3353924,659.9251946,-1101.110778 +409882,1131.949443,770.9735479,197.9014851,662.4487518,-1097.794557 +409883,1134.491909,771.0528345,199.462375,664.9622378,-1094.485423 +409884,1136.993321,771.1336626,201.0179123,667.4647333,-1091.184511 +409885,1139.450886,771.2166551,202.5679618,669.9554674,-1087.892937 +409886,1141.862323,771.3023132,204.1124415,672.4338176,-1084.611382 +409887,1144.225733,771.390963,205.6512785,674.8992285,-1081.340586 +409888,1146.53977,771.4828932,207.1844527,677.3512461,-1078.08089 +409889,1148.803547,771.5782615,208.7119165,679.7894383,-1074.832795 +409890,1151.016346,771.6772085,210.2336555,682.2134378,-1071.596451 +409891,1153.177706,771.7797728,211.7496169,684.6228838,-1068.372212 +409892,1155.32474,771.8165634,213.1865221,686.9840286,-1065.159337 +409893,1157.483021,771.7470383,214.4964195,689.2775241,-1061.956007 +409894,1159.657137,771.5716103,215.6671252,691.5011019,-1058.768447 +409895,1161.845123,771.3122105,216.7157904,693.6655812,-1055.589871 +409896,1164.041677,770.992087,217.6586984,695.7827025,-1052.41385 +409897,1166.24039,770.6276892,218.5138736,697.8604793,-1049.238114 +409898,1168.434945,770.2284789,219.2893851,699.9032573,-1046.063135 +409899,1170.619571,769.7995183,219.995574,701.9132358,-1042.890644 +409900,1172.789565,769.3437675,220.6355221,703.8917004,-1039.722299 +409901,1174.941114,768.8632394,221.2167041,705.8395561,-1036.559762 +409902,1177.071215,768.3595488,221.7403296,707.7575785,-1033.404259 +409903,1179.177268,767.8339913,222.2125609,709.6464029,-1030.257026 +409904,1181.25719,767.2876503,222.6334392,711.5065785,-1027.118988 +409905,1183.309338,766.7213886,223.0082238,713.3385465,-1023.991124 +409906,1185.332434,766.1359291,223.3361277,715.1426858,-1020.874148 +409907,1187.325272,765.531864,223.6218028,716.9193109,-1017.768842 +409908,1189.287081,764.9097061,223.8638897,718.6686978,-1014.675748 +409909,1191.217104,764.2698968,224.0666413,720.3910878,-1011.595492 +409910,1193.114753,763.6128358,224.2283041,722.0867019,-1008.528471 +409911,1194.979531,762.9388634,224.3528603,723.7557275,-1005.475191 +409912,1196.811091,762.2483026,224.4382691,725.3983459,-1002.435939 +409913,1198.609169,761.5414245,224.4883315,727.0147056,-999.4111262 +409914,1200.373566,760.8184909,224.5007863,728.6049517,-996.4009538 +409915,1202.104105,760.0797417,224.4765546,730.1692183,-993.4057265 +409916,1203.800628,759.3253812,224.4199487,731.70761,-990.4256112 +409917,1205.462864,758.5555793,224.3280869,733.2202106,-987.4608757 +409918,1207.090782,757.7705232,224.2013121,734.7071141,-984.5115936 +409919,1208.684362,756.9703796,224.0408571,736.1683999,-981.5779703 +409920,1210.24357,756.1552991,223.8476783,737.6041311,-978.6600415 +409921,1212.056417,755.4564108,223.9105406,739.1453574,-975.2339524 +409922,1206.348739,749.3615075,218.2020381,736.2837786,-980.919473 +409923,1197.664641,741.4975341,210.0473208,731.874884,-990.6174326 +409924,1190.23381,735.1150541,202.595025,728.5001452,-999.5300277 +409925,1185.407189,731.072474,196.9091103,726.8885503,-1005.972157 +409926,1182.798413,728.8228686,192.8059509,726.6718989,-1010.122181 +409927,1181.587989,727.5178413,189.7551939,727.2436437,-1012.65943 +409928,1181.141517,726.5724156,187.3409066,728.1620833,-1014.139487 +409929,1181.097933,725.687299,185.3072003,729.1957695,-1014.896789 +409930,1181.28589,724.7729206,183.5311946,730.2528606,-1015.111841 +409931,1181.624779,723.8074661,182.0416187,731.3041184,-1014.891716 +409932,1182.065917,722.8029182,180.5853446,732.3384693,-1014.315029 +409933,1182.579407,721.7611775,179.2298584,733.352907,-1013.441651 +409934,1183.140354,720.6938904,177.9560322,734.3439354,-1012.32267 +409935,1185.188882,719.7249586,176.8823038,736.0567113,-1011.013367 +409936,1188.108902,718.7654509,175.9136194,738.1664656,-1009.581435 +409937,1191.098698,717.7099915,174.9359805,740.2455187,-1008.071604 +409938,1193.773541,716.5452602,173.9121266,742.0974003,-1006.49554 +409939,1196.079712,715.2926618,172.8381043,743.7112436,-1004.848657 +409940,1198.092472,713.9969543,171.7347204,745.1458533,-1003.126236 +409941,1199.900406,712.67948,170.6101399,746.4627173,-1001.326091 +409942,1201.561078,711.3597844,169.475842,747.6998361,-999.4536552 +409943,1203.107361,710.0337557,168.3272628,748.8775375,-997.5163698 +409944,1204.557167,708.7086249,167.1696726,750.0057003,-995.522303 +409945,1205.921587,707.3749879,165.9955308,751.0895669,-993.4793205 +409946,1207.208448,706.0391848,164.8094696,752.1324887,-991.3943724 +409947,1208.423748,704.6922229,163.6040279,753.136851,-989.2737279 +409948,1209.571845,703.3411631,162.3842269,754.1043195,-987.1227287 +409949,1210.655867,701.9774117,161.1428601,755.0359295,-984.946185 +409950,1211.677914,700.6084291,159.8853149,755.9322193,-982.7480944 +409951,1212.639071,699.2257876,158.6045869,756.7933242,-980.5320965 +409952,1213.414651,697.8794225,157.3544732,757.5747293,-978.3006368 +409953,1213.938288,696.5979229,156.1628924,758.2567673,-976.0548756 +409954,1214.209841,695.3825418,155.0378852,758.8436814,-973.795241 +409955,1214.258562,694.2217477,153.9695221,759.3485891,-971.5225745 +409956,1214.116383,693.1026331,152.9508737,759.7837681,-969.2380766 +409957,1213.808366,692.0153009,151.9708115,760.1576716,-966.9435094 +409958,1213.352164,690.9531743,151.0256755,760.4754643,-964.6405939 +409959,1212.760554,689.9119017,150.1076935,760.7402603,-962.3312298 +409960,1212.04312,688.888451,149.2155769,760.954126,-960.0170218 +409961,1211.207488,687.8805217,148.3431983,761.1185605,-957.6995685 +409962,1210.259817,686.8863127,147.4904714,761.2347278,-955.3801488 +409963,1209.230969,685.907727,146.6560344,761.3175936,-953.0603525 +409964,1208.115232,684.9416152,145.8388464,761.3620486,-950.7416834 +409965,1206.903508,683.9860226,145.033126,761.361575,-948.4242228 +409966,1205.588927,683.0366808,144.2374229,761.3107639,-946.1108478 +409967,1204.174602,682.0946478,143.4487273,761.2106701,-943.8008408 +409968,1202.662512,681.1587555,142.668219,761.0616325,-941.4956225 +409969,1201.058916,680.2318827,141.8945247,760.8670727,-939.1932145 +409970,1199.365115,679.3126923,141.1290464,760.626958,-936.8949953 +409971,1197.583149,678.4009535,140.3685771,760.341819,-934.6014017 +409972,1195.71454,677.4963577,139.6153637,760.0119297,-932.3127668 +409973,1193.760423,676.5985575,138.8763108,759.6374153,-930.0295939 +409974,1191.721965,675.7073449,138.1279749,759.2184243,-927.752057 +409975,1189.595483,674.8194781,137.347126,758.7530726,-925.4834831 +409976,1187.383941,673.9367142,136.5379943,758.2426628,-923.2221089 +409977,1185.091096,673.0612424,135.7055643,757.6887706,-920.9663765 +409978,1182.715661,672.193982,134.8602751,757.0921355,-918.7155441 +409979,1180.251765,671.3347561,134.0039218,756.4527799,-916.4699088 +409980,1177.69731,670.4831032,133.142659,755.7705161,-914.2296557 +409981,1724.86445,1270.27484,775.5494428,1156.421765,1793.713123 +409982,1761.590569,1289.435642,792.4303004,1178.341657,1812.564746 +409983,1804.382393,1304.258475,811.8423722,1201.337902,1826.655169 +409984,1840.950557,1312.888508,828.6481067,1219.355848,1834.343812 +409985,1870.584956,1318.830471,842.7701378,1233.463582,1839.565826 +409986,1893.892054,1323.204505,854.2339698,1244.051591,1843.206355 +409987,1911.511174,1326.036575,863.5454061,1251.708314,1845.342771 +409988,1924.705829,1327.465926,870.2865263,1257.042531,1845.907752 +409989,1934.512618,1327.842335,876.1774944,1260.663854,1845.368995 +409990,1941.735084,1327.646214,880.9163649,1263.053779,1844.102543 +409991,1947.106394,1326.899221,884.7749946,1264.648767,1842.40328 +409992,1950.77437,1325.896748,887.8273894,1265.491498,1840.474684 +409993,1953.211206,1324.750147,890.3883307,1265.840929,1837.957738 +409994,1954.672002,1323.521024,892.3878724,1265.814731,1835.002838 +409995,1955.354251,1322.244442,893.9994921,1265.497419,1831.843453 +409996,1955.408692,1320.938433,895.2933355,1264.948425,1828.646054 +409997,1954.947241,1319.608101,896.4126534,1264.207199,1825.500219 +409998,1954.053827,1318.25221,897.2214131,1263.300236,1822.449118 +409999,1952.799847,1316.87483,897.8425046,1262.251545,1819.521331 +410000,1951.239145,1315.476391,898.304803,1261.077614,1816.731866 +410001,1949.415097,1314.057884,898.6321081,1259.791664,1814.090149 +410002,1947.362659,1312.620695,898.8440902,1258.404372,1811.702773 +410003,1945.108075,1311.164384,898.9561514,1256.922884,1809.365411 +410004,1942.676586,1309.693242,898.9830944,1255.356117,1807.180026 +410005,1940.087861,1308.210275,898.9369451,1253.71073,1805.14465 +410006,1937.356339,1306.71663,898.8271177,1251.990993,1803.253608 +410007,1934.497053,1305.216974,898.6631823,1250.202935,1801.503584 +410008,1931.519564,1303.712566,898.4519798,1248.349414,1799.887242 +410009,1928.432662,1302.205722,898.1998599,1246.433495,1798.39808 +410010,1925.243524,1300.698709,897.9123411,1244.457706,1797.029558 +410011,1921.957911,1299.19364,897.5942095,1242.424012,1795.775155 +410012,1918.710778,1297.710044,897.2581856,1240.435684,1794.625169 +410013,1915.53962,1296.257693,896.912279,1238.518701,1793.568231 +410014,1912.402447,1294.831544,896.5594914,1236.635858,1792.58979 +410015,1909.25927,1293.424684,896.1966131,1234.752142,1791.679484 +410016,1906.082574,1292.03265,895.8234935,1232.850474,1790.830746 +410017,1902.856054,1290.653987,895.4436596,1230.926749,1790.039515 +410018,1899.57665,1289.289122,895.0561514,1228.982302,1789.30301 +410019,1896.248294,1287.939028,894.664377,1227.019376,1788.61879 +410020,1892.876715,1286.604611,894.2673841,1225.039634,1787.984457 +410021,1889.467022,1285.286424,893.8684224,1223.043986,1787.397488 +410022,1886.023311,1283.984793,893.4662671,1221.032933,1786.855373 +410023,1882.548794,1282.699839,893.0638632,1219.006734,1786.355603 +410024,1879.046161,1281.431636,892.6597329,1216.965582,1785.895811 +410025,1875.517658,1280.18016,892.2566066,1214.909573,1785.473691 +410026,1871.965278,1278.945399,891.8528448,1212.838784,1785.08712 +410027,1868.390717,1277.727267,891.451036,1210.753205,1784.734053 +410028,1864.795507,1276.525701,891.0494292,1208.652824,1784.412626 +410029,1861.180979,1275.340574,890.5669597,1206.537578,1784.121053 +410030,1857.550119,1274.173567,890.1717073,1204.408745,1783.859536 +410031,1851.38904,1273.062725,889.7988472,1200.25268,1783.666328 +410032,1843.848354,1271.980399,889.4862606,1194.99947,1783.629302 +410033,1836.3209,1271.200539,889.2579518,1189.800765,1783.79497 +410034,1829.439442,1270.566305,889.0984359,1185.17823,1784.131168 +410035,1823.275325,1270.003326,888.9815242,1181.173688,1784.57229 +410036,1817.689249,1269.453941,888.8783966,1177.646929,1785.056487 +410037,1812.332864,1268.587219,888.6323482,1174.240961,1785.548542 +410038,1807.19533,1267.523918,888.294675,1170.951284,1786.039597 +410039,1802.327885,1266.444812,887.9416931,1167.843465,1786.526283 +410040,1797.733457,1265.4211,887.602862,1164.934137,1786.996272 +410041,0,0,0,0,0 +410042,0,0,0,0,0 +410043,0,0,0,0,0 +410044,0,0,0,0,0 +410045,0,0,0,0,0 +410046,0,0,0,0,0 +410047,0,0,0,0,0 +410048,0,0,0,0,0 +410049,0,0,0,0,0 +410050,0,0,0,0,0 +410051,0,0,0,0,0 +410052,0,0,0,0,0 +410053,0,0,0,0,0 +410054,0,0,0,0,0 +410055,0,0,0,0,0 +410056,0,0,0,0,0 +410057,0,0,0,0,0 +410058,0,0,0,0,0 +410059,0,0,0,0,0 +410060,0,0,0,0,0 +410061,0,0,0,0,0 +410062,0,0,0,0,0 +410063,0,0,0,0,0 +410064,0,0,0,0,0 +410065,0,0,0,0,0 +410066,0,0,0,0,0 +410067,0,0,0,0,0 +410068,0,0,0,0,0 +410069,0,0,0,0,0 +410070,0,0,0,0,0 +410071,0,0,0,0,0 +410072,0,0,0,0,0 +410073,0,0,0,0,0 +410074,0,0,0,0,0 +410075,0,0,0,0,0 +410076,0,0,0,0,0 +410077,0,0,0,0,0 +410078,0,0,0,0,0 +410079,0,0,0,0,0 +410080,0,0,0,0,0 +410081,0,0,0,0,0 +410082,0,0,0,0,0 +410083,0,0,0,0,0 +410084,0,0,0,0,0 +410085,0,0,0,0,0 +410086,0,0,0,0,0 +410087,0,0,0,0,0 +410088,0,0,0,0,0 +410089,0,0,0,0,0 +410090,0,0,0,0,0 +410091,0,0,0,0,0 +410092,0,0,0,0,0 +410093,0,0,0,0,0 +410094,0,0,0,0,0 +410095,0,0,0,0,0 +410096,0,0,0,0,0 +410097,0,0,0,0,0 +410098,0,0,0,0,0 +410099,0,0,0,0,0 +410100,0,0,0,0,0 +410101,0,0,0,0,0 +410102,0,0,0,0,0 +410103,0,0,0,0,0 +410104,0,0,0,0,0 +410105,0,0,0,0,0 +410106,0,0,0,0,0 +410107,0,0,0,0,0 +410108,0,0,0,0,0 +410109,0,0,0,0,0 +410110,0,0,0,0,0 +410111,0,0,0,0,0 +410112,0,0,0,0,0 +410113,0,0,0,0,0 +410114,0,0,0,0,0 +410115,0,0,0,0,0 +410116,0,0,0,0,0 +410117,0,0,0,0,0 +410118,0,0,0,0,0 +410119,0,0,0,0,0 +410120,0,0,0,0,0 +410121,0,0,0,0,0 +410122,0,0,0,0,0 +410123,0,0,0,0,0 +410124,0,0,0,0,0 +410125,0,0,0,0,0 +410126,0,0,0,0,0 +410127,0,0,0,0,0 +410128,0,0,0,0,0 +410129,0,0,0,0,0 +410130,0,0,0,0,0 +410131,0,0,0,0,0 +410132,0,0,0,0,0 +410133,0,0,0,0,0 +410134,0,0,0,0,0 +410135,0,0,0,0,0 +410136,0,0,0,0,0 +410137,0,0,0,0,0 +410138,0,0,0,0,0 +410139,0,0,0,0,0 +410140,0,0,0,0,0 +410141,0,0,0,0,0 +410142,0,0,0,0,0 +410143,0,0,0,0,0 +410144,0,0,0,0,0 +410145,0,0,0,0,0 +410146,0,0,0,0,0 +410147,0,0,0,0,0 +410148,0,0,0,0,0 +410149,0,0,0,0,0 +410150,0,0,0,0,0 +410151,0,0,0,0,0 +410152,0,0,0,0,0 +410153,0,0,0,0,0 +410154,0,0,0,0,0 +410155,0,0,0,0,0 +410156,0,0,0,0,0 +410157,0,0,0,0,0 +410158,0,0,0,0,0 +410159,0,0,0,0,0 +410160,0,0,0,0,0 +410161,0,0,0,0,0 +410162,0,0,0,0,0 +410163,0,0,0,0,0 +410164,0,0,0,0,0 +410165,0,0,0,0,0 +410166,0,0,0,0,0 +410167,0,0,0,0,0 +410168,0,0,0,0,0 +410169,0,0,0,0,0 +410170,0,0,0,0,0 +410171,0,0,0,0,0 +410172,0,0,0,0,0 +410173,0,0,0,0,0 +410174,0,0,0,0,0 +410175,0,0,0,0,0 +410176,0,0,0,0,0 +410177,0,0,0,0,0 +410178,0,0,0,0,0 +410179,0,0,0,0,0 +410180,0,0,0,0,0 +410181,0,0,0,0,0 +410182,0,0,0,0,0 +410183,0,0,0,0,0 +410184,0,0,0,0,0 +410185,0,0,0,0,0 +410186,0,0,0,0,0 +410187,0,0,0,0,0 +410188,0,0,0,0,0 +410189,0,0,0,0,0 +410190,0,0,0,0,0 +410191,0,0,0,0,0 +410192,0,0,0,0,0 +410193,0,0,0,0,0 +410194,0,0,0,0,0 +410195,0,0,0,0,0 +410196,0,0,0,0,0 +410197,0,0,0,0,0 +410198,0,0,0,0,0 +410199,0,0,0,0,0 +410200,0,0,0,0,0 +410201,0,0,0,0,0 +410202,0,0,0,0,0 +410203,0,0,0,0,0 +410204,0,0,0,0,0 +410205,0,0,0,0,0 +410206,0,0,0,0,0 +410207,0,0,0,0,0 +410208,0,0,0,0,0 +410209,0,0,0,0,0 +410210,0,0,0,0,0 +410211,0,0,0,0,0 +410212,0,0,0,0,0 +410213,0,0,0,0,0 +410214,0,0,0,0,0 +410215,0,0,0,0,0 +410216,0,0,0,0,0 +410217,0,0,0,0,0 +410218,0,0,0,0,0 +410219,0,0,0,0,0 +410220,0,0,0,0,0 +410221,0,0,0,0,0 +410222,0,0,0,0,0 +410223,0,0,0,0,0 +410224,0,0,0,0,0 +410225,0,0,0,0,0 +410226,0,0,0,0,0 +410227,0,0,0,0,0 +410228,0,0,0,0,0 +410229,0,0,0,0,0 +410230,0,0,0,0,0 +410231,0,0,0,0,0 +410232,0,0,0,0,0 +410233,0,0,0,0,0 +410234,0,0,0,0,0 +410235,0,0,0,0,0 +410236,0,0,0,0,0 +410237,0,0,0,0,0 +410238,0,0,0,0,0 +410239,0,0,0,0,0 +410240,0,0,0,0,0 +410241,0,0,0,0,0 +410242,0,0,0,0,0 +410243,0,0,0,0,0 +410244,0,0,0,0,0 +410245,0,0,0,0,0 +410246,0,0,0,0,0 +410247,0,0,0,0,0 +410248,0,0,0,0,0 +410249,0,0,0,0,0 +410250,0,0,0,0,0 +410251,0,0,0,0,0 +410252,0,0,0,0,0 +410253,0,0,0,0,0 +410254,0,0,0,0,0 +410255,0,0,0,0,0 +410256,0,0,0,0,0 +410257,0,0,0,0,0 +410258,0,0,0,0,0 +410259,0,0,0,0,0 +410260,0,0,0,0,0 +410261,0,0,0,0,0 +410262,0,0,0,0,0 +410263,0,0,0,0,0 +410264,0,0,0,0,0 +410265,0,0,0,0,0 +410266,0,0,0,0,0 +410267,0,0,0,0,0 +410268,0,0,0,0,0 +410269,0,0,0,0,0 +410270,0,0,0,0,0 +410271,0,0,0,0,0 +410272,0,0,0,0,0 +410273,0,0,0,0,0 +410274,0,0,0,0,0 +410275,0,0,0,0,0 +410276,0,0,0,0,0 +410277,0,0,0,0,0 +410278,0,0,0,0,0 +410279,0,0,0,0,0 +410280,0,0,0,0,0 +410281,0,0,0,0,0 +410282,0,0,0,0,0 +410283,0,0,0,0,0 +410284,0,0,0,0,0 +410285,0,0,0,0,0 +410286,0,0,0,0,0 +410287,0,0,0,0,0 +410288,0,0,0,0,0 +410289,0,0,0,0,0 +410290,0,0,0,0,0 +410291,0,0,0,0,0 +410292,0,0,0,0,0 +410293,0,0,0,0,0 +410294,0,0,0,0,0 +410295,0,0,0,0,0 +410296,0,0,0,0,0 +410297,0,0,0,0,0 +410298,0,0,0,0,0 +410299,0,0,0,0,0 +410300,0,0,0,0,0 +410301,0,0,0,0,0 +410302,0,0,0,0,0 +410303,0,0,0,0,0 +410304,0,0,0,0,0 +410305,0,0,0,0,0 +410306,0,0,0,0,0 +410307,0,0,0,0,0 +410308,0,0,0,0,0 +410309,0,0,0,0,0 +410310,0,0,0,0,0 +410311,0,0,0,0,0 +410312,0,0,0,0,0 +410313,0,0,0,0,0 +410314,0,0,0,0,0 +410315,0,0,0,0,0 +410316,0,0,0,0,0 +410317,0,0,0,0,0 +410318,0,0,0,0,0 +410319,0,0,0,0,0 +410320,0,0,0,0,0 +410321,0,0,0,0,0 +410322,0,0,0,0,0 +410323,0,0,0,0,0 +410324,0,0,0,0,0 +410325,0,0,0,0,0 +410326,0,0,0,0,0 +410327,0,0,0,0,0 +410328,0,0,0,0,0 +410329,0,0,0,0,0 +410330,0,0,0,0,0 +410331,0,0,0,0,0 +410332,0,0,0,0,0 +410333,0,0,0,0,0 +410334,0,0,0,0,0 +410335,0,0,0,0,0 +410336,0,0,0,0,0 +410337,0,0,0,0,0 +410338,0,0,0,0,0 +410339,0,0,0,0,0 +410340,0,0,0,0,0 +410341,0,0,0,0,0 +410342,0,0,0,0,0 +410343,0,0,0,0,0 +410344,0,0,0,0,0 +410345,0,0,0,0,0 +410346,0,0,0,0,0 +410347,0,0,0,0,0 +410348,0,0,0,0,0 +410349,0,0,0,0,0 +410350,0,0,0,0,0 +410351,0,0,0,0,0 +410352,0,0,0,0,0 +410353,0,0,0,0,0 +410354,0,0,0,0,0 +410355,0,0,0,0,0 +410356,0,0,0,0,0 +410357,0,0,0,0,0 +410358,0,0,0,0,0 +410359,0,0,0,0,0 +410360,0,0,0,0,0 +410361,0,0,0,0,0 +410362,0,0,0,0,0 +410363,0,0,0,0,0 +410364,0,0,0,0,0 +410365,0,0,0,0,0 +410366,0,0,0,0,0 +410367,0,0,0,0,0 +410368,0,0,0,0,0 +410369,0,0,0,0,0 +410370,0,0,0,0,0 +410371,0,0,0,0,0 +410372,0,0,0,0,0 +410373,0,0,0,0,0 +410374,0,0,0,0,0 +410375,0,0,0,0,0 +410376,0,0,0,0,0 +410377,0,0,0,0,0 +410378,0,0,0,0,0 +410379,0,0,0,0,0 +410380,0,0,0,0,0 +410381,0,0,0,0,0 +410382,0,0,0,0,0 +410383,0,0,0,0,0 +410384,0,0,0,0,0 +410385,0,0,0,0,0 +410386,0,0,0,0,0 +410387,0,0,0,0,0 +410388,0,0,0,0,0 +410389,0,0,0,0,0 +410390,0,0,0,0,0 +410391,0,0,0,0,0 +410392,0,0,0,0,0 +410393,0,0,0,0,0 +410394,0,0,0,0,0 +410395,0,0,0,0,0 +410396,0,0,0,0,0 +410397,0,0,0,0,0 +410398,0,0,0,0,0 +410399,0,0,0,0,0 +410400,0,0,0,0,0 +410401,0,0,0,0,0 +410402,0,0,0,0,0 +410403,0,0,0,0,0 +410404,0,0,0,0,0 +410405,0,0,0,0,0 +410406,0,0,0,0,0 +410407,0,0,0,0,0 +410408,0,0,0,0,0 +410409,0,0,0,0,0 +410410,0,0,0,0,0 +410411,0,0,0,0,0 +410412,0,0,0,0,0 +410413,0,0,0,0,0 +410414,0,0,0,0,0 +410415,0,0,0,0,0 +410416,0,0,0,0,0 +410417,0,0,0,0,0 +410418,0,0,0,0,0 +410419,0,0,0,0,0 +410420,0,0,0,0,0 +410421,0,0,0,0,0 +410422,0,0,0,0,0 +410423,0,0,0,0,0 +410424,0,0,0,0,0 +410425,0,0,0,0,0 +410426,0,0,0,0,0 +410427,0,0,0,0,0 +410428,0,0,0,0,0 +410429,0,0,0,0,0 +410430,0,0,0,0,0 +410431,0,0,0,0,0 +410432,0,0,0,0,0 +410433,0,0,0,0,0 +410434,0,0,0,0,0 +410435,0,0,0,0,0 +410436,0,0,0,0,0 +410437,0,0,0,0,0 +410438,0,0,0,0,0 +410439,0,0,0,0,0 +410440,0,0,0,0,0 +410441,0,0,0,0,0 +410442,0,0,0,0,0 +410443,0,0,0,0,0 +410444,0,0,0,0,0 +410445,0,0,0,0,0 +410446,0,0,0,0,0 +410447,0,0,0,0,0 +410448,0,0,0,0,0 +410449,0,0,0,0,0 +410450,0,0,0,0,0 +410451,0,0,0,0,0 +410452,0,0,0,0,0 +410453,0,0,0,0,0 +410454,0,0,0,0,0 +410455,0,0,0,0,0 +410456,0,0,0,0,0 +410457,0,0,0,0,0 +410458,0,0,0,0,0 +410459,0,0,0,0,0 +410460,0,0,0,0,0 +410461,0,0,0,0,0 +410462,0,0,0,0,0 +410463,0,0,0,0,0 +410464,0,0,0,0,0 +410465,0,0,0,0,0 +410466,0,0,0,0,0 +410467,0,0,0,0,0 +410468,0,0,0,0,0 +410469,0,0,0,0,0 +410470,0,0,0,0,0 +410471,0,0,0,0,0 +410472,0,0,0,0,0 +410473,0,0,0,0,0 +410474,0,0,0,0,0 +410475,0,0,0,0,0 +410476,0,0,0,0,0 +410477,0,0,0,0,0 +410478,0,0,0,0,0 +410479,0,0,0,0,0 +410480,0,0,0,0,0 +410481,0,0,0,0,0 +410482,0,0,0,0,0 +410483,0,0,0,0,0 +410484,0,0,0,0,0 +410485,0,0,0,0,0 +410486,0,0,0,0,0 +410487,0,0,0,0,0 +410488,0,0,0,0,0 +410489,0,0,0,0,0 +410490,0,0,0,0,0 +410491,0,0,0,0,0 +410492,0,0,0,0,0 +410493,0,0,0,0,0 +410494,0,0,0,0,0 +410495,0,0,0,0,0 +410496,0,0,0,0,0 +410497,0,0,0,0,0 +410498,0,0,0,0,0 +410499,0,0,0,0,0 +410500,0,0,0,0,0 +410501,0,0,0,0,0 +410502,0,0,0,0,0 +410503,0,0,0,0,0 +410504,0,0,0,0,0 +410505,0,0,0,0,0 +410506,0,0,0,0,0 +410507,0,0,0,0,0 +410508,0,0,0,0,0 +410509,0,0,0,0,0 +410510,0,0,0,0,0 +410511,0,0,0,0,0 +410512,0,0,0,0,0 +410513,0,0,0,0,0 +410514,0,0,0,0,0 +410515,0,0,0,0,0 +410516,0,0,0,0,0 +410517,0,0,0,0,0 +410518,0,0,0,0,0 +410519,0,0,0,0,0 +410520,0,0,0,0,0 +410521,0,0,0,0,0 +410522,0,0,0,0,0 +410523,0,0,0,0,0 +410524,0,0,0,0,0 +410525,0,0,0,0,0 +410526,0,0,0,0,0 +410527,0,0,0,0,0 +410528,0,0,0,0,0 +410529,0,0,0,0,0 +410530,0,0,0,0,0 +410531,0,0,0,0,0 +410532,0,0,0,0,0 +410533,0,0,0,0,0 +410534,0,0,0,0,0 +410535,0,0,0,0,0 +410536,0,0,0,0,0 +410537,0,0,0,0,0 +410538,0,0,0,0,0 +410539,0,0,0,0,0 +410540,0,0,0,0,0 +410541,0,0,0,0,0 +410542,0,0,0,0,0 +410543,0,0,0,0,0 +410544,0,0,0,0,0 +410545,0,0,0,0,0 +410546,0,0,0,0,0 +410547,0,0,0,0,0 +410548,0,0,0,0,0 +410549,0,0,0,0,0 +410550,0,0,0,0,0 +410551,0,0,0,0,0 +410552,0,0,0,0,0 +410553,0,0,0,0,0 +410554,0,0,0,0,0 +410555,0,0,0,0,0 +410556,0,0,0,0,0 +410557,0,0,0,0,0 +410558,0,0,0,0,0 +410559,0,0,0,0,0 +410560,0,0,0,0,0 +410561,0,0,0,0,0 +410562,0,0,0,0,0 +410563,0,0,0,0,0 +410564,0,0,0,0,0 +410565,0,0,0,0,0 +410566,0,0,0,0,0 +410567,0,0,0,0,0 +410568,0,0,0,0,0 +410569,0,0,0,0,0 +410570,0,0,0,0,0 +410571,0,0,0,0,0 +410572,0,0,0,0,0 +410573,0,0,0,0,0 +410574,0,0,0,0,0 +410575,0,0,0,0,0 +410576,0,0,0,0,0 +410577,0,0,0,0,0 +410578,0,0,0,0,0 +410579,0,0,0,0,0 +410580,0,0,0,0,0 +410581,0,0,0,0,0 +410582,0,0,0,0,0 +410583,0,0,0,0,0 +410584,0,0,0,0,0 +410585,0,0,0,0,0 +410586,0,0,0,0,0 +410587,0,0,0,0,0 +410588,0,0,0,0,0 +410589,0,0,0,0,0 +410590,0,0,0,0,0 +410591,0,0,0,0,0 +410592,0,0,0,0,0 +410593,0,0,0,0,0 +410594,0,0,0,0,0 +410595,0,0,0,0,0 +410596,0,0,0,0,0 +410597,0,0,0,0,0 +410598,0,0,0,0,0 +410599,0,0,0,0,0 +410600,0,0,0,0,0 +410601,0,0,0,0,0 +410602,0,0,0,0,0 +410603,0,0,0,0,0 +410604,0,0,0,0,0 +410605,0,0,0,0,0 +410606,0,0,0,0,0 +410607,0,0,0,0,0 +410608,0,0,0,0,0 +410609,0,0,0,0,0 +410610,0,0,0,0,0 +410611,0,0,0,0,0 +410612,0,0,0,0,0 +410613,0,0,0,0,0 +410614,0,0,0,0,0 +410615,0,0,0,0,0 +410616,0,0,0,0,0 +410617,0,0,0,0,0 +410618,0,0,0,0,0 +410619,0,0,0,0,0 +410620,0,0,0,0,0 +410621,0,0,0,0,0 +410622,0,0,0,0,0 +410623,0,0,0,0,0 +410624,0,0,0,0,0 +410625,0,0,0,0,0 +410626,0,0,0,0,0 +410627,0,0,0,0,0 +410628,0,0,0,0,0 +410629,0,0,0,0,0 +410630,0,0,0,0,0 +410631,0,0,0,0,0 +410632,0,0,0,0,0 +410633,0,0,0,0,0 +410634,0,0,0,0,0 +410635,0,0,0,0,0 +410636,0,0,0,0,0 +410637,0,0,0,0,0 +410638,0,0,0,0,0 +410639,0,0,0,0,0 +410640,0,0,0,0,0 +410641,0,0,0,0,0 +410642,0,0,0,0,0 +410643,0,0,0,0,0 +410644,0,0,0,0,0 +410645,0,0,0,0,0 +410646,0,0,0,0,0 +410647,0,0,0,0,0 +410648,0,0,0,0,0 +410649,0,0,0,0,0 +410650,0,0,0,0,0 +410651,0,0,0,0,0 +410652,0,0,0,0,0 +410653,0,0,0,0,0 +410654,0,0,0,0,0 +410655,0,0,0,0,0 +410656,0,0,0,0,0 +410657,0,0,0,0,0 +410658,0,0,0,0,0 +410659,0,0,0,0,0 +410660,0,0,0,0,0 +410661,0,0,0,0,0 +410662,0,0,0,0,0 +410663,0,0,0,0,0 +410664,0,0,0,0,0 +410665,0,0,0,0,0 +410666,0,0,0,0,0 +410667,0,0,0,0,0 +410668,0,0,0,0,0 +410669,0,0,0,0,0 +410670,0,0,0,0,0 +410671,0,0,0,0,0 +410672,0,0,0,0,0 +410673,0,0,0,0,0 +410674,0,0,0,0,0 +410675,0,0,0,0,0 +410676,0,0,0,0,0 +410677,0,0,0,0,0 +410678,0,0,0,0,0 +410679,0,0,0,0,0 +410680,0,0,0,0,0 +410681,0,0,0,0,0 +410682,0,0,0,0,0 +410683,0,0,0,0,0 +410684,0,0,0,0,0 +410685,0,0,0,0,0 +410686,0,0,0,0,0 +410687,0,0,0,0,0 +410688,0,0,0,0,0 +410689,0,0,0,0,0 +410690,0,0,0,0,0 +410691,0,0,0,0,0 +410692,0,0,0,0,0 +410693,0,0,0,0,0 +410694,0,0,0,0,0 +410695,0,0,0,0,0 +410696,0,0,0,0,0 +410697,0,0,0,0,0 +410698,0,0,0,0,0 +410699,0,0,0,0,0 +410700,0,0,0,0,0 +410701,0,0,0,0,0 +410702,0,0,0,0,0 +410703,0,0,0,0,0 +410704,0,0,0,0,0 +410705,0,0,0,0,0 +410706,0,0,0,0,0 +410707,0,0,0,0,0 +410708,0,0,0,0,0 +410709,0,0,0,0,0 +410710,0,0,0,0,0 +410711,0,0,0,0,0 +410712,0,0,0,0,0 +410713,0,0,0,0,0 +410714,0,0,0,0,0 +410715,0,0,0,0,0 +410716,0,0,0,0,0 +410717,0,0,0,0,0 +410718,0,0,0,0,0 +410719,0,0,0,0,0 +410720,0,0,0,0,0 +410721,0,0,0,0,0 +410722,0,0,0,0,0 +410723,0,0,0,0,0 +410724,0,0,0,0,0 +410725,0,0,0,0,0 +410726,0,0,0,0,0 +410727,0,0,0,0,0 +410728,0,0,0,0,0 +410729,0,0,0,0,0 +410730,0,0,0,0,0 +410731,0,0,0,0,0 +410732,0,0,0,0,0 +410733,0,0,0,0,0 +410734,0,0,0,0,0 +410735,0,0,0,0,0 +410736,0,0,0,0,0 +410737,0,0,0,0,0 +410738,0,0,0,0,0 +410739,0,0,0,0,0 +410740,0,0,0,0,0 +410741,0,0,0,0,0 +410742,0,0,0,0,0 +410743,0,0,0,0,0 +410744,0,0,0,0,0 +410745,0,0,0,0,0 +410746,0,0,0,0,0 +410747,0,0,0,0,0 +410748,0,0,0,0,0 +410749,0,0,0,0,0 +410750,0,0,0,0,0 +410751,0,0,0,0,0 +410752,0,0,0,0,0 +410753,0,0,0,0,0 +410754,0,0,0,0,0 +410755,0,0,0,0,0 +410756,0,0,0,0,0 +410757,0,0,0,0,0 +410758,0,0,0,0,0 +410759,0,0,0,0,0 +410760,0,0,0,0,0 +410761,0,0,0,0,0 +410762,0,0,0,0,0 +410763,0,0,0,0,0 +410764,0,0,0,0,0 +410765,0,0,0,0,0 +410766,0,0,0,0,0 +410767,0,0,0,0,0 +410768,0,0,0,0,0 +410769,0,0,0,0,0 +410770,0,0,0,0,0 +410771,0,0,0,0,0 +410772,0,0,0,0,0 +410773,0,0,0,0,0 +410774,0,0,0,0,0 +410775,0,0,0,0,0 +410776,0,0,0,0,0 +410777,0,0,0,0,0 +410778,0,0,0,0,0 +410779,0,0,0,0,0 +410780,0,0,0,0,0 +410781,0,0,0,0,0 +410782,0,0,0,0,0 +410783,0,0,0,0,0 +410784,0,0,0,0,0 +410785,0,0,0,0,0 +410786,0,0,0,0,0 +410787,0,0,0,0,0 +410788,0,0,0,0,0 +410789,0,0,0,0,0 +410790,0,0,0,0,0 +410791,0,0,0,0,0 +410792,0,0,0,0,0 +410793,0,0,0,0,0 +410794,0,0,0,0,0 +410795,0,0,0,0,0 +410796,0,0,0,0,0 +410797,0,0,0,0,0 +410798,0,0,0,0,0 +410799,0,0,0,0,0 +410800,0,0,0,0,0 +410801,0,0,0,0,0 +410802,0,0,0,0,0 +410803,0,0,0,0,0 +410804,0,0,0,0,0 +410805,0,0,0,0,0 +410806,0,0,0,0,0 +410807,0,0,0,0,0 +410808,0,0,0,0,0 +410809,0,0,0,0,0 +410810,0,0,0,0,0 +410811,0,0,0,0,0 +410812,0,0,0,0,0 +410813,0,0,0,0,0 +410814,0,0,0,0,0 +410815,0,0,0,0,0 +410816,0,0,0,0,0 +410817,0,0,0,0,0 +410818,0,0,0,0,0 +410819,0,0,0,0,0 +410820,0,0,0,0,0 +410821,-446.906327,-142.3810993,-410.0920986,-204.8156484,-840.0333355 +410822,-442.7119418,-138.1404333,-404.6360383,-202.6993593,-833.0184357 +410823,-434.7502397,-132.8872476,-395.8711629,-198.856242,-818.2808846 +410824,-427.0175199,-127.9363218,-387.4524922,-195.2175984,-803.0157677 +410825,-421.0375611,-123.7361592,-380.7607889,-192.4964477,-791.2295619 +410826,-416.8707946,-120.2457081,-375.8248839,-190.6907651,-783.0101186 +410827,-414.1305599,-117.2920075,-372.2700123,-189.5882154,-777.4550328 +410828,-412.7563406,-114.7253261,-369.7480165,-188.9953274,-773.8142652 +410829,-412.3962679,-112.4455429,-368.0248419,-188.8685149,-771.641229 +410830,-412.7561064,-110.3887734,-366.9506058,-189.0994201,-770.6760312 +410831,-413.6507498,-108.5095621,-366.418338,-189.5925719,-770.7495041 +410832,-414.9659105,-106.7715634,-366.3416171,-190.2814405,-771.7219454 +410833,-416.6207684,-105.1441651,-366.6464151,-191.1207049,-773.4660197 +410834,-418.5504781,-103.6016165,-367.2691798,-192.077358,-775.8677397 +410835,-420.7001691,-102.1225156,-368.1559428,-193.1254078,-778.8271756 +410836,-423.0260036,-100.6893017,-369.2614183,-194.2459708,-782.2588417 +410837,-425.487963,-99.28759397,-370.5476869,-195.4177836,-786.0895593 +410838,-428.0605946,-97.90565426,-371.9830778,-196.6306714,-790.2571335 +410839,-430.5661992,-96.44921522,-373.4261224,-197.807051,-794.7075163 +410840,-433.0466983,-94.93666562,-374.8903982,-198.9669199,-799.3947021 +410841,-435.5627667,-93.39975711,-376.4123903,-200.1384166,-804.279542 +410842,-438.1281494,-91.853663,-378.0063475,-201.3272237,-809.3287364 +410843,-440.7397895,-90.30009344,-379.6678626,-202.5325172,-814.5134941 +410844,-443.3789258,-88.73550243,-381.3856443,-203.7455828,-819.8092832 +410845,-446.0365499,-87.1558181,-383.1483722,-204.9631915,-825.1948707 +410846,-448.6985054,-85.55793693,-384.9468612,-206.1788706,-830.6522546 +410847,-451.3616021,-83.93969645,-386.7739419,-207.3920702,-836.1658593 +410848,-454.0159913,6.689800006,-388.6239588,-208.5982517,-841.7225679 +410849,-456.6613358,87.17732427,-390.5714633,-209.7981143,-847.3110372 +410850,-459.2898162,51.39072844,-392.5824394,-210.9879875,-852.9218135 +410851,-461.9027156,85.73451465,-394.6251805,-212.1692516,-858.5467496 +410852,-464.4998464,101.9078652,-396.6995304,-213.3418982,-864.1805972 +410853,-467.0862128,117.0335251,-398.806931,-214.5090082,-869.817401 +410854,-469.6565459,131.9452845,-400.9452833,-215.6679602,-875.4521202 +410855,-472.2131094,147.2004563,-403.1103906,-216.8203577,-881.0806091 +410856,-474.7502925,161.2964449,-405.2978946,-217.9633256,-886.6996511 +410857,-477.2710009,176.2980454,-407.5040058,-219.098727,-892.3065125 +410858,-479.7703959,190.4988291,-409.7257104,-220.2240227,-897.8990605 +410859,-482.2520024,204.7854063,-411.9605551,-221.341338,-903.4754556 +410860,-484.7110467,218.7026696,-414.2063304,-222.4481436,-909.033613 +410861,-487.1514389,233.0240493,-416.4619438,-223.5467178,-914.5724215 +410862,-489.5694863,246.7359247,-418.7269798,-224.6349971,-920.0918444 +410863,-491.9696061,260.5387433,-421.0008497,-225.715465,-925.5917953 +410864,-494.3479722,274.1997351,-423.282728,-226.7859769,-931.072122 +410865,-496.7087854,287.7616842,-425.5716493,-227.8489022,-936.5324593 +410866,-499.0481491,300.997243,-427.8667839,-228.9020542,-941.9726239 +410867,-501.3703302,314.9985518,-430.1674248,-229.9478241,-947.3924399 +410868,-503.6715381,327.7348316,-432.4730639,-230.9840668,-952.7919881 +410869,-505.9561361,340.5805109,-434.7832657,-232.0132114,-958.171329 +410870,-508.2244774,353.5867005,-437.1064246,-233.033938,-963.5307361 +410871,-510.4791091,366.6018566,-439.438307,-234.0483249,-968.8704468 +410872,-512.7142305,379.5228135,-441.7741225,-235.0538418,-974.1908176 +410873,-514.9333374,392.4548282,-444.111574,-236.052754,-979.4921091 +410874,-517.1326006,405.2533458,-446.4502229,-237.0429218,-984.7747407 +410875,-519.3166066,417.6849144,-448.7902651,-238.0268271,-990.0390363 +410876,-521.4818191,430.9039967,-451.1320136,-239.0023857,-995.2854647 +410877,-523.6327886,443.2753897,-453.4756407,-239.9720691,-1000.514383 +410878,-525.7658737,455.866889,-455.8212708,-240.9337673,-1005.726279 +410879,-527.8855514,468.4271356,-458.1689292,-241.8899335,-1010.921518 +410880,-529.988129,480.8544932,-460.5186529,-242.8384422,-1016.100587 +410881,-538.4625709,918.1568987,-469.2549278,-246.6837901,-1032.872061 +410882,-527.275548,944.5239163,-458.6257724,-241.5005886,-1012.856232 +410883,-506.1028073,965.8421252,-438.4289317,-231.9203169,-973.5529199 +410884,-484.4174681,985.7796978,-417.8320323,-222.3210285,-932.6867557 +410885,-466.9326999,1004.788632,201.7609023,-214.4720266,-897.7414692 +410886,-453.8729539,1023.163026,462.6564304,-208.8259983,-869.6846067 +410887,-444.1742232,1041.088181,211.111464,-204.8703781,-847.3283454 +410888,-436.8871738,1058.717782,344.3317721,-202.0706059,-829.4115478 +410889,347.1919804,1081.899726,368.5137945,-79.2415036,-815.0666662 +410890,-30.8754292,1103.69649,388.9254026,53.86962625,754.4205233 +410891,103.1996021,1125.054405,408.9290939,-22.93093825,-111.7970898 +410892,141.3336538,1146.474626,428.2841565,23.34807776,166.6200959 +410893,168.4469233,1168.361395,447.2334791,37.53480465,205.5002467 +410894,195.999925,1204.074088,465.5558471,50.69403458,238.8320299 +410895,221.2682778,1204.540482,483.6341235,63.38797114,251.8046417 +410896,246.5691958,1213.18249,501.1994884,76.23725987,289.7907932 +410897,272.0314046,1260.40536,518.3900173,87.98872726,310.2404736 +410898,295.9822258,1266.744633,535.3623049,100.3549518,335.313774 +410899,319.9833336,1289.706977,551.8929827,111.7414517,358.9083309 +410900,343.3034725,1309.392666,576.4821909,120.9004379,382.0065552 +410901,366.3455736,1329.176368,590.5234415,130.6897664,404.3410051 +410902,383.2301127,1348.525217,577.5558737,140.1806253,426.0740842 +410903,402.4512932,1367.907303,627.4317286,149.3702551,447.3763034 +410904,420.6630439,1387.066121,627.3134051,158.9456772,468.208048 +410905,438.814322,1406.184097,645.1293318,168.0470456,488.3169647 +410906,456.6252472,1424.924274,659.7247287,176.6319237,508.0318015 +410907,473.583535,1443.712694,674.2469915,185.5275343,527.5234246 +410908,491.7555456,1462.283311,688.3244523,193.8921869,546.1449145 +410909,508.2264478,1480.821913,702.3550158,202.6899468,585.0183217 +410910,525.1456357,1499.032015,716.1406057,210.79843,567.0185796 +410911,541.7110702,1515.732804,730.4702109,219.2353414,612.3630778 +410912,558.4971412,1532.023618,744.352605,227.5638608,611.8935863 +410913,574.5504124,1548.06167,758.4821416,235.7103828,639.1017544 +410914,590.8923108,1576.895727,772.2047999,243.5055618,652.1106393 +410915,606.660292,1560.135342,800.7070902,251.9842554,650.1521972 +410916,622.3568702,1627.442113,777.6477835,259.5737451,631.148889 +410917,637.8267188,1572.802775,839.7329816,267.4610583,615.0183156 +410918,653.0823978,1652.09887,811.1509287,275.0660203,600.1822457 +410919,673.0709679,1635.273131,850.2690854,282.7061851,587.0229563 +410920,693.0525554,1656.13256,850.5102126,290.1595485,576.152051 +410921,699.4924487,1666.421154,863.1217724,297.5525118,567.1037099 +410922,688.1327887,1683.433427,875.4515814,304.8066983,559.9285466 +410923,741.1601617,1695.740069,893.2720604,312.1286124,554.8283002 +410924,737.3188759,1709.029955,898.7950195,319.1131988,551.1480693 +410925,755.1206917,1722.450861,914.6327764,326.2666091,548.3264963 +410926,769.09854,1735.295841,927.123586,333.1952874,546.2136229 +410927,783.057574,1748.174886,943.9706828,340.0904785,544.7270631 +410928,796.8244712,1760.522969,950.0334582,346.9073731,543.4783318 +410929,810.7150932,1773.196249,968.9380355,353.6033464,542.3593777 +410930,824.1617155,1785.32913,975.3009129,360.3476775,541.3133281 +410931,838.1246155,1797.349463,992.2249362,366.9655598,540.2867637 +410932,851.3744404,1809.285726,1003.224274,373.3910755,539.4014001 +410933,864.8940447,1820.792191,1013.196683,379.9758193,538.7020457 +410934,878.3142233,1832.549696,1025.003632,386.3461075,537.6744776 +410935,891.3811481,1851.462903,1025.204432,392.7075818,536.297903 +410936,904.5062989,1844.180481,1021.169708,399.0042793,533.5723643 +410937,917.8368895,1878.16307,1016.997607,405.2433662,529.4168992 +410938,930.5686214,1873.279986,1013.085323,411.4295052,524.2624153 +410939,943.5822754,1888.567986,1009.373578,417.5107503,518.2205847 +410940,956.3907826,1898.920767,1006.159627,423.726565,511.6670841 +410941,1358.479916,2078.656707,1009.80255,597.918446,515.8484834 +410942,1374.268491,2089.451513,1034.27522,605.3469066,550.7074907 +410943,1388.249399,2101.092908,1066.895532,612.1882492,598.2972149 +410944,1404.059248,2111.514926,1096.459811,618.6673769,642.2836696 +410945,1440.006993,2121.557585,1119.668511,625.0611573,677.0940172 +410946,1387.788432,2137.728888,1136.987822,631.1212543,704.6293985 +410947,1482.298757,2140.210093,1150.206052,637.3955891,725.9131511 +410948,1417.237249,2158.55985,1160.728615,643.4591156,742.9516422 +410949,1506.122616,2159.955972,1169.751953,649.363426,757.0742579 +410950,1447.328196,2169.768459,1177.206024,655.3445608,768.9343958 +410951,1520.608125,2184.908212,1184.172464,661.2116871,779.0676524 +410952,1493.940323,2194.00531,1190.657285,667.0429862,788.1086851 +410953,1519.631817,2196.140366,1196.050924,672.8241208,795.8030103 +410954,1529.445485,2207.060094,1201.677532,678.6298874,802.5605392 +410955,1541.636546,2211.191379,1207.098059,684.2165785,808.6366054 +410956,1553.463117,2214.847392,1212.001463,689.9181891,813.8422118 +410957,1565.216402,2217.00905,1216.403168,695.4460807,818.0875443 +410958,1577.32561,2219.697829,1220.539246,701.1932631,821.441633 +410959,1588.927088,2222.850691,1224.116909,706.5643694,824.0544492 +410960,1600.461218,2226.323008,1227.42008,712.1212348,826.0914104 +410961,1620.92338,2230.13402,1230.646885,717.5665796,827.8254101 +410962,1619.666547,2234.018209,1233.74826,723.0598344,829.4247327 +410963,1636.630043,2237.778656,1236.664805,728.3315567,830.4218568 +410964,1647.423371,2241.590052,1239.546971,733.6625677,831.2321758 +410965,1658.190206,2245.479194,1242.631037,739.0756394,831.9276389 +410966,1669.830336,2249.394288,1245.512421,744.3042452,832.5069334 +410967,1680.762645,2253.338272,1248.396213,749.6356635,833.0074933 +410968,1692.14563,2257.304793,1251.294307,754.7408979,833.4505444 +410969,1703.240103,2261.283604,1254.209628,759.9773004,833.8474629 +410970,1722.03237,2265.440494,1257.2601,765.1175985,834.3571982 +410971,1721.75539,2269.571033,1260.316745,769.8592593,834.8245167 +410972,1736.017687,2273.50462,1263.203082,774.787348,835.0740763 +410973,1746.358898,2277.472009,1266.028138,779.3004867,835.2751093 +410974,1756.659984,2281.550207,1268.836577,784.0001446,835.4910877 +410975,1774.425529,2285.855925,1271.726446,788.576172,835.8429743 +410976,1774.447606,2290.164422,1274.574974,793.1200583,836.1684092 +410977,1787.25259,2294.469755,1277.229616,797.6225504,836.266944 +410978,1797.701693,2298.454973,1279.834779,802.1622375,836.3167183 +410979,1814.567581,2302.702781,1282.591786,806.4684819,836.5707909 +410980,1815.429738,2306.977395,1285.536328,810.9106551,836.8278764 +410981,1833.946994,2311.188951,1288.228848,815.2475866,837.0208293 +410982,1835.856836,2315.353163,1290.873439,819.4811828,837.1660625 +410983,1853.255989,2319.491192,1293.489261,823.8785843,837.2800903 +410984,1854.958016,2323.554557,1296.045565,828.0665754,837.3193244 +410985,1869.280112,2327.759189,1298.531621,832.3711826,837.268223 +410986,1878.040164,2331.729757,1301.052489,836.4283774,837.2603626 +410987,1878.938435,2335.48748,1303.423347,840.6350881,837.0594519 +410988,1880.419565,2338.924503,1305.386646,844.7395032,836.3339381 +410989,1878.066594,2341.344948,1306.849636,855.4511945,834.958934 +410990,1875.972394,2343.390139,1307.826687,845.9374543,832.9440557 +410991,1874.2146,2344.750143,1308.397447,857.5232009,830.3831981 +410992,1872.749797,2345.370396,1308.64408,861.8495147,827.3763629 +410993,1871.528049,2346.443989,1308.652444,864.3776268,824.0318619 +410994,1870.505799,2347.54714,1308.489439,868.8659756,820.436621 +410995,1869.640668,2348.282719,1308.196602,872.820965,816.6470717 +410996,1868.910042,2348.909026,1307.808426,876.6104055,812.7113978 +410997,1868.295927,2349.748436,1307.349451,880.5456153,808.6652447 +410998,1867.781925,2350.248977,1306.836767,884.4706039,804.5343901 +410999,1867.357809,2350.683905,1306.285381,888.1665939,800.3416066 +411000,1867.013995,2351.075974,1305.706133,892.037889,796.1037799 +411001,1866.568184,2351.351715,1304.936185,898.4476736,791.526075 +411002,1866.584139,2351.910392,1304.449681,903.1176721,787.7485204 +411003,1866.908877,2352.598992,1304.14844,907.0990866,784.4116438 +411004,1867.315805,2353.216285,1303.877143,911.2669799,781.1091197 +411005,1867.683185,2353.930596,1303.551983,915.3752405,777.6557086 +411006,1868.268886,2354.220775,1303.154581,919.2255856,774.0232433 +411007,1868.476874,2354.381234,1302.691114,928.0597701,770.2362886 +411008,1868.659264,2354.481174,1302.186373,927.4159633,766.3420358 +411009,1868.831547,2354.537651,1301.64512,943.8621797,762.3570141 +411010,1869.069366,2354.617384,1301.11523,916.2071085,758.3497294 +411011,1869.368696,2354.709297,1300.596888,942.036457,754.3263142 +411012,1869.63337,2354.717465,1300.032157,944.2362356,750.2174989 +411013,1869.881491,2354.661044,1299.435031,945.2991358,746.0451633 +411014,1870.151016,2354.580465,1298.831273,950.2131847,741.8453792 +411015,1870.687534,2354.47188,1298.218231,953.780675,737.617544 +411016,1870.895659,2354.302614,1297.574843,971.1801072,733.337045 +411017,1871.15417,2354.144926,1296.950402,941.5649381,729.0692259 +411018,1871.463883,2353.988675,1296.340495,974.6751582,724.8104357 +411019,1871.951282,2353.758473,1295.696927,966.7495946,720.500708 +411020,1872.390388,2353.484382,1295.039453,972.4200433,716.1665562 +411021,1872.733521,2353.138102,1294.356217,992.0443904,711.7935536 +411022,1872.373275,2352.819897,1293.700264,956.3406735,707.4504376 +411023,1872.832075,2352.50902,1293.067933,994.5898276,703.1336147 +411024,1873.107409,2352.105111,1292.384481,995.6887455,698.7481404 +411025,1873.746651,2351.677197,1291.705738,975.1958919,694.3661407 +411026,1874.141287,2351.238232,1291.030396,1008.683792,689.9861807 +411027,1874.496259,2350.731238,1290.330489,993.1279049,685.5727651 +411028,1874.852796,2350.201784,1289.626898,1010.429652,681.1528862 +411029,1875.545703,2349.657269,1288.934496,995.5149038,676.7459368 +411030,1876.214897,2349.32827,1288.402587,1020.059637,672.5445934 +411031,1877.113025,2349.165812,1288.01936,1008.590733,668.5362348 +411032,1878.091544,2348.949341,1287.691325,1017.336937,664.6122965 +411033,1879.215093,2348.7098,1287.461372,1019.720495,660.8351862 +411034,1880.472148,2348.449126,1287.323169,1023.229396,657.198694 +411035,1881.798574,2348.134357,1287.236227,1026.516464,653.6499879 +411036,1883.169189,2347.76822,1287.184099,1029.882971,650.1659038 +411037,1884.866589,2347.352938,1287.154196,1033.081735,646.7279747 +411038,1886.283183,2346.892718,1287.139786,1036.576387,643.3252688 +411039,1887.70256,2346.39039,1287.13666,1039.81455,639.9503979 +411040,1889.126736,2346.102691,1287.138734,1043.092493,636.5937734 +411041,1890.557437,2345.484569,1287.143583,1046.24445,633.2508039 +411042,1892.092014,2344.904077,1287.212397,1055.571051,629.9990912 +411043,1893.629923,2344.282579,1287.282355,1050.216566,626.7574342 +411044,1895.074295,2343.535237,1287.292567,1057.165099,623.4468035 +411045,1896.523329,2342.758649,1287.304697,1059.682228,620.1451751 +411046,1897.995785,2341.969888,1287.330058,1062.930292,616.8659813 +411047,1899.464035,2341.139199,1287.351141,1065.998196,613.5862201 +411048,1900.930998,2340.26662,1287.369976,1069.250166,610.3082215 +411049,1902.400249,2339.354513,1287.388999,1072.212885,607.0349191 +411050,1903.875675,2338.40635,1287.410827,1075.565187,603.7694845 +411051,1905.355722,2337.420568,1287.434666,1078.57836,600.5108024 +411052,1906.836826,2336.393811,1287.458453,1081.748421,597.2561157 +411053,1908.32012,2335.327385,1287.483085,1084.672541,594.0065059 +411054,1910.107585,2334.223732,1287.51018,1087.988311,590.763963 +411055,1911.5888,2333.081689,1287.539007,1091.004373,587.5275003 +411056,1913.061596,2331.899347,1287.568332,1094.058766,584.295466 +411057,1914.538535,2330.679185,1287.59097,1096.986026,581.0692779 +411058,1916.028815,2329.426023,1287.622516,1100.204901,577.8537125 +411059,1917.646897,2328.246536,1287.727715,1108.589322,574.7425965 +411060,1919.267534,2327.019777,1287.840236,1104.1563,571.6378033 +411061,1919.834874,2324.649369,1287.367134,1054.430314,567.9111834 +411062,1911.865424,2315.221264,1281.18143,1059.05551,555.5463597 +411063,1900.903328,2304.157203,1272.850192,1060.212832,539.7179214 +411064,1891.670377,2295.654573,1265.423555,1062.468526,524.8913766 +411065,1885.431776,2290.387791,1259.793619,1065.175616,512.4351887 +411066,1881.767636,2287.357636,1255.748711,1067.396241,502.1648586 +411067,1879.800387,2285.357636,1252.813817,1070.165445,493.4862483 +411068,1878.946143,2283.720806,1250.658178,1077.928256,485.9830283 +411069,1878.657016,2282.008574,1248.952864,1073.040155,479.2357583 +411070,1878.59333,2280.039958,1247.475866,1078.117522,472.9529998 +411071,1878.765973,2277.971477,1246.22642,1080.547569,467.1203121 +411072,1879.154873,2275.877713,1245.176043,1082.905232,461.6845171 +411073,1879.669986,2273.736612,1244.261559,1085.366994,456.5481937 +411074,1880.280524,2271.54667,1243.45173,1087.85897,451.6563361 +411075,1880.960207,2269.310438,1242.726606,1090.186128,446.9698281 +411076,1881.701264,2267.031978,1242.07178,1092.830261,442.4580135 +411077,1882.484645,2264.711862,1241.473764,1095.305693,438.092753 +411078,1883.430208,2262.46647,1241.000912,1102.745023,433.9530031 +411079,1884.408358,2260.182605,1240.572372,1098.857442,429.9269156 +411080,1885.257447,2257.709296,1240.080002,1102.625712,425.8678368 +411081,1886.099669,2255.17877,1239.600681,1105.84583,421.8675618 +411082,1886.995382,2252.656699,1239.169586,1107.716574,417.9650264 +411083,1887.907498,2250.102077,1238.756746,1110.253547,414.1167073 +411084,1888.960925,2247.635017,1238.444144,1117.74814,410.4249205 +411085,1890.042595,2245.145407,1238.161544,1113.974615,406.7965479 +411086,1890.965767,2242.457028,1237.986132,1117.281994,403.0751089 +411087,1891.857984,2239.697823,1237.594507,1120.408559,399.3571392 +411088,1892.803114,2236.952171,1237.237072,1123.201856,395.7104109 +411089,1893.882595,2234.294401,1236.969729,1129.629424,392.1982031 +411090,1894.980218,2231.608315,1236.722011,1126.639929,388.7241297 +411091,1895.917891,2228.725487,1236.381655,1129.226917,385.1406295 +411092,1896.92879,2225.880391,1236.068898,1136.67479,381.6457921 +411093,1898.003003,2223.071173,1235.780368,1133.925965,378.2369004 +411094,1898.88086,2220.053912,1235.342089,1135.130744,374.7023895 +411095,1899.760501,2217.017128,1234.887905,1142.118103,371.1985964 +411096,1900.704303,2214.018874,1234.454682,1140.211013,367.7712321 +411097,1901.609529,2210.969938,1233.999815,1145.214512,364.345154 +411098,1902.451327,2207.825359,1233.4825,1143.497688,360.8822672 +411099,1903.094657,2204.460206,1232.831713,1143.210249,357.2671015 +411100,1903.533588,2200.895276,1232.043513,1143.985112,353.5027114 +411101,608.4828595,1194.214871,248.9574784,420.91669,-704.810202 +411102,557.1182726,1165.758511,212.3185487,389.9651846,-771.1188355 +411103,529.2619254,1165.744331,188.8136242,377.2105577,-827.3666929 +411104,525.2428267,1179.941569,180.194093,379.8801728,-863.4583749 +411105,529.5045463,1188.957604,177.4718194,386.1145191,-887.6426508 +411106,535.5764958,1193.38978,176.7782273,391.4866639,-904.728491 +411107,542.2196243,1196.069993,177.2405091,396.0092766,-916.6712471 +411108,549.7234216,1198.578327,178.897855,400.1664807,-924.7500922 +411109,557.7493778,1201.446975,181.3730162,404.2239961,-929.8138961 +411110,565.9077851,1204.226833,184.3020049,408.0574399,-932.8676183 +411111,573.8368293,1206.597064,187.3756871,411.7479866,-934.6179188 +411112,581.2969139,1208.41036,190.2902805,415.1162688,-935.5798717 +411113,588.0437312,1209.671876,193.1227455,418.1455318,-936.1005053 +411114,594.3356118,1210.451233,195.7183626,420.8597381,-936.4144203 +411115,600.0486718,1210.82553,198.0514492,423.2969823,-936.7846852 +411116,605.2145854,1210.737683,200.1180979,425.4985774,-937.1071051 +411117,609.8843273,1210.507887,201.9268886,427.5024573,-937.5571297 +411118,614.0979475,1210.039177,203.4890382,429.3368789,-938.1831232 +411119,617.8980233,1209.354679,204.8187897,431.02467,-939.0137458 +411120,621.3322013,1208.481256,205.9356082,432.5884811,-940.0587061 +411121,625.751423,1208.034892,208.1683336,434.6403238,-938.9359602 +411122,621.1030071,1200.45109,203.9489233,430.6560191,-949.0721154 +411123,612.46077,1190.234743,196.7495784,424.269245,-964.5368361 +411124,604.7407931,1181.578639,189.9839979,418.9202454,-979.6056909 +411125,599.6457174,1175.704819,184.8876267,415.708133,-992.1629029 +411126,596.8946467,1172.013872,181.328927,414.283977,-1002.296766 +411127,595.6581512,1169.498772,178.7940785,413.9391824,-1010.71598 +411128,595.2712977,1167.420453,176.8560869,414.1257376,-1018.0217 +411129,595.3321781,1165.404311,175.2635769,414.5420016,-1024.574342 +411130,595.6560001,1163.315576,173.8890468,415.0543041,-1030.567122 +411131,596.1407287,1161.126621,172.6664442,415.6162746,-1036.112248 +411132,596.7427459,1158.841033,171.5549787,416.1949872,-1041.28837 +411133,597.4173883,1156.465233,170.5246369,416.7730685,-1046.158665 +411134,598.1464142,1154.003152,169.5518932,417.3412235,-1050.775638 +411135,598.9013038,1151.457899,168.6186888,417.8939301,-1055.182401 +411136,599.6765548,1148.832687,167.7112565,418.4274554,-1059.414209 +411137,600.4540888,1146.131826,166.8196448,418.9398424,-1063.499429 +411138,601.2358293,1143.359258,165.9361226,419.4298299,-1067.46166 +411139,602.0090786,1140.519374,165.0552427,419.8973751,-1071.31999 +411140,602.7796153,1137.615798,164.172688,420.342668,-1075.090533 +411141,603.537126,1134.652017,163.2853656,420.7663786,-1078.786597 +411142,604.2890821,1131.630867,162.3908028,421.1691371,-1082.419482 +411143,605.0261111,1128.554878,161.4871196,421.5516282,-1085.998803 +411144,605.7565827,1125.426313,160.5729024,421.9145449,-1089.532629 +411145,606.4717388,1122.2472,159.6470607,422.2585351,-1093.027931 +411146,607.1802003,1119.019306,158.7087127,422.5841551,-1096.490681 +411147,607.8736897,1115.74451,157.7573494,422.8920939,-1099.925868 +411148,608.5610496,1112.424335,156.7924771,423.1828401,-1103.33788 +411149,609.236234,1109.061385,155.8154443,423.4581886,-1106.723468 +411150,609.9076087,1105.656519,154.825624,423.7182114,-1110.08813 +411151,610.5660507,1102.210256,153.8221934,423.962731,-1113.437112 +411152,611.1985403,1098.706716,152.7955495,424.1850528,-1116.774055 +411153,611.8106384,1095.133241,151.7397817,424.3816803,-1120.10132 +411154,612.3936738,1091.498214,150.6542587,424.5533328,-1123.420148 +411155,612.9490681,1087.805887,149.5409864,424.7026048,-1126.731594 +411156,613.4828541,1084.068571,148.4024302,424.8320968,-1130.036632 +411157,614.0094191,1080.287003,147.2404277,424.943563,-1133.336678 +411158,614.5201894,1076.464976,146.056285,425.0381021,-1136.633053 +411159,615.0133837,1072.60652,144.8509567,425.1164462,-1139.927097 +411160,615.4919557,1068.714563,143.5263457,425.1791582,-1143.219897 +411161,615.961617,1064.79346,142.2863907,425.2284071,-1146.510497 +411162,616.4215654,1060.841963,141.0288773,425.2626821,-1149.801938 +411163,616.8718049,1056.860443,139.7517277,425.2816585,-1153.095885 +411164,617.3129809,1052.850326,138.4546529,425.285724,-1156.392971 +411165,617.745686,1048.813187,137.1381178,425.2753196,-1159.693789 +411166,618.1705487,1044.750566,135.802804,425.250861,-1162.998755 +411167,618.5881111,1040.663872,134.4492862,425.2126672,-1166.308391 +411168,618.9989001,1036.554443,133.0780505,425.1610258,-1169.623062 +411169,619.4033514,1032.423518,131.6894361,425.0961489,-1172.943273 +411170,619.8019465,1028.272252,130.2837182,425.0181973,-1176.269406 +411171,620.1952641,1024.102005,128.861265,424.92747,-1179.601738 +411172,620.5836806,1019.913914,127.4222942,424.8241108,-1182.940586 +411173,620.967607,1015.709147,125.9670181,424.7082779,-1186.286306 +411174,621.3475575,1011.488958,124.4957089,424.5801947,-1189.639038 +411175,621.7799597,1007.328992,123.3290909,424.6765792,-1193.002327 +411176,622.2260036,1003.190551,122.3333169,424.8889982,-1196.383892 +411177,622.6519549,999.0306365,121.3398791,425.0835097,-1199.788381 +411178,623.0504525,994.8352989,120.2692775,425.2006957,-1203.213339 +411179,623.4290671,990.6108474,119.1097685,425.2381546,-1206.653004 +411180,623.7976941,986.3687594,117.8754391,425.2141846,-1210.102147 +411181,624.4508068,982.2487014,116.8700631,425.2775733,-1213.034922 +411182,632.7833375,984.7414737,121.2763597,430.6863968,-1206.313931 +411183,644.2433517,989.5447165,127.9897698,438.0922924,-1195.249221 +411184,654.5034144,992.6847577,134.0123641,444.3626916,-1184.892425 +411185,662.1315755,993.0358921,138.3179534,448.5426523,-1177.063937 +411186,667.4700121,991.1890914,141.0745288,450.9885947,-1171.62432 +411187,671.3390716,988.1218283,142.7783791,452.3866703,-1167.895142 +411188,674.3688669,984.4151151,143.840241,453.2460896,-1165.311775 +411189,676.9379851,980.7077949,144.4927259,453.7512294,-1163.530386 +411190,679.2147303,976.991516,144.6806933,454.231775,-1162.365651 +411191,681.1400339,973.2866806,144.5360917,454.6329072,-1161.708768 +411192,683.069022,969.6034649,144.1877034,454.9760588,-1161.476595 +411193,684.8859272,965.9240643,143.7057592,455.2706619,-1161.608262 +411194,686.6045413,962.2514985,143.1238691,455.5257423,-1162.051096 +411195,688.2532804,958.5871911,142.4588526,455.7492093,-1162.760386 +411196,689.8401669,954.9315802,141.7215662,455.9465782,-1163.699019 +411197,691.3754103,951.2852607,140.9207245,456.1212646,-1164.83647 +411198,692.8780193,947.6489153,140.063732,456.2751958,-1166.147327 +411199,694.3714509,944.0288702,139.1563355,456.4091885,-1167.610735 +411200,695.9620308,940.4156823,138.202534,456.5229817,-1169.209726 +411201,697.7079688,936.812677,137.2043419,456.6151685,-1170.931267 +411202,699.6116958,933.2113591,136.1627341,456.6840079,-1172.76488 +411203,701.6517323,929.6185454,135.0794055,456.7292971,-1174.70033 +411204,703.7992459,926.0325316,133.9536433,456.7486551,-1176.839848 +411205,706.0380567,922.4566527,132.7894587,456.7452747,-1178.951645 +411206,708.3509435,918.8884788,131.5866106,456.7178827,-1181.141038 +411207,710.7268986,915.3289315,130.3460621,456.6667639,-1183.403732 +411208,713.1582515,911.7807703,129.0694069,456.5929677,-1185.734138 +411209,715.6393465,908.2469581,127.7580616,456.4975218,-1188.126778 +411210,718.1653195,904.7302167,126.4133356,456.3813266,-1190.576511 +411211,720.732248,901.2328755,125.0362505,456.2450891,-1193.07898 +411212,723.3136828,897.7622958,123.6378044,456.0938872,-1195.630251 +411213,725.8920035,894.3239673,122.2245737,455.9311468,-1198.226991 +411214,728.4616033,890.9204883,120.7979596,455.7578284,-1200.866104 +411215,731.0234351,887.5527486,119.3567674,455.5735108,-1203.544996 +411216,733.5797512,884.2212146,117.8994824,455.3774972,-1206.261218 +411217,736.1324737,880.9264211,116.4248596,455.1692255,-1209.012753 +411218,738.6843778,877.6708191,114.9333158,454.9496147,-1211.79623 +411219,741.2322736,874.452094,113.4222304,454.7161996,-1214.61279 +411220,743.7775284,871.2759832,111.8923738,454.4700506,-1217.459624 +411221,746.319376,868.1675098,110.3433549,454.2109898,-1220.33574 +411222,748.8449329,865.1406832,108.7742651,453.9385688,-1223.241202 +411223,751.3550075,862.1930881,107.1842145,453.7259806,-1226.176136 +411224,753.8524615,859.3112837,105.5724206,453.5688092,-1229.140585 +411225,756.3384946,856.4799304,103.9383857,453.4444425,-1232.134414 +411226,758.8146744,853.6883474,102.2832351,453.3400707,-1235.155501 +411227,761.2785924,850.9265076,100.606141,453.2507109,-1238.204366 +411228,763.7316608,848.1907794,98.9087516,453.1788226,-1241.278407 +411229,766.1738313,845.4780678,97.19180888,453.1268746,-1244.376288 +411230,768.604924,842.7861834,95.45607578,453.096604,-1247.49667 +411231,771.0247175,840.1133635,93.70211342,453.0888061,-1250.638557 +411232,773.4570043,837.1752627,91.40964,452.9047242,-1253.804483 +411233,775.9174102,834.098064,88.82887571,452.6444586,-1256.968781 +411234,778.4007981,831.0509037,86.23746689,452.4237293,-1260.126701 +411235,780.8941455,828.1116014,83.75502537,452.2912348,-1263.284189 +411236,783.3818188,825.2791857,81.38850633,452.2440812,-1266.451562 +411237,785.8526896,822.5236354,79.10649935,452.2622679,-1269.6371 +411238,788.3008201,819.8165819,76.87838509,452.3278049,-1272.845099 +411239,790.7241631,817.1403775,74.68392363,452.4295709,-1276.077096 +411240,793.1225977,814.4864801,72.51143241,452.5619326,-1279.33272 +411241,798.3762546,813.1601847,73.23333315,454.0310561,-1277.375323 +411242,803.3380818,812.4677061,73.96358711,455.9257106,-1275.112138 +411243,808.0973029,812.0102047,74.66402718,457.9861943,-1272.766201 +411244,812.735241,811.3910609,75.2903172,459.953364,-1270.546979 +411245,817.2943153,810.477433,75.82711966,461.7382817,-1268.531362 +411246,821.7931021,809.3121262,76.28099896,463.3645792,-1266.713581 +411247,826.2389262,807.9865014,76.66515189,464.8876824,-1265.063295 +411248,830.6356543,806.574818,76.99164612,466.3538779,-1263.552143 +411249,834.9862384,805.1208812,77.26953577,467.7918644,-1262.159497 +411250,839.2882817,803.6459132,77.50517851,469.2169815,-1260.870652 +411251,843.5492169,802.1595361,77.70294186,470.6373931,-1259.674688 +411252,847.7660418,800.6664871,77.86609511,472.0578595,-1258.562566 +411253,851.9442796,799.1697521,77.99699134,473.4815818,-1257.526887 +411254,856.0849051,797.6716413,78.09771763,474.9109521,-1256.560924 +411255,860.1875678,796.1736108,78.16964052,476.3474935,-1255.659384 +411256,864.2523402,794.6769162,78.21423007,477.7924334,-1254.817172 +411257,868.2796289,793.1823136,78.23251289,479.2465203,-1254.030213 +411258,872.2698298,791.6903704,78.2255687,480.7102867,-1253.29464 +411259,876.2234757,790.2014292,78.19416116,482.1840271,-1252.60736 +411260,880.133977,788.71586,78.13919912,483.6680022,-1251.965295 +411261,884.0113006,787.2339005,78.06131078,485.1623239,-1251.366035 +411262,887.8492953,785.7557934,77.96125607,486.6670748,-1250.807134 +411263,891.6557971,784.2816494,77.83949785,488.1822027,-1250.286798 +411264,895.4231429,782.8116575,77.69669587,489.7076938,-1249.803059 +411265,899.158168,781.3459384,77.53327319,491.2434585,-1249.354471 +411266,902.8533824,779.8847057,77.34985066,492.7894616,-1248.93939 +411267,906.5154692,778.4280947,77.14681832,494.3455919,-1248.556649 +411268,910.1372757,776.9763271,76.9247702,495.9117936,-1248.204843 +411269,913.7256024,775.5295343,76.68406674,497.4879296,-1247.883023 +411270,917.2732849,774.0879285,76.42527254,499.0739165,-1247.589981 +411271,920.7830341,772.6516628,76.14874961,500.6696154,-1247.324899 +411272,924.3176546,771.2201287,75.85419252,502.2858615,-1247.087183 +411273,927.9097848,769.7916721,75.54045091,503.9281626,-1246.87744 +411274,931.5603943,768.3644389,75.20640227,505.5957531,-1246.696409 +411275,935.2565547,766.9371087,74.85108984,507.2853083,-1246.544882 +411276,938.9846973,765.5093138,74.47431992,508.9938344,-1246.422703 +411277,942.7343377,764.0812723,74.07612714,510.719414,-1246.329548 +411278,946.4986386,762.653599,73.65700958,512.4611546,-1246.264447 +411279,950.272759,761.2269084,73.21737102,514.2186641,-1246.226632 +411280,954.0532044,759.8018172,72.75782029,515.9918412,-1246.215021 +411281,957.8374175,758.378782,72.27876461,517.7806254,-1246.228861 +411282,961.6232199,756.9582231,71.78077348,519.5850283,-1246.267135 +411283,965.4089285,755.5404213,71.26418305,521.4050208,-1246.329212 +411284,969.1930385,754.1256587,70.7294967,523.2406255,-1246.414186 +411285,972.974514,752.7141071,70.17698786,525.0918147,-1246.521533 +411286,976.7522595,751.3059643,69.60710557,526.9586076,-1246.650449 +411287,980.5256008,749.9013323,69.02007776,528.8409657,-1246.800491 +411288,984.2940451,748.5003483,68.41629459,530.7388879,-1246.970965 +411289,988.0571306,747.1030634,67.79594123,532.652314,-1247.16151 +411290,991.8141842,745.7095902,67.15939325,534.5812362,-1247.371467 +411291,995.5647589,744.1852885,66.5067541,536.5255255,-1247.600607 +411292,999.3126536,742.814593,65.84066041,538.4876485,-1247.845382 +411293,1003.053634,741.4520278,65.15883553,540.4648173,-1248.108631 +411294,1006.786204,740.0900582,64.46087555,542.4561652,-1248.390738 +411295,1010.510664,738.7267655,63.7470746,544.4618201,-1248.691277 +411296,1014.227516,737.3632204,62.91365264,546.4821042,-1249.009356 +411297,1017.936878,736.0021951,62.17178331,548.516555,-1249.348749 +411298,1021.64024,734.6444813,61.41908136,550.5669012,-1249.701343 +411299,1025.334385,733.2886188,60.649446,552.6267275,-1250.073987 +411300,1029.022588,731.9367371,59.86696103,554.7040837,-1250.458416 +411301,1034.262453,731.2968862,60.62787652,557.5002994,-1248.024798 +411302,1035.647698,727.9011235,58.45909316,558.0771409,-1250.25376 +411303,1035.417346,723.5520192,55.07965182,557.8364609,-1254.618776 +411304,1035.705982,719.8970014,52.07042387,558.0740685,-1258.70455 +411305,1037.226052,717.3935985,49.94223389,559.1757746,-1261.640535 +411306,1039.812853,715.7821267,48.57563587,560.9766062,-1263.494147 +411307,1043.075722,714.6528217,47.69954124,563.1868293,-1264.589549 +411308,1046.706418,713.7119871,47.10411714,565.5912785,-1265.19599 +411309,1050.531246,712.8155306,46.67071525,568.0775913,-1265.473473 +411310,1054.468364,711.9149969,46.34048669,570.6007123,-1265.507198 +411311,1058.479997,711.0029858,46.08246537,573.1461244,-1265.346831 +411312,1062.545381,710.0830312,45.8770751,575.7093023,-1265.027042 +411313,1066.649544,709.1581444,45.70920999,578.2874957,-1264.576366 +411314,1070.780815,708.2297634,45.56719585,580.8784513,-1264.018373 +411315,1074.930164,707.2984045,45.44188055,583.4803239,-1263.372872 +411316,1079.091106,706.3649352,45.32677615,586.0921734,-1262.655559 +411317,1083.258674,705.4301934,45.21692538,588.7134536,-1261.879532 +411318,1087.429415,704.4951328,45.10882401,591.343973,-1261.055282 +411319,1091.600939,703.5607666,44.99988177,593.9837949,-1260.191504 +411320,1095.771374,702.6278165,44.88819967,596.6329068,-1259.295333 +411321,1099.939325,701.6968512,44.7722709,599.2912975,-1258.372873 +411322,1104.103394,700.7683209,44.65108043,601.9589321,-1257.429031 +411323,1108.262665,699.8425074,44.52374093,604.635704,-1256.468134 +411324,1112.416315,698.9196509,44.38970848,607.3214972,-1255.493611 +411325,1116.563442,697.9998779,44.24845534,610.0161355,-1254.508551 +411326,1120.703421,697.0833123,44.09970775,612.7194424,-1253.515356 +411327,1124.835577,696.1699927,43.94314427,615.4311907,-1252.516253 +411328,1128.95938,695.2599636,43.77863691,618.1511511,-1251.512934 +411329,1133.074484,694.3532096,43.60598042,620.8790576,-1250.507022 +411330,1137.180385,693.4497369,43.42513603,623.614651,-1249.499699 +411331,1141.276657,692.5494967,43.23596292,626.3576373,-1248.492164 +411332,1145.285027,691.6453058,43.02449736,629.0691189,-1247.484438 +411333,1149.160244,690.736662,42.78562671,631.7309654,-1246.473599 +411334,1152.89513,689.8241758,42.51989094,634.343368,-1245.459393 +411335,1156.507642,688.9140026,42.23354283,636.9181266,-1244.438744 +411336,1160.017227,688.0096151,41.93145711,639.4654386,-1243.410754 +411337,1163.439131,687.1125254,41.61676801,641.9919819,-1242.375793 +411338,1166.783697,686.2228759,41.29138332,644.5013539,-1241.334686 +411339,1170.057484,685.3401112,40.95626445,646.9952782,-1240.288771 +411340,1173.26517,684.4635663,40.6121084,649.4746081,-1239.239202 +411341,1176.410332,683.5926082,40.25928145,651.9397747,-1238.187286 +411342,1179.495871,682.7267635,39.89817933,654.3910224,-1237.133999 +411343,1182.523894,681.8656205,39.52898621,656.8284298,-1236.08043 +411344,1185.49611,681.0088854,39.15197118,659.2519859,-1235.027342 +411345,1188.41397,680.1562992,38.76723847,661.6615849,-1233.975608 +411346,1191.279944,679.3088006,38.37576511,664.0579167,-1232.924807 +411347,1194.092407,678.4640298,37.97615575,666.4391404,-1231.877517 +411348,1196.853382,677.6229024,37.56928047,668.805798,-1230.833272 +411349,1199.563371,676.785296,37.15516173,671.1576197,-1229.792673 +411350,1202.222866,675.951168,36.73398065,673.4943621,-1228.756005 +411351,1204.832209,675.120435,36.30577141,675.8157407,-1227.723736 +411352,1207.391757,674.2930605,35.8707062,678.1214822,-1226.696063 +411353,1209.901799,673.4689715,35.42880982,680.411281,-1225.673383 +411354,1212.362579,672.6481395,34.98024477,682.6848469,-1224.655833 +411355,1214.774221,671.8305067,34.52503186,684.9418679,-1223.64375 +411356,1217.136851,671.0160531,34.06332714,687.1820456,-1222.637225 +411357,1219.450336,670.2047238,33.59514278,689.4050603,-1221.636557 +411358,1221.71482,669.3965184,33.12064041,691.6106216,-1220.641787 +411359,1223.930365,668.591389,32.63982869,693.7984098,-1219.653183 +411360,1226.097031,667.7893344,32.15286342,695.9681316,-1218.670758 +411361,1233.036558,669.1821101,36.48171749,700.31127,-1208.927538 +411362,1232.134837,665.0100006,34.89676649,700.0903091,-1208.574333 +411363,1227.870739,658.8363393,30.81009278,698.1192131,-1212.59592 +411364,1224.545508,653.9584268,27.38379443,697.023298,-1216.148993 +411365,1223.60868,651.3163501,25.66201474,697.5955236,-1217.468913 +411366,1224.742777,650.4256021,25.42746769,699.5124467,-1216.672545 +411367,1227.171452,650.472169,26.15998922,702.1941704,-1214.396292 +411368,1230.280548,650.8853829,27.43760526,705.2090715,-1211.171135 +411369,1233.724517,651.3709287,29.03468082,708.3321915,-1207.31151 +411370,1237.341809,651.8424113,30.82860799,711.4744208,-1202.983555 +411371,1241.059363,652.2765729,32.7685287,714.6081351,-1198.282649 +411372,1244.83704,652.6894767,34.80937083,717.7251277,-1193.275644 +411373,1248.645215,653.0772706,36.92768271,720.8200505,-1188.017846 +411374,1252.463783,653.4541662,39.09436481,723.8906043,-1182.552787 +411375,1256.274749,653.8114588,41.30044031,726.9330471,-1176.918883 +411376,1260.065647,654.159768,43.52650139,729.9456945,-1171.146449 +411377,1263.827634,654.4918635,45.77205382,732.9279062,-1165.26027 +411378,1267.554468,654.818926,48.02309196,735.8797082,-1159.28043 +411379,1271.241871,655.1340417,50.23873526,738.8016052,-1153.223366 +411380,1274.886832,655.4481501,52.47494009,741.6941328,-1147.102623 +411381,1278.486959,655.7535526,54.66546047,744.5577079,-1140.929583 +411382,1282.040918,656.0607639,56.81201377,747.3929191,-1134.713369 +411383,1285.547504,656.3617454,58.94376462,750.2001846,-1128.461819 +411384,1289.005304,656.66607,61.06613013,752.9795489,-1122.181678 +411385,1292.412998,656.9647518,63.18980377,755.730818,-1115.878996 +411386,1295.769366,657.2669176,65.30706394,758.4537538,-1109.558805 +411387,1299.07352,657.5635275,67.42375686,761.1481447,-1103.225497 +411388,1302.324689,657.8638258,69.53178677,763.8138492,-1096.882557 +411389,1305.522336,658.1588607,71.63785131,766.4507276,-1090.533089 +411390,1308.07351,658.2054676,73.47006615,768.7256884,-1084.170177 +411391,1310.256146,658.1328347,75.16695691,770.8061674,-1077.781141 +411392,1312.257094,658.0800872,76.82668283,772.7975624,-1071.357674 +411393,1314.135686,658.1018579,78.53155332,774.7373842,-1064.903557 +411394,1315.894054,658.1939863,80.25905982,776.6277489,-1058.427332 +411395,1317.523357,658.3333005,82.02608194,778.4614778,-1051.937601 +411396,1319.019729,658.4995478,83.7943711,780.2334111,-1045.440312 +411397,1320.385096,658.6806457,85.5833886,781.9420503,-1038.939707 +411398,1321.623922,658.8708444,87.3636135,783.5881244,-1032.438364 +411399,1322.741154,659.0675387,89.1575319,785.1729836,-1025.938542 +411400,1323.741017,659.2694146,90.93998118,786.6979331,-1019.441712 +411401,1324.626904,659.4754768,92.73219733,788.1639553,-1012.949517 +411402,1325.428613,659.6884848,94.54680216,789.5865619,-1006.463498 +411403,1326.13834,659.9055078,96.33874027,790.9603725,-999.9853976 +411404,1326.743554,660.1236126,98.1278698,792.2775972,-993.5163893 +411405,1327.239011,660.3417182,99.91749492,793.5348302,-987.0569886 +411406,1327.625466,660.559999,101.7033235,794.7322564,-980.6073975 +411407,1327.906186,660.7790284,103.4820827,795.8714683,-974.1679291 +411408,1328.084374,660.9993074,105.2529131,796.954102,-967.7387459 +411409,1328.1624,661.2210684,107.0161139,797.981342,-961.3202453 +411410,1328.140988,661.4432528,108.7715696,798.9531358,-954.9136923 +411411,1328.024112,661.6679592,110.5212019,799.8716604,-948.5176507 +411412,1327.812032,661.8940994,112.2647008,800.7365879,-942.1332719 +411413,1327.50089,662.1186039,113.9982234,801.5464618,-935.7642423 +411414,1327.093704,662.3427138,115.7239447,802.302366,-929.4092112 +411415,1326.59415,662.5681836,117.4440831,803.0056871,-923.0669757 +411416,1326.004499,662.7958065,119.1597086,803.6572426,-916.7369717 +411417,1325.325932,663.0254965,120.870912,804.2573418,-910.419547 +411418,1324.555164,663.2569433,122.6808595,804.8061524,-904.1149153 +411419,1323.682361,663.4873868,124.3776501,805.3019757,-897.825729 +411420,1322.708523,663.7194967,126.0683216,805.747177,-891.5496833 +411421,1783.480625,1260.410169,768.069203,1181.267776,1788.632787 +411422,1822.380075,1279.902613,785.0706774,1204.565242,1807.831625 +411423,1868.458576,1295.432287,804.5749642,1229.459393,1822.463956 +411424,1908.080687,1304.344605,821.3877846,1249.16046,1830.539373 +411425,1940.253535,1310.624931,835.3837753,1264.525812,1835.938898 +411426,1965.148266,1315.078098,846.7511236,1275.999083,1839.582764 +411427,1984.022369,1317.934968,855.9490642,1284.300709,1841.524233 +411428,1998.15968,1319.376608,863.2761946,1290.127574,1842.053902 +411429,2008.67889,1319.761935,868.4833683,1294.137128,1841.338905 +411430,2016.604987,1319.484702,873.1672003,1296.865077,1839.89904 +411431,2022.274279,1318.808942,876.9664503,1298.762989,1838.02917 +411432,2026.284196,1317.9042,880.0891431,1299.883688,1835.936917 +411433,2028.98576,1316.869456,882.5625901,1300.491712,1833.259237 +411434,2030.653108,1315.883899,884.6755732,1300.712639,1830.149555 +411435,2031.494255,1314.731918,886.325425,1300.633334,1826.838523 +411436,2031.672719,1313.554264,887.6690808,1300.318058,1823.494403 +411437,2031.311512,1312.360931,888.8497333,1299.81053,1820.208736 +411438,2030.50257,1311.151836,889.7311312,1299.139825,1817.025044 +411439,2029.321144,1309.927717,890.4350459,1298.329958,1813.969158 +411440,2027.826461,1308.687925,890.9868261,1297.399116,1811.055905 +411441,2026.065077,1307.431061,891.4104284,1296.360979,1808.292955 +411442,2024.076038,1306.157927,891.7226912,1295.227736,1805.685046 +411443,2021.892008,1304.870492,891.941705,1294.010077,1803.233924 +411444,2019.538504,1303.569464,892.0783219,1292.716006,1800.936895 +411445,2017.036122,1302.255195,892.1450237,1291.351949,1798.788577 +411446,2014.405796,1300.932074,892.1503806,1289.926349,1796.786078 +411447,2011.662225,1299.600976,892.1038916,1288.44434,1795.022631 +411448,2008.111575,1298.222647,891.990691,1286.384797,1793.299017 +411449,2004.070809,1296.84753,891.8402425,1283.98579,1791.737463 +411450,1999.937559,1295.518556,891.6745632,1281.551942,1790.346234 +411451,1995.904539,1294.241388,891.5031518,1279.228054,1789.111005 +411452,1992.009616,1293.009787,891.3248027,1277.032283,1788.005841 +411453,1988.223224,1291.801322,891.1375881,1274.92994,1787.007326 +411454,1984.505202,1290.606003,890.9389681,1272.881218,1786.09543 +411455,1980.827712,1289.409795,890.7235171,1270.85953,1785.256541 +411456,1977.164813,1288.215041,890.4938302,1268.850298,1784.481399 +411457,1973.493464,1287.016232,890.2502316,1266.846167,1783.76358 +411458,1969.803053,1285.820467,889.992372,1264.843412,1783.098548 +411459,1966.091939,1284.509037,889.7228561,1262.839885,1782.482735 +411460,1962.364715,1283.329267,889.4456452,1260.836038,1781.915599 +411461,1958.621743,1282.154988,889.1573789,1258.828966,1781.391625 +411462,1954.865068,1280.988445,888.8617787,1256.817605,1780.907436 +411463,1951.097163,1279.823775,888.5594646,1254.801807,1780.460562 +411464,1947.32046,1278.667412,888.2497427,1252.781809,1780.048834 +411465,1943.671812,1277.515146,887.9345533,1250.757979,1779.67015 +411466,1939.878186,1276.370476,887.6146635,1248.72866,1779.31957 +411467,1936.080457,1275.231424,887.2884821,1246.696442,1778.997949 +411468,1932.283077,1274.104622,886.959812,1244.662527,1778.704322 +411469,1928.489092,1272.98538,886.6289665,1242.627872,1778.437568 +411470,1924.698459,1271.877369,886.2938986,1240.591651,1778.194328 +411471,1917.412472,1270.831196,885.9821456,1235.746971,1778.031134 +411472,1908.176025,1269.973688,885.7524866,1229.344476,1778.073107 +411473,1898.762191,1269.356026,885.6320298,1222.963454,1778.385133 +411474,1890.325675,1268.938154,885.6095886,1217.334888,1778.932617 +411475,1882.838068,1268.617542,885.6461689,1212.525107,1779.626286 +411476,1875.837053,1267.881983,885.4955407,1208.032387,1780.393762 +411477,1869.256638,1266.888918,885.2251987,1203.807401,1781.200122 +411478,1863.118413,1265.884438,884.9410309,1199.902421,1782.023406 +411479,1857.401661,1264.976965,884.6896974,1196.319145,1782.8377 +411480,1852.047041,1264.165476,884.4730703,1193.010299,1783.617019 +411481,0,0,0,0,0 +411482,0,0,0,0,0 +411483,0,0,0,0,0 +411484,0,0,0,0,0 +411485,0,0,0,0,0 +411486,0,0,0,0,0 +411487,0,0,0,0,0 +411488,0,0,0,0,0 +411489,0,0,0,0,0 +411490,0,0,0,0,0 +411491,0,0,0,0,0 +411492,0,0,0,0,0 +411493,0,0,0,0,0 +411494,0,0,0,0,0 +411495,0,0,0,0,0 +411496,0,0,0,0,0 +411497,0,0,0,0,0 +411498,0,0,0,0,0 +411499,0,0,0,0,0 +411500,0,0,0,0,0 +411501,0,0,0,0,0 +411502,0,0,0,0,0 +411503,0,0,0,0,0 +411504,0,0,0,0,0 +411505,0,0,0,0,0 +411506,0,0,0,0,0 +411507,0,0,0,0,0 +411508,0,0,0,0,0 +411509,0,0,0,0,0 +411510,0,0,0,0,0 +411511,0,0,0,0,0 +411512,0,0,0,0,0 +411513,0,0,0,0,0 +411514,0,0,0,0,0 +411515,0,0,0,0,0 +411516,0,0,0,0,0 +411517,0,0,0,0,0 +411518,0,0,0,0,0 +411519,0,0,0,0,0 +411520,0,0,0,0,0 +411521,0,0,0,0,0 +411522,0,0,0,0,0 +411523,0,0,0,0,0 +411524,0,0,0,0,0 +411525,0,0,0,0,0 +411526,0,0,0,0,0 +411527,0,0,0,0,0 +411528,0,0,0,0,0 +411529,0,0,0,0,0 +411530,0,0,0,0,0 +411531,0,0,0,0,0 +411532,0,0,0,0,0 +411533,0,0,0,0,0 +411534,0,0,0,0,0 +411535,0,0,0,0,0 +411536,0,0,0,0,0 +411537,0,0,0,0,0 +411538,0,0,0,0,0 +411539,0,0,0,0,0 +411540,0,0,0,0,0 +411541,0,0,0,0,0 +411542,0,0,0,0,0 +411543,0,0,0,0,0 +411544,0,0,0,0,0 +411545,0,0,0,0,0 +411546,0,0,0,0,0 +411547,0,0,0,0,0 +411548,0,0,0,0,0 +411549,0,0,0,0,0 +411550,0,0,0,0,0 +411551,0,0,0,0,0 +411552,0,0,0,0,0 +411553,0,0,0,0,0 +411554,0,0,0,0,0 +411555,0,0,0,0,0 +411556,0,0,0,0,0 +411557,0,0,0,0,0 +411558,0,0,0,0,0 +411559,0,0,0,0,0 +411560,0,0,0,0,0 +411561,0,0,0,0,0 +411562,0,0,0,0,0 +411563,0,0,0,0,0 +411564,0,0,0,0,0 +411565,0,0,0,0,0 +411566,0,0,0,0,0 +411567,0,0,0,0,0 +411568,0,0,0,0,0 +411569,0,0,0,0,0 +411570,0,0,0,0,0 +411571,0,0,0,0,0 +411572,0,0,0,0,0 +411573,0,0,0,0,0 +411574,0,0,0,0,0 +411575,0,0,0,0,0 +411576,0,0,0,0,0 +411577,0,0,0,0,0 +411578,0,0,0,0,0 +411579,0,0,0,0,0 +411580,0,0,0,0,0 +411581,0,0,0,0,0 +411582,0,0,0,0,0 +411583,0,0,0,0,0 +411584,0,0,0,0,0 +411585,0,0,0,0,0 +411586,0,0,0,0,0 +411587,0,0,0,0,0 +411588,0,0,0,0,0 +411589,0,0,0,0,0 +411590,0,0,0,0,0 +411591,0,0,0,0,0 +411592,0,0,0,0,0 +411593,0,0,0,0,0 +411594,0,0,0,0,0 +411595,0,0,0,0,0 +411596,0,0,0,0,0 +411597,0,0,0,0,0 +411598,0,0,0,0,0 +411599,0,0,0,0,0 +411600,0,0,0,0,0 +411601,0,0,0,0,0 +411602,0,0,0,0,0 +411603,0,0,0,0,0 +411604,0,0,0,0,0 +411605,0,0,0,0,0 +411606,0,0,0,0,0 +411607,0,0,0,0,0 +411608,0,0,0,0,0 +411609,0,0,0,0,0 +411610,0,0,0,0,0 +411611,0,0,0,0,0 +411612,0,0,0,0,0 +411613,0,0,0,0,0 +411614,0,0,0,0,0 +411615,0,0,0,0,0 +411616,0,0,0,0,0 +411617,0,0,0,0,0 +411618,0,0,0,0,0 +411619,0,0,0,0,0 +411620,0,0,0,0,0 +411621,0,0,0,0,0 +411622,0,0,0,0,0 +411623,0,0,0,0,0 +411624,0,0,0,0,0 +411625,0,0,0,0,0 +411626,0,0,0,0,0 +411627,0,0,0,0,0 +411628,0,0,0,0,0 +411629,0,0,0,0,0 +411630,0,0,0,0,0 +411631,0,0,0,0,0 +411632,0,0,0,0,0 +411633,0,0,0,0,0 +411634,0,0,0,0,0 +411635,0,0,0,0,0 +411636,0,0,0,0,0 +411637,0,0,0,0,0 +411638,0,0,0,0,0 +411639,0,0,0,0,0 +411640,0,0,0,0,0 +411641,0,0,0,0,0 +411642,0,0,0,0,0 +411643,0,0,0,0,0 +411644,0,0,0,0,0 +411645,0,0,0,0,0 +411646,0,0,0,0,0 +411647,0,0,0,0,0 +411648,0,0,0,0,0 +411649,0,0,0,0,0 +411650,0,0,0,0,0 +411651,0,0,0,0,0 +411652,0,0,0,0,0 +411653,0,0,0,0,0 +411654,0,0,0,0,0 +411655,0,0,0,0,0 +411656,0,0,0,0,0 +411657,0,0,0,0,0 +411658,0,0,0,0,0 +411659,0,0,0,0,0 +411660,0,0,0,0,0 +411661,0,0,0,0,0 +411662,0,0,0,0,0 +411663,0,0,0,0,0 +411664,0,0,0,0,0 +411665,0,0,0,0,0 +411666,0,0,0,0,0 +411667,0,0,0,0,0 +411668,0,0,0,0,0 +411669,0,0,0,0,0 +411670,0,0,0,0,0 +411671,0,0,0,0,0 +411672,0,0,0,0,0 +411673,0,0,0,0,0 +411674,0,0,0,0,0 +411675,0,0,0,0,0 +411676,0,0,0,0,0 +411677,0,0,0,0,0 +411678,0,0,0,0,0 +411679,0,0,0,0,0 +411680,0,0,0,0,0 +411681,0,0,0,0,0 +411682,0,0,0,0,0 +411683,0,0,0,0,0 +411684,0,0,0,0,0 +411685,0,0,0,0,0 +411686,0,0,0,0,0 +411687,0,0,0,0,0 +411688,0,0,0,0,0 +411689,0,0,0,0,0 +411690,0,0,0,0,0 +411691,0,0,0,0,0 +411692,0,0,0,0,0 +411693,0,0,0,0,0 +411694,0,0,0,0,0 +411695,0,0,0,0,0 +411696,0,0,0,0,0 +411697,0,0,0,0,0 +411698,0,0,0,0,0 +411699,0,0,0,0,0 +411700,0,0,0,0,0 +411701,0,0,0,0,0 +411702,0,0,0,0,0 +411703,0,0,0,0,0 +411704,0,0,0,0,0 +411705,0,0,0,0,0 +411706,0,0,0,0,0 +411707,0,0,0,0,0 +411708,0,0,0,0,0 +411709,0,0,0,0,0 +411710,0,0,0,0,0 +411711,0,0,0,0,0 +411712,0,0,0,0,0 +411713,0,0,0,0,0 +411714,0,0,0,0,0 +411715,0,0,0,0,0 +411716,0,0,0,0,0 +411717,0,0,0,0,0 +411718,0,0,0,0,0 +411719,0,0,0,0,0 +411720,0,0,0,0,0 +411721,0,0,0,0,0 +411722,0,0,0,0,0 +411723,0,0,0,0,0 +411724,0,0,0,0,0 +411725,0,0,0,0,0 +411726,0,0,0,0,0 +411727,0,0,0,0,0 +411728,0,0,0,0,0 +411729,0,0,0,0,0 +411730,0,0,0,0,0 +411731,0,0,0,0,0 +411732,0,0,0,0,0 +411733,0,0,0,0,0 +411734,0,0,0,0,0 +411735,0,0,0,0,0 +411736,0,0,0,0,0 +411737,0,0,0,0,0 +411738,0,0,0,0,0 +411739,0,0,0,0,0 +411740,0,0,0,0,0 +411741,0,0,0,0,0 +411742,0,0,0,0,0 +411743,0,0,0,0,0 +411744,0,0,0,0,0 +411745,0,0,0,0,0 +411746,0,0,0,0,0 +411747,0,0,0,0,0 +411748,0,0,0,0,0 +411749,0,0,0,0,0 +411750,0,0,0,0,0 +411751,0,0,0,0,0 +411752,0,0,0,0,0 +411753,0,0,0,0,0 +411754,0,0,0,0,0 +411755,0,0,0,0,0 +411756,0,0,0,0,0 +411757,0,0,0,0,0 +411758,0,0,0,0,0 +411759,0,0,0,0,0 +411760,0,0,0,0,0 +411761,0,0,0,0,0 +411762,0,0,0,0,0 +411763,0,0,0,0,0 +411764,0,0,0,0,0 +411765,0,0,0,0,0 +411766,0,0,0,0,0 +411767,0,0,0,0,0 +411768,0,0,0,0,0 +411769,0,0,0,0,0 +411770,0,0,0,0,0 +411771,0,0,0,0,0 +411772,0,0,0,0,0 +411773,0,0,0,0,0 +411774,0,0,0,0,0 +411775,0,0,0,0,0 +411776,0,0,0,0,0 +411777,0,0,0,0,0 +411778,0,0,0,0,0 +411779,0,0,0,0,0 +411780,0,0,0,0,0 +411781,0,0,0,0,0 +411782,0,0,0,0,0 +411783,0,0,0,0,0 +411784,0,0,0,0,0 +411785,0,0,0,0,0 +411786,0,0,0,0,0 +411787,0,0,0,0,0 +411788,0,0,0,0,0 +411789,0,0,0,0,0 +411790,0,0,0,0,0 +411791,0,0,0,0,0 +411792,0,0,0,0,0 +411793,0,0,0,0,0 +411794,0,0,0,0,0 +411795,0,0,0,0,0 +411796,0,0,0,0,0 +411797,0,0,0,0,0 +411798,0,0,0,0,0 +411799,0,0,0,0,0 +411800,0,0,0,0,0 +411801,0,0,0,0,0 +411802,0,0,0,0,0 +411803,0,0,0,0,0 +411804,0,0,0,0,0 +411805,0,0,0,0,0 +411806,0,0,0,0,0 +411807,0,0,0,0,0 +411808,0,0,0,0,0 +411809,0,0,0,0,0 +411810,0,0,0,0,0 +411811,0,0,0,0,0 +411812,0,0,0,0,0 +411813,0,0,0,0,0 +411814,0,0,0,0,0 +411815,0,0,0,0,0 +411816,0,0,0,0,0 +411817,0,0,0,0,0 +411818,0,0,0,0,0 +411819,0,0,0,0,0 +411820,0,0,0,0,0 +411821,0,0,0,0,0 +411822,0,0,0,0,0 +411823,0,0,0,0,0 +411824,0,0,0,0,0 +411825,0,0,0,0,0 +411826,0,0,0,0,0 +411827,0,0,0,0,0 +411828,0,0,0,0,0 +411829,0,0,0,0,0 +411830,0,0,0,0,0 +411831,0,0,0,0,0 +411832,0,0,0,0,0 +411833,0,0,0,0,0 +411834,0,0,0,0,0 +411835,0,0,0,0,0 +411836,0,0,0,0,0 +411837,0,0,0,0,0 +411838,0,0,0,0,0 +411839,0,0,0,0,0 +411840,0,0,0,0,0 +411841,0,0,0,0,0 +411842,0,0,0,0,0 +411843,0,0,0,0,0 +411844,0,0,0,0,0 +411845,0,0,0,0,0 +411846,0,0,0,0,0 +411847,0,0,0,0,0 +411848,0,0,0,0,0 +411849,0,0,0,0,0 +411850,0,0,0,0,0 +411851,0,0,0,0,0 +411852,0,0,0,0,0 +411853,0,0,0,0,0 +411854,0,0,0,0,0 +411855,0,0,0,0,0 +411856,0,0,0,0,0 +411857,0,0,0,0,0 +411858,0,0,0,0,0 +411859,0,0,0,0,0 +411860,0,0,0,0,0 +411861,0,0,0,0,0 +411862,0,0,0,0,0 +411863,0,0,0,0,0 +411864,0,0,0,0,0 +411865,0,0,0,0,0 +411866,0,0,0,0,0 +411867,0,0,0,0,0 +411868,0,0,0,0,0 +411869,0,0,0,0,0 +411870,0,0,0,0,0 +411871,0,0,0,0,0 +411872,0,0,0,0,0 +411873,0,0,0,0,0 +411874,0,0,0,0,0 +411875,0,0,0,0,0 +411876,0,0,0,0,0 +411877,0,0,0,0,0 +411878,0,0,0,0,0 +411879,0,0,0,0,0 +411880,0,0,0,0,0 +411881,0,0,0,0,0 +411882,0,0,0,0,0 +411883,0,0,0,0,0 +411884,0,0,0,0,0 +411885,0,0,0,0,0 +411886,0,0,0,0,0 +411887,0,0,0,0,0 +411888,0,0,0,0,0 +411889,0,0,0,0,0 +411890,0,0,0,0,0 +411891,0,0,0,0,0 +411892,0,0,0,0,0 +411893,0,0,0,0,0 +411894,0,0,0,0,0 +411895,0,0,0,0,0 +411896,0,0,0,0,0 +411897,0,0,0,0,0 +411898,0,0,0,0,0 +411899,0,0,0,0,0 +411900,0,0,0,0,0 +411901,0,0,0,0,0 +411902,0,0,0,0,0 +411903,0,0,0,0,0 +411904,0,0,0,0,0 +411905,0,0,0,0,0 +411906,0,0,0,0,0 +411907,0,0,0,0,0 +411908,0,0,0,0,0 +411909,0,0,0,0,0 +411910,0,0,0,0,0 +411911,0,0,0,0,0 +411912,0,0,0,0,0 +411913,0,0,0,0,0 +411914,0,0,0,0,0 +411915,0,0,0,0,0 +411916,0,0,0,0,0 +411917,0,0,0,0,0 +411918,0,0,0,0,0 +411919,0,0,0,0,0 +411920,0,0,0,0,0 +411921,0,0,0,0,0 +411922,0,0,0,0,0 +411923,0,0,0,0,0 +411924,0,0,0,0,0 +411925,0,0,0,0,0 +411926,0,0,0,0,0 +411927,0,0,0,0,0 +411928,0,0,0,0,0 +411929,0,0,0,0,0 +411930,0,0,0,0,0 +411931,0,0,0,0,0 +411932,0,0,0,0,0 +411933,0,0,0,0,0 +411934,0,0,0,0,0 +411935,0,0,0,0,0 +411936,0,0,0,0,0 +411937,0,0,0,0,0 +411938,0,0,0,0,0 +411939,0,0,0,0,0 +411940,0,0,0,0,0 +411941,0,0,0,0,0 +411942,0,0,0,0,0 +411943,0,0,0,0,0 +411944,0,0,0,0,0 +411945,0,0,0,0,0 +411946,0,0,0,0,0 +411947,0,0,0,0,0 +411948,0,0,0,0,0 +411949,0,0,0,0,0 +411950,0,0,0,0,0 +411951,0,0,0,0,0 +411952,0,0,0,0,0 +411953,0,0,0,0,0 +411954,0,0,0,0,0 +411955,0,0,0,0,0 +411956,0,0,0,0,0 +411957,0,0,0,0,0 +411958,0,0,0,0,0 +411959,0,0,0,0,0 +411960,0,0,0,0,0 +411961,0,0,0,0,0 +411962,0,0,0,0,0 +411963,0,0,0,0,0 +411964,0,0,0,0,0 +411965,0,0,0,0,0 +411966,0,0,0,0,0 +411967,0,0,0,0,0 +411968,0,0,0,0,0 +411969,0,0,0,0,0 +411970,0,0,0,0,0 +411971,0,0,0,0,0 +411972,0,0,0,0,0 +411973,0,0,0,0,0 +411974,0,0,0,0,0 +411975,0,0,0,0,0 +411976,0,0,0,0,0 +411977,0,0,0,0,0 +411978,0,0,0,0,0 +411979,0,0,0,0,0 +411980,0,0,0,0,0 +411981,0,0,0,0,0 +411982,0,0,0,0,0 +411983,0,0,0,0,0 +411984,0,0,0,0,0 +411985,0,0,0,0,0 +411986,0,0,0,0,0 +411987,0,0,0,0,0 +411988,0,0,0,0,0 +411989,0,0,0,0,0 +411990,0,0,0,0,0 +411991,0,0,0,0,0 +411992,0,0,0,0,0 +411993,0,0,0,0,0 +411994,0,0,0,0,0 +411995,0,0,0,0,0 +411996,0,0,0,0,0 +411997,0,0,0,0,0 +411998,0,0,0,0,0 +411999,0,0,0,0,0 +412000,0,0,0,0,0 +412001,0,0,0,0,0 +412002,0,0,0,0,0 +412003,0,0,0,0,0 +412004,0,0,0,0,0 +412005,0,0,0,0,0 +412006,0,0,0,0,0 +412007,0,0,0,0,0 +412008,0,0,0,0,0 +412009,0,0,0,0,0 +412010,0,0,0,0,0 +412011,0,0,0,0,0 +412012,0,0,0,0,0 +412013,0,0,0,0,0 +412014,0,0,0,0,0 +412015,0,0,0,0,0 +412016,0,0,0,0,0 +412017,0,0,0,0,0 +412018,0,0,0,0,0 +412019,0,0,0,0,0 +412020,0,0,0,0,0 +412021,0,0,0,0,0 +412022,0,0,0,0,0 +412023,0,0,0,0,0 +412024,0,0,0,0,0 +412025,0,0,0,0,0 +412026,0,0,0,0,0 +412027,0,0,0,0,0 +412028,0,0,0,0,0 +412029,0,0,0,0,0 +412030,0,0,0,0,0 +412031,0,0,0,0,0 +412032,0,0,0,0,0 +412033,0,0,0,0,0 +412034,0,0,0,0,0 +412035,0,0,0,0,0 +412036,0,0,0,0,0 +412037,0,0,0,0,0 +412038,0,0,0,0,0 +412039,0,0,0,0,0 +412040,0,0,0,0,0 +412041,0,0,0,0,0 +412042,0,0,0,0,0 +412043,0,0,0,0,0 +412044,0,0,0,0,0 +412045,0,0,0,0,0 +412046,0,0,0,0,0 +412047,0,0,0,0,0 +412048,0,0,0,0,0 +412049,0,0,0,0,0 +412050,0,0,0,0,0 +412051,0,0,0,0,0 +412052,0,0,0,0,0 +412053,0,0,0,0,0 +412054,0,0,0,0,0 +412055,0,0,0,0,0 +412056,0,0,0,0,0 +412057,0,0,0,0,0 +412058,0,0,0,0,0 +412059,0,0,0,0,0 +412060,0,0,0,0,0 +412061,0,0,0,0,0 +412062,0,0,0,0,0 +412063,0,0,0,0,0 +412064,0,0,0,0,0 +412065,0,0,0,0,0 +412066,0,0,0,0,0 +412067,0,0,0,0,0 +412068,0,0,0,0,0 +412069,0,0,0,0,0 +412070,0,0,0,0,0 +412071,0,0,0,0,0 +412072,0,0,0,0,0 +412073,0,0,0,0,0 +412074,0,0,0,0,0 +412075,0,0,0,0,0 +412076,0,0,0,0,0 +412077,0,0,0,0,0 +412078,0,0,0,0,0 +412079,0,0,0,0,0 +412080,0,0,0,0,0 +412081,0,0,0,0,0 +412082,0,0,0,0,0 +412083,0,0,0,0,0 +412084,0,0,0,0,0 +412085,0,0,0,0,0 +412086,0,0,0,0,0 +412087,0,0,0,0,0 +412088,0,0,0,0,0 +412089,0,0,0,0,0 +412090,0,0,0,0,0 +412091,0,0,0,0,0 +412092,0,0,0,0,0 +412093,0,0,0,0,0 +412094,0,0,0,0,0 +412095,0,0,0,0,0 +412096,0,0,0,0,0 +412097,0,0,0,0,0 +412098,0,0,0,0,0 +412099,0,0,0,0,0 +412100,0,0,0,0,0 +412101,0,0,0,0,0 +412102,0,0,0,0,0 +412103,0,0,0,0,0 +412104,0,0,0,0,0 +412105,0,0,0,0,0 +412106,0,0,0,0,0 +412107,0,0,0,0,0 +412108,0,0,0,0,0 +412109,0,0,0,0,0 +412110,0,0,0,0,0 +412111,0,0,0,0,0 +412112,0,0,0,0,0 +412113,0,0,0,0,0 +412114,0,0,0,0,0 +412115,0,0,0,0,0 +412116,0,0,0,0,0 +412117,0,0,0,0,0 +412118,0,0,0,0,0 +412119,0,0,0,0,0 +412120,0,0,0,0,0 +412121,0,0,0,0,0 +412122,0,0,0,0,0 +412123,0,0,0,0,0 +412124,0,0,0,0,0 +412125,0,0,0,0,0 +412126,0,0,0,0,0 +412127,0,0,0,0,0 +412128,0,0,0,0,0 +412129,0,0,0,0,0 +412130,0,0,0,0,0 +412131,0,0,0,0,0 +412132,0,0,0,0,0 +412133,0,0,0,0,0 +412134,0,0,0,0,0 +412135,0,0,0,0,0 +412136,0,0,0,0,0 +412137,0,0,0,0,0 +412138,0,0,0,0,0 +412139,0,0,0,0,0 +412140,0,0,0,0,0 +412141,0,0,0,0,0 +412142,0,0,0,0,0 +412143,0,0,0,0,0 +412144,0,0,0,0,0 +412145,0,0,0,0,0 +412146,0,0,0,0,0 +412147,0,0,0,0,0 +412148,0,0,0,0,0 +412149,0,0,0,0,0 +412150,0,0,0,0,0 +412151,0,0,0,0,0 +412152,0,0,0,0,0 +412153,0,0,0,0,0 +412154,0,0,0,0,0 +412155,0,0,0,0,0 +412156,0,0,0,0,0 +412157,0,0,0,0,0 +412158,0,0,0,0,0 +412159,0,0,0,0,0 +412160,0,0,0,0,0 +412161,0,0,0,0,0 +412162,0,0,0,0,0 +412163,0,0,0,0,0 +412164,0,0,0,0,0 +412165,0,0,0,0,0 +412166,0,0,0,0,0 +412167,0,0,0,0,0 +412168,0,0,0,0,0 +412169,0,0,0,0,0 +412170,0,0,0,0,0 +412171,0,0,0,0,0 +412172,0,0,0,0,0 +412173,0,0,0,0,0 +412174,0,0,0,0,0 +412175,0,0,0,0,0 +412176,0,0,0,0,0 +412177,0,0,0,0,0 +412178,0,0,0,0,0 +412179,0,0,0,0,0 +412180,0,0,0,0,0 +412181,0,0,0,0,0 +412182,0,0,0,0,0 +412183,0,0,0,0,0 +412184,0,0,0,0,0 +412185,0,0,0,0,0 +412186,0,0,0,0,0 +412187,0,0,0,0,0 +412188,0,0,0,0,0 +412189,0,0,0,0,0 +412190,0,0,0,0,0 +412191,0,0,0,0,0 +412192,0,0,0,0,0 +412193,0,0,0,0,0 +412194,0,0,0,0,0 +412195,0,0,0,0,0 +412196,0,0,0,0,0 +412197,0,0,0,0,0 +412198,0,0,0,0,0 +412199,0,0,0,0,0 +412200,0,0,0,0,0 +412201,0,0,0,0,0 +412202,0,0,0,0,0 +412203,0,0,0,0,0 +412204,0,0,0,0,0 +412205,0,0,0,0,0 +412206,0,0,0,0,0 +412207,0,0,0,0,0 +412208,0,0,0,0,0 +412209,0,0,0,0,0 +412210,0,0,0,0,0 +412211,0,0,0,0,0 +412212,0,0,0,0,0 +412213,0,0,0,0,0 +412214,0,0,0,0,0 +412215,0,0,0,0,0 +412216,0,0,0,0,0 +412217,0,0,0,0,0 +412218,0,0,0,0,0 +412219,0,0,0,0,0 +412220,0,0,0,0,0 +412221,0,0,0,0,0 +412222,0,0,0,0,0 +412223,0,0,0,0,0 +412224,0,0,0,0,0 +412225,0,0,0,0,0 +412226,0,0,0,0,0 +412227,0,0,0,0,0 +412228,0,0,0,0,0 +412229,0,0,0,0,0 +412230,0,0,0,0,0 +412231,0,0,0,0,0 +412232,0,0,0,0,0 +412233,0,0,0,0,0 +412234,0,0,0,0,0 +412235,0,0,0,0,0 +412236,0,0,0,0,0 +412237,0,0,0,0,0 +412238,0,0,0,0,0 +412239,0,0,0,0,0 +412240,0,0,0,0,0 +412241,0,0,0,0,0 +412242,0,0,0,0,0 +412243,0,0,0,0,0 +412244,0,0,0,0,0 +412245,0,0,0,0,0 +412246,0,0,0,0,0 +412247,0,0,0,0,0 +412248,0,0,0,0,0 +412249,0,0,0,0,0 +412250,0,0,0,0,0 +412251,0,0,0,0,0 +412252,0,0,0,0,0 +412253,0,0,0,0,0 +412254,0,0,0,0,0 +412255,0,0,0,0,0 +412256,0,0,0,0,0 +412257,0,0,0,0,0 +412258,0,0,0,0,0 +412259,0,0,0,0,0 +412260,0,0,0,0,0 +412261,0,0,0,0,0 +412262,0,0,0,0,0 +412263,0,0,0,0,0 +412264,0,0,0,0,0 +412265,0,0,0,0,0 +412266,0,0,0,0,0 +412267,0,0,0,0,0 +412268,0,0,0,0,0 +412269,0,0,0,0,0 +412270,0,0,0,0,0 +412271,0,0,0,0,0 +412272,0,0,0,0,0 +412273,0,0,0,0,0 +412274,0,0,0,0,0 +412275,0,0,0,0,0 +412276,0,0,0,0,0 +412277,0,0,0,0,0 +412278,0,225.3719179,0,0,0 +412279,0,125.6548197,0,0,0 +412280,0,173.7136017,0,0,0 +412281,0,194.3720777,0,0,0 +412282,0,212.9290504,0,0,0 +412283,0,230.7296353,0,0,0 +412284,0,249.0579898,0,0,0 +412285,0,267.2894925,0,0,0 +412286,0,284.9851183,0,0,0 +412287,0,303.089195,0,0,0 +412288,0,320.7381493,0,0,0 +412289,0,338.9724128,0,0,0 +412290,0,356.6422366,0,0,0 +412291,0,372.1474311,0,0,0 +412292,0,387.1481987,0,0,0 +412293,0,401.9698733,0,0,0 +412294,0,416.5632441,0,0,0 +412295,0,431.014638,0,0,0 +412296,0,445.2242489,0,0,0 +412297,0,459.3548164,0,0,0 +412298,0,473.3469766,0,0,0 +412299,0,487.1287887,0,0,0 +412300,0,500.8927265,0,0,0 +412301,0,514.4126203,0,0,0 +412302,0,527.903551,0,0,0 +412303,0,541.2854029,0,0,0 +412304,0,554.4756911,0,0,0 +412305,0,567.685701,0,0,0 +412306,0,580.6656015,0,0,0 +412307,0,593.6466628,0,0,0 +412308,0,606.5385841,0,0,0 +412309,0,619.2500784,0,0,0 +412310,0,636.5880032,0,0,0 +412311,0,653.3788999,0,0,0 +412312,0,670.1884708,0,0,0 +412313,0,686.7927086,0,0,0 +412314,0,703.2648202,0,0,0 +412315,0,719.7334605,0,0,0 +412316,0,735.4973934,0,0,0 +412317,0,752.3906458,0,0,0 +412318,0,768.0617817,0,0,0 +412319,0,784.2332809,0,0,0 +412320,0,799.9376982,0,0,0 +412321,0,815.8793018,0,0,0 +412322,0,831.5590195,0,0,0 +412323,0,847.1535488,0,0,0 +412324,0,862.7663816,0,0,0 +412325,0,878.1777285,0,0,0 +412326,0,893.5434459,0,0,0 +412327,0,908.7471757,0,0,0 +412328,0,924.0127084,0,0,0 +412329,0,939.0547708,0,0,0 +412330,0,954.0672621,0,0,0 +412331,0,968.9235319,0,0,0 +412332,0,983.8983058,0,0,0 +412333,0,998.45203,0,0,0 +412334,0,1013.257758,0,0,0 +412335,0,1027.779669,0,0,0 +412336,0,1042.286161,0,0,0 +412337,0,1056.637341,0,0,0 +412338,0,1071.130362,0,0,0 +412339,0,1085.169572,0,0,0 +412340,0,1099.502602,0,0,0 +412341,0,1113.463808,0,0,0 +412342,0,1132.234003,0,0,0 +412343,0,1144.435433,0,0,0 +412344,0,1161.277666,0,0,0 +412345,0,1172.465653,0,0,0 +412346,0,1161.966753,0,0,0 +412347,0,1209.247667,0,0,0 +412348,0,1206.46682,0,0,0 +412349,0,1223.295606,0,0,0 +412350,0,1236.901235,0,0,0 +412351,0,1249.133627,0,0,0 +412352,0,1261.442066,0,0,0 +412353,0,1273.232076,0,0,0 +412354,0,1285.308463,0,0,0 +412355,0,1296.80368,0,0,0 +412356,0,1308.412428,0,0,0 +412357,0,1319.799154,0,0,0 +412358,0,1331.068413,0,0,0 +412359,0,1342.284328,0,0,0 +412360,0,1353.089621,0,0,0 +412361,0,1364.249917,0,0,0 +412362,0,1374.803836,0,0,0 +412363,0,1385.528055,0,0,0 +412364,0,1396.039166,0,0,0 +412365,0,1406.443179,0,0,0 +412366,0,1416.742747,0,0,0 +412367,0,1426.92222,0,0,0 +412368,0,1437.077529,0,0,0 +412369,0,1446.90525,0,0,0 +412370,0,1456.730329,0,0,0 +412371,0,1466.683468,0,0,0 +412372,0,1476.109117,0,0,0 +412373,0,1485.722561,0,0,0 +412374,0,1495.129278,0,0,0 +412375,0,1504.541827,0,0,0 +412376,0,1513.518752,0,0,0 +412377,0,1522.841765,0,0,0 +412378,0,1531.766515,0,0,0 +412379,0,1540.690435,0,0,0 +412380,0,1550.49907,0,0,0 +412381,0,1566.786981,0,0,0 +412382,0,1558.885876,0,0,0 +412383,0,1573.916289,0,0,0 +412384,0,1586.561653,0,0,0 +412385,0,1591.199668,0,0,0 +412386,0,1600.449617,0,0,0 +412387,0,1608.597841,0,0,0 +412388,0,1616.753445,0,0,0 +412389,0,1624.56121,0,0,0 +412390,0,1632.40202,0,0,0 +412391,0,1640.310238,0,0,0 +412392,0,1648.015309,0,0,0 +412393,0,1655.458819,0,0,0 +412394,0,1663.027949,0,0,0 +412395,0,1670.407739,0,0,0 +412396,0,1677.712554,0,0,0 +412397,0,1685.026278,0,0,0 +412398,0,1691.994115,0,0,0 +412399,0,1699.099719,0,0,0 +412400,0,1705.916483,0,0,0 +412401,0,1712.920763,0,0,0 +412402,0,1722.825793,0,0,0 +412403,0,1728.295578,0,0,0 +412404,0,1738.574721,0,0,0 +412405,0,1736.700348,0,0,0 +412406,0,1736.365664,0,0,0 +412407,0,1758.805024,0,0,0 +412408,0,1756.282498,0,0,0 +412409,0,1764.397791,0,0,0 +412410,0,1770.575946,0,0,0 +412411,0,1775.942802,0,0,0 +412412,0,1781.703222,0,0,0 +412413,0,1786.99527,0,0,0 +412414,0,1792.291801,0,0,0 +412415,0,1797.461546,0,0,0 +412416,0,1802.635782,0,0,0 +412417,0,1812.668361,0,0,0 +412418,0,1805.377613,0,0,0 +412419,0,1819.695603,0,0,0 +412420,0,1821.482025,0,0,0 +412421,0,1826.142701,0,0,0 +412422,0,1830.675475,0,0,0 +412423,0,1835.002601,0,0,0 +412424,0,1839.353886,0,0,0 +412425,0,1843.407997,0,0,0 +412426,0,1847.586027,0,0,0 +412427,0,1851.451761,0,0,0 +412428,0,1856.117123,0,0,0 +412429,0,1864.268683,0,0,0 +412430,0,1854.576297,0,0,0 +412431,0,1870.563167,79.38065921,0,0 +412432,0,1869.14219,71.31260765,0,0 +412433,0,1873.311935,72.36536542,0,0 +412434,0,1876.783825,85.33624174,0,0 +412435,0,1879.914182,92.31562172,0,0 +412436,0,1883.16986,99.49239845,0,0 +412437,0,1886.241329,106.4984821,0,0 +412438,87.814721,1893.823216,113.5754772,0,0 +412439,111.9002051,1885.192725,120.1801384,0,0 +412440,95.97822543,1898.209059,127.456479,0,0 +412441,118.1638899,1919.150134,134.3926526,0,0 +412442,128.486988,1868.164971,141.5762108,0,0 +412443,138.9368477,1919.379569,148.3800064,0,0 +412444,149.0720055,1902.033314,155.7594616,0,0 +412445,159.1897899,1910.147711,162.4363973,0,0 +412446,169.0757278,1909.789204,169.4167044,0,0 +412447,179.2327981,1922.444761,176.5636339,0,0 +412448,189.115987,1901.141333,183.1447429,0,0 +412449,198.5706576,1931.952068,190.1277396,0,0 +412450,208.6247997,1908.273783,196.898252,0,0 +412451,218.1265495,1935.223473,203.6709496,0,0 +412452,227.7407877,1913.756232,210.4067939,0,0 +412453,237.2284853,1934.548385,217.1001738,0,0 +412454,246.7974751,1934.892845,223.9377804,0,0 +412455,256.1228422,1906.745515,230.5442047,0,0 +412456,265.256181,1964.786051,237.1991646,0,0 +412457,274.8347145,1919.97353,243.8367213,0,0 +412458,283.8964585,1934.083923,250.714727,36.48646743,0 +412459,293.0916164,1919.905603,256.8802864,40.20055002,0 +412460,302.195299,1967.98684,263.6724915,37.70289196,0 +412461,311.2569102,1901.287342,270.1820244,45.66693546,0 +412462,320.2583383,1976.151059,276.7209017,49.82221127,0 +412463,329.1975623,1902.816962,283.2436461,54.07179059,0 +412464,338.0935624,1977.855264,289.7502973,58.13225629,0 +412465,346.9360352,1904.828445,296.2729959,62.16281255,0 +412466,355.729809,1979.086731,302.701763,66.24744069,0 +412467,364.4785717,1906.288452,309.1858202,70.19763068,0 +412468,373.1558956,1980.233297,315.661849,74.09677417,0 +412469,381.5633201,1909.317053,322.045501,78.08001925,0 +412470,390.6499884,1978.149597,328.4901614,81.91963063,0 +412471,398.7832088,1915.163506,334.6811581,85.60017781,0 +412472,407.1054598,1971.812549,340.7343054,89.44144075,0 +412473,415.3974557,1922.504475,346.8732403,92.88598683,0 +412474,423.5699509,1963.147646,352.8606332,96.58490213,0 +412475,431.689067,1931.708949,359.3102994,100.2650042,0 +412476,439.8450306,1950.922121,364.7147047,103.6034068,0 +412477,447.8800263,1919.005677,370.9868962,107.35947,0 +412478,455.8666027,1974.333012,376.8838773,110.5847629,0 +412479,463.8994006,1903.38053,382.8667297,114.2292065,0 +412480,471.7702444,1976.074018,388.725886,117.5035412,0 +412481,479.730624,1901.127448,394.6632247,121.1242867,0 +412482,487.5217376,1974.0678,400.5847413,124.3103517,0 +412483,495.4081104,1898.657639,406.3474136,127.6561144,0 +412484,503.1216433,1971.563711,412.3439845,131.1039258,0 +412485,510.9373814,1918.681496,418.0746841,134.4333475,0 +412486,518.5758447,1928.97788,423.9401938,137.4919565,0 +412487,526.2814493,1918.758853,429.7405491,140.9764502,0 +412488,533.5448901,1956.913392,435.5798965,144.1264418,0 +412489,541.682588,1901.165039,441.2466914,147.3663247,0 +412490,549.0783887,1930.504381,447.1645965,150.4695192,0 +412491,556.5376397,1936.014529,452.8043393,153.9166572,0 +412492,564.1552384,1910.535247,458.5904089,156.8364641,0 +412493,571.5882102,1905.959366,464.3115296,160.0889176,0 +412494,579.1234185,1930.023817,470.1547984,163.2375303,0 +412495,586.4237525,1901.825666,475.6730211,166.2200409,0 +412496,593.9982465,1930.791949,481.6050123,169.519761,0 +412497,601.1250655,1883.953091,487.0972729,172.4917198,0 +412498,608.6397421,1938.446167,492.8867443,175.6142062,0 +412499,615.8657538,1869.40012,498.4774566,178.6409629,0 +412500,623.0859214,1934.040324,508.0116991,181.7102396,0 +412501,629.2393975,1867.202329,505.7734671,184.3247764,0 +412502,635.2943057,1907.371591,511.8831501,186.9750618,0 +412503,641.5770507,1889.095983,519.7035604,189.6246245,0 +412504,647.577052,1885.219159,522.3228579,192.2619539,0 +412505,653.6573351,1884.761249,527.4497853,194.8846935,0 +412506,659.776901,1879.782285,532.168785,197.4931753,0 +412507,665.833182,1876.48847,536.7730688,200.1228216,0 +412508,671.7577156,1872.618547,541.4023408,202.5422838,0 +412509,677.7794847,1868.782357,546.1074762,205.350627,0 +412510,683.6268339,1884.530621,550.5891318,207.7707505,0 +412511,689.5810517,1832.070516,555.1630741,210.3691863,0 +412512,695.3096043,1870.834793,559.8284311,212.8692611,0 +412513,701.3378493,1849.382879,564.344105,215.4184347,0 +412514,706.931344,1848.171626,568.8204173,218.0447994,0 +412515,712.8107198,1843.880916,573.485553,220.3353312,0 +412516,718.4033118,1839.438701,577.8230357,222.9066031,0 +412517,724.2569725,1834.9457,582.53354,225.3827854,0 +412518,729.8696048,1830.355641,586.8922117,227.6627837,0 +412519,735.4394316,1825.70466,591.3851734,230.3808508,0 +412520,741.1138835,1820.841947,595.8570057,232.6732596,0 +412521,746.7091221,1837.845175,600.3332537,235.1626465,0 +412522,752.2010063,1779.553215,604.8043643,237.553264,0 +412523,757.795457,1821.954932,609.2516591,239.9955014,0 +412524,763.3041646,1797.634192,613.6102291,242.4022763,0 +412525,768.6934696,1796.084605,618.051786,244.7610757,0 +412526,774.2057686,1790.867026,622.6125269,247.1739524,0 +412527,779.6302177,1785.600945,626.8032869,249.551556,0 +412528,784.9614401,1780.255973,631.3325542,251.9178348,0 +412529,790.4226815,1774.945876,635.6385872,254.2742848,0 +412530,795.7142022,1769.175728,640.0927268,256.6217967,0 +412531,800.9049863,1763.673588,644.1956342,258.8729153,0 +412532,806.0197153,1757.750892,648.4379725,260.996972,0 +412533,811.0408872,1751.834337,652.5391575,263.4839863,0 +412534,816.2731253,1745.831971,656.6878842,265.61915,0 +412535,821.1972736,1739.62203,660.8656139,267.8471638,0 +412536,826.2934476,1733.610018,664.9947669,270.0929766,0 +412537,831.2887612,1742.455281,669.1883435,272.3020793,0 +412538,836.2495735,1698.80424,673.0982402,274.4978322,0 +412539,841.1828108,1737.810998,681.1296811,276.682079,0 +412540,846.084625,1687.670424,676.8335539,278.8555549,0 +412541,850.9614587,1710.223628,686.1857719,281.0183234,0 +412542,855.8101071,1693.067521,689.7997197,283.1707194,0 +412543,860.6318167,1688.051114,693.1726008,285.3127666,0 +412544,865.4271654,1681.399231,697.4118781,287.4447998,0 +412545,870.1278136,1674.422413,701.386264,289.5667119,0 +412546,874.9756864,1667.664157,705.2797949,291.678916,0 +412547,879.6403393,1660.604509,709.3482158,293.7812475,0 +412548,884.4147828,1653.569879,713.2240802,295.8741002,0 +412549,888.9723035,1646.347888,717.0838111,297.9573261,0 +412550,893.6689198,1639.308571,721.1881139,300.0312773,0 +412551,898.2031602,1632.091064,724.9003948,302.0958302,0 +412552,902.9066729,1624.646217,728.8531731,303.9471564,0 +412553,907.4207582,1617.342793,732.6307582,306.3098343,0 +412554,911.9789582,1609.782041,736.5982091,308.187329,0 +412555,916.4999663,1602.433023,740.3750618,310.2544229,0 +412556,920.997648,1594.801258,744.135431,312.4875333,0 +412557,925.472064,1587.200128,755.0624826,314.1696276,0 +412558,929.9226821,1579.419321,741.1699797,316.3371067,0 +412559,934.3509852,1571.835568,760.8211618,318.2927422,0 +412560,938.7542677,1582.532521,758.1874634,320.3000653,0 +412561,942.7527695,1528.764459,762.7788991,322.1147454,0 +412562,946.5158235,1576.818171,765.9358604,323.8870277,0 +412563,950.3534122,1514.159613,769.1379273,325.6763371,0 +412564,954.0153066,1542.747853,772.37106,327.4170943,0 +412565,958.0660004,1520.882811,775.5259341,329.1498528,0 +412566,962.3236299,1515.081236,778.6842905,330.898116,0 +412567,966.5734546,1506.877534,783.5037172,332.6126367,0 +412568,971.0488521,1498.275637,785.189467,334.3438842,0 +412569,975.3652521,1490.070984,793.7317208,336.0067947,0 +412570,979.7683358,1481.530538,779.4211761,337.713079,0 +412571,984.170512,1473.043039,800.3344143,339.3883483,0 +412572,988.6626856,1464.40419,795.5873062,341.0583002,0 +412573,992.9689625,1455.946966,800.1828863,342.7427561,0 +412574,997.4657343,1447.348358,803.113545,344.3585046,0 +412575,1001.900517,1438.56229,814.0600358,346.0194609,0 +412576,1006.279924,1429.833664,796.9966877,347.6495834,0 +412577,1010.871061,1421.205312,819.9152186,349.2752178,0 +412578,1015.290645,1412.369,810.7600165,350.9165012,0 +412579,1019.795768,1403.575771,825.0207181,352.4881903,0 +412580,1024.297849,1394.738757,811.827849,354.1069122,0 +412581,1028.810592,1385.866894,830.1390329,355.6949845,0 +412582,1033.333767,1376.974045,822.4213856,357.2789738,0 +412583,1037.86882,1368.052118,831.0175292,358.8550839,0 +412584,1042.334696,1359.012767,831.8822614,360.4140739,0 +412585,1046.957092,1350.257709,837.1644689,361.964076,0 +412586,1051.452536,1341.081772,835.7028168,363.5049049,0 +412587,1059.384639,1332.063278,844.7697582,365.0734412,0 +412588,1058.574037,1323.13908,837.8267851,366.580765,0 +412589,1071.991729,1314.0409,858.8243584,367.8864303,0 +412590,1063.193732,1305.076215,833.4877411,369.7914268,0 +412591,1089.191394,1295.744269,868.4887222,371.0930029,0 +412592,1060.404171,1286.77592,838.5504396,372.6249695,0 +412593,1089.322476,1277.54787,873.4218081,374.1373866,0 +412594,1088.221716,1268.304809,847.5280305,375.5893042,0 +412595,1092.164097,1259.337017,873.6153065,377.0913817,0 +412596,1097.337351,1249.905467,861.7338656,378.5542085,0 +412597,1102.206738,1240.91092,868.7812075,380.001126,0 +412598,1106.573466,1231.666103,871.1303178,381.443324,0 +412599,1111.333703,1222.427969,873.5940026,382.9108594,0 +412600,1115.998845,1213.44838,876.0170213,384.3188957,0 +412601,1120.585636,1204.120172,878.6214391,385.7432712,0 +412602,1125.426731,1194.956049,881.1640026,387.1634628,0 +412603,1129.906582,1185.917047,883.7063802,388.5774049,0 +412604,1134.666836,1176.736976,886.3570993,390.0110844,0 +412605,1139.43402,1167.635963,888.6851005,391.3713859,0 +412606,1144.17785,1158.54599,891.2828315,392.7855589,0 +412607,1148.863655,1168.772366,893.7432128,394.168518,0 +412608,1153.708538,1111.941751,898.1848984,395.5494605,0 +412609,1158.49818,1162.260021,895.8891794,396.9240885,0 +412610,1163.239802,1094.700593,904.2068066,398.2922155,0 +412611,1168.129615,1127.817852,902.7519203,399.6817066,0 +412612,1172.947085,1098.282371,906.0910152,400.9952913,0 +412613,1177.796928,1097.186403,908.6056812,402.3657469,0 +412614,1182.665546,1086.23519,910.9316388,403.7042038,0 +412615,1187.553221,1077.852212,913.4329616,405.0415345,0 +412616,1192.458372,1068.954556,915.6559017,406.3726538,0 +412617,1197.388096,1060.177292,918.0566189,407.6979968,0 +412618,1202.337459,1051.62428,922.299112,409.0177693,0 +412619,1207.311657,1042.960841,922.0979171,410.3319653,0 +412620,1212.307567,1034.224524,925.3169472,411.6679248,0 +412621,0,0,0,0,0 +412622,0,0,0,0,0 +412623,0,0,0,0,0 +412624,0,0,0,0,0 +412625,0,0,0,0,0 +412626,0,0,0,0,0 +412627,0,0,0,0,0 +412628,0,0,0,0,0 +412629,0,0,0,0,0 +412630,0,0,0,0,0 +412631,0,0,0,0,0 +412632,0,0,0,0,0 +412633,0,0,0,0,0 +412634,0,0,0,0,0 +412635,0,0,0,0,0 +412636,0,0,0,0,0 +412637,0,0,0,0,0 +412638,0,0,0,0,0 +412639,0,0,0,0,0 +412640,0,0,0,0,0 +412641,0,0,0,0,0 +412642,0,0,0,0,0 +412643,0,0,0,0,0 +412644,0,0,0,0,0 +412645,0,0,0,0,0 +412646,0,0,0,0,0 +412647,0,0,0,0,0 +412648,0,0,0,0,0 +412649,0,0,0,0,0 +412650,0,0,0,0,0 +412651,0,0,0,0,0 +412652,0,0,0,0,0 +412653,0,0,0,0,0 +412654,0,0,0,0,0 +412655,0,0,0,0,0 +412656,0,0,0,0,0 +412657,0,0,0,0,0 +412658,0,0,0,0,0 +412659,0,0,0,0,0 +412660,0,0,0,0,0 +412661,0,0,0,0,0 +412662,0,0,0,0,0 +412663,0,0,0,0,0 +412664,0,0,0,0,0 +412665,0,0,0,0,0 +412666,0,0,0,0,0 +412667,0,0,0,0,0 +412668,0,0,0,0,0 +412669,0,0,0,0,0 +412670,0,0,0,0,0 +412671,0,0,0,0,0 +412672,0,0,0,0,0 +412673,0,0,0,0,0 +412674,0,0,0,0,0 +412675,0,0,0,0,0 +412676,0,0,0,0,0 +412677,0,0,0,0,0 +412678,0,0,0,0,0 +412679,0,0,0,0,0 +412680,0,0,0,0,0 +412681,0,0,0,0,0 +412682,0,0,0,0,0 +412683,0,0,0,0,0 +412684,0,0,0,0,0 +412685,0,0,0,0,0 +412686,0,0,0,0,0 +412687,0,0,0,0,0 +412688,0,0,0,0,0 +412689,0,0,0,0,0 +412690,0,0,0,0,0 +412691,0,0,0,0,0 +412692,0,0,0,0,0 +412693,0,0,0,0,0 +412694,0,0,0,0,0 +412695,0,0,0,0,0 +412696,0,0,0,0,0 +412697,0,0,0,0,0 +412698,0,0,0,0,0 +412699,0,0,0,0,0 +412700,0,0,0,0,0 +412701,0,0,0,0,0 +412702,0,0,0,0,0 +412703,0,0,0,0,0 +412704,0,0,0,0,0 +412705,0,0,0,0,0 +412706,0,0,0,0,0 +412707,0,0,0,0,0 +412708,0,0,0,0,0 +412709,0,0,0,0,0 +412710,0,0,0,0,0 +412711,0,0,0,0,0 +412712,0,0,0,0,0 +412713,0,0,0,0,0 +412714,0,0,0,0,0 +412715,0,0,0,0,0 +412716,0,0,0,0,0 +412717,0,0,0,0,0 +412718,0,0,0,0,0 +412719,0,0,0,0,0 +412720,0,0,0,0,0 +412721,0,0,0,0,0 +412722,0,0,0,0,0 +412723,0,0,0,0,0 +412724,0,0,0,0,0 +412725,0,0,0,0,0 +412726,0,0,0,0,0 +412727,0,0,0,0,0 +412728,0,0,0,0,0 +412729,0,0,0,0,0 +412730,0,0,0,0,0 +412731,0,0,0,0,0 +412732,0,0,0,0,0 +412733,0,0,0,0,0 +412734,0,0,0,0,0 +412735,0,0,0,0,0 +412736,0,0,0,0,0 +412737,0,0,0,0,0 +412738,0,0,0,0,0 +412739,0,0,0,0,0 +412740,0,0,0,0,0 +412741,0,0,0,0,0 +412742,0,0,0,0,0 +412743,0,0,0,0,0 +412744,0,0,0,0,0 +412745,0,0,0,0,0 +412746,0,0,0,0,0 +412747,0,0,0,0,0 +412748,0,0,0,0,0 +412749,0,0,0,0,0 +412750,0,0,0,0,0 +412751,0,0,0,0,0 +412752,0,0,0,0,0 +412753,0,0,0,0,0 +412754,0,0,0,0,0 +412755,0,0,0,0,0 +412756,0,0,0,0,0 +412757,0,0,0,0,0 +412758,0,0,0,0,0 +412759,0,0,0,0,0 +412760,0,0,0,0,0 +412761,0,0,0,0,0 +412762,0,0,0,0,0 +412763,0,0,0,0,0 +412764,0,0,0,0,0 +412765,0,0,0,0,0 +412766,0,0,0,0,0 +412767,0,0,0,0,0 +412768,0,0,0,0,0 +412769,0,0,0,0,0 +412770,0,0,0,0,0 +412771,0,0,0,0,0 +412772,0,0,0,0,0 +412773,0,0,0,0,0 +412774,0,0,0,0,0 +412775,0,0,0,0,0 +412776,0,0,0,0,0 +412777,0,0,0,0,0 +412778,0,0,0,0,0 +412779,0,0,0,0,0 +412780,0,0,0,0,0 +412781,0,0,0,0,0 +412782,0,0,0,0,0 +412783,0,0,0,0,0 +412784,0,0,0,0,0 +412785,0,0,0,0,0 +412786,0,0,0,0,0 +412787,0,0,0,0,0 +412788,0,0,0,0,0 +412789,0,0,0,0,0 +412790,0,0,0,0,0 +412791,0,0,0,0,0 +412792,0,0,0,0,0 +412793,0,0,0,0,0 +412794,0,0,0,0,0 +412795,0,0,0,0,0 +412796,0,0,0,0,0 +412797,0,0,0,0,0 +412798,0,0,0,0,0 +412799,0,0,0,0,0 +412800,0,0,0,0,0 +412801,0,0,0,0,0 +412802,0,0,0,0,0 +412803,0,0,0,0,0 +412804,0,0,0,0,0 +412805,0,0,0,0,0 +412806,0,0,0,0,0 +412807,0,0,0,0,0 +412808,0,0,0,0,0 +412809,0,0,0,0,0 +412810,0,0,0,0,0 +412811,0,0,0,0,0 +412812,0,0,0,0,0 +412813,0,0,0,0,0 +412814,0,0,0,0,0 +412815,0,0,0,0,0 +412816,0,0,0,0,0 +412817,0,0,0,0,0 +412818,0,0,0,0,0 +412819,0,0,0,0,0 +412820,0,0,0,0,0 +412821,0,0,0,0,0 +412822,0,0,0,0,0 +412823,0,0,0,0,0 +412824,0,0,0,0,0 +412825,0,0,0,0,0 +412826,0,0,0,0,0 +412827,0,0,0,0,0 +412828,0,0,0,0,0 +412829,0,0,0,0,0 +412830,0,0,0,0,0 +412831,0,0,0,0,0 +412832,0,0,0,0,0 +412833,0,0,0,0,0 +412834,0,0,0,0,0 +412835,0,0,0,0,0 +412836,0,0,0,0,0 +412837,0,0,0,0,0 +412838,0,0,0,0,0 +412839,0,0,0,0,0 +412840,0,0,0,0,0 +412841,0,0,0,0,0 +412842,0,0,0,0,0 +412843,0,0,0,0,0 +412844,0,0,0,0,0 +412845,0,0,0,0,0 +412846,0,0,0,0,0 +412847,0,0,0,0,0 +412848,0,0,0,0,0 +412849,0,0,0,0,0 +412850,0,0,0,0,0 +412851,0,0,0,0,0 +412852,0,0,0,0,0 +412853,0,0,0,0,0 +412854,0,0,0,0,0 +412855,0,0,0,0,0 +412856,0,0,0,0,0 +412857,0,0,0,0,0 +412858,0,0,0,0,0 +412859,0,0,0,0,0 +412860,0,0,0,0,0 +412861,0,0,0,0,0 +412862,0,0,0,0,0 +412863,0,0,0,0,0 +412864,0,0,0,0,0 +412865,0,0,0,0,0 +412866,0,0,0,0,0 +412867,0,0,0,0,0 +412868,0,0,0,0,0 +412869,0,0,0,0,0 +412870,0,0,0,0,0 +412871,0,0,0,0,0 +412872,0,0,0,0,0 +412873,0,0,0,0,0 +412874,0,0,0,0,0 +412875,0,0,0,0,0 +412876,0,0,0,0,0 +412877,0,0,0,0,0 +412878,0,0,0,0,0 +412879,0,0,0,0,0 +412880,0,0,0,0,0 +412881,0,0,0,0,0 +412882,0,0,0,0,0 +412883,0,0,0,0,0 +412884,0,0,0,0,0 +412885,0,0,0,0,0 +412886,0,0,0,0,0 +412887,0,0,0,0,0 +412888,0,0,0,0,0 +412889,0,0,0,0,0 +412890,0,0,0,0,0 +412891,0,0,0,0,0 +412892,0,0,0,0,0 +412893,0,0,0,0,0 +412894,0,0,0,0,0 +412895,0,0,0,0,0 +412896,0,0,0,0,0 +412897,0,0,0,0,0 +412898,0,0,0,0,0 +412899,0,0,0,0,0 +412900,0,0,0,0,0 +412901,0,0,0,0,0 +412902,0,0,0,0,0 +412903,0,0,0,0,0 +412904,0,0,0,0,0 +412905,0,0,0,0,0 +412906,0,0,0,0,0 +412907,0,0,0,0,0 +412908,0,0,0,0,0 +412909,0,0,0,0,0 +412910,0,0,0,0,0 +412911,0,0,0,0,0 +412912,0,0,0,0,0 +412913,0,0,0,0,0 +412914,0,0,0,0,0 +412915,0,0,0,0,0 +412916,0,0,0,0,0 +412917,0,0,0,0,0 +412918,0,0,0,0,0 +412919,0,0,0,0,0 +412920,0,0,0,0,0 +412921,0,0,0,0,0 +412922,0,0,0,0,0 +412923,0,0,0,0,0 +412924,0,0,0,0,0 +412925,0,0,0,0,0 +412926,0,0,0,0,0 +412927,0,0,0,0,0 +412928,0,0,0,0,0 +412929,0,0,0,0,0 +412930,0,0,0,0,0 +412931,0,0,0,0,0 +412932,0,0,0,0,0 +412933,0,0,0,0,0 +412934,0,0,0,0,0 +412935,0,0,0,0,0 +412936,0,0,0,0,0 +412937,0,0,0,0,0 +412938,0,0,0,0,0 +412939,0,0,0,0,0 +412940,0,0,0,0,0 +412941,0,0,0,0,0 +412942,0,0,0,0,0 +412943,0,0,0,0,0 +412944,0,0,0,0,0 +412945,0,0,0,0,0 +412946,0,0,0,0,0 +412947,0,0,0,0,0 +412948,0,0,0,0,0 +412949,0,0,0,0,0 +412950,0,0,0,0,0 +412951,0,0,0,0,0 +412952,0,0,0,0,0 +412953,0,0,0,0,0 +412954,0,0,0,0,0 +412955,0,0,0,0,0 +412956,0,0,0,0,0 +412957,0,0,0,0,0 +412958,0,0,0,0,0 +412959,0,0,0,0,0 +412960,0,0,0,0,0 +412961,0,0,0,0,0 +412962,0,0,0,0,0 +412963,0,0,0,0,0 +412964,0,0,0,0,0 +412965,0,0,0,0,0 +412966,0,0,0,0,0 +412967,0,0,0,0,0 +412968,0,0,0,0,0 +412969,0,0,0,0,0 +412970,0,0,0,0,0 +412971,0,0,0,0,0 +412972,0,0,0,0,0 +412973,0,0,0,0,0 +412974,0,0,0,0,0 +412975,0,0,0,0,0 +412976,0,0,0,0,0 +412977,0,0,0,0,0 +412978,0,0,0,0,0 +412979,0,0,0,0,0 +412980,0,0,0,0,0 +412981,0,0,0,0,0 +412982,0,0,0,0,0 +412983,0,0,0,0,0 +412984,0,0,0,0,0 +412985,0,0,0,0,0 +412986,0,0,0,0,0 +412987,0,0,0,0,0 +412988,0,0,0,0,0 +412989,0,0,0,0,0 +412990,0,0,0,0,0 +412991,0,0,0,0,0 +412992,0,0,0,0,0 +412993,0,0,0,0,0 +412994,0,0,0,0,0 +412995,0,0,0,0,0 +412996,0,0,0,0,0 +412997,0,0,0,0,0 +412998,0,0,0,0,0 +412999,0,0,0,0,0 +413000,0,0,0,0,0 +413001,0,0,0,0,0 +413002,0,0,0,0,0 +413003,0,0,0,0,0 +413004,0,0,0,0,0 +413005,0,0,0,0,0 +413006,0,0,0,0,0 +413007,0,0,0,0,0 +413008,0,0,0,0,0 +413009,0,0,0,0,0 +413010,0,0,0,0,0 +413011,0,0,0,0,0 +413012,0,0,0,0,0 +413013,0,0,0,0,0 +413014,0,0,0,0,0 +413015,0,0,0,0,0 +413016,0,0,0,0,0 +413017,0,0,0,0,0 +413018,0,0,0,0,0 +413019,0,0,0,0,0 +413020,0,0,0,0,0 +413021,0,0,0,0,0 +413022,0,0,0,0,0 +413023,0,0,0,0,0 +413024,0,0,0,0,0 +413025,0,0,0,0,0 +413026,0,0,0,0,0 +413027,0,0,0,0,0 +413028,0,0,0,0,0 +413029,0,0,0,0,0 +413030,0,0,0,0,0 +413031,0,0,0,0,0 +413032,0,0,0,0,0 +413033,0,0,0,0,0 +413034,0,0,0,0,0 +413035,0,0,0,0,0 +413036,0,0,0,0,0 +413037,0,0,0,0,0 +413038,0,0,0,0,0 +413039,0,0,0,0,0 +413040,0,0,0,0,0 +413041,0,0,0,0,0 +413042,0,0,0,0,0 +413043,0,0,0,0,0 +413044,0,0,0,0,0 +413045,0,0,0,0,0 +413046,0,0,0,0,0 +413047,0,0,0,0,0 +413048,0,0,0,0,0 +413049,0,0,0,0,0 +413050,0,0,0,0,0 +413051,0,0,0,0,0 +413052,0,0,0,0,0 +413053,0,0,0,0,0 +413054,0,0,0,0,0 +413055,0,0,0,0,0 +413056,0,0,0,0,0 +413057,0,0,0,0,0 +413058,0,0,0,0,0 +413059,0,0,0,0,0 +413060,0,0,0,0,0 +413061,0,0,0,0,0 +413062,0,0,0,0,0 +413063,0,0,0,0,0 +413064,0,0,0,0,0 +413065,0,0,0,0,0 +413066,0,0,0,0,0 +413067,0,0,0,0,0 +413068,0,0,0,0,0 +413069,0,0,0,0,0 +413070,0,0,0,0,0 +413071,0,0,0,0,0 +413072,0,0,0,0,0 +413073,0,0,0,0,0 +413074,0,0,0,0,0 +413075,0,0,0,0,0 +413076,0,0,0,0,0 +413077,0,0,0,0,0 +413078,0,0,0,0,0 +413079,0,0,0,0,0 +413080,0,0,0,0,0 +413081,0,0,0,0,0 +413082,0,0,0,0,0 +413083,0,0,0,0,0 +413084,0,0,0,0,0 +413085,0,0,0,0,0 +413086,0,0,0,0,0 +413087,0,0,0,0,0 +413088,0,0,0,0,0 +413089,0,0,0,0,0 +413090,0,0,0,0,0 +413091,0,0,0,0,0 +413092,0,0,0,0,0 +413093,0,0,0,0,0 +413094,0,0,0,0,0 +413095,0,0,0,0,0 +413096,0,0,0,0,0 +413097,0,0,0,0,0 +413098,0,0,0,0,0 +413099,0,0,0,0,0 +413100,0,0,0,0,0 +413101,0,0,0,0,0 +413102,0,0,0,0,0 +413103,0,0,0,0,0 +413104,0,0,0,0,0 +413105,0,0,0,0,0 +413106,0,0,0,0,0 +413107,0,0,0,0,0 +413108,0,0,0,0,0 +413109,0,0,0,0,0 +413110,0,0,0,0,0 +413111,0,0,0,0,0 +413112,0,0,0,0,0 +413113,0,0,0,0,0 +413114,0,0,0,0,0 +413115,0,0,0,0,0 +413116,0,0,0,0,0 +413117,0,0,0,0,0 +413118,0,0,0,0,0 +413119,0,0,0,0,0 +413120,0,0,0,0,0 +413121,0,0,0,0,0 +413122,0,0,0,0,0 +413123,0,0,0,0,0 +413124,0,0,0,0,0 +413125,0,0,0,0,0 +413126,0,0,0,0,0 +413127,0,0,0,0,0 +413128,0,0,0,0,0 +413129,0,0,0,0,0 +413130,0,0,0,0,0 +413131,0,0,0,0,0 +413132,0,0,0,0,0 +413133,0,0,0,0,0 +413134,0,0,0,0,0 +413135,0,0,0,0,0 +413136,0,0,0,0,0 +413137,0,0,0,0,0 +413138,0,0,0,0,0 +413139,0,0,0,0,0 +413140,0,0,0,0,0 +413141,0,0,0,0,0 +413142,0,0,0,0,0 +413143,0,0,0,0,0 +413144,0,0,0,0,0 +413145,0,0,0,0,0 +413146,0,0,0,0,0 +413147,0,0,0,0,0 +413148,0,0,0,0,0 +413149,0,0,0,0,0 +413150,0,0,0,0,0 +413151,0,0,0,0,0 +413152,0,0,0,0,0 +413153,0,0,0,0,0 +413154,0,0,0,0,0 +413155,0,0,0,0,0 +413156,0,0,0,0,0 +413157,0,0,0,0,0 +413158,0,0,0,0,0 +413159,0,0,0,0,0 +413160,0,0,0,0,0 +413161,0,0,0,0,0 +413162,0,0,0,0,0 +413163,0,0,0,0,0 +413164,0,0,0,0,0 +413165,0,0,0,0,0 +413166,0,0,0,0,0 +413167,0,0,0,0,0 +413168,0,0,0,0,0 +413169,0,0,0,0,0 +413170,0,0,0,0,0 +413171,0,0,0,0,0 +413172,0,0,0,0,0 +413173,0,0,0,0,0 +413174,0,0,0,0,0 +413175,0,0,0,0,0 +413176,0,0,0,0,0 +413177,0,0,0,0,0 +413178,0,0,0,0,0 +413179,0,0,0,0,0 +413180,0,0,0,0,0 +413181,0,0,0,0,0 +413182,0,0,0,0,0 +413183,0,0,0,0,0 +413184,0,0,0,0,0 +413185,0,0,0,0,0 +413186,0,0,0,0,0 +413187,0,0,0,0,0 +413188,0,0,0,0,0 +413189,0,0,0,0,0 +413190,0,0,0,0,0 +413191,0,0,0,0,0 +413192,0,0,0,0,0 +413193,0,0,0,0,0 +413194,0,0,0,0,0 +413195,0,0,0,0,0 +413196,0,0,0,0,0 +413197,0,0,0,0,0 +413198,0,0,0,0,0 +413199,0,0,0,0,0 +413200,0,0,0,0,0 +413201,0,0,0,0,0 +413202,0,0,0,0,0 +413203,0,0,0,0,0 +413204,0,0,0,0,0 +413205,0,0,0,0,0 +413206,0,0,0,0,0 +413207,0,0,0,0,0 +413208,0,0,0,0,0 +413209,0,0,0,0,0 +413210,0,0,0,0,0 +413211,0,0,0,0,0 +413212,0,0,0,0,0 +413213,0,0,0,0,0 +413214,0,0,0,0,0 +413215,0,0,0,0,0 +413216,0,0,0,0,0 +413217,0,0,0,0,0 +413218,0,0,0,0,0 +413219,0,0,0,0,0 +413220,0,0,0,0,0 +413221,0,0,0,0,0 +413222,0,0,0,0,0 +413223,0,0,0,0,0 +413224,0,0,0,0,0 +413225,0,0,0,0,0 +413226,0,0,0,0,0 +413227,0,0,0,0,0 +413228,0,0,0,0,0 +413229,0,0,0,0,0 +413230,0,0,0,0,0 +413231,0,0,0,0,0 +413232,0,0,0,0,0 +413233,0,0,0,0,0 +413234,0,0,0,0,0 +413235,0,0,0,0,0 +413236,0,0,0,0,0 +413237,0,0,0,0,0 +413238,0,0,0,0,0 +413239,0,0,0,0,0 +413240,0,0,0,0,0 +413241,0,0,0,0,0 +413242,0,0,0,0,0 +413243,0,0,0,0,0 +413244,0,0,0,0,0 +413245,0,0,0,0,0 +413246,0,0,0,0,0 +413247,0,0,0,0,0 +413248,0,0,0,0,0 +413249,0,0,0,0,0 +413250,0,0,0,0,0 +413251,0,0,0,0,0 +413252,0,0,0,0,0 +413253,0,0,0,0,0 +413254,0,0,0,0,0 +413255,0,0,0,0,0 +413256,0,0,0,0,0 +413257,0,0,0,0,0 +413258,0,0,0,0,0 +413259,0,0,0,0,0 +413260,0,0,0,0,0 +413261,0,0,0,0,0 +413262,0,0,0,0,0 +413263,0,0,0,0,0 +413264,0,0,0,0,0 +413265,0,0,0,0,0 +413266,0,0,0,0,0 +413267,0,0,0,0,0 +413268,0,0,0,0,0 +413269,0,0,0,0,0 +413270,0,0,0,0,0 +413271,0,0,0,0,0 +413272,0,0,0,0,0 +413273,0,0,0,0,0 +413274,0,0,0,0,0 +413275,0,0,0,0,0 +413276,0,0,0,0,0 +413277,0,0,0,0,0 +413278,0,0,0,0,0 +413279,0,0,0,0,0 +413280,0,0,0,0,0 +413281,0,0,0,0,0 +413282,0,0,0,0,0 +413283,0,0,0,0,0 +413284,0,0,0,0,0 +413285,0,0,0,0,0 +413286,0,0,0,0,0 +413287,0,0,0,0,0 +413288,0,0,0,0,0 +413289,0,0,0,0,0 +413290,0,0,0,0,0 +413291,0,0,0,0,0 +413292,0,0,0,0,0 +413293,0,0,0,0,0 +413294,0,0,0,0,0 +413295,0,0,0,0,0 +413296,0,0,0,0,0 +413297,0,0,0,0,0 +413298,0,0,0,0,0 +413299,0,0,0,0,0 +413300,0,0,0,0,0 +413301,0,0,0,0,0 +413302,0,0,0,0,0 +413303,0,0,0,0,0 +413304,0,0,0,0,0 +413305,0,0,0,0,0 +413306,0,0,0,0,0 +413307,0,0,0,0,0 +413308,0,0,0,0,0 +413309,0,0,0,0,0 +413310,0,0,0,0,0 +413311,0,0,0,0,0 +413312,0,0,0,0,0 +413313,0,0,0,0,0 +413314,0,0,0,0,0 +413315,0,0,0,0,0 +413316,0,0,0,0,0 +413317,0,0,0,0,0 +413318,0,0,0,0,0 +413319,0,0,0,0,0 +413320,0,0,0,0,0 +413321,0,0,0,0,0 +413322,0,0,0,0,0 +413323,0,0,0,0,0 +413324,0,0,0,0,0 +413325,0,0,0,0,0 +413326,0,0,0,0,0 +413327,0,0,0,0,0 +413328,0,0,0,0,0 +413329,0,0,0,0,0 +413330,0,0,0,0,0 +413331,0,0,0,0,0 +413332,0,0,0,0,0 +413333,0,0,0,0,0 +413334,0,0,0,0,0 +413335,0,0,0,0,0 +413336,0,0,0,0,0 +413337,0,0,0,0,0 +413338,0,0,0,0,0 +413339,0,0,0,0,0 +413340,0,0,0,0,0 +413341,0,0,0,0,0 +413342,0,0,0,0,0 +413343,0,0,0,0,0 +413344,0,0,0,0,0 +413345,0,0,0,0,0 +413346,0,0,0,0,0 +413347,0,0,0,0,0 +413348,0,0,0,0,0 +413349,0,0,0,0,0 +413350,0,0,0,0,0 +413351,0,0,0,0,0 +413352,0,0,0,0,0 +413353,0,0,0,0,0 +413354,0,0,0,0,0 +413355,0,0,0,0,0 +413356,0,0,0,0,0 +413357,0,0,0,0,0 +413358,0,0,0,0,0 +413359,0,0,0,0,0 +413360,0,0,0,0,0 +413361,0,0,0,0,0 +413362,0,0,0,0,0 +413363,0,0,0,0,0 +413364,0,0,0,0,0 +413365,0,0,0,0,0 +413366,0,0,0,0,0 +413367,0,0,0,0,0 +413368,0,0,0,0,0 +413369,0,0,0,0,0 +413370,0,0,0,0,0 +413371,0,0,0,0,0 +413372,0,0,0,0,0 +413373,0,0,0,0,0 +413374,0,0,0,0,0 +413375,0,0,0,0,0 +413376,0,0,0,0,0 +413377,0,0,0,0,0 +413378,0,0,0,0,0 +413379,0,0,0,0,0 +413380,0,0,0,0,0 +413381,0,0,0,0,0 +413382,0,0,0,0,0 +413383,0,0,0,0,0 +413384,0,0,0,0,0 +413385,0,0,0,0,0 +413386,0,0,0,0,0 +413387,0,0,0,0,0 +413388,0,0,0,0,0 +413389,0,0,0,0,0 +413390,0,0,0,0,0 +413391,0,0,0,0,0 +413392,0,0,0,0,0 +413393,0,0,0,0,0 +413394,0,0,0,0,0 +413395,0,0,0,0,0 +413396,0,0,0,0,0 +413397,0,0,0,0,0 +413398,0,0,0,0,0 +413399,0,0,0,0,0 +413400,0,0,0,0,0 +413401,0,0,0,0,0 +413402,0,0,0,0,0 +413403,0,0,0,0,0 +413404,0,0,0,0,0 +413405,0,0,0,0,0 +413406,0,0,0,0,0 +413407,0,0,0,0,0 +413408,0,0,0,0,0 +413409,0,0,0,0,0 +413410,0,0,0,0,0 +413411,0,0,0,0,0 +413412,0,0,0,0,0 +413413,0,0,0,0,0 +413414,0,0,0,0,0 +413415,0,0,0,0,0 +413416,0,0,0,0,0 +413417,0,0,0,0,0 +413418,0,0,0,0,0 +413419,0,0,0,0,0 +413420,0,0,0,0,0 +413421,0,0,0,0,0 +413422,0,0,0,0,0 +413423,0,0,0,0,0 +413424,0,0,0,0,0 +413425,0,0,0,0,0 +413426,0,0,0,0,0 +413427,0,0,0,0,0 +413428,0,0,0,0,0 +413429,0,0,0,0,0 +413430,0,0,0,0,0 +413431,0,0,0,0,0 +413432,0,0,0,0,0 +413433,0,0,0,0,0 +413434,0,0,0,0,0 +413435,0,0,0,0,0 +413436,0,0,0,0,0 +413437,0,0,0,0,0 +413438,0,0,0,0,0 +413439,0,0,0,0,0 +413440,0,0,0,0,0 +413441,0,0,0,0,0 +413442,0,0,0,0,0 +413443,0,0,0,0,0 +413444,0,0,0,0,0 +413445,0,0,0,0,0 +413446,0,0,0,0,0 +413447,0,0,0,0,0 +413448,0,0,0,0,0 +413449,0,0,0,0,0 +413450,0,0,0,0,0 +413451,0,0,0,0,0 +413452,0,0,0,0,0 +413453,0,0,0,0,0 +413454,0,0,0,0,0 +413455,0,0,0,0,0 +413456,0,0,0,0,0 +413457,0,0,0,0,0 +413458,0,0,0,0,0 +413459,0,0,0,0,0 +413460,0,0,0,0,0 +413461,0,0,0,0,0 +413462,0,0,0,0,0 +413463,0,0,0,0,0 +413464,0,0,0,0,0 +413465,0,0,0,0,0 +413466,0,0,0,0,0 +413467,0,0,0,0,0 +413468,0,0,0,0,0 +413469,0,0,0,0,0 +413470,0,0,0,0,0 +413471,0,0,0,0,0 +413472,0,0,0,0,0 +413473,0,0,0,0,0 +413474,0,0,0,0,0 +413475,0,0,0,0,0 +413476,0,0,0,0,0 +413477,0,0,0,0,0 +413478,0,0,0,0,0 +413479,0,0,0,0,0 +413480,0,0,0,0,0 +413481,0,0,0,0,0 +413482,0,0,0,0,0 +413483,0,0,0,0,0 +413484,0,0,0,0,0 +413485,0,0,0,0,0 +413486,0,0,0,0,0 +413487,0,0,0,0,0 +413488,0,0,0,0,0 +413489,0,0,0,0,0 +413490,0,0,0,0,0 +413491,0,0,0,0,0 +413492,0,0,0,0,0 +413493,0,0,0,0,0 +413494,0,0,0,0,0 +413495,0,0,0,0,0 +413496,0,0,0,0,0 +413497,0,0,0,0,0 +413498,0,0,0,0,0 +413499,0,0,0,0,0 +413500,0,0,0,0,0 +413501,0,0,0,0,0 +413502,0,0,0,0,0 +413503,0,0,0,0,0 +413504,0,0,0,0,0 +413505,0,0,0,0,0 +413506,0,0,0,0,0 +413507,0,0,0,0,0 +413508,0,0,0,0,0 +413509,0,0,0,0,0 +413510,0,0,0,0,0 +413511,0,0,0,0,0 +413512,0,0,0,0,0 +413513,0,0,0,0,0 +413514,0,0,0,0,0 +413515,0,0,0,0,0 +413516,0,0,0,0,0 +413517,0,0,0,0,0 +413518,0,0,0,0,0 +413519,0,0,0,0,0 +413520,0,0,0,0,0 +413521,0,0,0,0,0 +413522,0,0,0,0,0 +413523,0,0,0,0,0 +413524,0,0,0,0,0 +413525,0,0,0,0,0 +413526,0,0,0,0,0 +413527,0,0,0,0,0 +413528,0,0,0,0,0 +413529,0,0,0,0,0 +413530,0,0,0,0,0 +413531,0,0,0,0,0 +413532,0,0,0,0,0 +413533,0,0,0,0,0 +413534,0,0,0,0,0 +413535,0,0,0,0,0 +413536,0,0,0,0,0 +413537,0,0,0,0,0 +413538,0,0,0,0,0 +413539,0,0,0,0,0 +413540,0,0,0,0,0 +413541,0,0,0,0,0 +413542,0,0,0,0,0 +413543,0,0,0,0,0 +413544,0,0,0,0,0 +413545,0,0,0,0,0 +413546,0,0,0,0,0 +413547,0,0,0,0,0 +413548,0,0,0,0,0 +413549,0,0,0,0,0 +413550,0,0,0,0,0 +413551,0,0,0,0,0 +413552,0,0,0,0,0 +413553,0,0,0,0,0 +413554,0,0,0,0,0 +413555,0,0,0,0,0 +413556,0,0,0,0,0 +413557,0,0,0,0,0 +413558,0,0,0,0,0 +413559,0,0,0,0,0 +413560,0,0,0,0,0 +413561,0,0,0,0,0 +413562,0,0,0,0,0 +413563,0,0,0,0,0 +413564,0,0,0,0,0 +413565,0,0,0,0,0 +413566,0,0,0,0,0 +413567,0,0,0,0,0 +413568,0,0,0,0,0 +413569,0,0,0,0,0 +413570,0,0,0,0,0 +413571,0,0,0,0,0 +413572,0,0,0,0,0 +413573,0,0,0,0,0 +413574,0,0,0,0,0 +413575,0,0,0,0,0 +413576,0,0,0,0,0 +413577,0,0,0,0,0 +413578,0,0,0,0,0 +413579,0,0,0,0,0 +413580,0,0,0,0,0 +413581,0,0,0,0,0 +413582,0,0,0,0,0 +413583,0,0,0,0,0 +413584,0,0,0,0,0 +413585,0,0,0,0,0 +413586,0,0,0,0,0 +413587,0,0,0,0,0 +413588,0,0,0,0,0 +413589,0,0,0,0,0 +413590,0,0,0,0,0 +413591,0,0,0,0,0 +413592,0,0,0,0,0 +413593,0,0,0,0,0 +413594,0,0,0,0,0 +413595,0,0,0,0,0 +413596,0,0,0,0,0 +413597,0,0,0,0,0 +413598,0,0,0,0,0 +413599,0,0,0,0,0 +413600,0,0,0,0,0 +413601,0,0,0,0,0 +413602,0,0,0,0,0 +413603,0,0,0,0,0 +413604,0,0,0,0,0 +413605,0,0,0,0,0 +413606,0,0,0,0,0 +413607,0,0,0,0,0 +413608,0,0,0,0,0 +413609,0,0,0,0,0 +413610,0,0,0,0,0 +413611,0,0,0,0,0 +413612,0,0,0,0,0 +413613,0,0,0,0,0 +413614,0,0,0,0,0 +413615,0,0,0,0,0 +413616,0,0,0,0,0 +413617,0,0,0,0,0 +413618,0,0,0,0,0 +413619,0,0,0,0,0 +413620,0,0,0,0,0 +413621,0,0,0,0,0 +413622,0,0,0,0,0 +413623,0,0,0,0,0 +413624,0,0,0,0,0 +413625,0,0,0,0,0 +413626,0,0,0,0,0 +413627,0,0,0,0,0 +413628,0,0,0,0,0 +413629,0,0,0,0,0 +413630,0,0,0,0,0 +413631,0,0,0,0,0 +413632,0,0,0,0,0 +413633,0,0,0,0,0 +413634,0,0,0,0,0 +413635,0,0,0,0,0 +413636,0,0,0,0,0 +413637,0,0,0,0,0 +413638,0,0,0,0,0 +413639,0,0,0,0,0 +413640,0,0,0,0,0 +413641,0,0,0,0,0 +413642,0,0,0,0,0 +413643,0,0,0,0,0 +413644,0,0,0,0,0 +413645,0,0,0,0,0 +413646,0,0,0,0,0 +413647,0,0,0,0,0 +413648,0,0,0,0,0 +413649,0,0,0,0,0 +413650,0,0,0,0,0 +413651,0,0,0,0,0 +413652,0,0,0,0,0 +413653,0,0,0,0,0 +413654,0,0,0,0,0 +413655,0,0,0,0,0 +413656,0,0,0,0,0 +413657,0,0,0,0,0 +413658,0,0,0,0,0 +413659,0,0,0,0,0 +413660,0,0,0,0,0 +413661,0,0,0,0,0 +413662,0,0,0,0,0 +413663,0,0,0,0,0 +413664,0,0,0,0,0 +413665,0,0,0,0,0 +413666,0,0,0,0,0 +413667,0,0,0,0,0 +413668,0,0,0,0,0 +413669,0,0,0,0,0 +413670,0,0,0,0,0 +413671,0,0,0,0,0 +413672,0,0,0,0,0 +413673,0,0,0,0,0 +413674,0,0,0,0,0 +413675,0,0,0,0,0 +413676,0,0,0,0,0 +413677,0,0,0,0,0 +413678,0,0,0,0,0 +413679,0,0,0,0,0 +413680,0,0,0,0,0 +413681,0,0,0,0,0 +413682,0,0,0,0,0 +413683,0,0,0,0,0 +413684,0,0,0,0,0 +413685,0,0,0,0,0 +413686,0,0,0,0,0 +413687,0,0,0,0,0 +413688,0,0,0,0,0 +413689,0,0,0,0,0 +413690,0,0,0,0,0 +413691,0,0,0,0,0 +413692,0,0,0,0,0 +413693,0,0,0,0,0 +413694,0,0,0,0,0 +413695,0,0,0,0,0 +413696,0,0,0,0,0 +413697,0,0,0,0,0 +413698,0,0,0,0,0 +413699,0,0,0,0,0 +413700,0,0,0,0,0 +413701,0,0,0,0,0 +413702,0,0,0,0,0 +413703,0,0,0,0,0 +413704,0,0,0,0,0 +413705,0,0,0,0,0 +413706,0,0,0,0,0 +413707,0,0,0,0,0 +413708,0,0,0,0,0 +413709,0,0,0,0,0 +413710,0,0,0,0,0 +413711,0,0,0,0,0 +413712,0,0,0,0,0 +413713,0,0,0,0,0 +413714,0,0,0,0,0 +413715,0,0,0,0,0 +413716,0,0,0,0,0 +413717,0,0,0,0,0 +413718,0,0,0,0,0 +413719,0,0,0,0,0 +413720,0,0,0,0,0 +413721,0,0,0,0,0 +413722,0,0,0,0,0 +413723,0,0,0,0,0 +413724,0,0,0,0,0 +413725,0,195.2408151,0,0,0 +413726,0,142.6378858,0,0,0 +413727,0,167.6467603,0,0,0 +413728,0,193.4774234,0,0,0 +413729,0,211.961038,0,0,0 +413730,0,230.3641437,0,0,0 +413731,0,246.1029963,0,0,0 +413732,0,261.7915384,0,0,0 +413733,0,271.1391011,0,0,0 +413734,0,285.2698087,0,0,0 +413735,0,299.7169079,0,0,0 +413736,0,314.0097961,0,0,0 +413737,0,328.0879968,0,0,0 +413738,0,342.5293405,0,0,0 +413739,0,356.3367368,0,0,0 +413740,0,370.234806,0,0,0 +413741,0,383.773476,0,0,0 +413742,0,397.7147173,0,0,0 +413743,0,411.0411769,0,0,0 +413744,0,424.4694594,0,0,0 +413745,0,437.7694979,0,0,0 +413746,0,450.9485422,0,0,0 +413747,0,464.0211235,0,0,0 +413748,0,477.0066187,0,0,0 +413749,0,489.9270329,0,0,0 +413750,0,502.6817314,0,0,0 +413751,0,515.0474374,0,0,0 +413752,0,527.327044,0,0,0 +413753,0,540.3153292,0,0,0 +413754,0,552.5698131,0,0,0 +413755,0,564.9877814,0,0,0 +413756,0,577.3015283,0,0,0 +413757,0,589.5373275,0,0,0 +413758,0,609.6063339,0,0,0 +413759,0,625.929924,0,0,0 +413760,0,642.141008,0,0,0 +413761,0,658.4598501,0,0,0 +413762,0,674.8098632,0,0,0 +413763,0,690.9802984,0,0,0 +413764,0,707.0935087,0,0,0 +413765,0,723.062737,0,0,0 +413766,0,739.0523271,0,0,0 +413767,0,754.8586086,0,0,0 +413768,0,770.1227461,0,0,0 +413769,0,786.5003785,0,0,0 +413770,0,801.674388,0,0,0 +413771,0,817.3190303,0,0,0 +413772,0,832.6450642,0,0,0 +413773,0,848.1090156,0,0,0 +413774,0,863.1933651,0,0,0 +413775,0,878.483398,0,0,0 +413776,0,893.5288253,0,0,0 +413777,0,908.5500333,0,0,0 +413778,0,923.4247402,0,0,0 +413779,0,938.4291584,0,0,0 +413780,0,953.0206506,0,0,0 +413781,0,967.8083349,0,0,0 +413782,0,982.5398911,0,0,0 +413783,0,996.9087674,0,0,0 +413784,0,1011.545825,0,0,0 +413785,0,1025.901424,0,0,0 +413786,0,1040.25403,0,0,0 +413787,0,1054.460659,0,0,0 +413788,0,1068.825981,0,0,0 +413789,0,1082.73699,0,0,0 +413790,0,1096.96327,0,0,0 +413791,0,1107.342429,0,0,0 +413792,0,1117.174976,0,0,0 +413793,0,1129.684215,0,0,0 +413794,0,1137.313256,0,0,0 +413795,0,1148.002749,0,0,0 +413796,0,1154.344198,0,0,0 +413797,0,1166.000276,0,0,0 +413798,0,1169.123113,0,0,0 +413799,0,1157.865037,0,0,0 +413800,0,1194.129704,0,0,0 +413801,0,1186.601422,0,0,0 +413802,0,1196.445152,0,0,0 +413803,0,1203.031122,0,0,0 +413804,0,1209.161131,0,0,0 +413805,0,1215.246871,0,0,0 +413806,0,1221.046818,0,0,0 +413807,0,1226.651073,0,0,0 +413808,0,1232.044979,0,0,0 +413809,0,1237.245649,0,0,0 +413810,0,1242.248508,0,0,0 +413811,0,1247.097627,0,0,0 +413812,0,1251.775577,0,0,0 +413813,0,1256.131533,0,0,0 +413814,0,1260.427111,0,0,0 +413815,0,1264.451583,0,0,0 +413816,0,1268.488728,0,0,0 +413817,0,1272.179403,0,0,0 +413818,0,1275.773302,0,0,0 +413819,0,1279.269268,0,0,0 +413820,0,1282.406124,0,0,0 +413821,0,1285.392617,0,0,0 +413822,0,1288.09178,0,0,0 +413823,0,1290.630104,0,0,0 +413824,0,1293.009148,0,0,0 +413825,0,1295.234143,0,0,0 +413826,0,1297.308945,0,0,0 +413827,0,1299.235679,0,0,0 +413828,0,1301.017079,0,0,0 +413829,0,1302.654847,0,0,0 +413830,0,1304.151482,0,0,0 +413831,0,1305.50821,0,0,0 +413832,0,1306.728089,0,0,0 +413833,0,1307.812114,0,0,0 +413834,0,1308.762543,0,0,0 +413835,0,1309.580764,0,0,0 +413836,0,1310.268886,0,0,0 +413837,0,1310.828147,0,0,0 +413838,0,1311.260582,0,0,0 +413839,0,1311.567352,0,0,0 +413840,0,1311.75041,0,0,0 +413841,0,1311.810857,0,0,0 +413842,0,1311.750573,0,0,0 +413843,0,1311.57061,0,0,0 +413844,0,1311.272788,0,0,0 +413845,0,1310.858121,0,0,0 +413846,0,1310.328375,0,0,0 +413847,0,1309.684535,0,0,0 +413848,0,1308.928324,0,0,0 +413849,0,1308.060703,0,0,0 +413850,0,1307.083354,0,0,0 +413851,0,1309.670534,0,0,0 +413852,0,1312.837853,0,0,0 +413853,0,1316.284941,0,0,0 +413854,0,1319.942497,0,0,0 +413855,0,1323.770503,0,0,0 +413856,0,1327.743298,0,0,0 +413857,0,1331.841411,0,0,0 +413858,0,1336.132797,0,0,0 +413859,0,1340.316139,0,0,0 +413860,0,1344.771209,0,0,0 +413861,0,1349.230089,0,0,0 +413862,0,1353.687835,0,0,0 +413863,0,1358.41726,0,0,0 +413864,0,1363.016325,0,0,0 +413865,0,1367.823975,0,0,0 +413866,0,1372.453456,0,0,0 +413867,0,1377.308462,0,0,0 +413868,0,1382.121894,0,0,0 +413869,0,1386.978655,0,0,0 +413870,0,1391.861482,0,0,0 +413871,0,1396.853914,0,0,0 +413872,0,1401.557979,0,0,0 +413873,0,1406.691025,0,0,0 +413874,0,1411.563213,0,0,0 +413875,0,1416.537209,0,0,0 +413876,0,1421.504168,0,0,0 +413877,0,1426.474906,0,0,0 +413878,0,1431.536749,0,0,0 +413879,0,1436.374664,0,0,0 +413880,0,1441.409741,0,0,0 +413881,0,1446.640841,0,0,0 +413882,0,1451.914776,0,0,0 +413883,0,1457.098009,0,0,0 +413884,0,1462.498605,0,0,0 +413885,0,1467.783313,0,0,0 +413886,0,1472.910021,0,0,0 +413887,0,1478.214613,0,0,0 +413888,0,1483.42122,0,0,0 +413889,0,1488.62669,0,0,0 +413890,0,1493.81443,0,0,0 +413891,0,1498.982278,0,0,0 +413892,0,1504.223372,0,0,0 +413893,0,1509.10872,0,0,0 +413894,0,1514.417569,0,0,0 +413895,0,1519.404023,0,0,0 +413896,0,1524.464147,0,0,0 +413897,0,1529.479506,0,0,0 +413898,0,1534.464534,0,0,0 +413899,0,1539.417576,0,0,0 +413900,0,1544.434686,0,0,0 +413901,0,1549.617171,0,0,0 +413902,0,1559.205578,0,0,0 +413903,0,1553.681041,0,0,0 +413904,0,1581.92244,0,0,0 +413905,0,1542.663139,0,0,0 +413906,0,1586.051939,0,0,0 +413907,0,1586.173568,0,0,0 +413908,0,1541.575836,0,0,0 +413909,0,1590.462683,0,0,0 +413910,0,1575.734121,0,0,0 +413911,0,1581.251525,0,0,0 +413912,0,1582.973991,0,0,0 +413913,0,1584.597009,0,0,0 +413914,0,1586.163658,0,0,0 +413915,0,1587.341161,0,0,0 +413916,0,1588.603872,0,0,0 +413917,0,1589.650548,0,0,0 +413918,0,1590.589947,0,0,0 +413919,0,1591.411151,0,0,0 +413920,0,1592.116702,0,0,0 +413921,0,1592.708841,0,0,0 +413922,0,1593.1983,0,0,0 +413923,0,1593.574938,0,0,0 +413924,0,1593.844896,0,0,0 +413925,0,1594.009361,0,0,0 +413926,0,1594.070806,0,0,0 +413927,0,1594.02935,0,0,0 +413928,0,1593.887842,0,0,0 +413929,0,1593.645895,0,0,0 +413930,53.39260595,1593.306289,0,0,0 +413931,116.3746904,1592.868214,0,0,0 +413932,80.91675812,1592.33444,0,0,0 +413933,105.3497286,1591.703594,0,0,0 +413934,114.3227733,1590.978575,0,0,0 +413935,122.9839205,1590.157949,0,0,0 +413936,131.9308746,1589.244414,0,0,0 +413937,140.1585591,1588.23633,0,0,0 +413938,148.9006105,1587.136404,0,0,0 +413939,157.2379404,1585.956719,0,0,0 +413940,165.500997,1584.560526,56.06301572,0,0 +413941,172.6089889,1583.105978,79.3176099,0,0 +413942,180.0243231,1581.267882,63.40319143,0,0 +413943,187.1906346,1579.401853,78.59920537,0,0 +413944,193.9089244,1577.419908,84.34998215,0,0 +413945,201.5207971,1575.355324,90.49121185,0,0 +413946,208.0372753,1573.173365,96.25998744,0,0 +413947,215.132225,1570.918718,101.9988293,0,0 +413948,221.4818798,1568.549909,107.4073686,0,0 +413949,228.8315954,1587.467247,113.370554,0,0 +413950,234.8161131,1532.281049,118.5519353,0,0 +413951,241.7392578,1576.455599,124.1844292,0,0 +413952,247.989731,1561.921743,129.4806238,0,0 +413953,254.5976774,1544.801324,134.8860717,0,0 +413954,260.7009242,1568.412884,140.2329905,0,0 +413955,267.3777845,1532.472845,145.3197246,0,0 +413956,273.4690381,1560.909894,150.4891292,0,0 +413957,279.6918742,1531.557908,155.9734418,0,0 +413958,285.8221876,1544.84699,160.708704,0,0 +413959,291.8984199,1535.299418,165.9043905,0,0 +413960,297.9236077,1533.142995,170.883088,45.33209973,0 +413961,303.8188522,1529.519023,175.953623,40.1776524,0 +413962,309.4879022,1525.909455,180.5659807,15.39406812,0 +413963,316.0532128,1522.210069,185.6645305,40.15212068,0 +413964,321.2726041,1518.403415,190.41646,42.53707467,0 +413965,327.3445633,1514.527997,195.2881077,42.71248705,0 +413966,332.9498984,1510.547649,200.0002775,46.85957117,0 +413967,338.7576496,1506.594848,205.0231154,49.97586763,0 +413968,344.297317,1502.208086,209.1059848,53.0263348,0 +413969,350.0257456,1498.193681,214.3340871,56.04437421,0 +413970,355.5112486,1493.788099,218.7216241,58.98928698,0 +413971,360.9869912,1489.2284,223.3587658,61.88048938,0 +413972,366.3349051,1484.518022,227.7916316,64.81889527,0 +413973,371.6749317,1479.722215,232.3402568,67.52612111,0 +413974,376.9369014,1474.814589,236.6648551,70.39678383,0 +413975,381.888171,1469.830209,241.1412118,73.08561804,0 +413976,387.5445379,1464.646245,245.434571,75.86210089,0 +413977,392.4822103,1459.614888,250.1229921,78.5446791,0 +413978,397.643845,1454.219986,253.8964075,81.18628483,0 +413979,402.7421826,1449.034568,258.4634368,83.84089635,0 +413980,407.7790458,1443.475849,262.6222072,86.36058079,0 +413981,412.8039804,1437.976055,266.8595137,89.11360149,0 +413982,417.8187023,1432.414909,271.1108659,91.46681144,0 +413983,422.7162628,1426.588116,275.1556555,94.10891428,0 +413984,427.6444028,1421.019666,279.4089699,96.51356498,0 +413985,432.4792954,1415.062391,283.4064505,99.13033041,0 +413986,437.4228971,1409.221262,287.6117298,101.4599523,0 +413987,442.1172643,1403.17443,291.5587889,103.8507682,0 +413988,447.033661,1397.257395,295.718145,106.3793618,0 +413989,451.6588,1390.840192,299.615967,108.7471843,0 +413990,456.4822689,1384.880583,303.7315981,110.9694693,0 +413991,461.1845513,1378.467404,307.657569,113.483247,0 +413992,465.8956372,1372.180386,311.6698348,115.7361843,0 +413993,470.4857867,1365.703199,315.5767501,117.9731566,0 +413994,475.1327301,1359.115629,319.4616184,120.4599153,0 +413995,479.7546837,1352.680493,323.4021019,122.536891,0 +413996,484.2615737,1346.077956,327.211017,124.8613138,0 +413997,488.8291262,1339.274355,331.1198149,126.9890673,0 +413998,493.3748448,1332.494021,334.920839,129.3352672,0 +413999,497.8012769,1325.780418,338.7000763,131.4616653,0 +414000,502.2944172,1318.839878,342.5452931,133.6558279,0 +414001,506.7264095,1311.878883,346.3227196,135.9203831,0 +414002,511.1840831,1304.843324,350.0915296,137.8565045,0 +414003,515.5152774,1297.746955,353.9334652,140.2230797,0 +414004,519.9176248,1290.597957,358.0369728,142.2728601,0 +414005,524.5498679,1283.392069,361.2225133,144.4140583,0 +414006,529.0877935,1276.051615,365.2399156,146.5237259,0 +414007,534.6632677,1268.853619,368.8907461,148.6197589,0 +414008,539.4004694,1261.514446,372.628518,150.6027268,0 +414009,544.4742418,1253.999938,376.209904,152.82673,0 +414010,549.6524027,1246.512811,379.9673545,154.9057758,0 +414011,554.6376658,1239.107076,383.618437,156.8080959,0 +414012,562.8049236,1235.637924,381.6165689,156.5615793,0 +414013,568.280065,1228.845408,384.234785,158.1024598,0 +414014,573.6044925,1221.503142,387.3531328,159.8777672,0 +414015,578.9627856,1214.073444,390.6032539,161.7077318,0 +414016,584.4009896,1206.554349,393.9022606,163.4432321,0 +414017,589.6452429,1198.887824,397.2237961,165.4710788,0 +414018,595.1070638,1191.347485,400.5962708,167.2369448,0 +414019,600.4567201,1183.589215,403.8214081,169.108785,0 +414020,605.7655155,1175.845846,407.2549806,170.9557546,0 +414021,611.2919309,1168.040813,410.5898451,172.7985163,0 +414022,616.6323403,1160.194805,413.8591213,174.6360116,0 +414023,622.0026072,1173.704741,417.2178428,176.4679769,0 +414024,627.4617738,1112.837671,420.531445,178.2942253,0 +414025,632.9254332,1173.6224,423.8458969,180.2356291,0 +414026,638.2508135,1093.306959,427.1553007,181.7406348,0 +414027,643.9121272,1145.76791,430.4579187,183.8295659,0 +414028,649.1830724,1094.339342,433.7986398,185.5159825,0 +414029,654.7379211,1111.25571,436.9707948,187.3332216,0 +414030,660.3054182,1094.3732,440.3585416,189.1219077,0 +414031,665.5340506,1087.7111,443.4668995,190.8325861,0 +414032,671.0060479,1079.449313,446.4641017,192.5221368,0 +414033,676.1257097,1071.001756,449.5378557,194.1975781,0 +414034,681.6609697,1062.600979,452.5464065,195.8607423,0 +414035,686.8681249,1054.284037,455.5444829,197.5126274,0 +414036,692.2470636,1045.878699,458.5243903,199.1535237,0 +414037,697.7427962,1037.351219,461.4870133,200.783923,0 +414038,702.9688259,1028.940603,464.4323892,202.269248,0 +414039,708.3820595,1020.459155,467.3611486,204.0870478,0 +414040,713.6815466,1011.976725,470.3219161,205.5820242,0 +414041,719.1409373,1003.487138,473.1418105,207.1968491,0 +414042,724.4757445,994.9908385,476.0083976,208.776477,0 +414043,729.929472,986.5556223,478.9410639,210.347337,0 +414044,735.1736553,977.9629688,481.8004837,211.9082802,0 +414045,740.708995,969.4432545,484.5611367,213.4599384,0 +414046,746.0608572,961.090115,487.4159035,215.0020571,0 +414047,751.4860095,952.4646581,490.2072473,216.5350972,0 +414048,756.9083037,944.0347049,492.9913615,218.2077299,0 +414049,762.2817021,935.5521107,495.8135936,219.4921761,0 +414050,767.8725089,927.0886531,498.4336879,221.1121676,0 +414051,773.1840097,918.6427568,502.8291002,222.5829118,0 +414052,778.6985506,910.2722253,503.437915,224.0703133,0 +414053,784.0941962,901.7767371,509.6285872,225.5493335,0 +414054,789.6691212,893.4260312,506.9302163,226.8653877,0 +414055,795.1105249,885.0557211,518.6518643,228.5642798,0 +414056,800.685591,876.7142885,506.6682407,229.8988078,0 +414057,806.1003423,868.4599787,518.2065702,231.371562,0 +414058,811.6105422,860.0434254,521.0890312,232.8079088,0 +414059,817.237818,851.916403,522.0368415,234.2367682,0 +414060,822.6610484,847.7411212,525.103419,235.6243811,0 +414061,0,0,0,0,0 +414062,0,0,0,0,0 +414063,0,0,0,0,0 +414064,0,0,0,0,0 +414065,0,0,0,0,0 +414066,0,0,0,0,0 +414067,0,0,0,0,0 +414068,0,0,0,0,0 +414069,0,0,0,0,0 +414070,0,0,0,0,0 +414071,0,0,0,0,0 +414072,0,0,0,0,0 +414073,0,0,0,0,0 +414074,0,0,0,0,0 +414075,0,0,0,0,0 +414076,0,0,0,0,0 +414077,0,0,0,0,0 +414078,0,0,0,0,0 +414079,0,0,0,0,0 +414080,0,0,0,0,0 +414081,0,0,0,0,0 +414082,0,0,0,0,0 +414083,0,0,0,0,0 +414084,0,0,0,0,0 +414085,0,0,0,0,0 +414086,0,0,0,0,0 +414087,0,0,0,0,0 +414088,0,0,0,0,0 +414089,0,0,0,0,0 +414090,0,0,0,0,0 +414091,0,0,0,0,0 +414092,0,0,0,0,0 +414093,0,0,0,0,0 +414094,0,0,0,0,0 +414095,0,0,0,0,0 +414096,0,0,0,0,0 +414097,0,0,0,0,0 +414098,0,0,0,0,0 +414099,0,0,0,0,0 +414100,0,0,0,0,0 +414101,0,0,0,0,0 +414102,0,0,0,0,0 +414103,0,0,0,0,0 +414104,0,0,0,0,0 +414105,0,0,0,0,0 +414106,0,0,0,0,0 +414107,0,0,0,0,0 +414108,0,0,0,0,0 +414109,0,0,0,0,0 +414110,0,0,0,0,0 +414111,0,0,0,0,0 +414112,0,0,0,0,0 +414113,0,0,0,0,0 +414114,0,0,0,0,0 +414115,0,0,0,0,0 +414116,0,0,0,0,0 +414117,0,0,0,0,0 +414118,0,0,0,0,0 +414119,0,0,0,0,0 +414120,0,0,0,0,0 +414121,0,0,0,0,0 +414122,0,0,0,0,0 +414123,0,0,0,0,0 +414124,0,0,0,0,0 +414125,0,0,0,0,0 +414126,0,0,0,0,0 +414127,0,0,0,0,0 +414128,0,0,0,0,0 +414129,0,0,0,0,0 +414130,0,0,0,0,0 +414131,0,0,0,0,0 +414132,0,0,0,0,0 +414133,0,0,0,0,0 +414134,0,0,0,0,0 +414135,0,0,0,0,0 +414136,0,0,0,0,0 +414137,0,0,0,0,0 +414138,0,0,0,0,0 +414139,0,0,0,0,0 +414140,0,0,0,0,0 +414141,0,0,0,0,0 +414142,0,0,0,0,0 +414143,0,0,0,0,0 +414144,0,0,0,0,0 +414145,0,0,0,0,0 +414146,0,0,0,0,0 +414147,0,0,0,0,0 +414148,0,0,0,0,0 +414149,0,0,0,0,0 +414150,0,0,0,0,0 +414151,0,0,0,0,0 +414152,0,0,0,0,0 +414153,0,0,0,0,0 +414154,0,0,0,0,0 +414155,0,0,0,0,0 +414156,0,0,0,0,0 +414157,0,0,0,0,0 +414158,0,0,0,0,0 +414159,0,0,0,0,0 +414160,0,0,0,0,0 +414161,0,0,0,0,0 +414162,0,0,0,0,0 +414163,0,0,0,0,0 +414164,0,0,0,0,0 +414165,0,0,0,0,0 +414166,0,0,0,0,0 +414167,0,0,0,0,0 +414168,0,0,0,0,0 +414169,0,0,0,0,0 +414170,0,0,0,0,0 +414171,0,0,0,0,0 +414172,0,0,0,0,0 +414173,0,0,0,0,0 +414174,0,0,0,0,0 +414175,0,0,0,0,0 +414176,0,0,0,0,0 +414177,0,0,0,0,0 +414178,0,0,0,0,0 +414179,0,0,0,0,0 +414180,0,0,0,0,0 +414181,0,0,0,0,0 +414182,0,0,0,0,0 +414183,0,0,0,0,0 +414184,0,0,0,0,0 +414185,0,0,0,0,0 +414186,0,0,0,0,0 +414187,0,0,0,0,0 +414188,0,0,0,0,0 +414189,0,0,0,0,0 +414190,0,0,0,0,0 +414191,0,0,0,0,0 +414192,0,0,0,0,0 +414193,0,0,0,0,0 +414194,0,0,0,0,0 +414195,0,0,0,0,0 +414196,0,0,0,0,0 +414197,0,0,0,0,0 +414198,0,0,0,0,0 +414199,0,0,0,0,0 +414200,0,0,0,0,0 +414201,0,0,0,0,0 +414202,0,0,0,0,0 +414203,0,0,0,0,0 +414204,0,0,0,0,0 +414205,0,0,0,0,0 +414206,0,0,0,0,0 +414207,0,0,0,0,0 +414208,0,0,0,0,0 +414209,0,0,0,0,0 +414210,0,0,0,0,0 +414211,0,0,0,0,0 +414212,0,0,0,0,0 +414213,0,0,0,0,0 +414214,0,0,0,0,0 +414215,0,0,0,0,0 +414216,0,0,0,0,0 +414217,0,0,0,0,0 +414218,0,0,0,0,0 +414219,0,0,0,0,0 +414220,0,0,0,0,0 +414221,0,0,0,0,0 +414222,0,0,0,0,0 +414223,0,0,0,0,0 +414224,0,0,0,0,0 +414225,0,0,0,0,0 +414226,0,0,0,0,0 +414227,0,0,0,0,0 +414228,0,0,0,0,0 +414229,0,0,0,0,0 +414230,0,0,0,0,0 +414231,0,0,0,0,0 +414232,0,0,0,0,0 +414233,0,0,0,0,0 +414234,0,0,0,0,0 +414235,0,0,0,0,0 +414236,0,0,0,0,0 +414237,0,0,0,0,0 +414238,0,0,0,0,0 +414239,0,0,0,0,0 +414240,0,0,0,0,0 +414241,0,0,0,0,0 +414242,0,0,0,0,0 +414243,0,0,0,0,0 +414244,0,0,0,0,0 +414245,0,0,0,0,0 +414246,0,0,0,0,0 +414247,0,0,0,0,0 +414248,0,0,0,0,0 +414249,0,0,0,0,0 +414250,0,0,0,0,0 +414251,0,0,0,0,0 +414252,0,0,0,0,0 +414253,0,0,0,0,0 +414254,0,0,0,0,0 +414255,0,0,0,0,0 +414256,0,0,0,0,0 +414257,0,0,0,0,0 +414258,0,0,0,0,0 +414259,0,0,0,0,0 +414260,0,0,0,0,0 +414261,0,0,0,0,0 +414262,0,0,0,0,0 +414263,0,0,0,0,0 +414264,0,0,0,0,0 +414265,0,0,0,0,0 +414266,0,0,0,0,0 +414267,0,0,0,0,0 +414268,0,0,0,0,0 +414269,0,0,0,0,0 +414270,0,0,0,0,0 +414271,0,0,0,0,0 +414272,0,0,0,0,0 +414273,0,0,0,0,0 +414274,0,0,0,0,0 +414275,0,0,0,0,0 +414276,0,0,0,0,0 +414277,0,0,0,0,0 +414278,0,0,0,0,0 +414279,0,0,0,0,0 +414280,0,0,0,0,0 +414281,0,0,0,0,0 +414282,0,0,0,0,0 +414283,0,0,0,0,0 +414284,0,0,0,0,0 +414285,0,0,0,0,0 +414286,0,0,0,0,0 +414287,0,0,0,0,0 +414288,0,0,0,0,0 +414289,0,0,0,0,0 +414290,0,0,0,0,0 +414291,0,0,0,0,0 +414292,0,0,0,0,0 +414293,0,0,0,0,0 +414294,0,0,0,0,0 +414295,0,0,0,0,0 +414296,0,0,0,0,0 +414297,0,0,0,0,0 +414298,0,0,0,0,0 +414299,0,0,0,0,0 +414300,0,0,0,0,0 +414301,0,0,0,0,0 +414302,0,0,0,0,0 +414303,0,0,0,0,0 +414304,0,0,0,0,0 +414305,0,0,0,0,0 +414306,0,0,0,0,0 +414307,0,0,0,0,0 +414308,0,0,0,0,0 +414309,0,0,0,0,0 +414310,0,0,0,0,0 +414311,0,0,0,0,0 +414312,0,0,0,0,0 +414313,0,0,0,0,0 +414314,0,0,0,0,0 +414315,0,0,0,0,0 +414316,0,0,0,0,0 +414317,0,0,0,0,0 +414318,0,0,0,0,0 +414319,0,0,0,0,0 +414320,0,0,0,0,0 +414321,0,0,0,0,0 +414322,0,0,0,0,0 +414323,0,0,0,0,0 +414324,0,0,0,0,0 +414325,0,0,0,0,0 +414326,0,0,0,0,0 +414327,0,0,0,0,0 +414328,0,0,0,0,0 +414329,0,0,0,0,0 +414330,0,0,0,0,0 +414331,0,0,0,0,0 +414332,0,0,0,0,0 +414333,0,0,0,0,0 +414334,0,0,0,0,0 +414335,0,0,0,0,0 +414336,0,0,0,0,0 +414337,0,0,0,0,0 +414338,0,0,0,0,0 +414339,0,0,0,0,0 +414340,0,0,0,0,0 +414341,0,0,0,0,0 +414342,0,0,0,0,0 +414343,0,0,0,0,0 +414344,0,0,0,0,0 +414345,0,0,0,0,0 +414346,0,0,0,0,0 +414347,0,0,0,0,0 +414348,0,0,0,0,0 +414349,0,0,0,0,0 +414350,0,0,0,0,0 +414351,0,0,0,0,0 +414352,0,0,0,0,0 +414353,0,0,0,0,0 +414354,0,0,0,0,0 +414355,0,0,0,0,0 +414356,0,0,0,0,0 +414357,0,0,0,0,0 +414358,0,0,0,0,0 +414359,0,0,0,0,0 +414360,0,0,0,0,0 +414361,0,0,0,0,0 +414362,0,0,0,0,0 +414363,0,0,0,0,0 +414364,0,0,0,0,0 +414365,0,0,0,0,0 +414366,0,0,0,0,0 +414367,0,0,0,0,0 +414368,0,0,0,0,0 +414369,0,0,0,0,0 +414370,0,0,0,0,0 +414371,0,0,0,0,0 +414372,0,0,0,0,0 +414373,0,0,0,0,0 +414374,0,0,0,0,0 +414375,0,0,0,0,0 +414376,0,0,0,0,0 +414377,0,0,0,0,0 +414378,0,0,0,0,0 +414379,0,0,0,0,0 +414380,0,0,0,0,0 +414381,0,0,0,0,0 +414382,0,0,0,0,0 +414383,0,0,0,0,0 +414384,0,0,0,0,0 +414385,0,0,0,0,0 +414386,0,0,0,0,0 +414387,0,0,0,0,0 +414388,0,0,0,0,0 +414389,0,0,0,0,0 +414390,0,0,0,0,0 +414391,0,0,0,0,0 +414392,0,0,0,0,0 +414393,0,0,0,0,0 +414394,0,0,0,0,0 +414395,0,0,0,0,0 +414396,0,0,0,0,0 +414397,0,0,0,0,0 +414398,0,0,0,0,0 +414399,0,0,0,0,0 +414400,0,0,0,0,0 +414401,0,0,0,0,0 +414402,0,0,0,0,0 +414403,0,0,0,0,0 +414404,0,0,0,0,0 +414405,0,0,0,0,0 +414406,0,0,0,0,0 +414407,0,0,0,0,0 +414408,0,0,0,0,0 +414409,0,0,0,0,0 +414410,0,0,0,0,0 +414411,0,0,0,0,0 +414412,0,0,0,0,0 +414413,0,0,0,0,0 +414414,0,0,0,0,0 +414415,0,0,0,0,0 +414416,0,0,0,0,0 +414417,0,0,0,0,0 +414418,0,0,0,0,0 +414419,0,0,0,0,0 +414420,0,0,0,0,0 +414421,0,0,0,0,0 +414422,0,0,0,0,0 +414423,0,0,0,0,0 +414424,0,0,0,0,0 +414425,0,0,0,0,0 +414426,0,0,0,0,0 +414427,0,0,0,0,0 +414428,0,0,0,0,0 +414429,0,0,0,0,0 +414430,0,0,0,0,0 +414431,0,0,0,0,0 +414432,0,0,0,0,0 +414433,0,0,0,0,0 +414434,0,0,0,0,0 +414435,0,0,0,0,0 +414436,0,0,0,0,0 +414437,0,0,0,0,0 +414438,0,0,0,0,0 +414439,0,0,0,0,0 +414440,0,0,0,0,0 +414441,0,0,0,0,0 +414442,0,0,0,0,0 +414443,0,0,0,0,0 +414444,0,0,0,0,0 +414445,0,0,0,0,0 +414446,0,0,0,0,0 +414447,0,0,0,0,0 +414448,0,0,0,0,0 +414449,0,0,0,0,0 +414450,0,0,0,0,0 +414451,0,0,0,0,0 +414452,0,0,0,0,0 +414453,0,0,0,0,0 +414454,0,0,0,0,0 +414455,0,0,0,0,0 +414456,0,0,0,0,0 +414457,0,0,0,0,0 +414458,0,0,0,0,0 +414459,0,0,0,0,0 +414460,0,0,0,0,0 +414461,0,0,0,0,0 +414462,0,0,0,0,0 +414463,0,0,0,0,0 +414464,0,0,0,0,0 +414465,0,0,0,0,0 +414466,0,0,0,0,0 +414467,0,0,0,0,0 +414468,0,0,0,0,0 +414469,0,0,0,0,0 +414470,0,0,0,0,0 +414471,0,0,0,0,0 +414472,0,0,0,0,0 +414473,0,0,0,0,0 +414474,0,0,0,0,0 +414475,0,0,0,0,0 +414476,0,0,0,0,0 +414477,0,0,0,0,0 +414478,0,0,0,0,0 +414479,0,0,0,0,0 +414480,0,0,0,0,0 +414481,0,0,0,0,0 +414482,0,0,0,0,0 +414483,0,0,0,0,0 +414484,0,0,0,0,0 +414485,0,0,0,0,0 +414486,0,0,0,0,0 +414487,0,0,0,0,0 +414488,0,0,0,0,0 +414489,0,0,0,0,0 +414490,0,0,0,0,0 +414491,0,0,0,0,0 +414492,0,0,0,0,0 +414493,0,0,0,0,0 +414494,0,0,0,0,0 +414495,0,0,0,0,0 +414496,0,0,0,0,0 +414497,0,0,0,0,0 +414498,0,0,0,0,0 +414499,0,0,0,0,0 +414500,0,0,0,0,0 +414501,0,0,0,0,0 +414502,0,0,0,0,0 +414503,0,0,0,0,0 +414504,0,0,0,0,0 +414505,0,0,0,0,0 +414506,0,0,0,0,0 +414507,0,0,0,0,0 +414508,0,0,0,0,0 +414509,0,0,0,0,0 +414510,0,0,0,0,0 +414511,0,0,0,0,0 +414512,0,0,0,0,0 +414513,0,0,0,0,0 +414514,0,0,0,0,0 +414515,0,0,0,0,0 +414516,0,0,0,0,0 +414517,0,0,0,0,0 +414518,0,0,0,0,0 +414519,0,0,0,0,0 +414520,0,0,0,0,0 +414521,0,0,0,0,0 +414522,0,0,0,0,0 +414523,0,0,0,0,0 +414524,0,0,0,0,0 +414525,0,0,0,0,0 +414526,0,0,0,0,0 +414527,0,0,0,0,0 +414528,0,0,0,0,0 +414529,0,0,0,0,0 +414530,0,0,0,0,0 +414531,0,0,0,0,0 +414532,0,0,0,0,0 +414533,0,0,0,0,0 +414534,0,0,0,0,0 +414535,0,0,0,0,0 +414536,0,0,0,0,0 +414537,0,0,0,0,0 +414538,0,0,0,0,0 +414539,0,0,0,0,0 +414540,0,0,0,0,0 +414541,0,0,0,0,0 +414542,0,0,0,0,0 +414543,0,0,0,0,0 +414544,0,0,0,0,0 +414545,0,0,0,0,0 +414546,0,0,0,0,0 +414547,0,0,0,0,0 +414548,0,0,0,0,0 +414549,0,0,0,0,0 +414550,0,0,0,0,0 +414551,0,0,0,0,0 +414552,0,0,0,0,0 +414553,0,0,0,0,0 +414554,0,0,0,0,0 +414555,0,0,0,0,0 +414556,0,0,0,0,0 +414557,0,0,0,0,0 +414558,0,0,0,0,0 +414559,0,0,0,0,0 +414560,0,0,0,0,0 +414561,0,0,0,0,0 +414562,0,0,0,0,0 +414563,0,0,0,0,0 +414564,0,0,0,0,0 +414565,0,0,0,0,0 +414566,0,0,0,0,0 +414567,0,0,0,0,0 +414568,0,0,0,0,0 +414569,0,0,0,0,0 +414570,0,0,0,0,0 +414571,0,0,0,0,0 +414572,0,0,0,0,0 +414573,0,0,0,0,0 +414574,0,0,0,0,0 +414575,0,0,0,0,0 +414576,0,0,0,0,0 +414577,0,0,0,0,0 +414578,0,0,0,0,0 +414579,0,0,0,0,0 +414580,0,0,0,0,0 +414581,0,0,0,0,0 +414582,0,0,0,0,0 +414583,0,0,0,0,0 +414584,0,0,0,0,0 +414585,0,0,0,0,0 +414586,0,0,0,0,0 +414587,0,0,0,0,0 +414588,0,0,0,0,0 +414589,0,0,0,0,0 +414590,0,0,0,0,0 +414591,0,0,0,0,0 +414592,0,0,0,0,0 +414593,0,0,0,0,0 +414594,0,0,0,0,0 +414595,0,0,0,0,0 +414596,0,0,0,0,0 +414597,0,0,0,0,0 +414598,0,0,0,0,0 +414599,0,0,0,0,0 +414600,0,0,0,0,0 +414601,0,0,0,0,0 +414602,0,0,0,0,0 +414603,0,0,0,0,0 +414604,0,0,0,0,0 +414605,0,0,0,0,0 +414606,0,0,0,0,0 +414607,0,0,0,0,0 +414608,0,0,0,0,0 +414609,0,0,0,0,0 +414610,0,0,0,0,0 +414611,0,0,0,0,0 +414612,0,0,0,0,0 +414613,0,0,0,0,0 +414614,0,0,0,0,0 +414615,0,0,0,0,0 +414616,0,0,0,0,0 +414617,0,0,0,0,0 +414618,0,0,0,0,0 +414619,0,0,0,0,0 +414620,0,0,0,0,0 +414621,0,0,0,0,0 +414622,0,0,0,0,0 +414623,0,0,0,0,0 +414624,0,0,0,0,0 +414625,0,0,0,0,0 +414626,0,0,0,0,0 +414627,0,0,0,0,0 +414628,0,0,0,0,0 +414629,0,0,0,0,0 +414630,0,0,0,0,0 +414631,0,0,0,0,0 +414632,0,0,0,0,0 +414633,0,0,0,0,0 +414634,0,0,0,0,0 +414635,0,0,0,0,0 +414636,0,0,0,0,0 +414637,0,0,0,0,0 +414638,0,0,0,0,0 +414639,0,0,0,0,0 +414640,0,0,0,0,0 +414641,0,0,0,0,0 +414642,0,0,0,0,0 +414643,0,0,0,0,0 +414644,0,0,0,0,0 +414645,0,0,0,0,0 +414646,0,0,0,0,0 +414647,0,0,0,0,0 +414648,0,0,0,0,0 +414649,0,0,0,0,0 +414650,0,0,0,0,0 +414651,0,0,0,0,0 +414652,0,0,0,0,0 +414653,0,0,0,0,0 +414654,0,0,0,0,0 +414655,0,0,0,0,0 +414656,0,0,0,0,0 +414657,0,0,0,0,0 +414658,0,0,0,0,0 +414659,0,0,0,0,0 +414660,0,0,0,0,0 +414661,0,0,0,0,0 +414662,0,0,0,0,0 +414663,0,0,0,0,0 +414664,0,0,0,0,0 +414665,0,0,0,0,0 +414666,0,0,0,0,0 +414667,0,0,0,0,0 +414668,0,0,0,0,0 +414669,0,0,0,0,0 +414670,0,0,0,0,0 +414671,0,0,0,0,0 +414672,0,0,0,0,0 +414673,0,0,0,0,0 +414674,0,0,0,0,0 +414675,0,0,0,0,0 +414676,0,0,0,0,0 +414677,0,0,0,0,0 +414678,0,0,0,0,0 +414679,0,0,0,0,0 +414680,0,0,0,0,0 +414681,0,0,0,0,0 +414682,0,0,0,0,0 +414683,0,0,0,0,0 +414684,0,0,0,0,0 +414685,0,0,0,0,0 +414686,0,0,0,0,0 +414687,0,0,0,0,0 +414688,0,0,0,0,0 +414689,0,0,0,0,0 +414690,0,0,0,0,0 +414691,0,0,0,0,0 +414692,0,0,0,0,0 +414693,0,0,0,0,0 +414694,0,0,0,0,0 +414695,0,0,0,0,0 +414696,0,0,0,0,0 +414697,0,0,0,0,0 +414698,0,0,0,0,0 +414699,0,0,0,0,0 +414700,0,0,0,0,0 +414701,0,0,0,0,0 +414702,0,0,0,0,0 +414703,0,0,0,0,0 +414704,0,0,0,0,0 +414705,0,0,0,0,0 +414706,0,0,0,0,0 +414707,0,0,0,0,0 +414708,0,0,0,0,0 +414709,0,0,0,0,0 +414710,0,0,0,0,0 +414711,0,0,0,0,0 +414712,0,0,0,0,0 +414713,0,0,0,0,0 +414714,0,0,0,0,0 +414715,0,0,0,0,0 +414716,0,0,0,0,0 +414717,0,0,0,0,0 +414718,0,0,0,0,0 +414719,0,0,0,0,0 +414720,0,0,0,0,0 +414721,0,0,0,0,0 +414722,0,0,0,0,0 +414723,0,0,0,0,0 +414724,0,0,0,0,0 +414725,0,0,0,0,0 +414726,0,0,0,0,0 +414727,0,0,0,0,0 +414728,0,0,0,0,0 +414729,0,0,0,0,0 +414730,0,0,0,0,0 +414731,0,0,0,0,0 +414732,0,0,0,0,0 +414733,0,0,0,0,0 +414734,0,0,0,0,0 +414735,0,0,0,0,0 +414736,0,0,0,0,0 +414737,0,0,0,0,0 +414738,0,0,0,0,0 +414739,0,0,0,0,0 +414740,0,0,0,0,0 +414741,0,0,0,0,0 +414742,0,0,0,0,0 +414743,0,0,0,0,0 +414744,0,0,0,0,0 +414745,0,0,0,0,0 +414746,0,0,0,0,0 +414747,0,0,0,0,0 +414748,0,0,0,0,0 +414749,0,0,0,0,0 +414750,0,0,0,0,0 +414751,0,0,0,0,0 +414752,0,0,0,0,0 +414753,0,0,0,0,0 +414754,0,0,0,0,0 +414755,0,0,0,0,0 +414756,0,0,0,0,0 +414757,0,0,0,0,0 +414758,0,0,0,0,0 +414759,0,0,0,0,0 +414760,0,0,0,0,0 +414761,0,0,0,0,0 +414762,0,0,0,0,0 +414763,0,0,0,0,0 +414764,0,0,0,0,0 +414765,0,0,0,0,0 +414766,0,0,0,0,0 +414767,0,0,0,0,0 +414768,0,0,0,0,0 +414769,0,0,0,0,0 +414770,0,0,0,0,0 +414771,0,0,0,0,0 +414772,0,0,0,0,0 +414773,0,0,0,0,0 +414774,0,0,0,0,0 +414775,0,0,0,0,0 +414776,0,0,0,0,0 +414777,0,0,0,0,0 +414778,0,0,0,0,0 +414779,0,0,0,0,0 +414780,0,0,0,0,0 +414781,0,0,0,0,0 +414782,0,0,0,0,0 +414783,0,0,0,0,0 +414784,0,0,0,0,0 +414785,0,0,0,0,0 +414786,0,0,0,0,0 +414787,0,0,0,0,0 +414788,0,0,0,0,0 +414789,0,0,0,0,0 +414790,0,0,0,0,0 +414791,0,0,0,0,0 +414792,0,0,0,0,0 +414793,0,0,0,0,0 +414794,0,0,0,0,0 +414795,0,0,0,0,0 +414796,0,0,0,0,0 +414797,0,0,0,0,0 +414798,0,0,0,0,0 +414799,0,0,0,0,0 +414800,0,0,0,0,0 +414801,0,0,0,0,0 +414802,0,0,0,0,0 +414803,0,0,0,0,0 +414804,0,0,0,0,0 +414805,0,0,0,0,0 +414806,0,0,0,0,0 +414807,0,0,0,0,0 +414808,0,0,0,0,0 +414809,0,0,0,0,0 +414810,0,0,0,0,0 +414811,0,0,0,0,0 +414812,0,0,0,0,0 +414813,0,0,0,0,0 +414814,0,0,0,0,0 +414815,0,0,0,0,0 +414816,0,0,0,0,0 +414817,0,0,0,0,0 +414818,0,0,0,0,0 +414819,0,0,0,0,0 +414820,0,0,0,0,0 +414821,0,0,0,0,0 +414822,0,0,0,0,0 +414823,0,0,0,0,0 +414824,0,0,0,0,0 +414825,0,0,0,0,0 +414826,0,0,0,0,0 +414827,0,0,0,0,0 +414828,0,0,0,0,0 +414829,0,0,0,0,0 +414830,0,0,0,0,0 +414831,0,0,0,0,0 +414832,0,0,0,0,0 +414833,0,0,0,0,0 +414834,0,0,0,0,0 +414835,0,0,0,0,0 +414836,0,0,0,0,0 +414837,0,0,0,0,0 +414838,0,0,0,0,0 +414839,0,0,0,0,0 +414840,0,0,0,0,0 +414841,0,0,0,0,0 +414842,0,0,0,0,0 +414843,0,0,0,0,0 +414844,0,0,0,0,0 +414845,0,0,0,0,0 +414846,0,0,0,0,0 +414847,0,0,0,0,0 +414848,0,0,0,0,0 +414849,0,0,0,0,0 +414850,0,0,0,0,0 +414851,0,0,0,0,0 +414852,0,0,0,0,0 +414853,0,0,0,0,0 +414854,0,0,0,0,0 +414855,0,0,0,0,0 +414856,0,0,0,0,0 +414857,0,0,0,0,0 +414858,0,0,0,0,0 +414859,0,0,0,0,0 +414860,0,0,0,0,0 +414861,0,0,0,0,0 +414862,0,0,0,0,0 +414863,0,0,0,0,0 +414864,0,0,0,0,0 +414865,0,0,0,0,0 +414866,0,0,0,0,0 +414867,0,0,0,0,0 +414868,0,0,0,0,0 +414869,0,0,0,0,0 +414870,0,0,0,0,0 +414871,0,0,0,0,0 +414872,0,0,0,0,0 +414873,0,0,0,0,0 +414874,0,0,0,0,0 +414875,0,0,0,0,0 +414876,0,0,0,0,0 +414877,0,0,0,0,0 +414878,0,0,0,0,0 +414879,0,0,0,0,0 +414880,0,0,0,0,0 +414881,0,0,0,0,0 +414882,0,0,0,0,0 +414883,0,0,0,0,0 +414884,0,0,0,0,0 +414885,0,0,0,0,0 +414886,0,0,0,0,0 +414887,0,0,0,0,0 +414888,0,0,0,0,0 +414889,0,0,0,0,0 +414890,0,0,0,0,0 +414891,0,0,0,0,0 +414892,0,0,0,0,0 +414893,0,0,0,0,0 +414894,0,0,0,0,0 +414895,0,0,0,0,0 +414896,0,0,0,0,0 +414897,0,0,0,0,0 +414898,0,0,0,0,0 +414899,0,0,0,0,0 +414900,0,0,0,0,0 +414901,0,0,0,0,0 +414902,0,0,0,0,0 +414903,0,0,0,0,0 +414904,0,0,0,0,0 +414905,0,0,0,0,0 +414906,0,0,0,0,0 +414907,0,0,0,0,0 +414908,0,0,0,0,0 +414909,0,0,0,0,0 +414910,0,0,0,0,0 +414911,0,0,0,0,0 +414912,0,0,0,0,0 +414913,0,0,0,0,0 +414914,0,0,0,0,0 +414915,0,0,0,0,0 +414916,0,0,0,0,0 +414917,0,0,0,0,0 +414918,0,0,0,0,0 +414919,0,0,0,0,0 +414920,0,0,0,0,0 +414921,0,0,0,0,0 +414922,0,0,0,0,0 +414923,0,0,0,0,0 +414924,0,0,0,0,0 +414925,0,0,0,0,0 +414926,0,0,0,0,0 +414927,0,0,0,0,0 +414928,0,0,0,0,0 +414929,0,0,0,0,0 +414930,0,0,0,0,0 +414931,0,0,0,0,0 +414932,0,0,0,0,0 +414933,0,0,0,0,0 +414934,0,0,0,0,0 +414935,0,0,0,0,0 +414936,0,0,0,0,0 +414937,0,0,0,0,0 +414938,0,0,0,0,0 +414939,0,0,0,0,0 +414940,0,0,0,0,0 +414941,0,0,0,0,0 +414942,0,0,0,0,0 +414943,0,0,0,0,0 +414944,0,0,0,0,0 +414945,0,0,0,0,0 +414946,0,0,0,0,0 +414947,0,0,0,0,0 +414948,0,0,0,0,0 +414949,0,0,0,0,0 +414950,0,0,0,0,0 +414951,0,0,0,0,0 +414952,0,0,0,0,0 +414953,0,0,0,0,0 +414954,0,0,0,0,0 +414955,0,0,0,0,0 +414956,0,0,0,0,0 +414957,0,0,0,0,0 +414958,0,0,0,0,0 +414959,0,0,0,0,0 +414960,0,0,0,0,0 +414961,0,0,0,0,0 +414962,0,0,0,0,0 +414963,0,0,0,0,0 +414964,0,0,0,0,0 +414965,0,0,0,0,0 +414966,0,0,0,0,0 +414967,0,0,0,0,0 +414968,0,0,0,0,0 +414969,0,0,0,0,0 +414970,0,0,0,0,0 +414971,0,0,0,0,0 +414972,0,0,0,0,0 +414973,0,0,0,0,0 +414974,0,0,0,0,0 +414975,0,0,0,0,0 +414976,0,0,0,0,0 +414977,0,0,0,0,0 +414978,0,0,0,0,0 +414979,0,0,0,0,0 +414980,0,0,0,0,0 +414981,0,0,0,0,0 +414982,0,0,0,0,0 +414983,0,0,0,0,0 +414984,0,0,0,0,0 +414985,0,0,0,0,0 +414986,0,0,0,0,0 +414987,0,0,0,0,0 +414988,0,0,0,0,0 +414989,0,0,0,0,0 +414990,0,0,0,0,0 +414991,0,0,0,0,0 +414992,0,0,0,0,0 +414993,0,0,0,0,0 +414994,0,0,0,0,0 +414995,0,0,0,0,0 +414996,0,0,0,0,0 +414997,0,0,0,0,0 +414998,0,0,0,0,0 +414999,0,0,0,0,0 +415000,0,0,0,0,0 +415001,0,0,0,0,0 +415002,0,0,0,0,0 +415003,0,0,0,0,0 +415004,0,0,0,0,0 +415005,0,0,0,0,0 +415006,0,0,0,0,0 +415007,0,0,0,0,0 +415008,0,0,0,0,0 +415009,0,0,0,0,0 +415010,0,0,0,0,0 +415011,0,0,0,0,0 +415012,0,0,0,0,0 +415013,0,0,0,0,0 +415014,0,0,0,0,0 +415015,0,0,0,0,0 +415016,0,0,0,0,0 +415017,0,0,0,0,0 +415018,0,0,0,0,0 +415019,0,0,0,0,0 +415020,0,0,0,0,0 +415021,0,0,0,0,0 +415022,0,0,0,0,0 +415023,0,0,0,0,0 +415024,0,0,0,0,0 +415025,0,0,0,0,0 +415026,0,0,0,0,0 +415027,0,0,0,0,0 +415028,0,0,0,0,0 +415029,0,0,0,0,0 +415030,0,0,0,0,0 +415031,0,0,0,0,0 +415032,0,0,0,0,0 +415033,0,0,0,0,0 +415034,0,0,0,0,0 +415035,0,0,0,0,0 +415036,0,0,0,0,0 +415037,0,0,0,0,0 +415038,0,0,0,0,0 +415039,0,0,0,0,0 +415040,0,0,0,0,0 +415041,0,0,0,0,0 +415042,0,0,0,0,0 +415043,0,0,0,0,0 +415044,0,0,0,0,0 +415045,0,0,0,0,0 +415046,0,0,0,0,0 +415047,0,0,0,0,0 +415048,0,0,0,0,0 +415049,0,0,0,0,0 +415050,0,0,0,0,0 +415051,0,0,0,0,0 +415052,0,0,0,0,0 +415053,0,0,0,0,0 +415054,0,0,0,0,0 +415055,0,0,0,0,0 +415056,0,0,0,0,0 +415057,0,0,0,0,0 +415058,0,0,0,0,0 +415059,0,0,0,0,0 +415060,0,0,0,0,0 +415061,0,0,0,0,0 +415062,0,0,0,0,0 +415063,0,0,0,0,0 +415064,0,0,0,0,0 +415065,0,0,0,0,0 +415066,0,0,0,0,0 +415067,0,0,0,0,0 +415068,0,0,0,0,0 +415069,0,0,0,0,0 +415070,0,0,0,0,0 +415071,0,0,0,0,0 +415072,0,0,0,0,0 +415073,0,0,0,0,0 +415074,0,0,0,0,0 +415075,0,0,0,0,0 +415076,0,0,0,0,0 +415077,0,0,0,0,0 +415078,0,0,0,0,0 +415079,0,0,0,0,0 +415080,0,0,0,0,0 +415081,0,0,0,0,0 +415082,0,0,0,0,0 +415083,0,0,0,0,0 +415084,0,0,0,0,0 +415085,0,0,0,0,0 +415086,0,0,0,0,0 +415087,0,0,0,0,0 +415088,0,0,0,0,0 +415089,0,0,0,0,0 +415090,0,0,0,0,0 +415091,0,0,0,0,0 +415092,0,0,0,0,0 +415093,0,0,0,0,0 +415094,0,0,0,0,0 +415095,0,0,0,0,0 +415096,0,0,0,0,0 +415097,0,0,0,0,0 +415098,0,0,0,0,0 +415099,0,0,0,0,0 +415100,0,0,0,0,0 +415101,0,0,0,0,0 +415102,0,0,0,0,0 +415103,0,0,0,0,0 +415104,0,0,0,0,0 +415105,0,0,0,0,0 +415106,0,0,0,0,0 +415107,0,0,0,0,0 +415108,0,0,0,0,0 +415109,0,0,0,0,0 +415110,0,0,0,0,0 +415111,0,0,0,0,0 +415112,0,0,0,0,0 +415113,0,0,0,0,0 +415114,0,0,0,0,0 +415115,0,0,0,0,0 +415116,0,0,0,0,0 +415117,0,0,0,0,0 +415118,0,0,0,0,0 +415119,0,0,0,0,0 +415120,0,0,0,0,0 +415121,0,0,0,0,0 +415122,0,0,0,0,0 +415123,0,0,0,0,0 +415124,0,0,0,0,0 +415125,0,0,0,0,0 +415126,0,0,0,0,0 +415127,0,0,0,0,0 +415128,0,0,0,0,0 +415129,0,0,0,0,0 +415130,0,0,0,0,0 +415131,0,0,0,0,0 +415132,0,0,0,0,0 +415133,0,0,0,0,0 +415134,0,0,0,0,0 +415135,0,0,0,0,0 +415136,0,0,0,0,0 +415137,0,0,0,0,0 +415138,0,0,0,0,0 +415139,0,0,0,0,0 +415140,0,0,0,0,0 +415141,-2026.064366,-82.68658416,-1953.014387,-908.0520057,-1560.487369 +415142,-1025.436772,80.77230222,85.19779714,-358.2030825,145.8860362 +415143,80.68800118,81.47567599,99.115055,36.62819845,148.564474 +415144,84.31458357,80.41857682,94.37852316,29.25190028,-30.26539091 +415145,-326.5704752,78.93333721,82.20555578,-224.654826,-140.3193634 +415146,-255.6930531,77.68677174,69.55281637,-69.6978916,-26.08740196 +415147,-170.606792,76.82332482,58.61674872,-93.12119363,-52.98038742 +415148,-195.3566232,76.28420288,49.37645699,-91.21774759,-55.63951252 +415149,-191.6511434,75.9856629,41.31087496,-89.25876517,-57.4138328 +415150,-186.9110588,75.87109731,34.02467881,-86.84907192,-59.75847289 +415151,-182.6734076,75.90901204,27.31252305,-84.77662726,-61.22975946 +415152,-178.0258647,76.08163617,21.07606212,-83.56044344,-62.74281317 +415153,-173.2795823,76.37521446,15.25549063,-81.64822272,-64.30597309 +415154,-169.0620241,76.77781445,9.800788848,-79.95365281,-65.37899375 +415155,-164.1386007,77.27901118,4.665447866,-78.35013338,-66.69514177 +415156,-159.7532543,77.86985422,-0.192774684,-76.44365938,-67.53209268 +415157,-156.6713214,78.54276921,-4.810729548,-74.63317169,-68.26071545 +415158,-153.2149116,79.29135294,-9.219866873,-73.04990932,-69.25130651 +415159,-149.2264359,80.11018778,-13.44682306,-71.17162863,-69.59578885 +415160,-145.9508325,80.99464258,-17.5142466,-69.26124009,-70.21153183 +415161,-141.9935174,81.94074053,-21.44146303,-67.5864316,-70.7377687 +415162,-138.290763,82.94503628,-25.24504541,-65.62115059,-76.44294534 +415163,-134.5342819,84.00453605,-28.93922746,-63.89431125,-87.05939189 +415164,-130.5756294,85.11660622,-32.53629712,-62.14151377,-97.37027732 +415165,-126.8783037,86.27893226,-36.05059565,-59.9726398,-107.3320428 +415166,-122.6738839,87.48945291,-39.48612395,-58.30823483,-116.9629072 +415167,-119.0457317,88.74633185,-42.85401468,-56.36223247,-126.300248 +415168,-114.9133901,90.04791248,-46.15707947,-54.3954454,-135.3797347 +415169,-110.8951788,91.39272311,-49.40516833,-52.54322385,-144.2297214 +415170,-106.6888244,92.77935498,-52.60147737,-50.67192937,-152.8731666 +415171,-103.2200732,94.20645532,-55.7525771,-48.78360925,-161.3295275 +415172,-99.56164304,95.63909854,-58.88007641,-46.87979408,-169.6161342 +415173,-105.1204218,97.0542596,-61.99743953,-48.36356752,-177.7481095 +415174,-110.4747913,98.44576276,-65.10913173,-50.81783244,-185.7388015 +415175,-115.5478882,99.81617448,-68.21523943,-53.14914662,-193.5997472 +415176,-120.3388239,101.1702363,-71.31479461,-55.34765089,-201.3412198 +415177,-124.8869464,102.512173,-74.4069764,-57.43024598,-208.9721209 +415178,-129.2267731,103.8451958,-77.49134213,-59.41421327,-216.5004735 +415179,-133.3926128,105.1717678,-80.56765655,-61.31809056,-223.9332503 +415180,-137.4042552,106.4938577,-83.63582108,-63.15218388,-231.276818 +415181,-141.2838932,107.8131076,-86.69579011,-64.92813005,-238.5367452 +415182,-145.0431833,109.1308893,-89.747582,-66.6513521,-245.7181879 +415183,-148.6989121,110.4483547,-92.79124036,-68.33030149,-252.825647 +415184,-152.258593,111.7664429,-95.82687373,-69.96809317,-259.8633666 +415185,-155.735614,113.0859308,-98.85459697,-71.57137469,-266.835031 +415186,-159.1344915,114.4074373,-101.8745697,-73.14171461,-273.7441528 +415187,-162.466095,115.7314613,-104.8869546,-74.68448385,-280.5937845 +415188,-165.7327418,117.0583881,-107.8919405,-76.20015344,-287.3868698 +415189,-168.9434773,118.3885207,-110.8897025,-77.69320103,-294.1259424 +415190,-172.0990473,119.7220725,-113.8804444,-79.16334151,-300.8135044 +415191,-175.2072011,268.9388184,-116.8643421,-80.6144426,-307.4516845 +415192,-178.2675448,241.4658076,-119.8415881,-82.04569205,-314.0426132 +415193,-181.2888605,255.6392742,-122.81537,-83.46106889,-320.5892926 +415194,-184.2693809,277.4963422,-125.7849222,-84.8592634,-327.0932802 +415195,-187.2143075,292.5460179,-128.7489428,-86.24318384,-333.5559011 +415196,-190.1213725,306.9400714,-131.7068574,-87.61128685,-339.9788036 +415197,-192.9961565,321.5265546,-134.6586553,-88.96650854,-346.3635403 +415198,-195.8364898,335.5943724,-137.6045625,-90.30725852,-352.7116584 +415199,-198.6477867,349.9046618,-140.5448146,-91.63637104,-359.0244625 +415200,-201.4275584,363.6902906,-143.4796076,-92.95211458,-365.3032409 +415201,-205.6291912,803.1626201,-147.8573439,-94.91550587,-374.1822929 +415202,-190.7300417,825.115354,-133.3583406,-88.01498401,-345.2048026 +415203,-165.7393937,847.1185735,-108.8801311,-76.55504056,-297.2296815 +415204,-140.1370296,867.5200176,-83.76409915,-64.9981742,-247.4533342 +415205,-118.0046393,887.1265258,-62.05799181,-55.21813133,-203.0649292 +415206,-99.84976898,906.0300511,-44.28270623,-47.39149623,-165.0965444 +415207,-84.95408721,930.0468161,-29.73968166,-41.12765088,-133.961112 +415208,-72.54165328,952.9096284,-17.66637152,-36.02624653,-108.1886819 +415209,-62.07178287,975.6695529,-7.530843709,-31.81221117,-86.45952125 +415210,-53.19742205,998.1515845,1.012274129,-28.31079144,-67.95800461 +415211,-45.6713546,1019.809734,8.206473314,-25.39943236,-52.18587278 +415212,-39.61504963,1042.434931,14.24865609,-22.98132649,-38.78782479 +415213,-34.74950692,1063.791068,19.30798523,-20.97520963,-27.46546241 +415214,-30.78317887,1085.282498,23.53048881,-19.41998225,-17.95256356 +415215,-27.51407646,1106.635383,26.80360318,-18.21535346,-10.01247768 +415216,-24.81239445,1127.617289,29.31258753,-17.26283302,-3.438519901 +415217,-22.58698354,1148.589826,31.2516896,-16.49880123,1.947887078 +415218,-20.76572882,1169.260998,32.75075681,-15.88556609,6.300156412 +415219,-19.28788968,1189.730467,33.88583617,-15.39823293,9.750212849 +415220,-18.1019607,1210.17746,34.7161525,-15.01752615,12.41156267 +415221,-17.16466419,1230.319385,35.28133902,-14.72723995,14.38213117 +415222,-16.44005336,1250.357617,35.62199684,-14.51369852,15.74635032 +415223,-15.89832115,1270.145996,35.76564537,-14.36553342,16.57718811 +415224,-15.51480743,1289.949571,35.74277887,-14.27345813,16.93761406 +415225,-15.26900095,1309.448639,35.57185052,-14.2298985,16.88212977 +415226,-15.14386542,1328.785426,35.275542,-14.22869954,16.45781777 +415227,-15.12514473,1348.197996,34.8656288,-14.26480891,15.70553035 +415228,-15.20096562,1367.071388,34.35942685,-14.33409991,14.66059199 +415229,-15.36132663,1386.180767,33.76963263,-14.4331503,13.35375316 +415230,-15.59787856,1407.108788,86.68625044,-14.55915579,11.81162902 +415231,-15.90352876,1433.337743,283.8135733,-14.70976481,10.05748073 +415232,-16.2753996,1438.647108,209.2278444,-14.88400637,8.111428684 +415233,-16.71028069,1440.554911,252.3907984,-15.08084689,5.990932341 +415234,-17.20439767,1482.947823,276.2847326,-15.29912593,3.71087852 +415235,-17.75389848,1486.894897,295.5204627,-15.53767232,1.284260108 +415236,-18.35529963,1505.367891,315.1630407,-15.79543619,297.7985629 +415237,-19.00551341,1521.634406,333.1066948,-16.07148285,315.2146954 +415238,-19.70194517,1537.269936,352.0143051,-16.36504274,286.8263745 +415239,119.7633241,1552.664273,370.3440206,-16.67553403,335.5398392 +415240,210.16226,1568.236612,382.9357779,-17.00252525,357.2556269 +415241,167.0792093,1583.169289,397.3975721,-17.34565225,376.98884 +415242,212.2845998,1598.169039,412.3680197,45.91430997,397.2174742 +415243,233.343817,1612.888514,427.1049208,81.66758955,415.6176446 +415244,253.7599875,1627.51759,441.2340084,66.6432068,435.1161639 +415245,273.6110497,1641.664941,455.3855382,86.75362395,453.0986034 +415246,292.9705123,1656.111747,469.7080338,96.80306429,471.1223358 +415247,312.7434555,1669.899575,483.2110536,106.5453833,488.6548149 +415248,330.9797275,1683.792017,496.7910258,116.1138954,505.9113085 +415249,349.9002032,1697.411782,510.1181255,125.3140338,522.7228954 +415250,368.6481795,1710.880562,523.1593558,132.9485423,539.3134708 +415251,385.8994525,1724.262037,536.067305,140.6878007,555.4695447 +415252,398.6555731,1737.159194,548.7477513,148.1287823,571.0478169 +415253,413.3926341,1750.320847,561.2394747,155.381794,587.1819668 +415254,427.3253123,1763.120519,573.5409153,162.6744008,602.2894421 +415255,442.0395027,1775.629363,585.6572327,169.9853629,617.3189691 +415256,455.777225,1788.064224,597.5528883,176.6036435,632.1562433 +415257,469.6464699,1800.591965,609.3691116,183.7871225,646.5791801 +415258,483.2825769,1812.532315,620.5617665,190.5380406,660.8948149 +415259,496.4774214,1824.605807,632.5467985,196.8737985,674.8059607 +415260,510.2555024,1837.396814,643.4906878,203.7177839,688.6359197 +415261,913.7631436,2025.076974,1044.684802,378.6092142,1482.877256 +415262,929.416225,2018.44436,1059.692985,386.7297389,1480.076633 +415263,945.7130461,2049.962736,1072.785665,393.8731881,1506.030089 +415264,960.1800675,2074.445265,1085.367806,401.4015292,1518.892049 +415265,974.0685125,2059.905277,1097.565486,407.9658066,1534.270289 +415266,988.3931406,2083.994976,1109.399917,414.7315483,1551.82332 +415267,1001.671889,2100.610007,1120.978237,421.2148614,1564.957198 +415268,1015.452561,2102.05827,1132.461695,427.7024722,1584.754767 +415269,1028.482995,2117.535673,1143.423915,433.8944348,1588.774539 +415270,1041.781123,2128.3301,1154.733089,440.2098659,1614.663978 +415271,1054.540565,2138.968835,1165.1701,446.2469943,1616.28051 +415272,1067.507647,2149.757788,1176.21915,452.2983417,1621.272305 +415273,1079.888186,2160.367539,1186.578925,458.1450959,1620.571216 +415274,1092.773052,2170.729168,1197.00465,464.0649306,1619.269574 +415275,1104.771358,2181.015661,1207.134509,469.7492393,1617.638153 +415276,1117.170014,2191.17406,1228.95044,475.4526712,1615.925026 +415277,1129.217556,2200.907713,1214.361368,480.9663418,1614.338593 +415278,1141.314268,2211.004727,1238.835759,486.2299701,1612.980175 +415279,1153.011444,2220.5159,1248.193144,492.0709666,1611.815364 +415280,1164.947547,2230.132706,1255.699912,497.2434724,1610.841645 +415281,1176.408916,2239.302844,1274.944123,502.5865913,1610.052728 +415282,1188.120396,2248.796872,1269.550005,507.7762048,1609.462317 +415283,1199.286359,2257.848868,1279.162652,512.9296586,1609.077182 +415284,1211.018556,2273.452513,1315.04084,518.0785704,1608.985351 +415285,1230.136417,2273.356037,1275.761771,523.0166684,1609.015603 +415286,1231.040878,2285.316329,1326.439822,528.0766784,1608.948442 +415287,1257.454426,2293.816217,1313.855022,532.8478559,1608.890113 +415288,1247.597963,2301.638328,1341.001897,537.8540117,1608.910879 +415289,1250.914115,2310.340721,1322.450532,542.5637956,1609.058185 +415290,1287.565221,2318.299182,1370.140825,547.3000006,1609.673861 +415291,1284.300158,2326.018894,1345.241799,551.9621038,1610.390171 +415292,1297.965969,2340.020711,1366.49602,556.6230431,1611.248363 +415293,1308.422134,2332.226412,1372.560185,561.0905549,1612.283897 +415294,1318.80752,2356.492225,1380.595456,565.6849913,1613.606675 +415295,1328.900535,2353.866378,1388.443578,570.0471762,1615.476011 +415296,1339.523545,2361.501132,1396.723152,574.5456843,1617.014757 +415297,1349.268531,2369.370358,1404.429371,578.7701586,1618.435949 +415298,1359.599488,2375.590157,1412.278643,583.2446884,1619.876168 +415299,1369.520352,2381.631277,1420.10065,587.4388295,1621.268024 +415300,1379.462719,2388.258766,1427.746768,591.6989764,1622.602255 +415301,1389.13561,2400.782569,1440.679618,595.7836334,1624.212402 +415302,1399.252392,2392.453137,1440.704328,600.0863156,1625.561973 +415303,1408.851673,2414.473862,1450.973027,604.0719455,1626.632411 +415304,1418.555913,2410.906037,1458.505758,608.2418713,1627.870394 +415305,1428.086227,2418.279958,1465.45591,612.1866979,1628.983928 +415306,1437.798877,2423.62699,1472.758446,616.276094,1629.931219 +415307,1447.240868,2429.003369,1480.084398,620.1497223,1630.866347 +415308,1456.581542,2434.31449,1487.235477,624.1696588,1631.79085 +415309,1466.051564,2439.423689,1499.420698,627.9760146,1632.815562 +415310,1475.45896,2444.174563,1499.636652,631.929717,1633.78655 +415311,1484.704178,2456.080151,1508.613531,635.6720786,1634.765222 +415312,1493.928892,2446.588411,1516.091062,639.5143096,1635.751128 +415313,1503.025423,2465.649714,1522.439931,643.2684489,1636.439979 +415314,1512.301756,2464.05967,1534.26448,647.114205,1637.452705 +415315,1521.128042,2467.590899,1534.592111,650.6343551,1638.326331 +415316,1530.389777,2472.611304,1542.815967,654.4725163,1638.838213 +415317,1539.123604,2477.02742,1554.643897,658.0004453,1639.472998 +415318,1548.290937,2481.012435,1555.094408,661.6976671,1640.155716 +415319,1556.932777,2484.903606,1567.028568,665.2566411,1640.953418 +415320,1566.003149,2488.790033,1569.056175,668.9162694,1641.442215 +415321,1581.430616,2500.835437,1582.952252,675.3003402,1639.64464 +415322,1591.464431,2493.385364,1594.87117,679.4898776,1639.310323 +415323,1601.117166,2509.838466,1593.989329,683.4518872,1639.103293 +415324,1610.780532,2509.054041,1595.232563,687.3220459,1639.245754 +415325,1620.186642,2510.886484,1592.627746,691.13046,1638.551191 +415326,1629.289202,2514.41862,1589.97204,694.8939223,1636.739951 +415327,1641.908982,2524.284355,1587.647925,698.6209572,1634.482539 +415328,1656.997427,2515.243208,1585.489834,702.3173536,1631.952732 +415329,1652.873041,2534.259657,1583.627963,705.9331735,1629.027456 +415330,1653.290118,2523.111979,1582.107151,709.6562862,1626.090095 +415331,1683.165726,2532.688274,1580.640056,713.2904156,1622.876936 +415332,1681.398154,2532.110639,1579.274829,716.8134617,1619.518442 +415333,1692.465056,2532.466448,1577.979248,720.3704748,1616.025476 +415334,1701.485716,2533.606034,1576.676595,723.9983385,1612.341156 +415335,1710.045569,2533.340945,1575.367737,727.4886722,1608.497688 +415336,1718.870672,2531.698947,1573.991549,731.0084377,1604.442654 +415337,1727.529472,2530.135217,1572.682128,734.4998194,1600.131134 +415338,1736.142414,2528.68456,1571.064557,737.9710083,1595.799952 +415339,1744.732927,2527.314305,1569.370276,741.4257003,1591.085215 +415340,1753.399097,2525.968684,1567.634697,744.8609034,1586.240602 +415341,1764.242806,2524.600146,1565.877963,748.2790919,1581.302156 +415342,1788.580905,2523.146321,1564.086363,751.6221018,1576.262137 +415343,1753.45312,2521.724416,1562.349726,755.0950381,1571.242318 +415344,1793.368696,2520.336566,1560.677813,758.4794997,1566.262082 +415345,1796.182645,2518.843618,1558.984897,761.7522994,1561.218885 +415346,1802.500805,2517.278009,1557.293111,765.0726579,1556.145171 +415347,1811.820404,2515.689796,1555.633484,768.4780346,1551.083517 +415348,1837.277182,2514.018888,1553.96489,773.9574431,1545.984486 +415349,1803.859096,2512.367069,1552.354006,776.6668788,1540.934919 +415350,1845.969691,2510.736687,1550.80422,780.8166663,1535.941453 +415351,1842.322819,2509.02147,1549.247516,783.1422524,1530.92009 +415352,1877.525384,2507.14073,1547.642768,788.1271006,1525.841758 +415353,1819.776853,2505.263836,1546.104375,788.790387,1520.86579 +415354,1889.104485,2503.351207,1544.787378,775.0345613,1515.958588 +415355,1893.570031,2501.288134,1543.221864,802.744218,1511.014606 +415356,1841.110957,2499.144782,1541.647165,793.9977868,1506.07756 +415357,1933.689962,2497.318578,1540.327425,799.293545,1501.474671 +415358,1866.358045,2495.491283,1539.06432,802.3995025,1496.950275 +415359,1929.121082,2493.714484,1537.899771,805.2828933,1492.558104 +415360,1903.241252,2492.011909,1536.850881,808.1961063,1488.320508 +415361,1921.47966,2490.365032,1535.904896,810.9661531,1484.221634 +415362,1927.097721,2489.097536,1535.441134,814.0956943,1480.53789 +415363,1933.891327,2488.176213,1535.076932,816.7018053,1477.260171 +415364,1941.085362,2487.390596,1535.074044,819.7029983,1474.232965 +415365,1948.223937,2486.64704,1535.104983,822.4166935,1471.382731 +415366,1954.811232,2485.896925,1534.666018,825.3276272,1468.655994 +415367,1962.284591,2485.126471,1534.838074,828.0875016,1466.020278 +415368,1968.852896,2484.322573,1535.097683,830.8007134,1463.443804 +415369,1975.727661,2483.476536,1535.267296,833.6154041,1460.902335 +415370,1982.649421,2482.592122,1535.640223,836.4096253,1458.386412 +415371,1998.128065,2481.821877,1535.973238,839.0568377,1456.018613 +415372,1992.111315,2480.981595,1536.293852,841.9515336,1453.644778 +415373,2004.043531,2479.918928,1536.503159,844.4243253,1451.131754 +415374,2010.214127,2478.830066,1536.72092,847.2998862,1448.622536 +415375,2016.604795,2477.755229,1537.172663,849.8435754,1446.156577 +415376,2022.802551,2476.634453,1537.431945,852.6438069,1443.883113 +415377,2029.858818,2475.481976,1537.694907,855.1026358,1441.412111 +415378,2036.043284,2474.299287,1537.965916,858.0550615,1438.94227 +415379,2042.699757,2473.079603,1538.246344,860.4033272,1436.483413 +415380,2048.740952,2471.821194,1538.532871,863.2170796,1434.02589 +415381,1944.588081,2467.162002,1534.412948,812.5202074,1424.264174 +415382,1940.366837,2454.222801,1523.377832,814.3696741,1404.388453 +415383,1949.549339,2439.857319,1510.131042,816.5477363,1380.949751 +415384,1955.2,2429.261202,1498.604246,818.6616572,1359.47624 +415385,1960.535546,2422.873522,1489.692251,820.9794427,1341.350887 +415386,1966.815875,2419.244337,1482.976497,823.198046,1326.143187 +415387,1972.615621,2416.880764,1477.790221,825.692667,1313.056998 +415388,1978.373736,2414.861417,1473.602135,827.8656748,1301.445083 +415389,1984.695333,2412.820666,1470.087645,830.2638356,1290.903669 +415390,1990.474989,2410.683131,1467.054878,832.5934925,1281.182465 +415391,2004.115747,2408.636546,1464.687936,834.9354583,1272.258042 +415392,1999.32657,2406.523216,1462.407262,837.353043,1263.857134 +415393,2008.795736,2404.158882,1460.204019,839.5840493,1255.715698 +415394,2014.566629,2401.751941,1458.165449,841.9812468,1247.919508 +415395,2020.357546,2399.379189,1456.305073,844.3124624,1240.465547 +415396,2026.057064,2396.980281,1454.558914,846.580544,1233.257041 +415397,2039.27846,2394.728209,1453.027412,849.0315003,1226.410026 +415398,2035.23405,2392.43798,1451.57853,851.3189347,1219.746216 +415399,2043.411344,2389.874831,1450.043051,853.7436118,1213.039852 +415400,2049.52789,2387.251743,1448.542824,855.9686343,1206.435711 +415401,2062.604448,2384.871339,1447.267214,858.3594897,1200.166684 +415402,2058.696235,2382.478854,1446.048545,860.6833761,1194.0132 +415403,2065.484438,2379.784032,1444.692769,863.0170005,1187.722265 +415404,2079.058483,2377.443487,1443.460765,865.350313,1181.620999 +415405,2076.345426,2374.899463,1442.332401,867.6816369,1175.679088 +415406,2089.193703,2372.260152,1441.191963,870.0437789,1169.753531 +415407,2087.396835,2369.510366,1440.219284,872.4231903,1163.820193 +415408,2097.491517,2366.678969,1439.028248,874.5887548,1157.873725 +415409,2102.893477,2363.942587,1437.934157,877.0600683,1152.067525 +415410,2100.213734,2361.028509,1436.749384,879.3477778,1146.158074 +415411,2100.027568,2357.614504,1435.265488,881.636256,1139.868374 +415412,2094.786547,2353.625372,1433.403367,883.9624411,1133.099466 +415413,2089.738205,2349.042648,1431.135736,886.2317378,1125.804661 +415414,2084.954699,2343.968847,1428.490067,888.646543,1118.018308 +415415,2080.460346,2338.571334,1425.56563,890.7969039,1109.874151 +415416,2076.209876,2332.966194,1422.442467,893.143395,1101.456975 +415417,2072.154827,2327.21986,1419.180609,895.4216491,1092.839943 +415418,2068.260905,2321.368176,1415.823691,897.6292863,1084.081313 +415419,2064.504025,2315.430105,1412.402334,900.038455,1075.223918 +415420,2060.865526,2309.416655,1408.937931,902.344815,1066.298586 +415421,2057.325702,2303.337019,1405.446717,904.5212204,1057.329084 +415422,2053.861155,2296.924546,1401.928228,914.8403338,1048.31736 +415423,2050.497433,2290.759554,1398.417054,900.4241586,1039.309944 +415424,2047.508296,2284.583956,1394.924381,912.6254238,1030.323223 +415425,2044.2521,2278.332809,1391.421135,914.5948984,1021.321792 +415426,2041.03509,2272.012202,1387.915321,915.4232233,1012.317184 +415427,2037.87699,2265.648955,1384.422368,918.367708,1003.330048 +415428,2034.7799,2259.247671,1380.941982,920.472025,994.360699 +415429,2031.73221,2252.81168,1377.474219,922.8287713,985.4098456 +415430,2028.734347,2246.343523,1374.019551,925.0983643,976.478549 +415431,2025.775668,2239.84431,1370.577874,927.4624073,967.5670258 +415432,2023.097546,2233.31348,1367.147929,929.6488217,958.673552 +415433,2020.151432,2226.753524,1363.73274,931.8797986,949.8093601 +415434,2017.230137,2220.16738,1360.330144,934.311896,940.9606742 +415435,2014.624011,2213.55479,1356.94093,936.5880976,932.1361288 +415436,2011.666086,2206.916174,1353.561889,938.7515158,923.3225672 +415437,2008.922548,2200.2544,1350.194045,941.098288,914.5224262 +415438,2005.598972,2193.574339,1346.840714,943.370874,905.7427579 +415439,2002.779276,2186.878063,1343.503324,945.7413991,896.9869419 +415440,2000.216046,2180.160056,1340.177891,947.8979354,888.2502027 +415441,2002.102349,2126.682744,1341.89749,840.499231,889.0919422 +415442,1985.502661,2026.569296,1330.3425,839.7977456,869.9501596 +415443,1958.583871,2049.270156,1312.10043,839.7871984,840.6631099 +415444,1934.79339,2041.802698,1295.415581,840.2992908,813.0239837 +415445,1917.89238,2029.299205,1282.726177,840.8067401,790.6432869 +415446,1906.235871,2019.373493,1273.283435,841.4395957,772.6930706 +415447,1898.102009,2010.826847,1266.107953,842.2688311,757.9653817 +415448,1892.164506,2001.869418,1260.424551,842.9199032,745.5024666 +415449,1887.259887,1992.730789,1255.706768,843.7100309,734.635097 +415450,1883.498378,1983.730415,1251.646428,844.6777677,724.9537365 +415451,1880.139212,1967.690023,1247.948583,845.4946788,716.0537244 +415452,1877.355898,1974.639556,1244.712472,846.4123185,708.0298755 +415453,1874.910688,1946.348575,1241.773843,847.339207,700.6407153 +415454,1872.534237,1949.505709,1238.944163,848.3714446,693.6158866 +415455,1870.480091,1937.789626,1236.374785,849.2056942,687.1216743 +415456,1868.651259,1928.317069,1233.990519,850.2495237,681.0378343 +415457,1866.906946,1919.620199,1231.697067,851.2332525,675.2228531 +415458,1865.559676,1910.810452,1229.50042,852.2450305,669.6653366 +415459,1863.990532,1901.512869,1227.380128,853.27086,664.3219766 +415460,1862.491639,1892.527846,1225.322494,854.3101601,659.1601175 +415461,1861.070195,1883.569236,1223.324521,855.4498771,654.1627851 +415462,1859.731289,1874.508508,1221.379566,856.3800004,649.3101484 +415463,1858.459326,1865.439849,1219.478618,857.430455,644.5809764 +415464,1857.253217,1856.456666,1217.615718,858.6373423,639.9592529 +415465,1855.9318,1840.231479,1215.677757,859.6707204,635.2927422 +415466,1854.820012,1847.875361,1213.865839,860.7925377,630.831583 +415467,1853.761582,1818.310243,1212.080152,867.1754067,626.443021 +415468,1852.60293,1823.152557,1210.223724,855.763972,621.9987972 +415469,1851.630265,1810.140153,1208.478469,867.2047267,617.7272088 +415470,1850.738247,1801.17873,1206.777406,864.8557632,613.5395915 +415471,1849.851086,1792.420059,1205.072602,866.4541333,609.3724645 +415472,1849.014469,1783.293691,1203.393723,867.5405116,605.2645726 +415473,1848.214601,1774.220992,1201.731952,868.7479963,601.2045206 +415474,1847.443188,1765.307631,1200.081557,869.8823035,597.1834494 +415475,1846.695785,1756.036673,1198.439051,871.0356293,593.1946695 +415476,1845.976526,1747.010726,1196.806397,872.1026638,589.2384073 +415477,1845.294442,1738.049194,1195.188817,873.4971041,585.319362 +415478,1844.650863,1728.988977,1193.586858,874.4642573,581.4366656 +415479,1844.041571,1719.92564,1191.997749,875.7200286,577.5855281 +415480,1843.466371,1711.005786,1190.421275,876.8877807,573.7646184 +415481,1842.926734,1702.02518,1188.858305,878.0732484,569.9741244 +415482,1842.420363,1693.273054,1187.307335,879.2639002,566.2113243 +415483,1841.929419,1684.05446,1185.756897,885.5739263,562.4608142 +415484,1841.482014,1675.266966,1184.224681,874.204774,558.7445026 +415485,1841.082951,1666.41797,1182.713727,886.4524971,555.0657538 +415486,1840.705731,1657.542041,1181.207268,883.3076058,551.4027894 +415487,1840.359608,1648.742369,1179.711187,885.2600564,547.762733 +415488,1840.04961,1639.90796,1178.228615,886.4959884,544.1492024 +415489,1839.77359,1631.217367,1176.75816,887.6114413,540.560084 +415490,1839.808849,1622.619313,1175.297513,888.9790412,536.9921651 +415491,1839.554702,1613.748387,1173.842293,890.2292213,533.4395589 +415492,1839.314029,1605.173715,1172.390441,895.6056213,529.8993317 +415493,1839.122411,1596.504929,1170.958132,887.4706341,526.3918542 +415494,1838.986531,1588.021151,1169.547339,895.1139177,522.9195593 +415495,1838.742992,1571.700787,1168.053169,895.2548206,519.3480575 +415496,1838.671648,1581.80019,1166.655668,896.1058212,515.9068386 +415497,1838.637443,1550.048232,1165.269316,897.6231488,512.4866972 +415498,1838.483308,1557.976711,1163.794102,906.9125193,508.9599564 +415499,1838.499144,1544.373323,1162.415818,887.9626903,505.5635144 +415500,1838.587375,1536.54872,1161.072295,912.7684273,502.2181413 +415501,1842.460362,1639.85948,1162.163519,1013.844163,502.2011719 +415502,1863.906866,1628.957621,1175.771588,1009.749703,520.8129038 +415503,1892.302373,1624.501645,1193.859041,1017.429679,546.6009229 +415504,1916.338977,1617.735275,1209.716586,1018.771686,569.9442927 +415505,1933.754216,1610.477308,1221.508195,1020.913023,588.0180605 +415506,1945.913191,1603.856286,1229.737346,1023.171068,601.279685 +415507,1954.261604,1596.980765,1235.598454,1030.923223,611.1857308 +415508,1960.39495,1590.152014,1239.858961,1019.23104,618.6845396 +415509,1965.350423,1583.386285,1243.150914,1038.565999,624.5780803 +415510,1969.708242,1576.603804,1245.850197,1028.62432,629.3629382 +415511,1973.498651,1569.935779,1248.000743,1034.30131,633.1244194 +415512,1976.931752,1563.279013,1249.76215,1036.126864,636.101144 +415513,1980.159663,1556.841662,1251.254222,1037.83308,638.4802532 +415514,1983.211479,1550.061632,1252.515332,1039.702674,640.3424159 +415515,1986.14914,1543.700717,1253.601099,1041.817947,641.7875388 +415516,1989.013582,1537.166842,1254.551205,1043.624332,642.8922333 +415517,1991.686503,1523.283032,1255.303537,1045.539322,643.5991543 +415518,1994.465408,1535.308084,1256.0572,1047.484309,644.1837385 +415519,1997.24322,1505.858928,1256.738671,1049.152369,644.5694778 +415520,2000.044125,1516.19115,1257.274916,1051.226083,644.6783408 +415521,2003.192322,1504.532391,1257.830557,1052.992561,644.7349011 +415522,2006.596515,1499.269086,1258.356924,1054.794085,644.688423 +415523,2010.15555,1493.646285,1258.81895,1056.625483,644.504132 +415524,2013.875823,1487.741152,1259.249055,1058.487556,644.2322127 +415525,2017.724525,1482.007558,1259.648287,1060.052882,643.8810567 +415526,2021.686336,1476.387612,1260.02254,1062.073772,643.4644442 +415527,2025.749318,1470.930946,1260.375657,1063.751021,642.9926477 +415528,2029.895502,1465.444036,1260.705288,1065.482253,642.4673907 +415529,2034.154094,1462.491432,1261.036838,1067.220749,641.9253937 +415530,2038.848418,1458.16165,1261.389378,1069.014518,641.3950565 +415531,2043.471244,1454.741213,1261.838402,1075.768763,640.9773321 +415532,2048.015717,1451.132282,1262.19336,1065.176282,640.4391223 +415533,2052.592983,1447.552371,1262.520825,1081.490338,639.8735649 +415534,2057.352234,1444.072772,1262.914053,1073.661851,639.4031466 +415535,2062.02896,1440.700965,1263.208738,1077.388125,638.8166764 +415536,2066.683319,1437.376041,1263.444924,1079.2335,638.1645097 +415537,2071.4086,1434.140294,1263.68261,1080.441335,637.5222587 +415538,2076.170196,1431.003269,1263.901853,1082.152459,636.8636552 +415539,2080.961681,1427.93368,1264.100689,1083.60236,636.1860482 +415540,2085.781078,1424.972198,1264.279815,1085.182548,635.4904606 +415541,2090.629121,1422.297825,1264.441367,1086.555909,634.7796195 +415542,2095.530453,1419.849734,1264.602388,1088.549115,634.0525846 +415543,2100.511506,1417.457706,1264.780988,1090.645164,633.3666485 +415544,2105.564116,1415.124173,1264.973947,1092.697729,632.6909745 +415545,2110.819644,1412.983666,1265.266153,1099.785333,632.1711094 +415546,2115.966028,1410.49151,1265.464034,1090.440661,631.5217099 +415547,2121.111225,1408.410123,1265.636092,1105.772974,630.8343809 +415548,2126.324282,1402.676271,1265.825398,1097.852818,630.174262 +415549,2131.285984,1399.816436,1265.411344,1099.902321,629.2609119 +415550,2136.191631,1397.316051,1264.659216,1102.826208,628.2544441 +415551,2141.294664,1395.016142,1263.949857,1105.141102,627.368278 +415552,2146.553042,1392.690901,1263.379517,1107.950264,626.5787432 +415553,2151.886799,1390.45367,1262.930367,1109.85735,625.8301335 +415554,2157.27121,1388.253683,1262.57699,1112.452077,625.1076652 +415555,2162.877502,1386.092851,1262.408156,1119.88538,624.5527735 +415556,2168.563735,1383.963755,1262.321061,1116.916477,624.0546678 +415557,2174.095281,1381.865701,1262.15906,1120.524548,623.4251047 +415558,2179.606364,1379.800804,1261.998103,1123.925766,622.7694327 +415559,2185.191625,1377.760231,1261.890917,1126.643592,622.1603529 +415560,2190.966807,1375.761857,1261.906497,1134.033655,621.6917478 +415561,2200.783434,1396.180546,1265.5875,1151.865872,627.536419 +415562,2213.828819,1395.900624,1271.251432,1162.590778,636.6906921 +415563,2227.574801,1394.279362,1277.379925,1164.109224,646.8304163 +415564,2239.850065,1392.961321,1282.65382,1166.432849,655.9360681 +415565,2250.488664,1391.561813,1286.954089,1173.73636,663.7624629 +415566,2259.922653,1390.022343,1290.508619,1174.373691,670.4916314 +415567,2268.376884,1388.500102,1293.419216,1175.91093,676.2760656 +415568,2276.161469,1386.96291,1295.855653,1178.358433,681.2996974 +415569,2283.60254,1385.424856,1298.012244,1181.265398,685.8533517 +415570,2290.786634,1383.887186,1299.943897,1181.913595,689.9869204 +415571,2297.670834,1382.322497,1301.628847,1182.667067,693.716282 +415572,2304.284019,1380.841398,1303.090322,1183.599584,697.0506231 +415573,2310.705581,1379.301327,1304.381648,1184.726966,700.1028922 +415574,2317.001831,1377.793983,1305.547015,1186.018162,702.9048518 +415575,2323.220191,1376.293238,1306.618986,1187.434486,705.5119016 +415576,2329.688202,1374.802018,1307.619142,1188.945174,707.9711069 +415577,2335.808871,1373.321745,1308.563109,1190.531617,710.3163883 +415578,2341.905228,1371.852152,1309.464145,1192.18516,712.5736566 +415579,2347.996995,1370.393995,1310.331101,1193.899703,714.7602774 +415580,2354.091658,1368.946913,1311.16913,1195.669399,716.887761 +415581,2360.190064,1367.511632,1311.981573,1197.489268,718.9644894 +415582,2366.290471,1366.087778,1312.770773,1199.355352,720.9971293 +415583,2372.391328,1364.67603,1313.538399,1201.264603,722.9908022 +415584,2378.491019,1363.275994,1314.285716,1203.214755,724.9497237 +415585,2384.58821,1361.888318,1315.013654,1205.204078,726.8771012 +415586,2390.681911,1360.512589,1315.722957,1207.231255,728.7756476 +415587,2396.770798,1359.14943,1316.414185,1209.295215,730.6474024 +415588,2402.854198,1357.798413,1317.087828,1211.395106,732.4941796 +415589,2408.931183,1356.46014,1317.744274,1213.530188,734.3173314 +415590,2415.000967,1355.134168,1318.383892,1215.699845,736.1181315 +415591,2421.063901,1353.895693,1319.00768,1217.904244,737.8984061 +415592,2427.054032,1352.69181,1319.625789,1220.139184,739.6608646 +415593,2432.948648,1351.497089,1320.245176,1222.402066,741.4073996 +415594,2438.743547,1350.333505,1320.86787,1224.692422,743.1394184 +415595,2444.457223,1349.185058,1321.493143,1227.010662,744.8578309 +415596,2450.09704,1348.0558,1322.119334,1229.356914,746.5632313 +415597,2455.677009,1346.945339,1322.744795,1231.730744,748.2557427 +415598,2461.197242,1345.852878,1323.368274,1234.131396,749.9355348 +415599,2466.660502,1344.778769,1323.988844,1236.557957,751.6025894 +415600,2472.070784,1343.722338,1324.605879,1239.009532,753.2570809 +415601,2477.431248,1342.683957,1325.218887,1241.48521,754.8990138 +415602,2482.743396,1341.662967,1325.827536,1243.984124,756.5285668 +415603,2488.007941,1340.659751,1326.431573,1246.505403,758.1457726 +415604,2493.224915,1339.673656,1327.030883,1249.048235,759.7508667 +415605,2498.394466,1338.705068,1327.625397,1251.611793,761.3439403 +415606,2503.516346,1337.758365,1328.215193,1254.195338,762.9253341 +415607,2508.590416,1336.816114,1328.800268,1256.798001,764.4951077 +415608,2513.616539,1335.901864,1329.380692,1259.418947,766.0535 +415609,2518.59456,1335.000179,1329.956626,1262.057412,767.6007111 +415610,2523.523742,1334.115519,1330.528242,1264.712607,769.1370512 +415611,2528.4036,1333.247633,1331.095679,1267.383692,770.6626456 +415612,2533.234178,1332.395806,1331.65916,1270.063127,772.1778313 +415613,2538.014968,1331.565104,1332.218918,1272.760242,773.6828248 +415614,2542.745117,1330.737876,1332.775102,1275.468361,775.1778428 +415615,2547.424071,1329.93806,1333.327811,1278.193967,776.6629063 +415616,2552.051424,1329.153986,1333.877332,1280.928958,778.1383905 +415617,2556.626353,1328.37348,1334.42377,1283.678796,779.604307 +415618,2561.148112,1327.623273,1334.967302,1286.435614,781.0608781 +415619,2565.616124,1326.869211,1335.508103,1289.19806,782.5081924 +415620,2570.029636,1326.157447,1336.046484,1291.967889,783.9466328 +415621,2573.85029,1292.548617,1336.22937,1294.396828,784.8925802 +415622,2571.986036,1291.222184,1332.362455,1293.434375,779.6975663 +415623,2567.996795,1287.274019,1326.882296,1291.399507,771.9224786 +415624,2564.228064,1285.779511,1321.629665,1289.870257,764.7923003 +415625,2562.00746,1284.60855,1317.472855,1289.564135,759.4196378 +415626,2561.531921,1283.517865,1314.486615,1290.44267,755.7011093 +415627,2562.407144,1282.447248,1312.400628,1292.136173,753.1753096 +415628,2564.154683,1281.485115,1310.920665,1294.283473,751.4438763 +415629,2566.418922,1280.486179,1309.836765,1296.649506,750.2539478 +415630,2568.98495,1279.535502,1309.021261,1299.11428,749.4590642 +415631,2571.733612,1278.60153,1308.398944,1301.626845,748.9698843 +415632,2574.596894,1277.685919,1307.922159,1304.167242,748.7244602 +415633,2577.531517,1276.788152,1307.557234,1306.726235,748.6747536 +415634,2580.507088,1275.906699,1307.278942,1309.297995,748.7825715 +415635,2583.501467,1275.041392,1307.068016,1311.878178,749.0172717 +415636,2586.498356,1274.191055,1306.909909,1314.463736,749.3547584 +415637,2589.485777,1273.355725,1306.793653,1317.052665,749.7758171 +415638,2592.455283,1272.534381,1306.711033,1319.643739,750.2653272 +415639,2595.400652,1271.727165,1306.65579,1322.236108,750.8109966 +415640,2598.317361,1270.933138,1306.623152,1324.829111,751.4030291 +415641,2601.201937,1270.152509,1306.609383,1327.422088,752.0332781 +415642,2604.051249,1269.384385,1306.611577,1330.014377,752.6952121 +415643,2606.863064,1268.629021,1306.627407,1332.60526,753.383302 +415644,2609.63369,1267.885543,1306.653959,1335.390373,754.0917276 +415645,2612.360903,1267.154246,1306.689509,1337.952262,754.8163683 +415646,2615.045734,1266.434293,1306.734383,1340.50382,755.5561505 +415647,2617.687995,1265.725974,1306.788346,1343.055659,756.3093901 +415648,2620.286113,1265.028448,1306.850376,1345.610256,757.0737384 +415649,2622.838602,1264.346671,1306.91946,1348.165449,757.8469027 +415650,2625.343868,1263.663486,1306.994728,1350.717891,758.6270504 +415651,2627.791166,1262.331784,1307.069589,1353.258432,759.4049109 +415652,2630.18232,1260.863664,1307.059433,1355.741203,760.1683631 +415653,2632.528206,1259.332331,1306.91176,1358.143608,760.9138811 +415654,2634.839867,1257.753519,1306.620272,1360.470178,761.6450605 +415655,2637.122324,1256.136715,1306.201591,1362.735841,762.3660037 +415656,2639.371769,1254.482848,1305.676197,1364.950826,763.0738589 +415657,2641.593997,1252.799713,1305.062706,1367.130803,763.779178 +415658,2643.783983,1251.084636,1304.373661,1369.278335,764.4772807 +415659,2645.940337,1249.340819,1303.618387,1371.396804,765.1692285 +415660,2648.061719,1247.68792,1302.803192,1373.488335,765.855722 +415661,2650.145093,1245.709721,1301.931939,1375.55296,766.5351341 +415662,2652.191955,1243.976753,1301.010457,1377.593148,767.2090333 +415663,2654.204769,1242.100777,1300.044617,1379.611755,767.8796861 +415664,2656.194017,1238.886307,1299.044641,1381.616658,768.5559096 +415665,2658.174639,1240.229608,1298.022975,1383.618221,769.2501397 +415666,2660.173648,1226.802641,1296.999261,1385.634409,769.9849968 +415667,2662.274854,1247.466396,1296.028525,1387.720856,770.8296642 +415668,2664.380882,1228.345446,1295.053844,1389.809865,771.7092959 +415669,2666.371707,1209.765949,1294.003384,1391.820082,772.5293786 +415670,2668.5057,1258.164272,1293.037772,1393.927274,773.4958518 +415671,2670.689093,1193.494879,1292.100947,1396.067672,774.5349664 +415672,2672.748991,1255.566795,1291.087932,1398.123787,775.5100316 +415673,2674.664548,1189.746047,1289.985698,1400.083631,776.4021016 +415674,2676.446294,1251.382118,1288.799149,1401.95832,777.2146647 +415675,2678.09658,1207.653202,1287.528008,1403.753124,777.9443953 +415676,2679.595599,1197.856746,1286.158732,1405.457114,778.5713361 +415677,2681.020554,1240.808136,1284.738353,1407.123835,779.1543795 +415678,2682.457726,1193.745547,1283.320461,1408.810803,779.7619564 +415679,2683.891187,1216.481123,1281.896892,1410.504517,780.3836032 +415680,2685.319987,1189.843255,1280.469206,1412.201298,781.0219698 +415681,2686.824116,1152.792618,1279.089048,1413.952813,781.7445784 +415682,2678.408656,1122.453575,1270.482855,1409.766651,771.3644598 +415683,2665.948964,1136.496023,1258.753007,1403.433511,756.0147078 +415684,2655.048608,1128.401464,1247.842642,1398.469942,741.5465806 +415685,2647.652734,1126.751501,1239.195293,1395.960875,730.1299829 +415686,2643.342714,1124.218629,1232.63922,1395.441503,721.6289018 +415687,2641.034562,1121.632235,1227.528423,1396.06356,715.2355678 +415688,2639.842898,1118.91201,1223.314022,1397.186513,710.2546695 +415689,2639.24398,1116.482338,1219.656954,1398.471046,706.2505389 +415690,2638.93685,1136.452936,1216.348016,1399.756556,702.9430844 +415691,2638.890578,1077.688704,1213.342357,1401.06947,700.2561035 +415692,2639.016424,1124.494344,1210.562039,1402.388876,698.0675957 +415693,2639.154522,1107.481856,1207.888735,1403.635286,696.2031234 +415694,2640.286167,1103.193475,1205.635931,1405.372771,694.6226636 +415695,2642.013474,1106.18997,1203.658499,1407.38177,693.2754192 +415696,2643.770533,1100.454466,1201.736585,1409.338982,692.095127 +415697,2645.295961,1099.285391,1199.765035,1411.106173,691.0562749 +415698,2646.551534,1096.203034,1197.719874,1412.680407,690.1424836 +415699,2647.590911,1093.586149,1195.612949,1414.111753,689.3416593 +415700,2648.47662,1090.869393,1193.461914,1415.449855,688.6429936 +415701,2649.250072,1088.121707,1191.274773,1416.72554,688.0343992 +415702,2649.933976,1085.347433,1189.062314,1417.954046,687.504335 +415703,2650.538384,1082.667919,1186.827988,1419.140941,687.0411279 +415704,2651.069118,1079.666825,1184.568848,1420.288845,686.6353526 +415705,2651.531327,1076.776822,1182.290474,1421.400086,686.2799675 +415706,2651.927217,1074.063171,1179.99442,1422.475408,685.9679982 +415707,2652.257752,1071.079858,1177.676458,1423.514893,685.6931116 +415708,2652.523463,1068.175011,1175.341006,1424.518665,685.4504351 +415709,2652.723993,1065.229896,1172.989278,1425.48631,685.2354999 +415710,2652.858367,1062.260913,1170.616848,1426.417087,685.0444983 +415711,2652.92437,1059.646654,1168.227368,1427.309665,684.8736011 +415712,2652.726998,1057.09776,1165.864942,1428.07564,684.7205777 +415713,2652.144065,1054.573515,1163.561033,1428.670734,684.5865899 +415714,2651.186202,1052.064035,1161.325505,1429.10289,684.4747996 +415715,2649.896796,1049.565072,1159.154905,1429.401617,684.3874254 +415716,2648.343544,1047.091964,1157.04107,1429.594966,684.3248371 +415717,2646.608265,1044.49079,1154.977438,1429.727408,684.2853443 +415718,2644.699736,1042.189628,1152.954413,1429.996424,684.2643328 +415719,2642.61302,1039.634578,1150.964437,1429.974463,684.258176 +415720,2640.314143,1060.083939,1148.980061,1429.644346,684.2354806 +415721,2637.912454,1001.006946,1147.059402,1429.503553,684.2741508 +415722,2635.400005,1048.290244,1145.188785,1429.335851,684.3587298 +415723,2632.673023,1030.95574,1143.296694,1429.055657,684.3982139 +415724,2629.803681,1020.447529,1141.420804,1428.704165,684.4423409 +415725,2626.809611,1034.255524,1139.566443,1428.291062,684.498477 +415726,2623.690055,1012.652647,1137.728982,1427.815173,684.5611851 +415727,2620.45568,1024.258379,1135.911664,1427.282936,684.6351212 +415728,2617.086165,1016.595309,1134.099407,1426.679725,684.7011551 +415729,2613.593178,1015.029156,1132.297221,1426.012811,684.7659112 +415730,2609.986063,1012.610218,1130.508814,1425.287743,684.8343178 +415731,2606.262261,1010.252526,1128.730883,1424.50188,684.9021096 +415732,2602.4173,1007.63172,1126.960364,1423.653157,684.9664081 +415733,2598.455588,1005.262641,1125.198385,1422.743295,685.028437 +415734,2594.382001,1002.796844,1123.446124,1421.773927,685.0891215 +415735,2590.198985,1000.347659,1121.703848,1420.745679,685.1482418 +415736,2585.90774,997.7817359,1119.971467,1419.65876,685.2055928 +415737,2581.508368,995.501473,1118.248295,1418.51272,685.2601941 +415738,2576.995722,992.9713531,1116.533778,1417.307247,685.3114262 +415739,2572.360517,990.5380002,1114.827811,1416.04254,685.3590549 +415740,2567.60024,988.0874584,1113.130338,1414.718821,685.4030369 +415741,2545.182014,993.6027218,1160.904051,1627.404835,2994.269222 +415742,2601.538166,1098.197729,1186.95526,1657.46031,3010.540332 +415743,2674.390245,1119.202393,1220.779941,1692.595093,3018.734197 +415744,2740.275415,1108.098176,1252.369548,1721.728301,3018.914388 +415745,2793.299259,1119.778512,1279.202882,1743.563732,3015.680326 +415746,2828.710698,1085.374438,1298.783486,1755.198497,3005.471568 +415747,2842.584246,1111.626768,1308.819267,1753.508931,2981.715688 +415748,2842.245669,1097.281252,1312.290687,1744.248113,2949.624736 +415749,2836.948767,1096.838958,1313.222516,1734.245269,2917.198342 +415750,2830.343444,1094.176949,1313.197081,1725.700731,2887.21139 +415751,2823.652173,1091.492495,1312.79213,1718.840649,2860.3535 +415752,2817.175592,1088.772195,1312.211886,1713.288827,2836.568571 +415753,2810.960227,1086.025006,1311.546196,1708.646824,2815.603305 +415754,2804.923643,1083.249707,1310.81048,1704.575187,2797.08928 +415755,2798.9879,1080.449137,1310.007526,1700.848963,2780.681865 +415756,2793.121457,1077.691568,1309.151309,1697.346308,2766.110762 +415757,2787.294631,1074.739034,1308.249863,1693.801049,2753.135515 +415758,2781.481487,1071.916947,1307.308487,1690.533651,2741.346446 +415759,2775.660039,1069.011329,1306.330996,1687.313728,2730.970169 +415760,2769.812355,1066.028282,1305.320437,1684.105801,2721.643577 +415761,2763.952404,1063.194431,1304.292686,1680.908303,2713.259179 +415762,2758.041702,1060.190972,1303.23724,1677.6865,2705.670468 +415763,2752.049418,1057.232232,1302.145596,1674.414892,2698.752788 +415764,2745.99226,1054.245087,1300.854902,1631.346386,2692.443402 +415765,2739.843011,1051.243454,1299.709552,1629.341824,2686.642976 +415766,2733.616244,1048.293262,1298.542873,1619.516377,2681.305327 +415767,2727.328801,1045.16417,1297.363958,1611.279811,2676.394733 +415768,2720.869514,1042.168654,1296.168969,1593.313254,2671.85201 +415769,2714.145973,1039.100459,1294.956965,1586.085867,2667.629782 +415770,2707.12996,1036.030618,1293.72799,1568.569258,2663.688199 +415771,2699.834626,1033.258563,1292.482328,1563.501182,2659.992911 +415772,2692.466695,1030.646025,1291.219817,1552.656605,2656.484947 +415773,2685.206456,1027.834226,1289.961799,1543.442027,2653.166976 +415774,2678.117672,1025.24286,1288.721874,1529.805093,2650.041741 +415775,2671.167901,1022.44937,1287.493223,1531.095365,2647.076427 +415776,2664.305774,1019.874049,1286.272455,1509.399666,2644.250319 +415777,2657.481892,1017.094595,1285.05767,1508.622143,2641.547732 +415778,2650.665712,1014.532126,1283.846944,1497.163167,2638.953872 +415779,2643.567643,1011.764797,1282.639353,1490.278328,2636.457095 +415780,2636.740989,1009.213723,1281.434344,1482.518471,2634.047536 +415781,2629.904748,1006.457587,1280.231424,1474.927782,2631.716377 +415782,2623.05118,1003.917233,1279.03032,1467.291823,2629.456131 +415783,2616.175535,1001.17167,1277.830771,1459.510557,2627.260071 +415784,2609.275309,998.6415158,1276.632577,1451.658661,2625.122239 +415785,2602.348956,995.906076,1275.435529,1443.969923,2623.037228 +415786,2595.395485,993.3857706,1274.2395,1435.952462,2621.00031 +415787,2588.414701,990.7233976,1273.0446,1423.507865,2619.007719 +415788,2581.405981,988.118719,1271.850499,1422.320355,2617.05509 +415789,2574.369668,985.4504023,1270.656934,1411.144862,2615.138533 +415790,2567.307532,982.8836282,1269.463698,1357.420145,2613.254577 +415791,2556.394342,975.7849602,1268.26776,1321.204409,2611.39388 +415792,2543.037234,972.6545268,1266.894356,1334.820502,2609.554813 +415793,2529.424559,969.903512,1265.411438,1313.798674,2607.738104 +415794,2516.709354,967.0850474,1263.912527,1318.668767,2605.945255 +415795,2505.136542,964.5668308,1262.448576,1282.000752,2604.174607 +415796,2494.55729,961.7290577,1261.026008,1299.396493,2602.42416 +415797,2484.754795,959.2520563,1259.640317,1281.038294,2600.691824 +415798,2475.584515,956.5386404,1258.301401,1275.360965,2599.003116 +415799,2466.906203,954.0508402,1256.98775,1267.745076,2597.328727 +415800,2458.620423,951.3782547,1255.689076,1260.54911,2595.644577 +415801,0,0,0,0,0 +415802,0,0,0,0,0 +415803,0,0,0,0,0 +415804,0,0,0,0,0 +415805,0,0,0,0,0 +415806,0,0,0,0,0 +415807,0,0,0,0,0 +415808,0,0,0,0,0 +415809,0,0,0,0,0 +415810,0,0,0,0,0 +415811,0,0,0,0,0 +415812,0,0,0,0,0 +415813,0,0,0,0,0 +415814,0,0,0,0,0 +415815,0,0,0,0,0 +415816,0,0,0,0,0 +415817,0,0,0,0,0 +415818,0,0,0,0,0 +415819,0,0,0,0,0 +415820,0,0,0,0,0 +415821,0,0,0,0,0 +415822,0,0,0,0,0 +415823,0,0,0,0,0 +415824,0,0,0,0,0 +415825,0,0,0,0,0 +415826,0,0,0,0,0 +415827,0,0,0,0,0 +415828,0,0,0,0,0 +415829,0,0,0,0,0 +415830,0,0,0,0,0 +415831,0,0,0,0,0 +415832,0,0,0,0,0 +415833,0,0,0,0,0 +415834,0,0,0,0,0 +415835,0,0,0,0,0 +415836,0,0,0,0,0 +415837,0,0,0,0,0 +415838,0,0,0,0,0 +415839,0,0,0,0,0 +415840,0,0,0,0,0 +415841,0,0,0,0,0 +415842,0,0,0,0,0 +415843,0,0,0,0,0 +415844,0,0,0,0,0 +415845,0,0,0,0,0 +415846,0,0,0,0,0 +415847,0,0,0,0,0 +415848,0,0,0,0,0 +415849,0,0,0,0,0 +415850,0,0,0,0,0 +415851,0,0,0,0,0 +415852,0,0,0,0,0 +415853,0,0,0,0,0 +415854,0,0,0,0,0 +415855,0,0,0,0,0 +415856,0,0,0,0,0 +415857,0,0,0,0,0 +415858,0,0,0,0,0 +415859,0,0,0,0,0 +415860,0,0,0,0,0 +415861,0,0,0,0,0 +415862,0,0,0,0,0 +415863,0,0,0,0,0 +415864,0,0,0,0,0 +415865,0,0,0,0,0 +415866,0,0,0,0,0 +415867,0,0,0,0,0 +415868,0,0,0,0,0 +415869,0,0,0,0,0 +415870,0,0,0,0,0 +415871,0,0,0,0,0 +415872,0,0,0,0,0 +415873,0,0,0,0,0 +415874,0,0,0,0,0 +415875,0,0,0,0,0 +415876,0,0,0,0,0 +415877,0,0,0,0,0 +415878,0,0,0,0,0 +415879,0,0,0,0,0 +415880,0,0,0,0,0 +415881,0,0,0,0,0 +415882,0,0,0,0,0 +415883,0,0,0,0,0 +415884,0,0,0,0,0 +415885,0,0,0,0,0 +415886,0,0,0,0,0 +415887,0,0,0,0,0 +415888,0,0,0,0,0 +415889,0,0,0,0,0 +415890,0,0,0,0,0 +415891,0,0,0,0,0 +415892,0,0,0,0,0 +415893,0,0,0,0,0 +415894,0,0,0,0,0 +415895,0,0,0,0,0 +415896,0,0,0,0,0 +415897,0,0,0,0,0 +415898,0,0,0,0,0 +415899,0,0,0,0,0 +415900,0,0,0,0,0 +415901,0,0,0,0,0 +415902,0,0,0,0,0 +415903,0,0,0,0,0 +415904,0,0,0,0,0 +415905,0,0,0,0,0 +415906,0,0,0,0,0 +415907,0,0,0,0,0 +415908,0,0,0,0,0 +415909,0,0,0,0,0 +415910,0,0,0,0,0 +415911,0,0,0,0,0 +415912,0,0,0,0,0 +415913,0,0,0,0,0 +415914,0,0,0,0,0 +415915,0,0,0,0,0 +415916,0,0,0,0,0 +415917,0,0,0,0,0 +415918,0,0,0,0,0 +415919,0,0,0,0,0 +415920,0,0,0,0,0 +415921,0,0,0,0,0 +415922,0,0,0,0,0 +415923,0,0,0,0,0 +415924,0,0,0,0,0 +415925,0,0,0,0,0 +415926,0,0,0,0,0 +415927,0,0,0,0,0 +415928,0,0,0,0,0 +415929,0,0,0,0,0 +415930,0,0,0,0,0 +415931,0,0,0,0,0 +415932,0,0,0,0,0 +415933,0,0,0,0,0 +415934,0,0,0,0,0 +415935,0,0,0,0,0 +415936,0,0,0,0,0 +415937,0,0,0,0,0 +415938,0,0,0,0,0 +415939,0,0,0,0,0 +415940,0,0,0,0,0 +415941,0,0,0,0,0 +415942,0,0,0,0,0 +415943,0,0,0,0,0 +415944,0,0,0,0,0 +415945,0,0,0,0,0 +415946,0,0,0,0,0 +415947,0,0,0,0,0 +415948,0,0,0,0,0 +415949,0,0,0,0,0 +415950,0,0,0,0,0 +415951,0,0,0,0,0 +415952,0,0,0,0,0 +415953,0,0,0,0,0 +415954,0,0,0,0,0 +415955,0,0,0,0,0 +415956,0,0,0,0,0 +415957,0,0,0,0,0 +415958,0,0,0,0,0 +415959,0,0,0,0,0 +415960,0,0,0,0,0 +415961,0,0,0,0,0 +415962,0,0,0,0,0 +415963,0,0,0,0,0 +415964,0,0,0,0,0 +415965,0,0,0,0,0 +415966,0,0,0,0,0 +415967,0,0,0,0,0 +415968,0,0,0,0,0 +415969,0,0,0,0,0 +415970,0,0,0,0,0 +415971,0,0,0,0,0 +415972,0,0,0,0,0 +415973,0,0,0,0,0 +415974,0,0,0,0,0 +415975,0,0,0,0,0 +415976,0,0,0,0,0 +415977,0,0,0,0,0 +415978,0,0,0,0,0 +415979,0,0,0,0,0 +415980,0,0,0,0,0 +415981,0,0,0,0,0 +415982,0,0,0,0,0 +415983,0,0,0,0,0 +415984,0,0,0,0,0 +415985,0,0,0,0,0 +415986,0,0,0,0,0 +415987,0,0,0,0,0 +415988,0,0,0,0,0 +415989,0,0,0,0,0 +415990,0,0,0,0,0 +415991,0,0,0,0,0 +415992,0,0,0,0,0 +415993,0,0,0,0,0 +415994,0,0,0,0,0 +415995,0,0,0,0,0 +415996,0,0,0,0,0 +415997,0,0,0,0,0 +415998,0,0,0,0,0 +415999,0,0,0,0,0 +416000,0,0,0,0,0 +416001,0,0,0,0,0 +416002,0,0,0,0,0 +416003,0,0,0,0,0 +416004,0,0,0,0,0 +416005,0,0,0,0,0 +416006,0,0,0,0,0 +416007,0,0,0,0,0 +416008,0,0,0,0,0 +416009,0,0,0,0,0 +416010,0,0,0,0,0 +416011,0,0,0,0,0 +416012,0,0,0,0,0 +416013,0,0,0,0,0 +416014,0,0,0,0,0 +416015,0,0,0,0,0 +416016,0,0,0,0,0 +416017,0,0,0,0,0 +416018,0,0,0,0,0 +416019,0,0,0,0,0 +416020,0,0,0,0,0 +416021,0,0,0,0,0 +416022,0,0,0,0,0 +416023,0,0,0,0,0 +416024,0,0,0,0,0 +416025,0,0,0,0,0 +416026,0,0,0,0,0 +416027,0,0,0,0,0 +416028,0,0,0,0,0 +416029,0,0,0,0,0 +416030,0,0,0,0,0 +416031,0,0,0,0,0 +416032,0,0,0,0,0 +416033,0,0,0,0,0 +416034,0,0,0,0,0 +416035,0,0,0,0,0 +416036,0,0,0,0,0 +416037,0,0,0,0,0 +416038,0,0,0,0,0 +416039,0,0,0,0,0 +416040,0,0,0,0,0 +416041,0,0,0,0,0 +416042,0,0,0,0,0 +416043,0,0,0,0,0 +416044,0,0,0,0,0 +416045,0,0,0,0,0 +416046,0,0,0,0,0 +416047,0,0,0,0,0 +416048,0,0,0,0,0 +416049,0,0,0,0,0 +416050,0,0,0,0,0 +416051,0,0,0,0,0 +416052,0,0,0,0,0 +416053,0,0,0,0,0 +416054,0,0,0,0,0 +416055,0,0,0,0,0 +416056,0,0,0,0,0 +416057,0,0,0,0,0 +416058,0,0,0,0,0 +416059,0,0,0,0,0 +416060,0,0,0,0,0 +416061,0,0,0,0,0 +416062,0,0,0,0,0 +416063,0,0,0,0,0 +416064,0,0,0,0,0 +416065,0,0,0,0,0 +416066,0,0,0,0,0 +416067,0,0,0,0,0 +416068,0,0,0,0,0 +416069,0,0,0,0,0 +416070,0,0,0,0,0 +416071,0,0,0,0,0 +416072,0,0,0,0,0 +416073,0,0,0,0,0 +416074,0,0,0,0,0 +416075,0,0,0,0,0 +416076,0,0,0,0,0 +416077,0,0,0,0,0 +416078,0,0,0,0,0 +416079,0,0,0,0,0 +416080,0,0,0,0,0 +416081,0,0,0,0,0 +416082,0,0,0,0,0 +416083,0,0,0,0,0 +416084,0,0,0,0,0 +416085,0,0,0,0,0 +416086,0,0,0,0,0 +416087,0,0,0,0,0 +416088,0,0,0,0,0 +416089,0,0,0,0,0 +416090,0,0,0,0,0 +416091,0,0,0,0,0 +416092,0,0,0,0,0 +416093,0,0,0,0,0 +416094,0,0,0,0,0 +416095,0,0,0,0,0 +416096,0,0,0,0,0 +416097,0,0,0,0,0 +416098,0,0,0,0,0 +416099,0,0,0,0,0 +416100,0,0,0,0,0 +416101,0,0,0,0,0 +416102,0,0,0,0,0 +416103,0,0,0,0,0 +416104,0,0,0,0,0 +416105,0,0,0,0,0 +416106,0,0,0,0,0 +416107,0,0,0,0,0 +416108,0,0,0,0,0 +416109,0,0,0,0,0 +416110,0,0,0,0,0 +416111,0,0,0,0,0 +416112,0,0,0,0,0 +416113,0,0,0,0,0 +416114,0,0,0,0,0 +416115,0,0,0,0,0 +416116,0,0,0,0,0 +416117,0,0,0,0,0 +416118,0,0,0,0,0 +416119,0,0,0,0,0 +416120,0,0,0,0,0 +416121,0,0,0,0,0 +416122,0,0,0,0,0 +416123,0,0,0,0,0 +416124,0,0,0,0,0 +416125,0,0,0,0,0 +416126,0,0,0,0,0 +416127,0,0,0,0,0 +416128,0,0,0,0,0 +416129,0,0,0,0,0 +416130,0,0,0,0,0 +416131,0,0,0,0,0 +416132,0,0,0,0,0 +416133,0,0,0,0,0 +416134,0,0,0,0,0 +416135,0,0,0,0,0 +416136,0,0,0,0,0 +416137,0,0,0,0,0 +416138,0,0,0,0,0 +416139,0,0,0,0,0 +416140,0,0,0,0,0 +416141,0,0,0,0,0 +416142,0,0,0,0,0 +416143,0,0,0,0,0 +416144,0,0,0,0,0 +416145,0,0,0,0,0 +416146,0,0,0,0,0 +416147,0,0,0,0,0 +416148,0,0,0,0,0 +416149,0,0,0,0,0 +416150,0,0,0,0,0 +416151,0,0,0,0,0 +416152,0,0,0,0,0 +416153,0,0,0,0,0 +416154,0,0,0,0,0 +416155,0,0,0,0,0 +416156,0,0,0,0,0 +416157,0,0,0,0,0 +416158,0,0,0,0,0 +416159,0,0,0,0,0 +416160,0,0,0,0,0 +416161,0,0,0,0,0 +416162,0,0,0,0,0 +416163,0,0,0,0,0 +416164,0,0,0,0,0 +416165,0,0,0,0,0 +416166,0,0,0,0,0 +416167,0,0,0,0,0 +416168,0,0,0,0,0 +416169,0,0,0,0,0 +416170,0,0,0,0,0 +416171,0,0,0,0,0 +416172,0,0,0,0,0 +416173,0,0,0,0,0 +416174,0,0,0,0,0 +416175,0,0,0,0,0 +416176,0,0,0,0,0 +416177,0,0,0,0,0 +416178,0,0,0,0,0 +416179,0,0,0,0,0 +416180,0,0,0,0,0 +416181,0,0,0,0,0 +416182,0,0,0,0,0 +416183,0,0,0,0,0 +416184,0,0,0,0,0 +416185,0,0,0,0,0 +416186,0,0,0,0,0 +416187,0,0,0,0,0 +416188,0,0,0,0,0 +416189,0,0,0,0,0 +416190,0,0,0,0,0 +416191,0,0,0,0,0 +416192,0,0,0,0,0 +416193,0,0,0,0,0 +416194,0,0,0,0,0 +416195,0,0,0,0,0 +416196,0,0,0,0,0 +416197,0,0,0,0,0 +416198,0,0,0,0,0 +416199,0,0,0,0,0 +416200,0,0,0,0,0 +416201,0,0,0,0,0 +416202,0,0,0,0,0 +416203,0,0,0,0,0 +416204,0,0,0,0,0 +416205,0,0,0,0,0 +416206,0,0,0,0,0 +416207,0,0,0,0,0 +416208,0,0,0,0,0 +416209,0,0,0,0,0 +416210,0,0,0,0,0 +416211,0,0,0,0,0 +416212,0,0,0,0,0 +416213,0,0,0,0,0 +416214,0,0,0,0,0 +416215,0,0,0,0,0 +416216,0,0,0,0,0 +416217,0,0,0,0,0 +416218,0,0,0,0,0 +416219,0,0,0,0,0 +416220,0,0,0,0,0 +416221,0,0,0,0,0 +416222,0,0,0,0,0 +416223,0,0,0,0,0 +416224,0,0,0,0,0 +416225,0,0,0,0,0 +416226,0,0,0,0,0 +416227,0,0,0,0,0 +416228,0,0,0,0,0 +416229,0,0,0,0,0 +416230,0,0,0,0,0 +416231,0,0,0,0,0 +416232,0,0,0,0,0 +416233,0,0,0,0,0 +416234,0,0,0,0,0 +416235,0,0,0,0,0 +416236,0,0,0,0,0 +416237,0,0,0,0,0 +416238,0,0,0,0,0 +416239,0,0,0,0,0 +416240,0,0,0,0,0 +416241,0,0,0,0,0 +416242,0,0,0,0,0 +416243,0,0,0,0,0 +416244,0,0,0,0,0 +416245,0,0,0,0,0 +416246,0,0,0,0,0 +416247,0,0,0,0,0 +416248,0,0,0,0,0 +416249,0,0,0,0,0 +416250,0,0,0,0,0 +416251,0,0,0,0,0 +416252,0,0,0,0,0 +416253,0,0,0,0,0 +416254,0,0,0,0,0 +416255,0,0,0,0,0 +416256,0,0,0,0,0 +416257,0,0,0,0,0 +416258,0,0,0,0,0 +416259,0,0,0,0,0 +416260,0,0,0,0,0 +416261,0,0,0,0,0 +416262,0,0,0,0,0 +416263,0,0,0,0,0 +416264,0,0,0,0,0 +416265,0,0,0,0,0 +416266,0,0,0,0,0 +416267,0,0,0,0,0 +416268,0,0,0,0,0 +416269,0,0,0,0,0 +416270,0,0,0,0,0 +416271,0,0,0,0,0 +416272,0,0,0,0,0 +416273,0,0,0,0,0 +416274,0,0,0,0,0 +416275,0,0,0,0,0 +416276,0,0,0,0,0 +416277,0,0,0,0,0 +416278,0,0,0,0,0 +416279,0,0,0,0,0 +416280,0,0,0,0,0 +416281,0,0,0,0,0 +416282,0,0,0,0,0 +416283,0,0,0,0,0 +416284,0,0,0,0,0 +416285,0,0,0,0,0 +416286,0,0,0,0,0 +416287,0,0,0,0,0 +416288,0,0,0,0,0 +416289,0,0,0,0,0 +416290,0,0,0,0,0 +416291,0,0,0,0,0 +416292,0,0,0,0,0 +416293,0,0,0,0,0 +416294,0,0,0,0,0 +416295,0,0,0,0,0 +416296,0,0,0,0,0 +416297,0,0,0,0,0 +416298,0,0,0,0,0 +416299,0,0,0,0,0 +416300,0,0,0,0,0 +416301,0,0,0,0,0 +416302,0,0,0,0,0 +416303,0,0,0,0,0 +416304,0,0,0,0,0 +416305,0,0,0,0,0 +416306,0,0,0,0,0 +416307,0,0,0,0,0 +416308,0,0,0,0,0 +416309,0,0,0,0,0 +416310,0,0,0,0,0 +416311,0,0,0,0,0 +416312,0,0,0,0,0 +416313,0,0,0,0,0 +416314,0,0,0,0,0 +416315,0,0,0,0,0 +416316,0,0,0,0,0 +416317,0,0,0,0,0 +416318,0,0,0,0,0 +416319,0,0,0,0,0 +416320,0,0,0,0,0 +416321,0,0,0,0,0 +416322,0,0,0,0,0 +416323,0,0,0,0,0 +416324,0,0,0,0,0 +416325,0,0,0,0,0 +416326,0,0,0,0,0 +416327,0,0,0,0,0 +416328,0,0,0,0,0 +416329,0,0,0,0,0 +416330,0,0,0,0,0 +416331,0,0,0,0,0 +416332,0,0,0,0,0 +416333,0,0,0,0,0 +416334,0,0,0,0,0 +416335,0,0,0,0,0 +416336,0,0,0,0,0 +416337,0,0,0,0,0 +416338,0,0,0,0,0 +416339,0,0,0,0,0 +416340,0,0,0,0,0 +416341,0,0,0,0,0 +416342,0,0,0,0,0 +416343,0,0,0,0,0 +416344,0,0,0,0,0 +416345,0,0,0,0,0 +416346,0,0,0,0,0 +416347,0,0,0,0,0 +416348,0,0,0,0,0 +416349,0,0,0,0,0 +416350,0,0,0,0,0 +416351,0,0,0,0,0 +416352,0,0,0,0,0 +416353,0,0,0,0,0 +416354,0,0,0,0,0 +416355,0,0,0,0,0 +416356,0,0,0,0,0 +416357,0,0,0,0,0 +416358,0,0,0,0,0 +416359,0,0,0,0,0 +416360,0,0,0,0,0 +416361,0,0,0,0,0 +416362,0,0,0,0,0 +416363,0,0,0,0,0 +416364,0,0,0,0,0 +416365,0,0,0,0,0 +416366,0,0,0,0,0 +416367,0,0,0,0,0 +416368,0,0,0,0,0 +416369,0,0,0,0,0 +416370,0,0,0,0,0 +416371,0,0,0,0,0 +416372,0,0,0,0,0 +416373,0,0,0,0,0 +416374,0,0,0,0,0 +416375,0,0,0,0,0 +416376,0,0,0,0,0 +416377,0,0,0,0,0 +416378,0,0,0,0,0 +416379,0,0,0,0,0 +416380,0,0,0,0,0 +416381,0,0,0,0,0 +416382,0,0,0,0,0 +416383,0,0,0,0,0 +416384,0,0,0,0,0 +416385,0,0,0,0,0 +416386,0,0,0,0,0 +416387,0,0,0,0,0 +416388,0,0,0,0,0 +416389,0,0,0,0,0 +416390,0,0,0,0,0 +416391,0,0,0,0,0 +416392,0,0,0,0,0 +416393,0,0,0,0,0 +416394,0,0,0,0,0 +416395,0,0,0,0,0 +416396,0,0,0,0,0 +416397,0,0,0,0,0 +416398,0,0,0,0,0 +416399,0,0,0,0,0 +416400,0,0,0,0,0 +416401,0,0,0,0,0 +416402,0,0,0,0,0 +416403,0,0,0,0,0 +416404,0,0,0,0,0 +416405,0,0,0,0,0 +416406,0,0,0,0,0 +416407,0,0,0,0,0 +416408,0,0,0,0,0 +416409,0,0,0,0,0 +416410,0,0,0,0,0 +416411,0,0,0,0,0 +416412,0,0,0,0,0 +416413,0,0,0,0,0 +416414,0,0,0,0,0 +416415,0,0,0,0,0 +416416,0,0,0,0,0 +416417,0,0,0,0,0 +416418,0,0,0,0,0 +416419,0,0,0,0,0 +416420,0,0,0,0,0 +416421,0,0,0,0,0 +416422,0,0,0,0,0 +416423,0,0,0,0,0 +416424,0,0,0,0,0 +416425,0,0,0,0,0 +416426,0,0,0,0,0 +416427,0,0,0,0,0 +416428,0,0,0,0,0 +416429,0,0,0,0,0 +416430,0,0,0,0,0 +416431,0,0,0,0,0 +416432,0,0,0,0,0 +416433,0,0,0,0,0 +416434,0,0,0,0,0 +416435,0,0,0,0,0 +416436,0,0,0,0,0 +416437,0,0,0,0,0 +416438,0,0,0,0,0 +416439,0,0,0,0,0 +416440,0,0,0,0,0 +416441,0,0,0,0,0 +416442,0,0,0,0,0 +416443,0,0,0,0,0 +416444,0,0,0,0,0 +416445,0,0,0,0,0 +416446,0,0,0,0,0 +416447,0,0,0,0,0 +416448,0,0,0,0,0 +416449,0,0,0,0,0 +416450,0,0,0,0,0 +416451,0,0,0,0,0 +416452,0,0,0,0,0 +416453,0,0,0,0,0 +416454,0,0,0,0,0 +416455,0,0,0,0,0 +416456,0,0,0,0,0 +416457,0,0,0,0,0 +416458,0,0,0,0,0 +416459,0,0,0,0,0 +416460,0,0,0,0,0 +416461,0,0,0,0,0 +416462,0,0,0,0,0 +416463,0,0,0,0,0 +416464,0,0,0,0,0 +416465,0,0,0,0,0 +416466,0,0,0,0,0 +416467,0,0,0,0,0 +416468,0,0,0,0,0 +416469,0,0,0,0,0 +416470,0,0,0,0,0 +416471,0,0,0,0,0 +416472,0,0,0,0,0 +416473,0,0,0,0,0 +416474,0,0,0,0,0 +416475,0,0,0,0,0 +416476,0,0,0,0,0 +416477,0,0,0,0,0 +416478,0,0,0,0,0 +416479,0,0,0,0,0 +416480,0,0,0,0,0 +416481,0,0,0,0,0 +416482,0,0,0,0,0 +416483,0,0,0,0,0 +416484,0,0,0,0,0 +416485,0,0,0,0,0 +416486,0,0,0,0,0 +416487,0,0,0,0,0 +416488,0,0,0,0,0 +416489,0,0,0,0,0 +416490,0,0,0,0,0 +416491,0,0,0,0,0 +416492,0,0,0,0,0 +416493,0,0,0,0,0 +416494,0,0,0,0,0 +416495,0,0,0,0,0 +416496,0,0,0,0,0 +416497,0,0,0,0,0 +416498,0,0,0,0,0 +416499,0,0,0,0,0 +416500,0,0,0,0,0 +416501,0,0,0,0,0 +416502,0,0,0,0,0 +416503,0,0,0,0,0 +416504,0,0,0,0,0 +416505,0,0,0,0,0 +416506,0,0,0,0,0 +416507,0,0,0,0,0 +416508,0,0,0,0,0 +416509,0,0,0,0,0 +416510,0,0,0,0,0 +416511,0,0,0,0,0 +416512,0,0,0,0,0 +416513,0,0,0,0,0 +416514,0,0,0,0,0 +416515,0,0,0,0,0 +416516,0,0,0,0,0 +416517,0,0,0,0,0 +416518,0,0,0,0,0 +416519,0,0,0,0,0 +416520,0,0,0,0,0 +416521,0,0,0,0,0 +416522,0,0,0,0,0 +416523,0,0,0,0,0 +416524,0,0,0,0,0 +416525,0,0,0,0,0 +416526,0,0,0,0,0 +416527,0,0,0,0,0 +416528,0,0,0,0,0 +416529,0,0,0,0,0 +416530,0,0,0,0,0 +416531,0,0,0,0,0 +416532,0,0,0,0,0 +416533,0,0,0,0,0 +416534,0,0,0,0,0 +416535,0,0,0,0,0 +416536,0,0,0,0,0 +416537,0,0,0,0,0 +416538,0,0,0,0,0 +416539,0,0,0,0,0 +416540,0,0,0,0,0 +416541,0,0,0,0,0 +416542,0,0,0,0,0 +416543,0,0,0,0,0 +416544,0,0,0,0,0 +416545,0,0,0,0,0 +416546,0,0,0,0,0 +416547,0,0,0,0,0 +416548,0,0,0,0,0 +416549,0,0,0,0,0 +416550,0,0,0,0,0 +416551,0,0,0,0,0 +416552,0,0,0,0,0 +416553,0,0,0,0,0 +416554,0,0,0,0,0 +416555,0,0,0,0,0 +416556,0,0,0,0,0 +416557,0,0,0,0,0 +416558,0,0,0,0,0 +416559,0,0,0,0,0 +416560,0,0,0,0,0 +416561,0,0,0,0,0 +416562,0,0,0,0,0 +416563,0,0,0,0,0 +416564,0,0,0,0,0 +416565,0,0,0,0,0 +416566,0,0,0,0,0 +416567,0,0,0,0,0 +416568,0,0,0,0,0 +416569,0,0,0,0,0 +416570,0,0,0,0,0 +416571,0,0,0,0,0 +416572,0,0,0,0,0 +416573,0,0,0,0,0 +416574,0,0,0,0,0 +416575,0,0,0,0,0 +416576,0,0,0,0,0 +416577,0,0,0,0,0 +416578,0,0,0,0,0 +416579,0,0,0,0,0 +416580,0,0,0,0,0 +416581,-2099.367616,-102.4942426,-2030.370973,-951.9809145,-1658.731753 +416582,-1517.561067,97.62841217,127.165328,-534.5054865,-61.29044891 +416583,130.6888986,96.8804291,137.9297837,57.81163321,167.9718925 +416584,134.7748563,94.16710469,129.3623892,43.82080644,-276.3546601 +416585,-433.5660594,91.05889884,-218.1400014,-278.3419184,-119.4020069 +416586,-311.5773541,88.32508615,-8.177713215,-85.14867394,-117.226632 +416587,-216.0354752,86.1149949,-21.86298554,-113.6128558,-117.5806433 +416588,-244.0503625,84.34130631,-22.41051539,-111.2550953,-117.9169212 +416589,-238.9436486,82.89250122,-14.27752267,-107.7807391,-118.2972513 +416590,-231.2146256,81.69150474,-6.695442617,-104.779683,-118.0406642 +416591,-225.9063185,80.6929492,1.259548165,-101.7280878,-119.0036136 +416592,-218.6172785,79.86837725,8.963027921,-99.16199154,-118.2952317 +416593,-212.5124257,79.19653927,16.4100333,-97.09813012,-118.1501382 +416594,-205.7082311,78.65951916,23.90822306,-94.1972004,-118.238572 +416595,-199.7915087,78.2417995,22.51084275,-91.80335178,-117.8385601 +416596,-192.8683646,77.93009936,13.90908411,-89.11702879,-117.5285745 +416597,-186.529605,77.71323539,5.711313956,-86.67712685,-116.9528599 +416598,-182.0379561,77.58185339,-2.02004361,-84.21585431,-116.4962166 +416599,-176.5553331,77.52813635,-9.321109819,-81.46596568,-115.791562 +416600,-171.3515333,77.54552514,-16.2573607,-79.23576034,-115.2163328 +416601,-166.4279077,77.62849269,-22.88930862,-76.45041215,-114.3992513 +416602,-160.8330636,77.77235108,-29.26462755,-73.918852,-113.344461 +416603,-155.5234752,77.97310887,-35.42038154,-71.5079505,-112.8027205 +416604,-150.501319,78.22734162,-41.38656356,-68.8137883,-111.6523657 +416605,-144.8147197,78.53215846,-47.18822901,-66.37536988,-117.154782 +416606,-139.8932702,78.88491678,-52.84708473,-63.79001064,-132.3630184 +416607,-134.1520906,79.28324771,-58.38189294,-61.19299113,-147.1893136 +416608,-128.8630909,79.72508176,-63.80871768,-58.71970141,-161.5465222 +416609,-123.5516455,80.20865766,-69.14117245,-55.9674904,-175.4534324 +416610,-118.0581913,80.73244428,-74.39084034,-53.47573594,-188.9651485 +416611,-113.9633461,81.29510041,-79.56758738,-52.71337958,-202.1357468 +416612,-122.2975642,81.85974683,-84.70381953,-56.4599127,-215.0090396 +416613,-130.3647663,82.40179235,-89.82311788,-60.07052103,-227.6196145 +416614,-138.0548738,82.91432907,-94.93031486,-63.50627572,-239.9961117 +416615,-145.3721925,83.39973161,-100.0298538,-66.77647182,-252.1628921 +416616,-152.3664804,83.86277382,-105.1191151,-69.90727844,-264.1413293 +416617,-159.0903977,84.30777995,-110.2011266,-72.9240236,-275.9499576 +416618,-165.586284,84.73808017,-115.2736152,-75.84638642,-287.6051368 +416619,-171.8863772,85.15626197,-120.3413293,-78.68906466,-299.1210328 +416620,-178.0161061,85.56443202,-125.4003354,-81.46347004,-310.5102176 +416621,-183.9964594,85.96438347,-130.4546623,-84.17886549,-321.7835821 +416622,-189.8452864,86.35764941,-135.5005932,-86.84298557,-332.9508804 +416623,-195.5778359,86.7455497,-140.5423036,-89.46231013,-344.0205573 +416624,-201.2071714,87.12920191,-145.5762489,-92.04228176,-355.0002459 +416625,-206.7444133,87.50956047,-150.606501,-94.58744097,-365.8965392 +416626,-212.1990737,87.88742542,-155.6295226,-97.10159722,-376.7154571 +416627,-217.5792488,88.26347826,-160.6492334,-99.58792971,-387.4621813 +416628,-222.8918956,88.63828404,-165.6621089,-102.0491215,-398.1415026 +416629,-228.1429473,89.01232545,-170.6719341,-104.4874177,-408.7575128 +416630,-233.3375449,247.0605303,-175.679346,-106.9047329,-419.3140679 +416631,-238.48008,223.6038974,-180.6789119,-109.3026728,-429.8144273 +416632,-243.5750704,234.5528566,-185.6750665,-111.682925,-440.2632363 +416633,-248.6256671,257.8423334,-190.6689569,-114.046593,-450.6627343 +416634,-253.6362584,273.0232643,-195.6628492,-116.394924,-461.0150784 +416635,-258.6086112,288.0142016,-200.654764,-118.7286107,-471.3224782 +416636,-263.5440522,302.53578,-205.6384796,-121.0482376,-481.587219 +416637,-268.4440937,317.2437215,-210.6178782,-123.3543825,-491.8112516 +416638,-273.310406,331.5728984,-215.5944196,-125.6476217,-501.9964401 +416639,-278.1445816,345.6405368,-220.5675396,-127.9284742,-512.1443299 +416640,-282.9480937,359.8243971,-225.5364057,-130.1974108,-522.2564486 +416641,-283.0188507,799.0381882,-225.7971512,-130.3169344,-523.7824639 +416642,-264.2566091,824.9561398,-207.4431628,-121.6963487,-487.8771893 +416643,-235.7506753,847.4363144,-179.4381897,-108.6816183,-432.8345171 +416644,-206.8808514,867.8916471,-151.0366769,-95.68528683,-376.0020711 +416645,-181.6346675,887.3892036,-126.2029935,-84.53236582,-324.7564572 +416646,-160.4690799,906.2093039,-105.4100076,-75.37345957,-281.8076412 +416647,-142.6439675,924.5444824,-87.93628581,-67.80753076,-245.7294209 +416648,-127.373253,948.5207388,-73.00768117,-61.43017236,-214.7406438 +416649,-114.4952982,970.8792803,-60.08262751,-55.96377888,-187.6703755 +416650,-103.5430162,992.7251106,-48.81292839,-51.37733768,-163.8515698 +416651,-94.08971739,1015.27026,-38.94620628,-47.49332637,-142.8468091 +416652,-85.83051568,1036.583427,-30.62975274,-44.1437244,-124.3063448 +416653,-78.55237907,1053.122539,-23.56096477,-41.20912229,-107.9195838 +416654,-71.95808568,1073.576421,-17.28774869,-38.52879556,-93.40770943 +416655,-65.97821435,1094.006921,-11.66312613,-36.07962982,-80.5252708 +416656,-60.57346256,1114.51372,-6.624035204,-33.85571115,-69.05979677 +416657,-55.68361378,1134.677115,-2.10900413,-31.8366577,-58.82834657 +416658,-51.23708375,1154.931353,1.950683748,-29.99310431,-49.67354991 +416659,-47.16596651,1174.675099,5.621750063,-28.29596436,-41.45985544 +416660,-43.41271956,1194.577147,8.96237364,-26.72074964,-34.07043188 +416661,-39.93045152,1214.123759,12.02086336,-25.24799839,-27.40443609 +416662,-36.68105416,1233.573158,14.83684535,-23.86233275,-21.37484557 +416663,-33.63317927,1252.77155,17.44305946,-22.5514034,-15.90643854 +416664,-30.76083833,1271.985506,19.86675587,-21.30517516,-10.93424122 +416665,-28.04232456,1290.891982,22.13081749,-20.11541077,-6.401988042 +416666,-25.4595317,1309.699212,24.25447721,-18.97535914,-2.26103075 +416667,-22.9972693,1328.281345,26.25401798,-17.87945078,1.530863617 +416668,-20.64283988,1346.862847,28.14320486,-16.82311355,5.010268083 +416669,-18.38553806,1365.165297,196.3457332,-15.80255432,8.209019577 +416670,-16.21637921,1383.291061,213.5511822,-14.81464486,11.15473867 +416671,-14.12777314,1403.311225,206.4528507,-13.85678345,13.8714699 +416672,-12.11380148,1425.1052,240.5915766,-12.92617136,16.37988669 +416673,-10.16946669,1434.650529,259.9658522,-12.02073094,18.69791372 +416674,-8.290434521,1462.047432,278.284076,-11.13904576,20.84115753 +416675,-6.472861698,1433.530856,296.3517426,-10.28004626,352.3121475 +416676,-4.713347719,1498.142405,314.1241702,-9.442829258,264.8278754 +416677,-3.0089573,1491.919551,331.2400918,-8.626618403,292.7389616 +416678,-1.360834864,1511.295997,348.683532,-7.830801695,327.6607083 +416679,202.6824502,1526.390307,365.1557909,-7.05488362,348.7044401 +416680,161.4185287,1541.263237,382.0668049,-6.298418973,368.5679518 +416681,183.4300706,1555.651508,393.6568227,-5.561004129,388.506411 +416682,211.73634,1570.306785,407.7859246,44.91041327,407.3618598 +416683,231.2788433,1584.310068,421.5513885,83.9402699,426.7090454 +416684,250.4199356,1598.394605,434.8488881,68.22767572,444.5169743 +416685,268.8402251,1612.195092,448.2280514,87.16064598,462.4301935 +416686,287.3614885,1625.834772,460.8629149,96.74918802,480.4222747 +416687,305.2939117,1639.368409,473.447418,105.825331,497.3830752 +416688,322.7631913,1652.432796,486.4074545,114.8155665,514.2635288 +416689,340.5179283,1665.804496,498.4035651,123.6514395,530.8282451 +416690,357.4271329,1678.428744,510.6293154,132.2135404,546.9717079 +416691,374.3657168,1691.334332,522.3934428,138.9683501,562.8767049 +416692,390.7309078,1703.818216,534.1590158,146.0658873,578.4530151 +416693,402.2965755,1716.305781,545.5748135,153.00456,593.7819642 +416694,416.0410713,1728.473881,556.9052507,159.716808,608.7051106 +416695,428.3882782,1740.723627,568.0053026,166.283693,623.5218506 +416696,441.9490089,1752.332001,578.8989646,173.0339417,637.9603765 +416697,454.4469754,1764.374568,589.7496018,179.1301588,651.8240077 +416698,467.0714839,1775.91052,600.2802843,185.6639002,666.2822502 +416699,479.2016272,1787.29873,610.6498065,191.7573063,679.7954288 +416700,491.9255507,1798.580096,621.0552455,197.8466505,693.249182 +416701,896.0858173,1979.364134,1022.033363,372.7261895,1470.410922 +416702,912.3280534,1992.884629,1058.095478,380.9884772,1488.977641 +416703,928.5534596,2005.818851,1021.546708,388.8691609,1506.189524 +416704,942.9202621,2018.080353,1078.590907,395.5016774,1522.374175 +416705,958.3300243,2030.030819,1073.808116,402.3544457,1559.476715 +416706,972.3536409,2042.132692,1089.052068,409.4994641,1534.586532 +416707,986.4506798,2080.119333,1101.020684,415.8638455,1580.579428 +416708,1000.428662,2046.712581,1112.938915,422.3952105,1576.01543 +416709,1014.163888,2085.024105,1124.432874,428.7977254,1596.91787 +416710,1027.729775,2088.077911,1136.04259,435.0277702,1612.664316 +416711,1041.245842,2107.288371,1147.260173,441.268264,1619.359474 +416712,1054.506861,2108.108623,1158.362183,447.3312943,1635.101206 +416713,1067.686226,2123.043883,1169.490117,453.4025919,1638.12527 +416714,1080.643014,2132.944703,1180.132162,459.2825476,1632.674531 +416715,1093.76152,2142.832823,1191.138778,465.1620578,1625.405907 +416716,1106.367095,2153.213904,1201.534871,470.9688697,1617.512486 +416717,1119.034305,2163.135765,1222.256552,476.6193569,1609.393318 +416718,1131.711199,2172.996998,1220.81619,481.9475205,1601.358455 +416719,1144.097486,2182.501234,1219.759908,488.0073476,1593.624024 +416720,1156.467702,2192.335191,1252.864725,493.2598914,1586.201215 +416721,1168.712859,2201.658008,1257.809349,498.6972796,1579.055215 +416722,1180.868596,2210.995857,1249.386634,504.1246401,1572.267347 +416723,1195.433783,2219.938907,1279.218564,509.3974129,1565.806479 +416724,1214.752278,2229.304968,1280.812495,514.6451631,1559.58446 +416725,1215.412947,2244.798574,1296.232291,519.7893423,1553.823145 +416726,1212.4364,2244.491076,1299.755696,525.0187365,1548.36084 +416727,1250.316059,2256.47777,1323.399806,529.9578291,1543.11216 +416728,1249.26538,2264.949762,1314.884094,535.077458,1538.270502 +416729,1263.445786,2272.810654,1332.108984,540.008971,1534.061145 +416730,1274.748539,2281.498527,1339.754548,544.9336574,1530.631891 +416731,1286.427664,2289.25654,1348.715074,549.7862429,1527.738654 +416732,1297.456461,2297.172682,1357.506656,554.5451394,1525.092951 +416733,1308.855369,2304.756274,1366.609659,559.4108721,1522.77112 +416734,1319.703451,2318.773477,1375.118547,564.0205962,1520.497743 +416735,1331.015014,2317.893922,1389.083686,568.6820074,1518.383204 +416736,1342.027262,2327.55901,1390.353112,573.3667777,1516.03232 +416737,1352.823814,2334.930371,1401.678242,577.9169115,1513.495812 +416738,1363.787794,2341.443051,1410.195074,582.467241,1511.0018 +416739,1374.590902,2348.479235,1418.177873,586.971828,1508.534003 +416740,1385.364176,2355.288018,1431.656369,591.4395929,1506.178756 +416741,1396.078537,2361.8065,1432.793478,595.8709284,1503.787027 +416742,1406.849493,2374.991272,1443.49213,600.2189376,1501.41177 +416743,1417.28963,2366.554586,1456.400764,604.6540644,1498.998087 +416744,1427.933017,2389.031667,1457.670718,608.9971622,1496.549898 +416745,1438.429969,2387.036014,1472.026675,613.2276054,1494.451539 +416746,1448.883362,2393.132321,1474.068976,617.4789553,1491.98442 +416747,1459.306162,2399.992519,1486.979475,621.7829515,1489.363479 +416748,1469.676563,2405.818357,1493.813737,625.952296,1486.86176 +416749,1480.120613,2411.354064,1499.883852,630.1379275,1484.518926 +416750,1490.219986,2416.938655,1504.003809,634.2880471,1481.683669 +416751,1500.42965,2422.009923,1502.739845,638.4103953,1478.676429 +416752,1510.79251,2434.648572,1498.067075,642.5078688,1474.294815 +416753,1520.981084,2431.372197,1493.681087,646.5788986,1469.684394 +416754,1530.929249,2437.868759,1489.407027,650.6257937,1464.351484 +416755,1556.122086,2442.939834,1485.387021,654.5945783,1458.338611 +416756,1538.394163,2453.569877,1481.888642,658.6761606,1452.518155 +416757,1557.428,2452.05222,1478.805919,662.6679386,1446.538429 +416758,1575.807254,2462.13917,1475.951593,666.5500586,1440.441818 +416759,1579.424142,2461.192297,1473.270093,670.469178,1434.245198 +416760,1591.001835,2469.45974,1470.760301,674.458848,1428.010268 +416761,1606.404275,2470.274042,1471.510358,680.8540754,1427.432571 +416762,1616.979928,2472.731579,1472.326537,685.1734689,1427.208992 +416763,1627.262795,2474.219454,1472.965268,689.2151942,1427.035516 +416764,1636.780748,2473.377842,1473.425643,693.173757,1426.096858 +416765,1646.5822,2472.574238,1473.252917,697.0707173,1424.408684 +416766,1656.278004,2471.861925,1472.696563,700.9237744,1422.043429 +416767,1677.915848,2471.199523,1471.841843,704.7413959,1419.124576 +416768,1667.677712,2470.604609,1470.808457,708.4726004,1415.823044 +416769,1676.986994,2470.076115,1469.697292,712.3806015,1412.285141 +416770,1699.886823,2469.497386,1468.493912,715.9850466,1408.509503 +416771,1701.356646,2468.846611,1467.207018,719.7530515,1404.522082 +416772,1712.4548,2468.163135,1465.890727,723.3780125,1400.404335 +416773,1729.845057,2467.429581,1464.548049,727.8480178,1396.17138 +416774,1736.42793,2466.63763,1463.180216,734.7951366,1391.834623 +416775,1718.546765,2465.91012,1461.874016,733.5942658,1387.512891 +416776,1776.228624,2465.134214,1460.56214,744.647336,1383.128677 +416777,1731.786382,2464.323406,1459.258921,738.4811715,1378.706854 +416778,1786.200559,2463.486998,1458.156681,756.6629895,1374.263608 +416779,1760.893454,2462.622096,1456.866073,739.6440806,1369.802486 +416780,1809.724882,2461.750233,1455.603501,742.5781698,1365.346532 +416781,1763.257723,2460.869491,1454.373767,763.3403064,1360.899194 +416782,1840.505263,2460.255157,1453.364578,756.9360023,1356.701384 +416783,1771.301867,2459.72783,1452.468637,762.7659791,1352.621084 +416784,1861.14077,2459.655113,1451.940911,766.2127852,1348.989812 +416785,1813.054835,2459.792168,1451.825423,769.6629009,1345.629142 +416786,1841.465133,2459.717506,1451.427181,773.2745834,1342.196941 +416787,1847.242694,2459.958971,1451.312445,776.5635538,1339.126335 +416788,1855.322084,2460.589815,1451.686933,780.0498369,1336.477928 +416789,1863.698889,2461.36369,1452.107609,783.4515596,1334.058781 +416790,1872.321304,2462.207928,1452.31315,786.918304,1331.814305 +416791,1880.157521,2463.065619,1452.948466,789.9091388,1329.688243 +416792,1888.232163,2463.851485,1453.795782,793.4006638,1327.63316 +416793,1896.43113,2464.536495,1454.50738,796.4581093,1325.627597 +416794,1912.724765,2465.272064,1455.54151,799.7655944,1323.78188 +416795,1908.248776,2465.89522,1456.381434,802.9125738,1321.938724 +416796,1920.978005,2466.526273,1457.099765,806.0668878,1319.962544 +416797,1928.542423,2466.830287,1457.823877,809.1589058,1318.004526 +416798,1935.804986,2467.132233,1458.773484,812.3720748,1316.293328 +416799,1943.363775,2467.397174,1459.537013,815.3075446,1314.369931 +416800,1951.24951,2467.641991,1460.3016,818.6777053,1312.451144 +416801,1958.820501,2467.866541,1461.075416,821.4916409,1310.545102 +416802,1966.006152,2468.056058,1461.854839,824.7135287,1308.645738 +416803,1973.990629,2468.212777,1462.644301,827.6464956,1306.758061 +416804,1981.215737,2468.334653,1463.44341,830.7736256,1304.881301 +416805,1988.792906,2468.413468,1464.246868,833.6873596,1303.008618 +416806,2003.712302,2468.623171,1465.172073,836.7853438,1301.290339 +416807,2000.46178,2468.774558,1466.291406,839.7420712,1299.573565 +416808,2011.225026,2468.664078,1467.085783,842.7018134,1297.684746 +416809,2018.54741,2468.50421,1467.872733,845.610879,1295.790983 +416810,2025.499005,2468.37392,1468.703672,848.5664127,1293.950859 +416811,2032.666874,2468.210304,1469.540798,851.5062222,1292.113819 +416812,2047.31685,2468.190677,1470.508571,854.4671998,1290.439533 +416813,2044.345359,2468.122686,1471.486467,857.2816308,1288.776435 +416814,2053.846089,2467.762238,1472.311581,860.3444246,1286.917534 +416815,2061.571968,2467.325972,1473.117299,863.0087428,1285.03197 +416816,2067.623711,2467.16414,1473.963707,866.024772,1283.195314 +416817,2082.420592,2466.873632,1474.94747,868.7658113,1281.531764 +416818,2079.55603,2466.536079,1475.942339,871.7022331,1279.882021 +416819,2087.688456,2465.896268,1476.767921,874.4303062,1278.016296 +416820,2102.789625,2465.374959,1477.696057,877.3429066,1276.281203 +416821,1980.295895,2463.322966,1479.657765,826.6494857,1277.469161 +416822,1989.470029,2451.384419,1473.472535,828.0090752,1266.961556 +416823,1993.375168,2437.273991,1464.518518,829.8221442,1252.192593 +416824,2005.411261,2427.581764,1457.201517,831.882871,1239.284107 +416825,2000.664509,2422.255629,1452.311735,833.8393045,1229.465563 +416826,2008.24914,2419.556461,1449.32151,835.8915223,1222.154411 +416827,2013.89376,2418.114571,1447.703241,838.0243358,1216.726152 +416828,2018.420201,2417.061122,1446.993253,839.9758665,1212.618364 +416829,2023.125188,2415.947182,1446.833116,842.0987012,1209.38552 +416830,2036.071807,2414.891957,1447.178425,844.1566838,1206.968863 +416831,2031.642955,2413.739014,1447.808058,846.2249083,1205.07518 +416832,2037.973636,2412.236918,1448.462198,848.2914415,1203.356955 +416833,2043.583146,2410.608102,1449.217025,850.3554917,1201.893588 +416834,2048.490688,2409.005159,1450.125623,852.4159206,1200.735918 +416835,2060.454078,2407.57124,1451.259897,854.4730364,1199.962352 +416836,2049.45876,2405.895532,1452.334248,856.5258979,1199.196616 +416837,2069.956297,2404.036493,1453.370725,858.5746709,1198.455689 +416838,2067.68475,2402.328867,1454.765074,860.6191069,1197.992294 +416839,2071.287694,2400.479466,1455.928537,862.6588625,1197.537289 +416840,2084.404296,2398.63105,1457.142248,864.6940109,1197.199277 +416841,2081.168516,2396.805709,1458.42224,866.7243703,1196.986751 +416842,2085.975733,2394.699926,1459.563017,868.8266358,1196.629164 +416843,2097.42302,2392.602158,1460.748643,870.7321429,1196.355987 +416844,2096.278669,2390.58173,1462.020933,872.8023438,1196.216931 +416845,2098.314307,2388.311205,1463.160852,874.723072,1195.929395 +416846,2108.311369,2385.982375,1464.292383,876.8422024,1195.648879 +416847,2108.575666,2383.705798,1465.47993,878.8185723,1195.462733 +416848,2110.125299,2381.216828,1466.558391,880.7988092,1195.151796 +416849,2112.836871,2378.475344,1467.485172,882.8168855,1194.659284 +416850,2112.490439,2375.520476,1468.286717,884.7742753,1194.009976 +416851,2111.774641,2372.289877,1468.898014,886.7132738,1193.121778 +416852,2111.143362,2368.774907,1469.318594,888.5953483,1191.994667 +416853,2110.624147,2365.038094,1469.571472,890.4774188,1190.673551 +416854,2110.211215,2361.135479,1469.6964,892.3492601,1189.20832 +416855,2109.886483,2357.11992,1469.729269,894.2109735,1187.638806 +416856,2109.633232,2353.019604,1469.696472,896.1412661,1185.994278 +416857,2109.439796,2348.840496,1469.616546,897.8647912,1184.296324 +416858,2109.297837,2344.598165,1469.502434,899.7543891,1182.56103 +416859,2109.200298,2340.29234,1469.363136,901.566447,1180.800107 +416860,2109.141461,2335.933925,1469.205361,903.3816171,1179.022543 +416861,2109.118602,2331.264125,1469.035519,905.1888122,1177.236896 +416862,2109.127889,2326.828239,1468.857626,906.9877754,1175.44862 +416863,2109.163343,2322.351559,1468.672957,908.6974988,1173.659567 +416864,2109.202205,2317.233456,1468.470975,910.6012457,1171.856345 +416865,2109.065319,2307.61256,1468.14576,912.3179392,1169.902469 +416866,2108.407315,2292.230916,1467.470211,914.1794261,1167.504554 +416867,2107.309831,2288.192788,1466.498731,915.8141072,1164.727113 +416868,2106.215884,2282.867095,1465.507614,917.6253992,1161.91919 +416869,2105.032786,2269.014129,1464.435222,919.3574918,1159.000518 +416870,2103.926917,2273.226567,1463.388191,925.9706746,1156.109289 +416871,2102.904777,2253.644589,1462.374325,917.4177178,1153.25833 +416872,2101.707492,2252.101356,1461.23322,941.7069572,1150.244658 +416873,2100.647601,2244.852427,1460.16533,902.6557057,1147.326463 +416874,2099.573775,2230.560398,1459.07674,939.2130759,1144.38456 +416875,2098.583699,2236.5274,1458.031492,927.3084316,1141.502285 +416876,2097.654979,2215.121131,1457.017426,931.1648504,1138.665327 +416877,2096.551157,2213.764067,1455.88581,933.1146917,1135.683691 +416878,2095.545433,2206.955415,1454.809736,934.8072515,1132.778787 +416879,2094.955394,2198.778078,1453.813365,936.3715942,1129.981646 +416880,2093.839772,2183.336385,1452.670031,938.1059815,1127.002235 +416881,2082.091614,2076.998821,1442.085189,830.964237,1107.721076 +416882,2053.193715,2060.358061,1419.524409,830.410388,1070.102551 +416883,2018.775131,2052.076553,1392.83906,830.7170438,1025.593089 +416884,1988.97627,2043.320212,1368.813745,831.4962593,984.109338 +416885,1966.376949,2034.418196,1349.31869,832.3502972,948.5861211 +416886,1949.809899,2025.537253,1333.753396,833.1910303,918.4361991 +416887,1937.288452,2016.806891,1320.941617,834.3152054,892.2214785 +416888,1927.232176,2008.030633,1309.924345,839.1467082,868.7537717 +416889,1918.68317,1999.299015,1300.102534,836.6764132,847.2680892 +416890,1911.110664,1990.615667,1291.12407,845.8588291,827.2921633 +416891,1904.257713,1981.927446,1282.799048,831.1600103,808.5483868 +416892,1897.965021,1973.182282,1274.997342,835.3583145,790.8311407 +416893,1892.040754,1964.513884,1267.570347,845.926649,773.9115098 +416894,1886.385051,1955.762734,1260.430959,841.2282008,757.6411148 +416895,1880.975605,1947.091647,1253.544429,843.9764454,741.9412357 +416896,1875.769145,1938.33792,1246.866026,845.42294,726.7237102 +416897,1870.727529,1929.619272,1240.357286,846.5529771,711.9118109 +416898,1865.828854,1920.912966,1233.992518,848.117828,697.4482388 +416899,1861.055462,1912.211895,1227.750687,849.4301617,683.2845574 +416900,1856.39306,1903.465786,1221.614622,850.9331313,669.3799103 +416901,1851.831656,1894.765342,1215.57129,852.226165,655.701146 +416902,1847.363355,1886.013012,1209.610232,853.7299024,642.2205481 +416903,1842.982059,1877.32904,1203.723098,855.1743205,628.9150223 +416904,1838.682467,1868.575305,1197.902822,856.7317215,615.7647931 +416905,1834.46162,1859.89662,1192.144515,858.0039399,602.7543528 +416906,1830.600633,1851.152996,1186.441825,859.7076811,589.8675944 +416907,1826.45975,1842.481744,1180.775143,871.0052806,577.0725138 +416908,1822.410471,1833.755697,1175.176717,848.9126669,564.4043169 +416909,1818.299009,1825.102492,1169.540239,870.2095575,551.7217811 +416910,1814.369729,1809.223268,1164.017217,864.8260692,539.2137956 +416911,1810.509327,1817.062617,1158.535116,867.2419544,526.7840578 +416912,1806.73087,1788.192999,1153.102859,868.9385647,514.4463371 +416913,1803.006031,1799.881091,1147.702865,870.5066563,502.1788778 +416914,1799.300596,1770.882707,1142.313321,872.0958707,489.9518968 +416915,1795.931124,1782.509298,1136.975492,876.3246951,477.8150322 +416916,1792.245913,1753.381408,1131.631625,882.3549708,465.6912943 +416917,1788.498158,1758.109254,1126.246478,870.8915187,453.5325023 +416918,1785.238561,1745.641048,1120.991515,873.7969109,441.5554204 +416919,1781.679062,1736.995197,1115.784259,884.287379,429.6533888 +416920,1778.275994,1728.675484,1110.561201,883.8783265,417.7444813 +416921,1774.147183,1720.094293,1105.370177,891.70812,405.8886672 +416922,1770.955983,1711.511371,1100.240654,875.3773855,394.1224452 +416923,1767.979448,1702.98718,1095.158089,889.351553,382.4265433 +416924,1765.027048,1694.482209,1090.064343,903.6634197,370.7259577 +416925,1761.895364,1686.014629,1085.016111,865.2147639,359.0924112 +416926,1758.898966,1677.582102,1080.059858,919.8465566,347.584891 +416927,1755.967304,1669.179028,1075.142494,868.0677525,336.1355355 +416928,1753.608704,1660.773244,1070.375543,921.9437217,324.8877122 +416929,1751.001236,1652.514222,1065.639639,878.0057238,313.6893112 +416930,1748.480263,1644.205642,1060.964036,916.5064351,302.5781091 +416931,1746.14498,1635.972688,1056.40615,895.5302832,291.627613 +416932,1743.888095,1627.776061,1051.895606,904.9571467,280.7478066 +416933,1741.85839,1619.634441,1047.527104,905.6771838,270.0603041 +416934,1740.062421,1611.538137,1043.306426,907.3201673,259.5732999 +416935,1738.696623,1603.487294,1039.167166,909.0318173,249.2027075 +416936,1737.125253,1595.489498,1035.089396,911.0308142,238.923326 +416937,1735.616796,1587.544242,1031.059658,912.7582682,228.7173324 +416938,1734.167775,1579.653358,1027.068197,914.4732261,218.5711455 +416939,1732.779311,1571.781376,1023.111594,916.4981352,208.4791755 +416940,1731.450265,1564.056205,1019.187544,918.2951331,198.4373605 +416941,1745.608689,1661.990657,1029.075425,1031.725159,211.9769251 +416942,1778.29607,1658.744258,1051.44491,1022.279371,244.1651739 +416943,1815.254003,1650.823253,1076.847004,1034.942022,281.7529648 +416944,1845.180411,1643.714423,1098.225276,1034.142232,314.6047569 +416945,1866.527376,1637.018492,1114.212775,1036.239993,340.4413061 +416946,1881.296459,1629.484548,1125.886777,1043.876212,360.4282835 +416947,1891.570655,1615.413464,1134.437383,1033.013782,375.9852427 +416948,1899.623079,1624.877004,1141.241741,1050.268516,388.8424878 +416949,1906.504866,1597.633748,1146.963678,1042.432937,399.8540911 +416950,1912.319979,1603.769987,1151.702555,1046.504244,409.1741333 +416951,1917.697489,1593.49616,1155.896804,1048.651512,417.4067446 +416952,1922.802289,1586.167841,1159.691352,1050.286786,424.7822176 +416953,1927.606324,1579.706912,1163.104842,1052.001126,431.3675116 +416954,1932.23567,1572.858446,1166.246038,1053.664005,437.3422373 +416955,1936.751281,1566.00454,1169.17681,1055.663667,442.8212014 +416956,1941.18157,1559.343507,1171.934462,1057.357823,447.883812 +416957,1945.541066,1552.693364,1174.545598,1059.063238,452.5919339 +416958,1949.841273,1546.281909,1177.032798,1060.809041,456.99888 +416959,1954.11423,1539.506953,1179.411692,1062.436552,461.1456984 +416960,1958.524318,1533.149625,1181.69942,1064.008091,465.0726697 +416961,1963.314945,1526.834887,1184.006705,1071.037638,468.9387265 +416962,1968.196895,1520.496255,1186.159379,1060.587031,472.5332213 +416963,1973.239017,1514.275586,1188.229257,1075.974172,475.9600723 +416964,1978.593544,1508.195133,1190.341723,1069.69504,479.390606 +416965,1983.955239,1502.108792,1192.329057,1072.067206,482.6169899 +416966,1989.349211,1496.37829,1194.22388,1074.534001,485.6883467 +416967,1994.870623,1490.276673,1196.097506,1075.661523,488.7021797 +416968,2000.472446,1484.534086,1197.929829,1077.156028,491.6377158 +416969,2006.154535,1478.958522,1199.728497,1078.861205,494.509629 +416970,2011.958355,1475.738683,1201.526377,1080.134195,497.3647912 +416971,2017.897362,1471.011551,1203.337815,1081.746924,500.2258347 +416972,2023.934535,1467.555995,1205.152793,1083.29807,503.0843785 +416973,2030.031626,1463.733784,1206.956561,1085.056007,505.9249967 +416974,2036.306765,1460.198591,1208.828038,1090.999321,508.8524691 +416975,2042.456117,1456.521593,1210.578123,1081.555391,511.6246522 +416976,2048.585637,1453.100803,1212.273082,1095.04537,514.3277617 +416977,2054.924338,1449.716226,1214.056128,1090.042423,517.1470132 +416978,2061.194658,1446.569196,1215.75411,1091.700641,519.8600008 +416979,2067.392632,1443.102192,1217.365329,1093.672664,522.4651203 +416980,2073.646102,1440.096295,1218.970057,1094.813322,525.0659416 +416981,2079.947352,1437.109298,1220.564135,1096.241423,527.6572863 +416982,2086.292703,1434.426212,1222.146734,1097.819226,530.2389226 +416983,2092.693542,1431.803579,1223.726492,1099.568333,532.8229202 +416984,2099.186662,1421.732884,1225.328249,1106.22401,535.4424566 +416985,2105.74682,1437.876331,1226.938161,1097.742054,538.0561091 +416986,2112.274421,1411.80859,1228.495394,1110.2965,540.6220726 +416987,2119.014095,1433.956723,1230.154617,1107.602663,543.3103383 +416988,2125.680587,1407.092435,1231.738467,1109.091013,545.8970503 +416989,2132.296203,1429.265414,1233.261582,1111.779523,548.4107155 +416990,2139.093161,1402.618328,1234.869648,1114.179365,551.0444188 +416991,2145.681688,1416.848546,1236.319012,1120.806631,553.4845512 +416992,2152.611621,1409.135525,1237.954791,1118.915782,556.1767539 +416993,2159.402863,1407.531572,1239.478093,1120.736665,558.7348683 +416994,2166.079924,1405.490153,1240.904942,1123.684789,561.179095 +416995,2172.979092,1403.493405,1242.445591,1130.689938,563.7800306 +416996,2180.01051,1401.135827,1244.045588,1129.744193,566.4677768 +416997,2186.872557,1399.090148,1245.518207,1130.992096,569.0017822 +416998,2193.75121,1396.989252,1246.980015,1137.842331,571.5321421 +416999,2200.745403,1394.870444,1248.492671,1137.881258,574.1376949 +417000,2207.61137,1392.87181,1249.904358,1138.843367,576.6219429 +417001,2213.046079,1413.270488,1249.745462,1143.005336,576.1650934 +417002,2221.310489,1413.353503,1251.310433,1145.168157,578.6755843 +417003,2230.991127,1412.095229,1253.615952,1148.424527,582.502193 +417004,2239.87473,1411.053266,1255.719157,1151.451807,586.1127995 +417005,2247.820304,1409.887284,1257.33688,1153.84697,589.021524 +417006,2254.955974,1408.673619,1258.506644,1155.69886,591.2549085 +417007,2261.552045,1407.445683,1259.356574,1157.231426,592.9835299 +417008,2267.832748,1406.194585,1260.000188,1158.628454,594.3615969 +417009,2273.935901,1404.954714,1260.511109,1159.994267,595.4911805 +417010,2279.934654,1403.713273,1260.931629,1161.374616,596.4345626 +417011,2285.86706,1402.478132,1261.285972,1162.785449,597.2313406 +417012,2291.754759,1401.250233,1261.589375,1164.231687,597.9097281 +417013,2297.612631,1400.037511,1261.852486,1165.715401,598.4914105 +417014,2303.45219,1398.819215,1262.082988,1167.237871,598.9935189 +417015,2309.281929,1397.623995,1262.286411,1168.799862,599.4294104 +417016,2315.10786,1396.462002,1262.467158,1170.402063,599.8102396 +417017,2320.933373,1395.278909,1262.628126,1172.04433,600.1443542 +417018,2326.758935,1394.083222,1262.770674,1173.725449,600.4375176 +417019,2332.585513,1392.949409,1262.896222,1175.444801,600.6948725 +417020,2338.413907,1391.80475,1263.006286,1177.202289,600.9212419 +417021,2344.243756,1390.676738,1263.101662,1178.997353,601.1199761 +417022,2350.010273,1385.975364,1263.142969,1180.786725,601.2419601 +417023,2355.858965,1384.131369,1262.694449,1182.395822,601.2656973 +417024,2361.804728,1382.71693,1261.959712,1183.949078,601.2524683 +417025,2367.812397,1381.369748,1261.196714,1185.579582,601.2491659 +417026,2373.835623,1380.057633,1260.52287,1187.330676,601.2600537 +417027,2379.850868,1378.780286,1259.955726,1189.193344,601.2779642 +417028,2385.852404,1377.549131,1259.473832,1191.143276,601.2958905 +417029,2391.840485,1376.334729,1259.051187,1193.159322,601.3087855 +417030,2397.816197,1375.144791,1258.668462,1195.228077,601.3134798 +417031,2403.921466,1381.398546,1258.401487,1197.436784,601.4226405 +417032,2409.840817,1362.467533,1258.084856,1199.596427,601.4155821 +417033,2415.693592,1384.094163,1257.810827,1201.803219,601.4074182 +417034,2421.46991,1359.877789,1257.571918,1204.052042,601.3910828 +417035,2427.200147,1381.969045,1257.376793,1206.356622,601.3845996 +417036,2432.833095,1358.152336,1257.182122,1208.673839,601.3392906 +417037,2438.44766,1380.153199,1257.027704,1211.050101,601.3129373 +417038,2443.980751,1356.456625,1256.867692,1213.437962,601.251035 +417039,2449.503974,1378.437972,1256.741992,1215.882322,601.2090248 +417040,2455.092345,1362.2036,1256.694362,1218.430513,601.2469733 +417041,2460.528319,1366.355795,1256.587949,1220.933019,601.1903438 +417042,2465.889942,1365.220588,1256.468964,1223.441707,601.1007536 +417043,2471.246358,1364.259247,1256.377961,1226.003191,601.0316947 +417044,2476.554886,1363.606646,1256.287372,1228.588064,600.9486334 +417045,2481.82091,1362.878609,1256.199823,1231.198603,600.8560955 +417046,2487.047038,1362.236152,1256.116766,1233.835752,600.7569964 +417047,2492.23414,1361.59347,1256.038465,1236.499152,600.6524479 +417048,2497.382188,1360.974198,1255.96478,1239.187958,600.5430087 +417049,2502.490798,1360.386187,1255.895515,1241.901221,600.4289638 +417050,2507.549497,1359.798461,1255.830501,1244.637976,600.3106438 +417051,2512.571199,1359.248808,1255.769526,1247.397205,600.1881332 +417052,2517.547883,1358.724288,1255.712738,1250.178245,600.0620293 +417053,2522.483755,1358.19479,1255.659918,1252.980015,599.9322832 +417054,2527.375171,1357.793718,1255.610907,1255.998219,599.7989865 +417055,2532.224439,1357.193849,1255.564476,1258.814533,599.6606814 +417056,2537.027215,1356.791347,1255.521026,1261.641018,599.5180972 +417057,2541.789346,1356.349574,1255.482361,1264.489307,599.3736303 +417058,2546.505249,1355.929985,1255.448477,1267.36194,599.2274475 +417059,2551.177397,1355.55118,1255.418964,1270.25648,599.0790641 +417060,2555.795632,1354.978854,1255.394344,1273.170243,598.9293 +417061,2558.422811,1323.0849,1253.67483,1275.085784,595.8894353 +417062,2555.268381,1320.736512,1247.870507,1273.554527,586.6468475 +417063,2550.199246,1321.232263,1240.602704,1271.087531,574.9998163 +417064,2546.514601,1320.824232,1234.165836,1269.773609,564.2900557 +417065,2545.069994,1320.582077,1229.21064,1270.049954,555.523509 +417066,2545.449862,1320.355008,1225.538242,1271.534802,548.500065 +417067,2546.988586,1320.169554,1222.747634,1273.705701,542.724533 +417068,2549.152379,1320.011184,1220.51493,1276.188247,537.7901197 +417069,2551.646298,1319.839758,1218.641539,1278.788337,533.4427476 +417070,2554.308182,1319.788823,1217.018714,1281.430314,529.5367294 +417071,2556.99333,1316.307623,1215.541557,1284.045874,525.925928 +417072,2558.89435,1315.315406,1213.758925,1286.197972,522.5109694 +417073,2560.382091,1314.849575,1211.825898,1288.119231,519.3232416 +417074,2561.933662,1314.434887,1209.967758,1290.111982,516.3758168 +417075,2563.759198,1314.093466,1208.278444,1292.289719,513.6323477 +417076,2565.841573,1313.744913,1206.756905,1294.637376,511.0465521 +417077,2568.102302,1313.295584,1205.36841,1297.099936,508.5804165 +417078,2570.485875,1313.26312,1204.080357,1299.631855,506.2095171 +417079,2572.926634,1312.918687,1202.865414,1302.201404,503.9114812 +417080,2575.384023,1312.681535,1201.702724,1304.788973,501.6662404 +417081,2577.842995,1312.47742,1200.58181,1307.388195,499.4632397 +417082,2580.297712,1312.311201,1199.497356,1309.998173,497.2970718 +417083,2582.740935,1312.075455,1198.443755,1312.616656,495.1612523 +417084,2585.163963,1311.92781,1197.4154,1315.437491,493.0491984 +417085,2587.561676,1311.771115,1196.409357,1318.036561,490.9575069 +417086,2589.932335,1311.639852,1195.424744,1320.633864,488.8854254 +417087,2592.272752,1311.497999,1194.459843,1323.23936,486.8308968 +417088,2594.579523,1311.405783,1193.512743,1325.855042,484.7916798 +417089,2596.851415,1311.369528,1192.582753,1328.479335,482.7669505 +417090,2599.083297,1311.164589,1191.666963,1331.106829,480.7531103 +417091,2601.255452,1310.434555,1190.753346,1333.722691,478.7345252 +417092,2603.345838,1309.467991,1189.744057,1336.260652,476.6926261 +417093,2605.330833,1308.452157,1188.579836,1338.679882,474.6221316 +417094,2607.218779,1307.155908,1187.255821,1340.999324,472.5299108 +417095,2609.03315,1306.31897,1185.796271,1343.23846,470.428345 +417096,2610.785265,1305.06411,1184.224191,1345.611324,468.3207272 +417097,2612.475344,1303.880463,1182.55489,1347.707478,466.2037338 +417098,2614.10893,1302.657432,1180.804024,1349.763484,464.0803176 +417099,2615.690489,1301.408816,1178.984055,1351.788028,461.9535993 +417100,2617.220452,1300.125082,1177.10287,1353.794684,459.8238929 +417101,2618.698527,1298.827098,1175.166383,1355.775026,457.6907289 +417102,2620.122527,1297.470942,1173.178215,1357.89443,455.5522051 +417103,2621.492347,1296.148284,1171.142528,1359.76295,453.4080228 +417104,2622.807779,1294.704039,1169.062709,1361.767166,451.257918 +417105,2624.067765,1293.307193,1166.940945,1363.622066,449.1006295 +417106,2625.277312,1291.8776,1164.782698,1365.05286,446.9399277 +417107,2626.436953,1290.387715,1162.590512,1366.841255,444.7761296 +417108,2627.540222,1288.917045,1160.362119,1368.777967,442.6038884 +417109,2628.583468,1287.385363,1158.09684,1370.531243,440.4200268 +417110,2629.567911,1285.852952,1155.79671,1372.245672,438.225297 +417111,2630.492957,1284.291473,1153.462469,1374.158557,436.0187942 +417112,2631.358134,1282.707152,1151.094775,1375.831136,433.7998898 +417113,2632.165493,1281.101372,1148.695715,1377.464615,431.5698042 +417114,2632.916266,1279.474576,1146.266843,1379.070141,429.3294099 +417115,2633.605202,1277.823643,1143.807884,1380.647327,427.0711347 +417116,2634.239307,1276.204139,1141.320917,1382.202138,424.805688 +417117,2634.813435,1274.467794,1138.805329,1383.728923,422.5254429 +417118,2635.323806,1272.744062,1136.259166,1385.435595,420.2281198 +417119,2635.771759,1271.022102,1133.68303,1386.894741,417.9155603 +417120,2636.161262,1269.262789,1131.079396,1388.315239,415.5912351 +417121,2641.022544,1203.948137,1133.559723,1391.440304,423.0303179 +417122,2633.075253,1189.352152,1126.960067,1386.76679,416.9388848 +417123,2620.351045,1206.094169,1116.625739,1379.438425,405.0897403 +417124,2609.733482,1184.297996,1107.269684,1374.20901,394.3327714 +417125,2604.015832,1204.815077,1100.750514,1372.382222,386.899397 +417126,2602.153053,1179.760755,1096.612521,1373.03554,382.4480982 +417127,2602.476202,1199.870785,1093.935322,1374.929447,380.0983007 +417128,2603.703986,1174.497074,1091.983598,1377.17168,379.0480251 +417129,2605.171241,1187.323155,1090.353707,1379.345424,378.7970632 +417130,2606.894689,1179.416081,1089.034142,1381.517195,379.2963452 +417131,2608.721136,1177.371184,1087.902313,1383.637031,380.3402329 +417132,2610.548113,1174.660638,1086.870336,1385.675752,381.7736413 +417133,2612.39747,1171.78868,1085.931734,1387.674926,383.5545714 +417134,2614.242249,1168.986673,1085.055026,1389.63437,385.6146152 +417135,2616.061382,1166.084239,1084.215782,1391.551571,387.898568 +417136,2617.838519,1163.146689,1083.395263,1393.424006,390.3617852 +417137,2619.563872,1160.242787,1082.580592,1395.251453,392.9695998 +417138,2621.232243,1157.296026,1081.763243,1397.0353,395.6953928 +417139,2622.838577,1154.288385,1080.936116,1398.775897,398.5163463 +417140,2624.377086,1151.402385,1080.092622,1400.472034,401.4122852 +417141,2625.841282,1148.153949,1079.226653,1402.121433,404.3651481 +417142,2627.23142,1145.124471,1078.33684,1403.725757,407.3645324 +417143,2628.551898,1142.058128,1077.42508,1405.289171,410.4053788 +417144,2629.801337,1138.886965,1076.490353,1406.81166,413.4800575 +417145,2630.969022,1135.68439,1075.529893,1408.290598,416.5794732 +417146,2632.060955,1132.542952,1074.5432,1409.725402,419.6983449 +417147,2633.071137,1129.261552,1073.529854,1411.115292,422.8320001 +417148,2634.002241,1126.198487,1072.488515,1412.458228,425.9752413 +417149,2634.842011,1122.66637,1071.416655,1413.750693,429.1216474 +417150,2635.590144,1119.441437,1070.31517,1414.992769,432.2697473 +417151,2636.260735,1116.63959,1069.193161,1416.193188,435.4289775 +417152,2636.662099,1113.650842,1068.113403,1417.266111,438.6065895 +417153,2636.685764,1110.871285,1067.097007,1418.170421,441.804084 +417154,2636.331987,1107.985364,1066.158206,1418.914457,445.0222485 +417155,2635.650737,1105.231083,1065.280771,1419.525624,448.2608471 +417156,2634.733199,1102.448137,1064.462551,1420.048336,451.5156442 +417157,2633.600119,1099.516694,1063.681285,1420.487396,454.7800892 +417158,2632.257104,1096.691833,1062.937638,1420.840273,458.0519553 +417159,2630.717084,1093.919917,1062.219809,1420.913572,461.3330056 +417160,2628.99206,1091.063344,1061.532411,1421.137476,464.6215714 +417161,2627.091085,1088.301241,1060.861011,1421.288817,467.9130917 +417162,2625.021932,1085.372128,1060.209812,1421.358063,471.2036475 +417163,2622.819376,1079.823473,1059.583624,1421.361371,474.5125763 +417164,2620.562858,1080.083272,1059.034541,1421.348988,477.8976948 +417165,2618.324954,1066.384011,1058.594959,1421.366984,481.4144914 +417166,2616.104643,1093.081648,1058.271579,1421.250534,485.06264 +417167,2613.867621,1042.884882,1058.034475,1421.353248,488.81833 +417168,2611.550484,1098.495293,1057.852301,1421.226601,492.6306512 +417169,2609.124538,1033.592627,1057.696116,1421.340808,496.4730808 +417170,2606.521118,1081.360446,1057.529432,1421.536133,500.2856317 +417171,2603.724796,1057.435165,1057.330118,1421.219289,504.049531 +417172,2600.841549,1046.248384,1057.168788,1420.761935,507.843659 +417173,2597.840098,1077.807841,1057.015143,1420.404095,511.6394212 +417174,2594.742996,1024.062532,1056.890653,1419.786365,515.4530217 +417175,2591.55654,1060.703482,1056.7896,1419.314361,519.2885638 +417176,2588.226992,1034.071474,1056.687331,1418.771615,523.1025175 +417177,2584.757184,1045.924478,1056.575636,1418.149274,526.8954419 +417178,2581.113039,1058.945224,1056.444527,1417.424935,530.6423265 +417179,2577.376747,1004.142261,1056.340867,1416.441018,534.4150537 +417180,2573.538822,1048.039998,1056.269445,1415.625336,538.2083206 +417181,2627.106599,1026.850867,1192.736827,1672.288241,3062.435111 +417182,2680.917307,1155.177619,1217.441349,1699.912563,3074.516065 +417183,2750.281884,1157.448679,1249.362523,1731.649412,3077.097734 +417184,2812.882379,1154.20072,1279.131945,1757.748286,3071.766887 +417185,2863.369424,1151.555855,1304.519318,1777.46121,3064.430315 +417186,2901.934812,1149.310738,1325.242812,1791.336337,3055.90891 +417187,2930.131814,1146.560199,1341.911952,1800.555892,3046.383267 +417188,2944.067409,1166.425012,1352.216358,1801.423383,3028.810534 +417189,2943.405146,1107.797294,1355.699751,1793.388447,3000.963453 +417190,2935.216367,1155.781558,1355.570615,1782.434209,2969.437114 +417191,2925.355046,1139.49734,1354.193891,1772.355629,2939.082492 +417192,2915.480679,1122.933447,1352.465641,1764.035155,2911.466519 +417193,2906.128231,1144.776358,1350.689095,1757.258859,2886.841057 +417194,2897.332532,1112.792872,1348.948908,1751.571766,2864.999159 +417195,2889.037913,1139.102249,1347.280294,1746.621267,2845.666691 +417196,2881.11189,1110.052689,1345.669176,1742.129561,2828.504326 +417197,2873.439048,1126.234179,1344.097354,1737.914183,2813.206256 +417198,2865.954709,1112.804678,1342.561312,1733.876147,2799.537036 +417199,2858.60195,1114.668427,1341.054824,1729.945766,2787.286634 +417200,2851.333094,1110.465676,1339.571568,1726.072903,2776.271544 +417201,2844.108868,1107.541764,1338.105821,1722.221106,2766.332351 +417202,2836.924112,1104.720441,1336.665448,1718.384185,2757.359681 +417203,2829.726671,1101.618517,1335.234297,1714.523185,2749.20685 +417204,2822.474071,1098.697241,1333.799196,1710.608355,2741.548216 +417205,2815.161624,1095.571418,1332.36344,1706.639536,2734.714942 +417206,2807.773462,1093.198281,1330.927317,1702.608288,2728.430242 +417207,2800.102647,1090.124149,1329.518211,1698.365412,2722.625879 +417208,2792.132012,1087.148691,1328.120217,1693.723249,2717.243784 +417209,2783.909044,1083.952976,1326.71839,1689.105574,2712.233883 +417210,2775.476536,1080.925118,1325.306118,1684.363016,2707.552756 +417211,2766.88704,1078.265826,1323.895693,1679.530857,2703.192872 +417212,2758.386434,1075.466494,1322.495506,1671.984108,2699.093762 +417213,2750.104417,1072.838718,1321.096855,1602.761912,2695.186714 +417214,2742.109073,1070.16079,1319.71575,1630.449257,2691.484263 +417215,2734.376578,1067.505681,1318.358494,1603.956591,2687.977163 +417216,2726.833678,1064.791154,1317.020029,1599.939959,2684.63507 +417217,2719.417376,1062.255222,1315.691694,1588.259847,2681.438227 +417218,2712.060745,1059.575193,1314.363187,1573.894557,2678.341657 +417219,2704.766499,1056.965857,1313.044276,1569.511899,2675.357757 +417220,2697.542108,1054.352776,1311.740695,1557.662581,2672.496505 +417221,2690.366894,1051.748706,1310.448496,1548.058943,2669.735982 +417222,2683.228394,1049.218669,1309.167115,1538.425666,2667.062684 +417223,2676.118268,1046.532483,1307.889958,1523.938336,2664.467274 +417224,2669.029372,1044.002427,1306.620524,1520.700665,2661.941382 +417225,2661.956264,1041.421253,1305.357671,1508.220365,2659.478083 +417226,2654.896155,1038.859281,1304.098629,1498.93569,2657.072925 +417227,2647.572295,1036.306723,1302.845288,1489.381096,2654.721277 +417228,2640.536827,1033.762686,1301.599292,1482.75243,2652.418324 +417229,2633.513556,1031.228584,1300.1794,1474.295175,2650.1601 +417230,2626.478858,1025.461519,1298.934653,1413.451332,2647.92243 +417231,2615.559829,1022.600913,1297.568952,1400.49069,2645.722409 +417232,2602.444525,1019.953136,1296.136947,1394.75669,2643.570538 +417233,2589.216823,1017.359585,1294.699354,1374.46098,2641.451628 +417234,2576.890016,1014.804892,1293.288288,1384.444458,2639.361897 +417235,2565.642571,1012.27934,1291.90962,1352.152253,2637.299726 +417236,2555.315329,1009.775234,1290.561874,1371.169187,2635.263769 +417237,2545.72813,1007.28932,1289.252468,1333.784583,2633.278637 +417238,2536.701996,1004.818435,1287.96484,1347.309817,2631.316914 +417239,2528.114487,1002.36219,1286.688474,1331.670677,2629.355885 +417240,2519.906131,999.9189759,1285.42709,1325.503412,2627.405693 +417241,0,0,0,0,0 +417242,0,0,0,0,0 +417243,0,0,0,0,0 +417244,0,0,0,0,0 +417245,0,0,0,0,0 +417246,0,0,0,0,0 +417247,0,0,0,0,0 +417248,0,0,0,0,0 +417249,0,0,0,0,0 +417250,0,0,0,0,0 +417251,0,0,0,0,0 +417252,0,0,0,0,0 +417253,0,0,0,0,0 +417254,0,0,0,0,0 +417255,0,0,0,0,0 +417256,0,0,0,0,0 +417257,0,0,0,0,0 +417258,0,0,0,0,0 +417259,0,0,0,0,0 +417260,0,0,0,0,0 +417261,0,0,0,0,0 +417262,0,0,0,0,0 +417263,0,0,0,0,0 +417264,0,0,0,0,0 +417265,0,0,0,0,0 +417266,0,0,0,0,0 +417267,0,0,0,0,0 +417268,0,0,0,0,0 +417269,0,0,0,0,0 +417270,0,0,0,0,0 +417271,0,0,0,0,0 +417272,0,0,0,0,0 +417273,0,0,0,0,0 +417274,0,0,0,0,0 +417275,0,0,0,0,0 +417276,0,0,0,0,0 +417277,0,0,0,0,0 +417278,0,0,0,0,0 +417279,0,0,0,0,0 +417280,0,0,0,0,0 +417281,0,0,0,0,0 +417282,0,0,0,0,0 +417283,0,0,0,0,0 +417284,0,0,0,0,0 +417285,0,0,0,0,0 +417286,0,0,0,0,0 +417287,0,0,0,0,0 +417288,0,0,0,0,0 +417289,0,0,0,0,0 +417290,0,0,0,0,0 +417291,0,0,0,0,0 +417292,0,0,0,0,0 +417293,0,0,0,0,0 +417294,0,0,0,0,0 +417295,0,0,0,0,0 +417296,0,0,0,0,0 +417297,0,0,0,0,0 +417298,0,0,0,0,0 +417299,0,0,0,0,0 +417300,0,0,0,0,0 +417301,0,0,0,0,0 +417302,0,0,0,0,0 +417303,0,0,0,0,0 +417304,0,0,0,0,0 +417305,0,0,0,0,0 +417306,0,0,0,0,0 +417307,0,0,0,0,0 +417308,0,0,0,0,0 +417309,0,0,0,0,0 +417310,0,0,0,0,0 +417311,0,0,0,0,0 +417312,0,0,0,0,0 +417313,0,0,0,0,0 +417314,0,0,0,0,0 +417315,0,0,0,0,0 +417316,0,0,0,0,0 +417317,0,0,0,0,0 +417318,0,0,0,0,0 +417319,0,0,0,0,0 +417320,0,0,0,0,0 +417321,0,0,0,0,0 +417322,0,0,0,0,0 +417323,0,0,0,0,0 +417324,0,0,0,0,0 +417325,0,0,0,0,0 +417326,0,0,0,0,0 +417327,0,0,0,0,0 +417328,0,0,0,0,0 +417329,0,0,0,0,0 +417330,0,0,0,0,0 +417331,0,0,0,0,0 +417332,0,0,0,0,0 +417333,0,0,0,0,0 +417334,0,0,0,0,0 +417335,0,0,0,0,0 +417336,0,0,0,0,0 +417337,0,0,0,0,0 +417338,0,0,0,0,0 +417339,0,0,0,0,0 +417340,0,0,0,0,0 +417341,0,0,0,0,0 +417342,0,0,0,0,0 +417343,0,0,0,0,0 +417344,0,0,0,0,0 +417345,0,0,0,0,0 +417346,0,0,0,0,0 +417347,0,0,0,0,0 +417348,0,0,0,0,0 +417349,0,0,0,0,0 +417350,0,0,0,0,0 +417351,0,0,0,0,0 +417352,0,0,0,0,0 +417353,0,0,0,0,0 +417354,0,0,0,0,0 +417355,0,0,0,0,0 +417356,0,0,0,0,0 +417357,0,0,0,0,0 +417358,0,0,0,0,0 +417359,0,0,0,0,0 +417360,0,0,0,0,0 +417361,0,0,0,0,0 +417362,0,0,0,0,0 +417363,0,0,0,0,0 +417364,0,0,0,0,0 +417365,0,0,0,0,0 +417366,0,0,0,0,0 +417367,0,0,0,0,0 +417368,0,0,0,0,0 +417369,0,0,0,0,0 +417370,0,0,0,0,0 +417371,0,0,0,0,0 +417372,0,0,0,0,0 +417373,0,0,0,0,0 +417374,0,0,0,0,0 +417375,0,0,0,0,0 +417376,0,0,0,0,0 +417377,0,0,0,0,0 +417378,0,0,0,0,0 +417379,0,0,0,0,0 +417380,0,0,0,0,0 +417381,0,0,0,0,0 +417382,0,0,0,0,0 +417383,0,0,0,0,0 +417384,0,0,0,0,0 +417385,0,0,0,0,0 +417386,0,0,0,0,0 +417387,0,0,0,0,0 +417388,0,0,0,0,0 +417389,0,0,0,0,0 +417390,0,0,0,0,0 +417391,0,0,0,0,0 +417392,0,0,0,0,0 +417393,0,0,0,0,0 +417394,0,0,0,0,0 +417395,0,0,0,0,0 +417396,0,0,0,0,0 +417397,0,0,0,0,0 +417398,0,0,0,0,0 +417399,0,0,0,0,0 +417400,0,0,0,0,0 +417401,0,0,0,0,0 +417402,0,0,0,0,0 +417403,0,0,0,0,0 +417404,0,0,0,0,0 +417405,0,0,0,0,0 +417406,0,0,0,0,0 +417407,0,0,0,0,0 +417408,0,0,0,0,0 +417409,0,0,0,0,0 +417410,0,0,0,0,0 +417411,0,0,0,0,0 +417412,0,0,0,0,0 +417413,0,0,0,0,0 +417414,0,0,0,0,0 +417415,0,0,0,0,0 +417416,0,0,0,0,0 +417417,0,0,0,0,0 +417418,0,0,0,0,0 +417419,0,0,0,0,0 +417420,0,0,0,0,0 +417421,0,0,0,0,0 +417422,0,0,0,0,0 +417423,0,0,0,0,0 +417424,0,0,0,0,0 +417425,0,0,0,0,0 +417426,0,0,0,0,0 +417427,0,0,0,0,0 +417428,0,0,0,0,0 +417429,0,0,0,0,0 +417430,0,0,0,0,0 +417431,0,0,0,0,0 +417432,0,0,0,0,0 +417433,0,0,0,0,0 +417434,0,0,0,0,0 +417435,0,0,0,0,0 +417436,0,0,0,0,0 +417437,0,0,0,0,0 +417438,0,0,0,0,0 +417439,0,0,0,0,0 +417440,0,0,0,0,0 +417441,0,0,0,0,0 +417442,0,0,0,0,0 +417443,0,0,0,0,0 +417444,0,0,0,0,0 +417445,0,0,0,0,0 +417446,0,0,0,0,0 +417447,0,0,0,0,0 +417448,0,0,0,0,0 +417449,0,0,0,0,0 +417450,0,0,0,0,0 +417451,0,0,0,0,0 +417452,0,0,0,0,0 +417453,0,0,0,0,0 +417454,0,0,0,0,0 +417455,0,0,0,0,0 +417456,0,0,0,0,0 +417457,0,0,0,0,0 +417458,0,0,0,0,0 +417459,0,0,0,0,0 +417460,0,0,0,0,0 +417461,0,0,0,0,0 +417462,0,0,0,0,0 +417463,0,0,0,0,0 +417464,0,0,0,0,0 +417465,0,0,0,0,0 +417466,0,0,0,0,0 +417467,0,0,0,0,0 +417468,0,0,0,0,0 +417469,0,0,0,0,0 +417470,0,0,0,0,0 +417471,0,0,0,0,0 +417472,0,0,0,0,0 +417473,0,0,0,0,0 +417474,0,0,0,0,0 +417475,0,0,0,0,0 +417476,0,0,0,0,0 +417477,0,0,0,0,0 +417478,0,0,0,0,0 +417479,0,0,0,0,0 +417480,0,0,0,0,0 +417481,0,0,0,0,0 +417482,0,0,0,0,0 +417483,0,0,0,0,0 +417484,0,0,0,0,0 +417485,0,0,0,0,0 +417486,0,0,0,0,0 +417487,0,0,0,0,0 +417488,0,0,0,0,0 +417489,0,0,0,0,0 +417490,0,0,0,0,0 +417491,0,0,0,0,0 +417492,0,0,0,0,0 +417493,0,0,0,0,0 +417494,0,0,0,0,0 +417495,0,0,0,0,0 +417496,0,0,0,0,0 +417497,0,0,0,0,0 +417498,0,0,0,0,0 +417499,0,0,0,0,0 +417500,0,0,0,0,0 +417501,0,0,0,0,0 +417502,0,0,0,0,0 +417503,0,0,0,0,0 +417504,0,0,0,0,0 +417505,0,0,0,0,0 +417506,0,0,0,0,0 +417507,0,0,0,0,0 +417508,0,0,0,0,0 +417509,0,0,0,0,0 +417510,0,0,0,0,0 +417511,0,0,0,0,0 +417512,0,0,0,0,0 +417513,0,0,0,0,0 +417514,0,0,0,0,0 +417515,0,0,0,0,0 +417516,0,0,0,0,0 +417517,0,0,0,0,0 +417518,0,0,0,0,0 +417519,0,0,0,0,0 +417520,0,0,0,0,0 +417521,0,0,0,0,0 +417522,0,0,0,0,0 +417523,0,0,0,0,0 +417524,0,0,0,0,0 +417525,0,0,0,0,0 +417526,0,0,0,0,0 +417527,0,0,0,0,0 +417528,0,0,0,0,0 +417529,0,0,0,0,0 +417530,0,0,0,0,0 +417531,0,0,0,0,0 +417532,0,0,0,0,0 +417533,0,0,0,0,0 +417534,0,0,0,0,0 +417535,0,0,0,0,0 +417536,0,0,0,0,0 +417537,0,0,0,0,0 +417538,0,0,0,0,0 +417539,0,0,0,0,0 +417540,0,0,0,0,0 +417541,0,0,0,0,0 +417542,0,0,0,0,0 +417543,0,0,0,0,0 +417544,0,0,0,0,0 +417545,0,0,0,0,0 +417546,0,0,0,0,0 +417547,0,0,0,0,0 +417548,0,0,0,0,0 +417549,0,0,0,0,0 +417550,0,0,0,0,0 +417551,0,0,0,0,0 +417552,0,0,0,0,0 +417553,0,0,0,0,0 +417554,0,0,0,0,0 +417555,0,0,0,0,0 +417556,0,0,0,0,0 +417557,0,0,0,0,0 +417558,0,0,0,0,0 +417559,0,0,0,0,0 +417560,0,0,0,0,0 +417561,0,0,0,0,0 +417562,0,0,0,0,0 +417563,0,0,0,0,0 +417564,0,0,0,0,0 +417565,0,0,0,0,0 +417566,0,0,0,0,0 +417567,0,0,0,0,0 +417568,0,0,0,0,0 +417569,0,0,0,0,0 +417570,0,0,0,0,0 +417571,0,0,0,0,0 +417572,0,0,0,0,0 +417573,0,0,0,0,0 +417574,0,0,0,0,0 +417575,0,0,0,0,0 +417576,0,0,0,0,0 +417577,0,0,0,0,0 +417578,0,0,0,0,0 +417579,0,0,0,0,0 +417580,0,0,0,0,0 +417581,0,0,0,0,0 +417582,0,0,0,0,0 +417583,0,0,0,0,0 +417584,0,0,0,0,0 +417585,0,0,0,0,0 +417586,0,0,0,0,0 +417587,0,0,0,0,0 +417588,0,0,0,0,0 +417589,0,0,0,0,0 +417590,0,0,0,0,0 +417591,0,0,0,0,0 +417592,0,0,0,0,0 +417593,0,0,0,0,0 +417594,0,0,0,0,0 +417595,0,0,0,0,0 +417596,0,0,0,0,0 +417597,0,0,0,0,0 +417598,0,0,0,0,0 +417599,0,0,0,0,0 +417600,0,0,0,0,0 +417601,0,0,0,0,0 +417602,0,0,0,0,0 +417603,0,0,0,0,0 +417604,0,0,0,0,0 +417605,0,0,0,0,0 +417606,0,0,0,0,0 +417607,0,0,0,0,0 +417608,0,0,0,0,0 +417609,0,0,0,0,0 +417610,0,0,0,0,0 +417611,0,0,0,0,0 +417612,0,0,0,0,0 +417613,0,0,0,0,0 +417614,0,0,0,0,0 +417615,0,0,0,0,0 +417616,0,0,0,0,0 +417617,0,0,0,0,0 +417618,0,0,0,0,0 +417619,0,0,0,0,0 +417620,0,0,0,0,0 +417621,0,0,0,0,0 +417622,0,0,0,0,0 +417623,0,0,0,0,0 +417624,0,0,0,0,0 +417625,0,0,0,0,0 +417626,0,0,0,0,0 +417627,0,0,0,0,0 +417628,0,0,0,0,0 +417629,0,0,0,0,0 +417630,0,0,0,0,0 +417631,0,0,0,0,0 +417632,0,0,0,0,0 +417633,0,0,0,0,0 +417634,0,0,0,0,0 +417635,0,0,0,0,0 +417636,0,0,0,0,0 +417637,0,0,0,0,0 +417638,0,0,0,0,0 +417639,0,0,0,0,0 +417640,0,0,0,0,0 +417641,0,0,0,0,0 +417642,0,0,0,0,0 +417643,0,0,0,0,0 +417644,0,0,0,0,0 +417645,0,0,0,0,0 +417646,0,0,0,0,0 +417647,0,0,0,0,0 +417648,0,0,0,0,0 +417649,0,0,0,0,0 +417650,0,0,0,0,0 +417651,0,0,0,0,0 +417652,0,0,0,0,0 +417653,0,0,0,0,0 +417654,0,0,0,0,0 +417655,0,0,0,0,0 +417656,0,0,0,0,0 +417657,0,0,0,0,0 +417658,0,0,0,0,0 +417659,0,0,0,0,0 +417660,0,0,0,0,0 +417661,0,0,0,0,0 +417662,0,0,0,0,0 +417663,0,0,0,0,0 +417664,0,0,0,0,0 +417665,0,0,0,0,0 +417666,0,0,0,0,0 +417667,0,0,0,0,0 +417668,0,0,0,0,0 +417669,0,0,0,0,0 +417670,0,0,0,0,0 +417671,0,0,0,0,0 +417672,0,0,0,0,0 +417673,0,0,0,0,0 +417674,0,0,0,0,0 +417675,0,0,0,0,0 +417676,0,0,0,0,0 +417677,0,0,0,0,0 +417678,0,0,0,0,0 +417679,0,0,0,0,0 +417680,0,0,0,0,0 +417681,0,0,0,0,0 +417682,0,0,0,0,0 +417683,0,0,0,0,0 +417684,0,0,0,0,0 +417685,0,0,0,0,0 +417686,0,0,0,0,0 +417687,0,0,0,0,0 +417688,0,0,0,0,0 +417689,0,0,0,0,0 +417690,0,0,0,0,0 +417691,0,0,0,0,0 +417692,0,0,0,0,0 +417693,0,0,0,0,0 +417694,0,0,0,0,0 +417695,0,0,0,0,0 +417696,0,0,0,0,0 +417697,0,0,0,0,0 +417698,0,0,0,0,0 +417699,0,0,0,0,0 +417700,0,0,0,0,0 +417701,0,0,0,0,0 +417702,0,0,0,0,0 +417703,0,0,0,0,0 +417704,0,0,0,0,0 +417705,0,0,0,0,0 +417706,0,0,0,0,0 +417707,0,0,0,0,0 +417708,0,0,0,0,0 +417709,0,0,0,0,0 +417710,0,0,0,0,0 +417711,0,0,0,0,0 +417712,0,0,0,0,0 +417713,0,0,0,0,0 +417714,0,0,0,0,0 +417715,0,0,0,0,0 +417716,0,0,0,0,0 +417717,0,0,0,0,0 +417718,0,0,0,0,0 +417719,0,0,0,0,0 +417720,0,0,0,0,0 +417721,0,0,0,0,0 +417722,0,0,0,0,0 +417723,0,0,0,0,0 +417724,0,0,0,0,0 +417725,0,0,0,0,0 +417726,0,0,0,0,0 +417727,0,0,0,0,0 +417728,0,0,0,0,0 +417729,0,0,0,0,0 +417730,0,0,0,0,0 +417731,0,0,0,0,0 +417732,0,0,0,0,0 +417733,0,0,0,0,0 +417734,0,0,0,0,0 +417735,0,0,0,0,0 +417736,0,0,0,0,0 +417737,0,0,0,0,0 +417738,0,0,0,0,0 +417739,0,0,0,0,0 +417740,0,0,0,0,0 +417741,0,0,0,0,0 +417742,0,0,0,0,0 +417743,0,0,0,0,0 +417744,0,0,0,0,0 +417745,0,0,0,0,0 +417746,0,0,0,0,0 +417747,0,0,0,0,0 +417748,0,0,0,0,0 +417749,0,0,0,0,0 +417750,0,0,0,0,0 +417751,0,0,0,0,0 +417752,0,0,0,0,0 +417753,0,0,0,0,0 +417754,0,0,0,0,0 +417755,0,0,0,0,0 +417756,0,0,0,0,0 +417757,0,0,0,0,0 +417758,0,0,0,0,0 +417759,0,0,0,0,0 +417760,0,0,0,0,0 +417761,0,0,0,0,0 +417762,0,0,0,0,0 +417763,0,0,0,0,0 +417764,0,0,0,0,0 +417765,0,0,0,0,0 +417766,0,0,0,0,0 +417767,0,0,0,0,0 +417768,0,0,0,0,0 +417769,0,0,0,0,0 +417770,0,0,0,0,0 +417771,0,0,0,0,0 +417772,0,0,0,0,0 +417773,0,0,0,0,0 +417774,0,0,0,0,0 +417775,0,0,0,0,0 +417776,0,0,0,0,0 +417777,0,0,0,0,0 +417778,0,0,0,0,0 +417779,0,0,0,0,0 +417780,0,0,0,0,0 +417781,0,0,0,0,0 +417782,0,0,0,0,0 +417783,0,0,0,0,0 +417784,0,0,0,0,0 +417785,0,0,0,0,0 +417786,0,0,0,0,0 +417787,0,0,0,0,0 +417788,0,0,0,0,0 +417789,0,0,0,0,0 +417790,0,0,0,0,0 +417791,0,0,0,0,0 +417792,0,0,0,0,0 +417793,0,0,0,0,0 +417794,0,0,0,0,0 +417795,0,0,0,0,0 +417796,0,0,0,0,0 +417797,0,0,0,0,0 +417798,0,0,0,0,0 +417799,0,0,0,0,0 +417800,0,0,0,0,0 +417801,0,0,0,0,0 +417802,0,0,0,0,0 +417803,0,0,0,0,0 +417804,0,0,0,0,0 +417805,0,0,0,0,0 +417806,0,0,0,0,0 +417807,0,0,0,0,0 +417808,0,0,0,0,0 +417809,0,0,0,0,0 +417810,0,0,0,0,0 +417811,0,0,0,0,0 +417812,0,0,0,0,0 +417813,0,0,0,0,0 +417814,0,0,0,0,0 +417815,0,0,0,0,0 +417816,0,0,0,0,0 +417817,0,0,0,0,0 +417818,0,0,0,0,0 +417819,0,0,0,0,0 +417820,0,0,0,0,0 +417821,0,0,0,0,0 +417822,0,0,0,0,0 +417823,0,0,0,0,0 +417824,0,0,0,0,0 +417825,0,0,0,0,0 +417826,0,0,0,0,0 +417827,0,0,0,0,0 +417828,0,0,0,0,0 +417829,0,0,0,0,0 +417830,0,0,0,0,0 +417831,0,0,0,0,0 +417832,0,0,0,0,0 +417833,0,0,0,0,0 +417834,0,0,0,0,0 +417835,0,0,0,0,0 +417836,0,0,0,0,0 +417837,0,0,0,0,0 +417838,0,0,0,0,0 +417839,0,0,0,0,0 +417840,0,0,0,0,0 +417841,0,0,0,0,0 +417842,0,0,0,0,0 +417843,0,0,0,0,0 +417844,0,0,0,0,0 +417845,0,0,0,0,0 +417846,0,0,0,0,0 +417847,0,0,0,0,0 +417848,0,0,0,0,0 +417849,0,0,0,0,0 +417850,0,0,0,0,0 +417851,0,0,0,0,0 +417852,0,0,0,0,0 +417853,0,0,0,0,0 +417854,0,0,0,0,0 +417855,0,0,0,0,0 +417856,0,0,0,0,0 +417857,0,0,0,0,0 +417858,0,0,0,0,0 +417859,0,0,0,0,0 +417860,0,0,0,0,0 +417861,0,0,0,0,0 +417862,0,0,0,0,0 +417863,0,0,0,0,0 +417864,0,0,0,0,0 +417865,0,0,0,0,0 +417866,0,0,0,0,0 +417867,0,0,0,0,0 +417868,0,0,0,0,0 +417869,0,0,0,0,0 +417870,0,0,0,0,0 +417871,0,0,0,0,0 +417872,0,0,0,0,0 +417873,0,0,0,0,0 +417874,0,0,0,0,0 +417875,0,0,0,0,0 +417876,0,0,0,0,0 +417877,0,0,0,0,0 +417878,0,0,0,0,0 +417879,0,0,0,0,0 +417880,0,0,0,0,0 +417881,0,0,0,0,0 +417882,0,0,0,0,0 +417883,0,0,0,0,0 +417884,0,0,0,0,0 +417885,0,0,0,0,0 +417886,0,0,0,0,0 +417887,0,0,0,0,0 +417888,0,0,0,0,0 +417889,0,0,0,0,0 +417890,0,0,0,0,0 +417891,0,0,0,0,0 +417892,0,0,0,0,0 +417893,0,0,0,0,0 +417894,0,0,0,0,0 +417895,0,0,0,0,0 +417896,0,0,0,0,0 +417897,0,0,0,0,0 +417898,0,0,0,0,0 +417899,0,0,0,0,0 +417900,0,0,0,0,0 +417901,0,0,0,0,0 +417902,0,0,0,0,0 +417903,0,0,0,0,0 +417904,0,0,0,0,0 +417905,0,0,0,0,0 +417906,0,0,0,0,0 +417907,0,0,0,0,0 +417908,0,0,0,0,0 +417909,0,0,0,0,0 +417910,0,0,0,0,0 +417911,0,0,0,0,0 +417912,0,0,0,0,0 +417913,0,0,0,0,0 +417914,0,0,0,0,0 +417915,0,0,0,0,0 +417916,0,0,0,0,0 +417917,0,0,0,0,0 +417918,0,0,0,0,0 +417919,0,0,0,0,0 +417920,0,0,0,0,0 +417921,0,0,0,0,0 +417922,0,0,0,0,0 +417923,0,0,0,0,0 +417924,0,0,0,0,0 +417925,0,0,0,0,0 +417926,0,0,0,0,0 +417927,0,0,0,0,0 +417928,0,0,0,0,0 +417929,0,0,0,0,0 +417930,0,0,0,0,0 +417931,0,0,0,0,0 +417932,0,0,0,0,0 +417933,0,0,0,0,0 +417934,0,0,0,0,0 +417935,0,0,0,0,0 +417936,0,0,0,0,0 +417937,0,0,0,0,0 +417938,0,0,0,0,0 +417939,0,0,0,0,0 +417940,0,0,0,0,0 +417941,0,0,0,0,0 +417942,0,0,0,0,0 +417943,0,0,0,0,0 +417944,0,0,0,0,0 +417945,0,0,0,0,0 +417946,0,0,0,0,0 +417947,0,0,0,0,0 +417948,0,0,0,0,0 +417949,0,0,0,0,0 +417950,0,0,0,0,0 +417951,0,0,0,0,0 +417952,0,0,0,0,0 +417953,0,0,0,0,0 +417954,0,0,0,0,0 +417955,0,0,0,0,0 +417956,0,0,0,0,0 +417957,0,0,0,0,0 +417958,0,0,0,0,0 +417959,0,0,0,0,0 +417960,0,0,0,0,0 +417961,0,0,0,0,0 +417962,0,0,0,0,0 +417963,0,0,0,0,0 +417964,0,0,0,0,0 +417965,0,0,0,0,0 +417966,0,0,0,0,0 +417967,0,0,0,0,0 +417968,0,0,0,0,0 +417969,0,0,0,0,0 +417970,0,0,0,0,0 +417971,0,0,0,0,0 +417972,0,0,0,0,0 +417973,0,0,0,0,0 +417974,0,0,0,0,0 +417975,0,0,0,0,0 +417976,0,0,0,0,0 +417977,0,0,0,0,0 +417978,0,0,0,0,0 +417979,0,0,0,0,0 +417980,0,0,0,0,0 +417981,0,0,0,0,0 +417982,0,0,0,0,0 +417983,0,0,0,0,0 +417984,0,0,0,0,0 +417985,0,0,0,0,0 +417986,0,0,0,0,0 +417987,0,0,0,0,0 +417988,0,0,0,0,0 +417989,0,0,0,0,0 +417990,0,0,0,0,0 +417991,0,0,0,0,0 +417992,0,0,0,0,0 +417993,0,0,0,0,0 +417994,0,0,0,0,0 +417995,0,0,0,0,0 +417996,0,0,0,0,0 +417997,0,0,0,0,0 +417998,0,0,0,0,0 +417999,0,0,0,0,0 +418000,0,0,0,0,0 +418001,0,0,0,0,0 +418002,0,0,0,0,0 +418003,0,0,0,0,0 +418004,0,0,0,0,0 +418005,0,0,0,0,0 +418006,0,0,0,0,0 +418007,0,0,0,0,0 +418008,0,0,0,0,0 +418009,0,0,0,0,0 +418010,0,0,0,0,0 +418011,0,0,0,0,0 +418012,0,0,0,0,0 +418013,0,0,0,0,0 +418014,0,0,0,0,0 +418015,0,0,0,0,0 +418016,0,0,0,0,0 +418017,0,0,0,0,0 +418018,0,0,0,0,0 +418019,0,0,0,0,0 +418020,0,0,0,0,0 +418021,-1991.97797,-67.29396213,-463.244005,-857.4102536,-1089.262235 +418022,-222.1097529,-39.11499144,-214.814104,-104.8263455,-395.9788517 +418023,-205.5865356,-36.65361731,-210.8577213,-97.57390536,-390.6133242 +418024,-205.1841614,-34.59522839,-209.2936028,-97.55376959,-391.3810241 +418025,-212.1070172,-32.88269896,-209.4951699,-100.7861938,-395.9188568 +418026,-220.3679129,-31.39113358,-210.6421744,-104.5767703,-402.0389829 +418027,-227.8987152,-30.03095836,-212.2764738,-108.0075457,-408.7395618 +418028,-234.5680344,-28.75328402,-214.2221515,-111.0340164,-415.750426 +418029,-240.7109743,-27.53182747,-216.4226455,-113.8170198,-423.0487582 +418030,-246.580935,-26.34928051,-218.8490992,-116.4754195,-430.6365714 +418031,-252.2861851,-25.19145289,-221.471567,-119.0596059,-438.4892344 +418032,-257.8567714,-24.04590041,-224.2576746,-121.5835566,-446.5653791 +418033,-263.2991955,-22.90190279,-227.1767199,-124.0504263,-454.8214331 +418034,-268.6190363,-21.75056908,-230.2022296,-126.462984,-463.2193867 +418035,-273.8244913,-20.58467962,-233.3122835,-128.8251752,-471.7275598 +418036,-278.9249283,-19.3984637,-236.4889804,-131.1414072,-480.3200813 +418037,-283.9289646,-18.18730712,-239.7176099,-133.4156651,-488.9751789 +418038,-288.8441065,-16.94755521,-242.9860816,-135.6513641,-497.6747237 +418039,-293.6765636,-15.67631056,-246.2844024,-137.851289,-506.4032053 +418040,-298.4317076,-14.37131943,-249.6043774,-140.0178202,-515.1477278 +418041,-303.114058,-13.03083403,-252.9392684,-142.1529401,-523.8972515 +418042,-307.727648,-11.65354598,-256.2836091,-144.2584057,-532.6427019 +418043,-312.2759158,-10.23848849,-259.6329553,-146.3357044,-541.3763209 +418044,-316.7613724,-8.78492191,-262.983599,-148.385909,-550.090689 +418045,-321.1867206,-7.292537826,-266.3329778,-150.4101846,-558.7804615 +418046,-325.5550391,-5.761355017,-269.6794257,-152.4098687,-567.4424489 +418047,-329.8689078,-4.191470073,-273.0216112,-154.3860744,-576.0738221 +418048,-334.1305047,-2.582995956,-276.3583786,-156.3397364,-584.672121 +418049,-338.3415113,-0.936056486,-279.6887107,-158.2715702,-593.2348983 +418050,-342.5034934,0.749152841,-283.0118391,-160.1822458,-601.7602687 +418051,-346.6177818,2.472373211,-286.3272094,-162.0723341,-610.2465635 +418052,-350.6967464,4.183412778,-289.6606859,-163.9479908,-618.6926793 +418053,-354.748041,5.849623199,-293.0270929,-165.8129324,-627.0979244 +418054,-358.7738513,190.5973377,-296.4263087,-167.6680851,-635.4619689 +418055,-362.7736924,160.0565353,-299.8535687,-169.5130459,-643.7844539 +418056,-366.7467325,173.9112992,-303.3860175,-171.3472601,-652.0654102 +418057,-370.692415,200.6906842,-307.0001957,-173.1703412,-660.3050123 +418058,-374.6107009,217.9259762,-310.6618901,-174.9821754,-668.5038998 +418059,-378.5017249,234.872842,-314.3508977,-176.7827514,-676.6627408 +418060,-382.3657872,251.2509887,-318.0586914,-178.572145,-684.7823806 +418061,-386.2031296,267.827824,-321.7817166,-180.3504121,-692.8634946 +418062,-390.0140833,283.7433947,-325.5177869,-182.1176518,-700.9068784 +418063,-393.800209,300.1324572,-329.2659501,-183.8745142,-708.9148297 +418064,-397.5613657,315.4379118,-333.0237072,-185.6208828,-716.8875218 +418065,-401.2972924,331.5084536,-336.7886296,-187.3565893,-724.8249359 +418066,-405.0081724,346.8466725,-340.5589602,-189.0816688,-732.7276165 +418067,-408.6943893,362.2017229,-344.3333744,-190.7962483,-740.5962941 +418068,-412.3564934,377.246298,-348.110918,-192.5005305,-748.4319381 +418069,-415.9949846,392.6421066,-351.8907576,-194.194695,-756.2354105 +418070,-419.6104199,407.4197128,-355.6722544,-195.8789478,-764.0076829 +418071,-423.2032822,422.0627068,-359.4548113,-197.5534624,-771.749591 +418072,-426.7741105,437.1236768,-363.2379796,-199.2184388,-779.4620742 +418073,-430.3233749,451.5143156,-367.0213218,-200.8740483,-787.145942 +418074,-433.851599,465.9475425,-370.8045164,-202.5204875,-794.8021005 +418075,-437.3619298,489.547557,-374.5901382,-204.1590823,-802.4313184 +418076,-440.8536369,508.9075372,-378.3766791,-205.7894851,-810.0344736 +418077,-444.3257518,527.1322782,-382.1623346,-207.411251,-817.6122809 +418078,-447.7781468,545.9010354,-385.9461964,-209.0243055,-825.1655602 +418079,-451.2111427,564.0387031,-389.7278846,-210.6287706,-832.6949751 +418080,-454.6253007,582.8346445,-393.5073104,-212.2248738,-840.201293 +418081,-464.3368958,1030.790979,-403.6001253,-216.6836227,-859.1683765 +418082,-454.1963279,1064.02864,-394.0509748,-212.0099889,-841.1409528 +418083,-434.1260329,1091.881808,-374.8155626,-202.9113807,-802.3923977 +418084,-413.5916817,1118.240897,-355.1582723,-193.7953947,-762.6869277 +418085,-396.5180753,1143.391814,-338.8965402,-186.437816,-729.5413995 +418086,-384.099075,1167.97592,-327.033451,-181.2724259,-703.5601107 +418087,-375.3418002,1191.808414,-318.688337,-177.7992298,-683.3212563 +418088,-369.1435322,1215.4327,-312.8650079,-175.4920793,-667.4817821 +418089,-364.8055541,1238.595069,-308.9108271,-174.0185488,-655.1807693 +418090,-361.9349807,1262.874174,-306.4419187,-173.1903957,-645.8758668 +418091,-360.2858338,1301.824447,-305.2091988,-172.8895296,-639.1742234 +418092,-359.669341,1301.913404,19.31568958,-173.0264238,-634.7466909 +418093,-359.9231951,1310.040123,159.5611633,-173.5255943,-632.3007127 +418094,-360.9066495,1363.212875,61.3712892,-174.3228858,-631.5769991 +418095,-362.5004832,1369.199103,140.0186328,-175.3650142,-632.3493018 +418096,-364.6057675,1394.035561,165.5086653,-176.6086296,450.7274038 +418097,-166.1911351,1415.59419,190.9376757,-178.0186968,-141.783989 +418098,54.72831288,1436.671743,214.7805112,-179.567012,62.19589295 +418099,-63.94337369,1457.741762,238.3135537,-181.230983,95.46544511 +418100,15.81230111,1478.547678,261.2898581,-64.32937794,123.2331187 +418101,44.4516072,1499.281873,283.7087312,-37.11060648,150.1537497 +418102,71.32596778,1519.513075,305.7557185,-50.96641747,176.2379221 +418103,98.32049159,1540.083913,326.8678285,-24.50695826,201.6436639 +418104,123.8626437,1560.078425,348.6686711,-11.06651256,226.2243782 +418105,149.6889947,1579.863083,369.0976899,1.583546582,250.3586445 +418106,174.1760138,1599.914786,389.655425,14.24832532,291.3556125 +418107,199.4787984,1619.29816,409.6652951,26.31923245,270.2876447 +418108,222.6670014,1638.811579,429.518296,38.4574799,331.4224469 +418109,246.2220978,1658.065695,444.68219,50.01517708,338.1244651 +418110,269.9129238,1691.925216,461.5288287,61.94584784,361.9339595 +418111,292.5087104,1692.671888,477.5262417,72.83111412,382.9634218 +418112,315.0684034,1695.424132,493.6769064,84.5471333,403.2168369 +418113,337.3004986,1739.887548,509.5261273,95.42695923,423.2126871 +418114,359.0124976,1743.236423,525.3565011,106.1679409,442.7974079 +418115,380.4831077,1762.476569,558.9405217,117.123476,483.8883878 +418116,401.6223056,1778.634418,529.3596538,127.4766357,447.5478633 +418117,422.3728837,1822.541274,584.5331719,137.6689911,514.4885576 +418118,442.193749,1770.686405,583.9041137,148.3199687,513.6030779 +418119,459.3403761,1845.079,601.793192,157.8272646,534.2030367 +418120,475.9002082,1837.048909,616.7580301,165.3184435,566.4278782 +418121,492.4307234,1876.318167,631.944653,174.0698412,567.3789169 +418122,508.6072073,1861.683557,653.6859249,181.9151915,582.0434954 +418123,524.8249139,1895.66388,650.9680836,189.9498186,603.2732183 +418124,540.4817525,1899.16521,680.7431142,197.8066555,622.7153824 +418125,556.5802596,1916.893929,689.1706342,205.6044371,630.3241448 +418126,571.8217924,1930.650133,704.1128348,213.2187521,650.6430145 +418127,587.4614539,1944.114315,718.2795369,220.8259924,646.7337197 +418128,602.6508452,1957.670094,731.8835219,228.2112148,636.8276099 +418129,617.7769061,1970.863732,745.7124646,235.5844124,625.8761119 +418130,632.757792,1983.776353,758.805595,242.5123244,614.4215787 +418131,647.4973891,1996.886852,772.4639864,250.124471,602.969017 +418132,662.430806,2016.130177,787.0076903,257.0093905,591.9938803 +418133,688.4520708,2019.578402,812.7383807,264.0184902,581.4230982 +418134,690.5811105,2035.095258,804.2365161,270.9199205,571.1892223 +418135,689.249724,2047.039572,827.0856453,277.6927332,562.1789509 +418136,729.8362858,2058.913146,837.5833983,284.5316134,554.7765985 +418137,731.3866189,2070.752366,849.733296,291.0527861,548.4906871 +418138,747.9170308,2088.762021,862.1304868,297.7369962,543.1416956 +418139,761.6223066,2092.002791,879.2948121,304.2096047,538.4428802 +418140,775.7234776,2105.268341,883.5108111,310.6565617,533.8403116 +418141,1177.959611,2231.637946,1075.210324,485.0275266,550.3825795 +418142,1193.914112,2262.676955,1098.956065,492.6654632,602.0602435 +418143,1208.051941,2294.010387,1126.751323,499.5029224,665.567788 +418144,1221.912174,2315.305276,1149.698048,506.1084687,722.0061857 +418145,1235.073381,2327.530747,1166.324467,512.3876062,766.4456775 +418146,1248.359981,2334.009004,1177.737298,518.600879,799.3866354 +418147,1261.090748,2337.722739,1185.70336,524.795655,824.6592704 +418148,1274.152588,2340.432578,1191.081071,530.785602,843.9890858 +418149,1286.392731,2342.887028,1194.896859,536.6244637,859.0181135 +418150,1299.03519,2345.300982,1197.655404,542.5987909,870.9608344 +418151,1311.536935,2347.668957,1199.675303,548.4114554,880.1290006 +418152,1323.699993,2349.975073,1201.176453,554.0342027,887.2351312 +418153,1335.814648,2352.239402,1202.318034,559.8093108,892.7074607 +418154,1348.17744,2354.463387,1203.215386,565.3759091,896.8851384 +418155,1383.469401,2356.593781,1203.909998,570.9072853,899.9827999 +418156,1336.684142,2358.799379,1204.557839,576.5233018,902.3333646 +418157,1400.522664,2361.045531,1205.369659,581.7825439,904.0858225 +418158,1391.919199,2363.175956,1205.889656,587.2639688,905.246874 +418159,1407.012161,2365.273423,1206.382666,592.6077727,905.9749587 +418160,1423.530276,2367.33319,1206.868754,603.8419578,906.3536277 +418161,1449.081536,2369.313247,1207.330998,600.2544533,906.4121905 +418162,1416.626016,2371.334981,1207.852118,618.7861239,906.3004327 +418163,1456.831526,2373.437391,1208.454027,605.6548619,906.0844349 +418164,1465.409272,2375.490963,1209.06717,612.0744807,905.7075095 +418165,1474.809196,2377.428715,1209.831804,629.0055646,905.1447117 +418166,1486.355292,2379.287041,1210.370743,626.9846517,904.4388971 +418167,1520.127181,2381.064101,1210.886843,633.4825928,903.5948604 +418168,1475.209121,2383.1419,1211.466714,638.6238102,902.7320608 +418169,1560.073217,2385.46128,1212.592183,643.2440747,902.2784116 +418170,1512.018123,2387.826448,1213.581485,648.3432995,901.8764555 +418171,1551.18575,2390.131858,1214.764587,652.9968786,901.4501077 +418172,1551.4884,2392.933852,1215.881044,657.7122773,901.490171 +418173,1564.088556,2396.160635,1217.769849,662.3171974,901.9712219 +418174,1574.649901,2399.607615,1220.025594,667.0217075,902.7551976 +418175,1584.571364,2403.172355,1222.320218,671.499992,903.769213 +418176,1595.343901,2406.757411,1224.924194,676.1377195,904.9224641 +418177,1605.311015,2410.321765,1227.434571,680.5375189,906.1586011 +418178,1615.502156,2413.850348,1229.980996,685.166932,907.4397965 +418179,1625.803512,2417.34661,1232.554535,689.3914211,908.7472942 +418180,1644.177393,2420.963563,1235.248726,693.9309006,910.1971059 +418181,1641.987499,2424.737777,1238.144689,698.1061201,911.6270727 +418182,1657.171093,2427.999859,1240.72927,702.702616,913.0998228 +418183,1666.36243,2431.218477,1243.305632,706.7321775,914.3440528 +418184,1675.755605,2434.456161,1245.902564,711.1487797,915.5953621 +418185,1685.805665,2437.915867,1248.494302,715.2603991,916.8219972 +418186,1695.492299,2441.006002,1251.085433,719.5498745,918.0314703 +418187,1704.779897,2444.277761,1253.672884,723.6832016,919.2209932 +418188,1714.843772,2447.348629,1256.260704,727.7981977,920.396468 +418189,1724.187989,2449.910622,1258.853158,731.7766529,921.5639702 +418190,1733.724415,2453.087902,1261.636942,736.0435633,922.7141994 +418191,1750.761149,2456.246453,1264.339813,739.9300072,923.9941669 +418192,1749.54609,2459.638637,1267.017486,744.0506958,925.2501873 +418193,1762.396257,2462.497611,1269.552139,747.9341001,926.3090726 +418194,1771.606283,2465.27634,1272.080394,752.0607501,927.3395174 +418195,1780.621744,2468.075257,1274.63706,755.7775088,928.4013399 +418196,1789.784203,2470.844232,1277.195512,759.8294886,929.4470874 +418197,1806.211787,2474.035358,1279.878283,763.5929776,930.6343951 +418198,1805.381546,2476.894325,1282.549373,767.5383841,931.8084454 +418199,1816.808773,2479.441967,1285.061288,771.261391,932.7669715 +418200,1826.090396,2481.915189,1287.550454,775.1560784,933.6820668 +418201,1847.32054,2484.62529,1289.981494,781.6243147,934.3530838 +418202,1849.063098,2487.907559,1292.890959,785.8011372,936.0693421 +418203,1860.006152,2491.139495,1295.889491,789.9433424,938.1064149 +418204,1876.524546,2494.347207,1298.96284,793.8067544,940.256 +418205,1877.780699,2497.396419,1302.001734,797.666805,942.2837694 +418206,1894.470215,2500.185421,1304.900925,801.629593,944.0581938 +418207,1895.84998,2502.748073,1307.668999,805.3468369,945.5897086 +418208,1910.082165,2505.419069,1310.520339,809.088106,946.9301465 +418209,1919.936201,2507.90374,1313.236075,813.0267704,948.2936612 +418210,1920.223386,2510.191091,1315.819464,816.5324949,949.4586427 +418211,1923.292597,2511.928555,1318.039205,820.2442937,950.1141263 +418212,1925.138794,2513.171283,1319.90129,824.0078268,950.2775954 +418213,1924.036947,2513.955024,1321.416096,827.5528563,949.9472168 +418214,1923.09802,2514.260503,1322.545041,831.0497612,949.0844801 +418215,1922.352118,2514.17596,1323.348453,834.8703118,947.753251 +418216,1922.098724,2513.819962,1323.896184,838.2851058,946.0560195 +418217,1921.711598,2513.277348,1324.264376,841.8839843,944.0800208 +418218,1921.471089,2512.601077,1324.494611,845.3911481,941.8948652 +418219,1921.349083,2511.81975,1324.633493,848.8546709,939.5525264 +418220,1921.331863,2510.937401,1324.690008,856.581994,937.0820529 +418221,1921.403448,2509.975473,1324.700579,854.1333257,934.5224157 +418222,1921.548679,2508.926901,1324.659914,870.4944328,931.8836346 +418223,1921.790225,2507.842883,1324.618307,847.4359158,929.2215413 +418224,1922.130743,2506.725592,1324.573389,869.2837173,926.5490743 +418225,1922.47438,2505.506136,1324.493499,870.2575033,923.8161628 +418226,1922.843452,2504.204455,1324.382852,871.9845009,921.0427871 +418227,1923.247929,2502.853532,1324.272022,876.0196643,918.2572327 +418228,1923.691929,2501.451943,1324.150283,879.3254828,915.4594716 +418229,1924.157216,2499.999771,1324.027948,882.5777887,912.6515013 +418230,1924.654397,2498.498172,1323.896649,885.9278849,909.835932 +418231,1925.167924,2496.948367,1323.76696,888.86004,907.0147069 +418232,1925.681247,2495.265039,1323.605269,891.8395358,904.190741 +418233,1926.163957,2493.404268,1323.403094,894.9245909,901.3665122 +418234,1926.626697,2491.376232,1323.16987,897.8867199,898.5441006 +418235,1927.064348,2489.215571,1322.905802,900.672627,895.7258206 +418236,1927.496775,2486.954268,1322.610233,903.6194776,892.9128057 +418237,1928.190012,2484.609813,1322.301941,906.4610366,890.1027014 +418238,1928.572859,2482.191738,1321.969494,909.2915476,887.294264 +418239,1928.933306,2479.707558,1321.61777,912.1869432,884.4889441 +418240,1929.291376,2477.161495,1321.257752,914.8338,881.6874181 +418241,1929.66383,2474.554889,1320.884405,917.660326,878.88857 +418242,1930.042186,2471.887963,1320.491209,920.7183706,876.0905481 +418243,1930.394239,2469.143454,1320.082184,931.4852184,873.2762224 +418244,1930.789108,2466.368916,1319.674699,912.859432,870.4837761 +418245,1931.196164,2463.55597,1319.264793,934.8609184,867.7054742 +418246,1931.568753,2460.658594,1318.83072,929.6230954,864.9017935 +418247,1932.219603,2457.69812,1318.379761,933.8752454,862.0885013 +418248,1932.536665,2454.687056,1317.912439,936.3157489,859.2734454 +418249,1932.834267,2451.624469,1317.433432,938.9883791,856.4542129 +418250,1933.148007,2448.51338,1316.953431,941.5565611,853.6327471 +418251,1933.461021,2445.353072,1316.464984,944.2102355,850.8081076 +418252,1934.04499,2442.141973,1315.959788,946.5209195,847.9785565 +418253,1934.275155,2438.880167,1315.443158,949.2574481,845.1434709 +418254,1934.495179,2435.570338,1314.91528,951.720494,842.3043775 +418255,1934.836885,2432.191206,1314.366452,964.3589745,839.4419764 +418256,1934.614816,2428.798262,1313.829699,941.640727,836.6026852 +418257,1935.057326,2425.383975,1313.304396,966.4446725,833.781079 +418258,1935.49314,2421.88877,1312.747988,960.0054057,830.9274293 +418259,1935.736495,2418.335942,1312.178376,963.9763798,828.0599908 +418260,1936.255393,2414.740102,1311.599897,966.4316086,825.1887334 +418261,1938.466481,2412.041569,1312.915746,915.4291833,825.7280106 +418262,1933.59175,2403.379686,1309.303633,916.8261675,818.7167601 +418263,1925.318749,2393.109063,1303.382281,918.4518307,808.100683 +418264,1918.128861,2384.427172,1297.800897,920.2193954,797.7817038 +418265,1913.120789,2378.236612,1293.576717,922.0306866,789.2640542 +418266,1910.097118,2373.855885,1290.641985,927.5075073,782.5150077 +418267,1908.42057,2370.336775,1288.620455,920.4753998,777.0698497 +418268,1907.494112,2366.9848,1287.143271,949.3797189,772.4667865 +418269,1907.066902,2363.601904,1286.053527,900.2664582,768.5091779 +418270,1906.963473,2360.126243,1285.234092,945.0064228,765.043326 +418271,1907.327723,2356.483004,1284.555931,930.0699275,761.8940516 +418272,1907.516126,2352.743623,1284.003183,934.9819141,759.0284627 +418273,1907.806005,2348.951256,1283.560491,936.6870761,756.4136908 +418274,1908.166299,2345.099689,1283.195253,938.5813588,753.9955897 +418275,1908.580729,2341.190131,1282.888855,940.3825006,751.7390896 +418276,1909.032937,2337.221995,1282.625971,942.1879134,749.6143785 +418277,1909.510036,2333.196432,1282.395088,943.985855,747.5974922 +418278,1910.302429,2329.106216,1282.181082,949.1887356,745.6607503 +418279,1910.802117,2324.968414,1281.986912,943.5398204,743.8005862 +418280,1911.264166,2320.751158,1281.784369,969.6015284,741.9742017 +418281,1911.779177,2316.536082,1281.622934,922.7477815,740.2395186 +418282,1912.318066,2312.286942,1281.48027,975.4315104,738.5631643 +418283,1912.816426,2307.708089,1281.314394,945.6055047,736.8871024 +418284,1913.348258,2303.410365,1281.172164,951.7540768,735.2678964 +418285,1913.852439,2299.049355,1281.014545,973.5842934,733.6520722 +418286,1914.356352,2294.64318,1280.858732,941.4079994,732.0589151 +418287,1914.878249,2290.201596,1280.71608,971.7687553,730.5006133 +418288,1915.334877,2285.657371,1280.533292,974.5464914,728.9065365 +418289,1915.831558,2281.110279,1280.377008,942.471607,727.360482 +418290,1916.349515,2276.546942,1280.235817,986.3211133,725.8565431 +418291,1916.799149,2271.635314,1280.052302,971.6769069,724.3105029 +418292,1917.296334,2267.105499,1279.900277,964.3807017,722.7948689 +418293,1917.866325,2262.681781,1279.796122,972.1977922,721.3168984 +418294,1918.759514,2258.289986,1279.710839,966.8302125,719.8363408 +418295,1919.418915,2253.772407,1279.674821,995.4339524,718.3950914 +418296,1920.122544,2249.397018,1279.676735,959.2327571,716.9829282 +418297,1920.909902,2245.683989,1279.735964,997.6013635,715.6288693 +418298,1921.691275,2241.184256,1279.786246,964.3076845,714.2599565 +418299,1922.550494,2236.959306,1279.881997,1002.521284,712.9465968 +418300,1923.388298,2232.338948,1279.964136,978.4976531,711.6105071 +418301,1924.097856,2227.84985,1279.966899,989.5881109,710.1654515 +418302,1924.906967,2223.452873,1280.034446,990.0579837,708.7964205 +418303,1925.859873,2218.898698,1280.195169,991.7539314,707.5409392 +418304,1926.880563,2214.628721,1280.402485,993.6467429,706.341222 +418305,1927.945123,2210.371731,1280.642679,995.4169937,705.1815639 +418306,1929.035547,2206.096961,1280.904946,997.187729,704.049209 +418307,1930.142939,2201.795435,1281.183569,999.1522687,702.9372484 +418308,1931.259268,2197.46572,1281.473022,1000.935657,701.838671 +418309,1932.377345,2193.107749,1281.768187,1002.74456,700.746794 +418310,1933.494977,2188.72411,1282.067092,1004.607275,699.6589695 +418311,1934.611323,2184.316478,1282.368668,1006.391673,698.5736689 +418312,1935.727565,2179.628148,1282.673195,1008.226565,697.491189 +418313,1936.844533,2175.189719,1282.980847,1010.072534,696.4116959 +418314,1937.958908,2170.738901,1283.289276,1011.853673,695.332199 +418315,1939.069155,2166.25746,1283.597268,1013.551739,694.2511273 +418316,1940.178242,2161.742977,1283.906513,1015.537738,693.1707152 +418317,1941.285277,2157.196724,1284.216295,1017.252521,692.0900599 +418318,1942.377549,2152.620177,1284.524832,1019.106839,691.0065813 +418319,1943.457085,2148.016436,1284.83206,1020.867782,689.9199313 +418320,1944.528943,2143.387497,1285.138161,1022.657986,688.8306033 +418321,1946.050703,2138.491363,1286.24766,907.6726712,689.5223924 +418322,1931.705361,2120.442998,1276.561068,910.2426597,673.4131394 +418323,1910.844261,2098.227307,1262.164947,928.0059667,649.7192441 +418324,1892.351294,2080.416256,1248.918858,897.7249046,627.2099059 +418325,1879.095885,2068.557122,1238.816918,934.2461614,608.9414558 +418326,1870.533759,2061.027579,1231.643612,889.3268371,594.7557989 +418327,1865.130769,2055.580417,1226.516364,939.1785746,583.5489111 +418328,1861.628535,2050.746364,1222.692207,894.5139769,574.368797 +418329,1859.285148,2045.906706,1219.724135,928.8594064,566.6401938 +418330,1857.675443,2040.895724,1217.343516,907.430365,560.0046627 +418331,1856.593463,2035.756938,1215.408702,920.7116981,554.2554774 +418332,1855.867766,2030.507338,1213.795801,929.628274,549.2031044 +418333,1855.45015,2025.208315,1212.459011,912.1219818,544.766111 +418334,1855.326905,2019.922092,1211.376127,910.3718695,540.88284 +418335,1855.337084,2014.550107,1210.433715,937.1951047,537.3770369 +418336,1855.416731,2009.072315,1209.580828,922.8571817,534.1575053 +418337,1855.644108,2003.593401,1208.85756,915.007978,531.2536715 +418338,1855.998562,1998.11579,1208.243217,919.8265999,528.6200319 +418339,1856.408557,1992.587363,1207.686487,920.0121213,526.1741962 +418340,1856.810268,1986.961945,1207.141575,940.4815652,523.8425662 +418341,1857.284571,1981.32775,1206.654692,903.2283031,521.6712267 +418342,1857.922006,1975.7766,1206.279567,950.9885089,519.7180977 +418343,1858.646406,1970.23883,1205.966031,901.0540132,517.9096608 +418344,1859.428599,1964.68843,1205.694213,953.9817526,516.2128033 +418345,1860.224382,1959.088976,1205.434407,902.4544904,514.5822246 +418346,1861.056351,1953.463011,1205.195,955.6548408,513.0221574 +418347,1861.680233,1941.400542,1204.82356,904.1672772,511.3299928 +418348,1861.120273,1905.959715,1203.696752,957.3772769,508.6945416 +418349,1859.331141,1904.11516,1201.765658,914.8745225,505.0375765 +418350,1857.258906,1890.51605,1199.6159,945.8545111,501.0961935 +418351,1855.337195,1885.190282,1197.511351,928.1607944,497.2013415 +418352,1853.651398,1874.043951,1195.513144,938.3261634,493.4438701 +418353,1851.983699,1855.833659,1193.492475,934.9105853,489.6712652 +418354,1850.431051,1853.287612,1191.513614,936.9407236,485.9732282 +418355,1849.301388,1841.574578,1189.782144,937.508916,482.6169188 +418356,1848.457625,1831.478103,1188.215618,938.307214,479.4986901 +418357,1847.717597,1821.34861,1186.708866,939.1323696,476.4850991 +418358,1846.857083,1804.156496,1185.118833,939.8939053,473.3917583 +418359,1846.029071,1802.21821,1183.545117,940.5928094,470.3438611 +418360,1845.498663,1790.583927,1182.150662,941.5821813,467.5483124 +418361,1845.074898,1779.683702,1180.819741,942.2800135,464.8556129 +418362,1844.66273,1770.107835,1179.489727,943.1385892,462.184963 +418363,1844.312312,1760.522492,1178.196376,943.9127444,459.5810269 +418364,1843.835537,1743.149161,1176.81534,944.7706322,456.881902 +418365,1843.387004,1742.41432,1175.446484,945.5344024,454.2132362 +418366,1843.197091,1729.491928,1174.230407,946.280737,451.7540399 +418367,1843.090462,1719.877845,1173.057742,947.2248061,449.3638497 +418368,1842.989935,1710.037314,1171.882358,947.996605,446.9646975 +418369,1842.946331,1700.659851,1170.737228,948.8326075,444.626136 +418370,1842.963503,1690.827961,1169.624388,949.6142652,442.3248715 +418371,1843.031211,1681.302788,1168.536855,950.4548882,440.0546576 +418372,1843.146009,1671.924488,1167.471988,951.3092874,437.819504 +418373,1843.297526,1662.078226,1166.422778,952.0749101,435.6143368 +418374,1843.319134,1645.641361,1165.282847,952.8271178,433.3028901 +418375,1843.56274,1652.836837,1164.27355,953.7937376,431.1683825 +418376,1843.872118,1623.171586,1163.296297,954.5639049,429.0838203 +418377,1844.050834,1627.138043,1162.227174,955.4187569,426.8899146 +418378,1844.409311,1614.587758,1161.261788,956.212347,424.8372471 +418379,1844.972362,1605.083692,1160.416183,962.8401538,422.9465704 +418380,1845.423296,1596.275038,1159.491125,949.4959622,420.9627565 +418381,1851.017857,1693.215027,1161.963758,1073.867971,423.5668178 +418382,1876.52786,1689.392618,1177.818296,1061.316103,445.9168204 +418383,1907.995855,1681.289103,1197.87492,1078.060336,475.1204129 +418384,1933.534728,1673.357615,1214.768538,1065.475845,500.6981481 +418385,1951.399673,1666.119474,1227.010046,1081.924094,520.2607234 +418386,1963.286063,1658.136595,1235.472326,1074.500183,534.7849767 +418387,1971.079125,1643.516014,1241.20181,1077.991476,545.4546243 +418388,1976.861622,1652.525047,1245.435753,1080.300522,553.84572 +418389,1981.544177,1624.711454,1248.730156,1081.571171,560.6265185 +418390,1985.391477,1630.449435,1251.268256,1083.170237,566.0818751 +418391,1988.946225,1619.690666,1253.420744,1084.736005,570.6951117 +418392,1992.273853,1611.909736,1255.25927,1086.169717,574.6228132 +418393,1995.377361,1605.016637,1256.812855,1087.943993,577.9143343 +418394,1998.368375,1597.704483,1258.173477,1089.338239,580.7472451 +418395,2001.28034,1590.502042,1259.379407,1090.862732,583.1746804 +418396,2004.139832,1583.417976,1260.461564,1092.376696,585.2900396 +418397,2006.968061,1576.360224,1261.446413,1093.62713,587.1221397 +418398,2009.784912,1569.560734,1262.358373,1100.491906,588.7534419 +418399,2012.734117,1562.47832,1263.281415,1089.834399,590.2779304 +418400,2015.690997,1555.704598,1264.04807,1104.927303,591.4988099 +418401,2019.059463,1549.056968,1264.86924,1098.551424,592.7107759 +418402,2022.563642,1542.411571,1265.577646,1100.641482,593.7145687 +418403,2026.20782,1535.84453,1266.20298,1102.902555,594.5592711 +418404,2030.066075,1529.460556,1266.819446,1103.840046,595.3480746 +418405,2034.072666,1523.082385,1267.407829,1105.132518,596.0625964 +418406,2038.206582,1517.072466,1267.971228,1106.483299,596.7129029 +418407,2042.452992,1510.663447,1268.512209,1107.895463,597.3076563 +418408,2046.795559,1504.725498,1269.029736,1108.964676,597.8502111 +418409,2051.234432,1498.851585,1269.530899,1110.919475,598.3536874 +418410,2055.901781,1493.10688,1270.105147,1116.372925,598.9374143 +418411,2060.496458,1487.270772,1270.568442,1106.877671,599.3671996 +418412,2065.099825,1481.642729,1270.982066,1120.009368,599.7329913 +418413,2069.920133,1476.154085,1271.483448,1114.87185,600.2196464 +418414,2074.577455,1468.659999,1271.837376,1114.231538,600.5265826 +418415,2079.333585,1464.94429,1271.753807,1114.979826,600.6387873 +418416,2084.354128,1460.370486,1271.502976,1115.645142,600.7741756 +418417,2089.578101,1456.948412,1271.289804,1116.708478,601.0029917 +418418,2094.910233,1453.221212,1271.184336,1117.593004,601.3133317 +418419,2100.447319,1449.605936,1271.278443,1123.376638,601.8021972 +418420,2105.736484,1438.602738,1271.274407,1113.836988,602.0984638 +418421,2111.111272,1453.901016,1271.358322,1125.485815,602.4606557 +418422,2116.690282,1427.207884,1271.586765,1121.790376,602.9760636 +418423,2122.23308,1448.854472,1271.798635,1122.436768,603.446809 +418424,2127.690235,1421.530025,1271.956154,1124.333222,603.830489 +418425,2133.257187,1443.232548,1272.176342,1125.945204,604.2820864 +418426,2139.024086,1416.193808,1272.512486,1131.994279,604.8741836 +418427,2144.615853,1429.970915,1272.727639,1124.224033,605.3041375 +418428,2150.245544,1421.862806,1272.952635,1134.534158,605.7429958 +418429,2156.105073,1419.864312,1273.305784,1133.180614,606.3451914 +418430,2162.094581,1417.464227,1273.724938,1138.763097,607.0331279 +418431,2167.915841,1414.895679,1274.023657,1132.106638,607.5679562 +418432,2173.796472,1412.382602,1274.343295,1145.597041,608.1327714 +418433,2179.798055,1410.073087,1274.721289,1138.136639,608.7759791 +418434,2185.690892,1407.402685,1275.01348,1144.873601,609.3117282 +418435,2191.583488,1405.078541,1275.287148,1144.832443,609.8268868 +418436,2197.428687,1402.681533,1275.511953,1145.559921,610.2817948 +418437,2203.166712,1400.267384,1275.649414,1146.972793,610.6260227 +418438,2208.856252,1397.995767,1275.735166,1148.155851,610.9048657 +418439,2214.4596,1395.665432,1275.744668,1147.94598,611.0858385 +418440,2219.912742,1393.384733,1275.63716,1147.87122,611.1155716 +418441,2225.167208,1413.486168,1275.219577,1148.02933,610.5157758 +418442,2233.011276,1413.149669,1276.343332,1150.775142,612.6427891 +418443,2242.212601,1411.518175,1278.133557,1154.58117,615.9939657 +418444,2250.680171,1410.086143,1279.731915,1158.012053,619.1475755 +418445,2258.279968,1408.543266,1280.865928,1160.630323,621.6297655 +418446,2265.124569,1406.95222,1281.570409,1162.562971,623.4618061 +418447,2271.466434,1405.344567,1281.967418,1164.085419,624.8052991 +418448,2277.515395,1403.731888,1282.164761,1165.419129,625.8063522 +418449,2283.399407,1402.121595,1282.231904,1166.689728,626.5611006 +418450,2289.185522,1400.52323,1282.208548,1167.953776,627.1279706 +418451,2294.908291,1398.92005,1282.117471,1169.233076,627.5442645 +418452,2300.587578,1397.338698,1281.973273,1170.536526,627.8370501 +418453,2306.237522,1395.765099,1281.786462,1171.86938,628.0276256 +418454,2311.869587,1394.204408,1281.5649,1173.235584,628.1332665 +418455,2317.492552,1392.657366,1281.314427,1174.637987,628.1677277 +418456,2323.112417,1391.133547,1281.039515,1176.078538,628.142331 +418457,2328.732795,1389.60067,1280.743238,1177.55805,628.0657641 +418458,2334.355927,1388.119955,1280.428073,1179.077,627.9453884 +418459,2339.983823,1386.63751,1280.09608,1180.635729,627.7873453 +418460,2345.616232,1385.126183,1279.748106,1182.23355,627.59578 +418461,2351.253051,1383.687662,1279.385063,1183.870127,627.3743733 +418462,2356.894788,1382.246574,1279.008354,1185.545865,627.1271377 +418463,2362.541592,1380.817915,1278.618718,1187.260615,626.8567913 +418464,2368.192748,1379.399957,1278.216576,1189.013985,626.5654579 +418465,2373.847903,1378.009451,1277.802494,1190.805838,626.2551041 +418466,2379.507199,1376.642689,1277.37722,1192.636311,625.9278234 +418467,2385.169669,1375.261827,1276.94103,1194.505073,625.5848227 +418468,2390.83493,1373.924561,1276.49418,1196.411817,625.2272334 +418469,2396.502764,1372.594159,1276.037186,1198.356555,624.8563015 +418470,2402.172798,1371.281384,1275.570427,1200.339163,624.4730796 +418471,2407.847309,1370.136538,1275.095904,1202.361268,624.0805531 +418472,2413.626071,1376.352168,1274.721117,1204.521786,623.7964935 +418473,2419.203237,1357.383014,1274.28607,1206.633874,623.3993829 +418474,2424.717065,1378.9566,1273.881941,1208.793584,623.0044568 +418475,2430.166564,1354.689245,1273.500674,1210.994975,622.6044863 +418476,2435.58369,1376.737239,1273.152258,1213.251409,622.2177189 +418477,2440.914067,1352.857119,1272.795234,1215.519488,621.7951257 +418478,2446.234373,1374.825536,1272.471678,1217.845973,621.3948778 +418479,2451.41314,1347.482225,1272.09628,1220.139481,620.908845 +418480,2456.755504,1368.757926,1271.277573,1222.341109,620.3656475 +418481,2462.181893,1344.625361,1270.170069,1224.499527,619.7695814 +418482,2467.683338,1366.432254,1269.070573,1226.754346,619.2237367 +418483,2473.122389,1342.497592,1268.052889,1229.083307,618.6773677 +418484,2478.540679,1364.307784,1267.17779,1231.521893,618.1787067 +418485,2484.010442,1347.884866,1266.47071,1234.099791,617.7805226 +418486,2489.316198,1351.891024,1265.769849,1236.651514,617.3012902 +418487,2494.541135,1350.597521,1265.103927,1239.220376,616.7991803 +418488,2499.757517,1349.493369,1264.502405,1241.848713,616.3256223 +418489,2504.92399,1348.70382,1263.930181,1244.504576,615.8439489 +418490,2510.046527,1347.852591,1263.38492,1247.189235,615.3578212 +418491,2515.128747,1347.073117,1262.864014,1249.902767,614.8690946 +418492,2520.17265,1346.315457,1262.364519,1252.644216,614.3783228 +418493,2525.178889,1345.581003,1261.883887,1255.412475,613.8857271 +418494,2530.145644,1344.874152,1261.418849,1258.400523,613.3900115 +418495,2535.063241,1344.20411,1260.967676,1261.19416,612.891241 +418496,2539.94821,1343.532895,1260.530417,1264.004794,612.3914193 +418497,2544.792633,1342.90887,1260.106585,1266.842469,611.8914368 +418498,2549.606984,1342.30146,1259.695229,1269.709502,611.3913978 +418499,2554.379743,1341.732489,1259.295475,1272.603688,610.8912162 +418500,2559.120648,1341.225986,1258.907197,1275.522275,610.3916709 +418501,2564.770934,1301.085215,1259.783173,1278.725815,612.4268055 +418502,2564.383241,1309.628139,1256.401961,1278.322522,608.0329408 +418503,2561.827736,1304.684002,1251.377773,1276.858029,601.0022941 +418504,2560.301374,1304.791551,1246.924366,1276.3445,594.5706643 +418505,2560.733936,1304.314849,1243.740693,1277.283013,589.8005449 +418506,2562.853633,1303.724572,1241.711014,1279.372522,586.5925073 +418507,2566.036422,1303.175863,1240.469954,1282.12688,584.4926771 +418508,2569.790475,1302.649982,1239.717902,1285.179821,583.1237153 +418509,2573.829598,1302.145139,1239.272736,1288.34973,582.2530222 +418510,2578.011561,1301.660846,1239.035837,1291.555624,581.749239 +418511,2582.267237,1301.196808,1238.952155,1294.77451,581.532707 +418512,2586.557911,1300.751905,1238.986256,1298.002794,581.5474173 +418513,2590.857206,1300.325937,1239.111989,1301.239144,581.7492118 +418514,2595.145206,1299.917996,1239.309134,1304.480896,582.102408 +418515,2599.407103,1299.527991,1239.562131,1307.724856,582.5781574 +418516,2603.633329,1298.995638,1239.860141,1310.969327,583.1546924 +418517,2607.820271,1298.872374,1240.197199,1314.215438,583.8173262 +418518,2611.959606,1298.435303,1240.565231,1317.460112,584.5495404 +418519,2616.040942,1298.143704,1240.955616,1320.698265,585.3347586 +418520,2620.060492,1297.80901,1241.364305,1323.928777,586.1630576 +418521,2623.94245,1293.930569,1241.743004,1327.101969,586.9674941 +418522,2627.054459,1292.611222,1241.638153,1329.843746,587.7094178 +418523,2629.770117,1292.021164,1241.262291,1332.377939,588.4694006 +418524,2632.517592,1291.368932,1240.885359,1334.970586,589.3022393 +418525,2635.463284,1290.795901,1240.623718,1337.722403,590.2016374 +418526,2638.603691,1290.095518,1240.489493,1340.623346,591.1471334 +418527,2641.879603,1289.811181,1240.457893,1343.627821,592.123295 +418528,2645.226429,1289.210539,1240.497093,1346.689257,593.1148371 +418529,2648.596506,1288.774973,1240.582285,1349.775346,594.1091192 +418530,2651.963101,1288.280591,1240.699452,1353.063468,595.1001438 +418531,2655.29874,1287.123195,1240.832713,1356.125886,596.0747443 +418532,2658.595336,1285.764084,1240.883086,1359.1232,597.0169211 +418533,2661.860797,1284.403936,1240.790055,1362.041821,597.9234382 +418534,2665.104379,1283.101077,1240.544384,1364.890096,598.7992868 +418535,2668.325244,1281.385413,1240.16005,1367.680207,599.6470547 +418536,2671.525699,1279.963422,1239.66091,1370.427353,600.4740092 +418537,2674.71003,1278.385845,1239.069632,1373.14479,601.2886763 +418538,2677.875429,1276.78938,1238.399841,1375.837423,602.0932315 +418539,2681.017043,1275.165365,1237.660243,1378.506572,602.8875163 +418540,2684.131683,1273.510351,1236.857826,1381.153224,603.6719407 +418541,2687.216623,1271.826158,1235.997979,1383.777852,604.446416 +418542,2690.269635,1270.113073,1235.085081,1386.380766,605.2108738 +418543,2693.288509,1268.372291,1234.122679,1388.962122,605.9649811 +418544,2696.271404,1266.603879,1233.11373,1391.522014,606.7085479 +418545,2699.289646,1268.53802,1232.1057,1394.10909,607.4997972 +418546,2702.933336,1267.455405,1231.545638,1397.090567,608.3601364 +418547,2706.88848,1265.897176,1231.210387,1400.435774,609.2119687 +418548,2710.7885,1264.263571,1230.826513,1403.49776,609.9992769 +418549,2714.487851,1262.55652,1230.27742,1406.401166,610.7237275 +418550,2717.982983,1260.794642,1229.552939,1409.165935,611.4018764 +418551,2721.318033,1258.942505,1228.681768,1411.835721,612.0477502 +418552,2724.538476,1257.165356,1227.696545,1414.446637,612.672452 +418553,2727.674346,1255.254615,1226.620847,1417.019174,613.2825405 +418554,2730.73897,1253.34517,1225.46767,1419.741506,613.8791889 +418555,2733.740201,1251.398764,1224.246156,1422.205085,614.4636148 +418556,2736.685263,1249.419221,1222.96454,1424.640491,615.038731 +418557,2739.575733,1247.401585,1221.627284,1427.25804,615.6039219 +418558,2742.413595,1245.380075,1220.238471,1429.567639,616.1592616 +418559,2745.196974,1243.306863,1218.802944,1431.976444,616.7015248 +418560,2747.931243,1241.208727,1217.325102,1433.93075,617.2348556 +418561,2751.110471,1173.412639,1216.75695,1436.291558,619.8713495 +418562,2742.545694,1169.492419,1207.800131,1432.062275,609.9191511 +418563,2729.692646,1167.307625,1195.482924,1425.080886,594.6987802 +418564,2719.138246,1164.536849,1184.328793,1419.837226,580.8136086 +418565,2712.729052,1161.81259,1175.742053,1417.688174,570.3784998 +418566,2709.80788,1159.152893,1169.427195,1417.806738,563.1140761 +418567,2709.114612,1156.399887,1164.665611,1419.206326,558.1121605 +418568,2709.65162,1153.778351,1160.85752,1421.16434,554.6114392 +418569,2710.834945,1150.827516,1157.623455,1423.303752,552.1381996 +418570,2712.377604,1148.106458,1154.774327,1425.479351,550.4261665 +418571,2714.142502,1145.251132,1152.203258,1427.651077,549.3142988 +418572,2716.05063,1142.457368,1149.836651,1429.809179,548.6867097 +418573,2718.044927,1139.561622,1147.617545,1432.142992,548.4494547 +418574,2720.082545,1136.643708,1145.502677,1434.217475,548.5266963 +418575,2722.136085,1133.765713,1143.46198,1436.257309,548.8604555 +418576,2724.18509,1130.790593,1141.463924,1438.271323,549.4040227 +418577,2726.262085,1122.33437,1139.531604,1440.292559,550.1576056 +418578,2728.426972,1132.954242,1137.699848,1442.364583,551.1486205 +418579,2730.678934,1116.402131,1135.963441,1444.487295,552.3614953 +418580,2732.954747,1126.804135,1134.270542,1446.786661,553.7345879 +418581,2735.26294,1088.554339,1132.634746,1448.870922,555.2647956 +418582,2737.692179,1146.375841,1131.112722,1451.19343,557.0144188 +418583,2739.598581,1089.793274,1129.885639,1453.183009,558.8694318 +418584,2740.987897,1126.377244,1128.721687,1454.505621,560.6449907 +418585,2742.253859,1084.96511,1127.521261,1456.181707,562.4059742 +418586,2743.631465,1121.293017,1126.247655,1457.804647,564.2152155 +418587,2745.149719,1076.374608,1124.901732,1459.754058,566.0766136 +418588,2746.745466,1115.32662,1123.472766,1461.540308,567.9661842 +418589,2748.368286,1074.733099,1121.980842,1463.31397,569.8755251 +418590,2749.99391,1095.698355,1120.435073,1465.295246,571.8091993 +418591,2751.566978,1086.02006,1118.831085,1467.031169,573.7389512 +418592,2752.811628,1080.386513,1117.243007,1468.595609,575.6769263 +418593,2753.57376,1081.559857,1115.712806,1469.938246,577.6340161 +418594,2753.837524,1077.313631,1114.249847,1471.063782,579.6063881 +418595,2753.710325,1074.841442,1112.851348,1472.032035,581.6001005 +418596,2753.256485,1072.127033,1111.512824,1472.873871,583.6170564 +418597,2752.484189,1089.640061,1110.202543,1473.583836,585.6316016 +418598,2751.495116,1036.88565,1108.961356,1474.219173,587.6995018 +418599,2750.299806,1078.130962,1107.772062,1474.777604,589.8081083 +418600,2748.839581,1058.1649,1106.586196,1475.212838,591.8934364 +418601,2747.163271,1058.476372,1105.420519,1475.551508,593.9789683 +418602,2745.303609,1055.787548,1104.278822,1475.811054,596.0782163 +418603,2743.261355,1053.214012,1103.156888,1475.988042,598.1818098 +418604,2741.045199,1050.320348,1102.054407,1476.084764,600.2891018 +418605,2738.66191,1047.696808,1100.965236,1476.102783,602.3992895 +418606,2736.116207,1044.93965,1099.891966,1476.042758,604.5110786 +418607,2733.40537,1042.220306,1098.830961,1475.90274,606.619984 +418608,2730.536064,1039.503154,1097.778144,1475.50563,608.7273465 +418609,2727.483418,1057.186374,1096.719483,1475.23778,610.808857 +418610,2724.326775,1003.79849,1095.702127,1474.928871,612.9239588 +418611,2721.052472,1045.936676,1094.711139,1474.558481,615.0597375 +418612,2717.581493,1025.276655,1093.700951,1473.958843,617.1521389 +418613,2713.952323,1025.900671,1092.694635,1473.342061,619.2296412 +418614,2710.18297,1023.113541,1091.696634,1473.153519,621.3042772 +418615,2706.265097,1020.409568,1090.704783,1472.312318,623.3677816 +418616,2702.208574,1017.683589,1089.725377,1471.278562,625.4270681 +418617,2698.016569,1014.954249,1088.754746,1470.388701,627.4836477 +418618,2693.67574,1012.222325,1087.795935,1469.208119,629.5363764 +418619,2689.176746,1009.488595,1086.849098,1468.159459,631.5840748 +418620,2684.517743,1006.629991,1085.907907,1467.045396,633.6249239 +418621,2635.119455,1004.102643,1170.117852,1677.201108,3020.066485 +418622,2692.608769,1127.857777,1195.604008,1707.694308,3035.14917 +418623,2767.184486,1130.713072,1228.580115,1743.381498,3041.736172 +418624,2834.619201,1127.326925,1259.291958,1772.929893,3040.292559 +418625,2889.078594,1124.806609,1285.365998,1795.02436,3035.635248 +418626,2929.960002,1122.445319,1306.553662,1810.330971,3029.297555 +418627,2959.797425,1129.859754,1323.450465,1821.176866,3021.270964 +418628,2971.930694,1102.425956,1332.535995,1821.955241,3001.758611 +418629,2969.458849,1124.186047,1334.89414,1814.377758,2972.106223 +418630,2962.052456,1107.952204,1334.772966,1805.280855,2941.301365 +418631,2953.420923,1112.17863,1333.781211,1797.00975,2912.472614 +418632,2944.30491,1108.117994,1332.580227,1789.662462,2886.526315 +418633,2934.933501,1105.823715,1331.354672,1783.222277,2863.476931 +418634,2926.140032,1103.167631,1330.130146,1777.573188,2843.049909 +418635,2917.727895,1100.471161,1328.90718,1772.546205,2824.939355 +418636,2909.671646,1097.737064,1327.699481,1767.973903,2808.87412 +418637,2901.86095,1094.971535,1326.495342,1763.680548,2794.563416 +418638,2894.196273,1092.17506,1325.279901,1759.536959,2781.755927 +418639,2886.626465,1089.351206,1324.059872,1755.475446,2770.264521 +418640,2879.108472,1086.49973,1322.836173,1751.449333,2759.921824 +418641,2871.60716,1083.623626,1321.603523,1747.426072,2750.580863 +418642,2864.093747,1080.722501,1320.363936,1743.382371,2741.913555 +418643,2856.571075,1077.86803,1319.129722,1739.320978,2734.244831 +418644,2848.993517,1074.818953,1317.883933,1735.209173,2727.246414 +418645,2841.308837,1071.903242,1316.6194,1731.010066,2720.810941 +418646,2833.476241,1068.903285,1315.342411,1726.696649,2714.878607 +418647,2825.471974,1065.813764,1314.05076,1722.256592,2709.391872 +418648,2817.289998,1062.88315,1312.747872,1717.691363,2704.297482 +418649,2808.939125,1059.785688,1311.435028,1713.012392,2699.549455 +418650,2800.430706,1056.730369,1310.108487,1708.230952,2695.107653 +418651,2791.773646,1054.061376,1308.771818,1703.354454,2690.93663 +418652,2783.249242,1051.450871,1307.457501,1698.609901,2687.036847 +418653,2774.985537,1048.93607,1306.163133,1693.90877,2683.35203 +418654,2766.98847,1046.274772,1304.879945,1689.61413,2679.834252 +418655,2759.23576,1043.777961,1303.61207,1685.497666,2676.476417 +418656,2751.669994,1041.233608,1302.359176,1681.502799,2673.265652 +418657,2744.231913,1038.713452,1300.944477,1677.588353,2670.187908 +418658,2736.884246,1036.204801,1299.720441,1669.592593,2667.230867 +418659,2729.618936,1033.708694,1298.515479,1609.658658,2664.396087 +418660,2722.391464,1031.22396,1297.311766,1629.782132,2661.638397 +418661,2715.205026,1028.751774,1296.113191,1611.47669,2658.960406 +418662,2708.07665,1026.290993,1294.930189,1598.753298,2656.378994 +418663,2700.990166,1023.842784,1293.757538,1592.75848,2653.87612 +418664,2693.934509,1021.406085,1292.592144,1581.556974,2651.439135 +418665,2686.905213,1018.981899,1291.433585,1567.348846,2649.062047 +418666,2679.898032,1016.569713,1290.281133,1562.95458,2646.738778 +418667,2672.909244,1014.170443,1289.13399,1551.298896,2644.463579 +418668,2665.937843,1011.783433,1287.992405,1541.643844,2642.233456 +418669,2658.964945,1007.420798,1286.847925,1457.291286,2640.026218 +418670,2646.960632,1004.883734,1285.633158,1439.371765,2637.861262 +418671,2632.483967,1002.463072,1284.374104,1418.66475,2635.719737 +418672,2617.807599,1000.087169,1283.113827,1411.737478,2633.605709 +418673,2604.181272,997.7582781,1281.879855,1402.876255,2631.535183 +418674,2591.821104,995.4385395,1280.671864,1383.787529,2629.49631 +418675,2580.540576,993.1345929,1279.486194,1392.875719,2627.483636 +418676,2570.090745,990.9072725,1278.319196,1355.251613,2625.493906 +418677,2560.315462,988.5355789,1277.180192,1376.775122,2623.551404 +418678,2551.072564,986.3163609,1276.056531,1350.12845,2621.629405 +418679,2542.255162,984.0514222,1274.937675,1350.507983,2619.705118 +418680,2533.814132,981.8078474,1273.828045,1348.56483,2617.789179 +418681,0,0,0,0,0 +418682,0,0,0,0,0 +418683,0,0,0,0,0 +418684,0,0,0,0,0 +418685,0,0,0,0,0 +418686,0,0,0,0,0 +418687,0,0,0,0,0 +418688,0,0,0,0,0 +418689,0,0,0,0,0 +418690,0,0,0,0,0 +418691,0,0,0,0,0 +418692,0,0,0,0,0 +418693,0,0,0,0,0 +418694,0,0,0,0,0 +418695,0,0,0,0,0 +418696,0,0,0,0,0 +418697,0,0,0,0,0 +418698,0,0,0,0,0 +418699,0,0,0,0,0 +418700,0,0,0,0,0 +418701,0,0,0,0,0 +418702,0,0,0,0,0 +418703,0,0,0,0,0 +418704,0,0,0,0,0 +418705,0,0,0,0,0 +418706,0,0,0,0,0 +418707,0,0,0,0,0 +418708,0,0,0,0,0 +418709,0,0,0,0,0 +418710,0,0,0,0,0 +418711,0,0,0,0,0 +418712,0,0,0,0,0 +418713,0,0,0,0,0 +418714,0,0,0,0,0 +418715,0,0,0,0,0 +418716,0,0,0,0,0 +418717,0,0,0,0,0 +418718,0,0,0,0,0 +418719,0,0,0,0,0 +418720,0,0,0,0,0 +418721,0,0,0,0,0 +418722,0,0,0,0,0 +418723,0,0,0,0,0 +418724,0,0,0,0,0 +418725,0,0,0,0,0 +418726,0,0,0,0,0 +418727,0,0,0,0,0 +418728,0,0,0,0,0 +418729,0,0,0,0,0 +418730,0,0,0,0,0 +418731,0,0,0,0,0 +418732,0,0,0,0,0 +418733,0,0,0,0,0 +418734,0,0,0,0,0 +418735,0,0,0,0,0 +418736,0,0,0,0,0 +418737,0,0,0,0,0 +418738,0,0,0,0,0 +418739,0,0,0,0,0 +418740,0,0,0,0,0 +418741,0,0,0,0,0 +418742,0,0,0,0,0 +418743,0,0,0,0,0 +418744,0,0,0,0,0 +418745,0,0,0,0,0 +418746,0,0,0,0,0 +418747,0,0,0,0,0 +418748,0,0,0,0,0 +418749,0,0,0,0,0 +418750,0,0,0,0,0 +418751,0,0,0,0,0 +418752,0,0,0,0,0 +418753,0,0,0,0,0 +418754,0,0,0,0,0 +418755,0,0,0,0,0 +418756,0,0,0,0,0 +418757,0,0,0,0,0 +418758,0,0,0,0,0 +418759,0,0,0,0,0 +418760,0,0,0,0,0 +418761,0,0,0,0,0 +418762,0,0,0,0,0 +418763,0,0,0,0,0 +418764,0,0,0,0,0 +418765,0,0,0,0,0 +418766,0,0,0,0,0 +418767,0,0,0,0,0 +418768,0,0,0,0,0 +418769,0,0,0,0,0 +418770,0,0,0,0,0 +418771,0,0,0,0,0 +418772,0,0,0,0,0 +418773,0,0,0,0,0 +418774,0,0,0,0,0 +418775,0,0,0,0,0 +418776,0,0,0,0,0 +418777,0,0,0,0,0 +418778,0,0,0,0,0 +418779,0,0,0,0,0 +418780,0,0,0,0,0 +418781,0,0,0,0,0 +418782,0,0,0,0,0 +418783,0,0,0,0,0 +418784,0,0,0,0,0 +418785,0,0,0,0,0 +418786,0,0,0,0,0 +418787,0,0,0,0,0 +418788,0,0,0,0,0 +418789,0,0,0,0,0 +418790,0,0,0,0,0 +418791,0,0,0,0,0 +418792,0,0,0,0,0 +418793,0,0,0,0,0 +418794,0,0,0,0,0 +418795,0,0,0,0,0 +418796,0,0,0,0,0 +418797,0,0,0,0,0 +418798,0,0,0,0,0 +418799,0,0,0,0,0 +418800,0,0,0,0,0 +418801,0,0,0,0,0 +418802,0,0,0,0,0 +418803,0,0,0,0,0 +418804,0,0,0,0,0 +418805,0,0,0,0,0 +418806,0,0,0,0,0 +418807,0,0,0,0,0 +418808,0,0,0,0,0 +418809,0,0,0,0,0 +418810,0,0,0,0,0 +418811,0,0,0,0,0 +418812,0,0,0,0,0 +418813,0,0,0,0,0 +418814,0,0,0,0,0 +418815,0,0,0,0,0 +418816,0,0,0,0,0 +418817,0,0,0,0,0 +418818,0,0,0,0,0 +418819,0,0,0,0,0 +418820,0,0,0,0,0 +418821,0,0,0,0,0 +418822,0,0,0,0,0 +418823,0,0,0,0,0 +418824,0,0,0,0,0 +418825,0,0,0,0,0 +418826,0,0,0,0,0 +418827,0,0,0,0,0 +418828,0,0,0,0,0 +418829,0,0,0,0,0 +418830,0,0,0,0,0 +418831,0,0,0,0,0 +418832,0,0,0,0,0 +418833,0,0,0,0,0 +418834,0,0,0,0,0 +418835,0,0,0,0,0 +418836,0,0,0,0,0 +418837,0,0,0,0,0 +418838,0,0,0,0,0 +418839,0,0,0,0,0 +418840,0,0,0,0,0 +418841,0,0,0,0,0 +418842,0,0,0,0,0 +418843,0,0,0,0,0 +418844,0,0,0,0,0 +418845,0,0,0,0,0 +418846,0,0,0,0,0 +418847,0,0,0,0,0 +418848,0,0,0,0,0 +418849,0,0,0,0,0 +418850,0,0,0,0,0 +418851,0,0,0,0,0 +418852,0,0,0,0,0 +418853,0,0,0,0,0 +418854,0,0,0,0,0 +418855,0,0,0,0,0 +418856,0,0,0,0,0 +418857,0,0,0,0,0 +418858,0,0,0,0,0 +418859,0,0,0,0,0 +418860,0,0,0,0,0 +418861,0,0,0,0,0 +418862,0,0,0,0,0 +418863,0,0,0,0,0 +418864,0,0,0,0,0 +418865,0,0,0,0,0 +418866,0,0,0,0,0 +418867,0,0,0,0,0 +418868,0,0,0,0,0 +418869,0,0,0,0,0 +418870,0,0,0,0,0 +418871,0,0,0,0,0 +418872,0,0,0,0,0 +418873,0,0,0,0,0 +418874,0,0,0,0,0 +418875,0,0,0,0,0 +418876,0,0,0,0,0 +418877,0,0,0,0,0 +418878,0,0,0,0,0 +418879,0,0,0,0,0 +418880,0,0,0,0,0 +418881,0,0,0,0,0 +418882,0,0,0,0,0 +418883,0,0,0,0,0 +418884,0,0,0,0,0 +418885,0,0,0,0,0 +418886,0,0,0,0,0 +418887,0,0,0,0,0 +418888,0,0,0,0,0 +418889,0,0,0,0,0 +418890,0,0,0,0,0 +418891,0,0,0,0,0 +418892,0,0,0,0,0 +418893,0,0,0,0,0 +418894,0,0,0,0,0 +418895,0,0,0,0,0 +418896,0,0,0,0,0 +418897,0,0,0,0,0 +418898,0,0,0,0,0 +418899,0,0,0,0,0 +418900,0,0,0,0,0 +418901,0,0,0,0,0 +418902,0,0,0,0,0 +418903,0,0,0,0,0 +418904,0,0,0,0,0 +418905,0,0,0,0,0 +418906,0,0,0,0,0 +418907,0,0,0,0,0 +418908,0,0,0,0,0 +418909,0,0,0,0,0 +418910,0,0,0,0,0 +418911,0,0,0,0,0 +418912,0,0,0,0,0 +418913,0,0,0,0,0 +418914,0,0,0,0,0 +418915,0,0,0,0,0 +418916,0,0,0,0,0 +418917,0,0,0,0,0 +418918,0,0,0,0,0 +418919,0,0,0,0,0 +418920,0,0,0,0,0 +418921,0,0,0,0,0 +418922,0,0,0,0,0 +418923,0,0,0,0,0 +418924,0,0,0,0,0 +418925,0,0,0,0,0 +418926,0,0,0,0,0 +418927,0,0,0,0,0 +418928,0,0,0,0,0 +418929,0,0,0,0,0 +418930,0,0,0,0,0 +418931,0,0,0,0,0 +418932,0,0,0,0,0 +418933,0,0,0,0,0 +418934,0,0,0,0,0 +418935,0,0,0,0,0 +418936,0,0,0,0,0 +418937,0,0,0,0,0 +418938,0,0,0,0,0 +418939,0,0,0,0,0 +418940,0,0,0,0,0 +418941,0,0,0,0,0 +418942,0,0,0,0,0 +418943,0,0,0,0,0 +418944,0,0,0,0,0 +418945,0,0,0,0,0 +418946,0,0,0,0,0 +418947,0,0,0,0,0 +418948,0,0,0,0,0 +418949,0,0,0,0,0 +418950,0,0,0,0,0 +418951,0,0,0,0,0 +418952,0,0,0,0,0 +418953,0,0,0,0,0 +418954,0,0,0,0,0 +418955,0,0,0,0,0 +418956,0,0,0,0,0 +418957,0,0,0,0,0 +418958,0,0,0,0,0 +418959,0,0,0,0,0 +418960,0,0,0,0,0 +418961,0,0,0,0,0 +418962,0,0,0,0,0 +418963,0,0,0,0,0 +418964,0,0,0,0,0 +418965,0,0,0,0,0 +418966,0,0,0,0,0 +418967,0,0,0,0,0 +418968,0,0,0,0,0 +418969,0,0,0,0,0 +418970,0,0,0,0,0 +418971,0,0,0,0,0 +418972,0,0,0,0,0 +418973,0,0,0,0,0 +418974,0,0,0,0,0 +418975,0,0,0,0,0 +418976,0,0,0,0,0 +418977,0,0,0,0,0 +418978,0,0,0,0,0 +418979,0,0,0,0,0 +418980,0,0,0,0,0 +418981,0,0,0,0,0 +418982,0,0,0,0,0 +418983,0,0,0,0,0 +418984,0,0,0,0,0 +418985,0,0,0,0,0 +418986,0,0,0,0,0 +418987,0,0,0,0,0 +418988,0,0,0,0,0 +418989,0,0,0,0,0 +418990,0,0,0,0,0 +418991,0,0,0,0,0 +418992,0,0,0,0,0 +418993,0,0,0,0,0 +418994,0,0,0,0,0 +418995,0,0,0,0,0 +418996,0,0,0,0,0 +418997,0,0,0,0,0 +418998,0,0,0,0,0 +418999,0,0,0,0,0 +419000,0,0,0,0,0 +419001,0,0,0,0,0 +419002,0,0,0,0,0 +419003,0,0,0,0,0 +419004,0,0,0,0,0 +419005,0,0,0,0,0 +419006,0,0,0,0,0 +419007,0,0,0,0,0 +419008,0,0,0,0,0 +419009,0,0,0,0,0 +419010,0,0,0,0,0 +419011,0,0,0,0,0 +419012,0,0,0,0,0 +419013,0,0,0,0,0 +419014,0,0,0,0,0 +419015,0,0,0,0,0 +419016,0,0,0,0,0 +419017,0,0,0,0,0 +419018,0,0,0,0,0 +419019,0,0,0,0,0 +419020,0,0,0,0,0 +419021,0,0,0,0,0 +419022,0,0,0,0,0 +419023,0,0,0,0,0 +419024,0,0,0,0,0 +419025,0,0,0,0,0 +419026,0,0,0,0,0 +419027,0,0,0,0,0 +419028,0,0,0,0,0 +419029,0,0,0,0,0 +419030,0,0,0,0,0 +419031,0,0,0,0,0 +419032,0,0,0,0,0 +419033,0,0,0,0,0 +419034,0,0,0,0,0 +419035,0,0,0,0,0 +419036,0,0,0,0,0 +419037,0,0,0,0,0 +419038,0,0,0,0,0 +419039,0,0,0,0,0 +419040,0,0,0,0,0 +419041,0,0,0,0,0 +419042,0,0,0,0,0 +419043,0,0,0,0,0 +419044,0,0,0,0,0 +419045,0,0,0,0,0 +419046,0,0,0,0,0 +419047,0,0,0,0,0 +419048,0,0,0,0,0 +419049,0,0,0,0,0 +419050,0,0,0,0,0 +419051,0,0,0,0,0 +419052,0,0,0,0,0 +419053,0,0,0,0,0 +419054,0,0,0,0,0 +419055,0,0,0,0,0 +419056,0,0,0,0,0 +419057,0,0,0,0,0 +419058,0,0,0,0,0 +419059,0,0,0,0,0 +419060,0,0,0,0,0 +419061,0,0,0,0,0 +419062,0,0,0,0,0 +419063,0,0,0,0,0 +419064,0,0,0,0,0 +419065,0,0,0,0,0 +419066,0,0,0,0,0 +419067,0,0,0,0,0 +419068,0,0,0,0,0 +419069,0,0,0,0,0 +419070,0,0,0,0,0 +419071,0,0,0,0,0 +419072,0,0,0,0,0 +419073,0,0,0,0,0 +419074,0,0,0,0,0 +419075,0,0,0,0,0 +419076,0,0,0,0,0 +419077,0,0,0,0,0 +419078,0,0,0,0,0 +419079,0,0,0,0,0 +419080,0,0,0,0,0 +419081,0,0,0,0,0 +419082,0,0,0,0,0 +419083,0,0,0,0,0 +419084,0,0,0,0,0 +419085,0,0,0,0,0 +419086,0,0,0,0,0 +419087,0,0,0,0,0 +419088,0,0,0,0,0 +419089,0,0,0,0,0 +419090,0,0,0,0,0 +419091,0,0,0,0,0 +419092,0,0,0,0,0 +419093,0,0,0,0,0 +419094,0,0,0,0,0 +419095,0,0,0,0,0 +419096,0,0,0,0,0 +419097,0,0,0,0,0 +419098,0,0,0,0,0 +419099,0,0,0,0,0 +419100,0,0,0,0,0 +419101,0,0,0,0,0 +419102,0,0,0,0,0 +419103,0,0,0,0,0 +419104,0,0,0,0,0 +419105,0,0,0,0,0 +419106,0,0,0,0,0 +419107,0,0,0,0,0 +419108,0,0,0,0,0 +419109,0,0,0,0,0 +419110,0,0,0,0,0 +419111,0,0,0,0,0 +419112,0,0,0,0,0 +419113,0,0,0,0,0 +419114,0,0,0,0,0 +419115,0,0,0,0,0 +419116,0,0,0,0,0 +419117,0,0,0,0,0 +419118,0,0,0,0,0 +419119,0,0,0,0,0 +419120,0,0,0,0,0 +419121,0,0,0,0,0 +419122,0,0,0,0,0 +419123,0,0,0,0,0 +419124,0,0,0,0,0 +419125,0,0,0,0,0 +419126,0,0,0,0,0 +419127,0,0,0,0,0 +419128,0,0,0,0,0 +419129,0,0,0,0,0 +419130,0,0,0,0,0 +419131,0,0,0,0,0 +419132,0,0,0,0,0 +419133,0,0,0,0,0 +419134,0,0,0,0,0 +419135,0,0,0,0,0 +419136,0,0,0,0,0 +419137,0,0,0,0,0 +419138,0,0,0,0,0 +419139,0,0,0,0,0 +419140,0,0,0,0,0 +419141,0,0,0,0,0 +419142,0,0,0,0,0 +419143,0,0,0,0,0 +419144,0,0,0,0,0 +419145,0,0,0,0,0 +419146,0,0,0,0,0 +419147,0,0,0,0,0 +419148,0,0,0,0,0 +419149,0,0,0,0,0 +419150,0,0,0,0,0 +419151,0,0,0,0,0 +419152,0,0,0,0,0 +419153,0,0,0,0,0 +419154,0,0,0,0,0 +419155,0,0,0,0,0 +419156,0,0,0,0,0 +419157,0,0,0,0,0 +419158,0,0,0,0,0 +419159,0,0,0,0,0 +419160,0,0,0,0,0 +419161,0,0,0,0,0 +419162,0,0,0,0,0 +419163,0,0,0,0,0 +419164,0,0,0,0,0 +419165,0,0,0,0,0 +419166,0,0,0,0,0 +419167,0,0,0,0,0 +419168,0,0,0,0,0 +419169,0,0,0,0,0 +419170,0,0,0,0,0 +419171,0,0,0,0,0 +419172,0,0,0,0,0 +419173,0,0,0,0,0 +419174,0,0,0,0,0 +419175,0,0,0,0,0 +419176,0,0,0,0,0 +419177,0,0,0,0,0 +419178,0,0,0,0,0 +419179,0,0,0,0,0 +419180,0,0,0,0,0 +419181,0,0,0,0,0 +419182,0,0,0,0,0 +419183,0,0,0,0,0 +419184,0,0,0,0,0 +419185,0,0,0,0,0 +419186,0,0,0,0,0 +419187,0,0,0,0,0 +419188,0,0,0,0,0 +419189,0,0,0,0,0 +419190,0,0,0,0,0 +419191,0,0,0,0,0 +419192,0,0,0,0,0 +419193,0,0,0,0,0 +419194,0,0,0,0,0 +419195,0,0,0,0,0 +419196,0,0,0,0,0 +419197,0,0,0,0,0 +419198,0,0,0,0,0 +419199,0,0,0,0,0 +419200,0,0,0,0,0 +419201,0,0,0,0,0 +419202,0,0,0,0,0 +419203,0,0,0,0,0 +419204,0,0,0,0,0 +419205,0,0,0,0,0 +419206,0,0,0,0,0 +419207,0,0,0,0,0 +419208,0,0,0,0,0 +419209,0,0,0,0,0 +419210,0,0,0,0,0 +419211,0,0,0,0,0 +419212,0,0,0,0,0 +419213,0,0,0,0,0 +419214,0,0,0,0,0 +419215,0,0,0,0,0 +419216,0,0,0,0,0 +419217,0,0,0,0,0 +419218,0,0,0,0,0 +419219,0,0,0,0,0 +419220,0,0,0,0,0 +419221,0,0,0,0,0 +419222,0,0,0,0,0 +419223,0,0,0,0,0 +419224,0,0,0,0,0 +419225,0,0,0,0,0 +419226,0,0,0,0,0 +419227,0,0,0,0,0 +419228,0,0,0,0,0 +419229,0,0,0,0,0 +419230,0,0,0,0,0 +419231,0,0,0,0,0 +419232,0,0,0,0,0 +419233,0,0,0,0,0 +419234,0,0,0,0,0 +419235,0,0,0,0,0 +419236,0,0,0,0,0 +419237,0,0,0,0,0 +419238,0,0,0,0,0 +419239,0,0,0,0,0 +419240,0,0,0,0,0 +419241,0,0,0,0,0 +419242,0,0,0,0,0 +419243,0,0,0,0,0 +419244,0,0,0,0,0 +419245,0,0,0,0,0 +419246,0,0,0,0,0 +419247,0,0,0,0,0 +419248,0,0,0,0,0 +419249,0,0,0,0,0 +419250,0,0,0,0,0 +419251,0,0,0,0,0 +419252,0,0,0,0,0 +419253,0,0,0,0,0 +419254,0,0,0,0,0 +419255,0,0,0,0,0 +419256,0,0,0,0,0 +419257,0,0,0,0,0 +419258,0,0,0,0,0 +419259,0,0,0,0,0 +419260,0,0,0,0,0 +419261,0,0,0,0,0 +419262,0,0,0,0,0 +419263,0,0,0,0,0 +419264,0,0,0,0,0 +419265,0,0,0,0,0 +419266,0,0,0,0,0 +419267,0,0,0,0,0 +419268,0,0,0,0,0 +419269,0,0,0,0,0 +419270,0,0,0,0,0 +419271,0,0,0,0,0 +419272,0,0,0,0,0 +419273,0,0,0,0,0 +419274,0,0,0,0,0 +419275,0,0,0,0,0 +419276,0,0,0,0,0 +419277,0,0,0,0,0 +419278,0,0,0,0,0 +419279,0,0,0,0,0 +419280,0,0,0,0,0 +419281,0,0,0,0,0 +419282,0,0,0,0,0 +419283,0,0,0,0,0 +419284,0,0,0,0,0 +419285,0,0,0,0,0 +419286,0,0,0,0,0 +419287,0,0,0,0,0 +419288,0,0,0,0,0 +419289,0,0,0,0,0 +419290,0,0,0,0,0 +419291,0,0,0,0,0 +419292,0,0,0,0,0 +419293,0,0,0,0,0 +419294,0,0,0,0,0 +419295,0,0,0,0,0 +419296,0,0,0,0,0 +419297,0,0,0,0,0 +419298,0,0,0,0,0 +419299,0,0,0,0,0 +419300,0,0,0,0,0 +419301,0,0,0,0,0 +419302,0,0,0,0,0 +419303,0,0,0,0,0 +419304,0,0,0,0,0 +419305,0,0,0,0,0 +419306,0,0,0,0,0 +419307,0,0,0,0,0 +419308,0,0,0,0,0 +419309,0,0,0,0,0 +419310,0,0,0,0,0 +419311,0,0,0,0,0 +419312,0,0,0,0,0 +419313,0,0,0,0,0 +419314,0,0,0,0,0 +419315,0,0,0,0,0 +419316,0,0,0,0,0 +419317,0,0,0,0,0 +419318,0,0,0,0,0 +419319,0,0,0,0,0 +419320,0,0,0,0,0 +419321,0,0,0,0,0 +419322,0,0,0,0,0 +419323,0,0,0,0,0 +419324,0,0,0,0,0 +419325,0,0,0,0,0 +419326,0,0,0,0,0 +419327,0,0,0,0,0 +419328,0,0,0,0,0 +419329,0,0,0,0,0 +419330,0,0,0,0,0 +419331,0,0,0,0,0 +419332,0,0,0,0,0 +419333,0,0,0,0,0 +419334,0,0,0,0,0 +419335,0,0,0,0,0 +419336,0,0,0,0,0 +419337,0,0,0,0,0 +419338,0,0,0,0,0 +419339,0,0,0,0,0 +419340,0,0,0,0,0 +419341,0,0,0,0,0 +419342,0,0,0,0,0 +419343,0,0,0,0,0 +419344,0,0,0,0,0 +419345,0,0,0,0,0 +419346,0,0,0,0,0 +419347,0,0,0,0,0 +419348,0,0,0,0,0 +419349,0,0,0,0,0 +419350,0,0,0,0,0 +419351,0,0,0,0,0 +419352,0,0,0,0,0 +419353,0,0,0,0,0 +419354,0,0,0,0,0 +419355,0,0,0,0,0 +419356,0,0,0,0,0 +419357,0,0,0,0,0 +419358,0,0,0,0,0 +419359,0,0,0,0,0 +419360,0,0,0,0,0 +419361,0,0,0,0,0 +419362,0,0,0,0,0 +419363,0,0,0,0,0 +419364,0,0,0,0,0 +419365,0,0,0,0,0 +419366,0,0,0,0,0 +419367,0,0,0,0,0 +419368,0,0,0,0,0 +419369,0,0,0,0,0 +419370,0,0,0,0,0 +419371,0,0,0,0,0 +419372,0,0,0,0,0 +419373,0,0,0,0,0 +419374,0,0,0,0,0 +419375,0,0,0,0,0 +419376,0,0,0,0,0 +419377,0,0,0,0,0 +419378,0,0,0,0,0 +419379,0,0,0,0,0 +419380,0,0,0,0,0 +419381,0,0,0,0,0 +419382,0,0,0,0,0 +419383,0,0,0,0,0 +419384,0,0,0,0,0 +419385,0,0,0,0,0 +419386,0,0,0,0,0 +419387,0,0,0,0,0 +419388,0,0,0,0,0 +419389,0,0,0,0,0 +419390,0,0,0,0,0 +419391,0,0,0,0,0 +419392,0,0,0,0,0 +419393,0,0,0,0,0 +419394,0,0,0,0,0 +419395,0,0,0,0,0 +419396,0,0,0,0,0 +419397,0,0,0,0,0 +419398,0,0,0,0,0 +419399,0,0,0,0,0 +419400,0,0,0,0,0 +419401,0,0,0,0,0 +419402,0,0,0,0,0 +419403,0,0,0,0,0 +419404,0,0,0,0,0 +419405,0,0,0,0,0 +419406,0,0,0,0,0 +419407,0,0,0,0,0 +419408,0,0,0,0,0 +419409,0,0,0,0,0 +419410,0,0,0,0,0 +419411,0,0,0,0,0 +419412,0,0,0,0,0 +419413,0,0,0,0,0 +419414,0,0,0,0,0 +419415,0,0,0,0,0 +419416,0,0,0,0,0 +419417,0,0,0,0,0 +419418,0,0,0,0,0 +419419,0,0,0,0,0 +419420,0,0,0,0,0 +419421,0,0,0,0,0 +419422,0,0,0,0,0 +419423,0,0,0,0,0 +419424,0,0,0,0,0 +419425,0,0,0,0,0 +419426,0,0,0,0,0 +419427,0,0,0,0,0 +419428,0,0,0,0,0 +419429,0,0,0,0,0 +419430,0,0,0,0,0 +419431,0,0,0,0,0 +419432,0,0,0,0,0 +419433,0,0,0,0,0 +419434,0,0,0,0,0 +419435,0,0,0,0,0 +419436,0,0,0,0,0 +419437,0,0,0,0,0 +419438,0,0,0,0,0 +419439,0,0,0,0,0 +419440,0,0,0,0,0 +419441,0,0,0,0,0 +419442,0,0,0,0,0 +419443,0,0,0,0,0 +419444,0,0,0,0,0 +419445,0,0,0,0,0 +419446,0,0,0,0,0 +419447,0,0,0,0,0 +419448,0,0,0,0,0 +419449,0,0,0,0,0 +419450,0,0,0,0,0 +419451,0,0,0,0,0 +419452,0,0,0,0,0 +419453,0,0,0,0,0 +419454,0,0,0,0,0 +419455,0,0,0,0,0 +419456,0,0,0,0,0 +419457,0,0,0,0,0 +419458,0,0,0,0,0 +419459,0,0,0,0,0 +419460,0,0,0,0,0 +419461,-693.6236754,-95.37001265,-307.0171318,-352.058342,-595.5407504 +419462,-321.9992835,-90.57391087,-300.6480678,-148.2864758,-587.4972019 +419463,-311.1092767,-85.093628,-291.8741966,-142.768821,-574.2685009 +419464,-303.6453636,-79.78152032,-283.3509455,-139.2769521,-561.4132323 +419465,-298.7871403,-74.92754764,-276.0689849,-137.1996409,-550.8121834 +419466,-295.3572788,-70.53897738,-270.0657282,-135.8291508,-542.439478 +419467,-292.688029,-66.52658429,-265.0855752,-134.7917061,-535.7879574 +419468,-290.6400425,-62.79936145,-260.8840721,-133.9554865,-530.430323 +419469,-289.0849122,-59.28992379,-257.2938228,-133.2852509,-526.0991518 +419470,-287.9230792,-55.95125055,-254.2051966,-132.7650318,-522.6283798 +419471,-287.0775878,-52.74856437,-251.5388074,-132.3753609,-519.8966071 +419472,-286.487585,-49.65410834,-249.2334728,-132.0946844,-517.8018266 +419473,-286.1033796,-46.64477053,-247.2295113,-131.9022848,-516.2534021 +419474,-285.8841528,-43.70119869,-245.482143,-131.801949,-515.1717344 +419475,-285.7960871,-40.807276,-243.9475557,-131.7681982,-514.4875553 +419476,-285.8114256,-37.94969974,-242.5949365,-131.777689,-514.1415686 +419477,-285.9072466,-35.11751474,-241.397673,-131.8156123,-514.0828161 +419478,-286.064819,-32.30173046,-240.3287754,-131.8732342,-514.2678261 +419479,-286.2686715,-29.49495134,-239.3685688,-131.9447035,-514.6591374 +419480,-286.5061919,-26.69111799,-238.4982508,-132.025518,-515.2247493 +419481,-286.7669586,-23.88525578,-237.7051187,-132.111898,-515.9370311 +419482,-287.0425083,-21.07330532,-236.9776105,-132.200736,-516.7723926 +419483,-287.3258509,-18.25195166,-236.3038434,-132.2894746,-517.710448 +419484,-287.6113511,-15.41851271,-235.6770772,-132.3761043,-518.7338288 +419485,-287.8943587,-12.57081827,-235.0908321,-132.459012,-519.8275107 +419486,-288.1711709,-9.707138508,-234.5390853,-132.5369648,-520.9787383 +419487,-288.4387186,-6.82609178,-234.0167168,-132.6068673,-522.1764301 +419488,-288.6943086,-3.926569285,-233.519534,-132.6708476,-523.4106791 +419489,-288.9359234,-1.007816008,-233.0443881,-132.7306777,-524.6732654 +419490,-289.1624144,1.930624193,-232.5889595,-132.7866812,-525.9579863 +419491,-289.3728411,4.889081749,-232.151323,-132.8383242,-527.2594276 +419492,-289.5743336,7.840477316,-231.7430074,-132.8877058,-528.5729565 +419493,-289.770934,10.76704401,-231.3717997,-132.9361615,-529.894366 +419494,-289.9629682,13.66444345,-231.0389162,-132.9838015,-531.2200885 +419495,-290.1489586,16.53530546,-230.7418434,-133.0300846,-532.5469613 +419496,-290.3272507,19.38396361,-230.477071,-133.0743519,-533.8724257 +419497,-290.4964408,22.21428335,-230.2413329,-133.1160304,-535.1942288 +419498,-290.6555582,25.02926721,-230.0319334,-133.1546932,-536.51061 +419499,-290.8038421,78.07287726,-229.8466463,-133.1900149,-537.8200077 +419500,-290.9407885,191.9888663,-229.6836198,-133.2217623,-539.1212591 +419501,-291.0659739,140.4097457,-229.5412612,-133.2497549,-540.4133288 +419502,-291.1801042,177.1933373,-229.4186379,-133.2741437,-541.6966698 +419503,-291.2827021,193.0263011,-229.3145323,-133.2947838,-542.970423 +419504,-291.3733821,208.3623554,-229.227858,-133.3115221,-544.2339502 +419505,-291.4520179,223.5880461,-229.1577373,-133.3242858,-545.4869226 +419506,-291.5186965,238.5016703,-229.1034541,-133.3330734,-546.7292947 +419507,-291.5735243,253.2034921,-229.0643784,-133.3379093,-547.961028 +419508,-291.6166585,268.0481648,-229.0399581,-133.3388357,-549.1821884 +419509,-291.6482215,282.3673814,-229.0296878,-133.3358927,-550.3927957 +419510,-291.6683956,296.9616348,-229.0331327,-133.3291335,-551.5929959 +419511,-291.6773391,311.1642203,-229.049898,-133.3186099,-552.7829027 +419512,-291.6752664,325.1795162,-229.0796399,-133.304384,-553.9627438 +419513,-291.6623632,339.5752355,-229.1220394,-133.2865152,-555.1327033 +419514,-291.6388645,353.0029041,-229.1768126,-133.2650718,-556.2930667 +419515,-291.604969,366.6317987,-229.2436864,-133.2401174,-557.4440609 +419516,-291.5648399,379.9132241,-229.3262857,-133.2121865,-558.5860196 +419517,-291.5170075,393.9704504,-229.4230481,-133.181195,-559.7192296 +419518,-291.4596911,407.0359369,-229.5316989,-133.1469755,-560.8440172 +419519,-291.3921366,420.4002018,-229.6508686,-133.10946,-561.9606187 +419520,-291.3144149,434.025875,-229.7800076,-133.0686815,-563.0693551 +419521,-294.5505298,872.6796098,-233.2426061,-134.5354745,-570.2135339 +419522,-277.9525334,898.4383104,-218.3281324,-127.3664786,-540.3040418 +419523,-252.1071611,920.9018639,-193.7048478,-115.7717852,-490.8244039 +419524,-226.1914489,941.3087044,-168.4235537,-104.0746649,-439.0112103 +419525,-203.8319823,960.3159423,-146.4018511,-94.08372016,-393.8152531 +419526,-185.3198005,979.9581975,-128.148024,-85.96869587,-356.1563214 +419527,-169.9005878,1005.197631,-112.9951736,-79.35410437,-324.5298945 +419528,-156.8300246,1028.312425,-100.2112322,-73.85627596,-297.4721727 +419529,-146.0016179,1051.158049,-89.28793177,-69.21239018,-274.0491728 +419530,-136.9715248,1073.611661,-79.89842794,-65.25582991,-253.7004443 +419531,-129.3307553,1095.792427,-71.80944855,-62.01521931,-236.0253681 +419532,-122.7914042,1117.940319,-65.13869538,-59.34040439,-220.6891609 +419533,-117.1560232,1139.536833,-59.62491992,-57.08431892,-207.3937262 +419534,-112.2776817,1161.251693,-54.98722065,-55.14714665,-195.8740525 +419535,-108.0374648,1182.525493,-51.0365584,-53.4654529,-185.8983342 +419536,-104.3355644,1203.889332,-39.56980733,-51.99519175,-177.2661595 +419537,-101.0879785,1224.715028,348.6807674,-50.7019114,-169.8049428 +419538,-98.22459853,1245.712588,155.874868,-49.55702611,-163.3661255 +419539,-95.68736545,1266.337316,238.6916434,-48.53670805,-157.8218311 +419540,-93.42845221,1286.799706,262.1104888,-47.62139825,-153.0621182 +419541,-91.40837032,1307.240474,283.142398,-46.79517953,-148.9922487 +419542,-89.59432822,1327.39618,303.4644517,-46.04509299,-145.5302966 +419543,-87.95900247,1347.444989,320.2383483,-45.3605638,-96.93778421 +419544,-86.47951243,1379.673222,337.0032914,-44.7329096,428.3432259 +419545,70.11264429,1385.155985,352.9195952,-44.15498793,146.7211428 +419546,168.544274,1392.670443,369.3597133,-43.62102262,260.1899951 +419547,121.4073187,1434.945034,384.387475,16.93165147,286.2716016 +419548,171.3777839,1443.103167,399.5533451,67.44742032,308.9449082 +419549,194.366192,1464.349474,414.9245363,45.88188317,331.714753 +419550,215.7322037,1483.434011,429.3628546,69.01215699,353.9719569 +419551,237.8739294,1500.561528,443.6991364,80.17303458,375.2589461 +419552,257.8207818,1517.257495,457.8113524,90.69327591,396.2135776 +419553,278.7719683,1533.691846,471.5793829,101.2094261,416.6363399 +419554,298.3949529,1549.643014,485.1945029,111.2323154,436.5413155 +419555,317.9897762,1565.478554,498.569101,118.9670788,456.0878517 +419556,337.3844257,1581.079573,511.7458178,127.356213,475.0778879 +419557,355.7490088,1596.125241,524.7316772,135.5845264,493.3747189 +419558,369.2828805,1611.432591,538.2877133,143.5883536,512.1406293 +419559,384.8301513,1626.000134,551.3796165,151.4618804,529.7713637 +419560,399.077251,1640.631663,564.6602344,159.1803501,547.232019 +419561,414.8109192,1654.939006,577.5387678,166.657497,564.416491 +419562,428.977988,1669.038631,590.1377604,174.3027537,581.0939235 +419563,443.5458464,1683.016835,603.1514408,181.2529285,597.5884745 +419564,457.1673356,1696.544354,615.4485535,188.8005611,613.6437425 +419565,471.7924731,1709.98599,627.6292449,195.6011037,629.368396 +419566,485.058637,1723.454034,639.7991,202.5138777,644.9005823 +419567,499.2037759,1736.302873,651.5596885,209.571584,660.0299129 +419568,511.8088957,1749.244359,663.4174895,216.163553,674.8467379 +419569,525.43617,1761.894173,674.7585062,222.6472277,689.5231939 +419570,538.1944518,1774.361086,686.3085136,228.9763505,703.7965513 +419571,550.8855657,1786.549654,697.2565401,235.6754931,717.8655055 +419572,563.9422338,1798.734317,708.5003108,241.7132219,733.6622685 +419573,576.3651563,1816.590612,719.2739422,248.0150784,757.2541992 +419574,588.5281599,1826.548664,729.9415626,253.9445167,754.8715226 +419575,600.9615188,1842.717316,740.5623081,259.8845075,755.4691515 +419576,612.8481096,1847.370477,750.9194138,265.9186761,794.4213207 +419577,625.0168114,1831.390242,761.1501766,271.7160398,794.3636965 +419578,636.5757434,1882.7413,771.4918508,277.3263294,809.1379854 +419579,648.3759702,1874.326356,781.1284447,283.0575967,821.2725826 +419580,659.8176687,1888.794184,791.3125942,288.5040596,833.4703216 +419581,1060.919564,2068.998208,1191.256937,462.9505223,1625.818811 +419582,1077.39588,2100.858061,1204.913212,469.7948789,1618.275445 +419583,1090.546175,2084.156686,1216.849325,476.4140227,1574.218029 +419584,1103.821538,2108.83614,1228.369165,482.3745993,1550.762732 +419585,1116.626795,2124.386544,1251.93262,488.8034709,1538.556936 +419586,1129.009373,2124.604591,1244.27808,494.4858029,1532.323545 +419587,1141.326005,2139.459914,1250.236407,500.2680331,1529.323968 +419588,1153.542954,2149.280185,1286.507608,506.000644,1528.293593 +419589,1165.334377,2159.139935,1267.104112,511.446907,1528.453435 +419590,1184.835156,2168.765789,1308.065902,517.142768,1529.264979 +419591,1188.217733,2178.854482,1296.047829,522.3263927,1530.464799 +419592,1212.30243,2188.397989,1316.488243,527.867744,1532.069291 +419593,1206.343514,2197.520963,1319.654738,533.0047445,1534.127349 +419594,1206.296644,2207.192494,1331.691406,538.3097102,1536.734827 +419595,1245.958586,2216.169001,1340.528594,543.3484536,1539.774628 +419596,1242.487618,2225.182898,1349.691658,548.5153505,1542.990062 +419597,1256.4908,2240.641112,1358.794406,553.3463024,1546.463808 +419598,1267.595011,2240.491736,1367.913092,558.4860688,1549.920716 +419599,1278.152374,2252.156709,1376.812996,563.2137194,1553.092221 +419600,1289.383517,2260.564547,1385.783093,568.2209652,1556.136403 +419601,1299.558972,2268.439792,1394.19361,572.7565639,1559.107529 +419602,1310.467154,2276.63931,1408.537829,577.7042845,1562.26588 +419603,1320.693357,2284.461582,1409.157969,582.206281,1565.075753 +419604,1331.444872,2292.414814,1420.803608,586.955679,1567.624162 +419605,1341.266981,2299.775196,1428.900697,591.3981205,1570.099682 +419606,1351.915333,2307.673267,1436.913357,596.0052534,1572.538466 +419607,1361.826111,2314.975648,1445.172811,600.381322,1574.898568 +419608,1372.219533,2322.276776,1453.402912,604.899879,1577.179434 +419609,1381.927369,2329.45744,1461.174287,609.1873863,1579.386201 +419610,1392.142296,2343.385897,1474.441949,613.6179026,1581.858508 +419611,1401.824382,2334.52928,1475.192612,617.7932946,1584.065772 +419612,1411.784518,2359.464904,1484.954764,622.0582554,1585.993538 +419613,1421.353043,2355.908921,1493.181728,626.2172933,1588.081852 +419614,1431.188833,2363.591902,1500.228029,630.462084,1590.030185 +419615,1440.629436,2371.090837,1512.292232,634.4016135,1591.964651 +419616,1450.459577,2377.238549,1513.921615,638.5890628,1593.892866 +419617,1459.606847,2383.275179,1522.597473,642.5130985,1595.589262 +419618,1469.293167,2389.457471,1534.615063,646.4179744,1597.524925 +419619,1478.486181,2395.557689,1536.185123,650.5611815,1599.24292 +419620,1487.977289,2401.48573,1544.238544,654.3539038,1600.874155 +419621,1496.966792,2407.140719,1555.437658,658.2146869,1602.238048 +419622,1506.637705,2413.017793,1562.15988,662.1822189,1603.908175 +419623,1515.384812,2425.196422,1564.039448,665.9133535,1605.592396 +419624,1524.769932,2415.860211,1578.18128,669.6707294,1607.053596 +419625,1533.655528,2437.725319,1577.892715,673.5440536,1608.589653 +419626,1542.842427,2434.134347,1579.995652,677.1849295,1609.686656 +419627,1551.767706,2439.581858,1580.519898,680.8535474,1610.308124 +419628,1560.678018,2445.492551,1579.295457,684.6405537,1610.061505 +419629,1569.481897,2450.165204,1578.229341,688.19691,1609.620602 +419630,1578.346853,2454.603646,1577.340399,691.7836198,1608.246261 +419631,1587.155381,2459.208775,1576.650013,695.436292,1607.249463 +419632,1596.104533,2470.167374,1576.294689,698.9962905,1606.355437 +419633,1604.478336,2467.967259,1576.162392,702.4683626,1605.292953 +419634,1615.732394,2472.848534,1575.997178,706.1634113,1603.964942 +419635,1631.174285,2477.324859,1575.857774,709.489266,1602.479361 +419636,1623.905788,2488.179643,1576.010305,712.9694767,1601.418375 +419637,1631.677507,2478.7057,1576.216148,716.4696066,1600.112652 +419638,1653.262903,2494.308585,1576.382012,719.8932281,1598.65784 +419639,1654.408292,2500.532891,1576.73819,723.2295386,1597.351799 +419640,1664.293551,2490.482449,1577.325712,726.7384629,1596.274058 +419641,1679.279191,2511.505577,1577.524699,732.909613,1594.515031 +419642,1689.207215,2510.010784,1578.331024,736.9340926,1593.902583 +419643,1697.919826,2510.077332,1579.273423,740.5553234,1593.620933 +419644,1707.139873,2511.771193,1580.174368,744.3637767,1593.015714 +419645,1716.088885,2514.330983,1580.698799,747.8564197,1592.080503 +419646,1724.745666,2515.009276,1581.074807,751.5323184,1590.830663 +419647,1733.410068,2514.2565,1581.254241,754.9788196,1589.42327 +419648,1742.224154,2513.550343,1581.19931,758.5401867,1587.425199 +419649,1750.776485,2512.960818,1580.959671,762.0223183,1585.0982 +419650,1768.697244,2512.443082,1580.571281,765.6112273,1582.498449 +419651,1764.042958,2511.972715,1580.084533,768.8824219,1579.714225 +419652,1767.606306,2511.561008,1579.581069,772.4558199,1576.841434 +419653,1790.63194,2511.113887,1579.039998,775.6989023,1573.859527 +419654,1791.423059,2510.585735,1578.440048,779.2802705,1570.764032 +419655,1801.189838,2510.012063,1577.825932,786.4256053,1567.602348 +419656,1809.798804,2509.414865,1577.218557,784.6533791,1564.404667 +419657,1821.191797,2508.77664,1576.608403,795.5304026,1561.166907 +419658,1842.188115,2508.075686,1575.972915,789.0130897,1557.879335 +419659,1810.174512,2507.407291,1575.391053,806.7506315,1554.628727 +419660,1848.814299,2506.783629,1575.054719,789.9528452,1551.4344 +419661,1851.839273,2506.106977,1574.527067,796.0736412,1548.223558 +419662,1880.558481,2505.273792,1573.930941,811.3111274,1544.910851 +419663,1830.045211,2504.461794,1573.372693,807.0791363,1541.640297 +419664,1891.62543,2503.689113,1572.87853,812.1501076,1538.426834 +419665,1878.178789,2502.80826,1572.355043,815.3187818,1535.150698 +419666,1913.14027,2501.820734,1571.798423,818.6842917,1531.81198 +419667,1862.662966,2500.90072,1571.317901,821.6778384,1528.553769 +419668,1946.64181,2500.398836,1571.150247,824.9350237,1525.681324 +419669,1872.865406,2499.97447,1571.247987,828.0906491,1522.935864 +419670,1962.39353,2499.817301,1571.38876,831.3568707,1520.499917 +419671,1912.964795,2499.690128,1571.629078,834.1657585,1518.187002 +419672,1939.880666,2499.206335,1571.887166,837.1327771,1515.705289 +419673,1944.357857,2498.921818,1572.112501,840.1687743,1513.521299 +419674,1951.205975,2498.947581,1572.743711,843.0497819,1511.723243 +419675,1958.139052,2499.060221,1573.093851,845.7286659,1510.128982 +419676,1965.419889,2499.193048,1573.955162,848.8629931,1508.682444 +419677,1972.056772,2499.302305,1574.984016,851.5577535,1507.334839 +419678,1979.238108,2499.368815,1575.888202,854.3610062,1506.051485 +419679,1986.04658,2499.388542,1576.810425,857.359351,1504.810088 +419680,1992.924764,2499.358002,1577.963905,859.9531776,1503.592114 +419681,1999.364478,2499.276421,1578.922879,862.7455425,1502.385397 +419682,2006.696923,2499.156185,1579.875361,865.6111013,1501.192532 +419683,2021.624629,2499.148123,1580.931056,868.2620915,1500.138583 +419684,2015.894261,2499.063356,1581.967216,870.954642,1499.068427 +419685,2027.682788,2498.750387,1583.097793,873.7132431,1497.851485 +419686,2033.894062,2498.405385,1584.030231,876.4938883,1496.640626 +419687,2039.824557,2498.061392,1584.9854,878.9838921,1495.456438 +419688,2046.74005,2497.669888,1585.927711,881.8300055,1494.259659 +419689,2052.690265,2497.237655,1586.871023,884.3805027,1493.059561 +419690,2059.488846,2496.765832,1587.813366,886.9842541,1492.068756 +419691,2065.763343,2496.252894,1588.764515,889.726081,1490.865696 +419692,2072.135492,2495.6951,1589.707041,892.2458004,1489.656448 +419693,2078.041138,2495.090305,1590.654179,894.8828245,1488.443321 +419694,2084.855104,2494.449861,1591.603932,897.4729332,1487.237683 +419695,2090.833859,2494.022304,1592.559533,900.0063285,1486.038208 +419696,2096.814853,2493.253395,1593.698941,902.5189717,1484.827954 +419697,2111.27889,2492.605417,1594.767939,905.1076467,1483.769056 +419698,2098.111627,2491.734938,1595.704956,907.6600207,1482.559833 +419699,2126.615212,2490.801186,1596.628876,910.094054,1481.326318 +419700,2118.593024,2490.028374,1597.680632,912.7315042,1480.256982 +419701,2010.100099,2487.431288,1598.63743,861.838813,1479.933043 +419702,2013.562624,2475.558125,1592.115956,862.9608976,1468.777276 +419703,2017.446997,2462.198585,1582.995626,864.6101941,1453.580713 +419704,2021.716362,2452.383902,1575.209696,866.3175858,1439.873184 +419705,2026.17064,2446.629964,1569.716032,868.088939,1429.102015 +419706,2030.412435,2443.591109,1566.197111,869.8904113,1420.949048 +419707,2035.182709,2441.807565,1564.04298,871.7086263,1414.680591 +419708,2039.58681,2440.363231,1562.757778,873.607641,1409.691022 +419709,2044.097745,2438.87246,1562.029924,875.3283935,1405.593361 +419710,2048.491537,2437.253916,1561.683418,877.2116135,1402.159389 +419711,2053.0504,2435.53401,1561.616235,879.030919,1399.246412 +419712,2065.290002,2433.92132,1561.879502,880.8593047,1396.903603 +419713,2050.81257,2432.059268,1562.178256,882.6853432,1394.739624 +419714,2077.807073,2430.115688,1562.580556,884.4343787,1392.824881 +419715,2067.785459,2428.309081,1563.200578,886.3644621,1391.289754 +419716,2075.199144,2426.291923,1563.787508,888.1279378,1389.802408 +419717,2080.019073,2424.142592,1564.374676,889.9516142,1388.393225 +419718,2084.037295,2421.996367,1565.034454,891.7603675,1387.143098 +419719,2088.183899,2419.805304,1565.724489,893.5648185,1385.98878 +419720,2092.214243,2417.562926,1566.43493,895.3650569,1384.910066 +419721,2096.742341,2415.281541,1567.16979,897.2367891,1383.905429 +419722,2100.834831,2412.959461,1567.924496,898.9153692,1382.963351 +419723,2105.027923,2410.586621,1568.689353,900.7568559,1382.066529 +419724,2109.147161,2408.161794,1569.460676,902.5283605,1381.205971 +419725,2120.904387,2405.878321,1570.367363,904.3068137,1380.54262 +419726,2107.270153,2403.357182,1571.157785,906.0809061,1379.753316 +419727,2131.6414,2400.741171,1571.922066,907.8621655,1378.949634 +419728,2123.900624,2398.293623,1572.831593,909.6366509,1378.351009 +419729,2129.430582,2395.661833,1573.6526,911.4031901,1377.658191 +419730,2134.332334,2392.888339,1574.411259,913.1638915,1376.901172 +419731,2137.937169,2390.122298,1575.201573,914.9590117,1376.196197 +419732,2141.34768,2387.229573,1575.991561,916.7553819,1375.494765 +419733,2144.847077,2379.947386,1576.69113,918.5509004,1374.67647 +419734,2156.272043,2362.546354,1577.134247,920.3436075,1373.526291 +419735,2150.2346,2349.328924,1577.016671,922.132516,1371.651012 +419736,2155.073367,2349.379386,1576.542525,923.9957116,1369.30361 +419737,2159.325172,2343.329792,1576.22049,925.5868164,1367.128598 +419738,2162.720599,2327.114824,1575.936895,927.5378457,1364.983019 +419739,2172.916225,2326.68958,1575.750045,929.2486607,1362.947284 +419740,2168.298796,2319.597078,1575.922697,931.0342102,1361.120868 +419741,2171.787716,2311.317122,1575.807401,932.8053672,1359.176622 +419742,2175.679843,2296.466905,1575.485919,934.5253987,1356.974508 +419743,2186.490425,2296.495093,1575.313538,936.3277876,1354.960336 +419744,2182.094697,2288.354995,1575.361653,938.0232785,1353.223824 +419745,2191.490685,2279.398412,1575.440995,939.7574629,1351.526907 +419746,2188.735707,2271.946049,1575.479398,941.4935798,1349.780438 +419747,2189.632396,2256.973376,1575.254157,943.3036946,1347.700025 +419748,2197.547947,2257.703528,1575.020613,944.9160099,1345.608311 +419749,2196.070494,2247.366715,1574.987387,946.6971136,1343.769825 +419750,2195.690538,2238.910269,1574.867439,948.406283,1341.819797 +419751,2194.300397,2231.187153,1574.542683,950.1232339,1339.607968 +419752,2191.188515,2223.33632,1574.026068,951.8366119,1337.148409 +419753,2188.217902,2214.872991,1573.301733,953.4666749,1334.417075 +419754,2185.247514,2199.235572,1572.292458,955.2916264,1331.311573 +419755,2182.639165,2207.698957,1571.277476,956.9371371,1328.185294 +419756,2180.246459,2179.554595,1570.220376,958.7291696,1324.991761 +419757,2177.829777,2183.572,1569.01569,960.3024049,1321.598013 +419758,2175.674901,2172.590722,1567.877548,962.0533507,1318.278886 +419759,2173.700854,2163.806215,1566.778895,963.7299876,1315.002265 +419760,2171.775858,2155.458513,1565.65466,965.4152341,1311.68795 +419761,2167.824308,2036.924776,1563.196593,857.9436627,1306.6641 +419762,2142.474686,2025.14035,1548.3981,856.8923327,1282.804442 +419763,1880.429582,2014.424428,1523.756535,856.7528091,1244.963753 +419764,2034.754304,2004.007542,1498.646921,856.9013012,1205.854797 +419765,1995.273052,1994.376181,1481.287487,857.2339607,1176.70494 +419766,1994.809789,1984.318846,1470.1478,857.6777266,1155.743881 +419767,2003.702468,1974.401515,1462.372071,858.2015979,1139.447903 +419768,1996.32205,1964.742371,1456.805603,858.7822283,1126.415527 +419769,1997.634257,1954.666038,1452.40105,859.4828143,1115.33308 +419770,2000.218563,1945.017121,1448.817418,860.0236779,1105.745767 +419771,2008.341389,1935.177976,1446.063421,860.7655316,1097.623015 +419772,2003.248594,1925.422748,1443.829338,861.4644781,1090.52584 +419773,2003.620404,1915.864782,1441.71763,862.1171717,1083.90493 +419774,2012.868148,1905.801761,1439.891315,862.988522,1077.924697 +419775,2009.096373,1896.295626,1438.365112,863.7030109,1072.565768 +419776,2008.517214,1886.467851,1436.828062,864.503067,1067.400475 +419777,2016.24157,1868.949403,1435.328449,865.3075098,1062.460348 +419778,2013.762981,1878.1404,1434.106126,866.1268662,1058.023969 +419779,2012.622119,1844.398428,1432.832717,866.9606802,1053.65307 +419780,2012.622742,1851.948824,1431.374661,867.8083992,1049.158597 +419781,2012.486408,1836.36158,1429.965538,868.6696576,1044.818476 +419782,2009.653542,1827.656799,1428.523539,869.5768768,1040.513166 +419783,2006.827066,1817.982441,1426.934464,870.5211371,1036.092859 +419784,2004.106311,1808.518747,1425.221604,871.326697,1031.563572 +419785,2001.543915,1798.877969,1423.433123,872.2712835,1026.983964 +419786,1999.138356,1789.421493,1421.603368,873.2105756,1022.380047 +419787,1996.880764,1780.043777,1419.762674,874.1193835,1017.79404 +419788,1994.747404,1770.336076,1417.922759,875.094187,1013.227731 +419789,1992.732287,1760.990376,1416.099733,876.0258449,1008.708327 +419790,1990.824611,1751.57798,1414.300071,877.0229709,1004.232654 +419791,1989.019766,1742.068465,1412.531616,877.6676732,999.818561 +419792,1987.297683,1732.58534,1410.766371,878.5324378,995.4510636 +419793,1985.634779,1723.299563,1408.987823,880.9788799,991.1392387 +419794,1984.023944,1713.596433,1407.190265,879.7003205,986.8691348 +419795,1982.458723,1704.266498,1405.379905,884.8055279,982.6524658 +419796,1980.959426,1694.843062,1403.572445,876.422814,978.4906605 +419797,1979.489598,1685.421975,1401.754364,897.1284881,974.3690005 +419798,1978.106448,1676.068469,1399.962345,860.197487,970.3180342 +419799,1976.887371,1656.850357,1398.253382,894.248172,966.4158909 +419800,1975.837546,1671.547004,1396.630767,881.3475751,962.6539561 +419801,1975.067544,1621.391589,1395.172956,884.6563241,959.1404532 +419802,1974.49443,1668.871372,1393.827675,885.2197897,955.798304 +419803,1974.06321,1596.194073,1392.567673,885.9283002,952.6022969 +419804,1973.710473,1632.788041,1391.350403,886.6069123,949.486839 +419805,1973.2765,1628.499028,1390.078757,887.2475625,946.3360573 +419806,1972.909536,1588.593731,1388.840911,887.9343455,943.2484046 +419807,1972.741545,1575.599232,1387.72387,888.5726222,940.3417217 +419808,1972.549612,1606.855968,1386.582479,889.1700834,937.4202161 +419809,1972.340517,1550.651757,1385.421187,890.020794,934.4979339 +419810,1972.186848,1572.284565,1384.28645,890.510771,931.621853 +419811,1971.988662,1564.571221,1383.114868,891.2193927,928.7195429 +419812,1971.828546,1529.416679,1381.958186,891.8854402,925.8451207 +419813,1971.718196,1548.023698,1380.823202,892.5165714,923.0159347 +419814,1971.588638,1522.137844,1379.66607,893.1644553,920.1655949 +419815,1971.469308,1521.489443,1378.505008,893.814426,917.3175567 +419816,1971.360352,1510.271725,1377.339601,894.4636927,914.4734993 +419817,1971.262945,1501.992626,1376.170199,895.1120376,911.634754 +419818,1971.121498,1517.316283,1374.961152,895.7592391,908.7556864 +419819,1971.079127,1450.280829,1373.802749,896.4054241,905.9502325 +419820,1971.115903,1492.785968,1372.682732,897.050091,903.2026626 +419821,1970.501669,1592.151395,1371.137498,1004.442517,899.9225219 +419822,1983.905841,1539.090738,1379.342918,1007.033466,911.765443 +419823,2003.644121,1576.88381,1392.126904,1009.121978,930.8632989 +419824,2022.009743,1552.241327,1404.110026,1010.961068,949.2483446 +419825,2035.4784,1547.765384,1413.240303,1012.774068,963.8461555 +419826,2044.704304,1539.961697,1419.628611,1021.996099,974.6692845 +419827,2051.058597,1534.296101,1424.066758,1004.509524,982.6906256 +419828,2055.700821,1526.475866,1427.247467,1022.889531,988.7758019 +419829,2059.309084,1519.64108,1429.589058,1017.756366,993.4547793 +419830,2062.281439,1512.42061,1431.352683,1020.244719,997.0729586 +419831,2064.82586,1505.682119,1432.688414,1021.869628,999.8457486 +419832,2067.055974,1498.58305,1433.688451,1023.312885,1001.920091 +419833,2069.005525,1513.935129,1434.392527,1024.574795,1003.37639 +419834,2070.846613,1453.076167,1434.925086,1032.778578,1004.401422 +419835,2072.644183,1493.376389,1435.340691,1017.430986,1005.090913 +419836,2074.301464,1468.097227,1435.589868,1033.445701,1005.405803 +419837,2075.85967,1464.654392,1435.709252,1029.064932,1005.413818 +419838,2077.378203,1458.167322,1435.745673,1031.426855,1005.193093 +419839,2078.883815,1451.545535,1435.709501,1032.61796,1004.773186 +419840,2080.506148,1445.144741,1435.602664,1039.617015,1004.171236 +419841,2082.339875,1438.641528,1435.449374,1026.931339,1003.431023 +419842,2084.375169,1432.503379,1435.251076,1040.508349,1002.56574 +419843,2086.825747,1426.171767,1434.991478,1036.902078,1001.564286 +419844,2089.074361,1420.016322,1434.677934,1041.868392,1000.444305 +419845,2091.418347,1413.920538,1434.521183,1037.71989,999.2323557 +419846,2093.822183,1407.902367,1434.106415,1057.883833,997.9151032 +419847,2096.322781,1404.335184,1433.664609,1027.34148,996.5376505 +419848,2098.860575,1425.429636,1433.171092,1051.131048,995.0670729 +419849,2101.523047,1358.859269,1432.690825,1035.631778,993.5879548 +419850,2104.407457,1409.656614,1432.2928,1066.314103,992.1927148 +419851,2107.289857,1393.353058,1431.840408,1029.142166,990.7122261 +419852,2110.263905,1370.713058,1431.423132,1066.554478,989.2440777 +419853,2113.199193,1408.285929,1430.978241,1033.914456,987.6971065 +419854,2116.500153,1343.731048,1430.605975,1069.548701,986.1984567 +419855,2119.507185,1388.3819,1430.245849,1046.728125,984.6762185 +419856,2122.292128,1366.594321,1429.744801,1056.74666,982.9412323 +419857,2125.180352,1366.997797,1429.300529,1056.667078,981.2501421 +419858,2128.52113,1361.939474,1428.969332,1057.844023,979.679155 +419859,2131.598787,1360.336761,1428.687153,1059.305817,978.1515123 +419860,2134.895984,1354.57597,1428.420264,1058.608636,976.6286003 +419861,2137.326416,1351.155335,1427.931317,1059.515258,975.075204 +419862,2139.507841,1348.024747,1427.307262,1060.680146,973.5346559 +419863,2142.098759,1345.314208,1426.67617,1062.316012,972.0274913 +419864,2144.68909,1342.738358,1426.10294,1064.228733,970.5531206 +419865,2147.775601,1340.248205,1425.595926,1065.970357,969.0996584 +419866,2150.746167,1337.827256,1425.141158,1067.916728,967.6561032 +419867,2153.808695,1335.467117,1424.727764,1070.158705,966.2218317 +419868,2156.941716,1333.162352,1424.343444,1072.153567,964.7920518 +419869,2160.126033,1330.909626,1423.97737,1074.381167,963.3601212 +419870,2163.678799,1328.706001,1423.622799,1076.573068,961.9221775 +419871,2166.949124,1326.549482,1423.277204,1078.938243,960.4783065 +419872,2170.237352,1324.43792,1422.942052,1081.136111,959.033092 +419873,2173.554126,1322.369849,1422.619147,1083.740803,957.5910817 +419874,2176.898415,1320.343493,1422.30625,1086.127913,956.1514561 +419875,2180.263678,1318.357724,1422.000116,1088.71225,954.711723 +419876,2183.645207,1316.411054,1421.699572,1091.228268,953.27182 +419877,2187.041037,1314.502599,1421.404911,1093.915806,951.8332159 +419878,2190.449256,1312.631077,1421.116239,1096.537108,950.3970467 +419879,2194.281965,1310.796053,1420.906012,1104.810832,949.0569787 +419880,2197.698097,1308.995584,1420.624045,1094.07043,947.6221569 +419881,2204.59116,1334.274881,1423.680255,1135.49214,952.1139162 +419882,2214.432929,1322.812968,1428.545926,1129.191368,959.7603679 +419883,2225.022967,1336.11962,1433.903169,1135.5847,968.4464572 +419884,2234.749978,1319.643096,1438.778372,1139.059083,976.5532708 +419885,2243.258193,1329.277305,1442.940122,1142.288171,983.6356131 +419886,2250.679884,1324.101326,1446.43977,1145.676887,989.7313985 +419887,2257.359962,1323.512712,1449.463175,1148.900349,995.0863711 +419888,2263.585618,1322.290208,1452.171654,1152.532183,999.9181917 +419889,2269.520971,1321.042504,1454.661561,1155.785761,1004.359736 +419890,2275.255325,1319.804023,1456.990283,1159.305266,1008.494058 +419891,2280.841177,1318.575242,1459.195335,1162.63922,1012.379223 +419892,2286.313711,1317.357482,1461.304047,1166.19955,1016.060632 +419893,2291.696315,1316.152329,1463.335703,1169.565756,1019.57283 +419894,2297.007787,1314.960104,1465.305631,1172.993403,1022.944674 +419895,2302.266095,1313.781802,1467.227974,1176.625883,1026.202421 +419896,2307.477876,1312.61732,1469.109636,1180.130508,1029.362302 +419897,2312.642728,1311.346799,1470.952833,1183.638364,1032.433477 +419898,2317.763409,1310.386841,1472.761615,1187.204764,1035.426744 +419899,2322.845821,1309.182262,1474.541558,1190.810961,1038.353914 +419900,2327.8935,1308.092839,1476.296708,1194.393113,1041.224352 +419901,2332.907911,1307.001793,1478.029681,1197.83908,1044.044882 +419902,2338.335652,1305.924194,1479.834116,1206.929084,1046.938996 +419903,2343.270478,1304.861308,1481.5293,1197.968344,1049.678153 +419904,2348.14434,1303.812847,1483.195551,1216.609387,1052.367269 +419905,2353.136534,1302.779114,1484.939468,1210.711757,1055.144411 +419906,2357.981064,1301.759019,1486.592908,1216.531391,1057.795998 +419907,2362.740758,1300.753623,1488.196145,1220.29348,1060.374687 +419908,2367.516039,1299.762159,1489.81309,1224.00986,1062.963012 +419909,2372.154212,1298.138559,1491.349219,1223.735324,1065.440315 +419910,2375.264992,1297.008356,1492.690583,1226.116349,1067.751752 +419911,2377.513101,1295.747231,1493.941675,1229.308046,1069.993298 +419912,2379.76922,1294.455895,1495.190221,1232.415665,1072.273359 +419913,2382.415926,1293.169552,1496.444455,1235.666995,1074.591203 +419914,2385.501846,1291.877021,1497.691957,1238.776942,1076.939485 +419915,2388.922555,1290.582476,1498.920778,1241.970886,1079.299917 +419916,2392.580483,1289.286483,1500.127465,1245.422911,1081.662696 +419917,2396.383859,1287.989816,1501.304159,1248.575445,1084.012987 +419918,2400.281943,1286.574252,1502.444279,1251.891495,1086.33891 +419919,2404.24351,1285.448568,1503.550257,1255.21782,1088.640742 +419920,2408.413222,1284.06457,1504.722113,1263.353372,1091.045037 +419921,2412.46636,1282.787858,1505.772284,1255.305419,1093.302613 +419922,2416.518051,1281.487935,1506.773926,1271.52516,1095.516358 +419923,2420.757146,1280.196154,1507.856427,1267.549269,1097.84361 +419924,2424.909648,1278.897937,1508.847835,1271.584666,1100.071531 +419925,2428.991765,1277.608484,1509.767975,1275.748301,1102.216287 +419926,2433.121691,1276.314023,1510.691701,1278.741212,1104.380542 +419927,2437.260062,1275.022927,1511.593396,1282.141641,1106.522474 +419928,2441.38701,1273.734884,1512.467048,1285.413042,1108.6349 +419929,2445.507628,1272.448869,1513.318219,1289.333832,1110.727045 +419930,2449.565176,1295.018547,1514.107488,1292.225063,1112.749185 +419931,2453.843819,1234.631109,1515.018336,1300.493827,1114.937115 +419932,2458.039131,1285.478407,1515.863376,1293.121756,1117.050798 +419933,2462.100862,1273.040817,1516.607451,1308.417713,1119.044806 +419934,2466.353219,1252.238947,1517.457822,1305.585589,1121.184561 +419935,2470.49555,1289.98182,1518.228165,1309.175795,1123.230543 +419936,2474.571405,1234.453048,1518.941259,1313.077392,1125.211719 +419937,2478.669734,1298.560092,1519.656539,1316.690714,1127.203614 +419938,2482.797519,1223.956448,1520.379722,1319.998421,1129.213302 +419939,2487.065669,1297.549262,1521.180547,1328.131734,1131.330918 +419940,2491.193689,1223.038945,1521.884169,1321.502187,1133.332528 +419941,2492.671906,1239.258148,1520.295647,1305.477116,1131.509569 +419942,2488.031337,1219.395426,1514.316552,1294.01611,1123.150039 +419943,2481.580553,1221.178073,1506.865411,1310.37841,1112.404196 +419944,2476.989486,1219.968357,1500.479469,1307.21436,1102.905202 +419945,2474.783371,1218.675183,1495.618773,1310.750205,1095.413001 +419946,2474.526361,1217.399446,1492.067896,1315.184498,1089.712802 +419947,2475.803524,1216.130766,1489.5885,1323.462249,1085.525055 +419948,2477.715116,1214.868952,1487.621402,1316.3913,1082.145249 +419949,2479.96011,1213.613794,1485.970004,1330.391929,1079.323036 +419950,2482.638558,1212.364806,1484.682041,1329.272119,1077.112637 +419951,2485.411026,1211.120867,1483.530095,1332.149778,1075.210147 +419952,2488.355997,1209.882156,1482.549073,1340.827611,1073.646972 +419953,2491.303916,1208.64781,1481.620362,1335.034841,1072.257007 +419954,2494.383227,1207.418004,1480.813476,1351.814911,1071.116818 +419955,2497.583481,1206.078534,1480.113526,1343.205145,1070.19611 +419956,2500.653376,1205.022402,1479.356949,1353.617383,1069.274828 +419957,2503.766226,1203.837392,1478.645627,1354.450138,1068.47433 +419958,2507.015772,1202.475784,1478.03302,1361.471682,1067.855136 +419959,2510.27853,1201.344007,1477.439068,1361.682608,1067.307969 +419960,2513.336974,1200.120731,1476.724993,1363.116877,1066.648476 +419961,2516.18306,1198.917127,1475.881029,1365.587125,1065.857142 +419962,2518.955143,1197.717799,1474.988445,1368.572146,1065.031528 +419963,2521.653945,1196.522174,1474.043952,1369.685577,1064.161888 +419964,2524.18165,1195.330224,1472.984287,1370.385537,1063.16281 +419965,2526.505504,1194.142105,1471.786916,1371.209014,1062.001538 +419966,2528.665762,1192.957146,1470.474469,1372.180939,1060.698628 +419967,2530.712415,1191.776929,1469.076169,1373.281617,1059.295286 +419968,2532.684635,1190.599959,1467.615559,1374.485353,1057.815183 +419969,2534.60998,1189.427922,1466.109886,1375.752193,1056.285898 +419970,2536.50711,1188.259149,1464.571697,1377.06057,1054.71718 +419971,2538.389655,1186.561133,1463.010645,1378.411562,1053.127947 +419972,2540.076807,1184.747837,1461.376354,1379.679587,1051.523714 +419973,2541.45537,1182.879064,1459.637616,1380.791551,1049.922726 +419974,2542.517948,1180.967859,1457.79498,1381.746564,1048.32982 +419975,2543.311139,1179.022744,1455.864938,1382.577735,1046.760302 +419976,2543.889679,1177.045796,1453.865894,1383.320197,1045.212448 +419977,2544.296233,1175.040641,1451.811989,1383.99828,1043.688285 +419978,2544.559292,1173.008506,1449.712769,1384.625545,1042.189685 +419979,2544.696811,1170.950663,1447.574469,1385.208651,1040.716317 +419980,2544.720767,1168.867953,1445.401351,1385.750837,1039.266353 +419981,2544.639777,1166.761289,1443.196517,1386.253882,1037.837248 +419982,2544.460412,1164.631249,1440.962373,1386.718945,1036.426447 +419983,2544.187576,1162.478559,1438.700816,1387.146816,1035.031462 +419984,2543.825096,1160.303666,1436.413385,1387.538014,1033.650069 +419985,2543.376049,1158.107179,1434.101325,1387.892843,1032.28017 +419986,2542.842906,1155.889445,1431.765675,1388.211445,1030.919916 +419987,2542.227424,1153.65099,1429.407308,1388.49385,1029.567573 +419988,2541.531274,1151.392088,1427.02698,1388.740022,1028.221632 +419989,2540.749384,1149.11319,1424.625367,1388.949894,1026.8807 +419990,2539.890715,1146.814509,1422.203086,1389.123374,1025.543597 +419991,2538.952003,1144.496442,1419.760662,1389.260315,1024.209182 +419992,2537.940647,1142.048506,1417.298707,1389.360686,1022.876653 +419993,2536.850732,1139.854075,1414.817418,1389.424035,1021.544776 +419994,2535.688385,1137.402191,1412.317023,1389.449971,1020.212548 +419995,2534.447697,1135.024696,1409.798084,1389.438494,1018.879459 +419996,2533.135386,1132.613522,1407.261003,1389.389443,1017.544958 +419997,2531.744719,1130.183636,1404.706045,1389.302522,1016.208359 +419998,2530.276429,1127.735758,1402.133554,1389.177518,1014.869214 +419999,2528.732859,1125.270095,1399.543822,1389.014182,1013.527036 +420000,2527.1154,1122.786677,1396.937117,1388.812246,1012.181427 +420001,2527.205094,1066.090738,1396.048415,1389.40808,1013.945544 +420002,2517.481491,1032.930488,1387.980517,1384.121855,1004.697807 +420003,2503.531906,1070.418776,1376.680122,1376.572381,990.3487951 +420004,2490.865984,1022.338349,1366.054796,1370.234983,976.6839466 +420005,2481.449508,1057.563309,1357.566715,1366.219825,965.8869314 +420006,2474.900078,1028.249346,1351.056139,1364.08844,957.8391675 +420007,2470.228577,1040.195517,1345.932305,1363.053165,951.7973815 +420008,2466.581891,1032.120095,1341.658536,1362.488904,947.0860899 +420009,2463.466537,1030.078856,1337.917148,1362.069815,943.2936037 +420010,2460.641674,1027.101567,1334.537693,1361.669617,940.1913774 +420011,2457.980647,1024.105213,1331.413211,1361.244903,937.6318415 +420012,2455.414231,1021.095892,1328.483134,1360.785144,935.5121986 +420013,2452.894289,1018.072224,1325.700066,1360.284898,933.749986 +420014,2450.384624,1015.033729,1323.021574,1359.739184,932.277846 +420015,2447.858872,1011.980211,1320.422656,1359.144096,931.0412125 +420016,2445.298438,1008.911275,1317.882603,1358.489048,929.9965927 +420017,2442.690833,1005.826846,1315.380597,1357.784548,929.1093127 +420018,2440.003629,1002.623081,1312.893628,1356.386007,928.3321731 +420019,2437.055934,999.6563048,1310.303913,1351.183736,927.4762532 +420020,2433.4861,996.4528034,1307.373753,1341.513963,926.2653438 +420021,2429.412685,993.3195916,1304.170793,1341.287659,924.7259194 +420022,2425.676875,991.5421952,1301.212348,1349.799518,923.5212236 +420023,2424.843708,988.669124,1298.840298,1350.731726,922.9066665 +420024,2425.51239,985.7156372,1296.701948,1350.887986,922.5066609 +420025,2425.860166,982.4570193,1294.353185,1344.571387,921.862974 +420026,2425.208911,979.3773,1291.704023,1345.422864,920.9216026 +420027,2423.782636,976.1859592,1288.945062,1344.466401,919.9294922 +420028,2421.617575,972.9851589,1286.025848,1337.386913,918.8126675 +420029,2419.039359,969.7638875,1283.071868,1343.225151,917.7142473 +420030,2416.159725,966.5227597,1280.092364,1332.642524,916.6414406 +420031,2412.857515,963.6041638,1276.982026,1333.546908,915.4480868 +420032,2409.482203,961.0533632,1273.947303,1332.581178,914.3325604 +420033,2406.217147,958.2916308,1271.081,1330.486708,913.3643911 +420034,2402.762824,955.6322215,1268.194331,1322.950493,912.2919104 +420035,2399.346351,952.9749761,1265.427631,1330.675014,911.3072171 +420036,2395.946629,950.331205,1262.763806,1318.872629,910.402649 +420037,2392.314341,947.6997616,1260.041563,1320.882894,909.3814947 +420038,2388.671138,945.0795403,1257.391606,1319.120058,908.4196251 +420039,2385.054324,942.4696672,1254.831039,1316.249745,907.5442883 +420040,2381.342096,939.8692547,1252.280016,1313.735263,906.6568101 +420041,2377.35683,937.2777769,1249.623881,1306.27272,905.6119717 +420042,2373.415775,934.6947202,1247.055723,1314.079324,904.6604352 +420043,2369.466833,932.1195183,1244.54028,1300.662351,903.7585935 +420044,2365.270237,929.5515469,1241.926506,1303.294807,902.7133926 +420045,2361.085607,926.9908122,1239.373772,1300.647199,901.7294168 +420046,2356.388587,923.2955554,1236.55889,1280.701945,900.3820013 +420047,2348.544593,920.5245731,1233.208656,1278.57398,898.4756538 +420048,2339.243447,917.8645301,1229.787866,1273.74281,896.5410413 +420049,2330.13303,915.2393146,1226.562092,1269.311731,894.8323671 +420050,2321.82543,912.6352541,1223.544947,1265.556526,893.3280557 +420051,2314.327499,910.0444003,1220.705075,1261.571094,891.9865924 +420052,2307.42485,907.462898,1217.985741,1257.916866,890.7476819 +420053,2300.879197,904.88901,1215.337013,1253.80475,889.5592561 +420054,2294.388212,902.320911,1212.627422,1244.481723,888.2592392 +420055,2288.164755,899.7585968,1210.033109,1252.485394,887.0784061 +420056,2282.044493,897.200838,1207.473657,1234.433656,885.915401 +420057,2275.803366,894.6478667,1204.822164,1239.03096,884.6080786 +420058,2269.694257,892.0991693,1202.24712,1233.095563,883.3746405 +420059,2263.650003,889.5548575,1199.718336,1228.55203,882.1771277 +420060,2257.5579,887.0143488,1197.174437,1224.557923,880.9378915 +420061,2254.202436,884.1919642,1106.193905,1202.823761,2860.556718 +420062,2300.968167,1010.417801,1130.655405,1366.843914,2875.237748 +420063,2362.672887,1012.255214,1163.328234,1327.047193,2884.529876 +420064,2417.889789,1008.901506,1193.960536,1339.584836,2886.064799 +420065,2455.931614,1006.634197,1216.940094,1334.140105,2877.223832 +420066,2473.016367,1004.103936,1230.116846,1330.434984,2855.237106 +420067,2476.773091,1001.711582,1236.785395,1325.109151,2826.49017 +420068,2475.289823,999.2269568,1240.576716,1320.807471,2797.658396 +420069,2471.951659,996.7318344,1243.022649,1316.334596,2770.977183 +420070,2468.048094,994.2171362,1244.755671,1311.645015,2747.02862 +420071,2464.026582,991.7357213,1246.050157,1316.600348,2725.619364 +420072,2459.957286,989.0871626,1247.007321,1286.87338,2706.875227 +420073,2455.830085,986.5650242,1247.681965,1310.134186,2690.278083 +420074,2451.652123,983.9706541,1248.123918,1281.599133,2675.558698 +420075,2447.424864,981.3735489,1248.368892,1291.15669,2662.472315 +420076,2443.148789,978.762705,1248.448464,1280.58397,2650.805147 +420077,2438.849237,976.077893,1248.398746,1276.464449,2640.400263 +420078,2434.499552,973.5358414,1248.229331,1271.101287,2631.070386 +420079,2430.07766,970.8446279,1247.945921,1265.647016,2622.654999 +420080,2425.594803,968.1992894,1247.5696,1260.332903,2615.047926 +420081,2421.055276,965.5957153,1247.11313,1254.839834,2608.151165 +420082,2416.460805,962.8308368,1246.588677,1260.345564,2601.877705 +420083,2411.811316,960.1946881,1246.003432,1226.037245,2596.150418 +420084,2407.066534,957.4941753,1245.365996,1249.10777,2590.902773 +420085,2402.167102,954.7967878,1244.681277,1220.974677,2586.0769 +420086,2397.087713,952.0919363,1243.955598,1225.610431,2581.621997 +420087,2391.833252,949.3814168,1243.192099,1214.538623,2577.494118 +420088,2386.420946,946.6644773,1242.395867,1208.001441,2573.654986 +420089,2380.896639,943.9425516,1241.582242,1200.674586,2570.101259 +420090,2375.248913,941.2148591,1240.742691,1193.248424,2566.775168 +420091,2369.468029,938.8403261,1239.867924,1187.910017,2563.627583 +420092,2363.74825,936.3138842,1238.979205,1182.965906,2560.650155 +420093,2358.213479,934.0975086,1238.089264,1177.882317,2557.828985 +420094,2352.898964,931.7108236,1237.202615,1173.252725,2555.149159 +420095,2347.775526,929.4035126,1236.319555,1168.448101,2552.596347 +420096,2342.804607,927.0983139,1235.439123,1163.644335,2550.157471 +420097,2337.952378,924.8050977,1234.560331,1158.978365,2547.820807 +420098,2333.195986,922.5222918,1233.682487,1154.500322,2545.576022 +420099,2328.520792,920.2502475,1232.805108,1149.846388,2543.413989 +420100,2323.91672,917.9878047,1231.927857,1145.282738,2541.326713 +420101,2319.375995,915.7936046,1231.050465,1140.871157,2539.307135 +420102,2314.898645,913.4637836,1230.172846,1148.586103,2537.349324 +420103,2310.470138,911.2737762,1229.294574,1113.431281,2535.447203 +420104,2306.091648,909.0399852,1228.41573,1149.558236,2533.596381 +420105,2301.781729,906.8260575,1227.550494,1101.844843,2531.824608 +420106,2297.515205,904.3828563,1226.685277,1125.374834,2530.097464 +420107,2293.027941,902.1347807,1225.799853,1109.171866,2528.386815 +420108,2288.439402,895.3703808,1224.902907,1082.745575,2526.703166 +420109,2282.134388,892.7956344,1223.82195,1075.010896,2525.045628 +420110,2274.876006,890.2492302,1222.633123,1069.15965,2523.417004 +420111,2267.599971,887.9872474,1221.429837,1063.699952,2521.817549 +420112,2260.751788,885.7245858,1220.258481,1058.585806,2520.245859 +420113,2254.405585,883.5146308,1219.129513,1053.401463,2518.700027 +420114,2248.488205,881.3372838,1218.038681,1048.709199,2517.17805 +420115,2242.908105,879.187602,1216.979212,1043.908712,2515.677909 +420116,2237.596262,877.0616903,1215.945796,1039.288365,2514.197682 +420117,2232.50651,874.9581144,1214.934775,1034.750011,2512.735569 +420118,2227.606735,872.8749505,1213.943515,1030.296787,2511.289992 +420119,2222.872211,870.8671054,1212.969892,1025.849888,2509.859575 +420120,2218.282529,868.7402855,1212.012091,1021.729487,2508.443172 +420121,0,0,0,0,0 +420122,0,0,0,0,0 +420123,0,0,0,0,0 +420124,0,0,0,0,0 +420125,0,0,0,0,0 +420126,0,0,0,0,0 +420127,0,0,0,0,0 +420128,0,0,0,0,0 +420129,0,0,0,0,0 +420130,0,0,0,0,0 +420131,0,0,0,0,0 +420132,0,0,0,0,0 +420133,0,0,0,0,0 +420134,0,0,0,0,0 +420135,0,0,0,0,0 +420136,0,0,0,0,0 +420137,0,0,0,0,0 +420138,0,0,0,0,0 +420139,0,0,0,0,0 +420140,0,0,0,0,0 +420141,0,0,0,0,0 +420142,0,0,0,0,0 +420143,0,0,0,0,0 +420144,0,0,0,0,0 +420145,0,0,0,0,0 +420146,0,0,0,0,0 +420147,0,0,0,0,0 +420148,0,0,0,0,0 +420149,0,0,0,0,0 +420150,0,0,0,0,0 +420151,0,0,0,0,0 +420152,0,0,0,0,0 +420153,0,0,0,0,0 +420154,0,0,0,0,0 +420155,0,0,0,0,0 +420156,0,0,0,0,0 +420157,0,0,0,0,0 +420158,0,0,0,0,0 +420159,0,0,0,0,0 +420160,0,0,0,0,0 +420161,0,0,0,0,0 +420162,0,0,0,0,0 +420163,0,0,0,0,0 +420164,0,0,0,0,0 +420165,0,0,0,0,0 +420166,0,0,0,0,0 +420167,0,0,0,0,0 +420168,0,0,0,0,0 +420169,0,0,0,0,0 +420170,0,0,0,0,0 +420171,0,0,0,0,0 +420172,0,0,0,0,0 +420173,0,0,0,0,0 +420174,0,0,0,0,0 +420175,0,0,0,0,0 +420176,0,0,0,0,0 +420177,0,0,0,0,0 +420178,0,0,0,0,0 +420179,0,0,0,0,0 +420180,0,0,0,0,0 +420181,0,0,0,0,0 +420182,0,0,0,0,0 +420183,0,0,0,0,0 +420184,0,0,0,0,0 +420185,0,0,0,0,0 +420186,0,0,0,0,0 +420187,0,0,0,0,0 +420188,0,0,0,0,0 +420189,0,0,0,0,0 +420190,0,0,0,0,0 +420191,0,0,0,0,0 +420192,0,0,0,0,0 +420193,0,0,0,0,0 +420194,0,0,0,0,0 +420195,0,0,0,0,0 +420196,0,0,0,0,0 +420197,0,0,0,0,0 +420198,0,0,0,0,0 +420199,0,0,0,0,0 +420200,0,0,0,0,0 +420201,0,0,0,0,0 +420202,0,0,0,0,0 +420203,0,0,0,0,0 +420204,0,0,0,0,0 +420205,0,0,0,0,0 +420206,0,0,0,0,0 +420207,0,0,0,0,0 +420208,0,0,0,0,0 +420209,0,0,0,0,0 +420210,0,0,0,0,0 +420211,0,0,0,0,0 +420212,0,0,0,0,0 +420213,0,0,0,0,0 +420214,0,0,0,0,0 +420215,0,0,0,0,0 +420216,0,0,0,0,0 +420217,0,0,0,0,0 +420218,0,0,0,0,0 +420219,0,0,0,0,0 +420220,0,0,0,0,0 +420221,0,0,0,0,0 +420222,0,0,0,0,0 +420223,0,0,0,0,0 +420224,0,0,0,0,0 +420225,0,0,0,0,0 +420226,0,0,0,0,0 +420227,0,0,0,0,0 +420228,0,0,0,0,0 +420229,0,0,0,0,0 +420230,0,0,0,0,0 +420231,0,0,0,0,0 +420232,0,0,0,0,0 +420233,0,0,0,0,0 +420234,0,0,0,0,0 +420235,0,0,0,0,0 +420236,0,0,0,0,0 +420237,0,0,0,0,0 +420238,0,0,0,0,0 +420239,0,0,0,0,0 +420240,0,0,0,0,0 +420241,0,0,0,0,0 +420242,0,0,0,0,0 +420243,0,0,0,0,0 +420244,0,0,0,0,0 +420245,0,0,0,0,0 +420246,0,0,0,0,0 +420247,0,0,0,0,0 +420248,0,0,0,0,0 +420249,0,0,0,0,0 +420250,0,0,0,0,0 +420251,0,0,0,0,0 +420252,0,0,0,0,0 +420253,0,0,0,0,0 +420254,0,0,0,0,0 +420255,0,0,0,0,0 +420256,0,0,0,0,0 +420257,0,0,0,0,0 +420258,0,0,0,0,0 +420259,0,0,0,0,0 +420260,0,0,0,0,0 +420261,0,0,0,0,0 +420262,0,0,0,0,0 +420263,0,0,0,0,0 +420264,0,0,0,0,0 +420265,0,0,0,0,0 +420266,0,0,0,0,0 +420267,0,0,0,0,0 +420268,0,0,0,0,0 +420269,0,0,0,0,0 +420270,0,0,0,0,0 +420271,0,0,0,0,0 +420272,0,0,0,0,0 +420273,0,0,0,0,0 +420274,0,0,0,0,0 +420275,0,0,0,0,0 +420276,0,0,0,0,0 +420277,0,0,0,0,0 +420278,0,0,0,0,0 +420279,0,0,0,0,0 +420280,0,0,0,0,0 +420281,0,0,0,0,0 +420282,0,0,0,0,0 +420283,0,0,0,0,0 +420284,0,0,0,0,0 +420285,0,0,0,0,0 +420286,0,0,0,0,0 +420287,0,0,0,0,0 +420288,0,0,0,0,0 +420289,0,0,0,0,0 +420290,0,0,0,0,0 +420291,0,0,0,0,0 +420292,0,0,0,0,0 +420293,0,0,0,0,0 +420294,0,0,0,0,0 +420295,0,0,0,0,0 +420296,0,0,0,0,0 +420297,0,0,0,0,0 +420298,0,0,0,0,0 +420299,0,0,0,0,0 +420300,0,0,0,0,0 +420301,0,0,0,0,0 +420302,0,0,0,0,0 +420303,0,0,0,0,0 +420304,0,0,0,0,0 +420305,0,0,0,0,0 +420306,0,0,0,0,0 +420307,0,0,0,0,0 +420308,0,0,0,0,0 +420309,0,0,0,0,0 +420310,0,0,0,0,0 +420311,0,0,0,0,0 +420312,0,0,0,0,0 +420313,0,0,0,0,0 +420314,0,0,0,0,0 +420315,0,0,0,0,0 +420316,0,0,0,0,0 +420317,0,0,0,0,0 +420318,0,0,0,0,0 +420319,0,0,0,0,0 +420320,0,0,0,0,0 +420321,0,0,0,0,0 +420322,0,0,0,0,0 +420323,0,0,0,0,0 +420324,0,0,0,0,0 +420325,0,0,0,0,0 +420326,0,0,0,0,0 +420327,0,0,0,0,0 +420328,0,0,0,0,0 +420329,0,0,0,0,0 +420330,0,0,0,0,0 +420331,0,0,0,0,0 +420332,0,0,0,0,0 +420333,0,0,0,0,0 +420334,0,0,0,0,0 +420335,0,0,0,0,0 +420336,0,0,0,0,0 +420337,0,0,0,0,0 +420338,0,0,0,0,0 +420339,0,0,0,0,0 +420340,0,0,0,0,0 +420341,0,0,0,0,0 +420342,0,0,0,0,0 +420343,0,0,0,0,0 +420344,0,0,0,0,0 +420345,0,0,0,0,0 +420346,0,0,0,0,0 +420347,0,0,0,0,0 +420348,0,0,0,0,0 +420349,0,0,0,0,0 +420350,0,0,0,0,0 +420351,0,0,0,0,0 +420352,0,0,0,0,0 +420353,0,0,0,0,0 +420354,0,0,0,0,0 +420355,0,0,0,0,0 +420356,0,0,0,0,0 +420357,0,0,0,0,0 +420358,0,0,0,0,0 +420359,0,0,0,0,0 +420360,0,0,0,0,0 +420361,0,0,0,0,0 +420362,0,0,0,0,0 +420363,0,0,0,0,0 +420364,0,0,0,0,0 +420365,0,0,0,0,0 +420366,0,0,0,0,0 +420367,0,0,0,0,0 +420368,0,0,0,0,0 +420369,0,0,0,0,0 +420370,0,0,0,0,0 +420371,0,0,0,0,0 +420372,0,0,0,0,0 +420373,0,0,0,0,0 +420374,0,0,0,0,0 +420375,0,0,0,0,0 +420376,0,0,0,0,0 +420377,0,0,0,0,0 +420378,0,0,0,0,0 +420379,0,0,0,0,0 +420380,0,0,0,0,0 +420381,0,0,0,0,0 +420382,0,0,0,0,0 +420383,0,0,0,0,0 +420384,0,0,0,0,0 +420385,0,0,0,0,0 +420386,0,0,0,0,0 +420387,0,0,0,0,0 +420388,0,0,0,0,0 +420389,0,0,0,0,0 +420390,0,0,0,0,0 +420391,0,0,0,0,0 +420392,0,0,0,0,0 +420393,0,0,0,0,0 +420394,0,0,0,0,0 +420395,0,0,0,0,0 +420396,0,0,0,0,0 +420397,0,0,0,0,0 +420398,0,0,0,0,0 +420399,0,0,0,0,0 +420400,0,0,0,0,0 +420401,0,0,0,0,0 +420402,0,0,0,0,0 +420403,0,0,0,0,0 +420404,0,0,0,0,0 +420405,0,0,0,0,0 +420406,0,0,0,0,0 +420407,0,0,0,0,0 +420408,0,0,0,0,0 +420409,0,0,0,0,0 +420410,0,0,0,0,0 +420411,0,0,0,0,0 +420412,0,0,0,0,0 +420413,0,0,0,0,0 +420414,0,0,0,0,0 +420415,0,0,0,0,0 +420416,0,0,0,0,0 +420417,0,0,0,0,0 +420418,0,0,0,0,0 +420419,0,0,0,0,0 +420420,0,0,0,0,0 +420421,0,0,0,0,0 +420422,0,0,0,0,0 +420423,0,0,0,0,0 +420424,0,0,0,0,0 +420425,0,0,0,0,0 +420426,0,0,0,0,0 +420427,0,0,0,0,0 +420428,0,0,0,0,0 +420429,0,0,0,0,0 +420430,0,0,0,0,0 +420431,0,0,0,0,0 +420432,0,0,0,0,0 +420433,0,0,0,0,0 +420434,0,0,0,0,0 +420435,0,0,0,0,0 +420436,0,0,0,0,0 +420437,0,0,0,0,0 +420438,0,0,0,0,0 +420439,0,0,0,0,0 +420440,0,0,0,0,0 +420441,0,0,0,0,0 +420442,0,0,0,0,0 +420443,0,0,0,0,0 +420444,0,0,0,0,0 +420445,0,0,0,0,0 +420446,0,0,0,0,0 +420447,0,0,0,0,0 +420448,0,0,0,0,0 +420449,0,0,0,0,0 +420450,0,0,0,0,0 +420451,0,0,0,0,0 +420452,0,0,0,0,0 +420453,0,0,0,0,0 +420454,0,0,0,0,0 +420455,0,0,0,0,0 +420456,0,0,0,0,0 +420457,0,0,0,0,0 +420458,0,0,0,0,0 +420459,0,0,0,0,0 +420460,0,0,0,0,0 +420461,0,0,0,0,0 +420462,0,0,0,0,0 +420463,0,0,0,0,0 +420464,0,0,0,0,0 +420465,0,0,0,0,0 +420466,0,0,0,0,0 +420467,0,0,0,0,0 +420468,0,0,0,0,0 +420469,0,0,0,0,0 +420470,0,0,0,0,0 +420471,0,0,0,0,0 +420472,0,0,0,0,0 +420473,0,0,0,0,0 +420474,0,0,0,0,0 +420475,0,0,0,0,0 +420476,0,0,0,0,0 +420477,0,0,0,0,0 +420478,0,0,0,0,0 +420479,0,0,0,0,0 +420480,0,0,0,0,0 +420481,0,0,0,0,0 +420482,0,0,0,0,0 +420483,0,0,0,0,0 +420484,0,0,0,0,0 +420485,0,0,0,0,0 +420486,0,0,0,0,0 +420487,0,0,0,0,0 +420488,0,0,0,0,0 +420489,0,0,0,0,0 +420490,0,0,0,0,0 +420491,0,0,0,0,0 +420492,0,0,0,0,0 +420493,0,0,0,0,0 +420494,0,0,0,0,0 +420495,0,0,0,0,0 +420496,0,0,0,0,0 +420497,0,0,0,0,0 +420498,0,0,0,0,0 +420499,0,0,0,0,0 +420500,0,0,0,0,0 +420501,0,0,0,0,0 +420502,0,0,0,0,0 +420503,0,0,0,0,0 +420504,0,0,0,0,0 +420505,0,0,0,0,0 +420506,0,0,0,0,0 +420507,0,0,0,0,0 +420508,0,0,0,0,0 +420509,0,0,0,0,0 +420510,0,0,0,0,0 +420511,0,0,0,0,0 +420512,0,0,0,0,0 +420513,0,0,0,0,0 +420514,0,0,0,0,0 +420515,0,0,0,0,0 +420516,0,0,0,0,0 +420517,0,0,0,0,0 +420518,0,0,0,0,0 +420519,0,0,0,0,0 +420520,0,0,0,0,0 +420521,0,0,0,0,0 +420522,0,0,0,0,0 +420523,0,0,0,0,0 +420524,0,0,0,0,0 +420525,0,0,0,0,0 +420526,0,0,0,0,0 +420527,0,0,0,0,0 +420528,0,0,0,0,0 +420529,0,0,0,0,0 +420530,0,0,0,0,0 +420531,0,0,0,0,0 +420532,0,0,0,0,0 +420533,0,0,0,0,0 +420534,0,0,0,0,0 +420535,0,0,0,0,0 +420536,0,0,0,0,0 +420537,0,0,0,0,0 +420538,0,0,0,0,0 +420539,0,0,0,0,0 +420540,0,0,0,0,0 +420541,0,0,0,0,0 +420542,0,0,0,0,0 +420543,0,0,0,0,0 +420544,0,0,0,0,0 +420545,0,0,0,0,0 +420546,0,0,0,0,0 +420547,0,0,0,0,0 +420548,0,0,0,0,0 +420549,0,0,0,0,0 +420550,0,0,0,0,0 +420551,0,0,0,0,0 +420552,0,0,0,0,0 +420553,0,0,0,0,0 +420554,0,0,0,0,0 +420555,0,0,0,0,0 +420556,0,0,0,0,0 +420557,0,0,0,0,0 +420558,0,0,0,0,0 +420559,0,0,0,0,0 +420560,0,0,0,0,0 +420561,0,0,0,0,0 +420562,0,0,0,0,0 +420563,0,0,0,0,0 +420564,0,0,0,0,0 +420565,0,0,0,0,0 +420566,0,0,0,0,0 +420567,0,0,0,0,0 +420568,0,0,0,0,0 +420569,0,0,0,0,0 +420570,0,0,0,0,0 +420571,0,0,0,0,0 +420572,0,0,0,0,0 +420573,0,0,0,0,0 +420574,0,0,0,0,0 +420575,0,0,0,0,0 +420576,0,0,0,0,0 +420577,0,0,0,0,0 +420578,0,0,0,0,0 +420579,0,0,0,0,0 +420580,0,0,0,0,0 +420581,0,0,0,0,0 +420582,0,0,0,0,0 +420583,0,0,0,0,0 +420584,0,0,0,0,0 +420585,0,0,0,0,0 +420586,0,0,0,0,0 +420587,0,0,0,0,0 +420588,0,0,0,0,0 +420589,0,0,0,0,0 +420590,0,0,0,0,0 +420591,0,0,0,0,0 +420592,0,0,0,0,0 +420593,0,0,0,0,0 +420594,0,0,0,0,0 +420595,0,0,0,0,0 +420596,0,0,0,0,0 +420597,0,0,0,0,0 +420598,0,0,0,0,0 +420599,0,0,0,0,0 +420600,0,0,0,0,0 +420601,0,0,0,0,0 +420602,0,0,0,0,0 +420603,0,0,0,0,0 +420604,0,0,0,0,0 +420605,0,0,0,0,0 +420606,0,0,0,0,0 +420607,0,0,0,0,0 +420608,0,0,0,0,0 +420609,0,0,0,0,0 +420610,0,0,0,0,0 +420611,0,0,0,0,0 +420612,0,0,0,0,0 +420613,0,0,0,0,0 +420614,0,0,0,0,0 +420615,0,0,0,0,0 +420616,0,0,0,0,0 +420617,0,0,0,0,0 +420618,0,0,0,0,0 +420619,0,0,0,0,0 +420620,0,0,0,0,0 +420621,0,0,0,0,0 +420622,0,0,0,0,0 +420623,0,0,0,0,0 +420624,0,0,0,0,0 +420625,0,0,0,0,0 +420626,0,0,0,0,0 +420627,0,0,0,0,0 +420628,0,0,0,0,0 +420629,0,0,0,0,0 +420630,0,0,0,0,0 +420631,0,0,0,0,0 +420632,0,0,0,0,0 +420633,0,0,0,0,0 +420634,0,0,0,0,0 +420635,0,0,0,0,0 +420636,0,0,0,0,0 +420637,0,0,0,0,0 +420638,0,0,0,0,0 +420639,0,0,0,0,0 +420640,0,0,0,0,0 +420641,0,0,0,0,0 +420642,0,0,0,0,0 +420643,0,0,0,0,0 +420644,0,0,0,0,0 +420645,0,0,0,0,0 +420646,0,0,0,0,0 +420647,0,0,0,0,0 +420648,0,0,0,0,0 +420649,0,0,0,0,0 +420650,0,0,0,0,0 +420651,0,0,0,0,0 +420652,0,0,0,0,0 +420653,0,0,0,0,0 +420654,0,0,0,0,0 +420655,0,0,0,0,0 +420656,0,0,0,0,0 +420657,0,0,0,0,0 +420658,0,0,0,0,0 +420659,0,0,0,0,0 +420660,0,0,0,0,0 +420661,0,0,0,0,0 +420662,0,0,0,0,0 +420663,0,0,0,0,0 +420664,0,0,0,0,0 +420665,0,0,0,0,0 +420666,0,0,0,0,0 +420667,0,0,0,0,0 +420668,0,0,0,0,0 +420669,0,0,0,0,0 +420670,0,0,0,0,0 +420671,0,0,0,0,0 +420672,0,0,0,0,0 +420673,0,0,0,0,0 +420674,0,0,0,0,0 +420675,0,0,0,0,0 +420676,0,0,0,0,0 +420677,0,0,0,0,0 +420678,0,0,0,0,0 +420679,0,0,0,0,0 +420680,0,0,0,0,0 +420681,0,0,0,0,0 +420682,0,0,0,0,0 +420683,0,0,0,0,0 +420684,0,0,0,0,0 +420685,0,0,0,0,0 +420686,0,0,0,0,0 +420687,0,0,0,0,0 +420688,0,0,0,0,0 +420689,0,0,0,0,0 +420690,0,0,0,0,0 +420691,0,0,0,0,0 +420692,0,0,0,0,0 +420693,0,0,0,0,0 +420694,0,0,0,0,0 +420695,0,0,0,0,0 +420696,0,0,0,0,0 +420697,0,0,0,0,0 +420698,0,0,0,0,0 +420699,0,0,0,0,0 +420700,0,0,0,0,0 +420701,0,0,0,0,0 +420702,0,0,0,0,0 +420703,0,0,0,0,0 +420704,0,0,0,0,0 +420705,0,0,0,0,0 +420706,0,0,0,0,0 +420707,0,0,0,0,0 +420708,0,0,0,0,0 +420709,0,0,0,0,0 +420710,0,0,0,0,0 +420711,0,0,0,0,0 +420712,0,0,0,0,0 +420713,0,0,0,0,0 +420714,0,0,0,0,0 +420715,0,0,0,0,0 +420716,0,0,0,0,0 +420717,0,0,0,0,0 +420718,0,0,0,0,0 +420719,0,0,0,0,0 +420720,0,0,0,0,0 +420721,0,0,0,0,0 +420722,0,0,0,0,0 +420723,0,0,0,0,0 +420724,0,0,0,0,0 +420725,0,0,0,0,0 +420726,0,0,0,0,0 +420727,0,0,0,0,0 +420728,0,0,0,0,0 +420729,0,0,0,0,0 +420730,0,0,0,0,0 +420731,0,0,0,0,0 +420732,0,0,0,0,0 +420733,0,0,0,0,0 +420734,0,0,0,0,0 +420735,0,0,0,0,0 +420736,0,0,0,0,0 +420737,0,0,0,0,0 +420738,0,0,0,0,0 +420739,0,0,0,0,0 +420740,0,0,0,0,0 +420741,0,0,0,0,0 +420742,0,0,0,0,0 +420743,0,0,0,0,0 +420744,0,0,0,0,0 +420745,0,0,0,0,0 +420746,0,0,0,0,0 +420747,0,0,0,0,0 +420748,0,0,0,0,0 +420749,0,0,0,0,0 +420750,0,0,0,0,0 +420751,0,0,0,0,0 +420752,0,0,0,0,0 +420753,0,0,0,0,0 +420754,0,0,0,0,0 +420755,0,0,0,0,0 +420756,0,0,0,0,0 +420757,0,0,0,0,0 +420758,0,0,0,0,0 +420759,0,0,0,0,0 +420760,0,0,0,0,0 +420761,0,0,0,0,0 +420762,0,0,0,0,0 +420763,0,0,0,0,0 +420764,0,0,0,0,0 +420765,0,0,0,0,0 +420766,0,0,0,0,0 +420767,0,0,0,0,0 +420768,0,0,0,0,0 +420769,0,0,0,0,0 +420770,0,0,0,0,0 +420771,0,0,0,0,0 +420772,0,0,0,0,0 +420773,0,0,0,0,0 +420774,0,0,0,0,0 +420775,0,0,0,0,0 +420776,0,0,0,0,0 +420777,0,0,0,0,0 +420778,0,0,0,0,0 +420779,0,0,0,0,0 +420780,0,0,0,0,0 +420781,0,0,0,0,0 +420782,0,0,0,0,0 +420783,0,0,0,0,0 +420784,0,0,0,0,0 +420785,0,0,0,0,0 +420786,0,0,0,0,0 +420787,0,0,0,0,0 +420788,0,0,0,0,0 +420789,0,0,0,0,0 +420790,0,0,0,0,0 +420791,0,0,0,0,0 +420792,0,0,0,0,0 +420793,0,0,0,0,0 +420794,0,0,0,0,0 +420795,0,0,0,0,0 +420796,0,0,0,0,0 +420797,0,0,0,0,0 +420798,0,0,0,0,0 +420799,0,0,0,0,0 +420800,0,0,0,0,0 +420801,0,0,0,0,0 +420802,0,0,0,0,0 +420803,0,0,0,0,0 +420804,0,0,0,0,0 +420805,0,0,0,0,0 +420806,0,0,0,0,0 +420807,0,0,0,0,0 +420808,0,0,0,0,0 +420809,0,0,0,0,0 +420810,0,0,0,0,0 +420811,0,0,0,0,0 +420812,0,0,0,0,0 +420813,0,0,0,0,0 +420814,0,0,0,0,0 +420815,0,0,0,0,0 +420816,0,0,0,0,0 +420817,0,0,0,0,0 +420818,0,0,0,0,0 +420819,0,0,0,0,0 +420820,0,0,0,0,0 +420821,0,0,0,0,0 +420822,0,0,0,0,0 +420823,0,0,0,0,0 +420824,0,0,0,0,0 +420825,0,0,0,0,0 +420826,0,0,0,0,0 +420827,0,0,0,0,0 +420828,0,0,0,0,0 +420829,0,0,0,0,0 +420830,0,0,0,0,0 +420831,0,0,0,0,0 +420832,0,0,0,0,0 +420833,0,0,0,0,0 +420834,0,0,0,0,0 +420835,0,0,0,0,0 +420836,0,0,0,0,0 +420837,0,0,0,0,0 +420838,0,0,0,0,0 +420839,0,0,0,0,0 +420840,0,0,0,0,0 +420841,0,0,0,0,0 +420842,0,0,0,0,0 +420843,0,0,0,0,0 +420844,0,0,0,0,0 +420845,0,0,0,0,0 +420846,0,0,0,0,0 +420847,0,0,0,0,0 +420848,0,0,0,0,0 +420849,0,0,0,0,0 +420850,0,0,0,0,0 +420851,0,0,0,0,0 +420852,0,0,0,0,0 +420853,0,0,0,0,0 +420854,0,0,0,0,0 +420855,0,0,0,0,0 +420856,0,0,0,0,0 +420857,0,0,0,0,0 +420858,0,0,0,0,0 +420859,0,0,0,0,0 +420860,0,0,0,0,0 +420861,0,0,0,0,0 +420862,0,0,0,0,0 +420863,0,0,0,0,0 +420864,0,0,0,0,0 +420865,0,0,0,0,0 +420866,0,0,0,0,0 +420867,0,0,0,0,0 +420868,0,0,0,0,0 +420869,0,0,0,0,0 +420870,0,0,0,0,0 +420871,0,0,0,0,0 +420872,0,0,0,0,0 +420873,0,0,0,0,0 +420874,0,0,0,0,0 +420875,0,0,0,0,0 +420876,0,0,0,0,0 +420877,0,0,0,0,0 +420878,0,0,0,0,0 +420879,0,0,0,0,0 +420880,0,0,0,0,0 +420881,0,0,0,0,0 +420882,0,0,0,0,0 +420883,0,0,0,0,0 +420884,0,0,0,0,0 +420885,0,0,0,0,0 +420886,0,0,0,0,0 +420887,0,0,0,0,0 +420888,0,0,0,0,0 +420889,0,0,0,0,0 +420890,0,0,0,0,0 +420891,0,0,0,0,0 +420892,0,0,0,0,0 +420893,0,0,0,0,0 +420894,0,0,0,0,0 +420895,0,0,0,0,0 +420896,0,0,0,0,0 +420897,0,0,0,0,0 +420898,0,0,0,0,0 +420899,0,0,0,0,0 +420900,0,0,0,0,0 +420901,-646.8127448,-292.0185798,-647.4238437,-296.6374848,-1226.860514 +420902,-636.172306,-286.7673922,-636.4308918,-291.4703165,-1207.33986 +420903,-620.0186882,-279.0242846,-619.9085447,-283.7610312,-1176.497753 +420904,-604.7027838,-271.5306279,-603.6228674,-276.2953067,-1146.361056 +420905,-592.3323721,-265.3239706,-590.3738701,-270.4042414,-1120.963564 +420906,-582.7613535,-260.6532182,-580.1331764,-266.0058002,-1100.259605 +420907,-575.2805542,-257.1490377,-572.1248394,-262.6741184,-1083.186379 +420908,-569.3079242,-254.4389176,-565.6943311,-260.0681595,-1068.84578 +420909,-564.4698528,-252.2848401,-560.4375081,-257.986826,-1056.660939 +420910,-560.5437656,-250.5549989,-556.1173446,-256.3140096,-1046.300069 +420911,-557.3734806,-249.167911,-552.5763612,-254.9760702,-1037.52644 +420912,-554.8357594,-248.0636863,-549.691778,-253.9147797,-1030.143075 +420913,-552.8211064,-247.1897543,-547.3508654,-253.0777517,-1023.961892 +420914,-551.2297321,-246.4997365,-545.4527748,-252.4191254,-1018.807934 +420915,-549.9910441,-245.9574476,-543.9183341,-251.9021641,-1014.538626 +420916,-549.050149,-245.5352767,-542.6837774,-251.5026406,-1011.038437 +420917,-548.3551484,-245.209016,-541.6984607,-251.1986595,-1008.200255 +420918,-547.8609718,-244.9571195,-540.9197746,-250.9711104,-1005.930467 +420919,-547.5303446,-244.7654486,-540.3109954,-250.8041271,-1004.149093 +420920,-547.3329898,-244.6229025,-539.8410291,-250.6849381,-1002.788099 +420921,-547.2441668,-244.5196878,-539.4839296,-250.6033024,-1001.789149 +420922,-547.2435265,-244.4472886,-539.2182542,-250.5509887,-1001.102 +420923,-547.3142481,-244.3985947,-539.0263156,-250.5213507,-1000.683261 +420924,-547.442439,-244.3678471,-538.893545,-250.5090247,-1000.49549 +420925,-547.6166112,-244.3504252,-538.807913,-250.5096755,-1000.506341 +420926,-547.8273048,-244.3426415,-538.7595162,-250.5198182,-1000.687929 +420927,-548.0667173,-244.3415409,-538.7401858,-250.5366491,-1001.016169 +420928,-548.3284404,-244.344765,-538.7432117,-250.5579268,-1001.470296 +420929,-548.6072019,-244.3504294,-538.7630759,-250.5818595,-1002.032373 +420930,-548.8985447,-244.3569781,-538.7951261,-250.6069638,-1002.686669 +420931,-549.1988752,-244.363207,-538.8356116,-250.632091,-1003.419711 +420932,-549.5085234,-244.374873,-538.8886176,-250.6586976,-1004.220294 +420933,-549.8272064,-244.3950481,-538.9559699,-250.6875238,-1005.078883 +420934,-550.1534464,-244.4234401,-539.0362798,-250.7182684,-1005.987158 +420935,-550.4852562,-244.4582477,-539.1267166,-250.750159,-1006.93776 +420936,-550.8207571,-244.4975398,-539.2244204,-250.7824142,-1007.924263 +420937,-551.1583899,-244.5397468,-539.3270106,-250.8144056,-1008.941082 +420938,-551.4969407,-244.5836975,-539.432639,-250.8456752,-1009.98343 +420939,-551.835458,-244.6285096,-539.5398593,-250.8758884,-1011.047188 +420940,-552.1732,-244.6735037,-539.6475307,-250.9048025,-1012.128824 +420941,-552.509583,-244.7181464,-539.7547414,-250.93224,-1013.225307 +420942,-552.8441614,-244.7620238,-539.8607746,-250.9580795,-1014.334048 +420943,-553.1765883,-244.8048134,-539.9650601,-250.982238,-1015.45282 +420944,-553.5066156,-244.8462759,-540.0671676,-251.0046712,-1016.579732 +420945,-553.8340597,-244.8862319,-540.1667653,-251.0253585,-1017.71316 +420946,-554.1588064,-244.9245585,-540.2636197,-251.0443055,-1018.851735 +420947,-554.4807831,-244.9611712,-540.3575626,-251.0615317,-1019.994284 +420948,-554.7999594,-244.99602,-540.4484876,-251.077071,-1021.139819 +420949,-555.1163336,-245.0290802,-540.5363334,-251.0909664,-1022.2875 +420950,-555.4299361,-245.0603511,-540.6210846,-251.1032714,-1023.436633 +420951,-555.7408079,-245.0898446,-540.7027473,-251.114041,-1024.586621 +420952,-556.0490145,-245.1175891,-540.7813615,-251.123338,-1025.736983 +420953,-556.3546237,-245.1436192,-540.8569777,-251.1312236,-1026.887303 +420954,-556.6577238,-245.1679817,-540.9296724,-251.1377654,-1028.03726 +420955,-556.9583934,-245.1907219,-540.9995186,-251.1430246,-1029.186566 +420956,-557.2567313,-245.2118962,-541.0666127,-251.1470694,-1030.335012 +420957,-557.5536449,-245.2235863,-541.1307498,-251.1508733,-1031.482417 +420958,-557.8488924,-245.2294229,-541.1922389,-251.1541039,-1032.628644 +420959,-558.1421389,-245.2337012,-541.2513801,-251.1563434,-1033.77358 +420960,-558.4332811,-245.2384014,-541.3083574,-251.1574353,-1034.917163 +420961,-557.3051361,-244.5996374,-539.9460279,-250.5132057,-1033.482539 +420962,-536.713099,-235.0575528,-519.1666611,-240.9434576,-995.6591755 +420963,-506.5556528,-221.0425567,-488.3307601,-226.8583551,-938.9923504 +420964,-476.5658024,-207.3907635,-457.8638413,-213.1544594,-881.1261198 +420965,-450.6183895,-195.8436929,-431.6436495,-201.57501,-829.4660567 +420966,-428.9476223,-186.3777287,-409.7705358,-192.0863324,-784.9288504 +420967,-410.6576091,-178.4859521,-391.2681799,-184.1747944,-746.2947526 +420968,-394.8931245,-171.7294904,-375.2601802,-177.3992048,-712.279222 +420969,-381.0798221,-165.8270543,-361.1773594,-171.4780708,-681.9945323 +420970,-368.8472903,-160.6050325,-348.6595427,-166.2380601,-654.8650131 +420971,-357.938893,-133.592053,23.68559529,-161.5601359,-630.4721797 +420972,-348.1450724,30.17776631,10.10826217,-157.3463848,425.1806204 +420973,-197.9941836,-44.16172074,-8.972580063,-54.33166166,-98.15142303 +420974,11.88917074,-9.429273506,44.82787439,-23.16130823,67.55855973 +420975,-103.3887625,3.665133641,67.54951158,-40.52621085,108.3925035 +420976,-35.6961362,14.36424113,88.38857734,-16.34024046,133.7465117 +420977,-14.47272718,24.71575658,109.4315017,-5.222438083,158.9857104 +420978,5.317545643,34.72087471,129.5428921,5.180488245,182.5011536 +420979,24.34458737,44.70085706,148.7660677,15.27130988,205.7118245 +420980,43.49249833,54.1182799,167.6862029,25.29324565,228.1976615 +420981,60.95229486,63.76722584,186.6967179,34.79505893,250.0133094 +420982,79.13257946,72.5451822,204.5204898,44.45758775,271.214881 +420983,95.93077719,81.74535398,222.2601997,53.336382,291.9777796 +420984,113.0892182,90.35468594,239.5310812,62.42968632,312.1045008 +420985,129.4325337,98.89922638,256.3289815,71.38019643,331.7114111 +420986,144.8421111,107.1060877,272.802141,79.70815941,350.9532567 +420987,160.9542508,115.583694,288.8755275,88.06329792,369.6138735 +420988,175.8840195,123.082679,304.5512631,96.53103117,387.8162329 +420989,190.7321878,131.2338027,319.9635049,104.0742972,405.7026792 +420990,204.8919921,138.7190813,334.958464,112.2359301,423.0631164 +420991,221.082349,148.8529967,352.2882758,120.854828,440.0596135 +420992,236.4345378,159.6271512,369.6045286,129.4369622,456.6691387 +420993,251.854855,169.6524754,386.802191,138.3069067,472.8523078 +420994,267.1122999,176.8710993,403.86523,146.9122383,489.089555 +420995,282.0038071,185.592481,420.1724794,155.0921452,504.6481207 +420996,296.3460519,193.6573175,432.7290493,163.3432639,529.8189009 +420997,311.2583127,201.968021,446.0694122,171.7729181,529.5543231 +420998,325.1981596,210.0185091,458.7862669,177.8467931,541.2025445 +420999,339.5831629,218.7135487,471.6007831,184.5967928,569.0907043 +421000,352.8015852,226.4623996,484.2792418,190.9715407,575.8274024 +421001,366.7292027,234.8068131,496.7849399,197.3753653,591.093978 +421002,380.0259379,242.9139842,509.096981,203.6843431,604.445226 +421003,399.1598223,262.6433607,522.2246865,210.0873079,617.7886223 +421004,412.3372938,273.0748952,534.3273292,216.5666894,630.6116391 +421005,426.1833597,282.2690153,546.2485945,222.5330757,643.342807 +421006,438.8725004,291.431072,558.194887,228.5887763,655.6021043 +421007,451.6931297,300.4374445,569.7339777,234.5388904,668.0140418 +421008,464.3716045,309.1333274,581.4183917,240.4188061,679.8246779 +421009,476.7959734,318.3572305,592.8218124,246.2311589,691.6517395 +421010,485.8160829,326.9834161,604.1537345,251.9780418,703.1956238 +421011,495.9574278,335.7856183,615.3195122,257.6621737,714.5677932 +421012,505.2503765,344.5031018,626.5515704,263.0712419,725.8120945 +421013,514.7873904,353.1814883,637.3750639,268.9713821,736.6262486 +421014,524.1848973,361.821665,648.394515,274.3104587,747.6025089 +421015,533.3772228,370.4261662,659.0804067,279.7980473,758.2488227 +421016,542.623274,378.7303318,669.9171425,285.1915846,768.620037 +421017,551.6157781,387.6931754,680.3861418,290.5326487,778.9813418 +421018,560.6336318,395.9888621,690.8801469,296.0516043,789.1152627 +421019,569.5696669,404.7889172,701.3664786,300.9352772,799.1063354 +421020,578.3076808,412.8348787,711.7009089,306.3188879,808.9479647 +421021,977.6355844,590.3925788,1115.412444,480.3854011,1600.12233 +421022,992.3519944,600.7548688,1124.434772,487.5696735,1563.600216 +421023,1004.041019,610.7745427,1143.659855,493.880828,1498.918222 +421024,1015.525756,620.3877686,1154.284131,500.7431097,1462.443532 +421025,1026.871932,629.4394567,1167.220703,506.668422,1435.482088 +421026,1037.589998,639.5557937,1179.826248,512.7051335,1419.064005 +421027,1048.716957,648.4952996,1207.28675,518.6909923,1407.246776 +421028,1059.163783,657.930128,1180.784066,524.6549218,1398.62478 +421029,1069.935201,667.1366156,1243.496814,530.3963684,1392.443864 +421030,1084.259014,676.2842287,1204.067955,536.1536231,1387.856711 +421031,1098.131133,685.5276321,1261.91401,541.935929,1385.362544 +421032,1101.817806,694.6094597,1243.443096,547.5696133,1384.855868 +421033,1093.539985,703.6571508,1264.817409,553.1960876,1385.48968 +421034,1131.84796,712.7412579,1274.9347,558.6897443,1387.218409 +421035,1128.641609,721.5452484,1285.95923,564.3301423,1389.762822 +421036,1141.19116,730.6411904,1302.345505,569.7063097,1392.910701 +421037,1151.114429,739.4678634,1306.059246,575.1461421,1396.280138 +421038,1161.011886,748.5262074,1319.971947,580.6152839,1399.545676 +421039,1170.995452,757.2741408,1330.93429,585.947354,1402.825902 +421040,1180.41486,766.1160695,1341.314568,591.2345858,1406.110486 +421041,1190.348276,775.0191126,1352.458904,596.6546872,1409.52091 +421042,1199.881063,783.8335097,1367.65267,601.8026226,1412.804867 +421043,1209.371825,792.4569917,1371.81694,607.0728693,1415.987174 +421044,1218.949465,801.3408179,1384.474884,612.2585753,1418.8714 +421045,1228.514036,810.0048928,1399.867773,617.3678107,1421.86222 +421046,1237.885263,818.7092331,1403.854712,622.5772082,1424.83492 +421047,1247.288105,827.3162361,1416.082676,627.6406493,1427.476451 +421048,1256.531092,836.1228525,1430.196562,632.7745123,1430.161783 +421049,1265.996044,844.600633,1435.290374,637.7374683,1433.047996 +421050,1274.968677,853.256993,1453.702356,642.7929163,1435.64953 +421051,1284.895698,862.6036391,1455.280424,647.8113179,1438.390782 +421052,1294.156954,872.0040424,1470.818744,652.9654299,1440.929052 +421053,1303.521942,881.6129174,1472.723152,657.9825085,1443.186661 +421054,1313.140176,891.1109018,1474.759971,663.030352,1444.637203 +421055,1322.712632,900.7570559,1473.832961,668.0522977,1444.955261 +421056,1331.757563,910.1812312,1472.77138,673.0567562,1444.181841 +421057,1341.429884,919.9382554,1471.694708,678.0444055,1442.508476 +421058,1350.714812,929.5028733,1470.68098,683.0142241,1440.171616 +421059,1360.176247,939.0822822,1469.764123,687.969343,1437.361784 +421060,1378.215954,967.3830536,1469.084218,693.1388196,1434.343833 +421061,1388.907955,979.8644374,1468.260005,697.9901309,1430.777731 +421062,1398.871239,991.2264067,1467.543284,702.9698585,1427.026577 +421063,1408.52561,1001.992036,1466.97356,707.8599376,1423.209593 +421064,1418.474284,1021.595029,1466.527303,712.6375525,1419.350054 +421065,1428.327692,1020.543416,1466.21174,717.4625523,1415.495292 +421066,1437.626435,1048.570814,1466.009427,722.3652132,1411.652169 +421067,1447.425707,1035.902949,1465.929993,727.132232,1407.855214 +421068,1467.598911,1041.453314,1465.991421,731.9378004,1404.145101 +421069,1462.682841,1075.658246,1466.116379,736.7182921,1400.44002 +421070,1466.67048,1072.980429,1466.291826,746.4536107,1396.735053 +421071,1492.323154,1086.148483,1466.533882,744.4972616,1393.058971 +421072,1493.702291,1096.748608,1466.813983,759.2880039,1389.382745 +421073,1504.803539,1106.851034,1467.157497,750.5868557,1385.743458 +421074,1514.639666,1117.178473,1467.590063,752.7807328,1382.177679 +421075,1523.706381,1127.394324,1468.060309,770.7805166,1378.625243 +421076,1533.343154,1137.670193,1468.548277,768.1790662,1375.064207 +421077,1542.94307,1147.701238,1469.078374,774.4698335,1371.527225 +421078,1552.28876,1157.902006,1469.650983,779.1984045,1368.01647 +421079,1561.675131,1167.98188,1470.259354,783.9305927,1364.525142 +421080,1584.488653,1178.061026,1470.880866,788.430616,1361.026277 +421081,1589.71246,1190.94078,1470.004129,796.1588004,1354.779958 +421082,1574.915556,1201.653692,1469.557948,801.3065864,1349.480101 +421083,1622.528156,1212.234162,1469.431782,806.5432055,1344.754148 +421084,1615.655485,1222.496403,1469.421549,811.3860538,1340.143195 +421085,1647.925026,1232.892596,1469.448614,816.5261779,1335.475247 +421086,1615.881545,1243.14062,1469.544305,821.488442,1330.788377 +421087,1656.564801,1253.373642,1469.697005,826.3250789,1326.287832 +421088,1679.647881,1263.516801,1469.815989,831.1878729,1321.457161 +421089,1639.424378,1273.707095,1469.977433,836.2854605,1316.623826 +421090,1700.462918,1283.791127,1470.199718,840.986121,1311.817826 +421091,1677.071553,1293.95908,1470.418965,845.9224348,1306.971825 +421092,1727.788951,1303.766877,1470.703228,850.7746212,1302.175831 +421093,1696.53,1314.110721,1471.232857,855.638287,1297.420271 +421094,1725.988371,1323.844142,1471.846867,860.4874181,1293.000714 +421095,1730.675342,1333.89095,1473.02978,865.4028766,1289.275695 +421096,1741.404057,1358.99962,1474.745276,870.1242096,1286.372665 +421097,1750.915849,1336.392745,1476.93498,874.9271858,1283.819752 +421098,1761.080968,1366.654851,1479.486956,879.8519945,1281.974303 +421099,1770.76541,1374.775194,1482.223378,884.6811865,1279.723756 +421100,1780.876388,1382.225714,1485.073123,889.3810307,1278.150603 +421101,1790.623756,1392.843902,1488.001144,894.2333714,1276.778688 +421102,1800.322793,1402.661869,1490.969325,899.0104381,1275.328848 +421103,1818.59333,1412.170081,1494.281929,903.7919924,1274.081557 +421104,1816.442712,1421.775965,1497.376507,908.6459284,1272.83482 +421105,1830.985885,1431.629281,1500.321557,913.2929109,1271.625899 +421106,1840.512922,1440.934271,1503.284765,918.033022,1270.236144 +421107,1849.772918,1450.553102,1506.455813,922.8940334,1268.896835 +421108,1859.754989,1460.014706,1509.411295,927.584698,1267.555796 +421109,1869.426176,1469.565823,1512.563692,932.3383389,1266.219013 +421110,1878.959372,1478.78586,1515.26941,937.1559176,1264.892285 +421111,1886.539117,1483.995637,1518.335969,940.6542606,1263.537656 +421112,1893.331667,1488.386353,1521.142671,944.3582145,1262.082449 +421113,1900.156553,1498.370027,1523.895536,948.9396538,1260.49097 +421114,1914.008102,1487.277784,1526.382232,953.7800506,1259.220843 +421115,1910.339335,1528.850332,1528.613434,954.1450037,1257.636005 +421116,1920.190417,1464.579403,1530.552268,964.2288038,1255.836526 +421117,1926.174254,1523.364114,1532.601911,953.3890095,1254.057492 +421118,1932.318824,1504.528117,1534.364168,961.3346849,1252.270318 +421119,1938.102846,1510.696083,1535.9933,969.8415753,1250.435776 +421120,1943.763211,1513.138163,1537.536978,968.8527757,1248.578952 +421121,1956.854416,1515.272681,1539.166766,972.8932483,1246.923424 +421122,1953.350141,1517.242307,1540.750002,975.8300791,1245.276996 +421123,1960.920812,1519.043197,1542.063049,978.5238701,1243.369136 +421124,1966.907202,1520.683919,1543.293359,981.5138538,1241.41166 +421125,1971.990517,1522.170483,1544.517555,984.1709156,1239.513017 +421126,1985.17566,1523.509411,1546.065528,986.8545567,1237.820175 +421127,1980.700871,1524.823832,1547.353215,989.6482,1236.106274 +421128,1987.078454,1525.70753,1548.358824,992.1871657,1234.083511 +421129,1993.461457,1526.718291,1549.273073,994.7433821,1231.999478 +421130,2004.417094,1527.501284,1550.393025,997.4975804,1230.20556 +421131,2001.584998,1528.176836,1551.511891,999.7858659,1228.457615 +421132,2006.460514,1528.733733,1552.378176,1002.283771,1226.420109 +421133,2018.265549,1529.176244,1553.273108,1004.822166,1224.464136 +421134,2016.357662,1529.506671,1554.230893,1007.124771,1222.613616 +421135,2026.074167,1529.728521,1555.112658,1009.449393,1220.709899 +421136,2024.916866,1529.845567,1555.9008,1011.758944,1218.712136 +421137,2032.539595,1529.860572,1556.577346,1014.172287,1216.825504 +421138,2031.567129,1529.776668,1557.136106,1016.334051,1214.59426 +421139,2032.290938,1529.596289,1557.431857,1018.518718,1212.059247 +421140,2030.422451,1529.322621,1557.405354,1020.688634,1209.127178 +421141,1979.677564,1484.806128,1558.989061,969.4317989,1209.963162 +421142,1907.891269,1460.106204,1552.044536,970.2525433,1198.574098 +421143,1940.346713,1478.970736,1541.241735,971.4222197,1181.50944 +421144,1944.387038,1493.191417,1532.537383,972.7555317,1166.890319 +421145,1938.168744,1434.255884,1527.012305,973.9036602,1156.137543 +421146,1940.737083,1484.775347,1523.546402,975.2519398,1148.361724 +421147,1951.266038,1485.245152,1521.584868,976.5203314,1142.696879 +421148,1939.411306,1431.59128,1520.510217,977.7883118,1138.381055 +421149,1954.28185,1479.127209,1519.922663,979.0400752,1135.119333 +421150,1951.796576,1475.593163,1519.735139,980.273513,1132.366597 +421151,1959.725748,1433.419855,1519.918838,981.4865894,1130.280224 +421152,1948.68216,1470.468453,1520.053265,982.6783571,1128.311127 +421153,1961.494006,1464.637607,1520.059592,983.8490678,1126.338712 +421154,1967.704325,1436.747794,1520.488725,984.9989827,1125.040791 +421155,1956.152223,1483.265945,1520.87377,986.126368,1123.809376 +421156,1966.207012,1413.937358,1521.023614,987.2324059,1122.387658 +421157,1965.52357,1464.166112,1521.270148,988.3173198,1121.181709 +421158,1965.420705,1441.920113,1521.450206,989.3809508,1119.971954 +421159,1965.932138,1443.314242,1521.48972,990.4212557,1118.653978 +421160,1966.903273,1441.055708,1521.472329,991.4432718,1117.324397 +421161,1966.398627,1438.751232,1521.392849,992.4432204,1115.968593 +421162,1964.795594,1436.395144,1521.187544,993.4225664,1114.499096 +421163,1963.150702,1433.877806,1520.815616,994.3815138,1112.857964 +421164,1961.514051,1431.601853,1520.294337,995.3201185,1111.06119 +421165,1959.912754,1429.03529,1519.658877,996.2387895,1109.148214 +421166,1958.3505,1426.526145,1518.939004,997.1375177,1107.153046 +421167,1956.851582,1411.732945,1518.174643,999.7983776,1105.124026 +421168,1954.896742,1407.211456,1517.588624,1000.896751,1103.098529 +421169,1952.659982,1403.633342,1517.092786,1001.879078,1101.057202 +421170,1950.407328,1400.199672,1516.578623,1002.817324,1098.992897 +421171,1948.27379,1398.696164,1515.994287,1004.714156,1096.905424 +421172,1946.349705,1397.603133,1515.38122,1009.729491,1094.784371 +421173,1944.682149,1396.707992,1514.800134,1002.131889,1092.646727 +421174,1943.18106,1407.596466,1514.229128,1024.39333,1090.441524 +421175,1942.410045,1408.725371,1513.515843,985.4935174,1088.216676 +421176,1942.102118,1408.999644,1512.722638,1020.956033,1085.978783 +421177,1941.867054,1409.188795,1511.900849,1009.043618,1083.679991 +421178,1941.584439,1409.446824,1511.319784,1012.886948,1081.357061 +421179,1941.24353,1409.407018,1510.608159,1014.487153,1079.031125 +421180,1940.855473,1409.61202,1509.952194,1016.026218,1076.698866 +421181,1940.44096,1412.899093,1509.343369,1017.494464,1074.358908 +421182,1940.035543,1405.190481,1508.786692,1019.206515,1072.028076 +421183,1939.60754,1425.92045,1508.25,1020.816488,1069.674778 +421184,1939.224409,1389.305432,1507.768327,1022.278676,1067.35111 +421185,1938.884255,1420.16038,1507.335079,1023.947345,1065.054872 +421186,1938.461476,1425.924729,1506.866006,1025.540393,1062.684036 +421187,1938.100738,1384.363505,1506.44953,1027.155173,1060.354492 +421188,1937.808171,1423.241635,1506.086825,1028.777067,1058.071019 +421189,1937.463287,1408.174427,1505.699267,1030.405575,1055.736674 +421190,1937.117112,1410.885346,1505.317486,1032.040118,1053.392535 +421191,1936.79362,1411.108426,1504.955,1034.805985,1051.057289 +421192,1936.47379,1411.230052,1504.59845,1038.669632,1048.715492 +421193,1936.17786,1411.356394,1504.259901,1033.796253,1046.383796 +421194,1935.871661,1411.47515,1503.916936,1055.718039,1044.034992 +421195,1935.628112,1411.470108,1503.615562,1014.253364,1041.728561 +421196,1935.427167,1411.745227,1503.342954,1054.620699,1039.449479 +421197,1935.177444,1411.757141,1503.040813,1040.917895,1037.124642 +421198,1934.924937,1411.859085,1502.737825,1045.129514,1034.791011 +421199,1934.694371,1411.934401,1502.449045,1046.877319,1032.467893 +421200,1934.473396,1412.115884,1502.166249,1048.676747,1030.145316 +421201,1933.097312,1302.931562,1500.538895,941.2669735,1025.188595 +421202,1917.515346,1300.518234,1489.218817,940.1966298,1004.651772 +421203,1895.626776,1298.837541,1473.412761,941.3409914,976.7237633 +421204,1875.435474,1297.491791,1458.423641,940.7519073,949.5482295 +421205,1860.004119,1296.296885,1446.342335,943.6151827,926.3425171 +421206,1849.014726,1295.19803,1437.072956,938.3555164,907.1067822 +421207,1841.083822,1294.162001,1429.81518,954.9498645,890.8244106 +421208,1835.070531,1293.168566,1423.891476,925.7465018,876.6346407 +421209,1830.223575,1292.205079,1418.850623,952.4793586,863.9519034 +421210,1826.038667,1291.263535,1414.368141,960.5699478,852.3503477 +421211,1822.427695,1290.338704,1410.379222,919.5672458,841.7139902 +421212,1819.259606,1289.42608,1406.780224,959.0984637,831.8828064 +421213,1816.33175,1288.535468,1403.429832,945.0198401,822.6393628 +421214,1813.626953,1287.630469,1400.298057,948.354717,813.9239996 +421215,1811.10564,1286.736886,1397.354663,949.4800361,805.6561838 +421216,1808.716219,1285.848771,1394.562898,950.4517938,797.7540931 +421217,1806.438993,1284.963211,1391.890906,951.3746357,790.1663868 +421218,1804.273227,1284.078898,1389.31166,952.5485868,782.8492911 +421219,1802.18863,1283.194829,1386.815289,953.6303595,775.7647807 +421220,1800.170627,1282.310099,1384.399568,954.5749659,768.8819495 +421221,1798.215515,1281.423968,1382.048469,955.733021,762.1750893 +421222,1796.335915,1280.646528,1379.746636,956.8258883,755.6220117 +421223,1794.51391,1279.478739,1377.505434,957.949131,749.2056046 +421224,1792.741368,1278.828602,1375.306402,959.0891742,742.9106952 +421225,1791.031107,1277.835558,1373.145953,960.245069,736.7229491 +421226,1789.367051,1276.949587,1371.02954,961.4164986,730.6310667 +421227,1787.737479,1276.043773,1368.944614,965.3723902,724.6204783 +421228,1786.166926,1275.132521,1366.887366,962.6636488,718.6896786 +421229,1784.62377,1274.216103,1364.862029,975.8552026,712.8181167 +421230,1783.157103,1273.29423,1362.887464,948.3561095,707.0435439 +421231,1781.764528,1272.307333,1360.951605,976.2726895,701.3459675 +421232,1780.367804,1271.292251,1358.991241,966.2947771,695.6716934 +421233,1778.985483,1275.953881,1357.008486,967.6794422,690.0362312 +421234,1778.175291,1275.680677,1354.83073,968.3843498,684.4551614 +421235,1777.715439,1274.97231,1352.515966,969.1086598,678.9082733 +421236,1777.307328,1274.127999,1350.168556,970.1277284,673.3976507 +421237,1776.809725,1273.304861,1347.84686,971.0500878,667.9248649 +421238,1776.210587,1272.127925,1345.561372,977.6354351,662.4818569 +421239,1775.55641,1271.143415,1343.330509,964.2484069,657.0942713 +421240,1774.87094,1270.008187,1341.144487,977.7867166,651.7575261 +421241,1774.162512,1268.841114,1338.976959,973.8036656,646.4445042 +421242,1773.443767,1267.894991,1336.831816,975.5534396,641.1638229 +421243,1772.721419,1268.555413,1334.707485,976.6250239,635.9154736 +421244,1772.018172,1262.269358,1332.601268,981.7210853,630.6972609 +421245,1771.324215,1274.002617,1330.511111,972.3031769,625.507478 +421246,1770.67689,1248.19678,1328.459614,982.1576741,620.3755688 +421247,1770.009526,1291.942262,1326.390069,979.821287,615.230218 +421248,1769.396205,1221.963022,1324.355844,985.8931657,610.1394198 +421249,1768.868073,1275.127555,1322.377385,975.4366841,605.1295247 +421250,1768.256908,1268.780444,1320.334796,993.0252599,600.0487727 +421251,1767.685621,1231.059246,1318.313247,983.0999113,595.0049074 +421252,1767.226644,1264.437451,1316.359864,976.2002169,590.0575394 +421253,1767.127348,1274.36197,1314.4355,1006.94819,585.1658621 +421254,1766.850922,1212.587015,1312.592646,969.8448292,580.3849774 +421255,1766.701703,1265.951555,1310.832773,1004.320238,575.7258331 +421256,1766.451273,1242.78349,1308.99283,978.0939059,570.9722632 +421257,1766.226124,1244.365837,1307.157824,1001.550094,566.2411132 +421258,1766.095125,1242.946668,1305.372856,987.9336328,561.5792523 +421259,1766.002719,1241.010679,1303.590748,994.0864866,556.9362379 +421260,1766.048436,1239.18225,1301.884888,994.1774269,552.3958771 +421261,1772.747549,1343.578314,1306.141779,1104.801139,558.0571025 +421262,1795.773023,1343.512341,1321.38136,1102.966182,580.6145557 +421263,1824.470615,1345.005855,1340.666441,1106.110325,609.910323 +421264,1850.159708,1344.360763,1357.860222,1107.500125,637.0337106 +421265,1870.247494,1343.305686,1371.179728,1109.014315,659.1366344 +421266,1884.765026,1342.072842,1381.086653,1110.59,676.5711968 +421267,1895.638822,1340.722417,1388.621536,1112.128516,690.5739977 +421268,1904.27506,1339.286223,1394.634397,1113.56348,702.1994682 +421269,1911.852786,1337.680178,1399.651208,1115.022166,712.1231965 +421270,1918.227717,1336.184894,1403.971231,1116.473972,720.7533309 +421271,1924.017613,1334.593842,1407.772295,1117.83148,728.35454 +421272,1929.395591,1332.838152,1411.171566,1119.195121,735.1173626 +421273,1934.477469,1331.214484,1414.256089,1120.441518,741.1926401 +421274,1939.637354,1329.401597,1417.092581,1121.960095,746.702141 +421275,1944.262246,1327.715098,1419.728375,1123.170443,751.7393531 +421276,1948.763056,1325.840634,1422.199581,1124.487228,756.3799431 +421277,1953.418275,1324.102312,1424.534574,1125.769565,760.6863659 +421278,1957.846503,1322.17857,1426.754849,1127.057513,764.7091812 +421279,1961.491376,1320.399472,1428.881382,1128.264647,768.4954303 +421280,1966.087601,1318.438938,1430.927249,1129.510228,772.0795501 +421281,1970.901354,1316.630322,1432.894889,1130.722304,775.480145 +421282,1975.680291,1314.644701,1434.788161,1131.918567,778.7154085 +421283,1980.600963,1312.817293,1436.614757,1133.137969,781.8064838 +421284,1985.992236,1310.818573,1438.378088,1134.25806,784.7674119 +421285,1991.122712,1334.749386,1440.045837,1135.434983,787.5651698 +421286,1996.402234,1268.922181,1441.709873,1136.546158,790.3240848 +421287,2001.824577,1323.307868,1443.362298,1137.534512,793.0407797 +421288,2007.233019,1309.33856,1444.907186,1138.842406,795.5987444 +421289,2013.052891,1286.478701,1446.415826,1139.834268,798.0935897 +421290,2018.609926,1330.068221,1447.869615,1140.916955,800.505312 +421291,2024.2486,1260.632753,1449.300925,1141.591208,802.8787315 +421292,2029.842064,1311.299741,1450.660657,1142.061967,805.2164407 +421293,2035.2063,1288.684594,1451.843535,1142.525599,807.4279004 +421294,2040.397591,1289.687475,1452.882228,1142.928803,809.5645968 +421295,2045.48379,1287.337825,1453.812919,1143.286401,811.6637407 +421296,2050.482645,1284.99622,1454.642466,1143.602595,813.720652 +421297,2055.420116,1282.634463,1455.385843,1143.908837,815.7428299 +421298,2060.309554,1280.274204,1456.05195,1144.108692,817.7329572 +421299,2065.158664,1277.93087,1456.646979,1144.336587,819.69253 +421300,2069.973176,1275.611127,1457.176152,1144.490538,821.6232309 +421301,2075.059545,1273.31899,1457.641551,1144.627783,823.5236377 +421302,2079.802071,1270.803065,1458.046584,1144.742404,825.3946421 +421303,2084.519616,1269.141457,1458.40234,1145.209296,827.2474746 +421304,2089.242801,1267.310076,1458.723108,1145.871921,829.0980149 +421305,2093.986566,1265.610949,1459.017469,1146.634178,830.9554635 +421306,2098.748779,1263.911503,1459.286002,1147.40201,832.8191793 +421307,2103.523474,1262.22011,1459.527672,1148.325858,834.6866362 +421308,2108.30337,1260.534091,1459.740184,1149.133463,836.5537284 +421309,2113.081443,1258.850308,1459.92099,1150.073493,838.4160103 +421310,2117.855771,1257.167045,1460.070415,1151.046967,840.2727056 +421311,2122.623531,1255.482814,1460.187878,1151.978137,842.1219144 +421312,2127.383415,1253.796368,1460.273724,1152.868769,843.9629945 +421313,2132.281521,1252.1069,1460.42198,1159.346943,845.9154831 +421314,2137.025995,1250.41285,1460.44976,1147.904573,847.7451966 +421315,2141.737917,1248.713935,1460.434298,1163.926992,849.5496744 +421316,2146.442573,1247.009461,1460.391796,1150.260304,851.3480829 +421317,2151.15906,1245.298677,1460.334977,1165.788879,853.1556713 +421318,2155.824828,1243.581004,1460.225428,1152.460444,854.9227114 +421319,2160.511343,1241.856307,1460.109343,1168.235811,856.7076959 +421320,2165.293282,1240.124051,1460.03545,1160.084521,858.5727985 +421321,2172.236354,1261.032764,1461.96607,1184.128008,863.9866027 +421322,2182.195427,1260.623778,1465.650584,1189.752155,872.5928249 +421323,2193.240946,1259.628983,1469.988625,1190.730314,882.5121589 +421324,2203.479498,1258.510933,1473.879884,1192.438746,891.9224284 +421325,2212.431694,1257.273937,1477.03778,1194.383773,900.2923148 +421326,2220.305657,1255.957725,1479.56168,1196.215625,907.7212659 +421327,2227.439327,1254.58389,1481.624918,1197.980786,914.4440115 +421328,2234.401039,1253.165796,1483.368876,1199.553929,920.6572002 +421329,2240.750254,1251.711454,1484.889815,1201.448373,926.496207 +421330,2246.888241,1250.225075,1486.245543,1203.123273,932.0457501 +421331,2252.873944,1248.709897,1487.468327,1204.856511,937.3575649 +421332,2258.742362,1247.167564,1488.58084,1206.558577,942.4710734 +421333,2264.517069,1245.481551,1489.600996,1208.286226,947.4188452 +421334,2270.214208,1244.061104,1490.542084,1210.007503,952.2267402 +421335,2275.845858,1242.364152,1491.414313,1211.751594,956.9154988 +421336,2281.419623,1240.743038,1492.224867,1213.445271,961.5011432 +421337,2286.942266,1239.083835,1492.980106,1215.242045,965.9975645 +421338,2292.416486,1237.402544,1493.679564,1216.895489,970.414652 +421339,2297.843924,1235.700901,1494.331095,1218.675597,974.7600487 +421340,2303.385346,1233.97848,1495.039493,1225.363789,979.1701336 +421341,2308.736055,1232.236268,1495.614675,1215.47634,983.4058627 +421342,2313.96293,1253.734743,1496.094263,1230.795224,987.5245671 +421343,2319.230309,1194.318573,1496.58603,1219.480626,991.6596764 +421344,2324.533081,1243.345976,1497.089491,1233.835308,995.8106871 +421345,2329.670274,1226.930465,1497.475067,1223.077918,999.819821 +421346,2334.793382,1215.243555,1497.842807,1237.2414,1003.811258 +421347,2340.014483,1232.796828,1498.265226,1231.648048,1007.877678 +421348,2345.091454,1207.391129,1498.586504,1234.423848,1011.827505 +421349,2350.06601,1224.587789,1498.837667,1236.752672,1015.695646 +421350,2355.017674,1212.161094,1499.069573,1238.261901,1019.545892 +421351,2359.94313,1215.386337,1499.27518,1240.570892,1023.376066 +421352,2364.921647,1212.727534,1499.530164,1243.078852,1027.205414 +421353,2369.999003,1211.682754,1499.880233,1245.406749,1031.043107 +421354,2375.179864,1210.447217,1500.33289,1248.317525,1034.891178 +421355,2380.435031,1209.110192,1500.86826,1250.804811,1038.738006 +421356,2385.730131,1208.073501,1501.461245,1253.598515,1042.569931 +421357,2391.042752,1206.807984,1502.094438,1256.00119,1046.380061 +421358,2396.371992,1205.653468,1502.764275,1259.215992,1050.175408 +421359,2401.712373,1204.497517,1503.465025,1261.729777,1053.957056 +421360,2407.05291,1203.35454,1504.187968,1264.646273,1057.720569 +421361,2412.388593,1202.224391,1504.928272,1268.143968,1061.465075 +421362,2417.691663,1201.106533,1505.667161,1270.341379,1065.171004 +421363,2422.963549,1200.000579,1506.404091,1273.478213,1068.84114 +421364,2428.237698,1198.905658,1507.158953,1276.368188,1072.504118 +421365,2433.688954,1197.822196,1508.041048,1284.407382,1076.303381 +421366,2438.99468,1196.748012,1508.849089,1276.418731,1079.98377 +421367,2444.233709,1195.684776,1509.631878,1291.568494,1083.6098 +421368,2449.638234,1194.630981,1510.533834,1288.282265,1087.368381 +421369,2454.92434,1193.586423,1511.377314,1291.574767,1091.033026 +421370,2460.094673,1192.550825,1512.163743,1295.370656,1094.606751 +421371,2465.280852,1191.524398,1512.974243,1298.486306,1098.193942 +421372,2470.461992,1190.391433,1513.794959,1301.355069,1101.777538 +421373,2475.627338,1189.548181,1514.619415,1304.739552,1105.350191 +421374,2480.779451,1188.46687,1515.449687,1307.936672,1108.91576 +421375,2485.910498,1187.601538,1516.281046,1311.146932,1112.468977 +421376,2491.18846,1186.451714,1517.219172,1319.290602,1116.146893 +421377,2496.3082,1185.550642,1518.074183,1312.064528,1119.706641 +421378,2501.328276,1184.553668,1518.882337,1326.117701,1123.195106 +421379,2506.505918,1183.595216,1519.806426,1324.583819,1126.814325 +421380,2511.581978,1182.629422,1520.681176,1327.265446,1130.362959 +421381,2515.134627,1148.56742,1520.523496,1295.64136,1132.435876 +421382,2512.620762,1147.462793,1516.030634,1307.186307,1128.008495 +421383,2508.094524,1146.372435,1509.957823,1298.434951,1121.024343 +421384,2505.056615,1145.366326,1504.733173,1313.17352,1114.979714 +421385,2504.549188,1144.373728,1501.137766,1310.633179,1111.047117 +421386,2505.907553,1143.393422,1498.814032,1314.183669,1108.829191 +421387,2508.431658,1142.424649,1497.346641,1317.975867,1107.819081 +421388,2511.704137,1141.465669,1496.477622,1321.499859,1107.698573 +421389,2515.378813,1140.515871,1495.983203,1324.729419,1108.183282 +421390,2519.263077,1139.464874,1495.730281,1328.068138,1109.097099 +421391,2523.441811,1138.690359,1495.757857,1336.284717,1110.479937 +421392,2527.570257,1137.68811,1495.83776,1329.331945,1112.026834 +421393,2531.67456,1136.891584,1495.973935,1343.361674,1113.730005 +421394,2535.990747,1135.821742,1496.303064,1341.97927,1115.752944 +421395,2540.240312,1134.988894,1496.643593,1344.763738,1117.852296 +421396,2544.374805,1134.071609,1496.958728,1348.673554,1119.971548 +421397,2548.525438,1133.17509,1497.324069,1352.19886,1122.198774 +421398,2552.687336,1132.284501,1497.731744,1355.486671,1124.516312 +421399,2557.00625,1131.398917,1498.270065,1363.582375,1127.031932 +421400,2561.18862,1130.518237,1498.754494,1357.332567,1129.504214 +421401,2565.250331,1129.642562,1499.192589,1369.7866,1131.938122 +421402,2569.464322,1128.771928,1499.752166,1369.821155,1134.544751 +421403,2573.54691,1153.878482,1500.255019,1372.147452,1137.091748 +421404,2577.56153,1088.466813,1500.739507,1375.711732,1139.625449 +421405,2581.780017,1144.839018,1501.374378,1383.904759,1142.360222 +421406,2585.790312,1134.216671,1501.902988,1378.605163,1144.964823 +421407,2589.678701,1105.146087,1502.378233,1389.082672,1147.505085 +421408,2593.668953,1156.642812,1502.938016,1390.252613,1150.15594 +421409,2597.639982,1085.630611,1503.506703,1392.456899,1152.819012 +421410,2601.668225,1138.705143,1504.132847,1399.823436,1155.556512 +421411,2605.68978,1116.85228,1504.777583,1400.628354,1158.318382 +421412,2609.49034,1119.384576,1505.259738,1402.03116,1160.95241 +421413,2613.035108,1116.659111,1505.521905,1404.07695,1163.437863 +421414,2616.409927,1116.065601,1505.605897,1406.458073,1165.837327 +421415,2619.691001,1113.983003,1505.563382,1408.901799,1168.20212 +421416,2622.913119,1112.338452,1505.426233,1411.291773,1170.553142 +421417,2626.087391,1110.488055,1505.211869,1413.61947,1172.895717 +421418,2629.21539,1108.965294,1504.925806,1415.906433,1175.22975 +421419,2632.307208,1106.93039,1504.586473,1418.378977,1177.562904 +421420,2635.336953,1105.178675,1504.184778,1419.783541,1179.874094 +421421,2638.255324,1103.295382,1503.688951,1421.195949,1182.122594 +421422,2641.055613,1101.398623,1503.101392,1422.651587,1184.300651 +421423,2643.7593,1099.475066,1502.438315,1424.155803,1186.422659 +421424,2646.386319,1097.524813,1501.708531,1425.69351,1188.502459 +421425,2648.95147,1095.548591,1500.927053,1427.247605,1190.550698 +421426,2651.464901,1093.546782,1500.103105,1428.806223,1192.575336 +421427,2653.933095,1091.519985,1499.237447,1430.362734,1194.582082 +421428,2656.360556,1089.468495,1498.338727,1431.913657,1196.575148 +421429,2658.750011,1087.392829,1497.411402,1433.456913,1198.557459 +421430,2661.103175,1085.293204,1496.452682,1434.99097,1200.531129 +421431,2663.421089,1083.170066,1495.46872,1436.514567,1202.497567 +421432,2665.704588,1080.922274,1494.462267,1438.026788,1204.45797 +421433,2667.953654,1078.899857,1493.428892,1439.526516,1206.41264 +421434,2670.168115,1076.637254,1492.37361,1441.012854,1208.361787 +421435,2672.34818,1074.43714,1491.294234,1442.485429,1210.305811 +421436,2674.493694,1072.200154,1490.195563,1443.943762,1212.244861 +421437,2676.604075,1069.940726,1489.074259,1445.387331,1214.178783 +421438,2678.679057,1067.65923,1487.934519,1446.815704,1216.107535 +421439,2680.717626,1065.455356,1486.772313,1448.227996,1217.98513 +421440,2682.720024,1062.985206,1485.592128,1449.624234,1219.814547 +421441,2685.058785,994.2996947,1484.702297,1451.20946,1222.122697 +421442,2677.571224,991.3832519,1476.597482,1443.453939,1213.386798 +421443,2663.454623,988.5623405,1463.740991,1368.252749,1197.685825 +421444,2649.318838,985.7900226,1450.695037,1415.534099,1180.910271 +421445,2640.207661,983.01349,1440.819316,1403.405021,1167.808199 +421446,2635.238722,980.2272129,1433.651498,1405.141817,1158.186568 +421447,2632.568758,977.4295711,1428.103012,1406.10088,1150.871784 +421448,2631.326615,974.6193642,1423.651526,1406.916912,1145.293292 +421449,2630.877964,971.702487,1419.894732,1407.817781,1140.959281 +421450,2630.892326,969.0016479,1416.605413,1408.72624,1137.566905 +421451,2631.19811,966.0856855,1413.650981,1409.57974,1134.922422 +421452,2631.692022,963.231131,1410.942893,1410.378644,1132.886013 +421453,2632.302822,960.4394073,1408.415814,1411.133503,1131.347886 +421454,2632.978761,957.4022018,1406.020222,1412.018578,1130.2194 +421455,2633.679595,954.546296,1403.716562,1412.495254,1129.425771 +421456,2634.220486,951.5944725,1401.377767,1413.087936,1128.780775 +421457,2635.191741,951.2852034,1399.360671,1417.620801,1128.722152 +421458,2637.16088,948.7357335,1397.734156,1420.564412,1128.940296 +421459,2639.790518,946.0993171,1396.39626,1422.070077,1129.420617 +421460,2642.389542,943.167893,1395.04907,1423.073126,1129.982944 +421461,2644.637519,940.2539134,1393.556778,1423.749913,1130.553082 +421462,2646.519985,937.2843302,1391.907144,1424.641711,1131.138153 +421463,2648.17319,934.2795563,1390.17876,1426.742835,1131.798443 +421464,2649.747793,931.2437942,1388.45133,1429.332428,1132.601064 +421465,2651.282336,928.1793475,1386.727575,1431.088792,1133.540002 +421466,2652.731656,925.0871862,1384.983826,1432.651489,1134.557234 +421467,2654.068769,921.9674588,1383.20375,1434.225764,1135.616386 +421468,2655.296412,918.8233959,1381.376608,1435.745607,1136.707711 +421469,2656.42132,915.6530843,1379.322792,1437.164719,1137.82639 +421470,2657.444526,912.4571814,1377.439269,1438.485255,1138.965024 +421471,2658.332619,909.6672233,1375.496046,1438.858845,1140.090715 +421472,2658.845219,906.9340515,1373.511886,1438.437849,1141.149366 +421473,2658.806934,904.2273314,1371.497473,1437.632867,1142.1101 +421474,2658.032587,901.4485778,1369.352078,1431.630753,1142.841253 +421475,2656.891992,898.8997823,1367.271593,1440.797578,1143.597112 +421476,2655.415265,896.1710718,1365.227999,1428.38641,1144.351505 +421477,2653.443812,893.5248574,1363.078792,1432.33407,1144.937062 +421478,2651.280204,890.9597244,1360.986684,1430.544208,1145.564293 +421479,2648.968102,888.1894071,1358.960297,1427.707811,1146.24778 +421480,2646.420286,885.6104144,1356.931714,1425.876371,1146.905517 +421481,2643.666021,882.9647408,1354.903622,1423.792641,1147.5507 +421482,2640.713835,880.3361298,1352.877192,1421.44666,1148.180913 +421483,2637.386797,877.6261871,1350.736339,1413.328064,1148.645712 +421484,2633.829093,875.1034153,1348.561796,1416.736268,1149.049889 +421485,2630.264656,872.4217015,1346.48581,1412.179372,1149.567971 +421486,2626.569535,869.8177394,1344.428269,1408.644731,1150.098257 +421487,2622.680115,867.2057761,1342.347554,1405.818706,1150.587278 +421488,2618.6348,864.5965299,1340.265051,1402.138787,1151.062097 +421489,2614.436802,861.9904885,1338.180385,1398.552064,1151.52179 +421490,2610.092607,859.3867943,1336.09538,1394.828132,1151.968514 +421491,2605.445409,856.7856645,1333.910542,1385.63417,1152.273777 +421492,2600.631026,854.1867389,1331.707036,1388.109829,1152.541174 +421493,2595.837165,851.5054014,1329.599243,1381.677605,1152.917662 +421494,2590.928752,849.1158571,1327.503509,1377.175764,1153.296457 +421495,2585.854218,846.3426571,1325.388195,1373.007768,1153.637581 +421496,2580.648945,843.8209229,1323.274546,1368.087522,1153.968325 +421497,2575.313888,841.2189892,1321.161925,1363.327245,1154.287469 +421498,2569.848518,838.629641,1319.051575,1358.279828,1154.596261 +421499,2564.240542,836.0422687,1316.944275,1353.182783,1154.895419 +421500,2558.495969,833.4558625,1314.838654,1348.018518,1155.182963 +421501,2272.992586,830.5498291,1056.619413,1336.304513,2749.312155 +421502,2331.630126,958.4049587,1084.447795,1468.107295,2773.021857 +421503,2411.245005,959.2059133,1122.587742,1463.192534,2797.641787 +421504,2474.560119,956.1459226,1154.148562,1460.380133,2805.093856 +421505,2510.207347,953.7135081,1173.788297,1452.248677,2792.374983 +421506,2527.235369,951.2179858,1185.329447,1447.493021,2770.309454 +421507,2535.183119,948.815129,1192.785968,1443.774499,2746.614506 +421508,2538.774764,946.2103791,1198.084931,1437.754504,2724.427572 +421509,2540.181275,943.7772408,1202.132961,1432.827534,2704.341862 +421510,2540.299123,940.0117684,1205.337571,1414.886592,2686.441022 +421511,2538.822413,937.2160359,1207.853894,1414.898587,2670.581295 +421512,2536.179299,934.5806809,1209.81798,1401.662738,2656.539403 +421513,2532.836364,931.9724694,1211.33922,1399.558656,2644.087597 +421514,2529.071684,929.237833,1212.495567,1393.815597,2633.018174 +421515,2525.010214,926.6859503,1213.342899,1389.582384,2623.149386 +421516,2520.702734,923.9381278,1213.933342,1365.935807,2614.324082 +421517,2516.176177,921.3797258,1214.30766,1380.062174,2606.406948 +421518,2511.479046,918.6247046,1214.506564,1376.700034,2599.309692 +421519,2506.605652,916.1166381,1214.548673,1348.771533,2592.903124 +421520,2501.553351,913.268273,1214.444103,1348.314198,2587.076952 +421521,2496.351082,910.7384172,1214.221667,1349.946138,2581.769064 +421522,2491.017085,907.9609296,1213.896484,1335.674691,2576.918941 +421523,2485.48184,905.3808295,1213.486047,1328.819939,2572.471092 +421524,2479.676605,902.6060667,1212.998657,1319.873177,2568.376653 +421525,2473.582862,899.962713,1212.447324,1311.15747,2564.592752 +421526,2467.216963,897.2684468,1211.836862,1302.207122,2561.082019 +421527,2460.606617,894.6352316,1211.177522,1291.955424,2557.811804 +421528,2453.778301,891.9181722,1210.471868,1283.38959,2554.753713 +421529,2446.753492,889.2236401,1209.728295,1273.4932,2551.882899 +421530,2439.573436,886.4746753,1208.960584,1263.667164,2549.206804 +421531,2432.225842,884.1223792,1208.163275,1256.856722,2546.677882 +421532,2424.943031,881.7537878,1207.341527,1263.376522,2544.257596 +421533,2417.895287,879.3854494,1206.507765,1223.810425,2541.944673 +421534,2411.119654,877.0243117,1205.668489,1255.543357,2539.73178 +421535,2404.585488,874.6727939,1204.823648,1216.172968,2537.609645 +421536,2398.238723,872.3297593,1203.974562,1230.93105,2535.56859 +421537,2392.028842,870.0510934,1203.11997,1216.867885,2533.60016 +421538,2385.921346,867.64168,1202.261234,1212.156289,2531.696463 +421539,2379.89471,865.3092548,1201.397082,1205.874151,2529.850472 +421540,2373.934708,863.0707074,1200.529055,1199.66535,2528.056245 +421541,2368.030388,860.7258244,1199.655963,1193.470154,2526.308454 +421542,2362.172737,858.4378114,1198.77932,1187.275269,2524.602484 +421543,2356.354205,856.1480977,1197.897945,1181.009485,2522.934239 +421544,2350.568772,853.8653405,1197.013377,1174.952332,2521.300187 +421545,2344.841131,851.5906478,1196.138542,1168.735305,2519.728974 +421546,2339.139257,844.9396775,1195.261251,1126.548251,2518.186638 +421547,2330.729258,842.094234,1194.19475,1116.231954,2516.640763 +421548,2320.771642,839.640955,1193.013089,1108.205224,2515.106824 +421549,2310.723414,837.2295451,1191.81095,1100.99366,2513.590751 +421550,2301.297534,834.8802842,1190.636901,1093.99265,2512.093578 +421551,2292.626315,832.5148681,1189.501433,1087.450009,2510.614461 +421552,2284.604694,830.3624664,1188.398292,1080.818025,2509.151848 +421553,2277.093307,827.9826303,1187.322115,1074.751528,2507.703879 +421554,2269.985439,825.787796,1186.268218,1068.611962,2506.268688 +421555,2263.212916,823.5539487,1185.231572,1062.651905,2504.844492 +421556,2256.727828,821.3450405,1184.211208,1056.748655,2503.429773 +421557,2250.516899,819.1519867,1183.220689,1050.893472,2502.0573 +421558,2244.520502,816.9738716,1182.243858,1045.441267,2500.693599 +421559,2238.683869,814.8109058,1181.265795,1039.83776,2499.311072 +421560,2233.003035,812.662216,1180.293744,1034.399286,2497.924806 +421561,0,0,0,0,0 +421562,0,0,0,0,0 +421563,0,0,0,0,0 +421564,0,0,0,0,0 +421565,0,0,0,0,0 +421566,0,0,0,0,0 +421567,0,0,0,0,0 +421568,0,0,0,0,0 +421569,0,0,0,0,0 +421570,0,0,0,0,0 +421571,0,0,0,0,0 +421572,0,0,0,0,0 +421573,0,0,0,0,0 +421574,0,0,0,0,0 +421575,0,0,0,0,0 +421576,0,0,0,0,0 +421577,0,0,0,0,0 +421578,0,0,0,0,0 +421579,0,0,0,0,0 +421580,0,0,0,0,0 +421581,0,0,0,0,0 +421582,0,0,0,0,0 +421583,0,0,0,0,0 +421584,0,0,0,0,0 +421585,0,0,0,0,0 +421586,0,0,0,0,0 +421587,0,0,0,0,0 +421588,0,0,0,0,0 +421589,0,0,0,0,0 +421590,0,0,0,0,0 +421591,0,0,0,0,0 +421592,0,0,0,0,0 +421593,0,0,0,0,0 +421594,0,0,0,0,0 +421595,0,0,0,0,0 +421596,0,0,0,0,0 +421597,0,0,0,0,0 +421598,0,0,0,0,0 +421599,0,0,0,0,0 +421600,0,0,0,0,0 +421601,0,0,0,0,0 +421602,0,0,0,0,0 +421603,0,0,0,0,0 +421604,0,0,0,0,0 +421605,0,0,0,0,0 +421606,0,0,0,0,0 +421607,0,0,0,0,0 +421608,0,0,0,0,0 +421609,0,0,0,0,0 +421610,0,0,0,0,0 +421611,0,0,0,0,0 +421612,0,0,0,0,0 +421613,0,0,0,0,0 +421614,0,0,0,0,0 +421615,0,0,0,0,0 +421616,0,0,0,0,0 +421617,0,0,0,0,0 +421618,0,0,0,0,0 +421619,0,0,0,0,0 +421620,0,0,0,0,0 +421621,0,0,0,0,0 +421622,0,0,0,0,0 +421623,0,0,0,0,0 +421624,0,0,0,0,0 +421625,0,0,0,0,0 +421626,0,0,0,0,0 +421627,0,0,0,0,0 +421628,0,0,0,0,0 +421629,0,0,0,0,0 +421630,0,0,0,0,0 +421631,0,0,0,0,0 +421632,0,0,0,0,0 +421633,0,0,0,0,0 +421634,0,0,0,0,0 +421635,0,0,0,0,0 +421636,0,0,0,0,0 +421637,0,0,0,0,0 +421638,0,0,0,0,0 +421639,0,0,0,0,0 +421640,0,0,0,0,0 +421641,0,0,0,0,0 +421642,0,0,0,0,0 +421643,0,0,0,0,0 +421644,0,0,0,0,0 +421645,0,0,0,0,0 +421646,0,0,0,0,0 +421647,0,0,0,0,0 +421648,0,0,0,0,0 +421649,0,0,0,0,0 +421650,0,0,0,0,0 +421651,0,0,0,0,0 +421652,0,0,0,0,0 +421653,0,0,0,0,0 +421654,0,0,0,0,0 +421655,0,0,0,0,0 +421656,0,0,0,0,0 +421657,0,0,0,0,0 +421658,0,0,0,0,0 +421659,0,0,0,0,0 +421660,0,0,0,0,0 +421661,0,0,0,0,0 +421662,0,0,0,0,0 +421663,0,0,0,0,0 +421664,0,0,0,0,0 +421665,0,0,0,0,0 +421666,0,0,0,0,0 +421667,0,0,0,0,0 +421668,0,0,0,0,0 +421669,0,0,0,0,0 +421670,0,0,0,0,0 +421671,0,0,0,0,0 +421672,0,0,0,0,0 +421673,0,0,0,0,0 +421674,0,0,0,0,0 +421675,0,0,0,0,0 +421676,0,0,0,0,0 +421677,0,0,0,0,0 +421678,0,0,0,0,0 +421679,0,0,0,0,0 +421680,0,0,0,0,0 +421681,0,0,0,0,0 +421682,0,0,0,0,0 +421683,0,0,0,0,0 +421684,0,0,0,0,0 +421685,0,0,0,0,0 +421686,0,0,0,0,0 +421687,0,0,0,0,0 +421688,0,0,0,0,0 +421689,0,0,0,0,0 +421690,0,0,0,0,0 +421691,0,0,0,0,0 +421692,0,0,0,0,0 +421693,0,0,0,0,0 +421694,0,0,0,0,0 +421695,0,0,0,0,0 +421696,0,0,0,0,0 +421697,0,0,0,0,0 +421698,0,0,0,0,0 +421699,0,0,0,0,0 +421700,0,0,0,0,0 +421701,0,0,0,0,0 +421702,0,0,0,0,0 +421703,0,0,0,0,0 +421704,0,0,0,0,0 +421705,0,0,0,0,0 +421706,0,0,0,0,0 +421707,0,0,0,0,0 +421708,0,0,0,0,0 +421709,0,0,0,0,0 +421710,0,0,0,0,0 +421711,0,0,0,0,0 +421712,0,0,0,0,0 +421713,0,0,0,0,0 +421714,0,0,0,0,0 +421715,0,0,0,0,0 +421716,0,0,0,0,0 +421717,0,0,0,0,0 +421718,0,0,0,0,0 +421719,0,0,0,0,0 +421720,0,0,0,0,0 +421721,0,0,0,0,0 +421722,0,0,0,0,0 +421723,0,0,0,0,0 +421724,0,0,0,0,0 +421725,0,0,0,0,0 +421726,0,0,0,0,0 +421727,0,0,0,0,0 +421728,0,0,0,0,0 +421729,0,0,0,0,0 +421730,0,0,0,0,0 +421731,0,0,0,0,0 +421732,0,0,0,0,0 +421733,0,0,0,0,0 +421734,0,0,0,0,0 +421735,0,0,0,0,0 +421736,0,0,0,0,0 +421737,0,0,0,0,0 +421738,0,0,0,0,0 +421739,0,0,0,0,0 +421740,0,0,0,0,0 +421741,0,0,0,0,0 +421742,0,0,0,0,0 +421743,0,0,0,0,0 +421744,0,0,0,0,0 +421745,0,0,0,0,0 +421746,0,0,0,0,0 +421747,0,0,0,0,0 +421748,0,0,0,0,0 +421749,0,0,0,0,0 +421750,0,0,0,0,0 +421751,0,0,0,0,0 +421752,0,0,0,0,0 +421753,0,0,0,0,0 +421754,0,0,0,0,0 +421755,0,0,0,0,0 +421756,0,0,0,0,0 +421757,0,0,0,0,0 +421758,0,0,0,0,0 +421759,0,0,0,0,0 +421760,0,0,0,0,0 +421761,0,0,0,0,0 +421762,0,0,0,0,0 +421763,0,0,0,0,0 +421764,0,0,0,0,0 +421765,0,0,0,0,0 +421766,0,0,0,0,0 +421767,0,0,0,0,0 +421768,0,0,0,0,0 +421769,0,0,0,0,0 +421770,0,0,0,0,0 +421771,0,0,0,0,0 +421772,0,0,0,0,0 +421773,0,0,0,0,0 +421774,0,0,0,0,0 +421775,0,0,0,0,0 +421776,0,0,0,0,0 +421777,0,0,0,0,0 +421778,0,0,0,0,0 +421779,0,0,0,0,0 +421780,0,0,0,0,0 +421781,0,0,0,0,0 +421782,0,0,0,0,0 +421783,0,0,0,0,0 +421784,0,0,0,0,0 +421785,0,0,0,0,0 +421786,0,0,0,0,0 +421787,0,0,0,0,0 +421788,0,0,0,0,0 +421789,0,0,0,0,0 +421790,0,0,0,0,0 +421791,0,0,0,0,0 +421792,0,0,0,0,0 +421793,0,0,0,0,0 +421794,0,0,0,0,0 +421795,0,0,0,0,0 +421796,0,0,0,0,0 +421797,0,0,0,0,0 +421798,0,0,0,0,0 +421799,0,0,0,0,0 +421800,0,0,0,0,0 +421801,0,0,0,0,0 +421802,0,0,0,0,0 +421803,0,0,0,0,0 +421804,0,0,0,0,0 +421805,0,0,0,0,0 +421806,0,0,0,0,0 +421807,0,0,0,0,0 +421808,0,0,0,0,0 +421809,0,0,0,0,0 +421810,0,0,0,0,0 +421811,0,0,0,0,0 +421812,0,0,0,0,0 +421813,0,0,0,0,0 +421814,0,0,0,0,0 +421815,0,0,0,0,0 +421816,0,0,0,0,0 +421817,0,0,0,0,0 +421818,0,0,0,0,0 +421819,0,0,0,0,0 +421820,0,0,0,0,0 +421821,0,0,0,0,0 +421822,0,0,0,0,0 +421823,0,0,0,0,0 +421824,0,0,0,0,0 +421825,0,0,0,0,0 +421826,0,0,0,0,0 +421827,0,0,0,0,0 +421828,0,0,0,0,0 +421829,0,0,0,0,0 +421830,0,0,0,0,0 +421831,0,0,0,0,0 +421832,0,0,0,0,0 +421833,0,0,0,0,0 +421834,0,0,0,0,0 +421835,0,0,0,0,0 +421836,0,0,0,0,0 +421837,0,0,0,0,0 +421838,0,0,0,0,0 +421839,0,0,0,0,0 +421840,0,0,0,0,0 +421841,0,0,0,0,0 +421842,0,0,0,0,0 +421843,0,0,0,0,0 +421844,0,0,0,0,0 +421845,0,0,0,0,0 +421846,0,0,0,0,0 +421847,0,0,0,0,0 +421848,0,0,0,0,0 +421849,0,0,0,0,0 +421850,0,0,0,0,0 +421851,0,0,0,0,0 +421852,0,0,0,0,0 +421853,0,0,0,0,0 +421854,0,0,0,0,0 +421855,0,0,0,0,0 +421856,0,0,0,0,0 +421857,0,0,0,0,0 +421858,0,0,0,0,0 +421859,0,0,0,0,0 +421860,0,0,0,0,0 +421861,0,0,0,0,0 +421862,0,0,0,0,0 +421863,0,0,0,0,0 +421864,0,0,0,0,0 +421865,0,0,0,0,0 +421866,0,0,0,0,0 +421867,0,0,0,0,0 +421868,0,0,0,0,0 +421869,0,0,0,0,0 +421870,0,0,0,0,0 +421871,0,0,0,0,0 +421872,0,0,0,0,0 +421873,0,0,0,0,0 +421874,0,0,0,0,0 +421875,0,0,0,0,0 +421876,0,0,0,0,0 +421877,0,0,0,0,0 +421878,0,0,0,0,0 +421879,0,0,0,0,0 +421880,0,0,0,0,0 +421881,0,0,0,0,0 +421882,0,0,0,0,0 +421883,0,0,0,0,0 +421884,0,0,0,0,0 +421885,0,0,0,0,0 +421886,0,0,0,0,0 +421887,0,0,0,0,0 +421888,0,0,0,0,0 +421889,0,0,0,0,0 +421890,0,0,0,0,0 +421891,0,0,0,0,0 +421892,0,0,0,0,0 +421893,0,0,0,0,0 +421894,0,0,0,0,0 +421895,0,0,0,0,0 +421896,0,0,0,0,0 +421897,0,0,0,0,0 +421898,0,0,0,0,0 +421899,0,0,0,0,0 +421900,0,0,0,0,0 +421901,0,0,0,0,0 +421902,0,0,0,0,0 +421903,0,0,0,0,0 +421904,0,0,0,0,0 +421905,0,0,0,0,0 +421906,0,0,0,0,0 +421907,0,0,0,0,0 +421908,0,0,0,0,0 +421909,0,0,0,0,0 +421910,0,0,0,0,0 +421911,0,0,0,0,0 +421912,0,0,0,0,0 +421913,0,0,0,0,0 +421914,0,0,0,0,0 +421915,0,0,0,0,0 +421916,0,0,0,0,0 +421917,0,0,0,0,0 +421918,0,0,0,0,0 +421919,0,0,0,0,0 +421920,0,0,0,0,0 +421921,0,0,0,0,0 +421922,0,0,0,0,0 +421923,0,0,0,0,0 +421924,0,0,0,0,0 +421925,0,0,0,0,0 +421926,0,0,0,0,0 +421927,0,0,0,0,0 +421928,0,0,0,0,0 +421929,0,0,0,0,0 +421930,0,0,0,0,0 +421931,0,0,0,0,0 +421932,0,0,0,0,0 +421933,0,0,0,0,0 +421934,0,0,0,0,0 +421935,0,0,0,0,0 +421936,0,0,0,0,0 +421937,0,0,0,0,0 +421938,0,0,0,0,0 +421939,0,0,0,0,0 +421940,0,0,0,0,0 +421941,0,0,0,0,0 +421942,0,0,0,0,0 +421943,0,0,0,0,0 +421944,0,0,0,0,0 +421945,0,0,0,0,0 +421946,0,0,0,0,0 +421947,0,0,0,0,0 +421948,0,0,0,0,0 +421949,0,0,0,0,0 +421950,0,0,0,0,0 +421951,0,0,0,0,0 +421952,0,0,0,0,0 +421953,0,0,0,0,0 +421954,0,0,0,0,0 +421955,0,0,0,0,0 +421956,0,0,0,0,0 +421957,0,0,0,0,0 +421958,0,0,0,0,0 +421959,0,0,0,0,0 +421960,0,0,0,0,0 +421961,0,0,0,0,0 +421962,0,0,0,0,0 +421963,0,0,0,0,0 +421964,0,0,0,0,0 +421965,0,0,0,0,0 +421966,0,0,0,0,0 +421967,0,0,0,0,0 +421968,0,0,0,0,0 +421969,0,0,0,0,0 +421970,0,0,0,0,0 +421971,0,0,0,0,0 +421972,0,0,0,0,0 +421973,0,0,0,0,0 +421974,0,0,0,0,0 +421975,0,0,0,0,0 +421976,0,0,0,0,0 +421977,0,0,0,0,0 +421978,0,0,0,0,0 +421979,0,0,0,0,0 +421980,0,0,0,0,0 +421981,0,0,0,0,0 +421982,0,0,0,0,0 +421983,0,0,0,0,0 +421984,0,0,0,0,0 +421985,0,0,0,0,0 +421986,0,0,0,0,0 +421987,0,0,0,0,0 +421988,0,0,0,0,0 +421989,0,0,0,0,0 +421990,0,0,0,0,0 +421991,0,0,0,0,0 +421992,0,0,0,0,0 +421993,0,0,0,0,0 +421994,0,0,0,0,0 +421995,0,0,0,0,0 +421996,0,0,0,0,0 +421997,0,0,0,0,0 +421998,0,0,0,0,0 +421999,0,0,0,0,0 +422000,0,0,0,0,0 +422001,0,0,0,0,0 +422002,0,0,0,0,0 +422003,0,0,0,0,0 +422004,0,0,0,0,0 +422005,0,0,0,0,0 +422006,0,0,0,0,0 +422007,0,0,0,0,0 +422008,0,0,0,0,0 +422009,0,0,0,0,0 +422010,0,0,0,0,0 +422011,0,0,0,0,0 +422012,0,0,0,0,0 +422013,0,0,0,0,0 +422014,0,0,0,0,0 +422015,0,0,0,0,0 +422016,0,0,0,0,0 +422017,0,0,0,0,0 +422018,0,0,0,0,0 +422019,0,0,0,0,0 +422020,0,0,0,0,0 +422021,0,0,0,0,0 +422022,0,0,0,0,0 +422023,0,0,0,0,0 +422024,0,0,0,0,0 +422025,0,0,0,0,0 +422026,0,0,0,0,0 +422027,0,0,0,0,0 +422028,0,0,0,0,0 +422029,0,0,0,0,0 +422030,0,0,0,0,0 +422031,0,0,0,0,0 +422032,0,0,0,0,0 +422033,0,0,0,0,0 +422034,0,0,0,0,0 +422035,0,0,0,0,0 +422036,0,0,0,0,0 +422037,0,0,0,0,0 +422038,0,0,0,0,0 +422039,0,0,0,0,0 +422040,0,0,0,0,0 +422041,0,0,0,0,0 +422042,0,0,0,0,0 +422043,0,0,0,0,0 +422044,0,0,0,0,0 +422045,0,0,0,0,0 +422046,0,0,0,0,0 +422047,0,0,0,0,0 +422048,0,0,0,0,0 +422049,0,0,0,0,0 +422050,0,0,0,0,0 +422051,0,0,0,0,0 +422052,0,0,0,0,0 +422053,0,0,0,0,0 +422054,0,0,0,0,0 +422055,0,0,0,0,0 +422056,0,0,0,0,0 +422057,0,0,0,0,0 +422058,0,0,0,0,0 +422059,0,0,0,0,0 +422060,0,0,0,0,0 +422061,0,0,0,0,0 +422062,0,0,0,0,0 +422063,0,0,0,0,0 +422064,0,0,0,0,0 +422065,0,0,0,0,0 +422066,0,0,0,0,0 +422067,0,0,0,0,0 +422068,0,0,0,0,0 +422069,0,0,0,0,0 +422070,0,0,0,0,0 +422071,0,0,0,0,0 +422072,0,0,0,0,0 +422073,0,0,0,0,0 +422074,0,0,0,0,0 +422075,0,0,0,0,0 +422076,0,0,0,0,0 +422077,0,0,0,0,0 +422078,0,0,0,0,0 +422079,0,0,0,0,0 +422080,0,0,0,0,0 +422081,0,0,0,0,0 +422082,0,0,0,0,0 +422083,0,0,0,0,0 +422084,0,0,0,0,0 +422085,0,0,0,0,0 +422086,0,0,0,0,0 +422087,0,0,0,0,0 +422088,0,0,0,0,0 +422089,0,0,0,0,0 +422090,0,0,0,0,0 +422091,0,0,0,0,0 +422092,0,0,0,0,0 +422093,0,0,0,0,0 +422094,0,0,0,0,0 +422095,0,0,0,0,0 +422096,0,0,0,0,0 +422097,0,0,0,0,0 +422098,0,0,0,0,0 +422099,0,0,0,0,0 +422100,0,0,0,0,0 +422101,0,0,0,0,0 +422102,0,0,0,0,0 +422103,0,0,0,0,0 +422104,0,0,0,0,0 +422105,0,0,0,0,0 +422106,0,0,0,0,0 +422107,0,0,0,0,0 +422108,0,0,0,0,0 +422109,0,0,0,0,0 +422110,0,0,0,0,0 +422111,0,0,0,0,0 +422112,0,0,0,0,0 +422113,0,0,0,0,0 +422114,0,0,0,0,0 +422115,0,0,0,0,0 +422116,0,0,0,0,0 +422117,0,0,0,0,0 +422118,0,0,0,0,0 +422119,0,0,0,0,0 +422120,0,0,0,0,0 +422121,0,0,0,0,0 +422122,0,0,0,0,0 +422123,0,0,0,0,0 +422124,0,0,0,0,0 +422125,0,0,0,0,0 +422126,0,0,0,0,0 +422127,0,0,0,0,0 +422128,0,0,0,0,0 +422129,0,0,0,0,0 +422130,0,0,0,0,0 +422131,0,0,0,0,0 +422132,0,0,0,0,0 +422133,0,0,0,0,0 +422134,0,0,0,0,0 +422135,0,0,0,0,0 +422136,0,0,0,0,0 +422137,0,0,0,0,0 +422138,0,0,0,0,0 +422139,0,0,0,0,0 +422140,0,0,0,0,0 +422141,0,0,0,0,0 +422142,0,0,0,0,0 +422143,0,0,0,0,0 +422144,0,0,0,0,0 +422145,0,0,0,0,0 +422146,0,0,0,0,0 +422147,0,0,0,0,0 +422148,0,0,0,0,0 +422149,0,0,0,0,0 +422150,0,0,0,0,0 +422151,0,0,0,0,0 +422152,0,0,0,0,0 +422153,0,0,0,0,0 +422154,0,0,0,0,0 +422155,0,0,0,0,0 +422156,0,0,0,0,0 +422157,0,0,0,0,0 +422158,0,0,0,0,0 +422159,0,0,0,0,0 +422160,0,0,0,0,0 +422161,0,0,0,0,0 +422162,0,0,0,0,0 +422163,0,0,0,0,0 +422164,0,0,0,0,0 +422165,0,0,0,0,0 +422166,0,0,0,0,0 +422167,0,0,0,0,0 +422168,0,0,0,0,0 +422169,0,0,0,0,0 +422170,0,0,0,0,0 +422171,0,0,0,0,0 +422172,0,0,0,0,0 +422173,0,0,0,0,0 +422174,0,0,0,0,0 +422175,0,0,0,0,0 +422176,0,0,0,0,0 +422177,0,0,0,0,0 +422178,0,0,0,0,0 +422179,0,0,0,0,0 +422180,0,0,0,0,0 +422181,0,0,0,0,0 +422182,0,0,0,0,0 +422183,0,0,0,0,0 +422184,0,0,0,0,0 +422185,0,0,0,0,0 +422186,0,0,0,0,0 +422187,0,0,0,0,0 +422188,0,0,0,0,0 +422189,0,0,0,0,0 +422190,0,0,0,0,0 +422191,0,0,0,0,0 +422192,0,0,0,0,0 +422193,0,0,0,0,0 +422194,0,0,0,0,0 +422195,0,0,0,0,0 +422196,0,0,0,0,0 +422197,0,0,0,0,0 +422198,0,0,0,0,0 +422199,0,0,0,0,0 +422200,0,0,0,0,0 +422201,0,0,0,0,0 +422202,0,0,0,0,0 +422203,0,0,0,0,0 +422204,0,0,0,0,0 +422205,0,0,0,0,0 +422206,0,0,0,0,0 +422207,0,0,0,0,0 +422208,0,0,0,0,0 +422209,0,0,0,0,0 +422210,0,0,0,0,0 +422211,0,0,0,0,0 +422212,0,0,0,0,0 +422213,0,0,0,0,0 +422214,0,0,0,0,0 +422215,0,0,0,0,0 +422216,0,0,0,0,0 +422217,0,0,0,0,0 +422218,0,0,0,0,0 +422219,0,0,0,0,0 +422220,0,0,0,0,0 +422221,0,0,0,0,0 +422222,0,0,0,0,0 +422223,0,0,0,0,0 +422224,0,0,0,0,0 +422225,0,0,0,0,0 +422226,0,0,0,0,0 +422227,0,0,0,0,0 +422228,0,0,0,0,0 +422229,0,0,0,0,0 +422230,0,0,0,0,0 +422231,0,0,0,0,0 +422232,0,0,0,0,0 +422233,0,0,0,0,0 +422234,0,0,0,0,0 +422235,0,0,0,0,0 +422236,0,0,0,0,0 +422237,0,0,0,0,0 +422238,0,0,0,0,0 +422239,0,0,0,0,0 +422240,0,0,0,0,0 +422241,0,0,0,0,0 +422242,0,0,0,0,0 +422243,0,0,0,0,0 +422244,0,0,0,0,0 +422245,0,0,0,0,0 +422246,0,0,0,0,0 +422247,0,0,0,0,0 +422248,0,0,0,0,0 +422249,0,0,0,0,0 +422250,0,0,0,0,0 +422251,0,0,0,0,0 +422252,0,0,0,0,0 +422253,0,0,0,0,0 +422254,0,0,0,0,0 +422255,0,0,0,0,0 +422256,0,0,0,0,0 +422257,0,0,0,0,0 +422258,0,0,0,0,0 +422259,0,0,0,0,0 +422260,0,0,0,0,0 +422261,0,0,0,0,0 +422262,0,0,0,0,0 +422263,0,0,0,0,0 +422264,0,0,0,0,0 +422265,0,0,0,0,0 +422266,0,0,0,0,0 +422267,0,0,0,0,0 +422268,0,0,0,0,0 +422269,0,0,0,0,0 +422270,0,0,0,0,0 +422271,0,0,0,0,0 +422272,0,0,0,0,0 +422273,0,0,0,0,0 +422274,0,0,0,0,0 +422275,0,0,0,0,0 +422276,0,0,0,0,0 +422277,0,0,0,0,0 +422278,0,0,0,0,0 +422279,0,0,0,0,0 +422280,0,0,0,0,0 +422281,0,0,0,0,0 +422282,0,0,0,0,0 +422283,0,0,0,0,0 +422284,0,0,0,0,0 +422285,0,0,0,0,0 +422286,0,0,0,0,0 +422287,0,0,0,0,0 +422288,0,0,0,0,0 +422289,0,0,0,0,0 +422290,0,0,0,0,0 +422291,0,0,0,0,0 +422292,0,0,0,0,0 +422293,0,0,0,0,0 +422294,0,0,0,0,0 +422295,0,0,0,0,0 +422296,0,0,0,0,0 +422297,0,0,0,0,0 +422298,0,0,0,0,0 +422299,0,0,0,0,0 +422300,0,0,0,0,0 +422301,0,0,0,0,0 +422302,0,0,0,0,0 +422303,0,0,0,0,0 +422304,0,0,0,0,0 +422305,0,0,0,0,0 +422306,0,0,0,0,0 +422307,0,0,0,0,0 +422308,0,0,0,0,0 +422309,0,0,0,0,0 +422310,0,0,0,0,0 +422311,0,0,0,0,0 +422312,0,0,0,0,0 +422313,0,0,0,0,0 +422314,0,0,0,0,0 +422315,0,0,0,0,0 +422316,0,0,0,0,0 +422317,0,0,0,0,0 +422318,0,0,0,0,0 +422319,0,0,0,0,0 +422320,0,0,0,0,0 +422321,0,0,0,0,0 +422322,0,0,0,0,0 +422323,0,0,0,0,0 +422324,0,0,0,0,0 +422325,0,0,0,0,0 +422326,0,0,0,0,0 +422327,0,0,0,0,0 +422328,0,0,0,0,0 +422329,0,0,0,0,0 +422330,0,0,0,0,0 +422331,0,0,0,0,0 +422332,0,0,0,0,0 +422333,0,0,0,0,0 +422334,0,0,0,0,0 +422335,0,0,0,0,0 +422336,0,0,0,0,0 +422337,0,0,0,0,0 +422338,0,0,0,0,0 +422339,0,0,0,0,0 +422340,0,0,0,0,0 +422341,0,0,0,0,0 +422342,0,0,0,0,0 +422343,0,0,0,0,0 +422344,0,0,0,0,0 +422345,0,0,0,0,0 +422346,0,0,0,0,0 +422347,0,0,0,0,0 +422348,0,0,0,0,0 +422349,0,0,0,0,0 +422350,0,0,0,0,0 +422351,0,0,0,0,0 +422352,0,0,0,0,0 +422353,0,0,0,0,0 +422354,0,0,0,0,0 +422355,0,0,0,0,0 +422356,0,0,0,0,0 +422357,0,0,0,0,0 +422358,0,0,0,0,0 +422359,0,0,0,0,0 +422360,0,0,0,0,0 +422361,0,0,0,0,0 +422362,0,0,0,0,0 +422363,0,0,0,0,0 +422364,0,0,0,0,0 +422365,0,0,0,0,0 +422366,0,0,0,0,0 +422367,0,0,0,0,0 +422368,0,0,0,0,0 +422369,0,0,0,0,0 +422370,0,0,0,0,0 +422371,0,0,0,0,0 +422372,0,0,0,0,0 +422373,0,0,0,0,0 +422374,0,0,0,0,0 +422375,0,0,0,0,0 +422376,0,0,0,0,0 +422377,0,0,0,0,0 +422378,0,0,0,0,0 +422379,0,0,0,0,0 +422380,0,0,0,0,0 +422381,0,0,0,0,0 +422382,0,0,0,0,0 +422383,0,0,0,0,0 +422384,0,0,0,0,0 +422385,0,0,0,0,0 +422386,0,0,0,0,0 +422387,0,0,0,0,0 +422388,0,0,0,0,0 +422389,0,38.08887604,0,0,0 +422390,0,35.43341785,0,0,0 +422391,0,51.92914354,0,0,0 +422392,0,8.081412429,0,0,0 +422393,0,51.97731444,0,0,0 +422394,0,41.89900449,0,0,0 +422395,0,44.98181458,0,0,0 +422396,0,47.72274533,0,0,0 +422397,0,50.40882723,0,0,0 +422398,0,52.38551325,0,0,0 +422399,0,54.25932436,0,0,0 +422400,0,55.84755029,0,0,0 +422401,0,57.09107522,0,0,0 +422402,0,57.96712182,0,0,0 +422403,0,58.90184204,0,0,0 +422404,0,59.57034537,0,0,0 +422405,0,60.13949192,0,0,0 +422406,0,60.56757565,0,0,0 +422407,0,60.86241656,0,0,0 +422408,0,61.02760938,0,0,0 +422409,0,61.06580691,0,0,0 +422410,0,44.01533937,0,0,0 +422411,0,41.10360816,0,0,0 +422412,0,39.2109451,0,0,0 +422413,0,37.67784789,0,0,0 +422414,0,35.70687176,0,0,0 +422415,0,34.15114802,0,0,0 +422416,0,56.15949155,0,0,0 +422417,0,0,0,0,0 +422418,0,38.62622813,0,0,0 +422419,0,46.62813187,0,0,0 +422420,0,0,0,0,0 +422421,0,49.9245811,0,0,0 +422422,0,0,0,0,0 +422423,0,31.18511588,0,0,0 +422424,0,0,0,0,0 +422425,0,9.352080949,0,0,0 +422426,0,0,0,0,0 +422427,0,0,0,0,0 +422428,0,0,0,0,0 +422429,0,0,0,0,0 +422430,0,0,0,0,0 +422431,0,0,0,0,0 +422432,0,0,0,0,0 +422433,0,0,0,0,0 +422434,0,0,0,0,0 +422435,0,0,0,0,0 +422436,0,0,0,0,0 +422437,0,0,0,0,0 +422438,0,0,0,0,0 +422439,0,0,0,0,0 +422440,0,0,0,0,0 +422441,0,0,0,0,0 +422442,0,0,0,0,0 +422443,0,0,0,0,0 +422444,0,0,0,0,0 +422445,0,0,0,0,0 +422446,0,0,0,0,0 +422447,0,0,0,0,0 +422448,0,0,0,0,0 +422449,0,0,0,0,0 +422450,0,0,0,0,0 +422451,0,0,0,0,0 +422452,0,0,0,0,0 +422453,0,0,0,0,0 +422454,0,0,0,0,0 +422455,0,0,0,0,0 +422456,0,0,0,0,0 +422457,0,0,0,0,0 +422458,0,0,0,0,0 +422459,0,0,0,0,0 +422460,0,0,0,0,0 +422461,0,0,0,0,0 +422462,0,0,0,0,0 +422463,0,0,0,0,0 +422464,0,0,0,0,0 +422465,0,0,0,0,0 +422466,0,46.81344912,0,0,0 +422467,0,38.98240764,0,0,0 +422468,0,14.25815336,0,0,0 +422469,0,39.4707318,0,0,0 +422470,0,40.86842443,0,0,0 +422471,0,40.96747322,0,0,0 +422472,0,44.85913035,0,0,0 +422473,0,47.71384334,0,0,0 +422474,0,50.56941055,0,0,0 +422475,0,53.44917914,0,0,0 +422476,0,56.23991137,0,0,0 +422477,0,59.14010267,0,0,0 +422478,0,61.91396696,0,0,0 +422479,0,64.81933349,0,0,0 +422480,0,67.63083989,0,0,0 +422481,0,70.4815397,0,0,0 +422482,0,73.2822529,0,0,0 +422483,0,76.15056734,0,0,0 +422484,0,79.09323776,0,0,0 +422485,0,81.85313953,0,0,0 +422486,0,84.70494976,0,0,0 +422487,0,87.65249222,0,0,0 +422488,0,90.42805525,0,0,0 +422489,0,93.47103046,0,0,0 +422490,0,96.16729359,0,0,0 +422491,0,101.1558018,0,0,0 +422492,0,106.1624221,0,0,0 +422493,0,111.5785413,0,0,0 +422494,0,116.9820687,0,0,0 +422495,0,122.4809847,0,0,0 +422496,0,128.2775172,0,0,0 +422497,0,133.9169596,0,0,0 +422498,0,140.0247039,0,0,0 +422499,0,145.7057853,0,0,0 +422500,0,151.9780509,0,0,0 +422501,0,158.0268877,0,0,0 +422502,0,164.1617242,0,0,0 +422503,0,170.7005383,0,0,0 +422504,0,176.7177132,0,0,0 +422505,0,183.4096133,0,0,0 +422506,0,208.1404433,0,0,0 +422507,0,217.8248183,0,0,0 +422508,0,225.6496548,0,0,0 +422509,0,233.9154345,0,0,0 +422510,0,241.4713449,0,0,0 +422511,0,249.6399426,0,0,0 +422512,0,257.0014105,0,0,0 +422513,0,264.7234265,0,0,0 +422514,0,272.6650793,0,0,0 +422515,0,280.2520362,0,0,0 +422516,0,288.0040078,0,0,0 +422517,0,295.5617534,0,0,0 +422518,0,303.7353334,0,0,0 +422519,0,311.0523428,0,0,0 +422520,0,318.9757357,0,0,0 +422521,0,326.7189545,0,0,0 +422522,0,335.0684006,0,0,0 +422523,0,342.9378939,0,0,0 +422524,0,351.026865,0,0,0 +422525,0,359.0863063,0,0,0 +422526,0,367.1571834,0,0,0 +422527,0,375.0182607,0,0,0 +422528,0,383.4650928,0,0,0 +422529,0,391.3808275,0,0,0 +422530,0,399.5313454,0,0,0 +422531,0,407.6435403,0,0,0 +422532,0,415.7635779,0,0,0 +422533,0,423.8885067,0,0,0 +422534,0,431.749238,0,0,0 +422535,0,440.5807865,0,0,0 +422536,0,448.104358,0,0,0 +422537,0,456.4923373,0,0,0 +422538,0,464.5581332,0,0,0 +422539,0,472.7439805,0,0,0 +422540,0,480.8629307,0,0,0 +422541,0,489.0070439,0,0,0 +422542,0,497.1112955,0,0,0 +422543,0,505.2924814,0,0,0 +422544,0,513.3662334,0,0,0 +422545,0,521.2229244,0,0,0 +422546,0,529.8363978,0,0,0 +422547,0,537.656104,0,0,0 +422548,0,545.8737138,0,0,0 +422549,0,553.9084312,0,0,0 +422550,0,562.0513053,0,0,0 +422551,0,566.7983601,0,0,0 +422552,0,571.2238782,0,0,0 +422553,0,575.2549035,0,0,0 +422554,0,579.1582934,0,0,0 +422555,0,582.8380029,0,0,0 +422556,0,586.390519,0,0,0 +422557,0,589.6913046,0,0,0 +422558,0,592.9306351,0,0,0 +422559,0,595.9962003,0,0,0 +422560,0,598.9370483,0,0,0 +422561,0,601.7527573,0,0,0 +422562,0,604.4872169,0,0,0 +422563,0,607.0122886,0,0,0 +422564,0,609.5149464,0,0,0 +422565,0,611.877671,0,0,0 +422566,0,614.1466399,0,0,0 +422567,0,616.318792,0,0,0 +422568,0,618.3980843,123.230502,0,0 +422569,0,620.3873453,70.59757136,0,0 +422570,0,622.3285992,92.00657206,0,0 +422571,0,624.0878463,102.1143909,0,0 +422572,0,625.8541247,110.0934953,0,0 +422573,0,627.5053106,117.5463094,0,0 +422574,0,629.0865162,125.2245901,0,0 +422575,0,630.592921,132.6302988,0,0 +422576,0,632.026918,140.1015055,0,0 +422577,0,633.3899268,146.9766431,0,0 +422578,0,634.6841578,154.6387523,44.71443495,0 +422579,0,635.9108495,161.268068,35.30356516,0 +422580,0,637.0719906,168.3897808,38.94695677,0 +422581,0,637.9857817,174.433321,44.95978472,0 +422582,0,638.7679625,180.6605359,48.59826929,0 +422583,0,639.4650901,186.4023309,52.21462326,0 +422584,0,640.1337614,192.4730774,55.79429508,0 +422585,0,640.638509,198.3036219,59.22215344,0 +422586,0,641.1745532,204.0878038,62.72186448,0 +422587,0,641.615699,209.7883969,66.07059312,0 +422588,0,642.0073423,215.4249405,69.35721005,0 +422589,0,642.3438967,221.0043449,72.70198248,0 +422590,0,642.6270169,226.5101492,75.89935751,0 +422591,0,642.8575842,231.9542457,79.0879556,0 +422592,0,643.0371975,237.3371967,82.22926556,0 +422593,0,643.1666518,242.6599994,85.26094989,0 +422594,0,643.2474532,247.9253084,88.47104695,0 +422595,0,643.2803311,253.3807271,91.27789869,0 +422596,0,643.2667043,258.1613521,94.40904867,0 +422597,0,643.2072452,263.422039,97.28900773,0 +422598,0,643.1032943,268.4467007,100.1943633,0 +422599,0,642.9554776,273.4401231,102.9944915,0 +422600,0,642.7650658,278.4211651,105.9332102,0 +422601,0,642.5326499,283.2786438,108.7453402,0 +422602,0,642.2594398,288.1877253,111.3407286,0 +422603,0,641.9460019,292.948707,114.2431546,0 +422604,0,641.5934942,297.7372171,116.876035,0 +422605,0,641.2024669,302.4899309,119.5674532,0 +422606,20.9727622,640.7740317,307.1210507,122.2019784,0 +422607,78.14051862,640.308729,311.8206841,124.8224272,0 +422608,55.20093522,639.807601,316.3966046,127.3238371,0 +422609,67.54745966,639.2306037,320.9329371,130.0187031,0 +422610,74.6737837,638.720592,325.5063759,132.485155,0 +422611,80.1362856,638.1568328,329.5138971,134.9196651,0 +422612,85.40621311,637.6095658,333.515577,136.9478932,0 +422613,90.74088643,637.0254563,337.3511335,139.3883424,0 +422614,95.82376136,636.4079511,341.1184245,141.4791862,0 +422615,100.8699082,635.7559705,344.9064708,143.6421599,0 +422616,105.8122744,635.0694774,348.555617,145.7524923,0 +422617,110.5837996,634.3483208,352.1470312,147.8296304,0 +422618,115.5768601,633.5927165,356.1440362,149.7728655,0 +422619,120.059018,632.8026205,359.0483913,151.9434846,0 +422620,124.6618309,631.9782847,362.7708327,153.9498562,0 +422621,129.3241143,631.1197328,366.2185339,155.7566128,0 +422622,133.8073211,630.22725,369.4967224,157.76011,0 +422623,137.9515554,629.3009261,372.8913313,159.6338335,0 +422624,142.5071683,628.3410778,376.0587748,161.4981071,0 +422625,146.6555425,627.3478571,379.3791879,163.3342617,0 +422626,150.7377807,626.3216059,382.5666317,165.0344782,0 +422627,155.1544946,625.2625309,385.653331,166.9852406,0 +422628,158.9335769,624.1709921,388.783624,168.6562241,0 +422629,163.040089,623.0472424,391.8357215,170.4063512,0 +422630,166.9526885,621.8916524,394.8517566,172.11085,0 +422631,170.6978659,620.6652323,397.8296151,173.7909614,0 +422632,174.7233226,619.5057748,400.8096077,175.446499,0 +422633,178.3851056,618.2274195,403.6437077,177.0780006,0 +422634,182.2635898,616.9542693,406.4960677,178.6858825,0 +422635,185.6981764,615.644512,409.3775897,180.3910876,0 +422636,189.4189938,614.3049849,412.1753307,181.6448757,0 +422637,192.8015474,612.9360699,414.8676346,183.464134,0 +422638,196.545703,611.5381271,417.6160399,184.8663023,0 +422639,199.8906168,610.111548,420.2897606,186.3834971,0 +422640,203.3339388,608.6566833,422.935017,187.8572587,0 +422641,206.5886774,607.1050246,425.3472504,189.2380224,0 +422642,209.7600774,605.4993161,427.6542325,190.5701287,0 +422643,212.8743466,603.8570812,429.9040319,191.8718791,0 +422644,215.9403398,602.1456738,432.1570597,193.1494452,0 +422645,219.0952156,600.5090727,434.273172,194.4124982,0 +422646,222.1472373,598.7560768,436.4528746,195.6517146,0 +422647,225.8109787,597.0090235,438.5053571,196.868435,0 +422648,228.5966227,595.2279314,440.645061,198.0638682,0 +422649,231.9423493,593.4199997,442.6443331,199.2387307,0 +422650,235.0606856,591.5855987,444.6983064,200.3933077,0 +422651,238.1875229,589.7254303,446.5927502,201.3912616,0 +422652,241.2905806,587.8398666,448.5612033,202.7171184,0 +422653,244.3706828,585.8923292,450.4539638,203.707736,0 +422654,247.4283843,584.0131655,452.3224873,204.810663,0 +422655,250.4644646,582.0270127,454.1599602,205.8698301,0 +422656,253.4791393,580.0512053,455.966674,206.9117219,0 +422657,256.4732183,578.0463157,457.7428738,207.9357993,0 +422658,259.2471126,576.018918,459.4892681,208.9424214,0 +422659,262.5131468,573.969561,461.2063602,209.9319991,0 +422660,265.2930258,571.8985595,462.8943053,210.9046629,0 +422661,268.2470987,569.7702402,464.5538447,211.8608304,0 +422662,271.1463909,567.7115289,466.1850304,212.8006072,0 +422663,274.0295049,565.5516104,467.788592,213.7243997,0 +422664,276.8952752,563.4048209,469.4138896,214.6322932,0 +422665,279.7449791,561.2326387,470.887086,215.5246844,0 +422666,282.5784883,559.0415304,472.4467674,216.4016401,0 +422667,285.3970937,556.8320349,473.9343724,217.2635753,0 +422668,288.3629194,554.5698523,475.3551729,218.2599852,0 +422669,291.0162083,552.378008,476.8783477,218.8652876,0 +422670,293.9105993,550.0897518,478.2591261,219.796291,0 +422671,295.8997799,547.2403328,478.9656525,220.2748801,0 +422672,297.9316165,544.2600479,479.4897471,220.7007364,0 +422673,299.7922503,541.2156536,479.9186349,221.0806461,0 +422674,301.5761495,538.0895312,480.2698619,221.4216275,0 +422675,303.3043992,535.0122552,480.5529193,221.7278407,0 +422676,304.9822676,531.8234828,480.7717179,222.0011083,0 +422677,306.6134703,528.6366223,480.9297735,222.2430839,0 +422678,307.9569163,525.3824467,481.0288493,222.4546331,0 +422679,309.8733397,522.1872976,481.0713514,222.6368921,0 +422680,311.4350425,519.2236815,481.0583584,222.7904017,0 +422681,312.5571732,515.4572765,480.9918346,222.9160838,0 +422682,314.1690909,512.3542591,480.8725388,223.01433,0 +422683,315.5091752,509.0247452,480.7022075,223.0859571,0 +422684,316.8556083,505.6581515,480.4814197,223.1312722,0 +422685,318.1656152,502.3063466,480.2117598,223.1510224,0 +422686,319.4653664,498.903238,479.8936698,223.1454517,0 +422687,320.6660255,495.5680295,479.5286181,223.1152537,0 +422688,321.8909199,492.1503128,479.116933,223.0606203,0 +422689,323.0593026,488.7207082,478.6599887,222.9822013,0 +422690,324.198583,485.3536765,478.1580163,222.8801437,0 +422691,325.3060125,481.9107091,477.6123127,222.7550613,0 +422692,326.3812677,478.4886316,477.0230241,222.607062,0 +422693,327.451719,475.0250237,476.3913854,222.4367305,0 +422694,328.4248802,471.6331284,475.717468,222.2441399,0 +422695,329.4279881,468.1692216,475.0530603,222.0298515,0 +422696,330.3762044,464.6999508,474.2203402,221.7939073,0 +422697,331.2999016,461.2978695,473.4621773,221.5368498,0 +422698,332.1937895,457.8281453,472.617852,221.2586931,0 +422699,333.059561,454.3557731,471.7428421,220.9599651,0 +422700,333.8965151,450.9509643,470.8289497,220.6406536,0 +422701,0,0,0,0,0 +422702,0,0,0,0,0 +422703,0,0,0,0,0 +422704,0,0,0,0,0 +422705,0,0,0,0,0 +422706,0,0,0,0,0 +422707,0,0,0,0,0 +422708,0,0,0,0,0 +422709,0,0,0,0,0 +422710,0,0,0,0,0 +422711,0,0,0,0,0 +422712,0,0,0,0,0 +422713,0,0,0,0,0 +422714,0,0,0,0,0 +422715,0,0,0,0,0 +422716,0,0,0,0,0 +422717,0,0,0,0,0 +422718,0,0,0,0,0 +422719,0,0,0,0,0 +422720,0,0,0,0,0 +422721,0,0,0,0,0 +422722,0,0,0,0,0 +422723,0,0,0,0,0 +422724,0,0,0,0,0 +422725,0,0,0,0,0 +422726,0,0,0,0,0 +422727,0,0,0,0,0 +422728,0,0,0,0,0 +422729,0,0,0,0,0 +422730,0,0,0,0,0 +422731,0,0,0,0,0 +422732,0,0,0,0,0 +422733,0,0,0,0,0 +422734,0,0,0,0,0 +422735,0,0,0,0,0 +422736,0,0,0,0,0 +422737,0,0,0,0,0 +422738,0,0,0,0,0 +422739,0,0,0,0,0 +422740,0,0,0,0,0 +422741,0,0,0,0,0 +422742,0,0,0,0,0 +422743,0,0,0,0,0 +422744,0,0,0,0,0 +422745,0,0,0,0,0 +422746,0,0,0,0,0 +422747,0,0,0,0,0 +422748,0,0,0,0,0 +422749,0,0,0,0,0 +422750,0,0,0,0,0 +422751,0,0,0,0,0 +422752,0,0,0,0,0 +422753,0,0,0,0,0 +422754,0,0,0,0,0 +422755,0,0,0,0,0 +422756,0,0,0,0,0 +422757,0,0,0,0,0 +422758,0,0,0,0,0 +422759,0,0,0,0,0 +422760,0,0,0,0,0 +422761,0,0,0,0,0 +422762,0,0,0,0,0 +422763,0,0,0,0,0 +422764,0,0,0,0,0 +422765,0,0,0,0,0 +422766,0,0,0,0,0 +422767,0,0,0,0,0 +422768,0,0,0,0,0 +422769,0,0,0,0,0 +422770,0,0,0,0,0 +422771,0,0,0,0,0 +422772,0,0,0,0,0 +422773,0,0,0,0,0 +422774,0,0,0,0,0 +422775,0,0,0,0,0 +422776,0,0,0,0,0 +422777,0,0,0,0,0 +422778,0,0,0,0,0 +422779,0,0,0,0,0 +422780,0,0,0,0,0 +422781,0,0,0,0,0 +422782,0,0,0,0,0 +422783,0,0,0,0,0 +422784,0,0,0,0,0 +422785,0,0,0,0,0 +422786,0,0,0,0,0 +422787,0,0,0,0,0 +422788,0,0,0,0,0 +422789,0,0,0,0,0 +422790,0,0,0,0,0 +422791,0,0,0,0,0 +422792,0,0,0,0,0 +422793,0,0,0,0,0 +422794,0,0,0,0,0 +422795,0,0,0,0,0 +422796,0,0,0,0,0 +422797,0,0,0,0,0 +422798,0,0,0,0,0 +422799,0,0,0,0,0 +422800,0,0,0,0,0 +422801,0,0,0,0,0 +422802,0,0,0,0,0 +422803,0,0,0,0,0 +422804,0,0,0,0,0 +422805,0,0,0,0,0 +422806,0,0,0,0,0 +422807,0,0,0,0,0 +422808,0,0,0,0,0 +422809,0,0,0,0,0 +422810,0,0,0,0,0 +422811,0,0,0,0,0 +422812,0,0,0,0,0 +422813,0,0,0,0,0 +422814,0,0,0,0,0 +422815,0,0,0,0,0 +422816,0,0,0,0,0 +422817,0,0,0,0,0 +422818,0,0,0,0,0 +422819,0,0,0,0,0 +422820,0,0,0,0,0 +422821,0,0,0,0,0 +422822,0,0,0,0,0 +422823,0,0,0,0,0 +422824,0,0,0,0,0 +422825,0,0,0,0,0 +422826,0,0,0,0,0 +422827,0,0,0,0,0 +422828,0,0,0,0,0 +422829,0,0,0,0,0 +422830,0,0,0,0,0 +422831,0,0,0,0,0 +422832,0,0,0,0,0 +422833,0,0,0,0,0 +422834,0,0,0,0,0 +422835,0,0,0,0,0 +422836,0,0,0,0,0 +422837,0,0,0,0,0 +422838,0,0,0,0,0 +422839,0,0,0,0,0 +422840,0,0,0,0,0 +422841,0,0,0,0,0 +422842,0,0,0,0,0 +422843,0,0,0,0,0 +422844,0,0,0,0,0 +422845,0,0,0,0,0 +422846,0,0,0,0,0 +422847,0,0,0,0,0 +422848,0,0,0,0,0 +422849,0,0,0,0,0 +422850,0,0,0,0,0 +422851,0,0,0,0,0 +422852,0,0,0,0,0 +422853,0,0,0,0,0 +422854,0,0,0,0,0 +422855,0,0,0,0,0 +422856,0,0,0,0,0 +422857,0,0,0,0,0 +422858,0,0,0,0,0 +422859,0,0,0,0,0 +422860,0,0,0,0,0 +422861,0,0,0,0,0 +422862,0,0,0,0,0 +422863,0,0,0,0,0 +422864,0,0,0,0,0 +422865,0,0,0,0,0 +422866,0,0,0,0,0 +422867,0,0,0,0,0 +422868,0,0,0,0,0 +422869,0,0,0,0,0 +422870,0,0,0,0,0 +422871,0,0,0,0,0 +422872,0,0,0,0,0 +422873,0,0,0,0,0 +422874,0,0,0,0,0 +422875,0,0,0,0,0 +422876,0,0,0,0,0 +422877,0,0,0,0,0 +422878,0,0,0,0,0 +422879,0,0,0,0,0 +422880,0,0,0,0,0 +422881,0,0,0,0,0 +422882,0,0,0,0,0 +422883,0,0,0,0,0 +422884,0,0,0,0,0 +422885,0,0,0,0,0 +422886,0,0,0,0,0 +422887,0,0,0,0,0 +422888,0,0,0,0,0 +422889,0,0,0,0,0 +422890,0,0,0,0,0 +422891,0,0,0,0,0 +422892,0,0,0,0,0 +422893,0,0,0,0,0 +422894,0,0,0,0,0 +422895,0,0,0,0,0 +422896,0,0,0,0,0 +422897,0,0,0,0,0 +422898,0,0,0,0,0 +422899,0,0,0,0,0 +422900,0,0,0,0,0 +422901,0,0,0,0,0 +422902,0,0,0,0,0 +422903,0,0,0,0,0 +422904,0,0,0,0,0 +422905,0,0,0,0,0 +422906,0,0,0,0,0 +422907,0,0,0,0,0 +422908,0,0,0,0,0 +422909,0,0,0,0,0 +422910,0,0,0,0,0 +422911,0,0,0,0,0 +422912,0,0,0,0,0 +422913,0,0,0,0,0 +422914,0,0,0,0,0 +422915,0,0,0,0,0 +422916,0,0,0,0,0 +422917,0,0,0,0,0 +422918,0,0,0,0,0 +422919,0,0,0,0,0 +422920,0,0,0,0,0 +422921,0,0,0,0,0 +422922,0,0,0,0,0 +422923,0,0,0,0,0 +422924,0,0,0,0,0 +422925,0,0,0,0,0 +422926,0,0,0,0,0 +422927,0,0,0,0,0 +422928,0,0,0,0,0 +422929,0,0,0,0,0 +422930,0,0,0,0,0 +422931,0,0,0,0,0 +422932,0,0,0,0,0 +422933,0,0,0,0,0 +422934,0,0,0,0,0 +422935,0,0,0,0,0 +422936,0,0,0,0,0 +422937,0,0,0,0,0 +422938,0,0,0,0,0 +422939,0,0,0,0,0 +422940,0,0,0,0,0 +422941,0,0,0,0,0 +422942,0,0,0,0,0 +422943,0,0,0,0,0 +422944,0,0,0,0,0 +422945,0,0,0,0,0 +422946,0,0,0,0,0 +422947,0,0,0,0,0 +422948,0,0,0,0,0 +422949,0,0,0,0,0 +422950,0,0,0,0,0 +422951,0,0,0,0,0 +422952,0,0,0,0,0 +422953,0,0,0,0,0 +422954,0,0,0,0,0 +422955,0,0,0,0,0 +422956,0,0,0,0,0 +422957,0,0,0,0,0 +422958,0,0,0,0,0 +422959,0,0,0,0,0 +422960,0,0,0,0,0 +422961,0,0,0,0,0 +422962,0,0,0,0,0 +422963,0,0,0,0,0 +422964,0,0,0,0,0 +422965,0,0,0,0,0 +422966,0,0,0,0,0 +422967,0,0,0,0,0 +422968,0,0,0,0,0 +422969,0,0,0,0,0 +422970,0,0,0,0,0 +422971,0,0,0,0,0 +422972,0,0,0,0,0 +422973,0,0,0,0,0 +422974,0,0,0,0,0 +422975,0,0,0,0,0 +422976,0,0,0,0,0 +422977,0,0,0,0,0 +422978,0,0,0,0,0 +422979,0,0,0,0,0 +422980,0,0,0,0,0 +422981,0,0,0,0,0 +422982,0,0,0,0,0 +422983,0,0,0,0,0 +422984,0,0,0,0,0 +422985,0,0,0,0,0 +422986,0,0,0,0,0 +422987,0,0,0,0,0 +422988,0,0,0,0,0 +422989,0,0,0,0,0 +422990,0,0,0,0,0 +422991,0,0,0,0,0 +422992,0,0,0,0,0 +422993,0,0,0,0,0 +422994,0,0,0,0,0 +422995,0,0,0,0,0 +422996,0,0,0,0,0 +422997,0,0,0,0,0 +422998,0,0,0,0,0 +422999,0,0,0,0,0 +423000,0,0,0,0,0 +423001,0,0,0,0,0 +423002,0,0,0,0,0 +423003,0,0,0,0,0 +423004,0,0,0,0,0 +423005,0,0,0,0,0 +423006,0,0,0,0,0 +423007,0,0,0,0,0 +423008,0,0,0,0,0 +423009,0,0,0,0,0 +423010,0,0,0,0,0 +423011,0,0,0,0,0 +423012,0,0,0,0,0 +423013,0,0,0,0,0 +423014,0,0,0,0,0 +423015,0,0,0,0,0 +423016,0,0,0,0,0 +423017,0,0,0,0,0 +423018,0,0,0,0,0 +423019,0,0,0,0,0 +423020,0,0,0,0,0 +423021,0,0,0,0,0 +423022,0,0,0,0,0 +423023,0,0,0,0,0 +423024,0,0,0,0,0 +423025,0,0,0,0,0 +423026,0,0,0,0,0 +423027,0,0,0,0,0 +423028,0,0,0,0,0 +423029,0,0,0,0,0 +423030,0,0,0,0,0 +423031,0,0,0,0,0 +423032,0,0,0,0,0 +423033,0,0,0,0,0 +423034,0,0,0,0,0 +423035,0,0,0,0,0 +423036,0,0,0,0,0 +423037,0,0,0,0,0 +423038,0,0,0,0,0 +423039,0,0,0,0,0 +423040,0,0,0,0,0 +423041,0,0,0,0,0 +423042,0,0,0,0,0 +423043,0,0,0,0,0 +423044,0,0,0,0,0 +423045,0,0,0,0,0 +423046,0,0,0,0,0 +423047,0,0,0,0,0 +423048,0,0,0,0,0 +423049,0,0,0,0,0 +423050,0,0,0,0,0 +423051,0,0,0,0,0 +423052,0,0,0,0,0 +423053,0,0,0,0,0 +423054,0,0,0,0,0 +423055,0,0,0,0,0 +423056,0,0,0,0,0 +423057,0,0,0,0,0 +423058,0,0,0,0,0 +423059,0,0,0,0,0 +423060,0,0,0,0,0 +423061,0,0,0,0,0 +423062,0,0,0,0,0 +423063,0,0,0,0,0 +423064,0,0,0,0,0 +423065,0,0,0,0,0 +423066,0,0,0,0,0 +423067,0,0,0,0,0 +423068,0,0,0,0,0 +423069,0,0,0,0,0 +423070,0,0,0,0,0 +423071,0,0,0,0,0 +423072,0,0,0,0,0 +423073,0,0,0,0,0 +423074,0,0,0,0,0 +423075,0,0,0,0,0 +423076,0,0,0,0,0 +423077,0,0,0,0,0 +423078,0,0,0,0,0 +423079,0,0,0,0,0 +423080,0,0,0,0,0 +423081,0,0,0,0,0 +423082,0,0,0,0,0 +423083,0,0,0,0,0 +423084,0,0,0,0,0 +423085,0,0,0,0,0 +423086,0,0,0,0,0 +423087,0,0,0,0,0 +423088,0,0,0,0,0 +423089,0,0,0,0,0 +423090,0,0,0,0,0 +423091,0,0,0,0,0 +423092,0,0,0,0,0 +423093,0,0,0,0,0 +423094,0,0,0,0,0 +423095,0,0,0,0,0 +423096,0,0,0,0,0 +423097,0,0,0,0,0 +423098,0,0,0,0,0 +423099,0,0,0,0,0 +423100,0,0,0,0,0 +423101,0,0,0,0,0 +423102,0,0,0,0,0 +423103,0,0,0,0,0 +423104,0,0,0,0,0 +423105,0,0,0,0,0 +423106,0,0,0,0,0 +423107,0,0,0,0,0 +423108,0,0,0,0,0 +423109,0,0,0,0,0 +423110,0,0,0,0,0 +423111,0,0,0,0,0 +423112,0,0,0,0,0 +423113,0,0,0,0,0 +423114,0,0,0,0,0 +423115,0,0,0,0,0 +423116,0,0,0,0,0 +423117,0,0,0,0,0 +423118,0,0,0,0,0 +423119,0,0,0,0,0 +423120,0,0,0,0,0 +423121,0,0,0,0,0 +423122,0,0,0,0,0 +423123,0,0,0,0,0 +423124,0,0,0,0,0 +423125,0,0,0,0,0 +423126,0,0,0,0,0 +423127,0,0,0,0,0 +423128,0,0,0,0,0 +423129,0,0,0,0,0 +423130,0,0,0,0,0 +423131,0,0,0,0,0 +423132,0,0,0,0,0 +423133,0,0,0,0,0 +423134,0,0,0,0,0 +423135,0,0,0,0,0 +423136,0,0,0,0,0 +423137,0,0,0,0,0 +423138,0,0,0,0,0 +423139,0,0,0,0,0 +423140,0,0,0,0,0 +423141,0,0,0,0,0 +423142,0,0,0,0,0 +423143,0,0,0,0,0 +423144,0,0,0,0,0 +423145,0,0,0,0,0 +423146,0,0,0,0,0 +423147,0,0,0,0,0 +423148,0,0,0,0,0 +423149,0,0,0,0,0 +423150,0,0,0,0,0 +423151,0,0,0,0,0 +423152,0,0,0,0,0 +423153,0,0,0,0,0 +423154,0,0,0,0,0 +423155,0,0,0,0,0 +423156,0,0,0,0,0 +423157,0,0,0,0,0 +423158,0,0,0,0,0 +423159,0,0,0,0,0 +423160,0,0,0,0,0 +423161,0,0,0,0,0 +423162,0,0,0,0,0 +423163,0,0,0,0,0 +423164,0,0,0,0,0 +423165,0,0,0,0,0 +423166,0,0,0,0,0 +423167,0,0,0,0,0 +423168,0,0,0,0,0 +423169,0,0,0,0,0 +423170,0,0,0,0,0 +423171,0,0,0,0,0 +423172,0,0,0,0,0 +423173,0,0,0,0,0 +423174,0,0,0,0,0 +423175,0,0,0,0,0 +423176,0,0,0,0,0 +423177,0,0,0,0,0 +423178,0,0,0,0,0 +423179,0,0,0,0,0 +423180,0,0,0,0,0 +423181,0,0,0,0,0 +423182,0,0,0,0,0 +423183,0,0,0,0,0 +423184,0,0,0,0,0 +423185,0,0,0,0,0 +423186,0,0,0,0,0 +423187,0,0,0,0,0 +423188,0,0,0,0,0 +423189,0,0,0,0,0 +423190,0,0,0,0,0 +423191,0,0,0,0,0 +423192,0,0,0,0,0 +423193,0,0,0,0,0 +423194,0,0,0,0,0 +423195,0,0,0,0,0 +423196,0,0,0,0,0 +423197,0,0,0,0,0 +423198,0,0,0,0,0 +423199,0,0,0,0,0 +423200,0,0,0,0,0 +423201,0,0,0,0,0 +423202,0,0,0,0,0 +423203,0,0,0,0,0 +423204,0,0,0,0,0 +423205,0,0,0,0,0 +423206,0,0,0,0,0 +423207,0,0,0,0,0 +423208,0,0,0,0,0 +423209,0,0,0,0,0 +423210,0,0,0,0,0 +423211,0,0,0,0,0 +423212,0,0,0,0,0 +423213,0,0,0,0,0 +423214,0,0,0,0,0 +423215,0,0,0,0,0 +423216,0,0,0,0,0 +423217,0,0,0,0,0 +423218,0,0,0,0,0 +423219,0,0,0,0,0 +423220,0,0,0,0,0 +423221,0,0,0,0,0 +423222,0,0,0,0,0 +423223,0,0,0,0,0 +423224,0,0,0,0,0 +423225,0,0,0,0,0 +423226,0,0,0,0,0 +423227,0,0,0,0,0 +423228,0,0,0,0,0 +423229,0,0,0,0,0 +423230,0,0,0,0,0 +423231,0,0,0,0,0 +423232,0,0,0,0,0 +423233,0,0,0,0,0 +423234,0,0,0,0,0 +423235,0,0,0,0,0 +423236,0,0,0,0,0 +423237,0,0,0,0,0 +423238,0,0,0,0,0 +423239,0,0,0,0,0 +423240,0,0,0,0,0 +423241,0,0,0,0,0 +423242,0,0,0,0,0 +423243,0,0,0,0,0 +423244,0,0,0,0,0 +423245,0,0,0,0,0 +423246,0,0,0,0,0 +423247,0,0,0,0,0 +423248,0,0,0,0,0 +423249,0,0,0,0,0 +423250,0,0,0,0,0 +423251,0,0,0,0,0 +423252,0,0,0,0,0 +423253,0,0,0,0,0 +423254,0,0,0,0,0 +423255,0,0,0,0,0 +423256,0,0,0,0,0 +423257,0,0,0,0,0 +423258,0,0,0,0,0 +423259,0,0,0,0,0 +423260,0,0,0,0,0 +423261,0,0,0,0,0 +423262,0,0,0,0,0 +423263,0,0,0,0,0 +423264,0,0,0,0,0 +423265,0,0,0,0,0 +423266,0,0,0,0,0 +423267,0,0,0,0,0 +423268,0,0,0,0,0 +423269,0,0,0,0,0 +423270,0,0,0,0,0 +423271,0,0,0,0,0 +423272,0,0,0,0,0 +423273,0,0,0,0,0 +423274,0,0,0,0,0 +423275,0,0,0,0,0 +423276,0,0,0,0,0 +423277,0,0,0,0,0 +423278,0,0,0,0,0 +423279,0,0,0,0,0 +423280,0,0,0,0,0 +423281,0,0,0,0,0 +423282,0,0,0,0,0 +423283,0,0,0,0,0 +423284,0,0,0,0,0 +423285,0,0,0,0,0 +423286,0,0,0,0,0 +423287,0,0,0,0,0 +423288,0,0,0,0,0 +423289,0,0,0,0,0 +423290,0,0,0,0,0 +423291,0,0,0,0,0 +423292,0,0,0,0,0 +423293,0,0,0,0,0 +423294,0,0,0,0,0 +423295,0,0,0,0,0 +423296,0,0,0,0,0 +423297,0,0,0,0,0 +423298,0,0,0,0,0 +423299,0,0,0,0,0 +423300,0,0,0,0,0 +423301,0,0,0,0,0 +423302,0,0,0,0,0 +423303,0,0,0,0,0 +423304,0,0,0,0,0 +423305,0,0,0,0,0 +423306,0,0,0,0,0 +423307,0,0,0,0,0 +423308,0,0,0,0,0 +423309,0,0,0,0,0 +423310,0,0,0,0,0 +423311,0,0,0,0,0 +423312,0,0,0,0,0 +423313,0,0,0,0,0 +423314,0,0,0,0,0 +423315,0,0,0,0,0 +423316,0,0,0,0,0 +423317,0,0,0,0,0 +423318,0,0,0,0,0 +423319,0,0,0,0,0 +423320,0,0,0,0,0 +423321,0,0,0,0,0 +423322,0,0,0,0,0 +423323,0,0,0,0,0 +423324,0,0,0,0,0 +423325,0,0,0,0,0 +423326,0,0,0,0,0 +423327,0,0,0,0,0 +423328,0,0,0,0,0 +423329,0,0,0,0,0 +423330,0,0,0,0,0 +423331,0,0,0,0,0 +423332,0,0,0,0,0 +423333,0,0,0,0,0 +423334,0,0,0,0,0 +423335,0,0,0,0,0 +423336,0,0,0,0,0 +423337,0,0,0,0,0 +423338,0,0,0,0,0 +423339,0,0,0,0,0 +423340,0,0,0,0,0 +423341,0,0,0,0,0 +423342,0,0,0,0,0 +423343,0,0,0,0,0 +423344,0,0,0,0,0 +423345,0,0,0,0,0 +423346,0,0,0,0,0 +423347,0,0,0,0,0 +423348,0,0,0,0,0 +423349,0,0,0,0,0 +423350,0,0,0,0,0 +423351,0,0,0,0,0 +423352,0,0,0,0,0 +423353,0,0,0,0,0 +423354,0,0,0,0,0 +423355,0,0,0,0,0 +423356,0,0,0,0,0 +423357,0,0,0,0,0 +423358,0,0,0,0,0 +423359,0,0,0,0,0 +423360,0,0,0,0,0 +423361,0,0,0,0,0 +423362,0,0,0,0,0 +423363,0,0,0,0,0 +423364,0,0,0,0,0 +423365,0,0,0,0,0 +423366,0,0,0,0,0 +423367,0,0,0,0,0 +423368,0,0,0,0,0 +423369,0,0,0,0,0 +423370,0,0,0,0,0 +423371,0,0,0,0,0 +423372,0,0,0,0,0 +423373,0,0,0,0,0 +423374,0,0,0,0,0 +423375,0,0,0,0,0 +423376,0,0,0,0,0 +423377,0,0,0,0,0 +423378,0,0,0,0,0 +423379,0,0,0,0,0 +423380,0,0,0,0,0 +423381,0,0,0,0,0 +423382,0,0,0,0,0 +423383,0,0,0,0,0 +423384,0,0,0,0,0 +423385,0,0,0,0,0 +423386,0,0,0,0,0 +423387,0,0,0,0,0 +423388,0,0,0,0,0 +423389,0,0,0,0,0 +423390,0,0,0,0,0 +423391,0,0,0,0,0 +423392,0,0,0,0,0 +423393,0,0,0,0,0 +423394,0,0,0,0,0 +423395,0,0,0,0,0 +423396,0,0,0,0,0 +423397,0,0,0,0,0 +423398,0,0,0,0,0 +423399,0,0,0,0,0 +423400,0,0,0,0,0 +423401,0,0,0,0,0 +423402,0,0,0,0,0 +423403,0,0,0,0,0 +423404,0,0,0,0,0 +423405,0,0,0,0,0 +423406,0,0,0,0,0 +423407,0,0,0,0,0 +423408,0,0,0,0,0 +423409,0,0,0,0,0 +423410,0,0,0,0,0 +423411,0,0,0,0,0 +423412,0,0,0,0,0 +423413,0,0,0,0,0 +423414,0,0,0,0,0 +423415,0,0,0,0,0 +423416,0,0,0,0,0 +423417,0,0,0,0,0 +423418,0,0,0,0,0 +423419,0,0,0,0,0 +423420,0,0,0,0,0 +423421,0,0,0,0,0 +423422,0,0,0,0,0 +423423,0,0,0,0,0 +423424,0,0,0,0,0 +423425,0,0,0,0,0 +423426,0,0,0,0,0 +423427,0,0,0,0,0 +423428,0,0,0,0,0 +423429,0,0,0,0,0 +423430,0,0,0,0,0 +423431,0,0,0,0,0 +423432,0,0,0,0,0 +423433,0,0,0,0,0 +423434,0,0,0,0,0 +423435,0,0,0,0,0 +423436,0,0,0,0,0 +423437,0,0,0,0,0 +423438,0,0,0,0,0 +423439,0,0,0,0,0 +423440,0,0,0,0,0 +423441,0,0,0,0,0 +423442,0,0,0,0,0 +423443,0,0,0,0,0 +423444,0,0,0,0,0 +423445,0,0,0,0,0 +423446,0,0,0,0,0 +423447,0,0,0,0,0 +423448,0,0,0,0,0 +423449,0,0,0,0,0 +423450,0,0,0,0,0 +423451,0,0,0,0,0 +423452,0,0,0,0,0 +423453,0,0,0,0,0 +423454,0,0,0,0,0 +423455,0,0,0,0,0 +423456,0,0,0,0,0 +423457,0,0,0,0,0 +423458,0,0,0,0,0 +423459,0,0,0,0,0 +423460,0,0,0,0,0 +423461,0,0,0,0,0 +423462,0,0,0,0,0 +423463,0,0,0,0,0 +423464,0,0,0,0,0 +423465,0,0,0,0,0 +423466,0,0,0,0,0 +423467,0,0,0,0,0 +423468,0,0,0,0,0 +423469,0,0,0,0,0 +423470,0,0,0,0,0 +423471,0,0,0,0,0 +423472,0,0,0,0,0 +423473,0,0,0,0,0 +423474,0,0,0,0,0 +423475,0,0,0,0,0 +423476,0,0,0,0,0 +423477,0,0,0,0,0 +423478,0,0,0,0,0 +423479,0,0,0,0,0 +423480,0,0,0,0,0 +423481,0,0,0,0,0 +423482,0,0,0,0,0 +423483,0,0,0,0,0 +423484,0,0,0,0,0 +423485,0,0,0,0,0 +423486,0,0,0,0,0 +423487,0,0,0,0,0 +423488,0,0,0,0,0 +423489,0,0,0,0,0 +423490,0,0,0,0,0 +423491,0,0,0,0,0 +423492,0,0,0,0,0 +423493,0,0,0,0,0 +423494,0,0,0,0,0 +423495,0,0,0,0,0 +423496,0,0,0,0,0 +423497,0,0,0,0,0 +423498,0,0,0,0,0 +423499,0,0,0,0,0 +423500,0,0,0,0,0 +423501,0,0,0,0,0 +423502,0,0,0,0,0 +423503,0,0,0,0,0 +423504,0,0,0,0,0 +423505,0,0,0,0,0 +423506,0,0,0,0,0 +423507,0,0,0,0,0 +423508,0,0,0,0,0 +423509,0,0,0,0,0 +423510,0,0,0,0,0 +423511,0,0,0,0,0 +423512,0,0,0,0,0 +423513,0,0,0,0,0 +423514,0,0,0,0,0 +423515,0,0,0,0,0 +423516,0,0,0,0,0 +423517,0,0,0,0,0 +423518,0,0,0,0,0 +423519,0,0,0,0,0 +423520,0,0,0,0,0 +423521,0,0,0,0,0 +423522,0,0,0,0,0 +423523,0,0,0,0,0 +423524,0,0,0,0,0 +423525,0,0,0,0,0 +423526,0,0,0,0,0 +423527,0,0,0,0,0 +423528,0,0,0,0,0 +423529,0,0,0,0,0 +423530,0,0,0,0,0 +423531,0,0,0,0,0 +423532,0,0,0,0,0 +423533,0,0,0,0,0 +423534,0,0,0,0,0 +423535,0,0,0,0,0 +423536,0,0,0,0,0 +423537,0,0,0,0,0 +423538,0,0,0,0,0 +423539,0,0,0,0,0 +423540,0,0,0,0,0 +423541,0,0,0,0,0 +423542,0,0,0,0,0 +423543,0,0,0,0,0 +423544,0,0,0,0,0 +423545,0,0,0,0,0 +423546,0,0,0,0,0 +423547,0,0,0,0,0 +423548,0,0,0,0,0 +423549,0,0,0,0,0 +423550,0,0,0,0,0 +423551,0,0,0,0,0 +423552,0,0,0,0,0 +423553,0,0,0,0,0 +423554,0,0,0,0,0 +423555,0,0,0,0,0 +423556,0,0,0,0,0 +423557,0,0,0,0,0 +423558,0,0,0,0,0 +423559,0,0,0,0,0 +423560,0,0,0,0,0 +423561,0,0,0,0,0 +423562,0,0,0,0,0 +423563,0,0,0,0,0 +423564,0,0,0,0,0 +423565,0,0,0,0,0 +423566,0,0,0,0,0 +423567,0,0,0,0,0 +423568,0,0,0,0,0 +423569,0,0,0,0,0 +423570,0,0,0,0,0 +423571,0,0,0,0,0 +423572,0,0,0,0,0 +423573,0,0,0,0,0 +423574,0,0,0,0,0 +423575,0,0,0,0,0 +423576,0,0,0,0,0 +423577,0,0,0,0,0 +423578,0,0,0,0,0 +423579,0,0,0,0,0 +423580,0,0,0,0,0 +423581,0,0,0,0,0 +423582,0,0,0,0,0 +423583,0,0,0,0,0 +423584,0,0,0,0,0 +423585,0,0,0,0,0 +423586,0,0,0,0,0 +423587,0,0,0,0,0 +423588,0,0,0,0,0 +423589,0,0,0,0,0 +423590,0,0,0,0,0 +423591,0,0,0,0,0 +423592,0,0,0,0,0 +423593,0,0,0,0,0 +423594,0,0,0,0,0 +423595,0,0,0,0,0 +423596,0,0,0,0,0 +423597,0,0,0,0,0 +423598,0,0,0,0,0 +423599,0,0,0,0,0 +423600,0,0,0,0,0 +423601,0,0,0,0,0 +423602,0,0,0,0,0 +423603,0,0,0,0,0 +423604,0,0,0,0,0 +423605,0,0,0,0,0 +423606,0,0,0,0,0 +423607,0,0,0,0,0 +423608,0,0,0,0,0 +423609,0,0,0,0,0 +423610,0,0,0,0,0 +423611,0,0,0,0,0 +423612,0,0,0,0,0 +423613,0,0,0,0,0 +423614,0,0,0,0,0 +423615,0,0,0,0,0 +423616,0,0,0,0,0 +423617,0,0,0,0,0 +423618,0,0,0,0,0 +423619,0,0,0,0,0 +423620,0,0,0,0,0 +423621,0,0,0,0,0 +423622,0,0,0,0,0 +423623,0,0,0,0,0 +423624,0,0,0,0,0 +423625,0,0,0,0,0 +423626,0,0,0,0,0 +423627,0,0,0,0,0 +423628,0,0,0,0,0 +423629,0,0,0,0,0 +423630,0,0,0,0,0 +423631,0,0,0,0,0 +423632,0,0,0,0,0 +423633,0,0,0,0,0 +423634,0,0,0,0,0 +423635,0,0,0,0,0 +423636,0,0,0,0,0 +423637,0,0,0,0,0 +423638,0,0,0,0,0 +423639,0,0,0,0,0 +423640,0,0,0,0,0 +423641,0,0,0,0,0 +423642,0,0,0,0,0 +423643,0,0,0,0,0 +423644,0,0,0,0,0 +423645,0,0,0,0,0 +423646,0,0,0,0,0 +423647,0,0,0,0,0 +423648,0,0,0,0,0 +423649,0,0,0,0,0 +423650,0,0,0,0,0 +423651,0,0,0,0,0 +423652,0,0,0,0,0 +423653,0,0,0,0,0 +423654,0,0,0,0,0 +423655,0,0,0,0,0 +423656,0,0,0,0,0 +423657,0,0,0,0,0 +423658,0,0,0,0,0 +423659,0,0,0,0,0 +423660,0,0,0,0,0 +423661,0,0,0,0,0 +423662,0,0,0,0,0 +423663,0,0,0,0,0 +423664,0,0,0,0,0 +423665,0,0,0,0,0 +423666,0,0,0,0,0 +423667,0,0,0,0,0 +423668,0,0,0,0,0 +423669,0,0,0,0,0 +423670,0,0,0,0,0 +423671,0,0,0,0,0 +423672,0,0,0,0,0 +423673,0,0,0,0,0 +423674,0,0,0,0,0 +423675,0,0,0,0,0 +423676,0,0,0,0,0 +423677,0,0,0,0,0 +423678,0,0,0,0,0 +423679,0,0,0,0,0 +423680,0,0,0,0,0 +423681,0,0,0,0,0 +423682,0,0,0,0,0 +423683,0,0,0,0,0 +423684,0,0,0,0,0 +423685,0,0,0,0,0 +423686,0,0,0,0,0 +423687,0,0,0,0,0 +423688,0,0,0,0,0 +423689,0,0,0,0,0 +423690,0,0,0,0,0 +423691,0,0,0,0,0 +423692,0,0,0,0,0 +423693,0,0,0,0,0 +423694,0,0,0,0,0 +423695,0,0,0,0,0 +423696,0,0,0,0,0 +423697,0,0,0,0,0 +423698,0,0,0,0,0 +423699,0,0,0,0,0 +423700,0,0,0,0,0 +423701,0,0,0,0,0 +423702,0,0,0,0,0 +423703,0,0,0,0,0 +423704,0,0,0,0,0 +423705,0,0,0,0,0 +423706,0,0,0,0,0 +423707,0,0,0,0,0 +423708,0,0,0,0,0 +423709,0,0,0,0,0 +423710,0,0,0,0,0 +423711,0,0,0,0,0 +423712,0,0,0,0,0 +423713,0,0,0,0,0 +423714,0,0,0,0,0 +423715,0,0,0,0,0 +423716,0,0,0,0,0 +423717,0,0,0,0,0 +423718,0,0,0,0,0 +423719,0,0,0,0,0 +423720,0,0,0,0,0 +423721,0,0,0,0,0 +423722,0,0,0,0,0 +423723,0,0,0,0,0 +423724,0,0,0,0,0 +423725,0,0,0,0,0 +423726,0,0,0,0,0 +423727,0,0,0,0,0 +423728,0,0,0,0,0 +423729,0,0,0,0,0 +423730,0,0,0,0,0 +423731,0,0,0,0,0 +423732,0,0,0,0,0 +423733,0,0,0,0,0 +423734,0,0,0,0,0 +423735,0,0,0,0,0 +423736,0,0,0,0,0 +423737,0,0,0,0,0 +423738,0,0,0,0,0 +423739,0,0,0,0,0 +423740,0,0,0,0,0 +423741,0,0,0,0,0 +423742,0,0,0,0,0 +423743,0,0,0,0,0 +423744,0,0,0,0,0 +423745,0,0,0,0,0 +423746,0,0,0,0,0 +423747,0,0,0,0,0 +423748,0,0,0,0,0 +423749,0,0,0,0,0 +423750,0,0,0,0,0 +423751,0,0,0,0,0 +423752,0,0,0,0,0 +423753,0,0,0,0,0 +423754,0,0,0,0,0 +423755,0,0,0,0,0 +423756,0,0,0,0,0 +423757,0,0,0,0,0 +423758,0,0,0,0,0 +423759,0,0,0,0,0 +423760,0,0,0,0,0 +423761,0,0,0,0,0 +423762,0,0,0,0,0 +423763,0,0,0,0,0 +423764,0,0,0,0,0 +423765,0,0,0,0,0 +423766,0,0,0,0,0 +423767,0,0,0,0,0 +423768,0,0,0,0,0 +423769,0,0,0,0,0 +423770,0,0,0,0,0 +423771,0,0,0,0,0 +423772,0,0,0,0,0 +423773,0,0,0,0,0 +423774,0,0,0,0,0 +423775,0,0,0,0,0 +423776,0,0,0,0,0 +423777,0,0,0,0,0 +423778,0,0,0,0,0 +423779,0,0,0,0,0 +423780,0,0,0,0,0 +423781,-1484.472376,0,-1299.011589,-628.8583236,0 +423782,-1036.482407,0,0,-423.161605,0 +423783,0,0,0,0,0 +423784,0,0,0,0,0 +423785,-113.6111277,0,0,-97.77697215,0 +423786,-350.9127338,0,0,-127.9879055,0 +423787,-134.0852329,0,0,-68.92238803,0 +423788,-182.6620101,0,0,-82.17790398,0 +423789,-176.4487899,0,0,-79.02036646,0 +423790,-170.1445306,0,0,-76.03729664,0 +423791,-164.2724849,0,0,-72.90512728,0 +423792,-157.805215,0,0,-69.84544563,0 +423793,-151.7847138,0,0,-66.86200802,0 +423794,-145.960128,0,0,-63.95844715,0 +423795,-139.8139564,0,0,-60.80475859,0 +423796,-133.8732655,0,0,-58.06871033,0 +423797,-127.8810517,0,0,-54.86342909,0 +423798,-122.1047931,0,0,-52.30530658,0 +423799,-116.0207601,0,0,-49.05613349,0 +423800,-110.4251028,0,0,-46.46011772,0 +423801,-104.262376,0,0,-43.51052107,0 +423802,-98.59533588,0,0,-40.65723161,0 +423803,-92.6309006,0,0,-37.78935874,0 +423804,-86.9033734,0,0,-35.02102176,0 +423805,-81.14924468,0,0,-32.12752497,0 +423806,-75.10338144,0,0,-29.4492844,0 +423807,-69.30235998,0,0,-26.53457508,0 +423808,-63.74914189,0,0,-23.61068592,0 +423809,-57.50804425,0,0,-21.1330672,0 +423810,-52.05502336,0,0,-17.96660529,0 +423811,-46.99144897,0,0,-16.15911167,0 +423812,-42.45448272,0,0,-13.89231084,0 +423813,-37.77421788,0,0,-12.07739514,0 +423814,-33.22052449,0,0,-9.917605998,0 +423815,-28.52551266,0,0,-7.983140467,0 +423816,-24.22856552,0,0,-6.16065915,0 +423817,-19.52317996,0,0,-4.336550717,0 +423818,-15.08333025,0,0,-2.282901533,0 +423819,-10.7754428,0,0,0,0 +423820,-6.061734766,0,0,0,0 +423821,-1.885953919,0,0,0,0 +423822,0,0,0,0,0 +423823,0,0,0,0,0 +423824,0,0,0,0,0 +423825,0,0,0,0,0 +423826,0,159.0865217,0,0,0 +423827,0,142.1748502,0,0,0 +423828,0,147.7563467,0,0,0 +423829,0,174.4204284,0,0,0 +423830,0,185.7868142,0,0,0 +423831,0,201.0743976,0,0,0 +423832,0,216.4894142,0,0,0 +423833,0,231.4145258,0,0,0 +423834,0,246.7836612,0,0,0 +423835,0,261.8995971,0,0,0 +423836,0,276.8617449,0,0,0 +423837,0,291.54876,0,0,0 +423838,0,306.4863147,0,0,0 +423839,0,320.6883953,0,0,0 +423840,0,335.2930344,0,0,0 +423841,0,349.9482523,0,0,0 +423842,0,364.0840654,0,0,0 +423843,0,378.1239276,0,0,0 +423844,0,392.6143047,0,0,0 +423845,0,406.4843688,0,0,0 +423846,0,420.5134811,0,0,0 +423847,0,434.1654476,0,0,0 +423848,0,448.7189956,0,0,0 +423849,0,461.8576769,0,0,0 +423850,0,475.8381695,0,0,0 +423851,0,480.1996954,0,0,0 +423852,0,492.2293061,0,0,0 +423853,0,504.9507023,0,0,0 +423854,0,517.8015114,0,0,0 +423855,0,530.4104966,0,0,0 +423856,0,551.7864371,0,0,0 +423857,0,569.0186592,0,0,0 +423858,0,586.5877348,0,0,0 +423859,0,603.9493224,0,0,0 +423860,0,621.3480063,0,0,0 +423861,0,638.6263603,0,0,0 +423862,0,655.961557,0,0,0 +423863,0,673.1625855,0,0,0 +423864,0,690.3504285,0,0,0 +423865,0,707.4834111,0,0,0 +423866,0,724.5216733,0,0,0 +423867,0,741.6193984,0,0,0 +423868,0,758.0953893,0,0,0 +423869,0,775.6860046,0,0,0 +423870,0,792.3375602,0,0,0 +423871,0,807.4182701,0,0,0 +423872,0,822.1555854,0,0,0 +423873,0,836.725986,0,0,0 +423874,0,850.9140604,0,0,0 +423875,0,865.0897904,0,0,0 +423876,0,878.9410319,0,0,0 +423877,0,892.6706335,0,0,0 +423878,0,906.2167658,0,0,0 +423879,0,919.5349383,0,0,0 +423880,0,932.8427897,0,0,0 +423881,0,945.8584493,0,0,0 +423882,0,958.7794429,0,0,0 +423883,0,971.4792379,0,0,0 +423884,0,984.2421085,0,0,0 +423885,0,996.5143915,0,0,0 +423886,0,1008.992345,0,0,0 +423887,0,1021.12457,0,0,0 +423888,0,1033.187365,0,0,0 +423889,0,1045.105539,0,0,0 +423890,0,1056.827128,0,0,0 +423891,0,1068.643962,0,0,0 +423892,0,1080.016857,0,0,0 +423893,0,1091.409121,0,0,0 +423894,0,1102.761158,0,0,0 +423895,0,1113.783301,0,0,0 +423896,0,1127.013904,0,0,0 +423897,0,1140.362581,0,0,0 +423898,0,1147.550322,0,0,0 +423899,0,1164.709465,0,0,0 +423900,0,1166.94989,0,0,0 +423901,0,1161.813213,0,0,0 +423902,0,1199.366987,0,0,0 +423903,0,1195.899071,0,0,0 +423904,0,1209.160522,0,0,0 +423905,0,1219.159058,0,0,0 +423906,0,1229.174271,0,0,0 +423907,0,1239.005135,0,0,0 +423908,0,1248.738016,0,0,0 +423909,0,1258.425927,0,0,0 +423910,0,1267.733137,0,0,0 +423911,0,1277.290468,0,0,0 +423912,0,1286.563854,0,0,0 +423913,0,1295.618088,0,0,0 +423914,0,1304.717542,0,0,0 +423915,0,1313.631134,0,0,0 +423916,0,1322.45021,0,0,0 +423917,0,1331.155371,0,0,0 +423918,0,1339.830528,0,0,0 +423919,0,1348.192677,0,0,0 +423920,0,1356.545966,0,0,0 +423921,0,1365.008612,0,0,0 +423922,0,1372.974895,0,0,0 +423923,0,1381.104813,0,0,0 +423924,0,1389.035128,0,0,0 +423925,0,1396.961488,0,0,0 +423926,0,1404.47531,0,0,0 +423927,0,1412.30016,0,0,0 +423928,0,1419.747365,0,0,0 +423929,0,1427.184397,0,0,0 +423930,0,1434.592593,0,0,0 +423931,0,1440.805536,0,0,0 +423932,0,1447.005793,0,0,0 +423933,0,1452.823897,0,0,0 +423934,0,1458.677998,0,0,0 +423935,0,1464.129755,0,0,0 +423936,0,1469.560331,0,0,0 +423937,0,1484.415339,0,0,0 +423938,0,1491.119375,0,0,0 +423939,0,1496.898152,0,0,0 +423940,0,1502.333386,0,0,0 +423941,0,1507.580228,0,0,0 +423942,0,1512.263562,0,0,0 +423943,0,1517.167473,0,0,0 +423944,0,1521.575401,0,0,0 +423945,0,1525.885487,0,0,0 +423946,0,1529.9902,0,0,0 +423947,0,1533.908693,0,0,0 +423948,0,1537.646299,0,0,0 +423949,0,1541.205369,0,0,0 +423950,0,1544.687496,0,0,0 +423951,0,1547.755879,0,0,0 +423952,0,1553.339065,0,0,0 +423953,0,1551.847661,0,0,0 +423954,0,1576.677279,0,0,0 +423955,0,1544.093008,0,0,0 +423956,0,1579.714152,0,0,0 +423957,0,1569.393444,0,0,0 +423958,0,1574.557583,0,0,0 +423959,0,1577.173053,0,0,0 +423960,0,1579.585173,0,0,0 +423961,0,1581.825192,0,0,0 +423962,0,1583.90528,0,0,0 +423963,0,1585.935139,0,0,0 +423964,0,1587.572498,0,0,0 +423965,0,1589.287589,0,0,0 +423966,0,1590.774382,0,0,0 +423967,0,1592.13902,0,0,0 +423968,0,1593.368603,0,0,0 +423969,0,1594.464076,0,0,0 +423970,0,1595.428312,0,0,0 +423971,0,1596.261868,0,0,0 +423972,0,1596.967345,0,0,0 +423973,0,1597.545787,0,0,0 +423974,0,1597.999189,0,0,0 +423975,0,1598.32867,0,0,0 +423976,0,1598.536093,0,0,0 +423977,0,1598.622493,0,0,0 +423978,0,1598.589646,0,0,0 +423979,0,1598.438518,0,0,0 +423980,0,1598.170808,0,0,0 +423981,0,1597.78743,0,0,0 +423982,0,1597.290021,0,0,0 +423983,0,1596.679453,0,0,0 +423984,0,1595.957312,0,0,0 +423985,0,1595.124439,0,0,0 +423986,0,1594.182545,0,0,0 +423987,0,1593.131877,0,0,0 +423988,0,1591.974708,0,0,0 +423989,0,1590.711342,0,0,0 +423990,0,1589.34343,0,0,0 +423991,0,1588.466622,0,0,0 +423992,0,1587.605252,0,0,0 +423993,0,1586.715387,0,0,0 +423994,0,1585.679855,0,0,0 +423995,0,1584.834519,0,0,0 +423996,0,1583.711652,0,0,0 +423997,0,1582.61099,0,0,0 +423998,0,1581.426411,0,0,0 +423999,0,1580.170065,0,0,0 +424000,0,1578.839917,0,0,0 +424001,0,1577.43356,0,0,0 +424002,0,1575.949328,0,0,0 +424003,0,1574.385384,0,0,0 +424004,0,1572.740531,0,0,0 +424005,0,1571.013307,0,0,0 +424006,0,1569.202844,0,0,0 +424007,0,1590.099701,0,0,0 +424008,0,1531.921101,0,0,0 +424009,0,1579.84216,0,0,0 +424010,0,1567.868407,0,0,0 +424011,0,1543.413461,0,0,0 +424012,0,1583.142902,0,0,0 +424013,0,1524.603907,0,0,0 +424014,0,1585.781272,0,0,0 +424015,0,1515.99137,0,0,0 +424016,0,1576.243643,0,0,0 +424017,0,1518.037939,0,0,0 +424018,0,1555.13738,0,0,0 +424019,0,1530.069279,0,0,0 +424020,0,1537.199917,0,0,0 +424021,0,1530.897081,0,0,0 +424022,0,1528.166532,0,0,0 +424023,0,1524.778627,0,0,0 +424024,0,1521.293187,0,0,0 +424025,0,1517.716325,0,0,0 +424026,0,1514.047953,0,0,0 +424027,0,1510.288269,0,0,0 +424028,0,1506.533276,0,0,0 +424029,0,1502.356895,0,0,0 +424030,0,1498.529984,0,0,0 +424031,0,1490.506092,0,0,0 +424032,0,1485.795583,0,0,0 +424033,0,1481.286933,0,0,0 +424034,0,1476.777104,0,0,0 +424035,0,1472.226935,0,0,0 +424036,0,1467.61905,0,0,0 +424037,0,1462.849042,0,0,0 +424038,0,1458.238079,0,0,0 +424039,86.83135071,1453.35042,0,0,0 +424040,60.96043807,1448.560855,0,0,0 +424041,69.71894051,1443.451623,0,0,0 +424042,79.24755598,1438.463524,0,0,0 +424043,85.02187961,1433.314688,0,0,0 +424044,90.84969739,1428.007514,0,0,0 +424045,96.38949231,1422.840946,0,0,0 +424046,101.8688823,1417.397274,0,0,0 +424047,107.2214354,1411.949071,0,0,0 +424048,112.4021423,1406.41315,0,0,0 +424049,117.764196,1400.788418,0,0,0 +424050,122.5043298,1395.078676,0,0,0 +424051,128.124184,1389.47939,0,0,0 +424052,133.5130775,1383.847938,0,0,0 +424053,138.6049099,1378.157126,0,0,0 +424054,144.1241458,1372.405985,0,0,0 +424055,149.244646,1366.592304,0,0,0 +424056,154.4282212,1360.626554,0,0,0 +424057,159.5852543,1354.819455,0,0,0 +424058,164.5920239,1348.833299,0,0,0 +424059,169.5052973,1342.662213,33.52076446,0,0 +424060,174.6094228,1336.585563,46.98895861,0,0 +424061,179.4447209,1330.297166,38.51557693,0,0 +424062,184.40014,1324.155217,47.77312786,0,0 +424063,189.0193419,1317.779594,51.73438743,0,0 +424064,193.6760192,1311.402926,55.64149208,0,0 +424065,198.6284607,1305.044534,59.53030063,0,0 +424066,203.1142919,1298.325577,63.35228906,0,0 +424067,207.7410688,1291.935153,67.00166133,0,0 +424068,211.044175,1279.907423,77.99484111,0,0 +424069,215.3718148,1272.279807,82.51067429,0,0 +424070,219.8514007,1265.275255,86.86257137,0,0 +424071,224.0607141,1258.179632,90.62596401,0,0 +424072,228.9444266,1250.883798,94.91246582,0,0 +424073,232.8651094,1243.909137,98.49793191,0,0 +424074,237.421299,1236.679468,102.4228338,0,0 +424075,241.6531853,1229.484933,106.1184557,0,0 +424076,245.9840884,1222.172408,110.2161878,0,0 +424077,250.1867271,1215.081092,113.412985,0,0 +424078,254.4539051,1207.599144,117.3318958,26.20361829,0 +424079,258.3954689,1200.225665,120.5074162,20.303175,0 +424080,262.9180366,1192.924985,124.5291199,27.96725611,0 +424081,266.8067174,1185.412409,127.4595662,23.94499501,0 +424082,270.9425157,1177.927168,131.1180177,36.6987507,0 +424083,274.9172243,1170.375096,134.3614016,24.28197893,0 +424084,278.9032003,1162.725885,137.7579752,28.49330046,0 +424085,283.4589851,1178.668177,140.8536647,40.91934834,0 +424086,287.7051858,1112.752065,144.0988485,36.54382294,0 +424087,292.5313984,1157.088308,147.159884,40.34173518,0 +424088,296.9058032,1131.899937,150.4648325,42.4146152,0 +424089,301.7476452,1118.324478,153.6652268,44.54822854,0 +424090,306.1839316,1119.177388,156.443805,46.53929438,0 +424091,310.7844883,1107.776044,159.6656269,48.58277651,0 +424092,315.996218,1100.468161,162.5816915,50.53265238,0 +424093,320.2067678,1092.565741,165.5446924,52.43985766,0 +424094,325.0106146,1084.52071,168.4869962,54.41528746,0 +424095,329.6844532,1076.55704,171.401612,56.28169273,0 +424096,334.4275989,1068.393106,174.2889289,58.15622922,0 +424097,339.118296,1060.272324,177.3251859,59.95798746,0 +424098,343.8711106,1052.226331,179.880907,61.83672708,0 +424099,348.5846956,1044.077844,182.8253784,63.60344499,0 +424100,353.363482,1035.792303,185.5786343,65.38131588,0 +424101,358.101148,1027.609503,188.3346787,67.1305459,0 +424102,362.9059061,1019.337977,191.0677685,68.81326804,0 +424103,367.6697026,1011.047916,193.7766487,70.63907489,0 +424104,372.5022621,1002.730706,196.4619097,72.16711533,0 +424105,377.2928977,994.3867161,199.1242418,73.95655933,0 +424106,381.8523403,986.0826061,201.7648958,75.60821968,0 +424107,387.2330911,977.5979979,204.382716,77.11649851,0 +424108,391.8078146,969.1631401,206.9680768,78.84584668,0 +424109,396.7962808,960.8707915,209.5566273,80.33555061,0 +424110,401.6355533,952.2799453,212.0802365,82.06059759,0 +424111,406.4101695,943.7461138,214.7049889,83.51437586,0 +424112,411.3495395,935.1245152,217.2457151,85.0821148,0 +424113,416.06664,926.4940402,219.8516206,86.72017677,0 +424114,421.0633111,917.8540484,222.3622365,88.22001962,0 +424115,425.8844292,909.2635885,224.9384879,89.82069675,0 +424116,430.798749,900.4640381,227.4167594,91.18744201,0 +424117,435.7294348,891.9814887,229.9631951,92.83167468,0 +424118,440.5932025,883.187708,232.4338882,94.26650538,0 +424119,445.552852,874.5723858,234.8884411,95.69191528,0 +424120,450.5303449,865.9033781,237.38475,97.32770468,0 +424121,455.4408762,857.2425359,239.7853529,98.62821229,0 +424122,460.4499918,848.6471749,242.2577241,100.1362881,0 +424123,465.4797912,839.9274458,244.652909,101.5561585,0 +424124,470.4412624,831.2797901,247.0323329,102.9086242,0 +424125,475.5051885,822.7827331,249.7237451,104.4248326,0 +424126,480.5906543,814.0634787,251.6319462,105.7700301,0 +424127,485.6062416,805.5759734,254.2404603,107.2444432,0 +424128,490.7279333,796.8708685,256.5187078,108.5074531,0 +424129,495.8749508,788.4878779,258.8241154,109.8583953,0 +424130,500.9485974,779.8462313,261.1824571,111.3167237,0 +424131,506.133998,771.3915102,263.4639877,112.6066688,0 +424132,511.3447251,762.9136045,265.7297324,113.9576531,0 +424133,516.4806709,759.0931755,268.049537,115.2854774,0 +424134,521.7346477,753.5116569,270.2910087,116.6041456,0 +424135,526.9729579,746.6762312,272.5461468,117.8339116,0 +424136,531.8711954,741.062186,274.7557499,119.3392249,0 +424137,537.7426908,734.92784,277.0245861,120.4412816,0 +424138,542.7327955,728.9336965,279.2154888,121.8020817,0 +424139,548.2568815,722.9098114,281.3913237,123.0608697,0 +424140,553.5313253,717.0253701,283.6254228,124.3262956,0 +424141,0,0,0,0,0 +424142,0,0,0,0,0 +424143,0,0,0,0,0 +424144,0,0,0,0,0 +424145,0,0,0,0,0 +424146,0,0,0,0,0 +424147,0,0,0,0,0 +424148,0,0,0,0,0 +424149,0,0,0,0,0 +424150,0,0,0,0,0 +424151,0,0,0,0,0 +424152,0,0,0,0,0 +424153,0,0,0,0,0 +424154,0,0,0,0,0 +424155,0,0,0,0,0 +424156,0,0,0,0,0 +424157,0,0,0,0,0 +424158,0,0,0,0,0 +424159,0,0,0,0,0 +424160,0,0,0,0,0 +424161,0,0,0,0,0 +424162,0,0,0,0,0 +424163,0,0,0,0,0 +424164,0,0,0,0,0 +424165,0,0,0,0,0 +424166,0,0,0,0,0 +424167,0,0,0,0,0 +424168,0,0,0,0,0 +424169,0,0,0,0,0 +424170,0,0,0,0,0 +424171,0,0,0,0,0 +424172,0,0,0,0,0 +424173,0,0,0,0,0 +424174,0,0,0,0,0 +424175,0,0,0,0,0 +424176,0,0,0,0,0 +424177,0,0,0,0,0 +424178,0,0,0,0,0 +424179,0,0,0,0,0 +424180,0,0,0,0,0 +424181,0,0,0,0,0 +424182,0,0,0,0,0 +424183,0,0,0,0,0 +424184,0,0,0,0,0 +424185,0,0,0,0,0 +424186,0,0,0,0,0 +424187,0,0,0,0,0 +424188,0,0,0,0,0 +424189,0,0,0,0,0 +424190,0,0,0,0,0 +424191,0,0,0,0,0 +424192,0,0,0,0,0 +424193,0,0,0,0,0 +424194,0,0,0,0,0 +424195,0,0,0,0,0 +424196,0,0,0,0,0 +424197,0,0,0,0,0 +424198,0,0,0,0,0 +424199,0,0,0,0,0 +424200,0,0,0,0,0 +424201,0,0,0,0,0 +424202,0,0,0,0,0 +424203,0,0,0,0,0 +424204,0,0,0,0,0 +424205,0,0,0,0,0 +424206,0,0,0,0,0 +424207,0,0,0,0,0 +424208,0,0,0,0,0 +424209,0,0,0,0,0 +424210,0,0,0,0,0 +424211,0,0,0,0,0 +424212,0,0,0,0,0 +424213,0,0,0,0,0 +424214,0,0,0,0,0 +424215,0,0,0,0,0 +424216,0,0,0,0,0 +424217,0,0,0,0,0 +424218,0,0,0,0,0 +424219,0,0,0,0,0 +424220,0,0,0,0,0 +424221,0,0,0,0,0 +424222,0,0,0,0,0 +424223,0,0,0,0,0 +424224,0,0,0,0,0 +424225,0,0,0,0,0 +424226,0,0,0,0,0 +424227,0,0,0,0,0 +424228,0,0,0,0,0 +424229,0,0,0,0,0 +424230,0,0,0,0,0 +424231,0,0,0,0,0 +424232,0,0,0,0,0 +424233,0,0,0,0,0 +424234,0,0,0,0,0 +424235,0,0,0,0,0 +424236,0,0,0,0,0 +424237,0,0,0,0,0 +424238,0,0,0,0,0 +424239,0,0,0,0,0 +424240,0,0,0,0,0 +424241,0,0,0,0,0 +424242,0,0,0,0,0 +424243,0,0,0,0,0 +424244,0,0,0,0,0 +424245,0,0,0,0,0 +424246,0,0,0,0,0 +424247,0,0,0,0,0 +424248,0,0,0,0,0 +424249,0,0,0,0,0 +424250,0,0,0,0,0 +424251,0,0,0,0,0 +424252,0,0,0,0,0 +424253,0,0,0,0,0 +424254,0,0,0,0,0 +424255,0,0,0,0,0 +424256,0,0,0,0,0 +424257,0,0,0,0,0 +424258,0,0,0,0,0 +424259,0,0,0,0,0 +424260,0,0,0,0,0 +424261,0,0,0,0,0 +424262,0,0,0,0,0 +424263,0,0,0,0,0 +424264,0,0,0,0,0 +424265,0,0,0,0,0 +424266,0,0,0,0,0 +424267,0,0,0,0,0 +424268,0,0,0,0,0 +424269,0,0,0,0,0 +424270,0,0,0,0,0 +424271,0,0,0,0,0 +424272,0,0,0,0,0 +424273,0,0,0,0,0 +424274,0,0,0,0,0 +424275,0,0,0,0,0 +424276,0,0,0,0,0 +424277,0,0,0,0,0 +424278,0,0,0,0,0 +424279,0,0,0,0,0 +424280,0,0,0,0,0 +424281,0,0,0,0,0 +424282,0,0,0,0,0 +424283,0,0,0,0,0 +424284,0,0,0,0,0 +424285,0,0,0,0,0 +424286,0,0,0,0,0 +424287,0,0,0,0,0 +424288,0,0,0,0,0 +424289,0,0,0,0,0 +424290,0,0,0,0,0 +424291,0,0,0,0,0 +424292,0,0,0,0,0 +424293,0,0,0,0,0 +424294,0,0,0,0,0 +424295,0,0,0,0,0 +424296,0,0,0,0,0 +424297,0,0,0,0,0 +424298,0,0,0,0,0 +424299,0,0,0,0,0 +424300,0,0,0,0,0 +424301,0,0,0,0,0 +424302,0,0,0,0,0 +424303,0,0,0,0,0 +424304,0,0,0,0,0 +424305,0,0,0,0,0 +424306,0,0,0,0,0 +424307,0,0,0,0,0 +424308,0,0,0,0,0 +424309,0,0,0,0,0 +424310,0,0,0,0,0 +424311,0,0,0,0,0 +424312,0,0,0,0,0 +424313,0,0,0,0,0 +424314,0,0,0,0,0 +424315,0,0,0,0,0 +424316,0,0,0,0,0 +424317,0,0,0,0,0 +424318,0,0,0,0,0 +424319,0,0,0,0,0 +424320,0,0,0,0,0 +424321,0,0,0,0,0 +424322,0,0,0,0,0 +424323,0,0,0,0,0 +424324,0,0,0,0,0 +424325,0,0,0,0,0 +424326,0,0,0,0,0 +424327,0,0,0,0,0 +424328,0,0,0,0,0 +424329,0,0,0,0,0 +424330,0,0,0,0,0 +424331,0,0,0,0,0 +424332,0,0,0,0,0 +424333,0,0,0,0,0 +424334,0,0,0,0,0 +424335,0,0,0,0,0 +424336,0,0,0,0,0 +424337,0,0,0,0,0 +424338,0,0,0,0,0 +424339,0,0,0,0,0 +424340,0,0,0,0,0 +424341,0,0,0,0,0 +424342,0,0,0,0,0 +424343,0,0,0,0,0 +424344,0,0,0,0,0 +424345,0,0,0,0,0 +424346,0,0,0,0,0 +424347,0,0,0,0,0 +424348,0,0,0,0,0 +424349,0,0,0,0,0 +424350,0,0,0,0,0 +424351,0,0,0,0,0 +424352,0,0,0,0,0 +424353,0,0,0,0,0 +424354,0,0,0,0,0 +424355,0,0,0,0,0 +424356,0,0,0,0,0 +424357,0,0,0,0,0 +424358,0,0,0,0,0 +424359,0,0,0,0,0 +424360,0,0,0,0,0 +424361,0,0,0,0,0 +424362,0,0,0,0,0 +424363,0,0,0,0,0 +424364,0,0,0,0,0 +424365,0,0,0,0,0 +424366,0,0,0,0,0 +424367,0,0,0,0,0 +424368,0,0,0,0,0 +424369,0,0,0,0,0 +424370,0,0,0,0,0 +424371,0,0,0,0,0 +424372,0,0,0,0,0 +424373,0,0,0,0,0 +424374,0,0,0,0,0 +424375,0,0,0,0,0 +424376,0,0,0,0,0 +424377,0,0,0,0,0 +424378,0,0,0,0,0 +424379,0,0,0,0,0 +424380,0,0,0,0,0 +424381,0,0,0,0,0 +424382,0,0,0,0,0 +424383,0,0,0,0,0 +424384,0,0,0,0,0 +424385,0,0,0,0,0 +424386,0,0,0,0,0 +424387,0,0,0,0,0 +424388,0,0,0,0,0 +424389,0,0,0,0,0 +424390,0,0,0,0,0 +424391,0,0,0,0,0 +424392,0,0,0,0,0 +424393,0,0,0,0,0 +424394,0,0,0,0,0 +424395,0,0,0,0,0 +424396,0,0,0,0,0 +424397,0,0,0,0,0 +424398,0,0,0,0,0 +424399,0,0,0,0,0 +424400,0,0,0,0,0 +424401,0,0,0,0,0 +424402,0,0,0,0,0 +424403,0,0,0,0,0 +424404,0,0,0,0,0 +424405,0,0,0,0,0 +424406,0,0,0,0,0 +424407,0,0,0,0,0 +424408,0,0,0,0,0 +424409,0,0,0,0,0 +424410,0,0,0,0,0 +424411,0,0,0,0,0 +424412,0,0,0,0,0 +424413,0,0,0,0,0 +424414,0,0,0,0,0 +424415,0,0,0,0,0 +424416,0,0,0,0,0 +424417,0,0,0,0,0 +424418,0,0,0,0,0 +424419,0,0,0,0,0 +424420,0,0,0,0,0 +424421,0,0,0,0,0 +424422,0,0,0,0,0 +424423,0,0,0,0,0 +424424,0,0,0,0,0 +424425,0,0,0,0,0 +424426,0,0,0,0,0 +424427,0,0,0,0,0 +424428,0,0,0,0,0 +424429,0,0,0,0,0 +424430,0,0,0,0,0 +424431,0,0,0,0,0 +424432,0,0,0,0,0 +424433,0,0,0,0,0 +424434,0,0,0,0,0 +424435,0,0,0,0,0 +424436,0,0,0,0,0 +424437,0,0,0,0,0 +424438,0,0,0,0,0 +424439,0,0,0,0,0 +424440,0,0,0,0,0 +424441,0,0,0,0,0 +424442,0,0,0,0,0 +424443,0,0,0,0,0 +424444,0,0,0,0,0 +424445,0,0,0,0,0 +424446,0,0,0,0,0 +424447,0,0,0,0,0 +424448,0,0,0,0,0 +424449,0,0,0,0,0 +424450,0,0,0,0,0 +424451,0,0,0,0,0 +424452,0,0,0,0,0 +424453,0,0,0,0,0 +424454,0,0,0,0,0 +424455,0,0,0,0,0 +424456,0,0,0,0,0 +424457,0,0,0,0,0 +424458,0,0,0,0,0 +424459,0,0,0,0,0 +424460,0,0,0,0,0 +424461,0,0,0,0,0 +424462,0,0,0,0,0 +424463,0,0,0,0,0 +424464,0,0,0,0,0 +424465,0,0,0,0,0 +424466,0,0,0,0,0 +424467,0,0,0,0,0 +424468,0,0,0,0,0 +424469,0,0,0,0,0 +424470,0,0,0,0,0 +424471,0,0,0,0,0 +424472,0,0,0,0,0 +424473,0,0,0,0,0 +424474,0,0,0,0,0 +424475,0,0,0,0,0 +424476,0,0,0,0,0 +424477,0,0,0,0,0 +424478,0,0,0,0,0 +424479,0,0,0,0,0 +424480,0,0,0,0,0 +424481,0,0,0,0,0 +424482,0,0,0,0,0 +424483,0,0,0,0,0 +424484,0,0,0,0,0 +424485,0,0,0,0,0 +424486,0,0,0,0,0 +424487,0,0,0,0,0 +424488,0,0,0,0,0 +424489,0,0,0,0,0 +424490,0,0,0,0,0 +424491,0,0,0,0,0 +424492,0,0,0,0,0 +424493,0,0,0,0,0 +424494,0,0,0,0,0 +424495,0,0,0,0,0 +424496,0,0,0,0,0 +424497,0,0,0,0,0 +424498,0,0,0,0,0 +424499,0,0,0,0,0 +424500,0,0,0,0,0 +424501,0,0,0,0,0 +424502,0,0,0,0,0 +424503,0,0,0,0,0 +424504,0,0,0,0,0 +424505,0,0,0,0,0 +424506,0,0,0,0,0 +424507,0,0,0,0,0 +424508,0,0,0,0,0 +424509,0,0,0,0,0 +424510,0,0,0,0,0 +424511,0,0,0,0,0 +424512,0,0,0,0,0 +424513,0,0,0,0,0 +424514,0,0,0,0,0 +424515,0,0,0,0,0 +424516,0,0,0,0,0 +424517,0,0,0,0,0 +424518,0,0,0,0,0 +424519,0,0,0,0,0 +424520,0,0,0,0,0 +424521,0,0,0,0,0 +424522,0,0,0,0,0 +424523,0,0,0,0,0 +424524,0,0,0,0,0 +424525,0,0,0,0,0 +424526,0,0,0,0,0 +424527,0,0,0,0,0 +424528,0,0,0,0,0 +424529,0,0,0,0,0 +424530,0,0,0,0,0 +424531,0,0,0,0,0 +424532,0,0,0,0,0 +424533,0,0,0,0,0 +424534,0,0,0,0,0 +424535,0,0,0,0,0 +424536,0,0,0,0,0 +424537,0,0,0,0,0 +424538,0,0,0,0,0 +424539,0,0,0,0,0 +424540,0,0,0,0,0 +424541,0,0,0,0,0 +424542,0,0,0,0,0 +424543,0,0,0,0,0 +424544,0,0,0,0,0 +424545,0,0,0,0,0 +424546,0,0,0,0,0 +424547,0,0,0,0,0 +424548,0,0,0,0,0 +424549,0,0,0,0,0 +424550,0,0,0,0,0 +424551,0,0,0,0,0 +424552,0,0,0,0,0 +424553,0,0,0,0,0 +424554,0,0,0,0,0 +424555,0,0,0,0,0 +424556,0,0,0,0,0 +424557,0,0,0,0,0 +424558,0,0,0,0,0 +424559,0,0,0,0,0 +424560,0,0,0,0,0 +424561,0,0,0,0,0 +424562,0,0,0,0,0 +424563,0,0,0,0,0 +424564,0,0,0,0,0 +424565,0,0,0,0,0 +424566,0,0,0,0,0 +424567,0,0,0,0,0 +424568,0,0,0,0,0 +424569,0,0,0,0,0 +424570,0,0,0,0,0 +424571,0,0,0,0,0 +424572,0,0,0,0,0 +424573,0,0,0,0,0 +424574,0,0,0,0,0 +424575,0,0,0,0,0 +424576,0,0,0,0,0 +424577,0,0,0,0,0 +424578,0,0,0,0,0 +424579,0,0,0,0,0 +424580,0,0,0,0,0 +424581,0,0,0,0,0 +424582,0,0,0,0,0 +424583,0,0,0,0,0 +424584,0,0,0,0,0 +424585,0,0,0,0,0 +424586,0,0,0,0,0 +424587,0,0,0,0,0 +424588,0,0,0,0,0 +424589,0,0,0,0,0 +424590,0,0,0,0,0 +424591,0,0,0,0,0 +424592,0,0,0,0,0 +424593,0,0,0,0,0 +424594,0,0,0,0,0 +424595,0,0,0,0,0 +424596,0,0,0,0,0 +424597,0,0,0,0,0 +424598,0,0,0,0,0 +424599,0,0,0,0,0 +424600,0,0,0,0,0 +424601,0,0,0,0,0 +424602,0,0,0,0,0 +424603,0,0,0,0,0 +424604,0,0,0,0,0 +424605,0,0,0,0,0 +424606,0,0,0,0,0 +424607,0,0,0,0,0 +424608,0,0,0,0,0 +424609,0,0,0,0,0 +424610,0,0,0,0,0 +424611,0,0,0,0,0 +424612,0,0,0,0,0 +424613,0,0,0,0,0 +424614,0,0,0,0,0 +424615,0,0,0,0,0 +424616,0,0,0,0,0 +424617,0,0,0,0,0 +424618,0,0,0,0,0 +424619,0,0,0,0,0 +424620,0,0,0,0,0 +424621,0,0,0,0,0 +424622,0,0,0,0,0 +424623,0,0,0,0,0 +424624,0,0,0,0,0 +424625,0,0,0,0,0 +424626,0,0,0,0,0 +424627,0,0,0,0,0 +424628,0,0,0,0,0 +424629,0,0,0,0,0 +424630,0,0,0,0,0 +424631,0,0,0,0,0 +424632,0,0,0,0,0 +424633,0,0,0,0,0 +424634,0,0,0,0,0 +424635,0,0,0,0,0 +424636,0,0,0,0,0 +424637,0,0,0,0,0 +424638,0,0,0,0,0 +424639,0,0,0,0,0 +424640,0,0,0,0,0 +424641,0,0,0,0,0 +424642,0,0,0,0,0 +424643,0,0,0,0,0 +424644,0,0,0,0,0 +424645,0,0,0,0,0 +424646,0,0,0,0,0 +424647,0,0,0,0,0 +424648,0,0,0,0,0 +424649,0,0,0,0,0 +424650,0,0,0,0,0 +424651,0,0,0,0,0 +424652,0,0,0,0,0 +424653,0,0,0,0,0 +424654,0,0,0,0,0 +424655,0,0,0,0,0 +424656,0,0,0,0,0 +424657,0,0,0,0,0 +424658,0,0,0,0,0 +424659,0,0,0,0,0 +424660,0,0,0,0,0 +424661,0,0,0,0,0 +424662,0,0,0,0,0 +424663,0,0,0,0,0 +424664,0,0,0,0,0 +424665,0,0,0,0,0 +424666,0,0,0,0,0 +424667,0,0,0,0,0 +424668,0,0,0,0,0 +424669,0,0,0,0,0 +424670,0,0,0,0,0 +424671,0,0,0,0,0 +424672,0,0,0,0,0 +424673,0,0,0,0,0 +424674,0,0,0,0,0 +424675,0,0,0,0,0 +424676,0,0,0,0,0 +424677,0,0,0,0,0 +424678,0,0,0,0,0 +424679,0,0,0,0,0 +424680,0,0,0,0,0 +424681,0,0,0,0,0 +424682,0,0,0,0,0 +424683,0,0,0,0,0 +424684,0,0,0,0,0 +424685,0,0,0,0,0 +424686,0,0,0,0,0 +424687,0,0,0,0,0 +424688,0,0,0,0,0 +424689,0,0,0,0,0 +424690,0,0,0,0,0 +424691,0,0,0,0,0 +424692,0,0,0,0,0 +424693,0,0,0,0,0 +424694,0,0,0,0,0 +424695,0,0,0,0,0 +424696,0,0,0,0,0 +424697,0,0,0,0,0 +424698,0,0,0,0,0 +424699,0,0,0,0,0 +424700,0,0,0,0,0 +424701,0,0,0,0,0 +424702,0,0,0,0,0 +424703,0,0,0,0,0 +424704,0,0,0,0,0 +424705,0,0,0,0,0 +424706,0,0,0,0,0 +424707,0,0,0,0,0 +424708,0,0,0,0,0 +424709,0,0,0,0,0 +424710,0,0,0,0,0 +424711,0,0,0,0,0 +424712,0,0,0,0,0 +424713,0,0,0,0,0 +424714,0,0,0,0,0 +424715,0,0,0,0,0 +424716,0,0,0,0,0 +424717,0,0,0,0,0 +424718,0,0,0,0,0 +424719,0,0,0,0,0 +424720,0,0,0,0,0 +424721,0,0,0,0,0 +424722,0,0,0,0,0 +424723,0,0,0,0,0 +424724,0,0,0,0,0 +424725,0,0,0,0,0 +424726,0,0,0,0,0 +424727,0,0,0,0,0 +424728,0,0,0,0,0 +424729,0,0,0,0,0 +424730,0,0,0,0,0 +424731,0,0,0,0,0 +424732,0,0,0,0,0 +424733,0,0,0,0,0 +424734,0,0,0,0,0 +424735,0,0,0,0,0 +424736,0,0,0,0,0 +424737,0,0,0,0,0 +424738,0,0,0,0,0 +424739,0,0,0,0,0 +424740,0,0,0,0,0 +424741,0,0,0,0,0 +424742,0,0,0,0,0 +424743,0,0,0,0,0 +424744,0,0,0,0,0 +424745,0,0,0,0,0 +424746,0,0,0,0,0 +424747,0,0,0,0,0 +424748,0,0,0,0,0 +424749,0,0,0,0,0 +424750,0,0,0,0,0 +424751,0,0,0,0,0 +424752,0,0,0,0,0 +424753,0,0,0,0,0 +424754,0,0,0,0,0 +424755,0,0,0,0,0 +424756,0,0,0,0,0 +424757,0,0,0,0,0 +424758,0,0,0,0,0 +424759,0,0,0,0,0 +424760,0,0,0,0,0 +424761,0,0,0,0,0 +424762,0,0,0,0,0 +424763,0,0,0,0,0 +424764,0,0,0,0,0 +424765,0,0,0,0,0 +424766,0,0,0,0,0 +424767,0,0,0,0,0 +424768,0,0,0,0,0 +424769,0,0,0,0,0 +424770,0,0,0,0,0 +424771,0,0,0,0,0 +424772,0,0,0,0,0 +424773,0,0,0,0,0 +424774,0,0,0,0,0 +424775,0,0,0,0,0 +424776,0,0,0,0,0 +424777,0,0,0,0,0 +424778,0,0,0,0,0 +424779,0,0,0,0,0 +424780,0,0,0,0,0 +424781,0,0,0,0,0 +424782,0,0,0,0,0 +424783,0,0,0,0,0 +424784,0,0,0,0,0 +424785,0,0,0,0,0 +424786,0,0,0,0,0 +424787,0,0,0,0,0 +424788,0,0,0,0,0 +424789,0,0,0,0,0 +424790,0,0,0,0,0 +424791,0,0,0,0,0 +424792,0,0,0,0,0 +424793,0,0,0,0,0 +424794,0,0,0,0,0 +424795,0,0,0,0,0 +424796,0,0,0,0,0 +424797,0,0,0,0,0 +424798,0,0,0,0,0 +424799,0,0,0,0,0 +424800,0,0,0,0,0 +424801,0,0,0,0,0 +424802,0,0,0,0,0 +424803,0,0,0,0,0 +424804,0,0,0,0,0 +424805,0,0,0,0,0 +424806,0,0,0,0,0 +424807,0,0,0,0,0 +424808,0,0,0,0,0 +424809,0,0,0,0,0 +424810,0,0,0,0,0 +424811,0,0,0,0,0 +424812,0,0,0,0,0 +424813,0,0,0,0,0 +424814,0,0,0,0,0 +424815,0,0,0,0,0 +424816,0,0,0,0,0 +424817,0,0,0,0,0 +424818,0,0,0,0,0 +424819,0,0,0,0,0 +424820,0,0,0,0,0 +424821,0,0,0,0,0 +424822,0,0,0,0,0 +424823,0,0,0,0,0 +424824,0,0,0,0,0 +424825,0,0,0,0,0 +424826,0,0,0,0,0 +424827,0,0,0,0,0 +424828,0,0,0,0,0 +424829,0,0,0,0,0 +424830,0,0,0,0,0 +424831,0,0,0,0,0 +424832,0,0,0,0,0 +424833,0,0,0,0,0 +424834,0,0,0,0,0 +424835,0,0,0,0,0 +424836,0,0,0,0,0 +424837,0,0,0,0,0 +424838,0,0,0,0,0 +424839,0,0,0,0,0 +424840,0,0,0,0,0 +424841,0,0,0,0,0 +424842,0,0,0,0,0 +424843,0,0,0,0,0 +424844,0,0,0,0,0 +424845,0,0,0,0,0 +424846,0,0,0,0,0 +424847,0,0,0,0,0 +424848,0,0,0,0,0 +424849,0,0,0,0,0 +424850,0,0,0,0,0 +424851,0,0,0,0,0 +424852,0,0,0,0,0 +424853,0,0,0,0,0 +424854,0,0,0,0,0 +424855,0,0,0,0,0 +424856,0,0,0,0,0 +424857,0,0,0,0,0 +424858,0,0,0,0,0 +424859,0,0,0,0,0 +424860,0,0,0,0,0 +424861,0,0,0,0,0 +424862,0,0,0,0,0 +424863,0,0,0,0,0 +424864,0,0,0,0,0 +424865,0,0,0,0,0 +424866,0,0,0,0,0 +424867,0,0,0,0,0 +424868,0,0,0,0,0 +424869,0,0,0,0,0 +424870,0,0,0,0,0 +424871,0,0,0,0,0 +424872,0,0,0,0,0 +424873,0,0,0,0,0 +424874,0,0,0,0,0 +424875,0,0,0,0,0 +424876,0,0,0,0,0 +424877,0,0,0,0,0 +424878,0,0,0,0,0 +424879,0,0,0,0,0 +424880,0,0,0,0,0 +424881,0,0,0,0,0 +424882,0,0,0,0,0 +424883,0,0,0,0,0 +424884,0,0,0,0,0 +424885,0,0,0,0,0 +424886,0,0,0,0,0 +424887,0,0,0,0,0 +424888,0,0,0,0,0 +424889,0,0,0,0,0 +424890,0,0,0,0,0 +424891,0,0,0,0,0 +424892,0,0,0,0,0 +424893,0,0,0,0,0 +424894,0,0,0,0,0 +424895,0,0,0,0,0 +424896,0,0,0,0,0 +424897,0,0,0,0,0 +424898,0,0,0,0,0 +424899,0,0,0,0,0 +424900,0,0,0,0,0 +424901,0,0,0,0,0 +424902,0,0,0,0,0 +424903,0,0,0,0,0 +424904,0,0,0,0,0 +424905,0,0,0,0,0 +424906,0,0,0,0,0 +424907,0,0,0,0,0 +424908,0,0,0,0,0 +424909,0,0,0,0,0 +424910,0,0,0,0,0 +424911,0,0,0,0,0 +424912,0,0,0,0,0 +424913,0,0,0,0,0 +424914,0,0,0,0,0 +424915,0,0,0,0,0 +424916,0,0,0,0,0 +424917,0,0,0,0,0 +424918,0,0,0,0,0 +424919,0,0,0,0,0 +424920,0,0,0,0,0 +424921,0,0,0,0,0 +424922,0,0,0,0,0 +424923,0,0,0,0,0 +424924,0,0,0,0,0 +424925,0,0,0,0,0 +424926,0,0,0,0,0 +424927,0,0,0,0,0 +424928,0,0,0,0,0 +424929,0,0,0,0,0 +424930,0,0,0,0,0 +424931,0,0,0,0,0 +424932,0,0,0,0,0 +424933,0,0,0,0,0 +424934,0,0,0,0,0 +424935,0,0,0,0,0 +424936,0,0,0,0,0 +424937,0,0,0,0,0 +424938,0,0,0,0,0 +424939,0,0,0,0,0 +424940,0,0,0,0,0 +424941,0,0,0,0,0 +424942,0,0,0,0,0 +424943,0,0,0,0,0 +424944,0,0,0,0,0 +424945,0,0,0,0,0 +424946,0,0,0,0,0 +424947,0,0,0,0,0 +424948,0,0,0,0,0 +424949,0,0,0,0,0 +424950,0,0,0,0,0 +424951,0,0,0,0,0 +424952,0,0,0,0,0 +424953,0,0,0,0,0 +424954,0,0,0,0,0 +424955,0,0,0,0,0 +424956,0,0,0,0,0 +424957,0,0,0,0,0 +424958,0,0,0,0,0 +424959,0,0,0,0,0 +424960,0,0,0,0,0 +424961,0,0,0,0,0 +424962,0,0,0,0,0 +424963,0,0,0,0,0 +424964,0,0,0,0,0 +424965,0,0,0,0,0 +424966,0,0,0,0,0 +424967,0,0,0,0,0 +424968,0,0,0,0,0 +424969,0,0,0,0,0 +424970,0,0,0,0,0 +424971,0,0,0,0,0 +424972,0,0,0,0,0 +424973,0,0,0,0,0 +424974,0,0,0,0,0 +424975,0,0,0,0,0 +424976,0,0,0,0,0 +424977,0,0,0,0,0 +424978,0,0,0,0,0 +424979,0,0,0,0,0 +424980,0,0,0,0,0 +424981,0,0,0,0,0 +424982,0,0,0,0,0 +424983,0,0,0,0,0 +424984,0,0,0,0,0 +424985,0,0,0,0,0 +424986,0,0,0,0,0 +424987,0,0,0,0,0 +424988,0,0,0,0,0 +424989,0,0,0,0,0 +424990,0,0,0,0,0 +424991,0,0,0,0,0 +424992,0,0,0,0,0 +424993,0,0,0,0,0 +424994,0,0,0,0,0 +424995,0,0,0,0,0 +424996,0,0,0,0,0 +424997,0,0,0,0,0 +424998,0,0,0,0,0 +424999,0,0,0,0,0 +425000,0,0,0,0,0 +425001,0,0,0,0,0 +425002,0,0,0,0,0 +425003,0,0,0,0,0 +425004,0,0,0,0,0 +425005,0,0,0,0,0 +425006,0,0,0,0,0 +425007,0,0,0,0,0 +425008,0,0,0,0,0 +425009,0,0,0,0,0 +425010,0,0,0,0,0 +425011,0,0,0,0,0 +425012,0,0,0,0,0 +425013,0,0,0,0,0 +425014,0,0,0,0,0 +425015,0,0,0,0,0 +425016,0,0,0,0,0 +425017,0,0,0,0,0 +425018,0,0,0,0,0 +425019,0,0,0,0,0 +425020,0,0,0,0,0 +425021,0,0,0,0,0 +425022,0,0,0,0,0 +425023,0,0,0,0,0 +425024,0,0,0,0,0 +425025,0,0,0,0,0 +425026,0,0,0,0,0 +425027,0,0,0,0,0 +425028,0,0,0,0,0 +425029,0,0,0,0,0 +425030,0,0,0,0,0 +425031,0,0,0,0,0 +425032,0,0,0,0,0 +425033,0,0,0,0,0 +425034,0,0,0,0,0 +425035,0,0,0,0,0 +425036,0,0,0,0,0 +425037,0,0,0,0,0 +425038,0,0,0,0,0 +425039,0,0,0,0,0 +425040,0,0,0,0,0 +425041,0,0,0,0,0 +425042,0,0,0,0,0 +425043,0,0,0,0,0 +425044,0,0,0,0,0 +425045,0,0,0,0,0 +425046,0,0,0,0,0 +425047,0,0,0,0,0 +425048,0,0,0,0,0 +425049,0,0,0,0,0 +425050,0,0,0,0,0 +425051,0,0,0,0,0 +425052,0,0,0,0,0 +425053,0,0,0,0,0 +425054,0,0,0,0,0 +425055,0,0,0,0,0 +425056,0,0,0,0,0 +425057,0,0,0,0,0 +425058,0,0,0,0,0 +425059,0,0,0,0,0 +425060,0,0,0,0,0 +425061,0,0,0,0,0 +425062,0,0,0,0,0 +425063,0,0,0,0,0 +425064,0,0,0,0,0 +425065,0,0,0,0,0 +425066,0,0,0,0,0 +425067,0,0,0,0,0 +425068,0,0,0,0,0 +425069,0,0,0,0,0 +425070,0,0,0,0,0 +425071,0,0,0,0,0 +425072,0,0,0,0,0 +425073,0,0,0,0,0 +425074,0,0,0,0,0 +425075,0,0,0,0,0 +425076,0,0,0,0,0 +425077,0,0,0,0,0 +425078,0,0,0,0,0 +425079,0,0,0,0,0 +425080,0,0,0,0,0 +425081,0,0,0,0,0 +425082,0,0,0,0,0 +425083,0,0,0,0,0 +425084,0,0,0,0,0 +425085,0,0,0,0,0 +425086,0,0,0,0,0 +425087,0,0,0,0,0 +425088,0,0,0,0,0 +425089,0,0,0,0,0 +425090,0,0,0,0,0 +425091,0,0,0,0,0 +425092,0,0,0,0,0 +425093,0,0,0,0,0 +425094,0,0,0,0,0 +425095,0,0,0,0,0 +425096,0,0,0,0,0 +425097,0,0,0,0,0 +425098,0,0,0,0,0 +425099,0,0,0,0,0 +425100,0,0,0,0,0 +425101,0,0,0,0,0 +425102,0,0,0,0,0 +425103,0,0,0,0,0 +425104,0,0,0,0,0 +425105,0,0,0,0,0 +425106,0,0,0,0,0 +425107,0,0,0,0,0 +425108,0,0,0,0,0 +425109,0,0,0,0,0 +425110,0,0,0,0,0 +425111,0,0,0,0,0 +425112,0,0,0,0,0 +425113,0,0,0,0,0 +425114,0,0,0,0,0 +425115,0,0,0,0,0 +425116,0,0,0,0,0 +425117,0,0,0,0,0 +425118,0,0,0,0,0 +425119,0,0,0,0,0 +425120,0,0,0,0,0 +425121,0,0,0,0,0 +425122,0,0,0,0,0 +425123,0,0,0,0,0 +425124,0,0,0,0,0 +425125,0,0,0,0,0 +425126,0,0,0,0,0 +425127,0,0,0,0,0 +425128,0,0,0,0,0 +425129,0,0,0,0,0 +425130,0,0,0,0,0 +425131,0,0,0,0,0 +425132,0,0,0,0,0 +425133,0,0,0,0,0 +425134,0,0,0,0,0 +425135,0,0,0,0,0 +425136,0,0,0,0,0 +425137,0,0,0,0,0 +425138,0,0,0,0,0 +425139,0,0,0,0,0 +425140,0,0,0,0,0 +425141,0,0,0,0,0 +425142,0,0,0,0,0 +425143,0,0,0,0,0 +425144,0,0,0,0,0 +425145,0,0,0,0,0 +425146,0,0,0,0,0 +425147,0,0,0,0,0 +425148,0,0,0,0,0 +425149,0,0,0,0,0 +425150,0,0,0,0,0 +425151,0,0,0,0,0 +425152,0,0,0,0,0 +425153,0,0,0,0,0 +425154,0,0,0,0,0 +425155,0,0,0,0,0 +425156,0,0,0,0,0 +425157,0,0,0,0,0 +425158,0,0,0,0,0 +425159,0,0,0,0,0 +425160,0,0,0,0,0 +425161,0,0,0,0,0 +425162,0,0,0,0,0 +425163,0,0,0,0,0 +425164,0,0,0,0,0 +425165,0,0,0,0,0 +425166,0,0,0,0,0 +425167,0,0,0,0,0 +425168,0,0,0,0,0 +425169,0,0,0,0,0 +425170,0,0,0,0,0 +425171,0,0,0,0,0 +425172,0,0,0,0,0 +425173,0,0,0,0,0 +425174,0,0,0,0,0 +425175,0,0,0,0,0 +425176,0,0,0,0,0 +425177,0,0,0,0,0 +425178,0,0,0,0,0 +425179,0,0,0,0,0 +425180,0,0,0,0,0 +425181,0,0,0,0,0 +425182,0,0,0,0,0 +425183,0,0,0,0,0 +425184,0,0,0,0,0 +425185,0,0,0,0,0 +425186,0,0,0,0,0 +425187,0,0,0,0,0 +425188,0,0,0,0,0 +425189,0,0,0,0,0 +425190,0,0,0,0,0 +425191,0,0,0,0,0 +425192,0,0,0,0,0 +425193,0,0,0,0,0 +425194,0,0,0,0,0 +425195,0,0,0,0,0 +425196,0,0,0,0,0 +425197,0,0,0,0,0 +425198,0,0,0,0,0 +425199,0,0,0,0,0 +425200,0,0,0,0,0 +425201,0,0,0,0,0 +425202,0,0,0,0,0 +425203,0,0,0,0,0 +425204,0,0,0,0,0 +425205,0,0,0,0,0 +425206,0,0,0,0,0 +425207,0,0,0,0,0 +425208,0,0,0,0,0 +425209,0,0,0,0,0 +425210,0,0,0,0,0 +425211,0,0,0,0,0 +425212,0,0,0,0,0 +425213,0,0,0,0,0 +425214,0,0,0,0,0 +425215,0,0,0,0,0 +425216,0,0,0,0,0 +425217,0,0,0,0,0 +425218,0,0,0,0,0 +425219,0,0,0,0,0 +425220,0,0,0,0,0 +425221,-1928.185579,-93.06914508,-1616.75504,-861.1147936,-1543.622843 +425222,-428.0169167,-15.00424615,-127.654519,-175.0006553,-255.2304383 +425223,-133.873424,-11.94306108,-112.8547499,-61.56901983,-245.6182752 +425224,-131.5017838,-9.715042464,-111.4319033,-60.88828139,-247.3731413 +425225,-138.6491922,-7.871856116,-115.995345,-64.43332126,-254.5297877 +425226,-147.7610077,-6.101675794,-121.5932634,-87.83475633,-262.9430783 +425227,-155.9120781,-4.281258274,-126.5005758,-89.08969891,-271.1125939 +425228,-162.7702718,-2.39362431,-130.5980702,-74.82950676,-278.8723002 +425229,-168.7364077,-0.476938599,-134.1857051,-77.41314027,-286.4002518 +425230,-174.1777087,1.435974126,-137.5042051,-79.98100797,-293.8393039 +425231,-179.2752764,3.335226429,-140.6655753,-82.45914591,-301.2440692 +425232,-184.107152,5.225038902,-143.7070309,-84.79798321,-308.6201788 +425233,-188.7022851,7.113809892,-146.6404722,-86.99664824,-315.9590292 +425234,-193.0894467,9.009337815,-149.4744316,-89.07038235,-323.2523391 +425235,-197.2887522,10.91758739,-152.2191776,-91.03976486,-330.4955679 +425236,-201.3280132,12.84295938,-154.8858076,-92.92237441,-337.6873847 +425237,-205.2236471,14.78887647,-157.4846116,-94.73136161,-344.8273884 +425238,-208.997355,16.75812605,-160.0244238,-96.47661281,-351.9155404 +425239,-212.6590271,18.75302249,-162.5126302,-98.1659413,-358.9516624 +425240,-216.2208276,20.77544424,-164.9554956,-99.80582872,-365.9358577 +425241,-219.697925,22.82690566,-167.3583634,-101.4017247,-372.8682198 +425242,-223.0937556,24.90858271,-169.7258875,-102.9582526,-379.7491902 +425243,-226.4150248,27.02137649,-172.0621254,-104.4793096,-386.5792214 +425244,-229.6688214,29.16595175,-174.3706432,-105.9681935,-393.3590313 +425245,-232.8608948,31.34278866,-176.65456,-107.4276798,-400.0892641 +425246,-235.9958337,33.55219164,-178.9166599,-108.8601398,-406.7708171 +425247,-239.0772513,35.7943441,-181.1593837,-110.2675757,-413.404451 +425248,-242.1082775,38.06930685,-183.3849239,-111.6517121,-419.9911284 +425249,-245.0915502,40.37704921,-185.5952351,-113.0140227,-426.5316901 +425250,-248.0294515,42.71745653,-187.7920822,-114.3557875,-433.0271374 +425251,-250.9239867,45.09035612,-189.9806821,-115.6781037,-439.4783101 +425252,-253.8027016,47.44044641,-192.1939491,-116.9919226,-445.8863704 +425253,-256.674507,49.73089113,-194.4524979,-118.3006188,-452.252403 +425254,-259.5460231,51.9517593,-196.7613376,-119.6079437,-458.5776206 +425255,-262.4111308,54.1072554,-199.1174235,-120.9115859,-464.8630068 +425256,-265.2712178,56.20523568,-201.5156699,-122.212946,-471.1096507 +425257,-268.1200988,58.25283471,-203.9514055,-123.5093457,-477.3185009 +425258,-270.9604252,60.25566118,-206.4208458,-124.8024633,-483.4906265 +425259,-273.7870964,129.3621412,-208.9208774,-126.0899299,-489.6269571 +425260,-276.6034682,249.7880304,-211.4488703,-127.3736422,-495.728593 +425261,-279.4048746,192.5771515,-214.0024881,-128.6513595,-501.7964805 +425262,-282.1950245,232.4798941,-216.5797001,-129.9250745,-507.8317911 +425263,-284.9708338,248.9956137,-219.1792041,-131.1929484,-513.837321 +425264,-287.7358526,264.9044268,-221.7994009,-132.4808534,-519.8138359 +425265,-290.4854923,280.220086,-224.4387719,-133.7784562,-525.7618754 +425266,-293.2236204,295.6835436,-227.0960157,-135.0778691,-531.6823347 +425267,-295.9461749,310.5136865,-229.7699781,-136.3718461,-537.5761553 +425268,-298.6573282,325.5081702,-232.4596404,-137.6614642,-543.4443782 +425269,-301.3531524,339.8946817,-235.1640879,-138.9446199,-549.2879488 +425270,-304.0378833,354.7099016,-237.8824921,-140.2239392,-555.1078389 +425271,-306.7075756,368.3732069,-240.6130632,-141.4972916,-560.9048264 +425272,-309.3665358,382.8403162,-243.356494,-142.7670361,-566.6798728 +425273,-312.0109143,396.334513,-246.1806021,-144.0309035,-572.433825 +425274,-314.6450003,410.4850211,-249.0690333,-145.2911958,-578.1674953 +425275,-317.2649237,423.5902299,-251.9957908,-146.5456413,-583.8816141 +425276,-319.8750178,436.9217859,-254.9458089,-147.7965833,-589.5769807 +425277,-322.4714458,450.4110854,-257.9130711,-149.0417791,-595.2543244 +425278,-325.058574,463.2992733,-260.895477,-150.2835983,-600.9144287 +425279,-327.6325493,481.6251892,-263.8917529,-151.5197965,-606.5579489 +425280,-330.2016181,489.3281566,-266.9032318,-152.7531843,-612.1856273 +425281,-330.9899664,934.7670092,-268.1805167,-153.155944,-614.7687072 +425282,-311.6532957,963.5822909,-249.5568186,-144.2933337,-579.9021642 +425283,-282.8288783,990.1655925,-221.6731314,-131.1934505,-525.2508637 +425284,-253.9928345,1013.478369,-193.8016489,-118.2769727,-468.3947988 +425285,-228.9289814,1036.168027,-169.6261755,-107.2595375,-418.6631399 +425286,-207.9511652,1058.179808,-149.4461989,-98.22448259,-376.8952363 +425287,-190.2720073,1079.445063,-132.4922827,-90.75262942,-341.4454609 +425288,-175.6941707,1100.496181,-118.4394294,-84.65792178,-310.7661045 +425289,-163.4722686,1121.084821,-106.6424419,-79.59262685,-283.8769189 +425290,-152.994216,1141.342679,-96.57424055,-75.28492589,-260.1880463 +425291,-143.8738288,1161.476285,-87.88189881,-71.56186387,-239.2851806 +425292,-135.8678935,1181.213174,-80.32601656,-68.31175001,-220.8224344 +425293,-128.8004103,1200.705868,-73.72588273,-65.4529044,-204.4903827 +425294,-122.5271103,1220.172756,-67.93285972,-62.919195,-190.0129859 +425295,-116.9245736,1239.072967,-62.82104506,-60.65529567,-177.1483877 +425296,-111.8878597,1258.106857,-58.28415193,-58.61523174,-165.6873763 +425297,-107.3291364,1276.734411,-54.23336036,-56.76133522,-155.4498764 +425298,-103.1755972,1295.16654,-50.59488848,-55.06299984,-146.2808942 +425299,-99.3670799,1313.628334,-47.30754396,-53.49541855,-138.0468843 +425300,-95.85382285,1331.514655,-44.32050699,-52.03845968,-130.6326499 +425301,-92.59456953,1349.598965,-41.59146527,-50.67574401,-123.9387247 +425302,-89.55506073,1367.280887,-39.08512035,-49.39392317,-117.8792004 +425303,-86.706782,1394.691946,-36.77193824,-48.18209067,-112.3797993 +425304,-84.02598886,1401.653332,217.7467641,-47.03133052,-107.3763037 +425305,-81.49481913,1434.620463,121.9104732,-45.9343255,-102.8130883 +425306,-79.09396333,1432.328418,165.9985052,-44.88511146,-98.64215723 +425307,-76.81150259,1430.695558,189.7696342,-43.87883166,-94.82211087 +425308,-74.63729873,1484.698352,208.1342725,-42.91352493,14.16641014 +425309,-72.55890706,1482.434142,225.887893,-41.98301212,332.6898888 +425310,-70.56921747,1502.792577,243.5214634,-41.08633741,162.4213932 +425311,-68.65954608,1518.576834,261.4332591,-40.21893512,244.9293557 +425312,-66.81667588,1533.870369,279.0889346,-39.37538578,268.6219862 +425313,12.84051173,1549.334119,296.4505714,-38.55289487,290.8542277 +425314,162.3892209,1564.142929,313.4236363,-37.75050545,311.99846 +425315,93.85436803,1579.010402,330.5230258,-36.96795939,333.4444314 +425316,142.1976875,1593.582861,346.7634658,-36.20508753,353.3206771 +425317,162.6767348,1608.062814,363.5471997,-11.67326077,373.2552817 +425318,181.6208536,1622.035188,379.7184939,56.56932324,393.0258393 +425319,200.2735379,1636.10389,395.1931166,36.15769899,411.5467926 +425320,218.8768386,1649.985657,411.0890272,52.6706011,430.1604333 +425321,237.4853055,1663.413218,426.4571975,63.68527279,448.3038995 +425322,255.628665,1676.985455,442.0692055,72.93688981,466.1086043 +425323,272.8780555,1690.184775,451.8741596,82.02508057,483.8479366 +425324,290.4665317,1703.34461,464.5856827,90.83363616,500.8780631 +425325,307.2548327,1716.261182,476.3480321,99.54485468,517.6341525 +425326,323.6760621,1728.825499,488.1455469,107.9704291,534.0228578 +425327,340.4302136,1741.510874,499.8065057,116.1743347,549.7160734 +425328,356.5164528,1753.975394,511.0908498,124.4392115,566.0579858 +425329,371.8756426,1765.982094,522.3100911,132.2419675,581.1837999 +425330,388.0531058,1778.166071,533.3648796,140.3364978,596.4202207 +425331,403.2213834,1789.85697,544.1228603,147.6621483,611.3259861 +425332,418.1563649,1801.876123,554.6997825,155.4526693,625.8452543 +425333,433.5972583,1813.146049,565.2916332,162.7459717,640.2390454 +425334,443.0877462,1824.595085,575.4929138,167.5461415,654.2730875 +425335,455.5207969,1835.90132,585.560368,173.6236618,668.0945213 +425336,467.1337164,1852.228908,595.6571357,179.6585721,681.6651497 +425337,478.8302497,1861.504834,604.9182578,185.3857258,694.9421669 +425338,490.0344232,1876.55093,615.260091,191.0960936,708.114534 +425339,501.9100065,1880.693831,624.3250895,196.7492901,720.94731 +425340,512.8879041,1867.764401,633.9152598,202.2601267,733.607624 +425341,915.6161669,2082.714481,1034.014449,376.6647047,1529.408909 +425342,929.9842049,2078.4489,1047.867565,384.0673591,1504.534126 +425343,945.5648515,2119.266619,1060.236125,390.6729357,1569.613237 +425344,958.3891251,2088.610668,1071.730172,397.4657978,1548.886504 +425345,971.7602632,2123.58893,1082.817796,403.4574631,1577.280919 +425346,984.5355034,2135.098839,1093.750383,409.5530795,1592.721897 +425347,997.3468174,2136.047695,1111.670552,415.4557046,1600.387783 +425348,1009.583941,2151.35571,1115.961342,421.3475691,1617.536429 +425349,1022.083116,2160.919713,1112.557212,427.0231695,1623.523945 +425350,1034.261968,2170.815682,1142.589902,432.6887909,1624.000923 +425351,1046.1041,2180.797169,1143.403229,438.2731979,1620.931349 +425352,1058.187864,2190.502532,1155.057113,443.6974234,1617.301077 +425353,1069.893672,2199.928849,1164.670686,449.1526789,1613.419303 +425354,1081.483373,2209.636365,1174.211142,454.4126941,1609.551494 +425355,1093.234064,2218.858339,1183.85273,459.6848932,1605.844941 +425356,1104.481915,2227.969654,1192.976221,464.8904892,1602.358712 +425357,1115.800151,2237.098556,1216.373211,469.9409557,1599.091221 +425358,1127.140873,2245.693252,1193.206476,475.0069058,1596.113468 +425359,1138.28862,2254.794483,1226.083446,479.641341,1593.42392 +425360,1149.112938,2270.175789,1229.079611,485.0638009,1591.133392 +425361,1160.247727,2269.329182,1237.44629,489.6303509,1589.008793 +425362,1171.017034,2280.846892,1246.652199,494.5737588,1586.812095 +425363,1181.702628,2289.248245,1255.22718,499.1825208,1584.737987 +425364,1195.478434,2296.904201,1263.618618,503.9570632,1582.810168 +425365,1209.318923,2304.60436,1272.074363,508.5472558,1580.926923 +425366,1214.73936,2312.61516,1282.856562,513.1263398,1579.099683 +425367,1233.972338,2320.318423,1284.93547,517.6485034,1577.336674 +425368,1232.556934,2334.37554,1303.962415,522.0804447,1575.83725 +425369,1220.843379,2333.408236,1307.91953,526.6098628,1574.447552 +425370,1269.876711,2342.801224,1316.162299,530.8941036,1572.917086 +425371,1260.924673,2350.243147,1319.86381,535.2139026,1571.764441 +425372,1274.999289,2356.451094,1330.261569,539.5477886,1570.890328 +425373,1284.918541,2362.801683,1337.397633,543.7514141,1570.420428 +425374,1294.785137,2369.059256,1344.938889,547.9496748,1570.156141 +425375,1304.858692,2382.510388,1352.4119,552.1003185,1570.196353 +425376,1314.403883,2372.917613,1360.128194,556.2114402,1570.056857 +425377,1324.121322,2395.79344,1367.268793,560.2022861,1569.81866 +425378,1333.929509,2392.541516,1374.985594,564.3336148,1569.764915 +425379,1343.29273,2398.578131,1382.004582,568.3121397,1569.529387 +425380,1352.876991,2405.03118,1394.849858,572.241639,1569.237594 +425381,1362.536815,2410.223046,1394.266096,576.1244033,1568.938411 +425382,1371.800788,2421.76363,1404.420855,580.1107953,1568.680208 +425383,1381.204853,2413.060152,1411.437324,583.9067824,1568.224831 +425384,1390.59169,2432.287473,1418.098931,587.7729353,1567.669512 +425385,1399.905387,2430.733717,1425.282359,591.540159,1567.313575 +425386,1408.937431,2434.800631,1432.194684,595.3375023,1566.822268 +425387,1418.29645,2440.151564,1444.02263,599.0454515,1566.482237 +425388,1427.410407,2444.84402,1443.958729,602.7847096,1565.89507 +425389,1436.555953,2448.989614,1452.869161,606.4361434,1565.142838 +425390,1445.423432,2459.567761,1459.907849,610.0844206,1564.55051 +425391,1454.503625,2450.95597,1466.157625,613.6610562,1563.844551 +425392,1463.443252,2467.385035,1477.521871,617.3348561,1563.138648 +425393,1472.357038,2466.76769,1477.961369,620.8745679,1562.793789 +425394,1481.225706,2469.223887,1485.815491,624.482115,1561.950598 +425395,1490.058439,2473.386694,1496.784425,627.9352648,1561.051629 +425396,1498.847593,2477.3354,1497.950936,631.4741029,1560.308257 +425397,1507.596589,2487.538705,1509.330896,634.8966231,1559.323499 +425398,1516.420254,2478.354614,1515.172743,638.4300502,1558.66179 +425399,1524.909629,2492.898728,1516.129147,641.8302432,1557.81553 +425400,1533.624888,2485.894883,1528.31036,645.2531203,1556.728261 +425401,1547.964868,2500.808269,1530.594671,651.1426923,1560.969149 +425402,1557.261797,2501.919837,1532.987445,654.9472952,1565.434985 +425403,1565.983809,2503.519779,1532.842404,658.3425286,1569.367156 +425404,1574.335004,2505.847265,1532.485336,661.8922224,1572.279697 +425405,1585.151983,2515.051662,1532.219159,665.21826,1574.475875 +425406,1598.467795,2506.370162,1531.932229,668.5180683,1575.925048 +425407,1595.843294,2516.532997,1531.610094,671.8374437,1576.74718 +425408,1629.232617,2516.502167,1531.456459,675.0664042,1577.322389 +425409,1583.486044,2516.927918,1531.440944,678.2387882,1577.703046 +425410,1632.12486,2517.969609,1531.452516,681.5249804,1578.028639 +425411,1632.39142,2519.275809,1531.429069,684.6672768,1577.854525 +425412,1638.09909,2519.916557,1531.414108,687.8887566,1577.484421 +425413,1647.262152,2519.04069,1531.395771,690.94448,1576.941431 +425414,1655.259016,2518.175302,1531.313304,694.0996185,1576.171158 +425415,1662.83984,2517.377508,1531.158483,697.1310719,1575.189673 +425416,1670.678528,2516.641,1530.953325,700.2893085,1574.042822 +425417,1678.217657,2515.923264,1530.722472,703.3048596,1572.769631 +425418,1686.187173,2515.18528,1530.662022,706.3501872,1571.398858 +425419,1693.483008,2514.407543,1530.394738,709.368348,1569.953501 +425420,1701.148563,2513.588253,1530.130817,712.3675446,1568.454576 +425421,1708.628169,2512.729312,1529.876918,715.3503199,1566.917037 +425422,1716.20787,2511.831276,1529.636477,718.3147794,1565.350529 +425423,1724.732754,2510.8915,1529.413701,721.2625621,1563.759795 +425424,1746.321203,2509.871644,1529.178934,724.1937097,1562.11726 +425425,1714.647095,2508.876402,1528.999573,727.1084937,1560.513971 +425426,1755.450512,2507.891246,1528.872254,729.949175,1558.943582 +425427,1751.055332,2506.806521,1528.722233,732.9202107,1557.319449 +425428,1759.51355,2505.665435,1528.575187,735.8061625,1555.677594 +425429,1766.955256,2504.498268,1528.452771,738.5773076,1554.041154 +425430,1774.059754,2503.293657,1528.342183,741.4595962,1552.400269 +425431,1781.03374,2502.052921,1528.24301,744.2062352,1550.756998 +425432,1793.583994,2500.746784,1528.13985,746.8745977,1549.101231 +425433,1797.937817,2499.370832,1528.030745,749.6712408,1547.436534 +425434,1812.547603,2497.92679,1527.914354,752.3163938,1545.762646 +425435,1797.279209,2496.467652,1527.822847,758.2575336,1544.119562 +425436,1803.064728,2495.044029,1527.789619,756.2157347,1542.548627 +425437,1851.324355,2493.474479,1527.695662,765.7962403,1540.897928 +425438,1794.826411,2491.863344,1527.607576,759.2276492,1539.250965 +425439,1849.585673,2490.259102,1527.555192,775.1227887,1537.644749 +425440,1837.256096,2488.569669,1527.477723,759.2171401,1536.001643 +425441,1866.222907,2486.817911,1527.389647,767.2524191,1534.339623 +425442,1826.717562,2485.07702,1527.338691,776.935692,1532.718933 +425443,1880.681203,2483.286704,1527.469717,774.4787351,1531.090336 +425444,1863.157879,2481.394608,1527.363886,778.2526216,1529.409936 +425445,1871.171495,2479.488043,1527.27436,780.8072488,1527.748776 +425446,1898.615342,2477.635796,1527.251857,783.3115128,1526.165696 +425447,1859.402905,2475.81779,1527.289494,785.8055682,1524.650539 +425448,1922.852237,2474.452314,1527.673394,788.2853795,1523.571132 +425449,1887.384891,2473.226202,1528.215017,790.7520383,1522.691562 +425450,1908.093301,2471.754472,1528.668706,793.2698204,1521.701657 +425451,1912.172799,2470.432465,1529.286051,795.6148083,1520.923334 +425452,1918.01902,2469.33293,1530.108638,798.0901477,1520.40999 +425453,1923.790982,2468.291448,1531.19616,800.4314335,1520.027927 +425454,1930.10315,2467.260788,1532.149235,802.9341869,1519.740006 +425455,1935.918402,2466.209841,1533.144182,805.3477496,1519.51423 +425456,1941.872263,2465.118056,1534.318233,807.6372566,1519.322247 +425457,1947.553494,2463.980478,1535.456297,810.0560335,1519.147812 +425458,1953.65523,2462.803243,1536.429805,812.4039803,1518.985973 +425459,1959.386046,2461.590318,1537.07625,814.750717,1518.833098 +425460,1965.184549,2460.336198,1538.205303,817.086614,1518.680381 +425461,1855.592451,2455.559641,1533.937079,766.3123802,1509.422256 +425462,1857.706329,2443.213424,1523.427731,767.930629,1490.711853 +425463,1863.901262,2429.535193,1510.627707,769.9143927,1468.640104 +425464,1868.797626,2419.199609,1500.151037,771.834805,1448.309179 +425465,1874.462161,2412.709418,1491.347492,773.8883949,1431.108973 +425466,1879.763177,2408.80664,1484.622511,776.0826099,1416.704617 +425467,1885.08505,2406.117123,1478.960793,778.2271955,1404.356268 +425468,1890.865268,2403.782138,1474.963198,780.2792506,1393.457401 +425469,1896.256038,2401.436247,1471.372835,782.4751744,1383.612102 +425470,1901.777971,2398.994552,1468.505703,784.6194939,1374.575 +425471,1907.07894,2396.479499,1465.81868,786.7775643,1366.189492 +425472,1921.568697,2394.074555,1463.715568,789.0056824,1358.472231 +425473,1905.484909,2391.464981,1461.563307,790.9990343,1351.057006 +425474,1937.447586,2388.827213,1459.591736,793.3149244,1344.012144 +425475,1924.789586,2386.320616,1457.874486,795.4218236,1337.615947 +425476,1935.470498,2383.629963,1456.180786,797.598751,1331.142648 +425477,1940.814781,2380.856893,1454.754535,799.8373681,1324.83971 +425478,1945.577856,2378.10497,1453.256965,801.8984397,1318.759896 +425479,1951.378186,2375.333951,1451.829677,804.1183054,1312.843688 +425480,1956.605739,2372.54441,1450.469378,806.2763438,1307.072709 +425481,1962.038334,2369.730784,1449.168026,808.4452692,1301.426224 +425482,1967.121985,2366.892872,1447.92014,810.61486,1295.88983 +425483,1972.819891,2364.039332,1446.726282,812.7132995,1290.458622 +425484,1978.074697,2361.169066,1445.58152,815.0603048,1285.121616 +425485,1983.405999,2358.273019,1444.476516,817.0733177,1279.862788 +425486,1996.432757,2355.521742,1443.714369,819.3521458,1274.823049 +425487,1991.100925,2352.7338,1442.80286,821.4937762,1269.863494 +425488,1999.917966,2349.707423,1441.783738,823.6656289,1264.791958 +425489,2005.441498,2346.645458,1440.785675,825.8407615,1259.761935 +425490,2009.91878,2343.618395,1439.851142,828.0151985,1254.822615 +425491,2015.253287,2336.283751,1438.855155,830.1974453,1249.812366 +425492,2020.246292,2329.484664,1437.685677,832.1868563,1244.594923 +425493,2032.463828,2315.646531,1436.324625,834.3310179,1239.149043 +425494,2027.70677,2314.025763,1434.754556,836.4072115,1233.448647 +425495,2035.020911,2303.182338,1432.976997,838.415995,1227.489696 +425496,2040.374325,2308.554089,1431.344443,840.6364017,1221.725857 +425497,2052.627131,2290.708155,1429.977304,842.6347594,1216.30624 +425498,2047.801553,2289.120245,1428.50547,844.7862933,1210.76358 +425499,2053.728745,2276.450208,1426.778532,846.7441731,1204.906116 +425500,2066.579416,2277.180503,1425.221591,848.8632641,1199.273692 +425501,2063.083308,2270.676515,1423.92064,850.9154034,1193.975251 +425502,2075.318847,2263.038489,1422.656785,852.9757242,1188.733179 +425503,2072.364045,2257.025791,1421.320928,855.0337253,1183.409498 +425504,2082.172553,2243.567433,1419.835762,857.0890727,1177.903752 +425505,2087.19273,2244.406709,1418.438673,859.2165443,1172.517053 +425506,2083.464413,2237.042841,1417.095587,861.0749124,1167.204248 +425507,2082.798508,2229.111536,1415.661736,863.2907926,1161.535823 +425508,2078.26311,2222.581769,1413.667021,865.2675329,1155.398456 +425509,2072.649107,2215.868784,1411.32666,867.320194,1148.817336 +425510,2067.358211,2208.862311,1408.680347,869.3598407,1141.830667 +425511,2062.241794,2194.846259,1405.689953,871.4763759,1134.382175 +425512,2057.617365,2202.776682,1402.648918,873.3898086,1126.844801 +425513,2053.349253,2178.747343,1399.559867,875.4812186,1119.223599 +425514,2049.353615,2188.319312,1396.439653,877.4998454,1111.544336 +425515,2045.541932,2164.254653,1393.282602,879.4497503,1103.804147 +425516,2041.77005,2167.087897,1390.032707,881.5966893,1095.934634 +425517,2038.276467,2158.209614,1386.8667,883.6443788,1088.164678 +425518,2034.994335,2150.137039,1383.762577,885.5593309,1080.469066 +425519,2031.788757,2142.972464,1380.65138,887.6411759,1072.762597 +425520,2028.663817,2135.636569,1377.547957,897.0171496,1065.06637 +425521,2029.099307,2014.948517,1378.834397,771.0714538,1066.180183 +425522,2010.873682,2007.496967,1367.185525,786.0447606,1047.809848 +425523,1985.121167,1996.173473,1350.110073,779.6292859,1020.937665 +425524,1962.599598,1986.647177,1334.255187,780.764582,995.5133614 +425525,1946.054565,1977.179913,1322.160331,781.0350351,974.783349 +425526,1934.768152,1967.93144,1313.339713,781.3861549,958.5161146 +425527,1927.042427,1958.181108,1306.816382,781.8123011,945.5085513 +425528,1921.478561,1948.934793,1301.760798,782.2898357,934.7246084 +425529,1917.221144,1939.447725,1297.654931,782.8387427,925.5091313 +425530,1913.808305,1930.049557,1294.207431,783.3945429,917.486527 +425531,1910.985855,1920.637146,1291.24563,783.9728065,910.4073995 +425532,1908.597404,1911.378024,1288.654248,784.572093,904.0898488 +425533,1906.531342,1901.69677,1286.346183,785.1898543,898.3897227 +425534,1904.714418,1892.405391,1284.2602,785.8240854,893.199193 +425535,1903.097761,1882.922202,1282.352409,786.5512792,888.4356152 +425536,1901.640423,1873.422566,1280.585823,787.0965862,884.027797 +425537,1900.312415,1863.959629,1278.93207,787.8278124,879.9179852 +425538,1899.093033,1854.685532,1277.37014,788.502837,876.060141 +425539,1897.963667,1844.922182,1275.881592,789.1204316,872.4137153 +425540,1896.914643,1835.50435,1274.454774,789.9482342,868.9488861 +425541,1895.944439,1826.037494,1273.084187,790.6094917,865.6456061 +425542,1895.046889,1816.443751,1271.762324,791.3493616,862.4830105 +425543,1894.215565,1806.985631,1270.482247,792.0863824,859.4425145 +425544,1893.311516,1789.533217,1269.153291,792.8316472,856.3996833 +425545,1892.596495,1798.911992,1267.938592,793.5850607,853.5549954 +425546,1891.939625,1765.346981,1266.754132,794.3466799,850.7951768 +425547,1891.208079,1773.004827,1265.515014,795.195311,848.0067656 +425548,1890.632162,1757.414772,1264.365622,795.851383,845.3691246 +425549,1890.139555,1748.791184,1263.259681,796.6919205,842.8193877 +425550,1889.671949,1739.468041,1262.160362,797.4694375,840.3076574 +425551,1889.26543,1729.679785,1261.086727,798.2988727,837.855474 +425552,1888.906533,1720.270906,1260.037698,799.1416796,835.4541299 +425553,1888.593871,1710.634054,1259.015548,799.9938878,833.1010977 +425554,1888.332224,1701.146284,1258.019211,800.8543062,830.792479 +425555,1888.115348,1691.62319,1257.047543,801.639846,828.525947 +425556,1887.944261,1682.221093,1256.097351,802.6382617,826.2971621 +425557,1887.807618,1672.522797,1255.164058,803.4612289,824.1000298 +425558,1887.70533,1663.179166,1254.24341,807.6778941,821.9287661 +425559,1887.651677,1653.643888,1253.34722,801.4515988,819.7980203 +425560,1887.628589,1644.248945,1252.460042,818.0235807,817.6877417 +425561,1887.670048,1634.917975,1251.60659,790.8532091,815.6291522 +425562,1887.771214,1625.356974,1250.780121,815.8279986,813.6135428 +425563,1887.829836,1616.040018,1249.919395,825.0587242,811.5625594 +425564,1887.983181,1606.720892,1249.106941,783.1024851,809.5809918 +425565,1888.224068,1597.358382,1248.341901,823.6094994,807.6456502 +425566,1888.485583,1584.204414,1247.578477,808.8703017,805.7304293 +425567,1888.919439,1577.092539,1246.913406,812.5116434,803.9303172 +425568,1889.645444,1559.56782,1246.425195,813.5150698,802.3506351 +425569,1890.570264,1574.703141,1246.058298,814.4475116,800.9318046 +425570,1891.615639,1556.763077,1245.76571,815.3929887,799.6209457 +425571,1892.90337,1510.84261,1245.625684,816.3409527,798.5204284 +425572,1894.25127,1569.737553,1245.523556,817.2052837,797.4844691 +425573,1895.592875,1501.322067,1245.416593,818.2865104,796.457581 +425574,1897.070553,1506.795826,1245.393129,819.2676514,795.5508148 +425575,1898.551792,1512.546819,1245.367893,820.1084816,794.6540195 +425576,1899.986681,1491.356955,1245.307745,821.1304717,793.7235191 +425577,1901.383194,1511.945852,1245.215506,822.0791683,792.7610602 +425578,1902.883118,1442.626911,1245.178894,823.0420419,791.8769834 +425579,1904.395416,1512.262382,1245.1396,824.006524,790.9962078 +425580,1905.909793,1427.027849,1245.090694,824.9722821,790.1095113 +425581,1907.53981,1585.965718,1245.210061,932.5561591,789.6011303 +425582,1923.422777,1537.197776,1255.133819,935.5989333,804.1279485 +425583,1944.814627,1562.26934,1269.352696,938.0266347,825.4873442 +425584,1964.44005,1516.427089,1282.689613,940.0411258,846.0435093 +425585,1979.565714,1561.802349,1293.199232,942.1283611,862.887639 +425586,1990.502883,1509.770971,1300.966282,944.0499869,876.0003303 +425587,1998.54785,1516.308392,1306.746655,945.9270148,886.3000947 +425588,2004.814219,1517.037755,1311.212048,947.857852,894.6160756 +425589,2010.074585,1490.994067,1314.844148,949.5116933,901.5512727 +425590,2014.677307,1516.001003,1317.874266,958.2004835,907.4072477 +425591,2018.895903,1467.222349,1320.495037,943.0031757,912.4498106 +425592,2022.846125,1496.147138,1322.801345,959.6617764,916.8265531 +425593,2026.809376,1468.986304,1324.81409,955.4969956,920.5918073 +425594,2030.280952,1477.155534,1326.603106,958.0864207,923.8611658 +425595,2033.668939,1448.655301,1328.248613,959.9377752,926.7615045 +425596,2036.981731,1466.172014,1329.761171,961.5245788,929.3288673 +425597,2040.232378,1438.945159,1331.158071,963.1840896,931.6058607 +425598,2043.451247,1445.211068,1332.469285,964.9102665,933.6492517 +425599,2046.65268,1434.062902,1333.697518,966.3820808,935.4788024 +425600,2049.942831,1450.07794,1334.823971,969.7257811,937.0847905 +425601,2053.518847,1391.575844,1335.932434,970.2810138,938.5870647 +425602,2057.357317,1430.809031,1337.015046,975.151676,939.9870756 +425603,2061.322639,1406.828837,1338.013171,966.9378688,941.2198407 +425604,2065.424317,1403.845992,1338.960467,974.4766841,942.3368954 +425605,2069.626537,1400.778109,1339.855564,977.022131,943.3435002 +425606,2074.157809,1396.85508,1340.690011,976.8521237,944.2349739 +425607,2078.442167,1392.727468,1341.478793,978.9093297,945.0357719 +425608,2082.7865,1388.779521,1342.228322,981.609896,945.7588496 +425609,2087.195267,1384.763191,1342.94182,983.8401504,946.4125558 +425610,2091.674181,1381.212874,1343.626781,982.9207306,947.0103538 +425611,2096.421138,1377.21827,1344.275891,992.9838983,947.5462533 +425612,2100.920998,1373.54193,1344.90534,971.0165914,948.0562329 +425613,2105.557652,1369.867632,1345.483002,1009.649907,948.5098868 +425614,2109.503399,1366.256715,1346.027212,965.7029743,948.934547 +425615,2114.331493,1362.724689,1346.54117,1009.343221,949.3341968 +425616,2119.175305,1359.27735,1346.993704,991.2410878,949.6676451 +425617,2123.811605,1353.254959,1347.432213,987.0549577,949.9943164 +425618,2129.028307,1372.915617,1347.50462,979.4762825,950.3026263 +425619,2134.147659,1311.476999,1347.359557,1013.866101,950.6168992 +425620,2139.330145,1359.204004,1347.176431,978.5629196,950.9328594 +425621,2144.436621,1343.252142,1346.993079,990.1986644,951.1774452 +425622,2149.83027,1325.133287,1346.87212,1011.931945,951.4046434 +425623,2154.933261,1354.02203,1346.807145,972.9177307,951.6211948 +425624,2160.257214,1305.541914,1346.924599,1022.333381,952.0119146 +425625,2165.603068,1360.121173,1347.07766,978.3138787,952.4072076 +425626,2170.902217,1290.502118,1347.211037,1019.069605,952.7484263 +425627,2176.091794,1361.19169,1347.277474,982.2884828,952.9818136 +425628,2181.414431,1280.819061,1347.424704,1025.899117,953.3010732 +425629,2186.708247,1355.895046,1347.547224,993.6006206,953.5748724 +425630,2191.871606,1277.940105,1347.578255,1016.347222,953.720829 +425631,2197.101044,1343.158353,1347.638982,1008.286517,953.8963727 +425632,2202.696746,1282.678845,1347.72855,1013.317751,954.1025996 +425633,2208.108129,1321.491265,1347.878584,1015.210183,954.3827385 +425634,2213.606553,1296.899759,1348.076975,1017.370368,954.7241528 +425635,2219.171285,1304.448433,1348.305509,1019.679975,955.105928 +425636,2224.790986,1299.190807,1348.555287,1022.083445,955.5184374 +425637,2230.451498,1297.336509,1348.81744,1024.551433,955.9512836 +425638,2236.147395,1295.045605,1349.089245,1027.031352,956.4015475 +425639,2241.869091,1292.755363,1349.365159,1029.483225,956.8623227 +425640,2247.615809,1290.489711,1349.645083,1032.324191,957.3336309 +425641,2251.808983,1317.798836,1348.210847,1057.522232,954.5642521 +425642,2259.195416,1300.632121,1348.852517,1062.322611,955.180896 +425643,2268.057995,1329.554418,1350.518859,1065.910591,957.4834985 +425644,2276.744559,1284.240866,1352.179719,1069.770006,959.8508176 +425645,2284.783937,1317.47152,1353.721158,1078.983557,961.7631262 +425646,2291.891609,1305.968261,1354.529276,1069.128495,962.9246305 +425647,2298.475943,1299.515666,1355.029464,1090.031515,963.6207134 +425648,2304.853621,1315.541239,1355.401762,1081.751514,964.0774053 +425649,2310.9588,1284.662721,1355.594536,1089.227342,964.2288495 +425650,2317.208166,1328.250135,1355.673868,1092.915782,964.1643088 +425651,2323.139267,1265.787144,1355.734373,1096.567452,964.011727 +425652,2329.044484,1311.675177,1355.76926,1100.46457,963.7703122 +425653,2334.860291,1294.807436,1355.733008,1104.487183,963.3892151 +425654,2340.659147,1292.587918,1355.668056,1108.271299,962.9295989 +425655,2346.478694,1297.587278,1355.59752,1112.524602,962.4268777 +425656,2352.326661,1283.52818,1355.52761,1116.540308,961.8944914 +425657,2358.161093,1309.362525,1355.433775,1120.680391,961.3056877 +425658,2364.034275,1265.582676,1355.350269,1124.696574,960.708683 +425659,2369.95692,1298.055047,1355.28504,1129.110341,960.1173382 +425660,2375.848927,1287.731982,1355.189425,1133.273027,959.4723864 +425661,2381.753772,1279.308053,1355.091508,1137.596829,958.8123496 +425662,2387.666141,1298.369307,1354.988838,1141.987015,958.1361484 +425663,2393.618348,1264.206973,1354.902266,1146.17929,957.4723454 +425664,2399.715333,1310.765718,1354.898831,1155.942199,956.9092576 +425665,2405.857225,1246.822258,1354.918348,1153.321044,956.3717483 +425666,2411.883216,1293.674397,1354.861809,1160.120848,955.7341254 +425667,2417.8579,1274.281588,1354.769348,1164.921838,955.0480097 +425668,2423.858528,1281.082759,1354.688226,1169.161678,954.3739321 +425669,2429.887644,1268.2229,1354.620201,1173.69177,953.7143675 +425670,2435.919621,1286.75787,1354.550221,1178.555817,953.0507571 +425671,2441.983167,1258.443481,1354.49724,1183.252757,952.4081993 +425672,2448.151521,1293.143004,1354.551315,1192.781306,951.8850331 +425673,2454.277516,1248.38844,1354.650316,1191.232753,951.3900511 +425674,2460.134939,1300.279668,1354.658863,1197.48681,950.7469683 +425675,2465.929256,1237.672187,1354.696858,1203.510042,950.1121586 +425676,2471.658827,1299.667417,1354.752456,1206.345171,949.4738642 +425677,2477.437378,1230.26293,1354.405689,1210.574396,948.7859623 +425678,2483.436627,1295.284879,1353.921454,1220.529113,948.2232909 +425679,2489.507298,1230.812962,1353.459495,1219.576874,947.7329303 +425680,2495.360375,1287.504724,1352.976707,1225.395987,947.1199836 +425681,2501.122404,1235.412729,1352.581848,1230.974279,946.4915018 +425682,2507.057032,1275.6118,1352.422179,1240.301864,946.0531599 +425683,2512.98032,1244.602183,1352.359722,1240.05847,945.6534778 +425684,2518.652787,1261.538397,1352.227193,1245.196443,945.0976096 +425685,2524.348893,1254.645428,1352.181423,1254.934661,944.6003201 +425686,2530.099871,1254.83289,1352.233142,1255.708677,944.1839169 +425687,2535.783464,1254.08608,1352.301061,1263.885109,943.7503413 +425688,2541.529562,1253.31872,1352.462058,1269.717192,943.4044774 +425689,2547.435401,1252.579187,1352.58575,1270.140684,942.9824577 +425690,2552.600382,1251.862721,1352.493303,1272.447976,942.255627 +425691,2557.370894,1251.170245,1352.205272,1274.818165,941.2495502 +425692,2561.789717,1250.500493,1351.728403,1275.124355,939.9707235 +425693,2565.803208,1249.853697,1351.023744,1275.687589,938.3666872 +425694,2569.45889,1249.229236,1350.112142,1276.520875,936.4628313 +425695,2572.840039,1248.627403,1349.046733,1277.591554,934.326963 +425696,2576.025527,1248.047324,1347.872607,1278.840498,932.0178994 +425697,2579.061492,1247.489333,1346.623483,1280.215386,929.5808681 +425698,2581.988946,1246.952566,1345.323822,1281.680978,927.0500933 +425699,2584.825893,1246.43734,1343.991111,1283.216008,924.4509747 +425700,2587.57376,1247.087757,1342.636488,1284.805964,921.8008063 +425701,2593.697096,1210.475053,1344.676127,1288.02076,925.2832694 +425702,2594.663217,1212.030354,1342.971121,1288.226879,923.0186899 +425703,2593.225543,1210.161147,1339.448257,1287.19161,917.9238431 +425704,2592.187385,1209.497791,1336.083779,1286.673305,912.9287074 +425705,2592.604982,1208.700869,1333.653307,1287.273493,909.1844852 +425706,2594.359343,1207.919312,1332.130692,1288.822507,906.6935062 +425707,2596.979381,1207.159109,1331.242253,1290.94216,905.1093801 +425708,2600.062892,1206.418635,1330.744719,1293.333708,904.1214896 +425709,2603.369249,1205.697752,1330.48792,1295.834229,903.5363025 +425710,2606.77817,1204.995045,1330.39171,1298.376296,903.2464174 +425711,2610.2312,1204.310544,1330.412391,1300.93791,903.1877865 +425712,2613.695484,1203.642873,1330.52218,1303.512169,903.3155419 +425713,2617.148364,1202.992219,1330.700462,1306.095037,903.5938301 +425714,2620.572531,1202.357421,1330.931171,1308.682724,903.9934438 +425715,2623.955014,1201.73879,1331.201891,1311.271889,904.4905143 +425716,2627.29312,1197.813448,1331.507619,1313.864681,905.0716929 +425717,2629.731857,1196.555016,1331.47265,1316.026076,905.7267594 +425718,2631.647267,1195.589912,1331.234288,1317.95358,906.4609012 +425719,2633.52966,1194.701351,1330.98762,1319.909482,907.267446 +425720,2635.609029,1193.858038,1330.827601,1322.01307,908.1303217 +425721,2637.903956,1193.045847,1330.765465,1324.264519,909.0297813 +425722,2640.34967,1192.25682,1330.77913,1326.618491,909.949221 +425723,2642.877743,1191.487735,1330.844067,1329.030817,910.8769817 +425724,2645.440836,1190.73567,1330.943255,1331.473191,911.8061673 +425725,2648.011013,1189.999901,1331.066671,1333.931025,912.7327321 +425726,2650.572351,1189.278804,1331.208538,1336.397513,913.6545955 +425727,2653.114568,1188.572343,1331.365111,1338.869093,914.5704199 +425728,2655.630316,1187.879275,1331.533698,1341.343367,915.4796026 +425729,2658.113984,1187.199784,1331.712161,1343.818295,916.3816297 +425730,2660.560984,1186.532758,1331.898872,1346.292149,917.2764115 +425731,2662.969134,1185.181062,1332.093391,1348.764354,918.164904 +425732,2665.356945,1183.690979,1332.217428,1351.201506,919.0439494 +425733,2667.74486,1182.134735,1332.219353,1353.588152,919.9172947 +425734,2670.141406,1180.529688,1332.089253,1355.926966,920.788553 +425735,2672.54457,1178.884607,1331.839992,1358.22765,921.6592826 +425736,2674.947951,1177.203864,1331.489831,1360.499316,922.529668 +425737,2677.344845,1175.490433,1331.05449,1362.748008,923.399047 +425738,2679.729756,1173.746012,1330.545665,1364.97708,924.2666232 +425739,2682.098155,1171.972224,1329.971884,1367.188251,925.1314608 +425740,2684.446869,1170.050826,1329.339777,1369.382588,925.9929524 +425741,2686.772934,1168.395462,1328.654272,1371.560375,926.8499634 +425742,2689.074028,1166.456552,1327.919419,1373.721763,927.7015885 +425743,2691.348533,1164.592136,1327.138877,1375.867148,928.5473225 +425744,2693.594921,1162.685872,1326.315576,1377.996661,929.3866399 +425745,2695.811862,1160.754697,1325.451844,1380.110218,930.2188242 +425746,2697.998376,1158.799587,1324.549686,1382.207737,931.0433965 +425747,2700.153334,1156.821195,1323.610769,1384.289074,931.8598051 +425748,2702.276107,1154.81979,1322.636519,1386.354063,932.6676504 +425749,2704.36592,1152.795974,1321.628159,1388.402514,933.4664851 +425750,2706.422106,1150.749928,1320.586749,1390.434226,934.255997 +425751,2708.394871,1173.76624,1319.482709,1392.415986,934.9962664 +425752,2710.401607,1109.64204,1318.389425,1394.427493,935.7807538 +425753,2712.418156,1165.283449,1317.293399,1396.451709,936.5910869 +425754,2715.149623,1158.829114,1316.446429,1398.846833,937.2970834 +425755,2718.367995,1119.694421,1315.793054,1401.494466,937.9885087 +425756,2721.625716,1153.83443,1315.148954,1404.139826,938.6758982 +425757,2724.58489,1149.125493,1314.344319,1406.582849,939.2733804 +425758,2727.312128,1121.221063,1313.420747,1408.883237,939.8647062 +425759,2729.830333,1166.166275,1312.38011,1411.063762,940.4356649 +425760,2732.236838,1099.257074,1311.27149,1413.192704,941.0247923 +425761,2736.496218,1080.862616,1311.986598,1416.396767,944.9981963 +425762,2730.738057,1058.907052,1305.374627,1413.206998,937.811402 +425763,2720.727747,1059.619372,1295.465343,1407.953916,925.4889073 +425764,2712.066792,1056.948586,1286.194589,1403.957499,913.8669299 +425765,2706.720019,1054.264518,1279.025443,1402.313908,905.1221295 +425766,2704.324677,1051.665637,1273.815615,1402.595845,899.1565909 +425767,2703.852791,1048.767837,1269.966979,1403.992539,895.2036991 +425768,2704.452614,1046.090507,1266.948599,1405.883928,892.5948819 +425769,2705.618481,1043.185353,1264.445304,1407.939008,890.9115932 +425770,2707.097108,1040.545409,1262.273711,1410.024928,889.732836 +425771,2708.76608,1037.646784,1260.344264,1412.102297,888.9460647 +425772,2710.556628,1034.816342,1258.586221,1414.161693,888.5192894 +425773,2712.420447,1031.946593,1256.960145,1416.198029,888.419157 +425774,2714.319878,1029.051864,1255.420834,1418.205732,888.6019189 +425775,2716.226824,1026.132659,1253.947283,1420.179947,889.0225066 +425776,2718.120968,1023.079824,1252.510018,1422.11776,889.6414692 +425777,2719.987868,1020.162249,1251.100873,1424.017759,890.4262427 +425778,2721.817166,1017.166319,1249.699971,1425.87948,891.3504362 +425779,2723.601471,1014.184906,1248.306593,1427.703092,892.3927071 +425780,2725.334737,1011.152609,1246.905952,1429.488408,893.5349206 +425781,2727.012632,1008.001454,1245.501357,1431.235604,894.7623494 +425782,2728.583075,1027.944772,1244.051246,1433.107792,896.0236649 +425783,2730.157399,967.7758817,1242.631512,1434.771895,897.3992257 +425784,2731.71151,1017.117395,1241.219794,1436.420438,898.8644413 +425785,2732.70647,1000.372817,1239.977348,1437.826226,900.3097197 +425786,2733.421868,985.9084133,1238.875536,1439.123593,901.8016765 +425787,2734.113269,1001.195038,1237.780976,1440.417862,903.3481074 +425788,2734.905765,979.9926255,1236.619817,1441.754704,904.9267299 +425789,2735.800278,988.9705245,1235.372582,1443.130009,906.5392322 +425790,2736.717714,981.2321734,1234.041515,1444.498219,908.1632024 +425791,2737.613622,979.2282127,1232.633802,1445.838653,909.799162 +425792,2738.229807,976.5177448,1231.230811,1447.03555,911.449865 +425793,2738.422727,973.69093,1229.874173,1448.030578,913.1152353 +425794,2738.191881,971.1328279,1228.58184,1448.834201,914.8003046 +425795,2737.597896,968.3579193,1227.347028,1449.482584,916.5084889 +425796,2736.705164,965.7819284,1226.164716,1450.009242,918.2403754 +425797,2735.562492,962.9407655,1225.023564,1450.436626,919.9949744 +425798,2734.202589,960.3283552,1223.921311,1450.777647,921.7707738 +425799,2732.646502,957.6325959,1222.849433,1451.03858,923.5650862 +425800,2730.908434,954.9552279,1221.807124,1451.222647,925.374952 +425801,2728.999138,952.2815615,1220.787325,1451.331951,927.19767 +425802,2726.926924,949.6106229,1219.790489,1451.368053,929.0307618 +425803,2724.698819,946.9125923,1218.810666,1451.332236,930.8720933 +425804,2722.314239,944.1352844,1217.846144,1451.223295,932.7182014 +425805,2719.779374,941.6159174,1216.892636,1451.042565,934.5678279 +425806,2717.102945,938.8778039,1215.955002,1450.596119,936.4216958 +425807,2714.290757,936.2278483,1215.030009,1450.296047,938.2795651 +425808,2711.343302,933.5643772,1214.118983,1449.934889,940.1386041 +425809,2708.260739,930.9019436,1213.216701,1449.501481,941.9966826 +425810,2705.043933,928.3393609,1212.32545,1448.991891,943.8524089 +425811,2701.694802,925.5339673,1211.441444,1448.407383,945.7054056 +425812,2698.215219,922.9421349,1210.568005,1447.865587,947.5555056 +425813,2694.605075,920.1690998,1209.700574,1447.347579,949.4012347 +425814,2690.863891,917.6505536,1208.841299,1446.803529,951.240865 +425815,2686.992097,914.9232706,1207.986294,1446.198681,953.0737228 +425816,2682.991354,912.2770752,1207.139419,1445.518694,954.9002861 +425817,2678.86338,909.6176579,1206.297718,1444.760657,956.7210678 +425818,2674.60414,906.9572785,1205.464996,1443.925438,958.5365134 +425819,2670.206214,904.2969737,1204.444707,1443.015265,960.3484377 +425820,2665.667655,901.6360228,1203.639901,1442.030775,962.1576359 +425821,2467.706325,898.674706,1108.845167,1573.55077,2903.298816 +425822,2527.757109,1022.631198,1136.140919,1607.410612,2924.074629 +425823,2606.672871,1025.808102,1171.898265,1648.508412,2941.029665 +425824,2676.102002,1022.317891,1204.509982,1681.596947,2947.712911 +425825,2717.190383,1020.063649,1225.318278,1695.528206,2934.634949 +425826,2733.187998,1017.698484,1235.437136,1693.866059,2906.301125 +425827,2738.059397,1015.220364,1240.795262,1687.091167,2875.172894 +425828,2738.237165,1012.861366,1243.984492,1679.991753,2845.526276 +425829,2736.487579,1010.318227,1246.116999,1649.18949,2818.644255 +425830,2733.87428,1007.915345,1247.659292,1603.83977,2794.731569 +425831,2730.747645,1005.314745,1248.801109,1629.980112,2773.600977 +425832,2727.197486,1002.859443,1249.626073,1603.168087,2754.941553 +425833,2723.271265,1000.216213,1250.189185,1601.804723,2738.247604 +425834,2719.01125,998.643587,1250.528499,1586.151176,2723.644147 +425835,2713.848665,996.2258142,1250.719706,1570.934914,2710.67449 +425836,2708.048283,993.563327,1250.777555,1567.653666,2699.119332 +425837,2701.950695,991.1059517,1250.700408,1556.335485,2688.789527 +425838,2695.711593,988.291477,1250.487832,1546.869713,2679.496896 +425839,2689.389749,985.7677463,1250.162839,1532.058739,2671.131491 +425840,2682.9527,982.9918643,1249.752225,1532.201919,2663.595408 +425841,2676.349479,980.3804055,1249.260434,1509.139733,2656.773509 +425842,2669.565617,977.5768167,1248.699437,1506.645697,2650.572445 +425843,2662.604392,974.8665127,1248.073588,1493.06735,2644.91168 +425844,2655.476377,972.1213332,1247.39316,1482.136828,2639.723705 +425845,2647.917757,969.3935455,1246.661305,1470.907118,2634.950362 +425846,2640.490031,966.5319412,1245.886356,1459.364893,2630.540889 +425847,2632.924157,963.8796345,1245.06972,1447.592831,2626.451299 +425848,2625.219999,960.8827321,1244.218415,1435.891307,2622.643316 +425849,2617.379979,958.1674661,1243.332818,1418.955041,2619.084014 +425850,2609.402774,955.2140947,1242.417943,1417.390689,2615.742261 +425851,2601.291776,952.840075,1241.472687,1406.554081,2612.591826 +425852,2593.311573,950.4642347,1240.519993,1403.453985,2609.611942 +425853,2585.625058,948.0999838,1239.572697,1390.761504,2606.782796 +425854,2578.261488,945.749455,1238.633904,1385.676935,2604.087434 +425855,2571.182723,943.4131963,1237.702744,1375.825124,2601.511701 +425856,2564.326955,941.0891771,1236.777651,1381.276631,2599.043275 +425857,2557.635599,938.8375631,1235.857214,1361.356041,2596.67067 +425858,2551.069366,936.3877917,1234.940561,1371.222606,2594.38384 +425859,2544.604189,934.2327079,1234.027121,1357.126963,2592.173947 +425860,2538.223704,931.9001488,1233.116232,1333.783697,2590.032707 +425861,2531.916239,929.6436022,1232.207712,1352.664587,2587.953684 +425862,2525.672234,927.3875945,1231.301472,1334.633197,2585.931352 +425863,2519.5082,923.8918861,1230.409187,1284.58828,2583.987319 +425864,2509.622683,921.5761983,1229.468577,1272.848968,2582.085506 +425865,2497.572497,919.3323538,1228.492637,1263.915193,2580.20101 +425866,2485.362784,917.101696,1227.51333,1255.830479,2578.346654 +425867,2473.968343,914.9468674,1226.544581,1257.987179,2576.525428 +425868,2463.566537,912.660962,1225.588838,1226.01815,2574.7359 +425869,2454.012451,910.5183184,1224.644693,1241.151502,2572.975814 +425870,2445.11694,908.3324634,1223.71035,1225.067249,2571.242899 +425871,2436.736085,906.1661305,1222.78414,1220.082751,2569.534121 +425872,2428.774522,904.0080752,1221.864952,1213.428134,2567.846835 +425873,2421.194713,901.8590011,1220.965371,1206.96383,2566.208973 +425874,2413.92,899.6606442,1220.072084,1200.609683,2564.589843 +425875,2406.88747,897.6142445,1219.174077,1194.378852,2562.964052 +425876,2400.075842,895.4478138,1218.277018,1188.249051,2561.344103 +425877,2393.464729,893.3994466,1217.382893,1182.221177,2559.734297 +425878,2387.027669,891.2091708,1216.492301,1176.199237,2558.135856 +425879,2380.748091,889.1550143,1215.605291,1170.47911,2556.548775 +425880,2374.605963,887.0582126,1214.721759,1164.655156,2554.972737 +425881,0,0,0,0,0 +425882,0,0,0,0,0 +425883,0,0,0,0,0 +425884,0,0,0,0,0 +425885,0,0,0,0,0 +425886,0,0,0,0,0 +425887,0,0,0,0,0 +425888,0,0,0,0,0 +425889,0,0,0,0,0 +425890,0,0,0,0,0 +425891,0,0,0,0,0 +425892,0,0,0,0,0 +425893,0,0,0,0,0 +425894,0,0,0,0,0 +425895,0,0,0,0,0 +425896,0,0,0,0,0 +425897,0,0,0,0,0 +425898,0,0,0,0,0 +425899,0,0,0,0,0 +425900,0,0,0,0,0 +425901,0,0,0,0,0 +425902,0,0,0,0,0 +425903,0,0,0,0,0 +425904,0,0,0,0,0 +425905,0,0,0,0,0 +425906,0,0,0,0,0 +425907,0,0,0,0,0 +425908,0,0,0,0,0 +425909,0,0,0,0,0 +425910,0,0,0,0,0 +425911,0,0,0,0,0 +425912,0,0,0,0,0 +425913,0,0,0,0,0 +425914,0,0,0,0,0 +425915,0,0,0,0,0 +425916,0,0,0,0,0 +425917,0,0,0,0,0 +425918,0,0,0,0,0 +425919,0,0,0,0,0 +425920,0,0,0,0,0 +425921,0,0,0,0,0 +425922,0,0,0,0,0 +425923,0,0,0,0,0 +425924,0,0,0,0,0 +425925,0,0,0,0,0 +425926,0,0,0,0,0 +425927,0,0,0,0,0 +425928,0,0,0,0,0 +425929,0,0,0,0,0 +425930,0,0,0,0,0 +425931,0,0,0,0,0 +425932,0,0,0,0,0 +425933,0,0,0,0,0 +425934,0,0,0,0,0 +425935,0,0,0,0,0 +425936,0,0,0,0,0 +425937,0,0,0,0,0 +425938,0,0,0,0,0 +425939,0,0,0,0,0 +425940,0,0,0,0,0 +425941,0,0,0,0,0 +425942,0,0,0,0,0 +425943,0,0,0,0,0 +425944,0,0,0,0,0 +425945,0,0,0,0,0 +425946,0,0,0,0,0 +425947,0,0,0,0,0 +425948,0,0,0,0,0 +425949,0,0,0,0,0 +425950,0,0,0,0,0 +425951,0,0,0,0,0 +425952,0,0,0,0,0 +425953,0,0,0,0,0 +425954,0,0,0,0,0 +425955,0,0,0,0,0 +425956,0,0,0,0,0 +425957,0,0,0,0,0 +425958,0,0,0,0,0 +425959,0,0,0,0,0 +425960,0,0,0,0,0 +425961,0,0,0,0,0 +425962,0,0,0,0,0 +425963,0,0,0,0,0 +425964,0,0,0,0,0 +425965,0,0,0,0,0 +425966,0,0,0,0,0 +425967,0,0,0,0,0 +425968,0,0,0,0,0 +425969,0,0,0,0,0 +425970,0,0,0,0,0 +425971,0,0,0,0,0 +425972,0,0,0,0,0 +425973,0,0,0,0,0 +425974,0,0,0,0,0 +425975,0,0,0,0,0 +425976,0,0,0,0,0 +425977,0,0,0,0,0 +425978,0,0,0,0,0 +425979,0,0,0,0,0 +425980,0,0,0,0,0 +425981,0,0,0,0,0 +425982,0,0,0,0,0 +425983,0,0,0,0,0 +425984,0,0,0,0,0 +425985,0,0,0,0,0 +425986,0,0,0,0,0 +425987,0,0,0,0,0 +425988,0,0,0,0,0 +425989,0,0,0,0,0 +425990,0,0,0,0,0 +425991,0,0,0,0,0 +425992,0,0,0,0,0 +425993,0,0,0,0,0 +425994,0,0,0,0,0 +425995,0,0,0,0,0 +425996,0,0,0,0,0 +425997,0,0,0,0,0 +425998,0,0,0,0,0 +425999,0,0,0,0,0 +426000,0,0,0,0,0 +426001,0,0,0,0,0 +426002,0,0,0,0,0 +426003,0,0,0,0,0 +426004,0,0,0,0,0 +426005,0,0,0,0,0 +426006,0,0,0,0,0 +426007,0,0,0,0,0 +426008,0,0,0,0,0 +426009,0,0,0,0,0 +426010,0,0,0,0,0 +426011,0,0,0,0,0 +426012,0,0,0,0,0 +426013,0,0,0,0,0 +426014,0,0,0,0,0 +426015,0,0,0,0,0 +426016,0,0,0,0,0 +426017,0,0,0,0,0 +426018,0,0,0,0,0 +426019,0,0,0,0,0 +426020,0,0,0,0,0 +426021,0,0,0,0,0 +426022,0,0,0,0,0 +426023,0,0,0,0,0 +426024,0,0,0,0,0 +426025,0,0,0,0,0 +426026,0,0,0,0,0 +426027,0,0,0,0,0 +426028,0,0,0,0,0 +426029,0,0,0,0,0 +426030,0,0,0,0,0 +426031,0,0,0,0,0 +426032,0,0,0,0,0 +426033,0,0,0,0,0 +426034,0,0,0,0,0 +426035,0,0,0,0,0 +426036,0,0,0,0,0 +426037,0,0,0,0,0 +426038,0,0,0,0,0 +426039,0,0,0,0,0 +426040,0,0,0,0,0 +426041,0,0,0,0,0 +426042,0,0,0,0,0 +426043,0,0,0,0,0 +426044,0,0,0,0,0 +426045,0,0,0,0,0 +426046,0,0,0,0,0 +426047,0,0,0,0,0 +426048,0,0,0,0,0 +426049,0,0,0,0,0 +426050,0,0,0,0,0 +426051,0,0,0,0,0 +426052,0,0,0,0,0 +426053,0,0,0,0,0 +426054,0,0,0,0,0 +426055,0,0,0,0,0 +426056,0,0,0,0,0 +426057,0,0,0,0,0 +426058,0,0,0,0,0 +426059,0,0,0,0,0 +426060,0,0,0,0,0 +426061,0,0,0,0,0 +426062,0,0,0,0,0 +426063,0,0,0,0,0 +426064,0,0,0,0,0 +426065,0,0,0,0,0 +426066,0,0,0,0,0 +426067,0,0,0,0,0 +426068,0,0,0,0,0 +426069,0,0,0,0,0 +426070,0,0,0,0,0 +426071,0,0,0,0,0 +426072,0,0,0,0,0 +426073,0,0,0,0,0 +426074,0,0,0,0,0 +426075,0,0,0,0,0 +426076,0,0,0,0,0 +426077,0,0,0,0,0 +426078,0,0,0,0,0 +426079,0,0,0,0,0 +426080,0,0,0,0,0 +426081,0,0,0,0,0 +426082,0,0,0,0,0 +426083,0,0,0,0,0 +426084,0,0,0,0,0 +426085,0,0,0,0,0 +426086,0,0,0,0,0 +426087,0,0,0,0,0 +426088,0,0,0,0,0 +426089,0,0,0,0,0 +426090,0,0,0,0,0 +426091,0,0,0,0,0 +426092,0,0,0,0,0 +426093,0,0,0,0,0 +426094,0,0,0,0,0 +426095,0,0,0,0,0 +426096,0,0,0,0,0 +426097,0,0,0,0,0 +426098,0,0,0,0,0 +426099,0,0,0,0,0 +426100,0,0,0,0,0 +426101,0,0,0,0,0 +426102,0,0,0,0,0 +426103,0,0,0,0,0 +426104,0,0,0,0,0 +426105,0,0,0,0,0 +426106,0,0,0,0,0 +426107,0,0,0,0,0 +426108,0,0,0,0,0 +426109,0,0,0,0,0 +426110,0,0,0,0,0 +426111,0,0,0,0,0 +426112,0,0,0,0,0 +426113,0,0,0,0,0 +426114,0,0,0,0,0 +426115,0,0,0,0,0 +426116,0,0,0,0,0 +426117,0,0,0,0,0 +426118,0,0,0,0,0 +426119,0,0,0,0,0 +426120,0,0,0,0,0 +426121,0,0,0,0,0 +426122,0,0,0,0,0 +426123,0,0,0,0,0 +426124,0,0,0,0,0 +426125,0,0,0,0,0 +426126,0,0,0,0,0 +426127,0,0,0,0,0 +426128,0,0,0,0,0 +426129,0,0,0,0,0 +426130,0,0,0,0,0 +426131,0,0,0,0,0 +426132,0,0,0,0,0 +426133,0,0,0,0,0 +426134,0,0,0,0,0 +426135,0,0,0,0,0 +426136,0,0,0,0,0 +426137,0,0,0,0,0 +426138,0,0,0,0,0 +426139,0,0,0,0,0 +426140,0,0,0,0,0 +426141,0,0,0,0,0 +426142,0,0,0,0,0 +426143,0,0,0,0,0 +426144,0,0,0,0,0 +426145,0,0,0,0,0 +426146,0,0,0,0,0 +426147,0,0,0,0,0 +426148,0,0,0,0,0 +426149,0,0,0,0,0 +426150,0,0,0,0,0 +426151,0,0,0,0,0 +426152,0,0,0,0,0 +426153,0,0,0,0,0 +426154,0,0,0,0,0 +426155,0,0,0,0,0 +426156,0,0,0,0,0 +426157,0,0,0,0,0 +426158,0,0,0,0,0 +426159,0,0,0,0,0 +426160,0,0,0,0,0 +426161,0,0,0,0,0 +426162,0,0,0,0,0 +426163,0,0,0,0,0 +426164,0,0,0,0,0 +426165,0,0,0,0,0 +426166,0,0,0,0,0 +426167,0,0,0,0,0 +426168,0,0,0,0,0 +426169,0,0,0,0,0 +426170,0,0,0,0,0 +426171,0,0,0,0,0 +426172,0,0,0,0,0 +426173,0,0,0,0,0 +426174,0,0,0,0,0 +426175,0,0,0,0,0 +426176,0,0,0,0,0 +426177,0,0,0,0,0 +426178,0,0,0,0,0 +426179,0,0,0,0,0 +426180,0,0,0,0,0 +426181,0,0,0,0,0 +426182,0,0,0,0,0 +426183,0,0,0,0,0 +426184,0,0,0,0,0 +426185,0,0,0,0,0 +426186,0,0,0,0,0 +426187,0,0,0,0,0 +426188,0,0,0,0,0 +426189,0,0,0,0,0 +426190,0,0,0,0,0 +426191,0,0,0,0,0 +426192,0,0,0,0,0 +426193,0,0,0,0,0 +426194,0,0,0,0,0 +426195,0,0,0,0,0 +426196,0,0,0,0,0 +426197,0,0,0,0,0 +426198,0,0,0,0,0 +426199,0,0,0,0,0 +426200,0,0,0,0,0 +426201,0,0,0,0,0 +426202,0,0,0,0,0 +426203,0,0,0,0,0 +426204,0,0,0,0,0 +426205,0,0,0,0,0 +426206,0,0,0,0,0 +426207,0,0,0,0,0 +426208,0,0,0,0,0 +426209,0,0,0,0,0 +426210,0,0,0,0,0 +426211,0,0,0,0,0 +426212,0,0,0,0,0 +426213,0,0,0,0,0 +426214,0,0,0,0,0 +426215,0,0,0,0,0 +426216,0,0,0,0,0 +426217,0,0,0,0,0 +426218,0,0,0,0,0 +426219,0,0,0,0,0 +426220,0,0,0,0,0 +426221,0,0,0,0,0 +426222,0,0,0,0,0 +426223,0,0,0,0,0 +426224,0,0,0,0,0 +426225,0,0,0,0,0 +426226,0,0,0,0,0 +426227,0,0,0,0,0 +426228,0,0,0,0,0 +426229,0,0,0,0,0 +426230,0,0,0,0,0 +426231,0,0,0,0,0 +426232,0,0,0,0,0 +426233,0,0,0,0,0 +426234,0,0,0,0,0 +426235,0,0,0,0,0 +426236,0,0,0,0,0 +426237,0,0,0,0,0 +426238,0,0,0,0,0 +426239,0,0,0,0,0 +426240,0,0,0,0,0 +426241,0,0,0,0,0 +426242,0,0,0,0,0 +426243,0,0,0,0,0 +426244,0,0,0,0,0 +426245,0,0,0,0,0 +426246,0,0,0,0,0 +426247,0,0,0,0,0 +426248,0,0,0,0,0 +426249,0,0,0,0,0 +426250,0,0,0,0,0 +426251,0,0,0,0,0 +426252,0,0,0,0,0 +426253,0,0,0,0,0 +426254,0,0,0,0,0 +426255,0,0,0,0,0 +426256,0,0,0,0,0 +426257,0,0,0,0,0 +426258,0,0,0,0,0 +426259,0,0,0,0,0 +426260,0,0,0,0,0 +426261,0,0,0,0,0 +426262,0,0,0,0,0 +426263,0,0,0,0,0 +426264,0,0,0,0,0 +426265,0,0,0,0,0 +426266,0,0,0,0,0 +426267,0,0,0,0,0 +426268,0,0,0,0,0 +426269,0,0,0,0,0 +426270,0,0,0,0,0 +426271,0,0,0,0,0 +426272,0,0,0,0,0 +426273,0,0,0,0,0 +426274,0,0,0,0,0 +426275,0,0,0,0,0 +426276,0,0,0,0,0 +426277,0,0,0,0,0 +426278,0,0,0,0,0 +426279,0,0,0,0,0 +426280,0,0,0,0,0 +426281,0,0,0,0,0 +426282,0,0,0,0,0 +426283,0,0,0,0,0 +426284,0,0,0,0,0 +426285,0,0,0,0,0 +426286,0,0,0,0,0 +426287,0,0,0,0,0 +426288,0,0,0,0,0 +426289,0,0,0,0,0 +426290,0,0,0,0,0 +426291,0,0,0,0,0 +426292,0,0,0,0,0 +426293,0,0,0,0,0 +426294,0,0,0,0,0 +426295,0,0,0,0,0 +426296,0,0,0,0,0 +426297,0,0,0,0,0 +426298,0,0,0,0,0 +426299,0,0,0,0,0 +426300,0,0,0,0,0 +426301,0,0,0,0,0 +426302,0,0,0,0,0 +426303,0,0,0,0,0 +426304,0,0,0,0,0 +426305,0,0,0,0,0 +426306,0,0,0,0,0 +426307,0,0,0,0,0 +426308,0,0,0,0,0 +426309,0,0,0,0,0 +426310,0,0,0,0,0 +426311,0,0,0,0,0 +426312,0,0,0,0,0 +426313,0,0,0,0,0 +426314,0,0,0,0,0 +426315,0,0,0,0,0 +426316,0,0,0,0,0 +426317,0,0,0,0,0 +426318,0,0,0,0,0 +426319,0,0,0,0,0 +426320,0,0,0,0,0 +426321,0,0,0,0,0 +426322,0,0,0,0,0 +426323,0,0,0,0,0 +426324,0,0,0,0,0 +426325,0,0,0,0,0 +426326,0,0,0,0,0 +426327,0,0,0,0,0 +426328,0,0,0,0,0 +426329,0,0,0,0,0 +426330,0,0,0,0,0 +426331,0,0,0,0,0 +426332,0,0,0,0,0 +426333,0,0,0,0,0 +426334,0,0,0,0,0 +426335,0,0,0,0,0 +426336,0,0,0,0,0 +426337,0,0,0,0,0 +426338,0,0,0,0,0 +426339,0,0,0,0,0 +426340,0,0,0,0,0 +426341,0,0,0,0,0 +426342,0,0,0,0,0 +426343,0,0,0,0,0 +426344,0,0,0,0,0 +426345,0,0,0,0,0 +426346,0,0,0,0,0 +426347,0,0,0,0,0 +426348,0,0,0,0,0 +426349,0,0,0,0,0 +426350,0,0,0,0,0 +426351,0,0,0,0,0 +426352,0,0,0,0,0 +426353,0,0,0,0,0 +426354,0,0,0,0,0 +426355,0,0,0,0,0 +426356,0,0,0,0,0 +426357,0,0,0,0,0 +426358,0,0,0,0,0 +426359,0,0,0,0,0 +426360,0,0,0,0,0 +426361,0,0,0,0,0 +426362,0,0,0,0,0 +426363,0,0,0,0,0 +426364,0,0,0,0,0 +426365,0,0,0,0,0 +426366,0,0,0,0,0 +426367,0,0,0,0,0 +426368,0,0,0,0,0 +426369,0,0,0,0,0 +426370,0,0,0,0,0 +426371,0,0,0,0,0 +426372,0,0,0,0,0 +426373,0,0,0,0,0 +426374,0,0,0,0,0 +426375,0,0,0,0,0 +426376,0,0,0,0,0 +426377,0,0,0,0,0 +426378,0,0,0,0,0 +426379,0,0,0,0,0 +426380,0,0,0,0,0 +426381,0,0,0,0,0 +426382,0,0,0,0,0 +426383,0,0,0,0,0 +426384,0,0,0,0,0 +426385,0,0,0,0,0 +426386,0,0,0,0,0 +426387,0,0,0,0,0 +426388,0,0,0,0,0 +426389,0,0,0,0,0 +426390,0,0,0,0,0 +426391,0,0,0,0,0 +426392,0,0,0,0,0 +426393,0,0,0,0,0 +426394,0,0,0,0,0 +426395,0,0,0,0,0 +426396,0,0,0,0,0 +426397,0,0,0,0,0 +426398,0,0,0,0,0 +426399,0,0,0,0,0 +426400,0,0,0,0,0 +426401,0,0,0,0,0 +426402,0,0,0,0,0 +426403,0,0,0,0,0 +426404,0,0,0,0,0 +426405,0,0,0,0,0 +426406,0,0,0,0,0 +426407,0,0,0,0,0 +426408,0,0,0,0,0 +426409,0,0,0,0,0 +426410,0,0,0,0,0 +426411,0,0,0,0,0 +426412,0,0,0,0,0 +426413,0,0,0,0,0 +426414,0,0,0,0,0 +426415,0,0,0,0,0 +426416,0,0,0,0,0 +426417,0,0,0,0,0 +426418,0,0,0,0,0 +426419,0,0,0,0,0 +426420,0,0,0,0,0 +426421,0,0,0,0,0 +426422,0,0,0,0,0 +426423,0,0,0,0,0 +426424,0,0,0,0,0 +426425,0,0,0,0,0 +426426,0,0,0,0,0 +426427,0,0,0,0,0 +426428,0,0,0,0,0 +426429,0,0,0,0,0 +426430,0,0,0,0,0 +426431,0,0,0,0,0 +426432,0,0,0,0,0 +426433,0,0,0,0,0 +426434,0,0,0,0,0 +426435,0,0,0,0,0 +426436,0,0,0,0,0 +426437,0,0,0,0,0 +426438,0,0,0,0,0 +426439,0,0,0,0,0 +426440,0,0,0,0,0 +426441,0,0,0,0,0 +426442,0,0,0,0,0 +426443,0,0,0,0,0 +426444,0,0,0,0,0 +426445,0,0,0,0,0 +426446,0,0,0,0,0 +426447,0,0,0,0,0 +426448,0,0,0,0,0 +426449,0,0,0,0,0 +426450,0,0,0,0,0 +426451,0,0,0,0,0 +426452,0,0,0,0,0 +426453,0,0,0,0,0 +426454,0,0,0,0,0 +426455,0,0,0,0,0 +426456,0,0,0,0,0 +426457,0,0,0,0,0 +426458,0,0,0,0,0 +426459,0,0,0,0,0 +426460,0,0,0,0,0 +426461,0,0,0,0,0 +426462,0,0,0,0,0 +426463,0,0,0,0,0 +426464,0,0,0,0,0 +426465,0,0,0,0,0 +426466,0,0,0,0,0 +426467,0,0,0,0,0 +426468,0,0,0,0,0 +426469,0,0,0,0,0 +426470,0,0,0,0,0 +426471,0,0,0,0,0 +426472,0,0,0,0,0 +426473,0,0,0,0,0 +426474,0,0,0,0,0 +426475,0,0,0,0,0 +426476,0,0,0,0,0 +426477,0,0,0,0,0 +426478,0,0,0,0,0 +426479,0,0,0,0,0 +426480,0,0,0,0,0 +426481,0,0,0,0,0 +426482,0,0,0,0,0 +426483,0,0,0,0,0 +426484,0,0,0,0,0 +426485,0,0,0,0,0 +426486,0,0,0,0,0 +426487,0,0,0,0,0 +426488,0,0,0,0,0 +426489,0,0,0,0,0 +426490,0,0,0,0,0 +426491,0,0,0,0,0 +426492,0,0,0,0,0 +426493,0,0,0,0,0 +426494,0,0,0,0,0 +426495,0,0,0,0,0 +426496,0,0,0,0,0 +426497,0,0,0,0,0 +426498,0,0,0,0,0 +426499,0,0,0,0,0 +426500,0,0,0,0,0 +426501,0,0,0,0,0 +426502,0,0,0,0,0 +426503,0,0,0,0,0 +426504,0,0,0,0,0 +426505,0,0,0,0,0 +426506,0,0,0,0,0 +426507,0,0,0,0,0 +426508,0,0,0,0,0 +426509,0,0,0,0,0 +426510,0,0,0,0,0 +426511,0,0,0,0,0 +426512,0,0,0,0,0 +426513,0,0,0,0,0 +426514,0,0,0,0,0 +426515,0,0,0,0,0 +426516,0,0,0,0,0 +426517,0,0,0,0,0 +426518,0,0,0,0,0 +426519,0,0,0,0,0 +426520,0,0,0,0,0 +426521,0,0,0,0,0 +426522,0,0,0,0,0 +426523,0,0,0,0,0 +426524,0,0,0,0,0 +426525,0,0,0,0,0 +426526,0,0,0,0,0 +426527,0,0,0,0,0 +426528,0,0,0,0,0 +426529,0,0,0,0,0 +426530,0,0,0,0,0 +426531,0,0,0,0,0 +426532,0,0,0,0,0 +426533,0,0,0,0,0 +426534,0,0,0,0,0 +426535,0,0,0,0,0 +426536,0,0,0,0,0 +426537,0,0,0,0,0 +426538,0,0,0,0,0 +426539,0,0,0,0,0 +426540,0,0,0,0,0 +426541,0,0,0,0,0 +426542,0,0,0,0,0 +426543,0,0,0,0,0 +426544,0,0,0,0,0 +426545,0,0,0,0,0 +426546,0,0,0,0,0 +426547,0,0,0,0,0 +426548,0,0,0,0,0 +426549,0,0,0,0,0 +426550,0,0,0,0,0 +426551,0,0,0,0,0 +426552,0,0,0,0,0 +426553,0,0,0,0,0 +426554,0,0,0,0,0 +426555,0,0,0,0,0 +426556,0,0,0,0,0 +426557,0,0,0,0,0 +426558,0,0,0,0,0 +426559,0,0,0,0,0 +426560,0,0,0,0,0 +426561,0,0,0,0,0 +426562,0,0,0,0,0 +426563,0,0,0,0,0 +426564,0,0,0,0,0 +426565,0,0,0,0,0 +426566,0,0,0,0,0 +426567,0,0,0,0,0 +426568,0,0,0,0,0 +426569,0,0,0,0,0 +426570,0,0,0,0,0 +426571,0,0,0,0,0 +426572,0,0,0,0,0 +426573,0,0,0,0,0 +426574,0,0,0,0,0 +426575,0,0,0,0,0 +426576,0,0,0,0,0 +426577,0,0,0,0,0 +426578,0,0,0,0,0 +426579,0,0,0,0,0 +426580,0,0,0,0,0 +426581,0,0,0,0,0 +426582,0,0,0,0,0 +426583,0,0,0,0,0 +426584,0,0,0,0,0 +426585,0,0,0,0,0 +426586,0,0,0,0,0 +426587,0,0,0,0,0 +426588,0,0,0,0,0 +426589,0,0,0,0,0 +426590,0,0,0,0,0 +426591,0,0,0,0,0 +426592,0,0,0,0,0 +426593,0,0,0,0,0 +426594,0,0,0,0,0 +426595,0,0,0,0,0 +426596,0,0,0,0,0 +426597,0,0,0,0,0 +426598,0,0,0,0,0 +426599,0,0,0,0,0 +426600,0,0,0,0,0 +426601,0,0,0,0,0 +426602,0,0,0,0,0 +426603,0,0,0,0,0 +426604,0,0,0,0,0 +426605,0,0,0,0,0 +426606,0,0,0,0,0 +426607,0,0,0,0,0 +426608,0,0,0,0,0 +426609,0,0,0,0,0 +426610,0,0,0,0,0 +426611,0,0,0,0,0 +426612,0,0,0,0,0 +426613,0,0,0,0,0 +426614,0,0,0,0,0 +426615,0,0,0,0,0 +426616,0,0,0,0,0 +426617,0,0,0,0,0 +426618,0,0,0,0,0 +426619,0,0,0,0,0 +426620,0,0,0,0,0 +426621,0,0,0,0,0 +426622,0,0,0,0,0 +426623,0,0,0,0,0 +426624,0,0,0,0,0 +426625,0,0,0,0,0 +426626,0,0,0,0,0 +426627,0,0,0,0,0 +426628,0,0,0,0,0 +426629,0,0,0,0,0 +426630,0,0,0,0,0 +426631,0,0,0,0,0 +426632,0,0,0,0,0 +426633,0,0,0,0,0 +426634,0,0,0,0,0 +426635,0,0,0,0,0 +426636,0,0,0,0,0 +426637,0,0,0,0,0 +426638,0,0,0,0,0 +426639,0,0,0,0,0 +426640,0,0,0,0,0 +426641,0,0,0,0,0 +426642,0,0,0,0,0 +426643,0,0,0,0,0 +426644,0,0,0,0,0 +426645,0,0,0,0,0 +426646,0,0,0,0,0 +426647,0,0,0,0,0 +426648,0,0,0,0,0 +426649,0,0,0,0,0 +426650,0,0,0,0,0 +426651,0,0,0,0,0 +426652,0,0,0,0,0 +426653,0,0,0,0,0 +426654,0,0,0,0,0 +426655,0,0,0,0,0 +426656,0,0,0,0,0 +426657,0,0,0,0,0 +426658,0,0,0,0,0 +426659,0,0,0,0,0 +426660,0,0,0,0,0 +426661,-2062.422819,-101.2907915,-1995.922886,-905.2123337,-1592.499276 +426662,-1523.973963,63.94375589,49.35445832,-621.8828147,-502.4015944 +426663,58.69647692,65.52325342,64.33650368,26.55070843,108.1658119 +426664,67.17954854,65.45279831,60.8900617,29.51044823,67.52403023 +426665,-226.436179,64.99219546,-65.21992875,-179.9809388,-338.217174 +426666,-424.8735951,64.79411537,-97.35529223,-150.3139892,-90.78217684 +426667,-191.0747833,65.00258931,-7.250451473,-102.8838297,-132.8838704 +426668,-246.8872113,65.56510486,-23.8189955,-115.3566623,-134.1026135 +426669,-241.0380464,66.39896282,-16.10267557,-112.8542215,-134.102554 +426670,-235.6936904,67.41041829,-8.455133379,-109.7742714,-134.3150054 +426671,-229.3187542,68.54281117,-0.577674772,-107.162087,-134.5747708 +426672,-223.4660601,69.77086549,4.815056439,-103.9767991,-134.3478515 +426673,-218.142148,71.08406894,-0.973893634,-101.2726794,-134.1928625 +426674,-211.5038777,72.47638508,-6.462605779,-98.5286758,-133.9396232 +426675,-206.0297163,73.94257162,-11.55407306,-95.22608247,-133.5946435 +426676,-199.8738567,75.477652,-16.2610736,-92.80968064,-132.9814951 +426677,-193.9640963,77.07706369,-20.63810562,-89.57723707,-132.6530375 +426678,-188.0004057,78.73680663,-24.74099025,-88.14891798,-131.7008529 +426679,-181.9821819,80.45351296,-28.61458964,-85.64943198,-131.2264458 +426680,-176.2261969,82.22435906,-32.29344257,-83.51998858,-130.3189024 +426681,-169.9551577,84.0469619,-35.80503074,-81.10677867,-129.3476641 +426682,-165.6536594,85.91927354,-39.1722075,-78.93506541,-128.5004266 +426683,-161.0031791,87.83951502,-42.41443782,-76.48220594,-127.4133733 +426684,-156.0069614,89.80610626,-45.54845469,-74.27431039,-126.4551047 +426685,-151.4410763,91.8176465,-48.58860258,-71.78837011,-125.0794395 +426686,-146.3793495,93.87286565,-51.5471995,-69.68180123,-133.1395671 +426687,-141.752906,95.97060968,-54.43481096,-67.16662684,-142.8198195 +426688,-136.4798984,98.10981606,-57.2605238,-65.03204761,-152.1833229 +426689,-131.9576947,100.2895089,-60.03585288,-62.35938359,-161.2115269 +426690,-126.7904185,102.508769,-62.76242782,-60.20299,-169.9342463 +426691,-122.527377,104.7667474,-65.44917323,-58.42933428,-178.3908554 +426692,-118.400842,107.0118733,-68.13068505,-56.11677944,-186.6156933 +426693,-114.253255,109.2097311,-70.8294274,-54.58645929,-194.6359248 +426694,-116.4290333,111.3508245,-73.55277758,-53.30591822,-202.4735611 +426695,-121.5595732,113.4387403,-76.30026112,-55.67427317,-210.1470445 +426696,-126.4455525,115.4804565,-79.06922337,-57.94826717,-217.6725412 +426697,-131.0601559,117.4823174,-81.85711475,-60.09686469,-225.0641118 +426698,-135.4249408,119.4492701,-84.66199675,-62.12290907,-232.3342645 +426699,-139.5793593,121.3852263,-87.48232858,-64.04760099,-239.4938392 +426700,-143.5557416,123.2934309,-90.31682232,-65.8901968,-246.5524989 +426701,-147.3819985,125.1766874,-93.16432378,-67.6623984,-253.5186386 +426702,-151.0768037,127.0374407,-96.02379882,-69.37718031,-260.3998073 +426703,-154.6581771,128.8778307,-98.8943003,-71.04341755,-267.2025612 +426704,-158.1364792,130.6997032,-101.7750088,-72.66505223,-273.9329022 +426705,-161.5293771,153.8553354,-104.6651645,-74.24996179,-280.5960175 +426706,-164.8412515,326.5103024,-107.564105,-75.80122138,-287.1967013 +426707,-168.0841913,254.0516741,-110.4712238,-77.3249996,-293.7391116 +426708,-171.262442,293.5518228,-113.385992,-78.82265242,-300.2271679 +426709,-174.3867985,311.5944976,-116.3083127,-80.29922427,-306.665609 +426710,-177.4591036,327.6496597,-119.2377941,-81.75498664,-313.057477 +426711,-180.4874184,343.1667716,-122.1739934,-83.19384059,-319.4052919 +426712,-183.4719907,358.8241168,-125.1165328,-84.61536728,-325.7116088 +426713,-186.4198678,373.854075,-128.0650672,-86.02300158,-331.9787566 +426714,-189.3304027,389.142496,-131.0192676,-87.41589881,-338.2089449 +426715,-192.2098468,403.9416336,-133.9788031,-88.79712071,-344.4040725 +426716,-195.0568439,418.6845596,-136.9433763,-90.16549523,-350.5659899 +426717,-197.877049,433.1598256,-139.912679,-91.52381784,-356.6962722 +426718,-200.6685675,453.5930603,-142.8864251,-92.87067943,-362.7964803 +426719,-203.4366371,462.9078086,-145.8643319,-94.20869903,-368.8679699 +426720,-206.1176394,479.6718659,-148.799033,-95.49558631,-374.912075 +426721,-210.1585042,927.7086914,-153.1273459,-97.39311594,-383.5171168 +426722,-195.0516201,959.052644,-138.5288995,-90.40060082,-354.1823147 +426723,-169.9148848,986.6072391,-113.9919377,-78.884802,-305.7537801 +426724,-144.2169068,1012.079307,-88.85918462,-67.30354991,-255.481877 +426725,-122.0094467,1036.026753,-67.1568871,-57.51278759,-210.5971524 +426726,-103.78397,1060.411664,-49.39240053,-49.67880773,-172.1491464 +426727,-88.8186283,1083.196023,-34.86478851,-43.40827802,-140.597878 +426728,-76.33917325,1105.922117,-22.81188624,-38.30147839,-114.4520478 +426729,-65.80727281,1128.332545,-12.70103179,-34.08451713,-92.37047222 +426730,-56.87744739,1150.344106,-4.189629487,-30.58342804,-73.52869737 +426731,-49.67878973,1172.060354,2.966547972,-27.67601954,-57.42731469 +426732,-43.88553052,1193.663961,8.664834211,-25.40411941,-43.71213938 +426733,-39.15851961,1214.83771,13.16172457,-23.63296346,-32.08565056 +426734,-35.26113778,1235.983833,16.73873856,-22.22875223,-22.28196384 +426735,-32.0396367,1256.711864,19.59081444,-21.10192101,-14.06439744 +426736,-29.38528765,1277.501843,21.85274406,-20.19690512,-7.226149902 +426737,-27.211723,1297.724737,23.61510521,-19.47580754,-1.58847454 +426738,-25.44626701,1318.101139,24.95230795,-18.90913948,3.002383618 +426739,-24.02725673,1338.081962,25.92830035,-18.47233456,6.678807558 +426740,-22.90297272,1357.882404,26.59730119,-18.14481748,9.554817238 +426741,-22.03036944,1377.643168,27.00463014,-17.90955969,11.72886504 +426742,-21.37381991,1397.09709,27.18787192,-17.75266221,13.28590458 +426743,-20.90376507,1416.423919,27.17829816,-17.66280496,14.29940469 +426744,-20.59568924,1446.180649,27.00198044,-17.63078819,14.83282565 +426745,-20.42915763,1455.001187,26.68080538,-17.64908969,14.94112788 +426746,-20.38715534,1458.351934,26.23700623,-17.7115636,14.67184464 +426747,-20.455425,1501.016035,25.68143382,-17.81314712,14.06624182 +426748,-20.62206805,1508.243685,25.02597157,-17.94969088,13.16003992 +426749,-20.87703172,1528.571913,24.28670779,-18.11774011,11.98438169 +426750,-21.21190065,1547.039165,23.47239292,-18.31445353,10.56625873 +426751,-21.61950738,1563.851477,22.59931159,-18.53744042,8.92928827 +426752,-22.0946395,1580.585957,21.67403391,-18.78454695,7.093956606 +426753,-22.63263903,1597.046937,203.2694661,-19.05402358,5.078245207 +426754,-23.22928353,1613.086005,216.9304652,-19.34451364,2.897783143 +426755,-23.88077351,1629.054024,209.7218421,-19.65490262,0.566301792 +426756,-24.58396694,1644.8242,244.858933,-19.98432616,-1.904465734 +426757,-25.3362051,1660.07493,264.7073684,-20.33206196,420.7780711 +426758,-26.13522834,1675.614574,283.1960448,-20.69749676,245.9731272 +426759,-26.97911412,1690.446269,302.3378894,-21.08011249,308.6928552 +426760,-27.86635179,1705.270489,320.1732598,-21.47953349,337.9757945 +426761,147.1061387,1720.104602,338.3778061,-21.89545614,358.702226 +426762,175.6367341,1734.344264,356.2248457,-22.32757581,378.580939 +426763,161.7652864,1748.740923,373.3937282,-22.77558879,397.9732139 +426764,199.3326439,1762.538681,390.254997,-23.23922285,416.7590698 +426765,219.3310227,1776.683985,407.4376884,81.86428998,435.7394495 +426766,238.4004322,1790.110873,423.2825574,50.2840073,453.6652821 +426767,257.3788438,1803.666989,435.2676638,66.59056496,471.4905125 +426768,276.2387857,1816.93758,449.245066,78.98536792,488.8958676 +426769,293.9858747,1830.032817,461.6843765,88.08053031,505.9151576 +426770,312.2964027,1842.959347,474.480867,97.11903328,522.6788162 +426771,329.8441828,1855.804098,486.9714363,105.9786163,539.0053429 +426772,347.0571043,1878.214291,499.1778115,114.5607577,555.0976842 +426773,364.6646235,1878.473226,511.2461559,122.935602,570.4741299 +426774,380.8278418,1882.421502,523.0859943,131.3383791,586.5422072 +426775,398.0332901,1911.809766,534.7347791,139.4277065,601.3849735 +426776,414.1953341,1914.97615,546.1926629,147.2813105,616.4107107 +426777,430.1726591,1928.581564,557.4651807,155.2913827,631.0084289 +426778,441.0795205,1939.914291,568.5578213,161.0306806,645.3361461 +426779,454.4281854,1951.526647,579.4358608,167.6619825,659.4766576 +426780,467.1195239,1962.76355,590.2414856,173.7620193,673.3849226 +426781,870.4553633,2142.843003,990.4488251,348.445551,1450.87227 +426782,886.0486676,2155.878697,1005.356631,356.8517894,1491.781925 +426783,900.5673409,2188.491162,1017.532755,363.3959864,1457.604253 +426784,915.5923583,2170.520133,1029.789944,370.2477774,1534.676803 +426785,928.5328181,2202.607764,1041.03497,377.0779976,1506.768637 +426786,942.3827134,2198.328594,1052.541135,383.3685386,1539.332984 +426787,955.1480646,2215.822341,1063.233907,389.5173628,1546.336381 +426788,968.38701,2226.208202,1074.191879,395.7864456,1568.151109 +426789,980.8321514,2236.099733,1084.576935,401.6735761,1580.681228 +426790,993.7848632,2246.863761,1095.111837,407.732505,1588.727162 +426791,1005.856374,2263.880466,1107.634696,413.4022599,1608.178866 +426792,1018.362304,2258.050306,1121.995312,419.2395225,1620.494722 +426793,1030.219007,2287.045003,1121.520668,424.7703313,1631.873557 +426794,1042.486943,2284.511713,1127.01098,430.4352988,1641.717531 +426795,1054.100858,2296.930754,1149.923027,435.746655,1645.924213 +426796,1066.075595,2306.559658,1152.441328,441.2322098,1645.055481 +426797,1077.288198,2315.456736,1163.062854,446.4587922,1643.288867 +426798,1089.104741,2324.336839,1172.450133,451.7082912,1641.191222 +426799,1100.206927,2333.167135,1181.410814,456.7768184,1639.037251 +426800,1111.538591,2341.945323,1190.371062,461.9600989,1637.007449 +426801,1122.700114,2350.222404,1199.164553,466.8037001,1635.183984 +426802,1133.695784,2359.036792,1207.77412,471.841792,1633.60244 +426803,1144.425757,2367.053501,1220.463418,476.5986792,1632.245664 +426804,1155.527904,2381.746119,1232.408006,481.5130186,1631.296056 +426805,1166.008044,2381.475635,1230.337165,486.0930306,1630.573136 +426806,1176.89789,2391.673605,1229.197688,490.872343,1629.82947 +426807,1187.039384,2399.466042,1257.722136,495.038821,1629.16767 +426808,1197.849304,2406.971046,1255.628821,500.1930849,1628.613177 +426809,1207.958677,2414.173005,1274.827928,504.3420051,1628.107285 +426810,1218.322644,2428.352889,1265.107546,508.8847001,1627.896233 +426811,1236.70597,2426.974975,1280.04345,513.2513652,1627.750131 +426812,1235.500701,2434.727806,1295.402519,517.5193091,1627.501238 +426813,1262.220163,2441.83203,1297.959419,521.7758334,1626.92281 +426814,1249.202948,2447.350111,1294.386973,526.0303909,1626.444525 +426815,1254.97559,2459.538115,1316.770025,530.0982648,1626.260355 +426816,1287.412838,2458.409852,1321.660252,534.2912145,1626.041721 +426817,1284.295428,2464.299696,1337.55667,538.2596397,1625.438694 +426818,1296.902317,2476.880981,1313.951494,542.3190723,1625.011052 +426819,1306.032682,2476.111761,1362.743695,546.3038606,1625.113395 +426820,1315.922647,2480.311579,1339.648493,550.1063955,1625.032846 +426821,1324.857707,2491.90081,1357.076023,554.0981063,1624.921836 +426822,1334.391054,2492.128195,1362.502591,557.9139618,1625.263458 +426823,1343.530678,2495.279556,1368.94427,561.6597471,1625.676999 +426824,1352.582104,2506.097646,1376.064073,565.5454198,1626.218772 +426825,1361.744715,2507.093149,1382.654102,569.1887059,1626.946345 +426826,1370.849108,2509.159343,1389.056396,572.8547149,1627.46872 +426827,1379.779163,2512.266396,1396.105817,576.6243416,1627.704268 +426828,1388.7003,2515.896867,1402.25684,580.162346,1627.800233 +426829,1397.477245,2519.563863,1408.914709,583.6792356,1627.838981 +426830,1406.324811,2523.083049,1415.483142,587.4164648,1627.850725 +426831,1415.093225,2525.015753,1426.930446,590.8344133,1627.87852 +426832,1423.787545,2526.615162,1425.59799,594.2672913,1627.907115 +426833,1432.291021,2528.129831,1435.161272,597.8434467,1627.427065 +426834,1441.21238,2529.761866,1440.84337,601.1687888,1626.828588 +426835,1449.349824,2531.520802,1446.924708,604.5844722,1626.196798 +426836,1458.049401,2533.324728,1453.074735,608.0679423,1625.526159 +426837,1466.411642,2535.149464,1459.228175,611.3093523,1624.856282 +426838,1475.072432,2536.966928,1465.130097,614.6337312,1624.183537 +426839,1483.029641,2538.924641,1476.338905,618.009631,1623.656418 +426840,1491.436505,2540.85767,1475.208181,621.2254336,1623.143492 +426841,1506.721596,2541.392381,1489.101001,627.4634371,1617.197081 +426842,1516.827618,2543.018041,1502.924101,631.4205448,1612.572475 +426843,1526.384931,2545.365945,1502.861408,635.2627193,1609.035539 +426844,1535.760354,2547.652546,1511.060431,638.9529143,1605.882866 +426845,1545.13003,2549.993537,1522.660726,642.5022605,1602.564887 +426846,1554.103134,2552.448147,1528.134861,646.0591136,1599.917861 +426847,1563.279967,2554.604491,1529.8325,649.6646427,1597.246543 +426848,1572.166532,2556.653577,1544.158348,653.1330242,1594.438292 +426849,1581.313796,2558.859707,1546.61141,656.6195333,1592.048885 +426850,1590.255567,2560.625719,1544.401783,660.072835,1589.185077 +426851,1603.614141,2561.53416,1542.587574,663.5011725,1585.622809 +426852,1615.453134,2561.574982,1537.570001,666.9078013,1581.300165 +426853,1618.177657,2560.898912,1532.716344,670.291022,1576.257838 +426854,1605.395485,2559.771947,1528.12797,673.6530232,1570.682424 +426855,1645.858472,2558.309684,1523.749409,676.9399251,1564.649111 +426856,1639.569376,2556.54422,1519.506582,680.3438097,1558.214863 +426857,1651.062207,2554.622958,1515.423932,683.659854,1551.744952 +426858,1659.806242,2552.623121,1511.492357,686.8691364,1544.897979 +426859,1667.971654,2550.536923,1507.689996,690.1186406,1537.922666 +426860,1676.838405,2548.374899,1504.007174,693.4406908,1530.865404 +426861,1684.918533,2546.162256,1500.431214,696.6297534,1523.755304 +426862,1693.396095,2543.887819,1496.951389,699.8515155,1516.613812 +426863,1701.808946,2541.552239,1493.557979,703.0472089,1509.456261 +426864,1733.243969,2539.114543,1490.383396,706.2293255,1502.238376 +426865,1683.389337,2536.709768,1487.132905,709.3943724,1495.09052 +426866,1743.058648,2534.318017,1483.985696,712.4861977,1488.006359 +426867,1730.966378,2531.795882,1480.844953,715.7125709,1480.868752 +426868,1742.639893,2529.217048,1477.75052,718.8506847,1473.734694 +426869,1750.594538,2526.62087,1474.719237,721.8790629,1466.632301 +426870,1758.696162,2523.990909,1471.734846,724.9586677,1459.547243 +426871,1766.731924,2521.328781,1468.79527,728.1378686,1452.482205 +426872,1774.812191,2518.614588,1465.893103,733.5369762,1445.430003 +426873,1806.301876,2515.780644,1462.984676,736.176988,1438.337065 +426874,1755.173029,2512.980607,1460.167137,739.8915593,1431.328947 +426875,1821.891297,2510.18546,1457.418579,742.873623,1424.380673 +426876,1792.912611,2507.289168,1454.667231,746.6627237,1417.403805 +426877,1842.143304,2504.294018,1451.909578,749.3090301,1410.395624 +426878,1797.587903,2501.36159,1449.247148,731.0566285,1403.486286 +426879,1853.204073,2498.895287,1446.951965,763.2325618,1397.024274 +426880,1830.1871,2496.685572,1445.087039,752.6342702,1390.865065 +426881,1848.302819,2494.609599,1443.201914,758.4418713,1384.934769 +426882,1854.167684,2492.959504,1441.700414,761.4091646,1379.494905 +426883,1861.806814,2491.667937,1440.552276,764.3703754,1374.505274 +426884,1869.268843,2490.526714,1439.629113,767.432995,1369.803709 +426885,1876.651566,2489.692479,1439.032972,770.4135698,1365.304322 +426886,1884.436267,2488.577773,1438.318486,773.2798968,1360.95152 +426887,1891.755462,2487.445812,1437.828476,776.2750312,1356.705752 +426888,1899.039186,2486.303976,1437.323556,779.2037807,1352.535251 +426889,1915.356358,2485.314987,1436.579879,782.2012544,1348.55802 +426890,1910.022849,2484.295424,1436.291193,784.9545973,1344.61605 +426891,1922.503448,2483.075286,1435.832541,788.0208825,1340.56046 +426892,1929.402545,2481.839062,1435.615996,790.8696037,1336.739312 +426893,1936.386029,2480.624861,1435.280712,793.7802494,1332.760377 +426894,1943.351809,2479.38239,1434.951931,796.7410214,1328.784774 +426895,1950.922331,2478.123805,1434.643546,799.5246688,1324.828676 +426896,1957.967237,2476.849476,1434.564055,802.4527163,1320.895747 +426897,1964.92311,2475.550287,1434.317349,805.3140214,1316.979658 +426898,1972.386566,2474.234052,1434.090328,808.1076953,1313.087382 +426899,1979.347856,2472.90041,1433.887383,811.1418667,1309.219035 +426900,1994.132423,2471.714455,1433.822418,813.8360565,1305.518437 +426901,1871.357068,2469.644307,1435.546192,763.1318209,1305.911796 +426902,1880.782381,2458.288327,1429.547053,764.6529823,1295.17946 +426903,1884.538677,2444.898919,1420.682905,766.5544884,1280.083324 +426904,1889.80942,2434.894382,1412.998014,768.6522441,1266.26838 +426905,1894.96929,2428.859317,1407.499048,770.6330041,1255.221529 +426906,1900.308619,2425.511714,1403.906818,772.802386,1246.673648 +426907,1905.403633,2423.417267,1401.636236,774.9299583,1239.920528 +426908,1911.033017,2421.677327,1400.20793,777.0793146,1234.38517 +426909,1916.251492,2419.910631,1399.32556,779.2358231,1229.698749 +426910,1921.62512,2418.029343,1398.812852,781.3245246,1225.639847 +426911,1926.934582,2416.055561,1398.573805,783.5946492,1222.071513 +426912,1940.027298,2414.195854,1398.657921,785.7781295,1219.048343 +426913,1934.502211,2412.274203,1398.899144,787.8476546,1216.340191 +426914,1943.446566,2410.085691,1399.311431,790.062778,1213.709607 +426915,1948.779668,2407.83105,1399.610037,792.2155649,1211.267011 +426916,1953.646194,2405.584209,1400.002429,794.3777657,1209.02829 +426917,1958.750049,2403.291211,1400.44578,796.5389412,1206.917968 +426918,1963.779786,2400.953749,1400.930285,798.6986194,1204.916713 +426919,1969.205705,2398.584694,1401.460638,800.8565686,1203.018176 +426920,1974.286534,2396.180899,1402.024676,803.0125131,1201.205169 +426921,1987.127785,2393.92459,1402.744403,805.2406342,1199.624413 +426922,1974.181443,2391.425437,1403.35477,807.281334,1197.937634 +426923,1999.741705,2388.829728,1403.948872,809.4837356,1196.254599 +426924,1993.001474,2386.410282,1404.698275,811.6195568,1194.794745 +426925,1999.359469,2383.808483,1405.367525,813.7634294,1193.249791 +426926,2005.337447,2381.066929,1405.978543,815.9051551,1191.649223 +426927,2009.802437,2378.347161,1406.636565,817.9692712,1190.119986 +426928,2022.687653,2375.810724,1407.447403,820.2168671,1188.800254 +426929,2018.101498,2373.244452,1408.280643,822.2969986,1187.518792 +426930,2024.511475,2370.366843,1408.946012,824.4870566,1186.035669 +426931,2030.087713,2367.391219,1409.582359,826.5412511,1184.531155 +426932,2034.775497,2364.191157,1410.262911,828.6776509,1183.098733 +426933,2046.268978,2361.417263,1411.072615,830.6177173,1181.850982 +426934,2043.013883,2358.606547,1411.896748,832.7175588,1180.637671 +426935,2047.644686,2355.449105,1412.536434,834.7435266,1179.207679 +426936,2060.724665,2352.324536,1413.235982,836.7737361,1177.871339 +426937,2057.799411,2349.272129,1414.207778,838.7972694,1176.650379 +426938,2060.913211,2345.928554,1414.821377,840.813993,1175.229647 +426939,2074.151096,2342.589197,1415.456134,842.8243533,1173.852261 +426940,2071.999694,2339.324536,1416.166137,844.8275559,1172.574602 +426941,2073.830682,2335.775259,1416.704395,846.8570985,1171.089886 +426942,2083.035776,2332.141925,1417.211975,848.8221916,1169.572154 +426943,2082.858406,2328.558865,1417.764654,850.8018103,1168.115764 +426944,2083.912402,2316.517999,1418.027918,852.7788945,1166.296027 +426945,2083.190924,2287.786017,1417.437031,854.8270577,1163.382855 +426946,2079.525118,2298.597233,1416.251719,856.6766733,1159.690553 +426947,2076.081814,2281.082152,1414.89006,858.6150221,1155.748359 +426948,2072.801828,2277.196361,1413.309609,860.6732354,1151.498945 +426949,2069.780718,2270.180844,1411.624988,862.566211,1147.085633 +426950,2066.842867,2254.932663,1409.788738,864.5209959,1142.456012 +426951,2064.007377,2253.763995,1407.855831,866.4589722,1137.685876 +426952,2061.537457,2246.308573,1406.043141,868.4694001,1133.051968 +426953,2059.320628,2237.737998,1404.304628,870.2756647,1128.505136 +426954,2057.208079,2229.747799,1402.564853,872.2554774,1123.955299 +426955,2055.002873,2215.201324,1400.716863,874.1599102,1119.263246 +426956,2053.033726,2221.499833,1398.975052,875.9904656,1114.710034 +426957,2051.217259,2198.390566,1397.294465,878.0195559,1110.24064 +426958,2049.282497,2198.276265,1395.514982,879.8634169,1105.645702 +426959,2047.496372,2189.940818,1393.806918,881.8527531,1101.148729 +426960,2045.855685,2181.11081,1392.171441,883.6248359,1096.752736 +426961,2041.479842,2063.3307,1388.690686,776.3191272,1089.85211 +426962,2018.768427,2051.05111,1372.553902,775.4660089,1063.809822 +426963,1989.535378,2041.31449,1351.535284,775.6651118,1029.952273 +426964,1963.7526,2031.563369,1332.514832,776.007412,998.3070944 +426965,1944.818828,2021.784451,1317.33027,776.5443839,971.9611 +426966,1931.526714,2012.363462,1305.935476,777.2015549,950.5083726 +426967,1922.026794,2002.495983,1297.058941,777.9353727,932.6292189 +426968,1914.668365,1985.363378,1289.698889,778.7582677,917.0750913 +426969,1908.705026,1986.044436,1283.399976,779.5967422,903.280737 +426970,1903.823506,1972.400956,1277.952498,780.4649062,890.9602445 +426971,1899.585885,1963.17649,1273.065415,781.3598782,879.7097975 +426972,1895.797715,1953.953958,1268.590731,782.3578176,869.30486 +426973,1892.386743,1944.513038,1264.461716,783.1754912,859.6251884 +426974,1889.253136,1934.749412,1260.597209,784.1903359,850.5343474 +426975,1886.331632,1925.227982,1256.940022,785.1518078,841.9293823 +426976,1883.58714,1915.7413,1253.453966,786.0617392,833.736956 +426977,1880.990768,1906.174149,1250.112166,787.1847569,825.8941144 +426978,1878.515905,1896.558165,1246.883431,788.1460422,818.3449081 +426979,1876.146784,1887.08561,1243.748317,789.189516,811.0468416 +426980,1873.872652,1877.487092,1240.69732,790.314219,803.9656952 +426981,1871.682372,1868.125373,1237.714316,791.2479738,797.07067 +426982,1869.563957,1858.305836,1234.786496,792.3743286,790.333537 +426983,1867.514002,1848.833887,1231.912231,793.4409311,783.7357172 +426984,1865.536205,1839.321733,1229.087269,794.5307849,777.2667289 +426985,1863.627862,1829.740146,1226.306771,795.6317783,770.9131687 +426986,1861.775948,1820.162239,1223.564847,799.6642336,764.6550735 +426987,1859.986139,1810.668551,1220.85999,797.1030913,758.4889909 +426988,1858.248045,1801.112063,1218.183569,806.4606512,752.399625 +426989,1856.588538,1791.551797,1215.555835,790.602273,746.402968 +426990,1855.006633,1782.249644,1212.97201,802.1396679,740.4937645 +426991,1853.44359,1772.391435,1210.393723,803.7865083,734.620763 +426992,1851.899348,1762.87111,1207.82076,802.8285576,728.7845026 +426993,1850.682248,1753.328082,1205.267652,804.6555766,723.0029683 +426994,1849.198445,1743.710385,1202.732742,805.8013899,717.271942 +426995,1847.747908,1734.160309,1200.216147,806.9458528,711.5889077 +426996,1846.343157,1724.558384,1197.719152,808.09822,705.9529754 +426997,1844.98919,1715.083835,1195.242303,809.2542519,700.3626746 +426998,1843.54796,1697.651677,1192.697803,810.419063,694.7036853 +426999,1842.286532,1707.032776,1190.255033,811.5888607,689.1905146 +427000,1841.070551,1673.613992,1187.830036,812.7642031,683.7148278 +427001,1839.766676,1681.282933,1185.339243,813.9451694,678.168962 +427002,1838.610934,1665.829195,1182.932001,815.2183251,672.7425942 +427003,1837.529031,1657.322268,1180.561657,816.2760764,667.3754431 +427004,1836.465023,1648.049883,1178.193511,817.5342478,661.9983371 +427005,1835.455611,1638.687747,1175.851064,818.7208924,656.6768164 +427006,1834.489449,1629.502403,1173.527139,819.9236458,651.3707977 +427007,1833.55964,1620.046845,1171.217309,821.1328991,646.0786131 +427008,1832.667527,1610.836408,1168.922331,822.3458329,640.8105359 +427009,1831.817743,1601.676875,1166.645029,823.562638,635.5751353 +427010,1831.009651,1592.477572,1164.384844,824.7864625,630.3728581 +427011,1830.239996,1583.323335,1162.139676,826.0130193,625.2005348 +427012,1829.508048,1574.255328,1159.908986,827.2436163,620.0567094 +427013,1828.814365,1565.232512,1157.693004,828.478313,614.9410086 +427014,1828.158325,1556.224537,1155.49121,829.8049836,609.8523171 +427015,1827.522454,1547.401432,1153.292318,837.9751155,604.7757953 +427016,1826.940226,1538.334451,1151.117278,821.795181,599.7378775 +427017,1826.408066,1529.535073,1148.963734,838.4655979,594.7353305 +427018,1825.893448,1520.788761,1146.811052,833.6303973,589.7416445 +427019,1825.414516,1512.027818,1144.670479,835.8294893,584.7709357 +427020,1824.978206,1503.329449,1142.546079,837.253913,579.8281812 +427021,1827.726296,1601.012805,1143.066997,960.6378556,579.2152774 +427022,1847.046796,1596.358541,1154.831529,925.2307682,595.4847896 +427023,1872.068904,1588.391004,1171.072852,962.6337449,618.8545754 +427024,1893.952188,1581.328635,1185.791996,950.8953409,640.4094736 +427025,1910.17232,1574.123166,1196.652014,970.482902,657.2365947 +427026,1921.323783,1566.760934,1204.237891,949.7465742,669.6747319 +427027,1928.978009,1559.441777,1209.533126,966.8327511,678.9007114 +427028,1934.125544,1552.206337,1213.351102,956.6331922,685.9087685 +427029,1938.60899,1544.91449,1216.248075,967.1747799,691.450803 +427030,1942.823684,1537.73494,1218.535467,965.9103275,695.8498303 +427031,1946.397724,1530.569388,1220.402563,968.2602615,699.4120345 +427032,1950.120776,1523.471161,1221.982375,970.1651486,702.2956979 +427033,1953.40749,1516.422216,1223.340572,971.932275,704.6649863 +427034,1956.569345,1509.607543,1224.511429,973.8949712,706.5530874 +427035,1959.63095,1502.464199,1225.519685,975.6745176,708.0642535 +427036,1962.613635,1495.754206,1226.388766,977.4821123,709.2086686 +427037,1965.847178,1488.91255,1227.139772,979.2471249,710.0402713 +427038,1968.724668,1482.286449,1227.790783,980.8983477,710.6142947 +427039,1971.579555,1475.660774,1228.360775,982.8397362,710.9788483 +427040,1974.583726,1469.111396,1228.860785,984.4952486,711.1646439 +427041,1977.815856,1462.722534,1229.296028,986.210182,711.1908822 +427042,1981.274667,1456.347286,1229.673177,987.9598789,711.0766706 +427043,1984.924164,1450.099716,1229.998061,989.6165957,710.8386882 +427044,1988.728583,1443.958816,1230.277158,991.2259366,710.4934642 +427045,1992.663022,1438.036072,1230.517277,993.0461926,710.0569295 +427046,1996.703879,1431.858242,1230.719539,994.6355959,709.5369036 +427047,2000.837933,1426.085586,1230.887192,996.3214028,708.9430543 +427048,2005.417019,1423.625259,1231.055921,997.9101598,708.3261618 +427049,2009.839917,1418.934172,1231.246529,999.5913202,707.7176006 +427050,2014.37688,1415.466653,1231.44565,1001.048109,707.1047039 +427051,2019.126878,1411.607795,1231.714987,1008.385371,706.5708437 +427052,2023.82396,1407.890587,1231.891324,996.1926189,705.9142926 +427053,2028.574141,1404.243551,1232.045392,1014.91301,705.2308001 +427054,2033.480371,1400.691035,1232.245086,1004.406935,704.6096247 +427055,2038.31762,1397.228078,1232.351019,1009.755216,703.8725244 +427056,2043.164481,1393.862114,1232.414196,1010.899144,703.0849026 +427057,2048.085997,1390.558913,1232.476297,1012.089968,702.2999059 +427058,2053.050213,1387.445613,1232.518506,1013.760123,701.4936097 +427059,2058.060412,1384.359772,1232.544548,1015.171058,700.671333 +427060,2063.111764,1381.411604,1232.553035,1016.588284,699.8319031 +427061,2068.203419,1378.569237,1232.544904,1018.055023,698.9769826 +427062,2073.33362,1375.444744,1232.520348,1019.55049,698.1072504 +427063,2078.502256,1372.810098,1232.480255,1020.995366,697.2241529 +427064,2083.71985,1370.278624,1232.432321,1022.478986,696.3379185 +427065,2088.999804,1367.802175,1232.386238,1024.402001,695.4613881 +427066,2094.34657,1365.369719,1232.346249,1026.361484,694.600584 +427067,2099.751667,1362.97634,1232.308505,1028.239002,693.7511121 +427068,2105.509095,1360.618802,1232.269256,1030.430145,692.9086544 +427069,2111.005661,1358.295305,1232.230307,1032.653547,692.0758165 +427070,2116.544001,1356.003897,1232.192194,1034.654714,691.2535187 +427071,2122.136017,1353.743471,1232.156616,1037.211142,690.4440608 +427072,2127.782369,1351.512523,1232.122246,1039.490139,689.6458835 +427073,2133.473561,1349.310224,1232.084011,1041.929342,688.8524965 +427074,2139.206842,1347.120765,1232.041715,1044.458829,688.0636553 +427075,2144.984626,1344.994376,1231.998311,1047.086804,687.2830612 +427076,2150.805706,1342.862037,1231.954377,1049.52021,686.511433 +427077,2156.671423,1340.901614,1231.911655,1052.459266,685.7509661 +427078,2162.718237,1338.634025,1231.956922,1060.270672,685.1137339 +427079,2168.793822,1336.679693,1231.996503,1056.118494,684.4799171 +427080,2174.742475,1334.625117,1231.933812,1061.263467,683.7252334 +427081,2182.871119,1355.335421,1233.683637,1085.127677,685.9809351 +427082,2194.480877,1354.719219,1237.623598,1091.736971,691.7673141 +427083,2207.105672,1353.500148,1242.253797,1094.998406,698.8120395 +427084,2218.857612,1352.195244,1246.412783,1103.451005,705.3285074 +427085,2229.045938,1350.888347,1249.649067,1095.90746,710.6110766 +427086,2238.084008,1349.462487,1252.180532,1112.482158,714.9016008 +427087,2246.580176,1348.04708,1254.350417,1108.949548,718.6317663 +427088,2254.54862,1346.616784,1256.145642,1113.920946,721.7832279 +427089,2262.192542,1345.187461,1257.684523,1117.852488,724.5113675 +427090,2269.73906,1343.757391,1259.108401,1121.565699,727.0046013 +427091,2277.23386,1342.345601,1260.449594,1125.589153,729.3134628 +427092,2284.855703,1340.932451,1261.825653,1133.936084,731.6002425 +427093,2292.480021,1339.517286,1263.164747,1132.37065,733.7831598 +427094,2299.905542,1338.147539,1264.344683,1137.262093,735.713825 +427095,2307.288023,1336.893124,1265.463195,1141.895269,737.524978 +427096,2314.897831,1335.321383,1266.689892,1150.647138,739.4416152 +427097,2322.38705,1334.073928,1267.810206,1144.378241,741.1931005 +427098,2329.795059,1332.704069,1268.850592,1158.629924,742.8187335 +427099,2337.401003,1331.376035,1269.985993,1158.406691,744.5483882 +427100,2345.120375,1330.038008,1271.166253,1166.474973,746.321927 +427101,2352.795239,1328.763608,1272.295892,1166.653216,748.0203927 +427102,2360.4146,1324.216736,1273.369543,1174.747656,749.6396689 +427103,2368.410674,1322.463079,1274.000489,1174.890235,751.1550641 +427104,2376.682063,1318.343014,1274.380609,1182.443832,752.6340506 +427105,2385.025624,1323.170552,1274.736121,1183.097298,754.1163946 +427106,2393.15321,1304.188222,1275.066335,1185.274688,755.472145 +427107,2401.441463,1334.800459,1275.452633,1188.80516,756.7805464 +427108,2409.18328,1304.209127,1275.809052,1189.393807,757.9484491 +427109,2416.385333,1315.966269,1275.911109,1190.067695,758.709317 +427110,2423.146409,1307.076882,1275.781846,1190.928687,759.1087201 +427111,2429.697209,1322.713212,1275.539978,1192.065088,759.3089703 +427112,2436.059357,1306.099952,1275.246229,1193.431373,759.3670141 +427113,2442.245642,1293.36432,1274.941014,1194.971385,759.3229763 +427114,2448.448095,1332.334981,1274.747783,1196.752524,759.3401766 +427115,2454.565386,1289.84355,1274.593733,1198.656123,759.3366064 +427116,2460.405974,1319.116421,1274.34626,1200.517736,759.1536108 +427117,2466.058659,1282.052305,1274.047487,1202.376139,758.8550032 +427118,2471.864061,1334.236801,1273.899166,1204.446165,758.7089295 +427119,2477.662854,1286.006141,1273.798083,1206.607569,758.5887972 +427120,2483.151599,1313.742819,1273.553339,1208.646615,758.2533285 +427121,2488.423215,1291.383185,1273.217929,1210.622443,757.7737202 +427122,2493.722556,1314.644904,1272.939199,1212.698856,757.3420326 +427123,2499.025163,1288.593787,1272.700093,1214.8558,756.9385077 +427124,2504.336731,1312.480731,1272.504708,1217.091675,756.5717147 +427125,2509.583028,1295.204675,1272.307812,1219.35169,756.1860201 +427126,2514.687462,1300.619356,1272.06221,1221.582413,755.722196 +427127,2519.797115,1298.95032,1271.861252,1223.885459,755.3018935 +427128,2524.8968,1294.892239,1271.696674,1226.250825,754.91545 +427129,2530.155857,1293.755241,1271.125495,1228.535698,754.5091868 +427130,2535.539719,1292.845079,1270.320807,1230.820317,754.1165344 +427131,2540.950956,1292.08187,1269.511331,1233.177073,753.7597069 +427132,2546.327797,1291.378343,1268.804373,1235.62256,753.4354904 +427133,2551.631317,1290.559213,1268.217016,1238.14577,753.1360683 +427134,2556.878597,1290.145587,1267.730537,1240.730104,752.8557192 +427135,2562.05785,1289.426845,1267.318696,1243.35911,752.5867548 +427136,2567.182509,1288.88693,1266.96039,1246.020571,752.3218892 +427137,2572.239895,1288.343781,1266.64385,1248.709412,752.0586474 +427138,2577.24042,1287.835789,1266.362019,1251.423373,751.7962084 +427139,2582.176828,1287.33989,1266.109527,1254.16048,751.533526 +427140,2587.059146,1286.883095,1265.882297,1256.919113,751.2700816 +427141,2593.257971,1258.066648,1267.170459,1260.260416,753.8181241 +427142,2593.889393,1237.847107,1264.512738,1260.314792,750.3309644 +427143,2592.240232,1266.697915,1260.168674,1259.216306,744.1489311 +427144,2591.323815,1240.210674,1256.240905,1258.862191,738.366895 +427145,2592.076395,1256.374181,1253.427803,1259.763707,734.0443958 +427146,2594.333874,1232.591253,1251.672873,1261.711946,731.154509 +427147,2597.764086,1275.760439,1250.785933,1264.417068,729.4674609 +427148,2601.807231,1218.823167,1250.424483,1267.472033,728.5506617 +427149,2606.108777,1278.254831,1250.36546,1270.638169,728.1202622 +427150,2610.461708,1217.284407,1250.470931,1273.79416,727.9952356 +427151,2614.820115,1278.343168,1250.699623,1276.932765,728.1139541 +427152,2619.130334,1215.404662,1251.005727,1280.038958,728.4066613 +427153,2623.421912,1278.738223,1251.396676,1283.147929,728.8723783 +427154,2627.645962,1214.272059,1251.833963,1286.23683,729.4517944 +427155,2631.824144,1278.201461,1252.324555,1289.326567,730.1454888 +427156,2635.91193,1214.44792,1252.836227,1292.391595,730.9043835 +427157,2639.931485,1276.531871,1253.379087,1295.450208,731.7349027 +427158,2643.845734,1217.220455,1253.927417,1298.479936,732.5979286 +427159,2647.65414,1271.868651,1254.478658,1301.482452,733.4848418 +427160,2651.340394,1224.887703,1255.020923,1304.448458,734.3755887 +427161,2654.81558,1258.554988,1255.497649,1307.319885,735.1925238 +427162,2657.316311,1227.503817,1255.564712,1309.71555,735.9942207 +427163,2659.298447,1251.78763,1255.407135,1311.883057,736.8431948 +427164,2661.2863,1234.545147,1255.253012,1314.107864,737.7633662 +427165,2663.556688,1227.199353,1255.238234,1316.540562,738.7862484 +427166,2666.222845,1259.475835,1255.440615,1319.242538,739.9802073 +427167,2669.110339,1219.083247,1255.77551,1322.090635,741.2524489 +427168,2672.01603,1254.535221,1256.137887,1324.948111,742.4917747 +427169,2674.868356,1229.42325,1256.495455,1327.77194,743.6736571 +427170,2677.609806,1234.48465,1256.818112,1330.73006,744.7687231 +427171,2680.282183,1245.580219,1257.13362,1333.439739,745.8179444 +427172,2682.892133,1232.26195,1257.403731,1336.098454,746.8814815 +427173,2685.444677,1213.155848,1257.603013,1338.70749,748.0002264 +427174,2688.136525,1262.258801,1257.848285,1341.402451,749.3427439 +427175,2690.79936,1198.218103,1258.045885,1344.07423,750.7739883 +427176,2693.287644,1261.133827,1258.118672,1346.629914,752.1717503 +427177,2695.568429,1195.7598,1258.055074,1349.05436,753.4993774 +427178,2697.674152,1258.248637,1257.880011,1351.376756,754.7714611 +427179,2699.619164,1192.907333,1257.609059,1353.616053,755.9942123 +427180,2701.444004,1255.249413,1257.265918,1355.797719,757.1878422 +427181,2703.154412,1189.909684,1256.859587,1357.928814,758.3557257 +427182,2704.769459,1252.161508,1256.401434,1360.017713,759.5062948 +427183,2706.245506,1210.601272,1255.872326,1362.036684,760.6036041 +427184,2707.548172,1195.431948,1255.249538,1363.959547,761.6163977 +427185,2708.825997,1246.750306,1254.628987,1365.891275,762.6677265 +427186,2710.093408,1198.402209,1254.017976,1367.836709,763.7655707 +427187,2711.213445,1214.160527,1253.338508,1369.70554,764.8071335 +427188,2712.215587,1208.037728,1252.606622,1371.512764,765.8109146 +427189,2713.1502,1216.163988,1251.858059,1373.296782,766.820639 +427190,2714.068796,1188.089403,1251.125469,1375.09146,767.8768114 +427191,2714.914665,1230.579556,1250.374469,1376.85575,768.9336906 +427192,2715.686457,1186.862563,1249.604989,1378.586745,769.9902233 +427193,2716.424048,1208.233374,1248.842445,1380.310503,771.0782099 +427194,2717.103358,1187.242248,1248.073088,1382.010274,772.1789178 +427195,2717.689127,1203.886422,1247.276133,1383.66212,773.2643479 +427196,2718.159827,1199.090893,1246.438634,1385.252039,774.3165337 +427197,2718.561455,1185.728122,1245.588964,1386.812032,775.3708173 +427198,2718.881293,1206.185422,1244.719325,1388.333759,776.4160164 +427199,2719.119124,1182.495428,1243.829817,1389.816824,777.4512576 +427200,2719.313698,1182.10979,1242.944697,1391.286817,778.5073094 +427201,2724.233909,1124.372863,1246.809752,1394.9241,788.1917519 +427202,2718.79307,1115.180741,1243.173894,1392.375163,786.4136712 +427203,2708.731059,1113.834618,1236.020645,1387.347243,779.1714141 +427204,2699.699676,1135.829127,1229.315108,1383.391963,772.3383135 +427205,2693.873182,1072.44406,1224.641181,1381.751538,768.2570797 +427206,2690.926664,1123.18674,1221.893516,1382.023866,766.8635987 +427207,2689.750242,1099.569317,1220.421468,1383.338601,767.3324601 +427208,2689.550748,1100.429267,1219.742455,1385.11091,769.0478456 +427209,2689.857949,1097.875008,1219.557753,1387.030245,771.6243619 +427210,2690.413745,1095.063458,1219.690783,1388.957358,774.8250852 +427211,2691.101635,1092.419845,1220.049076,1390.85409,778.5142741 +427212,2691.856074,1089.568458,1220.572626,1392.710848,782.5951119 +427213,2692.633507,1086.892168,1221.21753,1394.523776,786.991293 +427214,2693.40101,1084.008528,1221.94956,1396.288757,791.6404978 +427215,2694.134194,1081.29447,1222.742084,1398.001914,796.4917462 +427216,2694.81605,1078.255414,1223.575334,1399.661182,801.5047451 +427217,2695.435563,1075.673376,1224.434921,1401.266203,806.4949657 +427218,2695.953222,1091.058806,1225.290288,1402.795818,811.4184522 +427219,2696.447323,1042.740184,1226.184666,1404.307166,816.3668766 +427220,2696.867803,1098.761988,1227.083552,1405.76889,821.3234818 +427221,2697.212245,1033.256538,1227.982742,1407.181014,826.296209 +427222,2697.490483,1080.780126,1228.885993,1408.551484,831.2943612 +427223,2698.703516,1052.293905,1230.026939,1410.401147,836.2633083 +427224,2700.462894,1060.761533,1231.311639,1412.514129,841.2077289 +427225,2702.164899,1054.623064,1232.572506,1414.552045,846.123457 +427226,2703.518232,1052.358403,1233.734018,1416.362015,851.0144437 +427227,2704.578318,1049.462457,1234.800086,1417.98137,855.8978436 +427228,2705.369897,1046.41039,1235.790373,1419.45088,860.7830545 +427229,2705.930303,1043.510039,1236.72478,1420.804023,865.6770599 +427230,2706.296823,1040.388722,1237.616659,1422.064168,870.583142 +427231,2706.498868,1037.518665,1238.473799,1423.246322,875.5019572 +427232,2706.454154,1034.758481,1239.333048,1424.312925,880.4328602 +427233,2706.117645,1031.940791,1240.20071,1425.24505,885.3760793 +427234,2705.499427,1029.002044,1241.091673,1426.05001,890.3329219 +427235,2704.626559,1026.357502,1241.991139,1426.742665,895.3012356 +427236,2703.5365,1023.24979,1242.907103,1427.34047,900.2810063 +427237,2702.261115,1020.445224,1243.829124,1427.856909,905.2724709 +427238,2700.820607,1017.631077,1244.765304,1428.299094,910.2739512 +427239,2699.227594,1014.769989,1245.703401,1428.670252,915.2828565 +427240,2697.491117,1011.811895,1246.65148,1428.97242,920.2971921 +427241,2695.617627,1009.011879,1247.59783,1429.206705,925.3147604 +427242,2693.612505,1005.91288,1248.551043,1429.374181,930.3338638 +427243,2691.479896,1003.250129,1249.499814,1429.475399,935.3525144 +427244,2689.223375,1000.169889,1250.453062,1429.510961,940.3691723 +427245,2686.845312,997.4590098,1251.399656,1429.480967,945.3819193 +427246,2684.308603,1014.77134,1252.324268,1429.160447,950.3576006 +427247,2681.718769,961.1275675,1253.279837,1429.032664,955.3771565 +427248,2679.01173,1025.687261,1254.235491,1428.846172,960.3875518 +427249,2676.199212,947.1469927,1255.187554,1428.597249,965.3967047 +427250,2672.057176,1003.258058,1255.967204,1427.637054,970.4276122 +427251,2667.082062,964.1140458,1256.632443,1426.240009,975.4546347 +427252,2662.013085,979.2075167,1257.323727,1424.820304,980.5124032 +427253,2657.164515,970.1152358,1258.069785,1423.546136,985.5876977 +427254,2652.559837,968.453241,1258.875235,1422.415773,990.6637168 +427255,2648.121099,965.0869516,1259.716314,1421.37059,995.7330482 +427256,2643.754747,962.1967264,1260.583871,1420.346614,1000.783422 +427257,2639.401044,959.0225532,1261.457995,1419.305787,1005.810591 +427258,2635.015403,956.0376372,1262.343164,1418.229008,1010.812778 +427259,2630.575096,952.7627649,1263.227078,1417.108304,1015.790241 +427260,2626.069608,949.9186145,1264.11821,1415.939795,1020.743562 +427261,2444.03375,946.5804252,1127.750024,1554.714345,2930.869958 +427262,2502.225365,1073.902583,1155.604095,1586.913167,2951.398709 +427263,2579.148512,1081.735612,1192.577549,1625.915808,2968.54604 +427264,2649.04522,1062.534917,1227.194897,1658.580045,2978.15598 +427265,2691.573359,1074.570306,1250.367025,1672.467274,2968.793493 +427266,2707.354022,1066.079634,1261.78405,1549.533413,2942.073731 +427267,2710.885631,1064.519799,1267.691089,1541.727663,2911.118656 +427268,2709.439062,1061.737833,1271.117493,1561.416113,2881.146401 +427269,2706.090451,1059.218979,1273.351248,1543.731599,2853.79729 +427270,2701.978733,1056.327618,1274.925208,1529.384808,2829.393732 +427271,2697.467559,1053.651401,1276.06021,1529.329321,2807.798976 +427272,2692.660432,1050.751605,1276.85505,1519.720522,2788.717779 +427273,2687.592494,1048.076755,1277.36519,1512.299075,2771.836081 +427274,2682.297497,1045.027464,1277.639419,1505.142768,2756.863766 +427275,2676.79901,1042.288984,1277.71543,1497.714165,2743.344617 +427276,2671.12446,1039.285,1277.619081,1489.974105,2731.468547 +427277,2665.288562,1036.456899,1277.379011,1481.988675,2720.838261 +427278,2659.252506,1033.425787,1277.013348,1472.914802,2711.288627 +427279,2652.942467,1030.56111,1276.54286,1463.570105,2702.678067 +427280,2646.054992,1027.496301,1275.978722,1454.308017,2694.885055 +427281,2639.158488,1024.600624,1275.336211,1444.753054,2687.804866 +427282,2632.005465,1021.507013,1274.622252,1434.933645,2681.347289 +427283,2624.620699,1018.569049,1273.848942,1420.514656,2675.434646 +427284,2617.022395,1015.445436,1273.019535,1417.305332,2669.997621 +427285,2609.229968,1012.496214,1272.143359,1397.856852,2664.977098 +427286,2601.260954,1009.351079,1271.222563,1395.32409,2660.322425 +427287,2593.129134,1006.379898,1270.264962,1395.529428,2655.989112 +427288,2584.845555,1003.213531,1269.271052,1350.526031,2651.938397 +427289,2576.420332,1000.221576,1268.247958,1374.142895,2648.137638 +427290,2567.862136,997.0350672,1267.195757,1347.312644,2644.558648 +427291,2559.201719,994.3825847,1266.131996,1344.316835,2641.202122 +427292,2550.69027,991.7800092,1265.063922,1336.279384,2638.022068 +427293,2542.478794,989.0279978,1263.992367,1329.411138,2634.97809 +427294,2534.609659,986.4271747,1262.923562,1322.391049,2632.064697 +427295,2527.047473,983.7821117,1261.860287,1315.719857,2629.271223 +427296,2519.734026,981.1584628,1260.802443,1323.455922,2626.586386 +427297,2512.61498,978.5465286,1259.747172,1280.413827,2623.998472 +427298,2505.652623,975.8824259,1258.695287,1316.393039,2621.497771 +427299,2498.821605,973.3848468,1257.646682,1271.959761,2619.075503 +427300,2492.103593,970.7582546,1256.59916,1289.978054,2616.723611 +427301,2485.484784,968.1999406,1255.553879,1274.696311,2614.435439 +427302,2478.953444,962.9309192,1254.510716,1245.834926,2612.204428 +427303,2470.426276,960.0091321,1253.370405,1230.659994,2610.048524 +427304,2460.746071,957.3694108,1252.166467,1227.821191,2607.939786 +427305,2451.007004,954.7290352,1250.945136,1218.652239,2605.85375 +427306,2441.768569,952.134722,1249.739546,1211.969736,2603.799879 +427307,2433.135987,949.5685075,1248.557889,1205.149326,2601.779829 +427308,2425.028066,947.0240701,1247.398399,1198.769793,2599.79247 +427309,2417.335836,944.4992439,1246.257352,1192.155249,2597.835534 +427310,2409.975427,941.9911583,1245.131745,1185.925018,2595.906509 +427311,2402.893754,939.5594754,1244.019493,1179.643937,2594.002933 +427312,2396.04672,936.9345667,1242.919107,1173.687435,2592.122623 +427313,2389.407218,934.6069163,1241.829375,1167.6556,2590.263624 +427314,2382.974474,932.1065368,1240.762708,1161.79177,2588.45457 +427315,2376.711185,929.6855934,1239.705494,1155.922869,2586.66527 +427316,2370.565148,927.2687907,1238.646487,1150.424907,2584.870841 +427317,2364.537413,924.8671482,1237.591179,1144.633303,2583.084177 +427318,2358.626458,922.4795399,1236.541579,1154.800766,2581.310307 +427319,2352.819426,920.1068306,1235.497773,1109.993249,2579.549852 +427320,2347.111438,917.7480236,1234.459805,1140.25507,2577.803267 +427321,0,0,0,0,0 +427322,0,0,0,0,0 +427323,0,0,0,0,0 +427324,0,0,0,0,0 +427325,0,0,0,0,0 +427326,0,0,0,0,0 +427327,0,0,0,0,0 +427328,0,0,0,0,0 +427329,0,0,0,0,0 +427330,0,0,0,0,0 +427331,0,0,0,0,0 +427332,0,0,0,0,0 +427333,0,0,0,0,0 +427334,0,0,0,0,0 +427335,0,0,0,0,0 +427336,0,0,0,0,0 +427337,0,0,0,0,0 +427338,0,0,0,0,0 +427339,0,0,0,0,0 +427340,0,0,0,0,0 +427341,0,0,0,0,0 +427342,0,0,0,0,0 +427343,0,0,0,0,0 +427344,0,0,0,0,0 +427345,0,0,0,0,0 +427346,0,0,0,0,0 +427347,0,0,0,0,0 +427348,0,0,0,0,0 +427349,0,0,0,0,0 +427350,0,0,0,0,0 +427351,0,0,0,0,0 +427352,0,0,0,0,0 +427353,0,0,0,0,0 +427354,0,0,0,0,0 +427355,0,0,0,0,0 +427356,0,0,0,0,0 +427357,0,0,0,0,0 +427358,0,0,0,0,0 +427359,0,0,0,0,0 +427360,0,0,0,0,0 +427361,0,0,0,0,0 +427362,0,0,0,0,0 +427363,0,0,0,0,0 +427364,0,0,0,0,0 +427365,0,0,0,0,0 +427366,0,0,0,0,0 +427367,0,0,0,0,0 +427368,0,0,0,0,0 +427369,0,0,0,0,0 +427370,0,0,0,0,0 +427371,0,0,0,0,0 +427372,0,0,0,0,0 +427373,0,0,0,0,0 +427374,0,0,0,0,0 +427375,0,0,0,0,0 +427376,0,0,0,0,0 +427377,0,0,0,0,0 +427378,0,0,0,0,0 +427379,0,0,0,0,0 +427380,0,0,0,0,0 +427381,0,0,0,0,0 +427382,0,0,0,0,0 +427383,0,0,0,0,0 +427384,0,0,0,0,0 +427385,0,0,0,0,0 +427386,0,0,0,0,0 +427387,0,0,0,0,0 +427388,0,0,0,0,0 +427389,0,0,0,0,0 +427390,0,0,0,0,0 +427391,0,0,0,0,0 +427392,0,0,0,0,0 +427393,0,0,0,0,0 +427394,0,0,0,0,0 +427395,0,0,0,0,0 +427396,0,0,0,0,0 +427397,0,0,0,0,0 +427398,0,0,0,0,0 +427399,0,0,0,0,0 +427400,0,0,0,0,0 +427401,0,0,0,0,0 +427402,0,0,0,0,0 +427403,0,0,0,0,0 +427404,0,0,0,0,0 +427405,0,0,0,0,0 +427406,0,0,0,0,0 +427407,0,0,0,0,0 +427408,0,0,0,0,0 +427409,0,0,0,0,0 +427410,0,0,0,0,0 +427411,0,0,0,0,0 +427412,0,0,0,0,0 +427413,0,0,0,0,0 +427414,0,0,0,0,0 +427415,0,0,0,0,0 +427416,0,0,0,0,0 +427417,0,0,0,0,0 +427418,0,0,0,0,0 +427419,0,0,0,0,0 +427420,0,0,0,0,0 +427421,0,0,0,0,0 +427422,0,0,0,0,0 +427423,0,0,0,0,0 +427424,0,0,0,0,0 +427425,0,0,0,0,0 +427426,0,0,0,0,0 +427427,0,0,0,0,0 +427428,0,0,0,0,0 +427429,0,0,0,0,0 +427430,0,0,0,0,0 +427431,0,0,0,0,0 +427432,0,0,0,0,0 +427433,0,0,0,0,0 +427434,0,0,0,0,0 +427435,0,0,0,0,0 +427436,0,0,0,0,0 +427437,0,0,0,0,0 +427438,0,0,0,0,0 +427439,0,0,0,0,0 +427440,0,0,0,0,0 +427441,0,0,0,0,0 +427442,0,0,0,0,0 +427443,0,0,0,0,0 +427444,0,0,0,0,0 +427445,0,0,0,0,0 +427446,0,0,0,0,0 +427447,0,0,0,0,0 +427448,0,0,0,0,0 +427449,0,0,0,0,0 +427450,0,0,0,0,0 +427451,0,0,0,0,0 +427452,0,0,0,0,0 +427453,0,0,0,0,0 +427454,0,0,0,0,0 +427455,0,0,0,0,0 +427456,0,0,0,0,0 +427457,0,0,0,0,0 +427458,0,0,0,0,0 +427459,0,0,0,0,0 +427460,0,0,0,0,0 +427461,0,0,0,0,0 +427462,0,0,0,0,0 +427463,0,0,0,0,0 +427464,0,0,0,0,0 +427465,0,0,0,0,0 +427466,0,0,0,0,0 +427467,0,0,0,0,0 +427468,0,0,0,0,0 +427469,0,0,0,0,0 +427470,0,0,0,0,0 +427471,0,0,0,0,0 +427472,0,0,0,0,0 +427473,0,0,0,0,0 +427474,0,0,0,0,0 +427475,0,0,0,0,0 +427476,0,0,0,0,0 +427477,0,0,0,0,0 +427478,0,0,0,0,0 +427479,0,0,0,0,0 +427480,0,0,0,0,0 +427481,0,0,0,0,0 +427482,0,0,0,0,0 +427483,0,0,0,0,0 +427484,0,0,0,0,0 +427485,0,0,0,0,0 +427486,0,0,0,0,0 +427487,0,0,0,0,0 +427488,0,0,0,0,0 +427489,0,0,0,0,0 +427490,0,0,0,0,0 +427491,0,0,0,0,0 +427492,0,0,0,0,0 +427493,0,0,0,0,0 +427494,0,0,0,0,0 +427495,0,0,0,0,0 +427496,0,0,0,0,0 +427497,0,0,0,0,0 +427498,0,0,0,0,0 +427499,0,0,0,0,0 +427500,0,0,0,0,0 +427501,0,0,0,0,0 +427502,0,0,0,0,0 +427503,0,0,0,0,0 +427504,0,0,0,0,0 +427505,0,0,0,0,0 +427506,0,0,0,0,0 +427507,0,0,0,0,0 +427508,0,0,0,0,0 +427509,0,0,0,0,0 +427510,0,0,0,0,0 +427511,0,0,0,0,0 +427512,0,0,0,0,0 +427513,0,0,0,0,0 +427514,0,0,0,0,0 +427515,0,0,0,0,0 +427516,0,0,0,0,0 +427517,0,0,0,0,0 +427518,0,0,0,0,0 +427519,0,0,0,0,0 +427520,0,0,0,0,0 +427521,0,0,0,0,0 +427522,0,0,0,0,0 +427523,0,0,0,0,0 +427524,0,0,0,0,0 +427525,0,0,0,0,0 +427526,0,0,0,0,0 +427527,0,0,0,0,0 +427528,0,0,0,0,0 +427529,0,0,0,0,0 +427530,0,0,0,0,0 +427531,0,0,0,0,0 +427532,0,0,0,0,0 +427533,0,0,0,0,0 +427534,0,0,0,0,0 +427535,0,0,0,0,0 +427536,0,0,0,0,0 +427537,0,0,0,0,0 +427538,0,0,0,0,0 +427539,0,0,0,0,0 +427540,0,0,0,0,0 +427541,0,0,0,0,0 +427542,0,0,0,0,0 +427543,0,0,0,0,0 +427544,0,0,0,0,0 +427545,0,0,0,0,0 +427546,0,0,0,0,0 +427547,0,0,0,0,0 +427548,0,0,0,0,0 +427549,0,0,0,0,0 +427550,0,0,0,0,0 +427551,0,0,0,0,0 +427552,0,0,0,0,0 +427553,0,0,0,0,0 +427554,0,0,0,0,0 +427555,0,0,0,0,0 +427556,0,0,0,0,0 +427557,0,0,0,0,0 +427558,0,0,0,0,0 +427559,0,0,0,0,0 +427560,0,0,0,0,0 +427561,0,0,0,0,0 +427562,0,0,0,0,0 +427563,0,0,0,0,0 +427564,0,0,0,0,0 +427565,0,0,0,0,0 +427566,0,0,0,0,0 +427567,0,0,0,0,0 +427568,0,0,0,0,0 +427569,0,0,0,0,0 +427570,0,0,0,0,0 +427571,0,0,0,0,0 +427572,0,0,0,0,0 +427573,0,0,0,0,0 +427574,0,0,0,0,0 +427575,0,0,0,0,0 +427576,0,0,0,0,0 +427577,0,0,0,0,0 +427578,0,0,0,0,0 +427579,0,0,0,0,0 +427580,0,0,0,0,0 +427581,0,0,0,0,0 +427582,0,0,0,0,0 +427583,0,0,0,0,0 +427584,0,0,0,0,0 +427585,0,0,0,0,0 +427586,0,0,0,0,0 +427587,0,0,0,0,0 +427588,0,0,0,0,0 +427589,0,0,0,0,0 +427590,0,0,0,0,0 +427591,0,0,0,0,0 +427592,0,0,0,0,0 +427593,0,0,0,0,0 +427594,0,0,0,0,0 +427595,0,0,0,0,0 +427596,0,0,0,0,0 +427597,0,0,0,0,0 +427598,0,0,0,0,0 +427599,0,0,0,0,0 +427600,0,0,0,0,0 +427601,0,0,0,0,0 +427602,0,0,0,0,0 +427603,0,0,0,0,0 +427604,0,0,0,0,0 +427605,0,0,0,0,0 +427606,0,0,0,0,0 +427607,0,0,0,0,0 +427608,0,0,0,0,0 +427609,0,0,0,0,0 +427610,0,0,0,0,0 +427611,0,0,0,0,0 +427612,0,0,0,0,0 +427613,0,0,0,0,0 +427614,0,0,0,0,0 +427615,0,0,0,0,0 +427616,0,0,0,0,0 +427617,0,0,0,0,0 +427618,0,0,0,0,0 +427619,0,0,0,0,0 +427620,0,0,0,0,0 +427621,0,0,0,0,0 +427622,0,0,0,0,0 +427623,0,0,0,0,0 +427624,0,0,0,0,0 +427625,0,0,0,0,0 +427626,0,0,0,0,0 +427627,0,0,0,0,0 +427628,0,0,0,0,0 +427629,0,0,0,0,0 +427630,0,0,0,0,0 +427631,0,0,0,0,0 +427632,0,0,0,0,0 +427633,0,0,0,0,0 +427634,0,0,0,0,0 +427635,0,0,0,0,0 +427636,0,0,0,0,0 +427637,0,0,0,0,0 +427638,0,0,0,0,0 +427639,0,0,0,0,0 +427640,0,0,0,0,0 +427641,0,0,0,0,0 +427642,0,0,0,0,0 +427643,0,0,0,0,0 +427644,0,0,0,0,0 +427645,0,0,0,0,0 +427646,0,0,0,0,0 +427647,0,0,0,0,0 +427648,0,0,0,0,0 +427649,0,0,0,0,0 +427650,0,0,0,0,0 +427651,0,0,0,0,0 +427652,0,0,0,0,0 +427653,0,0,0,0,0 +427654,0,0,0,0,0 +427655,0,0,0,0,0 +427656,0,0,0,0,0 +427657,0,0,0,0,0 +427658,0,0,0,0,0 +427659,0,0,0,0,0 +427660,0,0,0,0,0 +427661,0,0,0,0,0 +427662,0,0,0,0,0 +427663,0,0,0,0,0 +427664,0,0,0,0,0 +427665,0,0,0,0,0 +427666,0,0,0,0,0 +427667,0,0,0,0,0 +427668,0,0,0,0,0 +427669,0,0,0,0,0 +427670,0,0,0,0,0 +427671,0,0,0,0,0 +427672,0,0,0,0,0 +427673,0,0,0,0,0 +427674,0,0,0,0,0 +427675,0,0,0,0,0 +427676,0,0,0,0,0 +427677,0,0,0,0,0 +427678,0,0,0,0,0 +427679,0,0,0,0,0 +427680,0,0,0,0,0 +427681,0,0,0,0,0 +427682,0,0,0,0,0 +427683,0,0,0,0,0 +427684,0,0,0,0,0 +427685,0,0,0,0,0 +427686,0,0,0,0,0 +427687,0,0,0,0,0 +427688,0,0,0,0,0 +427689,0,0,0,0,0 +427690,0,0,0,0,0 +427691,0,0,0,0,0 +427692,0,0,0,0,0 +427693,0,0,0,0,0 +427694,0,0,0,0,0 +427695,0,0,0,0,0 +427696,0,0,0,0,0 +427697,0,0,0,0,0 +427698,0,0,0,0,0 +427699,0,0,0,0,0 +427700,0,0,0,0,0 +427701,0,0,0,0,0 +427702,0,0,0,0,0 +427703,0,0,0,0,0 +427704,0,0,0,0,0 +427705,0,0,0,0,0 +427706,0,0,0,0,0 +427707,0,0,0,0,0 +427708,0,0,0,0,0 +427709,0,0,0,0,0 +427710,0,0,0,0,0 +427711,0,0,0,0,0 +427712,0,0,0,0,0 +427713,0,0,0,0,0 +427714,0,0,0,0,0 +427715,0,0,0,0,0 +427716,0,0,0,0,0 +427717,0,0,0,0,0 +427718,0,0,0,0,0 +427719,0,0,0,0,0 +427720,0,0,0,0,0 +427721,0,0,0,0,0 +427722,0,0,0,0,0 +427723,0,0,0,0,0 +427724,0,0,0,0,0 +427725,0,0,0,0,0 +427726,0,0,0,0,0 +427727,0,0,0,0,0 +427728,0,0,0,0,0 +427729,0,0,0,0,0 +427730,0,0,0,0,0 +427731,0,0,0,0,0 +427732,0,0,0,0,0 +427733,0,0,0,0,0 +427734,0,0,0,0,0 +427735,0,0,0,0,0 +427736,0,0,0,0,0 +427737,0,0,0,0,0 +427738,0,0,0,0,0 +427739,0,0,0,0,0 +427740,0,0,0,0,0 +427741,0,0,0,0,0 +427742,0,0,0,0,0 +427743,0,0,0,0,0 +427744,0,0,0,0,0 +427745,0,0,0,0,0 +427746,0,0,0,0,0 +427747,0,0,0,0,0 +427748,0,0,0,0,0 +427749,0,0,0,0,0 +427750,0,0,0,0,0 +427751,0,0,0,0,0 +427752,0,0,0,0,0 +427753,0,0,0,0,0 +427754,0,0,0,0,0 +427755,0,0,0,0,0 +427756,0,0,0,0,0 +427757,0,0,0,0,0 +427758,0,0,0,0,0 +427759,0,0,0,0,0 +427760,0,0,0,0,0 +427761,0,0,0,0,0 +427762,0,0,0,0,0 +427763,0,0,0,0,0 +427764,0,0,0,0,0 +427765,0,0,0,0,0 +427766,0,0,0,0,0 +427767,0,0,0,0,0 +427768,0,0,0,0,0 +427769,0,0,0,0,0 +427770,0,0,0,0,0 +427771,0,0,0,0,0 +427772,0,0,0,0,0 +427773,0,0,0,0,0 +427774,0,0,0,0,0 +427775,0,0,0,0,0 +427776,0,0,0,0,0 +427777,0,0,0,0,0 +427778,0,0,0,0,0 +427779,0,0,0,0,0 +427780,0,0,0,0,0 +427781,0,0,0,0,0 +427782,0,0,0,0,0 +427783,0,0,0,0,0 +427784,0,0,0,0,0 +427785,0,0,0,0,0 +427786,0,0,0,0,0 +427787,0,0,0,0,0 +427788,0,0,0,0,0 +427789,0,0,0,0,0 +427790,0,0,0,0,0 +427791,0,0,0,0,0 +427792,0,0,0,0,0 +427793,0,0,0,0,0 +427794,0,0,0,0,0 +427795,0,0,0,0,0 +427796,0,0,0,0,0 +427797,0,0,0,0,0 +427798,0,0,0,0,0 +427799,0,0,0,0,0 +427800,0,0,0,0,0 +427801,0,0,0,0,0 +427802,0,0,0,0,0 +427803,0,0,0,0,0 +427804,0,0,0,0,0 +427805,0,0,0,0,0 +427806,0,0,0,0,0 +427807,0,0,0,0,0 +427808,0,0,0,0,0 +427809,0,0,0,0,0 +427810,0,0,0,0,0 +427811,0,0,0,0,0 +427812,0,0,0,0,0 +427813,0,0,0,0,0 +427814,0,0,0,0,0 +427815,0,0,0,0,0 +427816,0,0,0,0,0 +427817,0,0,0,0,0 +427818,0,0,0,0,0 +427819,0,0,0,0,0 +427820,0,0,0,0,0 +427821,0,0,0,0,0 +427822,0,0,0,0,0 +427823,0,0,0,0,0 +427824,0,0,0,0,0 +427825,0,0,0,0,0 +427826,0,0,0,0,0 +427827,0,0,0,0,0 +427828,0,0,0,0,0 +427829,0,0,0,0,0 +427830,0,0,0,0,0 +427831,0,0,0,0,0 +427832,0,0,0,0,0 +427833,0,0,0,0,0 +427834,0,0,0,0,0 +427835,0,0,0,0,0 +427836,0,0,0,0,0 +427837,0,0,0,0,0 +427838,0,0,0,0,0 +427839,0,0,0,0,0 +427840,0,0,0,0,0 +427841,0,0,0,0,0 +427842,0,0,0,0,0 +427843,0,0,0,0,0 +427844,0,0,0,0,0 +427845,0,0,0,0,0 +427846,0,0,0,0,0 +427847,0,0,0,0,0 +427848,0,0,0,0,0 +427849,0,0,0,0,0 +427850,0,0,0,0,0 +427851,0,0,0,0,0 +427852,0,0,0,0,0 +427853,0,0,0,0,0 +427854,0,0,0,0,0 +427855,0,0,0,0,0 +427856,0,0,0,0,0 +427857,0,0,0,0,0 +427858,0,0,0,0,0 +427859,0,0,0,0,0 +427860,0,0,0,0,0 +427861,0,0,0,0,0 +427862,0,0,0,0,0 +427863,0,0,0,0,0 +427864,0,0,0,0,0 +427865,0,0,0,0,0 +427866,0,0,0,0,0 +427867,0,0,0,0,0 +427868,0,0,0,0,0 +427869,0,0,0,0,0 +427870,0,0,0,0,0 +427871,0,0,0,0,0 +427872,0,0,0,0,0 +427873,0,0,0,0,0 +427874,0,0,0,0,0 +427875,0,0,0,0,0 +427876,0,0,0,0,0 +427877,0,0,0,0,0 +427878,0,0,0,0,0 +427879,0,0,0,0,0 +427880,0,0,0,0,0 +427881,0,0,0,0,0 +427882,0,0,0,0,0 +427883,0,0,0,0,0 +427884,0,0,0,0,0 +427885,0,0,0,0,0 +427886,0,0,0,0,0 +427887,0,0,0,0,0 +427888,0,0,0,0,0 +427889,0,0,0,0,0 +427890,0,0,0,0,0 +427891,0,0,0,0,0 +427892,0,0,0,0,0 +427893,0,0,0,0,0 +427894,0,0,0,0,0 +427895,0,0,0,0,0 +427896,0,0,0,0,0 +427897,0,0,0,0,0 +427898,0,0,0,0,0 +427899,0,0,0,0,0 +427900,0,0,0,0,0 +427901,0,0,0,0,0 +427902,0,0,0,0,0 +427903,0,0,0,0,0 +427904,0,0,0,0,0 +427905,0,0,0,0,0 +427906,0,0,0,0,0 +427907,0,0,0,0,0 +427908,0,0,0,0,0 +427909,0,0,0,0,0 +427910,0,0,0,0,0 +427911,0,0,0,0,0 +427912,0,0,0,0,0 +427913,0,0,0,0,0 +427914,0,0,0,0,0 +427915,0,0,0,0,0 +427916,0,0,0,0,0 +427917,0,0,0,0,0 +427918,0,0,0,0,0 +427919,0,0,0,0,0 +427920,0,0,0,0,0 +427921,0,0,0,0,0 +427922,0,0,0,0,0 +427923,0,0,0,0,0 +427924,0,0,0,0,0 +427925,0,0,0,0,0 +427926,0,0,0,0,0 +427927,0,0,0,0,0 +427928,0,0,0,0,0 +427929,0,0,0,0,0 +427930,0,0,0,0,0 +427931,0,0,0,0,0 +427932,0,0,0,0,0 +427933,0,0,0,0,0 +427934,0,0,0,0,0 +427935,0,0,0,0,0 +427936,0,0,0,0,0 +427937,0,0,0,0,0 +427938,0,0,0,0,0 +427939,0,0,0,0,0 +427940,0,0,0,0,0 +427941,0,0,0,0,0 +427942,0,0,0,0,0 +427943,0,0,0,0,0 +427944,0,0,0,0,0 +427945,0,0,0,0,0 +427946,0,0,0,0,0 +427947,0,0,0,0,0 +427948,0,0,0,0,0 +427949,0,0,0,0,0 +427950,0,0,0,0,0 +427951,0,0,0,0,0 +427952,0,0,0,0,0 +427953,0,0,0,0,0 +427954,0,0,0,0,0 +427955,0,0,0,0,0 +427956,0,0,0,0,0 +427957,0,0,0,0,0 +427958,0,0,0,0,0 +427959,0,0,0,0,0 +427960,0,0,0,0,0 +427961,0,0,0,0,0 +427962,0,0,0,0,0 +427963,0,0,0,0,0 +427964,0,0,0,0,0 +427965,0,0,0,0,0 +427966,0,0,0,0,0 +427967,0,0,0,0,0 +427968,0,0,0,0,0 +427969,0,0,0,0,0 +427970,0,0,0,0,0 +427971,0,0,0,0,0 +427972,0,0,0,0,0 +427973,0,0,0,0,0 +427974,0,0,0,0,0 +427975,0,0,0,0,0 +427976,0,0,0,0,0 +427977,0,0,0,0,0 +427978,0,0,0,0,0 +427979,0,0,0,0,0 +427980,0,0,0,0,0 +427981,0,0,0,0,0 +427982,0,0,0,0,0 +427983,0,0,0,0,0 +427984,0,0,0,0,0 +427985,0,0,0,0,0 +427986,0,0,0,0,0 +427987,0,0,0,0,0 +427988,0,0,0,0,0 +427989,0,0,0,0,0 +427990,0,0,0,0,0 +427991,0,0,0,0,0 +427992,0,0,0,0,0 +427993,0,0,0,0,0 +427994,0,0,0,0,0 +427995,0,0,0,0,0 +427996,0,0,0,0,0 +427997,0,0,0,0,0 +427998,0,0,0,0,0 +427999,0,0,0,0,0 +428000,0,0,0,0,0 +428001,0,0,0,0,0 +428002,0,0,0,0,0 +428003,0,0,0,0,0 +428004,0,0,0,0,0 +428005,0,0,0,0,0 +428006,0,0,0,0,0 +428007,0,0,0,0,0 +428008,0,0,0,0,0 +428009,0,0,0,0,0 +428010,0,0,0,0,0 +428011,0,0,0,0,0 +428012,0,0,0,0,0 +428013,0,0,0,0,0 +428014,0,0,0,0,0 +428015,0,0,0,0,0 +428016,0,0,0,0,0 +428017,0,0,0,0,0 +428018,0,0,0,0,0 +428019,0,0,0,0,0 +428020,0,0,0,0,0 +428021,0,0,0,0,0 +428022,0,0,0,0,0 +428023,0,0,0,0,0 +428024,0,0,0,0,0 +428025,0,0,0,0,0 +428026,0,0,0,0,0 +428027,0,0,0,0,0 +428028,0,0,0,0,0 +428029,0,0,0,0,0 +428030,0,0,0,0,0 +428031,0,0,0,0,0 +428032,0,0,0,0,0 +428033,0,0,0,0,0 +428034,0,0,0,0,0 +428035,0,0,0,0,0 +428036,0,0,0,0,0 +428037,0,0,0,0,0 +428038,0,0,0,0,0 +428039,0,0,0,0,0 +428040,0,0,0,0,0 +428041,0,0,0,0,0 +428042,0,0,0,0,0 +428043,0,0,0,0,0 +428044,0,0,0,0,0 +428045,0,0,0,0,0 +428046,0,0,0,0,0 +428047,0,0,0,0,0 +428048,0,0,0,0,0 +428049,0,0,0,0,0 +428050,0,0,0,0,0 +428051,0,0,0,0,0 +428052,0,0,0,0,0 +428053,0,0,0,0,0 +428054,0,0,0,0,0 +428055,0,0,0,0,0 +428056,0,0,0,0,0 +428057,0,0,0,0,0 +428058,0,0,0,0,0 +428059,0,0,0,0,0 +428060,0,0,0,0,0 +428061,0,0,0,0,0 +428062,0,0,0,0,0 +428063,0,0,0,0,0 +428064,0,0,0,0,0 +428065,0,0,0,0,0 +428066,0,0,0,0,0 +428067,0,0,0,0,0 +428068,0,0,0,0,0 +428069,0,0,0,0,0 +428070,0,0,0,0,0 +428071,0,0,0,0,0 +428072,0,0,0,0,0 +428073,0,0,0,0,0 +428074,0,0,0,0,0 +428075,0,0,0,0,0 +428076,0,0,0,0,0 +428077,0,0,0,0,0 +428078,0,0,0,0,0 +428079,0,0,0,0,0 +428080,0,0,0,0,0 +428081,0,0,0,0,0 +428082,0,0,0,0,0 +428083,0,0,0,0,0 +428084,0,0,0,0,0 +428085,0,0,0,0,0 +428086,0,0,0,0,0 +428087,0,0,0,0,0 +428088,0,0,0,0,0 +428089,0,0,0,0,0 +428090,0,0,0,0,0 +428091,0,0,0,0,0 +428092,0,0,0,0,0 +428093,0,0,0,0,0 +428094,0,0,0,0,0 +428095,0,0,0,0,0 +428096,0,0,0,0,0 +428097,0,0,0,0,0 +428098,0,0,0,0,0 +428099,0,0,0,0,0 +428100,0,0,0,0,0 +428101,-2127.516198,-122.6373278,-2068.07924,-953.7857355,-1664.204984 +428102,-1515.936627,82.76256234,-12.34306899,-483.8903134,-332.3892062 +428103,152.5633166,85.27592349,153.0973133,68.06372257,274.6723487 +428104,164.1143422,85.68244441,-202.1736011,15.54885885,-297.8742432 +428105,-540.4640264,85.10771189,-143.5713928,-251.0626158,-157.6229417 +428106,-271.7085196,84.56773912,-75.71934836,-82.34160787,-131.811952 +428107,-239.4222274,84.49121728,-77.18930308,-106.7234947,-136.3796914 +428108,-258.0111095,84.81465471,-68.87906778,-104.4636335,-137.2243353 +428109,-253.5768024,85.43698558,-60.74410001,-101.8689605,-136.6659475 +428110,-247.1584646,86.28463656,-54.92474897,-99.72132021,-138.3424157 +428111,-243.0434291,87.23972662,-49.00688265,-96.99125563,-137.399727 +428112,-237.5729847,88.22991389,-43.91591719,-94.72400602,-138.7529973 +428113,-232.5925797,89.22922638,-38.12757635,-92.40387298,-138.0848761 +428114,-226.8851901,90.23438276,-33.17993958,-89.7709888,-138.5163899 +428115,-222.3186416,91.24828276,-27.54594709,-87.61895005,-138.1762494 +428116,-217.6578536,92.27360415,-22.46011262,-85.16110405,-137.6996821 +428117,-212.2812269,93.31175667,-17.31293917,-82.66377006,-138.3851927 +428118,-206.8242386,94.36338681,-12.10709635,-80.39645922,-137.0043027 +428119,-202.5476693,95.42887635,-7.154802997,-78.0957585,-136.8092022 +428120,-197.5732822,96.50855131,-2.150523416,-75.49765834,-137.1683762 +428121,-192.5282453,97.60271973,2.902818171,-73.40377157,-135.4332629 +428122,-188.673392,98.71167941,7.692866695,-70.75015043,-135.5935313 +428123,-185.4029248,99.8356134,12.68041748,-68.6060304,-134.993064 +428124,-181.4525956,100.9745957,17.39935401,-66.17149917,-133.6221812 +428125,-177.7664355,102.1286606,22.31097481,-63.71516376,-133.5229748 +428126,-173.7191438,103.2978164,26.9488721,-61.50719002,-132.660841 +428127,-169.9467371,104.4820569,31.62136926,-59.01229653,-131.7152451 +428128,-166.4505506,105.6813443,36.32719445,-56.76773821,-130.6939122 +428129,-161.6528151,106.8956097,41.06318915,-54.23871446,-130.2953042 +428130,-158.7224075,108.1247471,45.51715014,-52.09705819,-129.1294948 +428131,-155.1217241,109.3686231,48.76518928,-49.93835315,-127.8950046 +428132,-152.1182607,110.5994745,51.88589712,-48.16832421,-127.3033201 +428133,-148.4516216,111.8003282,54.72084196,-46.11680921,-125.9460128 +428134,-145.3957627,112.9689172,57.42434414,-44.32308215,-125.5935491 +428135,-142.9485117,114.1103099,60.4606126,-42.51869117,-123.7603048 +428136,-138.8868778,115.2310779,62.7406132,-40.83697504,-123.6600979 +428137,-136.7066418,116.33694,65.66258329,-38.87488273,-121.3580824 +428138,-132.9170769,117.4323921,67.98239089,-37.30693935,-121.5280034 +428139,-130.3768479,118.5209809,70.47657089,-35.46020338,-119.4859843 +428140,-127.1810234,119.6055904,71.28805095,-33.60543735,-119.2080473 +428141,-124.2821203,120.6886165,69.51549797,-32.28154972,-117.4351838 +428142,-121.0477435,121.7720593,67.84786354,-30.14049378,-116.3511477 +428143,-118.4322567,122.8575883,66.30658007,-28.80097928,-115.2331625 +428144,-115.1635642,123.9465832,64.88358501,-27.04976382,-114.444721 +428145,-112.5141058,125.0401838,63.56095933,-25.291196,-112.8845472 +428146,-109.2134551,126.1393211,62.32150384,-23.93068747,-111.6594934 +428147,-106.5353078,127.2447556,61.1515407,-22.02389057,-111.1414469 +428148,-103.5251006,128.3571024,60.04045842,-20.65057132,-109.1136482 +428149,-100.8178106,129.4768528,58.97972116,-19.00125556,-108.5379001 +428150,-97.4610338,130.6043921,57.96218914,-17.34587185,-107.1943 +428151,-95.0478692,131.7400214,56.98178447,-15.68672534,-105.8232544 +428152,-91.66829303,132.8839643,56.03329683,-14.29347122,-104.4304772 +428153,-89.23226498,134.0363861,55.11227973,-12.62488389,-103.7606597 +428154,-86.14728625,135.1973947,54.21492813,-11.22053803,-102.3204372 +428155,-83.36858551,136.3670612,53.3380121,-9.541263617,-100.8576623 +428156,-80.26216276,137.5454124,52.47875968,-8.127693563,-100.1231489 +428157,-77.46653303,138.7324489,51.63481346,-6.440611364,-98.62059295 +428158,-74.82077954,139.9281412,50.80415072,-5.154736293,-97.47288346 +428159,-71.68640948,141.1324416,49.98504928,-3.459459741,-95.93565492 +428160,-69.02091132,142.3452804,49.17602852,-2.030713868,-95.13273918 +428161,26.28984379,139.2257396,38.82599119,11.57686545,47.84878291 +428162,32.79482219,144.7196434,47.91343315,15.24361354,63.36109893 +428163,48.83561365,154.6756458,67.37666773,23.48097911,96.08014321 +428164,65.8286861,164.8087218,87.71191825,31.97745099,130.4552825 +428165,80.0251682,173.3175225,104.7861129,38.90012263,160.2297128 +428166,91.01828605,180.3949423,118.1665436,44.08238566,184.5933072 +428167,99.364811,186.2728867,128.4915471,47.86818613,204.4614721 +428168,105.6693854,603.3613524,136.4497349,50.61062415,220.7931063 +428169,110.3627512,421.9265581,142.5330709,52.55437793,234.2271079 +428170,113.7300507,484.4567396,147.0692906,53.85697853,244.1525776 +428171,115.9769233,512.0080473,150.2960411,54.6288984,251.1049864 +428172,117.2695084,529.9613927,152.4057495,54.9573705,255.7181387 +428173,117.7500112,547.5980397,153.5631544,54.91567484,258.4435731 +428174,117.5410097,564.6582469,153.910263,54.56583765,259.5766291 +428175,116.7471087,582.0431615,153.568319,53.95976496,259.3302216 +428176,115.4566854,598.5559735,152.6398624,53.14040589,257.8791731 +428177,113.7440218,614.8589447,151.2112055,52.14309603,255.3765793 +428178,111.6714868,631.4429155,149.3549461,50.9968788,251.9575308 +428179,109.2914674,647.2550225,147.1321888,49.72564441,247.7400063 +428180,106.6480097,662.8199862,144.594432,48.34907137,242.8260215 +428181,103.5763218,679.1519505,141.7851221,46.88338396,237.3034812 +428182,100.1778544,693.8537488,138.7409494,45.34196809,231.2480352 +428183,96.567012,709.3628048,135.4929569,43.73588727,224.7250123 +428184,92.80949674,724.2964311,132.0674061,42.07427603,217.7906767 +428185,88.93526003,738.8994234,128.4865805,40.36469849,210.4936959 +428186,84.95907446,754.087912,124.7693785,38.61340574,202.8760209 +428187,80.89167876,768.3732625,120.9319159,36.8255957,194.9740588 +428188,76.74287994,782.8200359,116.8443401,35.00557298,186.8191994 +428189,72.52185024,797.0615821,112.5745853,33.15693603,178.4388037 +428190,68.23663922,811.1624963,108.2002191,31.22383996,169.8565816 +428191,63.89412535,825.0588941,103.7623419,29.22875284,161.0932384 +428192,59.4969027,838.8119638,99.27092161,27.19741008,152.1666621 +428193,55.04805156,852.4315333,94.72792909,25.14313601,143.0925164 +428194,50.55141192,865.9236184,90.13587069,23.07045357,133.8843716 +428195,46.0109668,879.247489,85.49882485,20.98057385,124.554185 +428196,41.43025284,892.5592592,80.82131841,18.87413874,115.1123531 +428197,36.81233614,905.6630158,76.10764732,16.75200061,105.5681003 +428198,32.15976733,918.6908015,71.36153588,14.61511846,95.92946006 +428199,27.47478177,931.5516859,66.58627907,12.46444105,86.20361845 +428200,22.75925955,944.4296744,61.78473697,10.30077505,76.39682002 +428201,18.01492004,957.0483073,56.95956237,8.124841647,66.51473477 +428202,13.29841021,969.2402503,338.9484796,5.93724082,56.56231895 +428203,8.58865277,982.3794196,246.448565,3.738529579,46.54412327 +428204,3.86183666,994.5703598,285.0889366,1.529122052,36.46388266 +428205,-0.8919945,1006.791241,312.5409588,-0.690655184,26.32475884 +428206,-5.673612222,1019.122447,332.6532393,-2.920572834,506.7841707 +428207,-10.4805747,1031.147102,351.6352871,-5.160388932,290.6689858 +428208,169.6153289,1043.314714,370.2581798,48.5482421,363.7814878 +428209,228.078675,1055.073492,384.6708438,108.0512537,391.1604019 +428210,195.7196472,1067.040537,400.0446671,79.53803523,409.7387647 +428211,239.4851813,1078.739161,415.3738841,102.6612267,427.928495 +428212,260.0712093,1090.405069,429.5467528,112.2893448,446.0526828 +428213,279.8103454,1101.902961,444.0135757,121.651901,463.304473 +428214,313.8462054,1124.634331,465.1634317,135.5221079,480.3901121 +428215,334.1540981,1141.556867,479.7415829,142.7831776,497.15717 +428216,354.1407376,1157.392742,494.0592951,151.0289482,513.5359028 +428217,372.320563,1173.165551,507.8630614,158.1736685,529.5602444 +428218,391.7097414,1188.523788,521.5164695,165.853574,545.0227152 +428219,409.5618385,1203.751532,534.8205901,172.9059094,560.9415105 +428220,422.4564059,1218.80864,547.9856753,180.2815785,575.8812963 +428221,827.5739945,1402.56157,949.7237988,355.1676756,1354.595644 +428222,843.9946868,1418.949583,975.2842183,363.9126298,1374.785052 +428223,860.3597665,1434.408562,978.6034365,371.4744322,1401.745397 +428224,875.5414971,1449.80996,980.6610091,378.4450273,1398.278247 +428225,890.0228022,1464.518389,1013.393223,385.4968577,1433.716273 +428226,904.6341205,1479.343846,1016.319264,392.3246009,1442.432739 +428227,917.9651311,1493.695184,1030.125183,398.6009072,1481.717039 +428228,932.7664599,1508.068207,1042.392609,405.5484194,1441.921818 +428229,945.9065116,1522.312906,1053.921511,411.7501062,1527.69667 +428230,959.4694377,1536.201654,1065.309121,418.0124305,1490.349017 +428231,972.5692488,1550.140321,1076.764473,424.0703433,1522.133818 +428232,985.8364972,1563.961601,1087.836069,430.2506615,1533.298288 +428233,998.5019019,1577.428041,1098.5171,436.0706299,1550.881013 +428234,1011.302478,1591.00598,1127.776975,441.863965,1557.347242 +428235,1023.689474,1604.361861,1092.813156,447.6946332,1579.195836 +428236,1036.291834,1617.493759,1143.308691,453.2756444,1572.875561 +428237,1048.317563,1630.76955,1137.949193,458.7557344,1562.693087 +428238,1060.569732,1643.555728,1150.714359,464.0184074,1554.254673 +428239,1072.276404,1656.50007,1160.591026,469.8113413,1547.155614 +428240,1084.464942,1669.209597,1178.325563,474.8029651,1540.989919 +428241,1095.703206,1681.842015,1182.918845,480.2333068,1535.536224 +428242,1107.640669,1711.644533,1173.588879,485.2706645,1530.652602 +428243,1118.751607,1688.158797,1208.304853,490.3178833,1526.264007 +428244,1130.48429,1722.196879,1207.149681,495.4185382,1522.261067 +428245,1141.331267,1732.770372,1215.792103,500.2257366,1518.525627 +428246,1152.596875,1742.299414,1227.502998,505.1160161,1515.025313 +428247,1174.973568,1760.271415,1235.174833,509.8751786,1511.710969 +428248,1169.340264,1780.866791,1251.800826,514.679651,1508.541596 +428249,1175.917471,1769.022555,1257.722388,519.3739892,1505.600178 +428250,1202.780517,1779.879489,1243.345543,523.8192056,1502.91195 +428251,1205.173229,1807.828547,1297.379649,529.0135955,1500.909258 +428252,1217.860077,1805.456952,1271.181458,534.0271969,1499.242364 +428253,1228.927812,1822.191825,1293.361347,538.9048595,1497.76394 +428254,1239.658199,1824.919517,1301.251472,543.9516149,1497.173532 +428255,1250.303477,1821.777271,1310.499861,548.6768177,1497.489944 +428256,1261.087023,1848.448152,1319.829395,553.7786598,1498.301235 +428257,1271.475724,1859.184383,1329.209232,558.5407243,1499.380887 +428258,1282.222163,1825.454078,1338.721926,563.2461965,1500.748321 +428259,1292.171387,1891.445847,1352.586794,568.1928096,1502.782073 +428260,1302.893017,1845.221839,1354.903153,572.9227383,1504.939791 +428261,1312.963248,1887.809878,1366.488008,577.5928379,1506.768729 +428262,1323.126133,1872.362202,1375.769424,582.258898,1508.422394 +428263,1333.107285,1886.110814,1384.176179,586.9255275,1510.034504 +428264,1343.247136,1889.036749,1393.385801,591.6078894,1511.823302 +428265,1352.985402,1894.517184,1402.308477,596.1136008,1513.793465 +428266,1362.98744,1899.29006,1415.531404,600.7774887,1515.981193 +428267,1372.575795,1903.960127,1418.184512,605.1662105,1518.156426 +428268,1382.422239,1908.376626,1428.827955,609.8949069,1520.305115 +428269,1391.859055,1912.65538,1442.141092,614.1648252,1522.343323 +428270,1401.663568,1916.722671,1444.544952,618.7546771,1524.371794 +428271,1410.781185,1920.601256,1454.777228,623.0715189,1526.119258 +428272,1420.408217,1924.315246,1467.787753,627.5607703,1527.941473 +428273,1429.531039,1927.837865,1470.300234,631.7785909,1529.768866 +428274,1429.598208,1920.704695,1474.891576,633.7418447,1531.011908 +428275,1436.92964,1922.185794,1484.803424,637.4783086,1531.826928 +428276,1445.599186,1924.3191,1492.15092,641.6425903,1532.745673 +428277,1453.923084,1926.487214,1494.722007,645.6231938,1533.660962 +428278,1462.412005,1928.660869,1507.461358,649.7182393,1534.644736 +428279,1470.937945,1930.722028,1508.220142,653.669612,1535.686969 +428280,1479.264244,1932.716651,1508.696918,657.7552859,1536.21024 +428281,1494.09517,1937.516507,1508.878782,664.5209694,1539.115428 +428282,1503.343673,1940.052476,1509.28872,668.9464571,1541.96761 +428283,1512.367377,1942.230807,1509.85889,673.2267463,1544.500154 +428284,1520.998055,1944.252237,1510.483734,677.4280866,1546.493689 +428285,1529.818141,1946.032956,1511.132756,681.516959,1547.938464 +428286,1538.385176,1947.72739,1511.8013,685.7564542,1548.934073 +428287,1556.271884,1949.259109,1512.501554,689.6975696,1549.578889 +428288,1547.610612,1950.678964,1513.266225,693.7787951,1549.998241 +428289,1560.190051,1951.98047,1514.130052,697.7743489,1550.281754 +428290,1574.920547,1953.083603,1515.043664,701.6937415,1550.422267 +428291,1578.57856,1954.165878,1516.002392,705.7321277,1550.438945 +428292,1587.982244,1954.911124,1517.011792,709.6168125,1550.377707 +428293,1595.739131,1955.914508,1518.262909,713.5865363,1550.457116 +428294,1603.802262,1956.50087,1519.342354,717.3770977,1550.257218 +428295,1611.667019,1957.111301,1520.452334,721.2156619,1550.003908 +428296,1619.606875,1957.526628,1521.585307,725.1291199,1549.70869 +428297,1627.169096,1957.885545,1522.746365,728.8964494,1549.37714 +428298,1634.726199,1958.14348,1523.92441,732.6948012,1549.014144 +428299,1642.752579,1958.222643,1525.121942,736.4626109,1548.619796 +428300,1649.9242,1958.259907,1526.325259,740.2092957,1548.193208 +428301,1657.625119,1958.168122,1527.540092,743.9363191,1547.736169 +428302,1664.962358,1957.977244,1528.755703,747.6403679,1547.249462 +428303,1672.547967,1957.730095,1529.978001,751.3273446,1546.733561 +428304,1687.601431,1957.280391,1531.182389,756.5433693,1546.170611 +428305,1682.592696,1956.814712,1532.391966,760.1266777,1545.581535 +428306,1688.639281,1956.229337,1533.623863,763.8219768,1544.999967 +428307,1705.167328,1955.572764,1534.855327,767.9069701,1544.389297 +428308,1707.283059,1954.62599,1536.06354,771.3106406,1543.732756 +428309,1715.372739,1953.990363,1537.274897,775.5986808,1543.054466 +428310,1722.171541,1952.951975,1538.482193,778.5652222,1542.356575 +428311,1730.01227,1953.492035,1539.70401,784.0180927,1541.653372 +428312,1737.876312,1954.279794,1541.029544,766.0070329,1541.019975 +428313,1756.663244,1955.155986,1542.432388,798.7004108,1540.404388 +428314,1739.394871,1956.082835,1543.90606,789.1806975,1539.798738 +428315,1764.528464,1956.983474,1545.473296,795.806277,1539.240364 +428316,1769.086089,1957.940879,1547.084018,799.6663412,1538.870366 +428317,1775.985464,1958.927273,1548.725372,803.6731587,1538.272448 +428318,1795.365827,1959.932346,1550.390066,807.3546796,1537.654976 +428319,1776.073731,1960.831801,1552.106039,811.2772988,1537.060962 +428320,1805.456521,1961.826458,1553.865301,815.1403896,1536.485678 +428321,1812.642882,1962.651858,1555.616549,819.0940446,1535.868406 +428322,1793.018259,1946.21188,1557.163619,822.5692849,1534.966022 +428323,1813.300455,1943.726261,1558.375177,826.5186535,1533.65012 +428324,1815.468455,1943.283127,1559.506283,830.2723943,1532.207047 +428325,1845.107857,1942.998415,1560.748895,834.202752,1530.857478 +428326,1820.616098,1942.833448,1562.163574,837.9733918,1529.867203 +428327,1813.247647,1942.867882,1563.784095,841.9058698,1528.867353 +428328,1882.264423,1942.81003,1565.925177,845.6728002,1528.47646 +428329,1817.811659,1943.192316,1568.231486,849.6720685,1528.273078 +428330,1888.064867,1943.244998,1570.629919,853.3286807,1528.282222 +428331,1854.484557,1943.478562,1573.105465,857.2664105,1527.998604 +428332,1875.458611,1943.731731,1575.6458,861.0422982,1527.892207 +428333,1880.600042,1943.98472,1578.165261,864.8557731,1528.067015 +428334,1887.405988,1944.264685,1580.908013,868.7779823,1528.395771 +428335,1894.381715,1944.57774,1583.741679,872.5626524,1528.827854 +428336,1901.679697,1944.870726,1586.636759,876.3416834,1529.580774 +428337,1908.591567,1945.183378,1589.559311,880.2305369,1530.153346 +428338,1915.727107,1945.503929,1592.489765,883.9696749,1530.717536 +428339,1922.562788,1945.828189,1595.423355,887.868122,1531.271872 +428340,1929.894884,1946.154187,1598.361236,891.6034085,1531.819742 +428341,1821.176632,1893.622553,1596.139154,842.265168,1524.151435 +428342,1824.028918,1891.39418,1586.168889,845.2280747,1505.374409 +428343,1831.042023,1891.625085,1574.212828,848.5323526,1483.296987 +428344,1837.318429,1891.125571,1564.630339,852.1341115,1463.941777 +428345,1843.376187,1890.818947,1558.134883,855.4784423,1448.303119 +428346,1850.11134,1890.552742,1554.112419,859.0792468,1436.089606 +428347,1856.511129,1890.34726,1551.746643,862.6341392,1426.133614 +428348,1862.8771,1890.13654,1550.414211,866.2899054,1417.909839 +428349,1869.693029,1889.939255,1549.73971,869.701893,1410.54588 +428350,1876.179506,1889.74794,1549.510442,873.4752648,1403.956582 +428351,1882.775897,1889.553728,1549.598374,877.0275376,1397.964842 +428352,1889.193623,1889.374995,1549.926148,880.6640311,1392.452213 +428353,1904.278944,1889.180462,1550.750367,884.2968192,1387.490135 +428354,1898.800015,1888.995208,1551.486688,888.0102779,1383.04168 +428355,1910.408213,1888.80891,1552.189237,891.5416947,1378.471462 +428356,1916.633407,1888.587196,1553.001931,895.1849376,1374.133578 +428357,1922.90722,1888.409342,1553.937098,898.9163443,1370.029491 +428358,1929.627379,1888.184479,1555.09248,902.4795676,1366.084997 +428359,1936.058788,1887.969448,1556.097555,906.2412324,1362.275376 +428360,1942.946275,1887.735208,1557.272374,909.8031293,1358.602279 +428361,1949.411418,1887.488745,1558.055584,913.4474889,1355.038081 +428362,1956.173432,1887.231614,1559.339852,917.1143786,1351.565411 +428363,1962.487694,1886.97493,1560.70221,920.7834503,1348.173655 +428364,1969.540893,1886.694983,1561.970039,924.4565176,1344.863073 +428365,1975.96385,1886.404891,1563.494337,928.1329781,1341.835547 +428366,1990.059165,1886.103252,1565.007782,931.8124375,1338.833497 +428367,1986.484807,1885.780624,1566.53603,935.4943485,1335.872714 +428368,1996.380593,1885.43956,1567.919801,939.2569367,1332.746806 +428369,2003.314089,1885.080364,1569.523138,942.8240219,1329.656259 +428370,2009.274361,1884.696163,1571.013411,946.5688772,1326.668497 +428371,2014.218263,1881.696296,1572.463038,949.2473971,1323.645048 +428372,2018.447586,1878.063435,1573.668986,951.765774,1320.465434 +428373,2029.872792,1874.205911,1574.720871,954.4241714,1317.30164 +428374,2017.003796,1870.153794,1575.492987,956.8433107,1314.009923 +428375,2039.850394,1865.915087,1575.732978,959.2795858,1310.231758 +428376,2033.008798,1861.667818,1576.139179,961.654815,1306.827038 +428377,2038.072362,1856.973078,1576.32287,964.065931,1303.279781 +428378,2042.295322,1852.359498,1576.343827,969.1552772,1299.631215 +428379,2053.075688,1847.648297,1576.690793,966.993252,1296.253157 +428380,2047.73448,1842.742261,1576.805894,978.8592616,1292.923759 +428381,2053.250341,1837.736793,1576.681759,961.1959604,1289.372151 +428382,2056.763359,1832.697685,1576.456223,979.1907925,1285.769811 +428383,2067.339504,1827.517298,1576.375616,976.7960201,1282.420792 +428384,2062.276228,1822.28156,1576.305372,978.8651837,1279.135207 +428385,2065.259024,1817.133104,1575.988221,981.1792679,1275.597151 +428386,2076.712315,1811.499017,1575.736992,983.1770335,1272.2006 +428387,2072.76519,1806.133056,1575.586245,985.1369268,1268.970416 +428388,2074.343956,1800.582166,1575.208966,987.0650686,1265.503252 +428389,2083.725118,1795.004439,1574.816432,988.8774243,1262.065898 +428390,2088.528872,1789.336772,1574.672628,990.9577357,1258.974307 +428391,2084.60074,1783.655171,1574.449238,992.6062387,1255.825535 +428392,2083.021628,1777.879027,1573.818895,994.4887786,1252.41617 +428393,2081.140156,1761.267217,1572.743258,997.6618586,1248.250109 +428394,2079.084418,1753.410023,1571.470108,999.5750234,1243.653073 +428395,2074.733118,1746.662775,1570.07646,1001.410338,1238.811579 +428396,2069.550176,1740.021714,1568.532705,1003.208328,1233.772233 +428397,2064.654436,1733.429524,1566.786516,1005.054298,1228.526784 +428398,2060.154267,1721.491408,1564.895081,1006.650038,1223.157587 +428399,2056.062374,1728.112734,1562.946687,1008.406279,1217.753121 +428400,2052.301353,1713.709347,1560.960285,1010.057161,1212.342684 +428401,2053.649651,1580.900043,1563.581095,902.27608,1215.151877 +428402,1806.137639,1586.29278,1550.58664,900.6865301,1194.897338 +428403,1847.251537,1578.343353,1526.828347,900.2650487,1159.057612 +428404,1866.33454,1566.434183,1505.424643,905.3775221,1126.02565 +428405,1851.325715,1559.243557,1490.864115,892.3897007,1101.803089 +428406,1849.453903,1551.404779,1481.027602,918.7835021,1083.895847 +428407,1849.146693,1569.007167,1474.26011,874.0544747,1070.295976 +428408,1848.520629,1497.890893,1469.623098,911.364559,1059.859025 +428409,1847.543947,1545.084434,1466.240363,913.2077334,1051.486443 +428410,1846.706561,1515.395812,1463.617573,874.806006,1044.533291 +428411,1846.16831,1511.358595,1461.547076,911.0306797,1038.698096 +428412,1845.406799,1503.494849,1459.804094,916.7651697,1033.660159 +428413,1844.813215,1495.887715,1458.357832,869.8977749,1029.321948 +428414,1844.257982,1488.076461,1457.139593,913.5150402,1025.564672 +428415,1843.622968,1480.401839,1456.016164,896.5244584,1022.181966 +428416,1842.985327,1472.629053,1454.979491,899.3250484,1019.128341 +428417,1842.315979,1465.170393,1454.017172,899.4893904,1016.358059 +428418,1841.895656,1457.510974,1453.10548,899.4805847,1013.816279 +428419,1841.239504,1450.173003,1452.233853,899.4884678,1011.468569 +428420,1840.523128,1466.665109,1451.354313,899.4902944,1009.236365 +428421,1840.151077,1400.143464,1450.558106,899.4867479,1007.219137 +428422,1839.542184,1444.415994,1449.819277,899.476782,1005.371455 +428423,1838.978886,1416.445347,1449.029358,899.4610051,1003.54555 +428424,1838.345659,1412.82664,1448.227918,899.4390349,1001.781344 +428425,1837.778356,1405.337148,1447.438154,899.4109769,1000.098967 +428426,1830.613209,1391.06098,1446.505376,900.850634,998.2953057 +428427,1826.799868,1382.547802,1445.49907,901.1059658,996.236282 +428428,1825.784293,1374.855206,1444.523895,901.2008425,994.1213906 +428429,1824.888959,1367.17088,1443.670085,901.1646013,992.172452 +428430,1823.658445,1359.982826,1442.908569,901.3139893,990.411849 +428431,1822.722039,1354.360712,1442.184122,901.311231,988.784317 +428432,1822.136741,1349.252295,1441.49051,901.3776967,987.2684663 +428433,1821.637914,1343.907193,1440.831997,901.4243293,985.8536085 +428434,1821.057192,1338.71244,1440.192455,901.4622192,984.5089005 +428435,1820.42283,1333.556896,1439.552967,901.4920895,983.2041532 +428436,1819.845477,1328.462015,1438.90517,901.4888307,981.9247222 +428437,1819.333089,1323.276489,1438.246415,901.5207356,980.654383 +428438,1818.882116,1318.429923,1437.582988,901.5037711,979.4119973 +428439,1818.235685,1313.365568,1436.909618,901.5190731,978.178898 +428440,1817.718482,1308.45683,1436.225854,901.4863135,976.9632338 +428441,1817.190736,1303.562415,1435.530816,901.4606666,975.7509584 +428442,1816.468792,1298.705596,1434.828824,901.4295221,974.5468074 +428443,1816.191609,1293.886338,1434.125903,901.4769016,973.359975 +428444,1822.9997,1289.104302,1433.591662,901.3027401,972.4058834 +428445,1805.958005,1284.248339,1432.885589,901.3080724,971.2547654 +428446,1824.512517,1279.80271,1432.103957,901.2324716,970.0264245 +428447,1804.920642,1274.895697,1431.304016,901.1609648,968.7901472 +428448,1823.065122,1270.344546,1430.539891,901.0817857,967.6125574 +428449,1803.986708,1265.722542,1429.744563,900.9944443,966.4084173 +428450,1821.900987,1261.148969,1428.978917,900.8990592,965.2546372 +428451,1802.979206,1256.608714,1428.176402,900.7954923,964.0669711 +428452,1820.342399,1252.101902,1427.399028,900.6838498,962.9235777 +428453,1802.219665,1247.521542,1426.589079,900.5640111,961.7511184 +428454,1819.029574,1267.848749,1425.762546,900.4359901,960.5693549 +428455,1808.341165,1202.340736,1425.124272,900.3002086,959.6372652 +428456,1808.74501,1251.880598,1424.404315,900.1553687,958.6148136 +428457,1809.533142,1232.17776,1423.51861,900.0026239,957.3952146 +428458,1808.182701,1216.756695,1422.645026,899.8419424,956.2010731 +428459,1807.652169,1232.564194,1421.769275,899.6729629,955.0125782 +428460,1806.941831,1205.94822,1420.87929,899.4957512,953.814127 +428461,1898.183753,1324.371485,1425.328856,1005.772422,961.3062901 +428462,1916.087656,1315.799028,1442.278327,1007.459863,987.5461199 +428463,1937.778068,1314.16499,1463.751449,1008.520943,1021.334289 +428464,1955.840209,1310.948902,1482.859933,1026.027994,1052.314064 +428465,1968.749163,1307.70871,1497.708741,985.0866684,1077.760524 +428466,1977.385898,1304.500792,1508.744328,1022.420606,1098.065126 +428467,1983.084287,1300.879708,1516.986026,1015.395347,1114.453695 +428468,1987.081427,1297.743919,1523.415734,1000.655573,1128.138104 +428469,1990.061124,1294.271008,1528.619005,1034.637027,1139.852776 +428470,1992.463389,1290.901035,1532.986278,984.4012196,1150.108848 +428471,1994.510724,1287.516988,1536.744976,1024.923428,1159.226323 +428472,1996.229371,1284.140746,1539.98198,1013.399765,1167.353577 +428473,1997.75021,1279.938904,1542.837717,1013.439264,1174.697342 +428474,1998.685883,1276.599411,1545.728897,1021.722865,1181.437441 +428475,1999.291023,1273.195014,1548.615643,1006.220224,1187.690727 +428476,1999.785215,1270.074998,1551.338419,1041.875841,1193.501993 +428477,2000.322731,1289.206308,1553.85246,986.7376378,1198.959689 +428478,2001.075519,1230.334976,1556.255596,1031.232054,1204.240204 +428479,2001.891837,1276.185867,1558.492434,1018.364285,1209.281002 +428480,2002.672085,1257.968812,1560.538522,1011.56507,1214.047889 +428481,2003.490038,1247.46258,1562.471428,1031.785331,1218.63742 +428482,2004.382092,1256.349945,1564.338557,1000.428817,1223.111328 +428483,2005.269963,1243.08166,1566.109843,1042.527668,1227.434847 +428484,2006.192809,1246.226582,1567.826109,991.1827522,1231.664131 +428485,2007.097275,1240.898465,1569.466048,1049.648261,1235.775777 +428486,2008.011954,1238.161785,1571.05788,985.4370261,1239.809091 +428487,2008.95493,1235.070401,1572.621239,1031.767954,1243.792031 +428488,2009.829401,1231.981818,1574.101095,1014.224043,1247.657243 +428489,2010.673,1228.905705,1575.526321,1017.310726,1251.443506 +428490,2011.512186,1225.841103,1576.917642,1017.108794,1255.178987 +428491,2012.327777,1223.407315,1578.266286,1017.527374,1258.854146 +428492,2013.223957,1221.109833,1579.637086,1018.030228,1262.470297 +428493,2014.27112,1218.879794,1581.072492,1018.570371,1266.027003 +428494,2015.48106,1216.698921,1582.580252,1019.132765,1269.524415 +428495,2016.831974,1214.559316,1584.14881,1019.710299,1272.962885 +428496,2018.294815,1212.456614,1585.762393,1020.298925,1276.34376 +428497,2019.856432,1208.725012,1587.414612,1018.418995,1279.677802 +428498,2022.239939,1206.417884,1588.816835,1018.592641,1282.976191 +428499,2025.11816,1204.053189,1590.057246,1018.969407,1286.217822 +428500,2028.089151,1201.835791,1591.272239,1019.401353,1289.395826 +428501,2030.949723,1199.646312,1592.535544,1019.864125,1292.515871 +428502,2033.67672,1196.779632,1593.86531,1020.347939,1295.588067 +428503,2036.300567,1194.841201,1595.252664,1020.849872,1298.619222 +428504,2038.86842,1192.81184,1596.682324,1021.368107,1301.612334 +428505,2041.404693,1191.071928,1598.142721,1021.932277,1304.570284 +428506,2043.933663,1189.301257,1599.625768,1022.739532,1307.495275 +428507,2046.459647,1187.59067,1601.125534,1023.61596,1310.388723 +428508,2048.996571,1185.92175,1602.637811,1024.537023,1313.252401 +428509,2051.544171,1184.291427,1604.159335,1025.49668,1316.087969 +428510,2054.113962,1182.697751,1605.687427,1026.492062,1318.89704 +428511,2056.703534,1181.138558,1607.219831,1027.521986,1321.680914 +428512,2059.323165,1179.514002,1608.75484,1028.585625,1324.441061 +428513,2061.968445,1178.165473,1610.29064,1029.682772,1327.178179 +428514,2064.648234,1176.634599,1611.82575,1030.813138,1329.893043 +428515,2067.364286,1175.217453,1613.35926,1031.976839,1332.5867 +428516,2070.115981,1173.815341,1614.890269,1033.173817,1335.260009 +428517,2072.903408,1172.441324,1616.417966,1034.404354,1337.913611 +428518,2075.727639,1171.094809,1617.941722,1035.668546,1340.54827 +428519,2078.589089,1169.369787,1619.460305,1037.840502,1343.163723 +428520,2082.579888,1168.004679,1620.924248,1039.429665,1345.758663 +428521,2085.468424,1189.610004,1620.609989,1064.06535,1345.217031 +428522,2091.356702,1189.693692,1621.986548,1066.878452,1347.718971 +428523,2098.573846,1189.52887,1624.332005,1069.588661,1351.624917 +428524,2105.502177,1189.169181,1626.761838,1072.085658,1355.559008 +428525,2111.510554,1188.750196,1629.055229,1074.545093,1358.969494 +428526,2116.650727,1188.291532,1630.774532,1076.980344,1361.827354 +428527,2121.191885,1187.813355,1632.212994,1079.319144,1364.269421 +428528,2125.372903,1187.320783,1633.473535,1081.869533,1366.423412 +428529,2129.337497,1186.841744,1634.618761,1084.381146,1368.365605 +428530,2133.178527,1186.355063,1635.687072,1086.711125,1370.146823 +428531,2136.939236,1185.885702,1636.695882,1089.312961,1371.792777 +428532,2140.656825,1185.413596,1637.658952,1091.812502,1373.327037 +428533,2144.347709,1184.959917,1638.582678,1094.406084,1374.76269 +428534,2148.036067,1184.505875,1639.475647,1096.983852,1376.11653 +428535,2151.729511,1184.070448,1640.340868,1099.645038,1377.39669 +428536,2155.444765,1183.635818,1641.183994,1102.292413,1378.615422 +428537,2159.183283,1183.219654,1642.005811,1105.026037,1379.777303 +428538,2162.956957,1182.804804,1642.810005,1107.842321,1380.891314 +428539,2166.752553,1182.408137,1643.58889,1115.408361,1381.950522 +428540,2170.607323,1182.017972,1644.362683,1106.201213,1382.98423 +428541,2174.519733,1181.637061,1645.129602,1119.748642,1383.992865 +428542,2178.461972,1181.265567,1645.872086,1118.426591,1384.956525 +428543,2182.447094,1180.903631,1646.598075,1122.103585,1385.887442 +428544,2186.484699,1180.5509,1647.119438,1125.121559,1386.794543 +428545,2190.573304,1180.207433,1647.831255,1128.158849,1387.677597 +428546,2194.712269,1179.872935,1648.533816,1131.344607,1388.536943 +428547,2198.912879,1179.547441,1649.222161,1134.31401,1389.373979 +428548,2203.163454,1179.230643,1649.894723,1137.61944,1390.190462 +428549,2207.45982,1178.92253,1650.550853,1140.971083,1390.986706 +428550,2212.091198,1178.622835,1651.184522,1147.542784,1391.755247 +428551,2216.475066,1177.716526,1651.811195,1141.219599,1392.515966 +428552,2220.661921,1176.689448,1652.340143,1169.701455,1393.239515 +428553,2224.625077,1175.605025,1652.784477,1122.230946,1394.001557 +428554,2228.351886,1174.479537,1653.134735,1167.168077,1394.80256 +428555,2231.75605,1173.32122,1653.321472,1167.322296,1395.540093 +428556,2235.031381,1172.134691,1653.451867,1130.341835,1396.3296 +428557,2238.186917,1170.92231,1653.520323,1185.428891,1397.145189 +428558,2241.220142,1169.686194,1653.5183,1135.23873,1397.96169 +428559,2244.144022,1168.427677,1653.449734,1190.730719,1398.773091 +428560,2247.013827,1167.148026,1653.346831,1133.291886,1399.611632 +428561,2249.847144,1165.848043,1653.218945,1178.810084,1400.482121 +428562,2252.56617,1164.528673,1653.015644,1165.263876,1401.314257 +428563,2255.206638,1163.190817,1652.758362,1173.274943,1402.129891 +428564,2257.837683,1161.835054,1652.490042,1159.720929,1402.979039 +428565,2260.432979,1160.363523,1652.193739,1176.913645,1403.836351 +428566,2262.959392,1159.117857,1651.848631,1171.753862,1404.672113 +428567,2265.440263,1157.642989,1651.469411,1174.847538,1405.502089 +428568,2267.88572,1156.235869,1651.062394,1176.397831,1406.331654 +428569,2270.286092,1154.799492,1650.621527,1180.872511,1407.150787 +428570,2272.661312,1153.347558,1650.159802,1174.303301,1407.974063 +428571,2274.971123,1151.881527,1649.651987,1199.740662,1408.767508 +428572,2277.286547,1150.401355,1649.143221,1157.073123,1409.587089 +428573,2279.618319,1148.907402,1648.64099,1210.650488,1410.441158 +428574,2281.916971,1147.400135,1648.114971,1163.921553,1411.290128 +428575,2284.124062,1145.879767,1647.528587,1204.970291,1412.08614 +428576,2286.276214,1144.346691,1646.904806,1167.664614,1412.856913 +428577,2288.483471,1142.801129,1646.313314,1213.611723,1413.690069 +428578,2290.67003,1141.243366,1645.706949,1182.82409,1414.524863 +428579,2292.751327,1139.673547,1645.032866,1186.016768,1415.293219 +428580,2294.726515,1138.091879,1644.290359,1201.931672,1415.992933 +428581,2301.182555,1103.273818,1647.974921,1145.911544,1424.711296 +428582,2302.641573,1100.846944,1647.917709,1183.672764,1427.763227 +428583,2301.671846,1098.832436,1645.955317,1138.490389,1427.73942 +428584,2300.927412,1096.741216,1644.023614,1186.780111,1427.426219 +428585,2301.484735,1094.507344,1642.917383,1141.214092,1428.061535 +428586,2303.296998,1092.469375,1642.660182,1177.520249,1429.778961 +428587,2305.882729,1090.272089,1642.949828,1171.1478,1432.266235 +428588,2308.966556,1088.155312,1643.627,1147.458219,1435.337664 +428589,2312.319915,1086.026509,1644.529034,1175.429906,1438.809641 +428590,2315.725421,1083.913986,1645.52014,1175.953735,1442.498358 +428591,2319.223541,1081.724882,1646.613745,1150.32843,1446.429109 +428592,2322.795661,1079.49848,1647.796188,1175.925573,1450.566366 +428593,2326.347904,1077.408287,1648.991355,1166.605127,1454.81862 +428594,2329.88731,1074.98684,1650.213178,1168.798879,1459.184408 +428595,2333.424067,1073.001996,1651.449744,1169.237559,1463.653521 +428596,2336.942333,1070.751747,1652.695887,1169.839669,1468.200377 +428597,2340.429464,1068.420357,1653.936753,1170.213489,1472.811772 +428598,2343.889142,1066.269473,1655.177616,1170.644237,1477.476257 +428599,2347.312366,1064.052514,1656.404589,1171.136724,1482.18282 +428600,2350.70499,1061.586056,1657.625192,1171.359728,1486.923844 +428601,2354.060012,1059.622464,1658.828139,1171.772078,1491.692669 +428602,2357.3825,1057.181431,1660.021535,1172.076442,1496.483369 +428603,2360.66726,1054.847894,1661.195904,1172.369662,1501.29255 +428604,2363.92075,1052.621286,1662.360481,1172.638266,1506.116555 +428605,2367.135503,1050.340748,1663.504776,1172.881706,1510.951507 +428606,2370.272617,1047.900263,1664.609374,1191.588843,1515.757797 +428607,2373.433077,1045.564948,1665.732342,1145.910566,1520.619464 +428608,2376.607143,1043.382717,1666.873293,1186.621013,1525.522051 +428609,2379.678931,1040.848766,1667.953922,1170.720051,1530.376735 +428610,2382.704084,1038.671747,1669.014626,1173.69175,1535.22091 +428611,2385.702634,1036.051364,1670.062189,1173.488148,1540.073904 +428612,2388.639756,1033.78369,1671.095565,1173.632674,1544.92475 +428613,2391.505784,1031.158806,1672.105057,1173.393896,1549.77531 +428614,2394.300376,1028.932714,1673.100765,1173.239062,1554.625438 +428615,2397.02836,1026.323871,1674.073578,1173.026429,1559.47457 +428616,2399.695621,1023.960585,1675.03437,1172.775471,1564.322213 +428617,2402.306935,1021.388871,1675.974003,1172.487404,1569.167795 +428618,2404.865702,1018.905962,1676.902963,1172.162259,1574.010753 +428619,2407.372915,1016.515769,1677.810964,1171.800247,1578.84955 +428620,2409.830199,1013.9153,1678.708266,1171.30426,1583.68365 +428621,2412.238846,1011.367786,1679.585164,1171.101533,1588.512529 +428622,2414.599895,1008.912894,1680.451835,1170.425766,1593.335704 +428623,2416.915675,1006.190927,1681.299493,1169.994504,1598.154022 +428624,2419.186706,1003.843711,1682.13827,1169.435574,1602.966971 +428625,2421.413198,1001.12716,1682.958125,1168.852533,1607.773088 +428626,2423.595958,998.6534652,1683.769454,1168.233351,1612.57179 +428627,2425.719501,996.0533499,1684.561971,1167.577341,1617.3622 +428628,2427.751739,993.3481024,1685.313831,1186.076491,1622.103315 +428629,2429.818876,990.8161653,1686.090432,1137.582119,1626.890992 +428630,2431.901089,988.2222218,1686.89147,1179.030144,1631.712184 +428631,2433.858768,985.5087749,1687.631617,1161.447785,1636.471169 +428632,2435.762026,982.9608705,1688.355173,1163.720686,1641.211126 +428633,2437.645049,980.135322,1689.06955,1162.669728,1645.953794 +428634,2439.187592,977.7600958,1689.776813,1161.856744,1650.688639 +428635,2440.926819,1000.407551,1690.421434,1160.936711,1655.357514 +428636,2442.740853,934.3677849,1691.120905,1159.825847,1660.096958 +428637,2444.57451,987.9544367,1691.849281,1158.884951,1664.88716 +428638,2446.23026,974.0021501,1692.486457,1157.94377,1669.562413 +428639,2447.870881,947.4706716,1693.121578,1156.493261,1674.24867 +428640,2449.47355,981.2251847,1693.760855,1155.636903,1678.940314 +428641,2448.726748,873.0608087,1691.934164,1088.214852,1679.04069 +428642,2438.940632,897.8645295,1683.359189,1086.709878,1668.760294 +428643,2425.415168,884.6903256,1671.685044,1085.353841,1653.466779 +428644,2413.359432,883.6078917,1661.063444,1083.882121,1638.677209 +428645,2404.654351,880.8124673,1652.692463,1082.647057,1626.653121 +428646,2398.865001,877.9470021,1646.375815,1099.220149,1617.395809 +428647,2395.119936,875.1329238,1641.574552,1053.135356,1610.339966 +428648,2392.56863,872.2947664,1637.744273,1091.04031,1604.851192 +428649,2352.22054,869.5225384,1633.508956,1074.513272,1599.181694 +428650,2303.416133,866.5710524,1627.31761,1075.581698,1591.337106 +428651,2333.444581,863.6977773,1620.650263,1072.57285,1582.957763 +428652,2321.980746,860.9303205,1615.3549,1072.771607,1576.784843 +428653,2303.87563,858.0191614,1610.513171,1070.373713,1571.654052 +428654,2308.255297,855.1622519,1606.081706,1068.866607,1567.021536 +428655,2303.036978,852.2895565,1602.198027,1067.185334,1563.312937 +428656,2296.733868,849.4117303,1598.669934,1065.46634,1560.280606 +428657,2292.127389,846.5286102,1595.279664,1063.713723,1557.626922 +428658,2279.327509,843.640179,1591.660693,1061.927217,1555.085546 +428659,2291.007087,840.7462257,1588.514432,1060.107339,1553.032247 +428660,2267.29774,837.8475082,1585.49605,1058.253803,1551.283059 +428661,2272.75992,835.0115017,1582.22486,1056.366969,1549.503906 +428662,2266.510782,832.0045381,1579.214417,1054.447325,1548.03965 +428663,2260.436668,829.1394076,1576.741444,1052.494849,1546.827884 +428664,2254.698983,826.3306446,1573.714009,1050.233328,1545.664132 +428665,2249.454756,823.4362576,1570.882046,1048.146382,1544.559013 +428666,2244.074367,820.5268742,1567.796856,1046.05411,1543.53664 +428667,2230.681802,817.6106775,1564.769724,1043.936168,1542.385226 +428668,2243.222616,814.6897832,1561.734852,1041.789323,1541.522593 +428669,2217.076253,811.7655353,1558.929158,1039.61183,1540.775582 +428670,2224.079277,808.8381465,1555.962492,1037.321385,1539.859059 +428671,2216.135808,805.8261658,1553.125098,1034.825244,1539.138425 +428672,2208.635125,802.9706451,1550.327882,1032.248768,1538.504992 +428673,2202.702216,799.9692293,1547.447221,1029.513947,1537.794278 +428674,2196.242605,797.0861132,1544.539042,1026.882747,1537.078479 +428675,2189.525242,794.0294056,1541.419667,1024.027424,1536.376153 +428676,2182.876521,791.1120157,1538.489596,1021.293132,1535.68355 +428677,2176.296403,788.1367864,1535.560184,1018.334876,1534.999164 +428678,2169.057928,785.1693015,1532.616054,1015.502052,1534.31237 +428679,2154.15002,782.2003792,1529.504114,1012.44355,1533.424266 +428680,2158.241689,779.2296272,1526.402836,1009.514185,1532.563744 +428681,2146.910408,776.2574529,1523.493121,1006.357465,1531.953607 +428682,2140.059565,773.2840733,1520.588896,1003.332899,1531.363236 +428683,2132.900723,770.3093996,1517.640258,1000.078816,1530.724428 +428684,2125.554323,767.3334176,1514.69278,996.9359453,1530.098618 +428685,2118.201178,764.3563496,1511.754573,993.5806572,1529.489531 +428686,2110.397536,761.3781569,1508.815005,990.3560473,1528.887456 +428687,2102.971697,758.4627417,1505.878147,986.9233103,1528.089949 +428688,2095.563848,755.3892111,1502.754932,983.5306711,1527.523924 +428689,2087.265128,752.4528684,1499.82437,980.0806926,1526.96097 +428690,2079.766199,749.3984764,1496.891486,976.5828437,1526.394701 +428691,2071.74702,746.4694488,1493.966916,972.9943062,1525.837183 +428692,2063.504819,743.4328168,1491.035192,969.3898733,1525.278235 +428693,2055.839605,740.4895485,1488.100657,965.7842642,1524.717717 +428694,2047.202634,737.4714549,1485.165071,962.0553603,1524.158308 +428695,2039.060968,734.4783745,1482.227799,958.3066139,1523.595904 +428696,2030.703458,731.487156,1479.292863,954.4346288,1523.040571 +428697,2022.221487,728.4960698,1476.233846,950.7024713,1522.326613 +428698,2005.163919,725.5654087,1473.290244,946.7552099,1521.75972 +428699,2008.717925,722.4837693,1470.242298,942.8216791,1521.057498 +428700,1994.298688,719.5338425,1467.348199,938.8258154,1520.550759 +428701,1885.997663,716.2492477,919.8136981,934.6097058,2396.991556 +428702,1956.908953,842.0846794,959.7032259,1064.305878,2454.746351 +428703,2040.243769,843.5419786,1009.809287,1051.989953,2515.819982 +428704,2093.733327,839.6478576,1047.053549,1058.584049,2544.803231 +428705,2118.189568,836.9292402,1070.000028,1050.235837,2547.540303 +428706,2129.060765,833.7986924,1085.277098,1046.695172,2541.052865 +428707,2133.625244,830.9217667,1096.231033,1042.527307,2531.80749 +428708,2135.328394,827.9459446,1104.62189,1038.03089,2522.271915 +428709,2135.682903,824.8042162,1111.346831,1033.533051,2513.329925 +428710,2135.300596,821.9461762,1116.859188,1028.873811,2505.242663 +428711,2134.437697,818.7717528,1121.418778,1024.265787,2498.047984 +428712,2133.154923,815.7080389,1125.17043,1019.528641,2491.63035 +428713,2131.488603,812.7706193,1128.2266,1014.602965,2485.867199 +428714,2129.506977,809.6569742,1130.695496,1009.743409,2480.687634 +428715,2127.261247,806.5009335,1132.673989,1004.737031,2476.021448 +428716,2124.790102,803.5337221,1134.23617,998.8950869,2471.804726 +428717,2122.063895,800.4195909,1135.449285,992.6834753,2467.785038 +428718,2119.037877,797.2854569,1136.362493,986.1356343,2464.312442 +428719,2115.706581,794.3237371,1137.023119,979.5254873,2461.141343 +428720,2112.094903,791.1763055,1137.464201,972.789589,2458.232258 +428721,2108.237656,787.989861,1137.720064,965.9608919,2455.551762 +428722,2104.167628,785.0405807,1137.812873,958.9729735,2453.071512 +428723,2099.911979,781.8176482,1137.767993,952.0641899,2450.767071 +428724,2095.492566,778.2652864,1137.599907,938.0795479,2448.617013 +428725,2009.342755,775.0995931,1137.305164,930.0450638,2446.595149 +428726,1958.482693,772.0762912,1136.912634,922.7784713,2444.704634 +428727,1975.973442,768.8307242,1136.453646,915.3961265,2442.948429 +428728,1948.278233,765.6724646,1135.913549,908.1432141,2441.260117 +428729,1934.631824,762.6384633,1135.308923,900.926992,2439.647629 +428730,1917.383081,759.3743992,1134.649095,893.6935541,2438.098161 +428731,1907.130722,757.2766485,1133.939418,889.0419722,2436.613364 +428732,1897.953442,754.0038337,1133.214969,884.6431209,2435.202236 +428733,1883.813132,751.8216229,1132.485421,880.2836982,2433.845282 +428734,1882.357282,749.1836871,1131.742465,876.3672377,2432.502308 +428735,1871.105311,746.7976213,1130.991142,872.4533839,2431.191699 +428736,1863.01833,744.2661384,1130.247672,868.6625594,2429.93506 +428737,1855.558849,741.8549054,1129.504543,865.0558712,2428.713988 +428738,1848.025754,739.433244,1128.76077,861.4746176,2427.521756 +428739,1840.702131,737.025564,1128.009255,858.1364477,2426.353742 +428740,1833.354044,734.6360206,1127.25468,870.8096434,2425.206752 +428741,1798.922156,728.1300966,1126.486545,813.8927372,2424.055113 +428742,1787.213019,725.2316651,1125.555001,853.4570159,2422.918818 +428743,1758.661444,722.7375321,1124.526575,812.1811906,2421.81177 +428744,1797.25978,720.2292138,1123.477109,830.2930743,2420.715608 +428745,1726.827654,717.8227886,1122.449684,818.1242667,2419.628151 +428746,1776.161592,715.4539676,1121.453929,815.4489664,2418.552792 +428747,1727.982398,713.121975,1120.486872,811.4546737,2417.488506 +428748,1730.702804,710.8215213,1119.540526,807.6387812,2416.433192 +428749,1729.176405,708.5499433,1118.611902,803.775801,2415.386628 +428750,1716.121523,706.3047951,1117.696996,800.0879279,2414.348621 +428751,1709.471004,704.0849985,1116.795107,796.3125456,2413.318603 +428752,1701.967981,701.8446345,1115.9034,792.7215543,2412.296179 +428753,1707.509766,699.7378824,1115.02189,789.1355804,2411.281132 +428754,1666.941699,697.5546876,1114.147963,785.6121175,2410.272837 +428755,1691.091956,695.4330429,1113.281922,782.1398549,2409.271129 +428756,1667.686305,693.3250864,1112.423203,778.7702232,2408.276129 +428757,1666.312435,691.2375464,1111.569038,775.2595174,2407.287537 +428758,1657.86221,689.1695623,1110.720202,772.0490142,2406.305229 +428759,1665.717202,687.1209868,1109.876659,768.7125887,2405.329316 +428760,1621.917726,685.0908954,1109.035988,765.4762808,2404.3594 +428761,0,0,0,0,0 +428762,0,0,0,0,0 +428763,0,0,0,0,0 +428764,0,0,0,0,0 +428765,0,0,0,0,0 +428766,0,0,0,0,0 +428767,0,0,0,0,0 +428768,0,0,0,0,0 +428769,0,0,0,0,0 +428770,0,0,0,0,0 +428771,0,0,0,0,0 +428772,0,0,0,0,0 +428773,0,0,0,0,0 +428774,0,0,0,0,0 +428775,0,0,0,0,0 +428776,0,0,0,0,0 +428777,0,0,0,0,0 +428778,0,0,0,0,0 +428779,0,0,0,0,0 +428780,0,0,0,0,0 +428781,0,0,0,0,0 +428782,0,0,0,0,0 +428783,0,0,0,0,0 +428784,0,0,0,0,0 +428785,0,0,0,0,0 +428786,0,0,0,0,0 +428787,0,0,0,0,0 +428788,0,0,0,0,0 +428789,0,0,0,0,0 +428790,0,0,0,0,0 +428791,0,0,0,0,0 +428792,0,0,0,0,0 +428793,0,0,0,0,0 +428794,0,0,0,0,0 +428795,0,0,0,0,0 +428796,0,0,0,0,0 +428797,0,0,0,0,0 +428798,0,0,0,0,0 +428799,0,0,0,0,0 +428800,0,0,0,0,0 +428801,0,0,0,0,0 +428802,0,0,0,0,0 +428803,0,0,0,0,0 +428804,0,0,0,0,0 +428805,0,0,0,0,0 +428806,0,0,0,0,0 +428807,0,0,0,0,0 +428808,0,0,0,0,0 +428809,0,0,0,0,0 +428810,0,0,0,0,0 +428811,0,0,0,0,0 +428812,0,0,0,0,0 +428813,0,0,0,0,0 +428814,0,0,0,0,0 +428815,0,0,0,0,0 +428816,0,0,0,0,0 +428817,0,0,0,0,0 +428818,0,0,0,0,0 +428819,0,0,0,0,0 +428820,0,0,0,0,0 +428821,0,0,0,0,0 +428822,0,0,0,0,0 +428823,0,0,0,0,0 +428824,0,0,0,0,0 +428825,0,0,0,0,0 +428826,0,0,0,0,0 +428827,0,0,0,0,0 +428828,0,0,0,0,0 +428829,0,0,0,0,0 +428830,0,0,0,0,0 +428831,0,0,0,0,0 +428832,0,0,0,0,0 +428833,0,0,0,0,0 +428834,0,0,0,0,0 +428835,0,0,0,0,0 +428836,0,0,0,0,0 +428837,0,0,0,0,0 +428838,0,0,0,0,0 +428839,0,0,0,0,0 +428840,0,0,0,0,0 +428841,0,0,0,0,0 +428842,0,0,0,0,0 +428843,0,0,0,0,0 +428844,0,0,0,0,0 +428845,0,0,0,0,0 +428846,0,0,0,0,0 +428847,0,0,0,0,0 +428848,0,0,0,0,0 +428849,0,0,0,0,0 +428850,0,0,0,0,0 +428851,0,0,0,0,0 +428852,0,0,0,0,0 +428853,0,0,0,0,0 +428854,0,0,0,0,0 +428855,0,0,0,0,0 +428856,0,0,0,0,0 +428857,0,0,0,0,0 +428858,0,0,0,0,0 +428859,0,0,0,0,0 +428860,0,0,0,0,0 +428861,0,0,0,0,0 +428862,0,0,0,0,0 +428863,0,0,0,0,0 +428864,0,0,0,0,0 +428865,0,0,0,0,0 +428866,0,0,0,0,0 +428867,0,0,0,0,0 +428868,0,0,0,0,0 +428869,0,0,0,0,0 +428870,0,0,0,0,0 +428871,0,0,0,0,0 +428872,0,0,0,0,0 +428873,0,0,0,0,0 +428874,0,0,0,0,0 +428875,0,0,0,0,0 +428876,0,0,0,0,0 +428877,0,0,0,0,0 +428878,0,0,0,0,0 +428879,0,0,0,0,0 +428880,0,0,0,0,0 +428881,0,0,0,0,0 +428882,0,0,0,0,0 +428883,0,0,0,0,0 +428884,0,0,0,0,0 +428885,0,0,0,0,0 +428886,0,0,0,0,0 +428887,0,0,0,0,0 +428888,0,0,0,0,0 +428889,0,0,0,0,0 +428890,0,0,0,0,0 +428891,0,0,0,0,0 +428892,0,0,0,0,0 +428893,0,0,0,0,0 +428894,0,0,0,0,0 +428895,0,0,0,0,0 +428896,0,0,0,0,0 +428897,0,0,0,0,0 +428898,0,0,0,0,0 +428899,0,0,0,0,0 +428900,0,0,0,0,0 +428901,0,0,0,0,0 +428902,0,0,0,0,0 +428903,0,0,0,0,0 +428904,0,0,0,0,0 +428905,0,0,0,0,0 +428906,0,0,0,0,0 +428907,0,0,0,0,0 +428908,0,0,0,0,0 +428909,0,0,0,0,0 +428910,0,0,0,0,0 +428911,0,0,0,0,0 +428912,0,0,0,0,0 +428913,0,0,0,0,0 +428914,0,0,0,0,0 +428915,0,0,0,0,0 +428916,0,0,0,0,0 +428917,0,0,0,0,0 +428918,0,0,0,0,0 +428919,0,0,0,0,0 +428920,0,0,0,0,0 +428921,0,0,0,0,0 +428922,0,0,0,0,0 +428923,0,0,0,0,0 +428924,0,0,0,0,0 +428925,0,0,0,0,0 +428926,0,0,0,0,0 +428927,0,0,0,0,0 +428928,0,0,0,0,0 +428929,0,0,0,0,0 +428930,0,0,0,0,0 +428931,0,0,0,0,0 +428932,0,0,0,0,0 +428933,0,0,0,0,0 +428934,0,0,0,0,0 +428935,0,0,0,0,0 +428936,0,0,0,0,0 +428937,0,0,0,0,0 +428938,0,0,0,0,0 +428939,0,0,0,0,0 +428940,0,0,0,0,0 +428941,0,0,0,0,0 +428942,0,0,0,0,0 +428943,0,0,0,0,0 +428944,0,0,0,0,0 +428945,0,0,0,0,0 +428946,0,0,0,0,0 +428947,0,0,0,0,0 +428948,0,0,0,0,0 +428949,0,0,0,0,0 +428950,0,0,0,0,0 +428951,0,0,0,0,0 +428952,0,0,0,0,0 +428953,0,0,0,0,0 +428954,0,0,0,0,0 +428955,0,0,0,0,0 +428956,0,0,0,0,0 +428957,0,0,0,0,0 +428958,0,0,0,0,0 +428959,0,0,0,0,0 +428960,0,0,0,0,0 +428961,0,0,0,0,0 +428962,0,0,0,0,0 +428963,0,0,0,0,0 +428964,0,0,0,0,0 +428965,0,0,0,0,0 +428966,0,0,0,0,0 +428967,0,0,0,0,0 +428968,0,0,0,0,0 +428969,0,0,0,0,0 +428970,0,0,0,0,0 +428971,0,0,0,0,0 +428972,0,0,0,0,0 +428973,0,0,0,0,0 +428974,0,0,0,0,0 +428975,0,0,0,0,0 +428976,0,0,0,0,0 +428977,0,0,0,0,0 +428978,0,0,0,0,0 +428979,0,0,0,0,0 +428980,0,0,0,0,0 +428981,0,0,0,0,0 +428982,0,0,0,0,0 +428983,0,0,0,0,0 +428984,0,0,0,0,0 +428985,0,0,0,0,0 +428986,0,0,0,0,0 +428987,0,0,0,0,0 +428988,0,0,0,0,0 +428989,0,0,0,0,0 +428990,0,0,0,0,0 +428991,0,0,0,0,0 +428992,0,0,0,0,0 +428993,0,0,0,0,0 +428994,0,0,0,0,0 +428995,0,0,0,0,0 +428996,0,0,0,0,0 +428997,0,0,0,0,0 +428998,0,0,0,0,0 +428999,0,0,0,0,0 +429000,0,0,0,0,0 +429001,0,0,0,0,0 +429002,0,0,0,0,0 +429003,0,0,0,0,0 +429004,0,0,0,0,0 +429005,0,0,0,0,0 +429006,0,0,0,0,0 +429007,0,0,0,0,0 +429008,0,0,0,0,0 +429009,0,0,0,0,0 +429010,0,0,0,0,0 +429011,0,0,0,0,0 +429012,0,0,0,0,0 +429013,0,0,0,0,0 +429014,0,0,0,0,0 +429015,0,0,0,0,0 +429016,0,0,0,0,0 +429017,0,0,0,0,0 +429018,0,0,0,0,0 +429019,0,0,0,0,0 +429020,0,0,0,0,0 +429021,0,0,0,0,0 +429022,0,0,0,0,0 +429023,0,0,0,0,0 +429024,0,0,0,0,0 +429025,0,0,0,0,0 +429026,0,0,0,0,0 +429027,0,0,0,0,0 +429028,0,0,0,0,0 +429029,0,0,0,0,0 +429030,0,0,0,0,0 +429031,0,0,0,0,0 +429032,0,0,0,0,0 +429033,0,0,0,0,0 +429034,0,0,0,0,0 +429035,0,0,0,0,0 +429036,0,0,0,0,0 +429037,0,0,0,0,0 +429038,0,0,0,0,0 +429039,0,0,0,0,0 +429040,0,0,0,0,0 +429041,0,0,0,0,0 +429042,0,0,0,0,0 +429043,0,0,0,0,0 +429044,0,0,0,0,0 +429045,0,0,0,0,0 +429046,0,0,0,0,0 +429047,0,0,0,0,0 +429048,0,0,0,0,0 +429049,0,0,0,0,0 +429050,0,0,0,0,0 +429051,0,0,0,0,0 +429052,0,0,0,0,0 +429053,0,0,0,0,0 +429054,0,0,0,0,0 +429055,0,0,0,0,0 +429056,0,0,0,0,0 +429057,0,0,0,0,0 +429058,0,0,0,0,0 +429059,0,0,0,0,0 +429060,0,0,0,0,0 +429061,0,0,0,0,0 +429062,0,0,0,0,0 +429063,0,0,0,0,0 +429064,0,0,0,0,0 +429065,0,0,0,0,0 +429066,0,0,0,0,0 +429067,0,0,0,0,0 +429068,0,0,0,0,0 +429069,0,0,0,0,0 +429070,0,0,0,0,0 +429071,0,0,0,0,0 +429072,0,0,0,0,0 +429073,0,0,0,0,0 +429074,0,0,0,0,0 +429075,0,0,0,0,0 +429076,0,0,0,0,0 +429077,0,0,0,0,0 +429078,0,0,0,0,0 +429079,0,0,0,0,0 +429080,0,0,0,0,0 +429081,0,0,0,0,0 +429082,0,0,0,0,0 +429083,0,0,0,0,0 +429084,0,0,0,0,0 +429085,0,0,0,0,0 +429086,0,0,0,0,0 +429087,0,0,0,0,0 +429088,0,0,0,0,0 +429089,0,0,0,0,0 +429090,0,0,0,0,0 +429091,0,0,0,0,0 +429092,0,0,0,0,0 +429093,0,0,0,0,0 +429094,0,0,0,0,0 +429095,0,0,0,0,0 +429096,0,0,0,0,0 +429097,0,0,0,0,0 +429098,0,0,0,0,0 +429099,0,0,0,0,0 +429100,0,0,0,0,0 +429101,0,0,0,0,0 +429102,0,0,0,0,0 +429103,0,0,0,0,0 +429104,0,0,0,0,0 +429105,0,0,0,0,0 +429106,0,0,0,0,0 +429107,0,0,0,0,0 +429108,0,0,0,0,0 +429109,0,0,0,0,0 +429110,0,0,0,0,0 +429111,0,0,0,0,0 +429112,0,0,0,0,0 +429113,0,0,0,0,0 +429114,0,0,0,0,0 +429115,0,0,0,0,0 +429116,0,0,0,0,0 +429117,0,0,0,0,0 +429118,0,0,0,0,0 +429119,0,0,0,0,0 +429120,0,0,0,0,0 +429121,0,0,0,0,0 +429122,0,0,0,0,0 +429123,0,0,0,0,0 +429124,0,0,0,0,0 +429125,0,0,0,0,0 +429126,0,0,0,0,0 +429127,0,0,0,0,0 +429128,0,0,0,0,0 +429129,0,0,0,0,0 +429130,0,0,0,0,0 +429131,0,0,0,0,0 +429132,0,0,0,0,0 +429133,0,0,0,0,0 +429134,0,0,0,0,0 +429135,0,0,0,0,0 +429136,0,0,0,0,0 +429137,0,0,0,0,0 +429138,0,0,0,0,0 +429139,0,0,0,0,0 +429140,0,0,0,0,0 +429141,0,0,0,0,0 +429142,0,0,0,0,0 +429143,0,0,0,0,0 +429144,0,0,0,0,0 +429145,0,0,0,0,0 +429146,0,0,0,0,0 +429147,0,0,0,0,0 +429148,0,0,0,0,0 +429149,0,0,0,0,0 +429150,0,0,0,0,0 +429151,0,0,0,0,0 +429152,0,0,0,0,0 +429153,0,0,0,0,0 +429154,0,0,0,0,0 +429155,0,0,0,0,0 +429156,0,0,0,0,0 +429157,0,0,0,0,0 +429158,0,0,0,0,0 +429159,0,0,0,0,0 +429160,0,0,0,0,0 +429161,0,0,0,0,0 +429162,0,0,0,0,0 +429163,0,0,0,0,0 +429164,0,0,0,0,0 +429165,0,0,0,0,0 +429166,0,0,0,0,0 +429167,0,0,0,0,0 +429168,0,0,0,0,0 +429169,0,0,0,0,0 +429170,0,0,0,0,0 +429171,0,0,0,0,0 +429172,0,0,0,0,0 +429173,0,0,0,0,0 +429174,0,0,0,0,0 +429175,0,0,0,0,0 +429176,0,0,0,0,0 +429177,0,0,0,0,0 +429178,0,0,0,0,0 +429179,0,0,0,0,0 +429180,0,0,0,0,0 +429181,0,0,0,0,0 +429182,0,0,0,0,0 +429183,0,0,0,0,0 +429184,0,0,0,0,0 +429185,0,0,0,0,0 +429186,0,0,0,0,0 +429187,0,0,0,0,0 +429188,0,0,0,0,0 +429189,0,0,0,0,0 +429190,0,0,0,0,0 +429191,0,0,0,0,0 +429192,0,0,0,0,0 +429193,0,0,0,0,0 +429194,0,0,0,0,0 +429195,0,0,0,0,0 +429196,0,0,0,0,0 +429197,0,0,0,0,0 +429198,0,0,0,0,0 +429199,0,0,0,0,0 +429200,0,0,0,0,0 +429201,0,0,0,0,0 +429202,0,0,0,0,0 +429203,0,0,0,0,0 +429204,0,0,0,0,0 +429205,0,0,0,0,0 +429206,0,0,0,0,0 +429207,0,0,0,0,0 +429208,0,0,0,0,0 +429209,0,0,0,0,0 +429210,0,0,0,0,0 +429211,0,0,0,0,0 +429212,0,0,0,0,0 +429213,0,0,0,0,0 +429214,0,0,0,0,0 +429215,0,0,0,0,0 +429216,0,0,0,0,0 +429217,0,0,0,0,0 +429218,0,0,0,0,0 +429219,0,0,0,0,0 +429220,0,0,0,0,0 +429221,0,0,0,0,0 +429222,0,0,0,0,0 +429223,0,0,0,0,0 +429224,0,0,0,0,0 +429225,0,0,0,0,0 +429226,0,0,0,0,0 +429227,0,0,0,0,0 +429228,0,0,0,0,0 +429229,0,0,0,0,0 +429230,0,0,0,0,0 +429231,0,0,0,0,0 +429232,0,0,0,0,0 +429233,0,0,0,0,0 +429234,0,0,0,0,0 +429235,0,0,0,0,0 +429236,0,0,0,0,0 +429237,0,0,0,0,0 +429238,0,0,0,0,0 +429239,0,0,0,0,0 +429240,0,0,0,0,0 +429241,0,0,0,0,0 +429242,0,0,0,0,0 +429243,0,0,0,0,0 +429244,0,0,0,0,0 +429245,0,0,0,0,0 +429246,0,0,0,0,0 +429247,0,0,0,0,0 +429248,0,0,0,0,0 +429249,0,0,0,0,0 +429250,0,0,0,0,0 +429251,0,0,0,0,0 +429252,0,0,0,0,0 +429253,0,0,0,0,0 +429254,0,0,0,0,0 +429255,0,0,0,0,0 +429256,0,0,0,0,0 +429257,0,0,0,0,0 +429258,0,0,0,0,0 +429259,0,0,0,0,0 +429260,0,0,0,0,0 +429261,0,0,0,0,0 +429262,0,0,0,0,0 +429263,0,0,0,0,0 +429264,0,0,0,0,0 +429265,0,0,0,0,0 +429266,0,0,0,0,0 +429267,0,0,0,0,0 +429268,0,0,0,0,0 +429269,0,0,0,0,0 +429270,0,0,0,0,0 +429271,0,0,0,0,0 +429272,0,0,0,0,0 +429273,0,0,0,0,0 +429274,0,0,0,0,0 +429275,0,0,0,0,0 +429276,0,0,0,0,0 +429277,0,0,0,0,0 +429278,0,0,0,0,0 +429279,0,0,0,0,0 +429280,0,0,0,0,0 +429281,0,0,0,0,0 +429282,0,0,0,0,0 +429283,0,0,0,0,0 +429284,0,0,0,0,0 +429285,0,0,0,0,0 +429286,0,0,0,0,0 +429287,0,0,0,0,0 +429288,0,0,0,0,0 +429289,0,0,0,0,0 +429290,0,0,0,0,0 +429291,0,0,0,0,0 +429292,0,0,0,0,0 +429293,0,0,0,0,0 +429294,0,0,0,0,0 +429295,0,0,0,0,0 +429296,0,0,0,0,0 +429297,0,0,0,0,0 +429298,0,0,0,0,0 +429299,0,0,0,0,0 +429300,0,0,0,0,0 +429301,0,0,0,0,0 +429302,0,0,0,0,0 +429303,0,0,0,0,0 +429304,0,0,0,0,0 +429305,0,0,0,0,0 +429306,0,0,0,0,0 +429307,0,0,0,0,0 +429308,0,0,0,0,0 +429309,0,0,0,0,0 +429310,0,0,0,0,0 +429311,0,0,0,0,0 +429312,0,0,0,0,0 +429313,0,0,0,0,0 +429314,0,0,0,0,0 +429315,0,0,0,0,0 +429316,0,0,0,0,0 +429317,0,0,0,0,0 +429318,0,0,0,0,0 +429319,0,0,0,0,0 +429320,0,0,0,0,0 +429321,0,0,0,0,0 +429322,0,0,0,0,0 +429323,0,0,0,0,0 +429324,0,0,0,0,0 +429325,0,0,0,0,0 +429326,0,0,0,0,0 +429327,0,0,0,0,0 +429328,0,0,0,0,0 +429329,0,0,0,0,0 +429330,0,0,0,0,0 +429331,0,0,0,0,0 +429332,0,0,0,0,0 +429333,0,0,0,0,0 +429334,0,0,0,0,0 +429335,0,0,0,0,0 +429336,0,0,0,0,0 +429337,0,0,0,0,0 +429338,0,0,0,0,0 +429339,0,0,0,0,0 +429340,0,0,0,0,0 +429341,0,0,0,0,0 +429342,0,0,0,0,0 +429343,0,0,0,0,0 +429344,0,0,0,0,0 +429345,0,0,0,0,0 +429346,0,0,0,0,0 +429347,0,0,0,0,0 +429348,0,0,0,0,0 +429349,0,0,0,0,0 +429350,0,0,0,0,0 +429351,0,0,0,0,0 +429352,0,0,0,0,0 +429353,0,0,0,0,0 +429354,0,0,0,0,0 +429355,0,0,0,0,0 +429356,0,0,0,0,0 +429357,0,0,0,0,0 +429358,0,0,0,0,0 +429359,0,0,0,0,0 +429360,0,0,0,0,0 +429361,0,0,0,0,0 +429362,0,0,0,0,0 +429363,0,0,0,0,0 +429364,0,0,0,0,0 +429365,0,0,0,0,0 +429366,0,0,0,0,0 +429367,0,0,0,0,0 +429368,0,0,0,0,0 +429369,0,0,0,0,0 +429370,0,0,0,0,0 +429371,0,0,0,0,0 +429372,0,0,0,0,0 +429373,0,0,0,0,0 +429374,0,0,0,0,0 +429375,0,0,0,0,0 +429376,0,0,0,0,0 +429377,0,0,0,0,0 +429378,0,0,0,0,0 +429379,0,0,0,0,0 +429380,0,0,0,0,0 +429381,0,0,0,0,0 +429382,0,0,0,0,0 +429383,0,0,0,0,0 +429384,0,0,0,0,0 +429385,0,0,0,0,0 +429386,0,0,0,0,0 +429387,0,0,0,0,0 +429388,0,0,0,0,0 +429389,0,0,0,0,0 +429390,0,0,0,0,0 +429391,0,0,0,0,0 +429392,0,0,0,0,0 +429393,0,0,0,0,0 +429394,0,0,0,0,0 +429395,0,0,0,0,0 +429396,0,0,0,0,0 +429397,0,0,0,0,0 +429398,0,0,0,0,0 +429399,0,0,0,0,0 +429400,0,0,0,0,0 +429401,0,0,0,0,0 +429402,0,0,0,0,0 +429403,0,0,0,0,0 +429404,0,0,0,0,0 +429405,0,0,0,0,0 +429406,0,0,0,0,0 +429407,0,0,0,0,0 +429408,0,0,0,0,0 +429409,0,0,0,0,0 +429410,0,0,0,0,0 +429411,0,0,0,0,0 +429412,0,0,0,0,0 +429413,0,0,0,0,0 +429414,0,0,0,0,0 +429415,0,0,0,0,0 +429416,0,0,0,0,0 +429417,0,0,0,0,0 +429418,0,0,0,0,0 +429419,0,0,0,0,0 +429420,0,0,0,0,0 +429421,0,0,0,0,0 +429422,0,0,0,0,0 +429423,0,0,0,0,0 +429424,0,0,0,0,0 +429425,0,0,0,0,0 +429426,0,0,0,0,0 +429427,0,0,0,0,0 +429428,0,0,0,0,0 +429429,0,0,0,0,0 +429430,0,0,0,0,0 +429431,0,0,0,0,0 +429432,0,0,0,0,0 +429433,0,0,0,0,0 +429434,0,0,0,0,0 +429435,0,0,0,0,0 +429436,0,0,0,0,0 +429437,0,0,0,0,0 +429438,0,0,0,0,0 +429439,0,0,0,0,0 +429440,0,0,0,0,0 +429441,0,0,0,0,0 +429442,0,0,0,0,0 +429443,0,0,0,0,0 +429444,0,0,0,0,0 +429445,0,0,0,0,0 +429446,0,0,0,0,0 +429447,0,0,0,0,0 +429448,0,0,0,0,0 +429449,0,0,0,0,0 +429450,0,0,0,0,0 +429451,0,0,0,0,0 +429452,0,0,0,0,0 +429453,0,0,0,0,0 +429454,0,0,0,0,0 +429455,0,0,0,0,0 +429456,0,0,0,0,0 +429457,0,0,0,0,0 +429458,0,0,0,0,0 +429459,0,0,0,0,0 +429460,0,0,0,0,0 +429461,0,0,0,0,0 +429462,0,0,0,0,0 +429463,0,0,0,0,0 +429464,0,0,0,0,0 +429465,0,0,0,0,0 +429466,0,0,0,0,0 +429467,0,0,0,0,0 +429468,0,0,0,0,0 +429469,0,0,0,0,0 +429470,0,0,0,0,0 +429471,0,0,0,0,0 +429472,0,0,0,0,0 +429473,0,0,0,0,0 +429474,0,0,0,0,0 +429475,0,0,0,0,0 +429476,0,0,0,0,0 +429477,0,0,0,0,0 +429478,0,0,0,0,0 +429479,0,0,0,0,0 +429480,0,0,0,0,0 +429481,0,0,0,0,0 +429482,0,0,0,0,0 +429483,0,0,0,0,0 +429484,0,0,0,0,0 +429485,0,0,0,0,0 +429486,0,0,0,0,0 +429487,0,0,0,0,0 +429488,0,0,0,0,0 +429489,0,0,0,0,0 +429490,0,0,0,0,0 +429491,0,0,0,0,0 +429492,0,0,0,0,0 +429493,0,0,0,0,0 +429494,0,0,0,0,0 +429495,0,0,0,0,0 +429496,0,0,0,0,0 +429497,0,0,0,0,0 +429498,0,0,0,0,0 +429499,0,0,0,0,0 +429500,0,0,0,0,0 +429501,0,0,0,0,0 +429502,0,0,0,0,0 +429503,0,0,0,0,0 +429504,0,0,0,0,0 +429505,0,0,0,0,0 +429506,0,0,0,0,0 +429507,0,0,0,0,0 +429508,0,0,0,0,0 +429509,0,0,0,0,0 +429510,0,0,0,0,0 +429511,0,0,0,0,0 +429512,0,0,0,0,0 +429513,0,0,0,0,0 +429514,0,0,0,0,0 +429515,0,0,0,0,0 +429516,0,0,0,0,0 +429517,0,0,0,0,0 +429518,0,0,0,0,0 +429519,0,0,0,0,0 +429520,0,0,0,0,0 +429521,0,0,0,0,0 +429522,0,0,0,0,0 +429523,0,0,0,0,0 +429524,0,0,0,0,0 +429525,0,0,0,0,0 +429526,0,0,0,0,0 +429527,0,0,0,0,0 +429528,0,0,0,0,0 +429529,0,0,0,0,0 +429530,0,0,0,0,0 +429531,0,0,0,0,0 +429532,0,0,0,0,0 +429533,0,0,0,0,0 +429534,0,0,0,0,0 +429535,0,0,0,0,0 +429536,0,0,0,0,0 +429537,0,0,0,0,0 +429538,0,0,0,0,0 +429539,0,0,0,0,0 +429540,0,0,0,0,0 +429541,-1454.084479,-644.0690786,-1396.59917,-696.7597722,-458.1263452 +429542,-1559.485334,-663.4158463,-1502.186979,-718.5400627,-618.7273912 +429543,-1669.226009,20.54999783,-1607.95791,-740.7741385,-785.850336 +429544,-1784.058335,26.3550983,-1717.502348,-768.5789199,-962.5643898 +429545,-1693.432901,-95.0897436,-1526.621628,-707.8027023,-920.89041 +429546,-1532.238264,-8.385687263,3.463397271,-552.1727593,-826.1408974 +429547,-472.577512,23.82056005,-879.4651448,-251.0077702,-723.0987604 +429548,-1081.098037,10.30165634,-689.6015055,-487.884456,-584.4444082 +429549,-808.4202661,64.54882753,-529.2260969,-353.1524605,-705.9254829 +429550,-903.5121128,56.22371552,-642.6036283,-402.9894134,-468.8359583 +429551,-755.6307676,65.46576618,-494.5448997,-338.7030372,-661.5252893 +429552,-890.2515421,55.06345049,-624.25023,-395.346205,-627.6687263 +429553,-770.7696973,55.7683171,-505.414605,-343.8382846,-581.4536018 +429554,-800.914932,57.00897694,-531.2985529,-355.4722462,-549.419456 +429555,-781.9960787,58.6014681,-512.247103,-345.9274818,-526.4550883 +429556,-770.6396783,60.42005488,-497.9122796,-341.0958008,-510.0001095 +429557,-761.6273667,186.7540131,-488.3495604,-335.7221239,-71.77831651 +429558,-753.4548501,62.16825364,-476.660329,-331.4869417,-592.2864929 +429559,-739.1936474,63.57195988,-462.0273957,-324.9907674,-546.4574606 +429560,-730.0787566,66.05553283,-452.1398797,-319.7137979,-522.9237481 +429561,-721.4592193,182.4947453,-440.8861674,-314.8945702,-124.3762996 +429562,-711.7609295,145.4627786,-430.9730894,-311.3158893,-385.4963032 +429563,-702.1379002,70.90331647,-419.1797176,-304.6412166,-670.1040697 +429564,-690.833772,142.1912374,-406.857072,-299.8999171,-391.9240712 +429565,-683.8494522,75.69757897,-399.7863376,-295.6416129,-659.1604087 +429566,-617.3914759,89.46154458,-336.4677982,-266.5120363,-539.9189303 +429567,-743.3448921,82.4283484,-449.4794145,-319.9641656,-545.715889 +429568,-616.3084572,86.10539333,-332.5427225,-264.2769232,-518.3886772 +429569,-653.9639509,89.72653731,-364.7356014,-279.4811279,-499.007445 +429570,-635.0340729,93.23490327,-347.5990721,-271.8193496,-442.8143485 +429571,-629.0201102,96.50681076,-339.9494563,-266.8397176,-446.8729159 +429572,-618.3128733,99.76600718,-332.426094,-263.8493533,-446.9795677 +429573,-612.6991413,102.9911779,-325.2639424,-259.00876,-436.2536657 +429574,-602.6588337,105.979708,-318.0922825,-255.2159642,-433.7154742 +429575,-596.4556518,213.4385748,-310.9013165,-251.4491982,-94.92033753 +429576,-589.3435651,110.2263965,-306.6634989,-248.4167646,-538.0365709 +429577,-579.4869132,188.6562202,-297.414073,-243.119593,-269.3002552 +429578,-573.9580023,114.0056864,-292.4178073,-241.078731,-589.7376768 +429579,-564.095352,116.8655426,-284.8525924,-236.0610927,-549.907391 +429580,-558.6935457,120.2838873,-279.5249029,-232.6755769,-376.8527946 +429581,-550.0191216,123.8839223,-273.281306,-229.3678582,-392.183676 +429582,-542.3849822,127.3492825,-266.55157,-225.4137582,-416.5778082 +429583,-535.8074613,130.6470971,-262.4495022,-221.9727297,-396.4290217 +429584,-527.1080199,133.8111615,-254.9961534,-218.3527407,-393.3428707 +429585,-520.8998303,136.8938163,-250.8268647,-215.1119814,-388.9451344 +429586,-502.3305752,139.9230638,-233.2168189,-206.5200202,-384.6139611 +429587,-495.2720682,143.082222,-231.2076762,-202.8795024,-380.6014595 +429588,-485.3962614,145.8934156,-227.1445108,-199.0352104,-377.9373975 +429589,-479.965906,149.0820095,-221.4686304,-195.678377,-372.1757186 +429590,-470.9928367,152.2646176,-216.9892376,-191.7686323,-370.2384682 +429591,-464.1884644,155.2186841,-212.0514433,-188.773661,-365.943172 +429592,-456.3552844,158.3028469,-207.2504487,-185.2742951,-362.3130818 +429593,-449.9143708,161.3974287,-203.3501837,-181.5462764,-358.0285862 +429594,-441.8380537,164.5004227,-198.166695,-178.6450335,-354.5160783 +429595,-434.5058383,167.6101947,-194.3111503,-174.8004365,-351.6496094 +429596,-427.7456395,170.7257126,-190.3024431,-171.5783418,-347.0202275 +429597,-420.2832595,173.8462541,-185.6445286,-168.4934195,-343.6291738 +429598,-412.8864124,176.9712003,-182.0893657,-164.9384059,-340.4525104 +429599,-406.5507631,180.100013,-177.5998758,-162.0822675,-336.5290973 +429600,-398.6804098,183.2322809,-174.0875086,-158.5533938,-332.8166871 +429601,102.2979706,186.3227384,102.5461372,46.28596041,186.8049051 +429602,113.8848801,197.7757842,116.6113941,51.91403974,215.4557149 +429603,130.9145957,213.4446386,138.2501047,60.0700634,258.6808481 +429604,148.21177,229.1526334,160.5732111,68.2231249,303.5090141 +429605,163.6879531,243.1521751,180.529389,75.39073308,344.410842 +429606,177.1322171,544.1623586,197.6811721,81.51204746,380.5358158 +429607,188.9298617,618.5071215,212.5083442,86.80707951,411.7913475 +429608,199.4724995,554.1617465,225.5495054,91.48696566,439.1749472 +429609,209.0249167,617.1842368,237.1854358,95.69242976,463.5629988 +429610,217.7557028,639.6967902,247.6621741,99.51236302,485.5146536 +429611,225.7849858,660.8470294,257.153088,103.0093528,505.3846169 +429612,233.2108448,681.5135969,265.7972008,106.23362,523.435627 +429613,240.118408,702.2333131,273.7139548,109.2279132,539.891477 +429614,246.5817983,721.9741305,281.0070608,112.0287147,554.952016 +429615,252.6645986,742.2051143,287.7655483,114.6666849,568.7945417 +429616,258.4207151,761.522934,294.0650177,117.1672816,581.5740213 +429617,263.8955848,780.8152354,299.9693063,119.5515193,593.4244624 +429618,269.1274805,799.5657601,305.5322836,121.8367372,604.4614294 +429619,274.1486601,818.975775,310.7994548,124.0372559,614.7845443 +429620,278.9863475,836.8752383,315.8093299,126.164922,624.4798279 +429621,283.3464947,855.3442596,320.2775068,128.0835674,633.0451816 +429622,287.9461212,873.3622775,324.9292863,130.1211505,641.8128969 +429623,292.4086964,890.8994921,329.3985377,132.1055322,650.1304101 +429624,296.7517187,909.0158461,333.7043291,134.0439101,658.0444007 +429625,300.9849528,926.1793292,337.8646278,135.9393047,665.5982721 +429626,305.1238259,952.381629,341.8958211,137.7983472,672.8313395 +429627,309.1750596,974.0044607,345.819809,139.6230758,679.7781815 +429628,313.1506827,995.7015985,349.6552442,141.4188004,686.4686692 +429629,317.0544112,1016.975986,353.4148713,143.1863073,692.9285845 +429630,320.8957184,1038.133359,357.1072397,144.9298181,699.1801607 +429631,324.6763002,1057.862977,360.7387466,146.6492757,705.2427398 +429632,328.3989478,1077.294413,364.3112104,148.3466256,711.133086 +429633,332.0644118,1096.315924,367.8269393,150.0203056,716.8658538 +429634,335.6770551,1115.077169,371.2895636,151.6730269,722.4538381 +429635,339.2386536,1133.506669,374.7033232,153.3040812,727.9083281 +429636,342.7534777,1151.782562,378.0723732,154.9164056,733.2392224 +429637,346.2226931,1169.708816,381.4005207,156.5091514,738.4553002 +429638,349.6498443,1187.372965,384.6911832,158.0849688,743.5642841 +429639,353.0354854,1204.416044,387.9474665,159.6427643,748.5730631 +429640,356.3826468,1222.33232,391.1737285,161.1849723,753.4877209 +429641,359.6914885,1239.009511,394.3708098,162.7103537,758.3137294 +429642,363.00313,1255.824904,397.5453832,164.2212113,763.0560114 +429643,366.3050658,1272.478725,400.6923682,165.716221,767.7190307 +429644,369.5848922,1288.81537,403.8118826,167.1956329,772.3066613 +429645,372.8317927,1304.991202,406.9060848,168.6624452,776.8224583 +429646,376.047936,1320.900705,409.9727358,170.1150401,781.269621 +429647,379.2319269,1336.758937,413.0093451,171.5532745,785.6511236 +429648,382.3890595,1352.299566,416.0214624,172.9798825,789.9696438 +429649,385.518002,1367.648297,419.0042588,174.3931617,794.2276959 +429650,388.6232947,1383.008996,421.9584839,175.7929227,798.4275422 +429651,391.7029892,1397.852461,424.8868975,177.1818566,802.571323 +429652,394.7612264,1412.854141,427.7878161,178.5582447,806.6609782 +429653,397.7958337,1427.487126,430.6591787,179.9218751,810.6983505 +429654,400.8073576,1442.013274,433.5033964,181.2753889,814.6851161 +429655,403.8011575,1456.300223,436.3234469,182.6170607,818.6228912 +429656,406.7745477,1470.581252,439.117364,183.9466559,822.5131481 +429657,409.7273621,1484.619889,441.8829062,185.2667817,826.3573134 +429658,412.6644674,1498.343386,444.622438,186.575703,830.1566848 +429659,415.5829801,1512.18924,447.3356,187.8731749,833.9125426 +429660,418.4826128,1525.690843,450.0245937,189.1598172,837.6260477 +429661,421.39348,1708.44373,452.7137845,190.4497612,841.3444202 +429662,431.3323735,1723.73468,462.4333778,194.8952486,858.3235028 +429663,444.8211464,1738.457309,475.7071097,200.8835338,882.0022799 +429664,458.3491757,1752.748747,489.0213422,206.8148946,905.8849978 +429665,470.4582596,1766.537727,500.9140283,212.044521,927.3012402 +429666,481.0103065,1780.55746,511.2441024,216.533957,945.9762295 +429667,490.302572,1793.955002,520.3069808,220.4384071,962.404502 +429668,498.6387645,1807.511505,528.4053734,223.9089504,977.0882545 +429669,506.2274345,1820.539509,535.7473083,227.0477366,990.3682341 +429670,513.2024803,1833.800069,542.4664081,229.9195302,1002.463479 +429671,519.6586607,1846.738156,548.657286,232.5694317,1013.532775 +429672,525.6720484,1854.106864,554.3959582,235.0329865,1023.707431 +429673,531.390643,1865.6728,559.8891742,237.4021162,1033.103367 +429674,536.841698,1877.976549,565.1444286,239.680393,1041.822394 +429675,542.0311642,1889.798816,570.1385331,241.8574422,1049.952578 +429676,546.9775764,1901.791,574.8747821,243.9343618,1394.732515 +429677,551.7093696,1913.683202,650.4456262,245.9215481,1261.982855 +429678,556.2563274,1925.187187,763.634877,247.832011,1307.873209 +429679,560.644839,1936.974067,704.0361038,249.6775477,1333.495003 +429680,564.8968426,1948.46709,742.1620317,251.4677364,1350.593874 +429681,569.0303739,1959.714826,755.7199578,253.2101832,1366.741148 +429682,573.060454,1971.02273,769.0619035,254.911039,1382.60961 +429683,576.9997283,1982.138166,781.85573,256.5753704,1398.497165 +429684,652.189032,1993.144232,794.5865526,258.2074119,1413.709808 +429685,742.8062522,2004.039987,806.8192208,259.8107014,1428.654105 +429686,699.0238076,2014.813962,818.9987362,261.3881922,1443.71465 +429687,733.6817443,2025.560265,831.0067472,262.9423346,1458.108305 +429688,748.5696577,2035.955749,842.7756212,313.4851359,1472.191374 +429689,763.1516278,2046.342014,854.1923997,318.3819632,1486.606858 +429690,776.9695949,2056.755483,865.6946076,313.8750047,1500.423556 +429691,791.029187,2066.045303,876.3286298,309.1494882,1513.694964 +429692,804.281064,2074.969737,887.7482559,342.4321076,1527.22483 +429693,817.7543638,2083.902739,897.8109198,335.3064719,1540.285126 +429694,830.5171836,2092.564008,908.3437606,344.1903148,1552.965441 +429695,843.7966017,2101.059536,918.7563379,350.3416596,1566.139725 +429696,856.230212,2109.282071,928.8138392,356.1393437,1578.444005 +429697,868.8278048,2117.669568,938.7075257,361.9130519,1590.838695 +429698,881.381496,2125.441756,948.3986006,367.5620717,1602.99385 +429699,893.2786701,2133.342158,958.2701866,373.1744096,1614.971022 +429700,905.5294943,2140.983945,967.7011493,378.561527,1626.738905 +429701,917.4525133,2148.480792,977.017049,383.9599278,1638.411717 +429702,929.0446713,2155.821278,986.32775,389.2495193,1649.849103 +429703,940.642763,2163.107847,995.3428478,394.43066,1661.14942 +429704,952.234784,2171.112884,1004.17558,399.6369945,1672.248183 +429705,963.7779803,2182.644966,1013.302243,404.5484559,1683.275461 +429706,974.3142235,2180.175871,1021.729871,409.5835196,1694.040451 +429707,986.0338521,2206.802277,1030.651753,414.4997628,1704.767667 +429708,996.6211237,2173.611399,1039.172678,419.1609522,1715.235657 +429709,1007.641787,2211.601212,1047.198254,424.1881591,1725.672139 +429710,1017.978055,2208.158527,1055.817348,428.513927,1735.85566 +429711,1029.073787,2214.739733,1063.865409,433.4144741,1746.017279 +429712,1039.448847,2220.917966,1071.831367,437.7915029,1755.928356 +429713,1049.638023,2226.750948,1080.050721,442.2641467,1765.827022 +429714,1059.933826,2232.337291,1087.505523,446.7930055,1775.47582 +429715,1069.981163,2237.802004,1095.723582,450.9741201,1785.124197 +429716,1080.256316,2243.132012,1103.321642,455.4072469,1794.520889 +429717,1090.194963,2248.431631,1110.953687,459.7832487,1803.49601 +429718,1099.943982,2253.343655,1118.352216,463.7602103,1813.371803 +429719,1109.874809,2258.242037,1126.039965,467.8513703,1822.085418 +429720,1119.396183,2263.180562,1133.238946,472.1876284,1831.280303 +429721,1135.325378,2270.871803,1147.076537,478.8992428,1861.965653 +429722,1146.639039,2276.124753,1155.429549,483.3821712,1872.580585 +429723,1156.568722,2281.198959,1163.324109,487.7759855,1882.687925 +429724,1166.862313,2285.823687,1171.30171,491.8884449,1892.377187 +429725,1176.615193,2290.51379,1178.713837,495.8564915,1901.757122 +429726,1186.233227,2294.9584,1186.132171,500.1844041,1911.034952 +429727,1196.290477,2299.275737,1193.642203,504.1245232,1920.031308 +429728,1205.751523,2303.458039,1200.818295,507.6987505,1928.923664 +429729,1215.130523,2307.619192,1207.898805,512.0066499,1937.624658 +429730,1225.02367,2311.378687,1215.251621,515.6291299,1946.33772 +429731,1233.651606,2315.251752,1222.121036,519.4179512,1954.819011 +429732,1243.277421,2318.795172,1229.005456,523.2688021,1963.186843 +429733,1252.201578,2322.499089,1236.145253,526.7501568,1971.627712 +429734,1261.415905,2325.84592,1242.765277,530.6188863,1979.659215 +429735,1269.820778,2329.16354,1249.550313,534.3968912,1984.656473 +429736,1279.561311,2332.34473,1256.170913,537.6667953,1990.988561 +429737,1287.892964,2335.516603,1262.685415,541.3224209,1996.200953 +429738,1296.882041,2339.285687,1269.62941,544.9109922,2001.73091 +429739,1305.356512,2346.198668,1275.949735,548.152488,2007.329013 +429740,1314.188685,2338.969022,1282.323884,551.8241854,2012.57831 +429741,1322.488981,2367.406,1288.991934,555.1065896,2021.25866 +429742,1331.183048,2319.192763,1295.284052,558.6217923,2027.229973 +429743,1339.391175,2365.877485,1301.414085,561.8923147,2030.947803 +429744,1347.830456,2350.297622,1307.811572,565.1865249,2039.148522 +429745,1356.005549,2355.620607,1313.859028,568.4664465,2015.890513 +429746,1364.268844,2357.731567,1320.32482,571.6371863,2056.810719 +429747,1372.325424,2359.642646,1326.260457,575.0945125,2045.348222 +429748,1380.467498,2361.456023,1332.291803,578.1241098,2053.69483 +429749,1388.41192,2363.160969,1338.257645,581.3262104,2058.516789 +429750,1396.438523,2364.757568,1344.353413,584.4719764,2063.406947 +429751,1404.185475,2365.942659,1350.058029,587.5635484,2068.260366 +429752,1411.991319,2367.26492,1355.911877,590.6237937,2072.835647 +429753,1419.53313,2368.310657,1361.571939,593.6210238,2077.625437 +429754,1427.090335,2369.088333,1367.490392,596.6553835,2082.221392 +429755,1434.815179,2369.944944,1372.911318,599.6039017,2086.767685 +429756,1442.29914,2370.621411,1378.672276,602.5891367,2091.426162 +429757,1449.561481,2371.169462,1384.32487,605.2729785,2095.89358 +429758,1457.324275,2371.638894,1389.702366,608.5582031,2100.290608 +429759,1464.372902,2372.088214,1395.346806,611.244015,2104.841167 +429760,1471.807623,2376.340828,1400.849941,614.1775114,2109.157853 +429761,1479.087965,2383.848353,1406.106712,617.2260939,2113.452254 +429762,1485.690443,2366.637302,1411.712919,619.6896133,2117.802434 +429763,1493.604872,2360.125846,1416.900117,622.65462,2121.866516 +429764,1500.4553,2406.255284,1422.246334,625.394956,2126.329184 +429765,1507.5718,2332.967436,1427.708298,628.1512106,2130.330403 +429766,1514.522114,2391.608018,1432.737605,630.6263872,2134.531064 +429767,1521.6345,2363.041205,1444.636232,633.782345,2138.660846 +429768,1528.543058,2392.691319,1446.175447,636.2675382,2142.644683 +429769,1535.290148,2347.193319,1434.472843,639.0008629,2146.809162 +429770,1542.446237,2392.464145,1461.715247,641.6670567,2150.74301 +429771,1549.083754,2361.156359,1456.672541,644.3150164,2154.722816 +429772,1555.83604,2370.587569,1463.865442,646.9459394,2158.538625 +429773,1562.677809,2367.629126,1468.991811,649.5600041,2162.587118 +429774,1569.359387,2366.22615,1473.890928,652.1582098,2180.125146 +429775,1575.931632,2371.925979,1478.937586,654.7404055,2149.207909 +429776,1582.661791,2359.96051,1483.965245,657.3075136,2196.116355 +429777,1589.151664,2362.641579,1488.939744,659.8598858,2157.965125 +429778,1595.818073,2360.167354,1493.827507,662.4010933,2202.560253 +429779,1602.229326,2359.585444,1498.730623,664.940587,2176.770925 +429780,1608.698342,2357.338744,1503.675067,667.4126689,2191.245575 +429781,1497.436939,2305.598172,1391.133791,616.687587,1967.308712 +429782,1501.483421,2298.16217,1393.69152,618.1876729,1988.032869 +429783,1506.614084,2296.319991,1397.563201,620.172134,1979.848977 +429784,1511.55361,2293.329901,1401.096665,622.0935667,1983.88657 +429785,1517.206517,2290.195717,1405.471695,624.2808905,1985.826223 +429786,1522.131887,2286.852033,1409.115643,626.2347683,1988.237012 +429787,1527.961389,2283.993295,1413.479654,628.4957622,1990.400232 +429788,1532.895017,2280.401574,1417.43002,630.4709128,1994.845903 +429789,1538.571365,2277.584946,1421.579754,632.7502899,2005.225111 +429790,1543.940884,2274.395702,1425.740308,634.3851149,1991.76796 +429791,1549.301199,2271.279466,1429.922556,637.2123441,2002.207172 +429792,1554.506149,2267.884434,1433.992643,638.8964648,2002.852932 +429793,1560.164756,2264.466498,1438.152192,641.2641238,2005.142578 +429794,1565.294314,2261.284656,1442.338039,643.3127833,2007.418024 +429795,1570.825888,2257.440148,1446.521673,645.4528158,2015.452917 +429796,1576.09598,2253.882873,1455.94354,647.5783008,2009.43733 +429797,1581.702225,2250.192548,1454.205884,649.7725821,2015.56023 +429798,1593.35573,2246.422084,1451.961338,651.7788609,2017.194119 +429799,1589.146407,2242.589199,1467.499333,654.1019145,2019.67516 +429800,1608.801384,2238.824315,1466.242954,656.0514852,2021.788927 +429801,1594.273788,2234.610044,1471.498359,658.3090321,2024.423355 +429802,1599.083198,2230.541595,1475.623865,660.2967376,2026.506887 +429803,1620.139248,2226.494418,1479.966216,662.5761743,2029.151712 +429804,1616.213163,2222.187471,1483.891669,664.5770513,2031.280947 +429805,1623.640092,2217.93926,1488.304588,666.8400346,2033.672746 +429806,1628.754796,2213.741185,1492.219281,668.7638337,2041.030855 +429807,1634.229784,2208.960054,1496.616679,671.0667532,2036.264287 +429808,1639.104429,2204.63311,1500.617128,673.0512187,2040.808575 +429809,1644.427401,2199.936981,1504.878211,675.2651233,2043.844874 +429810,1649.567327,2195.325483,1521.639585,677.2799389,2045.266131 +429811,1654.767495,2183.399675,1494.086498,679.3807936,2052.454839 +429812,1659.419709,2194.932919,1526.116609,681.4256522,2048.199657 +429813,1664.591873,2168.395047,1519.036131,683.4512137,2052.151177 +429814,1669.184811,2178.307025,1524.812518,685.4116625,2059.239363 +429815,1674.341231,2167.840343,1529.003379,687.5081277,2055.268238 +429816,1679.003593,2162.785776,1532.678154,689.3748783,2062.72434 +429817,1683.980408,2157.47944,1540.530629,691.5299187,2059.76175 +429818,1688.44647,2151.706717,1542.746737,693.3951842,2070.320827 +429819,1693.706856,2146.039766,1552.082,695.4795796,2063.75739 +429820,1698.061447,2140.288224,1540.509016,697.4074547,2065.456209 +429821,1703.067814,2134.137779,1545.413132,699.4043294,2061.191725 +429822,1707.44852,2128.239462,1561.882352,701.2613254,2052.657435 +429823,1712.391126,2122.127445,1558.213865,703.3733127,2043.601539 +429824,1716.884522,2115.927845,1566.302599,705.1977386,2034.284549 +429825,1721.708152,2109.688611,1580.890047,707.2441296,2024.937054 +429826,1726.175867,2103.489845,1547.865028,709.0425997,2015.764821 +429827,1730.964471,2096.848378,1603.258251,711.1835408,2007.060226 +429828,1735.397376,2090.480558,1556.710654,712.9137415,1998.649642 +429829,1740.259218,2083.825996,1603.6862,714.9688293,1990.753337 +429830,1744.479402,2077.257057,1579.724132,716.7347148,1983.272242 +429831,1749.186761,2070.51089,1592.821899,718.8232406,1976.029693 +429832,1753.712105,2063.694364,1595.082714,720.6545273,1969.437165 +429833,1758.410271,2056.876635,1598.928122,722.5867746,1963.494493 +429834,1762.552556,2049.883878,1602.361623,724.3729068,1957.950644 +429835,1767.255041,2043.024649,1605.984663,726.4188867,1952.687505 +429836,1771.493891,2035.71927,1609.692845,728.1687906,1947.630146 +429837,1776.068658,2028.625884,1613.230304,730.1466712,1942.733898 +429838,1780.282439,2021.420071,1616.969646,731.8550758,1937.974418 +429839,1784.820033,2014.053231,1620.454601,733.8673268,1933.330307 +429840,1788.999076,2006.758712,1629.13183,735.5425084,1928.925337 +429841,1551.532962,1869.578457,1365.225289,627.8495044,1931.713968 +429842,1549.228762,1886.489912,1393.224893,626.6957088,1914.72775 +429843,1549.050108,1863.454905,1378.187667,626.3985065,1888.29672 +429844,1549.271547,1856.900312,1380.806603,626.3573414,1862.403031 +429845,1550.430247,1860.968691,1380.686247,626.5970309,1840.559479 +429846,1551.881086,1818.888318,1383.238242,626.8549808,1697.559818 +429847,1553.857811,1838.241177,1378.054772,627.2515534,1641.514843 +429848,1555.559129,1817.568116,1383.666811,627.6675505,1695.747524 +429849,1557.988168,1810.264762,1382.189422,628.0681622,1676.281476 +429850,1559.895872,1823.691007,1389.673898,628.6593954,1669.786335 +429851,1562.242458,1759.002728,1374.364733,629.0593027,1669.659408 +429852,1564.54717,1797.99512,1389.272296,629.6181302,1669.785761 +429853,1566.930265,1769.361674,1384.565141,630.1467683,1669.146131 +429854,1569.372183,1763.501793,1386.29573,630.696563,1668.665232 +429855,1571.981382,1754.028296,1387.190767,631.2591023,1673.219598 +429856,1574.356563,1744.5893,1388.065355,631.8333914,1661.796415 +429857,1576.918822,1734.987522,1388.968132,632.4181122,1673.828597 +429858,1579.715638,1725.638226,1390.838869,633.0126405,1662.349369 +429859,1582.320123,1716.028048,1391.073732,633.6165259,1673.005638 +429860,1585.068927,1722.84652,1394.339673,634.1823917,1666.96892 +429861,1587.842456,1673.384549,1387.577048,634.8724256,1667.122924 +429862,1590.657051,1701.912605,1396.306967,635.4675825,1667.778694 +429863,1593.512797,1670.339392,1394.271268,636.110608,1667.820008 +429864,1596.407875,1670.269263,1395.761127,636.7535175,1667.80793 +429865,1599.342495,1657.83557,1396.852679,637.4031633,1667.928598 +429866,1602.314596,1648.517548,1397.905313,638.0588905,1668.07575 +429867,1605.325095,1639.112554,1400.897192,638.7206769,1668.327137 +429868,1608.371687,1629.173827,1397.178767,639.3878631,1668.556554 +429869,1611.57179,1619.549064,1414.843656,640.0603126,1673.76621 +429870,1614.512416,1609.688082,1388.443191,640.7379021,1663.257149 +429871,1617.694525,1600.065743,1404.735193,641.3859951,1674.696726 +429872,1620.795854,1590.194314,1407.06008,642.0311598,1670.040332 +429873,1623.942348,1580.289726,1420.96419,642.6773879,1669.706773 +429874,1627.118849,1570.73871,1382.578279,643.3243326,1670.607572 +429875,1630.325664,1560.694331,1432.295036,643.9724148,1671.237433 +429876,1633.562429,1572.747113,1395.824843,644.6218168,1671.57833 +429877,1636.829684,1509.636162,1402.012641,645.2724666,1671.93895 +429878,1640.215771,1561.875563,1432.788669,645.9236407,1672.428033 +429879,1643.477381,1495.96413,1385.582815,646.5759953,1677.584309 +429880,1646.81419,1522.015101,1439.779024,647.2289741,1668.646187 +429881,1650.28822,1499.681663,1387.3392,647.882814,1678.118366 +429882,1653.632367,1491.847451,1441.732014,648.5365199,1675.329089 +429883,1657.030732,1482.093186,1389.435742,649.1911093,1674.788828 +429884,1660.609306,1472.443777,1443.787524,649.845274,1675.461019 +429885,1664.220822,1462.611499,1396.177235,650.4995574,1676.209272 +429886,1667.511353,1452.980431,1438.964836,651.2013176,1681.452603 +429887,1671.236118,1443.004292,1415.324717,651.7837211,1673.179634 +429888,1674.72462,1433.502194,1417.49427,652.4707518,1680.796748 +429889,1678.424293,1423.733512,1428.110867,653.1153712,1679.230188 +429890,1682.077743,1414.082754,1421.796227,653.7664361,1678.845924 +429891,1685.755348,1404.343123,1425.248618,654.4168245,1683.536786 +429892,1689.461354,1394.971885,1425.8793,655.0658826,1682.020012 +429893,1693.197511,1385.187349,1426.914927,655.7140639,1681.156196 +429894,1696.963728,1375.625086,1427.906621,656.3606481,1680.891186 +429895,1700.760239,1366.226578,1428.92519,657.0059257,1681.074862 +429896,1704.587789,1356.688902,1429.82588,657.6494586,1681.503255 +429897,1708.356817,1347.387485,1430.920582,658.2592345,1681.961154 +429898,1712.315262,1337.738111,1431.897477,658.9228479,1682.400809 +429899,1716.157754,1328.60251,1432.847461,659.5321562,1681.500245 +429900,1720.212365,1319.221364,1433.818693,660.1588492,1680.484363 +429901,1984.815007,1417.53597,1670.808084,767.6656185,1679.794753 +429902,1931.778215,1410.88522,1677.221185,770.5037137,1703.784638 +429903,1993.99543,1403.280842,1682.100394,772.6514787,1736.612411 +429904,1988.52011,1395.906352,1680.305784,774.7905355,1765.162927 +429905,1976.878148,1387.929138,1693.585734,776.5367737,1786.923155 +429906,2003.143114,1380.408646,1690.920329,778.3605223,1802.883091 +429907,2002.231341,1372.608158,1694.107246,780.0683565,1814.242755 +429908,2010.065629,1364.911894,1697.882148,781.740439,1822.483602 +429909,2016.69847,1357.223989,1705.353332,783.3782292,1828.886901 +429910,2023.270723,1349.584366,1703.221197,784.9877306,1834.053286 +429911,2029.992293,1341.984177,1706.021651,786.5159781,1837.603986 +429912,2036.379519,1334.347198,1713.308968,788.2161136,1840.334723 +429913,2043.113824,1326.975737,1712.193184,789.6355945,1842.485706 +429914,2049.757461,1319.574902,1717.905349,791.2074794,1844.043157 +429915,2056.456414,1312.089532,1721.382687,792.7051752,1845.24755 +429916,2063.29889,1304.846046,1719.606274,794.1945106,1845.954115 +429917,2080.704604,1297.507027,1719.316832,795.6682944,1845.893543 +429918,2061.654277,1293.306984,1718.921995,797.1264028,1845.212696 +429919,2093.226149,1288.242158,1716.185273,798.5699966,1843.960907 +429920,2095.011333,1283.052811,1713.348218,799.9996119,1842.047586 +429921,2105.706951,1278.0023,1710.475,801.4159842,1839.570373 +429922,2140.8257,1273.159433,1707.582438,802.8191894,1836.61705 +429923,2089.318642,1268.010301,1704.788233,804.1527636,1833.415219 +429924,2154.934514,1263.250761,1702.08839,805.6167207,1830.033598 +429925,2142.157188,1258.344637,1699.3869,806.9423765,1826.412045 +429926,2158.064254,1253.716697,1696.729179,808.306736,1822.653196 +429927,2191.737209,1248.969667,1694.141713,809.7098134,1818.826165 +429928,2169.909772,1244.366738,1691.625712,810.956096,1814.961762 +429929,2191.095799,1239.827125,1689.376468,812.3219064,1811.328415 +429930,2204.288349,1235.365545,1687.688003,813.62624,1808.316076 +429931,2212.489129,1230.928735,1686.573222,814.8185949,1805.963393 +429932,2223.852057,1226.565751,1685.852565,816.137307,1804.072961 +429933,2234.473088,1222.285868,1685.590158,817.3123772,1802.506815 +429934,2245.530267,1218.092838,1685.309791,818.5260431,1801.165436 +429935,2256.375553,1213.990182,1685.140045,819.7193587,1799.964529 +429936,2267.237783,1209.894917,1685.044462,820.9013955,1798.850686 +429937,2278.450979,1206.10454,1685.002965,822.0730619,1797.793749 +429938,2289.51212,1202.312811,1684.996905,823.2344068,1796.964502 +429939,2308.798497,1198.489165,1685.147571,824.3860324,1796.100297 +429940,2307.993759,1194.935218,1685.302836,825.5281109,1795.224724 +429941,2324.185845,1191.417014,1685.322931,826.6611005,1794.166509 +429942,2334.942167,1187.06354,1685.363094,827.8103457,1793.11947 +429943,2345.614427,1183.675901,1685.4535,829.015605,1792.120596 +429944,2357.257412,1180.677348,1685.554319,830.4021411,1791.12034 +429945,2368.460361,1177.583176,1685.670294,831.655329,1790.125354 +429946,2379.606695,1174.619044,1685.800103,833.3249346,1789.134788 +429947,2391.329788,1171.694332,1685.947768,835.1213286,1788.343486 +429948,2402.580018,1168.814796,1686.112514,837.0065045,1787.331066 +429949,2413.770952,1166.059492,1686.289321,838.9739776,1786.320787 +429950,2425.550966,1163.063101,1686.62989,842.5746362,1785.709108 +429951,2444.573364,1160.477098,1686.855726,842.6136068,1784.650389 +429952,2445.372752,1157.687472,1687.216248,848.0088558,1783.902111 +429953,2460.230649,1155.011101,1687.40894,846.0570163,1782.459855 +429954,2472.155686,1152.357997,1687.61589,854.5582041,1781.563117 +429955,2483.239614,1149.73707,1687.893431,848.521178,1780.829744 +429956,2494.38665,1147.148133,1688.169879,863.1285509,1779.917085 +429957,2513.537786,1144.590735,1688.621534,848.6479417,1779.21418 +429958,2515.267198,1141.981728,1689.074686,875.7097175,1778.73374 +429959,2529.05203,1139.679672,1689.355286,843.930885,1777.843649 +429960,2541.453241,1137.039849,1689.836309,870.5649347,1776.962009 +429961,2601.431173,1157.493284,1692.754974,890.9856705,1780.312927 +429962,2618.87136,1156.266097,1699.064994,894.2753527,1788.02195 +429963,2625.138245,1154.636018,1706.243662,898.5539852,1796.972784 +429964,2643.672299,1152.909825,1712.43771,902.1702294,1805.090469 +429965,2649.869608,1151.107052,1717.339826,905.7322243,1811.506685 +429966,2664.952229,1149.265947,1721.127938,909.2888922,1816.573925 +429967,2670.710644,1147.406869,1724.239335,912.8608777,1820.564881 +429968,2677.36416,1145.542299,1726.391124,916.4606992,1823.542292 +429969,2679.513686,1169.825209,1727.76321,920.0961228,1825.454361 +429970,2681.650773,1103.012346,1728.513601,923.7709133,1826.484452 +429971,2683.907523,1158.739792,1728.739184,927.5518254,1826.750707 +429972,2686.096628,1154.044182,1728.59551,931.2155672,1826.221849 +429973,2688.477737,1109.235843,1727.956988,935.0682016,1825.244603 +429974,2691.095314,1144.905251,1727.151183,938.9103577,1823.97924 +429975,2693.961082,1152.012251,1726.087502,942.7427021,1822.314076 +429976,2696.696926,1100.798737,1724.942732,946.8536643,1820.48657 +429977,2699.627014,1142.603618,1723.770196,950.7010264,1818.576812 +429978,2702.511173,1144.0435,1722.444587,954.80028,1816.433877 +429979,2705.55001,1099.107233,1721.290179,958.8804326,1814.250824 +429980,2708.770239,1134.479176,1719.948535,963.0849029,1812.079447 +429981,2711.923377,1141.183548,1718.493712,967.1680342,1809.748789 +429982,2715.206767,1091.361881,1717.060096,971.383374,1807.435624 +429983,2718.644218,1131.356285,1715.672501,975.7576154,1805.174854 +429984,2721.982727,1135.751104,1714.186793,980.1070703,1802.779148 +429985,2725.451365,1081.014458,1712.916022,982.5478204,1800.439677 +429986,2729.244403,1124.63161,1711.11509,986.7447652,1798.18402 +429987,2733.046021,1122.169552,1708.989091,991.0958423,1795.816357 +429988,2736.948557,1082.589383,1706.846305,995.5442565,1793.485512 +429989,2740.851595,1139.099328,1704.764741,1000.05887,1791.152049 +429990,2744.784896,1062.214064,1702.792131,1004.6401,1788.850185 +429991,2749.0361,1119.370679,1700.925003,1009.238156,1786.592843 +429992,2752.758126,1113.702804,1699.199075,1013.884647,1784.201889 +429993,2756.433567,1073.719336,1697.340703,1018.647122,1781.842239 +429994,2760.133042,1103.990573,1695.578635,1023.275158,1779.563314 +429995,2763.629521,1117.563275,1693.898751,1028.031161,1777.174114 +429996,2767.141619,1059.349554,1692.095477,1032.944964,1774.838938 +429997,2770.706737,1107.244594,1690.32101,1037.817826,1772.581872 +429998,2774.349189,1110.532257,1688.749278,1042.606859,1770.194985 +429999,2777.673346,1058.16453,1687.117107,1047.58477,1767.856321 +430000,2781.062121,1099.872412,1685.765238,1052.52972,1765.601668 +430001,2784.258043,1111.437754,1684.176771,1057.517243,1763.214687 +430002,2787.756431,1048.136298,1682.637602,1062.533322,1760.884414 +430003,2790.97442,1100.219494,1681.170904,1067.581032,1758.640377 +430004,2794.157351,1080.395935,1679.811724,1072.653895,1756.2537 +430005,2796.827169,1081.611263,1678.357717,1077.752947,1753.969286 +430006,2799.954245,1080.850733,1676.885695,1082.949732,1751.65465 +430007,2803.262761,1079.767761,1675.424351,1087.900165,1749.343609 +430008,2806.299177,1078.710242,1673.971743,1093.242046,1747.031938 +430009,2809.661027,1077.67845,1672.526551,1098.356926,1744.718156 +430010,2812.680832,1076.671935,1671.087738,1103.650872,1742.401809 +430011,2815.652984,1075.690974,1669.657072,1108.746584,1740.086123 +430012,2818.582819,1074.734932,1668.425794,1114.038154,1737.771665 +430013,2821.792477,1073.803938,1667.012247,1119.270507,1735.455099 +430014,2824.644576,1072.819628,1665.587554,1131.757089,1733.121749 +430015,2827.470181,1072.052831,1664.180452,1123.231639,1730.803309 +430016,2830.281569,1071.217362,1662.805652,1134.118305,1728.516748 +430017,2833.050489,1070.278941,1661.431879,1142.214455,1726.221823 +430018,2835.755184,1069.523596,1660.055015,1144.936966,1723.913962 +430019,2838.427259,1068.724437,1658.687932,1150.895851,1721.61036 +430020,2841.054234,1067.959363,1657.329935,1156.188007,1719.310495 +430021,2849.928734,1053.525124,1662.206739,1127.93325,1728.287045 +430022,2853.827701,1003.242552,1663.475535,1132.663519,1731.707574 +430023,2855.079051,1071.835168,1662.774164,1137.211418,1731.920505 +430024,2856.381086,987.4966414,1661.839731,1141.978723,1731.69212 +430025,2858.804567,1074.138166,1661.813112,1146.667611,1732.227729 +430026,2862.366343,984.0732794,1662.376434,1151.359711,1733.706088 +430027,2866.656644,1067.958586,1663.667165,1156.040036,1735.878845 +430028,2871.344388,987.2566991,1665.167637,1160.704542,1738.518911 +430029,2876.202163,1057.478782,1667.022141,1165.351477,1741.458753 +430030,2881.125056,993.7036003,1669.171169,1170.064496,1744.614431 +430031,2886.093409,1038.780976,1671.017838,1169.990056,1747.96304 +430032,2890.335034,1001.184749,1672.492517,1174.149361,1751.471191 +430033,2894.177945,1020.801461,1673.964918,1178.096806,1755.129481 +430034,2897.988697,1012.159252,1675.20858,1182.607264,1758.884035 +430035,2902.248362,1012.087034,1676.719699,1186.874069,1762.714666 +430036,2906.38194,1010.789613,1678.3368,1191.23723,1766.607692 +430037,2910.624342,1009.502337,1680.02897,1195.588134,1770.539836 +430038,2914.929574,1008.232665,1681.771186,1199.931059,1774.499764 +430039,2919.262315,1006.981036,1683.344519,1204.262706,1778.479302 +430040,2923.598109,1005.745233,1685.134155,1208.579264,1782.471948 +430041,2927.918094,1004.524753,1686.943831,1212.878746,1786.470659 +430042,2932.208316,1003.391704,1688.762835,1217.246218,1790.469762 +430043,2936.461465,1002.091216,1690.586022,1221.372347,1794.46689 +430044,2940.673106,1000.962521,1692.411417,1225.669767,1798.461161 +430045,2944.83869,999.7814425,1694.237496,1229.822072,1802.451179 +430046,2948.950602,998.6264905,1696.062187,1234.037305,1806.433671 +430047,2953.011693,997.4797839,1697.886031,1238.152203,1810.410883 +430048,2957.016746,996.3447623,1699.707661,1242.266084,1814.380436 +430049,2960.96445,995.2205946,1701.526576,1246.35256,1818.342063 +430050,2964.854484,994.1063293,1703.342641,1250.406584,1822.296048 +430051,2968.691167,992.3713938,1704.96881,1254.111251,1826.246331 +430052,2972.49339,990.4337343,1706.715856,1257.718789,1830.197275 +430053,2976.272009,988.612724,1708.351159,1261.262372,1834.148403 +430054,2980.029381,986.5886901,1709.861398,1264.748725,1838.098361 +430055,2983.762633,984.6612797,1711.256254,1268.270521,1842.046103 +430056,2987.468279,982.5124959,1712.552427,1271.519425,1845.991523 +430057,2991.143565,980.488295,1713.765149,1274.9139,1849.934795 +430058,2994.785251,978.3736977,1714.896275,1278.182675,1853.875036 +430059,2998.391492,976.241937,1715.965426,1281.324507,1857.812128 +430060,3001.960095,974.0834311,1716.981983,1284.642599,1861.745184 +430061,3005.488179,971.8991081,1717.948216,1287.714322,1865.672409 +430062,3008.974333,969.6895322,1718.856532,1290.814759,1869.59293 +430063,3012.417809,967.3483148,1719.72037,1293.853792,1873.506427 +430064,3015.816753,965.233689,1720.544978,1296.84377,1877.411616 +430065,3019.170076,962.8732032,1721.321603,1299.785289,1881.307619 +430066,3022.478391,960.5554627,1722.061771,1302.678074,1885.194822 +430067,3025.741391,958.2140184,1722.769527,1305.522221,1889.073078 +430068,3028.95851,955.8917864,1723.434847,1308.317422,1892.941771 +430069,3032.13109,953.554665,1723.875389,1311.063748,1896.801969 +430070,3035.259335,951.1706393,1724.483943,1313.760857,1900.653857 +430071,3038.340901,948.6525679,1725.057906,1316.408765,1904.49562 +430072,3041.373377,946.3625099,1725.601206,1319.007103,1908.325311 +430073,3044.35499,943.8337107,1726.105011,1322.031043,1912.141372 +430074,3047.288439,941.3071762,1726.58048,1323.997126,1915.945762 +430075,3050.172433,938.8800627,1727.020057,1327.790324,1919.737386 +430076,3053.014666,936.3899405,1727.437729,1326.74678,1923.5223 +430077,3055.794586,933.7566316,1727.813587,1338.226608,1927.284547 +430078,3058.543172,931.21471,1728.175613,1324.408524,1931.048436 +430079,3061.220943,928.763009,1728.491757,1353.060157,1934.782926 +430080,3063.875413,926.091762,1728.800185,1317.986101,1938.525391 +430081,3065.488031,857.215227,1727.920002,1283.061395,1940.004593 +430082,3057.891469,854.1988418,1720.289765,1273.503766,1931.139524 +430083,3046.40403,851.3036015,1709.679034,1277.233724,1917.216368 +430084,3036.246594,848.434581,1699.784337,1278.978793,1903.644962 +430085,3029.047892,845.5767823,1691.823706,1280.715959,1892.661711 +430086,3025.062003,842.7124511,1686.052563,1282.406098,1884.350385 +430087,3023.003596,839.8416746,1681.694001,1284.052443,1878.081492 +430088,3022.041401,836.9615324,1678.225619,1285.65312,1873.253739 +430089,3021.676377,834.1318815,1675.320653,1287.206765,1869.470586 +430090,3021.629466,834.1592199,1672.782878,1292.955866,1866.47709 +430091,3022.816654,831.8878482,1670.832761,1295.271238,1864.104215 +430092,3024.896786,829.1676867,1669.285461,1297.217563,1862.248118 +430093,3027.316438,826.4967387,1667.902868,1299.033912,1860.825427 +430094,3029.735751,823.6407393,1666.548232,1300.759502,1859.766581 +430095,3032.038783,820.8553689,1665.175246,1302.412026,1859.018326 +430096,3034.221927,817.8847298,1663.779966,1303.999013,1858.539143 +430097,3036.310924,815.0142085,1662.368934,1305.524167,1858.294788 +430098,3036.025448,812.0697015,1602.144545,1306.987277,1856.431022 +430099,3032.852102,809.1102399,1604.407329,1308.390938,1852.26747 +430100,3029.705332,806.1275572,1604.469242,1309.736545,1848.43897 +430101,3027.504757,803.1243484,1590.697373,1311.022179,1845.435607 +430102,3025.688805,800.1010997,1587.917605,1312.247629,1842.852599 +430103,3024.208722,797.0856775,1580.615039,1313.874167,1840.684651 +430104,3023.000245,794.0289682,1573.67578,1314.930105,1838.845315 +430105,3021.911561,790.9506825,1567.317713,1316.074603,1837.241306 +430106,3020.698258,787.8525595,1555.609946,1317.069176,1835.710612 +430107,3019.215008,784.7355639,1555.662604,1318.006232,1834.352472 +430108,3018.249262,781.6000565,1547.067785,1318.873859,1833.307033 +430109,3017.292065,778.4467248,1540.243154,1321.626805,1832.408121 +430110,3016.242974,775.2755283,1534.121788,1323.287696,1831.383619 +430111,3015.165036,772.3446614,1527.913418,1323.46945,1830.688963 +430112,3013.807874,769.4565241,1522.137929,1323.191555,1830.122969 +430113,3011.655515,766.5852272,1511.128962,1322.672518,1829.55841 +430114,3009.394358,763.7785143,1512.388984,1321.915072,1829.112283 +430115,3006.634223,760.8429208,1504.05747,1320.933968,1828.908236 +430116,3004.569728,758.0321022,1498.387947,1319.739097,1828.613269 +430117,3001.233001,755.1787606,1493.034254,1318.338217,1828.610919 +430118,2998.008341,752.3372491,1487.441592,1316.736947,1828.687484 +430119,2994.270946,749.4133792,1481.569548,1314.912021,1828.640398 +430120,2990.605347,746.6499103,1476.056827,1312.91495,1828.922219 +430121,2986.787937,743.7745471,1470.415474,1310.732539,1829.281494 +430122,2982.819096,740.9484764,1465.006613,1308.365083,1829.597974 +430123,2978.372297,738.1703812,1459.237262,1305.815759,1829.976908 +430124,2974.093009,735.261761,1453.839303,1303.086162,1830.123853 +430125,2969.700124,732.4711623,1448.259612,1300.179209,1830.493025 +430126,2965.040467,729.6358724,1437.315945,1297.095427,1830.790667 +430127,2960.265639,726.8098424,1439.671204,1293.838311,1830.919528 +430128,2955.523835,723.9844368,1430.714298,1290.40824,1831.379416 +430129,2950.66308,721.1601672,1425.817446,1286.715765,1831.87417 +430130,2945.354526,718.3360041,1420.615385,1283.071555,1832.377448 +430131,2940.230957,715.5129902,1414.940802,1279.071442,1832.910306 +430132,2934.997994,712.6884434,1409.660616,1274.976602,1833.464353 +430133,2929.65036,709.8656401,1404.149543,1270.70366,1834.040227 +430134,2924.180434,707.0418845,1398.924506,1266.264781,1834.637171 +430135,2918.594858,704.2184422,1393.303508,1261.662079,1835.251296 +430136,2912.89302,701.3943951,1388.052258,1256.8924,1835.883543 +430137,2907.089247,698.6214318,1382.607207,1251.965734,1836.53692 +430138,2901.174759,695.7222077,1377.359905,1246.874257,1837.005274 +430139,2895.138694,692.9330027,1371.807208,1241.623436,1837.698292 +430140,2888.981574,690.0995683,1366.561185,1236.212449,1838.415001 +430141,2016.945833,687.1114349,899.3495313,1231.495314,2312.61039 +430142,2105.143758,814.8068009,936.3649483,1373.353643,2372.133889 +430143,2208.468011,816.2272298,978.9161139,1341.114711,2430.922022 +430144,2283.426605,812.9339314,1009.458903,1358.188168,2460.644065 +430145,2331.527477,810.5181461,1029.640376,1355.385136,2471.592693 +430146,2362.848176,807.8880449,1043.833853,1322.581461,2475.139333 +430147,2383.870107,805.2768844,1054.412221,1348.218144,2475.378513 +430148,2398.60815,802.5133748,1062.732549,1329.80797,2474.467197 +430149,2409.28708,799.9906718,1069.531715,1327.082534,2473.242643 +430150,2417.055143,797.1631964,1075.190479,1321.458084,2472.010965 +430151,2422.544804,794.5519077,1079.927428,1315.89774,2470.860429 +430152,2426.173798,791.7917562,1083.889392,1326.716276,2469.604151 +430153,2428.266002,789.0655648,1087.194664,1278.897522,2468.63242 +430154,2429.08019,786.2735661,1089.941589,1310.526943,2467.732674 +430155,2428.836355,783.6195813,1092.2164,1287.676912,2466.893324 +430156,2427.614923,780.7884336,1094.088888,1282.735629,2466.104598 +430157,2425.471341,778.1404028,1095.619034,1274.426192,2465.359068 +430158,2422.496013,775.2591518,1096.857684,1265.901417,2464.65105 +430159,2418.798127,772.7342985,1097.847305,1257.37331,2463.975454 +430160,2414.482262,769.7921091,1098.623557,1258.76148,2463.328135 +430161,2409.63592,767.1887471,1099.212415,1223.846298,2462.704572 +430162,2404.329725,764.3477016,1099.643155,1237.947141,2462.10143 +430163,2398.62001,761.6969742,1099.938495,1218.902819,2461.516038 +430164,2392.551057,758.8454487,1100.111968,1211.091468,2460.945245 +430165,2386.154979,756.6703836,1100.181435,1201.215456,2460.385562 +430166,2379.46187,753.1076438,1100.160635,1191.207763,2459.83487 +430167,2372.49659,750.7969595,1100.056068,1180.911656,2459.291045 +430168,2365.278569,747.818756,1099.880354,1170.602468,2458.752177 +430169,2357.853147,745.2126838,1099.653255,1159.910176,2458.249611 +430170,2350.200822,742.7120944,1099.370897,1148.823325,2457.749741 +430171,2342.280769,740.4152057,1099.040093,1141.521222,2457.224633 +430172,2334.441696,738.1411869,1098.683533,1144.619928,2456.689439 +430173,2326.906602,735.8903876,1098.311153,1112.940082,2456.14827 +430174,2319.726125,733.6574164,1097.926384,1131.816424,2455.602196 +430175,2312.860407,731.4402224,1097.530108,1108.920493,2455.051058 +430176,2306.24036,729.2356779,1097.122344,1110.744495,2454.493652 +430177,2299.80238,727.0436215,1096.703268,1101.802127,2453.928988 +430178,2293.502629,724.8161778,1096.27317,1095.867713,2453.356212 +430179,2287.313073,722.7142485,1095.832345,1089.670466,2452.774508 +430180,2281.214396,717.958662,1095.380746,1045.430329,2452.182444 +430181,2272.153726,715.530768,1094.819353,1034.673391,2451.575085 +430182,2261.39679,713.2720226,1094.188822,1026.326649,2450.953902 +430183,2250.587176,711.0473027,1093.556122,1018.866422,2450.357842 +430184,2240.476332,708.852682,1092.931391,1011.343912,2449.753089 +430185,2231.17842,706.6810762,1092.307961,1004.445152,2449.111138 +430186,2222.588449,704.5262474,1091.69095,997.8042173,2448.448204 +430187,2214.285895,702.3857537,1091.079779,991.1863053,2447.770214 +430188,2206.700559,700.2117872,1090.472963,984.8424783,2447.07912 +430189,2199.481183,698.1609124,1089.869205,978.3854524,2446.375281 +430190,2192.571,696.0198525,1089.26748,972.3699304,2445.6586 +430191,2185.920493,693.9293905,1088.666906,966.2586886,2444.928855 +430192,2179.50375,691.8409343,1088.066746,960.3237417,2444.185967 +430193,2173.278745,689.7623277,1087.466361,954.4085235,2443.429972 +430194,2167.230193,687.6927615,1086.865246,948.8211241,2442.66109 +430195,2161.326928,685.6330425,1086.26298,943.0097136,2441.879628 +430196,2155.56243,683.5823226,1085.659243,937.4204475,2441.086006 +430197,2149.912458,681.5414376,1085.053779,932.000558,2440.280706 +430198,2144.375612,679.466435,1084.44641,926.5245266,2439.464298 +430199,2138.931856,677.5084862,1083.836991,921.1768087,2438.637354 +430200,2133.617568,675.4637196,1083.242031,915.8850404,2437.838555 +430201,0,0,0,0,0 +430202,0,0,0,0,0 +430203,0,0,0,0,0 +430204,0,0,0,0,0 +430205,0,0,0,0,0 +430206,0,0,0,0,0 +430207,0,0,0,0,0 +430208,0,0,0,0,0 +430209,0,0,0,0,0 +430210,0,0,0,0,0 +430211,0,0,0,0,0 +430212,0,0,0,0,0 +430213,0,0,0,0,0 +430214,0,0,0,0,0 +430215,0,0,0,0,0 +430216,0,0,0,0,0 +430217,0,0,0,0,0 +430218,0,0,0,0,0 +430219,0,0,0,0,0 +430220,0,0,0,0,0 +430221,0,0,0,0,0 +430222,0,0,0,0,0 +430223,0,0,0,0,0 +430224,0,0,0,0,0 +430225,0,0,0,0,0 +430226,0,0,0,0,0 +430227,0,0,0,0,0 +430228,0,0,0,0,0 +430229,0,0,0,0,0 +430230,0,0,0,0,0 +430231,0,0,0,0,0 +430232,0,0,0,0,0 +430233,0,0,0,0,0 +430234,0,0,0,0,0 +430235,0,0,0,0,0 +430236,0,0,0,0,0 +430237,0,0,0,0,0 +430238,0,0,0,0,0 +430239,0,0,0,0,0 +430240,0,0,0,0,0 +430241,0,0,0,0,0 +430242,0,0,0,0,0 +430243,0,0,0,0,0 +430244,0,0,0,0,0 +430245,0,0,0,0,0 +430246,0,0,0,0,0 +430247,0,0,0,0,0 +430248,0,0,0,0,0 +430249,0,0,0,0,0 +430250,0,0,0,0,0 +430251,0,0,0,0,0 +430252,0,0,0,0,0 +430253,0,0,0,0,0 +430254,0,0,0,0,0 +430255,0,0,0,0,0 +430256,0,0,0,0,0 +430257,0,0,0,0,0 +430258,0,0,0,0,0 +430259,0,0,0,0,0 +430260,0,0,0,0,0 +430261,0,0,0,0,0 +430262,0,0,0,0,0 +430263,0,0,0,0,0 +430264,0,0,0,0,0 +430265,0,0,0,0,0 +430266,0,0,0,0,0 +430267,0,0,0,0,0 +430268,0,0,0,0,0 +430269,0,0,0,0,0 +430270,0,0,0,0,0 +430271,0,0,0,0,0 +430272,0,0,0,0,0 +430273,0,0,0,0,0 +430274,0,0,0,0,0 +430275,0,0,0,0,0 +430276,0,0,0,0,0 +430277,0,0,0,0,0 +430278,0,0,0,0,0 +430279,0,0,0,0,0 +430280,0,0,0,0,0 +430281,0,0,0,0,0 +430282,0,0,0,0,0 +430283,0,0,0,0,0 +430284,0,0,0,0,0 +430285,0,0,0,0,0 +430286,0,0,0,0,0 +430287,0,0,0,0,0 +430288,0,0,0,0,0 +430289,0,0,0,0,0 +430290,0,0,0,0,0 +430291,0,0,0,0,0 +430292,0,0,0,0,0 +430293,0,0,0,0,0 +430294,0,0,0,0,0 +430295,0,0,0,0,0 +430296,0,0,0,0,0 +430297,0,0,0,0,0 +430298,0,0,0,0,0 +430299,0,0,0,0,0 +430300,0,0,0,0,0 +430301,0,0,0,0,0 +430302,0,0,0,0,0 +430303,0,0,0,0,0 +430304,0,0,0,0,0 +430305,0,0,0,0,0 +430306,0,0,0,0,0 +430307,0,0,0,0,0 +430308,0,0,0,0,0 +430309,0,0,0,0,0 +430310,0,0,0,0,0 +430311,0,0,0,0,0 +430312,0,0,0,0,0 +430313,0,0,0,0,0 +430314,0,0,0,0,0 +430315,0,0,0,0,0 +430316,0,0,0,0,0 +430317,0,0,0,0,0 +430318,0,0,0,0,0 +430319,0,0,0,0,0 +430320,0,0,0,0,0 +430321,0,0,0,0,0 +430322,0,0,0,0,0 +430323,0,0,0,0,0 +430324,0,0,0,0,0 +430325,0,0,0,0,0 +430326,0,0,0,0,0 +430327,0,0,0,0,0 +430328,0,0,0,0,0 +430329,0,0,0,0,0 +430330,0,0,0,0,0 +430331,0,0,0,0,0 +430332,0,0,0,0,0 +430333,0,0,0,0,0 +430334,0,0,0,0,0 +430335,0,0,0,0,0 +430336,0,0,0,0,0 +430337,0,0,0,0,0 +430338,0,0,0,0,0 +430339,0,0,0,0,0 +430340,0,0,0,0,0 +430341,0,0,0,0,0 +430342,0,0,0,0,0 +430343,0,0,0,0,0 +430344,0,0,0,0,0 +430345,0,0,0,0,0 +430346,0,0,0,0,0 +430347,0,0,0,0,0 +430348,0,0,0,0,0 +430349,0,0,0,0,0 +430350,0,0,0,0,0 +430351,0,0,0,0,0 +430352,0,0,0,0,0 +430353,0,0,0,0,0 +430354,0,0,0,0,0 +430355,0,0,0,0,0 +430356,0,0,0,0,0 +430357,0,0,0,0,0 +430358,0,0,0,0,0 +430359,0,0,0,0,0 +430360,0,0,0,0,0 +430361,0,0,0,0,0 +430362,0,0,0,0,0 +430363,0,0,0,0,0 +430364,0,0,0,0,0 +430365,0,0,0,0,0 +430366,0,0,0,0,0 +430367,0,0,0,0,0 +430368,0,0,0,0,0 +430369,0,0,0,0,0 +430370,0,0,0,0,0 +430371,0,0,0,0,0 +430372,0,0,0,0,0 +430373,0,0,0,0,0 +430374,0,0,0,0,0 +430375,0,0,0,0,0 +430376,0,0,0,0,0 +430377,0,0,0,0,0 +430378,0,0,0,0,0 +430379,0,0,0,0,0 +430380,0,0,0,0,0 +430381,0,0,0,0,0 +430382,0,0,0,0,0 +430383,0,0,0,0,0 +430384,0,0,0,0,0 +430385,0,0,0,0,0 +430386,0,0,0,0,0 +430387,0,0,0,0,0 +430388,0,0,0,0,0 +430389,0,0,0,0,0 +430390,0,0,0,0,0 +430391,0,0,0,0,0 +430392,0,0,0,0,0 +430393,0,0,0,0,0 +430394,0,0,0,0,0 +430395,0,0,0,0,0 +430396,0,0,0,0,0 +430397,0,0,0,0,0 +430398,0,0,0,0,0 +430399,0,0,0,0,0 +430400,0,0,0,0,0 +430401,0,0,0,0,0 +430402,0,0,0,0,0 +430403,0,0,0,0,0 +430404,0,0,0,0,0 +430405,0,0,0,0,0 +430406,0,0,0,0,0 +430407,0,0,0,0,0 +430408,0,0,0,0,0 +430409,0,0,0,0,0 +430410,0,0,0,0,0 +430411,0,0,0,0,0 +430412,0,0,0,0,0 +430413,0,0,0,0,0 +430414,0,0,0,0,0 +430415,0,0,0,0,0 +430416,0,0,0,0,0 +430417,0,0,0,0,0 +430418,0,0,0,0,0 +430419,0,0,0,0,0 +430420,0,0,0,0,0 +430421,0,0,0,0,0 +430422,0,0,0,0,0 +430423,0,0,0,0,0 +430424,0,0,0,0,0 +430425,0,0,0,0,0 +430426,0,0,0,0,0 +430427,0,0,0,0,0 +430428,0,0,0,0,0 +430429,0,0,0,0,0 +430430,0,0,0,0,0 +430431,0,0,0,0,0 +430432,0,0,0,0,0 +430433,0,0,0,0,0 +430434,0,0,0,0,0 +430435,0,0,0,0,0 +430436,0,0,0,0,0 +430437,0,0,0,0,0 +430438,0,0,0,0,0 +430439,0,0,0,0,0 +430440,0,0,0,0,0 +430441,0,0,0,0,0 +430442,0,0,0,0,0 +430443,0,0,0,0,0 +430444,0,0,0,0,0 +430445,0,0,0,0,0 +430446,0,0,0,0,0 +430447,0,0,0,0,0 +430448,0,0,0,0,0 +430449,0,0,0,0,0 +430450,0,0,0,0,0 +430451,0,0,0,0,0 +430452,0,0,0,0,0 +430453,0,0,0,0,0 +430454,0,0,0,0,0 +430455,0,0,0,0,0 +430456,0,0,0,0,0 +430457,0,0,0,0,0 +430458,0,0,0,0,0 +430459,0,0,0,0,0 +430460,0,0,0,0,0 +430461,0,0,0,0,0 +430462,0,0,0,0,0 +430463,0,0,0,0,0 +430464,0,0,0,0,0 +430465,0,0,0,0,0 +430466,0,0,0,0,0 +430467,0,0,0,0,0 +430468,0,0,0,0,0 +430469,0,0,0,0,0 +430470,0,0,0,0,0 +430471,0,0,0,0,0 +430472,0,0,0,0,0 +430473,0,0,0,0,0 +430474,0,0,0,0,0 +430475,0,0,0,0,0 +430476,0,0,0,0,0 +430477,0,0,0,0,0 +430478,0,0,0,0,0 +430479,0,0,0,0,0 +430480,0,0,0,0,0 +430481,0,0,0,0,0 +430482,0,0,0,0,0 +430483,0,0,0,0,0 +430484,0,0,0,0,0 +430485,0,0,0,0,0 +430486,0,0,0,0,0 +430487,0,0,0,0,0 +430488,0,0,0,0,0 +430489,0,0,0,0,0 +430490,0,0,0,0,0 +430491,0,0,0,0,0 +430492,0,0,0,0,0 +430493,0,0,0,0,0 +430494,0,0,0,0,0 +430495,0,0,0,0,0 +430496,0,0,0,0,0 +430497,0,0,0,0,0 +430498,0,0,0,0,0 +430499,0,0,0,0,0 +430500,0,0,0,0,0 +430501,0,0,0,0,0 +430502,0,0,0,0,0 +430503,0,0,0,0,0 +430504,0,0,0,0,0 +430505,0,0,0,0,0 +430506,0,0,0,0,0 +430507,0,0,0,0,0 +430508,0,0,0,0,0 +430509,0,0,0,0,0 +430510,0,0,0,0,0 +430511,0,0,0,0,0 +430512,0,0,0,0,0 +430513,0,0,0,0,0 +430514,0,0,0,0,0 +430515,0,0,0,0,0 +430516,0,0,0,0,0 +430517,0,0,0,0,0 +430518,0,0,0,0,0 +430519,0,0,0,0,0 +430520,0,0,0,0,0 +430521,0,0,0,0,0 +430522,0,0,0,0,0 +430523,0,0,0,0,0 +430524,0,0,0,0,0 +430525,0,0,0,0,0 +430526,0,0,0,0,0 +430527,0,0,0,0,0 +430528,0,0,0,0,0 +430529,0,0,0,0,0 +430530,0,0,0,0,0 +430531,0,0,0,0,0 +430532,0,0,0,0,0 +430533,0,0,0,0,0 +430534,0,0,0,0,0 +430535,0,0,0,0,0 +430536,0,0,0,0,0 +430537,0,0,0,0,0 +430538,0,0,0,0,0 +430539,0,0,0,0,0 +430540,0,0,0,0,0 +430541,0,0,0,0,0 +430542,0,0,0,0,0 +430543,0,0,0,0,0 +430544,0,0,0,0,0 +430545,0,0,0,0,0 +430546,0,0,0,0,0 +430547,0,0,0,0,0 +430548,0,0,0,0,0 +430549,0,0,0,0,0 +430550,0,0,0,0,0 +430551,0,0,0,0,0 +430552,0,0,0,0,0 +430553,0,0,0,0,0 +430554,0,0,0,0,0 +430555,0,0,0,0,0 +430556,0,0,0,0,0 +430557,0,0,0,0,0 +430558,0,0,0,0,0 +430559,0,0,0,0,0 +430560,0,0,0,0,0 +430561,0,0,0,0,0 +430562,0,0,0,0,0 +430563,0,0,0,0,0 +430564,0,0,0,0,0 +430565,0,0,0,0,0 +430566,0,0,0,0,0 +430567,0,0,0,0,0 +430568,0,0,0,0,0 +430569,0,0,0,0,0 +430570,0,0,0,0,0 +430571,0,0,0,0,0 +430572,0,0,0,0,0 +430573,0,0,0,0,0 +430574,0,0,0,0,0 +430575,0,0,0,0,0 +430576,0,0,0,0,0 +430577,0,0,0,0,0 +430578,0,0,0,0,0 +430579,0,0,0,0,0 +430580,0,0,0,0,0 +430581,0,0,0,0,0 +430582,0,0,0,0,0 +430583,0,0,0,0,0 +430584,0,0,0,0,0 +430585,0,0,0,0,0 +430586,0,0,0,0,0 +430587,0,0,0,0,0 +430588,0,0,0,0,0 +430589,0,0,0,0,0 +430590,0,0,0,0,0 +430591,0,0,0,0,0 +430592,0,0,0,0,0 +430593,0,0,0,0,0 +430594,0,0,0,0,0 +430595,0,0,0,0,0 +430596,0,0,0,0,0 +430597,0,0,0,0,0 +430598,0,0,0,0,0 +430599,0,0,0,0,0 +430600,0,0,0,0,0 +430601,0,0,0,0,0 +430602,0,0,0,0,0 +430603,0,0,0,0,0 +430604,0,0,0,0,0 +430605,0,0,0,0,0 +430606,0,0,0,0,0 +430607,0,0,0,0,0 +430608,0,0,0,0,0 +430609,0,0,0,0,0 +430610,0,0,0,0,0 +430611,0,0,0,0,0 +430612,0,0,0,0,0 +430613,0,0,0,0,0 +430614,0,0,0,0,0 +430615,0,0,0,0,0 +430616,0,0,0,0,0 +430617,0,0,0,0,0 +430618,0,0,0,0,0 +430619,0,0,0,0,0 +430620,0,0,0,0,0 +430621,0,0,0,0,0 +430622,0,0,0,0,0 +430623,0,0,0,0,0 +430624,0,0,0,0,0 +430625,0,0,0,0,0 +430626,0,0,0,0,0 +430627,0,0,0,0,0 +430628,0,0,0,0,0 +430629,0,0,0,0,0 +430630,0,0,0,0,0 +430631,0,0,0,0,0 +430632,0,0,0,0,0 +430633,0,0,0,0,0 +430634,0,0,0,0,0 +430635,0,0,0,0,0 +430636,0,0,0,0,0 +430637,0,0,0,0,0 +430638,0,0,0,0,0 +430639,0,0,0,0,0 +430640,0,0,0,0,0 +430641,0,0,0,0,0 +430642,0,0,0,0,0 +430643,0,0,0,0,0 +430644,0,0,0,0,0 +430645,0,0,0,0,0 +430646,0,0,0,0,0 +430647,0,0,0,0,0 +430648,0,0,0,0,0 +430649,0,0,0,0,0 +430650,0,0,0,0,0 +430651,0,0,0,0,0 +430652,0,0,0,0,0 +430653,0,0,0,0,0 +430654,0,0,0,0,0 +430655,0,0,0,0,0 +430656,0,0,0,0,0 +430657,0,0,0,0,0 +430658,0,0,0,0,0 +430659,0,0,0,0,0 +430660,0,0,0,0,0 +430661,0,0,0,0,0 +430662,0,0,0,0,0 +430663,0,0,0,0,0 +430664,0,0,0,0,0 +430665,0,0,0,0,0 +430666,0,0,0,0,0 +430667,0,0,0,0,0 +430668,0,0,0,0,0 +430669,0,0,0,0,0 +430670,0,0,0,0,0 +430671,0,0,0,0,0 +430672,0,0,0,0,0 +430673,0,0,0,0,0 +430674,0,0,0,0,0 +430675,0,0,0,0,0 +430676,0,0,0,0,0 +430677,0,0,0,0,0 +430678,0,0,0,0,0 +430679,0,0,0,0,0 +430680,0,0,0,0,0 +430681,0,0,0,0,0 +430682,0,0,0,0,0 +430683,0,0,0,0,0 +430684,0,0,0,0,0 +430685,0,0,0,0,0 +430686,0,0,0,0,0 +430687,0,0,0,0,0 +430688,0,0,0,0,0 +430689,0,0,0,0,0 +430690,0,0,0,0,0 +430691,0,0,0,0,0 +430692,0,0,0,0,0 +430693,0,0,0,0,0 +430694,0,0,0,0,0 +430695,0,0,0,0,0 +430696,0,0,0,0,0 +430697,0,0,0,0,0 +430698,0,0,0,0,0 +430699,0,0,0,0,0 +430700,0,0,0,0,0 +430701,0,0,0,0,0 +430702,0,0,0,0,0 +430703,0,0,0,0,0 +430704,0,0,0,0,0 +430705,0,0,0,0,0 +430706,0,0,0,0,0 +430707,0,0,0,0,0 +430708,0,0,0,0,0 +430709,0,0,0,0,0 +430710,0,0,0,0,0 +430711,0,0,0,0,0 +430712,0,0,0,0,0 +430713,0,0,0,0,0 +430714,0,0,0,0,0 +430715,0,0,0,0,0 +430716,0,0,0,0,0 +430717,0,0,0,0,0 +430718,0,0,0,0,0 +430719,0,0,0,0,0 +430720,0,0,0,0,0 +430721,0,0,0,0,0 +430722,0,0,0,0,0 +430723,0,0,0,0,0 +430724,0,0,0,0,0 +430725,0,0,0,0,0 +430726,0,0,0,0,0 +430727,0,0,0,0,0 +430728,0,0,0,0,0 +430729,0,0,0,0,0 +430730,0,0,0,0,0 +430731,0,0,0,0,0 +430732,0,0,0,0,0 +430733,0,0,0,0,0 +430734,0,0,0,0,0 +430735,0,0,0,0,0 +430736,0,0,0,0,0 +430737,0,0,0,0,0 +430738,0,0,0,0,0 +430739,0,0,0,0,0 +430740,0,0,0,0,0 +430741,0,0,0,0,0 +430742,0,0,0,0,0 +430743,0,0,0,0,0 +430744,0,0,0,0,0 +430745,0,0,0,0,0 +430746,0,0,0,0,0 +430747,0,0,0,0,0 +430748,0,0,0,0,0 +430749,0,0,0,0,0 +430750,0,0,0,0,0 +430751,0,0,0,0,0 +430752,0,0,0,0,0 +430753,0,0,0,0,0 +430754,0,0,0,0,0 +430755,0,0,0,0,0 +430756,0,0,0,0,0 +430757,0,0,0,0,0 +430758,0,0,0,0,0 +430759,0,0,0,0,0 +430760,0,0,0,0,0 +430761,0,0,0,0,0 +430762,0,0,0,0,0 +430763,0,0,0,0,0 +430764,0,0,0,0,0 +430765,0,0,0,0,0 +430766,0,0,0,0,0 +430767,0,0,0,0,0 +430768,0,0,0,0,0 +430769,0,0,0,0,0 +430770,0,0,0,0,0 +430771,0,0,0,0,0 +430772,0,0,0,0,0 +430773,0,0,0,0,0 +430774,0,0,0,0,0 +430775,0,0,0,0,0 +430776,0,0,0,0,0 +430777,0,0,0,0,0 +430778,0,0,0,0,0 +430779,0,0,0,0,0 +430780,0,0,0,0,0 +430781,0,0,0,0,0 +430782,0,0,0,0,0 +430783,0,0,0,0,0 +430784,0,0,0,0,0 +430785,0,0,0,0,0 +430786,0,0,0,0,0 +430787,0,0,0,0,0 +430788,0,0,0,0,0 +430789,0,0,0,0,0 +430790,0,0,0,0,0 +430791,0,0,0,0,0 +430792,0,0,0,0,0 +430793,0,0,0,0,0 +430794,0,0,0,0,0 +430795,0,0,0,0,0 +430796,0,0,0,0,0 +430797,0,0,0,0,0 +430798,0,0,0,0,0 +430799,0,0,0,0,0 +430800,0,0,0,0,0 +430801,0,0,0,0,0 +430802,0,0,0,0,0 +430803,0,0,0,0,0 +430804,0,0,0,0,0 +430805,0,0,0,0,0 +430806,0,0,0,0,0 +430807,0,0,0,0,0 +430808,0,0,0,0,0 +430809,0,0,0,0,0 +430810,0,0,0,0,0 +430811,0,0,0,0,0 +430812,0,0,0,0,0 +430813,0,0,0,0,0 +430814,0,0,0,0,0 +430815,0,0,0,0,0 +430816,0,0,0,0,0 +430817,0,0,0,0,0 +430818,0,0,0,0,0 +430819,0,0,0,0,0 +430820,0,0,0,0,0 +430821,0,0,0,0,0 +430822,0,0,0,0,0 +430823,0,0,0,0,0 +430824,0,0,0,0,0 +430825,0,0,0,0,0 +430826,0,0,0,0,0 +430827,0,0,0,0,0 +430828,0,0,0,0,0 +430829,0,0,0,0,0 +430830,0,0,0,0,0 +430831,0,0,0,0,0 +430832,0,0,0,0,0 +430833,0,0,0,0,0 +430834,0,0,0,0,0 +430835,0,0,0,0,0 +430836,0,0,0,0,0 +430837,0,0,0,0,0 +430838,0,0,0,0,0 +430839,0,0,0,0,0 +430840,0,0,0,0,0 +430841,0,0,0,0,0 +430842,0,0,0,0,0 +430843,0,0,0,0,0 +430844,0,0,0,0,0 +430845,0,0,0,0,0 +430846,0,0,0,0,0 +430847,0,0,0,0,0 +430848,0,0,0,0,0 +430849,0,0,0,0,0 +430850,0,0,0,0,0 +430851,0,0,0,0,0 +430852,0,0,0,0,0 +430853,0,0,0,0,0 +430854,0,0,0,0,0 +430855,0,0,0,0,0 +430856,0,0,0,0,0 +430857,0,0,0,0,0 +430858,0,0,0,0,0 +430859,0,0,0,0,0 +430860,0,0,0,0,0 +430861,0,0,0,0,0 +430862,0,0,0,0,0 +430863,0,0,0,0,0 +430864,0,0,0,0,0 +430865,0,0,0,0,0 +430866,0,0,0,0,0 +430867,0,0,0,0,0 +430868,0,0,0,0,0 +430869,0,0,0,0,0 +430870,0,0,0,0,0 +430871,0,0,0,0,0 +430872,0,0,0,0,0 +430873,0,0,0,0,0 +430874,0,0,0,0,0 +430875,0,0,0,0,0 +430876,0,0,0,0,0 +430877,0,0,0,0,0 +430878,0,0,0,0,0 +430879,0,0,0,0,0 +430880,0,0,0,0,0 +430881,0,0,0,0,0 +430882,0,0,0,0,0 +430883,0,0,0,0,0 +430884,0,0,0,0,0 +430885,0,0,0,0,0 +430886,0,0,0,0,0 +430887,0,0,0,0,0 +430888,0,0,0,0,0 +430889,0,0,0,0,0 +430890,0,0,0,0,0 +430891,0,0,0,0,0 +430892,0,0,0,0,0 +430893,0,0,0,0,0 +430894,0,0,0,0,0 +430895,0,0,0,0,0 +430896,0,0,0,0,0 +430897,0,0,0,0,0 +430898,0,0,0,0,0 +430899,0,0,0,0,0 +430900,0,0,0,0,0 +430901,0,0,0,0,0 +430902,0,0,0,0,0 +430903,0,0,0,0,0 +430904,0,0,0,0,0 +430905,0,0,0,0,0 +430906,0,0,0,0,0 +430907,0,0,0,0,0 +430908,0,0,0,0,0 +430909,0,0,0,0,0 +430910,0,0,0,0,0 +430911,0,0,0,0,0 +430912,0,0,0,0,0 +430913,0,0,0,0,0 +430914,0,0,0,0,0 +430915,0,0,0,0,0 +430916,0,0,0,0,0 +430917,0,0,0,0,0 +430918,0,0,0,0,0 +430919,0,0,0,0,0 +430920,0,0,0,0,0 +430921,0,0,0,0,0 +430922,0,0,0,0,0 +430923,0,0,0,0,0 +430924,0,0,0,0,0 +430925,0,0,0,0,0 +430926,0,0,0,0,0 +430927,0,0,0,0,0 +430928,0,0,0,0,0 +430929,0,0,0,0,0 +430930,0,0,0,0,0 +430931,0,0,0,0,0 +430932,0,0,0,0,0 +430933,0,0,0,0,0 +430934,0,0,0,0,0 +430935,0,0,0,0,0 +430936,0,0,0,0,0 +430937,0,0,0,0,0 +430938,0,0,0,0,0 +430939,0,0,0,0,0 +430940,0,0,0,0,0 +430941,0,0,0,0,0 +430942,0,0,0,0,0 +430943,0,0,0,0,0 +430944,0,0,0,0,0 +430945,0,0,0,0,0 +430946,0,0,0,0,0 +430947,0,0,0,0,0 +430948,0,0,0,0,0 +430949,0,0,0,0,0 +430950,0,0,0,0,0 +430951,0,0,0,0,0 +430952,0,0,0,0,0 +430953,0,0,0,0,0 +430954,0,0,0,0,0 +430955,0,0,0,0,0 +430956,0,0,0,0,0 +430957,0,0,0,0,0 +430958,0,0,0,0,0 +430959,0,0,0,0,0 +430960,0,0,0,0,0 +430961,0,0,0,0,0 +430962,0,0,0,0,0 +430963,0,0,0,0,0 +430964,0,0,0,0,0 +430965,0,0,0,0,0 +430966,0,0,0,0,0 +430967,0,0,0,0,0 +430968,0,0,0,0,0 +430969,0,0,0,0,0 +430970,0,0,0,0,0 +430971,0,0,0,0,0 +430972,0,0,0,0,0 +430973,0,0,0,0,0 +430974,0,0,0,0,0 +430975,0,0,0,0,0 +430976,0,0,0,0,0 +430977,0,0,0,0,0 +430978,0,0,0,0,0 +430979,0,0,0,0,0 +430980,0,0,0,0,0 +430981,-2099.709279,-844.1420764,-2039.60468,-897.1903386,-1496.548083 +430982,-1608.185129,-623.7129302,-1551.138806,-679.5391594,-863.564576 +430983,-1456.636256,-393.1776994,-1399.862098,-610.5105608,-560.8361975 +430984,-1652.837008,83.42172252,-1588.08031,-695.3526094,-812.8578954 +430985,-1690.280499,-79.12504922,-1623.294884,-713.5118869,-928.800766 +430986,-1618.561737,-123.9381036,-1550.742069,-683.546506,-889.50702 +430987,-1574.048778,-25.77255956,-404.5499272,-665.2838689,-864.1663384 +430988,-1186.744558,-18.34937281,-930.414635,-630.7904903,-825.7320446 +430989,-855.6413546,10.40084255,-788.7490643,-338.4051326,-769.4364658 +430990,-1097.476499,35.79206372,-743.1958161,-507.1849136,-357.7501617 +430991,-992.2000447,59.78324611,-725.8079419,-445.7313894,-543.9652067 +430992,-970.6168964,83.19775924,-706.4111543,-438.3429124,-661.2006749 +430993,-960.3983296,90.74757098,-690.8360294,-432.0384162,-745.2591776 +430994,-947.1714985,47.46798856,-675.0754767,-424.2284612,-836.1065508 +430995,-934.2314286,135.1966427,-658.6330559,-418.7040044,-455.7040345 +430996,-923.8379841,114.2477848,-647.3664494,-412.9430861,-594.1783396 +430997,-909.9695801,97.76409604,-631.5923066,-406.9372211,-697.6318047 +430998,-900.3077109,51.61822764,-617.0798529,-400.6662227,-813.3571891 +430999,-888.2063193,141.1875904,-603.9923902,-393.8230059,-437.224024 +431000,-876.2663642,121.0396943,-590.2909736,-390.6076396,-582.4687061 +431001,-866.7464744,58.83274099,-578.4122027,-382.9669413,-782.3403242 +431002,-854.3012549,155.5508046,-563.7021614,-378.2680375,-389.6585488 +431003,-844.800333,133.5768719,-554.6321557,-372.8392759,-550.2366116 +431004,-833.9132608,115.8353298,-539.6084737,-367.5618621,-672.3166244 +431005,-824.7444782,69.74106071,-529.7242582,-362.1257616,-807.5366069 +431006,-811.8605445,73.86180968,-515.4520302,-356.439719,-579.7134849 +431007,-726.0922939,94.51477249,-434.8554411,-318.2649558,-407.813494 +431008,-905.1114204,233.5312108,-601.0122012,-394.0725047,-49.03245639 +431009,-732.5593524,84.45375675,-434.3521635,-319.9685965,-663.4907338 +431010,-782.5802481,220.205144,-484.0306409,-340.6877535,-155.7775969 +431011,-766.6212739,189.0469789,-465.3557712,-332.6812626,-380.3391917 +431012,-755.2765941,91.44162646,-457.2308644,-328.0610929,-743.4821138 +431013,-748.9591013,202.8156484,-449.3613081,-323.64161,-306.4265319 +431014,-739.2445987,98.52422711,-441.4141734,-320.1753797,-719.485557 +431015,-729.6807446,212.0544016,-434.4004537,-315.4730657,-286.0690454 +431016,-724.8031808,185.3605951,-428.7778775,-312.7183189,-482.9297312 +431017,-670.4866616,117.7406021,-380.2478396,-287.6595457,-714.5496007 +431018,-771.4694645,112.4212424,-472.8281926,-333.4349666,-665.4644974 +431019,-669.3696337,117.3231451,-380.0148833,-286.5829935,-617.7272694 +431020,-696.1478713,255.8829274,-407.6537812,-299.410676,-121.1780271 +431021,-686.3192107,124.3972087,-396.294042,-293.7367521,-661.8232541 +431022,-675.0726709,246.1197982,-390.250812,-289.1036439,-207.5833941 +431023,-669.6879478,129.9020228,-384.8108417,-286.7562044,-679.1577709 +431024,-660.8566747,244.7666891,-378.6373349,-281.7786032,-246.9208001 +431025,-655.1135999,216.2861463,-374.2063084,-279.7667581,-456.4113429 +431026,-646.6802893,138.4179634,-369.180634,-275.800383,-744.3396226 +431027,-639.1501352,142.3209636,-363.7990756,-271.9091941,-567.7171897 +431028,-633.1885621,147.1516266,-358.1898596,-269.276512,-328.1407333 +431029,-624.4402237,152.0317281,-354.5298528,-265.3027154,-495.887038 +431030,-617.4065434,304.5636975,-350.7042704,-263.2214879,-13.76030162 +431031,-613.168228,157.9364987,-344.6217544,-258.9099201,-622.0710305 +431032,-602.7409119,286.1548748,-340.8882626,-255.6952554,-146.682632 +431033,-599.387156,254.7209276,-338.4048374,-253.7625165,-377.7110277 +431034,-589.6499106,164.4676943,-332.1692339,-249.5398465,-719.5970196 +431035,-582.9048311,258.7665931,-329.39491,-246.4248663,-345.7404802 +431036,-578.6156078,171.3980722,-325.0393843,-244.2614849,-694.2056 +431037,-569.7488054,175.5497994,-321.0603655,-240.3607077,-287.8615531 +431038,-562.653479,180.2118305,-317.5539475,-237.6905016,-439.4329376 +431039,-557.5338251,184.7693404,-314.1597369,-234.5037026,-411.4218641 +431040,-487.8931121,203.2645742,-253.9001818,-204.2659458,-330.1644562 +431041,89.25200578,193.0824881,89.22654118,40.35960729,163.0991514 +431042,98.20784287,205.1162222,102.3233303,44.67109077,190.8766187 +431043,112.4138335,220.9245059,121.9314053,51.40779761,233.828297 +431044,127.2529926,236.8347559,141.7761347,58.33913449,278.6705069 +431045,140.7632951,698.7247755,159.4165234,64.54503148,319.7203737 +431046,152.7223174,603.8514256,174.7066482,69.95916707,356.0304211 +431047,163.3854253,608.0323889,188.0893731,74.7280226,387.1573551 +431048,173.0328919,661.0872992,199.9904879,78.99982477,414.260744 +431049,181.8663233,684.3695249,210.7042997,82.87995032,438.3820771 +431050,190.0209282,706.1752298,220.426428,86.43927868,460.1470781 +431051,197.5956848,727.5735477,229.3009678,89.72960832,479.9147927 +431052,204.6674431,749.1056291,237.4424894,92.79089015,497.9250751 +431053,211.29952,769.7987837,244.9470711,95.65553535,514.3745111 +431054,217.5783836,790.1523814,251.9260446,98.36535408,529.4991929 +431055,223.5436491,811.1437926,258.4480882,100.9399555,543.4466493 +431056,229.237068,840.5197358,264.572585,103.3992374,556.3620607 +431057,234.6950638,865.7110381,270.3571743,105.7601768,568.3733598 +431058,239.9487636,890.1986145,275.8441688,108.0369871,579.5915926 +431059,244.9505768,915.1532925,281.0759845,110.2414881,590.1126884 +431060,249.7624254,939.1130648,286.082137,112.3834932,600.0195813 +431061,254.4432294,963.0245263,290.8942298,114.4711584,609.3841024 +431062,259.0254649,986.6859016,295.5326876,116.5112611,618.2684583 +431063,263.5241284,1010.058519,300.0214387,118.509437,626.7265514 +431064,267.6168511,1033.185654,304.0439605,120.3201845,634.2043404 +431065,272.0637045,1056.070127,308.3761428,122.2902458,642.1129204 +431066,276.4244625,1078.717117,312.5900317,124.2200109,649.6768781 +431067,280.7081241,1101.133903,316.7033326,126.1137275,656.9335034 +431068,284.9236677,1123.326318,320.7273892,127.9755749,663.917029 +431069,289.0921391,1145.29984,324.6745355,129.809366,670.6580673 +431070,293.2088202,1167.059328,328.5526367,131.6182565,677.182818 +431071,297.2679333,1187.062384,332.3711393,133.4047212,683.5132501 +431072,301.2673017,1206.229437,336.1332018,135.1699514,689.6677879 +431073,305.2090645,1226.113308,339.8448666,136.9149715,695.6621219 +431074,309.0972437,1244.617569,343.510649,138.6408695,701.5097076 +431075,312.9359411,1263.401012,347.134546,140.3487137,707.2222562 +431076,316.7286496,1281.515729,350.7203639,142.0394543,712.8099386 +431077,320.4782397,1299.638387,354.271699,143.7139086,718.2817141 +431078,324.1870825,1317.257389,357.7918495,145.3727652,723.6454117 +431079,327.8572151,1334.866296,361.2838422,147.0166226,728.9080033 +431080,331.4903956,1351.882906,364.7504385,148.6459977,734.075617 +431081,335.0881827,1368.906903,368.1942086,150.2613546,739.1537628 +431082,338.6809226,1385.706658,371.6169861,151.863111,744.1473775 +431083,342.2621632,1401.994346,375.0189971,153.4516518,749.0609394 +431084,345.8202031,1418.366368,378.3995082,155.0273174,753.8983615 +431085,349.3494867,1434.319378,381.7576004,156.5904258,758.6632352 +431086,352.8496187,1450.112404,385.0924973,158.1412722,763.3587947 +431087,356.3223129,1465.617669,388.4036443,159.6801388,767.9880488 +431088,359.7695438,1481.120325,391.6906557,161.2072901,772.5537121 +431089,363.1929705,1496.065494,394.9532811,162.7229804,777.0583265 +431090,366.5939141,1511.150416,398.1913674,164.2274533,781.5042043 +431091,369.9734698,1525.832443,401.4048371,165.7209409,785.8935152 +431092,373.332596,1540.378268,404.593679,167.2036669,790.22824 +431093,376.6721576,1554.653948,407.7579407,168.6758478,794.5102607 +431094,379.9929401,1568.90938,410.8977176,170.1376923,798.7412991 +431095,383.2956626,1582.892086,414.0131498,171.5894038,802.9230049 +431096,386.5809817,1596.508998,417.1044123,173.0311788,807.0568915 +431097,389.8495047,1610.259186,420.1717154,174.4632098,811.1444222 +431098,393.1017879,1623.614533,423.2152914,175.8856814,815.1869349 +431099,396.3383601,1636.793127,426.235408,177.2987786,819.185748 +431100,399.559706,1651.452805,429.2323434,178.7026767,823.1420594 +431101,402.6294269,1829.792229,432.0695398,180.0353406,826.8082132 +431102,412.7090519,1847.57483,441.9168719,184.5162073,843.7301061 +431103,426.3194035,1860.14922,455.2975136,190.5332338,867.3556077 +431104,439.9517979,1873.825178,468.7013587,196.4879419,891.1912206 +431105,452.1511891,1886.962122,480.6703809,201.7368516,912.5668759 +431106,462.7821843,1899.880092,491.0663598,206.2424755,931.2072664 +431107,472.1440357,1902.768144,500.1865464,210.1606695,947.6062093 +431108,480.5937426,1913.544122,508.4654982,213.7004239,962.2655509 +431109,488.3228702,1924.754686,516.0680355,216.9444298,975.5256629 +431110,495.4400113,1936.318587,523.0633706,219.928744,987.6048854 +431111,501.8999732,1947.631697,529.5125365,222.6835867,998.6614111 +431112,507.8320253,1958.715853,535.4833716,225.2410031,1008.826162 +431113,513.3674318,1969.860991,541.043514,227.6321292,1018.214358 +431114,518.5954676,1980.807747,546.2535633,229.8843095,1026.927352 +431115,523.5727997,1991.635248,551.1649106,232.0202674,1035.053344 +431116,528.3389528,2002.34161,555.8203478,234.0585167,1042.668248 +431117,532.9252949,2012.915626,560.2555557,236.0141522,1049.837277 +431118,537.3582895,2023.45358,564.5004454,237.8995478,1371.78083 +431119,541.6604549,2033.630098,568.5802271,239.7249064,1234.904099 +431120,545.8505957,2043.786298,572.5161541,241.4986413,1286.871948 +431121,549.944165,2053.958335,576.3261121,243.2276741,1309.438356 +431122,553.9538672,2063.809054,661.9747482,244.9177114,1325.805384 +431123,557.8902215,2073.698825,724.7458913,246.5734735,1341.979879 +431124,561.762047,2083.217931,692.8505601,248.1988878,1357.998682 +431125,565.5766924,2092.804653,722.6855751,249.7972175,1372.957789 +431126,569.3402766,2102.079873,735.5164566,251.3711715,1388.562154 +431127,573.0578735,2111.427337,748.3660362,252.9229983,1403.271198 +431128,576.7337658,2120.558603,760.4529138,254.4545786,1417.749222 +431129,656.2222765,2129.461432,772.6122495,255.9674839,1432.455158 +431130,700.9046844,2138.41478,784.4521484,257.4630484,1446.443045 +431131,709.7022336,2146.538068,796.0030145,258.9423984,1460.39484 +431132,720.1957723,2154.482939,807.2282245,260.4053939,1473.863811 +431133,738.7446223,2162.354286,818.2628134,261.8520976,1487.691509 +431134,752.7958862,2171.990451,829.3073265,263.2829904,1500.964244 +431135,765.9535104,2181.519632,840.1190627,318.0720385,1513.713895 +431136,779.5351313,2184.912934,850.2489764,302.8430903,1526.736806 +431137,792.2272662,2201.299766,861.005332,302.8977743,1539.310772 +431138,805.4399474,2190.436175,870.8374288,328.9301632,1551.779471 +431139,817.8779238,2198.232099,881.2219916,325.7448331,1563.83744 +431140,830.4043824,2218.085991,891.0290302,333.6099872,1576.285094 +431141,842.7818315,2216.479506,900.6014432,339.6249269,1588.017571 +431142,854.9941051,2224.723193,910.0704125,345.1181312,1599.7983 +431143,866.7175296,2230.942009,919.5947839,350.8005783,1611.341956 +431144,879.0897785,2236.967921,929.0386746,356.2157708,1622.792186 +431145,890.1253473,2242.85198,937.9960282,361.6063783,1634.020564 +431146,902.220078,2248.692622,946.8573671,366.8869337,1645.114346 +431147,913.3239692,2254.136223,956.2027544,372.1432361,1656.019448 +431148,924.7603662,2259.555876,964.7454401,377.1832554,1666.852503 +431149,935.5532443,2265.003854,973.3188942,382.2415951,1677.438114 +431150,947.0329738,2270.103128,982.1390815,387.2095888,1687.983649 +431151,957.5908663,2275.152849,990.3447822,392.1354404,1698.318147 +431152,968.7273567,2280.05071,998.6938581,396.8720657,1708.501295 +431153,978.7094925,2284.919075,1006.825774,401.5021106,1718.636242 +431154,989.8453017,2289.390149,1015.207971,406.4015767,1728.522485 +431155,999.9039134,2293.958571,1022.927749,410.8564529,1738.402126 +431156,1010.161622,2298.303836,1031.158364,415.3844879,1748.029952 +431157,1020.56346,2302.5335,1039.002182,419.9781445,1757.660461 +431158,1030.618297,2306.634226,1046.366333,424.2873953,1767.043443 +431159,1040.693477,2310.604722,1054.345041,428.5390632,1776.396701 +431160,1050.360753,2314.447359,1061.765599,433.0736426,1785.636187 +431161,1067.219923,2321.539106,1076.445162,440.2611816,1816.203497 +431162,1079.438405,2325.974557,1085.7208,445.2438196,1827.6312 +431163,1090.539081,2330.200712,1095.06421,450.3010653,1837.673477 +431164,1101.398852,2334.404149,1103.547808,454.6645601,1847.593541 +431165,1112.737239,2338.220452,1112.174101,459.5191087,1857.307418 +431166,1123.281299,2342.091578,1120.610951,463.9546256,1866.688897 +431167,1133.984605,2347.310897,1128.985272,468.4381286,1875.93473 +431168,1144.224986,2356.385599,1137.187363,472.7467406,1884.966601 +431169,1155.205367,2346.201291,1145.38188,477.2941663,1893.997669 +431170,1165.29744,2352.675707,1153.433216,481.4911496,1902.792498 +431171,1175.986825,2361.760611,1161.506688,485.8165301,1911.455075 +431172,1185.624166,2360.715341,1169.429959,490.0245021,1920.140791 +431173,1195.98944,2364.511761,1177.31597,494.2080266,1928.538075 +431174,1205.572889,2367.145461,1185.129854,498.2136479,1937.081894 +431175,1216.160646,2369.880716,1192.427507,502.6805159,1955.471461 +431176,1225.690815,2372.38936,1200.791348,506.3630676,1955.207903 +431177,1235.546533,2374.647539,1208.08864,510.5353442,1943.389284 +431178,1245.248716,2377.031372,1215.678653,514.3358907,1980.059679 +431179,1254.875742,2379.067021,1223.293879,518.5176382,1974.957708 +431180,1264.427379,2381.225593,1230.647525,522.303611,1985.258781 +431181,1273.905659,2383.153916,1238.028629,526.2004806,1993.024447 +431182,1283.311079,2385.763631,1245.43246,530.0362197,1996.537694 +431183,1292.593666,2394.403283,1252.635291,533.6653599,2002.727534 +431184,1301.932555,2377.182258,1260.000618,537.7168013,2007.493196 +431185,1311.091471,2393.993562,1267.028195,541.3160466,2012.696559 +431186,1320.166488,2390.62356,1274.283295,545.0578645,2017.843105 +431187,1329.302641,2392.064467,1281.277267,548.7373943,2022.902307 +431188,1338.261401,2393.540412,1288.406745,552.3861942,2027.908184 +431189,1347.206925,2421.777959,1295.315627,555.8104042,2032.956579 +431190,1356.086029,2356.766849,1302.35469,559.7335667,2037.748842 +431191,1364.319887,2428.275853,1309.259063,563.3684367,2042.704737 +431192,1373.893886,2390.742226,1316.168434,566.6305545,2047.590931 +431193,1382.250488,2401.610042,1322.964225,570.2846389,2052.150454 +431194,1390.872622,2398.338078,1338.2272,573.5395681,2056.986821 +431195,1399.568665,2399.777313,1324.274113,577.4402154,2061.781479 +431196,1407.982268,2399.16783,1349.200929,580.6397749,2066.219774 +431197,1416.502658,2405.906898,1348.890621,584.160708,2070.917952 +431198,1424.991057,2394.753189,1356.644267,587.5447761,2089.593271 +431199,1433.255009,2397.570721,1363.434529,590.9276099,2072.062122 +431200,1441.679529,2404.486109,1369.935183,594.2771233,2092.393463 +431201,1449.909793,2396.036293,1376.626424,597.6074074,2086.352419 +431202,1458.137141,2398.37038,1382.969186,600.974111,2094.252284 +431203,1466.237462,2397.815978,1389.714453,604.2228483,2098.178492 +431204,1474.495795,2396.817569,1396.009362,607.5627002,2102.044427 +431205,1482.435474,2396.213799,1402.438395,610.7330462,2106.153329 +431206,1490.552667,2395.226766,1408.904002,614.0302904,2115.64615 +431207,1498.478195,2394.033244,1415.217697,617.2549699,2112.09772 +431208,1506.495326,2393.035879,1421.715646,620.4358651,2118.485701 +431209,1514.328292,2392.057624,1433.572447,623.6214182,2128.494172 +431210,1522.171081,2390.38528,1436.439296,626.8171087,2124.043367 +431211,1530.148923,2389.09459,1428.642016,629.6106321,2129.997107 +431212,1537.78766,2380.715473,1453.470742,633.2800995,2138.778673 +431213,1545.534967,2395.076541,1451.294781,636.1313276,2141.079476 +431214,1558.309679,2373.854729,1459.114808,639.2480521,2138.641179 +431215,1562.310107,2385.019993,1465.187024,642.4349976,2150.1408 +431216,1575.249349,2379.436798,1471.390515,645.4229117,2147.667962 +431217,1576.451263,2377.43598,1477.487334,648.4796937,2141.070726 +431218,1564.97799,2375.545592,1483.571987,651.57876,2129.380943 +431219,1602.356672,2373.326158,1490.056969,654.582708,2117.110628 +431220,1595.491235,2370.924778,1495.219052,657.6074456,2104.59047 +431221,1486.961937,2317.737894,1383.28522,607.2299397,2102.502471 +431222,1491.46618,2309.407449,1385.671281,607.8876135,1963.525265 +431223,1503.987771,2306.987043,1389.123219,610.4902176,1927.908124 +431224,1500.708846,2303.56129,1392.926964,612.2777677,1978.323431 +431225,1515.315656,2299.943265,1396.530765,614.2483432,1959.355264 +431226,1506.699625,2296.369865,1400.617316,616.4149201,1971.103129 +431227,1502.009617,2292.649542,1404.538453,618.4653669,1967.093368 +431228,1532.046944,2288.930104,1408.352821,620.5605839,1974.591769 +431229,1524.392223,2285.042169,1412.353471,622.6503701,1971.780374 +431230,1532.367358,2281.084199,1416.276884,624.7363995,1974.279743 +431231,1537.642653,2277.151936,1420.303269,626.8198916,1981.269518 +431232,1542.814434,2273.20828,1424.170039,628.8984776,1984.121537 +431233,1548.06657,2268.791322,1437.37124,630.972645,1980.985176 +431234,1553.049647,2264.628855,1418.014517,633.0004142,1985.844988 +431235,1558.130675,2260.335124,1442.538503,635.1257906,1983.781467 +431236,1563.354089,2255.86927,1438.415274,637.1546719,1983.377378 +431237,1568.346424,2251.418949,1443.639088,639.2564908,1979.037215 +431238,1573.502587,2246.823763,1447.676535,641.241052,1974.464256 +431239,1578.371245,2242.17233,1451.413594,643.2717143,1969.759081 +431240,1583.44258,2237.600614,1455.360103,645.365736,1965.065011 +431241,1588.403594,2232.590383,1459.215361,647.366633,1960.461118 +431242,1593.355073,2227.800423,1467.870802,649.3998887,1955.984007 +431243,1598.291434,2222.825978,1465.955046,651.3776634,1951.668009 +431244,1603.204654,2217.742502,1465.119278,653.5014215,1947.536231 +431245,1608.097965,2212.727127,1478.102341,655.4162733,1943.556422 +431246,1613.074178,2207.529108,1477.684727,657.4594542,1939.701075 +431247,1617.769516,2202.285527,1490.070685,659.4529874,1935.957697 +431248,1622.573357,2196.975286,1475.064427,661.4047852,1932.350641 +431249,1627.539064,2191.589749,1496.500821,663.4595271,1928.857899 +431250,1632.363176,2186.132588,1491.320368,665.4571243,1925.436495 +431251,1636.913358,2180.421734,1496.808682,667.3521525,1922.088822 +431252,1641.655209,2174.684446,1513.666194,669.2850661,1918.781373 +431253,1646.274291,2168.800601,1486.900393,671.2819221,1915.549087 +431254,1650.99871,2155.61919,1533.312027,673.1797083,1912.423107 +431255,1655.310713,2166.90414,1492.202395,675.1100536,1909.572844 +431256,1660.137069,2138.962131,1534.444384,677.0280033,1906.910031 +431257,1664.594815,2148.3172,1513.743231,678.9371185,1904.134488 +431258,1669.149221,2136.726496,1525.404301,680.8422254,1901.444738 +431259,1673.783012,2131.168424,1528.021232,682.740148,1899.131314 +431260,1678.113502,2124.861716,1531.418932,684.6322389,1897.146946 +431261,1682.684391,2118.466561,1534.933849,686.4714624,1895.362268 +431262,1687.02089,2111.956687,1538.681588,688.4221057,1893.70155 +431263,1691.654474,2105.367302,1542.175605,690.2625413,1892.109251 +431264,1696.00988,2098.897943,1545.806401,692.1868684,1890.547726 +431265,1700.56871,2091.960474,1549.20469,693.9768456,1888.997466 +431266,1704.805696,2085.353592,1552.940658,695.8688452,1887.46049 +431267,1709.288317,2078.459498,1556.418007,697.6643447,1885.940311 +431268,1713.655068,2071.60022,1559.820895,699.5819938,1884.430791 +431269,1718.026357,2064.683034,1563.557425,701.3872553,1882.93637 +431270,1722.38573,2057.803099,1566.930152,703.2292374,1881.454086 +431271,1726.853869,2050.522432,1570.39005,705.0582835,1879.975687 +431272,1730.882744,2043.573619,1579.008512,706.8816449,1878.652665 +431273,1735.479273,2036.336459,1575.244663,708.6493484,1877.328012 +431274,1739.684719,2029.16009,1581.628494,710.5876444,1875.850292 +431275,1744.004037,2021.995327,1584.662671,712.2828181,1874.391275 +431276,1748.169113,2014.501208,1588.109826,714.1281106,1872.992838 +431277,1752.549977,2007.19966,1591.52051,715.9158951,1871.612308 +431278,1756.6952,1999.793175,1594.752821,717.7065021,1870.253444 +431279,1761.191667,1992.227994,1598.413689,719.491608,1868.923737 +431280,1765.120193,1984.796328,1601.754691,721.2719155,1867.624062 +431281,1527.793534,1847.42222,1348.546138,613.6920025,1862.463832 +431282,1526.092259,1864.304362,1369.199382,612.7592473,1836.003226 +431283,1526.280425,1841.256837,1357.686872,612.7690153,1800.754533 +431284,1527.093535,1834.498212,1362.223353,613.184871,1767.694844 +431285,1528.529386,1825.213875,1369.200448,613.5664507,1740.116642 +431286,1530.570912,1815.898798,1346.412553,614.1194345,1717.85317 +431287,1532.97487,1806.613989,1376.210634,614.7773793,1699.687146 +431288,1535.497401,1817.051448,1353.95751,615.4680003,1684.457258 +431289,1538.258081,1759.797647,1384.590257,616.1936227,1671.514985 +431290,1540.845748,1811.599965,1341.637128,616.9502606,1660.316827 +431291,1543.786682,1739.284681,1395.028653,617.7328067,1650.876554 +431292,1546.603985,1773.604303,1350.536557,618.4915482,1642.65481 +431293,1549.811264,1748.46466,1386.009459,619.3884732,1635.117848 +431294,1552.842929,1741.98636,1367.336333,620.2002199,1628.10616 +431295,1556.052068,1732.732598,1375.359857,621.0703786,1621.559303 +431296,1559.433068,1723.813049,1376.010454,621.9494164,1615.745585 +431297,1562.588301,1714.348563,1377.431416,622.8435578,1610.647353 +431298,1566.076497,1705.232442,1378.984808,623.8003772,1606.061924 +431299,1569.526045,1713.391532,1380.660245,624.6506424,1601.849259 +431300,1573.057868,1661.644944,1382.22672,625.620395,1598.008219 +431301,1576.650757,1698.899988,1383.81064,626.5603291,1594.44182 +431302,1580.304187,1652.266101,1385.646737,627.4710554,1591.065064 +431303,1584.016393,1665.382372,1387.301388,628.5138672,1587.87226 +431304,1587.785381,1648.581151,1389.012901,629.4606618,1584.803638 +431305,1591.608134,1640.377397,1390.82154,630.4598889,1581.851911 +431306,1595.486089,1631.430791,1392.54907,631.4616129,1579.018133 +431307,1599.502281,1622.110265,1394.231869,632.4725189,1576.28304 +431308,1603.420401,1612.900607,1396.24099,633.4923741,1573.642185 +431309,1607.519374,1603.562784,1397.98177,634.5206471,1571.085485 +431310,1611.53098,1594.49624,1399.824274,635.5570524,1568.597752 +431311,1615.510518,1585.065781,1401.636669,636.5615356,1566.17189 +431312,1619.518442,1575.709355,1403.378013,637.5652217,1563.80245 +431313,1623.55988,1566.33522,1405.021793,638.5715825,1561.483557 +431314,1627.844085,1556.958961,1406.994776,639.581414,1559.217164 +431315,1631.704122,1547.59158,1408.718304,640.5448985,1557.002133 +431316,1635.921752,1538.227542,1410.48445,641.636138,1554.829447 +431317,1640.166388,1528.75522,1412.335186,642.6706589,1552.696318 +431318,1644.30833,1537.617898,1414.109759,643.6270782,1550.56536 +431319,1648.62405,1484.237823,1420.882725,644.6890014,1548.673923 +431320,1660.034596,1524.175249,1410.46921,645.7099411,1546.661592 +431321,1648.522584,1473.125387,1427.608751,646.7406792,1544.679616 +431322,1688.28081,1489.63742,1418.915742,647.7735515,1542.866032 +431323,1629.242582,1471.322578,1423.784613,648.8085092,1540.958837 +431324,1687.667972,1463.504604,1425.390176,649.8447878,1539.059696 +431325,1670.758049,1454.450728,1427.231863,650.8826273,1537.188999 +431326,1679.14586,1445.166055,1429.013511,651.9216535,1535.338052 +431327,1683.505518,1436.092913,1430.815766,652.96162,1533.522554 +431328,1688.111574,1426.782191,1432.696651,654.0021772,1531.730338 +431329,1692.616164,1417.608871,1434.582792,654.9913248,1529.969492 +431330,1697.159954,1408.626681,1436.219439,656.1096793,1528.238278 +431331,1701.728621,1399.480874,1438.288575,657.1138273,1526.538113 +431332,1706.320199,1390.449371,1440.088805,658.1627648,1524.867386 +431333,1711.063626,1381.440122,1441.880868,659.2034646,1523.213508 +431334,1715.502967,1372.461695,1443.810846,660.2433367,1521.575564 +431335,1720.257697,1363.528635,1445.583336,661.2824575,1519.956762 +431336,1724.788473,1354.63333,1447.316044,662.3204469,1518.358632 +431337,1729.690782,1345.780836,1449.365806,663.3573374,1516.788805 +431338,1734.323106,1336.872978,1455.914116,664.3926236,1515.408891 +431339,1739.093122,1328.341736,1446.309804,665.4796809,1513.85836 +431340,1743.999635,1319.432439,1461.522421,666.4327608,1512.291067 +431341,1985.361776,1418.399274,1573.087209,771.2904855,1517.114385 +431342,1994.272561,1412.021622,1584.679441,773.819826,1542.169226 +431343,2002.274577,1404.814751,1598.756626,775.8781358,1575.238397 +431344,2009.304732,1397.470475,1610.465417,777.7597552,1605.436126 +431345,2016.258862,1390.036296,1618.89542,779.543248,1629.845919 +431346,2023.182422,1382.549976,1624.564102,781.2548083,1648.73532 +431347,2031.461592,1374.953261,1628.29249,782.9150089,1663.360306 +431348,2044.233932,1367.696526,1630.744822,784.5373118,1674.86917 +431349,2030.322876,1360.028176,1632.405416,786.1298156,1684.122035 +431350,2061.805097,1352.668097,1633.533397,787.6969811,1691.632659 +431351,2043.893703,1345.254606,1634.294203,789.2423804,1697.75848 +431352,2079.359448,1337.801039,1634.98222,790.7677167,1702.758307 +431353,2063.888292,1330.623489,1635.290417,792.2750714,1706.849497 +431354,2077.232791,1323.302658,1635.508528,793.764969,1710.24831 +431355,2093.637777,1316.11407,1635.700569,795.2387926,1713.115809 +431356,2077.807333,1309.06356,1635.878399,796.6967355,1715.539603 +431357,2108.124995,1301.85531,1636.299956,798.1395778,1717.906996 +431358,2098.934968,1294.809463,1636.972479,799.5675389,1720.284792 +431359,2113.627276,1290.927894,1637.761447,800.9201285,1722.554329 +431360,2121.921218,1286.057402,1638.776136,802.4113554,1724.893007 +431361,2131.636892,1281.094974,1640.016754,803.8152307,1727.33472 +431362,2141.213928,1276.251206,1641.39208,805.1059201,1729.997809 +431363,2150.991659,1271.445277,1642.853112,806.5088251,1732.408567 +431364,2160.720577,1266.604641,1644.370139,807.8451673,1734.776946 +431365,2170.993788,1262.036907,1645.927775,809.1774926,1737.090161 +431366,2180.901018,1257.432396,1647.508851,810.4982462,1739.340827 +431367,2191.197826,1252.745449,1649.101025,811.807448,1741.526825 +431368,2201.18492,1248.304181,1650.701398,813.104707,1743.654622 +431369,2211.883954,1243.857444,1652.31251,814.3907208,1745.735029 +431370,2222.077968,1239.497277,1653.93046,815.6651052,1747.769482 +431371,2232.572104,1235.265457,1655.547634,816.9394803,1749.753987 +431372,2251.082457,1231.080862,1657.299191,818.2048968,1751.861585 +431373,2249.805743,1226.99276,1659.038089,819.9056241,1753.912804 +431374,2265.212827,1223.045661,1660.625226,820.6736521,1755.737212 +431375,2275.345419,1218.969629,1662.215068,822.5984914,1757.530341 +431376,2285.379494,1215.076382,1663.841731,822.9174063,1759.337537 +431377,2296.38623,1211.413782,1665.467156,825.4599677,1761.297921 +431378,2306.903781,1207.671498,1667.097112,824.866531,1763.025917 +431379,2317.72627,1204.096725,1668.729886,828.6237265,1764.732681 +431380,2328.214985,1200.607309,1670.370419,826.2811448,1766.430893 +431381,2339.341152,1197.217871,1672.020374,832.435584,1768.126411 +431382,2350.031633,1192.736963,1673.683303,826.7332185,1769.99205 +431383,2360.858281,1189.715638,1675.342642,837.7187061,1771.609844 +431384,2371.789361,1186.499775,1677.007594,825.4966087,1773.3388 +431385,2382.4364,1183.6198,1678.668289,845.9245075,1774.697269 +431386,2393.62975,1180.716334,1680.34879,822.3851116,1776.25739 +431387,2412.291043,1177.791669,1682.176578,856.269285,1778.25612 +431388,2412.441633,1175.109527,1683.998128,819.6096223,1780.25848 +431389,2426.74466,1172.293961,1685.615281,866.6690916,1781.852277 +431390,2438.250155,1169.583448,1687.241145,817.6788931,1783.445816 +431391,2448.629435,1166.897516,1688.903883,877.5644834,1785.077403 +431392,2459.710731,1164.327612,1690.575621,815.5373702,1786.71502 +431393,2470.333937,1161.508989,1692.268655,864.7448557,1788.586068 +431394,2481.693776,1159.093672,1693.901007,862.5302344,1790.186424 +431395,2499.979071,1156.471034,1695.715618,839.0493916,1792.009014 +431396,2501.3312,1153.955227,1697.572964,862.0235477,1793.883753 +431397,2514.336515,1151.457804,1699.343415,879.5863243,1795.420434 +431398,2526.299879,1148.988811,1700.923796,834.6502553,1796.96568 +431399,2536.91093,1146.468826,1702.603289,877.9628075,1798.638284 +431400,2554.865726,1144.246876,1704.401948,865.8056664,1800.458983 +431401,2598.754611,1164.744071,1704.005853,893.8650629,1797.776889 +431402,2630.227237,1163.929916,1707.379617,898.4718861,1799.9357 +431403,2633.514612,1162.654925,1712.449984,902.4794538,1804.637732 +431404,2649.195433,1161.302063,1717.019345,906.428334,1808.720752 +431405,2654.457556,1156.332823,1720.640844,907.4424088,1811.581711 +431406,2662.256149,1154.127635,1722.535566,910.9890969,1813.170764 +431407,2665.099654,1152.268147,1723.199537,914.7191434,1813.593483 +431408,2666.58504,1150.499987,1722.959479,918.5909009,1812.934698 +431409,2667.960647,1148.781413,1722.059573,922.3649389,1811.323272 +431410,2669.367677,1147.096599,1720.861479,926.3466065,1808.96373 +431411,2670.870524,1145.440192,1719.14817,930.3286834,1806.04126 +431412,2672.488887,1143.809124,1717.208109,934.3103902,1802.702345 +431413,2674.504912,1142.20306,1715.109693,938.5802987,1799.054788 +431414,2676.320527,1140.621059,1713.064002,942.5929908,1795.178921 +431415,2678.240836,1139.063604,1710.740677,946.8667581,1791.140154 +431416,2680.275357,1137.530126,1708.37335,951.1274578,1786.989024 +431417,2682.419801,1136.02119,1706.127034,955.517905,1782.759913 +431418,2684.663769,1134.536307,1703.83711,959.7295207,1778.477779 +431419,2686.998729,1133.076024,1701.34935,964.3164092,1774.163081 +431420,2689.420491,1131.639882,1698.496874,968.8145246,1769.834487 +431421,2691.919566,1130.228388,1696.279465,973.2614842,1765.501783 +431422,2694.481665,1128.841102,1693.856892,977.9097989,1761.167332 +431423,2697.0973,1127.478525,1691.636633,982.5490536,1756.833738 +431424,2699.761595,1126.140224,1689.271123,987.2505169,1752.505197 +431425,2702.472528,1124.826163,1686.908128,992.006392,1748.186351 +431426,2705.226897,1123.537171,1684.552342,996.8150637,1743.879538 +431427,2708.019409,1122.272634,1682.20496,1001.74772,1739.584758 +431428,2711.11189,1121.032534,1680.070895,1006.547345,1735.298375 +431429,2713.920164,1119.817266,1677.746825,1011.491837,1731.020117 +431430,2716.752012,1118.626396,1675.425056,1016.604397,1726.754636 +431431,2719.618094,1117.407726,1673.111705,1021.536016,1722.504112 +431432,2722.476723,1116.202828,1670.803476,1026.371208,1718.269104 +431433,2725.298519,1115.017619,1668.496931,1031.392868,1714.049667 +431434,2728.077216,1113.852929,1666.191314,1036.305079,1709.846053 +431435,2731.063444,1112.710398,1663.885424,1041.528002,1705.655687 +431436,2733.703943,1111.669075,1661.5797,1046.427966,1701.477348 +431437,2736.317703,1110.450941,1659.277685,1051.594356,1697.313868 +431438,2739.152017,1109.431011,1657.173836,1056.794613,1693.162278 +431439,2741.619689,1108.364503,1654.877042,1061.834518,1689.020998 +431440,2744.29391,1107.331712,1652.580982,1067.009136,1684.893225 +431441,2746.373115,1106.321822,1650.293783,1072.339237,1680.78257 +431442,2749.01669,1105.254011,1648.017578,1077.615016,1676.688575 +431443,2751.498603,1104.407642,1645.749059,1082.780523,1672.606216 +431444,2754.345797,1103.407491,1643.483573,1088.148371,1668.529547 +431445,2756.870588,1102.498676,1641.219324,1093.467391,1664.456252 +431446,2759.33632,1101.599993,1638.943278,1107.721768,1660.369409 +431447,2762.099621,1100.803212,1636.682808,1095.375694,1656.303687 +431448,2764.601885,1099.828209,1634.449843,1109.55073,1652.274194 +431449,2767.052912,1099.052074,1632.208741,1116.783083,1648.235267 +431450,2769.460034,1098.228076,1629.959444,1119.749207,1644.186578 +431451,2771.851475,1097.437613,1627.71761,1125.918855,1640.14775 +431452,2774.226195,1096.66872,1625.482667,1131.400828,1636.11774 +431453,2776.579678,1095.921296,1623.253144,1136.900878,1632.094478 +431454,2778.90935,1095.194625,1621.028904,1142.41267,1628.077641 +431455,2781.212834,1094.489557,1618.809418,1148.021644,1624.066385 +431456,2783.789905,1093.804965,1616.593287,1153.431227,1620.058741 +431457,2786.030018,1093.13997,1614.38015,1159.044241,1616.054037 +431458,2788.230792,1092.496806,1612.172225,1164.58632,1612.054928 +431459,2790.403452,1091.873817,1609.970789,1170.155756,1608.062878 +431460,2792.549897,1091.270497,1607.775313,1175.731157,1604.077079 +431461,2801.401636,1057.335377,1612.243676,1147.78856,1612.137418 +431462,2805.130239,1056.096358,1612.993512,1152.764025,1614.53267 +431463,2806.188552,1055.009333,1611.740813,1157.586349,1613.696326 +431464,2807.262836,1053.928367,1610.371861,1162.814187,1612.370357 +431465,2809.482236,1052.875781,1609.699603,1167.778979,1611.800142 +431466,2812.839321,1051.840424,1609.765361,1172.831639,1612.145613 +431467,2816.950119,1050.821024,1610.351249,1177.865925,1613.181907 +431468,2821.464509,1049.734032,1611.24986,1182.891413,1614.669808 +431469,2826.152208,1048.863604,1612.321655,1193.689009,1616.441543 +431470,2830.96101,1044.04157,1613.532665,1180.234689,1618.456137 +431471,2835.151987,1042.386494,1614.400771,1215.400583,1620.634836 +431472,2839.042287,1041.02274,1615.100402,1169.972142,1623.000685 +431473,2842.9745,1039.739546,1615.829652,1215.42615,1625.520908 +431474,2847.005622,1038.502301,1616.620874,1204.513576,1628.085961 +431475,2851.189264,1037.296376,1617.511045,1212.001151,1630.706148 +431476,2855.499683,1036.113225,1618.490523,1216.898431,1633.381099 +431477,2859.867053,1035.029809,1619.521806,1221.705958,1636.083267 +431478,2864.25593,1033.763068,1620.586488,1226.522797,1638.803923 +431479,2868.645396,1032.68581,1621.673319,1231.240851,1641.536989 +431480,2873.021596,1031.553443,1622.774286,1236.274346,1644.276679 +431481,2877.375103,1030.364834,1623.883604,1240.863921,1647.018276 +431482,2881.699081,1029.385895,1624.997219,1245.727512,1649.758518 +431483,2885.988351,1028.245008,1626.111805,1250.485016,1652.494621 +431484,2890.239509,1027.182162,1627.225244,1255.241118,1655.22502 +431485,2894.449739,1026.11833,1628.33593,1259.982533,1657.9485 +431486,2898.614206,1025.063532,1629.440937,1265.742967,1660.661932 +431487,2902.721969,1024.018258,1630.533615,1273.849637,1663.357206 +431488,2906.801213,1022.98151,1631.631422,1268.21239,1666.056969 +431489,2910.852566,1021.953422,1632.734922,1279.739748,1668.762276 +431490,2914.84183,1020.933256,1633.634653,1283.965619,1671.447062 +431491,2918.776318,1019.31933,1634.72693,1287.228199,1674.117465 +431492,2922.652179,1017.581776,1635.755617,1291.607187,1676.782958 +431493,2926.463177,1015.78372,1636.667704,1295.619455,1679.444192 +431494,2930.212562,1013.941098,1637.457295,1299.563211,1682.10262 +431495,2933.906328,1011.982337,1638.133358,1303.454124,1684.759755 +431496,2937.548173,1010.184407,1638.715854,1307.293715,1687.415457 +431497,2941.13916,1008.185949,1639.214614,1311.731256,1690.068209 +431498,2944.666349,1006.224539,1639.634926,1318.853227,1692.70603 +431499,2948.104414,1029.046043,1639.965038,1311.530222,1695.307491 +431500,2951.58903,965.4486818,1640.296798,1325.69503,1697.978454 +431501,2955.075522,1017.900468,1640.604752,1324.94952,1700.684283 +431502,2958.372735,1010.201146,1640.780454,1329.280476,1703.274562 +431503,2961.662045,973.3184259,1640.751336,1332.79446,1705.890377 +431504,2964.90915,1025.237964,1640.8984,1336.242079,1708.503234 +431505,2968.126058,957.7942097,1641.016856,1339.645115,1711.122315 +431506,2971.269419,1026.323897,1641.081721,1345.719077,1713.713432 +431507,2974.382563,951.9657692,1640.925359,1342.299523,1716.310588 +431508,2977.405096,1017.698374,1640.961449,1368.650101,1718.865617 +431509,2980.381708,953.7477866,1640.792886,1344.657496,1721.413027 +431510,2983.409762,1003.873978,1640.829506,1342.038786,1724.029584 +431511,2986.320312,959.1560847,1641.185317,1384.56134,1726.583302 +431512,2989.159531,987.4161275,1640.831583,1336.254587,1729.110335 +431513,2991.962634,966.3953333,1640.690208,1381.086654,1731.637336 +431514,2994.693043,973.8858908,1640.293031,1358.320726,1734.134919 +431515,2997.663251,968.1675737,1640.025554,1374.426876,1736.618112 +431516,3000.221878,966.5021126,1639.706141,1388.676618,1739.049121 +431517,3002.753574,964.0387046,1639.376034,1362.022544,1741.492491 +431518,3005.313855,961.6234912,1638.851505,1378.982802,1743.984387 +431519,3007.775844,959.1762207,1638.458686,1395.689196,1746.423493 +431520,3010.195675,956.7087295,1638.047875,1367.089568,1748.854432 +431521,3014.233155,891.2990632,1639.131823,1337.317172,1753.927059 +431522,3008.999984,888.6665678,1633.699785,1318.698819,1748.378128 +431523,3000.259603,885.9828036,1625.058556,1332.985319,1737.465657 +431524,2992.697588,883.1011221,1617.156958,1331.560245,1726.637321 +431525,2988.136638,880.4413906,1611.152299,1334.590726,1718.196284 +431526,2986.277457,877.3453141,1606.750373,1336.94758,1712.281222 +431527,2986.197231,874.7102535,1603.789058,1339.222713,1708.30063 +431528,2987.123266,871.6761384,1601.624,1341.447367,1705.677728 +431529,2988.590595,868.8526501,1599.941665,1343.620424,1704.030896 +431530,2990.360521,865.8986488,1598.582624,1345.740802,1703.134006 +431531,2992.312974,862.9202385,1597.443155,1347.80787,1702.845391 +431532,2994.379118,859.8984086,1596.471645,1349.820248,1703.063174 +431533,2996.511226,856.962401,1595.614197,1351.776969,1703.704823 +431534,2998.673777,853.7795711,1594.845195,1353.676678,1704.701705 +431535,3000.840034,850.9690032,1594.128532,1355.518425,1705.995882 +431536,3002.991523,847.664659,1593.453303,1357.300854,1707.540181 +431537,3005.116733,844.7018122,1592.796595,1359.022969,1709.296644 +431538,3007.201506,841.4826218,1592.156947,1360.683427,1711.233531 +431539,3009.241156,838.4188021,1591.513747,1364.432648,1713.319387 +431540,3011.222501,835.1632136,1590.867119,1367.14789,1715.527916 +431541,3013.150052,832.1196629,1590.204637,1370.116006,1717.841385 +431542,3015.017662,828.7505815,1589.533529,1373.230237,1720.245572 +431543,3016.89335,825.5820564,1588.846494,1375.995975,1722.728543 +431544,3018.749314,822.3232223,1588.150885,1378.635073,1725.280288 +431545,3020.548787,819.0828643,1587.435475,1381.173976,1727.892009 +431546,3022.27241,815.7664347,1586.708158,1383.6154,1730.556062 +431547,3023.918065,812.4363586,1585.767878,1385.959307,1733.267852 +431548,3025.761961,809.0467613,1585.004912,1388.203932,1736.021468 +431549,3027.836576,805.7551394,1584.233773,1390.347166,1738.806197 +431550,3030.062054,802.2778517,1583.435558,1392.386103,1741.612529 +431551,3032.352885,799.2605084,1582.60851,1392.537341,1744.437699 +431552,3034.347009,796.2373349,1581.803306,1392.356402,1747.284725 +431553,3035.852129,793.2127295,1581.049984,1391.901943,1750.158466 +431554,3036.862036,790.193766,1580.346239,1391.193423,1753.063452 +431555,3037.452426,787.1797049,1579.699368,1390.147569,1756.002758 +431556,3037.702311,784.2295023,1579.105402,1389.109439,1758.976046 +431557,3037.669409,781.1042264,1578.547101,1387.622585,1761.981703 +431558,3037.337065,778.0751289,1577.995813,1401.744756,1764.978977 +431559,3036.835183,775.1448499,1577.515143,1361.765429,1768.047543 +431560,3036.110784,772.0994895,1577.048045,1412.887036,1771.129567 +431561,3035.200027,769.1641833,1576.619321,1348.935777,1774.245726 +431562,3034.126164,766.0771945,1576.232035,1399.84139,1777.397818 +431563,3032.837842,763.1167843,1575.839862,1359.410228,1780.541793 +431564,3031.387476,760.1066746,1575.47394,1377.93885,1783.706178 +431565,3029.74654,757.1617432,1575.118362,1367.583451,1786.867985 +431566,3026.559846,754.0201394,1541.31389,1365.763452,1788.946483 +431567,3019.767019,751.1423043,1496.228551,1362.33376,1788.288921 +431568,3011.394743,748.0900768,1518.157326,1358.757944,1786.417708 +431569,3003.996534,745.094684,1499.943142,1354.989936,1785.306187 +431570,2997.232771,742.091149,1496.362203,1351.035631,1784.729149 +431571,2990.434183,739.0877081,1488.51451,1346.899665,1784.426877 +431572,2983.914851,736.0836076,1476.483348,1342.582002,1784.060784 +431573,2977.436165,733.0793202,1476.614316,1337.987867,1784.11009 +431574,2971.119091,730.1294246,1468.125604,1353.885429,1784.470259 +431575,2964.625745,727.0429609,1461.469223,1299.340541,1785.074613 +431576,2958.425948,724.0749284,1455.037648,1337.375617,1785.814888 +431577,2951.679316,721.0595112,1443.53461,1315.281594,1786.470885 +431578,2944.83583,717.9963185,1444.040614,1312.814056,1787.212875 +431579,2939.16934,715.0671001,1435.048805,1307.293404,1788.187259 +431580,2932.424229,712.0189396,1428.774702,1301.558126,1789.23521 +431581,2093.436774,709.0309917,908.051707,1300.65386,2389.973438 +431582,2176.200078,836.7786392,943.69895,1427.489701,2441.95305 +431583,2272.129476,838.0818796,984.5793944,1417.569252,2489.625589 +431584,2341.575369,835.0112486,1014.305213,1410.511032,2510.074899 +431585,2387.537617,832.3999335,1034.933566,1410.785441,2515.608236 +431586,2418.057496,829.8155897,1049.900613,1391.901488,2515.353599 +431587,2438.760968,827.3275898,1061.267762,1409.826093,2512.910917 +431588,2453.32627,824.5627934,1070.307005,1370.447625,2509.83391 +431589,2463.844169,821.9414142,1077.731218,1389.778607,2506.757302 +431590,2471.429702,819.2476701,1083.92587,1372.442775,2503.900863 +431591,2476.711886,816.5521401,1089.118243,1367.074512,2501.310471 +431592,2480.11103,813.836815,1093.467422,1362.147229,2498.970678 +431593,2481.953575,811.172601,1097.101834,1348.029616,2496.851557 +431594,2482.501216,808.3765611,1100.129833,1346.643374,2494.923006 +431595,2481.865086,805.6939074,1102.643754,1336.242716,2493.159113 +431596,2480.147032,803.5919426,1104.721731,1326.47301,2491.538014 +431597,2477.296622,801.0561981,1106.45567,1317.952358,2490.040791 +431598,2473.538002,798.3268967,1107.891859,1324.310142,2488.65229 +431599,2469.098562,795.6217303,1109.06057,1277.591314,2487.358122 +431600,2464.128705,792.8958189,1109.994271,1304.754284,2486.146553 +431601,2458.745247,790.2142226,1110.736482,1276.213812,2485.039515 +431602,2452.971721,787.3992523,1111.303065,1274.18924,2483.997131 +431603,2446.82188,784.6927607,1111.705882,1262.47912,2482.986023 +431604,2440.339681,781.9184013,1111.97285,1253.134286,2482.013601 +431605,2433.551636,779.1587415,1112.121678,1243.551554,2481.078344 +431606,2426.480475,776.8591498,1112.168933,1227.653394,2480.176872 +431607,2418.798619,774.1258205,1112.14512,1218.717239,2479.304794 +431608,2410.683048,771.3252585,1112.051568,1207.254277,2478.457902 +431609,2402.343684,768.4889549,1111.88767,1196.566624,2477.632214 +431610,2393.885559,765.6217544,1111.653566,1185.599367,2476.824152 +431611,2385.332587,763.2742675,1111.355104,1178.204532,2476.030373 +431612,2376.998217,761.0078074,1111.018605,1171.521667,2475.248945 +431613,2369.069641,758.7813206,1110.663354,1164.865278,2474.47719 +431614,2361.572933,757.0631482,1110.297826,1158.346857,2473.712435 +431615,2354.453954,754.16582,1109.924129,1152.126518,2472.952164 +431616,2347.667269,752.3580198,1109.556977,1145.910125,2472.228147 +431617,2341.11393,750.0867623,1109.182152,1155.887144,2471.506667 +431618,2334.719569,748.0236914,1108.787503,1108.97851,2470.758514 +431619,2328.465575,744.5646817,1108.379557,1101.909059,2469.798999 +431620,2319.247856,742.3488857,1107.910554,1075.984057,2469.031557 +431621,2308.337281,740.2228691,1107.403419,1070.567012,2468.257528 +431622,2297.351258,738.1128916,1106.885346,1062.821211,2467.478118 +431623,2287.077858,736.0242112,1106.369123,1055.525912,2466.693095 +431624,2277.656822,733.9526137,1105.857312,1048.494341,2465.901831 +431625,2268.959734,731.8960599,1105.348612,1041.691134,2465.103689 +431626,2260.829612,729.8516653,1104.841236,1035.063261,2464.298058 +431627,2253.143089,727.8191579,1104.333862,1028.5212,2463.484277 +431628,2245.825756,725.7969388,1103.825663,1022.363472,2462.661783 +431629,2238.821552,723.7391695,1103.316075,1016.005273,2461.830095 +431630,2232.111772,721.8064725,1102.820343,1009.981238,2461.024726 +431631,2225.635225,719.781245,1102.323291,1003.923933,2460.211405 +431632,2219.337924,717.8072514,1101.812425,998.1501259,2459.362028 +431633,2212.93864,715.8364877,1101.294722,992.3227686,2458.493181 +431634,2206.970027,713.8753514,1100.77285,986.6463293,2457.611625 +431635,2201.143566,711.9249094,1100.247799,981.0465069,2456.720215 +431636,2195.440889,709.9843098,1099.719923,975.5222798,2455.820304 +431637,2189.848281,708.0544759,1099.189317,970.081784,2454.912589 +431638,2184.35568,706.1345867,1098.656032,964.7118091,2453.997647 +431639,2178.955099,704.2255302,1098.120094,959.4131658,2453.07596 +431640,2173.639853,702.3264915,1097.581561,954.1118868,2452.148069 +431641,0,0,0,0,0 +431642,0,0,0,0,0 +431643,0,0,0,0,0 +431644,0,0,0,0,0 +431645,0,0,0,0,0 +431646,0,0,0,0,0 +431647,0,0,0,0,0 +431648,0,0,0,0,0 +431649,0,0,0,0,0 +431650,0,0,0,0,0 +431651,0,0,0,0,0 +431652,0,0,0,0,0 +431653,0,0,0,0,0 +431654,0,0,0,0,0 +431655,0,0,0,0,0 +431656,0,0,0,0,0 +431657,0,0,0,0,0 +431658,0,0,0,0,0 +431659,0,0,0,0,0 +431660,0,0,0,0,0 +431661,0,0,0,0,0 +431662,0,0,0,0,0 +431663,0,0,0,0,0 +431664,0,0,0,0,0 +431665,0,0,0,0,0 +431666,0,0,0,0,0 +431667,0,0,0,0,0 +431668,0,0,0,0,0 +431669,0,0,0,0,0 +431670,0,0,0,0,0 +431671,0,0,0,0,0 +431672,0,0,0,0,0 +431673,0,0,0,0,0 +431674,0,0,0,0,0 +431675,0,0,0,0,0 +431676,0,0,0,0,0 +431677,0,0,0,0,0 +431678,0,0,0,0,0 +431679,0,0,0,0,0 +431680,0,0,0,0,0 +431681,0,0,0,0,0 +431682,0,0,0,0,0 +431683,0,0,0,0,0 +431684,0,0,0,0,0 +431685,0,0,0,0,0 +431686,0,0,0,0,0 +431687,0,0,0,0,0 +431688,0,0,0,0,0 +431689,0,0,0,0,0 +431690,0,0,0,0,0 +431691,0,0,0,0,0 +431692,0,0,0,0,0 +431693,0,0,0,0,0 +431694,0,0,0,0,0 +431695,0,0,0,0,0 +431696,0,0,0,0,0 +431697,0,0,0,0,0 +431698,0,0,0,0,0 +431699,0,0,0,0,0 +431700,0,0,0,0,0 +431701,0,0,0,0,0 +431702,0,0,0,0,0 +431703,0,0,0,0,0 +431704,0,0,0,0,0 +431705,0,0,0,0,0 +431706,0,0,0,0,0 +431707,0,0,0,0,0 +431708,0,0,0,0,0 +431709,0,0,0,0,0 +431710,0,0,0,0,0 +431711,0,0,0,0,0 +431712,0,0,0,0,0 +431713,0,0,0,0,0 +431714,0,0,0,0,0 +431715,0,0,0,0,0 +431716,0,0,0,0,0 +431717,0,0,0,0,0 +431718,0,0,0,0,0 +431719,0,0,0,0,0 +431720,0,0,0,0,0 +431721,0,0,0,0,0 +431722,0,0,0,0,0 +431723,0,0,0,0,0 +431724,0,0,0,0,0 +431725,0,0,0,0,0 +431726,0,0,0,0,0 +431727,0,0,0,0,0 +431728,0,0,0,0,0 +431729,0,0,0,0,0 +431730,0,0,0,0,0 +431731,0,0,0,0,0 +431732,0,0,0,0,0 +431733,0,0,0,0,0 +431734,0,0,0,0,0 +431735,0,0,0,0,0 +431736,0,0,0,0,0 +431737,0,0,0,0,0 +431738,0,0,0,0,0 +431739,0,0,0,0,0 +431740,0,0,0,0,0 +431741,0,0,0,0,0 +431742,0,0,0,0,0 +431743,0,0,0,0,0 +431744,0,0,0,0,0 +431745,0,0,0,0,0 +431746,0,0,0,0,0 +431747,0,0,0,0,0 +431748,0,0,0,0,0 +431749,0,0,0,0,0 +431750,0,0,0,0,0 +431751,0,0,0,0,0 +431752,0,0,0,0,0 +431753,0,0,0,0,0 +431754,0,0,0,0,0 +431755,0,0,0,0,0 +431756,0,0,0,0,0 +431757,0,0,0,0,0 +431758,0,0,0,0,0 +431759,0,0,0,0,0 +431760,0,0,0,0,0 +431761,0,0,0,0,0 +431762,0,0,0,0,0 +431763,0,0,0,0,0 +431764,0,0,0,0,0 +431765,0,0,0,0,0 +431766,0,0,0,0,0 +431767,0,0,0,0,0 +431768,0,0,0,0,0 +431769,0,0,0,0,0 +431770,0,0,0,0,0 +431771,0,0,0,0,0 +431772,0,0,0,0,0 +431773,0,0,0,0,0 +431774,0,0,0,0,0 +431775,0,0,0,0,0 +431776,0,0,0,0,0 +431777,0,0,0,0,0 +431778,0,0,0,0,0 +431779,0,0,0,0,0 +431780,0,0,0,0,0 +431781,0,0,0,0,0 +431782,0,0,0,0,0 +431783,0,0,0,0,0 +431784,0,0,0,0,0 +431785,0,0,0,0,0 +431786,0,0,0,0,0 +431787,0,0,0,0,0 +431788,0,0,0,0,0 +431789,0,0,0,0,0 +431790,0,0,0,0,0 +431791,0,0,0,0,0 +431792,0,0,0,0,0 +431793,0,0,0,0,0 +431794,0,0,0,0,0 +431795,0,0,0,0,0 +431796,0,0,0,0,0 +431797,0,0,0,0,0 +431798,0,0,0,0,0 +431799,0,0,0,0,0 +431800,0,0,0,0,0 +431801,0,0,0,0,0 +431802,0,0,0,0,0 +431803,0,0,0,0,0 +431804,0,0,0,0,0 +431805,0,0,0,0,0 +431806,0,0,0,0,0 +431807,0,0,0,0,0 +431808,0,0,0,0,0 +431809,0,0,0,0,0 +431810,0,0,0,0,0 +431811,0,0,0,0,0 +431812,0,0,0,0,0 +431813,0,0,0,0,0 +431814,0,0,0,0,0 +431815,0,0,0,0,0 +431816,0,0,0,0,0 +431817,0,0,0,0,0 +431818,0,0,0,0,0 +431819,0,0,0,0,0 +431820,0,0,0,0,0 +431821,0,0,0,0,0 +431822,0,0,0,0,0 +431823,0,0,0,0,0 +431824,0,0,0,0,0 +431825,0,0,0,0,0 +431826,0,0,0,0,0 +431827,0,0,0,0,0 +431828,0,0,0,0,0 +431829,0,0,0,0,0 +431830,0,0,0,0,0 +431831,0,0,0,0,0 +431832,0,0,0,0,0 +431833,0,0,0,0,0 +431834,0,0,0,0,0 +431835,0,0,0,0,0 +431836,0,0,0,0,0 +431837,0,0,0,0,0 +431838,0,0,0,0,0 +431839,0,0,0,0,0 +431840,0,0,0,0,0 +431841,0,0,0,0,0 +431842,0,0,0,0,0 +431843,0,0,0,0,0 +431844,0,0,0,0,0 +431845,0,0,0,0,0 +431846,0,0,0,0,0 +431847,0,0,0,0,0 +431848,0,0,0,0,0 +431849,0,0,0,0,0 +431850,0,0,0,0,0 +431851,0,0,0,0,0 +431852,0,0,0,0,0 +431853,0,0,0,0,0 +431854,0,0,0,0,0 +431855,0,0,0,0,0 +431856,0,0,0,0,0 +431857,0,0,0,0,0 +431858,0,0,0,0,0 +431859,0,0,0,0,0 +431860,0,0,0,0,0 +431861,0,0,0,0,0 +431862,0,0,0,0,0 +431863,0,0,0,0,0 +431864,0,0,0,0,0 +431865,0,0,0,0,0 +431866,0,0,0,0,0 +431867,0,0,0,0,0 +431868,0,0,0,0,0 +431869,0,0,0,0,0 +431870,0,0,0,0,0 +431871,0,0,0,0,0 +431872,0,0,0,0,0 +431873,0,0,0,0,0 +431874,0,0,0,0,0 +431875,0,0,0,0,0 +431876,0,0,0,0,0 +431877,0,0,0,0,0 +431878,0,0,0,0,0 +431879,0,0,0,0,0 +431880,0,0,0,0,0 +431881,0,0,0,0,0 +431882,0,0,0,0,0 +431883,0,0,0,0,0 +431884,0,0,0,0,0 +431885,0,0,0,0,0 +431886,0,0,0,0,0 +431887,0,0,0,0,0 +431888,0,0,0,0,0 +431889,0,0,0,0,0 +431890,0,0,0,0,0 +431891,0,0,0,0,0 +431892,0,0,0,0,0 +431893,0,0,0,0,0 +431894,0,0,0,0,0 +431895,0,0,0,0,0 +431896,0,0,0,0,0 +431897,0,0,0,0,0 +431898,0,0,0,0,0 +431899,0,0,0,0,0 +431900,0,0,0,0,0 +431901,0,0,0,0,0 +431902,0,0,0,0,0 +431903,0,0,0,0,0 +431904,0,0,0,0,0 +431905,0,0,0,0,0 +431906,0,0,0,0,0 +431907,0,0,0,0,0 +431908,0,0,0,0,0 +431909,0,0,0,0,0 +431910,0,0,0,0,0 +431911,0,0,0,0,0 +431912,0,0,0,0,0 +431913,0,0,0,0,0 +431914,0,0,0,0,0 +431915,0,0,0,0,0 +431916,0,0,0,0,0 +431917,0,0,0,0,0 +431918,0,0,0,0,0 +431919,0,0,0,0,0 +431920,0,0,0,0,0 +431921,0,0,0,0,0 +431922,0,0,0,0,0 +431923,0,0,0,0,0 +431924,0,0,0,0,0 +431925,0,0,0,0,0 +431926,0,0,0,0,0 +431927,0,0,0,0,0 +431928,0,0,0,0,0 +431929,0,0,0,0,0 +431930,0,0,0,0,0 +431931,0,0,0,0,0 +431932,0,0,0,0,0 +431933,0,0,0,0,0 +431934,0,0,0,0,0 +431935,0,0,0,0,0 +431936,0,0,0,0,0 +431937,0,0,0,0,0 +431938,0,0,0,0,0 +431939,0,0,0,0,0 +431940,0,0,0,0,0 +431941,0,0,0,0,0 +431942,0,0,0,0,0 +431943,0,0,0,0,0 +431944,0,0,0,0,0 +431945,0,0,0,0,0 +431946,0,0,0,0,0 +431947,0,0,0,0,0 +431948,0,0,0,0,0 +431949,0,0,0,0,0 +431950,0,0,0,0,0 +431951,0,0,0,0,0 +431952,0,0,0,0,0 +431953,0,0,0,0,0 +431954,0,0,0,0,0 +431955,0,0,0,0,0 +431956,0,0,0,0,0 +431957,0,0,0,0,0 +431958,0,0,0,0,0 +431959,0,0,0,0,0 +431960,0,0,0,0,0 +431961,0,0,0,0,0 +431962,0,0,0,0,0 +431963,0,0,0,0,0 +431964,0,0,0,0,0 +431965,0,0,0,0,0 +431966,0,0,0,0,0 +431967,0,0,0,0,0 +431968,0,0,0,0,0 +431969,0,0,0,0,0 +431970,0,0,0,0,0 +431971,0,0,0,0,0 +431972,0,0,0,0,0 +431973,0,0,0,0,0 +431974,0,0,0,0,0 +431975,0,0,0,0,0 +431976,0,0,0,0,0 +431977,0,0,0,0,0 +431978,0,0,0,0,0 +431979,0,0,0,0,0 +431980,0,0,0,0,0 +431981,0,0,0,0,0 +431982,0,0,0,0,0 +431983,0,0,0,0,0 +431984,0,0,0,0,0 +431985,0,0,0,0,0 +431986,0,0,0,0,0 +431987,0,0,0,0,0 +431988,0,0,0,0,0 +431989,0,0,0,0,0 +431990,0,0,0,0,0 +431991,0,0,0,0,0 +431992,0,0,0,0,0 +431993,0,0,0,0,0 +431994,0,0,0,0,0 +431995,0,0,0,0,0 +431996,0,0,0,0,0 +431997,0,0,0,0,0 +431998,0,0,0,0,0 +431999,0,0,0,0,0 +432000,0,0,0,0,0 +432001,0,0,0,0,0 +432002,0,0,0,0,0 +432003,0,0,0,0,0 +432004,0,0,0,0,0 +432005,0,0,0,0,0 +432006,0,0,0,0,0 +432007,0,0,0,0,0 +432008,0,0,0,0,0 +432009,0,0,0,0,0 +432010,0,0,0,0,0 +432011,0,0,0,0,0 +432012,0,0,0,0,0 +432013,0,0,0,0,0 +432014,0,0,0,0,0 +432015,0,0,0,0,0 +432016,0,0,0,0,0 +432017,0,0,0,0,0 +432018,0,0,0,0,0 +432019,0,0,0,0,0 +432020,0,0,0,0,0 +432021,0,0,0,0,0 +432022,0,0,0,0,0 +432023,0,0,0,0,0 +432024,0,0,0,0,0 +432025,0,0,0,0,0 +432026,0,0,0,0,0 +432027,0,0,0,0,0 +432028,0,0,0,0,0 +432029,0,0,0,0,0 +432030,0,0,0,0,0 +432031,0,0,0,0,0 +432032,0,0,0,0,0 +432033,0,0,0,0,0 +432034,0,0,0,0,0 +432035,0,0,0,0,0 +432036,0,0,0,0,0 +432037,0,0,0,0,0 +432038,0,0,0,0,0 +432039,0,0,0,0,0 +432040,0,0,0,0,0 +432041,0,0,0,0,0 +432042,0,0,0,0,0 +432043,0,0,0,0,0 +432044,0,0,0,0,0 +432045,0,0,0,0,0 +432046,0,0,0,0,0 +432047,0,0,0,0,0 +432048,0,0,0,0,0 +432049,0,0,0,0,0 +432050,0,0,0,0,0 +432051,0,0,0,0,0 +432052,0,0,0,0,0 +432053,0,0,0,0,0 +432054,0,0,0,0,0 +432055,0,0,0,0,0 +432056,0,0,0,0,0 +432057,0,0,0,0,0 +432058,0,0,0,0,0 +432059,0,0,0,0,0 +432060,0,0,0,0,0 +432061,0,0,0,0,0 +432062,0,0,0,0,0 +432063,0,0,0,0,0 +432064,0,0,0,0,0 +432065,0,0,0,0,0 +432066,0,0,0,0,0 +432067,0,0,0,0,0 +432068,0,0,0,0,0 +432069,0,0,0,0,0 +432070,0,0,0,0,0 +432071,0,0,0,0,0 +432072,0,0,0,0,0 +432073,0,0,0,0,0 +432074,0,0,0,0,0 +432075,0,0,0,0,0 +432076,0,0,0,0,0 +432077,0,0,0,0,0 +432078,0,0,0,0,0 +432079,0,0,0,0,0 +432080,0,0,0,0,0 +432081,0,0,0,0,0 +432082,0,0,0,0,0 +432083,0,0,0,0,0 +432084,0,0,0,0,0 +432085,0,0,0,0,0 +432086,0,0,0,0,0 +432087,0,0,0,0,0 +432088,0,0,0,0,0 +432089,0,0,0,0,0 +432090,0,0,0,0,0 +432091,0,0,0,0,0 +432092,0,0,0,0,0 +432093,0,0,0,0,0 +432094,0,0,0,0,0 +432095,0,0,0,0,0 +432096,0,0,0,0,0 +432097,0,0,0,0,0 +432098,0,0,0,0,0 +432099,0,0,0,0,0 +432100,0,0,0,0,0 +432101,0,0,0,0,0 +432102,0,0,0,0,0 +432103,0,0,0,0,0 +432104,0,0,0,0,0 +432105,0,0,0,0,0 +432106,0,0,0,0,0 +432107,0,0,0,0,0 +432108,0,0,0,0,0 +432109,0,0,0,0,0 +432110,0,0,0,0,0 +432111,0,0,0,0,0 +432112,0,0,0,0,0 +432113,0,0,0,0,0 +432114,0,0,0,0,0 +432115,0,0,0,0,0 +432116,0,0,0,0,0 +432117,0,0,0,0,0 +432118,0,0,0,0,0 +432119,0,0,0,0,0 +432120,0,0,0,0,0 +432121,0,0,0,0,0 +432122,0,0,0,0,0 +432123,0,0,0,0,0 +432124,0,0,0,0,0 +432125,0,0,0,0,0 +432126,0,0,0,0,0 +432127,0,0,0,0,0 +432128,0,0,0,0,0 +432129,0,0,0,0,0 +432130,0,0,0,0,0 +432131,0,0,0,0,0 +432132,0,0,0,0,0 +432133,0,0,0,0,0 +432134,0,0,0,0,0 +432135,0,0,0,0,0 +432136,0,0,0,0,0 +432137,0,0,0,0,0 +432138,0,0,0,0,0 +432139,0,0,0,0,0 +432140,0,0,0,0,0 +432141,0,0,0,0,0 +432142,0,0,0,0,0 +432143,0,0,0,0,0 +432144,0,0,0,0,0 +432145,0,0,0,0,0 +432146,0,0,0,0,0 +432147,0,0,0,0,0 +432148,0,0,0,0,0 +432149,0,0,0,0,0 +432150,0,0,0,0,0 +432151,0,0,0,0,0 +432152,0,0,0,0,0 +432153,0,0,0,0,0 +432154,0,0,0,0,0 +432155,0,0,0,0,0 +432156,0,0,0,0,0 +432157,0,0,0,0,0 +432158,0,0,0,0,0 +432159,0,0,0,0,0 +432160,0,0,0,0,0 +432161,0,0,0,0,0 +432162,0,0,0,0,0 +432163,0,0,0,0,0 +432164,0,0,0,0,0 +432165,0,0,0,0,0 +432166,0,0,0,0,0 +432167,0,0,0,0,0 +432168,0,0,0,0,0 +432169,0,0,0,0,0 +432170,0,0,0,0,0 +432171,0,0,0,0,0 +432172,0,0,0,0,0 +432173,0,0,0,0,0 +432174,0,0,0,0,0 +432175,0,0,0,0,0 +432176,0,0,0,0,0 +432177,0,0,0,0,0 +432178,0,0,0,0,0 +432179,0,0,0,0,0 +432180,0,0,0,0,0 +432181,0,0,0,0,0 +432182,0,0,0,0,0 +432183,0,0,0,0,0 +432184,0,0,0,0,0 +432185,0,0,0,0,0 +432186,0,0,0,0,0 +432187,0,0,0,0,0 +432188,0,0,0,0,0 +432189,0,0,0,0,0 +432190,0,0,0,0,0 +432191,0,0,0,0,0 +432192,0,0,0,0,0 +432193,0,0,0,0,0 +432194,0,0,0,0,0 +432195,0,0,0,0,0 +432196,0,0,0,0,0 +432197,0,0,0,0,0 +432198,0,0,0,0,0 +432199,0,0,0,0,0 +432200,0,0,0,0,0 +432201,0,0,0,0,0 +432202,0,0,0,0,0 +432203,0,0,0,0,0 +432204,0,0,0,0,0 +432205,0,0,0,0,0 +432206,0,0,0,0,0 +432207,0,0,0,0,0 +432208,0,0,0,0,0 +432209,0,0,0,0,0 +432210,0,0,0,0,0 +432211,0,0,0,0,0 +432212,0,0,0,0,0 +432213,0,0,0,0,0 +432214,0,0,0,0,0 +432215,0,0,0,0,0 +432216,0,0,0,0,0 +432217,0,0,0,0,0 +432218,0,0,0,0,0 +432219,0,0,0,0,0 +432220,0,0,0,0,0 +432221,0,0,0,0,0 +432222,0,0,0,0,0 +432223,0,0,0,0,0 +432224,0,0,0,0,0 +432225,0,0,0,0,0 +432226,0,0,0,0,0 +432227,0,0,0,0,0 +432228,0,0,0,0,0 +432229,0,0,0,0,0 +432230,0,0,0,0,0 +432231,0,0,0,0,0 +432232,0,0,0,0,0 +432233,0,0,0,0,0 +432234,0,0,0,0,0 +432235,0,0,0,0,0 +432236,0,0,0,0,0 +432237,0,0,0,0,0 +432238,0,0,0,0,0 +432239,0,0,0,0,0 +432240,0,0,0,0,0 +432241,0,0,0,0,0 +432242,0,0,0,0,0 +432243,0,0,0,0,0 +432244,0,0,0,0,0 +432245,0,0,0,0,0 +432246,0,0,0,0,0 +432247,0,0,0,0,0 +432248,0,0,0,0,0 +432249,0,0,0,0,0 +432250,0,0,0,0,0 +432251,0,0,0,0,0 +432252,0,0,0,0,0 +432253,0,0,0,0,0 +432254,0,0,0,0,0 +432255,0,0,0,0,0 +432256,0,0,0,0,0 +432257,0,0,0,0,0 +432258,0,0,0,0,0 +432259,0,0,0,0,0 +432260,0,0,0,0,0 +432261,0,0,0,0,0 +432262,0,0,0,0,0 +432263,0,0,0,0,0 +432264,0,0,0,0,0 +432265,0,0,0,0,0 +432266,0,0,0,0,0 +432267,0,0,0,0,0 +432268,0,0,0,0,0 +432269,0,0,0,0,0 +432270,0,0,0,0,0 +432271,0,0,0,0,0 +432272,0,0,0,0,0 +432273,0,0,0,0,0 +432274,0,0,0,0,0 +432275,0,0,0,0,0 +432276,0,0,0,0,0 +432277,0,0,0,0,0 +432278,0,0,0,0,0 +432279,0,0,0,0,0 +432280,0,0,0,0,0 +432281,0,0,0,0,0 +432282,0,0,0,0,0 +432283,0,0,0,0,0 +432284,0,0,0,0,0 +432285,0,0,0,0,0 +432286,0,0,0,0,0 +432287,0,0,0,0,0 +432288,0,0,0,0,0 +432289,0,0,0,0,0 +432290,0,0,0,0,0 +432291,0,0,0,0,0 +432292,0,0,0,0,0 +432293,0,0,0,0,0 +432294,0,0,0,0,0 +432295,0,0,0,0,0 +432296,0,0,0,0,0 +432297,0,0,0,0,0 +432298,0,0,0,0,0 +432299,0,0,0,0,0 +432300,0,0,0,0,0 +432301,0,0,0,0,0 +432302,0,0,0,0,0 +432303,0,0,0,0,0 +432304,0,0,0,0,0 +432305,0,0,0,0,0 +432306,0,0,0,0,0 +432307,0,0,0,0,0 +432308,0,0,0,0,0 +432309,0,0,0,0,0 +432310,0,0,0,0,0 +432311,0,0,0,0,0 +432312,0,0,0,0,0 +432313,0,0,0,0,0 +432314,0,0,0,0,0 +432315,0,0,0,0,0 +432316,0,0,0,0,0 +432317,0,0,0,0,0 +432318,0,0,0,0,0 +432319,0,0,0,0,0 +432320,0,0,0,0,0 +432321,0,0,0,0,0 +432322,0,0,0,0,0 +432323,0,0,0,0,0 +432324,0,0,0,0,0 +432325,0,0,0,0,0 +432326,0,0,0,0,0 +432327,0,0,0,0,0 +432328,0,0,0,0,0 +432329,0,0,0,0,0 +432330,0,0,0,0,0 +432331,0,0,0,0,0 +432332,0,0,0,0,0 +432333,0,0,0,0,0 +432334,0,0,0,0,0 +432335,0,0,0,0,0 +432336,0,0,0,0,0 +432337,0,0,0,0,0 +432338,0,0,0,0,0 +432339,0,0,0,0,0 +432340,0,0,0,0,0 +432341,0,0,0,0,0 +432342,0,0,0,0,0 +432343,0,0,0,0,0 +432344,0,0,0,0,0 +432345,0,0,0,0,0 +432346,0,0,0,0,0 +432347,0,0,0,0,0 +432348,0,0,0,0,0 +432349,0,0,0,0,0 +432350,0,0,0,0,0 +432351,0,0,0,0,0 +432352,0,0,0,0,0 +432353,0,0,0,0,0 +432354,0,0,0,0,0 +432355,0,0,0,0,0 +432356,0,0,0,0,0 +432357,0,0,0,0,0 +432358,0,0,0,0,0 +432359,0,0,0,0,0 +432360,0,0,0,0,0 +432361,0,0,0,0,0 +432362,0,0,0,0,0 +432363,0,0,0,0,0 +432364,0,0,0,0,0 +432365,0,0,0,0,0 +432366,0,0,0,0,0 +432367,0,0,0,0,0 +432368,0,0,0,0,0 +432369,0,0,0,0,0 +432370,0,0,0,0,0 +432371,0,0,0,0,0 +432372,0,0,0,0,0 +432373,0,0,0,0,0 +432374,0,0,0,0,0 +432375,0,0,0,0,0 +432376,0,0,0,0,0 +432377,0,0,0,0,0 +432378,0,0,0,0,0 +432379,0,0,0,0,0 +432380,0,0,0,0,0 +432381,0,0,0,0,0 +432382,0,0,0,0,0 +432383,0,0,0,0,0 +432384,0,0,0,0,0 +432385,0,0,0,0,0 +432386,0,0,0,0,0 +432387,0,0,0,0,0 +432388,0,0,0,0,0 +432389,0,0,0,0,0 +432390,0,0,0,0,0 +432391,0,0,0,0,0 +432392,0,0,0,0,0 +432393,0,0,0,0,0 +432394,0,0,0,0,0 +432395,0,0,0,0,0 +432396,0,0,0,0,0 +432397,0,0,0,0,0 +432398,0,0,0,0,0 +432399,0,0,0,0,0 +432400,0,0,0,0,0 +432401,0,0,0,0,0 +432402,0,0,0,0,0 +432403,0,0,0,0,0 +432404,0,0,0,0,0 +432405,0,0,0,0,0 +432406,0,0,0,0,0 +432407,0,0,0,0,0 +432408,0,0,0,0,0 +432409,0,0,0,0,0 +432410,0,0,0,0,0 +432411,0,0,0,0,0 +432412,0,0,0,0,0 +432413,0,0,0,0,0 +432414,0,0,0,0,0 +432415,0,0,0,0,0 +432416,0,0,0,0,0 +432417,0,0,0,0,0 +432418,0,0,0,0,0 +432419,0,0,0,0,0 +432420,0,0,0,0,0 +432421,-1821.577029,-806.1691439,-1787.545763,-810.9590447,-1113.489479 +432422,-1766.736085,-742.1500001,-1727.323981,-747.8979556,-1028.097164 +432423,-1719.797251,0,-1681.129067,-728.0768863,-746.7491865 +432424,-1801.102836,0,-1760.50176,-762.6958529,0 +432425,-1304.419651,0,-411.5877598,-505.4062251,-34.38717077 +432426,-368.5042924,0,-684.1462393,-224.187962,-439.5943181 +432427,-1044.192503,0,-770.2055225,-446.4827373,-182.0658359 +432428,-798.9494142,0,-646.0977676,-355.2522325,-226.1929 +432429,-782.9384324,0,-631.3161698,-350.3308796,-224.1695654 +432430,-773.5761448,0,-613.9562881,-343.7088542,-221.3450734 +432431,-761.9903167,0,-601.3607758,-338.3232794,-219.9064153 +432432,-750.0084947,0,-586.2934595,-333.5091804,-216.593385 +432433,-739.5783247,0,-574.124124,-326.9762056,-215.0545935 +432434,-728.8621468,0,-563.8955145,-322.6285011,-212.3795507 +432435,-718.8624833,0,-551.2648106,-317.3600405,-209.3003209 +432436,-708.6346381,0,-541.7695558,-312.7779773,-207.2902955 +432437,-699.1997549,0,-529.8793171,-306.846768,-204.517474 +432438,-688.5647208,0,-520.0923157,-302.8901243,-201.3504226 +432439,-679.7985714,0,-510.183763,-297.5821525,-198.8991964 +432440,-668.8093636,0,-500.1616579,-293.4689181,-195.6892904 +432441,-660.8001382,0,-490.0341957,-288.4162233,-193.2021362 +432442,-651.6213808,0,-482.1394623,-283.7221055,-189.9585152 +432443,-641.2494641,0,-470.6633277,-279.4042947,-186.7002466 +432444,-632.9020724,0,-463.8013827,-275.0275134,-184.17267 +432445,-623.3721523,0,-453.3437056,-270.5938187,-180.8906475 +432446,-615.9282572,0,-446.3770241,-266.1050592,-177.7845136 +432447,-605.0974171,0,-436.3871905,-261.5632529,-174.6694345 +432448,-597.4917804,0,-428.7330678,-257.9061915,-171.7328766 +432449,-588.6996157,0,-420.4392486,-253.2710405,-168.41613 +432450,-579.8290254,0,-412.7080837,-249.0631024,-165.4662866 +432451,-573.1552464,0,-406.1521269,-245.7740217,-162.1372414 +432452,-565.293974,0,-401.3886896,-242.4598543,-158.8029878 +432453,-558.5242186,0,-394.7888583,-239.1213533,-156.2122699 +432454,-551.7118142,0,-390.6000235,-236.2462828,-152.4952134 +432455,-543.6990205,0,-385.7903694,-232.3744532,-149.8972687 +432456,-537.964997,0,-380.357736,-229.9521693,-146.1729324 +432457,-531.0330448,0,-376.1330448,-226.7764631,-143.5692165 +432458,-524.0635313,0,-371.2872183,-223.5823284,-140.2137675 +432459,-518.2370024,0,-366.4309734,-221.118626,-137.0432856 +432460,-511.201051,0,-362.7913321,-217.6425101,-134.2455877 +432461,-504.1312062,0,-358.5312273,-215.1535903,-130.6962864 +432462,-499.4140855,0,-354.2635608,-212.1497863,-127.8951759 +432463,-485.096802,0,-346.9133733,-206.086584,-124.905096 +432464,-479.1183621,0,-341.3971605,-203.0442048,-121.7261086 +432465,-473.1187436,0,-338.3392128,-199.989381,-118.7334858 +432466,-465.8859797,0,-332.8093404,-197.4366738,-115.7398255 +432467,-459.8424262,0,-329.1251303,-194.8754925,-112.7452259 +432468,-453.779873,0,-325.4369598,-191.7892307,-109.7497862 +432469,-446.4761119,0,-320.5081233,-189.210798,-106.7535847 +432470,-442.2133627,0,-316.812016,-186.6249855,-103.9443241 +432471,-434.2557081,0,-313.1127007,-184.0319593,-100.7591878 +432472,-429.352622,0,-309.410142,-181.4319844,-98.13640314 +432473,-423.204682,0,-304.4650222,-178.8253801,-94.95018023 +432474,-417.0413792,198.5306125,-301.3766163,-176.2124616,-92.32645178 +432475,-410.863724,138.1025892,-297.0455166,-174.1189708,-89.32699089 +432476,-404.6724161,164.643295,-293.332209,-171.2318122,-86.51480841 +432477,-399.7125022,188.6346152,-289.6167192,-168.8656337,-83.70228379 +432478,-393.4974418,205.0468879,-285.2780534,-166.7592334,-80.88944335 +432479,-387.2702161,221.7122247,-281.8691486,-164.1201904,-78.07631149 +432480,-382.282209,237.8113272,-277.5263734,-161.4763128,-75.26291438 +432481,-374.7820993,253.9905337,-273.4925307,-159.3588009,-72.63696647 +432482,-369.1496334,269.7506678,-267.9022648,-156.4409267,-69.82309415 +432483,-362.2527103,285.7979429,-264.1760178,-153.7842989,-67.19671216 +432484,-355.9739397,300.9216977,-259.2039685,-151.3903822,-64.3824365 +432485,-349.6866995,316.2499496,-254.2301298,-148.9934103,-61.56798664 +432486,-343.3914279,331.3112502,-249.2549211,-146.3263845,-59.316515 +432487,-337.0886071,346.6820709,-244.5897104,-143.6561475,-56.31403789 +432488,-330.7787732,361.4101589,-239.3005307,-141.5183092,-53.68685567 +432489,-324.4624973,375.9781784,-241.7948136,-138.5748795,-51.43499795 +432490,-318.1403021,390.9414688,-236.1931998,-136.4328649,-48.43213788 +432491,-311.8126565,413.1714966,-231.8363918,-134.0208869,-45.99234407 +432492,-304.8461465,431.9858512,-225.6096905,-131.3384868,-43.55245827 +432493,-293.4333422,441.9189332,-211.2819831,-124.8910889,-40.92474593 +432494,-285.8189812,458.3229107,-204.429573,-122.4718162,-38.48467787 +432495,-279.1529379,476.0560279,-198.8229518,-119.2436436,-36.04453465 +432496,-272.48371,493.644849,-192.2809429,-116.8216793,-33.22885412 +432497,-265.4937704,511.1129917,-186.9851279,-114.1293905,-31.16405603 +432498,-258.5012937,528.3019822,-180.7540147,-111.7055633,-28.34825387 +432499,-252.4609208,546.0582879,-175.1459269,-108.8766285,-26.09561363 +432500,-245.1462499,563.0363058,-168.9142923,-106.451321,-23.65518732 +432501,-238.1480696,580.1839848,-163.6174896,-103.8906174,-21.21471569 +432502,-231.7851739,597.1599653,-157.6971304,-101.1945193,-18.77420374 +432503,-224.4663168,614.0211506,-151.7765928,-98.76771515,-16.33365526 +432504,-217.7831504,630.7679186,-145.8559622,-96.34054255,-14.0808176 +432505,-210.1441764,647.4012019,-140.5585942,-93.64322313,-11.45245853 +432506,-203.7781669,663.9225944,-134.637717,-91.080553,-9.387308975 +432507,-196.1380826,680.3329884,-128.7167317,-88.6526163,-6.758893608 +432508,-189.1344487,696.5877313,-123.4190371,-86.08957032,-4.505949042 +432509,-182.130551,712.8436962,-117.3420418,-83.66129799,-2.252983876 +432510,-174.8079704,728.8972109,-111.8883419,-80.9630235,0 +432511,-167.4852141,743.7529973,-105.6553893,-78.53455739,0 +432512,-159.8438884,758.4151133,-99.73405697,-75.5662256,0 +432513,-152.5208997,772.2619435,-93.65681372,-73.13762624,0 +432514,-144.8793771,787.1275981,-87.57950358,-70.43905946,0 +432515,-137.3969878,800.6916102,-81.34630309,-67.47054255,0 +432516,-129.5960952,814.6163862,-75.42474832,-65.04181895,0 +432517,-122.2727997,828.1789539,-69.34730342,-62.34315214,0 +432518,-114.3125604,841.6099129,-63.26981016,-59.64443311,0 +432519,-106.670715,854.8099752,-57.03644129,-56.6758002,0 +432520,-99.02882899,868.0363055,-51.11472909,-54.38192042,0 +432521,-91.06846026,880.7897504,-45.03714228,-51.41325191,0 +432522,-83.42649077,893.6383659,-38.95952324,-48.84941205,0 +432523,-75.46605104,906.3496237,-32.72604192,-46.01566114,0 +432524,-67.66479574,918.643991,-26.80422456,-43.45179856,0 +432525,-59.70429619,931.105831,-20.72654615,-40.4830772,0 +432526,-51.90298551,943.2282884,-14.64884992,-38.05414923,0 +432527,-43.62400954,955.2745441,-10.59704773,-35.08540931,0 +432528,-35.98188037,967.1083741,-5.921884945,-32.65645282,0 +432529,-27.7028754,979.0184534,-1.09087422,-29.68768725,0 +432530,-19.74228787,990.4996763,0,-26.98881853,0 +432531,-11.62247963,1001.984376,0,-24.42489615,0 +432532,-3.502665834,1013.41841,0,-21.45612251,0 +432533,0,1024.596672,0,-18.89219104,0 +432534,0,1035.701789,0,-17.0029732,0 +432535,0,1046.669765,0,-14.57397403,0 +432536,0,1057.448321,0,-12.68476222,0 +432537,0,1068.328603,0,-10.12081703,0 +432538,0,1078.7737,0,-8.096656337,0 +432539,0,1089.242934,0,-5.667659477,0 +432540,0,1099.681913,0,-3.643497018,0 +432541,0,1109.84791,0,-1.349443071,0 +432542,0,1119.955336,0,0,0 +432543,0,1135.473261,0,0,0 +432544,0,1138.634705,0,0,0 +432545,0,1158.768307,0,0,0 +432546,0,1154.550285,0,0,0 +432547,0,1158.74699,0,0,0 +432548,0,1185.400416,0,0,0 +432549,0,1185.172281,0,0,0 +432550,0,1196.509108,0,0,0 +432551,0,1205.682644,0,0,0 +432552,0,1214.534642,0,0,0 +432553,0,1223.376613,0,0,0 +432554,0,1232.306315,0,0,0 +432555,0,1240.785499,0,0,0 +432556,0,1249.397477,0,0,0 +432557,0,1257.898355,0,0,0 +432558,0,1266.041468,0,0,0 +432559,0,1274.447654,0,0,0 +432560,0,1282.584653,0,0,0 +432561,0,1290.509527,0,0,0 +432562,0,1298.497225,0,0,0 +432563,0,1306.31265,0,0,0 +432564,0,1314.041388,0,0,0 +432565,0,1321.674303,0,0,0 +432566,0,1329.208476,0,0,0 +432567,0,1336.727979,0,0,0 +432568,0,1343.94418,0,0,0 +432569,0,1351.251588,0,0,0 +432570,0,1358.305054,0,0,0 +432571,0,1365.117434,0,0,0 +432572,0,1371.246074,0,0,0 +432573,0,1377.710164,0,0,0 +432574,0,1383.752182,0,0,0 +432575,0,1389.882232,0,0,0 +432576,0,1395.691107,0,0,0 +432577,0,1401.575229,0,0,0 +432578,0,1407.151428,0,0,0 +432579,0,1412.804815,0,0,0 +432580,0,1418.150764,0,0,0 +432581,0,1423.579762,0,0,0 +432582,0,1428.704979,0,0,0 +432583,0,1434.001978,0,0,0 +432584,0,1438.78094,0,0,0 +432585,0,1443.840915,0,0,0 +432586,0,1448.526227,0,0,0 +432587,0,1453.219892,0,0,0 +432588,0,1457.848724,0,0,0 +432589,0,1462.361331,0,0,0 +432590,0,1466.759964,0,0,0 +432591,0,1470.999522,0,0,0 +432592,0,1475.160631,0,0,0 +432593,0,1479.322839,0,0,0 +432594,0,1483.219298,0,0,0 +432595,0,1487.079297,0,0,0 +432596,0,1490.989494,0,0,0 +432597,0,1494.598907,0,0,0 +432598,0,1498.171608,0,0,0 +432599,0,1501.793022,0,0,0 +432600,0,1505.212733,0,0,0 +432601,0,1508.333595,0,0,0 +432602,0,1511.48521,0,0,0 +432603,0,1514.693142,0,0,0 +432604,0,1517.617728,0,0,0 +432605,0,1520.533419,0,0,0 +432606,0,1523.342,0,0,0 +432607,0,1526.058377,0,0,0 +432608,0,1528.683493,0,0,0 +432609,0,1531.217255,0,0,0 +432610,0,1533.660278,0,0,0 +432611,0,1536.013046,0,0,0 +432612,0,1538.275496,0,0,0 +432613,0,1540.44801,0,0,0 +432614,0,1542.531092,0,0,0 +432615,0,1544.62192,0,0,0 +432616,0,1546.382825,0,0,0 +432617,0,1548.269053,0,0,0 +432618,0,1551.349157,0,0,0 +432619,0,1550.634136,0,0,0 +432620,0,1557.409282,0,0,0 +432621,0,1548.220334,0,0,0 +432622,0,1571.963741,0,0,0 +432623,0,1537.855414,0,0,0 +432624,0,1591.178345,0,0,0 +432625,0,1523.198849,0,0,0 +432626,0,1577.60402,0,0,0 +432627,0,1568.498126,0,0,0 +432628,0,1546.573248,0,0,0 +432629,0,1570.887564,0,0,0 +432630,0,1578.256373,0,0,0 +432631,0,1540.335671,0,0,0 +432632,0,1576.128753,0,0,0 +432633,0,1577.534183,0,0,0 +432634,0,1541.174638,0,0,0 +432635,0,1575.756357,0,0,0 +432636,0,1576.778908,0,0,0 +432637,0,1541.080289,0,0,0 +432638,0,1574.443024,0,0,0 +432639,0,1573.977841,0,0,0 +432640,0,1541.744381,0,0,0 +432641,0,1571.421085,0,0,0 +432642,0,1569.604301,0,0,0 +432643,0,1542.806265,0,0,0 +432644,0,1589.19286,0,0,0 +432645,0,1522.879644,0,0,0 +432646,0,1572.432719,0,0,0 +432647,0,1554.213477,0,0,0 +432648,0,1549.785446,0,0,0 +432649,0,1558.734904,0,0,0 +432650,0,1542.33595,0,0,0 +432651,0,1557.505473,0,0,0 +432652,0,1539.022742,0,0,0 +432653,0,1548.738454,0,0,0 +432654,0,1542.282303,0,0,0 +432655,0,1541.22991,0,0,0 +432656,0,1539.027612,0,0,0 +432657,0,1536.829004,0,0,0 +432658,0,1534.526415,0,0,0 +432659,0,1532.134223,0,0,0 +432660,0,1529.652689,0,0,0 +432661,0,1527.052075,0,0,0 +432662,0,1524.351569,0,0,0 +432663,0,1521.558559,0,0,0 +432664,0,1518.675824,0,0,0 +432665,0,1515.704131,0,0,0 +432666,0,1512.644295,0,0,0 +432667,0,1509.496502,0,0,0 +432668,0,1506.357163,0,0,0 +432669,0,1502.80029,0,0,0 +432670,0,1499.597051,0,0,0 +432671,0,1496.018335,0,0,0 +432672,0,1492.451449,0,0,0 +432673,0,1488.784078,0,0,0 +432674,0,1485.031447,0,0,0 +432675,0,1481.193907,0,0,0 +432676,0,1477.272116,0,0,0 +432677,0,1473.266309,0,0,0 +432678,0,1469.177187,0,0,0 +432679,0,1464.911924,0,0,0 +432680,0,1460.790268,0,0,0 +432681,0,1456.387968,0,0,0 +432682,0,1452.076196,0,0,0 +432683,0,1447.445273,0,0,0 +432684,0,1442.93171,0,0,0 +432685,0,1438.258844,0,0,0 +432686,0,1433.52123,0,0,0 +432687,0,1428.613814,0,0,0 +432688,0,1423.849753,0,0,0 +432689,0,1418.81419,0,0,0 +432690,0,1413.780131,0,0,0 +432691,0,1408.472327,0,0,0 +432692,0,1403.052951,0,0,0 +432693,0,1397.628592,0,0,0 +432694,0,1391.80795,0,0,0 +432695,0,1386.31446,0,0,0 +432696,0,1380.46824,0,0,0 +432697,0,1374.632548,0,0,0 +432698,0,1368.704015,0,0,0 +432699,0,1362.610181,0,0,0 +432700,0,1356.649919,0,0,0 +432701,0,1350.515749,0,0,0 +432702,0,1344.173318,0,0,0 +432703,0,1337.927798,0,0,0 +432704,0,1331.450353,0,0,0 +432705,0,1325.121879,0,0,0 +432706,0,1318.543076,0,0,0 +432707,0,1311.967793,0,0,0 +432708,0,1305.394246,0,0,0 +432709,0,1298.466916,0,0,0 +432710,0,1291.858445,0,0,0 +432711,0,1284.932187,0,0,0 +432712,0,1278.028002,0,0,0 +432713,0,1270.96259,0,0,0 +432714,0,1264.040018,0,0,0 +432715,0,1256.959558,0,0,0 +432716,0,1249.613044,0,0,0 +432717,0,1242.560615,0,0,0 +432718,0,1235.213122,0,0,0 +432719,0,1227.888171,0,0,0 +432720,0,1220.491989,0,0,0 +432721,0,1213.128183,0,0,0 +432722,0,1205.735378,0,0,0 +432723,0,1198.22343,0,0,0 +432724,0,1190.85346,0,0,0 +432725,66.05002226,1183.272423,0,0,0 +432726,115.2661101,1175.711047,0,0,0 +432727,87.28016482,1168.089771,0,0,0 +432728,111.2950532,1160.427257,0,0,0 +432729,121.1422846,1174.457767,0,0,0 +432730,131.0784166,1112.919426,0,0,0 +432731,142.6036992,1175.432893,0,0,0 +432732,154.8983233,1093.018588,0,0,0 +432733,166.9394493,1148.623879,0,0,0 +432734,179.081097,1093.744309,0,0,0 +432735,191.5639277,1113.449604,0,0,0 +432736,203.8754491,1095.828676,0,0,0 +432737,216.3276972,1089.466555,0,0,0 +432738,228.8442011,1081.465586,0,0,0 +432739,241.3791176,1073.439997,0,0,0 +432740,254.0130487,1065.152084,0,0,0 +432741,266.4971518,1057.146187,0,0,0 +432742,279.5423066,1048.972069,0,0,0 +432743,292.2560631,1040.683038,0,0,0 +432744,305.0750879,1032.487543,0,0,0 +432745,318.0582595,1024.216537,0,0,0 +432746,330.9716567,1015.921678,0,0,0 +432747,344.0044564,1007.610541,0,0,0 +432748,357.047485,999.268339,0,0,0 +432749,370.1850219,990.9764841,0,0,0 +432750,383.1062601,982.5203344,0,0,0 +432751,396.780916,974.0621825,0,0,0 +432752,409.6851263,965.7363586,0,0,0 +432753,422.9987422,957.1212567,0,0,0 +432754,436.2672963,948.6714486,0,0,0 +432755,449.581683,940.2044404,0,0,0 +432756,462.9356624,931.5300377,0,0,0 +432757,476.2909659,923.1197386,0,0,0 +432758,489.7800153,914.5784085,0,0,0 +432759,503.2267267,905.9505927,0,0,0 +432760,516.7395128,897.3732965,0,0,0 +432761,529.8711231,888.9399949,0,0,0 +432762,544.0298439,880.2517953,0,0,0 +432763,557.4061264,871.7354526,0,0,0 +432764,571.0960894,863.1639058,0,0,0 +432765,584.7422098,854.6001895,0,0,0 +432766,598.588557,846.1012558,0,0,0 +432767,612.1931634,837.4746517,0,0,0 +432768,626.1021072,828.971938,0,0,0 +432769,639.8400612,820.436897,0,0,0 +432770,653.7850778,811.919764,0,0,0 +432771,667.7003908,803.4206324,0,0,0 +432772,681.4967217,794.9310753,0,0,0 +432773,695.5300444,786.5175717,0,0,0 +432774,709.6107982,777.996382,0,0,0 +432775,723.4698551,769.60634,0,0,0 +432776,737.65939,761.1976383,0,0,0 +432777,751.705946,753.3150832,0,0,0 +432778,765.835405,744.2237611,0,0,0 +432779,779.9867997,736.3178594,0,0,0 +432780,794.1188563,727.9256256,0,0,0 +432781,0,0,0,0,0 +432782,0,0,0,0,0 +432783,0,0,0,0,0 +432784,0,0,0,0,0 +432785,0,0,0,0,0 +432786,0,0,0,0,0 +432787,0,0,0,0,0 +432788,0,0,0,0,0 +432789,0,0,0,0,0 +432790,0,0,0,0,0 +432791,0,0,0,0,0 +432792,0,0,0,0,0 +432793,0,0,0,0,0 +432794,0,0,0,0,0 +432795,0,0,0,0,0 +432796,0,0,0,0,0 +432797,0,0,0,0,0 +432798,0,0,0,0,0 +432799,0,0,0,0,0 +432800,0,0,0,0,0 +432801,0,0,0,0,0 +432802,0,0,0,0,0 +432803,0,0,0,0,0 +432804,0,0,0,0,0 +432805,0,0,0,0,0 +432806,0,0,0,0,0 +432807,0,0,0,0,0 +432808,0,0,0,0,0 +432809,0,0,0,0,0 +432810,0,0,0,0,0 +432811,0,0,0,0,0 +432812,0,0,0,0,0 +432813,0,0,0,0,0 +432814,0,0,0,0,0 +432815,0,0,0,0,0 +432816,0,0,0,0,0 +432817,0,0,0,0,0 +432818,0,0,0,0,0 +432819,0,0,0,0,0 +432820,0,0,0,0,0 +432821,0,0,0,0,0 +432822,0,0,0,0,0 +432823,0,0,0,0,0 +432824,0,0,0,0,0 +432825,0,0,0,0,0 +432826,0,0,0,0,0 +432827,0,0,0,0,0 +432828,0,0,0,0,0 +432829,0,0,0,0,0 +432830,0,0,0,0,0 +432831,0,0,0,0,0 +432832,0,0,0,0,0 +432833,0,0,0,0,0 +432834,0,0,0,0,0 +432835,0,0,0,0,0 +432836,0,0,0,0,0 +432837,0,0,0,0,0 +432838,0,0,0,0,0 +432839,0,0,0,0,0 +432840,0,0,0,0,0 +432841,0,0,0,0,0 +432842,0,0,0,0,0 +432843,0,0,0,0,0 +432844,0,0,0,0,0 +432845,0,0,0,0,0 +432846,0,0,0,0,0 +432847,0,0,0,0,0 +432848,0,0,0,0,0 +432849,0,0,0,0,0 +432850,0,0,0,0,0 +432851,0,0,0,0,0 +432852,0,0,0,0,0 +432853,0,0,0,0,0 +432854,0,0,0,0,0 +432855,0,0,0,0,0 +432856,0,0,0,0,0 +432857,0,0,0,0,0 +432858,0,0,0,0,0 +432859,0,0,0,0,0 +432860,0,0,0,0,0 +432861,0,0,0,0,0 +432862,0,0,0,0,0 +432863,0,0,0,0,0 +432864,0,0,0,0,0 +432865,0,0,0,0,0 +432866,0,0,0,0,0 +432867,0,0,0,0,0 +432868,0,0,0,0,0 +432869,0,0,0,0,0 +432870,0,0,0,0,0 +432871,0,0,0,0,0 +432872,0,0,0,0,0 +432873,0,0,0,0,0 +432874,0,0,0,0,0 +432875,0,0,0,0,0 +432876,0,0,0,0,0 +432877,0,0,0,0,0 +432878,0,0,0,0,0 +432879,0,0,0,0,0 +432880,0,0,0,0,0 +432881,0,0,0,0,0 +432882,0,0,0,0,0 +432883,0,0,0,0,0 +432884,0,0,0,0,0 +432885,0,0,0,0,0 +432886,0,0,0,0,0 +432887,0,0,0,0,0 +432888,0,0,0,0,0 +432889,0,0,0,0,0 +432890,0,0,0,0,0 +432891,0,0,0,0,0 +432892,0,0,0,0,0 +432893,0,0,0,0,0 +432894,0,0,0,0,0 +432895,0,0,0,0,0 +432896,0,0,0,0,0 +432897,0,0,0,0,0 +432898,0,0,0,0,0 +432899,0,0,0,0,0 +432900,0,0,0,0,0 +432901,0,0,0,0,0 +432902,0,0,0,0,0 +432903,0,0,0,0,0 +432904,0,0,0,0,0 +432905,0,0,0,0,0 +432906,0,0,0,0,0 +432907,0,0,0,0,0 +432908,0,0,0,0,0 +432909,0,0,0,0,0 +432910,0,0,0,0,0 +432911,0,0,0,0,0 +432912,0,0,0,0,0 +432913,0,0,0,0,0 +432914,0,0,0,0,0 +432915,0,0,0,0,0 +432916,0,0,0,0,0 +432917,0,0,0,0,0 +432918,0,0,0,0,0 +432919,0,0,0,0,0 +432920,0,0,0,0,0 +432921,0,0,0,0,0 +432922,0,0,0,0,0 +432923,0,0,0,0,0 +432924,0,0,0,0,0 +432925,0,0,0,0,0 +432926,0,0,0,0,0 +432927,0,0,0,0,0 +432928,0,0,0,0,0 +432929,0,0,0,0,0 +432930,0,0,0,0,0 +432931,0,0,0,0,0 +432932,0,0,0,0,0 +432933,0,0,0,0,0 +432934,0,0,0,0,0 +432935,0,0,0,0,0 +432936,0,0,0,0,0 +432937,0,0,0,0,0 +432938,0,0,0,0,0 +432939,0,0,0,0,0 +432940,0,0,0,0,0 +432941,0,0,0,0,0 +432942,0,0,0,0,0 +432943,0,0,0,0,0 +432944,0,0,0,0,0 +432945,0,0,0,0,0 +432946,0,0,0,0,0 +432947,0,0,0,0,0 +432948,0,0,0,0,0 +432949,0,0,0,0,0 +432950,0,0,0,0,0 +432951,0,0,0,0,0 +432952,0,0,0,0,0 +432953,0,0,0,0,0 +432954,0,0,0,0,0 +432955,0,0,0,0,0 +432956,0,0,0,0,0 +432957,0,0,0,0,0 +432958,0,0,0,0,0 +432959,0,0,0,0,0 +432960,0,0,0,0,0 +432961,0,0,0,0,0 +432962,0,0,0,0,0 +432963,0,0,0,0,0 +432964,0,0,0,0,0 +432965,0,0,0,0,0 +432966,0,0,0,0,0 +432967,0,0,0,0,0 +432968,0,0,0,0,0 +432969,0,0,0,0,0 +432970,0,0,0,0,0 +432971,0,0,0,0,0 +432972,0,0,0,0,0 +432973,0,0,0,0,0 +432974,0,0,0,0,0 +432975,0,0,0,0,0 +432976,0,0,0,0,0 +432977,0,0,0,0,0 +432978,0,0,0,0,0 +432979,0,0,0,0,0 +432980,0,0,0,0,0 +432981,0,0,0,0,0 +432982,0,0,0,0,0 +432983,0,0,0,0,0 +432984,0,0,0,0,0 +432985,0,0,0,0,0 +432986,0,0,0,0,0 +432987,0,0,0,0,0 +432988,0,0,0,0,0 +432989,0,0,0,0,0 +432990,0,0,0,0,0 +432991,0,0,0,0,0 +432992,0,0,0,0,0 +432993,0,0,0,0,0 +432994,0,0,0,0,0 +432995,0,0,0,0,0 +432996,0,0,0,0,0 +432997,0,0,0,0,0 +432998,0,0,0,0,0 +432999,0,0,0,0,0 +433000,0,0,0,0,0 +433001,0,0,0,0,0 +433002,0,0,0,0,0 +433003,0,0,0,0,0 +433004,0,0,0,0,0 +433005,0,0,0,0,0 +433006,0,0,0,0,0 +433007,0,0,0,0,0 +433008,0,0,0,0,0 +433009,0,0,0,0,0 +433010,0,0,0,0,0 +433011,0,0,0,0,0 +433012,0,0,0,0,0 +433013,0,0,0,0,0 +433014,0,0,0,0,0 +433015,0,0,0,0,0 +433016,0,0,0,0,0 +433017,0,0,0,0,0 +433018,0,0,0,0,0 +433019,0,0,0,0,0 +433020,0,0,0,0,0 +433021,0,0,0,0,0 +433022,0,0,0,0,0 +433023,0,0,0,0,0 +433024,0,0,0,0,0 +433025,0,0,0,0,0 +433026,0,0,0,0,0 +433027,0,0,0,0,0 +433028,0,0,0,0,0 +433029,0,0,0,0,0 +433030,0,0,0,0,0 +433031,0,0,0,0,0 +433032,0,0,0,0,0 +433033,0,0,0,0,0 +433034,0,0,0,0,0 +433035,0,0,0,0,0 +433036,0,0,0,0,0 +433037,0,0,0,0,0 +433038,0,0,0,0,0 +433039,0,0,0,0,0 +433040,0,0,0,0,0 +433041,0,0,0,0,0 +433042,0,0,0,0,0 +433043,0,0,0,0,0 +433044,0,0,0,0,0 +433045,0,0,0,0,0 +433046,0,0,0,0,0 +433047,0,0,0,0,0 +433048,0,0,0,0,0 +433049,0,0,0,0,0 +433050,0,0,0,0,0 +433051,0,0,0,0,0 +433052,0,0,0,0,0 +433053,0,0,0,0,0 +433054,0,0,0,0,0 +433055,0,0,0,0,0 +433056,0,0,0,0,0 +433057,0,0,0,0,0 +433058,0,0,0,0,0 +433059,0,0,0,0,0 +433060,0,0,0,0,0 +433061,0,0,0,0,0 +433062,0,0,0,0,0 +433063,0,0,0,0,0 +433064,0,0,0,0,0 +433065,0,0,0,0,0 +433066,0,0,0,0,0 +433067,0,0,0,0,0 +433068,0,0,0,0,0 +433069,0,0,0,0,0 +433070,0,0,0,0,0 +433071,0,0,0,0,0 +433072,0,0,0,0,0 +433073,0,0,0,0,0 +433074,0,0,0,0,0 +433075,0,0,0,0,0 +433076,0,0,0,0,0 +433077,0,0,0,0,0 +433078,0,0,0,0,0 +433079,0,0,0,0,0 +433080,0,0,0,0,0 +433081,0,0,0,0,0 +433082,0,0,0,0,0 +433083,0,0,0,0,0 +433084,0,0,0,0,0 +433085,0,0,0,0,0 +433086,0,0,0,0,0 +433087,0,0,0,0,0 +433088,0,0,0,0,0 +433089,0,0,0,0,0 +433090,0,0,0,0,0 +433091,0,0,0,0,0 +433092,0,0,0,0,0 +433093,0,0,0,0,0 +433094,0,0,0,0,0 +433095,0,0,0,0,0 +433096,0,0,0,0,0 +433097,0,0,0,0,0 +433098,0,0,0,0,0 +433099,0,0,0,0,0 +433100,0,0,0,0,0 +433101,0,0,0,0,0 +433102,0,0,0,0,0 +433103,0,0,0,0,0 +433104,0,0,0,0,0 +433105,0,0,0,0,0 +433106,0,0,0,0,0 +433107,0,0,0,0,0 +433108,0,0,0,0,0 +433109,0,0,0,0,0 +433110,0,0,0,0,0 +433111,0,0,0,0,0 +433112,0,0,0,0,0 +433113,0,0,0,0,0 +433114,0,0,0,0,0 +433115,0,0,0,0,0 +433116,0,0,0,0,0 +433117,0,0,0,0,0 +433118,0,0,0,0,0 +433119,0,0,0,0,0 +433120,0,0,0,0,0 +433121,0,0,0,0,0 +433122,0,0,0,0,0 +433123,0,0,0,0,0 +433124,0,0,0,0,0 +433125,0,0,0,0,0 +433126,0,0,0,0,0 +433127,0,0,0,0,0 +433128,0,0,0,0,0 +433129,0,0,0,0,0 +433130,0,0,0,0,0 +433131,0,0,0,0,0 +433132,0,0,0,0,0 +433133,0,0,0,0,0 +433134,0,0,0,0,0 +433135,0,0,0,0,0 +433136,0,0,0,0,0 +433137,0,0,0,0,0 +433138,0,0,0,0,0 +433139,0,0,0,0,0 +433140,0,0,0,0,0 +433141,0,0,0,0,0 +433142,0,0,0,0,0 +433143,0,0,0,0,0 +433144,0,0,0,0,0 +433145,0,0,0,0,0 +433146,0,0,0,0,0 +433147,0,0,0,0,0 +433148,0,0,0,0,0 +433149,0,0,0,0,0 +433150,0,0,0,0,0 +433151,0,0,0,0,0 +433152,0,0,0,0,0 +433153,0,0,0,0,0 +433154,0,0,0,0,0 +433155,0,0,0,0,0 +433156,0,0,0,0,0 +433157,0,0,0,0,0 +433158,0,0,0,0,0 +433159,0,0,0,0,0 +433160,0,0,0,0,0 +433161,0,0,0,0,0 +433162,0,0,0,0,0 +433163,0,0,0,0,0 +433164,0,0,0,0,0 +433165,0,0,0,0,0 +433166,0,0,0,0,0 +433167,0,0,0,0,0 +433168,0,0,0,0,0 +433169,0,0,0,0,0 +433170,0,0,0,0,0 +433171,0,0,0,0,0 +433172,0,0,0,0,0 +433173,0,0,0,0,0 +433174,0,0,0,0,0 +433175,0,0,0,0,0 +433176,0,0,0,0,0 +433177,0,0,0,0,0 +433178,0,0,0,0,0 +433179,0,0,0,0,0 +433180,0,0,0,0,0 +433181,0,0,0,0,0 +433182,0,0,0,0,0 +433183,0,0,0,0,0 +433184,0,0,0,0,0 +433185,0,0,0,0,0 +433186,0,0,0,0,0 +433187,0,0,0,0,0 +433188,0,0,0,0,0 +433189,0,0,0,0,0 +433190,0,0,0,0,0 +433191,0,0,0,0,0 +433192,0,0,0,0,0 +433193,0,0,0,0,0 +433194,0,0,0,0,0 +433195,0,0,0,0,0 +433196,0,0,0,0,0 +433197,0,0,0,0,0 +433198,0,0,0,0,0 +433199,0,0,0,0,0 +433200,0,0,0,0,0 +433201,0,0,0,0,0 +433202,0,0,0,0,0 +433203,0,0,0,0,0 +433204,0,0,0,0,0 +433205,0,0,0,0,0 +433206,0,0,0,0,0 +433207,0,0,0,0,0 +433208,0,0,0,0,0 +433209,0,0,0,0,0 +433210,0,0,0,0,0 +433211,0,0,0,0,0 +433212,0,0,0,0,0 +433213,0,0,0,0,0 +433214,0,0,0,0,0 +433215,0,0,0,0,0 +433216,0,0,0,0,0 +433217,0,0,0,0,0 +433218,0,0,0,0,0 +433219,0,0,0,0,0 +433220,0,0,0,0,0 +433221,0,0,0,0,0 +433222,0,0,0,0,0 +433223,0,0,0,0,0 +433224,0,0,0,0,0 +433225,0,0,0,0,0 +433226,0,0,0,0,0 +433227,0,0,0,0,0 +433228,0,0,0,0,0 +433229,0,0,0,0,0 +433230,0,0,0,0,0 +433231,0,0,0,0,0 +433232,0,0,0,0,0 +433233,0,0,0,0,0 +433234,0,0,0,0,0 +433235,0,0,0,0,0 +433236,0,0,0,0,0 +433237,0,0,0,0,0 +433238,0,0,0,0,0 +433239,0,0,0,0,0 +433240,0,0,0,0,0 +433241,0,0,0,0,0 +433242,0,0,0,0,0 +433243,0,0,0,0,0 +433244,0,0,0,0,0 +433245,0,0,0,0,0 +433246,0,0,0,0,0 +433247,0,0,0,0,0 +433248,0,0,0,0,0 +433249,0,0,0,0,0 +433250,0,0,0,0,0 +433251,0,0,0,0,0 +433252,0,0,0,0,0 +433253,0,0,0,0,0 +433254,0,0,0,0,0 +433255,0,0,0,0,0 +433256,0,0,0,0,0 +433257,0,0,0,0,0 +433258,0,0,0,0,0 +433259,0,0,0,0,0 +433260,0,0,0,0,0 +433261,0,0,0,0,0 +433262,0,0,0,0,0 +433263,0,0,0,0,0 +433264,0,0,0,0,0 +433265,0,0,0,0,0 +433266,0,0,0,0,0 +433267,0,0,0,0,0 +433268,0,0,0,0,0 +433269,0,0,0,0,0 +433270,0,0,0,0,0 +433271,0,0,0,0,0 +433272,0,0,0,0,0 +433273,0,0,0,0,0 +433274,0,0,0,0,0 +433275,0,0,0,0,0 +433276,0,0,0,0,0 +433277,0,0,0,0,0 +433278,0,0,0,0,0 +433279,0,0,0,0,0 +433280,0,0,0,0,0 +433281,0,0,0,0,0 +433282,0,0,0,0,0 +433283,0,0,0,0,0 +433284,0,0,0,0,0 +433285,0,0,0,0,0 +433286,0,0,0,0,0 +433287,0,0,0,0,0 +433288,0,0,0,0,0 +433289,0,0,0,0,0 +433290,0,0,0,0,0 +433291,0,0,0,0,0 +433292,0,0,0,0,0 +433293,0,0,0,0,0 +433294,0,0,0,0,0 +433295,0,0,0,0,0 +433296,0,0,0,0,0 +433297,0,0,0,0,0 +433298,0,0,0,0,0 +433299,0,0,0,0,0 +433300,0,0,0,0,0 +433301,0,0,0,0,0 +433302,0,0,0,0,0 +433303,0,0,0,0,0 +433304,0,0,0,0,0 +433305,0,0,0,0,0 +433306,0,0,0,0,0 +433307,0,0,0,0,0 +433308,0,0,0,0,0 +433309,0,0,0,0,0 +433310,0,0,0,0,0 +433311,0,0,0,0,0 +433312,0,0,0,0,0 +433313,0,0,0,0,0 +433314,0,0,0,0,0 +433315,0,0,0,0,0 +433316,0,0,0,0,0 +433317,0,0,0,0,0 +433318,0,0,0,0,0 +433319,0,0,0,0,0 +433320,0,0,0,0,0 +433321,0,0,0,0,0 +433322,0,0,0,0,0 +433323,0,0,0,0,0 +433324,0,0,0,0,0 +433325,0,0,0,0,0 +433326,0,0,0,0,0 +433327,0,0,0,0,0 +433328,0,0,0,0,0 +433329,0,0,0,0,0 +433330,0,0,0,0,0 +433331,0,0,0,0,0 +433332,0,0,0,0,0 +433333,0,0,0,0,0 +433334,0,0,0,0,0 +433335,0,0,0,0,0 +433336,0,0,0,0,0 +433337,0,0,0,0,0 +433338,0,0,0,0,0 +433339,0,0,0,0,0 +433340,0,0,0,0,0 +433341,0,0,0,0,0 +433342,0,0,0,0,0 +433343,0,0,0,0,0 +433344,0,0,0,0,0 +433345,0,0,0,0,0 +433346,0,0,0,0,0 +433347,0,0,0,0,0 +433348,0,0,0,0,0 +433349,0,0,0,0,0 +433350,0,0,0,0,0 +433351,0,0,0,0,0 +433352,0,0,0,0,0 +433353,0,0,0,0,0 +433354,0,0,0,0,0 +433355,0,0,0,0,0 +433356,0,0,0,0,0 +433357,0,0,0,0,0 +433358,0,0,0,0,0 +433359,0,0,0,0,0 +433360,0,0,0,0,0 +433361,0,0,0,0,0 +433362,0,0,0,0,0 +433363,0,0,0,0,0 +433364,0,0,0,0,0 +433365,0,0,0,0,0 +433366,0,0,0,0,0 +433367,0,0,0,0,0 +433368,0,0,0,0,0 +433369,0,0,0,0,0 +433370,0,0,0,0,0 +433371,0,0,0,0,0 +433372,0,0,0,0,0 +433373,0,0,0,0,0 +433374,0,0,0,0,0 +433375,0,0,0,0,0 +433376,0,0,0,0,0 +433377,0,0,0,0,0 +433378,0,0,0,0,0 +433379,0,0,0,0,0 +433380,0,0,0,0,0 +433381,0,0,0,0,0 +433382,0,0,0,0,0 +433383,0,0,0,0,0 +433384,0,0,0,0,0 +433385,0,0,0,0,0 +433386,0,0,0,0,0 +433387,0,0,0,0,0 +433388,0,0,0,0,0 +433389,0,0,0,0,0 +433390,0,0,0,0,0 +433391,0,0,0,0,0 +433392,0,0,0,0,0 +433393,0,0,0,0,0 +433394,0,0,0,0,0 +433395,0,0,0,0,0 +433396,0,0,0,0,0 +433397,0,0,0,0,0 +433398,0,0,0,0,0 +433399,0,0,0,0,0 +433400,0,0,0,0,0 +433401,0,0,0,0,0 +433402,0,0,0,0,0 +433403,0,0,0,0,0 +433404,0,0,0,0,0 +433405,0,0,0,0,0 +433406,0,0,0,0,0 +433407,0,0,0,0,0 +433408,0,0,0,0,0 +433409,0,0,0,0,0 +433410,0,0,0,0,0 +433411,0,0,0,0,0 +433412,0,0,0,0,0 +433413,0,0,0,0,0 +433414,0,0,0,0,0 +433415,0,0,0,0,0 +433416,0,0,0,0,0 +433417,0,0,0,0,0 +433418,0,0,0,0,0 +433419,0,0,0,0,0 +433420,0,0,0,0,0 +433421,0,0,0,0,0 +433422,0,0,0,0,0 +433423,0,0,0,0,0 +433424,0,0,0,0,0 +433425,0,0,0,0,0 +433426,0,0,0,0,0 +433427,0,0,0,0,0 +433428,0,0,0,0,0 +433429,0,0,0,0,0 +433430,0,0,0,0,0 +433431,0,0,0,0,0 +433432,0,0,0,0,0 +433433,0,0,0,0,0 +433434,0,0,0,0,0 +433435,0,0,0,0,0 +433436,0,0,0,0,0 +433437,0,0,0,0,0 +433438,0,0,0,0,0 +433439,0,0,0,0,0 +433440,0,0,0,0,0 +433441,0,0,0,0,0 +433442,0,0,0,0,0 +433443,0,0,0,0,0 +433444,0,0,0,0,0 +433445,0,0,0,0,0 +433446,0,0,0,0,0 +433447,0,0,0,0,0 +433448,0,0,0,0,0 +433449,0,0,0,0,0 +433450,0,0,0,0,0 +433451,0,0,0,0,0 +433452,0,0,0,0,0 +433453,0,0,0,0,0 +433454,0,0,0,0,0 +433455,0,0,0,0,0 +433456,0,0,0,0,0 +433457,0,0,0,0,0 +433458,0,0,0,0,0 +433459,0,0,0,0,0 +433460,0,0,0,0,0 +433461,0,0,0,0,0 +433462,0,0,0,0,0 +433463,0,0,0,0,0 +433464,0,0,0,0,0 +433465,0,0,0,0,0 +433466,0,0,0,0,0 +433467,0,0,0,0,0 +433468,0,0,0,0,0 +433469,0,0,0,0,0 +433470,0,0,0,0,0 +433471,0,0,0,0,0 +433472,0,0,0,0,0 +433473,0,0,0,0,0 +433474,0,0,0,0,0 +433475,0,0,0,0,0 +433476,0,0,0,0,0 +433477,0,0,0,0,0 +433478,0,0,0,0,0 +433479,0,0,0,0,0 +433480,0,0,0,0,0 +433481,0,0,0,0,0 +433482,0,0,0,0,0 +433483,0,0,0,0,0 +433484,0,0,0,0,0 +433485,0,0,0,0,0 +433486,0,0,0,0,0 +433487,0,0,0,0,0 +433488,0,0,0,0,0 +433489,0,0,0,0,0 +433490,0,0,0,0,0 +433491,0,0,0,0,0 +433492,0,0,0,0,0 +433493,0,0,0,0,0 +433494,0,0,0,0,0 +433495,0,0,0,0,0 +433496,0,0,0,0,0 +433497,0,0,0,0,0 +433498,0,0,0,0,0 +433499,0,0,0,0,0 +433500,0,0,0,0,0 +433501,0,0,0,0,0 +433502,0,0,0,0,0 +433503,0,0,0,0,0 +433504,0,0,0,0,0 +433505,0,0,0,0,0 +433506,0,0,0,0,0 +433507,0,0,0,0,0 +433508,0,0,0,0,0 +433509,0,0,0,0,0 +433510,0,0,0,0,0 +433511,0,0,0,0,0 +433512,0,0,0,0,0 +433513,0,0,0,0,0 +433514,0,0,0,0,0 +433515,0,0,0,0,0 +433516,0,0,0,0,0 +433517,0,0,0,0,0 +433518,0,0,0,0,0 +433519,0,0,0,0,0 +433520,0,0,0,0,0 +433521,0,0,0,0,0 +433522,0,0,0,0,0 +433523,0,0,0,0,0 +433524,0,0,0,0,0 +433525,0,0,0,0,0 +433526,0,0,0,0,0 +433527,0,0,0,0,0 +433528,0,0,0,0,0 +433529,0,0,0,0,0 +433530,0,0,0,0,0 +433531,0,0,0,0,0 +433532,0,0,0,0,0 +433533,0,0,0,0,0 +433534,0,0,0,0,0 +433535,0,0,0,0,0 +433536,0,0,0,0,0 +433537,0,0,0,0,0 +433538,0,0,0,0,0 +433539,0,0,0,0,0 +433540,0,0,0,0,0 +433541,0,0,0,0,0 +433542,0,0,0,0,0 +433543,0,0,0,0,0 +433544,0,0,0,0,0 +433545,0,0,0,0,0 +433546,0,0,0,0,0 +433547,0,0,0,0,0 +433548,0,0,0,0,0 +433549,0,0,0,0,0 +433550,0,0,0,0,0 +433551,0,0,0,0,0 +433552,0,0,0,0,0 +433553,0,0,0,0,0 +433554,0,0,0,0,0 +433555,0,0,0,0,0 +433556,0,0,0,0,0 +433557,0,0,0,0,0 +433558,0,0,0,0,0 +433559,0,0,0,0,0 +433560,0,0,0,0,0 +433561,0,0,0,0,0 +433562,0,0,0,0,0 +433563,0,0,0,0,0 +433564,0,0,0,0,0 +433565,0,0,0,0,0 +433566,0,0,0,0,0 +433567,0,0,0,0,0 +433568,0,0,0,0,0 +433569,0,0,0,0,0 +433570,0,0,0,0,0 +433571,0,0,0,0,0 +433572,0,0,0,0,0 +433573,0,0,0,0,0 +433574,0,0,0,0,0 +433575,0,0,0,0,0 +433576,0,0,0,0,0 +433577,0,0,0,0,0 +433578,0,0,0,0,0 +433579,0,0,0,0,0 +433580,0,0,0,0,0 +433581,0,0,0,0,0 +433582,0,0,0,0,0 +433583,0,0,0,0,0 +433584,0,0,0,0,0 +433585,0,0,0,0,0 +433586,0,0,0,0,0 +433587,0,0,0,0,0 +433588,0,0,0,0,0 +433589,0,0,0,0,0 +433590,0,0,0,0,0 +433591,0,0,0,0,0 +433592,0,0,0,0,0 +433593,0,0,0,0,0 +433594,0,0,0,0,0 +433595,0,0,0,0,0 +433596,0,0,0,0,0 +433597,0,0,0,0,0 +433598,0,0,0,0,0 +433599,0,0,0,0,0 +433600,0,0,0,0,0 +433601,0,0,0,0,0 +433602,0,0,0,0,0 +433603,0,0,0,0,0 +433604,0,0,0,0,0 +433605,0,0,0,0,0 +433606,0,0,0,0,0 +433607,0,0,0,0,0 +433608,0,0,0,0,0 +433609,0,0,0,0,0 +433610,0,0,0,0,0 +433611,0,0,0,0,0 +433612,0,0,0,0,0 +433613,0,0,0,0,0 +433614,0,0,0,0,0 +433615,0,0,0,0,0 +433616,0,0,0,0,0 +433617,0,0,0,0,0 +433618,0,0,0,0,0 +433619,0,0,0,0,0 +433620,0,0,0,0,0 +433621,0,0,0,0,0 +433622,0,0,0,0,0 +433623,0,0,0,0,0 +433624,0,0,0,0,0 +433625,0,0,0,0,0 +433626,0,0,0,0,0 +433627,0,0,0,0,0 +433628,0,0,0,0,0 +433629,0,0,0,0,0 +433630,0,0,0,0,0 +433631,0,0,0,0,0 +433632,0,0,0,0,0 +433633,0,0,0,0,0 +433634,0,0,0,0,0 +433635,0,0,0,0,0 +433636,0,0,0,0,0 +433637,0,0,0,0,0 +433638,0,0,0,0,0 +433639,0,0,0,0,0 +433640,0,0,0,0,0 +433641,0,0,0,0,0 +433642,0,0,0,0,0 +433643,0,0,0,0,0 +433644,0,0,0,0,0 +433645,0,0,0,0,0 +433646,0,0,0,0,0 +433647,0,0,0,0,0 +433648,0,0,0,0,0 +433649,0,0,0,0,0 +433650,0,0,0,0,0 +433651,0,0,0,0,0 +433652,0,0,0,0,0 +433653,0,0,0,0,0 +433654,0,0,0,0,0 +433655,0,0,0,0,0 +433656,0,0,0,0,0 +433657,0,0,0,0,0 +433658,0,0,0,0,0 +433659,0,0,0,0,0 +433660,0,0,0,0,0 +433661,0,0,0,0,0 +433662,0,0,0,0,0 +433663,0,0,0,0,0 +433664,0,0,0,0,0 +433665,0,0,0,0,0 +433666,0,0,0,0,0 +433667,0,0,0,0,0 +433668,0,0,0,0,0 +433669,0,0,0,0,0 +433670,0,0,0,0,0 +433671,0,0,0,0,0 +433672,0,0,0,0,0 +433673,0,0,0,0,0 +433674,0,0,0,0,0 +433675,0,0,0,0,0 +433676,0,0,0,0,0 +433677,0,0,0,0,0 +433678,0,0,0,0,0 +433679,0,0,0,0,0 +433680,0,0,0,0,0 +433681,0,0,0,0,0 +433682,0,0,0,0,0 +433683,0,0,0,0,0 +433684,0,0,0,0,0 +433685,0,0,0,0,0 +433686,0,0,0,0,0 +433687,0,0,0,0,0 +433688,0,0,0,0,0 +433689,0,0,0,0,0 +433690,0,0,0,0,0 +433691,0,0,0,0,0 +433692,0,0,0,0,0 +433693,0,0,0,0,0 +433694,0,0,0,0,0 +433695,0,0,0,0,0 +433696,0,0,0,0,0 +433697,0,0,0,0,0 +433698,0,0,0,0,0 +433699,0,0,0,0,0 +433700,0,0,0,0,0 +433701,0,0,0,0,0 +433702,0,0,0,0,0 +433703,0,0,0,0,0 +433704,0,0,0,0,0 +433705,0,0,0,0,0 +433706,0,0,0,0,0 +433707,0,0,0,0,0 +433708,0,0,0,0,0 +433709,0,0,0,0,0 +433710,0,0,0,0,0 +433711,0,0,0,0,0 +433712,0,0,0,0,0 +433713,0,0,0,0,0 +433714,0,0,0,0,0 +433715,0,0,0,0,0 +433716,0,0,0,0,0 +433717,0,0,0,0,0 +433718,0,0,0,0,0 +433719,0,0,0,0,0 +433720,0,0,0,0,0 +433721,0,0,0,0,0 +433722,0,0,0,0,0 +433723,0,0,0,0,0 +433724,0,0,0,0,0 +433725,0,0,0,0,0 +433726,0,0,0,0,0 +433727,0,0,0,0,0 +433728,0,0,0,0,0 +433729,0,0,0,0,0 +433730,0,0,0,0,0 +433731,0,0,0,0,0 +433732,0,0,0,0,0 +433733,0,0,0,0,0 +433734,0,0,0,0,0 +433735,0,0,0,0,0 +433736,0,0,0,0,0 +433737,0,0,0,0,0 +433738,0,0,0,0,0 +433739,0,0,0,0,0 +433740,0,0,0,0,0 +433741,0,0,0,0,0 +433742,0,0,0,0,0 +433743,0,0,0,0,0 +433744,0,0,0,0,0 +433745,0,0,0,0,0 +433746,0,0,0,0,0 +433747,0,0,0,0,0 +433748,0,0,0,0,0 +433749,0,0,0,0,0 +433750,0,0,0,0,0 +433751,0,0,0,0,0 +433752,0,0,0,0,0 +433753,0,0,0,0,0 +433754,0,0,0,0,0 +433755,0,0,0,0,0 +433756,0,0,0,0,0 +433757,0,0,0,0,0 +433758,0,0,0,0,0 +433759,0,0,0,0,0 +433760,0,0,0,0,0 +433761,0,0,0,0,0 +433762,0,0,0,0,0 +433763,0,0,0,0,0 +433764,0,0,0,0,0 +433765,0,0,0,0,0 +433766,0,0,0,0,0 +433767,0,0,0,0,0 +433768,0,0,0,0,0 +433769,0,0,0,0,0 +433770,0,0,0,0,0 +433771,0,0,0,0,0 +433772,0,0,0,0,0 +433773,0,0,0,0,0 +433774,0,0,0,0,0 +433775,0,0,0,0,0 +433776,0,0,0,0,0 +433777,0,0,0,0,0 +433778,0,0,0,0,0 +433779,0,0,0,0,0 +433780,0,0,0,0,0 +433781,0,0,0,0,0 +433782,0,0,0,0,0 +433783,0,0,0,0,0 +433784,0,0,0,0,0 +433785,0,0,0,0,0 +433786,0,0,0,0,0 +433787,0,0,0,0,0 +433788,0,0,0,0,0 +433789,0,0,0,0,0 +433790,0,0,0,0,0 +433791,0,0,0,0,0 +433792,0,0,0,0,0 +433793,0,0,0,0,0 +433794,0,0,0,0,0 +433795,0,0,0,0,0 +433796,0,0,0,0,0 +433797,0,0,0,0,0 +433798,0,0,0,0,0 +433799,0,0,0,0,0 +433800,0,0,0,0,0 +433801,0,0,0,0,0 +433802,0,0,0,0,0 +433803,0,0,0,0,0 +433804,0,0,0,0,0 +433805,0,0,0,0,0 +433806,0,0,0,0,0 +433807,0,0,0,0,0 +433808,0,0,0,0,0 +433809,0,0,0,0,0 +433810,0,0,0,0,0 +433811,0,0,0,0,0 +433812,0,0,0,0,0 +433813,0,0,0,0,0 +433814,0,0,0,0,0 +433815,0,0,0,0,0 +433816,0,0,0,0,0 +433817,0,0,0,0,0 +433818,0,0,0,0,0 +433819,0,0,0,0,0 +433820,0,0,0,0,0 +433821,0,0,0,0,0 +433822,0,0,0,0,0 +433823,0,0,0,0,0 +433824,0,0,0,0,0 +433825,0,0,0,0,0 +433826,0,0,0,0,0 +433827,0,0,0,0,0 +433828,0,0,0,0,0 +433829,0,0,0,0,0 +433830,0,0,0,0,0 +433831,0,0,0,0,0 +433832,0,0,0,0,0 +433833,0,0,0,0,0 +433834,0,0,0,0,0 +433835,0,0,0,0,0 +433836,0,0,0,0,0 +433837,0,0,0,0,0 +433838,0,0,0,0,0 +433839,0,0,0,0,0 +433840,0,0,0,0,0 +433841,0,0,0,0,0 +433842,0,0,0,0,0 +433843,0,0,0,0,0 +433844,0,0,0,0,0 +433845,0,0,0,0,0 +433846,0,0,0,0,0 +433847,0,0,0,0,0 +433848,0,0,0,0,0 +433849,0,0,0,0,0 +433850,0,0,0,0,0 +433851,0,0,0,0,0 +433852,0,0,0,0,0 +433853,0,0,0,0,0 +433854,0,0,0,0,0 +433855,0,0,0,0,0 +433856,0,0,0,0,0 +433857,0,0,0,0,0 +433858,0,0,0,0,0 +433859,0,0,0,0,0 +433860,0,0,0,0,0 +433861,-1682.999901,-806.7056761,-1651.422395,-811.623565,-1073.047363 +433862,-1731.520781,-803.2580196,-1700.582083,-809.1593878,-1097.700979 +433863,-1789.351554,0,-1755.778577,-805.612539,-680.2040883 +433864,-1841.034282,0,-1805.025748,-802.0962894,0 +433865,-1847.415327,0,-1226.598111,-556.4518812,-74.52903353 +433866,-404.5816341,0,-299.4821714,-241.0422649,-419.0264559 +433867,-1052.632271,0,-984.612281,-484.6457433,-188.8855968 +433868,-922.6478741,0,-727.7532844,-387.3360901,-228.2685604 +433869,-864.4831213,0,-708.6737934,-381.3527824,-226.3188249 +433870,-851.3232221,0,-694.1334937,-375.5231117,-224.2046572 +433871,-842.2880414,0,-680.790183,-369.9708687,-221.9682979 +433872,-827.6164681,0,-664.8764542,-364.7758143,-220.3518012 +433873,-819.1420569,0,-654.3712708,-360.0102324,-217.927292 +433874,-808.514643,0,-640.4465018,-354.3067129,-215.792783 +433875,-799.2444848,0,-631.2585242,-349.8287544,-213.5966359 +433876,-786.9254073,0,-619.7301308,-344.4422777,-210.6160524 +433877,-778.8109254,0,-610.0315378,-339.6317761,-208.6869741 +433878,-768.5998224,0,-600.1204996,-335.8276649,-205.9854875 +433879,-759.0620579,0,-588.9364193,-330.3623345,-203.2482358 +433880,-750.2507826,0,-580.8102241,-325.9412533,-200.8488423 +433881,-739.3153129,0,-571.4582162,-321.819429,-197.6848304 +433882,-732.0644371,0,-561.9670533,-317.2045952,-195.2359 +433883,-722.7090422,0,-552.346875,-312.9080622,-192.3966858 +433884,-713.1899207,0,-544.8467126,-308.1158356,-189.1680951 +433885,-704.5238246,0,-536.1363603,-304.923005,-187.0366177 +433886,-695.729146,0,-527.9009915,-299.5558481,-183.4053327 +433887,-687.8374076,0,-519.5862127,-296.2523519,-180.8762461 +433888,-678.8089123,0,-511.7705688,-291.6023296,-177.5916465 +433889,-670.7108031,0,-503.8910495,-287.7648398,-175.0420343 +433890,-661.4662604,0,-495.9513637,-283.8800097,-171.73801 +433891,-655.3015988,0,-490.8636861,-280.3964126,-169.1722771 +433892,-648.0127148,0,-485.7455169,-277.7763549,-165.8530445 +433893,-640.6558662,0,-480.5987001,-274.2273241,-162.90097 +433894,-629.9811201,0,-475.4250415,-267.8959622,-159.9433273 +433895,-621.3781919,0,-469.636998,-265.1824167,-156.9806922 +433896,-614.9010781,0,-465.002316,-261.5180878,-154.2008094 +433897,-608.3777387,0,-460.9398376,-259.2266405,-151.0427727 +433898,-601.8089589,0,-455.6758563,-255.9800559,-148.2556625 +433899,-595.1960921,0,-452.174555,-253.1825318,-145.2782383 +433900,-589.6640269,0,-447.4709099,-250.3668785,-142.2980438 +433901,-581.8423708,0,-443.3482526,-247.5335357,-139.5027752 +433902,-577.3740896,0,-439.2132637,-245.1632871,-136.5179201 +433903,-569.4673254,0,-435.6652819,-241.8153939,-133.5310951 +433904,-564.9472157,0,-432.1078263,-239.9015968,-130.9175362 +433905,-558.1094374,0,-427.3399196,-237.2497094,-127.7398776 +433906,-552.3895016,0,-424.9668007,-234.584108,-125.1234465 +433907,-546.643389,0,-420.1789806,-232.1508243,-122.3182498 +433908,-540.8714446,0,-417.1904554,-229.2138832,-119.3243482 +433909,-533.9062748,0,-413.5920762,-227.7466727,-116.7046734 +433910,-529.839874,0,-409.9866758,-224.2905165,-114.0841421 +433911,-523.4087646,0,-406.3746776,-222.8100435,-110.8999079 +433912,-517.5402182,0,-403.3629108,-219.8268502,-108.6532006 +433913,-511.6493539,0,-399.739089,-217.8337204,-105.6552486 +433914,-506.9249417,0,-396.1093779,-215.5828006,-103.0320477 +433915,-500.994102,171.4891979,-392.4742105,-213.3241467,-100.4083453 +433916,-495.0419998,153.703817,-390.0523071,-210.8050154,-97.59649787 +433917,-490.2688865,158.9663429,-385.1877519,-208.7848411,-95.15961471 +433918,-484.2799142,187.5585262,-383.3687954,-206.7589352,-92.53466422 +433919,-478.8745182,204.1959113,-378.4925767,-204.2171855,-89.72166436 +433920,-468.0058136,211.7267628,-369.9352442,-198.5914621,-87.47146669 +433921,-461.3395382,226.245491,-365.0398175,-196.0248478,-84.65784495 +433922,-456.4809591,241.2676362,-361.3659207,-193.4505926,-82.21939917 +433923,-449.1667497,256.7335436,-356.4587309,-191.3867879,-79.78072843 +433924,-444.2809163,271.2297667,-352.1608903,-188.5398973,-77.15412166 +433925,-438.7705188,286.404588,-347.858571,-186.7253357,-74.71505307 +433926,-432.63198,300.9906518,-343.5519665,-184.1257204,-72.08808664 +433927,-427.0951763,315.552388,-338.6242413,-181.519786,-70.02416423 +433928,-421.5466344,329.849765,-334.308952,-179.954497,-67.20914941 +433929,-415.9864599,344.4920353,-333.6959866,-177.0764226,-64.95721951 +433930,-409.7949697,363.9460821,-328.1401412,-175.2421588,-62.5174353 +433931,-404.8335906,382.6042235,-324.4348375,-172.6159155,-60.26528277 +433932,-398.6191009,401.6086064,-318.8700815,-170.5115028,-57.82528147 +433933,-393.6397295,419.917782,-313.9199106,-168.403769,-55.38518722 +433934,-386.7792826,438.3066563,-308.9662997,-166.0283315,-53.13276175 +433935,-381.7829165,456.501564,-304.0093252,-163.9137988,-50.88026002 +433936,-376.1534166,474.4610141,-298.4287925,-161.7962197,-48.62768426 +433937,-369.2609412,492.3748212,-294.7075011,-159.4103463,-46.1872875 +433938,-364.8704719,510.037348,-288.4998905,-157.5526072,-43.93458985 +433939,-357.9598891,527.3678318,-284.7745708,-154.8946337,-41.86959679 +433940,-352.298961,545.2407821,-278.561223,-153.2985702,-39.42903569 +433941,-346.0012967,562.3013359,-274.8326946,-150.6345896,-37.17618806 +433942,-340.9585108,579.5161873,-269.2367454,-149.0349881,-35.1110618 +433943,-334.0159955,596.5417581,-264.5721445,-146.3655371,-32.85813411 +433944,-327.6983158,613.4385619,-259.9062611,-144.4954091,-30.60516954 +433945,-322.6404532,630.2076781,-254.3051994,-142.3562361,-28.53993637 +433946,-315.0457864,646.8519041,-250.5709937,-140.2152,-26.2869087 +433947,-309.9794762,663.3730002,-244.9674671,-137.8044917,-24.03385373 +433948,-303.0076934,679.730365,-239.9858104,-136.1965641,-21.96854051 +433949,-297.3000579,696.0709025,-235.6264147,-133.7826146,-19.90320386 +433950,-290.319554,712.2050418,-230.6433256,-131.6354774,-17.65007729 +433951,-284.2879556,726.5996548,-225.6595197,-129.4871712,-15.39693121 +433952,-276.9826493,740.521505,-219.7403282,-126.7999364,-13.51930452 +433953,-271.2633581,754.2613694,-214.7554634,-124.9181535,-11.26612298 +433954,-263.634159,767.1271835,-209.4585025,-121.9590917,-9.200694757 +433955,-257.2745784,781.0052495,-203.8495353,-120.3446399,-6.947482944 +433956,-250.2770624,793.5072645,-198.5519351,-117.3831194,-4.882028579 +433957,-243.5960237,806.399485,-193.2540756,-115.228607,-3.004333198 +433958,-236.5954171,818.7003556,-188.2677429,-112.8040293,0 +433959,-229.9119171,831.0262173,-182.0343469,-110.6482604,0 +433960,-222.5908241,843.1594941,-177.6711355,-107.9527174,0 +433961,-216.2240952,854.8507377,-171.7492412,-105.9307205,0 +433962,-208.5831616,866.6903723,-166.4506767,-103.3689265,0 +433963,-202.2154433,877.8735359,-161.4637584,-100.9415407,0 +433964,-194.5736256,889.375842,-155.8533449,-98.51387711,0 +433965,-188.2053253,900.2830132,-150.8662985,-96.35573604,0 +433966,-180.5629732,911.4415196,-144.9440655,-93.92751245,0 +433967,-173.5574012,921.9250859,-140.268712,-91.3641015,0 +433968,-166.5517944,932.7289395,-134.658144,-89.07045699,0 +433969,-159.5460429,943.000475,-129.3592342,-86.77666693,0 +433970,-151.9032967,953.3470429,-123.9044864,-84.21286785,0 +433971,-145.2159322,963.345463,-118.761433,-81.9188782,0 +433972,-137.5731288,973.2995913,-113.4625104,-79.48988809,0 +433973,-130.5672281,983.1307269,-108.0076686,-77.19577321,0 +433974,-123.0836273,992.6328509,-102.8645635,-74.49674513,0 +433975,-116.0776915,1002.15879,-97.40969269,-72.47251257,0 +433976,-108.4348034,1011.495799,-92.11069535,-69.77342594,0 +433977,-101.4288261,1020.583944,-86.9675268,-67.47920679,0 +433978,-93.78590288,1029.680653,-81.35677212,-65.0500304,0 +433979,-86.62065604,1038.466692,-76.36944153,-62.75578034,0 +433980,-78.97770996,1047.273985,-70.75866742,-60.19159087,0 +433981,-70.85706497,1056.197973,-64.83617433,-57.4924394,0 +433982,-62.41793554,1065.186806,-58.91367111,-54.92826004,0 +433983,-54.13802896,1073.967976,-52.67943715,-52.22910543,0 +433984,-45.53964962,1082.449238,-46.75692324,-49.5299462,0 +433985,-37.25973237,1091.103528,-42.39296504,-46.96574902,0 +433986,-28.8205724,1099.417576,-37.56142561,-44.13161447,0 +433987,-22.2921588,1107.676424,-32.72987884,-41.56741378,0 +433988,-15.60451739,1115.727823,-27.74247171,-38.86824344,0 +433989,-8.598408622,1125.153565,-23.06678096,-36.16906563,0 +433990,-1.43306814,1135.228904,-17.92351312,-33.46988617,0 +433991,0,1139.759895,-13.24781857,-30.77070672,0 +433992,0,1152.804769,-8.416262515,-28.88128252,0 +433993,0,1153.393802,-3.272990543,-26.72194008,0 +433994,0,1171.618879,0,-24.56259378,0 +433995,0,1163.731331,0,-22.40324254,0 +433996,0,1163.52928,0,-19.97396784,0 +433997,0,1192.587686,0,-18.08454679,0 +433998,0,1187.355131,0,-15.65527371,0 +433999,0,1196.940018,0,-13.3609653,0 +434000,0,1203.729232,0,-11.33658252,0 +434001,0,1210.185641,0,-8.907314398,0 +434002,0,1216.707649,0,-6.88292698,0 +434003,0,1222.974001,0,-4.453657429,0 +434004,0,1229.41102,0,-2.42926792,0 +434005,0,1235.383039,0,0,0 +434006,0,1241.489605,0,0,0 +434007,0,1247.411428,0,0,0 +434008,0,1253.3218,0,0,0 +434009,0,1258.937292,0,0,0 +434010,0,1264.55025,0,0,0 +434011,0,1270.924321,0,0,0 +434012,0,1277.16946,0,0,0 +434013,0,1283.543984,0,0,0 +434014,0,1289.684286,0,0,0 +434015,0,1295.960166,0,0,0 +434016,0,1302.125334,0,0,0 +434017,0,1308.258087,0,0,0 +434018,0,1314.346596,0,0,0 +434019,0,1320.38776,0,0,0 +434020,0,1326.380169,0,0,0 +434021,0,1332.322792,0,0,0 +434022,0,1338.29615,0,0,0 +434023,0,1344.014391,0,0,0 +434024,0,1349.864061,0,0,0 +434025,0,1355.502654,0,0,0 +434026,0,1361.309941,0,0,0 +434027,0,1366.962279,0,0,0 +434028,0,1372.425595,0,0,0 +434029,0,1378.010342,0,0,0 +434030,0,1383.46396,0,0,0 +434031,0,1388.876757,0,0,0 +434032,0,1394.235252,0,0,0 +434033,0,1399.624355,0,0,0 +434034,0,1404.65745,0,0,0 +434035,0,1410.042468,0,0,0 +434036,0,1415.102894,0,0,0 +434037,0,1420.199178,0,0,0 +434038,0,1425.226488,0,0,0 +434039,0,1430.287958,0,0,0 +434040,0,1435.068476,0,0,0 +434041,0,1439.661068,0,0,0 +434042,0,1444.079925,0,0,0 +434043,0,1448.449248,0,0,0 +434044,0,1452.665945,0,0,0 +434045,0,1457.048151,0,0,0 +434046,0,1461.168129,0,0,0 +434047,0,1465.309602,0,0,0 +434048,0,1469.466159,0,0,0 +434049,0,1473.338513,0,0,0 +434050,0,1477.351344,0,0,0 +434051,0,1481.222496,0,0,0 +434052,0,1485.048342,0,0,0 +434053,0,1488.813548,0,0,0 +434054,0,1492.518171,0,0,0 +434055,0,1496.161225,0,0,0 +434056,0,1499.742732,0,0,0 +434057,0,1503.261482,0,0,0 +434058,0,1506.810163,0,0,0 +434059,0,1509.969199,0,0,0 +434060,0,1513.397177,0,0,0 +434061,0,1516.668938,0,0,0 +434062,0,1519.779942,0,0,0 +434063,0,1523.002788,0,0,0 +434064,0,1525.962915,0,0,0 +434065,0,1529.046314,0,0,0 +434066,0,1531.866247,0,0,0 +434067,0,1534.805633,0,0,0 +434068,0,1537.481172,0,0,0 +434069,0,1540.272248,0,0,0 +434070,0,1542.798508,0,0,0 +434071,0,1544.674345,0,0,0 +434072,0,1546.103721,0,0,0 +434073,0,1547.591443,0,0,0 +434074,0,1548.852584,0,0,0 +434075,0,1551.389889,0,0,0 +434076,0,1549.229036,0,0,0 +434077,0,1557.113161,0,0,0 +434078,0,1545.991876,0,0,0 +434079,0,1566.079968,0,0,0 +434080,0,1539.177249,0,0,0 +434081,0,1576.532772,0,0,0 +434082,0,1530.642652,0,0,0 +434083,0,1587.023053,0,0,0 +434084,0,1521.460901,0,0,0 +434085,0,1570.18165,0,0,0 +434086,0,1554.140163,0,0,0 +434087,0,1551.957535,0,0,0 +434088,0,1559.415223,0,0,0 +434089,0,1545.849073,0,0,0 +434090,0,1566.912185,0,0,0 +434091,0,1536.742689,0,0,0 +434092,0,1571.057853,0,0,0 +434093,0,1531.029597,0,0,0 +434094,0,1570.430976,0,0,0 +434095,0,1529.044661,0,0,0 +434096,0,1564.716164,0,0,0 +434097,0,1531.102393,0,0,0 +434098,0,1553.522346,0,0,0 +434099,0,1537.656644,0,0,0 +434100,0,1543.227793,0,0,0 +434101,0,1538.914545,0,0,0 +434102,0,1537.178617,0,0,0 +434103,0,1534.888692,0,0,0 +434104,0,1532.479992,0,0,0 +434105,0,1529.959911,0,0,0 +434106,0,1527.331258,0,0,0 +434107,0,1524.594258,0,0,0 +434108,0,1521.750191,0,0,0 +434109,0,1518.799289,0,0,0 +434110,0,1515.742483,0,0,0 +434111,0,1512.579998,0,0,0 +434112,0,1509.312747,0,0,0 +434113,0,1506.036948,0,0,0 +434114,0,1502.326657,0,0,0 +434115,0,1498.954419,0,0,0 +434116,0,1495.190234,0,0,0 +434117,0,1491.422173,0,0,0 +434118,0,1487.538445,0,0,0 +434119,0,1483.554156,0,0,0 +434120,0,1479.470467,0,0,0 +434121,0,1475.287862,0,0,0 +434122,0,1471.007389,0,0,0 +434123,0,1466.629812,0,0,0 +434124,0,1462.0599,0,0,0 +434125,0,1457.626329,0,0,0 +434126,0,1452.894422,0,0,0 +434127,0,1448.243664,0,0,0 +434128,0,1443.257905,0,0,0 +434129,0,1438.380275,0,0,0 +434130,0,1433.330642,0,0,0 +434131,0,1427.461698,0,0,0 +434132,0,1421.682905,0,0,0 +434133,0,1415.575208,0,0,0 +434134,0,1409.419523,0,0,0 +434135,0,1403.130611,0,0,0 +434136,0,1396.816619,0,0,0 +434137,0,1390.082456,0,0,0 +434138,0,1383.656534,0,0,0 +434139,0,1376.855143,0,0,0 +434140,0,1370.045376,0,0,0 +434141,0,1363.037173,0,0,0 +434142,0,1356.142306,0,0,0 +434143,0,1349.058271,0,0,0 +434144,0,1341.748116,0,0,0 +434145,0,1334.519785,0,0,0 +434146,0,1327.042648,0,0,0 +434147,0,1319.707661,0,0,0 +434148,0,1312.104316,0,0,0 +434149,0,1304.495095,0,0,0 +434150,0,1296.791543,0,0,0 +434151,0,1289.014778,0,0,0 +434152,0,1281.161519,0,0,0 +434153,0,1273.151367,0,0,0 +434154,0,1265.269969,0,0,0 +434155,0,1257.225789,0,0,0 +434156,0,1248.905446,0,0,0 +434157,0,1240.871602,0,0,0 +434158,0,1232.535781,0,0,0 +434159,0,1224.137256,0,0,0 +434160,0,1215.93196,0,0,0 +434161,0,1207.32831,0,0,0 +434162,0,1198.82291,0,0,0 +434163,0,1190.368815,0,0,0 +434164,0,1181.784048,0,0,0 +434165,0,1172.950155,0,0,0 +434166,0,1164.399909,0,0,0 +434167,0,1155.496859,0,0,0 +434168,0,1164.292494,0,0,0 +434169,0,1112.105804,0,0,0 +434170,0,1155.861275,0,0,0 +434171,0,1096.533775,0,0,0 +434172,14.57238906,1121.207379,0,0,0 +434173,129.6506991,1099.63888,0,0,0 +434174,78.00267164,1092.872214,0,0,0 +434175,106.0783784,1083.748069,0,0,0 +434176,118.1166599,1074.667545,0,0,0 +434177,129.217717,1065.31664,0,0,0 +434178,140.51588,1056.238209,0,0,0 +434179,151.5958575,1046.996772,0,0,0 +434180,162.8358961,1037.631679,0,0,0 +434181,173.7972251,1028.367564,0,0,0 +434182,185.3827594,1019.019816,0,0,0 +434183,195.9893588,1009.655691,0,0,0 +434184,207.613478,1000.267919,0,0,0 +434185,218.5623787,990.9211305,0,0,0 +434186,229.8561543,981.4019467,0,0,0 +434187,240.9726747,971.946075,0,0,0 +434188,252.2727152,962.6270651,0,0,0 +434189,263.2055596,953.0161883,0,0,0 +434190,274.8094238,943.5744848,0,0,0 +434191,286.4694102,934.4768911,0,0,0 +434192,298.42282,925.4287842,0,0,0 +434193,310.1571463,916.4560003,0,0,0 +434194,322.8233372,907.3505062,0,0,0 +434195,334.3249088,898.31531,0,0,0 +434196,346.7151106,889.4309958,0,0,0 +434197,358.8039339,880.2985909,0,0,0 +434198,371.0449554,871.3952569,0,0,0 +434199,383.0104164,862.248063,0,0,0 +434200,395.8368773,853.3648489,0,0,0 +434201,407.907474,844.376129,0,0,0 +434202,420.3941941,835.3142483,0,0,0 +434203,432.805124,826.3645056,0,0,0 +434204,445.3525769,817.3779959,0,0,0 +434205,457.86759,808.4557921,0,0,0 +434206,470.463544,799.3649825,0,0,0 +434207,483.0982886,790.5701134,0,0,0 +434208,495.7783168,781.5087086,0,0,0 +434209,508.4671847,772.6178424,0,0,0 +434210,521.3026036,763.6896842,0,0,0 +434211,533.6851381,755.2705478,0,0,0 +434212,547.1212916,745.6470656,0,0,0 +434213,559.8017158,737.1802262,0,0,0 +434214,572.8008656,728.2214946,0,0,0 +434215,585.7753352,719.3475949,0,0,0 +434216,598.951083,710.603832,0,0,0 +434217,611.9126813,701.739221,0,0,0 +434218,625.1855749,693.045343,0,0,0 +434219,638.3036607,684.2791265,0,0,0 +434220,651.7042739,675.5334586,0,0,0 +434221,0,0,0,0,0 +434222,0,0,0,0,0 +434223,0,0,0,0,0 +434224,0,0,0,0,0 +434225,0,0,0,0,0 +434226,0,0,0,0,0 +434227,0,0,0,0,0 +434228,0,0,0,0,0 +434229,0,0,0,0,0 +434230,0,0,0,0,0 +434231,0,0,0,0,0 +434232,0,0,0,0,0 +434233,0,0,0,0,0 +434234,0,0,0,0,0 +434235,0,0,0,0,0 +434236,0,0,0,0,0 +434237,0,0,0,0,0 +434238,0,0,0,0,0 +434239,0,0,0,0,0 +434240,0,0,0,0,0 +434241,0,0,0,0,0 +434242,0,0,0,0,0 +434243,0,0,0,0,0 +434244,0,0,0,0,0 +434245,0,0,0,0,0 +434246,0,0,0,0,0 +434247,0,0,0,0,0 +434248,0,0,0,0,0 +434249,0,0,0,0,0 +434250,0,0,0,0,0 +434251,0,0,0,0,0 +434252,0,0,0,0,0 +434253,0,0,0,0,0 +434254,0,0,0,0,0 +434255,0,0,0,0,0 +434256,0,0,0,0,0 +434257,0,0,0,0,0 +434258,0,0,0,0,0 +434259,0,0,0,0,0 +434260,0,0,0,0,0 +434261,0,0,0,0,0 +434262,0,0,0,0,0 +434263,0,0,0,0,0 +434264,0,0,0,0,0 +434265,0,0,0,0,0 +434266,0,0,0,0,0 +434267,0,0,0,0,0 +434268,0,0,0,0,0 +434269,0,0,0,0,0 +434270,0,0,0,0,0 +434271,0,0,0,0,0 +434272,0,0,0,0,0 +434273,0,0,0,0,0 +434274,0,0,0,0,0 +434275,0,0,0,0,0 +434276,0,0,0,0,0 +434277,0,0,0,0,0 +434278,0,0,0,0,0 +434279,0,0,0,0,0 +434280,0,0,0,0,0 +434281,0,0,0,0,0 +434282,0,0,0,0,0 +434283,0,0,0,0,0 +434284,0,0,0,0,0 +434285,0,0,0,0,0 +434286,0,0,0,0,0 +434287,0,0,0,0,0 +434288,0,0,0,0,0 +434289,0,0,0,0,0 +434290,0,0,0,0,0 +434291,0,0,0,0,0 +434292,0,0,0,0,0 +434293,0,0,0,0,0 +434294,0,0,0,0,0 +434295,0,0,0,0,0 +434296,0,0,0,0,0 +434297,0,0,0,0,0 +434298,0,0,0,0,0 +434299,0,0,0,0,0 +434300,0,0,0,0,0 +434301,0,0,0,0,0 +434302,0,0,0,0,0 +434303,0,0,0,0,0 +434304,0,0,0,0,0 +434305,0,0,0,0,0 +434306,0,0,0,0,0 +434307,0,0,0,0,0 +434308,0,0,0,0,0 +434309,0,0,0,0,0 +434310,0,0,0,0,0 +434311,0,0,0,0,0 +434312,0,0,0,0,0 +434313,0,0,0,0,0 +434314,0,0,0,0,0 +434315,0,0,0,0,0 +434316,0,0,0,0,0 +434317,0,0,0,0,0 +434318,0,0,0,0,0 +434319,0,0,0,0,0 +434320,0,0,0,0,0 +434321,0,0,0,0,0 +434322,0,0,0,0,0 +434323,0,0,0,0,0 +434324,0,0,0,0,0 +434325,0,0,0,0,0 +434326,0,0,0,0,0 +434327,0,0,0,0,0 +434328,0,0,0,0,0 +434329,0,0,0,0,0 +434330,0,0,0,0,0 +434331,0,0,0,0,0 +434332,0,0,0,0,0 +434333,0,0,0,0,0 +434334,0,0,0,0,0 +434335,0,0,0,0,0 +434336,0,0,0,0,0 +434337,0,0,0,0,0 +434338,0,0,0,0,0 +434339,0,0,0,0,0 +434340,0,0,0,0,0 +434341,0,0,0,0,0 +434342,0,0,0,0,0 +434343,0,0,0,0,0 +434344,0,0,0,0,0 +434345,0,0,0,0,0 +434346,0,0,0,0,0 +434347,0,0,0,0,0 +434348,0,0,0,0,0 +434349,0,0,0,0,0 +434350,0,0,0,0,0 +434351,0,0,0,0,0 +434352,0,0,0,0,0 +434353,0,0,0,0,0 +434354,0,0,0,0,0 +434355,0,0,0,0,0 +434356,0,0,0,0,0 +434357,0,0,0,0,0 +434358,0,0,0,0,0 +434359,0,0,0,0,0 +434360,0,0,0,0,0 +434361,0,0,0,0,0 +434362,0,0,0,0,0 +434363,0,0,0,0,0 +434364,0,0,0,0,0 +434365,0,0,0,0,0 +434366,0,0,0,0,0 +434367,0,0,0,0,0 +434368,0,0,0,0,0 +434369,0,0,0,0,0 +434370,0,0,0,0,0 +434371,0,0,0,0,0 +434372,0,0,0,0,0 +434373,0,0,0,0,0 +434374,0,0,0,0,0 +434375,0,0,0,0,0 +434376,0,0,0,0,0 +434377,0,0,0,0,0 +434378,0,0,0,0,0 +434379,0,0,0,0,0 +434380,0,0,0,0,0 +434381,0,0,0,0,0 +434382,0,0,0,0,0 +434383,0,0,0,0,0 +434384,0,0,0,0,0 +434385,0,0,0,0,0 +434386,0,0,0,0,0 +434387,0,0,0,0,0 +434388,0,0,0,0,0 +434389,0,0,0,0,0 +434390,0,0,0,0,0 +434391,0,0,0,0,0 +434392,0,0,0,0,0 +434393,0,0,0,0,0 +434394,0,0,0,0,0 +434395,0,0,0,0,0 +434396,0,0,0,0,0 +434397,0,0,0,0,0 +434398,0,0,0,0,0 +434399,0,0,0,0,0 +434400,0,0,0,0,0 +434401,0,0,0,0,0 +434402,0,0,0,0,0 +434403,0,0,0,0,0 +434404,0,0,0,0,0 +434405,0,0,0,0,0 +434406,0,0,0,0,0 +434407,0,0,0,0,0 +434408,0,0,0,0,0 +434409,0,0,0,0,0 +434410,0,0,0,0,0 +434411,0,0,0,0,0 +434412,0,0,0,0,0 +434413,0,0,0,0,0 +434414,0,0,0,0,0 +434415,0,0,0,0,0 +434416,0,0,0,0,0 +434417,0,0,0,0,0 +434418,0,0,0,0,0 +434419,0,0,0,0,0 +434420,0,0,0,0,0 +434421,0,0,0,0,0 +434422,0,0,0,0,0 +434423,0,0,0,0,0 +434424,0,0,0,0,0 +434425,0,0,0,0,0 +434426,0,0,0,0,0 +434427,0,0,0,0,0 +434428,0,0,0,0,0 +434429,0,0,0,0,0 +434430,0,0,0,0,0 +434431,0,0,0,0,0 +434432,0,0,0,0,0 +434433,0,0,0,0,0 +434434,0,0,0,0,0 +434435,0,0,0,0,0 +434436,0,0,0,0,0 +434437,0,0,0,0,0 +434438,0,0,0,0,0 +434439,0,0,0,0,0 +434440,0,0,0,0,0 +434441,0,0,0,0,0 +434442,0,0,0,0,0 +434443,0,0,0,0,0 +434444,0,0,0,0,0 +434445,0,0,0,0,0 +434446,0,0,0,0,0 +434447,0,0,0,0,0 +434448,0,0,0,0,0 +434449,0,0,0,0,0 +434450,0,0,0,0,0 +434451,0,0,0,0,0 +434452,0,0,0,0,0 +434453,0,0,0,0,0 +434454,0,0,0,0,0 +434455,0,0,0,0,0 +434456,0,0,0,0,0 +434457,0,0,0,0,0 +434458,0,0,0,0,0 +434459,0,0,0,0,0 +434460,0,0,0,0,0 +434461,0,0,0,0,0 +434462,0,0,0,0,0 +434463,0,0,0,0,0 +434464,0,0,0,0,0 +434465,0,0,0,0,0 +434466,0,0,0,0,0 +434467,0,0,0,0,0 +434468,0,0,0,0,0 +434469,0,0,0,0,0 +434470,0,0,0,0,0 +434471,0,0,0,0,0 +434472,0,0,0,0,0 +434473,0,0,0,0,0 +434474,0,0,0,0,0 +434475,0,0,0,0,0 +434476,0,0,0,0,0 +434477,0,0,0,0,0 +434478,0,0,0,0,0 +434479,0,0,0,0,0 +434480,0,0,0,0,0 +434481,0,0,0,0,0 +434482,0,0,0,0,0 +434483,0,0,0,0,0 +434484,0,0,0,0,0 +434485,0,0,0,0,0 +434486,0,0,0,0,0 +434487,0,0,0,0,0 +434488,0,0,0,0,0 +434489,0,0,0,0,0 +434490,0,0,0,0,0 +434491,0,0,0,0,0 +434492,0,0,0,0,0 +434493,0,0,0,0,0 +434494,0,0,0,0,0 +434495,0,0,0,0,0 +434496,0,0,0,0,0 +434497,0,0,0,0,0 +434498,0,0,0,0,0 +434499,0,0,0,0,0 +434500,0,0,0,0,0 +434501,0,0,0,0,0 +434502,0,0,0,0,0 +434503,0,0,0,0,0 +434504,0,0,0,0,0 +434505,0,0,0,0,0 +434506,0,0,0,0,0 +434507,0,0,0,0,0 +434508,0,0,0,0,0 +434509,0,0,0,0,0 +434510,0,0,0,0,0 +434511,0,0,0,0,0 +434512,0,0,0,0,0 +434513,0,0,0,0,0 +434514,0,0,0,0,0 +434515,0,0,0,0,0 +434516,0,0,0,0,0 +434517,0,0,0,0,0 +434518,0,0,0,0,0 +434519,0,0,0,0,0 +434520,0,0,0,0,0 +434521,0,0,0,0,0 +434522,0,0,0,0,0 +434523,0,0,0,0,0 +434524,0,0,0,0,0 +434525,0,0,0,0,0 +434526,0,0,0,0,0 +434527,0,0,0,0,0 +434528,0,0,0,0,0 +434529,0,0,0,0,0 +434530,0,0,0,0,0 +434531,0,0,0,0,0 +434532,0,0,0,0,0 +434533,0,0,0,0,0 +434534,0,0,0,0,0 +434535,0,0,0,0,0 +434536,0,0,0,0,0 +434537,0,0,0,0,0 +434538,0,0,0,0,0 +434539,0,0,0,0,0 +434540,0,0,0,0,0 +434541,0,0,0,0,0 +434542,0,0,0,0,0 +434543,0,0,0,0,0 +434544,0,0,0,0,0 +434545,0,0,0,0,0 +434546,0,0,0,0,0 +434547,0,0,0,0,0 +434548,0,0,0,0,0 +434549,0,0,0,0,0 +434550,0,0,0,0,0 +434551,0,0,0,0,0 +434552,0,0,0,0,0 +434553,0,0,0,0,0 +434554,0,0,0,0,0 +434555,0,0,0,0,0 +434556,0,0,0,0,0 +434557,0,0,0,0,0 +434558,0,0,0,0,0 +434559,0,0,0,0,0 +434560,0,0,0,0,0 +434561,0,0,0,0,0 +434562,0,0,0,0,0 +434563,0,0,0,0,0 +434564,0,0,0,0,0 +434565,0,0,0,0,0 +434566,0,0,0,0,0 +434567,0,0,0,0,0 +434568,0,0,0,0,0 +434569,0,0,0,0,0 +434570,0,0,0,0,0 +434571,0,0,0,0,0 +434572,0,0,0,0,0 +434573,0,0,0,0,0 +434574,0,0,0,0,0 +434575,0,0,0,0,0 +434576,0,0,0,0,0 +434577,0,0,0,0,0 +434578,0,0,0,0,0 +434579,0,0,0,0,0 +434580,0,0,0,0,0 +434581,0,0,0,0,0 +434582,0,0,0,0,0 +434583,0,0,0,0,0 +434584,0,0,0,0,0 +434585,0,0,0,0,0 +434586,0,0,0,0,0 +434587,0,0,0,0,0 +434588,0,0,0,0,0 +434589,0,0,0,0,0 +434590,0,0,0,0,0 +434591,0,0,0,0,0 +434592,0,0,0,0,0 +434593,0,0,0,0,0 +434594,0,0,0,0,0 +434595,0,0,0,0,0 +434596,0,0,0,0,0 +434597,0,0,0,0,0 +434598,0,0,0,0,0 +434599,0,0,0,0,0 +434600,0,0,0,0,0 +434601,0,0,0,0,0 +434602,0,0,0,0,0 +434603,0,0,0,0,0 +434604,0,0,0,0,0 +434605,0,0,0,0,0 +434606,0,0,0,0,0 +434607,0,0,0,0,0 +434608,0,0,0,0,0 +434609,0,0,0,0,0 +434610,0,0,0,0,0 +434611,0,0,0,0,0 +434612,0,0,0,0,0 +434613,0,0,0,0,0 +434614,0,0,0,0,0 +434615,0,0,0,0,0 +434616,0,0,0,0,0 +434617,0,0,0,0,0 +434618,0,0,0,0,0 +434619,0,0,0,0,0 +434620,0,0,0,0,0 +434621,0,0,0,0,0 +434622,0,0,0,0,0 +434623,0,0,0,0,0 +434624,0,0,0,0,0 +434625,0,0,0,0,0 +434626,0,0,0,0,0 +434627,0,0,0,0,0 +434628,0,0,0,0,0 +434629,0,0,0,0,0 +434630,0,0,0,0,0 +434631,0,0,0,0,0 +434632,0,0,0,0,0 +434633,0,0,0,0,0 +434634,0,0,0,0,0 +434635,0,0,0,0,0 +434636,0,0,0,0,0 +434637,0,0,0,0,0 +434638,0,0,0,0,0 +434639,0,0,0,0,0 +434640,0,0,0,0,0 +434641,0,0,0,0,0 +434642,0,0,0,0,0 +434643,0,0,0,0,0 +434644,0,0,0,0,0 +434645,0,0,0,0,0 +434646,0,0,0,0,0 +434647,0,0,0,0,0 +434648,0,0,0,0,0 +434649,0,0,0,0,0 +434650,0,0,0,0,0 +434651,0,0,0,0,0 +434652,0,0,0,0,0 +434653,0,0,0,0,0 +434654,0,0,0,0,0 +434655,0,0,0,0,0 +434656,0,0,0,0,0 +434657,0,0,0,0,0 +434658,0,0,0,0,0 +434659,0,0,0,0,0 +434660,0,0,0,0,0 +434661,0,0,0,0,0 +434662,0,0,0,0,0 +434663,0,0,0,0,0 +434664,0,0,0,0,0 +434665,0,0,0,0,0 +434666,0,0,0,0,0 +434667,0,0,0,0,0 +434668,0,0,0,0,0 +434669,0,0,0,0,0 +434670,0,0,0,0,0 +434671,0,0,0,0,0 +434672,0,0,0,0,0 +434673,0,0,0,0,0 +434674,0,0,0,0,0 +434675,0,0,0,0,0 +434676,0,0,0,0,0 +434677,0,0,0,0,0 +434678,0,0,0,0,0 +434679,0,0,0,0,0 +434680,0,0,0,0,0 +434681,0,0,0,0,0 +434682,0,0,0,0,0 +434683,0,0,0,0,0 +434684,0,0,0,0,0 +434685,0,0,0,0,0 +434686,0,0,0,0,0 +434687,0,0,0,0,0 +434688,0,0,0,0,0 +434689,0,0,0,0,0 +434690,0,0,0,0,0 +434691,0,0,0,0,0 +434692,0,0,0,0,0 +434693,0,0,0,0,0 +434694,0,0,0,0,0 +434695,0,0,0,0,0 +434696,0,0,0,0,0 +434697,0,0,0,0,0 +434698,0,0,0,0,0 +434699,0,0,0,0,0 +434700,0,0,0,0,0 +434701,0,0,0,0,0 +434702,0,0,0,0,0 +434703,0,0,0,0,0 +434704,0,0,0,0,0 +434705,0,0,0,0,0 +434706,0,0,0,0,0 +434707,0,0,0,0,0 +434708,0,0,0,0,0 +434709,0,0,0,0,0 +434710,0,0,0,0,0 +434711,0,0,0,0,0 +434712,0,0,0,0,0 +434713,0,0,0,0,0 +434714,0,0,0,0,0 +434715,0,0,0,0,0 +434716,0,0,0,0,0 +434717,0,0,0,0,0 +434718,0,0,0,0,0 +434719,0,0,0,0,0 +434720,0,0,0,0,0 +434721,0,0,0,0,0 +434722,0,0,0,0,0 +434723,0,0,0,0,0 +434724,0,0,0,0,0 +434725,0,0,0,0,0 +434726,0,0,0,0,0 +434727,0,0,0,0,0 +434728,0,0,0,0,0 +434729,0,0,0,0,0 +434730,0,0,0,0,0 +434731,0,0,0,0,0 +434732,0,0,0,0,0 +434733,0,0,0,0,0 +434734,0,0,0,0,0 +434735,0,0,0,0,0 +434736,0,0,0,0,0 +434737,0,0,0,0,0 +434738,0,0,0,0,0 +434739,0,0,0,0,0 +434740,0,0,0,0,0 +434741,0,0,0,0,0 +434742,0,0,0,0,0 +434743,0,0,0,0,0 +434744,0,0,0,0,0 +434745,0,0,0,0,0 +434746,0,0,0,0,0 +434747,0,0,0,0,0 +434748,0,0,0,0,0 +434749,0,0,0,0,0 +434750,0,0,0,0,0 +434751,0,0,0,0,0 +434752,0,0,0,0,0 +434753,0,0,0,0,0 +434754,0,0,0,0,0 +434755,0,0,0,0,0 +434756,0,0,0,0,0 +434757,0,0,0,0,0 +434758,0,0,0,0,0 +434759,0,0,0,0,0 +434760,0,0,0,0,0 +434761,0,0,0,0,0 +434762,0,0,0,0,0 +434763,0,0,0,0,0 +434764,0,0,0,0,0 +434765,0,0,0,0,0 +434766,0,0,0,0,0 +434767,0,0,0,0,0 +434768,0,0,0,0,0 +434769,0,0,0,0,0 +434770,0,0,0,0,0 +434771,0,0,0,0,0 +434772,0,0,0,0,0 +434773,0,0,0,0,0 +434774,0,0,0,0,0 +434775,0,0,0,0,0 +434776,0,0,0,0,0 +434777,0,0,0,0,0 +434778,0,0,0,0,0 +434779,0,0,0,0,0 +434780,0,0,0,0,0 +434781,0,0,0,0,0 +434782,0,0,0,0,0 +434783,0,0,0,0,0 +434784,0,0,0,0,0 +434785,0,0,0,0,0 +434786,0,0,0,0,0 +434787,0,0,0,0,0 +434788,0,0,0,0,0 +434789,0,0,0,0,0 +434790,0,0,0,0,0 +434791,0,0,0,0,0 +434792,0,0,0,0,0 +434793,0,0,0,0,0 +434794,0,0,0,0,0 +434795,0,0,0,0,0 +434796,0,0,0,0,0 +434797,0,0,0,0,0 +434798,0,0,0,0,0 +434799,0,0,0,0,0 +434800,0,0,0,0,0 +434801,0,0,0,0,0 +434802,0,0,0,0,0 +434803,0,0,0,0,0 +434804,0,0,0,0,0 +434805,0,0,0,0,0 +434806,0,0,0,0,0 +434807,0,0,0,0,0 +434808,0,0,0,0,0 +434809,0,0,0,0,0 +434810,0,0,0,0,0 +434811,0,0,0,0,0 +434812,0,0,0,0,0 +434813,0,0,0,0,0 +434814,0,0,0,0,0 +434815,0,0,0,0,0 +434816,0,0,0,0,0 +434817,0,0,0,0,0 +434818,0,0,0,0,0 +434819,0,0,0,0,0 +434820,0,0,0,0,0 +434821,0,0,0,0,0 +434822,0,0,0,0,0 +434823,0,0,0,0,0 +434824,0,0,0,0,0 +434825,0,0,0,0,0 +434826,0,0,0,0,0 +434827,0,0,0,0,0 +434828,0,0,0,0,0 +434829,0,0,0,0,0 +434830,0,0,0,0,0 +434831,0,0,0,0,0 +434832,0,0,0,0,0 +434833,0,0,0,0,0 +434834,0,0,0,0,0 +434835,0,0,0,0,0 +434836,0,0,0,0,0 +434837,0,0,0,0,0 +434838,0,0,0,0,0 +434839,0,0,0,0,0 +434840,0,0,0,0,0 +434841,0,0,0,0,0 +434842,0,0,0,0,0 +434843,0,0,0,0,0 +434844,0,0,0,0,0 +434845,0,0,0,0,0 +434846,0,0,0,0,0 +434847,0,0,0,0,0 +434848,0,0,0,0,0 +434849,0,0,0,0,0 +434850,0,0,0,0,0 +434851,0,0,0,0,0 +434852,0,0,0,0,0 +434853,0,0,0,0,0 +434854,0,0,0,0,0 +434855,0,0,0,0,0 +434856,0,0,0,0,0 +434857,0,0,0,0,0 +434858,0,0,0,0,0 +434859,0,0,0,0,0 +434860,0,0,0,0,0 +434861,0,0,0,0,0 +434862,0,0,0,0,0 +434863,0,0,0,0,0 +434864,0,0,0,0,0 +434865,0,0,0,0,0 +434866,0,0,0,0,0 +434867,0,0,0,0,0 +434868,0,0,0,0,0 +434869,0,0,0,0,0 +434870,0,0,0,0,0 +434871,0,0,0,0,0 +434872,0,0,0,0,0 +434873,0,0,0,0,0 +434874,0,0,0,0,0 +434875,0,0,0,0,0 +434876,0,0,0,0,0 +434877,0,0,0,0,0 +434878,0,0,0,0,0 +434879,0,0,0,0,0 +434880,0,0,0,0,0 +434881,0,0,0,0,0 +434882,0,0,0,0,0 +434883,0,0,0,0,0 +434884,0,0,0,0,0 +434885,0,0,0,0,0 +434886,0,0,0,0,0 +434887,0,0,0,0,0 +434888,0,0,0,0,0 +434889,0,0,0,0,0 +434890,0,0,0,0,0 +434891,0,0,0,0,0 +434892,0,0,0,0,0 +434893,0,0,0,0,0 +434894,0,0,0,0,0 +434895,0,0,0,0,0 +434896,0,0,0,0,0 +434897,0,0,0,0,0 +434898,0,0,0,0,0 +434899,0,0,0,0,0 +434900,0,0,0,0,0 +434901,0,0,0,0,0 +434902,0,0,0,0,0 +434903,0,0,0,0,0 +434904,0,0,0,0,0 +434905,0,0,0,0,0 +434906,0,0,0,0,0 +434907,0,0,0,0,0 +434908,0,0,0,0,0 +434909,0,0,0,0,0 +434910,0,0,0,0,0 +434911,0,0,0,0,0 +434912,0,0,0,0,0 +434913,0,0,0,0,0 +434914,0,0,0,0,0 +434915,0,0,0,0,0 +434916,0,0,0,0,0 +434917,0,0,0,0,0 +434918,0,0,0,0,0 +434919,0,0,0,0,0 +434920,0,0,0,0,0 +434921,0,0,0,0,0 +434922,0,0,0,0,0 +434923,0,0,0,0,0 +434924,0,0,0,0,0 +434925,0,0,0,0,0 +434926,0,0,0,0,0 +434927,0,0,0,0,0 +434928,0,0,0,0,0 +434929,0,0,0,0,0 +434930,0,0,0,0,0 +434931,0,0,0,0,0 +434932,0,0,0,0,0 +434933,0,0,0,0,0 +434934,0,0,0,0,0 +434935,0,0,0,0,0 +434936,0,0,0,0,0 +434937,0,0,0,0,0 +434938,0,0,0,0,0 +434939,0,0,0,0,0 +434940,0,0,0,0,0 +434941,0,0,0,0,0 +434942,0,0,0,0,0 +434943,0,0,0,0,0 +434944,0,0,0,0,0 +434945,0,0,0,0,0 +434946,0,0,0,0,0 +434947,0,0,0,0,0 +434948,0,0,0,0,0 +434949,0,0,0,0,0 +434950,0,0,0,0,0 +434951,0,0,0,0,0 +434952,0,0,0,0,0 +434953,0,0,0,0,0 +434954,0,0,0,0,0 +434955,0,0,0,0,0 +434956,0,0,0,0,0 +434957,0,0,0,0,0 +434958,0,0,0,0,0 +434959,0,0,0,0,0 +434960,0,0,0,0,0 +434961,0,0,0,0,0 +434962,0,0,0,0,0 +434963,0,0,0,0,0 +434964,0,0,0,0,0 +434965,0,0,0,0,0 +434966,0,0,0,0,0 +434967,0,0,0,0,0 +434968,0,0,0,0,0 +434969,0,0,0,0,0 +434970,0,0,0,0,0 +434971,0,0,0,0,0 +434972,0,0,0,0,0 +434973,0,0,0,0,0 +434974,0,0,0,0,0 +434975,0,0,0,0,0 +434976,0,0,0,0,0 +434977,0,0,0,0,0 +434978,0,0,0,0,0 +434979,0,0,0,0,0 +434980,0,0,0,0,0 +434981,0,0,0,0,0 +434982,0,0,0,0,0 +434983,0,0,0,0,0 +434984,0,0,0,0,0 +434985,0,0,0,0,0 +434986,0,0,0,0,0 +434987,0,0,0,0,0 +434988,0,0,0,0,0 +434989,0,0,0,0,0 +434990,0,0,0,0,0 +434991,0,0,0,0,0 +434992,0,0,0,0,0 +434993,0,0,0,0,0 +434994,0,0,0,0,0 +434995,0,0,0,0,0 +434996,0,0,0,0,0 +434997,0,0,0,0,0 +434998,0,0,0,0,0 +434999,0,0,0,0,0 +435000,0,0,0,0,0 +435001,0,0,0,0,0 +435002,0,0,0,0,0 +435003,0,0,0,0,0 +435004,0,0,0,0,0 +435005,0,0,0,0,0 +435006,0,0,0,0,0 +435007,0,0,0,0,0 +435008,0,0,0,0,0 +435009,0,0,0,0,0 +435010,0,0,0,0,0 +435011,0,0,0,0,0 +435012,0,0,0,0,0 +435013,0,0,0,0,0 +435014,0,0,0,0,0 +435015,0,0,0,0,0 +435016,0,0,0,0,0 +435017,0,0,0,0,0 +435018,0,0,0,0,0 +435019,0,0,0,0,0 +435020,0,0,0,0,0 +435021,0,0,0,0,0 +435022,0,0,0,0,0 +435023,0,0,0,0,0 +435024,0,0,0,0,0 +435025,0,0,0,0,0 +435026,0,0,0,0,0 +435027,0,0,0,0,0 +435028,0,0,0,0,0 +435029,0,0,0,0,0 +435030,0,0,0,0,0 +435031,0,0,0,0,0 +435032,0,0,0,0,0 +435033,0,0,0,0,0 +435034,0,0,0,0,0 +435035,0,0,0,0,0 +435036,0,0,0,0,0 +435037,0,0,0,0,0 +435038,0,0,0,0,0 +435039,0,0,0,0,0 +435040,0,0,0,0,0 +435041,0,0,0,0,0 +435042,0,0,0,0,0 +435043,0,0,0,0,0 +435044,0,0,0,0,0 +435045,0,0,0,0,0 +435046,0,0,0,0,0 +435047,0,0,0,0,0 +435048,0,0,0,0,0 +435049,0,0,0,0,0 +435050,0,0,0,0,0 +435051,0,0,0,0,0 +435052,0,0,0,0,0 +435053,0,0,0,0,0 +435054,0,0,0,0,0 +435055,0,0,0,0,0 +435056,0,0,0,0,0 +435057,0,0,0,0,0 +435058,0,0,0,0,0 +435059,0,0,0,0,0 +435060,0,0,0,0,0 +435061,0,0,0,0,0 +435062,0,0,0,0,0 +435063,0,0,0,0,0 +435064,0,0,0,0,0 +435065,0,0,0,0,0 +435066,0,0,0,0,0 +435067,0,0,0,0,0 +435068,0,0,0,0,0 +435069,0,0,0,0,0 +435070,0,0,0,0,0 +435071,0,0,0,0,0 +435072,0,0,0,0,0 +435073,0,0,0,0,0 +435074,0,0,0,0,0 +435075,0,0,0,0,0 +435076,0,0,0,0,0 +435077,0,0,0,0,0 +435078,0,0,0,0,0 +435079,0,0,0,0,0 +435080,0,0,0,0,0 +435081,0,0,0,0,0 +435082,0,0,0,0,0 +435083,0,0,0,0,0 +435084,0,0,0,0,0 +435085,0,0,0,0,0 +435086,0,0,0,0,0 +435087,0,0,0,0,0 +435088,0,0,0,0,0 +435089,0,0,0,0,0 +435090,0,0,0,0,0 +435091,0,0,0,0,0 +435092,0,0,0,0,0 +435093,0,0,0,0,0 +435094,0,0,0,0,0 +435095,0,0,0,0,0 +435096,0,0,0,0,0 +435097,0,0,0,0,0 +435098,0,0,0,0,0 +435099,0,0,0,0,0 +435100,0,0,0,0,0 +435101,0,0,0,0,0 +435102,0,0,0,0,0 +435103,0,0,0,0,0 +435104,0,0,0,0,0 +435105,0,0,0,0,0 +435106,0,0,0,0,0 +435107,0,0,0,0,0 +435108,0,0,0,0,0 +435109,0,0,0,0,0 +435110,0,0,0,0,0 +435111,0,0,0,0,0 +435112,0,0,0,0,0 +435113,0,0,0,0,0 +435114,0,0,0,0,0 +435115,0,0,0,0,0 +435116,0,0,0,0,0 +435117,0,0,0,0,0 +435118,0,0,0,0,0 +435119,0,0,0,0,0 +435120,0,0,0,0,0 +435121,0,0,0,0,0 +435122,0,0,0,0,0 +435123,0,0,0,0,0 +435124,0,0,0,0,0 +435125,0,0,0,0,0 +435126,0,0,0,0,0 +435127,0,0,0,0,0 +435128,0,0,0,0,0 +435129,0,0,0,0,0 +435130,0,0,0,0,0 +435131,0,0,0,0,0 +435132,0,0,0,0,0 +435133,0,0,0,0,0 +435134,0,0,0,0,0 +435135,0,0,0,0,0 +435136,0,0,0,0,0 +435137,0,0,0,0,0 +435138,0,0,0,0,0 +435139,0,0,0,0,0 +435140,0,0,0,0,0 +435141,0,0,0,0,0 +435142,0,0,0,0,0 +435143,0,0,0,0,0 +435144,0,0,0,0,0 +435145,0,0,0,0,0 +435146,0,0,0,0,0 +435147,0,0,0,0,0 +435148,0,0,0,0,0 +435149,0,0,0,0,0 +435150,0,0,0,0,0 +435151,0,0,0,0,0 +435152,0,0,0,0,0 +435153,0,0,0,0,0 +435154,0,0,0,0,0 +435155,0,0,0,0,0 +435156,0,0,0,0,0 +435157,0,0,0,0,0 +435158,0,0,0,0,0 +435159,0,0,0,0,0 +435160,0,0,0,0,0 +435161,0,0,0,0,0 +435162,0,0,0,0,0 +435163,0,0,0,0,0 +435164,0,0,0,0,0 +435165,0,0,0,0,0 +435166,0,0,0,0,0 +435167,0,0,0,0,0 +435168,0,0,0,0,0 +435169,0,0,0,0,0 +435170,0,0,0,0,0 +435171,0,0,0,0,0 +435172,0,0,0,0,0 +435173,0,0,0,0,0 +435174,0,0,0,0,0 +435175,0,0,0,0,0 +435176,0,0,0,0,0 +435177,0,0,0,0,0 +435178,0,0,0,0,0 +435179,0,0,0,0,0 +435180,0,0,0,0,0 +435181,0,0,0,0,0 +435182,0,0,0,0,0 +435183,0,0,0,0,0 +435184,0,0,0,0,0 +435185,0,0,0,0,0 +435186,0,0,0,0,0 +435187,0,0,0,0,0 +435188,0,0,0,0,0 +435189,0,0,0,0,0 +435190,0,0,0,0,0 +435191,0,0,0,0,0 +435192,0,0,0,0,0 +435193,0,0,0,0,0 +435194,0,0,0,0,0 +435195,0,0,0,0,0 +435196,0,0,0,0,0 +435197,0,0,0,0,0 +435198,0,0,0,0,0 +435199,0,0,0,0,0 +435200,0,0,0,0,0 +435201,0,0,0,0,0 +435202,0,0,0,0,0 +435203,0,0,0,0,0 +435204,0,0,0,0,0 +435205,0,0,0,0,0 +435206,0,0,0,0,0 +435207,0,0,0,0,0 +435208,0,0,0,0,0 +435209,0,0,0,0,0 +435210,0,0,0,0,0 +435211,0,0,0,0,0 +435212,0,0,0,0,0 +435213,0,0,0,0,0 +435214,0,0,0,0,0 +435215,0,0,0,0,0 +435216,0,0,0,0,0 +435217,0,0,0,0,0 +435218,0,0,0,0,0 +435219,0,0,0,0,0 +435220,0,0,0,0,0 +435221,0,0,0,0,0 +435222,0,0,0,0,0 +435223,0,0,0,0,0 +435224,0,0,0,0,0 +435225,0,0,0,0,0 +435226,0,0,0,0,0 +435227,0,0,0,0,0 +435228,0,0,0,0,0 +435229,0,0,0,0,0 +435230,0,0,0,0,0 +435231,0,0,0,0,0 +435232,0,0,0,0,0 +435233,0,0,0,0,0 +435234,0,0,0,0,0 +435235,0,0,0,0,0 +435236,0,0,0,0,0 +435237,0,0,0,0,0 +435238,0,0,0,0,0 +435239,0,0,0,0,0 +435240,0,0,0,0,0 +435241,0,0,0,0,0 +435242,0,0,0,0,0 +435243,0,0,0,0,0 +435244,0,0,0,0,0 +435245,0,0,0,0,0 +435246,0,0,0,0,0 +435247,0,0,0,0,0 +435248,0,0,0,0,0 +435249,0,0,0,0,0 +435250,0,0,0,0,0 +435251,0,0,0,0,0 +435252,0,0,0,0,0 +435253,0,0,0,0,0 +435254,0,0,0,0,0 +435255,0,0,0,0,0 +435256,0,0,0,0,0 +435257,0,0,0,0,0 +435258,0,0,0,0,0 +435259,0,0,0,0,0 +435260,0,0,0,0,0 +435261,0,0,0,0,0 +435262,0,0,0,0,0 +435263,0,0,0,0,0 +435264,0,0,0,0,0 +435265,0,0,0,0,0 +435266,0,0,0,0,0 +435267,0,0,0,0,0 +435268,0,0,0,0,0 +435269,0,0,0,0,0 +435270,0,0,0,0,0 +435271,0,0,0,0,0 +435272,0,0,0,0,0 +435273,0,0,0,0,0 +435274,0,0,0,0,0 +435275,0,0,0,0,0 +435276,0,0,0,0,0 +435277,0,0,0,0,0 +435278,0,0,0,0,0 +435279,0,0,0,0,0 +435280,0,0,0,0,0 +435281,0,0,0,0,0 +435282,0,0,0,0,0 +435283,0,0,0,0,0 +435284,0,0,0,0,0 +435285,0,0,0,0,0 +435286,0,0,0,0,0 +435287,0,0,0,0,0 +435288,0,0,0,0,0 +435289,0,0,0,0,0 +435290,0,0,0,0,0 +435291,0,0,0,0,0 +435292,0,0,0,0,0 +435293,0,0,0,0,0 +435294,0,0,0,0,0 +435295,0,0,0,0,0 +435296,0,0,0,0,0 +435297,0,0,0,0,0 +435298,0,0,0,0,0 +435299,0,0,0,0,0 +435300,0,0,0,0,0 +435301,-1068.251897,-501.7176786,-1034.189288,-530.054394,323.3308224 +435302,-1168.036282,-519.4234175,-1133.548463,-553.0386576,156.773862 +435303,-1285.482987,-538.9994656,-1247.605668,-577.8000711,-32.332481 +435304,-1414.463012,-566.3785353,-1373.496425,-610.4533302,-229.0629627 +435305,-1553.657409,-602.4033656,-1509.849387,-651.8207911,-447.0107109 +435306,-1675.676065,-642.8039305,-1625.513636,-697.1249842,-670.0489209 +435307,-1845.842407,48.58964349,-1796.207862,-778.5770548,-1107.147153 +435308,-1746.16871,-129.7174705,-1696.890675,-737.3311902,-1044.169355 +435309,-1573.180936,-197.5803544,-1522.125278,-659.678085,-724.4986986 +435310,-1665.27447,-86.44805901,-1611.89517,-701.6527112,-851.0717167 +435311,-1696.107459,-75.76158445,-1324.541508,-716.4367308,-896.1010937 +435312,-1356.435604,-52.24811529,-855.9692315,-723.284206,-1002.487197 +435313,-1048.656353,-17.55475514,-1144.644836,-477.1407599,-922.3410259 +435314,-1262.591535,11.31556016,-1021.38951,-551.5264878,-799.6823768 +435315,-1079.209225,39.05154912,-1003.872409,-445.4691567,-68.5615997 +435316,-1280.745267,64.57826633,-986.8996732,-534.937125,-311.0429953 +435317,-1075.061643,44.4913133,-971.726123,-626.6012621,-910.8747223 +435318,-1127.31153,191.3306313,-950.5781027,-434.4837354,-210.0010035 +435319,-1111.019752,112.4648083,-941.9267737,-517.4302614,-372.2303785 +435320,-1090.50958,173.4461084,-926.3099661,-491.0399283,-469.3190809 +435321,-1078.076405,43.44530114,-907.7412687,-484.2380504,-931.3888722 +435322,-1062.630862,218.2878081,-892.9003852,-475.9991496,-216.7167393 +435323,-1054.349979,47.19436725,-886.2574839,-472.1955121,-880.8224264 +435324,-1032.978424,235.7937047,-862.86748,-461.6169179,-134.0296009 +435325,-1029.408943,52.10357635,-859.6488117,-458.9475059,-862.0880003 +435326,-1008.764226,72.29195648,-838.0077878,-449.1389436,-730.5512919 +435327,-953.5109615,272.5086259,-830.1897241,-400.2599544,29.47261367 +435328,-1057.800629,231.5604748,-819.4356576,-496.1820018,-220.5557946 +435329,-943.7077912,202.6460279,-806.2786615,-412.2088529,-396.9762147 +435330,-968.3588455,190.2774132,-792.0613341,-427.6798181,-489.0235793 +435331,-955.8401708,181.838979,-785.2354129,-421.0870246,-553.6264353 +435332,-939.2073728,176.6100742,-770.8640066,-415.2263575,-598.1031686 +435333,-931.6445803,76.17253336,-765.5752525,-410.0597421,-930.6213139 +435334,-919.3617111,82.27400278,-752.6846108,-402.9769612,-820.0893736 +435335,-907.0541856,271.0616737,-745.2676394,-399.5818565,-96.47677046 +435336,-904.3436359,241.7853967,-737.8287592,-395.0548731,-294.9867088 +435337,-887.3928572,222.5118109,-727.6380346,-389.2959394,-428.6483027 +435338,-879.8231837,209.1146272,-720.2598644,-384.7944051,-522.0606602 +435339,-870.1852843,99.10487747,-710.9920882,-379.9327629,-899.5980196 +435340,-859.3804695,104.6881347,-703.099706,-374.4386284,-793.6512634 +435341,-849.0658192,112.3106713,-694.1436788,-370.7869809,-729.6277016 +435342,-839.3305499,135.1596261,-687.4179721,-365.3214641,-621.3163319 +435343,-833.2441711,330.561473,-679.2539841,-360.2984572,100.7728808 +435344,-820.0431547,288.6668518,-674.495822,-359.0159642,-168.6666397 +435345,-815.4530132,261.8268348,-663.5733744,-350.9056772,-348.1751425 +435346,-801.2072083,125.8868019,-658.1775237,-348.6981926,-848.2635063 +435347,-795.705265,284.9869885,-649.5223938,-343.6922985,-210.7961843 +435348,-784.1076132,261.4836335,-643.4799077,-339.3701173,-381.6471606 +435349,-778.025359,136.702391,-636.7627974,-335.2975141,-841.7249216 +435350,-767.0650798,141.6190879,-628.0141447,-330.6167884,-749.9681531 +435351,-759.0749898,315.9907027,-621.8507394,-326.9617884,-94.8061565 +435352,-748.5785663,287.1107618,-615.2693013,-322.818508,-301.5042889 +435353,-742.95778,265.3239025,-609.9895067,-319.4926728,-452.1673642 +435354,-733.371821,154.7767212,-599.941319,-314.7108174,-842.1368004 +435355,-722.4395768,159.556564,-595.3231563,-310.2672177,-742.842393 +435356,-717.0605705,321.5700809,-587.7985407,-306.5377633,-135.1138706 +435357,-708.0272843,294.0947495,-582.43864,-303.7552424,-335.5846376 +435358,-697.525771,272.3583218,-574.0317146,-299.1288805,-485.6514231 +435359,-692.5400737,253.9257502,-567.8060738,-294.9328988,-603.950744 +435360,-681.3742275,176.4294975,-561.7590823,-291.8360465,-848.3273322 +435361,86.90317575,181.5675746,86.7239947,39.18186615,131.2634207 +435362,94.14121906,195.7064834,96.02583216,42.67789888,164.2347758 +435363,105.0824509,213.2785064,109.5909771,47.86839721,207.551297 +435364,116.8893547,229.9794413,123.7946111,53.3723569,251.5272623 +435365,127.8645222,535.1596746,136.7419628,58.4061861,290.5440384 +435366,137.4064427,718.68272,147.8837425,62.71814216,323.7331904 +435367,146.4064739,589.1020907,158.4137564,66.83343177,353.866252 +435368,154.2359112,673.6660324,167.6847915,70.44379355,380.2062806 +435369,161.4633463,698.9738893,176.207599,73.77294223,403.9310559 +435370,168.2377375,721.9936054,184.029283,76.8149792,425.4245647 +435371,174.6404004,745.1957855,191.2777305,79.63554434,444.9665275 +435372,180.7252048,767.405141,198.0714291,82.29417433,462.7941151 +435373,186.5366363,789.2111062,204.4947857,84.82860611,479.1194336 +435374,192.1144479,819.4618533,210.6062249,87.26161466,494.131569 +435375,197.4935219,845.4393591,216.36221,89.60879061,507.996131 +435376,202.7036548,872.1583238,221.8413051,91.88259241,520.8567606 +435377,207.7698205,897.8176413,227.1198453,94.09363027,532.8375401 +435378,212.712815,923.9612421,232.2441713,96.2509267,544.0456555 +435379,217.5473743,948.9512273,237.237063,98.36084087,554.5691086 +435380,222.2834113,974.0112224,242.108822,100.4269859,564.4777757 +435381,226.9527873,998.570361,246.8887645,102.4620352,573.8715157 +435382,231.5610203,1022.8982,251.5819579,104.4674319,582.7997018 +435383,236.1150876,1046.890248,256.1967442,106.445986,591.3121471 +435384,240.6207895,1070.592659,260.7408528,108.400271,599.453216 +435385,245.083084,1094.008833,265.2210122,110.3325239,607.2619334 +435386,249.5062398,1117.147097,269.6429144,112.2446357,614.7724116 +435387,253.8939574,1132.986303,274.0113783,114.1382085,622.0144946 +435388,258.3909625,1154.400464,278.533352,116.1019559,629.0144431 +435389,262.6747897,1176.248662,282.7974086,117.9578098,635.3221762 +435390,267.2817896,1197.379373,287.3428012,119.9482595,642.0572417 +435391,271.814256,1218.388375,291.7853857,121.8954568,648.566567 +435392,276.2761282,1238.101487,296.1380678,123.8039409,654.8758016 +435393,280.6793742,1257.687484,300.4159811,125.6805651,661.0076931 +435394,285.0349355,1276.984241,304.6304966,127.5308721,666.9818065 +435395,289.3506511,1296.079136,308.7892356,129.3586544,672.8144144 +435396,293.6318498,1314.720524,312.8974325,131.1664775,678.5187366 +435397,297.8823203,1333.338224,316.9590368,132.9562164,684.1056979 +435398,302.1096469,1351.358785,320.9772629,134.7293523,689.5844956 +435399,306.3056662,1369.378328,324.9548296,136.48711,694.9630582 +435400,310.4636991,1387.163769,328.8940025,138.2304883,700.248038 +435401,314.582986,1404.436744,332.7967164,139.9603222,705.4452875 +435402,318.6661162,1421.778793,336.6646216,141.6773069,710.5599139 +435403,322.7164802,1438.69989,340.4991733,143.3820416,715.5965349 +435404,326.7370809,1455.389153,344.3016387,145.0750348,720.5592178 +435405,330.730352,1472.062162,348.0731593,146.7567349,725.4516818 +435406,334.698254,1488.153511,351.8147535,148.427532,730.2772334 +435407,338.6424335,1504.384818,355.527351,150.0877754,735.0389219 +435408,342.5643099,1520.196038,359.2118042,151.7377787,739.7394893 +435409,346.4651251,1535.86141,362.868902,153.3778273,744.3814892 +435410,350.3459643,1551.246599,366.4993717,155.0081793,748.9672177 +435411,354.2077972,1566.601445,370.103907,156.6290787,753.4988566 +435412,358.0514632,1581.672422,373.6831445,158.2407445,757.9783554 +435413,361.8777299,1596.370484,377.2377063,159.8433908,762.407602 +435414,365.6872644,1611.189799,380.7681649,161.4372107,766.7882807 +435415,369.4806835,1625.606854,384.2750828,163.0223942,771.122035 +435416,373.2585395,1639.912133,387.7589858,164.5991162,775.4103427 +435417,377.0213817,1660.216418,391.2203935,166.1675505,779.6546585 +435418,380.7697216,1668.915205,394.6597904,167.7278565,783.8562846 +435419,384.5040537,1690.602716,398.077658,169.2801939,788.0165156 +435420,388.2248272,1694.982421,401.4744499,170.8247112,792.1365122 +435421,391.8919112,1859.37568,404.8100549,172.3431202,796.1436852 +435422,402.5460976,1904.528902,415.1295399,176.9986336,813.350511 +435423,416.7185706,1904.174404,428.9707268,183.1855223,837.2275899 +435424,430.9203256,1921.170972,442.8449147,189.314601,861.3190676 +435425,443.7035018,1935.057592,455.3013347,194.7453404,882.9687523 +435426,454.9318059,1948.544214,466.2004949,199.4394668,901.9008003 +435427,464.9011313,1961.689733,475.835981,203.5510831,918.6043509 +435428,473.9136379,1974.721105,484.5085903,207.2302709,933.5767966 +435429,482.1769381,1987.801336,492.4251969,210.5785872,947.1556158 +435430,489.8245036,2000.300552,499.7188737,213.6604997,959.5576644 +435431,496.8065137,2012.896489,506.4839867,216.5209584,970.9401278 +435432,503.2675687,2025.324524,512.7964205,219.1954175,981.4330094 +435433,509.3474322,2037.280317,518.72124,221.7136861,991.1507118 +435434,515.1361373,2049.512637,524.3145918,224.1009815,1000.193897 +435435,520.6878282,2061.30016,529.6244103,226.3783908,1008.650249 +435436,526.0391538,2073.118019,534.691173,228.5633403,1016.595274 +435437,531.2192305,2084.545369,539.548927,230.6701689,1024.093902 +435438,536.2528899,2096.021837,544.2262809,232.7106618,1031.201857 +435439,541.1614309,2107.172888,548.7473218,234.6945282,1037.967124 +435440,545.9627691,2118.524625,553.1323463,236.629774,1044.430989 +435441,550.6718222,2129.28714,557.3984932,238.5230168,1253.988818 +435442,555.3009081,2140.195772,561.5602338,240.3797255,1252.610361 +435443,559.8601923,2150.863114,565.6297962,242.2044236,1244.79019 +435444,564.3579561,2161.498988,569.6174691,244.0008307,1278.765021 +435445,568.8009869,2178.104586,573.5319264,245.7720123,1295.888911 +435446,573.1949288,2181.211201,622.2921367,247.5205109,1312.432731 +435447,648.1030324,2207.021838,747.6924901,249.248459,1328.570944 +435448,764.0176337,2186.671958,687.6691135,250.9576559,1344.435935 +435449,708.798872,2209.213914,725.3029431,252.6495944,1359.942142 +435450,749.4455344,2226.336755,740.1911067,254.3255019,1375.114938 +435451,766.3095122,2228.875502,754.1179548,255.9863798,1390.403093 +435452,782.7152004,2239.29394,767.9338382,257.6322944,1405.033534 +435453,798.894097,2248.156695,781.5792858,259.2634443,1419.428105 +435454,814.6822482,2256.240907,794.8564871,260.880321,1434.033015 +435455,830.1744117,2264.829412,807.9907041,262.4835316,1447.96944 +435456,845.8035366,2272.742277,820.7749091,299.8574445,1461.880254 +435457,860.758837,2280.782714,833.718716,324.0893327,1475.349184 +435458,876.1852599,2288.558827,846.1271885,314.4655558,1489.169237 +435459,890.4995382,2296.106082,858.5336145,327.5587838,1502.473284 +435460,905.3568672,2303.532254,870.5591899,334.5289131,1515.290645 +435461,920.1084425,2310.898412,882.827539,341.06038,1528.301616 +435462,933.8401302,2317.939585,894.6763996,347.7199156,1540.991456 +435463,948.4489238,2325.119947,906.0008475,354.0428961,1553.261515 +435464,962.4211493,2331.697871,917.9340133,360.3978419,1566.059895 +435465,975.7377094,2338.434567,929.1596418,366.6707341,1578.028065 +435466,989.8826891,2345.019277,940.4368236,372.7760345,1590.100746 +435467,1003.19714,2351.41712,951.3671304,378.8319825,1601.962248 +435468,1016.388934,2357.584119,962.6345844,384.7277195,1613.66432 +435469,1029.965527,2363.770341,973.3244593,390.6907745,1625.181668 +435470,1043.075281,2371.456688,984.0885839,396.3808477,1636.652078 +435471,1055.5231,2385.118524,994.4820195,402.2193146,1647.867029 +435472,1068.934448,2371.548125,1005.32288,407.7288292,1659.054157 +435473,1081.41404,2385.479394,1015.723408,413.4260627,1669.988083 +435474,1093.790909,2394.781421,1025.676695,418.9766843,1680.862156 +435475,1106.720286,2396.38808,1035.977856,424.1674133,1691.574629 +435476,1118.846855,2402.314104,1045.744345,429.6525197,1702.158777 +435477,1131.143369,2407.734936,1056.081976,435.0991266,1712.238113 +435478,1142.95192,2412.274101,1065.66435,440.0303181,1723.157956 +435479,1155.524006,2417.085688,1075.452149,445.3254097,1733.035594 +435480,1167.157679,2421.671431,1085.072685,450.6293513,1743.247105 +435481,1185.287432,2429.03025,1100.489879,458.0089658,1775.069977 +435482,1197.206397,2435.378983,1110.540818,463.2915631,1786.775436 +435483,1209.186862,2445.555137,1120.348405,468.663152,1797.81038 +435484,1220.919588,2434.271619,1129.591615,473.593333,1808.688163 +435485,1231.856669,2447.30098,1138.972293,478.2798382,1818.978237 +435486,1243.899314,2452.040028,1147.861624,483.3084033,1829.314767 +435487,1254.563641,2453.944393,1157.036177,488.0279597,1839.256603 +435488,1265.902911,2458.206017,1165.712641,492.4990184,1849.277806 +435489,1276.643491,2461.774893,1174.589141,497.4692943,1858.846146 +435490,1287.640766,2465.075267,1183.158753,501.8385967,1868.587512 +435491,1298.157585,2468.661475,1191.817854,506.618181,1878.027471 +435492,1309.012371,2473.187367,1199.84148,510.7784692,1887.350687 +435493,1319.349664,2479.891263,1208.885798,515.235091,1896.754153 +435494,1329.90093,2472.270747,1216.850264,519.7763924,1906.673118 +435495,1340.155502,2508.217597,1225.231947,524.0627402,1925.495361 +435496,1350.534022,2443.380099,1233.356774,528.2959252,1919.726749 +435497,1360.490801,2521.728515,1241.45783,532.6275465,1921.234738 +435498,1370.80426,2465.728276,1249.42221,536.7444816,1948.89467 +435499,1380.546348,2496.148395,1257.48176,540.9911701,1948.026601 +435500,1390.699127,2490.078065,1265.208385,544.8427385,1958.378909 +435501,1400.275092,2510.488559,1273.163043,549.300939,1967.096842 +435502,1410.266305,2474.56907,1280.70453,553.1137172,1975.375388 +435503,1419.676849,2517.9383,1288.597337,557.2394412,1983.618568 +435504,1429.509967,2510.348235,1296.02414,561.1228909,1991.839643 +435505,1438.76588,2493.767336,1303.728208,565.1395822,1999.950254 +435506,1448.445517,2491.366753,1311.010469,568.9518355,2007.970171 +435507,1457.032223,2531.484923,1318.665232,572.6839262,2015.997001 +435508,1467.361465,2496.228489,1325.792097,576.7834976,2020.264466 +435509,1475.933529,2511.527562,1333.143471,580.485874,2026.499521 +435510,1485.425058,2510.130961,1340.614185,584.4222436,2031.230721 +435511,1494.103963,2510.856494,1347.213074,587.716853,2036.728745 +435512,1503.016453,2511.53704,1354.218137,591.4073758,2041.866817 +435513,1511.931984,2519.767117,1360.875249,594.6875204,2047.233306 +435514,1520.344602,2508.829863,1373.364124,598.5882253,2052.00654 +435515,1529.138379,2513.860832,1382.958081,601.8704599,2057.233319 +435516,1537.776306,2513.136901,1359.244021,605.3038438,2062.293078 +435517,1546.132357,2519.083673,1398.81215,608.7183044,2067.293261 +435518,1554.424127,2508.356928,1391.217068,612.1039803,2072.000228 +435519,1562.971824,2520.692546,1400.167233,615.4025098,2077.081218 +435520,1571.256264,2512.212541,1406.65165,618.6974544,2081.899955 +435521,1579.238814,2513.731013,1412.983824,622.0158316,2086.569428 +435522,1587.561594,2514.326602,1419.192051,625.2103211,2095.83267 +435523,1595.515537,2513.679595,1425.401481,628.4827215,2107.889682 +435524,1603.583258,2513.151066,1431.614105,631.6192169,2085.547636 +435525,1611.436736,2512.679667,1437.671015,634.8063164,2116.943251 +435526,1619.441309,2512.067854,1443.8795,637.9711252,2107.014355 +435527,1627.067851,2511.37058,1449.722171,641.0329252,2115.645078 +435528,1635.002179,2510.628156,1455.747476,644.1435259,2119.635891 +435529,1642.711192,2509.762607,1461.803554,647.2348819,2123.917362 +435530,1650.075326,2508.775308,1467.580463,650.2201972,2128.458285 +435531,1657.908112,2507.721052,1473.440947,653.2596132,2138.667391 +435532,1665.165763,2506.530028,1479.301102,656.2451326,2133.99348 +435533,1672.733123,2505.227484,1485.002809,659.2488676,2142.367379 +435534,1685.674871,2503.871138,1490.799484,662.1409846,2145.777439 +435535,1686.910905,2502.415218,1496.426572,665.0911401,2150.006141 +435536,1703.535275,2500.851829,1502.14153,667.9883925,2154.133503 +435537,1698.244251,2499.417565,1507.772829,670.499916,2158.060733 +435538,1724.788184,2497.385723,1517.0442,673.9565091,2162.370316 +435539,1704.531351,2495.628938,1521.305679,676.4738444,2166.20422 +435540,1711.091025,2493.672305,1529.805872,679.3426112,2170.38333 +435541,1624.157615,2436.722854,1395.480336,629.3054602,1955.435565 +435542,1615.66025,2433.052053,1424.933261,630.461845,1969.65724 +435543,1631.36632,2430.730664,1417.904143,633.0779113,1961.296962 +435544,1632.920836,2433.725537,1424.186048,635.16182,1967.087127 +435545,1644.718931,2416.532571,1429.158159,637.2941126,1968.925761 +435546,1643.41538,2430.507165,1433.611203,640.0510058,1977.407071 +435547,1629.552642,2411.560424,1438.324207,642.2455226,1970.975186 +435548,1669.329257,2424.010062,1453.731675,644.6396917,1977.633991 +435549,1659.716269,2404.66143,1435.213562,647.1268604,1979.422272 +435550,1669.422706,2411.863542,1454.487332,649.3187355,1982.174448 +435551,1676.224497,2406.057788,1458.007331,651.8742946,1984.513931 +435552,1682.483471,2401.631494,1460.942787,654.1136918,1987.417854 +435553,1689.033807,2399.481786,1466.428641,656.5392399,1989.871647 +435554,1695.568718,2395.580276,1470.779958,658.935356,1992.80453 +435555,1702.22417,2391.950126,1475.73294,661.2685221,1995.163391 +435556,1708.692159,2388.147416,1480.27494,663.5851444,1998.078913 +435557,1715.259195,2384.829387,1484.890373,665.9478983,2000.406092 +435558,1721.688576,2380.488818,1489.395436,668.2421834,2008.554309 +435559,1728.246028,2376.926252,1494.252554,670.6370017,2003.135086 +435560,1734.606398,2372.777964,1498.538366,672.9103504,2008.590116 +435561,1741.49392,2368.5665,1516.13757,675.2211209,2011.289552 +435562,1747.927979,2364.547171,1488.725549,677.5278439,2013.396557 +435563,1754.538626,2360.502104,1521.654176,679.8926597,2021.690646 +435564,1761.040864,2355.950322,1514.975605,682.1020665,2016.553821 +435565,1767.799275,2344.702321,1521.568355,684.4486787,2020.982971 +435566,1774.345955,2349.463058,1526.009752,686.7463723,2028.90287 +435567,1780.854093,2341.468796,1530.800859,689.0281444,2024.651521 +435568,1787.555415,2336.77436,1546.307945,691.244189,2032.913538 +435569,1794.261583,2332.55698,1522.922964,693.6023894,2029.697486 +435570,1800.742097,2327.643131,1552.061138,695.723625,2036.366919 +435571,1807.336982,2322.373959,1547.07223,698.1332967,2038.182131 +435572,1813.412265,2316.966426,1558.66393,700.2436362,2038.324121 +435573,1819.931993,2311.062236,1556.048637,702.6233133,2033.657419 +435574,1826.14198,2305.339462,1555.630544,704.6828636,2026.274188 +435575,1832.445297,2299.382141,1570.57049,706.9827133,2017.247859 +435576,1838.94883,2293.386299,1571.1837,709.1575582,2008.007252 +435577,1845.096781,2287.250215,1573.009196,711.4230833,1998.794779 +435578,1851.408058,2281.078285,1596.920639,713.5293674,1989.865454 +435579,1857.787981,2274.963453,1559.443124,715.8151662,1981.245569 +435580,1864.102854,2268.339034,1615.524032,717.8990236,1973.518988 +435581,1870.196963,2262.043952,1582.817655,720.1712843,1966.391412 +435582,1876.661607,2255.408756,1599.745735,722.2433165,1959.344872 +435583,1882.937162,2248.870309,1602.465361,724.4548386,1952.828577 +435584,1889.266261,2242.177634,1606.356834,726.5842334,1946.905071 +435585,1898.668677,2235.369001,1610.795199,728.8439039,1941.331305 +435586,1909.078639,2228.578093,1614.622178,730.8238187,1936.01379 +435587,1906.157691,2221.642679,1619.26606,733.0426621,1930.925393 +435588,1901.706229,2214.80742,1623.010947,735.1411859,1926.05635 +435589,1928.873417,2207.498247,1627.695975,737.3258301,1921.314255 +435590,1924.60098,2200.47159,1636.444239,739.3544755,1916.777831 +435591,1933.185907,2193.299936,1633.644102,741.5628897,1912.329473 +435592,1939.33054,2185.963963,1640.363003,743.5728901,1907.833877 +435593,1945.88569,2178.68744,1644.691755,745.7679661,1903.442498 +435594,1951.779212,2163.920117,1648.299157,747.7661866,1899.025193 +435595,1958.1736,2174.025769,1652.399265,749.9511216,1894.834603 +435596,1964.436497,2144.198213,1656.607379,751.9371163,1890.728636 +435597,1970.889377,2152.556536,1665.52501,754.0596458,1886.707825 +435598,1976.790072,2139.314919,1662.771297,756.1118204,1882.863344 +435599,1983.301324,2132.586043,1668.815831,758.236641,1878.924616 +435600,1989.349606,2124.740757,1673.046571,760.2609217,1875.00563 +435601,1752.850672,2009.382984,1427.348755,649.0568983,1866.338129 +435602,1752.89906,1997.798409,1415.77586,647.7651543,1831.73835 +435603,1755.072351,1988.367049,1435.650902,647.568232,1788.488096 +435604,1766.862083,1978.857618,1417.240463,647.8327264,1749.927591 +435605,1759.60513,1969.313187,1425.032193,648.3265083,1719.019604 +435606,1753.217455,1959.949018,1424.915676,648.7502857,1695.141597 +435607,1775.579136,1950.526289,1425.76681,649.4034052,1676.321519 +435608,1770.151763,1941.099462,1427.18336,650.1579946,1660.824044 +435609,1775.905114,1931.751277,1428.425753,650.8546058,1647.61816 +435610,1779.886265,1919.364566,1429.67544,651.6283334,1636.09465 +435611,1786.158482,1907.425824,1431.313918,652.4242845,1625.990464 +435612,1792.491004,1904.43655,1432.734069,653.2463564,1617.145018 +435613,1799.16853,1898.092948,1434.174609,654.042653,1609.32521 +435614,1805.994028,1889.886147,1435.960527,655.0337002,1602.320395 +435615,1812.809331,1848.680915,1437.538161,655.8103073,1596.029017 +435616,1819.904628,1880.042425,1439.22299,656.7592664,1590.235163 +435617,1827.187998,1846.613028,1440.809476,657.6745211,1584.773678 +435618,1834.589047,1846.470001,1447.783141,658.6136856,1579.777738 +435619,1841.791613,1858.46325,1437.172747,659.5689433,1574.850026 +435620,1849.701999,1791.399569,1454.041638,660.53885,1570.206154 +435621,1865.208687,1852.9142,1445.927014,661.5230666,1565.903173 +435622,1860.212686,1781.976216,1450.181159,662.5211887,1561.600069 +435623,1868.274713,1798.15808,1452.434669,663.4811161,1557.467372 +435624,1884.966155,1790.039973,1454.05279,664.5817287,1553.473752 +435625,1888.022922,1790.071723,1455.925664,665.5817965,1549.498815 +435626,1897.366801,1747.896182,1457.790679,666.6384414,1545.667628 +435627,1905.686066,1768.210317,1459.968707,667.698881,1541.975484 +435628,1914.209445,1745.933496,1461.92107,668.770338,1538.338688 +435629,1922.330987,1739.378638,1463.731263,669.8527048,1534.772719 +435630,1947.274718,1729.121734,1466.025167,670.9979204,1531.264411 +435631,1915.869744,1719.95609,1467.840709,671.9555541,1527.862904 +435632,1960.391111,1710.283155,1474.20565,673.0249984,1524.692239 +435633,1955.211108,1700.697636,1469.933087,674.0511548,1521.517491 +435634,1966.705126,1714.955975,1473.794977,675.0889087,1518.14038 +435635,1996.736109,1647.842604,1475.865057,676.077973,1514.827234 +435636,1954.04553,1708.555301,1477.309476,677.2034994,1511.6606 +435637,2009.41482,1630.136386,1479.405626,678.2163554,1508.562564 +435638,2016.08178,1666.834303,1481.104944,679.2797079,1505.453375 +435639,1989.99123,1640.617565,1487.773599,680.3394854,1502.539702 +435640,2049.67648,1633.952753,1483.708324,681.4032314,1499.66801 +435641,2006.329902,1624.486062,1486.751541,682.4711923,1496.624273 +435642,2076.651589,1615.027677,1489.92412,683.5424666,1493.93158 +435643,2038.420019,1605.358351,1490.846121,684.6175517,1491.387299 +435644,2065.670194,1596.0769,1492.75741,685.6961306,1488.695627 +435645,2073.394886,1586.578294,1499.22017,686.7776163,1486.473681 +435646,2082.512782,1577.01986,1495.871703,687.8622435,1484.748681 +435647,2092.813951,1567.458178,1498.532835,688.9501572,1483.153357 +435648,2102.737925,1558.211545,1501.023334,690.0405433,1481.732061 +435649,2112.640436,1548.644391,1502.866838,691.1337917,1480.4985 +435650,2123.064396,1539.118487,1509.050679,692.2292674,1479.714724 +435651,2133.144037,1530.043691,1506.259405,693.3273213,1478.759249 +435652,2143.415621,1540.767476,1508.116154,694.4273303,1477.52631 +435653,2153.507213,1481.698359,1510.645816,695.529221,1476.270969 +435654,2164.173775,1528.004975,1516.73052,696.6324315,1475.266927 +435655,2174.525448,1471.85651,1514.656947,697.7376807,1474.330852 +435656,2184.947274,1491.336371,1515.761924,698.8441812,1473.1889 +435657,2195.258141,1471.986151,1522.440878,699.9520761,1472.057624 +435658,2214.408555,1464.475753,1516.603918,701.0609776,1471.026631 +435659,2212.922312,1455.299846,1528.515353,702.1710975,1470.03903 +435660,2228.636691,1446.005183,1521.652139,703.2818347,1468.934851 +435661,2472.684366,1544.422752,1537.736937,816.5423752,1475.842024 +435662,2489.146002,1543.664977,1558.753582,805.9490721,1505.070457 +435663,2503.406432,1520.585498,1584.328442,823.7692958,1542.005121 +435664,2514.816382,1526.18997,1605.860964,812.5447104,1574.836535 +435665,2527.173408,1512.95762,1621.649742,823.4499105,1600.406628 +435666,2539.683238,1505.741903,1632.757421,821.3862085,1619.934267 +435667,2551.822253,1497.985633,1640.745604,824.6706317,1635.061209 +435668,2571.641945,1489.729186,1646.960273,826.1660527,1646.825488 +435669,2575.493209,1481.67683,1651.991346,828.4585052,1657.076628 +435670,2587.661287,1473.775334,1656.35745,829.9632215,1665.757361 +435671,2606.585944,1465.707334,1659.731095,832.2351203,1672.781665 +435672,2619.184249,1457.841456,1663.144317,833.1663947,1679.393883 +435673,2623.803452,1449.656561,1666.185295,836.1276382,1685.124986 +435674,2638.107559,1441.937191,1668.793322,836.2138477,1689.945614 +435675,2644.253829,1433.979495,1671.094021,840.2343271,1694.055108 +435676,2648.523256,1426.149855,1672.957624,838.7957394,1697.535079 +435677,2650.676237,1418.255211,1674.241635,845.026755,1699.826268 +435678,2652.902333,1410.724752,1674.969511,840.4971755,1701.178891 +435679,2655.296445,1402.820792,1675.421986,851.0283793,1701.742214 +435680,2657.911135,1395.239723,1675.340312,840.3546845,1701.704915 +435681,2660.714437,1387.622106,1675.006887,859.4397999,1701.191869 +435682,2663.720233,1380.07276,1674.51484,836.6962836,1700.338288 +435683,2667.140139,1372.486563,1673.883161,872.871419,1699.187543 +435684,2670.442484,1365.188745,1673.186794,825.6101717,1697.854675 +435685,2673.917481,1357.758579,1672.453601,865.8087899,1696.393349 +435686,2677.453185,1350.561012,1671.633506,853.3665588,1694.755522 +435687,2681.090935,1343.199446,1670.769696,857.0071276,1693.00893 +435688,2684.851355,1336.097257,1669.890858,858.5962455,1691.200615 +435689,2688.706461,1328.902695,1668.993114,860.1380399,1689.334542 +435690,2692.647124,1322.012803,1668.081615,861.6037331,1687.424764 +435691,2696.65227,1318.460103,1667.15177,863.1128877,1685.471538 +435692,2700.633268,1313.620897,1666.204121,864.6218242,1683.474203 +435693,2704.544428,1308.688106,1665.423277,866.1915021,1681.442104 +435694,2708.385343,1303.755706,1664.444558,867.5277379,1679.388031 +435695,2712.173232,1299.021225,1663.465632,869.166079,1677.321312 +435696,2715.923797,1294.303747,1662.491939,870.5980611,1675.246614 +435697,2719.648639,1289.643967,1661.524988,872.0908863,1673.166701 +435698,2723.620366,1285.053138,1660.562517,873.5689693,1671.081149 +435699,2727.266108,1280.536222,1659.602831,875.041725,1668.990365 +435700,2730.892579,1276.095443,1658.646954,876.5733779,1666.897763 +435701,2734.513352,1271.732996,1657.695239,877.9391396,1664.805318 +435702,2738.130188,1267.450143,1656.920915,879.4430951,1662.711438 +435703,2741.741262,1263.248697,1655.941553,880.886242,1660.614997 +435704,2745.347642,1259.04142,1654.961379,882.2672219,1658.518202 +435705,2749.217938,1255.13598,1653.983201,883.8113867,1656.418994 +435706,2752.741235,1251.124684,1653.006959,885.2694477,1654.315487 +435707,2756.249321,1247.274921,1652.17521,886.6145875,1652.209609 +435708,2759.753615,1243.611905,1651.151414,888.0940594,1650.102522 +435709,2763.464394,1240.419485,1650.229657,889.511069,1647.990557 +435710,2767.099479,1237.171212,1649.118304,890.9340763,1645.871175 +435711,2770.56196,1234.242476,1647.976,892.3538564,1643.747947 +435712,2773.372052,1231.362267,1647.066424,893.7698966,1641.627864 +435713,2776.916015,1228.605202,1646.060853,897.4597589,1639.505092 +435714,2780.28892,1225.920814,1645.049072,899.4544969,1637.37088 +435715,2783.999856,1223.295348,1644.261212,901.8853771,1635.222406 +435716,2787.393555,1220.723457,1643.26957,903.9759311,1633.060651 +435717,2790.748907,1218.202416,1642.268102,906.3831685,1630.89138 +435718,2794.080484,1215.643153,1641.264619,908.8294911,1628.719055 +435719,2797.717275,1213.345459,1640.259831,911.1562896,1626.541861 +435720,2801.020796,1210.903688,1639.460572,913.6984244,1624.356618 +435721,2807.266218,1231.316098,1641.487436,938.8997201,1627.709716 +435722,2815.830777,1230.11515,1645.268961,942.6854809,1633.376418 +435723,2825.325647,1228.625291,1649.815991,945.9423766,1640.11838 +435724,2834.353621,1226.958228,1654.116691,949.2940422,1646.663356 +435725,2842.386151,1225.236125,1657.7685,952.5061404,1652.475326 +435726,2849.795263,1223.482528,1660.992449,955.6912565,1657.532022 +435727,2856.247956,1221.718101,1663.546925,958.8939151,1661.987246 +435728,2862.269116,1219.955193,1665.774332,962.2237813,1665.997134 +435729,2868.016962,1218.201134,1667.778849,965.4226736,1669.66824 +435730,2873.575757,1216.459402,1669.621073,968.7106919,1673.066221 +435731,2878.98935,1214.73268,1671.337445,972.0146521,1676.234647 +435732,2884.283341,1213.021987,1672.952561,975.418764,1679.206078 +435733,2889.475346,1211.328731,1674.485295,978.6672255,1682.007441 +435734,2894.578335,1209.653155,1675.950541,982.1074425,1684.661379 +435735,2899.601738,1207.996157,1677.359717,985.5114164,1687.186496 +435736,2904.552415,1206.357633,1678.721808,988.953982,1689.598557 +435737,2909.454586,1201.34688,1680.056124,988.8349465,1691.926598 +435738,2913.690144,1199.11087,1681.003999,991.4788875,1694.195991 +435739,2917.51679,1197.147386,1681.700054,994.8378438,1696.40936 +435740,2921.286943,1195.266153,1682.335061,998.132399,1698.566313 +435741,2925.177512,1193.43611,1683.009195,1001.359532,1700.668562 +435742,2929.211497,1191.555177,1683.74232,1004.793908,1702.715331 +435743,2933.34658,1189.920036,1684.519528,1008.203533,1704.704592 +435744,2937.534978,1188.121167,1685.321707,1011.662547,1706.636217 +435745,2941.743252,1186.420774,1686.135608,1015.157703,1708.512227 +435746,2945.951531,1184.730337,1686.953461,1018.686551,1710.335516 +435747,2950.14811,1183.061745,1687.770819,1022.24822,1712.109287 +435748,2954.325361,1181.414351,1688.584834,1025.919167,1713.83676 +435749,2958.478675,1179.788105,1689.393731,1029.424975,1715.521337 +435750,2962.60615,1178.182236,1690.196686,1033.05612,1717.166853 +435751,2966.706808,1176.317128,1690.993356,1036.53468,1718.777029 +435752,2970.77614,1174.413274,1691.753547,1039.729602,1720.355911 +435753,2974.812172,1172.498932,1692.456805,1043.165807,1721.906585 +435754,2978.814863,1170.580908,1693.098687,1046.428473,1723.431241 +435755,2982.784779,1168.66296,1693.683836,1049.86381,1724.931597 +435756,2986.722375,1166.746407,1694.219324,1053.142731,1726.409192 +435757,2990.626791,1164.919073,1694.71062,1056.671857,1727.864269 +435758,2994.498366,1162.881735,1695.162668,1059.851304,1729.298108 +435759,2998.627887,1161.035823,1695.577789,1063.375094,1730.709967 +435760,3002.413202,1159.120784,1695.958098,1066.682704,1732.099741 +435761,3006.156861,1157.222936,1696.308054,1070.166016,1733.470853 +435762,3009.870823,1155.330164,1696.63091,1073.507057,1734.825632 +435763,3013.559006,1153.442778,1696.928467,1076.925964,1736.164859 +435764,3017.220024,1151.560557,1697.201602,1080.410391,1737.488419 +435765,3020.850498,1149.684155,1697.450448,1083.869327,1738.795409 +435766,3024.438356,1147.813264,1697.669568,1091.074105,1740.077962 +435767,3028.000509,1145.948522,1697.87074,1087.053432,1741.350285 +435768,3031.510876,1144.089498,1698.039108,1107.130669,1742.592692 +435769,3035.022537,1142.151168,1698.208393,1079.188795,1743.847689 +435770,3038.523048,1140.428226,1698.372114,1110.182234,1745.106683 +435771,3041.93695,1138.529082,1698.487068,1102.583127,1746.311623 +435772,3045.308885,1136.706491,1698.578166,1108.050258,1747.497259 +435773,3048.650978,1134.878365,1698.654806,1111.592237,1748.672659 +435774,3051.953474,1133.056813,1698.711439,1115.098523,1749.830613 +435775,3055.220246,1131.241806,1698.750271,1118.620045,1750.974461 +435776,3058.452624,1129.433245,1698.772093,1122.147228,1752.105446 +435777,3061.651319,1127.631267,1698.77778,1125.595686,1753.224606 +435778,3064.815648,1125.835731,1698.767361,1129.344386,1754.331759 +435779,3067.94423,1124.046732,1698.740563,1132.701102,1755.426296 +435780,3071.036561,1122.264114,1698.697652,1136.322301,1756.508306 +435781,3072.55968,1087.500675,1697.040458,1106.901564,1754.61504 +435782,3069.502516,1085.436163,1692.049233,1110.237401,1747.587977 +435783,3064.579603,1083.609248,1685.628738,1113.686186,1738.109601 +435784,3060.417592,1081.789035,1679.456172,1117.266521,1728.895158 +435785,3057.95433,1079.997043,1674.601627,1120.635818,1721.055103 +435786,3056.99671,1078.220314,1670.77761,1124.46013,1714.612243 +435787,3057.033116,1076.456289,1667.676588,1127.747133,1709.239542 +435788,3057.638536,1074.703819,1665.035869,1131.446655,1704.628198 +435789,3058.555927,1072.880397,1662.690933,1134.920483,1700.573109 +435790,3059.650957,1071.269527,1660.549182,1138.460341,1696.950215 +435791,3060.853919,1069.491045,1658.556099,1142.115481,1693.679403 +435792,3062.123992,1067.791284,1656.675319,1145.702732,1690.702079 +435793,3063.434279,1066.088812,1654.880081,1149.116226,1687.971511 +435794,3064.764219,1064.39461,1653.149421,1152.74229,1685.448496 +435795,3066.098495,1062.708892,1651.466888,1156.294913,1683.099973 +435796,3067.426582,1061.031328,1649.820266,1159.860469,1680.898898 +435797,3068.741576,1059.361879,1648.200556,1163.425319,1678.823081 +435798,3070.038707,1057.700292,1646.601067,1166.988108,1676.854141 +435799,3071.315837,1056.046576,1645.017221,1170.547232,1674.977296 +435800,3072.5711,1054.400521,1643.445384,1174.101505,1673.179862 +435801,3073.801898,1052.762164,1641.882157,1177.654687,1671.450284 +435802,3075.006937,1051.131319,1640.325053,1181.201595,1669.778966 +435803,3076.1855,1049.50804,1638.772411,1184.743683,1668.158077 +435804,3077.337189,1047.892152,1637.222994,1188.279816,1666.580993 +435805,3078.461477,1046.283716,1635.675838,1191.810015,1665.042019 +435806,3079.546793,1044.682551,1634.123363,1199.774025,1663.527425 +435807,3080.614311,1043.088741,1632.577668,1194.29173,1662.049359 +435808,3081.623977,1041.502031,1631.014096,1221.9625,1660.572886 +435809,3082.660368,1039.922592,1629.483717,1177.959231,1659.161349 +435810,3083.707473,1038.350033,1627.977038,1222.710912,1657.800424 +435811,3084.66398,1036.331922,1626.433104,1208.824975,1656.409485 +435812,3085.304641,1034.221627,1624.838453,1213.492143,1655.032711 +435813,3085.481431,1032.068629,1623.181812,1215.409846,1653.696864 +435814,3085.161011,1029.885501,1621.452643,1217.247028,1652.395802 +435815,3084.407763,1027.678242,1619.663473,1218.78756,1651.134145 +435816,3083.298275,1025.44985,1617.827664,1220.392756,1649.912683 +435817,3081.894235,1023.202402,1615.955697,1221.643832,1648.730163 +435818,3080.237465,1020.937033,1614.054406,1222.999309,1647.583742 +435819,3078.357112,1018.654832,1611.939436,1224.171118,1646.470992 +435820,3076.271756,1016.436819,1610.007457,1225.254966,1645.387698 +435821,3073.993023,1014.004812,1608.05822,1226.238571,1644.32815 +435822,3071.531502,1011.731955,1606.088247,1227.121541,1643.288436 +435823,3068.887247,1009.296058,1604.097332,1227.904298,1642.265766 +435824,3066.07917,1007.055505,1602.086628,1228.586808,1641.25729 +435825,3063.107093,1004.627585,1600.057691,1229.169173,1640.260426 +435826,3059.985632,1002.253664,1598.012084,1229.65095,1639.271617 +435827,3056.70933,999.8554647,1595.950884,1230.032802,1638.288685 +435828,3053.290143,997.4441041,1593.874934,1230.314299,1637.310237 +435829,3049.721277,995.0202904,1591.784987,1230.495326,1636.335065 +435830,3046.005497,992.584043,1589.681745,1230.575421,1635.36201 +435831,3042.14784,990.1356993,1587.565821,1230.554408,1634.38993 +435832,3038.151602,987.6752778,1585.437738,1230.431772,1633.417728 +435833,3034.047468,983.4202889,1583.315021,1220.618028,1632.467085 +435834,3027.599872,980.6493192,1581.029423,1218.538099,1631.563278 +435835,3019.745296,977.987191,1578.464955,1217.223932,1630.708046 +435836,3011.711899,975.3462777,1576.119024,1215.917425,1629.895021 +435837,3004.084997,972.6336473,1573.820314,1214.585183,1629.109565 +435838,2996.930975,970.1153057,1571.561677,1213.198434,1628.331028 +435839,2990.04002,993.5584353,1569.283761,1211.741319,1627.484679 +435840,2983.426383,926.097514,1567.063987,1210.112992,1626.689089 +435841,2983.740197,914.0060082,1571.497832,1141.856794,1637.865733 +435842,2974.203029,887.896165,1569.106299,1139.19235,1638.041099 +435843,2960.008182,888.2330423,1562.904195,1136.591282,1632.349167 +435844,2946.518099,884.9276837,1556.662954,1133.973544,1626.28883 +435845,2935.809502,881.5179504,1552.139827,1131.274469,1622.228859 +435846,2927.428133,878.0372913,1549.510285,1128.484837,1620.384518 +435847,2921.079996,874.8018869,1548.112106,1125.510592,1620.22172 +435848,2915.681026,871.2303114,1547.474408,1122.652849,1621.200949 +435849,2910.748613,867.863649,1547.303125,1119.510966,1622.970516 +435850,2906.037402,864.4180572,1547.439278,1116.33772,1625.329816 +435851,2901.426425,860.9735084,1547.794122,1113.04641,1628.15753 +435852,2896.84759,857.5899384,1548.310333,1109.651029,1631.36818 +435853,2892.256611,853.949903,1548.94661,1106.149288,1634.895156 +435854,2887.622857,850.6250472,1549.481619,1102.452358,1638.685208 +435855,2882.869052,847.0775528,1550.240065,1117.256537,1642.650542 +435856,2878.095246,843.6571366,1551.089115,1067.78094,1646.845812 +435857,2873.228022,840.0465723,1551.972735,1119.47893,1651.192351 +435858,2868.241584,836.6288366,1552.868195,1061.264386,1655.651475 +435859,2863.16063,833.0263685,1553.800447,1093.689073,1660.235568 +435860,2857.910262,829.6488944,1554.715133,1076.087922,1664.867467 +435861,2852.527986,825.9512228,1555.625503,1073.910446,1669.558343 +435862,2846.77936,822.4404172,1556.545683,1069.564739,1674.319584 +435863,2841.228881,818.8519204,1557.465253,1064.877283,1679.130809 +435864,2835.567268,815.3266977,1558.381147,1060.227024,1683.981302 +435865,2829.781832,811.5639126,1559.291782,1055.165119,1688.862843 +435866,2823.869697,808.0875107,1560.197531,1050.357244,1693.77048 +435867,2817.556115,804.4697285,1561.099661,1045.195532,1698.701091 +435868,2811.471131,800.750675,1561.998719,1039.992554,1703.651299 +435869,2805.253082,797.1444156,1562.892135,1034.657529,1708.614262 +435870,2798.74607,793.4739266,1563.779577,1029.208823,1713.58644 +435871,2792.694165,789.3146068,1564.677372,1014.995681,1718.585929 +435872,2784.237811,785.9335368,1565.544173,1009.654582,1723.624615 +435873,2774.81458,782.4108245,1566.426218,1004.979949,1728.695106 +435874,2765.975726,779.1608888,1567.359966,1000.287147,1733.782717 +435875,2757.627364,775.5882343,1568.349803,996.0225987,1738.870259 +435876,2750.740133,772.2796113,1569.376343,991.5962524,1743.934985 +435877,2744.761626,768.8844676,1570.412889,987.2719376,1748.952662 +435878,2739.342819,765.6226972,1571.439889,982.9529944,1753.907507 +435879,2733.962937,762.0785737,1572.262853,978.647335,1758.800357 +435880,2729.075429,758.8444493,1573.267378,974.3436205,1763.636821 +435881,2724.345151,755.3734973,1574.261115,969.9663496,1768.417953 +435882,2719.727455,752.1004701,1575.23927,965.7616086,1773.146615 +435883,2715.196607,748.641652,1576.202046,961.4711613,1777.828274 +435884,2710.187751,745.428676,1563.780798,956.9826952,1782.030335 +435885,2700.687827,741.8931973,1458.438952,952.7966638,1782.547438 +435886,2687.955369,738.6660393,1509.725554,948.3910095,1780.308528 +435887,2676.895584,735.1510648,1492.483031,944.041533,1779.163115 +435888,2666.779737,731.9703118,1474.032294,939.667466,1778.826734 +435889,2548.050069,728.4905551,1473.773397,935.2762758,1775.086032 +435890,2547.000775,725.2470228,1465.095123,930.8693985,1767.67357 +435891,2518.559572,721.8104068,1457.340338,926.4486592,1760.335592 +435892,2502.471754,718.5666757,1450.613619,922.0107742,1754.294249 +435893,2467.896502,715.1419443,1443.517147,917.5558067,1749.29919 +435894,2460.642112,711.9091734,1436.596912,913.0832994,1745.042258 +435895,2441.205828,708.4949179,1424.309429,908.5927689,1741.684854 +435896,2423.286537,705.2726031,1424.775276,904.0147131,1739.056605 +435897,2406.598749,701.8696251,1415.25506,899.5846525,1736.830297 +435898,2389.784907,698.658218,1408.46886,894.9872995,1735.101971 +435899,2364.362532,695.2666116,1401.938538,890.4270975,1733.020599 +435900,2358.450626,692.0664164,1395.329932,885.8362366,1731.873265 +435901,1905.123499,688.944814,891.3523874,881.3324032,2341.256993 +435902,1986.288652,816.0831103,930.7719029,1007.232082,2402.903033 +435903,2079.46221,817.3935876,977.122342,1006.962756,2464.098566 +435904,2141.858624,813.9828501,1010.390722,1002.698484,2493.623792 +435905,2177.172535,811.2507999,1031.869094,998.5854478,2501.400552 +435906,2197.619791,808.6136067,1046.737805,994.5081576,2500.920959 +435907,2209.871414,805.7889705,1057.710497,990.2387396,2497.399813 +435908,2217.837722,803.0130867,1066.297357,985.9616812,2493.009617 +435909,2222.80636,800.3088628,1073.298813,981.7004414,2488.622766 +435910,2225.951991,797.4766037,1079.139263,977.039767,2484.565819 +435911,2227.671263,794.6994464,1084.032249,972.1477649,2480.862962 +435912,2228.151555,791.9648579,1088.118201,966.9156931,2477.465763 +435913,2227.572284,789.108581,1091.52493,961.6822237,2474.352166 +435914,2226.102413,786.367977,1094.357723,956.3070305,2471.49139 +435915,2223.898196,783.5874937,1096.705238,951.0436667,2468.656854 +435916,2221.093592,780.8205293,1098.641973,945.6491771,2466.22254 +435917,2217.528557,778.060277,1100.230195,940.1018367,2463.962963 +435918,2213.835877,775.2561445,1101.521949,934.5794086,2461.85553 +435919,2209.812488,772.6314192,1102.560781,929.120158,2459.881339 +435920,2205.509586,769.7782529,1103.383229,923.4855418,2458.024582 +435921,2200.970573,767.0870472,1104.01995,917.8081742,2456.27161 +435922,2196.23251,764.3470762,1104.496765,912.3029491,2454.610616 +435923,2191.326276,761.3289843,1104.835325,901.3826353,2453.031014 +435924,2185.786163,758.5748938,1105.041557,895.0895591,2451.522316 +435925,2179.848787,756.332936,1105.136746,889.3280777,2450.077431 +435926,2173.807431,752.8982123,1105.140395,883.5886118,2448.689713 +435927,2167.812101,750.5465963,1105.066488,877.7399349,2447.352845 +435928,2161.900113,747.7135755,1104.924947,872.2713185,2446.061213 +435929,2156.068063,745.0648986,1104.723162,865.8871609,2444.809696 +435930,2150.224094,742.1642586,1104.466728,860.9717959,2443.593768 +435931,2144.45907,739.7987104,1104.153753,856.8961031,2442.40934 +435932,2138.888789,737.5217455,1103.806669,867.1651897,2441.253255 +435933,2133.55124,735.289217,1103.442867,826.9618593,2440.121576 +435934,2128.431739,733.0881255,1103.070473,855.9576145,2439.011727 +435935,2123.498758,730.9135106,1102.691929,842.6987252,2437.922062 +435936,2118.755239,726.2767863,1102.323336,828.8053335,2436.887312 +435937,2114.025035,723.7510596,1101.851694,834.9058524,2435.869323 +435938,2109.31472,721.542231,1101.300252,825.2248914,2434.836802 +435939,2104.688501,719.2955662,1100.725623,824.1805754,2433.805629 +435940,2100.171572,717.1350941,1100.156292,819.8117504,2432.781545 +435941,2095.762591,715.0022553,1099.599836,816.4356793,2431.766178 +435942,2086.187035,712.8982242,1099.055957,812.9144837,2430.761709 +435943,1965.842412,710.8205642,1098.52289,809.5883962,2429.77051 +435944,2025.203547,708.7665605,1097.990654,806.1838129,2428.774686 +435945,1989.253905,706.735635,1097.464247,802.9329797,2427.788749 +435946,1984.406489,704.7259369,1096.950577,799.5779429,2426.830468 +435947,1971.521845,702.7371377,1096.428151,796.388971,2425.852145 +435948,1960.495023,700.7232112,1095.90633,793.1894856,2424.876443 +435949,1945.669921,698.8403281,1095.396579,790.0382325,2423.930676 +435950,1941.818585,696.8763049,1094.877083,786.924052,2422.965871 +435951,1929.178675,694.9712043,1094.356587,783.8463738,2422.002811 +435952,1919.163051,693.0765949,1093.845519,780.8035321,2421.066014 +435953,1909.547384,691.199735,1093.337816,777.8492848,2420.142117 +435954,1899.797358,689.3398083,1092.830743,774.7385395,2419.225233 +435955,1885.110457,687.4969995,1092.310518,771.9173691,2418.284199 +435956,1882.838812,685.6704863,1091.787919,768.9565674,2417.344032 +435957,1870.535901,683.8604918,1091.272564,766.0856183,2416.427037 +435958,1861.389713,682.0661363,1090.759574,763.2355274,2415.52224 +435959,1852.744619,680.2877052,1090.246862,760.4154369,2414.624956 +435960,1843.530636,678.4808668,1089.721109,757.6241567,2413.704812 +435961,0,0,0,0,0 +435962,0,0,0,0,0 +435963,0,0,0,0,0 +435964,0,0,0,0,0 +435965,0,0,0,0,0 +435966,0,0,0,0,0 +435967,0,0,0,0,0 +435968,0,0,0,0,0 +435969,0,0,0,0,0 +435970,0,0,0,0,0 +435971,0,0,0,0,0 +435972,0,0,0,0,0 +435973,0,0,0,0,0 +435974,0,0,0,0,0 +435975,0,0,0,0,0 +435976,0,0,0,0,0 +435977,0,0,0,0,0 +435978,0,0,0,0,0 +435979,0,0,0,0,0 +435980,0,0,0,0,0 +435981,0,0,0,0,0 +435982,0,0,0,0,0 +435983,0,0,0,0,0 +435984,0,0,0,0,0 +435985,0,0,0,0,0 +435986,0,0,0,0,0 +435987,0,0,0,0,0 +435988,0,0,0,0,0 +435989,0,0,0,0,0 +435990,0,0,0,0,0 +435991,0,0,0,0,0 +435992,0,0,0,0,0 +435993,0,0,0,0,0 +435994,0,0,0,0,0 +435995,0,0,0,0,0 +435996,0,0,0,0,0 +435997,0,0,0,0,0 +435998,0,0,0,0,0 +435999,0,0,0,0,0 +436000,0,0,0,0,0 +436001,0,0,0,0,0 +436002,0,0,0,0,0 +436003,0,0,0,0,0 +436004,0,0,0,0,0 +436005,0,0,0,0,0 +436006,0,0,0,0,0 +436007,0,0,0,0,0 +436008,0,0,0,0,0 +436009,0,0,0,0,0 +436010,0,0,0,0,0 +436011,0,0,0,0,0 +436012,0,0,0,0,0 +436013,0,0,0,0,0 +436014,0,0,0,0,0 +436015,0,0,0,0,0 +436016,0,0,0,0,0 +436017,0,0,0,0,0 +436018,0,0,0,0,0 +436019,0,0,0,0,0 +436020,0,0,0,0,0 +436021,0,0,0,0,0 +436022,0,0,0,0,0 +436023,0,0,0,0,0 +436024,0,0,0,0,0 +436025,0,0,0,0,0 +436026,0,0,0,0,0 +436027,0,0,0,0,0 +436028,0,0,0,0,0 +436029,0,0,0,0,0 +436030,0,0,0,0,0 +436031,0,0,0,0,0 +436032,0,0,0,0,0 +436033,0,0,0,0,0 +436034,0,0,0,0,0 +436035,0,0,0,0,0 +436036,0,0,0,0,0 +436037,0,0,0,0,0 +436038,0,0,0,0,0 +436039,0,0,0,0,0 +436040,0,0,0,0,0 +436041,0,0,0,0,0 +436042,0,0,0,0,0 +436043,0,0,0,0,0 +436044,0,0,0,0,0 +436045,0,0,0,0,0 +436046,0,0,0,0,0 +436047,0,0,0,0,0 +436048,0,0,0,0,0 +436049,0,0,0,0,0 +436050,0,0,0,0,0 +436051,0,0,0,0,0 +436052,0,0,0,0,0 +436053,0,0,0,0,0 +436054,0,0,0,0,0 +436055,0,0,0,0,0 +436056,0,0,0,0,0 +436057,0,0,0,0,0 +436058,0,0,0,0,0 +436059,0,0,0,0,0 +436060,0,0,0,0,0 +436061,0,0,0,0,0 +436062,0,0,0,0,0 +436063,0,0,0,0,0 +436064,0,0,0,0,0 +436065,0,0,0,0,0 +436066,0,0,0,0,0 +436067,0,0,0,0,0 +436068,0,0,0,0,0 +436069,0,0,0,0,0 +436070,0,0,0,0,0 +436071,0,0,0,0,0 +436072,0,0,0,0,0 +436073,0,0,0,0,0 +436074,0,0,0,0,0 +436075,0,0,0,0,0 +436076,0,0,0,0,0 +436077,0,0,0,0,0 +436078,0,0,0,0,0 +436079,0,0,0,0,0 +436080,0,0,0,0,0 +436081,0,0,0,0,0 +436082,0,0,0,0,0 +436083,0,0,0,0,0 +436084,0,0,0,0,0 +436085,0,0,0,0,0 +436086,0,0,0,0,0 +436087,0,0,0,0,0 +436088,0,0,0,0,0 +436089,0,0,0,0,0 +436090,0,0,0,0,0 +436091,0,0,0,0,0 +436092,0,0,0,0,0 +436093,0,0,0,0,0 +436094,0,0,0,0,0 +436095,0,0,0,0,0 +436096,0,0,0,0,0 +436097,0,0,0,0,0 +436098,0,0,0,0,0 +436099,0,0,0,0,0 +436100,0,0,0,0,0 +436101,0,0,0,0,0 +436102,0,0,0,0,0 +436103,0,0,0,0,0 +436104,0,0,0,0,0 +436105,0,0,0,0,0 +436106,0,0,0,0,0 +436107,0,0,0,0,0 +436108,0,0,0,0,0 +436109,0,0,0,0,0 +436110,0,0,0,0,0 +436111,0,0,0,0,0 +436112,0,0,0,0,0 +436113,0,0,0,0,0 +436114,0,0,0,0,0 +436115,0,0,0,0,0 +436116,0,0,0,0,0 +436117,0,0,0,0,0 +436118,0,0,0,0,0 +436119,0,0,0,0,0 +436120,0,0,0,0,0 +436121,0,0,0,0,0 +436122,0,0,0,0,0 +436123,0,0,0,0,0 +436124,0,0,0,0,0 +436125,0,0,0,0,0 +436126,0,0,0,0,0 +436127,0,0,0,0,0 +436128,0,0,0,0,0 +436129,0,0,0,0,0 +436130,0,0,0,0,0 +436131,0,0,0,0,0 +436132,0,0,0,0,0 +436133,0,0,0,0,0 +436134,0,0,0,0,0 +436135,0,0,0,0,0 +436136,0,0,0,0,0 +436137,0,0,0,0,0 +436138,0,0,0,0,0 +436139,0,0,0,0,0 +436140,0,0,0,0,0 +436141,0,0,0,0,0 +436142,0,0,0,0,0 +436143,0,0,0,0,0 +436144,0,0,0,0,0 +436145,0,0,0,0,0 +436146,0,0,0,0,0 +436147,0,0,0,0,0 +436148,0,0,0,0,0 +436149,0,0,0,0,0 +436150,0,0,0,0,0 +436151,0,0,0,0,0 +436152,0,0,0,0,0 +436153,0,0,0,0,0 +436154,0,0,0,0,0 +436155,0,0,0,0,0 +436156,0,0,0,0,0 +436157,0,0,0,0,0 +436158,0,0,0,0,0 +436159,0,0,0,0,0 +436160,0,0,0,0,0 +436161,0,0,0,0,0 +436162,0,0,0,0,0 +436163,0,0,0,0,0 +436164,0,0,0,0,0 +436165,0,0,0,0,0 +436166,0,0,0,0,0 +436167,0,0,0,0,0 +436168,0,0,0,0,0 +436169,0,0,0,0,0 +436170,0,0,0,0,0 +436171,0,0,0,0,0 +436172,0,0,0,0,0 +436173,0,0,0,0,0 +436174,0,0,0,0,0 +436175,0,0,0,0,0 +436176,0,0,0,0,0 +436177,0,0,0,0,0 +436178,0,0,0,0,0 +436179,0,0,0,0,0 +436180,0,0,0,0,0 +436181,0,0,0,0,0 +436182,0,0,0,0,0 +436183,0,0,0,0,0 +436184,0,0,0,0,0 +436185,0,0,0,0,0 +436186,0,0,0,0,0 +436187,0,0,0,0,0 +436188,0,0,0,0,0 +436189,0,0,0,0,0 +436190,0,0,0,0,0 +436191,0,0,0,0,0 +436192,0,0,0,0,0 +436193,0,0,0,0,0 +436194,0,0,0,0,0 +436195,0,0,0,0,0 +436196,0,0,0,0,0 +436197,0,0,0,0,0 +436198,0,0,0,0,0 +436199,0,0,0,0,0 +436200,0,0,0,0,0 +436201,0,0,0,0,0 +436202,0,0,0,0,0 +436203,0,0,0,0,0 +436204,0,0,0,0,0 +436205,0,0,0,0,0 +436206,0,0,0,0,0 +436207,0,0,0,0,0 +436208,0,0,0,0,0 +436209,0,0,0,0,0 +436210,0,0,0,0,0 +436211,0,0,0,0,0 +436212,0,0,0,0,0 +436213,0,0,0,0,0 +436214,0,0,0,0,0 +436215,0,0,0,0,0 +436216,0,0,0,0,0 +436217,0,0,0,0,0 +436218,0,0,0,0,0 +436219,0,0,0,0,0 +436220,0,0,0,0,0 +436221,0,0,0,0,0 +436222,0,0,0,0,0 +436223,0,0,0,0,0 +436224,0,0,0,0,0 +436225,0,0,0,0,0 +436226,0,0,0,0,0 +436227,0,0,0,0,0 +436228,0,0,0,0,0 +436229,0,0,0,0,0 +436230,0,0,0,0,0 +436231,0,0,0,0,0 +436232,0,0,0,0,0 +436233,0,0,0,0,0 +436234,0,0,0,0,0 +436235,0,0,0,0,0 +436236,0,0,0,0,0 +436237,0,0,0,0,0 +436238,0,0,0,0,0 +436239,0,0,0,0,0 +436240,0,0,0,0,0 +436241,0,0,0,0,0 +436242,0,0,0,0,0 +436243,0,0,0,0,0 +436244,0,0,0,0,0 +436245,0,0,0,0,0 +436246,0,0,0,0,0 +436247,0,0,0,0,0 +436248,0,0,0,0,0 +436249,0,0,0,0,0 +436250,0,0,0,0,0 +436251,0,0,0,0,0 +436252,0,0,0,0,0 +436253,0,0,0,0,0 +436254,0,0,0,0,0 +436255,0,0,0,0,0 +436256,0,0,0,0,0 +436257,0,0,0,0,0 +436258,0,0,0,0,0 +436259,0,0,0,0,0 +436260,0,0,0,0,0 +436261,0,0,0,0,0 +436262,0,0,0,0,0 +436263,0,0,0,0,0 +436264,0,0,0,0,0 +436265,0,0,0,0,0 +436266,0,0,0,0,0 +436267,0,0,0,0,0 +436268,0,0,0,0,0 +436269,0,0,0,0,0 +436270,0,0,0,0,0 +436271,0,0,0,0,0 +436272,0,0,0,0,0 +436273,0,0,0,0,0 +436274,0,0,0,0,0 +436275,0,0,0,0,0 +436276,0,0,0,0,0 +436277,0,0,0,0,0 +436278,0,0,0,0,0 +436279,0,0,0,0,0 +436280,0,0,0,0,0 +436281,0,0,0,0,0 +436282,0,0,0,0,0 +436283,0,0,0,0,0 +436284,0,0,0,0,0 +436285,0,0,0,0,0 +436286,0,0,0,0,0 +436287,0,0,0,0,0 +436288,0,0,0,0,0 +436289,0,0,0,0,0 +436290,0,0,0,0,0 +436291,0,0,0,0,0 +436292,0,0,0,0,0 +436293,0,0,0,0,0 +436294,0,0,0,0,0 +436295,0,0,0,0,0 +436296,0,0,0,0,0 +436297,0,0,0,0,0 +436298,0,0,0,0,0 +436299,0,0,0,0,0 +436300,0,0,0,0,0 +436301,0,0,0,0,0 +436302,0,0,0,0,0 +436303,0,0,0,0,0 +436304,0,0,0,0,0 +436305,0,0,0,0,0 +436306,0,0,0,0,0 +436307,0,0,0,0,0 +436308,0,0,0,0,0 +436309,0,0,0,0,0 +436310,0,0,0,0,0 +436311,0,0,0,0,0 +436312,0,0,0,0,0 +436313,0,0,0,0,0 +436314,0,0,0,0,0 +436315,0,0,0,0,0 +436316,0,0,0,0,0 +436317,0,0,0,0,0 +436318,0,0,0,0,0 +436319,0,0,0,0,0 +436320,0,0,0,0,0 +436321,0,0,0,0,0 +436322,0,0,0,0,0 +436323,0,0,0,0,0 +436324,0,0,0,0,0 +436325,0,0,0,0,0 +436326,0,0,0,0,0 +436327,0,0,0,0,0 +436328,0,0,0,0,0 +436329,0,0,0,0,0 +436330,0,0,0,0,0 +436331,0,0,0,0,0 +436332,0,0,0,0,0 +436333,0,0,0,0,0 +436334,0,0,0,0,0 +436335,0,0,0,0,0 +436336,0,0,0,0,0 +436337,0,0,0,0,0 +436338,0,0,0,0,0 +436339,0,0,0,0,0 +436340,0,0,0,0,0 +436341,0,0,0,0,0 +436342,0,0,0,0,0 +436343,0,0,0,0,0 +436344,0,0,0,0,0 +436345,0,0,0,0,0 +436346,0,0,0,0,0 +436347,0,0,0,0,0 +436348,0,0,0,0,0 +436349,0,0,0,0,0 +436350,0,0,0,0,0 +436351,0,0,0,0,0 +436352,0,0,0,0,0 +436353,0,0,0,0,0 +436354,0,0,0,0,0 +436355,0,0,0,0,0 +436356,0,0,0,0,0 +436357,0,0,0,0,0 +436358,0,0,0,0,0 +436359,0,0,0,0,0 +436360,0,0,0,0,0 +436361,0,0,0,0,0 +436362,0,0,0,0,0 +436363,0,0,0,0,0 +436364,0,0,0,0,0 +436365,0,0,0,0,0 +436366,0,0,0,0,0 +436367,0,0,0,0,0 +436368,0,0,0,0,0 +436369,0,0,0,0,0 +436370,0,0,0,0,0 +436371,0,0,0,0,0 +436372,0,0,0,0,0 +436373,0,0,0,0,0 +436374,0,0,0,0,0 +436375,0,0,0,0,0 +436376,0,0,0,0,0 +436377,0,0,0,0,0 +436378,0,0,0,0,0 +436379,0,0,0,0,0 +436380,0,0,0,0,0 +436381,0,0,0,0,0 +436382,0,0,0,0,0 +436383,0,0,0,0,0 +436384,0,0,0,0,0 +436385,0,0,0,0,0 +436386,0,0,0,0,0 +436387,0,0,0,0,0 +436388,0,0,0,0,0 +436389,0,0,0,0,0 +436390,0,0,0,0,0 +436391,0,0,0,0,0 +436392,0,0,0,0,0 +436393,0,0,0,0,0 +436394,0,0,0,0,0 +436395,0,0,0,0,0 +436396,0,0,0,0,0 +436397,0,0,0,0,0 +436398,0,0,0,0,0 +436399,0,0,0,0,0 +436400,0,0,0,0,0 +436401,0,0,0,0,0 +436402,0,0,0,0,0 +436403,0,0,0,0,0 +436404,0,0,0,0,0 +436405,0,0,0,0,0 +436406,0,0,0,0,0 +436407,0,0,0,0,0 +436408,0,0,0,0,0 +436409,0,0,0,0,0 +436410,0,0,0,0,0 +436411,0,0,0,0,0 +436412,0,0,0,0,0 +436413,0,0,0,0,0 +436414,0,0,0,0,0 +436415,0,0,0,0,0 +436416,0,0,0,0,0 +436417,0,0,0,0,0 +436418,0,0,0,0,0 +436419,0,0,0,0,0 +436420,0,0,0,0,0 +436421,0,0,0,0,0 +436422,0,0,0,0,0 +436423,0,0,0,0,0 +436424,0,0,0,0,0 +436425,0,0,0,0,0 +436426,0,0,0,0,0 +436427,0,0,0,0,0 +436428,0,0,0,0,0 +436429,0,0,0,0,0 +436430,0,0,0,0,0 +436431,0,0,0,0,0 +436432,0,0,0,0,0 +436433,0,0,0,0,0 +436434,0,0,0,0,0 +436435,0,0,0,0,0 +436436,0,0,0,0,0 +436437,0,0,0,0,0 +436438,0,0,0,0,0 +436439,0,0,0,0,0 +436440,0,0,0,0,0 +436441,0,0,0,0,0 +436442,0,0,0,0,0 +436443,0,0,0,0,0 +436444,0,0,0,0,0 +436445,0,0,0,0,0 +436446,0,0,0,0,0 +436447,0,0,0,0,0 +436448,0,0,0,0,0 +436449,0,0,0,0,0 +436450,0,0,0,0,0 +436451,0,0,0,0,0 +436452,0,0,0,0,0 +436453,0,0,0,0,0 +436454,0,0,0,0,0 +436455,0,0,0,0,0 +436456,0,0,0,0,0 +436457,0,0,0,0,0 +436458,0,0,0,0,0 +436459,0,0,0,0,0 +436460,0,0,0,0,0 +436461,0,0,0,0,0 +436462,0,0,0,0,0 +436463,0,0,0,0,0 +436464,0,0,0,0,0 +436465,0,0,0,0,0 +436466,0,0,0,0,0 +436467,0,0,0,0,0 +436468,0,0,0,0,0 +436469,0,0,0,0,0 +436470,0,0,0,0,0 +436471,0,0,0,0,0 +436472,0,0,0,0,0 +436473,0,0,0,0,0 +436474,0,0,0,0,0 +436475,0,0,0,0,0 +436476,0,0,0,0,0 +436477,0,0,0,0,0 +436478,0,0,0,0,0 +436479,0,0,0,0,0 +436480,0,0,0,0,0 +436481,0,0,0,0,0 +436482,0,0,0,0,0 +436483,0,0,0,0,0 +436484,0,0,0,0,0 +436485,0,0,0,0,0 +436486,0,0,0,0,0 +436487,0,0,0,0,0 +436488,0,0,0,0,0 +436489,0,0,0,0,0 +436490,0,0,0,0,0 +436491,0,0,0,0,0 +436492,0,0,0,0,0 +436493,0,0,0,0,0 +436494,0,0,0,0,0 +436495,0,0,0,0,0 +436496,0,0,0,0,0 +436497,0,0,0,0,0 +436498,0,0,0,0,0 +436499,0,0,0,0,0 +436500,0,0,0,0,0 +436501,0,0,0,0,0 +436502,0,0,0,0,0 +436503,0,0,0,0,0 +436504,0,0,0,0,0 +436505,0,0,0,0,0 +436506,0,0,0,0,0 +436507,0,0,0,0,0 +436508,0,0,0,0,0 +436509,0,0,0,0,0 +436510,0,0,0,0,0 +436511,0,0,0,0,0 +436512,0,0,0,0,0 +436513,0,0,0,0,0 +436514,0,0,0,0,0 +436515,0,0,0,0,0 +436516,0,0,0,0,0 +436517,0,0,0,0,0 +436518,0,0,0,0,0 +436519,0,0,0,0,0 +436520,0,0,0,0,0 +436521,0,0,0,0,0 +436522,0,0,0,0,0 +436523,0,0,0,0,0 +436524,0,0,0,0,0 +436525,0,0,0,0,0 +436526,0,0,0,0,0 +436527,0,0,0,0,0 +436528,0,0,0,0,0 +436529,0,0,0,0,0 +436530,0,0,0,0,0 +436531,0,0,0,0,0 +436532,0,0,0,0,0 +436533,0,0,0,0,0 +436534,0,0,0,0,0 +436535,0,0,0,0,0 +436536,0,0,0,0,0 +436537,0,0,0,0,0 +436538,0,0,0,0,0 +436539,0,0,0,0,0 +436540,0,0,0,0,0 +436541,0,0,0,0,0 +436542,0,0,0,0,0 +436543,0,0,0,0,0 +436544,0,0,0,0,0 +436545,0,0,0,0,0 +436546,0,0,0,0,0 +436547,0,0,0,0,0 +436548,0,0,0,0,0 +436549,0,0,0,0,0 +436550,0,0,0,0,0 +436551,0,0,0,0,0 +436552,0,0,0,0,0 +436553,0,0,0,0,0 +436554,0,0,0,0,0 +436555,0,0,0,0,0 +436556,0,0,0,0,0 +436557,0,0,0,0,0 +436558,0,0,0,0,0 +436559,0,0,0,0,0 +436560,0,0,0,0,0 +436561,0,0,0,0,0 +436562,0,0,0,0,0 +436563,0,0,0,0,0 +436564,0,0,0,0,0 +436565,0,0,0,0,0 +436566,0,0,0,0,0 +436567,0,0,0,0,0 +436568,0,0,0,0,0 +436569,0,0,0,0,0 +436570,0,0,0,0,0 +436571,0,0,0,0,0 +436572,0,0,0,0,0 +436573,0,0,0,0,0 +436574,0,0,0,0,0 +436575,0,0,0,0,0 +436576,0,0,0,0,0 +436577,0,0,0,0,0 +436578,0,0,0,0,0 +436579,0,0,0,0,0 +436580,0,0,0,0,0 +436581,0,0,0,0,0 +436582,0,0,0,0,0 +436583,0,0,0,0,0 +436584,0,0,0,0,0 +436585,0,0,0,0,0 +436586,0,0,0,0,0 +436587,0,0,0,0,0 +436588,0,0,0,0,0 +436589,0,0,0,0,0 +436590,0,0,0,0,0 +436591,0,0,0,0,0 +436592,0,0,0,0,0 +436593,0,0,0,0,0 +436594,0,0,0,0,0 +436595,0,0,0,0,0 +436596,0,0,0,0,0 +436597,0,0,0,0,0 +436598,0,0,0,0,0 +436599,0,0,0,0,0 +436600,0,0,0,0,0 +436601,0,0,0,0,0 +436602,0,0,0,0,0 +436603,0,0,0,0,0 +436604,0,0,0,0,0 +436605,0,0,0,0,0 +436606,0,0,0,0,0 +436607,0,0,0,0,0 +436608,0,0,0,0,0 +436609,0,0,0,0,0 +436610,0,0,0,0,0 +436611,0,0,0,0,0 +436612,0,0,0,0,0 +436613,0,0,0,0,0 +436614,0,0,0,0,0 +436615,0,0,0,0,0 +436616,0,0,0,0,0 +436617,0,0,0,0,0 +436618,0,0,0,0,0 +436619,0,0,0,0,0 +436620,0,0,0,0,0 +436621,0,0,0,0,0 +436622,0,0,0,0,0 +436623,0,0,0,0,0 +436624,0,0,0,0,0 +436625,0,0,0,0,0 +436626,0,0,0,0,0 +436627,0,0,0,0,0 +436628,0,0,0,0,0 +436629,0,0,0,0,0 +436630,0,0,0,0,0 +436631,0,0,0,0,0 +436632,0,0,0,0,0 +436633,0,0,0,0,0 +436634,0,0,0,0,0 +436635,0,0,0,0,0 +436636,0,0,0,0,0 +436637,0,0,0,0,0 +436638,0,0,0,0,0 +436639,0,0,0,0,0 +436640,0,0,0,0,0 +436641,0,0,0,0,0 +436642,0,0,0,0,0 +436643,0,0,0,0,0 +436644,0,0,0,0,0 +436645,0,0,0,0,0 +436646,0,0,0,0,0 +436647,0,0,0,0,0 +436648,0,0,0,0,0 +436649,0,0,0,0,0 +436650,0,0,0,0,0 +436651,0,0,0,0,0 +436652,0,0,0,0,0 +436653,0,0,0,0,0 +436654,0,0,0,0,0 +436655,0,0,0,0,0 +436656,0,0,0,0,0 +436657,0,0,0,0,0 +436658,0,0,0,0,0 +436659,0,0,0,0,0 +436660,0,0,0,0,0 +436661,0,0,0,0,0 +436662,0,0,0,0,0 +436663,0,0,0,0,0 +436664,0,0,0,0,0 +436665,0,0,0,0,0 +436666,0,0,0,0,0 +436667,0,0,0,0,0 +436668,0,0,0,0,0 +436669,0,0,0,0,0 +436670,0,0,0,0,0 +436671,0,0,0,0,0 +436672,0,0,0,0,0 +436673,0,0,0,0,0 +436674,0,0,0,0,0 +436675,0,0,0,0,0 +436676,0,0,0,0,0 +436677,0,0,0,0,0 +436678,0,0,0,0,0 +436679,0,0,0,0,0 +436680,0,0,0,0,0 +436681,0,0,0,0,0 +436682,0,0,0,0,0 +436683,0,0,0,0,0 +436684,0,0,0,0,0 +436685,0,0,0,0,0 +436686,0,0,0,0,0 +436687,0,0,0,0,0 +436688,0,0,0,0,0 +436689,0,0,0,0,0 +436690,0,0,0,0,0 +436691,0,0,0,0,0 +436692,0,0,0,0,0 +436693,0,0,0,0,0 +436694,0,0,0,0,0 +436695,0,0,0,0,0 +436696,0,0,0,0,0 +436697,0,0,0,0,0 +436698,0,0,0,0,0 +436699,0,0,0,0,0 +436700,0,0,0,0,0 +436701,0,0,0,0,0 +436702,0,0,0,0,0 +436703,0,0,0,0,0 +436704,0,0,0,0,0 +436705,0,0,0,0,0 +436706,0,0,0,0,0 +436707,0,0,0,0,0 +436708,0,0,0,0,0 +436709,0,0,0,0,0 +436710,0,0,0,0,0 +436711,0,0,0,0,0 +436712,0,0,0,0,0 +436713,0,0,0,0,0 +436714,0,0,0,0,0 +436715,0,0,0,0,0 +436716,0,0,0,0,0 +436717,0,0,0,0,0 +436718,0,0,0,0,0 +436719,0,0,0,0,0 +436720,0,0,0,0,0 +436721,0,0,0,0,0 +436722,0,0,0,0,0 +436723,0,0,0,0,0 +436724,0,0,0,0,0 +436725,0,0,0,0,0 +436726,0,0,0,0,0 +436727,0,0,0,0,0 +436728,0,0,0,0,0 +436729,0,0,0,0,0 +436730,0,0,0,0,0 +436731,0,0,0,0,0 +436732,0,0,0,0,0 +436733,0,0,0,0,0 +436734,0,0,0,0,0 +436735,0,0,0,0,0 +436736,0,0,0,0,0 +436737,0,0,0,0,0 +436738,0,0,0,0,0 +436739,0,0,0,0,0 +436740,0,0,0,0,0 +436741,-1898.151425,-826.6328696,-1860.812697,-841.1201608,-1046.27275 +436742,-1828.152282,-755.9244516,-1784.511834,-772.8872541,-1000.126159 +436743,-1725.862237,-708.9587771,-1682.303165,-728.6918247,-945.7632744 +436744,-1699.414035,-694.3879345,-1654.732985,-717.3751183,-934.7960151 +436745,-1690.335226,-278.4351447,-1644.351221,-713.9047032,-931.8866044 +436746,-1672.585941,-212.1729973,-1625.630843,-706.9866887,-923.1717693 +436747,-982.673649,-307.805606,-415.2344668,-567.764308,-876.7445793 +436748,-889.184082,-239.627253,-1050.231022,-343.102984,-802.1841 +436749,-1042.168339,-226.4371381,-859.3369914,-487.9212251,-719.2268293 +436750,-902.9570182,-196.4223983,-791.2364738,-411.314509,-709.4748468 +436751,-989.3051786,-233.9831107,-877.3266325,-446.9436525,-661.5419038 +436752,-889.0920544,-185.431573,-774.2473306,-401.7243906,-609.8098137 +436753,-911.6519794,-191.9012008,-795.1248043,-411.5142943,-330.6884463 +436754,-894.465584,-181.3614611,-777.69217,-402.1463568,-570.4079663 +436755,-848.6083306,-159.0556386,-729.9297937,-380.2777232,-677.9270362 +436756,-922.5797398,-188.0076387,-807.0685148,-413.0519818,-488.3147056 +436757,-804.9849255,-138.1473903,-686.5840445,-359.5927776,-649.7234431 +436758,-907.1484202,-178.3548413,-788.9137272,-402.4257443,-463.2959185 +436759,-790.9971261,-130.2734532,-674.4157098,-351.3630365,-645.4966701 +436760,-877.1369744,-163.1645764,-760.7858388,-387.1980895,-455.9092185 +436761,-804.6136578,-131.8210287,-685.977127,-354.8040263,-667.3905203 +436762,-814.8780931,-135.8562024,-700.0374617,-358.9095557,-458.3345754 +436763,-806.1307875,-129.046865,-686.5638388,-352.7456185,-663.1239429 +436764,-793.9310733,-122.8991068,-677.1273151,-347.0551337,-462.9378411 +436765,-785.5694352,-118.5819928,-668.909867,-342.3013759,-660.6903412 +436766,-773.5765376,-98.66947595,-647.0896387,-336.1841885,-473.5326094 +436767,-761.7414336,-92.01943978,-639.2433164,-330.3059104,-660.4310122 +436768,-754.4637293,-84.74430138,-629.1054624,-325.6113587,-496.2978088 +436769,-745.6763915,-78.99997116,-620.2401048,-321.6904283,-662.965366 +436770,-737.7415021,-72.36721762,-610.606252,-315.9874673,-601.0925009 +436771,-726.5530209,-65.70253871,-602.5553701,-311.3826529,-411.0412659 +436772,-721.1910659,-58.36912209,-592.2194976,-307.1450532,-628.5349298 +436773,-710.5130037,-51.26865932,-583.7859047,-301.7929984,-575.5425408 +436774,-703.5155777,-44.19587765,-574.6992951,-296.7284448,-386.547045 +436775,-695.014213,-37.37171335,-565.8793072,-293.5900058,-615.6753748 +436776,-686.3766834,-29.77622094,-555.7564551,-287.3908554,-567.9885196 +436777,-677.9298359,-22.96073956,-548.5911446,-283.6966921,-390.6092861 +436778,-671.8631756,-15.87885802,-540.4461314,-279.3373408,-611.6610003 +436779,-662.3514567,-8.693938441,-529.643789,-274.1253167,-568.5932546 +436780,-654.2086876,-1.624367147,-523.2675319,-270.6706331,-529.9516284 +436781,-647.519932,5.470378995,-513.7932284,-265.2382342,-362.2579821 +436782,-639.452285,12.41629204,-506.6338594,-261.8621255,-594.1783944 +436783,-631.7478249,19.702894,-497.0985095,-257.0033973,-558.3621246 +436784,-623.7490456,26.67604549,-489.4816129,-252.6522281,-526.309937 +436785,-616.7684985,33.82273417,-481.9535066,-248.7852677,-502.0387478 +436786,-608.2405096,40.83613809,-473.1138782,-244.2735734,-482.1185969 +436787,-574.1298595,51.09913446,-438.5083771,-227.7691223,-439.9269682 +436788,-634.8750387,44.80082819,-497.8749184,-254.3493966,-457.8359272 +436789,-538.1967702,51.44783061,-402.4323839,-210.0555034,-421.7246095 +436790,-626.5307455,45.14298779,-489.6685104,-248.760287,-445.7965382 +436791,-524.4118321,51.84115014,-385.5191478,-202.7097694,-414.5310761 +436792,-610.5395906,106.0171506,-473.0559864,-239.3028107,-273.6552266 +436793,-538.5701186,45.9637335,-400.4664962,-207.21533,-546.1668542 +436794,-555.7138725,46.43362456,-416.7343993,-213.9093964,-526.8190058 +436795,-543.5656837,47.5515644,-403.8407402,-207.360102,-509.9469675 +436796,-536.3359167,49.11184088,-398.1328484,-203.7586888,-499.3884832 +436797,-530.1505672,50.35232292,-388.9567606,-199.6464414,-493.4748287 +436798,-522.5295224,51.91267354,-383.2468798,-196.1787744,-446.1023041 +436799,-515.7263565,53.37827354,-374.9394192,-191.3472603,-442.3506084 +436800,-509.0048928,54.84457339,-367.9386354,-188.1654644,-446.9089872 +436801,98.63676965,56.4598082,98.70099579,44.69155079,179.7274597 +436802,108.7798496,66.87118246,111.2781034,50.00889989,207.2848774 +436803,123.9424651,81.72723841,129.4519591,57.73831997,248.8750688 +436804,139.6555029,96.66727286,147.9057313,65.56571204,292.250858 +436805,153.9444763,109.8475468,164.4797432,72.5395037,331.9990465 +436806,166.5186378,121.0943161,178.9526194,78.57034627,366.2331004 +436807,177.6759315,130.7931962,191.7252822,83.84932106,395.8537415 +436808,187.7473427,139.3373488,203.2004336,88.5670151,422.0179768 +436809,196.9605202,147.0080761,213.6466353,92.85040499,445.4996664 +436810,205.2662008,153.9746071,223.1756982,96.78222477,466.7479571 +436811,212.8557737,160.3525206,231.9437281,100.4209822,486.0552741 +436812,219.9116823,166.2347242,240.0902872,103.8130222,503.6559062 +436813,226.5531425,171.7011129,247.7214418,106.9973122,519.7588181 +436814,232.8539903,176.8202035,254.9169875,110.0069077,534.5523829 +436815,238.8657908,181.6495497,261.7400564,112.8695486,548.2030657 +436816,244.630125,186.2367679,268.2430338,115.6082736,560.855653 +436817,250.1826323,190.6210056,274.4703258,118.2421098,572.6351049 +436818,255.5539126,194.8344379,280.4597011,120.7867591,583.6491944 +436819,260.7728902,198.9035545,286.243176,123.2551895,593.9909563 +436820,265.8633179,202.8502069,291.8478158,125.6581301,603.7408443 +436821,270.5501046,206.55905,297.0030074,127.8710741,612.4349261 +436822,275.4928553,210.3384426,302.373387,130.1948193,621.3065229 +436823,280.3432716,214.0369606,307.6152303,132.4717186,629.7535818 +436824,285.1102995,217.664316,312.7413616,134.7063443,637.8199371 +436825,289.8030436,221.2293119,317.7641782,136.9032485,645.5463365 +436826,294.4300665,224.739719,322.6951215,139.0666808,652.9697052 +436827,298.9988154,228.2021319,327.5441607,141.2003186,660.1225455 +436828,303.515472,231.6220222,332.3197044,143.3072115,667.032964 +436829,307.9851635,235.0039115,337.0288073,145.3898705,673.725279 +436830,312.4121258,238.3515448,341.6773926,147.4503649,680.2205063 +436831,316.7999431,241.6680502,346.2704901,149.4904275,686.5369757 +436832,321.155021,244.9489368,350.8168742,151.5134784,692.6906502 +436833,325.4817487,248.1917871,355.3231075,153.5220074,698.6955639 +436834,329.7823371,251.3973089,359.7929306,155.5173018,704.5639595 +436835,334.0579645,254.5677155,364.2284768,157.4999823,710.3066409 +436836,338.3094717,257.7054192,368.6312204,159.4704207,715.9330722 +436837,342.53763,260.8125212,373.002422,161.4289333,721.4516578 +436838,346.7431251,323.3611015,377.3432227,163.3758174,726.8697779 +436839,350.9266131,386.0334963,381.6546649,165.3113563,732.1940216 +436840,355.0886461,359.4718753,385.9376623,167.2358002,737.4301651 +436841,359.2345594,386.9838853,390.1930216,169.1493733,742.5833985 +436842,363.3527532,400.1855469,394.4215263,171.0523076,747.6583642 +436843,367.1565865,413.3030734,398.3459307,172.8184747,752.153775 +436844,363.085966,426.0648085,394.4084834,171.0125301,742.330422 +436845,356.0377026,438.5891949,387.504625,167.8621415,727.0821284 +436846,349.2322301,450.8598015,380.8525433,164.8311015,712.2551839 +436847,342.6980173,463.1877977,374.4787235,161.9297049,697.9018018 +436848,336.4061775,475.0039045,368.3527452,159.1414529,683.9762773 +436849,330.3140366,487.0245217,362.4307323,156.4441661,670.4091524 +436850,324.3842847,498.5135317,356.6743828,153.8190277,657.139026 +436851,318.5883673,510.2118445,351.0542939,151.2519606,644.1181496 +436852,312.9044129,521.3760993,345.5478662,148.7324262,631.3090016 +436853,307.3149359,533.0213106,340.1369892,146.2521857,618.6808656 +436854,301.8053941,543.5645176,334.8065896,143.8045321,606.2075472 +436855,296.3635304,554.9695743,329.54396,141.3839285,593.8665955 +436856,290.9789728,565.4380004,324.3383452,138.9857844,581.6385786 +436857,285.6430139,576.6332932,319.1806984,136.6063214,569.5069166 +436858,280.3483316,586.7904185,314.0633992,134.2424249,557.4573025 +436859,275.0888023,597.2335574,308.9800663,131.8915449,545.4775989 +436860,269.8592663,607.8859267,303.9253201,129.5515774,533.5573049 +436861,267.5839243,786.5621394,301.9221557,128.596936,527.1920491 +436862,272.2995242,798.0220719,306.9324015,130.7888019,534.0849924 +436863,280.5676881,809.0907634,315.4356893,134.494772,547.6101149 +436864,288.434038,820.321078,323.9110748,138.1117785,561.2546649 +436865,294.5383236,830.6714504,330.9074516,141.0004687,572.3605345 +436866,298.9333275,841.1653886,336.2979956,143.1295857,580.6706553 +436867,302.0357851,851.4265882,393.3018955,144.6602462,586.6937746 +436868,304.1966838,861.657069,864.4458139,145.7477577,590.9420088 +436869,305.6370908,871.6900882,599.9132162,146.4972848,635.5757435 +436870,306.4934354,881.6028869,703.4755724,259.0332899,1401.435768 +436871,306.8621217,891.4945686,724.37444,283.4003802,969.2346721 +436872,467.1742937,901.1937111,742.8393546,262.9948858,1121.446528 +436873,629.7475972,910.7743311,761.8162505,286.2374686,1143.486036 +436874,542.2941796,920.3464941,779.3254388,295.8424365,1163.328691 +436875,603.7902873,929.7324986,797.0087602,305.288447,1182.346659 +436876,626.5454882,939.0085323,814.8288886,314.2653544,1200.916124 +436877,648.248442,948.3005435,831.7507423,323.384985,1219.027948 +436878,669.1847307,957.358176,848.6568355,332.1618838,1236.425606 +436879,690.2089029,966.4817467,865.3442368,340.8423644,1254.386435 +436880,711.0896044,975.3641786,881.6870378,349.2742622,1271.24596 +436881,730.5350545,984.2723786,897.8782758,358.0300679,1287.903333 +436882,746.7272098,993.0977108,913.8541155,365.8568387,1304.376044 +436883,762.7539745,1001.737024,929.5313193,374.3885748,1320.485748 +436884,778.9437451,1010.437608,945.0800308,382.1638797,1336.36922 +436885,794.3786355,1018.899664,960.0128612,390.3808431,1351.904792 +436886,809.8722481,1027.440376,975.732843,398.2021261,1367.205359 +436887,824.8004112,1035.247764,990.3371221,405.5852205,1382.182267 +436888,840.3501695,1044.32729,1005.167599,413.587018,1397.045644 +436889,855.2630164,1052.172842,1019.77615,420.9493527,1411.549341 +436890,869.4244438,1060.332381,1034.148165,428.4045452,1429.718689 +436891,883.852261,1069.411556,1047.083299,435.0285272,1453.445139 +436892,897.2407328,1078.446655,1059.763076,441.9395038,1427.567459 +436893,911.6545461,1087.56803,1072.084624,448.272822,1480.503767 +436894,924.8251478,1096.643167,1084.15582,454.6615507,1477.859647 +436895,938.3033983,1105.922817,1096.192367,460.8988799,1493.820613 +436896,951.428581,1114.90267,1107.718492,467.024257,1506.998835 +436897,964.449542,1124.19822,1119.344693,472.850059,1519.678726 +436898,977.3979472,1133.315877,1130.547836,479.0798002,1532.401096 +436899,990.1086176,1142.498913,1141.829462,484.7358991,1544.706824 +436900,1013.360543,1170.305164,1155.126421,491.7886262,1556.974047 +436901,1027.327532,1182.390055,1166.259057,497.2028724,1569.28487 +436902,1040.421844,1193.359615,1177.007159,502.9238182,1581.033042 +436903,1053.230807,1203.852719,1194.89209,508.3343284,1592.933325 +436904,1065.780221,1214.21676,1198.933507,513.6791768,1604.36887 +436905,1078.296013,1224.387723,1194.378709,518.6554995,1616.368862 +436906,1090.54992,1234.687643,1225.472728,524.2704987,1626.430496 +436907,1102.655302,1244.550214,1225.383677,529.1327827,1638.488754 +436908,1114.772149,1254.714669,1237.085326,534.1868543,1649.10755 +436909,1126.648624,1264.607466,1246.480368,539.0823054,1660.066186 +436910,1137.8349,1274.516235,1255.90357,543.9762213,1670.637689 +436911,1150.451761,1284.363338,1265.19411,548.7333332,1681.331146 +436912,1161.534848,1294.099703,1274.207939,553.4111659,1691.584841 +436913,1173.216716,1304.02138,1283.239789,558.0913881,1702.032781 +436914,1184.568851,1313.50959,1292.178408,562.6365988,1712.094898 +436915,1195.814007,1323.337892,1300.825324,567.1426447,1722.282078 +436916,1207.058882,1341.780045,1309.52063,571.5792516,1734.210344 +436917,1218.241305,1350.537171,1318.047252,575.9537724,1760.365718 +436918,1229.176449,1327.113242,1326.478647,580.3009859,1741.685416 +436919,1252.058104,1393.356602,1337.434662,585.573352,1763.891856 +436920,1264.596828,1389.088961,1345.938881,589.6287995,1769.876911 +436921,1282.326529,1406.008833,1359.959945,596.79699,1807.19427 +436922,1294.105834,1417.263665,1368.482102,601.0151233,1810.814303 +436923,1305.599336,1427.926682,1376.654497,605.1783033,1823.83613 +436924,1317.189427,1438.771473,1384.496531,609.307745,1818.171435 +436925,1327.872495,1448.974006,1392.054003,613.2323632,1810.529348 +436926,1339.70304,1459.331466,1399.68286,617.1149068,1803.973617 +436927,1359.330004,1475.236044,1407.144526,620.8817929,1797.99217 +436928,1356.460331,1488.693817,1414.30275,624.6969503,1792.466111 +436929,1387.886259,1502.449071,1421.641134,628.4012912,1787.301956 +436930,1369.113993,1515.626147,1428.652648,631.9359097,1782.471092 +436931,1376.922073,1529.261265,1435.5553,635.6233684,1777.984024 +436932,1413.181072,1542.231285,1458.839737,639.1217173,1773.775647 +436933,1408.641188,1555.425588,1425.151788,642.6199844,1769.787706 +436934,1422.143756,1578.236489,1483.403241,646.0612372,1766.869752 +436935,1432.360294,1579.046006,1452.986945,649.4607202,1764.68104 +436936,1442.290872,1583.946805,1472.22608,652.7680265,1762.567525 +436937,1452.158056,1613.450371,1477.096769,656.1505191,1760.987429 +436938,1462.016704,1617.674563,1483.192475,659.3862817,1759.973084 +436939,1472.129594,1631.62676,1489.408726,662.6705737,1759.289064 +436940,1481.46838,1644.290522,1495.893378,665.7414848,1758.85829 +436941,1491.346361,1656.590961,1501.833419,669.0010307,1758.598373 +436942,1500.968357,1668.633765,1508.194525,672.0731208,1758.451285 +436943,1510.389986,1680.805371,1514.153789,675.1591597,1758.377858 +436944,1529.477178,1700.410514,1531.546943,681.1075852,1758.658201 +436945,1540.05688,1713.765181,1531.501814,684.4192301,1759.187402 +436946,1550.287861,1730.645901,1540.552429,687.6978356,1759.604675 +436947,1560.097861,1747.787651,1546.367845,690.65864,1759.921745 +436948,1570.042129,1749.141581,1551.940194,693.7128878,1760.200031 +436949,1579.59907,1750.535235,1558.011765,696.6663959,1760.469095 +436950,1589.54873,1784.22547,1563.506112,699.5838549,1760.675928 +436951,1598.220311,1783.052058,1574.368924,702.4597666,1760.974987 +436952,1607.244495,1794.629432,1573.310117,705.4368063,1761.262905 +436953,1615.636498,1803.347435,1581.027156,708.2677048,1761.361041 +436954,1624.315581,1812.243306,1586.863976,711.1124391,1761.466533 +436955,1632.786451,1827.39804,1592.267969,713.9185051,1761.634536 +436956,1641.192564,1822.608237,1602.215671,716.7465521,1761.997334 +436957,1649.640904,1835.987153,1601.543533,719.4145417,1762.379258 +436958,1657.701216,1845.777817,1608.957594,722.1695314,1762.521537 +436959,1665.844472,1851.285308,1613.967553,724.7972833,1762.801308 +436960,1674.108927,1858.894419,1623.467867,727.5389838,1763.088871 +436961,1681.951307,1866.048146,1623.323723,730.1357199,1763.411626 +436962,1690.013364,1872.882927,1633.517064,732.7530021,1763.706474 +436963,1697.939464,1888.275884,1633.917343,735.3365152,1763.963417 +436964,1705.650869,1873.556607,1643.288175,737.894724,1764.246849 +436965,1720.450682,1898.365557,1643.852993,740.4284549,1764.495866 +436966,1716.841608,1897.127375,1651.578667,742.9381106,1764.657377 +436967,1749.333865,1904.309902,1656.106098,745.3907022,1764.857858 +436968,1703.746293,1910.129189,1655.930061,747.8806497,1764.930783 +436969,1758.741378,1921.831948,1656.688684,750.2685491,1764.537353 +436970,1748.044636,1913.139496,1654.506661,752.7930599,1763.526248 +436971,1758.379274,1929.5773,1652.251738,755.0944108,1761.903399 +436972,1765.599974,1930.9505,1649.98626,757.4890576,1759.751962 +436973,1773.040614,1949.806062,1647.734549,759.8634355,1757.167849 +436974,1780.170504,1922.132797,1645.587115,762.1688438,1754.359668 +436975,1787.548796,1974.551615,1643.579369,764.5117081,1751.441998 +436976,1794.435384,1920.208798,1641.69076,766.7212327,1748.456584 +436977,1801.586031,1987.711307,1640.090551,769.1117937,1745.6542 +436978,1808.923827,1950.640638,1638.570962,771.2999505,1742.819564 +436979,1815.8412,1963.143104,1636.872134,773.5773574,1739.649043 +436980,1822.860048,1970.967859,1635.291997,775.8279861,1736.54062 +436981,1712.51442,1920.821713,1633.820991,724.6450487,1733.332303 +436982,1717.202508,1898.068271,1627.217094,725.8921941,1722.269332 +436983,1723.034997,1953.695334,1618.129662,727.3797201,1707.325468 +436984,1728.946248,1918.21296,1609.327624,729.0184609,1692.537112 +436985,1735.105859,1916.924082,1601.986228,730.7028124,1679.606311 +436986,1741.007735,1946.491089,1596.132847,732.4132751,1668.634266 +436987,1747.240421,1908.608381,1591.382536,734.1363991,1659.164759 +436988,1753.247967,1965.801545,1587.614983,735.8640855,1651.065172 +436989,1759.747294,1906.919911,1584.415143,737.5354895,1643.829359 +436990,1765.630467,1970.230729,1581.617013,739.3473293,1637.251994 +436991,1771.933557,1930.323147,1578.980746,741.0292577,1631.025971 +436992,1778.102941,1947.3009,1576.314008,742.7569203,1624.891951 +436993,1784.425932,1946.518037,1573.916108,744.5284365,1619.212135 +436994,1805.567637,1947.954129,1571.803939,746.1493486,1613.995256 +436995,1774.116707,1949.423656,1569.90451,747.8940142,1609.139235 +436996,1813.598859,1950.774612,1568.173454,749.522965,1604.574239 +436997,1806.838742,1951.93009,1566.512843,751.3026491,1600.174589 +436998,1815.32115,1953.032379,1564.917477,752.9458967,1595.925975 +436999,1821.388751,1953.979096,1563.385722,754.6353531,1591.811408 +437000,1827.693499,1954.847397,1562.08323,756.3101875,1587.795408 +437001,1833.877825,1955.510173,1560.606251,757.9794203,1583.858515 +437002,1840.348199,1956.094242,1559.151286,759.643237,1579.986325 +437003,1866.312885,1956.427699,1557.686378,761.3017908,1576.131868 +437004,1822.416267,1956.964601,1556.282936,762.9560366,1572.378223 +437005,1873.029609,1957.118584,1554.930114,764.6024178,1568.7022 +437006,1861.976626,1957.199389,1553.543479,766.2465447,1565.000575 +437007,1871.191044,1957.201156,1552.151496,767.8847159,1561.307532 +437008,1898.577473,1957.090941,1550.743409,770.0034874,1557.601112 +437009,1851.848757,1956.792847,1549.376601,773.2120218,1553.955538 +437010,1933.542202,1956.4408,1547.999781,772.5420297,1550.511198 +437011,1852.703636,1955.925716,1546.635961,777.6082679,1546.866437 +437012,1919.329865,1955.279266,1545.307773,774.6857657,1543.274014 +437013,1918.731317,1954.567348,1543.904629,782.9297775,1539.603825 +437014,1896.608598,1953.627028,1542.502436,775.3031345,1535.950639 +437015,1950.544599,1952.665128,1541.246618,790.1502944,1532.493273 +437016,1910.021685,1951.548966,1540.028992,772.9924043,1529.095218 +437017,1945.124297,1950.338239,1538.88706,779.0091854,1525.802869 +437018,1939.469253,1946.052856,1537.853581,793.4071339,1522.662509 +437019,1949.873204,1944.11201,1537.360141,789.4198605,1519.682981 +437020,1955.512273,1942.349744,1537.365336,792.8443174,1517.022261 +437021,1961.910259,1940.551728,1537.611469,794.528224,1514.635904 +437022,1968.139512,1938.66208,1537.891429,796.2759917,1512.412241 +437023,1974.386693,1936.708856,1538.131703,797.9844661,1510.277899 +437024,1980.859683,1934.642591,1538.322447,799.6287062,1508.205075 +437025,1986.897947,1932.487951,1538.4568,801.2755199,1506.149696 +437026,1993.31399,1930.192504,1538.536477,802.9763957,1504.092742 +437027,1999.449809,1927.902183,1538.572837,804.4998027,1502.231334 +437028,2006.059871,1925.43373,1538.578026,806.156584,1500.148484 +437029,2012.202036,1922.890536,1538.555078,807.7444926,1498.064916 +437030,2018.624208,1920.247322,1538.504806,809.3307666,1495.979684 +437031,2024.753911,1917.504078,1538.434302,810.8397172,1493.898049 +437032,2039.491627,1914.632478,1538.475171,812.5047051,1492.168676 +437033,2033.956968,1911.733958,1538.483514,814.0126932,1490.162294 +437034,2045.28651,1908.660214,1538.331905,815.6357089,1488.138285 +437035,2050.800747,1905.526876,1538.175687,817.0709838,1485.937524 +437036,2057.20801,1902.299908,1538.055157,818.6462178,1483.528143 +437037,2063.404493,1899.103862,1537.929247,820.1538352,1481.581527 +437038,2069.90286,1895.474971,1537.795213,821.662564,1479.486664 +437039,2075.992145,1892.016312,1537.658183,823.1631064,1477.648284 +437040,2082.661903,1888.345081,1537.710444,824.6551407,1475.629254 +437041,1846.506333,1754.655011,1535.338789,723.3374472,1471.7764 +437042,1848.686297,1800.575706,1516.651566,708.7379185,1444.344551 +437043,1850.030718,1726.682643,1492.850028,728.8691859,1408.978445 +437044,1853.486706,1762.864893,1472.465561,699.4683061,1377.153175 +437045,1857.012954,1763.147075,1457.341377,719.0386533,1351.726755 +437046,1860.483965,1720.290904,1446.747501,715.6873988,1332.487702 +437047,1864.723168,1770.094544,1439.302957,714.9476491,1317.599036 +437048,1868.599902,1695.935637,1433.920298,715.8043297,1305.736576 +437049,1872.717127,1756.834624,1429.855241,716.1449508,1295.976212 +437050,1877.078749,1694.117578,1426.666251,716.4947413,1287.747607 +437051,1883.318003,1724.578367,1424.155783,716.8633541,1280.769382 +437052,1890.384434,1715.388058,1422.147286,717.2589451,1274.780239 +437053,1897.31886,1688.355264,1420.583379,717.663785,1269.671943 +437054,1904.442725,1705.595985,1419.360032,718.0787561,1265.276976 +437055,1911.907812,1684.692072,1418.360672,718.5034204,1261.414858 +437056,1919.22838,1685.89917,1417.54725,718.9371441,1258.006216 +437057,1935.410436,1677.301279,1417.011597,719.3334937,1255.137647 +437058,1923.052199,1671.615922,1416.568796,719.8217467,1252.553867 +437059,1955.95673,1689.295715,1415.942199,720.2168531,1249.886619 +437060,1947.313443,1624.373611,1415.704354,720.6618942,1247.830525 +437061,1960.157844,1668.871972,1415.447101,721.1198389,1245.859311 +437062,1968.867594,1642.465602,1415.155285,721.5863084,1243.940502 +437063,1976.987396,1639.092033,1414.952486,722.0605614,1242.215831 +437064,1985.862825,1632.7717,1414.810373,722.5421258,1240.826166 +437065,1994.473932,1625.996674,1414.715894,723.0308107,1239.345433 +437066,2003.820066,1619.211521,1414.679005,723.5263522,1237.990292 +437067,2012.854625,1612.460253,1414.696257,724.0285239,1236.754418 +437068,2022.162012,1605.431021,1414.758155,724.5371067,1235.622398 +437069,2031.341988,1598.74068,1414.861413,725.051908,1234.780351 +437070,2041.230435,1591.764365,1415.011207,725.5727004,1233.7747 +437071,2049.920882,1603.868413,1415.155581,726.239246,1232.985848 +437072,2066.499267,1547.717812,1415.513244,726.9409279,1232.371831 +437073,2056.74744,1596.004896,1415.741456,727.6627198,1231.0948 +437074,2087.543617,1538.026754,1415.968794,728.4014778,1230.361156 +437075,2082.772716,1562.1408,1416.60343,729.1551323,1229.772426 +437076,2094.575294,1542.90618,1416.918216,729.922272,1229.2793 +437077,2104.063408,1536.88487,1417.188486,730.7027797,1228.519958 +437078,2112.613794,1528.972365,1417.547845,731.4954942,1227.829126 +437079,2122.001497,1520.97009,1417.957064,732.2998671,1227.163513 +437080,2130.955751,1512.958607,1418.406877,733.1154548,1226.520755 +437081,2147.237484,1504.928231,1419.044085,733.9419179,1226.320164 +437082,2147.038691,1496.771544,1419.715479,734.7785589,1225.940558 +437083,2158.676181,1488.874197,1420.225823,735.6250552,1225.342885 +437084,2168.445041,1480.744829,1420.735459,736.4812,1224.733196 +437085,2176.92643,1472.810495,1421.31526,737.3465559,1224.203082 +437086,2193.724315,1464.485538,1422.088038,738.2208583,1223.910074 +437087,2194.056758,1456.660542,1422.905168,739.1036652,1223.670554 +437088,2204.514343,1448.524096,1423.536236,739.9945864,1223.195883 +437089,2214.696864,1440.391706,1424.133995,740.8936126,1222.677242 +437090,2231.788129,1432.513853,1425.143938,741.8003869,1222.45336 +437091,2231.969584,1440.053083,1425.958622,742.7144557,1222.445093 +437092,2241.210346,1394.005054,1426.580647,743.635602,1221.99386 +437093,2258.612109,1425.62292,1427.325383,744.5637442,1221.691894 +437094,2260.916754,1388.956056,1428.187138,745.4984976,1221.533995 +437095,2275.547398,1396.912469,1429.055629,746.4397288,1221.383464 +437096,2278.978148,1383.710855,1430.029581,747.3872146,1221.174506 +437097,2292.062579,1376.645288,1430.761413,748.3409109,1220.9102 +437098,2295.662241,1369.066089,1431.589168,749.3000646,1220.564091 +437099,2301.153003,1361.048151,1432.133998,750.2650983,1219.936497 +437100,2304.361819,1353.35384,1432.222071,751.2354662,1218.93722 +437101,2303.407696,1453.094629,1429.586173,859.0562602,1213.82294 +437102,2316.622947,1447.803874,1437.238523,862.147255,1223.12287 +437103,2336.395608,1441.686715,1449.550985,864.5414917,1239.731405 +437104,2355.054663,1460.188892,1460.856027,866.8044028,1256.065403 +437105,2369.080368,1392.109115,1469.216282,865.4132716,1269.061285 +437106,2379.177919,1437.763115,1474.546971,866.811185,1278.526886 +437107,2386.432617,1420.872348,1477.253458,868.3331058,1285.128497 +437108,2392.092343,1392.861469,1478.577607,870.0054893,1289.799032 +437109,2396.819898,1426.442956,1479.108938,871.8153314,1293.069566 +437110,2401.00887,1367.089518,1479.157281,873.4768442,1295.291379 +437111,2404.814155,1420.507683,1478.837896,875.27694,1296.641239 +437112,2408.374911,1350.794472,1478.265865,876.8763172,1297.288045 +437113,2411.754662,1405.041736,1477.4814,878.6413598,1297.025399 +437114,2415.015557,1343.278385,1476.538967,880.3385596,1296.056775 +437115,2418.476201,1381.632449,1475.489867,882.0455195,1294.811324 +437116,2421.549559,1345.995685,1474.337911,883.676393,1292.984491 +437117,2424.575162,1362.209772,1473.109053,885.5681263,1290.875764 +437118,2427.567034,1347.304215,1471.819233,887.1050702,1288.528994 +437119,2430.548636,1347.737621,1470.49591,888.8738778,1285.989742 +437120,2433.527771,1342.099913,1469.142605,890.5647336,1283.289722 +437121,2436.503651,1338.206219,1467.75788,892.2658929,1280.451938 +437122,2439.74534,1333.975841,1466.352212,893.9665213,1277.497973 +437123,2442.650697,1329.918248,1464.936217,895.7425313,1274.443538 +437124,2445.551768,1325.771676,1463.508809,897.2461298,1271.307126 +437125,2448.736982,1321.801471,1462.064957,899.1189232,1268.099804 +437126,2451.519025,1317.830784,1460.610292,900.7469762,1264.830075 +437127,2454.457573,1313.896985,1459.146493,902.4548112,1261.508094 +437128,2456.824543,1310.009544,1457.691863,904.1502788,1258.145205 +437129,2459.901792,1306.172288,1456.231773,905.9245879,1254.746308 +437130,2462.714526,1302.386937,1454.762812,907.4944231,1251.311516 +437131,2465.861421,1298.833339,1453.280712,909.4263079,1247.84091 +437132,2468.706913,1295.372224,1451.820746,911.3232047,1244.336168 +437133,2471.498943,1291.987752,1450.386813,913.3633341,1240.802173 +437134,2474.536646,1288.67612,1448.98742,915.1451926,1237.242135 +437135,2477.264739,1285.436225,1447.608508,917.1948262,1233.658118 +437136,2479.927796,1282.267361,1446.442429,921.9660278,1230.047011 +437137,2482.550646,1279.169757,1445.090287,921.0636779,1226.4169 +437138,2485.129988,1276.142967,1443.751781,929.6889361,1222.767966 +437139,2487.696245,1273.188097,1442.436826,918.2253665,1219.121983 +437140,2490.252601,1270.304581,1441.161721,924.5851156,1215.489311 +437141,2492.750983,1267.493026,1439.884246,931.9662316,1211.830349 +437142,2495.178198,1264.754188,1438.608009,930.0879956,1208.14128 +437143,2497.855496,1262.087615,1437.338615,932.9299459,1204.442929 +437144,2500.193379,1259.493814,1436.084143,935.1867517,1200.736098 +437145,2502.473611,1256.973085,1434.83453,937.127888,1197.020937 +437146,2504.706826,1254.525332,1433.600172,939.1563792,1193.300686 +437147,2506.895406,1252.837349,1432.370542,941.1553143,1189.574491 +437148,2509.040486,1249.78958,1431.154895,943.1888922,1185.843756 +437149,2511.155411,1244.552401,1429.953778,942.793057,1182.121456 +437150,2512.394663,1246.804891,1428.491052,944.3601436,1178.407181 +437151,2513.105163,1236.655355,1426.863927,945.9542949,1174.7122 +437152,2513.74991,1250.465721,1425.21711,947.8039961,1171.019075 +437153,2514.588361,1224.587589,1423.630717,951.5855534,1167.346969 +437154,2515.598056,1260.477696,1422.099659,954.1290806,1163.65128 +437155,2516.781776,1207.120413,1420.634784,956.9379741,1159.97271 +437156,2518.085086,1246.396993,1419.237254,959.3878867,1156.313581 +437157,2519.336363,1243.174371,1417.803072,962.1741981,1152.569825 +437158,2520.632908,1210.178258,1416.414669,964.9318442,1148.838357 +437159,2521.973884,1239.503074,1415.064797,967.7636963,1145.130918 +437160,2523.186911,1248.334973,1413.669929,970.7429686,1141.328895 +437161,2527.71975,1232.853915,1415.641023,996.2114193,1143.649575 +437162,2534.492464,1242.138814,1419.24641,1000.579218,1148.806077 +437163,2542.037722,1257.274246,1423.480012,1004.411067,1155.119152 +437164,2549.021864,1246.388817,1427.413502,1007.991457,1161.061841 +437165,2555.036875,1248.352692,1430.742791,1011.720773,1166.110494 +437166,2560.172678,1247.855207,1433.504221,1015.345912,1170.286755 +437167,2564.673968,1247.096298,1435.843617,1018.981871,1173.784056 +437168,2568.759775,1246.555953,1437.897275,1022.716514,1176.786585 +437169,2572.560041,1245.925018,1439.750301,1028.811827,1179.411723 +437170,2576.441734,1245.314993,1441.453708,1032.262966,1181.733674 +437171,2579.846192,1244.714568,1443.044395,1036.734877,1183.809174 +437172,2583.110155,1244.12321,1444.550928,1039.502042,1185.684904 +437173,2586.255134,1243.543041,1445.986735,1047.366254,1187.387734 +437174,2589.314953,1242.974007,1447.376096,1039.842291,1188.957958 +437175,2592.323971,1242.417201,1448.745409,1036.529038,1190.437621 +437176,2595.178807,1241.872274,1450.035502,1079.097629,1191.758781 +437177,2597.943348,1241.340479,1451.290217,1026.609499,1192.983621 +437178,2600.66884,1239.889735,1452.54437,1069.506629,1194.16227 +437179,2601.388667,1239.166558,1453.635308,1076.03074,1195.223593 +437180,2601.018983,1238.549415,1454.685567,1034.678935,1196.284505 +437181,2600.606367,1237.967408,1455.761256,1080.31111,1197.364552 +437182,2600.540908,1237.407982,1456.820881,1068.553448,1198.376761 +437183,2600.904724,1236.866529,1457.875095,1085.746157,1199.328008 +437184,2601.667366,1236.339677,1458.964433,1058.024438,1200.275744 +437185,2602.66062,1235.826354,1460.054896,1095.562621,1201.184337 +437186,2603.753093,1235.325476,1461.115994,1075.440114,1202.021218 +437187,2604.890261,1234.837049,1462.145102,1105.59577,1202.786944 +437188,2606.09525,1234.360905,1463.175669,1071.299437,1203.52705 +437189,2607.590791,1233.896757,1464.360022,1120.61886,1204.43902 +437190,2609.156795,1233.444164,1465.573261,1084.931968,1205.367179 +437191,2610.602668,1232.569696,1466.705973,1114.449074,1206.174609 +437192,2611.967694,1231.616599,1467.722275,1103.362744,1206.878271 +437193,2613.337544,1230.630038,1468.632815,1111.162238,1207.532461 +437194,2614.910594,1229.62096,1469.554192,1113.416146,1208.294503 +437195,2616.693448,1228.595374,1470.506014,1116.58699,1209.180803 +437196,2618.588931,1227.555741,1471.449482,1119.585468,1210.129704 +437197,2620.546161,1226.504766,1472.371306,1122.732329,1211.11316 +437198,2622.529809,1225.443199,1473.262553,1125.730359,1212.110937 +437199,2624.516635,1224.372809,1474.117521,1128.77187,1213.108313 +437200,2626.492638,1223.293876,1474.933814,1131.760426,1214.096233 +437201,2628.451128,1222.207876,1475.711824,1134.660329,1215.069915 +437202,2630.390881,1221.114873,1476.454617,1137.845459,1216.029072 +437203,2632.306656,1220.016177,1477.16209,1140.737994,1216.969859 +437204,2634.191379,1218.900213,1477.83252,1143.724869,1217.887207 +437205,2636.038576,1217.799754,1478.464347,1146.689148,1218.76716 +437206,2637.856892,1216.676252,1479.064288,1149.657266,1219.630452 +437207,2639.641228,1215.555826,1479.630957,1152.542028,1220.464193 +437208,2641.393549,1214.433029,1480.166919,1155.413197,1221.271812 +437209,2643.119446,1213.307761,1480.676866,1158.461727,1222.061102 +437210,2644.817633,1212.179618,1481.161083,1161.323397,1222.832936 +437211,2646.484363,1211.049206,1481.618246,1164.254427,1223.584896 +437212,2648.118962,1209.916586,1482.048755,1167.10617,1224.316494 +437213,2649.722141,1208.78214,1482.453801,1170.010996,1225.028175 +437214,2651.295689,1207.645918,1482.835242,1172.913851,1225.721516 +437215,2652.839324,1206.508274,1483.193446,1175.725625,1226.396245 +437216,2654.473288,1205.36936,1483.603911,1184.131751,1227.1488 +437217,2655.953928,1204.229067,1483.916322,1173.460835,1227.786527 +437218,2657.409221,1203.087919,1484.21019,1193.282125,1228.410603 +437219,2658.954567,1201.946014,1484.55728,1184.171905,1229.112255 +437220,2660.36026,1200.802987,1484.815657,1190.755628,1229.70958 +437221,2666.790893,1166.240591,1490.41386,1155.18434,1240.306013 +437222,2666.939378,1164.585701,1491.505201,1164.071132,1244.231824 +437223,2664.315653,1186.833118,1490.459043,1163.016877,1244.947417 +437224,2662.271123,1125.207645,1489.591849,1165.846043,1245.78954 +437225,2661.855955,1176.393119,1489.684634,1168.093304,1247.912875 +437226,2662.80635,1160.641124,1490.632589,1170.26018,1251.217101 +437227,2664.705452,1145.710933,1492.199356,1172.426772,1255.413795 +437228,2667.129242,1165.908113,1494.141233,1174.578555,1260.191353 +437229,2669.812358,1140.92727,1496.288593,1176.716013,1265.338347 +437230,2672.640195,1155.5553,1498.569652,1178.839471,1270.586522 +437231,2675.515721,1147.831188,1500.918555,1180.947888,1275.855272 +437232,2678.424718,1147.1205,1503.319486,1183.041409,1281.16 +437233,2681.350846,1145.412345,1505.754879,1185.101769,1286.51366 +437234,2684.278855,1143.671971,1508.21015,1187.188892,1291.907744 +437235,2687.192306,1141.823793,1510.670419,1189.222695,1297.332779 +437236,2690.086995,1140.226847,1513.129886,1191.253314,1302.777638 +437237,2692.951316,1138.402647,1515.578182,1193.265435,1308.233464 +437238,2695.786351,1136.763562,1518.013904,1195.259996,1313.693334 +437239,2698.440871,1132.948092,1520.340383,1189.766645,1319.037262 +437240,2698.750838,1130.99599,1522.311606,1190.145908,1324.222854 +437241,2697.79737,1129.026395,1524.131938,1191.449706,1329.392726 +437242,2696.894668,1127.083432,1525.99743,1192.706459,1334.651975 +437243,2696.589611,1125.148136,1527.952692,1194.130905,1339.998415 +437244,2696.916223,1123.215468,1529.98335,1195.501696,1345.399739 +437245,2697.706578,1121.17979,1532.052064,1196.924675,1350.823843 +437246,2698.802057,1119.392067,1534.135546,1198.352701,1356.247729 +437247,2700.085363,1117.382535,1536.213181,1199.757578,1361.657155 +437248,2701.497658,1115.45389,1538.279955,1201.181197,1367.044498 +437249,2702.996163,1113.506288,1540.327775,1202.598067,1372.406115 +437250,2704.562476,1111.553396,1542.357784,1203.976368,1377.739766 +437251,2706.171458,1109.345763,1544.363443,1205.242144,1383.042966 +437252,2707.798537,1107.392949,1546.315885,1206.395676,1388.311863 +437253,2709.418352,1105.121799,1548.216629,1207.528307,1393.545306 +437254,2711.031064,1102.816839,1550.060745,1208.651692,1398.74673 +437255,2712.630322,1100.844124,1551.862543,1209.752571,1403.91907 +437256,2714.221123,1098.494279,1553.617831,1210.813119,1409.064024 +437257,2715.797775,1096.381773,1555.33882,1211.858631,1414.181234 +437258,2717.364326,1094.075333,1557.018755,1212.993811,1419.270465 +437259,2718.910999,1091.924256,1558.666196,1213.806311,1424.33022 +437260,2720.445287,1089.593504,1560.275513,1214.88796,1429.363703 +437261,2721.965391,1087.418667,1561.859573,1215.805578,1434.375571 +437262,2723.475833,1084.968275,1563.410303,1216.706298,1439.36619 +437263,2724.96966,1082.908473,1564.937014,1217.665878,1444.335804 +437264,2726.451409,1080.560688,1566.431193,1218.524198,1449.284393 +437265,2727.914214,1078.215532,1567.901903,1219.390548,1454.211949 +437266,2729.364681,1075.88239,1569.341542,1220.229652,1459.119736 +437267,2730.796331,1073.626685,1570.75933,1221.022262,1464.007991 +437268,2732.2152,1071.205113,1572.147023,1221.845857,1468.877264 +437269,2733.615699,1068.942146,1573.514121,1222.607703,1473.728173 +437270,2735.0036,1066.404931,1574.852052,1223.357569,1478.560925 +437271,2736.08235,1064.257472,1576.171477,1224.074261,1483.377629 +437272,2737.466117,1061.729294,1577.464245,1224.788702,1488.179101 +437273,2738.838036,1059.439133,1578.73686,1225.586995,1492.962129 +437274,2740.189167,1056.955607,1579.977754,1226.08868,1497.723175 +437275,2741.510681,1054.723867,1581.196701,1226.789154,1502.463113 +437276,2742.814052,1052.087128,1582.387872,1227.386878,1507.185753 +437277,2744.097771,1049.715382,1583.562242,1228.023104,1511.893531 +437278,2745.369275,1047.311241,1584.710931,1228.583259,1516.58649 +437279,2746.622733,1044.885638,1585.842617,1229.148012,1521.26416 +437280,2747.865288,1042.356382,1586.948689,1229.688496,1525.926965 +437281,2744.945759,973.9060083,1583.773579,1148.89387,1522.713919 +437282,2732.921013,971.1555448,1573.876357,1171.553474,1509.139154 +437283,2717.350239,968.6737763,1561.200656,1166.058295,1490.751729 +437284,2703.603143,965.9621688,1549.386655,1156.896746,1473.146912 +437285,2693.478037,963.6655108,1540.168819,1179.20982,1458.51271 +437286,2686.557796,961.1224772,1533.159712,1147.484378,1446.86804 +437287,2681.747081,958.6670854,1527.686624,1188.710744,1437.487672 +437288,2678.195671,956.2024667,1523.209833,1141.833289,1429.738604 +437289,2675.35286,953.7387595,1519.36638,1192.139027,1423.169036 +437290,2672.956267,951.2752571,1515.967237,1142.28249,1417.526201 +437291,2670.855474,948.7251203,1512.891322,1188.65938,1412.63367 +437292,2668.961732,946.3829893,1510.057731,1149.515099,1408.362454 +437293,2667.231991,943.939981,1507.41723,1177.226824,1404.623063 +437294,2665.594209,941.3597385,1504.906315,1164.541373,1401.308008 +437295,2664.034429,938.9449905,1502.500529,1170.061345,1398.360533 +437296,2662.538543,936.4567145,1500.178144,1169.120742,1395.728712 +437297,2661.089711,934.1458077,1497.91806,1169.39761,1393.36317 +437298,2659.586758,931.6203619,1495.727385,1169.709273,1391.228642 +437299,2658.052304,929.2764586,1493.589174,1170.041299,1389.292141 +437300,2656.534678,926.7485441,1491.485445,1170.376427,1387.526663 +437301,2655.060915,924.2848738,1489.404186,1170.71014,1385.90918 +437302,2653.634934,921.8058956,1487.33794,1171.139624,1384.418861 +437303,2652.25163,919.3235248,1485.282925,1171.324319,1383.038567 +437304,2650.905725,916.8382934,1483.237495,1171.719781,1381.754709 +437305,2649.592039,914.4309966,1481.1995,1172.031924,1380.55449 +437306,2648.308085,911.7433672,1479.16763,1172.357642,1379.427618 +437307,2647.04973,909.4231101,1477.141105,1172.685208,1378.365673 +437308,2645.804365,906.8617165,1475.118931,1173.014992,1377.360959 +437309,2644.565332,904.3767072,1473.100561,1173.348436,1376.407185 +437310,2643.33301,901.8790418,1471.085535,1173.68672,1375.498897 +437311,2642.115149,899.190846,1469.075629,1172.759869,1374.634131 +437312,2640.648339,896.4601903,1467.054394,1171.536092,1373.814892 +437313,2638.759413,893.7076562,1465.012559,1170.057398,1373.04413 +437314,2636.438196,890.9394186,1462.951452,1168.613909,1372.324228 +437315,2633.752722,888.0774068,1460.877663,1166.918929,1371.656509 +437316,2630.706428,911.8999916,1458.75171,1165.243737,1370.981416 +437317,2627.519467,843.2408764,1456.678296,1163.33998,1370.427247 +437318,2624.161362,898.6440776,1454.616684,1181.114843,1369.935051 +437319,2620.561958,889.2712917,1452.508391,1130.339283,1369.423651 +437320,2616.903122,850.4601576,1450.45532,1171.335549,1369.018112 +437321,2613.049384,903.6574337,1448.364991,1152.053116,1368.596002 +437322,2609.076932,833.5335117,1446.277899,1153.107554,1368.205607 +437323,2604.991386,902.3846376,1444.19194,1149.898231,1367.841082 +437324,2600.805252,827.533679,1442.110543,1148.195268,1367.504139 +437325,2596.513545,890.9372204,1440.027267,1145.342584,1367.184186 +437326,2591.846362,829.4967974,1437.758273,1142.768876,1366.883527 +437327,2587.402866,874.2162411,1435.695156,1140.058384,1366.60494 +437328,2582.864238,835.1863198,1433.628858,1137.261797,1366.330919 +437329,2578.239844,854.9540911,1431.565209,1134.382091,1366.073483 +437330,2573.501158,842.6926046,1429.485632,1131.418776,1365.809578 +437331,2568.663194,842.5676281,1427.398024,1128.275747,1365.547865 +437332,2563.740772,839.0713348,1425.310184,1125.283963,1365.296286 +437333,2558.730362,836.2264344,1423.218881,1122.101669,1365.048853 +437334,2553.636493,833.2719762,1421.126245,1118.678751,1364.806882 +437335,2548.460963,830.3086617,1419.032875,1115.365549,1364.569984 +437336,2543.204503,827.3369818,1416.938985,1111.887524,1364.337463 +437337,2537.86724,824.3578258,1414.844544,1108.338473,1364.10841 +437338,2532.134513,821.3707674,1412.724202,1121.115405,1363.849317 +437339,2526.706985,818.450163,1410.640747,1076.625685,1363.640241 +437340,2521.246481,815.3404756,1408.583189,1108.841043,1363.466673 +437341,2118.34614,811.9125858,1000.032244,1090.394965,2605.866706 +437342,2182.911184,938.3270922,1031.463678,1218.130486,2640.403154 +437343,2266.33351,939.2779264,1072.557112,1229.988108,2675.495154 +437344,2326.912071,935.475151,1104.004511,1196.124408,2686.259782 +437345,2360.127261,932.5317023,1123.49037,1218.640528,2676.828482 +437346,2378.608807,929.2769509,1136.497335,1203.692227,2661.558551 +437347,2389.093949,926.2793582,1145.784947,1200.989956,2645.431833 +437348,2395.265221,923.0548462,1152.856716,1196.587144,2630.205727 +437349,2398.93822,919.8647587,1158.48731,1191.293715,2616.40783 +437350,2400.897502,916.6767933,1163.055612,1184.612073,2604.086199 +437351,2401.362575,913.3287689,1166.784291,1177.39098,2593.149709 +437352,2400.465658,910.0891282,1169.810289,1170.147171,2583.447923 +437353,2398.356223,906.7792346,1172.245157,1162.510255,2574.825718 +437354,2395.208099,903.460655,1174.17552,1154.666484,2567.141799 +437355,2391.190536,900.0689821,1175.67825,1146.918253,2560.272507 +437356,2386.449476,896.8024748,1176.819334,1153.561795,2554.111313 +437357,2381.102201,893.4358477,1177.65326,1107.700955,2548.565189 +437358,2375.239707,889.9745807,1178.225173,1141.55441,2543.554026 +437359,2368.93912,886.6161586,1178.572936,1098.235499,2539.009351 +437360,2362.26399,883.1897689,1178.728062,1110.698725,2534.871502 +437361,2355.296001,879.7574362,1178.731067,1094.451504,2531.120682 +437362,2348.05022,876.3071186,1178.590831,1086.670248,2527.681599 +437363,2340.539996,872.8401577,1178.314967,1077.590644,2524.490043 +437364,2332.810648,869.0648417,1177.925546,1063.672267,2521.526579 +437365,2324.427628,865.3842455,1177.424592,1053.87119,2518.766768 +437366,2315.621466,861.9786273,1176.829616,1044.418044,2516.18681 +437367,2306.675223,858.3885252,1176.157855,1035.050158,2513.765111 +437368,2297.740947,854.8380889,1175.421185,1025.693703,2511.482365 +437369,2288.86929,851.25495,1174.627072,1014.392197,2509.321284 +437370,2279.843924,847.5570471,1173.780579,1006.889219,2507.266556 +437371,2270.962565,844.6005819,1172.879911,1000.854606,2505.305813 +437372,2262.538596,841.6797725,1171.975248,995.3600956,2503.461177 +437373,2254.635581,838.9360102,1171.073273,989.7064095,2501.689729 +437374,2247.19537,836.0419412,1170.171798,984.5233888,2499.955654 +437375,2240.156702,830.4772236,1169.275221,976.2529746,2498.266425 +437376,2233.324375,827.4055413,1168.273024,970.8255759,2496.621029 +437377,2226.691987,824.3836097,1167.203417,965.6628025,2495.015416 +437378,2220.287933,821.6369453,1166.127587,960.5216441,2493.445433 +437379,2213.845856,818.8782443,1165.069119,955.6063592,2491.907025 +437380,2207.895081,816.0101635,1164.038713,950.7677461,2490.396509 +437381,2202.136575,813.3797708,1163.028641,946.1249767,2488.910631 +437382,2196.540686,810.7687263,1162.038942,941.2678916,2487.446583 +437383,2191.08487,807.9095566,1161.061331,936.7458249,2486.001907 +437384,2185.752668,805.3946653,1160.097931,932.2068078,2484.574584 +437385,2180.531384,802.7458221,1159.142279,927.7903097,2483.162893 +437386,2175.410646,800.1087003,1158.197563,923.3055118,2481.765451 +437387,2170.381618,797.5848931,1157.257915,919.0584903,2480.381083 +437388,2165.46932,795.068842,1156.342766,914.6780034,2479.044819 +437389,2160.635835,792.4681436,1155.431586,910.5427662,2477.721715 +437390,2155.849836,789.9684636,1154.515867,906.2699603,2476.382926 +437391,2151.121849,787.5408876,1153.597578,902.2352493,2475.04444 +437392,2146.454061,784.9391329,1152.683655,897.9982905,2473.712384 +437393,2141.845366,782.570975,1151.77009,894.1492164,2472.388957 +437394,2137.293508,780.161076,1150.861554,890.0207186,2471.074845 +437395,2132.795911,777.6217856,1149.953198,886.1779626,2469.572206 +437396,2128.350156,775.2566192,1149.049449,882.2426722,2468.282434 +437397,2123.954058,773.0219784,1148.145453,878.3176797,2467.003995 +437398,2119.605669,770.4221982,1147.245688,874.5372816,2465.73477 +437399,2115.303225,768.2016547,1146.34534,870.790479,2464.473747 +437400,2111.045176,765.883941,1145.448947,866.9589237,2463.220722 +437401,0,0,0,0,0 +437402,0,0,0,0,0 +437403,0,0,0,0,0 +437404,0,0,0,0,0 +437405,0,0,0,0,0 +437406,0,0,0,0,0 +437407,0,0,0,0,0 +437408,0,0,0,0,0 +437409,0,0,0,0,0 +437410,0,0,0,0,0 +437411,0,0,0,0,0 +437412,0,0,0,0,0 +437413,0,0,0,0,0 +437414,0,0,0,0,0 +437415,0,0,0,0,0 +437416,0,0,0,0,0 +437417,0,0,0,0,0 +437418,0,0,0,0,0 +437419,0,0,0,0,0 +437420,0,0,0,0,0 +437421,0,0,0,0,0 +437422,0,0,0,0,0 +437423,0,0,0,0,0 +437424,0,0,0,0,0 +437425,0,0,0,0,0 +437426,0,0,0,0,0 +437427,0,0,0,0,0 +437428,0,0,0,0,0 +437429,0,0,0,0,0 +437430,0,0,0,0,0 +437431,0,0,0,0,0 +437432,0,0,0,0,0 +437433,0,0,0,0,0 +437434,0,0,0,0,0 +437435,0,0,0,0,0 +437436,0,0,0,0,0 +437437,0,0,0,0,0 +437438,0,0,0,0,0 +437439,0,0,0,0,0 +437440,0,0,0,0,0 +437441,0,0,0,0,0 +437442,0,0,0,0,0 +437443,0,0,0,0,0 +437444,0,0,0,0,0 +437445,0,0,0,0,0 +437446,0,0,0,0,0 +437447,0,0,0,0,0 +437448,0,0,0,0,0 +437449,0,0,0,0,0 +437450,0,0,0,0,0 +437451,0,0,0,0,0 +437452,0,0,0,0,0 +437453,0,0,0,0,0 +437454,0,0,0,0,0 +437455,0,0,0,0,0 +437456,0,0,0,0,0 +437457,0,0,0,0,0 +437458,0,0,0,0,0 +437459,0,0,0,0,0 +437460,0,0,0,0,0 +437461,0,0,0,0,0 +437462,0,0,0,0,0 +437463,0,0,0,0,0 +437464,0,0,0,0,0 +437465,0,0,0,0,0 +437466,0,0,0,0,0 +437467,0,0,0,0,0 +437468,0,0,0,0,0 +437469,0,0,0,0,0 +437470,0,0,0,0,0 +437471,0,0,0,0,0 +437472,0,0,0,0,0 +437473,0,0,0,0,0 +437474,0,0,0,0,0 +437475,0,0,0,0,0 +437476,0,0,0,0,0 +437477,0,0,0,0,0 +437478,0,0,0,0,0 +437479,0,0,0,0,0 +437480,0,0,0,0,0 +437481,0,0,0,0,0 +437482,0,0,0,0,0 +437483,0,0,0,0,0 +437484,0,0,0,0,0 +437485,0,0,0,0,0 +437486,0,0,0,0,0 +437487,0,0,0,0,0 +437488,0,0,0,0,0 +437489,0,0,0,0,0 +437490,0,0,0,0,0 +437491,0,0,0,0,0 +437492,0,0,0,0,0 +437493,0,0,0,0,0 +437494,0,0,0,0,0 +437495,0,0,0,0,0 +437496,0,0,0,0,0 +437497,0,0,0,0,0 +437498,0,0,0,0,0 +437499,0,0,0,0,0 +437500,0,0,0,0,0 +437501,0,0,0,0,0 +437502,0,0,0,0,0 +437503,0,0,0,0,0 +437504,0,0,0,0,0 +437505,0,0,0,0,0 +437506,0,0,0,0,0 +437507,0,0,0,0,0 +437508,0,0,0,0,0 +437509,0,0,0,0,0 +437510,0,0,0,0,0 +437511,0,0,0,0,0 +437512,0,0,0,0,0 +437513,0,0,0,0,0 +437514,0,0,0,0,0 +437515,0,0,0,0,0 +437516,0,0,0,0,0 +437517,0,0,0,0,0 +437518,0,0,0,0,0 +437519,0,0,0,0,0 +437520,0,0,0,0,0 +437521,0,0,0,0,0 +437522,0,0,0,0,0 +437523,0,0,0,0,0 +437524,0,0,0,0,0 +437525,0,0,0,0,0 +437526,0,0,0,0,0 +437527,0,0,0,0,0 +437528,0,0,0,0,0 +437529,0,0,0,0,0 +437530,0,0,0,0,0 +437531,0,0,0,0,0 +437532,0,0,0,0,0 +437533,0,0,0,0,0 +437534,0,0,0,0,0 +437535,0,0,0,0,0 +437536,0,0,0,0,0 +437537,0,0,0,0,0 +437538,0,0,0,0,0 +437539,0,0,0,0,0 +437540,0,0,0,0,0 +437541,0,0,0,0,0 +437542,0,0,0,0,0 +437543,0,0,0,0,0 +437544,0,0,0,0,0 +437545,0,0,0,0,0 +437546,0,0,0,0,0 +437547,0,0,0,0,0 +437548,0,0,0,0,0 +437549,0,0,0,0,0 +437550,0,0,0,0,0 +437551,0,0,0,0,0 +437552,0,0,0,0,0 +437553,0,0,0,0,0 +437554,0,0,0,0,0 +437555,0,0,0,0,0 +437556,0,0,0,0,0 +437557,0,0,0,0,0 +437558,0,0,0,0,0 +437559,0,0,0,0,0 +437560,0,0,0,0,0 +437561,0,0,0,0,0 +437562,0,0,0,0,0 +437563,0,0,0,0,0 +437564,0,0,0,0,0 +437565,0,0,0,0,0 +437566,0,0,0,0,0 +437567,0,0,0,0,0 +437568,0,0,0,0,0 +437569,0,0,0,0,0 +437570,0,0,0,0,0 +437571,0,0,0,0,0 +437572,0,0,0,0,0 +437573,0,0,0,0,0 +437574,0,0,0,0,0 +437575,0,0,0,0,0 +437576,0,0,0,0,0 +437577,0,0,0,0,0 +437578,0,0,0,0,0 +437579,0,0,0,0,0 +437580,0,0,0,0,0 +437581,0,0,0,0,0 +437582,0,0,0,0,0 +437583,0,0,0,0,0 +437584,0,0,0,0,0 +437585,0,0,0,0,0 +437586,0,0,0,0,0 +437587,0,0,0,0,0 +437588,0,0,0,0,0 +437589,0,0,0,0,0 +437590,0,0,0,0,0 +437591,0,0,0,0,0 +437592,0,0,0,0,0 +437593,0,0,0,0,0 +437594,0,0,0,0,0 +437595,0,0,0,0,0 +437596,0,0,0,0,0 +437597,0,0,0,0,0 +437598,0,0,0,0,0 +437599,0,0,0,0,0 +437600,0,0,0,0,0 +437601,0,0,0,0,0 +437602,0,0,0,0,0 +437603,0,0,0,0,0 +437604,0,0,0,0,0 +437605,0,0,0,0,0 +437606,0,0,0,0,0 +437607,0,0,0,0,0 +437608,0,0,0,0,0 +437609,0,0,0,0,0 +437610,0,0,0,0,0 +437611,0,0,0,0,0 +437612,0,0,0,0,0 +437613,0,0,0,0,0 +437614,0,0,0,0,0 +437615,0,0,0,0,0 +437616,0,0,0,0,0 +437617,0,0,0,0,0 +437618,0,0,0,0,0 +437619,0,0,0,0,0 +437620,0,0,0,0,0 +437621,0,0,0,0,0 +437622,0,0,0,0,0 +437623,0,0,0,0,0 +437624,0,0,0,0,0 +437625,0,0,0,0,0 +437626,0,0,0,0,0 +437627,0,0,0,0,0 +437628,0,0,0,0,0 +437629,0,0,0,0,0 +437630,0,0,0,0,0 +437631,0,0,0,0,0 +437632,0,0,0,0,0 +437633,0,0,0,0,0 +437634,0,0,0,0,0 +437635,0,0,0,0,0 +437636,0,0,0,0,0 +437637,0,0,0,0,0 +437638,0,0,0,0,0 +437639,0,0,0,0,0 +437640,0,0,0,0,0 +437641,0,0,0,0,0 +437642,0,0,0,0,0 +437643,0,0,0,0,0 +437644,0,0,0,0,0 +437645,0,0,0,0,0 +437646,0,0,0,0,0 +437647,0,0,0,0,0 +437648,0,0,0,0,0 +437649,0,0,0,0,0 +437650,0,0,0,0,0 +437651,0,0,0,0,0 +437652,0,0,0,0,0 +437653,0,0,0,0,0 +437654,0,0,0,0,0 +437655,0,0,0,0,0 +437656,0,0,0,0,0 +437657,0,0,0,0,0 +437658,0,0,0,0,0 +437659,0,0,0,0,0 +437660,0,0,0,0,0 +437661,0,0,0,0,0 +437662,0,0,0,0,0 +437663,0,0,0,0,0 +437664,0,0,0,0,0 +437665,0,0,0,0,0 +437666,0,0,0,0,0 +437667,0,0,0,0,0 +437668,0,0,0,0,0 +437669,0,0,0,0,0 +437670,0,0,0,0,0 +437671,0,0,0,0,0 +437672,0,0,0,0,0 +437673,0,0,0,0,0 +437674,0,0,0,0,0 +437675,0,0,0,0,0 +437676,0,0,0,0,0 +437677,0,0,0,0,0 +437678,0,0,0,0,0 +437679,0,0,0,0,0 +437680,0,0,0,0,0 +437681,0,0,0,0,0 +437682,0,0,0,0,0 +437683,0,0,0,0,0 +437684,0,0,0,0,0 +437685,0,0,0,0,0 +437686,0,0,0,0,0 +437687,0,0,0,0,0 +437688,0,0,0,0,0 +437689,0,0,0,0,0 +437690,0,0,0,0,0 +437691,0,0,0,0,0 +437692,0,0,0,0,0 +437693,0,0,0,0,0 +437694,0,0,0,0,0 +437695,0,0,0,0,0 +437696,0,0,0,0,0 +437697,0,0,0,0,0 +437698,0,0,0,0,0 +437699,0,0,0,0,0 +437700,0,0,0,0,0 +437701,0,0,0,0,0 +437702,0,0,0,0,0 +437703,0,0,0,0,0 +437704,0,0,0,0,0 +437705,0,0,0,0,0 +437706,0,0,0,0,0 +437707,0,0,0,0,0 +437708,0,0,0,0,0 +437709,0,0,0,0,0 +437710,0,0,0,0,0 +437711,0,0,0,0,0 +437712,0,0,0,0,0 +437713,0,0,0,0,0 +437714,0,0,0,0,0 +437715,0,0,0,0,0 +437716,0,0,0,0,0 +437717,0,0,0,0,0 +437718,0,0,0,0,0 +437719,0,0,0,0,0 +437720,0,0,0,0,0 +437721,0,0,0,0,0 +437722,0,0,0,0,0 +437723,0,0,0,0,0 +437724,0,0,0,0,0 +437725,0,0,0,0,0 +437726,0,0,0,0,0 +437727,0,0,0,0,0 +437728,0,0,0,0,0 +437729,0,0,0,0,0 +437730,0,0,0,0,0 +437731,0,0,0,0,0 +437732,0,0,0,0,0 +437733,0,0,0,0,0 +437734,0,0,0,0,0 +437735,0,0,0,0,0 +437736,0,0,0,0,0 +437737,0,0,0,0,0 +437738,0,0,0,0,0 +437739,0,0,0,0,0 +437740,0,0,0,0,0 +437741,0,0,0,0,0 +437742,0,0,0,0,0 +437743,0,0,0,0,0 +437744,0,0,0,0,0 +437745,0,0,0,0,0 +437746,0,0,0,0,0 +437747,0,0,0,0,0 +437748,0,0,0,0,0 +437749,0,0,0,0,0 +437750,0,0,0,0,0 +437751,0,0,0,0,0 +437752,0,0,0,0,0 +437753,0,0,0,0,0 +437754,0,0,0,0,0 +437755,0,0,0,0,0 +437756,0,0,0,0,0 +437757,0,0,0,0,0 +437758,0,0,0,0,0 +437759,0,0,0,0,0 +437760,0,0,0,0,0 +437761,0,0,0,0,0 +437762,0,0,0,0,0 +437763,0,0,0,0,0 +437764,0,0,0,0,0 +437765,0,0,0,0,0 +437766,0,0,0,0,0 +437767,0,0,0,0,0 +437768,0,0,0,0,0 +437769,0,0,0,0,0 +437770,0,0,0,0,0 +437771,0,0,0,0,0 +437772,0,0,0,0,0 +437773,0,0,0,0,0 +437774,0,0,0,0,0 +437775,0,0,0,0,0 +437776,0,0,0,0,0 +437777,0,0,0,0,0 +437778,0,0,0,0,0 +437779,0,0,0,0,0 +437780,0,0,0,0,0 +437781,0,0,0,0,0 +437782,0,0,0,0,0 +437783,0,0,0,0,0 +437784,0,0,0,0,0 +437785,0,0,0,0,0 +437786,0,0,0,0,0 +437787,0,0,0,0,0 +437788,0,0,0,0,0 +437789,0,0,0,0,0 +437790,0,0,0,0,0 +437791,0,0,0,0,0 +437792,0,0,0,0,0 +437793,0,0,0,0,0 +437794,0,0,0,0,0 +437795,0,0,0,0,0 +437796,0,0,0,0,0 +437797,0,0,0,0,0 +437798,0,0,0,0,0 +437799,0,0,0,0,0 +437800,0,0,0,0,0 +437801,0,0,0,0,0 +437802,0,0,0,0,0 +437803,0,0,0,0,0 +437804,0,0,0,0,0 +437805,0,0,0,0,0 +437806,0,0,0,0,0 +437807,0,0,0,0,0 +437808,0,0,0,0,0 +437809,0,0,0,0,0 +437810,0,0,0,0,0 +437811,0,0,0,0,0 +437812,0,0,0,0,0 +437813,0,0,0,0,0 +437814,0,0,0,0,0 +437815,0,0,0,0,0 +437816,0,0,0,0,0 +437817,0,0,0,0,0 +437818,0,0,0,0,0 +437819,0,0,0,0,0 +437820,0,0,0,0,0 +437821,0,0,0,0,0 +437822,0,0,0,0,0 +437823,0,0,0,0,0 +437824,0,0,0,0,0 +437825,0,0,0,0,0 +437826,0,0,0,0,0 +437827,0,0,0,0,0 +437828,0,0,0,0,0 +437829,0,0,0,0,0 +437830,0,0,0,0,0 +437831,0,0,0,0,0 +437832,0,0,0,0,0 +437833,0,0,0,0,0 +437834,0,0,0,0,0 +437835,0,0,0,0,0 +437836,0,0,0,0,0 +437837,0,0,0,0,0 +437838,0,0,0,0,0 +437839,0,0,0,0,0 +437840,0,0,0,0,0 +437841,0,0,0,0,0 +437842,0,0,0,0,0 +437843,0,0,0,0,0 +437844,0,0,0,0,0 +437845,0,0,0,0,0 +437846,0,0,0,0,0 +437847,0,0,0,0,0 +437848,0,0,0,0,0 +437849,0,0,0,0,0 +437850,0,0,0,0,0 +437851,0,0,0,0,0 +437852,0,0,0,0,0 +437853,0,0,0,0,0 +437854,0,0,0,0,0 +437855,0,0,0,0,0 +437856,0,0,0,0,0 +437857,0,0,0,0,0 +437858,0,0,0,0,0 +437859,0,0,0,0,0 +437860,0,0,0,0,0 +437861,0,0,0,0,0 +437862,0,0,0,0,0 +437863,0,0,0,0,0 +437864,0,0,0,0,0 +437865,0,0,0,0,0 +437866,0,0,0,0,0 +437867,0,0,0,0,0 +437868,0,0,0,0,0 +437869,0,0,0,0,0 +437870,0,0,0,0,0 +437871,0,0,0,0,0 +437872,0,0,0,0,0 +437873,0,0,0,0,0 +437874,0,0,0,0,0 +437875,0,0,0,0,0 +437876,0,0,0,0,0 +437877,0,0,0,0,0 +437878,0,0,0,0,0 +437879,0,0,0,0,0 +437880,0,0,0,0,0 +437881,0,0,0,0,0 +437882,0,0,0,0,0 +437883,0,0,0,0,0 +437884,0,0,0,0,0 +437885,0,0,0,0,0 +437886,0,0,0,0,0 +437887,0,0,0,0,0 +437888,0,0,0,0,0 +437889,0,0,0,0,0 +437890,0,0,0,0,0 +437891,0,0,0,0,0 +437892,0,0,0,0,0 +437893,0,0,0,0,0 +437894,0,0,0,0,0 +437895,0,0,0,0,0 +437896,0,0,0,0,0 +437897,0,0,0,0,0 +437898,0,0,0,0,0 +437899,0,0,0,0,0 +437900,0,0,0,0,0 +437901,0,0,0,0,0 +437902,0,0,0,0,0 +437903,0,0,0,0,0 +437904,0,0,0,0,0 +437905,0,0,0,0,0 +437906,0,0,0,0,0 +437907,0,0,0,0,0 +437908,0,0,0,0,0 +437909,0,0,0,0,0 +437910,0,0,0,0,0 +437911,0,0,0,0,0 +437912,0,0,0,0,0 +437913,0,0,0,0,0 +437914,0,0,0,0,0 +437915,0,0,0,0,0 +437916,0,0,0,0,0 +437917,0,0,0,0,0 +437918,0,0,0,0,0 +437919,0,0,0,0,0 +437920,0,0,0,0,0 +437921,0,0,0,0,0 +437922,0,0,0,0,0 +437923,0,0,0,0,0 +437924,0,0,0,0,0 +437925,0,0,0,0,0 +437926,0,0,0,0,0 +437927,0,0,0,0,0 +437928,0,0,0,0,0 +437929,0,0,0,0,0 +437930,0,0,0,0,0 +437931,0,0,0,0,0 +437932,0,0,0,0,0 +437933,0,0,0,0,0 +437934,0,0,0,0,0 +437935,0,0,0,0,0 +437936,0,0,0,0,0 +437937,0,0,0,0,0 +437938,0,0,0,0,0 +437939,0,0,0,0,0 +437940,0,0,0,0,0 +437941,0,0,0,0,0 +437942,0,0,0,0,0 +437943,0,0,0,0,0 +437944,0,0,0,0,0 +437945,0,0,0,0,0 +437946,0,0,0,0,0 +437947,0,0,0,0,0 +437948,0,0,0,0,0 +437949,0,0,0,0,0 +437950,0,0,0,0,0 +437951,0,0,0,0,0 +437952,0,0,0,0,0 +437953,0,0,0,0,0 +437954,0,0,0,0,0 +437955,0,0,0,0,0 +437956,0,0,0,0,0 +437957,0,0,0,0,0 +437958,0,0,0,0,0 +437959,0,0,0,0,0 +437960,0,0,0,0,0 +437961,0,0,0,0,0 +437962,0,0,0,0,0 +437963,0,0,0,0,0 +437964,0,0,0,0,0 +437965,0,0,0,0,0 +437966,0,0,0,0,0 +437967,0,0,0,0,0 +437968,0,0,0,0,0 +437969,0,0,0,0,0 +437970,0,0,0,0,0 +437971,0,0,0,0,0 +437972,0,0,0,0,0 +437973,0,0,0,0,0 +437974,0,0,0,0,0 +437975,0,0,0,0,0 +437976,0,0,0,0,0 +437977,0,0,0,0,0 +437978,0,0,0,0,0 +437979,0,0,0,0,0 +437980,0,0,0,0,0 +437981,0,0,0,0,0 +437982,0,0,0,0,0 +437983,0,0,0,0,0 +437984,0,0,0,0,0 +437985,0,0,0,0,0 +437986,0,0,0,0,0 +437987,0,0,0,0,0 +437988,0,0,0,0,0 +437989,0,0,0,0,0 +437990,0,0,0,0,0 +437991,0,0,0,0,0 +437992,0,0,0,0,0 +437993,0,0,0,0,0 +437994,0,0,0,0,0 +437995,0,0,0,0,0 +437996,0,0,0,0,0 +437997,0,0,0,0,0 +437998,0,0,0,0,0 +437999,0,0,0,0,0 +438000,0,0,0,0,0 +438001,0,0,0,0,0 +438002,0,0,0,0,0 +438003,0,0,0,0,0 +438004,0,0,0,0,0 +438005,0,0,0,0,0 +438006,0,0,0,0,0 +438007,0,0,0,0,0 +438008,0,0,0,0,0 +438009,0,0,0,0,0 +438010,0,0,0,0,0 +438011,0,0,0,0,0 +438012,0,0,0,0,0 +438013,0,0,0,0,0 +438014,0,0,0,0,0 +438015,0,0,0,0,0 +438016,0,0,0,0,0 +438017,0,0,0,0,0 +438018,0,0,0,0,0 +438019,0,0,0,0,0 +438020,0,0,0,0,0 +438021,0,0,0,0,0 +438022,0,0,0,0,0 +438023,0,0,0,0,0 +438024,0,0,0,0,0 +438025,0,0,0,0,0 +438026,0,0,0,0,0 +438027,0,0,0,0,0 +438028,0,0,0,0,0 +438029,0,0,0,0,0 +438030,0,0,0,0,0 +438031,0,0,0,0,0 +438032,0,0,0,0,0 +438033,0,0,0,0,0 +438034,0,0,0,0,0 +438035,0,0,0,0,0 +438036,0,0,0,0,0 +438037,0,0,0,0,0 +438038,0,0,0,0,0 +438039,0,0,0,0,0 +438040,0,0,0,0,0 +438041,0,0,0,0,0 +438042,0,0,0,0,0 +438043,0,0,0,0,0 +438044,0,0,0,0,0 +438045,0,0,0,0,0 +438046,0,0,0,0,0 +438047,0,0,0,0,0 +438048,0,0,0,0,0 +438049,0,0,0,0,0 +438050,0,0,0,0,0 +438051,0,0,0,0,0 +438052,0,0,0,0,0 +438053,0,0,0,0,0 +438054,0,0,0,0,0 +438055,0,0,0,0,0 +438056,0,0,0,0,0 +438057,0,0,0,0,0 +438058,0,0,0,0,0 +438059,0,0,0,0,0 +438060,0,0,0,0,0 +438061,0,0,0,0,0 +438062,0,0,0,0,0 +438063,0,0,0,0,0 +438064,0,0,0,0,0 +438065,0,0,0,0,0 +438066,0,0,0,0,0 +438067,0,0,0,0,0 +438068,0,0,0,0,0 +438069,0,0,0,0,0 +438070,0,0,0,0,0 +438071,0,0,0,0,0 +438072,0,0,0,0,0 +438073,0,0,0,0,0 +438074,0,0,0,0,0 +438075,0,0,0,0,0 +438076,0,0,0,0,0 +438077,0,0,0,0,0 +438078,0,0,0,0,0 +438079,0,0,0,0,0 +438080,0,0,0,0,0 +438081,0,0,0,0,0 +438082,0,0,0,0,0 +438083,0,0,0,0,0 +438084,0,0,0,0,0 +438085,0,0,0,0,0 +438086,0,0,0,0,0 +438087,0,0,0,0,0 +438088,0,0,0,0,0 +438089,0,0,0,0,0 +438090,0,0,0,0,0 +438091,0,0,0,0,0 +438092,0,0,0,0,0 +438093,0,0,0,0,0 +438094,0,0,0,0,0 +438095,0,0,0,0,0 +438096,0,0,0,0,0 +438097,0,0,0,0,0 +438098,0,0,0,0,0 +438099,0,0,0,0,0 +438100,0,0,0,0,0 +438101,0,0,0,0,0 +438102,0,0,0,0,0 +438103,0,0,0,0,0 +438104,0,0,0,0,0 +438105,0,0,0,0,0 +438106,0,0,0,0,0 +438107,0,0,0,0,0 +438108,0,0,0,0,0 +438109,0,0,0,0,0 +438110,0,0,0,0,0 +438111,0,0,0,0,0 +438112,0,0,0,0,0 +438113,0,0,0,0,0 +438114,0,0,0,0,0 +438115,0,0,0,0,0 +438116,0,0,0,0,0 +438117,0,0,0,0,0 +438118,0,0,0,0,0 +438119,0,0,0,0,0 +438120,0,0,0,0,0 +438121,0,0,0,0,0 +438122,0,0,0,0,0 +438123,0,0,0,0,0 +438124,0,0,0,0,0 +438125,0,0,0,0,0 +438126,0,0,0,0,0 +438127,0,0,0,0,0 +438128,0,0,0,0,0 +438129,0,0,0,0,0 +438130,0,0,0,0,0 +438131,0,0,0,0,0 +438132,0,0,0,0,0 +438133,0,0,0,0,0 +438134,0,0,0,0,0 +438135,0,0,0,0,0 +438136,0,0,0,0,0 +438137,0,0,0,0,0 +438138,0,0,0,0,0 +438139,0,0,0,0,0 +438140,0,0,0,0,0 +438141,0,0,0,0,0 +438142,0,0,0,0,0 +438143,0,0,0,0,0 +438144,0,0,0,0,0 +438145,0,0,0,0,0 +438146,0,0,0,0,0 +438147,0,0,0,0,0 +438148,0,0,0,0,0 +438149,0,0,0,0,0 +438150,0,0,0,0,0 +438151,0,0,0,0,0 +438152,0,0,0,0,0 +438153,0,0,0,0,0 +438154,0,0,0,0,0 +438155,0,0,0,0,0 +438156,0,0,0,0,0 +438157,0,0,0,0,0 +438158,0,0,0,0,0 +438159,0,0,0,0,0 +438160,0,0,0,0,0 +438161,0,0,0,0,0 +438162,0,0,0,0,0 +438163,0,0,0,0,0 +438164,0,0,0,0,0 +438165,0,0,0,0,0 +438166,0,0,0,0,0 +438167,0,0,0,0,0 +438168,0,0,0,0,0 +438169,0,0,0,0,0 +438170,0,0,0,0,0 +438171,0,0,0,0,0 +438172,0,0,0,0,0 +438173,0,0,0,0,0 +438174,0,0,0,0,0 +438175,0,0,0,0,0 +438176,0,0,0,0,0 +438177,0,0,0,0,0 +438178,0,0,0,0,0 +438179,0,0,0,0,0 +438180,0,0,0,0,0 +438181,-2203.951371,-960.1846552,-2166.565381,-977.7062492,-1756.441013 +438182,-1565.875847,23.26907955,-1196.811257,-519.0243438,-1036.662154 +438183,54.06648839,35.34767572,54.82398271,24.49853816,-628.3871634 +438184,68.03763085,38.0367686,67.93410464,11.69667848,94.5631256 +438185,-483.5000455,36.95659053,-263.138676,-290.7699728,-475.2669252 +438186,-381.0437771,35.6032422,-332.9993654,-107.9574544,-280.7108138 +438187,-281.1938912,35.07488156,-173.2082918,-136.0128415,-276.8460581 +438188,-312.8934183,35.34629612,-212.8156728,-134.3868502,-274.7295342 +438189,-310.0135915,36.14731348,-208.5761368,-132.1929479,-273.5721718 +438190,-306.3427421,37.2784503,-204.1681816,-129.6458009,-272.780561 +438191,-298.9478792,38.64028411,-194.9279304,-126.5063613,-271.794346 +438192,-294.8571228,40.3363587,-188.9995035,-123.7616727,-270.0517238 +438193,-290.5970409,42.30932428,-183.2201438,-121.9422838,-269.3057643 +438194,-286.7845512,44.48020474,-178.5004957,-119.5488136,-267.8395488 +438195,-283.4374779,46.79661679,-173.6670162,-117.598267,-266.241838 +438196,-279.3639484,49.23056768,-168.7242586,-115.3358913,-265.6970165 +438197,-275.1778464,51.73562837,-165.4832013,-113.5324896,-263.8634004 +438198,-272.7091909,54.2585687,-161.5661657,-110.9117108,-263.1035742 +438199,-267.7160614,56.77185796,-158.7780739,-109.5369088,-261.0632831 +438200,-265.0725579,59.26875234,-154.7188341,-107.0880047,-260.1229636 +438201,-261.7391014,61.75145337,-152.1091211,-105.1197011,-258.5062083 +438202,-257.1012982,64.22397353,-148.8383833,-103.37876,-257.4071682 +438203,-254.8525004,66.6896907,-145.8150987,-101.3434083,-255.634161 +438204,-250.0800771,69.15111233,-142.4409898,-99.01716713,-254.3928928 +438205,-247.7161743,71.61018503,-140.2407276,-97.71349933,-252.4885394 +438206,-243.4442758,74.06854188,-136.474982,-95.0723153,-251.7303993 +438207,-240.3591471,76.52761405,-134.5020788,-94.24679411,-249.105141 +438208,-237.227045,78.98866076,-131.2704194,-92.61249408,-248.8469042 +438209,-232.8062058,81.45278499,-128.6159366,-90.95772046,-246.7199107 +438210,-230.8352478,83.92093643,-125.9322813,-89.81426321,-245.148746 +438211,-226.3292661,86.39393405,-123.220481,-87.85999906,-244.1407474 +438212,-223.0356273,88.84384776,-121.0957238,-86.68596215,-241.2697666 +438213,-220.3366543,91.25342542,-118.3286412,-84.96724391,-241.4025552 +438214,-216.0384526,93.61912029,-116.1515725,-83.76489037,-239.059945 +438215,-213.589841,95.94422046,-113.6427924,-81.75151194,-237.2863538 +438216,-209.5444147,98.23356993,-111.1127096,-80.79248054,-236.0926037 +438217,-206.1026314,100.491454,-108.8729188,-79.02171661,-234.2585656 +438218,-203.8944113,102.7212591,-106.6141409,-77.50646287,-233.0027775 +438219,-199.1413774,104.9256998,-104.0277608,-76.24908363,-231.1078242 +438220,-196.8872442,107.1070431,-102.0435667,-74.44734851,-230.4013815 +438221,-200.8801989,109.2672422,-106.8175491,-74.50406713,-227.839247 +438222,-197.9576036,111.0424614,-105.7319224,-73.08664184,-227.0847427 +438223,-196.2830751,112.5636504,-103.7064756,-71.92955676,-225.6957534 +438224,-192.6943259,114.0130065,-102.2884526,-70.36350759,-223.6717665 +438225,-189.7221639,115.4845983,-100.2348625,-69.32681627,-222.2385087 +438226,-187.3708643,117.0021974,-97.85868748,-67.61202776,-220.7881381 +438227,-184.3694143,118.5604668,-96.40568484,-66.42886579,-219.9227118 +438228,-181.9813027,120.1489073,-94.31906595,-65.10567807,-217.8168952 +438229,-180.2176292,121.7595548,-92.21974482,-63.77507191,-216.3026079 +438230,-178.4389486,123.3873407,-90.11215304,-62.17012468,-215.3805931 +438231,-175.3770114,125.0288317,-88.61739041,-61.09954084,-213.8308669 +438232,-173.5770273,126.681323,-86.17735707,-59.75360454,-211.6595597 +438233,-171.768405,128.342478,-84.35104951,-58.13267091,-211.8951305 +438234,-169.31057,130.0102437,-82.20664673,-57.04758041,-208.4833826 +438235,-166.8438131,131.6828391,-80.36616048,-55.42002548,-208.688021 +438236,-165.0074867,133.3587373,-78.20623655,-54.32813021,-207.0624401 +438237,-163.1607382,135.0366405,-76.35021684,-52.96157898,-205.4177414 +438238,-160.1359171,136.3810677,-74.29037332,-51.52150812,-203.9034272 +438239,-158.9370459,137.4782902,-71.84961665,-50.19843504,-202.7958107 +438240,-155.9647376,138.5239069,-70.4826989,-48.93740813,-201.3291569 +438241,112.7375452,139.6010274,112.8230835,51.11422197,205.1510666 +438242,126.9573914,149.2570849,128.5700113,58.09737527,235.8301395 +438243,148.8236411,163.2734373,152.7493947,68.72100652,281.0022269 +438244,171.2912206,177.3401422,177.5647317,79.48353239,327.1646371 +438245,191.2877491,189.6623035,199.6192011,88.8996584,368.9419591 +438246,208.3950711,200.0791381,218.4549878,96.81380967,405.6819867 +438247,223.1171506,208.9705891,234.6332216,103.5193067,438.2143941 +438248,236.0125737,216.7237276,248.7796387,109.3227399,467.4042436 +438249,247.4737483,223.6041013,261.3277905,114.4355591,493.8316822 +438250,257.7517721,229.7830414,272.5157996,118.9901961,517.8657718 +438251,267.0276184,235.3781368,282.5644355,123.0812949,539.1637995 +438252,275.4475607,240.4818017,291.6616544,126.7841946,558.107625 +438253,283.1364839,245.172064,299.95902,130.1619493,575.1491006 +438254,290.2017318,249.5140363,307.5784357,133.2676096,590.6247143 +438255,296.7347435,253.5651685,314.6198478,136.145394,604.7669201 +438256,302.8127693,257.3704516,321.1666823,138.8318532,617.7494354 +438257,308.5015331,260.9677591,327.2891948,141.3570834,629.7159517 +438258,313.8591054,345.52412,333.0466977,143.7458639,640.7916423 +438259,318.9302116,388.599036,338.4892371,146.0186174,651.08639 +438260,323.7549641,367.4923363,343.6590193,148.1922011,660.6960136 +438261,328.3640274,392.6828643,348.5916156,150.2805345,669.7033925 +438262,332.7862759,404.6709577,353.3170104,152.2951177,678.1799699 +438263,337.0430916,415.921087,357.8605013,154.2454624,686.1873453 +438264,341.1556088,427.1470196,362.2434774,156.1394564,693.7788068 +438265,345.1386756,437.85001,366.4840472,157.983654,701.0005208 +438266,349.0079545,448.5148059,370.5975697,159.7835154,707.8925714 +438267,352.7736537,459.0930398,374.597082,161.5435961,714.4897525 +438268,356.4475529,468.951794,378.4936673,163.2677057,720.8223011 +438269,360.0365604,479.1725507,382.2967614,164.959037,726.9165021 +438270,363.5497064,488.71039,386.0144143,166.620274,732.7952355 +438271,366.9915588,501.9937668,389.6535113,168.2536813,738.4784465 +438272,370.3693271,515.3114591,393.2129494,169.8580577,743.9835591 +438273,373.687913,528.8039618,396.6930834,171.4329863,749.3258587 +438274,376.9513326,542.6395354,400.0972181,172.9794492,754.5187397 +438275,380.1633384,556.3268358,403.4301118,174.4991205,759.5739736 +438276,383.3274681,569.9892235,406.6966099,175.993742,764.5018969 +438277,386.4469418,606.488624,409.9010653,177.4648639,769.3116391 +438278,389.6755504,623.7943059,413.1145191,178.9431895,774.0151295 +438279,392.9597117,639.7641701,416.3137539,180.4182149,778.6167117 +438280,396.2284757,655.3225365,419.4687997,181.8763837,783.1220948 +438281,399.4469775,670.5349093,422.566013,183.3114039,787.5370417 +438282,402.6082787,686.176692,425.6040374,184.7224901,791.8667371 +438283,405.7167216,701.2161872,428.5863326,186.1110218,796.1158511 +438284,408.7784361,716.4209524,431.5169853,187.4786567,800.2886267 +438285,411.7983634,731.3281603,434.3994291,188.8267553,804.3889858 +438286,414.7801505,746.7704195,437.2364173,190.1563732,808.4205194 +438287,417.7266792,761.6389687,440.030271,191.4683784,812.3865249 +438288,420.6404309,776.7005603,442.7830469,192.7635294,816.28999 +438289,423.5236461,791.6918656,445.4966193,194.0425134,820.1336476 +438290,426.3783625,806.4278139,448.1727023,195.3059568,823.9199723 +438291,429.2064341,822.034923,450.8128701,196.5544334,827.6512404 +438292,432.0095385,836.3391393,453.4185646,197.7884677,831.3295227 +438293,434.7892036,851.4855069,455.9911167,199.0085438,834.9567402 +438294,437.5468206,866.3201711,458.5317549,200.2151082,838.5346504 +438295,440.2836691,881.2132488,461.0416238,201.4085785,842.0648985 +438296,443.0009312,895.6552536,463.5217896,202.5893443,845.5489992 +438297,445.6997272,922.3362913,465.9732557,203.757774,848.9883844 +438298,448.5420677,938.6149338,468.5152425,204.9659344,852.3854745 +438299,451.4689192,954.6525086,471.1043451,206.1946687,855.7423576 +438300,454.4020084,970.3641628,473.6823841,207.4181309,859.0596326 +438301,456.2844988,1154.71841,475.2023779,208.1607559,860.4875701 +438302,461.7732442,1172.356738,480.3292327,210.5028102,868.9829043 +438303,470.9076401,1189.468543,489.1040784,214.4306156,884.3618954 +438304,480.1910042,1205.840935,498.0284097,218.3501322,900.1458177 +438305,488.1561325,1223.149247,505.6317911,221.6115895,913.6473333 +438306,494.6506345,1239.456286,511.7587908,224.1693286,924.5675169 +438307,499.9592987,1256.058054,516.6919858,226.1724206,933.3797154 +438308,504.3762199,1272.373203,520.724062,227.7672849,940.5691913 +438309,508.102388,1288.886469,524.0551415,229.0524612,946.4628359 +438310,511.2654358,1315.025829,526.812301,230.0897681,951.2678319 +438311,513.9547674,1336.577655,529.0845624,230.9218284,955.1325997 +438312,516.2418365,1358.141841,530.9431163,231.5820877,958.1793084 +438313,518.1877846,1379.735087,797.6466227,232.0986334,1012.160844 +438314,519.8453158,1401.17339,693.4114717,232.4952236,1454.839659 +438315,667.2866802,1422.59743,729.369939,232.7917067,1209.177455 +438316,745.9214107,1443.905474,749.9838968,233.0044067,1303.650225 +438317,698.1936164,1465.298959,763.2564793,283.8601029,1322.261407 +438318,739.722706,1486.519202,776.8445581,315.326902,1338.592814 +438319,756.5410735,1507.728135,789.4356034,298.4247318,1354.808371 +438320,772.6164315,1528.813893,802.0097847,314.3644697,1370.414263 +438321,788.2690569,1550.086759,814.6828135,321.1894476,1385.811679 +438322,803.8245451,1570.92045,826.8214868,327.8406229,1400.663118 +438323,819.3107073,1592.01413,838.701797,334.3013572,1415.804757 +438324,834.3438561,1618.696721,850.6254681,340.4936803,1430.084375 +438325,849.5885239,1641.822019,862.3616031,346.78251,1444.318152 +438326,864.4256459,1660.571106,873.7014152,352.8685808,1458.29464 +438327,883.5135043,1644.883042,892.9948032,362.3716102,1472.06954 +438328,898.4427574,1704.698843,905.7513878,368.7912468,1485.536583 +438329,913.6121489,1706.692028,917.1552567,374.7279916,1498.827611 +438330,927.7382736,1730.60311,928.1453167,380.7809401,1511.870108 +438331,940.631685,1746.769813,938.4166623,386.1339287,1524.457451 +438332,953.6969026,1761.794324,947.9826093,391.3651232,1537.295698 +438333,965.8980281,1776.796105,957.9762897,396.707876,1549.101019 +438334,977.8967283,1790.9748,967.1136309,401.4038598,1561.875341 +438335,990.4296271,1805.06831,976.3382862,406.5562377,1573.576696 +438336,1002.056479,1818.732414,985.3213838,411.2644255,1585.495163 +438337,1013.801738,1832.103526,994.1235737,415.9679972,1597.192389 +438338,1025.31887,1845.248335,1002.751442,420.5758745,1608.606728 +438339,1036.330985,1857.822244,1011.211848,424.9635928,1620.041311 +438340,1048.091201,1870.593085,1019.510481,429.5705345,1631.088967 +438341,1058.843409,1882.624129,1027.618233,433.9412296,1642.05476 +438342,1069.798274,1894.676231,1035.658825,437.8468016,1652.942043 +438343,1080.873971,1906.386665,1043.480479,442.3415909,1663.509611 +438344,1090.974022,1917.866378,1051.152384,446.2923934,1674.096853 +438345,1101.683104,1929.111871,1058.770435,450.3244625,1684.405239 +438346,1111.96534,1940.21297,1066.18004,454.2580751,1694.560142 +438347,1121.772542,1950.770626,1073.449785,457.9766476,1704.68108 +438348,1132.518312,1961.53999,1080.686755,461.9962459,1714.555144 +438349,1142.149384,1971.902715,1087.678364,465.76758,1724.320392 +438350,1152.024781,1981.90906,1094.682905,469.190168,1733.94377 +438351,1161.816229,1991.906407,1101.441447,472.9125931,1743.377319 +438352,1171.402296,2001.613496,1107.836636,476.4169491,1752.868808 +438353,1180.869821,2011.134551,1114.940594,479.7314139,1767.669156 +438354,1190.33491,2020.451555,1121.282996,483.3937723,1774.289742 +438355,1199.599709,2029.58054,1127.603855,486.6302762,1786.877466 +438356,1208.751097,2038.512974,1133.964938,489.9602256,1766.097625 +438357,1217.915165,2047.255694,1140.241368,493.2095642,1810.238338 +438358,1226.830467,2058.447166,1146.21822,496.4068408,1803.1338 +438359,1237.071425,2051.392079,1160.439829,502.9716542,1814.897225 +438360,1245.900127,2079.529017,1167.369027,506.3674173,1823.165245 +438361,1261.710673,2052.090666,1180.951856,513.0550438,1853.80876 +438362,1272.333224,2085.849149,1188.982186,516.9315959,1863.779884 +438363,1282.272043,2087.79284,1196.328126,520.6163252,1873.486367 +438364,1291.976139,2094.65258,1203.67484,524.3361888,1882.820434 +438365,1301.432814,2102.70851,1210.526573,527.7696291,1891.957408 +438366,1310.96609,2109.986597,1217.565834,531.3223984,1900.676898 +438367,1320.407266,2116.786484,1224.006209,534.6163496,1909.392167 +438368,1329.323792,2124.065595,1231.01163,537.8356659,1917.970013 +438369,1338.722975,2130.676254,1237.202061,541.3608457,1922.934881 +438370,1347.672859,2137.394757,1243.801828,544.5254856,1930.020312 +438371,1355.94728,2143.725306,1250.12984,547.6519897,1935.399214 +438372,1365.788155,2150.120251,1256.394377,551.1037377,1946.572696 +438373,1374.120701,2156.408099,1262.438366,553.7985346,1939.885019 +438374,1382.719757,2189.989136,1268.723134,557.0627279,1956.884561 +438375,1391.569381,2141.703453,1274.42399,559.9579486,1958.02318 +438376,1399.872431,2174.391973,1283.826779,562.7865747,1964.482031 +438377,1408.52657,2206.803964,1297.669318,566.0099059,1989.417772 +438378,1416.639897,2166.037939,1270.553218,568.8248618,1946.021319 +438379,1425.165292,2209.270862,1308.735702,571.5841059,1995.174714 +438380,1433.270513,2166.463031,1301.214734,574.5133689,1995.718462 +438381,1441.575912,2235.038342,1308.828338,577.193036,1983.78786 +438382,1449.492205,2192.943664,1314.755013,580.0608964,2003.014358 +438383,1457.536383,2214.381111,1319.831799,582.6284597,2006.558474 +438384,1465.556043,2216.058253,1325.582977,585.4500965,2003.641375 +438385,1473.500823,2226.564184,1330.538655,587.9565829,2012.378092 +438386,1481.151705,2222.475918,1336.106146,590.7140817,2017.809865 +438387,1489.090656,2230.268144,1341.059018,593.1601583,2027.387591 +438388,1496.600227,2234.034237,1346.443827,595.8334091,2024.663176 +438389,1504.324855,2237.620285,1351.303302,598.2631815,2031.968854 +438390,1511.846513,2241.378265,1356.582416,600.487352,2036.806179 +438391,1519.555521,2244.660279,1361.831629,603.5974771,2041.64352 +438392,1529.75299,2247.606505,1367.226709,605.9938481,2050.664281 +438393,1537.387486,2250.414041,1372.434484,608.5853503,2048.279584 +438394,1544.86861,2253.03907,1385.206952,611.2709972,2054.625353 +438395,1553.047204,2255.691024,1376.44603,613.7091691,2064.43627 +438396,1559.735566,2257.773184,1387.101699,616.4231945,2061.766568 +438397,1569.075454,2259.981964,1395.511408,618.8393045,2066.962289 +438398,1573.685039,2261.971219,1398.042919,621.5079537,2076.003666 +438399,1551.491867,2263.803851,1403.737641,623.8610411,2079.505362 +438400,1601.753226,2265.533908,1409.037936,626.4420507,2077.640532 +438401,1588.126401,2267.069205,1414.032211,628.872936,2088.305443 +438402,1599.659758,2268.479333,1419.134744,631.405367,2084.116017 +438403,1606.314473,2269.664268,1423.962376,633.7596992,2080.976307 +438404,1613.557978,2270.814462,1429.261774,636.289783,2073.830297 +438405,1620.346679,2271.737231,1434.074773,638.6084845,2066.280397 +438406,1627.145363,2272.553072,1439.078903,641.1078959,2058.564025 +438407,1633.894119,2273.270463,1443.885936,643.3980843,2050.893443 +438408,1640.718374,2273.769222,1457.821418,645.8287667,2043.369623 +438409,1647.288614,2274.208958,1445.662443,648.1529871,2036.079676 +438410,1654.038685,2274.496966,1457.132907,650.6089753,2029.062624 +438411,1660.523728,2274.666246,1465.766188,652.7472113,2022.273173 +438412,1667.082694,2274.733908,1467.365401,655.2599568,2015.694435 +438413,1673.376452,2274.580133,1472.821262,657.4338427,2009.327977 +438414,1680.393459,2274.416029,1490.881486,659.7913082,2003.125576 +438415,1686.363316,2274.053792,1462.814633,662.0860882,1997.122651 +438416,1693.078715,2273.41237,1498.405174,664.3611133,1991.287723 +438417,1699.509243,2273.096386,1486.849358,666.563219,1985.555911 +438418,1705.756316,2272.275838,1497.790051,668.8613114,1979.933746 +438419,1712.305787,2271.459041,1503.508444,671.0691312,1974.394935 +438420,1718.710254,2270.531657,1501.559524,673.4073092,1968.932106 +438421,1607.291339,2218.421831,1394.34997,622.0971931,1966.228707 +438422,1610.612602,2212.311841,1393.907714,623.0596535,1954.328676 +438423,1615.399343,2211.474243,1396.890891,624.4879591,1938.128462 +438424,1620.197043,2209.358643,1399.994589,625.9516304,1922.367486 +438425,1624.98399,2206.979106,1403.212795,627.4682017,1908.69612 +438426,1630.07212,2204.728115,1420.851822,629.1603517,1897.079898 +438427,1635.227615,2202.389628,1387.899047,630.6688167,1887.103293 +438428,1640.031531,2199.952583,1423.247993,632.3192141,1878.303878 +438429,1645.402456,2197.421126,1413.873783,633.8869257,1870.310041 +438430,1650.435518,2194.797346,1426.480503,635.5749197,1862.946903 +438431,1655.602036,2192.078875,1415.163674,637.1658757,1856.129288 +438432,1660.874653,2189.263324,1426.848625,638.8407056,1849.765629 +438433,1665.879615,2186.349225,1442.50216,640.3976656,1843.730937 +438434,1671.148843,2183.343092,1414.040067,642.0086094,1838.020771 +438435,1676.215127,2180.238993,1454.708115,643.6909038,1832.5744 +438436,1681.714172,2177.039454,1422.467261,645.2801299,1827.337854 +438437,1686.672516,2173.757665,1465.989297,646.9073799,1822.518223 +438438,1692.008666,2170.368065,1432.483647,648.4805065,1817.911914 +438439,1697.23272,2166.887763,1458.44215,650.2133185,1813.441168 +438440,1702.574787,2163.322492,1450.892649,651.7273931,1809.234262 +438441,1707.889616,2159.662733,1457.149015,653.3824694,1805.303916 +438442,1712.847367,2155.917078,1460.153265,654.9884453,1801.737242 +438443,1718.48878,2152.250553,1463.289203,656.5523045,1798.479691 +438444,1723.612453,2148.064828,1466.427149,658.2333303,1795.393525 +438445,1729.010365,2144.167269,1469.866131,659.8070533,1792.419098 +438446,1734.382965,2140.006769,1473.081124,661.420728,1789.523444 +438447,1739.594372,2135.770288,1476.138864,663.0728888,1786.675158 +438448,1744.95548,2131.542242,1479.641885,664.6035328,1783.8646 +438449,1756.593158,2127.142248,1482.755196,666.1895107,1781.074688 +438450,1752.814218,2122.675517,1485.88309,667.8535621,1778.309239 +438451,1779.103943,2118.325846,1489.404948,669.4505919,1775.559949 +438452,1740.512899,2114.052778,1492.633142,671.0960762,1772.894216 +438453,1781.459086,2109.635719,1500.923029,672.7357567,1770.42544 +438454,1777.593756,2097.830768,1497.096909,674.3763155,1767.753974 +438455,1782.934206,2110.81745,1503.332684,676.0168934,1765.095475 +438456,1789.312446,2084.05823,1506.219622,677.6584589,1762.479859 +438457,1795.002208,2095.155118,1509.558519,679.2970194,1759.77906 +438458,1800.825057,2084.941054,1512.816969,680.9375172,1757.230875 +438459,1806.335207,2080.869832,1515.93207,682.576485,1754.74156 +438460,1812.028808,2076.098001,1519.499558,684.2148331,1752.250986 +438461,1817.952799,2071.134773,1522.730136,685.8523295,1750.00719 +438462,1823.617314,2066.067299,1525.862404,687.488822,1747.571649 +438463,1829.544513,2061.158486,1534.184772,689.0724587,1745.307041 +438464,1835.137114,2055.689433,1530.750423,690.7841315,1743.04374 +438465,1841.042901,2050.60659,1535.984146,692.38003,1740.601749 +438466,1846.846622,2045.231968,1539.679265,694.0196306,1738.182255 +438467,1852.686505,2039.791321,1542.444924,695.6499251,1735.848298 +438468,1858.559662,2034.362011,1545.854528,697.3306046,1733.538377 +438469,1864.315147,2028.819228,1553.46591,698.8778916,1731.409094 +438470,1880.043724,2023.322564,1550.91523,700.5406531,1729.281655 +438471,1863.569547,2017.423408,1555.784699,702.1554008,1726.975552 +438472,1885.775196,2011.804631,1558.896129,703.7233358,1724.659946 +438473,1887.875885,2005.93908,1566.489964,705.4206432,1722.567025 +438474,1893.382148,2000.018115,1564.171905,706.9993407,1720.518783 +438475,1899.815716,1994.062348,1568.023225,708.6224433,1718.27795 +438476,1905.566911,1988.201253,1575.706965,710.2350555,1716.177091 +438477,1911.637327,1981.823095,1574.097994,711.8455781,1714.193212 +438478,1917.599967,1975.834425,1581.139872,713.4537792,1712.18927 +438479,1923.616826,1969.550163,1580.248358,715.071986,1710.149162 +438480,1929.772708,1963.2421,1590.578493,716.6844719,1708.271519 +438481,1694.06673,1826.969367,1341.880326,608.8390277,1701.082807 +438482,1693.983055,1845.398024,1346.659806,607.6984706,1667.466952 +438483,1695.839602,1823.402394,1343.09733,607.2868947,1625.379659 +438484,1698.31217,1817.738407,1343.496037,607.4388479,1588.576082 +438485,1701.433657,1809.760319,1348.643134,607.608037,1559.725668 +438486,1704.344919,1801.490156,1341.995007,607.9286469,1538.015076 +438487,1707.904278,1793.36503,1345.428767,608.2867203,1521.172677 +438488,1711.411344,1808.682364,1345.61337,608.6800201,1507.734945 +438489,1715.180461,1743.557804,1346.42753,609.1131203,1496.798212 +438490,1718.803358,1784.808864,1347.102753,609.5791948,1487.637057 +438491,1724.827898,1757.371991,1348.098894,610.1033861,1479.706976 +438492,1731.28905,1752.359553,1348.95489,610.6302159,1472.766346 +438493,1746.885715,1744.252455,1349.789177,611.1250277,1466.611199 +438494,1732.719103,1735.859162,1351.000232,611.7672066,1461.10617 +438495,1754.855684,1747.529145,1351.962681,612.3143971,1456.091823 +438496,1758.376308,1690.976156,1353.013199,612.9233282,1451.520446 +438497,1765.365666,1739.515319,1354.187625,613.5405603,1447.286664 +438498,1772.872617,1678.305791,1355.228611,614.1733021,1443.321957 +438499,1780.514827,1704.319417,1356.259745,614.8208033,1439.613326 +438500,1788.184444,1683.654406,1357.663932,615.4827388,1436.086518 +438501,1796.156083,1677.243913,1358.809685,616.1585,1432.734486 +438502,1803.918305,1668.84576,1360.030687,616.8476166,1429.546031 +438503,1815.245088,1660.335433,1365.838269,617.5495534,1426.649235 +438504,1828.911668,1651.805706,1356.270122,618.3172102,1423.69743 +438505,1820.466876,1643.122783,1370.469133,618.9648527,1420.853343 +438506,1832.367176,1648.423479,1363.656881,619.7408153,1418.289811 +438507,1850.572276,1606.429064,1366.652187,620.4823706,1415.701233 +438508,1853.0915,1628.776396,1368.314716,621.2428763,1413.118975 +438509,1877.372137,1603.877397,1369.332009,622.0144119,1410.599233 +438510,1851.703986,1601.420015,1370.922906,622.796418,1408.191467 +438511,1897.225728,1590.766924,1372.062069,623.4992341,1405.860255 +438512,1879.008532,1582.234993,1373.187429,624.1400689,1403.547652 +438513,1903.243137,1573.16668,1374.301192,624.913488,1401.277893 +438514,1907.743056,1564.151402,1380.213831,625.5715994,1399.420356 +438515,1940.158631,1554.981469,1370.51376,626.2791604,1397.171614 +438516,1914.796103,1546.059521,1384.387736,626.9815545,1394.923405 +438517,1917.563264,1536.890138,1377.438651,627.6869366,1392.980236 +438518,1979.819609,1527.906932,1380.23201,628.395464,1391.458742 +438519,1922.219925,1518.50655,1382.325213,629.10766,1390.028187 +438520,1994.531116,1509.596186,1382.665035,629.8228856,1388.817179 +438521,1962.632505,1500.357267,1384.070352,630.5410701,1387.708079 +438522,1986.406152,1491.104258,1385.045109,631.2624343,1386.419296 +438523,1994.159899,1482.083272,1386.48689,631.9861084,1385.413603 +438524,2003.65137,1472.950014,1387.607679,632.7124575,1384.767737 +438525,2013.230568,1477.908624,1393.223761,633.4413471,1384.401936 +438526,2023.418322,1433.929498,1384.431124,634.1726156,1384.007606 +438527,2033.24856,1457.061582,1396.575835,634.9058244,1383.626565 +438528,2043.292435,1431.277496,1392.208691,635.6409788,1383.418947 +438529,2053.156392,1428.109061,1393.321578,636.3782295,1383.106515 +438530,2063.58151,1417.650704,1395.115134,637.1169825,1382.697854 +438531,2073.701395,1408.554048,1396.330807,637.8572454,1382.339025 +438532,2083.884783,1399.49858,1397.412094,638.5988165,1382.010177 +438533,2094.301129,1390.247246,1398.57653,639.3416242,1381.688085 +438534,2112.739335,1381.267645,1399.808297,640.0852762,1381.548041 +438535,2103.09339,1372.09659,1400.957513,640.8301086,1381.231933 +438536,2138.581763,1363.126543,1402.121715,641.5752941,1380.938322 +438537,2132.163502,1353.813814,1407.985338,642.3210649,1381.010275 +438538,2147.329038,1344.975096,1399.471302,643.0675715,1380.779447 +438539,2158.212259,1335.872412,1410.342623,643.8140732,1380.42271 +438540,2168.427773,1326.792687,1407.333769,644.5605321,1380.333959 +438541,2414.246733,1425.380386,1452.731774,751.8656834,1392.466878 +438542,2424.611533,1418.197755,1476.966416,754.412972,1428.441679 +438543,2445.171455,1410.612865,1504.730269,756.3623381,1471.42527 +438544,2454.947988,1402.934489,1527.627202,758.1322006,1509.246836 +438545,2466.824267,1394.984228,1544.358735,759.6114526,1538.701864 +438546,2478.730724,1387.026013,1556.170117,761.1311581,1561.697888 +438547,2490.911641,1379.04092,1564.755924,762.4744542,1579.692015 +438548,2510.041567,1370.942947,1571.547881,763.9277132,1594.907511 +438549,2513.671124,1363.165684,1577.177564,765.2127809,1607.693688 +438550,2526.502673,1354.983452,1581.824543,766.5172985,1618.553094 +438551,2538.677513,1347.08699,1585.86579,767.7849403,1628.037411 +438552,2557.388019,1339.026994,1589.756864,769.0270932,1636.794072 +438553,2562.365954,1331.238988,1593.663109,770.2465693,1645.076115 +438554,2580.362436,1323.380014,1597.156821,771.4443223,1652.487285 +438555,2586.242142,1315.315665,1600.468297,772.6218006,1659.318209 +438556,2602.248869,1307.689736,1603.644429,773.7795365,1665.673342 +438557,2608.582147,1299.843538,1606.688048,774.9784413,1671.596805 +438558,2616.837522,1295.246087,1609.445068,776.0112451,1676.928786 +438559,2624.369134,1290.036309,1611.876463,777.1563752,1681.649266 +438560,2628.891163,1284.242669,1613.973408,778.232874,1685.771302 +438561,2633.426469,1278.82046,1615.694466,779.3014984,1689.262848 +438562,2638.051276,1273.330108,1617.081222,780.3536552,1692.194685 +438563,2642.816239,1267.79652,1618.214869,781.3895006,1694.686507 +438564,2648.003647,1262.516082,1619.160696,782.409655,1696.837394 +438565,2653.005959,1257.086834,1619.967903,783.4143658,1698.725522 +438566,2658.114594,1251.857461,1620.674476,784.4037225,1700.413922 +438567,2663.330726,1246.450544,1621.307485,785.3782774,1701.950367 +438568,2668.648971,1241.186534,1621.885758,786.3379524,1703.37056 +438569,2674.058899,1236.108042,1622.421738,787.2832853,1704.700405 +438570,2679.550132,1230.911347,1622.924557,788.154793,1705.960027 +438571,2685.113421,1225.771421,1623.401024,789.1054257,1707.16515 +438572,2690.718923,1220.665405,1623.849789,789.9005321,1708.327479 +438573,2696.346548,1215.613282,1624.270404,790.7277433,1709.456273 +438574,2701.989347,1210.535054,1624.664926,791.5280533,1710.559013 +438575,2707.647021,1205.721335,1625.035923,792.311538,1711.640794 +438576,2713.319679,1200.876529,1625.385298,793.0785507,1712.704683 +438577,2719.008866,1195.962714,1625.715319,793.8298721,1713.753867 +438578,2724.715321,1191.284311,1626.02797,794.5655399,1714.791143 +438579,2730.437589,1186.607125,1626.324089,795.2862073,1715.817789 +438580,2736.174583,1182.015134,1626.604208,795.9918414,1716.834643 +438581,2741.925655,1177.415947,1626.868887,796.6830569,1717.842467 +438582,2747.959379,1173.098573,1627.116342,797.3597812,1718.83898 +438583,2753.690293,1168.684843,1627.346088,798.0828607,1719.823449 +438584,2759.425318,1164.423213,1627.561157,798.6422674,1720.799586 +438585,2765.175599,1160.32877,1627.762945,799.3204835,1721.769006 +438586,2770.943181,1156.146862,1627.951204,799.93305,1722.731272 +438587,2776.725185,1152.287938,1628.125138,800.5416715,1723.68522 +438588,2782.518639,1148.187763,1628.2846,801.137313,1724.630517 +438589,2788.320948,1144.547845,1628.429804,801.7203973,1725.567247 +438590,2794.39325,1140.874131,1628.558658,802.2907481,1726.492579 +438591,2800.142364,1137.400737,1628.67078,802.84894,1727.405822 +438592,2805.891483,1134.029099,1628.7688,803.3941835,1728.310144 +438593,2811.650316,1130.758188,1628.852989,804.4493929,1729.199935 +438594,2817.639611,1127.541694,1628.920862,805.2681773,1730.079983 +438595,2823.308816,1124.36361,1628.973005,806.1196355,1730.943993 +438596,2829.272201,1121.219493,1629.010709,807.0312561,1731.794181 +438597,2834.233833,1144.729311,1628.98174,808.0075278,1732.566118 +438598,2840.327719,1075.508382,1629.015704,809.0485355,1733.42562 +438599,2846.179197,1131.05131,1629.092635,810.0930262,1734.34831 +438600,2852.177304,1122.678905,1629.043179,811.3525428,1735.119456 +438601,2854.502581,1120.857026,1625.642177,850.3985457,1729.887493 +438602,2859.749351,1140.515442,1624.486619,820.5249864,1727.530873 +438603,2867.012752,1112.578127,1624.657833,846.6785728,1726.971547 +438604,2874.156208,1115.475051,1625.004433,843.9185027,1726.844686 +438605,2880.619026,1129.752798,1624.935648,845.6596488,1726.392723 +438606,2886.360997,1117.371636,1624.390819,848.638901,1725.498614 +438607,2891.646319,1117.919704,1623.522646,851.1115603,1724.300531 +438608,2896.662565,1115.981303,1622.445272,853.5992749,1722.898944 +438609,2901.811937,1113.967342,1621.224331,856.1192467,1721.34957 +438610,2906.562546,1111.95701,1619.902784,858.6789201,1719.69157 +438611,2911.234561,1109.949452,1618.505778,861.2768615,1717.948096 +438612,2915.857603,1107.94668,1617.049357,863.9166859,1716.134028 +438613,2920.447266,1105.950665,1615.544449,866.664896,1714.259429 +438614,2925.012297,1103.962056,1613.999829,869.2923147,1712.332819 +438615,2929.558218,1101.982174,1612.422372,872.1118359,1710.361177 +438616,2934.088989,1100.011285,1610.817617,874.8525175,1708.350544 +438617,2938.605189,1097.971929,1609.376899,877.8158739,1706.304482 +438618,2943.107355,1096.137344,1607.714534,880.742703,1704.225543 +438619,2947.59808,1094.220977,1606.029443,883.612823,1702.118029 +438620,2952.079944,1092.187751,1604.329397,886.6656482,1699.986191 +438621,2956.553419,1090.326979,1602.617607,889.7094291,1697.832238 +438622,2961.01798,1088.410485,1600.894665,892.8782303,1695.657503 +438623,2965.47439,1086.517978,1599.16132,895.8593406,1693.464253 +438624,2969.922589,1084.638402,1597.417757,899.21111,1691.254011 +438625,2974.361158,1082.772115,1595.663445,902.4020553,1689.027085 +438626,2979.076724,1080.919018,1593.896545,905.7819629,1686.781911 +438627,2983.478741,1079.079807,1592.117024,909.0258106,1684.519046 +438628,2987.862749,1077.254321,1590.327702,912.4775804,1682.242642 +438629,2992.241558,1075.443219,1588.530083,915.917888,1679.955099 +438630,2996.621167,1073.646309,1586.724705,919.3497663,1677.657595 +438631,3001.002192,1071.811908,1584.911473,922.9984661,1675.350422 +438632,3005.358113,1069.981151,1583.084634,926.3536018,1673.033937 +438633,3009.673135,1068.15998,1581.240843,929.9687885,1670.709064 +438634,3013.945361,1066.349527,1579.379742,933.5554761,1668.376576 +438635,3018.179701,1064.551019,1577.502586,937.2701962,1666.037056 +438636,3022.38341,1062.764532,1575.611796,940.7709875,1663.692021 +438637,3026.561621,1060.990664,1573.708815,944.6680472,1661.341893 +438638,3030.716376,1059.22982,1571.793912,948.3795765,1658.985948 +438639,3034.849665,1057.481698,1569.867689,952.2125203,1656.624122 +438640,3038.962345,1055.747134,1567.930678,956.152015,1654.256454 +438641,3043.055875,1054.025739,1565.983512,959.9521035,1651.883193 +438642,3047.130961,1052.31775,1564.026776,963.9617099,1649.504636 +438643,3051.188585,1050.623524,1562.061184,967.8743026,1647.121286 +438644,3055.228842,1048.942749,1560.086985,972.034494,1644.733135 +438645,3059.250963,1047.275916,1558.103803,976.1410825,1642.339389 +438646,3063.254967,1045.702543,1556.111848,980.1740324,1639.94006 +438647,3067.241739,1043.944932,1554.111738,984.4048071,1637.535685 +438648,3071.211341,1042.375706,1552.103733,988.6128495,1635.126395 +438649,3075.162974,1040.75225,1550.087765,992.9539157,1632.711899 +438650,3079.097747,1039.153924,1548.064778,997.0585572,1630.293249 +438651,3083.015764,1037.570074,1546.035089,1001.583701,1627.870688 +438652,3086.915818,1035.999853,1543.998131,1005.902637,1625.443368 +438653,3090.798387,1034.363769,1541.954482,1010.344814,1623.011882 +438654,3094.662919,1032.939467,1539.904251,1014.896458,1620.576261 +438655,3098.508787,1031.354473,1537.847217,1019.284321,1618.136094 +438656,3102.336391,1029.851364,1535.783677,1023.894749,1615.691661 +438657,3106.146236,1028.350555,1533.714238,1028.389776,1613.243624 +438658,3109.938285,1026.862768,1531.639023,1033.143296,1610.792062 +438659,3113.707644,1025.388713,1529.555366,1039.201705,1608.333446 +438660,3117.443145,1023.927871,1527.456776,1047.905281,1605.85933 +438661,3127.920154,989.0836496,1532.026737,1003.574821,1615.443991 +438662,3133.221195,986.7139977,1532.865848,1022.462266,1619.336543 +438663,3135.789535,984.6006501,1531.664277,1020.483235,1619.94083 +438664,3138.380756,982.3867828,1530.325494,1025.638493,1620.027696 +438665,3142.157161,980.3921561,1529.671967,1029.84722,1620.858698 +438666,3147.036992,1003.537524,1529.700586,1034.052925,1622.538164 +438667,3152.796143,938.7456157,1530.295224,1038.29284,1624.971864 +438668,3159.057303,992.1830858,1531.236969,1042.647543,1627.906272 +438669,3165.391187,982.8389135,1532.268442,1048.956597,1631.022961 +438670,3171.866836,948.7825609,1533.238426,1050.04485,1634.375266 +438671,3178.39865,996.7077596,1534.474853,1061.586697,1637.888096 +438672,3184.989513,935.5404472,1535.785166,1051.185368,1641.554031 +438673,3191.541309,994.720496,1537.099978,1087.689197,1645.286446 +438674,3198.131904,933.3943886,1538.461065,1038.850582,1649.136598 +438675,3204.747816,983.3954343,1539.856942,1087.36981,1653.085503 +438676,3211.263866,938.4363637,1541.209228,1074.668155,1657.028141 +438677,3217.743081,967.459795,1542.554205,1082.175582,1661.005432 +438678,3224.188653,946.8413422,1543.891874,1086.784075,1665.012479 +438679,3230.599484,954.5022774,1545.219902,1091.326281,1669.042137 +438680,3236.973688,949.2905903,1546.536141,1095.898054,1673.085407 +438681,3243.311226,948.0387405,1547.840072,1100.487261,1677.142291 +438682,3249.618604,946.0352446,1549.135016,1105.007013,1681.210487 +438683,3255.89194,944.1060922,1550.418325,1109.758451,1685.284495 +438684,3262.51984,942.1706215,1551.687186,1114.421044,1689.359768 +438685,3269.47029,940.240858,1552.937119,1118.959604,1693.42941 +438686,3276.601342,938.3161632,1554.164603,1123.688794,1697.487452 +438687,3283.802005,936.3969309,1555.368324,1128.356793,1701.530663 +438688,3291.015109,934.4824056,1556.549228,1133.049308,1705.558817 +438689,3298.218057,932.5729125,1557.709169,1137.753972,1709.573052 +438690,3305.402699,930.741672,1558.849571,1142.468877,1713.574184 +438691,3312.56654,928.666214,1559.972784,1146.821924,1717.564387 +438692,3319.594587,926.7347288,1561.070404,1151.141429,1721.545547 +438693,3326.420082,924.7365442,1562.144828,1155.519651,1725.521382 +438694,3333.040409,922.7474376,1563.195477,1159.65396,1729.495945 +438695,3339.483557,920.7577775,1564.229795,1163.959886,1733.472065 +438696,3345.779686,918.7676462,1565.247185,1168.167725,1737.450651 +438697,3351.952082,916.7041684,1566.253165,1172.366874,1741.431807 +438698,3358.009136,914.8200044,1567.245205,1176.543895,1745.414764 +438699,3363.967032,912.7781401,1568.227245,1180.698327,1749.398417 +438700,3369.82715,910.8694687,1569.19579,1184.829754,1753.381359 +438701,3375.599775,908.7738909,1570.154602,1188.937197,1757.362643 +438702,3381.283092,906.8321208,1571.100818,1193.020231,1761.34196 +438703,3386.885289,904.8292662,1572.038159,1197.078247,1765.318538 +438704,3392.403086,902.8363347,1572.96378,1201.021275,1769.292315 +438705,3398.137572,900.8430444,1573.689689,1205.247311,1773.261482 +438706,3403.474905,898.8490296,1574.598972,1209.031125,1777.2246 +438707,3408.728742,896.8543578,1575.504156,1213.058182,1781.182323 +438708,3413.904743,894.8587933,1576.397549,1216.967615,1785.134673 +438709,3419.007175,892.9314683,1577.280412,1220.860267,1789.08055 +438710,3424.038076,890.8334737,1578.149304,1224.723417,1793.019606 +438711,3428.998141,888.8143129,1579.008984,1228.556016,1796.952177 +438712,3433.885804,886.9048526,1579.85645,1232.357239,1800.877834 +438713,3438.700089,884.8559681,1580.695563,1236.126564,1804.796093 +438714,3443.440972,882.8642737,1581.523275,1239.863145,1808.706943 +438715,3448.108385,880.8612509,1582.343421,1243.56634,1812.610191 +438716,3452.702713,878.8566569,1583.152656,1247.235793,1816.505649 +438717,3457.223816,876.8506974,1583.954769,1250.870378,1820.393183 +438718,3461.670849,874.9107527,1584.745977,1254.469708,1824.272141 +438719,3466.044288,872.8033454,1585.530094,1258.033183,1828.142482 +438720,3470.34013,870.8398783,1586.301294,1263.392847,1832.001018 +438721,3472.939763,802.6180788,1585.298464,1196.304712,1832.514725 +438722,3466.495084,800.1911686,1577.570444,1203.312235,1822.695841 +438723,3456.725571,797.893881,1566.914718,1204.845644,1807.875618 +438724,3448.934505,795.7656502,1557.047224,1208.396206,1793.484539 +438725,3444.7876,793.5048075,1549.357745,1211.61809,1781.749536 +438726,3443.630056,791.3940427,1543.69703,1214.820063,1772.728587 +438727,3444.270624,789.2407105,1539.466644,1217.996058,1765.782926 +438728,3445.794017,787.1047784,1536.150476,1221.141819,1760.308129 +438729,3447.686948,784.9147151,1533.426101,1224.25587,1755.906811 +438730,3449.725005,782.9417467,1531.112904,1227.336373,1752.341237 +438731,3451.808466,780.6918987,1529.107329,1230.382025,1749.257717 +438732,3453.896937,778.6290538,1527.340111,1233.391389,1746.966439 +438733,3455.9511,776.5087177,1525.756753,1236.363448,1745.162817 +438734,3457.952702,774.3998031,1524.314931,1239.297744,1743.766051 +438735,3459.881517,772.2933378,1522.982824,1242.193062,1742.711543 +438736,3461.568394,770.2330138,1518.014833,1245.116018,1741.817836 +438737,3460.669745,768.2014531,1462.267176,1247.946891,1739.226072 +438738,3457.580384,766.02002,1482.055588,1250.732289,1735.155505 +438739,3455.061456,763.9677383,1471.059307,1253.47776,1731.664078 +438740,3453.448771,761.8671762,1468.596082,1256.271506,1728.998919 +438741,3452.2561,759.7778966,1463.618702,1258.711221,1726.826891 +438742,3451.302511,757.6911309,1459.131642,1261.533298,1725.038889 +438743,3449.948258,755.607065,1449.774063,1264.040336,1723.374106 +438744,3449.130008,753.5252883,1456.337246,1266.59769,1722.074894 +438745,3448.413275,751.4462834,1440.337298,1269.102308,1721.027335 +438746,3447.490497,749.3113134,1442.714175,1271.566201,1719.988177 +438747,3446.653876,747.3234289,1437.93416,1273.990292,1719.173721 +438748,3445.855765,745.2110615,1433.311039,1276.374478,1718.555298 +438749,3444.938837,743.1517332,1429.487872,1279.667962,1717.809945 +438750,3443.73561,741.0864692,1420.225861,1283.079309,1717.218049 +438751,3442.470494,738.9412936,1422.690321,1278.936822,1716.708654 +438752,3440.977916,736.7824981,1416.413312,1292.888278,1716.42117 +438753,3438.908034,734.6195908,1412.196634,1268.57417,1716.235856 +438754,3436.181076,732.4548444,1408.052551,1290.409487,1716.084528 +438755,3432.875451,730.346879,1403.950405,1292.530915,1715.947164 +438756,3429.206993,728.0738148,1399.763652,1267.810051,1715.902923 +438757,3425.246124,725.9438137,1395.576181,1291.140834,1715.945991 +438758,3420.937507,723.7675059,1391.63764,1293.414883,1715.803881 +438759,3416.244603,721.6013892,1382.209403,1265.334665,1715.830431 +438760,3411.543793,719.4359714,1390.150266,1290.982135,1716.061517 +438761,3406.588976,717.2722241,1371.609641,1290.830461,1716.29423 +438762,3401.293089,715.1091251,1376.899607,1265.472513,1716.278046 +438763,3395.994762,712.9470575,1370.782629,1288.763004,1716.671335 +438764,3390.380693,709.2478178,1362.907476,1300.524747,1716.905537 +438765,3385.486277,706.9113833,1358.487088,1260.55421,1717.300715 +438766,3381.048068,704.6599081,1354.462217,1296.508554,1717.418015 +438767,3376.394446,702.4384515,1350.436242,1297.211141,1717.619015 +438768,3371.382582,700.2316494,1346.202899,1260.530167,1717.645819 +438769,3366.001682,698.0375097,1342.224818,1292.729974,1717.965718 +438770,3360.195099,695.8526267,1338.263857,1290.025574,1718.284699 +438771,3354.153502,693.6761675,1334.248586,1262.455747,1718.677609 +438772,3347.93898,691.506638,1330.33491,1285.659234,1719.14485 +438773,3341.485159,689.344199,1326.528706,1278.694497,1719.382759 +438774,3334.862422,687.1876902,1322.408458,1267.008088,1719.868043 +438775,3327.930849,685.03745,1313.283105,1281.003562,1720.273807 +438776,3320.869929,682.8923781,1317.088277,1259.85449,1720.721828 +438777,3313.845493,680.8073093,1309.952748,1271.218657,1721.329665 +438778,3306.658248,678.593181,1306.670827,1263.231919,1721.942123 +438779,3299.284771,676.5018914,1302.845922,1261.585028,1722.537687 +438780,3291.78352,674.3685684,1299.147185,1258.592689,1723.155876 +438781,2262.098218,672.0502066,877.7118924,1264.904399,2322.92859 +438782,2357.852554,800.3133627,914.0482099,1382.50529,2381.05867 +438783,2484.583173,801.6819107,961.5321215,1385.927423,2450.752536 +438784,2583.800647,799.164002,999.3641241,1372.067493,2496.528909 +438785,2641.873518,797.0685047,1022.918322,1378.118253,2513.785315 +438786,2674.051756,795.0790561,1037.648558,1383.598614,2516.662493 +438787,2693.153023,793.1975029,1047.814582,1359.917086,2514.218966 +438788,2705.439175,791.0432815,1055.48205,1371.746337,2510.121466 +438789,2713.760181,789.0088117,1061.63232,1374.759223,2505.797311 +438790,2719.264281,787.0044684,1066.732835,1351.091815,2501.750983 +438791,2722.484304,784.8070757,1071.015431,1345.563482,2498.101677 +438792,2723.785349,782.8113903,1074.620831,1353.193983,2494.839717 +438793,2723.434995,780.7551859,1077.65307,1346.203886,2491.922427 +438794,2721.674181,778.5578754,1080.200964,1324.983503,2489.304539 +438795,2718.723461,776.5590703,1082.338068,1334.004803,2486.946709 +438796,2714.772599,773.5283635,1084.128634,1326.679222,2484.81548 +438797,2710.582875,771.3846751,1085.586914,1321.998245,2482.881687 +438798,2706.064887,769.268741,1086.773527,1315.78245,2481.119499 +438799,2701.004542,767.040829,1087.742704,1323.816204,2479.506644 +438800,2695.31528,765.019507,1088.535039,1279.86032,2478.022856 +438801,2689.022109,762.9488089,1089.176956,1314.604281,2476.651313 +438802,2682.192686,760.7464078,1089.690541,1271.963217,2475.377459 +438803,2674.922483,758.742332,1090.1043,1286.14418,2474.217817 +438804,2667.237943,757.1652745,1090.421815,1270.38304,2473.133071 +438805,2659.156238,754.2555789,1090.643943,1263.446122,2472.089609 +438806,2650.720619,752.5954946,1090.788352,1255.190984,2471.092184 +438807,2641.671551,750.4577688,1090.864665,1252.684947,2469.939282 +438808,2632.58894,748.2127856,1090.882525,1227.47547,2469.027857 +438809,2623.213751,746.2016916,1090.84692,1157.927176,2468.149958 +438810,2605.713382,744.0798629,1090.76192,1148.395016,2467.29174 +438811,2583.67549,741.8883637,1090.631739,1107.856866,2466.449572 +438812,2561.456513,739.8783065,1090.46407,1125.729447,2465.622771 +438813,2541.163496,737.8084482,1090.276338,1105.46883,2464.841193 +438814,2523.108802,728.804293,1090.06,1092.265964,2464.071217 +438815,2506.546509,725.6736626,1089.536631,1083.066599,2463.283791 +438816,2491.211563,723.2019664,1088.814957,1075.034876,2462.489601 +438817,2476.987782,720.9063837,1088.043156,1067.027667,2461.691018 +438818,2463.761294,718.554418,1087.29559,1059.614121,2460.886934 +438819,2451.401141,716.2769662,1086.589466,1051.982866,2460.074954 +438820,2439.777234,714.0141661,1085.918953,1045.067911,2459.252521 +438821,2428.806303,711.7686636,1085.289183,1037.92809,2458.450923 +438822,2418.363057,709.5361209,1084.679107,1031.193643,2457.636056 +438823,2408.346035,707.3314696,1084.072761,1024.37436,2456.780023 +438824,2398.711744,705.1254687,1083.474452,1018.088747,2455.898605 +438825,2389.414462,702.928237,1082.884362,1011.415151,2454.997031 +438826,2380.412812,700.6954727,1082.301284,1005.244486,2454.076958 +438827,2371.671679,698.5841854,1081.723725,998.9726795,2453.138992 +438828,2363.16187,696.3828034,1081.150317,992.8569625,2452.183641 +438829,2354.859005,694.2317306,1080.579874,986.8627412,2451.211437 +438830,2346.742637,692.0829439,1080.011421,980.9629278,2450.223067 +438831,2338.795435,689.9442924,1079.44414,974.9979015,2449.219272 +438832,2331.002697,687.8151258,1078.87737,969.3008574,2448.200924 +438833,2323.351835,685.6962337,1078.310556,963.6190537,2447.168898 +438834,2315.832093,683.5868752,1077.743263,957.8105593,2446.124163 +438835,2308.467136,681.4878551,1077.190662,952.4164554,2445.103351 +438836,2301.21705,679.3551965,1076.637727,946.9521768,2444.07343 +438837,2294.04876,677.3401871,1076.072052,941.3150303,2443.007276 +438838,2286.971822,675.2388884,1075.500603,935.9884653,2441.922313 +438839,2279.987331,673.1866972,1074.926011,930.7677442,2440.825927 +438840,2273.093168,671.1372181,1074.349237,925.452141,2439.721538 +438841,0,0,0,0,0 +438842,0,0,0,0,0 +438843,0,0,0,0,0 +438844,0,0,0,0,0 +438845,0,0,0,0,0 +438846,0,0,0,0,0 +438847,0,0,0,0,0 +438848,0,0,0,0,0 +438849,0,0,0,0,0 +438850,0,0,0,0,0 +438851,0,0,0,0,0 +438852,0,0,0,0,0 +438853,0,0,0,0,0 +438854,0,0,0,0,0 +438855,0,0,0,0,0 +438856,0,0,0,0,0 +438857,0,0,0,0,0 +438858,0,0,0,0,0 +438859,0,0,0,0,0 +438860,0,0,0,0,0 +438861,0,0,0,0,0 +438862,0,0,0,0,0 +438863,0,0,0,0,0 +438864,0,0,0,0,0 +438865,0,0,0,0,0 +438866,0,0,0,0,0 +438867,0,0,0,0,0 +438868,0,0,0,0,0 +438869,0,0,0,0,0 +438870,0,0,0,0,0 +438871,0,0,0,0,0 +438872,0,0,0,0,0 +438873,0,0,0,0,0 +438874,0,0,0,0,0 +438875,0,0,0,0,0 +438876,0,0,0,0,0 +438877,0,0,0,0,0 +438878,0,0,0,0,0 +438879,0,0,0,0,0 +438880,0,0,0,0,0 +438881,0,0,0,0,0 +438882,0,0,0,0,0 +438883,0,0,0,0,0 +438884,0,0,0,0,0 +438885,0,0,0,0,0 +438886,0,0,0,0,0 +438887,0,0,0,0,0 +438888,0,0,0,0,0 +438889,0,0,0,0,0 +438890,0,0,0,0,0 +438891,0,0,0,0,0 +438892,0,0,0,0,0 +438893,0,0,0,0,0 +438894,0,0,0,0,0 +438895,0,0,0,0,0 +438896,0,0,0,0,0 +438897,0,0,0,0,0 +438898,0,0,0,0,0 +438899,0,0,0,0,0 +438900,0,0,0,0,0 +438901,0,0,0,0,0 +438902,0,0,0,0,0 +438903,0,0,0,0,0 +438904,0,0,0,0,0 +438905,0,0,0,0,0 +438906,0,0,0,0,0 +438907,0,0,0,0,0 +438908,0,0,0,0,0 +438909,0,0,0,0,0 +438910,0,0,0,0,0 +438911,0,0,0,0,0 +438912,0,0,0,0,0 +438913,0,0,0,0,0 +438914,0,0,0,0,0 +438915,0,0,0,0,0 +438916,0,0,0,0,0 +438917,0,0,0,0,0 +438918,0,0,0,0,0 +438919,0,0,0,0,0 +438920,0,0,0,0,0 +438921,0,0,0,0,0 +438922,0,0,0,0,0 +438923,0,0,0,0,0 +438924,0,0,0,0,0 +438925,0,0,0,0,0 +438926,0,0,0,0,0 +438927,0,0,0,0,0 +438928,0,0,0,0,0 +438929,0,0,0,0,0 +438930,0,0,0,0,0 +438931,0,0,0,0,0 +438932,0,0,0,0,0 +438933,0,0,0,0,0 +438934,0,0,0,0,0 +438935,0,0,0,0,0 +438936,0,0,0,0,0 +438937,0,0,0,0,0 +438938,0,0,0,0,0 +438939,0,0,0,0,0 +438940,0,0,0,0,0 +438941,0,0,0,0,0 +438942,0,0,0,0,0 +438943,0,0,0,0,0 +438944,0,0,0,0,0 +438945,0,0,0,0,0 +438946,0,0,0,0,0 +438947,0,0,0,0,0 +438948,0,0,0,0,0 +438949,0,0,0,0,0 +438950,0,0,0,0,0 +438951,0,0,0,0,0 +438952,0,0,0,0,0 +438953,0,0,0,0,0 +438954,0,0,0,0,0 +438955,0,0,0,0,0 +438956,0,0,0,0,0 +438957,0,0,0,0,0 +438958,0,0,0,0,0 +438959,0,0,0,0,0 +438960,0,0,0,0,0 +438961,0,0,0,0,0 +438962,0,0,0,0,0 +438963,0,0,0,0,0 +438964,0,0,0,0,0 +438965,0,0,0,0,0 +438966,0,0,0,0,0 +438967,0,0,0,0,0 +438968,0,0,0,0,0 +438969,0,0,0,0,0 +438970,0,0,0,0,0 +438971,0,0,0,0,0 +438972,0,0,0,0,0 +438973,0,0,0,0,0 +438974,0,0,0,0,0 +438975,0,0,0,0,0 +438976,0,0,0,0,0 +438977,0,0,0,0,0 +438978,0,0,0,0,0 +438979,0,0,0,0,0 +438980,0,0,0,0,0 +438981,0,0,0,0,0 +438982,0,0,0,0,0 +438983,0,0,0,0,0 +438984,0,0,0,0,0 +438985,0,0,0,0,0 +438986,0,0,0,0,0 +438987,0,0,0,0,0 +438988,0,0,0,0,0 +438989,0,0,0,0,0 +438990,0,0,0,0,0 +438991,0,0,0,0,0 +438992,0,0,0,0,0 +438993,0,0,0,0,0 +438994,0,0,0,0,0 +438995,0,0,0,0,0 +438996,0,0,0,0,0 +438997,0,0,0,0,0 +438998,0,0,0,0,0 +438999,0,0,0,0,0 +439000,0,0,0,0,0 +439001,0,0,0,0,0 +439002,0,0,0,0,0 +439003,0,0,0,0,0 +439004,0,0,0,0,0 +439005,0,0,0,0,0 +439006,0,0,0,0,0 +439007,0,0,0,0,0 +439008,0,0,0,0,0 +439009,0,0,0,0,0 +439010,0,0,0,0,0 +439011,0,0,0,0,0 +439012,0,0,0,0,0 +439013,0,0,0,0,0 +439014,0,0,0,0,0 +439015,0,0,0,0,0 +439016,0,0,0,0,0 +439017,0,0,0,0,0 +439018,0,0,0,0,0 +439019,0,0,0,0,0 +439020,0,0,0,0,0 +439021,0,0,0,0,0 +439022,0,0,0,0,0 +439023,0,0,0,0,0 +439024,0,0,0,0,0 +439025,0,0,0,0,0 +439026,0,0,0,0,0 +439027,0,0,0,0,0 +439028,0,0,0,0,0 +439029,0,0,0,0,0 +439030,0,0,0,0,0 +439031,0,0,0,0,0 +439032,0,0,0,0,0 +439033,0,0,0,0,0 +439034,0,0,0,0,0 +439035,0,0,0,0,0 +439036,0,0,0,0,0 +439037,0,0,0,0,0 +439038,0,0,0,0,0 +439039,0,0,0,0,0 +439040,0,0,0,0,0 +439041,0,0,0,0,0 +439042,0,0,0,0,0 +439043,0,0,0,0,0 +439044,0,0,0,0,0 +439045,0,0,0,0,0 +439046,0,0,0,0,0 +439047,0,0,0,0,0 +439048,0,0,0,0,0 +439049,0,0,0,0,0 +439050,0,0,0,0,0 +439051,0,0,0,0,0 +439052,0,0,0,0,0 +439053,0,0,0,0,0 +439054,0,0,0,0,0 +439055,0,0,0,0,0 +439056,0,0,0,0,0 +439057,0,0,0,0,0 +439058,0,0,0,0,0 +439059,0,0,0,0,0 +439060,0,0,0,0,0 +439061,0,0,0,0,0 +439062,0,0,0,0,0 +439063,0,0,0,0,0 +439064,0,0,0,0,0 +439065,0,0,0,0,0 +439066,0,0,0,0,0 +439067,0,0,0,0,0 +439068,0,0,0,0,0 +439069,0,0,0,0,0 +439070,0,0,0,0,0 +439071,0,0,0,0,0 +439072,0,0,0,0,0 +439073,0,0,0,0,0 +439074,0,0,0,0,0 +439075,0,0,0,0,0 +439076,0,0,0,0,0 +439077,0,0,0,0,0 +439078,0,0,0,0,0 +439079,0,0,0,0,0 +439080,0,0,0,0,0 +439081,0,0,0,0,0 +439082,0,0,0,0,0 +439083,0,0,0,0,0 +439084,0,0,0,0,0 +439085,0,0,0,0,0 +439086,0,0,0,0,0 +439087,0,0,0,0,0 +439088,0,0,0,0,0 +439089,0,0,0,0,0 +439090,0,0,0,0,0 +439091,0,0,0,0,0 +439092,0,0,0,0,0 +439093,0,0,0,0,0 +439094,0,0,0,0,0 +439095,0,0,0,0,0 +439096,0,0,0,0,0 +439097,0,0,0,0,0 +439098,0,0,0,0,0 +439099,0,0,0,0,0 +439100,0,0,0,0,0 +439101,0,0,0,0,0 +439102,0,0,0,0,0 +439103,0,0,0,0,0 +439104,0,0,0,0,0 +439105,0,0,0,0,0 +439106,0,0,0,0,0 +439107,0,0,0,0,0 +439108,0,0,0,0,0 +439109,0,0,0,0,0 +439110,0,0,0,0,0 +439111,0,0,0,0,0 +439112,0,0,0,0,0 +439113,0,0,0,0,0 +439114,0,0,0,0,0 +439115,0,0,0,0,0 +439116,0,0,0,0,0 +439117,0,0,0,0,0 +439118,0,0,0,0,0 +439119,0,0,0,0,0 +439120,0,0,0,0,0 +439121,0,0,0,0,0 +439122,0,0,0,0,0 +439123,0,0,0,0,0 +439124,0,0,0,0,0 +439125,0,0,0,0,0 +439126,0,0,0,0,0 +439127,0,0,0,0,0 +439128,0,0,0,0,0 +439129,0,0,0,0,0 +439130,0,0,0,0,0 +439131,0,0,0,0,0 +439132,0,0,0,0,0 +439133,0,0,0,0,0 +439134,0,0,0,0,0 +439135,0,0,0,0,0 +439136,0,0,0,0,0 +439137,0,0,0,0,0 +439138,0,0,0,0,0 +439139,0,0,0,0,0 +439140,0,0,0,0,0 +439141,0,0,0,0,0 +439142,0,0,0,0,0 +439143,0,0,0,0,0 +439144,0,0,0,0,0 +439145,0,0,0,0,0 +439146,0,0,0,0,0 +439147,0,0,0,0,0 +439148,0,0,0,0,0 +439149,0,0,0,0,0 +439150,0,0,0,0,0 +439151,0,0,0,0,0 +439152,0,0,0,0,0 +439153,0,0,0,0,0 +439154,0,0,0,0,0 +439155,0,0,0,0,0 +439156,0,0,0,0,0 +439157,0,0,0,0,0 +439158,0,0,0,0,0 +439159,0,0,0,0,0 +439160,0,0,0,0,0 +439161,0,0,0,0,0 +439162,0,0,0,0,0 +439163,0,0,0,0,0 +439164,0,0,0,0,0 +439165,0,0,0,0,0 +439166,0,0,0,0,0 +439167,0,0,0,0,0 +439168,0,0,0,0,0 +439169,0,0,0,0,0 +439170,0,0,0,0,0 +439171,0,0,0,0,0 +439172,0,0,0,0,0 +439173,0,0,0,0,0 +439174,0,0,0,0,0 +439175,0,0,0,0,0 +439176,0,0,0,0,0 +439177,0,0,0,0,0 +439178,0,0,0,0,0 +439179,0,0,0,0,0 +439180,0,0,0,0,0 +439181,0,0,0,0,0 +439182,0,0,0,0,0 +439183,0,0,0,0,0 +439184,0,0,0,0,0 +439185,0,0,0,0,0 +439186,0,0,0,0,0 +439187,0,0,0,0,0 +439188,0,0,0,0,0 +439189,0,0,0,0,0 +439190,0,0,0,0,0 +439191,0,0,0,0,0 +439192,0,0,0,0,0 +439193,0,0,0,0,0 +439194,0,0,0,0,0 +439195,0,0,0,0,0 +439196,0,0,0,0,0 +439197,0,0,0,0,0 +439198,0,0,0,0,0 +439199,0,0,0,0,0 +439200,0,0,0,0,0 +439201,0,0,0,0,0 +439202,0,0,0,0,0 +439203,0,0,0,0,0 +439204,0,0,0,0,0 +439205,0,0,0,0,0 +439206,0,0,0,0,0 +439207,0,0,0,0,0 +439208,0,0,0,0,0 +439209,0,0,0,0,0 +439210,0,0,0,0,0 +439211,0,0,0,0,0 +439212,0,0,0,0,0 +439213,0,0,0,0,0 +439214,0,0,0,0,0 +439215,0,0,0,0,0 +439216,0,0,0,0,0 +439217,0,0,0,0,0 +439218,0,0,0,0,0 +439219,0,0,0,0,0 +439220,0,0,0,0,0 +439221,0,0,0,0,0 +439222,0,0,0,0,0 +439223,0,0,0,0,0 +439224,0,0,0,0,0 +439225,0,0,0,0,0 +439226,0,0,0,0,0 +439227,0,0,0,0,0 +439228,0,0,0,0,0 +439229,0,0,0,0,0 +439230,0,0,0,0,0 +439231,0,0,0,0,0 +439232,0,0,0,0,0 +439233,0,0,0,0,0 +439234,0,0,0,0,0 +439235,0,0,0,0,0 +439236,0,0,0,0,0 +439237,0,0,0,0,0 +439238,0,0,0,0,0 +439239,0,0,0,0,0 +439240,0,0,0,0,0 +439241,0,0,0,0,0 +439242,0,0,0,0,0 +439243,0,0,0,0,0 +439244,0,0,0,0,0 +439245,0,0,0,0,0 +439246,0,0,0,0,0 +439247,0,0,0,0,0 +439248,0,0,0,0,0 +439249,0,0,0,0,0 +439250,0,0,0,0,0 +439251,0,0,0,0,0 +439252,0,0,0,0,0 +439253,0,0,0,0,0 +439254,0,0,0,0,0 +439255,0,0,0,0,0 +439256,0,0,0,0,0 +439257,0,0,0,0,0 +439258,0,0,0,0,0 +439259,0,0,0,0,0 +439260,0,0,0,0,0 +439261,0,0,0,0,0 +439262,0,0,0,0,0 +439263,0,0,0,0,0 +439264,0,0,0,0,0 +439265,0,0,0,0,0 +439266,0,0,0,0,0 +439267,0,0,0,0,0 +439268,0,0,0,0,0 +439269,0,0,0,0,0 +439270,0,0,0,0,0 +439271,0,0,0,0,0 +439272,0,0,0,0,0 +439273,0,0,0,0,0 +439274,0,0,0,0,0 +439275,0,0,0,0,0 +439276,0,0,0,0,0 +439277,0,0,0,0,0 +439278,0,0,0,0,0 +439279,0,0,0,0,0 +439280,0,0,0,0,0 +439281,0,0,0,0,0 +439282,0,0,0,0,0 +439283,0,0,0,0,0 +439284,0,0,0,0,0 +439285,0,0,0,0,0 +439286,0,0,0,0,0 +439287,0,0,0,0,0 +439288,0,0,0,0,0 +439289,0,0,0,0,0 +439290,0,0,0,0,0 +439291,0,0,0,0,0 +439292,0,0,0,0,0 +439293,0,0,0,0,0 +439294,0,0,0,0,0 +439295,0,0,0,0,0 +439296,0,0,0,0,0 +439297,0,0,0,0,0 +439298,0,0,0,0,0 +439299,0,0,0,0,0 +439300,0,0,0,0,0 +439301,0,0,0,0,0 +439302,0,0,0,0,0 +439303,0,0,0,0,0 +439304,0,0,0,0,0 +439305,0,0,0,0,0 +439306,0,0,0,0,0 +439307,0,0,0,0,0 +439308,0,0,0,0,0 +439309,0,0,0,0,0 +439310,0,0,0,0,0 +439311,0,0,0,0,0 +439312,0,0,0,0,0 +439313,0,0,0,0,0 +439314,0,0,0,0,0 +439315,0,0,0,0,0 +439316,0,0,0,0,0 +439317,0,0,0,0,0 +439318,0,0,0,0,0 +439319,0,0,0,0,0 +439320,0,0,0,0,0 +439321,0,0,0,0,0 +439322,0,0,0,0,0 +439323,0,0,0,0,0 +439324,0,0,0,0,0 +439325,0,0,0,0,0 +439326,0,0,0,0,0 +439327,0,0,0,0,0 +439328,0,0,0,0,0 +439329,0,0,0,0,0 +439330,0,0,0,0,0 +439331,0,0,0,0,0 +439332,0,0,0,0,0 +439333,0,0,0,0,0 +439334,0,0,0,0,0 +439335,0,0,0,0,0 +439336,0,0,0,0,0 +439337,0,0,0,0,0 +439338,0,0,0,0,0 +439339,0,0,0,0,0 +439340,0,0,0,0,0 +439341,0,0,0,0,0 +439342,0,0,0,0,0 +439343,0,0,0,0,0 +439344,0,0,0,0,0 +439345,0,0,0,0,0 +439346,0,0,0,0,0 +439347,0,0,0,0,0 +439348,0,0,0,0,0 +439349,0,0,0,0,0 +439350,0,0,0,0,0 +439351,0,0,0,0,0 +439352,0,0,0,0,0 +439353,0,0,0,0,0 +439354,0,0,0,0,0 +439355,0,0,0,0,0 +439356,0,0,0,0,0 +439357,0,0,0,0,0 +439358,0,0,0,0,0 +439359,0,0,0,0,0 +439360,0,0,0,0,0 +439361,0,0,0,0,0 +439362,0,0,0,0,0 +439363,0,0,0,0,0 +439364,0,0,0,0,0 +439365,0,0,0,0,0 +439366,0,0,0,0,0 +439367,0,0,0,0,0 +439368,0,0,0,0,0 +439369,0,0,0,0,0 +439370,0,0,0,0,0 +439371,0,0,0,0,0 +439372,0,0,0,0,0 +439373,0,0,0,0,0 +439374,0,0,0,0,0 +439375,0,0,0,0,0 +439376,0,0,0,0,0 +439377,0,0,0,0,0 +439378,0,0,0,0,0 +439379,0,0,0,0,0 +439380,0,0,0,0,0 +439381,0,0,0,0,0 +439382,0,0,0,0,0 +439383,0,0,0,0,0 +439384,0,0,0,0,0 +439385,0,0,0,0,0 +439386,0,0,0,0,0 +439387,0,0,0,0,0 +439388,0,0,0,0,0 +439389,0,0,0,0,0 +439390,0,0,0,0,0 +439391,0,0,0,0,0 +439392,0,0,0,0,0 +439393,0,0,0,0,0 +439394,0,0,0,0,0 +439395,0,0,0,0,0 +439396,0,0,0,0,0 +439397,0,0,0,0,0 +439398,0,0,0,0,0 +439399,0,0,0,0,0 +439400,0,0,0,0,0 +439401,0,0,0,0,0 +439402,0,0,0,0,0 +439403,0,0,0,0,0 +439404,0,0,0,0,0 +439405,0,0,0,0,0 +439406,0,0,0,0,0 +439407,0,0,0,0,0 +439408,0,0,0,0,0 +439409,0,0,0,0,0 +439410,0,0,0,0,0 +439411,0,0,0,0,0 +439412,0,0,0,0,0 +439413,0,0,0,0,0 +439414,0,0,0,0,0 +439415,0,0,0,0,0 +439416,0,0,0,0,0 +439417,0,0,0,0,0 +439418,0,0,0,0,0 +439419,0,0,0,0,0 +439420,0,0,0,0,0 +439421,0,0,0,0,0 +439422,0,0,0,0,0 +439423,0,0,0,0,0 +439424,0,0,0,0,0 +439425,0,0,0,0,0 +439426,0,0,0,0,0 +439427,0,0,0,0,0 +439428,0,0,0,0,0 +439429,0,0,0,0,0 +439430,0,0,0,0,0 +439431,0,0,0,0,0 +439432,0,0,0,0,0 +439433,0,0,0,0,0 +439434,0,0,0,0,0 +439435,0,0,0,0,0 +439436,0,0,0,0,0 +439437,0,0,0,0,0 +439438,0,0,0,0,0 +439439,0,0,0,0,0 +439440,0,0,0,0,0 +439441,0,0,0,0,0 +439442,0,0,0,0,0 +439443,0,0,0,0,0 +439444,0,0,0,0,0 +439445,0,0,0,0,0 +439446,0,0,0,0,0 +439447,0,0,0,0,0 +439448,0,0,0,0,0 +439449,0,0,0,0,0 +439450,0,0,0,0,0 +439451,0,0,0,0,0 +439452,0,0,0,0,0 +439453,0,0,0,0,0 +439454,0,0,0,0,0 +439455,0,0,0,0,0 +439456,0,0,0,0,0 +439457,0,0,0,0,0 +439458,0,0,0,0,0 +439459,0,0,0,0,0 +439460,0,0,0,0,0 +439461,0,0,0,0,0 +439462,0,0,0,0,0 +439463,0,0,0,0,0 +439464,0,0,0,0,0 +439465,0,0,0,0,0 +439466,0,0,0,0,0 +439467,0,0,0,0,0 +439468,0,0,0,0,0 +439469,0,0,0,0,0 +439470,0,0,0,0,0 +439471,0,0,0,0,0 +439472,0,0,0,0,0 +439473,0,0,0,0,0 +439474,0,0,0,0,0 +439475,0,0,0,0,0 +439476,0,0,0,0,0 +439477,0,0,0,0,0 +439478,0,0,0,0,0 +439479,0,0,0,0,0 +439480,0,0,0,0,0 +439481,0,0,0,0,0 +439482,0,0,0,0,0 +439483,0,0,0,0,0 +439484,0,0,0,0,0 +439485,0,0,0,0,0 +439486,0,0,0,0,0 +439487,0,0,0,0,0 +439488,0,0,0,0,0 +439489,0,0,0,0,0 +439490,0,0,0,0,0 +439491,0,0,0,0,0 +439492,0,0,0,0,0 +439493,0,0,0,0,0 +439494,0,0,0,0,0 +439495,0,0,0,0,0 +439496,0,0,0,0,0 +439497,0,0,0,0,0 +439498,0,0,0,0,0 +439499,0,0,0,0,0 +439500,0,0,0,0,0 +439501,0,0,0,0,0 +439502,0,0,0,0,0 +439503,0,0,0,0,0 +439504,0,0,0,0,0 +439505,0,0,0,0,0 +439506,0,0,0,0,0 +439507,0,0,0,0,0 +439508,0,0,0,0,0 +439509,0,0,0,0,0 +439510,0,0,0,0,0 +439511,0,0,0,0,0 +439512,0,0,0,0,0 +439513,0,0,0,0,0 +439514,0,0,0,0,0 +439515,0,0,0,0,0 +439516,0,0,0,0,0 +439517,0,0,0,0,0 +439518,0,0,0,0,0 +439519,0,0,0,0,0 +439520,0,0,0,0,0 +439521,0,0,0,0,0 +439522,0,0,0,0,0 +439523,0,0,0,0,0 +439524,0,0,0,0,0 +439525,0,0,0,0,0 +439526,0,0,0,0,0 +439527,0,0,0,0,0 +439528,0,0,0,0,0 +439529,0,0,0,0,0 +439530,0,0,0,0,0 +439531,0,0,0,0,0 +439532,0,0,0,0,0 +439533,0,0,0,0,0 +439534,0,0,0,0,0 +439535,0,0,0,0,0 +439536,0,0,0,0,0 +439537,0,0,0,0,0 +439538,0,0,0,0,0 +439539,0,0,0,0,0 +439540,0,0,0,0,0 +439541,0,0,0,0,0 +439542,0,0,0,0,0 +439543,0,0,0,0,0 +439544,0,0,0,0,0 +439545,0,0,0,0,0 +439546,0,0,0,0,0 +439547,0,0,0,0,0 +439548,0,0,0,0,0 +439549,0,0,0,0,0 +439550,0,0,0,0,0 +439551,0,0,0,0,0 +439552,0,0,0,0,0 +439553,0,0,0,0,0 +439554,0,0,0,0,0 +439555,0,0,0,0,0 +439556,0,0,0,0,0 +439557,0,0,0,0,0 +439558,0,0,0,0,0 +439559,0,0,0,0,0 +439560,0,0,0,0,0 +439561,0,0,0,0,0 +439562,0,0,0,0,0 +439563,0,0,0,0,0 +439564,0,0,0,0,0 +439565,0,0,0,0,0 +439566,0,0,0,0,0 +439567,0,0,0,0,0 +439568,0,0,0,0,0 +439569,0,0,0,0,0 +439570,0,0,0,0,0 +439571,0,0,0,0,0 +439572,0,0,0,0,0 +439573,0,0,0,0,0 +439574,0,0,0,0,0 +439575,0,0,0,0,0 +439576,0,0,0,0,0 +439577,0,0,0,0,0 +439578,0,0,0,0,0 +439579,0,0,0,0,0 +439580,0,0,0,0,0 +439581,0,0,0,0,0 +439582,0,0,0,0,0 +439583,0,0,0,0,0 +439584,0,0,0,0,0 +439585,0,0,0,0,0 +439586,0,0,0,0,0 +439587,0,0,0,0,0 +439588,0,0,0,0,0 +439589,0,0,0,0,0 +439590,0,0,0,0,0 +439591,0,0,0,0,0 +439592,0,0,0,0,0 +439593,0,0,0,0,0 +439594,0,0,0,0,0 +439595,0,0,0,0,0 +439596,0,0,0,0,0 +439597,0,0,0,0,0 +439598,0,0,0,0,0 +439599,0,0,0,0,0 +439600,0,0,0,0,0 +439601,0,0,0,0,0 +439602,0,0,0,0,0 +439603,0,0,0,0,0 +439604,0,0,0,0,0 +439605,0,0,0,0,0 +439606,0,0,0,0,0 +439607,0,0,0,0,0 +439608,0,0,0,0,0 +439609,0,0,0,0,0 +439610,0,0,0,0,0 +439611,0,0,0,0,0 +439612,0,0,0,0,0 +439613,0,0,0,0,0 +439614,0,0,0,0,0 +439615,0,0,0,0,0 +439616,0,0,0,0,0 +439617,0,0,0,0,0 +439618,0,0,0,0,0 +439619,0,0,0,0,0 +439620,0,0,0,0,0 +439621,-1935.478987,-809.4577868,-1904.238288,-829.3223247,-1403.424015 +439622,-1079.355815,-450.7789337,-1056.714046,-474.3586418,-205.324142 +439623,-1491.939775,-604.513793,-1461.785765,-632.1176795,-840.2850785 +439624,-1292.38868,-520.131749,-1264.264287,-552.0749307,-492.2012268 +439625,-1539.760222,-619.347506,-1507.06746,-655.6401614,-773.9531893 +439626,-1722.577013,-166.7859138,-1682.155712,-729.9518916,-992.453811 +439627,-1758.182485,-148.9805556,-1715.382372,-745.3827422,-1014.328977 +439628,-1767.795723,-212.1907191,-1723.270402,-749.8948129,-1018.906414 +439629,-919.5564707,-149.3144159,-422.9491451,-597.1765214,-968.8410079 +439630,-1020.437728,-129.9954717,-1147.064287,-376.5055151,-864.2970853 +439631,-1096.009952,-111.444695,-926.9765724,-525.5907104,-780.8464563 +439632,-1014.160264,-93.89609711,-900.8746974,-464.9670796,-467.198145 +439633,-997.1738844,-75.79018879,-887.8843177,-458.7628287,-773.981012 +439634,-986.7965946,-57.56099793,-867.9225525,-450.5520462,-414.606924 +439635,-974.7618759,-40.31655537,-858.0820473,-446.1882535,-761.7836572 +439636,-961.835377,-21.48910136,-839.4907629,-438.6753785,-690.5712815 +439637,-949.7311047,-5.73391512,-827.8841847,-432.8452523,-260.4284177 +439638,-941.3220018,9.074392498,-819.1380001,-428.5061013,-494.8637938 +439639,-930.0913536,24.36034056,-805.149472,-422.2447007,-659.8397379 +439640,-917.4512049,43.54586035,-793.5069675,-416.3426031,-778.6308784 +439641,-909.2935676,44.00365711,-784.261984,-411.5848192,-846.0862789 +439642,-896.6161691,107.0726624,-772.267252,-405.7018281,-529.855127 +439643,-889.205709,43.72966041,-763.893536,-401.4690832,-767.9552923 +439644,-877.3975485,129.3768441,-752.6434011,-395.230175,-422.5331954 +439645,-869.4575288,102.202009,-743.5758514,-391.2873133,-602.4255705 +439646,-857.3423887,80.84064908,-734.588306,-385.8119286,-736.801273 +439647,-850.4915837,46.04538461,-723.1082,-381.3103378,-822.463663 +439648,-839.5641938,48.67784549,-716.4048228,-375.9415247,-703.8259954 +439649,-830.8514157,148.3128995,-706.5104163,-371.2402853,-335.6255297 +439650,-821.685618,120.0749325,-699.1033155,-367.6740587,-535.1622072 +439651,-814.0142219,97.83686395,-688.2910296,-362.9592178,-684.6630153 +439652,-803.6940729,56.27557661,-682.2711322,-357.3941559,-805.0778786 +439653,-796.8508148,59.42296181,-673.0571566,-353.031427,-690.4032534 +439654,-786.1394055,160.266889,-664.9311376,-349.565428,-321.0240578 +439655,-778.9235742,132.1496732,-659.1105274,-344.6249513,-523.0603713 +439656,-725.1302276,75.39032579,-604.726642,-320.670143,-708.9254409 +439657,-827.8740927,153.88921,-707.5467496,-364.7469131,-398.9985194 +439658,-723.2431748,127.4372011,-602.9230691,-318.5136288,-586.0109141 +439659,-751.4183734,72.70406117,-635.0281217,-330.5027161,-771.7646769 +439660,-737.1710533,75.88489845,-620.1314724,-323.890424,-669.3364879 +439661,-730.8353712,79.64584888,-612.6183905,-318.9677097,-619.0213925 +439662,-721.0757377,83.33248675,-604.8727217,-315.9074117,-584.9467844 +439663,-712.8401904,86.78442161,-599.5342511,-311.3302223,-560.9901905 +439664,-707.4057369,89.98873362,-591.1791975,-307.4055425,-544.1151024 +439665,-696.4564761,233.6658919,-586.313731,-303.4731942,-40.47456231 +439666,-692.9708694,93.27185673,-577.6298208,-300.1839197,-626.4216052 +439667,-681.7605952,95.14927221,-571.7295602,-295.4856694,-581.3246932 +439668,-676.7780831,229.4557076,-566.2023102,-292.3169237,-105.7645134 +439669,-667.9512431,98.91207906,-558.4941938,-288.5490361,-646.0473883 +439670,-660.7733193,101.4163802,-551.9133075,-284.6746292,-593.997426 +439671,-653.5497259,231.6270781,-545.4726316,-281.5254965,-132.5773789 +439672,-646.8021006,198.8517379,-539.6100369,-277.1251312,-371.464071 +439673,-598.8324857,115.6183057,-493.9498671,-255.9508888,-674.6056247 +439674,-690.9045196,205.0169559,-585.343402,-295.7821361,-328.3446059 +439675,-555.0291466,120.9601086,-451.5744622,-236.0551826,-655.2802158 +439676,-685.6297448,114.2252095,-582.3972487,-293.2378837,-627.8117844 +439677,-582.4682006,228.6276544,-478.16412,-246.63118,-220.7486868 +439678,-610.1188261,119.7303021,-510.3019981,-258.7633556,-665.2562067 +439679,-596.1007465,224.6281072,-495.455305,-252.9593359,-272.8512131 +439680,-590.4153728,195.1395766,-490.7620706,-249.1511742,-486.5481006 +439681,91.28649116,125.8011961,90.95304615,41.230096,150.0911458 +439682,99.9880837,137.3559385,101.3806275,45.42389415,178.0806828 +439683,113.2101446,153.5712827,116.7802184,51.69234771,220.5727341 +439684,126.9934833,170.1460402,132.5545532,58.12596746,264.7648941 +439685,139.5811564,184.9997095,146.7927866,63.91045788,305.1246568 +439686,150.7169997,197.8159733,159.2837765,68.95520171,339.8289877 +439687,160.6518021,208.944301,170.3549735,73.40469428,369.819558 +439688,169.6624291,218.7927715,180.33885,77.40694444,396.2755284 +439689,177.9446734,227.6592682,189.4647278,81.06453601,419.9845613 +439690,185.4737295,235.7388089,197.8337116,84.44252362,441.4044511 +439691,192.3973081,243.1546526,205.5724371,87.58571882,460.8347278 +439692,198.8638665,250.0171673,212.7937148,90.53045478,478.5162408 +439693,204.9739974,548.1750474,219.5841038,93.30773494,494.6639729 +439694,210.7916015,410.7090862,226.0094169,95.94397062,509.4716021 +439695,216.3616339,471.8464961,232.1220526,98.46132045,523.1101238 +439696,221.4737635,494.0100358,237.7156413,100.7645688,535.2735862 +439697,226.7356205,513.1386619,243.4019648,103.1302857,547.1348673 +439698,231.8287633,531.9757117,248.8674215,105.4141029,558.1773029 +439699,236.7785527,550.2781169,254.1423179,107.6280314,568.5031294 +439700,241.606706,568.3664019,259.252949,109.7824146,578.2018003 +439701,246.3315543,585.9027218,264.2217452,111.8859893,587.3509335 +439702,250.9682026,603.7051006,269.0674166,113.9459316,596.0172174 +439703,255.5288785,620.5661038,273.8053624,115.9680326,604.2576188 +439704,260.0234963,637.9950357,278.4482783,117.9569712,612.1209141 +439705,264.4601329,654.2739975,283.0066764,119.9165474,619.6489967 +439706,268.8454132,670.7145265,287.4893157,121.8498722,626.8779747 +439707,273.1848197,687.2214536,291.9035376,123.7595121,633.8390922 +439708,277.4828969,703.0583074,296.2555175,125.6475945,640.5594227 +439709,281.7434478,718.6449762,300.5504719,127.5158925,647.0625126 +439710,285.9696484,734.5992886,304.79282,129.3658895,653.3688449 +439711,290.1641924,750.8207703,308.9863296,131.1988373,659.4963303 +439712,294.3367129,767.2502304,313.1393647,133.0180375,665.4606377 +439713,298.4933935,783.5377078,317.2580899,134.8258638,671.275589 +439714,302.6364458,799.4843218,321.3457176,136.6234276,676.95329 +439715,306.7619913,816.208768,325.4038187,138.4111541,682.5045222 +439716,310.8619615,831.5364847,329.4333774,140.1892455,687.9388006 +439717,314.9312458,847.6408692,333.4352071,141.95786,693.2644477 +439718,318.9695403,863.2603842,337.410089,143.7171686,698.4888061 +439719,322.9790123,878.8770468,341.3587781,145.4673541,703.618474 +439720,326.9623313,894.0577173,345.2819891,147.2086004,708.6593385 +439721,330.921859,909.9390184,349.1803924,148.9410876,713.6167362 +439722,334.8595183,924.9480316,353.0546107,150.6649874,718.4954352 +439723,338.7769092,940.1634343,356.9052422,152.3804718,723.2998025 +439724,342.6753878,955.1765888,360.732841,154.0877016,728.0337357 +439725,346.5561608,970.1772748,364.5379525,155.7868416,732.7008436 +439726,350.4202946,984.995902,368.3210949,157.4780503,737.3043689 +439727,354.2687476,999.7452663,372.0827722,159.1614852,741.8473236 +439728,358.1023766,1014.349695,375.8234696,160.8372997,746.3324281 +439729,361.9219638,1033.922219,379.5436674,162.5056488,750.7622403 +439730,365.7282073,1052.218124,383.2438211,164.1666795,755.1390618 +439731,369.521764,1070.580937,386.9243951,165.8205457,759.4650966 +439732,373.3032165,1088.75143,390.5858238,167.4673901,763.7423178 +439733,377.0731183,1106.765696,394.2285464,169.1073599,767.9726272 +439734,380.8319769,1124.772167,397.8529869,170.7405971,772.1577497 +439735,384.5802742,1142.571028,401.4595685,172.3672455,776.2993534 +439736,388.3184587,1160.242792,405.0486962,173.9874419,780.3989459 +439737,392.0469924,1177.91427,408.6207776,175.6013261,784.458004 +439738,395.7663273,1195.328049,412.1762063,177.2090329,788.4778682 +439739,399.4769081,1212.308856,415.7153761,178.8106986,792.4598598 +439740,403.1791485,1230.241818,419.2386612,180.4064517,796.4051665 +439741,406.924558,1416.265834,422.7975421,182.0196524,800.4078904 +439742,417.7291645,1435.723485,433.4114612,186.8009509,817.7183764 +439743,432.0956008,1454.163991,447.5872515,193.129643,841.7427198 +439744,446.5014751,1472.252431,461.803286,199.4014691,865.9661231 +439745,459.4851654,1490.259541,474.5959358,204.9704886,887.7126167 +439746,470.9082331,1507.981888,485.8257835,209.7990174,906.709341 +439747,481.0727661,1525.597527,495.7904255,214.0434147,923.4544704 +439748,490.2829106,1543.07172,504.7942448,217.8556539,938.4531387 +439749,498.7503899,1560.354298,513.0463399,221.3384383,952.048032 +439750,506.6080632,1577.687582,520.6810086,224.5568582,964.4594372 +439751,513.9529769,1594.747947,527.7933137,227.5562138,975.8470426 +439752,520.8597534,1611.773572,534.4595905,230.3721832,986.3428361 +439753,527.3938894,1628.669493,540.7451799,233.0347124,996.0627589 +439754,533.6121988,1645.468172,546.7063793,235.569094,1005.108694 +439755,539.5629128,1669.733495,552.3911759,237.9964436,1013.569294 +439756,545.2865369,1679.598176,557.8401007,240.3342154,1021.520945 +439757,550.5379115,1706.643471,562.8081521,242.4699118,1028.52192 +439758,547.7805581,1713.071063,559.7590493,240.9768278,1020.873883 +439759,541.9186879,1702.827705,553.5973291,238.0856151,1007.489518 +439760,536.2127459,1759.319955,547.5838584,235.2783195,994.295387 +439761,530.705396,1756.163944,608.4321412,232.5716581,981.3769067 +439762,525.3792543,1776.159933,792.7054078,229.9541539,1159.521365 +439763,630.744676,1792.074553,698.2596068,227.407673,1280.714635 +439764,779.8612221,1808.041585,748.9538196,224.9167163,1203.68867 +439765,701.2433894,1823.626462,766.6983332,222.4698993,1254.874071 +439766,752.1361501,1839.309802,783.0862287,220.0588514,1272.169609 +439767,771.6976327,1854.810523,799.6769017,312.1524926,1288.406817 +439768,789.9757446,1870.217321,815.7777263,305.4282078,1304.846478 +439769,808.3461628,1885.63101,831.5465628,306.3259874,1319.992566 +439770,826.8465991,1900.697986,847.5810153,321.01665,1335.437338 +439771,842.9112936,1911.403516,862.1893269,329.2727514,1350.814703 +439772,859.6126167,1921.554019,877.5240681,336.9796612,1365.525974 +439773,876.0691174,1930.762953,891.3817201,344.8032746,1380.204292 +439774,891.1663101,1939.774197,905.6058114,352.2196137,1394.621419 +439775,907.420765,1948.359565,920.0709845,359.7904583,1408.827869 +439776,922.2774388,1956.25901,933.6532523,367.0605927,1422.78353 +439777,937.991664,1964.213603,947.3588032,374.1512515,1436.235772 +439778,952.6900543,1971.632089,960.7897329,381.4157778,1450.413643 +439779,967.5026919,1978.580445,974.1267786,388.30307,1463.483302 +439780,981.7999761,1985.400628,987.1853491,395.1066377,1476.822833 +439781,996.9879284,1991.732332,1000.157873,402.1813939,1489.772365 +439782,1010.338784,1998.116923,1012.939249,408.4528131,1502.692064 +439783,1024.707114,2003.766001,1025.568694,415.3652876,1515.275726 +439784,1038.012028,2009.429051,1037.640444,421.6097474,1527.797872 +439785,1052.410695,2014.724061,1050.597951,428.420295,1540.161566 +439786,1065.46085,2019.871399,1062.475688,434.3681312,1552.290935 +439787,1078.879832,2027.318527,1074.541376,440.6247641,1564.294988 +439788,1092.019117,2034.582497,1086.514332,447.0101781,1582.617922 +439789,1105.008081,2033.782023,1098.254785,452.971604,1599.699714 +439790,1117.843731,2050.019737,1109.85288,459.0113004,1571.624202 +439791,1130.529446,2030.518964,1121.43877,464.7857154,1625.049074 +439792,1143.069095,2036.077914,1132.797155,470.9240001,1618.611566 +439793,1145.867476,2048.22522,1136.129969,473.1852623,1632.652564 +439794,1156.665284,2040.083733,1146.1199,478.457903,1643.741511 +439795,1168.174886,2044.669634,1156.481076,483.8197549,1654.639411 +439796,1179.575568,2046.950759,1167.002184,488.9677714,1665.177082 +439797,1190.966479,2049.15055,1177.295859,494.6485905,1675.741375 +439798,1202.20423,2050.840909,1187.717928,499.7622626,1686.195336 +439799,1213.493535,2052.868935,1197.868957,505.2618754,1696.338348 +439800,1223.964908,2054.507924,1208.133705,510.1348471,1706.515563 +439801,1240.468688,2058.377874,1237.688169,517.4928644,1738.453332 +439802,1250.447785,2059.913565,1224.073336,522.2753255,1749.807461 +439803,1260.382185,2060.967728,1231.302103,527.4227208,1760.985251 +439804,1269.854959,2082.455725,1257.763749,531.8524412,1771.447503 +439805,1279.287141,2043.826395,1256.431756,536.4283823,1795.198584 +439806,1288.396632,2060.661396,1266.946648,540.8798468,1772.033451 +439807,1297.335801,2067.368874,1275.245849,545.2633469,1817.527052 +439808,1306.309125,2068.321784,1283.382533,549.5841502,1799.929784 +439809,1314.993346,2052.227013,1291.491401,553.8473515,1825.611862 +439810,1323.528227,2070.488214,1299.308184,558.05468,1834.37915 +439811,1332.129918,2055.69819,1307.185544,562.2086293,1846.330273 +439812,1340.358831,2063.288955,1314.986553,566.308874,1845.25837 +439813,1348.730143,2065.586288,1322.503711,570.358704,1865.969187 +439814,1356.80876,2069.604577,1330.100502,574.3583791,1863.806866 +439815,1364.750426,2053.591275,1337.626357,578.3103732,1876.430587 +439816,1372.775404,2060.350375,1362.118363,581.8585623,1884.138363 +439817,1380.410591,2057.245935,1329.794725,586.2975551,1893.367386 +439818,1388.327515,2055.551536,1366.806817,589.7528611,1906.27702 +439819,1395.705984,2053.732499,1366.234288,593.66382,1908.080134 +439820,1403.257115,2051.929101,1372.959003,597.3579832,1919.018719 +439821,1410.612256,2049.902238,1380.464093,601.0090418,1926.543724 +439822,1417.788623,2047.712017,1387.438248,604.7467804,1934.592778 +439823,1425.092832,2045.457242,1394.095735,608.2613885,1942.481292 +439824,1432.094782,2043.179851,1400.885801,611.8551101,1955.109866 +439825,1439.080494,2040.370577,1407.520109,615.3694172,1956.286016 +439826,1445.955632,2037.886144,1414.09468,618.8108942,1965.405163 +439827,1452.736113,2035.024195,1420.600002,622.3128822,1973.511342 +439828,1459.421998,2032.101148,1427.02953,625.6892923,1985.445318 +439829,1466.135609,2029.08824,1433.397853,629.0644037,1978.748018 +439830,1476.77433,2026.074392,1439.696027,632.4374068,1994.795684 +439831,1478.004913,2025.064423,1447.195108,635.6043673,1993.670496 +439832,1494.435768,2024.676684,1457.939075,638.9253387,1998.733795 +439833,1488.892754,2024.384878,1450.47124,642.0847036,2008.902687 +439834,1514.966935,2024.133546,1464.476114,645.2529928,2008.285117 +439835,1495.065246,2023.992541,1471.006376,648.3831958,2012.9551 +439836,1510.890484,2023.891267,1475.18745,651.4813503,2022.870741 +439837,1527.589032,2023.799702,1481.486715,654.5493782,2022.841168 +439838,1527.590142,2023.805784,1487.242987,657.5456833,2026.471607 +439839,1536.12056,2023.748199,1492.950387,660.6237186,2035.277002 +439840,1543.196524,2023.779173,1498.500375,663.5392307,2036.232812 +439841,1549.872495,2019.943705,1503.993357,666.4966454,2042.885341 +439842,1556.804507,2029.263978,1509.724681,669.4442619,2043.94173 +439843,1563.393905,2004.265431,1524.738109,672.3114543,2046.082297 +439844,1570.226518,2048.59954,1506.202652,675.2127548,2047.951181 +439845,1576.724981,1997.530335,1532.84581,677.9855868,2048.009583 +439846,1583.386418,2047.289066,1529.804632,680.8660917,2047.685269 +439847,1589.863246,1999.660416,1536.624774,683.6299312,2047.048009 +439848,1596.367022,2046.017567,1541.786109,686.40823,2046.261012 +439849,1602.681187,2001.380629,1554.50177,689.2008877,2045.384953 +439850,1609.238752,2043.76632,1541.191572,691.8606782,2044.523118 +439851,1615.622267,2006.312907,1562.748276,694.5520705,2043.686893 +439852,1621.799922,2037.351234,1561.355394,697.292988,2042.825236 +439853,1628.157808,2018.329756,1583.242678,699.9216306,2041.951183 +439854,1634.399491,2010.26757,1549.234626,702.5679185,2041.153064 +439855,1640.738586,2041.41956,1604.479512,705.1869488,2040.643822 +439856,1646.789402,2013.511065,1561.422245,707.7406266,2040.294799 +439857,1652.954879,2021.114094,1607.838848,710.4328757,2039.934999 +439858,1659.270702,2026.309662,1576.252219,712.8922066,2039.566496 +439859,1665.349991,2010.133085,1613.487475,715.4729424,2039.491548 +439860,1671.61153,2034.755247,1596.958492,717.9883007,2039.704636 +439861,1559.999711,1941.603966,1475.655086,667.1674051,2034.055357 +439862,1563.730966,1974.599845,1500.86784,668.6829204,2020.939709 +439863,1568.371752,1960.599386,1492.908432,670.5066521,2003.94326 +439864,1573.165318,1961.158552,1499.047965,672.5278164,1986.980711 +439865,1578.465241,1959.08482,1503.394184,674.446034,1959.37756 +439866,1583.371555,1969.408039,1506.060662,676.6070736,1883.664206 +439867,1588.767142,1936.814509,1514.836516,678.6432867,1936.099204 +439868,1593.725702,1981.200436,1520.591946,680.6881293,1926.53703 +439869,1599.24208,1928.131163,1514.007051,682.8916993,1920.615554 +439870,1604.45188,1979.463568,1526.728348,684.8826923,1915.78946 +439871,1609.908518,1925.732208,1515.667019,687.0147326,1908.981246 +439872,1615.096487,1973.442407,1552.999365,689.0990712,1902.64307 +439873,1620.555855,1927.160789,1509.924645,691.1425571,1896.556621 +439874,1625.939564,1962.44334,1564.902579,693.3019579,1891.042449 +439875,1631.250752,1938.948618,1533.676314,695.3554917,1885.87195 +439876,1636.973055,1962.55945,1549.659506,697.4485725,1880.593737 +439877,1642.191902,1912.835979,1552.077956,699.5793049,1875.82338 +439878,1647.777436,1969.510517,1555.952524,701.589374,1871.624271 +439879,1653.269348,1914.410058,1559.93196,703.6551206,1867.759672 +439880,1658.895828,1947.862474,1563.822253,705.796288,1864.195394 +439881,1664.487017,1944.146851,1568.062324,707.8365138,1860.810784 +439882,1669.867462,1916.446128,1571.962835,709.916277,1857.638803 +439883,1675.517642,1939.974204,1575.870543,711.9863628,1854.647166 +439884,1689.758819,1952.645839,1585.45569,716.3958861,1851.827211 +439885,1696.139341,1908.341253,1589.888184,718.6683404,1849.33294 +439886,1702.245596,1948.013441,1599.437283,721.0174491,1847.146375 +439887,1708.368838,1930.128446,1596.322227,723.1033943,1844.891406 +439888,1714.502037,1930.276307,1603.471008,725.3213587,1842.457386 +439889,1720.474279,1926.667753,1607.45176,727.4740214,1840.061095 +439890,1726.597709,1930.774425,1611.496341,729.6226196,1837.721765 +439891,1731.986347,1918.923436,1615.255645,731.6011204,1835.399711 +439892,1736.838262,1922.369708,1618.866885,733.4854875,1833.100836 +439893,1742.207876,1916.052955,1622.629599,735.4741129,1830.82015 +439894,1747.156034,1912.695602,1626.181852,737.3267683,1828.563252 +439895,1752.19472,1908.8747,1629.509819,739.2078438,1826.327742 +439896,1757.185303,1922.78069,1638.147406,741.0643879,1824.249031 +439897,1762.148083,1874.368236,1634.921281,742.9056668,1822.250194 +439898,1767.085115,1933.755047,1640.353304,744.7847602,1820.061055 +439899,1772.11909,1872.679578,1644.261524,746.517766,1817.869716 +439900,1776.825082,1875.958234,1647.165645,748.3534886,1815.868028 +439901,1781.782545,1892.184248,1650.688232,750.1298422,1813.865762 +439902,1791.442741,1874.715533,1658.594078,751.8472401,1811.970806 +439903,1789.305964,1872.556535,1651.333225,753.6858934,1810.107539 +439904,1809.979106,1867.895941,1666.907549,755.3933056,1807.888907 +439905,1780.787871,1862.784966,1662.888593,757.1351086,1806.042892 +439906,1812.573772,1878.715062,1666.956123,758.856762,1804.061617 +439907,1810.313095,1822.527764,1675.324556,760.5663493,1802.23571 +439908,1814.688166,1861.430066,1672.915328,762.2641357,1800.549514 +439909,1820.117877,1838.931974,1676.690351,763.9509393,1798.605604 +439910,1824.635664,1836.306241,1684.77479,765.6259848,1796.785548 +439911,1829.416949,1830.939831,1683.011811,767.2903302,1795.099705 +439912,1834.065387,1825.229803,1685.537053,768.9436737,1793.195658 +439913,1838.717577,1819.75715,1693.265277,770.5862505,1791.57349 +439914,1835.921042,1808.616548,1689.88731,770.3735134,1789.793375 +439915,1839.140061,1801.887096,1689.840284,771.6141476,1787.657793 +439916,1843.046638,1795.471793,1700.011687,772.9714268,1785.614942 +439917,1847.251713,1789.341274,1692.150449,774.5647322,1783.612374 +439918,1851.191235,1782.963152,1697.307859,775.9107773,1781.306437 +439919,1855.46369,1776.653772,1697.216651,777.4310333,1778.918286 +439920,1859.628871,1790.103671,1694.877694,778.8927409,1776.307171 +439921,1621.653573,1624.861756,1504.065598,670.5942053,1781.447652 +439922,1619.147913,1657.049537,1439.342353,668.8560171,1759.6222 +439923,1618.18156,1631.717501,1466.399821,668.0926383,1726.682782 +439924,1617.928936,1625.914694,1459.074602,667.4528558,1698.140993 +439925,1618.024475,1617.544353,1457.241743,667.0229005,1677.018078 +439926,1618.348688,1609.163203,1456.329096,666.6381158,1662.126717 +439927,1618.825122,1600.724774,1455.38637,666.4966617,1651.814494 +439928,1619.378292,1592.559562,1454.481909,666.1544509,1644.630386 +439929,1619.96924,1584.158913,1453.624324,665.9842853,1639.593269 +439930,1620.674388,1575.834056,1452.759273,665.725866,1636.091925 +439931,1622.783958,1567.482022,1451.995051,665.6134198,1633.734518 +439932,1625.215061,1559.000467,1451.214447,665.4010635,1632.252066 +439933,1627.939996,1572.011104,1450.566122,665.2925394,1631.402426 +439934,1630.492024,1511.856849,1449.648843,665.0593977,1631.14133 +439935,1633.422366,1564.933377,1448.979742,664.9431476,1631.313389 +439936,1636.342968,1498.692817,1448.303742,664.7898164,1631.817239 +439937,1639.374274,1528.183012,1447.578638,664.6496268,1632.625988 +439938,1642.487803,1506.128447,1446.866936,664.5147615,1633.629808 +439939,1645.676847,1499.979935,1446.200989,664.3847556,1634.816265 +439940,1648.82303,1491.450776,1445.666482,664.2591377,1636.180691 +439941,1652.341894,1483.1032,1444.806196,664.1377186,1637.68275 +439942,1655.664277,1474.629437,1444.210274,664.0201138,1639.301359 +439943,1659.154855,1465.989076,1443.596686,663.9062318,1641.02755 +439944,1662.688915,1457.530945,1442.861653,663.7974972,1579.914068 +439945,1666.285222,1448.884781,1442.197867,663.6912029,1599.212273 +439946,1669.940179,1440.49357,1441.613334,663.5866779,1598.656515 +439947,1673.656016,1431.887937,1440.979611,663.4871052,1591.15427 +439948,1677.429774,1423.362813,1440.361687,663.3913517,1600.004689 +439949,1681.258621,1414.823388,1439.746871,663.2991476,1588.196703 +439950,1685.137557,1406.284082,1439.125704,663.2102447,1593.761712 +439951,1689.403447,1397.912394,1438.52226,663.1175478,1593.283835 +439952,1693.471537,1389.462018,1437.896986,663.0263679,1592.23617 +439953,1697.893689,1381.360623,1437.276748,662.9372349,1591.863865 +439954,1702.282019,1372.82862,1436.632568,662.8500839,1586.558087 +439955,1706.633748,1364.58703,1436.064201,662.7646358,1597.517398 +439956,1711.362904,1356.261514,1435.427797,662.6813336,1584.62314 +439957,1715.878373,1347.86039,1434.818683,662.6000101,1591.814714 +439958,1720.566135,1339.698733,1434.215858,662.5201256,1590.704237 +439959,1725.299928,1331.34926,1433.608848,662.4422104,1589.993069 +439960,1730.090286,1323.08627,1433.103202,662.3659325,1590.042359 +439961,1734.944215,1314.913033,1432.354126,662.2911956,1590.018938 +439962,1743.657632,1306.43439,1431.809241,662.2179233,1589.964103 +439963,1741.401669,1298.383545,1431.210565,662.0967675,1589.935934 +439964,1762.954185,1290.078251,1430.54918,662.099515,1584.839503 +439965,1735.431807,1281.8741,1430.030015,661.9949666,1596.662956 +439966,1769.753716,1273.671623,1429.396674,661.9345814,1582.801213 +439967,1763.071063,1265.388798,1428.800944,661.8680442,1591.719746 +439968,1770.489713,1257.347607,1428.204481,661.8020403,1589.978877 +439969,1775.707137,1249.22023,1427.615019,661.7373768,1589.726996 +439970,1781.255077,1240.970026,1426.990512,661.6735853,1590.094449 +439971,1786.579864,1232.820193,1426.429014,661.6105293,1590.275107 +439972,1792.067427,1224.833693,1425.817034,661.5481954,1590.602558 +439973,1797.719881,1216.69512,1425.222944,661.4865789,1590.524401 +439974,1803.100988,1208.650076,1424.355453,661.4254914,1590.865664 +439975,1808.825919,1200.526689,1420.372442,661.3649254,1591.043838 +439976,1814.485848,1192.723651,1429.258957,661.3047321,1591.479281 +439977,1820.223445,1184.558154,1420.772135,661.245061,1591.591353 +439978,1826.008956,1179.667077,1422.65002,661.1856884,1591.382243 +439979,1831.848514,1173.567203,1415.759798,661.1265327,1592.538309 +439980,1837.875047,1167.599701,1416.495478,661.0675443,1592.357854 +439981,2079.599813,1268.309341,1669.853015,767.9495119,1741.426124 +439982,2091.222511,1264.91959,1654.858603,770.351323,1775.463386 +439983,2127.132867,1260.749321,1666.443355,772.0477327,1815.077826 +439984,2071.248718,1256.1243,1668.940406,773.6185509,1846.26992 +439985,2138.394354,1251.765495,1665.468669,775.0204267,1867.811696 +439986,2124.716978,1247.089397,1674.65805,776.3355871,1881.697317 +439987,2147.954409,1242.367078,1674.468908,777.5916494,1890.59797 +439988,2131.537302,1237.824426,1676.708389,778.8039119,1896.250804 +439989,2162.802863,1233.097011,1679.015928,779.9829513,1899.760412 +439990,2163.110554,1228.521661,1681.097939,781.1345742,1901.863414 +439991,2173.448769,1223.651863,1687.828646,782.2630013,1903.200385 +439992,2182.596624,1219.173666,1678.4032,783.3707667,1903.730246 +439993,2191.323458,1214.460151,1693.725428,784.4597116,1903.80331 +439994,2219.267444,1209.841376,1687.523247,785.5312204,1903.735513 +439995,2181.293033,1205.227523,1690.542711,786.5864401,1903.370979 +439996,2248.910506,1200.549209,1693.060775,787.6261079,1902.791273 +439997,2225.154278,1196.169103,1694.636265,788.6511937,1902.111158 +439998,2209.832316,1191.442806,1696.283104,789.6619141,1901.456749 +439999,2269.0203,1210.45118,1697.872729,790.65918,1900.687 +440000,2239.531236,1147.630809,1699.833036,791.6432004,1899.89428 +440001,2292.578861,1194.773784,1701.331156,792.614456,1899.149482 +440002,2236.815709,1182.148487,1707.667324,793.5732955,1898.516899 +440003,2322.202766,1150.709349,1698.666037,794.519947,1898.305868 +440004,2257.156148,1188.636424,1712.008821,795.4549139,1898.149524 +440005,2334.471497,1135.874507,1707.301868,796.3782305,1898.248454 +440006,2298.187612,1177.123878,1709.331284,797.2904518,1898.2061 +440007,2323.183748,1133.851834,1711.101126,798.1918191,1897.745052 +440008,2330.249183,1157.011447,1712.877194,799.0818248,1897.572948 +440009,2339.161346,1138.063146,1714.175513,799.9617119,1897.74786 +440010,2348.56576,1140.504694,1716.052275,800.8313121,1898.026616 +440011,2357.741791,1134.284197,1717.054624,801.6069389,1898.52967 +440012,2367.625834,1130.410338,1718.07812,802.3550056,1898.800313 +440013,2376.939202,1126.221802,1723.956419,803.0838519,1899.230387 +440014,2386.621372,1122.058662,1714.295854,803.7960065,1899.4885 +440015,2395.973917,1117.93256,1727.718204,804.4925599,1899.682528 +440016,2405.87337,1113.84215,1722.398536,805.1741675,1900.044356 +440017,2415.441123,1109.791322,1723.351498,805.8419085,1900.231281 +440018,2425.024428,1105.780917,1724.885681,806.4955997,1900.265882 +440019,2434.81084,1101.88565,1726.054786,807.1359584,1900.337489 +440020,2452.607198,1097.856698,1726.879953,807.7630919,1900.602822 +440021,2450.517998,1094.029559,1727.740765,808.3777466,1900.826591 +440022,2465.243729,1090.188886,1728.590804,808.9797338,1900.828273 +440023,2474.470639,1086.408107,1729.4953,809.5694772,1900.823588 +440024,2483.674115,1082.60519,1730.34007,810.1471771,1900.857982 +440025,2493.838815,1079.03456,1731.146733,810.7133244,1900.882518 +440026,2503.532756,1075.43306,1731.938587,811.2678342,1900.902561 +440027,2513.339468,1071.774395,1732.709457,811.811214,1900.913859 +440028,2523.259748,1068.316271,1738.175137,812.343291,1901.083436 +440029,2532.867168,1064.857972,1728.921377,812.8648125,1901.105119 +440030,2543.059389,1061.653884,1739.659557,813.3753304,1901.048684 +440031,2552.898663,1058.731849,1736.179836,813.8755081,1901.027128 +440032,2574.342786,1058.662023,1740.574625,817.1238777,1901.651227 +440033,2587.02783,1056.40009,1744.358139,819.5087153,1902.635397 +440034,2605.895112,1054.082245,1746.1263,820.855897,1903.997658 +440035,2605.763223,1051.516145,1746.979074,822.1869938,1905.064221 +440036,2620.21327,1049.285256,1747.529202,823.5452878,1905.521345 +440037,2630.718239,1046.866754,1748.469724,824.9395718,1905.711658 +440038,2641.3554,1044.540975,1753.96143,826.373795,1906.201891 +440039,2651.843435,1042.230802,1745.619907,827.9815797,1906.300153 +440040,2662.494651,1039.946342,1755.330801,829.4178637,1906.265961 +440041,2720.808792,1060.350848,1781.857702,853.751545,1913.647398 +440042,2732.859802,1059.106804,1790.21138,856.2552768,1926.148005 +440043,2744.985712,1057.529425,1797.678547,858.5090103,1939.631553 +440044,2756.588272,1055.852943,1803.665405,860.6378017,1951.471019 +440045,2775.433152,1053.928797,1808.365834,862.7158275,1961.112176 +440046,2769.791493,1052.106864,1811.850868,864.7718066,1969.009267 +440047,2798.77906,1050.201926,1814.321446,866.8259056,1975.289077 +440048,2800.827623,1048.228379,1813.465187,868.8910856,1981.07641 +440049,2811.902719,1046.414199,1813.254058,870.9756102,1985.427758 +440050,2831.000294,1044.523932,1808.05143,873.0831708,1989.590322 +440051,2833.560984,1042.526777,1811.399655,875.3298556,1993.271049 +440052,2844.570637,1040.668446,1813.288339,877.4183949,1996.870106 +440053,2864.410272,1038.757868,1814.110211,879.6974702,2000.453557 +440054,2867.613842,1036.862874,1809.616745,881.839265,2003.921287 +440055,2876.638642,1034.974319,1818.310923,884.1835601,2007.058378 +440056,2894.439341,1033.091825,1811.428689,886.3861261,2010.222795 +440057,2907.126854,1031.28097,1814.58371,888.7992481,2013.567648 +440058,2910.777201,1029.318574,1816.195897,891.0663285,2017.05198 +440059,2917.043973,1027.502559,1815.664603,893.5509373,2019.882009 +440060,2925.350725,1025.63909,1816.124824,895.9907298,2022.304962 +440061,2929.918228,1023.727856,1811.263977,898.4571528,2024.290906 +440062,2933.289845,1021.984085,1820.84726,900.9583153,2025.99091 +440063,2936.841138,1020.108529,1812.186684,903.4964125,2027.377438 +440064,2940.567317,1018.296169,1820.724727,906.0717586,2028.468736 +440065,2944.427576,1016.482881,1811.789908,908.6853159,2029.292863 +440066,2948.49394,1014.677881,1821.029729,911.337257,2029.992234 +440067,2952.717698,1012.881879,1811.899389,914.0285068,2030.586763 +440068,2957.127487,1011.157739,1821.011381,916.7591821,2031.15036 +440069,2961.642397,1009.287125,1811.803731,919.5300937,2031.659865 +440070,2966.30038,1007.562461,1820.855241,922.3413269,2032.173996 +440071,2971.022449,1005.545526,1811.270133,924.66277,2032.65173 +440072,2975.684575,1003.496277,1819.690491,927.1642231,2033.127403 +440073,2980.115959,1001.436748,1809.636243,929.6295582,2033.542401 +440074,2984.166785,999.3539735,1812.72155,932.0274329,2033.791041 +440075,2988.159947,997.2761654,1812.473727,934.4280807,2034.102911 +440076,2992.167625,995.1874059,1810.903004,937.0356698,2034.513595 +440077,2996.064442,993.0940693,1809.60786,939.3390697,2034.910305 +440078,2999.858577,990.9970842,1808.508623,941.8352267,2035.288946 +440079,3003.587989,988.8972236,1807.39664,944.3052615,2035.670635 +440080,3007.54235,986.794966,1806.069966,946.8011234,2036.054741 +440081,3011.124673,984.6907908,1804.747289,949.3106021,2036.434263 +440082,3014.646975,982.5849928,1803.589645,951.7710006,2036.810722 +440083,3018.111309,980.4779551,1801.980822,956.4175418,2037.174425 +440084,3021.531216,978.3698931,1800.55348,955.9448217,2037.530307 +440085,3024.914891,976.2611102,1799.092062,962.9712587,2037.882722 +440086,3028.272063,974.1510933,1797.535279,959.5878704,2038.238927 +440087,3031.410774,972.0424809,1795.953389,970.8081625,2038.446814 +440088,3034.767553,969.9321952,1789.255174,961.4893672,2038.771417 +440089,3038.186597,967.8226797,1797.686933,981.0467918,2039.059907 +440090,3041.804202,965.7132112,1786.005929,960.1126253,2039.433701 +440091,3045.441564,963.6042507,1794.08623,996.1448884,2039.781399 +440092,3049.045452,961.4958193,1782.047257,951.8741811,2040.085364 +440093,3052.511403,959.388006,1785.63171,990.5590271,2040.277423 +440094,3056.011952,957.2808908,1783.979505,981.2755486,2040.500134 +440095,3059.843554,955.1747615,1781.439554,985.3093028,2040.783671 +440096,3063.313471,953.0695747,1779.700945,988.2025354,2041.036483 +440097,3066.714056,950.9652913,1777.695675,990.9433193,2041.256025 +440098,3070.08063,948.8619089,1775.782205,993.621644,2041.463803 +440099,3073.422011,946.7595275,1773.749162,996.3160347,2041.665394 +440100,3076.736143,944.6581291,1771.782838,999.0169487,2041.861176 +440101,3077.818372,909.452927,1694.458082,986.7018537,2040.488096 +440102,3071.269288,907.2544261,1689.667691,947.9948274,2031.135867 +440103,3062.740048,905.0504914,1688.332196,981.6089914,2019.374691 +440104,3057.088474,902.9170914,1686.129658,976.2005629,2008.799339 +440105,3054.659606,900.7940302,1683.85809,978.6542264,2000.875667 +440106,3054.650728,898.6778083,1681.657491,981.9222315,1994.888886 +440107,3056.070302,896.5659982,1679.416828,984.6509486,1990.746568 +440108,3058.226731,894.457357,1677.161716,987.4378851,1987.282811 +440109,3060.740266,892.3512286,1674.876111,990.002121,1984.633374 +440110,3063.259296,890.305179,1667.448909,992.8720035,1982.383286 +440111,3066.017949,888.1168954,1677.045553,995.5451409,1980.657098 +440112,3068.833647,886.0561835,1660.332498,998.2833701,1979.058955 +440113,3071.649022,883.9465168,1672.442502,1001.011958,1977.907757 +440114,3074.404964,881.8461619,1655.574967,1003.738866,1976.934215 +440115,3076.999588,879.7465058,1662.608992,1006.528182,1976.023265 +440116,3079.955271,877.6471904,1657.619354,1009.15333,1975.33112 +440117,3082.59751,875.5484062,1655.031145,1011.918536,1974.777183 +440118,3085.1453,873.449947,1652.722399,1014.623426,1974.274315 +440119,3087.655599,871.3517894,1650.183613,1017.266693,1973.844227 +440120,3090.129487,869.2538912,1647.571813,1020.071193,1973.472349 +440121,3092.561282,867.1562713,1645.040193,1022.722912,1973.144587 +440122,3094.949816,865.0588476,1642.405688,1025.491535,1972.852673 +440123,3097.292466,862.9616632,1639.760802,1028.078913,1972.588661 +440124,3099.588862,860.8646277,1637.116352,1030.804348,1972.347063 +440125,3101.839166,858.7677797,1634.429306,1033.464226,1972.123696 +440126,3104.041496,856.6710257,1631.865142,1036.124948,1971.913339 +440127,3106.18928,854.6306702,1628.9268,1038.776536,1971.707286 +440128,3108.286279,852.394635,1626.278529,1041.417992,1971.505709 +440129,3110.60397,850.4210456,1623.495284,1044.116249,1971.311454 +440130,3112.573041,848.2759406,1620.660323,1046.565024,1971.122503 +440131,3114.505072,846.3184428,1618.182439,1048.760943,1970.947403 +440132,3116.147372,844.3832885,1615.701726,1050.593577,1970.7995 +440133,3117.339056,842.4656821,1613.270523,1052.402811,1970.684941 +440134,3118.068152,840.5619539,1610.836564,1054.123799,1970.403949 +440135,3118.395549,838.6705668,1608.385879,1055.771989,1970.366185 +440136,3118.390021,836.7904902,1606.004583,1057.349213,1970.364559 +440137,3118.094694,834.9211577,1603.564803,1058.855875,1970.390817 +440138,3117.556542,833.061983,1601.156693,1060.291603,1970.438688 +440139,3116.79185,831.2126164,1598.766884,1061.725704,1970.504552 +440140,3115.826511,829.372585,1596.357072,1062.913675,1970.585834 +440141,3114.359987,827.5416119,1594.095002,1064.18239,1970.681174 +440142,3113.002365,825.7192786,1591.515676,1065.316902,1970.784731 +440143,3111.461216,823.9053526,1589.177289,1066.386795,1970.892835 +440144,3109.600432,819.3634951,1580.570072,1061.639242,1970.898429 +440145,3106.128161,817.0252412,1576.728288,1061.628023,1970.75446 +440146,3101.793402,814.9920408,1573.885046,1061.965893,1970.595127 +440147,3097.443336,812.9742613,1571.066939,1062.339455,1970.52499 +440148,3092.951015,810.9987977,1562.869896,1062.698244,1970.435313 +440149,3089.201887,809.0463428,1573.161332,1063.018224,1970.528449 +440150,3085.633504,807.1109784,1554.107592,1063.286363,1970.66368 +440151,3082.108373,805.1346957,1568.280771,1063.495752,1970.815443 +440152,3078.519811,803.3043178,1548.738101,1063.641792,1970.949967 +440153,3074.754397,801.3661981,1557.667863,1063.721527,1971.001246 +440154,3071.013721,799.4840256,1551.159444,1063.732857,1971.136154 +440155,3067.210063,797.6028673,1548.936701,1063.67387,1971.293342 +440156,3063.266375,795.7300936,1546.403678,1063.543061,1971.418647 +440157,3059.219345,793.9190827,1543.832117,1063.339206,1971.544783 +440158,3055.060394,791.9834938,1541.201321,1063.060922,1971.667807 +440159,3050.784114,790.1722694,1538.611221,1062.707203,1971.785358 +440160,3046.094254,788.322183,1536.027336,1062.276885,1971.900138 +440161,3043.320633,720.047561,1363.994468,995.117269,1976.345483 +440162,3029.259309,717.2387497,1397.3649,993.5726449,1968.628229 +440163,3011.37444,715.1999775,1359.366925,992.139196,1955.390205 +440164,2996.135747,711.9618437,1353.864668,990.7858234,1942.978073 +440165,2985.065218,709.937236,1369.62132,989.208207,1933.522135 +440166,2977.259351,707.417608,1372.125647,987.7091127,1926.690603 +440167,2971.619315,705.026181,1327.780189,986.0176837,1922.364051 +440168,2967.074639,702.6451178,1376.947621,984.4234265,1919.628808 +440169,2962.742777,700.2778744,1320.141873,982.6137998,1918.02241 +440170,2958.982987,697.8750323,1352.542462,980.7810088,1917.310105 +440171,2955.338493,694.0871054,1331.802612,967.5331853,1917.290513 +440172,2949.10603,691.5337428,1329.874301,963.7218676,1917.898906 +440173,2941.413738,689.0888108,1325.934698,979.6886079,1918.99268 +440174,2933.793174,686.707285,1340.369194,929.3942216,1920.525713 +440175,2926.992951,684.2608434,1290.464603,968.3839496,1922.510198 +440176,2920.782761,681.9371403,1339.839356,954.1989084,1924.690721 +440177,2915.009598,679.5258347,1288.411339,940.5676681,1927.058024 +440178,2909.529482,677.1614691,1315.080606,952.6070158,1929.617063 +440179,2883.676388,674.7980908,1300.350688,937.4568664,1931.471407 +440180,2724.227084,672.4355948,1298.289187,941.6199156,1926.9216 +440181,2791.208264,670.084908,1294.48094,935.9182981,1917.89741 +440182,2738.132056,667.746154,1290.630717,933.1315457,1910.635429 +440183,2709.618779,665.4126026,1286.800122,929.8552443,1904.322719 +440184,2695.329609,663.0880439,1282.988163,926.5177451,1898.258198 +440185,2668.895924,660.7733897,1279.195762,923.1236209,1893.109218 +440186,2644.812526,658.4658907,1275.418759,919.673863,1888.513103 +440187,2579.734284,655.084444,1269.086674,906.3096893,1883.004372 +440188,2557.855464,652.6661538,1265.088545,901.2108296,1876.168155 +440189,2528.265171,650.2819509,1261.149626,896.7144108,1869.907428 +440190,2501.970035,647.9088173,1257.226848,892.3446425,1864.665883 +440191,2483.125181,645.4356635,1252.982307,889.4615619,1860.518702 +440192,2465.494035,642.948498,1248.844048,886.7450998,1857.547074 +440193,2439.857059,640.456331,1244.652701,884.1325702,1855.332971 +440194,2434.927442,637.9609602,1240.264193,881.5987037,1853.839577 +440195,2414.066728,635.4631224,1236.231018,879.1303606,1853.078789 +440196,2398.957253,632.9624112,1231.955135,876.7186361,1852.643617 +440197,2384.32354,630.4858138,1227.697394,874.3807305,1852.391119 +440198,2377.16936,627.988859,1223.525432,872.0720798,1852.522505 +440199,2365.909963,625.4875999,1219.298298,869.8041933,1853.090894 +440200,2355.278084,622.9846395,1214.962214,867.5772106,1853.900888 +440201,2344.986666,620.4809403,1210.760726,865.3890142,1854.806615 +440202,2334.794405,617.9769271,1206.418917,863.2385686,1855.759675 +440203,2324.809399,615.4296833,1202.190143,861.1248007,1856.730604 +440204,2315.217561,612.9893349,1197.904247,859.04684,1857.703412 +440205,2305.371059,610.4565579,1211.849689,857.004284,1858.631987 +440206,2296.119322,607.9611909,1162.023278,854.9966807,1859.601784 +440207,2286.944858,605.4608112,1198.126059,853.0240421,1860.613152 +440208,2278.056021,602.9616109,1177.894161,851.0867044,1861.583568 +440209,2268.962071,600.4641902,1176.24446,849.1851776,1862.544792 +440210,2240.421431,597.968692,1171.949755,847.3199229,1863.774868 +440211,2310.923039,596.3209681,1169.822944,854.7892324,1866.348347 +440212,2240.474698,594.1049264,1165.921885,854.6194826,1869.624276 +440213,2308.910888,591.691022,1161.816716,853.7542447,1872.820859 +440214,2226.184704,589.2857396,1157.614922,852.7062138,1875.864008 +440215,2297.170805,586.8630902,1153.23702,851.5918308,1878.523106 +440216,2213.193259,584.3949468,1149.081683,850.4554257,1881.013878 +440217,2271.629981,582.02267,1144.795158,849.3203793,1883.371047 +440218,2220.130756,579.5643872,1140.442265,848.2003548,1885.719908 +440219,2239.880873,577.1401572,1136.193942,847.1635401,1888.258795 +440220,2225.47702,574.7111831,1131.719726,846.0133544,1890.934017 +440221,1797.453508,571.6755384,840.5641325,844.9539707,2024.643189 +440222,1899.08058,701.6650509,886.3004073,975.7334838,2116.940629 +440223,2024.443382,701.4390223,943.0993544,977.693797,2228.005569 +440224,2116.088738,699.1697964,985.3753916,976.621552,2304.608022 +440225,2163.826223,696.1005463,1008.75835,976.0299575,2339.44011 +440226,2186.77038,694.0619134,1021.597872,975.7678888,2353.579717 +440227,2198.440694,691.5911806,1029.511749,974.8393984,2359.001757 +440228,2205.113186,689.2559631,1035.008973,972.513763,2361.080516 +440229,2209.402017,686.7517061,1039.218353,969.9928593,2361.96959 +440230,2212.261019,684.4330286,1042.605202,967.3518949,2362.431032 +440231,2214.044108,681.9100345,1045.369716,964.6147378,2362.69396 +440232,2214.963549,679.5410906,1047.633565,961.7973126,2362.850262 +440233,2215.146161,677.0772509,1049.475063,958.8437998,2362.929639 +440234,2214.700328,674.6912278,1050.963704,955.9558016,2362.946496 +440235,2213.723212,672.1602113,1052.15126,952.8907,2362.910695 +440236,2212.302219,669.8259637,1053.086827,949.9000146,2362.830749 +440237,2210.509284,667.289548,1053.805152,946.6879924,2362.713502 +440238,2208.403496,664.9552069,1054.34102,943.5748807,2362.564463 +440239,2206.033344,662.4180508,1054.71738,940.359952,2362.388049 +440240,2203.438642,660.0821546,1054.959568,937.0475178,2362.187962 +440241,2200.651986,657.5001932,1055.082705,933.8564271,2361.96725 +440242,2197.700161,655.2235808,1055.105721,930.4816688,2361.728502 +440243,2194.605076,653.3578689,1055.038291,923.6200406,2361.473752 +440244,2191.020488,650.902039,1054.918147,919.0579357,2361.203828 +440245,2187.045065,648.5832668,1054.742569,914.6585576,2360.920812 +440246,2182.848666,646.0429903,1054.51057,910.2621704,2360.626073 +440247,2178.537088,643.6970127,1054.218973,905.8582847,2360.320451 +440248,2174.154828,641.1384638,1053.875416,901.4545785,2360.004608 +440249,2169.71593,638.6542268,1053.481265,845.7522409,2359.677621 +440250,2159.631359,636.1223534,1053.041754,820.8913905,2359.332359 +440251,2146.220839,633.9238445,1052.559155,825.326846,2358.971887 +440252,2132.454268,631.5924727,1052.050904,813.5184767,2358.600936 +440253,2119.792321,621.8013272,1051.522834,800.7606815,2358.220199 +440254,2108.171349,618.4631709,1050.705768,793.6806361,2357.867981 +440255,2095.195659,615.9875279,1049.695002,787.765148,2357.506516 +440256,1829.990269,613.513487,1048.633139,781.9487145,2357.102401 +440257,1967.945357,611.1408635,1047.595784,776.5677169,2356.651887 +440258,1905.899336,608.8094913,1046.617951,771.1955831,2356.191164 +440259,1886.029928,606.514272,1045.702203,766.1658061,2355.752135 +440260,1876.919482,604.2476524,1044.819388,761.2150842,2355.279882 +440261,1859.363019,601.9671012,1043.965853,756.2474103,2354.783905 +440262,1845.049862,599.8038521,1043.147234,751.6476536,2354.287683 +440263,1830.365651,597.5752984,1042.338717,746.9631297,2353.747665 +440264,1818.028643,595.4004938,1041.547269,742.3016081,2353.185206 +440265,1803.968639,593.2379476,1040.778642,738.0087475,2352.622926 +440266,1790.888895,591.0931124,1040.0264,733.6890306,2352.048962 +440267,1758.744463,588.9659342,1039.284444,729.2296129,2351.457084 +440268,1793.915561,586.8555993,1038.549674,725.1446333,2350.841905 +440269,1726.521985,584.7246394,1037.819314,721.0278603,2350.203891 +440270,1760.815202,582.7033898,1037.095201,716.8463197,2349.548183 +440271,1702.890322,580.614695,1036.375512,712.9718002,2348.876669 +440272,1727.991442,578.5757622,1035.660578,708.9281475,2348.190343 +440273,1701.258513,576.5464005,1034.948914,705.0358677,2347.491224 +440274,1703.06458,574.5321703,1034.241276,701.2361322,2346.78072 +440275,1666.827504,572.5332722,1033.535881,697.4851269,2346.05967 +440276,1678.383777,570.5490239,1032.833635,693.7567685,2345.329392 +440277,1658.694754,568.5429863,1032.133152,689.998205,2344.395396 +440278,1660.2821,566.6424052,1031.43532,686.3630383,2343.660006 +440279,1622.543217,564.6744511,1030.738492,682.8253257,2342.920113 +440280,1637.078356,562.7536921,1030.04372,679.2198768,2342.17473 +440281,0,0,0,0,0 +440282,0,0,0,0,0 +440283,0,0,0,0,0 +440284,0,0,0,0,0 +440285,0,0,0,0,0 +440286,0,0,0,0,0 +440287,0,0,0,0,0 +440288,0,0,0,0,0 +440289,0,0,0,0,0 +440290,0,0,0,0,0 +440291,0,0,0,0,0 +440292,0,0,0,0,0 +440293,0,0,0,0,0 +440294,0,0,0,0,0 +440295,0,0,0,0,0 +440296,0,0,0,0,0 +440297,0,0,0,0,0 +440298,0,0,0,0,0 +440299,0,0,0,0,0 +440300,0,0,0,0,0 +440301,0,0,0,0,0 +440302,0,0,0,0,0 +440303,0,0,0,0,0 +440304,0,0,0,0,0 +440305,0,0,0,0,0 +440306,0,0,0,0,0 +440307,0,0,0,0,0 +440308,0,0,0,0,0 +440309,0,0,0,0,0 +440310,0,0,0,0,0 +440311,0,0,0,0,0 +440312,0,0,0,0,0 +440313,0,0,0,0,0 +440314,0,0,0,0,0 +440315,0,0,0,0,0 +440316,0,0,0,0,0 +440317,0,0,0,0,0 +440318,0,0,0,0,0 +440319,0,0,0,0,0 +440320,0,0,0,0,0 +440321,0,0,0,0,0 +440322,0,0,0,0,0 +440323,0,0,0,0,0 +440324,0,0,0,0,0 +440325,0,0,0,0,0 +440326,0,0,0,0,0 +440327,0,0,0,0,0 +440328,0,0,0,0,0 +440329,0,0,0,0,0 +440330,0,0,0,0,0 +440331,0,0,0,0,0 +440332,0,0,0,0,0 +440333,0,0,0,0,0 +440334,0,0,0,0,0 +440335,0,0,0,0,0 +440336,0,0,0,0,0 +440337,0,0,0,0,0 +440338,0,0,0,0,0 +440339,0,0,0,0,0 +440340,0,0,0,0,0 +440341,0,0,0,0,0 +440342,0,0,0,0,0 +440343,0,0,0,0,0 +440344,0,0,0,0,0 +440345,0,0,0,0,0 +440346,0,0,0,0,0 +440347,0,0,0,0,0 +440348,0,0,0,0,0 +440349,0,0,0,0,0 +440350,0,0,0,0,0 +440351,0,0,0,0,0 +440352,0,0,0,0,0 +440353,0,0,0,0,0 +440354,0,0,0,0,0 +440355,0,0,0,0,0 +440356,0,0,0,0,0 +440357,0,0,0,0,0 +440358,0,0,0,0,0 +440359,0,0,0,0,0 +440360,0,0,0,0,0 +440361,0,0,0,0,0 +440362,0,0,0,0,0 +440363,0,0,0,0,0 +440364,0,0,0,0,0 +440365,0,0,0,0,0 +440366,0,0,0,0,0 +440367,0,0,0,0,0 +440368,0,0,0,0,0 +440369,0,0,0,0,0 +440370,0,0,0,0,0 +440371,0,0,0,0,0 +440372,0,0,0,0,0 +440373,0,0,0,0,0 +440374,0,0,0,0,0 +440375,0,0,0,0,0 +440376,0,0,0,0,0 +440377,0,0,0,0,0 +440378,0,0,0,0,0 +440379,0,0,0,0,0 +440380,0,0,0,0,0 +440381,0,0,0,0,0 +440382,0,0,0,0,0 +440383,0,0,0,0,0 +440384,0,0,0,0,0 +440385,0,0,0,0,0 +440386,0,0,0,0,0 +440387,0,0,0,0,0 +440388,0,0,0,0,0 +440389,0,0,0,0,0 +440390,0,0,0,0,0 +440391,0,0,0,0,0 +440392,0,0,0,0,0 +440393,0,0,0,0,0 +440394,0,0,0,0,0 +440395,0,0,0,0,0 +440396,0,0,0,0,0 +440397,0,0,0,0,0 +440398,0,0,0,0,0 +440399,0,0,0,0,0 +440400,0,0,0,0,0 +440401,0,0,0,0,0 +440402,0,0,0,0,0 +440403,0,0,0,0,0 +440404,0,0,0,0,0 +440405,0,0,0,0,0 +440406,0,0,0,0,0 +440407,0,0,0,0,0 +440408,0,0,0,0,0 +440409,0,0,0,0,0 +440410,0,0,0,0,0 +440411,0,0,0,0,0 +440412,0,0,0,0,0 +440413,0,0,0,0,0 +440414,0,0,0,0,0 +440415,0,0,0,0,0 +440416,0,0,0,0,0 +440417,0,0,0,0,0 +440418,0,0,0,0,0 +440419,0,0,0,0,0 +440420,0,0,0,0,0 +440421,0,0,0,0,0 +440422,0,0,0,0,0 +440423,0,0,0,0,0 +440424,0,0,0,0,0 +440425,0,0,0,0,0 +440426,0,0,0,0,0 +440427,0,0,0,0,0 +440428,0,0,0,0,0 +440429,0,0,0,0,0 +440430,0,0,0,0,0 +440431,0,0,0,0,0 +440432,0,0,0,0,0 +440433,0,0,0,0,0 +440434,0,0,0,0,0 +440435,0,0,0,0,0 +440436,0,0,0,0,0 +440437,0,0,0,0,0 +440438,0,0,0,0,0 +440439,0,0,0,0,0 +440440,0,0,0,0,0 +440441,0,0,0,0,0 +440442,0,0,0,0,0 +440443,0,0,0,0,0 +440444,0,0,0,0,0 +440445,0,0,0,0,0 +440446,0,0,0,0,0 +440447,0,0,0,0,0 +440448,0,0,0,0,0 +440449,0,0,0,0,0 +440450,0,0,0,0,0 +440451,0,0,0,0,0 +440452,0,0,0,0,0 +440453,0,0,0,0,0 +440454,0,0,0,0,0 +440455,0,0,0,0,0 +440456,0,0,0,0,0 +440457,0,0,0,0,0 +440458,0,0,0,0,0 +440459,0,0,0,0,0 +440460,0,0,0,0,0 +440461,0,0,0,0,0 +440462,0,0,0,0,0 +440463,0,0,0,0,0 +440464,0,0,0,0,0 +440465,0,0,0,0,0 +440466,0,0,0,0,0 +440467,0,0,0,0,0 +440468,0,0,0,0,0 +440469,0,0,0,0,0 +440470,0,0,0,0,0 +440471,0,0,0,0,0 +440472,0,0,0,0,0 +440473,0,0,0,0,0 +440474,0,0,0,0,0 +440475,0,0,0,0,0 +440476,0,0,0,0,0 +440477,0,0,0,0,0 +440478,0,0,0,0,0 +440479,0,0,0,0,0 +440480,0,0,0,0,0 +440481,0,0,0,0,0 +440482,0,0,0,0,0 +440483,0,0,0,0,0 +440484,0,0,0,0,0 +440485,0,0,0,0,0 +440486,0,0,0,0,0 +440487,0,0,0,0,0 +440488,0,0,0,0,0 +440489,0,0,0,0,0 +440490,0,0,0,0,0 +440491,0,0,0,0,0 +440492,0,0,0,0,0 +440493,0,0,0,0,0 +440494,0,0,0,0,0 +440495,0,0,0,0,0 +440496,0,0,0,0,0 +440497,0,0,0,0,0 +440498,0,0,0,0,0 +440499,0,0,0,0,0 +440500,0,0,0,0,0 +440501,0,0,0,0,0 +440502,0,0,0,0,0 +440503,0,0,0,0,0 +440504,0,0,0,0,0 +440505,0,0,0,0,0 +440506,0,0,0,0,0 +440507,0,0,0,0,0 +440508,0,0,0,0,0 +440509,0,0,0,0,0 +440510,0,0,0,0,0 +440511,0,0,0,0,0 +440512,0,0,0,0,0 +440513,0,0,0,0,0 +440514,0,0,0,0,0 +440515,0,0,0,0,0 +440516,0,0,0,0,0 +440517,0,0,0,0,0 +440518,0,0,0,0,0 +440519,0,0,0,0,0 +440520,0,0,0,0,0 +440521,0,0,0,0,0 +440522,0,0,0,0,0 +440523,0,0,0,0,0 +440524,0,0,0,0,0 +440525,0,0,0,0,0 +440526,0,0,0,0,0 +440527,0,0,0,0,0 +440528,0,0,0,0,0 +440529,0,0,0,0,0 +440530,0,0,0,0,0 +440531,0,0,0,0,0 +440532,0,0,0,0,0 +440533,0,0,0,0,0 +440534,0,0,0,0,0 +440535,0,0,0,0,0 +440536,0,0,0,0,0 +440537,0,0,0,0,0 +440538,0,0,0,0,0 +440539,0,0,0,0,0 +440540,0,0,0,0,0 +440541,0,0,0,0,0 +440542,0,0,0,0,0 +440543,0,0,0,0,0 +440544,0,0,0,0,0 +440545,0,0,0,0,0 +440546,0,0,0,0,0 +440547,0,0,0,0,0 +440548,0,0,0,0,0 +440549,0,0,0,0,0 +440550,0,0,0,0,0 +440551,0,0,0,0,0 +440552,0,0,0,0,0 +440553,0,0,0,0,0 +440554,0,0,0,0,0 +440555,0,0,0,0,0 +440556,0,0,0,0,0 +440557,0,0,0,0,0 +440558,0,0,0,0,0 +440559,0,0,0,0,0 +440560,0,0,0,0,0 +440561,0,0,0,0,0 +440562,0,0,0,0,0 +440563,0,0,0,0,0 +440564,0,0,0,0,0 +440565,0,0,0,0,0 +440566,0,0,0,0,0 +440567,0,0,0,0,0 +440568,0,0,0,0,0 +440569,0,0,0,0,0 +440570,0,0,0,0,0 +440571,0,0,0,0,0 +440572,0,0,0,0,0 +440573,0,0,0,0,0 +440574,0,0,0,0,0 +440575,0,0,0,0,0 +440576,0,0,0,0,0 +440577,0,0,0,0,0 +440578,0,0,0,0,0 +440579,0,0,0,0,0 +440580,0,0,0,0,0 +440581,0,0,0,0,0 +440582,0,0,0,0,0 +440583,0,0,0,0,0 +440584,0,0,0,0,0 +440585,0,0,0,0,0 +440586,0,0,0,0,0 +440587,0,0,0,0,0 +440588,0,0,0,0,0 +440589,0,0,0,0,0 +440590,0,0,0,0,0 +440591,0,0,0,0,0 +440592,0,0,0,0,0 +440593,0,0,0,0,0 +440594,0,0,0,0,0 +440595,0,0,0,0,0 +440596,0,0,0,0,0 +440597,0,0,0,0,0 +440598,0,0,0,0,0 +440599,0,0,0,0,0 +440600,0,0,0,0,0 +440601,0,0,0,0,0 +440602,0,0,0,0,0 +440603,0,0,0,0,0 +440604,0,0,0,0,0 +440605,0,0,0,0,0 +440606,0,0,0,0,0 +440607,0,0,0,0,0 +440608,0,0,0,0,0 +440609,0,0,0,0,0 +440610,0,0,0,0,0 +440611,0,0,0,0,0 +440612,0,0,0,0,0 +440613,0,0,0,0,0 +440614,0,0,0,0,0 +440615,0,0,0,0,0 +440616,0,0,0,0,0 +440617,0,0,0,0,0 +440618,0,0,0,0,0 +440619,0,0,0,0,0 +440620,0,0,0,0,0 +440621,0,0,0,0,0 +440622,0,0,0,0,0 +440623,0,0,0,0,0 +440624,0,0,0,0,0 +440625,0,0,0,0,0 +440626,0,0,0,0,0 +440627,0,0,0,0,0 +440628,0,0,0,0,0 +440629,0,0,0,0,0 +440630,0,0,0,0,0 +440631,0,0,0,0,0 +440632,0,0,0,0,0 +440633,0,0,0,0,0 +440634,0,0,0,0,0 +440635,0,0,0,0,0 +440636,0,0,0,0,0 +440637,0,0,0,0,0 +440638,0,0,0,0,0 +440639,0,0,0,0,0 +440640,0,0,0,0,0 +440641,0,0,0,0,0 +440642,0,0,0,0,0 +440643,0,0,0,0,0 +440644,0,0,0,0,0 +440645,0,0,0,0,0 +440646,0,0,0,0,0 +440647,0,0,0,0,0 +440648,0,0,0,0,0 +440649,0,0,0,0,0 +440650,0,0,0,0,0 +440651,0,0,0,0,0 +440652,0,0,0,0,0 +440653,0,0,0,0,0 +440654,0,0,0,0,0 +440655,0,0,0,0,0 +440656,0,0,0,0,0 +440657,0,0,0,0,0 +440658,0,0,0,0,0 +440659,0,0,0,0,0 +440660,0,0,0,0,0 +440661,0,0,0,0,0 +440662,0,0,0,0,0 +440663,0,0,0,0,0 +440664,0,0,0,0,0 +440665,0,0,0,0,0 +440666,0,0,0,0,0 +440667,0,0,0,0,0 +440668,0,0,0,0,0 +440669,0,0,0,0,0 +440670,0,0,0,0,0 +440671,0,0,0,0,0 +440672,0,0,0,0,0 +440673,0,0,0,0,0 +440674,0,0,0,0,0 +440675,0,0,0,0,0 +440676,0,0,0,0,0 +440677,0,0,0,0,0 +440678,0,0,0,0,0 +440679,0,0,0,0,0 +440680,0,0,0,0,0 +440681,0,0,0,0,0 +440682,0,0,0,0,0 +440683,0,0,0,0,0 +440684,0,0,0,0,0 +440685,0,0,0,0,0 +440686,0,0,0,0,0 +440687,0,0,0,0,0 +440688,0,0,0,0,0 +440689,0,0,0,0,0 +440690,0,0,0,0,0 +440691,0,0,0,0,0 +440692,0,0,0,0,0 +440693,0,0,0,0,0 +440694,0,0,0,0,0 +440695,0,0,0,0,0 +440696,0,0,0,0,0 +440697,0,0,0,0,0 +440698,0,0,0,0,0 +440699,0,0,0,0,0 +440700,0,0,0,0,0 +440701,0,0,0,0,0 +440702,0,0,0,0,0 +440703,0,0,0,0,0 +440704,0,0,0,0,0 +440705,0,0,0,0,0 +440706,0,0,0,0,0 +440707,0,0,0,0,0 +440708,0,0,0,0,0 +440709,0,0,0,0,0 +440710,0,0,0,0,0 +440711,0,0,0,0,0 +440712,0,0,0,0,0 +440713,0,0,0,0,0 +440714,0,0,0,0,0 +440715,0,0,0,0,0 +440716,0,0,0,0,0 +440717,0,0,0,0,0 +440718,0,0,0,0,0 +440719,0,0,0,0,0 +440720,0,0,0,0,0 +440721,0,0,0,0,0 +440722,0,0,0,0,0 +440723,0,0,0,0,0 +440724,0,0,0,0,0 +440725,0,0,0,0,0 +440726,0,0,0,0,0 +440727,0,0,0,0,0 +440728,0,0,0,0,0 +440729,0,0,0,0,0 +440730,0,0,0,0,0 +440731,0,0,0,0,0 +440732,0,0,0,0,0 +440733,0,0,0,0,0 +440734,0,0,0,0,0 +440735,0,0,0,0,0 +440736,0,0,0,0,0 +440737,0,0,0,0,0 +440738,0,0,0,0,0 +440739,0,0,0,0,0 +440740,0,0,0,0,0 +440741,0,0,0,0,0 +440742,0,0,0,0,0 +440743,0,0,0,0,0 +440744,0,0,0,0,0 +440745,0,0,0,0,0 +440746,0,0,0,0,0 +440747,0,0,0,0,0 +440748,0,0,0,0,0 +440749,0,0,0,0,0 +440750,0,0,0,0,0 +440751,0,0,0,0,0 +440752,0,0,0,0,0 +440753,0,0,0,0,0 +440754,0,0,0,0,0 +440755,0,0,0,0,0 +440756,0,0,0,0,0 +440757,0,0,0,0,0 +440758,0,0,0,0,0 +440759,0,0,0,0,0 +440760,0,0,0,0,0 +440761,0,0,0,0,0 +440762,0,0,0,0,0 +440763,0,0,0,0,0 +440764,0,0,0,0,0 +440765,0,0,0,0,0 +440766,0,0,0,0,0 +440767,0,0,0,0,0 +440768,0,0,0,0,0 +440769,0,0,0,0,0 +440770,0,0,0,0,0 +440771,0,0,0,0,0 +440772,0,0,0,0,0 +440773,0,0,0,0,0 +440774,0,0,0,0,0 +440775,0,0,0,0,0 +440776,0,0,0,0,0 +440777,0,0,0,0,0 +440778,0,0,0,0,0 +440779,0,0,0,0,0 +440780,0,0,0,0,0 +440781,0,0,0,0,0 +440782,0,0,0,0,0 +440783,0,0,0,0,0 +440784,0,0,0,0,0 +440785,0,0,0,0,0 +440786,0,0,0,0,0 +440787,0,0,0,0,0 +440788,0,0,0,0,0 +440789,0,0,0,0,0 +440790,0,0,0,0,0 +440791,0,0,0,0,0 +440792,0,0,0,0,0 +440793,0,0,0,0,0 +440794,0,0,0,0,0 +440795,0,0,0,0,0 +440796,0,0,0,0,0 +440797,0,0,0,0,0 +440798,0,0,0,0,0 +440799,0,0,0,0,0 +440800,0,0,0,0,0 +440801,0,0,0,0,0 +440802,0,0,0,0,0 +440803,0,0,0,0,0 +440804,0,0,0,0,0 +440805,0,0,0,0,0 +440806,0,0,0,0,0 +440807,0,0,0,0,0 +440808,0,0,0,0,0 +440809,0,0,0,0,0 +440810,0,0,0,0,0 +440811,0,0,0,0,0 +440812,0,0,0,0,0 +440813,0,0,0,0,0 +440814,0,0,0,0,0 +440815,0,0,0,0,0 +440816,0,0,0,0,0 +440817,0,0,0,0,0 +440818,0,0,0,0,0 +440819,0,0,0,0,0 +440820,0,0,0,0,0 +440821,0,0,0,0,0 +440822,0,0,0,0,0 +440823,0,0,0,0,0 +440824,0,0,0,0,0 +440825,0,0,0,0,0 +440826,0,0,0,0,0 +440827,0,0,0,0,0 +440828,0,0,0,0,0 +440829,0,0,0,0,0 +440830,0,0,0,0,0 +440831,0,0,0,0,0 +440832,0,0,0,0,0 +440833,0,0,0,0,0 +440834,0,0,0,0,0 +440835,0,0,0,0,0 +440836,0,0,0,0,0 +440837,0,0,0,0,0 +440838,0,0,0,0,0 +440839,0,0,0,0,0 +440840,0,0,0,0,0 +440841,0,0,0,0,0 +440842,0,0,0,0,0 +440843,0,0,0,0,0 +440844,0,0,0,0,0 +440845,0,0,0,0,0 +440846,0,0,0,0,0 +440847,0,0,0,0,0 +440848,0,0,0,0,0 +440849,0,0,0,0,0 +440850,0,0,0,0,0 +440851,0,0,0,0,0 +440852,0,0,0,0,0 +440853,0,0,0,0,0 +440854,0,0,0,0,0 +440855,0,0,0,0,0 +440856,0,0,0,0,0 +440857,0,0,0,0,0 +440858,0,0,0,0,0 +440859,0,0,0,0,0 +440860,0,0,0,0,0 +440861,0,0,0,0,0 +440862,0,0,0,0,0 +440863,0,0,0,0,0 +440864,0,0,0,0,0 +440865,0,0,0,0,0 +440866,0,0,0,0,0 +440867,0,0,0,0,0 +440868,0,0,0,0,0 +440869,0,0,0,0,0 +440870,0,0,0,0,0 +440871,0,0,0,0,0 +440872,0,0,0,0,0 +440873,0,0,0,0,0 +440874,0,0,0,0,0 +440875,0,0,0,0,0 +440876,0,0,0,0,0 +440877,0,0,0,0,0 +440878,0,0,0,0,0 +440879,0,0,0,0,0 +440880,0,0,0,0,0 +440881,0,0,0,0,0 +440882,0,0,0,0,0 +440883,0,0,0,0,0 +440884,0,0,0,0,0 +440885,0,0,0,0,0 +440886,0,0,0,0,0 +440887,0,0,0,0,0 +440888,0,0,0,0,0 +440889,0,0,0,0,0 +440890,0,0,0,0,0 +440891,0,0,0,0,0 +440892,0,0,0,0,0 +440893,0,0,0,0,0 +440894,0,0,0,0,0 +440895,0,0,0,0,0 +440896,0,0,0,0,0 +440897,0,0,0,0,0 +440898,0,0,0,0,0 +440899,0,0,0,0,0 +440900,0,0,0,0,0 +440901,0,0,0,0,0 +440902,0,0,0,0,0 +440903,0,0,0,0,0 +440904,0,0,0,0,0 +440905,0,0,0,0,0 +440906,0,0,0,0,0 +440907,0,0,0,0,0 +440908,0,0,0,0,0 +440909,0,0,0,0,0 +440910,0,0,0,0,0 +440911,0,0,0,0,0 +440912,0,0,0,0,0 +440913,0,0,0,0,0 +440914,0,0,0,0,0 +440915,0,0,0,0,0 +440916,0,0,0,0,0 +440917,0,0,0,0,0 +440918,0,0,0,0,0 +440919,0,0,0,0,0 +440920,0,0,0,0,0 +440921,0,0,0,0,0 +440922,0,0,0,0,0 +440923,0,0,0,0,0 +440924,0,0,0,0,0 +440925,0,0,0,0,0 +440926,0,0,0,0,0 +440927,0,0,0,0,0 +440928,0,0,0,0,0 +440929,0,0,0,0,0 +440930,0,0,0,0,0 +440931,0,0,0,0,0 +440932,0,0,0,0,0 +440933,0,0,0,0,0 +440934,0,0,0,0,0 +440935,0,0,0,0,0 +440936,0,0,0,0,0 +440937,0,0,0,0,0 +440938,0,0,0,0,0 +440939,0,0,0,0,0 +440940,0,0,0,0,0 +440941,0,0,0,0,0 +440942,0,0,0,0,0 +440943,0,0,0,0,0 +440944,0,0,0,0,0 +440945,0,0,0,0,0 +440946,0,0,0,0,0 +440947,0,0,0,0,0 +440948,0,0,0,0,0 +440949,0,0,0,0,0 +440950,0,0,0,0,0 +440951,0,0,0,0,0 +440952,0,0,0,0,0 +440953,0,0,0,0,0 +440954,0,0,0,0,0 +440955,0,0,0,0,0 +440956,0,0,0,0,0 +440957,0,0,0,0,0 +440958,0,0,0,0,0 +440959,0,0,0,0,0 +440960,0,0,0,0,0 +440961,0,0,0,0,0 +440962,0,0,0,0,0 +440963,0,0,0,0,0 +440964,0,0,0,0,0 +440965,0,0,0,0,0 +440966,0,0,0,0,0 +440967,0,0,0,0,0 +440968,0,0,0,0,0 +440969,0,0,0,0,0 +440970,0,0,0,0,0 +440971,0,0,0,0,0 +440972,0,0,0,0,0 +440973,0,0,0,0,0 +440974,0,0,0,0,0 +440975,0,0,0,0,0 +440976,0,0,0,0,0 +440977,0,0,0,0,0 +440978,0,0,0,0,0 +440979,0,0,0,0,0 +440980,0,0,0,0,0 +440981,0,0,0,0,0 +440982,0,0,0,0,0 +440983,0,0,0,0,0 +440984,0,0,0,0,0 +440985,0,0,0,0,0 +440986,0,0,0,0,0 +440987,0,0,0,0,0 +440988,0,0,0,0,0 +440989,0,0,0,0,0 +440990,0,0,0,0,0 +440991,0,0,0,0,0 +440992,0,0,0,0,0 +440993,0,0,0,0,0 +440994,0,0,0,0,0 +440995,0,0,0,0,0 +440996,0,0,0,0,0 +440997,0,0,0,0,0 +440998,0,0,0,0,0 +440999,0,0,0,0,0 +441000,0,0,0,0,0 +441001,0,0,0,0,0 +441002,0,0,0,0,0 +441003,0,0,0,0,0 +441004,0,0,0,0,0 +441005,0,0,0,0,0 +441006,0,0,0,0,0 +441007,0,0,0,0,0 +441008,0,0,0,0,0 +441009,0,0,0,0,0 +441010,0,0,0,0,0 +441011,0,0,0,0,0 +441012,0,0,0,0,0 +441013,0,0,0,0,0 +441014,0,0,0,0,0 +441015,0,0,0,0,0 +441016,0,0,0,0,0 +441017,0,0,0,0,0 +441018,0,0,0,0,0 +441019,0,0,0,0,0 +441020,0,0,0,0,0 +441021,0,0,0,0,0 +441022,0,0,0,0,0 +441023,0,0,0,0,0 +441024,0,0,0,0,0 +441025,0,0,0,0,0 +441026,0,0,0,0,0 +441027,0,0,0,0,0 +441028,0,0,0,0,0 +441029,0,0,0,0,0 +441030,0,0,0,0,0 +441031,0,0,0,0,0 +441032,0,0,0,0,0 +441033,0,0,0,0,0 +441034,0,0,0,0,0 +441035,0,0,0,0,0 +441036,0,0,0,0,0 +441037,0,0,0,0,0 +441038,0,0,0,0,0 +441039,0,0,0,0,0 +441040,0,0,0,0,0 +441041,0,0,0,0,0 +441042,0,0,0,0,0 +441043,0,0,0,0,0 +441044,0,0,0,0,0 +441045,0,0,0,0,0 +441046,0,0,0,0,0 +441047,0,0,0,0,0 +441048,0,0,0,0,0 +441049,0,0,0,0,0 +441050,0,0,0,0,0 +441051,0,0,0,0,0 +441052,0,0,0,0,0 +441053,0,0,0,0,0 +441054,0,0,0,0,0 +441055,0,0,0,0,0 +441056,0,0,0,0,0 +441057,0,0,0,0,0 +441058,0,0,0,0,0 +441059,0,0,0,0,0 +441060,0,0,0,0,0 +441061,-2245.222158,-951.8767137,-2203.581782,-964.7236658,-1818.063842 +441062,-1682.845121,-698.8937187,-1645.174472,-714.0169734,-943.3542452 +441063,-1669.657039,-687.9283205,-1626.433838,-705.6331573,-931.6961011 +441064,-1667.528367,-683.9079845,-1623.036496,-704.6223407,-933.0769072 +441065,-1720.494447,-206.249262,-1673.848929,-727.3670844,-967.8934735 +441066,-1522.634061,-265.2476103,-1026.689352,-703.8998544,-937.3747346 +441067,-482.2161854,-299.6233803,-626.3751369,-305.206762,-906.9352094 +441068,-1113.380203,-248.7039336,-956.9404445,-457.1984033,-864.4465855 +441069,-903.2832793,-238.2284517,-806.6133534,-426.8913524,-800.7049889 +441070,-888.4538004,-228.50282,-793.1756594,-405.1877452,-742.3487358 +441071,-875.7147118,-219.9027254,-780.3280637,-399.0663612,-687.2370621 +441072,-865.4640357,-210.3189374,-768.9948434,-392.5735607,-635.9435764 +441073,-856.9175231,-202.1356154,-755.61858,-387.3047511,-588.9972124 +441074,-843.2055745,-193.6770225,-746.2567882,-382.0150606,-612.1121525 +441075,-837.360973,-185.0784809,-735.6785353,-375.8291939,-634.6504468 +441076,-825.2085502,-176.6683708,-723.566812,-371.2028447,-587.5107356 +441077,-816.5782749,-171.8008288,-715.4172447,-365.7810332,-541.0334744 +441078,-808.7983909,-165.6974863,-705.1516697,-361.0496749,-519.2212738 +441079,-798.3331734,-161.1594991,-696.8619591,-355.544626,-506.1837675 +441080,-791.6033531,-157.1345069,-689.4994906,-350.8753098,-497.7601822 +441081,-783.0143983,-152.8011907,-679.6407642,-347.2899863,-435.4332623 +441082,-774.166516,-148.3170002,-673.9171385,-341.1436061,-584.9030377 +441083,-767.1842639,-144.4104886,-664.8534657,-337.3538,-547.0148699 +441084,-758.547795,-140.1803851,-655.7959104,-332.8610467,-490.7352308 +441085,-751.1850888,-135.8957466,-650.5352489,-328.3296104,-607.6491677 +441086,-744.1353159,-131.719042,-641.7372601,-323.9447906,-568.7249993 +441087,-736.2256932,-127.9159965,-634.3373239,-319.9069275,-532.1341169 +441088,-728.3403194,-123.2866074,-626.4083627,-315.5292184,-471.2777055 +441089,-724.0221626,-120.0040913,-620.8446258,-311.3143348,-602.0200336 +441090,-713.0229152,-115.3763675,-612.2018535,-307.954003,-566.3538443 +441091,-708.6409088,-109.0692828,-604.6644082,-302.6170514,-532.8940999 +441092,-676.1694783,-92.41662639,-571.0567511,-288.4057635,-480.2749304 +441093,-724.8661928,-96.68709038,-616.318266,-309.4955674,-424.0273752 +441094,-663.6484237,-64.76833558,-552.6570183,-280.992859,-589.6599582 +441095,-677.6612531,-65.46313291,-566.3486604,-286.9044203,-559.8714036 +441096,-665.7773122,-55.67695347,-553.8821231,-280.7657243,-531.414879 +441097,-659.4557445,-47.78114089,-546.8174262,-276.7989755,-510.2333039 +441098,-653.3840473,-39.57853792,-538.7401521,-272.4410204,-492.3826242 +441099,-621.9589307,-23.91113552,-508.4508006,-259.5355085,-455.4315685 +441100,-671.5597352,-34.94170058,-556.4248087,-278.538849,-371.6954538 +441101,-617.1062695,-10.03067003,-501.8339444,-254.7132326,-574.0709514 +441102,-628.485595,-8.339859835,-512.082795,-258.4047642,-550.2244354 +441103,-619.1317847,1.049219708,-502.2631624,-253.2310745,-527.7131444 +441104,-611.4746828,9.094211395,-494.0750326,-249.2697937,-512.0393544 +441105,-605.8578311,17.38074785,-488.5113632,-245.7247654,-499.2432869 +441106,-599.32604,25.82023291,-481.0647054,-241.7878624,-488.4668978 +441107,-592.8746844,33.83007225,-473.1842043,-238.3662391,-479.2919165 +441108,-586.5656904,42.52946108,-467.7964976,-234.5054033,-471.5251725 +441109,-580.2868459,45.47210454,-460.4044313,-230.6236572,-464.8979451 +441110,-572.4248814,45.48422407,-453.4433137,-227.3084832,-459.6093498 +441111,-568.5582197,45.70782369,-446.7282206,-223.3908177,-456.1975793 +441112,-560.7514766,46.17093615,-441.5361172,-219.8439675,-453.6806096 +441113,-555.6407147,46.84999214,-432.5706628,-216.5643433,-451.8117498 +441114,-548.0332369,47.70912657,-428.4286469,-212.4620208,-450.4144213 +441115,-543.5619421,48.85599626,-420.5684808,-209.3438904,-448.7928129 +441116,-535.442397,49.99400347,-414.6750993,-205.9036521,-447.9320431 +441117,-531.8179288,51.20168602,-408.2236217,-201.9746971,-447.3901878 +441118,-523.9656811,52.49562762,-401.8555349,-198.5910043,-447.0045435 +441119,-518.3359,53.87440013,-395.508578,-195.7596459,-446.6956451 +441120,-512.7084445,55.36092026,-389.9424521,-191.1212791,-446.3631961 +441121,98.65597028,56.91836086,98.64831718,44.7267612,154.8579763 +441122,108.5515887,67.45285145,110.6964787,49.89018894,183.1849727 +441123,123.3922177,82.45785946,128.1915979,57.43392283,225.6021798 +441124,138.8378008,97.88815519,146.041623,65.09646229,269.7065122 +441125,152.8672214,111.7615174,162.0689608,71.90993739,310.006096 +441126,165.1706148,123.7504151,176.030646,77.78145625,344.7236702 +441127,176.0102046,134.1522574,188.2818415,82.88790552,374.7243284 +441128,185.7153983,143.3427437,199.2152288,87.41905035,401.1579727 +441129,194.5238039,151.6009142,209.1048968,91.50627799,424.8058901 +441130,202.4235175,159.1120282,218.0930295,95.2338085,446.1306987 +441131,209.5913389,166.0061594,226.3308886,98.66075299,465.4385824 +441132,216.1964569,172.3878463,233.9406899,101.8324819,482.9756605 +441133,222.3580776,178.3405345,241.0222687,104.7893907,498.9606303 +441134,228.1606739,183.934114,247.6557008,107.5662111,513.589941 +441135,233.6605694,189.2276508,253.9061554,110.1901762,527.0368252 +441136,238.9037972,194.2705916,259.8249349,112.6874044,539.4518129 +441137,243.9290556,199.1039095,265.4617712,115.0759026,550.9647286 +441138,248.7686546,203.7613805,270.8527583,117.3735591,561.687493 +441139,253.4493562,208.2708195,276.0323877,119.5918392,571.7166428 +441140,257.9933397,212.6551547,281.0271573,121.7433834,581.1356058 +441141,262.4190274,216.933315,285.8620723,123.8355218,590.0165297 +441142,266.7417778,221.1209461,290.5553763,125.8774579,598.4218695 +441143,270.6862535,225.1000068,294.8369614,127.7427549,605.8817746 +441144,274.8988938,229.1703554,299.3552971,129.7273942,613.5989305 +441145,279.0321279,233.178696,303.7671646,131.6718523,620.9660239 +441146,283.0927979,237.1319613,308.0804231,133.5791993,628.0171413 +441147,287.0882555,241.036676,312.3029088,135.4551777,634.7846388 +441148,291.0255995,244.8987311,316.4490326,137.3012653,641.2981971 +441149,294.9110553,248.7231634,320.5221442,139.1199878,647.5840331 +441150,298.7498068,252.5141518,324.5296693,140.9159167,653.6648215 +441151,302.5461506,256.2751365,328.4794826,142.6891904,659.5601479 +441152,306.2917874,348.7779173,332.3679502,144.4388399,665.2868649 +441153,309.9824972,393.5892438,336.1952001,146.165037,670.8595689 +441154,313.6292432,371.2838196,339.964473,147.8688415,676.2910727 +441155,317.2232585,398.1466976,343.6797207,149.5515474,681.5925733 +441156,320.7579474,410.6974842,347.3443841,151.2143116,686.7736262 +441157,324.2332241,422.4790352,350.961225,152.8580889,691.8425562 +441158,327.6525902,433.7234193,354.5325027,154.4836759,696.8067398 +441159,331.0203026,445.0440677,358.0601482,156.091762,701.672782 +441160,334.3497415,455.6307192,361.5554719,157.6873285,706.4640883 +441161,337.614926,466.0313724,364.9909396,159.2577205,711.1331734 +441162,340.5183817,476.1028228,368.0679252,160.6670903,715.1393684 +441163,344.0458096,485.7277215,371.7712426,162.3630914,720.2749287 +441164,346.8738735,495.3829239,374.7768254,163.7435832,724.1349452 +441165,350.3255219,504.4655578,378.4070321,165.4097075,729.1250473 +441166,353.0779275,513.3995239,381.3385425,166.7597534,732.8411553 +441167,356.4599781,521.9258397,384.899857,168.3977092,737.6995917 +441168,359.1451263,511.7675953,387.7641087,169.7202714,741.2894765 +441169,362.319398,516.5564641,391.1984676,171.3041606,746.0195717 +441170,364.7061148,523.1466338,393.8999437,172.557189,749.4899757 +441171,367.6949935,529.511476,397.2161396,174.0918559,754.0985241 +441172,370.0085839,535.5965559,399.8497734,175.3180076,757.4579768 +441173,372.9711479,541.7488102,403.1176936,176.8341058,761.9541495 +441174,375.271666,547.9708638,405.7117244,178.0452152,765.2105495 +441175,378.2131974,553.7548314,408.9357026,179.5440596,769.6010665 +441176,380.4890544,559.5113618,411.4865278,180.7381261,772.7599965 +441177,383.3979804,564.9402145,414.6625754,182.217713,777.0498135 +441178,385.6412278,570.7536017,417.167567,183.3934326,780.1157199 +441179,388.5106963,575.6496885,420.2942466,184.8530313,784.30906 +441180,390.7180969,580.9130748,422.7526156,186.0099795,787.2859775 +441181,393.6256593,754.4457584,425.9071455,187.4846271,791.5279296 +441182,403.3027594,761.967655,435.8359588,191.998409,808.5457892 +441183,416.5695467,768.238301,449.3611676,198.0727143,832.3074833 +441184,429.884518,774.3492965,462.9398663,204.0933266,856.262051 +441185,441.7758032,780.1817751,475.0975665,209.4097086,877.7201951 +441186,452.1035604,785.8178082,485.6920758,213.9834263,896.4095053 +441187,461.1671822,791.0031028,495.0212391,217.9713865,912.8323829 +441188,469.0591175,796.7234825,503.3899508,221.5260971,927.497678 +441189,476.076633,801.6541236,511.0073167,224.7504639,940.7503807 +441190,482.4569249,806.694267,518.0072635,227.7095484,952.8122318 +441191,488.3452509,811.5424766,524.4843102,230.4485118,963.8437894 +441192,493.8303565,816.5374693,530.5142335,233.0028682,973.977701 +441193,498.9754045,820.6846232,536.1618477,235.4024009,983.3303673 +441194,503.8319692,825.3712769,541.4829909,237.6722599,992.0041166 +441195,508.4442016,829.6017767,546.5252384,239.8334305,1000.087917 +441196,512.8495754,833.8218022,551.3286846,241.9032181,1007.658334 +441197,517.0793501,837.9256944,555.9269618,243.8958201,1014.78104 +441198,521.1593127,841.8394964,560.3482609,245.8228757,1021.512353 +441199,525.1106717,845.7067015,564.6162488,247.6939438,1027.90063 +441200,528.9509036,849.433455,568.7508254,249.5168892,1033.98747 +441201,532.6944246,834.6517071,572.7687374,251.2981887,1039.808651 +441202,536.0898003,835.2806588,576.6451622,253.0267017,1045.3941 +441203,539.261178,836.9772253,669.2207693,254.7127578,1050.769654 +441204,542.3524723,838.9939759,723.6598868,256.3685281,1144.064783 +441205,545.4298432,841.0095991,697.3306509,258.0014302,1269.206722 +441206,548.5065728,843.1010691,726.9157662,259.6149953,1203.729772 +441207,551.5771423,845.1392632,740.9060692,261.2108931,1246.326919 +441208,554.6344004,847.1380974,754.270481,262.7901756,1261.589906 +441209,557.6739253,849.0852788,767.6228776,317.604496,1276.474157 +441210,560.6936366,850.9760436,780.5616013,313.0772705,1290.763219 +441211,563.6924914,855.2087309,793.1184665,300.0246608,1304.881814 +441212,566.6820882,859.6406662,805.7501779,336.6698159,1318.484455 +441213,569.6692648,864.2859836,817.8934687,330.4303358,1332.284342 +441214,572.654914,869.0427821,829.8821305,339.664852,1345.292073 +441215,575.6371272,873.8129836,841.9122471,346.1226865,1358.735926 +441216,578.6136677,878.7263888,853.5369072,352.3133971,1371.183383 +441217,581.5827067,883.7077473,865.0797802,358.4878189,1383.772622 +441218,706.4243772,888.6692208,876.308237,364.5791051,1396.375056 +441219,699.5866388,911.981433,889.479768,371.1225857,1408.464681 +441220,708.6162788,920.2848133,900.3652628,377.1884129,1420.331918 +441221,726.4681011,926.909894,911.396458,382.9168617,1432.460728 +441222,738.6244065,933.3472507,922.4456067,388.7544331,1443.898352 +441223,750.6360746,939.685174,932.9970814,394.2884171,1455.353378 +441224,762.4986275,945.9430029,943.5593657,399.9529694,1466.587794 +441225,774.0522583,952.0626119,953.787377,405.4014346,1477.441235 +441226,785.5153486,958.2250458,964.3450961,410.8056679,1488.717149 +441227,796.6988414,964.362143,974.3488965,416.1459512,1499.289915 +441228,808.0135899,970.3867049,984.4101135,421.4148722,1510.164306 +441229,818.9758747,976.4714879,994.3239722,426.5047066,1520.27542 +441230,829.7221407,982.5396792,1003.900684,431.780803,1530.75437 +441231,840.7250551,988.4982633,1013.969328,436.8656834,1540.869537 +441232,851.2632569,994.5227932,1023.373107,441.6461103,1550.941841 +441233,861.8310507,1000.495232,1032.90722,446.7952533,1560.577583 +441234,872.1335757,1006.493056,1042.538694,451.4963164,1570.775364 +441235,882.8151824,1012.379195,1051.47761,456.4892138,1580.213077 +441236,892.4782488,1018.303432,1060.774182,461.2349263,1589.501456 +441237,903.0601622,1024.270676,1069.893031,465.7454121,1599.175971 +441238,912.7115303,1030.0781,1078.888516,470.6117927,1608.189095 +441239,923.1885435,1036.009873,1087.621888,475.1565368,1617.5566 +441240,932.5936408,1041.841565,1096.851377,479.7041762,1626.403648 +441241,948.3863527,1050.295142,1111.403497,486.8338095,1657.449689 +441242,959.1430819,1056.554463,1120.928505,491.6698126,1668.221386 +441243,968.9755971,1062.695145,1129.844805,496.1753174,1678.426444 +441244,979.0746177,1068.607339,1138.90716,501.0201843,1688.262191 +441245,988.5727671,1074.559929,1147.337526,505.2901512,1697.80712 +441246,997.7701835,1080.398435,1155.79795,509.7574567,1706.87485 +441247,1007.818224,1086.303151,1164.153072,513.8804511,1716.245553 +441248,1016.950918,1092.024408,1172.709914,518.3467624,1724.94912 +441249,1025.830739,1097.835108,1180.691068,522.4126392,1733.836696 +441250,1035.138351,1103.631452,1188.860389,526.7096239,1742.144639 +441251,1055.596453,1127.499974,1197.492046,530.7835388,1751.569323 +441252,1065.880824,1136.036132,1205.276375,535.0661555,1759.677572 +441253,1075.220391,1143.29138,1213.121839,538.9748613,1768.10849 +441254,1085.152709,1150.236275,1220.910236,543.125885,1776.360655 +441255,1094.4713,1156.871465,1228.688712,546.8448753,1784.616716 +441256,1103.629202,1163.479639,1236.254923,550.8645491,1792.674341 +441257,1112.740448,1169.996324,1243.989096,554.55269,1800.681287 +441258,1122.002657,1175.813939,1251.397792,558.6349074,1808.543368 +441259,1130.515503,1182.932168,1258.631163,562.3122534,1816.4405 +441260,1139.947636,1188.815129,1266.492266,566.1046097,1824.150714 +441261,1148.717234,1195.094486,1273.770984,569.8368794,1831.825597 +441262,1157.424477,1201.234116,1280.943606,573.5366688,1839.355903 +441263,1166.462369,1207.269876,1288.380989,577.2050906,1846.945432 +441264,1174.789165,1213.383135,1295.487386,580.659372,1854.337203 +441265,1183.508498,1219.381734,1302.685269,584.5573542,1861.65335 +441266,1191.921223,1225.189777,1309.795778,587.9942796,1869.072721 +441267,1200.666374,1231.196345,1316.90229,591.5782233,1876.109121 +441268,1208.532444,1236.988805,1323.861989,595.1016775,1883.384586 +441269,1217.559377,1242.737374,1330.902706,598.5987002,1890.408533 +441270,1225.720773,1248.623547,1337.720634,602.0691069,1897.420592 +441271,1232.143728,1250.926369,1343.480156,604.9860974,1904.299247 +441272,1238.152021,1252.813229,1348.667546,607.7668302,1911.291311 +441273,1243.971539,1254.229752,1353.966046,610.4637556,1917.875057 +441274,1249.74665,1255.462826,1358.916927,612.8694642,1931.493122 +441275,1255.234106,1256.493502,1363.980914,615.7866964,1931.187017 +441276,1260.699694,1257.313505,1368.685799,618.1274138,1947.918411 +441277,1266.042231,1257.875181,1373.396807,620.6258536,1941.075318 +441278,1271.161606,1258.368129,1378.083913,623.0322364,1932.550498 +441279,1276.309888,1258.575117,1382.618043,625.3897377,1968.842583 +441280,1281.192334,1258.74072,1386.92343,627.6984812,1960.227214 +441281,1286.12383,1258.63678,1391.380161,630.2021387,1965.96236 +441282,1290.789342,1258.506026,1395.584197,632.0493904,1971.148239 +441283,1295.468023,1258.176519,1399.760138,634.3992576,1975.156827 +441284,1300.051388,1257.689233,1403.838705,636.5121446,1979.320096 +441285,1304.423854,1257.025986,1407.841241,638.560811,1983.759313 +441286,1308.810249,1256.45108,1411.706332,640.6476383,1987.745956 +441287,1313.109279,1255.523956,1415.635394,642.6098524,1991.922522 +441288,1317.201101,1254.650384,1419.419167,644.5927401,1995.968936 +441289,1321.315244,1253.616005,1423.032421,646.540239,1999.976916 +441290,1325.348303,1252.390547,1426.640455,648.3904686,2004.004747 +441291,1329.176402,1251.190647,1430.266961,650.2606928,2007.727389 +441292,1333.03587,1249.850373,1433.705279,652.098031,2011.752089 +441293,1336.827493,1248.330703,1437.126634,653.5745288,2015.55915 +441294,1340.42279,1246.844741,1440.474227,655.7776575,2019.216054 +441295,1344.069842,1245.228016,1443.750702,657.2443073,2022.902303 +441296,1347.602563,1243.515436,1446.968461,658.9896465,2026.732179 +441297,1351.131531,1241.641731,1452.306832,660.6324592,2030.173153 +441298,1354.461258,1239.813495,1455.241598,662.2752586,2033.874765 +441299,1348.035101,1222.929105,1462.77291,664.8853689,2037.3322 +441300,1349.779417,1218.598175,1461.880902,666.5611976,2040.677894 +441301,1234.550389,1161.938334,1336.236543,614.9181032,1831.301992 +441302,1234.580041,1157.658843,1354.804179,615.1781153,1831.176526 +441303,1235.576123,1153.916768,1347.485516,616.0645393,1832.650381 +441304,1236.881607,1150.188695,1350.873296,616.9714927,1834.012962 +441305,1238.174672,1146.658582,1352.636185,617.8637708,1835.689626 +441306,1239.639275,1143.173271,1354.2007,618.8259134,1837.285824 +441307,1241.084564,1139.480737,1356.038823,619.7651952,1839.089133 +441308,1242.541535,1136.031823,1357.681796,620.7262426,1840.855904 +441309,1244.043438,1132.431613,1359.363847,621.6091348,1842.638318 +441310,1245.401212,1128.950286,1361.010742,622.5360828,1844.426594 +441311,1246.858774,1125.334227,1362.629733,623.1650133,1846.208458 +441312,1248.250599,1121.746803,1364.219499,624.4386371,1848.051764 +441313,1249.62896,1118.13385,1365.72177,625.1341898,1849.707866 +441314,1250.984317,1114.502789,1367.400094,625.9829389,1851.446164 +441315,1252.368989,1110.853639,1368.769335,626.8323051,1853.28805 +441316,1253.594634,1107.186121,1370.293781,627.64206,1855.035932 +441317,1254.914054,1103.553311,1371.727714,628.4402532,1856.655078 +441318,1256.159579,1099.771986,1374.250671,629.2500286,1858.41488 +441319,1257.386094,1096.087456,1376.168974,629.9757179,1860.09624 +441320,1258.584591,1092.34018,1376.731265,630.7470668,1861.773674 +441321,1259.810195,1088.583693,1379.583191,631.4789607,1863.437932 +441322,1260.86786,1084.810451,1379.050412,632.1998918,1865.089478 +441323,1262.020309,1081.021182,1383.336181,632.934503,1866.726593 +441324,1263.0943,1077.216172,1380.489084,633.5828096,1868.424793 +441325,1264.146906,1073.344134,1387.968505,634.2799859,1869.911876 +441326,1265.16899,1069.586185,1380.37442,634.9371478,1871.486761 +441327,1266.160995,1065.753783,1372.077865,635.5845295,1873.17479 +441328,1267.178582,1061.824883,1393.91486,636.2173274,1874.680071 +441329,1268.02302,1057.988976,1384.4662,636.8653627,1876.319855 +441330,1268.962889,1054.097349,1387.82939,637.4261742,1877.733149 +441331,1271.712054,1052.365132,1391.060127,638.9067114,1879.31581 +441332,1274.993184,1051.051479,1394.831185,640.6417702,1880.820434 +441333,1278.343883,1049.939232,1398.197052,642.2689397,1882.327542 +441334,1271.019982,1037.545069,1402.721266,644.3323059,1883.817305 +441335,1272.593253,1034.703233,1406.540919,646.047409,1885.271292 +441336,1275.383027,1032.86379,1410.420709,647.9138352,1886.735203 +441337,1278.238202,1031.380995,1414.748839,649.9211181,1896.966496 +441338,1281.372241,1030.105786,1418.732611,651.8009038,1878.629443 +441339,1284.560976,1028.980741,1422.88631,653.6884272,1893.967508 +441340,1287.84001,1027.975654,1427.338796,655.8053456,1892.836371 +441341,1290.639814,1027.073455,1431.565308,657.7285626,1893.466993 +441342,1294.886154,1026.262524,1435.762869,659.7667244,1895.396528 +441343,1297.947468,1025.535096,1440.40941,661.8833339,1896.840629 +441344,1301.551188,1024.884597,1444.622367,663.8997099,1898.14534 +441345,1305.054847,1024.306115,1449.22518,665.963827,1899.625821 +441346,1308.755639,1023.794814,1453.785045,668.1866868,1901.031716 +441347,1312.420842,1023.347029,1458.252943,670.2684548,1902.534473 +441348,1316.025777,1022.958741,1462.853585,672.3430493,1903.830805 +441349,1319.734911,1022.626991,1467.488439,674.6400607,1905.324702 +441350,1323.57997,1022.348387,1472.156197,676.7340282,1906.661501 +441351,1327.329231,1022.120437,1476.726291,678.9361967,1908.321698 +441352,1331.165004,1021.940215,1481.713939,681.2044236,1909.572546 +441353,1335.023616,1021.80568,1486.194574,683.3703505,1911.109296 +441354,1338.910311,1021.714213,1490.962697,685.574898,1912.560937 +441355,1342.826461,1021.664149,1495.861744,687.9321494,1914.123448 +441356,1346.70413,1021.653305,1500.708149,690.1449629,1915.463233 +441357,1350.775885,1021.629822,1505.32968,692.3391494,1919.901717 +441358,1354.788755,1021.820644,1510.444882,694.7534679,1926.03193 +441359,1358.656523,1021.804409,1515.234942,696.9963377,1915.81805 +441360,1362.853242,1021.978587,1519.89287,699.2180598,1911.62814 +441361,1125.859008,913.3321646,1283.649494,592.0220737,1492.831232 +441362,1123.074897,910.1004224,1282.279831,591.78859,1478.773049 +441363,1123.713386,908.7633964,1283.247263,592.1687182,1477.093504 +441364,1124.69179,907.403092,1284.870748,592.9879764,1474.649536 +441365,1125.98245,906.3280408,1287.003624,593.9704435,1472.583295 +441366,1127.698102,905.4076064,1289.260217,595.0849851,1470.975588 +441367,1129.428799,904.5927435,1291.934517,596.2873282,1469.624271 +441368,1131.454676,903.8559471,1294.478085,597.5806393,1468.531874 +441369,1133.420287,903.1820417,1297.334354,598.8462495,1467.412199 +441370,1135.666611,902.5626832,1300.141248,600.2168907,1466.567857 +441371,1138.245683,901.9928138,1303.22982,601.5960646,1465.767343 +441372,1141.226242,901.4688869,1306.072603,603.011412,1465.071196 +441373,1144.021811,900.9881689,1309.165055,604.4562216,1464.461942 +441374,1147.228135,900.5483167,1312.270091,605.9286241,1463.931979 +441375,1150.319825,900.1474206,1315.443499,607.4577348,1463.476946 +441376,1153.693544,899.7837866,1318.819415,608.9355362,1463.092233 +441377,1156.994395,899.4559537,1321.870096,610.5049723,1462.774559 +441378,1160.565574,899.162502,1325.327847,612.0707698,1462.520477 +441379,1164.304284,898.9189339,1328.70354,613.6944046,1462.41922 +441380,1167.723641,898.6786262,1332.075011,615.2857296,1462.142523 +441381,1171.697563,898.4956613,1335.661023,616.9478322,1462.321813 +441382,1175.480215,898.3150719,1338.998098,618.6099507,1462.064128 +441383,1179.505341,898.1899654,1342.64403,620.2641372,1462.234418 +441384,1183.463855,898.0649443,1346.151504,621.9549496,1462.225519 +441385,1187.664513,897.9935477,1349.749604,623.6872259,1462.430494 +441386,1191.254308,897.920089,1353.442635,625.3906917,1462.526278 +441387,1196.449203,897.8983689,1357.194405,627.161637,1462.822329 +441388,1200.353835,897.8724956,1360.75298,628.9303536,1463.005836 +441389,1204.983945,897.8965354,1364.599155,630.6841943,1463.386648 +441390,1209.389279,897.9144259,1368.299511,632.4741381,1463.652116 +441391,1213.79226,897.580134,1370.965039,633.7895025,1464.091973 +441392,1218.150909,897.1742267,1373.492558,635.0227221,1464.391878 +441393,1222.467072,896.7309998,1375.751119,636.2184859,1464.891617 +441394,1226.919666,896.2573929,1378.04564,637.3898314,1465.360567 +441395,1231.54979,895.7569679,1380.417656,638.5427146,1465.873248 +441396,1236.12171,895.2315172,1382.605275,639.7137222,1466.345745 +441397,1240.826973,894.681982,1384.827156,640.7876036,1467.029474 +441398,1245.665027,894.1087921,1387.011113,641.9230326,1467.577292 +441399,1264.991851,899.3875768,1386.542172,641.8917604,1468.361975 +441400,1272.042426,899.6150212,1388.118082,642.7400997,1468.920354 +441401,1278.161922,899.3998355,1390.067965,643.7115429,1469.657394 +441402,1284.242626,899.0481583,1391.898757,644.7088927,1470.242876 +441403,1290.210116,898.6073233,1393.911131,645.7133544,1471.018033 +441404,1296.277705,898.1016033,1395.859287,646.7186109,1471.748923 +441405,1302.498868,897.543022,1397.813086,647.7222073,1472.512486 +441406,1308.632495,896.9380187,1399.759187,648.7230077,1473.297033 +441407,1314.886288,896.2903508,1401.69602,649.7204639,1474.101403 +441408,1321.193227,895.6023914,1403.622903,650.748293,1474.924456 +441409,1327.569913,894.8757924,1405.465459,651.687514,1475.765147 +441410,1334.016703,894.1118023,1407.558188,652.6976452,1476.547493 +441411,1340.536311,893.311459,1409.285448,653.6743889,1477.609285 +441412,1347.060164,892.4756571,1411.23567,654.6518996,1478.326101 +441413,1354.029157,891.6052211,1413.09713,655.6252951,1479.293617 +441414,1360.671633,890.7009151,1414.958251,656.5943271,1480.195365 +441415,1367.371664,889.763459,1416.808168,657.5589169,1481.120077 +441416,1374.445891,888.7935392,1418.646357,658.5189776,1482.056196 +441417,1381.415979,887.791831,1420.472699,659.4744401,1483.00278 +441418,1388.597044,886.7589818,1422.287038,660.4252312,1483.959217 +441419,1395.646817,885.6956248,1424.089229,661.4065325,1484.92496 +441420,1403.064151,884.6023919,1425.955777,662.2952522,1485.899503 +441421,1645.658203,989.6532351,1662.861454,769.5414211,1935.535188 +441422,1657.741908,991.0366272,1668.798448,773.0044814,1905.907424 +441423,1667.632286,990.9498956,1673.26843,775.0189305,1926.101735 +441424,1677.635215,990.8973417,1693.582012,777.0126453,1926.487827 +441425,1687.451939,990.5099045,1671.8704,778.9021164,1937.331592 +441426,1716.084709,993.9250045,1686.354923,780.2739538,1929.322804 +441427,1728.626978,994.0713808,1687.647475,781.8597592,1941.13639 +441428,1739.784538,993.6156629,1690.159301,783.427228,1944.421783 +441429,1750.817449,993.2053624,1698.568011,785.0935022,1942.378794 +441430,1761.47187,992.6358609,1689.184138,786.6222059,1945.837201 +441431,1772.352419,991.9382706,1707.430908,788.1723783,1953.642328 +441432,1783.015637,991.3368807,1699.898835,789.6931867,1952.00465 +441433,1794.008777,990.54289,1705.749853,791.1939836,1958.596414 +441434,1804.894465,989.7522879,1708.493497,792.6743662,1957.335918 +441435,1815.63533,988.9704579,1711.007262,794.1367652,1958.342748 +441436,1826.671,987.9867822,1713.609028,795.5801136,1964.326394 +441437,1837.662171,987.0997605,1716.475823,797.0057451,1963.758644 +441438,1848.732054,986.1193804,1719.00373,798.4140221,1964.056864 +441439,1859.988061,985.1110887,1721.626203,799.8051373,1964.006242 +441440,1870.893331,984.0676697,1724.110215,801.1790203,1961.932745 +441441,1882.454179,982.9909979,1726.617991,802.5366207,1959.684308 +441442,1893.716716,981.8829457,1729.14141,803.8777818,1957.338218 +441443,1905.176961,980.7454201,1731.317983,805.2029162,1954.985683 +441444,1916.806323,979.5804023,1733.935062,806.5123568,1952.686783 +441445,1937.556393,978.3897578,1736.233273,807.8063354,1950.450951 +441446,1935.209056,977.1754212,1738.510866,809.1381024,1948.310366 +441447,1944.776536,975.9391364,1740.851604,810.322987,1946.308202 +441448,1968.397317,974.6830084,1743.05756,811.60985,1944.390017 +441449,1974.161809,973.408819,1750.034316,812.8362471,1942.699099 +441450,1987.187305,972.1189473,1740.728404,814.056648,1940.907316 +441451,1995.383532,970.4705839,1756.075233,814.993649,1939.160467 +441452,2002.999795,968.8195869,1748.827889,815.8283936,1937.632184 +441453,2010.500219,966.9916324,1751.850812,816.7616595,1935.968906 +441454,2017.463934,965.2897067,1753.411784,817.5453861,1934.252431 +441455,2024.519437,963.5309349,1754.576002,818.3486966,1932.623959 +441456,2031.158483,961.7840185,1755.593107,819.1210847,1931.029207 +441457,2037.980047,959.9769273,1756.730469,819.869076,1929.450509 +441458,2044.464363,958.3257503,1757.80034,820.5916995,1927.891845 +441459,2050.582016,956.5430837,1758.665356,821.2906891,1926.356074 +441460,2056.824051,954.8191738,1759.824952,821.9668116,1924.847217 +441461,2062.798617,953.092433,1765.274075,822.6208668,1923.541306 +441462,2068.64936,951.373601,1755.431706,823.254025,1922.062677 +441463,2074.360179,949.6629745,1768.460625,823.8664863,1920.535994 +441464,2080.066474,947.9614624,1762.352714,824.4590376,1919.218716 +441465,2094.362424,946.2699959,1763.635178,825.032502,1917.748592 +441466,2077.459927,944.5884083,1765.012854,825.5869848,1916.210739 +441467,2102.01556,942.9171119,1765.685191,826.1230329,1914.756946 +441468,2099.67647,941.256573,1765.989008,826.6413304,1913.28821 +441469,2105.74004,939.6066855,1766.747078,827.1421695,1911.809163 +441470,2110.45729,937.9674954,1767.865875,827.6259935,1910.342496 +441471,2115.321074,936.7327589,1772.338862,828.0930787,1909.040482 +441472,2119.750439,935.6439193,1762.843955,828.5441929,1907.538398 +441473,2124.310364,934.6161848,1774.271649,830.2100694,1905.961532 +441474,2128.379026,933.619838,1769.178527,831.508428,1904.601564 +441475,2106.760163,932.3039601,1768.999477,831.7756472,1903.17146 +441476,2106.951682,931.2961138,1769.404151,832.675375,1901.66923 +441477,2108.551387,930.182285,1769.804242,833.6065986,1900.199919 +441478,2110.726071,929.2201009,1774.552032,834.5808459,1898.919717 +441479,2112.634627,928.217459,1764.817642,835.578765,1897.446271 +441480,2114.873937,927.2323061,1774.882022,836.595127,1895.843064 +441481,2180.778851,948.8792238,1807.644151,860.2741804,1903.803852 +441482,2141.548347,949.1132325,1815.251311,862.529242,1916.314527 +441483,2183.119233,948.8014119,1820.502756,864.2435338,1929.759142 +441484,2172.486338,948.3631309,1824.786463,865.8397681,1941.838308 +441485,2172.841888,947.8157193,1826.763898,867.3323681,1951.990164 +441486,2184.45031,947.1995926,1827.1629,868.7613457,1960.312344 +441487,2171.540489,946.5832172,1827.355254,870.1166192,1967.152194 +441488,2194.207853,945.7924836,1822.65277,871.4656689,1972.665971 +441489,2168.81169,945.1110437,1829.536549,872.7951607,1977.440846 +441490,2205.701494,944.3557147,1824.176008,874.1060988,1981.762922 +441491,2162.316716,943.5908827,1825.877291,875.4002568,1985.596241 +441492,2220.993992,942.8089833,1827.076877,876.6782044,1989.157409 +441493,2150.596013,942.0114803,1827.557839,877.9407928,1992.671934 +441494,2205.511799,941.1991964,1827.72765,879.1881526,1996.092474 +441495,2185.846598,940.3732588,1823.275158,880.420702,1999.06867 +441496,2193.450715,939.5338165,1830.640137,881.6377827,2001.931081 +441497,2185.323424,938.6817384,1824.444784,882.8396188,2004.822201 +441498,2199.316405,937.8173302,1831.056822,884.0257967,2007.678541 +441499,2181.348483,936.9410754,1823.737105,885.1960827,2010.396604 +441500,2202.21903,936.0532532,1826.503579,886.3500514,2012.824131 +441501,2179.509156,935.1541177,1827.252486,887.4872079,2015.257458 +441502,2167.717249,934.1471979,1826.828529,885.910856,2017.85345 +441503,2157.287456,933.1789273,1826.358698,886.4524854,2020.473138 +441504,2155.707755,932.2157579,1821.270814,887.1736795,2022.800392 +441505,2153.208921,931.2454822,1829.70686,887.930399,2025.133319 +441506,2151.088576,930.2060528,1821.003199,888.6924324,2027.484385 +441507,2148.660893,929.3060446,1824.126324,889.4485305,2029.591106 +441508,2146.31725,928.264446,1824.238863,890.1922711,2031.707493 +441509,2144.039037,927.3237926,1823.41005,890.9206709,2033.890632 +441510,2141.337562,926.2165199,1822.76486,891.6905903,2036.006911 +441511,2139.30093,924.8873256,1821.745128,891.895228,2038.032502 +441512,2136.965365,923.4211797,1820.286158,892.1222191,2039.951283 +441513,2134.760608,921.9140031,1813.697907,892.231348,2041.540557 +441514,2132.338938,920.3666988,1821.82706,892.292092,2043.167845 +441515,2130.009192,918.7844643,1809.780617,892.300862,2044.793122 +441516,2127.450271,917.1698335,1812.914489,892.2600118,2046.148105 +441517,2124.980152,915.5243819,1810.96606,892.1711293,2047.549087 +441518,2122.273857,913.8497654,1808.356319,892.0354437,2049.027148 +441519,2145.720742,912.1472026,1806.314554,891.8539055,2050.378559 +441520,2077.717726,910.4173763,1798.815939,891.6269838,2051.562704 +441521,2132.870606,908.6608612,1807.785789,891.3550618,2052.962705 +441522,2112.102272,906.8791712,1793.31659,891.0390901,2054.312995 +441523,2100.082645,905.0728331,1797.313139,890.6794661,2055.426942 +441524,2116.386455,903.2420371,1794.689507,890.2762351,2056.659831 +441525,2089.068545,901.3879668,1791.355083,889.8300914,2057.972825 +441526,2104.41744,899.5687566,1788.953339,889.3410785,2059.200347 +441527,2093.064311,897.584333,1786.359002,888.8096241,2060.352093 +441528,2091.768394,895.7035535,1783.533032,888.176977,2061.475144 +441529,2087.914905,893.7519743,1780.992855,887.6481356,2062.577976 +441530,2084.261885,891.7879703,1772.948981,886.9490808,2063.458122 +441531,2080.630823,889.8033548,1781.384843,886.258862,2064.495674 +441532,2076.732057,887.7408917,1765.46503,885.5185987,2065.555604 +441533,2072.923417,885.8012016,1770.193548,884.7371091,2066.394327 +441534,2068.850082,883.7163919,1766.054162,883.9141779,2067.357808 +441535,2064.77039,881.6620759,1762.311809,883.0505529,2068.383968 +441536,2060.611902,879.5802962,1759.357557,882.146057,2069.331779 +441537,2056.369587,877.4798629,1756.201934,881.2008283,2070.254235 +441538,2052.041179,875.3611134,1753.113172,880.2149242,2071.163818 +441539,2047.627651,873.2244596,1749.626565,879.1885617,2072.046921 +441540,2042.990172,871.0699987,1746.267079,878.1216647,2072.901495 +441541,1961.691429,835.6227432,1660.737271,843.8554669,2074.29208 +441542,1955.901322,833.1021249,1663.384827,842.296886,2067.414816 +441543,1950.887922,830.6399758,1656.264561,840.8401133,2057.827763 +441544,1945.404259,828.1590579,1652.509102,839.3498302,2049.75012 +441545,1939.784772,825.6727551,1648.410889,837.8362878,2044.083035 +441546,1934.411981,823.1736809,1644.212346,836.2883381,2040.546588 +441547,1928.870476,820.660692,1640.026095,834.7028038,2038.532633 +441548,1949.393045,818.1329034,1635.532744,833.0787741,2037.483257 +441549,1878.09873,815.4772879,1631.283488,831.4154598,2037.202493 +441550,1930.431128,813.0471866,1626.797623,829.6564663,2037.476764 +441551,1901.527325,810.4191801,1622.534929,827.8811778,2038.050151 +441552,1899.572489,807.8748956,1617.786677,826.1900242,2038.888122 +441553,1893.648962,805.0987519,1613.398176,824.3177758,2039.960769 +441554,1887.308866,802.6313822,1608.75827,822.3872174,2041.21316 +441555,1881.102872,799.9820987,1604.259024,820.5527853,2042.60953 +441556,1874.826729,797.3464074,1599.395124,818.6327134,2044.114236 +441557,1868.505701,794.6215815,1594.582527,816.5396131,2045.70279 +441558,1861.90786,791.9397993,1589.958949,814.5935538,2047.368111 +441559,1855.519466,789.303457,1585.293916,812.4405469,2049.103594 +441560,1848.745967,786.5917357,1580.288356,810.4168586,2050.891612 +441561,1842.204492,783.7543466,1562.703523,808.1825989,2052.879563 +441562,1835.277419,781.0387502,1589.234306,806.079069,2055.366798 +441563,1828.580979,778.4317255,1547.163283,803.8174805,2058.336603 +441564,1821.502679,775.4481441,1570.944471,801.5554602,2061.507758 +441565,1814.660244,772.7845246,1540.946196,799.1419855,2064.83512 +441566,1807.430581,770.0029958,1574.456163,796.9491682,2068.29486 +441567,1800.319344,767.1359696,1514.719907,794.4324164,2071.906734 +441568,1793.114836,764.3153473,1552.651144,792.0984231,2075.63029 +441569,1786.018449,761.484281,1530.83006,789.5907782,2079.348409 +441570,1778.335632,758.5903943,1528.607628,787.0927606,2083.074139 +441571,1773.481356,756.2385067,1524.626893,785.4241537,2086.802087 +441572,1769.077143,753.8341984,1520.527831,783.8394232,2090.492985 +441573,1764.575823,751.5470625,1524.587181,782.3189589,2094.120861 +441574,1760.280142,749.7062813,1500.540928,780.8343667,2097.719134 +441575,1756.059642,746.6913791,1514.463164,779.3822326,2101.284069 +441576,1751.920903,744.810799,1503.371016,777.9512593,2104.786335 +441577,1747.852451,742.450981,1500.833666,776.5427421,2108.25062 +441578,1743.857291,740.2075957,1496.913521,775.1532906,2111.689653 +441579,1739.925143,737.9708774,1492.949563,773.7817769,2115.10156 +441580,1736.054536,735.6979924,1489.235795,772.4761498,2118.48841 +441581,1732.131302,733.5471055,1496.58558,771.0658556,2121.825694 +441582,1728.535715,731.3077659,1464.633644,769.776201,2125.174366 +441583,1724.757695,729.1150782,1485.782301,768.4096523,2128.527896 +441584,1721.235681,726.9243737,1471.993709,767.186115,2131.828393 +441585,1717.474789,724.7416192,1470.004352,765.8693163,2135.105621 +441586,1713.893428,722.5209617,1466.169182,764.655352,2138.375226 +441587,1710.532769,720.4165928,1462.367399,763.3299166,2086.966825 +441588,1707.002062,718.2228268,1458.465751,762.1195233,2083.760123 +441589,1703.610128,716.0740484,1454.800839,760.8809605,2090.787196 +441590,1700.252765,713.9291831,1450.940127,759.6608198,2088.431406 +441591,1696.942882,711.7921716,1447.164106,758.4532611,2085.789688 +441592,1693.680996,709.6620678,1443.473697,757.2581721,2079.582621 +441593,1690.358701,707.4936914,1439.46244,756.0760004,2084.93218 +441594,1687.447685,705.4378659,1435.880386,754.857646,2082.428509 +441595,1684.099398,703.29856,1431.942937,753.8143414,2075.281455 +441596,1681.002562,701.154987,1428.39226,752.5657349,2081.824199 +441597,1678.211107,699.1152632,1431.804556,751.5183897,2078.446653 +441598,1674.904736,696.9523833,1409.534404,750.2724632,2077.174078 +441599,1672.198683,694.9265111,1422.377769,749.3071353,2070.29326 +441600,1669.222032,692.7734049,1411.892917,748.1038518,2077.407088 +441601,1513.218998,624.3477195,1256.460189,681.3157653,1769.410504 +441602,1509.918816,622.4702182,1251.739699,679.2860825,1792.840352 +441603,1506.722172,619.669766,1247.831388,678.3174436,1778.565845 +441604,1504.047949,617.7498583,1263.13454,677.0923187,1779.203519 +441605,1501.485663,615.5870096,1211.366069,676.0427772,1777.397619 +441606,1498.860789,613.5094874,1266.20207,674.9383766,1775.583842 +441607,1496.485293,611.4767397,1206.06445,673.9759727,1774.12762 +441608,1494.125416,609.4201179,1247.239859,672.9608012,1772.315099 +441609,1491.851587,607.3971704,1213.004721,671.9991953,1770.805442 +441610,1489.651565,605.3828206,1226.719992,671.056152,1769.245101 +441611,1487.52397,603.0787392,1217.304482,670.136283,1767.728063 +441612,1485.468942,601.5278301,1214.769008,669.2391119,1766.2402 +441613,1482.233588,599.4171269,1211.43471,668.055473,1787.841483 +441614,1480.003912,597.5128434,1207.889658,667.1231134,1728.005191 +441615,1477.980222,595.5621245,1204.486114,666.2441748,1779.007042 +441616,1476.065279,593.619295,1201.017294,665.3955367,1770.799933 +441617,1474.237955,591.6846277,1197.459982,664.5393807,1737.726198 +441618,1472.490561,589.7584312,1194.037082,663.7911933,1768.204947 +441619,1470.821808,587.8406777,1190.572269,662.9946004,1765.171764 +441620,1469.232157,585.9312484,1187.092684,662.2512269,1738.336192 +441621,1467.721222,584.0297128,1183.631917,661.5278387,1782.195433 +441622,1466.291489,582.4192703,1180.185089,660.8301987,1720.017208 +441623,1464.944656,580.1104616,1176.747468,660.1587638,1766.268106 +441624,1463.682877,578.4195217,1173.376056,659.5143173,1749.542 +441625,1462.507951,576.4967163,1169.868979,658.8977787,1745.206983 +441626,1461.404189,574.6237219,1166.496483,658.3098904,1754.2348 +441627,1460.336832,572.7575692,1163.023401,657.7515738,1738.342795 +441628,1459.348518,570.8982006,1159.709252,657.2236842,1754.698735 +441629,1458.450452,569.0452569,1156.275563,656.7274656,1734.849466 +441630,1457.649018,567.1985748,1152.897878,656.263975,1750.347592 +441631,1455.17936,565.234321,1149.230396,655.249004,1736.061626 +441632,1452.4495,563.2490015,1145.504619,654.126655,1743.146354 +441633,1449.406298,561.2559562,1141.812062,652.9589793,1739.167895 +441634,1446.454715,559.259082,1137.963149,651.7623607,1738.563953 +441635,1443.392308,557.2599293,1134.228166,650.5442351,1737.4924 +441636,1440.306656,555.2592024,1130.434969,649.308587,1736.41798 +441637,1437.121344,553.2574117,1126.642396,648.0253016,1735.353525 +441638,1434.095836,551.2547312,1122.842663,646.8097087,1734.297282 +441639,1430.895739,549.2513323,1118.980103,645.5120362,1733.248711 +441640,1427.746688,547.247271,1115.305112,644.2321721,1732.206557 +441641,1424.580668,545.2426528,1111.365601,642.9390725,1731.170257 +441642,1421.48309,543.2374729,1107.588771,641.6386217,1730.138675 +441643,1418.208543,541.2318118,1103.750927,640.3322796,1729.111352 +441644,1415.095901,539.2256264,1099.915961,639.0213173,1728.087313 +441645,1411.931204,537.2190366,1096.076213,637.707101,1727.066197 +441646,1408.789955,535.2120071,1092.231674,636.390961,1726.047173 +441647,1405.667047,533.2045712,1088.436518,635.0743634,1724.948477 +441648,1402.56532,531.1967287,1084.503767,633.7587374,1724.056291 +441649,1399.48986,529.1885349,1080.63061,632.4138458,1722.98185 +441650,1396.445322,527.1799705,1076.838997,631.1514529,1721.979943 +441651,1393.436777,525.1710958,1072.935409,629.826224,1721.047089 +441652,1390.53946,523.1618958,1069.073667,628.5357224,1719.90965 +441653,1387.444391,521.1524003,1065.200318,627.2503746,1718.954613 +441654,1384.731981,519.1426627,1061.376309,625.9768259,1717.927452 +441655,1381.862904,517.1327314,1057.417789,624.7175334,1716.912158 +441656,1379.131819,515.1225673,1053.571291,623.4750075,1715.896529 +441657,1376.464467,513.1122656,1049.676188,622.2520536,1714.880421 +441658,1373.880333,511.3488052,1045.785765,621.0516866,1713.863619 +441659,1371.387638,508.9805009,1041.840329,619.8772949,1712.846341 +441660,1368.997807,507.1423243,1038.071958,618.7325599,1711.828432 +441661,1365.870078,504.9126521,944.6257776,617.0425366,1710.584934 +441662,1666.371941,633.4570158,931.3652708,746.8417841,2215.412303 +441663,1670.016938,633.7092487,958.8179028,748.2435898,2264.287074 +441664,1666.02006,630.8313336,984.5047078,746.2523249,2303.463029 +441665,1663.064864,628.4970052,1000.036814,745.1117835,2319.62781 +441666,1660.212401,626.0664327,1009.451318,743.4737172,2322.785883 +441667,1653.368205,623.7647257,1015.677187,740.9532262,2261.281718 +441668,1652.065407,621.283372,1020.160028,738.3139634,2285.11743 +441669,1630.652098,618.9510933,1023.608223,735.4578369,2284.184853 +441670,1636.150045,616.5112512,1026.357233,732.611651,2280.744731 +441671,1623.22075,614.1495726,1028.569981,729.5112207,2278.607678 +441672,1616.022029,611.6403402,1030.345266,726.4837465,2277.526828 +441673,1607.720445,609.3293105,1031.749285,723.346724,2276.582871 +441674,1599.100183,606.8121966,1032.842127,720.1528381,2275.438815 +441675,1590.665876,604.4970618,1033.668544,716.8943657,2274.258771 +441676,1581.921406,601.937158,1034.272665,713.5708673,2267.24982 +441677,1580.476431,599.674933,1034.683874,710.1824749,2278.471086 +441678,1552.037766,597.1208092,1034.933719,706.7252404,2264.254625 +441679,1560.471445,594.8035468,1035.042577,703.2003514,2275.595446 +441680,1543.937639,592.2736643,1035.033772,699.6021148,2261.662015 +441681,1535.68009,589.9459309,1034.92005,695.9275386,2273.642253 +441682,1525.993074,587.412199,1034.718915,692.2189304,2259.015756 +441683,1515.959663,585.0432015,1034.439009,688.3026364,2265.371809 +441684,1506.036679,582.5619641,1034.092798,684.3959857,2263.751994 +441685,1495.716771,580.2000444,1033.685347,680.2916459,2261.630393 +441686,1484.820318,577.667621,1033.227694,676.1938884,2260.412188 +441687,1474.168617,575.3323667,1032.722334,671.905077,2259.263048 +441688,1462.80159,572.7944396,1032.17785,667.3918505,2257.950539 +441689,1400.077262,570.4162565,1031.594782,644.7137607,2256.47146 +441690,1385.946384,567.8494203,1030.978821,638.7353712,2255.03197 +441691,1375.726754,565.8275542,1030.331474,634.3975632,2253.684071 +441692,1358.257016,558.1272657,1029.669789,624.880169,2252.19832 +441693,1348.66129,555.2525103,1028.790629,620.4798693,2250.720631 +441694,1340.036761,552.9059393,1027.776035,616.5975219,2249.228266 +441695,1331.883501,550.7161119,1026.740174,613.0135567,2247.693392 +441696,1323.731875,548.4977025,1025.737143,609.5135192,2246.114676 +441697,1316.337602,546.3863999,1024.780185,606.0915299,2238.576476 +441698,1308.577682,544.2469167,1023.858724,602.743005,2250.293754 +441699,1301.413992,542.1901015,1022.968577,599.688227,2233.47985 +441700,1294.18599,540.0712912,1022.104635,596.488963,2246.560945 +441701,1287.061492,538.1147266,1021.262311,593.4613926,2229.877073 +441702,1280.255336,536.050222,1020.437885,590.4620046,2237.293379 +441703,1273.567502,534.090811,1019.624257,587.4807156,2234.081501 +441704,1266.898557,532.1251885,1018.823395,584.6197039,2231.517986 +441705,1260.469196,530.1746287,1018.036644,581.7252973,2229.88557 +441706,1253.993292,528.2412411,1017.260234,578.9844674,2228.100376 +441707,1247.667949,526.2915413,1016.492973,576.2371864,2226.125819 +441708,1241.540309,524.4419163,1015.731941,573.4675414,2224.261589 +441709,1235.527045,522.5334476,1014.977262,570.8200971,2222.345633 +441710,1229.291486,520.671436,1014.226926,568.1731127,2220.411264 +441711,1223.494502,519.1490546,1013.481567,565.5680382,2218.481897 +441712,1217.436348,516.8230425,1012.739427,563.0356932,2216.548818 +441713,1211.859828,515.241613,1012.001276,560.3980076,2214.612398 +441714,1205.987317,513.3464042,1011.265491,557.9764445,2212.67515 +441715,1200.420174,511.5984996,1010.532984,555.4606479,2210.907858 +441716,1194.749906,509.7917383,1009.802262,553.015139,2208.726048 +441717,1189.293123,508.027051,1009.074307,550.6281333,2206.889593 +441718,1183.649021,506.2695578,1008.34765,548.1720776,2204.963665 +441719,1178.545427,504.5242543,1007.623358,545.8261105,2202.982038 +441720,1172.895342,502.790835,1006.900563,543.4696204,2194.744379 +441721,0,0,0,0,0 +441722,0,0,0,0,0 +441723,0,0,0,0,0 +441724,0,0,0,0,0 +441725,0,0,0,0,0 +441726,0,0,0,0,0 +441727,0,0,0,0,0 +441728,0,0,0,0,0 +441729,0,0,0,0,0 +441730,0,0,0,0,0 +441731,0,0,0,0,0 +441732,0,0,0,0,0 +441733,0,0,0,0,0 +441734,0,0,0,0,0 +441735,0,0,0,0,0 +441736,0,0,0,0,0 +441737,0,0,0,0,0 +441738,0,0,0,0,0 +441739,0,0,0,0,0 +441740,0,0,0,0,0 +441741,0,0,0,0,0 +441742,0,0,0,0,0 +441743,0,0,0,0,0 +441744,0,0,0,0,0 +441745,0,0,0,0,0 +441746,0,0,0,0,0 +441747,0,0,0,0,0 +441748,0,0,0,0,0 +441749,0,0,0,0,0 +441750,0,0,0,0,0 +441751,0,0,0,0,0 +441752,0,0,0,0,0 +441753,0,0,0,0,0 +441754,0,0,0,0,0 +441755,0,0,0,0,0 +441756,0,0,0,0,0 +441757,0,0,0,0,0 +441758,0,0,0,0,0 +441759,0,0,0,0,0 +441760,0,0,0,0,0 +441761,0,0,0,0,0 +441762,0,0,0,0,0 +441763,0,0,0,0,0 +441764,0,0,0,0,0 +441765,0,0,0,0,0 +441766,0,0,0,0,0 +441767,0,0,0,0,0 +441768,0,0,0,0,0 +441769,0,0,0,0,0 +441770,0,0,0,0,0 +441771,0,0,0,0,0 +441772,0,0,0,0,0 +441773,0,0,0,0,0 +441774,0,0,0,0,0 +441775,0,0,0,0,0 +441776,0,0,0,0,0 +441777,0,0,0,0,0 +441778,0,0,0,0,0 +441779,0,0,0,0,0 +441780,0,0,0,0,0 +441781,0,0,0,0,0 +441782,0,0,0,0,0 +441783,0,0,0,0,0 +441784,0,0,0,0,0 +441785,0,0,0,0,0 +441786,0,0,0,0,0 +441787,0,0,0,0,0 +441788,0,0,0,0,0 +441789,0,0,0,0,0 +441790,0,0,0,0,0 +441791,0,0,0,0,0 +441792,0,0,0,0,0 +441793,0,0,0,0,0 +441794,0,0,0,0,0 +441795,0,0,0,0,0 +441796,0,0,0,0,0 +441797,0,0,0,0,0 +441798,0,0,0,0,0 +441799,0,0,0,0,0 +441800,0,0,0,0,0 +441801,0,0,0,0,0 +441802,0,0,0,0,0 +441803,0,0,0,0,0 +441804,0,0,0,0,0 +441805,0,0,0,0,0 +441806,0,0,0,0,0 +441807,0,0,0,0,0 +441808,0,0,0,0,0 +441809,0,0,0,0,0 +441810,0,0,0,0,0 +441811,0,0,0,0,0 +441812,0,0,0,0,0 +441813,0,0,0,0,0 +441814,0,0,0,0,0 +441815,0,0,0,0,0 +441816,0,0,0,0,0 +441817,0,0,0,0,0 +441818,0,0,0,0,0 +441819,0,0,0,0,0 +441820,0,0,0,0,0 +441821,0,0,0,0,0 +441822,0,0,0,0,0 +441823,0,0,0,0,0 +441824,0,0,0,0,0 +441825,0,0,0,0,0 +441826,0,0,0,0,0 +441827,0,0,0,0,0 +441828,0,0,0,0,0 +441829,0,0,0,0,0 +441830,0,0,0,0,0 +441831,0,0,0,0,0 +441832,0,0,0,0,0 +441833,0,0,0,0,0 +441834,0,0,0,0,0 +441835,0,0,0,0,0 +441836,0,0,0,0,0 +441837,0,0,0,0,0 +441838,0,0,0,0,0 +441839,0,0,0,0,0 +441840,0,0,0,0,0 +441841,0,0,0,0,0 +441842,0,0,0,0,0 +441843,0,0,0,0,0 +441844,0,0,0,0,0 +441845,0,0,0,0,0 +441846,0,0,0,0,0 +441847,0,0,0,0,0 +441848,0,0,0,0,0 +441849,0,0,0,0,0 +441850,0,0,0,0,0 +441851,0,0,0,0,0 +441852,0,0,0,0,0 +441853,0,0,0,0,0 +441854,0,0,0,0,0 +441855,0,0,0,0,0 +441856,0,0,0,0,0 +441857,0,0,0,0,0 +441858,0,0,0,0,0 +441859,0,0,0,0,0 +441860,0,0,0,0,0 +441861,0,0,0,0,0 +441862,0,0,0,0,0 +441863,0,0,0,0,0 +441864,0,0,0,0,0 +441865,0,0,0,0,0 +441866,0,0,0,0,0 +441867,0,0,0,0,0 +441868,0,0,0,0,0 +441869,0,0,0,0,0 +441870,0,0,0,0,0 +441871,0,0,0,0,0 +441872,0,0,0,0,0 +441873,0,0,0,0,0 +441874,0,0,0,0,0 +441875,0,0,0,0,0 +441876,0,0,0,0,0 +441877,0,0,0,0,0 +441878,0,0,0,0,0 +441879,0,0,0,0,0 +441880,0,0,0,0,0 +441881,0,0,0,0,0 +441882,0,0,0,0,0 +441883,0,0,0,0,0 +441884,0,0,0,0,0 +441885,0,0,0,0,0 +441886,0,0,0,0,0 +441887,0,0,0,0,0 +441888,0,0,0,0,0 +441889,0,0,0,0,0 +441890,0,0,0,0,0 +441891,0,0,0,0,0 +441892,0,0,0,0,0 +441893,0,0,0,0,0 +441894,0,0,0,0,0 +441895,0,0,0,0,0 +441896,0,0,0,0,0 +441897,0,0,0,0,0 +441898,0,0,0,0,0 +441899,0,0,0,0,0 +441900,0,0,0,0,0 +441901,0,0,0,0,0 +441902,0,0,0,0,0 +441903,0,0,0,0,0 +441904,0,0,0,0,0 +441905,0,0,0,0,0 +441906,0,0,0,0,0 +441907,0,0,0,0,0 +441908,0,0,0,0,0 +441909,0,0,0,0,0 +441910,0,0,0,0,0 +441911,0,0,0,0,0 +441912,0,0,0,0,0 +441913,0,0,0,0,0 +441914,0,0,0,0,0 +441915,0,0,0,0,0 +441916,0,0,0,0,0 +441917,0,0,0,0,0 +441918,0,0,0,0,0 +441919,0,0,0,0,0 +441920,0,0,0,0,0 +441921,0,0,0,0,0 +441922,0,0,0,0,0 +441923,0,0,0,0,0 +441924,0,0,0,0,0 +441925,0,0,0,0,0 +441926,0,0,0,0,0 +441927,0,0,0,0,0 +441928,0,0,0,0,0 +441929,0,0,0,0,0 +441930,0,0,0,0,0 +441931,0,0,0,0,0 +441932,0,0,0,0,0 +441933,0,0,0,0,0 +441934,0,0,0,0,0 +441935,0,0,0,0,0 +441936,0,0,0,0,0 +441937,0,0,0,0,0 +441938,0,0,0,0,0 +441939,0,0,0,0,0 +441940,0,0,0,0,0 +441941,0,0,0,0,0 +441942,0,0,0,0,0 +441943,0,0,0,0,0 +441944,0,0,0,0,0 +441945,0,0,0,0,0 +441946,0,0,0,0,0 +441947,0,0,0,0,0 +441948,0,0,0,0,0 +441949,0,0,0,0,0 +441950,0,0,0,0,0 +441951,0,0,0,0,0 +441952,0,0,0,0,0 +441953,0,0,0,0,0 +441954,0,0,0,0,0 +441955,0,0,0,0,0 +441956,0,0,0,0,0 +441957,0,0,0,0,0 +441958,0,0,0,0,0 +441959,0,0,0,0,0 +441960,0,0,0,0,0 +441961,0,0,0,0,0 +441962,0,0,0,0,0 +441963,0,0,0,0,0 +441964,0,0,0,0,0 +441965,0,0,0,0,0 +441966,0,0,0,0,0 +441967,0,0,0,0,0 +441968,0,0,0,0,0 +441969,0,0,0,0,0 +441970,0,0,0,0,0 +441971,0,0,0,0,0 +441972,0,0,0,0,0 +441973,0,0,0,0,0 +441974,0,0,0,0,0 +441975,0,0,0,0,0 +441976,0,0,0,0,0 +441977,0,0,0,0,0 +441978,0,0,0,0,0 +441979,0,0,0,0,0 +441980,0,0,0,0,0 +441981,0,0,0,0,0 +441982,0,0,0,0,0 +441983,0,0,0,0,0 +441984,0,0,0,0,0 +441985,0,0,0,0,0 +441986,0,0,0,0,0 +441987,0,0,0,0,0 +441988,0,0,0,0,0 +441989,0,0,0,0,0 +441990,0,0,0,0,0 +441991,0,0,0,0,0 +441992,0,0,0,0,0 +441993,0,0,0,0,0 +441994,0,0,0,0,0 +441995,0,0,0,0,0 +441996,0,0,0,0,0 +441997,0,0,0,0,0 +441998,0,0,0,0,0 +441999,0,0,0,0,0 +442000,0,0,0,0,0 +442001,0,0,0,0,0 +442002,0,0,0,0,0 +442003,0,0,0,0,0 +442004,0,0,0,0,0 +442005,0,0,0,0,0 +442006,0,0,0,0,0 +442007,0,0,0,0,0 +442008,0,0,0,0,0 +442009,0,0,0,0,0 +442010,0,0,0,0,0 +442011,0,0,0,0,0 +442012,0,0,0,0,0 +442013,0,0,0,0,0 +442014,0,0,0,0,0 +442015,0,0,0,0,0 +442016,0,0,0,0,0 +442017,0,0,0,0,0 +442018,0,0,0,0,0 +442019,0,0,0,0,0 +442020,0,0,0,0,0 +442021,0,0,0,0,0 +442022,0,0,0,0,0 +442023,0,0,0,0,0 +442024,0,0,0,0,0 +442025,0,0,0,0,0 +442026,0,0,0,0,0 +442027,0,0,0,0,0 +442028,0,0,0,0,0 +442029,0,0,0,0,0 +442030,0,0,0,0,0 +442031,0,0,0,0,0 +442032,0,0,0,0,0 +442033,0,0,0,0,0 +442034,0,0,0,0,0 +442035,0,0,0,0,0 +442036,0,0,0,0,0 +442037,0,0,0,0,0 +442038,0,0,0,0,0 +442039,0,0,0,0,0 +442040,0,0,0,0,0 +442041,0,0,0,0,0 +442042,0,0,0,0,0 +442043,0,0,0,0,0 +442044,0,0,0,0,0 +442045,0,0,0,0,0 +442046,0,0,0,0,0 +442047,0,0,0,0,0 +442048,0,0,0,0,0 +442049,0,0,0,0,0 +442050,0,0,0,0,0 +442051,0,0,0,0,0 +442052,0,0,0,0,0 +442053,0,0,0,0,0 +442054,0,0,0,0,0 +442055,0,0,0,0,0 +442056,0,0,0,0,0 +442057,0,0,0,0,0 +442058,0,0,0,0,0 +442059,0,0,0,0,0 +442060,0,0,0,0,0 +442061,0,0,0,0,0 +442062,0,0,0,0,0 +442063,0,0,0,0,0 +442064,0,0,0,0,0 +442065,0,0,0,0,0 +442066,0,0,0,0,0 +442067,0,0,0,0,0 +442068,0,0,0,0,0 +442069,0,0,0,0,0 +442070,0,0,0,0,0 +442071,0,0,0,0,0 +442072,0,0,0,0,0 +442073,0,0,0,0,0 +442074,0,0,0,0,0 +442075,0,0,0,0,0 +442076,0,0,0,0,0 +442077,0,0,0,0,0 +442078,0,0,0,0,0 +442079,0,0,0,0,0 +442080,0,0,0,0,0 +442081,0,0,0,0,0 +442082,0,0,0,0,0 +442083,0,0,0,0,0 +442084,0,0,0,0,0 +442085,0,0,0,0,0 +442086,0,0,0,0,0 +442087,0,0,0,0,0 +442088,0,0,0,0,0 +442089,0,0,0,0,0 +442090,0,0,0,0,0 +442091,0,0,0,0,0 +442092,0,0,0,0,0 +442093,0,0,0,0,0 +442094,0,0,0,0,0 +442095,0,0,0,0,0 +442096,0,0,0,0,0 +442097,0,0,0,0,0 +442098,0,0,0,0,0 +442099,0,0,0,0,0 +442100,0,0,0,0,0 +442101,0,0,0,0,0 +442102,0,0,0,0,0 +442103,0,0,0,0,0 +442104,0,0,0,0,0 +442105,0,0,0,0,0 +442106,0,0,0,0,0 +442107,0,0,0,0,0 +442108,0,0,0,0,0 +442109,0,0,0,0,0 +442110,0,0,0,0,0 +442111,0,0,0,0,0 +442112,0,0,0,0,0 +442113,0,0,0,0,0 +442114,0,0,0,0,0 +442115,0,0,0,0,0 +442116,0,0,0,0,0 +442117,0,0,0,0,0 +442118,0,0,0,0,0 +442119,0,0,0,0,0 +442120,0,0,0,0,0 +442121,0,0,0,0,0 +442122,0,0,0,0,0 +442123,0,0,0,0,0 +442124,0,0,0,0,0 +442125,0,0,0,0,0 +442126,0,0,0,0,0 +442127,0,0,0,0,0 +442128,0,0,0,0,0 +442129,0,0,0,0,0 +442130,0,0,0,0,0 +442131,0,0,0,0,0 +442132,0,0,0,0,0 +442133,0,0,0,0,0 +442134,0,0,0,0,0 +442135,0,0,0,0,0 +442136,0,0,0,0,0 +442137,0,0,0,0,0 +442138,0,0,0,0,0 +442139,0,0,0,0,0 +442140,0,0,0,0,0 +442141,0,0,0,0,0 +442142,0,0,0,0,0 +442143,0,0,0,0,0 +442144,0,0,0,0,0 +442145,0,0,0,0,0 +442146,0,0,0,0,0 +442147,0,0,0,0,0 +442148,0,0,0,0,0 +442149,0,0,0,0,0 +442150,0,0,0,0,0 +442151,0,0,0,0,0 +442152,0,0,0,0,0 +442153,0,0,0,0,0 +442154,0,0,0,0,0 +442155,0,0,0,0,0 +442156,0,0,0,0,0 +442157,0,0,0,0,0 +442158,0,0,0,0,0 +442159,0,0,0,0,0 +442160,0,0,0,0,0 +442161,0,0,0,0,0 +442162,0,0,0,0,0 +442163,0,0,0,0,0 +442164,0,0,0,0,0 +442165,0,0,0,0,0 +442166,0,0,0,0,0 +442167,0,0,0,0,0 +442168,0,0,0,0,0 +442169,0,0,0,0,0 +442170,0,0,0,0,0 +442171,0,0,0,0,0 +442172,0,0,0,0,0 +442173,0,0,0,0,0 +442174,0,0,0,0,0 +442175,0,0,0,0,0 +442176,0,0,0,0,0 +442177,0,0,0,0,0 +442178,0,0,0,0,0 +442179,0,0,0,0,0 +442180,0,0,0,0,0 +442181,0,0,0,0,0 +442182,0,0,0,0,0 +442183,0,0,0,0,0 +442184,0,0,0,0,0 +442185,0,0,0,0,0 +442186,0,0,0,0,0 +442187,0,0,0,0,0 +442188,0,0,0,0,0 +442189,0,0,0,0,0 +442190,0,0,0,0,0 +442191,0,0,0,0,0 +442192,0,0,0,0,0 +442193,0,0,0,0,0 +442194,0,0,0,0,0 +442195,0,0,0,0,0 +442196,0,0,0,0,0 +442197,0,0,0,0,0 +442198,0,0,0,0,0 +442199,0,0,0,0,0 +442200,0,0,0,0,0 +442201,0,0,0,0,0 +442202,0,0,0,0,0 +442203,0,0,0,0,0 +442204,0,0,0,0,0 +442205,0,0,0,0,0 +442206,0,0,0,0,0 +442207,0,0,0,0,0 +442208,0,0,0,0,0 +442209,0,0,0,0,0 +442210,0,0,0,0,0 +442211,0,0,0,0,0 +442212,0,0,0,0,0 +442213,0,0,0,0,0 +442214,0,0,0,0,0 +442215,0,0,0,0,0 +442216,0,0,0,0,0 +442217,0,0,0,0,0 +442218,0,0,0,0,0 +442219,0,0,0,0,0 +442220,0,0,0,0,0 +442221,0,0,0,0,0 +442222,0,0,0,0,0 +442223,0,0,0,0,0 +442224,0,0,0,0,0 +442225,0,0,0,0,0 +442226,0,0,0,0,0 +442227,0,0,0,0,0 +442228,0,0,0,0,0 +442229,0,0,0,0,0 +442230,0,0,0,0,0 +442231,0,0,0,0,0 +442232,0,0,0,0,0 +442233,0,0,0,0,0 +442234,0,0,0,0,0 +442235,0,0,0,0,0 +442236,0,0,0,0,0 +442237,0,0,0,0,0 +442238,0,0,0,0,0 +442239,0,0,0,0,0 +442240,0,0,0,0,0 +442241,0,0,0,0,0 +442242,0,0,0,0,0 +442243,0,0,0,0,0 +442244,0,0,0,0,0 +442245,0,0,0,0,0 +442246,0,0,0,0,0 +442247,0,0,0,0,0 +442248,0,0,0,0,0 +442249,0,0,0,0,0 +442250,0,0,0,0,0 +442251,0,0,0,0,0 +442252,0,0,0,0,0 +442253,0,0,0,0,0 +442254,0,0,0,0,0 +442255,0,0,0,0,0 +442256,0,0,0,0,0 +442257,0,0,0,0,0 +442258,0,0,0,0,0 +442259,0,0,0,0,0 +442260,0,0,0,0,0 +442261,0,0,0,0,0 +442262,0,0,0,0,0 +442263,0,0,0,0,0 +442264,0,0,0,0,0 +442265,0,0,0,0,0 +442266,0,0,0,0,0 +442267,0,0,0,0,0 +442268,0,0,0,0,0 +442269,0,0,0,0,0 +442270,0,0,0,0,0 +442271,0,0,0,0,0 +442272,0,0,0,0,0 +442273,0,0,0,0,0 +442274,0,0,0,0,0 +442275,0,0,0,0,0 +442276,0,0,0,0,0 +442277,0,0,0,0,0 +442278,0,0,0,0,0 +442279,0,0,0,0,0 +442280,0,0,0,0,0 +442281,0,0,0,0,0 +442282,0,0,0,0,0 +442283,0,0,0,0,0 +442284,0,0,0,0,0 +442285,0,0,0,0,0 +442286,0,0,0,0,0 +442287,0,0,0,0,0 +442288,0,0,0,0,0 +442289,0,0,0,0,0 +442290,0,0,0,0,0 +442291,0,0,0,0,0 +442292,0,0,0,0,0 +442293,0,0,0,0,0 +442294,0,0,0,0,0 +442295,0,0,0,0,0 +442296,0,0,0,0,0 +442297,0,0,0,0,0 +442298,0,0,0,0,0 +442299,0,0,0,0,0 +442300,0,0,0,0,0 +442301,0,0,0,0,0 +442302,0,0,0,0,0 +442303,0,0,0,0,0 +442304,0,0,0,0,0 +442305,0,0,0,0,0 +442306,0,0,0,0,0 +442307,0,0,0,0,0 +442308,0,0,0,0,0 +442309,0,0,0,0,0 +442310,0,0,0,0,0 +442311,0,0,0,0,0 +442312,0,0,0,0,0 +442313,0,0,0,0,0 +442314,0,0,0,0,0 +442315,0,0,0,0,0 +442316,0,0,0,0,0 +442317,0,0,0,0,0 +442318,0,0,0,0,0 +442319,0,0,0,0,0 +442320,0,0,0,0,0 +442321,0,0,0,0,0 +442322,0,0,0,0,0 +442323,0,0,0,0,0 +442324,0,0,0,0,0 +442325,0,0,0,0,0 +442326,0,0,0,0,0 +442327,0,0,0,0,0 +442328,0,0,0,0,0 +442329,0,0,0,0,0 +442330,0,0,0,0,0 +442331,0,0,0,0,0 +442332,0,0,0,0,0 +442333,0,0,0,0,0 +442334,0,0,0,0,0 +442335,0,0,0,0,0 +442336,0,0,0,0,0 +442337,0,0,0,0,0 +442338,0,0,0,0,0 +442339,0,0,0,0,0 +442340,0,0,0,0,0 +442341,0,0,0,0,0 +442342,0,0,0,0,0 +442343,0,0,0,0,0 +442344,0,0,0,0,0 +442345,0,0,0,0,0 +442346,0,0,0,0,0 +442347,0,0,0,0,0 +442348,0,0,0,0,0 +442349,0,0,0,0,0 +442350,0,0,0,0,0 +442351,0,0,0,0,0 +442352,0,0,0,0,0 +442353,0,0,0,0,0 +442354,0,0,0,0,0 +442355,0,0,0,0,0 +442356,0,0,0,0,0 +442357,0,0,0,0,0 +442358,0,0,0,0,0 +442359,0,0,0,0,0 +442360,0,0,0,0,0 +442361,0,0,0,0,0 +442362,0,0,0,0,0 +442363,0,0,0,0,0 +442364,0,0,0,0,0 +442365,0,0,0,0,0 +442366,0,0,0,0,0 +442367,0,0,0,0,0 +442368,0,0,0,0,0 +442369,0,0,0,0,0 +442370,0,0,0,0,0 +442371,0,0,0,0,0 +442372,0,0,0,0,0 +442373,0,0,0,0,0 +442374,0,0,0,0,0 +442375,0,0,0,0,0 +442376,0,0,0,0,0 +442377,0,0,0,0,0 +442378,0,0,0,0,0 +442379,0,0,0,0,0 +442380,0,0,0,0,0 +442381,0,0,0,0,0 +442382,0,0,0,0,0 +442383,0,0,0,0,0 +442384,0,0,0,0,0 +442385,0,0,0,0,0 +442386,0,0,0,0,0 +442387,0,0,0,0,0 +442388,0,0,0,0,0 +442389,0,0,0,0,0 +442390,0,0,0,0,0 +442391,0,0,0,0,0 +442392,0,0,0,0,0 +442393,0,0,0,0,0 +442394,0,0,0,0,0 +442395,0,0,0,0,0 +442396,0,0,0,0,0 +442397,0,0,0,0,0 +442398,0,0,0,0,0 +442399,0,0,0,0,0 +442400,0,0,0,0,0 +442401,0,0,0,0,0 +442402,0,0,0,0,0 +442403,0,0,0,0,0 +442404,0,0,0,0,0 +442405,0,0,0,0,0 +442406,0,0,0,0,0 +442407,0,0,0,0,0 +442408,0,0,0,0,0 +442409,0,0,0,0,0 +442410,0,0,0,0,0 +442411,0,0,0,0,0 +442412,0,0,0,0,0 +442413,0,0,0,0,0 +442414,0,0,0,0,0 +442415,0,0,0,0,0 +442416,0,0,0,0,0 +442417,0,0,0,0,0 +442418,0,0,0,0,0 +442419,0,0,0,0,0 +442420,0,0,0,0,0 +442421,0,0,0,0,0 +442422,0,0,0,0,0 +442423,0,0,0,0,0 +442424,0,0,0,0,0 +442425,0,0,0,0,0 +442426,0,0,0,0,0 +442427,0,0,0,0,0 +442428,0,0,0,0,0 +442429,0,0,0,0,0 +442430,0,0,0,0,0 +442431,0,0,0,0,0 +442432,0,0,0,0,0 +442433,0,0,0,0,0 +442434,0,0,0,0,0 +442435,0,0,0,0,0 +442436,0,0,0,0,0 +442437,0,0,0,0,0 +442438,0,0,0,0,0 +442439,0,0,0,0,0 +442440,0,0,0,0,0 +442441,0,0,0,0,0 +442442,0,0,0,0,0 +442443,0,0,0,0,0 +442444,0,0,0,0,0 +442445,0,0,0,0,0 +442446,0,0,0,0,0 +442447,0,0,0,0,0 +442448,0,0,0,0,0 +442449,0,0,0,0,0 +442450,0,0,0,0,0 +442451,0,0,0,0,0 +442452,0,0,0,0,0 +442453,0,0,0,0,0 +442454,0,0,0,0,0 +442455,0,0,0,0,0 +442456,0,0,0,0,0 +442457,0,0,0,0,0 +442458,0,0,0,0,0 +442459,0,0,0,0,0 +442460,0,0,0,0,0 +442461,0,0,0,0,0 +442462,0,0,0,0,0 +442463,0,0,0,0,0 +442464,0,0,0,0,0 +442465,0,0,0,0,0 +442466,0,0,0,0,0 +442467,0,0,0,0,0 +442468,0,0,0,0,0 +442469,0,0,0,0,0 +442470,0,0,0,0,0 +442471,0,0,0,0,0 +442472,0,0,0,0,0 +442473,0,0,0,0,0 +442474,0,0,0,0,0 +442475,0,0,0,0,0 +442476,0,0,0,0,0 +442477,0,0,0,0,0 +442478,0,0,0,0,0 +442479,0,0,0,0,0 +442480,0,0,0,0,0 +442481,0,0,0,0,0 +442482,0,0,0,0,0 +442483,0,0,0,0,0 +442484,0,0,0,0,0 +442485,0,0,0,0,0 +442486,0,0,0,0,0 +442487,0,0,0,0,0 +442488,0,0,0,0,0 +442489,0,0,0,0,0 +442490,0,0,0,0,0 +442491,0,0,0,0,0 +442492,0,0,0,0,0 +442493,0,0,0,0,0 +442494,0,0,0,0,0 +442495,0,0,0,0,0 +442496,0,0,0,0,0 +442497,0,0,0,0,0 +442498,0,0,0,0,0 +442499,0,0,0,0,0 +442500,0,0,0,0,0 +442501,-1828.146381,-809.6883238,-1794.71776,-812.0572165,-1117.048445 +442502,-1885.788069,-806.6861009,-1849.720538,-809.5484512,-1115.891543 +442503,-1823.540198,-768.8178452,-1783.736864,-772.2542143,-1067.217878 +442504,-1800.446021,0,-1761.073512,-762.6205834,-1056.85775 +442505,-1342.738298,-59.47111911,-877.6011715,-570.768284,-575.6483446 +442506,-388.4673636,-299.9864226,-535.8875724,-212.2237487,-151.3402004 +442507,-1072.929187,-123.0859897,-920.5086274,-471.2647427,-520.0502923 +442508,-824.1627243,-135.6192963,-732.9733019,-371.6475812,-376.9948572 +442509,-810.4400959,-124.0330374,-721.6409343,-366.3473893,-372.2340871 +442510,-801.4167462,-112.1918982,-706.0059089,-360.7725816,-369.8073354 +442511,-791.0911811,-100.6581838,-697.5597523,-355.6666624,-365.9831997 +442512,-780.3787942,-89.19018222,-682.9333722,-349.6226359,-362.6736235 +442513,-772.105831,-77.80447442,-673.869555,-345.6069152,-359.90781 +442514,-762.6434562,-66.24481324,-661.546592,-340.7060322,-355.7653145 +442515,-752.9303893,-54.92042711,-652.0028889,-335.6637974,-352.8418538 +442516,-745.8778069,-43.7038409,-641.2318496,-330.8811454,-349.8570999 +442517,-735.7534848,-32.19740141,-631.3020251,-326.7791333,-346.1586921 +442518,-727.3967549,-20.94131371,-622.2576882,-322.1882713,-343.0676674 +442519,-720.8782026,-11.01363131,-612.0126822,-317.9123856,-339.9334144 +442520,-712.2527057,-2.284416515,-605.9076968,-313.5585475,-336.7601417 +442521,-703.4952099,0,-596.4949822,-309.5471544,-332.8794115 +442522,-696.6547238,0,-590.228734,-305.4737302,-330.3111238 +442523,-688.7024489,0,-581.7146379,-301.3406347,-327.0413825 +442524,-676.499139,0,-562.0590735,-295.424379,-323.0630629 +442525,-669.3694824,0,-553.2979897,-292.0315245,-321.1037157 +442526,-660.053073,0,-546.7081332,-287.7203712,-316.3875032 +442527,-654.8943915,0,-538.940085,-283.8009599,-314.3934664 +442528,-646.4833934,0,-531.1143851,-280.2867132,-311.0064825 +442529,-639.0709635,0,-525.5165281,-276.2859491,-307.2529749 +442530,-632.6815936,0,-517.5948647,-273.155041,-304.8702418 +442531,-626.2441098,0,-511.3502553,-268.6213009,-301.4297722 +442532,-618.66183,0,-503.9162115,-265.8918637,-298.672551 +442533,-612.1264276,0,-498.18257,-261.7471299,-295.2014108 +442534,-605.5474915,0,-491.2573582,-258.5032456,-292.4193463 +442535,-597.8093506,0,-484.2984563,-254.7637007,-289.6266436 +442536,-593.3855344,0,-479.0685104,-251.4703306,-286.1156706 +442537,-584.4318822,0,-472.052836,-248.1544048,-284.0112847 +442538,-579.9513888,0,-466.1890496,-244.8163176,-280.4777989 +442539,-572.0370115,0,-460.304189,-240.9728297,-277.6453845 +442540,-566.3632632,0,-454.398909,-238.0763468,-274.8045239 +442541,-560.6628379,0,-447.8782276,-235.1642595,-272.3138756 +442542,-552.6275587,0,-443.1282642,-231.2538695,-269.0985931 +442543,-548.026292,0,-437.168227,-228.3072794,-266.59408 +442544,-541.0816333,0,-431.1907167,-224.8500446,-263.7231252 +442545,-535.271939,0,-426.400089,-222.1224699,-261.2064831 +442546,-529.4385112,0,-420.3927236,-218.6319363,-257.9604042 +442547,-522.4044738,0,-414.3700994,-215.8784014,-255.7946365 +442548,-517.7030169,0,-410.7546969,-212.3562441,-252.8985167 +442549,-510.6161203,0,-403.4949337,-209.3248168,-250.3602436 +442550,-504.6895494,0,-399.8632592,-206.2813208,-247.4528333 +442551,-498.7423354,0,-393.7923234,-203.4814395,-245.2699851 +442552,-493.3734302,0,-388.3186536,-200.1589806,-241.987061 +442553,-486.7866349,0,-384.0564888,-197.3382081,-240.1625311 +442554,-480.779363,0,-377.9539921,-194.2502778,-237.2360887 +442555,-475.3576791,0,-373.6778104,-191.4108254,-234.3047559 +442556,-469.3148155,0,-368.1699964,-188.043619,-232.4716954 +442557,-463.2538912,0,-362.6540124,-185.4466005,-229.5327145 +442558,-457.1756895,0,-358.3597766,-182.5819835,-226.9578939 +442559,-451.6916094,0,-352.8301927,-179.1862721,-224.7487083 +442560,-445.5817111,0,-347.90957,-176.5680729,-222.167861 +442561,-439.4559324,0,-342.3670461,-173.1552714,-219.2142811 +442562,-431.4678351,0,-336.2009242,-170.2607194,-217.3672448 +442563,-425.925001,0,-331.2635783,-166.8314496,-214.0371887 +442564,-419.1336418,0,-324.4662418,-163.9236868,-211.8154138 +442565,-412.3257475,0,-318.8998941,-160.4798163,-209.2206653 +442566,-406.1235145,0,-313.3290156,-157.5604437,-206.6234847 +442567,-399.2862274,0,-307.133598,-154.3699779,-204.0239966 +442568,-392.4346981,0,-301.5538589,-151.4407127,-201.4223282 +442569,-386.1946629,0,-296.5910235,-147.9731518,-199.1908476 +442570,-379.3179253,0,-291.0048187,-145.0350806,-196.2128342 +442571,-372.4290345,0,-282.9293914,-141.8257489,-193.9780188 +442572,-366.7845946,0,-277.3361931,-138.6125431,-191.3688926 +442573,-358.6175153,0,-269.8742423,-135.9323558,-188.7580843 +442574,-352.3262296,0,-263.0311476,-132.4443525,-186.1457103 +442575,-344.7659725,0,-256.1855152,-129.4904495,-183.5318786 +442576,-337.8269085,0,-249.3376322,-126.2654613,-181.2904602 +442577,-330.879847,0,-242.4877859,-123.3072576,-178.3001446 +442578,-323.2926534,0,-235.6362716,-120.0780726,-176.0565562 +442579,-315.6977052,0,-228.1602608,-116.8471256,-173.4378641 +442580,-309.3635404,0,-221.3063536,-113.884166,-170.8181124 +442581,-301.1217215,0,-214.4516265,-110.6505069,-168.1973979 +442582,-294.1429219,0,-207.5961349,-107.6853673,-165.5757988 +442583,-286.5247302,0,-199.8049854,-104.4496862,-162.9533905 +442584,-279.5375654,0,-193.2602799,-101.2132451,-160.33024 +442585,-271.2755017,0,-186.4035304,-98.24602224,-157.7064044 +442586,-263.6458073,0,-178.611301,-95.00850349,-155.2694484 +442587,-243.2871022,0,-159.597459,-86.64307387,-152.456891 +442588,-234.3762152,0,-151.493219,-83.13468088,-149.6437526 +442589,-225.4634815,161.3094457,-143.0771197,-79.7610429,-147.2053295 +442590,-217.1863589,147.3142798,-136.0637986,-76.11733775,-144.2036417 +442591,-210.1820552,149.625715,-128.7386267,-73.28335301,-141.5768253 +442592,-201.5849901,175.7128391,-122.5044807,-70.4493108,-138.9497019 +442593,-194.5797836,190.2275855,-115.6468617,-67.21034051,-135.9469044 +442594,-186.6188614,204.1766467,-108.7891965,-64.37626533,-133.6946627 +442595,-179.2947159,218.2579766,-102.5549709,-61.54216717,-130.3158904 +442596,-171.3334141,231.7954598,-95.69728347,-58.57309771,-128.0632943 +442597,-163.6904824,245.0902541,-89.1512944,-55.73896717,-124.8718395 +442598,-156.0475655,258.6377273,-82.76114221,-52.90480788,-122.2434834 +442599,-148.4045668,271.1608662,-76.05926451,-49.93569075,-119.4272598 +442600,-140.4430171,284.3575401,-69.51322998,-46.96657235,-116.4231664 +442601,-133.118464,296.6689246,-64.52577424,-44.40235029,-113.7945336 +442602,-124.8384058,309.580618,-58.91487097,-41.29825647,-110.7902875 +442603,-117.5137744,321.4642128,-53.9274123,-38.59905181,-107.9737614 +442604,-109.2337261,333.5844088,-48.4723478,-35.62990361,-105.1571953 +442605,-101.7498644,345.8328778,-43.32900041,-32.93070171,-102.152811 +442606,-93.94747972,357.5015124,-38.02978477,-30.90628768,-99.33618721 +442607,-85.82662296,369.221506,-32.73056511,-28.61194054,-96.51954184 +442608,-78.02423855,380.5617691,-27.58720457,-26.31758921,-93.51509319 +442609,-70.22183624,392.3079604,-22.28797565,-24.02324697,-90.51063577 +442610,-62.26020299,403.409734,-17.14460293,-21.59393486,-87.8817436 +442611,-54.13931622,414.6012369,-11.84536461,-19.43455025,-84.87726532 +442612,-46.49612999,425.6257198,-6.546124096,-17.00523114,-81.8727772 +442613,-38.21600346,436.5509907,-1.558601591,-14.84584663,-79.05607422 +442614,-31.84667664,447.3407234,0,-12.41652706,-76.05158402 +442615,-25.63658508,458.00903,0,-9.987207082,-73.23487746 +442616,-18.9487809,468.5740636,0,-7.96277813,-70.23038127 +442617,-12.57944485,479.0271599,0,-5.398492281,-67.41366656 +442618,-5.89163901,489.37393,0,-3.239096021,-64.40916313 +442619,0,499.5841234,0,0,-61.59244141 +442620,0,509.7713511,0,0,-58.40015009 +442621,0,519.7484347,0,0,-55.20786929 +442622,0,530.5345066,0,0,-51.82780155 +442623,0,546.1179536,0,0,-48.25994658 +442624,0,559.4561195,0,0,-45.06766096 +442625,0,572.623914,0,0,-41.6875881 +442626,0,585.6132987,0,0,-38.11972948 +442627,0,598.5649188,0,0,-34.73965784 +442628,0,611.3124393,0,0,-31.54737022 +442629,0,623.9680383,0,0,-27.97951274 +442630,0,636.4556126,0,0,-24.78722056 +442631,0,648.922118,0,0,-21.03157927 +442632,0,661.1865197,0,0,-18.02707103 +442633,0,673.3244589,0,0,-14.45921261 +442634,0,685.4495888,0,0,-10.89135436 +442635,0,697.3249322,0,0,-7.699061792 +442636,0,709.2344695,0,0,-4.13120393 +442637,0,720.8891032,0,0,0 +442638,0,732.583766,0,0,0 +442639,0,744.0223656,0,0,0 +442640,0,755.5091116,0,0,0 +442641,0,766.2825317,0,0,0 +442642,0,778.2149071,0,0,0 +442643,0,788.9605655,0,0,0 +442644,0,799.99735,0,0,0 +442645,0,811.0232472,0,0,0 +442646,0,821.672108,0,0,0 +442647,0,832.4502949,0,0,0 +442648,0,843.1491106,0,0,0 +442649,0,853.5106174,0,0,0 +442650,0,864.0657164,0,0,0 +442651,0,873.5526072,0,0,0 +442652,0,882.8730477,0,0,0 +442653,0,892.0049062,0,0,0 +442654,0,900.9836203,0,0,0 +442655,0,909.8056675,0,0,0 +442656,0,918.4359003,0,0,0 +442657,0,927.0693063,0,0,0 +442658,0,935.441317,0,0,0 +442659,0,943.7351605,0,0,0 +442660,0,951.8960975,0,0,0 +442661,0,959.9308038,0,0,0 +442662,0,967.7852829,0,0,0 +442663,0,975.6714826,0,0,0 +442664,0,983.3648291,0,0,0 +442665,0,990.8499476,0,0,0 +442666,0,998.2856293,0,0,0 +442667,0,1005.706597,0,0,0 +442668,0,1012.892209,0,0,0 +442669,0,1020.089656,0,0,0 +442670,0,1026.946696,0,0,0 +442671,0,1033.998493,0,0,0 +442672,0,1040.747646,0,0,0 +442673,0,1047.461497,0,0,0 +442674,0,1053.998383,0,0,0 +442675,0,1060.595409,0,0,0 +442676,0,1067.015029,0,0,0 +442677,0,1073.226746,0,0,0 +442678,0,1079.480148,0,0,0 +442679,0,1085.508003,0,0,0 +442680,0,1091.616093,0,0,0 +442681,0,1097.121703,0,0,0 +442682,0,1102.629156,0,0,0 +442683,0,1108.040144,0,0,0 +442684,0,1113.289118,0,0,0 +442685,0,1118.687357,0,0,0 +442686,0,1124.761289,0,0,0 +442687,0,1130.757221,0,0,0 +442688,0,1134.36713,0,0,0 +442689,0,1141.6691,0,0,0 +442690,0,1143.434077,0,0,0 +442691,0,1152.831707,0,0,0 +442692,0,1151.077501,0,0,0 +442693,0,1165.187006,0,0,0 +442694,0,1155.962355,0,0,0 +442695,0,1155.927447,0,0,0 +442696,0,1177.349088,0,0,0 +442697,0,1171.679387,0,0,0 +442698,0,1178.042976,0,0,0 +442699,0,1182.08059,0,0,0 +442700,0,1185.75889,0,0,0 +442701,0,1189.697763,0,0,0 +442702,0,1193.318682,0,0,0 +442703,0,1196.927993,0,0,0 +442704,0,1200.437042,0,0,0 +442705,0,1203.931906,0,0,0 +442706,0,1207.15317,0,0,0 +442707,0,1210.452239,0,0,0 +442708,0,1213.594454,0,0,0 +442709,0,1216.661993,0,0,0 +442710,0,1219.641461,0,0,0 +442711,0,1222.091897,0,0,0 +442712,0,1224.569042,0,0,0 +442713,0,1226.825512,0,0,0 +442714,0,1228.839931,0,0,0 +442715,0,1230.897737,0,0,0 +442716,0,1232.775528,0,0,0 +442717,0,1234.556302,0,0,0 +442718,0,1236.229843,0,0,0 +442719,0,1237.796951,0,0,0 +442720,0,1239.259141,0,0,0 +442721,0,1240.617081,0,0,0 +442722,0,1241.872023,0,0,0 +442723,0,1243.024469,0,0,0 +442724,0,1244.075521,0,0,0 +442725,0,1245.025563,0,0,0 +442726,0,1245.875593,0,0,0 +442727,0,1246.625907,0,0,0 +442728,0,1247.277417,0,0,0 +442729,0,1247.830353,0,0,0 +442730,0,1248.285559,0,0,0 +442731,0,1248.643217,0,0,0 +442732,0,1248.90411,0,0,0 +442733,0,1249.068391,0,0,0 +442734,0,1249.136799,0,0,0 +442735,0,1249.109456,0,0,0 +442736,0,1248.987093,0,0,0 +442737,0,1248.769783,0,0,0 +442738,0,1248.458233,0,0,0 +442739,0,1248.052519,0,0,0 +442740,0,1247.553305,0,0,0 +442741,0,1246.844993,0,0,0 +442742,0,1246.002708,0,0,0 +442743,0,1245.053546,0,0,0 +442744,0,1244.006254,0,0,0 +442745,0,1242.863415,0,0,0 +442746,0,1241.626518,0,0,0 +442747,0,1240.295958,0,0,0 +442748,0,1238.872529,0,0,0 +442749,0,1237.356401,0,0,0 +442750,0,1235.748277,0,0,0 +442751,0,1234.048302,0,0,0 +442752,0,1232.257155,0,0,0 +442753,0,1230.374985,0,0,0 +442754,0,1228.402464,0,0,0 +442755,0,1226.339755,0,0,0 +442756,0,1224.108883,0,0,0 +442757,0,1221.980636,0,0,0 +442758,0,1219.671998,0,0,0 +442759,0,1217.152949,0,0,0 +442760,0,1214.701981,0,0,0 +442761,0,1212.095588,0,0,0 +442762,0,1209.414359,0,0,0 +442763,0,1206.646604,0,0,0 +442764,0,1203.792828,0,0,0 +442765,0,1200.776341,0,0,0 +442766,0,1197.862107,0,0,0 +442767,0,1194.698124,0,0,0 +442768,0,1191.51639,0,0,0 +442769,0,1188.239004,0,0,0 +442770,0,1184.878342,0,0,0 +442771,0,1181.183986,0,0,0 +442772,0,1177.005889,0,0,0 +442773,0,1173.190591,0,0,0 +442774,0,1168.926827,0,0,0 +442775,0,1164.758995,0,0,0 +442776,0,1160.363102,0,0,0 +442777,0,1155.919836,0,0,0 +442778,0,1172.367179,0,0,0 +442779,0,1116.059322,0,0,0 +442780,0,1157.446819,0,0,0 +442781,0,1141.95543,0,0,0 +442782,0,1120.375157,0,0,0 +442783,0,1141.387982,0,0,0 +442784,0,1109.294729,0,0,0 +442785,0,1123.72229,0,0,0 +442786,0,1109.729647,0,0,0 +442787,0,1107.226212,0,0,0 +442788,0,1101.261904,0,0,0 +442789,0,1095.934949,0,0,0 +442790,0,1090.419868,0,0,0 +442791,0,1084.830885,0,0,0 +442792,0,1079.236649,0,0,0 +442793,0,1073.403398,0,0,0 +442794,0,1067.645821,0,0,0 +442795,0,1061.689197,0,0,0 +442796,0,1055.842522,0,0,0 +442797,0,1049.779647,0,0,0 +442798,0,1043.777943,0,0,0 +442799,0,1037.533775,0,0,0 +442800,0,1031.370865,0,0,0 +442801,0,1025.24452,0,0,0 +442802,0,1019.043179,0,0,0 +442803,0,1012.778404,0,0,0 +442804,0,1006.455088,0,0,0 +442805,0,1000.074538,0,0,0 +442806,0,993.6383722,0,0,0 +442807,0,987.2118779,0,0,0 +442808,0,980.5758862,0,0,0 +442809,0,973.961866,0,0,0 +442810,0,967.3934384,0,0,0 +442811,0,960.713434,0,0,0 +442812,0,953.8870719,0,0,0 +442813,0,947.1367999,0,0,0 +442814,0,940.3452873,0,0,0 +442815,0,933.3132546,0,0,0 +442816,0,926.5108304,0,0,0 +442817,0,919.4846277,0,0,0 +442818,0,912.5373276,0,0,0 +442819,42.91428583,905.3964671,0,0,0 +442820,124.2396957,898.2191481,0,0,0 +442821,100.2033341,891.2624708,0,0,0 +442822,119.0117723,883.979876,0,0,0 +442823,134.0283748,876.7593134,0,0,0 +442824,146.2994842,869.6134161,0,0,0 +442825,158.3326563,862.2138073,0,0,0 +442826,170.309947,854.9608032,0,0,0 +442827,182.7744095,847.6789737,0,0,0 +442828,194.386812,840.1863077,0,0,0 +442829,206.8891715,832.8263217,0,0,0 +442830,218.8549645,825.4658237,0,0,0 +442831,230.4065958,817.5124132,0,0,0 +442832,241.978168,809.6982075,0,0,0 +442833,253.3856513,801.6059315,0,0,0 +442834,264.7133552,793.7181202,0,0,0 +442835,276.4427608,785.7004071,0,0,0 +442836,287.7012469,777.5735316,0,0,0 +442837,299.1065915,769.5306658,0,0,0 +442838,310.2430293,761.4160226,0,0,0 +442839,322.2371213,753.7993784,0,0,0 +442840,333.0082193,744.9195463,0,0,0 +442841,344.5476689,737.1852843,0,0,0 +442842,355.9220287,728.9191507,0,0,0 +442843,367.0853846,720.7096428,0,0,0 +442844,378.454108,712.600159,0,0,0 +442845,389.4175683,704.3860717,0,0,0 +442846,401.1154483,696.1619178,0,0,0 +442847,412.1019438,692.3169817,0,0,0 +442848,423.3580374,686.3696396,0,0,0 +442849,434.4744766,680.4634934,0,0,0 +442850,445.6708325,674.5036131,0,0,0 +442851,456.8146107,668.6463134,0,0,0 +442852,467.9885204,662.6968763,0,0,0 +442853,479.0583303,656.7390188,0,0,0 +442854,490.1912579,650.8875332,0,0,0 +442855,501.2871228,644.9412813,0,0,0 +442856,512.3994497,639.0036512,0,0,0 +442857,523.3735545,633.1599533,0,0,0 +442858,534.0681452,627.2387943,0,0,0 +442859,545.6313659,621.3639171,0,0,0 +442860,556.4286772,615.4530187,0,0,0 +442861,0,0,0,0,0 +442862,0,0,0,0,0 +442863,0,0,0,0,0 +442864,0,0,0,0,0 +442865,0,0,0,0,0 +442866,0,0,0,0,0 +442867,0,0,0,0,0 +442868,0,0,0,0,0 +442869,0,0,0,0,0 +442870,0,0,0,0,0 +442871,0,0,0,0,0 +442872,0,0,0,0,0 +442873,0,0,0,0,0 +442874,0,0,0,0,0 +442875,0,0,0,0,0 +442876,0,0,0,0,0 +442877,0,0,0,0,0 +442878,0,0,0,0,0 +442879,0,0,0,0,0 +442880,0,0,0,0,0 +442881,0,0,0,0,0 +442882,0,0,0,0,0 +442883,0,0,0,0,0 +442884,0,0,0,0,0 +442885,0,0,0,0,0 +442886,0,0,0,0,0 +442887,0,0,0,0,0 +442888,0,0,0,0,0 +442889,0,0,0,0,0 +442890,0,0,0,0,0 +442891,0,0,0,0,0 +442892,0,0,0,0,0 +442893,0,0,0,0,0 +442894,0,0,0,0,0 +442895,0,0,0,0,0 +442896,0,0,0,0,0 +442897,0,0,0,0,0 +442898,0,0,0,0,0 +442899,0,0,0,0,0 +442900,0,0,0,0,0 +442901,0,0,0,0,0 +442902,0,0,0,0,0 +442903,0,0,0,0,0 +442904,0,0,0,0,0 +442905,0,0,0,0,0 +442906,0,0,0,0,0 +442907,0,0,0,0,0 +442908,0,0,0,0,0 +442909,0,0,0,0,0 +442910,0,0,0,0,0 +442911,0,0,0,0,0 +442912,0,0,0,0,0 +442913,0,0,0,0,0 +442914,0,0,0,0,0 +442915,0,0,0,0,0 +442916,0,0,0,0,0 +442917,0,0,0,0,0 +442918,0,0,0,0,0 +442919,0,0,0,0,0 +442920,0,0,0,0,0 +442921,0,0,0,0,0 +442922,0,0,0,0,0 +442923,0,0,0,0,0 +442924,0,0,0,0,0 +442925,0,0,0,0,0 +442926,0,0,0,0,0 +442927,0,0,0,0,0 +442928,0,0,0,0,0 +442929,0,0,0,0,0 +442930,0,0,0,0,0 +442931,0,0,0,0,0 +442932,0,0,0,0,0 +442933,0,0,0,0,0 +442934,0,0,0,0,0 +442935,0,0,0,0,0 +442936,0,0,0,0,0 +442937,0,0,0,0,0 +442938,0,0,0,0,0 +442939,0,0,0,0,0 +442940,0,0,0,0,0 +442941,0,0,0,0,0 +442942,0,0,0,0,0 +442943,0,0,0,0,0 +442944,0,0,0,0,0 +442945,0,0,0,0,0 +442946,0,0,0,0,0 +442947,0,0,0,0,0 +442948,0,0,0,0,0 +442949,0,0,0,0,0 +442950,0,0,0,0,0 +442951,0,0,0,0,0 +442952,0,0,0,0,0 +442953,0,0,0,0,0 +442954,0,0,0,0,0 +442955,0,0,0,0,0 +442956,0,0,0,0,0 +442957,0,0,0,0,0 +442958,0,0,0,0,0 +442959,0,0,0,0,0 +442960,0,0,0,0,0 +442961,0,0,0,0,0 +442962,0,0,0,0,0 +442963,0,0,0,0,0 +442964,0,0,0,0,0 +442965,0,0,0,0,0 +442966,0,0,0,0,0 +442967,0,0,0,0,0 +442968,0,0,0,0,0 +442969,0,0,0,0,0 +442970,0,0,0,0,0 +442971,0,0,0,0,0 +442972,0,0,0,0,0 +442973,0,0,0,0,0 +442974,0,0,0,0,0 +442975,0,0,0,0,0 +442976,0,0,0,0,0 +442977,0,0,0,0,0 +442978,0,0,0,0,0 +442979,0,0,0,0,0 +442980,0,0,0,0,0 +442981,0,0,0,0,0 +442982,0,0,0,0,0 +442983,0,0,0,0,0 +442984,0,0,0,0,0 +442985,0,0,0,0,0 +442986,0,0,0,0,0 +442987,0,0,0,0,0 +442988,0,0,0,0,0 +442989,0,0,0,0,0 +442990,0,0,0,0,0 +442991,0,0,0,0,0 +442992,0,0,0,0,0 +442993,0,0,0,0,0 +442994,0,0,0,0,0 +442995,0,0,0,0,0 +442996,0,0,0,0,0 +442997,0,0,0,0,0 +442998,0,0,0,0,0 +442999,0,0,0,0,0 +443000,0,0,0,0,0 +443001,0,0,0,0,0 +443002,0,0,0,0,0 +443003,0,0,0,0,0 +443004,0,0,0,0,0 +443005,0,0,0,0,0 +443006,0,0,0,0,0 +443007,0,0,0,0,0 +443008,0,0,0,0,0 +443009,0,0,0,0,0 +443010,0,0,0,0,0 +443011,0,0,0,0,0 +443012,0,0,0,0,0 +443013,0,0,0,0,0 +443014,0,0,0,0,0 +443015,0,0,0,0,0 +443016,0,0,0,0,0 +443017,0,0,0,0,0 +443018,0,0,0,0,0 +443019,0,0,0,0,0 +443020,0,0,0,0,0 +443021,0,0,0,0,0 +443022,0,0,0,0,0 +443023,0,0,0,0,0 +443024,0,0,0,0,0 +443025,0,0,0,0,0 +443026,0,0,0,0,0 +443027,0,0,0,0,0 +443028,0,0,0,0,0 +443029,0,0,0,0,0 +443030,0,0,0,0,0 +443031,0,0,0,0,0 +443032,0,0,0,0,0 +443033,0,0,0,0,0 +443034,0,0,0,0,0 +443035,0,0,0,0,0 +443036,0,0,0,0,0 +443037,0,0,0,0,0 +443038,0,0,0,0,0 +443039,0,0,0,0,0 +443040,0,0,0,0,0 +443041,0,0,0,0,0 +443042,0,0,0,0,0 +443043,0,0,0,0,0 +443044,0,0,0,0,0 +443045,0,0,0,0,0 +443046,0,0,0,0,0 +443047,0,0,0,0,0 +443048,0,0,0,0,0 +443049,0,0,0,0,0 +443050,0,0,0,0,0 +443051,0,0,0,0,0 +443052,0,0,0,0,0 +443053,0,0,0,0,0 +443054,0,0,0,0,0 +443055,0,0,0,0,0 +443056,0,0,0,0,0 +443057,0,0,0,0,0 +443058,0,0,0,0,0 +443059,0,0,0,0,0 +443060,0,0,0,0,0 +443061,0,0,0,0,0 +443062,0,0,0,0,0 +443063,0,0,0,0,0 +443064,0,0,0,0,0 +443065,0,0,0,0,0 +443066,0,0,0,0,0 +443067,0,0,0,0,0 +443068,0,0,0,0,0 +443069,0,0,0,0,0 +443070,0,0,0,0,0 +443071,0,0,0,0,0 +443072,0,0,0,0,0 +443073,0,0,0,0,0 +443074,0,0,0,0,0 +443075,0,0,0,0,0 +443076,0,0,0,0,0 +443077,0,0,0,0,0 +443078,0,0,0,0,0 +443079,0,0,0,0,0 +443080,0,0,0,0,0 +443081,0,0,0,0,0 +443082,0,0,0,0,0 +443083,0,0,0,0,0 +443084,0,0,0,0,0 +443085,0,0,0,0,0 +443086,0,0,0,0,0 +443087,0,0,0,0,0 +443088,0,0,0,0,0 +443089,0,0,0,0,0 +443090,0,0,0,0,0 +443091,0,0,0,0,0 +443092,0,0,0,0,0 +443093,0,0,0,0,0 +443094,0,0,0,0,0 +443095,0,0,0,0,0 +443096,0,0,0,0,0 +443097,0,0,0,0,0 +443098,0,0,0,0,0 +443099,0,0,0,0,0 +443100,0,0,0,0,0 +443101,0,0,0,0,0 +443102,0,0,0,0,0 +443103,0,0,0,0,0 +443104,0,0,0,0,0 +443105,0,0,0,0,0 +443106,0,0,0,0,0 +443107,0,0,0,0,0 +443108,0,0,0,0,0 +443109,0,0,0,0,0 +443110,0,0,0,0,0 +443111,0,0,0,0,0 +443112,0,0,0,0,0 +443113,0,0,0,0,0 +443114,0,0,0,0,0 +443115,0,0,0,0,0 +443116,0,0,0,0,0 +443117,0,0,0,0,0 +443118,0,0,0,0,0 +443119,0,0,0,0,0 +443120,0,0,0,0,0 +443121,0,0,0,0,0 +443122,0,0,0,0,0 +443123,0,0,0,0,0 +443124,0,0,0,0,0 +443125,0,0,0,0,0 +443126,0,0,0,0,0 +443127,0,0,0,0,0 +443128,0,0,0,0,0 +443129,0,0,0,0,0 +443130,0,0,0,0,0 +443131,0,0,0,0,0 +443132,0,0,0,0,0 +443133,0,0,0,0,0 +443134,0,0,0,0,0 +443135,0,0,0,0,0 +443136,0,0,0,0,0 +443137,0,0,0,0,0 +443138,0,0,0,0,0 +443139,0,0,0,0,0 +443140,0,0,0,0,0 +443141,0,0,0,0,0 +443142,0,0,0,0,0 +443143,0,0,0,0,0 +443144,0,0,0,0,0 +443145,0,0,0,0,0 +443146,0,0,0,0,0 +443147,0,0,0,0,0 +443148,0,0,0,0,0 +443149,0,0,0,0,0 +443150,0,0,0,0,0 +443151,0,0,0,0,0 +443152,0,0,0,0,0 +443153,0,0,0,0,0 +443154,0,0,0,0,0 +443155,0,0,0,0,0 +443156,0,0,0,0,0 +443157,0,0,0,0,0 +443158,0,0,0,0,0 +443159,0,0,0,0,0 +443160,0,0,0,0,0 +443161,0,0,0,0,0 +443162,0,0,0,0,0 +443163,0,0,0,0,0 +443164,0,0,0,0,0 +443165,0,0,0,0,0 +443166,0,0,0,0,0 +443167,0,0,0,0,0 +443168,0,0,0,0,0 +443169,0,0,0,0,0 +443170,0,0,0,0,0 +443171,0,0,0,0,0 +443172,0,0,0,0,0 +443173,0,0,0,0,0 +443174,0,0,0,0,0 +443175,0,0,0,0,0 +443176,0,0,0,0,0 +443177,0,0,0,0,0 +443178,0,0,0,0,0 +443179,0,0,0,0,0 +443180,0,0,0,0,0 +443181,0,0,0,0,0 +443182,0,0,0,0,0 +443183,0,0,0,0,0 +443184,0,0,0,0,0 +443185,0,0,0,0,0 +443186,0,0,0,0,0 +443187,0,0,0,0,0 +443188,0,0,0,0,0 +443189,0,0,0,0,0 +443190,0,0,0,0,0 +443191,0,0,0,0,0 +443192,0,0,0,0,0 +443193,0,0,0,0,0 +443194,0,0,0,0,0 +443195,0,0,0,0,0 +443196,0,0,0,0,0 +443197,0,0,0,0,0 +443198,0,0,0,0,0 +443199,0,0,0,0,0 +443200,0,0,0,0,0 +443201,0,0,0,0,0 +443202,0,0,0,0,0 +443203,0,0,0,0,0 +443204,0,0,0,0,0 +443205,0,0,0,0,0 +443206,0,0,0,0,0 +443207,0,0,0,0,0 +443208,0,0,0,0,0 +443209,0,0,0,0,0 +443210,0,0,0,0,0 +443211,0,0,0,0,0 +443212,0,0,0,0,0 +443213,0,0,0,0,0 +443214,0,0,0,0,0 +443215,0,0,0,0,0 +443216,0,0,0,0,0 +443217,0,0,0,0,0 +443218,0,0,0,0,0 +443219,0,0,0,0,0 +443220,0,0,0,0,0 +443221,0,0,0,0,0 +443222,0,0,0,0,0 +443223,0,0,0,0,0 +443224,0,0,0,0,0 +443225,0,0,0,0,0 +443226,0,0,0,0,0 +443227,0,0,0,0,0 +443228,0,0,0,0,0 +443229,0,0,0,0,0 +443230,0,0,0,0,0 +443231,0,0,0,0,0 +443232,0,0,0,0,0 +443233,0,0,0,0,0 +443234,0,0,0,0,0 +443235,0,0,0,0,0 +443236,0,0,0,0,0 +443237,0,0,0,0,0 +443238,0,0,0,0,0 +443239,0,0,0,0,0 +443240,0,0,0,0,0 +443241,0,0,0,0,0 +443242,0,0,0,0,0 +443243,0,0,0,0,0 +443244,0,0,0,0,0 +443245,0,0,0,0,0 +443246,0,0,0,0,0 +443247,0,0,0,0,0 +443248,0,0,0,0,0 +443249,0,0,0,0,0 +443250,0,0,0,0,0 +443251,0,0,0,0,0 +443252,0,0,0,0,0 +443253,0,0,0,0,0 +443254,0,0,0,0,0 +443255,0,0,0,0,0 +443256,0,0,0,0,0 +443257,0,0,0,0,0 +443258,0,0,0,0,0 +443259,0,0,0,0,0 +443260,0,0,0,0,0 +443261,0,0,0,0,0 +443262,0,0,0,0,0 +443263,0,0,0,0,0 +443264,0,0,0,0,0 +443265,0,0,0,0,0 +443266,0,0,0,0,0 +443267,0,0,0,0,0 +443268,0,0,0,0,0 +443269,0,0,0,0,0 +443270,0,0,0,0,0 +443271,0,0,0,0,0 +443272,0,0,0,0,0 +443273,0,0,0,0,0 +443274,0,0,0,0,0 +443275,0,0,0,0,0 +443276,0,0,0,0,0 +443277,0,0,0,0,0 +443278,0,0,0,0,0 +443279,0,0,0,0,0 +443280,0,0,0,0,0 +443281,0,0,0,0,0 +443282,0,0,0,0,0 +443283,0,0,0,0,0 +443284,0,0,0,0,0 +443285,0,0,0,0,0 +443286,0,0,0,0,0 +443287,0,0,0,0,0 +443288,0,0,0,0,0 +443289,0,0,0,0,0 +443290,0,0,0,0,0 +443291,0,0,0,0,0 +443292,0,0,0,0,0 +443293,0,0,0,0,0 +443294,0,0,0,0,0 +443295,0,0,0,0,0 +443296,0,0,0,0,0 +443297,0,0,0,0,0 +443298,0,0,0,0,0 +443299,0,0,0,0,0 +443300,0,0,0,0,0 +443301,0,0,0,0,0 +443302,0,0,0,0,0 +443303,0,0,0,0,0 +443304,0,0,0,0,0 +443305,0,0,0,0,0 +443306,0,0,0,0,0 +443307,0,0,0,0,0 +443308,0,0,0,0,0 +443309,0,0,0,0,0 +443310,0,0,0,0,0 +443311,0,0,0,0,0 +443312,0,0,0,0,0 +443313,0,0,0,0,0 +443314,0,0,0,0,0 +443315,0,0,0,0,0 +443316,0,0,0,0,0 +443317,0,0,0,0,0 +443318,0,0,0,0,0 +443319,0,0,0,0,0 +443320,0,0,0,0,0 +443321,0,0,0,0,0 +443322,0,0,0,0,0 +443323,0,0,0,0,0 +443324,0,0,0,0,0 +443325,0,0,0,0,0 +443326,0,0,0,0,0 +443327,0,0,0,0,0 +443328,0,0,0,0,0 +443329,0,0,0,0,0 +443330,0,0,0,0,0 +443331,0,0,0,0,0 +443332,0,0,0,0,0 +443333,0,0,0,0,0 +443334,0,0,0,0,0 +443335,0,0,0,0,0 +443336,0,0,0,0,0 +443337,0,0,0,0,0 +443338,0,0,0,0,0 +443339,0,0,0,0,0 +443340,0,0,0,0,0 +443341,0,0,0,0,0 +443342,0,0,0,0,0 +443343,0,0,0,0,0 +443344,0,0,0,0,0 +443345,0,0,0,0,0 +443346,0,0,0,0,0 +443347,0,0,0,0,0 +443348,0,0,0,0,0 +443349,0,0,0,0,0 +443350,0,0,0,0,0 +443351,0,0,0,0,0 +443352,0,0,0,0,0 +443353,0,0,0,0,0 +443354,0,0,0,0,0 +443355,0,0,0,0,0 +443356,0,0,0,0,0 +443357,0,0,0,0,0 +443358,0,0,0,0,0 +443359,0,0,0,0,0 +443360,0,0,0,0,0 +443361,0,0,0,0,0 +443362,0,0,0,0,0 +443363,0,0,0,0,0 +443364,0,0,0,0,0 +443365,0,0,0,0,0 +443366,0,0,0,0,0 +443367,0,0,0,0,0 +443368,0,0,0,0,0 +443369,0,0,0,0,0 +443370,0,0,0,0,0 +443371,0,0,0,0,0 +443372,0,0,0,0,0 +443373,0,0,0,0,0 +443374,0,0,0,0,0 +443375,0,0,0,0,0 +443376,0,0,0,0,0 +443377,0,0,0,0,0 +443378,0,0,0,0,0 +443379,0,0,0,0,0 +443380,0,0,0,0,0 +443381,0,0,0,0,0 +443382,0,0,0,0,0 +443383,0,0,0,0,0 +443384,0,0,0,0,0 +443385,0,0,0,0,0 +443386,0,0,0,0,0 +443387,0,0,0,0,0 +443388,0,0,0,0,0 +443389,0,0,0,0,0 +443390,0,0,0,0,0 +443391,0,0,0,0,0 +443392,0,0,0,0,0 +443393,0,0,0,0,0 +443394,0,0,0,0,0 +443395,0,0,0,0,0 +443396,0,0,0,0,0 +443397,0,0,0,0,0 +443398,0,0,0,0,0 +443399,0,0,0,0,0 +443400,0,0,0,0,0 +443401,0,0,0,0,0 +443402,0,0,0,0,0 +443403,0,0,0,0,0 +443404,0,0,0,0,0 +443405,0,0,0,0,0 +443406,0,0,0,0,0 +443407,0,0,0,0,0 +443408,0,0,0,0,0 +443409,0,0,0,0,0 +443410,0,0,0,0,0 +443411,0,0,0,0,0 +443412,0,0,0,0,0 +443413,0,0,0,0,0 +443414,0,0,0,0,0 +443415,0,0,0,0,0 +443416,0,0,0,0,0 +443417,0,0,0,0,0 +443418,0,0,0,0,0 +443419,0,0,0,0,0 +443420,0,0,0,0,0 +443421,0,0,0,0,0 +443422,0,0,0,0,0 +443423,0,0,0,0,0 +443424,0,0,0,0,0 +443425,0,0,0,0,0 +443426,0,0,0,0,0 +443427,0,0,0,0,0 +443428,0,0,0,0,0 +443429,0,0,0,0,0 +443430,0,0,0,0,0 +443431,0,0,0,0,0 +443432,0,0,0,0,0 +443433,0,0,0,0,0 +443434,0,0,0,0,0 +443435,0,0,0,0,0 +443436,0,0,0,0,0 +443437,0,0,0,0,0 +443438,0,0,0,0,0 +443439,0,0,0,0,0 +443440,0,0,0,0,0 +443441,0,0,0,0,0 +443442,0,0,0,0,0 +443443,0,0,0,0,0 +443444,0,0,0,0,0 +443445,0,0,0,0,0 +443446,0,0,0,0,0 +443447,0,0,0,0,0 +443448,0,0,0,0,0 +443449,0,0,0,0,0 +443450,0,0,0,0,0 +443451,0,0,0,0,0 +443452,0,0,0,0,0 +443453,0,0,0,0,0 +443454,0,0,0,0,0 +443455,0,0,0,0,0 +443456,0,0,0,0,0 +443457,0,0,0,0,0 +443458,0,0,0,0,0 +443459,0,0,0,0,0 +443460,0,0,0,0,0 +443461,0,0,0,0,0 +443462,0,0,0,0,0 +443463,0,0,0,0,0 +443464,0,0,0,0,0 +443465,0,0,0,0,0 +443466,0,0,0,0,0 +443467,0,0,0,0,0 +443468,0,0,0,0,0 +443469,0,0,0,0,0 +443470,0,0,0,0,0 +443471,0,0,0,0,0 +443472,0,0,0,0,0 +443473,0,0,0,0,0 +443474,0,0,0,0,0 +443475,0,0,0,0,0 +443476,0,0,0,0,0 +443477,0,0,0,0,0 +443478,0,0,0,0,0 +443479,0,0,0,0,0 +443480,0,0,0,0,0 +443481,0,0,0,0,0 +443482,0,0,0,0,0 +443483,0,0,0,0,0 +443484,0,0,0,0,0 +443485,0,0,0,0,0 +443486,0,0,0,0,0 +443487,0,0,0,0,0 +443488,0,0,0,0,0 +443489,0,0,0,0,0 +443490,0,0,0,0,0 +443491,0,0,0,0,0 +443492,0,0,0,0,0 +443493,0,0,0,0,0 +443494,0,0,0,0,0 +443495,0,0,0,0,0 +443496,0,0,0,0,0 +443497,0,0,0,0,0 +443498,0,0,0,0,0 +443499,0,0,0,0,0 +443500,0,0,0,0,0 +443501,0,0,0,0,0 +443502,0,0,0,0,0 +443503,0,0,0,0,0 +443504,0,0,0,0,0 +443505,0,0,0,0,0 +443506,0,0,0,0,0 +443507,0,0,0,0,0 +443508,0,0,0,0,0 +443509,0,0,0,0,0 +443510,0,0,0,0,0 +443511,0,0,0,0,0 +443512,0,0,0,0,0 +443513,0,0,0,0,0 +443514,0,0,0,0,0 +443515,0,0,0,0,0 +443516,0,0,0,0,0 +443517,0,0,0,0,0 +443518,0,0,0,0,0 +443519,0,0,0,0,0 +443520,0,0,0,0,0 +443521,0,0,0,0,0 +443522,0,0,0,0,0 +443523,0,0,0,0,0 +443524,0,0,0,0,0 +443525,0,0,0,0,0 +443526,0,0,0,0,0 +443527,0,0,0,0,0 +443528,0,0,0,0,0 +443529,0,0,0,0,0 +443530,0,0,0,0,0 +443531,0,0,0,0,0 +443532,0,0,0,0,0 +443533,0,0,0,0,0 +443534,0,0,0,0,0 +443535,0,0,0,0,0 +443536,0,0,0,0,0 +443537,0,0,0,0,0 +443538,0,0,0,0,0 +443539,0,0,0,0,0 +443540,0,0,0,0,0 +443541,0,0,0,0,0 +443542,0,0,0,0,0 +443543,0,0,0,0,0 +443544,0,0,0,0,0 +443545,0,0,0,0,0 +443546,0,0,0,0,0 +443547,0,0,0,0,0 +443548,0,0,0,0,0 +443549,0,0,0,0,0 +443550,0,0,0,0,0 +443551,0,0,0,0,0 +443552,0,0,0,0,0 +443553,0,0,0,0,0 +443554,0,0,0,0,0 +443555,0,0,0,0,0 +443556,0,0,0,0,0 +443557,0,0,0,0,0 +443558,0,0,0,0,0 +443559,0,0,0,0,0 +443560,0,0,0,0,0 +443561,0,0,0,0,0 +443562,0,0,0,0,0 +443563,0,0,0,0,0 +443564,0,0,0,0,0 +443565,0,0,0,0,0 +443566,0,0,0,0,0 +443567,0,0,0,0,0 +443568,0,0,0,0,0 +443569,0,0,0,0,0 +443570,0,0,0,0,0 +443571,0,0,0,0,0 +443572,0,0,0,0,0 +443573,0,0,0,0,0 +443574,0,0,0,0,0 +443575,0,0,0,0,0 +443576,0,0,0,0,0 +443577,0,0,0,0,0 +443578,0,0,0,0,0 +443579,0,0,0,0,0 +443580,0,0,0,0,0 +443581,0,0,0,0,0 +443582,0,0,0,0,0 +443583,0,0,0,0,0 +443584,0,0,0,0,0 +443585,0,0,0,0,0 +443586,0,0,0,0,0 +443587,0,0,0,0,0 +443588,0,0,0,0,0 +443589,0,0,0,0,0 +443590,0,0,0,0,0 +443591,0,0,0,0,0 +443592,0,0,0,0,0 +443593,0,0,0,0,0 +443594,0,0,0,0,0 +443595,0,0,0,0,0 +443596,0,0,0,0,0 +443597,0,0,0,0,0 +443598,0,0,0,0,0 +443599,0,0,0,0,0 +443600,0,0,0,0,0 +443601,0,0,0,0,0 +443602,0,0,0,0,0 +443603,0,0,0,0,0 +443604,0,0,0,0,0 +443605,0,0,0,0,0 +443606,0,0,0,0,0 +443607,0,0,0,0,0 +443608,0,0,0,0,0 +443609,0,0,0,0,0 +443610,0,0,0,0,0 +443611,0,0,0,0,0 +443612,0,0,0,0,0 +443613,0,0,0,0,0 +443614,0,0,0,0,0 +443615,0,0,0,0,0 +443616,0,0,0,0,0 +443617,0,0,0,0,0 +443618,0,0,0,0,0 +443619,0,0,0,0,0 +443620,0,0,0,0,0 +443621,0,0,0,0,0 +443622,0,0,0,0,0 +443623,0,0,0,0,0 +443624,0,0,0,0,0 +443625,0,0,0,0,0 +443626,0,0,0,0,0 +443627,0,0,0,0,0 +443628,0,0,0,0,0 +443629,0,0,0,0,0 +443630,0,0,0,0,0 +443631,0,0,0,0,0 +443632,0,0,0,0,0 +443633,0,0,0,0,0 +443634,0,0,0,0,0 +443635,0,0,0,0,0 +443636,0,0,0,0,0 +443637,0,0,0,0,0 +443638,0,0,0,0,0 +443639,0,0,0,0,0 +443640,0,0,0,0,0 +443641,0,0,0,0,0 +443642,0,0,0,0,0 +443643,0,0,0,0,0 +443644,0,0,0,0,0 +443645,0,0,0,0,0 +443646,0,0,0,0,0 +443647,0,0,0,0,0 +443648,0,0,0,0,0 +443649,0,0,0,0,0 +443650,0,0,0,0,0 +443651,0,0,0,0,0 +443652,0,0,0,0,0 +443653,0,0,0,0,0 +443654,0,0,0,0,0 +443655,0,0,0,0,0 +443656,0,0,0,0,0 +443657,0,0,0,0,0 +443658,0,0,0,0,0 +443659,0,0,0,0,0 +443660,0,0,0,0,0 +443661,0,0,0,0,0 +443662,0,0,0,0,0 +443663,0,0,0,0,0 +443664,0,0,0,0,0 +443665,0,0,0,0,0 +443666,0,0,0,0,0 +443667,0,0,0,0,0 +443668,0,0,0,0,0 +443669,0,0,0,0,0 +443670,0,0,0,0,0 +443671,0,0,0,0,0 +443672,0,0,0,0,0 +443673,0,0,0,0,0 +443674,0,0,0,0,0 +443675,0,0,0,0,0 +443676,0,0,0,0,0 +443677,0,0,0,0,0 +443678,0,0,0,0,0 +443679,0,0,0,0,0 +443680,0,0,0,0,0 +443681,0,0,0,0,0 +443682,0,0,0,0,0 +443683,0,0,0,0,0 +443684,0,0,0,0,0 +443685,0,0,0,0,0 +443686,0,0,0,0,0 +443687,0,0,0,0,0 +443688,0,0,0,0,0 +443689,0,0,0,0,0 +443690,0,0,0,0,0 +443691,0,0,0,0,0 +443692,0,0,0,0,0 +443693,0,0,0,0,0 +443694,0,0,0,0,0 +443695,0,0,0,0,0 +443696,0,0,0,0,0 +443697,0,0,0,0,0 +443698,0,0,0,0,0 +443699,0,0,0,0,0 +443700,0,0,0,0,0 +443701,0,0,0,0,0 +443702,0,0,0,0,0 +443703,0,0,0,0,0 +443704,0,0,0,0,0 +443705,0,0,0,0,0 +443706,0,0,0,0,0 +443707,0,0,0,0,0 +443708,0,0,0,0,0 +443709,0,0,0,0,0 +443710,0,0,0,0,0 +443711,0,0,0,0,0 +443712,0,0,0,0,0 +443713,0,0,0,0,0 +443714,0,0,0,0,0 +443715,0,0,0,0,0 +443716,0,0,0,0,0 +443717,0,0,0,0,0 +443718,0,0,0,0,0 +443719,0,0,0,0,0 +443720,0,0,0,0,0 +443721,0,0,0,0,0 +443722,0,0,0,0,0 +443723,0,0,0,0,0 +443724,0,0,0,0,0 +443725,0,0,0,0,0 +443726,0,0,0,0,0 +443727,0,0,0,0,0 +443728,0,0,0,0,0 +443729,0,0,0,0,0 +443730,0,0,0,0,0 +443731,0,0,0,0,0 +443732,0,0,0,0,0 +443733,0,0,0,0,0 +443734,0,0,0,0,0 +443735,0,0,0,0,0 +443736,0,0,0,0,0 +443737,0,0,0,0,0 +443738,0,0,0,0,0 +443739,0,0,0,0,0 +443740,0,0,0,0,0 +443741,0,0,0,0,0 +443742,0,0,0,0,0 +443743,0,0,0,0,0 +443744,0,0,0,0,0 +443745,0,0,0,0,0 +443746,0,0,0,0,0 +443747,0,0,0,0,0 +443748,0,0,0,0,0 +443749,0,0,0,0,0 +443750,0,0,0,0,0 +443751,0,0,0,0,0 +443752,0,0,0,0,0 +443753,0,0,0,0,0 +443754,0,0,0,0,0 +443755,0,0,0,0,0 +443756,0,0,0,0,0 +443757,0,0,0,0,0 +443758,0,0,0,0,0 +443759,0,0,0,0,0 +443760,0,0,0,0,0 +443761,0,0,0,0,0 +443762,0,0,0,0,0 +443763,0,0,0,0,0 +443764,0,0,0,0,0 +443765,0,0,0,0,0 +443766,0,0,0,0,0 +443767,0,0,0,0,0 +443768,0,0,0,0,0 +443769,0,0,0,0,0 +443770,0,0,0,0,0 +443771,0,0,0,0,0 +443772,0,0,0,0,0 +443773,0,0,0,0,0 +443774,0,0,0,0,0 +443775,0,0,0,0,0 +443776,0,0,0,0,0 +443777,0,0,0,0,0 +443778,0,0,0,0,0 +443779,0,0,0,0,0 +443780,0,0,0,0,0 +443781,0,0,0,0,0 +443782,0,0,0,0,0 +443783,0,0,0,0,0 +443784,0,0,0,0,0 +443785,0,0,0,0,0 +443786,0,0,0,0,0 +443787,0,0,0,0,0 +443788,0,0,0,0,0 +443789,0,0,0,0,0 +443790,0,0,0,0,0 +443791,0,0,0,0,0 +443792,0,0,0,0,0 +443793,0,0,0,0,0 +443794,0,0,0,0,0 +443795,0,0,0,0,0 +443796,0,0,0,0,0 +443797,0,0,0,0,0 +443798,0,0,0,0,0 +443799,0,0,0,0,0 +443800,0,0,0,0,0 +443801,0,0,0,0,0 +443802,0,0,0,0,0 +443803,0,0,0,0,0 +443804,0,0,0,0,0 +443805,0,0,0,0,0 +443806,0,0,0,0,0 +443807,0,0,0,0,0 +443808,0,0,0,0,0 +443809,0,0,0,0,0 +443810,0,0,0,0,0 +443811,0,0,0,0,0 +443812,0,0,0,0,0 +443813,0,0,0,0,0 +443814,0,0,0,0,0 +443815,0,0,0,0,0 +443816,0,0,0,0,0 +443817,0,0,0,0,0 +443818,0,0,0,0,0 +443819,0,0,0,0,0 +443820,0,0,0,0,0 +443821,0,0,0,0,0 +443822,0,0,0,0,0 +443823,0,0,0,0,0 +443824,0,0,0,0,0 +443825,0,0,0,0,0 +443826,0,0,0,0,0 +443827,0,0,0,0,0 +443828,0,0,0,0,0 +443829,0,0,0,0,0 +443830,0,0,0,0,0 +443831,0,0,0,0,0 +443832,0,0,0,0,0 +443833,0,0,0,0,0 +443834,0,0,0,0,0 +443835,0,0,0,0,0 +443836,0,0,0,0,0 +443837,0,0,0,0,0 +443838,0,0,0,0,0 +443839,0,0,0,0,0 +443840,0,0,0,0,0 +443841,0,0,0,0,0 +443842,0,0,0,0,0 +443843,0,0,0,0,0 +443844,0,0,0,0,0 +443845,0,0,0,0,0 +443846,0,0,0,0,0 +443847,0,0,0,0,0 +443848,0,0,0,0,0 +443849,0,0,0,0,0 +443850,0,0,0,0,0 +443851,0,0,0,0,0 +443852,0,0,0,0,0 +443853,0,0,0,0,0 +443854,0,0,0,0,0 +443855,0,0,0,0,0 +443856,0,0,0,0,0 +443857,0,0,0,0,0 +443858,0,0,0,0,0 +443859,0,0,0,0,0 +443860,0,0,0,0,0 +443861,0,0,0,0,0 +443862,0,0,0,0,0 +443863,0,0,0,0,0 +443864,0,0,0,0,0 +443865,0,0,0,0,0 +443866,0,0,0,0,0 +443867,0,0,0,0,0 +443868,0,0,0,0,0 +443869,0,0,0,0,0 +443870,0,0,0,0,0 +443871,0,0,0,0,0 +443872,0,0,0,0,0 +443873,0,0,0,0,0 +443874,0,0,0,0,0 +443875,0,0,0,0,0 +443876,0,0,0,0,0 +443877,0,0,0,0,0 +443878,0,0,0,0,0 +443879,0,0,0,0,0 +443880,0,0,0,0,0 +443881,0,0,0,0,0 +443882,0,0,0,0,0 +443883,0,0,0,0,0 +443884,0,0,0,0,0 +443885,0,0,0,0,0 +443886,0,0,0,0,0 +443887,0,0,0,0,0 +443888,0,0,0,0,0 +443889,0,0,0,0,0 +443890,0,0,0,0,0 +443891,0,0,0,0,0 +443892,0,0,0,0,0 +443893,0,0,0,0,0 +443894,0,0,0,0,0 +443895,0,0,0,0,0 +443896,0,0,0,0,0 +443897,0,0,0,0,0 +443898,0,0,0,0,0 +443899,0,0,0,0,0 +443900,0,0,0,0,0 +443901,0,0,0,0,0 +443902,0,0,0,0,0 +443903,0,0,0,0,0 +443904,0,0,0,0,0 +443905,0,0,0,0,0 +443906,0,0,0,0,0 +443907,0,0,0,0,0 +443908,0,0,0,0,0 +443909,0,0,0,0,0 +443910,0,0,0,0,0 +443911,0,0,0,0,0 +443912,0,0,0,0,0 +443913,0,0,0,0,0 +443914,0,0,0,0,0 +443915,0,0,0,0,0 +443916,0,0,0,0,0 +443917,0,0,0,0,0 +443918,0,0,0,0,0 +443919,0,0,0,0,0 +443920,0,0,0,0,0 +443921,0,0,0,0,0 +443922,0,0,0,0,0 +443923,0,0,0,0,0 +443924,0,0,0,0,0 +443925,0,0,0,0,0 +443926,0,0,0,0,0 +443927,0,0,0,0,0 +443928,0,0,0,0,0 +443929,0,0,0,0,0 +443930,0,0,0,0,0 +443931,0,0,0,0,0 +443932,0,0,0,0,0 +443933,0,0,0,0,0 +443934,0,0,0,0,0 +443935,0,0,0,0,0 +443936,0,0,0,0,0 +443937,0,0,0,0,0 +443938,0,0,0,0,0 +443939,0,0,0,0,0 +443940,0,0,0,0,0 +443941,-1679.051387,-806.6969028,-1648.510513,-810.856506,-1073.297166 +443942,-1606.67029,-675.2950333,-1571.777064,-680.3185504,-934.9421355 +443943,-1448.147428,-110.4502866,-1420.465175,-626.8711934,-863.4519131 +443944,-1536.445456,0,-1502.725895,-650.6576425,-661.5437404 +443945,-1602.149287,0,-1566.930402,-678.7170023,0 +443946,-685.5222623,-41.37505022,-174.8163282,-348.4804298,-354.3777307 +443947,-721.346186,0,-885.032192,-329.3476586,-330.1895598 +443948,-865.5200633,0,-699.3016715,-397.9273425,-268.3274792 +443949,-758.8388302,0,-659.7794132,-351.933073,-277.8224142 +443950,-747.794634,0,-647.2435099,-346.6176596,-275.0300331 +443951,-736.0166863,0,-635.1470077,-341.1720213,-273.78946 +443952,-728.2988285,0,-622.846004,-336.8084504,-271.2121158 +443953,-715.9471462,0,-611.5428678,-331.9423376,-269.6964046 +443954,-708.2598466,0,-599.4418873,-326.9969199,-267.2690266 +443955,-699.9110854,0,-589.7320943,-322.4222146,-265.32732 +443956,-689.0261031,0,-578.4435466,-318.3001351,-263.2189859 +443957,-680.514613,0,-568.7689894,-313.9177905,-260.96509 +443958,-671.5594057,0,-557.623804,-309.3006197,-258.2362512 +443959,-664.2357961,0,-549.3578058,-305.2809682,-256.4522197 +443960,-654.5460256,0,-539.7211705,-301.0901939,-253.8733227 +443961,-646.6032618,0,-532.0290484,-297.1585678,-251.2110556 +443962,-638.4044863,0,-524.1335997,-293.0930404,-249.1884201 +443963,-631.0310849,0,-516.0540556,-288.9036183,-246.0337513 +443964,-621.3214366,0,-508.9379871,-285.4645038,-244.2538279 +443965,-615.7124073,0,-501.6843076,-281.499743,-241.349944 +443966,-605.6197719,0,-493.1603322,-277.4434998,-238.7608053 +443967,-598.6318877,0,-487.9638323,-273.7489012,-236.4944794 +443968,-591.5191712,0,-480.373348,-270.4337741,-233.4698542 +443969,-583.1759856,0,-472.6864274,-266.6045943,-231.5024033 +443970,-576.9510829,0,-467.2480057,-262.7118762,-228.4169108 +443971,-567.2539896,0,-460.5757523,-259.6845083,-225.669387 +443972,-563.1133881,0,-455.01565,-256.1493172,-223.6305171 +443973,-553.2141605,0,-449.4040339,-252.5676501,-220.4742067 +443974,-547.8006101,0,-443.7449718,-249.8868199,-218.3988017 +443975,-536.5556594,0,-436.8532574,-243.3654177,-215.2055034 +443976,-529.8472093,0,-430.5091776,-241.0857895,-213.0996837 +443977,-521.9112694,0,-425.3208228,-236.8520209,-210.244308 +443978,-515.0850391,0,-420.7004971,-234.0357874,-207.7451107 +443979,-508.2075107,0,-413.6495972,-230.2178204,-205.2349709 +443980,-501.2813855,0,-408.9737122,-227.8428691,-202.3447799 +443981,-494.3091102,0,-403.6719116,-223.4740212,-200.1856573 +443982,-487.2932909,0,-398.3467703,-221.5553108,-197.2772732 +443983,-481.4355302,0,-392.9999789,-217.380021,-194.7317564 +443984,-473.1388551,0,-387.6330732,-214.6798295,-192.5507703 +443985,-467.8174078,0,-382.8560491,-211.7124278,-189.6203139 +443986,-460.0477969,0,-376.8442952,-208.4752342,-187.055526 +443987,-454.0647924,0,-372.6462178,-205.2200115,-184.6715827 +443988,-446.8371992,0,-366.6019538,-202.7124922,-181.9103061 +443989,-440.8025252,0,-361.766625,-199.1705586,-179.703593 +443990,-434.1321242,0,-356.3065505,-196.6381458,-177.1200402 +443991,-427.4371173,0,-352.0621506,-193.0653118,-174.1593291 +443992,-420.1024583,0,-345.3497451,-190.5104453,-172.3152637 +443993,-414.5978156,0,-341.701615,-187.4280658,-169.3476402 +443994,-407.8388279,0,-335.5825719,-184.5940209,-166.9374913 +443995,-400.4389424,0,-330.6864628,-181.7502859,-164.524781 +443996,-394.8850551,0,-325.1654869,-178.3745837,-161.9226517 +443997,-388.0714575,0,-319.6365307,-176.0359325,-159.3182489 +443998,-381.2412971,40.05435586,-314.718707,-172.6408178,-157.0861347 +443999,-375.0213254,221.674187,-309.1758731,-170.2885047,-154.477835 +444000,-368.1622373,128.786591,-303.6265886,-166.87577,-152.055053 +444001,-361.2894766,180.6158619,-297.4516305,-163.982665,-148.6941046 +444002,-353.14631,198.6830423,-290.6499894,-160.8180905,-145.5187038 +444003,-346.8766442,216.405618,-285.0834883,-157.6463045,-142.5291595 +444004,-338.0756053,233.7971591,-277.3386685,-154.4678145,-139.1633408 +444005,-331.7852137,251.3974608,-271.4520581,-151.5493877,-135.7961936 +444006,-324.223007,268.2597258,-265.2508011,-148.0925327,-132.9904363 +444007,-316.6509692,285.5913482,-257.8019073,-145.1638065,-129.6211271 +444008,-309.0702437,302.3166889,-250.971199,-142.2308137,-126.4384249 +444009,-302.1154766,318.9891831,-245.070885,-138.7584141,-123.4425008 +444010,-294.5203219,335.3991134,-237.3008017,-135.8174009,-120.2582847 +444011,-286.9188061,352.06684,-230.4617931,-132.8731603,-117.0734151 +444012,-279.6291932,368.1689593,-222.9979922,-129.3889829,-114.0755868 +444013,-271.6996805,384.0594318,-215.843652,-126.7074692,-111.0772487 +444014,-264.7189766,400.3863837,-208.6878045,-123.4862211,-107.7031845 +444015,-256.1456086,421.5557758,-201.5306107,-120.5315308,-104.8916143 +444016,-248.8405002,442.370593,-194.3722293,-117.3057989,-101.7043883 +444017,-241.214818,463.0165754,-186.5898553,-114.0782213,-98.70446497 +444018,-232.950555,483.4487654,-179.7412402,-111.387813,-95.51657877 +444019,-225.3205813,503.7608925,-172.5803881,-107.8878959,-92.7037346 +444020,-217.0526539,523.5769504,-165.1073221,-105.195248,-89.51530454 +444021,-209.4198323,544.1754544,-157.6337304,-101.6930013,-86.51430346 +444022,-201.1494017,563.7226578,-150.7828015,-98.99876526,-83.51309173 +444023,-192.8780578,583.5595441,-143.3083075,-95.49488726,-80.51168255 +444024,-185.2425846,603.2064622,-136.1449671,-92.79953163,-77.32241546 +444025,-176.3332722,622.6399774,-128.9812684,-89.42939169,-74.6960244 +444026,-168.6967179,642.0328951,-121.5056744,-86.32860561,-71.31874673 +444027,-160.1047689,661.2715881,-114.341375,-83.49729505,-68.5043809 +444028,-151.8307547,680.3988819,-107.176814,-80.12612804,-65.68988841 +444029,-143.5564146,699.3656442,-100.011989,-77.15943808,-62.31220473 +444030,-134.9634418,718.3281631,-92.53534987,-73.92278158,-59.68517633 +444031,-127.0068509,735.2029187,-85.99324212,-71.09068511,-56.49497319 +444032,-118.731701,751.669693,-78.82778555,-68.12355106,-53.68006401 +444033,-110.7746829,767.3189281,-72.28533823,-65.15630215,-50.48968137 +444034,-102.499141,783.9255258,-65.27536735,-62.1889679,-47.86231308 +444035,-94.38259637,799.1399104,-58.57685393,-59.35646558,-44.67177948 +444036,-86.26589376,814.6852466,-52.03401357,-56.38897314,-41.6688817 +444037,-77.83070889,829.818272,-45.02367555,-53.42141374,-38.85362983 +444038,-69.7137431,844.7794409,-38.48063039,-50.45380681,-35.85062506 +444039,-61.43749457,859.473501,-31.62591586,-47.75596779,-33.03527357 +444040,-53.16114072,874.098578,-25.08272089,-44.65333309,-29.8444765 +444041,-44.72553099,888.4159637,-18.38366846,-41.82047747,-27.21675206 +444042,-36.2898548,902.593891,-11.52877169,-38.85267801,-24.02588665 +444043,-28.17245685,916.5741703,-5.14122162,-36.01975634,-21.21040167 +444044,-19.41833468,930.3311719,0,-33.05189297,-18.20719198 +444045,-11.14168439,944.0461723,0,-30.21891626,-15.39166927 +444046,-2.546673595,957.4730224,0,-27.11610506,-12.20072633 +444047,0,970.724215,0,-24.41801612,-9.572886954 +444048,0,984.0146292,0,-21.31518801,-6.381928819 +444049,0,996.7992156,0,-18.61708008,-3.75407821 +444050,0,1009.776349,0,-15.64914302,0 +444051,0,1022.394664,0,-13.22082728,0 +444052,0,1034.931637,0,-11.06233171,0 +444053,0,1047.312274,0,-8.634015913,0 +444054,0,1059.485665,0,-6.205698306,0 +444055,0,1071.740788,0,-3.77738178,0 +444056,0,1083.481212,0,-1.483971918,0 +444057,0,1095.46132,0,0,0 +444058,0,1107.081165,0,0,0 +444059,0,1118.642862,0,0,0 +444060,0,1135.69224,0,0,0 +444061,0,1140.902213,0,0,0 +444062,0,1161.289121,0,0,0 +444063,0,1160.024056,0,0,0 +444064,0,1161.303943,0,0,0 +444065,0,1193.50803,0,0,0 +444066,0,1192.657991,0,0,0 +444067,0,1205.687784,0,0,0 +444068,0,1215.9149,0,0,0 +444069,0,1226.09017,0,0,0 +444070,0,1236.344247,0,0,0 +444071,0,1246.143844,0,0,0 +444072,0,1256.137894,0,0,0 +444073,0,1265.667871,0,0,0 +444074,0,1275.468349,0,0,0 +444075,0,1284.985402,0,0,0 +444076,0,1294.285377,0,0,0 +444077,0,1303.636038,0,0,0 +444078,0,1312.804443,0,0,0 +444079,0,1321.881299,0,0,0 +444080,0,1330.849576,0,0,0 +444081,0,1339.791168,0,0,0 +444082,0,1348.424224,0,0,0 +444083,0,1357.052292,0,0,0 +444084,0,1365.792945,0,0,0 +444085,0,1374.04208,0,0,0 +444086,0,1382.457569,0,0,0 +444087,0,1390.676572,0,0,0 +444088,0,1398.893591,0,0,0 +444089,0,1406.704258,0,0,0 +444090,0,1414.824496,0,0,0 +444091,0,1421.968623,0,0,0 +444092,0,1428.891463,0,0,0 +444093,0,1435.928645,0,0,0 +444094,0,1442.403615,0,0,0 +444095,0,1449.126524,0,0,0 +444096,0,1455.345619,0,0,0 +444097,0,1461.863541,0,0,0 +444098,0,1467.945496,0,0,0 +444099,0,1473.943875,0,0,0 +444100,0,1479.813204,0,0,0 +444101,0,1485.664314,0,0,0 +444102,0,1491.215848,0,0,0 +444103,0,1496.835394,0,0,0 +444104,0,1502.144454,0,0,0 +444105,0,1507.615168,0,0,0 +444106,0,1512.455362,0,0,0 +444107,0,1517.80466,0,0,0 +444108,0,1522.560613,0,0,0 +444109,0,1527.486832,0,0,0 +444110,0,1532.098954,0,0,0 +444111,0,1536.782543,0,0,0 +444112,0,1541.170695,0,0,0 +444113,0,1545.727049,0,0,0 +444114,0,1550.844575,0,0,0 +444115,0,1556.958071,0,0,0 +444116,0,1556.639543,0,0,0 +444117,0,1570.601351,0,0,0 +444118,0,1553.618736,0,0,0 +444119,0,1573.105983,0,0,0 +444120,0,1573.243434,0,0,0 +444121,0,1575.784433,0,0,0 +444122,0,1579.372879,0,0,0 +444123,0,1582.353847,0,0,0 +444124,0,1585.222267,0,0,0 +444125,0,1588.085145,0,0,0 +444126,0,1590.599273,0,0,0 +444127,0,1593.229391,0,0,0 +444128,0,1595.670833,0,0,0 +444129,0,1598.026833,0,0,0 +444130,0,1600.282021,0,0,0 +444131,0,1602.436477,0,0,0 +444132,0,1604.491091,0,0,0 +444133,0,1606.445896,0,0,0 +444134,0,1608.301744,0,0,0 +444135,0,1610.058486,0,0,0 +444136,0,1611.716822,0,0,0 +444137,0,1613.276493,0,0,0 +444138,0,1614.738092,0,0,0 +444139,0,1616.202726,0,0,0 +444140,0,1617.318876,0,0,0 +444141,0,1618.559219,0,0,0 +444142,0,1619.61213,0,0,0 +444143,0,1620.582511,0,0,0 +444144,0,1621.455342,0,0,0 +444145,0,1622.22977,0,0,0 +444146,0,1622.906236,0,0,0 +444147,0,1623.484274,0,0,0 +444148,0,1623.96424,0,0,0 +444149,0,1624.345685,0,0,0 +444150,0,1624.628961,0,0,0 +444151,0,1624.65185,0,0,0 +444152,0,1624.543526,0,0,0 +444153,0,1624.318939,0,0,0 +444154,0,1623.982683,0,0,0 +444155,0,1623.536669,0,0,0 +444156,0,1622.982616,0,0,0 +444157,0,1622.321148,0,0,0 +444158,0,1621.553364,0,0,0 +444159,0,1620.679582,0,0,0 +444160,0,1619.700703,0,0,0 +444161,0,1618.616943,0,0,0 +444162,0,1617.429115,0,0,0 +444163,0,1616.137389,0,0,0 +444164,0,1614.639639,0,0,0 +444165,0,1613.290408,0,0,0 +444166,0,1611.616913,0,0,0 +444167,0,1609.930618,0,0,0 +444168,0,1608.12707,0,0,0 +444169,0,1606.222015,0,0,0 +444170,0,1604.216397,0,0,0 +444171,0,1602.110336,0,0,0 +444172,0,1599.90449,0,0,0 +444173,0,1597.599043,0,0,0 +444174,0,1595.194636,0,0,0 +444175,0,1592.691641,0,0,0 +444176,0,1590.09011,0,0,0 +444177,0,1587.391034,0,0,0 +444178,0,1584.493293,0,0,0 +444179,0,1581.744627,0,0,0 +444180,0,1578.683062,0,0,0 +444181,0,1575.59778,0,0,0 +444182,0,1572.393065,0,0,0 +444183,0,1569.088025,0,0,0 +444184,0,1586.424576,0,0,0 +444185,0,1531.80157,0,0,0 +444186,0,1573.6735,0,0,0 +444187,0,1554.695703,0,0,0 +444188,0,1546.382498,0,0,0 +444189,0,1550.26596,0,0,0 +444190,0,1541.472042,0,0,0 +444191,0,1539.718307,0,0,0 +444192,0,1534.805653,0,0,0 +444193,0,1530.679713,0,0,0 +444194,0,1526.323936,0,0,0 +444195,0,1521.87521,0,0,0 +444196,0,1517.334791,0,0,0 +444197,0,1512.703341,0,0,0 +444198,0,1508.076805,0,0,0 +444199,0,1503.03289,0,0,0 +444200,0,1498.336501,0,0,0 +444201,0,1493.266354,0,0,0 +444202,0,1488.205608,0,0,0 +444203,0,1483.043972,0,0,0 +444204,0,1477.796685,0,0,0 +444205,0,1472.464717,0,0,0 +444206,0,1467.049086,0,0,0 +444207,0,1461.453869,0,0,0 +444208,0,1456.008726,0,0,0 +444209,0,1450.37112,0,0,0 +444210,0,1444.509804,0,0,0 +444211,0,1438.594605,0,0,0 +444212,0,1432.489486,0,0,0 +444213,0,1426.211054,0,0,0 +444214,0,1420.068101,0,0,0 +444215,0,1413.642753,0,0,0 +444216,0,1407.212553,0,0,0 +444217,0,1400.686603,0,0,0 +444218,0,1394.080556,0,0,0 +444219,0,1387.391624,0,0,0 +444220,0,1380.63029,0,0,0 +444221,0,1373.790443,0,0,0 +444222,0,1366.876225,0,0,0 +444223,0,1359.799128,0,0,0 +444224,0,1352.86388,0,0,0 +444225,0,1345.75751,0,0,0 +444226,0,1338.444461,0,0,0 +444227,0,1331.148868,0,0,0 +444228,0,1323.91722,0,0,0 +444229,0,1316.45206,0,0,0 +444230,0,1308.993597,0,0,0 +444231,0,1301.456842,0,0,0 +444232,0,1293.861488,0,0,0 +444233,0,1286.197442,0,0,0 +444234,0,1278.478409,0,0,0 +444235,115.7709181,1270.606939,0,0,0 +444236,73.74195721,1262.887277,0,0,0 +444237,90.9012972,1255.00751,0,0,0 +444238,102.6971972,1246.866393,0,0,0 +444239,110.935295,1239.02216,0,0,0 +444240,119.4838461,1230.884585,0,0,0 +444241,126.9392709,1222.45388,0,0,0 +444242,134.6630396,1214.238084,0,0,0 +444243,142.0966292,1205.615383,0,0,0 +444244,149.4316013,1197.09049,0,0,0 +444245,156.7857272,1188.626818,0,0,0 +444246,163.9597193,1180.031699,0,0,0 +444247,170.9903453,1171.191147,0,0,0 +444248,178.2983597,1162.641737,0,0,0 +444249,185.4579182,1176.385246,0,0,0 +444250,192.2308594,1111.79546,0,0,0 +444251,201.6905864,1174.728074,0,0,0 +444252,210.8274782,1091.277607,0,0,0 +444253,220.1810194,1142.933168,0,0,0 +444254,230.0552212,1093.022989,0,0,0 +444255,239.195682,1106.540882,0,0,0 +444256,249.113282,1089.754622,0,0,0 +444257,258.46213,1082.075199,0,0,0 +444258,268.708443,1072.999018,0,0,0 +444259,278.2531506,1063.655086,0,0,0 +444260,288.3444621,1054.591166,0,0,0 +444261,298.1767258,1045.354638,0,0,0 +444262,308.1123378,1035.995003,0,0,0 +444263,318.6843985,1026.735577,0,0,0 +444264,328.451776,1017.391498,0,0,0 +444265,338.6958459,1008.028881,0,0,0 +444266,349.0732636,998.6428394,0,0,0 +444267,359.2381528,989.2942792,0,0,0 +444268,369.6780226,979.7703011,0,0,0 +444269,380.0069388,970.2954807,0,0,0 +444270,390.2675118,960.9641302,0,0,0 +444271,401.0300652,951.2457259,0,0,0 +444272,411.2940452,941.6831493,0,0,0 +444273,421.7117212,932.0357077,0,0,0 +444274,432.2452298,922.3768945,0,0,0 +444275,442.7404686,912.7634437,0,0,0 +444276,453.3607742,902.9928527,0,0,0 +444277,463.8833771,893.3318865,0,0,0 +444278,474.566817,883.618365,0,0,0 +444279,485.2171838,873.9000496,0,0,0 +444280,495.9852455,864.1799425,0,0,0 +444281,506.6144482,854.4505955,0,0,0 +444282,517.5474698,844.7793712,0,0,0 +444283,528.3046286,834.9726879,0,0,0 +444284,538.8288814,825.2827416,0,0,0 +444285,550.2765054,815.5541063,0,0,0 +444286,560.8712526,805.8887008,0,0,0 +444287,571.9632462,796.0513725,0,0,0 +444288,582.9192209,786.5153423,0,0,0 +444289,593.9567718,776.7084748,0,0,0 +444290,604.9661997,767.0764746,0,0,0 +444291,616.1817914,757.8892438,0,0,0 +444292,627.1424096,747.5282743,0,0,0 +444293,638.3723038,738.3039352,0,0,0 +444294,649.6416643,728.6007092,0,0,0 +444295,660.7091846,718.9828201,0,0,0 +444296,672.0838905,709.4986913,0,0,0 +444297,683.3284377,699.8969805,0,0,0 +444298,694.5976481,690.4713953,0,0,0 +444299,706.0859746,680.9769614,0,0,0 +444300,717.2899306,674.7682667,0,0,0 +444301,0,0,0,0,0 +444302,0,0,0,0,0 +444303,0,0,0,0,0 +444304,0,0,0,0,0 +444305,0,0,0,0,0 +444306,0,0,0,0,0 +444307,0,0,0,0,0 +444308,0,0,0,0,0 +444309,0,0,0,0,0 +444310,0,0,0,0,0 +444311,0,0,0,0,0 +444312,0,0,0,0,0 +444313,0,0,0,0,0 +444314,0,0,0,0,0 +444315,0,0,0,0,0 +444316,0,0,0,0,0 +444317,0,0,0,0,0 +444318,0,0,0,0,0 +444319,0,0,0,0,0 +444320,0,0,0,0,0 +444321,0,0,0,0,0 +444322,0,0,0,0,0 +444323,0,0,0,0,0 +444324,0,0,0,0,0 +444325,0,0,0,0,0 +444326,0,0,0,0,0 +444327,0,0,0,0,0 +444328,0,0,0,0,0 +444329,0,0,0,0,0 +444330,0,0,0,0,0 +444331,0,0,0,0,0 +444332,0,0,0,0,0 +444333,0,0,0,0,0 +444334,0,0,0,0,0 +444335,0,0,0,0,0 +444336,0,0,0,0,0 +444337,0,0,0,0,0 +444338,0,0,0,0,0 +444339,0,0,0,0,0 +444340,0,0,0,0,0 +444341,0,0,0,0,0 +444342,0,0,0,0,0 +444343,0,0,0,0,0 +444344,0,0,0,0,0 +444345,0,0,0,0,0 +444346,0,0,0,0,0 +444347,0,0,0,0,0 +444348,0,0,0,0,0 +444349,0,0,0,0,0 +444350,0,0,0,0,0 +444351,0,0,0,0,0 +444352,0,0,0,0,0 +444353,0,0,0,0,0 +444354,0,0,0,0,0 +444355,0,0,0,0,0 +444356,0,0,0,0,0 +444357,0,0,0,0,0 +444358,0,0,0,0,0 +444359,0,0,0,0,0 +444360,0,0,0,0,0 +444361,0,0,0,0,0 +444362,0,0,0,0,0 +444363,0,0,0,0,0 +444364,0,0,0,0,0 +444365,0,0,0,0,0 +444366,0,0,0,0,0 +444367,0,0,0,0,0 +444368,0,0,0,0,0 +444369,0,0,0,0,0 +444370,0,0,0,0,0 +444371,0,0,0,0,0 +444372,0,0,0,0,0 +444373,0,0,0,0,0 +444374,0,0,0,0,0 +444375,0,0,0,0,0 +444376,0,0,0,0,0 +444377,0,0,0,0,0 +444378,0,0,0,0,0 +444379,0,0,0,0,0 +444380,0,0,0,0,0 +444381,0,0,0,0,0 +444382,0,0,0,0,0 +444383,0,0,0,0,0 +444384,0,0,0,0,0 +444385,0,0,0,0,0 +444386,0,0,0,0,0 +444387,0,0,0,0,0 +444388,0,0,0,0,0 +444389,0,0,0,0,0 +444390,0,0,0,0,0 +444391,0,0,0,0,0 +444392,0,0,0,0,0 +444393,0,0,0,0,0 +444394,0,0,0,0,0 +444395,0,0,0,0,0 +444396,0,0,0,0,0 +444397,0,0,0,0,0 +444398,0,0,0,0,0 +444399,0,0,0,0,0 +444400,0,0,0,0,0 +444401,0,0,0,0,0 +444402,0,0,0,0,0 +444403,0,0,0,0,0 +444404,0,0,0,0,0 +444405,0,0,0,0,0 +444406,0,0,0,0,0 +444407,0,0,0,0,0 +444408,0,0,0,0,0 +444409,0,0,0,0,0 +444410,0,0,0,0,0 +444411,0,0,0,0,0 +444412,0,0,0,0,0 +444413,0,0,0,0,0 +444414,0,0,0,0,0 +444415,0,0,0,0,0 +444416,0,0,0,0,0 +444417,0,0,0,0,0 +444418,0,0,0,0,0 +444419,0,0,0,0,0 +444420,0,0,0,0,0 +444421,0,0,0,0,0 +444422,0,0,0,0,0 +444423,0,0,0,0,0 +444424,0,0,0,0,0 +444425,0,0,0,0,0 +444426,0,0,0,0,0 +444427,0,0,0,0,0 +444428,0,0,0,0,0 +444429,0,0,0,0,0 +444430,0,0,0,0,0 +444431,0,0,0,0,0 +444432,0,0,0,0,0 +444433,0,0,0,0,0 +444434,0,0,0,0,0 +444435,0,0,0,0,0 +444436,0,0,0,0,0 +444437,0,0,0,0,0 +444438,0,0,0,0,0 +444439,0,0,0,0,0 +444440,0,0,0,0,0 +444441,0,0,0,0,0 +444442,0,0,0,0,0 +444443,0,0,0,0,0 +444444,0,0,0,0,0 +444445,0,0,0,0,0 +444446,0,0,0,0,0 +444447,0,0,0,0,0 +444448,0,0,0,0,0 +444449,0,0,0,0,0 +444450,0,0,0,0,0 +444451,0,0,0,0,0 +444452,0,0,0,0,0 +444453,0,0,0,0,0 +444454,0,0,0,0,0 +444455,0,0,0,0,0 +444456,0,0,0,0,0 +444457,0,0,0,0,0 +444458,0,0,0,0,0 +444459,0,0,0,0,0 +444460,0,0,0,0,0 +444461,0,0,0,0,0 +444462,0,0,0,0,0 +444463,0,0,0,0,0 +444464,0,0,0,0,0 +444465,0,0,0,0,0 +444466,0,0,0,0,0 +444467,0,0,0,0,0 +444468,0,0,0,0,0 +444469,0,0,0,0,0 +444470,0,0,0,0,0 +444471,0,0,0,0,0 +444472,0,0,0,0,0 +444473,0,0,0,0,0 +444474,0,0,0,0,0 +444475,0,0,0,0,0 +444476,0,0,0,0,0 +444477,0,0,0,0,0 +444478,0,0,0,0,0 +444479,0,0,0,0,0 +444480,0,0,0,0,0 +444481,0,0,0,0,0 +444482,0,0,0,0,0 +444483,0,0,0,0,0 +444484,0,0,0,0,0 +444485,0,0,0,0,0 +444486,0,0,0,0,0 +444487,0,0,0,0,0 +444488,0,0,0,0,0 +444489,0,0,0,0,0 +444490,0,0,0,0,0 +444491,0,0,0,0,0 +444492,0,0,0,0,0 +444493,0,0,0,0,0 +444494,0,0,0,0,0 +444495,0,0,0,0,0 +444496,0,0,0,0,0 +444497,0,0,0,0,0 +444498,0,0,0,0,0 +444499,0,0,0,0,0 +444500,0,0,0,0,0 +444501,0,0,0,0,0 +444502,0,0,0,0,0 +444503,0,0,0,0,0 +444504,0,0,0,0,0 +444505,0,0,0,0,0 +444506,0,0,0,0,0 +444507,0,0,0,0,0 +444508,0,0,0,0,0 +444509,0,0,0,0,0 +444510,0,0,0,0,0 +444511,0,0,0,0,0 +444512,0,0,0,0,0 +444513,0,0,0,0,0 +444514,0,0,0,0,0 +444515,0,0,0,0,0 +444516,0,0,0,0,0 +444517,0,0,0,0,0 +444518,0,0,0,0,0 +444519,0,0,0,0,0 +444520,0,0,0,0,0 +444521,0,0,0,0,0 +444522,0,0,0,0,0 +444523,0,0,0,0,0 +444524,0,0,0,0,0 +444525,0,0,0,0,0 +444526,0,0,0,0,0 +444527,0,0,0,0,0 +444528,0,0,0,0,0 +444529,0,0,0,0,0 +444530,0,0,0,0,0 +444531,0,0,0,0,0 +444532,0,0,0,0,0 +444533,0,0,0,0,0 +444534,0,0,0,0,0 +444535,0,0,0,0,0 +444536,0,0,0,0,0 +444537,0,0,0,0,0 +444538,0,0,0,0,0 +444539,0,0,0,0,0 +444540,0,0,0,0,0 +444541,0,0,0,0,0 +444542,0,0,0,0,0 +444543,0,0,0,0,0 +444544,0,0,0,0,0 +444545,0,0,0,0,0 +444546,0,0,0,0,0 +444547,0,0,0,0,0 +444548,0,0,0,0,0 +444549,0,0,0,0,0 +444550,0,0,0,0,0 +444551,0,0,0,0,0 +444552,0,0,0,0,0 +444553,0,0,0,0,0 +444554,0,0,0,0,0 +444555,0,0,0,0,0 +444556,0,0,0,0,0 +444557,0,0,0,0,0 +444558,0,0,0,0,0 +444559,0,0,0,0,0 +444560,0,0,0,0,0 +444561,0,0,0,0,0 +444562,0,0,0,0,0 +444563,0,0,0,0,0 +444564,0,0,0,0,0 +444565,0,0,0,0,0 +444566,0,0,0,0,0 +444567,0,0,0,0,0 +444568,0,0,0,0,0 +444569,0,0,0,0,0 +444570,0,0,0,0,0 +444571,0,0,0,0,0 +444572,0,0,0,0,0 +444573,0,0,0,0,0 +444574,0,0,0,0,0 +444575,0,0,0,0,0 +444576,0,0,0,0,0 +444577,0,0,0,0,0 +444578,0,0,0,0,0 +444579,0,0,0,0,0 +444580,0,0,0,0,0 +444581,0,0,0,0,0 +444582,0,0,0,0,0 +444583,0,0,0,0,0 +444584,0,0,0,0,0 +444585,0,0,0,0,0 +444586,0,0,0,0,0 +444587,0,0,0,0,0 +444588,0,0,0,0,0 +444589,0,0,0,0,0 +444590,0,0,0,0,0 +444591,0,0,0,0,0 +444592,0,0,0,0,0 +444593,0,0,0,0,0 +444594,0,0,0,0,0 +444595,0,0,0,0,0 +444596,0,0,0,0,0 +444597,0,0,0,0,0 +444598,0,0,0,0,0 +444599,0,0,0,0,0 +444600,0,0,0,0,0 +444601,0,0,0,0,0 +444602,0,0,0,0,0 +444603,0,0,0,0,0 +444604,0,0,0,0,0 +444605,0,0,0,0,0 +444606,0,0,0,0,0 +444607,0,0,0,0,0 +444608,0,0,0,0,0 +444609,0,0,0,0,0 +444610,0,0,0,0,0 +444611,0,0,0,0,0 +444612,0,0,0,0,0 +444613,0,0,0,0,0 +444614,0,0,0,0,0 +444615,0,0,0,0,0 +444616,0,0,0,0,0 +444617,0,0,0,0,0 +444618,0,0,0,0,0 +444619,0,0,0,0,0 +444620,0,0,0,0,0 +444621,0,0,0,0,0 +444622,0,0,0,0,0 +444623,0,0,0,0,0 +444624,0,0,0,0,0 +444625,0,0,0,0,0 +444626,0,0,0,0,0 +444627,0,0,0,0,0 +444628,0,0,0,0,0 +444629,0,0,0,0,0 +444630,0,0,0,0,0 +444631,0,0,0,0,0 +444632,0,0,0,0,0 +444633,0,0,0,0,0 +444634,0,0,0,0,0 +444635,0,0,0,0,0 +444636,0,0,0,0,0 +444637,0,0,0,0,0 +444638,0,0,0,0,0 +444639,0,0,0,0,0 +444640,0,0,0,0,0 +444641,0,0,0,0,0 +444642,0,0,0,0,0 +444643,0,0,0,0,0 +444644,0,0,0,0,0 +444645,0,0,0,0,0 +444646,0,0,0,0,0 +444647,0,0,0,0,0 +444648,0,0,0,0,0 +444649,0,0,0,0,0 +444650,0,0,0,0,0 +444651,0,0,0,0,0 +444652,0,0,0,0,0 +444653,0,0,0,0,0 +444654,0,0,0,0,0 +444655,0,0,0,0,0 +444656,0,0,0,0,0 +444657,0,0,0,0,0 +444658,0,0,0,0,0 +444659,0,0,0,0,0 +444660,0,0,0,0,0 +444661,0,0,0,0,0 +444662,0,0,0,0,0 +444663,0,0,0,0,0 +444664,0,0,0,0,0 +444665,0,0,0,0,0 +444666,0,0,0,0,0 +444667,0,0,0,0,0 +444668,0,0,0,0,0 +444669,0,0,0,0,0 +444670,0,0,0,0,0 +444671,0,0,0,0,0 +444672,0,0,0,0,0 +444673,0,0,0,0,0 +444674,0,0,0,0,0 +444675,0,0,0,0,0 +444676,0,0,0,0,0 +444677,0,0,0,0,0 +444678,0,0,0,0,0 +444679,0,0,0,0,0 +444680,0,0,0,0,0 +444681,0,0,0,0,0 +444682,0,0,0,0,0 +444683,0,0,0,0,0 +444684,0,0,0,0,0 +444685,0,0,0,0,0 +444686,0,0,0,0,0 +444687,0,0,0,0,0 +444688,0,0,0,0,0 +444689,0,0,0,0,0 +444690,0,0,0,0,0 +444691,0,0,0,0,0 +444692,0,0,0,0,0 +444693,0,0,0,0,0 +444694,0,0,0,0,0 +444695,0,0,0,0,0 +444696,0,0,0,0,0 +444697,0,0,0,0,0 +444698,0,0,0,0,0 +444699,0,0,0,0,0 +444700,0,0,0,0,0 +444701,0,0,0,0,0 +444702,0,0,0,0,0 +444703,0,0,0,0,0 +444704,0,0,0,0,0 +444705,0,0,0,0,0 +444706,0,0,0,0,0 +444707,0,0,0,0,0 +444708,0,0,0,0,0 +444709,0,0,0,0,0 +444710,0,0,0,0,0 +444711,0,0,0,0,0 +444712,0,0,0,0,0 +444713,0,0,0,0,0 +444714,0,0,0,0,0 +444715,0,0,0,0,0 +444716,0,0,0,0,0 +444717,0,0,0,0,0 +444718,0,0,0,0,0 +444719,0,0,0,0,0 +444720,0,0,0,0,0 +444721,0,0,0,0,0 +444722,0,0,0,0,0 +444723,0,0,0,0,0 +444724,0,0,0,0,0 +444725,0,0,0,0,0 +444726,0,0,0,0,0 +444727,0,0,0,0,0 +444728,0,0,0,0,0 +444729,0,0,0,0,0 +444730,0,0,0,0,0 +444731,0,0,0,0,0 +444732,0,0,0,0,0 +444733,0,0,0,0,0 +444734,0,0,0,0,0 +444735,0,0,0,0,0 +444736,0,0,0,0,0 +444737,0,0,0,0,0 +444738,0,0,0,0,0 +444739,0,0,0,0,0 +444740,0,0,0,0,0 +444741,0,0,0,0,0 +444742,0,0,0,0,0 +444743,0,0,0,0,0 +444744,0,0,0,0,0 +444745,0,0,0,0,0 +444746,0,0,0,0,0 +444747,0,0,0,0,0 +444748,0,0,0,0,0 +444749,0,0,0,0,0 +444750,0,0,0,0,0 +444751,0,0,0,0,0 +444752,0,0,0,0,0 +444753,0,0,0,0,0 +444754,0,0,0,0,0 +444755,0,0,0,0,0 +444756,0,0,0,0,0 +444757,0,0,0,0,0 +444758,0,0,0,0,0 +444759,0,0,0,0,0 +444760,0,0,0,0,0 +444761,0,0,0,0,0 +444762,0,0,0,0,0 +444763,0,0,0,0,0 +444764,0,0,0,0,0 +444765,0,0,0,0,0 +444766,0,0,0,0,0 +444767,0,0,0,0,0 +444768,0,0,0,0,0 +444769,0,0,0,0,0 +444770,0,0,0,0,0 +444771,0,0,0,0,0 +444772,0,0,0,0,0 +444773,0,0,0,0,0 +444774,0,0,0,0,0 +444775,0,0,0,0,0 +444776,0,0,0,0,0 +444777,0,0,0,0,0 +444778,0,0,0,0,0 +444779,0,0,0,0,0 +444780,0,0,0,0,0 +444781,0,0,0,0,0 +444782,0,0,0,0,0 +444783,0,0,0,0,0 +444784,0,0,0,0,0 +444785,0,0,0,0,0 +444786,0,0,0,0,0 +444787,0,0,0,0,0 +444788,0,0,0,0,0 +444789,0,0,0,0,0 +444790,0,0,0,0,0 +444791,0,0,0,0,0 +444792,0,0,0,0,0 +444793,0,0,0,0,0 +444794,0,0,0,0,0 +444795,0,0,0,0,0 +444796,0,0,0,0,0 +444797,0,0,0,0,0 +444798,0,0,0,0,0 +444799,0,0,0,0,0 +444800,0,0,0,0,0 +444801,0,0,0,0,0 +444802,0,0,0,0,0 +444803,0,0,0,0,0 +444804,0,0,0,0,0 +444805,0,0,0,0,0 +444806,0,0,0,0,0 +444807,0,0,0,0,0 +444808,0,0,0,0,0 +444809,0,0,0,0,0 +444810,0,0,0,0,0 +444811,0,0,0,0,0 +444812,0,0,0,0,0 +444813,0,0,0,0,0 +444814,0,0,0,0,0 +444815,0,0,0,0,0 +444816,0,0,0,0,0 +444817,0,0,0,0,0 +444818,0,0,0,0,0 +444819,0,0,0,0,0 +444820,0,0,0,0,0 +444821,0,0,0,0,0 +444822,0,0,0,0,0 +444823,0,0,0,0,0 +444824,0,0,0,0,0 +444825,0,0,0,0,0 +444826,0,0,0,0,0 +444827,0,0,0,0,0 +444828,0,0,0,0,0 +444829,0,0,0,0,0 +444830,0,0,0,0,0 +444831,0,0,0,0,0 +444832,0,0,0,0,0 +444833,0,0,0,0,0 +444834,0,0,0,0,0 +444835,0,0,0,0,0 +444836,0,0,0,0,0 +444837,0,0,0,0,0 +444838,0,0,0,0,0 +444839,0,0,0,0,0 +444840,0,0,0,0,0 +444841,0,0,0,0,0 +444842,0,0,0,0,0 +444843,0,0,0,0,0 +444844,0,0,0,0,0 +444845,0,0,0,0,0 +444846,0,0,0,0,0 +444847,0,0,0,0,0 +444848,0,0,0,0,0 +444849,0,0,0,0,0 +444850,0,0,0,0,0 +444851,0,0,0,0,0 +444852,0,0,0,0,0 +444853,0,0,0,0,0 +444854,0,0,0,0,0 +444855,0,0,0,0,0 +444856,0,0,0,0,0 +444857,0,0,0,0,0 +444858,0,0,0,0,0 +444859,0,0,0,0,0 +444860,0,0,0,0,0 +444861,0,0,0,0,0 +444862,0,0,0,0,0 +444863,0,0,0,0,0 +444864,0,0,0,0,0 +444865,0,0,0,0,0 +444866,0,0,0,0,0 +444867,0,0,0,0,0 +444868,0,0,0,0,0 +444869,0,0,0,0,0 +444870,0,0,0,0,0 +444871,0,0,0,0,0 +444872,0,0,0,0,0 +444873,0,0,0,0,0 +444874,0,0,0,0,0 +444875,0,0,0,0,0 +444876,0,0,0,0,0 +444877,0,0,0,0,0 +444878,0,0,0,0,0 +444879,0,0,0,0,0 +444880,0,0,0,0,0 +444881,0,0,0,0,0 +444882,0,0,0,0,0 +444883,0,0,0,0,0 +444884,0,0,0,0,0 +444885,0,0,0,0,0 +444886,0,0,0,0,0 +444887,0,0,0,0,0 +444888,0,0,0,0,0 +444889,0,0,0,0,0 +444890,0,0,0,0,0 +444891,0,0,0,0,0 +444892,0,0,0,0,0 +444893,0,0,0,0,0 +444894,0,0,0,0,0 +444895,0,0,0,0,0 +444896,0,0,0,0,0 +444897,0,0,0,0,0 +444898,0,0,0,0,0 +444899,0,0,0,0,0 +444900,0,0,0,0,0 +444901,0,0,0,0,0 +444902,0,0,0,0,0 +444903,0,0,0,0,0 +444904,0,0,0,0,0 +444905,0,0,0,0,0 +444906,0,0,0,0,0 +444907,0,0,0,0,0 +444908,0,0,0,0,0 +444909,0,0,0,0,0 +444910,0,0,0,0,0 +444911,0,0,0,0,0 +444912,0,0,0,0,0 +444913,0,0,0,0,0 +444914,0,0,0,0,0 +444915,0,0,0,0,0 +444916,0,0,0,0,0 +444917,0,0,0,0,0 +444918,0,0,0,0,0 +444919,0,0,0,0,0 +444920,0,0,0,0,0 +444921,0,0,0,0,0 +444922,0,0,0,0,0 +444923,0,0,0,0,0 +444924,0,0,0,0,0 +444925,0,0,0,0,0 +444926,0,0,0,0,0 +444927,0,0,0,0,0 +444928,0,0,0,0,0 +444929,0,0,0,0,0 +444930,0,0,0,0,0 +444931,0,0,0,0,0 +444932,0,0,0,0,0 +444933,0,0,0,0,0 +444934,0,0,0,0,0 +444935,0,0,0,0,0 +444936,0,0,0,0,0 +444937,0,0,0,0,0 +444938,0,0,0,0,0 +444939,0,0,0,0,0 +444940,0,0,0,0,0 +444941,0,0,0,0,0 +444942,0,0,0,0,0 +444943,0,0,0,0,0 +444944,0,0,0,0,0 +444945,0,0,0,0,0 +444946,0,0,0,0,0 +444947,0,0,0,0,0 +444948,0,0,0,0,0 +444949,0,0,0,0,0 +444950,0,0,0,0,0 +444951,0,0,0,0,0 +444952,0,0,0,0,0 +444953,0,0,0,0,0 +444954,0,0,0,0,0 +444955,0,0,0,0,0 +444956,0,0,0,0,0 +444957,0,0,0,0,0 +444958,0,0,0,0,0 +444959,0,0,0,0,0 +444960,0,0,0,0,0 +444961,0,0,0,0,0 +444962,0,0,0,0,0 +444963,0,0,0,0,0 +444964,0,0,0,0,0 +444965,0,0,0,0,0 +444966,0,0,0,0,0 +444967,0,0,0,0,0 +444968,0,0,0,0,0 +444969,0,0,0,0,0 +444970,0,0,0,0,0 +444971,0,0,0,0,0 +444972,0,0,0,0,0 +444973,0,0,0,0,0 +444974,0,0,0,0,0 +444975,0,0,0,0,0 +444976,0,0,0,0,0 +444977,0,0,0,0,0 +444978,0,0,0,0,0 +444979,0,0,0,0,0 +444980,0,0,0,0,0 +444981,0,0,0,0,0 +444982,0,0,0,0,0 +444983,0,0,0,0,0 +444984,0,0,0,0,0 +444985,0,0,0,0,0 +444986,0,0,0,0,0 +444987,0,0,0,0,0 +444988,0,0,0,0,0 +444989,0,0,0,0,0 +444990,0,0,0,0,0 +444991,0,0,0,0,0 +444992,0,0,0,0,0 +444993,0,0,0,0,0 +444994,0,0,0,0,0 +444995,0,0,0,0,0 +444996,0,0,0,0,0 +444997,0,0,0,0,0 +444998,0,0,0,0,0 +444999,0,0,0,0,0 +445000,0,0,0,0,0 +445001,0,0,0,0,0 +445002,0,0,0,0,0 +445003,0,0,0,0,0 +445004,0,0,0,0,0 +445005,0,0,0,0,0 +445006,0,0,0,0,0 +445007,0,0,0,0,0 +445008,0,0,0,0,0 +445009,0,0,0,0,0 +445010,0,0,0,0,0 +445011,0,0,0,0,0 +445012,0,0,0,0,0 +445013,0,0,0,0,0 +445014,0,0,0,0,0 +445015,0,0,0,0,0 +445016,0,0,0,0,0 +445017,0,0,0,0,0 +445018,0,0,0,0,0 +445019,0,0,0,0,0 +445020,0,0,0,0,0 +445021,0,0,0,0,0 +445022,0,0,0,0,0 +445023,0,0,0,0,0 +445024,0,0,0,0,0 +445025,0,0,0,0,0 +445026,0,0,0,0,0 +445027,0,0,0,0,0 +445028,0,0,0,0,0 +445029,0,0,0,0,0 +445030,0,0,0,0,0 +445031,0,0,0,0,0 +445032,0,0,0,0,0 +445033,0,0,0,0,0 +445034,0,0,0,0,0 +445035,0,0,0,0,0 +445036,0,0,0,0,0 +445037,0,0,0,0,0 +445038,0,0,0,0,0 +445039,0,0,0,0,0 +445040,0,0,0,0,0 +445041,0,0,0,0,0 +445042,0,0,0,0,0 +445043,0,0,0,0,0 +445044,0,0,0,0,0 +445045,0,0,0,0,0 +445046,0,0,0,0,0 +445047,0,0,0,0,0 +445048,0,0,0,0,0 +445049,0,0,0,0,0 +445050,0,0,0,0,0 +445051,0,0,0,0,0 +445052,0,0,0,0,0 +445053,0,0,0,0,0 +445054,0,0,0,0,0 +445055,0,0,0,0,0 +445056,0,0,0,0,0 +445057,0,0,0,0,0 +445058,0,0,0,0,0 +445059,0,0,0,0,0 +445060,0,0,0,0,0 +445061,0,0,0,0,0 +445062,0,0,0,0,0 +445063,0,0,0,0,0 +445064,0,0,0,0,0 +445065,0,0,0,0,0 +445066,0,0,0,0,0 +445067,0,0,0,0,0 +445068,0,0,0,0,0 +445069,0,0,0,0,0 +445070,0,0,0,0,0 +445071,0,0,0,0,0 +445072,0,0,0,0,0 +445073,0,0,0,0,0 +445074,0,0,0,0,0 +445075,0,0,0,0,0 +445076,0,0,0,0,0 +445077,0,0,0,0,0 +445078,0,0,0,0,0 +445079,0,0,0,0,0 +445080,0,0,0,0,0 +445081,0,0,0,0,0 +445082,0,0,0,0,0 +445083,0,0,0,0,0 +445084,0,0,0,0,0 +445085,0,0,0,0,0 +445086,0,0,0,0,0 +445087,0,0,0,0,0 +445088,0,0,0,0,0 +445089,0,0,0,0,0 +445090,0,0,0,0,0 +445091,0,0,0,0,0 +445092,0,0,0,0,0 +445093,0,0,0,0,0 +445094,0,0,0,0,0 +445095,0,0,0,0,0 +445096,0,0,0,0,0 +445097,0,0,0,0,0 +445098,0,0,0,0,0 +445099,0,0,0,0,0 +445100,0,0,0,0,0 +445101,0,0,0,0,0 +445102,0,0,0,0,0 +445103,0,0,0,0,0 +445104,0,0,0,0,0 +445105,0,0,0,0,0 +445106,0,0,0,0,0 +445107,0,0,0,0,0 +445108,0,0,0,0,0 +445109,0,0,0,0,0 +445110,0,0,0,0,0 +445111,0,0,0,0,0 +445112,0,0,0,0,0 +445113,0,0,0,0,0 +445114,0,0,0,0,0 +445115,0,0,0,0,0 +445116,0,0,0,0,0 +445117,0,0,0,0,0 +445118,0,0,0,0,0 +445119,0,0,0,0,0 +445120,0,0,0,0,0 +445121,0,0,0,0,0 +445122,0,0,0,0,0 +445123,0,0,0,0,0 +445124,0,0,0,0,0 +445125,0,0,0,0,0 +445126,0,0,0,0,0 +445127,0,0,0,0,0 +445128,0,0,0,0,0 +445129,0,0,0,0,0 +445130,0,0,0,0,0 +445131,0,0,0,0,0 +445132,0,0,0,0,0 +445133,0,0,0,0,0 +445134,0,0,0,0,0 +445135,0,0,0,0,0 +445136,0,0,0,0,0 +445137,0,0,0,0,0 +445138,0,0,0,0,0 +445139,0,0,0,0,0 +445140,0,0,0,0,0 +445141,0,0,0,0,0 +445142,0,0,0,0,0 +445143,0,0,0,0,0 +445144,0,0,0,0,0 +445145,0,0,0,0,0 +445146,0,0,0,0,0 +445147,0,0,0,0,0 +445148,0,0,0,0,0 +445149,0,0,0,0,0 +445150,0,0,0,0,0 +445151,0,0,0,0,0 +445152,0,0,0,0,0 +445153,0,0,0,0,0 +445154,0,0,0,0,0 +445155,0,0,0,0,0 +445156,0,0,0,0,0 +445157,0,0,0,0,0 +445158,0,0,0,0,0 +445159,0,0,0,0,0 +445160,0,0,0,0,0 +445161,0,0,0,0,0 +445162,0,0,0,0,0 +445163,0,0,0,0,0 +445164,0,0,0,0,0 +445165,0,0,0,0,0 +445166,0,0,0,0,0 +445167,0,0,0,0,0 +445168,0,0,0,0,0 +445169,0,0,0,0,0 +445170,0,0,0,0,0 +445171,0,0,0,0,0 +445172,0,0,0,0,0 +445173,0,0,0,0,0 +445174,0,0,0,0,0 +445175,0,0,0,0,0 +445176,0,0,0,0,0 +445177,0,0,0,0,0 +445178,0,0,0,0,0 +445179,0,0,0,0,0 +445180,0,0,0,0,0 +445181,0,0,0,0,0 +445182,0,0,0,0,0 +445183,0,0,0,0,0 +445184,0,0,0,0,0 +445185,0,0,0,0,0 +445186,0,0,0,0,0 +445187,0,0,0,0,0 +445188,0,0,0,0,0 +445189,0,0,0,0,0 +445190,0,0,0,0,0 +445191,0,0,0,0,0 +445192,0,0,0,0,0 +445193,0,0,0,0,0 +445194,0,0,0,0,0 +445195,0,0,0,0,0 +445196,0,0,0,0,0 +445197,0,0,0,0,0 +445198,0,0,0,0,0 +445199,0,0,0,0,0 +445200,0,0,0,0,0 +445201,0,0,0,0,0 +445202,0,0,0,0,0 +445203,0,0,0,0,0 +445204,0,0,0,0,0 +445205,0,0,0,0,0 +445206,0,0,0,0,0 +445207,0,0,0,0,0 +445208,0,0,0,0,0 +445209,0,0,0,0,0 +445210,0,0,0,0,0 +445211,0,0,0,0,0 +445212,0,0,0,0,0 +445213,0,0,0,0,0 +445214,0,0,0,0,0 +445215,0,0,0,0,0 +445216,0,0,0,0,0 +445217,0,0,0,0,0 +445218,0,0,0,0,0 +445219,0,0,0,0,0 +445220,0,0,0,0,0 +445221,0,0,0,0,0 +445222,0,0,0,0,0 +445223,0,0,0,0,0 +445224,0,0,0,0,0 +445225,0,0,0,0,0 +445226,0,0,0,0,0 +445227,0,0,0,0,0 +445228,0,0,0,0,0 +445229,0,0,0,0,0 +445230,0,0,0,0,0 +445231,0,0,0,0,0 +445232,0,0,0,0,0 +445233,0,0,0,0,0 +445234,0,0,0,0,0 +445235,0,0,0,0,0 +445236,0,0,0,0,0 +445237,0,0,0,0,0 +445238,0,0,0,0,0 +445239,0,0,0,0,0 +445240,0,0,0,0,0 +445241,0,0,0,0,0 +445242,0,0,0,0,0 +445243,0,0,0,0,0 +445244,0,0,0,0,0 +445245,0,0,0,0,0 +445246,0,0,0,0,0 +445247,0,0,0,0,0 +445248,0,0,0,0,0 +445249,0,0,0,0,0 +445250,0,0,0,0,0 +445251,0,0,0,0,0 +445252,0,0,0,0,0 +445253,0,0,0,0,0 +445254,0,0,0,0,0 +445255,0,0,0,0,0 +445256,0,0,0,0,0 +445257,0,0,0,0,0 +445258,0,0,0,0,0 +445259,0,0,0,0,0 +445260,0,0,0,0,0 +445261,0,0,0,0,0 +445262,0,0,0,0,0 +445263,0,0,0,0,0 +445264,0,0,0,0,0 +445265,0,0,0,0,0 +445266,0,0,0,0,0 +445267,0,0,0,0,0 +445268,0,0,0,0,0 +445269,0,0,0,0,0 +445270,0,0,0,0,0 +445271,0,0,0,0,0 +445272,0,0,0,0,0 +445273,0,0,0,0,0 +445274,0,0,0,0,0 +445275,0,0,0,0,0 +445276,0,0,0,0,0 +445277,0,0,0,0,0 +445278,0,0,0,0,0 +445279,0,0,0,0,0 +445280,0,0,0,0,0 +445281,0,0,0,0,0 +445282,0,0,0,0,0 +445283,0,0,0,0,0 +445284,0,0,0,0,0 +445285,0,0,0,0,0 +445286,0,0,0,0,0 +445287,0,0,0,0,0 +445288,0,0,0,0,0 +445289,0,0,0,0,0 +445290,0,0,0,0,0 +445291,0,0,0,0,0 +445292,0,0,0,0,0 +445293,0,0,0,0,0 +445294,0,0,0,0,0 +445295,0,0,0,0,0 +445296,0,0,0,0,0 +445297,0,0,0,0,0 +445298,0,0,0,0,0 +445299,0,0,0,0,0 +445300,0,0,0,0,0 +445301,0,0,0,0,0 +445302,0,0,0,0,0 +445303,0,0,0,0,0 +445304,0,0,0,0,0 +445305,0,0,0,0,0 +445306,0,0,0,0,0 +445307,0,0,0,0,0 +445308,0,0,0,0,0 +445309,0,0,0,0,0 +445310,0,0,0,0,0 +445311,0,0,0,0,0 +445312,0,0,0,0,0 +445313,0,0,0,0,0 +445314,0,0,0,0,0 +445315,0,0,0,0,0 +445316,0,0,0,0,0 +445317,0,0,0,0,0 +445318,0,0,0,0,0 +445319,0,0,0,0,0 +445320,0,0,0,0,0 +445321,0,0,0,0,0 +445322,0,0,0,0,0 +445323,0,0,0,0,0 +445324,0,0,0,0,0 +445325,0,0,0,0,0 +445326,0,0,0,0,0 +445327,0,0,0,0,0 +445328,0,0,0,0,0 +445329,0,0,0,0,0 +445330,0,0,0,0,0 +445331,0,0,0,0,0 +445332,0,0,0,0,0 +445333,0,0,0,0,0 +445334,0,0,0,0,0 +445335,0,0,0,0,0 +445336,0,0,0,0,0 +445337,0,0,0,0,0 +445338,0,0,0,0,0 +445339,0,0,0,0,0 +445340,0,0,0,0,0 +445341,0,0,0,0,0 +445342,0,0,0,0,0 +445343,0,0,0,0,0 +445344,0,0,0,0,0 +445345,0,0,0,0,0 +445346,0,0,0,0,0 +445347,0,0,0,0,0 +445348,0,0,0,0,0 +445349,0,0,0,0,0 +445350,0,0,0,0,0 +445351,0,0,0,0,0 +445352,0,0,0,0,0 +445353,0,0,0,0,0 +445354,0,0,0,0,0 +445355,0,0,0,0,0 +445356,0,0,0,0,0 +445357,0,0,0,0,0 +445358,0,0,0,0,0 +445359,0,0,0,0,0 +445360,0,0,0,0,0 +445361,0,0,0,0,0 +445362,0,0,0,0,0 +445363,0,0,0,0,0 +445364,0,0,0,0,0 +445365,0,0,0,0,0 +445366,0,0,0,0,0 +445367,0,0,0,0,0 +445368,0,0,0,0,0 +445369,0,0,0,0,0 +445370,0,0,0,0,0 +445371,0,0,0,0,0 +445372,0,0,0,0,0 +445373,0,0,0,0,0 +445374,0,0,0,0,0 +445375,0,0,0,0,0 +445376,0,0,0,0,0 +445377,0,0,0,0,0 +445378,0,0,0,0,0 +445379,0,0,0,0,0 +445380,0,0,0,0,0 +445381,-1644.802689,-774.4345574,-1614.358877,-792.9312705,-832.3140008 +445382,-1725.709592,-784.8824583,-1695.991953,-806.3976108,-963.4338165 +445383,-1708.211132,-694.1427713,-1671.93891,-718.9727953,-983.90695 +445384,-1470.734188,-588.9711664,-1438.1044,-617.5273608,-847.1457535 +445385,-1442.961795,-97.68666791,-1409.577352,-606.5009159,-831.9288687 +445386,-1437.767287,-245.5664085,-1403.198177,-605.5491672,-828.1479351 +445387,-1509.986164,-225.2491473,-1474.125209,-638.0116434,-870.1201153 +445388,-1357.352183,-179.167808,-1054.819773,-640.4116985,-870.9414065 +445389,-700.3128624,-161.6806462,-746.7537033,-354.1603923,-820.869994 +445390,-1094.262075,-145.6464873,-978.3893809,-473.6726426,-802.5993188 +445391,-959.6357337,-128.8107914,-871.58002,-444.5156791,-796.0135513 +445392,-944.7511913,-112.9529187,-856.6130966,-430.4500268,-672.8531491 +445393,-935.3031463,-96.2800692,-843.1909343,-425.4940804,-755.7650171 +445394,-923.3062655,-80.24419568,-830.5424547,-418.8236408,-595.6568399 +445395,-876.9060121,-52.00134139,-780.7225561,-400.0311196,-695.1560356 +445396,-956.8497458,-65.30657938,-857.3429608,-429.9862488,-654.6907576 +445397,-867.2630933,-22.81252999,-768.9643604,-393.9027359,-429.5432321 +445398,-891.5570014,-17.26477507,-787.0485868,-400.7725803,-654.2257661 +445399,-874.0220325,1.349308586,-769.9053685,-394.8720884,-754.5800375 +445400,-866.0404384,17.33229483,-760.0008729,-389.1880684,-574.2162834 +445401,-857.4774787,31.98060227,-750.6031238,-384.8624661,-723.9404743 +445402,-848.1149784,51.2084719,-742.1149274,-380.8777904,-533.3134488 +445403,-841.2068952,42.49875291,-730.7992954,-375.2725694,-710.0465969 +445404,-830.4866652,93.72690727,-725.048173,-371.7049307,-510.915004 +445405,-825.0692822,42.94817124,-717.5754025,-368.0736582,-702.9761309 +445406,-815.468449,96.75946261,-706.8583874,-362.5731302,-497.2534305 +445407,-808.2595873,44.66943173,-701.0499346,-359.7376141,-698.6917913 +445408,-799.6966723,100.5693098,-693.1407668,-354.5700423,-487.9585132 +445409,-793.6531723,47.71212695,-685.1983906,-351.5816671,-695.6968675 +445410,-784.5667836,104.6924308,-679.0290953,-346.360086,-483.2251341 +445411,-778.4159739,51.56322191,-671.9830043,-344.2059333,-693.9818177 +445412,-771.4242936,54.05862696,-664.9547547,-339.1961317,-621.3640447 +445413,-762.7579623,56.90446307,-658.7253749,-336.5451017,-583.1726143 +445414,-757.3546771,144.7926191,-652.7498296,-331.6285563,-292.6534007 +445415,-749.6393609,112.0626377,-647.0600961,-329.7043188,-533.7476801 +445416,-743.671658,62.78411968,-639.6193532,-325.0354418,-717.9802804 +445417,-736.5869612,116.624253,-635.212444,-322.1549171,-508.8322964 +445418,-730.1477352,67.77346524,-628.0123863,-318.8754446,-702.991982 +445419,-723.6846679,121.5330205,-623.69087,-314.8346493,-504.8618237 +445420,-716.8282572,73.31966898,-617.5675515,-311.8025556,-698.8557992 +445421,-660.4461318,85.87274451,-561.8076934,-286.8959871,-581.7369521 +445422,-777.6143128,150.1924523,-680.5292945,-337.2167479,-374.9631383 +445423,-664.2466417,81.65457891,-567.2477342,-287.6293777,-659.2514311 +445424,-698.7050839,148.0169971,-604.3534853,-302.0771141,-421.9535072 +445425,-687.2445537,86.60484014,-591.5777276,-296.1698803,-673.4818745 +445426,-678.7600605,89.57462917,-586.9163411,-293.3354151,-605.6438835 +445427,-674.1593571,169.2232839,-580.9717439,-289.1632783,-339.3423815 +445428,-668.2441337,95.2327988,-578.3796129,-287.4551095,-646.3873454 +445429,-661.3484732,166.7455748,-572.0008781,-283.8415282,-389.9363187 +445430,-656.4240818,100.3694689,-566.8769568,-281.0833836,-663.5378513 +445431,-650.0145815,103.3728057,-563.4883322,-277.8795016,-598.314812 +445432,-644.603425,106.9621592,-558.6609668,-275.5220569,-562.3900265 +445433,-639.3131045,199.5450799,-552.5548728,-272.480198,-256.9066428 +445434,-632.8071939,112.5340158,-550.1956005,-269.1814315,-623.0778325 +445435,-627.2184613,191.8868591,-544.7335721,-266.9731022,-340.6904441 +445436,-621.711738,117.3550355,-540.8337655,-263.6523808,-649.2309174 +445437,-615.4687248,188.3238511,-535.4122723,-261.4442331,-394.3577825 +445438,-610.9002128,122.883513,-532.1561151,-257.9393818,-665.393469 +445439,-559.7929148,134.5580802,-482.7308584,-236.1996069,-562.0276726 +445440,-665.7027115,207.3920743,-587.1053693,-281.1175454,-326.726399 +445441,91.42443924,132.0646553,91.4246785,41.51244012,157.3356393 +445442,100.5796948,143.6524356,101.8657208,45.90531166,183.0447724 +445443,113.5843329,159.7053264,116.5245532,52.09165025,223.3646548 +445444,126.8669677,176.054584,131.3235112,58.32389253,265.8408066 +445445,138.9001589,190.7354272,144.6054867,63.88114314,304.7925578 +445446,149.5368052,203.488915,156.2547887,68.71839463,339.2681193 +445447,159.0229581,214.6583703,166.5774148,72.9777803,368.9682641 +445448,167.6236183,224.6365683,175.8831979,76.80274718,394.9144826 +445449,175.5217031,233.7050162,184.3826757,80.29081943,418.022115 +445450,182.8367538,242.0464898,192.2168376,83.50432341,438.8578956 +445451,189.6554917,249.7879867,199.4886159,86.48742716,457.7631113 +445452,196.0485244,601.8767394,206.2796726,89.2756397,474.9811109 +445453,202.076643,426.5274227,212.6585782,91.89917903,490.7176028 +445454,207.7925307,505.957459,218.6840207,94.38381889,505.1572512 +445455,213.2394203,529.904336,224.4052534,96.75083126,518.4643998 +445456,218.3742692,552.2704866,229.8649698,99.01826888,530.7826713 +445457,223.2744055,574.6891113,235.0993541,101.2010972,542.2361653 +445458,227.7604314,596.2604498,239.8872792,103.1972945,552.4746898 +445459,232.4457936,617.9419001,244.8264996,105.2771788,562.6307645 +445460,237.0149155,639.5538972,249.6019348,107.2960368,572.1725343 +445461,241.4825028,660.1836582,254.2337626,109.2616892,581.1729401 +445462,245.8614171,680.986178,258.7400804,111.1811778,589.6967881 +445463,250.1635361,701.7713381,263.1366879,113.0606302,597.8008573 +445464,254.3992464,721.7233699,267.4368896,114.9051404,605.5340871 +445465,258.5772061,742.2260432,271.6516934,116.7188482,612.938365 +445466,262.7130924,761.9104323,275.7901774,118.505102,620.0496034 +445467,266.8018615,781.6303952,279.8598921,120.2666395,626.8987088 +445468,270.8384744,800.8860594,283.8671184,122.0056988,633.5121916 +445469,274.823592,820.8487532,287.8171226,123.7241289,639.9129827 +445470,278.761275,839.307497,291.7143724,125.4234812,646.1210147 +445471,282.6562926,856.8575185,295.5626623,127.1050591,652.1536593 +445472,286.5075694,873.681177,299.3600763,128.7676971,658.0260183 +445473,290.3149782,889.8373706,303.1059486,130.4108329,663.7512773 +445474,294.0803713,913.9162828,306.8017852,132.0349054,669.3409898 +445475,297.8065832,934.1457204,310.4501502,133.6408508,674.8053904 +445476,301.4965268,954.5924415,314.0536864,135.2296601,680.1534839 +445477,305.1527503,974.6069048,317.6147494,136.8022132,685.3932657 +445478,308.7773927,994.2371017,321.1353616,138.3592571,690.5318122 +445479,312.3722706,1013.61157,324.6172735,139.9014326,695.5754363 +445480,315.9389602,1032.768841,328.0620272,141.4293011,700.5297408 +445481,319.4788532,1051.575286,331.471003,142.943365,705.3997574 +445482,322.9931894,1070.151192,334.845447,144.4440775,710.1899748 +445483,326.483082,1088.466761,338.186494,145.9318525,714.9044605 +445484,329.9495294,1106.489385,341.4951769,147.4070668,719.546855 +445485,333.3934407,1124.379803,344.7724502,148.8700696,724.1204904 +445486,336.8156412,1141.946354,348.0191954,150.3211844,728.6283692 +445487,340.2168877,1159.271799,351.2362334,151.7607129,733.0732577 +445488,343.5978773,1176.486316,354.4243325,153.1889385,737.4576635 +445489,346.9592595,1193.338318,357.5842198,154.6061303,741.7839252 +445490,350.3016367,1209.653599,360.7165801,156.0125419,746.0541678 +445491,353.6255771,1221.520965,363.8220686,157.4084174,750.270395 +445492,357.0112611,1236.597749,367.0243563,158.8480804,754.4348831 +445493,360.429687,1252.247637,370.282133,160.3129881,758.5496795 +445494,363.8418577,1267.872027,373.5343093,161.775975,762.6160639 +445495,367.2282905,1283.253943,376.7491156,163.2230142,766.6353225 +445496,370.5847129,1298.531574,379.9188793,164.6508613,770.6087931 +445497,373.9130601,1313.640079,383.046072,166.0607922,774.5378906 +445498,377.2162853,1328.545844,386.1350046,167.4548655,778.4239514 +445499,380.4967337,1343.419843,389.1891213,168.8347086,782.2682912 +445500,383.7560694,1358.0241,392.2108258,170.2014466,786.0721035 +445501,387.0702267,1541.777758,395.2765766,171.5898439,789.9722836 +445502,397.4711736,1558.378815,405.4216734,176.1575546,807.2463318 +445503,411.4404113,1574.237379,419.1347941,182.2749827,831.2551867 +445504,425.4350783,1589.639186,432.874025,188.3284611,855.4407447 +445505,437.9876529,1604.603239,445.1693526,193.6693929,877.1140678 +445506,448.9637312,1619.656669,455.8834195,198.2613807,896.0063395 +445507,458.667285,1634.23555,465.3180676,202.2629674,912.6237927 +445508,467.4074226,1649.757155,473.7812065,205.8278499,927.4781413 +445509,475.3961291,1671.724711,481.4842439,209.0598082,940.9163947 +445510,482.7693851,1675.446166,488.5629138,212.0245653,953.1616395 +445511,489.6233016,1705.466137,495.1132396,214.7678213,964.3755345 +445512,496.0349065,1699.076092,501.2122567,217.3255315,974.6915829 +445513,502.0700146,1703.131874,506.9258498,219.7278491,984.2269267 +445514,507.7852371,1743.681462,512.3107531,222.0002274,993.0844365 +445515,513.2287459,1742.750484,517.4153001,224.1639047,1001.353547 +445516,518.4410804,1759.3564,522.2802183,226.2363939,1009.11115 +445517,523.4562084,1772.433678,526.9396822,228.2320693,1016.423211 +445518,528.3025563,1785.514038,531.4223347,230.1627151,1023.346207 +445519,533.0039603,1798.401032,535.7522298,232.038014,1029.928648 +445520,537.5804238,1811.235273,539.9495874,233.8659311,1036.212177 +445521,542.0487698,1823.66241,544.0314428,235.653036,1042.232664 +445522,546.4231396,1836.411687,548.0121458,237.4047455,1048.020954 +445523,550.7154548,1848.577245,551.9038179,239.1255411,1053.603673 +445524,554.9357589,1860.880908,555.7166943,240.8191287,1310.273965 +445525,559.0925321,1872.9702,559.4594421,242.4885831,1195.979701 +445526,563.1929094,1884.935058,563.1393745,244.1364436,1245.399959 +445527,567.2428647,1896.777603,566.7626422,245.7647971,1264.016345 +445528,571.2474257,1908.572246,570.3344373,247.3753663,1279.97734 +445529,575.2108581,1919.936531,573.8591824,248.9695914,1295.20776 +445530,579.136807,1931.583888,577.3406761,250.5486914,1310.682897 +445531,708.2666494,1942.246004,580.7821925,252.1137038,1325.130764 +445532,716.0511448,1952.52816,728.5278603,253.6638289,1340.098473 +445533,713.8957967,1962.801366,680.3465948,255.1987192,1354.372002 +445534,740.1325477,1972.810188,704.3432215,256.7187518,1368.480485 +445535,755.8136967,1982.656006,721.0971698,258.2246274,1382.262373 +445536,770.7066886,1992.325422,734.0611977,259.7170628,1396.206538 +445537,785.7084996,2001.834683,746.5962279,261.1966789,1409.538355 +445538,800.1664442,2011.178186,758.883105,262.664006,1422.646833 +445539,814.6584943,2020.362803,771.0585027,264.1194965,1436.038143 +445540,829.007936,2029.480241,783.2443483,282.2367514,1448.754881 +445541,843.169361,2038.218735,794.6864559,319.6811892,1461.488228 +445542,856.7075897,2046.909394,806.5727587,310.1255103,1474.000793 +445543,870.6271057,2055.599307,817.8837128,319.6267357,1486.143258 +445544,884.2548274,2063.951633,829.0807044,326.8193979,1498.631857 +445545,897.620277,2072.328489,840.3816861,332.9052887,1510.664351 +445546,910.7074747,2080.313507,851.2260748,338.7906531,1522.228158 +445547,924.2504981,2088.358337,862.0866963,344.6462135,1534.007157 +445548,936.824664,2096.178598,872.590263,350.300553,1545.49328 +445549,949.6493486,2103.871062,883.3878757,355.9573721,1556.838006 +445550,962.7936385,2111.325582,893.7993512,361.4996205,1567.836302 +445551,974.7028908,2118.978483,903.6916345,367.0207674,1579.309462 +445552,987.6715925,2126.056213,914.2545539,372.3871999,1590.027459 +445553,999.6126316,2133.282175,923.9276009,377.65006,1600.865462 +445554,1012.387779,2140.278055,934.2104686,382.9880457,1611.481014 +445555,1023.686048,2147.252468,943.8334974,388.0412369,1622.013394 +445556,1036.322795,2160.821026,953.5599614,393.2573477,1632.423576 +445557,1047.930805,2158.374841,962.962978,398.2512064,1642.625198 +445558,1059.738835,2184.542784,972.7452699,403.1372636,1652.77545 +445559,1071.158867,2152.506487,982.187979,408.1769915,1662.772994 +445560,1083.111961,2181.814603,991.1506475,412.9579538,1672.291634 +445561,1100.236816,2190.94837,1006.155132,420.3697315,1704.227904 +445562,1112.445425,2193.215423,1016.599378,425.41583,1715.201937 +445563,1123.735698,2200.587063,1025.721495,430.5011153,1725.981302 +445564,1135.548248,2206.562642,1034.950673,435.1962877,1736.281725 +445565,1146.818321,2211.979907,1043.930116,439.887353,1746.267777 +445566,1157.319289,2217.717882,1052.776347,444.5045032,1756.134937 +445567,1168.470382,2223.000632,1061.505833,448.9347291,1765.724391 +445568,1179.180996,2228.353991,1070.131095,453.6007301,1775.14124 +445569,1189.845969,2233.299398,1078.66112,458.0575141,1784.547959 +445570,1200.08576,2238.345722,1087.100356,462.1322397,1793.659229 +445571,1211.123591,2243.173697,1095.417005,466.7576127,1802.883198 +445572,1221.225184,2247.890876,1103.738425,470.9140364,1811.677314 +445573,1231.58562,2252.592291,1111.903137,475.0148975,1820.662233 +445574,1241.747058,2256.900592,1120.019619,479.4456601,1829.363143 +445575,1251.939573,2261.214497,1128.014446,483.6275134,1838.025874 +445576,1261.94968,2265.582386,1136.034974,487.4821146,1846.502956 +445577,1271.918423,2269.61015,1143.497485,491.6721171,1867.951805 +445578,1281.750227,2273.610561,1151.877071,495.4949496,1857.638899 +445579,1291.629854,2277.586135,1159.449889,499.7319431,1860.580355 +445580,1301.326189,2285.061334,1167.059633,503.5418414,1887.460804 +445581,1310.935515,2285.317037,1174.785153,507.4717477,1885.769548 +445582,1320.597977,2297.900223,1182.260928,511.3364602,1895.822459 +445583,1330.019603,2280.349542,1189.879367,515.1655682,1903.844668 +445584,1339.548122,2294.598405,1197.171263,518.7714475,1911.513418 +445585,1348.830492,2300.721005,1204.660703,522.8328366,1919.478553 +445586,1358.223699,2300.155129,1211.941012,526.4126105,1927.002257 +445587,1367.370749,2304.118465,1219.172931,530.1428262,1934.661571 +445588,1376.633257,2306.967268,1226.45286,533.8072628,1942.171949 +445589,1385.643492,2309.666711,1233.584678,537.4434828,1949.707011 +445590,1394.776633,2312.245002,1240.701444,541.049296,1956.97444 +445591,1402.812416,2314.32063,1247.23903,544.3949899,1964.087286 +445592,1412.387043,2316.343764,1254.361124,547.7855273,1966.819105 +445593,1420.556539,2317.992554,1260.745426,551.5139149,1972.586954 +445594,1429.188798,2319.43456,1267.761131,554.6531981,1977.188006 +445595,1437.499738,2328.160106,1274.14724,558.3512093,1987.822106 +445596,1445.822964,2312.492581,1280.82942,561.2469536,1978.501636 +445597,1454.19488,2329.519714,1287.214189,564.7862888,1996.062934 +445598,1462.531767,2333.576459,1293.823217,567.7091672,1995.970967 +445599,1470.48636,2329.834741,1306.583123,571.4219199,2001.385814 +445600,1478.577411,2325.312466,1314.740043,574.3216335,2006.232857 +445601,1486.696341,2330.128512,1290.703293,577.6818315,2010.96498 +445602,1494.709761,2329.278004,1330.910244,580.6894588,2015.434559 +445603,1502.234037,2336.614975,1322.483522,583.9748079,2038.766617 +445604,1510.473809,2325.882622,1331.478764,586.9245959,1998.120054 +445605,1518.13742,2329.883303,1337.4354,590.16322,2059.139445 +445606,1525.637516,2330.407116,1343.761399,593.080418,2022.122407 +445607,1533.450236,2330.381804,1349.608119,596.2157822,2040.805091 +445608,1541.30155,2330.106549,1355.81769,599.174526,2043.412398 +445609,1548.366522,2330.002707,1361.671368,602.2165146,2047.527349 +445610,1555.997405,2329.624849,1367.67582,605.1081268,2051.613816 +445611,1563.556867,2329.093406,1373.439258,608.1585052,2056.118277 +445612,1570.637499,2328.565831,1379.472035,611.0178888,2060.086777 +445613,1582.236063,2327.814519,1385.101174,613.9798722,2064.316332 +445614,1586.707486,2326.951439,1391.076378,616.7895612,2068.66031 +445615,1598.431445,2326.102997,1396.636339,619.7592541,2077.561776 +445616,1599.853383,2325.266503,1402.619406,622.1795695,2074.407373 +445617,1616.670838,2323.789133,1407.985725,625.6064267,2080.731709 +445618,1610.455006,2322.552877,1422.212683,628.0790808,2085.047814 +445619,1601.164089,2321.321672,1411.737442,630.9945363,2094.208009 +445620,1641.74054,2319.761888,1423.751466,633.7242979,2090.325862 +445621,1514.896854,2267.21969,1315.723413,583.6947445,1886.294122 +445622,1530.160261,2260.189895,1316.749049,585.219002,1885.197741 +445623,1539.501401,2259.734213,1322.313807,587.7607467,1887.511315 +445624,1538.629781,2257.688637,1327.404403,589.8381112,1890.206886 +445625,1522.440519,2255.332831,1333.378799,592.7268278,1892.662352 +445626,1564.670152,2253.109675,1351.606231,595.0790366,1900.506784 +445627,1554.87406,2250.845792,1325.784446,597.5092146,1895.517412 +445628,1565.266827,2248.393831,1350.970025,600.1099387,1900.853458 +445629,1572.197447,2245.980129,1354.768367,602.5850315,1904.435561 +445630,1579.171414,2243.605015,1357.460805,605.0589957,1910.784299 +445631,1586.430841,2240.612542,1363.721449,607.6629746,1907.026052 +445632,1593.218226,2238.096375,1368.975337,610.0764732,1916.235294 +445633,1600.341809,2235.171822,1374.064976,612.6086413,1912.74642 +445634,1607.361915,2232.367509,1379.34725,615.0550267,1920.178876 +445635,1614.50612,2229.467482,1384.628383,617.6041889,1921.709659 +445636,1621.396867,2226.1159,1395.577745,620.0585514,1926.413336 +445637,1628.421716,2223.134972,1395.87503,622.5847209,1918.139152 +445638,1635.736,2219.724285,1389.797063,624.9560298,1909.298871 +445639,1642.551875,2216.398756,1411.397307,627.5181123,1896.90215 +445640,1649.722764,2212.90559,1408.924713,629.9459733,1884.118922 +445641,1656.895613,2209.356934,1417.54014,632.4130666,1871.273406 +445642,1663.69289,2205.727458,1417.973201,634.8670187,1858.610961 +445643,1671.041858,2202.015806,1427.110878,637.3185424,1846.248725 +445644,1678.153574,2198.223012,1444.090807,639.721833,1834.206889 +445645,1685.102147,2194.35425,1420.697253,642.2740873,1822.552194 +445646,1692.1907,2190.405579,1445.77271,644.5666339,1811.287537 +445647,1699.58492,2186.375468,1447.688512,647.1095087,1800.331216 +445648,1706.457853,2182.275248,1464.865165,649.498921,1789.778555 +445649,1713.705718,2178.094803,1449.974807,651.932855,1779.594857 +445650,1720.831543,2173.856376,1464.684609,654.3534954,1770.083458 +445651,1727.858373,2169.383425,1467.849924,656.7163568,1761.593872 +445652,1734.85709,2164.77607,1472.380748,659.0180719,1753.866815 +445653,1741.979274,2160.075475,1477.341339,661.4287762,1746.585734 +445654,1748.795774,2155.289706,1482.286732,663.7746766,1739.615845 +445655,1772.036905,2150.585931,1486.931643,665.9866789,1732.832419 +445656,1744.218584,2145.385988,1491.949828,668.4146527,1726.23286 +445657,1773.156941,2140.479051,1501.56764,670.6838099,1719.926389 +445658,1778.390644,2135.225719,1499.203967,672.9989893,1713.668725 +445659,1782.955442,2130.169996,1506.746646,675.2497844,1707.329486 +445660,1790.822709,2124.844403,1511.427173,677.6726215,1701.098716 +445661,1798.127818,2119.507912,1515.688446,679.851694,1694.994764 +445662,1804.708747,2114.055724,1520.5513,682.1823402,1688.971077 +445663,1812.218046,2108.618877,1529.938291,684.4558636,1683.179254 +445664,1819.146175,2095.686419,1527.956117,686.6808401,1677.496139 +445665,1826.013736,2107.571747,1534.67858,689.0293509,1671.630454 +445666,1833.194131,2079.661829,1543.901695,691.2586394,1665.993655 +445667,1840.265377,2089.713908,1542.238089,693.5817881,1660.332527 +445668,1850.079174,2078.363327,1553.403669,695.7607641,1654.808287 +445669,1867.886075,2073.240564,1551.512656,697.9990037,1649.306422 +445670,1845.631453,2067.51056,1561.124774,700.3211189,1643.846343 +445671,1868.718075,2061.286039,1564.959715,702.5274065,1638.655299 +445672,1879.10887,2055.220611,1568.379286,704.7771606,1633.520193 +445673,1881.666332,2049.085589,1570.422967,707.0146996,1628.229649 +445674,1890.17083,2042.787959,1567.632441,709.248119,1622.555591 +445675,1897.365189,2036.565098,1561.839853,711.4784569,1616.149833 +445676,1922.218907,2030.157403,1555.098017,713.7026029,1608.832071 +445677,1885.565972,2023.896885,1548.497165,715.9251853,1600.805683 +445678,1931.339554,2017.240766,1542.127213,718.1430436,1592.282773 +445679,1923.767075,2010.794501,1535.957986,720.3576832,1583.381282 +445680,1933.225677,2004.198055,1530.02103,722.5130699,1574.284002 +445681,1698.447493,1867.774253,1528.46952,615.1373828,1572.850068 +445682,1699.123316,1890.653216,1494.917475,614.2029861,1553.472692 +445683,1701.405473,1856.018025,1254.67302,614.3259122,1516.722383 +445684,1704.8782,1876.062883,1407.102842,614.6893972,1475.898977 +445685,1729.427912,1825.704095,1368.943558,615.3986285,1444.751817 +445686,1680.971532,1870.345604,1373.971805,616.1232104,1422.289802 +445687,1731.482702,1814.629887,1369.906981,616.8286803,1404.711848 +445688,1717.472471,1827.321921,1373.300709,617.6323555,1390.628433 +445689,1724.837643,1806.591014,1379.128483,618.5543427,1379.296798 +445690,1729.448612,1811.528855,1375.119367,619.4038606,1369.903429 +445691,1736.125466,1807.490566,1377.482706,620.3173572,1361.633886 +445692,1743.157462,1771.761169,1379.832856,621.239772,1354.396337 +445693,1750.020511,1789.554945,1385.386096,622.1776791,1348.223142 +445694,1770.679349,1793.611899,1382.482936,623.1303813,1342.606799 +445695,1745.031468,1728.169061,1384.156426,624.0966493,1337.339878 +445696,1781.764574,1771.587969,1390.280707,625.075245,1332.598769 +445697,1778.23944,1742.126859,1388.090792,626.0661496,1328.144504 +445698,1788.136932,1737.229445,1392.895762,627.0696955,1323.882683 +445699,1796.932109,1728.419213,1391.257068,628.0852338,1319.781588 +445700,1822.710777,1719.907208,1394.844621,629.0567541,1315.747931 +445701,1783.848117,1723.727904,1393.373352,630.1266813,1311.80056 +445702,1858.506266,1684.384661,1392.975688,631.1711215,1307.785991 +445703,1806.495498,1702.160339,1390.294687,632.1404901,1303.561074 +445704,1832.705242,1682.959539,1387.346101,633.2342945,1299.080888 +445705,1857.494251,1676.05286,1384.354635,634.2901517,1294.280091 +445706,1849.597594,1667.248661,1381.364825,635.3644688,1289.236546 +445707,1889.990642,1658.455855,1378.559128,636.4485317,1284.227664 +445708,1839.056111,1649.641301,1375.912076,637.5420888,1279.271767 +445709,1923.332471,1640.699366,1373.900102,638.6442993,1275.005155 +445710,1878.35922,1632.025569,1372.212119,639.75579,1271.074175 +445711,1906.654688,1622.908116,1370.397804,640.8098173,1266.941094 +445712,1913.22873,1636.630399,1368.868549,641.801377,1263.142338 +445713,1922.369026,1572.281999,1367.79977,642.9354333,1259.914046 +445714,1931.62647,1632.391753,1366.95206,643.9466355,1256.969717 +445715,1941.455309,1553.39951,1366.263664,645.0104667,1254.238962 +445716,1950.990465,1591.970496,1365.720055,646.0688437,1251.705656 +445717,1960.503241,1565.412408,1365.220009,647.1306431,1249.242689 +445718,1970.612383,1559.485117,1364.777215,648.1957051,1246.865067 +445719,1980.332511,1550.415108,1364.402675,649.2639651,1244.584229 +445720,1990.056802,1541.238555,1364.260362,650.3941805,1242.366875 +445721,2008.533254,1532.433596,1364.090203,651.3806994,1240.375047 +445722,2006.627,1523.132497,1363.93893,652.4996218,1238.621675 +445723,2021.730919,1514.155434,1363.672108,653.5701407,1236.509194 +445724,2031.149554,1504.966099,1363.446096,654.6518914,1234.445564 +445725,2041.419867,1496.063797,1363.296171,655.7362201,1232.477413 +445726,2051.63764,1486.946503,1363.179133,656.8228131,1230.553044 +445727,2061.807078,1477.926173,1363.095066,657.9115405,1228.673645 +445728,2072.574397,1468.89731,1363.050924,659.002212,1226.848155 +445729,2082.95434,1459.892363,1363.045011,660.0947395,1225.074451 +445730,2093.514316,1450.897241,1363.069724,661.1889044,1223.34303 +445731,2103.923382,1441.810067,1363.125946,662.2846219,1221.655002 +445732,2122.878338,1448.923014,1363.34142,663.3816242,1220.360182 +445733,2122.363044,1401.136148,1363.618592,664.4799388,1218.916601 +445734,2136.625755,1431.890875,1363.756202,665.5791189,1217.302451 +445735,2148.007862,1395.360043,1363.894175,666.619062,1215.694591 +445736,2158.34035,1401.273951,1364.116373,667.8089604,1214.321481 +445737,2168.869808,1387.582433,1364.350025,668.8679696,1212.837416 +445738,2180.234361,1379.603839,1364.607678,669.9792933,1211.076498 +445739,2198.312206,1370.738202,1365.064292,671.081883,1209.938685 +445740,2199.85719,1362.228335,1365.550042,672.1846806,1208.958064 +445741,2336.465919,1460.527858,1371.553516,779.9271803,1216.635841 +445742,2355.833543,1471.73622,1391.107324,782.7315822,1243.505424 +445743,2378.210714,1421.02993,1415.327058,784.9535181,1277.484543 +445744,2396.821807,1451.151813,1436.236555,787.0159102,1308.739332 +445745,2410.506233,1428.726977,1451.994979,788.9009504,1333.704762 +445746,2420.33703,1423.539924,1463.402324,790.7064251,1352.9781 +445747,2427.723974,1415.765653,1471.419989,792.4495096,1367.924909 +445748,2433.712887,1408.268888,1477.476374,794.146211,1379.742015 +445749,2438.960655,1400.32686,1481.860501,795.8060163,1389.269062 +445750,2444.105522,1392.691316,1485.240487,797.4349624,1397.049419 +445751,2448.7563,1384.981485,1488.057757,799.0372682,1403.450472 +445752,2453.324999,1377.312719,1490.101549,800.6157953,1408.74707 +445753,2457.892041,1369.57652,1491.915976,802.1064237,1413.155437 +445754,2462.502479,1362.11304,1493.173126,803.7426216,1416.846192 +445755,2467.178491,1354.485732,1494.413063,805.2818167,1419.954049 +445756,2471.934734,1346.979973,1494.871772,806.691638,1422.590364 +445757,2476.774286,1339.506398,1495.867233,808.2247727,1424.841036 +445758,2481.688809,1332.178803,1496.546721,809.682678,1426.768496 +445759,2486.671933,1324.666145,1497.336216,811.1350149,1428.424822 +445760,2491.712756,1319.994135,1497.902231,812.572388,1429.848299 +445761,2496.799821,1314.835542,1498.396949,813.9950239,1431.06847 +445762,2501.931903,1309.715851,1498.834452,815.4030696,1432.116034 +445763,2507.111807,1304.519408,1499.226607,816.7969899,1433.019112 +445764,2512.338963,1299.425311,1499.581005,818.176841,1433.800177 +445765,2517.607897,1294.356809,1500.102352,819.6104099,1434.475206 +445766,2522.914302,1289.329657,1500.398102,820.8619184,1435.058234 +445767,2528.523935,1284.346499,1500.65987,822.1806369,1435.561575 +445768,2533.858385,1279.409224,1500.894721,823.5985042,1435.995548 +445769,2539.218088,1274.520093,1501.108078,824.8626544,1436.370648 +445770,2544.61229,1269.681168,1501.302444,826.1731147,1436.695066 +445771,2550.0418,1264.811712,1501.478251,827.4018369,1436.974374 +445772,2555.462582,1259.987183,1501.629377,828.6054694,1437.213477 +445773,2560.846005,1255.1213,1501.752308,829.7907898,1437.417062 +445774,2566.45912,1250.54526,1501.844928,831.0294925,1437.58645 +445775,2571.69364,1245.82554,1501.908888,832.077224,1437.724805 +445776,2576.896079,1241.34107,1501.948704,833.2648483,1437.838 +445777,2582.08638,1236.676888,1501.967301,834.3769275,1437.929786 +445778,2587.493154,1232.281107,1501.964652,835.4846927,1438.000278 +445779,2592.838156,1227.87498,1501.939571,836.5787015,1438.048166 +445780,2597.811292,1223.55268,1501.894747,837.6586264,1438.077178 +445781,2602.492904,1219.303476,1502.025466,838.7249577,1438.093716 +445782,2607.723922,1215.217522,1501.946611,839.7061238,1438.097999 +445783,2612.815527,1211.040419,1501.845613,840.8520819,1438.086805 +445784,2618.255751,1207.091239,1501.724267,841.8276199,1438.056594 +445785,2623.399193,1203.166317,1501.5835,842.9237739,1438.006148 +445786,2628.515624,1199.307354,1501.426047,843.8175791,1437.938873 +445787,2633.617998,1195.435011,1501.253693,844.8571148,1437.857726 +445788,2639.036226,1191.873634,1501.063968,845.8220125,1437.760235 +445789,2644.132653,1188.200127,1500.855666,846.7853646,1437.645299 +445790,2649.206428,1184.693081,1500.631365,847.7368629,1437.516484 +445791,2654.26909,1181.263772,1500.392674,848.6766039,1437.376009 +445792,2659.324516,1177.927649,1500.139654,849.6043411,1437.224101 +445793,2664.370635,1174.918173,1499.871299,850.7760404,1437.059566 +445794,2669.403681,1172.00156,1499.586228,852.0366085,1436.880703 +445795,2674.421175,1169.140399,1499.284099,853.3738491,1436.687074 +445796,2679.710554,1166.323488,1498.963549,854.7828393,1436.476901 +445797,2684.68741,1163.546617,1498.624543,856.3326032,1436.250058 +445798,2689.638678,1160.805647,1498.270195,857.7679643,1436.010473 +445799,2694.577295,1158.099203,1497.903056,859.3535746,1435.761371 +445800,2699.506659,1155.425058,1497.523329,861.1209657,1435.503026 +445801,2703.981585,1175.73377,1496.735987,885.9159758,1434.560657 +445802,2710.970834,1174.420035,1497.853447,889.0385555,1436.044271 +445803,2719.216002,1172.872137,1499.967316,891.9023521,1438.866537 +445804,2727.306135,1171.133521,1502.056546,894.55023,1441.796553 +445805,2734.637451,1169.33474,1503.67102,897.3576216,1444.266651 +445806,2741.214723,1167.497198,1504.785555,900.06029,1446.205785 +445807,2747.251811,1165.641177,1505.523881,902.6450395,1447.723524 +445808,2752.948773,1163.778932,1506.008393,905.4107964,1448.938562 +445809,2758.432716,1161.917781,1506.320096,908.135637,1449.931339 +445810,2763.773264,1160.06119,1506.506236,910.9025027,1450.750049 +445811,2769.005642,1158.211862,1506.593735,913.7026099,1451.629927 +445812,2774.151946,1156.370853,1506.601292,916.5364555,1452.170699 +445813,2779.230004,1154.539632,1506.544828,919.4836299,1452.602047 +445814,2784.253659,1152.718515,1506.43729,922.1892797,1452.944597 +445815,2789.231358,1150.9085,1506.287467,925.3049266,1453.212062 +445816,2794.456583,1149.109583,1506.09929,928.2114103,1453.410938 +445817,2799.334786,1147.32254,1505.877042,931.2351022,1453.547908 +445818,2804.168704,1145.547221,1505.627036,934.2832211,1453.632431 +445819,2808.972478,1143.784284,1505.353602,937.3678142,1453.671585 +445820,2813.750709,1142.033509,1505.058848,940.5689083,1453.669725 +445821,2818.503751,1140.295502,1504.74442,943.6031034,1453.630571 +445822,2823.230397,1138.570001,1504.411636,946.8546916,1453.557367 +445823,2827.926878,1136.857576,1504.252715,950.0712365,1453.450984 +445824,2832.586021,1135.157932,1503.875217,953.3358753,1453.31341 +445825,2837.218971,1133.471626,1503.47803,956.5565452,1453.149492 +445826,2841.821963,1131.798324,1503.06751,960.0143894,1452.962274 +445827,2846.390376,1130.138559,1502.645467,963.3296114,1452.7526 +445828,2850.926007,1128.491991,1502.208787,968.9670085,1452.517355 +445829,2855.428197,1126.85914,1501.758228,971.346341,1452.258998 +445830,2859.905271,1125.239622,1501.295003,977.2974399,1451.980459 +445831,2864.363457,1123.689719,1500.825175,976.4589435,1451.690569 +445832,2868.790416,1118.836652,1500.35619,986.0016196,1451.391813 +445833,2873.540932,1116.726876,1499.532052,975.232194,1451.104803 +445834,2878.488496,1114.910866,1498.49602,980.0713265,1450.8347 +445835,2883.363968,1113.185395,1497.402609,994.1338139,1450.526346 +445836,2888.08388,1111.514278,1496.34616,991.5352413,1450.169323 +445837,2892.664753,1109.882321,1495.37311,996.787958,1449.795444 +445838,2897.1479,1108.281672,1494.473466,1000.484331,1449.409437 +445839,2901.536668,1106.708932,1493.625455,1004.352648,1449.008676 +445840,2905.852404,1105.161462,1492.815124,1008.187871,1448.59498 +445841,2910.113343,1103.638353,1492.032678,1012.073494,1448.168858 +445842,2914.313771,1102.138176,1491.271419,1016.080802,1447.730532 +445843,2918.462741,1100.660684,1490.5267,1019.909234,1447.28051 +445844,2922.559588,1099.204793,1489.794925,1023.965171,1446.819361 +445845,2926.607518,1097.770465,1489.072888,1027.979167,1446.347218 +445846,2930.611643,1096.356745,1488.35868,1031.951959,1445.865143 +445847,2934.574631,1094.963687,1487.650184,1036.262628,1445.373266 +445848,2938.496827,1093.590401,1486.945341,1040.190303,1444.871283 +445849,2942.378227,1092.237004,1486.242893,1044.422305,1444.359447 +445850,2946.218658,1090.902647,1485.541791,1048.592805,1443.837957 +445851,2950.018062,1089.587496,1484.841274,1052.805374,1443.307078 +445852,2953.777499,1088.199461,1484.141341,1057.136235,1442.767866 +445853,2957.49715,1087.056013,1483.441692,1061.264318,1442.220794 +445854,2961.15681,1085.7314,1482.729716,1074.155643,1441.650426 +445855,2964.800848,1084.502791,1482.032303,1057.373376,1441.091745 +445856,2968.424242,1083.278151,1481.346225,1080.210997,1440.541272 +445857,2971.980767,1082.070725,1480.643293,1077.393264,1439.963472 +445858,2975.489708,1080.880156,1479.935162,1082.965646,1439.373571 +445859,2978.961537,1079.70668,1479.228146,1087.515182,1438.779803 +445860,2982.390915,1078.549537,1478.519091,1091.801985,1438.178369 +445861,2989.340713,1044.227561,1481.323961,1080.768714,1443.92162 +445862,2991.280692,1042.635408,1480.514826,1040.591948,1444.12042 +445863,2990.834493,1041.214102,1477.926543,1083.713868,1441.369064 +445864,2990.645981,1039.803738,1475.232265,1072.364657,1438.184169 +445865,2991.829961,1038.421616,1473.629682,1079.313982,1436.239668 +445866,2994.31626,1037.055994,1472.911269,1083.501609,1435.436121 +445867,2997.644549,1035.70543,1472.803385,1087.798245,1435.48439 +445868,3001.429255,1034.368357,1473.070618,1091.865924,1436.110668 +445869,3005.436638,1032.956153,1473.566266,1096.149809,1437.135751 +445870,3009.547567,1031.774057,1474.210617,1100.359769,1438.45637 +445871,3013.704008,1030.413616,1474.959583,1104.590015,1440.010307 +445872,3017.874123,1029.138856,1475.785225,1108.825582,1441.754332 +445873,3022.035722,1027.951165,1476.666188,1113.065218,1443.653067 +445874,3026.17258,1026.555752,1477.586383,1117.307071,1445.677855 +445875,3030.273899,1025.361858,1478.534005,1121.646675,1447.805654 +445876,3034.332011,1024.102977,1479.500244,1125.744311,1450.01763 +445877,3038.341609,1022.866613,1480.478517,1130.055844,1452.298234 +445878,3042.289451,1021.639651,1481.458219,1138.422381,1454.627329 +445879,3046.194804,1020.422095,1482.448875,1132.494386,1457.011178 +445880,3050.053272,1019.213017,1483.446354,1145.602261,1459.439229 +445881,3053.841037,1018.012859,1484.435297,1146.386671,1461.887059 +445882,3057.568071,1016.820972,1485.420802,1151.070671,1464.356994 +445883,3061.239017,1015.637074,1486.405105,1155.449963,1466.848111 +445884,3064.849529,1014.461176,1487.385215,1159.579666,1469.353323 +445885,3068.398982,1013.293132,1488.360759,1163.784223,1471.869281 +445886,3071.887116,1012.044287,1489.331649,1167.962365,1474.39341 +445887,3075.313209,1011.019257,1490.297341,1172.221586,1476.922813 +445888,3078.676873,1009.811527,1491.257805,1176.227148,1479.455577 +445889,3081.969467,1008.68499,1492.208209,1184.169804,1481.983805 +445890,3085.209692,1007.548747,1493.160211,1179.108617,1484.521036 +445891,3088.393592,1006.017646,1494.113357,1189.968019,1487.063588 +445892,3091.18564,1004.405843,1494.99118,1208.114896,1489.570089 +445893,3093.53723,1002.756727,1495.832545,1165.96942,1492.128941 +445894,3095.427148,1001.081235,1496.624896,1213.312863,1494.731471 +445895,3096.825156,999.3849129,1497.31968,1198.534014,1497.305142 +445896,3097.879859,997.6703657,1497.974352,1197.914317,1499.908605 +445897,3098.689213,996.0243899,1498.623363,1194.408044,1502.572644 +445898,3099.222518,994.1533939,1499.231763,1211.344049,1505.242123 +445899,3099.492431,992.3659994,1499.796381,1202.987885,1507.904839 +445900,3099.551949,990.7016834,1500.148485,1209.318111,1510.58515 +445901,3099.431933,985.6849542,1500.702466,1205.184444,1513.293888 +445902,3098.192751,983.4009029,1500.909509,1206.20111,1516.041476 +445903,3096.244186,981.2987088,1500.906385,1207.496566,1518.81999 +445904,3094.119882,979.2389216,1500.872643,1208.717033,1521.620606 +445905,3092.077425,977.1978075,1500.896402,1209.875595,1524.435694 +445906,3090.146321,975.1634574,1500.989396,1210.963262,1527.254402 +445907,3088.265442,973.1300979,1501.133324,1211.973707,1530.066502 +445908,3086.368847,971.009388,1501.308073,1212.787083,1532.86521 +445909,3084.411216,969.0921971,1501.499627,1213.60578,1535.646292 +445910,3082.366073,966.9887185,1501.699496,1214.535625,1538.407061 +445911,3080.219088,965.0324015,1501.90294,1215.023663,1541.146357 +445912,3077.962406,962.8553822,1502.10757,1215.697308,1543.862546 +445913,3075.591517,960.849882,1502.312047,1216.097099,1546.556098 +445914,3073.104554,958.7689934,1502.33207,1216.579596,1549.229427 +445915,3070.49902,956.6934765,1502.55945,1216.793602,1551.883829 +445916,3067.770673,954.529138,1502.786709,1217.09332,1554.518256 +445917,3064.916379,952.5601747,1503.007482,1217.118115,1557.132057 +445918,3061.892988,950.4083887,1503.194653,1235.61286,1559.692405 +445919,3058.801439,948.3187735,1503.407641,1189.936059,1562.278714 +445920,3055.626859,946.2107228,1503.638823,1230.069766,1564.880682 +445921,3053.980268,878.9128256,1505.228565,1147.370543,1570.197192 +445922,3042.608813,872.7094591,1500.496068,1149.139255,1564.739326 +445923,3026.981039,873.092864,1492.091062,1148.18751,1553.878436 +445924,3012.494238,869.2500726,1484.108219,1147.097514,1543.15699 +445925,3001.155874,866.8548314,1478.332947,1146.161663,1534.905238 +445926,2992.655694,864.2491027,1474.277699,1144.937527,1529.236705 +445927,2986.004041,861.647483,1471.803174,1143.795381,1525.533011 +445928,2980.364736,859.0444076,1470.202711,1142.315898,1523.196323 +445929,2975.196433,856.4422902,1469.130598,1155.992931,1521.803055 +445930,2970.331103,853.8887384,1468.457513,1117.271402,1521.191217 +445931,2965.625105,851.3698869,1468.055953,1165.882812,1521.170953 +445932,2961.001362,848.6602276,1467.862145,1108.625999,1521.647751 +445933,2956.403254,846.106428,1467.838215,1150.794943,1522.550855 +445934,2951.725944,843.4135517,1467.906729,1123.67346,1523.766756 +445935,2946.974833,840.9031759,1468.062356,1133.480244,1525.263915 +445936,2942.134367,838.306459,1468.283941,1127.807733,1526.995078 +445937,2937.195235,835.5925052,1468.549957,1126.215226,1528.92132 +445938,2932.161199,833.015477,1468.858405,1123.934168,1531.018096 +445939,2927.059798,828.9160708,1469.220831,1110.386396,1533.283746 +445940,2919.320094,826.1155602,1469.295858,1106.087773,1535.726729 +445941,2910.043768,823.3609151,1469.545518,1102.405873,1538.331899 +445942,2900.656788,820.6875428,1469.844992,1099.034467,1541.074075 +445943,2891.820452,817.7802333,1470.217669,1095.484797,1543.924558 +445944,2883.326251,815.1951816,1470.651486,1091.980994,1546.853241 +445945,2875.606475,812.4046649,1471.11789,1088.415788,1549.831005 +445946,2868.173895,809.6811909,1471.600733,1084.792033,1552.833975 +445947,2860.882171,807.0142339,1472.089967,1081.105705,1555.847578 +445948,2853.648165,804.1800732,1472.576962,1077.350871,1558.8651 +445949,2846.432324,801.4884582,1473.065593,1073.439026,1561.883708 +445950,2839.166746,798.737999,1473.527366,1086.433334,1564.863208 +445951,2831.946356,795.9391544,1474.023595,1041.903713,1567.886159 +445952,2824.922869,793.0562275,1474.510951,1092.3785,1570.898697 +445953,2818.214906,790.398764,1474.979703,1033.003624,1573.896824 +445954,2811.844958,787.4229392,1475.446301,1072.622864,1576.896738 +445955,2805.686652,784.6415132,1475.864663,1047.329299,1579.842313 +445956,2799.710184,781.7870623,1476.259952,1053.636262,1582.758417 +445957,2793.874194,778.9368311,1476.634213,1048.025108,1585.650273 +445958,2788.141227,776.1462999,1476.99011,1045.25229,1588.515088 +445959,2782.222193,773.1275901,1477.332212,1042.393805,1591.362539 +445960,2776.695928,770.3986309,1477.664844,1039.148912,1594.192878 +445961,2771.234693,767.4756008,1477.983463,1036.128398,1597.004766 +445962,2765.816221,764.6107741,1478.291338,1032.980959,1599.797471 +445963,2760.429599,761.7977268,1478.585639,1029.787356,1602.57204 +445964,2755.072161,758.8243146,1478.87228,1026.486781,1605.33128 +445965,2749.742641,755.9850993,1479.148977,1023.476246,1608.077095 +445966,2744.185089,753.0890435,1479.421897,1020.102841,1610.812776 +445967,2738.981506,750.1988882,1479.687873,1016.956089,1613.539226 +445968,2733.804357,747.3088863,1479.948394,1013.598356,1616.253829 +445969,2728.418826,744.4151355,1480.200156,1010.3991,1618.957306 +445970,2723.164746,741.5199504,1480.448871,1007.003194,1621.6524 +445971,2718.835034,738.6233983,1480.685035,1003.769758,1624.331882 +445972,2713.647736,735.7855281,1480.909537,1000.339432,1626.992274 +445973,2708.314357,732.7989777,1481.126521,997.0749404,1629.643707 +445974,2702.940168,729.8801887,1481.346579,993.5391868,1632.295151 +445975,2697.872884,727.056135,1481.564515,990.3587767,1634.944977 +445976,2692.847743,724.1706188,1481.592903,986.8269614,1637.589506 +445977,2687.528483,721.1924195,1481.810275,983.6076272,1640.229649 +445978,2682.527867,718.3292929,1482.030775,980.0057339,1642.86534 +445979,2677.563644,715.4171943,1482.243615,976.667756,1645.493585 +445980,2672.627171,712.5129827,1482.449227,973.2728327,1648.112647 +445981,2068.237023,709.6551105,943.0721,969.997102,2518.829336 +445982,2126.826758,835.9048519,970.7997191,1095.630484,2547.090725 +445983,2191.030057,837.860051,1000.999042,1097.247123,2560.86949 +445984,2238.900344,834.6613093,1024.58702,1092.625819,2558.126961 +445985,2273.492791,832.1801199,1043.006159,1088.457388,2550.921349 +445986,2297.4236,829.858843,1057.232511,1084.015434,2542.701391 +445987,2313.798497,827.2570957,1068.391042,1079.251427,2534.582142 +445988,2325.083202,824.7953473,1077.380806,1074.543665,2526.960535 +445989,2332.844062,822.2589497,1084.783124,1069.554058,2519.974643 +445990,2338.014072,819.699759,1090.956609,1064.486205,2513.667172 +445991,2341.135866,817.1398784,1096.124133,1059.419558,2507.999479 +445992,2342.586937,814.5749357,1100.445008,1054.014527,2502.903038 +445993,2342.652868,812.0074163,1104.04861,1048.87683,2498.305446 +445994,2341.574796,809.4892333,1107.045419,1043.437928,2494.140984 +445995,2339.559119,806.8425478,1109.529809,1038.004515,2490.35279 +445996,2336.777835,804.260184,1111.581517,1032.490504,2486.892336 +445997,2333.37046,801.7592832,1113.267281,1026.837629,2483.717955 +445998,2329.448786,799.1547713,1114.642847,1021.368449,2480.793823 +445999,2325.102033,796.5991346,1115.754728,1015.503376,2478.088853 +446000,2320.401632,793.6163599,1116.641805,1005.709088,2475.576047 +446001,2314.977803,791.0501546,1117.319223,999.3677894,2473.230595 +446002,2309.068664,788.3945739,1117.821689,993.5199727,2471.033373 +446003,2302.95185,785.8676215,1118.181155,987.5310888,2468.77013 +446004,2296.772339,783.3041075,1118.421397,981.6471797,2466.825722 +446005,2290.571184,780.7573428,1118.55971,975.4599263,2464.985091 +446006,2284.344694,778.216972,1118.609497,969.5325126,2463.234267 +446007,2278.079615,775.6345635,1118.581793,963.3108198,2461.561775 +446008,2271.765295,773.230591,1118.486039,957.0043576,2459.958218 +446009,2265.394066,766.1469531,1118.33009,930.3597072,2458.414912 +446010,2257.113024,763.3746069,1117.945245,922.8323561,2456.920702 +446011,2247.834279,760.88254,1117.416183,917.0327874,2455.472003 +446012,2238.678804,758.5195593,1116.859647,911.8532953,2454.100708 +446013,2230.119507,756.7095279,1116.312028,906.6558873,2452.768342 +446014,2222.199408,753.745481,1115.774311,901.8545176,2451.442509 +446015,2214.562907,751.8921918,1115.251149,897.0765873,2450.135488 +446016,2207.644015,749.5890567,1114.739901,892.5911277,2448.849912 +446017,2201.082926,747.5073292,1114.237492,888.0796584,2447.584769 +446018,2194.814375,745.3453516,1113.741719,883.7845696,2446.337828 +446019,2188.793173,743.2486744,1113.251009,879.3558592,2445.106612 +446020,2182.98564,741.1657793,1112.764127,875.2995338,2443.888863 +446021,2177.364599,739.1037922,1112.280011,871.1331413,2442.682628 +446022,2171.907332,737.061566,1111.797764,867.1042824,2441.486311 +446023,2166.594717,735.0390624,1111.316622,863.0764326,2440.298596 +446024,2161.410796,733.0352082,1110.835978,859.2613328,2439.118455 +446025,2156.342638,731.0501044,1110.355516,871.9485925,2437.94547 +446026,2151.378294,729.0827772,1109.874429,826.6461379,2436.778043 +446027,2146.508701,727.1333801,1109.392508,860.3464522,2435.615901 +446028,2141.727094,725.1552136,1108.91001,847.5253218,2434.459796 +446029,2137.026085,723.3082852,1108.426378,831.2589515,2433.308596 +446030,2132.400112,721.3759251,1107.941511,848.1601887,2432.162177 +446031,2127.878948,719.5013736,1107.472031,822.7054071,2431.058516 +446032,2123.425224,717.6353378,1107.002116,836.2756575,2429.961455 +446033,2119.008318,715.7853451,1106.518804,823.3474277,2428.841381 +446034,2114.641195,713.950774,1106.029632,824.2599818,2427.71557 +446035,2110.327788,712.1318334,1105.537565,819.6052718,2426.590896 +446036,2106.068385,710.3278282,1105.043778,816.5440481,2425.470123 +446037,2101.86174,708.5390144,1104.548695,813.2232031,2424.354234 +446038,2097.706232,706.7647201,1104.052504,810.0830109,2423.243647 +446039,2093.600169,705.0051975,1103.555287,806.8536358,2422.138495 +446040,2032.645312,703.2597858,1103.0499,803.7120167,2421.022436 +446041,0,0,0,0,0 +446042,0,0,0,0,0 +446043,0,0,0,0,0 +446044,0,0,0,0,0 +446045,0,0,0,0,0 +446046,0,0,0,0,0 +446047,0,0,0,0,0 +446048,0,0,0,0,0 +446049,0,0,0,0,0 +446050,0,0,0,0,0 +446051,0,0,0,0,0 +446052,0,0,0,0,0 +446053,0,0,0,0,0 +446054,0,0,0,0,0 +446055,0,0,0,0,0 +446056,0,0,0,0,0 +446057,0,0,0,0,0 +446058,0,0,0,0,0 +446059,0,0,0,0,0 +446060,0,0,0,0,0 +446061,0,0,0,0,0 +446062,0,0,0,0,0 +446063,0,0,0,0,0 +446064,0,0,0,0,0 +446065,0,0,0,0,0 +446066,0,0,0,0,0 +446067,0,0,0,0,0 +446068,0,0,0,0,0 +446069,0,0,0,0,0 +446070,0,0,0,0,0 +446071,0,0,0,0,0 +446072,0,0,0,0,0 +446073,0,0,0,0,0 +446074,0,0,0,0,0 +446075,0,0,0,0,0 +446076,0,0,0,0,0 +446077,0,0,0,0,0 +446078,0,0,0,0,0 +446079,0,0,0,0,0 +446080,0,0,0,0,0 +446081,0,0,0,0,0 +446082,0,0,0,0,0 +446083,0,0,0,0,0 +446084,0,0,0,0,0 +446085,0,0,0,0,0 +446086,0,0,0,0,0 +446087,0,0,0,0,0 +446088,0,0,0,0,0 +446089,0,0,0,0,0 +446090,0,0,0,0,0 +446091,0,0,0,0,0 +446092,0,0,0,0,0 +446093,0,0,0,0,0 +446094,0,0,0,0,0 +446095,0,0,0,0,0 +446096,0,0,0,0,0 +446097,0,0,0,0,0 +446098,0,0,0,0,0 +446099,0,0,0,0,0 +446100,0,0,0,0,0 +446101,0,0,0,0,0 +446102,0,0,0,0,0 +446103,0,0,0,0,0 +446104,0,0,0,0,0 +446105,0,0,0,0,0 +446106,0,0,0,0,0 +446107,0,0,0,0,0 +446108,0,0,0,0,0 +446109,0,0,0,0,0 +446110,0,0,0,0,0 +446111,0,0,0,0,0 +446112,0,0,0,0,0 +446113,0,0,0,0,0 +446114,0,0,0,0,0 +446115,0,0,0,0,0 +446116,0,0,0,0,0 +446117,0,0,0,0,0 +446118,0,0,0,0,0 +446119,0,0,0,0,0 +446120,0,0,0,0,0 +446121,0,0,0,0,0 +446122,0,0,0,0,0 +446123,0,0,0,0,0 +446124,0,0,0,0,0 +446125,0,0,0,0,0 +446126,0,0,0,0,0 +446127,0,0,0,0,0 +446128,0,0,0,0,0 +446129,0,0,0,0,0 +446130,0,0,0,0,0 +446131,0,0,0,0,0 +446132,0,0,0,0,0 +446133,0,0,0,0,0 +446134,0,0,0,0,0 +446135,0,0,0,0,0 +446136,0,0,0,0,0 +446137,0,0,0,0,0 +446138,0,0,0,0,0 +446139,0,0,0,0,0 +446140,0,0,0,0,0 +446141,0,0,0,0,0 +446142,0,0,0,0,0 +446143,0,0,0,0,0 +446144,0,0,0,0,0 +446145,0,0,0,0,0 +446146,0,0,0,0,0 +446147,0,0,0,0,0 +446148,0,0,0,0,0 +446149,0,0,0,0,0 +446150,0,0,0,0,0 +446151,0,0,0,0,0 +446152,0,0,0,0,0 +446153,0,0,0,0,0 +446154,0,0,0,0,0 +446155,0,0,0,0,0 +446156,0,0,0,0,0 +446157,0,0,0,0,0 +446158,0,0,0,0,0 +446159,0,0,0,0,0 +446160,0,0,0,0,0 +446161,0,0,0,0,0 +446162,0,0,0,0,0 +446163,0,0,0,0,0 +446164,0,0,0,0,0 +446165,0,0,0,0,0 +446166,0,0,0,0,0 +446167,0,0,0,0,0 +446168,0,0,0,0,0 +446169,0,0,0,0,0 +446170,0,0,0,0,0 +446171,0,0,0,0,0 +446172,0,0,0,0,0 +446173,0,0,0,0,0 +446174,0,0,0,0,0 +446175,0,0,0,0,0 +446176,0,0,0,0,0 +446177,0,0,0,0,0 +446178,0,0,0,0,0 +446179,0,0,0,0,0 +446180,0,0,0,0,0 +446181,0,0,0,0,0 +446182,0,0,0,0,0 +446183,0,0,0,0,0 +446184,0,0,0,0,0 +446185,0,0,0,0,0 +446186,0,0,0,0,0 +446187,0,0,0,0,0 +446188,0,0,0,0,0 +446189,0,0,0,0,0 +446190,0,0,0,0,0 +446191,0,0,0,0,0 +446192,0,0,0,0,0 +446193,0,0,0,0,0 +446194,0,0,0,0,0 +446195,0,0,0,0,0 +446196,0,0,0,0,0 +446197,0,0,0,0,0 +446198,0,0,0,0,0 +446199,0,0,0,0,0 +446200,0,0,0,0,0 +446201,0,0,0,0,0 +446202,0,0,0,0,0 +446203,0,0,0,0,0 +446204,0,0,0,0,0 +446205,0,0,0,0,0 +446206,0,0,0,0,0 +446207,0,0,0,0,0 +446208,0,0,0,0,0 +446209,0,0,0,0,0 +446210,0,0,0,0,0 +446211,0,0,0,0,0 +446212,0,0,0,0,0 +446213,0,0,0,0,0 +446214,0,0,0,0,0 +446215,0,0,0,0,0 +446216,0,0,0,0,0 +446217,0,0,0,0,0 +446218,0,0,0,0,0 +446219,0,0,0,0,0 +446220,0,0,0,0,0 +446221,0,0,0,0,0 +446222,0,0,0,0,0 +446223,0,0,0,0,0 +446224,0,0,0,0,0 +446225,0,0,0,0,0 +446226,0,0,0,0,0 +446227,0,0,0,0,0 +446228,0,0,0,0,0 +446229,0,0,0,0,0 +446230,0,0,0,0,0 +446231,0,0,0,0,0 +446232,0,0,0,0,0 +446233,0,0,0,0,0 +446234,0,0,0,0,0 +446235,0,0,0,0,0 +446236,0,0,0,0,0 +446237,0,0,0,0,0 +446238,0,0,0,0,0 +446239,0,0,0,0,0 +446240,0,0,0,0,0 +446241,0,0,0,0,0 +446242,0,0,0,0,0 +446243,0,0,0,0,0 +446244,0,0,0,0,0 +446245,0,0,0,0,0 +446246,0,0,0,0,0 +446247,0,0,0,0,0 +446248,0,0,0,0,0 +446249,0,0,0,0,0 +446250,0,0,0,0,0 +446251,0,0,0,0,0 +446252,0,0,0,0,0 +446253,0,0,0,0,0 +446254,0,0,0,0,0 +446255,0,0,0,0,0 +446256,0,0,0,0,0 +446257,0,0,0,0,0 +446258,0,0,0,0,0 +446259,0,0,0,0,0 +446260,0,0,0,0,0 +446261,0,0,0,0,0 +446262,0,0,0,0,0 +446263,0,0,0,0,0 +446264,0,0,0,0,0 +446265,0,0,0,0,0 +446266,0,0,0,0,0 +446267,0,0,0,0,0 +446268,0,0,0,0,0 +446269,0,0,0,0,0 +446270,0,0,0,0,0 +446271,0,0,0,0,0 +446272,0,0,0,0,0 +446273,0,0,0,0,0 +446274,0,0,0,0,0 +446275,0,0,0,0,0 +446276,0,0,0,0,0 +446277,0,0,0,0,0 +446278,0,0,0,0,0 +446279,0,0,0,0,0 +446280,0,0,0,0,0 +446281,0,0,0,0,0 +446282,0,0,0,0,0 +446283,0,0,0,0,0 +446284,0,0,0,0,0 +446285,0,0,0,0,0 +446286,0,0,0,0,0 +446287,0,0,0,0,0 +446288,0,0,0,0,0 +446289,0,0,0,0,0 +446290,0,0,0,0,0 +446291,0,0,0,0,0 +446292,0,0,0,0,0 +446293,0,0,0,0,0 +446294,0,0,0,0,0 +446295,0,0,0,0,0 +446296,0,0,0,0,0 +446297,0,0,0,0,0 +446298,0,0,0,0,0 +446299,0,0,0,0,0 +446300,0,0,0,0,0 +446301,0,0,0,0,0 +446302,0,0,0,0,0 +446303,0,0,0,0,0 +446304,0,0,0,0,0 +446305,0,0,0,0,0 +446306,0,0,0,0,0 +446307,0,0,0,0,0 +446308,0,0,0,0,0 +446309,0,0,0,0,0 +446310,0,0,0,0,0 +446311,0,0,0,0,0 +446312,0,0,0,0,0 +446313,0,0,0,0,0 +446314,0,0,0,0,0 +446315,0,0,0,0,0 +446316,0,0,0,0,0 +446317,0,0,0,0,0 +446318,0,0,0,0,0 +446319,0,0,0,0,0 +446320,0,0,0,0,0 +446321,0,0,0,0,0 +446322,0,0,0,0,0 +446323,0,0,0,0,0 +446324,0,0,0,0,0 +446325,0,0,0,0,0 +446326,0,0,0,0,0 +446327,0,0,0,0,0 +446328,0,0,0,0,0 +446329,0,0,0,0,0 +446330,0,0,0,0,0 +446331,0,0,0,0,0 +446332,0,0,0,0,0 +446333,0,0,0,0,0 +446334,0,0,0,0,0 +446335,0,0,0,0,0 +446336,0,0,0,0,0 +446337,0,0,0,0,0 +446338,0,0,0,0,0 +446339,0,0,0,0,0 +446340,0,0,0,0,0 +446341,0,0,0,0,0 +446342,0,0,0,0,0 +446343,0,0,0,0,0 +446344,0,0,0,0,0 +446345,0,0,0,0,0 +446346,0,0,0,0,0 +446347,0,0,0,0,0 +446348,0,0,0,0,0 +446349,0,0,0,0,0 +446350,0,0,0,0,0 +446351,0,0,0,0,0 +446352,0,0,0,0,0 +446353,0,0,0,0,0 +446354,0,0,0,0,0 +446355,0,0,0,0,0 +446356,0,0,0,0,0 +446357,0,0,0,0,0 +446358,0,0,0,0,0 +446359,0,0,0,0,0 +446360,0,0,0,0,0 +446361,0,0,0,0,0 +446362,0,0,0,0,0 +446363,0,0,0,0,0 +446364,0,0,0,0,0 +446365,0,0,0,0,0 +446366,0,0,0,0,0 +446367,0,0,0,0,0 +446368,0,0,0,0,0 +446369,0,0,0,0,0 +446370,0,0,0,0,0 +446371,0,0,0,0,0 +446372,0,0,0,0,0 +446373,0,0,0,0,0 +446374,0,0,0,0,0 +446375,0,0,0,0,0 +446376,0,0,0,0,0 +446377,0,0,0,0,0 +446378,0,0,0,0,0 +446379,0,0,0,0,0 +446380,0,0,0,0,0 +446381,0,0,0,0,0 +446382,0,0,0,0,0 +446383,0,0,0,0,0 +446384,0,0,0,0,0 +446385,0,0,0,0,0 +446386,0,0,0,0,0 +446387,0,0,0,0,0 +446388,0,0,0,0,0 +446389,0,0,0,0,0 +446390,0,0,0,0,0 +446391,0,0,0,0,0 +446392,0,0,0,0,0 +446393,0,0,0,0,0 +446394,0,0,0,0,0 +446395,0,0,0,0,0 +446396,0,0,0,0,0 +446397,0,0,0,0,0 +446398,0,0,0,0,0 +446399,0,0,0,0,0 +446400,0,0,0,0,0 +446401,0,0,0,0,0 +446402,0,0,0,0,0 +446403,0,0,0,0,0 +446404,0,0,0,0,0 +446405,0,0,0,0,0 +446406,0,0,0,0,0 +446407,0,0,0,0,0 +446408,0,0,0,0,0 +446409,0,0,0,0,0 +446410,0,0,0,0,0 +446411,0,0,0,0,0 +446412,0,0,0,0,0 +446413,0,0,0,0,0 +446414,0,0,0,0,0 +446415,0,0,0,0,0 +446416,0,0,0,0,0 +446417,0,0,0,0,0 +446418,0,0,0,0,0 +446419,0,0,0,0,0 +446420,0,0,0,0,0 +446421,0,0,0,0,0 +446422,0,0,0,0,0 +446423,0,0,0,0,0 +446424,0,0,0,0,0 +446425,0,0,0,0,0 +446426,0,0,0,0,0 +446427,0,0,0,0,0 +446428,0,0,0,0,0 +446429,0,0,0,0,0 +446430,0,0,0,0,0 +446431,0,0,0,0,0 +446432,0,0,0,0,0 +446433,0,0,0,0,0 +446434,0,0,0,0,0 +446435,0,0,0,0,0 +446436,0,0,0,0,0 +446437,0,0,0,0,0 +446438,0,0,0,0,0 +446439,0,0,0,0,0 +446440,0,0,0,0,0 +446441,0,0,0,0,0 +446442,0,0,0,0,0 +446443,0,0,0,0,0 +446444,0,0,0,0,0 +446445,0,0,0,0,0 +446446,0,0,0,0,0 +446447,0,0,0,0,0 +446448,0,0,0,0,0 +446449,0,0,0,0,0 +446450,0,0,0,0,0 +446451,0,0,0,0,0 +446452,0,0,0,0,0 +446453,0,0,0,0,0 +446454,0,0,0,0,0 +446455,0,0,0,0,0 +446456,0,0,0,0,0 +446457,0,0,0,0,0 +446458,0,0,0,0,0 +446459,0,0,0,0,0 +446460,0,0,0,0,0 +446461,0,0,0,0,0 +446462,0,0,0,0,0 +446463,0,0,0,0,0 +446464,0,0,0,0,0 +446465,0,0,0,0,0 +446466,0,0,0,0,0 +446467,0,0,0,0,0 +446468,0,0,0,0,0 +446469,0,0,0,0,0 +446470,0,0,0,0,0 +446471,0,0,0,0,0 +446472,0,0,0,0,0 +446473,0,0,0,0,0 +446474,0,0,0,0,0 +446475,0,0,0,0,0 +446476,0,0,0,0,0 +446477,0,0,0,0,0 +446478,0,0,0,0,0 +446479,0,0,0,0,0 +446480,0,0,0,0,0 +446481,0,0,0,0,0 +446482,0,0,0,0,0 +446483,0,0,0,0,0 +446484,0,0,0,0,0 +446485,0,0,0,0,0 +446486,0,0,0,0,0 +446487,0,0,0,0,0 +446488,0,0,0,0,0 +446489,0,0,0,0,0 +446490,0,0,0,0,0 +446491,0,0,0,0,0 +446492,0,0,0,0,0 +446493,0,0,0,0,0 +446494,0,0,0,0,0 +446495,0,0,0,0,0 +446496,0,0,0,0,0 +446497,0,0,0,0,0 +446498,0,0,0,0,0 +446499,0,0,0,0,0 +446500,0,0,0,0,0 +446501,0,0,0,0,0 +446502,0,0,0,0,0 +446503,0,0,0,0,0 +446504,0,0,0,0,0 +446505,0,0,0,0,0 +446506,0,0,0,0,0 +446507,0,0,0,0,0 +446508,0,0,0,0,0 +446509,0,0,0,0,0 +446510,0,0,0,0,0 +446511,0,0,0,0,0 +446512,0,0,0,0,0 +446513,0,0,0,0,0 +446514,0,0,0,0,0 +446515,0,0,0,0,0 +446516,0,0,0,0,0 +446517,0,0,0,0,0 +446518,0,0,0,0,0 +446519,0,0,0,0,0 +446520,0,0,0,0,0 +446521,0,0,0,0,0 +446522,0,0,0,0,0 +446523,0,0,0,0,0 +446524,0,0,0,0,0 +446525,0,0,0,0,0 +446526,0,0,0,0,0 +446527,0,0,0,0,0 +446528,0,0,0,0,0 +446529,0,0,0,0,0 +446530,0,0,0,0,0 +446531,0,0,0,0,0 +446532,0,0,0,0,0 +446533,0,0,0,0,0 +446534,0,0,0,0,0 +446535,0,0,0,0,0 +446536,0,0,0,0,0 +446537,0,0,0,0,0 +446538,0,0,0,0,0 +446539,0,0,0,0,0 +446540,0,0,0,0,0 +446541,0,0,0,0,0 +446542,0,0,0,0,0 +446543,0,0,0,0,0 +446544,0,0,0,0,0 +446545,0,0,0,0,0 +446546,0,0,0,0,0 +446547,0,0,0,0,0 +446548,0,0,0,0,0 +446549,0,0,0,0,0 +446550,0,0,0,0,0 +446551,0,0,0,0,0 +446552,0,0,0,0,0 +446553,0,0,0,0,0 +446554,0,0,0,0,0 +446555,0,0,0,0,0 +446556,0,0,0,0,0 +446557,0,0,0,0,0 +446558,0,0,0,0,0 +446559,0,0,0,0,0 +446560,0,0,0,0,0 +446561,0,0,0,0,0 +446562,0,0,0,0,0 +446563,0,0,0,0,0 +446564,0,0,0,0,0 +446565,0,0,0,0,0 +446566,0,0,0,0,0 +446567,0,0,0,0,0 +446568,0,0,0,0,0 +446569,0,0,0,0,0 +446570,0,0,0,0,0 +446571,0,0,0,0,0 +446572,0,0,0,0,0 +446573,0,0,0,0,0 +446574,0,0,0,0,0 +446575,0,0,0,0,0 +446576,0,0,0,0,0 +446577,0,0,0,0,0 +446578,0,0,0,0,0 +446579,0,0,0,0,0 +446580,0,0,0,0,0 +446581,0,0,0,0,0 +446582,0,0,0,0,0 +446583,0,0,0,0,0 +446584,0,0,0,0,0 +446585,0,0,0,0,0 +446586,0,0,0,0,0 +446587,0,0,0,0,0 +446588,0,0,0,0,0 +446589,0,0,0,0,0 +446590,0,0,0,0,0 +446591,0,0,0,0,0 +446592,0,0,0,0,0 +446593,0,0,0,0,0 +446594,0,0,0,0,0 +446595,0,0,0,0,0 +446596,0,0,0,0,0 +446597,0,0,0,0,0 +446598,0,0,0,0,0 +446599,0,0,0,0,0 +446600,0,0,0,0,0 +446601,0,0,0,0,0 +446602,0,0,0,0,0 +446603,0,0,0,0,0 +446604,0,0,0,0,0 +446605,0,0,0,0,0 +446606,0,0,0,0,0 +446607,0,0,0,0,0 +446608,0,0,0,0,0 +446609,0,0,0,0,0 +446610,0,0,0,0,0 +446611,0,0,0,0,0 +446612,0,0,0,0,0 +446613,0,0,0,0,0 +446614,0,0,0,0,0 +446615,0,0,0,0,0 +446616,0,0,0,0,0 +446617,0,0,0,0,0 +446618,0,0,0,0,0 +446619,0,0,0,0,0 +446620,0,0,0,0,0 +446621,0,0,0,0,0 +446622,0,0,0,0,0 +446623,0,0,0,0,0 +446624,0,0,0,0,0 +446625,0,0,0,0,0 +446626,0,0,0,0,0 +446627,0,0,0,0,0 +446628,0,0,0,0,0 +446629,0,0,0,0,0 +446630,0,0,0,0,0 +446631,0,0,0,0,0 +446632,0,0,0,0,0 +446633,0,0,0,0,0 +446634,0,0,0,0,0 +446635,0,0,0,0,0 +446636,0,0,0,0,0 +446637,0,0,0,0,0 +446638,0,0,0,0,0 +446639,0,0,0,0,0 +446640,0,0,0,0,0 +446641,0,0,0,0,0 +446642,0,0,0,0,0 +446643,0,0,0,0,0 +446644,0,0,0,0,0 +446645,0,0,0,0,0 +446646,0,0,0,0,0 +446647,0,0,0,0,0 +446648,0,0,0,0,0 +446649,0,0,0,0,0 +446650,0,0,0,0,0 +446651,0,0,0,0,0 +446652,0,0,0,0,0 +446653,0,0,0,0,0 +446654,0,0,0,0,0 +446655,0,0,0,0,0 +446656,0,0,0,0,0 +446657,0,0,0,0,0 +446658,0,0,0,0,0 +446659,0,0,0,0,0 +446660,0,0,0,0,0 +446661,0,0,0,0,0 +446662,0,0,0,0,0 +446663,0,0,0,0,0 +446664,0,0,0,0,0 +446665,0,0,0,0,0 +446666,0,0,0,0,0 +446667,0,0,0,0,0 +446668,0,0,0,0,0 +446669,0,0,0,0,0 +446670,0,0,0,0,0 +446671,0,0,0,0,0 +446672,0,0,0,0,0 +446673,0,0,0,0,0 +446674,0,0,0,0,0 +446675,0,0,0,0,0 +446676,0,0,0,0,0 +446677,0,0,0,0,0 +446678,0,0,0,0,0 +446679,0,0,0,0,0 +446680,0,0,0,0,0 +446681,0,0,0,0,0 +446682,0,0,0,0,0 +446683,0,0,0,0,0 +446684,0,0,0,0,0 +446685,0,0,0,0,0 +446686,0,0,0,0,0 +446687,0,0,0,0,0 +446688,0,0,0,0,0 +446689,0,0,0,0,0 +446690,0,0,0,0,0 +446691,0,0,0,0,0 +446692,0,0,0,0,0 +446693,0,0,0,0,0 +446694,0,0,0,0,0 +446695,0,0,0,0,0 +446696,0,0,0,0,0 +446697,0,0,0,0,0 +446698,0,0,0,0,0 +446699,0,0,0,0,0 +446700,0,0,0,0,0 +446701,0,0,0,0,0 +446702,0,0,0,0,0 +446703,0,0,0,0,0 +446704,0,0,0,0,0 +446705,0,0,0,0,0 +446706,0,0,0,0,0 +446707,0,0,0,0,0 +446708,0,0,0,0,0 +446709,0,0,0,0,0 +446710,0,0,0,0,0 +446711,0,0,0,0,0 +446712,0,0,0,0,0 +446713,0,0,0,0,0 +446714,0,0,0,0,0 +446715,0,0,0,0,0 +446716,0,0,0,0,0 +446717,0,0,0,0,0 +446718,0,0,0,0,0 +446719,0,0,0,0,0 +446720,0,0,0,0,0 +446721,0,0,0,0,0 +446722,0,0,0,0,0 +446723,0,0,0,0,0 +446724,0,0,0,0,0 +446725,0,0,0,0,0 +446726,0,0,0,0,0 +446727,0,0,0,0,0 +446728,0,0,0,0,0 +446729,0,0,0,0,0 +446730,0,0,0,0,0 +446731,0,0,0,0,0 +446732,0,0,0,0,0 +446733,0,0,0,0,0 +446734,0,0,0,0,0 +446735,0,0,0,0,0 +446736,0,0,0,0,0 +446737,0,0,0,0,0 +446738,0,0,0,0,0 +446739,0,0,0,0,0 +446740,0,0,0,0,0 +446741,0,0,0,0,0 +446742,0,0,0,0,0 +446743,0,0,0,0,0 +446744,0,0,0,0,0 +446745,0,0,0,0,0 +446746,0,0,0,0,0 +446747,0,0,0,0,0 +446748,0,0,0,0,0 +446749,0,0,0,0,0 +446750,0,0,0,0,0 +446751,0,0,0,0,0 +446752,0,0,0,0,0 +446753,0,0,0,0,0 +446754,0,0,0,0,0 +446755,0,0,0,0,0 +446756,0,0,0,0,0 +446757,0,0,0,0,0 +446758,0,0,0,0,0 +446759,0,0,0,0,0 +446760,0,0,0,0,0 +446761,0,0,0,0,0 +446762,0,0,0,0,0 +446763,0,0,0,0,0 +446764,0,0,0,0,0 +446765,0,0,0,0,0 +446766,0,0,0,0,0 +446767,0,0,0,0,0 +446768,0,0,0,0,0 +446769,0,0,0,0,0 +446770,0,0,0,0,0 +446771,0,0,0,0,0 +446772,0,0,0,0,0 +446773,0,0,0,0,0 +446774,0,0,0,0,0 +446775,0,0,0,0,0 +446776,0,0,0,0,0 +446777,0,0,0,0,0 +446778,0,0,0,0,0 +446779,0,0,0,0,0 +446780,0,0,0,0,0 +446781,0,0,0,0,0 +446782,0,0,0,0,0 +446783,0,0,0,0,0 +446784,0,0,0,0,0 +446785,0,0,0,0,0 +446786,0,0,0,0,0 +446787,0,0,0,0,0 +446788,0,0,0,0,0 +446789,0,0,0,0,0 +446790,0,0,0,0,0 +446791,0,0,0,0,0 +446792,0,0,0,0,0 +446793,0,0,0,0,0 +446794,0,0,0,0,0 +446795,0,0,0,0,0 +446796,0,0,0,0,0 +446797,0,0,0,0,0 +446798,0,0,0,0,0 +446799,0,0,0,0,0 +446800,0,0,0,0,0 +446801,0,0,0,0,0 +446802,0,0,0,0,0 +446803,0,0,0,0,0 +446804,0,0,0,0,0 +446805,0,0,0,0,0 +446806,0,0,0,0,0 +446807,0,0,0,0,0 +446808,0,0,0,0,0 +446809,0,0,0,0,0 +446810,0,0,0,0,0 +446811,0,0,0,0,0 +446812,0,0,0,0,0 +446813,0,0,0,0,0 +446814,0,0,0,0,0 +446815,0,0,0,0,0 +446816,0,0,0,0,0 +446817,0,0,0,0,0 +446818,0,0,0,0,0 +446819,0,0,0,0,0 +446820,0,0,0,0,0 +446821,-1522.245794,-640.6271647,-1487.787519,-667.9839751,-301.8087815 +446822,-1660.155237,-674.7036317,-1622.996652,-707.0044398,-509.8419297 +446823,-1892.57517,-761.9266297,-1850.007191,-799.3054388,-1076.039383 +446824,-1616.490477,-633.3460957,-1573.371776,-676.1811118,-681.717813 +446825,-1778.674499,-186.803743,-1734.701671,-751.3831458,-1021.749543 +446826,-1708.246194,-116.237761,-1664.48791,-722.1202843,-979.1308365 +446827,-1586.158524,-213.8591408,-1540.996525,-666.9703371,-742.0494056 +446828,-1698.069912,-131.2772797,-1650.926823,-717.4056471,-895.8651179 +446829,-1567.235391,-109.0604468,-1040.944723,-721.3718827,-970.1893141 +446830,-840.3566493,-88.56632076,-985.3604103,-491.8521192,-579.6997833 +446831,-1270.904193,-69.86153422,-1099.504991,-509.0196523,-581.9329215 +446832,-1123.011901,-49.41436196,-1015.060152,-528.8911188,-613.5893589 +446833,-1105.76684,-19.60468119,-999.8118382,-503.782285,-911.3018689 +446834,-1093.131918,6.967745741,-985.0973052,-495.7833725,-293.9859402 +446835,-1083.290455,30.50619031,-973.9525704,-491.9313552,-438.3733538 +446836,-1070.102741,56.57081314,-960.3340445,-484.0536066,-524.9798363 +446837,-1056.162481,81.71992699,-947.2820066,-479.9089123,-580.9542579 +446838,-1047.53504,107.1507413,-934.7124414,-473.3041995,-619.0108546 +446839,-1036.519477,41.55178113,-922.6601423,-468.385694,-903.0131538 +446840,-1021.110413,184.2764823,-910.1658727,-462.7142387,-301.679518 +446841,-1015.537376,161.171013,-901.4997585,-457.6132081,-441.4952465 +446842,-1001.455485,146.0346821,-889.8355192,-452.8841272,-534.2618836 +446843,-993.7938287,135.6135159,-880.9575139,-447.5599001,-598.8837655 +446844,-980.2879425,128.5908896,-870.2326319,-443.2042481,-644.3454748 +446845,-973.5788703,48.069369,-861.5796036,-436.6917154,-891.6953901 +446846,-959.265229,52.58582574,-850.8775146,-433.3741182,-781.8565883 +446847,-951.6076956,57.90643349,-843.0996183,-427.8023003,-719.673727 +446848,-942.5415028,69.66603766,-832.6589428,-423.3614863,-651.701675 +446849,-930.2641129,86.57640029,-825.9166213,-418.3098506,-574.1714172 +446850,-840.9395283,275.812019,-815.866856,-359.7306205,118.4743112 +446851,-1036.937818,72.61152881,-810.4200635,-489.8559659,-723.3914149 +446852,-843.8998086,253.0121499,-801.8845204,-367.6914112,-41.63216955 +446853,-911.1466318,76.70169618,-792.6547757,-410.9124919,-758.6696748 +446854,-885.5637976,247.023906,-787.3013218,-396.3635258,-106.4812478 +446855,-879.5440868,82.49825448,-779.8783328,-393.425882,-770.5696718 +446856,-868.021582,246.0293955,-771.7862813,-389.3396708,-142.0600384 +446857,-861.8872237,214.5585964,-766.1047203,-385.7300312,-354.8100721 +446858,-854.0844833,90.83046136,-759.1798252,-380.8752596,-818.2493952 +446859,-842.9936463,95.15536761,-750.9204351,-376.9282906,-731.5614547 +446860,-835.4852678,100.8071022,-746.3595611,-373.2528921,-681.7050083 +446861,-827.7956865,106.4869038,-736.2079207,-369.8323219,-646.5650142 +446862,-819.395379,294.0023946,-734.2401848,-365.0343331,39.38746947 +446863,-812.2738797,252.4870514,-724.9251618,-362.5082403,-233.4685679 +446864,-802.1501467,224.0809427,-719.9462978,-358.171671,-422.9913064 +446865,-796.6993165,202.2716848,-712.5857183,-354.8467181,-563.6155495 +446866,-786.9420615,185.1367899,-706.4661413,-351.4228241,-670.3522635 +446867,-779.3865227,171.7596094,-699.5707578,-347.0919822,-751.7931734 +446868,-705.1613196,138.9794018,-629.6466038,-314.7811703,-800.4472126 +446869,-862.6728719,130.981872,-783.0000266,-382.3642358,-739.5800012 +446870,-707.6375361,258.6806546,-635.255538,-316.3188994,-258.954664 +446871,-761.3046065,139.4174597,-686.1229076,-337.9323757,-732.5409588 +446872,-738.637796,268.4539283,-668.5229543,-330.075626,-236.7809923 +446873,-733.6781819,240.4470028,-662.5852035,-326.0222169,-436.60042 +446874,-726.0457654,218.6843092,-658.0524759,-322.8201133,-585.5076895 +446875,-656.3221925,163.5937611,-590.0909061,-292.6456219,-744.0187462 +446876,-800.3527658,251.1727756,-732.326057,-354.9241897,-389.7513725 +446877,-661.0825858,227.1797895,-596.6397299,-294.5253705,-561.6891051 +446878,-648.4620078,172.9387812,-586.7452507,-288.8558309,-730.7403722 +446879,-769.3060002,166.3838486,-705.7733109,-341.7875954,-434.3926377 +446880,-586.2578137,182.3442145,-526.6627518,-260.9133182,-431.2883421 +446881,86.38679437,176.3955799,86.40477116,39.09212518,158.0652264 +446882,92.74482159,189.230684,93.79777723,41.96235197,183.5744747 +446883,103.7255732,205.7172079,106.1046121,46.89736373,223.8530196 +446884,115.5640454,221.5139955,119.1633569,52.17190784,266.1407414 +446885,126.5511118,235.5746196,131.1611714,57.01307002,304.9413338 +446886,136.3393478,563.6315782,141.7745944,61.27720425,338.380725 +446887,145.1021767,614.5788832,151.2246521,65.05830219,367.3008353 +446888,153.0774621,563.6086442,159.7858544,68.47592917,392.8255246 +446889,160.271438,626.1674025,167.6555584,71.6150904,415.7104678 +446890,166.8675378,650.8931206,174.9587135,74.47514322,436.396734 +446891,173.0216999,673.9212623,181.7799151,77.11866322,455.1723583 +446892,178.8310818,697.0330915,188.1854292,79.60224379,472.2678895 +446893,184.3552533,719.1133827,194.232116,81.96238313,487.8887425 +446894,189.6367964,741.6190254,199.9697219,84.2216642,502.2201244 +446895,194.7108361,773.7247631,205.35638,86.39582477,515.4256548 +446896,199.6078868,800.5462936,210.4706297,88.49746704,527.6476497 +446897,204.3514179,828.1196842,215.3852077,90.53606396,539.0089517 +446898,208.9578138,853.9786177,220.1398012,92.51796545,549.6024555 +446899,213.4544678,880.1343236,224.7680356,94.45466508,559.5329412 +446900,217.8636506,906.5603529,229.292393,96.35542459,568.8906366 +446901,222.1934636,931.8188664,233.7205218,98.22313156,577.7350776 +446902,226.4534371,957.2521273,238.0621313,100.0613876,586.1234489 +446903,230.6520136,982.2265516,242.3262781,101.8733656,594.106269 +446904,234.7964386,1007.01554,246.5209005,103.6617613,601.7276586 +446905,238.8929101,1031.557012,250.6527899,105.428857,609.0261206 +446906,242.9466477,1055.753441,254.7276318,107.1765498,616.0351293 +446907,246.9620999,1079.793042,258.7502364,108.9064406,622.7839118 +446908,250.6250113,1103.562105,262.406637,110.4753139,628.7197325 +446909,254.675408,1127.059816,266.4452298,112.2193194,635.204521 +446910,258.6689964,1150.445193,270.4124307,113.9380786,641.4453322 +446911,262.6142554,1171.860289,274.3079488,115.6311823,647.4704328 +446912,266.512333,1192.806817,278.1327848,117.2969696,653.3050344 +446913,270.3660778,1212.852091,281.891778,118.9363355,658.9710974 +446914,274.1800996,1233.788629,285.5913161,120.5517796,664.4867916 +446915,277.9592153,1253.260475,289.2373607,122.1460145,669.8669905 +446916,281.7074813,1272.97236,292.8347187,123.7212959,675.1237975 +446917,285.4280436,1292.205948,296.3871522,125.2793563,680.2673739 +446918,289.1232313,1311.12623,299.8976134,126.8215063,685.3062393 +446919,292.794905,1329.909123,303.368529,128.348787,690.2477951 +446920,296.4472763,1348.289355,306.8019371,129.8620506,695.0984764 +446921,300.0739174,1366.403574,310.1996107,131.3620247,699.8640302 +446922,303.6693954,1384.449954,313.563036,132.8493049,704.5493002 +446923,307.2328178,1401.91935,316.8935245,134.3244078,709.1586591 +446924,310.7659387,1419.466231,320.1922305,135.787779,713.6959613 +446925,314.271199,1436.586608,323.4601938,137.239814,718.1647485 +446926,317.7508111,1453.472915,326.6983549,138.6808645,722.5681726 +446927,321.2065893,1470.341453,329.9075823,140.1112519,726.9091715 +446928,324.640002,1486.624303,333.0886616,141.5312614,731.1903467 +446929,328.0523129,1503.046708,336.2423431,142.9411648,735.4141759 +446930,331.4446022,1519.046465,339.369307,144.3412032,739.5828452 +446931,334.817851,1534.898829,342.4702189,145.7316136,743.6984757 +446932,338.1729073,1550.469607,345.5456857,147.1126075,747.7629367 +446933,341.5105497,1566.008237,348.5963046,148.4843943,751.778059 +446934,344.8314648,1581.261548,351.6226349,149.8471674,755.7454752 +446935,348.1362814,1596.14125,354.6252218,151.2011157,759.6667854 +446936,351.4255679,1611.139489,357.6045807,152.5464158,763.5434201 +446937,354.6998886,1625.734759,360.5612219,153.8832439,767.3768048 +446938,357.9597732,1640.216284,363.4956258,155.2117635,771.1682067 +446939,361.2057346,1661.908018,366.4082719,156.5321396,774.9189047 +446940,364.4382385,1667.991626,369.2996121,157.8445257,778.630033 +446941,367.5975405,1842.419374,372.1099047,159.1217161,782.1933031 +446942,377.770904,1873.038958,381.9315225,163.5485028,799.0192198 +446943,391.4683995,1880.779752,395.27913,169.5083708,822.5347941 +446944,405.1839327,1896.675228,408.6473008,175.4045125,846.2506774 +446945,417.4645772,1910.982602,420.5808961,180.5946299,867.5007079 +446946,428.1762588,1924.724486,430.9429375,185.041852,886.0123383 +446947,437.6189231,1938.728488,440.0310424,188.9022892,902.2811472 +446948,445.9041242,1952.047893,448.149228,192.3275557,916.8096894 +446949,453.319676,1965.456714,455.3495237,195.4201607,929.9387962 +446950,460.0949476,1978.587588,461.8287609,198.1835351,941.8875301 +446951,466.3731976,1991.546143,467.7590807,200.6924013,952.8146874 +446952,472.244271,2004.251687,473.2560773,203.0143951,962.851431 +446953,477.7732,2017.034283,478.3963029,205.1919605,972.1129436 +446954,483.0131356,2029.262276,483.2324846,207.2556773,980.7004455 +446955,488.0094546,2041.595079,487.814999,209.2231478,988.7020539 +446956,492.8005453,2053.760886,492.1792646,211.1117526,996.1935804 +446957,497.4150832,2065.821272,496.3615077,212.9320521,1003.24017 +446958,501.8843626,2077.422664,500.3851753,214.696591,1009.897667 +446959,506.2271772,2089.209227,504.2746171,216.4119923,1016.214127 +446960,510.4653442,2100.612478,508.0470616,218.0873211,1022.230837 +446961,514.6100534,2112.022431,511.7199322,219.726307,1027.98342 +446962,518.6771431,2123.133397,515.3042861,221.3355965,1033.50253 +446963,522.6731771,2134.243139,518.8124543,222.9170072,1145.615805 +446964,526.6101888,2145.059382,522.251497,224.4756135,1255.891276 +446965,530.4916314,2155.969304,525.6304688,226.0119854,1196.925734 +446966,534.3268025,2169.942574,528.9536883,227.5301125,1239.06492 +446967,538.1168411,2181.718937,532.227818,229.0296699,1255.146797 +446968,541.8691646,2190.159317,535.4552987,230.5139294,1270.267193 +446969,545.5835577,2206.099321,538.6413505,231.98512,1285.450577 +446970,549.2663743,2206.03647,541.7873539,233.4406259,1299.856847 +446971,552.9165406,2196.074159,544.894059,234.8754515,1314.578959 +446972,556.5362123,2238.48315,547.9688613,236.2889214,1328.500212 +446973,560.1217214,2230.645828,551.0077055,237.6847717,1342.842615 +446974,563.6777033,2242.869937,554.0129143,239.0627024,1356.243018 +446975,567.2025307,2251.116311,556.9889226,240.4237357,1369.780347 +446976,570.7013427,2259.5803,559.9388489,241.7714302,1383.328841 +446977,729.5986516,2267.555129,562.8507737,243.1047879,1396.350184 +446978,678.1500991,2275.460517,565.7237529,244.4241379,1409.162926 +446979,703.5215242,2283.282122,568.5524727,245.7324813,1422.202039 +446980,721.5113258,2290.676557,571.3400424,247.0284203,1434.63029 +446981,735.3388643,2298.13083,657.7980014,248.3119611,1447.054111 +446982,748.8496561,2305.331441,674.2492032,249.5839109,1459.059866 +446983,762.2472805,2312.384422,666.7616234,250.8469896,1471.469762 +446984,775.31233,2319.386189,686.7988427,252.0993356,1483.389858 +446985,788.1502608,2325.95694,697.7479436,253.3405887,1494.809226 +446986,801.0619914,2332.499024,708.2331163,254.5713272,1506.532758 +446987,813.5807408,2339.063461,718.5057167,255.7921855,1517.906803 +446988,825.8765591,2345.252377,728.6936975,257.0035732,1529.167339 +446989,838.335984,2351.383499,738.7610293,258.2057118,1540.039306 +446990,850.3419119,2357.347598,748.4623016,259.3987371,1551.436768 +446991,862.1950506,2363.272346,758.3839473,260.5827562,1562.06809 +446992,874.1841116,2370.80262,767.6242219,307.1839273,1572.820308 +446993,885.7991697,2377.770079,777.2275867,299.0115205,1583.392027 +446994,897.1584921,2379.867892,786.418777,304.0487098,1593.799359 +446995,909.0109136,2394.467435,795.5546317,311.7095819,1604.150291 +446996,919.8747955,2377.443715,804.520001,316.6874049,1614.306503 +446997,931.0068365,2395.574785,813.2756554,321.8084856,1624.331 +446998,942.2941172,2401.874458,822.2207855,326.7746618,1634.305604 +446999,953.2547055,2403.382303,830.8802614,331.6405663,1644.062627 +447000,963.5314943,2408.890134,839.0509187,336.4031171,1653.804013 +447001,981.2802528,2416.150523,854.4543614,344.0186282,1685.091968 +447002,992.8380658,2421.038576,863.7140383,349.2361915,1696.146099 +447003,1004.166511,2425.454369,873.2008736,354.268915,1706.753032 +447004,1015.462595,2430.051217,882.018292,359.1318904,1716.889388 +447005,1026.581769,2433.943417,890.5467952,363.8915405,1726.846524 +447006,1036.807339,2438.008153,898.9791844,368.5773579,1736.460979 +447007,1047.780397,2441.809153,907.5175882,373.2314147,1746.015569 +447008,1057.840266,2445.480561,915.9482823,377.6185339,1755.292052 +447009,1068.76301,2449.012465,923.9609594,382.3414972,1764.562763 +447010,1078.697605,2452.406627,932.0851801,386.4505627,1773.57226 +447011,1089.068738,2455.665429,940.0204095,390.8654927,1782.559213 +447012,1098.990287,2458.790184,948.1690292,395.3737964,1791.049006 +447013,1108.921777,2461.782424,955.7249825,399.3180093,1800.318288 +447014,1118.714734,2464.643126,963.7595386,403.7222632,1808.64384 +447015,1128.807752,2467.489783,971.1989001,407.7022871,1817.32314 +447016,1138.238013,2469.922326,978.7978312,411.8868008,1825.609673 +447017,1148.092226,2473.61501,986.4146263,415.7485863,1834.030662 +447018,1157.465235,2475.558989,993.7549772,420.0506199,1842.176995 +447019,1166.858479,2478.963931,1000.775901,423.6391589,1850.419794 +447020,1176.404011,2478.25079,1008.644169,427.7181608,1858.322116 +447021,1185.527027,2488.436683,1015.459181,431.5941685,1866.377225 +447022,1194.671871,2469.963644,1022.652925,435.3320842,1874.244053 +447023,1203.649788,2491.308472,1029.83533,439.0765499,1881.918432 +447024,1213.055063,2505.913736,1036.98851,442.906967,1889.711213 +447025,1221.71029,2457.077296,1043.463348,446.5126973,1897.28552 +447026,1230.843168,2503.792351,1050.726483,450.0430946,1904.825409 +447027,1239.502132,2512.380449,1057.325809,454.0076224,1912.276726 +447028,1248.192042,2454.974932,1064.076094,457.2670517,1919.608576 +447029,1257.394311,2509.830353,1070.861153,460.8761201,1926.982106 +447030,1265.33094,2518.569881,1077.456472,464.367378,1934.175284 +447031,1273.729995,2451.829493,1083.448326,467.8365552,1941.385148 +447032,1282.033343,2514.064474,1090.161446,471.081013,1948.347594 +447033,1290.024709,2489.868757,1096.225836,474.3952091,1952.592404 +447034,1298.234909,2494.044888,1102.425088,477.5438251,1958.031598 +447035,1306.080358,2494.070755,1108.467634,481.0690151,1962.376941 +447036,1314.138794,2493.81856,1114.644226,484.0027778,1967.06204 +447037,1321.434356,2493.453122,1120.52606,487.2731464,1971.754177 +447038,1329.857884,2492.957387,1126.496567,490.3865792,1976.339398 +447039,1337.270628,2492.334373,1132.404527,493.4874028,1980.80171 +447040,1344.825957,2491.56992,1138.118793,496.5219897,1985.199358 +447041,1352.527602,2490.708691,1143.966482,499.4704187,1989.753204 +447042,1359.873137,2517.786803,1149.654386,502.6349718,1993.986247 +447043,1367.399115,2448.267371,1155.390279,505.5562179,1998.543073 +447044,1374.716681,2506.714911,1160.879539,508.4996994,2002.707608 +447045,1382.011823,2495.658116,1166.62622,511.4563514,2007.114551 +447046,1389.193948,2464.40781,1172.06249,514.4584458,2011.237739 +447047,1396.373955,2492.572955,1177.472569,517.1208643,2015.428016 +447048,1403.393262,2487.667779,1183.013465,519.9271352,2019.583705 +447049,1410.446831,2466.729901,1188.38071,522.9390941,2023.704354 +447050,1417.440941,2499.818621,1193.667781,525.6325939,2027.785262 +447051,1424.26722,2450.466038,1199.084154,528.4289203,2031.830179 +447052,1431.131548,2502.198355,1204.293947,531.1790876,2035.837321 +447053,1437.955604,2442.847294,1209.544119,533.9064143,2039.808661 +447054,1444.635283,2491.636268,1214.764557,536.6110492,2043.74312 +447055,1451.385481,2447.433859,1219.887352,539.2938065,2047.590347 +447056,1458.110355,2470.853302,1225.018495,541.9548096,2051.53533 +447057,1464.692126,2458.759693,1230.122452,544.5950116,2055.326121 +447058,1471.35471,2457.706705,1235.136872,547.0604951,2059.184281 +447059,1477.945404,2454.715168,1240.122748,549.8942754,2062.861779 +447060,1484.566122,2451.675248,1245.208641,552.3581185,2066.629159 +447061,1373.264072,2395.041679,1132.346293,501.6646966,1857.746449 +447062,1377.88724,2390.363946,1135.073909,503.0367798,1858.728499 +447063,1382.686342,2414.38017,1138.285922,504.8540747,1860.515213 +447064,1388.035568,2342.32124,1141.819063,506.7482555,1862.772365 +447065,1393.356376,2397.460717,1145.542133,508.8302843,1864.962756 +447066,1398.886616,2378.756015,1149.214845,510.5950512,1867.521224 +447067,1404.302313,2356.92189,1153.023666,512.5428551,1869.951576 +447068,1409.847739,2387.548891,1156.729408,514.7134783,1872.63002 +447069,1415.407466,2336.78619,1160.515038,516.5922195,1875.100508 +447070,1420.86759,2381.895233,1164.297132,518.5902494,1877.687476 +447071,1426.481869,2329.01925,1167.994747,520.5594512,1880.349367 +447072,1431.936974,2360.036222,1171.789967,522.5212744,1882.962336 +447073,1437.509906,2336.195348,1175.458637,524.475488,1885.453687 +447074,1443.088999,2339.655733,1179.198543,526.4217113,1888.164303 +447075,1448.554795,2332.3219,1182.929754,528.2112176,1890.674086 +447076,1454.131722,2327.717464,1186.56631,530.3714694,1893.405017 +447077,1459.716188,2322.621039,1190.268726,532.1812733,1895.883212 +447078,1465.183376,2317.423137,1193.961193,534.1208878,1898.468251 +447079,1470.764347,2312.138009,1197.557622,536.1868613,1901.121502 +447080,1476.352562,2306.876974,1201.219724,537.8321145,1903.659537 +447081,1481.820654,2301.258748,1204.872597,539.8426468,1906.236972 +447082,1487.406701,2295.787727,1208.42598,541.6964328,1908.799843 +447083,1493.001443,2290.028678,1212.047399,543.5678503,1911.354378 +447084,1498.471729,2284.465528,1215.659133,545.4316582,1913.847433 +447085,1504.064779,2278.589493,1219.168361,547.1214189,1916.46891 +447086,1509.611867,2272.718377,1222.747731,549.2246316,1919.008838 +447087,1515.222054,2266.749035,1226.318607,550.9406054,1921.454792 +447088,1520.700763,2260.696415,1229.781231,552.8000413,1923.952101 +447089,1526.30224,2254.562005,1233.318926,554.6241894,1926.527135 +447090,1531.915173,2248.345695,1236.40219,556.4400387,1928.976527 +447091,1537.291823,2241.928341,1240.435248,558.2011506,1931.465852 +447092,1542.774698,2235.295786,1243.406092,559.9443378,1933.933999 +447093,1548.19954,2228.835382,1246.768881,561.6746578,1936.393324 +447094,1553.686138,2222.060173,1250.153037,563.393153,1938.840375 +447095,1559.024349,2215.287636,1253.278661,565.1008006,1941.220562 +447096,1564.491321,2208.354132,1256.625544,566.7975759,1943.735031 +447097,1569.905875,2201.551206,1259.810206,568.4840827,1946.164071 +447098,1574.783234,2194.376276,1262.976732,569.9696281,1948.483473 +447099,1581.133577,2187.164079,1266.269051,571.9286861,1950.860824 +447100,1586.085628,2180.151279,1269.33539,573.442062,1955.205898 +447101,1591.515985,2172.756338,1272.474563,575.1213786,1958.083329 +447102,1597.186273,2165.470096,1275.660555,576.7579632,1959.421978 +447103,1602.397485,2157.994184,1278.779056,578.3855099,1963.637974 +447104,1607.88935,2150.543439,1281.758342,580.0029464,1963.81624 +447105,1613.326756,2142.810892,1284.930095,581.6110263,1969.660411 +447106,1618.779907,2135.361266,1287.938358,583.209443,1967.208803 +447107,1624.141534,2156.288709,1290.92961,584.798661,1950.004155 +447108,1629.645369,2078.501667,1294.060313,586.3783717,1983.849637 +447109,1634.997715,2131.667593,1296.947972,587.9490501,1970.866793 +447110,1640.438623,2100.483492,1299.965641,589.510468,1976.274088 +447111,1645.894959,2094.717763,1302.86881,591.063106,1978.659821 +447112,1651.423265,2088.267215,1305.880194,592.6065083,1980.789853 +447113,1656.690187,2079.641232,1308.815651,594.1411399,1982.990587 +447114,1662.189306,2071.485606,1311.651034,595.666703,1985.344675 +447115,1667.639038,2063.241758,1314.525251,597.1836294,1987.388581 +447116,1673.111639,2054.917979,1317.457753,598.6916081,1989.623416 +447117,1678.370318,2046.531338,1320.270915,599.9747094,1991.83969 +447118,1683.988836,2038.082744,1323.058159,601.7958404,1993.818633 +447119,1689.227417,2029.475013,1325.999847,603.1159982,1996.109217 +447120,1694.875391,2021.143925,1328.680652,604.6268645,1998.239446 +447121,1459.361538,1901.965344,1090.378168,496.7639528,1562.766323 +447122,1458.018911,1890.376401,1086.68959,495.3721705,1558.085453 +447123,1459.920335,1879.595929,1085.935134,495.1182252,1554.783416 +447124,1462.095752,1869.156936,1085.500376,495.0755797,1552.495056 +447125,1464.768558,1858.831944,1085.566255,495.2371418,1550.749866 +447126,1467.791233,1848.46497,1085.883514,495.5584768,1549.497562 +447127,1471.007758,1838.374598,1086.357593,495.9129753,1548.456772 +447128,1474.181049,1828.108331,1086.878212,496.3044385,1547.479938 +447129,1477.037068,1817.999141,1087.468696,496.7250681,1546.748856 +447130,1481.312934,1807.650538,1088.111814,497.1694017,1546.008833 +447131,1486.723186,1797.381435,1088.839439,497.6340892,1545.396479 +447132,1492.679632,1787.247284,1089.509086,498.1173333,1544.90053 +447133,1499.096737,1776.919957,1090.304343,498.617261,1544.307403 +447134,1505.463346,1766.64975,1091.099084,499.1326603,1544.005288 +447135,1512.02436,1756.345692,1091.931504,499.6625662,1543.611598 +447136,1518.961937,1746.033949,1092.385788,500.2061983,1543.323731 +447137,1525.863166,1735.699274,1093.93961,500.7629747,1543.033518 +447138,1532.981183,1725.265109,1094.495127,501.3322753,1542.965731 +447139,1540.234409,1715.01767,1095.533352,501.9137448,1542.707635 +447140,1547.570283,1704.582414,1096.452971,502.5068022,1542.655414 +447141,1555.209956,1694.284604,1097.422198,503.1107731,1542.543016 +447142,1562.902089,1683.67197,1098.470162,503.7254049,1542.608476 +447143,1570.55085,1673.425657,1099.419342,504.3504663,1542.599844 +447144,1578.632804,1662.924228,1100.313228,504.7938402,1542.673776 +447145,1586.628429,1652.408809,1101.438862,505.6810092,1542.780157 +447146,1594.810041,1642.148282,1102.448056,506.1745359,1542.924602 +447147,1603.10449,1631.518252,1103.519257,506.8540232,1543.106097 +447148,1611.442853,1621.031117,1104.599294,507.5103162,1543.323184 +447149,1620.07313,1610.649899,1105.695345,508.1755712,1543.57528 +447150,1628.713196,1600.112011,1106.801548,508.848464,1543.808256 +447151,1637.406408,1589.71389,1108.199492,509.6475877,1544.20781 +447152,1646.553437,1579.318071,1109.664422,510.4774678,1544.57078 +447153,1655.573843,1568.934556,1111.124342,511.3269585,1544.877073 +447154,1664.777257,1585.970947,1112.724697,512.191995,1545.327645 +447155,1674.069144,1508.726927,1114.250968,513.0709113,1545.705843 +447156,1683.45467,1584.945744,1115.88294,513.9622617,1546.255043 +447157,1692.857655,1482.824426,1117.371951,514.8655982,1546.710215 +447158,1702.619228,1552.386662,1119.094567,515.7800619,1547.240138 +447159,1712.102383,1479.62072,1120.693645,516.7052608,1547.788802 +447160,1721.835969,1507.30567,1122.357042,517.6405811,1548.361827 +447161,1731.770096,1483.717035,1123.983034,518.5856324,1548.96172 +447162,1741.619924,1475.770701,1125.788157,519.539857,1549.58532 +447163,1751.617465,1465.537643,1127.384189,520.5028895,1550.233729 +447164,1761.67917,1455.296256,1129.140444,521.4741374,1550.84802 +447165,1771.815188,1445.142668,1130.859978,522.4534018,1551.632468 +447166,1781.946535,1434.837656,1132.55114,523.4400967,1552.306082 +447167,1792.35706,1424.630525,1134.371869,524.4340822,1553.112301 +447168,1802.729551,1414.563619,1136.09639,525.2095518,1553.782823 +447169,1812.956792,1404.451925,1137.920265,526.5611768,1554.54971 +447170,1823.641231,1394.260066,1139.575758,527.406928,1555.579073 +447171,1834.119556,1384.229944,1141.471229,528.4656627,1560.287317 +447172,1844.751159,1374.173915,1143.220607,529.4907312,1555.0959 +447173,1855.435551,1364.090828,1145.028557,530.5221634,1564.886577 +447174,1866.180184,1354.275087,1146.835112,531.5580872,1553.50023 +447175,1876.989521,1344.186043,1148.598047,532.5988877,1572.296625 +447176,1887.760611,1334.333394,1150.541383,533.6440672,1547.692934 +447177,1908.492365,1324.518891,1152.251974,534.6936063,1557.452256 +447178,1904.899644,1314.597019,1154.124069,535.7470737,1567.355159 +447179,1938.062018,1304.787108,1155.948311,536.8045372,1561.743955 +447180,1918.452655,1295.124245,1157.73291,537.865438,1564.379058 +447181,2167.388983,1392.860325,1394.963898,645.9624829,1991.705705 +447182,2202.13461,1385.144609,1400.512544,648.3783957,2001.346378 +447183,2204.156356,1377.103345,1404.998968,651.0038584,1996.982322 +447184,2220.222925,1368.59193,1408.96951,653.0104826,2009.829187 +447185,2233.395887,1365.561304,1412.591893,654.9948891,2017.18674 +447186,2246.615872,1353.605372,1416.096496,656.859184,2011.994106 +447187,2259.048212,1349.031825,1419.276965,658.6672841,2024.442502 +447188,2272.087086,1336.72873,1422.436025,660.4263704,2018.547464 +447189,2284.954398,1307.930656,1425.739699,661.8085377,2025.711178 +447190,2297.782937,1328.227696,1428.609763,664.0015006,2033.223582 +447191,2310.273482,1306.220735,1431.670433,665.4784775,2027.422399 +447192,2323.301426,1300.339903,1434.772027,667.161524,2033.957813 +447193,2336.114172,1292.214318,1437.317284,668.7532831,2037.076037 +447194,2348.744262,1283.800897,1440.523442,670.4309209,2039.562312 +447195,2369.984366,1275.526442,1443.105571,671.9567896,2047.49845 +447196,2377.002488,1267.291283,1445.954496,673.6444395,2038.090237 +447197,2371.224349,1259.111679,1448.672758,675.1151726,2056.056419 +447198,2431.566042,1250.988029,1451.366186,676.6973116,2048.744528 +447199,2383.254201,1242.928253,1454.023632,678.2215717,2053.500943 +447200,2455.675163,1234.852015,1456.646329,679.7360082,2056.775633 +447201,2429.004406,1245.51834,1459.32463,681.2361149,2059.018474 +447202,2455.556374,1192.509842,1461.742997,682.7214149,2061.551563 +447203,2466.653564,1244.448181,1464.331116,684.1919222,2063.993571 +447204,2479.32864,1180.792912,1466.808201,685.6484786,2066.774809 +447205,2492.457314,1222.352754,1469.267288,687.0914964,2069.183946 +447206,2505.184281,1185.414563,1471.696722,688.5209401,2071.64976 +447207,2518.484827,1197.352572,1474.096936,689.9373284,2074.105491 +447208,2531.35356,1186.168737,1476.467846,691.3406118,2076.659792 +447209,2544.171025,1182.008574,1478.810765,692.7313025,2078.846571 +447210,2557.458597,1176.745463,1481.125485,694.1092445,2081.305832 +447211,2569.06488,1171.421225,1482.956673,695.2783256,2083.649537 +447212,2589.030053,1164.333206,1478.015095,693.6638591,2085.983873 +447213,2601.741816,1158.722454,1478.480749,694.2029159,2088.28514 +447214,2621.524565,1153.227072,1479.666385,694.9866264,2090.562008 +447215,2614.398292,1147.835063,1480.740645,695.7825568,2092.836936 +447216,2649.237197,1142.517723,1481.918444,696.6972952,2095.049954 +447217,2645.246808,1137.276369,1483.081296,697.5189924,2097.465265 +447218,2660.588785,1132.181986,1484.228292,698.3713385,2099.402354 +447219,2672.371311,1126.988964,1485.356896,699.2509276,2101.678804 +447220,2682.936317,1121.954538,1486.463204,700.014225,2103.844354 +447221,2694.366876,1117.112738,1487.547045,700.8600349,2105.941546 +447222,2704.896388,1112.375259,1488.60744,701.657711,2108.112585 +447223,2716.368176,1107.434189,1489.64515,702.4506243,2110.198381 +447224,2726.95699,1102.871761,1490.659472,703.2320419,2112.428666 +447225,2737.862434,1098.279463,1491.651495,704.0022691,2114.20633 +447226,2748.542325,1093.769845,1492.620702,704.7609245,2116.423656 +447227,2758.852893,1089.342185,1493.568236,705.5084287,2118.56637 +447228,2769.781592,1085.006535,1494.493736,706.2443603,2125.539755 +447229,2780.175231,1080.762643,1495.487745,706.96954,2114.877899 +447230,2790.415581,1076.678411,1496.237345,707.683113,2132.32632 +447231,2807.658938,1072.530087,1497.163624,708.3857736,2118.935371 +447232,2808.515203,1068.619263,1497.991872,709.0774324,2135.813377 +447233,2821.584872,1064.764535,1498.813248,709.8570553,2128.17613 +447234,2831.89212,1061.29714,1499.615001,710.8515393,2132.062416 +447235,2841.665909,1057.830168,1500.398367,711.9410486,2134.458542 +447236,2851.193184,1054.309506,1501.162558,713.1098302,2136.108586 +447237,2861.304296,1050.963851,1501.908828,714.351886,2137.77562 +447238,2871.003512,1047.603314,1502.636771,715.6636589,2139.663969 +447239,2880.63284,1044.352743,1503.347594,717.042285,2141.445108 +447240,2897.282255,1040.92296,1504.041285,718.5994029,2143.439449 +447241,2938.55988,1060.658247,1551.607806,743.0454144,2223.653515 +447242,2969.404072,1058.790456,1555.304203,745.9219447,2233.57276 +447243,2962.640541,1056.397816,1557.848895,748.4735938,2233.293504 +447244,2991.284097,1054.144611,1560.18701,750.9156491,2240.255693 +447245,2982.77417,1051.695322,1562.052335,753.3167667,2243.247274 +447246,3011.154648,1049.116292,1563.956655,755.7052134,2245.95775 +447247,3011.52545,1046.645186,1565.671921,758.1012413,2249.100483 +447248,3021.438329,1044.117454,1567.316335,760.5170511,2252.120493 +447249,3035.340833,1041.600087,1568.80657,762.9594298,2260.352368 +447250,3056.87025,1039.094157,1570.467939,765.4315892,2252.652721 +447251,3062.725937,1036.594762,1571.880141,767.9361416,2266.100658 +447252,3075.306183,1034.107744,1573.325736,770.5180422,2259.120313 +447253,3095.734305,1031.632496,1574.717754,773.0228609,2271.732551 +447254,3102.32831,1029.229541,1576.069763,775.6145379,2264.309006 +447255,3120.001076,1026.695035,1577.3856,778.3122709,2277.011737 +447256,3134.389805,1024.241898,1578.665957,780.9528737,2269.611045 +447257,3139.896748,1021.898097,1579.912932,783.666296,2282.168058 +447258,3147.605889,1019.451439,1581.126519,786.4066455,2274.436723 +447259,3156.999072,1017.127497,1582.309779,789.1805947,2286.642199 +447260,3161.871996,1014.666732,1583.462492,791.9877948,2284.790582 +447261,3166.090807,1012.347638,1584.586499,794.8289116,2285.872957 +447262,3170.064699,1006.546182,1577.554084,795.3401137,2288.272079 +447263,3174.513308,1003.607626,1577.249577,797.9344003,2290.655923 +447264,3179.548426,1000.95028,1577.568461,800.7162651,2298.153369 +447265,3184.500959,998.3895563,1578.03056,803.5768016,2289.988462 +447266,3189.197003,995.8831453,1578.552232,806.4953716,2300.201238 +447267,3194.286782,993.4162929,1579.09901,809.4179657,2305.149607 +447268,3199.217067,990.9819881,1579.652596,812.500309,2296.82344 +447269,3203.721058,988.5764578,1580.207018,815.5234246,2304.676999 +447270,3208.291188,986.1970002,1580.757387,818.6728828,2304.530517 +447271,3212.851261,983.8724226,1581.369332,821.7885281,2304.969148 +447272,3217.28471,981.6335191,1581.987292,825.0539302,2305.917329 +447273,3221.577593,979.2859208,1582.604788,828.3218026,2304.766612 +447274,3225.629192,977.0839131,1583.217456,831.5916235,2303.240691 +447275,3229.419266,974.860528,1583.825817,835.0179799,2301.628018 +447276,3233.00378,972.6700788,1584.427946,838.3807235,2299.976263 +447277,3236.441309,970.5047327,1585.024665,841.8232401,2298.317074 +447278,3239.774383,968.3632537,1585.613748,845.3445097,2296.668295 +447279,3243.309614,966.2460327,1586.286666,848.7339442,2295.034825 +447280,3246.477162,964.0980277,1586.726017,852.3874268,2293.428281 +447281,3249.592042,962.1094686,1587.3616,855.928467,2291.851852 +447282,3252.671246,960.0253172,1588.461905,859.5541094,2290.312623 +447283,3255.716144,958.0114378,1590.710184,863.2069582,2288.800516 +447284,3258.746629,956.0126994,1586.529121,866.8453599,2287.32875 +447285,3261.727869,954.0373472,1600.677158,870.6384082,2285.870159 +447286,3264.72544,952.084744,1573.652253,874.4045065,2284.474743 +447287,3267.727826,950.157335,1598.59544,878.0810372,2283.132312 +447288,3270.649465,948.2483587,1589.383545,881.9135782,2281.777501 +447289,3273.540234,946.3659857,1591.577778,885.7898646,2280.442814 +447290,3276.412344,944.5038128,1592.13946,889.618101,2279.136851 +447291,3279.254342,942.7177554,1592.54436,893.5244856,2277.848631 +447292,3282.070373,940.8207135,1593.180881,897.4516723,2276.578893 +447293,3284.86126,939.0628423,1593.608602,901.4055583,2275.326519 +447294,3287.626353,937.2804968,1594.110071,905.3870995,2274.090054 +447295,3290.364395,935.5278811,1594.593292,909.3932062,2272.867565 +447296,3293.074222,933.7967519,1595.1622,913.4241043,2271.657179 +447297,3295.755459,932.0869742,1595.495611,917.4786141,2270.458011 +447298,3298.408677,930.3982355,1596.029528,921.5034448,2269.269809 +447299,3301.032688,928.7304916,1596.478372,925.6813032,2268.091281 +447300,3303.625656,927.0834418,1596.935811,929.8161809,2266.920826 +447301,3308.095834,892.2578171,1520.570891,900.5913251,2268.694844 +447302,3308.415093,890.3474472,1520.114249,904.4019759,2265.589754 +447303,3306.884064,888.3778653,1519.879118,908.3589588,2259.82029 +447304,3305.869348,886.5952294,1519.719076,912.2368372,2253.862936 +447305,3306.281031,884.7973868,1519.581173,916.2275853,2248.863783 +447306,3307.936859,883.0332259,1519.453166,920.2330847,2244.937993 +447307,3310.351858,881.2927182,1519.330218,924.1877491,2241.843991 +447308,3313.137096,879.574246,1519.209677,928.3627929,2239.335929 +447309,3316.075911,877.8261317,1519.090632,932.2596581,2237.253628 +447310,3319.069999,876.2238607,1518.971731,936.3353302,2235.504811 +447311,3322.352832,874.5311584,1518.852483,940.386436,2234.029282 +447312,3325.317713,872.9011531,1518.731925,944.4046392,2232.785179 +447313,3328.25497,871.3328322,1518.609896,948.568459,2231.741047 +447314,3331.165151,869.6584391,1518.485715,952.6181346,2230.868678 +447315,3334.043821,868.1115962,1518.359435,956.7211197,2230.143069 +447316,3336.884208,866.539336,1518.23055,960.8195842,2229.542596 +447317,3339.680656,864.9921223,1518.099225,964.9206105,2229.049046 +447318,3342.429915,863.4621361,1517.965047,969.0224983,2228.647728 +447319,3345.130428,861.9491706,1517.828245,973.1250609,2228.326064 +447320,3347.780494,860.4528355,1517.68846,977.2259678,2228.072852 +447321,3350.378856,858.9730164,1517.545959,981.3244495,2227.87873 +447322,3352.925508,857.509355,1517.40042,985.4189853,2227.736009 +447323,3355.420215,856.0617473,1517.252132,989.5083866,2227.638141 +447324,3357.862806,854.6298435,1517.10079,993.5911921,2227.57953 +447325,3360.253508,853.213544,1516.946692,997.6082108,2227.555934 +447326,3362.591797,851.8125035,1516.789539,1001.76096,2227.563134 +447327,3364.870618,850.9176039,1516.629624,1005.774228,2227.592046 +447328,3367.090128,848.8271021,1516.466657,1009.885708,2227.63994 +447329,3369.257028,847.8128833,1516.300919,1013.826165,2227.709886 +447330,3371.65509,846.3506716,1516.132097,1017.883689,2227.797771 +447331,3373.685073,844.5735271,1514.755953,1021.406664,2227.906111 +447332,3375.654311,842.5914575,1513.105411,1024.765039,2228.046556 +447333,3377.567195,840.6052891,1511.321606,1028.208831,2228.222599 +447334,3379.423946,838.5813048,1509.440333,1031.466689,2228.429881 +447335,3381.226402,836.5328708,1507.388523,1034.730356,2228.663713 +447336,3382.975722,834.463648,1505.484481,1037.940476,2228.919472 +447337,3384.673029,832.3759173,1503.318555,1041.107826,2229.193191 +447338,3386.318497,830.2710159,1501.164306,1044.4882,2229.481414 +447339,3387.906978,828.1501588,1498.936147,1049.168298,2229.777204 +447340,3389.44559,826.014099,1496.737444,1049.856443,2230.083656 +447341,3390.93325,823.8636656,1494.261437,1056.347071,2230.397915 +447342,3392.377472,821.6993819,1491.924573,1054.757537,2230.724214 +447343,3393.767759,819.5218997,1489.458495,1064.354477,2231.053067 +447344,3395.117638,817.2845821,1486.953,1057.920629,2231.39389 +447345,3396.680793,815.1505914,1484.397472,1074.255478,2231.727007 +447346,3397.893698,812.9035077,1481.792559,1058.031886,2232.072711 +447347,3399.030103,810.6843091,1479.139565,1088.037877,2232.4032 +447348,3400.157769,808.4473605,1476.351867,1052.245196,2232.763975 +447349,3401.290657,806.1992603,1473.733828,1082.044472,2233.163711 +447350,3402.321029,803.9404512,1470.881531,1078.554945,2233.51743 +447351,3403.278487,801.6714653,1468.059174,1080.409694,2233.849258 +447352,3404.202007,799.3922659,1465.181101,1083.622143,2234.190458 +447353,3405.079673,797.1030874,1462.260151,1086.145543,2234.531724 +447354,3405.910547,794.8040023,1459.29718,1088.547513,2234.872717 +447355,3406.968122,792.4952718,1456.293129,1091.128963,2235.210766 +447356,3407.654555,790.1310084,1453.248371,1093.36706,2235.544451 +447357,3408.289018,787.8700891,1450.163808,1095.756982,2235.876924 +447358,3408.882495,785.501168,1446.951572,1098.037846,2236.209645 +447359,3409.436691,783.1615217,1443.916869,1100.283071,2236.541691 +447360,3409.94884,780.8062635,1440.654319,1102.483416,2236.871984 +447361,3414.641078,711.8780186,1283.363828,1038.16532,2243.558022 +447362,3410.7397,708.8428357,1278.287317,1039.628488,2240.477008 +447363,3388.780953,705.8468415,1273.554505,1041.025106,1796.920311 +447364,3356.692588,702.9208064,1269.105993,1045.853475,2064.959064 +447365,3334.237227,700.0103041,1264.335615,1043.420718,1982.003146 +447366,3321.24686,697.1030874,1259.790852,1049.508979,1989.673691 +447367,3313.208184,694.2001603,1255.163716,1044.446077,1986.47742 +447368,3308.886406,691.299126,1250.459027,1054.658221,1985.457952 +447369,3306.660932,688.4243314,1246.07129,1043.993075,1984.88993 +447370,3305.663195,685.5250713,1241.291154,1062.354506,1984.228944 +447371,3305.340269,682.6186316,1236.610373,1039.525096,1983.566478 +447372,3305.352064,679.665416,1231.899089,1054.231698,1982.867614 +447373,3305.428636,676.6948996,1227.087705,1056.817918,1982.268027 +447374,3305.48173,673.8167807,1222.428985,1054.941474,1981.542387 +447375,3305.503837,670.9160985,1217.660164,1056.96101,1980.931903 +447376,3305.469159,667.9871471,1212.746271,1058.000791,1980.209629 +447377,3305.363179,665.0073713,1207.878479,1059.029022,1979.708758 +447378,3305.176791,662.0034892,1203.098896,1059.845972,1978.78791 +447379,3304.911392,659.0954178,1198.149226,1060.749829,1978.162187 +447380,3304.579502,656.1623021,1193.231864,1061.544833,1977.49226 +447381,3304.183094,653.2009576,1188.274087,1062.294467,1976.711735 +447382,3303.433208,650.0773695,1183.295841,1062.988951,1976.037239 +447383,3302.930563,647.2260744,1178.286292,1063.627225,1975.385407 +447384,3302.365211,644.2339455,1173.179312,1064.208271,1974.471908 +447385,3301.727267,641.2511356,1168.219316,1064.731245,1973.727645 +447386,3301.024722,638.1012374,1163.149493,1065.194969,1973.015324 +447387,3300.254428,635.2206214,1157.875248,1065.598415,1972.166183 +447388,3299.393411,632.2013094,1152.879547,1065.940206,1971.394545 +447389,3298.43211,629.1898304,1147.653083,1066.219157,1970.694367 +447390,3297.253715,626.0114072,1160.535944,1085.74229,1969.632521 +447391,3296.138013,623.3803855,1110.425564,1037.508846,1968.896188 +447392,3294.827039,620.6748017,1164.699366,1079.611512,1968.011181 +447393,3293.052118,618.0107636,1099.402428,1076.784556,1967.096909 +447394,3290.850654,615.2901383,1144.859431,1044.634409,1959.874673 +447395,3288.622134,612.6914563,1106.550506,1072.884888,1974.760357 +447396,3286.090102,610.0325915,1121.143411,1074.336245,1953.430217 +447397,3283.233675,607.4159375,1110.491539,1044.616515,1967.5752 +447398,3280.3676,604.7701292,1107.324283,1087.727976,1961.035242 +447399,3277.423306,602.2192802,1102.966514,1034.135114,1961.116149 +447400,3274.289376,599.6037114,1098.805912,1088.720666,1959.921898 +447401,3271.046796,597.0265528,1094.399012,1032.087132,1959.008288 +447402,3267.688415,594.4180977,1090.191175,1082.726402,1957.8837 +447403,3264.217387,592.2407482,1085.944581,1034.888604,1956.827412 +447404,3260.636278,589.1762869,1081.784467,1072.63652,1955.828841 +447405,3257.142922,586.827714,1077.383921,1040.366593,1942.032382 +447406,3254.028821,584.2834402,1073.25422,1059.867685,1972.563589 +447407,3251.215793,581.7230128,1068.98005,1047.541834,1936.963843 +447408,3248.458064,579.164651,1064.914373,1050.685349,1951.136084 +447409,3245.66749,576.6856017,1060.497113,1047.653166,1948.70859 +447410,3242.845942,574.1439939,1056.401049,1046.165977,1957.829599 +447411,3240.02905,571.6027478,1052.268076,1044.30328,1945.679692 +447412,3237.287134,569.1387065,1047.940999,1042.579193,1932.156501 +447413,3234.508976,566.582255,1043.87755,1040.495648,1952.1898 +447414,3231.605925,564.129976,1039.700866,1038.526959,1940.990452 +447415,3228.635198,561.6139729,1035.453677,1036.425539,1941.463059 +447416,3225.607155,559.0965486,1031.262798,1034.262422,1940.204127 +447417,3222.505654,556.6532101,1027.218114,1032.029883,1938.708626 +447418,3219.301056,554.1195863,1022.938544,1029.788319,1945.090863 +447419,3216.06104,551.6868971,1018.822877,1027.331493,1924.231288 +447420,3212.778225,548.9052334,1014.658416,1024.935749,1940.1065 +447421,1889.573909,547.2034293,874.135959,1022.426284,1949.458357 +447422,2001.883728,674.69246,911.3320095,1150.797408,2166.6819 +447423,2144.128693,676.5771388,955.1092331,1150.462521,2258.05789 +447424,2249.558314,672.7550289,984.4957665,1145.8899,2314.123012 +447425,2311.270077,670.68157,999.9866264,1141.691083,2338.66145 +447426,2346.767408,668.4218594,1008.969585,1152.842555,2350.550949 +447427,2368.915321,665.943752,1014.729368,1109.116847,2356.690427 +447428,2384.120778,663.6717653,1018.840736,1156.035008,2360.5018 +447429,2395.097276,661.1771689,1022.010294,1094.775129,2363.296178 +447430,2402.938875,658.8324585,1024.547066,1132.539679,2365.553701 +447431,2408.226335,656.3980473,1026.60506,1103.554696,2367.469483 +447432,2411.37691,654.0621249,1028.271683,1107.785956,2369.116591 +447433,2412.7153,651.5731677,1029.603297,1099.020799,2370.533525 +447434,2412.529106,649.2708132,1030.654592,1093.24118,2371.749619 +447435,2411.07179,646.779978,1031.470101,1087.004534,2372.790077 +447436,2408.556859,644.4830713,1032.081873,1080.43806,2373.676954 +447437,2405.157757,641.9983105,1032.523469,1073.907928,2374.429038 +447438,2401.013398,639.7069705,1032.817386,1067.048469,2375.062428 +447439,2396.234932,637.18627,1032.987951,1060.168055,2375.590824 +447440,2390.911967,634.96025,1033.049666,1052.857955,2376.026076 +447441,2385.117301,632.436923,1033.020418,1045.701297,2376.378305 +447442,2378.900149,630.1531582,1032.908936,1038.194411,2376.655447 +447443,2372.30976,627.6752038,1032.728912,1030.629419,2376.865059 +447444,2365.391861,625.3887718,1032.486248,1022.854269,2377.014008 +447445,2358.186673,622.9130417,1032.191807,1015.237596,2377.108079 +447446,2350.730414,620.5887482,1031.848859,1007.213426,2377.152207 +447447,2343.057739,618.1737619,1031.466081,999.3250065,2377.150471 +447448,2335.203082,608.8276594,1031.044197,928.3209539,2377.104617 +447449,2321.017975,605.5708881,1030.320788,914.6222365,2377.010508 +447450,2303.310778,602.9657598,1029.404497,904.9620323,2376.87446 +447451,2285.478532,600.5357538,1028.443712,896.3468668,2376.70204 +447452,2269.175581,598.0804916,1027.526866,888.6354158,2376.533313 +447453,2254.63629,595.7023787,1026.656824,881.0847341,2376.33415 +447454,2241.563124,593.3476283,1025.810652,873.8716052,2376.076242 +447455,2229.634406,591.0153513,1024.991791,867.0091729,2375.777096 +447456,2218.601135,588.7168165,1024.196188,860.315272,2375.443224 +447457,2208.026182,586.4197401,1023.421705,869.1883162,2375.078244 +447458,2198.340129,584.0950788,1022.662907,824.3180827,2374.681464 +447459,2189.177601,581.8758578,1021.91809,867.4498129,2374.25321 +447460,2180.458176,579.5828376,1021.183625,810.4896484,2373.793542 +447461,2172.116588,577.3347932,1020.45869,845.6946234,2373.302584 +447462,2164.100502,575.0903435,1019.740665,812.7426688,2372.781347 +447463,2156.366566,572.8563819,1019.029308,821.7903515,2372.230393 +447464,2148.879292,570.632119,1018.322358,811.0908275,2371.650846 +447465,2141.645487,568.3814945,1017.637319,806.5277961,2371.083559 +447466,2134.604994,566.2318284,1016.955777,801.1775096,2370.491714 +447467,2127.708228,564.0107212,1016.264775,795.658142,2369.845346 +447468,2120.955014,561.832655,1015.570523,790.5048525,2369.164167 +447469,2114.337657,559.6588017,1014.876839,785.1965816,2368.456727 +447470,2107.846422,557.494732,1014.183335,780.1413284,2367.727181 +447471,2101.471537,555.3410824,1013.491297,774.9750043,2366.977835 +447472,2095.204073,553.161417,1012.799411,770.0440543,2366.210322 +447473,1953.314826,551.0811793,1012.111109,765.1137434,2365.431574 +447474,1977.989984,548.9309638,1011.424533,760.0987187,2364.641663 +447475,1962.534196,546.8241196,1010.74415,755.3870474,2363.849625 +447476,1935.014318,544.721191,1010.053547,750.5402553,2363.021674 +447477,1924.185911,542.628957,1009.364387,745.7208674,2362.183318 +447478,1906.346211,540.5467127,1008.670301,741.0464033,2361.323858 +447479,1885.485758,538.4402739,1007.978577,736.5000141,2360.458547 +447480,1877.578289,536.4309301,1007.296577,731.7978706,2359.608179 +447481,0,0,0,0,0 +447482,0,0,0,0,0 +447483,0,0,0,0,0 +447484,0,0,0,0,0 +447485,0,0,0,0,0 +447486,0,0,0,0,0 +447487,0,0,0,0,0 +447488,0,0,0,0,0 +447489,0,0,0,0,0 +447490,0,0,0,0,0 +447491,0,0,0,0,0 +447492,0,0,0,0,0 +447493,0,0,0,0,0 +447494,0,0,0,0,0 +447495,0,0,0,0,0 +447496,0,0,0,0,0 +447497,0,0,0,0,0 +447498,0,0,0,0,0 +447499,0,0,0,0,0 +447500,0,0,0,0,0 +447501,0,0,0,0,0 +447502,0,0,0,0,0 +447503,0,0,0,0,0 +447504,0,0,0,0,0 +447505,0,0,0,0,0 +447506,0,0,0,0,0 +447507,0,0,0,0,0 +447508,0,0,0,0,0 +447509,0,0,0,0,0 +447510,0,0,0,0,0 +447511,0,0,0,0,0 +447512,0,0,0,0,0 +447513,0,0,0,0,0 +447514,0,0,0,0,0 +447515,0,0,0,0,0 +447516,0,0,0,0,0 +447517,0,0,0,0,0 +447518,0,0,0,0,0 +447519,0,0,0,0,0 +447520,0,0,0,0,0 +447521,0,0,0,0,0 +447522,0,0,0,0,0 +447523,0,0,0,0,0 +447524,0,0,0,0,0 +447525,0,0,0,0,0 +447526,0,0,0,0,0 +447527,0,0,0,0,0 +447528,0,0,0,0,0 +447529,0,0,0,0,0 +447530,0,0,0,0,0 +447531,0,0,0,0,0 +447532,0,0,0,0,0 +447533,0,0,0,0,0 +447534,0,0,0,0,0 +447535,0,0,0,0,0 +447536,0,0,0,0,0 +447537,0,0,0,0,0 +447538,0,0,0,0,0 +447539,0,0,0,0,0 +447540,0,0,0,0,0 +447541,0,0,0,0,0 +447542,0,0,0,0,0 +447543,0,0,0,0,0 +447544,0,0,0,0,0 +447545,0,0,0,0,0 +447546,0,0,0,0,0 +447547,0,0,0,0,0 +447548,0,0,0,0,0 +447549,0,0,0,0,0 +447550,0,0,0,0,0 +447551,0,0,0,0,0 +447552,0,0,0,0,0 +447553,0,0,0,0,0 +447554,0,0,0,0,0 +447555,0,0,0,0,0 +447556,0,0,0,0,0 +447557,0,0,0,0,0 +447558,0,0,0,0,0 +447559,0,0,0,0,0 +447560,0,0,0,0,0 +447561,0,0,0,0,0 +447562,0,0,0,0,0 +447563,0,0,0,0,0 +447564,0,0,0,0,0 +447565,0,0,0,0,0 +447566,0,0,0,0,0 +447567,0,0,0,0,0 +447568,0,0,0,0,0 +447569,0,0,0,0,0 +447570,0,0,0,0,0 +447571,0,0,0,0,0 +447572,0,0,0,0,0 +447573,0,0,0,0,0 +447574,0,0,0,0,0 +447575,0,0,0,0,0 +447576,0,0,0,0,0 +447577,0,0,0,0,0 +447578,0,0,0,0,0 +447579,0,0,0,0,0 +447580,0,0,0,0,0 +447581,0,0,0,0,0 +447582,0,0,0,0,0 +447583,0,0,0,0,0 +447584,0,0,0,0,0 +447585,0,0,0,0,0 +447586,0,0,0,0,0 +447587,0,0,0,0,0 +447588,0,0,0,0,0 +447589,0,0,0,0,0 +447590,0,0,0,0,0 +447591,0,0,0,0,0 +447592,0,0,0,0,0 +447593,0,0,0,0,0 +447594,0,0,0,0,0 +447595,0,0,0,0,0 +447596,0,0,0,0,0 +447597,0,0,0,0,0 +447598,0,0,0,0,0 +447599,0,0,0,0,0 +447600,0,0,0,0,0 +447601,0,0,0,0,0 +447602,0,0,0,0,0 +447603,0,0,0,0,0 +447604,0,0,0,0,0 +447605,0,0,0,0,0 +447606,0,0,0,0,0 +447607,0,0,0,0,0 +447608,0,0,0,0,0 +447609,0,0,0,0,0 +447610,0,0,0,0,0 +447611,0,0,0,0,0 +447612,0,0,0,0,0 +447613,0,0,0,0,0 +447614,0,0,0,0,0 +447615,0,0,0,0,0 +447616,0,0,0,0,0 +447617,0,0,0,0,0 +447618,0,0,0,0,0 +447619,0,0,0,0,0 +447620,0,0,0,0,0 +447621,0,0,0,0,0 +447622,0,0,0,0,0 +447623,0,0,0,0,0 +447624,0,0,0,0,0 +447625,0,0,0,0,0 +447626,0,0,0,0,0 +447627,0,0,0,0,0 +447628,0,0,0,0,0 +447629,0,0,0,0,0 +447630,0,0,0,0,0 +447631,0,0,0,0,0 +447632,0,0,0,0,0 +447633,0,0,0,0,0 +447634,0,0,0,0,0 +447635,0,0,0,0,0 +447636,0,0,0,0,0 +447637,0,0,0,0,0 +447638,0,0,0,0,0 +447639,0,0,0,0,0 +447640,0,0,0,0,0 +447641,0,0,0,0,0 +447642,0,0,0,0,0 +447643,0,0,0,0,0 +447644,0,0,0,0,0 +447645,0,0,0,0,0 +447646,0,0,0,0,0 +447647,0,0,0,0,0 +447648,0,0,0,0,0 +447649,0,0,0,0,0 +447650,0,0,0,0,0 +447651,0,0,0,0,0 +447652,0,0,0,0,0 +447653,0,0,0,0,0 +447654,0,0,0,0,0 +447655,0,0,0,0,0 +447656,0,0,0,0,0 +447657,0,0,0,0,0 +447658,0,0,0,0,0 +447659,0,0,0,0,0 +447660,0,0,0,0,0 +447661,0,0,0,0,0 +447662,0,0,0,0,0 +447663,0,0,0,0,0 +447664,0,0,0,0,0 +447665,0,0,0,0,0 +447666,0,0,0,0,0 +447667,0,0,0,0,0 +447668,0,0,0,0,0 +447669,0,0,0,0,0 +447670,0,0,0,0,0 +447671,0,0,0,0,0 +447672,0,0,0,0,0 +447673,0,0,0,0,0 +447674,0,0,0,0,0 +447675,0,0,0,0,0 +447676,0,0,0,0,0 +447677,0,0,0,0,0 +447678,0,0,0,0,0 +447679,0,0,0,0,0 +447680,0,0,0,0,0 +447681,0,0,0,0,0 +447682,0,0,0,0,0 +447683,0,0,0,0,0 +447684,0,0,0,0,0 +447685,0,0,0,0,0 +447686,0,0,0,0,0 +447687,0,0,0,0,0 +447688,0,0,0,0,0 +447689,0,0,0,0,0 +447690,0,0,0,0,0 +447691,0,0,0,0,0 +447692,0,0,0,0,0 +447693,0,0,0,0,0 +447694,0,0,0,0,0 +447695,0,0,0,0,0 +447696,0,0,0,0,0 +447697,0,0,0,0,0 +447698,0,0,0,0,0 +447699,0,0,0,0,0 +447700,0,0,0,0,0 +447701,0,0,0,0,0 +447702,0,0,0,0,0 +447703,0,0,0,0,0 +447704,0,0,0,0,0 +447705,0,0,0,0,0 +447706,0,0,0,0,0 +447707,0,0,0,0,0 +447708,0,0,0,0,0 +447709,0,0,0,0,0 +447710,0,0,0,0,0 +447711,0,0,0,0,0 +447712,0,0,0,0,0 +447713,0,0,0,0,0 +447714,0,0,0,0,0 +447715,0,0,0,0,0 +447716,0,0,0,0,0 +447717,0,0,0,0,0 +447718,0,0,0,0,0 +447719,0,0,0,0,0 +447720,0,0,0,0,0 +447721,0,0,0,0,0 +447722,0,0,0,0,0 +447723,0,0,0,0,0 +447724,0,0,0,0,0 +447725,0,0,0,0,0 +447726,0,0,0,0,0 +447727,0,0,0,0,0 +447728,0,0,0,0,0 +447729,0,0,0,0,0 +447730,0,0,0,0,0 +447731,0,0,0,0,0 +447732,0,0,0,0,0 +447733,0,0,0,0,0 +447734,0,0,0,0,0 +447735,0,0,0,0,0 +447736,0,0,0,0,0 +447737,0,0,0,0,0 +447738,0,0,0,0,0 +447739,0,0,0,0,0 +447740,0,0,0,0,0 +447741,0,0,0,0,0 +447742,0,0,0,0,0 +447743,0,0,0,0,0 +447744,0,0,0,0,0 +447745,0,0,0,0,0 +447746,0,0,0,0,0 +447747,0,0,0,0,0 +447748,0,0,0,0,0 +447749,0,0,0,0,0 +447750,0,0,0,0,0 +447751,0,0,0,0,0 +447752,0,0,0,0,0 +447753,0,0,0,0,0 +447754,0,0,0,0,0 +447755,0,0,0,0,0 +447756,0,0,0,0,0 +447757,0,0,0,0,0 +447758,0,0,0,0,0 +447759,0,0,0,0,0 +447760,0,0,0,0,0 +447761,0,0,0,0,0 +447762,0,0,0,0,0 +447763,0,0,0,0,0 +447764,0,0,0,0,0 +447765,0,0,0,0,0 +447766,0,0,0,0,0 +447767,0,0,0,0,0 +447768,0,0,0,0,0 +447769,0,0,0,0,0 +447770,0,0,0,0,0 +447771,0,0,0,0,0 +447772,0,0,0,0,0 +447773,0,0,0,0,0 +447774,0,0,0,0,0 +447775,0,0,0,0,0 +447776,0,0,0,0,0 +447777,0,0,0,0,0 +447778,0,0,0,0,0 +447779,0,0,0,0,0 +447780,0,0,0,0,0 +447781,0,0,0,0,0 +447782,0,0,0,0,0 +447783,0,0,0,0,0 +447784,0,0,0,0,0 +447785,0,0,0,0,0 +447786,0,0,0,0,0 +447787,0,0,0,0,0 +447788,0,0,0,0,0 +447789,0,0,0,0,0 +447790,0,0,0,0,0 +447791,0,0,0,0,0 +447792,0,0,0,0,0 +447793,0,0,0,0,0 +447794,0,0,0,0,0 +447795,0,0,0,0,0 +447796,0,0,0,0,0 +447797,0,0,0,0,0 +447798,0,0,0,0,0 +447799,0,0,0,0,0 +447800,0,0,0,0,0 +447801,0,0,0,0,0 +447802,0,0,0,0,0 +447803,0,0,0,0,0 +447804,0,0,0,0,0 +447805,0,0,0,0,0 +447806,0,0,0,0,0 +447807,0,0,0,0,0 +447808,0,0,0,0,0 +447809,0,0,0,0,0 +447810,0,0,0,0,0 +447811,0,0,0,0,0 +447812,0,0,0,0,0 +447813,0,0,0,0,0 +447814,0,0,0,0,0 +447815,0,0,0,0,0 +447816,0,0,0,0,0 +447817,0,0,0,0,0 +447818,0,0,0,0,0 +447819,0,0,0,0,0 +447820,0,0,0,0,0 +447821,0,0,0,0,0 +447822,0,0,0,0,0 +447823,0,0,0,0,0 +447824,0,0,0,0,0 +447825,0,0,0,0,0 +447826,0,0,0,0,0 +447827,0,0,0,0,0 +447828,0,0,0,0,0 +447829,0,0,0,0,0 +447830,0,0,0,0,0 +447831,0,0,0,0,0 +447832,0,0,0,0,0 +447833,0,0,0,0,0 +447834,0,0,0,0,0 +447835,0,0,0,0,0 +447836,0,0,0,0,0 +447837,0,0,0,0,0 +447838,0,0,0,0,0 +447839,0,0,0,0,0 +447840,0,0,0,0,0 +447841,0,0,0,0,0 +447842,0,0,0,0,0 +447843,0,0,0,0,0 +447844,0,0,0,0,0 +447845,0,0,0,0,0 +447846,0,0,0,0,0 +447847,0,0,0,0,0 +447848,0,0,0,0,0 +447849,0,0,0,0,0 +447850,0,0,0,0,0 +447851,0,0,0,0,0 +447852,0,0,0,0,0 +447853,0,0,0,0,0 +447854,0,0,0,0,0 +447855,0,0,0,0,0 +447856,0,0,0,0,0 +447857,0,0,0,0,0 +447858,0,0,0,0,0 +447859,0,0,0,0,0 +447860,0,0,0,0,0 +447861,0,0,0,0,0 +447862,0,0,0,0,0 +447863,0,0,0,0,0 +447864,0,0,0,0,0 +447865,0,0,0,0,0 +447866,0,0,0,0,0 +447867,0,0,0,0,0 +447868,0,0,0,0,0 +447869,0,0,0,0,0 +447870,0,0,0,0,0 +447871,0,0,0,0,0 +447872,0,0,0,0,0 +447873,0,0,0,0,0 +447874,0,0,0,0,0 +447875,0,0,0,0,0 +447876,0,0,0,0,0 +447877,0,0,0,0,0 +447878,0,0,0,0,0 +447879,0,0,0,0,0 +447880,0,0,0,0,0 +447881,0,0,0,0,0 +447882,0,0,0,0,0 +447883,0,0,0,0,0 +447884,0,0,0,0,0 +447885,0,0,0,0,0 +447886,0,0,0,0,0 +447887,0,0,0,0,0 +447888,0,0,0,0,0 +447889,0,0,0,0,0 +447890,0,0,0,0,0 +447891,0,0,0,0,0 +447892,0,0,0,0,0 +447893,0,0,0,0,0 +447894,0,0,0,0,0 +447895,0,0,0,0,0 +447896,0,0,0,0,0 +447897,0,0,0,0,0 +447898,0,0,0,0,0 +447899,0,0,0,0,0 +447900,0,0,0,0,0 +447901,0,0,0,0,0 +447902,0,0,0,0,0 +447903,0,0,0,0,0 +447904,0,0,0,0,0 +447905,0,0,0,0,0 +447906,0,0,0,0,0 +447907,0,0,0,0,0 +447908,0,0,0,0,0 +447909,0,0,0,0,0 +447910,0,0,0,0,0 +447911,0,0,0,0,0 +447912,0,0,0,0,0 +447913,0,0,0,0,0 +447914,0,0,0,0,0 +447915,0,0,0,0,0 +447916,0,0,0,0,0 +447917,0,0,0,0,0 +447918,0,0,0,0,0 +447919,0,0,0,0,0 +447920,0,0,0,0,0 +447921,0,0,0,0,0 +447922,0,0,0,0,0 +447923,0,0,0,0,0 +447924,0,0,0,0,0 +447925,0,0,0,0,0 +447926,0,0,0,0,0 +447927,0,0,0,0,0 +447928,0,0,0,0,0 +447929,0,0,0,0,0 +447930,0,0,0,0,0 +447931,0,0,0,0,0 +447932,0,0,0,0,0 +447933,0,0,0,0,0 +447934,0,0,0,0,0 +447935,0,0,0,0,0 +447936,0,0,0,0,0 +447937,0,0,0,0,0 +447938,0,0,0,0,0 +447939,0,0,0,0,0 +447940,0,0,0,0,0 +447941,0,0,0,0,0 +447942,0,0,0,0,0 +447943,0,0,0,0,0 +447944,0,0,0,0,0 +447945,0,0,0,0,0 +447946,0,0,0,0,0 +447947,0,0,0,0,0 +447948,0,0,0,0,0 +447949,0,0,0,0,0 +447950,0,0,0,0,0 +447951,0,0,0,0,0 +447952,0,0,0,0,0 +447953,0,0,0,0,0 +447954,0,0,0,0,0 +447955,0,0,0,0,0 +447956,0,0,0,0,0 +447957,0,0,0,0,0 +447958,0,0,0,0,0 +447959,0,0,0,0,0 +447960,0,0,0,0,0 +447961,0,0,0,0,0 +447962,0,0,0,0,0 +447963,0,0,0,0,0 +447964,0,0,0,0,0 +447965,0,0,0,0,0 +447966,0,0,0,0,0 +447967,0,0,0,0,0 +447968,0,0,0,0,0 +447969,0,0,0,0,0 +447970,0,0,0,0,0 +447971,0,0,0,0,0 +447972,0,0,0,0,0 +447973,0,0,0,0,0 +447974,0,0,0,0,0 +447975,0,0,0,0,0 +447976,0,0,0,0,0 +447977,0,0,0,0,0 +447978,0,0,0,0,0 +447979,0,0,0,0,0 +447980,0,0,0,0,0 +447981,0,0,0,0,0 +447982,0,0,0,0,0 +447983,0,0,0,0,0 +447984,0,0,0,0,0 +447985,0,0,0,0,0 +447986,0,0,0,0,0 +447987,0,0,0,0,0 +447988,0,0,0,0,0 +447989,0,0,0,0,0 +447990,0,0,0,0,0 +447991,0,0,0,0,0 +447992,0,0,0,0,0 +447993,0,0,0,0,0 +447994,0,0,0,0,0 +447995,0,0,0,0,0 +447996,0,0,0,0,0 +447997,0,0,0,0,0 +447998,0,0,0,0,0 +447999,0,0,0,0,0 +448000,0,0,0,0,0 +448001,0,0,0,0,0 +448002,0,0,0,0,0 +448003,0,0,0,0,0 +448004,0,0,0,0,0 +448005,0,0,0,0,0 +448006,0,0,0,0,0 +448007,0,0,0,0,0 +448008,0,0,0,0,0 +448009,0,0,0,0,0 +448010,0,0,0,0,0 +448011,0,0,0,0,0 +448012,0,0,0,0,0 +448013,0,0,0,0,0 +448014,0,0,0,0,0 +448015,0,0,0,0,0 +448016,0,0,0,0,0 +448017,0,0,0,0,0 +448018,0,0,0,0,0 +448019,0,0,0,0,0 +448020,0,0,0,0,0 +448021,0,0,0,0,0 +448022,0,0,0,0,0 +448023,0,0,0,0,0 +448024,0,0,0,0,0 +448025,0,0,0,0,0 +448026,0,0,0,0,0 +448027,0,0,0,0,0 +448028,0,0,0,0,0 +448029,0,0,0,0,0 +448030,0,0,0,0,0 +448031,0,0,0,0,0 +448032,0,0,0,0,0 +448033,0,0,0,0,0 +448034,0,0,0,0,0 +448035,0,0,0,0,0 +448036,0,0,0,0,0 +448037,0,0,0,0,0 +448038,0,0,0,0,0 +448039,0,0,0,0,0 +448040,0,0,0,0,0 +448041,0,0,0,0,0 +448042,0,0,0,0,0 +448043,0,0,0,0,0 +448044,0,0,0,0,0 +448045,0,0,0,0,0 +448046,0,0,0,0,0 +448047,0,0,0,0,0 +448048,0,0,0,0,0 +448049,0,0,0,0,0 +448050,0,0,0,0,0 +448051,0,0,0,0,0 +448052,0,0,0,0,0 +448053,0,0,0,0,0 +448054,0,0,0,0,0 +448055,0,0,0,0,0 +448056,0,0,0,0,0 +448057,0,0,0,0,0 +448058,0,0,0,0,0 +448059,0,0,0,0,0 +448060,0,0,0,0,0 +448061,0,0,0,0,0 +448062,0,0,0,0,0 +448063,0,0,0,0,0 +448064,0,0,0,0,0 +448065,0,0,0,0,0 +448066,0,0,0,0,0 +448067,0,0,0,0,0 +448068,0,0,0,0,0 +448069,0,0,0,0,0 +448070,0,0,0,0,0 +448071,0,0,0,0,0 +448072,0,0,0,0,0 +448073,0,0,0,0,0 +448074,0,0,0,0,0 +448075,0,0,0,0,0 +448076,0,0,0,0,0 +448077,0,0,0,0,0 +448078,0,0,0,0,0 +448079,0,0,0,0,0 +448080,0,0,0,0,0 +448081,0,0,0,0,0 +448082,0,0,0,0,0 +448083,0,0,0,0,0 +448084,0,0,0,0,0 +448085,0,0,0,0,0 +448086,0,0,0,0,0 +448087,0,0,0,0,0 +448088,0,0,0,0,0 +448089,0,0,0,0,0 +448090,0,0,0,0,0 +448091,0,0,0,0,0 +448092,0,0,0,0,0 +448093,0,0,0,0,0 +448094,0,0,0,0,0 +448095,0,0,0,0,0 +448096,0,0,0,0,0 +448097,0,0,0,0,0 +448098,0,0,0,0,0 +448099,0,0,0,0,0 +448100,0,0,0,0,0 +448101,0,0,0,0,0 +448102,0,0,0,0,0 +448103,0,0,0,0,0 +448104,0,0,0,0,0 +448105,0,0,0,0,0 +448106,0,0,0,0,0 +448107,0,0,0,0,0 +448108,0,0,0,0,0 +448109,0,0,0,0,0 +448110,0,0,0,0,0 +448111,0,0,0,0,0 +448112,0,0,0,0,0 +448113,0,0,0,0,0 +448114,0,0,0,0,0 +448115,0,0,0,0,0 +448116,0,0,0,0,0 +448117,0,0,0,0,0 +448118,0,0,0,0,0 +448119,0,0,0,0,0 +448120,0,0,0,0,0 +448121,0,0,0,0,0 +448122,0,0,0,0,0 +448123,0,0,0,0,0 +448124,0,0,0,0,0 +448125,0,0,0,0,0 +448126,0,0,0,0,0 +448127,0,0,0,0,0 +448128,0,0,0,0,0 +448129,0,0,0,0,0 +448130,0,0,0,0,0 +448131,0,0,0,0,0 +448132,0,0,0,0,0 +448133,0,0,0,0,0 +448134,0,0,0,0,0 +448135,0,0,0,0,0 +448136,0,0,0,0,0 +448137,0,0,0,0,0 +448138,0,0,0,0,0 +448139,0,0,0,0,0 +448140,0,0,0,0,0 +448141,0,0,0,0,0 +448142,0,0,0,0,0 +448143,0,0,0,0,0 +448144,0,0,0,0,0 +448145,0,0,0,0,0 +448146,0,0,0,0,0 +448147,0,0,0,0,0 +448148,0,0,0,0,0 +448149,0,0,0,0,0 +448150,0,0,0,0,0 +448151,0,0,0,0,0 +448152,0,0,0,0,0 +448153,0,0,0,0,0 +448154,0,0,0,0,0 +448155,0,0,0,0,0 +448156,0,0,0,0,0 +448157,0,0,0,0,0 +448158,0,0,0,0,0 +448159,0,0,0,0,0 +448160,0,0,0,0,0 +448161,0,0,0,0,0 +448162,0,0,0,0,0 +448163,0,0,0,0,0 +448164,0,0,0,0,0 +448165,0,0,0,0,0 +448166,0,0,0,0,0 +448167,0,0,0,0,0 +448168,0,0,0,0,0 +448169,0,0,0,0,0 +448170,0,0,0,0,0 +448171,0,0,0,0,0 +448172,0,0,0,0,0 +448173,0,0,0,0,0 +448174,0,0,0,0,0 +448175,0,0,0,0,0 +448176,0,0,0,0,0 +448177,0,0,0,0,0 +448178,0,0,0,0,0 +448179,0,0,0,0,0 +448180,0,0,0,0,0 +448181,0,0,0,0,0 +448182,0,0,0,0,0 +448183,0,0,0,0,0 +448184,0,0,0,0,0 +448185,0,0,0,0,0 +448186,0,0,0,0,0 +448187,0,0,0,0,0 +448188,0,0,0,0,0 +448189,0,0,0,0,0 +448190,0,0,0,0,0 +448191,0,0,0,0,0 +448192,0,0,0,0,0 +448193,0,0,0,0,0 +448194,0,0,0,0,0 +448195,0,0,0,0,0 +448196,0,0,0,0,0 +448197,0,0,0,0,0 +448198,0,0,0,0,0 +448199,0,0,0,0,0 +448200,0,0,0,0,0 +448201,0,0,0,0,0 +448202,0,0,0,0,0 +448203,0,0,0,0,0 +448204,0,0,0,0,0 +448205,0,0,0,0,0 +448206,0,0,0,0,0 +448207,0,0,0,0,0 +448208,0,0,0,0,0 +448209,0,0,0,0,0 +448210,0,0,0,0,0 +448211,0,0,0,0,0 +448212,0,0,0,0,0 +448213,0,0,0,0,0 +448214,0,0,0,0,0 +448215,0,0,0,0,0 +448216,0,0,0,0,0 +448217,0,0,0,0,0 +448218,0,0,0,0,0 +448219,0,0,0,0,0 +448220,0,0,0,0,0 +448221,0,0,0,0,0 +448222,0,0,0,0,0 +448223,0,0,0,0,0 +448224,0,0,0,0,0 +448225,0,0,0,0,0 +448226,0,0,0,0,0 +448227,0,0,0,0,0 +448228,0,0,0,0,0 +448229,0,0,0,0,0 +448230,0,0,0,0,0 +448231,0,0,0,0,0 +448232,0,0,0,0,0 +448233,0,0,0,0,0 +448234,0,0,0,0,0 +448235,0,0,0,0,0 +448236,0,0,0,0,0 +448237,0,0,0,0,0 +448238,0,0,0,0,0 +448239,0,0,0,0,0 +448240,0,0,0,0,0 +448241,0,0,0,0,0 +448242,0,0,0,0,0 +448243,0,0,0,0,0 +448244,0,0,0,0,0 +448245,0,0,0,0,0 +448246,0,0,0,0,0 +448247,0,0,0,0,0 +448248,0,0,0,0,0 +448249,0,0,0,0,0 +448250,0,0,0,0,0 +448251,0,0,0,0,0 +448252,0,0,0,0,0 +448253,0,0,0,0,0 +448254,0,0,0,0,0 +448255,0,0,0,0,0 +448256,0,0,0,0,0 +448257,0,0,0,0,0 +448258,0,0,0,0,0 +448259,0,0,0,0,0 +448260,0,0,0,0,0 +448261,-1337.009693,-569.0949372,-1303.516958,-587.8475059,90.37418418 +448262,-1476.371688,-603.5720464,-1439.970441,-627.0092301,-117.1401934 +448263,-1606.934402,-637.9969664,-1565.369981,-666.1223603,-345.2834179 +448264,-1695.169641,-674.0287989,-1651.713012,-706.9391103,-575.3921474 +448265,-1760.23121,-700.4940026,-1716.400037,-738.2365418,-753.6244849 +448266,-1795.042421,-713.1689522,-1750.676926,-755.6904906,-863.4902851 +448267,-1803.397453,-714.2199062,-1758.400076,-761.00722,-917.500596 +448268,-1796.038544,-708.3474045,-1750.351646,-759.0819868,-937.8325457 +448269,-1767.196158,-469.7239066,-1720.784103,-747.3043419,-914.9735927 +448270,-1738.829411,-240.4831546,-1691.669908,-735.6621058,-888.5308066 +448271,-1718.108506,-373.9466363,-1670.19062,-727.4097843,-871.8852035 +448272,-1703.317682,-289.7039934,-1654.640727,-721.7581455,-862.6549791 +448273,-1692.61664,-269.9512536,-1643.188179,-717.8650193,-858.219471 +448274,-1684.169502,-249.462448,-1634.003083,-714.8964425,-855.8094095 +448275,-1677.355402,-228.163899,-1626.46869,-712.5756095,-854.7113509 +448276,-1763.102081,-208.200821,-1712.158573,-753.173203,-1057.785848 +448277,-1542.373643,-186.457204,-1297.140373,-653.594736,-672.4454687 +448278,-1545.407239,-167.4361167,-1359.91878,-654.9244221,-660.6183407 +448279,-1548.703376,-146.4691153,-1366.396149,-656.6555708,-661.3135026 +448280,-1491.176023,-125.9905058,-1327.221184,-650.2318471,-634.9463052 +448281,-1397.183693,-105.9066751,-1307.494887,-643.6604854,-610.8016464 +448282,-1436.826703,-85.64934985,-1295.854504,-638.5290457,-593.724901 +448283,-1398.618037,-77.21795399,-1276.356068,-717.7630825,-993.7519774 +448284,-1310.955778,-51.1290838,-1267.341634,-546.9100541,-336.3154544 +448285,-1480.677869,-29.98260337,-1254.43691,-680.6651237,-903.3123909 +448286,-1260.421744,-7.128966605,-1223.518984,-523.5032851,-274.5260435 +448287,-1385.368225,13.87729564,-1246.612398,-579.1666032,-436.744879 +448288,-1353.083436,35.90981402,-1206.439361,-694.8559717,-950.2800639 +448289,-1301.24922,58.29541731,-1203.146191,-626.5496131,-776.680206 +448290,-1152.38853,79.55206101,-1116.578582,-473.6934389,-140.9497131 +448291,-1526.684198,79.77593424,-1290.563496,-647.9685549,-835.7447929 +448292,-1173.356903,100.3654163,-1115.666922,-601.5183141,-718.0798637 +448293,-1294.305211,115.4707015,-1168.734667,-566.6074778,-629.0143156 +448294,-1053.590623,248.4505608,-1018.880069,-429.6676478,-24.43914923 +448295,-1483.944097,87.33210828,-1329.778216,-625.463736,-784.6128667 +448296,-1191.950746,104.7801185,-1037.252509,-587.0997961,-688.9770956 +448297,-1211.002825,120.0794221,-1137.126826,-555.3992066,-609.278088 +448298,-1018.342885,285.6266219,-983.9724227,-414.3406723,14.10060826 +448299,-1233.553318,236.4498846,-1195.306136,-509.3515653,-251.0243827 +448300,-1371.075065,202.2749733,-1140.108696,-571.0641898,-431.9310606 +448301,-1157.005056,56.53192816,-1036.702238,-696.0243727,-993.4574319 +448302,-1153.673309,96.25427565,-1088.695568,-442.0682033,-782.1300588 +448303,-1180.673843,126.6449932,-1065.826249,-537.9328049,-626.1652374 +448304,-982.9208922,306.4045109,-952.6658874,-398.8904795,55.19558001 +448305,-1204.124224,258.4517444,-1166.391964,-495.3957105,-210.3818012 +448306,-1307.411166,83.04916401,-1023.640523,-661.4706635,-907.195774 +448307,-1014.819867,274.931846,-1024.081617,-451.6968037,-152.7965549 +448308,-1151.35681,96.21741903,-1031.572738,-495.794197,-858.8128951 +448309,-1108.358489,134.559885,-1016.613816,-500.3807306,-657.3634264 +448310,-956.8518655,326.0844782,-927.1256421,-390.7005431,74.27147749 +448311,-1184.447149,279.2156751,-1127.849011,-486.4436084,-188.4225 +448312,-1156.467326,97.55885992,-937.204764,-615.2579349,-906.8033118 +448313,-1014.817799,136.1348459,-999.9138013,-394.0165779,-703.7982146 +448314,-1081.060559,164.6543421,-983.0548128,-491.59345,-560.6808965 +448315,-1058.37016,183.1756647,-971.3438739,-466.6573277,-474.2453183 +448316,-1046.387895,193.9514044,-969.5269841,-462.5022796,-430.7369028 +448317,-1042.180066,200.2947134,-955.9427294,-458.3405178,-411.5497723 +448318,-1027.271505,204.5657243,-954.6067715,-454.1013298,-403.7386227 +448319,-1026.204876,208.1805224,-944.6199982,-449.9193452,-399.5486083 +448320,-1012.387251,211.6604946,-939.2280201,-444.7155279,-396.1191589 +448321,154.475739,216.4880472,228.5785773,69.67781011,-383.7899872 +448322,193.3483572,232.1317172,265.345244,89.20487988,-317.2687397 +448323,235.0471077,258.7917808,304.8411181,108.5226306,607.8322129 +448324,243.9467123,284.4300817,314.4417169,112.9095423,695.4154491 +448325,271.5308245,306.8667643,340.2665856,126.2618546,765.4484001 +448326,292.7688288,325.2043233,361.6777954,136.1324391,819.3219977 +448327,312.3007784,340.078864,380.7680211,145.652469,860.862109 +448328,331.2245788,352.2321885,400.0384803,154.5897052,893.0344302 +448329,340.2910129,352.3400975,403.2398312,158.9485685,878.1347277 +448330,376.2125897,359.6991599,432.6415578,175.4360696,892.9161692 +448331,386.6958571,365.2737851,431.0418437,180.4255058,901.0269678 +448332,406.5948968,370.0776943,428.4289434,187.7421067,906.4077787 +448333,420.7745924,374.3216296,425.4501773,192.9560346,909.8213384 +448334,420.4095596,378.145599,422.3913651,191.0828322,911.762027 +448335,416.2781514,381.7585303,419.5953355,189.3044981,913.0115036 +448336,412.6046072,385.2685925,417.1740373,187.7640897,913.9610113 +448337,409.4546376,388.7057574,415.089364,186.4614816,914.6999837 +448338,406.7664946,446.4763668,413.2838101,185.3554916,915.2492534 +448339,404.4577222,641.9008093,411.7095298,184.4049533,915.6196282 +448340,402.4581623,551.1262388,410.327877,183.577799,915.8212292 +448341,400.7139376,607.9537391,409.1068495,182.8501015,915.8641873 +448342,399.1832786,630.5506519,408.0195238,182.2034216,915.7581006 +448343,397.8324177,652.6017172,407.0431686,181.6229275,915.5118367 +448344,396.6332564,673.8318851,406.1586855,181.0964285,915.1336489 +448345,395.562143,695.3189972,405.3500639,180.6138517,914.6312875 +448346,394.5991625,715.9143111,404.603893,180.1668963,914.0120009 +448347,393.7275961,736.9026215,403.9089432,179.7487504,913.2826031 +448348,392.9334157,757.13807,403.2557851,179.3538267,912.4493852 +448349,392.2048644,785.6889918,402.6365037,178.9775496,911.5182208 +448350,391.5320646,811.457269,402.0444313,178.6161624,910.4944825 +448351,390.9067333,834.4387935,401.4739705,178.2665899,909.3832021 +448352,390.3065666,857.5686586,400.9053835,177.9195524,908.1697282 +448353,389.7521383,879.621162,400.3613971,177.5851786,906.9122493 +448354,389.1993384,901.2575712,399.7996333,177.2440559,905.5451342 +448355,388.682734,923.381608,399.2560464,176.9124361,904.1418517 +448356,388.1615506,943.8561337,398.6909636,176.5722266,902.6367346 +448357,387.6602551,964.8131949,398.1298178,176.2349683,901.0816992 +448358,387.1689764,984.8003112,397.5636038,175.8965664,899.4654516 +448359,386.6859304,1005.479498,396.991304,175.5565728,897.7907604 +448360,386.2095977,1024.886704,396.4120692,175.2146277,896.0601719 +448361,385.7386352,1044.426606,395.8251412,174.8704204,894.2760016 +448362,385.2718903,1063.617276,395.2298789,174.5236981,892.4403402 +448363,384.8084015,1082.43845,394.6257718,174.1742686,890.5552216 +448364,384.3473437,1101.067049,394.0123953,173.8219787,888.6224917 +448365,383.8880308,1119.356932,393.3894214,173.4667174,886.6439593 +448366,383.4298686,1137.493872,392.7565806,173.1083982,884.621263 +448367,382.9723657,1155.294487,392.1136761,172.7469641,882.5560198 +448368,382.5150937,1172.884433,391.4605506,172.3823728,880.4496902 +448369,382.057703,1190.23057,390.7971048,172.0146047,878.3037306 +448370,381.5998841,1207.297214,390.1232628,171.6436471,876.119448 +448371,381.1413896,1224.247221,389.4389959,171.2695049,873.8981595 +448372,380.6819959,1240.882147,388.7442896,170.892186,871.6410442 +448373,380.2215276,1257.285059,388.039166,170.5117113,869.3492969 +448374,379.7598249,1273.104057,387.323655,170.1281018,867.0239846 +448375,379.2967682,1289.792385,386.5978186,169.7413902,864.666202 +448376,378.8322492,1305.229339,385.861717,169.3516055,862.2769146 +448377,378.3662282,1321.056288,385.1154409,168.9587876,859.8571287 +448378,377.8986849,1336.309119,384.3590745,168.5629713,857.407726 +448379,377.429634,1351.610524,383.5927275,168.1642005,854.9296303 +448380,376.9590854,1366.735091,382.8165021,167.7625138,852.4236507 +448381,374.0746124,1550.828573,379.6180627,166.2613851,845.5043506 +448382,378.2117409,1568.099384,383.4349919,167.9121933,851.8196007 +448383,385.9477461,1584.252974,390.8514049,171.1292871,864.9000649 +448384,393.8057756,1590.310947,398.3896205,174.3274025,878.3014596 +448385,400.3660041,1604.041891,404.7080886,176.9121447,889.3453338 +448386,405.4948417,1618.530528,409.6408269,178.8343016,897.7940161 +448387,409.4125249,1632.609482,413.3697757,180.1979775,904.0538088 +448388,412.4299425,1646.970064,416.1849247,181.1486955,908.6666658 +448389,414.7375991,1660.90731,418.2706831,181.7780693,911.948309 +448390,416.2832363,1679.262202,419.7574049,182.1496308,914.1105197 +448391,417.2227858,1694.287869,420.7390375,182.3084594,915.3057197 +448392,417.7132937,1706.861783,421.1449694,182.2187781,915.6595417 +448393,417.8609395,1723.83638,421.0895854,181.9400964,915.28244 +448394,417.7325102,1701.766453,420.6940712,181.531436,914.2716684 +448395,417.3743819,1758.021806,420.039564,181.0293286,912.7119179 +448396,416.8231474,1751.523768,419.1754893,180.4539349,910.6759826 +448397,416.109738,1768.252417,418.1352268,179.8178312,908.22645 +448398,415.2603678,1781.355205,416.9449247,179.1306189,905.4169405 +448399,414.2970584,1793.861213,415.6268255,178.4004858,902.2936153 +448400,414.9851476,1806.468607,415.9470556,178.4285592,902.0726903 +448401,420.6486783,1818.873544,421.2306153,180.7241944,910.8047685 +448402,426.6151402,1831.218603,426.8057499,183.1609701,919.9996822 +448403,432.0735743,1843.235032,431.8620443,185.3695107,928.1817853 +448404,437.2944873,1855.213721,436.6704775,187.4734307,935.8390872 +448405,442.3308788,1867.278919,441.2845268,189.4976058,943.0660171 +448406,447.2162486,1878.835405,445.738175,191.4576353,949.9246608 +448407,451.9761508,1890.515144,450.0574509,193.3651024,956.4650775 +448408,456.6296446,1902.061878,454.2618511,195.2283921,962.7268273 +448409,461.1916436,1913.194705,458.3666896,197.053899,968.7424909 +448410,465.6743145,1924.599212,462.3845069,198.8467399,974.5398154 +448411,470.0878588,1935.101832,466.3258452,200.6111367,980.142927 +448412,474.4350097,1945.240817,470.19463,202.3484268,985.5727243 +448413,478.719605,1955.373381,473.9955368,204.0602981,990.8473857 +448414,482.9472392,1965.251086,477.7345271,205.7490183,995.9827036 +448415,487.1238692,1974.972378,481.4176942,207.4169257,1000.992428 +448416,491.2548285,1984.525391,485.0504627,209.0660787,1005.888506 +448417,495.3446022,1993.92152,488.6374232,210.6981873,1010.681378 +448418,499.396882,2003.15699,492.1823919,212.3146426,1015.380126 +448419,503.4147635,2012.237045,495.6886007,213.916602,1019.992722 +448420,507.4008489,2021.252193,499.1587906,215.5050309,1229.022268 +448421,511.348572,2029.894977,502.5865383,217.0767571,1148.787656 +448422,515.2698478,2038.4893,505.9839055,218.6370392,1185.007294 +448423,519.1721435,2047.083693,509.3585027,220.1891328,1204.020326 +448424,523.0511455,2055.34332,512.7061624,221.730958,1219.192261 +448425,526.9066125,2063.62793,516.0267845,223.2623062,1233.766711 +448426,530.7389848,2071.5262,519.3209482,224.7832988,1248.398254 +448427,534.5489084,2079.484323,522.5894386,226.2941686,1262.469594 +448428,538.3370869,2087.221419,525.8330987,227.794166,1276.829969 +448429,542.1041981,2094.832747,529.0527334,229.2804319,1290.223984 +448430,545.8508141,2102.208674,532.2490543,230.7512005,1304.188048 +448431,549.577443,2109.78126,535.4226991,232.2065539,1317.359143 +448432,553.0312172,2116.773684,538.3229529,233.532344,1330.974165 +448433,556.8029999,2123.921753,541.5248121,234.9953664,1343.7428 +448434,560.5285481,2130.8386,544.6704673,236.4367222,1356.644609 +448435,596.4070792,2137.636523,547.7631902,237.8589813,1369.596731 +448436,719.3266124,2144.302598,550.8091359,239.2646284,1382.062203 +448437,674.3305115,2150.837108,553.8146329,240.6558693,1394.343212 +448438,703.3096879,2157.338428,556.7848515,242.0344534,1406.90037 +448439,720.1109879,2166.432549,559.7236041,243.4016569,1418.863189 +448440,734.3506848,2170.486126,562.6336708,244.7583918,1430.855748 +448441,754.3440328,2187.271094,565.47876,246.0878728,1464.174805 +448442,768.8923406,2175.510875,686.3480697,247.4566203,1477.808026 +448443,782.7338633,2187.683091,662.7215401,248.8482654,1489.976456 +448444,796.3735262,2199.827705,674.3343254,250.2382351,1502.418254 +448445,809.8268392,2200.59066,691.1297843,251.6134955,1514.305553 +448446,822.9073833,2207.328487,702.4565289,252.9706717,1525.714971 +448447,835.8498773,2212.492623,713.3447264,254.3106138,1537.63011 +448448,848.4764311,2217.699326,724.1729837,255.6350814,1548.69743 +448449,861.4631872,2222.687548,734.8598747,256.9455646,1559.884161 +448450,873.3872347,2227.557028,745.2772003,260.383289,1570.838515 +448451,886.0812875,2232.296157,755.4714608,319.2882733,1581.726619 +448452,898.0858899,2236.905452,765.9040887,315.3595102,1592.412215 +448453,910.0962212,2241.488878,775.5424487,285.2999958,1602.989429 +448454,921.7914342,2245.689733,785.6865865,313.770433,1613.39402 +448455,933.8383406,2249.880209,795.3228818,322.7925624,1623.752345 +448456,945.2928919,2254.116019,804.9287012,322.4503609,1633.883678 +448457,956.7803073,2258.015216,814.3122502,329.3096131,1644.000907 +448458,968.1881727,2261.878604,823.8546622,334.4719885,1653.92603 +448459,979.4159568,2265.602961,832.9892411,339.5533718,1663.726886 +448460,990.5518031,2269.203217,842.1657797,344.5484687,1673.494618 +448461,1001.355209,2272.680634,851.1807733,349.5243088,1683.041123 +448462,1012.619487,2276.035419,859.9530129,354.3603426,1692.594363 +448463,1023.482477,2279.374953,869.0143433,359.1642516,1701.922432 +448464,1033.824041,2282.332145,877.7642577,363.896937,1711.229432 +448465,1044.618781,2285.396772,886.1401846,368.5010928,1720.43688 +448466,1054.838408,2288.251532,894.6367357,373.199011,1729.460415 +448467,1065.618138,2291.001642,903.3099929,377.6392477,1738.50037 +448468,1075.735677,2293.632655,911.5211091,382.2320298,1747.318102 +448469,1085.989519,2296.145214,919.8101817,386.6229598,1756.130525 +448470,1096.109685,2298.538975,927.9849614,391.0189664,1764.850721 +448471,1105.937206,2300.447095,935.5317691,395.0887039,1773.392243 +448472,1115.365316,2302.163602,943.865428,399.5131829,1781.531999 +448473,1125.419935,2303.722416,951.474013,403.6093835,1790.590483 +448474,1134.707289,2305.133518,958.97563,407.6118117,1798.526259 +448475,1144.173909,2306.402757,966.7357693,411.6734848,1806.924516 +448476,1153.496819,2307.533485,974.0515862,415.8926847,1815.044346 +448477,1162.731161,2308.528463,981.6602927,419.535204,1823.129958 +448478,1171.875482,2309.389645,988.8249588,423.5337311,1831.120953 +448479,1180.93449,2310.119029,996.0707912,427.5184417,1839.036451 +448480,1189.907475,2310.718106,1003.438751,431.158673,1846.866704 +448481,1198.464685,2311.188561,1010.587555,435.0405442,1854.58217 +448482,1207.594445,2311.531561,1017.510888,438.6723056,1862.32596 +448483,1216.14823,2311.748619,1024.697875,442.4631827,1869.942149 +448484,1224.954916,2311.840753,1031.692995,445.9134377,1877.367889 +448485,1233.232798,2311.809361,1038.372306,449.7830824,1884.924045 +448486,1241.984799,2311.655335,1045.211106,453.281164,1892.268968 +448487,1250.691882,2311.379927,1052.093696,456.7806196,1899.593434 +448488,1258.337067,2310.983944,1058.583915,460.1534299,1906.833318 +448489,1267.008172,2310.468557,1065.442578,463.8732484,1914.012603 +448490,1275.070266,2309.834484,1071.798175,467.1253741,1921.075715 +448491,1283.032639,2309.082869,1078.291657,470.6480984,1928.188634 +448492,1291.181266,2308.214369,1084.981306,473.9164642,1935.17955 +448493,1299.242652,2307.230022,1091.355171,477.2426499,1941.982584 +448494,1306.907621,2306.130441,1097.63303,480.7355537,1948.939145 +448495,1315.043373,2304.916608,1104.084452,483.857248,1955.687457 +448496,1322.247201,2303.589151,1110.222252,487.1073387,1962.373423 +448497,1331.02273,2302.149028,1116.57371,490.4097279,1969.117816 +448498,1338.164654,2300.596757,1122.587051,493.5001209,1975.738195 +448499,1346.170112,2298.933407,1128.918746,496.6405038,1978.237543 +448500,1353.809713,2297.159766,1134.774867,499.8699668,1983.366597 +448501,1243.585343,2241.782718,1022.938946,449.5861462,1775.070546 +448502,1250.156474,2238.773785,1027.374776,451.6725449,1768.05422 +448503,1256.054197,2236.040527,1032.320838,454.3571594,1772.04053 +448504,1262.932081,2233.352636,1036.780567,456.6605738,1776.920027 +448505,1269.933265,2230.638231,1042.208085,459.437974,1781.754516 +448506,1276.589344,2227.870335,1047.12428,461.8360331,1786.75558 +448507,1283.769509,2225.031341,1052.389108,464.7214639,1791.835263 +448508,1290.466167,2222.111201,1057.385255,467.1633376,1793.923185 +448509,1297.753662,2219.116836,1062.71729,469.928007,1798.664668 +448510,1304.391905,2216.012999,1067.63666,472.4049666,1801.135219 +448511,1311.634505,2212.837978,1072.932306,475.1272569,1804.704536 +448512,1318.369967,2209.553132,1077.8221,477.581422,1807.872314 +448513,1325.046234,2206.079839,1082.75128,480.2488097,1811.106554 +448514,1332.493435,2202.767747,1088.071588,482.6980935,1814.443911 +448515,1339.25387,2199.147903,1093.02913,485.3447015,1817.683969 +448516,1346.112694,2195.521726,1097.928815,487.7789296,1820.953783 +448517,1353.275885,2220.399737,1103.119532,490.3971964,1824.25005 +448518,1359.968225,2146.937752,1107.874431,492.8093163,1827.433608 +448519,1367.122444,2203.701901,1113.025314,495.4039049,1830.660091 +448520,1373.910872,2185.105739,1117.810521,497.6674336,1833.942924 +448521,1380.965038,2162.59282,1122.859499,500.4319534,1837.128352 +448522,1387.748533,2189.795368,1127.636331,502.7044894,1840.339078 +448523,1394.901765,2149.275989,1132.640119,505.275609,1843.531983 +448524,1401.586877,2174.867944,1137.351993,507.6198879,1846.711944 +448525,1408.735025,2151.637586,1142.395362,510.1476439,1849.838301 +448526,1415.523889,2156.652342,1147.001212,512.4705227,1853.09961 +448527,1422.571028,2148.999571,1152.004501,515.1076586,1856.144915 +448528,1429.3575,2144.835456,1156.617103,517.207093,1859.311551 +448529,1436.512908,2140.072047,1161.590847,519.7877191,1862.420245 +448530,1443.199231,2135.213298,1166.126985,521.9150473,1865.52197 +448531,1450.239162,2130.144841,1170.973511,524.5379041,1868.57306 +448532,1456.922174,2124.978067,1175.351465,526.6522397,1871.735157 +448533,1463.893078,2119.715847,1180.14527,529.0601251,1874.787256 +448534,1470.482268,2114.362838,1184.50341,531.2459452,1877.860384 +448535,1477.546372,2108.922522,1189.161633,533.4510043,1880.864829 +448536,1484.086901,2103.396197,1193.54941,535.8552217,1883.973961 +448537,1491.156166,2097.785423,1198.131772,538.0708663,1886.961967 +448538,1497.691519,2092.091318,1202.480125,540.395998,1889.928712 +448539,1504.707292,2086.215126,1207.0174,542.4448568,1893.042924 +448540,1511.374212,2080.498981,1211.323177,544.686432,1895.860069 +448541,1518.270192,2074.594053,1215.815589,546.9445428,1898.993495 +448542,1524.986666,2068.450746,1220.080528,548.8696698,1901.762616 +448543,1531.871018,2062.424786,1224.528246,551.394257,1904.765903 +448544,1538.595234,2056.239763,1228.754004,553.3369739,1907.770974 +448545,1545.475934,2049.992905,1233.15699,555.6085899,1910.496702 +448546,1552.148815,2043.671476,1236.957869,557.657393,1913.517444 +448547,1559.176244,2037.276236,1241.883001,559.8792367,1916.333291 +448548,1565.723403,2030.808027,1245.804488,561.9072344,1919.192433 +448549,1572.810312,2024.267948,1250.111677,564.1079686,1922.029129 +448550,1578.768725,2017.656998,1254.256465,566.1158152,1924.794889 +448551,1586.640548,2010.975658,1258.567198,568.1166045,1927.740574 +448552,1592.998903,2004.128099,1262.528827,570.3862113,1930.597247 +448553,1599.884868,1997.4464,1266.908181,572.4094033,1942.396911 +448554,1606.694301,1990.495418,1270.834434,574.409547,1931.15198 +448555,1613.639667,1983.557207,1275.114794,576.5512006,1931.08841 +448556,1620.309347,1976.5402,1278.991966,578.5010687,1947.043367 +448557,1627.319273,1969.458778,1283.339635,580.6234496,1942.500499 +448558,1633.924201,1962.409489,1287.075363,582.554664,1946.910483 +448559,1641.103738,1955.067562,1291.384069,584.6579829,1949.460285 +448560,1647.566723,1947.863645,1295.188563,586.5710103,1952.186566 +448561,1413.024633,1829.949177,1057.534367,479.0946768,1517.288873 +448562,1412.231748,1819.285933,1054.320622,477.9168008,1512.865536 +448563,1415.186546,1809.665861,1054.258602,478.0142325,1510.1857 +448564,1418.111355,1800.204782,1054.408192,478.2612337,1508.259073 +448565,1421.534137,1790.900445,1055.120455,478.7588598,1507.057524 +448566,1425.393421,1781.690674,1056.001682,479.3348337,1506.23809 +448567,1429.129724,1772.428889,1057.012103,479.9706709,1505.55542 +448568,1433.262121,1763.47557,1058.148376,480.6476878,1505.123821 +448569,1437.278068,1754.122886,1059.256306,481.3537256,1504.65196 +448570,1441.705045,1745.010378,1060.497232,482.0827157,1504.49463 +448571,1448.105907,1735.712442,1061.748254,482.6641571,1504.279373 +448572,1454.914684,1726.611262,1063.081536,483.6831885,1504.187916 +448573,1461.889789,1717.316461,1064.351031,484.3412618,1504.112844 +448574,1468.539219,1708.152553,1065.738998,485.1633252,1504.257004 +448575,1476.72797,1698.672074,1067.121289,485.9714196,1504.241559 +448576,1483.800773,1689.541896,1068.536033,486.7916997,1504.377981 +448577,1491.742746,1680.154248,1070.015705,487.6235378,1504.635281 +448578,1499.387724,1670.823168,1071.418288,488.4664447,1504.840087 +448579,1507.535333,1661.379169,1072.932962,489.320047,1505.181171 +448580,1515.619148,1652.192288,1074.433088,490.1838043,1505.389975 +448581,1523.905659,1642.62563,1075.958929,491.0574718,1505.872008 +448582,1532.323236,1633.272616,1077.143568,491.9404382,1506.241528 +448583,1540.800176,1623.743576,1079.25638,492.8325775,1506.701663 +448584,1549.639101,1614.405147,1080.569641,493.7333091,1507.144463 +448585,1558.279693,1604.883045,1082.180409,494.6424572,1507.794364 +448586,1567.184989,1595.410739,1083.853756,495.5594892,1508.243498 +448587,1576.305337,1585.911746,1085.44578,496.4842482,1508.834791 +448588,1585.401733,1576.401281,1087.128724,497.4161864,1509.53469 +448589,1594.667916,1594.766958,1088.670422,498.164123,1510.157803 +448590,1604.027085,1517.163863,1090.422665,499.4015115,1510.85799 +448591,1613.256906,1567.000417,1091.960974,500.1728309,1511.63789 +448592,1622.784396,1541.430152,1093.517831,501.1097901,1512.425694 +448593,1631.966649,1516.894929,1095.0554,502.0097802,1513.222083 +448594,1641.635123,1526.869026,1096.584502,502.9095653,1514.039129 +448595,1651.139404,1502.947193,1098.114762,503.8098302,1514.826441 +448596,1660.796437,1500.977802,1099.597464,504.7111359,1515.772672 +448597,1670.518727,1488.640981,1101.193494,505.6137667,1516.672555 +448598,1680.315982,1479.200902,1102.686663,506.5175488,1517.505793 +448599,1690.116827,1469.453687,1104.2649,507.4225648,1518.478304 +448600,1700.250532,1459.63596,1105.719447,508.3285762,1519.36923 +448601,1710.093355,1449.898626,1107.231099,509.2356182,1520.425724 +448602,1720.173357,1439.987465,1108.813289,510.1434062,1521.379281 +448603,1730.431283,1430.154148,1110.299369,511.0519447,1522.401766 +448604,1740.593241,1420.440517,1111.823321,511.9609157,1523.434189 +448605,1750.887198,1410.660081,1113.175259,512.8697038,1524.482117 +448606,1761.237032,1400.778607,1114.754065,513.7778594,1525.545158 +448607,1771.648087,1391.038944,1116.115458,514.6866492,1526.62771 +448608,1782.039772,1381.253154,1117.620671,515.5397381,1527.725586 +448609,1792.784423,1371.420844,1119.0732,516.4262934,1528.784006 +448610,1803.188675,1361.834859,1120.482129,517.3165793,1530.002016 +448611,1813.834125,1351.957821,1122.006339,518.2069698,1531.163963 +448612,1824.658067,1342.296621,1123.419403,519.0966743,1532.242987 +448613,1835.363751,1332.588668,1124.918352,519.7646445,1533.40409 +448614,1846.198927,1322.978744,1126.232845,520.9898995,1534.676472 +448615,1857.078345,1313.229332,1127.776517,521.7121267,1540.357737 +448616,1868.004578,1303.575883,1129.158895,522.6356894,1534.663922 +448617,1878.992144,1294.056075,1130.587367,523.5194076,1546.082174 +448618,1894.791789,1284.500203,1132.001663,524.402246,1533.246393 +448619,1903.819938,1274.870122,1133.409528,525.2829836,1555.059902 +448620,1918.153608,1265.398949,1134.760868,526.1616196,1526.908686 +448621,2139.411182,1363.430923,1371.899561,634.1984065,1966.726336 +448622,2184.989563,1356.174292,1376.983847,636.4679058,1980.345432 +448623,2185.565276,1348.213496,1381.58321,638.9985433,1979.21099 +448624,2201.836628,1340.224598,1385.149937,640.8999909,1985.244924 +448625,2215.28399,1331.888477,1388.719192,642.7796557,1989.488987 +448626,2236.287514,1323.743388,1391.833571,644.536623,1993.370494 +448627,2230.356891,1315.391233,1394.969144,646.2320678,2008.932335 +448628,2260.29336,1310.280715,1397.939315,647.8826907,1995.911398 +448629,2266.69212,1302.233164,1400.917864,649.4918573,2004.91795 +448630,2280.930173,1294.867987,1403.635336,650.7180535,2013.616527 +448631,2294.238339,1286.906898,1406.459413,652.7814284,2006.979477 +448632,2307.10396,1255.041462,1409.16317,654.1061642,2013.954308 +448633,2320.053823,1276.796133,1425.263534,655.6012616,2016.389564 +448634,2333.505344,1254.962443,1397.181405,657.1463031,2019.848845 +448635,2347.63163,1249.550155,1422.598078,658.5864999,2028.107789 +448636,2357.807156,1241.578527,1419.431039,660.0362008,2023.37286 +448637,2373.545813,1233.572327,1421.575708,661.4623985,2029.162855 +448638,2407.842461,1225.539404,1424.463646,662.8283533,2032.156615 +448639,2382.248962,1241.933087,1426.875396,664.2786532,2034.652654 +448640,2425.952244,1185.189876,1429.238889,665.6198885,2037.563547 +448641,2422.84655,1246.937208,1431.564391,667.0217229,2040.32356 +448642,2440.958793,1168.572405,1433.852134,668.2962222,2043.077589 +448643,2453.620176,1227.652459,1436.104186,669.645786,2050.51725 +448644,2466.68245,1170.860781,1438.320009,670.9431493,2042.061074 +448645,2480.086411,1197.172932,1440.501842,672.2308338,2057.635023 +448646,2493.132183,1180.611373,1442.649731,673.502846,2052.825291 +448647,2506.680834,1177.196976,1444.76444,674.7174516,2056.161184 +448648,2519.876403,1171.91494,1446.936095,676.0219438,2059.37988 +448649,2532.939764,1166.733727,1448.852563,677.2188541,2061.757539 +448650,2546.539864,1161.415553,1450.935558,678.4378148,2064.235132 +448651,2559.346216,1156.238423,1452.762822,679.572728,2066.697677 +448652,2572.227852,1150.971058,1454.541305,680.6803099,2069.256002 +448653,2584.85299,1146.022562,1456.276695,681.7674792,2071.695998 +448654,2605.683621,1140.796576,1457.972628,682.878608,2079.147631 +448655,2607.149181,1135.853549,1459.631813,683.8666664,2070.136895 +448656,2624.59782,1130.903269,1461.254257,684.9311528,2085.072985 +448657,2636.735394,1126.104895,1462.844191,685.9420739,2080.810898 +448658,2648.988919,1121.198242,1464.399483,686.9437289,2083.280895 +448659,2661.962687,1116.448301,1465.923105,687.9298997,2086.304408 +448660,2674.478337,1112.041892,1467.415011,688.9005345,2088.623268 +448661,2687.231664,1107.244901,1468.876334,689.8564783,2090.806652 +448662,2699.469011,1102.87574,1470.307127,690.7975207,2093.071027 +448663,2712.468766,1098.467741,1471.708914,691.7243049,2095.35383 +448664,2724.856096,1094.20787,1473.081656,692.636601,2102.602684 +448665,2737.463722,1089.798955,1474.425908,693.5354126,2093.909444 +448666,2749.67589,1085.788537,1475.742377,694.4202157,2107.309801 +448667,2762.549578,1081.667735,1477.032453,695.2912576,2104.459533 +448668,2782.282783,1077.708058,1478.295085,696.1492587,2106.051317 +448669,2784.501241,1073.903745,1479.531791,696.9943367,2108.715348 +448670,2800.037492,1070.032132,1480.742377,697.8262379,2110.932823 +448671,2813.09045,1066.407077,1481.928539,698.645457,2113.000245 +448672,2824.825895,1062.761567,1483.089649,699.4519385,2120.049994 +448673,2837.104927,1059.408433,1484.226368,700.2584094,2111.968932 +448674,2849.346512,1055.979617,1485.339148,701.2159812,2123.581905 +448675,2869.33138,1052.813907,1486.521339,702.2963955,2122.221215 +448676,2871.73594,1049.628562,1487.451894,703.5015016,2123.187715 +448677,2886.089576,1046.55346,1488.560321,704.6741862,2125.226148 +448678,2899.410763,1043.357862,1489.569344,706.1312977,2132.459062 +448679,2910.66763,1040.265015,1490.569076,707.4165831,2125.112791 +448680,2930.500218,1037.306411,1491.547885,708.9674842,2135.066322 +448681,2976.923883,1057.258425,1539.757571,733.3782294,2150.226958 +448682,3003.578062,1055.397342,1543.445486,736.3298842,2157.278577 +448683,3012.030471,1053.488285,1546.256381,738.8587805,2165.660873 +448684,3023.502855,1051.254932,1548.740318,741.3220574,2172.468112 +448685,3043.445085,1049.076898,1550.998555,743.7444577,2177.620168 +448686,3050.068607,1046.692783,1553.095829,746.1601944,2181.747538 +448687,3066.320144,1044.423406,1555.078066,748.5897891,2184.69285 +448688,3073.995095,1042.091338,1556.973665,751.0453465,2186.959012 +448689,3082.480489,1039.706448,1558.800019,753.5346025,2188.533485 +448690,3086.448814,1037.535594,1560.56617,756.0610207,2189.272804 +448691,3090.356662,1035.087931,1562.280177,758.6275816,2189.097996 +448692,3094.234337,1032.830922,1563.945878,761.2354082,2188.104761 +448693,3098.114192,1030.52146,1565.56825,763.8862974,2186.485454 +448694,3101.991491,1028.229956,1567.148996,766.5807168,2184.406766 +448695,3105.860758,1025.948875,1568.691579,769.2741781,2181.999077 +448696,3109.723499,1023.678278,1570.196592,772.1271187,2179.360441 +448697,3113.58378,1021.419148,1571.759414,774.9701955,2176.563034 +448698,3117.448482,1019.171489,1573.051704,777.7833269,2173.66142 +448699,3121.292478,1016.93618,1582.97903,780.7394869,2170.672814 +448700,3125.183246,1014.71313,1563.278317,783.6550435,2167.676956 +448701,3129.113964,1012.50313,1583.282267,786.7407759,2164.68915 +448702,3133.018875,1010.306235,1577.240623,789.7708393,2161.673502 +448703,3136.928978,1008.123144,1579.668339,792.8897588,2158.66397 +448704,3141.139076,1005.953797,1581.104717,796.0486475,2155.675288 +448705,3145.041393,1003.798896,1582.347701,799.2574653,2152.702583 +448706,3148.947521,1001.658325,1583.410336,802.5135107,2149.753003 +448707,3152.836262,999.5327934,1594.69531,805.8189599,2146.803364 +448708,3156.78597,997.4221144,1570.811342,809.1247262,2143.912147 +448709,3160.786372,995.3269369,1594.11945,812.6015781,2141.071795 +448710,3164.759929,993.2472408,1586.449114,816.0673018,2138.222331 +448711,3168.739872,991.1195423,1589.369845,819.4048642,2135.388321 +448712,3172.67732,988.9945196,1598.737635,822.8251939,2132.560348 +448713,3176.611732,986.8790678,1576.438911,826.3657823,2129.784799 +448714,3180.491066,984.7747316,1610.973878,829.8428691,2127.021237 +448715,3184.347017,982.6829295,1571.659895,833.4053778,2124.286504 +448716,3188.161823,980.60377,1617.300281,837.0006733,2121.55827 +448717,3191.939462,978.538179,1580.069929,840.6387371,2118.832268 +448718,3195.774748,976.4858518,1591.782751,844.3173432,2116.177095 +448719,3199.650628,974.4475833,1612.529246,848.0379335,2113.577196 +448720,3203.545423,972.4230457,1577.771197,851.7475232,2111.015221 +448721,3207.909428,970.4131295,1614.107578,855.6301063,2108.631755 +448722,3211.97432,968.4171512,1581.32149,859.4891642,2106.277425 +448723,3216.115353,966.4357868,1613.832554,863.3025566,2104.010031 +448724,3220.275172,964.4688042,1592.376306,867.2131453,2101.775886 +448725,3224.296169,962.5166121,1600.471564,871.2535447,2099.446811 +448726,3228.468116,960.57862,1599.929989,875.220087,2097.244837 +448727,3232.847642,958.6555437,1600.217282,879.2750601,2095.215065 +448728,3237.576888,956.7469756,1600.640423,883.3607525,2093.268142 +448729,3242.027731,954.853285,1601.077684,887.4850743,2091.379165 +448730,3246.504094,952.974055,1601.423502,891.6483926,2089.530662 +448731,3251.244345,951.1096789,1601.691367,895.8496761,2087.706805 +448732,3255.623303,949.2596778,1602.19019,900.0884119,2085.900097 +448733,3260.28969,947.424439,1602.454643,904.3065274,2084.103615 +448734,3264.166514,945.6034677,1602.740486,908.7066247,2082.313397 +448735,3268.809036,943.7971364,1603.042127,913.0131115,2080.526643 +448736,3273.555522,942.0049444,1603.335813,917.4636779,2078.733957 +448737,3278.048024,940.2272497,1603.439426,921.7957694,2076.931842 +448738,3282.514903,938.4635173,1603.845788,926.2313266,2075.126795 +448739,3287.26274,936.7141007,1603.995345,930.7993353,2073.316733 +448740,3291.719663,934.9784495,1604.218414,935.2756147,2071.496663 +448741,3297.825941,899.9736855,1524.065617,906.4234039,2074.173042 +448742,3297.149321,897.8077668,1532.476242,910.5413828,2069.851602 +448743,3294.204177,895.700882,1513.162902,914.7897063,2062.395636 +448744,3292.890659,893.6580171,1539.411055,918.992724,2055.451559 +448745,3293.929947,891.6365022,1502.790945,923.388666,2050.059167 +448746,3296.953698,889.6330916,1546.561649,927.6871366,2046.248435 +448747,3301.055882,887.646359,1513.011812,932.0686746,2043.495134 +448748,3305.259144,885.674407,1522.94575,936.4698743,2041.113916 +448749,3309.515551,883.716573,1521.546088,940.898611,2039.068847 +448750,3313.991537,881.8291471,1519.384208,947.9397619,2037.461104 +448751,3318.675797,879.8133129,1520.444348,949.4760351,2036.252919 +448752,3323.513639,877.9343232,1515.554095,958.3790793,2035.37898 +448753,3328.488307,876.0180369,1521.517556,957.0352073,2034.806126 +448754,3333.525197,874.1213068,1508.085799,970.385362,2034.454318 +448755,3338.689934,872.2364085,1526.666555,962.7646807,2034.360472 +448756,3343.8818,870.3625569,1493.817206,985.1434938,2034.424978 +448757,3349.301618,868.4996896,1539.262589,964.6943139,2034.792947 +448758,3355.054963,866.6468857,1492.389051,977.7806102,2035.293162 +448759,3360.125291,864.8052646,1528.658799,991.0436984,2035.598692 +448760,3364.861553,862.9737256,1503.754486,989.3788322,2035.730355 +448761,3369.339568,861.1525061,1508.608247,995.6194443,2035.720177 +448762,3373.724402,859.3407786,1515.564833,1000.48948,2035.678637 +448763,3378.23043,857.5388704,1488.124745,1004.971512,2035.765998 +448764,3383.188988,855.7459718,1533.285708,1009.904029,2036.242426 +448765,3388.307581,853.9628468,1477.324337,1014.519586,2036.894096 +448766,3393.337871,852.132414,1532.964803,1019.325517,2037.535958 +448767,3398.197322,850.5052457,1475.288601,1024.060055,2038.10002 +448768,3402.923237,848.6266433,1530.822363,1028.815321,2038.605204 +448769,3407.524467,846.9263163,1473.11491,1033.56557,2039.049345 +448770,3412.056574,845.1775845,1528.626455,1038.277452,2039.469043 +448771,3416.516428,843.3789471,1470.717559,1042.887723,2039.859363 +448772,3420.689106,838.9016091,1519.715814,1048.969204,2040.144377 +448773,3425.60412,836.6890419,1464.761523,1053.679286,2040.391204 +448774,3430.727836,834.6634544,1509.731179,1058.182715,2040.538127 +448775,3435.613811,832.6980583,1464.736555,1062.712172,2040.658318 +448776,3440.161442,830.7643027,1495.469346,1067.027169,2040.853433 +448777,3444.356029,828.8567467,1470.378868,1071.349027,2041.112768 +448778,3448.25723,826.9585459,1489.158141,1075.83281,2041.420009 +448779,3451.953798,825.0818249,1470.413092,1080.067491,2041.777718 +448780,3455.445013,823.2142028,1498.548205,1084.435061,2042.142518 +448781,3458.856269,821.4121521,1445.80945,1088.587396,2042.583535 +448782,3462.158211,819.4862938,1499.48704,1092.870297,2043.061544 +448783,3465.329658,817.6886021,1449.152034,1097.06046,2043.548787 +448784,3468.417102,815.8536706,1478.902655,1101.230194,2044.071586 +448785,3471.369839,814.0358781,1465.902952,1105.369017,2044.583411 +448786,3474.2088,812.2265689,1466.169973,1109.475769,2045.097797 +448787,3476.964791,810.4253363,1464.469189,1113.547882,2045.627885 +448788,3479.624869,808.5778612,1462.729699,1117.588937,2046.162674 +448789,3482.197842,806.87023,1460.98353,1121.59455,2046.701464 +448790,3484.632329,805.0526575,1476.145021,1125.565323,2047.206544 +448791,3487.008191,803.2876456,1444.176489,1129.500496,2047.732517 +448792,3489.382356,801.520578,1449.853658,1133.399021,2048.326689 +448793,3491.644842,799.7594561,1459.95921,1137.333309,2048.900423 +448794,3493.764681,798.0039672,1450.121668,1141.046337,2049.433379 +448795,3495.800217,796.3068261,1450.735001,1144.884088,2049.967444 +448796,3497.760318,794.4843825,1447.772449,1148.542952,2050.505908 +448797,3499.639158,792.7817495,1446.97463,1152.361143,2051.042934 +448798,3501.435212,791.0385006,1444.748131,1155.971795,2051.57709 +448799,3503.149674,789.3077207,1442.973403,1159.606786,2052.108928 +448800,3504.782657,787.5812973,1441.125698,1163.264766,2052.638474 +448801,3510.548318,719.9382125,1285.389426,1100.354229,2059.41331 +448802,3507.057539,716.7998728,1281.799678,1103.137324,2056.224738 +448803,3500.090842,714.8034381,1278.552546,1106.013061,2047.653123 +448804,3494.250679,712.5177711,1275.591312,1108.925739,2038.733634 +448805,3491.357255,710.3212133,1272.485526,1111.818357,2031.750399 +448806,3491.019074,708.1431704,1269.55576,1114.678129,2026.924831 +448807,3492.241466,705.9283875,1266.31289,1117.499503,2023.76943 +448808,3494.23082,703.8569563,1263.52298,1120.452005,2021.789974 +448809,3496.587482,701.6779092,1260.439615,1123.232432,2020.661967 +448810,3499.093254,699.5424858,1257.348322,1125.950629,2020.198418 +448811,3501.637725,697.4052664,1254.448373,1128.618583,2020.283248 +448812,3504.117037,695.2259131,1267.021155,1131.237331,2020.794623 +448813,3506.609041,693.1624724,1224.943501,1133.807037,2021.744859 +448814,3509.043433,691.0044057,1268.885287,1136.326859,2023.035765 +448815,3511.387543,688.8873625,1221.280288,1138.796652,2024.601308 +448816,3513.672404,686.7665718,1248.088561,1141.215601,2026.428348 +448817,3515.832504,684.6042115,1234.090638,1143.583397,2028.434138 +448818,3517.892375,682.5511297,1233.026799,1145.899382,2030.607951 +448819,3519.872715,680.4068911,1229.925108,1148.163195,2032.940037 +448820,3521.76253,678.3007592,1226.844826,1150.374178,2035.400425 +448821,3523.563891,676.1904312,1223.829097,1152.532095,2037.971966 +448822,3525.277751,674.0815084,1220.599363,1154.636366,2040.639302 +448823,3526.906527,671.9308279,1217.454153,1156.686793,2043.390408 +448824,3528.450995,669.8876253,1214.437877,1158.682832,2046.213745 +448825,3529.911948,667.7534694,1211.243924,1160.624311,2049.099188 +448826,3531.290785,665.6566337,1208.111524,1162.5107,2052.038753 +448827,3532.569318,663.555141,1204.8792,1164.341818,2055.02558 +448828,3533.735001,661.4126895,1201.910449,1166.117105,2058.052877 +448829,3534.781345,659.3737485,1198.568724,1167.836399,2061.115582 +448830,3535.700477,657.2465703,1195.455819,1169.499154,2064.210743 +448831,3536.521097,655.0565731,1191.94643,1169.777301,2067.339634 +448832,3536.917788,652.8193788,1188.407058,1169.843867,2070.507767 +448833,3536.715286,650.5492825,1184.947348,1169.740315,2073.719305 +448834,3535.933391,648.3750709,1181.49614,1169.477615,2076.776207 +448835,3534.671827,646.11046,1177.864945,1169.065456,2080.095416 +448836,3533.02685,643.8761601,1174.198321,1168.508026,2083.469508 +448837,3531.065277,641.6334571,1170.780793,1167.810366,2086.890076 +448838,3528.828943,639.346739,1167.150847,1166.973816,2090.350622 +448839,3526.345239,637.1564882,1163.408433,1165.927745,2093.846922 +448840,3523.630661,634.8766706,1160.029398,1164.925731,2097.373486 +448841,3520.697862,632.6281592,1156.259452,1163.634002,2100.925795 +448842,3517.559215,630.3313612,1152.607336,1162.343121,2104.50124 +448843,3514.224032,628.1276677,1148.929896,1160.732712,2108.096959 +448844,3508.657686,625.8370018,1145.392349,1159.145546,2070.13491 +448845,3498.923878,623.5765437,1141.597197,1157.367116,2042.307862 +448846,3487.87368,621.3077217,1138.057485,1155.471087,2059.260619 +448847,3478.315731,619.0001061,1134.215183,1153.448389,2057.41461 +448848,3470.336428,616.7817811,1130.603341,1151.296974,2052.269308 +448849,3462.602134,614.4820951,1126.906326,1148.947726,2051.117297 +448850,3454.722571,612.211858,1123.23163,1146.644657,2044.412319 +448851,3447.126381,608.4835896,1115.99876,1148.174333,2055.238327 +448852,3440.354131,606.0601704,1112.097911,1146.391193,2039.753655 +448853,3434.110681,603.6583408,1108.24828,1144.182284,2046.582817 +448854,3427.729004,601.3641966,1104.313502,1141.800359,2043.959492 +448855,3421.219937,599.0015855,1100.469984,1139.278032,2041.869166 +448856,3414.668204,596.6774228,1096.750817,1136.629604,2040.647508 +448857,3406.963689,594.3539336,1092.905768,1133.86383,2033.139831 +448858,3399.161269,591.9988549,1089.125786,1130.985141,2039.555645 +448859,3391.170474,589.7359182,1085.341496,1127.997524,2035.422776 +448860,3383.269723,587.399533,1081.568576,1124.900284,2033.460404 +448861,2076.391084,585.2824812,892.1108231,1121.581194,2032.96322 +448862,2180.714757,713.3298901,925.9467541,1248.269671,2198.934993 +448863,2310.046858,715.6276739,964.6136849,1246.998139,2276.958291 +448864,2405.53041,712.0666533,990.6316938,1241.655072,2324.095777 +448865,2463.619398,710.3308699,1005.73856,1236.84293,2347.734621 +448866,2497.79472,708.2883494,1015.356629,1231.580766,2360.734803 +448867,2519.469137,706.2351998,1022.036816,1226.001638,2368.88128 +448868,2534.31168,704.0382041,1027.066432,1220.13228,2374.727468 +448869,2544.780072,701.9631799,1031.085315,1213.803134,2379.406387 +448870,2551.921419,699.9322484,1034.396026,1207.310251,2383.586428 +448871,2556.307697,697.665543,1037.149656,1200.567403,2387.041299 +448872,2558.378446,695.6222816,1039.440866,1193.60318,2390.054499 +448873,2558.483272,693.5158691,1041.339255,1186.406165,2392.684088 +448874,2556.930648,691.2771076,1042.90517,1178.897466,2394.977766 +448875,2553.990477,689.2271713,1044.187903,1171.363291,2396.977116 +448876,2549.888868,687.1226624,1045.231345,1163.419099,2398.718529 +448877,2544.80895,684.88965,1046.070109,1155.228176,2400.233405 +448878,2538.896985,682.8435133,1046.735406,1147.071767,2401.548934 +448879,2532.269793,680.7443821,1047.25126,1152.846034,2402.688797 +448880,2525.020046,678.4571942,1047.639677,1107.402936,2403.672535 +448881,2517.242056,676.473912,1047.931534,1137.420896,2404.550944 +448882,2508.965748,674.3391926,1048.129424,1099.51497,2405.307677 +448883,2500.219745,672.1149446,1048.233214,1105.882055,2405.929093 +448884,2491.065592,670.0675988,1048.261701,1090.838001,2406.442353 +448885,2481.549383,667.9657609,1048.225289,1081.623502,2406.863301 +448886,2471.710599,664.8144763,1048.134024,1082.95709,2407.202978 +448887,2462.802269,655.9191768,1047.954382,1014.240482,2407.469003 +448888,2448.417213,652.888319,1047.45226,1000.675698,2407.660878 +448889,2430.787918,650.4414903,1046.749599,991.2640972,2407.786422 +448890,2412.988297,648.1114367,1045.997156,982.8707598,2407.853672 +448891,2396.547674,645.8356063,1045.26838,974.7240103,2407.868175 +448892,2381.781682,643.6006376,1044.595321,967.467992,2407.8695 +448893,2368.422952,641.3950204,1043.957416,960.1280409,2407.82586 +448894,2356.134251,639.1688727,1043.333542,953.1938768,2407.710991 +448895,2344.691913,637.0744077,1042.724279,946.6559964,2407.542754 +448896,2333.944117,634.8913698,1042.128716,939.8276654,2407.329507 +448897,2323.779804,632.7547723,1041.544961,933.4723328,2407.07439 +448898,2314.11216,630.6210473,1040.970959,927.29834,2406.778923 +448899,2304.86998,628.4972643,1040.404772,920.9923711,2406.444252 +448900,2295.993902,626.3822102,1039.844728,915.0404516,2406.071641 +448901,2287.43437,624.276632,1039.289392,909.1365645,2405.66244 +448902,2279.15025,622.1794693,1038.737573,903.3166767,2405.218155 +448903,2271.107371,620.0520688,1038.188257,897.4155263,2404.740294 +448904,2263.277395,618.031174,1037.640625,891.9377283,2404.230493 +448905,2255.636647,615.931559,1037.09398,886.3542328,2403.690364 +448906,2248.200032,613.8758683,1036.564078,880.9489319,2403.159255 +448907,2240.917185,611.8228636,1036.034939,875.3821846,2402.602828 +448908,2233.746522,609.7781149,1035.493407,870.1780966,2401.993104 +448909,2226.692453,607.7425525,1034.946653,864.8439797,2401.349021 +448910,2219.751501,605.7152776,1034.397335,859.5742406,2400.678979 +448911,2212.647203,603.6971996,1033.84653,870.4005222,2399.987524 +448912,2205.920139,601.6487972,1033.293994,825.2626221,2399.275962 +448913,2199.291303,599.705697,1032.739828,856.3270698,2398.546222 +448914,2192.751355,597.6848882,1032.184455,839.0378429,2397.800846 +448915,2186.292595,595.7082579,1031.627452,830.4674619,2397.040281 +448916,2179.910378,593.7335843,1031.068675,831.398726,2396.265511 +448917,2173.601697,591.768129,1030.508212,824.1984136,2395.477956 +448918,2167.363632,589.8110116,1029.945989,819.7540016,2394.678552 +448919,2161.193543,587.8630603,1029.38196,815.0332583,2393.868225 +448920,2155.089094,585.8862142,1028.816139,810.2471073,2393.047944 +448921,0,0,0,0,0 +448922,0,0,0,0,0 +448923,0,0,0,0,0 +448924,0,0,0,0,0 +448925,0,0,0,0,0 +448926,0,0,0,0,0 +448927,0,0,0,0,0 +448928,0,0,0,0,0 +448929,0,0,0,0,0 +448930,0,0,0,0,0 +448931,0,0,0,0,0 +448932,0,0,0,0,0 +448933,0,0,0,0,0 +448934,0,0,0,0,0 +448935,0,0,0,0,0 +448936,0,0,0,0,0 +448937,0,0,0,0,0 +448938,0,0,0,0,0 +448939,0,0,0,0,0 +448940,0,0,0,0,0 +448941,0,0,0,0,0 +448942,0,0,0,0,0 +448943,0,0,0,0,0 +448944,0,0,0,0,0 +448945,0,0,0,0,0 +448946,0,0,0,0,0 +448947,0,0,0,0,0 +448948,0,0,0,0,0 +448949,0,0,0,0,0 +448950,0,0,0,0,0 +448951,0,0,0,0,0 +448952,0,0,0,0,0 +448953,0,0,0,0,0 +448954,0,0,0,0,0 +448955,0,0,0,0,0 +448956,0,0,0,0,0 +448957,0,0,0,0,0 +448958,0,0,0,0,0 +448959,0,0,0,0,0 +448960,0,0,0,0,0 +448961,0,0,0,0,0 +448962,0,0,0,0,0 +448963,0,0,0,0,0 +448964,0,0,0,0,0 +448965,0,0,0,0,0 +448966,0,0,0,0,0 +448967,0,0,0,0,0 +448968,0,0,0,0,0 +448969,0,0,0,0,0 +448970,0,0,0,0,0 +448971,0,0,0,0,0 +448972,0,0,0,0,0 +448973,0,0,0,0,0 +448974,0,0,0,0,0 +448975,0,0,0,0,0 +448976,0,0,0,0,0 +448977,0,0,0,0,0 +448978,0,0,0,0,0 +448979,0,0,0,0,0 +448980,0,0,0,0,0 +448981,0,0,0,0,0 +448982,0,0,0,0,0 +448983,0,0,0,0,0 +448984,0,0,0,0,0 +448985,0,0,0,0,0 +448986,0,0,0,0,0 +448987,0,0,0,0,0 +448988,0,0,0,0,0 +448989,0,0,0,0,0 +448990,0,0,0,0,0 +448991,0,0,0,0,0 +448992,0,0,0,0,0 +448993,0,0,0,0,0 +448994,0,0,0,0,0 +448995,0,0,0,0,0 +448996,0,0,0,0,0 +448997,0,0,0,0,0 +448998,0,0,0,0,0 +448999,0,0,0,0,0 +449000,0,0,0,0,0 +449001,0,0,0,0,0 +449002,0,0,0,0,0 +449003,0,0,0,0,0 +449004,0,0,0,0,0 +449005,0,0,0,0,0 +449006,0,0,0,0,0 +449007,0,0,0,0,0 +449008,0,0,0,0,0 +449009,0,0,0,0,0 +449010,0,0,0,0,0 +449011,0,0,0,0,0 +449012,0,0,0,0,0 +449013,0,0,0,0,0 +449014,0,0,0,0,0 +449015,0,0,0,0,0 +449016,0,0,0,0,0 +449017,0,0,0,0,0 +449018,0,0,0,0,0 +449019,0,0,0,0,0 +449020,0,0,0,0,0 +449021,0,0,0,0,0 +449022,0,0,0,0,0 +449023,0,0,0,0,0 +449024,0,0,0,0,0 +449025,0,0,0,0,0 +449026,0,0,0,0,0 +449027,0,0,0,0,0 +449028,0,0,0,0,0 +449029,0,0,0,0,0 +449030,0,0,0,0,0 +449031,0,0,0,0,0 +449032,0,0,0,0,0 +449033,0,0,0,0,0 +449034,0,0,0,0,0 +449035,0,0,0,0,0 +449036,0,0,0,0,0 +449037,0,0,0,0,0 +449038,0,0,0,0,0 +449039,0,0,0,0,0 +449040,0,0,0,0,0 +449041,0,0,0,0,0 +449042,0,0,0,0,0 +449043,0,0,0,0,0 +449044,0,0,0,0,0 +449045,0,0,0,0,0 +449046,0,0,0,0,0 +449047,0,0,0,0,0 +449048,0,0,0,0,0 +449049,0,0,0,0,0 +449050,0,0,0,0,0 +449051,0,0,0,0,0 +449052,0,0,0,0,0 +449053,0,0,0,0,0 +449054,0,0,0,0,0 +449055,0,0,0,0,0 +449056,0,0,0,0,0 +449057,0,0,0,0,0 +449058,0,0,0,0,0 +449059,0,0,0,0,0 +449060,0,0,0,0,0 +449061,0,0,0,0,0 +449062,0,0,0,0,0 +449063,0,0,0,0,0 +449064,0,0,0,0,0 +449065,0,0,0,0,0 +449066,0,0,0,0,0 +449067,0,0,0,0,0 +449068,0,0,0,0,0 +449069,0,0,0,0,0 +449070,0,0,0,0,0 +449071,0,0,0,0,0 +449072,0,0,0,0,0 +449073,0,0,0,0,0 +449074,0,0,0,0,0 +449075,0,0,0,0,0 +449076,0,0,0,0,0 +449077,0,0,0,0,0 +449078,0,0,0,0,0 +449079,0,0,0,0,0 +449080,0,0,0,0,0 +449081,0,0,0,0,0 +449082,0,0,0,0,0 +449083,0,0,0,0,0 +449084,0,0,0,0,0 +449085,0,0,0,0,0 +449086,0,0,0,0,0 +449087,0,0,0,0,0 +449088,0,0,0,0,0 +449089,0,0,0,0,0 +449090,0,0,0,0,0 +449091,0,0,0,0,0 +449092,0,0,0,0,0 +449093,0,0,0,0,0 +449094,0,0,0,0,0 +449095,0,0,0,0,0 +449096,0,0,0,0,0 +449097,0,0,0,0,0 +449098,0,0,0,0,0 +449099,0,0,0,0,0 +449100,0,0,0,0,0 +449101,0,0,0,0,0 +449102,0,0,0,0,0 +449103,0,0,0,0,0 +449104,0,0,0,0,0 +449105,0,0,0,0,0 +449106,0,0,0,0,0 +449107,0,0,0,0,0 +449108,0,0,0,0,0 +449109,0,0,0,0,0 +449110,0,0,0,0,0 +449111,0,0,0,0,0 +449112,0,0,0,0,0 +449113,0,0,0,0,0 +449114,0,0,0,0,0 +449115,0,0,0,0,0 +449116,0,0,0,0,0 +449117,0,0,0,0,0 +449118,0,0,0,0,0 +449119,0,0,0,0,0 +449120,0,0,0,0,0 +449121,0,0,0,0,0 +449122,0,0,0,0,0 +449123,0,0,0,0,0 +449124,0,0,0,0,0 +449125,0,0,0,0,0 +449126,0,0,0,0,0 +449127,0,0,0,0,0 +449128,0,0,0,0,0 +449129,0,0,0,0,0 +449130,0,0,0,0,0 +449131,0,0,0,0,0 +449132,0,0,0,0,0 +449133,0,0,0,0,0 +449134,0,0,0,0,0 +449135,0,0,0,0,0 +449136,0,0,0,0,0 +449137,0,0,0,0,0 +449138,0,0,0,0,0 +449139,0,0,0,0,0 +449140,0,0,0,0,0 +449141,0,0,0,0,0 +449142,0,0,0,0,0 +449143,0,0,0,0,0 +449144,0,0,0,0,0 +449145,0,0,0,0,0 +449146,0,0,0,0,0 +449147,0,0,0,0,0 +449148,0,0,0,0,0 +449149,0,0,0,0,0 +449150,0,0,0,0,0 +449151,0,0,0,0,0 +449152,0,0,0,0,0 +449153,0,0,0,0,0 +449154,0,0,0,0,0 +449155,0,0,0,0,0 +449156,0,0,0,0,0 +449157,0,0,0,0,0 +449158,0,0,0,0,0 +449159,0,0,0,0,0 +449160,0,0,0,0,0 +449161,0,0,0,0,0 +449162,0,0,0,0,0 +449163,0,0,0,0,0 +449164,0,0,0,0,0 +449165,0,0,0,0,0 +449166,0,0,0,0,0 +449167,0,0,0,0,0 +449168,0,0,0,0,0 +449169,0,0,0,0,0 +449170,0,0,0,0,0 +449171,0,0,0,0,0 +449172,0,0,0,0,0 +449173,0,0,0,0,0 +449174,0,0,0,0,0 +449175,0,0,0,0,0 +449176,0,0,0,0,0 +449177,0,0,0,0,0 +449178,0,0,0,0,0 +449179,0,0,0,0,0 +449180,0,0,0,0,0 +449181,0,0,0,0,0 +449182,0,0,0,0,0 +449183,0,0,0,0,0 +449184,0,0,0,0,0 +449185,0,0,0,0,0 +449186,0,0,0,0,0 +449187,0,0,0,0,0 +449188,0,0,0,0,0 +449189,0,0,0,0,0 +449190,0,0,0,0,0 +449191,0,0,0,0,0 +449192,0,0,0,0,0 +449193,0,0,0,0,0 +449194,0,0,0,0,0 +449195,0,0,0,0,0 +449196,0,0,0,0,0 +449197,0,0,0,0,0 +449198,0,0,0,0,0 +449199,0,0,0,0,0 +449200,0,0,0,0,0 +449201,0,0,0,0,0 +449202,0,0,0,0,0 +449203,0,0,0,0,0 +449204,0,0,0,0,0 +449205,0,0,0,0,0 +449206,0,0,0,0,0 +449207,0,0,0,0,0 +449208,0,0,0,0,0 +449209,0,0,0,0,0 +449210,0,0,0,0,0 +449211,0,0,0,0,0 +449212,0,0,0,0,0 +449213,0,0,0,0,0 +449214,0,0,0,0,0 +449215,0,0,0,0,0 +449216,0,0,0,0,0 +449217,0,0,0,0,0 +449218,0,0,0,0,0 +449219,0,0,0,0,0 +449220,0,0,0,0,0 +449221,0,0,0,0,0 +449222,0,0,0,0,0 +449223,0,0,0,0,0 +449224,0,0,0,0,0 +449225,0,0,0,0,0 +449226,0,0,0,0,0 +449227,0,0,0,0,0 +449228,0,0,0,0,0 +449229,0,0,0,0,0 +449230,0,0,0,0,0 +449231,0,0,0,0,0 +449232,0,0,0,0,0 +449233,0,0,0,0,0 +449234,0,0,0,0,0 +449235,0,0,0,0,0 +449236,0,0,0,0,0 +449237,0,0,0,0,0 +449238,0,0,0,0,0 +449239,0,0,0,0,0 +449240,0,0,0,0,0 +449241,0,0,0,0,0 +449242,0,0,0,0,0 +449243,0,0,0,0,0 +449244,0,0,0,0,0 +449245,0,0,0,0,0 +449246,0,0,0,0,0 +449247,0,0,0,0,0 +449248,0,0,0,0,0 +449249,0,0,0,0,0 +449250,0,0,0,0,0 +449251,0,0,0,0,0 +449252,0,0,0,0,0 +449253,0,0,0,0,0 +449254,0,0,0,0,0 +449255,0,0,0,0,0 +449256,0,0,0,0,0 +449257,0,0,0,0,0 +449258,0,0,0,0,0 +449259,0,0,0,0,0 +449260,0,0,0,0,0 +449261,0,0,0,0,0 +449262,0,0,0,0,0 +449263,0,0,0,0,0 +449264,0,0,0,0,0 +449265,0,0,0,0,0 +449266,0,0,0,0,0 +449267,0,0,0,0,0 +449268,0,0,0,0,0 +449269,0,0,0,0,0 +449270,0,0,0,0,0 +449271,0,0,0,0,0 +449272,0,0,0,0,0 +449273,0,0,0,0,0 +449274,0,0,0,0,0 +449275,0,0,0,0,0 +449276,0,0,0,0,0 +449277,0,0,0,0,0 +449278,0,0,0,0,0 +449279,0,0,0,0,0 +449280,0,0,0,0,0 +449281,0,0,0,0,0 +449282,0,0,0,0,0 +449283,0,0,0,0,0 +449284,0,0,0,0,0 +449285,0,0,0,0,0 +449286,0,0,0,0,0 +449287,0,0,0,0,0 +449288,0,0,0,0,0 +449289,0,0,0,0,0 +449290,0,0,0,0,0 +449291,0,0,0,0,0 +449292,0,0,0,0,0 +449293,0,0,0,0,0 +449294,0,0,0,0,0 +449295,0,0,0,0,0 +449296,0,0,0,0,0 +449297,0,0,0,0,0 +449298,0,0,0,0,0 +449299,0,0,0,0,0 +449300,0,0,0,0,0 +449301,0,0,0,0,0 +449302,0,0,0,0,0 +449303,0,0,0,0,0 +449304,0,0,0,0,0 +449305,0,0,0,0,0 +449306,0,0,0,0,0 +449307,0,0,0,0,0 +449308,0,0,0,0,0 +449309,0,0,0,0,0 +449310,0,0,0,0,0 +449311,0,0,0,0,0 +449312,0,0,0,0,0 +449313,0,0,0,0,0 +449314,0,0,0,0,0 +449315,0,0,0,0,0 +449316,0,0,0,0,0 +449317,0,0,0,0,0 +449318,0,0,0,0,0 +449319,0,0,0,0,0 +449320,0,0,0,0,0 +449321,0,0,0,0,0 +449322,0,0,0,0,0 +449323,0,0,0,0,0 +449324,0,0,0,0,0 +449325,0,0,0,0,0 +449326,0,0,0,0,0 +449327,0,0,0,0,0 +449328,0,0,0,0,0 +449329,0,0,0,0,0 +449330,0,0,0,0,0 +449331,0,0,0,0,0 +449332,0,0,0,0,0 +449333,0,0,0,0,0 +449334,0,0,0,0,0 +449335,0,0,0,0,0 +449336,0,0,0,0,0 +449337,0,0,0,0,0 +449338,0,0,0,0,0 +449339,0,0,0,0,0 +449340,0,0,0,0,0 +449341,0,0,0,0,0 +449342,0,0,0,0,0 +449343,0,0,0,0,0 +449344,0,0,0,0,0 +449345,0,0,0,0,0 +449346,0,0,0,0,0 +449347,0,0,0,0,0 +449348,0,0,0,0,0 +449349,0,0,0,0,0 +449350,0,0,0,0,0 +449351,0,0,0,0,0 +449352,0,0,0,0,0 +449353,0,0,0,0,0 +449354,0,0,0,0,0 +449355,0,0,0,0,0 +449356,0,0,0,0,0 +449357,0,0,0,0,0 +449358,0,0,0,0,0 +449359,0,0,0,0,0 +449360,0,0,0,0,0 +449361,0,0,0,0,0 +449362,0,0,0,0,0 +449363,0,0,0,0,0 +449364,0,0,0,0,0 +449365,0,0,0,0,0 +449366,0,0,0,0,0 +449367,0,0,0,0,0 +449368,0,0,0,0,0 +449369,0,0,0,0,0 +449370,0,0,0,0,0 +449371,0,0,0,0,0 +449372,0,0,0,0,0 +449373,0,0,0,0,0 +449374,0,0,0,0,0 +449375,0,0,0,0,0 +449376,0,0,0,0,0 +449377,0,0,0,0,0 +449378,0,0,0,0,0 +449379,0,0,0,0,0 +449380,0,0,0,0,0 +449381,0,0,0,0,0 +449382,0,0,0,0,0 +449383,0,0,0,0,0 +449384,0,0,0,0,0 +449385,0,0,0,0,0 +449386,0,0,0,0,0 +449387,0,0,0,0,0 +449388,0,0,0,0,0 +449389,0,0,0,0,0 +449390,0,0,0,0,0 +449391,0,0,0,0,0 +449392,0,0,0,0,0 +449393,0,0,0,0,0 +449394,0,0,0,0,0 +449395,0,0,0,0,0 +449396,0,0,0,0,0 +449397,0,0,0,0,0 +449398,0,0,0,0,0 +449399,0,0,0,0,0 +449400,0,0,0,0,0 +449401,0,0,0,0,0 +449402,0,0,0,0,0 +449403,0,0,0,0,0 +449404,0,0,0,0,0 +449405,0,0,0,0,0 +449406,0,0,0,0,0 +449407,0,0,0,0,0 +449408,0,0,0,0,0 +449409,0,0,0,0,0 +449410,0,0,0,0,0 +449411,0,0,0,0,0 +449412,0,0,0,0,0 +449413,0,0,0,0,0 +449414,0,0,0,0,0 +449415,0,0,0,0,0 +449416,0,0,0,0,0 +449417,0,0,0,0,0 +449418,0,0,0,0,0 +449419,0,0,0,0,0 +449420,0,0,0,0,0 +449421,0,0,0,0,0 +449422,0,0,0,0,0 +449423,0,0,0,0,0 +449424,0,0,0,0,0 +449425,0,0,0,0,0 +449426,0,0,0,0,0 +449427,0,0,0,0,0 +449428,0,0,0,0,0 +449429,0,0,0,0,0 +449430,0,0,0,0,0 +449431,0,0,0,0,0 +449432,0,0,0,0,0 +449433,0,0,0,0,0 +449434,0,0,0,0,0 +449435,0,0,0,0,0 +449436,0,0,0,0,0 +449437,0,0,0,0,0 +449438,0,0,0,0,0 +449439,0,0,0,0,0 +449440,0,0,0,0,0 +449441,0,0,0,0,0 +449442,0,0,0,0,0 +449443,0,0,0,0,0 +449444,0,0,0,0,0 +449445,0,0,0,0,0 +449446,0,0,0,0,0 +449447,0,0,0,0,0 +449448,0,0,0,0,0 +449449,0,0,0,0,0 +449450,0,0,0,0,0 +449451,0,0,0,0,0 +449452,0,0,0,0,0 +449453,0,0,0,0,0 +449454,0,0,0,0,0 +449455,0,0,0,0,0 +449456,0,0,0,0,0 +449457,0,0,0,0,0 +449458,0,0,0,0,0 +449459,0,0,0,0,0 +449460,0,0,0,0,0 +449461,0,0,0,0,0 +449462,0,0,0,0,0 +449463,0,0,0,0,0 +449464,0,0,0,0,0 +449465,0,0,0,0,0 +449466,0,0,0,0,0 +449467,0,0,0,0,0 +449468,0,0,0,0,0 +449469,0,0,0,0,0 +449470,0,0,0,0,0 +449471,0,0,0,0,0 +449472,0,0,0,0,0 +449473,0,0,0,0,0 +449474,0,0,0,0,0 +449475,0,0,0,0,0 +449476,0,0,0,0,0 +449477,0,0,0,0,0 +449478,0,0,0,0,0 +449479,0,0,0,0,0 +449480,0,0,0,0,0 +449481,0,0,0,0,0 +449482,0,0,0,0,0 +449483,0,0,0,0,0 +449484,0,0,0,0,0 +449485,0,0,0,0,0 +449486,0,0,0,0,0 +449487,0,0,0,0,0 +449488,0,0,0,0,0 +449489,0,0,0,0,0 +449490,0,0,0,0,0 +449491,0,0,0,0,0 +449492,0,0,0,0,0 +449493,0,0,0,0,0 +449494,0,0,0,0,0 +449495,0,0,0,0,0 +449496,0,0,0,0,0 +449497,0,0,0,0,0 +449498,0,0,0,0,0 +449499,0,0,0,0,0 +449500,0,0,0,0,0 +449501,0,0,0,0,0 +449502,0,0,0,0,0 +449503,0,0,0,0,0 +449504,0,0,0,0,0 +449505,0,0,0,0,0 +449506,0,0,0,0,0 +449507,0,0,0,0,0 +449508,0,0,0,0,0 +449509,0,0,0,0,0 +449510,0,0,0,0,0 +449511,0,0,0,0,0 +449512,0,0,0,0,0 +449513,0,0,0,0,0 +449514,0,0,0,0,0 +449515,0,0,0,0,0 +449516,0,0,0,0,0 +449517,0,0,0,0,0 +449518,0,0,0,0,0 +449519,0,0,0,0,0 +449520,0,0,0,0,0 +449521,0,0,0,0,0 +449522,0,0,0,0,0 +449523,0,0,0,0,0 +449524,0,0,0,0,0 +449525,0,0,0,0,0 +449526,0,0,0,0,0 +449527,0,0,0,0,0 +449528,0,0,0,0,0 +449529,0,0,0,0,0 +449530,0,0,0,0,0 +449531,0,0,0,0,0 +449532,0,0,0,0,0 +449533,0,0,0,0,0 +449534,0,0,0,0,0 +449535,0,0,0,0,0 +449536,0,0,0,0,0 +449537,0,0,0,0,0 +449538,0,0,0,0,0 +449539,0,0,0,0,0 +449540,0,0,0,0,0 +449541,0,0,0,0,0 +449542,0,0,0,0,0 +449543,0,0,0,0,0 +449544,0,0,0,0,0 +449545,0,0,0,0,0 +449546,0,0,0,0,0 +449547,0,0,0,0,0 +449548,0,0,0,0,0 +449549,0,0,0,0,0 +449550,0,0,0,0,0 +449551,0,0,0,0,0 +449552,0,0,0,0,0 +449553,0,0,0,0,0 +449554,0,0,0,0,0 +449555,0,0,0,0,0 +449556,0,0,0,0,0 +449557,0,0,0,0,0 +449558,0,0,0,0,0 +449559,0,0,0,0,0 +449560,0,0,0,0,0 +449561,0,0,0,0,0 +449562,0,0,0,0,0 +449563,0,0,0,0,0 +449564,0,0,0,0,0 +449565,0,0,0,0,0 +449566,0,0,0,0,0 +449567,0,0,0,0,0 +449568,0,0,0,0,0 +449569,0,0,0,0,0 +449570,0,0,0,0,0 +449571,0,0,0,0,0 +449572,0,0,0,0,0 +449573,0,0,0,0,0 +449574,0,0,0,0,0 +449575,0,0,0,0,0 +449576,0,0,0,0,0 +449577,0,0,0,0,0 +449578,0,0,0,0,0 +449579,0,0,0,0,0 +449580,0,0,0,0,0 +449581,0,0,0,0,0 +449582,0,0,0,0,0 +449583,0,0,0,0,0 +449584,0,0,0,0,0 +449585,0,0,0,0,0 +449586,0,0,0,0,0 +449587,0,0,0,0,0 +449588,0,0,0,0,0 +449589,0,0,0,0,0 +449590,0,0,0,0,0 +449591,0,0,0,0,0 +449592,0,0,0,0,0 +449593,0,0,0,0,0 +449594,0,0,0,0,0 +449595,0,0,0,0,0 +449596,0,0,0,0,0 +449597,0,0,0,0,0 +449598,0,0,0,0,0 +449599,0,0,0,0,0 +449600,0,0,0,0,0 +449601,0,0,0,0,0 +449602,0,0,0,0,0 +449603,0,0,0,0,0 +449604,0,0,0,0,0 +449605,0,0,0,0,0 +449606,0,0,0,0,0 +449607,0,0,0,0,0 +449608,0,0,0,0,0 +449609,0,0,0,0,0 +449610,0,0,0,0,0 +449611,0,0,0,0,0 +449612,0,0,0,0,0 +449613,0,0,0,0,0 +449614,0,0,0,0,0 +449615,0,0,0,0,0 +449616,0,0,0,0,0 +449617,0,0,0,0,0 +449618,0,0,0,0,0 +449619,0,0,0,0,0 +449620,0,0,0,0,0 +449621,0,0,0,0,0 +449622,0,0,0,0,0 +449623,0,0,0,0,0 +449624,0,0,0,0,0 +449625,0,0,0,0,0 +449626,0,0,0,0,0 +449627,0,0,0,0,0 +449628,0,0,0,0,0 +449629,0,0,0,0,0 +449630,0,0,0,0,0 +449631,0,0,0,0,0 +449632,0,0,0,0,0 +449633,0,0,0,0,0 +449634,0,0,0,0,0 +449635,0,0,0,0,0 +449636,0,0,0,0,0 +449637,0,0,0,0,0 +449638,0,0,0,0,0 +449639,0,0,0,0,0 +449640,0,0,0,0,0 +449641,0,0,0,0,0 +449642,0,0,0,0,0 +449643,0,0,0,0,0 +449644,0,0,0,0,0 +449645,0,0,0,0,0 +449646,0,0,0,0,0 +449647,0,0,0,0,0 +449648,0,0,0,0,0 +449649,0,0,0,0,0 +449650,0,0,0,0,0 +449651,0,0,0,0,0 +449652,0,0,0,0,0 +449653,0,0,0,0,0 +449654,0,0,0,0,0 +449655,0,0,0,0,0 +449656,0,0,0,0,0 +449657,0,0,0,0,0 +449658,0,0,0,0,0 +449659,0,0,0,0,0 +449660,0,0,0,0,0 +449661,0,0,0,0,0 +449662,0,0,0,0,0 +449663,0,0,0,0,0 +449664,0,0,0,0,0 +449665,0,0,0,0,0 +449666,0,0,0,0,0 +449667,0,0,0,0,0 +449668,0,0,0,0,0 +449669,0,0,0,0,0 +449670,0,0,0,0,0 +449671,0,0,0,0,0 +449672,0,0,0,0,0 +449673,0,0,0,0,0 +449674,0,0,0,0,0 +449675,0,0,0,0,0 +449676,0,0,0,0,0 +449677,0,0,0,0,0 +449678,0,0,0,0,0 +449679,0,0,0,0,0 +449680,0,0,0,0,0 +449681,0,0,0,0,0 +449682,0,0,0,0,0 +449683,0,0,0,0,0 +449684,0,0,0,0,0 +449685,0,0,0,0,0 +449686,0,0,0,0,0 +449687,0,0,0,0,0 +449688,0,0,0,0,0 +449689,0,0,0,0,0 +449690,0,0,0,0,0 +449691,0,0,0,0,0 +449692,0,0,0,0,0 +449693,0,0,0,0,0 +449694,0,0,0,0,0 +449695,0,0,0,0,0 +449696,0,0,0,0,0 +449697,0,0,0,0,0 +449698,0,0,0,0,0 +449699,0,0,0,0,0 +449700,0,0,0,0,0 +449701,-1728.599248,-716.2130536,-1696.012686,-728.7642019,-712.8623008 +449702,-1396.086997,-566.0277882,-1366.180055,-583.4232828,-366.9591073 +449703,-1078.424909,-416.6070005,-1048.757186,-438.8670105,235.4293229 +449704,-1540.377075,-620.7520991,-1506.567412,-647.7220639,-605.7902095 +449705,-1476.018428,-588.8063922,-1441.904035,-620.3501867,-563.6095833 +449706,-1223.884727,-469.0042992,-1187.472495,-504.6914018,-58.14130876 +449707,-1610.561008,-641.2129205,-1572.714909,-680.74803,-757.3574005 +449708,-1349.120606,-518.6943978,-1309.784568,-561.9780011,-270.6860694 +449709,-1486.853747,-576.4345383,-1445.206876,-623.4639332,-459.360103 +449710,-1733.006211,-685.9332684,-1690.834473,-736.7301432,-945.5050528 +449711,-1499.242538,-257.6434937,-1456.175456,-631.1418188,-535.7296255 +449712,-1562.516992,-278.2388869,-1517.84445,-659.553856,-622.3368402 +449713,-1603.384806,-300.7654026,-1557.561629,-678.4016461,-691.5635295 +449714,-1627.053065,-250.9609072,-1580.316471,-689.6900616,-740.5260191 +449715,-1637.395557,-229.9557378,-1589.867705,-695.0066647,-769.8895135 +449716,-1639.115869,-210.444928,-1590.857672,-696.4127438,-784.8311271 +449717,-1636.270173,-190.7290718,-1587.313502,-695.7202469,-791.1137044 +449718,-1596.810047,-171.3528089,-1386.20859,-678.348416,-729.8538107 +449719,-1539.455438,-151.8423669,-1180.785225,-652.8094671,-634.8113568 +449720,-1296.19574,-132.5648175,-1316.538447,-631.9268826,-557.2363125 +449721,-1387.403914,-113.2165214,-1245.139435,-620.4946949,-516.5781345 +449722,-1351.077478,-93.82478434,-1230.781431,-616.540491,-505.3615098 +449723,-1333.260182,-74.55662553,-1215.690831,-612.6398167,-494.2248658 +449724,-1316.493414,-57.04007805,-1203.334348,-609.6581202,-486.7511267 +449725,-1304.158575,-40.90855198,-1191.486886,-607.0258443,-480.6756148 +449726,-1292.331368,-16.29276871,-1177.551834,-604.7916279,-476.1736103 +449727,-1280.440615,4.72061945,-1167.946436,-602.7238398,-472.3020662 +449728,-1269.381645,25.30735988,-1154.228284,-597.7995247,-456.9585803 +449729,-1256.378241,46.36330034,-1146.254458,-593.215125,-442.8880316 +449730,-1246.029886,66.65173237,-1134.954866,-577.1281412,-905.5833821 +449731,-1235.494606,87.2261558,-1121.130202,-555.0401213,-662.9234957 +449732,-1223.915037,106.475856,-1118.331375,-540.7677563,-526.291105 +449733,-1212.885374,126.4144716,-1103.220907,-516.6736071,-460.3643937 +449734,-1204.5697,145.7232782,-1094.891038,-506.6224926,-432.9777923 +449735,-950.1124054,165.4293275,-916.3744554,-384.7319853,135.2808703 +449736,-1400.510394,118.0423216,-1331.598758,-589.880136,-651.0780557 +449737,-1210.294941,133.5492551,-948.5631229,-557.6872188,-571.7080085 +449738,-1009.601533,299.8860371,-974.9357095,-412.7838351,59.87592995 +449739,-1202.718239,253.9950764,-1166.502287,-497.9874086,-181.3270316 +449740,-1251.281826,91.19084441,-1048.569388,-648.0637996,-818.9584269 +449741,-1069.709737,123.8645803,-1014.961602,-577.9668468,-642.4258275 +449742,-1144.835388,149.3262075,-1040.774804,-450.9479696,-511.0396327 +449743,-926.9207864,327.1231458,-894.9178198,-372.5385327,162.7109569 +449744,-1147.457454,277.679703,-1109.92466,-470.025515,-106.5245622 +449745,-1286.492753,243.9591856,-1059.737192,-532.831763,-288.537538 +449746,-1021.798598,91.25306857,-954.7686385,-663.0822324,-878.4689024 +449747,-1088.444367,285.5807692,-1009.500002,-370.7097155,-105.1192114 +449748,-1088.001465,265.6989168,-987.0070449,-514.2074499,-230.1731037 +449749,-1069.98448,253.8312679,-982.93954,-480.7927055,-307.9480945 +449750,-1059.500271,252.9687319,-975.8212394,-472.0240983,-332.5476626 +449751,-1050.674555,254.3301485,-962.3213253,-466.9501094,-343.1226465 +449752,-1038.89221,100.2502194,-955.5258356,-460.962638,-902.5396369 +449753,-1031.979709,319.0364049,-948.2670365,-439.3507605,-15.71644476 +449754,-1021.201323,291.7968238,-942.502405,-481.0929317,-175.1543263 +449755,-1019.363486,278.4303052,-933.6425347,-435.9218031,-263.1395604 +449756,-1004.885855,275.7031156,-928.9177603,-448.1170684,-298.2499738 +449757,-1001.813157,275.2489031,-923.3805585,-441.4835481,-318.2558913 +449758,-991.5436359,115.3699158,-914.0235945,-437.3998583,-899.3407005 +449759,-984.5613058,172.8275325,-909.8046366,-433.7759801,-593.9622333 +449760,-891.5469296,378.160594,-861.8744358,-362.4582964,200.1240221 +449761,67.31025574,167.5355482,204.4627979,-11.08946528,-654.2911939 +449762,293.1071766,361.9441164,332.372974,152.1800001,103.7981538 +449763,221.5304432,183.0352332,221.2485266,100.4866937,355.8620863 +449764,283.7308364,227.1061718,284.7826961,128.708265,514.3257172 +449765,318.6501987,257.7318411,321.5248435,144.5716474,613.3134127 +449766,342.0692188,280.8541078,346.6495148,155.2461853,683.2471706 +449767,358.8296468,299.098459,364.8113449,162.9131546,735.7571716 +449768,370.6501877,313.702124,377.7535774,168.3430471,775.721427 +449769,378.6267433,325.4979667,386.6452087,172.0305251,805.9562041 +449770,383.6220871,335.0910337,392.3502628,174.3605238,828.4106589 +449771,386.2739362,342.9276541,395.5304508,175.6226449,844.5348195 +449772,387.0759997,349.3547604,396.7151968,176.0203832,855.4990479 +449773,386.4162802,354.6483544,396.3274384,175.7280069,862.2636466 +449774,384.5551484,359.0284244,394.6996402,174.8888735,865.6080081 +449775,381.7534706,362.6790525,392.1109682,173.6257052,866.1949608 +449776,378.2137822,365.7399214,388.7646744,172.0274467,864.529368 +449777,374.123064,368.3341868,384.8460455,170.1750352,861.0649953 +449778,369.592694,516.207313,380.4663639,168.1160815,856.1050278 +449779,364.732599,597.9559889,375.7378418,165.8991369,849.9420728 +449780,359.6239438,561.3941545,370.7428346,163.5596936,842.8001898 +449781,354.3312699,608.7492925,365.5467525,161.1260236,834.8619658 +449782,348.904945,632.539187,360.2008069,158.6203544,826.2754682 +449783,343.3840596,655.7027099,354.7448897,156.060103,817.1607644 +449784,337.7988985,678.5930125,349.2099859,153.4589096,807.6152098 +449785,332.172881,701.0952102,343.6200907,150.8274565,797.7178555 +449786,326.5240884,723.29553,337.993746,148.1741236,787.5329202 +449787,320.866327,745.1017435,332.3451225,145.5054418,777.1125107 +449788,315.2100308,767.2068243,326.6849435,142.8264813,766.4987787 +449789,309.5630132,788.3228143,321.021251,140.1411719,755.7259415 +449790,303.9310025,810.0449646,315.3599548,137.4525297,744.8215935 +449791,298.3181435,829.31427,309.7053433,134.7628707,733.8081576 +449792,292.722663,856.7016473,304.0562046,132.0721148,722.7036248 +449793,287.1433508,881.0268169,298.4117668,129.3803719,711.5226033 +449794,281.5805136,903.9280922,292.7725766,126.6883192,700.2768221 +449795,276.0351573,926.9096364,287.1397425,123.9968628,688.9759112 +449796,270.5082336,950.10611,281.5142235,121.3068187,677.6275865 +449797,265.0003083,972.1374127,275.8966288,118.6188234,666.2382126 +449798,259.5115809,994.2868222,270.2872486,115.9333463,654.8129294 +449799,254.0420008,1015.9391,264.6861442,113.2507309,643.3560455 +449800,248.4745742,1037.380594,259.0931909,110.5712138,631.8709519 +449801,242.8508654,1058.50214,253.5081876,107.8949745,620.3605697 +449802,237.221644,1079.352647,247.9308706,105.1784008,608.8272847 +449803,234.5813619,1099.93743,245.3314937,103.7870639,602.6741889 +449804,240.8169527,1120.263813,251.5900782,106.4130115,612.5978052 +449805,246.7674502,1140.321027,257.4401396,108.8994434,621.9442194 +449806,252.407831,1160.143658,262.8934405,111.2378707,630.6572286 +449807,257.7813995,1179.673024,268.0431196,113.451557,638.807269 +449808,262.9341014,1198.598896,272.9583484,115.5633372,646.4676413 +449809,267.9114226,1218.344808,277.6881828,117.5942359,653.7115155 +449810,272.7441903,1237.031729,282.2648669,119.5600161,660.5972965 +449811,277.4567352,1255.68322,286.7114019,121.4721659,667.1705716 +449812,282.0700192,1274.13765,291.0460459,123.339401,673.4683972 +449813,286.5973005,1292.476049,295.2842129,125.1686971,679.5223592 +449814,291.0514059,1310.436822,299.4390718,126.9658004,685.3599973 +449815,295.4453466,1328.393779,303.5218261,128.7354925,691.0055012 +449816,299.7861412,1346.016715,307.5418643,130.4817122,696.4799355 +449817,304.0814635,1363.44499,311.5070951,132.2077254,701.8017293 +449818,308.3386958,1380.877876,315.4229216,133.9156659,706.9846861 +449819,312.54446,1397.793242,319.2781874,135.6001526,712.0123553 +449820,316.7379268,1414.855901,323.120104,137.2787765,716.9598917 +449821,320.8125717,1600.494521,326.8283778,138.9042775,721.6334162 +449822,331.9170421,1619.109695,337.4994707,143.6626636,739.4733689 +449823,346.538744,1636.685623,351.6681361,149.9440888,763.9526571 +449824,361.1686894,1661.336111,365.8453389,156.1575893,788.6088032 +449825,373.9626228,1672.054308,378.2731394,161.5179776,810.7867923 +449826,384.9400337,1698.350592,388.9279473,166.0493639,830.2148589 +449827,394.5882426,1703.526072,398.2544811,169.9799273,847.3863983 +449828,403.3052874,1698.113177,406.6327262,173.4955593,862.8020471 +449829,411.3249747,1750.072651,414.2938593,176.7062546,876.8017972 +449830,418.4509071,1748.358602,421.0438186,179.5250369,889.0061341 +449831,425.52421,1767.717116,427.7261669,182.3353991,900.9402537 +449832,432.1725849,1783.332052,433.9701061,184.9681506,911.926836 +449833,438.4632112,1798.78275,439.8436636,187.4533242,922.0887293 +449834,444.4548911,1813.77802,445.4062435,189.8168358,931.5356647 +449835,450.1975412,1828.999956,450.7083069,192.080353,940.3638529 +449836,455.7322613,1843.886337,455.7914883,194.261405,948.6557069 +449837,461.092565,1858.505448,460.6898195,196.3740175,956.481326 +449838,466.3057091,1873.131433,465.4310431,198.4293754,963.9001877 +449839,471.3940425,1887.531589,470.0379523,200.4364778,970.9630828 +449840,476.3758975,1901.88522,474.5292854,202.402568,977.7133914 +449841,481.2664373,1915.778244,478.920576,204.3335331,984.1884137 +449842,486.0781577,1929.939874,483.2246622,206.2341382,990.4201447 +449843,490.8214454,1943.767984,487.4522418,208.1082782,996.4361995 +449844,495.5048878,1957.323539,491.6121878,209.9591166,1002.260328 +449845,500.1356517,1970.915217,495.7119346,211.7892561,1007.9131 +449846,504.7196836,1984.284934,499.7576737,213.6008192,1013.412249 +449847,509.2619744,1997.5234,503.7546302,215.395568,1018.773198 +449848,513.7666824,2010.624398,507.7071735,217.1749459,1024.009273 +449849,518.2373299,2023.672781,511.619022,218.9401639,1029.132108 +449850,522.6768554,2036.352904,515.4933062,220.6922222,1034.151794 +449851,527.0877763,2048.157334,519.3327221,222.4319737,1039.077191 +449852,531.4637888,2059.823137,523.1324296,224.1570459,1043.915946 +449853,535.8019439,2071.172236,526.8904253,225.8663554,1204.311839 +449854,540.1032302,2082.16629,530.6079835,227.5602785,1202.644475 +449855,544.3703107,2093.14996,534.287747,229.2398032,1201.591625 +449856,548.6058065,2103.860329,537.9322779,230.905886,1229.429283 +449857,552.8118534,2114.397104,541.5436934,232.5592954,1245.186041 +449858,556.9901323,2124.747215,545.1236996,234.200631,1260.279003 +449859,561.1420658,2134.924414,548.6737724,235.8304054,1275.388875 +449860,565.268892,2144.923634,552.1952173,237.4490703,1289.942533 +449861,569.3717324,2154.751161,555.6892367,239.0570453,1304.759449 +449862,573.4515572,2164.506747,559.1568923,240.6546992,1318.639378 +449863,648.324077,2182.358442,562.5991482,242.2423679,1333.051746 +449864,728.5638489,2176.959362,566.0168403,243.8203394,1346.835267 +449865,727.442402,2196.630792,569.4107108,245.3888683,1360.499593 +449866,741.1650131,2173.920728,573.0092547,247.0460959,1373.882948 +449867,762.1237426,2201.985908,576.7109282,248.7345691,1387.480953 +449868,777.6935014,2206.830632,672.7060001,250.4096663,1400.487847 +449869,793.0073199,2213.18118,716.550083,252.0538253,1413.502698 +449870,808.2675184,2221.755785,693.698523,253.6660277,1426.165794 +449871,823.3803129,2229.455578,721.0617986,255.2506076,1439.083067 +449872,838.1341096,2237.034043,734.0713326,256.8118991,1451.433512 +449873,852.7630248,2244.596463,746.5302053,258.3529967,1463.794452 +449874,867.090486,2251.770796,758.9923937,259.876021,1475.763407 +449875,881.5647901,2258.945217,770.9504217,261.3825567,1488.152813 +449876,895.6190245,2266.157952,783.0683996,262.8739051,1500.086717 +449877,909.5982868,2273.032715,794.7786212,264.3511808,1511.539859 +449878,923.3828808,2279.867526,806.4033811,326.7666291,1523.318841 +449879,936.8785578,2286.662489,817.8282017,306.1821427,1534.765123 +449880,950.7051103,2293.06759,829.0286067,317.3261067,1546.111768 +449881,969.5513495,2302.16183,846.0585409,327.7092298,1579.128228 +449882,983.1919396,2308.766204,857.3968366,333.9437869,1591.979059 +449883,996.0368703,2315.067091,868.1185722,339.9266279,1604.053439 +449884,1008.675544,2321.154299,878.6854557,345.8140289,1615.880645 +449885,1021.413028,2327.165069,889.2564498,351.5328757,1627.340983 +449886,1033.946428,2332.747645,899.1574418,357.1552558,1638.640114 +449887,1045.584616,2338.300094,908.9474579,362.6796375,1649.681737 +449888,1057.97301,2343.886842,919.2389489,368.1007706,1660.55011 +449889,1069.440835,2349.111823,928.6820351,373.4584965,1671.346571 +449890,1081.728644,2354.292048,938.3750633,378.7722905,1681.9347 +449891,1093.035747,2359.319454,947.5683585,383.8254695,1692.383243 +449892,1104.750607,2364.210922,957.3135405,389.1162624,1702.782834 +449893,1116.008376,2369.0773,966.3090639,393.9698271,1712.952443 +449894,1127.174258,2375.663606,975.548492,399.2060064,1723.114456 +449895,1138.661614,2379.72057,984.4864696,403.8133204,1733.046936 +449896,1149.665924,2385.47298,993.4785516,408.9029267,1742.98048 +449897,1160.540928,2387.207907,1002.212995,413.543135,1752.68641 +449898,1171.562938,2398.671445,1010.808952,418.2765914,1762.401999 +449899,1182.185497,2384.895057,1019.676608,423.0590256,1771.8946 +449900,1193.008716,2396.369942,1027.93762,427.4714239,1781.403167 +449901,1203.438933,2405.563652,1036.6555,432.1495255,1790.683384 +449902,1213.772552,2404.565594,1045.031846,436.6426473,1799.558229 +449903,1224.536994,2409.248441,1053.013701,441.0240919,1809.347421 +449904,1234.746236,2412.624618,1061.44522,445.2989247,1818.126615 +449905,1245.237868,2415.831821,1069.204025,450.0010541,1827.176545 +449906,1254.993004,2418.802338,1077.577832,453.8635973,1836.022535 +449907,1265.160392,2422.041094,1085.547278,458.3666383,1844.892821 +449908,1275.223076,2424.631817,1093.276361,462.5603745,1853.52975 +449909,1284.968145,2427.440217,1101.10899,466.662722,1862.279378 +449910,1294.519863,2430.013218,1108.954359,470.7426601,1870.676629 +449911,1304.60218,2432.174392,1116.413591,474.7574942,1879.244456 +449912,1313.684919,2434.153388,1123.723394,478.5953076,1887.535078 +449913,1323.300507,2435.978383,1131.180613,482.7027285,1895.961042 +449914,1332.395193,2437.657745,1138.382238,486.4779698,1904.02303 +449915,1341.617307,2439.196195,1145.660621,490.4464268,1912.281693 +449916,1350.87437,2440.711693,1152.710628,493.9108624,1920.304277 +449917,1359.729989,2441.932017,1159.899639,497.9573717,1928.308924 +449918,1368.634239,2448.52776,1166.828891,501.5435359,1936.164406 +449919,1377.726194,2435.963893,1173.801228,505.2354734,1944.101626 +449920,1386.274884,2472.27092,1180.683928,508.7168854,1951.833749 +449921,1395.104257,2411.008235,1187.499932,512.5532956,1959.548622 +449922,1403.590544,2462.460577,1194.266253,515.9954752,1967.129975 +449923,1412.414365,2468.194056,1200.962203,519.6938143,1974.843583 +449924,1420.693289,2411.037057,1207.613245,522.9456353,1982.437673 +449925,1429.169632,2464.5648,1214.192707,526.5212456,2000.277658 +449926,1437.428985,2443.673839,1220.34995,529.7552778,1992.074533 +449927,1445.800798,2447.254743,1227.380446,533.4097355,1995.430287 +449928,1453.92367,2447.231809,1233.587818,536.6450045,2013.658634 +449929,1462.162657,2446.969149,1239.941199,540.0070105,2011.239214 +449930,1470.143628,2446.60118,1246.309287,543.3107034,2017.30976 +449931,1478.191766,2446.113248,1252.59946,546.5852239,2021.953857 +449932,1486.177734,2445.506996,1258.729593,549.8309392,2026.821562 +449933,1493.983783,2444.783609,1265.07291,553.0487452,2031.276626 +449934,1501.935476,2443.943837,1270.996839,556.0574836,2035.910138 +449935,1509.651259,2442.988404,1277.196407,559.5071624,2040.449146 +449936,1517.475232,2441.917032,1283.252159,562.5047335,2045.01543 +449937,1524.677066,2440.608409,1289.153354,565.6505115,2049.382167 +449938,1533.235114,2439.604733,1295.208457,568.7380178,2053.865611 +449939,1540.520676,2440.343556,1301.000134,571.8003971,2058.322761 +449940,1548.205095,2448.948269,1306.873778,574.8379948,2062.503448 +449941,1438.626077,2360.033545,1194.974193,524.4447642,1875.344398 +449942,1442.829584,2411.865742,1198.168487,526.3021257,1823.95224 +449943,1449.167165,2339.475941,1202.449757,528.5572675,1870.127688 +449944,1455.302435,2403.56427,1206.850277,530.7020758,1857.371254 +449945,1461.50295,2344.654736,1211.253697,533.3891391,1861.562027 +449946,1467.906987,2377.217138,1215.925542,535.6562152,1864.558108 +449947,1473.75075,2361.635024,1220.429112,538.1092585,1867.334979 +449948,1481.027134,2360.995373,1225.153751,540.5286585,1869.984677 +449949,1487.05699,2357.904186,1229.645584,542.9439004,1872.812795 +449950,1493.539183,2354.76141,1234.23259,545.3520496,1875.587324 +449951,1500.152894,2351.515444,1238.926779,547.7531529,1878.391753 +449952,1506.421138,2348.176076,1243.340709,550.1459408,1881.191481 +449953,1513.109256,2344.74589,1248.017801,552.529429,1884.078583 +449954,1519.365484,2341.337247,1252.522206,554.9034216,1886.777004 +449955,1525.938919,2341.011644,1257.008705,557.0512137,1889.648013 +449956,1532.532472,2338.572954,1261.6121,559.7555175,1892.518287 +449957,1538.822338,2333.751761,1266.074578,561.9300679,1895.14537 +449958,1545.476247,2337.644771,1270.52533,564.3076103,1898.191762 +449959,1551.846612,2315.314784,1275.138207,566.860876,1900.824277 +449960,1558.538686,2301.916039,1279.424566,568.8421291,1903.683762 +449961,1564.817703,2325.529782,1284.00424,571.3115183,1906.474082 +449962,1571.49978,2306.293745,1288.391327,573.5748584,1909.345661 +449963,1577.877523,2305.132699,1292.820694,575.8636076,1911.934693 +449964,1584.520805,2301.059025,1297.160147,577.8889895,1914.972381 +449965,1590.99429,2310.12546,1301.708252,580.5798542,1917.563671 +449966,1597.530889,2282.288692,1306.599144,582.6346412,1920.501487 +449967,1603.980049,2301.955018,1321.30532,584.933216,1923.073608 +449968,1610.632032,2278.47981,1310.457611,587.1776746,1925.997788 +449969,1617.028314,2280.769166,1307.845344,589.4108313,1928.6036 +449970,1623.789604,2274.457605,1330.898971,591.6344584,1931.392735 +449971,1629.902138,2268.794789,1325.323211,593.7908346,1951.179938 +449972,1636.446084,2263.437055,1331.618815,595.9260107,1910.949275 +449973,1642.717693,2257.740826,1335.592428,598.014234,1971.483893 +449974,1648.950581,2252.193722,1339.706347,600.1666311,1909.898654 +449975,1667.070941,2253.206868,1343.807293,602.2385139,1977.912278 +449976,1663.33526,2236.994607,1347.709033,604.3230209,1916.103101 +449977,1647.904586,2235.499266,1351.747594,606.393776,1977.342976 +449978,1686.127118,2229.395874,1355.789371,608.4615621,1943.099517 +449979,1677.600727,2222.9025,1359.609942,610.4724097,1958.225929 +449980,1686.872549,2216.874178,1363.517273,612.2121643,1958.90483 +449981,1693.063815,2210.70293,1367.596215,614.7056026,1961.56412 +449982,1699.335497,2204.174379,1371.226404,616.4143786,1969.485073 +449983,1705.664062,2197.849081,1375.21292,618.5473058,1963.912831 +449984,1711.935419,2191.235433,1378.968754,620.4783934,1969.967053 +449985,1718.209501,2184.612197,1382.838394,622.5260631,1972.26432 +449986,1724.231989,2178.094467,1386.568161,624.3676532,1974.47436 +449987,1730.865994,2171.000828,1390.397525,626.4323784,1977.023458 +449988,1736.646537,2164.189384,1394.08074,628.3122573,1979.632362 +449989,1743.151079,2150.508238,1402.088843,630.2396461,1982.060858 +449990,1749.202618,2159.516028,1401.150765,632.2279347,1984.669516 +449991,1755.472648,2131.882298,1415.220166,634.0439865,1986.928207 +449992,1761.439177,2139.286933,1396.759464,635.974336,1989.525127 +449993,1767.781122,2126.907349,1410.918033,637.8141705,1991.919108 +449994,1773.87346,2120.350706,1419.459072,639.7492605,1999.232459 +449995,1780.122976,2112.807688,1418.358875,641.5859715,1994.739105 +449996,1786.216226,2105.365718,1423.226382,643.4471784,1999.875245 +449997,1792.457584,2097.633668,1426.809231,645.3319916,2001.824999 +449998,1798.540646,2090.201252,1430.431608,647.0652155,2004.079942 +449999,1804.768635,2082.116754,1433.814907,648.979282,2006.54379 +450000,1810.836091,2074.484796,1437.379237,650.7571431,2013.710561 +450001,1576.010891,1937.848485,1199.50996,543.5849722,1554.27816 +450002,1576.150376,1953.36105,1196.982347,542.093371,1580.618148 +450003,1578.746577,1943.918934,1196.886339,542.4312998,1564.097583 +450004,1581.899064,1904.865668,1197.301931,542.7232912,1565.088018 +450005,1585.485033,1923.294521,1198.168562,543.2675555,1564.003371 +450006,1589.317603,1902.926262,1199.241681,543.9097604,1563.182696 +450007,1593.394495,1895.306961,1200.508789,544.6100128,1562.683601 +450008,1597.214975,1885.912519,1201.68286,545.3483543,1566.798781 +450009,1601.584026,1876.431344,1203.078082,546.1466989,1564.786374 +450010,1605.910458,1866.80941,1204.456003,546.8842958,1549.558004 +450011,1612.286937,1857.453675,1205.889411,547.7139289,1568.250914 +450012,1619.099042,1847.81503,1207.358111,548.5626872,1559.794815 +450013,1626.005237,1838.247324,1208.782064,549.3461568,1561.471454 +450014,1633.117766,1828.631792,1210.057116,550.2171584,1577.969731 +450015,1640.402005,1818.988904,1211.816738,551.0544468,1536.224526 +450016,1647.933022,1809.434585,1213.152637,551.913909,1574.128765 +450017,1655.2482,1799.559782,1214.703417,552.4290406,1559.319987 +450018,1663.315331,1789.915975,1216.470226,553.7366982,1562.16357 +450019,1670.904368,1780.142762,1217.890832,554.4405202,1567.409629 +450020,1678.981972,1770.36339,1219.663674,555.3546066,1569.033496 +450021,1687.184524,1760.558027,1221.08571,556.2266515,1559.7506 +450022,1695.124429,1750.728591,1223.010757,557.2313741,1565.656404 +450023,1703.835999,1740.997396,1238.954403,558.0279216,1564.756949 +450024,1712.020639,1730.826147,1212.178824,559.043386,1570.599961 +450025,1720.684534,1721.213998,1226.994207,559.8984376,1562.899501 +450026,1729.339326,1711.200891,1232.825406,560.9465715,1567.274697 +450027,1738.103795,1701.296222,1230.176189,561.8010655,1567.214909 +450028,1746.990602,1691.348389,1233.067158,562.7902571,1567.897237 +450029,1757.767244,1681.400239,1234.853191,563.743125,1568.393783 +450030,1775.038242,1671.429352,1236.61237,564.6668391,1569.273683 +450031,1765.013912,1682.729956,1238.284099,565.6566823,1569.994256 +450032,1779.205331,1620.401931,1240.032605,566.5516281,1570.571865 +450033,1796.406574,1667.137865,1241.549881,567.4831948,1571.635819 +450034,1800.213468,1611.503657,1243.272127,568.4098954,1572.136244 +450035,1810.795627,1628.410679,1244.915085,569.3385019,1573.226097 +450036,1820.211245,1608.95706,1246.572462,570.2688042,1573.883842 +450037,1829.670487,1600.354911,1248.231164,571.2010768,1574.968607 +450038,1839.194982,1590.237839,1249.889865,572.1347595,1575.779927 +450039,1848.792749,1579.932179,1251.549035,573.0701404,1576.40521 +450040,1858.579545,1569.919962,1253.30097,574.0495786,1583.20598 +450041,1868.106569,1559.777131,1254.816163,574.9234986,1576.38096 +450042,1877.992746,1549.333744,1259.990732,575.8929759,1579.716144 +450043,1887.823223,1539.398758,1254.893047,576.7827755,1581.161812 +450044,1897.867665,1529.027585,1275.538174,577.7872561,1581.735603 +450045,1907.709919,1519.025725,1238.271929,578.6975478,1582.804299 +450046,1935.173362,1524.996298,1274.329966,579.6455549,1583.808862 +450047,1901.703572,1475.438186,1262.435484,580.5875765,1584.707224 +450048,1950.491662,1502.723217,1266.196518,581.5291691,1590.821902 +450049,1945.360205,1471.457827,1268.12897,582.4714401,1585.280566 +450050,1958.52887,1470.408412,1269.679427,583.4134907,1588.051692 +450051,1968.605098,1457.717883,1271.425473,584.3553709,1589.559557 +450052,1979.07166,1448.220193,1272.914308,585.2967243,1590.425448 +450053,1989.603089,1437.936888,1274.612613,586.2378474,1591.471606 +450054,2014.005756,1428.129316,1276.222956,587.1779796,1597.117511 +450055,1989.312147,1418.056169,1277.84286,588.1177341,1592.507745 +450056,2030.939303,1408.10388,1279.457727,589.0563436,1594.49762 +450057,2029.666113,1398.166651,1281.069166,589.9939247,1600.947633 +450058,2041.891936,1388.260348,1286.083003,590.9304317,1596.45609 +450059,2072.792242,1378.389273,1280.271889,591.8661427,1597.694477 +450060,2034.239687,1368.45228,1286.730038,592.7998834,1603.959202 +450061,2349.407058,1466.295264,1538.725838,700.4644202,1635.81205 +450062,2303.893997,1458.383659,1522.405803,703.1890592,1666.550634 +450063,2353.516389,1450.369683,1535.14364,705.5160152,1702.805486 +450064,2341.208763,1441.819833,1538.349751,707.5269705,1733.361514 +450065,2378.07198,1433.280088,1540.887136,709.3156366,1756.679433 +450066,2366.167683,1424.664579,1544.264793,711.1167226,1773.786825 +450067,2403.210412,1416.029818,1547.362462,712.8084071,1786.735581 +450068,2399.421358,1407.287438,1550.335747,714.4599437,1797.116181 +450069,2416.90251,1398.898754,1553.23685,716.0738309,1805.522358 +450070,2429.280394,1390.091247,1556.120316,717.6559405,1812.602112 +450071,2441.191193,1381.489666,1558.890239,719.210248,1818.781065 +450072,2454.046131,1373.063402,1561.596682,720.7390958,1824.203059 +450073,2466.507474,1364.580313,1564.296945,722.244825,1829.017089 +450074,2479.016043,1355.897647,1566.931204,723.7283966,1833.533798 +450075,2491.362757,1347.661247,1569.406216,725.1914362,1837.420241 +450076,2504.188741,1339.205978,1572.125205,726.6343204,1840.975357 +450077,2516.695225,1330.793195,1574.571137,728.0583046,1844.253339 +450078,2529.222981,1322.734509,1577.045269,729.4635029,1847.279793 +450079,2549.21001,1314.32519,1579.495327,730.850845,1850.298838 +450080,2551.70332,1306.140785,1581.886602,732.2205329,1853.125375 +450081,2567.779489,1298.151647,1584.262407,733.573314,1855.546679 +450082,2580.282569,1290.141212,1586.554044,734.908929,1857.823028 +450083,2593.058789,1285.686436,1588.861965,736.2284248,1860.052524 +450084,2605.506743,1280.219663,1591.11432,737.5316494,1862.169574 +450085,2618.273478,1274.347515,1593.328584,738.8193267,1864.17757 +450086,2638.022222,1268.59583,1595.542133,740.0911791,1866.319671 +450087,2641.343621,1263.157288,1597.692338,741.3481837,1868.38984 +450088,2656.045744,1257.38631,1599.789431,742.5899746,1870.12093 +450089,2669.829013,1251.916842,1601.913343,743.8170825,1871.775653 +450090,2688.987611,1246.335399,1603.988029,745.0294104,1873.697737 +450091,2692.69084,1240.959702,1605.886262,746.168098,1875.576569 +450092,2705.816723,1235.53513,1607.703329,747.2801435,1877.061999 +450093,2720.086157,1229.955665,1609.494875,748.3719648,1878.408572 +450094,2737.799411,1224.800386,1611.278553,749.445098,1879.992299 +450095,2742.28092,1219.46836,1612.987191,750.5012314,1881.758307 +450096,2761.708679,1214.202524,1614.668548,751.5402359,1883.215292 +450097,2767.155818,1209.267381,1616.314083,752.563077,1884.610815 +450098,2785.177118,1230.87788,1617.937167,753.5697078,1885.897631 +450099,2790.962592,1159.282185,1619.517482,754.5608375,1887.205188 +450100,2806.034603,1213.53193,1621.0666,755.5362132,1888.45536 +450101,2811.947359,1195.948955,1622.596226,756.4969925,1889.403944 +450102,2819.235261,1168.699221,1624.038348,757.442887,1890.009342 +450103,2822.170548,1199.058534,1625.51747,758.3746129,1890.285404 +450104,2825.20601,1156.996023,1626.8795,759.2920217,1889.872371 +450105,2828.221396,1183.889424,1633.286575,760.1959449,1888.860563 +450106,2831.39135,1157.572728,1622.628834,761.0862676,1887.462569 +450107,2834.769537,1165.698949,1638.296498,761.9638153,1885.825039 +450108,2838.525392,1157.290184,1630.559368,762.828527,1884.33403 +450109,2842.340554,1153.923987,1633.619939,763.6812633,1882.450419 +450110,2846.26874,1150.002678,1635.259384,764.5209551,1880.662729 +450111,2850.403346,1145.993764,1636.252181,765.348951,1878.606593 +450112,2854.692098,1142.250684,1637.402845,766.1652312,1876.304137 +450113,2859.111021,1138.395043,1638.608857,766.9813003,1874.573983 +450114,2863.909058,1134.873774,1639.555435,767.8529555,1872.801723 +450115,2868.499011,1131.436734,1640.922145,768.9318464,1870.942811 +450116,2873.167889,1128.052903,1641.954036,770.1027757,1869.11257 +450117,2877.907393,1124.713901,1643.006267,771.3512541,1867.30803 +450118,2882.877409,1121.415184,1648.896393,772.7892226,1865.897713 +450119,2887.902004,1118.154701,1638.815443,774.098147,1864.304545 +450120,2892.615786,1114.856846,1652.381172,775.6093212,1862.450867 +450121,2899.239158,1134.691416,1692.466504,800.201983,1862.073839 +450122,2910.711239,1132.730821,1696.925531,802.9525373,1866.093746 +450123,2924.065388,1130.60572,1705.522019,805.6658021,1872.135428 +450124,2935.916652,1128.271169,1703.547593,808.1059753,1877.414139 +450125,2945.734177,1125.880554,1704.534003,810.5699118,1881.289146 +450126,2954.098292,1123.451856,1711.345488,813.0182922,1884.052552 +450127,2961.805348,1120.936867,1709.723091,815.4844307,1886.067911 +450128,2968.912015,1118.599527,1714.881335,817.9782701,1887.50312 +450129,2975.387035,1116.108117,1713.084284,820.5068981,1888.473533 +450130,2980.850097,1113.686683,1712.266407,823.0733772,1889.137757 +450131,2986.48957,1111.264539,1712.621345,825.6803602,1889.167895 +450132,2992.180921,1108.926027,1712.07152,828.3281274,1888.88541 +450133,2997.416917,1106.421941,1709.830369,831.0215979,1888.281277 +450134,3002.636835,1104.088848,1707.566918,833.7573398,1887.322525 +450135,3007.346241,1101.708484,1705.319476,836.5388786,1886.048409 +450136,3011.86306,1099.353709,1703.113566,839.365638,1884.530589 +450137,3016.261519,1097.014787,1700.952812,842.2386368,1882.829387 +450138,3020.590268,1094.691576,1698.832256,845.1579253,1880.990012 +450139,3024.878987,1092.384772,1696.74665,848.0653444,1879.046673 +450140,3029.144868,1090.093675,1694.691293,851.1668933,1877.024539 +450141,3033.691281,1087.818985,1692.659805,854.1841838,1874.933541 +450142,3037.933757,1085.561571,1690.647794,857.3604327,1872.795115 +450143,3042.164192,1083.321435,1688.654585,860.4277907,1870.617413 +450144,3046.397492,1081.098947,1686.678769,863.6752386,1868.41861 +450145,3050.639368,1078.894252,1684.71787,866.8589718,1866.197356 +450146,3054.885544,1076.707265,1682.766262,871.6614744,1863.962528 +450147,3059.132117,1074.537418,1680.820019,875.1815142,1861.706575 +450148,3063.384031,1072.385781,1678.881135,878.4057886,1859.437472 +450149,3067.642838,1070.252496,1676.949267,882.6384506,1857.161167 +450150,3071.909573,1068.137447,1675.023376,885.5731054,1854.880992 +450151,3076.184175,1065.974135,1673.102064,890.1708509,1852.598145 +450152,3080.423829,1063.815512,1671.178583,892.5292285,1850.315345 +450153,3084.598425,1061.668657,1669.24575,898.1335338,1848.031121 +450154,3088.710385,1059.463265,1667.305498,899.053879,1845.750235 +450155,3092.839463,1057.450695,1665.402673,882.810336,1843.528982 +450156,3096.909023,1055.295438,1663.485259,916.2107072,1841.300232 +450157,3100.858774,1053.217957,1661.511804,905.5874712,1839.00993 +450158,3105.060735,1051.144899,1659.530364,912.2637601,1836.71731 +450159,3108.946748,1049.087504,1657.550346,916.0806462,1834.433072 +450160,3112.794943,1047.045587,1655.750428,919.9226598,1832.145932 +450161,3116.622319,1045.019584,1653.750445,923.6455367,1829.859952 +450162,3120.447605,1039.963607,1651.751842,927.0355772,1827.586085 +450163,3125.10623,1037.441954,1649.42914,930.8052302,1825.32772 +450164,3130.233739,1035.175148,1646.887517,934.917662,1823.064581 +450165,3135.35959,1032.997439,1644.295399,938.7733651,1820.784489 +450166,3140.262369,1030.869718,1641.748667,942.8809003,1818.488757 +450167,3144.914968,1028.778697,1639.273226,946.9646601,1816.182592 +450168,3149.36704,1026.717609,1636.862202,951.1657475,1813.870933 +450169,3153.675365,1024.68346,1634.502036,955.175001,1811.558009 +450170,3157.879319,1022.67398,1632.180787,959.5430375,1809.245656 +450171,3162.000939,1020.688299,1629.889221,963.8116861,1806.933503 +450172,3166.054314,1018.725192,1627.621514,968.0089127,1804.621781 +450173,3170.048767,1016.78433,1625.37336,972.3954721,1802.310595 +450174,3173.990388,1014.864774,1623.140935,976.7552902,1799.999511 +450175,3177.885086,1012.966365,1620.921525,981.1650751,1797.688688 +450176,3181.737289,1011.160552,1618.712636,985.6028073,1795.377905 +450177,3185.549631,1009.195567,1616.511969,990.0843437,1793.066621 +450178,3189.324522,1007.408467,1614.317772,994.5962268,1790.75452 +450179,3193.063367,1005.578302,1612.128537,999.1428807,1788.441212 +450180,3196.767162,1003.777644,1609.94309,1003.790918,1786.126436 +450181,3203.685197,968.7081962,1610.92731,974.8636148,1789.497169 +450182,3205.721703,966.4674615,1608.396643,979.1603459,1787.486392 +450183,3205.42448,964.2987916,1603.931856,983.3992004,1782.598503 +450184,3205.456382,962.1927418,1599.772728,987.7260134,1777.535585 +450185,3206.872759,960.1103268,1596.488453,992.0869506,1773.476454 +450186,3209.590128,958.0489712,1594.065001,996.5515782,1770.5228 +450187,3213.171454,956.0069958,1592.247558,1000.865039,1768.410083 +450188,3217.234992,953.982671,1590.806662,1005.294425,1766.873248 +450189,3221.547511,951.9757487,1589.598004,1009.870237,1765.737739 +450190,3225.988134,950.054305,1588.541953,1014.319674,1764.902012 +450191,3230.497998,947.9773018,1587.594593,1018.85746,1764.30554 +450192,3235.044516,946.0657384,1586.727994,1023.48188,1763.906279 +450193,3239.825963,944.1094774,1585.920354,1027.938602,1763.669249 +450194,3244.814279,942.1771249,1585.153312,1032.505586,1763.563621 +450195,3249.917651,940.1896182,1584.412223,1037.175207,1763.563288 +450196,3255.061,938.3855673,1583.686883,1041.732266,1763.647999 +450197,3260.202402,936.4445475,1582.970894,1046.449542,1763.802704 +450198,3265.323966,934.5749318,1582.261093,1050.967801,1764.016984 +450199,3270.417907,932.7075031,1581.554798,1055.903324,1764.281607 +450200,3275.479691,930.8516731,1580.849905,1060.361775,1764.588685 +450201,3280.506374,929.0077646,1580.145224,1065.202605,1764.932037 +450202,3285.496193,927.1750932,1579.439773,1069.845644,1765.306279 +450203,3290.447615,925.3539034,1578.732838,1074.643594,1765.706828 +450204,3295.359983,923.5435111,1578.024046,1079.322859,1766.12997 +450205,3300.23228,921.7441834,1577.312889,1084.218962,1766.572193 +450206,3305.064541,919.9552465,1576.599318,1088.800919,1767.03092 +450207,3309.858462,918.1769835,1575.883899,1093.534554,1767.504646 +450208,3314.61332,916.4087235,1575.166048,1098.497081,1767.990691 +450209,3319.327532,914.6507723,1574.444921,1103.167307,1768.486268 +450210,3324.001541,912.9024512,1573.720591,1107.956896,1768.989956 +450211,3328.63666,911.0818908,1572.993819,1112.380487,1769.501383 +450212,3333.112309,909.2571067,1572.257254,1116.762138,1770.021503 +450213,3337.349522,907.4280366,1571.506633,1120.981534,1770.549596 +450214,3341.351839,905.674902,1570.743496,1125.271772,1771.090665 +450215,3345.146598,903.7573312,1569.970524,1129.491247,1771.643545 +450216,3348.770587,901.9902835,1569.191181,1133.697798,1772.20927 +450217,3352.252853,900.1703716,1568.407619,1137.876338,1772.787934 +450218,3355.61218,898.3651298,1567.621388,1141.944105,1773.379262 +450219,3358.844501,896.5648878,1566.823934,1151.331593,1773.97037 +450220,3361.983764,894.7693127,1566.031995,1144.328432,1774.58071 +450221,3364.992523,892.9784546,1565.219918,1172.754017,1775.176076 +450222,3367.950371,891.1920765,1564.434025,1133.227579,1775.813914 +450223,3370.850295,889.4101797,1563.66868,1174.298481,1776.486057 +450224,3373.595563,887.6327232,1562.863846,1163.563907,1777.115306 +450225,3376.236342,885.8596962,1562.04862,1170.244957,1777.737376 +450226,3378.793939,884.0908508,1561.237928,1174.027379,1778.370013 +450227,3381.262767,882.3261987,1560.423516,1177.951144,1779.001848 +450228,3383.642389,880.5654743,1559.60696,1181.763359,1779.634213 +450229,3385.939319,878.8087358,1558.788295,1185.549677,1780.266548 +450230,3388.147984,877.0557414,1557.967314,1189.385483,1780.898031 +450231,3390.27523,875.3065441,1557.144689,1192.880408,1781.528989 +450232,3392.315361,873.4948414,1556.32062,1196.742056,1782.159192 +450233,3394.272887,871.8497811,1555.494121,1200.300768,1782.786935 +450234,3396.141813,870.0645361,1554.66499,1203.905185,1783.411541 +450235,3397.923598,868.3392959,1553.833573,1207.456765,1784.033046 +450236,3399.621029,866.607344,1553.000012,1210.966002,1784.651265 +450237,3401.23456,864.9441884,1552.163972,1214.432816,1785.265431 +450238,3402.764212,863.1218155,1551.325465,1217.942131,1785.875247 +450239,3404.211303,861.4452786,1550.485252,1221.191797,1786.481386 +450240,3405.86626,859.7153063,1549.641715,1224.588633,1787.081524 +450241,3410.580623,791.6690406,1552.098903,1161.565573,1793.552609 +450242,3405.639448,789.13515,1547.636234,1163.936352,1789.431129 +450243,3397.20612,786.7982098,1539.900733,1166.575126,1779.840762 +450244,3390.28412,784.7258878,1532.5928,1169.192044,1770.179912 +450245,3386.674383,782.399073,1527.178651,1171.789838,1762.750095 +450246,3385.852588,780.2700555,1523.58878,1174.350219,1757.702402 +450247,3383.24457,778.1116936,1436.593353,1177.060385,1751.766113 +450248,3377.31338,775.9538341,1442.143116,1179.580817,1743.576489 +450249,3372.197548,773.7989667,1448.864838,1182.040025,1736.680413 +450250,3369.419517,771.6503403,1440.355415,1184.44721,1732.034859 +450251,3367.691941,769.507851,1434.441689,1186.803624,1728.692557 +450252,3366.227089,767.3697705,1425.733979,1189.110659,1726.079654 +450253,3365.138377,765.2353973,1428.978192,1191.367278,1724.272132 +450254,3364.536917,763.1631065,1423.262015,1193.487032,1723.318195 +450255,3364.081171,760.9484652,1419.654882,1195.851602,1722.716698 +450256,3363.608961,758.8638642,1415.992514,1197.762995,1722.722852 +450257,3363.132634,756.7311023,1412.628557,1199.882291,1723.06195 +450258,3362.625954,754.6088677,1409.01519,1201.861166,1723.676958 +450259,3362.079378,752.4298988,1405.683476,1203.797141,1724.512571 +450260,3361.291614,750.3970891,1396.752236,1205.678024,1725.389761 +450261,3360.454946,748.2387944,1400.334772,1207.503388,1726.241805 +450262,3359.758197,746.13196,1394.186017,1209.272523,1727.605914 +450263,3359.019652,744.0181486,1390.941379,1210.98493,1728.885765 +450264,3358.158828,741.9055864,1387.468659,1212.640265,1730.545324 +450265,3357.232534,739.8517956,1384.094345,1214.238249,1732.465105 +450266,3356.235183,737.6581565,1380.553719,1215.778231,1734.051823 +450267,3355.175448,735.5900742,1377.107311,1217.259982,1735.641307 +450268,3354.016855,733.4743331,1373.797048,1218.682849,1737.421882 +450269,3352.750671,731.3684079,1370.119998,1220.046561,1739.24743 +450270,3351.373255,729.2637001,1366.783893,1221.350493,1740.891349 +450271,3349.89953,727.0509177,1362.955039,1221.319581,1742.763234 +450272,3348.015084,724.7952874,1359.381482,1221.092963,1744.670696 +450273,3345.541575,722.5462998,1355.295805,1220.702461,1746.603857 +450274,3342.354377,720.2917451,1346.282585,1220.155609,1748.456622 +450275,3338.725673,718.0348767,1350.103151,1219.461553,1750.365233 +450276,3334.902745,715.7722236,1343.146548,1218.624632,1752.447658 +450277,3330.777686,713.5070158,1339.603486,1217.648778,1754.572684 +450278,3326.357541,711.2378188,1335.933975,1216.535808,1756.500902 +450279,3321.715771,708.9655751,1332.095868,1215.288258,1758.683763 +450280,3316.76235,704.9984979,1324.489967,1217.127615,1760.832199 +450281,3312.37471,702.5890557,1319.914456,1216.233027,1762.893567 +450282,3308.28127,700.1202124,1315.939696,1214.991047,1764.944901 +450283,3304.065746,697.7906452,1311.941411,1213.580349,1767.048402 +450284,3299.505523,695.3724282,1308.070212,1212.022118,1769.209266 +450285,3294.574155,693.1016175,1303.927907,1210.329355,1771.419141 +450286,3289.333534,690.7201443,1299.969022,1208.508048,1773.673716 +450287,3283.570679,688.3881063,1296.155343,1206.563102,1775.974716 +450288,3277.927076,686.1039117,1292.037259,1204.496635,1778.315979 +450289,3272.115256,683.6908907,1288.216582,1202.223695,1780.690311 +450290,3266.139762,681.3943837,1284.21141,1200.047339,1783.094603 +450291,3260.004816,679.0543134,1280.421776,1197.569444,1785.523975 +450292,3253.88753,676.72275,1261.858037,1195.049573,1788.106033 +450293,3248.073175,674.4438366,1293.779091,1192.492683,1791.055828 +450294,3242.505276,671.9863573,1248.16599,1189.611874,1794.331499 +450295,3236.814528,669.7697775,1281.180382,1201.84242,1797.649404 +450296,3231.115558,667.3960755,1237.637006,1161.454379,1801.091365 +450297,3225.409038,665.0747929,1267.404894,1207.812297,1804.648237 +450298,3219.630739,662.7965429,1247.248774,1151.067834,1808.261378 +450299,3213.80901,660.3934886,1248.689235,1190.203243,1811.944052 +450300,3207.843771,658.0490927,1256.579533,1161.795452,1815.611587 +450301,2168.439774,655.5358286,879.190396,1169.408425,2278.680452 +450302,2264.291625,784.291187,915.5917671,1294.595409,2340.430279 +450303,2389.887809,785.1887728,962.3346319,1285.310646,2414.692436 +450304,2484.460547,782.6316585,997.7781548,1291.352899,2461.21873 +450305,2539.321227,780.3922999,1018.806093,1272.339048,2478.611655 +450306,2570.969122,778.3075837,1032.102561,1276.999085,2483.101539 +450307,2589.83948,776.0477794,1041.345446,1266.905316,2482.686093 +450308,2601.535629,773.9191708,1048.340559,1261.307869,2480.593534 +450309,2608.836815,771.5786726,1053.954282,1254.712522,2478.108073 +450310,2613.075408,769.418806,1058.604233,1256.658086,2475.698927 +450311,2614.92731,767.0473916,1062.49778,1227.130005,2473.489947 +450312,2614.819399,764.864302,1065.764102,1240.199018,2471.488856 +450313,2613.049306,762.4742857,1068.498536,1224.272824,2469.475957 +450314,2609.870308,760.2762817,1070.781632,1218.202406,2467.827661 +450315,2605.507206,758.353072,1072.678698,1210.234971,2466.319999 +450316,2600.151961,755.4333697,1074.252067,1202.034056,2464.932268 +450317,2593.961836,753.364943,1075.551618,1193.883711,2463.64714 +450318,2587.051752,751.0665967,1076.6134,1185.159397,2462.449678 +450319,2579.520488,748.5982848,1077.474677,1176.413685,2461.327288 +450320,2571.452526,746.4438082,1078.161321,1167.595296,2460.269423 +450321,2562.947792,743.9838422,1078.714472,1158.342073,2459.298223 +450322,2554.035673,741.7595559,1079.138263,1149.257291,2458.37558 +450323,2544.741533,738.5184249,1079.442241,1146.353245,2457.469515 +450324,2535.886013,736.0037164,1079.612022,1153.393366,2456.590177 +450325,2527.286901,733.7127549,1079.675543,1107.610011,2455.735559 +450326,2518.621865,731.2390276,1079.657767,1140.530176,2454.902852 +450327,2509.722913,722.9972725,1079.580031,1048.018004,2454.087358 +450328,2495.517604,719.9303346,1079.222301,1055.410136,2453.278722 +450329,2478.397797,717.3879805,1078.678859,1039.127636,2452.476268 +450330,2461.230353,714.9332018,1078.07862,1032.138859,2451.68005 +450331,2445.40806,712.3965148,1077.499375,1024.36937,2450.922487 +450332,2431.119468,710.0964404,1076.940796,1017.317075,2450.169164 +450333,2418.104787,707.7649151,1076.390714,1009.99758,2449.390983 +450334,2406.088137,705.32489,1075.851743,1003.266214,2448.600968 +450335,2394.858853,703.0850339,1075.316518,996.5967399,2447.803331 +450336,2384.270405,700.7520559,1074.787476,990.1365034,2446.997629 +450337,2374.218813,698.4002377,1074.262432,983.7529549,2446.182067 +450338,2364.624456,696.1538565,1073.736906,977.4397442,2445.354929 +450339,2355.422341,693.8989498,1073.211694,971.3743299,2444.514825 +450340,2346.558207,691.5044196,1072.687911,965.3957671,2443.660821 +450341,2337.986672,689.314907,1072.159142,959.3987642,2442.792296 +450342,2329.670066,687.0753776,1071.629266,953.6036771,2441.90898 +450343,2321.610301,684.7040354,1071.112937,947.9430189,2441.046659 +450344,2313.749324,682.5367368,1070.591888,942.2375119,2440.171284 +450345,2306.039273,680.3204257,1070.05561,936.5596179,2439.254958 +450346,2298.477829,677.9275063,1069.513197,931.2321872,2438.314715 +450347,2291.056239,675.8483748,1068.961692,925.6523957,2437.357612 +450348,2283.764217,673.6223063,1068.406631,920.3805173,2436.386821 +450349,2276.591683,671.3034056,1067.847931,914.9696049,2435.4039 +450350,2269.529537,669.1820738,1067.28265,909.8048751,2434.409863 +450351,2262.569757,667.011722,1066.712853,904.5072739,2433.405477 +450352,2255.705436,664.7083876,1066.140741,899.4482341,2432.391497 +450353,2248.93056,662.6107273,1065.560758,894.1881444,2431.368604 +450354,2242.239982,660.4632435,1064.977578,889.3219754,2430.337537 +450355,2235.629173,658.1416147,1064.390883,884.237451,2429.298954 +450356,2229.094229,656.1292425,1063.797728,879.2255027,2428.253556 +450357,2222.631682,653.9746402,1063.200251,874.3499294,2427.201953 +450358,2215.969006,651.7245707,1062.600742,869.5133816,2426.14478 +450359,2209.649433,649.6737,1061.993692,864.5971371,2425.082592 +450360,2203.433671,647.5728735,1061.400442,859.835141,2424.054156 +450361,0,0,0,0,0 +450362,0,0,0,0,0 +450363,0,0,0,0,0 +450364,0,0,0,0,0 +450365,0,0,0,0,0 +450366,0,0,0,0,0 +450367,0,0,0,0,0 +450368,0,0,0,0,0 +450369,0,0,0,0,0 +450370,0,0,0,0,0 +450371,0,0,0,0,0 +450372,0,0,0,0,0 +450373,0,0,0,0,0 +450374,0,0,0,0,0 +450375,0,0,0,0,0 +450376,0,0,0,0,0 +450377,0,0,0,0,0 +450378,0,0,0,0,0 +450379,0,0,0,0,0 +450380,0,0,0,0,0 +450381,0,0,0,0,0 +450382,0,0,0,0,0 +450383,0,0,0,0,0 +450384,0,0,0,0,0 +450385,0,0,0,0,0 +450386,0,0,0,0,0 +450387,0,0,0,0,0 +450388,0,0,0,0,0 +450389,0,0,0,0,0 +450390,0,0,0,0,0 +450391,0,0,0,0,0 +450392,0,0,0,0,0 +450393,0,0,0,0,0 +450394,0,0,0,0,0 +450395,0,0,0,0,0 +450396,0,0,0,0,0 +450397,0,0,0,0,0 +450398,0,0,0,0,0 +450399,0,0,0,0,0 +450400,0,0,0,0,0 +450401,0,0,0,0,0 +450402,0,0,0,0,0 +450403,0,0,0,0,0 +450404,0,0,0,0,0 +450405,0,0,0,0,0 +450406,0,0,0,0,0 +450407,0,0,0,0,0 +450408,0,0,0,0,0 +450409,0,0,0,0,0 +450410,0,0,0,0,0 +450411,0,0,0,0,0 +450412,0,0,0,0,0 +450413,0,0,0,0,0 +450414,0,0,0,0,0 +450415,0,0,0,0,0 +450416,0,0,0,0,0 +450417,0,0,0,0,0 +450418,0,0,0,0,0 +450419,0,0,0,0,0 +450420,0,0,0,0,0 +450421,0,0,0,0,0 +450422,0,0,0,0,0 +450423,0,0,0,0,0 +450424,0,0,0,0,0 +450425,0,0,0,0,0 +450426,0,0,0,0,0 +450427,0,0,0,0,0 +450428,0,0,0,0,0 +450429,0,0,0,0,0 +450430,0,0,0,0,0 +450431,0,0,0,0,0 +450432,0,0,0,0,0 +450433,0,0,0,0,0 +450434,0,0,0,0,0 +450435,0,0,0,0,0 +450436,0,0,0,0,0 +450437,0,0,0,0,0 +450438,0,0,0,0,0 +450439,0,0,0,0,0 +450440,0,0,0,0,0 +450441,0,0,0,0,0 +450442,0,0,0,0,0 +450443,0,0,0,0,0 +450444,0,0,0,0,0 +450445,0,0,0,0,0 +450446,0,0,0,0,0 +450447,0,0,0,0,0 +450448,0,0,0,0,0 +450449,0,0,0,0,0 +450450,0,0,0,0,0 +450451,0,0,0,0,0 +450452,0,0,0,0,0 +450453,0,0,0,0,0 +450454,0,0,0,0,0 +450455,0,0,0,0,0 +450456,0,0,0,0,0 +450457,0,0,0,0,0 +450458,0,0,0,0,0 +450459,0,0,0,0,0 +450460,0,0,0,0,0 +450461,0,0,0,0,0 +450462,0,0,0,0,0 +450463,0,0,0,0,0 +450464,0,0,0,0,0 +450465,0,0,0,0,0 +450466,0,0,0,0,0 +450467,0,0,0,0,0 +450468,0,0,0,0,0 +450469,0,0,0,0,0 +450470,0,0,0,0,0 +450471,0,0,0,0,0 +450472,0,0,0,0,0 +450473,0,0,0,0,0 +450474,0,0,0,0,0 +450475,0,0,0,0,0 +450476,0,0,0,0,0 +450477,0,0,0,0,0 +450478,0,0,0,0,0 +450479,0,0,0,0,0 +450480,0,0,0,0,0 +450481,0,0,0,0,0 +450482,0,0,0,0,0 +450483,0,0,0,0,0 +450484,0,0,0,0,0 +450485,0,0,0,0,0 +450486,0,0,0,0,0 +450487,0,0,0,0,0 +450488,0,0,0,0,0 +450489,0,0,0,0,0 +450490,0,0,0,0,0 +450491,0,0,0,0,0 +450492,0,0,0,0,0 +450493,0,0,0,0,0 +450494,0,0,0,0,0 +450495,0,0,0,0,0 +450496,0,0,0,0,0 +450497,0,0,0,0,0 +450498,0,0,0,0,0 +450499,0,0,0,0,0 +450500,0,0,0,0,0 +450501,0,0,0,0,0 +450502,0,0,0,0,0 +450503,0,0,0,0,0 +450504,0,0,0,0,0 +450505,0,0,0,0,0 +450506,0,0,0,0,0 +450507,0,0,0,0,0 +450508,0,0,0,0,0 +450509,0,0,0,0,0 +450510,0,0,0,0,0 +450511,0,0,0,0,0 +450512,0,0,0,0,0 +450513,0,0,0,0,0 +450514,0,0,0,0,0 +450515,0,0,0,0,0 +450516,0,0,0,0,0 +450517,0,0,0,0,0 +450518,0,0,0,0,0 +450519,0,0,0,0,0 +450520,0,0,0,0,0 +450521,0,0,0,0,0 +450522,0,0,0,0,0 +450523,0,0,0,0,0 +450524,0,0,0,0,0 +450525,0,0,0,0,0 +450526,0,0,0,0,0 +450527,0,0,0,0,0 +450528,0,0,0,0,0 +450529,0,0,0,0,0 +450530,0,0,0,0,0 +450531,0,0,0,0,0 +450532,0,0,0,0,0 +450533,0,0,0,0,0 +450534,0,0,0,0,0 +450535,0,0,0,0,0 +450536,0,0,0,0,0 +450537,0,0,0,0,0 +450538,0,0,0,0,0 +450539,0,0,0,0,0 +450540,0,0,0,0,0 +450541,0,0,0,0,0 +450542,0,0,0,0,0 +450543,0,0,0,0,0 +450544,0,0,0,0,0 +450545,0,0,0,0,0 +450546,0,0,0,0,0 +450547,0,0,0,0,0 +450548,0,0,0,0,0 +450549,0,0,0,0,0 +450550,0,0,0,0,0 +450551,0,0,0,0,0 +450552,0,0,0,0,0 +450553,0,0,0,0,0 +450554,0,0,0,0,0 +450555,0,0,0,0,0 +450556,0,0,0,0,0 +450557,0,0,0,0,0 +450558,0,0,0,0,0 +450559,0,0,0,0,0 +450560,0,0,0,0,0 +450561,0,0,0,0,0 +450562,0,0,0,0,0 +450563,0,0,0,0,0 +450564,0,0,0,0,0 +450565,0,0,0,0,0 +450566,0,0,0,0,0 +450567,0,0,0,0,0 +450568,0,0,0,0,0 +450569,0,0,0,0,0 +450570,0,0,0,0,0 +450571,0,0,0,0,0 +450572,0,0,0,0,0 +450573,0,0,0,0,0 +450574,0,0,0,0,0 +450575,0,0,0,0,0 +450576,0,0,0,0,0 +450577,0,0,0,0,0 +450578,0,0,0,0,0 +450579,0,0,0,0,0 +450580,0,0,0,0,0 +450581,0,0,0,0,0 +450582,0,0,0,0,0 +450583,0,0,0,0,0 +450584,0,0,0,0,0 +450585,0,0,0,0,0 +450586,0,0,0,0,0 +450587,0,0,0,0,0 +450588,0,0,0,0,0 +450589,0,0,0,0,0 +450590,0,0,0,0,0 +450591,0,0,0,0,0 +450592,0,0,0,0,0 +450593,0,0,0,0,0 +450594,0,0,0,0,0 +450595,0,0,0,0,0 +450596,0,0,0,0,0 +450597,0,0,0,0,0 +450598,0,0,0,0,0 +450599,0,0,0,0,0 +450600,0,0,0,0,0 +450601,0,0,0,0,0 +450602,0,0,0,0,0 +450603,0,0,0,0,0 +450604,0,0,0,0,0 +450605,0,0,0,0,0 +450606,0,0,0,0,0 +450607,0,0,0,0,0 +450608,0,0,0,0,0 +450609,0,0,0,0,0 +450610,0,0,0,0,0 +450611,0,0,0,0,0 +450612,0,0,0,0,0 +450613,0,0,0,0,0 +450614,0,0,0,0,0 +450615,0,0,0,0,0 +450616,0,0,0,0,0 +450617,0,0,0,0,0 +450618,0,0,0,0,0 +450619,0,0,0,0,0 +450620,0,0,0,0,0 +450621,0,0,0,0,0 +450622,0,0,0,0,0 +450623,0,0,0,0,0 +450624,0,0,0,0,0 +450625,0,0,0,0,0 +450626,0,0,0,0,0 +450627,0,0,0,0,0 +450628,0,0,0,0,0 +450629,0,0,0,0,0 +450630,0,0,0,0,0 +450631,0,0,0,0,0 +450632,0,0,0,0,0 +450633,0,0,0,0,0 +450634,0,0,0,0,0 +450635,0,0,0,0,0 +450636,0,0,0,0,0 +450637,0,0,0,0,0 +450638,0,0,0,0,0 +450639,0,0,0,0,0 +450640,0,0,0,0,0 +450641,0,0,0,0,0 +450642,0,0,0,0,0 +450643,0,0,0,0,0 +450644,0,0,0,0,0 +450645,0,0,0,0,0 +450646,0,0,0,0,0 +450647,0,0,0,0,0 +450648,0,0,0,0,0 +450649,0,0,0,0,0 +450650,0,0,0,0,0 +450651,0,0,0,0,0 +450652,0,0,0,0,0 +450653,0,0,0,0,0 +450654,0,0,0,0,0 +450655,0,0,0,0,0 +450656,0,0,0,0,0 +450657,0,0,0,0,0 +450658,0,0,0,0,0 +450659,0,0,0,0,0 +450660,0,0,0,0,0 +450661,0,0,0,0,0 +450662,0,0,0,0,0 +450663,0,0,0,0,0 +450664,0,0,0,0,0 +450665,0,0,0,0,0 +450666,0,0,0,0,0 +450667,0,0,0,0,0 +450668,0,0,0,0,0 +450669,0,0,0,0,0 +450670,0,0,0,0,0 +450671,0,0,0,0,0 +450672,0,0,0,0,0 +450673,0,0,0,0,0 +450674,0,0,0,0,0 +450675,0,0,0,0,0 +450676,0,0,0,0,0 +450677,0,0,0,0,0 +450678,0,0,0,0,0 +450679,0,0,0,0,0 +450680,0,0,0,0,0 +450681,0,0,0,0,0 +450682,0,0,0,0,0 +450683,0,0,0,0,0 +450684,0,0,0,0,0 +450685,0,0,0,0,0 +450686,0,0,0,0,0 +450687,0,0,0,0,0 +450688,0,0,0,0,0 +450689,0,0,0,0,0 +450690,0,0,0,0,0 +450691,0,0,0,0,0 +450692,0,0,0,0,0 +450693,0,0,0,0,0 +450694,0,0,0,0,0 +450695,0,0,0,0,0 +450696,0,0,0,0,0 +450697,0,0,0,0,0 +450698,0,0,0,0,0 +450699,0,0,0,0,0 +450700,0,0,0,0,0 +450701,0,0,0,0,0 +450702,0,0,0,0,0 +450703,0,0,0,0,0 +450704,0,0,0,0,0 +450705,0,0,0,0,0 +450706,0,0,0,0,0 +450707,0,0,0,0,0 +450708,0,0,0,0,0 +450709,0,0,0,0,0 +450710,0,0,0,0,0 +450711,0,0,0,0,0 +450712,0,0,0,0,0 +450713,0,0,0,0,0 +450714,0,0,0,0,0 +450715,0,0,0,0,0 +450716,0,0,0,0,0 +450717,0,0,0,0,0 +450718,0,0,0,0,0 +450719,0,0,0,0,0 +450720,0,0,0,0,0 +450721,0,0,0,0,0 +450722,0,0,0,0,0 +450723,0,0,0,0,0 +450724,0,0,0,0,0 +450725,0,0,0,0,0 +450726,0,0,0,0,0 +450727,0,0,0,0,0 +450728,0,0,0,0,0 +450729,0,0,0,0,0 +450730,0,0,0,0,0 +450731,0,0,0,0,0 +450732,0,0,0,0,0 +450733,0,0,0,0,0 +450734,0,0,0,0,0 +450735,0,0,0,0,0 +450736,0,0,0,0,0 +450737,0,0,0,0,0 +450738,0,0,0,0,0 +450739,0,0,0,0,0 +450740,0,0,0,0,0 +450741,0,0,0,0,0 +450742,0,0,0,0,0 +450743,0,0,0,0,0 +450744,0,0,0,0,0 +450745,0,0,0,0,0 +450746,0,0,0,0,0 +450747,0,0,0,0,0 +450748,0,0,0,0,0 +450749,0,0,0,0,0 +450750,0,0,0,0,0 +450751,0,0,0,0,0 +450752,0,0,0,0,0 +450753,0,0,0,0,0 +450754,0,0,0,0,0 +450755,0,0,0,0,0 +450756,0,0,0,0,0 +450757,0,0,0,0,0 +450758,0,0,0,0,0 +450759,0,0,0,0,0 +450760,0,0,0,0,0 +450761,0,0,0,0,0 +450762,0,0,0,0,0 +450763,0,0,0,0,0 +450764,0,0,0,0,0 +450765,0,0,0,0,0 +450766,0,0,0,0,0 +450767,0,0,0,0,0 +450768,0,0,0,0,0 +450769,0,0,0,0,0 +450770,0,0,0,0,0 +450771,0,0,0,0,0 +450772,0,0,0,0,0 +450773,0,0,0,0,0 +450774,0,0,0,0,0 +450775,0,0,0,0,0 +450776,0,0,0,0,0 +450777,0,0,0,0,0 +450778,0,0,0,0,0 +450779,0,0,0,0,0 +450780,0,0,0,0,0 +450781,0,0,0,0,0 +450782,0,0,0,0,0 +450783,0,0,0,0,0 +450784,0,0,0,0,0 +450785,0,0,0,0,0 +450786,0,0,0,0,0 +450787,0,0,0,0,0 +450788,0,0,0,0,0 +450789,0,0,0,0,0 +450790,0,0,0,0,0 +450791,0,0,0,0,0 +450792,0,0,0,0,0 +450793,0,0,0,0,0 +450794,0,0,0,0,0 +450795,0,0,0,0,0 +450796,0,0,0,0,0 +450797,0,0,0,0,0 +450798,0,0,0,0,0 +450799,0,0,0,0,0 +450800,0,0,0,0,0 +450801,0,0,0,0,0 +450802,0,0,0,0,0 +450803,0,0,0,0,0 +450804,0,0,0,0,0 +450805,0,0,0,0,0 +450806,0,0,0,0,0 +450807,0,0,0,0,0 +450808,0,0,0,0,0 +450809,0,0,0,0,0 +450810,0,0,0,0,0 +450811,0,0,0,0,0 +450812,0,0,0,0,0 +450813,0,0,0,0,0 +450814,0,0,0,0,0 +450815,0,0,0,0,0 +450816,0,0,0,0,0 +450817,0,0,0,0,0 +450818,0,0,0,0,0 +450819,0,0,0,0,0 +450820,0,0,0,0,0 +450821,0,0,0,0,0 +450822,0,0,0,0,0 +450823,0,0,0,0,0 +450824,0,0,0,0,0 +450825,0,0,0,0,0 +450826,0,0,0,0,0 +450827,0,0,0,0,0 +450828,0,0,0,0,0 +450829,0,0,0,0,0 +450830,0,0,0,0,0 +450831,0,0,0,0,0 +450832,0,0,0,0,0 +450833,0,0,0,0,0 +450834,0,0,0,0,0 +450835,0,0,0,0,0 +450836,0,0,0,0,0 +450837,0,0,0,0,0 +450838,0,0,0,0,0 +450839,0,0,0,0,0 +450840,0,0,0,0,0 +450841,0,0,0,0,0 +450842,0,0,0,0,0 +450843,0,0,0,0,0 +450844,0,0,0,0,0 +450845,0,0,0,0,0 +450846,0,0,0,0,0 +450847,0,0,0,0,0 +450848,0,0,0,0,0 +450849,0,0,0,0,0 +450850,0,0,0,0,0 +450851,0,0,0,0,0 +450852,0,0,0,0,0 +450853,0,0,0,0,0 +450854,0,0,0,0,0 +450855,0,0,0,0,0 +450856,0,0,0,0,0 +450857,0,0,0,0,0 +450858,0,0,0,0,0 +450859,0,0,0,0,0 +450860,0,0,0,0,0 +450861,0,0,0,0,0 +450862,0,0,0,0,0 +450863,0,0,0,0,0 +450864,0,0,0,0,0 +450865,0,0,0,0,0 +450866,0,0,0,0,0 +450867,0,0,0,0,0 +450868,0,0,0,0,0 +450869,0,0,0,0,0 +450870,0,0,0,0,0 +450871,0,0,0,0,0 +450872,0,0,0,0,0 +450873,0,0,0,0,0 +450874,0,0,0,0,0 +450875,0,0,0,0,0 +450876,0,0,0,0,0 +450877,0,0,0,0,0 +450878,0,0,0,0,0 +450879,0,0,0,0,0 +450880,0,0,0,0,0 +450881,0,0,0,0,0 +450882,0,0,0,0,0 +450883,0,0,0,0,0 +450884,0,0,0,0,0 +450885,0,0,0,0,0 +450886,0,0,0,0,0 +450887,0,0,0,0,0 +450888,0,0,0,0,0 +450889,0,0,0,0,0 +450890,0,0,0,0,0 +450891,0,0,0,0,0 +450892,0,0,0,0,0 +450893,0,0,0,0,0 +450894,0,0,0,0,0 +450895,0,0,0,0,0 +450896,0,0,0,0,0 +450897,0,0,0,0,0 +450898,0,0,0,0,0 +450899,0,0,0,0,0 +450900,0,0,0,0,0 +450901,0,0,0,0,0 +450902,0,0,0,0,0 +450903,0,0,0,0,0 +450904,0,0,0,0,0 +450905,0,0,0,0,0 +450906,0,0,0,0,0 +450907,0,0,0,0,0 +450908,0,0,0,0,0 +450909,0,0,0,0,0 +450910,0,0,0,0,0 +450911,0,0,0,0,0 +450912,0,0,0,0,0 +450913,0,0,0,0,0 +450914,0,0,0,0,0 +450915,0,0,0,0,0 +450916,0,0,0,0,0 +450917,0,0,0,0,0 +450918,0,0,0,0,0 +450919,0,0,0,0,0 +450920,0,0,0,0,0 +450921,0,0,0,0,0 +450922,0,0,0,0,0 +450923,0,0,0,0,0 +450924,0,0,0,0,0 +450925,0,0,0,0,0 +450926,0,0,0,0,0 +450927,0,0,0,0,0 +450928,0,0,0,0,0 +450929,0,0,0,0,0 +450930,0,0,0,0,0 +450931,0,0,0,0,0 +450932,0,0,0,0,0 +450933,0,0,0,0,0 +450934,0,0,0,0,0 +450935,0,0,0,0,0 +450936,0,0,0,0,0 +450937,0,0,0,0,0 +450938,0,0,0,0,0 +450939,0,0,0,0,0 +450940,0,0,0,0,0 +450941,0,0,0,0,0 +450942,0,0,0,0,0 +450943,0,0,0,0,0 +450944,0,0,0,0,0 +450945,0,0,0,0,0 +450946,0,0,0,0,0 +450947,0,0,0,0,0 +450948,0,0,0,0,0 +450949,0,0,0,0,0 +450950,0,0,0,0,0 +450951,0,0,0,0,0 +450952,0,0,0,0,0 +450953,0,0,0,0,0 +450954,0,0,0,0,0 +450955,0,0,0,0,0 +450956,0,0,0,0,0 +450957,0,0,0,0,0 +450958,0,0,0,0,0 +450959,0,0,0,0,0 +450960,0,0,0,0,0 +450961,0,0,0,0,0 +450962,0,0,0,0,0 +450963,0,0,0,0,0 +450964,0,0,0,0,0 +450965,0,0,0,0,0 +450966,0,0,0,0,0 +450967,0,0,0,0,0 +450968,0,0,0,0,0 +450969,0,0,0,0,0 +450970,0,0,0,0,0 +450971,0,0,0,0,0 +450972,0,0,0,0,0 +450973,0,0,0,0,0 +450974,0,0,0,0,0 +450975,0,0,0,0,0 +450976,0,0,0,0,0 +450977,0,0,0,0,0 +450978,0,0,0,0,0 +450979,0,0,0,0,0 +450980,0,0,0,0,0 +450981,0,0,0,0,0 +450982,0,0,0,0,0 +450983,0,0,0,0,0 +450984,0,0,0,0,0 +450985,0,0,0,0,0 +450986,0,0,0,0,0 +450987,0,0,0,0,0 +450988,0,0,0,0,0 +450989,0,0,0,0,0 +450990,0,0,0,0,0 +450991,0,0,0,0,0 +450992,0,0,0,0,0 +450993,0,0,0,0,0 +450994,0,0,0,0,0 +450995,0,0,0,0,0 +450996,0,0,0,0,0 +450997,0,0,0,0,0 +450998,0,0,0,0,0 +450999,0,0,0,0,0 +451000,0,0,0,0,0 +451001,0,0,0,0,0 +451002,0,0,0,0,0 +451003,0,0,0,0,0 +451004,0,0,0,0,0 +451005,0,0,0,0,0 +451006,0,0,0,0,0 +451007,0,0,0,0,0 +451008,0,0,0,0,0 +451009,0,0,0,0,0 +451010,0,0,0,0,0 +451011,0,0,0,0,0 +451012,0,0,0,0,0 +451013,0,0,0,0,0 +451014,0,0,0,0,0 +451015,0,0,0,0,0 +451016,0,0,0,0,0 +451017,0,0,0,0,0 +451018,0,0,0,0,0 +451019,0,0,0,0,0 +451020,0,0,0,0,0 +451021,0,0,0,0,0 +451022,0,0,0,0,0 +451023,0,0,0,0,0 +451024,0,0,0,0,0 +451025,0,0,0,0,0 +451026,0,0,0,0,0 +451027,0,0,0,0,0 +451028,0,0,0,0,0 +451029,0,0,0,0,0 +451030,0,0,0,0,0 +451031,0,0,0,0,0 +451032,0,0,0,0,0 +451033,0,0,0,0,0 +451034,0,0,0,0,0 +451035,0,0,0,0,0 +451036,0,0,0,0,0 +451037,0,0,0,0,0 +451038,0,0,0,0,0 +451039,0,0,0,0,0 +451040,0,0,0,0,0 +451041,0,0,0,0,0 +451042,0,0,0,0,0 +451043,0,0,0,0,0 +451044,0,0,0,0,0 +451045,0,0,0,0,0 +451046,0,0,0,0,0 +451047,0,0,0,0,0 +451048,0,0,0,0,0 +451049,0,0,0,0,0 +451050,0,0,0,0,0 +451051,0,0,0,0,0 +451052,0,0,0,0,0 +451053,0,0,0,0,0 +451054,0,0,0,0,0 +451055,0,0,0,0,0 +451056,0,0,0,0,0 +451057,0,0,0,0,0 +451058,0,0,0,0,0 +451059,0,0,0,0,0 +451060,0,0,0,0,0 +451061,0,0,0,0,0 +451062,0,0,0,0,0 +451063,0,0,0,0,0 +451064,0,0,0,0,0 +451065,0,0,0,0,0 +451066,0,0,0,0,0 +451067,0,0,0,0,0 +451068,0,0,0,0,0 +451069,0,0,0,0,0 +451070,0,0,0,0,0 +451071,0,0,0,0,0 +451072,0,0,0,0,0 +451073,0,0,0,0,0 +451074,0,0,0,0,0 +451075,0,0,0,0,0 +451076,0,0,0,0,0 +451077,0,0,0,0,0 +451078,0,0,0,0,0 +451079,0,0,0,0,0 +451080,0,0,0,0,0 +451081,0,0,0,0,0 +451082,0,0,0,0,0 +451083,0,0,0,0,0 +451084,0,0,0,0,0 +451085,0,0,0,0,0 +451086,0,0,0,0,0 +451087,0,0,0,0,0 +451088,0,0,0,0,0 +451089,0,0,0,0,0 +451090,0,0,0,0,0 +451091,0,0,0,0,0 +451092,0,0,0,0,0 +451093,0,0,0,0,0 +451094,0,0,0,0,0 +451095,0,0,0,0,0 +451096,0,0,0,0,0 +451097,0,0,0,0,0 +451098,0,0,0,0,0 +451099,0,0,0,0,0 +451100,0,0,0,0,0 +451101,0,0,0,0,0 +451102,0,0,0,0,0 +451103,0,0,0,0,0 +451104,0,0,0,0,0 +451105,0,0,0,0,0 +451106,0,0,0,0,0 +451107,0,0,0,0,0 +451108,0,0,0,0,0 +451109,0,0,0,0,0 +451110,0,0,0,0,0 +451111,0,0,0,0,0 +451112,0,0,0,0,0 +451113,0,0,0,0,0 +451114,0,0,0,0,0 +451115,0,0,0,0,0 +451116,0,0,0,0,0 +451117,0,0,0,0,0 +451118,0,0,0,0,0 +451119,0,0,0,0,0 +451120,0,0,0,0,0 +451121,0,0,0,0,0 +451122,0,0,0,0,0 +451123,0,0,0,0,0 +451124,0,0,0,0,0 +451125,0,0,0,0,0 +451126,0,0,0,0,0 +451127,0,0,0,0,0 +451128,0,0,0,0,0 +451129,0,0,0,0,0 +451130,0,0,0,0,0 +451131,0,0,0,0,0 +451132,0,0,0,0,0 +451133,0,0,0,0,0 +451134,0,0,0,0,0 +451135,0,0,0,0,0 +451136,0,0,0,0,0 +451137,0,0,0,0,0 +451138,0,0,0,0,0 +451139,0,0,0,0,0 +451140,0,0,0,0,0 +451141,-2014.043557,-854.0726099,-1984.706577,-860.5318223,-1284.143158 +451142,-1397.116137,-577.0696458,-1372.778944,-588.0343737,-329.6190653 +451143,-1590.358147,-652.4858203,-1558.561113,-668.162335,-583.5044457 +451144,-1735.357221,-712.7157066,-1701.296319,-733.051456,-818.1823861 +451145,-1845.13215,-759.2064158,-1809.557546,-782.9703409,-1016.948217 +451146,-1886.702801,-775.5411945,-1850.049799,-802.5105573,-1108.730363 +451147,-1865.523594,-763.6242021,-1828.006254,-793.8826971,-1095.168193 +451148,-1840.778901,-144.5613547,-1802.480666,-783.8207603,-1077.711295 +451149,-1816.6484,-406.9654295,-1777.589395,-774.102187,-1060.223086 +451150,-1625.127973,-324.5282417,-1472.999376,-765.4014303,-1044.171695 +451151,-1014.694746,-285.8761918,-990.0354899,-729.5577179,-974.2397486 +451152,-1385.706148,-263.6000572,-1301.825498,-488.3169841,-959.2080623 +451153,-1250.207675,-241.0849775,-1174.017917,-586.758307,-494.526176 +451154,-1233.494224,-225.3034165,-1157.799194,-627.8455484,-898.7703582 +451155,-1218.012738,-206.9386771,-1138.197312,-528.6471603,-326.6478064 +451156,-1210.309779,-191.2111942,-1124.973512,-581.2302776,-877.9277315 +451157,-1192.258244,-171.8597632,-1109.783364,-502.906696,-259.2753047 +451158,-1184.546674,-156.7083471,-1098.776018,-576.7499209,-457.8490956 +451159,-1169.913979,-138.7511797,-1083.946286,-556.6974228,-908.4793806 +451160,-1159.490378,-120.8077354,-1069.700722,-517.9248502,-832.6260015 +451161,-1147.262753,-104.1686772,-1058.112476,-532.2483713,-731.76893 +451162,-1136.492003,-86.84433301,-1045.148369,-522.2722076,-640.960025 +451163,-1128.163787,-70.04076911,-1033.463368,-516.8880305,-592.8351524 +451164,-916.5861448,-52.67165098,-890.3818257,-383.1324561,54.20530763 +451165,-1401.926155,-38.8565326,-1209.092378,-611.8889054,-823.5942514 +451166,-955.9490665,-22.66940196,-907.4917486,-449.400957,-130.0784789 +451167,-1119.486281,-9.867423461,-1014.283658,-531.9340298,-340.4472407 +451168,-1079.208019,4.07398773,-985.9050548,-511.8182988,-484.6397271 +451169,-1069.80092,25.05397364,-975.0693063,-467.5458591,-932.3138898 +451170,-1057.198853,43.17448268,-965.5744013,-487.9461615,-258.0620393 +451171,-1053.123582,38.51905367,-957.5491594,-475.8365802,-889.3871579 +451172,-1038.217183,44.13606235,-946.7544708,-470.6630985,-796.5025339 +451173,-1029.803573,67.56665072,-937.8179336,-464.864939,-658.3343259 +451174,-1023.466261,82.89608423,-928.4512206,-460.4276204,-568.5066273 +451175,-849.8235213,267.6433032,-824.1613641,-357.6864754,123.7800047 +451176,-1240.321001,43.40185848,-1053.415241,-593.0723077,-792.8639296 +451177,-884.133004,226.1223737,-833.7806301,-378.4372422,-39.31094364 +451178,-1009.271776,37.28850764,-910.8753777,-456.1168645,-850.5661858 +451179,-976.5984528,62.75396611,-883.2619601,-436.0987433,-700.7520688 +451180,-906.1784293,261.6871583,-879.726596,-382.131405,53.81946996 +451181,-1052.497372,43.30833606,-867.1679475,-499.6399036,-832.6518436 +451182,-906.5195114,74.25101783,-862.0169,-388.3889262,-667.6557438 +451183,-881.0757203,272.8034582,-851.8577771,-372.0178133,81.50360031 +451184,-1040.010701,229.8058745,-848.7543384,-474.3207004,-179.7335843 +451185,-876.8530959,197.8251359,-835.1153019,-397.582874,-369.6510589 +451186,-930.5743101,48.5720409,-832.7775385,-400.8984918,-923.4759655 +451187,-909.4899136,233.080142,-821.3566809,-403.2062031,-181.1570236 +451188,-903.2091741,209.6581906,-815.6453701,-396.4705993,-340.8187386 +451189,-892.4411874,56.24762585,-808.6165773,-392.1653444,-913.4660811 +451190,-888.6547849,243.5668408,-801.0003213,-387.4073059,-161.58427 +451191,-877.8557563,220.0227536,-793.7718711,-384.4060725,-323.4593938 +451192,-869.3829198,205.2248547,-786.1394556,-378.3706244,-428.5858377 +451193,-865.0273208,65.48786044,-779.360971,-375.8864564,-929.7638936 +451194,-854.0568914,73.38202621,-772.8719459,-371.0907127,-816.9707468 +451195,-847.6219457,282.1969937,-764.6266601,-367.0796444,-15.02808153 +451196,-841.0381099,250.6102062,-758.0265622,-363.7389994,-223.06828 +451197,-831.829792,78.3852161,-753.1001539,-358.8554841,-881.7821891 +451198,-825.1212256,274.9797396,-742.7222849,-354.8946675,-99.31836612 +451199,-818.0167957,83.91448551,-739.1834026,-351.0116771,-855.463352 +451200,-809.7172828,289.3636442,-729.6522057,-347.5926601,-49.7642826 +451201,358.6987119,253.7100045,434.9453524,169.3559074,-270.6202191 +451202,77.75125106,99.6983963,77.4747687,35.10632703,100.802529 +451203,83.6821838,116.3654629,84.68260149,38.04343216,148.5006165 +451204,92.70970394,134.2543214,95.70059922,42.47654118,196.341475 +451205,132.927346,164.7058126,138.0065343,61.0474867,295.1147884 +451206,167.4060106,190.7448872,174.3562617,76.91981998,378.1407514 +451207,192.9485618,211.2189441,201.4680907,88.65147068,441.3049361 +451208,212.8966852,228.0013165,222.7053777,97.79244853,491.8092903 +451209,228.5280853,241.9428497,239.397315,104.9490441,532.503692 +451210,240.8191697,253.6620905,252.5452603,110.5691853,565.3690853 +451211,250.478227,263.614918,262.9001298,114.9843936,591.878282 +451212,258.0335824,272.1460483,271.0265218,118.4417573,613.1768127 +451213,263.9026098,279.5285653,277.36763,121.1340415,630.19871 +451214,268.4207577,285.9824119,282.2774577,123.2143137,643.7117624 +451215,271.8583935,291.6854765,286.040955,124.8000593,654.3463338 +451216,274.4413652,296.7852355,288.8960904,125.9887213,662.634003 +451217,276.3108392,414.0955969,290.994316,126.8427259,668.9365813 +451218,277.6496243,520.9181424,292.5270047,127.4461808,673.6777157 +451219,278.5432694,471.948952,293.5867196,127.8398091,677.09203 +451220,279.0801801,519.4638332,294.2725296,128.0677127,679.4205943 +451221,279.3342823,541.7969564,294.6605343,128.1635477,680.8513132 +451222,279.3656696,563.6986561,294.8118696,128.1541986,681.5379737 +451223,279.2212475,584.8239807,294.7751192,128.0609525,681.6066175 +451224,278.937577,606.2014851,294.5887723,127.9006535,681.1606082 +451225,278.5435031,626.6963718,294.283334,127.6866641,680.2847425 +451226,278.0793428,647.5831981,293.8830021,127.4296118,679.0486706 +451227,277.55329,667.7206858,293.4069501,127.1379531,677.5095997 +451228,276.968939,687.5920397,292.8702747,126.8183848,675.7142845 +451229,276.3338017,707.8160604,292.2848482,126.4762148,673.7011298 +451230,275.6575366,727.2258251,291.6599659,126.1156424,671.5016492 +451231,274.9493208,743.1806373,291.0028955,125.7399944,669.1418315 +451232,274.2049003,759.0144736,290.3064415,125.3463154,666.6428996 +451233,273.4221703,773.8148768,289.5664795,124.933013,664.0222965 +451234,272.6033909,788.4162213,288.784243,124.5008527,661.2943943 +451235,271.7528552,802.3337885,287.9635242,124.0517184,658.4711849 +451236,270.8749143,816.8390606,287.1083377,123.5875742,655.562589 +451237,269.9731276,829.6342006,286.2220317,123.1100705,652.5769266 +451238,269.0501929,843.009186,285.3071839,122.6204986,649.5210763 +451239,268.1081732,855.7550947,284.3657993,122.1198822,646.4008563 +451240,267.1486556,868.2391714,283.3994524,121.609041,643.2210763 +451241,268.5670328,880.0945576,284.8035587,122.1768973,644.3388202 +451242,273.1190039,892.5458382,289.3338285,124.1662688,651.1323328 +451243,277.6445189,903.8912604,293.8301768,126.1397671,657.8620646 +451244,282.3551923,915.3080654,298.5041853,128.1940643,664.9144667 +451245,286.605432,926.3626514,302.710261,130.0369177,671.1141124 +451246,290.7192489,937.2566125,306.7724678,131.8170134,677.0466208 +451247,294.7197441,947.7870323,310.714006,133.5458756,682.7510221 +451248,298.624318,950.7110886,314.5524096,135.2320044,688.2572176 +451249,302.2889117,959.4299823,318.1579341,136.819474,693.5813241 +451250,305.680766,973.341474,321.590358,138.3347854,698.7482869 +451251,308.9491074,984.5077091,324.9292533,139.8129837,703.7739501 +451252,312.1947236,995.8599985,328.2184964,141.2732695,708.6705582 +451253,315.4511275,1006.753515,331.4732182,142.7220624,713.4490575 +451254,318.7182659,1017.554472,334.6961326,144.1602578,718.1192899 +451255,321.9880252,1027.987328,337.8871774,145.5875357,722.6900543 +451256,325.2538854,1038.312272,341.0466841,147.0037836,727.1690416 +451257,328.5122052,1048.269321,344.1756362,148.4092107,731.5630171 +451258,331.7641123,1058.130359,347.2752523,149.8041569,735.8779408 +451259,334.9987363,1067.624015,350.3467133,151.1889681,740.1191538 +451260,338.2080228,1076.991881,353.3910131,152.5639253,744.2912273 +451261,341.3815069,1254.597386,356.4008268,153.9255474,748.3833828 +451262,351.5324223,1266.036995,366.3959901,158.4254181,765.6546489 +451263,365.1996347,1275.539564,379.918367,164.4591205,789.5724248 +451264,378.879438,1284.95097,393.4633136,170.4300434,813.6499252 +451265,390.8275381,1294.160884,405.5762775,175.6960449,835.2272059 +451266,401.0260729,1302.843714,416.1334096,180.2261662,854.0613919 +451267,409.9058364,1311.393176,425.4228812,184.1722162,870.6359654 +451268,417.8436753,1319.794671,433.5531535,187.5985738,885.4519043 +451269,425.0707285,1327.862755,440.8075654,190.6456623,898.8502474 +451270,431.7226943,1335.767668,447.4123955,193.421314,911.0510269 +451271,437.8920383,1343.463275,453.5094565,195.9907727,922.2141422 +451272,443.6530415,1350.959585,459.1881828,198.393731,932.4719478 +451273,449.0695909,1358.264826,464.5136045,200.6582989,941.940785 +451274,454.1963004,1365.324954,469.5390464,202.807177,950.7230399 +451275,458.8330819,1372.345495,474.0641731,204.7477421,958.4607655 +451276,463.585584,1379.118447,478.6954216,206.7541441,966.2631052 +451277,468.1423573,1385.622054,483.1224833,208.6836638,973.5734116 +451278,472.5333299,1392.009854,487.3763692,210.5488261,980.4561759 +451279,476.7838858,1398.325014,491.4833738,212.3601507,986.9676613 +451280,480.9152171,1404.351072,495.465444,214.1263004,993.1563821 +451281,484.944624,1410.26319,499.340521,215.8542211,999.0635164 +451282,488.8860453,1416.002897,503.1231023,217.5493952,1004.723734 +451283,492.7507515,1421.580755,506.8249482,219.216164,1010.166339 +451284,496.5478916,1426.999869,510.4556397,220.8579802,1015.416189 +451285,500.2849499,1432.261221,514.0230471,222.4776164,1020.494508 +451286,503.9680915,1437.367059,517.5336772,224.0773157,1025.419498 +451287,507.6024037,1442.319063,520.9929271,225.6588992,1030.206809 +451288,511.1921206,1447.119024,524.4053046,227.2238579,1157.297612 +451289,514.7407702,1451.704887,527.7745837,228.7734153,1203.716639 +451290,518.2512582,1456.29648,531.1038996,230.3085635,1177.877004 +451291,521.7259382,1463.527399,534.3958167,231.8300866,1209.640246 +451292,525.1902324,1471.183309,537.6699299,233.3461905,1224.371388 +451293,528.6592097,1478.816062,540.9378833,234.8615944,1238.182339 +451294,532.1358889,1486.615039,544.2023215,236.3771112,1252.237663 +451295,535.6177678,1494.582308,547.4617706,237.8913322,1265.356964 +451296,539.1014379,1502.464146,550.7140636,239.397162,1278.784312 +451297,542.5841378,1510.432958,553.9574627,240.890319,1292.011762 +451298,546.0639257,1518.345853,557.1908024,242.3701192,1304.471572 +451299,549.5394237,1526.500997,560.3974394,243.8375723,1317.4281 +451300,553.0095968,1534.353832,563.5710144,245.2939857,1329.618724 +451301,556.4735258,1542.404409,566.7105405,246.7404141,1342.239776 +451302,559.9304528,1550.380713,569.8180722,248.1776325,1354.014733 +451303,563.3797613,1558.286747,678.728337,249.6062246,1365.926271 +451304,566.8209624,1566.342167,674.3729317,251.0266587,1377.910991 +451305,570.2536572,1574.229166,677.6431545,252.439328,1389.392977 +451306,708.02172,1582.216143,697.4103388,253.8445616,1400.677599 +451307,684.3071762,1589.994751,709.613516,255.242629,1412.299389 +451308,695.3601739,1597.820427,721.6408708,256.6337647,1423.289396 +451309,715.7580534,1605.720468,733.3611823,258.0181659,1434.328914 +451310,729.3008869,1613.443002,744.890669,259.395989,1445.185852 +451311,742.6833003,1621.184905,756.4970239,290.7326419,1455.911736 +451312,755.7451922,1628.87445,767.6713312,301.056313,1466.313481 +451313,768.5216067,1636.449185,779.0159936,309.4315011,1477.101959 +451314,781.6557711,1644.224615,790.04041,313.0762782,1487.497484 +451315,794.2128755,1654.878786,801.0026816,320.7554163,1497.428433 +451316,806.6935213,1659.834745,811.6935286,326.7770348,1507.682151 +451317,819.3145947,1671.153066,822.6441591,332.593284,1517.63314 +451318,831.5846627,1674.268647,833.2742949,338.3499707,1527.500096 +451319,843.8044294,1688.254952,843.4631599,344.0719374,1537.260303 +451320,855.7779036,1687.256534,854.1873139,349.6641476,1546.649827 +451321,875.1011517,1712.284234,871.2264683,358.1116591,1579.538776 +451322,888.9022818,1699.581849,883.7257023,364.5404574,1591.188355 +451323,902.0941257,1700.049627,894.8931051,370.5006505,1602.845547 +451324,915.6114819,1734.049492,906.2197884,376.4098945,1613.961414 +451325,927.9492184,1727.590065,917.5636379,382.2065191,1624.874735 +451326,941.1967858,1738.381047,928.4328084,387.841862,1635.494358 +451327,953.6576369,1746.098717,939.1376318,393.5881778,1645.92702 +451328,966.1984665,1753.464757,950.2346007,399.0319323,1656.275183 +451329,978.6819081,1760.933359,960.7399804,404.6679312,1666.42219 +451330,991.0040716,1768.186116,971.3560692,410.0671095,1676.425312 +451331,1003.025753,1775.652965,981.8464841,415.3994039,1686.394091 +451332,1015.570759,1782.686603,992.2521095,420.9444613,1696.128613 +451333,1027.456628,1789.891212,1002.371134,425.9712496,1705.872964 +451334,1039.686619,1796.94746,1012.959362,431.4211645,1715.383622 +451335,1051.262648,1804.029129,1022.957096,436.5336076,1724.878222 +451336,1063.034126,1810.838732,1033.339186,441.7001699,1734.26747 +451337,1075.134269,1817.678501,1042.991687,446.8024355,1743.479136 +451338,1086.631625,1824.577464,1053.124902,451.7723665,1752.702863 +451339,1098.28799,1831.245967,1062.946631,457.0263546,1761.711803 +451340,1109.832039,1837.997158,1072.806313,461.6709276,1770.712091 +451341,1121.024749,1844.463168,1082.291774,466.8676234,1779.62734 +451342,1132.895179,1851.040506,1092.415054,471.6632873,1788.364084 +451343,1144.01199,1857.478116,1101.841729,476.5408343,1796.75163 +451344,1155.346669,1863.859021,1111.438443,481.3658172,1805.907802 +451345,1166.567361,1870.173664,1121.003377,486.1429168,1814.147592 +451346,1177.728131,1876.412744,1130.449351,490.8992487,1822.762605 +451347,1188.830563,1882.59004,1139.835741,495.6158202,1831.007181 +451348,1199.874498,1888.695833,1149.240808,500.1815936,1839.40501 +451349,1210.550505,1894.733152,1158.530083,505.0228758,1847.549043 +451350,1221.990975,1900.701628,1167.761583,509.5533525,1855.807411 +451351,1231.649037,1905.785317,1175.653746,513.725182,1863.777769 +451352,1251.063602,1917.564506,1190.648769,520.3925506,1871.815134 +451353,1262.35866,1923.607709,1199.131209,525.016564,1879.847884 +451354,1272.104445,1929.097867,1206.92687,528.8497601,1887.679181 +451355,1282.281722,1934.164203,1214.361948,532.7123349,1895.48213 +451356,1292.090505,1939.11384,1221.704631,536.460576,1903.200562 +451357,1301.728867,1943.9777,1228.904198,540.1354947,1910.862179 +451358,1311.279109,1948.477652,1235.934656,543.5975602,1918.420405 +451359,1320.309029,1953.019015,1242.783989,547.3570395,1925.805895 +451360,1330.297119,1957.389984,1249.733795,550.9167428,1933.500785 +451361,1339.171556,1961.608022,1256.378473,554.085478,1940.640163 +451362,1348.408856,1965.742031,1263.04282,557.6302142,1948.32399 +451363,1357.451151,1969.711431,1269.579437,560.7448506,1955.350507 +451364,1366.366391,1973.58046,1275.60337,564.2833515,1962.589772 +451365,1375.238915,1977.330985,1282.509321,567.3933521,1969.70599 +451366,1384.020771,1980.964864,1288.570006,570.6144001,1976.901508 +451367,1392.666891,1984.482969,1294.799029,573.7633672,1983.909753 +451368,1401.355016,1987.976795,1300.925385,576.8696482,1990.911278 +451369,1409.854454,1991.132351,1306.925195,579.7461788,1993.524049 +451370,1418.262316,1994.278504,1312.962613,583.0728117,2009.20928 +451371,1426.718634,1997.467512,1318.833073,585.9114653,2000.486058 +451372,1434.929674,2000.354594,1324.670957,588.8949477,1996.968038 +451373,1443.260115,2003.211834,1330.385317,591.8073231,2020.437567 +451374,1451.365126,2006.041122,1336.209487,594.6842843,2015.805029 +451375,1459.601687,2008.523712,1341.682759,597.5261993,2022.187752 +451376,1467.614792,2011.105818,1347.376976,600.3340832,2026.847843 +451377,1475.767547,2013.4975,1352.847,603.1088786,2031.356158 +451378,1483.696848,2015.794754,1358.254628,605.6422717,2035.908171 +451379,1491.774991,2017.984741,1363.735566,608.6858994,2040.165956 +451380,1499.627291,2019.947975,1369.033291,611.2023571,2044.789991 +451381,1389.12575,1967.973001,1255.987079,560.2794764,1837.197017 +451382,1393.76775,1968.428593,1258.067926,561.4929321,1842.205753 +451383,1399.541416,1969.045259,1261.006459,563.1356,1838.953269 +451384,1405.317709,1969.731287,1264.285145,564.8573467,1849.725581 +451385,1411.33091,1970.381623,1267.604946,566.6259984,1840.999091 +451386,1417.40981,1971.071577,1270.837367,568.4096279,1832.068648 +451387,1423.387904,1971.451562,1274.305964,570.1939842,1859.540116 +451388,1429.506708,1971.953642,1277.612677,571.9714027,1849.845775 +451389,1435.637189,1972.284789,1280.95693,573.7375935,1855.31517 +451390,1441.63395,1972.536637,1284.268793,575.2756124,1858.024569 +451391,1447.760985,1972.694482,1287.562453,577.3484435,1861.038311 +451392,1453.294624,1972.756022,1290.78024,578.9095047,1863.682389 +451393,1460.212577,1972.720873,1294.102425,580.6574665,1866.604485 +451394,1465.827854,1972.588225,1297.336201,582.3524435,1869.217956 +451395,1472.156222,1972.357525,1300.407422,584.0334041,1872.224637 +451396,1478.094256,1972.028276,1303.697441,585.6993535,1874.830345 +451397,1484.171451,1971.600016,1306.796024,587.3507545,1877.66255 +451398,1490.335991,1971.072334,1309.871314,589.2239384,1880.40772 +451399,1496.369433,1970.444819,1313.106479,590.4865959,1883.153304 +451400,1502.460295,1969.717073,1316.055388,592.2930924,1885.961594 +451401,1511.280539,1965.603692,1328.239018,597.6527881,1888.693854 +451402,1517.861949,1964.18838,1332.456408,599.7971516,1891.313293 +451403,1523.95507,1962.960467,1336.051935,601.6285525,1894.176666 +451404,1530.41504,1961.717615,1339.536473,603.4642977,1896.633425 +451405,1536.630698,1960.409255,1342.903522,605.1934979,1899.568708 +451406,1542.909459,1959.036954,1346.203359,606.6142794,1902.137839 +451407,1549.175771,1957.579341,1349.437736,608.7634758,1904.667588 +451408,1555.35171,1956.136303,1353.840209,610.1919717,1907.568735 +451409,1561.71992,1954.251992,1363.795184,611.850058,1909.939831 +451410,1567.913601,1957.58687,1356.649486,613.5039815,1912.849399 +451411,1573.980312,1955.402205,1351.669522,615.1365724,1920.971241 +451412,1580.197115,1953.803322,1372.037269,616.7847291,1930.789143 +451413,1586.253702,1925.251125,1366.531491,618.385696,1891.874983 +451414,1592.358884,1954.471658,1371.60418,620.0472937,1938.14567 +451415,1598.377733,1937.277618,1374.604017,621.6297683,1922.314317 +451416,1604.587847,1937.217468,1377.815522,623.2242578,1928.227168 +451417,1610.626521,1934.323176,1380.689643,624.7669392,1930.950126 +451418,1616.726453,1931.332404,1383.870981,626.3759872,1933.334125 +451419,1622.724408,1927.994295,1386.897276,627.9032899,1936.050431 +451420,1629.035361,1924.769485,1389.771673,629.4431036,1939.998815 +451421,1634.832943,1921.349692,1392.783672,630.9303339,1938.727217 +451422,1641.134969,1917.945739,1395.693726,632.4908745,1944.544804 +451423,1649.784261,1920.614365,1398.681916,633.9641816,1945.922656 +451424,1666.478533,1919.532024,1401.444783,635.4173284,1962.21971 +451425,1656.791036,1885.039677,1404.352231,636.9408274,1943.610956 +451426,1645.654719,1914.311649,1407.172182,638.0366622,1955.961083 +451427,1683.91888,1896.045021,1409.974756,639.9634614,1961.843506 +451428,1674.389877,1911.423696,1423.207743,641.2119662,1955.179592 +451429,1683.464564,1880.936177,1400.089013,642.6223934,1961.196451 +451430,1689.838282,1876.715302,1425.597534,644.0928048,1963.540054 +451431,1695.633495,1889.127527,1419.446995,645.4679673,1965.719874 +451432,1701.845478,1875.000072,1423.697769,646.8611863,1967.917325 +451433,1708.054584,1872.4485,1426.195368,648.1976656,1975.932026 +451434,1713.859257,1867.823525,1429.038784,649.624086,1970.422728 +451435,1720.163181,1862.884269,1431.58177,650.9910098,1975.288411 +451436,1726.083156,1858.174906,1434.195603,652.2794403,1977.957066 +451437,1732.139261,1872.197653,1436.859694,653.6407379,1979.836599 +451438,1738.21532,1820.675507,1439.277601,654.9555371,1981.866419 +451439,1744.294261,1874.355071,1441.874915,656.2657814,1984.378453 +451440,1750.370728,1808.412482,1444.371365,657.5652561,1991.179105 +451441,1528.230818,1734.482994,1205.567079,549.8667802,1532.126527 +451442,1496.650729,1710.960279,1202.413567,548.0213343,1557.426214 +451443,1526.536874,1701.866354,1208.854831,550.996059,1541.205253 +451444,1518.205108,1697.26119,1209.416056,551.2815884,1541.744446 +451445,1523.868086,1682.399165,1210.180952,551.7482381,1540.537263 +451446,1527.894107,1681.659236,1210.943792,552.1678204,1539.493222 +451447,1532.29227,1671.836227,1211.789848,552.6497942,1538.695684 +451448,1536.464187,1665.372557,1212.690028,553.1514101,1538.156366 +451449,1542.479199,1657.99635,1213.628791,553.6701619,1537.512729 +451450,1550.647032,1650.891221,1214.600096,554.2365809,1537.183349 +451451,1554.292853,1643.657067,1215.597072,554.7309282,1536.950097 +451452,1567.678531,1636.402624,1216.617373,555.3104976,1536.483329 +451453,1567.640753,1629.111903,1217.662138,555.8706796,1542.884574 +451454,1549.514331,1621.782973,1218.796423,556.4780544,1541.670247 +451455,1596.440293,1614.412509,1219.68726,557.0091295,1518.171187 +451456,1585.458179,1607.00093,1221.032466,557.657454,1546.249011 +451457,1597.269332,1599.54869,1221.953913,558.1956595,1535.785411 +451458,1605.484145,1591.955723,1223.155175,558.862216,1534.112669 +451459,1613.761675,1584.564195,1224.274616,559.4107314,1547.903813 +451460,1622.186502,1577.017621,1225.511081,559.7257834,1521.357901 +451461,1630.87735,1569.258261,1226.468531,560.8214076,1558.407316 +451462,1639.308007,1561.668566,1227.906642,561.2999425,1515.137238 +451463,1648.50903,1553.843112,1232.442686,561.8696017,1561.152889 +451464,1657.221032,1546.35179,1224.934535,562.6052482,1529.054147 +451465,1666.559879,1540.970555,1233.830323,563.2347214,1546.573877 +451466,1675.605518,1540.055459,1232.079828,563.8618818,1536.463641 +451467,1685.028217,1515.903724,1233.796519,564.5869045,1540.410165 +451468,1694.473875,1531.736107,1235.153971,565.1744106,1540.966004 +451469,1704.040762,1478.92426,1236.242237,565.91478,1541.199407 +451470,1713.827508,1513.037204,1237.549317,566.5556744,1541.797906 +451471,1725.700758,1491.935092,1239.107691,567.3822448,1542.533891 +451472,1742.871965,1475.300242,1240.389931,568.1200194,1548.498682 +451473,1734.892118,1477.212025,1248.516792,568.9249136,1541.402197 +451474,1744.918941,1464.901347,1233.95607,569.8110492,1544.787126 +451475,1768.053185,1457.106627,1249.577478,570.5738311,1545.732723 +451476,1770.12045,1448.878721,1245.704586,571.4657063,1546.111392 +451477,1781.859651,1440.400864,1248.182388,572.2583315,1546.643894 +451478,1792.067856,1432.091422,1249.827922,573.1012259,1547.695336 +451479,1801.850938,1423.504101,1251.539909,573.9577105,1553.002975 +451480,1812.341939,1415.005176,1253.021602,574.8226682,1547.543658 +451481,1822.484878,1406.671332,1254.733456,575.695111,1549.981505 +451482,1832.963481,1398.122313,1256.370361,576.5742644,1551.241532 +451483,1843.151958,1389.652098,1258.031464,577.4599897,1556.368155 +451484,1853.706095,1381.158165,1259.701459,578.3521896,1551.347276 +451485,1864.202376,1372.666902,1263.780824,579.2504051,1553.123815 +451486,1879.07709,1364.172066,1264.035183,580.1538823,1559.017551 +451487,1892.275868,1355.579338,1270.208534,581.0629645,1554.511931 +451488,1895.93157,1347.319762,1258.492522,581.9770257,1559.654283 +451489,1891.172833,1338.637645,1267.810724,582.8957597,1556.25015 +451490,1927.314053,1330.235995,1271.670441,583.8189091,1564.659163 +451491,1926.059349,1321.652625,1270.835452,584.70115,1558.792228 +451492,1939.358301,1313.331482,1273.28051,585.7013599,1554.981405 +451493,1950.421566,1304.9144,1279.693246,586.6052045,1551.483636 +451494,1974.169979,1296.272964,1272.191246,587.5978975,1544.281169 +451495,1959.328452,1288.049535,1278.341412,588.4734275,1536.754123 +451496,1984.173618,1279.580619,1281.175227,589.4532302,1528.991936 +451497,1996.90804,1271.218884,1291.457951,590.3967943,1521.0734 +451498,2032.341426,1262.868585,1269.022845,591.3507987,1513.104963 +451499,1976.58758,1254.451,1296.682748,592.2612812,1505.270618 +451500,2072.912102,1246.370776,1290.991474,593.2926836,1497.513671 +451501,2261.072633,1345.293077,1524.262654,700.9288509,1501.939414 +451502,2294.128268,1339.298254,1531.135478,703.8666359,1534.551168 +451503,2307.394054,1332.682927,1537.13506,706.0369584,1576.136178 +451504,2319.682742,1325.425829,1539.822521,708.1851365,1611.472119 +451505,2332.913795,1318.579274,1543.190743,710.0148088,1637.826269 +451506,2346.036952,1311.369123,1546.710913,711.8812287,1656.926944 +451507,2359.026407,1304.233146,1549.963651,713.6428343,1671.320923 +451508,2372.05818,1296.981631,1553.176687,715.3695412,1682.314724 +451509,2384.716977,1290.039557,1556.303033,717.0636825,1691.194579 +451510,2397.92555,1285.195163,1559.45823,718.7309228,1698.579055 +451511,2410.686163,1280.314001,1562.440326,720.3752213,1704.824032 +451512,2423.686859,1275.091397,1565.41325,721.9989452,1710.159969 +451513,2436.294551,1270.177697,1573.137896,723.6041554,1714.916265 +451514,2449.59399,1265.081308,1570.048323,725.1921055,1719.089547 +451515,2470.009339,1260.163607,1574.425654,726.7639779,1722.780896 +451516,2472.221464,1254.953461,1577.633736,728.3203928,1725.997214 +451517,2488.544764,1250.163991,1580.250056,729.8622408,1728.664526 +451518,2501.925512,1245.145707,1582.975806,731.3896975,1731.046596 +451519,2514.336027,1240.23891,1585.609258,732.9036363,1733.252799 +451520,2526.898426,1235.265651,1588.583939,734.4041631,1735.247591 +451521,2540.409024,1230.617518,1596.010757,735.8917828,1737.411803 +451522,2560.204089,1225.615704,1587.983487,737.3666141,1739.26663 +451523,2563.850372,1220.902895,1602.26438,738.8290952,1740.911436 +451524,2579.19628,1216.061535,1599.05203,740.2791149,1742.340351 +451525,2592.451281,1211.477874,1601.278569,741.717185,1743.534521 +451526,2612.09975,1206.841838,1604.761692,743.1431136,1744.823935 +451527,2616.597292,1202.120587,1607.391136,744.5576055,1746.278031 +451528,2630.241091,1197.524163,1609.624034,745.9604541,1747.156449 +451529,2651.41501,1193.11318,1616.88523,747.3518299,1748.231448 +451530,2655.756188,1188.587775,1609.219253,748.7320417,1749.498249 +451531,2675.562295,1184.137018,1621.753078,750.0544939,1749.880421 +451532,2681.482018,1179.717541,1619.856677,751.355942,1750.740543 +451533,2700.215375,1175.433587,1621.242936,752.6416245,1751.670794 +451534,2706.49809,1171.050183,1623.800959,753.912443,1752.445922 +451535,2720.439441,1193.836461,1626.081778,755.1697766,1752.775842 +451536,2727.314093,1122.540628,1633.440104,756.4131047,1753.195498 +451537,2731.842729,1177.883552,1625.181181,757.6437451,1753.130686 +451538,2734.259771,1163.719166,1636.276072,758.8616872,1752.179163 +451539,2736.983935,1130.936589,1634.680366,760.0670116,1750.784487 +451540,2740.363116,1172.530183,1639.77696,761.2605279,1749.040623 +451541,2743.689528,1115.413817,1637.922688,762.4425225,1746.969066 +451542,2747.235891,1165.920595,1642.711983,763.6129601,1744.670246 +451543,2750.980628,1110.349158,1640.880005,764.7726875,1742.42892 +451544,2754.719854,1152.031493,1640.203348,765.9215305,1739.731427 +451545,2758.412304,1110.827328,1639.675133,767.0601631,1736.798057 +451546,2762.048236,1135.945391,1636.711926,768.1321691,1733.660547 +451547,2765.502343,1112.915531,1633.699693,769.3348314,1730.248102 +451548,2768.784082,1120.806594,1630.873513,770.4034401,1726.587666 +451549,2771.94011,1113.965533,1627.875244,771.5119795,1722.730772 +451550,2775.03434,1111.365415,1624.90939,772.6027534,1718.740325 +451551,2778.391461,1108.426185,1621.984936,773.6847963,1714.666605 +451552,2781.43317,1105.502032,1619.097526,774.7581663,1710.536806 +451553,2784.493662,1102.424455,1616.248039,775.8346558,1706.377821 +451554,2787.593184,1099.751358,1613.434639,776.95884,1702.207232 +451555,2790.736612,1097.167318,1610.652721,778.2050051,1698.034528 +451556,2793.921845,1094.633782,1607.897413,779.7473289,1693.865396 +451557,2797.41618,1092.140889,1605.162748,781.279191,1689.701382 +451558,2800.598399,1089.683797,1602.445893,782.8782004,1685.545874 +451559,2803.813562,1087.185841,1599.748137,784.548006,1681.4058 +451560,2807.313307,1084.903543,1597.067213,786.2870007,1677.282322 +451561,2811.69603,1116.763483,1595.400833,810.9442021,1675.060355 +451562,2817.914906,1088.7775,1595.788654,814.0640628,1675.461051 +451563,2826.052782,1126.443277,1597.160409,816.7890305,1677.20117 +451564,2834.184226,1074.586238,1598.429099,821.058573,1678.960899 +451565,2841.212989,1135.041792,1599.084417,823.559594,1680.084562 +451566,2847.747422,1060.810901,1599.170238,826.5626771,1680.577919 +451567,2853.416498,1140.393973,1598.801931,829.1897766,1680.532823 +451568,2858.760068,1049.762177,1598.165035,832.460609,1680.144872 +451569,2863.971774,1112.413801,1597.380416,834.7787556,1679.544589 +451570,2868.909885,1101.760754,1596.36433,838.7059731,1678.614336 +451571,2873.792599,1070.787554,1595.258905,840.3086751,1677.529503 +451572,2878.631864,1115.584938,1594.078268,845.4297333,1676.30633 +451573,2883.843283,1051.814016,1592.900256,824.1245353,1675.044486 +451574,2888.76513,1100.158354,1591.694132,858.9666599,1673.707194 +451575,2893.421008,1097.7575,1590.300785,847.230861,1672.094401 +451576,2898.112651,1056.125871,1588.903201,853.1432715,1670.440331 +451577,2902.915134,1087.32191,1587.547984,856.4693512,1668.806702 +451578,2907.590514,1095.224592,1586.090746,857.6218565,1667.013339 +451579,2913.082558,1040.643999,1584.322858,860.7242938,1665.232951 +451580,2919.092076,1084.508536,1582.368542,863.7903461,1663.470621 +451581,2924.960102,1086.136011,1580.252898,867.0808201,1661.529297 +451582,2930.703828,1038.657776,1578.206744,870.3202183,1659.580568 +451583,2936.340585,1075.302341,1576.283256,873.8616546,1657.665471 +451584,2941.660971,1085.530924,1574.320209,877.154903,1655.59377 +451585,2946.934094,1027.350004,1572.439093,880.711707,1653.543614 +451586,2952.228693,1074.294804,1570.649087,884.2583782,1651.54592 +451587,2957.296317,1079.842753,1568.776322,887.9378746,1649.392882 +451588,2962.387258,1022.58507,1566.961647,891.4404542,1647.272656 +451589,2967.847051,1068.142793,1565.224721,895.3180731,1645.217285 +451590,2972.789248,1078.227581,1563.384993,899.0421679,1643.002923 +451591,2977.774195,1013.072347,1561.596596,902.8274465,1640.830165 +451592,2982.815043,1065.989488,1559.874818,906.463972,1638.734588 +451593,2987.676158,1045.403805,1558.079686,910.2934489,1636.549854 +451594,2992.432744,1046.063552,1556.254858,914.0356376,1634.335713 +451595,2997.145943,1044.817713,1554.431651,918.0760606,1632.131806 +451596,3001.804478,1043.20382,1552.597318,921.8293013,1629.920742 +451597,3006.420237,1041.601039,1550.754641,925.8441225,1627.705126 +451598,3010.999626,1040.010434,1548.904437,929.8301462,1625.48543 +451599,3015.544174,1038.432655,1547.233144,933.9407281,1623.259586 +451600,3020.057407,1036.789824,1545.355169,937.840506,1621.028421 +451601,3024.543991,1035.352971,1543.466714,942.129193,1618.793635 +451602,3029.00443,1033.758734,1541.572051,946.2324495,1616.554529 +451603,3033.439108,1032.244299,1539.672617,950.5277185,1614.310444 +451604,3037.848739,1030.808947,1537.768393,954.664988,1612.061253 +451605,3042.234381,1029.193239,1535.858969,959.0129373,1609.807075 +451606,3046.596481,1027.760543,1533.943802,963.3347563,1607.547836 +451607,3050.936054,1026.274145,1532.022835,967.6344918,1605.28384 +451608,3055.253088,1024.81153,1530.095732,972.234222,1603.014882 +451609,3059.546863,1023.362172,1528.162048,976.5222806,1600.740493 +451610,3063.817578,1021.925243,1526.221818,981.0813632,1598.460793 +451611,3068.065193,1020.501096,1524.27496,985.6023755,1596.175704 +451612,3072.289748,1019.089272,1522.321398,990.2500673,1593.885162 +451613,3076.492479,1017.689926,1520.361952,994.659959,1591.590219 +451614,3080.673215,1016.303175,1518.396802,999.4819814,1589.291121 +451615,3084.830782,1014.92855,1516.425257,1004.094608,1586.986971 +451616,3088.965271,1013.566089,1514.447311,1008.82499,1584.677759 +451617,3093.076456,1012.215936,1512.463026,1013.656798,1582.363524 +451618,3097.164783,1010.877623,1510.472721,1018.325668,1580.044656 +451619,3101.230296,1009.551463,1508.47667,1023.206596,1577.721462 +451620,3105.273278,1008.236953,1506.47538,1027.969804,1575.394577 +451621,3111.367559,999.9920986,1506.500575,999.8423726,1576.722295 +451622,3112.699691,933.3416471,1503.086799,1004.109141,1572.750954 +451623,3111.866818,988.9171664,1498.039715,1008.837176,1566.041024 +451624,3111.32228,987.4183586,1493.079634,1013.51142,1559.138288 +451625,3112.30506,936.7152394,1489.080913,1018.161394,1553.381382 +451626,3114.752043,977.8629861,1485.849606,1023.049767,1548.885438 +451627,3117.956968,985.6078967,1483.366173,1027.872013,1545.18404 +451628,3121.713575,929.3794906,1481.309975,1038.611897,1542.138682 +451629,3125.827947,976.4527338,1479.559561,1031.418591,1539.608723 +451630,3129.974232,977.5376881,1477.901078,1042.495035,1537.322793 +451631,3134.234056,929.8183502,1476.380119,1048.419189,1535.332934 +451632,3138.609215,968.6090551,1474.98674,1051.727764,1533.617717 +451633,3142.879525,974.4891307,1473.579392,1057.167496,1531.987268 +451634,3147.210859,924.3702909,1472.24997,1062.063353,1530.549211 +451635,3151.613248,965.7715636,1471.00082,1067.280072,1529.297548 +451636,3155.877368,968.3173075,1469.698275,1072.112855,1528.053462 +451637,3160.166809,922.7910993,1468.440241,1077.234405,1526.933602 +451638,3164.509726,959.7685363,1467.239155,1082.286215,1525.946462 +451639,3168.705176,964.6818251,1465.9723,1087.369302,1524.928954 +451640,3172.920002,918.293797,1464.737293,1092.553422,1523.999364 +451641,3177.175902,956.2507367,1463.548156,1097.543675,1523.170166 +451642,3181.277595,959.6449603,1462.28856,1102.739159,1522.288329 +451643,3185.40343,915.5700896,1461.055012,1107.87586,1521.472501 +451644,3189.565733,951.3317488,1459.863422,1113.039889,1520.73925 +451645,3193.577582,955.818294,1458.601532,1118.212482,1519.942192 +451646,3197.603678,911.520193,1457.363319,1123.40564,1519.198167 +451647,3201.675361,947.5968032,1456.163467,1128.607158,1518.523359 +451648,3205.600249,951.3905864,1454.89252,1133.820703,1517.776023 +451649,3209.52643,908.3023741,1453.641705,1140.172925,1517.070396 +451650,3213.467989,943.2551241,1452.417444,1151.356115,1516.412921 +451651,3217.295098,947.3852046,1451.139206,1139.797627,1515.699426 +451652,3221.061756,904.2551014,1449.88959,1155.741256,1515.04899 +451653,3224.677255,939.2200126,1448.64759,1159.072862,1514.443781 +451654,3227.968473,942.4780381,1447.313999,1162.86614,1513.75815 +451655,3231.119897,900.979859,1445.990628,1168.002692,1513.118199 +451656,3234.406889,960.2589448,1444.650715,1172.543104,1512.485042 +451657,3237.275575,882.8240695,1443.318336,1177.246308,1511.885528 +451658,3240.072257,939.5127254,1442.010414,1181.839329,1511.33843 +451659,3242.65015,930.6984093,1440.62628,1186.420124,1510.712769 +451660,3245.161564,899.4565656,1439.251678,1191.066673,1510.115564 +451661,3247.58009,945.0958279,1437.867368,1202.928296,1509.520088 +451662,3249.968542,883.0764726,1436.510356,1189.010731,1508.97214 +451663,3252.330113,929.4674585,1435.182421,1209.759136,1508.473019 +451664,3254.481442,923.6144499,1433.771852,1207.791215,1507.879 +451665,3256.574954,892.9337673,1432.369813,1213.190961,1507.304939 +451666,3258.602427,937.247817,1430.970036,1217.75043,1506.741458 +451667,3260.578253,877.3117696,1429.58102,1222.120304,1506.198592 +451668,3262.426559,947.9612391,1428.156433,1234.785116,1505.616492 +451669,3264.250916,863.8364214,1426.758663,1218.141731,1505.074147 +451670,3266.069204,923.0261213,1425.400627,1240.915027,1504.58495 +451671,3267.680581,911.1275247,1423.95799,1237.780403,1503.993384 +451672,3269.214726,886.4673622,1422.510274,1246.503157,1503.397614 +451673,3270.692235,922.3464435,1421.068819,1247.350777,1502.811438 +451674,3272.106243,872.6389603,1419.628626,1262.788415,1502.228909 +451675,3273.470496,932.4661633,1418.197913,1234.742672,1501.660912 +451676,3274.772991,859.4859862,1416.769499,1285.504576,1501.09834 +451677,3275.964811,935.9332364,1415.314,1246.300964,1500.503327 +451678,3277.119719,852.6115146,1413.876183,1281.105586,1499.932607 +451679,3278.183936,935.0538873,1412.423299,1264.664743,1499.343882 +451680,3279.241345,848.8840607,1411.00648,1283.086028,1498.802319 +451681,3285.07867,840.4594034,1414.27351,1195.707794,1506.641507 +451682,3280.911255,816.450202,1410.389385,1224.764328,1503.544026 +451683,3272.079388,817.9924864,1403.031116,1222.563565,1494.697758 +451684,3264.16874,816.0686564,1396.048551,1212.425746,1485.713613 +451685,3260.060664,814.0398566,1390.927044,1229.177462,1478.934526 +451686,3259.297862,812.0414079,1387.572137,1240.688271,1474.46456 +451687,3260.705404,810.0342697,1385.511958,1210.796051,1471.80619 +451688,3263.191699,807.9555782,1384.261031,1243.652504,1470.399372 +451689,3266.018784,806.0562777,1383.452118,1248.627226,1469.791426 +451690,3269.026706,804.0024847,1382.989058,1219.284732,1469.863463 +451691,3272.116981,802.0819291,1382.789651,1252.496351,1470.494799 +451692,3275.117142,799.9736926,1382.522458,1259.2282,1471.497959 +451693,3278.130728,798.0189158,1382.620319,1224.32887,1472.902647 +451694,3281.13713,796.0014176,1382.853241,1262.283981,1474.650558 +451695,3283.96903,793.9927298,1383.102434,1269.125833,1476.573633 +451696,3286.766235,791.9822148,1383.433861,1229.02679,1478.745244 +451697,3289.522877,789.9694795,1383.836033,1274.47929,1481.131084 +451698,3292.103632,788.0230196,1384.214521,1266.146147,1483.600752 +451699,3294.628363,785.9047159,1384.637783,1247.425701,1486.223686 +451700,3297.096553,783.8619572,1385.095996,1274.11392,1488.979788 +451701,3299.430953,781.9286238,1385.540685,1266.237523,1491.79257 +451702,3301.671546,779.8526796,1385.988407,1270.47712,1494.67796 +451703,3303.834599,777.8325034,1386.448853,1272.694662,1497.635527 +451704,3305.912819,775.7987925,1386.911408,1274.883996,1500.648715 +451705,3307.909019,773.7617377,1387.378765,1277.012854,1503.710229 +451706,3309.82322,771.7885108,1387.845764,1279.087096,1506.812148 +451707,3311.647734,769.6468456,1388.314716,1281.107895,1509.948119 +451708,3313.356411,767.6465457,1388.782078,1283.074931,1513.11354 +451709,3314.938921,765.5860061,1389.251079,1284.988314,1516.304354 +451710,3316.400625,763.5317801,1389.718275,1286.847762,1519.5171 +451711,3317.756518,761.4482584,1390.189103,1287.296795,1522.751437 +451712,3318.645434,759.2903066,1390.661971,1287.529161,1526.010823 +451713,3318.8842,757.2917952,1391.143866,1287.588891,1529.299668 +451714,3318.448973,755.2125587,1391.609763,1304.194326,1532.588463 +451715,3317.545024,753.0061617,1392.128122,1262.631682,1535.957062 +451716,3316.257678,750.9426853,1392.688519,1298.520502,1539.396003 +451717,3314.562287,748.8223691,1393.233759,1283.846625,1542.825019 +451718,3312.555071,746.7089557,1393.787667,1285.408665,1546.275301 +451719,3310.291088,744.5934835,1394.36659,1284.830537,1549.760246 +451720,3307.776039,742.5382029,1394.956497,1283.902567,1553.264162 +451721,3305.027028,740.3248857,1395.56085,1282.690036,1556.785265 +451722,3302.058121,738.181252,1396.176218,1281.542141,1560.321919 +451723,3298.87847,736.1358209,1396.804695,1280.181111,1563.870858 +451724,3295.495414,733.9607051,1397.441601,1278.703169,1567.42901 +451725,3291.624048,731.8359482,1398.091489,1277.097397,1570.996431 +451726,3287.833362,729.6981686,1398.721893,1293.052949,1574.534734 +451727,3283.926017,727.6201649,1399.399915,1247.276135,1578.123789 +451728,3279.877541,725.3836392,1400.111019,1284.134809,1581.748577 +451729,3275.576966,723.2794376,1400.791116,1266.520475,1585.32239 +451730,3271.080429,721.1180912,1401.467801,1267.143473,1588.883524 +451731,3266.419645,718.9627857,1402.159931,1264.736657,1592.450514 +451732,3261.585513,716.8018064,1402.855694,1262.262018,1596.011734 +451733,3256.58417,714.641485,1403.560065,1259.648287,1599.568596 +451734,3251.419154,712.4738206,1404.27023,1256.812046,1603.121212 +451735,3246.091625,710.3041243,1404.988731,1254.17732,1606.668037 +451736,3240.603061,708.1301143,1405.715608,1250.984192,1610.208301 +451737,3234.956344,705.9528353,1406.446762,1247.947207,1613.742547 +451738,3229.152444,703.8313131,1407.185661,1244.692029,1617.270066 +451739,3223.19282,701.5599258,1407.933276,1241.226324,1620.79057 +451740,3217.050765,699.3535841,1408.668301,1247.751836,1624.282276 +451741,2331.431204,696.8641725,907.8805153,1216.862777,2474.144486 +451742,2410.50451,824.4987964,939.8321801,1380.04647,2515.396461 +451743,2511.491798,824.9715223,980.5818076,1335.603357,2558.047837 +451744,2586.511239,821.8736983,1011.852418,1381.511928,2576.918501 +451745,2632.686491,819.7675875,1032.269919,1327.486015,2577.079046 +451746,2661.718803,817.4641403,1046.490106,1356.383131,2570.800582 +451747,2679.893568,815.2548911,1057.024864,1342.167248,2562.678206 +451748,2691.553333,812.9729012,1065.281843,1327.549842,2554.469187 +451749,2698.938711,810.7322826,1072.011524,1331.029162,2546.818422 +451750,2703.245116,808.3486496,1077.606935,1320.43438,2539.919855 +451751,2705.13673,806.0686999,1082.293487,1314.465093,2533.767004 +451752,2705.050291,803.6810099,1086.216322,1318.842215,2528.287943 +451753,2703.284327,801.4224496,1089.495827,1282.894713,2523.398215 +451754,2700.090723,799.0429798,1092.226887,1301.266307,2519.020263 +451755,2695.693448,796.7060943,1094.49383,1282.960123,2515.086827 +451756,2690.283715,794.3555826,1096.368612,1277.035781,2511.539314 +451757,2684.011361,792.052533,1097.91132,1268.83845,2508.327207 +451758,2677.013096,789.6198425,1099.171912,1260.355835,2505.40705 +451759,2669.383611,787.2860059,1100.192037,1267.888366,2502.741261 +451760,2661.199416,784.9073028,1101.00594,1218.738596,2500.295685 +451761,2652.516487,782.5368319,1101.642854,1252.028344,2498.041935 +451762,2643.152137,780.1622623,1102.140602,1212.609508,2495.985694 +451763,2633.677643,777.7860325,1102.50751,1219.669867,2494.076693 +451764,2623.84532,775.3563659,1102.751063,1204.378287,2492.272936 +451765,2613.695041,773.0982023,1102.89199,1195.82869,2490.571538 +451766,2603.276916,763.9270484,1102.944608,1134.553895,2488.962092 +451767,2587.012289,760.6886782,1102.658969,1110.123159,2487.427298 +451768,2567.624213,758.4208014,1102.144364,1110.120385,2485.959917 +451769,2548.307061,755.1092447,1101.54511,1097.237985,2484.553523 +451770,2530.583399,752.9248831,1100.951558,1089.560662,2483.232412 +451771,2514.642719,750.3050964,1100.372522,1081.654981,2481.958215 +451772,2500.180426,747.9013414,1099.796042,1074.157949,2480.698618 +451773,2486.873307,745.4101506,1099.222636,1066.752446,2479.461549 +451774,2474.472693,742.9711473,1098.650273,1059.686134,2478.246365 +451775,2462.80943,740.5465461,1098.077299,1052.551239,2477.049395 +451776,2451.767959,738.1186772,1097.502997,1045.897378,2475.867212 +451777,2441.255457,735.6958332,1096.926357,1039.156252,2474.695481 +451778,2431.194732,733.278035,1096.346386,1032.619349,2473.530317 +451779,2421.521539,730.8663156,1095.762246,1026.116766,2472.368581 +451780,2412.214362,728.4597418,1095.188106,1019.973483,2471.241879 +451781,2403.198745,726.0593123,1094.609414,1013.597537,2469.917582 +451782,2394.41361,723.6177326,1094.014258,1007.535603,2468.769817 +451783,2385.844023,721.2979325,1093.409211,1001.415505,2467.611674 +451784,2377.471256,718.8806829,1092.796773,995.5626137,2466.446693 +451785,2369.276816,716.5116435,1092.177834,989.6324608,2465.275906 +451786,2361.243961,714.1410396,1091.552705,983.9034236,2464.099839 +451787,2353.357979,711.7772648,1090.921472,977.9930121,2462.918807 +451788,2345.606238,709.4195446,1090.284185,972.467007,2461.733115 +451789,2337.977883,707.0689618,1089.64088,966.7904735,2460.54303 +451790,2330.463654,704.7246225,1088.99163,961.2424524,2459.348886 +451791,2323.055553,702.3876029,1088.336501,955.6709226,2458.151008 +451792,2315.74673,700.0119482,1087.675601,950.3188263,2456.949818 +451793,2308.531204,697.7556343,1087.009025,944.9372858,2455.745703 +451794,2301.403815,695.4059248,1086.3369,939.4972633,2454.539122 +451795,2294.392967,693.1041369,1085.674922,934.1750941,2453.366243 +451796,2287.462791,690.8017706,1085.008425,929.0035751,2452.193419 +451797,2280.583678,688.506943,1084.325323,923.7417933,2450.992931 +451798,2273.768167,686.2188536,1083.632913,918.5818289,2449.781709 +451799,2267.019914,683.9384054,1082.934098,913.451854,2448.566621 +451800,2260.339031,681.6646873,1082.23008,908.3666915,2447.350582 +451801,0,0,0,0,0 +451802,0,0,0,0,0 +451803,0,0,0,0,0 +451804,0,0,0,0,0 +451805,0,0,0,0,0 +451806,0,0,0,0,0 +451807,0,0,0,0,0 +451808,0,0,0,0,0 +451809,0,0,0,0,0 +451810,0,0,0,0,0 +451811,0,0,0,0,0 +451812,0,0,0,0,0 +451813,0,0,0,0,0 +451814,0,0,0,0,0 +451815,0,0,0,0,0 +451816,0,0,0,0,0 +451817,0,0,0,0,0 +451818,0,0,0,0,0 +451819,0,0,0,0,0 +451820,0,0,0,0,0 +451821,0,0,0,0,0 +451822,0,0,0,0,0 +451823,0,0,0,0,0 +451824,0,0,0,0,0 +451825,0,0,0,0,0 +451826,0,0,0,0,0 +451827,0,0,0,0,0 +451828,0,0,0,0,0 +451829,0,0,0,0,0 +451830,0,0,0,0,0 +451831,0,0,0,0,0 +451832,0,0,0,0,0 +451833,0,0,0,0,0 +451834,0,0,0,0,0 +451835,0,0,0,0,0 +451836,0,0,0,0,0 +451837,0,0,0,0,0 +451838,0,0,0,0,0 +451839,0,0,0,0,0 +451840,0,0,0,0,0 +451841,0,0,0,0,0 +451842,0,0,0,0,0 +451843,0,0,0,0,0 +451844,0,0,0,0,0 +451845,0,0,0,0,0 +451846,0,0,0,0,0 +451847,0,0,0,0,0 +451848,0,0,0,0,0 +451849,0,0,0,0,0 +451850,0,0,0,0,0 +451851,0,0,0,0,0 +451852,0,0,0,0,0 +451853,0,0,0,0,0 +451854,0,0,0,0,0 +451855,0,0,0,0,0 +451856,0,0,0,0,0 +451857,0,0,0,0,0 +451858,0,0,0,0,0 +451859,0,0,0,0,0 +451860,0,0,0,0,0 +451861,0,0,0,0,0 +451862,0,0,0,0,0 +451863,0,0,0,0,0 +451864,0,0,0,0,0 +451865,0,0,0,0,0 +451866,0,0,0,0,0 +451867,0,0,0,0,0 +451868,0,0,0,0,0 +451869,0,0,0,0,0 +451870,0,0,0,0,0 +451871,0,0,0,0,0 +451872,0,0,0,0,0 +451873,0,0,0,0,0 +451874,0,0,0,0,0 +451875,0,0,0,0,0 +451876,0,0,0,0,0 +451877,0,0,0,0,0 +451878,0,0,0,0,0 +451879,0,0,0,0,0 +451880,0,0,0,0,0 +451881,0,0,0,0,0 +451882,0,0,0,0,0 +451883,0,0,0,0,0 +451884,0,0,0,0,0 +451885,0,0,0,0,0 +451886,0,0,0,0,0 +451887,0,0,0,0,0 +451888,0,0,0,0,0 +451889,0,0,0,0,0 +451890,0,0,0,0,0 +451891,0,0,0,0,0 +451892,0,0,0,0,0 +451893,0,0,0,0,0 +451894,0,0,0,0,0 +451895,0,0,0,0,0 +451896,0,0,0,0,0 +451897,0,0,0,0,0 +451898,0,0,0,0,0 +451899,0,0,0,0,0 +451900,0,0,0,0,0 +451901,0,0,0,0,0 +451902,0,0,0,0,0 +451903,0,0,0,0,0 +451904,0,0,0,0,0 +451905,0,0,0,0,0 +451906,0,0,0,0,0 +451907,0,0,0,0,0 +451908,0,0,0,0,0 +451909,0,0,0,0,0 +451910,0,0,0,0,0 +451911,0,0,0,0,0 +451912,0,0,0,0,0 +451913,0,0,0,0,0 +451914,0,0,0,0,0 +451915,0,0,0,0,0 +451916,0,0,0,0,0 +451917,0,0,0,0,0 +451918,0,0,0,0,0 +451919,0,0,0,0,0 +451920,0,0,0,0,0 +451921,0,0,0,0,0 +451922,0,0,0,0,0 +451923,0,0,0,0,0 +451924,0,0,0,0,0 +451925,0,0,0,0,0 +451926,0,0,0,0,0 +451927,0,0,0,0,0 +451928,0,0,0,0,0 +451929,0,0,0,0,0 +451930,0,0,0,0,0 +451931,0,0,0,0,0 +451932,0,0,0,0,0 +451933,0,0,0,0,0 +451934,0,0,0,0,0 +451935,0,0,0,0,0 +451936,0,0,0,0,0 +451937,0,0,0,0,0 +451938,0,0,0,0,0 +451939,0,0,0,0,0 +451940,0,0,0,0,0 +451941,0,0,0,0,0 +451942,0,0,0,0,0 +451943,0,0,0,0,0 +451944,0,0,0,0,0 +451945,0,0,0,0,0 +451946,0,0,0,0,0 +451947,0,0,0,0,0 +451948,0,0,0,0,0 +451949,0,0,0,0,0 +451950,0,0,0,0,0 +451951,0,0,0,0,0 +451952,0,0,0,0,0 +451953,0,0,0,0,0 +451954,0,0,0,0,0 +451955,0,0,0,0,0 +451956,0,0,0,0,0 +451957,0,0,0,0,0 +451958,0,0,0,0,0 +451959,0,0,0,0,0 +451960,0,0,0,0,0 +451961,0,0,0,0,0 +451962,0,0,0,0,0 +451963,0,0,0,0,0 +451964,0,0,0,0,0 +451965,0,0,0,0,0 +451966,0,0,0,0,0 +451967,0,0,0,0,0 +451968,0,0,0,0,0 +451969,0,0,0,0,0 +451970,0,0,0,0,0 +451971,0,0,0,0,0 +451972,0,0,0,0,0 +451973,0,0,0,0,0 +451974,0,0,0,0,0 +451975,0,0,0,0,0 +451976,0,0,0,0,0 +451977,0,0,0,0,0 +451978,0,0,0,0,0 +451979,0,0,0,0,0 +451980,0,0,0,0,0 +451981,0,0,0,0,0 +451982,0,0,0,0,0 +451983,0,0,0,0,0 +451984,0,0,0,0,0 +451985,0,0,0,0,0 +451986,0,0,0,0,0 +451987,0,0,0,0,0 +451988,0,0,0,0,0 +451989,0,0,0,0,0 +451990,0,0,0,0,0 +451991,0,0,0,0,0 +451992,0,0,0,0,0 +451993,0,0,0,0,0 +451994,0,0,0,0,0 +451995,0,0,0,0,0 +451996,0,0,0,0,0 +451997,0,0,0,0,0 +451998,0,0,0,0,0 +451999,0,0,0,0,0 +452000,0,0,0,0,0 +452001,0,0,0,0,0 +452002,0,0,0,0,0 +452003,0,0,0,0,0 +452004,0,0,0,0,0 +452005,0,0,0,0,0 +452006,0,0,0,0,0 +452007,0,0,0,0,0 +452008,0,0,0,0,0 +452009,0,0,0,0,0 +452010,0,0,0,0,0 +452011,0,0,0,0,0 +452012,0,0,0,0,0 +452013,0,0,0,0,0 +452014,0,0,0,0,0 +452015,0,0,0,0,0 +452016,0,0,0,0,0 +452017,0,0,0,0,0 +452018,0,0,0,0,0 +452019,0,0,0,0,0 +452020,0,0,0,0,0 +452021,0,0,0,0,0 +452022,0,0,0,0,0 +452023,0,0,0,0,0 +452024,0,0,0,0,0 +452025,0,0,0,0,0 +452026,0,0,0,0,0 +452027,0,0,0,0,0 +452028,0,0,0,0,0 +452029,0,0,0,0,0 +452030,0,0,0,0,0 +452031,0,0,0,0,0 +452032,0,0,0,0,0 +452033,0,0,0,0,0 +452034,0,0,0,0,0 +452035,0,0,0,0,0 +452036,0,0,0,0,0 +452037,0,0,0,0,0 +452038,0,0,0,0,0 +452039,0,0,0,0,0 +452040,0,0,0,0,0 +452041,0,0,0,0,0 +452042,0,0,0,0,0 +452043,0,0,0,0,0 +452044,0,0,0,0,0 +452045,0,0,0,0,0 +452046,0,0,0,0,0 +452047,0,0,0,0,0 +452048,0,0,0,0,0 +452049,0,0,0,0,0 +452050,0,0,0,0,0 +452051,0,0,0,0,0 +452052,0,0,0,0,0 +452053,0,0,0,0,0 +452054,0,0,0,0,0 +452055,0,0,0,0,0 +452056,0,0,0,0,0 +452057,0,0,0,0,0 +452058,0,0,0,0,0 +452059,0,0,0,0,0 +452060,0,0,0,0,0 +452061,0,0,0,0,0 +452062,0,0,0,0,0 +452063,0,0,0,0,0 +452064,0,0,0,0,0 +452065,0,0,0,0,0 +452066,0,0,0,0,0 +452067,0,0,0,0,0 +452068,0,0,0,0,0 +452069,0,0,0,0,0 +452070,0,0,0,0,0 +452071,0,0,0,0,0 +452072,0,0,0,0,0 +452073,0,0,0,0,0 +452074,0,0,0,0,0 +452075,0,0,0,0,0 +452076,0,0,0,0,0 +452077,0,0,0,0,0 +452078,0,0,0,0,0 +452079,0,0,0,0,0 +452080,0,0,0,0,0 +452081,0,0,0,0,0 +452082,0,0,0,0,0 +452083,0,0,0,0,0 +452084,0,0,0,0,0 +452085,0,0,0,0,0 +452086,0,0,0,0,0 +452087,0,0,0,0,0 +452088,0,0,0,0,0 +452089,0,0,0,0,0 +452090,0,0,0,0,0 +452091,0,0,0,0,0 +452092,0,0,0,0,0 +452093,0,0,0,0,0 +452094,0,0,0,0,0 +452095,0,0,0,0,0 +452096,0,0,0,0,0 +452097,0,0,0,0,0 +452098,0,0,0,0,0 +452099,0,0,0,0,0 +452100,0,0,0,0,0 +452101,0,0,0,0,0 +452102,0,0,0,0,0 +452103,0,0,0,0,0 +452104,0,0,0,0,0 +452105,0,0,0,0,0 +452106,0,0,0,0,0 +452107,0,0,0,0,0 +452108,0,0,0,0,0 +452109,0,0,0,0,0 +452110,0,0,0,0,0 +452111,0,0,0,0,0 +452112,0,0,0,0,0 +452113,0,0,0,0,0 +452114,0,0,0,0,0 +452115,0,0,0,0,0 +452116,0,0,0,0,0 +452117,0,0,0,0,0 +452118,0,0,0,0,0 +452119,0,0,0,0,0 +452120,0,0,0,0,0 +452121,0,0,0,0,0 +452122,0,0,0,0,0 +452123,0,0,0,0,0 +452124,0,0,0,0,0 +452125,0,0,0,0,0 +452126,0,0,0,0,0 +452127,0,0,0,0,0 +452128,0,0,0,0,0 +452129,0,0,0,0,0 +452130,0,0,0,0,0 +452131,0,0,0,0,0 +452132,0,0,0,0,0 +452133,0,0,0,0,0 +452134,0,0,0,0,0 +452135,0,0,0,0,0 +452136,0,0,0,0,0 +452137,0,0,0,0,0 +452138,0,0,0,0,0 +452139,0,0,0,0,0 +452140,0,0,0,0,0 +452141,0,0,0,0,0 +452142,0,0,0,0,0 +452143,0,0,0,0,0 +452144,0,0,0,0,0 +452145,0,0,0,0,0 +452146,0,0,0,0,0 +452147,0,0,0,0,0 +452148,0,0,0,0,0 +452149,0,0,0,0,0 +452150,0,0,0,0,0 +452151,0,0,0,0,0 +452152,0,0,0,0,0 +452153,0,0,0,0,0 +452154,0,0,0,0,0 +452155,0,0,0,0,0 +452156,0,0,0,0,0 +452157,0,0,0,0,0 +452158,0,0,0,0,0 +452159,0,0,0,0,0 +452160,0,0,0,0,0 +452161,0,0,0,0,0 +452162,0,0,0,0,0 +452163,0,0,0,0,0 +452164,0,0,0,0,0 +452165,0,0,0,0,0 +452166,0,0,0,0,0 +452167,0,0,0,0,0 +452168,0,0,0,0,0 +452169,0,0,0,0,0 +452170,0,0,0,0,0 +452171,0,0,0,0,0 +452172,0,0,0,0,0 +452173,0,0,0,0,0 +452174,0,0,0,0,0 +452175,0,0,0,0,0 +452176,0,0,0,0,0 +452177,0,0,0,0,0 +452178,0,0,0,0,0 +452179,0,0,0,0,0 +452180,0,0,0,0,0 +452181,0,0,0,0,0 +452182,0,0,0,0,0 +452183,0,0,0,0,0 +452184,0,0,0,0,0 +452185,0,0,0,0,0 +452186,0,0,0,0,0 +452187,0,0,0,0,0 +452188,0,0,0,0,0 +452189,0,0,0,0,0 +452190,0,0,0,0,0 +452191,0,0,0,0,0 +452192,0,0,0,0,0 +452193,0,0,0,0,0 +452194,0,0,0,0,0 +452195,0,0,0,0,0 +452196,0,0,0,0,0 +452197,0,0,0,0,0 +452198,0,0,0,0,0 +452199,0,0,0,0,0 +452200,0,0,0,0,0 +452201,0,0,0,0,0 +452202,0,0,0,0,0 +452203,0,0,0,0,0 +452204,0,0,0,0,0 +452205,0,0,0,0,0 +452206,0,0,0,0,0 +452207,0,0,0,0,0 +452208,0,0,0,0,0 +452209,0,0,0,0,0 +452210,0,0,0,0,0 +452211,0,0,0,0,0 +452212,0,0,0,0,0 +452213,0,0,0,0,0 +452214,0,0,0,0,0 +452215,0,0,0,0,0 +452216,0,0,0,0,0 +452217,0,0,0,0,0 +452218,0,0,0,0,0 +452219,0,0,0,0,0 +452220,0,0,0,0,0 +452221,0,0,0,0,0 +452222,0,0,0,0,0 +452223,0,0,0,0,0 +452224,0,0,0,0,0 +452225,0,0,0,0,0 +452226,0,0,0,0,0 +452227,0,0,0,0,0 +452228,0,0,0,0,0 +452229,0,0,0,0,0 +452230,0,0,0,0,0 +452231,0,0,0,0,0 +452232,0,0,0,0,0 +452233,0,0,0,0,0 +452234,0,0,0,0,0 +452235,0,0,0,0,0 +452236,0,0,0,0,0 +452237,0,0,0,0,0 +452238,0,0,0,0,0 +452239,0,0,0,0,0 +452240,0,0,0,0,0 +452241,0,0,0,0,0 +452242,0,0,0,0,0 +452243,0,0,0,0,0 +452244,0,0,0,0,0 +452245,0,0,0,0,0 +452246,0,0,0,0,0 +452247,0,0,0,0,0 +452248,0,0,0,0,0 +452249,0,0,0,0,0 +452250,0,0,0,0,0 +452251,0,0,0,0,0 +452252,0,0,0,0,0 +452253,0,0,0,0,0 +452254,0,0,0,0,0 +452255,0,0,0,0,0 +452256,0,0,0,0,0 +452257,0,0,0,0,0 +452258,0,0,0,0,0 +452259,0,0,0,0,0 +452260,0,0,0,0,0 +452261,0,0,0,0,0 +452262,0,0,0,0,0 +452263,0,0,0,0,0 +452264,0,0,0,0,0 +452265,0,0,0,0,0 +452266,0,0,0,0,0 +452267,0,0,0,0,0 +452268,0,0,0,0,0 +452269,0,0,0,0,0 +452270,0,0,0,0,0 +452271,0,0,0,0,0 +452272,0,0,0,0,0 +452273,0,0,0,0,0 +452274,0,0,0,0,0 +452275,0,0,0,0,0 +452276,0,0,0,0,0 +452277,0,0,0,0,0 +452278,0,0,0,0,0 +452279,0,0,0,0,0 +452280,0,0,0,0,0 +452281,0,0,0,0,0 +452282,0,0,0,0,0 +452283,0,0,0,0,0 +452284,0,0,0,0,0 +452285,0,0,0,0,0 +452286,0,0,0,0,0 +452287,0,0,0,0,0 +452288,0,0,0,0,0 +452289,0,0,0,0,0 +452290,0,0,0,0,0 +452291,0,0,0,0,0 +452292,0,0,0,0,0 +452293,0,0,0,0,0 +452294,0,0,0,0,0 +452295,0,0,0,0,0 +452296,0,0,0,0,0 +452297,0,0,0,0,0 +452298,0,0,0,0,0 +452299,0,0,0,0,0 +452300,0,0,0,0,0 +452301,0,0,0,0,0 +452302,0,0,0,0,0 +452303,0,0,0,0,0 +452304,0,0,0,0,0 +452305,0,0,0,0,0 +452306,0,0,0,0,0 +452307,0,0,0,0,0 +452308,0,0,0,0,0 +452309,0,0,0,0,0 +452310,0,0,0,0,0 +452311,0,0,0,0,0 +452312,0,0,0,0,0 +452313,0,0,0,0,0 +452314,0,0,0,0,0 +452315,0,0,0,0,0 +452316,0,0,0,0,0 +452317,0,0,0,0,0 +452318,0,0,0,0,0 +452319,0,0,0,0,0 +452320,0,0,0,0,0 +452321,0,0,0,0,0 +452322,0,0,0,0,0 +452323,0,0,0,0,0 +452324,0,0,0,0,0 +452325,0,0,0,0,0 +452326,0,0,0,0,0 +452327,0,0,0,0,0 +452328,0,0,0,0,0 +452329,0,0,0,0,0 +452330,0,0,0,0,0 +452331,0,0,0,0,0 +452332,0,0,0,0,0 +452333,0,0,0,0,0 +452334,0,0,0,0,0 +452335,0,0,0,0,0 +452336,0,0,0,0,0 +452337,0,0,0,0,0 +452338,0,0,0,0,0 +452339,0,0,0,0,0 +452340,0,0,0,0,0 +452341,0,0,0,0,0 +452342,0,0,0,0,0 +452343,0,0,0,0,0 +452344,0,0,0,0,0 +452345,0,0,0,0,0 +452346,0,0,0,0,0 +452347,0,0,0,0,0 +452348,0,0,0,0,0 +452349,0,0,0,0,0 +452350,0,0,0,0,0 +452351,0,0,0,0,0 +452352,0,0,0,0,0 +452353,0,0,0,0,0 +452354,0,0,0,0,0 +452355,0,0,0,0,0 +452356,0,0,0,0,0 +452357,0,0,0,0,0 +452358,0,0,0,0,0 +452359,0,0,0,0,0 +452360,0,0,0,0,0 +452361,0,0,0,0,0 +452362,0,0,0,0,0 +452363,0,0,0,0,0 +452364,0,0,0,0,0 +452365,0,0,0,0,0 +452366,0,0,0,0,0 +452367,0,0,0,0,0 +452368,0,0,0,0,0 +452369,0,0,0,0,0 +452370,0,0,0,0,0 +452371,0,0,0,0,0 +452372,0,0,0,0,0 +452373,0,0,0,0,0 +452374,0,0,0,0,0 +452375,0,0,0,0,0 +452376,0,0,0,0,0 +452377,0,0,0,0,0 +452378,0,0,0,0,0 +452379,0,0,0,0,0 +452380,0,0,0,0,0 +452381,0,0,0,0,0 +452382,0,0,0,0,0 +452383,0,0,0,0,0 +452384,0,0,0,0,0 +452385,0,0,0,0,0 +452386,0,0,0,0,0 +452387,0,0,0,0,0 +452388,0,0,0,0,0 +452389,0,0,0,0,0 +452390,0,0,0,0,0 +452391,0,0,0,0,0 +452392,0,0,0,0,0 +452393,0,0,0,0,0 +452394,0,0,0,0,0 +452395,0,0,0,0,0 +452396,0,0,0,0,0 +452397,0,0,0,0,0 +452398,0,0,0,0,0 +452399,0,0,0,0,0 +452400,0,0,0,0,0 +452401,0,0,0,0,0 +452402,0,0,0,0,0 +452403,0,0,0,0,0 +452404,0,0,0,0,0 +452405,0,0,0,0,0 +452406,0,0,0,0,0 +452407,0,0,0,0,0 +452408,0,0,0,0,0 +452409,0,0,0,0,0 +452410,0,0,0,0,0 +452411,0,0,0,0,0 +452412,0,0,0,0,0 +452413,0,0,0,0,0 +452414,0,0,0,0,0 +452415,0,0,0,0,0 +452416,0,0,0,0,0 +452417,0,0,0,0,0 +452418,0,0,0,0,0 +452419,0,0,0,0,0 +452420,0,0,0,0,0 +452421,0,0,0,0,0 +452422,0,0,0,0,0 +452423,0,0,0,0,0 +452424,0,0,0,0,0 +452425,0,0,0,0,0 +452426,0,0,0,0,0 +452427,0,0,0,0,0 +452428,0,0,0,0,0 +452429,0,0,0,0,0 +452430,0,0,0,0,0 +452431,0,0,0,0,0 +452432,0,0,0,0,0 +452433,0,0,0,0,0 +452434,0,0,0,0,0 +452435,0,0,0,0,0 +452436,0,0,0,0,0 +452437,0,0,0,0,0 +452438,0,0,0,0,0 +452439,0,0,0,0,0 +452440,0,0,0,0,0 +452441,0,0,0,0,0 +452442,0,0,0,0,0 +452443,0,0,0,0,0 +452444,0,0,0,0,0 +452445,0,0,0,0,0 +452446,0,0,0,0,0 +452447,0,0,0,0,0 +452448,0,0,0,0,0 +452449,0,0,0,0,0 +452450,0,0,0,0,0 +452451,0,0,0,0,0 +452452,0,0,0,0,0 +452453,0,0,0,0,0 +452454,0,0,0,0,0 +452455,0,0,0,0,0 +452456,0,0,0,0,0 +452457,0,0,0,0,0 +452458,0,0,0,0,0 +452459,0,0,0,0,0 +452460,0,0,0,0,0 +452461,0,0,0,0,0 +452462,0,0,0,0,0 +452463,0,0,0,0,0 +452464,0,0,0,0,0 +452465,0,0,0,0,0 +452466,0,0,0,0,0 +452467,0,0,0,0,0 +452468,0,0,0,0,0 +452469,0,0,0,0,0 +452470,0,0,0,0,0 +452471,0,0,0,0,0 +452472,0,0,0,0,0 +452473,0,0,0,0,0 +452474,0,0,0,0,0 +452475,0,0,0,0,0 +452476,0,0,0,0,0 +452477,0,0,0,0,0 +452478,0,0,0,0,0 +452479,0,0,0,0,0 +452480,0,0,0,0,0 +452481,0,0,0,0,0 +452482,0,0,0,0,0 +452483,0,0,0,0,0 +452484,0,0,0,0,0 +452485,0,0,0,0,0 +452486,0,0,0,0,0 +452487,0,0,0,0,0 +452488,0,0,0,0,0 +452489,0,0,0,0,0 +452490,0,0,0,0,0 +452491,0,0,0,0,0 +452492,0,0,0,0,0 +452493,0,0,0,0,0 +452494,0,0,0,0,0 +452495,0,0,0,0,0 +452496,0,0,0,0,0 +452497,0,0,0,0,0 +452498,0,0,0,0,0 +452499,0,0,0,0,0 +452500,0,0,0,0,0 +452501,0,0,0,0,0 +452502,0,0,0,0,0 +452503,0,0,0,0,0 +452504,0,0,0,0,0 +452505,0,0,0,0,0 +452506,0,0,0,0,0 +452507,0,0,0,0,0 +452508,0,0,0,0,0 +452509,0,0,0,0,0 +452510,0,0,0,0,0 +452511,0,0,0,0,0 +452512,0,0,0,0,0 +452513,0,0,0,0,0 +452514,0,0,0,0,0 +452515,0,0,0,0,0 +452516,0,0,0,0,0 +452517,0,0,0,0,0 +452518,0,0,0,0,0 +452519,0,0,0,0,0 +452520,0,0,0,0,0 +452521,0,0,0,0,0 +452522,0,0,0,0,0 +452523,0,0,0,0,0 +452524,0,0,0,0,0 +452525,0,0,0,0,0 +452526,0,0,0,0,0 +452527,0,0,0,0,0 +452528,0,0,0,0,0 +452529,0,0,0,0,0 +452530,0,0,0,0,0 +452531,0,0,0,0,0 +452532,0,0,0,0,0 +452533,0,0,0,0,0 +452534,0,0,0,0,0 +452535,0,0,0,0,0 +452536,0,0,0,0,0 +452537,0,0,0,0,0 +452538,0,0,0,0,0 +452539,0,0,0,0,0 +452540,0,0,0,0,0 +452541,0,0,0,0,0 +452542,0,0,0,0,0 +452543,0,0,0,0,0 +452544,0,0,0,0,0 +452545,0,0,0,0,0 +452546,0,0,0,0,0 +452547,0,0,0,0,0 +452548,0,0,0,0,0 +452549,0,0,0,0,0 +452550,0,0,0,0,0 +452551,0,0,0,0,0 +452552,0,0,0,0,0 +452553,0,0,0,0,0 +452554,0,0,0,0,0 +452555,0,0,0,0,0 +452556,0,0,0,0,0 +452557,0,0,0,0,0 +452558,0,0,0,0,0 +452559,0,0,0,0,0 +452560,0,0,0,0,0 +452561,0,0,0,0,0 +452562,0,0,0,0,0 +452563,0,0,0,0,0 +452564,0,0,0,0,0 +452565,0,0,0,0,0 +452566,0,0,0,0,0 +452567,0,0,0,0,0 +452568,0,0,0,0,0 +452569,0,0,0,0,0 +452570,0,0,0,0,0 +452571,0,0,0,0,0 +452572,0,0,0,0,0 +452573,0,0,0,0,0 +452574,0,0,0,0,0 +452575,0,0,0,0,0 +452576,0,0,0,0,0 +452577,0,0,0,0,0 +452578,0,0,0,0,0 +452579,0,0,0,0,0 +452580,0,0,0,0,0 +452581,-1723.512779,-729.4481014,-1687.501304,-729.9264874,-999.0716585 +452582,-1654.257005,-699.4308793,-1619.563039,-700.6302807,-960.4489767 +452583,-1706.633906,-720.9015462,-1670.678525,-722.9312204,-994.3315389 +452584,-1755.009108,-740.8072225,-1717.899035,-743.5808129,-1025.796568 +452585,-1826.955506,-692.5197909,-1788.195251,-774.2477373,-1070.816321 +452586,-1859.732984,0,-1820.184933,-788.3328423,-662.0626215 +452587,-1032.154837,-353.1930303,-974.3249578,-646.025199,-173.4671733 +452588,-876.6923791,-267.5774656,-820.4546361,-313.4877758,-561.3847904 +452589,-1122.311618,-214.2065372,-1061.438768,-540.2160597,-419.8751379 +452590,-989.6481588,-199.7662871,-925.3703871,-455.0830742,-416.1676295 +452591,-973.6398973,-179.0174759,-908.4563557,-449.3238135,-411.7095527 +452592,-962.8075648,-158.6307801,-893.9555669,-443.3267836,-409.562436 +452593,-951.6472278,-138.223838,-880.5495206,-437.1006125,-404.9356948 +452594,-941.6729202,-125.6950426,-868.3519167,-431.7700602,-402.064194 +452595,-929.9317206,-109.3474286,-852.6086353,-425.7049266,-397.9184263 +452596,-919.4551995,-93.76351234,-843.0529133,-420.6246089,-395.5722654 +452597,-910.3278693,-77.48390486,-829.967892,-415.4125541,-391.3333361 +452598,-901.029382,-61.73085945,-818.3062701,-410.0700987,-387.6733502 +452599,-889.9474072,-45.56500454,-806.4246077,-405.8407658,-384.6067285 +452600,-881.9404878,-29.66222667,-796.0845558,-400.265076,-380.2485677 +452601,-870.4951016,-13.75427991,-783.7998496,-395.8503594,-377.7607369 +452602,-865.5825824,0,-775.8212945,-390.6996636,-373.3386431 +452603,-852.1283063,0,-764.0977718,-386.7777061,-369.5244529 +452604,-847.0607565,0,-754.9697968,-382.1194859,-366.976535 +452605,-836.734705,0,-743.8600411,-377.3798535,-361.8167404 +452606,-829.7837666,0,-738.2708786,-373.2560136,-359.8850067 +452607,-820.9838117,0,-726.9250595,-369.0711903,-355.3232931 +452608,-813.8744988,0,-721.2127326,-364.8250112,-351.3907318 +452609,-804.8811325,0,-712.5516344,-360.5174536,-348.761042 +452610,-797.6164094,0,-705.7605533,-356.8831144,-344.7898601 +452611,-789.3580888,0,-697.9300144,-352.4619406,-341.4654077 +452612,-782.8803394,0,-690.0307703,-348.7318578,-338.1254938 +452613,-773.5247567,0,-683.0655331,-344.9577339,-334.0961249 +452614,-766.9188312,0,-676.0478129,-340.3690619,-330.7237223 +452615,-760.2597299,0,-668.9777302,-336.4986833,-328.0166799 +452616,-750.6485779,0,-661.8558439,-333.3720955,-323.9358492 +452617,-745.8104664,0,-655.7120873,-328.6253015,-320.5209567 +452618,-737.0229229,0,-648.4946831,-325.4273998,-317.7801444 +452619,-731.1201478,0,-642.2692983,-321.7948283,-314.3408259 +452620,-723.186251,0,-634.958201,-317.7155298,-310.8883344 +452621,-716.1896058,0,-629.7078186,-314.4208755,-307.4230333 +452622,-709.1412896,0,-623.3716244,-310.6796078,-304.6422857 +452623,-703.0595285,0,-615.9322513,-307.3238939,-301.1544415 +452624,-695.9140153,0,-611.6619422,-303.514009,-298.3558146 +452625,-688.7166182,0,-605.222921,-300.0974747,-294.8462023 +452626,-682.5074273,0,-597.6650268,-297.084816,-291.6777659 +452627,-676.2601041,0,-594.4141396,-292.7418873,-288.8537747 +452628,-668.9226647,0,-585.6944642,-290.1159334,-285.6679361 +452629,-662.5935837,0,-582.4114315,-286.58884,-282.8286972 +452630,-656.2272099,0,-575.8150474,-283.033278,-279.6261083 +452631,-648.7521596,0,-570.2922561,-280.3485135,-276.4150076 +452632,-644.4598096,0,-563.6338371,-276.2907252,-274.2699604 +452633,-635.8213338,0,-560.2938048,-273.1108537,-270.6860711 +452634,-631.4792773,0,-552.4637287,-270.3687071,-267.8120347 +452635,-622.7435268,0,-547.9708475,-266.6875342,-264.931893 +452636,-618.3535108,0,-543.4635261,-263.9089617,-262.04576 +452637,-611.7364541,0,-536.6741281,-260.6475845,-259.5156426 +452638,-605.0832315,0,-530.9929522,-257.3654784,-256.2559941 +452639,-599.5122552,0,-527.0042822,-254.0630708,-253.7159808 +452640,-592.7943189,0,-520.7134606,-251.2166127,-250.8079674 +452641,-584.9130202,0,-514.9726554,-247.8768725,-248.2591774 +452642,-579.2559576,0,-508.0565131,-244.0355292,-244.9762984 +452643,-571.2949508,0,-501.6914662,-241.6221485,-242.4187576 +452644,-565.5809467,0,-494.1379194,-237.2522886,-240.2236977 +452645,-557.5414754,0,-487.136551,-234.8115382,-236.559155 +452646,-550.6155826,0,-480.1079939,-230.8859179,-234.3572284 +452647,-543.6579373,0,-473.052805,-227.9262479,-231.7851678 +452648,-537.8359217,0,-465.9716232,-224.4564594,-228.8416424 +452649,-527.3002469,0,-457.6783632,-221.4683925,-226.262765 +452650,-522.0077695,0,-451.7350565,-217.9660373,-223.3118097 +452651,-513.1480754,0,-443.386144,-214.4468872,-221.096202 +452652,-507.2168447,0,-436.205698,-211.9234348,-218.1387884 +452653,-498.8788737,0,-429.6046331,-207.8681465,-215.177928 +452654,-491.7021935,0,-421.7800532,-205.3235325,-213.325805 +452655,-484.4985159,0,-413.9319403,-201.7476281,-209.9886285 +452656,-477.2682355,0,-407.2740875,-198.6708582,-207.3904447 +452657,-469.4061504,0,-399.9931056,-195.325794,-204.7900893 +452658,-462.1231089,0,-392.6943781,-192.2275268,-202.1876287 +452659,-454.2059518,0,-384.7685974,-188.8599518,-199.5831423 +452660,-448.0975217,0,-378.0481556,-186.0018855,-196.97673 +452661,-439.5186398,0,-370.702484,-182.6141434,-193.9957515 +452662,-432.1421942,0,-363.3427815,-179.4779452,-191.7586126 +452663,-424.1278504,0,-355.970032,-176.0710088,-188.7738621 +452664,-417.3286225,0,-348.5851785,-173.1810744,-186.1606113 +452665,-408.6515124,0,-341.8058821,-169.7573492,-183.5459565 +452666,-401.194886,0,-333.7823784,-166.8538281,-180.9299675 +452667,-393.7213309,155.1609729,-326.9846884,-163.1500546,-178.3127219 +452668,-385.6066044,129.2684019,-318.9414522,-160.4994062,-175.3201552 +452669,-377.4742548,139.712278,-312.7482776,-157.0471017,-172.8877156 +452670,-369.9530198,163.4577567,-304.6891548,-154.1207879,-170.0799811 +452671,-361.7900331,177.3404015,-297.2433254,-150.3899251,-167.458492 +452672,-354.2422797,190.4946508,-289.7918691,-147.7211789,-164.8361563 +452673,-345.4221478,203.355257,-282.3353692,-143.9794721,-162.0256421 +452674,-338.4825249,216.4251118,-274.8744103,-141.0357634,-159.2143366 +452675,-329.0062453,228.4758805,-267.4095771,-137.5527175,-156.9647926 +452676,-322.0490027,240.9599346,-259.9414279,-134.6024836,-153.5896182 +452677,-313.8181783,253.2929041,-252.4704761,-131.1124177,-151.3390813 +452678,-304.945082,264.681551,-244.9971862,-127.8880311,-148.3378067 +452679,-297.9679053,276.8120026,-237.2104693,-124.6612671,-146.0865158 +452680,-288.4459723,288.1714057,-230.0453198,-121.432375,-142.7090159 +452681,-281.4590096,299.5893092,-222.5673563,-118.0669582,-140.4571034 +452682,-272.5613792,310.721489,-214.7767192,-114.9692852,-137.4542033 +452683,-264.2953181,321.7870915,-207.6087108,-111.4660123,-135.0141271 +452684,-256.0261184,332.4731492,-200.1284436,-108.5007251,-132.198401 +452685,-247.7542864,343.5108055,-192.3360216,-104.9951699,-129.1947282 +452686,-239.4802827,353.9369674,-185.1668068,-102.028255,-126.7541305 +452687,-231.2045301,364.4188322,-177.685644,-98.52113022,-123.9379006 +452688,-222.9274055,374.5048518,-170.2043168,-95.28330805,-121.3093051 +452689,-214.3308179,385.0453867,-162.7229004,-92.04512533,-118.3050743 +452690,-206.0519327,394.902299,-155.2414444,-88.80664213,-115.6763187 +452691,-197.4540714,404.866948,-148.0717021,-85.56792022,-113.0475078 +452692,-189.1743283,414.661871,-140.2784218,-82.19406394,-110.4186356 +452693,-180.8943137,424.3378048,-132.9527801,-79.09003559,-107.4141449 +452694,-171.977126,433.633961,-125.627144,-75.58101465,-104.785202 +452695,-164.0153534,443.7596539,-117.9897489,-72.61184364,-101.9684559 +452696,-155.0980192,452.4901444,-110.6641093,-68.96776296,-99.33948152 +452697,-146.4991826,461.9546672,-103.1825993,-65.9985539,-96.52270021 +452698,-138.3781002,471.0241387,-95.85695575,-62.62439677,-93.70590956 +452699,-129.6199739,480.0325514,-88.37543103,-59.25022796,-91.26469276 +452700,-120.7026021,488.9364928,-80.89390739,-56.14601402,-88.07230149 +452701,-111.1483529,498.1260124,-72.3213395,-52.09700824,-85.63107822 +452702,-100.7978602,507.3403929,-63.28116532,-48.58791043,-82.81426926 +452703,-90.60660331,516.395273,-54.55273603,-44.53891144,-79.80966714 +452704,-80.41534899,525.0515293,-48.62987028,-40.89482772,-77.36844347 +452705,-70.06485144,534.4934894,-41.14834491,-36.98079262,-74.36384241 +452706,-75.47895239,537.1246038,-42.39527709,-38.6003797,-71.92260884 +452707,-66.88009999,546.7714681,-35.84893713,-35.49616825,-68.9180049 +452708,-56.84807027,556.8772063,-29.61434738,-31.71710103,-66.2889806 +452709,-47.45302019,567.0427482,-22.91215484,-28.34294758,-63.47216565 +452710,-37.26176328,577.2621886,-16.05409265,-24.42891279,-60.65535252 +452711,-27.70747075,587.3453551,-9.196032742,-22.13449196,-58.02633121 +452712,-17.35697465,597.3458325,-2.33797443,-19.03026227,-55.02172917 +452713,-7.484200645,607.3531157,0,-16.06100105,-52.58049732 +452714,0,617.1514834,0,-12.95677333,-49.38810375 +452715,0,626.9895661,0,-9.987515407,-46.94687173 +452716,0,636.6089308,0,-7.018255139,-43.94226973 +452717,0,646.2683275,0,-3.779059278,-41.12545824 +452718,0,655.7056571,0,0,-38.49643723 +452719,0,665.1862622,0,0,-35.49183564 +452720,0,674.4406413,0,0,-32.86281208 +452721,0,683.7439789,0,0,-29.85820983 +452722,0,692.8154186,0,0,-27.04139776 +452723,0,701.8995866,0,0,-24.22458659 +452724,0,710.8976382,0,0,-21.40777448 +452725,0,719.7099096,0,0,-18.40317334 +452726,0,728.5737447,0,0,-15.58636126 +452727,0,737.1989308,0,0,-12.58176133 +452728,0,745.8465602,0,0,-9.764949513 +452729,0,754.4123817,0,0,-6.760349415 +452730,0,762.3200788,0,0,-3.755749514 +452731,0,771.3440483,0,0,0 +452732,0,779.1714296,0,0,0 +452733,0,787.3559936,0,0,0 +452734,0,795.3326975,0,0,0 +452735,0,803.3541946,0,0,0 +452736,0,820.5355859,0,0,0 +452737,0,829.9326592,0,0,0 +452738,0,838.6989811,0,0,0 +452739,0,847.2279634,0,0,0 +452740,0,855.5469114,0,0,0 +452741,0,863.8634541,0,0,0 +452742,0,871.9455807,0,0,0 +452743,0,879.9753434,0,0,0 +452744,0,887.8922284,0,0,0 +452745,0,895.6585699,0,0,0 +452746,0,903.5264294,0,0,0 +452747,0,911.0362384,0,0,0 +452748,0,918.5769334,0,0,0 +452749,0,926.1100066,0,0,0 +452750,0,933.4366718,0,0,0 +452751,0,940.7277954,0,0,0 +452752,0,947.9264098,0,0,0 +452753,0,955.0380043,0,0,0 +452754,0,962.0667248,0,0,0 +452755,0,968.9520672,0,0,0 +452756,0,975.9049585,0,0,0 +452757,0,982.7009611,0,0,0 +452758,0,989.3218832,0,0,0 +452759,0,995.9246268,0,0,0 +452760,0,1002.545926,0,0,0 +452761,0,1008.243647,0,0,0 +452762,0,1013.931433,0,0,0 +452763,0,1019.62286,0,0,0 +452764,0,1025.066703,0,0,0 +452765,0,1030.476504,0,0,0 +452766,0,1035.816291,0,0,0 +452767,0,1041.076487,0,0,0 +452768,0,1046.255565,0,0,0 +452769,0,1051.287259,0,0,0 +452770,0,1056.40084,0,0,0 +452771,0,1061.287061,0,0,0 +452772,0,1066.152327,0,0,0 +452773,0,1070.990931,0,0,0 +452774,0,1075.586242,0,0,0 +452775,0,1080.246725,0,0,0 +452776,0,1084.700686,0,0,0 +452777,0,1089.250193,0,0,0 +452778,0,1093.571193,0,0,0 +452779,0,1097.871426,0,0,0 +452780,0,1102.079552,0,0,0 +452781,0,1106.206054,0,0,0 +452782,0,1110.251075,0,0,0 +452783,0,1114.144182,0,0,0 +452784,0,1118.197808,0,0,0 +452785,0,1121.840453,0,0,0 +452786,0,1128.099778,0,0,0 +452787,0,1128.151313,0,0,0 +452788,0,1137.149528,0,0,0 +452789,0,1133.192062,0,0,0 +452790,0,1147.493871,0,0,0 +452791,0,1132.062795,0,0,0 +452792,0,1156.793385,0,0,0 +452793,0,1122.803862,0,0,0 +452794,0,1172.370436,0,0,0 +452795,0,1109.420588,0,0,0 +452796,0,1157.219456,0,0,0 +452797,0,1149.147513,0,0,0 +452798,0,1126.493372,0,0,0 +452799,0,1161.744467,0,0,0 +452800,0,1114.237684,0,0,0 +452801,0,1169.232146,0,0,0 +452802,0,1104.836959,0,0,0 +452803,0,1168.607165,0,0,0 +452804,0,1101.487901,0,0,0 +452805,0,1162.134972,0,0,0 +452806,0,1101.781371,0,0,0 +452807,0,1151.636056,0,0,0 +452808,0,1104.256216,0,0,0 +452809,0,1138.15557,0,0,0 +452810,0,1108.311448,0,0,0 +452811,0,1122.378682,0,0,0 +452812,0,1113.311615,0,0,0 +452813,0,1111.931828,0,0,0 +452814,0,1108.652327,0,0,0 +452815,0,1105.596395,0,0,0 +452816,0,1102.329915,0,0,0 +452817,0,1098.961041,0,0,0 +452818,0,1095.480637,0,0,0 +452819,0,1091.890885,0,0,0 +452820,0,1088.194331,0,0,0 +452821,0,1084.610485,0,0,0 +452822,0,1080.976698,0,0,0 +452823,0,1077.327009,0,0,0 +452824,0,1073.41444,0,0,0 +452825,0,1069.555365,0,0,0 +452826,0,1056.928263,0,0,0 +452827,0,1051.536739,0,0,0 +452828,0,1046.606808,0,0,0 +452829,0,1041.681886,0,0,0 +452830,0,1036.90461,0,0,0 +452831,0,1032.04797,0,0,0 +452832,0,1027.164494,0,0,0 +452833,0,1022.234852,0,0,0 +452834,0,1017.254797,0,0,0 +452835,0,1012.222869,0,0,0 +452836,0,1007.138025,0,0,0 +452837,0,1002.000136,0,0,0 +452838,0,996.8097134,0,0,0 +452839,0,991.6300549,0,0,0 +452840,0,986.246421,0,0,0 +452841,0,980.9474544,0,0,0 +452842,0,975.482364,0,0,0 +452843,0,970.1308685,0,0,0 +452844,0,964.660494,0,0,0 +452845,0,959.0498125,0,0,0 +452846,0,953.5168196,0,0,0 +452847,0,947.8881098,0,0,0 +452848,0,942.22819,0,0,0 +452849,0,936.529743,0,0,0 +452850,0,930.7905449,0,0,0 +452851,0,926.7520649,0,0,0 +452852,0,923.1471923,0,0,0 +452853,0,919.4621545,0,0,0 +452854,0,916.1242067,0,0,0 +452855,0,912.5082474,0,0,0 +452856,0,909.2737936,0,0,0 +452857,0,905.8324038,0,0,0 +452858,0,902.638175,0,0,0 +452859,0,899.2194574,0,0,0 +452860,0,896.0362111,0,0,0 +452861,0,892.9643222,0,0,0 +452862,0,889.6027923,0,0,0 +452863,0,886.4353352,0,0,0 +452864,0,883.38354,0,0,0 +452865,0,880.1338938,0,0,0 +452866,0,876.9557415,0,0,0 +452867,0,873.8030624,0,0,0 +452868,0,870.7145977,0,0,0 +452869,0,867.4940522,0,0,0 +452870,0,864.337529,0,0,0 +452871,0,861.266416,0,0,0 +452872,0,858.0812851,0,0,0 +452873,0,854.9404737,0,0,0 +452874,0,851.7852627,0,0,0 +452875,0,848.6779882,0,0,0 +452876,0,845.4307686,0,0,0 +452877,0,842.2927463,0,0,0 +452878,0,839.0982139,0,0,0 +452879,0,835.9029262,0,0,0 +452880,0,832.6440576,0,0,0 +452881,0,829.3057881,0,0,0 +452882,0,825.6312159,0,0,0 +452883,0,822.0788289,0,0,0 +452884,0,818.4490245,0,0,0 +452885,0,814.8097724,0,0,0 +452886,0,811.2047914,0,0,0 +452887,0,807.4585498,0,0,0 +452888,0,803.7551391,0,0,0 +452889,0,800.1148418,0,0,0 +452890,0,796.3564436,0,0,0 +452891,0,792.676016,0,0,0 +452892,0,788.8489881,0,0,0 +452893,0,785.1134277,0,0,0 +452894,0,781.3175708,0,0,0 +452895,0,777.5131994,0,0,0 +452896,0,773.6914443,0,0,0 +452897,0,769.8546808,0,0,0 +452898,0,767.5228387,0,0,0 +452899,0,765.0033066,0,0,0 +452900,0,762.4562091,0,0,0 +452901,112.4683451,759.8979703,0,0,0 +452902,120.3209419,757.8030041,0,0,0 +452903,113.6619936,754.4979678,0,0,0 +452904,137.2748621,752.2446403,0,0,0 +452905,149.9745806,749.4994423,0,0,0 +452906,162.9101214,746.9329268,0,0,0 +452907,175.2100559,744.2469545,0,0,0 +452908,188.3472204,741.5880816,0,0,0 +452909,200.5458772,738.9066014,0,0,0 +452910,213.6066955,736.2098901,0,0,0 +452911,224.503329,732.5893645,0,0,0 +452912,235.9946231,728.7036036,0,0,0 +452913,246.5176166,724.8159196,0,0,0 +452914,257.3170683,720.859796,0,0,0 +452915,268.375294,716.8792362,0,0,0 +452916,278.8997081,712.7730598,0,0,0 +452917,289.5641452,708.7477591,0,0,0 +452918,300.1284812,704.5641315,0,0,0 +452919,310.4017765,700.4305393,0,0,0 +452920,321.4912341,696.2554371,0,0,0 +452921,331.3182302,692.0818183,0,0,0 +452922,341.9089161,687.7999889,0,0,0 +452923,352.1714468,683.6160096,0,0,0 +452924,362.4316546,679.2448941,0,0,0 +452925,372.646462,675.0894969,0,0,0 +452926,382.5203742,670.6987973,0,0,0 +452927,393.1349534,666.4589419,0,0,0 +452928,402.9850994,662.0752328,0,0,0 +452929,413.0974053,657.7652443,0,0,0 +452930,423.1138352,653.4252969,0,0,0 +452931,433.0573858,649.1116753,0,0,0 +452932,443.0476786,644.7039802,0,0,0 +452933,452.9278198,640.4113922,0,0,0 +452934,462.8013666,635.9483769,0,0,0 +452935,472.5972386,631.7125348,0,0,0 +452936,482.4484816,627.2588612,0,0,0 +452937,492.1467888,622.968816,0,0,0 +452938,501.755844,618.5082649,0,0,0 +452939,511.581393,614.2754523,0,0,0 +452940,521.2202437,609.8331578,0,0,0 +452941,0,0,0,0,0 +452942,0,0,0,0,0 +452943,0,0,0,0,0 +452944,0,0,0,0,0 +452945,0,0,0,0,0 +452946,0,0,0,0,0 +452947,0,0,0,0,0 +452948,0,0,0,0,0 +452949,0,0,0,0,0 +452950,0,0,0,0,0 +452951,0,0,0,0,0 +452952,0,0,0,0,0 +452953,0,0,0,0,0 +452954,0,0,0,0,0 +452955,0,0,0,0,0 +452956,0,0,0,0,0 +452957,0,0,0,0,0 +452958,0,0,0,0,0 +452959,0,0,0,0,0 +452960,0,0,0,0,0 +452961,0,0,0,0,0 +452962,0,0,0,0,0 +452963,0,0,0,0,0 +452964,0,0,0,0,0 +452965,0,0,0,0,0 +452966,0,0,0,0,0 +452967,0,0,0,0,0 +452968,0,0,0,0,0 +452969,0,0,0,0,0 +452970,0,0,0,0,0 +452971,0,0,0,0,0 +452972,0,0,0,0,0 +452973,0,0,0,0,0 +452974,0,0,0,0,0 +452975,0,0,0,0,0 +452976,0,0,0,0,0 +452977,0,0,0,0,0 +452978,0,0,0,0,0 +452979,0,0,0,0,0 +452980,0,0,0,0,0 +452981,0,0,0,0,0 +452982,0,0,0,0,0 +452983,0,0,0,0,0 +452984,0,0,0,0,0 +452985,0,0,0,0,0 +452986,0,0,0,0,0 +452987,0,0,0,0,0 +452988,0,0,0,0,0 +452989,0,0,0,0,0 +452990,0,0,0,0,0 +452991,0,0,0,0,0 +452992,0,0,0,0,0 +452993,0,0,0,0,0 +452994,0,0,0,0,0 +452995,0,0,0,0,0 +452996,0,0,0,0,0 +452997,0,0,0,0,0 +452998,0,0,0,0,0 +452999,0,0,0,0,0 +453000,0,0,0,0,0 +453001,0,0,0,0,0 +453002,0,0,0,0,0 +453003,0,0,0,0,0 +453004,0,0,0,0,0 +453005,0,0,0,0,0 +453006,0,0,0,0,0 +453007,0,0,0,0,0 +453008,0,0,0,0,0 +453009,0,0,0,0,0 +453010,0,0,0,0,0 +453011,0,0,0,0,0 +453012,0,0,0,0,0 +453013,0,0,0,0,0 +453014,0,0,0,0,0 +453015,0,0,0,0,0 +453016,0,0,0,0,0 +453017,0,0,0,0,0 +453018,0,0,0,0,0 +453019,0,0,0,0,0 +453020,0,0,0,0,0 +453021,0,0,0,0,0 +453022,0,0,0,0,0 +453023,0,0,0,0,0 +453024,0,0,0,0,0 +453025,0,0,0,0,0 +453026,0,0,0,0,0 +453027,0,0,0,0,0 +453028,0,0,0,0,0 +453029,0,0,0,0,0 +453030,0,0,0,0,0 +453031,0,0,0,0,0 +453032,0,0,0,0,0 +453033,0,0,0,0,0 +453034,0,0,0,0,0 +453035,0,0,0,0,0 +453036,0,0,0,0,0 +453037,0,0,0,0,0 +453038,0,0,0,0,0 +453039,0,0,0,0,0 +453040,0,0,0,0,0 +453041,0,0,0,0,0 +453042,0,0,0,0,0 +453043,0,0,0,0,0 +453044,0,0,0,0,0 +453045,0,0,0,0,0 +453046,0,0,0,0,0 +453047,0,0,0,0,0 +453048,0,0,0,0,0 +453049,0,0,0,0,0 +453050,0,0,0,0,0 +453051,0,0,0,0,0 +453052,0,0,0,0,0 +453053,0,0,0,0,0 +453054,0,0,0,0,0 +453055,0,0,0,0,0 +453056,0,0,0,0,0 +453057,0,0,0,0,0 +453058,0,0,0,0,0 +453059,0,0,0,0,0 +453060,0,0,0,0,0 +453061,0,0,0,0,0 +453062,0,0,0,0,0 +453063,0,0,0,0,0 +453064,0,0,0,0,0 +453065,0,0,0,0,0 +453066,0,0,0,0,0 +453067,0,0,0,0,0 +453068,0,0,0,0,0 +453069,0,0,0,0,0 +453070,0,0,0,0,0 +453071,0,0,0,0,0 +453072,0,0,0,0,0 +453073,0,0,0,0,0 +453074,0,0,0,0,0 +453075,0,0,0,0,0 +453076,0,0,0,0,0 +453077,0,0,0,0,0 +453078,0,0,0,0,0 +453079,0,0,0,0,0 +453080,0,0,0,0,0 +453081,0,0,0,0,0 +453082,0,0,0,0,0 +453083,0,0,0,0,0 +453084,0,0,0,0,0 +453085,0,0,0,0,0 +453086,0,0,0,0,0 +453087,0,0,0,0,0 +453088,0,0,0,0,0 +453089,0,0,0,0,0 +453090,0,0,0,0,0 +453091,0,0,0,0,0 +453092,0,0,0,0,0 +453093,0,0,0,0,0 +453094,0,0,0,0,0 +453095,0,0,0,0,0 +453096,0,0,0,0,0 +453097,0,0,0,0,0 +453098,0,0,0,0,0 +453099,0,0,0,0,0 +453100,0,0,0,0,0 +453101,0,0,0,0,0 +453102,0,0,0,0,0 +453103,0,0,0,0,0 +453104,0,0,0,0,0 +453105,0,0,0,0,0 +453106,0,0,0,0,0 +453107,0,0,0,0,0 +453108,0,0,0,0,0 +453109,0,0,0,0,0 +453110,0,0,0,0,0 +453111,0,0,0,0,0 +453112,0,0,0,0,0 +453113,0,0,0,0,0 +453114,0,0,0,0,0 +453115,0,0,0,0,0 +453116,0,0,0,0,0 +453117,0,0,0,0,0 +453118,0,0,0,0,0 +453119,0,0,0,0,0 +453120,0,0,0,0,0 +453121,0,0,0,0,0 +453122,0,0,0,0,0 +453123,0,0,0,0,0 +453124,0,0,0,0,0 +453125,0,0,0,0,0 +453126,0,0,0,0,0 +453127,0,0,0,0,0 +453128,0,0,0,0,0 +453129,0,0,0,0,0 +453130,0,0,0,0,0 +453131,0,0,0,0,0 +453132,0,0,0,0,0 +453133,0,0,0,0,0 +453134,0,0,0,0,0 +453135,0,0,0,0,0 +453136,0,0,0,0,0 +453137,0,0,0,0,0 +453138,0,0,0,0,0 +453139,0,0,0,0,0 +453140,0,0,0,0,0 +453141,0,0,0,0,0 +453142,0,0,0,0,0 +453143,0,0,0,0,0 +453144,0,0,0,0,0 +453145,0,0,0,0,0 +453146,0,0,0,0,0 +453147,0,0,0,0,0 +453148,0,0,0,0,0 +453149,0,0,0,0,0 +453150,0,0,0,0,0 +453151,0,0,0,0,0 +453152,0,0,0,0,0 +453153,0,0,0,0,0 +453154,0,0,0,0,0 +453155,0,0,0,0,0 +453156,0,0,0,0,0 +453157,0,0,0,0,0 +453158,0,0,0,0,0 +453159,0,0,0,0,0 +453160,0,0,0,0,0 +453161,0,0,0,0,0 +453162,0,0,0,0,0 +453163,0,0,0,0,0 +453164,0,0,0,0,0 +453165,0,0,0,0,0 +453166,0,0,0,0,0 +453167,0,0,0,0,0 +453168,0,0,0,0,0 +453169,0,0,0,0,0 +453170,0,0,0,0,0 +453171,0,0,0,0,0 +453172,0,0,0,0,0 +453173,0,0,0,0,0 +453174,0,0,0,0,0 +453175,0,0,0,0,0 +453176,0,0,0,0,0 +453177,0,0,0,0,0 +453178,0,0,0,0,0 +453179,0,0,0,0,0 +453180,0,0,0,0,0 +453181,0,0,0,0,0 +453182,0,0,0,0,0 +453183,0,0,0,0,0 +453184,0,0,0,0,0 +453185,0,0,0,0,0 +453186,0,0,0,0,0 +453187,0,0,0,0,0 +453188,0,0,0,0,0 +453189,0,0,0,0,0 +453190,0,0,0,0,0 +453191,0,0,0,0,0 +453192,0,0,0,0,0 +453193,0,0,0,0,0 +453194,0,0,0,0,0 +453195,0,0,0,0,0 +453196,0,0,0,0,0 +453197,0,0,0,0,0 +453198,0,0,0,0,0 +453199,0,0,0,0,0 +453200,0,0,0,0,0 +453201,0,0,0,0,0 +453202,0,0,0,0,0 +453203,0,0,0,0,0 +453204,0,0,0,0,0 +453205,0,0,0,0,0 +453206,0,0,0,0,0 +453207,0,0,0,0,0 +453208,0,0,0,0,0 +453209,0,0,0,0,0 +453210,0,0,0,0,0 +453211,0,0,0,0,0 +453212,0,0,0,0,0 +453213,0,0,0,0,0 +453214,0,0,0,0,0 +453215,0,0,0,0,0 +453216,0,0,0,0,0 +453217,0,0,0,0,0 +453218,0,0,0,0,0 +453219,0,0,0,0,0 +453220,0,0,0,0,0 +453221,0,0,0,0,0 +453222,0,0,0,0,0 +453223,0,0,0,0,0 +453224,0,0,0,0,0 +453225,0,0,0,0,0 +453226,0,0,0,0,0 +453227,0,0,0,0,0 +453228,0,0,0,0,0 +453229,0,0,0,0,0 +453230,0,0,0,0,0 +453231,0,0,0,0,0 +453232,0,0,0,0,0 +453233,0,0,0,0,0 +453234,0,0,0,0,0 +453235,0,0,0,0,0 +453236,0,0,0,0,0 +453237,0,0,0,0,0 +453238,0,0,0,0,0 +453239,0,0,0,0,0 +453240,0,0,0,0,0 +453241,0,0,0,0,0 +453242,0,0,0,0,0 +453243,0,0,0,0,0 +453244,0,0,0,0,0 +453245,0,0,0,0,0 +453246,0,0,0,0,0 +453247,0,0,0,0,0 +453248,0,0,0,0,0 +453249,0,0,0,0,0 +453250,0,0,0,0,0 +453251,0,0,0,0,0 +453252,0,0,0,0,0 +453253,0,0,0,0,0 +453254,0,0,0,0,0 +453255,0,0,0,0,0 +453256,0,0,0,0,0 +453257,0,0,0,0,0 +453258,0,0,0,0,0 +453259,0,0,0,0,0 +453260,0,0,0,0,0 +453261,0,0,0,0,0 +453262,0,0,0,0,0 +453263,0,0,0,0,0 +453264,0,0,0,0,0 +453265,0,0,0,0,0 +453266,0,0,0,0,0 +453267,0,0,0,0,0 +453268,0,0,0,0,0 +453269,0,0,0,0,0 +453270,0,0,0,0,0 +453271,0,0,0,0,0 +453272,0,0,0,0,0 +453273,0,0,0,0,0 +453274,0,0,0,0,0 +453275,0,0,0,0,0 +453276,0,0,0,0,0 +453277,0,0,0,0,0 +453278,0,0,0,0,0 +453279,0,0,0,0,0 +453280,0,0,0,0,0 +453281,0,0,0,0,0 +453282,0,0,0,0,0 +453283,0,0,0,0,0 +453284,0,0,0,0,0 +453285,0,0,0,0,0 +453286,0,0,0,0,0 +453287,0,0,0,0,0 +453288,0,0,0,0,0 +453289,0,0,0,0,0 +453290,0,0,0,0,0 +453291,0,0,0,0,0 +453292,0,0,0,0,0 +453293,0,0,0,0,0 +453294,0,0,0,0,0 +453295,0,0,0,0,0 +453296,0,0,0,0,0 +453297,0,0,0,0,0 +453298,0,0,0,0,0 +453299,0,0,0,0,0 +453300,0,0,0,0,0 +453301,0,0,0,0,0 +453302,0,0,0,0,0 +453303,0,0,0,0,0 +453304,0,0,0,0,0 +453305,0,0,0,0,0 +453306,0,0,0,0,0 +453307,0,0,0,0,0 +453308,0,0,0,0,0 +453309,0,0,0,0,0 +453310,0,0,0,0,0 +453311,0,0,0,0,0 +453312,0,0,0,0,0 +453313,0,0,0,0,0 +453314,0,0,0,0,0 +453315,0,0,0,0,0 +453316,0,0,0,0,0 +453317,0,0,0,0,0 +453318,0,0,0,0,0 +453319,0,0,0,0,0 +453320,0,0,0,0,0 +453321,0,0,0,0,0 +453322,0,0,0,0,0 +453323,0,0,0,0,0 +453324,0,0,0,0,0 +453325,0,0,0,0,0 +453326,0,0,0,0,0 +453327,0,0,0,0,0 +453328,0,0,0,0,0 +453329,0,0,0,0,0 +453330,0,0,0,0,0 +453331,0,0,0,0,0 +453332,0,0,0,0,0 +453333,0,0,0,0,0 +453334,0,0,0,0,0 +453335,0,0,0,0,0 +453336,0,0,0,0,0 +453337,0,0,0,0,0 +453338,0,0,0,0,0 +453339,0,0,0,0,0 +453340,0,0,0,0,0 +453341,0,0,0,0,0 +453342,0,0,0,0,0 +453343,0,0,0,0,0 +453344,0,0,0,0,0 +453345,0,0,0,0,0 +453346,0,0,0,0,0 +453347,0,0,0,0,0 +453348,0,0,0,0,0 +453349,0,0,0,0,0 +453350,0,0,0,0,0 +453351,0,0,0,0,0 +453352,0,0,0,0,0 +453353,0,0,0,0,0 +453354,0,0,0,0,0 +453355,0,0,0,0,0 +453356,0,0,0,0,0 +453357,0,0,0,0,0 +453358,0,0,0,0,0 +453359,0,0,0,0,0 +453360,0,0,0,0,0 +453361,0,0,0,0,0 +453362,0,0,0,0,0 +453363,0,0,0,0,0 +453364,0,0,0,0,0 +453365,0,0,0,0,0 +453366,0,0,0,0,0 +453367,0,0,0,0,0 +453368,0,0,0,0,0 +453369,0,0,0,0,0 +453370,0,0,0,0,0 +453371,0,0,0,0,0 +453372,0,0,0,0,0 +453373,0,0,0,0,0 +453374,0,0,0,0,0 +453375,0,0,0,0,0 +453376,0,0,0,0,0 +453377,0,0,0,0,0 +453378,0,0,0,0,0 +453379,0,0,0,0,0 +453380,0,0,0,0,0 +453381,0,0,0,0,0 +453382,0,0,0,0,0 +453383,0,0,0,0,0 +453384,0,0,0,0,0 +453385,0,0,0,0,0 +453386,0,0,0,0,0 +453387,0,0,0,0,0 +453388,0,0,0,0,0 +453389,0,0,0,0,0 +453390,0,0,0,0,0 +453391,0,0,0,0,0 +453392,0,0,0,0,0 +453393,0,0,0,0,0 +453394,0,0,0,0,0 +453395,0,0,0,0,0 +453396,0,0,0,0,0 +453397,0,0,0,0,0 +453398,0,0,0,0,0 +453399,0,0,0,0,0 +453400,0,0,0,0,0 +453401,0,0,0,0,0 +453402,0,0,0,0,0 +453403,0,0,0,0,0 +453404,0,0,0,0,0 +453405,0,0,0,0,0 +453406,0,0,0,0,0 +453407,0,0,0,0,0 +453408,0,0,0,0,0 +453409,0,0,0,0,0 +453410,0,0,0,0,0 +453411,0,0,0,0,0 +453412,0,0,0,0,0 +453413,0,0,0,0,0 +453414,0,0,0,0,0 +453415,0,0,0,0,0 +453416,0,0,0,0,0 +453417,0,0,0,0,0 +453418,0,0,0,0,0 +453419,0,0,0,0,0 +453420,0,0,0,0,0 +453421,0,0,0,0,0 +453422,0,0,0,0,0 +453423,0,0,0,0,0 +453424,0,0,0,0,0 +453425,0,0,0,0,0 +453426,0,0,0,0,0 +453427,0,0,0,0,0 +453428,0,0,0,0,0 +453429,0,0,0,0,0 +453430,0,0,0,0,0 +453431,0,0,0,0,0 +453432,0,0,0,0,0 +453433,0,0,0,0,0 +453434,0,0,0,0,0 +453435,0,0,0,0,0 +453436,0,0,0,0,0 +453437,0,0,0,0,0 +453438,0,0,0,0,0 +453439,0,0,0,0,0 +453440,0,0,0,0,0 +453441,0,0,0,0,0 +453442,0,0,0,0,0 +453443,0,0,0,0,0 +453444,0,0,0,0,0 +453445,0,0,0,0,0 +453446,0,0,0,0,0 +453447,0,0,0,0,0 +453448,0,0,0,0,0 +453449,0,0,0,0,0 +453450,0,0,0,0,0 +453451,0,0,0,0,0 +453452,0,0,0,0,0 +453453,0,0,0,0,0 +453454,0,0,0,0,0 +453455,0,0,0,0,0 +453456,0,0,0,0,0 +453457,0,0,0,0,0 +453458,0,0,0,0,0 +453459,0,0,0,0,0 +453460,0,0,0,0,0 +453461,0,0,0,0,0 +453462,0,0,0,0,0 +453463,0,0,0,0,0 +453464,0,0,0,0,0 +453465,0,0,0,0,0 +453466,0,0,0,0,0 +453467,0,0,0,0,0 +453468,0,0,0,0,0 +453469,0,0,0,0,0 +453470,0,0,0,0,0 +453471,0,0,0,0,0 +453472,0,0,0,0,0 +453473,0,0,0,0,0 +453474,0,0,0,0,0 +453475,0,0,0,0,0 +453476,0,0,0,0,0 +453477,0,0,0,0,0 +453478,0,0,0,0,0 +453479,0,0,0,0,0 +453480,0,0,0,0,0 +453481,0,0,0,0,0 +453482,0,0,0,0,0 +453483,0,0,0,0,0 +453484,0,0,0,0,0 +453485,0,0,0,0,0 +453486,0,0,0,0,0 +453487,0,0,0,0,0 +453488,0,0,0,0,0 +453489,0,0,0,0,0 +453490,0,0,0,0,0 +453491,0,0,0,0,0 +453492,0,0,0,0,0 +453493,0,0,0,0,0 +453494,0,0,0,0,0 +453495,0,0,0,0,0 +453496,0,0,0,0,0 +453497,0,0,0,0,0 +453498,0,0,0,0,0 +453499,0,0,0,0,0 +453500,0,0,0,0,0 +453501,0,0,0,0,0 +453502,0,0,0,0,0 +453503,0,0,0,0,0 +453504,0,0,0,0,0 +453505,0,0,0,0,0 +453506,0,0,0,0,0 +453507,0,0,0,0,0 +453508,0,0,0,0,0 +453509,0,0,0,0,0 +453510,0,0,0,0,0 +453511,0,0,0,0,0 +453512,0,0,0,0,0 +453513,0,0,0,0,0 +453514,0,0,0,0,0 +453515,0,0,0,0,0 +453516,0,0,0,0,0 +453517,0,0,0,0,0 +453518,0,0,0,0,0 +453519,0,0,0,0,0 +453520,0,0,0,0,0 +453521,0,0,0,0,0 +453522,0,0,0,0,0 +453523,0,0,0,0,0 +453524,0,0,0,0,0 +453525,0,0,0,0,0 +453526,0,0,0,0,0 +453527,0,0,0,0,0 +453528,0,0,0,0,0 +453529,0,0,0,0,0 +453530,0,0,0,0,0 +453531,0,0,0,0,0 +453532,0,0,0,0,0 +453533,0,0,0,0,0 +453534,0,0,0,0,0 +453535,0,0,0,0,0 +453536,0,0,0,0,0 +453537,0,0,0,0,0 +453538,0,0,0,0,0 +453539,0,0,0,0,0 +453540,0,0,0,0,0 +453541,0,0,0,0,0 +453542,0,0,0,0,0 +453543,0,0,0,0,0 +453544,0,0,0,0,0 +453545,0,0,0,0,0 +453546,0,0,0,0,0 +453547,0,0,0,0,0 +453548,0,0,0,0,0 +453549,0,0,0,0,0 +453550,0,0,0,0,0 +453551,0,0,0,0,0 +453552,0,0,0,0,0 +453553,0,0,0,0,0 +453554,0,0,0,0,0 +453555,0,0,0,0,0 +453556,0,0,0,0,0 +453557,0,0,0,0,0 +453558,0,0,0,0,0 +453559,0,0,0,0,0 +453560,0,0,0,0,0 +453561,0,0,0,0,0 +453562,0,0,0,0,0 +453563,0,0,0,0,0 +453564,0,0,0,0,0 +453565,0,0,0,0,0 +453566,0,0,0,0,0 +453567,0,0,0,0,0 +453568,0,0,0,0,0 +453569,0,0,0,0,0 +453570,0,0,0,0,0 +453571,0,0,0,0,0 +453572,0,0,0,0,0 +453573,0,0,0,0,0 +453574,0,0,0,0,0 +453575,0,0,0,0,0 +453576,0,0,0,0,0 +453577,0,0,0,0,0 +453578,0,0,0,0,0 +453579,0,0,0,0,0 +453580,0,0,0,0,0 +453581,0,0,0,0,0 +453582,0,0,0,0,0 +453583,0,0,0,0,0 +453584,0,0,0,0,0 +453585,0,0,0,0,0 +453586,0,0,0,0,0 +453587,0,0,0,0,0 +453588,0,0,0,0,0 +453589,0,0,0,0,0 +453590,0,0,0,0,0 +453591,0,0,0,0,0 +453592,0,0,0,0,0 +453593,0,0,0,0,0 +453594,0,0,0,0,0 +453595,0,0,0,0,0 +453596,0,0,0,0,0 +453597,0,0,0,0,0 +453598,0,0,0,0,0 +453599,0,0,0,0,0 +453600,0,0,0,0,0 +453601,0,0,0,0,0 +453602,0,0,0,0,0 +453603,0,0,0,0,0 +453604,0,0,0,0,0 +453605,0,0,0,0,0 +453606,0,0,0,0,0 +453607,0,0,0,0,0 +453608,0,0,0,0,0 +453609,0,0,0,0,0 +453610,0,0,0,0,0 +453611,0,0,0,0,0 +453612,0,0,0,0,0 +453613,0,0,0,0,0 +453614,0,0,0,0,0 +453615,0,0,0,0,0 +453616,0,0,0,0,0 +453617,0,0,0,0,0 +453618,0,0,0,0,0 +453619,0,0,0,0,0 +453620,0,0,0,0,0 +453621,0,0,0,0,0 +453622,0,0,0,0,0 +453623,0,0,0,0,0 +453624,0,0,0,0,0 +453625,0,0,0,0,0 +453626,0,0,0,0,0 +453627,0,0,0,0,0 +453628,0,0,0,0,0 +453629,0,0,0,0,0 +453630,0,0,0,0,0 +453631,0,0,0,0,0 +453632,0,0,0,0,0 +453633,0,0,0,0,0 +453634,0,0,0,0,0 +453635,0,0,0,0,0 +453636,0,0,0,0,0 +453637,0,0,0,0,0 +453638,0,0,0,0,0 +453639,0,0,0,0,0 +453640,0,0,0,0,0 +453641,0,0,0,0,0 +453642,0,0,0,0,0 +453643,0,0,0,0,0 +453644,0,0,0,0,0 +453645,0,0,0,0,0 +453646,0,0,0,0,0 +453647,0,0,0,0,0 +453648,0,0,0,0,0 +453649,0,0,0,0,0 +453650,0,0,0,0,0 +453651,0,0,0,0,0 +453652,0,0,0,0,0 +453653,0,0,0,0,0 +453654,0,0,0,0,0 +453655,0,0,0,0,0 +453656,0,0,0,0,0 +453657,0,0,0,0,0 +453658,0,0,0,0,0 +453659,0,0,0,0,0 +453660,0,0,0,0,0 +453661,0,0,0,0,0 +453662,0,0,0,0,0 +453663,0,0,0,0,0 +453664,0,0,0,0,0 +453665,0,0,0,0,0 +453666,0,0,0,0,0 +453667,0,0,0,0,0 +453668,0,0,0,0,0 +453669,0,0,0,0,0 +453670,0,0,0,0,0 +453671,0,0,0,0,0 +453672,0,0,0,0,0 +453673,0,0,0,0,0 +453674,0,0,0,0,0 +453675,0,0,0,0,0 +453676,0,0,0,0,0 +453677,0,0,0,0,0 +453678,0,0,0,0,0 +453679,0,0,0,0,0 +453680,0,0,0,0,0 +453681,0,0,0,0,0 +453682,0,0,0,0,0 +453683,0,0,0,0,0 +453684,0,0,0,0,0 +453685,0,0,0,0,0 +453686,0,0,0,0,0 +453687,0,0,0,0,0 +453688,0,0,0,0,0 +453689,0,0,0,0,0 +453690,0,0,0,0,0 +453691,0,0,0,0,0 +453692,0,0,0,0,0 +453693,0,0,0,0,0 +453694,0,0,0,0,0 +453695,0,0,0,0,0 +453696,0,0,0,0,0 +453697,0,0,0,0,0 +453698,0,0,0,0,0 +453699,0,0,0,0,0 +453700,0,0,0,0,0 +453701,0,0,0,0,0 +453702,0,0,0,0,0 +453703,0,0,0,0,0 +453704,0,0,0,0,0 +453705,0,0,0,0,0 +453706,0,0,0,0,0 +453707,0,0,0,0,0 +453708,0,0,0,0,0 +453709,0,0,0,0,0 +453710,0,0,0,0,0 +453711,0,0,0,0,0 +453712,0,0,0,0,0 +453713,0,0,0,0,0 +453714,0,0,0,0,0 +453715,0,0,0,0,0 +453716,0,0,0,0,0 +453717,0,0,0,0,0 +453718,0,0,0,0,0 +453719,0,0,0,0,0 +453720,0,0,0,0,0 +453721,0,0,0,0,0 +453722,0,0,0,0,0 +453723,0,0,0,0,0 +453724,0,0,0,0,0 +453725,0,0,0,0,0 +453726,0,0,0,0,0 +453727,0,0,0,0,0 +453728,0,0,0,0,0 +453729,0,0,0,0,0 +453730,0,0,0,0,0 +453731,0,0,0,0,0 +453732,0,0,0,0,0 +453733,0,0,0,0,0 +453734,0,0,0,0,0 +453735,0,0,0,0,0 +453736,0,0,0,0,0 +453737,0,0,0,0,0 +453738,0,0,0,0,0 +453739,0,0,0,0,0 +453740,0,0,0,0,0 +453741,0,0,0,0,0 +453742,0,0,0,0,0 +453743,0,0,0,0,0 +453744,0,0,0,0,0 +453745,0,0,0,0,0 +453746,0,0,0,0,0 +453747,0,0,0,0,0 +453748,0,0,0,0,0 +453749,0,0,0,0,0 +453750,0,0,0,0,0 +453751,0,0,0,0,0 +453752,0,0,0,0,0 +453753,0,0,0,0,0 +453754,0,0,0,0,0 +453755,0,0,0,0,0 +453756,0,0,0,0,0 +453757,0,0,0,0,0 +453758,0,0,0,0,0 +453759,0,0,0,0,0 +453760,0,0,0,0,0 +453761,0,0,0,0,0 +453762,0,0,0,0,0 +453763,0,0,0,0,0 +453764,0,0,0,0,0 +453765,0,0,0,0,0 +453766,0,0,0,0,0 +453767,0,0,0,0,0 +453768,0,0,0,0,0 +453769,0,0,0,0,0 +453770,0,0,0,0,0 +453771,0,0,0,0,0 +453772,0,0,0,0,0 +453773,0,0,0,0,0 +453774,0,0,0,0,0 +453775,0,0,0,0,0 +453776,0,0,0,0,0 +453777,0,0,0,0,0 +453778,0,0,0,0,0 +453779,0,0,0,0,0 +453780,0,0,0,0,0 +453781,0,0,0,0,0 +453782,0,0,0,0,0 +453783,0,0,0,0,0 +453784,0,0,0,0,0 +453785,0,0,0,0,0 +453786,0,0,0,0,0 +453787,0,0,0,0,0 +453788,0,0,0,0,0 +453789,0,0,0,0,0 +453790,0,0,0,0,0 +453791,0,0,0,0,0 +453792,0,0,0,0,0 +453793,0,0,0,0,0 +453794,0,0,0,0,0 +453795,0,0,0,0,0 +453796,0,0,0,0,0 +453797,0,0,0,0,0 +453798,0,0,0,0,0 +453799,0,0,0,0,0 +453800,0,0,0,0,0 +453801,0,0,0,0,0 +453802,0,0,0,0,0 +453803,0,0,0,0,0 +453804,0,0,0,0,0 +453805,0,0,0,0,0 +453806,0,0,0,0,0 +453807,0,0,0,0,0 +453808,0,0,0,0,0 +453809,0,0,0,0,0 +453810,0,0,0,0,0 +453811,0,0,0,0,0 +453812,0,0,0,0,0 +453813,0,0,0,0,0 +453814,0,0,0,0,0 +453815,0,0,0,0,0 +453816,0,0,0,0,0 +453817,0,0,0,0,0 +453818,0,0,0,0,0 +453819,0,0,0,0,0 +453820,0,0,0,0,0 +453821,0,0,0,0,0 +453822,0,0,0,0,0 +453823,0,0,0,0,0 +453824,0,0,0,0,0 +453825,0,0,0,0,0 +453826,0,0,0,0,0 +453827,0,0,0,0,0 +453828,0,0,0,0,0 +453829,0,0,0,0,0 +453830,0,0,0,0,0 +453831,0,0,0,0,0 +453832,0,0,0,0,0 +453833,0,0,0,0,0 +453834,0,0,0,0,0 +453835,0,0,0,0,0 +453836,0,0,0,0,0 +453837,0,0,0,0,0 +453838,0,0,0,0,0 +453839,0,0,0,0,0 +453840,0,0,0,0,0 +453841,0,0,0,0,0 +453842,0,0,0,0,0 +453843,0,0,0,0,0 +453844,0,0,0,0,0 +453845,0,0,0,0,0 +453846,0,0,0,0,0 +453847,0,0,0,0,0 +453848,0,0,0,0,0 +453849,0,0,0,0,0 +453850,0,0,0,0,0 +453851,0,0,0,0,0 +453852,0,0,0,0,0 +453853,0,0,0,0,0 +453854,0,0,0,0,0 +453855,0,0,0,0,0 +453856,0,0,0,0,0 +453857,0,0,0,0,0 +453858,0,0,0,0,0 +453859,0,0,0,0,0 +453860,0,0,0,0,0 +453861,0,0,0,0,0 +453862,0,0,0,0,0 +453863,0,0,0,0,0 +453864,0,0,0,0,0 +453865,0,0,0,0,0 +453866,0,0,0,0,0 +453867,0,0,0,0,0 +453868,0,0,0,0,0 +453869,0,0,0,0,0 +453870,0,0,0,0,0 +453871,0,0,0,0,0 +453872,0,0,0,0,0 +453873,0,0,0,0,0 +453874,0,0,0,0,0 +453875,0,0,0,0,0 +453876,0,0,0,0,0 +453877,0,0,0,0,0 +453878,0,0,0,0,0 +453879,0,0,0,0,0 +453880,0,0,0,0,0 +453881,0,0,0,0,0 +453882,0,0,0,0,0 +453883,0,0,0,0,0 +453884,0,0,0,0,0 +453885,0,0,0,0,0 +453886,0,0,0,0,0 +453887,0,0,0,0,0 +453888,0,0,0,0,0 +453889,0,0,0,0,0 +453890,0,0,0,0,0 +453891,0,0,0,0,0 +453892,0,0,0,0,0 +453893,0,0,0,0,0 +453894,0,0,0,0,0 +453895,0,0,0,0,0 +453896,0,0,0,0,0 +453897,0,0,0,0,0 +453898,0,0,0,0,0 +453899,0,0,0,0,0 +453900,0,0,0,0,0 +453901,0,0,0,0,0 +453902,0,0,0,0,0 +453903,0,0,0,0,0 +453904,0,0,0,0,0 +453905,0,0,0,0,0 +453906,0,0,0,0,0 +453907,0,0,0,0,0 +453908,0,0,0,0,0 +453909,0,0,0,0,0 +453910,0,0,0,0,0 +453911,0,0,0,0,0 +453912,0,0,0,0,0 +453913,0,0,0,0,0 +453914,0,0,0,0,0 +453915,0,0,0,0,0 +453916,0,0,0,0,0 +453917,0,0,0,0,0 +453918,0,0,0,0,0 +453919,0,0,0,0,0 +453920,0,0,0,0,0 +453921,0,0,0,0,0 +453922,0,0,0,0,0 +453923,0,0,0,0,0 +453924,0,0,0,0,0 +453925,0,0,0,0,0 +453926,0,0,0,0,0 +453927,0,0,0,0,0 +453928,0,0,0,0,0 +453929,0,0,0,0,0 +453930,0,0,0,0,0 +453931,0,0,0,0,0 +453932,0,0,0,0,0 +453933,0,0,0,0,0 +453934,0,0,0,0,0 +453935,0,0,0,0,0 +453936,0,0,0,0,0 +453937,0,0,0,0,0 +453938,0,0,0,0,0 +453939,0,0,0,0,0 +453940,0,0,0,0,0 +453941,0,0,0,0,0 +453942,0,0,0,0,0 +453943,0,0,0,0,0 +453944,0,0,0,0,0 +453945,0,0,0,0,0 +453946,0,0,0,0,0 +453947,0,0,0,0,0 +453948,0,0,0,0,0 +453949,0,0,0,0,0 +453950,0,0,0,0,0 +453951,0,0,0,0,0 +453952,0,0,0,0,0 +453953,0,0,0,0,0 +453954,0,0,0,0,0 +453955,0,0,0,0,0 +453956,0,0,0,0,0 +453957,0,0,0,0,0 +453958,0,0,0,0,0 +453959,0,0,0,0,0 +453960,0,0,0,0,0 +453961,0,0,0,0,0 +453962,0,0,0,0,0 +453963,0,0,0,0,0 +453964,0,0,0,0,0 +453965,0,0,0,0,0 +453966,0,0,0,0,0 +453967,0,0,0,0,0 +453968,0,0,0,0,0 +453969,0,0,0,0,0 +453970,0,0,0,0,0 +453971,0,0,0,0,0 +453972,0,0,0,0,0 +453973,0,0,0,0,0 +453974,0,0,0,0,0 +453975,0,0,0,0,0 +453976,0,0,0,0,0 +453977,0,0,0,0,0 +453978,0,0,0,0,0 +453979,0,0,0,0,0 +453980,0,0,0,0,0 +453981,0,0,0,0,0 +453982,0,0,0,0,0 +453983,0,0,0,0,0 +453984,0,0,0,0,0 +453985,0,0,0,0,0 +453986,0,0,0,0,0 +453987,0,0,0,0,0 +453988,0,0,0,0,0 +453989,0,0,0,0,0 +453990,0,0,0,0,0 +453991,0,0,0,0,0 +453992,0,0,0,0,0 +453993,0,0,0,0,0 +453994,0,0,0,0,0 +453995,0,0,0,0,0 +453996,0,0,0,0,0 +453997,0,0,0,0,0 +453998,0,0,0,0,0 +453999,0,0,0,0,0 +454000,0,0,0,0,0 +454001,0,0,0,0,0 +454002,0,0,0,0,0 +454003,0,0,0,0,0 +454004,0,0,0,0,0 +454005,0,0,0,0,0 +454006,0,0,0,0,0 +454007,0,0,0,0,0 +454008,0,0,0,0,0 +454009,0,0,0,0,0 +454010,0,0,0,0,0 +454011,0,0,0,0,0 +454012,0,0,0,0,0 +454013,0,0,0,0,0 +454014,0,0,0,0,0 +454015,0,0,0,0,0 +454016,0,0,0,0,0 +454017,0,0,0,0,0 +454018,0,0,0,0,0 +454019,0,0,0,0,0 +454020,0,0,0,0,0 +454021,-1685.269133,-813.698464,-1655.492945,-813.7119347,-1075.501648 +454022,-1613.792631,-682.6746605,-1580.084132,-683.0899883,-937.0881714 +454023,-1454.907061,-628.4442569,-1428.495704,-629.5603887,-865.5347566 +454024,-1549.016989,-653.9834811,-1516.428271,-655.7126979,-904.3560693 +454025,-1618.79369,-683.1543789,-1584.582874,-685.4779296,-947.6956508 +454026,-1739.895256,-390.3193633,-1702.981379,-737.0278288,-1021.046313 +454027,-1809.744327,-145.8318015,-1771.229118,-766.8642024,-433.6212134 +454028,-561.1619753,-324.7972859,-458.6651374,-359.2036233,-353.9195919 +454029,-1140.529393,-231.592738,-1102.764667,-470.5352097,-517.5658778 +454030,-1013.442516,-213.1078928,-942.4744103,-472.4904499,-434.7893141 +454031,-968.5404395,-194.7080178,-902.9163287,-443.3725097,-430.4286415 +454032,-955.3272886,-177.2289867,-887.2118299,-435.5151692,-425.7153411 +454033,-944.1744032,-159.0561621,-873.6546482,-430.3983685,-421.9028699 +454034,-930.8962939,-141.8811769,-859.3985768,-424.4020135,-417.8953619 +454035,-920.0406633,-130.6307573,-847.7411393,-418.6666291,-413.7240386 +454036,-910.2858343,-116.8816922,-833.9848594,-413.2588467,-410.6088417 +454037,-898.5900225,-102.5174615,-823.1087858,-408.236136,-404.9803198 +454038,-888.1190424,-88.77047223,-810.1971876,-402.409724,-402.2665718 +454039,-877.3449921,-74.58513853,-798.6622681,-397.01904,-397.6494442 +454040,-867.948592,-60.77738803,-788.6070005,-392.7585044,-393.5656751 +454041,-858.3325816,-46.68103037,-776.5432318,-387.729456,-390.0366545 +454042,-848.5086557,-32.83809402,-766.0376658,-382.5710642,-385.203582 +454043,-838.4877235,-18.84811717,-755.3355895,-377.2878788,-381.5675478 +454044,-828.2786878,-5.1174566,-746.3083069,-373.9646737,-377.2544245 +454045,-821.4403567,0,-736.201337,-368.4770619,-373.532836 +454046,-810.9198645,0,-725.9408433,-364.303138,-369.1327027 +454047,-802.045524,0,-717.4596297,-359.3329209,-365.9837359 +454048,-793.0473074,0,-709.8467349,-355.7438034,-360.8604735 +454049,-785.7839257,0,-701.1699814,-351.3598117,-357.6540727 +454050,-776.5640632,0,-692.3948998,-346.9071497,-353.1113534 +454051,-767.2265134,0,-685.5210826,-342.3869701,-349.8562322 +454052,-760.644618,0,-677.5805416,-339.3477479,-345.9173883 +454053,-751.1077739,0,-669.5645513,-333.9302434,-341.2854542 +454054,-744.3818302,0,-662.4967967,-331.2015024,-338.6356488 +454055,-734.6500158,0,-655.3715611,-326.850473,-333.9530674 +454056,-727.7853856,0,-647.1543209,-322.4431475,-330.5956502 +454057,-712.8433824,0,-632.5838805,-316.3379986,-327.2219791 +454058,-704.7908361,0,-625.2375569,-312.2159423,-322.8083142 +454059,-696.6663354,0,-617.8379694,-308.4675566,-319.7426511 +454060,-687.438394,0,-609.3145898,-304.2570049,-315.6323234 +454061,-681.2462559,0,-603.9626832,-300.4295032,-312.1936009 +454062,-671.8714958,0,-596.4168787,-296.9971987,-308.74102 +454063,-665.5801086,0,-589.91151,-293.0992901,-305.2748845 +454064,-657.1241233,0,-582.2734831,-289.1645108,-301.7955437 +454065,-648.6004014,0,-576.7923605,-286.0804315,-298.3033486 +454066,-643.244671,0,-569.0719084,-282.0803558,-294.4469732 +454067,-633.5256658,0,-563.5319691,-278.4949663,-291.2819175 +454068,-627.0041599,0,-556.849897,-275.33502,-288.4608669 +454069,-620.4451915,0,-551.2569226,-271.2387799,-284.212977 +454070,-611.638574,0,-543.3843085,-268.029418,-281.3734247 +454071,-604.9937924,0,-538.8693113,-264.7986242,-277.8131232 +454072,-597.1948288,0,-530.9277524,-261.0796008,-274.6000259 +454073,-590.4725971,0,-526.3734788,-257.3333979,-271.378446 +454074,-582.584186,0,-519.5123165,-254.5069971,-268.1486091 +454075,-575.7860987,0,-513.7720793,-251.1896603,-264.9107466 +454076,-567.8107715,0,-508.0107307,-247.3730434,-261.3038123 +454077,-562.0875932,0,-501.0691027,-244.0126492,-258.7740359 +454078,-552.8789119,0,-495.8452019,-241.117097,-255.1515326 +454079,-548.2552247,0,-489.4377973,-237.2332944,-252.2475477 +454080,-538.9597445,0,-483.5929186,-234.7939798,-248.9738885 +454081,-531.952685,0,-477.1415199,-230.3774,-246.0585347 +454082,-524.9149439,0,-469.4876326,-227.911452,-243.5035835 +454083,-516.6650189,0,-462.3960542,-223.9455986,-240.944805 +454084,-510.1552843,0,-454.0909783,-220.4567931,-237.6492487 +454085,-501.8336505,0,-448.7359834,-217.703853,-235.4492941 +454086,-494.670591,0,-439.7793776,-213.9322352,-232.1442151 +454087,-486.8792987,0,-432.5894796,-210.3950921,-229.9380867 +454088,-479.6596035,0,-425.3782561,-207.3508105,-227.3611291 +454089,-469.9923142,0,-417.5424644,-203.7844249,-224.0431633 +454090,-462.7129649,0,-409.6835222,-200.7155907,-221.828716 +454091,-454.189201,0,-402.4097777,-197.1214211,-218.8726863 +454092,-446.2461258,0,-395.1179653,-194.0295559,-216.2833162 +454093,-438.2769341,0,-386.5889454,-190.4095289,-213.6913289 +454094,-430.8984619,0,-379.2614967,-187.2963521,-210.7259392 +454095,-422.2635833,0,-371.919043,-183.6524701,-208.128749 +454096,-414.2217605,0,-363.3346715,-180.5197132,-205.529299 +454097,-406.1582146,0,-356.5777091,-177.3784089,-202.5558026 +454098,-398.0739457,0,-348.5784931,-173.7030823,-200.3240118 +454099,-389.3458593,0,-340.5659253,-170.544632,-196.9734721 +454100,-381.8480344,0,-332.5413698,-167.3788894,-194.7382195 +454101,-372.4547504,0,-325.7429599,-163.6766714,-191.7557959 +454102,-365.5533134,0,-317.0793652,-160.4965244,-189.144462 +454103,-356.1245222,0,-309.6452489,-157.3103626,-186.1581783 +454104,-347.9385418,0,-302.2041606,-153.8521893,-183.9173029 +454105,-339.7401868,0,-294.1357036,-150.6545756,-180.5539997 +454106,-330.2662927,87.91245046,-286.0608302,-146.9178377,-178.3107369 +454107,-322.6778162,193.8164112,-278.6022928,-143.9777779,-174.9441471 +454108,-313.1809024,139.1207324,-270.5174254,-140.4985895,-172.6988556 +454109,-304.3076673,181.8354614,-262.4284449,-137.015033,-169.7039168 +454110,-296.0611662,199.5456648,-254.9587241,-134.0644223,-166.7077897 +454111,-287.1732668,215.4214187,-247.486384,-130.3052634,-164.4600333 +454112,-278.9148655,230.8366106,-240.0119128,-127.6181047,-161.0872505 +454113,-270.6519915,246.2291867,-232.5357714,-124.122195,-158.4632419 +454114,-261.7492014,261.5122766,-225.0583263,-121.4314389,-155.4636193 +454115,-253.4792279,275.9200198,-217.8914897,-117.6620415,-153.0259214 +454116,-244.5702551,290.7406671,-210.4121595,-115.2378839,-149.8374444 +454117,-235.9773651,305.5111537,-202.9321835,-111.4651778,-147.0235652 +454118,-227.3828337,319.346097,-195.7634671,-108.7695456,-144.2092521 +454119,-218.7869932,333.4479082,-188.2826757,-105.2641141,-141.5822058 +454120,-209.8717205,347.6455527,-180.8016448,-102.4321995,-138.2040912 +454121,-201.2741951,361.2478341,-173.6322135,-99.06013815,-135.7641278 +454122,-192.3577086,374.6773104,-166.1509147,-96.0922932,-132.7607973 +454123,-183.4409002,388.5142281,-158.9812765,-92.98913601,-129.7572158 +454124,-174.5239134,401.6406929,-151.1881003,-89.61576713,-127.12893 +454125,-165.9252921,414.8713341,-144.3301689,-86.64705255,-123.9372342 +454126,-156.5303319,427.9207454,-136.5369647,-83.67816743,-121.3086803 +454127,-147.7723508,440.8652171,-129.5231223,-80.16926313,-118.3044901 +454128,-138.8550993,453.6602174,-121.8857747,-77.20018155,-115.3002054 +454129,-129.6193202,466.3620694,-114.7160451,-74.09608392,-112.6714099 +454130,-120.542795,478.8787571,-107.2345658,-70.85695799,-109.479213 +454131,-111.4662792,491.3449271,-99.75309271,-67.75278308,-106.8503223 +454132,-102.2305157,503.6729183,-92.58337041,-64.51362502,-103.6580417 +454133,-93.15399369,515.8970686,-85.10189425,-61.54440606,-101.0290994 +454134,-83.91821647,532.0606771,-77.9321455,-58.17024801,-98.02455713 +454135,-74.52319382,548.2901291,-70.13891528,-55.06604679,-95.0199981 +454136,-65.28742417,563.6570507,-63.12504498,-52.09681525,-92.20322517 +454137,-56.0516517,579.1769991,-55.64355975,-48.58767674,-89.19865511 +454138,-46.49739108,594.4966907,-48.16206949,-45.61844492,-86.38186998 +454139,-37.26161378,609.6787044,-40.83645086,-42.37926982,-83.37728854 +454140,-27.70735367,624.7259928,-33.35496593,-39.14009186,-80.56049332 +454141,-18.31233246,639.5102439,-26.02934687,-36.03588675,-77.55590325 +454142,-8.43959527,654.2618316,-18.23612714,-32.66173485,-75.11468779 +454143,0,668.8033531,-10.91050494,-29.42255682,-72.11009871 +454144,0,683.2558367,-3.117286858,-26.18338136,-69.48108994 +454145,0,697.5352011,0,-22.94420237,-66.66429002 +454146,0,711.8039437,0,-19.70501843,-63.84748879 +454147,0,725.8617669,0,-16.1958992,-61.03068843 +454148,0,739.790787,0,-13.09169032,-58.21388898 +454149,0,753.7188861,0,-9.71754405,-55.39708905 +454150,0,766.9288264,0,-6.478362884,-52.39250064 +454151,0,781.2934483,0,-2.969248893,-49.7634915 +454152,0,794.4061161,0,0,-46.57111353 +454153,0,808.0271498,0,0,-43.94210322 +454154,0,821.1700935,0,0,-40.74972573 +454155,0,834.4936078,0,0,-37.93292662 +454156,0,847.5393562,0,0,-34.92833882 +454157,0,860.4893135,0,0,-31.9237499 +454158,0,873.4512033,0,0,-28.91916072 +454159,0,886.1989375,0,0,-25.72678424 +454160,0,898.8342414,0,0,-22.72219759 +454161,0,911.5516546,0,0,-19.71761051 +454162,0,923.8530172,0,0,-16.33744756 +454163,0,936.3683606,0,0,-13.52064751 +454164,0,948.5953503,0,0,-9.952697633 +454165,0,960.7885473,0,0,-6.948110245 +454166,0,972.8121413,0,0,-3.755735385 +454167,0,984.9451646,0,0,0 +454168,0,996.6363563,0,0,0 +454169,0,1008.57446,0,0,0 +454170,0,1014.852031,0,0,0 +454171,0,1024.579194,0,0,0 +454172,0,1034.443804,0,0,0 +454173,0,1044.218981,0,0,0 +454174,0,1053.807652,0,0,0 +454175,0,1063.428189,0,0,0 +454176,0,1072.834381,0,0,0 +454177,0,1081.936647,0,0,0 +454178,0,1091.212039,0,0,0 +454179,0,1100.143494,0,0,0 +454180,0,1109.019396,0,0,0 +454181,0,1117.756872,0,0,0 +454182,0,1129.373206,0,0,0 +454183,0,1136.445597,0,0,0 +454184,0,1147.057977,0,0,0 +454185,0,1153.075292,0,0,0 +454186,0,1165.331148,0,0,0 +454187,0,1168.120103,0,0,0 +454188,0,1158.112771,0,0,0 +454189,0,1194.179633,0,0,0 +454190,0,1187.661632,0,0,0 +454191,0,1198.250528,0,0,0 +454192,0,1205.764588,0,0,0 +454193,0,1212.939457,0,0,0 +454194,0,1220.17348,0,0,0 +454195,0,1227.224877,0,0,0 +454196,0,1234.168745,0,0,0 +454197,0,1241.005793,0,0,0 +454198,0,1247.727303,0,0,0 +454199,0,1254.413813,0,0,0 +454200,0,1260.795694,0,0,0 +454201,0,1266.996688,0,0,0 +454202,0,1273.086188,0,0,0 +454203,0,1279.182988,0,0,0 +454204,0,1284.845327,0,0,0 +454205,0,1290.758665,0,0,0 +454206,0,1296.294059,0,0,0 +454207,0,1301.927096,0,0,0 +454208,0,1307.256533,0,0,0 +454209,0,1312.670995,0,0,0 +454210,0,1317.785031,0,0,0 +454211,0,1322.983066,0,0,0 +454212,0,1327.881875,0,0,0 +454213,0,1332.865122,0,0,0 +454214,0,1337.632079,0,0,0 +454215,0,1342.279537,0,0,0 +454216,0,1346.813247,0,0,0 +454217,0,1351.356911,0,0,0 +454218,0,1355.535548,0,0,0 +454219,0,1360.004922,0,0,0 +454220,0,1363.996535,0,0,0 +454221,0,1368.229122,0,0,0 +454222,0,1371.949178,0,0,0 +454223,0,1375.93665,0,0,0 +454224,0,1379.559159,0,0,0 +454225,0,1383.276232,0,0,0 +454226,0,1386.70542,0,0,0 +454227,0,1390.093587,0,0,0 +454228,0,1393.525055,0,0,0 +454229,0,1396.734815,0,0,0 +454230,0,1399.68589,0,0,0 +454231,0,1401.76341,0,0,0 +454232,0,1403.698074,0,0,0 +454233,0,1405.25484,0,0,0 +454234,0,1406.709452,0,0,0 +454235,0,1407.987825,0,0,0 +454236,0,1409.109205,0,0,0 +454237,0,1410.079072,0,0,0 +454238,0,1410.901485,0,0,0 +454239,0,1411.57972,0,0,0 +454240,0,1412.11753,0,0,0 +454241,0,1412.517586,0,0,0 +454242,0,1412.782998,0,0,0 +454243,0,1412.915911,0,0,0 +454244,0,1412.918992,0,0,0 +454245,0,1412.794047,0,0,0 +454246,0,1412.54344,0,0,0 +454247,0,1412.168729,0,0,0 +454248,0,1411.672042,0,0,0 +454249,0,1411.054747,0,0,0 +454250,0,1410.31878,0,0,0 +454251,0,1409.465362,0,0,0 +454252,0,1408.496276,0,0,0 +454253,0,1407.412628,0,0,0 +454254,0,1406.216079,0,0,0 +454255,0,1404.907844,0,0,0 +454256,0,1403.488821,0,0,0 +454257,0,1401.960848,0,0,0 +454258,0,1400.324824,0,0,0 +454259,0,1398.670711,0,0,0 +454260,0,1396.693228,0,0,0 +454261,0,1394.56678,0,0,0 +454262,0,1392.434639,0,0,0 +454263,0,1390.003963,0,0,0 +454264,0,1387.540516,0,0,0 +454265,0,1384.955926,0,0,0 +454266,0,1382.266138,0,0,0 +454267,0,1379.472437,0,0,0 +454268,0,1376.57616,0,0,0 +454269,0,1373.57822,0,0,0 +454270,0,1370.479866,0,0,0 +454271,0,1367.281988,0,0,0 +454272,0,1363.899542,0,0,0 +454273,0,1360.629469,0,0,0 +454274,0,1357.078531,0,0,0 +454275,0,1353.506816,0,0,0 +454276,0,1349.913513,0,0,0 +454277,0,1346.017772,0,0,0 +454278,0,1342.215321,0,0,0 +454279,0,1338.247334,0,0,0 +454280,0,1334.203625,0,0,0 +454281,0,1329.984694,0,0,0 +454282,0,1325.889371,0,0,0 +454283,0,1321.523014,0,0,0 +454284,0,1317.146402,0,0,0 +454285,0,1312.672918,0,0,0 +454286,0,1308.116985,0,0,0 +454287,0,1303.47947,0,0,0 +454288,0,1298.761223,0,0,0 +454289,0,1293.965589,0,0,0 +454290,0,1289.09148,0,0,0 +454291,0,1284.303555,0,0,0 +454292,0,1279.471052,0,0,0 +454293,0,1274.496884,0,0,0 +454294,0,1269.660414,0,0,0 +454295,0,1264.584603,0,0,0 +454296,0,1259.595146,0,0,0 +454297,0,1254.332339,0,0,0 +454298,0,1249.09703,0,0,0 +454299,0,1243.922004,0,0,0 +454300,0,1238.525118,0,0,0 +454301,0,1233.132849,0,0,0 +454302,0,1227.665128,0,0,0 +454303,0,1222.054376,0,0,0 +454304,0,1216.65303,0,0,0 +454305,0,1210.829325,0,0,0 +454306,0,1205.180722,0,0,0 +454307,0,1199.313817,0,0,0 +454308,0,1193.586441,0,0,0 +454309,0,1187.635712,0,0,0 +454310,0,1181.767163,0,0,0 +454311,0,1175.569391,0,0,0 +454312,0,1169.660044,0,0,0 +454313,0,1163.467866,0,0,0 +454314,96.86577062,1157.222211,0,0,0 +454315,90.80059381,1171.747243,0,0,0 +454316,89.96525054,1114.362469,0,0,0 +454317,106.3569624,1176.150037,0,0,0 +454318,115.3666006,1095.448414,0,0,0 +454319,123.9709634,1156.059858,0,0,0 +454320,132.9018586,1094.632947,0,0,0 +454321,140.7544079,1122.902186,0,0,0 +454322,149.2272795,1102.763565,0,0,0 +454323,157.0797658,1098.996854,0,0,0 +454324,165.1275343,1091.834468,0,0,0 +454325,172.7986718,1084.982423,0,0,0 +454326,181.0404822,1078.092238,0,0,0 +454327,188.3632104,1070.987479,0,0,0 +454328,196.126365,1063.914106,0,0,0 +454329,203.8716469,1056.900374,0,0,0 +454330,211.5122562,1049.707032,0,0,0 +454331,220.9751913,1042.596756,0,0,0 +454332,231.1428756,1035.266687,0,0,0 +454333,240.5555183,1027.974418,0,0,0 +454334,250.6421304,1020.695913,0,0,0 +454335,260.4049094,1013.352085,0,0,0 +454336,270.7854935,1005.894747,0,0,0 +454337,280.7565725,998.5119523,0,0,0 +454338,290.9874569,991.0523214,0,0,0 +454339,301.235767,983.5096217,0,0,0 +454340,311.5617446,975.8984745,0,0,0 +454341,321.9343468,968.4567041,0,0,0 +454342,332.3591575,960.8152915,0,0,0 +454343,342.842087,953.153711,0,0,0 +454344,353.3776149,945.4752976,0,0,0 +454345,363.9952176,937.8858745,0,0,0 +454346,374.5885544,929.9581388,0,0,0 +454347,385.006256,922.3958875,0,0,0 +454348,396.2198759,914.5682921,0,0,0 +454349,406.7424367,906.7544798,0,0,0 +454350,417.6855507,898.8569722,0,0,0 +454351,428.3562963,890.9928661,0,0,0 +454352,439.0924375,882.856961,0,0,0 +454353,449.8329999,874.8624502,0,0,0 +454354,460.6440662,866.8511031,0,0,0 +454355,471.4370106,858.6264615,0,0,0 +454356,482.3029097,850.6533982,0,0,0 +454357,493.0585815,842.5438632,0,0,0 +454358,504.0596697,834.3537607,0,0,0 +454359,514.8767876,826.253884,0,0,0 +454360,525.8388322,818.1134355,0,0,0 +454361,536.4681007,810.0192009,0,0,0 +454362,548.0268274,801.748716,0,0,0 +454363,558.7051295,793.7092722,0,0,0 +454364,569.879434,785.5704172,0,0,0 +454365,580.904262,777.359514,0,0,0 +454366,592.0030773,769.254389,0,0,0 +454367,603.0646501,761.1136428,0,0,0 +454368,614.2772297,753.4811014,0,0,0 +454369,625.4016467,744.6233449,0,0,0 +454370,636.5461007,736.9319807,0,0,0 +454371,647.8787238,733.3354481,0,0,0 +454372,658.9366827,727.5625045,0,0,0 +454373,670.3668614,721.7514029,0,0,0 +454374,681.45343,716.05783,0,0,0 +454375,692.8242324,710.2701395,0,0,0 +454376,704.2218089,704.5325479,0,0,0 +454377,715.3846889,698.7527827,0,0,0 +454378,726.8749283,693.0964655,0,0,0 +454379,738.1911906,687.3543049,0,0,0 +454380,749.6009316,681.6663745,0,0,0 +454381,0,0,0,0,0 +454382,0,0,0,0,0 +454383,0,0,0,0,0 +454384,0,0,0,0,0 +454385,0,0,0,0,0 +454386,0,0,0,0,0 +454387,0,0,0,0,0 +454388,0,0,0,0,0 +454389,0,0,0,0,0 +454390,0,0,0,0,0 +454391,0,0,0,0,0 +454392,0,0,0,0,0 +454393,0,0,0,0,0 +454394,0,0,0,0,0 +454395,0,0,0,0,0 +454396,0,0,0,0,0 +454397,0,0,0,0,0 +454398,0,0,0,0,0 +454399,0,0,0,0,0 +454400,0,0,0,0,0 +454401,0,0,0,0,0 +454402,0,0,0,0,0 +454403,0,0,0,0,0 +454404,0,0,0,0,0 +454405,0,0,0,0,0 +454406,0,0,0,0,0 +454407,0,0,0,0,0 +454408,0,0,0,0,0 +454409,0,0,0,0,0 +454410,0,0,0,0,0 +454411,0,0,0,0,0 +454412,0,0,0,0,0 +454413,0,0,0,0,0 +454414,0,0,0,0,0 +454415,0,0,0,0,0 +454416,0,0,0,0,0 +454417,0,0,0,0,0 +454418,0,0,0,0,0 +454419,0,0,0,0,0 +454420,0,0,0,0,0 +454421,0,0,0,0,0 +454422,0,0,0,0,0 +454423,0,0,0,0,0 +454424,0,0,0,0,0 +454425,0,0,0,0,0 +454426,0,0,0,0,0 +454427,0,0,0,0,0 +454428,0,0,0,0,0 +454429,0,0,0,0,0 +454430,0,0,0,0,0 +454431,0,0,0,0,0 +454432,0,0,0,0,0 +454433,0,0,0,0,0 +454434,0,0,0,0,0 +454435,0,0,0,0,0 +454436,0,0,0,0,0 +454437,0,0,0,0,0 +454438,0,0,0,0,0 +454439,0,0,0,0,0 +454440,0,0,0,0,0 +454441,0,0,0,0,0 +454442,0,0,0,0,0 +454443,0,0,0,0,0 +454444,0,0,0,0,0 +454445,0,0,0,0,0 +454446,0,0,0,0,0 +454447,0,0,0,0,0 +454448,0,0,0,0,0 +454449,0,0,0,0,0 +454450,0,0,0,0,0 +454451,0,0,0,0,0 +454452,0,0,0,0,0 +454453,0,0,0,0,0 +454454,0,0,0,0,0 +454455,0,0,0,0,0 +454456,0,0,0,0,0 +454457,0,0,0,0,0 +454458,0,0,0,0,0 +454459,0,0,0,0,0 +454460,0,0,0,0,0 +454461,0,0,0,0,0 +454462,0,0,0,0,0 +454463,0,0,0,0,0 +454464,0,0,0,0,0 +454465,0,0,0,0,0 +454466,0,0,0,0,0 +454467,0,0,0,0,0 +454468,0,0,0,0,0 +454469,0,0,0,0,0 +454470,0,0,0,0,0 +454471,0,0,0,0,0 +454472,0,0,0,0,0 +454473,0,0,0,0,0 +454474,0,0,0,0,0 +454475,0,0,0,0,0 +454476,0,0,0,0,0 +454477,0,0,0,0,0 +454478,0,0,0,0,0 +454479,0,0,0,0,0 +454480,0,0,0,0,0 +454481,0,0,0,0,0 +454482,0,0,0,0,0 +454483,0,0,0,0,0 +454484,0,0,0,0,0 +454485,0,0,0,0,0 +454486,0,0,0,0,0 +454487,0,0,0,0,0 +454488,0,0,0,0,0 +454489,0,0,0,0,0 +454490,0,0,0,0,0 +454491,0,0,0,0,0 +454492,0,0,0,0,0 +454493,0,0,0,0,0 +454494,0,0,0,0,0 +454495,0,0,0,0,0 +454496,0,0,0,0,0 +454497,0,0,0,0,0 +454498,0,0,0,0,0 +454499,0,0,0,0,0 +454500,0,0,0,0,0 +454501,0,0,0,0,0 +454502,0,0,0,0,0 +454503,0,0,0,0,0 +454504,0,0,0,0,0 +454505,0,0,0,0,0 +454506,0,0,0,0,0 +454507,0,0,0,0,0 +454508,0,0,0,0,0 +454509,0,0,0,0,0 +454510,0,0,0,0,0 +454511,0,0,0,0,0 +454512,0,0,0,0,0 +454513,0,0,0,0,0 +454514,0,0,0,0,0 +454515,0,0,0,0,0 +454516,0,0,0,0,0 +454517,0,0,0,0,0 +454518,0,0,0,0,0 +454519,0,0,0,0,0 +454520,0,0,0,0,0 +454521,0,0,0,0,0 +454522,0,0,0,0,0 +454523,0,0,0,0,0 +454524,0,0,0,0,0 +454525,0,0,0,0,0 +454526,0,0,0,0,0 +454527,0,0,0,0,0 +454528,0,0,0,0,0 +454529,0,0,0,0,0 +454530,0,0,0,0,0 +454531,0,0,0,0,0 +454532,0,0,0,0,0 +454533,0,0,0,0,0 +454534,0,0,0,0,0 +454535,0,0,0,0,0 +454536,0,0,0,0,0 +454537,0,0,0,0,0 +454538,0,0,0,0,0 +454539,0,0,0,0,0 +454540,0,0,0,0,0 +454541,0,0,0,0,0 +454542,0,0,0,0,0 +454543,0,0,0,0,0 +454544,0,0,0,0,0 +454545,0,0,0,0,0 +454546,0,0,0,0,0 +454547,0,0,0,0,0 +454548,0,0,0,0,0 +454549,0,0,0,0,0 +454550,0,0,0,0,0 +454551,0,0,0,0,0 +454552,0,0,0,0,0 +454553,0,0,0,0,0 +454554,0,0,0,0,0 +454555,0,0,0,0,0 +454556,0,0,0,0,0 +454557,0,0,0,0,0 +454558,0,0,0,0,0 +454559,0,0,0,0,0 +454560,0,0,0,0,0 +454561,0,0,0,0,0 +454562,0,0,0,0,0 +454563,0,0,0,0,0 +454564,0,0,0,0,0 +454565,0,0,0,0,0 +454566,0,0,0,0,0 +454567,0,0,0,0,0 +454568,0,0,0,0,0 +454569,0,0,0,0,0 +454570,0,0,0,0,0 +454571,0,0,0,0,0 +454572,0,0,0,0,0 +454573,0,0,0,0,0 +454574,0,0,0,0,0 +454575,0,0,0,0,0 +454576,0,0,0,0,0 +454577,0,0,0,0,0 +454578,0,0,0,0,0 +454579,0,0,0,0,0 +454580,0,0,0,0,0 +454581,0,0,0,0,0 +454582,0,0,0,0,0 +454583,0,0,0,0,0 +454584,0,0,0,0,0 +454585,0,0,0,0,0 +454586,0,0,0,0,0 +454587,0,0,0,0,0 +454588,0,0,0,0,0 +454589,0,0,0,0,0 +454590,0,0,0,0,0 +454591,0,0,0,0,0 +454592,0,0,0,0,0 +454593,0,0,0,0,0 +454594,0,0,0,0,0 +454595,0,0,0,0,0 +454596,0,0,0,0,0 +454597,0,0,0,0,0 +454598,0,0,0,0,0 +454599,0,0,0,0,0 +454600,0,0,0,0,0 +454601,0,0,0,0,0 +454602,0,0,0,0,0 +454603,0,0,0,0,0 +454604,0,0,0,0,0 +454605,0,0,0,0,0 +454606,0,0,0,0,0 +454607,0,0,0,0,0 +454608,0,0,0,0,0 +454609,0,0,0,0,0 +454610,0,0,0,0,0 +454611,0,0,0,0,0 +454612,0,0,0,0,0 +454613,0,0,0,0,0 +454614,0,0,0,0,0 +454615,0,0,0,0,0 +454616,0,0,0,0,0 +454617,0,0,0,0,0 +454618,0,0,0,0,0 +454619,0,0,0,0,0 +454620,0,0,0,0,0 +454621,0,0,0,0,0 +454622,0,0,0,0,0 +454623,0,0,0,0,0 +454624,0,0,0,0,0 +454625,0,0,0,0,0 +454626,0,0,0,0,0 +454627,0,0,0,0,0 +454628,0,0,0,0,0 +454629,0,0,0,0,0 +454630,0,0,0,0,0 +454631,0,0,0,0,0 +454632,0,0,0,0,0 +454633,0,0,0,0,0 +454634,0,0,0,0,0 +454635,0,0,0,0,0 +454636,0,0,0,0,0 +454637,0,0,0,0,0 +454638,0,0,0,0,0 +454639,0,0,0,0,0 +454640,0,0,0,0,0 +454641,0,0,0,0,0 +454642,0,0,0,0,0 +454643,0,0,0,0,0 +454644,0,0,0,0,0 +454645,0,0,0,0,0 +454646,0,0,0,0,0 +454647,0,0,0,0,0 +454648,0,0,0,0,0 +454649,0,0,0,0,0 +454650,0,0,0,0,0 +454651,0,0,0,0,0 +454652,0,0,0,0,0 +454653,0,0,0,0,0 +454654,0,0,0,0,0 +454655,0,0,0,0,0 +454656,0,0,0,0,0 +454657,0,0,0,0,0 +454658,0,0,0,0,0 +454659,0,0,0,0,0 +454660,0,0,0,0,0 +454661,0,0,0,0,0 +454662,0,0,0,0,0 +454663,0,0,0,0,0 +454664,0,0,0,0,0 +454665,0,0,0,0,0 +454666,0,0,0,0,0 +454667,0,0,0,0,0 +454668,0,0,0,0,0 +454669,0,0,0,0,0 +454670,0,0,0,0,0 +454671,0,0,0,0,0 +454672,0,0,0,0,0 +454673,0,0,0,0,0 +454674,0,0,0,0,0 +454675,0,0,0,0,0 +454676,0,0,0,0,0 +454677,0,0,0,0,0 +454678,0,0,0,0,0 +454679,0,0,0,0,0 +454680,0,0,0,0,0 +454681,0,0,0,0,0 +454682,0,0,0,0,0 +454683,0,0,0,0,0 +454684,0,0,0,0,0 +454685,0,0,0,0,0 +454686,0,0,0,0,0 +454687,0,0,0,0,0 +454688,0,0,0,0,0 +454689,0,0,0,0,0 +454690,0,0,0,0,0 +454691,0,0,0,0,0 +454692,0,0,0,0,0 +454693,0,0,0,0,0 +454694,0,0,0,0,0 +454695,0,0,0,0,0 +454696,0,0,0,0,0 +454697,0,0,0,0,0 +454698,0,0,0,0,0 +454699,0,0,0,0,0 +454700,0,0,0,0,0 +454701,0,0,0,0,0 +454702,0,0,0,0,0 +454703,0,0,0,0,0 +454704,0,0,0,0,0 +454705,0,0,0,0,0 +454706,0,0,0,0,0 +454707,0,0,0,0,0 +454708,0,0,0,0,0 +454709,0,0,0,0,0 +454710,0,0,0,0,0 +454711,0,0,0,0,0 +454712,0,0,0,0,0 +454713,0,0,0,0,0 +454714,0,0,0,0,0 +454715,0,0,0,0,0 +454716,0,0,0,0,0 +454717,0,0,0,0,0 +454718,0,0,0,0,0 +454719,0,0,0,0,0 +454720,0,0,0,0,0 +454721,0,0,0,0,0 +454722,0,0,0,0,0 +454723,0,0,0,0,0 +454724,0,0,0,0,0 +454725,0,0,0,0,0 +454726,0,0,0,0,0 +454727,0,0,0,0,0 +454728,0,0,0,0,0 +454729,0,0,0,0,0 +454730,0,0,0,0,0 +454731,0,0,0,0,0 +454732,0,0,0,0,0 +454733,0,0,0,0,0 +454734,0,0,0,0,0 +454735,0,0,0,0,0 +454736,0,0,0,0,0 +454737,0,0,0,0,0 +454738,0,0,0,0,0 +454739,0,0,0,0,0 +454740,0,0,0,0,0 +454741,0,0,0,0,0 +454742,0,0,0,0,0 +454743,0,0,0,0,0 +454744,0,0,0,0,0 +454745,0,0,0,0,0 +454746,0,0,0,0,0 +454747,0,0,0,0,0 +454748,0,0,0,0,0 +454749,0,0,0,0,0 +454750,0,0,0,0,0 +454751,0,0,0,0,0 +454752,0,0,0,0,0 +454753,0,0,0,0,0 +454754,0,0,0,0,0 +454755,0,0,0,0,0 +454756,0,0,0,0,0 +454757,0,0,0,0,0 +454758,0,0,0,0,0 +454759,0,0,0,0,0 +454760,0,0,0,0,0 +454761,0,0,0,0,0 +454762,0,0,0,0,0 +454763,0,0,0,0,0 +454764,0,0,0,0,0 +454765,0,0,0,0,0 +454766,0,0,0,0,0 +454767,0,0,0,0,0 +454768,0,0,0,0,0 +454769,0,0,0,0,0 +454770,0,0,0,0,0 +454771,0,0,0,0,0 +454772,0,0,0,0,0 +454773,0,0,0,0,0 +454774,0,0,0,0,0 +454775,0,0,0,0,0 +454776,0,0,0,0,0 +454777,0,0,0,0,0 +454778,0,0,0,0,0 +454779,0,0,0,0,0 +454780,0,0,0,0,0 +454781,0,0,0,0,0 +454782,0,0,0,0,0 +454783,0,0,0,0,0 +454784,0,0,0,0,0 +454785,0,0,0,0,0 +454786,0,0,0,0,0 +454787,0,0,0,0,0 +454788,0,0,0,0,0 +454789,0,0,0,0,0 +454790,0,0,0,0,0 +454791,0,0,0,0,0 +454792,0,0,0,0,0 +454793,0,0,0,0,0 +454794,0,0,0,0,0 +454795,0,0,0,0,0 +454796,0,0,0,0,0 +454797,0,0,0,0,0 +454798,0,0,0,0,0 +454799,0,0,0,0,0 +454800,0,0,0,0,0 +454801,0,0,0,0,0 +454802,0,0,0,0,0 +454803,0,0,0,0,0 +454804,0,0,0,0,0 +454805,0,0,0,0,0 +454806,0,0,0,0,0 +454807,0,0,0,0,0 +454808,0,0,0,0,0 +454809,0,0,0,0,0 +454810,0,0,0,0,0 +454811,0,0,0,0,0 +454812,0,0,0,0,0 +454813,0,0,0,0,0 +454814,0,0,0,0,0 +454815,0,0,0,0,0 +454816,0,0,0,0,0 +454817,0,0,0,0,0 +454818,0,0,0,0,0 +454819,0,0,0,0,0 +454820,0,0,0,0,0 +454821,0,0,0,0,0 +454822,0,0,0,0,0 +454823,0,0,0,0,0 +454824,0,0,0,0,0 +454825,0,0,0,0,0 +454826,0,0,0,0,0 +454827,0,0,0,0,0 +454828,0,0,0,0,0 +454829,0,0,0,0,0 +454830,0,0,0,0,0 +454831,0,0,0,0,0 +454832,0,0,0,0,0 +454833,0,0,0,0,0 +454834,0,0,0,0,0 +454835,0,0,0,0,0 +454836,0,0,0,0,0 +454837,0,0,0,0,0 +454838,0,0,0,0,0 +454839,0,0,0,0,0 +454840,0,0,0,0,0 +454841,0,0,0,0,0 +454842,0,0,0,0,0 +454843,0,0,0,0,0 +454844,0,0,0,0,0 +454845,0,0,0,0,0 +454846,0,0,0,0,0 +454847,0,0,0,0,0 +454848,0,0,0,0,0 +454849,0,0,0,0,0 +454850,0,0,0,0,0 +454851,0,0,0,0,0 +454852,0,0,0,0,0 +454853,0,0,0,0,0 +454854,0,0,0,0,0 +454855,0,0,0,0,0 +454856,0,0,0,0,0 +454857,0,0,0,0,0 +454858,0,0,0,0,0 +454859,0,0,0,0,0 +454860,0,0,0,0,0 +454861,0,0,0,0,0 +454862,0,0,0,0,0 +454863,0,0,0,0,0 +454864,0,0,0,0,0 +454865,0,0,0,0,0 +454866,0,0,0,0,0 +454867,0,0,0,0,0 +454868,0,0,0,0,0 +454869,0,0,0,0,0 +454870,0,0,0,0,0 +454871,0,0,0,0,0 +454872,0,0,0,0,0 +454873,0,0,0,0,0 +454874,0,0,0,0,0 +454875,0,0,0,0,0 +454876,0,0,0,0,0 +454877,0,0,0,0,0 +454878,0,0,0,0,0 +454879,0,0,0,0,0 +454880,0,0,0,0,0 +454881,0,0,0,0,0 +454882,0,0,0,0,0 +454883,0,0,0,0,0 +454884,0,0,0,0,0 +454885,0,0,0,0,0 +454886,0,0,0,0,0 +454887,0,0,0,0,0 +454888,0,0,0,0,0 +454889,0,0,0,0,0 +454890,0,0,0,0,0 +454891,0,0,0,0,0 +454892,0,0,0,0,0 +454893,0,0,0,0,0 +454894,0,0,0,0,0 +454895,0,0,0,0,0 +454896,0,0,0,0,0 +454897,0,0,0,0,0 +454898,0,0,0,0,0 +454899,0,0,0,0,0 +454900,0,0,0,0,0 +454901,0,0,0,0,0 +454902,0,0,0,0,0 +454903,0,0,0,0,0 +454904,0,0,0,0,0 +454905,0,0,0,0,0 +454906,0,0,0,0,0 +454907,0,0,0,0,0 +454908,0,0,0,0,0 +454909,0,0,0,0,0 +454910,0,0,0,0,0 +454911,0,0,0,0,0 +454912,0,0,0,0,0 +454913,0,0,0,0,0 +454914,0,0,0,0,0 +454915,0,0,0,0,0 +454916,0,0,0,0,0 +454917,0,0,0,0,0 +454918,0,0,0,0,0 +454919,0,0,0,0,0 +454920,0,0,0,0,0 +454921,0,0,0,0,0 +454922,0,0,0,0,0 +454923,0,0,0,0,0 +454924,0,0,0,0,0 +454925,0,0,0,0,0 +454926,0,0,0,0,0 +454927,0,0,0,0,0 +454928,0,0,0,0,0 +454929,0,0,0,0,0 +454930,0,0,0,0,0 +454931,0,0,0,0,0 +454932,0,0,0,0,0 +454933,0,0,0,0,0 +454934,0,0,0,0,0 +454935,0,0,0,0,0 +454936,0,0,0,0,0 +454937,0,0,0,0,0 +454938,0,0,0,0,0 +454939,0,0,0,0,0 +454940,0,0,0,0,0 +454941,0,0,0,0,0 +454942,0,0,0,0,0 +454943,0,0,0,0,0 +454944,0,0,0,0,0 +454945,0,0,0,0,0 +454946,0,0,0,0,0 +454947,0,0,0,0,0 +454948,0,0,0,0,0 +454949,0,0,0,0,0 +454950,0,0,0,0,0 +454951,0,0,0,0,0 +454952,0,0,0,0,0 +454953,0,0,0,0,0 +454954,0,0,0,0,0 +454955,0,0,0,0,0 +454956,0,0,0,0,0 +454957,0,0,0,0,0 +454958,0,0,0,0,0 +454959,0,0,0,0,0 +454960,0,0,0,0,0 +454961,0,0,0,0,0 +454962,0,0,0,0,0 +454963,0,0,0,0,0 +454964,0,0,0,0,0 +454965,0,0,0,0,0 +454966,0,0,0,0,0 +454967,0,0,0,0,0 +454968,0,0,0,0,0 +454969,0,0,0,0,0 +454970,0,0,0,0,0 +454971,0,0,0,0,0 +454972,0,0,0,0,0 +454973,0,0,0,0,0 +454974,0,0,0,0,0 +454975,0,0,0,0,0 +454976,0,0,0,0,0 +454977,0,0,0,0,0 +454978,0,0,0,0,0 +454979,0,0,0,0,0 +454980,0,0,0,0,0 +454981,0,0,0,0,0 +454982,0,0,0,0,0 +454983,0,0,0,0,0 +454984,0,0,0,0,0 +454985,0,0,0,0,0 +454986,0,0,0,0,0 +454987,0,0,0,0,0 +454988,0,0,0,0,0 +454989,0,0,0,0,0 +454990,0,0,0,0,0 +454991,0,0,0,0,0 +454992,0,0,0,0,0 +454993,0,0,0,0,0 +454994,0,0,0,0,0 +454995,0,0,0,0,0 +454996,0,0,0,0,0 +454997,0,0,0,0,0 +454998,0,0,0,0,0 +454999,0,0,0,0,0 +455000,0,0,0,0,0 +455001,0,0,0,0,0 +455002,0,0,0,0,0 +455003,0,0,0,0,0 +455004,0,0,0,0,0 +455005,0,0,0,0,0 +455006,0,0,0,0,0 +455007,0,0,0,0,0 +455008,0,0,0,0,0 +455009,0,0,0,0,0 +455010,0,0,0,0,0 +455011,0,0,0,0,0 +455012,0,0,0,0,0 +455013,0,0,0,0,0 +455014,0,0,0,0,0 +455015,0,0,0,0,0 +455016,0,0,0,0,0 +455017,0,0,0,0,0 +455018,0,0,0,0,0 +455019,0,0,0,0,0 +455020,0,0,0,0,0 +455021,0,0,0,0,0 +455022,0,0,0,0,0 +455023,0,0,0,0,0 +455024,0,0,0,0,0 +455025,0,0,0,0,0 +455026,0,0,0,0,0 +455027,0,0,0,0,0 +455028,0,0,0,0,0 +455029,0,0,0,0,0 +455030,0,0,0,0,0 +455031,0,0,0,0,0 +455032,0,0,0,0,0 +455033,0,0,0,0,0 +455034,0,0,0,0,0 +455035,0,0,0,0,0 +455036,0,0,0,0,0 +455037,0,0,0,0,0 +455038,0,0,0,0,0 +455039,0,0,0,0,0 +455040,0,0,0,0,0 +455041,0,0,0,0,0 +455042,0,0,0,0,0 +455043,0,0,0,0,0 +455044,0,0,0,0,0 +455045,0,0,0,0,0 +455046,0,0,0,0,0 +455047,0,0,0,0,0 +455048,0,0,0,0,0 +455049,0,0,0,0,0 +455050,0,0,0,0,0 +455051,0,0,0,0,0 +455052,0,0,0,0,0 +455053,0,0,0,0,0 +455054,0,0,0,0,0 +455055,0,0,0,0,0 +455056,0,0,0,0,0 +455057,0,0,0,0,0 +455058,0,0,0,0,0 +455059,0,0,0,0,0 +455060,0,0,0,0,0 +455061,0,0,0,0,0 +455062,0,0,0,0,0 +455063,0,0,0,0,0 +455064,0,0,0,0,0 +455065,0,0,0,0,0 +455066,0,0,0,0,0 +455067,0,0,0,0,0 +455068,0,0,0,0,0 +455069,0,0,0,0,0 +455070,0,0,0,0,0 +455071,0,0,0,0,0 +455072,0,0,0,0,0 +455073,0,0,0,0,0 +455074,0,0,0,0,0 +455075,0,0,0,0,0 +455076,0,0,0,0,0 +455077,0,0,0,0,0 +455078,0,0,0,0,0 +455079,0,0,0,0,0 +455080,0,0,0,0,0 +455081,0,0,0,0,0 +455082,0,0,0,0,0 +455083,0,0,0,0,0 +455084,0,0,0,0,0 +455085,0,0,0,0,0 +455086,0,0,0,0,0 +455087,0,0,0,0,0 +455088,0,0,0,0,0 +455089,0,0,0,0,0 +455090,0,0,0,0,0 +455091,0,0,0,0,0 +455092,0,0,0,0,0 +455093,0,0,0,0,0 +455094,0,0,0,0,0 +455095,0,0,0,0,0 +455096,0,0,0,0,0 +455097,0,0,0,0,0 +455098,0,0,0,0,0 +455099,0,0,0,0,0 +455100,0,0,0,0,0 +455101,0,0,0,0,0 +455102,0,0,0,0,0 +455103,0,0,0,0,0 +455104,0,0,0,0,0 +455105,0,0,0,0,0 +455106,0,0,0,0,0 +455107,0,0,0,0,0 +455108,0,0,0,0,0 +455109,0,0,0,0,0 +455110,0,0,0,0,0 +455111,0,0,0,0,0 +455112,0,0,0,0,0 +455113,0,0,0,0,0 +455114,0,0,0,0,0 +455115,0,0,0,0,0 +455116,0,0,0,0,0 +455117,0,0,0,0,0 +455118,0,0,0,0,0 +455119,0,0,0,0,0 +455120,0,0,0,0,0 +455121,0,0,0,0,0 +455122,0,0,0,0,0 +455123,0,0,0,0,0 +455124,0,0,0,0,0 +455125,0,0,0,0,0 +455126,0,0,0,0,0 +455127,0,0,0,0,0 +455128,0,0,0,0,0 +455129,0,0,0,0,0 +455130,0,0,0,0,0 +455131,0,0,0,0,0 +455132,0,0,0,0,0 +455133,0,0,0,0,0 +455134,0,0,0,0,0 +455135,0,0,0,0,0 +455136,0,0,0,0,0 +455137,0,0,0,0,0 +455138,0,0,0,0,0 +455139,0,0,0,0,0 +455140,0,0,0,0,0 +455141,0,0,0,0,0 +455142,0,0,0,0,0 +455143,0,0,0,0,0 +455144,0,0,0,0,0 +455145,0,0,0,0,0 +455146,0,0,0,0,0 +455147,0,0,0,0,0 +455148,0,0,0,0,0 +455149,0,0,0,0,0 +455150,0,0,0,0,0 +455151,0,0,0,0,0 +455152,0,0,0,0,0 +455153,0,0,0,0,0 +455154,0,0,0,0,0 +455155,0,0,0,0,0 +455156,0,0,0,0,0 +455157,0,0,0,0,0 +455158,0,0,0,0,0 +455159,0,0,0,0,0 +455160,0,0,0,0,0 +455161,0,0,0,0,0 +455162,0,0,0,0,0 +455163,0,0,0,0,0 +455164,0,0,0,0,0 +455165,0,0,0,0,0 +455166,0,0,0,0,0 +455167,0,0,0,0,0 +455168,0,0,0,0,0 +455169,0,0,0,0,0 +455170,0,0,0,0,0 +455171,0,0,0,0,0 +455172,0,0,0,0,0 +455173,0,0,0,0,0 +455174,0,0,0,0,0 +455175,0,0,0,0,0 +455176,0,0,0,0,0 +455177,0,0,0,0,0 +455178,0,0,0,0,0 +455179,0,0,0,0,0 +455180,0,0,0,0,0 +455181,0,0,0,0,0 +455182,0,0,0,0,0 +455183,0,0,0,0,0 +455184,0,0,0,0,0 +455185,0,0,0,0,0 +455186,0,0,0,0,0 +455187,0,0,0,0,0 +455188,0,0,0,0,0 +455189,0,0,0,0,0 +455190,0,0,0,0,0 +455191,0,0,0,0,0 +455192,0,0,0,0,0 +455193,0,0,0,0,0 +455194,0,0,0,0,0 +455195,0,0,0,0,0 +455196,0,0,0,0,0 +455197,0,0,0,0,0 +455198,0,0,0,0,0 +455199,0,0,0,0,0 +455200,0,0,0,0,0 +455201,0,0,0,0,0 +455202,0,0,0,0,0 +455203,0,0,0,0,0 +455204,0,0,0,0,0 +455205,0,0,0,0,0 +455206,0,0,0,0,0 +455207,0,0,0,0,0 +455208,0,0,0,0,0 +455209,0,0,0,0,0 +455210,0,0,0,0,0 +455211,0,0,0,0,0 +455212,0,0,0,0,0 +455213,0,0,0,0,0 +455214,0,0,0,0,0 +455215,0,0,0,0,0 +455216,0,0,0,0,0 +455217,0,0,0,0,0 +455218,0,0,0,0,0 +455219,0,0,0,0,0 +455220,0,0,0,0,0 +455221,0,0,0,0,0 +455222,0,0,0,0,0 +455223,0,0,0,0,0 +455224,0,0,0,0,0 +455225,0,0,0,0,0 +455226,0,0,0,0,0 +455227,0,0,0,0,0 +455228,0,0,0,0,0 +455229,0,0,0,0,0 +455230,0,0,0,0,0 +455231,0,0,0,0,0 +455232,0,0,0,0,0 +455233,0,0,0,0,0 +455234,0,0,0,0,0 +455235,0,0,0,0,0 +455236,0,0,0,0,0 +455237,0,0,0,0,0 +455238,0,0,0,0,0 +455239,0,0,0,0,0 +455240,0,0,0,0,0 +455241,0,0,0,0,0 +455242,0,0,0,0,0 +455243,0,0,0,0,0 +455244,0,0,0,0,0 +455245,0,0,0,0,0 +455246,0,0,0,0,0 +455247,0,0,0,0,0 +455248,0,0,0,0,0 +455249,0,0,0,0,0 +455250,0,0,0,0,0 +455251,0,0,0,0,0 +455252,0,0,0,0,0 +455253,0,0,0,0,0 +455254,0,0,0,0,0 +455255,0,0,0,0,0 +455256,0,0,0,0,0 +455257,0,0,0,0,0 +455258,0,0,0,0,0 +455259,0,0,0,0,0 +455260,0,0,0,0,0 +455261,0,0,0,0,0 +455262,0,0,0,0,0 +455263,0,0,0,0,0 +455264,0,0,0,0,0 +455265,0,0,0,0,0 +455266,0,0,0,0,0 +455267,0,0,0,0,0 +455268,0,0,0,0,0 +455269,0,0,0,0,0 +455270,0,0,0,0,0 +455271,0,0,0,0,0 +455272,0,0,0,0,0 +455273,0,0,0,0,0 +455274,0,0,0,0,0 +455275,0,0,0,0,0 +455276,0,0,0,0,0 +455277,0,0,0,0,0 +455278,0,0,0,0,0 +455279,0,0,0,0,0 +455280,0,0,0,0,0 +455281,0,0,0,0,0 +455282,0,0,0,0,0 +455283,0,0,0,0,0 +455284,0,0,0,0,0 +455285,0,0,0,0,0 +455286,0,0,0,0,0 +455287,0,0,0,0,0 +455288,0,0,0,0,0 +455289,0,0,0,0,0 +455290,0,0,0,0,0 +455291,0,0,0,0,0 +455292,0,0,0,0,0 +455293,0,0,0,0,0 +455294,0,0,0,0,0 +455295,0,0,0,0,0 +455296,0,0,0,0,0 +455297,0,0,0,0,0 +455298,0,0,0,0,0 +455299,0,0,0,0,0 +455300,0,0,0,0,0 +455301,0,0,0,0,0 +455302,0,0,0,0,0 +455303,0,0,0,0,0 +455304,0,0,0,0,0 +455305,0,0,0,0,0 +455306,0,0,0,0,0 +455307,0,0,0,0,0 +455308,0,0,0,0,0 +455309,0,0,0,0,0 +455310,0,0,0,0,0 +455311,0,0,0,0,0 +455312,0,0,0,0,0 +455313,0,0,0,0,0 +455314,0,0,0,0,0 +455315,0,0,0,0,0 +455316,0,0,0,0,0 +455317,0,0,0,0,0 +455318,0,0,0,0,0 +455319,0,0,0,0,0 +455320,0,0,0,0,0 +455321,0,0,0,0,0 +455322,0,0,0,0,0 +455323,0,0,0,0,0 +455324,0,0,0,0,0 +455325,0,0,0,0,0 +455326,0,0,0,0,0 +455327,0,0,0,0,0 +455328,0,0,0,0,0 +455329,0,0,0,0,0 +455330,0,0,0,0,0 +455331,0,0,0,0,0 +455332,0,0,0,0,0 +455333,0,0,0,0,0 +455334,0,0,0,0,0 +455335,0,0,0,0,0 +455336,0,0,0,0,0 +455337,0,0,0,0,0 +455338,0,0,0,0,0 +455339,0,0,0,0,0 +455340,0,0,0,0,0 +455341,0,0,0,0,0 +455342,0,0,0,0,0 +455343,0,0,0,0,0 +455344,0,0,0,0,0 +455345,0,0,0,0,0 +455346,0,0,0,0,0 +455347,0,0,0,0,0 +455348,0,0,0,0,0 +455349,0,0,0,0,0 +455350,0,0,0,0,0 +455351,0,0,0,0,0 +455352,0,0,0,0,0 +455353,0,0,0,0,0 +455354,0,0,0,0,0 +455355,0,0,0,0,0 +455356,0,0,0,0,0 +455357,0,0,0,0,0 +455358,0,0,0,0,0 +455359,0,0,0,0,0 +455360,0,0,0,0,0 +455361,0,0,0,0,0 +455362,0,0,0,0,0 +455363,0,0,0,0,0 +455364,0,0,0,0,0 +455365,0,0,0,0,0 +455366,0,0,0,0,0 +455367,0,0,0,0,0 +455368,0,0,0,0,0 +455369,0,0,0,0,0 +455370,0,0,0,0,0 +455371,0,0,0,0,0 +455372,0,0,0,0,0 +455373,0,0,0,0,0 +455374,0,0,0,0,0 +455375,0,0,0,0,0 +455376,0,0,0,0,0 +455377,0,0,0,0,0 +455378,0,0,0,0,0 +455379,0,0,0,0,0 +455380,0,0,0,0,0 +455381,0,0,0,0,0 +455382,0,0,0,0,0 +455383,0,0,0,0,0 +455384,0,0,0,0,0 +455385,0,0,0,0,0 +455386,0,0,0,0,0 +455387,0,0,0,0,0 +455388,0,0,0,0,0 +455389,0,0,0,0,0 +455390,0,0,0,0,0 +455391,0,0,0,0,0 +455392,0,0,0,0,0 +455393,0,0,0,0,0 +455394,0,0,0,0,0 +455395,0,0,0,0,0 +455396,0,0,0,0,0 +455397,0,0,0,0,0 +455398,0,0,0,0,0 +455399,0,0,0,0,0 +455400,0,0,0,0,0 +455401,0,0,0,0,0 +455402,0,0,0,0,0 +455403,0,0,0,0,0 +455404,0,0,0,0,0 +455405,0,0,0,0,0 +455406,0,0,0,0,0 +455407,0,0,0,0,0 +455408,0,0,0,0,0 +455409,0,0,0,0,0 +455410,0,0,0,0,0 +455411,0,0,0,0,0 +455412,0,0,0,0,0 +455413,0,0,0,0,0 +455414,0,0,0,0,0 +455415,0,0,0,0,0 +455416,0,0,0,0,0 +455417,0,0,0,0,0 +455418,0,0,0,0,0 +455419,0,0,0,0,0 +455420,0,0,0,0,0 +455421,0,0,0,0,0 +455422,0,0,0,0,0 +455423,0,0,0,0,0 +455424,0,0,0,0,0 +455425,0,0,0,0,0 +455426,0,0,0,0,0 +455427,0,0,0,0,0 +455428,0,0,0,0,0 +455429,0,0,0,0,0 +455430,0,0,0,0,0 +455431,0,0,0,0,0 +455432,0,0,0,0,0 +455433,0,0,0,0,0 +455434,0,0,0,0,0 +455435,0,0,0,0,0 +455436,0,0,0,0,0 +455437,0,0,0,0,0 +455438,0,0,0,0,0 +455439,0,0,0,0,0 +455440,0,0,0,0,0 +455441,0,0,0,0,0 +455442,0,0,0,0,0 +455443,0,0,0,0,0 +455444,0,0,0,0,0 +455445,0,0,0,0,0 +455446,0,0,0,0,0 +455447,0,0,0,0,0 +455448,0,0,0,0,0 +455449,0,0,0,0,0 +455450,0,0,0,0,0 +455451,0,0,0,0,0 +455452,0,0,0,0,0 +455453,0,0,0,0,0 +455454,0,0,0,0,0 +455455,0,0,0,0,0 +455456,0,0,0,0,0 +455457,0,0,0,0,0 +455458,0,0,0,0,0 +455459,0,0,0,0,0 +455460,0,0,0,0,0 +455461,-2127.899092,-1016.989565,-2106.749095,-1016.863351,-1831.052084 +455462,-1663.302976,-706.7333159,-1638.872466,-706.6069388,-1021.335681 +455463,-1457.836534,-564.518419,-1440.566105,-632.0515423,-920.5030848 +455464,-444.4037988,8.614424342,-713.6631911,-238.4964706,-985.0064952 +455465,-528.6400678,12.35839,-319.7601056,-256.4121194,-1022.070475 +455466,-674.4905034,-117.0178222,-693.2450114,-317.4781028,-1044.056031 +455467,-552.8694527,-100.1787552,-518.5956886,-266.6493617,-935.1658324 +455468,-542.0614863,-33.76865106,-502.0816964,-260.3104979,-210.995775 +455469,-533.1776598,-33.01568144,-491.9084885,-255.7812322,-655.7620106 +455470,-525.0653847,-17.23499227,-479.1079334,-251.5040511,-516.2918315 +455471,-516.3181935,-1.053974136,-469.0488846,-247.3497195,-510.8051498 +455472,-508.32288,-2.485500527,-458.596276,-242.9784565,-503.6275386 +455473,-501.1699984,-3.589295697,-448.9673071,-239.367314,-500.7323006 +455474,-492.5714084,-4.208607495,-438.4658934,-235.1274207,-494.3511939 +455475,-486.0866627,-4.351447117,-429.4893442,-231.2301526,-491.6385507 +455476,-478.8044044,-4.090673985,-420.311041,-227.7045048,-486.4399755 +455477,-471.3307623,-3.501974075,-411.5481141,-223.8292048,-481.9326357 +455478,-464.2970005,-2.644645355,-402.028872,-220.3558684,-477.0867046 +455479,-457.1247781,-1.562426517,-394.794736,-216.5512099,-474.2190159 +455480,-449.8295251,-0.288625555,-385.0201175,-213.177623,-468.7600549 +455481,-444.2613037,1.150058981,-378.1911864,-209.7405262,-464.7895152 +455482,-436.1330914,2.731558488,-369.4460467,-206.2444265,-461.1951036 +455483,-430.3829529,4.437469242,-362.462717,-203.2100288,-456.7652828 +455484,-423.3190542,6.252472241,-354.1868384,-199.3526117,-452.1131892 +455485,-417.4255928,8.163856075,-347.0896505,-196.4937007,-449.1735341 +455486,-410.2212544,10.16108681,-339.9477319,-192.8165091,-444.128326 +455487,-404.2130461,12.23542895,-333.3795829,-190.1546279,-440.8623763 +455488,-397.5314075,14.37962002,-326.1517664,-186.409801,-436.1215556 +455489,-391.4348713,16.55107927,-321.3758121,-183.6950419,-433.2433989 +455490,-385.2985641,18.71425382,-314.7124682,-180.4274637,-428.1978678 +455491,-379.1241992,20.85546519,-309.8887592,-177.4033451,-425.0779705 +455492,-372.2880936,22.96883451,-303.8030736,-174.3613355,-421.1568988 +455493,-366.6963467,25.05520201,-298.9448924,-171.3036847,-417.1235426 +455494,-361.0797388,27.11852077,-293.1400615,-168.4997514,-413.6985449 +455495,-354.168188,29.16326429,-288.5678604,-165.4146316,-409.8283983 +455496,-348.5110453,31.19339396,-283.0487402,-162.5868911,-405.8738672 +455497,-342.8394886,33.21220035,-278.1424142,-159.7494685,-402.5699268 +455498,-336.5146494,35.22242522,-273.2280506,-156.9026019,-398.4726308 +455499,-330.813335,37.22639233,-268.6151121,-153.9137831,-395.4125421 +455500,-324.7834878,39.2260916,-263.3693952,-151.189586,-391.1969928 +455501,-319.0621859,41.22323347,-258.7424881,-148.4600549,-388.0426797 +455502,-313.0138459,43.21928252,-254.1109187,-145.7242235,-384.4789978 +455503,-307.2773436,45.21549099,-249.1619442,-142.8485286,-380.8788681 +455504,-301.5341476,47.21292308,-244.8326348,-140.1054865,-377.2503955 +455505,-295.7833309,49.21248301,-240.1854924,-137.3608536,-373.9733325 +455506,-289.7083814,51.21493364,-235.5330047,-134.8832539,-370.3028199 +455507,-284.2677621,53.22091536,-231.1889047,-131.9960703,-366.9920893 +455508,-278.5026887,55.23096298,-226.5288835,-129.3771249,-363.6689853 +455509,-272.7315453,57.24551998,-222.0226104,-126.622393,-360.3344271 +455510,-266.9568716,59.26494689,-217.6706093,-124.2711919,-356.8037419 +455511,-261.1802854,61.28953569,-213.1595473,-121.2414811,-353.6439409 +455512,-255.5612424,63.31951413,-208.8016836,-118.8874268,-350.1042786 +455513,-249.9386317,65.3550579,-204.2853579,-116.1268893,-347.1252646 +455514,-243.9939695,67.39629258,-199.923448,-113.7697168,-343.5782331 +455515,-238.5265467,69.44330511,-195.5594065,-110.8697513,-340.5923663 +455516,-232.8966222,71.49614072,-191.0369929,-108.5105193,-337.040028 +455517,-226.94489,73.55481743,-186.5140804,-105.7452873,-334.0508098 +455518,-221.6301512,75.61932153,-182.3028321,-103.2503948,-330.8711136 +455519,-215.6750469,77.68961704,-177.4656908,-100.7547499,-327.5007292 +455520,-210.0382709,79.76564335,-172.7871487,-98.12229342,-324.5057471 +455521,-157.842871,81.7253645,-157.9633176,-71.79817797,-287.1777792 +455522,-141.7451273,92.00338693,-141.2132538,-64.43715721,-256.1117893 +455523,-116.3700165,106.503719,-115.0227342,-52.93778366,-206.0936756 +455524,-90.75714461,121.0432931,-88.65389597,-41.49449333,-154.0757592 +455525,-68.52972456,671.464462,-65.77833567,-31.74990248,-107.223665 +455526,-50.01254438,455.1069051,-46.70419916,-23.80105348,-66.61140301 +455527,-34.48192831,517.6320865,-30.68302292,-17.26575735,-32.70286011 +455528,-21.21382919,558.6346529,-16.97362382,-11.77662308,-4.01273524 +455529,-10.15569695,581.5307455,-5.076053741,-7.248571292,20.78203271 +455530,-0.809922922,603.1607023,4.983506598,-3.466190262,42.48320432 +455531,7.23841007,625.0851418,13.54973575,-0.24369959,61.56859135 +455532,14.26241965,646.1442137,20.96389649,2.544904329,78.37404023 +455533,20.44346133,666.8964814,27.46863473,4.98371266,93.18149055 +455534,25.9168173,682.9923257,33.22811776,7.13418126,106.2437695 +455535,30.90288318,702.0275744,38.51088281,9.110152989,117.7866549 +455536,35.44802021,721.9897284,43.34900163,10.92350588,128.0077744 +455537,39.57678852,741.5305715,47.74900099,12.57510952,137.0777723 +455538,43.3311223,760.7403528,51.74575628,14.07810641,145.1435762 +455539,46.76265631,780.4929313,55.39148222,15.45312364,152.3316368 +455540,49.92091425,799.297989,58.73881803,16.72095052,158.7509721 +455541,52.84798474,818.2912891,61.83289421,17.89914013,164.4956151 +455542,55.57817866,837.0285922,64.71033743,19.00163353,169.6467695 +455543,58.13940873,855.1686593,67.40076577,20.03945222,174.2745842 +455544,60.55082113,873.5172579,69.92679656,21.02072129,178.4396926 +455545,62.83326236,891.7440273,72.30937861,21.95300779,182.1945623 +455546,65.00468343,909.8251398,74.56625912,22.84263516,185.5846458 +455547,67.07935861,927.7600146,76.71198063,23.69467229,188.6493588 +455548,69.0686494,945.5035348,78.75847193,24.51318335,191.4228894 +455549,70.9818808,963.2180757,80.71566437,25.30148843,193.9349594 +455550,72.82687122,988.3969184,82.59189982,26.0623302,196.2113996 +455551,74.61028557,1009.004944,84.39426428,26.79800877,198.2747539 +455552,76.32452091,1029.211442,86.11257808,27.50338381,200.1445805 +455553,77.96685686,1048.651685,87.73760755,28.17413957,201.8379736 +455554,79.54049934,1068.822962,89.28027559,28.81426801,203.3698687 +455555,81.04752814,1087.678381,90.74410488,29.42438923,204.7534436 +455556,82.49880993,1106.767069,92.13752484,30.00931772,206.0002408 +455557,83.89961566,1125.410064,93.46419014,30.56885818,207.1204869 +455558,85.24919551,1143.769949,94.73075497,31.10680991,208.1231512 +455559,86.55516254,1162.077559,95.93901917,31.62226761,209.0162178 +455560,87.81681041,1179.814319,97.09418781,32.11854165,209.8067079 +455561,89.04070505,1197.575266,98.19707297,32.59440892,210.5009145 +455562,90.22508419,1215.061453,99.25211838,33.0529055,211.1043884 +455563,91.3757238,1232.270584,100.2595522,33.4926032,211.6221463 +455564,92.49037038,1249.291341,101.2232963,33.91634078,212.0586294 +455565,93.57440846,1266.097403,102.1431606,34.32254726,212.4178906 +455566,94.62530226,1282.636708,103.0226845,34.71392055,212.7035311 +455567,95.64815645,1299.116552,103.8613789,35.08879393,212.9188719 +455568,96.64022968,1315.281173,104.6625049,35.44976484,213.0668756 +455569,97.60641154,1331.294099,105.4253613,35.79510258,213.1503051 +455570,98.54381181,1347.109264,106.1530042,36.1273309,213.1716337 +455571,99.45715619,1362.673603,106.8445794,36.44467586,213.1331957 +455572,100.3434452,1378.226239,107.5029885,36.74960533,213.037087 +455573,101.2072752,1393.51275,108.1272646,37.04031588,212.8853091 +455574,102.04557,1408.453006,108.7201898,37.31923167,212.6796642 +455575,102.8628204,1423.524358,109.2807114,37.58452809,212.4218902 +455576,103.6559079,1438.221635,109.8115221,37.83859642,212.1135684 +455577,104.4292813,1458.482958,110.3114988,38.07959531,211.75622 +455578,105.179838,1470.357791,110.7832589,38.3098873,211.3512458 +455579,105.9119919,1488.968468,111.2256281,38.52762087,210.9000012 +455580,106.6225968,1498.978446,111.6411561,38.73513168,210.4037329 +455581,144.0791102,1655.141807,379.6777387,39.04382951,997.3001148 +455582,896.7351315,1708.569221,790.4969346,42.52472054,1269.561166 +455583,561.3348338,1705.939022,601.0647447,190.0119262,1137.61174 +455584,659.7710434,1724.173773,670.7905181,276.957116,1200.946353 +455585,683.6359808,1738.677693,688.5967927,207.7268538,1220.354441 +455586,702.3656827,1752.644091,705.1683505,245.3082125,1238.556163 +455587,720.6868434,1766.582185,721.2963071,254.5263484,1255.97807 +455588,739.2482566,1780.204936,736.7785123,262.9163528,1272.882408 +455589,756.9968847,1793.741386,748.7648644,271.2426202,1297.027316 +455590,771.4996179,1807.160116,761.6770616,279.202961,1310.041226 +455591,785.6530464,1820.092639,773.7650018,287.2745704,1304.970955 +455592,799.8157942,1833.290924,785.859442,294.8821796,1347.190416 +455593,813.6136896,1846.133821,797.6579051,302.5093095,1350.775386 +455594,826.9586735,1858.683265,809.3431056,309.9144775,1368.090955 +455595,841.0090681,1871.266124,820.3450827,314.9668626,1383.012911 +455596,856.5670055,1874.0548,839.3123285,324.5021078,1397.404197 +455597,869.96144,1884.759583,851.1388157,330.8023312,1411.915002 +455598,883.0846593,1895.740474,862.535104,336.7178512,1425.797376 +455599,896.0116694,1907.000231,873.6147092,342.623773,1439.723012 +455600,908.7649846,1918.107498,884.6380058,348.701864,1453.090168 +455601,921.3029426,1929.993176,895.194376,354.283251,1466.666051 +455602,933.8036629,1952.758612,905.7784326,359.9254933,1479.605416 +455603,946.0474485,1939.843154,916.1954966,365.4376972,1492.576058 +455604,958.1311377,1959.311905,926.2251416,370.8540625,1505.261667 +455605,970.1966903,1975.859856,936.394922,375.9845622,1517.828031 +455606,981.9588779,1981.424414,946.0850771,381.5301939,1529.945768 +455607,993.7625363,1993.048632,955.8519739,386.5281565,1542.296121 +455608,1005.264175,2003.415699,965.489163,391.631142,1554.039652 +455609,1016.816565,2013.292348,974.7457128,396.6185487,1565.852221 +455610,1028.069318,2023.526514,984.200346,401.53028,1588.35381 +455611,1039.279784,2032.636648,993.1802014,406.3742252,1588.909144 +455612,1050.234511,2041.403331,1002.345822,411.1446191,1583.146118 +455613,1061.051496,2050.188755,1011.210185,415.633279,1621.250601 +455614,1071.893563,2058.724096,1019.952969,420.6141741,1619.391658 +455615,1081.922662,2081.973136,1028.706961,425.0039886,1632.75819 +455616,1093.345524,2079.322212,1037.168605,429.7636207,1656.062448 +455617,1103.289264,2057.488012,1045.7669,433.8862786,1634.724448 +455618,1113.739144,2124.146119,1053.98026,438.3821598,1682.265633 +455619,1124.025376,2069.51893,1074.361259,442.6758388,1658.70808 +455620,1134.118266,2118.744256,1067.236266,446.7009796,1697.370637 +455621,1144.168128,2115.17535,1064.799878,451.3103153,1696.255949 +455622,1154.036063,2141.69183,1095.156145,455.2169061,1702.82018 +455623,1163.927782,2113.189106,1091.811832,459.3690332,1720.975853 +455624,1173.751726,2143.620304,1101.816303,463.4255888,1719.997815 +455625,1183.227707,2142.504323,1109.517924,467.3576328,1732.504058 +455626,1193.012726,2156.637453,1117.036295,471.2952417,1746.227239 +455627,1202.37239,2154.190583,1124.591153,475.18864,1748.446125 +455628,1211.880779,2164.752434,1131.843462,479.0183795,1760.211154 +455629,1221.154677,2170.410542,1139.269658,482.8023772,1769.44998 +455630,1230.41042,2176.391707,1146.581969,486.6115975,1782.654289 +455631,1239.656136,2182.418024,1153.566601,490.23801,1784.411707 +455632,1248.699737,2188.234042,1160.698841,493.9208382,1794.708565 +455633,1257.753013,2194.006454,1167.694032,497.5372466,1803.450491 +455634,1266.722712,2199.652495,1174.631147,501.1190292,1816.340789 +455635,1275.709798,2205.080564,1181.499516,504.6618046,1818.194779 +455636,1284.321527,2210.432456,1188.378404,508.2014531,1827.216391 +455637,1293.282856,2215.689944,1194.909946,511.6169334,1840.281809 +455638,1301.902166,2220.792209,1201.761894,515.0733228,1842.548749 +455639,1310.548521,2225.715862,1208.29646,518.4638878,1854.63243 +455640,1319.116541,2230.649465,1214.853543,521.8250078,1857.75093 +455641,1334.17007,2238.155571,1228.023997,527.9971567,1877.86276 +455642,1343.780224,2243.616721,1240.414494,531.8702993,1879.201484 +455643,1352.838123,2248.464139,1240.333096,535.4361469,1879.97895 +455644,1362.024805,2253.168141,1264.460817,538.9965246,1879.914045 +455645,1370.549595,2257.70137,1234.128443,542.4227589,1879.294507 +455646,1379.408614,2262.144088,1271.230841,545.8635844,1878.368238 +455647,1394.028959,2266.170672,1268.983845,549.2006347,1877.248682 +455648,1394.580656,2270.584277,1275.659409,552.1883459,1876.104536 +455649,1415.274555,2274.491258,1282.671168,555.9824192,1875.021025 +455650,1406.889759,2278.374299,1289.185221,558.9965654,1874.023067 +455651,1411.163274,2282.216351,1295.40732,562.2363212,1873.160738 +455652,1437.342682,2285.799799,1301.775441,565.489115,1872.366752 +455653,1435.88133,2289.36608,1307.918128,568.6647594,1871.597548 +455654,1446.175039,2292.841311,1314.328593,571.7087894,1870.879249 +455655,1454.177537,2296.089621,1320.271912,574.9039341,1870.200591 +455656,1462.261445,2299.153905,1326.436827,577.948795,1869.546721 +455657,1470.299371,2302.467443,1339.620361,581.0079478,1868.907031 +455658,1477.951955,2305.314996,1332.174017,584.0349765,1868.299613 +455659,1486.026068,2308.244186,1343.074889,587.0358128,1867.727234 +455660,1493.827505,2311.012154,1352.257491,590.0125699,1867.146853 +455661,1501.430123,2313.601436,1355.381917,592.9648526,1866.550932 +455662,1509.192361,2316.179569,1362.058263,595.8531205,1865.954916 +455663,1516.91806,2325.349051,1367.642582,598.8198021,1865.365123 +455664,1524.237294,2311.823497,1373.447089,601.7145104,1864.966472 +455665,1532.012399,2333.231032,1393.554762,604.4777768,1864.322656 +455666,1539.407415,2322.997058,1363.24354,607.4114843,1863.925048 +455667,1546.968504,2327.956552,1400.760726,610.1929947,1863.371162 +455668,1554.197628,2330.101529,1393.718208,612.9979145,1862.67483 +455669,1561.622296,2331.625736,1407.620251,615.7762875,1861.985689 +455670,1568.794876,2333.282969,1402.754738,618.5351782,1861.283933 +455671,1576.400317,2334.443441,1409.886002,621.4846497,1860.56368 +455672,1583.630552,2335.380456,1439.747044,624.4575619,1859.739566 +455673,1591.022044,2336.237928,1397.22255,627.4314529,1858.887216 +455674,1598.313437,2336.781122,1460.620848,630.3570633,1858.046267 +455675,1605.706323,2337.306932,1421.83295,633.3855075,1857.143489 +455676,1612.778704,2337.669626,1452.976392,636.3525438,1856.186673 +455677,1619.951859,2337.713259,1446.535034,639.2372094,1855.169748 +455678,1627.261902,2338.081769,1457.499411,642.1604185,1854.334044 +455679,1634.409344,2338.024119,1461.593624,645.1471422,1854.101546 +455680,1641.315154,2337.907412,1467.74935,648.0303016,1853.951359 +455681,1648.425149,2337.679927,1473.803326,650.9433118,1853.96124 +455682,1655.383615,2337.32583,1479.550624,653.8389852,1854.051815 +455683,1662.31347,2336.827747,1485.289294,656.7245176,1854.160596 +455684,1669.197992,2336.46838,1491.263732,659.5983668,1854.259354 +455685,1676.033996,2335.494954,1497.020197,662.4627364,1854.327341 +455686,1682.72698,2341.488861,1495.497368,662.169122,1854.42157 +455687,1689.38974,2342.978692,1499.488739,664.3793653,1854.594957 +455688,1696.100903,2342.365907,1504.845841,666.9007324,1854.767943 +455689,1702.794641,2341.814435,1510.096066,669.5038109,1854.854797 +455690,1709.454708,2341.134533,1515.272636,672.0908599,1854.854242 +455691,1716.194931,2340.444215,1520.846056,674.8114465,1854.793026 +455692,1722.592211,2339.164457,1531.408364,677.4320052,1854.798854 +455693,1729.234085,2338.054699,1529.160166,680.1458919,1854.736566 +455694,1735.626344,2336.761696,1537.551718,682.7294436,1854.504748 +455695,1742.331262,2335.358278,1542.820864,685.4207347,1854.271815 +455696,1748.742294,2333.760285,1547.909885,688.0169551,1854.065485 +455697,1755.247729,2332.17494,1553.201076,690.7423432,1853.842335 +455698,1765.222144,2330.353362,1558.723829,693.3543311,1853.606109 +455699,1770.449374,2328.511926,1563.999172,696.0065267,1853.36048 +455700,1779.616436,2326.472966,1569.263809,698.6471735,1853.108028 +455701,1648.076624,2267.418224,1458.014394,648.0049857,1848.919884 +455702,1676.319821,2268.010636,1460.083632,649.5772221,1831.986817 +455703,1670.798965,2263.124529,1464.479417,651.4918709,1811.461301 +455704,1677.912052,2260.550356,1468.507756,653.6423397,1794.051958 +455705,1683.343845,2257.491599,1473.121224,655.798239,1780.808582 +455706,1688.991549,2254.392502,1482.407854,657.9118524,1771.060843 +455707,1694.432958,2251.224993,1479.663646,660.099196,1763.591968 +455708,1700.136902,2247.930052,1487.0534,662.3815031,1757.467487 +455709,1705.522898,2244.604089,1491.456541,664.5699826,1752.349012 +455710,1720.092287,2241.19001,1495.509921,666.808729,1747.968571 +455711,1706.319833,2237.8476,1500.259522,669.044565,1744.149844 +455712,1724.737703,2234.040231,1504.730488,671.2838078,1740.784777 +455713,1728.575828,2230.387546,1509.189521,673.5258894,1737.752145 +455714,1733.210164,2226.701442,1513.908789,675.7189665,1735.012718 +455715,1739.130159,2222.839335,1518.309443,678.0920805,1732.532106 +455716,1744.97014,2218.89066,1527.556981,680.2266668,1730.397414 +455717,1750.645325,2214.941955,1525.635257,682.5195482,1728.425119 +455718,1756.110391,2210.786358,1532.279948,684.7609282,1726.42917 +455719,1761.854141,2206.702069,1536.795667,687.0104987,1724.557183 +455720,1767.485184,2202.606969,1541.261685,689.2605232,1722.852882 +455721,1773.139253,2198.0861,1545.495911,691.5108898,1721.245581 +455722,1778.797782,2193.744121,1554.73697,693.708617,1719.873906 +455723,1784.587323,2189.340715,1553.330142,696.037658,1718.589046 +455724,1790.054307,2184.713452,1558.996072,698.25011,1717.178655 +455725,1795.817904,2180.172215,1563.974797,700.5081899,1715.802288 +455726,1801.468477,2175.455564,1573.227458,702.7576219,1714.700819 +455727,1807.14102,2170.872541,1571.563316,705.0597763,1713.645215 +455728,1812.683163,2165.803898,1576.644979,707.2285266,1712.392569 +455729,1818.695161,2160.985258,1586.055606,709.5141465,1711.299339 +455730,1821.622803,2158.671274,1579.93465,708.2629645,1710.217926 +455731,1829.044775,2151.457732,1585.210285,712.8498349,1708.809133 +455732,1833.957691,2145.831072,1599.246845,714.6914052,1707.719438 +455733,1838.806797,2140.542666,1590.749423,716.205681,1706.77509 +455734,1843.622384,2135.233801,1603.044503,717.6928317,1705.683124 +455735,1848.399334,2129.526227,1596.169507,719.1208396,1704.600915 +455736,1861.174074,2123.901922,1601.218648,720.5077432,1702.872823 +455737,1847.02145,2118.341099,1601.104997,721.8583069,1701.205406 +455738,1866.771723,2104.722358,1599.368285,723.1764914,1699.253534 +455739,1866.681842,2117.506196,1596.900065,724.4641978,1697.077411 +455740,1871.649908,2088.181749,1594.408506,725.723055,1694.558974 +455741,1876.32708,2098.528082,1591.86029,726.9538775,1691.663506 +455742,1880.855568,2087.154168,1589.481293,728.1580469,1688.728776 +455743,1885.670984,2081.428422,1587.21198,729.3358951,1685.742482 +455744,1889.987793,2075.374886,1584.995979,730.489773,1682.68544 +455745,1894.531513,2069.083347,1582.861279,731.6194989,1679.630333 +455746,1899.113179,2062.643528,1580.794213,732.7255089,1676.587422 +455747,1903.487239,2056.111125,1578.78119,733.8091543,1673.5602 +455748,1917.749021,2049.595087,1576.798069,734.8701984,1670.534082 +455749,1898.577129,2042.949342,1574.872154,735.9099207,1667.555261 +455750,1923.096219,2036.209561,1572.992705,736.8711779,1664.619684 +455751,1920.214034,2029.425118,1571.11676,737.9543968,1661.68071 +455752,1925.66148,2022.669566,1569.250514,738.8907635,1658.955721 +455753,1929.876577,2015.543547,1567.396881,739.8575782,1656.033187 +455754,1939.260798,2008.55131,1565.543981,740.8544572,1653.111203 +455755,1941.026969,2001.494982,1563.695868,741.6859258,1650.200618 +455756,1954.099129,1994.287491,1561.848389,742.6285446,1647.299217 +455757,1931.280532,1987.043003,1560.036897,743.5015593,1644.452373 +455758,1957.155431,1979.694806,1558.247829,744.3167845,1641.643745 +455759,1966.088594,1972.34504,1556.416852,745.2574925,1638.7934 +455760,1944.57357,1964.828369,1554.592435,746.047553,1635.961477 +455761,1727.051347,1827.606588,1552.739166,637.5130328,1633.049879 +455762,1722.208965,1855.345063,1539.755368,635.5920745,1614.289256 +455763,1721.137487,1811.646812,1521.69728,634.6197131,1587.433626 +455764,1722.790932,1838.270558,1504.58129,633.9204611,1561.076472 +455765,1725.371381,1773.633189,1388.142734,633.4415,1534.277512 +455766,1738.280821,1808.19538,1411.639958,636.3024865,1507.299891 +455767,1705.187196,1779.063776,1425.079709,636.4120419,1485.557636 +455768,1737.744782,1773.193341,1414.834384,636.4302945,1469.523698 +455769,1728.62559,1763.733439,1411.076471,636.3110394,1456.364395 +455770,1732.163156,1754.189056,1410.735807,636.2304055,1445.083122 +455771,1736.602882,1744.938874,1414.828311,636.1398945,1435.690815 +455772,1740.734776,1735.43513,1404.606653,636.0505616,1427.508681 +455773,1745.385974,1736.801559,1413.325834,635.962552,1420.221002 +455774,1750.093651,1701.174254,1408.600621,635.8756845,1413.939076 +455775,1754.983482,1714.394286,1407.28641,635.7898309,1408.208032 +455776,1760.021372,1695.96554,1407.015358,635.7043113,1402.792935 +455777,1765.443252,1688.048822,1406.545739,635.6419578,1397.782081 +455778,1772.085781,1678.529697,1405.829207,635.5391398,1393.134227 +455779,1785.223774,1668.959666,1409.452684,635.4729861,1388.923702 +455780,1767.254297,1659.261457,1400.263182,635.3903641,1384.848818 +455781,1793.046022,1649.821414,1407.528094,635.3044246,1380.878182 +455782,1792.554538,1664.798366,1404.073211,635.2166403,1377.174644 +455783,1798.776536,1595.089349,1402.504852,635.1273251,1373.634687 +455784,1805.16718,1660.460538,1406.415008,635.035951,1370.106612 +455785,1811.35571,1574.887319,1397.779023,634.9426403,1366.923609 +455786,1831.935649,1616.890806,1403.891497,634.8474537,1363.563117 +455787,1802.15064,1588.184983,1401.250617,634.7499636,1360.444978 +455788,1840.653723,1581.81484,1399.513385,634.6502928,1357.395832 +455789,1834.439115,1572.04567,1402.789635,634.548236,1354.436961 +455790,1855.31521,1562.25222,1395.27336,634.4435853,1351.416666 +455791,1832.167696,1552.463193,1399.441791,634.5676801,1348.359432 +455792,1886.317655,1543.094389,1397.858615,634.9433205,1345.466563 +455793,1836.101926,1533.227327,1396.784609,635.0882262,1342.677968 +455794,1903.587784,1523.694162,1396.188567,635.4261669,1339.901897 +455795,1843.461723,1513.947734,1394.426487,635.7258947,1337.122417 +455796,1926.123844,1504.499976,1392.600141,636.0500068,1334.674757 +455797,1877.210364,1494.82914,1390.848868,636.3897453,1332.183026 +455798,1908.511582,1485.25879,1388.89687,636.7433755,1329.302403 +455799,1909.597959,1475.569872,1387.060051,637.1100633,1326.447366 +455800,1918.463541,1466.274978,1385.526061,637.4892055,1323.877833 +455801,1925.766966,1456.503767,1384.303474,637.8804343,1321.629347 +455802,1933.92122,1464.978576,1383.316448,638.2829849,1319.627792 +455803,1941.600565,1411.693914,1382.562202,638.6964872,1317.88489 +455804,1949.75595,1450.758317,1381.952644,639.1201183,1316.300931 +455805,1957.405611,1400.934511,1381.415639,639.5538118,1314.79217 +455806,1965.940455,1416.10842,1380.960971,639.9967429,1313.374438 +455807,1973.790448,1398.08041,1380.544475,640.4488493,1311.994567 +455808,1982.170269,1390.148973,1380.161879,640.9093907,1310.648488 +455809,1990.128332,1380.796752,1379.821341,641.378193,1309.347325 +455810,1998.794499,1371.435453,1379.51842,641.8546189,1308.086448 +455811,2007.00419,1361.994204,1379.249552,642.338572,1306.86232 +455812,2015.451344,1352.83514,1379.005202,642.8294604,1305.864665 +455813,2023.87431,1343.590744,1378.782247,643.3272329,1304.67274 +455814,2040.578417,1334.222188,1378.718553,643.8312354,1303.672928 +455815,2037.303327,1324.975249,1378.670871,644.3416383,1302.691854 +455816,2050.828599,1315.92559,1378.686524,644.8577095,1301.555125 +455817,2059.052123,1306.719227,1378.5275,645.3793844,1300.449494 +455818,2067.167145,1297.631086,1378.422163,645.9062793,1299.415174 +455819,2076.174032,1288.566229,1378.337731,646.4384315,1298.405563 +455820,2084.899279,1279.545482,1378.280945,646.975262,1297.427505 +455821,2328.465102,1377.786348,1384.057256,754.1589506,1304.616765 +455822,2343.607848,1371.269122,1406.12078,775.7239667,1334.299095 +455823,2347.77193,1363.525158,1432.866601,730.078293,1371.069416 +455824,2373.095269,1356.11724,1455.599003,773.7694322,1404.382617 +455825,2366.445632,1348.419494,1472.407833,769.416156,1430.513564 +455826,2393.157362,1340.418291,1484.38198,748.464477,1450.595058 +455827,2395.74648,1332.833889,1493.395346,785.7757278,1466.687785 +455828,2404.815658,1324.962718,1500.050757,741.0154155,1479.473343 +455829,2422.836703,1317.099673,1505.441022,798.9871416,1490.208573 +455830,2426.386591,1309.570987,1510.087746,734.6629505,1499.552875 +455831,2442.551723,1301.643831,1514.164476,784.1431731,1507.752832 +455832,2446.653246,1294.022454,1517.696023,778.0730851,1514.875605 +455833,2461.260301,1286.251506,1520.865915,758.0866173,1521.190384 +455834,2465.593247,1281.335167,1523.716734,793.2982391,1526.786268 +455835,2471.913087,1275.95565,1526.146163,749.2534771,1531.566048 +455836,2477.651929,1270.59573,1528.341951,786.5255482,1535.572035 +455837,2480.13319,1265.08992,1529.863893,786.8673777,1538.749928 +455838,2482.664124,1259.704498,1530.966627,759.9023316,1541.194758 +455839,2485.352857,1254.50129,1531.729095,783.898694,1543.023238 +455840,2488.081595,1249.146388,1532.141281,796.7964817,1544.241378 +455841,2491.00339,1243.904892,1532.372553,754.5212058,1545.086158 +455842,2494.125807,1238.68808,1532.491602,792.7154984,1545.666146 +455843,2497.239442,1233.511159,1532.416827,799.8705971,1545.896378 +455844,2500.514542,1228.287932,1532.289792,756.6367313,1545.974982 +455845,2503.970873,1223.412177,1532.150501,794.6072977,1545.968246 +455846,2507.721367,1218.179134,1531.915673,784.0397143,1545.78291 +455847,2511.212221,1213.256052,1531.625689,785.944921,1545.481476 +455848,2514.77831,1208.297024,1531.314503,787.1968929,1545.116263 +455849,2518.409157,1203.402165,1530.979826,788.2076061,1544.69192 +455850,2522.101821,1198.561366,1530.625966,789.1368084,1544.220447 +455851,2525.847275,1193.775331,1530.438845,790.066322,1543.709063 +455852,2529.629482,1189.047794,1530.036042,790.9855424,1543.163748 +455853,2533.439613,1184.294009,1529.616536,791.8947416,1542.591644 +455854,2537.272675,1179.816052,1529.186522,792.7937635,1541.997546 +455855,2541.125658,1175.31155,1528.747842,793.6832133,1541.383882 +455856,2544.997344,1170.76748,1528.300909,794.5629111,1540.753203 +455857,2548.88657,1166.443545,1527.845145,795.4979123,1540.107096 +455858,2552.792711,1162.0281,1527.380544,796.1977165,1539.447529 +455859,2556.713866,1157.837517,1526.906731,797.192628,1538.775453 +455860,2560.647442,1153.66632,1526.422649,797.9801929,1538.09056 +455861,2564.5915,1149.639024,1525.927551,798.8246196,1537.392634 +455862,2568.545361,1145.474146,1525.421677,799.651295,1536.682576 +455863,2572.509022,1141.569105,1524.905628,800.4696064,1535.961592 +455864,2576.481956,1137.58678,1524.379649,801.2796479,1535.230364 +455865,2580.739975,1133.907407,1523.841654,802.0819488,1534.486451 +455866,2584.685806,1130.128592,1523.291131,802.8762831,1533.729395 +455867,2588.632026,1126.506601,1522.730751,803.6631835,1532.962777 +455868,2592.59023,1122.959274,1522.161791,804.5073951,1532.188392 +455869,2596.562638,1119.500361,1521.584128,805.1822987,1531.406186 +455870,2600.545661,1116.131484,1521.184365,805.9932241,1530.614352 +455871,2604.535362,1112.854638,1520.568091,806.7410734,1529.811955 +455872,2608.531993,1109.671061,1519.938865,807.4912594,1529.000869 +455873,2612.536761,1106.075727,1519.303209,808.2445045,1528.183492 +455874,2616.816267,1103.058986,1518.661316,809.0375759,1527.357777 +455875,2620.770532,1100.157094,1518.011677,809.8148749,1526.521865 +455876,2624.721732,1097.315297,1517.355041,810.8111202,1525.677664 +455877,2628.680817,1094.521495,1516.691426,811.7659082,1524.826002 +455878,2632.90814,1091.769454,1516.018224,812.9958705,1523.963972 +455879,2636.777948,1089.056278,1515.334994,814.1240215,1523.091298 +455880,2640.858242,1086.379427,1514.643062,815.4660142,1522.209958 +455881,2646.276538,1106.414461,1515.51191,839.6392872,1524.212797 +455882,2653.64678,1105.049347,1518.349609,842.1969386,1528.565313 +455883,2662.876209,1103.218833,1521.9295,844.3881973,1534.093075 +455884,2671.942081,1101.28173,1524.927423,846.5172863,1539.539369 +455885,2679.860627,1099.270428,1527.822838,848.6031851,1544.355315 +455886,2686.917016,1097.221216,1530.013334,850.7904823,1548.503243 +455887,2693.696612,1091.902352,1531.794093,850.2223351,1552.134172 +455888,2700.464578,1089.285796,1532.958258,851.8333839,1555.39244 +455889,2707.365461,1086.922667,1533.708563,853.9420626,1558.356632 +455890,2714.122878,1084.632843,1534.267393,855.8014691,1561.074293 +455891,2720.627168,1082.388337,1534.759487,858.0668102,1563.584313 +455892,2726.875233,1080.176272,1535.229715,860.2483084,1565.918745 +455893,2732.930392,1077.991445,1535.686879,862.4832839,1568.104643 +455894,2738.838085,1075.830577,1536.130189,864.7677023,1570.164327 +455895,2744.637261,1073.692647,1536.559082,867.0300732,1572.116148 +455896,2750.65535,1071.576367,1536.972093,869.5181673,1573.971792 +455897,2756.306618,1069.481627,1537.368877,871.9692324,1575.740991 +455898,2761.889763,1067.407618,1537.752402,874.3496319,1577.436304 +455899,2767.437187,1065.2719,1538.124646,876.9266437,1579.067771 +455900,2772.947768,1063.359726,1538.485355,879.4875824,1580.641464 +455901,2778.422756,1061.289383,1538.834139,882.1062611,1582.162444 +455902,2783.866646,1059.308567,1539.171017,884.7717159,1583.63563 +455903,2789.294954,1057.33586,1539.319344,887.4836803,1585.066458 +455904,2794.697726,1055.382153,1539.655405,890.242006,1586.458675 +455905,2800.069773,1053.44801,1539.982227,893.046267,1587.813378 +455906,2805.412647,1051.532866,1540.295102,895.9683142,1589.132201 +455907,2810.730407,1049.636965,1540.59289,898.7555222,1590.41798 +455908,2816.026696,1047.759779,1540.876516,901.6751211,1591.674001 +455909,2821.303071,1045.901387,1541.146675,904.7597164,1592.902133 +455910,2826.562261,1044.061897,1541.240674,907.7383119,1594.104896 +455911,2831.806417,1042.157405,1541.529544,910.6639942,1595.284479 +455912,2836.954159,1040.25427,1541.803047,913.5919981,1596.441653 +455913,2841.958254,1038.441809,1541.9477,916.5451883,1597.578575 +455914,2846.815587,1036.441876,1542.27637,919.5998747,1598.697875 +455915,2851.54349,1034.630002,1542.589783,922.4954852,1599.801138 +455916,2856.165047,1032.763086,1542.673971,925.5848269,1600.891586 +455917,2860.69946,1030.921533,1542.841503,928.6367407,1601.972085 +455918,2865.159912,1029.094037,1542.790374,931.7269269,1603.044648 +455919,2869.554361,1027.280683,1542.887141,934.844644,1604.109825 +455920,2873.886189,1025.481158,1542.97754,937.9119434,1605.166637 +455921,2878.158173,1023.615741,1543.058158,941.103021,1606.21412 +455922,2882.373454,1021.961612,1542.934067,944.326194,1607.252563 +455923,2886.534413,1020.148517,1542.97635,947.55014,1608.281985 +455924,2890.930885,1018.416959,1543.010754,950.7650083,1609.29869 +455925,2894.962533,1016.688201,1543.032765,954.0079186,1610.301079 +455926,2898.932903,1014.9742,1543.043158,957.3307929,1611.292134 +455927,2902.849471,1013.271699,1543.042099,960.5969431,1612.270088 +455928,2906.725641,1011.585556,1543.031995,963.9770047,1613.240187 +455929,2910.556124,1009.911712,1543.012225,967.2520241,1614.199021 +455930,2914.339791,1008.251791,1542.983091,970.7000147,1615.146615 +455931,2918.079209,1006.605623,1542.748863,974.1017748,1616.085503 +455932,2921.776123,1004.97327,1542.701978,977.375781,1617.017331 +455933,2925.42856,1003.354184,1542.652701,980.8753594,1617.940961 +455934,2929.033853,1001.748975,1542.595586,984.3659734,1618.854864 +455935,2932.591056,1000.157137,1542.52856,987.7573477,1619.758515 +455936,2936.100351,998.5786549,1542.451813,991.2474612,1620.652085 +455937,2939.561679,997.0135014,1542.36614,994.7455014,1621.535768 +455938,2942.975181,995.4614937,1542.272328,998.2594864,1622.40979 +455939,2946.340825,993.9226254,1542.171038,1001.787332,1623.274423 +455940,2949.669334,989.4748605,1542.069254,1004.401758,1624.138564 +455941,2953.463967,964.2799909,1541.746337,974.5561328,1625.13199 +455942,2952.804944,937.4841958,1537.709674,977.6874616,1620.901339 +455943,2950.11948,969.8606605,1532.264926,981.1654019,1614.04588 +455944,2947.970117,928.7415814,1527.197506,984.5216447,1607.307273 +455945,2947.307924,966.2172545,1523.225548,987.9831276,1601.819348 +455946,2948.00114,927.3294903,1520.079703,991.4560679,1597.638548 +455947,2949.584302,957.911173,1517.871345,994.9468482,1594.456928 +455948,2951.653852,929.555291,1516.138521,998.4536081,1591.971358 +455949,2953.97687,947.4993821,1514.714174,1001.97382,1589.990307 +455950,2956.417972,933.3727846,1513.494849,1005.506098,1588.386983 +455951,2958.92503,938.5447156,1512.430954,1009.127861,1587.09474 +455952,2961.459124,934.5312162,1511.483585,1012.560162,1586.05689 +455953,2963.999457,933.4903552,1510.626989,1016.175954,1585.232292 +455954,2966.53286,931.8555726,1509.842577,1019.728674,1584.588619 +455955,2969.044823,930.3072402,1509.112697,1023.298157,1584.094705 +455956,2971.527217,928.7629368,1508.425292,1026.871729,1583.726734 +455957,2973.974296,927.2338462,1507.771059,1030.448012,1583.464763 +455958,2976.383111,925.7195975,1507.143641,1033.944072,1583.293126 +455959,2978.75145,924.2199759,1506.537812,1037.644537,1583.198191 +455960,2981.075362,922.7345851,1505.948178,1041.703374,1583.166743 +455961,2983.345685,921.263242,1505.366901,1048.091329,1583.183019 +455962,2985.579354,919.8055776,1504.802261,1045.567164,1583.252535 +455963,2987.75443,918.3614489,1504.23937,1062.741463,1583.351656 +455964,2989.920343,916.9305128,1503.707321,1038.682657,1583.513762 +455965,2992.060156,915.5126524,1503.1953,1067.440885,1583.721641 +455966,2994.11054,914.1077123,1502.664201,1060.549676,1583.92212 +455967,2996.107404,912.7155405,1502.134983,1066.210664,1584.139156 +455968,2998.066555,911.3358669,1501.616569,1069.601331,1584.381574 +455969,2999.978639,909.9685826,1501.103058,1073.19685,1584.639656 +455970,3001.84509,908.6134059,1500.595151,1076.705061,1584.912516 +455971,3003.66644,907.0161532,1500.093178,1080.076921,1585.199019 +455972,3005.461986,905.3744706,1499.570247,1083.41063,1585.498757 +455973,3007.246334,903.7146871,1499.007866,1086.721237,1585.811107 +455974,3009.023102,902.0439191,1498.401604,1090.005315,1586.134616 +455975,3010.788475,900.3653725,1497.754737,1093.274315,1586.467047 +455976,3012.536127,898.7537861,1497.072576,1096.521123,1586.80601 +455977,3014.261961,896.9564029,1496.360644,1099.74885,1587.150347 +455978,3015.963628,895.3134621,1495.623715,1102.956983,1587.499754 +455979,3017.638966,893.6039741,1494.865012,1106.145503,1587.853426 +455980,3019.286261,891.9016134,1494.08691,1109.314133,1588.2105 +455981,3020.904227,890.1961228,1493.291322,1112.46275,1588.570218 +455982,3022.491604,888.4875086,1492.479647,1115.676932,1588.931679 +455983,3024.047848,886.7760795,1491.653344,1118.654891,1589.294467 +455984,3025.572519,885.0619278,1490.813619,1121.803438,1589.658189 +455985,3027.066747,883.3453207,1489.770034,1124.855625,1590.023672 +455986,3028.530563,881.6263047,1488.914547,1127.899224,1590.390886 +455987,3029.960754,879.905107,1488.052056,1130.921193,1590.757473 +455988,3031.355601,878.1817371,1487.177475,1133.920954,1591.121903 +455989,3032.715188,876.4563865,1486.289464,1136.898549,1591.483931 +455990,3034.039722,874.7290323,1485.388618,1139.853021,1591.843523 +455991,3035.330079,872.9998369,1484.476479,1142.783871,1592.201186 +455992,3036.586444,871.196861,1483.554286,1145.690811,1592.557175 +455993,3037.80771,869.5694768,1482.622058,1148.575415,1592.910488 +455994,3038.993202,867.7842173,1481.679873,1151.434948,1593.260444 +455995,3040.143194,866.0587609,1480.728305,1154.270182,1593.607125 +455996,3041.25805,864.3208112,1479.767773,1157.080478,1593.950522 +455997,3042.337582,862.5810708,1478.79857,1159.865581,1594.290521 +455998,3043.381598,860.8395493,1477.820982,1162.625045,1594.627064 +455999,3044.389456,859.1672553,1476.834783,1165.358493,1594.959479 +456000,3045.361087,857.3182489,1475.840232,1168.065947,1595.287755 +456001,3050.027631,789.1334746,1478.423859,1104.402439,1602.008126 +456002,3045.08268,786.6160313,1474.017283,1106.170655,1598.010851 +456003,3035.767248,784.3142655,1466.296932,1108.388154,1588.478529 +456004,3027.466727,782.0200858,1458.997616,1110.459124,1578.879106 +456005,3022.193391,779.6761705,1453.608497,1112.507124,1571.546094 +456006,3019.678492,777.4995262,1450.056552,1114.531664,1566.63349 +456007,3019.642079,775.252155,1447.807085,1116.531188,1563.561025 +456008,3021.144529,772.8985475,1446.364854,1118.504899,1561.75489 +456009,3023.413382,770.6803095,1445.421842,1120.452377,1560.8373 +456010,3026.014488,768.4064124,1444.612411,1122.37261,1560.591704 +456011,3028.752583,766.1422133,1444.236271,1124.264708,1560.887531 +456012,3031.544325,763.9415106,1444.036933,1126.127566,1561.630707 +456013,3034.350657,761.5818351,1443.970291,1127.960441,1562.747192 +456014,3037.147823,759.2936043,1443.998042,1129.762499,1564.176948 +456015,3039.917816,757.1059172,1444.098698,1131.533245,1565.869324 +456016,3042.647562,754.7873612,1444.24951,1133.272052,1567.782419 +456017,3045.329511,752.5200402,1444.440945,1134.978577,1569.882092 +456018,3047.95929,750.3027867,1444.658425,1136.652314,1572.139479 +456019,3050.535449,747.9278072,1444.89834,1138.293015,1574.531012 +456020,3053.057648,745.6845198,1445.15085,1139.987439,1577.036818 +456021,3055.526875,743.384513,1445.415725,1141.433207,1579.640417 +456022,3057.945064,741.0899595,1445.686266,1143.033516,1582.328517 +456023,3060.313707,738.7301285,1445.964287,1144.439161,1585.089617 +456024,3062.632504,736.5791807,1446.242976,1146.037167,1587.912452 +456025,3064.902306,734.1408689,1446.524547,1147.412841,1590.787964 +456026,3067.125223,731.883963,1446.804535,1148.827757,1593.710355 +456027,3069.295449,729.5622057,1447.086197,1150.195751,1596.672724 +456028,3071.390872,727.2454443,1447.364891,1151.527858,1599.668946 +456029,3073.401961,724.9840908,1447.644035,1152.824938,1602.693983 +456030,3075.334746,724.1682165,1447.92076,1151.693026,1605.745843 +456031,3076.409076,720.4888546,1448.377569,1153.699533,1608.826317 +456032,3077.432851,718.1115672,1448.771785,1153.665051,1611.940181 +456033,3078.326615,715.9190412,1449.096207,1153.365904,1615.090173 +456034,3078.855443,713.5781056,1449.405555,1152.909222,1618.274936 +456035,3078.914377,711.3693281,1449.728445,1152.32825,1621.491697 +456036,3078.532445,709.0133379,1450.083273,1151.625843,1624.741421 +456037,3077.78597,706.786354,1450.468971,1150.807364,1628.024935 +456038,3076.743927,704.5118178,1450.88697,1149.788016,1631.34109 +456039,3073.832411,702.2484123,1412.269637,1148.871984,1633.413814 +456040,3067.535718,699.9864419,1389.894315,1147.660748,1632.994697 +456041,3060.443421,697.7246599,1398.552565,1146.418412,1632.029087 +456042,3054.115769,695.4643114,1393.236332,1145.060275,1631.708366 +456043,3048.202595,693.2061707,1380.023529,1143.599918,1631.79465 +456044,3042.233264,690.9492028,1381.016564,1162.119591,1631.970492 +456045,3036.598456,688.693443,1375.329847,1110.754253,1632.572267 +456046,3030.928698,686.4385793,1364.508345,1152.862001,1633.325859 +456047,3024.798427,684.1848174,1366.323163,1143.005908,1634.114785 +456048,3019.160927,681.9314437,1359.776349,1120.945673,1635.217958 +456049,3013.492906,679.6789301,1354.484183,1154.972115,1636.255395 +456050,3007.710133,677.4270926,1349.989569,1106.196343,1637.577808 +456051,3001.837962,675.2303002,1345.514009,1154.007537,1638.984331 +456052,2995.876011,672.8991081,1340.437392,1102.120605,1640.459617 +456053,2989.655009,670.6870517,1330.695002,1140.9697,1641.85833 +456054,2983.337922,668.4286145,1333.056702,1108.569877,1643.295631 +456055,2977.145848,666.1789637,1325.730489,1123.399739,1644.936309 +456056,2970.877052,663.8750289,1321.227698,1114.981154,1646.620819 +456057,2964.489999,661.7064694,1316.914768,1113.079024,1648.313942 +456058,2957.779743,659.4197539,1312.480118,1109.3086,1650.063106 +456059,2951.088106,657.2324967,1307.624386,1104.867889,1651.852424 +456060,2943.903021,654.9043608,1303.264655,1100.18475,1653.681249 +456061,2137.733526,652.5917943,899.9311667,1095.244206,2389.874905 +456062,2220.167238,780.3845846,934.432453,1220.269314,2440.689627 +456063,2319.590641,781.847052,975.3066967,1226.379788,2490.645367 +456064,2389.583797,779.0930323,1004.975983,1202.372864,2513.024834 +456065,2432.034127,776.8954822,1024.049013,1213.741957,2516.40443 +456066,2458.282844,774.9326732,1037.205165,1201.622163,2512.883935 +456067,2474.841352,772.8490077,1046.901646,1197.19837,2507.119906 +456068,2485.470222,770.6097363,1054.480689,1190.987281,2500.941649 +456069,2492.218257,768.5521149,1060.651869,1184.802745,2495.048712 +456070,2496.178726,766.4260429,1065.788658,1178.250989,2489.67604 +456071,2497.958216,764.1486047,1070.096055,1171.722866,2484.84799 +456072,2497.954242,762.0625246,1073.709647,1164.820191,2480.518308 +456073,2496.442687,759.9148628,1076.735747,1157.717066,2476.625865 +456074,2493.654431,758.0997954,1079.262751,1150.687146,2473.113154 +456075,2489.792163,755.2881842,1081.368739,1143.101823,2469.73186 +456076,2485.028899,753.4725374,1083.117492,1146.590109,2466.842911 +456077,2479.500338,751.2130139,1084.564031,1110.915886,2464.203909 +456078,2473.317772,748.8490404,1085.752349,1130.098752,2461.780843 +456079,2466.574421,746.8098768,1086.721737,1106.754732,2459.545467 +456080,2459.348149,744.6077856,1087.50254,1104.879482,2457.473275 +456081,2451.705235,742.4301913,1088.122719,1094.560075,2455.543301 +456082,2443.703609,740.1145575,1088.60347,1086.445215,2453.737429 +456083,2435.396084,738.0037529,1088.965037,1077.823077,2452.039658 +456084,2426.864781,729.0884948,1089.236434,1022.162629,2450.468771 +456085,2413.473909,725.9820266,1089.155871,1010.211757,2448.974007 +456086,2397.448251,723.5201287,1088.825224,1001.579271,2447.521028 +456087,2381.448093,721.2450183,1088.400512,993.7744965,2446.119012 +456088,2366.721963,718.9239433,1087.961918,986.5421197,2444.766899 +456089,2353.461499,716.6986108,1087.532401,979.7000081,2443.459884 +456090,2341.444826,714.4838883,1087.111641,972.9525124,2442.192783 +456091,2330.395887,712.2890252,1086.694181,966.6181658,2440.958921 +456092,2320.104734,710.1104897,1086.276042,960.4085301,2439.751793 +456093,2310.429904,707.9464769,1085.855264,954.2728955,2438.565665 +456094,2301.305927,705.7948991,1085.446664,948.3925048,2437.431616 +456095,2292.62505,703.6554646,1085.034847,942.5271052,2436.311292 +456096,2284.299081,701.482518,1084.607178,936.8684497,2435.173207 +456097,2276.291728,699.4316348,1084.170543,931.3956437,2434.031308 +456098,2268.565867,697.2923892,1083.727475,925.8897563,2432.89001 +456099,2261.087731,695.2041443,1083.278824,920.5363604,2431.750134 +456100,2253.828113,693.1191331,1082.824842,915.2606918,2430.61132 +456101,2246.762212,691.0450219,1082.365563,910.072241,2429.472883 +456102,2239.869183,688.9811974,1081.900994,904.9623504,2428.334214 +456103,2233.131489,686.9283137,1081.431141,899.9280521,2427.194844 +456104,2226.534376,684.8856849,1080.956052,894.8996945,2426.054509 +456105,2220.068752,682.8539937,1080.475788,890.0978109,2424.913072 +456106,2213.448787,680.8325457,1079.990439,885.2807466,2423.770534 +456107,2207.21272,678.7786477,1079.5001,880.3683891,2422.62697 +456108,2201.084312,676.842822,1079.004906,875.7892966,2421.482602 +456109,2195.054619,674.8215163,1078.504984,871.0797052,2420.337653 +456110,2189.110044,672.8493776,1078.000474,866.4866127,2419.192414 +456111,2183.275489,670.8811801,1077.50815,861.8761584,2418.085299 +456112,2177.525191,668.9230954,1077.012394,857.4643164,2416.980357 +456113,2171.817717,666.975813,1076.500506,867.6958509,2415.848375 +456114,2166.175122,665.0387169,1075.979793,826.3601842,2414.706164 +456115,2160.591445,663.1123189,1075.453671,871.8296983,2413.561664 +456116,2155.077006,661.1960554,1074.923359,812.4304643,2412.41776 +456117,2149.620357,659.2487653,1074.389394,859.2237041,2411.27571 +456118,2144.230132,657.415029,1073.85211,811.7641534,2410.13628 +456119,2138.894211,655.4991931,1073.311556,837.6069,2408.999559 +456120,2133.621365,653.6307394,1072.768022,818.1340642,2407.866174 +456121,0,0,0,0,0 +456122,0,0,0,0,0 +456123,0,0,0,0,0 +456124,0,0,0,0,0 +456125,0,0,0,0,0 +456126,0,0,0,0,0 +456127,0,0,0,0,0 +456128,0,0,0,0,0 +456129,0,0,0,0,0 +456130,0,0,0,0,0 +456131,0,0,0,0,0 +456132,0,0,0,0,0 +456133,0,0,0,0,0 +456134,0,0,0,0,0 +456135,0,0,0,0,0 +456136,0,0,0,0,0 +456137,0,0,0,0,0 +456138,0,0,0,0,0 +456139,0,0,0,0,0 +456140,0,0,0,0,0 +456141,0,0,0,0,0 +456142,0,0,0,0,0 +456143,0,0,0,0,0 +456144,0,0,0,0,0 +456145,0,0,0,0,0 +456146,0,0,0,0,0 +456147,0,0,0,0,0 +456148,0,0,0,0,0 +456149,0,0,0,0,0 +456150,0,0,0,0,0 +456151,0,0,0,0,0 +456152,0,0,0,0,0 +456153,0,0,0,0,0 +456154,0,0,0,0,0 +456155,0,0,0,0,0 +456156,0,0,0,0,0 +456157,0,0,0,0,0 +456158,0,0,0,0,0 +456159,0,0,0,0,0 +456160,0,0,0,0,0 +456161,0,0,0,0,0 +456162,0,0,0,0,0 +456163,0,0,0,0,0 +456164,0,0,0,0,0 +456165,0,0,0,0,0 +456166,0,0,0,0,0 +456167,0,0,0,0,0 +456168,0,0,0,0,0 +456169,0,0,0,0,0 +456170,0,0,0,0,0 +456171,0,0,0,0,0 +456172,0,0,0,0,0 +456173,0,0,0,0,0 +456174,0,0,0,0,0 +456175,0,0,0,0,0 +456176,0,0,0,0,0 +456177,0,0,0,0,0 +456178,0,0,0,0,0 +456179,0,0,0,0,0 +456180,0,0,0,0,0 +456181,0,0,0,0,0 +456182,0,0,0,0,0 +456183,0,0,0,0,0 +456184,0,0,0,0,0 +456185,0,0,0,0,0 +456186,0,0,0,0,0 +456187,0,0,0,0,0 +456188,0,0,0,0,0 +456189,0,0,0,0,0 +456190,0,0,0,0,0 +456191,0,0,0,0,0 +456192,0,0,0,0,0 +456193,0,0,0,0,0 +456194,0,0,0,0,0 +456195,0,0,0,0,0 +456196,0,0,0,0,0 +456197,0,0,0,0,0 +456198,0,0,0,0,0 +456199,0,0,0,0,0 +456200,0,0,0,0,0 +456201,0,0,0,0,0 +456202,0,0,0,0,0 +456203,0,0,0,0,0 +456204,0,0,0,0,0 +456205,0,0,0,0,0 +456206,0,0,0,0,0 +456207,0,0,0,0,0 +456208,0,0,0,0,0 +456209,0,0,0,0,0 +456210,0,0,0,0,0 +456211,0,0,0,0,0 +456212,0,0,0,0,0 +456213,0,0,0,0,0 +456214,0,0,0,0,0 +456215,0,0,0,0,0 +456216,0,0,0,0,0 +456217,0,0,0,0,0 +456218,0,0,0,0,0 +456219,0,0,0,0,0 +456220,0,0,0,0,0 +456221,0,0,0,0,0 +456222,0,0,0,0,0 +456223,0,0,0,0,0 +456224,0,0,0,0,0 +456225,0,0,0,0,0 +456226,0,0,0,0,0 +456227,0,0,0,0,0 +456228,0,0,0,0,0 +456229,0,0,0,0,0 +456230,0,0,0,0,0 +456231,0,0,0,0,0 +456232,0,0,0,0,0 +456233,0,0,0,0,0 +456234,0,0,0,0,0 +456235,0,0,0,0,0 +456236,0,0,0,0,0 +456237,0,0,0,0,0 +456238,0,0,0,0,0 +456239,0,0,0,0,0 +456240,0,0,0,0,0 +456241,0,0,0,0,0 +456242,0,0,0,0,0 +456243,0,0,0,0,0 +456244,0,0,0,0,0 +456245,0,0,0,0,0 +456246,0,0,0,0,0 +456247,0,0,0,0,0 +456248,0,0,0,0,0 +456249,0,0,0,0,0 +456250,0,0,0,0,0 +456251,0,0,0,0,0 +456252,0,0,0,0,0 +456253,0,0,0,0,0 +456254,0,0,0,0,0 +456255,0,0,0,0,0 +456256,0,0,0,0,0 +456257,0,0,0,0,0 +456258,0,0,0,0,0 +456259,0,0,0,0,0 +456260,0,0,0,0,0 +456261,0,0,0,0,0 +456262,0,0,0,0,0 +456263,0,0,0,0,0 +456264,0,0,0,0,0 +456265,0,0,0,0,0 +456266,0,0,0,0,0 +456267,0,0,0,0,0 +456268,0,0,0,0,0 +456269,0,0,0,0,0 +456270,0,0,0,0,0 +456271,0,0,0,0,0 +456272,0,0,0,0,0 +456273,0,0,0,0,0 +456274,0,0,0,0,0 +456275,0,0,0,0,0 +456276,0,0,0,0,0 +456277,0,0,0,0,0 +456278,0,0,0,0,0 +456279,0,0,0,0,0 +456280,0,0,0,0,0 +456281,0,0,0,0,0 +456282,0,0,0,0,0 +456283,0,0,0,0,0 +456284,0,0,0,0,0 +456285,0,0,0,0,0 +456286,0,0,0,0,0 +456287,0,0,0,0,0 +456288,0,0,0,0,0 +456289,0,0,0,0,0 +456290,0,0,0,0,0 +456291,0,0,0,0,0 +456292,0,0,0,0,0 +456293,0,0,0,0,0 +456294,0,0,0,0,0 +456295,0,0,0,0,0 +456296,0,0,0,0,0 +456297,0,0,0,0,0 +456298,0,0,0,0,0 +456299,0,0,0,0,0 +456300,0,0,0,0,0 +456301,0,0,0,0,0 +456302,0,0,0,0,0 +456303,0,0,0,0,0 +456304,0,0,0,0,0 +456305,0,0,0,0,0 +456306,0,0,0,0,0 +456307,0,0,0,0,0 +456308,0,0,0,0,0 +456309,0,0,0,0,0 +456310,0,0,0,0,0 +456311,0,0,0,0,0 +456312,0,0,0,0,0 +456313,0,0,0,0,0 +456314,0,0,0,0,0 +456315,0,0,0,0,0 +456316,0,0,0,0,0 +456317,0,0,0,0,0 +456318,0,0,0,0,0 +456319,0,0,0,0,0 +456320,0,0,0,0,0 +456321,0,0,0,0,0 +456322,0,0,0,0,0 +456323,0,0,0,0,0 +456324,0,0,0,0,0 +456325,0,0,0,0,0 +456326,0,0,0,0,0 +456327,0,0,0,0,0 +456328,0,0,0,0,0 +456329,0,0,0,0,0 +456330,0,0,0,0,0 +456331,0,0,0,0,0 +456332,0,0,0,0,0 +456333,0,0,0,0,0 +456334,0,0,0,0,0 +456335,0,0,0,0,0 +456336,0,0,0,0,0 +456337,0,0,0,0,0 +456338,0,0,0,0,0 +456339,0,0,0,0,0 +456340,0,0,0,0,0 +456341,0,0,0,0,0 +456342,0,0,0,0,0 +456343,0,0,0,0,0 +456344,0,0,0,0,0 +456345,0,0,0,0,0 +456346,0,0,0,0,0 +456347,0,0,0,0,0 +456348,0,0,0,0,0 +456349,0,0,0,0,0 +456350,0,0,0,0,0 +456351,0,0,0,0,0 +456352,0,0,0,0,0 +456353,0,0,0,0,0 +456354,0,0,0,0,0 +456355,0,0,0,0,0 +456356,0,0,0,0,0 +456357,0,0,0,0,0 +456358,0,0,0,0,0 +456359,0,0,0,0,0 +456360,0,0,0,0,0 +456361,0,0,0,0,0 +456362,0,0,0,0,0 +456363,0,0,0,0,0 +456364,0,0,0,0,0 +456365,0,0,0,0,0 +456366,0,0,0,0,0 +456367,0,0,0,0,0 +456368,0,0,0,0,0 +456369,0,0,0,0,0 +456370,0,0,0,0,0 +456371,0,0,0,0,0 +456372,0,0,0,0,0 +456373,0,0,0,0,0 +456374,0,0,0,0,0 +456375,0,0,0,0,0 +456376,0,0,0,0,0 +456377,0,0,0,0,0 +456378,0,0,0,0,0 +456379,0,0,0,0,0 +456380,0,0,0,0,0 +456381,0,0,0,0,0 +456382,0,0,0,0,0 +456383,0,0,0,0,0 +456384,0,0,0,0,0 +456385,0,0,0,0,0 +456386,0,0,0,0,0 +456387,0,0,0,0,0 +456388,0,0,0,0,0 +456389,0,0,0,0,0 +456390,0,0,0,0,0 +456391,0,0,0,0,0 +456392,0,0,0,0,0 +456393,0,0,0,0,0 +456394,0,0,0,0,0 +456395,0,0,0,0,0 +456396,0,0,0,0,0 +456397,0,0,0,0,0 +456398,0,0,0,0,0 +456399,0,0,0,0,0 +456400,0,0,0,0,0 +456401,0,0,0,0,0 +456402,0,0,0,0,0 +456403,0,0,0,0,0 +456404,0,0,0,0,0 +456405,0,0,0,0,0 +456406,0,0,0,0,0 +456407,0,0,0,0,0 +456408,0,0,0,0,0 +456409,0,0,0,0,0 +456410,0,0,0,0,0 +456411,0,0,0,0,0 +456412,0,0,0,0,0 +456413,0,0,0,0,0 +456414,0,0,0,0,0 +456415,0,0,0,0,0 +456416,0,0,0,0,0 +456417,0,0,0,0,0 +456418,0,0,0,0,0 +456419,0,0,0,0,0 +456420,0,0,0,0,0 +456421,0,0,0,0,0 +456422,0,0,0,0,0 +456423,0,0,0,0,0 +456424,0,0,0,0,0 +456425,0,0,0,0,0 +456426,0,0,0,0,0 +456427,0,0,0,0,0 +456428,0,0,0,0,0 +456429,0,0,0,0,0 +456430,0,0,0,0,0 +456431,0,0,0,0,0 +456432,0,0,0,0,0 +456433,0,0,0,0,0 +456434,0,0,0,0,0 +456435,0,0,0,0,0 +456436,0,0,0,0,0 +456437,0,0,0,0,0 +456438,0,0,0,0,0 +456439,0,0,0,0,0 +456440,0,0,0,0,0 +456441,0,0,0,0,0 +456442,0,0,0,0,0 +456443,0,0,0,0,0 +456444,0,0,0,0,0 +456445,0,0,0,0,0 +456446,0,0,0,0,0 +456447,0,0,0,0,0 +456448,0,0,0,0,0 +456449,0,0,0,0,0 +456450,0,0,0,0,0 +456451,0,0,0,0,0 +456452,0,0,0,0,0 +456453,0,0,0,0,0 +456454,0,0,0,0,0 +456455,0,0,0,0,0 +456456,0,0,0,0,0 +456457,0,0,0,0,0 +456458,0,0,0,0,0 +456459,0,0,0,0,0 +456460,0,0,0,0,0 +456461,0,0,0,0,0 +456462,0,0,0,0,0 +456463,0,0,0,0,0 +456464,0,0,0,0,0 +456465,0,0,0,0,0 +456466,0,0,0,0,0 +456467,0,0,0,0,0 +456468,0,0,0,0,0 +456469,0,0,0,0,0 +456470,0,0,0,0,0 +456471,0,0,0,0,0 +456472,0,0,0,0,0 +456473,0,0,0,0,0 +456474,0,0,0,0,0 +456475,0,0,0,0,0 +456476,0,0,0,0,0 +456477,0,0,0,0,0 +456478,0,0,0,0,0 +456479,0,0,0,0,0 +456480,0,0,0,0,0 +456481,0,0,0,0,0 +456482,0,0,0,0,0 +456483,0,0,0,0,0 +456484,0,0,0,0,0 +456485,0,0,0,0,0 +456486,0,0,0,0,0 +456487,0,0,0,0,0 +456488,0,0,0,0,0 +456489,0,0,0,0,0 +456490,0,0,0,0,0 +456491,0,0,0,0,0 +456492,0,0,0,0,0 +456493,0,0,0,0,0 +456494,0,0,0,0,0 +456495,0,0,0,0,0 +456496,0,0,0,0,0 +456497,0,0,0,0,0 +456498,0,0,0,0,0 +456499,0,0,0,0,0 +456500,0,0,0,0,0 +456501,0,0,0,0,0 +456502,0,0,0,0,0 +456503,0,0,0,0,0 +456504,0,0,0,0,0 +456505,0,0,0,0,0 +456506,0,0,0,0,0 +456507,0,0,0,0,0 +456508,0,0,0,0,0 +456509,0,0,0,0,0 +456510,0,0,0,0,0 +456511,0,0,0,0,0 +456512,0,0,0,0,0 +456513,0,0,0,0,0 +456514,0,0,0,0,0 +456515,0,0,0,0,0 +456516,0,0,0,0,0 +456517,0,0,0,0,0 +456518,0,0,0,0,0 +456519,0,0,0,0,0 +456520,0,0,0,0,0 +456521,0,0,0,0,0 +456522,0,0,0,0,0 +456523,0,0,0,0,0 +456524,0,0,0,0,0 +456525,0,0,0,0,0 +456526,0,0,0,0,0 +456527,0,0,0,0,0 +456528,0,0,0,0,0 +456529,0,0,0,0,0 +456530,0,0,0,0,0 +456531,0,0,0,0,0 +456532,0,0,0,0,0 +456533,0,0,0,0,0 +456534,0,0,0,0,0 +456535,0,0,0,0,0 +456536,0,0,0,0,0 +456537,0,0,0,0,0 +456538,0,0,0,0,0 +456539,0,0,0,0,0 +456540,0,0,0,0,0 +456541,0,0,0,0,0 +456542,0,0,0,0,0 +456543,0,0,0,0,0 +456544,0,0,0,0,0 +456545,0,0,0,0,0 +456546,0,0,0,0,0 +456547,0,0,0,0,0 +456548,0,0,0,0,0 +456549,0,0,0,0,0 +456550,0,0,0,0,0 +456551,0,0,0,0,0 +456552,0,0,0,0,0 +456553,0,0,0,0,0 +456554,0,0,0,0,0 +456555,0,0,0,0,0 +456556,0,0,0,0,0 +456557,0,0,0,0,0 +456558,0,0,0,0,0 +456559,0,0,0,0,0 +456560,0,0,0,0,0 +456561,0,0,0,0,0 +456562,0,0,0,0,0 +456563,0,0,0,0,0 +456564,0,0,0,0,0 +456565,0,0,0,0,0 +456566,0,0,0,0,0 +456567,0,0,0,0,0 +456568,0,0,0,0,0 +456569,0,0,0,0,0 +456570,0,0,0,0,0 +456571,0,0,0,0,0 +456572,0,0,0,0,0 +456573,0,0,0,0,0 +456574,0,0,0,0,0 +456575,0,0,0,0,0 +456576,0,0,0,0,0 +456577,0,0,0,0,0 +456578,0,0,0,0,0 +456579,0,0,0,0,0 +456580,0,0,0,0,0 +456581,0,0,0,0,0 +456582,0,0,0,0,0 +456583,0,0,0,0,0 +456584,0,0,0,0,0 +456585,0,0,0,0,0 +456586,0,0,0,0,0 +456587,0,0,0,0,0 +456588,0,0,0,0,0 +456589,0,0,0,0,0 +456590,0,0,0,0,0 +456591,0,0,0,0,0 +456592,0,0,0,0,0 +456593,0,0,0,0,0 +456594,0,0,0,0,0 +456595,0,0,0,0,0 +456596,0,0,0,0,0 +456597,0,0,0,0,0 +456598,0,0,0,0,0 +456599,0,0,0,0,0 +456600,0,0,0,0,0 +456601,0,0,0,0,0 +456602,0,0,0,0,0 +456603,0,0,0,0,0 +456604,0,0,0,0,0 +456605,0,0,0,0,0 +456606,0,0,0,0,0 +456607,0,0,0,0,0 +456608,0,0,0,0,0 +456609,0,0,0,0,0 +456610,0,0,0,0,0 +456611,0,0,0,0,0 +456612,0,0,0,0,0 +456613,0,0,0,0,0 +456614,0,0,0,0,0 +456615,0,0,0,0,0 +456616,0,0,0,0,0 +456617,0,0,0,0,0 +456618,0,0,0,0,0 +456619,0,0,0,0,0 +456620,0,0,0,0,0 +456621,0,0,0,0,0 +456622,0,0,0,0,0 +456623,0,0,0,0,0 +456624,0,0,0,0,0 +456625,0,0,0,0,0 +456626,0,0,0,0,0 +456627,0,0,0,0,0 +456628,0,0,0,0,0 +456629,0,0,0,0,0 +456630,0,0,0,0,0 +456631,0,0,0,0,0 +456632,0,0,0,0,0 +456633,0,0,0,0,0 +456634,0,0,0,0,0 +456635,0,0,0,0,0 +456636,0,0,0,0,0 +456637,0,0,0,0,0 +456638,0,0,0,0,0 +456639,0,0,0,0,0 +456640,0,0,0,0,0 +456641,0,0,0,0,0 +456642,0,0,0,0,0 +456643,0,0,0,0,0 +456644,0,0,0,0,0 +456645,0,0,0,0,0 +456646,0,0,0,0,0 +456647,0,0,0,0,0 +456648,0,0,0,0,0 +456649,0,0,0,0,0 +456650,0,0,0,0,0 +456651,0,0,0,0,0 +456652,0,0,0,0,0 +456653,0,0,0,0,0 +456654,0,0,0,0,0 +456655,0,0,0,0,0 +456656,0,0,0,0,0 +456657,0,0,0,0,0 +456658,0,0,0,0,0 +456659,0,0,0,0,0 +456660,0,0,0,0,0 +456661,0,0,0,0,0 +456662,0,0,0,0,0 +456663,0,0,0,0,0 +456664,0,0,0,0,0 +456665,0,0,0,0,0 +456666,0,0,0,0,0 +456667,0,0,0,0,0 +456668,0,0,0,0,0 +456669,0,0,0,0,0 +456670,0,0,0,0,0 +456671,0,0,0,0,0 +456672,0,0,0,0,0 +456673,0,0,0,0,0 +456674,0,0,0,0,0 +456675,0,0,0,0,0 +456676,0,0,0,0,0 +456677,0,0,0,0,0 +456678,0,0,0,0,0 +456679,0,0,0,0,0 +456680,0,0,0,0,0 +456681,0,0,0,0,0 +456682,0,0,0,0,0 +456683,0,0,0,0,0 +456684,0,0,0,0,0 +456685,0,0,0,0,0 +456686,0,0,0,0,0 +456687,0,0,0,0,0 +456688,0,0,0,0,0 +456689,0,0,0,0,0 +456690,0,0,0,0,0 +456691,0,0,0,0,0 +456692,0,0,0,0,0 +456693,0,0,0,0,0 +456694,0,0,0,0,0 +456695,0,0,0,0,0 +456696,0,0,0,0,0 +456697,0,0,0,0,0 +456698,0,0,0,0,0 +456699,0,0,0,0,0 +456700,0,0,0,0,0 +456701,0,0,0,0,0 +456702,0,0,0,0,0 +456703,0,0,0,0,0 +456704,0,0,0,0,0 +456705,0,0,0,0,0 +456706,0,0,0,0,0 +456707,0,0,0,0,0 +456708,0,0,0,0,0 +456709,0,0,0,0,0 +456710,0,0,0,0,0 +456711,0,0,0,0,0 +456712,0,0,0,0,0 +456713,0,0,0,0,0 +456714,0,0,0,0,0 +456715,0,0,0,0,0 +456716,0,0,0,0,0 +456717,0,0,0,0,0 +456718,0,0,0,0,0 +456719,0,0,0,0,0 +456720,0,0,0,0,0 +456721,0,0,0,0,0 +456722,0,0,0,0,0 +456723,0,0,0,0,0 +456724,0,0,0,0,0 +456725,0,0,0,0,0 +456726,0,0,0,0,0 +456727,0,0,0,0,0 +456728,0,0,0,0,0 +456729,0,0,0,0,0 +456730,0,0,0,0,0 +456731,0,0,0,0,0 +456732,0,0,0,0,0 +456733,0,0,0,0,0 +456734,0,0,0,0,0 +456735,0,0,0,0,0 +456736,0,0,0,0,0 +456737,0,0,0,0,0 +456738,0,0,0,0,0 +456739,0,0,0,0,0 +456740,0,0,0,0,0 +456741,0,0,0,0,0 +456742,0,0,0,0,0 +456743,0,0,0,0,0 +456744,0,0,0,0,0 +456745,0,0,0,0,0 +456746,0,0,0,0,0 +456747,0,0,0,0,0 +456748,0,0,0,0,0 +456749,0,0,0,0,0 +456750,0,0,0,0,0 +456751,0,0,0,0,0 +456752,0,0,0,0,0 +456753,0,0,0,0,0 +456754,0,0,0,0,0 +456755,0,0,0,0,0 +456756,0,0,0,0,0 +456757,0,0,0,0,0 +456758,0,0,0,0,0 +456759,0,0,0,0,0 +456760,0,0,0,0,0 +456761,0,0,0,0,0 +456762,0,0,0,0,0 +456763,0,0,0,0,0 +456764,0,0,0,0,0 +456765,0,0,0,0,0 +456766,0,0,0,0,0 +456767,0,0,0,0,0 +456768,0,0,0,0,0 +456769,0,0,0,0,0 +456770,0,0,0,0,0 +456771,0,0,0,0,0 +456772,0,0,0,0,0 +456773,0,0,0,0,0 +456774,0,0,0,0,0 +456775,0,0,0,0,0 +456776,0,0,0,0,0 +456777,0,0,0,0,0 +456778,0,0,0,0,0 +456779,0,0,0,0,0 +456780,0,0,0,0,0 +456781,0,0,0,0,0 +456782,0,0,0,0,0 +456783,0,0,0,0,0 +456784,0,0,0,0,0 +456785,0,0,0,0,0 +456786,0,0,0,0,0 +456787,0,0,0,0,0 +456788,0,0,0,0,0 +456789,0,0,0,0,0 +456790,0,0,0,0,0 +456791,0,0,0,0,0 +456792,0,0,0,0,0 +456793,0,0,0,0,0 +456794,0,0,0,0,0 +456795,0,0,0,0,0 +456796,0,0,0,0,0 +456797,0,0,0,0,0 +456798,0,0,0,0,0 +456799,0,0,0,0,0 +456800,0,0,0,0,0 +456801,0,0,0,0,0 +456802,0,0,0,0,0 +456803,0,0,0,0,0 +456804,0,0,0,0,0 +456805,0,0,0,0,0 +456806,0,0,0,0,0 +456807,0,0,0,0,0 +456808,0,0,0,0,0 +456809,0,0,0,0,0 +456810,0,0,0,0,0 +456811,0,0,0,0,0 +456812,0,0,0,0,0 +456813,0,0,0,0,0 +456814,0,0,0,0,0 +456815,0,0,0,0,0 +456816,0,0,0,0,0 +456817,0,0,0,0,0 +456818,0,0,0,0,0 +456819,0,0,0,0,0 +456820,0,0,0,0,0 +456821,0,0,0,0,0 +456822,0,0,0,0,0 +456823,0,0,0,0,0 +456824,0,0,0,0,0 +456825,0,0,0,0,0 +456826,0,0,0,0,0 +456827,0,0,0,0,0 +456828,0,0,0,0,0 +456829,0,0,0,0,0 +456830,0,0,0,0,0 +456831,0,0,0,0,0 +456832,0,0,0,0,0 +456833,0,0,0,0,0 +456834,0,0,0,0,0 +456835,0,0,0,0,0 +456836,0,0,0,0,0 +456837,0,0,0,0,0 +456838,0,0,0,0,0 +456839,0,0,0,0,0 +456840,0,0,0,0,0 +456841,0,0,0,0,0 +456842,0,0,0,0,0 +456843,0,0,0,0,0 +456844,0,0,0,0,0 +456845,0,0,0,0,0 +456846,0,0,0,0,0 +456847,0,0,0,0,0 +456848,0,0,0,0,0 +456849,0,0,0,0,0 +456850,0,0,0,0,0 +456851,0,0,0,0,0 +456852,0,0,0,0,0 +456853,0,0,0,0,0 +456854,0,0,0,0,0 +456855,0,0,0,0,0 +456856,0,0,0,0,0 +456857,0,0,0,0,0 +456858,0,0,0,0,0 +456859,0,0,0,0,0 +456860,0,0,0,0,0 +456861,0,0,0,0,0 +456862,0,0,0,0,0 +456863,0,0,0,0,0 +456864,0,0,0,0,0 +456865,0,0,0,0,0 +456866,0,0,0,0,0 +456867,0,0,0,0,0 +456868,0,0,0,0,0 +456869,0,0,0,0,0 +456870,0,0,0,0,0 +456871,0,0,0,0,0 +456872,0,0,0,0,0 +456873,0,0,0,0,0 +456874,0,0,0,0,0 +456875,0,0,0,0,0 +456876,0,0,0,0,0 +456877,0,0,0,0,0 +456878,0,0,0,0,0 +456879,0,0,0,0,0 +456880,0,0,0,0,0 +456881,0,0,0,0,0 +456882,0,0,0,0,0 +456883,0,0,0,0,0 +456884,0,0,0,0,0 +456885,0,0,0,0,0 +456886,0,0,0,0,0 +456887,0,0,0,0,0 +456888,0,0,0,0,0 +456889,0,0,0,0,0 +456890,0,0,0,0,0 +456891,0,0,0,0,0 +456892,0,0,0,0,0 +456893,0,0,0,0,0 +456894,0,0,0,0,0 +456895,0,0,0,0,0 +456896,0,0,0,0,0 +456897,0,0,0,0,0 +456898,0,0,0,0,0 +456899,0,0,0,0,0 +456900,0,0,0,0,0 +456901,-1675.39503,-802.2980826,-1651.406666,-802.1665291,-868.3501608 +456902,-1712.31656,-724.8274918,-1685.284934,-724.6959392,-971.3383893 +456903,-1440.377746,-623.8480837,-1421.645565,-623.7188279,-762.6475486 +456904,-1544.669601,-649.6404184,-1519.688992,-651.6374704,-881.3528712 +456905,-1490.748522,-623.5018209,-1465.443009,-628.9505784,-851.0514232 +456906,-1556.319033,-648.2268088,-1528.203065,-657.4810517,-890.5122963 +456907,-1657.287334,-688.1744969,-1625.719285,-701.1436215,-950.1328743 +456908,-1709.533681,-108.5224158,-1675.643712,-724.0950753,-980.7714387 +456909,-937.4192885,-367.551899,-1001.090456,-599.4457036,-945.5201518 +456910,-1012.140844,-280.5438714,-900.6375225,-376.559353,-866.1204816 +456911,-1090.630183,-250.8313649,-1061.454736,-521.9916298,-770.7118162 +456912,-1013.617604,-229.7504446,-962.2523764,-466.5763421,-741.1476278 +456913,-999.646848,-210.0394425,-948.8583625,-459.2181612,-846.4415006 +456914,-990.7608567,-197.1428423,-931.1770778,-452.8429121,-801.2167191 +456915,-975.1215323,-181.5010133,-920.7314051,-447.7827842,-737.6511371 +456916,-968.7297116,-166.3647309,-906.4070387,-441.8375162,-745.3146342 +456917,-955.9565797,-150.0702292,-894.9464087,-436.4712774,-645.7050213 +456918,-910.7041727,-119.800151,-846.0089598,-415.8871386,-679.1261786 +456919,-991.0396696,-142.2149518,-926.4641928,-448.5507452,-597.6137985 +456920,-902.6269422,-93.15710436,-834.6642603,-411.0460754,-705.9460173 +456921,-922.5322297,-90.87020892,-853.0086881,-418.4031501,-572.0056476 +456922,-877.5748477,-61.99035171,-809.739671,-398.7081739,-665.5661061 +456923,-945.4303626,-74.69004738,-873.5540086,-426.3994535,-627.5966953 +456924,-869.6810397,-34.13329934,-798.1079342,-392.9575152,-452.7807435 +456925,-886.51341,-29.02342821,-813.3667474,-400.2457487,-670.4357929 +456926,-874.4851993,-11.59205633,-799.1318911,-393.6265576,-611.173754 +456927,-864.9444664,3.788212106,-790.7551025,-388.2439473,-581.4469888 +456928,-858.1677242,19.10894355,-782.8676632,-385.5981093,-562.8660276 +456929,-847.5264392,32.55537387,-771.7708154,-380.0902197,-330.623524 +456930,-843.1288341,44.96560712,-767.5583404,-377.0324232,-642.4798966 +456931,-831.9756346,72.61879281,-758.016535,-372.4561569,-445.0954082 +456932,-826.4477854,44.95729263,-749.8954308,-368.5259864,-671.0200881 +456933,-817.6823076,45.46585816,-743.9023711,-364.5828366,-608.9775682 +456934,-809.7530513,46.61484702,-735.6082001,-360.1161289,-577.6701394 +456935,-803.2000592,48.23756999,-728.9577268,-357.4116946,-557.4116323 +456936,-793.5674581,124.9236735,-722.1677927,-352.4679665,-316.9905183 +456937,-788.3176732,89.06996613,-715.5317455,-349.1877814,-573.6678316 +456938,-780.8276572,51.57358154,-707.4740317,-345.222382,-713.3225437 +456939,-772.0905124,53.52845477,-702.511573,-341.4869687,-642.5825245 +456940,-767.2282792,107.5027546,-694.6901592,-338.0790174,-459.8744198 +456941,-758.1692299,58.35183707,-690.8241416,-334.9908969,-666.0395858 +456942,-752.5544029,102.7734241,-681.4258955,-329.7542046,-516.1463887 +456943,-743.3369813,62.95271229,-677.3960458,-328.5778068,-682.6810619 +456944,-738.8072993,65.55528517,-671.1321294,-322.8065613,-625.6923796 +456945,-729.9851667,119.037829,-663.3314027,-320.5061875,-450.106252 +456946,-725.3923659,70.93668619,-660.5987275,-316.925003,-656.4729126 +456947,-716.2874362,73.6597455,-652.1152953,-313.6856842,-604.9518421 +456948,-711.8627719,130.476169,-647.2477319,-310.0131151,-422.1980051 +456949,-702.5781077,78.92565246,-642.078886,-307.0041329,-645.049781 +456950,-699.181344,81.67935488,-635.5901719,-303.3262006,-596.1834075 +456951,-688.9315967,139.444118,-630.5842934,-300.5137299,-411.4207406 +456952,-684.598398,87.11577467,-624.6642821,-296.6222257,-639.3086336 +456953,-677.7410803,89.93127622,-620.6716869,-293.8059296,-592.4704467 +456954,-671.0131632,147.106304,-613.6485602,-290.6245651,-409.9753197 +456955,-665.8234902,95.54473144,-607.7996772,-287.7719997,-636.4452777 +456956,-656.7791838,98.42110618,-605.0773268,-283.8947355,-591.5116532 +456957,-652.3388273,153.5225466,-596.6620259,-281.1705315,-417.47033 +456958,-645.5312855,104.2078593,-593.0449921,-278.2468941,-636.1397166 +456959,-638.55335,107.1460798,-587.0367515,-274.2805539,-592.7853193 +456960,-632.7579218,110.4927399,-581.2614303,-272.0228483,-553.085375 +456961,95.15967145,113.9183437,95.0749115,43.09923172,157.4193742 +456962,103.0188405,125.8153338,103.8242841,46.8365784,184.4151734 +456963,114.9520343,141.460305,116.8680237,52.43958428,224.1542424 +456964,127.4924822,157.2366054,130.4247309,58.24737129,265.4190653 +456965,139.0008094,171.4322694,142.7847953,63.50068474,303.2006238 +456966,149.2254491,183.8306046,153.7220115,68.10504474,335.8887282 +456967,158.3615867,194.744148,163.4700268,72.17401009,364.26144 +456968,166.4741365,204.5302128,172.3024084,75.83815825,389.3578365 +456969,173.8162934,213.4485276,180.4124962,79.18956963,411.8863216 +456970,180.6256353,221.670633,187.9243904,82.23392531,432.2685184 +456971,187.0134957,229.3174347,194.9253938,85.03749987,450.7851677 +456972,193.0395641,236.4837418,201.4859316,87.6606707,467.6625813 +456973,198.7508498,243.248589,207.6669495,90.14360853,483.1020084 +456974,204.1915183,249.6786327,213.5216526,92.51205546,497.2842781 +456975,209.4021198,419.6540818,219.0958592,94.78430537,510.3689161 +456976,214.4179454,475.5295282,224.4285478,96.97497297,522.4946276 +456977,219.2686027,449.5100123,229.5526536,99.0963077,533.7811087 +456978,223.9785654,494.2567702,234.4959424,101.1585631,544.3314542 +456979,228.5679725,517.4767788,239.2817956,103.170172,554.2344069 +456980,232.7363535,539.9869506,243.6127704,104.9938642,562.9899213 +456981,237.2064614,561.8849554,248.2145394,106.9575761,571.9530444 +456982,241.5842406,584.0725333,252.695471,108.881402,580.4439059 +456983,245.8801679,605.1546345,257.0680271,110.7694081,588.5136567 +456984,250.1046781,626.3807998,261.344348,112.6257657,596.2094137 +456985,254.2636774,647.1646097,265.5347566,114.4537405,603.5734573 +456986,258.3670406,667.8303731,269.649163,116.2569052,610.6426514 +456987,262.4234162,688.7519949,273.6959932,118.0416128,617.448725 +456988,266.439139,708.952029,277.6820673,119.8049717,624.0189004 +456989,270.4188037,728.9708152,281.6128986,121.5444374,630.376573 +456990,274.3659708,749.2999949,285.4930292,123.260217,636.5419511 +456991,278.2836022,767.1211377,289.3262818,124.9540757,642.532615 +456992,282.1662524,784.6860347,293.1113486,126.6260619,648.3638123 +456993,286.0113841,801.6360053,296.8479308,128.2766192,654.0488271 +456994,289.8200741,819.1549983,300.5375849,129.906834,659.5992985 +456995,293.5950004,835.1660535,304.1827381,131.5180389,665.0254902 +456996,297.3389979,851.6800553,307.7858553,133.1115008,670.336427 +456997,301.0630675,867.7187521,311.3491447,134.688325,675.5402032 +456998,304.7574455,883.5279897,314.8744979,136.2494447,680.6439778 +456999,308.4138826,898.8308171,318.3635305,137.7956461,685.6540304 +457000,312.0307346,914.6559066,321.8176391,139.3275982,690.5758885 +457001,315.6102306,938.1902472,325.2380855,140.8458951,695.4145511 +457002,319.1555784,957.4654105,328.6259951,142.351058,700.1744655 +457003,322.6696885,976.5409634,331.9823975,143.8435566,704.8596752 +457004,326.1548981,995.3396552,335.3082216,145.3238079,709.47379 +457005,329.6131105,1013.821846,338.604332,146.792195,714.0201272 +457006,333.0459146,1032.155825,341.8715154,148.2490614,718.5016564 +457007,336.4546998,1050.162209,345.1105123,149.6947264,722.9211275 +457008,339.8406909,1067.964682,348.3220141,151.1294848,727.2810311 +457009,343.204974,1085.531242,351.5066705,152.5536104,731.5836793 +457010,346.548516,1102.825679,354.6650961,153.9673593,735.8311773 +457011,349.8721871,1120.012615,357.7978807,155.3709754,740.0255092 +457012,353.1767597,1136.891686,360.9055791,156.7646857,744.1684757 +457013,356.4629426,1153.546138,363.9887333,158.1487105,748.2617985 +457014,359.7313755,1170.111758,367.0478591,159.5232577,752.3070496 +457015,362.982648,1186.322299,370.0834578,160.8885284,756.3057368 +457016,366.2173076,1202.498592,373.0960118,162.2447144,760.2592449 +457017,369.4358962,1217.859083,376.0859911,163.592002,764.1689118 +457018,372.6389411,1234.308608,379.0538509,164.9305704,768.0359714 +457019,375.8269492,1249.436908,382.0000384,166.2605953,771.8616299 +457020,379.0003938,1264.991404,384.9249835,167.5822444,775.6469934 +457021,382.1813751,1449.076913,387.8507572,168.9055225,779.4325111 +457022,392.3785679,1466.259719,397.7912069,173.3798137,796.4702866 +457023,406.1069716,1482.571238,411.2657824,179.3903721,820.1894431 +457024,419.8607768,1498.181913,424.7692505,185.3401311,844.1006599 +457025,432.1860075,1513.846088,436.8454049,190.5861792,865.538236 +457026,442.9473996,1529.073681,447.3560865,195.0911117,884.2302591 +457027,452.444,1544.149994,456.5980206,199.0106874,900.6729815 +457028,460.9807096,1558.954117,464.8746167,202.4963106,915.3697025 +457029,468.619853,1573.737649,472.3943859,205.6503439,928.661851 +457030,475.5552667,1588.257473,479.2913604,208.5377122,940.7689885 +457031,481.955608,1602.426969,485.6605143,211.2036483,951.8503859 +457032,487.9346864,1616.736975,491.5781426,213.6837939,962.0376768 +457033,493.568365,1630.671619,497.0128771,216.0080731,971.4464262 +457034,498.9124326,1644.51912,502.0684195,218.2017738,980.1782266 +457035,504.0121533,1664.57431,506.843868,220.286029,988.3215512 +457036,508.9055866,1672.204487,511.4026814,222.2782901,995.9525425 +457037,513.624777,1694.470632,515.7828712,224.1929005,1003.136585 +457038,518.1963886,1697.174484,520.0101732,226.0416354,1009.929735 +457039,522.6424985,1694.157448,524.1051035,227.8341865,1016.380206 +457040,526.9813162,1735.138705,528.0852348,229.5785398,1022.529461 +457041,531.2279012,1734.080708,531.9656892,231.2812884,1028.413244 +457042,535.3947251,1749.661468,535.7592559,232.9478847,1034.062381 +457043,539.4921454,1762.120693,539.4766207,234.582841,1039.50349 +457044,543.5287557,1774.535337,543.1266537,236.1898956,1044.759529 +457045,547.5117139,1786.733033,546.7167493,237.7721526,1049.850361 +457046,551.4470157,1798.816339,550.2551565,239.3321966,1054.79322 +457047,555.3397019,1810.834996,553.737406,240.8721923,1271.428081 +457048,559.1939244,1822.440706,557.1606617,242.3939357,1197.646694 +457049,563.0131104,1834.281459,560.5269265,243.8989196,1228.935564 +457050,566.8003831,1845.819679,563.8406723,245.388384,1249.972659 +457051,570.5469395,1856.361125,567.1066678,246.8633682,1265.19615 +457052,574.2418203,1866.902344,570.3235511,248.3223173,1280.12638 +457053,577.8819702,1877.305416,573.4911164,249.7643933,1294.50252 +457054,635.1284282,1887.19831,576.6113591,251.1898929,1309.155387 +457055,717.2816731,1897.294941,579.6872936,252.599666,1322.777925 +457056,700.0278249,1907.043139,632.7584327,253.9946486,1336.973798 +457057,719.4131126,1916.465994,711.5909606,255.3756572,1350.32139 +457058,737.115743,1925.843422,674.2131973,256.7433547,1364.078131 +457059,755.0290378,1930.000993,710.1546145,258.098278,1376.96981 +457060,769.2075244,1938.064808,723.3241075,259.5026024,1389.971994 +457061,782.9764923,1946.574384,735.3158898,260.9352147,1402.968211 +457062,796.4897692,1954.824345,746.9936164,262.3651399,1415.444524 +457063,809.8033527,1963.178225,758.5196686,263.7763921,1427.718513 +457064,823.0214358,1971.343083,769.7689421,272.2858597,1440.243428 +457065,835.6502287,1979.30572,780.7627855,326.4562671,1452.167978 +457066,848.7709869,1987.453662,791.5519539,304.8248889,1464.101952 +457067,861.0770203,1995.052531,802.1957879,317.4605752,1475.839767 +457068,873.716188,2002.790135,812.9770418,324.274462,1487.228959 +457069,885.5854686,2010.304434,822.8297655,329.7600899,1498.96142 +457070,898.1513064,2017.698193,833.3968424,335.3253184,1510.294899 +457071,909.6284086,2025.052624,843.3148254,340.7991643,1521.096804 +457072,922.0719994,2032.043185,852.9372879,346.1583678,1532.229088 +457073,933.1854853,2039.105466,862.8741643,351.3625463,1543.016894 +457074,944.8823385,2045.861782,872.2520856,356.6756162,1553.696638 +457075,956.3785456,2052.730505,881.8822868,361.6584467,1563.980329 +457076,967.8786981,2059.267427,891.3067516,366.7260787,1574.823471 +457077,978.3952198,2065.753397,900.150475,371.6586457,1584.884909 +457078,990.0728266,2072.189677,909.0583075,376.5206679,1595.076636 +457079,1000.640377,2078.265039,918.5186875,381.3203438,1605.093844 +457080,1011.418618,2084.415375,926.9778579,386.1710188,1614.952299 +457081,1028.847051,2093.414349,942.2211319,393.2987103,1647.03134 +457082,1040.518256,2099.883116,951.6242612,398.5794691,1658.700807 +457083,1051.394512,2105.966068,961.0891999,403.3174744,1669.951891 +457084,1062.322551,2112.197853,969.9528687,408.1643348,1680.794231 +457085,1073.448699,2117.804109,978.6784089,412.6673419,1691.336861 +457086,1083.895509,2123.55081,987.2608092,417.4317193,1701.643637 +457087,1094.443834,2129.053965,995.5316196,421.6331454,1711.761799 +457088,1104.539721,2134.433032,1004.210694,426.2496566,1721.676982 +457089,1115.289348,2139.678889,1012.374754,430.5088108,1731.540061 +457090,1125.217503,2144.793272,1020.717274,434.8123739,1741.186148 +457091,1135.335329,2149.87918,1028.395307,438.9433512,1750.304058 +457092,1145.297109,2154.587225,1036.498238,443.3658102,1760.36573 +457093,1155.16313,2166.20522,1044.311201,447.2461977,1769.398752 +457094,1164.932732,2157.358529,1051.829709,451.3129989,1778.539531 +457095,1174.305705,2190.087661,1059.909404,455.4639279,1787.701511 +457096,1184.394601,2143.286425,1067.293885,459.3540527,1796.577144 +457097,1193.643776,2191.260136,1074.846096,463.2914138,1805.498732 +457098,1203.114587,2177.883236,1082.270687,467.1558724,1814.212641 +457099,1212.782403,2185.190413,1089.586127,470.9867481,1822.865234 +457100,1221.523238,2188.917122,1096.900469,474.645498,1831.35898 +457101,1230.931224,2192.752202,1104.074412,478.5794105,1839.927213 +457102,1239.963865,2196.371459,1111.168514,482.1815153,1848.120881 +457103,1248.929079,2199.88732,1118.266535,485.9925735,1856.445814 +457104,1257.516796,2203.286378,1125.226661,489.396107,1864.691596 +457105,1266.917744,2206.547548,1132.033547,492.9166758,1872.365401 +457106,1275.406912,2209.732724,1138.994719,496.6615522,1880.709983 +457107,1284.17704,2212.870078,1145.650236,500.0350577,1888.321814 +457108,1292.856389,2215.676055,1152.490002,503.5534175,1896.384398 +457109,1301.309452,2218.450399,1159.02214,506.9544574,1903.82856 +457110,1309.860578,2221.298951,1165.663937,510.1986951,1911.597151 +457111,1317.998614,2223.385612,1172.009059,513.7359619,1918.996581 +457112,1326.185755,2225.360887,1178.388262,516.8842763,1926.615847 +457113,1334.137587,2227.161119,1184.577695,520.2890021,1933.983434 +457114,1342.067771,2228.813265,1190.825976,523.2277866,1941.330783 +457115,1349.950952,2230.324966,1196.886073,526.5027193,1948.599162 +457116,1357.744825,2231.700539,1203.016755,529.5961565,1952.379026 +457117,1365.47845,2232.943604,1208.955838,532.5162748,1958.275035 +457118,1373.136895,2234.163732,1214.935348,535.8341634,1962.803037 +457119,1380.721901,2234.994827,1220.476448,538.7334982,1968.646989 +457120,1388.199024,2235.928554,1226.816465,541.7585291,1978.725217 +457121,1395.764753,2236.649341,1232.407667,544.7261546,1975.49567 +457122,1402.999686,2237.263163,1238.168875,547.6649363,1992.513505 +457123,1410.38158,2237.757349,1243.866516,550.5756892,1980.345159 +457124,1417.54005,2238.132591,1249.459137,553.4589521,1981.003493 +457125,1424.7621,2238.390608,1255.157693,556.3155649,2004.689598 +457126,1431.926703,2238.533153,1260.556634,559.1459944,1998.979586 +457127,1438.9041,2238.560961,1266.16055,561.7662687,2005.909758 +457128,1445.935868,2238.475497,1271.613966,564.8335958,2010.425458 +457129,1452.910918,2238.277824,1276.914023,567.4487334,2014.926528 +457130,1459.69628,2237.969007,1282.377232,570.2127622,2019.552662 +457131,1466.541279,2237.550247,1287.609909,572.9210782,2023.838555 +457132,1473.333503,2237.022405,1293.009688,575.6066947,2028.354106 +457133,1479.948419,2236.386607,1298.141987,578.269622,2032.523613 +457134,1486.654262,2235.643691,1303.332564,580.9103218,2036.990265 +457135,1493.335729,2234.794666,1308.6014,583.52947,2041.265277 +457136,1499.8467,2233.840254,1313.55892,586.1272909,2045.403191 +457137,1506.462042,2232.781489,1318.757897,588.7043768,2049.579253 +457138,1512.996922,2231.618985,1323.754762,591.260969,2053.899046 +457139,1518.977973,2230.353712,1328.717782,593.7976468,2057.858736 +457140,1526.296541,2228.986295,1333.811665,596.089706,2062.00277 +457141,1415.715907,2173.957194,1221.397991,545.7897033,1863.236035 +457142,1419.436281,2171.332628,1224.564277,547.1034568,1846.921445 +457143,1425.691692,2168.970658,1228.674156,549.2647211,1851.065506 +457144,1430.966364,2166.67451,1232.618892,551.2338858,1862.706003 +457145,1437.114248,2164.362482,1237.195408,553.4640718,1859.328165 +457146,1442.810812,2162.008422,1241.202561,555.5190686,1863.13313 +457147,1448.952231,2159.59462,1245.872478,557.7886205,1865.782282 +457148,1454.812583,2157.110968,1250.034989,559.8618363,1868.297658 +457149,1460.463416,2154.552138,1254.622073,562.1369216,1870.969689 +457150,1467.138995,2151.91555,1258.837269,564.2092572,1873.672924 +457151,1472.902295,2149.199845,1263.414076,566.2592128,1876.156658 +457152,1479.014184,2146.404369,1267.623621,568.67093,1879.034512 +457153,1485.061931,2143.528699,1272.142071,570.7648051,1881.529346 +457154,1491.104703,2140.571762,1276.476117,572.8625172,1884.254151 +457155,1497.317452,2137.53296,1280.859105,575.1195977,1886.902666 +457156,1503.238349,2134.414482,1285.180962,577.169686,1889.630068 +457157,1509.531487,2131.215629,1289.677641,579.6433795,1892.187377 +457158,1515.385732,2128.040258,1293.859339,581.34882,1894.880665 +457159,1521.801452,2124.525133,1298.33914,583.7430252,1897.530391 +457160,1527.694759,2121.161656,1302.57934,585.7385966,1900.247771 +457161,1534.036795,2117.625511,1307.057841,587.9615393,1902.698744 +457162,1539.921785,2114.024485,1311.213422,589.6930698,1905.580629 +457163,1546.38094,2110.351327,1315.648766,592.379429,1908.034698 +457164,1552.230379,2106.692538,1322.960796,594.1565516,1914.022341 +457165,1558.799695,2108.173934,1333.176179,596.4158915,1908.397904 +457166,1564.549999,2109.451546,1327.881577,598.4150605,1918.265532 +457167,1571.11191,2094.223419,1316.200797,600.6103799,1918.141435 +457168,1576.983098,2071.216627,1347.243022,602.6004114,1921.071136 +457169,1583.507567,2098.82383,1338.820828,604.7841474,1923.829459 +457170,1589.408069,2079.282201,1345.366761,606.7644323,1926.33331 +457171,1595.718673,2099.866294,1350.112514,609.0227013,1928.842338 +457172,1601.733197,2042.881406,1354.460179,611.0876362,1931.532723 +457173,1607.684256,2098.651836,1359.008431,613.3605408,1944.914577 +457174,1613.860981,2033.066735,1363.350351,615.4279368,1919.958542 +457175,1622.902977,2069.614382,1368.080645,617.7018604,1960.980211 +457176,1642.649715,2060.033272,1372.253342,619.7663218,1932.567425 +457177,1627.952609,2035.661453,1376.963298,621.6884314,1952.477319 +457178,1615.007145,2058.029432,1381.234225,624.2542537,1943.577738 +457179,1659.053369,2028.928468,1392.293354,626.3188937,1949.640492 +457180,1646.206887,2032.51845,1393.34398,628.3615351,1952.411725 +457181,1656.394932,2024.973199,1380.439546,630.6963031,1954.468682 +457182,1662.243923,2019.00613,1407.216704,632.763863,1956.918513 +457183,1668.674458,2012.767299,1401.743635,634.9311904,1964.618572 +457184,1674.380314,2006.815429,1408.005617,637.0730817,1959.544345 +457185,1680.485758,2000.521425,1412.531866,639.2933905,1964.480379 +457186,1686.612366,1994.31451,1416.844536,641.3472304,1967.086494 +457187,1692.648685,1988.061894,1421.349205,643.5560077,1968.96062 +457188,1698.779848,1981.474296,1425.806873,645.6605565,1976.160831 +457189,1704.700274,1961.317742,1430.198035,647.9164133,1971.960345 +457190,1710.618967,1988.33325,1434.498686,649.8974243,1976.004565 +457191,1716.818495,1951.468808,1439.0651,652.1653648,1983.518745 +457192,1722.671449,1940.298921,1451.007359,654.1904288,1979.366496 +457193,1728.885862,1966.315521,1437.986456,656.3799489,1982.452002 +457194,1734.846507,1922.177127,1455.151271,658.4695036,1989.688258 +457195,1740.771171,1949.104423,1456.551656,660.6651903,1986.730955 +457196,1746.868697,1921.544373,1460.49124,662.6915643,1992.848442 +457197,1752.970232,1915.365972,1465.288583,664.9118112,1995.454181 +457198,1758.824938,1911.860718,1469.45359,666.9253207,1992.102582 +457199,1762.603719,1908.107608,1465.407372,665.4638484,1995.04337 +457200,1768.17534,1899.795282,1467.849846,666.8162986,1992.638117 +457201,1532.576438,1782.61533,1229.722308,559.4583797,1569.781829 +457202,1531.903579,1772.832124,1227.115398,557.7832134,1558.546501 +457203,1533.498934,1763.433083,1226.836519,558.0158903,1557.023076 +457204,1535.774272,1754.474239,1227.034986,558.1445395,1555.022769 +457205,1538.495972,1745.631968,1227.873303,558.6200998,1565.574984 +457206,1541.660678,1736.844112,1228.97522,558.8979668,1533.918509 +457207,1544.691842,1728.123112,1230.194353,560.0533948,1560.982898 +457208,1548.256129,1719.420167,1231.525472,560.4858135,1549.976596 +457209,1551.372715,1710.722329,1233.022775,561.381024,1554.139429 +457210,1555.113127,1702.018695,1234.303179,562.0444225,1552.989494 +457211,1560.646849,1693.307047,1236.048982,562.9482319,1546.924999 +457212,1566.67246,1684.587155,1249.107808,563.7566736,1550.181602 +457213,1572.36059,1675.859959,1226.380289,564.5860571,1548.691923 +457214,1579.0005,1667.122663,1242.769511,565.5358849,1548.528273 +457215,1585.041941,1658.383746,1244.158007,566.425253,1548.42048 +457216,1591.734818,1649.632536,1243.839986,567.3722347,1553.548105 +457217,1598.283937,1640.979805,1246.420578,568.3279345,1545.15063 +457218,1605.118255,1631.935319,1248.320784,569.2543738,1548.855275 +457219,1611.92467,1623.401843,1250.057131,570.3050092,1548.563759 +457220,1619.110248,1614.518468,1252.054266,571.2802951,1548.410895 +457221,1625.943343,1605.740882,1253.998427,572.3087744,1548.436758 +457222,1633.32379,1596.950039,1255.987383,573.3429955,1548.762898 +457223,1640.529037,1588.153612,1258.006117,574.3126241,1548.876139 +457224,1647.895584,1579.357977,1260.145354,575.3527578,1549.066564 +457225,1655.49646,1570.438615,1262.079425,576.4764986,1549.466447 +457226,1663.196922,1561.811426,1264.248729,577.5269275,1549.775402 +457227,1670.628976,1552.941742,1271.013467,578.6282453,1550.087163 +457228,1678.566434,1544.169943,1261.807565,579.7361692,1550.340781 +457229,1686.30772,1535.384662,1273.599912,580.8567707,1550.945847 +457230,1694.311737,1526.611565,1272.376702,581.9895988,1551.379924 +457231,1702.087856,1517.736112,1275.075913,583.154054,1551.699734 +457232,1710.081012,1508.740105,1277.434615,584.3338929,1552.413744 +457233,1717.920727,1515.431868,1279.751993,585.5269821,1552.8441 +457234,1725.806943,1468.991744,1282.185081,586.7320695,1558.560847 +457235,1743.329944,1498.319605,1284.401915,587.9490865,1546.768168 +457236,1732.12162,1463.214685,1286.849002,589.1324133,1562.868496 +457237,1751.117082,1468.29687,1289.233096,590.4371621,1553.103499 +457238,1759.662582,1454.854704,1291.647154,591.6546085,1556.205437 +457239,1766.151912,1446.99961,1294.079619,592.9205279,1557.33361 +457240,1774.721036,1438.189905,1296.528466,594.2342403,1557.582712 +457241,1783.19708,1429.573224,1299.089122,595.4451135,1558.528882 +457242,1791.425289,1420.610247,1306.340873,596.7640891,1559.296776 +457243,1799.987878,1412.135936,1296.64336,598.052569,1560.050867 +457244,1808.085849,1403.396196,1310.018393,599.3560477,1560.895431 +457245,1816.536006,1394.78132,1308.239417,600.6677528,1561.787275 +457246,1825.080048,1386.083774,1311.502365,601.9871061,1562.587493 +457247,1833.51735,1377.757446,1314.070548,603.3140317,1563.316417 +457248,1842.079402,1369.019875,1316.622166,604.6479291,1569.241654 +457249,1850.445682,1360.605441,1319.188834,605.9890325,1563.658886 +457250,1858.990334,1352.034895,1321.664465,607.2904005,1566.225224 +457251,1867.579627,1343.748241,1331.209634,608.7134093,1567.578874 +457252,1876.0489,1335.400729,1316.869492,610.0405301,1568.304914 +457253,1884.688594,1326.941414,1334.320461,611.4140675,1569.208658 +457254,1895.141277,1318.611968,1331.178824,612.7862329,1570.215754 +457255,1910.973199,1310.478907,1334.747514,614.1640329,1571.227753 +457256,1898.910257,1302.20909,1338.474933,615.5469041,1576.854102 +457257,1919.818629,1294.062148,1344.417765,616.9352126,1572.12358 +457258,1929.148586,1285.948244,1335.416321,618.3284581,1573.950082 +457259,1935.510062,1277.885596,1349.320614,619.7263886,1575.63812 +457260,1944.849094,1269.948374,1346.086854,621.1289155,1576.531033 +457261,2210.311579,1369.124141,1604.37219,729.1918153,1632.445542 +457262,2190.639917,1363.659605,1582.903356,732.4082715,1665.132411 +457263,2216.442335,1356.778034,1601.304295,735.084138,1703.223194 +457264,2224.277755,1350.342608,1604.484803,737.5069088,1735.214865 +457265,2234.233607,1343.50111,1602.991568,739.7991827,1759.436488 +457266,2244.482066,1336.726834,1618.143781,742.0564201,1777.01183 +457267,2254.312744,1329.916891,1609.363659,744.1207736,1790.388687 +457268,2264.342741,1323.122845,1626.039606,746.2589942,1800.964206 +457269,2273.939669,1316.347156,1622.244621,748.3189745,1809.825782 +457270,2273.344052,1305.467149,1621.760331,747.6918364,1816.897806 +457271,2280.955132,1298.26269,1623.863867,749.1225597,1822.395495 +457272,2289.751139,1291.035832,1626.791153,750.7885358,1827.096449 +457273,2298.689635,1284.095994,1630.066083,752.5064687,1831.472624 +457274,2307.87376,1277.372653,1633.14381,754.2376207,1835.637716 +457275,2317.032685,1274.422232,1636.394404,755.9152661,1839.582782 +457276,2325.903131,1269.795848,1639.540426,757.7206131,1843.289132 +457277,2335.061616,1265.026015,1642.740263,759.3996043,1846.763929 +457278,2344.169711,1260.359591,1645.81956,761.11519,1850.030185 +457279,2353.009249,1255.72275,1648.963073,762.8124745,1853.109066 +457280,2362.215172,1251.123017,1651.87375,764.4988786,1856.223481 +457281,2371.385701,1246.563055,1655.163132,766.1747709,1858.981872 +457282,2380.177153,1241.95647,1658.188935,767.8398562,1861.605042 +457283,2389.295675,1237.600377,1661.155771,769.4945074,1864.09731 +457284,2398.10766,1233.187491,1668.785027,771.1383559,1866.632836 +457285,2407.153749,1228.772345,1661.135224,772.772126,1868.914048 +457286,2424.299899,1224.315132,1676.346183,774.395051,1871.251391 +457287,2421.254013,1220.192646,1672.35373,776.0079641,1873.65771 +457288,2434.895716,1215.792386,1675.695901,777.610651,1875.646953 +457289,2443.302432,1211.660696,1679.481873,779.2030524,1877.495232 +457290,2451.541725,1207.411622,1682.144756,780.7852811,1879.391121 +457291,2460.961915,1203.178865,1684.536135,782.1800232,1881.242154 +457292,2470.577658,1198.805769,1686.920996,783.5279847,1883.054133 +457293,2479.967305,1194.604611,1689.199608,784.8470767,1884.834309 +457294,2489.324372,1190.379595,1691.41395,786.1419838,1886.57177 +457295,2498.999215,1209.825985,1693.555683,787.4154005,1888.212829 +457296,2508.192416,1146.695131,1695.801834,788.6681946,1889.910167 +457297,2517.907447,1194.807833,1697.72459,789.9016089,1891.644786 +457298,2527.327013,1180.286206,1700.051939,791.1162911,1893.252192 +457299,2536.941254,1154.370233,1702.00479,792.3129512,1895.013313 +457300,2546.230918,1183.709413,1708.669655,793.4920181,1896.603644 +457301,2555.916403,1144.124159,1700.301109,794.6539569,1898.158289 +457302,2565.20518,1169.319402,1713.49459,795.7989517,1899.644317 +457303,2574.843366,1146.261981,1704.895777,796.9278078,1901.12481 +457304,2592.334434,1152.786829,1716.879457,798.0403855,1902.831816 +457305,2582.866398,1145.582435,1713.36745,799.1378392,1904.421481 +457306,2614.817621,1142.454868,1715.100996,800.2196473,1905.86128 +457307,2610.339557,1138.786824,1717.556633,801.2865614,1907.421051 +457308,2622.294975,1135.167625,1719.258725,802.3387954,1908.819776 +457309,2632.86641,1131.604671,1720.808675,803.3766698,1910.143213 +457310,2641.869006,1128.175626,1722.539942,804.4002148,1911.529206 +457311,2651.412273,1124.623742,1724.200066,805.410184,1912.91005 +457312,2660.809549,1121.29513,1725.821398,806.4063374,1914.273515 +457313,2670.116359,1116.25369,1727.390592,807.4516152,1915.821703 +457314,2687.695084,1112.932643,1729.048125,808.3803616,1917.374151 +457315,2679.072586,1110.06338,1730.545415,809.4598263,1918.701227 +457316,2708.624955,1107.216223,1732.057245,810.5225886,1919.952354 +457317,2707.078026,1104.32396,1733.579512,811.6253785,1921.43181 +457318,2717.187288,1101.630628,1735.058993,813.0324027,1922.738101 +457319,2727.957589,1098.923498,1736.451945,814.6493565,1923.919234 +457320,2744.82208,1096.269176,1737.935472,816.3506885,1925.382976 +457321,2788.994672,1116.475774,1786.080304,841.0516201,1929.908912 +457322,2805.838952,1115.224685,1791.735287,844.2710914,1940.482331 +457323,2818.490577,1113.596016,1791.720018,846.9185653,1952.084689 +457324,2828.244347,1111.830925,1801.616463,849.6813271,1962.145034 +457325,2845.170627,1110.069941,1797.216194,852.2137429,1969.368486 +457326,2848.79386,1108.102147,1801.014771,854.9105636,1975.231252 +457327,2857.488512,1106.269105,1803.909628,857.5276389,1979.824098 +457328,2874.949605,1104.303055,1806.266101,860.1500566,1983.694495 +457329,2879.538265,1102.526859,1808.379835,862.7929986,1987.306097 +457330,2893.752236,1100.605366,1815.310764,865.4600119,1990.964742 +457331,2898.341728,1098.75472,1809.275784,868.1541023,1994.043975 +457332,2904.701812,1096.904787,1817.934498,870.8760072,1996.541444 +457333,2911.302802,1095.135445,1812.782959,873.6270823,1998.575249 +457334,2914.260665,1093.210342,1820.691823,876.4077073,2000.208158 +457335,2917.413239,1091.44636,1820.960231,879.2188972,2001.526679 +457336,2920.657047,1089.637688,1821.327521,882.0607791,2002.441164 +457337,2923.923769,1087.852978,1822.043838,884.9914985,2002.946845 +457338,2927.286688,1086.082089,1823.05313,887.752679,2003.181398 +457339,2930.782992,1084.32546,1824.198293,890.8165434,2003.258127 +457340,2934.428001,1082.582844,1825.121498,893.7351161,2003.238622 +457341,2938.138731,1080.854694,1824.497237,896.745335,2003.102446 +457342,2941.8116,1079.140722,1823.79262,899.7795006,2002.803884 +457343,2945.423523,1077.441291,1823.049554,902.8466609,2002.349925 +457344,2948.998856,1075.756144,1822.296331,905.9468372,2001.777145 +457345,2952.561802,1074.085668,1821.54209,909.0805967,2001.118021 +457346,2956.129596,1072.429629,1820.78864,912.2478732,2000.397492 +457347,2959.71327,1070.788379,1820.036781,915.3903346,1999.634386 +457348,2963.596062,1069.161681,1819.284989,918.7139489,1998.839567 +457349,2967.183492,1067.549864,1818.532746,921.9412431,1998.021576 +457350,2970.788469,1065.952681,1817.781148,925.3141865,1997.390142 +457351,2974.428836,1063.925517,1817.033939,927.6845257,1996.546043 +457352,2977.794487,1061.821006,1816.247588,930.1663129,1995.70134 +457353,2980.700984,1059.684828,1815.395754,932.5610875,1994.871902 +457354,2983.134619,1057.462122,1814.477579,934.9290134,1994.070126 +457355,2985.157554,1055.391879,1813.500354,939.4862693,1993.297583 +457356,2986.859213,1053.16483,1812.482866,938.587128,1992.564188 +457357,2988.298327,1050.987017,1811.43263,945.5767391,1991.866615 +457358,2989.524785,1048.791872,1810.361083,941.4929232,1991.209237 +457359,2990.551376,1046.657191,1809.263079,952.8074535,1990.57766 +457360,2991.414344,1044.352025,1808.152315,942.4017035,1989.982751 +457361,2992.102016,1042.187514,1807.014604,962.4849823,1989.400989 +457362,2992.931183,1039.961508,1805.872114,939.4658553,1988.855523 +457363,2993.283076,1037.741833,1804.693161,977.2793123,1988.301877 +457364,2993.536029,1035.519034,1803.526599,928.9588387,1987.797998 +457365,2993.711529,1033.293435,1802.377722,970.1854324,1987.347382 +457366,2993.694012,1031.065511,1801.169953,958.7237938,1986.850255 +457367,2993.538514,1028.835594,1799.936523,962.3243502,1986.345637 +457368,2993.282837,1026.60389,1798.700752,964.575337,1985.860195 +457369,2992.910184,1024.370736,1797.452199,966.351372,1985.378425 +457370,2992.423112,1022.136253,1796.192674,968.2146041,1984.900734 +457371,2991.822164,1019.900787,1794.922642,969.9822415,1984.426014 +457372,2991.107536,1017.66446,1793.642264,971.717679,1983.952911 +457373,2990.279416,1015.42757,1792.351775,973.4112041,1983.480278 +457374,2989.361728,1011.604491,1791.066598,969.5724194,1983.02637 +457375,2986.365633,1009.042253,1789.62797,970.1481911,1982.618128 +457376,2982.12689,1006.619751,1788.101804,971.1052852,1982.251822 +457377,2977.745287,1004.23885,1786.578713,972.1264871,1981.922877 +457378,2973.741173,1001.876614,1785.100039,973.1561659,1981.621148 +457379,2969.879597,999.5244876,1783.665917,974.1692471,1981.331897 +457380,2966.629126,997.1781239,1782.259624,975.2178095,1981.039483 +457381,2962.129808,961.8811747,1779.346816,943.0559556,1977.896054 +457382,2953.31405,959.3343588,1773.171277,943.8340906,1969.694814 +457383,2942.726726,956.9991889,1765.591989,944.7445146,1959.051958 +457384,2932.875689,954.6718091,1758.432184,945.5384937,1948.636382 +457385,2924.663258,952.3677011,1752.379574,946.3516547,1939.552415 +457386,2917.895905,950.0736024,1747.35745,947.1780755,1931.828982 +457387,2912.069595,947.7871039,1743.063824,947.7999648,1925.146714 +457388,2906.763246,945.5071243,1739.237079,948.514615,1919.202063 +457389,2901.721641,943.233302,1735.526829,949.1247521,1913.795111 +457390,2896.809141,940.9650292,1732.221833,949.6926929,1908.805311 +457391,2891.949323,938.7020322,1729.259962,950.2078682,1904.151767 +457392,2887.035191,936.4438617,1724.682739,950.6681737,1899.727013 +457393,2881.72608,934.1903846,1721.404112,951.0723047,1895.464314 +457394,2876.67225,931.9412774,1718.858558,951.4187915,1891.394235 +457395,2871.651013,929.6965528,1716.642196,951.7064181,1887.550585 +457396,2866.659533,927.4557215,1714.531098,951.9335236,1883.922798 +457397,2861.655874,925.2196464,1712.086797,952.0998482,1880.468981 +457398,2856.580402,922.9880912,1709.36908,952.2040705,1877.131854 +457399,2851.395026,920.7611446,1706.657925,952.2452457,1873.869539 +457400,2846.092888,918.5386244,1703.961276,952.2221849,1870.664536 +457401,2840.679446,916.2589279,1701.281921,952.1340675,1867.510057 +457402,2835.187586,913.0209273,1698.635296,945.1442801,1864.422602 +457403,2827.490858,910.4254643,1695.911582,943.7268848,1861.423781 +457404,2818.489413,908.1415771,1693.152443,942.7379471,1858.511132 +457405,2809.370596,905.8197025,1690.420087,941.8087294,1855.67356 +457406,2800.68083,903.5233872,1687.741551,940.8785579,1852.895627 +457407,2792.487082,901.2384323,1685.111206,939.9184747,1850.155982 +457408,2784.646357,898.961434,1682.512422,938.9136356,1847.435152 +457409,2777.0211,896.6759807,1679.930906,937.8508047,1844.719644 +457410,2769.495547,894.4220391,1677.357483,936.7396273,1842.002704 +457411,2726.259097,892.2485643,1673.945935,936.5855131,1838.205607 +457412,2715.214589,890.0948773,1669.354472,936.6146986,1832.871887 +457413,2714.445167,887.9521661,1664.682082,936.7785604,1827.37787 +457414,2709.620806,885.8188377,1660.653105,936.8238555,1822.642707 +457415,2703.664086,883.6943591,1657.109817,936.972472,1818.482863 +457416,2697.676522,881.5777059,1653.612659,937.2496552,1814.598158 +457417,2692.857917,879.4685652,1650.455162,937.4107986,1810.889203 +457418,2688.365922,877.3665823,1647.429716,937.6438528,1807.340671 +457419,2683.616904,875.2718282,1644.509264,937.8810313,1803.925989 +457420,2679.476979,873.1841227,1641.665255,938.1300395,1800.611483 +457421,2675.261615,871.1036372,1638.873633,938.3901503,1797.366266 +457422,2671.124642,869.0302524,1636.113315,938.7261763,1794.162195 +457423,2667.127206,866.9641563,1633.373057,938.9069347,1790.983495 +457424,2663.296399,864.9052258,1630.650538,939.241604,1787.825958 +457425,2659.488955,862.8536529,1627.943512,939.5269985,1784.685841 +457426,2655.809318,860.8093041,1625.248825,939.8295928,1781.558609 +457427,2652.232425,858.7723442,1622.565398,940.1391095,1778.442622 +457428,2648.743663,856.7426199,1619.892894,940.4551127,1775.337408 +457429,2645.338861,854.7202776,1617.230493,940.777308,1772.24204 +457430,2642.015629,852.7051373,1614.762463,941.1052806,1769.15413 +457431,2638.770817,850.6973207,1612.105957,941.4389631,1766.072809 +457432,2635.603532,848.6966238,1609.45365,941.7780112,1762.999944 +457433,2632.511253,846.7031474,1606.811081,942.0553655,1759.937138 +457434,2629.289324,844.7166712,1604.182633,942.5718007,1756.888156 +457435,2626.509119,842.737278,1601.572092,942.7784645,1753.85837 +457436,2623.651894,840.7647453,1598.975708,943.196154,1750.844333 +457437,2620.811248,838.7991359,1596.384739,943.5509245,1747.83614 +457438,2618.04563,836.8402063,1593.795216,943.9201146,1744.829597 +457439,2615.35545,834.8880049,1591.208158,944.2946235,1741.826577 +457440,2620.143016,832.9422759,1588.635262,944.6739748,1738.84247 +457441,2449.774826,764.4184026,1589.172267,878.5158801,1743.13973 +457442,2452.091486,761.5073169,1577.471035,877.6459014,1730.284823 +457443,2445.189789,758.7329065,1501.940076,877.1456307,1709.221532 +457444,2440.398171,755.9969035,1408.209079,876.6992972,1685.564056 +457445,2436.377541,753.2848469,1484.979733,876.2873558,1665.82606 +457446,2468.024799,751.7641052,1453.935664,884.2581379,1655.153253 +457447,2465.28307,749.3569982,1451.748614,885.24391,1650.208771 +457448,2465.058697,746.8259291,1443.144806,885.7422249,1647.185147 +457449,2463.304273,744.2674264,1445.298215,886.019925,1644.824687 +457450,2460.954243,741.7006387,1439.315987,886.224059,1643.259937 +457451,2458.573478,739.1320725,1435.181895,886.3820141,1641.980002 +457452,2456.322919,736.5644322,1431.265915,886.5109306,1640.900821 +457453,2453.588613,733.9990717,1427.489054,886.62001,1639.905605 +457454,2451.194655,731.4372708,1423.140047,886.7140811,1639.17272 +457455,2448.667223,728.8789465,1419.115513,886.7962843,1638.897358 +457456,2446.173218,726.3239058,1409.841748,886.8019574,1638.917582 +457457,2443.657404,723.7721493,1412.803702,886.9637595,1638.77306 +457458,2433.272246,721.2239299,1406.147355,886.9726464,1638.405261 +457459,2448.346394,718.6781529,1401.945574,887.0321122,1638.668934 +457460,2425.728966,716.1356502,1398.080101,887.0756476,1639.06101 +457461,2443.320599,713.5955853,1393.918882,887.1137919,1639.540288 +457462,2420.507043,711.0579294,1389.709284,887.1472159,1640.029 +457463,2430.98465,708.5225329,1385.718091,887.1765718,1640.20358 +457464,2425.813935,706.0438387,1381.232274,887.2025844,1640.827256 +457465,2422.818058,703.4317209,1377.206307,887.2255883,1641.595 +457466,2420.647535,700.9403856,1372.891621,887.2460945,1642.342876 +457467,2418.233916,698.4036279,1368.725951,887.2647416,1643.12981 +457468,2415.619277,695.8762768,1364.534028,887.2817868,1643.952572 +457469,2413.055205,693.2957717,1360.134061,887.2978073,1644.791506 +457470,2410.507216,690.8503447,1350.533687,887.3131067,1645.526105 +457471,2405.81712,688.3159856,1359.307263,886.6438292,1646.359883 +457472,2399.5445,685.8363398,1338.8236,885.703769,1647.02876 +457473,2393.627496,683.3538149,1345.883403,884.8783155,1647.37618 +457474,2387.726847,680.928551,1338.247459,883.8248429,1647.725255 +457475,2381.49293,678.3761224,1334.144215,882.8992649,1648.0581 +457476,2375.273695,675.942984,1330.048765,881.7547606,1648.12286 +457477,2368.904546,673.4678371,1325.87354,880.7471345,1648.403592 +457478,2354.882531,671.0040278,1321.667304,879.5259338,1648.465305 +457479,2366.558171,668.5431192,1317.285877,878.4482999,1648.787991 +457480,2338.00059,666.085421,1313.027257,877.1618606,1649.14775 +457481,2345.999492,663.6304844,1308.836965,876.0242724,1649.274652 +457482,2335.743312,661.1777322,1304.463178,874.6834999,1649.618026 +457483,2328.770542,658.7276159,1300.249541,873.4968871,1650.058484 +457484,2322.473451,656.2796603,1296.045422,872.1127377,1650.442973 +457485,2316.012421,653.8336985,1291.568393,870.8884391,1650.847236 +457486,2309.457755,651.3894869,1287.377773,869.4737321,1651.27288 +457487,2302.683664,648.947385,1283.080564,868.2245219,1651.70688 +457488,2296.091365,646.5067864,1278.691164,866.7937358,1652.151002 +457489,2289.769912,644.067873,1274.569084,865.5346734,1652.621392 +457490,2283.165351,641.6304725,1270.025355,864.1050133,1653.117777 +457491,2276.877496,639.1945833,1265.78607,862.8540791,1653.635912 +457492,2270.57896,636.7600869,1261.444029,861.4464597,1654.183146 +457493,2264.5334,634.3270098,1257.115672,860.2257814,1654.764649 +457494,2258.796815,631.8952068,1244.448547,858.8662858,1655.468309 +457495,2252.744182,629.4647118,1260.742645,857.7038113,1656.438025 +457496,2247.131235,627.0355993,1221.714422,856.5280927,1657.69744 +457497,2238.873986,624.6274561,1265.387583,854.417948,1659.088372 +457498,2227.3974,622.1195939,1207.015201,851.4892422,1660.341623 +457499,2207.491367,619.7228289,1247.19025,848.3477878,1660.970601 +457500,2206.480574,617.2833288,1215.348718,844.9969392,1661.253715 +457501,1816.746683,614.8980012,849.9510857,841.7813227,2167.060677 +457502,1910.780579,743.1603248,894.2915761,968.8382876,2247.336463 +457503,2027.759771,744.3520176,950.4653428,969.0836213,2341.837473 +457504,2112.189195,740.7408277,992.7639901,961.7191566,2403.130184 +457505,2154.669666,738.9146763,1016.883164,958.2706691,2426.158408 +457506,2174.02011,736.1079852,1030.929436,954.9174465,2431.179619 +457507,2182.780452,734.2538541,1040.0868,951.6645009,2429.494247 +457508,2186.846964,732.0139729,1046.739531,948.3011206,2425.646366 +457509,2188.778036,729.8334296,1051.972153,944.789778,2421.406862 +457510,2189.571012,727.6479898,1056.269954,941.3695773,2417.396185 +457511,2189.575034,725.3909752,1059.856647,937.7447448,2413.767361 +457512,2188.933768,723.2577843,1062.858911,934.2690088,2410.518634 +457513,2187.730517,721.023304,1065.36816,930.6090276,2407.61031 +457514,2186.04385,718.8286391,1067.459745,926.9584598,2404.999815 +457515,2183.950415,716.6270124,1069.197543,923.2473569,2402.649101 +457516,2181.517628,714.4255748,1070.635388,919.4799798,2400.525029 +457517,2178.800007,712.2261997,1071.818281,915.6477273,2398.598568 +457518,2175.874359,710.0292355,1072.800393,911.7429714,2396.882282 +457519,2172.738839,707.8368781,1073.597616,907.7472846,2395.318103 +457520,2169.388503,705.6503403,1074.223476,903.6400252,2393.856943 +457521,2165.854079,703.473052,1074.707856,899.3926646,2392.499253 +457522,2162.149183,701.2630169,1075.072702,894.9010761,2391.237257 +457523,2158.274317,691.9741512,1075.334773,851.6065133,2390.059474 +457524,2149.647629,689.0189687,1075.227657,822.1637354,2388.947142 +457525,2138.249193,686.664946,1074.878114,834.0766747,2387.894826 +457526,2126.595778,684.4698456,1074.443722,819.998687,2386.898342 +457527,2115.918044,682.3707363,1074.006956,817.3882763,2385.951413 +457528,2106.447112,680.3320794,1073.591649,812.1005752,2385.047589 +457529,2098.007284,678.2925655,1073.1966,807.7366437,2384.18047 +457530,1969.948608,676.3935614,1072.816935,803.3913794,2383.347368 +457531,1948.727016,674.4245526,1072.452673,799.1073689,2382.553724 +457532,1971.747009,672.5177864,1072.101244,795.0634177,2381.794802 +457533,1936.321643,670.6253548,1071.73988,791.0829573,2381.017621 +457534,1929.448739,668.752341,1071.380112,787.2139523,2380.247431 +457535,1916.155989,666.8982557,1071.032361,783.4392723,2379.311794 +457536,1904.556848,665.0619831,1070.673936,779.7515201,2378.555417 +457537,1888.457046,663.2436101,1070.315288,776.1453132,2377.802162 +457538,1884.54288,661.4423466,1069.965706,772.6132121,2377.071118 +457539,1870.924899,659.6583723,1069.618073,769.1533684,2376.345085 +457540,1860.49329,657.8489205,1069.257057,765.7591063,2375.588973 +457541,1850.674447,656.161222,1068.893516,762.4275681,2374.82787 +457542,1840.441982,654.3960496,1068.53716,759.1546491,2374.084345 +457543,1829.841523,652.6854095,1068.18216,755.9896666,2373.345443 +457544,1821.627619,650.9839641,1067.826067,752.7477279,2372.605877 +457545,1811.324501,649.2987462,1067.455742,749.6719457,2371.836031 +457546,1802.217202,647.6292541,1067.082133,746.5964868,2371.061322 +457547,1793.188145,645.9757524,1066.714725,743.5753764,2370.303825 +457548,1780.007031,644.3376259,1066.348118,740.5451836,2369.551564 +457549,1769.064343,642.7151869,1065.979498,737.6870138,2368.798402 +457550,1771.070301,641.1078358,1065.607499,734.7524211,2368.041517 +457551,1746.756131,639.4754451,1065.23212,731.9553716,2367.281203 +457552,1760.735692,637.9584582,1064.854037,729.0592908,2366.519296 +457553,1727.038504,636.3663977,1064.473697,726.313866,2365.757093 +457554,1739.339934,634.825296,1064.091402,723.5567922,2364.99552 +457555,1724.875013,633.2923532,1063.707427,720.8425365,2364.235406 +457556,1709.106669,631.7735075,1063.321801,718.1611322,2363.476997 +457557,1711.677528,630.2690669,1062.934636,715.5122164,2362.72069 +457558,1699.410085,628.7784517,1062.5461,712.943762,2361.966987 +457559,1701.80959,627.3019002,1062.156273,710.2343097,2361.216162 +457560,1671.336955,625.8388319,1061.765107,707.7874653,2360.468177 +457561,0,0,0,0,0 +457562,0,0,0,0,0 +457563,0,0,0,0,0 +457564,0,0,0,0,0 +457565,0,0,0,0,0 +457566,0,0,0,0,0 +457567,0,0,0,0,0 +457568,0,0,0,0,0 +457569,0,0,0,0,0 +457570,0,0,0,0,0 +457571,0,0,0,0,0 +457572,0,0,0,0,0 +457573,0,0,0,0,0 +457574,0,0,0,0,0 +457575,0,0,0,0,0 +457576,0,0,0,0,0 +457577,0,0,0,0,0 +457578,0,0,0,0,0 +457579,0,0,0,0,0 +457580,0,0,0,0,0 +457581,0,0,0,0,0 +457582,0,0,0,0,0 +457583,0,0,0,0,0 +457584,0,0,0,0,0 +457585,0,0,0,0,0 +457586,0,0,0,0,0 +457587,0,0,0,0,0 +457588,0,0,0,0,0 +457589,0,0,0,0,0 +457590,0,0,0,0,0 +457591,0,0,0,0,0 +457592,0,0,0,0,0 +457593,0,0,0,0,0 +457594,0,0,0,0,0 +457595,0,0,0,0,0 +457596,0,0,0,0,0 +457597,0,0,0,0,0 +457598,0,0,0,0,0 +457599,0,0,0,0,0 +457600,0,0,0,0,0 +457601,0,0,0,0,0 +457602,0,0,0,0,0 +457603,0,0,0,0,0 +457604,0,0,0,0,0 +457605,0,0,0,0,0 +457606,0,0,0,0,0 +457607,0,0,0,0,0 +457608,0,0,0,0,0 +457609,0,0,0,0,0 +457610,0,0,0,0,0 +457611,0,0,0,0,0 +457612,0,0,0,0,0 +457613,0,0,0,0,0 +457614,0,0,0,0,0 +457615,0,0,0,0,0 +457616,0,0,0,0,0 +457617,0,0,0,0,0 +457618,0,0,0,0,0 +457619,0,0,0,0,0 +457620,0,0,0,0,0 +457621,0,0,0,0,0 +457622,0,0,0,0,0 +457623,0,0,0,0,0 +457624,0,0,0,0,0 +457625,0,0,0,0,0 +457626,0,0,0,0,0 +457627,0,0,0,0,0 +457628,0,0,0,0,0 +457629,0,0,0,0,0 +457630,0,0,0,0,0 +457631,0,0,0,0,0 +457632,0,0,0,0,0 +457633,0,0,0,0,0 +457634,0,0,0,0,0 +457635,0,0,0,0,0 +457636,0,0,0,0,0 +457637,0,0,0,0,0 +457638,0,0,0,0,0 +457639,0,0,0,0,0 +457640,0,0,0,0,0 +457641,0,0,0,0,0 +457642,0,0,0,0,0 +457643,0,0,0,0,0 +457644,0,0,0,0,0 +457645,0,0,0,0,0 +457646,0,0,0,0,0 +457647,0,0,0,0,0 +457648,0,0,0,0,0 +457649,0,0,0,0,0 +457650,0,0,0,0,0 +457651,0,0,0,0,0 +457652,0,0,0,0,0 +457653,0,0,0,0,0 +457654,0,0,0,0,0 +457655,0,0,0,0,0 +457656,0,0,0,0,0 +457657,0,0,0,0,0 +457658,0,0,0,0,0 +457659,0,0,0,0,0 +457660,0,0,0,0,0 +457661,0,0,0,0,0 +457662,0,0,0,0,0 +457663,0,0,0,0,0 +457664,0,0,0,0,0 +457665,0,0,0,0,0 +457666,0,0,0,0,0 +457667,0,0,0,0,0 +457668,0,0,0,0,0 +457669,0,0,0,0,0 +457670,0,0,0,0,0 +457671,0,0,0,0,0 +457672,0,0,0,0,0 +457673,0,0,0,0,0 +457674,0,0,0,0,0 +457675,0,0,0,0,0 +457676,0,0,0,0,0 +457677,0,0,0,0,0 +457678,0,0,0,0,0 +457679,0,0,0,0,0 +457680,0,0,0,0,0 +457681,0,0,0,0,0 +457682,0,0,0,0,0 +457683,0,0,0,0,0 +457684,0,0,0,0,0 +457685,0,0,0,0,0 +457686,0,0,0,0,0 +457687,0,0,0,0,0 +457688,0,0,0,0,0 +457689,0,0,0,0,0 +457690,0,0,0,0,0 +457691,0,0,0,0,0 +457692,0,0,0,0,0 +457693,0,0,0,0,0 +457694,0,0,0,0,0 +457695,0,0,0,0,0 +457696,0,0,0,0,0 +457697,0,0,0,0,0 +457698,0,0,0,0,0 +457699,0,0,0,0,0 +457700,0,0,0,0,0 +457701,0,0,0,0,0 +457702,0,0,0,0,0 +457703,0,0,0,0,0 +457704,0,0,0,0,0 +457705,0,0,0,0,0 +457706,0,0,0,0,0 +457707,0,0,0,0,0 +457708,0,0,0,0,0 +457709,0,0,0,0,0 +457710,0,0,0,0,0 +457711,0,0,0,0,0 +457712,0,0,0,0,0 +457713,0,0,0,0,0 +457714,0,0,0,0,0 +457715,0,0,0,0,0 +457716,0,0,0,0,0 +457717,0,0,0,0,0 +457718,0,0,0,0,0 +457719,0,0,0,0,0 +457720,0,0,0,0,0 +457721,0,0,0,0,0 +457722,0,0,0,0,0 +457723,0,0,0,0,0 +457724,0,0,0,0,0 +457725,0,0,0,0,0 +457726,0,0,0,0,0 +457727,0,0,0,0,0 +457728,0,0,0,0,0 +457729,0,0,0,0,0 +457730,0,0,0,0,0 +457731,0,0,0,0,0 +457732,0,0,0,0,0 +457733,0,0,0,0,0 +457734,0,0,0,0,0 +457735,0,0,0,0,0 +457736,0,0,0,0,0 +457737,0,0,0,0,0 +457738,0,0,0,0,0 +457739,0,0,0,0,0 +457740,0,0,0,0,0 +457741,0,0,0,0,0 +457742,0,0,0,0,0 +457743,0,0,0,0,0 +457744,0,0,0,0,0 +457745,0,0,0,0,0 +457746,0,0,0,0,0 +457747,0,0,0,0,0 +457748,0,0,0,0,0 +457749,0,0,0,0,0 +457750,0,0,0,0,0 +457751,0,0,0,0,0 +457752,0,0,0,0,0 +457753,0,0,0,0,0 +457754,0,0,0,0,0 +457755,0,0,0,0,0 +457756,0,0,0,0,0 +457757,0,0,0,0,0 +457758,0,0,0,0,0 +457759,0,0,0,0,0 +457760,0,0,0,0,0 +457761,0,0,0,0,0 +457762,0,0,0,0,0 +457763,0,0,0,0,0 +457764,0,0,0,0,0 +457765,0,0,0,0,0 +457766,0,0,0,0,0 +457767,0,0,0,0,0 +457768,0,0,0,0,0 +457769,0,0,0,0,0 +457770,0,0,0,0,0 +457771,0,0,0,0,0 +457772,0,0,0,0,0 +457773,0,0,0,0,0 +457774,0,0,0,0,0 +457775,0,0,0,0,0 +457776,0,0,0,0,0 +457777,0,0,0,0,0 +457778,0,0,0,0,0 +457779,0,0,0,0,0 +457780,0,0,0,0,0 +457781,0,0,0,0,0 +457782,0,0,0,0,0 +457783,0,0,0,0,0 +457784,0,0,0,0,0 +457785,0,0,0,0,0 +457786,0,0,0,0,0 +457787,0,0,0,0,0 +457788,0,0,0,0,0 +457789,0,0,0,0,0 +457790,0,0,0,0,0 +457791,0,0,0,0,0 +457792,0,0,0,0,0 +457793,0,0,0,0,0 +457794,0,0,0,0,0 +457795,0,0,0,0,0 +457796,0,0,0,0,0 +457797,0,0,0,0,0 +457798,0,0,0,0,0 +457799,0,0,0,0,0 +457800,0,0,0,0,0 +457801,0,0,0,0,0 +457802,0,0,0,0,0 +457803,0,0,0,0,0 +457804,0,0,0,0,0 +457805,0,0,0,0,0 +457806,0,0,0,0,0 +457807,0,0,0,0,0 +457808,0,0,0,0,0 +457809,0,0,0,0,0 +457810,0,0,0,0,0 +457811,0,0,0,0,0 +457812,0,0,0,0,0 +457813,0,0,0,0,0 +457814,0,0,0,0,0 +457815,0,0,0,0,0 +457816,0,0,0,0,0 +457817,0,0,0,0,0 +457818,0,0,0,0,0 +457819,0,0,0,0,0 +457820,0,0,0,0,0 +457821,0,0,0,0,0 +457822,0,0,0,0,0 +457823,0,0,0,0,0 +457824,0,0,0,0,0 +457825,0,0,0,0,0 +457826,0,0,0,0,0 +457827,0,0,0,0,0 +457828,0,0,0,0,0 +457829,0,0,0,0,0 +457830,0,0,0,0,0 +457831,0,0,0,0,0 +457832,0,0,0,0,0 +457833,0,0,0,0,0 +457834,0,0,0,0,0 +457835,0,0,0,0,0 +457836,0,0,0,0,0 +457837,0,0,0,0,0 +457838,0,0,0,0,0 +457839,0,0,0,0,0 +457840,0,0,0,0,0 +457841,0,0,0,0,0 +457842,0,0,0,0,0 +457843,0,0,0,0,0 +457844,0,0,0,0,0 +457845,0,0,0,0,0 +457846,0,0,0,0,0 +457847,0,0,0,0,0 +457848,0,0,0,0,0 +457849,0,0,0,0,0 +457850,0,0,0,0,0 +457851,0,0,0,0,0 +457852,0,0,0,0,0 +457853,0,0,0,0,0 +457854,0,0,0,0,0 +457855,0,0,0,0,0 +457856,0,0,0,0,0 +457857,0,0,0,0,0 +457858,0,0,0,0,0 +457859,0,0,0,0,0 +457860,0,0,0,0,0 +457861,0,0,0,0,0 +457862,0,0,0,0,0 +457863,0,0,0,0,0 +457864,0,0,0,0,0 +457865,0,0,0,0,0 +457866,0,0,0,0,0 +457867,0,0,0,0,0 +457868,0,0,0,0,0 +457869,0,0,0,0,0 +457870,0,0,0,0,0 +457871,0,0,0,0,0 +457872,0,0,0,0,0 +457873,0,0,0,0,0 +457874,0,0,0,0,0 +457875,0,0,0,0,0 +457876,0,0,0,0,0 +457877,0,0,0,0,0 +457878,0,0,0,0,0 +457879,0,0,0,0,0 +457880,0,0,0,0,0 +457881,0,0,0,0,0 +457882,0,0,0,0,0 +457883,0,0,0,0,0 +457884,0,0,0,0,0 +457885,0,0,0,0,0 +457886,0,0,0,0,0 +457887,0,0,0,0,0 +457888,0,0,0,0,0 +457889,0,0,0,0,0 +457890,0,0,0,0,0 +457891,0,0,0,0,0 +457892,0,0,0,0,0 +457893,0,0,0,0,0 +457894,0,0,0,0,0 +457895,0,0,0,0,0 +457896,0,0,0,0,0 +457897,0,0,0,0,0 +457898,0,0,0,0,0 +457899,0,0,0,0,0 +457900,0,0,0,0,0 +457901,0,0,0,0,0 +457902,0,0,0,0,0 +457903,0,0,0,0,0 +457904,0,0,0,0,0 +457905,0,0,0,0,0 +457906,0,0,0,0,0 +457907,0,0,0,0,0 +457908,0,0,0,0,0 +457909,0,0,0,0,0 +457910,0,0,0,0,0 +457911,0,0,0,0,0 +457912,0,0,0,0,0 +457913,0,0,0,0,0 +457914,0,0,0,0,0 +457915,0,0,0,0,0 +457916,0,0,0,0,0 +457917,0,0,0,0,0 +457918,0,0,0,0,0 +457919,0,0,0,0,0 +457920,0,0,0,0,0 +457921,0,0,0,0,0 +457922,0,0,0,0,0 +457923,0,0,0,0,0 +457924,0,0,0,0,0 +457925,0,0,0,0,0 +457926,0,0,0,0,0 +457927,0,0,0,0,0 +457928,0,0,0,0,0 +457929,0,0,0,0,0 +457930,0,0,0,0,0 +457931,0,0,0,0,0 +457932,0,0,0,0,0 +457933,0,0,0,0,0 +457934,0,0,0,0,0 +457935,0,0,0,0,0 +457936,0,0,0,0,0 +457937,0,0,0,0,0 +457938,0,0,0,0,0 +457939,0,0,0,0,0 +457940,0,0,0,0,0 +457941,0,0,0,0,0 +457942,0,0,0,0,0 +457943,0,0,0,0,0 +457944,0,0,0,0,0 +457945,0,0,0,0,0 +457946,0,0,0,0,0 +457947,0,0,0,0,0 +457948,0,0,0,0,0 +457949,0,0,0,0,0 +457950,0,0,0,0,0 +457951,0,0,0,0,0 +457952,0,0,0,0,0 +457953,0,0,0,0,0 +457954,0,0,0,0,0 +457955,0,0,0,0,0 +457956,0,0,0,0,0 +457957,0,0,0,0,0 +457958,0,0,0,0,0 +457959,0,0,0,0,0 +457960,0,0,0,0,0 +457961,0,0,0,0,0 +457962,0,0,0,0,0 +457963,0,0,0,0,0 +457964,0,0,0,0,0 +457965,0,0,0,0,0 +457966,0,0,0,0,0 +457967,0,0,0,0,0 +457968,0,0,0,0,0 +457969,0,0,0,0,0 +457970,0,0,0,0,0 +457971,0,0,0,0,0 +457972,0,0,0,0,0 +457973,0,0,0,0,0 +457974,0,0,0,0,0 +457975,0,0,0,0,0 +457976,0,0,0,0,0 +457977,0,0,0,0,0 +457978,0,0,0,0,0 +457979,0,0,0,0,0 +457980,0,0,0,0,0 +457981,0,0,0,0,0 +457982,0,0,0,0,0 +457983,0,0,0,0,0 +457984,0,0,0,0,0 +457985,0,0,0,0,0 +457986,0,0,0,0,0 +457987,0,0,0,0,0 +457988,0,0,0,0,0 +457989,0,0,0,0,0 +457990,0,0,0,0,0 +457991,0,0,0,0,0 +457992,0,0,0,0,0 +457993,0,0,0,0,0 +457994,0,0,0,0,0 +457995,0,0,0,0,0 +457996,0,0,0,0,0 +457997,0,0,0,0,0 +457998,0,0,0,0,0 +457999,0,0,0,0,0 +458000,0,0,0,0,0 +458001,0,0,0,0,0 +458002,0,0,0,0,0 +458003,0,0,0,0,0 +458004,0,0,0,0,0 +458005,0,0,0,0,0 +458006,0,0,0,0,0 +458007,0,0,0,0,0 +458008,0,0,0,0,0 +458009,0,0,0,0,0 +458010,0,0,0,0,0 +458011,0,0,0,0,0 +458012,0,0,0,0,0 +458013,0,0,0,0,0 +458014,0,0,0,0,0 +458015,0,0,0,0,0 +458016,0,0,0,0,0 +458017,0,0,0,0,0 +458018,0,0,0,0,0 +458019,0,0,0,0,0 +458020,0,0,0,0,0 +458021,0,0,0,0,0 +458022,0,0,0,0,0 +458023,0,0,0,0,0 +458024,0,0,0,0,0 +458025,0,0,0,0,0 +458026,0,0,0,0,0 +458027,0,0,0,0,0 +458028,0,0,0,0,0 +458029,0,0,0,0,0 +458030,0,0,0,0,0 +458031,0,0,0,0,0 +458032,0,0,0,0,0 +458033,0,0,0,0,0 +458034,0,0,0,0,0 +458035,0,0,0,0,0 +458036,0,0,0,0,0 +458037,0,0,0,0,0 +458038,0,0,0,0,0 +458039,0,0,0,0,0 +458040,0,0,0,0,0 +458041,0,0,0,0,0 +458042,0,0,0,0,0 +458043,0,0,0,0,0 +458044,0,0,0,0,0 +458045,0,0,0,0,0 +458046,0,0,0,0,0 +458047,0,0,0,0,0 +458048,0,0,0,0,0 +458049,0,0,0,0,0 +458050,0,0,0,0,0 +458051,0,0,0,0,0 +458052,0,0,0,0,0 +458053,0,0,0,0,0 +458054,0,0,0,0,0 +458055,0,0,0,0,0 +458056,0,0,0,0,0 +458057,0,0,0,0,0 +458058,0,0,0,0,0 +458059,0,0,0,0,0 +458060,0,0,0,0,0 +458061,0,0,0,0,0 +458062,0,0,0,0,0 +458063,0,0,0,0,0 +458064,0,0,0,0,0 +458065,0,0,0,0,0 +458066,0,0,0,0,0 +458067,0,0,0,0,0 +458068,0,0,0,0,0 +458069,0,0,0,0,0 +458070,0,0,0,0,0 +458071,0,0,0,0,0 +458072,0,0,0,0,0 +458073,0,0,0,0,0 +458074,0,0,0,0,0 +458075,0,0,0,0,0 +458076,0,0,0,0,0 +458077,0,0,0,0,0 +458078,0,0,0,0,0 +458079,0,0,0,0,0 +458080,0,0,0,0,0 +458081,0,0,0,0,0 +458082,0,0,0,0,0 +458083,0,0,0,0,0 +458084,0,0,0,0,0 +458085,0,0,0,0,0 +458086,0,0,0,0,0 +458087,0,0,0,0,0 +458088,0,0,0,0,0 +458089,0,0,0,0,0 +458090,0,0,0,0,0 +458091,0,0,0,0,0 +458092,0,0,0,0,0 +458093,0,0,0,0,0 +458094,0,0,0,0,0 +458095,0,0,0,0,0 +458096,0,0,0,0,0 +458097,0,0,0,0,0 +458098,0,0,0,0,0 +458099,0,0,0,0,0 +458100,0,0,0,0,0 +458101,0,0,0,0,0 +458102,0,0,0,0,0 +458103,0,0,0,0,0 +458104,0,0,0,0,0 +458105,0,0,0,0,0 +458106,0,0,0,0,0 +458107,0,0,0,0,0 +458108,0,0,0,0,0 +458109,0,0,0,0,0 +458110,0,0,0,0,0 +458111,0,0,0,0,0 +458112,0,0,0,0,0 +458113,0,0,0,0,0 +458114,0,0,0,0,0 +458115,0,0,0,0,0 +458116,0,0,0,0,0 +458117,0,0,0,0,0 +458118,0,0,0,0,0 +458119,0,0,0,0,0 +458120,0,0,0,0,0 +458121,0,0,0,0,0 +458122,0,0,0,0,0 +458123,0,0,0,0,0 +458124,0,0,0,0,0 +458125,0,0,0,0,0 +458126,0,0,0,0,0 +458127,0,0,0,0,0 +458128,0,0,0,0,0 +458129,0,0,0,0,0 +458130,0,0,0,0,0 +458131,0,0,0,0,0 +458132,0,0,0,0,0 +458133,0,0,0,0,0 +458134,0,0,0,0,0 +458135,0,0,0,0,0 +458136,0,0,0,0,0 +458137,0,0,0,0,0 +458138,0,0,0,0,0 +458139,0,0,0,0,0 +458140,0,0,0,0,0 +458141,0,0,0,0,0 +458142,0,0,0,0,0 +458143,0,0,0,0,0 +458144,0,0,0,0,0 +458145,0,0,0,0,0 +458146,0,0,0,0,0 +458147,0,0,0,0,0 +458148,0,0,0,0,0 +458149,0,0,0,0,0 +458150,0,0,0,0,0 +458151,0,0,0,0,0 +458152,0,0,0,0,0 +458153,0,0,0,0,0 +458154,0,0,0,0,0 +458155,0,0,0,0,0 +458156,0,0,0,0,0 +458157,0,0,0,0,0 +458158,0,0,0,0,0 +458159,0,0,0,0,0 +458160,0,0,0,0,0 +458161,0,0,0,0,0 +458162,0,0,0,0,0 +458163,0,0,0,0,0 +458164,0,0,0,0,0 +458165,0,0,0,0,0 +458166,0,0,0,0,0 +458167,0,0,0,0,0 +458168,0,0,0,0,0 +458169,0,0,0,0,0 +458170,0,0,0,0,0 +458171,0,0,0,0,0 +458172,0,0,0,0,0 +458173,0,0,0,0,0 +458174,0,0,0,0,0 +458175,0,0,0,0,0 +458176,0,0,0,0,0 +458177,0,0,0,0,0 +458178,0,0,0,0,0 +458179,0,0,0,0,0 +458180,0,0,0,0,0 +458181,0,0,0,0,0 +458182,0,0,0,0,0 +458183,0,0,0,0,0 +458184,0,0,0,0,0 +458185,0,0,0,0,0 +458186,0,0,0,0,0 +458187,0,0,0,0,0 +458188,0,0,0,0,0 +458189,0,0,0,0,0 +458190,0,0,0,0,0 +458191,0,0,0,0,0 +458192,0,0,0,0,0 +458193,0,0,0,0,0 +458194,0,0,0,0,0 +458195,0,0,0,0,0 +458196,0,0,0,0,0 +458197,0,0,0,0,0 +458198,0,0,0,0,0 +458199,0,0,0,0,0 +458200,0,0,0,0,0 +458201,0,0,0,0,0 +458202,0,0,0,0,0 +458203,0,0,0,0,0 +458204,0,0,0,0,0 +458205,0,0,0,0,0 +458206,0,0,0,0,0 +458207,0,0,0,0,0 +458208,0,0,0,0,0 +458209,0,0,0,0,0 +458210,0,0,0,0,0 +458211,0,0,0,0,0 +458212,0,0,0,0,0 +458213,0,0,0,0,0 +458214,0,0,0,0,0 +458215,0,0,0,0,0 +458216,0,0,0,0,0 +458217,0,0,0,0,0 +458218,0,0,0,0,0 +458219,0,0,0,0,0 +458220,0,0,0,0,0 +458221,0,0,0,0,0 +458222,0,0,0,0,0 +458223,0,0,0,0,0 +458224,0,0,0,0,0 +458225,0,0,0,0,0 +458226,0,0,0,0,0 +458227,0,0,0,0,0 +458228,0,0,0,0,0 +458229,0,0,0,0,0 +458230,0,0,0,0,0 +458231,0,0,0,0,0 +458232,0,0,0,0,0 +458233,0,0,0,0,0 +458234,0,0,0,0,0 +458235,0,0,0,0,0 +458236,0,0,0,0,0 +458237,0,0,0,0,0 +458238,0,0,0,0,0 +458239,0,0,0,0,0 +458240,0,0,0,0,0 +458241,0,0,0,0,0 +458242,0,0,0,0,0 +458243,0,0,0,0,0 +458244,0,0,0,0,0 +458245,0,0,0,0,0 +458246,0,0,0,0,0 +458247,0,0,0,0,0 +458248,0,0,0,0,0 +458249,0,0,0,0,0 +458250,0,0,0,0,0 +458251,0,0,0,0,0 +458252,0,0,0,0,0 +458253,0,0,0,0,0 +458254,0,0,0,0,0 +458255,0,0,0,0,0 +458256,0,0,0,0,0 +458257,0,0,0,0,0 +458258,0,0,0,0,0 +458259,0,0,0,0,0 +458260,0,0,0,0,0 +458261,0,0,0,0,0 +458262,0,0,0,0,0 +458263,0,0,0,0,0 +458264,0,0,0,0,0 +458265,0,0,0,0,0 +458266,0,0,0,0,0 +458267,0,0,0,0,0 +458268,0,0,0,0,0 +458269,0,0,0,0,0 +458270,0,0,0,0,0 +458271,0,0,0,0,0 +458272,0,0,0,0,0 +458273,0,0,0,0,0 +458274,0,0,0,0,0 +458275,0,0,0,0,0 +458276,0,0,0,0,0 +458277,0,0,0,0,0 +458278,0,0,0,0,0 +458279,0,0,0,0,0 +458280,0,0,0,0,0 +458281,0,0,0,0,0 +458282,0,0,0,0,0 +458283,0,0,0,0,0 +458284,0,0,0,0,0 +458285,0,0,0,0,0 +458286,0,0,0,0,0 +458287,0,0,0,0,0 +458288,0,0,0,0,0 +458289,0,0,0,0,0 +458290,0,0,0,0,0 +458291,0,0,0,0,0 +458292,0,0,0,0,0 +458293,0,0,0,0,0 +458294,0,0,0,0,0 +458295,0,0,0,0,0 +458296,0,0,0,0,0 +458297,0,0,0,0,0 +458298,0,0,0,0,0 +458299,0,0,0,0,0 +458300,0,0,0,0,0 +458301,0,0,0,0,0 +458302,0,0,0,0,0 +458303,0,0,0,0,0 +458304,0,0,0,0,0 +458305,0,0,0,0,0 +458306,0,0,0,0,0 +458307,0,0,0,0,0 +458308,0,0,0,0,0 +458309,0,0,0,0,0 +458310,0,0,0,0,0 +458311,0,0,0,0,0 +458312,0,0,0,0,0 +458313,0,0,0,0,0 +458314,0,0,0,0,0 +458315,0,0,0,0,0 +458316,0,0,0,0,0 +458317,0,0,0,0,0 +458318,0,0,0,0,0 +458319,0,0,0,0,0 +458320,0,0,0,0,0 +458321,0,0,0,0,0 +458322,0,0,0,0,0 +458323,0,0,0,0,0 +458324,0,0,0,0,0 +458325,0,0,0,0,0 +458326,0,0,0,0,0 +458327,0,0,0,0,0 +458328,0,0,0,0,0 +458329,0,0,0,0,0 +458330,0,0,0,0,0 +458331,0,0,0,0,0 +458332,0,0,0,0,0 +458333,0,0,0,0,0 +458334,0,0,0,0,0 +458335,0,0,0,0,0 +458336,0,0,0,0,0 +458337,0,0,0,0,0 +458338,0,0,0,0,0 +458339,0,0,0,0,0 +458340,0,0,0,0,0 +458341,-2010.049131,-896.6143707,-1982.957841,-896.5395733,-1317.591697 +458342,-1906.868609,-825.0679037,-1878.301824,-824.9939435,-1081.460459 +458343,-1782.247632,-752.815921,-1750.712521,-752.7430798,-984.0374351 +458344,-1700.860405,-715.8850865,-1669.976099,-717.9892438,-938.9496687 +458345,-1606.991405,-334.9080241,-1639.333056,-705.6648971,-923.9800735 +458346,-315.0271213,-173.0733624,-385.8902451,-226.6748307,-904.4085001 +458347,-1094.040459,-319.9340284,-978.3286428,-456.9346661,-859.8564418 +458348,-840.7761913,-238.5492519,-829.2640055,-392.7273469,-783.26765 +458349,-827.8253558,-224.9413633,-786.4002065,-379.0363444,-710.5762552 +458350,-818.7533664,-212.4891099,-776.2941195,-373.1924369,-642.5307339 +458351,-809.4693941,-201.3106376,-765.9858595,-368.2414657,-537.6278696 +458352,-803.9342372,-190.530249,-757.7094957,-364.4180753,-649.7099396 +458353,-793.5071652,-181.386888,-746.8136044,-360.4373588,-532.8554288 +458354,-787.6830849,-173.4062256,-740.0252167,-356.0806071,-650.7570655 +458355,-780.2733316,-163.7258654,-730.6186283,-351.6801649,-526.5668449 +458356,-772.9003298,-155.6707447,-724.0464937,-349.1990574,-650.2956437 +458357,-765.7242524,-146.5561364,-714.3760637,-343.8333197,-523.0142131 +458358,-760.8621775,-138.0603068,-707.5620473,-341.4526906,-650.5716319 +458359,-699.7395705,-109.8943872,-647.7360848,-314.5733033,-532.4267313 +458360,-824.5535114,-149.7905273,-769.635613,-367.2161799,-533.2527366 +458361,-703.8994942,-98.25760693,-651.0816714,-315.2487379,-313.88469 +458362,-718.3262018,-96.57062204,-660.1053981,-319.4286815,-566.5959541 +458363,-767.7783892,-110.6266719,-711.8967167,-340.3723182,-381.7713409 +458364,-705.0397475,-79.93750468,-649.7751779,-313.96765,-619.4286643 +458365,-721.7505998,-79.5022651,-662.8884147,-318.914333,-424.8749999 +458366,-710.0464511,-53.04145437,-647.4255034,-314.6225756,-635.0525274 +458367,-702.4651408,-40.09071885,-638.9308664,-309.5002568,-456.7686241 +458368,-696.6544,-29.60642979,-632.1272414,-308.507096,-646.3492118 +458369,-692.9876846,-18.30692526,-627.1475239,-304.2609266,-587.2404798 +458370,-684.9768416,-10.00452875,-622.0390336,-301.6295936,-370.4536042 +458371,-682.5997675,-0.087504889,-615.2867292,-298.5245124,-619.1400295 +458372,-674.0335762,10.10535429,-609.3368731,-295.4683357,-558.8393254 +458373,-668.3606831,20.12627537,-604.3397092,-291.7077465,-494.5833554 +458374,-665.0443298,30.34177643,-596.7813062,-289.0322966,-237.4837371 +458375,-657.721279,39.9317654,-592.8805944,-286.5868824,-586.0794129 +458376,-653.2884543,50.65776854,-586.5004922,-282.45636,-330.1093136 +458377,-646.3717541,44.0023557,-580.4269009,-280.5668973,-617.1227123 +458378,-642.5674989,95.27307135,-575.8893215,-276.5732407,-392.6903168 +458379,-635.6583294,43.71949853,-570.9078548,-274.3120795,-638.7542125 +458380,-631.3369854,44.06368331,-564.8631252,-271.2012368,-531.7040211 +458381,-625.6789776,45.07161546,-559.8052568,-267.8705008,-409.266905 +458382,-620.0465797,46.5215767,-553.6927181,-265.0736207,-492.4648588 +458383,-615.7487067,145.1289672,-549.988592,-262.682648,-176.0620524 +458384,-581.4160841,54.2759355,-517.8593399,-247.4233426,-550.698064 +458385,-645.8889566,48.60439553,-579.8696189,-274.4388849,-528.9978939 +458386,-580.095323,140.7789353,-515.8867594,-245.4374729,-219.9759804 +458387,-598.7480605,50.88656139,-534.4295779,-252.8670292,-594.9419166 +458388,-590.2218081,129.132761,-525.6026021,-248.6137911,-314.5224808 +458389,-583.3977316,53.6660646,-520.1538563,-245.3280155,-625.236429 +458390,-580.227925,55.72152862,-516.9059083,-242.7056693,-556.8158209 +458391,-572.7441338,58.38947772,-510.7233576,-239.9439946,-337.6157634 +458392,-570.4871787,61.26534155,-508.0029817,-237.3493654,-471.7063582 +458393,-503.8651858,77.06557474,-443.4684846,-208.7451348,-367.5133758 +458394,-646.2458475,182.0086001,-583.4460195,-268.89139,-78.35032809 +458395,-513.0186503,66.61726642,-453.3065058,-212.0807989,-566.2362827 +458396,-557.7801567,161.8583228,-497.497806,-230.1952596,-225.1529138 +458397,-544.9576872,69.18183942,-485.3989543,-223.6221134,-609.1932896 +458398,-538.4343512,151.744087,-479.0341054,-221.2576703,-310.5694652 +458399,-534.4785679,73.31788982,-473.8605812,-218.6769783,-634.4412379 +458400,-528.8075897,75.9242026,-469.7606738,-215.2592754,-478.8339447 +458401,91.88164209,79.27550616,91.93135723,41.68172579,167.2378064 +458402,101.8191755,91.37129733,102.9173276,46.55221876,197.0202803 +458403,116.5303463,107.8274735,118.9180633,53.65658477,239.5132699 +458404,131.6839375,124.2801372,135.2482029,60.85663082,283.145328 +458405,145.4267113,138.8928278,149.9843694,67.27616826,322.9835612 +458406,157.4932581,151.4956207,162.8941945,72.82411124,358.2556989 +458407,168.1944178,162.4929446,174.3319825,77.6810391,388.7939177 +458408,177.8572933,172.2931145,184.6538063,82.02482889,415.5802311 +458409,186.6937724,181.1724203,194.0880878,85.96976589,439.4664191 +458410,194.8750025,189.3113046,202.7851376,89.59036576,461.001513 +458411,202.4912083,196.8370354,210.852415,92.93923597,480.5295698 +458412,209.6109538,203.8503895,218.3775823,96.05852662,498.3024521 +458413,216.2987448,210.4360735,225.4367917,98.98412444,514.5341394 +458414,222.5129195,216.665799,232.0964728,101.7466948,529.4160469 +458415,228.3566985,222.5995653,238.4137418,104.3720528,543.1184485 +458416,233.9297701,228.28703,244.4371614,106.8816808,555.7905554 +458417,239.2949948,233.7690587,250.2077539,109.2933373,567.5615854 +458418,244.4891196,239.0792479,255.7601342,111.6216902,578.5430653 +458419,249.5367057,244.2452448,261.1235322,113.8788693,588.8312602 +458420,254.1847738,249.1659029,266.0500212,115.950995,598.0136855 +458421,259.0635245,254.1388835,271.1738093,118.1252616,607.2771608 +458422,263.8330055,445.6518186,276.157846,120.2472311,616.0393471 +458423,268.5071703,409.925949,281.0183313,122.3231437,624.3567976 +458424,273.0989816,431.6050106,285.7702136,124.3588083,632.2805622 +458425,277.6198457,460.6409835,290.4267911,126.3593864,639.8558033 +458426,282.0736987,481.2491919,294.9969073,128.328135,647.1214646 +458427,286.4707523,501.6657098,299.4907936,130.2689522,654.1109416 +458428,290.8290669,521.4872194,303.9174601,132.1852424,660.8530422 +458429,295.1431368,541.4985488,308.2840612,134.0796431,667.3727435 +458430,299.4070832,560.8639008,312.5962004,135.9541598,673.6915701 +458431,303.6211102,579.0694979,316.8584368,137.81039,679.8282595 +458432,307.7843412,595.8968781,321.0699024,139.647612,685.799104 +458433,311.8982933,613.3429756,325.2307444,141.4655999,691.6183218 +458434,315.9663119,629.9194664,329.3429776,143.2649918,697.2983583 +458435,319.9922448,646.3582426,333.4094628,145.0468329,702.8501957 +458436,323.9796871,662.5896995,337.4330474,146.8121887,708.2834877 +458437,327.9316794,678.3642756,341.4162393,148.5619972,713.6067854 +458438,331.8507533,694.3855117,345.3611813,150.2970549,718.8276338 +458439,335.7390578,709.7337427,349.2697221,152.0180466,723.9527594 +458440,339.5984421,724.8292998,353.1434717,153.7255676,728.9881002 +458441,343.4305369,740.2782751,356.9838698,155.4201532,733.9390014 +458442,347.236773,754.9637471,360.7921979,157.1022809,738.8102012 +458443,351.0184224,769.6877982,364.569614,158.7723847,743.6059919 +458444,354.7766188,784.1802635,368.317168,160.43086,748.3302067 +458445,358.5123826,798.2430641,372.0358216,162.0780716,752.9863527 +458446,362.2266276,813.0895166,375.7264534,163.7143537,757.5775676 +458447,365.920187,826.4017002,379.3898784,165.3400185,762.1067508 +458448,369.5938239,840.4642646,383.0268577,166.9553587,766.57652 +458449,373.2482399,854.0561987,386.6381037,168.5606498,770.9893153 +458450,376.884081,867.5380104,390.2242846,170.1561509,775.3473397 +458451,380.5019541,880.8678244,393.7860385,171.7421106,779.6526803 +458452,384.1024202,893.6952115,397.3239676,173.3187638,783.9072243 +458453,387.6860126,907.3169169,400.8386522,174.8863374,788.1127792 +458454,391.2532274,919.9236589,404.3306415,176.4450463,792.2709793 +458455,394.8045482,932.7492865,407.8004765,177.9951031,796.3834215 +458456,398.3404245,945.3734482,411.248662,179.5367049,800.4515333 +458457,401.8613314,957.8273509,414.6757021,181.0700501,804.4767331 +458458,405.3677334,970.2442736,418.0820746,182.5953253,808.4602978 +458459,408.8600886,982.4547357,421.4682478,184.1127141,812.4034914 +458460,412.3388324,994.5316756,424.8346715,185.622392,816.3074591 +458461,415.5988319,1174.905098,427.9762306,187.0310968,819.7996048 +458462,425.8742489,1188.370898,438.1332596,191.5913282,836.5583941 +458463,439.6853106,1201.369517,451.8300008,197.6907955,860.0368627 +458464,453.5178822,1213.301991,465.5524124,203.7285928,883.7348639 +458465,465.9150378,1226.385285,477.84112,209.0604235,904.9789141 +458466,476.7416303,1238.138113,488.5580627,213.6489497,923.4928434 +458467,486.2977148,1250.132121,498.0010277,217.6504262,939.7705835 +458468,494.8891662,1267.315737,506.4744496,221.2167255,954.3138553 +458469,502.726154,1281.925982,514.1876585,224.4505711,967.4629154 +458470,509.9438219,1296.885329,521.2753108,227.4171502,979.4362363 +458471,516.637933,1311.585119,527.8328716,230.1618898,990.3920579 +458472,522.8853884,1325.889592,533.9370662,232.7205952,1000.461151 +458473,528.6547274,1340.334118,539.6535982,235.1233326,1009.758392 +458474,534.0511194,1354.44928,545.0391025,237.3955075,1018.384777 +458475,539.1750604,1368.478378,550.1419191,239.5583599,1026.428337 +458476,544.0905561,1382.296913,555.0028297,241.6294253,1033.964798 +458477,548.8356341,1396.170849,559.6560975,243.6231143,1041.059195 +458478,553.1051873,1409.586427,563.7998201,245.4009572,1047.166069 +458479,557.5943863,1423.183559,568.1332316,247.2796357,1053.560345 +458480,562.0113521,1436.460029,572.3675032,249.1265223,1059.72132 +458481,566.3645048,1449.665461,576.51317,250.9451346,1118.670396 +458482,570.4552514,1462.668866,580.3733659,252.6448496,1309.874652 +458483,569.6844024,1475.765381,579.3506195,252.1349533,1232.664377 +458484,568.9505637,1488.371849,739.9347504,251.6397294,1271.521363 +458485,568.2908305,1501.208443,706.9442606,251.182091,1291.870585 +458486,692.962648,1513.704953,721.2621795,250.7631848,1307.404111 +458487,735.4082354,1526.141806,743.2187777,250.3754309,1323.08207 +458488,712.5222808,1538.439584,757.3099603,250.0106125,1337.874883 +458489,744.6578727,1550.545804,770.9741128,249.6624091,1353.055723 +458490,759.9894302,1562.69344,784.916859,295.37826,1367.291478 +458491,775.0952148,1574.618995,797.6239479,322.4826825,1381.927632 +458492,789.6773906,1586.244192,810.489179,308.9942127,1395.606715 +458493,804.1963672,1598.055847,822.7141951,323.6159356,1410.096968 +458494,818.2742688,1609.540438,835.571762,330.2991561,1423.11923 +458495,832.2437448,1620.979981,846.8819922,336.9690278,1436.719132 +458496,846.1933127,1639.27979,859.4171492,343.1956743,1449.639597 +458497,859.8227614,1643.060515,870.7685386,349.6006339,1463.012249 +458498,873.0084297,1665.242312,882.3171653,355.7413369,1475.539689 +458499,886.938285,1662.676387,893.7943492,361.8698758,1488.212044 +458500,899.2408827,1660.277531,904.9804025,367.6892252,1500.550066 +458501,912.8953858,1697.54882,915.648309,373.7586616,1512.780316 +458502,925.1569191,1694.766283,927.0522875,379.4119387,1524.807096 +458503,938.6278512,1708.163504,937.3988373,385.1039599,1536.667 +458504,950.3941039,1718.518021,948.3991619,390.761117,1548.357707 +458505,962.9932419,1728.856528,958.2846113,396.3005186,1559.883981 +458506,975.4364118,1739.00663,968.925501,401.5746565,1571.248676 +458507,987.5481591,1749.068099,978.6205391,407.2658466,1582.456719 +458508,1009.269839,1766.514639,997.6376668,415.7709619,1593.218207 +458509,1023.044081,1777.765882,1008.579699,421.8150344,1604.703318 +458510,1035.175468,1788.38401,1018.870315,427.0634747,1615.25002 +458511,1047.655991,1798.566272,1029.13523,432.4587384,1625.985675 +458512,1059.570035,1808.741981,1038.911736,437.4521298,1636.471019 +458513,1071.358932,1818.685129,1048.84208,442.8412248,1646.804322 +458514,1083.487384,1828.509371,1058.326037,447.8194431,1657.114539 +458515,1095.05981,1838.283569,1067.953209,452.5347153,1667.256898 +458516,1106.838296,1847.714399,1077.241172,457.6616555,1677.143805 +458517,1117.919655,1857.130106,1086.6441,462.4412368,1687.141181 +458518,1129.330991,1866.646999,1095.661586,467.1398961,1696.818346 +458519,1140.659119,1875.647237,1104.832133,471.7818285,1706.566761 +458520,1151.235455,1884.803244,1113.693596,476.5692529,1716.080834 +458521,1170.011119,1896.783171,1129.531582,484.2123658,1747.255443 +458522,1182.442082,1906.438881,1139.891669,489.3649838,1758.346067 +458523,1194.822593,1915.770154,1150.585659,494.4375271,1768.744517 +458524,1206.85136,1924.914598,1160.153448,499.6365772,1778.982419 +458525,1218.727327,1933.987025,1170.012007,504.412716,1804.15065 +458526,1230.476226,1942.610946,1179.587515,509.268517,1793.503717 +458527,1242.117856,1951.528549,1189.042668,513.8512157,1792.021905 +458528,1253.613437,1960.137346,1198.514979,518.8726387,1827.633915 +458529,1265.146127,1968.493696,1207.750468,523.3884671,1823.731924 +458530,1276.489075,1976.92736,1217.060705,528.0446313,1835.488051 +458531,1287.795441,1985.069536,1226.187814,532.6211799,1844.614611 +458532,1298.96299,1993.445136,1235.271591,537.1552646,1853.39821 +458533,1310.192323,2001.271186,1244.290334,541.4218061,1862.229367 +458534,1321.233795,2009.274381,1253.16901,546.2425768,1870.990052 +458535,1332.191668,2017.073329,1262.07408,550.4741285,1879.473708 +458536,1343.218047,2030.385231,1270.97879,554.8951965,1888.035272 +458537,1353.451983,2039.933609,1279.559487,559.4673403,1896.440127 +458538,1365.115711,2050.021591,1288.373611,563.4281645,1904.858173 +458539,1375.521815,2016.263756,1296.956586,567.8613692,1912.992225 +458540,1386.263005,2071.718492,1305.46569,572.0859146,1921.243791 +458541,1396.839175,2057.420364,1332.190221,576.0330553,1929.325058 +458542,1407.50904,2068.569232,1315.073801,580.6338025,1937.356935 +458543,1417.904867,2075.616133,1314.652792,584.5334289,1959.558354 +458544,1428.482807,2082.67814,1350.39929,588.7369518,1931.72662 +458545,1438.756515,2089.06885,1344.499868,592.7672559,1971.964972 +458546,1449.235313,2096.067005,1355.739246,596.8707456,1965.353821 +458547,1459.394601,2126.686009,1363.995182,600.8418456,1986.99253 +458548,1469.780545,2073.999165,1372.085665,604.8929092,1976.398035 +458549,1479.831062,2150.688393,1380.244789,608.8419799,1981.067886 +458550,1490.026716,2109.176562,1399.166899,612.4023871,1988.158881 +458551,1499.603668,2130.214871,1380.003641,616.8273517,1998.485817 +458552,1518.460301,2132.225591,1411.605725,620.2927963,1996.307095 +458553,1514.822936,2135.778041,1409.88263,624.2128265,2008.46285 +458554,1542.757202,2139.869005,1419.191127,627.8577047,2007.030087 +458555,1525.506783,2143.504743,1426.664247,631.5540558,2017.355461 +458556,1532.934835,2146.772837,1434.243749,635.2816584,2021.955531 +458557,1564.555014,2150.069641,1441.687461,638.9002094,2020.742065 +458558,1560.606141,2153.059393,1454.550609,642.5677794,2032.86956 +458559,1572.356093,2155.996973,1459.691757,646.0618304,2031.956347 +458560,1581.248965,2158.650874,1450.795029,649.6887063,2027.291291 +458561,1589.894983,2161.18774,1478.355123,653.2285894,2017.407504 +458562,1598.462506,2163.533561,1476.503439,656.7270246,2006.723141 +458563,1607.382113,2165.757186,1492.188554,660.2580607,1995.6416 +458564,1615.624643,2167.797811,1498.590822,663.7042957,1984.520414 +458565,1624.376174,2169.723599,1480.729464,667.1480976,1973.614313 +458566,1632.442177,2171.515932,1517.322286,670.6201394,1962.995891 +458567,1641.128224,2180.258156,1514.196384,674.0770085,1952.823446 +458568,1649.367209,2164.525076,1516.804389,677.3399519,1942.812257 +458569,1657.549539,2187.490764,1545.983269,680.8460637,1933.202548 +458570,1665.747321,2173.685947,1512.740276,684.0887153,1924.126814 +458571,1673.943859,2179.536809,1565.178382,687.5809234,1915.959696 +458572,1681.959925,2180.107795,1540.537236,690.7712497,1908.650451 +458573,1690.187999,2180.796616,1557.887868,694.1001086,1901.696141 +458574,1697.969293,2181.388599,1563.381512,697.4237669,1895.318138 +458575,1706.003148,2182.038734,1569.726799,700.7401388,1889.504769 +458576,1714.17394,2182.466429,1576.465089,703.9013178,1884.019781 +458577,1721.926916,2182.807601,1583.311141,707.1608622,1878.767278 +458578,1729.885444,2183.012223,1594.698571,710.4227169,1873.810691 +458579,1737.840417,2183.104173,1594.287452,713.6303717,1868.945947 +458580,1745.767364,2183.05782,1603.447334,716.8064953,1864.017815 +458581,1635.29863,2123.174605,1491.501697,666.4283,1860.531854 +458582,1640.301422,2130.102635,1495.78207,668.1947401,1844.055944 +458583,1646.413163,2124.882025,1500.103045,670.6643966,1823.450413 +458584,1652.60112,2131.665913,1505.016658,672.9373534,1805.477098 +458585,1658.880266,2113.014855,1509.963322,675.3475697,1791.053305 +458586,1665.144533,2133.664682,1515.165764,677.9122303,1779.777704 +458587,1671.692459,2109.602849,1524.875099,680.211881,1770.811881 +458588,1678.018482,2130.590633,1522.866266,682.7840529,1763.267406 +458589,1684.307436,2106.494914,1530.541602,685.2580088,1756.475764 +458590,1690.807837,2127.341736,1535.62829,687.5550822,1750.415049 +458591,1697.305193,2102.991751,1540.437314,690.2413239,1744.888262 +458592,1703.553745,2123.772959,1545.048234,692.4779752,1739.801843 +458593,1710.28595,2098.980678,1550.513367,695.0771785,1735.018088 +458594,1716.322557,2112.596991,1555.048618,697.4092361,1730.408781 +458595,1726.683244,2105.002323,1565.007974,699.9543354,1726.296233 +458596,1733.126644,2103.427258,1563.235892,702.2321072,1722.397 +458597,1739.837535,2101.239642,1570.440902,704.8455268,1718.455354 +458598,1746.589802,2098.812514,1575.325456,707.1273245,1714.681288 +458599,1753.935557,2096.276214,1584.425697,709.6597596,1711.461033 +458600,1726.713966,2093.667198,1583.504043,712.0221934,1708.204367 +458601,1777.719863,2090.932685,1590.096095,714.455785,1704.821295 +458602,1763.473102,2088.348024,1599.037618,716.7929176,1701.561513 +458603,1774.112363,2085.229969,1598.427029,719.2332686,1698.435038 +458604,1780.47009,2082.336394,1608.159932,721.6024552,1695.365196 +458605,1787.184901,2079.322761,1608.151262,724.0556506,1692.336759 +458606,1793.207926,2076.151968,1616.210258,726.3420353,1689.349323 +458607,1799.768058,2072.916695,1620.763461,728.822991,1686.531905 +458608,1806.073839,2069.671812,1623.76776,731.0897989,1683.758628 +458609,1812.396023,2066.255429,1622.598699,733.5605247,1680.678298 +458610,1819.075375,2062.813905,1620.298271,735.8175673,1677.022601 +458611,1824.908677,2058.837402,1616.307311,738.3278534,1672.69861 +458612,1831.201243,2054.371572,1612.347967,740.7463162,1667.754128 +458613,1837.2507,2050.034854,1608.50545,743.0412993,1662.341996 +458614,1848.408408,2045.440452,1604.817605,745.5487891,1656.620725 +458615,1855.263428,2040.862825,1601.291018,747.9629602,1650.710668 +458616,1859.40142,2036.09725,1597.936174,750.1927473,1644.715109 +458617,1839.927819,2031.273668,1594.791808,752.7811661,1638.750276 +458618,1879.944319,2026.354549,1591.792407,755.1456314,1632.785807 +458619,1870.555672,2021.349475,1588.875082,757.4929113,1626.782468 +458620,1879.462218,2016.263648,1586.06967,759.8978864,1620.807663 +458621,1885.71454,2011.098635,1583.374025,762.279763,1614.882438 +458622,1908.085664,2005.857019,1580.930568,764.6320664,1608.965206 +458623,1873.352976,2000.543849,1578.395367,767.073393,1603.131633 +458624,1915.195377,1995.159441,1575.95071,769.4728192,1597.373853 +458625,1907.381927,1989.706604,1573.533412,771.7374096,1591.615971 +458626,1927.562224,1984.189225,1571.146173,774.2146634,1585.865425 +458627,1909.335681,1978.609654,1568.830243,776.594952,1580.178396 +458628,1928.240076,1972.937991,1566.584034,778.8527425,1574.557481 +458629,1964.400715,1967.281699,1564.312087,783.8765189,1568.886988 +458630,1908.880184,1956.1387,1562.036028,779.4077571,1563.196038 +458631,1924.320326,1949.420067,1559.502963,788.6839904,1557.548856 +458632,1975.618858,1943.134416,1556.781834,780.8574829,1551.912656 +458633,1907.718002,1936.87199,1554.091572,797.3772998,1546.338219 +458634,1992.232886,1930.64644,1551.952983,779.535368,1541.574578 +458635,1932.35432,1924.549126,1550.031012,788.1167721,1536.770179 +458636,1983.325837,1918.097076,1548.159954,797.1537512,1531.950509 +458637,1963.240222,1911.899942,1546.564362,794.2897644,1527.419519 +458638,1977.306719,1905.574013,1545.162165,797.8165539,1523.090102 +458639,1981.568783,1899.303346,1544.020134,799.9355578,1519.062096 +458640,1986.935108,1892.930141,1543.126755,802.227441,1515.317389 +458641,1728.012645,1756.43941,1545.997155,694.6213739,1518.828475 +458642,1761.175347,1774.838113,1536.310512,693.9913914,1504.582915 +458643,1756.860086,1752.573577,1520.763197,694.010298,1480.614589 +458644,1733.542827,1747.218733,1506.061898,694.4536006,1456.456519 +458645,1760.821667,1738.937825,1494.59622,695.0940412,1436.427357 +458646,1753.505064,1730.693767,1486.237137,695.8190677,1420.547111 +458647,1757.063017,1722.819631,1480.173617,696.5317286,1407.907655 +458648,1759.946849,1714.705305,1475.645557,697.3178483,1397.568521 +458649,1762.45454,1719.615352,1472.120007,698.1763787,1388.650157 +458650,1765.196955,1680.214746,1469.355946,699.0344893,1380.853028 +458651,1769.416775,1700.207488,1467.161096,699.9114952,1373.984152 +458652,1774.308968,1679.791665,1465.353481,700.807787,1367.844777 +458653,1778.697894,1675.064884,1463.858874,701.7215695,1362.345021 +458654,1791.485416,1666.725511,1462.60281,702.6513074,1357.379462 +458655,1777.280203,1658.799351,1461.552097,703.5957869,1352.888363 +458656,1799.360872,1650.886068,1460.66318,704.5539097,1348.798073 +458657,1797.877614,1642.962003,1459.876463,705.525067,1345.015507 +458658,1804.558194,1634.922874,1459.180931,706.447575,1341.508994 +458659,1812.249009,1627.190306,1458.560839,707.5948908,1338.242073 +458660,1821.230994,1643.535315,1457.950479,708.4661018,1335.117144 +458661,1814.998045,1576.44932,1457.461123,709.5364261,1332.258689 +458662,1822.450941,1620.158957,1457.083372,710.5541077,1329.642832 +458663,1858.937483,1592.075867,1456.639519,711.5911416,1327.037153 +458664,1808.925996,1587.662926,1456.232257,712.6378896,1324.559 +458665,1873.337512,1579.947565,1455.917754,713.6938826,1322.268855 +458666,1815.661543,1572.011014,1455.652061,714.7587894,1320.104281 +458667,1894.719834,1564.386375,1455.721569,715.8321204,1318.416838 +458668,1838.203284,1556.535515,1455.881867,716.914039,1316.898274 +458669,1884.293863,1548.796514,1455.902,718.003959,1315.255984 +458670,1869.354367,1541.061102,1455.859052,719.8816183,1313.57873 +458671,1882.678616,1533.553446,1455.85795,720.25638,1311.989934 +458672,1887.996677,1526.315769,1456.10833,722.2672528,1310.751519 +458673,1894.610002,1518.978307,1456.618259,722.0898895,1309.876088 +458674,1901.453502,1511.40601,1457.286009,724.9941763,1309.238096 +458675,1908.249475,1504.207283,1458.060247,723.5800269,1308.772103 +458676,1915.091989,1496.786837,1458.897736,728.1670287,1308.420494 +458677,1922.172889,1489.5803,1459.778657,724.534235,1308.153797 +458678,1928.80403,1482.299793,1460.684028,732.1906171,1307.943539 +458679,1936.264152,1475.086116,1461.614544,724.2581507,1307.786281 +458680,1943.181796,1467.787881,1462.556514,738.0086078,1307.661333 +458681,1950.405788,1460.527124,1463.514413,721.4843001,1307.571316 +458682,1957.528129,1453.625082,1464.467576,747.4151106,1307.488031 +458683,1964.773284,1446.160558,1465.444494,713.9222499,1307.445093 +458684,1972.131781,1461.889803,1466.408512,743.4158529,1307.395257 +458685,1979.615292,1399.239529,1467.394522,746.057019,1307.380904 +458686,1986.846715,1463.632014,1468.40741,719.9152075,1307.407408 +458687,1994.410244,1381.263498,1469.457215,743.4148733,1307.487026 +458688,2001.790266,1431.203478,1470.484401,754.5748719,1307.74644 +458689,2009.288385,1393.427237,1471.512591,716.2946583,1307.798581 +458690,2025.159149,1399.715392,1472.717858,751.5149402,1308.074064 +458691,2020.956553,1389.045837,1473.861384,757.1568806,1308.279912 +458692,2033.334808,1382.598961,1474.885186,719.9154108,1308.344999 +458693,2040.77179,1375.69256,1475.965457,753.5862544,1308.487554 +458694,2047.882074,1368.825359,1477.023262,764.0492388,1308.608009 +458695,2055.720712,1361.760212,1478.118547,718.2670468,1308.780819 +458696,2063.567915,1355.102751,1479.274021,760.0795181,1309.034701 +458697,2071.488959,1348.124866,1480.405561,746.6893017,1309.265287 +458698,2079.112094,1341.493324,1481.535979,749.8461039,1309.501057 +458699,2087.267319,1334.497135,1482.685938,751.1787698,1309.767479 +458700,2094.748139,1327.774874,1483.849696,752.3274862,1310.057275 +458701,2338.868608,1428.620619,1488.194623,860.2661097,1313.560025 +458702,2353.243785,1424.26441,1509.38133,863.6040562,1340.151484 +458703,2357.980748,1419.317809,1535.236047,866.0694936,1374.19437 +458704,2380.941305,1414.026492,1557.197146,868.6585843,1405.023037 +458705,2376.918547,1408.963899,1573.588173,870.9080603,1428.920884 +458706,2398.571414,1403.393203,1585.201403,873.137588,1446.867892 +458707,2403.215792,1398.073768,1593.670292,875.2978066,1460.941389 +458708,2417.807963,1394.912572,1600.051294,877.4136446,1472.055223 +458709,2421.955041,1391.091498,1605.056153,879.4951093,1481.319065 +458710,2434.170324,1387.35427,1609.319239,881.5474877,1488.597529 +458711,2438.403273,1383.461699,1612.920312,883.5755802,1494.805993 +458712,2443.196064,1379.642857,1616.098837,885.5811938,1499.794666 +458713,2444.32138,1375.814265,1618.395206,887.5671209,1503.575431 +458714,2445.422951,1372.088946,1620.029809,889.6045405,1506.216349 +458715,2446.62327,1368.134355,1621.11374,891.4501613,1507.88083 +458716,2447.991296,1364.399506,1621.788517,893.434467,1508.774232 +458717,2449.533081,1360.596293,1622.165355,895.343286,1509.066312 +458718,2451.233599,1356.821131,1622.52209,897.2478879,1508.888126 +458719,2453.078622,1352.966168,1622.521735,899.1393179,1508.34186 +458720,2455.05856,1349.365738,1622.400035,901.0173967,1507.50819 +458721,2457.163959,1345.576411,1622.19308,902.8829094,1506.449283 +458722,2459.385551,1341.8883,1621.925692,904.6649574,1505.21362 +458723,2461.712873,1338.207936,1621.613678,906.6823491,1503.837847 +458724,2464.134376,1334.549683,1621.2675,908.3550067,1502.35018 +458725,2466.639386,1330.915414,1620.894888,910.2345582,1500.773138 +458726,2469.217986,1327.306033,1620.501241,912.0308007,1499.124171 +458727,2471.861772,1323.723034,1620.090497,913.8265279,1497.417022 +458728,2474.839653,1320.167325,1619.663773,915.6117117,1495.660346 +458729,2477.560501,1316.640382,1619.222654,917.3870088,1493.862108 +458730,2480.320834,1313.143118,1618.770808,919.2244505,1492.031887 +458731,2483.131556,1309.137249,1618.312633,920.3699126,1490.179336 +458732,2485.98621,1305.049265,1617.796805,921.5617534,1488.312673 +458733,2488.876164,1300.934081,1617.188125,922.5510173,1486.437135 +458734,2491.795691,1296.806903,1616.479048,923.6843967,1484.555184 +458735,2494.742469,1292.676426,1615.677641,924.6094406,1482.667789 +458736,2497.715992,1288.547859,1614.796429,925.5569664,1480.775891 +458737,2500.716228,1284.425756,1613.846388,926.4544124,1478.880005 +458738,2503.742418,1280.313383,1612.835695,927.3138197,1476.980255 +458739,2506.792982,1276.214296,1611.770206,928.2120673,1475.07634 +458740,2509.867229,1272.131412,1610.654654,928.8874164,1473.168231 +458741,2512.964494,1268.067327,1609.492782,929.6953412,1471.255718 +458742,2516.083351,1264.025448,1608.287384,930.4045416,1469.338203 +458743,2519.222686,1260.008328,1607.040871,931.0926561,1467.415213 +458744,2522.381645,1256.018613,1605.755335,931.7493748,1465.486416 +458745,2525.559727,1251.96572,1604.432656,932.3753618,1463.551635 +458746,2529.031683,1248.176388,1603.07227,932.9709833,1461.607969 +458747,2532.202293,1244.220339,1601.674875,933.5371507,1459.654387 +458748,2535.384632,1240.381862,1600.244751,933.9975581,1457.694674 +458749,2538.590046,1236.571115,1598.784104,934.6203458,1455.730206 +458750,2541.820085,1232.803686,1597.292728,935.1225605,1453.759518 +458751,2545.072863,1229.082889,1595.770954,935.4727118,1451.781952 +458752,2548.345983,1225.411118,1594.219237,935.9535724,1449.797131 +458753,2551.642056,1219.754049,1592.641098,936.3477837,1447.80866 +458754,2555.246881,1216.065887,1591.036272,936.7604676,1445.815447 +458755,2558.51458,1212.833666,1589.400224,937.1900138,1443.811014 +458756,2561.786021,1209.614158,1587.732684,937.6381114,1441.794392 +458757,2565.074186,1206.464979,1586.03536,938.1060018,1439.767116 +458758,2568.655277,1203.358193,1584.307259,938.5938467,1437.727343 +458759,2571.867153,1200.285036,1582.548389,939.4946453,1435.674539 +458760,2575.295864,1197.241128,1580.760024,940.4920502,1433.609858 +458761,2579.741505,1216.919995,1580.320802,964.3781261,1434.079967 +458762,2586.410492,1215.21068,1581.602566,966.67119,1436.849124 +458763,2594.883795,1213.016078,1583.698094,968.5577554,1440.783263 +458764,2603.21275,1210.69778,1585.626738,970.3601839,1444.657556 +458765,2610.387215,1208.293892,1586.976896,972.1762781,1448.139613 +458766,2616.728191,1205.838654,1587.752578,973.7596434,1450.771181 +458767,2622.817229,1203.352634,1588.093252,975.5061299,1452.89242 +458768,2628.239248,1200.8479,1588.129858,977.1809699,1454.639437 +458769,2633.431129,1198.331523,1587.951712,978.872949,1456.10713 +458770,2638.481423,1195.806796,1587.611763,980.682794,1457.35296 +458771,2643.437197,1193.276183,1587.142227,982.2374757,1458.413452 +458772,2648.324566,1190.740568,1586.564689,984.1728364,1459.314727 +458773,2653.159285,1188.201185,1585.89485,985.7715762,1460.077149 +458774,2657.953102,1185.658199,1585.145281,987.6978709,1460.71818 +458775,2662.706228,1183.112371,1584.320198,993.099528,1461.245271 +458776,2667.740483,1180.563578,1583.437061,987.0840844,1461.6832 +458777,2672.432537,1177.918611,1582.485433,1005.910083,1462.021366 +458778,2677.131475,1175.50239,1581.502725,976.7532683,1462.310326 +458779,2681.842679,1172.880296,1580.488407,1005.468889,1462.55236 +458780,2686.507797,1170.335492,1579.405717,996.4755212,1462.703414 +458781,2691.160294,1167.775007,1578.27675,1000.497326,1462.794011 +458782,2695.797177,1168.595952,1577.101362,1006.04835,1462.826057 +458783,2701.258942,1166.578749,1576.245068,1008.692215,1462.786014 +458784,2707.214804,1164.295543,1575.563521,1010.969325,1462.677396 +458785,2713.209733,1161.936924,1574.859649,1013.131469,1462.508469 +458786,2719.019473,1159.537504,1574.035308,1015.577393,1462.288017 +458787,2724.613863,1157.112828,1573.076454,1017.621426,1462.027027 +458788,2730.041992,1154.670067,1572.003796,1019.938227,1461.735971 +458789,2735.359565,1152.213591,1570.84117,1022.180398,1461.422016 +458790,2740.60613,1149.745336,1569.605829,1024.449705,1461.089624 +458791,2745.802586,1147.767214,1568.307143,1027.105845,1460.739563 +458792,2750.829877,1145.887004,1567.005463,1029.847443,1460.371003 +458793,2755.628101,1144.055906,1565.743186,1032.725475,1459.985045 +458794,2760.204875,1142.261037,1564.533818,1035.427681,1459.584688 +458795,2764.595234,1140.49713,1563.373435,1038.361327,1459.172418 +458796,2768.834037,1138.760913,1562.252454,1041.253312,1458.749502 +458797,2772.947654,1137.050909,1561.161904,1044.190558,1458.316555 +458798,2776.954762,1135.365558,1560.095504,1047.069501,1457.87461 +458799,2781.159042,1133.704244,1559.046044,1050.290706,1457.421017 +458800,2784.963221,1132.065865,1558.008592,1053.114938,1456.954423 +458801,2788.677613,1130.450072,1556.982442,1056.246483,1456.477798 +458802,2792.319411,1128.855927,1555.966355,1059.310636,1455.992741 +458803,2795.91448,1123.890437,1554.969478,1058.346233,1455.513587 +458804,2798.598348,1121.686772,1553.618963,1060.600856,1455.048851 +458805,2800.730466,1119.788965,1552.050218,1063.41164,1454.602947 +458806,2802.798163,1117.982149,1550.458442,1066.184628,1454.171249 +458807,2805.040892,1116.229393,1548.942507,1069.279532,1453.745935 +458808,2807.488305,1114.514953,1547.517858,1072.027345,1453.316826 +458809,2810.071498,1112.831474,1546.157616,1080.580148,1452.865145 +458810,2812.754995,1111.174408,1544.856292,1070.442164,1452.407382 +458811,2815.491279,1109.541536,1543.596014,1084.720123,1451.938893 +458812,2818.224194,1107.931009,1542.348725,1083.648078,1451.43571 +458813,2820.951142,1106.342069,1541.116427,1087.325935,1450.908153 +458814,2823.669862,1104.773514,1539.899943,1090.58999,1450.362977 +458815,2826.369053,1103.224984,1538.693724,1093.75707,1449.797771 +458816,2829.043655,1101.695546,1537.495678,1096.97656,1449.213876 +458817,2831.689987,1100.185021,1536.304501,1100.016319,1448.613011 +458818,2834.305006,1098.692578,1535.118971,1103.298407,1447.996479 +458819,2836.885607,1097.218133,1533.937807,1106.518602,1447.365029 +458820,2839.429519,1095.760911,1532.760185,1109.769141,1446.71963 +458821,2845.479375,1061.142644,1535.067565,1079.767307,1452.337767 +458822,2846.560429,1059.219385,1533.769612,1082.620735,1452.419356 +458823,2845.262763,1057.498503,1530.686821,1085.555168,1449.527376 +458824,2844.278169,1055.791336,1527.717965,1088.547058,1446.427263 +458825,2844.666029,1054.115244,1525.633919,1091.556515,1444.324166 +458826,2846.34369,1052.458555,1524.426129,1094.672904,1443.327067 +458827,2848.87345,1050.818849,1523.837911,1097.565291,1443.170138 +458828,2851.872061,1049.19491,1523.635636,1100.672704,1443.58485 +458829,2855.10574,1047.586131,1523.672025,1103.70605,1444.394629 +458830,2858.4547,1045.991663,1523.866503,1106.757896,1445.498044 +458831,2861.85975,1044.322079,1524.174166,1109.814121,1446.834227 +458832,2865.286766,1042.883449,1524.565735,1112.872606,1448.360074 +458833,2868.712891,1041.266566,1525.019592,1115.932232,1450.041372 +458834,2872.120323,1039.825027,1525.518722,1118.991656,1451.849462 +458835,2875.496851,1038.163699,1526.050484,1122.049835,1453.761226 +458836,2878.83478,1036.705127,1526.606,1125.105528,1455.75854 +458837,2882.128525,1035.182476,1527.178435,1128.157768,1457.826227 +458838,2885.373999,1033.682939,1527.762653,1131.205378,1459.951738 +458839,2888.56886,1032.194058,1528.354915,1134.247312,1462.12482 +458840,2891.711118,1030.715045,1528.952296,1137.377147,1464.33679 +458841,2894.801774,1029.245958,1529.554248,1140.263447,1466.373898 +458842,2897.840989,1027.785769,1530.159758,1143.349744,1468.656509 +458843,2900.81776,1026.335204,1530.761304,1149.535132,1470.958666 +458844,2903.747263,1024.893365,1531.367632,1144.647514,1473.284384 +458845,2906.593292,1023.372541,1531.956064,1169.661983,1475.600226 +458846,2909.419095,1022.075585,1532.565246,1132.508939,1477.952974 +458847,2912.220439,1020.598134,1533.192431,1168.911888,1480.337595 +458848,2914.875626,1019.202361,1533.76269,1177.699984,1482.657101 +458849,2917.519996,1017.802109,1534.359124,1136.397478,1485.016061 +458850,2920.159969,1016.408873,1534.985645,1180.243872,1487.418323 +458851,2922.685221,1014.501952,1535.574762,1166.065401,1489.776911 +458852,2924.857051,1012.488555,1536.103485,1170.009534,1492.13504 +458853,2926.537735,1010.425818,1536.554073,1171.429289,1494.518842 +458854,2927.708257,1008.41359,1536.91546,1172.523571,1496.923416 +458855,2928.439845,1006.163149,1537.202339,1173.522186,1499.35457 +458856,2928.8104,1004.071983,1537.431097,1174.406442,1501.814607 +458857,2928.879258,1001.799936,1537.614184,1175.076005,1504.302821 +458858,2928.684841,999.730756,1537.75938,1175.812435,1506.816193 +458859,2928.252219,997.4566821,1537.871664,1176.28896,1509.351021 +458860,2927.599308,995.23553,1537.954727,1176.81702,1511.903892 +458861,2926.739503,992.9837575,1538.011283,1177.078469,1514.471417 +458862,2925.672582,988.8502702,1538.036791,1184.402467,1517.041873 +458863,2922.393722,986.3207628,1537.889311,1146.642468,1519.699484 +458864,2917.788779,983.8619266,1537.657146,1178.245498,1522.433729 +458865,2912.93152,981.3257252,1537.397953,1164.705933,1525.176156 +458866,2908.410315,978.9973319,1536.989031,1166.257049,1527.94539 +458867,2904.306076,976.5642254,1536.830934,1165.480536,1530.736242 +458868,2900.477744,973.9893655,1536.696518,1164.610117,1533.520899 +458869,2896.783712,971.5697392,1536.563661,1163.556021,1536.495386 +458870,2893.126004,969.0682382,1536.420132,1162.650843,1539.227765 +458871,2889.450974,966.5662037,1536.263002,1161.443441,1541.927833 +458872,2885.728802,963.969089,1536.09268,1160.222714,1544.599764 +458873,2881.939275,961.5457468,1535.909336,1158.883527,1547.245429 +458874,2878.061111,958.9456829,1535.71168,1157.451555,1549.866489 +458875,2874.085268,956.4044554,1535.500827,1155.921871,1552.463729 +458876,2870.006654,953.8395412,1535.278137,1154.292059,1555.037747 +458877,2865.820333,951.2628782,1535.044534,1152.561869,1557.589206 +458878,2861.52137,948.6749254,1534.800474,1150.634034,1560.118719 +458879,2857.105512,946.0725232,1534.546129,1148.836113,1562.626743 +458880,2852.570252,943.4617487,1534.282296,1146.733221,1565.114554 +458881,2849.562211,874.4326638,1535.524667,1078.330313,1570.224045 +458882,2836.710084,871.1973936,1529.866343,1075.262114,1564.693059 +458883,2819.93779,868.1492258,1520.859767,1072.474514,1553.800346 +458884,2804.230562,865.0391155,1512.675568,1069.58361,1542.826315 +458885,2791.557746,861.9926703,1506.341415,1066.528114,1534.492548 +458886,2781.634413,858.9368766,1501.980132,1063.600192,1528.706077 +458887,2773.508285,855.9558981,1499.161663,1060.385681,1524.857528 +458888,2766.368397,852.7884414,1497.496824,1057.144191,1522.356586 +458889,2759.727023,849.7784741,1495.975298,1053.785619,1520.817593 +458890,2753.339701,846.627332,1494.696691,1050.32923,1520.019147 +458891,2747.082478,843.6608921,1493.840624,1046.765707,1519.822183 +458892,2740.878877,840.6054163,1493.197795,1043.09714,1520.122352 +458893,2734.62925,837.4262141,1492.482609,1057.337322,1520.79822 +458894,2728.440986,833.2598872,1492.122949,1000.05087,1521.895845 +458895,2719.827169,830.0509754,1491.796864,1038.526497,1523.360306 +458896,2710.179578,826.9374336,1491.481666,1007.252107,1525.077528 +458897,2700.416101,823.6574713,1491.250182,1014.643493,1527.039886 +458898,2691.080999,820.4534022,1491.103398,1005.982333,1529.201819 +458899,2682.225424,817.3638626,1491.024762,1001.789045,1531.517383 +458900,2673.498193,814.1274933,1490.993729,996.7300962,1533.957788 +458901,2665.28067,811.0139002,1490.803893,991.714468,1536.492336 +458902,2656.973377,807.7177679,1490.818941,986.3193946,1539.100499 +458903,2648.815001,804.5602193,1490.852791,981.1914596,1541.766626 +458904,2641.402442,801.338936,1490.887955,975.7351268,1544.471962 +458905,2633.112864,798.0541165,1490.923685,970.2552616,1547.206788 +458906,2624.596972,794.9929652,1490.963074,964.5851928,1549.974619 +458907,2616.361557,790.6125288,1491.02986,951.0026827,1552.795882 +458908,2605.837289,787.3530258,1491.027807,943.7944932,1555.687501 +458909,2594.465968,784.037448,1491.00794,937.1721704,1558.646847 +458910,2583.004926,780.7968747,1491.022616,930.6951037,1561.864462 +458911,2571.637932,777.602453,1491.079824,926.2065365,1564.903024 +458912,2561.425095,774.519518,1491.190211,921.7473273,1567.945099 +458913,2552.241254,771.5589464,1491.343531,917.7487258,1570.966402 +458914,2543.964744,768.4802251,1491.520241,913.6166131,1573.946353 +458915,2536.378958,765.5278609,1491.703206,909.6288032,1576.872047 +458916,2529.318608,762.415774,1491.881341,905.6877911,1579.737554 +458917,2522.650367,759.4458503,1492.049715,901.8039757,1582.542859 +458918,2516.30481,756.4269404,1492.207324,897.9647597,1585.291534 +458919,2510.216695,753.4213214,1492.354447,894.1703764,1587.987972 +458920,2504.359227,750.4224282,1492.301555,890.3418009,1590.638961 +458921,2498.692822,747.4269124,1492.437345,886.731872,1593.250087 +458922,2492.91097,744.4364264,1492.572378,883.0739361,1595.826001 +458923,2487.588287,741.4510969,1492.702961,879.3394442,1598.370792 +458924,2367.31256,738.5332074,1490.100902,875.7043243,1597.389219 +458925,2364.325207,735.4705679,1484.009756,872.2219316,1591.684562 +458926,2370.826125,732.543263,1477.981342,868.6321018,1586.18913 +458927,2332.978926,729.5728511,1473.068274,865.1377503,1582.033608 +458928,2327.49449,726.6191687,1468.470063,861.6691934,1578.226625 +458929,2304.199925,723.6735461,1464.14617,858.2383445,1574.752217 +458930,2299.44307,720.7354313,1460.036784,854.8454622,1571.815812 +458931,2282.959087,717.8055039,1456.579115,851.4924667,1569.481565 +458932,2269.424684,714.8832176,1453.382705,848.1803389,1567.506622 +458933,2256.966926,711.9691378,1450.335587,844.9119903,1565.75844 +458934,2243.881284,709.0040476,1447.437235,841.6895,1564.238445 +458935,2231.567643,706.1922333,1444.665411,838.5166076,1562.916047 +458936,2210.816807,703.2610502,1441.836112,835.2707423,1561.553203 +458937,2207.728472,700.3884322,1439.058287,831.5198061,1560.283231 +458938,2189.368048,697.5146169,1436.455686,827.8564995,1559.259198 +458939,2175.324388,694.6491521,1433.850456,824.0141137,1558.25276 +458940,2162.015847,691.7918247,1431.215469,820.2079499,1557.226976 +458941,1933.647337,688.9263907,916.4305615,816.383262,2441.077271 +458942,2003.650405,816.2978643,953.3791827,942.5604205,2492.310305 +458943,2075.45061,817.7498379,994.4251361,943.1059487,2533.412386 +458944,2118.739623,814.5392244,1023.279208,939.1543164,2544.136538 +458945,2143.000871,812.1094911,1043.135098,935.875159,2540.861872 +458946,2156.78433,809.662301,1057.449732,932.1097171,2533.031684 +458947,2164.726424,807.0753523,1068.264662,928.5739841,2524.065429 +458948,2169.437415,804.5849922,1076.840462,924.9500573,2515.309672 +458949,2172.215688,801.986438,1083.868633,921.311035,2507.216649 +458950,2173.66055,799.5180951,1089.715925,917.4485235,2499.877244 +458951,2174.10829,796.9309166,1094.608933,913.9491438,2493.27945 +458952,2173.75,794.3686375,1098.70197,910.0371649,2487.353163 +458953,2172.721706,791.8628916,1102.11769,906.192823,2482.016218 +458954,2171.140403,789.235776,1104.959666,902.4273547,2477.193477 +458955,2169.105253,786.7260286,1107.316168,898.4136487,2472.819366 +458956,2166.69672,784.1752922,1109.261856,894.6726425,2468.640513 +458957,2163.978018,781.6399584,1110.859373,890.580295,2465.009925 +458958,2160.998061,779.1112035,1112.161187,886.6501716,2461.681657 +458959,2157.794112,776.5912014,1113.211222,882.5303718,2458.61692 +458960,2154.394088,774.0788526,1114.046362,878.1842484,2455.782994 +458961,2150.818088,771.5785681,1114.6976,874.0377448,2453.15204 +458962,2147.079761,769.0869881,1115.191073,869.5835229,2450.700177 +458963,2143.187184,762.145647,1115.548773,866.4341061,2448.406477 +458964,2138.026712,759.3459677,1115.614174,825.6569298,2446.248758 +458965,2132.161606,757.354623,1115.480041,868.8617922,2444.213878 +458966,2126.271583,754.285378,1115.254048,813.5645048,2442.289215 +458967,2120.679001,752.3559958,1114.993787,857.0739921,2440.462859 +458968,2115.438024,749.9979788,1114.718458,813.6927397,2438.724155 +458969,2110.531361,747.8733205,1114.447526,838.2444473,2437.101572 +458970,2105.860881,745.6771829,1114.164215,819.6604085,2435.550254 +458971,2101.350163,743.552711,1113.85487,823.1876761,2434.03211 +458972,2096.983127,741.4470455,1113.527776,817.8218019,2432.557893 +458973,2092.744036,739.3665152,1113.186927,814.9296086,2431.128524 +458974,2003.589022,737.3091982,1112.830996,811.8460713,2429.733541 +458975,2010.124724,735.2747641,1112.462339,808.6898172,2428.371852 +458976,2007.989631,733.2617601,1112.09116,805.6312856,2427.061117 +458977,1988.096761,731.2700094,1111.719235,802.6646863,2425.800462 +458978,1981.806267,729.2980539,1111.327069,799.6023327,2424.54112 +458979,1970.590268,727.3460291,1110.925721,796.7054992,2423.304536 +458980,1960.447583,725.3668932,1110.526779,793.7972425,2422.113815 +458981,1946.312214,723.5204887,1110.125096,790.9364043,2420.95424 +458982,1943.221455,721.5900442,1109.70343,788.1116433,2419.783866 +458983,1931.342905,719.7187773,1109.273312,785.3223246,2418.626695 +458984,1922.132013,717.8572982,1108.846809,782.5666541,2417.50822 +458985,1913.219451,716.0130589,1108.418433,779.8441829,2416.414071 +458986,1904.21692,714.1852956,1107.985951,777.1537662,2415.337441 +458987,1890.360332,712.3742446,1107.535847,774.4932721,2414.246026 +458988,1888.644631,710.5791202,1107.079471,771.8639632,2413.164411 +458989,1876.969841,708.8001901,1106.626915,769.2637114,2412.11444 +458990,1868.952737,707.0365981,1106.173482,766.6919193,2411.084282 +458991,1860.418994,705.2886722,1105.717364,764.1483354,2410.068731 +458992,1852.372447,703.5556166,1105.257737,761.6317789,2409.064917 +458993,1843.977545,701.7932808,1104.781875,759.1422093,2408.042977 +458994,1836.05599,700.1559443,1104.301328,756.6784863,2407.0285 +458995,1826.952152,698.4344236,1103.82611,754.2932664,2406.043613 +458996,1820.889197,696.766792,1103.350889,751.8018291,2405.075435 +458997,1812.103493,695.1063092,1102.873845,749.4527609,2404.119088 +458998,1804.661488,693.4592946,1102.394572,747.0798101,2403.172962 +458999,1796.941197,691.8261174,1101.912923,744.739584,2402.236094 +459000,1789.526667,690.2060625,1101.417243,742.3707806,2401.281377 +459001,0,0,0,0,0 +459002,0,0,0,0,0 +459003,0,0,0,0,0 +459004,0,0,0,0,0 +459005,0,0,0,0,0 +459006,0,0,0,0,0 +459007,0,0,0,0,0 +459008,0,0,0,0,0 +459009,0,0,0,0,0 +459010,0,0,0,0,0 +459011,0,0,0,0,0 +459012,0,0,0,0,0 +459013,0,0,0,0,0 +459014,0,0,0,0,0 +459015,0,0,0,0,0 +459016,0,0,0,0,0 +459017,0,0,0,0,0 +459018,0,0,0,0,0 +459019,0,0,0,0,0 +459020,0,0,0,0,0 +459021,0,0,0,0,0 +459022,0,0,0,0,0 +459023,0,0,0,0,0 +459024,0,0,0,0,0 +459025,0,0,0,0,0 +459026,0,0,0,0,0 +459027,0,0,0,0,0 +459028,0,0,0,0,0 +459029,0,0,0,0,0 +459030,0,0,0,0,0 +459031,0,0,0,0,0 +459032,0,0,0,0,0 +459033,0,0,0,0,0 +459034,0,0,0,0,0 +459035,0,0,0,0,0 +459036,0,0,0,0,0 +459037,0,0,0,0,0 +459038,0,0,0,0,0 +459039,0,0,0,0,0 +459040,0,0,0,0,0 +459041,0,0,0,0,0 +459042,0,0,0,0,0 +459043,0,0,0,0,0 +459044,0,0,0,0,0 +459045,0,0,0,0,0 +459046,0,0,0,0,0 +459047,0,0,0,0,0 +459048,0,0,0,0,0 +459049,0,0,0,0,0 +459050,0,0,0,0,0 +459051,0,0,0,0,0 +459052,0,0,0,0,0 +459053,0,0,0,0,0 +459054,0,0,0,0,0 +459055,0,0,0,0,0 +459056,0,0,0,0,0 +459057,0,0,0,0,0 +459058,0,0,0,0,0 +459059,0,0,0,0,0 +459060,0,0,0,0,0 +459061,0,0,0,0,0 +459062,0,0,0,0,0 +459063,0,0,0,0,0 +459064,0,0,0,0,0 +459065,0,0,0,0,0 +459066,0,0,0,0,0 +459067,0,0,0,0,0 +459068,0,0,0,0,0 +459069,0,0,0,0,0 +459070,0,0,0,0,0 +459071,0,0,0,0,0 +459072,0,0,0,0,0 +459073,0,0,0,0,0 +459074,0,0,0,0,0 +459075,0,0,0,0,0 +459076,0,0,0,0,0 +459077,0,0,0,0,0 +459078,0,0,0,0,0 +459079,0,0,0,0,0 +459080,0,0,0,0,0 +459081,0,0,0,0,0 +459082,0,0,0,0,0 +459083,0,0,0,0,0 +459084,0,0,0,0,0 +459085,0,0,0,0,0 +459086,0,0,0,0,0 +459087,0,0,0,0,0 +459088,0,0,0,0,0 +459089,0,0,0,0,0 +459090,0,0,0,0,0 +459091,0,0,0,0,0 +459092,0,0,0,0,0 +459093,0,0,0,0,0 +459094,0,0,0,0,0 +459095,0,0,0,0,0 +459096,0,0,0,0,0 +459097,0,0,0,0,0 +459098,0,0,0,0,0 +459099,0,0,0,0,0 +459100,0,0,0,0,0 +459101,0,0,0,0,0 +459102,0,0,0,0,0 +459103,0,0,0,0,0 +459104,0,0,0,0,0 +459105,0,0,0,0,0 +459106,0,0,0,0,0 +459107,0,0,0,0,0 +459108,0,0,0,0,0 +459109,0,0,0,0,0 +459110,0,0,0,0,0 +459111,0,0,0,0,0 +459112,0,0,0,0,0 +459113,0,0,0,0,0 +459114,0,0,0,0,0 +459115,0,0,0,0,0 +459116,0,0,0,0,0 +459117,0,0,0,0,0 +459118,0,0,0,0,0 +459119,0,0,0,0,0 +459120,0,0,0,0,0 +459121,0,0,0,0,0 +459122,0,0,0,0,0 +459123,0,0,0,0,0 +459124,0,0,0,0,0 +459125,0,0,0,0,0 +459126,0,0,0,0,0 +459127,0,0,0,0,0 +459128,0,0,0,0,0 +459129,0,0,0,0,0 +459130,0,0,0,0,0 +459131,0,0,0,0,0 +459132,0,0,0,0,0 +459133,0,0,0,0,0 +459134,0,0,0,0,0 +459135,0,0,0,0,0 +459136,0,0,0,0,0 +459137,0,0,0,0,0 +459138,0,0,0,0,0 +459139,0,0,0,0,0 +459140,0,0,0,0,0 +459141,0,0,0,0,0 +459142,0,0,0,0,0 +459143,0,0,0,0,0 +459144,0,0,0,0,0 +459145,0,0,0,0,0 +459146,0,0,0,0,0 +459147,0,0,0,0,0 +459148,0,0,0,0,0 +459149,0,0,0,0,0 +459150,0,0,0,0,0 +459151,0,0,0,0,0 +459152,0,0,0,0,0 +459153,0,0,0,0,0 +459154,0,0,0,0,0 +459155,0,0,0,0,0 +459156,0,0,0,0,0 +459157,0,0,0,0,0 +459158,0,0,0,0,0 +459159,0,0,0,0,0 +459160,0,0,0,0,0 +459161,0,0,0,0,0 +459162,0,0,0,0,0 +459163,0,0,0,0,0 +459164,0,0,0,0,0 +459165,0,0,0,0,0 +459166,0,0,0,0,0 +459167,0,0,0,0,0 +459168,0,0,0,0,0 +459169,0,0,0,0,0 +459170,0,0,0,0,0 +459171,0,0,0,0,0 +459172,0,0,0,0,0 +459173,0,0,0,0,0 +459174,0,0,0,0,0 +459175,0,0,0,0,0 +459176,0,0,0,0,0 +459177,0,0,0,0,0 +459178,0,0,0,0,0 +459179,0,0,0,0,0 +459180,0,0,0,0,0 +459181,0,0,0,0,0 +459182,0,0,0,0,0 +459183,0,0,0,0,0 +459184,0,0,0,0,0 +459185,0,0,0,0,0 +459186,0,0,0,0,0 +459187,0,0,0,0,0 +459188,0,0,0,0,0 +459189,0,0,0,0,0 +459190,0,0,0,0,0 +459191,0,0,0,0,0 +459192,0,0,0,0,0 +459193,0,0,0,0,0 +459194,0,0,0,0,0 +459195,0,0,0,0,0 +459196,0,0,0,0,0 +459197,0,0,0,0,0 +459198,0,0,0,0,0 +459199,0,0,0,0,0 +459200,0,0,0,0,0 +459201,0,0,0,0,0 +459202,0,0,0,0,0 +459203,0,0,0,0,0 +459204,0,0,0,0,0 +459205,0,0,0,0,0 +459206,0,0,0,0,0 +459207,0,0,0,0,0 +459208,0,0,0,0,0 +459209,0,0,0,0,0 +459210,0,0,0,0,0 +459211,0,0,0,0,0 +459212,0,0,0,0,0 +459213,0,0,0,0,0 +459214,0,0,0,0,0 +459215,0,0,0,0,0 +459216,0,0,0,0,0 +459217,0,0,0,0,0 +459218,0,0,0,0,0 +459219,0,0,0,0,0 +459220,0,0,0,0,0 +459221,0,0,0,0,0 +459222,0,0,0,0,0 +459223,0,0,0,0,0 +459224,0,0,0,0,0 +459225,0,0,0,0,0 +459226,0,0,0,0,0 +459227,0,0,0,0,0 +459228,0,0,0,0,0 +459229,0,0,0,0,0 +459230,0,0,0,0,0 +459231,0,0,0,0,0 +459232,0,0,0,0,0 +459233,0,0,0,0,0 +459234,0,0,0,0,0 +459235,0,0,0,0,0 +459236,0,0,0,0,0 +459237,0,0,0,0,0 +459238,0,0,0,0,0 +459239,0,0,0,0,0 +459240,0,0,0,0,0 +459241,0,0,0,0,0 +459242,0,0,0,0,0 +459243,0,0,0,0,0 +459244,0,0,0,0,0 +459245,0,0,0,0,0 +459246,0,0,0,0,0 +459247,0,0,0,0,0 +459248,0,0,0,0,0 +459249,0,0,0,0,0 +459250,0,0,0,0,0 +459251,0,0,0,0,0 +459252,0,0,0,0,0 +459253,0,0,0,0,0 +459254,0,0,0,0,0 +459255,0,0,0,0,0 +459256,0,0,0,0,0 +459257,0,0,0,0,0 +459258,0,0,0,0,0 +459259,0,0,0,0,0 +459260,0,0,0,0,0 +459261,0,0,0,0,0 +459262,0,0,0,0,0 +459263,0,0,0,0,0 +459264,0,0,0,0,0 +459265,0,0,0,0,0 +459266,0,0,0,0,0 +459267,0,0,0,0,0 +459268,0,0,0,0,0 +459269,0,0,0,0,0 +459270,0,0,0,0,0 +459271,0,0,0,0,0 +459272,0,0,0,0,0 +459273,0,0,0,0,0 +459274,0,0,0,0,0 +459275,0,0,0,0,0 +459276,0,0,0,0,0 +459277,0,0,0,0,0 +459278,0,0,0,0,0 +459279,0,0,0,0,0 +459280,0,0,0,0,0 +459281,0,0,0,0,0 +459282,0,0,0,0,0 +459283,0,0,0,0,0 +459284,0,0,0,0,0 +459285,0,0,0,0,0 +459286,0,0,0,0,0 +459287,0,0,0,0,0 +459288,0,0,0,0,0 +459289,0,0,0,0,0 +459290,0,0,0,0,0 +459291,0,0,0,0,0 +459292,0,0,0,0,0 +459293,0,0,0,0,0 +459294,0,0,0,0,0 +459295,0,0,0,0,0 +459296,0,0,0,0,0 +459297,0,0,0,0,0 +459298,0,0,0,0,0 +459299,0,0,0,0,0 +459300,0,0,0,0,0 +459301,0,0,0,0,0 +459302,0,0,0,0,0 +459303,0,0,0,0,0 +459304,0,0,0,0,0 +459305,0,0,0,0,0 +459306,0,0,0,0,0 +459307,0,0,0,0,0 +459308,0,0,0,0,0 +459309,0,0,0,0,0 +459310,0,0,0,0,0 +459311,0,0,0,0,0 +459312,0,0,0,0,0 +459313,0,0,0,0,0 +459314,0,0,0,0,0 +459315,0,0,0,0,0 +459316,0,0,0,0,0 +459317,0,0,0,0,0 +459318,0,0,0,0,0 +459319,0,0,0,0,0 +459320,0,0,0,0,0 +459321,0,0,0,0,0 +459322,0,0,0,0,0 +459323,0,0,0,0,0 +459324,0,0,0,0,0 +459325,0,0,0,0,0 +459326,0,0,0,0,0 +459327,0,0,0,0,0 +459328,0,0,0,0,0 +459329,0,0,0,0,0 +459330,0,0,0,0,0 +459331,0,0,0,0,0 +459332,0,0,0,0,0 +459333,0,0,0,0,0 +459334,0,0,0,0,0 +459335,0,0,0,0,0 +459336,0,0,0,0,0 +459337,0,0,0,0,0 +459338,0,0,0,0,0 +459339,0,0,0,0,0 +459340,0,0,0,0,0 +459341,0,0,0,0,0 +459342,0,0,0,0,0 +459343,0,0,0,0,0 +459344,0,0,0,0,0 +459345,0,0,0,0,0 +459346,0,0,0,0,0 +459347,0,0,0,0,0 +459348,0,0,0,0,0 +459349,0,0,0,0,0 +459350,0,0,0,0,0 +459351,0,0,0,0,0 +459352,0,0,0,0,0 +459353,0,0,0,0,0 +459354,0,0,0,0,0 +459355,0,0,0,0,0 +459356,0,0,0,0,0 +459357,0,0,0,0,0 +459358,0,0,0,0,0 +459359,0,0,0,0,0 +459360,0,0,0,0,0 +459361,0,0,0,0,0 +459362,0,0,0,0,0 +459363,0,0,0,0,0 +459364,0,0,0,0,0 +459365,0,0,0,0,0 +459366,0,0,0,0,0 +459367,0,0,0,0,0 +459368,0,0,0,0,0 +459369,0,0,0,0,0 +459370,0,0,0,0,0 +459371,0,0,0,0,0 +459372,0,0,0,0,0 +459373,0,0,0,0,0 +459374,0,0,0,0,0 +459375,0,0,0,0,0 +459376,0,0,0,0,0 +459377,0,0,0,0,0 +459378,0,0,0,0,0 +459379,0,0,0,0,0 +459380,0,0,0,0,0 +459381,0,0,0,0,0 +459382,0,0,0,0,0 +459383,0,0,0,0,0 +459384,0,0,0,0,0 +459385,0,0,0,0,0 +459386,0,0,0,0,0 +459387,0,0,0,0,0 +459388,0,0,0,0,0 +459389,0,0,0,0,0 +459390,0,0,0,0,0 +459391,0,0,0,0,0 +459392,0,0,0,0,0 +459393,0,0,0,0,0 +459394,0,0,0,0,0 +459395,0,0,0,0,0 +459396,0,0,0,0,0 +459397,0,0,0,0,0 +459398,0,0,0,0,0 +459399,0,0,0,0,0 +459400,0,0,0,0,0 +459401,0,0,0,0,0 +459402,0,0,0,0,0 +459403,0,0,0,0,0 +459404,0,0,0,0,0 +459405,0,0,0,0,0 +459406,0,0,0,0,0 +459407,0,0,0,0,0 +459408,0,0,0,0,0 +459409,0,0,0,0,0 +459410,0,0,0,0,0 +459411,0,0,0,0,0 +459412,0,0,0,0,0 +459413,0,0,0,0,0 +459414,0,0,0,0,0 +459415,0,0,0,0,0 +459416,0,0,0,0,0 +459417,0,0,0,0,0 +459418,0,0,0,0,0 +459419,0,0,0,0,0 +459420,0,0,0,0,0 +459421,0,0,0,0,0 +459422,0,0,0,0,0 +459423,0,0,0,0,0 +459424,0,0,0,0,0 +459425,0,0,0,0,0 +459426,0,0,0,0,0 +459427,0,0,0,0,0 +459428,0,0,0,0,0 +459429,0,0,0,0,0 +459430,0,0,0,0,0 +459431,0,0,0,0,0 +459432,0,0,0,0,0 +459433,0,0,0,0,0 +459434,0,0,0,0,0 +459435,0,0,0,0,0 +459436,0,0,0,0,0 +459437,0,0,0,0,0 +459438,0,0,0,0,0 +459439,0,0,0,0,0 +459440,0,0,0,0,0 +459441,0,0,0,0,0 +459442,0,0,0,0,0 +459443,0,0,0,0,0 +459444,0,0,0,0,0 +459445,0,0,0,0,0 +459446,0,0,0,0,0 +459447,0,0,0,0,0 +459448,0,0,0,0,0 +459449,0,0,0,0,0 +459450,0,0,0,0,0 +459451,0,0,0,0,0 +459452,0,0,0,0,0 +459453,0,0,0,0,0 +459454,0,0,0,0,0 +459455,0,0,0,0,0 +459456,0,0,0,0,0 +459457,0,0,0,0,0 +459458,0,0,0,0,0 +459459,0,0,0,0,0 +459460,0,0,0,0,0 +459461,0,0,0,0,0 +459462,0,0,0,0,0 +459463,0,0,0,0,0 +459464,0,0,0,0,0 +459465,0,0,0,0,0 +459466,0,0,0,0,0 +459467,0,0,0,0,0 +459468,0,0,0,0,0 +459469,0,0,0,0,0 +459470,0,0,0,0,0 +459471,0,0,0,0,0 +459472,0,0,0,0,0 +459473,0,0,0,0,0 +459474,0,0,0,0,0 +459475,0,0,0,0,0 +459476,0,0,0,0,0 +459477,0,0,0,0,0 +459478,0,0,0,0,0 +459479,0,0,0,0,0 +459480,0,0,0,0,0 +459481,0,0,0,0,0 +459482,0,0,0,0,0 +459483,0,0,0,0,0 +459484,0,0,0,0,0 +459485,0,0,0,0,0 +459486,0,0,0,0,0 +459487,0,0,0,0,0 +459488,0,0,0,0,0 +459489,0,0,0,0,0 +459490,0,0,0,0,0 +459491,0,0,0,0,0 +459492,0,0,0,0,0 +459493,0,0,0,0,0 +459494,0,0,0,0,0 +459495,0,0,0,0,0 +459496,0,0,0,0,0 +459497,0,0,0,0,0 +459498,0,0,0,0,0 +459499,0,0,0,0,0 +459500,0,0,0,0,0 +459501,0,0,0,0,0 +459502,0,0,0,0,0 +459503,0,0,0,0,0 +459504,0,0,0,0,0 +459505,0,0,0,0,0 +459506,0,0,0,0,0 +459507,0,0,0,0,0 +459508,0,0,0,0,0 +459509,0,0,0,0,0 +459510,0,0,0,0,0 +459511,0,0,0,0,0 +459512,0,0,0,0,0 +459513,0,0,0,0,0 +459514,0,0,0,0,0 +459515,0,0,0,0,0 +459516,0,0,0,0,0 +459517,0,0,0,0,0 +459518,0,0,0,0,0 +459519,0,0,0,0,0 +459520,0,0,0,0,0 +459521,0,0,0,0,0 +459522,0,0,0,0,0 +459523,0,0,0,0,0 +459524,0,0,0,0,0 +459525,0,0,0,0,0 +459526,0,0,0,0,0 +459527,0,0,0,0,0 +459528,0,0,0,0,0 +459529,0,0,0,0,0 +459530,0,0,0,0,0 +459531,0,0,0,0,0 +459532,0,0,0,0,0 +459533,0,0,0,0,0 +459534,0,0,0,0,0 +459535,0,0,0,0,0 +459536,0,0,0,0,0 +459537,0,0,0,0,0 +459538,0,0,0,0,0 +459539,0,0,0,0,0 +459540,0,0,0,0,0 +459541,0,0,0,0,0 +459542,0,0,0,0,0 +459543,0,0,0,0,0 +459544,0,0,0,0,0 +459545,0,0,0,0,0 +459546,0,0,0,0,0 +459547,0,0,0,0,0 +459548,0,0,0,0,0 +459549,0,0,0,0,0 +459550,0,0,0,0,0 +459551,0,0,0,0,0 +459552,0,0,0,0,0 +459553,0,0,0,0,0 +459554,0,0,0,0,0 +459555,0,0,0,0,0 +459556,0,0,0,0,0 +459557,0,0,0,0,0 +459558,0,0,0,0,0 +459559,0,0,0,0,0 +459560,0,0,0,0,0 +459561,0,0,0,0,0 +459562,0,0,0,0,0 +459563,0,0,0,0,0 +459564,0,0,0,0,0 +459565,0,0,0,0,0 +459566,0,0,0,0,0 +459567,0,0,0,0,0 +459568,0,0,0,0,0 +459569,0,0,0,0,0 +459570,0,0,0,0,0 +459571,0,0,0,0,0 +459572,0,0,0,0,0 +459573,0,0,0,0,0 +459574,0,0,0,0,0 +459575,0,0,0,0,0 +459576,0,0,0,0,0 +459577,0,0,0,0,0 +459578,0,0,0,0,0 +459579,0,0,0,0,0 +459580,0,0,0,0,0 +459581,0,0,0,0,0 +459582,0,0,0,0,0 +459583,0,0,0,0,0 +459584,0,0,0,0,0 +459585,0,0,0,0,0 +459586,0,0,0,0,0 +459587,0,0,0,0,0 +459588,0,0,0,0,0 +459589,0,0,0,0,0 +459590,0,0,0,0,0 +459591,0,0,0,0,0 +459592,0,0,0,0,0 +459593,0,0,0,0,0 +459594,0,0,0,0,0 +459595,0,0,0,0,0 +459596,0,0,0,0,0 +459597,0,0,0,0,0 +459598,0,0,0,0,0 +459599,0,0,0,0,0 +459600,0,0,0,0,0 +459601,0,0,0,0,0 +459602,0,0,0,0,0 +459603,0,0,0,0,0 +459604,0,0,0,0,0 +459605,0,0,0,0,0 +459606,0,0,0,0,0 +459607,0,0,0,0,0 +459608,0,0,0,0,0 +459609,0,0,0,0,0 +459610,0,0,0,0,0 +459611,0,0,0,0,0 +459612,0,0,0,0,0 +459613,0,0,0,0,0 +459614,0,0,0,0,0 +459615,0,0,0,0,0 +459616,0,0,0,0,0 +459617,0,0,0,0,0 +459618,0,0,0,0,0 +459619,0,0,0,0,0 +459620,0,0,0,0,0 +459621,0,0,0,0,0 +459622,0,0,0,0,0 +459623,0,0,0,0,0 +459624,0,0,0,0,0 +459625,0,0,0,0,0 +459626,0,0,0,0,0 +459627,0,0,0,0,0 +459628,0,0,0,0,0 +459629,0,0,0,0,0 +459630,0,0,0,0,0 +459631,0,0,0,0,0 +459632,0,0,0,0,0 +459633,0,0,0,0,0 +459634,0,0,0,0,0 +459635,0,0,0,0,0 +459636,0,0,0,0,0 +459637,0,0,0,0,0 +459638,0,0,0,0,0 +459639,0,0,0,0,0 +459640,0,0,0,0,0 +459641,0,0,0,0,0 +459642,0,0,0,0,0 +459643,0,0,0,0,0 +459644,0,0,0,0,0 +459645,0,0,0,0,0 +459646,0,0,0,0,0 +459647,0,0,0,0,0 +459648,0,0,0,0,0 +459649,0,0,0,0,0 +459650,0,0,0,0,0 +459651,0,0,0,0,0 +459652,0,0,0,0,0 +459653,0,0,0,0,0 +459654,0,0,0,0,0 +459655,0,0,0,0,0 +459656,0,0,0,0,0 +459657,0,0,0,0,0 +459658,0,0,0,0,0 +459659,0,0,0,0,0 +459660,0,0,0,0,0 +459661,0,0,0,0,0 +459662,0,0,0,0,0 +459663,0,0,0,0,0 +459664,0,0,0,0,0 +459665,0,0,0,0,0 +459666,0,0,0,0,0 +459667,0,0,0,0,0 +459668,0,0,0,0,0 +459669,0,0,0,0,0 +459670,0,0,0,0,0 +459671,0,0,0,0,0 +459672,0,0,0,0,0 +459673,0,0,0,0,0 +459674,0,0,0,0,0 +459675,0,0,0,0,0 +459676,0,0,0,0,0 +459677,0,0,0,0,0 +459678,0,0,0,0,0 +459679,0,0,0,0,0 +459680,0,0,0,0,0 +459681,0,0,0,0,0 +459682,0,0,0,0,0 +459683,0,0,0,0,0 +459684,0,0,0,0,0 +459685,0,0,0,0,0 +459686,0,0,0,0,0 +459687,0,0,0,0,0 +459688,0,0,0,0,0 +459689,0,0,0,0,0 +459690,0,0,0,0,0 +459691,0,0,0,0,0 +459692,0,0,0,0,0 +459693,0,0,0,0,0 +459694,0,0,0,0,0 +459695,0,0,0,0,0 +459696,0,0,0,0,0 +459697,0,0,0,0,0 +459698,0,0,0,0,0 +459699,0,0,0,0,0 +459700,0,0,0,0,0 +459701,0,0,0,0,0 +459702,0,0,0,0,0 +459703,0,0,0,0,0 +459704,0,0,0,0,0 +459705,0,0,0,0,0 +459706,0,0,0,0,0 +459707,0,0,0,0,0 +459708,0,0,0,0,0 +459709,0,0,0,0,0 +459710,0,0,0,0,0 +459711,0,0,0,0,0 +459712,0,0,0,0,0 +459713,0,0,0,0,0 +459714,0,0,0,0,0 +459715,0,0,0,0,0 +459716,0,0,0,0,0 +459717,0,0,0,0,0 +459718,0,0,0,0,0 +459719,0,0,0,0,0 +459720,0,0,0,0,0 +459721,0,0,0,0,0 +459722,0,0,0,0,0 +459723,0,0,0,0,0 +459724,0,0,0,0,0 +459725,0,0,0,0,0 +459726,0,0,0,0,0 +459727,0,0,0,0,0 +459728,0,0,0,0,0 +459729,0,0,0,0,0 +459730,0,0,0,0,0 +459731,0,0,0,0,0 +459732,0,0,0,0,0 +459733,0,0,0,0,0 +459734,0,0,0,0,0 +459735,0,0,0,0,0 +459736,0,0,0,0,0 +459737,0,0,0,0,0 +459738,0,0,0,0,0 +459739,0,0,0,0,0 +459740,0,0,0,0,0 +459741,0,0,0,0,0 +459742,0,0,0,0,0 +459743,0,0,0,0,0 +459744,0,0,0,0,0 +459745,0,0,0,0,0 +459746,0,0,0,0,0 +459747,0,0,0,0,0 +459748,0,0,0,0,0 +459749,0,0,0,0,0 +459750,0,0,0,0,0 +459751,0,0,0,0,0 +459752,0,0,0,0,0 +459753,0,0,0,0,0 +459754,0,0,0,0,0 +459755,0,0,0,0,0 +459756,0,0,0,0,0 +459757,0,0,0,0,0 +459758,0,0,0,0,0 +459759,0,0,0,0,0 +459760,0,0,0,0,0 +459761,0,0,0,0,0 +459762,0,0,0,0,0 +459763,0,0,0,0,0 +459764,0,0,0,0,0 +459765,0,0,0,0,0 +459766,0,0,0,0,0 +459767,0,0,0,0,0 +459768,0,0,0,0,0 +459769,0,0,0,0,0 +459770,0,0,0,0,0 +459771,0,0,0,0,0 +459772,0,0,0,0,0 +459773,0,0,0,0,0 +459774,0,0,0,0,0 +459775,0,0,0,0,0 +459776,0,0,0,0,0 +459777,0,0,0,0,0 +459778,0,0,0,0,0 +459779,0,0,0,0,0 +459780,0,0,0,0,0 +459781,-2193.873506,-978.4240624,-2166.391766,-978.3686285,-1655.110331 +459782,-1882.886957,-811.4663948,-1853.914778,-811.4114457,-1040.185418 +459783,-1760.343987,-741.956264,-1728.444784,-741.9021319,-945.7177234 +459784,-1684.384395,-705.2687096,-1653.86994,-709.3097189,-904.4077346 +459785,-420.9263379,55.14232368,-641.9736599,-237.1200481,-918.984589 +459786,-854.4013351,-166.5111259,-624.8187793,-383.0943927,-909.0164467 +459787,-813.1818021,-254.836921,-801.912991,-371.5624419,-876.9851094 +459788,-738.5914848,-147.7038048,-677.2571169,-339.1838048,-836.6815706 +459789,-728.4293722,-157.7635483,-668.439444,-334.167001,-702.7106826 +459790,-720.8466644,-151.165744,-656.8886002,-329.2469101,-395.908043 +459791,-713.7760669,-144.7715662,-650.1983963,-324.7325906,-597.4660635 +459792,-706.2755032,-139.5038483,-642.0126336,-320.8551445,-527.4845437 +459793,-698.8828856,-134.0474345,-634.4863634,-316.6674685,-520.7916696 +459794,-691.5809983,-128.4836069,-627.6292485,-312.1943865,-519.5899435 +459795,-687.2619812,-123.9088119,-620.0805743,-309.3397845,-515.0621861 +459796,-678.882382,-118.885815,-613.7180435,-304.7781606,-512.0979888 +459797,-673.5554207,-113.8588393,-606.6602477,-301.3636795,-508.7588716 +459798,-668.6203869,-109.2248762,-600.2981261,-297.5122373,-504.798657 +459799,-661.3297455,-105.0242144,-593.2395145,-294.4961494,-503.4469011 +459800,-656.4485235,-99.95829301,-588.8307716,-290.7301526,-498.6417756 +459801,-651.2166254,-96.12315236,-581.2424609,-287.441799,-496.4068165 +459802,-644.433343,-91.28687938,-576.4061433,-284.1020604,-492.3157774 +459803,-641.4736568,-87.26189607,-570.2127326,-280.8085451,-490.3716966 +459804,-634.7045527,-82.95593772,-564.1154056,-277.5685322,-487.6016421 +459805,-630.4818133,-78.81975556,-559.5001645,-274.9041073,-482.8461779 +459806,-625.1402463,-74.43001193,-553.7334601,-271.3828111,-482.9362519 +459807,-621.0259544,-70.41067093,-548.1729058,-268.437209,-477.3516734 +459808,-615.0722953,-66.37734252,-544.1366959,-265.6769376,-476.0111406 +459809,-611.3408532,-62.10089804,-537.9525574,-262.590239,-472.0090909 +459810,-607.8257418,-58.19255972,-533.2523526,-260.0884771,-470.299626 +459811,-601.5399777,-53.48623684,-528.7464939,-256.8997626,-467.1378607 +459812,-598.4943753,-48.78099517,-524.6068025,-254.3176509,-464.3811197 +459813,-594.5460939,-44.21826092,-519.549217,-251.8053914,-462.1825892 +459814,-585.2433897,-26.17190719,-509.3130398,-247.1081017,-458.9505662 +459815,-580.4891453,-18.81549245,-505.0124313,-245.0664107,-456.9823505 +459816,-576.5009425,-11.86797962,-500.4191506,-241.9286862,-454.3322418 +459817,-573.002131,-4.931966193,-495.3491561,-239.7455532,-451.3010815 +459818,-567.2441434,1.794827901,-491.2447128,-236.6232204,-449.5002375 +459819,-563.9854495,9.050456319,-486.9588276,-233.8808102,-447.2714297 +459820,-560.1061976,16.15199473,-482.637735,-232.266781,-443.8295056 +459821,-555.3948012,23.48204623,-478.081299,-228.5475784,-443.1933169 +459822,-551.3909207,31.06317979,-474.1505723,-226.864236,-439.0708641 +459823,-548.0828731,38.57586035,-470.8282172,-224.0628462,-438.7063897 +459824,-537.5982386,46.21495867,-458.9045066,-219.8555553,-435.0883858 +459825,-532.7465471,46.36758392,-457.1509493,-217.3761621,-433.2955554 +459826,-530.3651431,46.74911699,-450.2965879,-214.8373347,-431.2561029 +459827,-524.1522118,47.76088124,-447.8671666,-212.4416023,-428.6386411 +459828,-522.0221932,48.77607731,-444.0906712,-209.9213458,-426.8345896 +459829,-515.9236214,49.87741267,-439.6794329,-207.1544323,-424.4468262 +459830,-513.4517303,51.10419977,-435.3214128,-205.1883516,-422.7664728 +459831,-508.9312112,52.54720548,-432.8135162,-202.6817463,-420.3987186 +459832,-504.7865888,53.9139776,-428.608192,-200.3220011,-418.454487 +459833,-501.2554404,55.46989087,-425.1501198,-198.2172334,-415.6752147 +459834,-496.8645011,57.05374799,-420.715128,-195.7004151,-415.5547532 +459835,-493.3017035,58.70821979,-418.3752403,-193.5403878,-411.5064086 +459836,-489.9400523,60.35632601,-414.0009906,-190.9893659,-410.5113026 +459837,-485.0949697,62.22733311,-409.7378846,-188.6691877,-408.6277392 +459838,-481.381747,64.09612621,-405.5817976,-186.8547327,-405.8484905 +459839,-477.6411716,66.00217863,-401.9812243,-184.0432768,-404.7512157 +459840,-473.8421158,67.95049205,-395.9172873,-182.1600211,-402.44875 +459841,98.87369145,70.21434829,98.97545859,44.83885401,180.1302708 +459842,109.5280396,81.19773302,110.9464984,50.21328725,208.272443 +459843,125.2429293,96.65788089,128.3153892,57.99954429,250.238787 +459844,141.4285745,112.5760858,145.9896699,65.85369909,293.6517836 +459845,156.0935615,126.9907718,161.8825316,72.8235761,333.2667094 +459846,168.9500756,139.5529195,175.7573558,78.82107404,368.282346 +459847,180.3075131,150.5560389,187.9869063,84.04043665,399.3988066 +459848,190.5129657,160.3688997,198.95906,88.67770365,426.5602638 +459849,199.8094917,169.2707895,208.9391792,92.8661972,450.5326822 +459850,208.3888819,177.4432624,218.0977496,96.69093407,472.0030167 +459851,216.3515209,185.0175283,226.5563162,100.2117313,491.4241629 +459852,223.7730596,192.091638,234.4137005,103.4763301,509.0928138 +459853,230.7243995,198.7492243,241.7554127,106.5252122,525.2318953 +459854,237.2719582,205.0615234,248.6558142,109.3928616,540.0308172 +459855,243.4747747,211.0880256,255.1787093,112.1082483,553.6574869 +459856,249.383383,216.8777897,261.3782224,114.6954229,566.2603027 +459857,255.0403286,222.4711042,267.3000109,117.1742379,577.968688 +459858,260.4813479,227.9010767,272.9825618,119.5610727,588.8946155 +459859,265.7365282,233.1949614,278.4583369,121.8694545,599.1346547 +459860,270.8312753,238.3752281,283.7547473,124.1105733,608.772126 +459861,275.4762147,243.3191159,288.5840913,126.152394,617.3137969 +459862,280.371202,248.3518961,293.6476213,128.3125486,626.060941 +459863,285.152678,253.3138272,298.5829346,130.4250371,634.3786765 +459864,289.8326295,258.2147924,303.4029767,132.4945954,642.3119669 +459865,294.4228638,487.4111482,308.1203473,134.5259572,649.9026521 +459866,298.9344048,398.3489289,312.7467258,136.5235522,657.188651 +459867,303.3733878,446.8324609,317.289772,138.490108,664.2032635 +459868,307.7492089,471.6704326,321.758968,140.4291978,670.9750548 +459869,312.0704597,493.4356428,326.1627608,142.3439846,677.5285359 +459870,316.3437649,514.7598671,330.5078117,144.2368917,683.8848234 +459871,320.5742049,532.5010064,334.7993805,146.109776,690.0623448 +459872,324.760767,549.2462662,339.0398953,147.9633032,696.0771657 +459873,328.9032737,565.7593771,343.2316107,149.7981166,701.9433149 +459874,333.003461,582.0045959,347.37713,151.6150626,707.6731064 +459875,337.0639961,597.0821688,351.479117,153.4150581,713.2773919 +459876,341.0876165,612.7086476,355.5400109,155.1989586,718.7656956 +459877,345.0766957,627.2080754,359.5619491,156.9675199,724.1464432 +459878,349.0331897,642.2170231,363.5467668,158.7213944,729.4270436 +459879,352.9587316,655.9924792,367.4960491,160.4611508,734.6140622 +459880,356.8547164,669.8537816,371.4111766,162.1872911,739.7132874 +459881,360.7223642,683.7761784,375.293371,163.9002674,744.7298922 +459882,364.5627333,696.9260083,379.143702,165.6004816,749.6684321 +459883,368.3767685,710.0209376,382.9631357,167.2883039,754.5330205 +459884,372.1653006,722.575621,386.7525324,168.9640696,759.3273002 +459885,375.9290704,735.5167309,390.5126711,170.6280871,764.0545733 +459886,379.6687343,747.6203687,394.2442546,172.2806389,768.7177737 +459887,383.3848877,759.7344573,397.9479304,173.9219889,773.3195912 +459888,387.0780437,771.5753191,401.6242704,175.5523718,777.8623862 +459889,390.7486691,783.1970259,405.2738046,177.1720074,782.3483372 +459890,394.3972288,794.329533,408.8970656,178.7811197,786.7794664 +459891,397.7425994,805.9820512,412.2130013,180.2519417,790.6457484 +459892,395.5088566,817.0553064,409.9457687,179.1864404,784.3552555 +459893,389.6748999,827.4854169,404.0744482,176.4860012,771.500503 +459894,384.0458003,838.3159435,398.4043937,173.8815359,758.9943004 +459895,378.6532171,848.7088582,392.9675581,171.3863564,746.8962949 +459896,373.4748348,858.9669478,387.7418694,168.9882177,735.1731789 +459897,368.4734308,869.0513714,382.6902592,166.6683182,723.7655264 +459898,363.6154624,878.6956633,377.779269,164.4101831,712.6189599 +459899,358.8750333,888.9077024,372.9830472,162.2014037,701.6908754 +459900,354.2323417,898.2663127,368.2818178,160.0327322,690.9478837 +459901,354.091642,1076.031212,368.0798515,159.9060832,688.3991775 +459902,360.9853117,1086.610575,374.9170178,162.9361986,699.1812407 +459903,371.3575243,1096.705609,385.2419663,167.4766142,716.6131027 +459904,381.6766,1106.399941,395.5229665,171.9196538,734.1614075 +459905,390.493146,1115.746896,404.3078362,175.6257914,749.1615937 +459906,397.6855989,1125.049243,411.4717832,178.5649427,761.3566145 +459907,403.3088681,1134.008106,417.3240181,180.8993901,771.2568357 +459908,407.765004,1142.913967,422.1772417,182.7852916,779.375805 +459909,411.3876656,1151.663694,426.2467636,184.3284198,786.0624872 +459910,414.3792565,1159.671457,429.6718084,185.5962493,791.5420896 +459911,416.8596593,1168.797389,432.5515619,186.6360321,795.9784809 +459912,418.9114138,1176.834856,434.8091871,187.485052,799.5071574 +459913,420.6014223,1184.93221,436.5744569,188.1170577,818.4207712 +459914,421.9870894,1192.931535,530.8737571,188.5837797,1356.470148 +459915,423.117452,1200.924581,711.8493043,188.9357042,1067.763294 +459916,424.0332545,1208.494114,619.7418041,189.2038047,1172.865047 +459917,548.2740354,1216.226362,668.0969288,189.4049814,1193.450586 +459918,658.6632458,1223.601305,684.6855029,189.5496015,1211.760882 +459919,603.3926195,1231.094254,699.7381752,278.7875303,1228.476034 +459920,649.8286623,1238.19496,714.5790888,266.538566,1245.301188 +459921,668.8702861,1245.288767,729.3216095,271.1750948,1262.201783 +459922,687.6780119,1252.34056,743.4711616,283.5876209,1278.055768 +459923,705.7939785,1259.157425,757.7044928,291.1811701,1293.896145 +459924,719.2096997,1265.90819,771.4248435,298.6571203,1309.333277 +459925,733.8997101,1272.532474,785.1022449,305.592643,1324.565707 +459926,748.0479211,1279.042243,798.5112487,312.853901,1339.410444 +459927,762.4160717,1285.381344,811.3492747,319.886018,1354.065734 +459928,775.7763697,1291.807685,824.7782674,326.5946235,1368.428669 +459929,789.7086226,1297.847955,837.4090776,333.3370178,1382.546759 +459930,802.8983503,1303.899374,849.8174342,339.9925932,1396.417416 +459931,816.4756319,1309.596032,862.1708793,346.5776082,1409.669703 +459932,828.790959,1314.989373,874.7159589,353.0731295,1423.667707 +459933,842.0758932,1320.351191,886.7102828,359.1890078,1436.561304 +459934,854.5552152,1327.404054,898.5373611,365.7299662,1449.584517 +459935,866.8357097,1333.516793,910.4682281,371.8183722,1462.287058 +459936,867.3636725,1317.651562,918.3149433,376.3001944,1474.820883 +459937,877.2062348,1319.894592,929.0391904,381.9552614,1487.044853 +459938,888.516565,1323.43801,940.2096817,387.6975188,1499.094472 +459939,899.4644909,1327.265717,950.9504844,393.4843953,1511.079937 +459940,910.2606459,1331.16745,961.9173456,399.1006919,1522.716911 +459941,921.2279995,1334.998519,972.4205992,404.6250642,1534.341812 +459942,931.4261321,1338.938019,983.0985052,410.1994967,1545.610041 +459943,942.7008716,1342.671089,993.4041396,415.5302893,1556.928669 +459944,952.705822,1346.441831,1003.842153,420.8360531,1567.753422 +459945,963.6210407,1349.958223,1013.811518,426.2562317,1578.707803 +459946,973.0596575,1353.522105,1024.087954,431.5967739,1589.313542 +459947,983.6207278,1356.873582,1033.441443,436.4369434,1599.760871 +459948,993.3335276,1360.297893,1043.969592,441.5675336,1610.229681 +459949,1003.338555,1363.488067,1053.292151,446.7462179,1627.42884 +459950,1012.516073,1366.636855,1063.046055,451.6691567,1632.362332 +459951,1022.943293,1369.679473,1072.485329,456.5107337,1626.290843 +459952,1031.966303,1372.625153,1081.901247,461.4519879,1657.91832 +459953,1041.471501,1375.385859,1091.04102,466.11162,1657.39249 +459954,1050.738443,1378.318675,1100.427086,470.7791941,1668.833426 +459955,1059.981268,1380.81298,1109.284836,475.6409588,1678.176916 +459956,1068.988646,1383.447541,1118.469171,480.2443818,1687.516644 +459957,1078.012037,1385.884626,1127.259508,484.7314556,1696.249086 +459958,1086.886424,1388.272827,1136.153052,489.3850047,1705.635774 +459959,1095.68353,1390.532011,1144.714155,493.7399558,1714.082894 +459960,1104.291653,1392.71262,1153.593083,498.2589111,1722.842922 +459961,1119.688359,1397.731016,1168.687739,505.5306815,1753.683726 +459962,1129.865769,1400.633707,1178.980833,510.4031254,1764.140134 +459963,1139.503163,1403.075313,1188.49447,515.5542491,1774.084805 +459964,1148.81203,1405.480763,1197.839728,520.0844115,1783.646114 +459965,1157.935371,1407.564447,1207.014067,524.7419126,1792.909831 +459966,1167.051244,1409.68131,1216.013966,529.5303015,1802.050163 +459967,1175.793674,1411.539909,1225.016063,533.6205488,1810.542649 +459968,1184.763851,1413.520994,1233.749198,538.2983406,1819.556637 +459969,1193.311873,1415.221776,1242.578921,542.6137333,1834.763937 +459970,1202.013163,1416.906258,1251.196633,546.9661626,1843.969682 +459971,1210.442359,1418.493638,1259.799148,551.2499303,1822.840125 +459972,1218.982331,1419.994541,1276.832697,555.5597406,1864.476648 +459973,1227.237901,1421.411114,1274.098842,559.4975193,1858.404704 +459974,1235.555755,1422.744574,1276.363301,564.1332869,1868.79933 +459975,1243.212158,1423.99651,1299.252016,568.0752257,1877.080612 +459976,1252.151895,1425.095454,1300.226061,572.2150387,1884.68784 +459977,1259.796578,1426.370878,1309.718601,576.3428683,1898.344801 +459978,1267.783017,1427.228694,1318.07681,580.3726791,1891.409886 +459979,1275.772777,1433.485098,1325.971397,584.359222,1911.833352 +459980,1283.479661,1429.866697,1334.008963,588.3836862,1920.74311 +459981,1291.335918,1438.542304,1342.002034,592.3090756,1912.81236 +459982,1298.969332,1430.643131,1349.758893,596.2276445,1936.1458 +459983,1306.514276,1413.900859,1357.691094,600.1098947,1954.037689 +459984,1314.162436,1442.550749,1365.329829,603.9619389,1929.210736 +459985,1321.593181,1429.464314,1373.072001,607.7803478,1964.750189 +459986,1328.93777,1432.608024,1380.705454,611.5707002,1954.190921 +459987,1336.394235,1433.104678,1388.296407,615.3342794,1963.798469 +459988,1343.54921,1433.400256,1397.188894,619.0681447,1967.402846 +459989,1350.903845,1433.738288,1401.470673,622.4391751,1976.469608 +459990,1358.010463,1433.800607,1411.692732,626.6177954,1976.811432 +459991,1365.689105,1435.232865,1418.328436,630.2426664,1979.177959 +459992,1373.277436,1436.670149,1426.703036,634.0504536,1993.117433 +459993,1381.094552,1438.13404,1433.757166,637.9379283,1988.704863 +459994,1388.596708,1439.540137,1442.22599,641.7195282,1983.71741 +459995,1396.461406,1441.313515,1449.60818,645.5189616,1976.572026 +459996,1403.857144,1442.717089,1457.543753,649.3011043,1968.403544 +459997,1411.506796,1444.405417,1470.374257,653.0667133,1960.334891 +459998,1420.528934,1445.886029,1481.31868,656.8209547,1952.361673 +459999,1433.838233,1447.565661,1459.815557,660.5182812,1944.584411 +460000,1412.99052,1431.33847,1498.605833,664.1269459,1937.094799 +460001,1451.497697,1429.890527,1492.457337,667.6188251,1929.838234 +460002,1410.996231,1429.750838,1502.535431,671.3953313,1922.822428 +460003,1444.478256,1430.106284,1510.263012,675.0194363,1916.03382 +460004,1450.685271,1430.433666,1533.444067,678.6820585,1909.512883 +460005,1453.672076,1431.06587,1513.122306,682.3239655,1903.186125 +460006,1461.746882,1431.669819,1541.898987,685.9569363,1897.590834 +460007,1468.581567,1432.295003,1538.35664,689.5310487,1893.066732 +460008,1475.46759,1432.966707,1548.669056,693.2094884,1889.270562 +460009,1482.094465,1433.788323,1555.714505,696.8199801,1886.072103 +460010,1488.938675,1434.456264,1563.072536,700.2931381,1883.368393 +460011,1495.680077,1435.341402,1570.228058,703.9755864,1880.984464 +460012,1502.417414,1436.052323,1577.715768,707.496469,1878.825681 +460013,1509.157134,1436.972069,1584.804777,711.0570866,1876.82641 +460014,1515.889519,1437.712622,1597.196924,714.5996082,1875.095606 +460015,1522.722932,1438.655583,1597.176982,718.1331064,1873.424217 +460016,1529.288538,1439.415417,1607.137724,721.6533311,1871.6278 +460017,1535.981317,1440.372745,1614.148738,725.1666741,1869.890568 +460018,1542.848729,1441.144143,1621.253501,728.6691016,1868.251904 +460019,1549.594442,1442.108366,1628.222115,732.1624198,1866.646656 +460020,1556.15914,1442.884765,1640.308798,735.5944636,1865.245336 +460021,1444.746034,1390.009936,1519.232427,685.6329469,1865.867089 +460022,1448.332895,1389.374832,1531.256815,687.5647882,1853.667624 +460023,1452.964881,1389.262974,1533.467813,690.2072386,1837.061919 +460024,1457.924395,1389.227344,1539.215876,692.791882,1822.155025 +460025,1462.874466,1389.270575,1549.522311,695.4889254,1810.592724 +460026,1468.045115,1389.356992,1547.963988,698.1600253,1801.955274 +460027,1473.23237,1389.468843,1556.256238,701.0241707,1795.322091 +460028,1478.326644,1389.595698,1561.684494,703.6611879,1790.208063 +460029,1483.545303,1389.731279,1567.014034,706.4586242,1786.192949 +460030,1488.833383,1389.871761,1572.426348,709.2068442,1782.935371 +460031,1493.899996,1390.014752,1578.252051,711.9637124,1780.266155 +460032,1499.401855,1390.158192,1583.668408,714.7206445,1778.059539 +460033,1504.526232,1390.300679,1589.211776,717.4770097,1776.214706 +460034,1510.015204,1390.441052,1599.768891,720.1804297,1774.84071 +460035,1515.076506,1390.741821,1598.593054,723.0112894,1773.692076 +460036,1520.540888,1391.354375,1606.030984,725.7255945,1772.51064 +460037,1525.770124,1391.679939,1611.971141,728.4829435,1771.473344 +460038,1531.176664,1392.112791,1617.186648,731.2303157,1770.631633 +460039,1536.439976,1392.522183,1622.422254,733.9744528,1769.897295 +460040,1541.866522,1392.926903,1632.742665,736.769191,1769.44001 +460041,1547.149806,1393.326592,1632.176982,739.4299719,1769.081784 +460042,1552.706932,1393.720803,1639.051274,742.2047286,1768.571987 +460043,1557.84011,1394.109615,1644.747984,744.9306261,1768.088794 +460044,1563.387096,1394.492296,1650.736796,747.6074882,1767.729494 +460045,1568.575853,1394.868729,1659.754195,750.4162602,1767.596653 +460046,1574.230914,1395.238012,1659.974578,753.0513207,1767.501801 +460047,1579.485114,1395.600043,1666.157552,755.8233187,1767.41982 +460048,1585.005788,1395.9552,1676.355738,758.4839733,1767.298505 +460049,1590.359089,1396.20886,1676.775926,761.1829583,1767.311696 +460050,1595.99671,1396.685091,1686.223991,763.8839473,1767.321145 +460051,1600.601447,1396.465692,1686.887252,766.1171931,1767.290122 +460052,1605.50962,1396.219308,1694.779595,768.2513722,1767.200696 +460053,1610.12364,1395.899228,1694.973449,770.3325797,1766.993502 +460054,1614.870416,1395.529456,1701.340774,772.3734819,1766.657299 +460055,1619.447358,1395.116064,1701.513808,774.3800018,1766.181238 +460056,1624.151035,1394.661995,1702.784028,776.3552564,1765.404408 +460057,1628.689121,1394.169593,1703.571449,778.3013547,1764.303645 +460058,1633.359506,1393.639388,1702.396934,780.1634413,1762.875094 +460059,1637.865838,1393.073236,1701.139066,782.1950465,1761.067341 +460060,1642.625494,1392.471266,1699.84385,783.9376257,1758.926461 +460061,1646.807565,1391.834387,1698.556696,785.8280934,1756.548296 +460062,1651.691143,1391.162948,1697.297322,787.6373388,1754.011827 +460063,1656.042898,1390.457511,1696.072109,789.4319019,1751.37415 +460064,1672.939709,1401.940571,1694.834724,791.3431917,1748.615787 +460065,1679.117896,1402.830907,1693.579867,793.0864545,1745.743465 +460066,1684.200005,1403.08153,1692.353404,794.8027783,1742.84203 +460067,1689.542043,1402.998234,1691.183913,796.4364583,1739.974206 +460068,1694.390634,1402.772218,1690.068505,798.1908617,1737.155497 +460069,1699.667425,1402.435643,1689.187146,799.7959283,1734.38514 +460070,1704.545416,1402.01121,1688.139904,801.4312844,1731.658996 +460071,1715.633724,1401.511758,1687.107248,803.097427,1728.962156 +460072,1711.290727,1400.944709,1686.104741,804.5970337,1726.311411 +460073,1736.952562,1400.314797,1685.111389,806.2096438,1723.680559 +460074,1697.269507,1399.625345,1684.181541,807.752531,1721.138909 +460075,1739.539887,1398.878711,1683.299254,809.2276621,1718.668673 +460076,1732.455882,1398.077072,1682.384192,810.8342673,1716.171198 +460077,1737.894607,1397.222292,1681.466203,812.2926271,1713.683841 +460078,1743.52761,1396.315661,1680.566366,813.786564,1711.232455 +460079,1748.015805,1395.358535,1679.673293,815.2552385,1708.802514 +460080,1752.897728,1394.352088,1678.786267,816.707796,1706.39284 +460081,1515.929112,1283.980119,1680.201478,708.8260514,1707.681173 +460082,1514.595335,1280.124731,1671.575758,707.4263304,1694.283593 +460083,1515.394739,1277.108733,1657.787425,706.9731948,1672.823308 +460084,1516.873054,1274.334284,1644.000773,706.7833799,1650.72797 +460085,1518.663126,1271.698222,1632.983246,706.7680353,1631.471208 +460086,1520.657955,1269.130138,1512.365969,706.8567527,1610.799191 +460087,1522.898143,1266.597164,1564.606497,707.0062589,1589.025811 +460088,1525.103148,1264.078719,1556.720688,707.1934046,1571.702 +460089,1527.436285,1261.556001,1550.907707,707.3540883,1558.531763 +460090,1530.005507,1259.023498,1549.896606,707.6680439,1547.523561 +460091,1533.566078,1256.478617,1550.187354,707.8768095,1538.14069 +460092,1537.558339,1253.916636,1550.148938,708.1434823,1530.535128 +460093,1541.587287,1251.336371,1550.339443,708.4105082,1524.153712 +460094,1545.899622,1248.735854,1550.386832,708.6842608,1518.689115 +460095,1550.196269,1246.114227,1550.484586,708.963586,1513.917007 +460096,1554.75473,1243.382402,1555.273671,709.2474856,1509.880511 +460097,1559.282873,1240.845265,1545.543908,709.5356299,1506.115277 +460098,1564.06574,1238.095204,1555.830986,709.8270714,1502.608034 +460099,1568.910821,1235.40179,1551.613897,710.1530213,1499.609257 +460100,1573.836782,1232.670194,1551.148646,710.4335506,1496.768595 +460101,1578.881482,1229.910165,1551.774865,710.7287096,1493.99029 +460102,1583.881641,1227.124365,1552.168819,711.0257968,1491.412886 +460103,1589.088675,1224.312962,1552.27876,711.3233302,1489.021384 +460104,1594.537203,1221.475102,1552.4777,711.6471247,1486.767883 +460105,1599.764597,1218.702352,1552.694975,711.9273995,1484.634864 +460106,1605.280263,1215.688989,1557.549848,712.2492976,1482.805177 +460107,1610.955562,1212.756194,1548.575991,712.5306793,1480.933377 +460108,1616.607755,1209.931526,1557.482308,712.8537546,1479.017985 +460109,1622.51035,1206.914015,1554.662918,713.1604155,1477.380442 +460110,1635.846346,1203.944252,1553.882949,713.4658553,1475.937511 +460111,1624.746153,1200.835594,1554.25336,713.7844706,1474.20461 +460112,1668.354486,1197.678883,1554.780042,714.1550901,1472.480377 +460113,1605.359157,1194.503654,1559.462214,714.4883229,1471.11927 +460114,1670.323066,1191.297877,1551.993282,714.8671543,1469.78271 +460115,1652.838642,1188.075648,1558.86898,715.2318748,1468.275231 +460116,1662.938396,1184.835213,1557.366769,715.5970524,1466.959305 +460117,1669.068228,1181.492646,1556.751134,715.9643046,1465.682001 +460118,1675.103769,1178.338107,1561.41319,716.3331328,1464.4991 +460119,1681.520578,1174.98658,1554.505962,716.703585,1463.244799 +460120,1703.996316,1178.918671,1560.426359,717.5737167,1461.819265 +460121,1712.908521,1176.786655,1559.82661,718.045674,1460.496145 +460122,1720.478946,1174.053898,1559.493867,718.4252683,1459.215465 +460123,1727.83867,1171.230275,1559.431056,718.9896362,1457.874651 +460124,1735.493839,1168.103605,1559.568334,719.2862072,1456.519114 +460125,1742.861038,1165.092034,1559.265591,719.7525639,1455.163492 +460126,1750.203246,1161.961822,1558.117425,720.1609407,1453.752843 +460127,1757.915835,1158.803783,1556.937511,720.5775247,1452.234494 +460128,1765.202511,1155.611844,1555.746988,720.9943569,1450.614045 +460129,1772.772147,1152.389145,1554.564143,721.4114693,1448.921971 +460130,1780.42449,1149.138243,1553.395546,721.8288173,1447.18467 +460131,1787.96358,1145.778208,1552.243761,722.2463773,1445.423078 +460132,1801.511419,1142.597786,1551.098637,722.6640025,1443.638435 +460133,1802.195922,1139.215961,1549.971242,723.0816116,1441.854605 +460134,1829.444851,1135.882321,1548.843126,723.4990022,1440.056199 +460135,1785.387795,1132.517011,1547.794047,723.916041,1438.34816 +460136,1843.083566,1129.13244,1546.789878,724.3325196,1436.693295 +460137,1830.885388,1125.73058,1545.737406,724.7486793,1434.979828 +460138,1842.04539,1122.312668,1544.687913,725.1642276,1433.273678 +460139,1850.096544,1118.879757,1543.663501,725.5790809,1431.603774 +460140,1858.163531,1115.432867,1542.648794,725.9930049,1429.95245 +460141,2124.520354,1218.467248,1542.257408,833.2069021,1429.234414 +460142,2102.681282,1217.139762,1553.202686,835.4140216,1444.589975 +460143,2128.909222,1215.00808,1569.075204,837.279084,1468.023067 +460144,2136.857675,1212.675575,1584.536252,838.8108875,1491.87623 +460145,2146.501643,1210.102782,1597.242091,840.2262152,1512.680936 +460146,2156.585027,1207.585062,1607.077649,841.554499,1529.944404 +460147,2166.767854,1204.868382,1614.807485,842.8216002,1544.405876 +460148,2176.668854,1202.239739,1621.125826,844.0443118,1556.811145 +460149,2194.753614,1199.521344,1626.610396,845.2317707,1567.825249 +460150,2184.590786,1196.698999,1631.236695,846.3893462,1577.591671 +460151,2219.414686,1193.895085,1635.312799,847.5211921,1586.093565 +460152,2212.137972,1191.051813,1639.091329,848.6297472,1593.87243 +460153,2226.964092,1188.267715,1642.39421,849.7167933,1600.731204 +460154,2236.928252,1185.427429,1645.380676,850.7840614,1606.893172 +460155,2246.402638,1182.498232,1648.182702,851.8985937,1612.547439 +460156,2256.454591,1179.690307,1650.794973,852.8318369,1617.712527 +460157,2266.262332,1176.723524,1653.253733,853.891894,1622.45864 +460158,2276.144458,1173.895392,1655.592176,854.8791759,1626.851093 +460159,2286.350907,1170.910554,1657.837133,855.8598752,1631.13086 +460160,2296.340643,1167.983473,1660.003573,856.8251141,1634.933003 +460161,2306.305166,1165.193505,1662.09806,857.7750552,1638.501953 +460162,2316.240142,1162.163715,1664.133675,858.7098112,1641.875078 +460163,2326.517327,1159.231722,1666.125171,859.629808,1645.282394 +460164,2344.621239,1156.368206,1668.421319,860.5352218,1648.471875 +460165,2335.484664,1153.366144,1670.30261,861.4258021,1651.478427 +460166,2368.16013,1150.434658,1672.125031,862.3022855,1653.989986 +460167,2364.205986,1147.558749,1674.101055,863.0985019,1656.710622 +460168,2377.264303,1144.66148,1675.925063,864.0439883,1659.495244 +460169,2387.856692,1141.69095,1677.655266,864.831934,1661.948725 +460170,2397.854352,1138.945545,1679.407173,865.6623058,1664.643972 +460171,2406.420027,1135.784077,1681.11091,866.4306217,1667.038555 +460172,2414.603514,1132.876265,1682.715284,867.1774989,1669.277431 +460173,2423.344042,1129.95969,1684.224628,867.9077583,1671.377352 +460174,2438.866997,1127.054459,1685.815151,868.6224987,1673.564478 +460175,2437.409795,1124.089376,1687.336955,869.3223793,1675.883899 +460176,2447.662304,1121.279928,1688.598525,870.0076326,1677.655125 +460177,2456.250544,1118.442368,1689.789381,870.6791699,1679.322668 +460178,2463.892793,1115.536018,1691.007064,871.3364267,1681.013311 +460179,2471.525514,1112.92617,1692.198265,871.9804575,1682.664048 +460180,2479.278744,1109.979552,1693.351259,872.6109137,1684.263082 +460181,2494.168341,1107.296496,1694.643884,873.2284254,1686.036508 +460182,2485.231897,1131.227727,1695.887747,873.8325161,1687.514778 +460183,2510.037228,1062.294499,1696.904294,874.4240817,1688.966833 +460184,2508.993107,1118.322447,1698.135816,875.0026864,1690.696212 +460185,2515.547871,1108.740028,1699.135197,875.5686827,1692.132718 +460186,2531.501273,1070.660042,1700.044646,876.1225882,1693.453792 +460187,2522.682764,1123.463896,1701.163196,876.6644517,1695.037669 +460188,2545.967407,1054.638961,1702.040512,877.193844,1696.527139 +460189,2544.578799,1122.665168,1703.047672,877.7118487,1697.971876 +460190,2551.796161,1049.585532,1703.953958,878.217867,1699.285716 +460191,2566.104183,1112.253915,1705.075811,878.712603,1700.646812 +460192,2558.02978,1052.326068,1705.850166,879.1958142,1701.838754 +460193,2553.262517,1091.267678,1705.961657,878.6126633,1702.183251 +460194,2549.590813,1057.883061,1705.317828,878.84454,1701.696043 +460195,2552.234771,1073.293936,1704.410875,879.219853,1700.94978 +460196,2558.229466,1065.263594,1703.696425,879.6466246,1700.45278 +460197,2569.503298,1064.323348,1703.510088,880.1072762,1700.6035 +460198,2568.092708,1062.394078,1703.682754,880.5943502,1701.187045 +460199,2571.489822,1060.491166,1704.000876,881.2065555,1701.728209 +460200,2584.810644,1058.617427,1704.276878,882.0965208,1702.482559 +460201,2606.88287,1082.556203,1706.70991,906.0029962,1706.574268 +460202,2614.831161,1074.553813,1711.076808,908.1680344,1713.939144 +460203,2620.789096,1081.268957,1716.664744,910.0638604,1722.401023 +460204,2626.052554,1074.769736,1721.665801,911.816467,1730.132461 +460205,2630.358003,1076.490264,1725.461508,913.5113915,1736.591874 +460206,2633.881893,1074.276808,1728.299227,915.1720875,1741.873925 +460207,2636.887388,1073.172784,1730.433734,916.8177283,1746.248251 +460208,2639.584574,1071.884562,1732.084671,918.4598596,1749.958762 +460209,2642.101706,1070.585701,1733.595326,920.0378141,1753.174748 +460210,2644.512382,1069.281217,1734.66287,921.7894432,1756.010373 +460211,2646.858423,1068.048725,1735.541497,923.4018195,1758.545984 +460212,2649.164602,1066.630172,1736.28017,925.1482986,1760.841851 +460213,2651.726256,1065.373798,1736.91185,926.7276925,1762.942452 +460214,2653.961208,1064.053603,1737.460444,928.464536,1764.883517 +460215,2656.174614,1062.734175,1737.945864,930.1197647,1766.696538 +460216,2658.374125,1061.435509,1738.379842,931.8548404,1768.399762 +460217,2660.570418,1060.120368,1738.775179,933.5438852,1770.018859 +460218,2662.756962,1058.824895,1739.136607,935.2997536,1771.562245 +460219,2664.936134,1057.513946,1739.47178,937.0089314,1773.047194 +460220,2667.098626,1056.211453,1739.782046,938.749426,1774.476301 +460221,2669.241349,1054.912933,1740.070126,940.5030826,1775.856523 +460222,2671.363745,1053.617203,1740.338942,942.2664327,1777.195318 +460223,2673.465086,1052.324381,1740.590709,944.038939,1778.498542 +460224,2675.544061,1051.034508,1740.826906,945.8201395,1779.770413 +460225,2677.598852,1049.747802,1741.048391,947.6779286,1781.013871 +460226,2679.6284,1048.464291,1741.256068,949.3738371,1782.231608 +460227,2681.63176,1047.184198,1741.450658,951.2278794,1783.425843 +460228,2683.607715,1045.907556,1741.632499,953.0304881,1784.598125 +460229,2685.555753,1044.634593,1741.801983,954.8503073,1785.749901 +460230,2687.476809,1043.365338,1741.959983,956.6082785,1786.88309 +460231,2689.370521,1042.144867,1742.106515,958.607771,1787.998391 +460232,2691.254636,1040.937984,1742.245844,960.4770037,1789.095499 +460233,2693.141565,1039.740053,1742.381093,962.420405,1790.174593 +460234,2695.033114,1038.549772,1742.51285,964.3657247,1791.23598 +460235,2696.924931,1037.366775,1742.640233,966.3223187,1792.279939 +460236,2698.811447,1036.190739,1742.762152,968.2896125,1793.306933 +460237,2700.688045,1035.021652,1742.877632,970.3370317,1794.317342 +460238,2702.551936,1033.859351,1742.986344,972.220073,1795.312033 +460239,2704.401347,1032.703901,1743.088153,974.2668328,1796.291832 +460240,2706.234586,1031.482219,1743.182909,976.2622132,1797.257367 +460241,2708.050317,1030.44772,1743.270335,978.2766734,1798.20896 +460242,2709.847394,1029.260954,1743.350312,980.2998559,1799.147046 +460243,2711.625409,1028.143638,1743.423043,982.3311965,1800.072378 +460244,2713.383862,1027.022041,1743.488623,984.3702711,1800.98551 +460245,2715.122341,1025.907052,1743.547077,986.4168496,1801.886844 +460246,2716.840546,1024.798648,1743.598495,988.4704939,1802.776825 +460247,2718.538314,1023.696932,1743.642947,990.5309811,1803.655822 +460248,2720.216238,1022.601769,1743.681004,992.5259927,1804.524813 +460249,2721.873673,1021.513232,1743.712525,994.7773136,1805.383838 +460250,2723.530182,1019.005689,1743.749899,991.5753954,1806.248957 +460251,2723.200113,1017.474583,1743.640841,992.9182973,1807.147791 +460252,2721.719301,1016.248187,1743.446297,994.2630004,1808.079401 +460253,2720.181715,1015.00428,1743.253094,995.9479949,1809.042162 +460254,2719.114553,1013.791999,1743.100773,997.6155097,1810.027144 +460255,2718.582079,1012.592919,1742.987485,999.3264079,1811.017914 +460256,2718.462807,1011.402912,1742.896536,1001.060153,1811.998734 +460257,2718.620071,1010.219996,1742.812497,1002.810921,1812.95881 +460258,2718.958021,1009.042929,1742.725844,1004.57548,1813.892584 +460259,2719.419821,1007.871175,1742.63195,1006.352065,1814.798145 +460260,2719.972318,1006.704249,1742.528991,1008.13937,1815.675672 +460261,2720.783553,972.549082,1742.525722,976.9157196,1816.653377 +460262,2717.097437,970.9991819,1738.979994,978.4006185,1812.410631 +460263,2711.477174,969.8713202,1734.112933,980.1066261,1805.547074 +460264,2706.485902,968.5870602,1729.559976,981.823763,1798.763823 +460265,2703.085846,967.389265,1725.844192,983.5683366,1793.202905 +460266,2701.131992,966.1931697,1723.319861,985.3282244,1788.922122 +460267,2700.150072,965.0066924,1721.470584,987.1008877,1785.618233 +460268,2699.738441,963.8288115,1720.046316,988.885155,1782.998391 +460269,2699.654062,962.6590559,1718.891782,990.6805076,1780.869917 +460270,2699.770485,961.4966981,1717.921284,992.4862292,1779.11858 +460271,2700.022814,960.3412742,1717.085611,994.3019074,1777.672504 +460272,2700.374934,959.1921544,1716.176477,996.1270041,1776.48113 +460273,2700.802171,958.0490124,1715.544156,997.8893517,1775.503548 +460274,2701.282443,956.9113727,1714.972606,999.9106179,1774.702722 +460275,2701.800139,955.7790229,1714.44196,1001.605596,1774.048295 +460276,2702.34559,954.7199058,1713.939558,1003.528044,1773.516318 +460277,2702.913152,953.4967403,1713.457575,1005.387405,1773.08762 +460278,2703.50016,952.4265544,1712.991182,1007.265779,1772.7471 +460279,2704.104976,951.3021547,1712.536573,1009.153619,1772.481833 +460280,2704.728358,950.1918355,1711.917192,1011.050689,1772.282315 +460281,2705.369927,949.0855012,1711.514695,1012.957359,1772.139512 +460282,2706.027007,947.9827071,1711.119155,1014.87383,1772.043433 +460283,2706.698492,946.8833343,1710.723984,1016.800558,1771.986302 +460284,2707.386685,945.7870738,1710.196512,1018.737845,1771.963769 +460285,2708.093909,944.6938201,1709.728815,1020.686248,1771.972283 +460286,2708.817654,943.6032648,1709.549515,1022.646168,1772.005014 +460287,2709.554392,942.5153013,1709.370212,1024.618272,1772.054564 +460288,2710.308044,941.4296114,1708.864991,1026.603074,1772.119919 +460289,2711.086385,940.3460777,1708.287232,1028.675151,1772.203616 +460290,2711.892394,939.2643809,1707.865992,1030.577294,1772.304666 +460291,2712.730278,937.6541082,1707.450558,1031.475642,1772.42347 +460292,2713.364776,935.9299399,1706.774912,1032.043205,1772.567274 +460293,2713.644857,934.1488734,1706.204046,1032.479642,1772.74257 +460294,2713.549144,932.3260101,1705.551445,1032.804321,1772.95184 +460295,2713.12718,930.4679773,1704.823671,1033.030155,1773.196683 +460296,2712.444543,928.5113103,1703.839182,1033.163713,1773.479638 +460297,2711.55252,926.6892585,1702.981417,1033.208719,1773.798519 +460298,2710.482834,924.6944228,1702.085218,1033.168183,1774.148664 +460299,2709.255964,922.7962748,1701.15113,1033.043933,1774.525779 +460300,2707.887433,920.6978005,1700.181383,1032.837061,1774.926977 +460301,2706.38944,918.7180197,1699.179193,1032.548646,1775.349879 +460302,2704.77089,916.656197,1698.147272,1032.179271,1775.791655 +460303,2703.03855,914.5796249,1697.087786,1031.729685,1776.249497 +460304,2701.199874,912.4788081,1695.802459,1031.200227,1776.722561 +460305,2699.259663,910.3541319,1694.690159,1030.591445,1777.209085 +460306,2697.21861,908.2057481,1693.559505,1029.903502,1777.704991 +460307,2695.077836,906.0340937,1692.405977,1029.062031,1778.207345 +460308,2692.839283,903.8392771,1691.228232,1028.32611,1778.71427 +460309,2690.50486,901.6216852,1690.026809,1027.349672,1779.224289 +460310,2688.07661,899.3813767,1688.803118,1026.358191,1779.736527 +460311,2685.555983,897.1186983,1687.558305,1025.277424,1780.249993 +460312,2682.943198,894.8985254,1686.292784,1024.11775,1780.763155 +460313,2680.239297,892.4966178,1685.007299,1022.879505,1781.275243 +460314,2677.461488,889.039998,1683.718852,1014.89623,1781.806805 +460315,2672.855383,886.4598293,1682.310999,1012.329375,1782.379166 +460316,2667.169577,883.8961245,1680.836065,1010.259914,1782.990374 +460317,2661.369052,881.4992298,1679.170766,1008.181127,1783.634907 +460318,2655.920555,878.9548281,1677.722942,1006.073526,1784.302696 +460319,2650.576493,876.4517665,1676.303056,1003.919432,1784.97845 +460320,2645.806336,874.0416438,1674.892474,1001.181954,1785.64868 +460321,2503.573341,805.1500879,1671.968126,932.4299599,1785.115651 +460322,2377.399222,801.8189942,1655.515348,929.3025128,1765.703546 +460323,2436.9457,798.7224317,1634.147118,926.3477837,1738.493528 +460324,2405.829637,795.7404385,1616.479794,923.3801946,1715.278279 +460325,2391.954027,792.6431446,1603.103126,920.3676157,1697.544528 +460326,2381.215737,789.5921245,1593.093785,917.2966747,1683.76492 +460327,2369.399463,786.5219604,1585.398472,914.1618137,1673.418107 +460328,2348.945207,783.4393785,1578.992301,910.958015,1665.062959 +460329,2348.016956,780.3434216,1573.47176,907.683948,1658.202891 +460330,2331.600356,777.2324162,1568.69273,904.3366637,1652.638895 +460331,2319.102197,774.1656165,1564.292665,900.9148623,1647.886709 +460332,2306.908119,770.9363328,1560.112016,897.4165177,1643.714132 +460333,2294.261415,767.8192725,1556.131082,893.8410686,1639.876463 +460334,2281.424956,764.6343974,1552.287135,890.1867403,1636.675791 +460335,2268.253366,761.4421705,1548.526325,886.4533868,1633.793484 +460336,2255.081686,758.2323908,1544.823627,882.5711089,1631.168486 +460337,2241.974693,755.006158,1541.16711,878.7761925,1628.569733 +460338,2228.145924,751.7037581,1537.538915,874.7529959,1626.40855 +460339,2214.706149,748.5299618,1533.930825,870.7056238,1624.230371 +460340,2200.782556,745.2113076,1530.341717,866.5661406,1622.379911 +460341,2178.378832,741.9266789,1526.622576,862.3441824,1620.704781 +460342,2176.407502,738.6160423,1522.918343,858.1065096,1618.696561 +460343,2156.65232,735.2890417,1519.371283,853.6211799,1617.088699 +460344,2143.265489,731.945287,1515.832757,849.1302942,1615.321494 +460345,2128.517362,728.6424103,1512.26932,844.6636073,1613.765596 +460346,2113.801104,725.1816095,1508.71598,839.9806869,1612.280173 +460347,2098.925671,721.8287628,1500.935487,835.2710755,1610.66763 +460348,2083.404042,718.4111127,1453.347652,830.4677043,1607.042945 +460349,2068.255079,714.984925,1472.063263,825.5835234,1601.860444 +460350,2052.685778,711.5417039,1449.498567,820.6187114,1597.453885 +460351,2042.623569,708.6372308,1455.062003,817.3939601,1593.884447 +460352,2033.083207,705.8083103,1439.876282,814.3480173,1590.974779 +460353,2024.048803,703.0212318,1438.425849,811.4011405,1588.484282 +460354,2014.846887,700.2637637,1433.409216,808.5326291,1586.464909 +460355,2006.220907,697.5303233,1427.28498,805.7295847,1584.795064 +460356,1997.734049,694.8175259,1417.363572,802.9847107,1583.238454 +460357,1989.385658,692.1235749,1422.001459,800.2940231,1581.561746 +460358,1981.225039,689.4468469,1405.162155,816.7487984,1580.146463 +460359,1968.964909,686.7871179,1407.239187,766.7515692,1578.701803 +460360,1969.154097,684.1428917,1400.448772,806.1914953,1577.388184 +460361,1935.658672,681.514496,1395.638504,800.4196517,1576.586328 +460362,1984.276531,678.9010985,1390.444719,768.5497975,1576.181549 +460363,1919.538446,676.3027793,1380.80773,812.3441815,1575.731265 +460364,1948.362189,673.7185194,1386.369771,753.5223274,1575.240024 +460365,1929.389552,671.1482811,1369.141764,793.8824124,1574.647475 +460366,1908.904508,668.5917434,1371.611739,782.2765839,1573.861904 +460367,1912.365096,666.0484823,1365.713322,766.9397902,1573.29741 +460368,1913.301968,663.4634056,1360.205617,786.6083678,1572.807586 +460369,1923.840586,661.0275904,1355.749793,758.2421991,1572.215617 +460370,1885.034799,658.539447,1351.068476,785.2452818,1571.654133 +460371,1876.474569,655.9753489,1346.178303,753.7403189,1571.20218 +460372,1921.851134,653.5346284,1336.528693,779.4664866,1570.501026 +460373,1844.466079,651.0588609,1338.624484,753.3298857,1569.80541 +460374,1911.582682,648.6030824,1331.441313,771.8090454,1569.337407 +460375,1844.512496,646.1595907,1327.023872,754.8149768,1568.869072 +460376,1880.075123,643.7275682,1322.399099,762.654778,1568.371339 +460377,1876.871823,641.3064309,1317.950308,756.1577467,1567.818483 +460378,1826.328973,638.8956056,1313.294374,755.2545925,1567.333965 +460379,1887.274667,636.4950416,1308.957589,752.6545244,1566.870723 +460380,1814.30183,634.1045469,1304.200275,750.4142984,1566.407668 +460381,1813.134239,631.6810797,847.9354467,748.2215251,2211.541599 +460382,1896.390557,759.6426907,893.6640539,875.90109,2290.207691 +460383,1996.528892,760.9480559,951.9383612,877.8154226,2381.437313 +460384,2065.165152,758.3347249,996.7667923,875.2672258,2439.902295 +460385,2095.282144,756.0667119,1023.115761,873.3251476,2460.229584 +460386,2105.214978,754.4984358,1038.776721,871.2714655,2462.246734 +460387,2106.981251,751.6407239,1049.177588,869.3527037,2457.714181 +460388,2105.80156,749.7902125,1056.835979,867.3009946,2451.288266 +460389,2103.80287,747.6316974,1062.924182,865.3103603,2444.784274 +460390,2101.675155,745.4369913,1067.950549,863.2609584,2438.765094 +460391,2099.565804,743.2838212,1072.149923,861.3727664,2433.328699 +460392,2097.508904,741.1224037,1075.673613,859.366789,2428.466031 +460393,2095.487245,738.961577,1078.629634,857.428097,2424.119812 +460394,2093.484827,736.8023385,1081.106067,872.1362303,2420.228186 +460395,2091.492834,734.645839,1083.17631,828.4603616,2416.733224 +460396,2086.132023,732.4928977,1084.903091,864.2190999,2413.586626 +460397,2034.515575,730.3448123,1086.330516,856.8744138,2410.72711 +460398,2056.846041,728.2028198,1087.513208,832.4386997,2408.142595 +460399,2036.665826,726.0687878,1088.491874,868.4103858,2405.810064 +460400,2036.511843,723.8985265,1089.290632,819.0658125,2403.686009 +460401,2028.567994,721.8566156,1089.933745,867.0872383,2401.741863 +460402,1908.860961,712.997254,1090.44142,777.0807215,2399.952019 +460403,1885.560886,710.1773577,1090.558092,804.7291555,2398.265299 +460404,1878.685469,707.8631283,1090.425325,786.7801129,2396.711732 +460405,1864.320505,705.6985217,1090.185005,784.8600164,2395.25979 +460406,1853.929897,703.6243115,1089.91765,781.0527681,2393.898272 +460407,1843.892265,701.5649289,1089.657215,777.4221129,2392.636333 +460408,1834.314866,699.6589506,1089.386967,773.9584839,2391.422334 +460409,1824.339475,697.688378,1089.112673,770.6219008,2390.268631 +460410,1816.318103,695.7863274,1088.840987,767.3874974,2389.187961 +460411,1807.068742,693.9301319,1088.565766,764.278829,2388.160878 +460412,1798.619629,692.049657,1088.285808,761.1856809,2387.178112 +460413,1790.234545,690.2364774,1087.99956,758.2251276,2386.230067 +460414,1772.446935,688.3989105,1087.707086,755.3239334,2385.311775 +460415,1788.418512,686.6272961,1087.395198,752.4145327,2384.388873 +460416,1748.964515,684.8297252,1087.075156,749.6208906,2383.483505 +460417,1772.243846,683.0971616,1086.756048,746.8932828,2382.613377 +460418,1728.670019,681.3372362,1086.445487,744.1672614,2381.793102 +460419,1760.112744,679.5984482,1086.130384,741.4957587,2380.990362 +460420,1731.613602,677.9675481,1085.802205,738.9770194,2379.98592 +460421,1719.325129,676.2541716,1085.465915,736.3812234,2379.190979 +460422,1744.231254,674.5956262,1085.123572,733.9228977,2378.406703 +460423,1684.273043,672.9168156,1084.775779,731.3324354,2377.631247 +460424,1730.82568,671.3044755,1084.422024,728.9531371,2376.861596 +460425,1682.770959,669.6911517,1084.063761,726.5418423,2376.09977 +460426,1701.207903,668.089631,1083.701374,724.168248,2375.345652 +460427,1685.766343,666.5027179,1083.334939,721.8258411,2374.598739 +460428,1680.865767,664.9303634,1082.964413,719.5137,2373.858344 +460429,1674.760108,663.3724435,1082.589845,717.230779,2373.123999 +460430,1668.552501,661.8286582,1082.211406,714.9759498,2372.395518 +460431,1662.216068,660.2988423,1081.829265,712.7975449,2371.672733 +460432,1656.236304,658.7408851,1081.443588,710.4732324,2370.955504 +460433,1662.725335,657.3005409,1081.054607,708.4073613,2370.243869 +460434,1625.063632,655.7801738,1080.662317,706.2110319,2369.537365 +460435,1656.316625,654.3105648,1080.266963,704.0917349,2368.836107 +460436,1617.754453,652.8469708,1079.868758,701.9873476,2368.140163 +460437,1633.123893,651.3959317,1079.467781,699.9056558,2367.449315 +460438,1619.834393,649.9572607,1079.064252,697.8459629,2366.763672 +460439,1615.56858,648.530799,1078.658273,695.8078002,2366.08309 +460440,1610.06514,647.1162886,1078.249952,693.7906,2365.407458 +460441,0,0,0,0,0 +460442,0,0,0,0,0 +460443,0,0,0,0,0 +460444,0,0,0,0,0 +460445,0,0,0,0,0 +460446,0,0,0,0,0 +460447,0,0,0,0,0 +460448,0,0,0,0,0 +460449,0,0,0,0,0 +460450,0,0,0,0,0 +460451,0,0,0,0,0 +460452,0,0,0,0,0 +460453,0,0,0,0,0 +460454,0,0,0,0,0 +460455,0,0,0,0,0 +460456,0,0,0,0,0 +460457,0,0,0,0,0 +460458,0,0,0,0,0 +460459,0,0,0,0,0 +460460,0,0,0,0,0 +460461,0,0,0,0,0 +460462,0,0,0,0,0 +460463,0,0,0,0,0 +460464,0,0,0,0,0 +460465,0,0,0,0,0 +460466,0,0,0,0,0 +460467,0,0,0,0,0 +460468,0,0,0,0,0 +460469,0,0,0,0,0 +460470,0,0,0,0,0 +460471,0,0,0,0,0 +460472,0,0,0,0,0 +460473,0,0,0,0,0 +460474,0,0,0,0,0 +460475,0,0,0,0,0 +460476,0,0,0,0,0 +460477,0,0,0,0,0 +460478,0,0,0,0,0 +460479,0,0,0,0,0 +460480,0,0,0,0,0 +460481,0,0,0,0,0 +460482,0,0,0,0,0 +460483,0,0,0,0,0 +460484,0,0,0,0,0 +460485,0,0,0,0,0 +460486,0,0,0,0,0 +460487,0,0,0,0,0 +460488,0,0,0,0,0 +460489,0,0,0,0,0 +460490,0,0,0,0,0 +460491,0,0,0,0,0 +460492,0,0,0,0,0 +460493,0,0,0,0,0 +460494,0,0,0,0,0 +460495,0,0,0,0,0 +460496,0,0,0,0,0 +460497,0,0,0,0,0 +460498,0,0,0,0,0 +460499,0,0,0,0,0 +460500,0,0,0,0,0 +460501,0,0,0,0,0 +460502,0,0,0,0,0 +460503,0,0,0,0,0 +460504,0,0,0,0,0 +460505,0,0,0,0,0 +460506,0,0,0,0,0 +460507,0,0,0,0,0 +460508,0,0,0,0,0 +460509,0,0,0,0,0 +460510,0,0,0,0,0 +460511,0,0,0,0,0 +460512,0,0,0,0,0 +460513,0,0,0,0,0 +460514,0,0,0,0,0 +460515,0,0,0,0,0 +460516,0,0,0,0,0 +460517,0,0,0,0,0 +460518,0,0,0,0,0 +460519,0,0,0,0,0 +460520,0,0,0,0,0 +460521,0,0,0,0,0 +460522,0,0,0,0,0 +460523,0,0,0,0,0 +460524,0,0,0,0,0 +460525,0,0,0,0,0 +460526,0,0,0,0,0 +460527,0,0,0,0,0 +460528,0,0,0,0,0 +460529,0,0,0,0,0 +460530,0,0,0,0,0 +460531,0,0,0,0,0 +460532,0,0,0,0,0 +460533,0,0,0,0,0 +460534,0,0,0,0,0 +460535,0,0,0,0,0 +460536,0,0,0,0,0 +460537,0,0,0,0,0 +460538,0,0,0,0,0 +460539,0,0,0,0,0 +460540,0,0,0,0,0 +460541,0,0,0,0,0 +460542,0,0,0,0,0 +460543,0,0,0,0,0 +460544,0,0,0,0,0 +460545,0,0,0,0,0 +460546,0,0,0,0,0 +460547,0,0,0,0,0 +460548,0,0,0,0,0 +460549,0,0,0,0,0 +460550,0,0,0,0,0 +460551,0,0,0,0,0 +460552,0,0,0,0,0 +460553,0,0,0,0,0 +460554,0,0,0,0,0 +460555,0,0,0,0,0 +460556,0,0,0,0,0 +460557,0,0,0,0,0 +460558,0,0,0,0,0 +460559,0,0,0,0,0 +460560,0,0,0,0,0 +460561,0,0,0,0,0 +460562,0,0,0,0,0 +460563,0,0,0,0,0 +460564,0,0,0,0,0 +460565,0,0,0,0,0 +460566,0,0,0,0,0 +460567,0,0,0,0,0 +460568,0,0,0,0,0 +460569,0,0,0,0,0 +460570,0,0,0,0,0 +460571,0,0,0,0,0 +460572,0,0,0,0,0 +460573,0,0,0,0,0 +460574,0,0,0,0,0 +460575,0,0,0,0,0 +460576,0,0,0,0,0 +460577,0,0,0,0,0 +460578,0,0,0,0,0 +460579,0,0,0,0,0 +460580,0,0,0,0,0 +460581,0,0,0,0,0 +460582,0,0,0,0,0 +460583,0,0,0,0,0 +460584,0,0,0,0,0 +460585,0,0,0,0,0 +460586,0,0,0,0,0 +460587,0,0,0,0,0 +460588,0,0,0,0,0 +460589,0,0,0,0,0 +460590,0,0,0,0,0 +460591,0,0,0,0,0 +460592,0,0,0,0,0 +460593,0,0,0,0,0 +460594,0,0,0,0,0 +460595,0,0,0,0,0 +460596,0,0,0,0,0 +460597,0,0,0,0,0 +460598,0,0,0,0,0 +460599,0,0,0,0,0 +460600,0,0,0,0,0 +460601,0,0,0,0,0 +460602,0,0,0,0,0 +460603,0,0,0,0,0 +460604,0,0,0,0,0 +460605,0,0,0,0,0 +460606,0,0,0,0,0 +460607,0,0,0,0,0 +460608,0,0,0,0,0 +460609,0,0,0,0,0 +460610,0,0,0,0,0 +460611,0,0,0,0,0 +460612,0,0,0,0,0 +460613,0,0,0,0,0 +460614,0,0,0,0,0 +460615,0,0,0,0,0 +460616,0,0,0,0,0 +460617,0,0,0,0,0 +460618,0,0,0,0,0 +460619,0,0,0,0,0 +460620,0,0,0,0,0 +460621,0,0,0,0,0 +460622,0,0,0,0,0 +460623,0,0,0,0,0 +460624,0,0,0,0,0 +460625,0,0,0,0,0 +460626,0,0,0,0,0 +460627,0,0,0,0,0 +460628,0,0,0,0,0 +460629,0,0,0,0,0 +460630,0,0,0,0,0 +460631,0,0,0,0,0 +460632,0,0,0,0,0 +460633,0,0,0,0,0 +460634,0,0,0,0,0 +460635,0,0,0,0,0 +460636,0,0,0,0,0 +460637,0,0,0,0,0 +460638,0,0,0,0,0 +460639,0,0,0,0,0 +460640,0,0,0,0,0 +460641,0,0,0,0,0 +460642,0,0,0,0,0 +460643,0,0,0,0,0 +460644,0,0,0,0,0 +460645,0,0,0,0,0 +460646,0,0,0,0,0 +460647,0,0,0,0,0 +460648,0,0,0,0,0 +460649,0,0,0,0,0 +460650,0,0,0,0,0 +460651,0,0,0,0,0 +460652,0,0,0,0,0 +460653,0,0,0,0,0 +460654,0,0,0,0,0 +460655,0,0,0,0,0 +460656,0,0,0,0,0 +460657,0,0,0,0,0 +460658,0,0,0,0,0 +460659,0,0,0,0,0 +460660,0,0,0,0,0 +460661,0,0,0,0,0 +460662,0,0,0,0,0 +460663,0,0,0,0,0 +460664,0,0,0,0,0 +460665,0,0,0,0,0 +460666,0,0,0,0,0 +460667,0,0,0,0,0 +460668,0,0,0,0,0 +460669,0,0,0,0,0 +460670,0,0,0,0,0 +460671,0,0,0,0,0 +460672,0,0,0,0,0 +460673,0,0,0,0,0 +460674,0,0,0,0,0 +460675,0,0,0,0,0 +460676,0,0,0,0,0 +460677,0,0,0,0,0 +460678,0,0,0,0,0 +460679,0,0,0,0,0 +460680,0,0,0,0,0 +460681,0,0,0,0,0 +460682,0,0,0,0,0 +460683,0,0,0,0,0 +460684,0,0,0,0,0 +460685,0,0,0,0,0 +460686,0,0,0,0,0 +460687,0,0,0,0,0 +460688,0,0,0,0,0 +460689,0,0,0,0,0 +460690,0,0,0,0,0 +460691,0,0,0,0,0 +460692,0,0,0,0,0 +460693,0,0,0,0,0 +460694,0,0,0,0,0 +460695,0,0,0,0,0 +460696,0,0,0,0,0 +460697,0,0,0,0,0 +460698,0,0,0,0,0 +460699,0,0,0,0,0 +460700,0,0,0,0,0 +460701,0,0,0,0,0 +460702,0,0,0,0,0 +460703,0,0,0,0,0 +460704,0,0,0,0,0 +460705,0,0,0,0,0 +460706,0,0,0,0,0 +460707,0,0,0,0,0 +460708,0,0,0,0,0 +460709,0,0,0,0,0 +460710,0,0,0,0,0 +460711,0,0,0,0,0 +460712,0,0,0,0,0 +460713,0,0,0,0,0 +460714,0,0,0,0,0 +460715,0,0,0,0,0 +460716,0,0,0,0,0 +460717,0,0,0,0,0 +460718,0,0,0,0,0 +460719,0,0,0,0,0 +460720,0,0,0,0,0 +460721,0,0,0,0,0 +460722,0,0,0,0,0 +460723,0,0,0,0,0 +460724,0,0,0,0,0 +460725,0,0,0,0,0 +460726,0,0,0,0,0 +460727,0,0,0,0,0 +460728,0,0,0,0,0 +460729,0,0,0,0,0 +460730,0,0,0,0,0 +460731,0,0,0,0,0 +460732,0,0,0,0,0 +460733,0,0,0,0,0 +460734,0,0,0,0,0 +460735,0,0,0,0,0 +460736,0,0,0,0,0 +460737,0,0,0,0,0 +460738,0,0,0,0,0 +460739,0,0,0,0,0 +460740,0,0,0,0,0 +460741,0,0,0,0,0 +460742,0,0,0,0,0 +460743,0,0,0,0,0 +460744,0,0,0,0,0 +460745,0,0,0,0,0 +460746,0,0,0,0,0 +460747,0,0,0,0,0 +460748,0,0,0,0,0 +460749,0,0,0,0,0 +460750,0,0,0,0,0 +460751,0,0,0,0,0 +460752,0,0,0,0,0 +460753,0,0,0,0,0 +460754,0,0,0,0,0 +460755,0,0,0,0,0 +460756,0,0,0,0,0 +460757,0,0,0,0,0 +460758,0,0,0,0,0 +460759,0,0,0,0,0 +460760,0,0,0,0,0 +460761,0,0,0,0,0 +460762,0,0,0,0,0 +460763,0,0,0,0,0 +460764,0,0,0,0,0 +460765,0,0,0,0,0 +460766,0,0,0,0,0 +460767,0,0,0,0,0 +460768,0,0,0,0,0 +460769,0,0,0,0,0 +460770,0,0,0,0,0 +460771,0,0,0,0,0 +460772,0,0,0,0,0 +460773,0,0,0,0,0 +460774,0,0,0,0,0 +460775,0,0,0,0,0 +460776,0,0,0,0,0 +460777,0,0,0,0,0 +460778,0,0,0,0,0 +460779,0,0,0,0,0 +460780,0,0,0,0,0 +460781,0,0,0,0,0 +460782,0,0,0,0,0 +460783,0,0,0,0,0 +460784,0,0,0,0,0 +460785,0,0,0,0,0 +460786,0,0,0,0,0 +460787,0,0,0,0,0 +460788,0,0,0,0,0 +460789,0,0,0,0,0 +460790,0,0,0,0,0 +460791,0,0,0,0,0 +460792,0,0,0,0,0 +460793,0,0,0,0,0 +460794,0,0,0,0,0 +460795,0,0,0,0,0 +460796,0,0,0,0,0 +460797,0,0,0,0,0 +460798,0,0,0,0,0 +460799,0,0,0,0,0 +460800,0,0,0,0,0 +460801,0,0,0,0,0 +460802,0,0,0,0,0 +460803,0,0,0,0,0 +460804,0,0,0,0,0 +460805,0,0,0,0,0 +460806,0,0,0,0,0 +460807,0,0,0,0,0 +460808,0,0,0,0,0 +460809,0,0,0,0,0 +460810,0,0,0,0,0 +460811,0,0,0,0,0 +460812,0,0,0,0,0 +460813,0,0,0,0,0 +460814,0,0,0,0,0 +460815,0,0,0,0,0 +460816,0,0,0,0,0 +460817,0,0,0,0,0 +460818,0,0,0,0,0 +460819,0,0,0,0,0 +460820,0,0,0,0,0 +460821,0,0,0,0,0 +460822,0,0,0,0,0 +460823,0,0,0,0,0 +460824,0,0,0,0,0 +460825,0,0,0,0,0 +460826,0,0,0,0,0 +460827,0,0,0,0,0 +460828,0,0,0,0,0 +460829,0,0,0,0,0 +460830,0,0,0,0,0 +460831,0,0,0,0,0 +460832,0,0,0,0,0 +460833,0,0,0,0,0 +460834,0,0,0,0,0 +460835,0,0,0,0,0 +460836,0,0,0,0,0 +460837,0,0,0,0,0 +460838,0,0,0,0,0 +460839,0,0,0,0,0 +460840,0,0,0,0,0 +460841,0,0,0,0,0 +460842,0,0,0,0,0 +460843,0,0,0,0,0 +460844,0,0,0,0,0 +460845,0,0,0,0,0 +460846,0,0,0,0,0 +460847,0,0,0,0,0 +460848,0,0,0,0,0 +460849,0,0,0,0,0 +460850,0,0,0,0,0 +460851,0,0,0,0,0 +460852,0,0,0,0,0 +460853,0,0,0,0,0 +460854,0,0,0,0,0 +460855,0,0,0,0,0 +460856,0,0,0,0,0 +460857,0,0,0,0,0 +460858,0,0,0,0,0 +460859,0,0,0,0,0 +460860,0,0,0,0,0 +460861,0,0,0,0,0 +460862,0,0,0,0,0 +460863,0,0,0,0,0 +460864,0,0,0,0,0 +460865,0,0,0,0,0 +460866,0,0,0,0,0 +460867,0,0,0,0,0 +460868,0,0,0,0,0 +460869,0,0,0,0,0 +460870,0,0,0,0,0 +460871,0,0,0,0,0 +460872,0,0,0,0,0 +460873,0,0,0,0,0 +460874,0,0,0,0,0 +460875,0,0,0,0,0 +460876,0,0,0,0,0 +460877,0,0,0,0,0 +460878,0,0,0,0,0 +460879,0,0,0,0,0 +460880,0,0,0,0,0 +460881,0,0,0,0,0 +460882,0,0,0,0,0 +460883,0,0,0,0,0 +460884,0,0,0,0,0 +460885,0,0,0,0,0 +460886,0,0,0,0,0 +460887,0,0,0,0,0 +460888,0,0,0,0,0 +460889,0,0,0,0,0 +460890,0,0,0,0,0 +460891,0,0,0,0,0 +460892,0,0,0,0,0 +460893,0,0,0,0,0 +460894,0,0,0,0,0 +460895,0,0,0,0,0 +460896,0,0,0,0,0 +460897,0,0,0,0,0 +460898,0,0,0,0,0 +460899,0,0,0,0,0 +460900,0,0,0,0,0 +460901,0,0,0,0,0 +460902,0,0,0,0,0 +460903,0,0,0,0,0 +460904,0,0,0,0,0 +460905,0,0,0,0,0 +460906,0,0,0,0,0 +460907,0,0,0,0,0 +460908,0,0,0,0,0 +460909,0,0,0,0,0 +460910,0,0,0,0,0 +460911,0,0,0,0,0 +460912,0,0,0,0,0 +460913,0,0,0,0,0 +460914,0,0,0,0,0 +460915,0,0,0,0,0 +460916,0,0,0,0,0 +460917,0,0,0,0,0 +460918,0,0,0,0,0 +460919,0,0,0,0,0 +460920,0,0,0,0,0 +460921,0,0,0,0,0 +460922,0,0,0,0,0 +460923,0,0,0,0,0 +460924,0,0,0,0,0 +460925,0,0,0,0,0 +460926,0,0,0,0,0 +460927,0,0,0,0,0 +460928,0,0,0,0,0 +460929,0,0,0,0,0 +460930,0,0,0,0,0 +460931,0,0,0,0,0 +460932,0,0,0,0,0 +460933,0,0,0,0,0 +460934,0,0,0,0,0 +460935,0,0,0,0,0 +460936,0,0,0,0,0 +460937,0,0,0,0,0 +460938,0,0,0,0,0 +460939,0,0,0,0,0 +460940,0,0,0,0,0 +460941,0,0,0,0,0 +460942,0,0,0,0,0 +460943,0,0,0,0,0 +460944,0,0,0,0,0 +460945,0,0,0,0,0 +460946,0,0,0,0,0 +460947,0,0,0,0,0 +460948,0,0,0,0,0 +460949,0,0,0,0,0 +460950,0,0,0,0,0 +460951,0,0,0,0,0 +460952,0,0,0,0,0 +460953,0,0,0,0,0 +460954,0,0,0,0,0 +460955,0,0,0,0,0 +460956,0,0,0,0,0 +460957,0,0,0,0,0 +460958,0,0,0,0,0 +460959,0,0,0,0,0 +460960,0,0,0,0,0 +460961,0,0,0,0,0 +460962,0,0,0,0,0 +460963,0,0,0,0,0 +460964,0,0,0,0,0 +460965,0,0,0,0,0 +460966,0,0,0,0,0 +460967,0,0,0,0,0 +460968,0,0,0,0,0 +460969,0,0,0,0,0 +460970,0,0,0,0,0 +460971,0,0,0,0,0 +460972,0,0,0,0,0 +460973,0,0,0,0,0 +460974,0,0,0,0,0 +460975,0,0,0,0,0 +460976,0,0,0,0,0 +460977,0,0,0,0,0 +460978,0,0,0,0,0 +460979,0,0,0,0,0 +460980,0,0,0,0,0 +460981,0,0,0,0,0 +460982,0,0,0,0,0 +460983,0,0,0,0,0 +460984,0,0,0,0,0 +460985,0,0,0,0,0 +460986,0,0,0,0,0 +460987,0,0,0,0,0 +460988,0,0,0,0,0 +460989,0,0,0,0,0 +460990,0,0,0,0,0 +460991,0,0,0,0,0 +460992,0,0,0,0,0 +460993,0,0,0,0,0 +460994,0,0,0,0,0 +460995,0,0,0,0,0 +460996,0,0,0,0,0 +460997,0,0,0,0,0 +460998,0,0,0,0,0 +460999,0,0,0,0,0 +461000,0,0,0,0,0 +461001,0,0,0,0,0 +461002,0,0,0,0,0 +461003,0,0,0,0,0 +461004,0,0,0,0,0 +461005,0,0,0,0,0 +461006,0,0,0,0,0 +461007,0,0,0,0,0 +461008,0,0,0,0,0 +461009,0,0,0,0,0 +461010,0,0,0,0,0 +461011,0,0,0,0,0 +461012,0,0,0,0,0 +461013,0,0,0,0,0 +461014,0,0,0,0,0 +461015,0,0,0,0,0 +461016,0,0,0,0,0 +461017,0,0,0,0,0 +461018,0,0,0,0,0 +461019,0,0,0,0,0 +461020,0,0,0,0,0 +461021,0,0,0,0,0 +461022,0,0,0,0,0 +461023,0,0,0,0,0 +461024,0,0,0,0,0 +461025,0,0,0,0,0 +461026,0,0,0,0,0 +461027,0,0,0,0,0 +461028,0,0,0,0,0 +461029,0,0,0,0,0 +461030,0,0,0,0,0 +461031,0,0,0,0,0 +461032,0,0,0,0,0 +461033,0,0,0,0,0 +461034,0,0,0,0,0 +461035,0,0,0,0,0 +461036,0,0,0,0,0 +461037,0,0,0,0,0 +461038,0,0,0,0,0 +461039,0,0,0,0,0 +461040,0,0,0,0,0 +461041,0,0,0,0,0 +461042,0,0,0,0,0 +461043,0,0,0,0,0 +461044,0,0,0,0,0 +461045,0,0,0,0,0 +461046,0,0,0,0,0 +461047,0,0,0,0,0 +461048,0,0,0,0,0 +461049,0,0,0,0,0 +461050,0,0,0,0,0 +461051,0,0,0,0,0 +461052,0,0,0,0,0 +461053,0,0,0,0,0 +461054,0,0,0,0,0 +461055,0,0,0,0,0 +461056,0,0,0,0,0 +461057,0,0,0,0,0 +461058,0,0,0,0,0 +461059,0,0,0,0,0 +461060,0,0,0,0,0 +461061,0,0,0,0,0 +461062,0,0,0,0,0 +461063,0,0,0,0,0 +461064,0,0,0,0,0 +461065,0,0,0,0,0 +461066,0,0,0,0,0 +461067,0,0,0,0,0 +461068,0,0,0,0,0 +461069,0,0,0,0,0 +461070,0,0,0,0,0 +461071,0,0,0,0,0 +461072,0,0,0,0,0 +461073,0,0,0,0,0 +461074,0,0,0,0,0 +461075,0,0,0,0,0 +461076,0,0,0,0,0 +461077,0,0,0,0,0 +461078,0,0,0,0,0 +461079,0,0,0,0,0 +461080,0,0,0,0,0 +461081,0,0,0,0,0 +461082,0,0,0,0,0 +461083,0,0,0,0,0 +461084,0,0,0,0,0 +461085,0,0,0,0,0 +461086,0,0,0,0,0 +461087,0,0,0,0,0 +461088,0,0,0,0,0 +461089,0,0,0,0,0 +461090,0,0,0,0,0 +461091,0,0,0,0,0 +461092,0,0,0,0,0 +461093,0,0,0,0,0 +461094,0,0,0,0,0 +461095,0,0,0,0,0 +461096,0,0,0,0,0 +461097,0,0,0,0,0 +461098,0,0,0,0,0 +461099,0,0,0,0,0 +461100,0,0,0,0,0 +461101,0,0,0,0,0 +461102,0,0,0,0,0 +461103,0,0,0,0,0 +461104,0,0,0,0,0 +461105,0,0,0,0,0 +461106,0,0,0,0,0 +461107,0,0,0,0,0 +461108,0,0,0,0,0 +461109,0,0,0,0,0 +461110,0,0,0,0,0 +461111,0,0,0,0,0 +461112,0,0,0,0,0 +461113,0,0,0,0,0 +461114,0,0,0,0,0 +461115,0,0,0,0,0 +461116,0,0,0,0,0 +461117,0,0,0,0,0 +461118,0,0,0,0,0 +461119,0,0,0,0,0 +461120,0,0,0,0,0 +461121,0,0,0,0,0 +461122,0,0,0,0,0 +461123,0,0,0,0,0 +461124,0,0,0,0,0 +461125,0,0,0,0,0 +461126,0,0,0,0,0 +461127,0,0,0,0,0 +461128,0,0,0,0,0 +461129,0,0,0,0,0 +461130,0,0,0,0,0 +461131,0,0,0,0,0 +461132,0,0,0,0,0 +461133,0,0,0,0,0 +461134,0,0,0,0,0 +461135,0,0,0,0,0 +461136,0,0,0,0,0 +461137,0,0,0,0,0 +461138,0,0,0,0,0 +461139,0,0,0,0,0 +461140,0,0,0,0,0 +461141,0,0,0,0,0 +461142,0,0,0,0,0 +461143,0,0,0,0,0 +461144,0,0,0,0,0 +461145,0,0,0,0,0 +461146,0,0,0,0,0 +461147,0,0,0,0,0 +461148,0,0,0,0,0 +461149,0,0,0,0,0 +461150,0,0,0,0,0 +461151,0,0,0,0,0 +461152,0,0,0,0,0 +461153,0,0,0,0,0 +461154,0,0,0,0,0 +461155,0,0,0,0,0 +461156,0,0,0,0,0 +461157,0,0,0,0,0 +461158,0,0,0,0,0 +461159,0,0,0,0,0 +461160,0,0,0,0,0 +461161,0,0,0,0,0 +461162,0,0,0,0,0 +461163,0,0,0,0,0 +461164,0,0,0,0,0 +461165,0,0,0,0,0 +461166,0,0,0,0,0 +461167,0,0,0,0,0 +461168,0,0,0,0,0 +461169,0,0,0,0,0 +461170,0,0,0,0,0 +461171,0,0,0,0,0 +461172,0,0,0,0,0 +461173,0,0,0,0,0 +461174,0,0,0,0,0 +461175,0,0,0,0,0 +461176,0,0,0,0,0 +461177,0,0,0,0,0 +461178,0,0,0,0,0 +461179,0,0,0,0,0 +461180,0,0,0,0,0 +461181,0,0,0,0,0 +461182,0,0,0,0,0 +461183,0,0,0,0,0 +461184,0,0,0,0,0 +461185,0,0,0,0,0 +461186,0,0,0,0,0 +461187,0,0,0,0,0 +461188,0,0,0,0,0 +461189,0,0,0,0,0 +461190,0,0,0,0,0 +461191,0,0,0,0,0 +461192,0,0,0,0,0 +461193,0,0,0,0,0 +461194,0,0,0,0,0 +461195,0,0,0,0,0 +461196,0,0,0,0,0 +461197,0,0,0,0,0 +461198,0,0,0,0,0 +461199,0,0,0,0,0 +461200,0,0,0,0,0 +461201,0,0,0,0,0 +461202,0,0,0,0,0 +461203,0,0,0,0,0 +461204,0,0,0,0,0 +461205,0,0,0,0,0 +461206,0,0,0,0,0 +461207,0,0,0,0,0 +461208,0,0,0,0,0 +461209,0,0,0,0,0 +461210,0,0,0,0,0 +461211,0,0,0,0,0 +461212,0,0,0,0,0 +461213,0,0,0,0,0 +461214,0,0,0,0,0 +461215,0,0,0,0,0 +461216,0,0,0,0,0 +461217,0,0,0,0,0 +461218,0,0,0,0,0 +461219,0,0,0,0,0 +461220,0,0,0,0,0 +461221,-2276.165766,-1012.959521,-2246.677591,-1012.905501,-1816.306818 +461222,-1753.082377,-740.1157903,-1719.645712,-740.0618333,-940.0335816 +461223,-1653.884769,-697.2223285,-1622.388465,-697.1693699,-881.4838131 +461224,-1694.652263,-714.6517066,-1662.2342,-714.6004618,-908.9082176 +461225,-170.2235797,-194.3718617,-481.4471244,-193.8633025,-915.7527611 +461226,-948.7206937,-383.073915,-760.2912552,-383.0328088,-907.2478794 +461227,-738.6980714,-351.0883165,-781.7095729,-351.0530143,-889.1255482 +461228,-704.4611054,-325.0530828,-698.6952006,-325.0189514,-863.3890671 +461229,-694.8915062,-319.4430397,-684.5549874,-319.4084582,-838.4872979 +461230,-684.9360253,-314.5214661,-676.5945059,-314.4863746,-401.4556263 +461231,-679.549852,-310.709828,-668.4173599,-310.6746638,-578.8792758 +461232,-670.009425,-306.6176955,-658.4876201,-306.58285,-545.5932945 +461233,-664.5725479,-301.7816828,-649.8431254,-301.7473871,-528.8903774 +461234,-654.5175837,-205.0222271,-621.1779362,-298.8183839,-521.8567468 +461235,-650.5191972,-194.1757169,-612.4499979,-293.8100238,-518.5344714 +461236,-642.8704421,-186.5876826,-604.6951614,-291.3189447,-517.9751986 +461237,-636.4412147,-180.6171733,-598.1950178,-287.0077626,-511.0820113 +461238,-630.8228714,-175.0691112,-589.6183852,-283.3507317,-509.9692816 +461239,-623.1864566,-169.0404984,-584.8513529,-279.9730534,-505.2557004 +461240,-618.7725988,-164.6418161,-576.4599402,-276.3162573,-503.2714325 +461241,-612.0117748,-159.5664316,-571.6306364,-273.2590221,-498.6574099 +461242,-605.7645737,-155.5469295,-563.3403355,-269.5683435,-497.5061916 +461243,-601.7313287,-151.1162545,-558.2689682,-266.7660444,-492.5373469 +461244,-594.4047903,-146.8183435,-551.9188957,-263.0042274,-489.2799681 +461245,-589.9845891,-142.4640442,-546.4499419,-260.4104654,-488.0818952 +461246,-584.4567182,-138.8466509,-538.8227406,-256.9257227,-483.3703394 +461247,-578.842918,-134.6711429,-535.2513896,-254.2315609,-480.8053224 +461248,-574.1911921,-130.4614286,-528.4864732,-250.6428354,-476.976578 +461249,-568.4607554,-127.0230328,-522.7105732,-248.3097911,-475.4554961 +461250,-563.6874927,-122.7562254,-516.8509747,-245.0644555,-471.4043094 +461251,-558.8651026,-115.0383024,-511.9996186,-242.2163052,-469.6824395 +461252,-552.9288599,-107.2641112,-503.8870824,-238.8937004,-465.4277775 +461253,-543.7539712,-85.54002749,-493.5677501,-234.6499486,-462.3268209 +461254,-538.7673549,-75.76241556,-486.3663069,-231.6970577,-460.4292355 +461255,-531.5792587,-66.49119954,-481.2823139,-228.2611544,-457.1920257 +461256,-528.6734616,-57.20014587,-473.9630702,-225.2461507,-455.1722336 +461257,-521.3746727,-48.30305688,-468.7984396,-222.2034147,-450.4719836 +461258,-516.2097437,-38.85265662,-463.5944114,-219.1318405,-449.6759344 +461259,-511.0155716,-29.66534903,-457.2298693,-216.0324948,-446.1672941 +461260,-505.7834908,-20.06458395,-450.821776,-212.9073529,-443.9385684 +461261,-494.9689045,5.331543098,-439.9013631,-208.8218154,-440.2931731 +461262,-490.7560171,17.37092328,-433.39308,-205.160714,-439.351734 +461263,-483.1333503,28.87803683,-429.1109329,-202.4241645,-434.1875776 +461264,-478.8593731,39.84705466,-421.3696269,-199.1892959,-433.8901946 +461265,-473.4249864,50.01172663,-417.0261227,-195.931628,-430.0138239 +461266,-466.813611,49.94188543,-410.3601986,-193.6203986,-428.2261621 +461267,-462.458134,50.09520939,-404.8154756,-189.8295473,-424.2284334 +461268,-456.9255046,50.56431189,-403.8564555,-187.4814219,-423.1091538 +461269,-451.3547442,51.34232274,-398.2646827,-184.1344672,-420.4854068 +461270,-445.7538122,52.38421302,-391.4763681,-181.2599932,-417.0668225 +461271,-440.1272537,53.64391753,-385.8263971,-178.3689249,-415.1083311 +461272,-435.6384547,55.08546665,-379.5631254,-175.2112345,-412.3636214 +461273,-428.7809329,56.68226534,-373.2676687,-172.5368129,-410.3421401 +461274,-424.2433935,58.41393595,-367.5314447,-169.0935162,-406.7460086 +461275,-418.5052258,60.26403378,-359.9917428,-166.8951763,-405.4396755 +461276,-412.7345247,62.21887109,-354.8036811,-163.1626816,-402.5430396 +461277,-405.7542472,64.26695762,-348.3998874,-160.9390787,-399.6043572 +461278,-402.3211901,66.39865441,-341.9640315,-157.681802,-397.4299751 +461279,-394.0825049,68.60589795,-334.9062543,-154.6648683,-395.2283601 +461280,-389.4098439,70.88194032,-330.2314525,-151.8940757,-392.1870055 +461281,108.6657842,73.44245131,108.7747221,49.26654591,198.0096592 +461282,120.5912269,84.72226841,121.7458711,55.09099465,225.9190373 +461283,138.3183813,100.8643444,140.7052807,63.59252295,267.7574494 +461284,156.4409584,117.32652,159.9146824,72.12725661,311.0284035 +461285,172.7275321,132.0954364,177.098126,79.65483573,350.488039 +461286,186.917437,144.9152461,192.038775,86.0990028,385.3537312 +461287,199.3965057,156.1508555,205.1664821,91.68399672,416.3260461 +461288,210.5723366,166.2010247,216.9147524,96.62983073,443.3285378 +461289,220.7244511,175.3507756,227.5763801,101.0844332,467.1399343 +461290,230.0317444,183.7796658,237.3381349,105.1415193,488.4581 +461291,238.6213222,191.61633,246.3333242,108.8668928,507.7396027 +461292,246.5963797,198.9575737,254.6707618,112.3131053,525.2807159 +461293,254.0461786,205.8865997,262.4447997,115.5247441,541.3028287 +461294,261.0483193,212.4745045,269.7374906,118.5397817,555.9939644 +461295,267.669346,218.7806809,276.6191713,121.3900902,569.5210239 +461296,273.9656793,224.8540715,283.1494547,124.1021042,582.0316779 +461297,279.9848854,230.7348292,289.3785843,126.6976193,593.6547675 +461298,285.7670207,236.455913,295.3488621,129.1945882,604.5017165 +461299,291.3458978,242.0444502,301.0959823,131.6078368,614.6686743 +461300,296.4221158,247.37372,306.3221176,133.8005466,623.6423035 +461301,297.004598,250.6371738,307.0375067,133.9578642,624.1934929 +461302,292.6880284,251.6581337,302.8379988,131.8961215,615.6050858 +461303,288.4733427,338.8223319,298.7256106,129.8892218,606.9847902 +461304,284.4170087,490.1635564,294.7577589,127.9610987,598.4553584 +461305,280.5132429,422.8893177,290.9294339,126.1061832,590.0300521 +461306,276.7355052,475.6840147,287.2146894,124.3096301,581.6838882 +461307,273.058034,499.3339271,283.5882005,122.5576419,573.3901614 +461308,269.4570257,522.6599929,280.0277254,120.8385967,565.1296933 +461309,265.9196934,545.615039,276.5203506,119.1455662,556.8898129 +461310,262.4372005,568.2276797,273.0568937,117.4736444,548.6614994 +461311,259.0017449,586.9615122,269.6294663,115.8187442,540.437774 +461312,255.6036078,605.0188297,266.2395614,114.1810676,532.2127757 +461313,252.2343476,621.6700924,262.8863191,112.5599061,523.981633 +461314,248.8874268,638.912677,259.5653191,110.9530834,515.7402304 +461315,245.5577898,654.9878945,256.2707475,109.3578973,507.4852977 +461316,242.2413284,670.7066944,252.9969981,107.7718128,499.2141232 +461317,238.9346102,686.5433682,249.739294,106.1927226,490.9246356 +461318,235.6347035,701.4816569,246.4936739,104.6189252,482.6151234 +461319,232.2386361,715.904314,243.2568566,103.0490522,474.2843022 +461320,228.7855102,730.904855,240.0260494,101.4819718,465.931072 +461321,225.3204742,744.947063,236.7989296,99.91677381,457.5548152 +461322,221.8628622,758.4545767,233.5735045,98.35270065,449.1550043 +461323,218.4146929,772.0603445,230.3480884,96.78913246,440.7313713 +461324,214.9721265,785.3393153,227.1212324,95.2255518,432.283677 +461325,211.5312957,797.8216528,223.8917255,93.66154273,423.8119205 +461326,208.0895217,811.1003517,220.6585144,92.0967525,415.316072 +461327,204.6451718,823.1317396,217.4207331,90.53090463,406.7963195 +461328,201.1970508,835.4159805,214.177629,88.96376467,398.2527995 +461329,197.7442587,847.2116512,210.9285807,87.39514846,389.6858152 +461330,194.2859744,844.0004503,207.6730501,85.82490014,381.0956036 +461331,190.5808239,853.0901529,204.327584,84.21700977,372.4816091 +461332,186.7366854,863.1262119,200.9211614,82.58370315,363.843507 +461333,182.8746535,873.3753554,197.4944852,80.9430171,355.1821292 +461334,179.0477873,883.4027064,194.0684173,79.30433965,346.4982359 +461335,175.2629466,893.4625004,190.6480009,77.66995254,337.7925187 +461336,171.5109538,903.3076659,187.2317178,76.03914412,329.0653776 +461337,167.7819256,913.1094407,183.8169317,74.41068733,320.3172241 +461338,164.0689227,922.5658929,180.401577,72.78362194,311.5482704 +461339,160.3678441,932.1652273,176.9843078,71.15732721,302.7588616 +461340,156.6757181,941.287772,173.564159,69.53136403,293.949224 +461341,159.1336558,1118.219317,176.2839719,70.69793719,296.2898893 +461342,168.6047621,1129.535232,185.9671055,74.99041365,311.8006911 +461343,181.2768802,1139.176338,246.7080307,80.75054701,333.7625701 +461344,193.565008,1148.561431,967.686148,86.36744143,355.6324412 +461345,647.0813458,1157.929271,533.3269911,179.9619636,1388.672572 +461346,591.6208182,1166.892519,680.4185722,297.1294145,964.0646099 +461347,578.9748483,1175.698289,700.6492674,228.8116162,1057.398544 +461348,635.1299074,1184.292084,719.6786355,265.4281577,1112.174461 +461349,658.7472773,1192.689508,737.018256,275.421001,1133.672203 +461350,679.0903551,1200.852253,754.7535261,284.6390896,1152.919931 +461351,700.5738602,1209.047245,771.6680885,293.4734753,1171.984684 +461352,720.787261,1216.747571,788.6848975,302.3554374,1190.607817 +461353,734.1760524,1224.625844,805.0903551,310.8807331,1208.676473 +461354,751.4497354,1232.15266,821.476708,319.3468066,1226.507372 +461355,766.8629069,1239.591217,837.3467241,327.7757767,1243.867703 +461356,782.5998587,1246.869026,853.2642742,335.9434231,1260.857832 +461357,797.7004831,1253.999336,868.578265,343.9743524,1277.641507 +461358,813.4030889,1260.981391,884.077253,351.987663,1293.936499 +461359,828.0641638,1267.754492,898.9418204,359.569633,1310.098959 +461360,843.1585629,1274.542696,913.5622153,367.590723,1325.846246 +461361,857.1174171,1281.11021,928.5928148,375.0865106,1341.345332 +461362,871.6555472,1287.429998,942.8394085,382.4406706,1356.505855 +461363,885.5830533,1293.680542,957.0104537,389.6653985,1371.602343 +461364,899.0870464,1299.899097,971.1047701,397.2241929,1389.646237 +461365,913.2750775,1305.845233,984.8331777,404.1534964,1409.072963 +461366,926.4707848,1311.714712,998.5951206,411.3118855,1415.611999 +461367,929.177585,1301.115357,1006.919012,416.0693462,1409.674202 +461368,940.2674326,1304.10984,1019.097471,422.2960631,1453.552051 +461369,952.3047877,1308.119645,1032.015366,429.2053289,1452.900848 +461370,964.2474172,1312.334554,1044.398823,435.4602012,1468.960225 +461371,975.4065579,1315.933125,1055.527312,441.3761278,1482.116245 +461372,986.4347183,1319.661624,1066.314505,447.1000106,1494.830733 +461373,997.177173,1322.996178,1077.009523,452.6998549,1507.468097 +461374,1007.730663,1326.457971,1087.364522,458.1859133,1519.857445 +461375,1018.232062,1329.770751,1097.573492,463.3385201,1532.044232 +461376,1028.410351,1333.013345,1107.517646,468.9748398,1544.027612 +461377,1038.595821,1336.176491,1117.465986,473.9733302,1555.909051 +461378,1059.933323,1356.440888,1131.441449,481.0046296,1567.463938 +461379,1071.202725,1362.387631,1141.448364,486.1860485,1579.028032 +461380,1081.765738,1366.818565,1150.880821,491.4264802,1590.294553 +461381,1091.854543,1371.067318,1160.153623,495.9461871,1601.479132 +461382,1101.898696,1374.930425,1169.211434,500.9243822,1612.205522 +461383,1111.481371,1378.777577,1178.013981,505.5217711,1622.891062 +461384,1121.183303,1382.361368,1186.787118,510.1244723,1633.734563 +461385,1130.588127,1385.840295,1197.682935,514.6404628,1643.830681 +461386,1139.776387,1389.205748,1208.112323,519.0180921,1654.165988 +461387,1149.015854,1392.462192,1213.093439,523.4073345,1669.181672 +461388,1157.922095,1395.613162,1226.827415,527.3784188,1681.653488 +461389,1166.840883,1398.662738,1227.44324,532.022559,1685.733169 +461390,1175.033734,1401.541368,1217.086763,535.9036787,1673.689067 +461391,1184.502586,1404.506896,1255.099065,540.0491396,1715.460806 +461392,1192.53707,1407.29223,1247.875379,543.9881332,1709.849267 +461393,1201.08269,1409.8713,1258.466419,547.9562143,1722.170346 +461394,1209.237887,1418.302556,1265.766737,551.7621041,1731.452779 +461395,1217.475192,1417.464044,1273.025566,555.6025585,1740.512921 +461396,1225.558601,1427.996042,1280.114345,559.2803914,1749.548939 +461397,1233.372935,1423.328381,1287.093156,562.9974781,1758.233162 +461398,1241.472322,1438.268317,1294.048093,566.5864977,1767.095717 +461399,1248.926541,1426.886365,1300.707693,570.110681,1775.528413 +461400,1256.819605,1412.236644,1307.425211,573.6515461,1784.13544 +461401,1271.214597,1451.157056,1320.844647,580.0186918,1814.658136 +461402,1280.00471,1437.843622,1328.619536,583.9961968,1839.44976 +461403,1288.680446,1444.545322,1336.282906,587.8311,1827.02188 +461404,1296.841843,1447.567233,1343.266543,591.495551,1852.912698 +461405,1304.885623,1450.391841,1350.356904,595.1033046,1849.264228 +461406,1312.898656,1453.198832,1363.350217,598.6432119,1861.866014 +461407,1320.835071,1455.688906,1355.27727,601.7788528,1869.131288 +461408,1328.469335,1458.271014,1374.990948,605.7400506,1880.833895 +461409,1336.283626,1460.786722,1376.492023,608.812278,1884.82479 +461410,1343.777695,1463.019172,1383.840164,612.1953689,1897.816346 +461411,1351.291026,1465.358083,1390.310843,615.498419,1905.484732 +461412,1358.682767,1467.44213,1396.586472,618.6996581,1907.88242 +461413,1366.009003,1469.696794,1402.89329,621.8810272,1907.20906 +461414,1373.247958,1471.671705,1408.866593,625.0123164,1903.840919 +461415,1380.317934,1473.652407,1415.061089,628.0570115,1899.143557 +461416,1388.740011,1475.546442,1421.053817,631.2079709,1894.251718 +461417,1400.323962,1477.464557,1436.185336,634.115922,1889.214532 +461418,1400.502493,1479.078289,1421.950952,637.1152324,1884.173237 +461419,1418.199439,1480.828363,1440.391544,639.9875328,1879.195988 +461420,1410.257257,1482.430563,1445.006626,642.9360257,1874.291564 +461421,1407.59401,1483.980477,1449.102631,645.7938476,1869.528591 +461422,1438.203512,1485.465671,1455.358313,648.4970741,1864.866848 +461423,1432.303455,1486.887203,1478.059962,651.3696776,1860.241165 +461424,1441.536571,1488.245913,1440.088757,654.0665995,1855.774975 +461425,1448.07609,1489.542732,1500.088776,656.77582,1851.674835 +461426,1454.586635,1490.778533,1449.96781,659.4454396,1847.747203 +461427,1460.786432,1492.053594,1509.199318,662.0790231,1844.36483 +461428,1467.160441,1493.02616,1477.089235,664.6833937,1841.167421 +461429,1473.387954,1494.153351,1495.134853,667.2080085,1837.851381 +461430,1479.565828,1495.140763,1498.401609,669.8203922,1835.119908 +461431,1485.187246,1494.613053,1503.135587,672.3515867,1833.054188 +461432,1490.696857,1493.723419,1508.349185,674.953792,1831.374554 +461433,1496.227158,1492.605715,1513.165685,677.4044346,1829.969205 +461434,1501.413007,1491.301571,1518.38,679.8889221,1828.750664 +461435,1506.654917,1489.833175,1523.159798,682.4271321,1827.651763 +461436,1511.997493,1488.214059,1527.900013,684.8404077,1826.621172 +461437,1517.046589,1486.454709,1533.014565,687.2720636,1825.638143 +461438,1522.226174,1484.562258,1537.631316,689.6720433,1824.683921 +461439,1527.054644,1482.54487,1547.302262,692.048281,1823.8913 +461440,1532.056206,1480.407408,1544.943263,694.3507528,1823.08799 +461441,1536.898553,1478.053952,1552.436858,696.8066564,1822.110682 +461442,1541.692841,1475.836858,1556.581968,699.0017508,1821.129311 +461443,1546.537636,1473.302928,1561.217672,701.3311339,1820.189881 +461444,1550.923098,1470.751637,1565.666761,703.5863698,1819.249332 +461445,1555.785616,1468.089989,1569.908668,705.827847,1818.302692 +461446,1560.236223,1465.335242,1574.665235,708.0480319,1817.35998 +461447,1564.744201,1462.491455,1578.972256,710.2475163,1816.425379 +461448,1569.180767,1459.561645,1583.056877,712.3742846,1815.484587 +461449,1573.566903,1456.549254,1592.470914,714.6104709,1814.715701 +461450,1578.019172,1453.456767,1590.032115,716.7118003,1813.937496 +461451,1582.132305,1450.287209,1596.172288,718.8391419,1812.93591 +461452,1586.459045,1447.14203,1600.818105,720.9389441,1811.919975 +461453,1590.637166,1443.588255,1604.495799,723.0195078,1811.16502 +461454,1594.786887,1440.407391,1608.602565,725.1342868,1810.19403 +461455,1587.559323,1420.17253,1617.865388,727.532084,1809.488531 +461456,1589.828382,1413.950105,1616.458655,729.5584559,1808.932676 +461457,1592.939997,1408.801076,1622.288648,731.5716179,1808.162433 +461458,1596.227293,1404.090444,1625.790874,733.5332377,1807.250779 +461459,1599.576156,1399.391027,1634.245803,735.6146294,1806.494443 +461460,1602.939455,1395.81578,1632.765945,737.5596479,1805.732615 +461461,1488.039272,1339.076422,1520.785955,686.0471287,1809.3131 +461462,1488.29287,1334.086047,1521.508605,686.6356607,1798.821208 +461463,1489.310721,1329.708154,1522.893941,687.6027551,1783.511473 +461464,1490.53124,1325.37816,1525.028817,688.6584338,1770.519833 +461465,1491.857124,1321.118469,1527.053726,689.7633701,1761.309445 +461466,1493.235088,1316.806,1529.183711,690.8905448,1755.323798 +461467,1494.748493,1312.738599,1531.243029,692.0270102,1751.600536 +461468,1495.987973,1308.488138,1533.225129,693.1646327,1749.370285 +461469,1497.471869,1304.320908,1535.553408,694.2475591,1748.071358 +461470,1498.891787,1300.14443,1537.565162,695.4548452,1747.38329 +461471,1500.672376,1295.969401,1544.523559,696.5411682,1747.294745 +461472,1502.503506,1291.794105,1534.968642,697.6655121,1747.33196 +461473,1504.343909,1287.618278,1550.928558,698.7739195,1747.588393 +461474,1506.179773,1283.34961,1539.311319,699.8738538,1748.050735 +461475,1508.006382,1279.300782,1554.440012,700.9654147,1748.696212 +461476,1509.818452,1275.056474,1548.450547,702.0480967,1749.592463 +461477,1511.499862,1270.974088,1551.91529,703.1224485,1750.425565 +461478,1513.445022,1266.657823,1554.300964,704.1876789,1751.250149 +461479,1515.116986,1262.530309,1556.054236,705.2443049,1752.184816 +461480,1516.862976,1258.238479,1557.831658,706.2919896,1753.1756 +461481,1518.568246,1254.170127,1559.901471,707.3310658,1754.21013 +461482,1520.244761,1249.915018,1561.734578,708.3611278,1755.280519 +461483,1521.893177,1245.730697,1563.621109,709.3826173,1756.372318 +461484,1510.012861,1228.401782,1565.130162,710.2246614,1757.52663 +461485,1509.462028,1222.16085,1566.80372,711.1741385,1758.758637 +461486,1509.987786,1216.892681,1568.523149,712.1498751,1760.001835 +461487,1510.589819,1211.849477,1570.399106,713.1248216,1761.223361 +461488,1511.279797,1207.017825,1572.125005,714.0936677,1762.426857 +461489,1511.995521,1202.028879,1573.945339,715.0553314,1763.617768 +461490,1512.713403,1197.457034,1575.614988,716.0085118,1764.79809 +461491,1513.851862,1193.267241,1577.383844,716.9458062,1765.96689 +461492,1515.090386,1189.371838,1579.022081,717.8727648,1767.121215 +461493,1516.363741,1185.34339,1580.701125,718.7904601,1768.259905 +461494,1517.651275,1181.476203,1582.380333,719.6985842,1769.388059 +461495,1518.947039,1177.797223,1583.81885,720.6511257,1770.50845 +461496,1520.245579,1174.005243,1585.65134,721.4617342,1771.628229 +461497,1521.543532,1170.328612,1587.227843,722.3804834,1772.748097 +461498,1522.837668,1166.683752,1588.741326,723.2438762,1773.85515 +461499,1524.127697,1163.079341,1590.327126,724.1065572,1774.945701 +461500,1525.409952,1159.432539,1591.874916,724.9602027,1776.025542 +461501,1526.683792,1156.097775,1593.422733,725.8052862,1777.096587 +461502,1527.864736,1152.434522,1594.865571,726.6038956,1778.156769 +461503,1529.181121,1149.034236,1600.997284,727.4604088,1779.38993 +461504,1530.34705,1145.593506,1591.661031,728.2465272,1780.432458 +461505,1531.636449,1165.928811,1605.623576,729.0863073,1781.361162 +461506,1532.77547,1103.572793,1595.105644,729.8560166,1782.389118 +461507,1534.033059,1152.472884,1608.057671,730.6783596,1783.504013 +461508,1535.139712,1141.628467,1597.985302,731.4317742,1784.450626 +461509,1536.361835,1109.609686,1610.812044,732.2368632,1785.45356 +461510,1537.434529,1151.260323,1605.471411,732.9739004,1786.617887 +461511,1538.538291,1095.443204,1607.666214,733.725027,1787.645098 +461512,1539.632532,1145.248939,1609.392991,734.4723373,1788.560766 +461513,1540.709678,1092.196658,1610.702108,735.2122568,1789.510904 +461514,1541.767885,1130.688467,1611.951573,735.9442146,1790.47213 +461515,1542.806499,1095.533114,1613.234719,736.6682294,1791.415401 +461516,1543.824768,1112.192517,1614.540401,737.3841292,1792.361731 +461517,1544.823285,1101.707684,1615.761578,738.092044,1793.286692 +461518,1545.800976,1100.285863,1616.928142,738.7918634,1794.204802 +461519,1546.758608,1097.04805,1618.306313,739.4836915,1795.134631 +461520,1547.695192,1094.033153,1619.531054,740.1674674,1796.065664 +461521,1307.17632,981.7062502,1379.167914,631.4919352,1787.595069 +461522,1302.732069,976.1821503,1375.162287,629.6308962,1754.288755 +461523,1300.218652,971.4873651,1372.609629,628.5642226,1712.642094 +461524,1298.483271,967.1262952,1371.184563,627.9556402,1676.119822 +461525,1296.753073,962.9726675,1369.940653,627.4504106,1647.331841 +461526,1295.702966,958.9609437,1368.916016,626.9688299,1625.30775 +461527,1294.478295,955.0494504,1367.954036,626.6534845,1608.238448 +461528,1293.444826,951.2136022,1367.361012,626.338883,1594.616313 +461529,1292.459732,947.4394805,1366.573793,626.0634245,1583.421525 +461530,1291.521697,943.7193895,1365.95094,625.7638113,1574.004112 +461531,1290.622423,940.0487143,1365.353785,625.6061621,1565.943206 +461532,1289.75503,936.4242879,1364.79446,625.3588952,1558.94416 +461533,1274.80574,925.5375033,1367.254665,626.4200759,1552.913467 +461534,1271.773265,920.9420175,1367.257539,626.4717506,1547.738611 +461535,1269.753806,916.6820222,1367.054753,626.4264955,1543.143942 +461536,1268.018345,912.9420965,1366.779666,626.3658524,1538.927252 +461537,1266.421709,909.1159803,1366.512329,626.3014111,1535.006662 +461538,1265.005736,905.4418812,1366.256701,626.236642,1531.33846 +461539,1263.396311,901.8287006,1365.995049,626.1757098,1527.892367 +461540,1262.05423,898.2780887,1365.756761,626.1194128,1524.64465 +461541,1260.662932,894.7855112,1365.526954,626.0683684,1521.574075 +461542,1259.318848,891.4131557,1365.343777,626.0040119,1518.661419 +461543,1258.00372,887.9320298,1365.092842,625.9524834,1515.888621 +461544,1256.715046,884.6430479,1364.925629,625.908938,1513.240723 +461545,1255.450571,881.3476882,1364.754747,625.8712109,1510.706145 +461546,1254.207929,878.1096264,1364.59906,625.8389459,1508.273783 +461547,1252.984977,874.9181998,1364.430151,625.812104,1505.932529 +461548,1251.779914,871.7077881,1364.305875,625.7905076,1503.673516 +461549,1250.59106,868.6996923,1364.064802,625.7741243,1501.490895 +461550,1249.41673,865.5959311,1364.128222,625.7627663,1499.382758 +461551,1248.360364,862.5856159,1363.727609,625.6569541,1497.333912 +461552,1247.348857,859.6672442,1363.370321,625.5342991,1495.321445 +461553,1246.365306,856.6265618,1362.993824,625.4053371,1493.338041 +461554,1245.40374,853.7585876,1362.608494,625.2727836,1491.385843 +461555,1244.462122,850.8693609,1362.220558,625.1378424,1489.46613 +461556,1243.538776,848.0219492,1361.844238,625.0010064,1487.579755 +461557,1242.632797,845.2063471,1361.434202,624.8626665,1485.726085 +461558,1241.742664,842.4216435,1361.051668,624.7229329,1483.903939 +461559,1240.867894,839.6671985,1360.668895,624.5819948,1482.112889 +461560,1240.00753,836.9422654,1360.262223,624.4398484,1480.351367 +461561,1239.161064,834.2462845,1359.901607,624.2966171,1478.618251 +461562,1238.327633,831.5785673,1359.472586,624.152248,1476.911663 +461563,1237.506527,829.0008213,1359.096331,624.0068263,1475.228772 +461564,1236.697161,826.296758,1358.701935,623.8602753,1473.569036 +461565,1235.899274,823.6926141,1358.309253,623.7126565,1471.932437 +461566,1235.112214,821.2135038,1357.917014,623.5638782,1470.317571 +461567,1234.335679,818.6357488,1357.524556,623.4139864,1468.723064 +461568,1233.569125,816.1357758,1357.131695,623.2628741,1467.148021 +461569,1232.812122,813.6514665,1356.738514,623.1105805,1465.591373 +461570,1232.064618,811.1913286,1356.344737,622.9569877,1464.052087 +461571,1231.326046,808.7551154,1355.950416,622.8021229,1462.529248 +461572,1230.596065,806.3423762,1355.589208,622.6458668,1461.023015 +461573,1229.874696,803.9528003,1355.143553,622.488241,1459.531447 +461574,1229.16144,801.5859449,1354.768164,622.329123,1458.052799 +461575,1228.456294,799.301799,1354.366977,622.1685271,1456.586832 +461576,1227.758849,796.8908766,1353.96662,622.0063368,1455.133175 +461577,1227.069094,794.6325688,1353.566019,621.842562,1453.691845 +461578,1226.386364,792.3441659,1353.163727,621.6770828,1452.262539 +461579,1225.711187,790.0857816,1352.778143,621.5099135,1450.845179 +461580,1224.941053,787.8482335,1352.223386,621.3409338,1449.44135 +461581,1460.000269,892.220378,1573.303253,727.8651178,1454.893792 +461582,1463.346436,892.1937543,1586.37772,729.677259,1485.863868 +461583,1465.792331,891.2979545,1600.372242,730.9334008,1525.749521 +461584,1467.53669,890.3567073,1607.380553,731.9227936,1561.349373 +461585,1468.761721,889.2366686,1595.304223,732.752397,1588.16358 +461586,1470.095692,888.051814,1597.956688,733.5049777,1606.926704 +461587,1471.229212,886.8261569,1600.581221,734.2223632,1620.436216 +461588,1472.300649,885.572767,1601.86264,734.8585382,1630.800497 +461589,1473.311271,884.3017982,1602.537167,735.4489844,1638.979611 +461590,1474.27278,883.0188731,1607.899002,736.0084092,1645.737763 +461591,1475.19271,881.7282889,1600.486723,736.5421902,1651.156144 +461592,1476.076706,880.4324527,1608.373805,737.0528622,1655.482328 +461593,1476.925244,879.1950821,1607.254451,737.540623,1659.247099 +461594,1477.744255,877.8000355,1607.014137,738.0088137,1662.398122 +461595,1478.53454,876.5407174,1611.629724,738.4571498,1665.116333 +461596,1479.297172,875.226726,1610.180639,738.8867649,1667.351431 +461597,1480.034462,873.9218122,1609.614219,739.2981055,1669.484363 +461598,1480.746379,872.6176345,1609.455205,739.6922616,1670.930418 +461599,1481.435253,871.313964,1609.659602,740.0690433,1672.04234 +461600,1482.101224,869.9486707,1610.014043,740.4292869,1672.934137 +461601,1482.745172,868.7399705,1610.399383,740.7733463,1673.670434 +461602,1483.367931,867.3962892,1610.31124,741.1015718,1674.259309 +461603,1483.970167,866.1084432,1609.301553,741.4143878,1674.645103 +461604,1484.552327,864.8133235,1608.245167,741.7120576,1674.78094 +461605,1485.114932,863.5204135,1607.165688,741.9949377,1674.685357 +461606,1485.658823,862.2299403,1606.084213,742.2635982,1674.405309 +461607,1486.069483,860.9421552,1605.009826,742.5172605,1673.983028 +461608,1486.750259,859.6571713,1603.944473,742.7577997,1673.449665 +461609,1487.158699,858.3751934,1602.887596,742.9844562,1672.827473 +461610,1487.650694,857.0963062,1601.839287,743.1978416,1672.134279 +461611,1488.675009,856.0803647,1600.797238,743.6347653,1671.381091 +461612,1489.817988,855.1223007,1599.971062,744.111536,1670.571753 +461613,1491.12585,854.1940803,1598.985419,744.602044,1669.912577 +461614,1492.174535,853.2878564,1598.039952,745.0992712,1668.995997 +461615,1493.505963,852.4002846,1597.138396,745.6003843,1668.041839 +461616,1494.756408,851.5292553,1596.275605,746.1036579,1667.059721 +461617,1496.044877,850.6742212,1595.446401,746.6090841,1666.054448 +461618,1497.351379,849.8336272,1594.643814,747.1150685,1665.028696 +461619,1498.676449,849.007432,1593.863114,747.6221363,1663.984027 +461620,1500.01959,848.1949182,1593.101266,748.1298173,1662.921796 +461621,1501.38036,847.395602,1592.355887,748.6378959,1661.843249 +461622,1502.758639,846.6089939,1591.62489,749.1461598,1660.749514 +461623,1504.153841,845.8347166,1590.90644,749.6545044,1659.641592 +461624,1505.566394,845.0723539,1590.198967,750.1627763,1658.520368 +461625,1506.996069,844.3215892,1589.501655,750.6128072,1657.38726 +461626,1508.442854,843.5820556,1588.813356,751.2071426,1656.24291 +461627,1510.024971,842.8534753,1588.132306,751.6733006,1655.086909 +461628,1511.327396,842.135519,1587.457911,752.1895904,1653.92006 +461629,1512.792864,841.4279409,1586.790817,752.6966654,1652.744529 +461630,1514.470567,840.7304402,1586.130086,753.203177,1651.560357 +461631,1515.918931,840.0428007,1585.473989,753.709227,1650.366456 +461632,1517.490005,839.3647353,1584.821942,754.2147698,1649.16305 +461633,1519.06209,838.6960456,1584.173683,754.7198297,1647.95066 +461634,1520.652482,838.0990658,1583.528821,755.2243605,1646.729567 +461635,1522.261773,837.355736,1582.88724,755.787199,1645.500327 +461636,1523.890898,836.7581237,1582.249053,756.2031179,1644.263737 +461637,1525.539655,836.1150192,1581.61402,756.7480313,1643.020102 +461638,1527.208755,835.4895311,1580.981775,757.2413528,1641.769532 +461639,1528.898273,834.872264,1580.35215,757.7430395,1640.512333 +461640,1530.731447,834.3120702,1579.724656,758.2443414,1639.248383 +461641,1579.504671,856.588911,1579.152046,781.5977788,1638.178413 +461642,1591.33827,857.4790654,1580.493093,783.441167,1639.591434 +461643,1578.314001,857.8877343,1582.892518,784.7754147,1642.447254 +461644,1618.08448,858.1651257,1585.285654,785.9469782,1645.430225 +461645,1556.794922,858.3846431,1587.254653,786.97799,1648.005889 +461646,1614.193747,858.5194188,1588.749336,788.171366,1650.071405 +461647,1595.57077,858.5534572,1589.792538,789.7050241,1651.607671 +461648,1602.191161,858.731016,1590.555797,790.9777084,1652.790697 +461649,1605.10412,858.7586664,1591.147085,792.4235261,1653.731097 +461650,1607.904473,858.8370235,1591.601339,794.3421427,1654.459782 +461651,1610.714071,858.9026877,1591.954733,794.2797399,1655.016303 +461652,1613.392379,859.0313161,1592.228867,797.2080612,1655.425704 +461653,1616.39403,858.9984327,1592.441358,795.9432483,1655.710066 +461654,1619.238138,859.1076183,1592.600432,800.5166552,1655.880915 +461655,1621.883791,859.1610404,1592.719478,796.8811901,1655.957028 +461656,1624.800752,859.2248654,1592.801531,804.7067259,1655.944735 +461657,1627.615593,859.2897254,1592.859057,796.5855068,1655.862495 +461658,1630.459343,859.3556517,1592.886256,810.6780226,1655.706022 +461659,1633.315992,859.4227765,1592.900949,793.6633028,1655.500613 +461660,1636.185673,859.4911895,1592.885714,820.4075336,1655.227343 +461661,1639.070227,859.560976,1592.871355,785.3839266,1654.927557 +461662,1642.098447,859.6321684,1592.861826,813.1903222,1654.814281 +461663,1644.819933,859.7049185,1592.806347,806.7028405,1654.403271 +461664,1647.848444,859.7791885,1592.727021,808.0832068,1653.938377 +461665,1650.783582,859.8550214,1592.644606,809.4828433,1653.451208 +461666,1653.757311,859.9324189,1592.55391,810.636039,1652.938802 +461667,1656.753652,860.0113874,1592.455214,811.7174248,1652.403462 +461668,1659.637812,860.0919285,1592.349984,812.8104152,1651.848284 +461669,1662.883701,860.1082923,1592.238704,813.9055937,1651.274947 +461670,1665.987459,860.2895848,1592.119714,815.0035963,1650.682394 +461671,1667.374809,859.884418,1591.996938,815.5877718,1650.076479 +461672,1668.648688,859.446122,1591.829179,816.0346726,1649.467628 +461673,1669.744834,858.9391575,1591.583623,816.4545008,1648.854555 +461674,1670.681466,858.4116395,1591.255467,816.8028138,1648.24465 +461675,1671.607992,857.8411786,1590.850803,817.1387173,1647.633091 +461676,1672.390801,857.2618208,1590.382296,817.4157219,1647.024892 +461677,1673.171279,856.642425,1589.857277,817.6834083,1646.412684 +461678,1673.825306,856.0196232,1589.283918,817.8990686,1645.800368 +461679,1674.477879,855.3573455,1588.666077,818.1047377,1645.181404 +461680,1675.015745,854.6954753,1588.009056,818.2635575,1644.560304 +461681,1675.552027,853.9940764,1587.315004,818.4116294,1643.930946 +461682,1675.983729,853.2962198,1586.587727,818.5169702,1643.297973 +461683,1676.379399,852.5725288,1585.828624,818.6004601,1642.65562 +461684,1676.732614,851.8312054,1585.039487,818.6608372,1642.003028 +461685,1677.039625,851.0731953,1584.222357,818.6967289,1641.341418 +461686,1677.440221,850.2992956,1583.378756,818.7084548,1640.671421 +461687,1677.449559,849.50994,1582.510369,818.6963547,1639.993652 +461688,1677.72394,848.7057047,1581.618515,818.6609986,1639.308213 +461689,1677.835876,847.8868967,1580.703787,818.6027201,1638.61441 +461690,1678.189815,847.054024,1579.764802,818.5220624,1638.10936 +461691,1680.043167,846.207329,1578.798797,818.4193106,1637.369091 +461692,1675.034183,845.347263,1577.817356,818.294982,1636.622789 +461693,1688.961292,844.4740473,1576.804756,818.1492894,1635.854281 +461694,1662.941813,843.5880518,1575.79147,817.9827407,1635.101885 +461695,1709.573569,842.6895219,1574.733817,817.795469,1634.311343 +461696,1639.20805,841.7787233,1573.69201,817.5880053,1633.555621 +461697,1695.307669,840.8558825,1572.668799,817.3604331,1632.837406 +461698,1687.830245,839.9214418,1571.550983,817.1131311,1632.016885 +461699,1655.449542,838.9753456,1570.436467,816.8464628,1631.213298 +461700,1687.12035,838.0180834,1569.341075,816.6276681,1630.445307 +461701,1596.994844,803.7596204,1571.26379,782.9594659,1635.224034 +461702,1598.085751,802.305998,1569.809297,782.2135641,1634.551023 +461703,1596.466928,800.9751915,1566.590418,781.4610937,1631.213131 +461704,1595.320502,799.5269197,1563.357421,780.7509561,1627.558881 +461705,1594.027831,798.2193349,1560.888432,780.0340224,1624.767729 +461706,1592.734712,796.8534874,1559.180121,798.1300711,1622.714458 +461707,1591.418732,795.4909812,1558.08877,750.6456111,1621.726086 +461708,1590.07553,794.1208617,1557.391155,791.2795514,1621.341954 +461709,1588.70412,792.7424417,1556.850103,786.7829488,1621.271781 +461710,1587.170541,791.355037,1556.47744,758.2164962,1621.528544 +461711,1585.935143,789.9585004,1556.211356,801.0608811,1622.030346 +461712,1584.382534,788.5526094,1556.034217,746.7884138,1622.749148 +461713,1582.911491,787.2002673,1555.903141,804.9145479,1623.624616 +461714,1581.391784,785.6834012,1555.817675,742.5617797,1624.648792 +461715,1579.841338,784.2932735,1555.753171,801.5987058,1625.783356 +461716,1578.260916,782.777161,1555.708335,743.9447082,1627.019237 +461717,1576.650156,781.4160737,1555.669535,794.3977225,1628.332305 +461718,1575.01008,779.9096612,1555.634243,748.0686697,1629.712738 +461719,1573.340368,778.4476796,1555.598266,785.2351117,1631.149161 +461720,1571.641377,776.9673061,1555.55669,753.520746,1632.629863 +461721,1569.780903,775.4778435,1555.511933,775.1788425,1634.152824 +461722,1568.216193,773.9795047,1555.45464,759.4508715,1635.701865 +461723,1566.338212,772.5336055,1555.389911,766.5711927,1637.279298 +461724,1564.672624,770.9284152,1555.311279,762.8429807,1638.873458 +461725,1562.637737,769.4470748,1555.220362,762.281596,1640.483156 +461726,1560.857871,767.9052508,1555.121709,761.2365097,1642.11125 +461727,1558.939775,766.3641806,1555.013448,760.1068074,1643.752959 +461728,1557.012075,764.8150306,1554.8947,759.1763906,1645.405055 +461729,1555.057601,763.2578499,1554.764979,757.9424298,1647.065029 +461730,1553.07578,761.6926878,1554.624703,756.8807478,1648.731705 +461731,1578.946331,760.2064955,1554.420266,755.8671153,1650.336528 +461732,1508.325315,758.6709731,1554.280375,754.8765381,1652.026593 +461733,1568.143183,757.347218,1554.193435,753.8865798,1653.778566 +461734,1550.953393,755.7443808,1554.022968,752.8937939,1655.419912 +461735,1531.178256,754.3211699,1553.864512,751.8966685,1657.07042 +461736,1563.579255,752.8361855,1553.710215,750.8946114,1658.721893 +461737,1519.185256,751.3577703,1553.564039,749.8873118,1660.381107 +461738,1559.199607,749.8770294,1553.420144,748.8744908,1662.042328 +461739,1521.859075,748.3938984,1553.266661,747.8561771,1663.691855 +461740,1543.143358,746.9081617,1553.120334,746.8322039,1665.351328 +461741,1533.309974,745.4199023,1552.953209,745.8026857,1666.986395 +461742,1533.033219,743.9289662,1552.77537,744.8273675,1668.609934 +461743,1531.378946,742.4939395,1552.59674,743.6990483,1670.234551 +461744,1529.686963,740.9119852,1552.412099,742.6946799,1671.854022 +461745,1528.115907,739.4539837,1552.221745,741.6339018,1673.469011 +461746,1526.227638,737.9434063,1552.025562,740.5764204,1675.079613 +461747,1524.609208,736.3800073,1551.824579,739.5136988,1676.687299 +461748,1522.878477,734.95829,1551.618621,738.4456321,1678.292001 +461749,1521.161563,733.40705,1551.407338,737.312558,1679.893411 +461750,1519.440921,731.9028985,1551.190518,736.321412,1681.49136 +461751,1517.716494,730.3872836,1550.967849,735.1959866,1683.085528 +461752,1515.988529,728.925772,1550.738812,734.1164288,1684.675314 +461753,1514.132235,727.3211135,1550.503642,733.0232046,1686.261046 +461754,1512.582367,725.8369606,1550.262517,731.9251162,1687.842964 +461755,1510.758421,724.3015424,1550.015262,730.8224338,1689.420869 +461756,1509.038656,722.7717428,1549.5728,729.773694,1690.996553 +461757,1507.299653,721.2393139,1549.32451,728.5767373,1692.570695 +461758,1505.559418,719.7041131,1549.074616,727.5020513,1694.141309 +461759,1502.745198,718.2265252,1548.819784,726.1823611,1695.71011 +461760,1500.734029,716.6438323,1548.56637,725.0088856,1697.279048 +461761,1345.739461,649.033206,1513.76725,657.6008129,1695.454298 +461762,1342.432536,646.9304028,1287.378004,656.0048765,1673.342196 +461763,1340.309599,645.0334849,1399.648767,654.5948118,1639.784684 +461764,1337.987343,643.3941714,1361.62647,653.1572905,1610.744951 +461765,1335.861945,641.641349,1363.392796,651.8711327,1589.217828 +461766,1333.87386,639.9589688,1358.00111,650.5004873,1572.945085 +461767,1331.617338,638.2276374,1354.178327,649.2814331,1560.72317 +461768,1329.631543,636.6327788,1350.614187,647.9524982,1551.233377 +461769,1327.566348,634.9295089,1346.931988,646.6755263,1543.636793 +461770,1325.535389,633.2755863,1343.315613,645.3947997,1537.382484 +461771,1323.521665,631.6693195,1339.696925,644.1177221,1532.114832 +461772,1321.523397,629.9371169,1336.12707,642.8439919,1527.595446 +461773,1319.540898,628.3209523,1332.6454,641.5734901,1523.651423 +461774,1317.574201,626.6623308,1328.932039,640.306149,1520.150435 +461775,1315.623214,625.0136363,1325.386593,639.0420556,1517.001584 +461776,1313.688755,623.3670169,1321.969676,637.7812968,1514.148155 +461777,1311.771341,621.7223451,1318.422619,636.5240916,1511.540545 +461778,1309.871846,620.0795072,1314.927008,635.2706188,1509.131953 +461779,1307.877789,618.4384876,1311.444441,634.0211586,1506.888466 +461780,1306.184713,616.7992103,1308.019436,632.7759497,1504.786154 +461781,1304.26371,615.1616827,1304.56026,631.5892212,1502.80393 +461782,1302.461888,613.5258385,1301.245854,630.2739491,1500.921468 +461783,1300.666686,611.8916884,1297.669096,629.0817516,1499.119541 +461784,1298.894939,610.2591629,1294.265769,627.8486167,1497.389 +461785,1297.149289,608.6282706,1290.930607,626.6296764,1495.730683 +461786,1295.430696,606.9989517,1287.526037,625.4172986,1494.139554 +461787,1293.740793,605.3712158,1284.145656,624.2118954,1492.604791 +461788,1292.08143,603.7449917,1280.755533,623.0139173,1491.117898 +461789,1290.454311,602.1202896,1272.400291,621.8239419,1489.666125 +461790,1288.861185,600.4971021,1281.209441,620.6425444,1488.128332 +461791,1287.507453,598.8406669,1262.673608,619.5286792,1486.780123 +461792,1286.243475,597.3657011,1270.088519,618.4394418,1485.29173 +461793,1285.049369,595.6578521,1263.398668,617.3691592,1483.97776 +461794,1283.920956,594.1065791,1260.440256,616.317388,1482.738877 +461795,1282.860481,592.5065591,1257.315215,615.2844649,1481.483225 +461796,1281.870232,590.9161251,1254.047735,614.2711673,1480.257839 +461797,1280.953754,589.327864,1250.823165,613.2786548,1479.055572 +461798,1280.115762,587.7415666,1247.599163,612.3081408,1477.872187 +461799,1279.36035,586.157188,1244.361412,611.3611017,1476.705419 +461800,1278.693508,584.5746324,1241.282651,610.4391093,1475.552281 +461801,1278.120806,582.9938817,1237.873095,609.5439892,1474.405814 +461802,1277.64898,581.4148411,1234.765899,608.6776889,1473.268149 +461803,1277.285186,579.8374985,1231.519183,607.8424515,1472.146155 +461804,1277.037745,578.2617799,1228.370157,607.0406996,1471.04028 +461805,1276.915891,576.6876785,1225.1616,606.2752015,1469.948571 +461806,1277.042337,575.1151252,1221.956396,605.4959255,1468.867882 +461807,1277.034174,573.5441198,1218.803518,604.8907406,1467.797616 +461808,1277.434848,571.9746031,1215.613756,604.2161741,1466.737899 +461809,1277.799671,570.4065855,1212.458354,603.6381492,1465.689035 +461810,1278.651793,568.8400213,1209.404509,603.107796,1464.648639 +461811,1279.463879,567.3241553,1206.054298,602.6914004,1463.607513 +461812,1280.602896,565.6881159,1202.988117,602.2112127,1462.567697 +461813,1281.977859,564.1606506,1199.785144,601.9210843,1461.536858 +461814,1283.631954,562.5924599,1196.675109,601.667892,1460.515601 +461815,1284.262565,561.0331148,1193.498567,601.1504604,1459.505455 +461816,1283.621614,559.4747683,1190.33777,600.291957,1458.512246 +461817,1282.717668,557.9170407,1187.220641,599.3635144,1457.542076 +461818,1281.58072,556.3601409,1184.058471,598.4078797,1456.595288 +461819,1280.312288,554.8041989,1180.902121,597.384809,1455.667845 +461820,1278.993946,553.200093,1177.877318,596.4841036,1454.755007 +461821,1277.551151,552.0444094,835.8713606,595.3907462,2137.270031 +461822,1594.953957,679.3105156,873.1849468,724.2474723,2199.568005 +461823,1556.436743,681.9359037,920.7750369,726.5196083,2271.970434 +461824,1593.300909,679.6352738,964.3559543,724.8500417,2333.100101 +461825,1575.533877,677.4426131,1000.129059,723.6070667,2380.614591 +461826,1576.611116,676.075073,1022.887719,722.6229914,2403.517464 +461827,1595.464827,674.3633284,1034.822027,721.5818665,2405.817451 +461828,1542.575041,672.7520487,1042.028203,720.4273251,2400.931012 +461829,1587.122331,671.0748743,1047.057289,719.385408,2394.068861 +461830,1566.742053,669.4267858,1050.936977,718.2942968,2387.124404 +461831,1568.417314,667.7704114,1054.085662,717.2079265,2380.698963 +461832,1566.468261,666.1126431,1056.695945,716.1153111,2374.7505 +461833,1564.916556,664.4539422,1058.872251,715.0126458,2369.634565 +461834,1562.828212,662.7946311,1060.686827,713.8939353,2365.083952 +461835,1561.077322,661.1352435,1062.196863,712.8000089,2361.028706 +461836,1558.892554,659.4763408,1063.449421,711.546817,2357.406568 +461837,1556.631864,657.7766747,1064.483463,710.302105,2354.163307 +461838,1482.195559,656.120726,1065.330732,687.6332933,2351.250253 +461839,1470.309765,654.4473006,1066.016304,682.9574127,2348.621285 +461840,1463.151393,652.8035713,1066.564372,679.8672082,2346.244524 +461841,1447.19609,644.5702323,1067.007077,670.6200724,2343.92594 +461842,1440.942501,642.2213186,1067.093484,667.2726912,2342.012673 +461843,1452.970732,640.3711907,1066.932293,664.6543839,2340.251072 +461844,1403.433736,638.6309673,1066.674666,662.2236919,2338.630757 +461845,1438.877139,637.0769365,1066.400378,659.9433642,2337.137285 +461846,1417.839174,635.4867395,1066.134109,657.7649842,2335.756528 +461847,1416.37481,633.9729689,1065.876401,655.7118696,2334.474457 +461848,1411.985585,632.4841139,1065.622737,653.566557,2333.278612 +461849,1407.984373,631.0221609,1065.369866,651.6944044,2332.1582 +461850,1403.850524,629.5842238,1065.116241,649.7316135,2331.103685 +461851,1399.927278,628.1684125,1064.861237,647.8656805,2329.910317 +461852,1396.084128,626.7732872,1064.604537,646.0362678,2328.98544 +461853,1392.33256,625.3977888,1064.345876,644.2480432,2328.105769 +461854,1388.666256,624.040958,1064.084993,642.498149,2327.264051 +461855,1385.079535,622.7020341,1063.822291,640.7841858,2320.238455 +461856,1381.567067,621.3802606,1063.560244,639.1480034,2294.481076 +461857,1378.124226,620.0355092,1063.297617,637.4335245,2300.919885 +461858,1374.74667,618.8052057,1063.029473,635.847621,2308.24694 +461859,1371.430566,617.5020164,1062.756508,634.2497348,2294.541331 +461860,1368.06118,616.2495212,1062.468826,632.685873,2295.975255 +461861,1365.023761,615.0049639,1062.176965,631.1472519,2295.593121 +461862,1361.78902,613.774374,1061.890184,629.6326432,2293.86983 +461863,1358.704082,612.5574046,1061.604212,628.0971675,2285.401434 +461864,1355.756546,611.3536624,1061.316223,626.6926625,2295.594394 +461865,1352.580309,610.1628688,1061.025511,625.2111321,2282.539399 +461866,1349.692355,608.9846586,1060.732646,623.7895864,2286.152471 +461867,1346.745814,607.8187932,1060.436919,622.4230576,2285.007241 +461868,1343.856105,606.6649575,1060.138334,620.967577,2282.805436 +461869,1341.00426,605.5229297,1059.837409,619.6265804,2281.083965 +461870,1338.188573,604.3924223,1059.53424,618.2634888,2279.628833 +461871,1335.407926,603.2732431,1059.228857,616.9243952,2278.104189 +461872,1332.661029,602.1266545,1058.921361,615.6014419,2276.616979 +461873,1329.9469,601.086937,1058.611872,614.2942414,2275.110373 +461874,1327.157704,599.9717143,1058.30051,613.0022883,2273.630761 +461875,1324.666277,598.9020096,1057.987928,611.7252,2266.181298 +461876,1321.964903,597.836141,1057.67321,610.4625432,2277.390463 +461877,1319.389622,596.7803902,1057.356703,609.2139911,2262.665443 +461878,1316.825178,595.7345009,1057.038771,607.9791395,2274.060106 +461879,1314.288206,594.6983533,1056.719702,606.7997378,2259.555813 +461880,1311.778055,593.6717278,1056.399828,605.5284831,2265.761414 +461881,0,0,0,0,0 +461882,0,0,0,0,0 +461883,0,0,0,0,0 +461884,0,0,0,0,0 +461885,0,0,0,0,0 +461886,0,0,0,0,0 +461887,0,0,0,0,0 +461888,0,0,0,0,0 +461889,0,0,0,0,0 +461890,0,0,0,0,0 +461891,0,0,0,0,0 +461892,0,0,0,0,0 +461893,0,0,0,0,0 +461894,0,0,0,0,0 +461895,0,0,0,0,0 +461896,0,0,0,0,0 +461897,0,0,0,0,0 +461898,0,0,0,0,0 +461899,0,0,0,0,0 +461900,0,0,0,0,0 +461901,0,0,0,0,0 +461902,0,0,0,0,0 +461903,0,0,0,0,0 +461904,0,0,0,0,0 +461905,0,0,0,0,0 +461906,0,0,0,0,0 +461907,0,0,0,0,0 +461908,0,0,0,0,0 +461909,0,0,0,0,0 +461910,0,0,0,0,0 +461911,0,0,0,0,0 +461912,0,0,0,0,0 +461913,0,0,0,0,0 +461914,0,0,0,0,0 +461915,0,0,0,0,0 +461916,0,0,0,0,0 +461917,0,0,0,0,0 +461918,0,0,0,0,0 +461919,0,0,0,0,0 +461920,0,0,0,0,0 +461921,0,0,0,0,0 +461922,0,0,0,0,0 +461923,0,0,0,0,0 +461924,0,0,0,0,0 +461925,0,0,0,0,0 +461926,0,0,0,0,0 +461927,0,0,0,0,0 +461928,0,0,0,0,0 +461929,0,0,0,0,0 +461930,0,0,0,0,0 +461931,0,0,0,0,0 +461932,0,0,0,0,0 +461933,0,0,0,0,0 +461934,0,0,0,0,0 +461935,0,0,0,0,0 +461936,0,0,0,0,0 +461937,0,0,0,0,0 +461938,0,0,0,0,0 +461939,0,0,0,0,0 +461940,0,0,0,0,0 +461941,0,0,0,0,0 +461942,0,0,0,0,0 +461943,0,0,0,0,0 +461944,0,0,0,0,0 +461945,0,0,0,0,0 +461946,0,0,0,0,0 +461947,0,0,0,0,0 +461948,0,0,0,0,0 +461949,0,0,0,0,0 +461950,0,0,0,0,0 +461951,0,0,0,0,0 +461952,0,0,0,0,0 +461953,0,0,0,0,0 +461954,0,0,0,0,0 +461955,0,0,0,0,0 +461956,0,0,0,0,0 +461957,0,0,0,0,0 +461958,0,0,0,0,0 +461959,0,0,0,0,0 +461960,0,0,0,0,0 +461961,0,0,0,0,0 +461962,0,0,0,0,0 +461963,0,0,0,0,0 +461964,0,0,0,0,0 +461965,0,0,0,0,0 +461966,0,0,0,0,0 +461967,0,0,0,0,0 +461968,0,0,0,0,0 +461969,0,0,0,0,0 +461970,0,0,0,0,0 +461971,0,0,0,0,0 +461972,0,0,0,0,0 +461973,0,0,0,0,0 +461974,0,0,0,0,0 +461975,0,0,0,0,0 +461976,0,0,0,0,0 +461977,0,0,0,0,0 +461978,0,0,0,0,0 +461979,0,0,0,0,0 +461980,0,0,0,0,0 +461981,0,0,0,0,0 +461982,0,0,0,0,0 +461983,0,0,0,0,0 +461984,0,0,0,0,0 +461985,0,0,0,0,0 +461986,0,0,0,0,0 +461987,0,0,0,0,0 +461988,0,0,0,0,0 +461989,0,0,0,0,0 +461990,0,0,0,0,0 +461991,0,0,0,0,0 +461992,0,0,0,0,0 +461993,0,0,0,0,0 +461994,0,0,0,0,0 +461995,0,0,0,0,0 +461996,0,0,0,0,0 +461997,0,0,0,0,0 +461998,0,0,0,0,0 +461999,0,0,0,0,0 +462000,0,0,0,0,0 +462001,0,0,0,0,0 +462002,0,0,0,0,0 +462003,0,0,0,0,0 +462004,0,0,0,0,0 +462005,0,0,0,0,0 +462006,0,0,0,0,0 +462007,0,0,0,0,0 +462008,0,0,0,0,0 +462009,0,0,0,0,0 +462010,0,0,0,0,0 +462011,0,0,0,0,0 +462012,0,0,0,0,0 +462013,0,0,0,0,0 +462014,0,0,0,0,0 +462015,0,0,0,0,0 +462016,0,0,0,0,0 +462017,0,0,0,0,0 +462018,0,0,0,0,0 +462019,0,0,0,0,0 +462020,0,0,0,0,0 +462021,0,0,0,0,0 +462022,0,0,0,0,0 +462023,0,0,0,0,0 +462024,0,0,0,0,0 +462025,0,0,0,0,0 +462026,0,0,0,0,0 +462027,0,0,0,0,0 +462028,0,0,0,0,0 +462029,0,0,0,0,0 +462030,0,0,0,0,0 +462031,0,0,0,0,0 +462032,0,0,0,0,0 +462033,0,0,0,0,0 +462034,0,0,0,0,0 +462035,0,0,0,0,0 +462036,0,0,0,0,0 +462037,0,0,0,0,0 +462038,0,0,0,0,0 +462039,0,0,0,0,0 +462040,0,0,0,0,0 +462041,0,0,0,0,0 +462042,0,0,0,0,0 +462043,0,0,0,0,0 +462044,0,0,0,0,0 +462045,0,0,0,0,0 +462046,0,0,0,0,0 +462047,0,0,0,0,0 +462048,0,0,0,0,0 +462049,0,0,0,0,0 +462050,0,0,0,0,0 +462051,0,0,0,0,0 +462052,0,0,0,0,0 +462053,0,0,0,0,0 +462054,0,0,0,0,0 +462055,0,0,0,0,0 +462056,0,0,0,0,0 +462057,0,0,0,0,0 +462058,0,0,0,0,0 +462059,0,0,0,0,0 +462060,0,0,0,0,0 +462061,0,0,0,0,0 +462062,0,0,0,0,0 +462063,0,0,0,0,0 +462064,0,0,0,0,0 +462065,0,0,0,0,0 +462066,0,0,0,0,0 +462067,0,0,0,0,0 +462068,0,0,0,0,0 +462069,0,0,0,0,0 +462070,0,0,0,0,0 +462071,0,0,0,0,0 +462072,0,0,0,0,0 +462073,0,0,0,0,0 +462074,0,0,0,0,0 +462075,0,0,0,0,0 +462076,0,0,0,0,0 +462077,0,0,0,0,0 +462078,0,0,0,0,0 +462079,0,0,0,0,0 +462080,0,0,0,0,0 +462081,0,0,0,0,0 +462082,0,0,0,0,0 +462083,0,0,0,0,0 +462084,0,0,0,0,0 +462085,0,0,0,0,0 +462086,0,0,0,0,0 +462087,0,0,0,0,0 +462088,0,0,0,0,0 +462089,0,0,0,0,0 +462090,0,0,0,0,0 +462091,0,0,0,0,0 +462092,0,0,0,0,0 +462093,0,0,0,0,0 +462094,0,0,0,0,0 +462095,0,0,0,0,0 +462096,0,0,0,0,0 +462097,0,0,0,0,0 +462098,0,0,0,0,0 +462099,0,0,0,0,0 +462100,0,0,0,0,0 +462101,0,0,0,0,0 +462102,0,0,0,0,0 +462103,0,0,0,0,0 +462104,0,0,0,0,0 +462105,0,0,0,0,0 +462106,0,0,0,0,0 +462107,0,0,0,0,0 +462108,0,0,0,0,0 +462109,0,0,0,0,0 +462110,0,0,0,0,0 +462111,0,0,0,0,0 +462112,0,0,0,0,0 +462113,0,0,0,0,0 +462114,0,0,0,0,0 +462115,0,0,0,0,0 +462116,0,0,0,0,0 +462117,0,0,0,0,0 +462118,0,0,0,0,0 +462119,0,0,0,0,0 +462120,0,0,0,0,0 +462121,0,0,0,0,0 +462122,0,0,0,0,0 +462123,0,0,0,0,0 +462124,0,0,0,0,0 +462125,0,0,0,0,0 +462126,0,0,0,0,0 +462127,0,0,0,0,0 +462128,0,0,0,0,0 +462129,0,0,0,0,0 +462130,0,0,0,0,0 +462131,0,0,0,0,0 +462132,0,0,0,0,0 +462133,0,0,0,0,0 +462134,0,0,0,0,0 +462135,0,0,0,0,0 +462136,0,0,0,0,0 +462137,0,0,0,0,0 +462138,0,0,0,0,0 +462139,0,0,0,0,0 +462140,0,0,0,0,0 +462141,0,0,0,0,0 +462142,0,0,0,0,0 +462143,0,0,0,0,0 +462144,0,0,0,0,0 +462145,0,0,0,0,0 +462146,0,0,0,0,0 +462147,0,0,0,0,0 +462148,0,0,0,0,0 +462149,0,0,0,0,0 +462150,0,0,0,0,0 +462151,0,0,0,0,0 +462152,0,0,0,0,0 +462153,0,0,0,0,0 +462154,0,0,0,0,0 +462155,0,0,0,0,0 +462156,0,0,0,0,0 +462157,0,0,0,0,0 +462158,0,0,0,0,0 +462159,0,0,0,0,0 +462160,0,0,0,0,0 +462161,0,0,0,0,0 +462162,0,0,0,0,0 +462163,0,0,0,0,0 +462164,0,0,0,0,0 +462165,0,0,0,0,0 +462166,0,0,0,0,0 +462167,0,0,0,0,0 +462168,0,0,0,0,0 +462169,0,0,0,0,0 +462170,0,0,0,0,0 +462171,0,0,0,0,0 +462172,0,0,0,0,0 +462173,0,0,0,0,0 +462174,0,0,0,0,0 +462175,0,0,0,0,0 +462176,0,0,0,0,0 +462177,0,0,0,0,0 +462178,0,0,0,0,0 +462179,0,0,0,0,0 +462180,0,0,0,0,0 +462181,0,0,0,0,0 +462182,0,0,0,0,0 +462183,0,0,0,0,0 +462184,0,0,0,0,0 +462185,0,0,0,0,0 +462186,0,0,0,0,0 +462187,0,0,0,0,0 +462188,0,0,0,0,0 +462189,0,0,0,0,0 +462190,0,0,0,0,0 +462191,0,0,0,0,0 +462192,0,0,0,0,0 +462193,0,0,0,0,0 +462194,0,0,0,0,0 +462195,0,0,0,0,0 +462196,0,0,0,0,0 +462197,0,0,0,0,0 +462198,0,0,0,0,0 +462199,0,0,0,0,0 +462200,0,0,0,0,0 +462201,0,0,0,0,0 +462202,0,0,0,0,0 +462203,0,0,0,0,0 +462204,0,0,0,0,0 +462205,0,0,0,0,0 +462206,0,0,0,0,0 +462207,0,0,0,0,0 +462208,0,0,0,0,0 +462209,0,0,0,0,0 +462210,0,0,0,0,0 +462211,0,0,0,0,0 +462212,0,0,0,0,0 +462213,0,0,0,0,0 +462214,0,0,0,0,0 +462215,0,0,0,0,0 +462216,0,0,0,0,0 +462217,0,0,0,0,0 +462218,0,0,0,0,0 +462219,0,0,0,0,0 +462220,0,0,0,0,0 +462221,0,0,0,0,0 +462222,0,0,0,0,0 +462223,0,0,0,0,0 +462224,0,0,0,0,0 +462225,0,0,0,0,0 +462226,0,0,0,0,0 +462227,0,0,0,0,0 +462228,0,0,0,0,0 +462229,0,0,0,0,0 +462230,0,0,0,0,0 +462231,0,0,0,0,0 +462232,0,0,0,0,0 +462233,0,0,0,0,0 +462234,0,0,0,0,0 +462235,0,0,0,0,0 +462236,0,0,0,0,0 +462237,0,0,0,0,0 +462238,0,0,0,0,0 +462239,0,0,0,0,0 +462240,0,0,0,0,0 +462241,0,0,0,0,0 +462242,0,0,0,0,0 +462243,0,0,0,0,0 +462244,0,0,0,0,0 +462245,0,0,0,0,0 +462246,0,0,0,0,0 +462247,0,0,0,0,0 +462248,0,0,0,0,0 +462249,0,0,0,0,0 +462250,0,0,0,0,0 +462251,0,0,0,0,0 +462252,0,0,0,0,0 +462253,0,0,0,0,0 +462254,0,0,0,0,0 +462255,0,0,0,0,0 +462256,0,0,0,0,0 +462257,0,0,0,0,0 +462258,0,0,0,0,0 +462259,0,0,0,0,0 +462260,0,0,0,0,0 +462261,0,0,0,0,0 +462262,0,0,0,0,0 +462263,0,0,0,0,0 +462264,0,0,0,0,0 +462265,0,0,0,0,0 +462266,0,0,0,0,0 +462267,0,0,0,0,0 +462268,0,0,0,0,0 +462269,0,0,0,0,0 +462270,0,0,0,0,0 +462271,0,0,0,0,0 +462272,0,0,0,0,0 +462273,0,0,0,0,0 +462274,0,0,0,0,0 +462275,0,0,0,0,0 +462276,0,0,0,0,0 +462277,0,0,0,0,0 +462278,0,0,0,0,0 +462279,0,0,0,0,0 +462280,0,0,0,0,0 +462281,0,0,0,0,0 +462282,0,0,0,0,0 +462283,0,0,0,0,0 +462284,0,0,0,0,0 +462285,0,0,0,0,0 +462286,0,0,0,0,0 +462287,0,0,0,0,0 +462288,0,0,0,0,0 +462289,0,0,0,0,0 +462290,0,0,0,0,0 +462291,0,0,0,0,0 +462292,0,0,0,0,0 +462293,0,0,0,0,0 +462294,0,0,0,0,0 +462295,0,0,0,0,0 +462296,0,0,0,0,0 +462297,0,0,0,0,0 +462298,0,0,0,0,0 +462299,0,0,0,0,0 +462300,0,0,0,0,0 +462301,0,0,0,0,0 +462302,0,0,0,0,0 +462303,0,0,0,0,0 +462304,0,0,0,0,0 +462305,0,0,0,0,0 +462306,0,0,0,0,0 +462307,0,0,0,0,0 +462308,0,0,0,0,0 +462309,0,0,0,0,0 +462310,0,0,0,0,0 +462311,0,0,0,0,0 +462312,0,0,0,0,0 +462313,0,0,0,0,0 +462314,0,0,0,0,0 +462315,0,0,0,0,0 +462316,0,0,0,0,0 +462317,0,0,0,0,0 +462318,0,0,0,0,0 +462319,0,0,0,0,0 +462320,0,0,0,0,0 +462321,0,0,0,0,0 +462322,0,0,0,0,0 +462323,0,0,0,0,0 +462324,0,0,0,0,0 +462325,0,0,0,0,0 +462326,0,0,0,0,0 +462327,0,0,0,0,0 +462328,0,0,0,0,0 +462329,0,0,0,0,0 +462330,0,0,0,0,0 +462331,0,0,0,0,0 +462332,0,0,0,0,0 +462333,0,0,0,0,0 +462334,0,0,0,0,0 +462335,0,0,0,0,0 +462336,0,0,0,0,0 +462337,0,0,0,0,0 +462338,0,0,0,0,0 +462339,0,0,0,0,0 +462340,0,0,0,0,0 +462341,0,0,0,0,0 +462342,0,0,0,0,0 +462343,0,0,0,0,0 +462344,0,0,0,0,0 +462345,0,0,0,0,0 +462346,0,0,0,0,0 +462347,0,0,0,0,0 +462348,0,0,0,0,0 +462349,0,0,0,0,0 +462350,0,0,0,0,0 +462351,0,0,0,0,0 +462352,0,0,0,0,0 +462353,0,0,0,0,0 +462354,0,0,0,0,0 +462355,0,0,0,0,0 +462356,0,0,0,0,0 +462357,0,0,0,0,0 +462358,0,0,0,0,0 +462359,0,0,0,0,0 +462360,0,0,0,0,0 +462361,0,0,0,0,0 +462362,0,0,0,0,0 +462363,0,0,0,0,0 +462364,0,0,0,0,0 +462365,0,0,0,0,0 +462366,0,0,0,0,0 +462367,0,0,0,0,0 +462368,0,0,0,0,0 +462369,0,0,0,0,0 +462370,0,0,0,0,0 +462371,0,0,0,0,0 +462372,0,0,0,0,0 +462373,0,0,0,0,0 +462374,0,0,0,0,0 +462375,0,0,0,0,0 +462376,0,0,0,0,0 +462377,0,0,0,0,0 +462378,0,0,0,0,0 +462379,0,0,0,0,0 +462380,0,0,0,0,0 +462381,0,0,0,0,0 +462382,0,0,0,0,0 +462383,0,0,0,0,0 +462384,0,0,0,0,0 +462385,0,0,0,0,0 +462386,0,0,0,0,0 +462387,0,0,0,0,0 +462388,0,0,0,0,0 +462389,0,0,0,0,0 +462390,0,0,0,0,0 +462391,0,0,0,0,0 +462392,0,0,0,0,0 +462393,0,0,0,0,0 +462394,0,0,0,0,0 +462395,0,0,0,0,0 +462396,0,0,0,0,0 +462397,0,0,0,0,0 +462398,0,0,0,0,0 +462399,0,0,0,0,0 +462400,0,0,0,0,0 +462401,0,0,0,0,0 +462402,0,0,0,0,0 +462403,0,0,0,0,0 +462404,0,0,0,0,0 +462405,0,0,0,0,0 +462406,0,0,0,0,0 +462407,0,0,0,0,0 +462408,0,0,0,0,0 +462409,0,0,0,0,0 +462410,0,0,0,0,0 +462411,0,0,0,0,0 +462412,0,0,0,0,0 +462413,0,0,0,0,0 +462414,0,0,0,0,0 +462415,0,0,0,0,0 +462416,0,0,0,0,0 +462417,0,0,0,0,0 +462418,0,0,0,0,0 +462419,0,0,0,0,0 +462420,0,0,0,0,0 +462421,0,0,0,0,0 +462422,0,0,0,0,0 +462423,0,0,0,0,0 +462424,0,0,0,0,0 +462425,0,0,0,0,0 +462426,0,0,0,0,0 +462427,0,0,0,0,0 +462428,0,0,0,0,0 +462429,0,0,0,0,0 +462430,0,0,0,0,0 +462431,0,0,0,0,0 +462432,0,0,0,0,0 +462433,0,0,0,0,0 +462434,0,0,0,0,0 +462435,0,0,0,0,0 +462436,0,0,0,0,0 +462437,0,0,0,0,0 +462438,0,0,0,0,0 +462439,0,0,0,0,0 +462440,0,0,0,0,0 +462441,0,0,0,0,0 +462442,0,0,0,0,0 +462443,0,0,0,0,0 +462444,0,0,0,0,0 +462445,0,0,0,0,0 +462446,0,0,0,0,0 +462447,0,0,0,0,0 +462448,0,0,0,0,0 +462449,0,0,0,0,0 +462450,0,0,0,0,0 +462451,0,0,0,0,0 +462452,0,0,0,0,0 +462453,0,0,0,0,0 +462454,0,0,0,0,0 +462455,0,0,0,0,0 +462456,0,0,0,0,0 +462457,0,0,0,0,0 +462458,0,0,0,0,0 +462459,0,0,0,0,0 +462460,0,0,0,0,0 +462461,0,0,0,0,0 +462462,0,0,0,0,0 +462463,0,0,0,0,0 +462464,0,0,0,0,0 +462465,0,0,0,0,0 +462466,0,0,0,0,0 +462467,0,0,0,0,0 +462468,0,0,0,0,0 +462469,0,0,0,0,0 +462470,0,0,0,0,0 +462471,0,0,0,0,0 +462472,0,0,0,0,0 +462473,0,0,0,0,0 +462474,0,0,0,0,0 +462475,0,0,0,0,0 +462476,0,0,0,0,0 +462477,0,0,0,0,0 +462478,0,0,0,0,0 +462479,0,0,0,0,0 +462480,0,0,0,0,0 +462481,0,0,0,0,0 +462482,0,0,0,0,0 +462483,0,0,0,0,0 +462484,0,0,0,0,0 +462485,0,0,0,0,0 +462486,0,0,0,0,0 +462487,0,0,0,0,0 +462488,0,0,0,0,0 +462489,0,0,0,0,0 +462490,0,0,0,0,0 +462491,0,0,0,0,0 +462492,0,0,0,0,0 +462493,0,0,0,0,0 +462494,0,0,0,0,0 +462495,0,0,0,0,0 +462496,0,0,0,0,0 +462497,0,0,0,0,0 +462498,0,0,0,0,0 +462499,0,0,0,0,0 +462500,0,0,0,0,0 +462501,0,0,0,0,0 +462502,0,0,0,0,0 +462503,0,0,0,0,0 +462504,0,0,0,0,0 +462505,0,0,0,0,0 +462506,0,0,0,0,0 +462507,0,0,0,0,0 +462508,0,0,0,0,0 +462509,0,0,0,0,0 +462510,0,0,0,0,0 +462511,0,0,0,0,0 +462512,0,0,0,0,0 +462513,0,0,0,0,0 +462514,0,0,0,0,0 +462515,0,0,0,0,0 +462516,0,0,0,0,0 +462517,0,0,0,0,0 +462518,0,0,0,0,0 +462519,0,0,0,0,0 +462520,0,0,0,0,0 +462521,0,0,0,0,0 +462522,0,0,0,0,0 +462523,0,0,0,0,0 +462524,0,0,0,0,0 +462525,0,0,0,0,0 +462526,0,0,0,0,0 +462527,0,0,0,0,0 +462528,0,0,0,0,0 +462529,0,0,0,0,0 +462530,0,0,0,0,0 +462531,0,0,0,0,0 +462532,0,0,0,0,0 +462533,0,0,0,0,0 +462534,0,0,0,0,0 +462535,0,0,0,0,0 +462536,0,0,0,0,0 +462537,0,0,0,0,0 +462538,0,0,0,0,0 +462539,0,0,0,0,0 +462540,0,0,0,0,0 +462541,0,0,0,0,0 +462542,0,0,0,0,0 +462543,0,0,0,0,0 +462544,0,0,0,0,0 +462545,0,0,0,0,0 +462546,0,0,0,0,0 +462547,0,0,0,0,0 +462548,0,0,0,0,0 +462549,0,0,0,0,0 +462550,0,0,0,0,0 +462551,0,0,0,0,0 +462552,0,0,0,0,0 +462553,0,0,0,0,0 +462554,0,0,0,0,0 +462555,0,0,0,0,0 +462556,0,0,0,0,0 +462557,0,0,0,0,0 +462558,0,0,0,0,0 +462559,0,0,0,0,0 +462560,0,0,0,0,0 +462561,0,0,0,0,0 +462562,0,0,0,0,0 +462563,0,0,0,0,0 +462564,0,0,0,0,0 +462565,0,0,0,0,0 +462566,0,0,0,0,0 +462567,0,0,0,0,0 +462568,0,0,0,0,0 +462569,0,0,0,0,0 +462570,0,0,0,0,0 +462571,0,0,0,0,0 +462572,0,0,0,0,0 +462573,0,0,0,0,0 +462574,0,0,0,0,0 +462575,0,0,0,0,0 +462576,0,0,0,0,0 +462577,0,0,0,0,0 +462578,0,0,0,0,0 +462579,0,0,0,0,0 +462580,0,0,0,0,0 +462581,0,0,0,0,0 +462582,0,0,0,0,0 +462583,0,0,0,0,0 +462584,0,0,0,0,0 +462585,0,0,0,0,0 +462586,0,0,0,0,0 +462587,0,0,0,0,0 +462588,0,0,0,0,0 +462589,0,0,0,0,0 +462590,0,0,0,0,0 +462591,0,0,0,0,0 +462592,0,0,0,0,0 +462593,0,0,0,0,0 +462594,0,0,0,0,0 +462595,0,0,0,0,0 +462596,0,0,0,0,0 +462597,0,0,0,0,0 +462598,0,0,0,0,0 +462599,0,0,0,0,0 +462600,0,0,0,0,0 +462601,0,0,0,0,0 +462602,0,0,0,0,0 +462603,0,0,0,0,0 +462604,0,0,0,0,0 +462605,0,0,0,0,0 +462606,0,0,0,0,0 +462607,0,0,0,0,0 +462608,0,0,0,0,0 +462609,0,0,0,0,0 +462610,0,0,0,0,0 +462611,0,0,0,0,0 +462612,0,0,0,0,0 +462613,0,0,0,0,0 +462614,0,0,0,0,0 +462615,0,0,0,0,0 +462616,0,0,0,0,0 +462617,0,0,0,0,0 +462618,0,0,0,0,0 +462619,0,0,0,0,0 +462620,0,0,0,0,0 +462621,0,0,0,0,0 +462622,0,0,0,0,0 +462623,0,0,0,0,0 +462624,0,0,0,0,0 +462625,0,0,0,0,0 +462626,0,0,0,0,0 +462627,0,0,0,0,0 +462628,0,0,0,0,0 +462629,0,0,0,0,0 +462630,0,0,0,0,0 +462631,0,0,0,0,0 +462632,0,0,0,0,0 +462633,0,0,0,0,0 +462634,0,0,0,0,0 +462635,0,0,0,0,0 +462636,0,0,0,0,0 +462637,0,0,0,0,0 +462638,0,0,0,0,0 +462639,0,0,0,0,0 +462640,0,0,0,0,0 +462641,0,0,0,0,0 +462642,0,0,0,0,0 +462643,0,0,0,0,0 +462644,0,0,0,0,0 +462645,0,0,0,0,0 +462646,0,0,0,0,0 +462647,0,0,0,0,0 +462648,0,0,0,0,0 +462649,0,0,0,0,0 +462650,0,0,0,0,0 +462651,0,0,0,0,0 +462652,0,0,0,0,0 +462653,0,0,0,0,0 +462654,0,0,0,0,0 +462655,0,0,0,0,0 +462656,0,0,0,0,0 +462657,0,0,0,0,0 +462658,0,0,0,0,0 +462659,0,0,0,0,0 +462660,0,0,0,0,0 +462661,-744.0939867,-272.0812829,-721.5839202,-272.0812436,0 +462662,0,0,0,0,0 +462663,0,0,0,0,0 +462664,0,0,0,0,0 +462665,0,-7.016714799,0,-6.881776014,0 +462666,-78.71456924,-36.05068457,-62.2897971,-36.05069372,0 +462667,-37.6358598,-4.037873768,-26.57973058,-4.307067567,0 +462668,-35.57182097,-12.24835411,-20.82877874,-11.84455555,0 +462669,-40.17757035,-11.03710078,-25.1813575,-11.30630316,0 +462670,-38.43115439,-9.960422896,-22.53912378,-9.960423165,0 +462671,-37.00229335,-9.422128106,-20.51859656,-9.152920989,0 +462672,-35.5733788,-8.076185672,-18.34256485,-8.345396397,0 +462673,-34.30321876,-7.537845684,-16.0110281,-7.268636849,0 +462674,-32.55653089,0,-6.684266479,-6.595666132,0 +462675,-31.28621945,0,-4.508020031,-5.518852947,0 +462676,-29.85705844,0,-2.48719627,-4.576633298,0 +462677,-28.26904496,0,0,-3.903618384,0 +462678,-26.99863942,0,0,-2.692160717,0 +462679,-25.41057861,0,0,-2.153737748,0 +462680,-24.14013374,0,0,0,0 +462681,-22.55203626,0,0,-1.615319777,0 +462682,-21.12274535,0,0,0,0 +462683,-19.69344168,0,0,0,0 +462684,-18.26412638,0,0,0,0 +462685,-16.83479944,0,0,0,0 +462686,-15.24664234,0,0,0,0 +462687,-13.9761178,0,0,0,0 +462688,-12.38794322,0,0,0,0 +462689,-10.95858177,0,0,0,0 +462690,-9.529214245,0,0,0,0 +462691,-7.623379103,0,0,0,0 +462692,-6.035181599,0,0,0,0 +462693,-4.288158432,0,0,0,0 +462694,-2.22349022,0,0,0,0 +462695,0,0,0,0,0 +462696,0,0,0,0,0 +462697,0,0,0,0,0 +462698,0,0,0,0,0 +462699,0,0,0,0,0 +462700,0,0,0,0,0 +462701,0,0,0,0,0 +462702,0,0,0,0,0 +462703,0,0,0,0,0 +462704,0,0,0,0,0 +462705,0,0,0,0,0 +462706,0,0,0,0,0 +462707,0,0,0,0,0 +462708,0,0,0,0,0 +462709,0,0,0,0,0 +462710,0,0,0,0,0 +462711,0,0,0,0,0 +462712,0,0,0,0,0 +462713,0,0,0,0,0 +462714,0,0,0,0,0 +462715,0,0,0,0,0 +462716,0,0,0,0,0 +462717,0,0,0,0,0 +462718,0,0,0,0,0 +462719,0,0,0,0,0 +462720,0,0,0,0,0 +462721,0,0,0,0,0 +462722,0,0,0,0,0 +462723,0,0,0,0,0 +462724,0,0,0,0,0 +462725,0,0,0,0,0 +462726,0,0,0,0,0 +462727,0,0,0,0,0 +462728,0,0,0,0,0 +462729,0,0,0,0,0 +462730,0,0,0,0,0 +462731,0,0,0,0,0 +462732,0,0,0,0,0 +462733,0,0,0,0,0 +462734,0,0,0,0,0 +462735,0,0,0,0,0 +462736,0,0,0,0,0 +462737,0,0,0,0,0 +462738,0,0,0,0,0 +462739,0,0,0,0,0 +462740,0,0,0,0,0 +462741,0,0,0,0,0 +462742,0,0,0,0,0 +462743,0,0,0,0,0 +462744,0,0,0,0,0 +462745,0,0,0,0,0 +462746,0,0,0,0,0 +462747,0,0,0,0,0 +462748,0,0,0,0,0 +462749,0,0,0,0,0 +462750,0,0,0,0,0 +462751,0,0,0,0,0 +462752,0,0,0,0,0 +462753,0,0,0,0,0 +462754,0,0,0,0,0 +462755,0,0,0,0,0 +462756,0,0,0,0,0 +462757,0,0,0,0,0 +462758,0,0,0,0,0 +462759,0,0,0,0,0 +462760,0,0,0,0,0 +462761,0,0,0,0,0 +462762,0,0,0,0,0 +462763,0,0,0,0,0 +462764,0,0,0,0,0 +462765,0,0,0,0,0 +462766,0,0,0,0,0 +462767,0,0,0,0,0 +462768,0,0,0,0,0 +462769,0,0,0,0,0 +462770,0,0,0,0,0 +462771,0,0,0,0,0 +462772,0,0,0,0,0 +462773,0,0,0,0,0 +462774,0,0,0,0,0 +462775,0,0,0,0,0 +462776,0,0,0,0,0 +462777,0,0,0,0,0 +462778,0,0,0,0,0 +462779,0,0,0,0,0 +462780,0,0,0,0,0 +462781,0,0,0,0,0 +462782,0,0,0,0,0 +462783,0,0,0,0,0 +462784,0,0,0,0,0 +462785,0,0,0,0,0 +462786,0,0,0,0,0 +462787,0,0,0,0,0 +462788,0,0,0,0,0 +462789,0,0,0,0,0 +462790,0,0,0,0,0 +462791,0,0,0,0,0 +462792,0,0,0,0,0 +462793,0,0,0,0,0 +462794,0,0,0,0,0 +462795,0,0,0,0,0 +462796,0,0,0,0,0 +462797,0,0,0,0,0 +462798,0,0,0,0,0 +462799,0,0,0,0,0 +462800,0,0,0,0,0 +462801,0,0,0,0,0 +462802,0,0,0,0,0 +462803,0,0,0,0,0 +462804,0,0,0,0,0 +462805,0,0,0,0,0 +462806,0,0,0,0,0 +462807,0,0,0,0,0 +462808,0,0,0,0,0 +462809,0,0,0,0,0 +462810,0,0,0,0,0 +462811,0,0,0,0,0 +462812,0,0,0,0,0 +462813,0,0,0,0,0 +462814,0,0,0,0,0 +462815,0,0,0,0,0 +462816,0,0,0,0,0 +462817,0,0,0,0,0 +462818,0,0,0,0,0 +462819,0,0,0,0,0 +462820,0,0,0,0,0 +462821,0,0,0,0,0 +462822,0,0,0,0,0 +462823,0,0,0,0,0 +462824,0,0,0,0,0 +462825,0,0,0,0,0 +462826,0,0,0,0,0 +462827,0,0,0,0,0 +462828,0,0,0,0,0 +462829,0,0,0,0,0 +462830,0,0,0,0,0 +462831,0,0,0,0,0 +462832,0,0,0,0,0 +462833,0,0,0,0,0 +462834,0,0,0,0,0 +462835,0,0,0,0,0 +462836,0,0,0,0,0 +462837,0,0,0,0,0 +462838,0,0,0,0,0 +462839,0,0,0,0,0 +462840,0,0,0,0,0 +462841,0,0,0,0,0 +462842,0,0,0,0,0 +462843,0,0,0,0,0 +462844,0,0,0,0,0 +462845,0,0,0,0,0 +462846,0,0,0,0,0 +462847,0,0,0,0,0 +462848,0,0,0,0,0 +462849,0,0,0,0,0 +462850,0,0,0,0,0 +462851,0,0,0,0,0 +462852,0,0,0,0,0 +462853,0,0,0,0,0 +462854,0,0,0,0,0 +462855,0,0,0,0,0 +462856,0,0,0,0,0 +462857,0,0,0,0,0 +462858,0,0,0,0,0 +462859,0,0,0,0,0 +462860,0,0,0,0,0 +462861,0,0,0,0,0 +462862,0,0,0,0,0 +462863,0,0,0,0,0 +462864,0,0,0,0,0 +462865,0,0,0,0,0 +462866,0,0,0,0,0 +462867,0,0,0,0,0 +462868,0,0,0,0,0 +462869,0,0,0,0,0 +462870,0,0,0,0,0 +462871,0,0,0,0,0 +462872,0,0,0,0,0 +462873,0,0,0,0,0 +462874,0,0,0,0,0 +462875,0,0,0,0,0 +462876,0,0,0,0,0 +462877,0,0,0,0,0 +462878,0,0,0,0,0 +462879,0,0,0,0,0 +462880,0,0,0,0,0 +462881,0,0,0,0,0 +462882,0,0,0,0,0 +462883,0,0,0,0,0 +462884,0,0,0,0,0 +462885,0,0,0,0,0 +462886,0,0,0,0,0 +462887,0,0,0,0,0 +462888,0,0,0,0,0 +462889,0,0,0,0,0 +462890,0,0,0,0,0 +462891,0,0,0,0,0 +462892,0,0,0,0,0 +462893,0,0,0,0,0 +462894,0,0,0,0,0 +462895,0,0,0,0,0 +462896,0,0,0,0,0 +462897,0,0,0,0,0 +462898,0,0,0,0,0 +462899,0,0,0,0,0 +462900,0,0,0,0,0 +462901,0,0,0,0,0 +462902,0,0,0,0,0 +462903,0,0,0,0,0 +462904,0,0,0,0,0 +462905,0,0,0,0,0 +462906,0,0,0,0,0 +462907,0,0,0,0,0 +462908,0,0,0,0,0 +462909,0,0,0,0,0 +462910,0,0,0,0,0 +462911,0,0,0,0,0 +462912,0,0,0,0,0 +462913,0,0,0,0,0 +462914,0,0,0,0,0 +462915,0,0,0,0,0 +462916,0,0,0,0,0 +462917,0,0,0,0,0 +462918,0,0,0,0,0 +462919,0,0,0,0,0 +462920,0,0,0,0,0 +462921,0,0,0,0,0 +462922,0,0,0,0,0 +462923,0,0,0,0,0 +462924,0,0,0,0,0 +462925,0,0,0,0,0 +462926,0,0,0,0,0 +462927,0,0,0,0,0 +462928,0,0,0,0,0 +462929,0,0,0,0,0 +462930,0,0,0,0,0 +462931,0,0,0,0,0 +462932,0,0,0,0,0 +462933,0,0,0,0,0 +462934,0,0,0,0,0 +462935,0,0,0,0,0 +462936,0,0,0,0,0 +462937,0,0,0,0,0 +462938,0,0,0,0,0 +462939,0,0,0,0,0 +462940,0,0,0,0,0 +462941,0,0,0,0,0 +462942,0,0,0,0,0 +462943,0,0,0,0,0 +462944,0,0,0,0,0 +462945,0,0,0,0,0 +462946,0,0,0,0,0 +462947,0,0,0,0,0 +462948,0,0,0,0,0 +462949,0,0,0,0,0 +462950,0,0,0,0,0 +462951,0,0,0,0,0 +462952,0,0,0,0,0 +462953,0,0,0,0,0 +462954,0,0,0,0,0 +462955,0,0,0,0,0 +462956,0,0,0,0,0 +462957,0,0,0,0,0 +462958,0,0,0,0,0 +462959,0,0,0,0,0 +462960,0,0,0,0,0 +462961,0,0,0,0,0 +462962,0,0,0,0,0 +462963,0,42.43092394,0,0,0 +462964,0,65.14120958,0,0,0 +462965,0,52.41725467,0,0,0 +462966,0,65.98028315,0,0,0 +462967,0,71.9477913,0,0,0 +462968,0,77.90728859,0,0,0 +462969,0,83.66295257,0,0,0 +462970,0,89.51973004,0,0,0 +462971,0,95.13333242,0,0,0 +462972,0,100.8803064,0,0,0 +462973,0,106.3637868,0,0,0 +462974,0,112.0091692,0,0,0 +462975,0,117.4499485,0,0,0 +462976,0,122.8132204,0,0,0 +462977,0,128.3091865,0,0,0 +462978,0,133.5824808,0,0,0 +462979,0,138.8813117,0,0,0 +462980,0,144.0128253,0,0,0 +462981,0,149.3413218,0,0,0 +462982,0,154.3977734,0,0,0 +462983,0,159.5037305,0,0,0 +462984,0,164.4449203,0,0,0 +462985,0,169.6874506,0,0,0 +462986,0,174.2854788,0,0,0 +462987,0,179.4520799,0,0,0 +462988,0,184.1944355,0,0,0 +462989,0,189.0197927,0,0,0 +462990,0,193.7652604,0,0,0 +462991,0,196.9700397,0,0,0 +462992,0,199.9560078,0,0,0 +462993,0,202.6786913,0,0,0 +462994,0,205.5942193,0,0,0 +462995,0,208.1158044,0,0,0 +462996,0,210.6584535,0,0,0 +462997,0,213.2205067,0,0,0 +462998,0,215.3506591,0,0,0 +462999,0,217.7144755,0,0,0 +463000,0,219.7368987,0,0,0 +463001,0,222.0452569,0,0,0 +463002,0,223.9722456,0,0,0 +463003,0,225.9561959,0,0,0 +463004,0,227.8480094,0,0,0 +463005,0,229.6745549,0,0,0 +463006,0,231.4376012,0,0,0 +463007,0,233.1389408,0,0,0 +463008,0,234.7807007,0,0,0 +463009,0,236.3642919,0,0,0 +463010,0,237.8916393,0,0,0 +463011,70.63152334,239.217713,0,0,0 +463012,172.3778237,240.8619,0,0,0 +463013,116.5301932,242.1149584,0,0,0 +463014,153.1732905,243.4578299,0,0,0 +463015,166.6859642,244.7230439,0,0,0 +463016,179.7302719,245.9406719,0,0,0 +463017,192.9993965,247.1102552,0,0,0 +463018,205.9144363,248.3881066,53.30902582,0,0 +463019,218.8040081,249.2276922,75.6366706,0,0 +463020,231.6039307,250.378287,61.0600872,0,0 +463021,0,0,0,0,0 +463022,0,0,0,0,0 +463023,0,0,0,0,0 +463024,0,0,0,0,0 +463025,0,0,0,0,0 +463026,0,0,0,0,0 +463027,0,0,0,0,0 +463028,0,0,0,0,0 +463029,0,0,0,0,0 +463030,0,0,0,0,0 +463031,0,0,0,0,0 +463032,0,0,0,0,0 +463033,0,0,0,0,0 +463034,0,0,0,0,0 +463035,0,0,0,0,0 +463036,0,0,0,0,0 +463037,0,0,0,0,0 +463038,0,0,0,0,0 +463039,0,0,0,0,0 +463040,0,0,0,0,0 +463041,0,0,0,0,0 +463042,0,0,0,0,0 +463043,0,0,0,0,0 +463044,0,0,0,0,0 +463045,0,0,0,0,0 +463046,0,0,0,0,0 +463047,0,0,0,0,0 +463048,0,0,0,0,0 +463049,0,0,0,0,0 +463050,0,0,0,0,0 +463051,0,0,0,0,0 +463052,0,0,0,0,0 +463053,0,0,0,0,0 +463054,0,0,0,0,0 +463055,0,0,0,0,0 +463056,0,0,0,0,0 +463057,0,0,0,0,0 +463058,0,0,0,0,0 +463059,0,0,0,0,0 +463060,0,0,0,0,0 +463061,0,0,0,0,0 +463062,0,0,0,0,0 +463063,0,0,0,0,0 +463064,0,0,0,0,0 +463065,0,0,0,0,0 +463066,0,0,0,0,0 +463067,0,0,0,0,0 +463068,0,0,0,0,0 +463069,0,0,0,0,0 +463070,0,0,0,0,0 +463071,0,0,0,0,0 +463072,0,0,0,0,0 +463073,0,0,0,0,0 +463074,0,0,0,0,0 +463075,0,0,0,0,0 +463076,0,0,0,0,0 +463077,0,0,0,0,0 +463078,0,0,0,0,0 +463079,0,0,0,0,0 +463080,0,0,0,0,0 +463081,0,0,0,0,0 +463082,0,0,0,0,0 +463083,0,0,0,0,0 +463084,0,0,0,0,0 +463085,0,0,0,0,0 +463086,0,0,0,0,0 +463087,0,0,0,0,0 +463088,0,0,0,0,0 +463089,0,0,0,0,0 +463090,0,0,0,0,0 +463091,0,0,0,0,0 +463092,0,0,0,0,0 +463093,0,0,0,0,0 +463094,0,0,0,0,0 +463095,0,0,0,0,0 +463096,0,0,0,0,0 +463097,0,0,0,0,0 +463098,0,0,0,0,0 +463099,0,0,0,0,0 +463100,0,0,0,0,0 +463101,0,0,0,0,0 +463102,0,0,0,0,0 +463103,0,0,0,0,0 +463104,0,0,0,0,0 +463105,0,0,0,0,0 +463106,0,0,0,0,0 +463107,0,0,0,0,0 +463108,0,0,0,0,0 +463109,0,0,0,0,0 +463110,0,0,0,0,0 +463111,0,0,0,0,0 +463112,0,0,0,0,0 +463113,0,0,0,0,0 +463114,0,0,0,0,0 +463115,0,0,0,0,0 +463116,0,0,0,0,0 +463117,0,0,0,0,0 +463118,0,0,0,0,0 +463119,0,0,0,0,0 +463120,0,0,0,0,0 +463121,0,0,0,0,0 +463122,0,0,0,0,0 +463123,0,0,0,0,0 +463124,0,0,0,0,0 +463125,0,0,0,0,0 +463126,0,0,0,0,0 +463127,0,0,0,0,0 +463128,0,0,0,0,0 +463129,0,0,0,0,0 +463130,0,0,0,0,0 +463131,0,0,0,0,0 +463132,0,0,0,0,0 +463133,0,0,0,0,0 +463134,0,0,0,0,0 +463135,0,0,0,0,0 +463136,0,0,0,0,0 +463137,0,0,0,0,0 +463138,0,0,0,0,0 +463139,0,0,0,0,0 +463140,0,0,0,0,0 +463141,0,0,0,0,0 +463142,0,0,0,0,0 +463143,0,0,0,0,0 +463144,0,0,0,0,0 +463145,0,0,0,0,0 +463146,0,0,0,0,0 +463147,0,0,0,0,0 +463148,0,0,0,0,0 +463149,0,0,0,0,0 +463150,0,0,0,0,0 +463151,0,0,0,0,0 +463152,0,0,0,0,0 +463153,0,0,0,0,0 +463154,0,0,0,0,0 +463155,0,0,0,0,0 +463156,0,0,0,0,0 +463157,0,0,0,0,0 +463158,0,0,0,0,0 +463159,0,0,0,0,0 +463160,0,0,0,0,0 +463161,0,0,0,0,0 +463162,0,0,0,0,0 +463163,0,0,0,0,0 +463164,0,0,0,0,0 +463165,0,0,0,0,0 +463166,0,0,0,0,0 +463167,0,0,0,0,0 +463168,0,0,0,0,0 +463169,0,0,0,0,0 +463170,0,0,0,0,0 +463171,0,0,0,0,0 +463172,0,0,0,0,0 +463173,0,0,0,0,0 +463174,0,0,0,0,0 +463175,0,0,0,0,0 +463176,0,0,0,0,0 +463177,0,0,0,0,0 +463178,0,0,0,0,0 +463179,0,0,0,0,0 +463180,0,0,0,0,0 +463181,0,0,0,0,0 +463182,0,0,0,0,0 +463183,0,0,0,0,0 +463184,0,0,0,0,0 +463185,0,0,0,0,0 +463186,0,0,0,0,0 +463187,0,0,0,0,0 +463188,0,0,0,0,0 +463189,0,0,0,0,0 +463190,0,0,0,0,0 +463191,0,0,0,0,0 +463192,0,0,0,0,0 +463193,0,0,0,0,0 +463194,0,0,0,0,0 +463195,0,0,0,0,0 +463196,0,0,0,0,0 +463197,0,0,0,0,0 +463198,0,0,0,0,0 +463199,0,0,0,0,0 +463200,0,0,0,0,0 +463201,0,0,0,0,0 +463202,0,0,0,0,0 +463203,0,0,0,0,0 +463204,0,0,0,0,0 +463205,0,0,0,0,0 +463206,0,0,0,0,0 +463207,0,0,0,0,0 +463208,0,0,0,0,0 +463209,0,0,0,0,0 +463210,0,0,0,0,0 +463211,0,0,0,0,0 +463212,0,0,0,0,0 +463213,0,0,0,0,0 +463214,0,0,0,0,0 +463215,0,0,0,0,0 +463216,0,0,0,0,0 +463217,0,0,0,0,0 +463218,0,0,0,0,0 +463219,0,0,0,0,0 +463220,0,0,0,0,0 +463221,0,0,0,0,0 +463222,0,0,0,0,0 +463223,0,0,0,0,0 +463224,0,0,0,0,0 +463225,0,0,0,0,0 +463226,0,0,0,0,0 +463227,0,0,0,0,0 +463228,0,0,0,0,0 +463229,0,0,0,0,0 +463230,0,0,0,0,0 +463231,0,0,0,0,0 +463232,0,0,0,0,0 +463233,0,0,0,0,0 +463234,0,0,0,0,0 +463235,0,0,0,0,0 +463236,0,0,0,0,0 +463237,0,0,0,0,0 +463238,0,0,0,0,0 +463239,0,0,0,0,0 +463240,0,0,0,0,0 +463241,0,0,0,0,0 +463242,0,0,0,0,0 +463243,0,0,0,0,0 +463244,0,0,0,0,0 +463245,0,0,0,0,0 +463246,0,0,0,0,0 +463247,0,0,0,0,0 +463248,0,0,0,0,0 +463249,0,0,0,0,0 +463250,0,0,0,0,0 +463251,0,0,0,0,0 +463252,0,0,0,0,0 +463253,0,0,0,0,0 +463254,0,0,0,0,0 +463255,0,0,0,0,0 +463256,0,0,0,0,0 +463257,0,0,0,0,0 +463258,0,0,0,0,0 +463259,0,0,0,0,0 +463260,0,0,0,0,0 +463261,0,0,0,0,0 +463262,0,0,0,0,0 +463263,0,0,0,0,0 +463264,0,0,0,0,0 +463265,0,0,0,0,0 +463266,0,0,0,0,0 +463267,0,0,0,0,0 +463268,0,0,0,0,0 +463269,0,0,0,0,0 +463270,0,0,0,0,0 +463271,0,0,0,0,0 +463272,0,0,0,0,0 +463273,0,0,0,0,0 +463274,0,0,0,0,0 +463275,0,0,0,0,0 +463276,0,0,0,0,0 +463277,0,0,0,0,0 +463278,0,0,0,0,0 +463279,0,0,0,0,0 +463280,0,0,0,0,0 +463281,0,0,0,0,0 +463282,0,0,0,0,0 +463283,0,0,0,0,0 +463284,0,0,0,0,0 +463285,0,0,0,0,0 +463286,0,0,0,0,0 +463287,0,0,0,0,0 +463288,0,0,0,0,0 +463289,0,0,0,0,0 +463290,0,0,0,0,0 +463291,0,0,0,0,0 +463292,0,0,0,0,0 +463293,0,0,0,0,0 +463294,0,0,0,0,0 +463295,0,0,0,0,0 +463296,0,0,0,0,0 +463297,0,0,0,0,0 +463298,0,0,0,0,0 +463299,0,0,0,0,0 +463300,0,0,0,0,0 +463301,0,0,0,0,0 +463302,0,0,0,0,0 +463303,0,0,0,0,0 +463304,0,0,0,0,0 +463305,0,0,0,0,0 +463306,0,0,0,0,0 +463307,0,0,0,0,0 +463308,0,0,0,0,0 +463309,0,0,0,0,0 +463310,0,0,0,0,0 +463311,0,0,0,0,0 +463312,0,0,0,0,0 +463313,0,0,0,0,0 +463314,0,0,0,0,0 +463315,0,0,0,0,0 +463316,0,0,0,0,0 +463317,0,0,0,0,0 +463318,0,0,0,0,0 +463319,0,0,0,0,0 +463320,0,0,0,0,0 +463321,0,0,0,0,0 +463322,0,0,0,0,0 +463323,0,0,0,0,0 +463324,0,0,0,0,0 +463325,0,0,0,0,0 +463326,0,0,0,0,0 +463327,0,0,0,0,0 +463328,0,0,0,0,0 +463329,0,0,0,0,0 +463330,0,0,0,0,0 +463331,0,0,0,0,0 +463332,0,0,0,0,0 +463333,0,0,0,0,0 +463334,0,0,0,0,0 +463335,0,0,0,0,0 +463336,0,0,0,0,0 +463337,0,0,0,0,0 +463338,0,0,0,0,0 +463339,0,0,0,0,0 +463340,0,0,0,0,0 +463341,0,0,0,0,0 +463342,0,0,0,0,0 +463343,0,0,0,0,0 +463344,0,0,0,0,0 +463345,0,0,0,0,0 +463346,0,0,0,0,0 +463347,0,0,0,0,0 +463348,0,0,0,0,0 +463349,0,0,0,0,0 +463350,0,0,0,0,0 +463351,0,0,0,0,0 +463352,0,0,0,0,0 +463353,0,0,0,0,0 +463354,0,0,0,0,0 +463355,0,0,0,0,0 +463356,0,0,0,0,0 +463357,0,0,0,0,0 +463358,0,0,0,0,0 +463359,0,0,0,0,0 +463360,0,0,0,0,0 +463361,0,0,0,0,0 +463362,0,0,0,0,0 +463363,0,0,0,0,0 +463364,0,0,0,0,0 +463365,0,0,0,0,0 +463366,0,0,0,0,0 +463367,0,0,0,0,0 +463368,0,0,0,0,0 +463369,0,0,0,0,0 +463370,0,0,0,0,0 +463371,0,0,0,0,0 +463372,0,0,0,0,0 +463373,0,0,0,0,0 +463374,0,0,0,0,0 +463375,0,0,0,0,0 +463376,0,0,0,0,0 +463377,0,0,0,0,0 +463378,0,0,0,0,0 +463379,0,0,0,0,0 +463380,0,0,0,0,0 +463381,0,0,0,0,0 +463382,0,0,0,0,0 +463383,0,0,0,0,0 +463384,0,0,0,0,0 +463385,0,0,0,0,0 +463386,0,0,0,0,0 +463387,0,0,0,0,0 +463388,0,0,0,0,0 +463389,0,0,0,0,0 +463390,0,0,0,0,0 +463391,0,0,0,0,0 +463392,0,0,0,0,0 +463393,0,0,0,0,0 +463394,0,0,0,0,0 +463395,0,0,0,0,0 +463396,0,0,0,0,0 +463397,0,0,0,0,0 +463398,0,0,0,0,0 +463399,0,0,0,0,0 +463400,0,0,0,0,0 +463401,0,0,0,0,0 +463402,0,0,0,0,0 +463403,0,0,0,0,0 +463404,0,0,0,0,0 +463405,0,0,0,0,0 +463406,0,0,0,0,0 +463407,0,0,0,0,0 +463408,0,0,0,0,0 +463409,0,0,0,0,0 +463410,0,0,0,0,0 +463411,0,0,0,0,0 +463412,0,0,0,0,0 +463413,0,0,0,0,0 +463414,0,0,0,0,0 +463415,0,0,0,0,0 +463416,0,0,0,0,0 +463417,0,0,0,0,0 +463418,0,0,0,0,0 +463419,0,0,0,0,0 +463420,0,0,0,0,0 +463421,0,0,0,0,0 +463422,0,0,0,0,0 +463423,0,0,0,0,0 +463424,0,0,0,0,0 +463425,0,0,0,0,0 +463426,0,0,0,0,0 +463427,0,0,0,0,0 +463428,0,0,0,0,0 +463429,0,0,0,0,0 +463430,0,0,0,0,0 +463431,0,0,0,0,0 +463432,0,0,0,0,0 +463433,0,0,0,0,0 +463434,0,0,0,0,0 +463435,0,0,0,0,0 +463436,0,0,0,0,0 +463437,0,0,0,0,0 +463438,0,0,0,0,0 +463439,0,0,0,0,0 +463440,0,0,0,0,0 +463441,0,0,0,0,0 +463442,0,0,0,0,0 +463443,0,0,0,0,0 +463444,0,0,0,0,0 +463445,0,0,0,0,0 +463446,0,0,0,0,0 +463447,0,0,0,0,0 +463448,0,0,0,0,0 +463449,0,0,0,0,0 +463450,0,0,0,0,0 +463451,0,0,0,0,0 +463452,0,0,0,0,0 +463453,0,0,0,0,0 +463454,0,0,0,0,0 +463455,0,0,0,0,0 +463456,0,0,0,0,0 +463457,0,0,0,0,0 +463458,0,0,0,0,0 +463459,0,0,0,0,0 +463460,0,0,0,0,0 +463461,0,0,0,0,0 +463462,0,0,0,0,0 +463463,0,0,0,0,0 +463464,0,0,0,0,0 +463465,0,0,0,0,0 +463466,0,0,0,0,0 +463467,0,0,0,0,0 +463468,0,0,0,0,0 +463469,0,0,0,0,0 +463470,0,0,0,0,0 +463471,0,0,0,0,0 +463472,0,0,0,0,0 +463473,0,0,0,0,0 +463474,0,0,0,0,0 +463475,0,0,0,0,0 +463476,0,0,0,0,0 +463477,0,0,0,0,0 +463478,0,0,0,0,0 +463479,0,0,0,0,0 +463480,0,0,0,0,0 +463481,0,0,0,0,0 +463482,0,0,0,0,0 +463483,0,0,0,0,0 +463484,0,0,0,0,0 +463485,0,0,0,0,0 +463486,0,0,0,0,0 +463487,0,0,0,0,0 +463488,0,0,0,0,0 +463489,0,0,0,0,0 +463490,0,0,0,0,0 +463491,0,0,0,0,0 +463492,0,0,0,0,0 +463493,0,0,0,0,0 +463494,0,0,0,0,0 +463495,0,0,0,0,0 +463496,0,0,0,0,0 +463497,0,0,0,0,0 +463498,0,0,0,0,0 +463499,0,0,0,0,0 +463500,0,0,0,0,0 +463501,0,0,0,0,0 +463502,0,0,0,0,0 +463503,0,0,0,0,0 +463504,0,0,0,0,0 +463505,0,0,0,0,0 +463506,0,0,0,0,0 +463507,0,0,0,0,0 +463508,0,0,0,0,0 +463509,0,0,0,0,0 +463510,0,0,0,0,0 +463511,0,0,0,0,0 +463512,0,0,0,0,0 +463513,0,0,0,0,0 +463514,0,0,0,0,0 +463515,0,0,0,0,0 +463516,0,0,0,0,0 +463517,0,0,0,0,0 +463518,0,0,0,0,0 +463519,0,0,0,0,0 +463520,0,0,0,0,0 +463521,0,0,0,0,0 +463522,0,0,0,0,0 +463523,0,0,0,0,0 +463524,0,0,0,0,0 +463525,0,0,0,0,0 +463526,0,0,0,0,0 +463527,0,0,0,0,0 +463528,0,0,0,0,0 +463529,0,0,0,0,0 +463530,0,0,0,0,0 +463531,0,0,0,0,0 +463532,0,0,0,0,0 +463533,0,0,0,0,0 +463534,0,0,0,0,0 +463535,0,0,0,0,0 +463536,0,0,0,0,0 +463537,0,0,0,0,0 +463538,0,0,0,0,0 +463539,0,0,0,0,0 +463540,0,0,0,0,0 +463541,0,0,0,0,0 +463542,0,0,0,0,0 +463543,0,0,0,0,0 +463544,0,0,0,0,0 +463545,0,0,0,0,0 +463546,0,0,0,0,0 +463547,0,0,0,0,0 +463548,0,0,0,0,0 +463549,0,0,0,0,0 +463550,0,0,0,0,0 +463551,0,0,0,0,0 +463552,0,0,0,0,0 +463553,0,0,0,0,0 +463554,0,0,0,0,0 +463555,0,0,0,0,0 +463556,0,0,0,0,0 +463557,0,0,0,0,0 +463558,0,0,0,0,0 +463559,0,0,0,0,0 +463560,0,0,0,0,0 +463561,0,0,0,0,0 +463562,0,0,0,0,0 +463563,0,0,0,0,0 +463564,0,0,0,0,0 +463565,0,0,0,0,0 +463566,0,0,0,0,0 +463567,0,0,0,0,0 +463568,0,0,0,0,0 +463569,0,0,0,0,0 +463570,0,0,0,0,0 +463571,0,0,0,0,0 +463572,0,0,0,0,0 +463573,0,0,0,0,0 +463574,0,0,0,0,0 +463575,0,0,0,0,0 +463576,0,0,0,0,0 +463577,0,0,0,0,0 +463578,0,0,0,0,0 +463579,0,0,0,0,0 +463580,0,0,0,0,0 +463581,0,0,0,0,0 +463582,0,0,0,0,0 +463583,0,0,0,0,0 +463584,0,0,0,0,0 +463585,0,0,0,0,0 +463586,0,0,0,0,0 +463587,0,0,0,0,0 +463588,0,0,0,0,0 +463589,0,0,0,0,0 +463590,0,0,0,0,0 +463591,0,0,0,0,0 +463592,0,0,0,0,0 +463593,0,0,0,0,0 +463594,0,0,0,0,0 +463595,0,0,0,0,0 +463596,0,0,0,0,0 +463597,0,0,0,0,0 +463598,0,0,0,0,0 +463599,0,0,0,0,0 +463600,0,0,0,0,0 +463601,0,0,0,0,0 +463602,0,0,0,0,0 +463603,0,0,0,0,0 +463604,0,0,0,0,0 +463605,0,0,0,0,0 +463606,0,0,0,0,0 +463607,0,0,0,0,0 +463608,0,0,0,0,0 +463609,0,0,0,0,0 +463610,0,0,0,0,0 +463611,0,0,0,0,0 +463612,0,0,0,0,0 +463613,0,0,0,0,0 +463614,0,0,0,0,0 +463615,0,0,0,0,0 +463616,0,0,0,0,0 +463617,0,0,0,0,0 +463618,0,0,0,0,0 +463619,0,0,0,0,0 +463620,0,0,0,0,0 +463621,0,0,0,0,0 +463622,0,0,0,0,0 +463623,0,0,0,0,0 +463624,0,0,0,0,0 +463625,0,0,0,0,0 +463626,0,0,0,0,0 +463627,0,0,0,0,0 +463628,0,0,0,0,0 +463629,0,0,0,0,0 +463630,0,0,0,0,0 +463631,0,0,0,0,0 +463632,0,0,0,0,0 +463633,0,0,0,0,0 +463634,0,0,0,0,0 +463635,0,0,0,0,0 +463636,0,0,0,0,0 +463637,0,0,0,0,0 +463638,0,0,0,0,0 +463639,0,0,0,0,0 +463640,0,0,0,0,0 +463641,0,0,0,0,0 +463642,0,0,0,0,0 +463643,0,0,0,0,0 +463644,0,0,0,0,0 +463645,0,0,0,0,0 +463646,0,0,0,0,0 +463647,0,0,0,0,0 +463648,0,0,0,0,0 +463649,0,0,0,0,0 +463650,0,0,0,0,0 +463651,0,0,0,0,0 +463652,0,0,0,0,0 +463653,0,0,0,0,0 +463654,0,0,0,0,0 +463655,0,0,0,0,0 +463656,0,0,0,0,0 +463657,0,0,0,0,0 +463658,0,0,0,0,0 +463659,0,0,0,0,0 +463660,0,0,0,0,0 +463661,0,0,0,0,0 +463662,0,0,0,0,0 +463663,0,0,0,0,0 +463664,0,0,0,0,0 +463665,0,0,0,0,0 +463666,0,0,0,0,0 +463667,0,0,0,0,0 +463668,0,0,0,0,0 +463669,0,0,0,0,0 +463670,0,0,0,0,0 +463671,0,0,0,0,0 +463672,0,0,0,0,0 +463673,0,0,0,0,0 +463674,0,0,0,0,0 +463675,0,0,0,0,0 +463676,0,0,0,0,0 +463677,0,0,0,0,0 +463678,0,0,0,0,0 +463679,0,0,0,0,0 +463680,0,0,0,0,0 +463681,0,0,0,0,0 +463682,0,0,0,0,0 +463683,0,0,0,0,0 +463684,0,0,0,0,0 +463685,0,0,0,0,0 +463686,0,0,0,0,0 +463687,0,0,0,0,0 +463688,0,0,0,0,0 +463689,0,0,0,0,0 +463690,0,0,0,0,0 +463691,0,0,0,0,0 +463692,0,0,0,0,0 +463693,0,0,0,0,0 +463694,0,0,0,0,0 +463695,0,0,0,0,0 +463696,0,0,0,0,0 +463697,0,0,0,0,0 +463698,0,0,0,0,0 +463699,0,0,0,0,0 +463700,0,0,0,0,0 +463701,0,0,0,0,0 +463702,0,0,0,0,0 +463703,0,0,0,0,0 +463704,0,0,0,0,0 +463705,0,0,0,0,0 +463706,0,0,0,0,0 +463707,0,0,0,0,0 +463708,0,0,0,0,0 +463709,0,0,0,0,0 +463710,0,0,0,0,0 +463711,0,0,0,0,0 +463712,0,0,0,0,0 +463713,0,0,0,0,0 +463714,0,0,0,0,0 +463715,0,0,0,0,0 +463716,0,0,0,0,0 +463717,0,0,0,0,0 +463718,0,0,0,0,0 +463719,0,0,0,0,0 +463720,0,0,0,0,0 +463721,0,0,0,0,0 +463722,0,0,0,0,0 +463723,0,0,0,0,0 +463724,0,0,0,0,0 +463725,0,0,0,0,0 +463726,0,0,0,0,0 +463727,0,0,0,0,0 +463728,0,0,0,0,0 +463729,0,0,0,0,0 +463730,0,0,0,0,0 +463731,0,0,0,0,0 +463732,0,0,0,0,0 +463733,0,0,0,0,0 +463734,0,0,0,0,0 +463735,0,0,0,0,0 +463736,0,0,0,0,0 +463737,0,0,0,0,0 +463738,0,0,0,0,0 +463739,0,0,0,0,0 +463740,0,0,0,0,0 +463741,0,0,0,0,0 +463742,0,0,0,0,0 +463743,0,0,0,0,0 +463744,0,0,0,0,0 +463745,0,0,0,0,0 +463746,0,0,0,0,0 +463747,0,0,0,0,0 +463748,0,0,0,0,0 +463749,0,0,0,0,0 +463750,0,0,0,0,0 +463751,0,0,0,0,0 +463752,0,0,0,0,0 +463753,0,0,0,0,0 +463754,0,0,0,0,0 +463755,0,0,0,0,0 +463756,0,0,0,0,0 +463757,0,0,0,0,0 +463758,0,0,0,0,0 +463759,0,0,0,0,0 +463760,0,0,0,0,0 +463761,0,0,0,0,0 +463762,0,0,0,0,0 +463763,0,0,0,0,0 +463764,0,0,0,0,0 +463765,0,0,0,0,0 +463766,0,0,0,0,0 +463767,0,0,0,0,0 +463768,0,0,0,0,0 +463769,0,0,0,0,0 +463770,0,0,0,0,0 +463771,0,0,0,0,0 +463772,0,0,0,0,0 +463773,0,0,0,0,0 +463774,0,0,0,0,0 +463775,0,0,0,0,0 +463776,0,0,0,0,0 +463777,0,0,0,0,0 +463778,0,0,0,0,0 +463779,0,0,0,0,0 +463780,0,0,0,0,0 +463781,0,0,0,0,0 +463782,0,0,0,0,0 +463783,0,0,0,0,0 +463784,0,0,0,0,0 +463785,0,0,0,0,0 +463786,0,0,0,0,0 +463787,0,0,0,0,0 +463788,0,0,0,0,0 +463789,0,0,0,0,0 +463790,0,0,0,0,0 +463791,0,0,0,0,0 +463792,0,0,0,0,0 +463793,0,0,0,0,0 +463794,0,0,0,0,0 +463795,0,0,0,0,0 +463796,0,0,0,0,0 +463797,0,0,0,0,0 +463798,0,0,0,0,0 +463799,0,0,0,0,0 +463800,0,0,0,0,0 +463801,0,0,0,0,0 +463802,0,0,0,0,0 +463803,0,0,0,0,0 +463804,0,0,0,0,0 +463805,0,0,0,0,0 +463806,0,0,0,0,0 +463807,0,0,0,0,0 +463808,0,0,0,0,0 +463809,0,0,0,0,0 +463810,0,0,0,0,0 +463811,0,0,0,0,0 +463812,0,0,0,0,0 +463813,0,0,0,0,0 +463814,0,0,0,0,0 +463815,0,0,0,0,0 +463816,0,0,0,0,0 +463817,0,0,0,0,0 +463818,0,0,0,0,0 +463819,0,0,0,0,0 +463820,0,0,0,0,0 +463821,0,0,0,0,0 +463822,0,0,0,0,0 +463823,0,0,0,0,0 +463824,0,0,0,0,0 +463825,0,0,0,0,0 +463826,0,0,0,0,0 +463827,0,0,0,0,0 +463828,0,0,0,0,0 +463829,0,0,0,0,0 +463830,0,0,0,0,0 +463831,0,0,0,0,0 +463832,0,0,0,0,0 +463833,0,0,0,0,0 +463834,0,0,0,0,0 +463835,0,0,0,0,0 +463836,0,0,0,0,0 +463837,0,0,0,0,0 +463838,0,0,0,0,0 +463839,0,0,0,0,0 +463840,0,0,0,0,0 +463841,0,0,0,0,0 +463842,0,0,0,0,0 +463843,0,0,0,0,0 +463844,0,0,0,0,0 +463845,0,0,0,0,0 +463846,0,0,0,0,0 +463847,0,0,0,0,0 +463848,0,0,0,0,0 +463849,0,0,0,0,0 +463850,0,0,0,0,0 +463851,0,0,0,0,0 +463852,0,0,0,0,0 +463853,0,0,0,0,0 +463854,0,0,0,0,0 +463855,0,0,0,0,0 +463856,0,0,0,0,0 +463857,0,0,0,0,0 +463858,0,0,0,0,0 +463859,0,0,0,0,0 +463860,0,0,0,0,0 +463861,0,0,0,0,0 +463862,0,0,0,0,0 +463863,0,0,0,0,0 +463864,0,0,0,0,0 +463865,0,0,0,0,0 +463866,0,0,0,0,0 +463867,0,0,0,0,0 +463868,0,0,0,0,0 +463869,0,0,0,0,0 +463870,0,0,0,0,0 +463871,0,0,0,0,0 +463872,0,0,0,0,0 +463873,0,0,0,0,0 +463874,0,0,0,0,0 +463875,0,0,0,0,0 +463876,0,0,0,0,0 +463877,0,0,0,0,0 +463878,0,0,0,0,0 +463879,0,0,0,0,0 +463880,0,0,0,0,0 +463881,0,0,0,0,0 +463882,0,0,0,0,0 +463883,0,0,0,0,0 +463884,0,0,0,0,0 +463885,0,0,0,0,0 +463886,0,0,0,0,0 +463887,0,0,0,0,0 +463888,0,0,0,0,0 +463889,0,0,0,0,0 +463890,0,0,0,0,0 +463891,0,0,0,0,0 +463892,0,0,0,0,0 +463893,0,0,0,0,0 +463894,0,0,0,0,0 +463895,0,0,0,0,0 +463896,0,0,0,0,0 +463897,0,0,0,0,0 +463898,0,0,0,0,0 +463899,0,0,0,0,0 +463900,0,0,0,0,0 +463901,0,0,0,0,0 +463902,0,0,0,0,0 +463903,0,0,0,0,0 +463904,0,0,0,0,0 +463905,0,0,0,0,0 +463906,0,0,0,0,0 +463907,0,0,0,0,0 +463908,0,0,0,0,0 +463909,0,0,0,0,0 +463910,0,0,0,0,0 +463911,0,0,0,0,0 +463912,0,0,0,0,0 +463913,0,0,0,0,0 +463914,0,0,0,0,0 +463915,0,0,0,0,0 +463916,0,0,0,0,0 +463917,0,0,0,0,0 +463918,0,0,0,0,0 +463919,0,0,0,0,0 +463920,0,0,0,0,0 +463921,0,0,0,0,0 +463922,0,0,0,0,0 +463923,0,0,0,0,0 +463924,0,0,0,0,0 +463925,0,0,0,0,0 +463926,0,0,0,0,0 +463927,0,0,0,0,0 +463928,0,0,0,0,0 +463929,0,0,0,0,0 +463930,0,0,0,0,0 +463931,0,0,0,0,0 +463932,0,0,0,0,0 +463933,0,0,0,0,0 +463934,0,0,0,0,0 +463935,0,0,0,0,0 +463936,0,0,0,0,0 +463937,0,0,0,0,0 +463938,0,0,0,0,0 +463939,0,0,0,0,0 +463940,0,0,0,0,0 +463941,0,0,0,0,0 +463942,0,0,0,0,0 +463943,0,0,0,0,0 +463944,0,0,0,0,0 +463945,0,0,0,0,0 +463946,0,0,0,0,0 +463947,0,0,0,0,0 +463948,0,0,0,0,0 +463949,0,0,0,0,0 +463950,0,0,0,0,0 +463951,0,0,0,0,0 +463952,0,0,0,0,0 +463953,0,0,0,0,0 +463954,0,0,0,0,0 +463955,0,0,0,0,0 +463956,0,0,0,0,0 +463957,0,0,0,0,0 +463958,0,0,0,0,0 +463959,0,0,0,0,0 +463960,0,0,0,0,0 +463961,0,0,0,0,0 +463962,0,0,0,0,0 +463963,0,0,0,0,0 +463964,0,0,0,0,0 +463965,0,0,0,0,0 +463966,0,0,0,0,0 +463967,0,0,0,0,0 +463968,0,0,0,0,0 +463969,0,0,0,0,0 +463970,0,0,0,0,0 +463971,0,0,0,0,0 +463972,0,0,0,0,0 +463973,0,0,0,0,0 +463974,0,0,0,0,0 +463975,0,0,0,0,0 +463976,0,0,0,0,0 +463977,0,0,0,0,0 +463978,0,0,0,0,0 +463979,0,0,0,0,0 +463980,0,0,0,0,0 +463981,0,0,0,0,0 +463982,0,0,0,0,0 +463983,0,0,0,0,0 +463984,0,0,0,0,0 +463985,0,0,0,0,0 +463986,0,0,0,0,0 +463987,0,0,0,0,0 +463988,0,0,0,0,0 +463989,0,0,0,0,0 +463990,0,0,0,0,0 +463991,0,0,0,0,0 +463992,0,0,0,0,0 +463993,0,0,0,0,0 +463994,0,0,0,0,0 +463995,0,0,0,0,0 +463996,0,0,0,0,0 +463997,0,0,0,0,0 +463998,0,0,0,0,0 +463999,0,0,0,0,0 +464000,0,0,0,0,0 +464001,0,0,0,0,0 +464002,0,0,0,0,0 +464003,0,0,0,0,0 +464004,0,0,0,0,0 +464005,0,0,0,0,0 +464006,0,0,0,0,0 +464007,0,0,0,0,0 +464008,0,0,0,0,0 +464009,0,0,0,0,0 +464010,0,0,0,0,0 +464011,0,0,0,0,0 +464012,0,0,0,0,0 +464013,0,0,0,0,0 +464014,0,0,0,0,0 +464015,0,0,0,0,0 +464016,0,0,0,0,0 +464017,0,0,0,0,0 +464018,0,0,0,0,0 +464019,0,0,0,0,0 +464020,0,0,0,0,0 +464021,0,0,0,0,0 +464022,0,0,0,0,0 +464023,0,0,0,0,0 +464024,0,0,0,0,0 +464025,0,0,0,0,0 +464026,0,0,0,0,0 +464027,0,0,0,0,0 +464028,0,0,0,0,0 +464029,0,0,0,0,0 +464030,0,0,0,0,0 +464031,0,0,0,0,0 +464032,0,0,0,0,0 +464033,0,0,0,0,0 +464034,0,0,0,0,0 +464035,0,0,0,0,0 +464036,0,0,0,0,0 +464037,0,0,0,0,0 +464038,0,0,0,0,0 +464039,0,0,0,0,0 +464040,0,0,0,0,0 +464041,0,0,0,0,0 +464042,0,0,0,0,0 +464043,0,0,0,0,0 +464044,0,0,0,0,0 +464045,0,0,0,0,0 +464046,0,0,0,0,0 +464047,0,0,0,0,0 +464048,0,0,0,0,0 +464049,0,0,0,0,0 +464050,0,0,0,0,0 +464051,0,0,0,0,0 +464052,0,0,0,0,0 +464053,0,0,0,0,0 +464054,0,0,0,0,0 +464055,0,0,0,0,0 +464056,0,0,0,0,0 +464057,0,0,0,0,0 +464058,0,0,0,0,0 +464059,0,0,0,0,0 +464060,0,0,0,0,0 +464061,0,0,0,0,0 +464062,0,0,0,0,0 +464063,0,0,0,0,0 +464064,0,0,0,0,0 +464065,0,0,0,0,0 +464066,0,0,0,0,0 +464067,0,0,0,0,0 +464068,0,0,0,0,0 +464069,0,0,0,0,0 +464070,0,0,0,0,0 +464071,0,0,0,0,0 +464072,0,0,0,0,0 +464073,0,0,0,0,0 +464074,0,0,0,0,0 +464075,0,0,0,0,0 +464076,0,0,0,0,0 +464077,0,0,0,0,0 +464078,0,0,0,0,0 +464079,0,0,0,0,0 +464080,0,0,0,0,0 +464081,0,0,0,0,0 +464082,0,0,0,0,0 +464083,0,0,0,0,0 +464084,0,0,0,0,0 +464085,0,0,0,0,0 +464086,0,0,0,0,0 +464087,0,0,0,0,0 +464088,0,0,0,0,0 +464089,0,0,0,0,0 +464090,0,0,0,0,0 +464091,0,0,0,0,0 +464092,0,0,0,0,0 +464093,0,0,0,0,0 +464094,0,0,0,0,0 +464095,0,0,0,0,0 +464096,0,0,0,0,0 +464097,0,0,0,0,0 +464098,0,0,0,0,0 +464099,0,0,0,0,0 +464100,0,0,0,0,0 +464101,-1642.168788,-695.808443,-1608.167121,-695.8076773,-956.241009 +464102,-1523.677377,-653.1878276,-1496.179715,-653.1870399,-898.8998696 +464103,-1597.163685,-676.8971592,-1564.343424,-676.8964118,-460.8453729 +464104,-1454.508546,-701.8559594,-1621.771043,-701.8552534,0 +464105,0,0,-4.821015237,0,-140.3372009 +464106,-811.6562844,-409.5825374,-866.1015909,-409.5819495,-299.0038001 +464107,-653.4480453,-287.9985448,-627.4795996,-287.2177924,-166.7107578 +464108,-569.9090178,-272.2022643,-586.9608228,-273.0248353,-189.7043833 +464109,-576.8764281,-269.4502384,-576.8492327,-268.6118102,-188.5255849 +464110,-565.4892914,-264.2450875,-565.9285404,-264.6731802,-187.5195147 +464111,-559.8419204,-259.9860939,-558.4654028,-259.9863329,-186.7152317 +464112,-552.6396353,-256.3374067,-550.4867736,-256.3374149,-185.0704252 +464113,-543.9004628,-252.9167223,-542.0509097,-252.916606,-184.7441365 +464114,-539.130898,-125.7290258,-516.7942314,-248.8228881,-183.5833626 +464115,-531.7753725,-105.5186331,-508.3899079,-245.4425722,-181.9568288 +464116,-525.2804078,-93.75722432,-500.2642097,-241.9310942,-180.9853281 +464117,-518.5680516,-81.64251641,-491.9032824,-238.77198,-179.5956519 +464118,-512.8081327,-70.50413573,-486.1658282,-235.5167508,-178.5204119 +464119,-508.0405173,-59.5690317,-476.8536939,-232.1743848,-176.6729216 +464120,-499.6615995,-48.58277306,-471.9543961,-228.7525844,-175.8822475 +464121,-496.9579179,-38.08114781,-463.4823891,-226.2244762,-173.960755 +464122,-488.312343,-27.54238746,-458.3555445,-222.6709535,-172.7414981 +464123,-485.423497,-17.10382219,-450.8071313,-220.0345318,-171.1285235 +464124,-478.9206413,-6.770010263,-445.498303,-217.3533488,-169.8593933 +464125,-473.5145282,0,-439.5272235,-214.1366322,-168.2007719 +464126,-468.0375074,0,-433.4853226,-211.3748528,-166.5232313 +464127,-463.6924031,0,-426.7876895,-208.5796019,-165.1986375 +464128,-458.0961892,0,-422.404843,-205.7532383,-163.1199906 +464129,-452.4449894,0,-416.786927,-203.4015756,-162.1378597 +464130,-449.1579459,0,-411.1218524,-200.5208011,-160.0326632 +464131,-442.2037528,0,-405.4133926,-198.1220831,-158.4717569 +464132,-438.8420621,0,-400.8665026,-195.193494,-156.9007401 +464133,-433.0161305,0,-393.8786242,-192.4981572,-155.506182 +464134,-427.7617214,0,-390.4732045,-190.0401609,-153.3598731 +464135,-423.6982997,0,-385.2309317,-187.3082565,-151.9491608 +464136,-417.7692757,0,-380.5669797,-184.8174836,-150.3454613 +464137,-413.6528223,0,-375.8798113,-182.0532842,-148.7352605 +464138,-408.2824051,0,-371.1711064,-179.7934563,-146.7465038 +464139,-403.5039197,0,-367.0514629,-177.0015656,-145.4975355 +464140,-399.3224249,0,-362.3048339,-174.7183974,-143.6844769 +464141,-393.883819,0,-357.5406329,-171.9020352,-141.8666151 +464142,-389.0448768,0,-353.3719742,-169.8604402,-140.4176168 +464143,-384.8100967,0,-348.5772344,-167.0230366,-138.9648493 +464144,-379.9380294,0,-344.3815962,-164.964863,-136.7615869 +464145,-374.4269345,0,-340.1740513,-162.1088517,-135.675529 +464146,-370.7728723,0,-334.7262,-159.7720892,-133.8392718 +464147,-365.8579854,0,-331.7266679,-157.6931208,-132.0000866 +464148,-360.3042745,0,-328.7191491,-155.0785563,-130.7191199 +464149,-356.617548,0,-325.0891532,-152.4572392,-128.8749172 +464150,-351.0400189,0,-318.9850711,-150.6268384,-127.2154194 +464151,-346.7067437,0,-314.7218206,-147.7282307,-125.7409267 +464152,-342.3648023,0,-309.8334311,-145.6226371,-123.8903532 +464153,-336.1264936,0,-303.7006617,-143.2463746,-122.5993651 +464154,-332.397377,0,-299.4153511,-140.8658042,-120.5581021 +464155,-326.7706616,0,-294.1955449,-138.481276,-119.4512581 +464156,-321.7661996,0,-288.9691296,-136.0930734,-117.2197032 +464157,-316.7546704,0,-283.4268626,-133.9691224,-116.1102664 +464158,-311.1045814,0,-278.8091455,-131.574472,-114.0633087 +464159,-306.712549,0,-273.5664329,-128.9088106,-112.7643691 +464160,-300.7334659,0,-268.0086656,-127.0449083,-110.90246 +464161,-286.5132143,0,-254.6829239,-121.1522119,-109.0394021 +464162,-280.5168641,0,-248.8027454,-118.2077454,-107.1752734 +464163,-273.8811178,0,-242.6080728,-115.798599,-104.9354952 +464164,-267.5576335,0,-236.4100331,-113.118755,-103.444444 +464165,-261.2300895,0,-230.8308797,-110.4370748,-101.015618 +464166,-255.5339371,0,-224.9382325,-108.0229722,-99.3357388 +464167,-248.5641333,0,-218.7321956,-105.3383895,-97.28036028 +464168,-243.1795236,0,-213.1461911,-102.6525044,-95.41180687 +464169,-235.886012,0,-207.2472327,-100.3695149,-93.16776966 +464170,-230.1788778,0,-201.0354193,-97.54688754,-91.48559854 +464171,-223.8340619,0,-195.4444473,-94.99271705,-89.24051344 +464172,-216.8515028,0,-189.5409121,-92.57253684,-87.18243908 +464173,-210.8209911,0,-183.0136581,-89.74748053,-85.31143543 +464174,-204.1531061,0,-177.7303413,-87.46076395,-83.06502415 +464175,-197.4838752,0,-171.5121817,-84.76923097,-81.19325555 +464176,-191.1314039,0,-165.6043732,-82.21197113,-78.94610012 +464177,-184.1417836,0,-159.3843682,-79.51947194,-76.88613515 +464178,-177.4692871,0,-153.4749509,-77.0961707,-74.82586643 +464179,-170.7958868,0,-147.5648576,-74.40294309,-72.57777096 +464180,-163.8036151,0,-141.3426974,-71.70936195,-70.51694883 +464181,-156.8106553,0,-135.4312879,-69.41990857,-68.26832757 +464182,-149.9760526,0,-129.2079827,-66.59095541,-66.20702529 +464183,-143.1408321,0,-122.9841238,-63.89653837,-63.77038269 +464184,-135.5097695,0,-117.3825413,-61.60635711,-61.89622744 +464185,-128.6734728,0,-110.5349963,-58.77669672,-59.45917621 +464186,-121.2004728,0,-104.9325449,-56.08163447,-57.2095114 +464187,-114.2041897,0,-98.39555968,-53.65605746,-54.95968394 +464188,-106.5712275,0,-92.32532423,-50.96067039,-52.89728141 +464189,-99.25600192,0,-86.09903831,-48.26510072,-50.27198379 +464190,-92.25857488,0,-80.02815241,-45.56940692,-48.20930714 +464191,-84.30640079,0,-73.17850107,-43.00843552,-45.77133344 +464192,-76.99021627,123.5334461,-66.63998576,-39.90799962,-43.3332417 +464193,-69.35562042,157.8533436,-59.94554008,-37.34677901,-41.27023023 +464194,-61.56168769,135.7261043,-53.2508687,-34.3809492,-38.644338 +464195,-53.92663403,167.2283952,-46.55601584,-31.5498658,-36.39354755 +464196,-46.29137902,181.2816158,-39.8609858,-28.7186971,-34.14267811 +464197,-38.17872232,195.6111037,-32.85439946,-25.88746096,-31.32893704 +464198,-30.86132371,209.2397363,-26.31482086,-22.92132085,-29.26553428 +464199,-22.43024227,223.0525942,-19.30801281,-20.22480204,-26.82687341 +464200,-14.9535557,236.3870788,-14.32535748,-17.12372732,-24.20055972 +464201,-6.681395763,249.640284,-8.719808837,-14.4271275,-21.76180999 +464202,0,262.4430303,-3.737069289,-11.46082498,-19.51063165 +464203,0,275.5965401,0,-9.708008474,-16.69662168 +464204,0,288.1121123,0,-7.550682461,-14.4454104 +464205,0,300.6734952,0,-4.988847157,-11.81898337 +464206,0,312.9560803,0,-2.966344515,-9.380152374 +464207,0,325.1746831,0,0,-6.753712672 +464208,0,337.0314922,0,0,-4.314873223 +464209,0,349.2134247,0,0,-1.688428817 +464210,0,360.8152918,0,0,0 +464211,0,372.2383854,0,0,0 +464212,0,384.1030868,0,0,0 +464213,0,395.2613309,0,0,0 +464214,0,406.5400374,0,0,0 +464215,0,417.6479577,0,0,0 +464216,0,428.6394005,0,0,0 +464217,0,439.5367651,0,0,0 +464218,0,450.2990134,0,0,0 +464219,0,460.949337,0,0,0 +464220,0,471.4984329,0,0,0 +464221,0,481.8318307,0,0,0 +464222,0,492.0540426,0,0,0 +464223,0,502.1735091,0,0,0 +464224,0,512.1607297,0,0,0 +464225,0,521.8139205,0,0,0 +464226,0,532.1378099,0,0,0 +464227,0,541.6115198,0,0,0 +464228,0,551.2802858,0,0,0 +464229,0,560.8828851,0,0,0 +464230,0,570.3195072,0,0,0 +464231,0,579.660395,0,0,0 +464232,0,593.4147088,0,0,0 +464233,0,605.4518724,0,0,0 +464234,0,617.3551359,0,0,0 +464235,0,629.2257735,0,0,0 +464236,0,640.8926271,0,0,0 +464237,0,652.4307345,0,0,0 +464238,0,663.9507453,0,0,0 +464239,0,675.222266,0,0,0 +464240,0,686.52184,0,0,0 +464241,0,697.5682026,0,0,0 +464242,0,708.6480971,0,0,0 +464243,0,719.4737844,0,0,0 +464244,0,730.3403961,0,0,0 +464245,0,740.949097,0,0,0 +464246,0,751.6082486,0,0,0 +464247,0,761.5356683,0,0,0 +464248,0,772.6559101,0,0,0 +464249,0,782.5608346,0,0,0 +464250,0,792.8112635,0,0,0 +464251,0,800.9286044,0,0,0 +464252,0,808.8068949,0,0,0 +464253,0,816.1011304,0,0,0 +464254,0,823.4111737,0,0,0 +464255,0,830.3114143,0,0,0 +464256,0,837.0389055,0,0,0 +464257,0,843.5359407,0,0,0 +464258,0,841.7373202,0,0,0 +464259,0,846.5380769,0,0,0 +464260,0,851.6998397,0,0,0 +464261,0,856.9942208,0,0,0 +464262,0,862.0844705,0,0,0 +464263,0,867.1624211,0,0,0 +464264,0,871.9120029,0,0,0 +464265,0,876.7853403,0,0,0 +464266,0,881.3500012,0,0,0 +464267,0,885.8368,0,0,0 +464268,0,890.1782298,0,0,0 +464269,0,894.3282684,0,0,0 +464270,0,898.4840882,0,0,0 +464271,0,902.4386941,0,0,0 +464272,0,906.1735764,0,0,0 +464273,0,909.894408,0,0,0 +464274,0,913.4361353,0,0,0 +464275,0,916.802603,0,0,0 +464276,0,920.1869394,0,0,0 +464277,0,923.3190895,0,0,0 +464278,0,926.3809609,0,0,0 +464279,0,929.3115017,0,0,0 +464280,0,932.1222164,0,0,0 +464281,0,935.0490079,0,0,0 +464282,0,937.9792292,0,0,0 +464283,0,940.6672978,0,0,0 +464284,0,943.3222105,0,0,0 +464285,0,945.9590778,0,0,0 +464286,0,948.3664658,0,0,0 +464287,0,950.7192207,0,0,0 +464288,0,952.9548765,0,0,0 +464289,0,955.0838286,0,0,0 +464290,0,957.1072116,0,0,0 +464291,0,959.0257321,0,0,0 +464292,0,960.8409517,0,0,0 +464293,0,962.5537085,0,0,0 +464294,0,964.1655653,0,0,0 +464295,0,965.6773599,0,0,0 +464296,0,967.0301561,0,0,0 +464297,0,968.4347226,0,0,0 +464298,0,969.6100714,0,0,0 +464299,0,970.7445116,0,0,0 +464300,0,971.7752262,0,0,0 +464301,0,972.7132459,0,0,0 +464302,0,973.5600277,0,0,0 +464303,0,974.3164864,0,0,0 +464304,0,974.9841586,0,0,0 +464305,0,975.5639367,0,0,0 +464306,0,976.0573381,0,0,0 +464307,0,976.465248,0,0,0 +464308,0,976.7891587,0,0,0 +464309,0,977.0299443,0,0,0 +464310,0,977.2508072,0,0,0 +464311,0,978.7364539,0,0,0 +464312,0,980.4503087,0,0,0 +464313,0,982.1705303,0,0,0 +464314,0,983.9411924,0,0,0 +464315,0,985.7377406,0,0,0 +464316,0,987.5503593,0,0,0 +464317,0,989.3710996,0,0,0 +464318,0,991.1940232,0,0,0 +464319,0,992.951381,0,0,0 +464320,0,994.8554379,0,0,0 +464321,0,996.6105852,0,0,0 +464322,0,998.4069925,0,0,0 +464323,0,1000.174976,0,0,0 +464324,0,1001.922433,0,0,0 +464325,0,1003.646556,0,0,0 +464326,0,1005.345331,0,0,0 +464327,0,1007.016473,0,0,0 +464328,0,1008.658326,0,0,0 +464329,0,1010.268949,0,0,0 +464330,0,1011.846979,0,0,0 +464331,0,1013.390738,0,0,0 +464332,0,1014.899089,0,0,0 +464333,0,1016.370561,0,0,0 +464334,0,1017.804187,0,0,0 +464335,0,1019.198656,0,0,0 +464336,0,1020.553182,0,0,0 +464337,0,1021.866312,0,0,0 +464338,0,1023.137794,0,0,0 +464339,0,1024.366154,0,0,0 +464340,0,1025.438085,0,0,0 +464341,0,1026.188233,0,0,0 +464342,0,1026.805661,0,0,0 +464343,0,1027.346611,0,0,0 +464344,0,1027.827745,0,0,0 +464345,0,1028.253414,0,0,0 +464346,0,1028.624882,0,0,0 +464347,0,1028.942008,0,0,0 +464348,0,1029.204677,0,0,0 +464349,0,1029.412288,0,0,0 +464350,0,1037.062648,0,0,0 +464351,0,1038.483646,0,0,0 +464352,0,1039.34923,0,0,0 +464353,0,1040.004391,0,0,0 +464354,0,1040.523526,0,0,0 +464355,0,1040.935148,0,0,0 +464356,0,1041.253897,0,0,0 +464357,0,1041.487148,0,0,0 +464358,0,1041.639231,0,0,0 +464359,0,1041.712297,0,0,0 +464360,0,1041.707937,0,0,0 +464361,0,1041.626812,0,0,0 +464362,0,1041.469669,0,0,0 +464363,0,1041.23666,0,0,0 +464364,0,1040.928213,0,0,0 +464365,0,1040.544237,0,0,0 +464366,0,1040.084991,0,0,0 +464367,0,1039.550272,0,0,0 +464368,0,1038.940212,0,0,0 +464369,0,1038.254522,0,0,0 +464370,0,1037.493252,0,0,0 +464371,0,1035.376401,0,0,0 +464372,0,1033.029649,0,0,0 +464373,0,1030.507171,0,0,0 +464374,0,1027.831268,0,0,0 +464375,0,1025.015112,0,0,0 +464376,0,1022.068674,0,0,0 +464377,0,1018.999226,0,0,0 +464378,0,1015.813617,0,0,0 +464379,0,1012.51693,0,0,0 +464380,0,1009.114148,0,0,0 +464381,0,1005.609413,0,0,0 +464382,0,1002.00683,0,0,0 +464383,0,998.309799,0,0,0 +464384,0,994.5218039,0,0,0 +464385,0,990.7088209,0,0,0 +464386,0,986.6567325,0,0,0 +464387,0,982.6582497,0,0,0 +464388,0,978.5246424,0,0,0 +464389,0,974.260493,0,0,0 +464390,0,970.0741967,0,0,0 +464391,0,965.7401331,0,0,0 +464392,0,961.2411145,0,0,0 +464393,0,956.7937649,0,0,0 +464394,141.9650893,952.2257162,0,0,0 +464395,105.1920707,947.6014464,0,0,0 +464396,118.9258032,942.9128875,0,0,0 +464397,136.7163353,938.2215602,0,0,0 +464398,137.9756899,927.3109554,0,0,0 +464399,147.4896457,921.5892961,0,0,0 +464400,157.8567639,916.1675504,0,0,0 +464401,169.0681585,911.0449672,0,0,0 +464402,180.8117932,906.0379879,0,0,0 +464403,191.6772549,900.973388,0,0,0 +464404,203.4966848,895.8416133,0,0,0 +464405,214.5723854,890.8863844,0,0,0 +464406,225.8474497,885.6396297,0,0,0 +464407,237.1079233,880.5384451,0,0,0 +464408,248.212119,875.3490516,0,0,0 +464409,259.1006093,870.1948205,0,0,0 +464410,270.5686606,864.8209561,0,0,0 +464411,281.3554134,859.6707894,0,0,0 +464412,292.3454637,854.3251845,0,0,0 +464413,303.3515204,849.0617482,0,0,0 +464414,314.1795828,843.6295567,0,0,0 +464415,325.0029043,838.2857755,0,0,0 +464416,335.9013957,832.8145069,0,0,0 +464417,346.5449115,827.5079407,0,0,0 +464418,357.2539652,821.9321204,0,0,0 +464419,367.9988976,816.4916489,0,0,0 +464420,378.5551731,811.0233582,0,0,0 +464421,388.8309526,805.4156685,0,0,0 +464422,399.9200121,799.8424164,0,0,0 +464423,410.1213069,794.3303521,0,0,0 +464424,420.6189407,788.7448157,0,0,0 +464425,431.0913428,783.0602363,0,0,0 +464426,441.4627871,777.4580451,0,0,0 +464427,451.763848,771.7926043,0,0,0 +464428,462.1605709,766.1200605,0,0,0 +464429,472.3207772,760.4301263,0,0,0 +464430,482.5880878,755.2138738,0,0,0 +464431,493.2965621,748.7653024,0,0,0 +464432,504.1005958,743.4390952,0,0,0 +464433,514.8214615,737.5605423,0,0,0 +464434,525.5383789,734.6439218,0,0,0 +464435,535.957307,730.425439,0,0,0 +464436,547.2507617,726.1757584,0,0,0 +464437,557.8041664,721.8289211,0,0,0 +464438,568.6224078,717.5558761,0,0,0 +464439,579.4178625,713.136237,0,0,0 +464440,590.1727846,708.7155427,0,0,0 +464441,601.0501504,704.2454985,0,0,0 +464442,611.8381907,699.688571,0,0,0 +464443,622.6687238,695.2022897,0,0,0 +464444,633.5049941,690.576279,0,0,0 +464445,644.3521946,685.950345,0,0,0 +464446,655.1556554,681.278014,0,0,0 +464447,666.1083245,676.523313,0,0,0 +464448,676.9509225,671.8404932,0,0,0 +464449,687.8570134,667.0237325,0,0,0 +464450,698.7701481,662.2090208,0,0,0 +464451,709.6930256,657.3103439,0,0,0 +464452,733.4713529,656.8628692,0,0,0 +464453,746.3606419,652.6789165,0,0,0 +464454,758.57019,648.1539417,0,0,0 +464455,770.6888799,643.4973712,0,0,0 +464456,782.4980411,638.7187737,0,0,0 +464457,794.3996717,633.9791793,0,0,0 +464458,806.4265496,629.0992017,0,0,0 +464459,818.1018944,624.2099042,0,0,0 +464460,830.1367107,619.2326335,0,0,0 +464461,0,0,0,0,0 +464462,0,0,0,0,0 +464463,0,0,0,0,0 +464464,0,0,0,0,0 +464465,0,0,0,0,0 +464466,0,0,0,0,0 +464467,0,0,0,0,0 +464468,0,0,0,0,0 +464469,0,0,0,0,0 +464470,0,0,0,0,0 +464471,0,0,0,0,0 +464472,0,0,0,0,0 +464473,0,0,0,0,0 +464474,0,0,0,0,0 +464475,0,0,0,0,0 +464476,0,0,0,0,0 +464477,0,0,0,0,0 +464478,0,0,0,0,0 +464479,0,0,0,0,0 +464480,0,0,0,0,0 +464481,0,0,0,0,0 +464482,0,0,0,0,0 +464483,0,0,0,0,0 +464484,0,0,0,0,0 +464485,0,0,0,0,0 +464486,0,0,0,0,0 +464487,0,0,0,0,0 +464488,0,0,0,0,0 +464489,0,0,0,0,0 +464490,0,0,0,0,0 +464491,0,0,0,0,0 +464492,0,0,0,0,0 +464493,0,0,0,0,0 +464494,0,0,0,0,0 +464495,0,0,0,0,0 +464496,0,0,0,0,0 +464497,0,0,0,0,0 +464498,0,0,0,0,0 +464499,0,0,0,0,0 +464500,0,0,0,0,0 +464501,0,0,0,0,0 +464502,0,0,0,0,0 +464503,0,0,0,0,0 +464504,0,0,0,0,0 +464505,0,0,0,0,0 +464506,0,0,0,0,0 +464507,0,0,0,0,0 +464508,0,0,0,0,0 +464509,0,0,0,0,0 +464510,0,0,0,0,0 +464511,0,0,0,0,0 +464512,0,0,0,0,0 +464513,0,0,0,0,0 +464514,0,0,0,0,0 +464515,0,0,0,0,0 +464516,0,0,0,0,0 +464517,0,0,0,0,0 +464518,0,0,0,0,0 +464519,0,0,0,0,0 +464520,0,0,0,0,0 +464521,0,0,0,0,0 +464522,0,0,0,0,0 +464523,0,0,0,0,0 +464524,0,0,0,0,0 +464525,0,0,0,0,0 +464526,0,0,0,0,0 +464527,0,0,0,0,0 +464528,0,0,0,0,0 +464529,0,0,0,0,0 +464530,0,0,0,0,0 +464531,0,0,0,0,0 +464532,0,0,0,0,0 +464533,0,0,0,0,0 +464534,0,0,0,0,0 +464535,0,0,0,0,0 +464536,0,0,0,0,0 +464537,0,0,0,0,0 +464538,0,0,0,0,0 +464539,0,0,0,0,0 +464540,0,0,0,0,0 +464541,0,0,0,0,0 +464542,0,0,0,0,0 +464543,0,0,0,0,0 +464544,0,0,0,0,0 +464545,0,0,0,0,0 +464546,0,0,0,0,0 +464547,0,0,0,0,0 +464548,0,0,0,0,0 +464549,0,0,0,0,0 +464550,0,0,0,0,0 +464551,0,0,0,0,0 +464552,0,0,0,0,0 +464553,0,0,0,0,0 +464554,0,0,0,0,0 +464555,0,0,0,0,0 +464556,0,0,0,0,0 +464557,0,0,0,0,0 +464558,0,0,0,0,0 +464559,0,0,0,0,0 +464560,0,0,0,0,0 +464561,0,0,0,0,0 +464562,0,0,0,0,0 +464563,0,0,0,0,0 +464564,0,0,0,0,0 +464565,0,0,0,0,0 +464566,0,0,0,0,0 +464567,0,0,0,0,0 +464568,0,0,0,0,0 +464569,0,0,0,0,0 +464570,0,0,0,0,0 +464571,0,0,0,0,0 +464572,0,0,0,0,0 +464573,0,0,0,0,0 +464574,0,0,0,0,0 +464575,0,0,0,0,0 +464576,0,0,0,0,0 +464577,0,0,0,0,0 +464578,0,0,0,0,0 +464579,0,0,0,0,0 +464580,0,0,0,0,0 +464581,0,0,0,0,0 +464582,0,0,0,0,0 +464583,0,0,0,0,0 +464584,0,0,0,0,0 +464585,0,0,0,0,0 +464586,0,0,0,0,0 +464587,0,0,0,0,0 +464588,0,0,0,0,0 +464589,0,0,0,0,0 +464590,0,0,0,0,0 +464591,0,0,0,0,0 +464592,0,0,0,0,0 +464593,0,0,0,0,0 +464594,0,0,0,0,0 +464595,0,0,0,0,0 +464596,0,0,0,0,0 +464597,0,0,0,0,0 +464598,0,0,0,0,0 +464599,0,0,0,0,0 +464600,0,0,0,0,0 +464601,0,0,0,0,0 +464602,0,0,0,0,0 +464603,0,0,0,0,0 +464604,0,0,0,0,0 +464605,0,0,0,0,0 +464606,0,0,0,0,0 +464607,0,0,0,0,0 +464608,0,0,0,0,0 +464609,0,0,0,0,0 +464610,0,0,0,0,0 +464611,0,0,0,0,0 +464612,0,0,0,0,0 +464613,0,0,0,0,0 +464614,0,0,0,0,0 +464615,0,0,0,0,0 +464616,0,0,0,0,0 +464617,0,0,0,0,0 +464618,0,0,0,0,0 +464619,0,0,0,0,0 +464620,0,0,0,0,0 +464621,0,0,0,0,0 +464622,0,0,0,0,0 +464623,0,0,0,0,0 +464624,0,0,0,0,0 +464625,0,0,0,0,0 +464626,0,0,0,0,0 +464627,0,0,0,0,0 +464628,0,0,0,0,0 +464629,0,0,0,0,0 +464630,0,0,0,0,0 +464631,0,0,0,0,0 +464632,0,0,0,0,0 +464633,0,0,0,0,0 +464634,0,0,0,0,0 +464635,0,0,0,0,0 +464636,0,0,0,0,0 +464637,0,0,0,0,0 +464638,0,0,0,0,0 +464639,0,0,0,0,0 +464640,0,0,0,0,0 +464641,0,0,0,0,0 +464642,0,0,0,0,0 +464643,0,0,0,0,0 +464644,0,0,0,0,0 +464645,0,0,0,0,0 +464646,0,0,0,0,0 +464647,0,0,0,0,0 +464648,0,0,0,0,0 +464649,0,0,0,0,0 +464650,0,0,0,0,0 +464651,0,0,0,0,0 +464652,0,0,0,0,0 +464653,0,0,0,0,0 +464654,0,0,0,0,0 +464655,0,0,0,0,0 +464656,0,0,0,0,0 +464657,0,0,0,0,0 +464658,0,0,0,0,0 +464659,0,0,0,0,0 +464660,0,0,0,0,0 +464661,0,0,0,0,0 +464662,0,0,0,0,0 +464663,0,0,0,0,0 +464664,0,0,0,0,0 +464665,0,0,0,0,0 +464666,0,0,0,0,0 +464667,0,0,0,0,0 +464668,0,0,0,0,0 +464669,0,0,0,0,0 +464670,0,0,0,0,0 +464671,0,0,0,0,0 +464672,0,0,0,0,0 +464673,0,0,0,0,0 +464674,0,0,0,0,0 +464675,0,0,0,0,0 +464676,0,0,0,0,0 +464677,0,0,0,0,0 +464678,0,0,0,0,0 +464679,0,0,0,0,0 +464680,0,0,0,0,0 +464681,0,0,0,0,0 +464682,0,0,0,0,0 +464683,0,0,0,0,0 +464684,0,0,0,0,0 +464685,0,0,0,0,0 +464686,0,0,0,0,0 +464687,0,0,0,0,0 +464688,0,0,0,0,0 +464689,0,0,0,0,0 +464690,0,0,0,0,0 +464691,0,0,0,0,0 +464692,0,0,0,0,0 +464693,0,0,0,0,0 +464694,0,0,0,0,0 +464695,0,0,0,0,0 +464696,0,0,0,0,0 +464697,0,0,0,0,0 +464698,0,0,0,0,0 +464699,0,0,0,0,0 +464700,0,0,0,0,0 +464701,0,0,0,0,0 +464702,0,0,0,0,0 +464703,0,0,0,0,0 +464704,0,0,0,0,0 +464705,0,0,0,0,0 +464706,0,0,0,0,0 +464707,0,0,0,0,0 +464708,0,0,0,0,0 +464709,0,0,0,0,0 +464710,0,0,0,0,0 +464711,0,0,0,0,0 +464712,0,0,0,0,0 +464713,0,0,0,0,0 +464714,0,0,0,0,0 +464715,0,0,0,0,0 +464716,0,0,0,0,0 +464717,0,0,0,0,0 +464718,0,0,0,0,0 +464719,0,0,0,0,0 +464720,0,0,0,0,0 +464721,0,0,0,0,0 +464722,0,0,0,0,0 +464723,0,0,0,0,0 +464724,0,0,0,0,0 +464725,0,0,0,0,0 +464726,0,0,0,0,0 +464727,0,0,0,0,0 +464728,0,0,0,0,0 +464729,0,0,0,0,0 +464730,0,0,0,0,0 +464731,0,0,0,0,0 +464732,0,0,0,0,0 +464733,0,0,0,0,0 +464734,0,0,0,0,0 +464735,0,0,0,0,0 +464736,0,0,0,0,0 +464737,0,0,0,0,0 +464738,0,0,0,0,0 +464739,0,0,0,0,0 +464740,0,0,0,0,0 +464741,0,0,0,0,0 +464742,0,0,0,0,0 +464743,0,0,0,0,0 +464744,0,0,0,0,0 +464745,0,0,0,0,0 +464746,0,0,0,0,0 +464747,0,0,0,0,0 +464748,0,0,0,0,0 +464749,0,0,0,0,0 +464750,0,0,0,0,0 +464751,0,0,0,0,0 +464752,0,0,0,0,0 +464753,0,0,0,0,0 +464754,0,0,0,0,0 +464755,0,0,0,0,0 +464756,0,0,0,0,0 +464757,0,0,0,0,0 +464758,0,0,0,0,0 +464759,0,0,0,0,0 +464760,0,0,0,0,0 +464761,0,0,0,0,0 +464762,0,0,0,0,0 +464763,0,0,0,0,0 +464764,0,0,0,0,0 +464765,0,0,0,0,0 +464766,0,0,0,0,0 +464767,0,0,0,0,0 +464768,0,0,0,0,0 +464769,0,0,0,0,0 +464770,0,0,0,0,0 +464771,0,0,0,0,0 +464772,0,0,0,0,0 +464773,0,0,0,0,0 +464774,0,0,0,0,0 +464775,0,0,0,0,0 +464776,0,0,0,0,0 +464777,0,0,0,0,0 +464778,0,0,0,0,0 +464779,0,0,0,0,0 +464780,0,0,0,0,0 +464781,0,0,0,0,0 +464782,0,0,0,0,0 +464783,0,0,0,0,0 +464784,0,0,0,0,0 +464785,0,0,0,0,0 +464786,0,0,0,0,0 +464787,0,0,0,0,0 +464788,0,0,0,0,0 +464789,0,0,0,0,0 +464790,0,0,0,0,0 +464791,0,0,0,0,0 +464792,0,0,0,0,0 +464793,0,0,0,0,0 +464794,0,0,0,0,0 +464795,0,0,0,0,0 +464796,0,0,0,0,0 +464797,0,0,0,0,0 +464798,0,0,0,0,0 +464799,0,0,0,0,0 +464800,0,0,0,0,0 +464801,0,0,0,0,0 +464802,0,0,0,0,0 +464803,0,0,0,0,0 +464804,0,0,0,0,0 +464805,0,0,0,0,0 +464806,0,0,0,0,0 +464807,0,0,0,0,0 +464808,0,0,0,0,0 +464809,0,0,0,0,0 +464810,0,0,0,0,0 +464811,0,0,0,0,0 +464812,0,0,0,0,0 +464813,0,0,0,0,0 +464814,0,0,0,0,0 +464815,0,0,0,0,0 +464816,0,0,0,0,0 +464817,0,0,0,0,0 +464818,0,0,0,0,0 +464819,0,0,0,0,0 +464820,0,0,0,0,0 +464821,0,0,0,0,0 +464822,0,0,0,0,0 +464823,0,0,0,0,0 +464824,0,0,0,0,0 +464825,0,0,0,0,0 +464826,0,0,0,0,0 +464827,0,0,0,0,0 +464828,0,0,0,0,0 +464829,0,0,0,0,0 +464830,0,0,0,0,0 +464831,0,0,0,0,0 +464832,0,0,0,0,0 +464833,0,0,0,0,0 +464834,0,0,0,0,0 +464835,0,0,0,0,0 +464836,0,0,0,0,0 +464837,0,0,0,0,0 +464838,0,0,0,0,0 +464839,0,0,0,0,0 +464840,0,0,0,0,0 +464841,0,0,0,0,0 +464842,0,0,0,0,0 +464843,0,0,0,0,0 +464844,0,0,0,0,0 +464845,0,0,0,0,0 +464846,0,0,0,0,0 +464847,0,0,0,0,0 +464848,0,0,0,0,0 +464849,0,0,0,0,0 +464850,0,0,0,0,0 +464851,0,0,0,0,0 +464852,0,0,0,0,0 +464853,0,0,0,0,0 +464854,0,0,0,0,0 +464855,0,0,0,0,0 +464856,0,0,0,0,0 +464857,0,0,0,0,0 +464858,0,0,0,0,0 +464859,0,0,0,0,0 +464860,0,0,0,0,0 +464861,0,0,0,0,0 +464862,0,0,0,0,0 +464863,0,0,0,0,0 +464864,0,0,0,0,0 +464865,0,0,0,0,0 +464866,0,0,0,0,0 +464867,0,0,0,0,0 +464868,0,0,0,0,0 +464869,0,0,0,0,0 +464870,0,0,0,0,0 +464871,0,0,0,0,0 +464872,0,0,0,0,0 +464873,0,0,0,0,0 +464874,0,0,0,0,0 +464875,0,0,0,0,0 +464876,0,0,0,0,0 +464877,0,0,0,0,0 +464878,0,0,0,0,0 +464879,0,0,0,0,0 +464880,0,0,0,0,0 +464881,0,0,0,0,0 +464882,0,0,0,0,0 +464883,0,0,0,0,0 +464884,0,0,0,0,0 +464885,0,0,0,0,0 +464886,0,0,0,0,0 +464887,0,0,0,0,0 +464888,0,0,0,0,0 +464889,0,0,0,0,0 +464890,0,0,0,0,0 +464891,0,0,0,0,0 +464892,0,0,0,0,0 +464893,0,0,0,0,0 +464894,0,0,0,0,0 +464895,0,0,0,0,0 +464896,0,0,0,0,0 +464897,0,0,0,0,0 +464898,0,0,0,0,0 +464899,0,0,0,0,0 +464900,0,0,0,0,0 +464901,0,0,0,0,0 +464902,0,0,0,0,0 +464903,0,0,0,0,0 +464904,0,0,0,0,0 +464905,0,0,0,0,0 +464906,0,0,0,0,0 +464907,0,0,0,0,0 +464908,0,0,0,0,0 +464909,0,0,0,0,0 +464910,0,0,0,0,0 +464911,0,0,0,0,0 +464912,0,0,0,0,0 +464913,0,0,0,0,0 +464914,0,0,0,0,0 +464915,0,0,0,0,0 +464916,0,0,0,0,0 +464917,0,0,0,0,0 +464918,0,0,0,0,0 +464919,0,0,0,0,0 +464920,0,0,0,0,0 +464921,0,0,0,0,0 +464922,0,0,0,0,0 +464923,0,0,0,0,0 +464924,0,0,0,0,0 +464925,0,0,0,0,0 +464926,0,0,0,0,0 +464927,0,0,0,0,0 +464928,0,0,0,0,0 +464929,0,0,0,0,0 +464930,0,0,0,0,0 +464931,0,0,0,0,0 +464932,0,0,0,0,0 +464933,0,0,0,0,0 +464934,0,0,0,0,0 +464935,0,0,0,0,0 +464936,0,0,0,0,0 +464937,0,0,0,0,0 +464938,0,0,0,0,0 +464939,0,0,0,0,0 +464940,0,0,0,0,0 +464941,0,0,0,0,0 +464942,0,0,0,0,0 +464943,0,0,0,0,0 +464944,0,0,0,0,0 +464945,0,0,0,0,0 +464946,0,0,0,0,0 +464947,0,0,0,0,0 +464948,0,0,0,0,0 +464949,0,0,0,0,0 +464950,0,0,0,0,0 +464951,0,0,0,0,0 +464952,0,0,0,0,0 +464953,0,0,0,0,0 +464954,0,0,0,0,0 +464955,0,0,0,0,0 +464956,0,0,0,0,0 +464957,0,0,0,0,0 +464958,0,0,0,0,0 +464959,0,0,0,0,0 +464960,0,0,0,0,0 +464961,0,0,0,0,0 +464962,0,0,0,0,0 +464963,0,0,0,0,0 +464964,0,0,0,0,0 +464965,0,0,0,0,0 +464966,0,0,0,0,0 +464967,0,0,0,0,0 +464968,0,0,0,0,0 +464969,0,0,0,0,0 +464970,0,0,0,0,0 +464971,0,0,0,0,0 +464972,0,0,0,0,0 +464973,0,0,0,0,0 +464974,0,0,0,0,0 +464975,0,0,0,0,0 +464976,0,0,0,0,0 +464977,0,0,0,0,0 +464978,0,0,0,0,0 +464979,0,0,0,0,0 +464980,0,0,0,0,0 +464981,0,0,0,0,0 +464982,0,0,0,0,0 +464983,0,0,0,0,0 +464984,0,0,0,0,0 +464985,0,0,0,0,0 +464986,0,0,0,0,0 +464987,0,0,0,0,0 +464988,0,0,0,0,0 +464989,0,0,0,0,0 +464990,0,0,0,0,0 +464991,0,0,0,0,0 +464992,0,0,0,0,0 +464993,0,0,0,0,0 +464994,0,0,0,0,0 +464995,0,0,0,0,0 +464996,0,0,0,0,0 +464997,0,0,0,0,0 +464998,0,0,0,0,0 +464999,0,0,0,0,0 +465000,0,0,0,0,0 +465001,0,0,0,0,0 +465002,0,0,0,0,0 +465003,0,0,0,0,0 +465004,0,0,0,0,0 +465005,0,0,0,0,0 +465006,0,0,0,0,0 +465007,0,0,0,0,0 +465008,0,0,0,0,0 +465009,0,0,0,0,0 +465010,0,0,0,0,0 +465011,0,0,0,0,0 +465012,0,0,0,0,0 +465013,0,0,0,0,0 +465014,0,0,0,0,0 +465015,0,0,0,0,0 +465016,0,0,0,0,0 +465017,0,0,0,0,0 +465018,0,0,0,0,0 +465019,0,0,0,0,0 +465020,0,0,0,0,0 +465021,0,0,0,0,0 +465022,0,0,0,0,0 +465023,0,0,0,0,0 +465024,0,0,0,0,0 +465025,0,0,0,0,0 +465026,0,0,0,0,0 +465027,0,0,0,0,0 +465028,0,0,0,0,0 +465029,0,0,0,0,0 +465030,0,0,0,0,0 +465031,0,0,0,0,0 +465032,0,0,0,0,0 +465033,0,0,0,0,0 +465034,0,0,0,0,0 +465035,0,0,0,0,0 +465036,0,0,0,0,0 +465037,0,0,0,0,0 +465038,0,0,0,0,0 +465039,0,0,0,0,0 +465040,0,0,0,0,0 +465041,0,0,0,0,0 +465042,0,0,0,0,0 +465043,0,0,0,0,0 +465044,0,0,0,0,0 +465045,0,0,0,0,0 +465046,0,0,0,0,0 +465047,0,0,0,0,0 +465048,0,0,0,0,0 +465049,0,0,0,0,0 +465050,0,0,0,0,0 +465051,0,0,0,0,0 +465052,0,0,0,0,0 +465053,0,0,0,0,0 +465054,0,0,0,0,0 +465055,0,0,0,0,0 +465056,0,0,0,0,0 +465057,0,0,0,0,0 +465058,0,0,0,0,0 +465059,0,0,0,0,0 +465060,0,0,0,0,0 +465061,0,0,0,0,0 +465062,0,0,0,0,0 +465063,0,0,0,0,0 +465064,0,0,0,0,0 +465065,0,0,0,0,0 +465066,0,0,0,0,0 +465067,0,0,0,0,0 +465068,0,0,0,0,0 +465069,0,0,0,0,0 +465070,0,0,0,0,0 +465071,0,0,0,0,0 +465072,0,0,0,0,0 +465073,0,0,0,0,0 +465074,0,0,0,0,0 +465075,0,0,0,0,0 +465076,0,0,0,0,0 +465077,0,0,0,0,0 +465078,0,0,0,0,0 +465079,0,0,0,0,0 +465080,0,0,0,0,0 +465081,0,0,0,0,0 +465082,0,0,0,0,0 +465083,0,0,0,0,0 +465084,0,0,0,0,0 +465085,0,0,0,0,0 +465086,0,0,0,0,0 +465087,0,0,0,0,0 +465088,0,0,0,0,0 +465089,0,0,0,0,0 +465090,0,0,0,0,0 +465091,0,0,0,0,0 +465092,0,0,0,0,0 +465093,0,0,0,0,0 +465094,0,0,0,0,0 +465095,0,0,0,0,0 +465096,0,0,0,0,0 +465097,0,0,0,0,0 +465098,0,0,0,0,0 +465099,0,0,0,0,0 +465100,0,0,0,0,0 +465101,0,0,0,0,0 +465102,0,0,0,0,0 +465103,0,0,0,0,0 +465104,0,0,0,0,0 +465105,0,0,0,0,0 +465106,0,0,0,0,0 +465107,0,0,0,0,0 +465108,0,0,0,0,0 +465109,0,0,0,0,0 +465110,0,0,0,0,0 +465111,0,0,0,0,0 +465112,0,0,0,0,0 +465113,0,0,0,0,0 +465114,0,0,0,0,0 +465115,0,0,0,0,0 +465116,0,0,0,0,0 +465117,0,0,0,0,0 +465118,0,0,0,0,0 +465119,0,0,0,0,0 +465120,0,0,0,0,0 +465121,0,0,0,0,0 +465122,0,0,0,0,0 +465123,0,0,0,0,0 +465124,0,0,0,0,0 +465125,0,0,0,0,0 +465126,0,0,0,0,0 +465127,0,0,0,0,0 +465128,0,0,0,0,0 +465129,0,0,0,0,0 +465130,0,0,0,0,0 +465131,0,0,0,0,0 +465132,0,0,0,0,0 +465133,0,0,0,0,0 +465134,0,0,0,0,0 +465135,0,0,0,0,0 +465136,0,0,0,0,0 +465137,0,0,0,0,0 +465138,0,0,0,0,0 +465139,0,0,0,0,0 +465140,0,0,0,0,0 +465141,0,0,0,0,0 +465142,0,0,0,0,0 +465143,0,0,0,0,0 +465144,0,0,0,0,0 +465145,0,0,0,0,0 +465146,0,0,0,0,0 +465147,0,0,0,0,0 +465148,0,0,0,0,0 +465149,0,0,0,0,0 +465150,0,0,0,0,0 +465151,0,0,0,0,0 +465152,0,0,0,0,0 +465153,0,0,0,0,0 +465154,0,0,0,0,0 +465155,0,0,0,0,0 +465156,0,0,0,0,0 +465157,0,0,0,0,0 +465158,0,0,0,0,0 +465159,0,0,0,0,0 +465160,0,0,0,0,0 +465161,0,0,0,0,0 +465162,0,0,0,0,0 +465163,0,0,0,0,0 +465164,0,0,0,0,0 +465165,0,0,0,0,0 +465166,0,0,0,0,0 +465167,0,0,0,0,0 +465168,0,0,0,0,0 +465169,0,0,0,0,0 +465170,0,0,0,0,0 +465171,0,0,0,0,0 +465172,0,0,0,0,0 +465173,0,0,0,0,0 +465174,0,0,0,0,0 +465175,0,0,0,0,0 +465176,0,0,0,0,0 +465177,0,0,0,0,0 +465178,0,0,0,0,0 +465179,0,0,0,0,0 +465180,0,0,0,0,0 +465181,0,0,0,0,0 +465182,0,0,0,0,0 +465183,0,0,0,0,0 +465184,0,0,0,0,0 +465185,0,0,0,0,0 +465186,0,0,0,0,0 +465187,0,0,0,0,0 +465188,0,0,0,0,0 +465189,0,0,0,0,0 +465190,0,0,0,0,0 +465191,0,0,0,0,0 +465192,0,0,0,0,0 +465193,0,0,0,0,0 +465194,0,0,0,0,0 +465195,0,0,0,0,0 +465196,0,0,0,0,0 +465197,0,0,0,0,0 +465198,0,0,0,0,0 +465199,0,0,0,0,0 +465200,0,0,0,0,0 +465201,0,0,0,0,0 +465202,0,0,0,0,0 +465203,0,0,0,0,0 +465204,0,0,0,0,0 +465205,0,0,0,0,0 +465206,0,0,0,0,0 +465207,0,0,0,0,0 +465208,0,0,0,0,0 +465209,0,0,0,0,0 +465210,0,0,0,0,0 +465211,0,0,0,0,0 +465212,0,0,0,0,0 +465213,0,0,0,0,0 +465214,0,0,0,0,0 +465215,0,0,0,0,0 +465216,0,0,0,0,0 +465217,0,0,0,0,0 +465218,0,0,0,0,0 +465219,0,0,0,0,0 +465220,0,0,0,0,0 +465221,0,0,0,0,0 +465222,0,0,0,0,0 +465223,0,0,0,0,0 +465224,0,0,0,0,0 +465225,0,0,0,0,0 +465226,0,0,0,0,0 +465227,0,0,0,0,0 +465228,0,0,0,0,0 +465229,0,0,0,0,0 +465230,0,0,0,0,0 +465231,0,0,0,0,0 +465232,0,0,0,0,0 +465233,0,0,0,0,0 +465234,0,0,0,0,0 +465235,0,0,0,0,0 +465236,0,0,0,0,0 +465237,0,0,0,0,0 +465238,0,0,0,0,0 +465239,0,0,0,0,0 +465240,0,0,0,0,0 +465241,0,0,0,0,0 +465242,0,0,0,0,0 +465243,0,0,0,0,0 +465244,0,0,0,0,0 +465245,0,0,0,0,0 +465246,0,0,0,0,0 +465247,0,0,0,0,0 +465248,0,0,0,0,0 +465249,0,0,0,0,0 +465250,0,0,0,0,0 +465251,0,0,0,0,0 +465252,0,0,0,0,0 +465253,0,0,0,0,0 +465254,0,0,0,0,0 +465255,0,0,0,0,0 +465256,0,0,0,0,0 +465257,0,0,0,0,0 +465258,0,0,0,0,0 +465259,0,0,0,0,0 +465260,0,0,0,0,0 +465261,0,0,0,0,0 +465262,0,0,0,0,0 +465263,0,0,0,0,0 +465264,0,0,0,0,0 +465265,0,0,0,0,0 +465266,0,0,0,0,0 +465267,0,0,0,0,0 +465268,0,0,0,0,0 +465269,0,0,0,0,0 +465270,0,0,0,0,0 +465271,0,0,0,0,0 +465272,0,0,0,0,0 +465273,0,0,0,0,0 +465274,0,0,0,0,0 +465275,0,0,0,0,0 +465276,0,0,0,0,0 +465277,0,0,0,0,0 +465278,0,0,0,0,0 +465279,0,0,0,0,0 +465280,0,0,0,0,0 +465281,0,0,0,0,0 +465282,0,0,0,0,0 +465283,0,0,0,0,0 +465284,0,0,0,0,0 +465285,0,0,0,0,0 +465286,0,0,0,0,0 +465287,0,0,0,0,0 +465288,0,0,0,0,0 +465289,0,0,0,0,0 +465290,0,0,0,0,0 +465291,0,0,0,0,0 +465292,0,0,0,0,0 +465293,0,0,0,0,0 +465294,0,0,0,0,0 +465295,0,0,0,0,0 +465296,0,0,0,0,0 +465297,0,0,0,0,0 +465298,0,0,0,0,0 +465299,0,0,0,0,0 +465300,0,0,0,0,0 +465301,0,0,0,0,0 +465302,0,0,0,0,0 +465303,0,0,0,0,0 +465304,0,0,0,0,0 +465305,0,0,0,0,0 +465306,0,0,0,0,0 +465307,0,0,0,0,0 +465308,0,0,0,0,0 +465309,0,0,0,0,0 +465310,0,0,0,0,0 +465311,0,0,0,0,0 +465312,0,0,0,0,0 +465313,0,0,0,0,0 +465314,0,0,0,0,0 +465315,0,0,0,0,0 +465316,0,0,0,0,0 +465317,0,0,0,0,0 +465318,0,0,0,0,0 +465319,0,0,0,0,0 +465320,0,0,0,0,0 +465321,0,0,0,0,0 +465322,0,0,0,0,0 +465323,0,0,0,0,0 +465324,0,0,0,0,0 +465325,0,0,0,0,0 +465326,0,0,0,0,0 +465327,0,0,0,0,0 +465328,0,0,0,0,0 +465329,0,0,0,0,0 +465330,0,0,0,0,0 +465331,0,0,0,0,0 +465332,0,0,0,0,0 +465333,0,0,0,0,0 +465334,0,0,0,0,0 +465335,0,0,0,0,0 +465336,0,0,0,0,0 +465337,0,0,0,0,0 +465338,0,0,0,0,0 +465339,0,0,0,0,0 +465340,0,0,0,0,0 +465341,0,0,0,0,0 +465342,0,0,0,0,0 +465343,0,0,0,0,0 +465344,0,0,0,0,0 +465345,0,0,0,0,0 +465346,0,0,0,0,0 +465347,0,0,0,0,0 +465348,0,0,0,0,0 +465349,0,0,0,0,0 +465350,0,0,0,0,0 +465351,0,0,0,0,0 +465352,0,0,0,0,0 +465353,0,0,0,0,0 +465354,0,0,0,0,0 +465355,0,0,0,0,0 +465356,0,0,0,0,0 +465357,0,0,0,0,0 +465358,0,0,0,0,0 +465359,0,0,0,0,0 +465360,0,0,0,0,0 +465361,0,0,0,0,0 +465362,0,0,0,0,0 +465363,0,0,0,0,0 +465364,0,0,0,0,0 +465365,0,0,0,0,0 +465366,0,0,0,0,0 +465367,0,0,0,0,0 +465368,0,0,0,0,0 +465369,0,0,0,0,0 +465370,0,0,0,0,0 +465371,0,0,0,0,0 +465372,0,0,0,0,0 +465373,0,0,0,0,0 +465374,0,0,0,0,0 +465375,0,0,0,0,0 +465376,0,0,0,0,0 +465377,0,0,0,0,0 +465378,0,0,0,0,0 +465379,0,0,0,0,0 +465380,0,0,0,0,0 +465381,0,0,0,0,0 +465382,0,0,0,0,0 +465383,0,0,0,0,0 +465384,0,0,0,0,0 +465385,0,0,0,0,0 +465386,0,0,0,0,0 +465387,0,0,0,0,0 +465388,0,0,0,0,0 +465389,0,0,0,0,0 +465390,0,0,0,0,0 +465391,0,0,0,0,0 +465392,0,0,0,0,0 +465393,0,0,0,0,0 +465394,0,0,0,0,0 +465395,0,0,0,0,0 +465396,0,0,0,0,0 +465397,0,0,0,0,0 +465398,0,0,0,0,0 +465399,0,0,0,0,0 +465400,0,0,0,0,0 +465401,0,0,0,0,0 +465402,0,0,0,0,0 +465403,0,0,0,0,0 +465404,0,0,0,0,0 +465405,0,0,0,0,0 +465406,0,0,0,0,0 +465407,0,0,0,0,0 +465408,0,0,0,0,0 +465409,0,0,0,0,0 +465410,0,0,0,0,0 +465411,0,0,0,0,0 +465412,0,0,0,0,0 +465413,0,0,0,0,0 +465414,0,0,0,0,0 +465415,0,0,0,0,0 +465416,0,0,0,0,0 +465417,0,0,0,0,0 +465418,0,0,0,0,0 +465419,0,0,0,0,0 +465420,0,0,0,0,0 +465421,0,0,0,0,0 +465422,0,0,0,0,0 +465423,0,0,0,0,0 +465424,0,0,0,0,0 +465425,0,0,0,0,0 +465426,0,0,0,0,0 +465427,0,0,0,0,0 +465428,0,0,0,0,0 +465429,0,0,0,0,0 +465430,0,0,0,0,0 +465431,0,0,0,0,0 +465432,0,0,0,0,0 +465433,0,0,0,0,0 +465434,0,0,0,0,0 +465435,0,0,0,0,0 +465436,0,0,0,0,0 +465437,0,0,0,0,0 +465438,0,0,0,0,0 +465439,0,0,0,0,0 +465440,0,0,0,0,0 +465441,0,0,0,0,0 +465442,0,0,0,0,0 +465443,0,0,0,0,0 +465444,0,0,0,0,0 +465445,0,0,0,0,0 +465446,0,0,0,0,0 +465447,0,0,0,0,0 +465448,0,0,0,0,0 +465449,0,0,0,0,0 +465450,0,0,0,0,0 +465451,0,0,0,0,0 +465452,0,0,0,0,0 +465453,0,0,0,0,0 +465454,0,0,0,0,0 +465455,0,0,0,0,0 +465456,0,0,0,0,0 +465457,0,0,0,0,0 +465458,0,0,0,0,0 +465459,0,0,0,0,0 +465460,0,0,0,0,0 +465461,0,0,0,0,0 +465462,0,0,0,0,0 +465463,0,0,0,0,0 +465464,0,0,0,0,0 +465465,0,0,0,0,0 +465466,0,0,0,0,0 +465467,0,0,0,0,0 +465468,0,0,0,0,0 +465469,0,0,0,0,0 +465470,0,0,0,0,0 +465471,0,0,0,0,0 +465472,0,0,0,0,0 +465473,0,0,0,0,0 +465474,0,0,0,0,0 +465475,0,0,0,0,0 +465476,0,0,0,0,0 +465477,0,0,0,0,0 +465478,0,0,0,0,0 +465479,0,0,0,0,0 +465480,0,0,0,0,0 +465481,0,0,0,0,0 +465482,0,0,0,0,0 +465483,0,0,0,0,0 +465484,0,0,0,0,0 +465485,0,0,0,0,0 +465486,0,0,0,0,0 +465487,0,0,0,0,0 +465488,0,0,0,0,0 +465489,0,0,0,0,0 +465490,0,0,0,0,0 +465491,0,0,0,0,0 +465492,0,0,0,0,0 +465493,0,0,0,0,0 +465494,0,0,0,0,0 +465495,0,0,0,0,0 +465496,0,0,0,0,0 +465497,0,0,0,0,0 +465498,0,0,0,0,0 +465499,0,0,0,0,0 +465500,0,0,0,0,0 +465501,0,0,0,0,0 +465502,0,0,0,0,0 +465503,0,0,0,0,0 +465504,0,0,0,0,0 +465505,0,0,0,0,0 +465506,0,0,0,0,0 +465507,0,0,0,0,0 +465508,0,0,0,0,0 +465509,0,0,0,0,0 +465510,0,0,0,0,0 +465511,0,0,0,0,0 +465512,0,0,0,0,0 +465513,0,0,0,0,0 +465514,0,0,0,0,0 +465515,0,0,0,0,0 +465516,0,0,0,0,0 +465517,0,0,0,0,0 +465518,0,0,0,0,0 +465519,0,0,0,0,0 +465520,0,0,0,0,0 +465521,0,0,0,0,0 +465522,0,0,0,0,0 +465523,0,0,0,0,0 +465524,0,0,0,0,0 +465525,0,0,0,0,0 +465526,0,0,0,0,0 +465527,0,0,0,0,0 +465528,0,0,0,0,0 +465529,0,0,0,0,0 +465530,0,0,0,0,0 +465531,0,0,0,0,0 +465532,0,0,0,0,0 +465533,0,0,0,0,0 +465534,0,0,0,0,0 +465535,0,0,0,0,0 +465536,0,0,0,0,0 +465537,0,0,0,0,0 +465538,0,0,0,0,0 +465539,0,0,0,0,0 +465540,0,0,0,0,0 +465541,-1547.31285,-749.0185059,-1523.304899,-748.9872749,-636.1705632 +465542,-1698.526409,-718.9411185,-1671.348593,-718.9105938,-958.4812147 +465543,-1280.262882,-554.867021,-1261.817853,-554.8375153,-510.8155065 +465544,-1518.464635,-652.9769208,-1497.043673,-652.9485737,-783.6432605 +465545,-1697.553552,-722.4167286,-1673.67326,-722.3894208,-981.1029261 +465546,-1662.218811,-702.2879168,-1634.619309,-702.2614748,-952.244059 +465547,-1589.007112,-672.1806819,-1562.802429,-672.1549948,-907.6483877 +465548,-1566.288867,-663.6112962,-1540.449757,-663.5863059,-892.5392376 +465549,-628.6629591,-495.900955,-1038.672176,-495.8771335,-909.9311385 +465550,-1158.443196,-423.295714,-917.5180669,-423.2726017,-863.677843 +465551,-989.7836051,-484.6303787,-1054.569749,-484.6076215,-796.2953888 +465552,-971.6277851,-450.457997,-973.3845092,-449.2476869,-887.9751088 +465553,-907.1532591,-419.2220484,-905.2089042,-420.197739,-766.5787839 +465554,-1030.517678,-341.8208161,-1008.74686,-472.4900587,-705.4500399 +465555,-903.6727638,-268.2950217,-880.5144993,-415.4189811,-468.1273641 +465556,-939.3456153,-269.2796982,-914.1299302,-431.7791284,-668.336067 +465557,-921.8324342,-248.6294297,-893.7381025,-421.9688008,-815.769186 +465558,-912.8568691,-232.2905939,-886.3673525,-417.5525067,-798.5240742 +465559,-902.9067555,-216.2693129,-871.6317717,-412.8415591,-677.6048534 +465560,-894.2879499,-203.7023991,-865.9817854,-407.6631206,-432.8198585 +465561,-889.193495,-192.2661998,-853.8319629,-403.8460098,-641.4713134 +465562,-875.8337144,-179.5657685,-846.1684832,-398.870642,-743.3569694 +465563,-870.894329,-167.193515,-837.4059404,-395.3491734,-520.9750726 +465564,-862.7831957,-155.6481463,-826.0051189,-390.1447643,-708.8376762 +465565,-854.1515303,-143.594273,-820.2494935,-386.8474189,-758.498548 +465566,-847.0333032,-131.876801,-811.7158972,-382.0197928,-574.0682742 +465567,-839.4519323,-119.8733847,-801.390973,-378.8806796,-710.6781865 +465568,-831.4592976,-108.6341236,-795.7534772,-373.9152377,-505.9715665 +465569,-797.2907439,-86.85745879,-760.5570435,-359.1939958,-661.0237359 +465570,-858.9225682,-99.58269701,-818.882014,-384.053728,-471.5008991 +465571,-790.9291207,-64.84319628,-753.8205438,-355.2615029,-680.0715784 +465572,-808.7483618,-59.1447977,-768.3143667,-360.8860548,-606.7737926 +465573,-794.9667404,-44.0141407,-756.8248562,-355.5011281,-350.0621379 +465574,-791.3503368,-29.91954965,-751.1080949,-352.9653291,-583.9427388 +465575,-782.6660546,-17.73621706,-744.5833494,-347.748983,-717.6068519 +465576,-775.8348034,-6.136744223,-737.0518646,-345.3601253,-534.7967956 +465577,-771.1786505,5.201538186,-730.7055154,-341.4258468,-694.203993 +465578,-762.5056283,16.85143577,-725.0318518,-338.4712307,-520.8784177 +465579,-756.0363829,28.0779322,-718.9980465,-334.0759719,-686.0320497 +465580,-751.6871453,39.5684101,-711.5535136,-332.1984794,-522.5259437 +465581,-743.5705854,43.10096061,-708.0320948,-327.2722165,-683.3246939 +465582,-692.1239684,51.24890937,-655.3790899,-305.4772072,-572.3981063 +465583,-798.669613,43.47071555,-761.1201083,-349.824281,-564.6398422 +465584,-693.3814667,44.12795346,-656.8615679,-305.1084103,-537.1820289 +465585,-726.1975808,124.3728267,-689.836123,-317.7330992,-275.6274214 +465586,-689.4555557,50.64652136,-652.7736676,-301.9379625,-581.0643267 +465587,-742.4998572,109.6587472,-708.2620407,-324.158248,-377.2043941 +465588,-685.0022782,46.45203796,-651.6224483,-298.4238279,-637.0340823 +465589,-697.5623513,100.0051554,-664.3522443,-304.8348571,-448.8240505 +465590,-690.6471397,49.67385775,-657.9303478,-299.3742218,-656.6102639 +465591,-682.3388827,52.12709337,-648.0837471,-297.0951562,-599.9826941 +465592,-678.1893595,111.0827065,-645.1973852,-293.6233933,-402.9891183 +465593,-670.4629049,56.72038606,-636.5601756,-290.705511,-634.5462357 +465594,-664.8066026,59.1068262,-630.8808894,-287.947051,-585.1588132 +465595,-660.0234996,118.1329884,-625.4643067,-285.0348527,-392.0375667 +465596,-643.3482685,63.88300125,-610.1243392,-278.5593355,-626.6660792 +465597,-636.5411089,66.50485437,-604.3399032,-275.3871009,-581.0078092 +465598,-631.4816534,122.8057679,-596.9766939,-273.0511082,-401.0264294 +465599,-623.7576861,72.07510102,-592.0534552,-269.110032,-624.8213951 +465600,-618.1624224,74.89330827,-584.3832402,-266.0952266,-581.6880215 +465601,94.79055271,78.10550317,94.83856094,43.01730876,171.3759716 +465602,103.1138494,90.13590653,103.7150125,46.92754548,198.9219355 +465603,115.7181009,106.4640839,116.9777085,52.78747883,239.0677995 +465604,128.9415636,122.7945356,130.7865774,58.85351697,280.5938799 +465605,141.0846295,137.3289722,143.4152823,64.34110416,318.5909656 +465606,151.8705323,149.9218616,154.6080486,69.14493111,351.3509944 +465607,161.2948477,160.9581756,164.5916595,73.38315175,379.7130008 +465608,169.7075562,170.8337723,173.6445596,77.12513498,404.7791406 +465609,177.3976064,179.8211974,181.9620628,80.49850239,427.2816258 +465610,184.5352983,188.0955941,189.669213,83.6005609,447.6456295 +465611,191.2186833,195.779946,196.7325334,86.49136017,466.1494368 +465612,197.5155367,202.9715713,203.2760626,89.20896564,483.0169328 +465613,203.4821405,209.7522869,209.423246,91.7813137,498.4482605 +465614,209.1680665,216.1913462,215.2579014,94.23138744,512.6238898 +465615,214.6163657,222.3466541,220.833652,96.57867306,525.7032298 +465616,219.8635831,228.2660847,226.1885737,98.83953725,537.8248965 +465617,224.940251,233.9889988,231.3533024,101.0274846,549.1085016 +465618,229.8717852,239.5477279,236.3539881,103.1535635,559.6572002 +465619,234.6793505,244.9688569,241.2130296,105.226787,569.5600445 +465620,239.1072973,250.1500349,245.676058,107.1302842,578.3970834 +465621,243.7799383,255.3865297,250.3684824,109.1472359,587.3431682 +465622,248.3617621,472.9013508,254.9556492,111.1243568,595.8237718 +465623,252.8635641,414.9391352,259.449005,113.0658446,603.889689 +465624,257.2957983,447.9819742,263.859504,114.9758409,611.5872674 +465625,261.6679239,477.5550743,268.1969916,116.8580991,618.9577916 +465626,265.9879178,499.6034218,272.4697398,118.7157385,626.0370507 +465627,270.2623518,521.5420893,276.6845371,120.551273,632.8558137 +465628,274.4966289,543.2539992,280.8469785,122.3667413,639.4406049 +465629,278.6951886,564.4190484,284.9617366,124.1638278,645.8144215 +465630,282.8617266,585.9450047,289.0327461,125.9439423,651.9972735 +465631,286.9993669,604.150772,293.0633422,127.7082777,658.0066244 +465632,291.0961461,623.0035214,297.0585337,129.4532302,663.8577113 +465633,295.1508265,641.6713204,301.0057002,131.1778415,669.5638738 +465634,299.1669047,659.3155059,304.8965122,132.8829933,675.1366742 +465635,303.1484676,677.0808247,308.730467,134.5725925,680.586332 +465636,307.0987922,694.8535597,312.5110829,136.2443006,685.9218681 +465637,311.0203229,711.9331559,316.2426621,137.8958894,691.1512343 +465638,314.9149607,728.7495775,319.9289703,139.5272231,696.281442 +465639,318.7843198,745.8615858,323.5730584,141.1394324,701.3187505 +465640,322.6297957,762.2035273,327.1774216,142.73395,706.2687092 +465641,326.4526332,778.5500576,330.7441751,144.3120615,711.1362932 +465642,330.2539248,794.3791372,334.2751636,145.8748179,715.9259378 +465643,334.0346546,810.7109112,337.7720148,147.423079,720.6416527 +465644,337.7956936,826.4621844,341.2361772,148.9575733,725.287036 +465645,341.5405661,841.5764948,344.6689517,150.4789382,729.8654454 +465646,345.2607047,857.0988542,348.0715201,151.9877445,734.3799336 +465647,348.9495518,872.1848109,351.4449217,153.4844876,738.8331919 +465648,352.605958,887.1409747,354.790079,154.9696017,743.2276148 +465649,356.2318402,901.6476345,358.1078594,156.4434891,747.5654873 +465650,359.8298364,916.7494756,361.3990381,157.9065046,751.8488543 +465651,363.402351,930.9720814,364.6643615,159.3589859,756.0796952 +465652,366.951314,945.3333896,367.9045051,160.8012349,760.2597848 +465653,370.4783109,959.4488682,371.120112,162.233536,764.3908276 +465654,373.9846861,973.5064167,374.3117869,163.6561541,768.4743843 +465655,377.4716184,987.3390363,377.4801053,165.0693388,772.5119568 +465656,380.9401514,1006.951181,380.6256114,166.473324,776.5049195 +465657,384.3912232,1024.51628,383.7488295,167.8683334,780.4546107 +465658,387.8256642,1042.101949,386.8502537,169.2545761,784.3622472 +465659,391.244519,1059.37587,389.9303734,170.6322579,788.2290422 +465660,394.6486781,1076.589202,392.9896454,172.0015697,792.0560894 +465661,397.9772169,1262.107348,395.9669316,173.3347037,795.7325001 +465662,408.3671708,1281.742804,406.0017098,177.837793,812.7419289 +465663,422.3165176,1299.314769,419.5997058,183.8895586,836.4876757 +465664,436.2929613,1317.108759,433.2300602,189.881286,860.4338281 +465665,448.8321262,1334.250171,445.4258188,195.1653805,881.8952457 +465666,459.7981472,1351.455659,456.0477179,199.7041958,900.5977639 +465667,469.4924785,1368.288255,465.3945542,203.6546498,917.0409287 +465668,477.9975301,1384.988392,473.7718635,207.1692582,931.7314078 +465669,485.6206508,1401.430152,481.2160592,210.2800891,945.0129088 +465670,492.6076397,1417.86163,487.9341963,213.0853107,957.1064162 +465671,499.1075633,1433.98849,494.1072001,215.6668976,968.1721535 +465672,505.2100913,1450.011006,499.8538527,218.0774938,978.3424441 +465673,510.978473,1465.807179,505.2507001,220.3504349,987.7334771 +465674,516.46434,1481.668775,510.3529645,222.5093804,996.447386 +465675,521.7120888,1497.024022,515.2054104,224.5732088,1004.573065 +465676,526.7595068,1512.588825,519.8459405,226.5576405,1012.187021 +465677,531.6382004,1527.804466,524.3066739,228.4757582,1019.354955 +465678,536.3742665,1542.942212,528.6144506,230.3382808,1026.133219 +465679,540.9892255,1557.935346,532.7915397,232.1539229,1032.570269 +465680,545.5007935,1572.724624,536.856333,233.9297339,1038.707761 +465681,549.9237371,1587.610184,540.8240619,235.6714356,1044.58159 +465682,554.2703585,1601.974869,544.7073479,237.3836748,1050.222669 +465683,558.5509195,1616.591831,548.5166999,239.0702478,1055.657692 +465684,562.7739485,1630.851451,552.2608524,240.7342481,1060.909667 +465685,566.9465775,1645.055166,555.9471139,242.3782181,1065.99851 +465686,571.0747352,1663.270998,559.5815676,244.0042321,1199.607004 +465687,575.1633859,1676.855382,563.169331,245.6140067,1252.929186 +465688,579.2166643,1691.599858,566.7146403,247.2089302,1223.276884 +465689,583.2378949,1705.689731,570.2209709,248.7901101,1257.42747 +465690,598.3992416,1720.251085,573.404939,250.228321,1273.047405 +465691,788.7517716,1699.103302,577.0980657,251.9015631,1287.921937 +465692,701.9083376,1754.458914,574.1208193,250.5430388,1302.111633 +465693,744.7900559,1746.347231,571.2132825,249.2175803,1316.834117 +465694,761.2326076,1762.005622,568.430322,247.9518291,1330.77333 +465695,776.2084141,1773.818023,734.1435499,246.7460025,1344.364159 +465696,791.1172332,1784.963839,683.6414291,245.5893758,1358.35356 +465697,805.8607975,1796.253259,703.6383844,244.4704169,1371.398771 +465698,820.2366964,1806.999153,721.2882653,243.3800898,1384.926701 +465699,834.5218293,1818.039696,733.6185636,242.3118074,1397.518254 +465700,848.4096143,1828.449926,745.7307549,241.260636,1410.95496 +465701,862.5593801,1838.960654,757.4901557,312.1954688,1422.979764 +465702,875.9556938,1849.217701,768.9883991,297.1914344,1435.631203 +465703,889.8760451,1859.216894,780.5909295,303.3336679,1447.580618 +465704,903.0717804,1869.250253,791.7602276,312.7040004,1460.04598 +465705,916.4098095,1879.018819,802.7358216,318.7146059,1471.716583 +465706,929.2841887,1888.522593,813.9685569,324.639587,1483.447412 +465707,942.846431,1898.082829,824.2635686,330.3174082,1495.045968 +465708,955.0585867,1907.493917,835.247496,336.0107393,1506.387161 +465709,967.8020925,1916.447801,845.3773101,341.6366462,1517.650246 +465710,980.6868329,1925.605785,856.0335393,347.088157,1528.734746 +465711,992.9423778,1934.359566,866.0471713,352.5035171,1539.678821 +465712,1005.038754,1943.1555,876.1265736,357.7312196,1550.477761 +465713,1017.697518,1951.630996,885.8638983,363.1002013,1561.137619 +465714,1029.55645,1960.137103,895.9599992,368.1092894,1571.281292 +465715,1041.58776,1968.41034,905.7068866,373.3449761,1582.25283 +465716,1053.457362,1976.405056,914.911677,378.295223,1592.225794 +465717,1064.939172,1984.509834,924.5548323,383.1684537,1602.413712 +465718,1077.08454,1992.36827,933.5845035,388.2815604,1612.365121 +465719,1088.769158,2000.097813,943.1956096,392.7823876,1622.261546 +465720,1099.736146,2007.625345,952.1078933,397.7790799,1632.100059 +465721,1117.959094,2018.188827,967.6886551,405.1826044,1663.82773 +465722,1130.895969,2026.268544,978.1698282,410.5460443,1675.799713 +465723,1142.913749,2034.307868,988.0569999,415.4848554,1687.072312 +465724,1155.574745,2041.702523,997.6829209,420.5977317,1697.888821 +465725,1167.236293,2049.203633,1007.132786,425.4554766,1708.556494 +465726,1179.05397,2056.444291,1016.436317,429.8991678,1718.876501 +465727,1190.799894,2063.647923,1025.577916,434.8852011,1729.038381 +465728,1202.340533,2073.739204,1034.695114,439.3804324,1738.978457 +465729,1213.820919,2081.741974,1043.631308,443.8110845,1748.96834 +465730,1225.200331,2086.776865,1052.498008,448.5603222,1766.825343 +465731,1236.438889,2098.427619,1061.224203,453.0485244,1769.909927 +465732,1247.710886,2096.283039,1069.956188,457.205831,1762.451627 +465733,1258.792161,2083.801469,1078.120719,461.6859235,1795.722079 +465734,1269.778588,2121.538385,1087.170797,465.7951513,1793.994461 +465735,1280.805691,2111.871005,1095.365895,470.3037736,1805.224982 +465736,1291.643733,2121.253041,1103.731158,474.383716,1814.334286 +465737,1302.38891,2126.845888,1111.992741,478.5741083,1823.060512 +465738,1313.191203,2132.556176,1120.125701,482.6926094,1832.063721 +465739,1323.740283,2138.113679,1128.292992,486.768826,1840.597434 +465740,1334.404349,2143.534104,1136.291438,490.6209974,1849.244524 +465741,1344.808981,2148.830142,1144.255061,494.9081639,1857.723568 +465742,1355.334492,2153.921617,1152.09356,498.7201226,1866.204397 +465743,1365.598918,2158.930932,1160.035952,502.6715566,1874.397237 +465744,1375.403504,2163.920494,1167.630585,506.5529146,1882.670409 +465745,1386.397072,2168.614191,1175.389448,510.400363,1890.867734 +465746,1396.314104,2173.369613,1183.095855,514.2116291,1898.712846 +465747,1406.307253,2177.844547,1190.563215,517.7673593,1906.926992 +465748,1416.495451,2184.746019,1198.053171,521.8747437,1914.62143 +465749,1429.345464,2205.174244,1213.881287,528.9254398,1944.190521 +465750,1439.849242,2166.452894,1222.57799,533.4667857,1897.858978 +465751,1449.59459,2182.903065,1230.129708,536.8870928,1953.370363 +465752,1459.422774,2210.818148,1237.984303,540.9345798,1942.149922 +465753,1468.986998,2196.003044,1245.202597,544.2731218,1962.646541 +465754,1478.362073,2178.309518,1264.851684,548.3849527,1945.607635 +465755,1487.991589,2212.577198,1258.93983,551.7404268,1974.716002 +465756,1497.146313,2226.224878,1249.83504,555.3772551,1989.973942 +465757,1506.647829,2175.43544,1284.572725,558.84382,1964.618244 +465758,1515.744848,2238.198507,1278.482334,562.4228459,1999.936134 +465759,1524.907403,2202.516263,1287.750571,565.7500723,1991.905292 +465760,1534.059948,2223.680161,1295.042973,569.2828309,1992.105794 +465761,1542.898803,2214.303718,1301.499517,572.5281822,2001.560196 +465762,1561.043741,2221.017497,1308.580958,576.005061,2005.468774 +465763,1556.85393,2222.437423,1314.954955,579.1870051,2010.500011 +465764,1584.442013,2224.068116,1321.835518,582.5977259,2020.073856 +465765,1566.903604,2225.874407,1328.223376,585.7885561,2017.626903 +465766,1576.862373,2227.510852,1334.927484,589.0693364,2024.716904 +465767,1604.266579,2229.249243,1341.225582,592.2008416,2030.012964 +465768,1601.574942,2230.430149,1347.83111,595.4751362,2033.704052 +465769,1612.852282,2231.861909,1354.107914,598.1647437,2043.052115 +465770,1621.573703,2233.074672,1360.49015,601.9783712,2041.040805 +465771,1629.70253,2234.14462,1369.515389,604.6648523,2047.163252 +465772,1638.422436,2235.215274,1378.378769,607.9299906,2056.527152 +465773,1646.750843,2236.098418,1378.135589,610.8461185,2054.451234 +465774,1655.201048,2236.923202,1374.897387,614.0375969,2064.20628 +465775,1663.516011,2237.597218,1398.003133,616.9624959,2063.073379 +465776,1671.964221,2238.250651,1395.777738,620.0022867,2071.119152 +465777,1680.053925,2238.736003,1403.448995,622.8627722,2074.536614 +465778,1688.62287,2239.333423,1409.515557,625.9640015,2076.180528 +465779,1696.735631,2239.36218,1415.261611,628.7668255,2073.572414 +465780,1704.733397,2239.665929,1421.472784,631.7826597,2067.182821 +465781,1595.149533,2179.701822,1309.308872,581.5433736,1930.427748 +465782,1600.562779,2186.712679,1312.434169,582.2902218,1850.949707 +465783,1606.791416,2188.984321,1316.301219,585.0532584,1888.701178 +465784,1613.41104,2178.673795,1320.73849,586.9739556,1882.865664 +465785,1620.067652,2182.032318,1324.900506,589.0951376,1889.520184 +465786,1626.824892,2180.631941,1329.437416,591.4032395,1886.055586 +465787,1633.610588,2179.21095,1333.796691,593.5986412,1890.256698 +465788,1640.533351,2178.07246,1338.31851,595.7978396,1897.578973 +465789,1647.196543,2177.008669,1342.710244,598.1278017,1894.089129 +465790,1654.471575,2175.42807,1347.225306,600.2700102,1902.251716 +465791,1662.736804,2174.07295,1351.696035,602.5294447,1899.457622 +465792,1671.226518,2172.527291,1356.067312,604.7438897,1906.853152 +465793,1679.836224,2171.00913,1360.503695,606.9185008,1904.425815 +465794,1688.556603,2169.322922,1364.977352,609.1894237,1910.108818 +465795,1697.374916,2160.209908,1369.421828,611.3646705,1912.003491 +465796,1706.283914,2175.963749,1373.750662,613.5699774,1908.899676 +465797,1715.392629,2151.994712,1389.083901,615.804707,1905.855778 +465798,1724.299304,2172.678856,1366.290707,617.9312075,1899.7929 +465799,1733.425803,2148.070893,1394.732052,620.1022707,1893.446037 +465800,1742.686906,2168.46792,1389.670002,622.3342072,1887.01067 +465801,1752.234919,2143.612024,1395.635869,624.5063884,1880.571631 +465802,1761.223787,2163.954127,1400.048834,626.6123622,1874.318645 +465803,1770.710112,2138.873084,1404.402427,628.8772354,1868.199634 +465804,1780.309372,2159.070446,1417.700476,630.937331,1862.298649 +465805,1789.578499,2133.854245,1401.715787,633.1264642,1856.568991 +465806,1799.49953,2153.872787,1420.362903,635.2230653,1851.092396 +465807,1809.108419,2128.527108,1421.924765,637.431517,1845.73095 +465808,1819.025388,2148.359283,1436.821804,639.582524,1840.538766 +465809,1829.387159,2122.8941,1413.202834,641.655561,1835.474264 +465810,1856.023782,2142.538195,1442.669035,643.7736576,1830.568326 +465811,1828.082554,2116.707362,1436.727209,645.8874775,1825.734941 +465812,1861.571679,2135.881176,1455.229532,647.8902706,1821.047995 +465813,1869.850658,2109.823558,1427.55114,649.9207229,1816.39169 +465814,1876.863718,2121.484756,1475.687696,651.9352871,1811.982833 +465815,1887.780063,2112.914478,1428.570232,653.9388478,1807.863005 +465816,1897.789793,2109.491788,1485.84268,655.9364241,1804.179767 +465817,1907.931341,2105.906933,1452.559221,657.925515,1800.621574 +465818,1917.782458,2101.88631,1469.274833,659.8606969,1796.86414 +465819,1927.997582,2097.940188,1471.467334,661.9050774,1793.426973 +465820,1938.265171,2093.81482,1475.149996,663.8384696,1790.4018 +465821,1948.11755,2089.636939,1478.981039,665.85358,1787.561329 +465822,1970.564733,2085.362224,1482.709247,667.7359325,1784.816135 +465823,1958.555712,2081.002809,1486.747684,669.6692989,1782.159578 +465824,1976.810855,2076.601022,1490.456198,671.6742085,1779.581554 +465825,1992.947323,2072.096866,1494.14068,673.5734818,1777.007945 +465826,1998.884552,2067.508091,1498.138324,675.5087183,1774.429972 +465827,2010.572469,2062.98591,1501.80421,677.4304262,1771.868065 +465828,2020.751687,2058.082208,1510.485398,679.2953908,1769.447423 +465829,2052.422526,2053.303929,1507.116158,681.3308557,1766.983257 +465830,2011.092561,2048.469047,1513.734876,683.1221114,1764.427972 +465831,2067.717526,2043.483333,1517.015076,685.06378,1761.927188 +465832,2060.215364,2038.425664,1520.650855,686.9475402,1759.432242 +465833,2099.112853,2033.355518,1524.201109,688.833251,1756.904798 +465834,2047.53892,2028.162435,1528.027273,690.7132009,1754.473622 +465835,2116.213014,2022.931934,1531.613921,692.5360729,1752.104412 +465836,2125.924628,2017.744562,1535.043238,694.4817638,1749.652735 +465837,2078.655499,2012.132345,1543.730487,696.3076774,1747.428084 +465838,2170.56329,2006.828232,1540.582531,698.1729701,1745.561409 +465839,2104.266648,2001.273866,1546.133945,700.0783506,1743.572729 +465840,2183.807553,1995.648215,1550.173683,701.844727,1741.837707 +465841,1901.912637,1860.73796,1308.912632,594.462125,1731.50801 +465842,1916.000035,1879.372628,1299.922064,593.6746972,1696.302938 +465843,1957.139223,1858.828947,1331.995903,593.8353201,1652.192983 +465844,1916.493808,1855.784688,1300.978591,594.4152699,1611.960994 +465845,1965.864216,1847.407483,1314.962677,595.1213546,1578.768977 +465846,1955.12431,1838.844381,1314.410506,595.7205585,1552.572122 +465847,1963.814687,1832.757703,1315.778324,596.7981719,1531.771229 +465848,1981.329254,1824.494566,1317.53185,597.5617564,1514.67731 +465849,1998.520744,1818.928729,1319.255699,598.4691408,1500.191659 +465850,1989.260888,1829.21032,1320.996265,599.5412298,1487.625003 +465851,2023.803214,1797.53025,1322.861685,600.3830665,1476.67526 +465852,2004.684293,1780.804633,1324.88306,601.5973646,1467.019439 +465853,2038.63374,1804.478862,1326.598227,602.4155818,1458.720519 +465854,2034.118174,1785.668351,1328.710055,603.5854451,1451.709236 +465855,2048.83461,1759.774831,1330.693638,604.5389123,1445.654841 +465856,2058.045742,1788.384833,1337.652041,605.6967176,1440.491048 +465857,2068.399991,1739.665735,1332.641672,606.6873615,1435.906988 +465858,2078.534158,1761.472317,1337.633715,607.8737634,1431.587873 +465859,2088.645906,1743.438589,1339.133053,608.8913822,1427.535383 +465860,2099.334301,1737.607457,1341.569658,610.1038376,1423.757662 +465861,2109.556275,1740.038239,1343.429063,611.1566888,1420.161763 +465862,2120.01854,1708.897727,1345.859889,612.4017966,1416.748051 +465863,2130.725116,1721.847481,1347.911809,613.4729973,1413.494997 +465864,2141.299988,1706.410216,1349.92679,614.7363584,1410.328819 +465865,2159.628718,1699.846278,1352.515941,615.8269337,1407.440887 +465866,2159.137777,1692.516979,1354.655269,617.1098679,1404.635626 +465867,2174.537781,1684.757536,1356.976219,618.167814,1401.707285 +465868,2184.809532,1676.968472,1359.223808,619.5468837,1398.858946 +465869,2195.456498,1669.419433,1361.38524,620.6383166,1396.127191 +465870,2206.072391,1677.362882,1363.731683,621.9660316,1393.560594 +465871,2217.058938,1631.149801,1370.767934,623.0380176,1391.186113 +465872,2227.485351,1658.201568,1366.210301,624.1646433,1388.778416 +465873,2238.207528,1632.638666,1370.307982,625.4332848,1386.163977 +465874,2248.615872,1630.760578,1372.799898,626.5052144,1383.571531 +465875,2259.606248,1621.146516,1374.507802,627.5936763,1381.090767 +465876,2270.201513,1613.284391,1376.448797,628.9074439,1378.661499 +465877,2288.213662,1605.022766,1378.931221,629.9298808,1376.479011 +465878,2288.941491,1597.118508,1380.883729,631.0530667,1374.337128 +465879,2302.98421,1588.685229,1382.912484,632.3255665,1371.99461 +465880,2314.044563,1580.44816,1389.949223,633.4016108,1369.821059 +465881,2324.165618,1572.344201,1381.02364,634.5390977,1367.611396 +465882,2335.381124,1564.020063,1395.441295,635.8202496,1365.400441 +465883,2353.644739,1555.76632,1390.579243,636.9040078,1363.597445 +465884,2354.573355,1547.477368,1393.641765,638.048673,1361.73118 +465885,2367.99606,1539.185266,1396.052125,639.3368666,1359.551444 +465886,2379.609726,1530.877732,1398.023427,640.4268027,1357.406545 +465887,2389.768756,1522.44688,1405.128246,641.577015,1355.531871 +465888,2408.210278,1529.071964,1396.547461,642.8706071,1353.743816 +465889,2410.102322,1484.608425,1410.011264,643.9657584,1352.169787 +465890,2422.344874,1510.299147,1406.176001,645.1205244,1350.29851 +465891,2442.14653,1483.242608,1408.582319,646.4183216,1348.470808 +465892,2444.049077,1482.57182,1411.081585,647.5171329,1346.673022 +465893,2454.72985,1472.09548,1418.331259,648.6755384,1344.766262 +465894,2473.313443,1464.014517,1414.355258,649.9764247,1343.001472 +465895,2477.305534,1455.92796,1417.049628,651.0780387,1341.397233 +465896,2492.560612,1447.375767,1420.172295,652.2386084,1339.487297 +465897,2504.210835,1439.122403,1426.541839,653.5415816,1338.022749 +465898,2507.675048,1430.674846,1419.081884,654.6448636,1336.224113 +465899,2513.853545,1422.492666,1434.104314,655.806898,1333.65493 +465900,2516.61254,1414.211052,1424.214623,657.1663651,1331.094324 +465901,2522.11643,1512.803323,1447.76933,764.6037961,1335.547389 +465902,2541.963967,1506.49701,1459.041389,767.4735477,1354.843145 +465903,2567.872111,1499.31261,1474.238181,769.6220722,1380.691549 +465904,2590.983576,1491.981812,1488.116577,771.5975285,1405.205482 +465905,2608.746698,1484.518384,1498.401277,775.3852875,1425.487449 +465906,2621.76516,1476.97599,1505.569594,774.4635431,1441.172586 +465907,2631.602524,1469.386406,1510.531575,780.2200438,1453.470783 +465908,2639.838157,1461.768491,1514.074758,776.5049879,1463.35546 +465909,2646.697805,1454.133445,1516.692605,785.9148568,1471.471992 +465910,2652.929983,1446.489747,1518.683781,776.7835913,1478.239036 +465911,2658.752887,1438.843679,1520.208782,793.6208993,1483.907928 +465912,2664.329769,1431.200661,1521.398437,774.0411322,1488.693936 +465913,2669.711017,1423.46337,1522.312577,805.5824631,1492.720913 +465914,2675.290715,1415.978666,1523.047337,764.7167127,1496.156038 +465915,2680.500427,1408.29963,1523.657754,796.5682969,1499.111316 +465916,2685.611137,1400.718497,1524.118367,790.5110978,1501.593101 +465917,2690.687159,1393.143509,1524.476431,791.5027441,1503.695969 +465918,2696.002226,1385.687506,1524.771765,793.628136,1505.501362 +465919,2701.266107,1378.021132,1525.009083,795.0189375,1507.042932 +465920,2706.159375,1370.58428,1525.387132,796.4744777,1508.360153 +465921,2710.809977,1362.999698,1525.532651,797.8255612,1509.491661 +465922,2716.035784,1355.692328,1525.647705,799.2550365,1510.464452 +465923,2721.131493,1348.218224,1525.737045,800.5792332,1511.295144 +465924,2726.614778,1340.857087,1525.801429,801.9861975,1511.996782 +465925,2731.807473,1333.520104,1525.841716,803.2824841,1512.582948 +465926,2736.98636,1328.1986,1525.857193,804.6680374,1513.064305 +465927,2742.456655,1323.133066,1525.842788,805.936858,1513.444426 +465928,2747.639872,1317.82753,1525.798317,807.2374807,1513.731642 +465929,2752.812492,1312.6479,1525.729208,808.5987131,1513.94017 +465930,2757.989478,1307.476365,1525.639717,809.782939,1514.081857 +465931,2763.17828,1302.133501,1525.532428,811.0272806,1514.165635 +465932,2768.350727,1297.039795,1525.400581,812.186597,1514.198405 +465933,2773.488096,1291.858967,1525.239226,813.3362776,1514.185254 +465934,2778.589394,1286.555514,1525.048729,814.468713,1514.131844 +465935,2783.952111,1281.471884,1524.830547,815.5186902,1514.041569 +465936,2788.994376,1276.34168,1524.58657,816.7175411,1513.917161 +465937,2794.007235,1271.260067,1524.320609,817.7555026,1513.763697 +465938,2799.004944,1266.215703,1524.035363,818.902482,1513.585061 +465939,2803.993286,1261.21036,1523.731948,819.8574444,1513.38324 +465940,2808.972696,1256.245594,1523.41096,820.9459676,1513.159616 +465941,2813.941992,1251.323491,1523.072629,821.9620693,1512.915043 +465942,2818.900537,1246.353297,1522.717477,822.9737598,1512.650704 +465943,2823.847737,1241.655367,1522.34566,823.9719896,1512.367233 +465944,2828.782631,1236.807387,1521.957356,824.956324,1512.065259 +465945,2833.705526,1232.086251,1521.55311,825.9272577,1511.745814 +465946,2838.616388,1227.403146,1521.133295,826.8846651,1511.409697 +465947,2843.514948,1222.7728,1520.698147,827.8290115,1511.05747 +465948,2848.40078,1218.196952,1520.247838,828.8281593,1510.68961 +465949,2853.274621,1213.677584,1519.783212,829.5757026,1510.307401 +465950,2858.136703,1209.21608,1519.304586,830.6324183,1509.911451 +465951,2862.985843,1204.814417,1518.811503,831.4659954,1509.501338 +465952,2867.82049,1200.653351,1518.303331,832.3567231,1509.076396 +465953,2872.640787,1196.165312,1517.780532,833.225241,1508.637317 +465954,2877.448103,1192.090055,1517.244116,834.0812597,1508.185495 +465955,2882.24264,1187.858231,1516.694417,834.9254085,1507.721434 +465956,2887.315124,1183.91239,1516.316334,835.75751,1507.241194 +465957,2892.059008,1179.837146,1515.720366,836.5780078,1506.743871 +465958,2896.780629,1175.906622,1515.107837,837.3867151,1506.235123 +465959,2901.493815,1172.035837,1514.485771,838.2531718,1505.717979 +465960,2906.201861,1168.23756,1513.855944,838.9355293,1505.192488 +465961,2909.342611,1187.393668,1511.709167,862.7508827,1501.957592 +465962,2914.970997,1185.358814,1511.550191,864.9214857,1501.268567 +465963,2921.921125,1183.073236,1512.479102,866.7716811,1502.050847 +465964,2928.848749,1177.363284,1513.468187,864.9357897,1503.062236 +465965,2935.563054,1174.467436,1513.683578,865.8096814,1503.712826 +465966,2941.859517,1171.881698,1513.379992,866.8954374,1503.892147 +465967,2947.678732,1169.408712,1512.460551,869.6707677,1503.679872 +465968,2953.087473,1166.992275,1511.355637,871.4380234,1503.1849 +465969,2958.193434,1164.615376,1510.175702,872.9568081,1502.488811 +465970,2963.087588,1162.271181,1508.958385,874.8695153,1501.639708 +465971,2967.829727,1159.956852,1507.711555,876.719414,1500.664487 +465972,2972.459156,1157.670149,1506.437903,878.5043668,1499.582389 +465973,2977.000132,1155.41015,1505.316645,880.5046504,1498.407302 +465974,2981.469415,1153.175425,1503.960922,882.4740164,1497.151497 +465975,2985.882116,1150.965385,1502.586663,884.5556555,1495.827536 +465976,2990.249475,1148.778748,1501.20203,886.501502,1494.445523 +465977,2994.576093,1146.615022,1499.953781,888.6556348,1493.011283 +465978,2998.864676,1144.473032,1498.670444,890.7908092,1491.528801 +465979,3003.12125,1142.352393,1497.17312,892.9070216,1490.005061 +465980,3007.356177,1140.252062,1495.261632,895.2538349,1488.45037 +465981,3011.569151,1138.171771,1494.047338,897.5536467,1486.86675 +465982,3015.754322,1136.110626,1492.575216,899.7701374,1485.25162 +465983,3019.909949,1134.068504,1491.316194,902.187601,1483.605391 +465984,3024.037343,1132.044639,1489.875756,904.5788765,1481.930397 +465985,3028.13963,1130.039026,1488.420139,907.022808,1480.23043 +465986,3032.218985,1128.051013,1486.954761,909.5074435,1478.508631 +465987,3036.273916,1126.080698,1485.690831,912.0326415,1476.76501 +465988,3040.304516,1124.127532,1484.225323,914.5949361,1475.000738 +465989,3044.313761,1122.1917,1482.746838,917.2024698,1473.219001 +465990,3048.302477,1120.272717,1481.260148,919.8460831,1471.421501 +465991,3052.271053,1118.285771,1479.767282,922.4169129,1469.609271 +465992,3056.155178,1116.297787,1478.260061,925.0050002,1467.784096 +465993,3059.910798,1114.31776,1476.733091,927.6195451,1465.948083 +465994,3063.559625,1112.347564,1475.185835,930.3424327,1464.103222 +465995,3067.101747,1110.388594,1473.620562,932.8917647,1462.251334 +465996,3070.561652,1108.441039,1472.235667,935.6508686,1460.39203 +465997,3073.940398,1106.505614,1470.639803,938.3682793,1458.525036 +465998,3077.261371,1104.582183,1469.027139,941.0463981,1456.653042 +465999,3080.520953,1102.671289,1467.404063,943.9558505,1454.777086 +466000,3083.732379,1100.7727,1465.772459,946.7154613,1452.896149 +466001,3086.886197,1098.886761,1464.132534,949.6181632,1451.009521 +466002,3089.995058,1097.013197,1462.484169,952.4348835,1449.116967 +466003,3093.035901,1095.152691,1460.818637,961.4812293,1447.207138 +466004,3096.049258,1093.304906,1459.153081,951.0978922,1445.302122 +466005,3099.031234,1091.470219,1457.491048,962.7789514,1443.406342 +466006,3101.95834,1089.738631,1455.811654,964.5538374,1441.492544 +466007,3104.826422,1087.796146,1454.117923,966.8706392,1439.5643 +466008,3107.660873,1086.064269,1452.41804,970.1132792,1437.631881 +466009,3110.45042,1084.268433,1450.710875,973.3096321,1435.693525 +466010,3113.204419,1082.498561,1448.995526,976.4222463,1433.747863 +466011,3115.913503,1080.742459,1447.272353,979.4260473,1431.795156 +466012,3118.588782,1078.999291,1445.541642,982.6303097,1429.835599 +466013,3121.219946,1077.269459,1443.803365,985.7866978,1427.868961 +466014,3123.806422,1075.552547,1442.057718,988.980871,1425.895333 +466015,3126.363311,1073.848939,1440.304782,992.2843396,1423.914641 +466016,3128.879705,1072.158188,1438.544839,995.4003206,1421.92711 +466017,3131.353095,1070.480669,1436.778155,998.7309184,1419.932925 +466018,3133.798867,1068.724781,1435.005853,1001.923419,1417.933425 +466019,3136.205349,1067.208001,1433.227916,1005.36971,1415.928456 +466020,3138.567554,1065.504786,1431.443124,1008.732337,1413.916334 +466021,3144.158896,1030.658909,1433.055446,978.5999979,1417.683996 +466022,3144.735678,1028.47645,1430.686676,981.4395252,1415.922333 +466023,3142.950323,1026.484119,1426.746786,984.5140469,1411.221462 +466024,3141.521559,1024.498729,1422.919799,987.4661568,1406.346841 +466025,3141.511262,1022.540735,1419.963177,990.5162712,1402.498404 +466026,3142.827226,1020.598347,1417.865978,993.668676,1399.779992 +466027,3145.020417,1018.669498,1416.188105,996.6990537,1397.92181 +466028,3147.698957,1016.664599,1415.096149,999.9306307,1396.651653 +466029,3150.621445,1014.889945,1414.232864,1003.106531,1395.788036 +466030,3153.665828,1012.935799,1413.514947,1006.123406,1395.226725 +466031,3156.773187,1011.067557,1412.897668,1009.368545,1394.90565 +466032,3159.909665,1009.197227,1412.353228,1012.55567,1394.780735 +466033,3163.34846,1007.336893,1411.859891,1015.772054,1394.814558 +466034,3166.455145,1005.574826,1411.401378,1019.003241,1394.976903 +466035,3169.530232,1003.604458,1410.968294,1022.248317,1395.247075 +466036,3172.579512,1001.834852,1410.553743,1025.505639,1395.608216 +466037,3175.601154,999.9997196,1410.151136,1028.77503,1396.044419 +466038,3178.592145,998.1861535,1409.576273,1032.146668,1396.543531 +466039,3181.548542,996.3818801,1409.211387,1035.299506,1397.094966 +466040,3184.46466,994.5862312,1408.849711,1038.666049,1397.687713 +466041,3187.336113,992.7992045,1408.483275,1042.33007,1398.312321 +466042,3190.153737,991.0205361,1408.104641,1049.688184,1398.9564 +466043,3192.939634,989.2502368,1407.725574,1042.55214,1399.632393 +466044,3195.694606,987.4879996,1407.186503,1053.88288,1400.337045 +466045,3198.393447,985.7340606,1406.843367,1055.242244,1401.047456 +466046,3201.041714,983.9875583,1406.323086,1058.441193,1401.764778 +466047,3203.64718,982.2493679,1405.900642,1061.958662,1402.492453 +466048,3206.203755,980.4318517,1405.853346,1065.317037,1403.223264 +466049,3208.707915,978.8357543,1405.519339,1068.769456,1403.952554 +466050,3211.165324,977.0595695,1404.98924,1071.987681,1404.683054 +466051,3213.581674,975.2607252,1404.578268,1075.049174,1405.417734 +466052,3215.809777,973.4344191,1403.958464,1077.940213,1406.15839 +466053,3217.756882,971.6203277,1403.479509,1080.798353,1406.90701 +466054,3219.412396,969.7774316,1402.987462,1083.619706,1407.664534 +466055,3220.809187,967.9535554,1402.481264,1086.406782,1408.431813 +466056,3221.988776,966.123711,1401.962662,1089.161127,1409.209428 +466057,3222.986116,964.292522,1401.23747,1091.882822,1409.998631 +466058,3223.824196,962.462416,1400.690413,1094.667075,1410.798812 +466059,3224.515803,960.6339296,1400.141744,1097.179292,1411.606847 +466060,3225.070346,958.8069939,1399.586923,1099.869609,1412.420078 +466061,3225.495175,956.9817862,1399.024104,1102.443391,1413.236617 +466062,3225.793503,955.1581482,1398.451603,1106.344153,1414.052826 +466063,3225.971564,953.3362186,1397.870685,1108.197115,1414.868358 +466064,3226.03488,951.515808,1397.282745,1112.588328,1415.683176 +466065,3225.997417,949.6970391,1396.69444,1110.004733,1416.504581 +466066,3225.832765,947.9647889,1396.089056,1127.953104,1417.309074 +466067,3225.596436,945.9392439,1395.498012,1096.226883,1418.13733 +466068,3225.274314,944.3083529,1394.912448,1129.815357,1418.976733 +466069,3224.804927,942.4236808,1394.096255,1119.538209,1419.777951 +466070,3224.228059,940.6240679,1393.471223,1123.979075,1420.569715 +466071,3223.560298,938.8141306,1392.851302,1126.282416,1421.362878 +466072,3222.792027,937.0050023,1392.225481,1128.447248,1422.148637 +466073,3221.925774,935.197175,1391.592968,1130.576667,1422.927996 +466074,3220.962512,933.3904191,1390.953819,1132.759769,1423.700698 +466075,3219.903029,931.5848485,1390.308832,1134.655396,1424.466666 +466076,3218.748232,929.7802599,1389.658755,1136.721959,1425.225806 +466077,3217.497608,927.999088,1389.003545,1138.885136,1425.977228 +466078,3216.222385,926.2022452,1388.345405,1140.848282,1426.720006 +466079,3214.897473,924.4038812,1387.68298,1143.209889,1427.452825 +466080,3213.481137,922.6057001,1387.013063,1146.62245,1428.172722 +466081,3213.985051,854.4324014,1388.240956,1076.387106,1432.246695 +466082,3204.717103,851.891454,1382.539486,1082.929381,1425.571418 +466083,3191.075704,874.8981811,1373.359777,1081.890582,1413.418953 +466084,3178.656081,809.7708084,1364.971223,1083.484763,1401.441914 +466085,3169.16119,863.2039156,1358.637305,1084.684023,1391.945709 +466086,3162.721088,852.5460645,1354.151534,1085.827835,1384.910862 +466087,3158.181335,820.5646199,1351.034414,1086.929448,1379.842774 +466088,3154.655563,865.0565346,1348.774405,1087.984565,1376.136185 +466089,3151.632341,808.8709193,1346.867018,1088.992373,1373.407391 +466090,3148.850827,859.4105395,1345.528347,1089.951074,1371.422631 +466091,3146.185288,809.6845499,1344.462143,1090.859602,1370.033781 +466092,3143.581776,844.6566833,1343.603976,1091.62136,1369.145145 +466093,3140.977605,817.0485019,1342.890956,1092.564469,1368.658268 +466094,3138.360221,829.2468449,1342.296669,1093.249584,1368.518928 +466095,3135.693571,822.198635,1341.784516,1093.959914,1368.659637 +466096,3133.133727,820.8624658,1341.335777,1094.601759,1369.036754 +466097,3130.649193,818.7616387,1340.938195,1095.187563,1369.616359 +466098,3128.157167,816.388926,1340.576248,1095.716721,1370.361991 +466099,3125.604298,814.3629545,1340.241862,1096.189125,1371.248298 +466100,3122.965131,812.110062,1339.929108,1096.604227,1372.254209 +466101,3120.231649,809.932069,1339.634029,1096.961536,1373.362631 +466102,3117.402748,807.7428747,1339.353713,1097.260552,1374.559183 +466103,3114.477663,805.5534563,1339.08525,1097.594884,1375.830726 +466104,3111.456985,803.3637962,1338.82692,1097.638819,1377.166777 +466105,3108.341953,801.1741004,1338.578027,1097.825913,1378.559159 +466106,3105.132733,799.0571928,1338.337151,1097.874395,1379.999677 +466107,3101.784372,796.7421219,1338.075434,1116.894159,1381.445716 +466108,3098.400317,794.5983672,1337.856966,1069.629508,1382.975867 +466109,3094.967738,792.3949123,1337.67233,1111.160058,1384.573542 +466110,3091.361503,790.2024708,1337.443411,1101.781516,1386.134497 +466111,3087.676825,787.9387895,1337.226403,1086.113451,1387.726594 +466112,3083.794796,785.5882466,1337.008237,1113.764161,1389.340029 +466113,3079.672661,783.4079482,1336.795807,1075.450833,1390.987851 +466114,3075.296721,781.0670418,1336.579414,1114.304331,1392.656913 +466115,3070.697824,778.8544329,1336.361208,1074.953311,1394.346386 +466116,3065.924742,776.4525587,1336.153117,1101.313318,1396.067415 +466117,3060.962258,774.2007868,1335.932669,1087.320012,1397.787504 +466118,3055.844955,771.8853436,1335.71227,1090.632099,1399.519377 +466119,3050.591531,769.577679,1335.497431,1088.172849,1401.267412 +466120,3045.203564,767.2669505,1335.285295,1086.93682,1403.025801 +466121,3039.688975,764.9537749,1335.077652,1085.430772,1404.794965 +466122,3034.050326,762.6375601,1334.873698,1083.833663,1406.572277 +466123,3028.28985,760.3879569,1334.672804,1082.153575,1408.355463 +466124,3022.420869,756.1018566,1334.481567,1078.214665,1410.151706 +466125,3016.077665,753.7029199,1334.101341,1076.439268,1411.965684 +466126,3009.486557,751.1905939,1333.616645,1074.401535,1413.791798 +466127,3002.89235,748.7731132,1333.130919,1072.62639,1415.626273 +466128,2996.391748,746.3603176,1332.691321,1070.740017,1417.462575 +466129,2989.975726,743.9570458,1332.301736,1068.835865,1419.293356 +466130,2983.601696,741.6266161,1331.950099,1066.900354,1421.112902 +466131,2977.233737,739.1360167,1331.624376,1064.933458,1422.918307 +466132,2970.852308,736.7927824,1331.317127,1062.847515,1424.709201 +466133,2964.449962,734.395815,1331.024132,1060.562571,1426.485953 +466134,2957.926501,732.0100348,1330.745393,1057.037199,1428.252386 +466135,2950.977849,729.6251968,1330.484319,1053.325236,1430.01573 +466136,2943.471261,727.1733176,1330.245105,1049.423167,1431.783771 +466137,2935.437995,724.951546,1330.030811,1045.274273,1433.562546 +466138,2926.971482,722.4252292,1329.842664,1041.275422,1435.355463 +466139,2918.113589,720.0959655,1329.49219,1036.734773,1437.166658 +466140,2908.883878,717.7006175,1329.368287,1032.313601,1438.998116 +466141,2264.094111,715.2442786,941.4548527,1027.424726,2549.797207 +466142,2334.094951,841.9172723,972.2972113,1151.976968,2586.630393 +466143,2426.358647,843.7203971,1012.122765,1151.418192,2624.513228 +466144,2495.103553,840.6973102,1042.387249,1146.290465,2638.120222 +466145,2534.475313,838.654266,1061.191319,1141.33284,2631.675864 +466146,2556.827233,836.3972518,1073.826484,1149.969634,2619.085123 +466147,2569.343969,834.2402031,1082.942922,1110.248794,2605.27433 +466148,2576.186108,831.9541561,1089.965571,1148.207297,2592.016489 +466149,2579.588839,829.8416828,1095.655857,1099.414906,2579.949831 +466150,2580.59519,827.4611613,1100.372124,1123.490255,2569.156364 +466151,2579.731152,825.2330688,1104.302346,1106.506617,2559.538862 +466152,2577.352059,822.9356378,1107.580299,1102.766839,2550.981071 +466153,2573.725209,820.6377459,1110.307535,1096.569249,2543.353478 +466154,2569.071067,818.3299731,1112.567618,1090.479333,2536.535805 +466155,2563.567427,816.0071583,1114.433656,1084.183701,2530.421842 +466156,2557.355644,813.6849966,1115.965174,1077.743518,2524.918973 +466157,2550.557414,811.4134707,1117.213964,1071.419316,2519.947853 +466158,2543.274935,808.95952,1118.221025,1027.122229,2515.439437 +466159,2530.748595,806.6643371,1119.020919,1017.875789,2511.329413 +466160,2515.283299,797.68828,1119.643021,1004.275686,2507.568246 +466161,2499.306993,794.6241468,1119.868776,997.3440528,2504.144333 +466162,2484.266611,792.1471253,1119.80928,991.282107,2500.989174 +466163,2470.57256,789.671445,1119.61119,985.6044455,2498.045871 +466164,2458.129474,787.3552876,1119.365019,980.1667983,2495.299912 +466165,2446.694585,785.034173,1119.100354,974.9191446,2492.730613 +466166,2436.053811,782.7502979,1118.821259,969.8354451,2490.316739 +466167,2426.054407,780.4891325,1118.526108,964.8850387,2488.038424 +466168,2416.58937,778.246116,1118.214166,960.0536919,2485.877932 +466169,2407.578356,775.9704778,1117.886114,955.2605865,2483.819673 +466170,2398.956686,773.8810763,1117.54326,950.7326785,2481.850195 +466171,2390.701948,771.573479,1117.201758,946.2112331,2479.991884 +466172,2382.738465,769.434005,1116.848574,941.6656817,2478.202334 +466173,2375.003684,767.2548811,1116.472952,937.2674683,2476.44628 +466174,2367.481375,765.0966041,1116.082491,933.0396172,2474.732182 +466175,2360.151765,762.9512752,1115.680499,928.745426,2473.060003 +466176,2352.995695,760.8180634,1115.268587,924.5685689,2471.426868 +466177,2345.995857,758.6975203,1114.847632,920.4385177,2469.631125 +466178,2339.137242,757.0712526,1114.418251,916.3592874,2468.071201 +466179,2332.406913,754.2568962,1113.980906,912.3318337,2466.542019 +466180,2325.793811,752.5271125,1113.53599,908.3501094,2465.038756 +466181,2319.28849,750.32981,1113.083861,904.4129572,2463.55813 +466182,2312.882888,748.3376882,1112.624866,900.5173615,2462.098001 +466183,2306.57003,746.2536895,1112.159312,896.5983171,2460.656766 +466184,2300.343919,744.2229097,1111.687499,892.8735572,2459.233132 +466185,2294.199326,742.1963603,1111.209697,889.0465559,2457.825953 +466186,2288.131719,740.1805861,1110.726173,885.3715465,2456.43425 +466187,2282.137105,738.1763216,1110.237163,881.5683417,2455.057144 +466188,2276.245034,736.1827583,1109.758636,877.8703516,2453.729816 +466189,2270.420519,734.2004113,1109.27591,874.3041473,2452.417456 +466190,2264.634702,732.2285115,1108.776884,870.6406539,2451.091305 +466191,2258.903718,730.2676969,1108.26894,867.0626568,2449.767343 +466192,2253.233597,728.3171109,1107.755071,863.5036525,2448.451657 +466193,2247.615983,726.3773362,1107.236515,859.9113052,2447.146371 +466194,2242.053049,724.4014308,1106.713829,856.5583568,2445.852072 +466195,2236.547939,722.5508984,1106.187456,867.5619471,2444.569111 +466196,2231.094097,720.6075432,1105.657166,827.4476835,2443.296337 +466197,2225.692761,718.7159286,1105.12319,857.1682908,2442.033689 +466198,2220.340114,716.8265495,1104.58613,845.4568949,2440.781982 +466199,2214.767578,714.9471773,1104.045729,831.332081,2439.540099 +466200,2209.518297,713.0771298,1103.502118,845.2321323,2438.307833 +466201,0,0,0,0,0 +466202,0,0,0,0,0 +466203,0,0,0,0,0 +466204,0,0,0,0,0 +466205,0,0,0,0,0 +466206,0,0,0,0,0 +466207,0,0,0,0,0 +466208,0,0,0,0,0 +466209,0,0,0,0,0 +466210,0,0,0,0,0 +466211,0,0,0,0,0 +466212,0,0,0,0,0 +466213,0,0,0,0,0 +466214,0,0,0,0,0 +466215,0,0,0,0,0 +466216,0,0,0,0,0 +466217,0,0,0,0,0 +466218,0,0,0,0,0 +466219,0,0,0,0,0 +466220,0,0,0,0,0 +466221,0,0,0,0,0 +466222,0,0,0,0,0 +466223,0,0,0,0,0 +466224,0,0,0,0,0 +466225,0,0,0,0,0 +466226,0,0,0,0,0 +466227,0,0,0,0,0 +466228,0,0,0,0,0 +466229,0,0,0,0,0 +466230,0,0,0,0,0 +466231,0,0,0,0,0 +466232,0,0,0,0,0 +466233,0,0,0,0,0 +466234,0,0,0,0,0 +466235,0,0,0,0,0 +466236,0,0,0,0,0 +466237,0,0,0,0,0 +466238,0,0,0,0,0 +466239,0,0,0,0,0 +466240,0,0,0,0,0 +466241,0,0,0,0,0 +466242,0,0,0,0,0 +466243,0,0,0,0,0 +466244,0,0,0,0,0 +466245,0,0,0,0,0 +466246,0,0,0,0,0 +466247,0,0,0,0,0 +466248,0,0,0,0,0 +466249,0,0,0,0,0 +466250,0,0,0,0,0 +466251,0,0,0,0,0 +466252,0,0,0,0,0 +466253,0,0,0,0,0 +466254,0,0,0,0,0 +466255,0,0,0,0,0 +466256,0,0,0,0,0 +466257,0,0,0,0,0 +466258,0,0,0,0,0 +466259,0,0,0,0,0 +466260,0,0,0,0,0 +466261,0,0,0,0,0 +466262,0,0,0,0,0 +466263,0,0,0,0,0 +466264,0,0,0,0,0 +466265,0,0,0,0,0 +466266,0,0,0,0,0 +466267,0,0,0,0,0 +466268,0,0,0,0,0 +466269,0,0,0,0,0 +466270,0,0,0,0,0 +466271,0,0,0,0,0 +466272,0,0,0,0,0 +466273,0,0,0,0,0 +466274,0,0,0,0,0 +466275,0,0,0,0,0 +466276,0,0,0,0,0 +466277,0,0,0,0,0 +466278,0,0,0,0,0 +466279,0,0,0,0,0 +466280,0,0,0,0,0 +466281,0,0,0,0,0 +466282,0,0,0,0,0 +466283,0,0,0,0,0 +466284,0,0,0,0,0 +466285,0,0,0,0,0 +466286,0,0,0,0,0 +466287,0,0,0,0,0 +466288,0,0,0,0,0 +466289,0,0,0,0,0 +466290,0,0,0,0,0 +466291,0,0,0,0,0 +466292,0,0,0,0,0 +466293,0,0,0,0,0 +466294,0,0,0,0,0 +466295,0,0,0,0,0 +466296,0,0,0,0,0 +466297,0,0,0,0,0 +466298,0,0,0,0,0 +466299,0,0,0,0,0 +466300,0,0,0,0,0 +466301,0,0,0,0,0 +466302,0,0,0,0,0 +466303,0,0,0,0,0 +466304,0,0,0,0,0 +466305,0,0,0,0,0 +466306,0,0,0,0,0 +466307,0,0,0,0,0 +466308,0,0,0,0,0 +466309,0,0,0,0,0 +466310,0,0,0,0,0 +466311,0,0,0,0,0 +466312,0,0,0,0,0 +466313,0,0,0,0,0 +466314,0,0,0,0,0 +466315,0,0,0,0,0 +466316,0,0,0,0,0 +466317,0,0,0,0,0 +466318,0,0,0,0,0 +466319,0,0,0,0,0 +466320,0,0,0,0,0 +466321,0,0,0,0,0 +466322,0,0,0,0,0 +466323,0,0,0,0,0 +466324,0,0,0,0,0 +466325,0,0,0,0,0 +466326,0,0,0,0,0 +466327,0,0,0,0,0 +466328,0,0,0,0,0 +466329,0,0,0,0,0 +466330,0,0,0,0,0 +466331,0,0,0,0,0 +466332,0,0,0,0,0 +466333,0,0,0,0,0 +466334,0,0,0,0,0 +466335,0,0,0,0,0 +466336,0,0,0,0,0 +466337,0,0,0,0,0 +466338,0,0,0,0,0 +466339,0,0,0,0,0 +466340,0,0,0,0,0 +466341,0,0,0,0,0 +466342,0,0,0,0,0 +466343,0,0,0,0,0 +466344,0,0,0,0,0 +466345,0,0,0,0,0 +466346,0,0,0,0,0 +466347,0,0,0,0,0 +466348,0,0,0,0,0 +466349,0,0,0,0,0 +466350,0,0,0,0,0 +466351,0,0,0,0,0 +466352,0,0,0,0,0 +466353,0,0,0,0,0 +466354,0,0,0,0,0 +466355,0,0,0,0,0 +466356,0,0,0,0,0 +466357,0,0,0,0,0 +466358,0,0,0,0,0 +466359,0,0,0,0,0 +466360,0,0,0,0,0 +466361,0,0,0,0,0 +466362,0,0,0,0,0 +466363,0,0,0,0,0 +466364,0,0,0,0,0 +466365,0,0,0,0,0 +466366,0,0,0,0,0 +466367,0,0,0,0,0 +466368,0,0,0,0,0 +466369,0,0,0,0,0 +466370,0,0,0,0,0 +466371,0,0,0,0,0 +466372,0,0,0,0,0 +466373,0,0,0,0,0 +466374,0,0,0,0,0 +466375,0,0,0,0,0 +466376,0,0,0,0,0 +466377,0,0,0,0,0 +466378,0,0,0,0,0 +466379,0,0,0,0,0 +466380,0,0,0,0,0 +466381,0,0,0,0,0 +466382,0,0,0,0,0 +466383,0,0,0,0,0 +466384,0,0,0,0,0 +466385,0,0,0,0,0 +466386,0,0,0,0,0 +466387,0,0,0,0,0 +466388,0,0,0,0,0 +466389,0,0,0,0,0 +466390,0,0,0,0,0 +466391,0,0,0,0,0 +466392,0,0,0,0,0 +466393,0,0,0,0,0 +466394,0,0,0,0,0 +466395,0,0,0,0,0 +466396,0,0,0,0,0 +466397,0,0,0,0,0 +466398,0,0,0,0,0 +466399,0,0,0,0,0 +466400,0,0,0,0,0 +466401,0,0,0,0,0 +466402,0,0,0,0,0 +466403,0,0,0,0,0 +466404,0,0,0,0,0 +466405,0,0,0,0,0 +466406,0,0,0,0,0 +466407,0,0,0,0,0 +466408,0,0,0,0,0 +466409,0,0,0,0,0 +466410,0,0,0,0,0 +466411,0,0,0,0,0 +466412,0,0,0,0,0 +466413,0,0,0,0,0 +466414,0,0,0,0,0 +466415,0,0,0,0,0 +466416,0,0,0,0,0 +466417,0,0,0,0,0 +466418,0,0,0,0,0 +466419,0,0,0,0,0 +466420,0,0,0,0,0 +466421,0,0,0,0,0 +466422,0,0,0,0,0 +466423,0,0,0,0,0 +466424,0,0,0,0,0 +466425,0,0,0,0,0 +466426,0,0,0,0,0 +466427,0,0,0,0,0 +466428,0,0,0,0,0 +466429,0,0,0,0,0 +466430,0,0,0,0,0 +466431,0,0,0,0,0 +466432,0,0,0,0,0 +466433,0,0,0,0,0 +466434,0,0,0,0,0 +466435,0,0,0,0,0 +466436,0,0,0,0,0 +466437,0,0,0,0,0 +466438,0,0,0,0,0 +466439,0,0,0,0,0 +466440,0,0,0,0,0 +466441,0,0,0,0,0 +466442,0,0,0,0,0 +466443,0,0,0,0,0 +466444,0,0,0,0,0 +466445,0,0,0,0,0 +466446,0,0,0,0,0 +466447,0,0,0,0,0 +466448,0,0,0,0,0 +466449,0,0,0,0,0 +466450,0,0,0,0,0 +466451,0,0,0,0,0 +466452,0,0,0,0,0 +466453,0,0,0,0,0 +466454,0,0,0,0,0 +466455,0,0,0,0,0 +466456,0,0,0,0,0 +466457,0,0,0,0,0 +466458,0,0,0,0,0 +466459,0,0,0,0,0 +466460,0,0,0,0,0 +466461,0,0,0,0,0 +466462,0,0,0,0,0 +466463,0,0,0,0,0 +466464,0,0,0,0,0 +466465,0,0,0,0,0 +466466,0,0,0,0,0 +466467,0,0,0,0,0 +466468,0,0,0,0,0 +466469,0,0,0,0,0 +466470,0,0,0,0,0 +466471,0,0,0,0,0 +466472,0,0,0,0,0 +466473,0,0,0,0,0 +466474,0,0,0,0,0 +466475,0,0,0,0,0 +466476,0,0,0,0,0 +466477,0,0,0,0,0 +466478,0,0,0,0,0 +466479,0,0,0,0,0 +466480,0,0,0,0,0 +466481,0,0,0,0,0 +466482,0,0,0,0,0 +466483,0,0,0,0,0 +466484,0,0,0,0,0 +466485,0,0,0,0,0 +466486,0,0,0,0,0 +466487,0,0,0,0,0 +466488,0,0,0,0,0 +466489,0,0,0,0,0 +466490,0,0,0,0,0 +466491,0,0,0,0,0 +466492,0,0,0,0,0 +466493,0,0,0,0,0 +466494,0,0,0,0,0 +466495,0,0,0,0,0 +466496,0,0,0,0,0 +466497,0,0,0,0,0 +466498,0,0,0,0,0 +466499,0,0,0,0,0 +466500,0,0,0,0,0 +466501,0,0,0,0,0 +466502,0,0,0,0,0 +466503,0,0,0,0,0 +466504,0,0,0,0,0 +466505,0,0,0,0,0 +466506,0,0,0,0,0 +466507,0,0,0,0,0 +466508,0,0,0,0,0 +466509,0,0,0,0,0 +466510,0,0,0,0,0 +466511,0,0,0,0,0 +466512,0,0,0,0,0 +466513,0,0,0,0,0 +466514,0,0,0,0,0 +466515,0,0,0,0,0 +466516,0,0,0,0,0 +466517,0,0,0,0,0 +466518,0,0,0,0,0 +466519,0,0,0,0,0 +466520,0,0,0,0,0 +466521,0,0,0,0,0 +466522,0,0,0,0,0 +466523,0,0,0,0,0 +466524,0,0,0,0,0 +466525,0,0,0,0,0 +466526,0,0,0,0,0 +466527,0,0,0,0,0 +466528,0,0,0,0,0 +466529,0,0,0,0,0 +466530,0,0,0,0,0 +466531,0,0,0,0,0 +466532,0,0,0,0,0 +466533,0,0,0,0,0 +466534,0,0,0,0,0 +466535,0,0,0,0,0 +466536,0,0,0,0,0 +466537,0,0,0,0,0 +466538,0,0,0,0,0 +466539,0,0,0,0,0 +466540,0,0,0,0,0 +466541,0,0,0,0,0 +466542,0,0,0,0,0 +466543,0,0,0,0,0 +466544,0,0,0,0,0 +466545,0,0,0,0,0 +466546,0,0,0,0,0 +466547,0,0,0,0,0 +466548,0,0,0,0,0 +466549,0,0,0,0,0 +466550,0,0,0,0,0 +466551,0,0,0,0,0 +466552,0,0,0,0,0 +466553,0,0,0,0,0 +466554,0,0,0,0,0 +466555,0,0,0,0,0 +466556,0,0,0,0,0 +466557,0,0,0,0,0 +466558,0,0,0,0,0 +466559,0,0,0,0,0 +466560,0,0,0,0,0 +466561,0,0,0,0,0 +466562,0,0,0,0,0 +466563,0,0,0,0,0 +466564,0,0,0,0,0 +466565,0,0,0,0,0 +466566,0,0,0,0,0 +466567,0,0,0,0,0 +466568,0,0,0,0,0 +466569,0,0,0,0,0 +466570,0,0,0,0,0 +466571,0,0,0,0,0 +466572,0,0,0,0,0 +466573,0,0,0,0,0 +466574,0,0,0,0,0 +466575,0,0,0,0,0 +466576,0,0,0,0,0 +466577,0,0,0,0,0 +466578,0,0,0,0,0 +466579,0,0,0,0,0 +466580,0,0,0,0,0 +466581,0,0,0,0,0 +466582,0,0,0,0,0 +466583,0,0,0,0,0 +466584,0,0,0,0,0 +466585,0,0,0,0,0 +466586,0,0,0,0,0 +466587,0,0,0,0,0 +466588,0,0,0,0,0 +466589,0,0,0,0,0 +466590,0,0,0,0,0 +466591,0,0,0,0,0 +466592,0,0,0,0,0 +466593,0,0,0,0,0 +466594,0,0,0,0,0 +466595,0,0,0,0,0 +466596,0,0,0,0,0 +466597,0,0,0,0,0 +466598,0,0,0,0,0 +466599,0,0,0,0,0 +466600,0,0,0,0,0 +466601,0,0,0,0,0 +466602,0,0,0,0,0 +466603,0,0,0,0,0 +466604,0,0,0,0,0 +466605,0,0,0,0,0 +466606,0,0,0,0,0 +466607,0,0,0,0,0 +466608,0,0,0,0,0 +466609,0,0,0,0,0 +466610,0,0,0,0,0 +466611,0,0,0,0,0 +466612,0,0,0,0,0 +466613,0,0,0,0,0 +466614,0,0,0,0,0 +466615,0,0,0,0,0 +466616,0,0,0,0,0 +466617,0,0,0,0,0 +466618,0,0,0,0,0 +466619,0,0,0,0,0 +466620,0,0,0,0,0 +466621,0,0,0,0,0 +466622,0,0,0,0,0 +466623,0,0,0,0,0 +466624,0,0,0,0,0 +466625,0,0,0,0,0 +466626,0,0,0,0,0 +466627,0,0,0,0,0 +466628,0,0,0,0,0 +466629,0,0,0,0,0 +466630,0,0,0,0,0 +466631,0,0,0,0,0 +466632,0,0,0,0,0 +466633,0,0,0,0,0 +466634,0,0,0,0,0 +466635,0,0,0,0,0 +466636,0,0,0,0,0 +466637,0,0,0,0,0 +466638,0,0,0,0,0 +466639,0,0,0,0,0 +466640,0,0,0,0,0 +466641,0,0,0,0,0 +466642,0,0,0,0,0 +466643,0,0,0,0,0 +466644,0,0,0,0,0 +466645,0,0,0,0,0 +466646,0,0,0,0,0 +466647,0,0,0,0,0 +466648,0,0,0,0,0 +466649,0,0,0,0,0 +466650,0,0,0,0,0 +466651,0,0,0,0,0 +466652,0,0,0,0,0 +466653,0,0,0,0,0 +466654,0,0,0,0,0 +466655,0,0,0,0,0 +466656,0,0,0,0,0 +466657,0,0,0,0,0 +466658,0,0,0,0,0 +466659,0,0,0,0,0 +466660,0,0,0,0,0 +466661,0,0,0,0,0 +466662,0,0,0,0,0 +466663,0,0,0,0,0 +466664,0,0,0,0,0 +466665,0,0,0,0,0 +466666,0,0,0,0,0 +466667,0,0,0,0,0 +466668,0,0,0,0,0 +466669,0,0,0,0,0 +466670,0,0,0,0,0 +466671,0,0,0,0,0 +466672,0,0,0,0,0 +466673,0,0,0,0,0 +466674,0,0,0,0,0 +466675,0,0,0,0,0 +466676,0,0,0,0,0 +466677,0,0,0,0,0 +466678,0,0,0,0,0 +466679,0,0,0,0,0 +466680,0,0,0,0,0 +466681,0,0,0,0,0 +466682,0,0,0,0,0 +466683,0,0,0,0,0 +466684,0,0,0,0,0 +466685,0,0,0,0,0 +466686,0,0,0,0,0 +466687,0,0,0,0,0 +466688,0,0,0,0,0 +466689,0,0,0,0,0 +466690,0,0,0,0,0 +466691,0,0,0,0,0 +466692,0,0,0,0,0 +466693,0,0,0,0,0 +466694,0,0,0,0,0 +466695,0,0,0,0,0 +466696,0,0,0,0,0 +466697,0,0,0,0,0 +466698,0,0,0,0,0 +466699,0,0,0,0,0 +466700,0,0,0,0,0 +466701,0,0,0,0,0 +466702,0,0,0,0,0 +466703,0,0,0,0,0 +466704,0,0,0,0,0 +466705,0,0,0,0,0 +466706,0,0,0,0,0 +466707,0,0,0,0,0 +466708,0,0,0,0,0 +466709,0,0,0,0,0 +466710,0,0,0,0,0 +466711,0,0,0,0,0 +466712,0,0,0,0,0 +466713,0,0,0,0,0 +466714,0,0,0,0,0 +466715,0,0,0,0,0 +466716,0,0,0,0,0 +466717,0,0,0,0,0 +466718,0,0,0,0,0 +466719,0,0,0,0,0 +466720,0,0,0,0,0 +466721,0,0,0,0,0 +466722,0,0,0,0,0 +466723,0,0,0,0,0 +466724,0,0,0,0,0 +466725,0,0,0,0,0 +466726,0,0,0,0,0 +466727,0,0,0,0,0 +466728,0,0,0,0,0 +466729,0,0,0,0,0 +466730,0,0,0,0,0 +466731,0,0,0,0,0 +466732,0,0,0,0,0 +466733,0,0,0,0,0 +466734,0,0,0,0,0 +466735,0,0,0,0,0 +466736,0,0,0,0,0 +466737,0,0,0,0,0 +466738,0,0,0,0,0 +466739,0,0,0,0,0 +466740,0,0,0,0,0 +466741,0,0,0,0,0 +466742,0,0,0,0,0 +466743,0,0,0,0,0 +466744,0,0,0,0,0 +466745,0,0,0,0,0 +466746,0,0,0,0,0 +466747,0,0,0,0,0 +466748,0,0,0,0,0 +466749,0,0,0,0,0 +466750,0,0,0,0,0 +466751,0,0,0,0,0 +466752,0,0,0,0,0 +466753,0,0,0,0,0 +466754,0,0,0,0,0 +466755,0,0,0,0,0 +466756,0,0,0,0,0 +466757,0,0,0,0,0 +466758,0,0,0,0,0 +466759,0,0,0,0,0 +466760,0,0,0,0,0 +466761,0,0,0,0,0 +466762,0,0,0,0,0 +466763,0,0,0,0,0 +466764,0,0,0,0,0 +466765,0,0,0,0,0 +466766,0,0,0,0,0 +466767,0,0,0,0,0 +466768,0,0,0,0,0 +466769,0,0,0,0,0 +466770,0,0,0,0,0 +466771,0,0,0,0,0 +466772,0,0,0,0,0 +466773,0,0,0,0,0 +466774,0,0,0,0,0 +466775,0,0,0,0,0 +466776,0,0,0,0,0 +466777,0,0,0,0,0 +466778,0,0,0,0,0 +466779,0,0,0,0,0 +466780,0,0,0,0,0 +466781,0,0,0,0,0 +466782,0,0,0,0,0 +466783,0,0,0,0,0 +466784,0,0,0,0,0 +466785,0,0,0,0,0 +466786,0,0,0,0,0 +466787,0,0,0,0,0 +466788,0,0,0,0,0 +466789,0,0,0,0,0 +466790,0,0,0,0,0 +466791,0,0,0,0,0 +466792,0,0,0,0,0 +466793,0,0,0,0,0 +466794,0,0,0,0,0 +466795,0,0,0,0,0 +466796,0,0,0,0,0 +466797,0,0,0,0,0 +466798,0,0,0,0,0 +466799,0,0,0,0,0 +466800,0,0,0,0,0 +466801,0,0,0,0,0 +466802,0,0,0,0,0 +466803,0,0,0,0,0 +466804,0,0,0,0,0 +466805,0,0,0,0,0 +466806,0,0,0,0,0 +466807,0,0,0,0,0 +466808,0,0,0,0,0 +466809,0,0,0,0,0 +466810,0,0,0,0,0 +466811,0,0,0,0,0 +466812,0,0,0,0,0 +466813,0,0,0,0,0 +466814,0,0,0,0,0 +466815,0,0,0,0,0 +466816,0,0,0,0,0 +466817,0,0,0,0,0 +466818,0,0,0,0,0 +466819,0,0,0,0,0 +466820,0,0,0,0,0 +466821,0,0,0,0,0 +466822,0,0,0,0,0 +466823,0,0,0,0,0 +466824,0,0,0,0,0 +466825,0,0,0,0,0 +466826,0,0,0,0,0 +466827,0,0,0,0,0 +466828,0,0,0,0,0 +466829,0,0,0,0,0 +466830,0,0,0,0,0 +466831,0,0,0,0,0 +466832,0,0,0,0,0 +466833,0,0,0,0,0 +466834,0,0,0,0,0 +466835,0,0,0,0,0 +466836,0,0,0,0,0 +466837,0,0,0,0,0 +466838,0,0,0,0,0 +466839,0,0,0,0,0 +466840,0,0,0,0,0 +466841,0,0,0,0,0 +466842,0,0,0,0,0 +466843,0,0,0,0,0 +466844,0,0,0,0,0 +466845,0,0,0,0,0 +466846,0,0,0,0,0 +466847,0,0,0,0,0 +466848,0,0,0,0,0 +466849,0,0,0,0,0 +466850,0,0,0,0,0 +466851,0,0,0,0,0 +466852,0,0,0,0,0 +466853,0,0,0,0,0 +466854,0,0,0,0,0 +466855,0,0,0,0,0 +466856,0,0,0,0,0 +466857,0,0,0,0,0 +466858,0,0,0,0,0 +466859,0,0,0,0,0 +466860,0,0,0,0,0 +466861,0,0,0,0,0 +466862,0,0,0,0,0 +466863,0,0,0,0,0 +466864,0,0,0,0,0 +466865,0,0,0,0,0 +466866,0,0,0,0,0 +466867,0,0,0,0,0 +466868,0,0,0,0,0 +466869,0,0,0,0,0 +466870,0,0,0,0,0 +466871,0,0,0,0,0 +466872,0,0,0,0,0 +466873,0,0,0,0,0 +466874,0,0,0,0,0 +466875,0,0,0,0,0 +466876,0,0,0,0,0 +466877,0,0,0,0,0 +466878,0,0,0,0,0 +466879,0,0,0,0,0 +466880,0,0,0,0,0 +466881,0,0,0,0,0 +466882,0,0,0,0,0 +466883,0,0,0,0,0 +466884,0,0,0,0,0 +466885,0,0,0,0,0 +466886,0,0,0,0,0 +466887,0,0,0,0,0 +466888,0,0,0,0,0 +466889,0,0,0,0,0 +466890,0,0,0,0,0 +466891,0,0,0,0,0 +466892,0,0,0,0,0 +466893,0,0,0,0,0 +466894,0,0,0,0,0 +466895,0,0,0,0,0 +466896,0,0,0,0,0 +466897,0,0,0,0,0 +466898,0,0,0,0,0 +466899,0,0,0,0,0 +466900,0,0,0,0,0 +466901,0,0,0,0,0 +466902,0,0,0,0,0 +466903,0,0,0,0,0 +466904,0,0,0,0,0 +466905,0,0,0,0,0 +466906,0,0,0,0,0 +466907,0,0,0,0,0 +466908,0,0,0,0,0 +466909,0,0,0,0,0 +466910,0,0,0,0,0 +466911,0,0,0,0,0 +466912,0,0,0,0,0 +466913,0,0,0,0,0 +466914,0,0,0,0,0 +466915,0,0,0,0,0 +466916,0,0,0,0,0 +466917,0,0,0,0,0 +466918,0,0,0,0,0 +466919,0,0,0,0,0 +466920,0,0,0,0,0 +466921,0,0,0,0,0 +466922,0,0,0,0,0 +466923,0,0,0,0,0 +466924,0,0,0,0,0 +466925,0,0,0,0,0 +466926,0,0,0,0,0 +466927,0,0,0,0,0 +466928,0,0,0,0,0 +466929,0,0,0,0,0 +466930,0,0,0,0,0 +466931,0,0,0,0,0 +466932,0,0,0,0,0 +466933,0,0,0,0,0 +466934,0,0,0,0,0 +466935,0,0,0,0,0 +466936,0,0,0,0,0 +466937,0,0,0,0,0 +466938,0,0,0,0,0 +466939,0,0,0,0,0 +466940,0,0,0,0,0 +466941,0,0,0,0,0 +466942,0,0,0,0,0 +466943,0,0,0,0,0 +466944,0,0,0,0,0 +466945,0,0,0,0,0 +466946,0,0,0,0,0 +466947,0,0,0,0,0 +466948,0,0,0,0,0 +466949,0,0,0,0,0 +466950,0,0,0,0,0 +466951,0,0,0,0,0 +466952,0,0,0,0,0 +466953,0,0,0,0,0 +466954,0,0,0,0,0 +466955,0,0,0,0,0 +466956,0,0,0,0,0 +466957,0,0,0,0,0 +466958,0,0,0,0,0 +466959,0,0,0,0,0 +466960,0,0,0,0,0 +466961,0,0,0,0,0 +466962,0,0,0,0,0 +466963,0,0,0,0,0 +466964,0,0,0,0,0 +466965,0,0,0,0,0 +466966,0,0,0,0,0 +466967,0,0,0,0,0 +466968,0,0,0,0,0 +466969,0,0,0,0,0 +466970,0,0,0,0,0 +466971,0,0,0,0,0 +466972,0,0,0,0,0 +466973,0,0,0,0,0 +466974,0,0,0,0,0 +466975,0,0,0,0,0 +466976,0,0,0,0,0 +466977,0,0,0,0,0 +466978,0,0,0,0,0 +466979,0,0,0,0,0 +466980,0,0,0,0,0 +466981,-2035.842057,-907.9655458,-2011.332511,-907.8293553,-1338.869084 +466982,-1924.427362,-832.2582552,-1898.36246,-832.1235202,-1087.219142 +466983,-1798.819163,-761.1138684,-1769.7903,-760.9811281,-991.634869 +466984,-1662.710957,-703.2628208,-1636.279283,-703.133048,-914.3092205 +466985,-1671.517237,-707.5635667,-1644.72163,-707.4379411,-921.9383506 +466986,-1186.270631,-686.7578642,-1625.699099,-685.7649428,-912.1913531 +466987,-715.1108298,-270.7021164,-483.5348056,-270.5943988,-887.1075193 +466988,-1060.667127,-510.2027761,-1146.799757,-510.1132788,-827.585079 +466989,-901.5175257,-418.5336952,-906.0115524,-419.2582607,-740.8022887 +466990,-883.7350322,-411.8384826,-890.5369918,-410.8389825,-737.9146209 +466991,-878.2421551,-406.0377834,-881.228163,-406.793732,-715.226238 +466992,-865.4437565,-401.2697568,-869.4303891,-400.2778003,-709.3518816 +466993,-859.1083068,-397.2052647,-859.5531929,-397.1172806,-688.7422928 +466994,-846.6999814,-217.5482177,-832.8589041,-391.2414875,-614.606568 +466995,-841.9732455,-194.5322555,-823.4523206,-387.3061916,-551.421952 +466996,-831.9855614,-175.3455085,-812.90714,-382.6747684,-630.3353351 +466997,-823.1548072,-157.3936317,-804.6128318,-378.8055508,-579.1219531 +466998,-818.6199752,-140.6700651,-794.9296826,-374.1755161,-640.8719184 +466999,-763.6512477,-108.0695966,-742.0064491,-351.6999059,-535.7757586 +467000,-867.0626366,-131.3420938,-842.5049821,-393.5484369,-487.1013662 +467001,-763.6045948,-80.6899677,-738.2734921,-350.0392078,-614.3216662 +467002,-793.5073927,-78.28506703,-768.7908963,-361.8363668,-554.169988 +467003,-781.4242661,-60.1138275,-752.7691608,-354.799022,-520.7154654 +467004,-773.3699056,-44.65014064,-746.4495802,-352.403031,-402.6067799 +467005,-766.8393084,-29.2576725,-740.5030372,-347.8128645,-587.6204687 +467006,-760.7955021,-13.65034299,-730.4417697,-344.5474672,-535.7168566 +467007,-753.8581931,1.693747763,-726.3824332,-341.253478,-425.8568249 +467008,-747.6255556,16.8164164,-718.2664906,-337.6659874,-597.738399 +467009,-740.0478242,32.16639815,-711.2538817,-334.9848689,-553.6422595 +467010,-735.7593108,47.51793317,-705.2915628,-330.8246517,-448.528662 +467011,-728.3773909,47.31907493,-700.7880653,-328.2984609,-605.1081438 +467012,-723.7805055,47.4621441,-691.4857727,-324.6914072,-563.3952577 +467013,-681.2623421,55.34876734,-652.1036433,-307.1825145,-488.819843 +467014,-761.4839145,89.45361326,-731.5518544,-339.8259446,-414.5718708 +467015,-681.0191654,50.25706222,-650.3736439,-305.787807,-593.8798311 +467016,-702.5806322,51.94509713,-674.7569524,-314.1348079,-556.6354961 +467017,-694.1323424,54.28526741,-664.3491187,-310.2313773,-520.5025978 +467018,-686.0743365,96.05916108,-658.2969207,-305.9420532,-414.8039709 +467019,-681.5604029,58.88825292,-652.4934648,-304.1754982,-590.2533674 +467020,-675.5175282,61.22753398,-649.5987012,-300.0786903,-554.9861282 +467021,-669.7055269,63.98824365,-642.0135624,-298.0498687,-521.9387977 +467022,-636.1424073,72.80395707,-611.122969,-283.3474687,-467.5804425 +467023,-699.4586276,69.80803358,-673.0535123,-309.0291169,-478.3108096 +467024,-633.5420905,72.64882314,-608.5460848,-281.1678309,-468.3313909 +467025,-651.5172296,125.20086,-625.7945096,-288.2000835,-336.587056 +467026,-642.0281187,77.58569544,-619.6828605,-284.3975278,-560.189437 +467027,-636.2789278,80.04304527,-611.1099742,-280.6676148,-531.0031066 +467028,-631.4442761,83.04477968,-609.7219573,-278.6608818,-503.4429044 +467029,-624.6539512,86.21516983,-603.6266185,-275.368248,-482.674884 +467030,-590.1474172,96.17772051,-567.8658939,-260.423835,-437.9984667 +467031,-658.8509014,139.2184512,-637.2811674,-289.1354548,-346.4656289 +467032,-587.8070489,94.6836123,-566.1178095,-259.0547655,-561.8741142 +467033,-608.6408677,97.30534637,-585.5620327,-266.9809404,-536.4204066 +467034,-596.6284369,100.4740929,-575.6731731,-262.6263449,-511.9413051 +467035,-590.6169057,103.7975038,-570.1523642,-260.3022988,-494.2725525 +467036,-587.3422277,107.1159894,-564.9496864,-257.2830802,-479.5268267 +467037,-579.0914597,110.3779474,-558.2860169,-255.0917854,-466.7873386 +467038,-574.009392,113.5945538,-553.5916084,-252.410944,-455.7124409 +467039,-569.27157,116.7849306,-548.0475278,-250.1051647,-448.5105742 +467040,-557.0129316,119.9684438,-534.8582191,-244.2968235,-443.3032051 +467041,99.51771845,123.1217992,99.3239506,44.98695497,171.9711348 +467042,108.6811064,134.6691181,108.8666544,49.21180309,199.2696008 +467043,122.4032961,150.0804227,123.0297333,55.48456904,240.3107259 +467044,136.6604628,165.7582095,137.6756988,61.92388874,282.9635107 +467045,149.6593791,179.9446308,150.9981052,67.71033689,321.9645927 +467046,161.1167449,192.3619592,162.7285717,72.73591966,356.4526195 +467047,171.2893568,203.3080174,173.1375684,77.14134956,386.2455082 +467048,180.4783126,213.1396646,182.5335741,81.08145791,412.3263744 +467049,188.8939059,222.1178192,191.1303105,84.66313444,435.5643967 +467050,196.5288343,230.4144057,199.0644141,87.95437699,456.5065072 +467051,203.5360266,238.1496755,206.4327101,91.00265021,475.4920448 +467052,210.0627903,245.4172927,213.3138937,93.79818274,492.7685581 +467053,216.2107948,252.2950746,219.7761958,96.39641412,508.5461416 +467054,222.0473265,448.3892025,225.8791067,98.84980862,523.0127072 +467055,227.6213213,480.376154,231.6737521,101.1923492,536.335218 +467056,232.9723896,465.634405,237.203543,103.4446679,548.6596109 +467057,238.134033,509.5544382,242.5050883,105.620739,560.1118695 +467058,243.134642,533.6700492,247.6092032,107.7315092,570.800316 +467059,247.9980568,556.7439059,252.5418598,109.786178,580.8181697 +467060,252.7442491,579.9478833,257.325011,111.7925553,590.2459777 +467061,257.3899154,602.3436611,261.9772404,113.7571708,599.1534414 +467062,261.9490652,624.8819034,266.5143028,115.6854376,607.6010059 +467063,266.1464388,647.3571094,270.6625468,117.4513523,615.1192221 +467064,270.6197958,668.7224586,275.0613568,119.3440849,622.8951181 +467065,275.0291204,690.967618,279.3720652,121.2082413,630.3351222 +467066,279.3803312,712.2555406,283.6016574,123.0457883,637.4715632 +467067,283.6799638,733.4025267,287.7575773,124.8591072,644.3351679 +467068,287.9344173,754.8451861,291.8470896,126.6533655,650.9542276 +467069,292.1492636,775.5761114,295.876659,128.4263419,657.3537953 +467070,296.3290464,796.0877291,299.8517268,130.1760269,663.555477 +467071,300.477515,815.4056107,303.7768507,131.902774,669.5779587 +467072,304.585557,832.4346596,307.6488698,133.6052053,675.4373371 +467073,308.6447192,850.4223658,311.465444,135.2828212,681.1475806 +467074,312.6579678,867.7431908,315.2285049,136.9369756,686.7208863 +467075,316.6309902,884.9030101,318.9415892,138.5695731,692.1680316 +467076,320.5684978,901.4944609,322.6081462,140.182351,697.4984791 +467077,324.4819334,927.6158627,326.2310914,141.7767341,702.7206916 +467078,328.3641985,948.4511036,329.8128335,143.3538803,707.8421355 +467079,332.2084146,969.5789203,333.3553796,144.9147423,712.8693055 +467080,336.0132541,990.224603,336.860475,146.4601373,717.8079305 +467081,339.7808369,1010.597664,340.329677,147.9907844,722.6631596 +467082,343.5142181,1030.688499,343.7643707,149.5073146,727.4395613 +467083,347.2162218,1050.506747,347.1658158,151.0102941,732.1412864 +467084,350.8891491,1070.06156,350.5351344,152.5002211,736.7720171 +467085,354.5348988,1089.361014,353.8733603,153.9775495,741.3351312 +467086,358.1550703,1108.365971,357.1814284,155.4426854,745.8336442 +467087,361.7510729,1127.240166,360.460212,156.8960046,750.27035 +467088,365.3241401,1145.786882,363.7105042,158.337845,754.6477428 +467089,368.8753868,1164.092037,366.9330588,159.7685259,758.9681644 +467090,372.4058009,1182.284543,370.1285727,161.1883397,763.2337219 +467091,375.9162816,1200.162655,373.2977118,162.5975645,767.4464085 +467092,379.4076363,1217.339688,376.4411011,163.9964597,771.6080307 +467093,382.8806003,1235.574835,379.5593357,165.3852708,775.7203014 +467094,386.3358457,1252.445449,382.6529828,166.7642307,779.7847855 +467095,389.7739979,1269.73859,385.722593,168.1335648,783.802994 +467096,393.1956288,1286.461433,388.7686879,169.4934856,787.7762999 +467097,396.6012813,1303.284055,391.7917799,170.8442015,791.7060464 +467098,399.9914475,1319.688475,394.7923496,172.1859065,795.5934437 +467099,403.3669087,1336.109422,397.7708777,173.5187951,799.4396995 +467100,406.7283378,1352.210747,400.7278216,174.8430512,803.2459113 +467101,410.0301002,1537.371268,403.6175289,176.1379001,806.9293457 +467102,420.411105,1555.408403,413.5800924,180.6095471,823.9800817 +467103,434.3532639,1572.44505,427.1053937,186.6294239,847.7754074 +467104,448.3171052,1589.31915,440.6557931,192.5857873,871.7675853 +467105,460.8365431,1605.524477,452.7628957,197.8305261,893.2680311 +467106,471.7770592,1621.876972,463.2889363,202.326801,912.0039281 +467107,481.4420659,1637.72148,472.5347675,206.232531,928.4771984 +467108,489.9590118,1654.828082,480.8074839,209.7009513,943.1962202 +467109,497.6098289,1678.043637,488.1389744,212.7672493,956.5057067 +467110,504.6185255,1683.13765,494.7383388,215.5275265,968.6272176 +467111,511.1268593,1714.243776,500.7888355,218.0622117,979.7212745 +467112,517.2253135,1709.380323,506.4105425,220.4236116,989.9203615 +467113,522.9800173,1711.175674,511.6805174,222.6453242,999.3407239 +467114,528.445003,1757.130558,516.6541482,224.7513672,1008.084463 +467115,533.666221,1755.491159,521.3762845,226.7608977,1016.240415 +467116,538.6824465,1773.346491,525.8849083,228.6898207,1023.885011 +467117,543.5259737,1787.911421,530.2122048,230.5513378,1031.083852 +467118,548.2234238,1801.879208,534.3850517,232.3562456,1037.893146 +467119,552.4804744,1815.935759,538.1094688,233.9695576,1043.786162 +467120,556.9693402,1829.778668,542.0580124,235.6958108,1049.993736 +467121,561.4081428,1843.562726,545.9489874,237.4056926,1056.012101 +467122,565.8391096,1857.002143,549.8246984,239.1172937,1061.926138 +467123,566.7408266,1870.399113,550.1637737,239.2290098,1061.340686 +467124,566.048801,1883.876963,548.9018301,238.6209268,1296.092963 +467125,565.4183832,1896.84923,547.6944256,238.0453685,1226.069249 +467126,564.866862,1910.012438,546.5590835,237.5089591,1252.809736 +467127,639.3991701,1922.664073,545.4862409,237.0056799,1276.574927 +467128,741.8789335,1935.675784,544.4597549,236.5267962,1292.407694 +467129,721.437533,1948.069125,543.465862,236.0650834,1307.962116 +467130,742.6712761,1960.614037,542.4945935,235.6153887,1322.707692 +467131,762.6434539,1972.120031,541.5387511,235.1740432,1337.889832 +467132,778.3524252,1983.362592,562.3155174,234.735349,1352.086873 +467133,793.0423788,1994.39434,730.7734928,234.2954871,1366.736326 +467134,809.6895501,1995.917141,671.4047089,233.8525632,1380.628427 +467135,824.8711338,2004.936743,702.1858562,233.4981989,1394.3493 +467136,838.7407824,2014.322773,717.1310775,233.203255,1408.462995 +467137,853.6149606,2024.08733,729.4904164,232.9175363,1421.351084 +467138,867.21206,2033.483655,741.5276624,237.5408722,1434.507765 +467139,881.6801622,2042.955653,753.4293998,321.3446905,1447.860187 +467140,895.0570779,2051.963824,765.1079477,281.8177526,1460.468332 +467141,908.8979347,2061.235114,776.6171094,300.5715438,1473.07484 +467142,921.9017962,2070.113593,787.5725576,307.137983,1485.538736 +467143,935.7267122,2079.092661,799.1605751,313.2265837,1497.723443 +467144,948.6491033,2087.684569,809.2973503,319.0538946,1509.803569 +467145,961.2473108,2096.246248,820.5937293,324.8211528,1521.688895 +467146,974.4830148,2104.762006,830.7683248,330.475435,1533.411533 +467147,987.0909881,2113.071888,841.1399405,336.0189234,1544.973531 +467148,999.5193969,2127.904429,851.4643882,341.4932911,1556.375746 +467149,1011.859848,2127.614011,861.5091462,346.823135,1567.623691 +467150,1024.414608,2153.800053,871.272205,352.136691,1578.352672 +467151,1036.545553,2125.909388,880.9892006,357.2830311,1589.861121 +467152,1048.484999,2152.958516,890.7610367,362.5178842,1600.346392 +467153,1060.597745,2163.416689,900.4609401,367.3727351,1611.081045 +467154,1071.973805,2165.87696,909.3188676,372.4323641,1621.633834 +467155,1084.358015,2174.534637,918.894989,377.3236971,1631.943073 +467156,1095.565589,2181.88361,927.4912494,381.9628374,1642.308531 +467157,1107.641814,2188.536164,937.1025264,387.0251497,1652.276528 +467158,1118.393881,2195.714166,945.5728826,391.2773834,1662.365962 +467159,1130.12721,2202.280726,954.5341376,396.2203814,1672.18933 +467160,1141.1422,2209.100154,963.0222025,400.4572679,1681.873946 +467161,1158.87712,2218.443094,978.484097,408.2152868,1713.442882 +467162,1172.235139,2225.679975,988.6698889,413.034164,1724.70739 +467163,1184.198332,2232.471746,998.3169784,418.2568791,1735.409374 +467164,1196.26665,2239.189389,1007.697843,423.0562267,1745.876504 +467165,1208.10951,2245.374844,1016.909619,427.4375837,1755.870226 +467166,1219.823327,2251.903355,1025.982129,432.3777334,1765.817508 +467167,1231.428725,2257.968815,1034.936003,436.8085528,1788.906709 +467168,1242.936308,2264.719096,1043.7439,441.1824113,1781.054546 +467169,1254.302355,2282.445572,1052.549157,445.8660959,1779.751722 +467170,1265.711794,2259.156392,1061.178538,450.2819026,1812.979376 +467171,1276.929268,2287.289189,1069.354031,454.3983402,1810.312237 +467172,1288.056459,2286.410128,1078.388944,458.642972,1821.675719 +467173,1299.232331,2291.901944,1086.56108,463.1307686,1830.588799 +467174,1310.220529,2297.437493,1094.866694,467.192173,1839.334599 +467175,1321.12153,2302.894661,1103.173714,471.3745328,1848.189488 +467176,1332.086939,2307.705952,1111.35436,475.4832172,1856.609739 +467177,1342.802011,2312.743028,1119.330273,479.5496389,1865.23433 +467178,1353.635474,2317.54865,1127.449877,483.4005252,1873.490548 +467179,1363.676877,2326.986903,1135.30616,487.6740743,1881.838081 +467180,1375.134174,2346.52662,1143.261582,491.4815756,1890.019796 +467181,1385.344207,2315.416833,1151.038914,495.42262,1898.212553 +467182,1395.883649,2329.833831,1158.737216,499.2949295,1906.115696 +467183,1406.255946,2357.492799,1166.495766,502.9337934,1914.134136 +467184,1416.72483,2351.473422,1174.078696,507.0710475,1921.974504 +467185,1426.985758,2317.491923,1181.589945,510.8828621,1929.755935 +467186,1437.103073,2388.925576,1189.118213,514.3385164,1937.970214 +467187,1447.516377,2342.823389,1196.603517,518.186757,1944.247026 +467188,1457.470044,2363.553806,1205.257137,521.6112475,1952.93473 +467189,1467.698908,2371.51437,1209.397237,525.6308642,1960.029448 +467190,1477.670413,2363.504775,1219.542355,529.0371329,1981.406247 +467191,1487.465709,2369.610337,1225.343448,532.6165732,1973.297294 +467192,1497.04857,2379.788468,1232.93941,536.1006901,1978.207084 +467193,1506.728415,2374.288723,1239.585683,539.5612185,1985.445209 +467194,1516.366574,2379.23898,1246.757537,543.0116926,1989.483017 +467195,1525.754223,2382.15134,1253.529437,546.400606,1994.494049 +467196,1535.113027,2384.251424,1260.371511,549.8098302,1999.142236 +467197,1546.648958,2386.023095,1267.216919,553.1400538,2004.287518 +467198,1560.35658,2388.208358,1273.897914,556.4640237,2014.02504 +467199,1562.95532,2389.993508,1280.732178,559.7910286,2011.035802 +467200,1582.975022,2391.754066,1287.201478,563.0722531,2018.431188 +467201,1577.462577,2393.726681,1293.849441,566.3039237,2023.243969 +467202,1572.006295,2394.84148,1300.526944,569.5275922,2033.005169 +467203,1612.179424,2396.293228,1306.931109,572.7557571,2029.686742 +467204,1605.094453,2397.622341,1313.411153,575.9421601,2036.201427 +467205,1617.706424,2398.781128,1319.898238,579.0443928,2045.620609 +467206,1626.348832,2399.837221,1326.160008,582.2037578,2043.281541 +467207,1635.527522,2400.959361,1332.488968,585.3117666,2052.834553 +467208,1644.086985,2401.5555,1338.907277,588.4401037,2056.439666 +467209,1652.952196,2402.325483,1353.209499,591.4581243,2059.197419 +467210,1661.680081,2402.941622,1346.264652,594.5354745,2060.319399 +467211,1670.495276,2403.347601,1353.093523,597.5617103,2056.294648 +467212,1678.925668,2403.697116,1367.278261,600.2326291,2046.974777 +467213,1687.821875,2403.849972,1368.918175,603.7426509,2037.146348 +467214,1696.472254,2403.932141,1375.832424,606.4705314,2027.136073 +467215,1704.946282,2403.917801,1382.084014,609.4453203,2017.225394 +467216,1713.6218,2403.798692,1387.958472,612.4834825,2007.563018 +467217,1722.173046,2403.579278,1394.1096,615.2818539,1998.215708 +467218,1730.734202,2403.289146,1399.829906,618.2840711,1989.203799 +467219,1739.380638,2402.828787,1410.774136,621.1408674,1980.509126 +467220,1747.613424,2402.391208,1420.242001,624.0223673,1972.103692 +467221,1638.106084,2345.387149,1279.564607,573.2779986,1968.970822 +467222,1643.13488,2346.595397,1312.577916,574.767284,1956.524203 +467223,1649.622241,2343.513577,1303.432829,576.642403,1939.867386 +467224,1656.032727,2341.770975,1309.675777,578.5973489,1923.734134 +467225,1662.961158,2339.975243,1313.872981,580.7017345,1909.755947 +467226,1669.452563,2338.127621,1317.837959,582.7850095,1897.941351 +467227,1676.321141,2336.205341,1322.043105,584.7805352,1887.792096 +467228,1683.214549,2334.101097,1326.17913,586.9595653,1878.832862 +467229,1689.747282,2332.026497,1330.333823,589.0175092,1870.745463 +467230,1696.985604,2329.809213,1334.493307,591.1152893,1863.334789 +467231,1705.399224,2327.528941,1341.288376,593.2035311,1856.462085 +467232,1714.101484,2325.15898,1349.976283,595.2896703,1850.019008 +467233,1722.625153,2322.706637,1341.224883,597.3715582,1843.965288 +467234,1731.508863,2320.170272,1345.331899,599.4089049,1838.264784 +467235,1740.394873,2317.544512,1359.837919,601.5439705,1832.816661 +467236,1749.391103,2314.847745,1357.964253,603.6246814,1827.566006 +467237,1758.48593,2312.038851,1363.398495,605.5923518,1822.507838 +467238,1767.872494,2309.177296,1368.480688,607.777955,1817.613262 +467239,1776.87696,2306.205626,1386.27437,609.7733473,1812.831098 +467240,1786.273043,2303.170746,1352.747486,611.8599729,1808.210888 +467241,1795.796672,2300.034492,1394.114935,613.8838866,1803.719458 +467242,1805.409685,2296.825312,1377.124781,615.9548983,1799.276518 +467243,1827.766226,2293.521317,1390.050109,617.9700939,1794.88286 +467244,1813.79392,2290.150178,1391.683131,619.98862,1790.570385 +467245,1830.22506,2286.682274,1404.401154,622.0627166,1786.346556 +467246,1848.203668,2283.133617,1390.083345,624.0990142,1782.168011 +467247,1852.161277,2279.506071,1406.837841,626.0605007,1778.017924 +467248,1863.504793,2275.795205,1422.425457,628.0689357,1773.862743 +467249,1873.634087,2272.007543,1402.373319,630.1473315,1769.746825 +467250,1883.361979,2268.15453,1425.828749,632.1279078,1765.891661 +467251,1893.64363,2264.066262,1418.006362,634.1055882,1762.260656 +467252,1903.672427,2259.857988,1425.819968,636.065057,1758.82084 +467253,1913.579383,2255.570568,1428.857077,638.0146516,1755.704003 +467254,1923.804225,2251.185443,1432.774444,639.9596061,1752.849951 +467255,1934.093777,2246.706913,1436.43554,641.8976451,1750.131682 +467256,1966.53419,2242.099932,1440.420112,643.8299535,1747.448582 +467257,1921.152276,2237.494272,1444.101485,645.7089252,1744.859977 +467258,1980.833652,2232.733,1447.783574,647.701341,1742.325668 +467259,1971.861601,2227.921588,1451.731145,649.5824163,1739.74109 +467260,1985.570872,2223.210773,1455.369852,651.5483574,1737.148773 +467261,1996.325509,2217.940315,1458.991141,653.3800407,1734.5609 +467262,2013.098671,2212.950579,1462.931002,655.2648472,1731.962986 +467263,2023.993018,2207.853156,1471.570013,657.2252741,1729.694531 +467264,2034.009661,2202.595207,1467.962948,659.0778553,1727.211228 +467265,2010.894982,2197.28208,1474.587654,660.9686987,1724.66328 +467266,2065.332755,2191.846227,1478.030596,662.8464845,1722.128776 +467267,2056.191222,2186.444993,1481.244066,664.719101,1719.572933 +467268,2071.006194,2180.853338,1485.119113,666.5355715,1717.032912 +467269,2081.892684,2175.435749,1488.681352,668.524287,1714.531275 +467270,2104.70648,2169.465806,1492.051036,670.2687862,1712.022911 +467271,2092.845976,2163.780599,1495.911559,672.164705,1709.555665 +467272,2136.543913,2157.99479,1499.267422,674.0030865,1707.247873 +467273,2101.110082,2152.011871,1507.762312,675.8439006,1705.164682 +467274,2164.942386,2146.098061,1504.682525,677.6792891,1703.632913 +467275,2138.51544,2140.157128,1510.21073,679.4573768,1702.290384 +467276,2162.671149,2133.829659,1513.979697,681.3606907,1700.881819 +467277,2172.157021,2127.666466,1517.162897,683.1426643,1699.807436 +467278,2182.834008,2121.488099,1520.751714,684.9652114,1699.044008 +467279,2194.471409,2115.063604,1528.659839,686.774468,1698.528314 +467280,2205.537053,2108.877008,1526.35534,688.5783061,1698.051646 +467281,1953.081026,1985.264767,1288.874397,580.984604,1689.705587 +467282,1991.5428,1984.525382,1288.5747,579.9722526,1652.224075 +467283,1991.638776,1971.743528,1286.607557,579.8902072,1606.573146 +467284,1982.713789,1964.006334,1287.208341,580.2295579,1567.644812 +467285,2032.803398,1955.973665,1287.931649,580.6788046,1538.322984 +467286,1976.560248,1947.680271,1288.546303,581.1116403,1516.57097 +467287,2060.82548,1939.522347,1289.713946,581.8259407,1500.756804 +467288,2016.631835,1931.483593,1290.678922,582.436854,1488.668616 +467289,2044.715172,1922.992742,1291.846985,583.1297673,1478.431513 +467290,2051.216983,1914.977116,1292.874939,583.8541866,1470.016458 +467291,2060.721999,1906.610207,1294.310606,584.59348,1463.16087 +467292,2070.241443,1898.354817,1295.492714,585.3485183,1457.324462 +467293,2079.713863,1890.158099,1296.806461,586.1188349,1452.25109 +467294,2089.776654,1881.562603,1298.086265,586.9032998,1447.774971 +467295,2099.369055,1873.276439,1299.470616,587.7011949,1443.782443 +467296,2109.182193,1864.948167,1300.781737,588.4615388,1440.192648 +467297,2119.30136,1841.831417,1302.083179,589.3590345,1437.084596 +467298,2129.287236,1868.644702,1308.749636,590.1573386,1434.688716 +467299,2147.057699,1823.049977,1297.780585,591.0105537,1432.884214 +467300,2138.142812,1822.685362,1314.412172,591.8667738,1431.283247 +467301,2172.000685,1826.240738,1305.564656,592.7327993,1430.056193 +467302,2165.991782,1809.597362,1309.993522,593.6087116,1429.068599 +467303,2181.075263,1803.075274,1311.429698,594.5450521,1428.022563 +467304,2191.018625,1815.134117,1312.746496,595.3637288,1427.04777 +467305,2201.419122,1755.506329,1314.186353,596.3018846,1426.294197 +467306,2211.819579,1798.459337,1315.803129,597.2043654,1425.646349 +467307,2222.350123,1754.636074,1317.221076,598.1218461,1425.017086 +467308,2232.894383,1764.138304,1318.787919,599.0462489,1424.445402 +467309,2243.306998,1762.254997,1320.230364,599.8775187,1424.093659 +467310,2254.231755,1723.305579,1321.82003,600.9330388,1423.618084 +467311,2264.609079,1741.281372,1323.254439,601.7167519,1423.218396 +467312,2275.166322,1721.613946,1324.656507,602.5842896,1422.805368 +467313,2292.913578,1714.423057,1326.076196,603.4496949,1422.610335 +467314,2293.246096,1705.285381,1327.479683,604.3168519,1422.433473 +467315,2307.277192,1696.013458,1328.875884,605.2368751,1422.038392 +467316,2317.884178,1686.998694,1330.155818,606.0309822,1421.666088 +467317,2327.929477,1691.081723,1331.755908,606.9386876,1421.369344 +467318,2338.804616,1649.257693,1333.108152,607.8035101,1421.15868 +467319,2349.401364,1668.473055,1334.500687,608.6771607,1421.010515 +467320,2359.792055,1647.840713,1335.921836,609.5519424,1420.846754 +467321,2378.143238,1640.649546,1337.333993,610.4276041,1420.923269 +467322,2379.169967,1631.306714,1338.743685,611.3040751,1421.0349 +467323,2392.065185,1621.98509,1340.143738,612.181186,1420.893252 +467324,2403.845992,1612.648837,1341.552285,613.0583576,1420.754417 +467325,2413.748452,1603.294508,1342.961604,613.9358922,1420.725319 +467326,2431.87282,1593.811361,1344.374819,614.8133605,1420.948864 +467327,2433.980425,1584.593939,1345.77271,615.6909994,1421.210801 +467328,2446.739855,1575.136095,1347.150943,616.5683571,1421.199153 +467329,2457.758617,1565.755049,1348.557944,617.4452562,1421.112205 +467330,2475.362518,1556.362341,1349.964359,618.3214313,1421.328134 +467331,2478.235556,1546.855231,1351.343677,619.1972681,1421.631446 +467332,2489.1599,1560.025268,1352.722049,620.0722881,1421.612354 +467333,2507.147566,1495.93658,1354.109156,620.9461098,1421.804945 +467334,2511.650827,1546.918655,1355.509121,621.8187655,1422.192146 +467335,2527.618907,1487.608212,1356.86341,622.6905152,1422.525032 +467336,2532.981109,1508.582345,1358.259013,623.5606451,1423.222063 +467337,2546.284823,1488.620754,1359.576816,624.4299943,1423.117189 +467338,2551.767344,1480.941012,1360.990622,625.297192,1423.088011 +467339,2558.087354,1471.855301,1362.289054,626.1633049,1422.763844 +467340,2560.723048,1462.27866,1363.641426,627.0275188,1421.986507 +467341,2569.027066,1585.045742,1513.631228,734.5586859,1426.618639 +467342,2597.950208,1517.766174,1524.455228,737.2975577,1451.28655 +467343,2633.488333,1571.800904,1536.978326,739.4607756,1483.582911 +467344,2664.31546,1519.539702,1546.973649,741.3860593,1512.697467 +467345,2687.22481,1535.529264,1553.887867,743.1782377,1536.444341 +467346,2703.67866,1519.065408,1558.288285,744.8811994,1554.541512 +467347,2715.794774,1512.16216,1560.976578,746.521285,1568.423409 +467348,2725.30327,1503.800637,1562.592313,748.11462,1579.298676 +467349,2733.533609,1495.403525,1563.530528,749.6707718,1587.97741 +467350,2740.482389,1487.001016,1564.031352,751.195712,1595.193398 +467351,2746.809425,1478.495845,1564.243429,752.6937879,1600.890706 +467352,2752.73637,1470.239968,1564.264021,754.167791,1605.530936 +467353,2758.40552,1461.785357,1564.342089,755.620211,1609.320769 +467354,2763.912739,1453.523626,1564.14019,757.0524645,1612.423209 +467355,2769.595152,1445.030253,1563.88013,758.4661301,1614.967655 +467356,2774.889555,1436.759731,1563.587714,759.861932,1617.058323 +467357,2780.162813,1428.334479,1563.280278,761.2409606,1618.780113 +467358,2785.717479,1420.183644,1562.964965,762.5444398,1620.197005 +467359,2790.890862,1411.859974,1562.645109,763.9798494,1621.36009 +467360,2796.22475,1403.645727,1562.323985,765.2691537,1622.312919 +467361,2800.994519,1395.451257,1562.00588,766.5953885,1623.093838 +467362,2806.623558,1387.292271,1561.689628,767.8979287,1623.728881 +467363,2811.951925,1379.075622,1561.370095,769.2463308,1624.234516 +467364,2817.666408,1371.221813,1561.043294,770.4307744,1624.624884 +467365,2823.110002,1362.985943,1560.708366,771.7345152,1624.914923 +467366,2828.557688,1355.068438,1560.367608,772.972232,1625.121013 +467367,2834.331907,1347.107708,1560.01995,774.2059578,1625.253147 +467368,2839.837356,1339.208446,1559.663895,775.4266579,1625.31903 +467369,2845.350859,1331.267857,1559.301065,776.6346597,1625.328836 +467370,2850.882907,1323.601371,1558.932312,777.7693398,1625.290558 +467371,2856.436778,1315.725362,1558.556967,778.9927594,1625.20922 +467372,2861.97908,1311.488092,1558.161782,780.0598176,1625.079958 +467373,2867.485082,1306.06641,1557.735887,781.1623266,1624.897781 +467374,2873.246004,1300.516286,1557.279106,782.2395485,1624.666849 +467375,2878.686602,1294.878176,1556.794534,784.5976361,1624.392862 +467376,2884.10361,1289.455284,1556.291288,784.0266301,1624.088335 +467377,2889.512601,1283.996422,1555.77266,787.4524865,1623.758329 +467378,2894.924097,1278.500818,1555.242848,785.3345959,1623.409211 +467379,2900.332636,1273.274012,1554.698613,790.9095703,1623.037907 +467380,2905.744347,1267.897969,1554.14499,785.67207,1622.651798 +467381,2911.147692,1262.646749,1553.575811,795.4929707,1622.243881 +467382,2916.556899,1257.433042,1553.000534,784.320759,1621.826925 +467383,2921.949706,1252.271605,1552.405715,802.4542647,1621.384469 +467384,2927.356237,1247.164556,1551.810612,779.3260107,1620.941553 +467385,2932.732439,1242.114056,1551.188292,814.4518334,1620.464422 +467386,2938.139986,1237.121937,1550.577166,767.1385883,1620.002338 +467387,2943.576877,1232.102743,1549.976601,807.6017605,1619.555051 +467388,2948.886882,1227.360228,1549.290642,812.1983656,1619.000955 +467389,2954.240123,1222.494941,1548.623991,771.5701191,1618.473011 +467390,2959.670124,1217.855484,1547.997355,806.2627041,1617.997832 +467391,2965.02931,1213.058438,1547.320523,797.8660019,1617.461389 +467392,2970.643419,1208.518489,1546.616017,798.6947865,1616.892505 +467393,2975.95996,1203.977787,1545.906782,800.0836454,1616.320203 +467394,2981.261324,1199.613568,1545.187265,800.919063,1615.73749 +467395,2986.559725,1195.154917,1544.459016,801.7329872,1615.146555 +467396,2991.859085,1190.928092,1543.722423,802.5358814,1614.548165 +467397,2997.15816,1186.723211,1542.977244,803.2632446,1613.942234 +467398,3002.454373,1182.583749,1542.222909,804.2039132,1613.328232 +467399,3007.745616,1178.4368,1541.459066,804.8330591,1612.705838 +467400,3013.030042,1174.58559,1540.685438,805.6479597,1612.074811 +467401,3018.196005,1193.544652,1539.843987,829.2973906,1611.376149 +467402,3025.751057,1191.090203,1541.005894,831.3289612,1613.204634 +467403,3034.472142,1188.490551,1543.196131,833.1531376,1616.404879 +467404,3043.000134,1185.831468,1545.333489,834.6346415,1619.68394 +467405,3050.76065,1183.194014,1546.947277,836.1389945,1622.451479 +467406,3057.771209,1180.598639,1548.017371,837.3887929,1624.639538 +467407,3064.24653,1178.045401,1548.677482,839.386758,1626.365523 +467408,3070.384183,1175.508998,1549.058416,840.9731454,1627.755077 +467409,3076.312825,1172.987481,1549.248457,842.5626276,1628.895668 +467410,3082.103727,1170.480997,1549.299658,844.1854148,1629.840472 +467411,3087.794165,1167.990381,1549.243068,845.8492244,1630.622683 +467412,3093.406262,1165.516116,1549.099614,847.625186,1631.266125 +467413,3098.956714,1163.057904,1548.885764,849.2053304,1631.79078 +467414,3104.456426,1160.615695,1548.613876,851.2632441,1632.212583 +467415,3109.912703,1158.189501,1548.29309,852.9695367,1632.544169 +467416,3115.331859,1155.778532,1547.930932,854.9614612,1632.796708 +467417,3120.717604,1153.38284,1547.533113,856.9093441,1632.979386 +467418,3126.073281,1151.001567,1547.104125,858.8917155,1633.10005 +467419,3131.400677,1148.634743,1546.6474,860.9858776,1633.165231 +467420,3136.701397,1146.281563,1546.165794,862.9460628,1633.180726 +467421,3141.970768,1143.942124,1545.661539,865.1039371,1633.151429 +467422,3147.217637,1141.61571,1545.136181,867.2415541,1633.081265 +467423,3152.437989,1139.3025,1544.591495,869.3596232,1632.974295 +467424,3157.638782,1137.001875,1544.028554,871.6960869,1632.833571 +467425,3162.812697,1134.714109,1543.447679,873.9162389,1632.66101 +467426,3167.965214,1132.438662,1542.849443,876.3094625,1632.458736 +467427,3173.090325,1130.175894,1542.234678,878.5544051,1632.22903 +467428,3178.194401,1127.925323,1541.604118,880.9979542,1631.973959 +467429,3183.271191,1125.68738,1540.958141,883.4196208,1631.694994 +467430,3188.326647,1123.461637,1540.297206,885.8924921,1631.393636 +467431,3193.355243,1121.183474,1539.621995,888.318025,1631.071542 +467432,3198.300247,1118.904022,1538.9264,890.7669412,1630.730833 +467433,3203.132698,1116.630558,1538.395564,893.3186162,1630.372061 +467434,3207.85638,1114.364406,1537.640183,895.6486691,1629.997828 +467435,3212.488885,1112.106957,1536.860046,898.3530106,1629.611947 +467436,3217.044695,1109.858247,1536.06243,900.8668987,1629.215865 +467437,3221.533146,1107.61914,1535.250705,903.4877079,1628.809918 +467438,3225.960295,1105.389416,1534.425923,906.1311744,1628.394293 +467439,3230.330145,1103.16981,1533.588073,908.8079141,1627.96884 +467440,3234.645425,1100.87469,1532.737148,911.5910717,1627.533582 +467441,3238.907735,1098.800793,1531.873139,914.2234089,1627.088378 +467442,3243.118705,1096.551814,1530.996173,917.0529967,1626.63318 +467443,3247.280023,1094.386132,1530.106462,919.8514137,1626.167972 +467444,3251.393541,1092.218598,1529.204727,922.618895,1625.693432 +467445,3255.460086,1090.061802,1528.291095,925.6077826,1625.209464 +467446,3259.479766,1087.915675,1527.365216,928.462993,1624.71541 +467447,3263.45364,1085.780851,1526.427044,931.4916581,1624.210974 +467448,3267.383281,1083.65688,1525.476995,934.3533378,1623.696497 +467449,3271.269966,1081.544399,1524.51538,937.4153026,1623.17216 +467450,3275.114228,1079.442932,1523.542294,940.4433571,1622.637917 +467451,3278.916629,1077.353103,1522.557908,943.5151471,1622.093796 +467452,3282.677859,1075.274416,1521.562465,946.618958,1621.539956 +467453,3286.69095,1073.207474,1520.554234,949.7547515,1620.974 +467454,3290.346181,1071.151762,1519.533313,952.9198731,1620.395901 +467455,3293.952932,1069.107877,1518.502459,956.11936,1619.809019 +467456,3297.523444,1067.075274,1517.462779,959.3478898,1619.214663 +467457,3301.061195,1065.054541,1516.413979,962.6074545,1618.612345 +467458,3304.565211,1063.045115,1515.35587,965.8972619,1618.001753 +467459,3308.033388,1061.047586,1514.288322,969.2168464,1617.382602 +467460,3311.464183,1059.061368,1513.211346,972.5657041,1616.754817 +467461,3316.602953,1023.894478,1513.804205,942.601027,1619.115783 +467462,3316.858676,1021.312874,1510.879119,945.5490997,1616.069596 +467463,3314.931752,1018.983837,1506.088373,948.6516953,1610.237072 +467464,3313.534491,1016.652999,1501.695544,951.7696548,1604.374259 +467465,3313.685696,1014.351341,1498.258523,954.9316367,1599.651197 +467466,3315.589765,1012.067043,1495.737964,958.1280202,1596.141134 +467467,3318.746999,1009.798635,1493.855494,961.3564263,1593.549228 +467468,3322.608626,1007.462267,1492.365058,964.6153076,1591.587076 +467469,3326.809167,1005.342345,1491.113799,967.9042723,1590.066174 +467470,3331.160295,1003.062305,1490.019588,971.0945004,1588.878613 +467471,3335.56933,1000.858212,1489.036277,974.6275036,1587.955504 +467472,3340.005247,998.660801,1488.136666,977.7638667,1587.256453 +467473,3344.439239,996.4722001,1487.298943,981.2870109,1586.741813 +467474,3348.854929,994.295256,1486.506596,984.6147282,1586.381235 +467475,3353.242583,992.1297867,1485.747258,988.1321463,1586.150456 +467476,3357.596682,989.9754931,1485.012227,991.4411574,1586.030011 +467477,3361.912378,987.8323745,1484.294477,995.1251563,1586.00281 +467478,3366.185895,985.7001172,1483.588213,998.5042758,1586.053836 +467479,3370.415665,983.5787393,1482.889424,1002.121003,1586.170975 +467480,3374.601564,981.4679645,1482.1953,1005.602539,1586.344342 +467481,3378.742852,979.4480315,1481.503032,1009.326998,1586.564706 +467482,3382.840298,977.1598741,1480.811371,1012.726827,1586.825459 +467483,3386.883889,975.2547119,1480.1127,1021.212665,1587.112397 +467484,3390.897184,973.1177024,1479.419944,1014.36838,1587.43806 +467485,3394.847978,971.0704104,1478.712402,1040.887865,1587.772535 +467486,3398.796957,969.0221916,1478.025815,1004.10946,1588.158412 +467487,3402.735822,966.9836842,1477.354906,1042.013567,1588.586463 +467488,3406.584298,964.9551997,1476.650497,1032.411947,1588.991697 +467489,3410.381621,962.9368946,1475.935516,1038.254854,1589.401067 +467490,3414.151081,960.9284403,1475.223246,1042.030079,1589.829413 +467491,3417.883171,958.8593268,1474.507448,1045.577623,1590.267087 +467492,3421.436392,956.7847804,1473.782161,1048.987219,1590.715053 +467493,3424.722805,954.7129469,1473.044427,1052.226128,1591.174995 +467494,3427.740759,950.1849206,1472.297512,1057.134468,1591.651275 +467495,3431.626403,973.0100078,1471.225665,1060.6681,1592.091972 +467496,3436.037493,908.0487663,1470.023403,1064.142493,1592.598458 +467497,3440.318171,961.3550449,1468.821527,1067.587642,1593.148315 +467498,3443.989702,955.4603855,1467.576171,1071.006915,1593.590305 +467499,3447.228796,913.6485304,1466.413943,1074.492347,1594.065938 +467500,3450.104807,972.9752032,1465.309274,1077.736755,1594.554134 +467501,3452.739671,894.8903215,1464.265435,1081.158069,1595.075917 +467502,3455.218567,950.7421197,1463.285719,1084.483034,1595.648387 +467503,3457.416039,937.9916107,1462.269036,1087.801037,1596.150506 +467504,3459.483959,913.1090947,1461.284464,1091.099848,1596.675153 +467505,3461.430353,947.5469584,1460.326951,1094.29002,1597.219083 +467506,3463.273888,900.4354066,1459.395211,1097.677837,1597.783422 +467507,3464.98122,950.198484,1458.465779,1100.940054,1598.340449 +467508,3466.590741,892.5495112,1457.552741,1104.030163,1598.909815 +467509,3468.084754,945.4385724,1456.644585,1107.284545,1599.47798 +467510,3469.482169,891.0353249,1455.745357,1110.436031,1600.050948 +467511,3470.771767,936.577145,1454.849227,1113.576108,1600.621832 +467512,3471.959945,892.531662,1453.95733,1116.691311,1601.192459 +467513,3473.050147,925.8296152,1453.068522,1119.780296,1601.761589 +467514,3474.042763,895.3983533,1452.180539,1122.842812,1602.326461 +467515,3474.946474,914.2289651,1451.297296,1125.877541,1602.892131 +467516,3475.751786,898.9903244,1450.412023,1129.01543,1603.449961 +467517,3476.515798,904.2649635,1449.530962,1132.115762,1604.005645 +467518,3477.20988,899.9367838,1448.650099,1134.949535,1604.554662 +467519,3477.809648,898.4239173,1447.768023,1138.935425,1605.096283 +467520,3478.30735,896.5041305,1446.885208,1142.848414,1605.631671 +467521,3480.880923,828.2276898,1448.042824,1073.047354,1609.75963 +467522,3473.973087,825.8030702,1442.254744,1081.908881,1603.190343 +467523,3463.313171,823.4471449,1433.05831,1081.499496,1591.204891 +467524,3454.334103,821.27085,1424.605011,1084.38455,1579.31181 +467525,3448.814489,818.9441711,1418.160888,1086.787897,1569.817439 +467526,3446.180064,816.7840558,1413.62469,1089.146461,1562.839218 +467527,3445.26231,814.5760171,1410.431476,1091.476539,1557.778133 +467528,3445.132842,812.3878556,1408.086754,1093.774226,1554.055725 +467529,3445.282849,810.2085792,1406.282615,1096.038338,1551.293264 +467530,3445.494673,808.036849,1404.849642,1098.267243,1549.268711 +467531,3445.6876,805.8718135,1403.691085,1100.459679,1547.843434 +467532,3445.827513,803.7820029,1402.742399,1102.614222,1546.916186 +467533,3445.893455,801.4580729,1401.955456,1104.729924,1546.405492 +467534,3445.870252,799.4565203,1401.292788,1106.805829,1546.243383 +467535,3445.747411,797.2531078,1400.725041,1108.840817,1546.372691 +467536,3445.51921,795.1215983,1400.230141,1110.834608,1546.746418 +467537,3445.183957,792.983871,1399.791526,1112.78625,1547.325748 +467538,3444.731728,790.8500111,1399.39684,1114.695732,1548.078473 +467539,3444.178746,788.7198838,1399.036917,1116.562398,1548.977339 +467540,3443.530781,786.6605586,1398.704346,1118.385361,1549.999143 +467541,3442.776968,784.4385599,1398.393821,1120.164086,1551.125204 +467542,3441.931588,782.3649355,1398.10176,1121.897884,1552.340576 +467543,3440.988903,780.2371704,1397.825071,1123.586433,1553.632185 +467544,3439.961754,778.1221213,1397.561243,1125.229137,1554.988777 +467545,3438.841803,776.0101756,1397.308326,1126.825694,1556.400748 +467546,3437.641038,773.8350128,1397.064889,1128.3755,1557.860021 +467547,3436.350561,771.8247308,1396.829579,1129.878239,1559.35937 +467548,3434.980876,769.7404095,1396.600928,1131.333293,1560.892116 +467549,3433.523252,767.5544989,1396.378373,1132.740329,1562.453323 +467550,3431.989966,765.5022541,1396.16184,1134.098697,1564.039215 +467551,3430.374403,763.282599,1395.95275,1134.375524,1565.648395 +467552,3428.338698,761.0737095,1395.74262,1134.482805,1567.281763 +467553,3425.710682,758.8613714,1395.530483,1134.452736,1568.943676 +467554,3422.506749,756.6459672,1395.321375,1134.293148,1570.638994 +467555,3418.82229,754.42906,1395.121422,1134.012141,1572.370709 +467556,3414.752418,752.2741377,1394.934372,1133.612534,1574.138449 +467557,3410.365424,749.9622566,1394.762074,1133.009066,1575.94013 +467558,3405.704036,747.7232755,1394.60497,1132.50798,1577.772681 +467559,3400.794238,745.5840391,1394.462062,1131.705178,1579.631748 +467560,3395.653472,743.3179318,1394.332398,1130.864018,1581.513419 +467561,3390.295377,741.1045164,1394.215166,1129.899825,1583.41421 +467562,3384.730443,738.880732,1394.109489,1128.824495,1585.330787 +467563,3378.966531,736.7180489,1394.014186,1127.639536,1587.259615 +467564,3373.010622,734.402545,1393.928729,1126.344618,1589.198192 +467565,3366.869212,732.219345,1393.853085,1124.940598,1591.144809 +467566,3360.547346,729.9826586,1393.786964,1123.426938,1593.097609 +467567,3354.049357,727.7543496,1393.730171,1121.7171,1595.054993 +467568,3347.377317,725.524834,1393.681743,1120.196496,1597.014529 +467569,3340.534072,723.2337407,1393.641489,1118.168144,1598.974873 +467570,3333.522719,721.1510853,1393.609617,1116.287548,1600.935307 +467571,3326.345567,718.7880712,1393.586119,1114.211803,1602.894923 +467572,3319.005036,716.6055601,1393.571479,1112.035403,1604.853552 +467573,3311.494717,713.2144705,1393.560889,1113.82974,1606.804342 +467574,3305.035311,710.863696,1393.41839,1111.214414,1608.738663 +467575,3298.546543,708.5641774,1393.204223,1107.851366,1610.6576 +467576,3291.740372,706.338763,1392.96024,1121.944676,1612.526493 +467577,3284.038267,703.9760521,1391.219216,1074.688847,1614.385893 +467578,3273.250173,701.7468091,1340.365376,1129.040894,1614.498756 +467579,3259.549984,699.4008098,1354.753516,1060.009273,1612.881859 +467580,3245.460895,697.21858,1343.971465,1114.481875,1611.383996 +467581,2341.40899,694.5979323,901.8169998,1061.637615,2462.678206 +467582,2420.470961,820.6316548,934.1671521,1215.623446,2504.675335 +467583,2523.340487,822.8758728,975.507049,1204.26813,2550.285112 +467584,2599.012676,819.5990984,1007.153652,1201.004151,2571.556103 +467585,2642.903971,817.6051718,1027.462276,1195.660986,2572.675483 +467586,2667.738538,815.1878606,1041.475241,1190.407324,2566.800603 +467587,2681.806148,813.0688066,1051.795028,1184.502171,2558.821809 +467588,2689.660863,810.7202497,1059.856752,1178.551145,2550.6409 +467589,2693.647092,808.4377475,1066.430504,1172.506509,2542.990558 +467590,2694.881686,806.0471938,1071.906407,1166.08693,2536.07467 +467591,2693.945346,803.7525046,1076.501915,1159.537315,2529.890046 +467592,2691.217585,801.3767285,1080.359582,1152.689948,2524.365864 +467593,2686.998693,799.085368,1083.593682,1145.942764,2519.419131 +467594,2681.541239,796.6272658,1086.298434,1153.58543,2514.973369 +467595,2675.083067,794.3620607,1088.56792,1108.688595,2510.991043 +467596,2667.769001,791.9267653,1090.455317,1146.074402,2507.38651 +467597,2659.713494,789.5776016,1092.012511,1097.334902,2504.086007 +467598,2651.045915,787.0675574,1093.290834,1066.551824,2501.059153 +467599,2634.978911,778.1383667,1094.333978,1038.716169,2498.268165 +467600,2614.83165,774.8556122,1094.919518,1031.365354,2495.684458 +467601,2594.23996,772.2476846,1095.174082,1023.584355,2493.28313 +467602,2575.195736,769.5803766,1095.261376,1016.653444,2491.042376 +467603,2558.102365,767.1686996,1095.269242,1009.791373,2488.942044 +467604,2542.719765,764.6095644,1095.240649,1003.48118,2486.994789 +467605,2528.641195,762.2628424,1095.172749,997.2805428,2485.153335 +467606,2515.550624,759.7466843,1095.05912,991.323377,2483.377706 +467607,2503.266082,757.9104074,1094.902579,985.3828168,2481.668844 +467608,2491.658883,754.7053212,1094.713437,979.7716263,2480.020553 +467609,2480.629653,752.7746829,1094.495552,974.1038957,2478.424671 +467610,2470.099837,750.1817936,1094.249465,968.7355423,2476.87417 +467611,2459.998973,747.9731773,1093.979894,963.2687093,2475.36156 +467612,2450.266943,745.4849285,1093.691072,958.0268404,2473.880217 +467613,2440.85423,743.2312721,1093.378922,952.8400669,2472.424648 +467614,2431.751968,740.7944237,1093.064489,947.8512534,2471.024273 +467615,2422.896387,738.5501449,1092.731203,942.6366327,2469.445362 +467616,2414.235079,736.1302954,1092.373474,937.7572703,2468.059646 +467617,2405.760028,733.9033652,1091.994764,932.8485043,2466.678981 +467618,2397.458075,731.5010217,1091.6031,928.0645657,2465.30559 +467619,2389.315242,729.2917333,1091.195805,923.2000894,2463.939349 +467620,2381.318455,726.9072059,1090.778428,918.5733315,2462.579739 +467621,2373.456016,724.6698086,1090.34725,913.8011495,2461.226154 +467622,2365.717757,722.3716568,1089.907379,909.2741253,2459.878055 +467623,2358.09486,720.1647428,1089.454864,904.5975222,2458.534945 +467624,2350.579737,717.8238396,1088.994691,900.1581855,2457.196457 +467625,2343.165792,715.6691939,1088.52281,895.5036306,2455.862286 +467626,2335.847334,713.3392926,1088.044144,891.2398364,2454.532277 +467627,2328.619354,711.2030113,1087.554574,886.6825863,2453.20629 +467628,2321.477507,708.8915981,1087.058974,882.4739802,2451.8843 +467629,2314.451144,706.7738181,1086.568846,877.8824614,2450.602241 +467630,2307.504736,704.4808546,1086.074148,873.8100287,2449.325883 +467631,2300.608971,702.3814418,1085.558378,869.3886558,2448.026995 +467632,2293.776897,700.0618511,1085.033534,865.2573862,2446.722227 +467633,2287.012576,698.0476623,1084.498151,860.897008,2445.418166 +467634,2280.316444,695.7581659,1083.958081,856.9699826,2444.117462 +467635,2273.687771,693.7025934,1083.409572,866.9524915,2442.821471 +467636,2267.124158,691.4643055,1082.857094,826.9364981,2441.529645 +467637,2260.624589,689.4194164,1082.296629,871.8215701,2440.242762 +467638,2254.187442,687.1989257,1081.732862,813.0874521,2438.960772 +467639,2247.811358,685.1717649,1081.161445,860.5519663,2437.683746 +467640,2241.495184,682.9688665,1080.587148,811.9985909,2436.411842 +467641,0,0,0,0,0 +467642,0,0,0,0,0 +467643,0,0,0,0,0 +467644,0,0,0,0,0 +467645,0,0,0,0,0 +467646,0,0,0,0,0 +467647,0,0,0,0,0 +467648,0,0,0,0,0 +467649,0,0,0,0,0 +467650,0,0,0,0,0 +467651,0,0,0,0,0 +467652,0,0,0,0,0 +467653,0,0,0,0,0 +467654,0,0,0,0,0 +467655,0,0,0,0,0 +467656,0,0,0,0,0 +467657,0,0,0,0,0 +467658,0,0,0,0,0 +467659,0,0,0,0,0 +467660,0,0,0,0,0 +467661,0,0,0,0,0 +467662,0,0,0,0,0 +467663,0,0,0,0,0 +467664,0,0,0,0,0 +467665,0,0,0,0,0 +467666,0,0,0,0,0 +467667,0,0,0,0,0 +467668,0,0,0,0,0 +467669,0,0,0,0,0 +467670,0,0,0,0,0 +467671,0,0,0,0,0 +467672,0,0,0,0,0 +467673,0,0,0,0,0 +467674,0,0,0,0,0 +467675,0,0,0,0,0 +467676,0,0,0,0,0 +467677,0,0,0,0,0 +467678,0,0,0,0,0 +467679,0,0,0,0,0 +467680,0,0,0,0,0 +467681,0,0,0,0,0 +467682,0,0,0,0,0 +467683,0,0,0,0,0 +467684,0,0,0,0,0 +467685,0,0,0,0,0 +467686,0,0,0,0,0 +467687,0,0,0,0,0 +467688,0,0,0,0,0 +467689,0,0,0,0,0 +467690,0,0,0,0,0 +467691,0,0,0,0,0 +467692,0,0,0,0,0 +467693,0,0,0,0,0 +467694,0,0,0,0,0 +467695,0,0,0,0,0 +467696,0,0,0,0,0 +467697,0,0,0,0,0 +467698,0,0,0,0,0 +467699,0,0,0,0,0 +467700,0,0,0,0,0 +467701,0,0,0,0,0 +467702,0,0,0,0,0 +467703,0,0,0,0,0 +467704,0,0,0,0,0 +467705,0,0,0,0,0 +467706,0,0,0,0,0 +467707,0,0,0,0,0 +467708,0,0,0,0,0 +467709,0,0,0,0,0 +467710,0,0,0,0,0 +467711,0,0,0,0,0 +467712,0,0,0,0,0 +467713,0,0,0,0,0 +467714,0,0,0,0,0 +467715,0,0,0,0,0 +467716,0,0,0,0,0 +467717,0,0,0,0,0 +467718,0,0,0,0,0 +467719,0,0,0,0,0 +467720,0,0,0,0,0 +467721,0,0,0,0,0 +467722,0,0,0,0,0 +467723,0,0,0,0,0 +467724,0,0,0,0,0 +467725,0,0,0,0,0 +467726,0,0,0,0,0 +467727,0,0,0,0,0 +467728,0,0,0,0,0 +467729,0,0,0,0,0 +467730,0,0,0,0,0 +467731,0,0,0,0,0 +467732,0,0,0,0,0 +467733,0,0,0,0,0 +467734,0,0,0,0,0 +467735,0,0,0,0,0 +467736,0,0,0,0,0 +467737,0,0,0,0,0 +467738,0,0,0,0,0 +467739,0,0,0,0,0 +467740,0,0,0,0,0 +467741,0,0,0,0,0 +467742,0,0,0,0,0 +467743,0,0,0,0,0 +467744,0,0,0,0,0 +467745,0,0,0,0,0 +467746,0,0,0,0,0 +467747,0,0,0,0,0 +467748,0,0,0,0,0 +467749,0,0,0,0,0 +467750,0,0,0,0,0 +467751,0,0,0,0,0 +467752,0,0,0,0,0 +467753,0,0,0,0,0 +467754,0,0,0,0,0 +467755,0,0,0,0,0 +467756,0,0,0,0,0 +467757,0,0,0,0,0 +467758,0,0,0,0,0 +467759,0,0,0,0,0 +467760,0,0,0,0,0 +467761,0,0,0,0,0 +467762,0,0,0,0,0 +467763,0,0,0,0,0 +467764,0,0,0,0,0 +467765,0,0,0,0,0 +467766,0,0,0,0,0 +467767,0,0,0,0,0 +467768,0,0,0,0,0 +467769,0,0,0,0,0 +467770,0,0,0,0,0 +467771,0,0,0,0,0 +467772,0,0,0,0,0 +467773,0,0,0,0,0 +467774,0,0,0,0,0 +467775,0,0,0,0,0 +467776,0,0,0,0,0 +467777,0,0,0,0,0 +467778,0,0,0,0,0 +467779,0,0,0,0,0 +467780,0,0,0,0,0 +467781,0,0,0,0,0 +467782,0,0,0,0,0 +467783,0,0,0,0,0 +467784,0,0,0,0,0 +467785,0,0,0,0,0 +467786,0,0,0,0,0 +467787,0,0,0,0,0 +467788,0,0,0,0,0 +467789,0,0,0,0,0 +467790,0,0,0,0,0 +467791,0,0,0,0,0 +467792,0,0,0,0,0 +467793,0,0,0,0,0 +467794,0,0,0,0,0 +467795,0,0,0,0,0 +467796,0,0,0,0,0 +467797,0,0,0,0,0 +467798,0,0,0,0,0 +467799,0,0,0,0,0 +467800,0,0,0,0,0 +467801,0,0,0,0,0 +467802,0,0,0,0,0 +467803,0,0,0,0,0 +467804,0,0,0,0,0 +467805,0,0,0,0,0 +467806,0,0,0,0,0 +467807,0,0,0,0,0 +467808,0,0,0,0,0 +467809,0,0,0,0,0 +467810,0,0,0,0,0 +467811,0,0,0,0,0 +467812,0,0,0,0,0 +467813,0,0,0,0,0 +467814,0,0,0,0,0 +467815,0,0,0,0,0 +467816,0,0,0,0,0 +467817,0,0,0,0,0 +467818,0,0,0,0,0 +467819,0,0,0,0,0 +467820,0,0,0,0,0 +467821,0,0,0,0,0 +467822,0,0,0,0,0 +467823,0,0,0,0,0 +467824,0,0,0,0,0 +467825,0,0,0,0,0 +467826,0,0,0,0,0 +467827,0,0,0,0,0 +467828,0,0,0,0,0 +467829,0,0,0,0,0 +467830,0,0,0,0,0 +467831,0,0,0,0,0 +467832,0,0,0,0,0 +467833,0,0,0,0,0 +467834,0,0,0,0,0 +467835,0,0,0,0,0 +467836,0,0,0,0,0 +467837,0,0,0,0,0 +467838,0,0,0,0,0 +467839,0,0,0,0,0 +467840,0,0,0,0,0 +467841,0,0,0,0,0 +467842,0,0,0,0,0 +467843,0,0,0,0,0 +467844,0,0,0,0,0 +467845,0,0,0,0,0 +467846,0,0,0,0,0 +467847,0,0,0,0,0 +467848,0,0,0,0,0 +467849,0,0,0,0,0 +467850,0,0,0,0,0 +467851,0,0,0,0,0 +467852,0,0,0,0,0 +467853,0,0,0,0,0 +467854,0,0,0,0,0 +467855,0,0,0,0,0 +467856,0,0,0,0,0 +467857,0,0,0,0,0 +467858,0,0,0,0,0 +467859,0,0,0,0,0 +467860,0,0,0,0,0 +467861,0,0,0,0,0 +467862,0,0,0,0,0 +467863,0,0,0,0,0 +467864,0,0,0,0,0 +467865,0,0,0,0,0 +467866,0,0,0,0,0 +467867,0,0,0,0,0 +467868,0,0,0,0,0 +467869,0,0,0,0,0 +467870,0,0,0,0,0 +467871,0,0,0,0,0 +467872,0,0,0,0,0 +467873,0,0,0,0,0 +467874,0,0,0,0,0 +467875,0,0,0,0,0 +467876,0,0,0,0,0 +467877,0,0,0,0,0 +467878,0,0,0,0,0 +467879,0,0,0,0,0 +467880,0,0,0,0,0 +467881,0,0,0,0,0 +467882,0,0,0,0,0 +467883,0,0,0,0,0 +467884,0,0,0,0,0 +467885,0,0,0,0,0 +467886,0,0,0,0,0 +467887,0,0,0,0,0 +467888,0,0,0,0,0 +467889,0,0,0,0,0 +467890,0,0,0,0,0 +467891,0,0,0,0,0 +467892,0,0,0,0,0 +467893,0,0,0,0,0 +467894,0,0,0,0,0 +467895,0,0,0,0,0 +467896,0,0,0,0,0 +467897,0,0,0,0,0 +467898,0,0,0,0,0 +467899,0,0,0,0,0 +467900,0,0,0,0,0 +467901,0,0,0,0,0 +467902,0,0,0,0,0 +467903,0,0,0,0,0 +467904,0,0,0,0,0 +467905,0,0,0,0,0 +467906,0,0,0,0,0 +467907,0,0,0,0,0 +467908,0,0,0,0,0 +467909,0,0,0,0,0 +467910,0,0,0,0,0 +467911,0,0,0,0,0 +467912,0,0,0,0,0 +467913,0,0,0,0,0 +467914,0,0,0,0,0 +467915,0,0,0,0,0 +467916,0,0,0,0,0 +467917,0,0,0,0,0 +467918,0,0,0,0,0 +467919,0,0,0,0,0 +467920,0,0,0,0,0 +467921,0,0,0,0,0 +467922,0,0,0,0,0 +467923,0,0,0,0,0 +467924,0,0,0,0,0 +467925,0,0,0,0,0 +467926,0,0,0,0,0 +467927,0,0,0,0,0 +467928,0,0,0,0,0 +467929,0,0,0,0,0 +467930,0,0,0,0,0 +467931,0,0,0,0,0 +467932,0,0,0,0,0 +467933,0,0,0,0,0 +467934,0,0,0,0,0 +467935,0,0,0,0,0 +467936,0,0,0,0,0 +467937,0,0,0,0,0 +467938,0,0,0,0,0 +467939,0,0,0,0,0 +467940,0,0,0,0,0 +467941,0,0,0,0,0 +467942,0,0,0,0,0 +467943,0,0,0,0,0 +467944,0,0,0,0,0 +467945,0,0,0,0,0 +467946,0,0,0,0,0 +467947,0,0,0,0,0 +467948,0,0,0,0,0 +467949,0,0,0,0,0 +467950,0,0,0,0,0 +467951,0,0,0,0,0 +467952,0,0,0,0,0 +467953,0,0,0,0,0 +467954,0,0,0,0,0 +467955,0,0,0,0,0 +467956,0,0,0,0,0 +467957,0,0,0,0,0 +467958,0,0,0,0,0 +467959,0,0,0,0,0 +467960,0,0,0,0,0 +467961,0,0,0,0,0 +467962,0,0,0,0,0 +467963,0,0,0,0,0 +467964,0,0,0,0,0 +467965,0,0,0,0,0 +467966,0,0,0,0,0 +467967,0,0,0,0,0 +467968,0,0,0,0,0 +467969,0,0,0,0,0 +467970,0,0,0,0,0 +467971,0,0,0,0,0 +467972,0,0,0,0,0 +467973,0,0,0,0,0 +467974,0,0,0,0,0 +467975,0,0,0,0,0 +467976,0,0,0,0,0 +467977,0,0,0,0,0 +467978,0,0,0,0,0 +467979,0,0,0,0,0 +467980,0,0,0,0,0 +467981,0,0,0,0,0 +467982,0,0,0,0,0 +467983,0,0,0,0,0 +467984,0,0,0,0,0 +467985,0,0,0,0,0 +467986,0,0,0,0,0 +467987,0,0,0,0,0 +467988,0,0,0,0,0 +467989,0,0,0,0,0 +467990,0,0,0,0,0 +467991,0,0,0,0,0 +467992,0,0,0,0,0 +467993,0,0,0,0,0 +467994,0,0,0,0,0 +467995,0,0,0,0,0 +467996,0,0,0,0,0 +467997,0,0,0,0,0 +467998,0,0,0,0,0 +467999,0,0,0,0,0 +468000,0,0,0,0,0 +468001,0,0,0,0,0 +468002,0,0,0,0,0 +468003,0,0,0,0,0 +468004,0,0,0,0,0 +468005,0,0,0,0,0 +468006,0,0,0,0,0 +468007,0,0,0,0,0 +468008,0,0,0,0,0 +468009,0,0,0,0,0 +468010,0,0,0,0,0 +468011,0,0,0,0,0 +468012,0,0,0,0,0 +468013,0,0,0,0,0 +468014,0,0,0,0,0 +468015,0,0,0,0,0 +468016,0,0,0,0,0 +468017,0,0,0,0,0 +468018,0,0,0,0,0 +468019,0,0,0,0,0 +468020,0,0,0,0,0 +468021,0,0,0,0,0 +468022,0,0,0,0,0 +468023,0,0,0,0,0 +468024,0,0,0,0,0 +468025,0,0,0,0,0 +468026,0,0,0,0,0 +468027,0,0,0,0,0 +468028,0,0,0,0,0 +468029,0,0,0,0,0 +468030,0,0,0,0,0 +468031,0,0,0,0,0 +468032,0,0,0,0,0 +468033,0,0,0,0,0 +468034,0,0,0,0,0 +468035,0,0,0,0,0 +468036,0,0,0,0,0 +468037,0,0,0,0,0 +468038,0,0,0,0,0 +468039,0,0,0,0,0 +468040,0,0,0,0,0 +468041,0,0,0,0,0 +468042,0,0,0,0,0 +468043,0,0,0,0,0 +468044,0,0,0,0,0 +468045,0,0,0,0,0 +468046,0,0,0,0,0 +468047,0,0,0,0,0 +468048,0,0,0,0,0 +468049,0,0,0,0,0 +468050,0,0,0,0,0 +468051,0,0,0,0,0 +468052,0,0,0,0,0 +468053,0,0,0,0,0 +468054,0,0,0,0,0 +468055,0,0,0,0,0 +468056,0,0,0,0,0 +468057,0,0,0,0,0 +468058,0,0,0,0,0 +468059,0,0,0,0,0 +468060,0,0,0,0,0 +468061,0,0,0,0,0 +468062,0,0,0,0,0 +468063,0,0,0,0,0 +468064,0,0,0,0,0 +468065,0,0,0,0,0 +468066,0,0,0,0,0 +468067,0,0,0,0,0 +468068,0,0,0,0,0 +468069,0,0,0,0,0 +468070,0,0,0,0,0 +468071,0,0,0,0,0 +468072,0,0,0,0,0 +468073,0,0,0,0,0 +468074,0,0,0,0,0 +468075,0,0,0,0,0 +468076,0,0,0,0,0 +468077,0,0,0,0,0 +468078,0,0,0,0,0 +468079,0,0,0,0,0 +468080,0,0,0,0,0 +468081,0,0,0,0,0 +468082,0,0,0,0,0 +468083,0,0,0,0,0 +468084,0,0,0,0,0 +468085,0,0,0,0,0 +468086,0,0,0,0,0 +468087,0,0,0,0,0 +468088,0,0,0,0,0 +468089,0,0,0,0,0 +468090,0,0,0,0,0 +468091,0,0,0,0,0 +468092,0,0,0,0,0 +468093,0,0,0,0,0 +468094,0,0,0,0,0 +468095,0,0,0,0,0 +468096,0,0,0,0,0 +468097,0,0,0,0,0 +468098,0,0,0,0,0 +468099,0,0,0,0,0 +468100,0,0,0,0,0 +468101,0,0,0,0,0 +468102,0,0,0,0,0 +468103,0,0,0,0,0 +468104,0,0,0,0,0 +468105,0,0,0,0,0 +468106,0,0,0,0,0 +468107,0,0,0,0,0 +468108,0,0,0,0,0 +468109,0,0,0,0,0 +468110,0,0,0,0,0 +468111,0,0,0,0,0 +468112,0,0,0,0,0 +468113,0,0,0,0,0 +468114,0,0,0,0,0 +468115,0,0,0,0,0 +468116,0,0,0,0,0 +468117,0,0,0,0,0 +468118,0,0,0,0,0 +468119,0,0,0,0,0 +468120,0,0,0,0,0 +468121,0,0,0,0,0 +468122,0,0,0,0,0 +468123,0,0,0,0,0 +468124,0,0,0,0,0 +468125,0,0,0,0,0 +468126,0,0,0,0,0 +468127,0,0,0,0,0 +468128,0,0,0,0,0 +468129,0,0,0,0,0 +468130,0,0,0,0,0 +468131,0,0,0,0,0 +468132,0,0,0,0,0 +468133,0,0,0,0,0 +468134,0,0,0,0,0 +468135,0,0,0,0,0 +468136,0,0,0,0,0 +468137,0,0,0,0,0 +468138,0,0,0,0,0 +468139,0,0,0,0,0 +468140,0,0,0,0,0 +468141,0,0,0,0,0 +468142,0,0,0,0,0 +468143,0,0,0,0,0 +468144,0,0,0,0,0 +468145,0,0,0,0,0 +468146,0,0,0,0,0 +468147,0,0,0,0,0 +468148,0,0,0,0,0 +468149,0,0,0,0,0 +468150,0,0,0,0,0 +468151,0,0,0,0,0 +468152,0,0,0,0,0 +468153,0,0,0,0,0 +468154,0,0,0,0,0 +468155,0,0,0,0,0 +468156,0,0,0,0,0 +468157,0,0,0,0,0 +468158,0,0,0,0,0 +468159,0,0,0,0,0 +468160,0,0,0,0,0 +468161,0,0,0,0,0 +468162,0,0,0,0,0 +468163,0,0,0,0,0 +468164,0,0,0,0,0 +468165,0,0,0,0,0 +468166,0,0,0,0,0 +468167,0,0,0,0,0 +468168,0,0,0,0,0 +468169,0,0,0,0,0 +468170,0,0,0,0,0 +468171,0,0,0,0,0 +468172,0,0,0,0,0 +468173,0,0,0,0,0 +468174,0,0,0,0,0 +468175,0,0,0,0,0 +468176,0,0,0,0,0 +468177,0,0,0,0,0 +468178,0,0,0,0,0 +468179,0,0,0,0,0 +468180,0,0,0,0,0 +468181,0,0,0,0,0 +468182,0,0,0,0,0 +468183,0,0,0,0,0 +468184,0,0,0,0,0 +468185,0,0,0,0,0 +468186,0,0,0,0,0 +468187,0,0,0,0,0 +468188,0,0,0,0,0 +468189,0,0,0,0,0 +468190,0,0,0,0,0 +468191,0,0,0,0,0 +468192,0,0,0,0,0 +468193,0,0,0,0,0 +468194,0,0,0,0,0 +468195,0,0,0,0,0 +468196,0,0,0,0,0 +468197,0,0,0,0,0 +468198,0,0,0,0,0 +468199,0,0,0,0,0 +468200,0,0,0,0,0 +468201,0,0,0,0,0 +468202,0,0,0,0,0 +468203,0,0,0,0,0 +468204,0,0,0,0,0 +468205,0,0,0,0,0 +468206,0,0,0,0,0 +468207,0,0,0,0,0 +468208,0,0,0,0,0 +468209,0,0,0,0,0 +468210,0,0,0,0,0 +468211,0,0,0,0,0 +468212,0,0,0,0,0 +468213,0,0,0,0,0 +468214,0,0,0,0,0 +468215,0,0,0,0,0 +468216,0,0,0,0,0 +468217,0,0,0,0,0 +468218,0,0,0,0,0 +468219,0,0,0,0,0 +468220,0,0,0,0,0 +468221,0,0,0,0,0 +468222,0,0,0,0,0 +468223,0,0,0,0,0 +468224,0,0,0,0,0 +468225,0,0,0,0,0 +468226,0,0,0,0,0 +468227,0,0,0,0,0 +468228,0,0,0,0,0 +468229,0,0,0,0,0 +468230,0,0,0,0,0 +468231,0,0,0,0,0 +468232,0,0,0,0,0 +468233,0,0,0,0,0 +468234,0,0,0,0,0 +468235,0,0,0,0,0 +468236,0,0,0,0,0 +468237,0,0,0,0,0 +468238,0,0,0,0,0 +468239,0,0,0,0,0 +468240,0,0,0,0,0 +468241,0,0,0,0,0 +468242,0,0,0,0,0 +468243,0,0,0,0,0 +468244,0,0,0,0,0 +468245,0,0,0,0,0 +468246,0,0,0,0,0 +468247,0,0,0,0,0 +468248,0,0,0,0,0 +468249,0,0,0,0,0 +468250,0,0,0,0,0 +468251,0,0,0,0,0 +468252,0,0,0,0,0 +468253,0,0,0,0,0 +468254,0,0,0,0,0 +468255,0,0,0,0,0 +468256,0,0,0,0,0 +468257,0,0,0,0,0 +468258,0,0,0,0,0 +468259,0,0,0,0,0 +468260,0,0,0,0,0 +468261,0,0,0,0,0 +468262,0,0,0,0,0 +468263,0,0,0,0,0 +468264,0,0,0,0,0 +468265,0,0,0,0,0 +468266,0,0,0,0,0 +468267,0,0,0,0,0 +468268,0,0,0,0,0 +468269,0,0,0,0,0 +468270,0,0,0,0,0 +468271,0,0,0,0,0 +468272,0,0,0,0,0 +468273,0,0,0,0,0 +468274,0,0,0,0,0 +468275,0,0,0,0,0 +468276,0,0,0,0,0 +468277,0,0,0,0,0 +468278,0,0,0,0,0 +468279,0,0,0,0,0 +468280,0,0,0,0,0 +468281,0,0,0,0,0 +468282,0,0,0,0,0 +468283,0,0,0,0,0 +468284,0,0,0,0,0 +468285,0,0,0,0,0 +468286,0,0,0,0,0 +468287,0,0,0,0,0 +468288,0,0,0,0,0 +468289,0,0,0,0,0 +468290,0,0,0,0,0 +468291,0,0,0,0,0 +468292,0,0,0,0,0 +468293,0,0,0,0,0 +468294,0,0,0,0,0 +468295,0,0,0,0,0 +468296,0,0,0,0,0 +468297,0,0,0,0,0 +468298,0,0,0,0,0 +468299,0,0,0,0,0 +468300,0,0,0,0,0 +468301,0,0,0,0,0 +468302,0,0,0,0,0 +468303,0,0,0,0,0 +468304,0,0,0,0,0 +468305,0,0,0,0,0 +468306,0,0,0,0,0 +468307,0,0,0,0,0 +468308,0,0,0,0,0 +468309,0,0,0,0,0 +468310,0,0,0,0,0 +468311,0,0,0,0,0 +468312,0,0,0,0,0 +468313,0,0,0,0,0 +468314,0,0,0,0,0 +468315,0,0,0,0,0 +468316,0,0,0,0,0 +468317,0,0,0,0,0 +468318,0,0,0,0,0 +468319,0,0,0,0,0 +468320,0,0,0,0,0 +468321,0,0,0,0,0 +468322,0,0,0,0,0 +468323,0,0,0,0,0 +468324,0,0,0,0,0 +468325,0,0,0,0,0 +468326,0,0,0,0,0 +468327,0,0,0,0,0 +468328,0,0,0,0,0 +468329,0,0,0,0,0 +468330,0,0,0,0,0 +468331,0,0,0,0,0 +468332,0,0,0,0,0 +468333,0,0,0,0,0 +468334,0,0,0,0,0 +468335,0,0,0,0,0 +468336,0,0,0,0,0 +468337,0,0,0,0,0 +468338,0,0,0,0,0 +468339,0,0,0,0,0 +468340,0,0,0,0,0 +468341,0,0,0,0,0 +468342,0,0,0,0,0 +468343,0,0,0,0,0 +468344,0,0,0,0,0 +468345,0,0,0,0,0 +468346,0,0,0,0,0 +468347,0,0,0,0,0 +468348,0,0,0,0,0 +468349,0,0,0,0,0 +468350,0,0,0,0,0 +468351,0,0,0,0,0 +468352,0,0,0,0,0 +468353,0,0,0,0,0 +468354,0,0,0,0,0 +468355,0,0,0,0,0 +468356,0,0,0,0,0 +468357,0,0,0,0,0 +468358,0,0,0,0,0 +468359,0,0,0,0,0 +468360,0,0,0,0,0 +468361,0,0,0,0,0 +468362,0,0,0,0,0 +468363,0,0,0,0,0 +468364,0,0,0,0,0 +468365,0,0,0,0,0 +468366,0,0,0,0,0 +468367,0,0,0,0,0 +468368,0,0,0,0,0 +468369,0,0,0,0,0 +468370,0,0,0,0,0 +468371,0,0,0,0,0 +468372,0,0,0,0,0 +468373,0,0,0,0,0 +468374,0,0,0,0,0 +468375,0,0,0,0,0 +468376,0,0,0,0,0 +468377,0,0,0,0,0 +468378,0,0,0,0,0 +468379,0,0,0,0,0 +468380,0,0,0,0,0 +468381,0,0,0,0,0 +468382,0,0,0,0,0 +468383,0,0,0,0,0 +468384,0,0,0,0,0 +468385,0,0,0,0,0 +468386,0,0,0,0,0 +468387,0,0,0,0,0 +468388,0,0,0,0,0 +468389,0,0,0,0,0 +468390,0,0,0,0,0 +468391,0,0,0,0,0 +468392,0,0,0,0,0 +468393,0,0,0,0,0 +468394,0,0,0,0,0 +468395,0,0,0,0,0 +468396,0,0,0,0,0 +468397,0,0,0,0,0 +468398,0,0,0,0,0 +468399,0,0,0,0,0 +468400,0,0,0,0,0 +468401,0,0,0,0,0 +468402,0,0,0,0,0 +468403,0,0,0,0,0 +468404,0,0,0,0,0 +468405,0,0,0,0,0 +468406,0,0,0,0,0 +468407,0,0,0,0,0 +468408,0,0,0,0,0 +468409,0,0,0,0,0 +468410,0,0,0,0,0 +468411,0,0,0,0,0 +468412,0,0,0,0,0 +468413,0,0,0,0,0 +468414,0,0,0,0,0 +468415,0,0,0,0,0 +468416,0,0,0,0,0 +468417,0,0,0,0,0 +468418,0,0,0,0,0 +468419,0,0,0,0,0 +468420,0,0,0,0,0 +468421,-2254.803103,-971.2078454,-2226.90543,-971.0389431,-1803.495486 +468422,-1602.910169,-680.5300156,-1579.207414,-680.3610781,-873.0407937 +468423,-1629.512805,-691.21587,-1604.821213,-691.0509688,-885.1180538 +468424,-1713.813912,-726.9931978,-1687.045576,-726.8337637,-939.9311059 +468425,-1683.550607,-714.5366127,-1657.22823,-714.3819645,-925.6380461 +468426,-1676.258442,-711.9956167,-1649.89391,-711.8458405,-923.5643421 +468427,-1436.310965,-730.0909167,-1689.986094,-729.9462006,-949.271477 +468428,-702.7530153,-422.9929408,-712.2641506,-422.0585175,-916.4292141 +468429,-1165.861187,-478.62545,-1133.930745,-478.5012585,-893.3823219 +468430,-983.7114583,-479.3179364,-1011.23729,-479.206843,-823.4615206 +468431,-969.991412,-451.4046032,-971.5981605,-451.2974782,-706.2387405 +468432,-957.71703,-445.1651511,-960.4562984,-445.058254,-752.6532558 +468433,-948.9939482,-440.0660456,-947.6163273,-439.9606404,-663.7541743 +468434,-937.5324179,-259.245753,-919.3834523,-433.5560451,-385.6670007 +468435,-929.3525311,-230.4090385,-912.7986929,-430.6692036,-683.0767003 +468436,-919.7978158,-204.9539476,-896.5995994,-424.4975295,-392.8911698 +468437,-911.7342335,-189.262529,-890.3283424,-419.9033188,-601.1785222 +468438,-902.2529841,-171.9898774,-877.6335303,-415.6540541,-753.0848003 +468439,-891.4997593,-154.5232074,-868.5263176,-410.9213973,-780.0078447 +468440,-886.4310807,-138.1380065,-860.8153329,-406.3996783,-660.3699983 +468441,-876.9548885,-121.412135,-850.4010083,-402.2785273,-375.8011325 +468442,-869.8698371,-105.5339926,-843.6034098,-398.5759396,-674.6747661 +468443,-859.550882,-89.33282564,-832.5738192,-393.9043021,-381.0474148 +468444,-857.46994,-73.15734004,-826.2096258,-390.6540212,-678.821521 +468445,-843.9293655,-57.24213736,-818.7955751,-385.3991059,-382.9316188 +468446,-840.965535,-41.76018956,-809.4330703,-383.3778979,-680.1758743 +468447,-829.4913613,-25.59460293,-804.1654562,-378.1615639,-385.1524191 +468448,-826.9914179,-10.52880062,-795.1486096,-375.0475688,-680.709645 +468449,-818.2311623,5.688711661,-788.0184297,-371.6756611,-388.2199809 +468450,-809.2146068,20.76780283,-783.0320868,-367.6651834,-598.6894299 +468451,-806.8105612,37.29138963,-773.4158866,-364.5349995,-740.4582759 +468452,-795.6304447,44.57612775,-769.0607392,-361.0880182,-641.1150109 +468453,-792.3473298,44.62278608,-760.6082088,-357.3038076,-593.0273342 +468454,-781.9896125,138.451494,-755.7980295,-354.6583768,-262.7293436 +468455,-780.7390087,44.44799582,-749.7547483,-350.7666111,-643.8813142 +468456,-769.8826696,45.47510367,-742.2065854,-347.9154626,-586.933955 +468457,-766.1925121,143.5848306,-738.9314186,-344.4198541,-247.4280843 +468458,-759.1845878,109.2825113,-731.0305284,-341.2911693,-489.9481405 +468459,-752.9956527,49.44312375,-726.7429202,-339.4186649,-708.5625052 +468460,-746.5282719,117.5679522,-721.6549242,-334.468346,-436.2710265 +468461,-741.3199314,54.08414394,-715.6793204,-332.7727571,-684.2004624 +468462,-735.405041,123.6582275,-710.6410068,-329.1773786,-423.0936631 +468463,-727.3905785,59.4474999,-705.3462721,-326.6843247,-677.0804311 +468464,-724.6280633,129.0070041,-699.8009757,-323.107499,-418.1621151 +468465,-716.3034768,64.92088955,-695.23522,-320.7718299,-673.2018439 +468466,-707.1502753,68.10911841,-685.1817557,-315.8087576,-601.2507378 +468467,-701.5934097,154.5113952,-679.0986661,-311.9808643,-306.9998076 +468468,-655.992393,82.1498348,-636.7933024,-293.4483981,-601.8908134 +468469,-745.3192517,76.25531169,-722.5702192,-330.4374584,-578.466178 +468470,-655.7527771,169.080877,-636.4355014,-292.091405,-263.8740416 +468471,-682.7321015,137.2046325,-662.3813437,-303.7399457,-500.4596017 +468472,-670.2414647,83.50957833,-650.1460299,-298.4097952,-702.1919956 +468473,-663.9165093,86.72971118,-643.3278259,-294.8417448,-613.8328298 +468474,-658.6385503,90.60577963,-640.1572244,-293.1679903,-490.8509432 +468475,-604.1216111,104.3818629,-584.2328076,-268.8713564,-424.0597119 +468476,-715.9454268,205.9777345,-695.4852939,-316.8787968,-145.8688647 +468477,-607.1585012,171.0773796,-588.095959,-270.8893595,-404.5804288 +468478,-640.0386638,101.3711409,-622.7702697,-284.6060873,-673.8055832 +468479,-627.3471232,169.9660064,-609.2538144,-279.3365463,-410.2770897 +468480,-621.1121628,107.3979183,-601.9769553,-276.5719782,-665.5521771 +468481,93.86396545,111.0345594,93.54616891,42.38599883,165.6982009 +468482,102.1762513,123.8965408,102.1572966,46.15104183,195.4634543 +468483,114.7101598,140.5859904,115.0326122,51.78239991,237.2124582 +468484,127.8706613,157.196612,128.4907449,57.633393,279.9371027 +468485,139.9345147,172.0363139,140.8012315,62.92863086,318.8726299 +468486,150.3505747,184.9536017,151.6769528,67.4466202,352.3568789 +468487,159.4609128,196.3289722,161.3675987,71.35965814,381.333031 +468488,167.644773,206.5415369,169.9466004,74.8497343,406.9088841 +468489,175.1502192,215.8595114,177.6844195,78.03499511,429.8284254 +468490,182.1145358,224.4582633,184.7973582,80.98088611,450.5276971 +468491,188.6228286,232.4619878,191.4183724,83.72781601,469.2953828 +468492,194.7412494,239.968934,197.6301228,86.3067397,486.364942 +468493,200.5277094,247.0614181,203.4928591,88.74424501,501.9449041 +468494,206.0333168,315.597225,209.0568995,91.06334351,516.2230488 +468495,211.3019334,544.6817888,214.3659215,93.28339527,529.3651047 +468496,216.3704491,434.9354639,219.4574911,95.42035321,541.5151398 +468497,221.2695085,500.0528576,224.3632467,97.48719404,552.7973668 +468498,225.7116189,525.0267463,228.7966312,99.35222598,562.7498412 +468499,230.4277294,548.4951599,233.489356,101.3467798,572.7553929 +468500,235.0188967,572.1591721,238.0430593,103.2884057,582.1367009 +468501,239.502331,594.9195005,242.4753891,105.1839238,590.9672889 +468502,243.8938872,618.0705209,246.8025343,107.0396773,599.3130967 +468503,248.2075294,640.4664951,251.0387095,108.8612437,607.2322459 +468504,252.4549369,662.5915532,255.1957812,110.6532292,614.7749308 +468505,256.6456124,685.0775577,259.2833833,112.4193077,621.984054 +468506,260.7872699,706.7451026,263.309312,114.1623971,628.8962925 +468507,264.8862279,728.2442042,267.2799257,115.8848388,635.5431331 +468508,268.9476575,750.053835,271.2004477,117.5885292,641.9517049 +468509,272.9757836,771.1217539,275.0752303,119.2750329,648.145522 +468510,276.9740667,791.9677351,278.9078951,120.9456393,654.144971 +468511,280.9454103,811.1208523,282.7014972,122.6014301,659.9678226 +468512,284.8819037,828.2781541,286.4515473,124.2402454,665.6295132 +468513,288.7794424,845.6616564,290.15612,125.8610976,671.1435138 +468514,292.6355288,862.6847651,293.8152015,127.4638687,676.5216149 +468515,296.4544116,879.3810726,297.4319424,129.049838,681.7742375 +468516,300.2407165,895.5571598,301.0096115,130.6203384,686.9105848 +468517,303.9976919,921.2881268,304.5507426,132.1763849,691.9388281 +468518,307.7274396,941.5588129,308.057212,133.7187116,696.8661888 +468519,311.4314914,961.9488951,311.5305266,135.2479009,701.6991059 +468520,315.1111011,981.9122181,314.9719626,136.7644451,706.4432877 +468521,318.7673967,1001.529344,318.3826681,138.2687899,711.1038625 +468522,322.4013739,1020.831112,321.7636586,139.7613314,715.6853961 +468523,326.0139393,1039.823232,325.115865,141.2424357,720.1920261 +468524,329.6058829,1058.472503,328.4401119,142.7124279,724.6274524 +468525,333.1779854,1076.934548,331.7410268,144.1748815,728.9951638 +468526,336.7309446,1095.026537,335.0103418,145.6250724,733.2983164 +468527,340.2653401,1112.878525,338.241687,147.0593212,737.5396908 +468528,343.781661,1130.40876,341.4338897,148.4768888,741.7217565 +468529,347.2804035,1147.793331,344.5887253,149.8786828,745.8468635 +468530,350.7618475,1164.779009,347.7086955,151.2659971,749.9172103 +468531,354.2176776,1181.666339,350.7960914,152.6399854,753.9349289 +468532,357.6422072,1198.210705,353.8527468,154.0015381,757.9018237 +468533,361.0347887,1214.023671,356.8801608,155.3513569,761.8195964 +468534,364.3974318,1230.873583,359.8796164,156.6900249,765.68982 +468535,367.7327218,1246.331161,362.8522536,158.01805,769.5140254 +468536,371.0429347,1262.137044,365.7990905,159.3358777,773.2936175 +468537,374.3299129,1277.524146,368.7210552,160.6439081,777.0299741 +468538,377.5951426,1292.692689,371.6189775,161.9424928,780.7243449 +468539,380.8401924,1307.825755,374.4936275,163.2319536,784.3779749 +468540,384.0663753,1322.441451,377.3456937,164.5125734,787.9919829 +468541,387.2754093,1506.588431,380.1765325,165.7849377,791.5687799 +468542,397.5691986,1523.366163,390.0882726,170.2374179,808.5227451 +468543,411.4347268,1539.465593,403.575274,176.243102,832.2307287 +468544,425.3335672,1554.834205,417.1007841,182.190541,856.1437296 +468545,437.7980477,1570.025019,429.1948246,187.4309311,877.5714616 +468546,448.6914285,1585.121007,439.7174257,191.9265037,896.2396519 +468547,458.0555909,1599.602528,448.7390915,195.7352497,912.6491466 +468548,466.3059116,1614.246918,456.6547032,199.0532615,927.3076739 +468549,473.7788345,1628.451945,463.7832602,202.0329937,940.559578 +468550,480.6704319,1642.52667,470.3145633,204.7629475,952.6258717 +468551,487.0915295,1660.660278,476.3595636,207.2936115,963.6664856 +468552,493.1165564,1673.526559,481.9946308,209.6590311,973.8134863 +468553,498.8060393,1688.555032,487.2820704,211.8865842,983.1828524 +468554,504.21246,1701.373668,492.2756326,213.9995679,991.8765288 +468555,509.380957,1716.650784,497.0213778,216.017624,999.9832196 +468556,514.3493404,1695.569496,501.5578706,217.956883,1007.579229 +468557,519.1488476,1751.331542,505.9170277,219.8304205,1014.730065 +468558,523.8051212,1744.002243,510.1251097,221.6487674,1021.491868 +468559,528.3393061,1760.598141,514.2038125,223.420447,1027.912932 +468560,532.7688199,1772.714102,518.1710597,225.1523584,1034.034755 +468561,537.108187,1785.058129,522.0417165,226.8501118,1039.893078 +468562,541.3695009,1796.810637,525.8281064,228.5182663,1045.518657 +468563,545.5628357,1808.727188,529.5404843,230.1605433,1050.93802 +468564,549.6965718,1820.12254,533.1873859,231.7799811,1056.17405 +468565,553.7777119,1831.751716,536.7759501,233.379075,1061.246539 +468566,557.8120921,1843.058371,540.3121366,234.9598693,1252.045716 +468567,561.8045972,1854.089162,543.8009606,236.5240561,1216.688306 +468568,565.7592881,1865.134238,547.2465675,238.073002,1229.329729 +468569,569.6794213,1875.954055,550.6523533,239.6077946,1254.353164 +468570,573.5676066,1886.628563,554.0211072,241.1293015,1269.245837 +468571,577.426021,1897.2541,557.3551929,242.6382478,1284.103216 +468572,581.2533465,1907.831739,560.6511531,244.1328638,1298.397066 +468573,606.9932979,1918.056728,563.9077561,245.6124082,1312.569742 +468574,765.576987,1928.254745,567.126374,247.0773142,1326.264085 +468575,705.2969306,1938.453749,570.3094132,248.5284849,1340.19382 +468576,737.1387767,1948.429988,573.4592196,249.9668051,1353.356061 +468577,754.0913145,1958.1271,576.5777192,251.392982,1366.988654 +468578,768.8776614,1967.869662,579.6664947,252.807583,1379.638888 +468579,782.867926,1977.401505,582.726814,254.2110463,1392.460327 +468580,797.4844452,1986.814376,585.7598025,255.603758,1405.320577 +468581,811.3571862,1996.09197,668.834753,256.9860624,1417.639465 +468582,825.2550077,2005.243504,706.5977619,258.3582762,1429.750995 +468583,838.7951451,2014.261837,688.6868202,259.7220822,1442.170619 +468584,852.52896,2023.149659,711.7372703,261.0737701,1453.932917 +468585,865.7890568,2031.996638,723.1773945,262.4106252,1465.724725 +468586,879.0599567,2040.490658,734.1713016,263.5909857,1477.314408 +468587,891.9183728,2048.961702,745.1098377,264.9801589,1488.535601 +468588,905.1470781,2057.45355,755.9175301,264.1008058,1500.442357 +468589,917.816504,2065.736564,766.3408143,262.5287065,1511.034343 +468590,930.3352503,2073.732251,776.9214091,329.139566,1522.253833 +468591,944.6868439,2072.832117,794.4933598,303.6624969,1532.883978 +468592,956.6046462,2079.033043,805.6812677,318.4220706,1544.030354 +468593,969.5524397,2085.996111,816.461854,324.6427159,1554.369795 +468594,981.4142038,2092.848788,826.6915409,330.3190499,1564.909262 +468595,994.1833111,2100.003385,836.705591,335.6326567,1575.172795 +468596,1005.604666,2106.649265,847.0300234,341.1376377,1585.378928 +468597,1017.562413,2113.510597,856.3129145,346.2715438,1595.436259 +468598,1029.697355,2120.188984,866.4167966,351.5439834,1605.409078 +468599,1041.21651,2126.790525,875.7899843,356.531834,1615.179721 +468600,1052.587412,2133.396167,885.0798592,361.651826,1624.906805 +468601,1070.069079,2151.583869,900.0660164,368.8640913,1656.260284 +468602,1081.714333,2139.817158,909.5710369,374.1335594,1667.050462 +468603,1093.131342,2184.920429,918.4786942,378.8811292,1678.158157 +468604,1104.225865,2121.220423,927.6842921,383.8372391,1688.08096 +468605,1115.14422,2186.847513,936.1056667,388.1914165,1698.127954 +468606,1125.625638,2169.118968,944.8591525,392.9425813,1707.753249 +468607,1136.766202,2179.013375,952.7962278,397.3189471,1717.344228 +468608,1147.06764,2184.786828,961.1744739,401.7290567,1726.676342 +468609,1157.925782,2190.312598,969.2141392,405.9582424,1735.912127 +468610,1167.741189,2195.737272,977.183468,410.4670407,1744.960532 +468611,1178.256754,2201.150862,984.8261995,414.3256979,1754.008891 +468612,1188.33124,2206.095521,992.9745549,418.736232,1762.833072 +468613,1198.472831,2211.412478,1000.425082,422.7195075,1771.540648 +468614,1208.042202,2216.305159,1008.089827,426.654866,1780.296593 +468615,1218.636932,2221.193056,1015.556905,430.9211928,1788.673834 +468616,1228.107379,2225.957543,1022.961528,434.590386,1797.21787 +468617,1238.012264,2230.717285,1030.244948,438.5722424,1805.504071 +468618,1247.674937,2235.112296,1037.523584,442.2642259,1813.689073 +468619,1257.255381,2239.625782,1044.654786,446.2373106,1821.960743 +468620,1266.866623,2243.943427,1051.700147,449.8819407,1829.824081 +468621,1276.312921,2248.169135,1058.747835,453.7243837,1837.910499 +468622,1285.678302,2252.288876,1065.650479,457.0327294,1845.721801 +468623,1295.088301,2256.302465,1072.471611,460.9575229,1853.505926 +468624,1304.279721,2260.316302,1079.308065,464.3976535,1861.195475 +468625,1313.565179,2263.962051,1085.960713,467.9493527,1868.748423 +468626,1322.541287,2267.599552,1092.592034,471.4037986,1876.170302 +468627,1331.771343,2271.353113,1099.173785,474.8840994,1883.659498 +468628,1340.629093,2274.742427,1105.686075,478.1244222,1896.559739 +468629,1349.73931,2278.159432,1112.141363,481.7573822,1898.880772 +468630,1358.474595,2281.418376,1118.535094,484.9600326,1913.072462 +468631,1366.977588,2283.936745,1124.64192,488.370825,1911.156009 +468632,1375.380205,2286.220367,1130.759931,491.3292402,1902.548985 +468633,1383.660049,2288.435814,1136.809469,494.599819,1937.142842 +468634,1392.032922,2290.221673,1142.701887,497.6927734,1930.528599 +468635,1400.051303,2296.543106,1148.260369,500.612886,1940.339033 +468636,1408.327844,2287.416331,1154.638825,503.9137339,1947.051466 +468637,1416.196376,2316.187483,1160.095651,506.8057746,1953.818552 +468638,1424.184009,2270.197588,1165.968655,509.8156083,1960.533832 +468639,1432.226117,2310.325761,1171.485463,512.7663539,1962.691849 +468640,1439.90862,2317.358374,1177.185747,515.6863207,1968.093002 +468641,1447.70417,2269.482186,1182.692735,518.5758131,1972.23777 +468642,1455.457129,2315.455774,1188.187256,521.4353894,1976.659336 +468643,1463.014022,2298.202039,1193.582972,524.2660156,1981.118792 +468644,1470.641109,2302.168677,1199.08288,526.8746936,1985.471542 +468645,1477.607837,2302.486488,1204.270453,529.9499705,1989.795275 +468646,1485.913366,2302.929375,1209.670066,532.5501819,1994.081637 +468647,1492.907261,2303.154572,1214.868324,535.3049296,1998.394441 +468648,1500.287334,2303.274132,1220.069476,538.0000582,2002.421459 +468649,1507.748904,2303.274726,1225.214108,540.6711133,2006.754007 +468650,1514.818951,2303.159896,1230.270565,543.3165057,2010.884671 +468651,1522.198338,2302.815603,1235.446911,545.9368213,2014.878324 +468652,1529.335108,2302.756058,1240.302617,548.5330478,2018.985649 +468653,1536.439023,2302.048396,1245.340303,551.1055629,2022.989396 +468654,1543.728473,2301.581743,1250.351793,553.6546877,2026.964312 +468655,1550.605299,2301.004397,1255.081783,555.9706225,2030.916848 +468656,1557.822829,2300.035823,1260.104038,558.8130093,2034.892621 +468657,1564.789001,2319.023393,1264.732425,561.1289388,2038.57338 +468658,1571.802105,2269.94064,1269.572599,563.6290455,2042.66336 +468659,1578.689206,2310.607111,1274.386886,566.2884061,2049.466502 +468660,1585.741985,2292.990359,1278.914669,568.3826257,2066.580204 +468661,1475.274879,2240.867463,1166.451409,517.4853974,1810.865986 +468662,1480.372974,2238.662351,1169.147093,519.2733486,1857.387508 +468663,1486.302087,2236.389567,1172.737886,520.9681304,1840.814322 +468664,1492.342045,2234.294281,1176.568629,522.9655326,1846.244526 +468665,1498.67043,2232.026822,1180.525227,524.9847969,1848.724767 +468666,1504.898706,2229.995667,1184.626903,527.0289699,1851.227887 +468667,1511.331397,2227.656598,1188.608799,528.8596791,1853.865513 +468668,1517.612973,2225.333749,1192.595986,531.2663802,1856.289468 +468669,1524.076314,2223.028382,1196.72469,533.1507808,1859.157962 +468670,1530.667432,2220.352896,1200.815384,535.2411585,1861.609006 +468671,1538.700259,2217.841908,1204.811618,537.285701,1864.318876 +468672,1546.717298,2215.147248,1208.77408,539.5605786,1866.956275 +468673,1554.895637,2212.38284,1212.927716,541.2214388,1869.675988 +468674,1563.094299,2209.637763,1216.767334,543.4461372,1872.127128 +468675,1571.654476,2206.423881,1220.9825,545.4103784,1875.023857 +468676,1579.860229,2222.472502,1224.869662,547.4223942,1877.477101 +468677,1588.582284,2173.54236,1228.843257,549.4240693,1880.294176 +468678,1597.045315,2210.221976,1232.798339,551.165871,1882.627747 +468679,1605.956817,2191.186248,1236.703485,553.5700361,1885.573038 +468680,1614.451518,2215.015005,1240.727558,555.3462944,1887.973568 +468681,1623.490358,2152.189806,1248.851447,557.3686271,1890.767536 +468682,1632.23278,2215.609288,1254.005342,559.3078208,1893.221212 +468683,1641.354749,2166.277108,1256.433739,561.3111735,1895.975483 +468684,1650.333282,2183.176478,1236.51711,563.245331,1898.527478 +468685,1659.455576,2178.740063,1271.637491,565.1977709,1901.055054 +468686,1682.980608,2167.256341,1261.338337,567.1382856,1903.836114 +468687,1677.149118,2167.411909,1267.792993,569.07316,1906.19094 +468688,1666.609551,2162.316279,1271.833711,571.0013626,1927.232592 +468689,1708.971582,2158.228254,1275.540014,572.9240698,1887.756887 +468690,1702.839111,2153.623313,1279.400355,574.8369028,1934.271072 +468691,1714.899971,2149.095941,1283.078954,576.6995684,1909.726599 +468692,1724.505167,2151.657613,1286.741193,578.5639621,1926.261741 +468693,1733.693259,2130.760676,1290.438253,580.3583541,1919.461797 +468694,1743.149675,2146.218377,1293.922983,582.2033888,1925.683657 +468695,1752.397856,2120.404894,1297.486507,583.6579737,1927.412403 +468696,1761.942063,2129.642538,1301.159677,586.0349813,1930.018977 +468697,1771.425187,2119.703641,1304.725966,587.5222382,1932.305968 +468698,1780.96115,2115.178364,1308.146389,589.3950279,1935.069063 +468699,1790.549947,2110.048802,1311.715749,591.137039,1937.367074 +468700,1800.174743,2104.71308,1315.195873,592.9662939,1939.94967 +468701,1809.949774,2099.490769,1318.670786,594.7075749,1942.312476 +468702,1819.48338,2093.733846,1322.207485,596.5099604,1944.944422 +468703,1829.196419,2088.314219,1325.442706,598.1689717,1952.138839 +468704,1839.137462,2082.596781,1329.049215,599.9964989,1947.57311 +468705,1848.982047,2076.873254,1332.382583,601.7011609,1953.08153 +468706,1858.682346,2071.226557,1335.783562,603.4367874,1954.855754 +468707,1868.662238,2065.087005,1345.075292,605.1597375,1957.080172 +468708,1878.571908,2059.270688,1337.151433,606.8370981,1959.7355 +468709,1888.526834,2053.162898,1345.049088,608.641681,1966.664352 +468710,1898.532531,2047.200956,1350.657493,610.2577157,1962.643217 +468711,1908.568739,2040.80245,1351.958448,611.9865804,1966.681912 +468712,1918.635003,2034.604906,1355.660351,613.668363,1969.444857 +468713,1928.865059,2028.259365,1359.168725,615.3095333,1975.960479 +468714,1953.318277,2021.869493,1362.226881,617.0434584,1972.451684 +468715,1931.427284,2015.479339,1365.546646,618.682677,1980.353378 +468716,1963.735956,2008.707357,1368.758372,620.3498902,1977.606001 +468717,1969.948951,2002.211986,1371.967731,622.0046262,1984.4741 +468718,1979.288992,1986.392866,1375.24868,623.6928933,1981.824332 +468719,1989.915839,2001.787105,1378.291637,625.2742417,1987.344154 +468720,2000.377915,1956.845869,1381.519586,626.8972281,1989.553722 +468721,1769.502371,1877.595897,1143.468879,519.6567584,1538.862939 +468722,1773.763817,1845.325176,1140.580089,517.9127709,1557.959562 +468723,1780.786789,1846.206427,1139.900703,517.9751759,1544.272554 +468724,1788.142242,1834.750632,1139.996696,518.1324991,1542.687432 +468725,1796.072939,1832.002624,1140.435466,518.4115174,1560.010044 +468726,1804.20105,1822.909365,1141.188533,518.9073542,1526.082195 +468727,1812.67451,1817.701499,1141.793909,519.0619116,1549.501913 +468728,1820.951248,1777.371393,1142.971657,520.1211355,1537.832409 +468729,1829.77203,1806.029156,1143.769167,520.4350948,1539.915785 +468730,1838.304563,1782.885269,1144.885097,521.1602234,1544.483531 +468731,1847.196772,1773.085945,1145.975083,521.7761478,1536.094934 +468732,1856.207084,1768.504616,1147.117786,522.411032,1539.26844 +468733,1864.98246,1758.456571,1148.384999,523.1524186,1538.753092 +468734,1874.146262,1750.13427,1149.481847,523.8287554,1538.246013 +468735,1883.263409,1741.546708,1150.717076,524.5557808,1538.437939 +468736,1892.466181,1754.784802,1155.572312,525.3329564,1538.350188 +468737,1901.753051,1692.797706,1151.172697,525.986976,1538.299675 +468738,1922.037809,1747.279248,1165.49177,526.8423592,1538.643355 +468739,1908.38616,1679.703969,1138.785466,527.5898754,1538.581295 +468740,1931.768992,1709.35936,1166.260852,528.3913971,1538.999397 +468741,1940.770206,1686.946408,1156.892198,529.2003017,1539.03795 +468742,1948.539214,1680.444069,1160.523051,530.0215411,1539.604309 +468743,1958.833886,1671.729698,1161.853206,530.8549196,1539.895135 +468744,1968.731818,1662.768567,1163.427935,531.6996352,1540.023921 +468745,1978.16107,1670.257536,1164.942514,532.5553667,1546.173013 +468746,2001.077464,1622.021859,1166.487871,533.4216469,1538.832781 +468747,1979.163968,1650.234761,1168.052792,534.2981182,1542.047358 +468748,2017.390361,1620.565845,1169.748355,535.1940834,1542.781509 +468749,2016.01425,1620.39296,1171.222685,536.0537029,1543.02238 +468750,2028.416648,1608.933862,1172.911868,537.0222406,1543.696394 +468751,2059.163677,1600.297966,1174.45649,537.8737124,1544.130599 +468752,2016.850611,1591.093498,1176.009147,538.8026526,1545.056586 +468753,2073.369974,1582.114925,1177.476738,539.6246468,1550.446263 +468754,2079.454234,1573.002633,1179.177527,540.5431616,1544.67655 +468755,2057.655773,1563.686364,1180.684207,541.4299813,1547.108554 +468756,2109.463849,1554.447164,1182.367966,542.3272639,1548.27554 +468757,2086.210585,1545.383976,1183.814314,543.2292465,1548.821241 +468758,2129.514908,1536.08223,1185.473534,544.1351283,1554.317042 +468759,2088.929819,1526.739311,1187.057552,545.0454102,1549.144228 +468760,2166.369019,1517.755913,1188.661164,545.958982,1551.01991 +468761,2125.978438,1525.466329,1190.270382,546.8766931,1552.550466 +468762,2154.724777,1474.189674,1191.883947,547.7975797,1557.872869 +468763,2162.086773,1507.292564,1193.503095,548.7214719,1548.540018 +468764,2172.548792,1469.848675,1196.842599,549.6486201,1559.603631 +468765,2182.89642,1474.898152,1196.602711,550.5782304,1556.07425 +468766,2193.46136,1461.018655,1203.258135,551.5107366,1560.985475 +468767,2203.769419,1452.391823,1191.421655,552.4457596,1557.702675 +468768,2214.627116,1443.246351,1205.333644,553.3828676,1558.083732 +468769,2225.087698,1433.871159,1202.711484,554.3220161,1563.735948 +468770,2235.711591,1424.522131,1204.691669,555.2624341,1561.150073 +468771,2246.439911,1415.247561,1206.435946,556.2043245,1565.247642 +468772,2256.903998,1405.962553,1208.049049,557.1478331,1562.771042 +468773,2267.89458,1396.604914,1209.756875,558.0602531,1561.453426 +468774,2278.558381,1387.356298,1211.227793,559.0331394,1561.098344 +468775,2297.11882,1378.027729,1212.910907,559.9332964,1559.609985 +468776,2288.794187,1368.803887,1214.510139,560.8649819,1556.502096 +468777,2323.361994,1359.390131,1216.124426,561.8014061,1553.319604 +468778,2317.927085,1350.425129,1217.739171,562.7389036,1550.352355 +468779,2333.624738,1340.94422,1219.353093,563.6774294,1547.266845 +468780,2344.0984,1331.758389,1220.966923,564.6162392,1544.239328 +468781,2587.944917,1429.910685,1475.895284,672.0467491,1556.342625 +468782,2609.525743,1422.522922,1450.045239,674.8467109,1594.342464 +468783,2613.980819,1414.888776,1472.448599,676.9463866,1638.661155 +468784,2633.069086,1406.766865,1470.97417,678.9512178,1675.854566 +468785,2643.939534,1398.49707,1474.256048,680.5473776,1704.230397 +468786,2655.710535,1390.471595,1477.238779,682.2374601,1725.628923 +468787,2667.388165,1381.875628,1479.963418,683.7388276,1741.925709 +468788,2687.205861,1373.745614,1482.64337,685.3202048,1755.357305 +468789,2691.010027,1365.326748,1485.208475,686.7569284,1766.788352 +468790,2702.751085,1356.98405,1487.684907,688.2056713,1776.423817 +468791,2722.9642,1348.63358,1490.113266,689.6195728,1785.067985 +468792,2727.890017,1340.287457,1492.484756,691.008474,1792.981556 +468793,2738.361128,1331.856624,1494.796214,692.3746134,1799.865922 +468794,2763.298775,1323.747942,1497.079713,693.7181226,1806.396797 +468795,2758.503116,1315.173368,1499.272018,695.0412672,1812.444098 +468796,2775.146507,1307.070573,1501.494649,696.3441843,1817.570643 +468797,2782.736895,1298.738844,1503.538936,697.6270151,1822.155452 +468798,2789.008975,1290.50713,1505.73048,698.8908614,1826.217771 +468799,2792.952603,1282.292533,1507.652747,700.1366553,1829.533444 +468800,2796.829772,1274.109763,1509.652758,701.3635291,1832.094067 +468801,2800.780349,1265.875041,1511.610134,702.573548,1834.225459 +468802,2804.885442,1257.874584,1513.532856,703.7341513,1835.673512 +468803,2809.167065,1249.82645,1515.32064,704.9365637,1836.779191 +468804,2813.625755,1241.604591,1517.330245,706.0562449,1837.644402 +468805,2818.247198,1233.777346,1519.07892,707.1877923,1838.335979 +468806,2823.011517,1225.764736,1520.880183,708.3072842,1838.897172 +468807,2827.890759,1222.11585,1522.638976,709.412088,1839.350597 +468808,2832.862474,1216.613595,1524.401039,710.5519897,1839.712761 +468809,2837.921634,1211.082755,1526.03777,711.5529585,1840.006827 +468810,2843.068029,1205.350252,1527.732735,712.6495546,1840.254178 +468811,2848.295877,1199.760809,1529.233461,713.6168931,1840.467209 +468812,2853.613525,1218.779533,1535.940158,714.5629993,1840.69134 +468813,2858.900968,1151.886172,1524.17234,715.4880071,1840.859546 +468814,2864.271502,1200.632387,1541.871276,716.3935077,1841.070412 +468815,2869.637397,1184.626291,1531.927127,717.2813987,1841.258903 +468816,2874.911823,1155.242139,1536.377376,718.1521361,1841.35698 +468817,2880.167756,1187.074814,1537.509764,718.9554111,1841.419773 +468818,2885.752584,1140.492911,1538.458289,719.8691147,1841.500287 +468819,2891.047249,1171.244857,1539.588797,720.6552576,1841.572987 +468820,2896.327327,1138.537693,1540.689779,721.4702497,1841.621344 +468821,2901.635739,1149.712547,1541.793262,722.2626678,1841.672146 +468822,2906.945453,1138.80084,1542.785178,723.04032,1841.7023 +468823,2912.40194,1134.645577,1543.769534,723.8037695,1841.717042 +468824,2918.03205,1129.559116,1544.620465,724.5531161,1841.726001 +468825,2923.790743,1124.593704,1545.744153,725.2889011,1841.72508 +468826,2929.630281,1119.505297,1546.593372,726.0111958,1841.711831 +468827,2935.512229,1114.638283,1547.46915,726.7205068,1841.680592 +468828,2941.416686,1109.772951,1548.346579,727.4168621,1841.829042 +468829,2947.335717,1104.984634,1549.139869,728.1007289,1841.74426 +468830,2953.268211,1100.264415,1549.952658,728.7721099,1841.641496 +468831,2959.21367,1095.614253,1550.724713,729.4314489,1841.527619 +468832,2965.452532,1090.962085,1551.477849,730.0787411,1841.402795 +468833,2971.368024,1086.564612,1552.224709,730.7144157,1841.267184 +468834,2977.282493,1082.248742,1552.876101,731.3908992,1841.122006 +468835,2983.20858,1077.721696,1553.588609,731.8733494,1840.96978 +468836,2989.15075,1073.575324,1554.073622,732.5900766,1840.812511 +468837,2995.109763,1069.391245,1554.910791,733.135355,1840.652762 +468838,3001.079196,1065.283338,1555.433575,733.7230705,1840.487854 +468839,3007.306938,1061.254288,1556.010935,734.2924881,1840.308592 +468840,3013.197161,1057.30916,1556.579158,734.8512389,1840.114281 +468841,3021.65518,1076.207276,1604.408571,758.1226846,1843.233048 +468842,3034.720416,1073.582544,1606.602459,759.878539,1850.597037 +468843,3048.061214,1070.693085,1609.014318,761.1507774,1859.247703 +468844,3060.558755,1067.841924,1610.650828,762.3466727,1866.846234 +468845,3071.045983,1065.015368,1612.154281,763.3053381,1873.460659 +468846,3080.367833,1062.233304,1613.343152,764.2567652,1878.784994 +468847,3088.460554,1059.495601,1614.521644,765.6881201,1883.206593 +468848,3095.985347,1056.78008,1615.567785,766.8391157,1887.215128 +468849,3103.193277,1054.084006,1616.552363,767.994677,1890.533373 +468850,3110.217146,1051.407192,1617.47699,769.1851382,1893.482113 +468851,3117.123488,1048.820276,1618.39135,770.4177859,1896.142791 +468852,3123.945927,1046.080232,1619.171464,771.7486429,1898.570925 +468853,3131.185558,1043.511809,1624.891166,772.9892656,1900.944891 +468854,3137.90087,1040.903237,1614.2496,774.3941436,1903.027995 +468855,3144.528852,1038.254072,1628.121387,775.7965424,1904.948055 +468856,3151.147017,1035.79635,1616.159287,777.2510907,1906.769744 +468857,3157.781428,1033.205295,1628.977529,778.7496737,1908.523432 +468858,3164.355159,1030.691611,1617.443807,780.2913224,1910.16192 +468859,3170.942841,1028.18486,1630.049128,781.8759518,1911.754323 +468860,3177.658073,1025.694581,1623.540394,783.4471867,1913.398772 +468861,3184.220932,1023.220929,1624.894702,785.3148364,1914.888594 +468862,3190.67337,1020.762951,1625.943181,786.9088007,1916.260806 +468863,3197.148268,1018.320679,1626.223701,788.7625689,1917.62032 +468864,3203.609416,1015.893632,1626.536964,790.4701498,1918.942798 +468865,3210.042868,1013.48177,1626.913719,792.4015843,1920.222053 +468866,3216.452574,1011.152477,1627.259911,794.2615275,1921.46524 +468867,3222.840229,1008.670304,1627.56649,796.2111607,1922.67671 +468868,3229.203493,1006.349968,1627.84359,798.13671,1924.061801 +468869,3235.543446,1003.986063,1628.1502,800.128921,1925.208817 +468870,3241.860349,1001.646505,1628.298995,802.165294,1926.325651 +468871,3248.438021,999.2636579,1628.397904,804.163928,1927.411276 +468872,3254.623213,996.8830769,1628.405576,806.1878351,1928.464707 +468873,3260.680312,994.5107019,1628.367826,808.2429559,1929.490284 +468874,3266.621585,992.147779,1628.315269,810.3316851,1930.493008 +468875,3272.465154,989.7953527,1628.189244,812.4532429,1931.475018 +468876,3278.22589,987.4534747,1628.059063,814.6086061,1932.437511 +468877,3283.915399,985.122724,1627.909659,816.7979856,1933.382713 +468878,3289.539833,982.8029166,1627.687268,819.0211787,1934.311169 +468879,3295.103767,980.42806,1627.488894,821.2785806,1935.223455 +468880,3300.608176,978.2281535,1627.165184,823.5698511,1936.118539 +468881,3306.055193,975.8957463,1626.936265,825.8953279,1936.996997 +468882,3311.452318,973.6970148,1626.50156,828.2546097,1937.863546 +468883,3316.807807,971.3381653,1626.344095,830.6479971,1938.723565 +468884,3322.116698,969.1330081,1625.893545,833.0165804,1939.572902 +468885,3327.368169,966.8835202,1625.499746,835.5648485,1940.402726 +468886,3332.562764,964.6551872,1625.089095,838.0173425,1941.212659 +468887,3337.705861,962.4388017,1624.644079,840.5545742,1942.005529 +468888,3342.800638,960.2338731,1624.19078,843.1159619,1942.782834 +468889,3347.847981,958.0407799,1623.67411,845.7696351,1943.544524 +468890,3352.848454,955.8591234,1623.15892,848.3083762,1944.290734 +468891,3357.803747,953.6892925,1622.617465,851.0109126,1945.022517 +468892,3362.714788,951.5308693,1622.049491,853.6939538,1945.740342 +468893,3367.581548,949.3842384,1621.459126,856.4183518,1946.444277 +468894,3372.404994,947.2489606,1620.846031,859.1143649,1947.135116 +468895,3377.184958,945.1254169,1620.21081,861.9923704,1947.812979 +468896,3381.920778,943.0131498,1619.552945,864.7682444,1948.477474 +468897,3386.612938,940.9125365,1618.873732,867.5320787,1949.128899 +468898,3391.261328,938.8230956,1618.172627,870.4964932,1949.767407 +468899,3395.865868,936.7452111,1617.450747,873.3214428,1950.393041 +468900,3400.426823,934.6783811,1616.707589,876.3466142,1951.006015 +468901,3403.783258,899.4882083,1538.042708,846.0666501,1952.176777 +468902,3398.979993,896.9901498,1537.673963,848.5788997,1945.115794 +468903,3392.254136,894.6910303,1535.613939,851.2766211,1935.39701 +468904,3388.131817,892.4017258,1534.254083,854.1542827,1926.770147 +468905,3387.210155,890.1419109,1532.907612,856.94923,1920.497494 +468906,3388.691566,887.8994037,1531.496399,859.8315326,1916.639922 +468907,3391.593103,885.6719299,1530.083989,862.7363285,1913.899963 +468908,3395.224421,883.458202,1528.642571,865.6707306,1911.893519 +468909,3399.202782,881.2575579,1527.163582,868.6336534,1910.760731 +468910,3403.342399,879.0692162,1525.735031,872.4613028,1909.9146 +468911,3407.556387,876.8927062,1524.235944,875.5266091,1909.628173 +468912,3411.79839,874.7274384,1522.753573,878.4624409,1909.644353 +468913,3416.038651,872.5731443,1521.231621,881.9690149,1909.896274 +468914,3420.25774,870.4294135,1519.699589,884.7221608,1910.333766 +468915,3424.440979,868.2961172,1518.292757,888.5670499,1910.91679 +468916,3428.575752,866.1729373,1516.511375,890.9242263,1911.611576 +468917,3432.660282,863.9988047,1515.029351,895.4296515,1912.396609 +468918,3436.703651,861.9846937,1513.378322,896.9478341,1913.26179 +468919,3440.703511,859.9087853,1511.805899,902.6854496,1914.191253 +468920,3444.663087,857.7450152,1510.145012,902.6089355,1915.175796 +468921,3448.575492,855.713023,1508.508702,910.7831824,1916.200508 +468922,3452.44909,853.6383814,1506.845196,907.2240277,1917.264044 +468923,3456.329583,851.581882,1505.122903,900.1139615,1918.185469 +468924,3460.148783,849.5344964,1503.4746,923.7988263,1919.327159 +468925,3463.867504,847.4962088,1501.740748,916.8410703,1920.448808 +468926,3467.542714,845.4666797,1500.130135,922.3680417,1921.584908 +468927,3471.178962,843.4458651,1498.209755,925.7717196,1922.73354 +468928,3474.769999,841.4334654,1496.539261,929.1222002,1923.886922 +468929,3478.324942,839.4294549,1494.731329,932.5544375,1925.05057 +468930,3481.843632,837.4336052,1492.924633,935.7694627,1926.223333 +468931,3485.322032,835.3765958,1491.012961,939.0173712,1927.401068 +468932,3488.459108,833.3715761,1483.580001,942.0042097,1928.462822 +468933,3491.486209,831.2227039,1494.558005,945.0298546,1929.649511 +468934,3494.245759,829.2034818,1476.36433,948.0250901,1930.844929 +468935,3496.611109,827.1377468,1485.345113,951.0018978,1931.926175 +468936,3498.769369,822.6175147,1474.529692,955.452632,1933.003231 +468937,3501.715251,820.3198565,1471.368768,958.5979569,1933.952174 +468938,3505.054337,818.0434815,1469.211018,961.7635799,1934.822551 +468939,3508.326211,815.8657914,1466.682409,964.8239234,1935.743118 +468940,3511.250702,813.7075246,1464.249126,967.8604718,1936.722321 +468941,3513.796691,811.5690666,1461.828663,970.8030864,1937.753544 +468942,3516.038826,809.4461279,1459.419354,973.9582124,1938.8312 +468943,3518.051932,807.3931502,1457.122794,976.7698177,1939.946306 +468944,3519.881337,805.2121508,1454.516069,979.7690275,1941.087656 +468945,3521.557209,803.1648466,1452.172117,982.6752929,1942.250766 +468946,3523.102188,801.0791498,1449.772038,985.5675788,1943.436223 +468947,3524.525676,799.0165343,1447.324324,988.4359436,1944.639905 +468948,3525.831723,796.9542282,1444.896918,991.2793322,1945.856287 +468949,3527.024874,794.8981314,1442.43562,994.0971434,1947.081748 +468950,3528.109866,792.8495739,1440.005102,996.8885786,1948.314026 +468951,3529.0913,790.8085753,1437.57348,999.7213323,1949.551907 +468952,3529.970747,788.7747016,1435.219172,1002.35547,1950.792814 +468953,3530.746102,786.7477772,1432.571368,1005.042143,1952.03204 +468954,3531.422188,784.6717021,1430.184438,1007.815261,1953.270449 +468955,3532.006666,782.8102055,1427.762937,1010.540954,1954.511906 +468956,3532.542733,780.6857983,1425.271586,1013.202031,1955.755807 +468957,3533.01288,778.7332275,1422.769249,1015.809163,1956.999562 +468958,3533.394926,776.7300755,1420.313226,1018.381038,1958.242679 +468959,3533.677388,774.7403155,1417.896869,1020.919154,1959.484096 +468960,3533.855485,772.7556507,1415.246992,1023.49441,1960.720399 +468961,3534.515587,704.5057997,1242.838241,959.6974827,1962.65045 +468962,3525.978093,701.966654,1263.592426,961.5692908,1954.000659 +468963,3514.019209,699.5250859,1248.473573,963.6175139,1940.462236 +468964,3504.015254,697.2710439,1247.696384,965.6990327,1927.26977 +468965,3497.636189,694.959606,1244.63487,967.7761913,1916.6326 +468966,3494.246168,692.8030099,1241.416887,969.8331399,1908.62014 +468967,3492.614853,690.6041022,1254.67283,971.8640561,1902.587131 +468968,3491.911852,688.3375929,1211.168403,973.8659405,1898.028586 +468969,3491.561953,686.1819765,1259.967255,975.8367974,1894.514906 +468970,3491.337499,683.9930559,1202.521034,977.7751291,1891.816407 +468971,3491.174739,682.3053985,1237.577807,979.6794857,1889.806648 +468972,3490.948214,679.3873027,1220.680917,981.5485606,1888.313251 +468973,3490.670683,677.6336815,1219.736834,983.3814685,1887.277643 +468974,3490.348082,675.3782487,1216.95193,985.1770532,1886.64508 +468975,3489.950713,673.2366269,1213.810074,986.9345959,1886.341749 +468976,3489.47139,671.0962546,1210.761818,988.6532583,1886.317911 +468977,3488.904899,668.9610705,1207.700939,990.3325035,1886.530557 +468978,3488.248939,666.8311937,1204.638225,991.9716134,1886.943841 +468979,3487.504024,664.6591857,1201.480855,993.5701636,1887.52838 +468980,3486.670653,662.6080541,1198.551492,995.1275184,1888.258973 +468981,3485.749766,660.4609057,1195.422612,996.6433198,1889.11446 +468982,3484.743751,658.3579099,1192.369966,998.1169868,1890.077699 +468983,3483.653356,656.253279,1189.393901,999.5482005,1891.133053 +468984,3482.480727,654.1531541,1186.103503,1000.936414,1892.268101 +468985,3481.22826,652.0578466,1183.229927,1002.281326,1893.472918 +468986,3479.897939,649.9214353,1180.086458,1003.582399,1894.738531 +468987,3478.491354,647.9015564,1177.030553,1004.83933,1896.057191 +468988,3477.009536,645.7886478,1173.962005,1006.05157,1897.422121 +468989,3475.453985,643.7183405,1170.801982,1007.218796,1898.827796 +468990,3473.825342,641.6461626,1167.863075,1008.340422,1900.269022 +468991,3472.08723,639.4601066,1177.82283,1008.411516,1901.713068 +468992,3469.997901,637.2802453,1141.214893,1008.313789,1903.231386 +468993,3467.347447,635.0550819,1178.80348,1008.081607,1904.794436 +468994,3464.143472,632.9378474,1135.226939,1007.723892,1906.39919 +468995,3460.510921,630.7260321,1159.306892,1007.247622,1908.073114 +468996,3456.482582,628.551441,1145.893488,1006.656173,1909.771258 +468997,3452.148192,626.3719557,1144.265279,1005.952646,1911.509776 +468998,3447.566985,624.1928141,1140.830365,1005.070628,1913.299234 +468999,3442.469421,621.9719918,1137.56737,1004.244489,1915.129068 +469000,3437.471,619.856912,1134.117935,1003.165142,1916.996564 +469001,3432.274316,617.6514074,1130.819579,1002.034567,1918.893386 +469002,3426.876459,615.4821671,1127.305075,1000.786958,1920.813925 +469003,3421.283965,613.3081924,1123.883572,999.4325341,1922.756111 +469004,3415.50416,611.1344716,1120.589397,998.0382329,1924.716943 +469005,3409.545018,608.9197056,1117.133546,996.3737053,1926.694231 +469006,3403.414554,606.8083938,1113.743479,994.6790002,1928.687148 +469007,3397.11754,604.6081958,1110.342358,992.9857083,1930.693708 +469008,3390.657433,602.4433516,1106.939891,991.0524325,1932.712224 +469009,3384.036675,600.2735949,1103.53396,989.0676853,1934.740893 +469010,3377.257639,598.0632207,1100.134663,986.9658523,1936.778398 +469011,3370.323049,595.9530162,1096.731603,984.7552353,1938.824124 +469012,3363.236075,593.7562358,1093.3296,982.0583121,1940.878511 +469013,3355.917855,590.4532216,1087.143381,983.6117646,1942.941763 +469014,3349.569565,588.1688963,1083.624058,980.8380781,1945.005438 +469015,3343.401479,585.8999523,1080.055083,997.7213544,1947.004047 +469016,3336.780399,583.743246,1076.654862,943.4560393,1949.058943 +469017,3329.388731,581.5115773,1073.074251,984.3489176,1951.166166 +469018,3320.840513,579.3202135,1069.59494,968.7069904,1953.206972 +469019,3311.939047,577.112486,1066.221455,951.7656112,1955.290782 +469020,3302.47408,574.8822149,1062.726451,964.4990039,1957.431823 +469021,2138.085973,572.3855261,909.2190356,945.9424201,2210.688887 +469022,2233.496667,700.1871548,941.6348586,1079.121001,2274.420897 +469023,2339.681378,701.1352626,973.0687867,1074.65893,2329.689229 +469024,2413.022006,698.1638108,992.1155316,1069.568927,2356.677124 +469025,2459.408902,695.7363564,1004.393248,1063.994983,2370.199835 +469026,2486.728688,693.6166646,1012.823259,1058.303845,2377.643325 +469027,2501.932716,691.1329926,1018.948702,1052.116881,2382.315884 +469028,2510.435038,688.7672128,1023.653045,1046.070592,2385.309535 +469029,2515.069536,686.5179478,1027.423388,1039.598088,2387.545237 +469030,2517.046062,684.0338288,1030.507648,1033.0059,2389.338386 +469031,2516.885877,681.6385139,1033.048373,1026.138,2390.816259 +469032,2514.905926,679.3311009,1035.136896,1019.332836,2392.034236 +469033,2511.379586,676.9036898,1036.837851,1012.013312,2393.025253 +469034,2506.558656,674.4616675,1038.213453,1004.71098,2393.816208 +469035,2500.659927,672.2028345,1039.31042,997.1234306,2394.43083 +469036,2493.867508,669.7124173,1040.174875,989.590613,2394.890928 +469037,2486.332818,667.4436076,1040.838874,981.8567305,2395.215525 +469038,2478.179913,664.9201477,1041.335231,925.653908,2395.419879 +469039,2463.309571,656.0410645,1041.683471,907.8834093,2395.513895 +469040,2444.279465,652.8307715,1041.657517,898.6223663,2395.507851 +469041,2424.78243,650.2228986,1041.370974,890.9314964,2395.414717 +469042,2406.749378,647.5711697,1040.987903,883.7747447,2395.280499 +469043,2390.544393,645.1874579,1040.570407,876.860903,2395.080286 +469044,2375.897111,642.6448094,1040.134017,870.5190358,2394.793325 +469045,2362.471965,640.3323123,1039.68513,864.2150512,2394.440796 +469046,2350.001858,637.7976654,1039.229368,858.2195044,2394.032703 +469047,2338.30605,635.5819618,1038.761433,866.5433869,2393.574673 +469048,2327.258511,633.0872332,1038.284584,825.0167406,2393.069179 +469049,2316.764523,630.8424955,1037.798107,865.5404371,2392.519262 +469050,2306.746148,628.4162257,1037.304503,812.076446,2391.927221 +469051,2297.141121,626.1893389,1036.801226,846.183553,2391.296017 +469052,2287.893535,623.7707342,1036.293851,813.8099394,2390.627771 +469053,2278.990194,621.5620107,1035.793641,823.8919228,2389.961463 +469054,2270.358398,619.1230381,1035.288606,813.3139114,2389.263168 +469055,2261.938706,616.9928079,1034.764531,809.4692032,2388.505237 +469056,2253.721335,614.5836776,1034.230903,804.3465388,2387.707014 +469057,2245.691221,612.4202437,1033.687397,799.628544,2386.877386 +469058,2237.832569,610.0598267,1033.140493,794.6129163,2386.02093 +469059,2230.130596,607.9091224,1032.58574,789.9960908,2385.140422 +469060,2222.572173,605.5679974,1032.026734,785.1756359,2384.237944 +469061,2214.875924,603.4364626,1031.462015,780.6305525,2383.315224 +469062,2207.578423,601.0757372,1030.893504,775.9280656,2382.373879 +469063,2200.399237,599.0209488,1030.317845,771.4846775,2381.415441 +469064,2193.326264,596.6894196,1029.740343,766.8809391,2380.441378 +469065,2186.3511,594.6024253,1029.15607,762.5324183,2379.25777 +469066,2179.468065,592.3185489,1028.568444,758.0191458,2378.263552 +469067,2172.672804,590.2440394,1027.975948,753.8108015,2377.259631 +469068,2165.961566,587.9790517,1027.380467,749.3044158,2376.24518 +469069,2159.330903,585.8860119,1026.778595,745.1638077,2375.220365 +469070,2152.814422,583.6949708,1026.193007,740.7544479,2374.226096 +469071,2146.373718,581.6301643,1025.602247,736.7293274,2373.225261 +469072,2139.977188,579.4084046,1024.996098,732.4693166,2372.187457 +469073,2133.63989,577.389427,1024.381004,728.3740019,2371.132043 +469074,2127.366884,575.1797337,1023.761926,724.2112844,2370.067117 +469075,2121.15908,573.1787967,1023.136629,720.2451392,2368.996227 +469076,2115.015717,570.9870658,1022.510794,716.1146389,2367.92109 +469077,2108.935427,568.9673252,1021.879591,712.2743368,2366.842638 +469078,2102.916744,566.8475283,1021.246427,708.0876542,2365.761539 +469079,2096.95825,564.8547065,1020.609744,704.3744063,2364.678311 +469080,2027.026043,562.7039632,1019.964539,700.3312113,2363.577696 +469081,0,0,0,0,0 +469082,0,0,0,0,0 +469083,0,0,0,0,0 +469084,0,0,0,0,0 +469085,0,0,0,0,0 +469086,0,0,0,0,0 +469087,0,0,0,0,0 +469088,0,0,0,0,0 +469089,0,0,0,0,0 +469090,0,0,0,0,0 +469091,0,0,0,0,0 +469092,0,0,0,0,0 +469093,0,0,0,0,0 +469094,0,0,0,0,0 +469095,0,0,0,0,0 +469096,0,0,0,0,0 +469097,0,0,0,0,0 +469098,0,0,0,0,0 +469099,0,0,0,0,0 +469100,0,0,0,0,0 +469101,0,0,0,0,0 +469102,0,0,0,0,0 +469103,0,0,0,0,0 +469104,0,0,0,0,0 +469105,0,0,0,0,0 +469106,0,0,0,0,0 +469107,0,0,0,0,0 +469108,0,0,0,0,0 +469109,0,0,0,0,0 +469110,0,0,0,0,0 +469111,0,0,0,0,0 +469112,0,0,0,0,0 +469113,0,0,0,0,0 +469114,0,0,0,0,0 +469115,0,0,0,0,0 +469116,0,0,0,0,0 +469117,0,0,0,0,0 +469118,0,0,0,0,0 +469119,0,0,0,0,0 +469120,0,0,0,0,0 +469121,0,0,0,0,0 +469122,0,0,0,0,0 +469123,0,0,0,0,0 +469124,0,0,0,0,0 +469125,0,0,0,0,0 +469126,0,0,0,0,0 +469127,0,0,0,0,0 +469128,0,0,0,0,0 +469129,0,0,0,0,0 +469130,0,0,0,0,0 +469131,0,0,0,0,0 +469132,0,0,0,0,0 +469133,0,0,0,0,0 +469134,0,0,0,0,0 +469135,0,0,0,0,0 +469136,0,0,0,0,0 +469137,0,0,0,0,0 +469138,0,0,0,0,0 +469139,0,0,0,0,0 +469140,0,0,0,0,0 +469141,0,0,0,0,0 +469142,0,0,0,0,0 +469143,0,0,0,0,0 +469144,0,0,0,0,0 +469145,0,0,0,0,0 +469146,0,0,0,0,0 +469147,0,0,0,0,0 +469148,0,0,0,0,0 +469149,0,0,0,0,0 +469150,0,0,0,0,0 +469151,0,0,0,0,0 +469152,0,0,0,0,0 +469153,0,0,0,0,0 +469154,0,0,0,0,0 +469155,0,0,0,0,0 +469156,0,0,0,0,0 +469157,0,0,0,0,0 +469158,0,0,0,0,0 +469159,0,0,0,0,0 +469160,0,0,0,0,0 +469161,0,0,0,0,0 +469162,0,0,0,0,0 +469163,0,0,0,0,0 +469164,0,0,0,0,0 +469165,0,0,0,0,0 +469166,0,0,0,0,0 +469167,0,0,0,0,0 +469168,0,0,0,0,0 +469169,0,0,0,0,0 +469170,0,0,0,0,0 +469171,0,0,0,0,0 +469172,0,0,0,0,0 +469173,0,0,0,0,0 +469174,0,0,0,0,0 +469175,0,0,0,0,0 +469176,0,0,0,0,0 +469177,0,0,0,0,0 +469178,0,0,0,0,0 +469179,0,0,0,0,0 +469180,0,0,0,0,0 +469181,0,0,0,0,0 +469182,0,0,0,0,0 +469183,0,0,0,0,0 +469184,0,0,0,0,0 +469185,0,0,0,0,0 +469186,0,0,0,0,0 +469187,0,0,0,0,0 +469188,0,0,0,0,0 +469189,0,0,0,0,0 +469190,0,0,0,0,0 +469191,0,0,0,0,0 +469192,0,0,0,0,0 +469193,0,0,0,0,0 +469194,0,0,0,0,0 +469195,0,0,0,0,0 +469196,0,0,0,0,0 +469197,0,0,0,0,0 +469198,0,0,0,0,0 +469199,0,0,0,0,0 +469200,0,0,0,0,0 +469201,0,0,0,0,0 +469202,0,0,0,0,0 +469203,0,0,0,0,0 +469204,0,0,0,0,0 +469205,0,0,0,0,0 +469206,0,0,0,0,0 +469207,0,0,0,0,0 +469208,0,0,0,0,0 +469209,0,0,0,0,0 +469210,0,0,0,0,0 +469211,0,0,0,0,0 +469212,0,0,0,0,0 +469213,0,0,0,0,0 +469214,0,0,0,0,0 +469215,0,0,0,0,0 +469216,0,0,0,0,0 +469217,0,0,0,0,0 +469218,0,0,0,0,0 +469219,0,0,0,0,0 +469220,0,0,0,0,0 +469221,0,0,0,0,0 +469222,0,0,0,0,0 +469223,0,0,0,0,0 +469224,0,0,0,0,0 +469225,0,0,0,0,0 +469226,0,0,0,0,0 +469227,0,0,0,0,0 +469228,0,0,0,0,0 +469229,0,0,0,0,0 +469230,0,0,0,0,0 +469231,0,0,0,0,0 +469232,0,0,0,0,0 +469233,0,0,0,0,0 +469234,0,0,0,0,0 +469235,0,0,0,0,0 +469236,0,0,0,0,0 +469237,0,0,0,0,0 +469238,0,0,0,0,0 +469239,0,0,0,0,0 +469240,0,0,0,0,0 +469241,0,0,0,0,0 +469242,0,0,0,0,0 +469243,0,0,0,0,0 +469244,0,0,0,0,0 +469245,0,0,0,0,0 +469246,0,0,0,0,0 +469247,0,0,0,0,0 +469248,0,0,0,0,0 +469249,0,0,0,0,0 +469250,0,0,0,0,0 +469251,0,0,0,0,0 +469252,0,0,0,0,0 +469253,0,0,0,0,0 +469254,0,0,0,0,0 +469255,0,0,0,0,0 +469256,0,0,0,0,0 +469257,0,0,0,0,0 +469258,0,0,0,0,0 +469259,0,0,0,0,0 +469260,0,0,0,0,0 +469261,0,0,0,0,0 +469262,0,0,0,0,0 +469263,0,0,0,0,0 +469264,0,0,0,0,0 +469265,0,0,0,0,0 +469266,0,0,0,0,0 +469267,0,0,0,0,0 +469268,0,0,0,0,0 +469269,0,0,0,0,0 +469270,0,0,0,0,0 +469271,0,0,0,0,0 +469272,0,0,0,0,0 +469273,0,0,0,0,0 +469274,0,0,0,0,0 +469275,0,0,0,0,0 +469276,0,0,0,0,0 +469277,0,0,0,0,0 +469278,0,0,0,0,0 +469279,0,0,0,0,0 +469280,0,0,0,0,0 +469281,0,0,0,0,0 +469282,0,0,0,0,0 +469283,0,0,0,0,0 +469284,0,0,0,0,0 +469285,0,0,0,0,0 +469286,0,0,0,0,0 +469287,0,0,0,0,0 +469288,0,0,0,0,0 +469289,0,0,0,0,0 +469290,0,0,0,0,0 +469291,0,0,0,0,0 +469292,0,0,0,0,0 +469293,0,0,0,0,0 +469294,0,0,0,0,0 +469295,0,0,0,0,0 +469296,0,0,0,0,0 +469297,0,0,0,0,0 +469298,0,0,0,0,0 +469299,0,0,0,0,0 +469300,0,0,0,0,0 +469301,0,0,0,0,0 +469302,0,0,0,0,0 +469303,0,0,0,0,0 +469304,0,0,0,0,0 +469305,0,0,0,0,0 +469306,0,0,0,0,0 +469307,0,0,0,0,0 +469308,0,0,0,0,0 +469309,0,0,0,0,0 +469310,0,0,0,0,0 +469311,0,0,0,0,0 +469312,0,0,0,0,0 +469313,0,0,0,0,0 +469314,0,0,0,0,0 +469315,0,0,0,0,0 +469316,0,0,0,0,0 +469317,0,0,0,0,0 +469318,0,0,0,0,0 +469319,0,0,0,0,0 +469320,0,0,0,0,0 +469321,0,0,0,0,0 +469322,0,0,0,0,0 +469323,0,0,0,0,0 +469324,0,0,0,0,0 +469325,0,0,0,0,0 +469326,0,0,0,0,0 +469327,0,0,0,0,0 +469328,0,0,0,0,0 +469329,0,0,0,0,0 +469330,0,0,0,0,0 +469331,0,0,0,0,0 +469332,0,0,0,0,0 +469333,0,0,0,0,0 +469334,0,0,0,0,0 +469335,0,0,0,0,0 +469336,0,0,0,0,0 +469337,0,0,0,0,0 +469338,0,0,0,0,0 +469339,0,0,0,0,0 +469340,0,0,0,0,0 +469341,0,0,0,0,0 +469342,0,0,0,0,0 +469343,0,0,0,0,0 +469344,0,0,0,0,0 +469345,0,0,0,0,0 +469346,0,0,0,0,0 +469347,0,0,0,0,0 +469348,0,0,0,0,0 +469349,0,0,0,0,0 +469350,0,0,0,0,0 +469351,0,0,0,0,0 +469352,0,0,0,0,0 +469353,0,0,0,0,0 +469354,0,0,0,0,0 +469355,0,0,0,0,0 +469356,0,0,0,0,0 +469357,0,0,0,0,0 +469358,0,0,0,0,0 +469359,0,0,0,0,0 +469360,0,0,0,0,0 +469361,0,0,0,0,0 +469362,0,0,0,0,0 +469363,0,0,0,0,0 +469364,0,0,0,0,0 +469365,0,0,0,0,0 +469366,0,0,0,0,0 +469367,0,0,0,0,0 +469368,0,0,0,0,0 +469369,0,0,0,0,0 +469370,0,0,0,0,0 +469371,0,0,0,0,0 +469372,0,0,0,0,0 +469373,0,0,0,0,0 +469374,0,0,0,0,0 +469375,0,0,0,0,0 +469376,0,0,0,0,0 +469377,0,0,0,0,0 +469378,0,0,0,0,0 +469379,0,0,0,0,0 +469380,0,0,0,0,0 +469381,0,0,0,0,0 +469382,0,0,0,0,0 +469383,0,0,0,0,0 +469384,0,0,0,0,0 +469385,0,0,0,0,0 +469386,0,0,0,0,0 +469387,0,0,0,0,0 +469388,0,0,0,0,0 +469389,0,0,0,0,0 +469390,0,0,0,0,0 +469391,0,0,0,0,0 +469392,0,0,0,0,0 +469393,0,0,0,0,0 +469394,0,0,0,0,0 +469395,0,0,0,0,0 +469396,0,0,0,0,0 +469397,0,0,0,0,0 +469398,0,0,0,0,0 +469399,0,0,0,0,0 +469400,0,0,0,0,0 +469401,0,0,0,0,0 +469402,0,0,0,0,0 +469403,0,0,0,0,0 +469404,0,0,0,0,0 +469405,0,0,0,0,0 +469406,0,0,0,0,0 +469407,0,0,0,0,0 +469408,0,0,0,0,0 +469409,0,0,0,0,0 +469410,0,0,0,0,0 +469411,0,0,0,0,0 +469412,0,0,0,0,0 +469413,0,0,0,0,0 +469414,0,0,0,0,0 +469415,0,0,0,0,0 +469416,0,0,0,0,0 +469417,0,0,0,0,0 +469418,0,0,0,0,0 +469419,0,0,0,0,0 +469420,0,0,0,0,0 +469421,0,0,0,0,0 +469422,0,0,0,0,0 +469423,0,0,0,0,0 +469424,0,0,0,0,0 +469425,0,0,0,0,0 +469426,0,0,0,0,0 +469427,0,0,0,0,0 +469428,0,0,0,0,0 +469429,0,0,0,0,0 +469430,0,0,0,0,0 +469431,0,0,0,0,0 +469432,0,0,0,0,0 +469433,0,0,0,0,0 +469434,0,0,0,0,0 +469435,0,0,0,0,0 +469436,0,0,0,0,0 +469437,0,0,0,0,0 +469438,0,0,0,0,0 +469439,0,0,0,0,0 +469440,0,0,0,0,0 +469441,0,0,0,0,0 +469442,0,0,0,0,0 +469443,0,0,0,0,0 +469444,0,0,0,0,0 +469445,0,0,0,0,0 +469446,0,0,0,0,0 +469447,0,0,0,0,0 +469448,0,0,0,0,0 +469449,0,0,0,0,0 +469450,0,0,0,0,0 +469451,0,0,0,0,0 +469452,0,0,0,0,0 +469453,0,0,0,0,0 +469454,0,0,0,0,0 +469455,0,0,0,0,0 +469456,0,0,0,0,0 +469457,0,0,0,0,0 +469458,0,0,0,0,0 +469459,0,0,0,0,0 +469460,0,0,0,0,0 +469461,0,0,0,0,0 +469462,0,0,0,0,0 +469463,0,0,0,0,0 +469464,0,0,0,0,0 +469465,0,0,0,0,0 +469466,0,0,0,0,0 +469467,0,0,0,0,0 +469468,0,0,0,0,0 +469469,0,0,0,0,0 +469470,0,0,0,0,0 +469471,0,0,0,0,0 +469472,0,0,0,0,0 +469473,0,0,0,0,0 +469474,0,0,0,0,0 +469475,0,0,0,0,0 +469476,0,0,0,0,0 +469477,0,0,0,0,0 +469478,0,0,0,0,0 +469479,0,0,0,0,0 +469480,0,0,0,0,0 +469481,0,0,0,0,0 +469482,0,0,0,0,0 +469483,0,0,0,0,0 +469484,0,0,0,0,0 +469485,0,0,0,0,0 +469486,0,0,0,0,0 +469487,0,0,0,0,0 +469488,0,0,0,0,0 +469489,0,0,0,0,0 +469490,0,0,0,0,0 +469491,0,0,0,0,0 +469492,0,0,0,0,0 +469493,0,0,0,0,0 +469494,0,0,0,0,0 +469495,0,0,0,0,0 +469496,0,0,0,0,0 +469497,0,0,0,0,0 +469498,0,0,0,0,0 +469499,0,0,0,0,0 +469500,0,0,0,0,0 +469501,0,0,0,0,0 +469502,0,0,0,0,0 +469503,0,0,0,0,0 +469504,0,0,0,0,0 +469505,0,0,0,0,0 +469506,0,0,0,0,0 +469507,0,0,0,0,0 +469508,0,0,0,0,0 +469509,0,0,0,0,0 +469510,0,0,0,0,0 +469511,0,0,0,0,0 +469512,0,0,0,0,0 +469513,0,0,0,0,0 +469514,0,0,0,0,0 +469515,0,0,0,0,0 +469516,0,0,0,0,0 +469517,0,0,0,0,0 +469518,0,0,0,0,0 +469519,0,0,0,0,0 +469520,0,0,0,0,0 +469521,0,0,0,0,0 +469522,0,0,0,0,0 +469523,0,0,0,0,0 +469524,0,0,0,0,0 +469525,0,0,0,0,0 +469526,0,0,0,0,0 +469527,0,0,0,0,0 +469528,0,0,0,0,0 +469529,0,0,0,0,0 +469530,0,0,0,0,0 +469531,0,0,0,0,0 +469532,0,0,0,0,0 +469533,0,0,0,0,0 +469534,0,0,0,0,0 +469535,0,0,0,0,0 +469536,0,0,0,0,0 +469537,0,0,0,0,0 +469538,0,0,0,0,0 +469539,0,0,0,0,0 +469540,0,0,0,0,0 +469541,0,0,0,0,0 +469542,0,0,0,0,0 +469543,0,0,0,0,0 +469544,0,0,0,0,0 +469545,0,0,0,0,0 +469546,0,0,0,0,0 +469547,0,0,0,0,0 +469548,0,0,0,0,0 +469549,0,0,0,0,0 +469550,0,0,0,0,0 +469551,0,0,0,0,0 +469552,0,0,0,0,0 +469553,0,0,0,0,0 +469554,0,0,0,0,0 +469555,0,0,0,0,0 +469556,0,0,0,0,0 +469557,0,0,0,0,0 +469558,0,0,0,0,0 +469559,0,0,0,0,0 +469560,0,0,0,0,0 +469561,0,0,0,0,0 +469562,0,0,0,0,0 +469563,0,0,0,0,0 +469564,0,0,0,0,0 +469565,0,0,0,0,0 +469566,0,0,0,0,0 +469567,0,0,0,0,0 +469568,0,0,0,0,0 +469569,0,0,0,0,0 +469570,0,0,0,0,0 +469571,0,0,0,0,0 +469572,0,0,0,0,0 +469573,0,0,0,0,0 +469574,0,0,0,0,0 +469575,0,0,0,0,0 +469576,0,0,0,0,0 +469577,0,0,0,0,0 +469578,0,0,0,0,0 +469579,0,0,0,0,0 +469580,0,0,0,0,0 +469581,0,0,0,0,0 +469582,0,0,0,0,0 +469583,0,0,0,0,0 +469584,0,0,0,0,0 +469585,0,0,0,0,0 +469586,0,0,0,0,0 +469587,0,0,0,0,0 +469588,0,0,0,0,0 +469589,0,0,0,0,0 +469590,0,0,0,0,0 +469591,0,0,0,0,0 +469592,0,0,0,0,0 +469593,0,0,0,0,0 +469594,0,0,0,0,0 +469595,0,0,0,0,0 +469596,0,0,0,0,0 +469597,0,0,0,0,0 +469598,0,0,0,0,0 +469599,0,0,0,0,0 +469600,0,0,0,0,0 +469601,0,0,0,0,0 +469602,0,0,0,0,0 +469603,0,0,0,0,0 +469604,0,0,0,0,0 +469605,0,0,0,0,0 +469606,0,0,0,0,0 +469607,0,0,0,0,0 +469608,0,0,0,0,0 +469609,0,0,0,0,0 +469610,0,0,0,0,0 +469611,0,0,0,0,0 +469612,0,0,0,0,0 +469613,0,0,0,0,0 +469614,0,0,0,0,0 +469615,0,0,0,0,0 +469616,0,0,0,0,0 +469617,0,0,0,0,0 +469618,0,0,0,0,0 +469619,0,0,0,0,0 +469620,0,0,0,0,0 +469621,0,0,0,0,0 +469622,0,0,0,0,0 +469623,0,0,0,0,0 +469624,0,0,0,0,0 +469625,0,0,0,0,0 +469626,0,0,0,0,0 +469627,0,0,0,0,0 +469628,0,0,0,0,0 +469629,0,0,0,0,0 +469630,0,0,0,0,0 +469631,0,0,0,0,0 +469632,0,0,0,0,0 +469633,0,0,0,0,0 +469634,0,0,0,0,0 +469635,0,0,0,0,0 +469636,0,0,0,0,0 +469637,0,0,0,0,0 +469638,0,0,0,0,0 +469639,0,0,0,0,0 +469640,0,0,0,0,0 +469641,0,0,0,0,0 +469642,0,0,0,0,0 +469643,0,0,0,0,0 +469644,0,0,0,0,0 +469645,0,0,0,0,0 +469646,0,0,0,0,0 +469647,0,0,0,0,0 +469648,0,0,0,0,0 +469649,0,0,0,0,0 +469650,0,0,0,0,0 +469651,0,0,0,0,0 +469652,0,0,0,0,0 +469653,0,0,0,0,0 +469654,0,0,0,0,0 +469655,0,0,0,0,0 +469656,0,0,0,0,0 +469657,0,0,0,0,0 +469658,0,0,0,0,0 +469659,0,0,0,0,0 +469660,0,0,0,0,0 +469661,0,0,0,0,0 +469662,0,0,0,0,0 +469663,0,0,0,0,0 +469664,0,0,0,0,0 +469665,0,0,0,0,0 +469666,0,0,0,0,0 +469667,0,0,0,0,0 +469668,0,0,0,0,0 +469669,0,0,0,0,0 +469670,0,0,0,0,0 +469671,0,0,0,0,0 +469672,0,0,0,0,0 +469673,0,0,0,0,0 +469674,0,0,0,0,0 +469675,0,0,0,0,0 +469676,0,0,0,0,0 +469677,0,0,0,0,0 +469678,0,0,0,0,0 +469679,0,0,0,0,0 +469680,0,0,0,0,0 +469681,0,0,0,0,0 +469682,0,0,0,0,0 +469683,0,0,0,0,0 +469684,0,0,0,0,0 +469685,0,0,0,0,0 +469686,0,0,0,0,0 +469687,0,0,0,0,0 +469688,0,0,0,0,0 +469689,0,0,0,0,0 +469690,0,0,0,0,0 +469691,0,0,0,0,0 +469692,0,0,0,0,0 +469693,0,0,0,0,0 +469694,0,0,0,0,0 +469695,0,0,0,0,0 +469696,0,0,0,0,0 +469697,0,0,0,0,0 +469698,0,0,0,0,0 +469699,0,0,0,0,0 +469700,0,0,0,0,0 +469701,0,0,0,0,0 +469702,0,0,0,0,0 +469703,0,0,0,0,0 +469704,0,0,0,0,0 +469705,0,0,0,0,0 +469706,0,0,0,0,0 +469707,0,0,0,0,0 +469708,0,0,0,0,0 +469709,0,0,0,0,0 +469710,0,0,0,0,0 +469711,0,0,0,0,0 +469712,0,0,0,0,0 +469713,0,0,0,0,0 +469714,0,0,0,0,0 +469715,0,0,0,0,0 +469716,0,0,0,0,0 +469717,0,0,0,0,0 +469718,0,0,0,0,0 +469719,0,0,0,0,0 +469720,0,0,0,0,0 +469721,0,0,0,0,0 +469722,0,0,0,0,0 +469723,0,0,0,0,0 +469724,0,0,0,0,0 +469725,0,0,0,0,0 +469726,0,0,0,0,0 +469727,0,0,0,0,0 +469728,0,0,0,0,0 +469729,0,0,0,0,0 +469730,0,0,0,0,0 +469731,0,0,0,0,0 +469732,0,0,0,0,0 +469733,0,0,0,0,0 +469734,0,0,0,0,0 +469735,0,0,0,0,0 +469736,0,0,0,0,0 +469737,0,0,0,0,0 +469738,0,0,0,0,0 +469739,0,0,0,0,0 +469740,0,0,0,0,0 +469741,0,0,0,0,0 +469742,0,0,0,0,0 +469743,0,0,0,0,0 +469744,0,0,0,0,0 +469745,0,0,0,0,0 +469746,0,0,0,0,0 +469747,0,0,0,0,0 +469748,0,0,0,0,0 +469749,0,0,0,0,0 +469750,0,0,0,0,0 +469751,0,0,0,0,0 +469752,0,0,0,0,0 +469753,0,0,0,0,0 +469754,0,0,0,0,0 +469755,0,0,0,0,0 +469756,0,0,0,0,0 +469757,0,0,0,0,0 +469758,0,0,0,0,0 +469759,0,0,0,0,0 +469760,0,0,0,0,0 +469761,0,0,0,0,0 +469762,0,0,0,0,0 +469763,0,0,0,0,0 +469764,0,0,0,0,0 +469765,0,0,0,0,0 +469766,0,0,0,0,0 +469767,0,0,0,0,0 +469768,0,0,0,0,0 +469769,0,0,0,0,0 +469770,0,0,0,0,0 +469771,0,0,0,0,0 +469772,0,0,0,0,0 +469773,0,0,0,0,0 +469774,0,0,0,0,0 +469775,0,0,0,0,0 +469776,0,0,0,0,0 +469777,0,0,0,0,0 +469778,0,0,0,0,0 +469779,0,0,0,0,0 +469780,0,0,0,0,0 +469781,0,0,0,0,0 +469782,0,0,0,0,0 +469783,0,0,0,0,0 +469784,0,0,0,0,0 +469785,0,0,0,0,0 +469786,0,0,0,0,0 +469787,0,0,0,0,0 +469788,0,0,0,0,0 +469789,0,0,0,0,0 +469790,0,0,0,0,0 +469791,0,0,0,0,0 +469792,0,0,0,0,0 +469793,0,0,0,0,0 +469794,0,0,0,0,0 +469795,0,0,0,0,0 +469796,0,0,0,0,0 +469797,0,0,0,0,0 +469798,0,0,0,0,0 +469799,0,0,0,0,0 +469800,0,0,0,0,0 +469801,0,0,0,0,0 +469802,0,0,0,0,0 +469803,0,0,0,0,0 +469804,0,0,0,0,0 +469805,0,0,0,0,0 +469806,0,0,0,0,0 +469807,0,0,0,0,0 +469808,0,0,0,0,0 +469809,0,0,0,0,0 +469810,0,0,0,0,0 +469811,0,0,0,0,0 +469812,0,0,0,0,0 +469813,0,0,0,0,0 +469814,0,0,0,0,0 +469815,0,0,0,0,0 +469816,0,0,0,0,0 +469817,0,0,0,0,0 +469818,0,0,0,0,0 +469819,0,0,0,0,0 +469820,0,0,0,0,0 +469821,0,0,0,0,0 +469822,0,0,0,0,0 +469823,0,0,0,0,0 +469824,0,0,0,0,0 +469825,0,0,0,0,0 +469826,0,0,0,0,0 +469827,0,0,0,0,0 +469828,0,0,0,0,0 +469829,0,0,0,0,0 +469830,0,0,0,0,0 +469831,0,0,0,0,0 +469832,0,0,0,0,0 +469833,0,0,0,0,0 +469834,0,0,0,0,0 +469835,0,0,0,0,0 +469836,0,0,0,0,0 +469837,0,0,0,0,0 +469838,0,0,0,0,0 +469839,0,0,0,0,0 +469840,0,0,0,0,0 +469841,0,0,0,0,0 +469842,0,0,0,0,0 +469843,0,0,0,0,0 +469844,0,0,0,0,0 +469845,0,0,0,0,0 +469846,0,0,0,0,0 +469847,0,0,0,0,0 +469848,0,0,0,0,0 +469849,0,0,0,0,0 +469850,0,0,0,0,0 +469851,0,0,0,0,0 +469852,0,0,0,0,0 +469853,0,0,0,0,0 +469854,0,0,0,0,0 +469855,0,0,0,0,0 +469856,0,0,0,0,0 +469857,0,0,0,0,0 +469858,0,0,0,0,0 +469859,0,0,0,0,0 +469860,0,0,0,0,0 +469861,-1457.444639,-642.4602511,-1432.377412,-642.3530934,-165.835594 +469862,-1928.327903,-818.3883501,-1899.156168,-818.2820895,-1099.896046 +469863,-1648.92599,-696.210563,-1623.2927,-696.1059603,-822.0943025 +469864,-1594.460835,-672.9799712,-1569.519034,-672.8780525,-791.4845665 +469865,-1572.485758,-663.820292,-1547.696417,-663.7213298,-788.8529003 +469866,-1331.587929,-553.3643279,-1305.574297,-553.2686646,-296.8435206 +469867,-1506.213947,-631.2871504,-1478.483985,-631.1950744,-524.5012601 +469868,-1789.15228,-761.5224544,-1761.849185,-761.4334281,-1070.853845 +469869,-1727.592891,-735.8813692,-1701.328538,-735.7948743,-1027.008301 +469870,-1524.710177,-643.636901,-1497.873679,-643.5530275,-634.3667694 +469871,-1630.678672,-691.189511,-1602.793208,-691.1084259,-776.1512741 +469872,-1703.046481,-724.2198202,-1674.502807,-724.1413788,-891.0135643 +469873,-1745.642041,-744.0336678,-1716.634144,-743.9576897,-969.5882725 +469874,-1179.541716,-723.3448094,-1579.278097,-723.2711373,-893.9815059 +469875,-1320.898773,-218.2380831,-1056.630422,-677.1187684,-718.7167977 +469876,-1323.085834,-431.4696315,-1370.192438,-531.6733827,-610.3245162 +469877,-1277.525856,-350.7282388,-1259.446142,-617.49627,-575.0198943 +469878,-1270.47137,-324.2300712,-1244.337538,-581.1902439,-552.2240393 +469879,-1254.914594,-300.331816,-1230.883841,-575.1184933,-990.6703128 +469880,-1246.462405,-278.601901,-1220.029129,-569.3738925,-770.7719859 +469881,-1103.411231,-255.6898872,-1068.851839,-450.7578499,-47.60740424 +469882,-1420.450878,-241.3776066,-1404.132952,-644.5703758,-818.3279596 +469883,-1123.819545,-221.5588783,-1089.52572,-478.4379063,-134.0243593 +469884,-1228.187289,-207.853695,-1200.002378,-653.3976645,-850.8283348 +469885,-1150.748384,-188.341845,-1115.544523,-471.9193502,-117.101356 +469886,-1258.236739,-173.477306,-1236.080416,-542.7534444,-316.4205762 +469887,-1150.321639,-157.2978057,-1114.907818,-584.8484835,-437.8417795 +469888,-1179.458593,-139.5877693,-1148.9366,-504.146486,-996.5465972 +469889,-1163.493621,-124.033316,-1131.999037,-529.8516243,-744.4302201 +469890,-1044.61929,-107.4649362,-1014.39082,-427.6173844,4.650934677 +469891,-1251.139847,-91.80688137,-1214.748532,-516.5086557,-240.7704047 +469892,-1155.773706,-73.54507175,-1127.652433,-647.4744061,-924.3930752 +469893,-1104.163626,-56.21039059,-1072.849654,-428.4270147,-716.4452048 +469894,-1019.335194,-39.29387966,-989.3147188,-417.5909854,28.77697544 +469895,-1292.870758,-22.84316354,-1255.490739,-620.9627321,-779.8456372 +469896,-1027.575685,2.221729027,-999.3296685,-475.7300152,-628.8488805 +469897,-1123.68005,23.84300747,-1091.144062,-484.3298269,-522.3047019 +469898,-908.0324283,43.80610661,-879.3410346,-370.7690806,148.1996613 +469899,-1155.370678,54.00887546,-1119.860362,-474.3015467,-129.6717773 +469900,-1260.729816,57.59531673,-1235.406867,-653.5486477,-875.9669165 +469901,-954.5507665,90.22976852,-922.8229835,-391.5126617,-689.302064 +469902,-1098.646597,112.8443831,-1070.422907,-488.2117554,-552.5931902 +469903,-1061.517355,126.3563162,-1033.425383,-473.2238388,-468.5844306 +469904,-1055.284264,133.3810856,-1025.385471,-466.3267109,-425.644509 +469905,-843.2261451,198.9431349,-815.2359886,-344.2998322,214.5470288 +469906,-1342.025998,91.30047525,-1316.764883,-577.0544932,-676.9126951 +469907,-895.6092434,273.2451114,-862.9070749,-414.1321482,16.3225625 +469908,-1059.572618,77.97299078,-1036.885473,-493.684944,-766.974414 +469909,-1003.317824,280.63989,-973.3538089,-412.7140414,28.23170962 +469910,-1050.527465,241.5901455,-1024.38817,-478.6800139,-190.7908754 +469911,-995.5501855,217.5694973,-968.9157465,-432.3539446,-328.9478953 +469912,-1009.93405,211.1942867,-981.6188112,-443.568355,-382.4142799 +469913,-997.9478478,207.703695,-973.7249399,-438.1710927,-415.7927045 +469914,-994.3554383,207.0645498,-964.1519095,-434.9948137,-432.9781328 +469915,-987.8957982,207.8897719,-963.3250427,-432.3463038,-441.6619313 +469916,-980.2024622,209.6245172,-952.33241,-428.6005597,-445.3155285 +469917,-976.7245055,48.53328762,-948.828083,-427.1304058,-1021.01704 +469918,-969.1962457,274.5999258,-943.8023849,-423.3953778,-99.98952692 +469919,-963.2475097,253.1002257,-936.0795367,-420.574294,-239.7751081 +469920,-957.5292377,76.55406829,-931.7527655,-418.2070268,-908.4521641 +469921,210.7866163,285.1404942,235.479367,97.96628691,-72.84533413 +469922,250.0874615,277.3362491,274.3148438,115.3392911,-157.6480138 +469923,99.24644224,101.1652317,99.09843433,44.96743844,166.5218654 +469924,191.6236349,158.5515484,191.9016735,87.06697577,377.6700715 +469925,240.7214241,195.057914,241.6202888,109.4948452,499.319972 +469926,275.7515378,222.8938561,277.2497788,125.4828075,587.4007937 +469927,302.5663793,245.2800801,304.5586502,137.6949469,655.7764555 +469928,323.2586163,263.6092667,325.6366763,147.1011871,709.9828322 +469929,339.2598442,278.8191867,341.9371175,154.3667283,753.3094039 +469930,351.6015059,291.5725795,354.5117305,159.9671813,787.918257 +469931,361.0805593,302.3757842,364.1710888,164.2664299,815.4689081 +469932,368.2952694,311.6162911,371.5221803,167.5357309,837.2672473 +469933,373.7137345,319.6023879,376.9732742,169.9864491,854.3835136 +469934,377.7068266,326.5814954,380.9038447,171.7691821,867.6939901 +469935,380.5198378,332.7528799,383.6357218,173.0142167,877.9136803 +469936,382.3904783,338.2762795,385.4269638,173.8317343,885.6220438 +469937,383.5224255,343.2795487,386.4802624,174.3116519,891.2878362 +469938,384.0872688,347.8685118,386.9623237,174.5290378,895.3047775 +469939,384.182458,352.1109553,386.9673669,174.5261214,897.9241135 +469940,383.9513187,356.0919769,386.6373495,174.3667298,899.4733912 +469941,383.4479836,359.8528821,386.0259377,174.0745638,900.1100952 +469942,382.7409955,363.4386749,385.201441,173.6801202,900.0100341 +469943,381.8799654,472.5322961,384.2132188,173.2054616,899.3074153 +469944,380.9039581,593.2417813,383.1000365,172.6680028,898.1110237 +469945,379.8436931,541.4087193,381.8922925,172.0814962,896.5091495 +469946,378.7341209,591.5451554,380.6246175,171.4617291,894.5931031 +469947,377.5643384,616.0933394,379.2857986,170.8037352,892.3668246 +469948,376.3868637,639.9124194,377.9280916,170.1314749,889.9461459 +469949,375.1844595,663.1227681,376.5340905,169.4372872,887.3174253 +469950,373.974854,686.4856811,375.1214124,168.7294762,884.5282502 +469951,372.7639388,707.144421,373.6958593,168.0110044,881.6026856 +469952,371.5490648,727.211,372.2566678,167.2819689,878.5609171 +469953,370.3288086,737.9238238,370.803693,166.5427382,875.4194242 +469954,369.1489366,755.5241379,369.4311104,165.8347999,872.1916935 +469955,367.9963552,773.8796742,368.1100595,165.1457723,868.8886929 +469956,366.8481884,791.6785752,366.7940288,164.4555625,865.5190572 +469957,365.6954719,809.2910854,365.4613654,163.7550618,862.0899093 +469958,364.5378201,837.1744903,364.1082172,163.0430416,858.6071116 +469959,363.3774031,858.8976795,362.737246,162.3211401,855.0755579 +469960,362.2054365,881.847481,361.3409418,161.5863229,851.4796349 +469961,361.0534192,902.8927242,359.9517965,160.8537033,847.877645 +469962,359.8830848,924.5651446,358.5321781,160.1064751,844.2014404 +469963,358.7339095,945.71956,357.1219951,159.363054,840.5243241 +469964,357.5675491,966.3355376,355.6832504,158.6064048,836.7779731 +469965,356.4115696,987.3518311,354.2438205,157.849416,833.0137969 +469966,355.2578665,1007.494107,352.7958847,157.0887192,829.2181879 +469967,354.1066128,1027.674915,351.3398732,156.3246728,825.3925583 +469968,352.95785,1047.470989,349.8760596,155.5575448,821.5379489 +469969,351.8115386,1067.11024,348.4046118,154.7875379,817.6552468 +469970,350.6676089,1086.486829,346.9256494,154.0148175,813.7451692 +469971,349.5260054,1105.644096,345.4392873,153.2395333,809.8084667 +469972,348.3866628,1124.582966,343.9456182,152.4618126,805.8457677 +469973,347.2495315,1143.261941,342.4447374,151.6817732,801.8577505 +469974,346.1145477,1161.842476,340.9367171,150.8995126,797.8449685 +469975,344.9816875,1180.125923,339.4216609,150.1151342,793.808081 +469976,343.8509094,1198.247505,337.8996482,149.3287226,789.7476204 +469977,342.7221993,1216.116958,336.3707777,148.5403645,785.6642056 +469978,341.5955292,1233.434979,334.8351313,147.7501328,781.5583426 +469979,340.4712148,1251.641889,333.2928133,146.9581052,777.4306316 +469980,339.3494793,1268.618861,331.7439094,146.1643459,773.2815568 +469981,335.3425521,1454.635596,327.3007034,144.0562779,763.8611099 +469982,338.3645048,1473.214966,329.8814947,145.1047696,767.6940797 +469983,344.9669071,1491.136689,336.0478137,147.7143737,778.2711729 +469984,351.6938481,1508.294417,342.3461741,150.3109108,789.1923279 +469985,357.0491247,1525.515268,347.2778897,152.2312804,797.7177252 +469986,360.6082161,1542.300701,350.7230125,153.3135378,803.6146774 +469987,362.7535718,1558.879944,352.6442888,153.7530249,807.3483219 +469988,372.9418759,1575.48433,362.47192,157.8592972,825.813328 +469989,382.1061873,1591.509224,371.2058479,161.5126611,842.3544038 +469990,390.5264868,1607.745768,379.1734926,164.8416688,857.4053874 +469991,398.2512051,1623.512993,386.4402141,167.8702145,871.0228923 +469992,405.4099729,1639.441045,393.1370594,170.6587953,883.4277945 +469993,412.0994831,1665.253446,399.3582935,173.2520417,894.7886257 +469994,418.4000147,1666.595953,405.1824184,175.6862378,905.2494436 +469995,424.3765119,1702.835116,410.6738086,177.9900787,914.930964 +469996,430.0815297,1690.988357,415.8851225,180.1862801,923.934926 +469997,435.5581526,1701.127349,420.8597669,182.2930981,932.3483448 +469998,440.8418813,1741.304768,425.6335752,184.3252932,940.2459702 +469999,445.9621877,1741.857069,430.2363111,186.2948981,947.6923837 +470000,450.9435195,1759.455868,434.692704,188.2117229,954.743344 +470001,455.8063153,1774.109826,439.0233447,190.0837806,961.4470396 +470002,460.5676066,1788.180606,443.2453429,191.9175976,967.8450236 +470003,465.2416138,1802.432858,447.3729803,193.7185179,973.9732399 +470004,469.8401622,1816.187093,451.4181444,195.4909018,979.8627045 +470005,474.37289,1830.268124,455.3905363,197.2382187,985.5398298 +470006,478.8326253,1843.758092,459.2830509,198.9563965,990.9998114 +470007,483.2548569,1857.291217,463.1312647,200.6608606,996.3147914 +470008,487.6370555,1870.891861,466.9326982,202.3498128,1001.487089 +470009,491.9809416,1883.977752,470.6891834,204.0234909,1006.526243 +470010,496.2893788,1897.269097,474.4037452,205.6827466,1011.443358 +470011,500.5652905,1909.304776,478.079481,207.328529,1016.249118 +470012,504.8038878,1921.188317,481.7140777,208.9594906,1020.953127 +470013,509.0032549,1932.985887,485.3071403,210.5751787,1025.563953 +470014,513.1648841,1944.490482,488.8604891,212.1761458,1174.7852 +470015,517.2917249,1955.664432,492.376847,213.7633634,1175.30831 +470016,521.3866698,1966.821503,495.8587923,215.337755,1173.069986 +470017,525.1851419,1977.717727,499.0415103,216.7787234,1199.196529 +470018,529.3011691,1988.440937,502.5388804,218.3651833,1213.713639 +470019,533.3707898,1998.989288,505.9868567,219.9313727,1227.907745 +470020,537.3990116,2009.359601,509.3903926,221.4793326,1241.578353 +470021,541.3909714,2019.648354,512.7545826,223.0112502,1255.330262 +470022,545.3513398,2029.537823,516.0840855,224.5291498,1268.534119 +470023,549.2838658,2039.3681,519.3826548,226.0346499,1282.057097 +470024,553.191351,2049.180792,522.6531007,227.528939,1294.585839 +470025,557.0758564,2058.640419,525.8975128,229.0128799,1307.744737 +470026,560.9389127,2068.107141,529.1174655,230.487106,1320.073544 +470027,564.7817137,2077.172275,532.3141995,231.9521065,1332.929441 +470028,618.8534339,2086.276933,535.4887033,233.4082627,1344.835551 +470029,723.8559105,2095.143207,538.6418093,234.8558913,1356.945453 +470030,695.9443251,2103.767332,541.7741894,236.2952419,1369.14814 +470031,719.7754667,2112.569318,544.8864006,237.7265163,1380.812521 +470032,737.7489392,2120.663043,547.9788792,239.1498658,1392.489775 +470033,752.9030136,2129.089307,551.0519727,240.5654048,1403.814127 +470034,766.9806608,2137.181488,554.1059742,241.973226,1415.458447 +470035,781.7328321,2145.022602,557.1411986,243.3734335,1426.528874 +470036,795.7564386,2152.907902,560.1579836,244.7661423,1437.645912 +470037,809.8158863,2160.553003,563.1566802,246.1514711,1448.601826 +470038,823.5308031,2172.80853,566.1376571,247.5265871,1459.225916 +470039,837.4476296,2173.933866,569.1012807,248.889229,1470.284164 +470040,850.7546335,2194.821955,572.0478729,250.2384253,1480.927216 +470041,870.9395102,2181.829832,682.8692015,251.5273873,1513.690411 +470042,884.9447249,2196.298067,674.8661198,252.8556058,1526.577932 +470043,899.0432523,2212.169021,680.3515968,254.2081398,1538.56789 +470044,912.9198423,2212.964152,698.5103748,255.5605843,1550.860213 +470045,925.7413357,2221.476581,709.7268501,256.8995753,1562.194835 +470046,939.4116282,2228.111805,720.6853489,258.2214005,1573.556544 +470047,952.4618248,2234.718269,731.5038542,259.5266983,1584.67294 +470048,964.8369012,2241.105178,742.1840005,260.8171041,1595.590652 +470049,978.0916037,2247.131867,752.597413,307.2558246,1606.435208 +470050,990.5123025,2253.26456,762.7877425,302.463956,1617.072439 +470051,1002.820117,2259.227377,773.2093939,305.7506625,1627.5689 +470052,1015.569269,2264.884667,782.8494097,314.2334609,1638.00272 +470053,1027.877961,2270.501271,792.9848067,319.4629891,1648.244214 +470054,1039.658637,2275.961199,802.6186012,324.7583019,1658.350565 +470055,1051.637178,2281.383435,812.2231722,329.9744202,1668.417625 +470056,1063.940888,2286.39939,821.6056186,335.0209875,1678.258885 +470057,1075.553834,2291.504006,831.1444729,340.1082569,1688.099245 +470058,1087.321165,2296.376198,840.2791226,344.988082,1697.712988 +470059,1098.941622,2301.124102,849.456703,349.9393903,1707.332563 +470060,1110.464543,2305.73324,858.4714433,354.6714542,1716.726753 +470061,1121.619155,2310.204801,867.2473171,359.4431043,1726.135038 +470062,1133.397414,2314.539753,876.3061605,364.1636833,1735.316847 +470063,1144.420807,2318.739438,885.05622,368.7566855,1744.485409 +470064,1155.625332,2322.913015,893.4394132,373.2632597,1753.554898 +470065,1166.691648,2326.687686,901.9380653,377.8472373,1762.444405 +470066,1177.672964,2330.563656,910.4115846,382.2579172,1771.353898 +470067,1188.570707,2334.217554,918.8047781,386.6470987,1780.042318 +470068,1199.385165,2337.647494,927.1127684,390.919704,1788.728868 +470069,1209.814701,2341.218019,935.0950211,395.3755522,1796.951115 +470070,1220.963092,2344.427279,943.1771068,399.2706006,1805.959066 +470071,1231.127787,2347.317138,951.2080825,403.680705,1814.056358 +470072,1241.493078,2350.009309,959.0370296,407.5894797,1822.514605 +470073,1252.080085,2352.544996,966.6122759,411.7363968,1830.602304 +470074,1261.64191,2354.933548,974.4284595,415.5362001,1838.834092 +470075,1272.01411,2357.179876,981.8100007,419.7775576,1846.809179 +470076,1281.911216,2359.287203,989.4713401,423.3775416,1854.890387 +470077,1291.776278,2361.258321,996.703932,427.3182371,1862.646432 +470078,1301.660314,2363.095312,1004.009853,431.1368508,1870.563585 +470079,1311.342075,2364.912189,1011.439535,435.0274899,1878.306933 +470080,1321.083723,2366.325615,1018.649015,438.430917,1885.862989 +470081,1330.25268,2367.848613,1025.644064,442.4199334,1893.551582 +470082,1340.445056,2369.151404,1032.889212,445.8837515,1901.025776 +470083,1349.546657,2370.34453,1039.953768,449.5066222,1908.432385 +470084,1359.075516,2372.036007,1046.726192,453.1315527,1915.915258 +470085,1368.329807,2372.133731,1053.574561,456.789958,1923.118151 +470086,1377.657884,2375.004407,1060.575133,460.0540619,1930.346099 +470087,1386.775742,2370.907515,1067.149267,463.5893894,1937.576271 +470088,1395.783733,2382.930577,1074.006861,467.0741926,1944.690026 +470089,1404.975415,2364.660927,1080.529578,470.4936994,1951.613552 +470090,1414.113987,2392.829955,1087.007182,473.7859332,1958.691562 +470091,1422.843798,2356.101632,1093.825446,477.223822,1965.559076 +470092,1432.018576,2403.876913,1100.249529,480.323993,1972.363316 +470093,1440.998881,2345.911804,1106.612164,483.9873684,1979.225672 +470094,1449.622839,2414.649069,1113.130735,486.8881254,1985.962486 +470095,1458.734896,2335.455906,1119.352093,490.3116349,1992.564643 +470096,1467.489743,2392.643482,1125.772049,493.3954993,1995.594524 +470097,1476.118213,2370.724639,1131.902122,496.6630453,2000.796249 +470098,1485.09157,2376.280177,1138.228044,499.5888154,2004.919351 +470099,1493.759718,2369.870433,1144.27059,502.9981663,2009.36214 +470100,1502.299236,2376.943095,1150.505406,505.9035883,2013.734779 +470101,1392.542086,2313.566515,1038.299663,455.6031115,1804.915119 +470102,1398.56086,2317.374285,1041.644502,457.2221284,1803.516186 +470103,1405.178879,2312.997394,1045.608525,459.3697468,1806.317376 +470104,1411.938857,2311.323162,1049.997464,461.7949796,1810.701807 +470105,1419.097947,2309.248529,1054.424234,464.0380378,1812.310004 +470106,1426.0047,2307.110669,1058.658079,466.4029694,1815.699543 +470107,1433.268952,2304.905079,1063.628879,468.7611852,1817.949159 +470108,1440.318152,2302.621238,1067.907518,471.1037494,1820.815784 +470109,1447.536258,2300.254013,1072.526844,473.4572824,1823.521112 +470110,1454.747954,2297.801008,1077.02419,475.7965273,1826.287142 +470111,1463.78634,2295.273317,1081.578528,478.0382789,1829.175885 +470112,1472.648727,2292.648573,1086.130979,480.5640548,1831.959086 +470113,1481.786714,2289.93492,1090.599612,482.7868501,1834.703909 +470114,1490.855927,2287.133002,1095.04543,485.1170893,1837.608167 +470115,1500.203166,2284.242882,1099.550628,487.5420362,1840.23902 +470116,1509.460865,2281.26469,1103.972776,489.4916387,1843.141369 +470117,1518.992704,2278.198717,1108.370829,492.0852167,1845.835498 +470118,1528.421593,2275.045036,1112.835309,494.2285928,1848.745056 +470119,1538.122184,2271.804056,1117.174239,496.5133708,1851.366127 +470120,1547.705198,2268.475847,1121.613966,498.7659405,1854.264279 +470121,1557.512604,2265.06078,1125.921481,501.0098217,1856.992174 +470122,1567.396249,2261.558959,1130.331992,503.2448147,1859.772029 +470123,1577.220645,2257.970688,1134.607141,505.329016,1862.540181 +470124,1586.703914,2254.296115,1138.988885,507.7699087,1865.254829 +470125,1597.599111,2250.535571,1143.230808,509.8708488,1868.146953 +470126,1607.258148,2246.689155,1147.546421,512.2496042,1870.731114 +470127,1617.697328,2242.757366,1151.848683,514.1989902,1873.618969 +470128,1627.762647,2238.739816,1156.050786,516.5025647,1876.319571 +470129,1638.239144,2234.637508,1160.356381,518.6536371,1879.075422 +470130,1648.578966,2230.450137,1164.518073,520.6521905,1881.818395 +470131,1658.755236,2225.933938,1168.613692,523.016558,1884.557787 +470132,1669.185536,2221.285176,1172.666743,524.9683065,1887.237302 +470133,1679.267683,2216.419026,1176.600438,527.0633663,1890.111547 +470134,1689.776964,2211.711211,1180.236593,529.117383,1892.70282 +470135,1699.872795,2206.671971,1184.659476,531.1282366,1897.004868 +470136,1710.516788,2201.63654,1188.321765,533.183533,1903.045921 +470137,1720.651671,2196.480143,1192.318287,535.1746489,1900.317795 +470138,1731.274596,2191.234293,1196.037626,537.1760095,1911.364076 +470139,1741.621131,2185.898395,1199.983939,539.1710336,1902.653092 +470140,1752.177234,2180.47231,1203.769698,541.1565371,1893.680185 +470141,1762.873774,2174.957288,1207.576207,542.9502226,1921.407403 +470142,1773.465736,2169.461367,1211.314194,545.1997825,1911.422192 +470143,1784.163435,2163.619891,1215.143319,547.0183364,1916.817822 +470144,1794.811474,2157.915843,1218.893215,548.9974569,1919.455495 +470145,1805.769026,2151.931431,1222.506921,550.9353535,1922.163659 +470146,1816.392387,2146.134259,1226.306467,552.8652362,1924.802905 +470147,1827.230297,2140.030316,1229.945808,554.7857376,1927.517973 +470148,1838.208987,2133.931374,1233.606669,556.696243,1929.988562 +470149,1849.060094,2127.841002,1237.199468,558.5974406,1932.841046 +470150,1859.93856,2121.302461,1240.884497,560.4893231,1935.234818 +470151,1871.138817,2115.172913,1244.449379,562.3720545,1938.089172 +470152,1881.875826,2108.647342,1248.033135,564.038602,1940.604475 +470153,1893.136358,2102.147817,1251.585919,566.2362446,1943.096061 +470154,1904.145861,2095.556138,1255.076759,567.9282545,1945.908881 +470155,1915.191531,2088.988078,1258.664805,569.8139508,1948.335961 +470156,1926.565516,2082.092334,1262.128058,571.8693735,1950.976465 +470157,1954.172471,2075.23964,1265.613895,573.376627,1953.544214 +470158,1942.409187,2068.593335,1269.01493,575.3517981,1956.18957 +470159,1944.574531,2061.392544,1272.535677,577.1304445,1958.641875 +470160,1981.949635,2054.445962,1275.915818,578.9326382,1961.235698 +470161,1737.972499,1939.896334,1037.739009,470.8852141,1526.486837 +470162,1746.378716,1922.512367,1035.201611,470.6790637,1522.23526 +470163,1753.908493,1919.527518,1034.680172,470.1147023,1519.488074 +470164,1762.223513,1907.949393,1035.207767,470.5896225,1517.946374 +470165,1770.851398,1899.632058,1035.24784,471.0248263,1516.669517 +470166,1779.780181,1890.878716,1035.868542,471.5896776,1515.938389 +470167,1788.904418,1881.875346,1037.398195,472.2185027,1515.399699 +470168,1798.170256,1873.292974,1038.044939,472.8897669,1514.989738 +470169,1807.464492,1864.415563,1039.214301,473.5909713,1514.841378 +470170,1817.067087,1855.603867,1040.333877,474.3161509,1514.731254 +470171,1826.651073,1846.7512,1041.460645,475.0611355,1514.622181 +470172,1836.176904,1837.864982,1042.727888,475.8236046,1514.707581 +470173,1845.875573,1828.950681,1043.977664,476.6017989,1514.763059 +470174,1855.786606,1820.001229,1045.144128,477.3943812,1515.027578 +470175,1865.588399,1811.019331,1046.536528,478.0085946,1515.231092 +470176,1875.535027,1802.003868,1047.819097,479.1201601,1515.539757 +470177,1885.530486,1792.863764,1049.171117,479.8082839,1515.89373 +470178,1895.591556,1783.907455,1050.495257,480.6827042,1516.297245 +470179,1905.717105,1774.732388,1051.993625,481.5352117,1516.749636 +470180,1918.671614,1765.686486,1053.303895,482.3981325,1517.246371 +470181,1931.519555,1756.381724,1054.770098,483.2704498,1517.786809 +470182,1937.871286,1747.140093,1056.163501,484.1516363,1518.311723 +470183,1955.094392,1738.009187,1057.692094,485.0414911,1519.019299 +470184,1956.717457,1728.676879,1059.13555,485.9392414,1519.690954 +470185,1944.826256,1719.386488,1060.677681,486.8447902,1520.301521 +470186,1992.322279,1710.054586,1062.068479,487.7574213,1521.012208 +470187,1984.989029,1700.690414,1063.687279,488.6771583,1522.285584 +470188,1999.098923,1691.306587,1065.175225,489.6032678,1526.59731 +470189,2010.17048,1681.890602,1066.721975,490.5356017,1521.910552 +470190,2020.641199,1672.450391,1068.224836,491.4734511,1530.979725 +470191,2031.273952,1662.770896,1069.789128,492.3690061,1520.611206 +470192,2041.809512,1653.254778,1071.116071,493.2594924,1538.010475 +470193,2052.387374,1643.528561,1072.586264,494.1496379,1515.400897 +470194,2062.992856,1633.926539,1073.958068,495.0401775,1521.171795 +470195,2073.73715,1624.003086,1075.484446,495.9437329,1535.159006 +470196,2084.16095,1614.429757,1076.896063,496.845331,1527.906538 +470197,2095.18122,1604.585691,1078.390289,497.5235219,1530.914279 +470198,2105.640772,1594.793464,1079.704281,498.7643594,1532.072662 +470199,2116.463619,1584.968362,1081.245906,499.4956469,1532.967537 +470200,2127.202078,1575.121583,1082.631316,500.4324505,1534.260082 +470201,2138.092308,1565.256017,1084.067748,501.3300494,1535.187697 +470202,2148.623252,1555.292163,1085.488406,502.2278689,1536.419509 +470203,2159.813764,1545.509814,1086.860903,503.1250534,1537.361433 +470204,2170.394428,1535.543568,1088.357745,504.2565756,1538.712664 +470205,2181.378736,1525.632013,1089.732497,504.7890908,1539.625347 +470206,2192.261272,1515.69856,1091.156558,505.8822322,1541.024846 +470207,2203.30731,1505.756598,1092.563891,506.7004425,1542.025302 +470208,2213.970837,1495.807037,1093.97147,507.633076,1543.272213 +470209,2225.322709,1485.852153,1095.368056,508.5089248,1544.459661 +470210,2235.916931,1475.893125,1096.712908,509.3765422,1545.733174 +470211,2247.358619,1465.931665,1098.18926,510.3054078,1546.77193 +470212,2275.321807,1455.96944,1099.532994,511.1483624,1548.232556 +470213,2260.753893,1446.087944,1100.927978,511.8314166,1549.21738 +470214,2267.079574,1436.014115,1102.30318,513.0901271,1550.720092 +470215,2301.128762,1426.112469,1103.679267,513.7581503,1551.790368 +470216,2299.753335,1416.15097,1105.038601,514.7252376,1553.114664 +470217,2313.857494,1406.208889,1106.345416,515.5565264,1554.382924 +470218,2324.93086,1396.195371,1107.787982,516.4804162,1555.727783 +470219,2335.896067,1386.387682,1109.090106,517.30711,1556.820329 +470220,2377.351914,1376.421284,1110.35949,518.2250577,1558.365018 +470221,2572.373592,1473.995859,1347.349211,625.9938105,2003.220378 +470222,2624.01277,1466.381194,1352.252331,628.1262673,1981.337117 +470223,2620.944786,1457.840625,1356.545033,630.8740186,2004.672431 +470224,2639.307304,1449.535104,1359.819625,632.540427,2002.225161 +470225,2652.714863,1440.51783,1362.984145,634.3009948,2007.784244 +470226,2665.630985,1431.914951,1365.877404,635.9506536,2012.346575 +470227,2678.90847,1422.986889,1368.650394,637.5324039,2015.989858 +470228,2691.695518,1414.107208,1371.323326,639.0680107,2019.696699 +470229,2705.112405,1405.210769,1373.916868,640.5673142,2023.568399 +470230,2717.906783,1396.21077,1376.440861,642.0349699,2026.977936 +470231,2730.992475,1387.420049,1379.308922,643.4748175,2030.503802 +470232,2750.803511,1378.546771,1381.10923,644.8876285,2034.135883 +470233,2754.14215,1369.444365,1384.870883,646.2764085,2037.269156 +470234,2770.241133,1360.739816,1384.070113,647.6413783,2040.604003 +470235,2782.984458,1351.79194,1393.060336,648.9378527,2043.926421 +470236,2795.76338,1342.951434,1383.360709,650.2399376,2047.086962 +470237,2808.510737,1334.03256,1405.286265,651.5244636,2050.267285 +470238,2821.098332,1325.335101,1379.036022,652.7884171,2053.456445 +470239,2841.482576,1316.501205,1419.432908,654.0324211,2056.312684 +470240,2837.300875,1307.749763,1372.974726,655.2565494,2059.691259 +470241,2869.585868,1299.030629,1411.938308,656.4614719,2062.40655 +470242,2870.238367,1290.334694,1405.166568,657.6472373,2065.402475 +470243,2885.74329,1301.617288,1395.895666,658.8150696,2068.324446 +470244,2898.652627,1244.322282,1424.533256,659.9642484,2076.524557 +470245,2918.389222,1292.654097,1384.950273,661.0958686,2066.830678 +470246,2914.878537,1232.353457,1420.17402,662.2101516,2084.322454 +470247,2944.61966,1257.172605,1416.498231,663.3473957,2072.714503 +470248,2954.710446,1236.89141,1401.340464,664.3691564,2089.816151 +470249,2979.612787,1230.54811,1437.475595,665.4619941,2077.915984 +470250,2998.083315,1225.717445,1389.104008,666.5044202,2095.464183 +470251,3007.850065,1219.850829,1430.001949,667.488695,2083.189277 +470252,3030.276564,1213.612287,1420.496389,668.4473743,2100.786159 +470253,3047.607043,1207.642386,1414.258832,669.3456102,2088.334464 +470254,3056.514982,1201.556701,1433.71337,670.3248198,2100.632072 +470255,3068.106684,1195.774705,1408.931076,671.1991807,2100.881814 +470256,3074.465599,1189.696051,1443.501121,672.0908922,2103.022837 +470257,3080.20972,1183.877228,1405.129591,672.9605325,2105.743555 +470258,3085.837148,1178.032019,1453.177,673.8140294,2108.18775 +470259,3091.791175,1172.316066,1399.925822,674.6523442,2116.275954 +470260,3097.68645,1166.404834,1441.516519,675.4758857,2105.111336 +470261,3103.606315,1160.872208,1434.634007,676.2851469,2123.316879 +470262,3109.953766,1155.182586,1420.342027,677.0802539,2116.092007 +470263,3116.29948,1149.687445,1437.418721,677.8621078,2119.909065 +470264,3122.588054,1144.076496,1446.966654,678.6304124,2122.653569 +470265,3129.143239,1138.670876,1412.067234,679.3857583,2124.996414 +470266,3135.882571,1133.272297,1445.819963,680.1282574,2127.146426 +470267,3142.569967,1127.949599,1453.397297,680.8987016,2129.39607 +470268,3149.40029,1122.626876,1407.873317,681.5571729,2131.606472 +470269,3156.374739,1117.607536,1451.977572,682.2919573,2133.731689 +470270,3163.564787,1112.351906,1435.742937,682.9803178,2141.821266 +470271,3170.555908,1107.371562,1439.628163,683.6637594,2130.935873 +470272,3177.518013,1102.401905,1440.465316,684.3359717,2147.12784 +470273,3184.7992,1097.521162,1441.269939,684.9974695,2142.171501 +470274,3191.955819,1092.786063,1442.04674,685.6484209,2144.073934 +470275,3198.998074,1087.978145,1442.80048,686.2890505,2147.205151 +470276,3206.150825,1083.329724,1443.532078,686.9194102,2149.859255 +470277,3213.340187,1078.957897,1444.242401,687.5400615,2151.30972 +470278,3220.75241,1074.385197,1444.931624,688.150855,2158.647193 +470279,3228.249426,1070.105645,1445.685311,688.7117557,2149.238298 +470280,3235.368013,1065.916713,1446.205391,689.3641456,2162.846001 +470281,3244.103493,1084.397191,1493.669585,712.7454719,2200.038255 +470282,3257.505727,1081.756319,1497.21139,714.6212987,2202.499962 +470283,3271.671939,1078.622752,1499.555681,716.0835551,2205.934376 +470284,3284.002728,1075.526211,1501.614116,717.3636035,2208.413678 +470285,3294.171337,1072.588698,1503.516096,718.5395301,2209.911416 +470286,3302.647473,1069.562643,1505.036573,719.6420018,2210.582061 +470287,3310.294176,1066.727686,1506.642247,721.1523815,2210.652568 +470288,3316.944373,1063.865839,1508.087377,722.468812,2210.3126 +470289,3323.191758,1061.036247,1509.479679,723.7647833,2209.698905 +470290,3329.197098,1058.229779,1510.816124,725.211608,2208.900203 +470291,3335.044395,1055.446983,1512.103174,726.6164292,2207.972749 +470292,3340.782551,1052.687676,1513.345265,728.1532428,2206.955376 +470293,3346.444576,1049.952001,1514.545792,729.6306971,2205.876273 +470294,3352.29778,1047.239359,1515.707284,731.3634224,2204.753253 +470295,3357.799132,1044.549528,1516.920742,732.8825912,2203.601095 +470296,3363.275021,1041.881689,1517.875182,734.7440691,2202.434477 +470297,3368.97486,1039.235464,1518.996474,736.4796188,2201.259753 +470298,3374.311182,1036.610013,1522.531967,738.2969425,2200.074899 +470299,3380.113107,1034.004923,1519.242731,740.1564919,2198.891655 +470300,3384.783839,1031.358441,1532.210651,742.1095817,2197.699359 +470301,3390.359218,1028.881904,1506.876867,743.9548505,2196.553812 +470302,3395.808415,1026.291046,1531.610254,746.0582714,2195.436918 +470303,3401.600621,1023.831606,1522.964736,748.0721049,2194.283681 +470304,3407.064383,1021.23105,1525.454886,750.1791012,2193.122064 +470305,3412.516411,1018.780056,1526.342565,752.3267806,2191.968451 +470306,3418.267016,1016.294033,1527.136368,754.4760067,2190.814017 +470307,3423.72769,1013.834532,1528.001525,756.7859034,2189.658964 +470308,3429.177189,1011.391549,1528.610333,759.0878084,2188.506047 +470309,3434.626977,1008.965451,1529.401247,761.3604897,2187.357061 +470310,3440.079051,1006.555758,1530.087126,763.7762466,2186.211302 +470311,3445.533388,1004.101322,1530.6197,766.0664154,2185.068927 +470312,3450.916246,1001.650581,1531.099656,768.5108706,2183.930846 +470313,3456.195049,999.2098423,1531.543514,770.88891,2182.797677 +470314,3461.673225,996.7805487,1531.955054,773.3462176,2181.667378 +470315,3466.772962,994.3636151,1532.431238,775.8352801,2180.539244 +470316,3471.797174,991.9591914,1532.64087,778.3630176,2179.41736 +470317,3476.771612,989.5677375,1533.035671,780.9305189,2178.303715 +470318,3481.707224,987.1891622,1533.320038,783.5370726,2177.196774 +470319,3486.607431,984.8238231,1533.592797,786.1831498,2176.094933 +470320,3491.464841,982.4715534,1536.515559,788.8684507,2174.991267 +470321,3496.295558,980.1326669,1530.656573,791.5442056,2173.89778 +470322,3501.054697,977.8069655,1550.079285,794.3818221,2172.779273 +470323,3505.826234,975.4947161,1512.422138,797.1494288,2171.698904 +470324,3510.602906,973.1956352,1544.948135,800.0477377,2170.651164 +470325,3515.288018,970.9102363,1532.53253,802.8554534,2169.562013 +470326,3519.92808,968.6381505,1534.722783,805.7602526,2168.465746 +470327,3524.546658,966.3797081,1534.895952,808.7866734,2167.378435 +470328,3529.129889,964.1345758,1534.951424,811.7467291,2166.288448 +470329,3533.680493,961.9030502,1535.090187,814.789609,2165.197267 +470330,3538.199339,959.6848076,1534.963362,817.8624505,2164.105325 +470331,3542.687205,957.4801721,1535.033074,820.9730551,2163.013003 +470332,3547.143998,955.2887853,1534.997353,824.1204138,2161.91999 +470333,3551.568702,953.1109746,1534.955722,827.3056196,2160.825602 +470334,3555.960884,950.9463493,1534.894575,830.5271312,2159.729536 +470335,3560.317534,948.7952394,1535.669942,833.785311,2158.629716 +470336,3564.635365,946.6572266,1536.657775,837.0263292,2157.523674 +470337,3568.928614,944.5326296,1532.645492,840.4363092,2156.422199 +470338,3573.454259,942.4210166,1546.450296,843.7628827,2155.297108 +470339,3577.677017,940.3226825,1515.787428,847.2244827,2154.198556 +470340,3581.88633,938.2371371,1543.2143,850.5786786,2153.119937 +470341,3586.735075,903.0728148,1455.140817,820.8802234,2152.849887 +470342,3587.34796,900.6366239,1456.259025,824.1129901,2147.684345 +470343,3586.185901,898.4023461,1455.584808,827.3747571,2139.944056 +470344,3585.664968,896.1879272,1454.955493,830.8507599,2132.126812 +470345,3586.673812,894.0053761,1454.338124,834.2499767,2125.360462 +470346,3588.994579,891.8429085,1453.718599,837.734538,2119.740081 +470347,3592.113946,889.6983038,1453.093716,841.2995514,2115.009636 +470348,3595.62688,887.5696783,1452.460394,844.7662305,2110.913792 +470349,3599.307766,885.4568013,1451.912682,848.328863,2107.284886 +470350,3603.054373,883.3584394,1451.118025,852.0137331,2104.024291 +470351,3606.822489,881.2185281,1450.522163,855.6156813,2101.069374 +470352,3610.587917,879.2864069,1449.832631,859.2956085,2098.372945 +470353,3614.335715,877.1080941,1449.145106,862.996261,2095.896629 +470354,3618.05563,875.1122034,1448.445288,866.7246219,2093.608639 +470355,3621.740426,873.0731439,1447.73352,870.480871,2091.481746 +470356,3625.385305,871.0546865,1447.008516,874.262198,2089.49269 +470357,3628.987742,869.0490032,1446.176379,878.0708966,2087.622278 +470358,3632.545927,867.0552999,1445.568133,881.9038324,2085.853723 +470359,3636.058063,865.0739385,1444.737735,885.7614986,2084.172027 +470360,3639.524249,863.10421,1443.976013,889.6425206,2082.565258 +470361,3642.945887,861.1465192,1443.188572,893.4899785,2081.023987 +470362,3646.323175,859.2001636,1442.387343,897.5017366,2079.539693 +470363,3649.655722,857.265571,1441.57424,901.4084864,2078.10443 +470364,3652.943749,855.3420377,1440.74802,905.4433962,2076.711724 +470365,3656.188176,853.4300036,1439.910071,909.3453241,2075.356357 +470366,3659.388263,851.5301418,1439.932899,913.2909286,2074.032609 +470367,3662.541302,849.6387303,1437.391038,917.4327922,2072.735803 +470368,3665.645612,847.7607988,1441.817522,921.3937455,2071.458637 +470369,3668.719707,845.8906686,1429.698262,925.5002653,2070.212995 +470370,3671.723377,844.0342074,1453.979307,929.5390955,2068.964168 +470371,3674.721242,842.1043524,1411.108223,933.2038809,2067.760079 +470372,3677.564228,840.1674753,1443.956315,936.8084199,2066.605538 +470373,3680.036517,838.232439,1438.887569,940.614584,2065.41601 +470374,3682.233615,836.3013834,1417.19704,944.2917626,2064.266936 +470375,3684.206701,834.375417,1436.146898,950.7890536,2063.164772 +470376,3685.90237,832.4549041,1441.708577,950.2151531,2062.032615 +470377,3687.474026,830.5400456,1405.016208,960.0641379,2060.95879 +470378,3688.95386,828.6307566,1436.466886,955.2337537,2059.949819 +470379,3690.19297,826.7813327,1438.403919,971.0128861,2058.88114 +470380,3691.367327,824.8040635,1398.835415,957.6642259,2057.876348 +470381,3692.51736,822.9500304,1433.578956,965.2285995,2056.959659 +470382,3693.416097,821.0553383,1436.543979,976.5564306,2055.954406 +470383,3694.222098,819.1743785,1391.211765,974.7825016,2054.975016 +470384,3694.986267,817.2988699,1431.158184,979.5370506,2054.055334 +470385,3695.582582,815.4289328,1413.374594,982.9996531,2053.096884 +470386,3696.064979,813.5642086,1414.881001,986.4105193,2052.13744 +470387,3696.462144,811.7047753,1413.476833,989.8012537,2051.195842 +470388,3696.758451,809.8503549,1412.044149,993.1670769,2050.258331 +470389,3696.95695,808.0010018,1410.595865,996.5076139,2049.325721 +470390,3697.058511,806.1564761,1409.132696,999.8222117,2048.39725 +470391,3697.077555,802.2168401,1402.778859,1005.260246,2047.482607 +470392,3698.126965,800.0735163,1419.609131,1008.745316,2046.541056 +470393,3699.773388,798.0143759,1369.935085,1012.242901,2045.631863 +470394,3701.322622,796.0657074,1410.576585,1015.556628,2044.728229 +470395,3702.324077,794.1569905,1405.101346,1019.127552,2043.719337 +470396,3702.947788,792.2573761,1373.841829,1022.481436,2042.718217 +470397,3703.293837,790.3721637,1401.127025,1025.675059,2041.748278 +470398,3703.300759,788.4999328,1402.799027,1028.968479,2040.714682 +470399,3703.150985,786.6394732,1365.976382,1032.165087,2039.720008 +470400,3702.882199,784.842392,1397.396701,1035.334277,2038.769632 +470401,3705.97334,716.5902322,1228.947583,972.2051421,2043.392289 +470402,3700.303528,713.997205,1227.770545,974.4978859,2038.052184 +470403,3690.845533,712.0305431,1224.759832,977.0465133,2027.368324 +470404,3682.551462,709.0687124,1221.893186,979.5999001,2016.384788 +470405,3677.259473,707.0850985,1219.076269,982.144433,2007.38901 +470406,3674.558273,704.7557088,1216.198846,984.6635723,2000.594086 +470407,3673.416495,702.5039648,1213.546682,987.1516627,1995.502526 +470408,3672.950849,700.2679708,1224.840434,989.605521,1991.581918 +470409,3672.790004,697.9977776,1186.885489,992.0234911,1988.574922 +470410,3672.682169,695.8515311,1229.43224,994.4035174,1986.251676 +470411,3672.554862,693.6162863,1179.272369,996.7445677,1984.495292 +470412,3672.404582,691.4281378,1211.391436,999.0450912,1983.239799 +470413,3672.148258,689.2417061,1192.372601,1001.304271,1982.365864 +470414,3671.798804,687.0624831,1195.346,1003.521027,1981.833117 +470415,3671.357591,684.8902866,1191.229727,1005.694656,1981.598001 +470416,3670.811099,682.6792171,1188.640982,1007.824217,1981.611389 +470417,3670.160626,680.5851118,1186.022395,1009.909213,1981.839705 +470418,3669.403887,678.4000687,1183.215041,1011.948844,1982.250782 +470419,3668.542724,676.2583096,1180.47492,1013.942725,1982.819112 +470420,3667.578964,674.1155329,1177.720154,1015.890147,1983.522711 +470421,3666.513342,671.9777951,1175.043284,1017.790794,1984.341921 +470422,3665.348237,669.8449773,1172.162951,1019.64402,1985.260803 +470423,3664.087451,667.6731938,1169.37427,1021.449553,1986.266893 +470424,3662.733059,665.6134677,1166.711855,1023.206786,1987.348348 +470425,3661.276084,663.4645879,1163.884409,1024.915471,1988.494833 +470426,3659.732324,661.3566744,1161.121375,1026.575026,1989.698128 +470427,3658.107161,659.2471224,1158.343779,1028.185215,1990.9507 +470428,3656.388877,657.1416037,1155.562339,1029.745446,1992.245951 +470429,3654.589191,655.0404082,1152.777789,1031.255482,1993.578299 +470430,3652.701708,652.9005013,1149.909773,1032.714716,1994.943237 +470431,3650.740371,650.7639667,1147.081242,1033.095708,1996.338731 +470432,3648.359965,648.53879,1143.871419,1033.293982,1997.766789 +470433,3645.388603,646.3479148,1140.881889,1033.350212,1999.233963 +470434,3641.844125,644.1496433,1137.800621,1033.274359,2000.746166 +470435,3637.822576,641.9514163,1134.720328,1033.073915,2002.306736 +470436,3633.420126,639.7118363,1131.552082,1032.752087,2003.916171 +470437,3628.703703,637.5739414,1128.566769,1032.312183,2005.57135 +470438,3623.714407,635.348106,1125.406744,1031.755179,2007.267791 +470439,3618.477754,633.1576063,1122.305606,1031.149508,2009.000375 +470440,3613.010063,630.9614714,1119.262279,1030.265691,2010.763841 +470441,3607.325567,628.766088,1116.026088,1029.411731,2012.554569 +470442,3601.436802,626.53042,1112.869992,1028.321587,2014.370277 +470443,3595.351754,624.3942683,1109.836658,1027.292308,2016.207073 +470444,3589.076602,622.1718579,1106.641866,1026.007542,2018.061484 +470445,3582.617765,619.983837,1103.508885,1024.666996,2019.931345 +470446,3575.980256,617.7899838,1100.360207,1023.204354,2021.814447 +470447,3569.168345,615.5965817,1097.131563,1021.630003,2023.708804 +470448,3562.184294,613.3628206,1094.160517,1019.942858,2025.611881 +470449,3555.030878,611.2276769,1090.840294,1018.077712,2027.522032 +470450,3547.711756,609.006715,1087.741483,1016.259048,2029.43879 +470451,3540.228743,606.8205003,1084.496632,1014.253245,2031.363067 +470452,3532.301234,604.6283293,1081.435241,1011.264425,2033.297505 +470453,3524.282946,602.3962453,1078.217015,1024.930524,2035.201308 +470454,3515.835965,600.2580733,1075.052191,979.112472,2037.178176 +470455,3506.841347,598.0350028,1071.945718,1031.110258,2039.167839 +470456,3497.368324,595.8428572,1068.581525,966.6127992,2041.18577 +470457,3487.496279,593.6063638,1065.54902,1016.497088,2043.238009 +470458,3477.256935,591.4466133,1062.270517,968.6402138,2045.30349 +470459,3466.64094,588.3723732,1056.924072,998.6180597,2047.397097 +470460,3457.003828,585.9717306,1053.501749,979.1990382,2049.482222 +470461,2176.413855,583.3481506,909.8554545,981.4729048,2182.12654 +470462,2275.799019,711.5053855,941.8176757,1105.674359,2247.491543 +470463,2387.770471,713.1492173,972.7755439,1104.11523,2306.643103 +470464,2466.685677,709.1610084,991.5011804,1098.740974,2336.977285 +470465,2517.487692,707.2635405,1003.570268,1093.763608,2354.263896 +470466,2548.015337,704.7900568,1011.857368,1087.99862,2364.890838 +470467,2565.533372,702.3901073,1017.890599,1082.09815,2372.159076 +470468,2576.193288,699.9187294,1022.540779,1076.071156,2377.637688 +470469,2582.7799,697.5440274,1026.267234,1069.673831,2382.277109 +470470,2586.364767,695.0589659,1029.310352,1063.128438,2386.005775 +470471,2587.465227,692.6078586,1031.815811,1056.439736,2389.206579 +470472,2586.447939,690.1449234,1033.88284,1049.284667,2391.989283 +470473,2583.636655,687.6806053,1035.573838,1042.289859,2394.395217 +470474,2579.322291,685.2153083,1036.944073,1034.877513,2396.465322 +470475,2573.771335,682.7416447,1038.041558,1027.27356,2398.238717 +470476,2567.21749,680.2764272,1038.921712,1019.779642,2399.784684 +470477,2559.812176,677.7729152,1039.60535,1011.845309,2401.102932 +470478,2551.6659,668.6843462,1040.109444,946.129403,2402.192897 +470479,2535.891394,665.2687108,1040.206833,933.6764149,2403.087828 +470480,2515.787014,662.4850872,1040.018792,924.9792633,2403.815733 +470481,2495.347212,659.8368693,1039.698414,917.1087609,2404.399531 +470482,2476.499331,657.2230561,1039.33028,910.0952894,2404.857707 +470483,2459.589032,654.7611418,1038.943735,903.162098,2405.205019 +470484,2444.325774,652.2347105,1038.54369,896.6443625,2405.453028 +470485,2430.333201,649.7675711,1038.12908,890.4362978,2405.610709 +470486,2417.3601,647.3086671,1037.714714,884.3474253,2405.720764 +470487,2405.185504,644.8629475,1037.286602,878.2581983,2405.755197 +470488,2393.653779,642.4275918,1036.834,872.5880714,2405.69155 +470489,2382.682327,640.0028632,1036.365269,866.8569406,2405.551167 +470490,2372.196795,637.5458518,1035.884212,861.2434184,2405.345031 +470491,2362.131575,635.2157001,1035.392692,855.9592743,2405.079775 +470492,2352.434139,632.775714,1034.892369,863.1175442,2404.761461 +470493,2343.051631,630.4078104,1034.382975,826.0576685,2404.391995 +470494,2333.947692,628.0312522,1033.865635,861.862336,2403.976253 +470495,2325.089196,625.6620051,1033.340776,814.2833089,2403.517431 +470496,2316.447506,623.3007832,1032.808574,843.7403231,2403.018191 +470497,2307.999177,620.9094309,1032.269378,815.9129635,2402.481497 +470498,2299.724464,618.6237446,1031.723373,823.4460044,2401.909825 +470499,2291.607089,616.2600945,1031.170862,814.3156974,2401.305815 +470500,2283.668156,613.9401349,1030.628441,810.3774977,2400.709672 +470501,2275.861922,611.6229605,1030.080781,805.5883217,2400.087544 +470502,2268.150692,609.3141908,1029.515337,800.958555,2399.411963 +470503,2260.542298,607.0146638,1028.939811,796.2254066,2398.702359 +470504,2253.036039,604.7235771,1028.357315,791.6606802,2397.967508 +470505,2245.628056,602.4033556,1027.769124,787.0879216,2397.211808 +470506,2238.313605,600.186968,1027.175808,782.5646052,2396.43789 +470507,2231.087933,597.8944351,1026.577636,778.1347926,2395.647581 +470508,2223.946688,595.6450218,1025.974786,773.5532042,2394.84239 +470509,2216.616667,593.3984849,1025.367379,769.2652278,2394.023612 +470510,2209.639695,591.1603769,1024.755548,764.8418133,2393.192486 +470511,2202.741356,588.9314164,1024.139417,760.512091,2392.350155 +470512,2195.914277,586.7108227,1023.519117,756.2068486,2391.497718 +470513,2189.154091,584.4616086,1022.894752,751.9887444,2390.636125 +470514,2182.458571,582.314428,1022.266439,747.6705216,2389.76631 +470515,2175.8263,580.0922658,1021.634275,743.5030625,2388.88909 +470516,2169.256096,577.9125024,1020.998371,739.2658473,2388.005269 +470517,2162.746758,575.7353443,1020.358824,735.1996671,2387.115556 +470518,2156.33391,573.5663521,1019.733132,731.098412,2386.260897 +470519,2149.980823,571.4061345,1019.104888,726.9475538,2385.403537 +470520,2143.657361,569.2174941,1018.460584,722.9317056,2384.512447 +470521,0,0,0,0,0 +470522,0,0,0,0,0 +470523,0,0,0,0,0 +470524,0,0,0,0,0 +470525,0,0,0,0,0 +470526,0,0,0,0,0 +470527,0,0,0,0,0 +470528,0,0,0,0,0 +470529,0,0,0,0,0 +470530,0,0,0,0,0 +470531,0,0,0,0,0 +470532,0,0,0,0,0 +470533,0,0,0,0,0 +470534,0,0,0,0,0 +470535,0,0,0,0,0 +470536,0,0,0,0,0 +470537,0,0,0,0,0 +470538,0,0,0,0,0 +470539,0,0,0,0,0 +470540,0,0,0,0,0 +470541,0,0,0,0,0 +470542,0,0,0,0,0 +470543,0,0,0,0,0 +470544,0,0,0,0,0 +470545,0,0,0,0,0 +470546,0,0,0,0,0 +470547,0,0,0,0,0 +470548,0,0,0,0,0 +470549,0,0,0,0,0 +470550,0,0,0,0,0 +470551,0,0,0,0,0 +470552,0,0,0,0,0 +470553,0,0,0,0,0 +470554,0,0,0,0,0 +470555,0,0,0,0,0 +470556,0,0,0,0,0 +470557,0,0,0,0,0 +470558,0,0,0,0,0 +470559,0,0,0,0,0 +470560,0,0,0,0,0 +470561,0,0,0,0,0 +470562,0,0,0,0,0 +470563,0,0,0,0,0 +470564,0,0,0,0,0 +470565,0,0,0,0,0 +470566,0,0,0,0,0 +470567,0,0,0,0,0 +470568,0,0,0,0,0 +470569,0,0,0,0,0 +470570,0,0,0,0,0 +470571,0,0,0,0,0 +470572,0,0,0,0,0 +470573,0,0,0,0,0 +470574,0,0,0,0,0 +470575,0,0,0,0,0 +470576,0,0,0,0,0 +470577,0,0,0,0,0 +470578,0,0,0,0,0 +470579,0,0,0,0,0 +470580,0,0,0,0,0 +470581,0,0,0,0,0 +470582,0,0,0,0,0 +470583,0,0,0,0,0 +470584,0,0,0,0,0 +470585,0,0,0,0,0 +470586,0,0,0,0,0 +470587,0,0,0,0,0 +470588,0,0,0,0,0 +470589,0,0,0,0,0 +470590,0,0,0,0,0 +470591,0,0,0,0,0 +470592,0,0,0,0,0 +470593,0,0,0,0,0 +470594,0,0,0,0,0 +470595,0,0,0,0,0 +470596,0,0,0,0,0 +470597,0,0,0,0,0 +470598,0,0,0,0,0 +470599,0,0,0,0,0 +470600,0,0,0,0,0 +470601,0,0,0,0,0 +470602,0,0,0,0,0 +470603,0,0,0,0,0 +470604,0,0,0,0,0 +470605,0,0,0,0,0 +470606,0,0,0,0,0 +470607,0,0,0,0,0 +470608,0,0,0,0,0 +470609,0,0,0,0,0 +470610,0,0,0,0,0 +470611,0,0,0,0,0 +470612,0,0,0,0,0 +470613,0,0,0,0,0 +470614,0,0,0,0,0 +470615,0,0,0,0,0 +470616,0,0,0,0,0 +470617,0,0,0,0,0 +470618,0,0,0,0,0 +470619,0,0,0,0,0 +470620,0,0,0,0,0 +470621,0,0,0,0,0 +470622,0,0,0,0,0 +470623,0,0,0,0,0 +470624,0,0,0,0,0 +470625,0,0,0,0,0 +470626,0,0,0,0,0 +470627,0,0,0,0,0 +470628,0,0,0,0,0 +470629,0,0,0,0,0 +470630,0,0,0,0,0 +470631,0,0,0,0,0 +470632,0,0,0,0,0 +470633,0,0,0,0,0 +470634,0,0,0,0,0 +470635,0,0,0,0,0 +470636,0,0,0,0,0 +470637,0,0,0,0,0 +470638,0,0,0,0,0 +470639,0,0,0,0,0 +470640,0,0,0,0,0 +470641,0,0,0,0,0 +470642,0,0,0,0,0 +470643,0,0,0,0,0 +470644,0,0,0,0,0 +470645,0,0,0,0,0 +470646,0,0,0,0,0 +470647,0,0,0,0,0 +470648,0,0,0,0,0 +470649,0,0,0,0,0 +470650,0,0,0,0,0 +470651,0,0,0,0,0 +470652,0,0,0,0,0 +470653,0,0,0,0,0 +470654,0,0,0,0,0 +470655,0,0,0,0,0 +470656,0,0,0,0,0 +470657,0,0,0,0,0 +470658,0,0,0,0,0 +470659,0,0,0,0,0 +470660,0,0,0,0,0 +470661,0,0,0,0,0 +470662,0,0,0,0,0 +470663,0,0,0,0,0 +470664,0,0,0,0,0 +470665,0,0,0,0,0 +470666,0,0,0,0,0 +470667,0,0,0,0,0 +470668,0,0,0,0,0 +470669,0,0,0,0,0 +470670,0,0,0,0,0 +470671,0,0,0,0,0 +470672,0,0,0,0,0 +470673,0,0,0,0,0 +470674,0,0,0,0,0 +470675,0,0,0,0,0 +470676,0,0,0,0,0 +470677,0,0,0,0,0 +470678,0,0,0,0,0 +470679,0,0,0,0,0 +470680,0,0,0,0,0 +470681,0,0,0,0,0 +470682,0,0,0,0,0 +470683,0,0,0,0,0 +470684,0,0,0,0,0 +470685,0,0,0,0,0 +470686,0,0,0,0,0 +470687,0,0,0,0,0 +470688,0,0,0,0,0 +470689,0,0,0,0,0 +470690,0,0,0,0,0 +470691,0,0,0,0,0 +470692,0,0,0,0,0 +470693,0,0,0,0,0 +470694,0,0,0,0,0 +470695,0,0,0,0,0 +470696,0,0,0,0,0 +470697,0,0,0,0,0 +470698,0,0,0,0,0 +470699,0,0,0,0,0 +470700,0,0,0,0,0 +470701,0,0,0,0,0 +470702,0,0,0,0,0 +470703,0,0,0,0,0 +470704,0,0,0,0,0 +470705,0,0,0,0,0 +470706,0,0,0,0,0 +470707,0,0,0,0,0 +470708,0,0,0,0,0 +470709,0,0,0,0,0 +470710,0,0,0,0,0 +470711,0,0,0,0,0 +470712,0,0,0,0,0 +470713,0,0,0,0,0 +470714,0,0,0,0,0 +470715,0,0,0,0,0 +470716,0,0,0,0,0 +470717,0,0,0,0,0 +470718,0,0,0,0,0 +470719,0,0,0,0,0 +470720,0,0,0,0,0 +470721,0,0,0,0,0 +470722,0,0,0,0,0 +470723,0,0,0,0,0 +470724,0,0,0,0,0 +470725,0,0,0,0,0 +470726,0,0,0,0,0 +470727,0,0,0,0,0 +470728,0,0,0,0,0 +470729,0,0,0,0,0 +470730,0,0,0,0,0 +470731,0,0,0,0,0 +470732,0,0,0,0,0 +470733,0,0,0,0,0 +470734,0,0,0,0,0 +470735,0,0,0,0,0 +470736,0,0,0,0,0 +470737,0,0,0,0,0 +470738,0,0,0,0,0 +470739,0,0,0,0,0 +470740,0,0,0,0,0 +470741,0,0,0,0,0 +470742,0,0,0,0,0 +470743,0,0,0,0,0 +470744,0,0,0,0,0 +470745,0,0,0,0,0 +470746,0,0,0,0,0 +470747,0,0,0,0,0 +470748,0,0,0,0,0 +470749,0,0,0,0,0 +470750,0,0,0,0,0 +470751,0,0,0,0,0 +470752,0,0,0,0,0 +470753,0,0,0,0,0 +470754,0,0,0,0,0 +470755,0,0,0,0,0 +470756,0,0,0,0,0 +470757,0,0,0,0,0 +470758,0,0,0,0,0 +470759,0,0,0,0,0 +470760,0,0,0,0,0 +470761,0,0,0,0,0 +470762,0,0,0,0,0 +470763,0,0,0,0,0 +470764,0,0,0,0,0 +470765,0,0,0,0,0 +470766,0,0,0,0,0 +470767,0,0,0,0,0 +470768,0,0,0,0,0 +470769,0,0,0,0,0 +470770,0,0,0,0,0 +470771,0,0,0,0,0 +470772,0,0,0,0,0 +470773,0,0,0,0,0 +470774,0,0,0,0,0 +470775,0,0,0,0,0 +470776,0,0,0,0,0 +470777,0,0,0,0,0 +470778,0,0,0,0,0 +470779,0,0,0,0,0 +470780,0,0,0,0,0 +470781,0,0,0,0,0 +470782,0,0,0,0,0 +470783,0,0,0,0,0 +470784,0,0,0,0,0 +470785,0,0,0,0,0 +470786,0,0,0,0,0 +470787,0,0,0,0,0 +470788,0,0,0,0,0 +470789,0,0,0,0,0 +470790,0,0,0,0,0 +470791,0,0,0,0,0 +470792,0,0,0,0,0 +470793,0,0,0,0,0 +470794,0,0,0,0,0 +470795,0,0,0,0,0 +470796,0,0,0,0,0 +470797,0,0,0,0,0 +470798,0,0,0,0,0 +470799,0,0,0,0,0 +470800,0,0,0,0,0 +470801,0,0,0,0,0 +470802,0,0,0,0,0 +470803,0,0,0,0,0 +470804,0,0,0,0,0 +470805,0,0,0,0,0 +470806,0,0,0,0,0 +470807,0,0,0,0,0 +470808,0,0,0,0,0 +470809,0,0,0,0,0 +470810,0,0,0,0,0 +470811,0,0,0,0,0 +470812,0,0,0,0,0 +470813,0,0,0,0,0 +470814,0,0,0,0,0 +470815,0,0,0,0,0 +470816,0,0,0,0,0 +470817,0,0,0,0,0 +470818,0,0,0,0,0 +470819,0,0,0,0,0 +470820,0,0,0,0,0 +470821,0,0,0,0,0 +470822,0,0,0,0,0 +470823,0,0,0,0,0 +470824,0,0,0,0,0 +470825,0,0,0,0,0 +470826,0,0,0,0,0 +470827,0,0,0,0,0 +470828,0,0,0,0,0 +470829,0,0,0,0,0 +470830,0,0,0,0,0 +470831,0,0,0,0,0 +470832,0,0,0,0,0 +470833,0,0,0,0,0 +470834,0,0,0,0,0 +470835,0,0,0,0,0 +470836,0,0,0,0,0 +470837,0,0,0,0,0 +470838,0,0,0,0,0 +470839,0,0,0,0,0 +470840,0,0,0,0,0 +470841,0,0,0,0,0 +470842,0,0,0,0,0 +470843,0,0,0,0,0 +470844,0,0,0,0,0 +470845,0,0,0,0,0 +470846,0,0,0,0,0 +470847,0,0,0,0,0 +470848,0,0,0,0,0 +470849,0,0,0,0,0 +470850,0,0,0,0,0 +470851,0,0,0,0,0 +470852,0,0,0,0,0 +470853,0,0,0,0,0 +470854,0,0,0,0,0 +470855,0,0,0,0,0 +470856,0,0,0,0,0 +470857,0,0,0,0,0 +470858,0,0,0,0,0 +470859,0,0,0,0,0 +470860,0,0,0,0,0 +470861,0,0,0,0,0 +470862,0,0,0,0,0 +470863,0,0,0,0,0 +470864,0,0,0,0,0 +470865,0,0,0,0,0 +470866,0,0,0,0,0 +470867,0,0,0,0,0 +470868,0,0,0,0,0 +470869,0,0,0,0,0 +470870,0,0,0,0,0 +470871,0,0,0,0,0 +470872,0,0,0,0,0 +470873,0,0,0,0,0 +470874,0,0,0,0,0 +470875,0,0,0,0,0 +470876,0,0,0,0,0 +470877,0,0,0,0,0 +470878,0,0,0,0,0 +470879,0,0,0,0,0 +470880,0,0,0,0,0 +470881,0,0,0,0,0 +470882,0,0,0,0,0 +470883,0,0,0,0,0 +470884,0,0,0,0,0 +470885,0,0,0,0,0 +470886,0,0,0,0,0 +470887,0,0,0,0,0 +470888,0,0,0,0,0 +470889,0,0,0,0,0 +470890,0,0,0,0,0 +470891,0,0,0,0,0 +470892,0,0,0,0,0 +470893,0,0,0,0,0 +470894,0,0,0,0,0 +470895,0,0,0,0,0 +470896,0,0,0,0,0 +470897,0,0,0,0,0 +470898,0,0,0,0,0 +470899,0,0,0,0,0 +470900,0,0,0,0,0 +470901,0,0,0,0,0 +470902,0,0,0,0,0 +470903,0,0,0,0,0 +470904,0,0,0,0,0 +470905,0,0,0,0,0 +470906,0,0,0,0,0 +470907,0,0,0,0,0 +470908,0,0,0,0,0 +470909,0,0,0,0,0 +470910,0,0,0,0,0 +470911,0,0,0,0,0 +470912,0,0,0,0,0 +470913,0,0,0,0,0 +470914,0,0,0,0,0 +470915,0,0,0,0,0 +470916,0,0,0,0,0 +470917,0,0,0,0,0 +470918,0,0,0,0,0 +470919,0,0,0,0,0 +470920,0,0,0,0,0 +470921,0,0,0,0,0 +470922,0,0,0,0,0 +470923,0,0,0,0,0 +470924,0,0,0,0,0 +470925,0,0,0,0,0 +470926,0,0,0,0,0 +470927,0,0,0,0,0 +470928,0,0,0,0,0 +470929,0,0,0,0,0 +470930,0,0,0,0,0 +470931,0,0,0,0,0 +470932,0,0,0,0,0 +470933,0,0,0,0,0 +470934,0,0,0,0,0 +470935,0,0,0,0,0 +470936,0,0,0,0,0 +470937,0,0,0,0,0 +470938,0,0,0,0,0 +470939,0,0,0,0,0 +470940,0,0,0,0,0 +470941,0,0,0,0,0 +470942,0,0,0,0,0 +470943,0,0,0,0,0 +470944,0,0,0,0,0 +470945,0,0,0,0,0 +470946,0,0,0,0,0 +470947,0,0,0,0,0 +470948,0,0,0,0,0 +470949,0,0,0,0,0 +470950,0,0,0,0,0 +470951,0,0,0,0,0 +470952,0,0,0,0,0 +470953,0,0,0,0,0 +470954,0,0,0,0,0 +470955,0,0,0,0,0 +470956,0,0,0,0,0 +470957,0,0,0,0,0 +470958,0,0,0,0,0 +470959,0,0,0,0,0 +470960,0,0,0,0,0 +470961,0,0,0,0,0 +470962,0,0,0,0,0 +470963,0,0,0,0,0 +470964,0,0,0,0,0 +470965,0,0,0,0,0 +470966,0,0,0,0,0 +470967,0,0,0,0,0 +470968,0,0,0,0,0 +470969,0,0,0,0,0 +470970,0,0,0,0,0 +470971,0,0,0,0,0 +470972,0,0,0,0,0 +470973,0,0,0,0,0 +470974,0,0,0,0,0 +470975,0,0,0,0,0 +470976,0,0,0,0,0 +470977,0,0,0,0,0 +470978,0,0,0,0,0 +470979,0,0,0,0,0 +470980,0,0,0,0,0 +470981,0,0,0,0,0 +470982,0,0,0,0,0 +470983,0,0,0,0,0 +470984,0,0,0,0,0 +470985,0,0,0,0,0 +470986,0,0,0,0,0 +470987,0,0,0,0,0 +470988,0,0,0,0,0 +470989,0,0,0,0,0 +470990,0,0,0,0,0 +470991,0,0,0,0,0 +470992,0,0,0,0,0 +470993,0,0,0,0,0 +470994,0,0,0,0,0 +470995,0,0,0,0,0 +470996,0,0,0,0,0 +470997,0,0,0,0,0 +470998,0,0,0,0,0 +470999,0,0,0,0,0 +471000,0,0,0,0,0 +471001,0,0,0,0,0 +471002,0,0,0,0,0 +471003,0,0,0,0,0 +471004,0,0,0,0,0 +471005,0,0,0,0,0 +471006,0,0,0,0,0 +471007,0,0,0,0,0 +471008,0,0,0,0,0 +471009,0,0,0,0,0 +471010,0,0,0,0,0 +471011,0,0,0,0,0 +471012,0,0,0,0,0 +471013,0,0,0,0,0 +471014,0,0,0,0,0 +471015,0,0,0,0,0 +471016,0,0,0,0,0 +471017,0,0,0,0,0 +471018,0,0,0,0,0 +471019,0,0,0,0,0 +471020,0,0,0,0,0 +471021,0,0,0,0,0 +471022,0,0,0,0,0 +471023,0,0,0,0,0 +471024,0,0,0,0,0 +471025,0,0,0,0,0 +471026,0,0,0,0,0 +471027,0,0,0,0,0 +471028,0,0,0,0,0 +471029,0,0,0,0,0 +471030,0,0,0,0,0 +471031,0,0,0,0,0 +471032,0,0,0,0,0 +471033,0,0,0,0,0 +471034,0,0,0,0,0 +471035,0,0,0,0,0 +471036,0,0,0,0,0 +471037,0,0,0,0,0 +471038,0,0,0,0,0 +471039,0,0,0,0,0 +471040,0,0,0,0,0 +471041,0,0,0,0,0 +471042,0,0,0,0,0 +471043,0,0,0,0,0 +471044,0,0,0,0,0 +471045,0,0,0,0,0 +471046,0,0,0,0,0 +471047,0,0,0,0,0 +471048,0,0,0,0,0 +471049,0,0,0,0,0 +471050,0,0,0,0,0 +471051,0,0,0,0,0 +471052,0,0,0,0,0 +471053,0,0,0,0,0 +471054,0,0,0,0,0 +471055,0,0,0,0,0 +471056,0,0,0,0,0 +471057,0,0,0,0,0 +471058,0,0,0,0,0 +471059,0,0,0,0,0 +471060,0,0,0,0,0 +471061,0,0,0,0,0 +471062,0,0,0,0,0 +471063,0,0,0,0,0 +471064,0,0,0,0,0 +471065,0,0,0,0,0 +471066,0,0,0,0,0 +471067,0,0,0,0,0 +471068,0,0,0,0,0 +471069,0,0,0,0,0 +471070,0,0,0,0,0 +471071,0,0,0,0,0 +471072,0,0,0,0,0 +471073,0,0,0,0,0 +471074,0,0,0,0,0 +471075,0,0,0,0,0 +471076,0,0,0,0,0 +471077,0,0,0,0,0 +471078,0,0,0,0,0 +471079,0,0,0,0,0 +471080,0,0,0,0,0 +471081,0,0,0,0,0 +471082,0,0,0,0,0 +471083,0,0,0,0,0 +471084,0,0,0,0,0 +471085,0,0,0,0,0 +471086,0,0,0,0,0 +471087,0,0,0,0,0 +471088,0,0,0,0,0 +471089,0,0,0,0,0 +471090,0,0,0,0,0 +471091,0,0,0,0,0 +471092,0,0,0,0,0 +471093,0,0,0,0,0 +471094,0,0,0,0,0 +471095,0,0,0,0,0 +471096,0,0,0,0,0 +471097,0,0,0,0,0 +471098,0,0,0,0,0 +471099,0,0,0,0,0 +471100,0,0,0,0,0 +471101,0,0,0,0,0 +471102,0,0,0,0,0 +471103,0,0,0,0,0 +471104,0,0,0,0,0 +471105,0,0,0,0,0 +471106,0,0,0,0,0 +471107,0,0,0,0,0 +471108,0,0,0,0,0 +471109,0,0,0,0,0 +471110,0,0,0,0,0 +471111,0,0,0,0,0 +471112,0,0,0,0,0 +471113,0,0,0,0,0 +471114,0,0,0,0,0 +471115,0,0,0,0,0 +471116,0,0,0,0,0 +471117,0,0,0,0,0 +471118,0,0,0,0,0 +471119,0,0,0,0,0 +471120,0,0,0,0,0 +471121,0,0,0,0,0 +471122,0,0,0,0,0 +471123,0,0,0,0,0 +471124,0,0,0,0,0 +471125,0,0,0,0,0 +471126,0,0,0,0,0 +471127,0,0,0,0,0 +471128,0,0,0,0,0 +471129,0,0,0,0,0 +471130,0,0,0,0,0 +471131,0,0,0,0,0 +471132,0,0,0,0,0 +471133,0,0,0,0,0 +471134,0,0,0,0,0 +471135,0,0,0,0,0 +471136,0,0,0,0,0 +471137,0,0,0,0,0 +471138,0,0,0,0,0 +471139,0,0,0,0,0 +471140,0,0,0,0,0 +471141,0,0,0,0,0 +471142,0,0,0,0,0 +471143,0,0,0,0,0 +471144,0,0,0,0,0 +471145,0,0,0,0,0 +471146,0,0,0,0,0 +471147,0,0,0,0,0 +471148,0,0,0,0,0 +471149,0,0,0,0,0 +471150,0,0,0,0,0 +471151,0,0,0,0,0 +471152,0,0,0,0,0 +471153,0,0,0,0,0 +471154,0,0,0,0,0 +471155,0,0,0,0,0 +471156,0,0,0,0,0 +471157,0,0,0,0,0 +471158,0,0,0,0,0 +471159,0,0,0,0,0 +471160,0,0,0,0,0 +471161,0,0,0,0,0 +471162,0,0,0,0,0 +471163,0,0,0,0,0 +471164,0,0,0,0,0 +471165,0,0,0,0,0 +471166,0,0,0,0,0 +471167,0,0,0,0,0 +471168,0,0,0,0,0 +471169,0,0,0,0,0 +471170,0,0,0,0,0 +471171,0,0,0,0,0 +471172,0,0,0,0,0 +471173,0,0,0,0,0 +471174,0,0,0,0,0 +471175,0,0,0,0,0 +471176,0,0,0,0,0 +471177,0,0,0,0,0 +471178,0,0,0,0,0 +471179,0,0,0,0,0 +471180,0,0,0,0,0 +471181,0,0,0,0,0 +471182,0,0,0,0,0 +471183,0,0,0,0,0 +471184,0,0,0,0,0 +471185,0,0,0,0,0 +471186,0,0,0,0,0 +471187,0,0,0,0,0 +471188,0,0,0,0,0 +471189,0,0,0,0,0 +471190,0,0,0,0,0 +471191,0,0,0,0,0 +471192,0,0,0,0,0 +471193,0,0,0,0,0 +471194,0,0,0,0,0 +471195,0,0,0,0,0 +471196,0,0,0,0,0 +471197,0,0,0,0,0 +471198,0,0,0,0,0 +471199,0,0,0,0,0 +471200,0,0,0,0,0 +471201,0,0,0,0,0 +471202,0,0,0,0,0 +471203,0,0,0,0,0 +471204,0,0,0,0,0 +471205,0,0,0,0,0 +471206,0,0,0,0,0 +471207,0,0,0,0,0 +471208,0,0,0,0,0 +471209,0,0,0,0,0 +471210,0,0,0,0,0 +471211,0,0,0,0,0 +471212,0,0,0,0,0 +471213,0,0,0,0,0 +471214,0,0,0,0,0 +471215,0,0,0,0,0 +471216,0,0,0,0,0 +471217,0,0,0,0,0 +471218,0,0,0,0,0 +471219,0,0,0,0,0 +471220,0,0,0,0,0 +471221,0,0,0,0,0 +471222,0,0,0,0,0 +471223,0,0,0,0,0 +471224,0,0,0,0,0 +471225,0,0,0,0,0 +471226,0,0,0,0,0 +471227,0,0,0,0,0 +471228,0,0,0,0,0 +471229,0,0,0,0,0 +471230,0,0,0,0,0 +471231,0,0,0,0,0 +471232,0,0,0,0,0 +471233,0,0,0,0,0 +471234,0,0,0,0,0 +471235,0,0,0,0,0 +471236,0,0,0,0,0 +471237,0,0,0,0,0 +471238,0,0,0,0,0 +471239,0,0,0,0,0 +471240,0,0,0,0,0 +471241,0,0,0,0,0 +471242,0,0,0,0,0 +471243,0,0,0,0,0 +471244,0,0,0,0,0 +471245,0,0,0,0,0 +471246,0,0,0,0,0 +471247,0,0,0,0,0 +471248,0,0,0,0,0 +471249,0,0,0,0,0 +471250,0,0,0,0,0 +471251,0,0,0,0,0 +471252,0,0,0,0,0 +471253,0,0,0,0,0 +471254,0,0,0,0,0 +471255,0,0,0,0,0 +471256,0,0,0,0,0 +471257,0,0,0,0,0 +471258,0,0,0,0,0 +471259,0,0,0,0,0 +471260,0,0,0,0,0 +471261,0,0,0,0,0 +471262,0,0,0,0,0 +471263,0,0,0,0,0 +471264,0,0,0,0,0 +471265,0,0,0,0,0 +471266,0,0,0,0,0 +471267,0,0,0,0,0 +471268,0,0,0,0,0 +471269,0,0,0,0,0 +471270,0,0,0,0,0 +471271,0,0,0,0,0 +471272,0,0,0,0,0 +471273,0,0,0,0,0 +471274,0,0,0,0,0 +471275,0,0,0,0,0 +471276,0,0,0,0,0 +471277,0,0,0,0,0 +471278,0,0,0,0,0 +471279,0,0,0,0,0 +471280,0,0,0,0,0 +471281,0,0,0,0,0 +471282,0,0,0,0,0 +471283,0,0,0,0,0 +471284,0,0,0,0,0 +471285,0,0,0,0,0 +471286,0,0,0,0,0 +471287,0,0,0,0,0 +471288,0,0,0,0,0 +471289,0,0,0,0,0 +471290,0,0,0,0,0 +471291,0,0,0,0,0 +471292,0,0,0,0,0 +471293,0,0,0,0,0 +471294,0,0,0,0,0 +471295,0,0,0,0,0 +471296,0,0,0,0,0 +471297,0,0,0,0,0 +471298,0,0,0,0,0 +471299,0,0,0,0,0 +471300,0,0,0,0,0 +471301,-1390.743891,-612.7416801,-1366.390228,-612.5983362,-16.20162093 +471302,-1869.102256,-791.8369528,-1840.604698,-791.6948031,-963.9779015 +471303,-1340.529049,-554.0435209,-1313.92941,-553.9041353,-139.7366531 +471304,-1500.740934,-625.4522423,-1472.736238,-625.3175345,-379.3334619 +471305,-1625.554022,-682.0888912,-1596.751433,-681.9587375,-588.8231642 +471306,-1714.384561,-723.0809702,-1685.362676,-722.9550103,-754.972541 +471307,-1768.061794,-748.4478043,-1739.158475,-748.3256529,-870.8678699 +471308,-1792.718293,-760.7796668,-1764.057362,-760.6610447,-940.6544471 +471309,-1797.546152,-764.147905,-1769.129165,-764.0326527,-975.0861732 +471310,-1791.092185,-762.378087,-1762.871983,-762.2661259,-986.8966512 +471311,-1779.946312,-758.4306846,-1751.866266,-758.3219733,-987.127789 +471312,-1767.562089,-753.8540025,-1739.571271,-753.7485076,-982.098112 +471313,-1755.199737,-749.1395858,-1727.070744,-749.0372563,-975.1425052 +471314,-1743.692445,-744.691011,-1715.285638,-744.591791,-967.9103843 +471315,-1227.021102,-557.5863309,-1622.578958,-751.981331,-1052.336017 +471316,-1453.029422,-319.0432682,-1202.200418,-610.4370718,-504.8019271 +471317,-1415.598133,-447.1746122,-1445.893554,-710.1264321,-955.4904318 +471318,-1361.186969,-372.9999749,-1352.474576,-645.2578418,-789.1904696 +471319,-1213.577324,-349.2591327,-1178.151995,-500.0492043,-184.1049323 +471320,-1561.876847,-325.4960639,-1546.328871,-668.0692821,-850.6952884 +471321,-1232.802566,-301.2044829,-1216.572053,-526.5899308,-265.9890023 +471322,-1350.157488,-279.8483373,-1315.702352,-579.9023281,-412.1739088 +471323,-1309.651015,-255.8757357,-1289.799431,-700.798925,-947.6153332 +471324,-1272.711214,-233.5094299,-1236.412613,-528.1980905,-269.6402791 +471325,-1338.954916,-221.25991,-1325.113394,-581.3002259,-424.4520163 +471326,-1258.927701,-203.4124339,-1225.015075,-610.5383684,-511.422361 +471327,-1278.348962,-185.7738314,-1252.071492,-615.0642689,-517.198501 +471328,-1261.670375,-168.324112,-1235.445357,-602.0288942,-999.7142418 +471329,-1252.581069,-150.481937,-1222.826627,-547.1691501,-754.9709564 +471330,-1101.619008,-134.5209582,-1066.830614,-449.5444383,-53.50590402 +471331,-1292.753669,-116.8804862,-1256.231785,-535.054139,-295.126628 +471332,-1349.954639,-98.3304027,-1343.989297,-586.3665049,-445.5900681 +471333,-1135.020141,-81.76664496,-1092.110446,-614.3955905,-533.1595626 +471334,-1231.332644,-63.20797492,-1207.49683,-570.550629,-494.6103136 +471335,-1202.210163,-45.90384614,-1171.718941,-513.7404159,-502.8454393 +471336,-1192.188848,-18.90689308,-1164.831704,-550.6479866,-490.741989 +471337,-1184.32084,3.643656566,-1157.503134,-533.6815889,-491.2589546 +471338,-1179.975497,26.41041729,-1149.103265,-529.942324,-1018.025304 +471339,-1167.095418,47.96653851,-1138.885215,-489.9996339,-168.3853698 +471340,-1162.358567,67.56019671,-1137.870875,-549.7891217,-335.8885512 +471341,-1154.25657,49.33041049,-1125.945386,-525.8048445,-946.4195589 +471342,-1146.593705,164.9916285,-1121.236445,-477.7032272,-137.7888565 +471343,-1139.149957,63.90240112,-1112.492213,-549.7825471,-858.3140116 +471344,-1115.576732,208.5883014,-1081.820378,-456.1959392,-79.51919881 +471345,-1149.632254,142.5673912,-1135.976728,-528.3857792,-282.4060163 +471346,-1106.51045,194.0383354,-1077.136094,-510.6685435,-396.6695447 +471347,-1113.883081,195.4009406,-1090.458128,-482.608706,-437.3646311 +471348,-1105.378305,39.19534281,-1080.526124,-495.32893,-1005.638325 +471349,-1096.526174,251.9312819,-1071.480779,-476.3831257,-139.8891367 +471350,-1091.840292,222.3900808,-1068.131436,-499.802125,-304.0836397 +471351,-1081.642464,208.0271096,-1060.155807,-473.250695,-392.4679446 +471352,-1079.971675,203.9922878,-1052.555228,-478.725228,-429.9475517 +471353,-1068.285237,202.7609652,-1046.96724,-473.8333411,-450.7741325 +471354,-1064.36506,203.4704046,-1038.547491,-470.6052387,-460.9457953 +471355,-1055.408053,205.1084248,-1033.058165,-468.1329098,-465.9247466 +471356,-1050.663588,48.24875002,-1025.50327,-463.3188364,-1029.587935 +471357,-1043.463503,269.3977079,-1021.008753,-461.3353385,-130.8390496 +471358,-1036.949642,244.3092056,-1010.507964,-458.185867,-284.1013213 +471359,-1029.583177,233.0442597,-1009.358145,-454.3567739,-365.6351228 +471360,-1023.892994,66.37186124,-999.0594663,-451.5986783,-985.0766126 +471361,147.6998968,112.1432009,168.0152515,65.02008517,-738.22404 +471362,245.1570009,171.0286367,264.216646,109.5521921,-255.1537939 +471363,149.5126721,188.4090352,171.8830744,66.17689831,489.8645944 +471364,267.1812632,209.3363929,281.6865366,120.1180149,553.7482512 +471365,276.5523048,230.8511559,300.4664779,124.5279153,616.6253587 +471366,296.1323259,246.5690105,311.6479314,133.1184965,658.2174287 +471367,318.5687643,258.9073215,318.5911005,144.6662521,688.3359385 +471368,321.9690988,268.8090071,322.3888471,146.1970429,710.3063627 +471369,323.1276931,276.9489956,324.0595401,146.6991432,726.3419709 +471370,322.7587297,283.7095337,324.1623279,146.5085174,737.6191761 +471371,321.2620543,289.3533054,323.0442232,145.808212,744.9590039 +471372,318.8631951,294.0791591,320.9347005,144.6970594,749.0029828 +471373,315.7688996,298.072511,318.0592919,143.2647814,750.381296 +471374,312.124476,301.4753594,314.5774807,141.5734007,749.5777486 +471375,308.061245,304.4101862,310.6337039,139.6817774,747.0181981 +471376,303.6571316,306.9606923,306.3108672,137.6232955,742.989703 +471377,298.9965987,309.2057709,301.7003743,135.4365667,737.7728094 +471378,294.1426839,311.2052317,296.8669093,133.1488251,731.5816116 +471379,289.1436066,313.0073576,291.8620444,130.7818794,724.5914979 +471380,284.0370029,314.6510234,286.7265719,128.3530758,716.9456966 +471381,278.8526984,316.1675139,281.4926956,125.8762248,708.7611552 +471382,273.6142968,580.049494,276.1857266,123.3623036,700.1332383 +471383,268.3404595,505.0818728,270.8255778,120.8200707,691.1398435 +471384,263.0457461,543.3836725,265.4277648,118.2564637,681.844406 +471385,257.7414357,576.8560896,260.0043059,115.6769625,672.2985535 +471386,252.4360923,601.1389923,254.5643323,113.0858309,662.5440648 +471387,247.1363294,625.8839841,249.1148771,110.4864503,652.6150407 +471388,241.8471751,649.7487098,243.6613098,107.8814962,642.5393032 +471389,236.5724653,673.4894538,238.2078058,105.2731368,632.3397778 +471390,231.3150313,696.8622107,232.7575108,102.663094,622.0352265 +471391,226.0770232,718.1643106,227.3128355,100.0527679,611.641161 +471392,220.8495472,738.2825675,221.8677395,97.43988225,601.1701809 +471393,215.6276514,758.7807026,216.4189924,94.82340194,590.6326865 +471394,210.4110519,778.3224255,210.9667706,92.2037695,580.0371617 +471395,205.2015543,804.0675435,205.5127706,89.58206608,569.3907368 +471396,206.6197229,828.2551906,206.6773463,89.9678185,570.733149 +471397,213.0139452,852.4245307,212.8087347,92.60849166,581.0703805 +471398,218.9486273,876.1795216,218.4707647,95.03169032,590.5121894 +471399,224.5779393,899.2890675,223.8170587,97.30878483,599.3228262 +471400,229.9650246,922.7270903,228.9104197,99.47098244,607.6024489 +471401,235.1553227,945.2195994,233.7961388,101.5411254,615.4247079 +471402,240.1872202,967.6492481,238.5125804,103.538064,622.8558555 +471403,245.0892608,989.7656698,243.0883289,105.4755124,629.9479016 +471404,249.8827546,1011.4949,247.5447673,107.3634859,636.7417801 +471405,254.5845475,1033.022927,251.89883,109.2097451,643.2714361 +471406,259.2084891,1054.245926,256.1644666,111.0205635,649.5660001 +471407,263.7662849,1075.164858,260.353489,112.8011633,655.6510756 +471408,268.2677535,1095.934745,264.475828,114.5558614,661.5490283 +471409,272.7211663,1116.364417,268.5398681,116.288242,667.2794673 +471410,277.1334089,1136.588528,272.5526111,118.0012472,672.8594302 +471411,281.5076073,1156.522445,276.5172949,119.6961067,678.2989804 +471412,285.8358032,1176.342764,280.4260734,121.3690198,683.5878379 +471413,290.1540639,1195.842895,284.3151233,123.0362123,688.7955471 +471414,294.4537705,1214.654697,288.1759326,124.6936018,693.9101769 +471415,298.7342783,1234.480979,292.0079616,126.3407468,698.9340364 +471416,302.9966447,1252.971328,295.8123695,127.977999,703.8722584 +471417,307.2423434,1271.807365,299.5907273,129.6059171,708.7304796 +471418,311.4727859,1290.20942,303.344545,131.2250481,713.5139939 +471419,315.689699,1308.641998,307.0752313,132.8359075,718.2277009 +471420,319.8944855,1326.575469,310.7839932,134.4389315,722.8759318 +471421,323.8008823,1512.523753,314.1846305,135.9039286,726.9402768 +471422,334.6874082,1531.093354,324.570287,140.4987123,744.1339505 +471423,348.5364743,1548.740498,337.936081,146.3794642,767.365555 +471424,362.5489584,1565.904425,351.483058,152.2799551,791.5201951 +471425,374.9375142,1582.995018,363.4172658,157.4081217,813.1685218 +471426,385.6675696,1599.457763,373.6972379,161.7702487,832.0426739 +471427,395.0996813,1616.072956,382.6788437,165.5464314,848.6402912 +471428,403.5667623,1632.186943,390.6923834,168.8973042,863.4670201 +471429,411.2899974,1651.60233,397.9576265,171.9277708,876.8674496 +471430,418.4101351,1670.431327,404.6144738,174.7034309,889.0641196 +471431,425.0271559,1682.322467,410.7623277,177.2700063,900.2187171 +471432,431.2210515,1704.878534,416.4807884,179.6634435,910.4648236 +471433,437.0594652,1712.117483,421.8372594,181.9136529,919.919656 +471434,442.5995861,1700.019898,426.8888208,184.0455054,928.686213 +471435,447.8892376,1756.514798,431.6832848,186.0794303,936.8541256 +471436,452.9679605,1751.255283,436.260251,188.0320009,944.5005674 +471437,457.8683839,1770.127459,440.6524616,189.916636,951.6918785 +471438,462.6173992,1784.676112,444.8869501,191.7441834,958.4849852 +471439,467.2372613,1799.185055,448.9861222,193.5234503,964.9288848 +471440,471.7463375,1813.124981,452.9685196,195.2615737,971.065681 +471441,476.1600086,1827.424599,456.8495842,196.9643796,976.9317354 +471442,480.4910971,1841.272906,460.6421344,198.6366041,982.5583585 +471443,484.750338,1854.98026,464.3568918,200.2821325,987.9726631 +471444,488.9466478,1868.579071,468.0027671,201.9041256,993.1980089 +471445,493.0875163,1882.073654,471.5872534,203.5051928,998.2546852 +471446,497.1791752,1895.31748,475.1165963,205.0874628,1003.160201 +471447,501.226864,1908.533752,478.5960767,206.6527052,1007.929805 +471448,505.2349901,1921.401492,482.0301109,208.2023677,1012.57668 +471449,509.2072467,1934.386135,485.4224688,209.737669,1017.112363 +471450,513.1466564,1947.085245,488.7763041,211.259605,1021.546824 +471451,517.0557995,1958.897913,492.0943457,212.7690296,1025.888849 +471452,520.9309166,1970.612821,495.3748468,214.2648907,1030.146028 +471453,524.7704801,1982.032992,498.6160014,215.7468211,1034.325052 +471454,528.5756618,1993.26071,501.8214476,217.2152425,1038.431748 +471455,532.3487992,2004.297738,504.9934925,218.67091,1231.497518 +471456,536.0922164,2015.143135,508.1322444,220.1145554,1157.449404 +471457,539.8078557,2025.889685,511.2413249,221.5467832,1190.760726 +471458,543.4971745,2036.134722,514.3205767,222.9680266,1208.36826 +471459,547.161329,2046.628645,517.3728485,224.3786251,1222.29431 +471460,550.8012941,2056.658926,520.3974062,225.7788671,1235.819613 +471461,554.4179793,2066.699701,523.3967977,227.1690316,1249.046296 +471462,558.0122065,2076.319952,526.3701541,228.5493836,1262.303863 +471463,561.5847386,2085.972683,529.3199189,229.9201778,1275.14242 +471464,565.1362588,2095.372027,532.2414848,231.2816435,1287.891592 +471465,568.6673745,2104.517537,535.1423335,232.6339926,1300.215823 +471466,616.3158155,2113.830548,538.0217603,233.9774101,1312.830836 +471467,724.0856408,2122.528269,540.8772745,235.3120682,1324.872492 +471468,696.3709186,2131.351709,543.7120383,236.6360206,1336.917003 +471469,723.2469159,2139.911148,546.5282213,237.9523939,1348.687621 +471470,738.3188097,2148.318611,549.3197143,239.2614749,1360.379259 +471471,752.6403997,2156.562187,552.0928445,240.5605963,1371.742227 +471472,765.7845531,2165.165735,554.842748,241.8524001,1383.332618 +471473,779.1944009,2180.583646,557.5755486,243.1370426,1394.424667 +471474,792.4638389,2173.343179,560.285934,244.4118918,1405.333848 +471475,805.1752776,2212.789595,562.9797853,245.6796231,1416.577439 +471476,818.1147437,2159.933961,565.6517424,246.9383081,1427.21671 +471477,830.8945533,2219.889357,568.3076856,248.1904596,1437.918205 +471478,843.2495683,2205.887855,570.9422713,249.4338609,1448.45609 +471479,855.4274929,2216.593637,573.5613863,250.6708713,1458.871145 +471480,868.2244679,2223.51902,653.1552278,251.8992414,1468.975243 +471481,886.5464902,2233.233209,689.442318,253.1554437,1502.209813 +471482,900.3432694,2240.672332,674.2468537,254.492985,1514.202581 +471483,913.88076,2247.809657,695.2012974,255.8434483,1526.429849 +471484,926.1769483,2254.369476,705.694355,257.1782881,1537.987142 +471485,938.9394275,2261.203174,716.3644655,258.4880711,1549.056786 +471486,951.4579224,2267.538635,726.735817,259.7765517,1560.494243 +471487,963.7273059,2273.804816,736.7871053,261.0448434,1571.134162 +471488,975.7846287,2279.998802,746.5144125,281.7495144,1581.910082 +471489,987.9330762,2285.764471,756.7016801,305.3236887,1592.433381 +471490,999.6656331,2291.607147,765.9521947,303.1614082,1602.836216 +471491,1011.379013,2297.200503,775.7532977,308.6846617,1613.068663 +471492,1023.209901,2302.654565,784.6752232,315.6863318,1623.242629 +471493,1034.737387,2307.955263,794.4415333,320.575524,1633.194033 +471494,1046.028469,2313.103672,803.2367046,325.5825093,1643.120322 +471495,1057.126912,2318.10135,812.2388274,330.6553734,1652.860706 +471496,1068.648763,2323.057355,820.9126518,335.3712194,1662.471873 +471497,1079.753477,2327.598297,830.115288,340.1886675,1672.051329 +471498,1090.65248,2332.226173,838.4271104,344.8123099,1681.409702 +471499,1101.512274,2336.505819,847.0180768,349.6357904,1690.774098 +471500,1112.519578,2340.925881,855.3488582,354.0427035,1699.914847 +471501,1122.809689,2344.967442,863.7327211,358.6024955,1709.069502 +471502,1133.83116,2348.959114,871.7442207,363.0025437,1717.999988 +471503,1144.34045,2352.793615,880.1647304,367.5058339,1726.917484 +471504,1154.683294,2356.487545,888.1604973,371.6837985,1735.735416 +471505,1164.992468,2360.042622,895.9377348,376.0167649,1744.378082 +471506,1175.458738,2363.459674,903.6850289,380.1055587,1753.036562 +471507,1185.49502,2366.849917,911.7529906,384.4308319,1761.481159 +471508,1195.550365,2369.834815,919.2340896,388.3200809,1769.919588 +471509,1205.439475,2376.583077,926.9288853,392.4602385,1778.274861 +471510,1215.758151,2370.995056,934.3801911,396.5738491,1786.450246 +471511,1225.047935,2393.951156,941.6281919,400.2383623,1794.624734 +471512,1234.568904,2359.699469,948.6822118,404.2288475,1802.337565 +471513,1243.940886,2391.612483,955.9760904,407.9228242,1810.83729 +471514,1253.593541,2397.654961,962.7933474,411.6535676,1818.435407 +471515,1262.215424,2362.008662,969.7195392,415.2351905,1826.402044 +471516,1271.643017,2397.799314,976.6217307,419.0691661,1833.997997 +471517,1280.455715,2406.584986,983.3067258,422.445726,1841.748612 +471518,1289.550089,2358.210769,989.959622,425.9708824,1849.240859 +471519,1298.264706,2404.571447,996.5530373,429.5792731,1856.849586 +471520,1307.198049,2411.318153,1002.943243,432.9603894,1864.172915 +471521,1315.758697,2356.62215,1009.697871,436.3797432,1871.515766 +471522,1324.128358,2408.321503,1015.8987,439.7493606,1878.843302 +471523,1333.184226,2413.760764,1022.262707,443.0785059,1886.056021 +471524,1341.489348,2355.72872,1028.52494,446.3707499,1893.080759 +471525,1349.82208,2409.893222,1034.727126,449.5278791,1900.237167 +471526,1358.202036,2413.521141,1041.105907,452.902089,1907.140208 +471527,1366.384251,2355.976347,1046.840989,456.1163593,1914.185158 +471528,1374.649962,2409.145156,1053.003944,459.1230671,1920.931718 +471529,1382.716481,2410.904126,1058.975419,462.3211905,1927.762057 +471530,1390.838061,2357.099513,1064.839604,465.2870905,1934.430321 +471531,1398.915384,2406.268491,1070.74011,468.5019958,1941.158468 +471532,1406.941781,2405.908097,1076.49612,471.4483828,1947.765949 +471533,1414.900508,2359.15186,1082.291604,474.4605921,1954.187381 +471534,1422.710043,2401.293446,1087.690956,477.4254692,1960.76395 +471535,1430.701669,2398.632977,1093.788661,480.2459664,1967.134689 +471536,1438.490971,2362.078131,1099.141406,483.4449391,1970.236656 +471537,1446.182708,2394.297517,1104.788135,486.0644028,1975.30473 +471538,1454.058804,2389.371489,1110.242234,489.0230722,1979.126284 +471539,1461.648021,2365.625568,1115.645367,491.7970512,1983.203782 +471540,1469.390309,2404.108256,1121.142,494.6265009,1987.488461 +471541,1359.028628,2294.312371,1008.434137,444.0233262,1779.076954 +471542,1364.518003,2332.521095,1011.789665,445.6118916,1776.535945 +471543,1370.252566,2313.757022,1015.105201,447.4548413,1779.51128 +471544,1376.400226,2313.705444,1019.016939,449.6642772,1783.370595 +471545,1382.854312,2310.76299,1022.969011,451.7886906,1788.061382 +471546,1389.051474,2307.779754,1027.206407,453.7698344,1788.308726 +471547,1395.481263,2304.712429,1030.889764,455.8690138,1791.962222 +471548,1401.882745,2301.559583,1035.084925,458.1406512,1794.188146 +471549,1408.233584,2298.317272,1039.047357,460.1805554,1796.991472 +471550,1414.789342,2294.983019,1043.101346,462.3099291,1799.66849 +471551,1422.956163,2291.566076,1047.127431,464.4445088,1802.624058 +471552,1431.03681,2288.03832,1050.849202,466.5157257,1805.118092 +471553,1439.367513,2284.433563,1055.281867,468.618333,1808.078142 +471554,1447.653087,2280.719307,1058.953194,470.6691544,1810.719007 +471555,1456.175017,2276.927839,1063.046529,472.7578591,1813.46805 +471556,1464.638841,2273.027797,1066.86484,474.78318,1816.205431 +471557,1473.324919,2269.050895,1070.881779,476.7293833,1818.970069 +471558,1481.950532,2264.967368,1074.665734,478.9246346,1821.722858 +471559,1490.78306,2260.806998,1078.647853,480.8800913,1824.415294 +471560,1499.501153,2256.541963,1082.396686,482.8860996,1827.15627 +471561,1508.611535,2252.09084,1086.344242,484.914519,1829.947327 +471562,1517.351544,2247.800759,1090.057238,487.0050572,1832.572073 +471563,1526.645438,2243.206988,1093.970467,488.677526,1835.399126 +471564,1535.503519,2238.601185,1097.646947,490.934917,1838.008432 +471565,1544.933528,2233.905105,1101.526183,492.7982425,1840.776458 +471566,1553.915483,2229.109578,1105.165489,494.7492285,1843.498899 +471567,1563.417097,2224.239309,1109.011156,496.7200548,1846.191346 +471568,1572.759784,2219.272008,1112.61262,498.6298781,1848.77924 +471569,1582.064174,2214.337242,1116.390307,500.5822875,1851.639108 +471570,1591.599651,2209.049369,1120.040273,502.4742451,1854.233731 +471571,1600.396919,2203.752461,1123.63599,504.2230958,1856.779812 +471572,1610.781172,2198.147793,1127.328954,506.3562666,1859.56294 +471573,1619.756777,2192.717454,1130.885077,508.1277966,1862.178447 +471574,1629.643718,2186.971446,1134.508732,510.0331325,1864.790944 +471575,1638.973602,2181.221393,1138.118642,511.9033556,1867.574228 +471576,1648.870205,2175.368025,1141.624138,513.9177986,1870.094541 +471577,1658.43165,2169.427353,1145.194094,515.5301165,1872.728364 +471578,1668.271354,2163.401177,1148.749673,517.4901421,1875.433563 +471579,1677.759286,2157.2898,1152.197184,519.2993971,1878.01337 +471580,1688.064334,2150.993915,1155.775034,521.1540631,1880.746412 +471581,1697.365083,2144.861116,1159.224857,522.776538,1883.256856 +471582,1707.464627,2138.432767,1162.604759,524.8463293,1885.845238 +471583,1717.23076,2159.413186,1166.06291,526.5183756,1888.436273 +471584,1727.283898,2086.134429,1169.468924,528.3399741,1890.963591 +471585,1737.191046,2137.699287,1172.901432,530.1253472,1893.63116 +471586,1747.245143,2112.327688,1176.218719,531.9025046,1896.21595 +471587,1757.508115,2099.440228,1179.60594,533.6718483,1898.697697 +471588,1767.358995,2101.458735,1182.58145,535.4329835,1901.239999 +471589,1777.587586,2090.974276,1186.456615,537.1863594,1906.282039 +471590,1787.87634,2084.779875,1189.452347,538.931595,1908.12396 +471591,1798.048919,2077.703212,1192.86244,540.669109,1911.461956 +471592,1808.313103,2070.54744,1196.143089,542.3985439,1913.263201 +471593,1818.603941,2063.418114,1199.294095,544.1203259,1917.38585 +471594,1828.856654,2056.11936,1202.623338,545.8341063,1917.979838 +471595,1839.407959,2048.854363,1205.800351,547.3537552,1900.310596 +471596,1849.622629,2041.419879,1209.005236,549.33917,1932.636367 +471597,1860.043645,2034.022601,1212.182758,550.8903583,1920.940675 +471598,1870.604067,2026.353302,1215.345362,552.6059637,1926.325447 +471599,1881.120585,2019.070659,1218.445533,554.2820565,1928.926958 +471600,1891.449241,2011.16498,1221.638615,555.950834,1931.284363 +471601,1660.857768,1893.286252,983.7143462,448.3888302,1496.420923 +471602,1665.315114,1882.618223,980.4407524,447.1187883,1491.950546 +471603,1672.573513,1872.795964,980.1456435,447.1348003,1489.17093 +471604,1680.247941,1863.278759,980.1456105,447.3416916,1487.313599 +471605,1688.258709,1853.915933,980.6429525,447.7429607,1485.963518 +471606,1696.811646,1844.539065,981.337582,448.2495399,1485.136032 +471607,1705.221977,1835.418761,982.179165,448.822917,1484.351404 +471608,1713.93543,1826.115294,983.14851,449.4411498,1483.879245 +471609,1722.869781,1816.970059,984.1049543,450.0918297,1483.449526 +471610,1731.753336,1807.580347,985.1900097,450.6201516,1483.242935 +471611,1740.794368,1798.267454,986.2928071,451.545512,1483.073354 +471612,1749.907896,1789.082243,987.4748874,452.1538565,1482.866214 +471613,1759.102926,1779.698734,988.6102855,452.9153235,1482.942805 +471614,1768.305117,1770.366797,989.8549556,453.6679842,1482.942594 +471615,1777.843091,1760.910611,991.101789,454.4364279,1483.053566 +471616,1787.091039,1751.729739,992.4172548,455.3794974,1483.171589 +471617,1796.572684,1742.134655,993.6742512,455.9278783,1483.502861 +471618,1806.233707,1732.768531,995.0348031,456.8555957,1483.668661 +471619,1815.802546,1723.211515,996.3899176,457.6511148,1483.98316 +471620,1825.501332,1713.847202,997.8088031,458.4831935,1484.413649 +471621,1835.252668,1704.28749,999.160483,459.3274386,1484.789283 +471622,1845.067153,1694.857878,1000.613257,460.1823073,1485.296226 +471623,1854.856692,1685.11035,1002.054614,461.0476541,1485.669733 +471624,1864.996914,1675.715706,1003.556827,461.7515688,1486.309814 +471625,1874.793071,1666.062698,1004.983456,462.897026,1486.835874 +471626,1884.832872,1656.468524,1006.510483,463.6646099,1487.398306 +471627,1895.048571,1646.760963,1008.020707,464.5951159,1488.112929 +471628,1905.137029,1637.316281,1009.551057,465.5057935,1488.793072 +471629,1915.352934,1627.489154,1011.133483,466.4243111,1489.426773 +471630,1925.604798,1617.80009,1012.633831,467.3498622,1490.143899 +471631,1935.669659,1608.054334,1013.970877,468.1698156,1490.972241 +471632,1945.744106,1598.114778,1015.22967,468.9727509,1491.718351 +471633,1955.758543,1588.209565,1016.478623,469.7697888,1492.536756 +471634,1973.909528,1578.26752,1017.756887,470.5635012,1493.369682 +471635,1973.442702,1568.304189,1018.931442,471.3553692,1494.228847 +471636,1999.737406,1558.320909,1020.187494,472.1454502,1495.107655 +471637,1987.94949,1571.846075,1021.404851,472.9343121,1496.008986 +471638,1993.969812,1504.382822,1022.213426,473.7215985,1496.8773 +471639,2026.674356,1567.535282,1024.092931,474.5076764,1497.898441 +471640,2024.623186,1481.566415,1024.938422,475.2922845,1498.868464 +471641,2037.737899,1534.488243,1026.238958,476.0756751,1499.769914 +471642,2048.202404,1479.351897,1027.391542,476.8573589,1500.746882 +471643,2058.71996,1495.06965,1028.649696,477.4467851,1501.828989 +471644,2069.028701,1476.331843,1029.808145,478.5159818,1502.807971 +471645,2079.505908,1467.638902,1031.061856,479.1610939,1503.892011 +471646,2090.265913,1457.618657,1032.149825,479.975633,1504.966302 +471647,2100.588259,1447.500423,1033.426668,480.752916,1506.040089 +471648,2111.348406,1437.456587,1034.560821,481.5270658,1507.120996 +471649,2121.759714,1427.163735,1035.731744,482.2980685,1508.209953 +471650,2132.35698,1417.188118,1036.844454,483.0660238,1509.306513 +471651,2143.241956,1407.008968,1038.103343,483.8313695,1510.355755 +471652,2153.670004,1396.968887,1039.146291,484.5937358,1511.557971 +471653,2164.460573,1386.754853,1040.319597,485.3534737,1512.637255 +471654,2175.271125,1376.690901,1041.439225,486.1102005,1513.832179 +471655,2185.747684,1366.577401,1042.514787,486.8642154,1514.88156 +471656,2196.761908,1356.480686,1043.692878,487.6151031,1516.011011 +471657,2207.469459,1346.397702,1044.764888,488.3631601,1519.850233 +471658,2218.406751,1336.324241,1045.912355,489.1079565,1518.860243 +471659,2229.101088,1326.265343,1046.88731,489.8497711,1523.052921 +471660,2239.943083,1316.288248,1048.069489,490.5881641,1520.293456 +471661,2486.640588,1413.614871,1284.837668,598.3719547,1939.225569 +471662,2501.636815,1406.171185,1304.358324,600.9655273,1960.679404 +471663,2516.100668,1406.814366,1273.008942,603.1199002,1958.878606 +471664,2529.607353,1391.396013,1307.717694,604.9854906,1973.796329 +471665,2542.944587,1364.603185,1298.594403,606.6876276,1956.351923 +471666,2556.468275,1380.70506,1303.751162,608.3855028,1994.040276 +471667,2592.022429,1360.267344,1306.550792,609.9150182,1968.39881 +471668,2570.310438,1353.715616,1309.419255,611.4718668,1989.536076 +471669,2598.517554,1344.89688,1311.968496,612.6137957,1981.40537 +471670,2617.084034,1335.906447,1314.642344,614.6684396,1989.648089 +471671,2618.608675,1326.97305,1317.238555,615.7515039,1992.611687 +471672,2635.72397,1318.28387,1319.604058,617.3076764,1995.693007 +471673,2648.497497,1309.145583,1322.087818,618.6679546,1999.05616 +471674,2660.759607,1300.465751,1324.449544,620.0414958,2002.286096 +471675,2673.67351,1291.644284,1326.773409,621.3867579,2005.460808 +471676,2686.184271,1282.629398,1329.048694,622.7095123,2008.443379 +471677,2699.258976,1274.008611,1331.277603,624.0109302,2011.719352 +471678,2711.836359,1265.166426,1333.460432,625.2911297,2014.651011 +471679,2724.61607,1277.070402,1335.599456,626.5511106,2017.6221 +471680,2737.143529,1217.951524,1337.694883,627.7907837,2020.599124 +471681,2757.368724,1268.896102,1339.748633,629.0109549,2023.436684 +471682,2760.020516,1204.99156,1341.76071,630.2121199,2026.307267 +471683,2775.64333,1232.323725,1343.733045,631.4328932,2029.090221 +471684,2789.171659,1210.99408,1345.666047,632.5407713,2031.864016 +471685,2801.166997,1204.600075,1347.561293,633.7141079,2034.600329 +471686,2813.79695,1196.227594,1349.418656,634.8370595,2037.292319 +471687,2826.649904,1187.807256,1351.240003,635.9487454,2039.954751 +471688,2839.303278,1181.849806,1353.025152,637.0434927,2042.584186 +471689,2863.525293,1175.996231,1354.775997,638.1218087,2045.238933 +471690,2872.592583,1170.07175,1356.492049,639.1838939,2047.754135 +471691,2892.030832,1164.042657,1358.148814,640.2191862,2050.324655 +471692,2916.60337,1158.113421,1359.767217,641.2361964,2052.812618 +471693,2924.903693,1152.407946,1361.351465,642.2375109,2055.356642 +471694,2943.083944,1146.429842,1362.902361,643.2226716,2063.383705 +471695,2967.645275,1140.701516,1364.421543,644.1929503,2052.043698 +471696,2976.526407,1135.01781,1365.829314,645.1475698,2071.418231 +471697,3000.147123,1129.15294,1367.25574,646.0875786,2056.71397 +471698,3010.349955,1123.653164,1368.658181,647.3236939,2075.854223 +471699,3031.556521,1118.066138,1370.032479,647.7152461,2061.420589 +471700,3048.25078,1112.437407,1371.459509,648.843697,2080.497693 +471701,3057.274117,1106.930352,1372.659495,649.6677415,2071.767309 +471702,3068.142181,1101.648818,1374.008082,650.5266618,2076.747089 +471703,3073.570525,1096.140142,1375.262082,651.3748113,2079.185717 +471704,3078.759493,1090.884659,1376.501724,652.2100469,2081.074503 +471705,3083.827202,1085.629572,1377.717338,653.0332127,2083.280867 +471706,3088.943268,1080.513124,1378.908908,653.8445497,2085.308929 +471707,3094.18941,1075.308208,1380.077737,654.6445664,2087.31555 +471708,3099.602676,1070.244598,1381.143011,655.433316,2089.654402 +471709,3105.180492,1065.358428,1382.389062,656.2112789,2091.677934 +471710,3110.896543,1060.504443,1383.433778,656.9784328,2093.668031 +471711,3116.742511,1055.676923,1384.528248,657.7738423,2095.890392 +471712,3122.716421,1050.91727,1385.589642,658.0766429,2097.61277 +471713,3129.033392,1046.313701,1386.630569,659.4147617,2105.606728 +471714,3135.200885,1041.724356,1387.65104,659.8598473,2094.045707 +471715,3141.393189,1037.222602,1388.651873,660.6365789,2111.399219 +471716,3147.917154,1032.743233,1389.632938,661.3450424,2104.506702 +471717,3154.310633,1028.562532,1390.677292,662.043768,2107.304382 +471718,3160.644021,1024.188755,1391.494871,662.7329868,2110.219224 +471719,3167.117016,1020.089776,1392.47931,663.4133333,2111.723759 +471720,3173.900222,1016.023194,1393.372111,664.0847815,2119.166776 +471721,3186.610764,1034.771928,1440.920447,687.4384768,2189.131963 +471722,3205.21985,1032.067213,1444.072372,689.3008943,2198.956143 +471723,3224.800887,1029.034288,1446.505894,690.6915965,2207.595114 +471724,3241.214427,1025.921863,1448.326036,691.825402,2212.843985 +471725,3254.435076,1022.944353,1449.984044,693.001433,2216.174092 +471726,3265.191862,1019.914362,1451.461461,693.9390079,2218.708894 +471727,3274.390438,1017.009256,1452.937212,695.2525025,2221.121343 +471728,3282.734586,1014.222007,1454.105852,696.3785382,2223.634517 +471729,3290.660868,1011.337147,1455.384474,697.6053385,2226.256967 +471730,3298.367954,1008.522391,1456.435067,698.8072944,2228.243604 +471731,3305.871675,1005.777784,1457.591836,700.1278105,2229.199848 +471732,3313.150477,1002.910379,1458.540717,701.4263582,2229.984981 +471733,3320.504425,1000.189322,1459.601531,702.764835,2230.648957 +471734,3327.405144,997.4391516,1460.45666,704.2590985,2231.238095 +471735,3334.206333,994.7174245,1461.337905,705.7142829,2231.785869 +471736,3340.950987,992.0156073,1462.187968,707.2553787,2232.313373 +471737,3347.660732,989.3333226,1463.00082,708.8405332,2232.833059 +471738,3354.346196,986.669899,1463.86249,710.5807337,2233.352638 +471739,3361.01344,984.0251914,1464.474198,712.1917374,2233.8779 +471740,3367.930862,981.3985187,1465.241467,714.0169129,2234.409488 +471741,3374.502429,978.789814,1465.901067,715.7562843,2234.948479 +471742,3381.063595,976.1987089,1466.540212,717.5832354,2235.500555 +471743,3387.628981,973.6250344,1467.148399,719.5712016,2236.067716 +471744,3394.395712,971.0684801,1467.725446,721.4723709,2236.646313 +471745,3401.074044,968.529132,1468.272712,723.4637181,2237.232916 +471746,3407.306638,966.0066902,1468.790479,725.4970877,2237.831271 +471747,3413.568184,963.501332,1469.279972,727.5790543,2238.446803 +471748,3420.307646,961.0128444,1469.741414,729.6668217,2239.074807 +471749,3427.120827,958.5414672,1470.175986,731.9104786,2239.704694 +471750,3433.707402,956.0870289,1470.583885,734.1082345,2240.333196 +471751,3440.27774,953.5885321,1470.822845,736.3544894,2240.963733 +471752,3446.796398,951.1496802,1471.006183,738.5207198,2241.598758 +471753,3453.542216,948.5854264,1471.150941,740.8225954,2242.236208 +471754,3459.92935,946.1534157,1471.261209,743.1284158,2242.875513 +471755,3466.246336,943.6876938,1471.339838,745.4403269,2243.520352 +471756,3472.518078,941.2439049,1471.387824,747.9028594,2244.172352 +471757,3478.756706,938.8145431,1471.406801,750.3131687,2244.83018 +471758,3484.96761,936.3453177,1471.397231,752.8046954,2245.492574 +471759,3491.152897,934.0245789,1471.360459,755.3333513,2246.158019 +471760,3497.313111,931.6009631,1471.296769,757.9502106,2246.825084 +471761,3503.449699,929.2388272,1471.207376,760.4553522,2247.493585 +471762,3509.854789,926.8836397,1471.092471,763.2136202,2248.159883 +471763,3515.936508,924.5437415,1470.953187,765.8790185,2248.821615 +471764,3521.987121,922.2728005,1470.78965,768.6338528,2249.481158 +471765,3528.020163,919.8848675,1470.602919,771.4261335,2250.140289 +471766,3534.041349,917.6290288,1470.393071,774.2164627,2250.799542 +471767,3540.051087,915.3427845,1470.161014,777.1653001,2251.458123 +471768,3546.047515,913.0804768,1469.907169,780.0561818,2252.114746 +471769,3552.029536,910.8337271,1469.631989,783.0768717,2252.76862 +471770,3557.996857,908.6027452,1469.335804,786.0196485,2253.419497 +471771,3563.949551,906.3875827,1469.019425,789.1077205,2254.067176 +471772,3569.888329,904.1880586,1468.682823,792.1524946,2254.711794 +471773,3575.81265,902.0043763,1468.41428,795.3634374,2255.352885 +471774,3581.722234,899.8363124,1467.908213,798.5144111,2255.99012 +471775,3587.616704,897.6844014,1467.652904,801.7493903,2256.623338 +471776,3593.495933,895.5480146,1467.16434,805.0196133,2257.252462 +471777,3599.360043,893.4797334,1466.793957,808.3317591,2257.877378 +471778,3605.209394,891.2450727,1466.287598,811.6863427,2258.498525 +471779,3611.043847,889.2692547,1465.875199,815.0822922,2259.115853 +471780,3616.863113,887.1501527,1465.340396,818.5197663,2259.729091 +471781,3621.495883,851.9990177,1388.06681,788.7381809,2257.709077 +471782,3622.008428,849.6488158,1387.062986,791.9666839,2250.945936 +471783,3620.796328,847.4836416,1386.145675,795.2636454,2241.755662 +471784,3620.246386,845.3572761,1385.370041,798.6503881,2232.619718 +471785,3621.234178,843.2661521,1384.609423,802.1314319,2224.642725 +471786,3623.537888,841.1997779,1383.85681,805.4889437,2217.89919 +471787,3626.643892,839.155392,1383.062666,809.1121617,2212.117414 +471788,3630.434837,837.1313633,1382.345209,812.6280208,2207.026936 +471789,3634.09068,835.1273925,1381.537801,816.2315552,2202.450403 +471790,3637.811774,833.1424519,1380.82406,819.8163796,2198.286754 +471791,3641.568623,831.1762335,1380.000483,823.5617045,2194.470283 +471792,3645.342259,829.2276451,1379.216271,827.2327186,2190.949487 +471793,3649.117081,827.296907,1378.433293,831.03127,2187.681132 +471794,3652.880238,825.383269,1377.645294,834.7348457,2184.628645 +471795,3656.623245,823.4869164,1376.91795,838.5313207,2181.761348 +471796,3660.331042,822.0950465,1377.061294,842.4429712,2179.045672 +471797,3664.005339,819.5141299,1374.681915,846.2831063,2176.463109 +471798,3667.64637,818.0073053,1377.404757,850.1992191,2173.996139 +471799,3671.272943,816.1037082,1369.010605,854.1384549,2171.643665 +471800,3674.847731,814.2356399,1385.106575,858.1075704,2169.364063 +471801,3678.421957,812.5047441,1356.499082,862.1064735,2167.184586 +471802,3681.932353,810.6835872,1398.121191,866.1340836,2165.047694 +471803,3685.454702,808.9182356,1339.237157,870.1897681,2163.002427 +471804,3689.003254,807.1600428,1383.677543,874.2197385,2161.052911 +471805,3692.413378,805.41565,1377.476633,878.4084221,2159.068406 +471806,3695.825879,803.6850677,1349.868305,882.5584124,2157.149067 +471807,3699.263434,801.9678465,1375.393664,886.6441285,2155.307361 +471808,3702.56267,800.263552,1382.711148,890.8664489,2153.41569 +471809,3705.898464,798.5724922,1337.337507,895.0104164,2151.60281 +471810,3709.273403,796.8936624,1377.530775,899.3183455,2149.86852 +471811,3712.545477,795.1584351,1360.156631,903.0747569,2148.104013 +471812,3715.611993,793.4202302,1361.942829,906.9213663,2146.353668 +471813,3718.410986,791.6874304,1360.823131,910.702923,2144.641297 +471814,3720.926492,789.9613678,1359.682053,914.673447,2142.956571 +471815,3723.205124,788.2427853,1358.522085,918.370899,2141.303952 +471816,3725.293403,786.5318166,1357.347603,922.2311983,2139.683796 +471817,3727.223947,784.8285621,1356.160564,926.0237405,2138.094363 +471818,3729.016812,783.1328495,1354.961174,929.8135349,2136.533187 +471819,3730.684703,781.4446289,1353.835824,933.5345653,2134.998009 +471820,3732.236235,779.7636499,1352.485091,937.3861055,2133.486432 +471821,3733.676241,778.0898237,1351.312944,941.0967246,2131.995581 +471822,3735.008053,776.4228754,1350.055838,944.9012009,2130.522783 +471823,3736.235183,774.7627099,1348.800604,948.5364936,2129.066304 +471824,3737.360526,773.1090443,1347.535381,952.2848289,2127.624667 +471825,3738.386763,771.4617896,1346.260108,955.9064668,2126.196808 +471826,3739.315517,769.8206622,1344.974726,959.6655633,2124.781364 +471827,3740.147227,768.1855808,1343.679673,963.2755823,2123.37653 +471828,3740.882742,766.5562657,1342.374809,966.9173844,2121.981166 +471829,3741.523052,764.9326475,1341.060433,970.5294516,2120.594422 +471830,3742.069024,763.3144485,1339.736819,974.1196715,2119.215529 +471831,3742.521982,761.7016105,1338.403772,977.6877204,2117.84429 +471832,3742.878542,760.0938566,1337.061479,982.592978,2116.477066 +471833,3743.138196,758.4911461,1335.710225,985.9506436,2115.112426 +471834,3743.305768,756.9372414,1334.45308,989.8096511,2113.752818 +471835,3743.396615,755.3546316,1333.109332,993.2373848,2112.399356 +471836,3743.405728,753.7717531,1331.744322,997.1656146,2111.051258 +471837,3743.327152,752.1921946,1330.367743,1000.204416,2109.709219 +471838,3743.156301,750.616343,1328.981102,1004.546267,2108.371916 +471839,3742.893727,749.0444517,1327.585455,1006.868416,2107.039494 +471840,3742.537802,747.4763746,1326.180758,1012.011273,2105.709592 +471841,3747.761593,679.4998211,1170.875881,928.4348408,2113.657438 +471842,3744.278786,677.0430128,1167.320131,958.0042767,2111.630653 +471843,3736.848215,674.7834961,1164.185185,948.0210428,2104.055857 +471844,3730.449999,672.5568036,1161.370435,953.2608388,2095.99027 +471845,3726.977978,670.4610826,1158.434779,955.950405,2089.749356 +471846,3726.033701,668.286453,1155.663634,958.5734212,2085.565883 +471847,3726.628664,666.1578486,1152.621802,961.1636126,2082.767178 +471848,3727.937342,663.988444,1149.939138,963.7224725,2081.292325 +471849,3729.483073,661.9274237,1147.024616,966.2483373,2080.619136 +471850,3731.081098,659.7822885,1144.10815,968.7395682,2080.564328 +471851,3732.662798,657.6761682,1141.425717,971.1950224,2081.017201 +471852,3734.185525,655.5274097,1138.403823,973.6133676,2081.899153 +471853,3735.643508,653.4793285,1135.59009,975.9938065,2083.146626 +471854,3737.01403,651.3482236,1132.623633,978.3353454,2084.704678 +471855,3738.297675,649.2525166,1129.835539,980.6374709,2086.525993 +471856,3738.215879,647.1523078,1126.88342,982.8999525,2064.264771 +471857,3732.733531,645.0521864,1123.980096,985.123405,1988.600485 +471858,3724.512594,642.9159039,1121.05771,987.3042534,2033.382646 +471859,3719.182978,640.8790331,1118.198907,989.4436747,2025.798715 +471860,3715.988129,638.7588325,1115.08293,991.5442948,2020.252445 +471861,3712.948278,636.6743897,1112.289509,993.6049731,2013.682625 +471862,3710.567435,634.5865824,1109.272807,995.624485,2026.976446 +471863,3708.595647,632.5003681,1106.318011,997.6042562,2011.66194 +471864,3706.460725,630.4155202,1103.34432,999.5415049,2019.397911 +471865,3704.53379,628.3322279,1100.29257,1001.439168,2017.954992 +471866,3702.693038,626.2500019,1097.401977,1003.295325,2016.615727 +471867,3700.719857,624.1304308,1094.354545,1005.200108,2016.315434 +471868,3698.649929,622.1064073,1091.424352,1007.595727,2016.00568 +471869,3696.505541,620.000623,1088.309132,1008.385003,2015.263996 +471870,3694.270507,617.9282756,1085.26194,1011.471362,2014.70806 +471871,3691.727207,615.7542837,1082.101399,1009.32486,2008.632278 +471872,3688.468314,613.5778219,1078.697882,1013.297999,2015.682414 +471873,3685.200453,611.3599795,1075.47089,1008.222081,2012.557495 +471874,3681.325142,609.2298286,1072.10849,1015.261999,2011.83537 +471875,3676.839799,607.0175133,1068.875892,1007.136459,2011.526269 +471876,3671.885513,604.8342384,1080.858754,1014.271077,2011.188758 +471877,3666.634109,602.6440641,1039.025535,1008.019589,2010.23991 +471878,3661.073858,600.4157003,1085.229924,1011.291481,2009.777529 +471879,3655.251996,597.117718,1027.399772,1012.484766,2009.119074 +471880,3650.228383,594.7827159,1064.4204,1012.558969,2008.502156 +471881,3645.477461,592.5418037,1036.559773,1012.044423,2007.993392 +471882,3640.431711,590.311404,1045.2594,1011.355369,2007.08571 +471883,3634.615097,588.0550735,1037.985224,1010.526203,2000.585382 +471884,3628.321502,585.8919632,1035.242083,1009.568459,2008.209677 +471885,3621.907252,583.6583223,1031.838801,1008.489844,2004.06837 +471886,3615.169195,581.4590716,1028.493154,1007.293826,2003.706225 +471887,3607.811857,579.2246025,1024.938808,1005.983704,2002.895926 +471888,3600.553099,577.0761962,1021.673203,1004.498827,2002.156679 +471889,3593.090446,574.8580839,1018.225732,1003.116953,2001.23412 +471890,3585.420605,572.6504761,1014.841937,1001.339606,2000.341858 +471891,3577.550718,570.4553306,1011.512615,999.4153789,1999.548296 +471892,3569.154977,568.2295797,1008.037997,996.5513957,1998.375879 +471893,3560.674763,566.4203466,1004.693089,993.4216723,1997.497614 +471894,3551.382176,563.7335928,1001.238237,990.077657,1996.399116 +471895,3541.866494,561.7444394,997.939393,986.5343825,1995.340891 +471896,3532.533527,559.5561719,994.5714815,982.7974556,1994.372661 +471897,3521.70047,557.3460987,991.1120645,978.930915,1992.961641 +471898,3510.928128,555.1629573,987.769195,974.7296229,1991.928417 +471899,3499.483894,552.9288572,984.3494581,970.451923,1990.575991 +471900,3487.891707,550.7810803,980.9592866,965.8876974,1989.445357 +471901,2072.497981,548.615392,867.854225,961.3028261,1985.343445 +471902,2185.706113,676.844308,904.0877815,1087.560922,2150.793304 +471903,2336.411655,678.8165515,949.5582791,1086.639955,2249.05099 +471904,2449.748678,675.3299888,981.1134237,1079.72022,2313.999935 +471905,2513.205262,673.521666,997.043714,1076.306638,2342.832247 +471906,2547.435873,671.5415138,1005.898916,1069.9777,2357.198344 +471907,2565.311766,669.4662543,1011.383791,1064.603163,2364.91246 +471908,2574.949153,667.2724384,1015.209426,1058.715401,2369.862202 +471909,2580.219909,665.2435861,1018.135024,1052.436458,2373.572385 +471910,2582.648356,663.1493912,1020.478381,1046.283552,2376.611199 +471911,2582.847205,660.9184335,1022.393598,1039.700249,2379.20834 +471912,2581.148163,658.8256625,1023.960245,1032.994121,2381.656362 +471913,2577.829496,656.1364145,1025.234814,1031.173405,2383.601962 +471914,2573.833526,653.9678084,1026.23694,1024.971098,2385.279561 +471915,2569.14912,651.8438013,1027.016881,1018.509292,2386.724638 +471916,2563.619125,649.7118529,1027.61764,1011.494011,2387.966459 +471917,2557.216901,647.5861138,1028.072471,1004.481715,2389.029272 +471918,2550.027303,639.3288134,1028.402537,933.0753381,2389.931939 +471919,2534.224788,636.4354127,1028.392132,920.333145,2390.685517 +471920,2513.489164,634.0702486,1028.14637,911.6146596,2391.307062 +471921,2492.293395,631.8117697,1027.801779,904.076056,2391.812866 +471922,2472.804967,629.6004824,1027.430903,896.9107212,2392.216695 +471923,2455.421488,627.4271583,1027.056483,890.4760438,2392.529727 +471924,2439.859517,625.2784517,1026.695414,884.2020777,2392.795632 +471925,2425.672644,623.147866,1026.330474,877.8684288,2392.987189 +471926,2412.522408,621.0294206,1025.948165,872.1843324,2393.082049 +471927,2400.218534,618.881871,1025.555266,866.4194414,2393.10081 +471928,2388.626789,616.8414373,1025.154868,860.7831962,2393.053606 +471929,2377.643345,614.7206164,1024.748607,872.0002436,2392.946675 +471930,2367.180529,612.6557715,1024.336747,824.9128248,2392.783079 +471931,2357.168438,610.5819216,1023.920109,857.283819,2392.567116 +471932,2347.545086,608.5131859,1023.499259,839.6278743,2392.302663 +471933,2338.256352,606.451682,1023.073821,830.3074977,2391.991467 +471934,2329.258336,604.3966956,1022.643735,831.7926137,2391.635911 +471935,2320.515641,602.3109012,1022.209211,824.315295,2391.238893 +471936,2312.034219,600.3274234,1021.78682,819.9021168,2390.841066 +471937,2303.755119,598.2662597,1021.360974,815.191184,2390.408405 +471938,2295.629717,596.2469155,1020.91889,810.4331867,2389.913333 +471939,2287.657353,594.2293155,1020.468252,805.8859099,2389.375737 +471940,2279.830143,592.2190339,1020.012118,801.3197677,2388.804769 +471941,2272.138137,590.2170419,1019.551692,796.7178274,2388.205144 +471942,2264.571456,588.2225597,1019.087471,792.2782614,2387.579812 +471943,2257.120995,586.1994282,1018.619656,787.8342917,2386.930899 +471944,2249.778749,584.2763235,1018.148371,783.4426172,2386.260258 +471945,2242.537702,582.2790637,1017.673691,779.1466401,2385.569514 +471946,2235.391798,580.3233106,1017.195698,774.7023006,2384.860227 +471947,2228.335734,578.3700726,1016.714456,770.5515472,2384.133819 +471948,2221.364925,576.4247865,1016.230048,766.2682159,2383.391668 +471949,2214.205162,574.4882693,1015.742532,762.0795134,2382.635014 +471950,2207.399966,572.559732,1015.251987,757.9165155,2381.865066 +471951,2200.673887,570.6400066,1014.758494,753.8410996,2381.08296 +471952,2194.019439,568.6916753,1014.262137,749.6679691,2380.289767 +471953,2187.432165,566.8433063,1013.762972,745.6451065,2379.291089 +471954,2180.909777,564.921188,1013.261077,741.5546891,2378.485076 +471955,2174.48769,563.0412066,1012.773884,737.6335738,2377.712865 +471956,2168.129062,561.1630556,1012.285013,733.6792708,2376.935129 +471957,2161.803497,559.2937095,1011.780935,729.677185,2376.120214 +471958,2155.527211,557.4322993,1011.26968,725.8089735,2375.287125 +471959,2149.306194,555.5795603,1010.754397,721.9256306,2374.443868 +471960,2143.142214,553.6991313,1010.236335,718.0800749,2373.594006 +471961,0,0,0,0,0 +471962,0,0,0,0,0 +471963,0,0,0,0,0 +471964,0,0,0,0,0 +471965,0,0,0,0,0 +471966,0,0,0,0,0 +471967,0,0,0,0,0 +471968,0,0,0,0,0 +471969,0,0,0,0,0 +471970,0,0,0,0,0 +471971,0,0,0,0,0 +471972,0,0,0,0,0 +471973,0,0,0,0,0 +471974,0,0,0,0,0 +471975,0,0,0,0,0 +471976,0,0,0,0,0 +471977,0,0,0,0,0 +471978,0,0,0,0,0 +471979,0,0,0,0,0 +471980,0,0,0,0,0 +471981,0,0,0,0,0 +471982,0,0,0,0,0 +471983,0,0,0,0,0 +471984,0,0,0,0,0 +471985,0,0,0,0,0 +471986,0,0,0,0,0 +471987,0,0,0,0,0 +471988,0,0,0,0,0 +471989,0,0,0,0,0 +471990,0,0,0,0,0 +471991,0,0,0,0,0 +471992,0,0,0,0,0 +471993,0,0,0,0,0 +471994,0,0,0,0,0 +471995,0,0,0,0,0 +471996,0,0,0,0,0 +471997,0,0,0,0,0 +471998,0,0,0,0,0 +471999,0,0,0,0,0 +472000,0,0,0,0,0 +472001,0,0,0,0,0 +472002,0,0,0,0,0 +472003,0,0,0,0,0 +472004,0,0,0,0,0 +472005,0,0,0,0,0 +472006,0,0,0,0,0 +472007,0,0,0,0,0 +472008,0,0,0,0,0 +472009,0,0,0,0,0 +472010,0,0,0,0,0 +472011,0,0,0,0,0 +472012,0,0,0,0,0 +472013,0,0,0,0,0 +472014,0,0,0,0,0 +472015,0,0,0,0,0 +472016,0,0,0,0,0 +472017,0,0,0,0,0 +472018,0,0,0,0,0 +472019,0,0,0,0,0 +472020,0,0,0,0,0 +472021,0,0,0,0,0 +472022,0,0,0,0,0 +472023,0,0,0,0,0 +472024,0,0,0,0,0 +472025,0,0,0,0,0 +472026,0,0,0,0,0 +472027,0,0,0,0,0 +472028,0,0,0,0,0 +472029,0,0,0,0,0 +472030,0,0,0,0,0 +472031,0,0,0,0,0 +472032,0,0,0,0,0 +472033,0,0,0,0,0 +472034,0,0,0,0,0 +472035,0,0,0,0,0 +472036,0,0,0,0,0 +472037,0,0,0,0,0 +472038,0,0,0,0,0 +472039,0,0,0,0,0 +472040,0,0,0,0,0 +472041,0,0,0,0,0 +472042,0,0,0,0,0 +472043,0,0,0,0,0 +472044,0,0,0,0,0 +472045,0,0,0,0,0 +472046,0,0,0,0,0 +472047,0,0,0,0,0 +472048,0,0,0,0,0 +472049,0,0,0,0,0 +472050,0,0,0,0,0 +472051,0,0,0,0,0 +472052,0,0,0,0,0 +472053,0,0,0,0,0 +472054,0,0,0,0,0 +472055,0,0,0,0,0 +472056,0,0,0,0,0 +472057,0,0,0,0,0 +472058,0,0,0,0,0 +472059,0,0,0,0,0 +472060,0,0,0,0,0 +472061,0,0,0,0,0 +472062,0,0,0,0,0 +472063,0,0,0,0,0 +472064,0,0,0,0,0 +472065,0,0,0,0,0 +472066,0,0,0,0,0 +472067,0,0,0,0,0 +472068,0,0,0,0,0 +472069,0,0,0,0,0 +472070,0,0,0,0,0 +472071,0,0,0,0,0 +472072,0,0,0,0,0 +472073,0,0,0,0,0 +472074,0,0,0,0,0 +472075,0,0,0,0,0 +472076,0,0,0,0,0 +472077,0,0,0,0,0 +472078,0,0,0,0,0 +472079,0,0,0,0,0 +472080,0,0,0,0,0 +472081,0,0,0,0,0 +472082,0,0,0,0,0 +472083,0,0,0,0,0 +472084,0,0,0,0,0 +472085,0,0,0,0,0 +472086,0,0,0,0,0 +472087,0,0,0,0,0 +472088,0,0,0,0,0 +472089,0,0,0,0,0 +472090,0,0,0,0,0 +472091,0,0,0,0,0 +472092,0,0,0,0,0 +472093,0,0,0,0,0 +472094,0,0,0,0,0 +472095,0,0,0,0,0 +472096,0,0,0,0,0 +472097,0,0,0,0,0 +472098,0,0,0,0,0 +472099,0,0,0,0,0 +472100,0,0,0,0,0 +472101,0,0,0,0,0 +472102,0,0,0,0,0 +472103,0,0,0,0,0 +472104,0,0,0,0,0 +472105,0,0,0,0,0 +472106,0,0,0,0,0 +472107,0,0,0,0,0 +472108,0,0,0,0,0 +472109,0,0,0,0,0 +472110,0,0,0,0,0 +472111,0,0,0,0,0 +472112,0,0,0,0,0 +472113,0,0,0,0,0 +472114,0,0,0,0,0 +472115,0,0,0,0,0 +472116,0,0,0,0,0 +472117,0,0,0,0,0 +472118,0,0,0,0,0 +472119,0,0,0,0,0 +472120,0,0,0,0,0 +472121,0,0,0,0,0 +472122,0,0,0,0,0 +472123,0,0,0,0,0 +472124,0,0,0,0,0 +472125,0,0,0,0,0 +472126,0,0,0,0,0 +472127,0,0,0,0,0 +472128,0,0,0,0,0 +472129,0,0,0,0,0 +472130,0,0,0,0,0 +472131,0,0,0,0,0 +472132,0,0,0,0,0 +472133,0,0,0,0,0 +472134,0,0,0,0,0 +472135,0,0,0,0,0 +472136,0,0,0,0,0 +472137,0,0,0,0,0 +472138,0,0,0,0,0 +472139,0,0,0,0,0 +472140,0,0,0,0,0 +472141,0,0,0,0,0 +472142,0,0,0,0,0 +472143,0,0,0,0,0 +472144,0,0,0,0,0 +472145,0,0,0,0,0 +472146,0,0,0,0,0 +472147,0,0,0,0,0 +472148,0,0,0,0,0 +472149,0,0,0,0,0 +472150,0,0,0,0,0 +472151,0,0,0,0,0 +472152,0,0,0,0,0 +472153,0,0,0,0,0 +472154,0,0,0,0,0 +472155,0,0,0,0,0 +472156,0,0,0,0,0 +472157,0,0,0,0,0 +472158,0,0,0,0,0 +472159,0,0,0,0,0 +472160,0,0,0,0,0 +472161,0,0,0,0,0 +472162,0,0,0,0,0 +472163,0,0,0,0,0 +472164,0,0,0,0,0 +472165,0,0,0,0,0 +472166,0,0,0,0,0 +472167,0,0,0,0,0 +472168,0,0,0,0,0 +472169,0,0,0,0,0 +472170,0,0,0,0,0 +472171,0,0,0,0,0 +472172,0,0,0,0,0 +472173,0,0,0,0,0 +472174,0,0,0,0,0 +472175,0,0,0,0,0 +472176,0,0,0,0,0 +472177,0,0,0,0,0 +472178,0,0,0,0,0 +472179,0,0,0,0,0 +472180,0,0,0,0,0 +472181,0,0,0,0,0 +472182,0,0,0,0,0 +472183,0,0,0,0,0 +472184,0,0,0,0,0 +472185,0,0,0,0,0 +472186,0,0,0,0,0 +472187,0,0,0,0,0 +472188,0,0,0,0,0 +472189,0,0,0,0,0 +472190,0,0,0,0,0 +472191,0,0,0,0,0 +472192,0,0,0,0,0 +472193,0,0,0,0,0 +472194,0,0,0,0,0 +472195,0,0,0,0,0 +472196,0,0,0,0,0 +472197,0,0,0,0,0 +472198,0,0,0,0,0 +472199,0,0,0,0,0 +472200,0,0,0,0,0 +472201,0,0,0,0,0 +472202,0,0,0,0,0 +472203,0,0,0,0,0 +472204,0,0,0,0,0 +472205,0,0,0,0,0 +472206,0,0,0,0,0 +472207,0,0,0,0,0 +472208,0,0,0,0,0 +472209,0,0,0,0,0 +472210,0,0,0,0,0 +472211,0,0,0,0,0 +472212,0,0,0,0,0 +472213,0,0,0,0,0 +472214,0,0,0,0,0 +472215,0,0,0,0,0 +472216,0,0,0,0,0 +472217,0,0,0,0,0 +472218,0,0,0,0,0 +472219,0,0,0,0,0 +472220,0,0,0,0,0 +472221,0,0,0,0,0 +472222,0,0,0,0,0 +472223,0,0,0,0,0 +472224,0,0,0,0,0 +472225,0,0,0,0,0 +472226,0,0,0,0,0 +472227,0,0,0,0,0 +472228,0,0,0,0,0 +472229,0,0,0,0,0 +472230,0,0,0,0,0 +472231,0,0,0,0,0 +472232,0,0,0,0,0 +472233,0,0,0,0,0 +472234,0,0,0,0,0 +472235,0,0,0,0,0 +472236,0,0,0,0,0 +472237,0,0,0,0,0 +472238,0,0,0,0,0 +472239,0,0,0,0,0 +472240,0,0,0,0,0 +472241,0,0,0,0,0 +472242,0,0,0,0,0 +472243,0,0,0,0,0 +472244,0,0,0,0,0 +472245,0,0,0,0,0 +472246,0,0,0,0,0 +472247,0,0,0,0,0 +472248,0,0,0,0,0 +472249,0,0,0,0,0 +472250,0,0,0,0,0 +472251,0,0,0,0,0 +472252,0,0,0,0,0 +472253,0,0,0,0,0 +472254,0,0,0,0,0 +472255,0,0,0,0,0 +472256,0,0,0,0,0 +472257,0,0,0,0,0 +472258,0,0,0,0,0 +472259,0,0,0,0,0 +472260,0,0,0,0,0 +472261,0,0,0,0,0 +472262,0,0,0,0,0 +472263,0,0,0,0,0 +472264,0,0,0,0,0 +472265,0,0,0,0,0 +472266,0,0,0,0,0 +472267,0,0,0,0,0 +472268,0,0,0,0,0 +472269,0,0,0,0,0 +472270,0,0,0,0,0 +472271,0,0,0,0,0 +472272,0,0,0,0,0 +472273,0,0,0,0,0 +472274,0,0,0,0,0 +472275,0,0,0,0,0 +472276,0,0,0,0,0 +472277,0,0,0,0,0 +472278,0,0,0,0,0 +472279,0,0,0,0,0 +472280,0,0,0,0,0 +472281,0,0,0,0,0 +472282,0,0,0,0,0 +472283,0,0,0,0,0 +472284,0,0,0,0,0 +472285,0,0,0,0,0 +472286,0,0,0,0,0 +472287,0,0,0,0,0 +472288,0,0,0,0,0 +472289,0,0,0,0,0 +472290,0,0,0,0,0 +472291,0,0,0,0,0 +472292,0,0,0,0,0 +472293,0,0,0,0,0 +472294,0,0,0,0,0 +472295,0,0,0,0,0 +472296,0,0,0,0,0 +472297,0,0,0,0,0 +472298,0,0,0,0,0 +472299,0,0,0,0,0 +472300,0,0,0,0,0 +472301,0,0,0,0,0 +472302,0,0,0,0,0 +472303,0,0,0,0,0 +472304,0,0,0,0,0 +472305,0,0,0,0,0 +472306,0,0,0,0,0 +472307,0,0,0,0,0 +472308,0,0,0,0,0 +472309,0,0,0,0,0 +472310,0,0,0,0,0 +472311,0,0,0,0,0 +472312,0,0,0,0,0 +472313,0,0,0,0,0 +472314,0,0,0,0,0 +472315,0,0,0,0,0 +472316,0,0,0,0,0 +472317,0,0,0,0,0 +472318,0,0,0,0,0 +472319,0,0,0,0,0 +472320,0,0,0,0,0 +472321,0,0,0,0,0 +472322,0,0,0,0,0 +472323,0,0,0,0,0 +472324,0,0,0,0,0 +472325,0,0,0,0,0 +472326,0,0,0,0,0 +472327,0,0,0,0,0 +472328,0,0,0,0,0 +472329,0,0,0,0,0 +472330,0,0,0,0,0 +472331,0,0,0,0,0 +472332,0,0,0,0,0 +472333,0,0,0,0,0 +472334,0,0,0,0,0 +472335,0,0,0,0,0 +472336,0,0,0,0,0 +472337,0,0,0,0,0 +472338,0,0,0,0,0 +472339,0,0,0,0,0 +472340,0,0,0,0,0 +472341,0,0,0,0,0 +472342,0,0,0,0,0 +472343,0,0,0,0,0 +472344,0,0,0,0,0 +472345,0,0,0,0,0 +472346,0,0,0,0,0 +472347,0,0,0,0,0 +472348,0,0,0,0,0 +472349,0,0,0,0,0 +472350,0,0,0,0,0 +472351,0,0,0,0,0 +472352,0,0,0,0,0 +472353,0,0,0,0,0 +472354,0,0,0,0,0 +472355,0,0,0,0,0 +472356,0,0,0,0,0 +472357,0,0,0,0,0 +472358,0,0,0,0,0 +472359,0,0,0,0,0 +472360,0,0,0,0,0 +472361,0,0,0,0,0 +472362,0,0,0,0,0 +472363,0,0,0,0,0 +472364,0,0,0,0,0 +472365,0,0,0,0,0 +472366,0,0,0,0,0 +472367,0,0,0,0,0 +472368,0,0,0,0,0 +472369,0,0,0,0,0 +472370,0,0,0,0,0 +472371,0,0,0,0,0 +472372,0,0,0,0,0 +472373,0,0,0,0,0 +472374,0,0,0,0,0 +472375,0,0,0,0,0 +472376,0,0,0,0,0 +472377,0,0,0,0,0 +472378,0,0,0,0,0 +472379,0,0,0,0,0 +472380,0,0,0,0,0 +472381,0,0,0,0,0 +472382,0,0,0,0,0 +472383,0,0,0,0,0 +472384,0,0,0,0,0 +472385,0,0,0,0,0 +472386,0,0,0,0,0 +472387,0,0,0,0,0 +472388,0,0,0,0,0 +472389,0,0,0,0,0 +472390,0,0,0,0,0 +472391,0,0,0,0,0 +472392,0,0,0,0,0 +472393,0,0,0,0,0 +472394,0,0,0,0,0 +472395,0,0,0,0,0 +472396,0,0,0,0,0 +472397,0,0,0,0,0 +472398,0,0,0,0,0 +472399,0,0,0,0,0 +472400,0,0,0,0,0 +472401,0,0,0,0,0 +472402,0,0,0,0,0 +472403,0,0,0,0,0 +472404,0,0,0,0,0 +472405,0,0,0,0,0 +472406,0,0,0,0,0 +472407,0,0,0,0,0 +472408,0,0,0,0,0 +472409,0,0,0,0,0 +472410,0,0,0,0,0 +472411,0,0,0,0,0 +472412,0,0,0,0,0 +472413,0,0,0,0,0 +472414,0,0,0,0,0 +472415,0,0,0,0,0 +472416,0,0,0,0,0 +472417,0,0,0,0,0 +472418,0,0,0,0,0 +472419,0,0,0,0,0 +472420,0,0,0,0,0 +472421,0,0,0,0,0 +472422,0,0,0,0,0 +472423,0,0,0,0,0 +472424,0,0,0,0,0 +472425,0,0,0,0,0 +472426,0,0,0,0,0 +472427,0,0,0,0,0 +472428,0,0,0,0,0 +472429,0,0,0,0,0 +472430,0,0,0,0,0 +472431,0,0,0,0,0 +472432,0,0,0,0,0 +472433,0,0,0,0,0 +472434,0,0,0,0,0 +472435,0,0,0,0,0 +472436,0,0,0,0,0 +472437,0,0,0,0,0 +472438,0,0,0,0,0 +472439,0,0,0,0,0 +472440,0,0,0,0,0 +472441,0,0,0,0,0 +472442,0,0,0,0,0 +472443,0,0,0,0,0 +472444,0,0,0,0,0 +472445,0,0,0,0,0 +472446,0,0,0,0,0 +472447,0,0,0,0,0 +472448,0,0,0,0,0 +472449,0,0,0,0,0 +472450,0,0,0,0,0 +472451,0,0,0,0,0 +472452,0,0,0,0,0 +472453,0,0,0,0,0 +472454,0,0,0,0,0 +472455,0,0,0,0,0 +472456,0,0,0,0,0 +472457,0,0,0,0,0 +472458,0,0,0,0,0 +472459,0,0,0,0,0 +472460,0,0,0,0,0 +472461,0,0,0,0,0 +472462,0,0,0,0,0 +472463,0,0,0,0,0 +472464,0,0,0,0,0 +472465,0,0,0,0,0 +472466,0,0,0,0,0 +472467,0,0,0,0,0 +472468,0,0,0,0,0 +472469,0,0,0,0,0 +472470,0,0,0,0,0 +472471,0,0,0,0,0 +472472,0,0,0,0,0 +472473,0,0,0,0,0 +472474,0,0,0,0,0 +472475,0,0,0,0,0 +472476,0,0,0,0,0 +472477,0,0,0,0,0 +472478,0,0,0,0,0 +472479,0,0,0,0,0 +472480,0,0,0,0,0 +472481,0,0,0,0,0 +472482,0,0,0,0,0 +472483,0,0,0,0,0 +472484,0,0,0,0,0 +472485,0,0,0,0,0 +472486,0,0,0,0,0 +472487,0,0,0,0,0 +472488,0,0,0,0,0 +472489,0,0,0,0,0 +472490,0,0,0,0,0 +472491,0,0,0,0,0 +472492,0,0,0,0,0 +472493,0,0,0,0,0 +472494,0,0,0,0,0 +472495,0,0,0,0,0 +472496,0,0,0,0,0 +472497,0,0,0,0,0 +472498,0,0,0,0,0 +472499,0,0,0,0,0 +472500,0,0,0,0,0 +472501,0,0,0,0,0 +472502,0,0,0,0,0 +472503,0,0,0,0,0 +472504,0,0,0,0,0 +472505,0,0,0,0,0 +472506,0,0,0,0,0 +472507,0,0,0,0,0 +472508,0,0,0,0,0 +472509,0,0,0,0,0 +472510,0,0,0,0,0 +472511,0,0,0,0,0 +472512,0,0,0,0,0 +472513,0,0,0,0,0 +472514,0,0,0,0,0 +472515,0,0,0,0,0 +472516,0,0,0,0,0 +472517,0,0,0,0,0 +472518,0,0,0,0,0 +472519,0,0,0,0,0 +472520,0,0,0,0,0 +472521,0,0,0,0,0 +472522,0,0,0,0,0 +472523,0,0,0,0,0 +472524,0,0,0,0,0 +472525,0,0,0,0,0 +472526,0,0,0,0,0 +472527,0,0,0,0,0 +472528,0,0,0,0,0 +472529,0,0,0,0,0 +472530,0,0,0,0,0 +472531,0,0,0,0,0 +472532,0,0,0,0,0 +472533,0,0,0,0,0 +472534,0,0,0,0,0 +472535,0,0,0,0,0 +472536,0,0,0,0,0 +472537,0,0,0,0,0 +472538,0,0,0,0,0 +472539,0,0,0,0,0 +472540,0,0,0,0,0 +472541,0,0,0,0,0 +472542,0,0,0,0,0 +472543,0,0,0,0,0 +472544,0,0,0,0,0 +472545,0,0,0,0,0 +472546,0,0,0,0,0 +472547,0,0,0,0,0 +472548,0,0,0,0,0 +472549,0,0,0,0,0 +472550,0,0,0,0,0 +472551,0,0,0,0,0 +472552,0,0,0,0,0 +472553,0,0,0,0,0 +472554,0,0,0,0,0 +472555,0,0,0,0,0 +472556,0,0,0,0,0 +472557,0,0,0,0,0 +472558,0,0,0,0,0 +472559,0,0,0,0,0 +472560,0,0,0,0,0 +472561,0,0,0,0,0 +472562,0,0,0,0,0 +472563,0,0,0,0,0 +472564,0,0,0,0,0 +472565,0,0,0,0,0 +472566,0,0,0,0,0 +472567,0,0,0,0,0 +472568,0,0,0,0,0 +472569,0,0,0,0,0 +472570,0,0,0,0,0 +472571,0,0,0,0,0 +472572,0,0,0,0,0 +472573,0,0,0,0,0 +472574,0,0,0,0,0 +472575,0,0,0,0,0 +472576,0,0,0,0,0 +472577,0,0,0,0,0 +472578,0,0,0,0,0 +472579,0,0,0,0,0 +472580,0,0,0,0,0 +472581,0,0,0,0,0 +472582,0,0,0,0,0 +472583,0,0,0,0,0 +472584,0,0,0,0,0 +472585,0,0,0,0,0 +472586,0,0,0,0,0 +472587,0,0,0,0,0 +472588,0,0,0,0,0 +472589,0,0,0,0,0 +472590,0,0,0,0,0 +472591,0,0,0,0,0 +472592,0,0,0,0,0 +472593,0,0,0,0,0 +472594,0,0,0,0,0 +472595,0,0,0,0,0 +472596,0,0,0,0,0 +472597,0,0,0,0,0 +472598,0,0,0,0,0 +472599,0,0,0,0,0 +472600,0,0,0,0,0 +472601,0,0,0,0,0 +472602,0,0,0,0,0 +472603,0,0,0,0,0 +472604,0,0,0,0,0 +472605,0,0,0,0,0 +472606,0,0,0,0,0 +472607,0,0,0,0,0 +472608,0,0,0,0,0 +472609,0,0,0,0,0 +472610,0,0,0,0,0 +472611,0,0,0,0,0 +472612,0,0,0,0,0 +472613,0,0,0,0,0 +472614,0,0,0,0,0 +472615,0,0,0,0,0 +472616,0,0,0,0,0 +472617,0,0,0,0,0 +472618,0,0,0,0,0 +472619,0,0,0,0,0 +472620,0,0,0,0,0 +472621,0,0,0,0,0 +472622,0,0,0,0,0 +472623,0,0,0,0,0 +472624,0,0,0,0,0 +472625,0,0,0,0,0 +472626,0,0,0,0,0 +472627,0,0,0,0,0 +472628,0,0,0,0,0 +472629,0,0,0,0,0 +472630,0,0,0,0,0 +472631,0,0,0,0,0 +472632,0,0,0,0,0 +472633,0,0,0,0,0 +472634,0,0,0,0,0 +472635,0,0,0,0,0 +472636,0,0,0,0,0 +472637,0,0,0,0,0 +472638,0,0,0,0,0 +472639,0,0,0,0,0 +472640,0,0,0,0,0 +472641,0,0,0,0,0 +472642,0,0,0,0,0 +472643,0,0,0,0,0 +472644,0,0,0,0,0 +472645,0,0,0,0,0 +472646,0,0,0,0,0 +472647,0,0,0,0,0 +472648,0,0,0,0,0 +472649,0,0,0,0,0 +472650,0,0,0,0,0 +472651,0,0,0,0,0 +472652,0,0,0,0,0 +472653,0,0,0,0,0 +472654,0,0,0,0,0 +472655,0,0,0,0,0 +472656,0,0,0,0,0 +472657,0,0,0,0,0 +472658,0,0,0,0,0 +472659,0,0,0,0,0 +472660,0,0,0,0,0 +472661,0,0,0,0,0 +472662,0,0,0,0,0 +472663,0,0,0,0,0 +472664,0,0,0,0,0 +472665,0,0,0,0,0 +472666,0,0,0,0,0 +472667,0,0,0,0,0 +472668,0,0,0,0,0 +472669,0,0,0,0,0 +472670,0,0,0,0,0 +472671,0,0,0,0,0 +472672,0,0,0,0,0 +472673,0,0,0,0,0 +472674,0,0,0,0,0 +472675,0,0,0,0,0 +472676,0,0,0,0,0 +472677,0,0,0,0,0 +472678,0,0,0,0,0 +472679,0,0,0,0,0 +472680,0,0,0,0,0 +472681,0,0,0,0,0 +472682,0,0,0,0,0 +472683,0,0,0,0,0 +472684,0,0,0,0,0 +472685,0,0,0,0,0 +472686,0,0,0,0,0 +472687,0,0,0,0,0 +472688,0,0,0,0,0 +472689,0,0,0,0,0 +472690,0,0,0,0,0 +472691,0,0,0,0,0 +472692,0,0,0,0,0 +472693,0,0,0,0,0 +472694,0,0,0,0,0 +472695,0,0,0,0,0 +472696,0,0,0,0,0 +472697,0,0,0,0,0 +472698,0,0,0,0,0 +472699,0,0,0,0,0 +472700,0,0,0,0,0 +472701,0,0,0,0,0 +472702,0,0,0,0,0 +472703,0,0,0,0,0 +472704,0,0,0,0,0 +472705,0,0,0,0,0 +472706,0,0,0,0,0 +472707,0,0,0,0,0 +472708,0,0,0,0,0 +472709,0,0,0,0,0 +472710,0,0,0,0,0 +472711,0,0,0,0,0 +472712,0,0,0,0,0 +472713,0,0,0,0,0 +472714,0,0,0,0,0 +472715,0,0,0,0,0 +472716,0,0,0,0,0 +472717,0,0,0,0,0 +472718,0,0,0,0,0 +472719,0,0,0,0,0 +472720,0,0,0,0,0 +472721,0,0,0,0,0 +472722,0,0,0,0,0 +472723,0,0,0,0,0 +472724,0,0,0,0,0 +472725,0,0,0,0,0 +472726,0,0,0,0,0 +472727,0,0,0,0,0 +472728,0,0,0,0,0 +472729,0,0,0,0,0 +472730,0,0,0,0,0 +472731,0,0,0,0,0 +472732,0,0,0,0,0 +472733,0,0,0,0,0 +472734,0,0,0,0,0 +472735,0,0,0,0,0 +472736,0,0,0,0,0 +472737,0,0,0,0,0 +472738,0,0,0,0,0 +472739,0,0,0,0,0 +472740,0,0,0,0,0 +472741,-1838.536917,-818.520648,-1806.01764,-818.5315328,-1121.344649 +472742,-1783.83963,-755.1001972,-1746.435249,-755.1099637,-1035.439165 +472743,-1737.242818,-735.434954,-1700.957639,-735.4443821,-1011.127115 +472744,-1820.183438,-770.7605172,-1782.238145,-770.7705899,-1062.861508 +472745,-1863.867067,-789.4909438,-1825.092229,-789.5013606,-1091.048799 +472746,-1882.693268,-797.698231,-1843.609226,-797.7088016,-1104.261626 +472747,-1887.662018,-800.0319643,-1848.550065,-800.0425825,-1109.042339 +472748,-1886.772745,-799.8775224,-1847.742319,-799.8881438,-1110.131689 +472749,-1884.021606,-798.925832,-1845.098259,-798.9364427,-1109.904067 +472750,-1231.255504,-797.7937834,-1590.73765,-797.8043808,-1109.244118 +472751,-1315.041414,-485.5040433,-1089.702539,-484.6232004,-490.5334542 +472752,-1375.223844,-656.0952782,-1432.014807,-656.1059502,-734.5003004 +472753,-1280.551437,-587.5366024,-1267.808147,-587.5449751,-701.179733 +472754,-1269.850957,-468.9897747,-1239.803378,-576.8526551,-668.0216591 +472755,-1254.007858,-445.8688899,-1222.573419,-570.6400564,-662.9477187 +472756,-1242.524845,-428.2976367,-1209.543875,-563.0196409,-657.7814272 +472757,-1228.98239,-409.382221,-1196.069443,-557.3190356,-652.5207846 +472758,-1214.97817,-394.2501964,-1182.130873,-550.1747188,-645.8094352 +472759,-1207.802426,-376.879579,-1169.540846,-545.2205061,-641.710447 +472760,-1193.064848,-360.985891,-1156.568436,-538.7974889,-636.1569934 +472761,-1181.677311,-345.7785742,-1147.061211,-533.4680214,-631.9254008 +472762,-1173.923494,-329.4570226,-1133.394496,-526.5550628,-624.7424311 +472763,-1162.031162,-315.2688709,-1121.344725,-522.9919364,-621.0899486 +472764,-1149.822926,-299.6802422,-1113.136854,-516.3836752,-615.9054589 +472765,-1141.508,-284.8206878,-1102.666213,-511.8378546,-609.8776161 +472766,-1133.044454,-269.9128054,-1089.788372,-507.174172,-605.284151 +472767,-1120.059988,-255.4825241,-1081.013004,-500.7658691,-601.4077669 +472768,-1113.440237,-241.1387759,-1072.079616,-497.4799162,-595.1113142 +472769,-1104.472379,-226.4417643,-1062.982163,-491.5878464,-591.1170269 +472770,-1093.031962,-212.6815384,-1051.375571,-488.1401878,-585.447014 +472771,-1086.046012,-194.8101849,-1044.287657,-481.9576067,-581.3408761 +472772,-1076.581316,-177.1204727,-1034.683285,-479.2502776,-576.3503449 +472773,-1069.36943,-158.9068919,-1024.901857,-472.78807,-572.1384033 +472774,-1057.12678,-141.0358854,-1017.448959,-469.9576673,-567.0191799 +472775,-1052.154848,-128.6944758,-1008.622299,-464.1795722,-562.6986949 +472776,-1042.06863,-113.8915668,-999.6524177,-461.2327317,-558.3279531 +472777,-1034.382379,-99.60044681,-991.8494288,-456.2300513,-553.9062715 +472778,-1026.589735,-84.35339839,-983.9380302,-452.1458786,-549.4330968 +472779,-1017.361239,-69.50769583,-975.916331,-447.987365,-544.9079371 +472780,-1010.67922,-56.55096126,-969.146303,-444.8185769,-541.25006 +472781,-1002.557664,-43.99907302,-959.535137,-439.4384038,-535.6992709 +472782,-994.323003,-31.3122136,-955.3706824,-436.151876,-532.8952892 +472783,-987.3737449,-19.1652425,-945.5346164,-432.8199417,-528.1781494 +472784,-978.9275708,-6.343422468,-939.8434352,-428.3038435,-524.3651052 +472785,-971.8002664,0,-932.6541163,-424.8622616,-519.5491708 +472786,-966.0386885,0,-925.3807084,-420.1987906,-516.6332431 +472787,-955.8237169,0,-918.0229193,-417.8359344,-512.7136221 +472788,-949.9143372,0,-910.5805328,-413.6455929,-507.7631318 +472789,-936.4148598,0,-896.9656465,-406.9225258,-504.7658937 +472790,-927.2559562,0,-889.2780773,-403.8100321,-501.7479559 +472791,-917.970135,0,-879.9343575,-399.3908889,-496.6714959 +472792,-913.2812358,0,-873.6344093,-396.1906274,-493.0837446 +472793,-903.7999254,0,-865.6764408,-392.3009449,-490.5038056 +472794,-895.7980809,0,-857.6259313,-389.0181479,-485.2993963 +472795,-889.331253,0,-849.4833275,-385.028212,-483.2014276 +472796,-881.1621343,0,-844.5539655,-381.6611695,-478.9765454 +472797,-872.8989153,0,-832.9152033,-378.2552814,-474.7136426 +472798,-866.2208633,0,-829.5582633,-374.8097092,-472.568207 +472799,-859.4809256,0,-820.2407977,-371.3242742,-468.7900267 +472800,-849.2529101,0,-812.5306062,-368.5069482,-464.9822256 +472801,-844.0888066,0,-807.3479612,-364.2315835,-461.6949733 +472802,-835.4003928,0,-796.8733828,-360.6243762,-458.9390499 +472803,-828.3783116,0,-791.5845482,-358.4410166,-455.0550357 +472804,-819.510424,0,-782.6889977,-354.0271263,-452.8223189 +472805,-813.244363,0,-777.30474,-351.0513553,-448.3272134 +472806,-805.1141341,0,-767.3375989,-347.2937034,-446.6316782 +472807,-795.9841021,0,-761.8513994,-344.2574611,-442.6534156 +472808,-790.4588704,0,-753.552623,-341.193696,-439.2195798 +472809,-781.165563,0,-747.9749284,-337.3247248,-436.918253 +472810,-773.6574731,0,-738.5953844,-334.9829894,-433.4475151 +472811,-766.0836612,0,-731.9702943,-330.2515466,-429.9545767 +472812,-758.4433026,0,-725.2955583,-328.6613441,-427.6137781 +472813,-750.7360022,0,-717.6050249,-323.846086,-424.0838311 +472814,-741.9852703,0,-709.8489788,-321.4155055,-421.718207 +472815,-735.1215592,0,-703.0093512,-318.1496596,-417.5544113 +472816,-726.2206878,0,-696.1193698,-314.8552542,-415.161738 +472817,-719.2397351,0,-688.182922,-311.5324965,-412.1569586 +472818,-710.1879754,0,-681.1851847,-308.1815412,-409.1366774 +472819,-703.0897048,0,-674.1373742,-305.6499395,-406.1009519 +472820,-693.8873297,0,-666.0211437,-301.3942352,-402.4377981 +472821,-686.6721492,0,-659.8919235,-298.8201532,-400.5981407 +472822,-677.3197451,0,-651.6616952,-295.7966279,-396.9017938 +472823,-669.9882412,0,-645.4469128,-292.3141078,-393.8046967 +472824,-661.5465614,0,-637.1031947,-289.2437717,-391.3161239 +472825,-653.0385143,0,-630.8037779,-285.7083862,-387.5648467 +472826,-644.4648321,0,-622.3480312,-283.0387031,-385.0519921 +472827,-635.8260893,0,-615.965252,-279.4541064,-382.5293899 +472828,-628.2142406,0,-608.4733046,-276.2947977,-378.0913671 +472829,-618.3541657,0,-600.9332001,-273.1143065,-376.1805993 +472830,-610.6300513,0,-593.3457429,-269.9126425,-372.9837769 +472831,-601.7428422,0,-586.8050747,-267.1515947,-369.7719711 +472832,-593.9159154,0,-580.2302347,-264.3750692,-367.1918779 +472833,-586.041584,0,-573.6210019,-261.1161424,-363.3039411 +472834,-578.1200389,0,-566.9777375,-258.3064966,-361.3522043 +472835,-569.0101666,0,-559.1853334,-255.4820054,-357.4326816 +472836,-562.139402,0,-553.5928037,-252.1677918,-354.8081624 +472837,-552.9262125,0,-546.8513134,-249.7884884,-351.5145394 +472838,-545.9792928,0,-540.0776647,-246.91969,-348.2066751 +472839,-536.6664261,0,-533.2723894,-244.0361447,-346.2152633 +472840,-528.472616,0,-526.4361473,-240.653852,-342.2168165 +472841,-521.416791,0,-520.7163296,-238.7129841,-338.8695211 +472842,-510.7758511,0,-512.6725748,-235.0561808,-336.8546942 +472843,-504.8369641,0,-506.9030008,-232.8519677,-332.8098443 +472844,-495.2924345,116.6469113,-499.9528887,-229.4078034,-330.7801733 +472845,-486.3000013,155.5511018,-492.974337,-226.9367981,-326.7060718 +472846,-478.4734549,132.7188738,-487.1378917,-223.9593671,-323.9794837 +472847,-470.0109788,164.1510532,-480.1088855,-221.4684159,-320.5594711 +472848,-461.5142265,179.0270378,-473.0533158,-217.9659467,-318.5013297 +472849,-452.9845394,193.4157341,-467.1542524,-215.9572337,-314.3708147 +472850,-444.4235282,207.5457811,-460.0520747,-212.4284907,-311.6071054 +472851,-435.832327,221.7546488,-453.520275,-209.8982372,-308.4884215 +472852,-426.5955237,235.4998128,-446.968477,-207.3598211,-305.3597708 +472853,-418.5654631,249.1798056,-439.7991173,-204.0478345,-302.5705043 +472854,-409.8923585,262.4114209,-433.8079339,-201.4914637,-299.0730877 +472855,-400.5722466,276.0035388,-426.5983953,-198.6707071,-295.9154325 +472856,-392.4736765,288.9582772,-420.5749206,-195.8411403,-293.1008474 +472857,-383.1059671,301.9609056,-413.3280638,-193.0029381,-289.9257042 +472858,-374.9687292,314.6915363,-407.274515,-190.1563923,-286.3871781 +472859,-365.5592087,327.1545213,-399.9933388,-187.3019115,-284.25892 +472860,-356.7592743,339.9681727,-393.9124865,-184.700185,-279.9905851 +472861,-347.3134108,352.3959209,-385.9897409,-181.5697189,-277.4938896 +472862,-337.2197325,364.9245464,-379.2715597,-178.1686622,-273.5602738 +472863,-327.7419515,377.0660703,-371.3154277,-175.2835329,-270.6919416 +472864,-317.6179941,389.6486349,-363.9568661,-172.1285893,-267.0976986 +472865,-308.115179,401.5588291,-357.2000969,-169.2299873,-264.2154903 +472866,-297.9679263,413.5744948,-348.5853206,-165.7965451,-260.2427396 +472867,-288.4462804,425.4212491,-342.4228892,-162.8853116,-256.9843517 +472868,-277.9642107,444.4217938,-333.7827747,-159.7033388,-254.0821718 +472869,-268.7470453,459.6798017,-327.6035933,-156.7813129,-250.4467754 +472870,-257.9348615,474.7537747,-319.5610197,-153.3218753,-247.5326047 +472871,-248.3909098,489.751026,-312.128812,-150.3900436,-243.5173465 +472872,-238.8439909,504.4946592,-304.689511,-147.1870561,-240.9574943 +472873,-228.0212141,519.1599173,-297.2438096,-144.2470849,-236.9275382 +472874,-218.1517594,533.3822049,-290.1029661,-140.7680396,-233.9913999 +472875,-208.2811543,548.1822609,-282.3357333,-138.0889829,-230.6830725 +472876,-198.0911957,562.1655379,-274.874738,-134.6024963,-227.0009999 +472877,-187.9006469,576.2944617,-268.032185,-131.3810756,-224.0509638 +472878,-177.7097738,590.2315232,-259.9416849,-128.6945572,-220.7276293 +472879,-167.8372015,604.0348311,-252.4707589,-124.9303341,-217.0296827 +472880,-157.3275031,617.6657931,-245.6204837,-122.2399494,-214.0675539 +472881,-147.136274,631.2626877,-237.5223707,-119.0096225,-210.7312656 +472882,-136.9450475,644.6475915,-230.6687951,-115.6428885,-207.0197249 +472883,-126.7538009,657.8977509,-222.5676078,-112.5442144,-204.0473165 +472884,-116.2440463,671.1169686,-215.7119936,-109.5792475,-200.7000925 +472885,-106.052795,684.1267293,-207.9206123,-106.2088277,-196.9771688 +472886,-95.70229453,697.0038925,-200.4403301,-103.1072615,-193.996225 +472887,-85.19254522,709.8629709,-193.2713712,-99.87017419,-190.6399949 +472888,-74.8420482,722.4639019,-185.1669142,-96.63255391,-187.2811444 +472889,-64.33231086,735.093733,-178.3092505,-93.66437992,-183.5462775 +472890,-53.82257762,747.459633,-170.516194,-90.15609533,-180.9303072 +472891,-43.94980156,758.438026,-163.6582371,-87.32232521,-176.816915 +472892,-33.75853973,770.1872799,-156.1767249,-84.21847364,-173.8236754 +472893,-23.88576259,780.7430977,-149.3187161,-81.24944782,-170.4546867 +472894,-14.01298251,791.5133337,-142.14895,-78.01039846,-167.0841623 +472895,-3.980960515,801.9805214,-135.2909093,-75.31119085,-163.3375333 +472896,0,812.3909543,-128.1210906,-72.07202537,-160.7140483 +472897,0,822.533003,-120.9512749,-68.96781644,-156.590002 +472898,0,832.500188,-114.0932243,-66.13356486,-153.5898426 +472899,0,842.483239,-106.9234239,-62.89437302,-150.2138611 +472900,0,852.0153374,-99.90949889,-60.19507028,-146.4619011 +472901,0,856.5369055,-79.95877752,-51.42221777,-143.4598158 +472902,0,864.9950688,-71.85380139,-48.04807288,-140.0819312 +472903,0,873.7896961,-64.21641198,-44.80888522,-136.3281652 +472904,0,882.5466917,-56.57901832,-41.29973809,-132.9494064 +472905,0,891.2142021,-49.25336518,-38.33048503,-129.7580852 +472906,0,899.7275569,-41.77184105,-34.82134263,-126.0032685 +472907,0,908.3215429,-34.44618331,-31.85209097,-122.8114927 +472908,0,916.5439431,-27.12052372,-28.4779238,-119.0562607 +472909,0,924.769751,-19.6389978,-25.37369819,-116.0519823 +472910,0,932.9595926,-15.27477788,-22.13450227,-112.1087089 +472911,0,940.9184525,-9.507770807,-18.89530743,-108.9164845 +472912,0,948.8169888,-3.429031344,-15.92604913,-105.1608542 +472913,0,956.5900221,0,-12.4169134,-101.7807609 +472914,0,964.2508695,0,-10.52738669,-98.21285145 +472915,0,971.7398286,0,-7.693088342,-94.83270692 +472916,0,979.3254941,0,-5.263693434,-90.88917524 +472917,0,986.5141367,0,-2.699329918,-87.69680846 +472918,0,993.722023,0,0,-83.94105971 +472919,0,1000.908221,0,0,-80.37309663 +472920,0,1007.856283,0,0,-76.80513293 +472921,0,1014.356727,0,0,-73.04937801 +472922,0,1020.744296,0,0,-69.66920651 +472923,0,1027.021345,0,0,-65.72566075 +472924,0,1033.187989,0,0,-62.34549003 +472925,0,1039.242603,0,0,-58.58973602 +472926,0,1045.186812,0,0,-54.83398157 +472927,0,1050.955245,0,0,-51.26601972 +472928,0,1056.778204,0,0,-47.51026699 +472929,0,1062.346062,0,0,-43.94230185 +472930,0,1067.933031,0,0,-39.81096874 +472931,0,1073.235213,0,0,-36.61858595 +472932,0,1078.58051,0,0,-32.29946547 +472933,0,1083.691971,0,0,-28.91929264 +472934,0,1088.876255,0,0,-24.97575213 +472935,0,1093.806907,0,0,-21.21999954 +472936,0,1098.694789,0,0,-17.27645923 +472937,0,1103.467925,0,0,-13.70849584 +472938,0,1108.138675,0,0,-9.577167218 +472939,0,1112.707112,0,0,-5.821415525 +472940,0,1117.175871,0,0,-1.877876049 +472941,0,1121.539085,0,0,0 +472942,0,1128.420588,0,0,0 +472943,0,1129.080574,0,0,0 +472944,0,1138.504731,0,0,0 +472945,0,1135.240308,0,0,0 +472946,0,1149.828948,0,0,0 +472947,0,1138.663481,0,0,0 +472948,0,1164.114929,0,0,0 +472949,0,1136.632365,0,0,0 +472950,0,1158.895492,0,0,0 +472951,0,1160.918883,0,0,0 +472952,0,1161.078548,0,0,0 +472953,0,1164.708915,0,0,0 +472954,0,1167.227011,0,0,0 +472955,0,1169.611263,0,0,0 +472956,0,1171.877157,0,0,0 +472957,0,1174.024053,0,0,0 +472958,0,1176.055561,0,0,0 +472959,0,1177.973157,0,0,0 +472960,0,1179.853339,0,0,0 +472961,0,1181.43915,0,0,0 +472962,0,1183.079707,0,0,0 +472963,0,1184.472396,0,0,0 +472964,0,1185.953398,0,0,0 +472965,0,1187.167033,0,0,0 +472966,0,1188.342219,0,0,0 +472967,0,1189.402437,0,0,0 +472968,0,1190.360541,0,0,0 +472969,0,1191.217241,0,0,0 +472970,0,1191.973713,0,0,0 +472971,0,1192.630413,0,0,0 +472972,0,1193.188455,0,0,0 +472973,0,1193.648219,0,0,0 +472974,0,1194.010743,0,0,0 +472975,0,1194.276349,0,0,0 +472976,0,1194.446012,0,0,0 +472977,0,1194.520004,0,0,0 +472978,0,1194.499248,0,0,0 +472979,0,1194.383982,0,0,0 +472980,0,1194.175077,0,0,0 +472981,0,1193.715535,0,0,0 +472982,0,1193.162365,0,0,0 +472983,0,1192.518077,0,0,0 +472984,0,1191.783843,0,0,0 +472985,0,1190.960073,0,0,0 +472986,0,1190.047605,0,0,0 +472987,0,1189.046668,0,0,0 +472988,0,1187.958027,0,0,0 +472989,0,1186.781859,0,0,0 +472990,0,1185.518906,0,0,0 +472991,0,1184.169341,0,0,0 +472992,0,1182.808772,0,0,0 +472993,0,1181.179337,0,0,0 +472994,0,1179.626711,0,0,0 +472995,0,1177.848232,0,0,0 +472996,0,1176.181441,0,0,0 +472997,0,1174.26716,0,0,0 +472998,0,1172.334388,0,0,0 +472999,0,1170.305718,0,0,0 +473000,0,1168.193319,0,0,0 +473001,0,1165.996616,0,0,0 +473002,0,1163.716799,0,0,0 +473003,0,1161.353177,0,0,0 +473004,0,1158.906308,0,0,0 +473005,0,1156.301957,0,0,0 +473006,0,1176.469198,0,0,0 +473007,0,1117.806444,0,0,0 +473008,0,1164.89441,0,0,0 +473009,0,1155.249973,0,0,0 +473010,0,1122.984581,0,0,0 +473011,0,1166.967259,0,0,0 +473012,0,1106.449341,0,0,0 +473013,0,1162.400221,0,0,0 +473014,0,1100.807608,0,0,0 +473015,0,1147.29834,0,0,0 +473016,0,1102.779968,0,0,0 +473017,0,1126.061046,0,0,0 +473018,0,1108.681433,0,0,0 +473019,0,1109.842461,0,0,0 +473020,0,1104.149806,0,0,0 +473021,0,1100.103844,0,0,0 +473022,0,1095.696269,0,0,0 +473023,0,1091.202371,0,0,0 +473024,0,1086.620996,0,0,0 +473025,0,1081.953432,0,0,0 +473026,0,1077.269893,0,0,0 +473027,0,1072.333625,0,0,0 +473028,0,1067.462847,0,0,0 +473029,0,1062.380322,0,0,0 +473030,0,1057.395087,0,0,0 +473031,0,1052.181218,0,0,0 +473032,0,1047.014568,0,0,0 +473033,0,1041.594879,0,0,0 +473034,0,1036.241146,0,0,0 +473035,0,1030.751846,0,0,0 +473036,0,1025.196971,0,0,0 +473037,0,1019.566429,0,0,0 +473038,0,1013.861214,0,0,0 +473039,0,1008.082669,0,0,0 +473040,0,1002.231151,0,0,0 +473041,0,996.4013275,0,0,0 +473042,0,990.5629054,0,0,0 +473043,0,984.4991514,0,0,0 +473044,0,978.4992721,0,0,0 +473045,0,972.3102824,0,0,0 +473046,0,966.215977,0,0,0 +473047,0,959.9798655,0,0,0 +473048,0,953.5783953,0,0,0 +473049,0,947.2343408,0,0,0 +473050,0,940.7700451,0,0,0 +473051,0,934.2516578,0,0,0 +473052,0,927.6668659,0,0,0 +473053,0,921.0218349,0,0,0 +473054,0,914.3725752,0,0,0 +473055,0,907.5212585,0,0,0 +473056,0,900.6675356,0,0,0 +473057,0,893.7626624,0,0,0 +473058,0,886.9750178,0,0,0 +473059,31.67381784,879.7870393,0,0,0 +473060,205.8969854,872.8369534,0,0,0 +473061,127.099305,865.6689295,0,0,0 +473062,167.2396833,858.5623309,0,0,0 +473063,184.8016,851.3000743,0,0,0 +473064,199.9578429,844.1531329,0,0,0 +473065,215.3867634,836.7120672,0,0,0 +473066,230.3361384,829.4537815,0,0,0 +473067,245.3034527,821.992233,0,0,0 +473068,259.9859216,814.6070899,0,0,0 +473069,275.0914711,807.1163305,0,0,0 +473070,289.6253272,799.521688,0,0,0 +473071,303.9912975,791.8814965,0,0,0 +473072,318.2110702,783.951795,0,0,0 +473073,332.3602335,776.0855199,0,0,0 +473074,346.3771345,768.2909942,0,0,0 +473075,360.3159144,760.2349606,0,0,0 +473076,374.2519432,752.7835628,0,0,0 +473077,387.7376843,744.0002534,0,0,0 +473078,401.9920085,736.3501835,0,0,0 +473079,415.4514991,728.1455514,0,0,0 +473080,429.1564098,719.9757284,0,0,0 +473081,442.7557608,711.8839579,0,0,0 +473082,456.3092442,703.6639314,0,0,0 +473083,469.812958,695.4106548,0,0,0 +473084,483.273662,687.2375108,0,0,0 +473085,496.6954129,678.9008355,0,0,0 +473086,510.0400393,670.6856005,0,0,0 +473087,523.4496257,662.3541513,0,0,0 +473088,536.3335974,653.9977275,0,0,0 +473089,550.2233174,645.7231753,0,0,0 +473090,563.1375912,637.3029526,0,0,0 +473091,576.4992191,629.0051079,0,0,0 +473092,589.6188593,620.5654034,0,0,0 +473093,602.8731831,612.2451483,0,0,0 +473094,616.0447999,603.8299976,0,0,0 +473095,629.0613785,595.4016309,0,0,0 +473096,642.2920665,589.915139,0,0,0 +473097,655.2897964,583.8387443,0,0,0 +473098,668.5100291,577.8909419,0,0,0 +473099,681.4790853,571.8462882,0,0,0 +473100,694.5465196,565.7889405,0,0,0 +473101,0,0,0,0,0 +473102,0,0,0,0,0 +473103,0,0,0,0,0 +473104,0,0,0,0,0 +473105,0,0,0,0,0 +473106,0,0,0,0,0 +473107,0,0,0,0,0 +473108,0,0,0,0,0 +473109,0,0,0,0,0 +473110,0,0,0,0,0 +473111,0,0,0,0,0 +473112,0,0,0,0,0 +473113,0,0,0,0,0 +473114,0,0,0,0,0 +473115,0,0,0,0,0 +473116,0,0,0,0,0 +473117,0,0,0,0,0 +473118,0,0,0,0,0 +473119,0,0,0,0,0 +473120,0,0,0,0,0 +473121,0,0,0,0,0 +473122,0,0,0,0,0 +473123,0,0,0,0,0 +473124,0,0,0,0,0 +473125,0,0,0,0,0 +473126,0,0,0,0,0 +473127,0,0,0,0,0 +473128,0,0,0,0,0 +473129,0,0,0,0,0 +473130,0,0,0,0,0 +473131,0,0,0,0,0 +473132,0,0,0,0,0 +473133,0,0,0,0,0 +473134,0,0,0,0,0 +473135,0,0,0,0,0 +473136,0,0,0,0,0 +473137,0,0,0,0,0 +473138,0,0,0,0,0 +473139,0,0,0,0,0 +473140,0,0,0,0,0 +473141,0,0,0,0,0 +473142,0,0,0,0,0 +473143,0,0,0,0,0 +473144,0,0,0,0,0 +473145,0,0,0,0,0 +473146,0,0,0,0,0 +473147,0,0,0,0,0 +473148,0,0,0,0,0 +473149,0,0,0,0,0 +473150,0,0,0,0,0 +473151,0,0,0,0,0 +473152,0,0,0,0,0 +473153,0,0,0,0,0 +473154,0,0,0,0,0 +473155,0,0,0,0,0 +473156,0,0,0,0,0 +473157,0,0,0,0,0 +473158,0,0,0,0,0 +473159,0,0,0,0,0 +473160,0,0,0,0,0 +473161,0,0,0,0,0 +473162,0,0,0,0,0 +473163,0,0,0,0,0 +473164,0,0,0,0,0 +473165,0,0,0,0,0 +473166,0,0,0,0,0 +473167,0,0,0,0,0 +473168,0,0,0,0,0 +473169,0,0,0,0,0 +473170,0,0,0,0,0 +473171,0,0,0,0,0 +473172,0,0,0,0,0 +473173,0,0,0,0,0 +473174,0,0,0,0,0 +473175,0,0,0,0,0 +473176,0,0,0,0,0 +473177,0,0,0,0,0 +473178,0,0,0,0,0 +473179,0,0,0,0,0 +473180,0,0,0,0,0 +473181,0,0,0,0,0 +473182,0,0,0,0,0 +473183,0,0,0,0,0 +473184,0,0,0,0,0 +473185,0,0,0,0,0 +473186,0,0,0,0,0 +473187,0,0,0,0,0 +473188,0,0,0,0,0 +473189,0,0,0,0,0 +473190,0,0,0,0,0 +473191,0,0,0,0,0 +473192,0,0,0,0,0 +473193,0,0,0,0,0 +473194,0,0,0,0,0 +473195,0,0,0,0,0 +473196,0,0,0,0,0 +473197,0,0,0,0,0 +473198,0,0,0,0,0 +473199,0,0,0,0,0 +473200,0,0,0,0,0 +473201,0,0,0,0,0 +473202,0,0,0,0,0 +473203,0,0,0,0,0 +473204,0,0,0,0,0 +473205,0,0,0,0,0 +473206,0,0,0,0,0 +473207,0,0,0,0,0 +473208,0,0,0,0,0 +473209,0,0,0,0,0 +473210,0,0,0,0,0 +473211,0,0,0,0,0 +473212,0,0,0,0,0 +473213,0,0,0,0,0 +473214,0,0,0,0,0 +473215,0,0,0,0,0 +473216,0,0,0,0,0 +473217,0,0,0,0,0 +473218,0,0,0,0,0 +473219,0,0,0,0,0 +473220,0,0,0,0,0 +473221,0,0,0,0,0 +473222,0,0,0,0,0 +473223,0,0,0,0,0 +473224,0,0,0,0,0 +473225,0,0,0,0,0 +473226,0,0,0,0,0 +473227,0,0,0,0,0 +473228,0,0,0,0,0 +473229,0,0,0,0,0 +473230,0,0,0,0,0 +473231,0,0,0,0,0 +473232,0,0,0,0,0 +473233,0,0,0,0,0 +473234,0,0,0,0,0 +473235,0,0,0,0,0 +473236,0,0,0,0,0 +473237,0,0,0,0,0 +473238,0,0,0,0,0 +473239,0,0,0,0,0 +473240,0,0,0,0,0 +473241,0,0,0,0,0 +473242,0,0,0,0,0 +473243,0,0,0,0,0 +473244,0,0,0,0,0 +473245,0,0,0,0,0 +473246,0,0,0,0,0 +473247,0,0,0,0,0 +473248,0,0,0,0,0 +473249,0,0,0,0,0 +473250,0,0,0,0,0 +473251,0,0,0,0,0 +473252,0,0,0,0,0 +473253,0,0,0,0,0 +473254,0,0,0,0,0 +473255,0,0,0,0,0 +473256,0,0,0,0,0 +473257,0,0,0,0,0 +473258,0,0,0,0,0 +473259,0,0,0,0,0 +473260,0,0,0,0,0 +473261,0,0,0,0,0 +473262,0,0,0,0,0 +473263,0,0,0,0,0 +473264,0,0,0,0,0 +473265,0,0,0,0,0 +473266,0,0,0,0,0 +473267,0,0,0,0,0 +473268,0,0,0,0,0 +473269,0,0,0,0,0 +473270,0,0,0,0,0 +473271,0,0,0,0,0 +473272,0,0,0,0,0 +473273,0,0,0,0,0 +473274,0,0,0,0,0 +473275,0,0,0,0,0 +473276,0,0,0,0,0 +473277,0,0,0,0,0 +473278,0,0,0,0,0 +473279,0,0,0,0,0 +473280,0,0,0,0,0 +473281,0,0,0,0,0 +473282,0,0,0,0,0 +473283,0,0,0,0,0 +473284,0,0,0,0,0 +473285,0,0,0,0,0 +473286,0,0,0,0,0 +473287,0,0,0,0,0 +473288,0,0,0,0,0 +473289,0,0,0,0,0 +473290,0,0,0,0,0 +473291,0,0,0,0,0 +473292,0,0,0,0,0 +473293,0,0,0,0,0 +473294,0,0,0,0,0 +473295,0,0,0,0,0 +473296,0,0,0,0,0 +473297,0,0,0,0,0 +473298,0,0,0,0,0 +473299,0,0,0,0,0 +473300,0,0,0,0,0 +473301,0,0,0,0,0 +473302,0,0,0,0,0 +473303,0,0,0,0,0 +473304,0,0,0,0,0 +473305,0,0,0,0,0 +473306,0,0,0,0,0 +473307,0,0,0,0,0 +473308,0,0,0,0,0 +473309,0,0,0,0,0 +473310,0,0,0,0,0 +473311,0,0,0,0,0 +473312,0,0,0,0,0 +473313,0,0,0,0,0 +473314,0,0,0,0,0 +473315,0,0,0,0,0 +473316,0,0,0,0,0 +473317,0,0,0,0,0 +473318,0,0,0,0,0 +473319,0,0,0,0,0 +473320,0,0,0,0,0 +473321,0,0,0,0,0 +473322,0,0,0,0,0 +473323,0,0,0,0,0 +473324,0,0,0,0,0 +473325,0,0,0,0,0 +473326,0,0,0,0,0 +473327,0,0,0,0,0 +473328,0,0,0,0,0 +473329,0,0,0,0,0 +473330,0,0,0,0,0 +473331,0,0,0,0,0 +473332,0,0,0,0,0 +473333,0,0,0,0,0 +473334,0,0,0,0,0 +473335,0,0,0,0,0 +473336,0,0,0,0,0 +473337,0,0,0,0,0 +473338,0,0,0,0,0 +473339,0,0,0,0,0 +473340,0,0,0,0,0 +473341,0,0,0,0,0 +473342,0,0,0,0,0 +473343,0,0,0,0,0 +473344,0,0,0,0,0 +473345,0,0,0,0,0 +473346,0,0,0,0,0 +473347,0,0,0,0,0 +473348,0,0,0,0,0 +473349,0,0,0,0,0 +473350,0,0,0,0,0 +473351,0,0,0,0,0 +473352,0,0,0,0,0 +473353,0,0,0,0,0 +473354,0,0,0,0,0 +473355,0,0,0,0,0 +473356,0,0,0,0,0 +473357,0,0,0,0,0 +473358,0,0,0,0,0 +473359,0,0,0,0,0 +473360,0,0,0,0,0 +473361,0,0,0,0,0 +473362,0,0,0,0,0 +473363,0,0,0,0,0 +473364,0,0,0,0,0 +473365,0,0,0,0,0 +473366,0,0,0,0,0 +473367,0,0,0,0,0 +473368,0,0,0,0,0 +473369,0,0,0,0,0 +473370,0,0,0,0,0 +473371,0,0,0,0,0 +473372,0,0,0,0,0 +473373,0,0,0,0,0 +473374,0,0,0,0,0 +473375,0,0,0,0,0 +473376,0,0,0,0,0 +473377,0,0,0,0,0 +473378,0,0,0,0,0 +473379,0,0,0,0,0 +473380,0,0,0,0,0 +473381,0,0,0,0,0 +473382,0,0,0,0,0 +473383,0,0,0,0,0 +473384,0,0,0,0,0 +473385,0,0,0,0,0 +473386,0,0,0,0,0 +473387,0,0,0,0,0 +473388,0,0,0,0,0 +473389,0,0,0,0,0 +473390,0,0,0,0,0 +473391,0,0,0,0,0 +473392,0,0,0,0,0 +473393,0,0,0,0,0 +473394,0,0,0,0,0 +473395,0,0,0,0,0 +473396,0,0,0,0,0 +473397,0,0,0,0,0 +473398,0,0,0,0,0 +473399,0,0,0,0,0 +473400,0,0,0,0,0 +473401,0,0,0,0,0 +473402,0,0,0,0,0 +473403,0,0,0,0,0 +473404,0,0,0,0,0 +473405,0,0,0,0,0 +473406,0,0,0,0,0 +473407,0,0,0,0,0 +473408,0,0,0,0,0 +473409,0,0,0,0,0 +473410,0,0,0,0,0 +473411,0,0,0,0,0 +473412,0,0,0,0,0 +473413,0,0,0,0,0 +473414,0,0,0,0,0 +473415,0,0,0,0,0 +473416,0,0,0,0,0 +473417,0,0,0,0,0 +473418,0,0,0,0,0 +473419,0,0,0,0,0 +473420,0,0,0,0,0 +473421,0,0,0,0,0 +473422,0,0,0,0,0 +473423,0,0,0,0,0 +473424,0,0,0,0,0 +473425,0,0,0,0,0 +473426,0,0,0,0,0 +473427,0,0,0,0,0 +473428,0,0,0,0,0 +473429,0,0,0,0,0 +473430,0,0,0,0,0 +473431,0,0,0,0,0 +473432,0,0,0,0,0 +473433,0,0,0,0,0 +473434,0,0,0,0,0 +473435,0,0,0,0,0 +473436,0,0,0,0,0 +473437,0,0,0,0,0 +473438,0,0,0,0,0 +473439,0,0,0,0,0 +473440,0,0,0,0,0 +473441,0,0,0,0,0 +473442,0,0,0,0,0 +473443,0,0,0,0,0 +473444,0,0,0,0,0 +473445,0,0,0,0,0 +473446,0,0,0,0,0 +473447,0,0,0,0,0 +473448,0,0,0,0,0 +473449,0,0,0,0,0 +473450,0,0,0,0,0 +473451,0,0,0,0,0 +473452,0,0,0,0,0 +473453,0,0,0,0,0 +473454,0,0,0,0,0 +473455,0,0,0,0,0 +473456,0,0,0,0,0 +473457,0,0,0,0,0 +473458,0,0,0,0,0 +473459,0,0,0,0,0 +473460,0,0,0,0,0 +473461,0,0,0,0,0 +473462,0,0,0,0,0 +473463,0,0,0,0,0 +473464,0,0,0,0,0 +473465,0,0,0,0,0 +473466,0,0,0,0,0 +473467,0,0,0,0,0 +473468,0,0,0,0,0 +473469,0,0,0,0,0 +473470,0,0,0,0,0 +473471,0,0,0,0,0 +473472,0,0,0,0,0 +473473,0,0,0,0,0 +473474,0,0,0,0,0 +473475,0,0,0,0,0 +473476,0,0,0,0,0 +473477,0,0,0,0,0 +473478,0,0,0,0,0 +473479,0,0,0,0,0 +473480,0,0,0,0,0 +473481,0,0,0,0,0 +473482,0,0,0,0,0 +473483,0,0,0,0,0 +473484,0,0,0,0,0 +473485,0,0,0,0,0 +473486,0,0,0,0,0 +473487,0,0,0,0,0 +473488,0,0,0,0,0 +473489,0,0,0,0,0 +473490,0,0,0,0,0 +473491,0,0,0,0,0 +473492,0,0,0,0,0 +473493,0,0,0,0,0 +473494,0,0,0,0,0 +473495,0,0,0,0,0 +473496,0,0,0,0,0 +473497,0,0,0,0,0 +473498,0,0,0,0,0 +473499,0,0,0,0,0 +473500,0,0,0,0,0 +473501,0,0,0,0,0 +473502,0,0,0,0,0 +473503,0,0,0,0,0 +473504,0,0,0,0,0 +473505,0,0,0,0,0 +473506,0,0,0,0,0 +473507,0,0,0,0,0 +473508,0,0,0,0,0 +473509,0,0,0,0,0 +473510,0,0,0,0,0 +473511,0,0,0,0,0 +473512,0,0,0,0,0 +473513,0,0,0,0,0 +473514,0,0,0,0,0 +473515,0,0,0,0,0 +473516,0,0,0,0,0 +473517,0,0,0,0,0 +473518,0,0,0,0,0 +473519,0,0,0,0,0 +473520,0,0,0,0,0 +473521,0,0,0,0,0 +473522,0,0,0,0,0 +473523,0,0,0,0,0 +473524,0,0,0,0,0 +473525,0,0,0,0,0 +473526,0,0,0,0,0 +473527,0,0,0,0,0 +473528,0,0,0,0,0 +473529,0,0,0,0,0 +473530,0,0,0,0,0 +473531,0,0,0,0,0 +473532,0,0,0,0,0 +473533,0,0,0,0,0 +473534,0,0,0,0,0 +473535,0,0,0,0,0 +473536,0,0,0,0,0 +473537,0,0,0,0,0 +473538,0,0,0,0,0 +473539,0,0,0,0,0 +473540,0,0,0,0,0 +473541,0,0,0,0,0 +473542,0,0,0,0,0 +473543,0,0,0,0,0 +473544,0,0,0,0,0 +473545,0,0,0,0,0 +473546,0,0,0,0,0 +473547,0,0,0,0,0 +473548,0,0,0,0,0 +473549,0,0,0,0,0 +473550,0,0,0,0,0 +473551,0,0,0,0,0 +473552,0,0,0,0,0 +473553,0,0,0,0,0 +473554,0,0,0,0,0 +473555,0,0,0,0,0 +473556,0,0,0,0,0 +473557,0,0,0,0,0 +473558,0,0,0,0,0 +473559,0,0,0,0,0 +473560,0,0,0,0,0 +473561,0,0,0,0,0 +473562,0,0,0,0,0 +473563,0,0,0,0,0 +473564,0,0,0,0,0 +473565,0,0,0,0,0 +473566,0,0,0,0,0 +473567,0,0,0,0,0 +473568,0,0,0,0,0 +473569,0,0,0,0,0 +473570,0,0,0,0,0 +473571,0,0,0,0,0 +473572,0,0,0,0,0 +473573,0,0,0,0,0 +473574,0,0,0,0,0 +473575,0,0,0,0,0 +473576,0,0,0,0,0 +473577,0,0,0,0,0 +473578,0,0,0,0,0 +473579,0,0,0,0,0 +473580,0,0,0,0,0 +473581,0,0,0,0,0 +473582,0,0,0,0,0 +473583,0,0,0,0,0 +473584,0,0,0,0,0 +473585,0,0,0,0,0 +473586,0,0,0,0,0 +473587,0,0,0,0,0 +473588,0,0,0,0,0 +473589,0,0,0,0,0 +473590,0,0,0,0,0 +473591,0,0,0,0,0 +473592,0,0,0,0,0 +473593,0,0,0,0,0 +473594,0,0,0,0,0 +473595,0,0,0,0,0 +473596,0,0,0,0,0 +473597,0,0,0,0,0 +473598,0,0,0,0,0 +473599,0,0,0,0,0 +473600,0,0,0,0,0 +473601,0,0,0,0,0 +473602,0,0,0,0,0 +473603,0,0,0,0,0 +473604,0,0,0,0,0 +473605,0,0,0,0,0 +473606,0,0,0,0,0 +473607,0,0,0,0,0 +473608,0,0,0,0,0 +473609,0,0,0,0,0 +473610,0,0,0,0,0 +473611,0,0,0,0,0 +473612,0,0,0,0,0 +473613,0,0,0,0,0 +473614,0,0,0,0,0 +473615,0,0,0,0,0 +473616,0,0,0,0,0 +473617,0,0,0,0,0 +473618,0,0,0,0,0 +473619,0,0,0,0,0 +473620,0,0,0,0,0 +473621,0,0,0,0,0 +473622,0,0,0,0,0 +473623,0,0,0,0,0 +473624,0,0,0,0,0 +473625,0,0,0,0,0 +473626,0,0,0,0,0 +473627,0,0,0,0,0 +473628,0,0,0,0,0 +473629,0,0,0,0,0 +473630,0,0,0,0,0 +473631,0,0,0,0,0 +473632,0,0,0,0,0 +473633,0,0,0,0,0 +473634,0,0,0,0,0 +473635,0,0,0,0,0 +473636,0,0,0,0,0 +473637,0,0,0,0,0 +473638,0,0,0,0,0 +473639,0,0,0,0,0 +473640,0,0,0,0,0 +473641,0,0,0,0,0 +473642,0,0,0,0,0 +473643,0,0,0,0,0 +473644,0,0,0,0,0 +473645,0,0,0,0,0 +473646,0,0,0,0,0 +473647,0,0,0,0,0 +473648,0,0,0,0,0 +473649,0,0,0,0,0 +473650,0,0,0,0,0 +473651,0,0,0,0,0 +473652,0,0,0,0,0 +473653,0,0,0,0,0 +473654,0,0,0,0,0 +473655,0,0,0,0,0 +473656,0,0,0,0,0 +473657,0,0,0,0,0 +473658,0,0,0,0,0 +473659,0,0,0,0,0 +473660,0,0,0,0,0 +473661,0,0,0,0,0 +473662,0,0,0,0,0 +473663,0,0,0,0,0 +473664,0,0,0,0,0 +473665,0,0,0,0,0 +473666,0,0,0,0,0 +473667,0,0,0,0,0 +473668,0,0,0,0,0 +473669,0,0,0,0,0 +473670,0,0,0,0,0 +473671,0,0,0,0,0 +473672,0,0,0,0,0 +473673,0,0,0,0,0 +473674,0,0,0,0,0 +473675,0,0,0,0,0 +473676,0,0,0,0,0 +473677,0,0,0,0,0 +473678,0,0,0,0,0 +473679,0,0,0,0,0 +473680,0,0,0,0,0 +473681,0,0,0,0,0 +473682,0,0,0,0,0 +473683,0,0,0,0,0 +473684,0,0,0,0,0 +473685,0,0,0,0,0 +473686,0,0,0,0,0 +473687,0,0,0,0,0 +473688,0,0,0,0,0 +473689,0,0,0,0,0 +473690,0,0,0,0,0 +473691,0,0,0,0,0 +473692,0,0,0,0,0 +473693,0,0,0,0,0 +473694,0,0,0,0,0 +473695,0,0,0,0,0 +473696,0,0,0,0,0 +473697,0,0,0,0,0 +473698,0,0,0,0,0 +473699,0,0,0,0,0 +473700,0,0,0,0,0 +473701,0,0,0,0,0 +473702,0,0,0,0,0 +473703,0,0,0,0,0 +473704,0,0,0,0,0 +473705,0,0,0,0,0 +473706,0,0,0,0,0 +473707,0,0,0,0,0 +473708,0,0,0,0,0 +473709,0,0,0,0,0 +473710,0,0,0,0,0 +473711,0,0,0,0,0 +473712,0,0,0,0,0 +473713,0,0,0,0,0 +473714,0,0,0,0,0 +473715,0,0,0,0,0 +473716,0,0,0,0,0 +473717,0,0,0,0,0 +473718,0,0,0,0,0 +473719,0,0,0,0,0 +473720,0,0,0,0,0 +473721,0,0,0,0,0 +473722,0,0,0,0,0 +473723,0,0,0,0,0 +473724,0,0,0,0,0 +473725,0,0,0,0,0 +473726,0,0,0,0,0 +473727,0,0,0,0,0 +473728,0,0,0,0,0 +473729,0,0,0,0,0 +473730,0,0,0,0,0 +473731,0,0,0,0,0 +473732,0,0,0,0,0 +473733,0,0,0,0,0 +473734,0,0,0,0,0 +473735,0,0,0,0,0 +473736,0,0,0,0,0 +473737,0,0,0,0,0 +473738,0,0,0,0,0 +473739,0,0,0,0,0 +473740,0,0,0,0,0 +473741,0,0,0,0,0 +473742,0,0,0,0,0 +473743,0,0,0,0,0 +473744,0,0,0,0,0 +473745,0,0,0,0,0 +473746,0,0,0,0,0 +473747,0,0,0,0,0 +473748,0,0,0,0,0 +473749,0,0,0,0,0 +473750,0,0,0,0,0 +473751,0,0,0,0,0 +473752,0,0,0,0,0 +473753,0,0,0,0,0 +473754,0,0,0,0,0 +473755,0,0,0,0,0 +473756,0,0,0,0,0 +473757,0,0,0,0,0 +473758,0,0,0,0,0 +473759,0,0,0,0,0 +473760,0,0,0,0,0 +473761,0,0,0,0,0 +473762,0,0,0,0,0 +473763,0,0,0,0,0 +473764,0,0,0,0,0 +473765,0,0,0,0,0 +473766,0,0,0,0,0 +473767,0,0,0,0,0 +473768,0,0,0,0,0 +473769,0,0,0,0,0 +473770,0,0,0,0,0 +473771,0,0,0,0,0 +473772,0,0,0,0,0 +473773,0,0,0,0,0 +473774,0,0,0,0,0 +473775,0,0,0,0,0 +473776,0,0,0,0,0 +473777,0,0,0,0,0 +473778,0,0,0,0,0 +473779,0,0,0,0,0 +473780,0,0,0,0,0 +473781,0,0,0,0,0 +473782,0,0,0,0,0 +473783,0,0,0,0,0 +473784,0,0,0,0,0 +473785,0,0,0,0,0 +473786,0,0,0,0,0 +473787,0,0,0,0,0 +473788,0,0,0,0,0 +473789,0,0,0,0,0 +473790,0,0,0,0,0 +473791,0,0,0,0,0 +473792,0,0,0,0,0 +473793,0,0,0,0,0 +473794,0,0,0,0,0 +473795,0,0,0,0,0 +473796,0,0,0,0,0 +473797,0,0,0,0,0 +473798,0,0,0,0,0 +473799,0,0,0,0,0 +473800,0,0,0,0,0 +473801,0,0,0,0,0 +473802,0,0,0,0,0 +473803,0,0,0,0,0 +473804,0,0,0,0,0 +473805,0,0,0,0,0 +473806,0,0,0,0,0 +473807,0,0,0,0,0 +473808,0,0,0,0,0 +473809,0,0,0,0,0 +473810,0,0,0,0,0 +473811,0,0,0,0,0 +473812,0,0,0,0,0 +473813,0,0,0,0,0 +473814,0,0,0,0,0 +473815,0,0,0,0,0 +473816,0,0,0,0,0 +473817,0,0,0,0,0 +473818,0,0,0,0,0 +473819,0,0,0,0,0 +473820,0,0,0,0,0 +473821,0,0,0,0,0 +473822,0,0,0,0,0 +473823,0,0,0,0,0 +473824,0,0,0,0,0 +473825,0,0,0,0,0 +473826,0,0,0,0,0 +473827,0,0,0,0,0 +473828,0,0,0,0,0 +473829,0,0,0,0,0 +473830,0,0,0,0,0 +473831,0,0,0,0,0 +473832,0,0,0,0,0 +473833,0,0,0,0,0 +473834,0,0,0,0,0 +473835,0,0,0,0,0 +473836,0,0,0,0,0 +473837,0,0,0,0,0 +473838,0,0,0,0,0 +473839,0,0,0,0,0 +473840,0,0,0,0,0 +473841,0,0,0,0,0 +473842,0,0,0,0,0 +473843,0,0,0,0,0 +473844,0,0,0,0,0 +473845,0,0,0,0,0 +473846,0,0,0,0,0 +473847,0,0,0,0,0 +473848,0,0,0,0,0 +473849,0,0,0,0,0 +473850,0,0,0,0,0 +473851,0,0,0,0,0 +473852,0,0,0,0,0 +473853,0,0,0,0,0 +473854,0,0,0,0,0 +473855,0,0,0,0,0 +473856,0,0,0,0,0 +473857,0,0,0,0,0 +473858,0,0,0,0,0 +473859,0,0,0,0,0 +473860,0,0,0,0,0 +473861,0,0,0,0,0 +473862,0,0,0,0,0 +473863,0,0,0,0,0 +473864,0,0,0,0,0 +473865,0,0,0,0,0 +473866,0,0,0,0,0 +473867,0,0,0,0,0 +473868,0,0,0,0,0 +473869,0,0,0,0,0 +473870,0,0,0,0,0 +473871,0,0,0,0,0 +473872,0,0,0,0,0 +473873,0,0,0,0,0 +473874,0,0,0,0,0 +473875,0,0,0,0,0 +473876,0,0,0,0,0 +473877,0,0,0,0,0 +473878,0,0,0,0,0 +473879,0,0,0,0,0 +473880,0,0,0,0,0 +473881,0,0,0,0,0 +473882,0,0,0,0,0 +473883,0,0,0,0,0 +473884,0,0,0,0,0 +473885,0,0,0,0,0 +473886,0,0,0,0,0 +473887,0,0,0,0,0 +473888,0,0,0,0,0 +473889,0,0,0,0,0 +473890,0,0,0,0,0 +473891,0,0,0,0,0 +473892,0,0,0,0,0 +473893,0,0,0,0,0 +473894,0,0,0,0,0 +473895,0,0,0,0,0 +473896,0,0,0,0,0 +473897,0,0,0,0,0 +473898,0,0,0,0,0 +473899,0,0,0,0,0 +473900,0,0,0,0,0 +473901,0,0,0,0,0 +473902,0,0,0,0,0 +473903,0,0,0,0,0 +473904,0,0,0,0,0 +473905,0,0,0,0,0 +473906,0,0,0,0,0 +473907,0,0,0,0,0 +473908,0,0,0,0,0 +473909,0,0,0,0,0 +473910,0,0,0,0,0 +473911,0,0,0,0,0 +473912,0,0,0,0,0 +473913,0,0,0,0,0 +473914,0,0,0,0,0 +473915,0,0,0,0,0 +473916,0,0,0,0,0 +473917,0,0,0,0,0 +473918,0,0,0,0,0 +473919,0,0,0,0,0 +473920,0,0,0,0,0 +473921,0,0,0,0,0 +473922,0,0,0,0,0 +473923,0,0,0,0,0 +473924,0,0,0,0,0 +473925,0,0,0,0,0 +473926,0,0,0,0,0 +473927,0,0,0,0,0 +473928,0,0,0,0,0 +473929,0,0,0,0,0 +473930,0,0,0,0,0 +473931,0,0,0,0,0 +473932,0,0,0,0,0 +473933,0,0,0,0,0 +473934,0,0,0,0,0 +473935,0,0,0,0,0 +473936,0,0,0,0,0 +473937,0,0,0,0,0 +473938,0,0,0,0,0 +473939,0,0,0,0,0 +473940,0,0,0,0,0 +473941,0,0,0,0,0 +473942,0,0,0,0,0 +473943,0,0,0,0,0 +473944,0,0,0,0,0 +473945,0,0,0,0,0 +473946,0,0,0,0,0 +473947,0,0,0,0,0 +473948,0,0,0,0,0 +473949,0,0,0,0,0 +473950,0,0,0,0,0 +473951,0,0,0,0,0 +473952,0,0,0,0,0 +473953,0,0,0,0,0 +473954,0,0,0,0,0 +473955,0,0,0,0,0 +473956,0,0,0,0,0 +473957,0,0,0,0,0 +473958,0,0,0,0,0 +473959,0,0,0,0,0 +473960,0,0,0,0,0 +473961,0,0,0,0,0 +473962,0,0,0,0,0 +473963,0,0,0,0,0 +473964,0,0,0,0,0 +473965,0,0,0,0,0 +473966,0,0,0,0,0 +473967,0,0,0,0,0 +473968,0,0,0,0,0 +473969,0,0,0,0,0 +473970,0,0,0,0,0 +473971,0,0,0,0,0 +473972,0,0,0,0,0 +473973,0,0,0,0,0 +473974,0,0,0,0,0 +473975,0,0,0,0,0 +473976,0,0,0,0,0 +473977,0,0,0,0,0 +473978,0,0,0,0,0 +473979,0,0,0,0,0 +473980,0,0,0,0,0 +473981,0,0,0,0,0 +473982,0,0,0,0,0 +473983,0,0,0,0,0 +473984,0,0,0,0,0 +473985,0,0,0,0,0 +473986,0,0,0,0,0 +473987,0,0,0,0,0 +473988,0,0,0,0,0 +473989,0,0,0,0,0 +473990,0,0,0,0,0 +473991,0,0,0,0,0 +473992,0,0,0,0,0 +473993,0,0,0,0,0 +473994,0,0,0,0,0 +473995,0,0,0,0,0 +473996,0,0,0,0,0 +473997,0,0,0,0,0 +473998,0,0,0,0,0 +473999,0,0,0,0,0 +474000,0,0,0,0,0 +474001,0,0,0,0,0 +474002,0,0,0,0,0 +474003,0,0,0,0,0 +474004,0,0,0,0,0 +474005,0,0,0,0,0 +474006,0,0,0,0,0 +474007,0,0,0,0,0 +474008,0,0,0,0,0 +474009,0,0,0,0,0 +474010,0,0,0,0,0 +474011,0,0,0,0,0 +474012,0,0,0,0,0 +474013,0,0,0,0,0 +474014,0,0,0,0,0 +474015,0,0,0,0,0 +474016,0,0,0,0,0 +474017,0,0,0,0,0 +474018,0,0,0,0,0 +474019,0,0,0,0,0 +474020,0,0,0,0,0 +474021,0,0,0,0,0 +474022,0,0,0,0,0 +474023,0,0,0,0,0 +474024,0,0,0,0,0 +474025,0,0,0,0,0 +474026,0,0,0,0,0 +474027,0,0,0,0,0 +474028,0,0,0,0,0 +474029,0,0,0,0,0 +474030,0,0,0,0,0 +474031,0,0,0,0,0 +474032,0,0,0,0,0 +474033,0,0,0,0,0 +474034,0,0,0,0,0 +474035,0,0,0,0,0 +474036,0,0,0,0,0 +474037,0,0,0,0,0 +474038,0,0,0,0,0 +474039,0,0,0,0,0 +474040,0,0,0,0,0 +474041,0,0,0,0,0 +474042,0,0,0,0,0 +474043,0,0,0,0,0 +474044,0,0,0,0,0 +474045,0,0,0,0,0 +474046,0,0,0,0,0 +474047,0,0,0,0,0 +474048,0,0,0,0,0 +474049,0,0,0,0,0 +474050,0,0,0,0,0 +474051,0,0,0,0,0 +474052,0,0,0,0,0 +474053,0,0,0,0,0 +474054,0,0,0,0,0 +474055,0,0,0,0,0 +474056,0,0,0,0,0 +474057,0,0,0,0,0 +474058,0,0,0,0,0 +474059,0,0,0,0,0 +474060,0,0,0,0,0 +474061,0,0,0,0,0 +474062,0,0,0,0,0 +474063,0,0,0,0,0 +474064,0,0,0,0,0 +474065,0,0,0,0,0 +474066,0,0,0,0,0 +474067,0,0,0,0,0 +474068,0,0,0,0,0 +474069,0,0,0,0,0 +474070,0,0,0,0,0 +474071,0,0,0,0,0 +474072,0,0,0,0,0 +474073,0,0,0,0,0 +474074,0,0,0,0,0 +474075,0,0,0,0,0 +474076,0,0,0,0,0 +474077,0,0,0,0,0 +474078,0,0,0,0,0 +474079,0,0,0,0,0 +474080,0,0,0,0,0 +474081,0,0,0,0,0 +474082,0,0,0,0,0 +474083,0,0,0,0,0 +474084,0,0,0,0,0 +474085,0,0,0,0,0 +474086,0,0,0,0,0 +474087,0,0,0,0,0 +474088,0,0,0,0,0 +474089,0,0,0,0,0 +474090,0,0,0,0,0 +474091,0,0,0,0,0 +474092,0,0,0,0,0 +474093,0,0,0,0,0 +474094,0,0,0,0,0 +474095,0,0,0,0,0 +474096,0,0,0,0,0 +474097,0,0,0,0,0 +474098,0,0,0,0,0 +474099,0,0,0,0,0 +474100,0,0,0,0,0 +474101,0,0,0,0,0 +474102,0,0,0,0,0 +474103,0,0,0,0,0 +474104,0,0,0,0,0 +474105,0,0,0,0,0 +474106,0,0,0,0,0 +474107,0,0,0,0,0 +474108,0,0,0,0,0 +474109,0,0,0,0,0 +474110,0,0,0,0,0 +474111,0,0,0,0,0 +474112,0,0,0,0,0 +474113,0,0,0,0,0 +474114,0,0,0,0,0 +474115,0,0,0,0,0 +474116,0,0,0,0,0 +474117,0,0,0,0,0 +474118,0,0,0,0,0 +474119,0,0,0,0,0 +474120,0,0,0,0,0 +474121,0,0,0,0,0 +474122,0,0,0,0,0 +474123,0,0,0,0,0 +474124,0,0,0,0,0 +474125,0,0,0,0,0 +474126,0,0,0,0,0 +474127,0,0,0,0,0 +474128,0,0,0,0,0 +474129,0,0,0,0,0 +474130,0,0,0,0,0 +474131,0,0,0,0,0 +474132,0,0,0,0,0 +474133,0,0,0,0,0 +474134,0,0,0,0,0 +474135,0,0,0,0,0 +474136,0,0,0,0,0 +474137,0,0,0,0,0 +474138,0,0,0,0,0 +474139,0,0,0,0,0 +474140,0,0,0,0,0 +474141,0,0,0,0,0 +474142,0,0,0,0,0 +474143,0,0,0,0,0 +474144,0,0,0,0,0 +474145,0,0,0,0,0 +474146,0,0,0,0,0 +474147,0,0,0,0,0 +474148,0,0,0,0,0 +474149,0,0,0,0,0 +474150,0,0,0,0,0 +474151,0,0,0,0,0 +474152,0,0,0,0,0 +474153,0,0,0,0,0 +474154,0,0,0,0,0 +474155,0,0,0,0,0 +474156,0,0,0,0,0 +474157,0,0,0,0,0 +474158,0,0,0,0,0 +474159,0,0,0,0,0 +474160,0,0,0,0,0 +474161,0,0,0,0,0 +474162,0,0,0,0,0 +474163,0,0,0,0,0 +474164,0,0,0,0,0 +474165,0,0,0,0,0 +474166,0,0,0,0,0 +474167,0,0,0,0,0 +474168,0,0,0,0,0 +474169,0,0,0,0,0 +474170,0,0,0,0,0 +474171,0,0,0,0,0 +474172,0,0,0,0,0 +474173,0,0,0,0,0 +474174,0,0,0,0,0 +474175,0,0,0,0,0 +474176,0,0,0,0,0 +474177,0,0,0,0,0 +474178,0,0,0,0,0 +474179,0,0,0,0,0 +474180,0,0,0,0,0 +474181,-1695.161836,-818.4810426,-1665.259292,-818.48617,-1079.373438 +474182,-1625.021186,-687.7930593,-1591.263264,-687.7968905,-940.93495 +474183,-1412.96222,-597.9155478,-1383.822194,-597.9184954,-818.758732 +474184,-1511.657567,-643.8331736,-1484.193164,-643.836613,-884.7619471 +474185,-1674.954871,-709.3309702,-1640.537315,-709.335099,-977.458491 +474186,-1774.219187,-751.6292696,-1737.834943,-751.6338508,-1037.731469 +474187,-1834.154856,-777.2606372,-1796.576979,-777.2654998,-1074.808472 +474188,-1865.552398,-790.7944484,-1827.35561,-790.7994681,-1095.013373 +474189,-1878.050231,-796.3138523,-1839.6233,-796.3189469,-1103.956053 +474190,-1880.689388,-797.6481681,-1842.234828,-797.6532947,-1106.918878 +474191,-1598.441215,-797.3562728,-1841.106385,-797.3614149,-943.7868924 +474192,-1121.395322,-677.3681326,-1148.500388,-675.9409026,-429.7332004 +474193,-1458.568723,-560.3392278,-1388.468372,-561.4739531,-778.0222941 +474194,-1305.9209,-463.9379036,-1317.071628,-635.2110707,-658.7514184 +474195,-1294.590056,-396.6879482,-1265.695546,-592.6415753,-654.8706624 +474196,-1276.83352,-370.5127867,-1252.704055,-587.1936028,-649.5899057 +474197,-1270.744251,-345.6973256,-1239.215989,-580.5133431,-643.5239427 +474198,-1253.389587,-322.9768779,-1225.211768,-573.4692574,-640.1036465 +474199,-1245.248354,-299.2054762,-1213.954712,-568.2058587,-634.5385846 +474200,-1231.846536,-277.6194535,-1202.359074,-562.7339993,-630.2980818 +474201,-1224.981612,-254.9875116,-1188.67654,-555.8771069,-625.997568 +474202,-1210.878745,-234.0624207,-1179.891583,-552.3284592,-620.1682086 +474203,-1201.822288,-212.1661343,-1169.09384,-544.9642823,-617.2148302 +474204,-1192.570352,-191.44527,-1158.012045,-541.1497533,-611.9773342 +474205,-1181.19936,-185.7365045,-1146.639991,-534.578997,-608.1845936 +474206,-1169.527637,-166.8509812,-1138.894933,-529.1248389,-602.0234637 +474207,-1161.578807,-146.6512564,-1127.014859,-524.9149786,-598.9011142 +474208,-1151.44355,-127.0809582,-1118.921135,-519.1342776,-594.9567375 +474209,-1145.256294,-113.0826856,-1108.599951,-514.6709419,-589.3566645 +474210,-1132.626153,-97.30679785,-1100.17849,-510.8645941,-586.1161887 +474211,-1126.18776,-80.43949768,-1091.605932,-505.3954565,-581.198403 +474212,-1117.467176,-63.56909412,-1082.878515,-502.1968063,-576.2120248 +474213,-1108.588978,-46.42839489,-1076.230116,-497.292264,-573.6933273 +474214,-1101.826254,-29.42265835,-1067.221865,-492.2588094,-567.7463477 +474215,-1092.664076,-12.55187489,-1058.050261,-489.6941043,-565.1684328 +474216,-1085.684204,0,-1053.404632,-484.4588469,-560.8311757 +474217,-1076.228763,0,-1043.980204,-481.7895744,-555.5595502 +474218,-1071.438841,0,-1036.799369,-476.341605,-552.8966369 +474219,-1061.72193,0,-1029.520891,-473.5640399,-548.4165809 +474220,-1054.318726,0,-1022.142792,-468.8503261,-544.7950225 +474221,-1049.328355,0,-1017.168719,-466.4546964,-541.1397045 +474222,-1039.204592,0,-1009.617819,-462.0715971,-536.5226303 +474223,-1034.075029,0,-1001.962255,-458.1004288,-533.7269655 +474224,-1026.290192,0,-996.8016487,-455.0756442,-529.9688503 +474225,-1019.7207,0,-990.2824476,-452.0091035,-525.2220328 +474226,-1013.075027,0,-983.6869512,-447.8536027,-523.3083191 +474227,-1004.998153,0,-977.0151281,-444.6875156,-518.4843476 +474228,-999.5531782,0,-970.2664864,-441.4780296,-515.5634035 +474229,-994.0562997,0,-963.4396577,-438.2239862,-511.6373272 +474230,-982.9053964,0,-956.5335127,-434.370423,-508.6692107 +474231,-980.0885448,0,-950.9510556,-431.5806208,-505.6805202 +474232,-971.5515624,0,-942.4779243,-429.3255097,-501.6633054 +474233,-965.7941502,0,-936.7650171,-424.7501544,-498.6263888 +474234,-957.0568631,0,-930.9988672,-422.4315149,-494.5448359 +474235,-952.6447415,0,-922.2469062,-418.9129246,-493.519019 +474236,-945.219449,0,-919.3044039,-416.5403723,-488.3525365 +474237,-937.7073229,0,-908.8898236,-412.9390807,-485.224707 +474238,-931.6361291,0,-904.3769792,-409.8999849,-483.1280415 +474239,-925.5084562,0,-898.3101412,-407.4437565,-479.9647819 +474240,-917.7673939,0,-892.1856037,-404.3405526,-475.7136 +474241,-911.5108868,0,-882.8911074,-400.5688781,-473.574049 +474242,-902.0145729,0,-878.1969439,-397.3860826,-469.2655496 +474243,-894.0007393,0,-867.1123723,-394.1662544,-465.4640194 +474244,-887.5236707,0,-862.3091418,-390.9086467,-462.1821519 +474245,-877.6930933,0,-854.2271044,-387.6128638,-458.3256753 +474246,-869.3979863,0,-846.0511814,-383.607265,-454.9964893 +474247,-862.694506,0,-839.4435398,-381.5844727,-451.6453087 +474248,-854.2264004,0,-831.0980226,-377.4945647,-448.2720124 +474249,-845.6604385,0,-824.3535393,-374.0431378,-444.3085245 +474250,-833.5041024,0,-808.9516421,-369.1448014,-441.4591723 +474251,-824.7025843,0,-803.7491086,-364.1658836,-437.4441092 +474252,-817.5899297,0,-793.2332124,-362.0083915,-434.5578376 +474253,-806.7981373,0,-786.1447833,-357.6474032,-431.0738305 +474254,-799.5244842,0,-778.993363,-354.7074309,-426.9810264 +474255,-792.1854448,0,-771.7772922,-351.7406026,-424.0393075 +474256,-781.0514767,0,-762.6657599,-347.9933683,-421.6748277 +474257,-775.4307127,0,-755.3052186,-344.9652222,-416.9155986 +474258,-764.0741306,0,-748.8122724,-341.1414994,-413.9211926 +474259,-757.3819626,0,-740.3893481,-338.8272081,-410.911464 +474260,-747.7317962,0,-732.8331642,-334.9342475,-407.2792894 +474261,-738.9576643,0,-725.2118997,-331.3936683,-404.2355557 +474262,-730.0991818,0,-717.5253019,-328.6160731,-400.5626934 +474263,-721.1560544,0,-710.7458903,-325.4150364,-397.4851619 +474264,-713.1354735,0,-701.9546125,-321.3738426,-393.7718663 +474265,-703.0141914,0,-695.0602821,-319.3374553,-391.2842208 +474266,-694.8423845,0,-687.1192794,-315.2299551,-387.5341676 +474267,-684.5330481,0,-680.1172358,-312.3286478,-383.7622473 +474268,-676.2114217,0,-672.0528395,-308.9862491,-381.2356982 +474269,-667.8228247,0,-663.9232482,-305.6154996,-377.4275697 +474270,-656.178811,53.33962019,-657.7839936,-302.6429702,-373.5978735 +474271,-649.7764469,213.8501154,-648.5049445,-299.6484448,-371.6751746 +474272,-639.0219481,151.0313788,-643.3156893,-296.1992825,-367.1674205 +474273,-631.4342143,186.3558627,-634.9588182,-293.5941395,-363.9299729 +474274,-622.7013285,207.1979528,-628.6494071,-290.0955473,-361.3295637 +474275,-613.9037872,223.3403208,-621.242578,-287.4534013,-357.4111604 +474276,-603.9305528,239.2965537,-613.7872234,-284.7952112,-354.1299401 +474277,-596.1197247,255.43436,-607.3589826,-281.2257459,-351.4946669 +474278,-587.1343504,270.3094124,-599.8143927,-278.5305708,-347.5243716 +474279,-579.2217388,285.9437049,-593.3101303,-275.8197806,-344.2002785 +474280,-568.9793931,300.7929372,-586.7709402,-272.6370944,-341.5309778 +474281,-559.8126454,315.5237865,-577.997915,-269.8922709,-337.5101199 +474282,-551.7446224,329.9071134,-572.4852902,-266.6702905,-334.1443486 +474283,-542.4695497,353.0351991,-565.8385566,-263.8921249,-331.4420308 +474284,-533.1380535,371.1890944,-556.9236135,-261.0986435,-328.0518049 +474285,-524.9281255,389.9748053,-552.4453478,-257.8201967,-324.6481556 +474286,-514.3115464,407.8331968,-543.4435617,-254.9940358,-321.2313434 +474287,-507.1978931,425.7053415,-536.6557319,-252.1530223,-317.8015851 +474288,-496.4724542,443.3074607,-530.9757992,-249.2971258,-315.04861 +474289,-488.0877548,460.6784104,-522.9865284,-246.4264595,-311.5958361 +474290,-478.4603959,477.7837492,-516.1059192,-243.0589763,-308.1305388 +474291,-468.7872047,494.6631076,-509.1957995,-240.8842388,-304.6530117 +474292,-460.8955838,511.369169,-502.8359296,-237.2413823,-302.2116463 +474293,-450.5323482,527.5855963,-495.2881546,-234.8010089,-298.3631658 +474294,-441.9636175,544.3095177,-488.2920481,-231.8597712,-295.5553945 +474295,-432.1341429,560.1648694,-481.8552112,-228.9048732,-291.6826393 +474296,-422.2680144,576.1129468,-474.8073151,-225.9366685,-289.2111566 +474297,-414.2266001,591.8168205,-467.7333193,-222.955463,-285.3162811 +474298,-403.6772563,607.3377998,-461.2267218,-219.9615203,-282.8309588 +474299,-394.963645,622.6784319,-453.5102839,-217.4570591,-278.5581496 +474300,-384.978001,637.8020551,-446.9596329,-214.1880526,-276.4162945 +474301,-376.2187534,652.7524221,-440.9877224,-211.4109794,-272.8381773 +474302,-367.4403755,667.43645,-433.8003259,-208.8778319,-269.9685141 +474303,-357.3862178,681.9855739,-427.7946167,-205.8273466,-266.3726725 +474304,-348.5720869,696.3173399,-420.5683786,-203.2767053,-263.4892707 +474305,-339.743506,710.595904,-414.5314383,-200.4619984,-259.8767474 +474306,-329.6374358,724.5747542,-408.4810873,-197.6383029,-257.7050312 +474307,-321.4153445,738.5420283,-400.5958567,-194.5479126,-253.3519526 +474308,-311.2832483,752.2557039,-395.1252024,-192.482217,-251.1709825 +474309,-303.042393,765.3450406,-388.4257465,-188.8563012,-247.5293503 +474310,-292.8901226,779.5149913,-381.7125373,-186.7787842,-244.6103725 +474311,-283.3646104,792.440111,-375.5984685,-183.3937357,-241.3206599 +474312,-275.1041778,805.6695815,-368.2482398,-181.0444067,-238.3914702 +474313,-264.9314478,818.6109929,-362.7269078,-177.9042807,-235.0906545 +474314,-256.0262787,831.4933864,-355.9682388,-175.2813317,-232.1519492 +474315,-246.1633263,844.2979017,-349.1993547,-172.6529659,-228.472624 +474316,-237.2524487,856.7137631,-342.4210485,-169.4918365,-226.2620831 +474317,-227.702909,869.3308308,-336.8687473,-167.1163862,-222.2035796 +474318,-218.151762,881.4479958,-329.4566509,-163.9430426,-219.617327 +474319,-208.9179552,893.687185,-323.8917437,-161.2937226,-216.2881343 +474320,-199.3649194,905.8107321,-316.4641122,-158.3745128,-213.3252793 +474321,-189.8113596,917.534342,-310.2688966,-155.716569,-209.988221 +474322,-180.5759653,929.4431843,-304.0688074,-152.788345,-207.0187488 +474323,-170.7033719,941.0271142,-297.864033,-150.1225801,-203.6746559 +474324,-161.4676744,952.5490739,-290.4128701,-147.1863999,-200.6992826 +474325,-151.5949264,963.9315014,-284.82139,-144.5138984,-197.3489354 +474326,-142.3591497,975.1305578,-277.9835619,-141.5707479,-194.3683396 +474327,-132.4863508,986.4081627,-271.1423946,-138.6244898,-191.385494 +474328,-122.9320495,997.2215826,-265.5429899,-136.2117934,-187.6539672 +474329,-113.37775,1008.252741,-258.0739781,-132.9918181,-185.0401691 +474330,-103.5049529,1018.958104,-252.4707277,-130.3064054,-181.6775014 +474331,-94.58761202,1028.823397,-245.6202657,-127.6191381,-178.6866961 +474332,-85.03330929,1038.325718,-240.0142719,-124.9302168,-175.3201971 +474333,-75.79748945,1047.811364,-233.4725609,-122.2397451,-171.9519587 +474334,-66.88014438,1056.872982,-227.5530553,-119.5479589,-169.3311521 +474335,-57.32583169,1066.096124,-221.3211398,-116.8549557,-165.5855328 +474336,-48.09000142,1074.894685,-215.0886322,-113.8914895,-162.7752872 +474337,-39.01341101,1083.53569,-209.4789372,-111.7356435,-159.4018864 +474338,-29.61834665,1092.144616,-202.6220674,-108.6355409,-156.2149365 +474339,-20.38251817,1100.559882,-197.0117317,-106.0739399,-153.2146987 +474340,-11.14668834,1108.722708,-190.7777742,-103.3769949,-149.6510444 +474341,-1.910861203,1116.896171,-185.1670106,-100.9493024,-146.8370964 +474342,0,1126.612041,-178.309154,-97.84669175,-143.2721041 +474343,0,1135.471603,-172.6982123,-95.55324453,-140.4572329 +474344,0,1141.568584,-166.7755016,-92.58491074,-136.7035366 +474345,0,1152.18721,-160.5409101,-90.1561041,-134.0757022 +474346,0,1155.862704,-154.3063394,-87.18734585,-130.3212554 +474347,0,1169.314736,-148.6952504,-84.75828528,-127.5052287 +474348,0,1167.908459,-142.1489186,-82.05920954,-123.9380121 +474349,0,1160.23217,-136.5378172,-79.36001346,-120.933903 +474350,0,1193.845363,-130.3032309,-76.66078748,-117.5541315 +474351,0,1186.683966,-124.6920872,-73.96151878,-114.5497995 +474352,0,1196.415766,-118.1457056,-71.26225801,-110.7942657 +474353,0,1202.887213,-112.3786997,-68.83290351,-107.9775961 +474354,0,1209.058376,-106.2999875,-65.86363014,-104.5975221 +474355,0,1215.405156,-100.5329863,-63.4342415,-101.2174045 +474356,0,1221.379407,-94.14250608,-60.46497266,-97.83727069 +474357,0,1227.295846,-88.68724209,-58.03560153,-94.83270627 +474358,0,1233.100833,-82.14088772,-55.33628294,-91.26475137 +474359,0,1238.794596,-76.68562068,-52.63693332,-88.07237173 +474360,0,1244.366484,-70.13927619,-49.93759956,-84.6921983 +474361,0,1249.943296,-64.68401697,-47.23826222,-81.31202363 +474362,0,1255.296904,-58.29354352,-44.5389431,-77.93185139 +474363,0,1260.394996,-52.37066698,-41.83961304,-74.73946918 +474364,0,1265.486354,-46.29191982,-39.14029299,-71.17150032 +474365,0,1270.59129,-40.36905713,-36.57592729,-67.97911303 +474366,0,1275.421555,-34.44618293,-33.60665217,-64.41114326 +474367,0,1280.2868,-28.2115787,-31.1772607,-61.03096689 +474368,0,1284.829075,-22.44457195,-28.20799336,-57.65079288 +474369,0,1289.434714,-17.76862016,-25.64363508,-54.27061673 +474370,0,1293.856487,-13.24853374,-22.94431185,-50.70264901 +474371,0,1298.179581,-8.728444501,-20.24497674,-47.32247296 +474372,0,1302.392133,-3.740761346,-17.41067829,-43.7545084 +474373,0,1306.493533,0,-14.84631611,-40.37433401 +474374,0,1310.485769,0,-12.95678519,-36.80636922 +474375,0,1314.369336,0,-10.79731862,-33.23840489 +474376,0,1318.144245,0,-8.637852272,-29.85823014 +474377,0,1321.811139,0,-6.478390667,-26.10247676 +474378,0,1325.37087,0,-4.318927822,-22.72230175 +474379,0,1328.823526,0,-2.294430425,-19.15433692 +474380,0,1332.170038,0,0,-15.39858334 +474381,0,1335.493515,0,0,-12.0184071 +474382,0,1338.505481,0,0,-8.26265426 +474383,0,1341.596592,0,0,-4.506902151 +474384,0,1344.508731,0,0,-1.126725677 +474385,0,1347.33061,0,0,0 +474386,0,1350.049024,0,0,0 +474387,0,1352.579718,0,0,0 +474388,0,1355.21739,0,0,0 +474389,0,1357.566604,0,0,0 +474390,0,1359.889827,0,0,0 +474391,0,1361.741726,0,0,0 +474392,0,1363.420428,0,0,0 +474393,0,1365.044093,0,0,0 +474394,0,1366.326342,0,0,0 +474395,0,1367.671436,0,0,0 +474396,0,1368.819141,0,0,0 +474397,0,1369.861205,0,0,0 +474398,0,1370.786547,0,0,0 +474399,0,1371.596329,0,0,0 +474400,0,1372.292475,0,0,0 +474401,0,1372.875999,0,0,0 +474402,0,1373.34854,0,0,0 +474403,0,1373.710918,0,0,0 +474404,0,1373.964601,0,0,0 +474405,0,1374.110266,0,0,0 +474406,0,1374.149245,0,0,0 +474407,0,1374.082108,0,0,0 +474408,0,1373.910076,0,0,0 +474409,0,1373.633631,0,0,0 +474410,0,1373.253905,0,0,0 +474411,0,1372.771309,0,0,0 +474412,0,1372.186901,0,0,0 +474413,0,1371.501031,0,0,0 +474414,0,1370.714696,0,0,0 +474415,0,1369.828201,0,0,0 +474416,0,1368.842488,0,0,0 +474417,0,1367.757828,0,0,0 +474418,0,1366.575119,0,0,0 +474419,0,1365.294603,0,0,0 +474420,0,1363.83082,0,0,0 +474421,0,1362.367749,0,0,0 +474422,0,1360.603141,0,0,0 +474423,0,1358.812934,0,0,0 +474424,0,1356.912716,0,0,0 +474425,0,1354.917404,0,0,0 +474426,0,1352.828296,0,0,0 +474427,0,1350.731141,0,0,0 +474428,0,1348.332132,0,0,0 +474429,0,1346.025779,0,0,0 +474430,0,1343.553257,0,0,0 +474431,0,1341.002926,0,0,0 +474432,0,1338.361913,0,0,0 +474433,0,1335.631079,0,0,0 +474434,0,1332.725679,0,0,0 +474435,0,1329.937802,0,0,0 +474436,0,1326.878977,0,0,0 +474437,0,1323.805101,0,0,0 +474438,0,1320.630287,0,0,0 +474439,0,1317.367723,0,0,0 +474440,0,1314.018226,0,0,0 +474441,0,1310.581924,0,0,0 +474442,0,1307.059491,0,0,0 +474443,0,1303.450695,0,0,0 +474444,0,1299.756206,0,0,0 +474445,0,1295.9775,0,0,0 +474446,0,1292.113684,0,0,0 +474447,0,1288.165593,0,0,0 +474448,0,1284.133728,0,0,0 +474449,0,1280.018447,0,0,0 +474450,0,1275.73959,0,0,0 +474451,0,1271.371579,0,0,0 +474452,0,1266.704905,0,0,0 +474453,0,1262.087423,0,0,0 +474454,0,1257.166892,0,0,0 +474455,0,1252.323832,0,0,0 +474456,0,1247.238841,0,0,0 +474457,0,1242.273329,0,0,0 +474458,0,1237.046522,0,0,0 +474459,0,1231.80189,0,0,0 +474460,0,1226.459087,0,0,0 +474461,0,1221.027673,0,0,0 +474462,0,1215.5196,0,0,0 +474463,0,1209.923576,0,0,0 +474464,0,1204.247806,0,0,0 +474465,0,1198.412428,0,0,0 +474466,0,1192.68659,0,0,0 +474467,0,1186.716346,0,0,0 +474468,0,1180.810082,0,0,0 +474469,0,1174.553989,0,0,0 +474470,0,1168.57023,0,0,0 +474471,0,1162.282706,0,0,0 +474472,0,1155.923993,0,0,0 +474473,0,1169.263849,0,0,0 +474474,0,1114.313554,0,0,0 +474475,0,1171.799915,0,0,0 +474476,0,1096.38108,0,0,0 +474477,0,1150.086085,0,0,0 +474478,0,1096.250095,0,0,0 +474479,0,1118.27862,0,0,0 +474480,0,1101.060483,0,0,0 +474481,0,1096.018423,0,0,0 +474482,0,1088.969691,0,0,0 +474483,0,1081.864531,0,0,0 +474484,0,1074.759365,0,0,0 +474485,0,1067.419783,0,0,0 +474486,0,1060.096214,0,0,0 +474487,0,1052.819073,0,0,0 +474488,0,1045.410702,0,0,0 +474489,0,1037.838652,0,0,0 +474490,0,1030.340636,0,0,0 +474491,0,1022.726421,0,0,0 +474492,0,1015.065482,0,0,0 +474493,0,1007.349249,0,0,0 +474494,0,999.5781923,0,0,0 +474495,0,991.8162622,0,0,0 +474496,0,983.8500824,0,0,0 +474497,0,975.9038523,0,0,0 +474498,0,968.0035337,0,0,0 +474499,211.1687427,959.9953483,0,0,0 +474500,136.0397729,951.8404971,0,0,0 +474501,167.3892049,943.7627477,0,0,0 +474502,189.2939416,935.5862014,0,0,0 +474503,205.0587225,927.372215,0,0,0 +474504,220.9120604,919.1177313,0,0,0 +474505,236.8921028,910.8795419,0,0,0 +474506,252.0585731,902.3945381,0,0,0 +474507,267.4891802,894.0442599,0,0,0 +474508,283.1184465,885.7702168,0,0,0 +474509,298.2235543,877.1310682,0,0,0 +474510,313.4517653,868.793187,0,0,0 +474511,328.3968254,859.9623247,0,0,0 +474512,343.1652631,851.3910616,0,0,0 +474513,357.9456939,842.6699299,0,0,0 +474514,372.5474169,833.7804251,0,0,0 +474515,386.8834327,825.146432,0,0,0 +474516,401.8182329,816.1897866,0,0,0 +474517,416.0499294,807.421959,0,0,0 +474518,430.4844966,798.3908361,0,0,0 +474519,444.8107729,789.6290512,0,0,0 +474520,459.0843622,780.5624287,0,0,0 +474521,473.3079266,771.631106,0,0,0 +474522,487.4847673,762.6267978,0,0,0 +474523,501.6942053,754.1025879,0,0,0 +474524,515.7138515,744.3265736,0,0,0 +474525,529.4160907,735.6855668,0,0,0 +474526,543.9363899,726.5110094,0,0,0 +474527,557.7354956,717.389717,0,0,0 +474528,571.6440013,708.3642625,0,0,0 +474529,585.5727062,699.1835994,0,0,0 +474530,599.5011147,690.1410969,0,0,0 +474531,613.2605899,680.9937497,0,0,0 +474532,627.1229954,671.8298468,0,0,0 +474533,640.8598332,662.7659076,0,0,0 +474534,654.5708069,653.5610458,0,0,0 +474535,668.4435424,644.4978934,0,0,0 +474536,681.9801575,635.2971703,0,0,0 +474537,695.7527307,626.2357324,0,0,0 +474538,709.5075218,617.0456914,0,0,0 +474539,722.9919419,607.9939239,0,0,0 +474540,736.7587197,598.8210626,0,0,0 +474541,0,0,0,0,0 +474542,0,0,0,0,0 +474543,0,0,0,0,0 +474544,0,0,0,0,0 +474545,0,0,0,0,0 +474546,0,0,0,0,0 +474547,0,0,0,0,0 +474548,0,0,0,0,0 +474549,0,0,0,0,0 +474550,0,0,0,0,0 +474551,0,0,0,0,0 +474552,0,0,0,0,0 +474553,0,0,0,0,0 +474554,0,0,0,0,0 +474555,0,0,0,0,0 +474556,0,0,0,0,0 +474557,0,0,0,0,0 +474558,0,0,0,0,0 +474559,0,0,0,0,0 +474560,0,0,0,0,0 +474561,0,0,0,0,0 +474562,0,0,0,0,0 +474563,0,0,0,0,0 +474564,0,0,0,0,0 +474565,0,0,0,0,0 +474566,0,0,0,0,0 +474567,0,0,0,0,0 +474568,0,0,0,0,0 +474569,0,0,0,0,0 +474570,0,0,0,0,0 +474571,0,0,0,0,0 +474572,0,0,0,0,0 +474573,0,0,0,0,0 +474574,0,0,0,0,0 +474575,0,0,0,0,0 +474576,0,0,0,0,0 +474577,0,0,0,0,0 +474578,0,0,0,0,0 +474579,0,0,0,0,0 +474580,0,0,0,0,0 +474581,0,0,0,0,0 +474582,0,0,0,0,0 +474583,0,0,0,0,0 +474584,0,0,0,0,0 +474585,0,0,0,0,0 +474586,0,0,0,0,0 +474587,0,0,0,0,0 +474588,0,0,0,0,0 +474589,0,0,0,0,0 +474590,0,0,0,0,0 +474591,0,0,0,0,0 +474592,0,0,0,0,0 +474593,0,0,0,0,0 +474594,0,0,0,0,0 +474595,0,0,0,0,0 +474596,0,0,0,0,0 +474597,0,0,0,0,0 +474598,0,0,0,0,0 +474599,0,0,0,0,0 +474600,0,0,0,0,0 +474601,0,0,0,0,0 +474602,0,0,0,0,0 +474603,0,0,0,0,0 +474604,0,0,0,0,0 +474605,0,0,0,0,0 +474606,0,0,0,0,0 +474607,0,0,0,0,0 +474608,0,0,0,0,0 +474609,0,0,0,0,0 +474610,0,0,0,0,0 +474611,0,0,0,0,0 +474612,0,0,0,0,0 +474613,0,0,0,0,0 +474614,0,0,0,0,0 +474615,0,0,0,0,0 +474616,0,0,0,0,0 +474617,0,0,0,0,0 +474618,0,0,0,0,0 +474619,0,0,0,0,0 +474620,0,0,0,0,0 +474621,0,0,0,0,0 +474622,0,0,0,0,0 +474623,0,0,0,0,0 +474624,0,0,0,0,0 +474625,0,0,0,0,0 +474626,0,0,0,0,0 +474627,0,0,0,0,0 +474628,0,0,0,0,0 +474629,0,0,0,0,0 +474630,0,0,0,0,0 +474631,0,0,0,0,0 +474632,0,0,0,0,0 +474633,0,0,0,0,0 +474634,0,0,0,0,0 +474635,0,0,0,0,0 +474636,0,0,0,0,0 +474637,0,0,0,0,0 +474638,0,0,0,0,0 +474639,0,0,0,0,0 +474640,0,0,0,0,0 +474641,0,0,0,0,0 +474642,0,0,0,0,0 +474643,0,0,0,0,0 +474644,0,0,0,0,0 +474645,0,0,0,0,0 +474646,0,0,0,0,0 +474647,0,0,0,0,0 +474648,0,0,0,0,0 +474649,0,0,0,0,0 +474650,0,0,0,0,0 +474651,0,0,0,0,0 +474652,0,0,0,0,0 +474653,0,0,0,0,0 +474654,0,0,0,0,0 +474655,0,0,0,0,0 +474656,0,0,0,0,0 +474657,0,0,0,0,0 +474658,0,0,0,0,0 +474659,0,0,0,0,0 +474660,0,0,0,0,0 +474661,0,0,0,0,0 +474662,0,0,0,0,0 +474663,0,0,0,0,0 +474664,0,0,0,0,0 +474665,0,0,0,0,0 +474666,0,0,0,0,0 +474667,0,0,0,0,0 +474668,0,0,0,0,0 +474669,0,0,0,0,0 +474670,0,0,0,0,0 +474671,0,0,0,0,0 +474672,0,0,0,0,0 +474673,0,0,0,0,0 +474674,0,0,0,0,0 +474675,0,0,0,0,0 +474676,0,0,0,0,0 +474677,0,0,0,0,0 +474678,0,0,0,0,0 +474679,0,0,0,0,0 +474680,0,0,0,0,0 +474681,0,0,0,0,0 +474682,0,0,0,0,0 +474683,0,0,0,0,0 +474684,0,0,0,0,0 +474685,0,0,0,0,0 +474686,0,0,0,0,0 +474687,0,0,0,0,0 +474688,0,0,0,0,0 +474689,0,0,0,0,0 +474690,0,0,0,0,0 +474691,0,0,0,0,0 +474692,0,0,0,0,0 +474693,0,0,0,0,0 +474694,0,0,0,0,0 +474695,0,0,0,0,0 +474696,0,0,0,0,0 +474697,0,0,0,0,0 +474698,0,0,0,0,0 +474699,0,0,0,0,0 +474700,0,0,0,0,0 +474701,0,0,0,0,0 +474702,0,0,0,0,0 +474703,0,0,0,0,0 +474704,0,0,0,0,0 +474705,0,0,0,0,0 +474706,0,0,0,0,0 +474707,0,0,0,0,0 +474708,0,0,0,0,0 +474709,0,0,0,0,0 +474710,0,0,0,0,0 +474711,0,0,0,0,0 +474712,0,0,0,0,0 +474713,0,0,0,0,0 +474714,0,0,0,0,0 +474715,0,0,0,0,0 +474716,0,0,0,0,0 +474717,0,0,0,0,0 +474718,0,0,0,0,0 +474719,0,0,0,0,0 +474720,0,0,0,0,0 +474721,0,0,0,0,0 +474722,0,0,0,0,0 +474723,0,0,0,0,0 +474724,0,0,0,0,0 +474725,0,0,0,0,0 +474726,0,0,0,0,0 +474727,0,0,0,0,0 +474728,0,0,0,0,0 +474729,0,0,0,0,0 +474730,0,0,0,0,0 +474731,0,0,0,0,0 +474732,0,0,0,0,0 +474733,0,0,0,0,0 +474734,0,0,0,0,0 +474735,0,0,0,0,0 +474736,0,0,0,0,0 +474737,0,0,0,0,0 +474738,0,0,0,0,0 +474739,0,0,0,0,0 +474740,0,0,0,0,0 +474741,0,0,0,0,0 +474742,0,0,0,0,0 +474743,0,0,0,0,0 +474744,0,0,0,0,0 +474745,0,0,0,0,0 +474746,0,0,0,0,0 +474747,0,0,0,0,0 +474748,0,0,0,0,0 +474749,0,0,0,0,0 +474750,0,0,0,0,0 +474751,0,0,0,0,0 +474752,0,0,0,0,0 +474753,0,0,0,0,0 +474754,0,0,0,0,0 +474755,0,0,0,0,0 +474756,0,0,0,0,0 +474757,0,0,0,0,0 +474758,0,0,0,0,0 +474759,0,0,0,0,0 +474760,0,0,0,0,0 +474761,0,0,0,0,0 +474762,0,0,0,0,0 +474763,0,0,0,0,0 +474764,0,0,0,0,0 +474765,0,0,0,0,0 +474766,0,0,0,0,0 +474767,0,0,0,0,0 +474768,0,0,0,0,0 +474769,0,0,0,0,0 +474770,0,0,0,0,0 +474771,0,0,0,0,0 +474772,0,0,0,0,0 +474773,0,0,0,0,0 +474774,0,0,0,0,0 +474775,0,0,0,0,0 +474776,0,0,0,0,0 +474777,0,0,0,0,0 +474778,0,0,0,0,0 +474779,0,0,0,0,0 +474780,0,0,0,0,0 +474781,0,0,0,0,0 +474782,0,0,0,0,0 +474783,0,0,0,0,0 +474784,0,0,0,0,0 +474785,0,0,0,0,0 +474786,0,0,0,0,0 +474787,0,0,0,0,0 +474788,0,0,0,0,0 +474789,0,0,0,0,0 +474790,0,0,0,0,0 +474791,0,0,0,0,0 +474792,0,0,0,0,0 +474793,0,0,0,0,0 +474794,0,0,0,0,0 +474795,0,0,0,0,0 +474796,0,0,0,0,0 +474797,0,0,0,0,0 +474798,0,0,0,0,0 +474799,0,0,0,0,0 +474800,0,0,0,0,0 +474801,0,0,0,0,0 +474802,0,0,0,0,0 +474803,0,0,0,0,0 +474804,0,0,0,0,0 +474805,0,0,0,0,0 +474806,0,0,0,0,0 +474807,0,0,0,0,0 +474808,0,0,0,0,0 +474809,0,0,0,0,0 +474810,0,0,0,0,0 +474811,0,0,0,0,0 +474812,0,0,0,0,0 +474813,0,0,0,0,0 +474814,0,0,0,0,0 +474815,0,0,0,0,0 +474816,0,0,0,0,0 +474817,0,0,0,0,0 +474818,0,0,0,0,0 +474819,0,0,0,0,0 +474820,0,0,0,0,0 +474821,0,0,0,0,0 +474822,0,0,0,0,0 +474823,0,0,0,0,0 +474824,0,0,0,0,0 +474825,0,0,0,0,0 +474826,0,0,0,0,0 +474827,0,0,0,0,0 +474828,0,0,0,0,0 +474829,0,0,0,0,0 +474830,0,0,0,0,0 +474831,0,0,0,0,0 +474832,0,0,0,0,0 +474833,0,0,0,0,0 +474834,0,0,0,0,0 +474835,0,0,0,0,0 +474836,0,0,0,0,0 +474837,0,0,0,0,0 +474838,0,0,0,0,0 +474839,0,0,0,0,0 +474840,0,0,0,0,0 +474841,0,0,0,0,0 +474842,0,0,0,0,0 +474843,0,0,0,0,0 +474844,0,0,0,0,0 +474845,0,0,0,0,0 +474846,0,0,0,0,0 +474847,0,0,0,0,0 +474848,0,0,0,0,0 +474849,0,0,0,0,0 +474850,0,0,0,0,0 +474851,0,0,0,0,0 +474852,0,0,0,0,0 +474853,0,0,0,0,0 +474854,0,0,0,0,0 +474855,0,0,0,0,0 +474856,0,0,0,0,0 +474857,0,0,0,0,0 +474858,0,0,0,0,0 +474859,0,0,0,0,0 +474860,0,0,0,0,0 +474861,0,0,0,0,0 +474862,0,0,0,0,0 +474863,0,0,0,0,0 +474864,0,0,0,0,0 +474865,0,0,0,0,0 +474866,0,0,0,0,0 +474867,0,0,0,0,0 +474868,0,0,0,0,0 +474869,0,0,0,0,0 +474870,0,0,0,0,0 +474871,0,0,0,0,0 +474872,0,0,0,0,0 +474873,0,0,0,0,0 +474874,0,0,0,0,0 +474875,0,0,0,0,0 +474876,0,0,0,0,0 +474877,0,0,0,0,0 +474878,0,0,0,0,0 +474879,0,0,0,0,0 +474880,0,0,0,0,0 +474881,0,0,0,0,0 +474882,0,0,0,0,0 +474883,0,0,0,0,0 +474884,0,0,0,0,0 +474885,0,0,0,0,0 +474886,0,0,0,0,0 +474887,0,0,0,0,0 +474888,0,0,0,0,0 +474889,0,0,0,0,0 +474890,0,0,0,0,0 +474891,0,0,0,0,0 +474892,0,0,0,0,0 +474893,0,0,0,0,0 +474894,0,0,0,0,0 +474895,0,0,0,0,0 +474896,0,0,0,0,0 +474897,0,0,0,0,0 +474898,0,0,0,0,0 +474899,0,0,0,0,0 +474900,0,0,0,0,0 +474901,0,0,0,0,0 +474902,0,0,0,0,0 +474903,0,0,0,0,0 +474904,0,0,0,0,0 +474905,0,0,0,0,0 +474906,0,0,0,0,0 +474907,0,0,0,0,0 +474908,0,0,0,0,0 +474909,0,0,0,0,0 +474910,0,0,0,0,0 +474911,0,0,0,0,0 +474912,0,0,0,0,0 +474913,0,0,0,0,0 +474914,0,0,0,0,0 +474915,0,0,0,0,0 +474916,0,0,0,0,0 +474917,0,0,0,0,0 +474918,0,0,0,0,0 +474919,0,0,0,0,0 +474920,0,0,0,0,0 +474921,0,0,0,0,0 +474922,0,0,0,0,0 +474923,0,0,0,0,0 +474924,0,0,0,0,0 +474925,0,0,0,0,0 +474926,0,0,0,0,0 +474927,0,0,0,0,0 +474928,0,0,0,0,0 +474929,0,0,0,0,0 +474930,0,0,0,0,0 +474931,0,0,0,0,0 +474932,0,0,0,0,0 +474933,0,0,0,0,0 +474934,0,0,0,0,0 +474935,0,0,0,0,0 +474936,0,0,0,0,0 +474937,0,0,0,0,0 +474938,0,0,0,0,0 +474939,0,0,0,0,0 +474940,0,0,0,0,0 +474941,0,0,0,0,0 +474942,0,0,0,0,0 +474943,0,0,0,0,0 +474944,0,0,0,0,0 +474945,0,0,0,0,0 +474946,0,0,0,0,0 +474947,0,0,0,0,0 +474948,0,0,0,0,0 +474949,0,0,0,0,0 +474950,0,0,0,0,0 +474951,0,0,0,0,0 +474952,0,0,0,0,0 +474953,0,0,0,0,0 +474954,0,0,0,0,0 +474955,0,0,0,0,0 +474956,0,0,0,0,0 +474957,0,0,0,0,0 +474958,0,0,0,0,0 +474959,0,0,0,0,0 +474960,0,0,0,0,0 +474961,0,0,0,0,0 +474962,0,0,0,0,0 +474963,0,0,0,0,0 +474964,0,0,0,0,0 +474965,0,0,0,0,0 +474966,0,0,0,0,0 +474967,0,0,0,0,0 +474968,0,0,0,0,0 +474969,0,0,0,0,0 +474970,0,0,0,0,0 +474971,0,0,0,0,0 +474972,0,0,0,0,0 +474973,0,0,0,0,0 +474974,0,0,0,0,0 +474975,0,0,0,0,0 +474976,0,0,0,0,0 +474977,0,0,0,0,0 +474978,0,0,0,0,0 +474979,0,0,0,0,0 +474980,0,0,0,0,0 +474981,0,0,0,0,0 +474982,0,0,0,0,0 +474983,0,0,0,0,0 +474984,0,0,0,0,0 +474985,0,0,0,0,0 +474986,0,0,0,0,0 +474987,0,0,0,0,0 +474988,0,0,0,0,0 +474989,0,0,0,0,0 +474990,0,0,0,0,0 +474991,0,0,0,0,0 +474992,0,0,0,0,0 +474993,0,0,0,0,0 +474994,0,0,0,0,0 +474995,0,0,0,0,0 +474996,0,0,0,0,0 +474997,0,0,0,0,0 +474998,0,0,0,0,0 +474999,0,0,0,0,0 +475000,0,0,0,0,0 +475001,0,0,0,0,0 +475002,0,0,0,0,0 +475003,0,0,0,0,0 +475004,0,0,0,0,0 +475005,0,0,0,0,0 +475006,0,0,0,0,0 +475007,0,0,0,0,0 +475008,0,0,0,0,0 +475009,0,0,0,0,0 +475010,0,0,0,0,0 +475011,0,0,0,0,0 +475012,0,0,0,0,0 +475013,0,0,0,0,0 +475014,0,0,0,0,0 +475015,0,0,0,0,0 +475016,0,0,0,0,0 +475017,0,0,0,0,0 +475018,0,0,0,0,0 +475019,0,0,0,0,0 +475020,0,0,0,0,0 +475021,0,0,0,0,0 +475022,0,0,0,0,0 +475023,0,0,0,0,0 +475024,0,0,0,0,0 +475025,0,0,0,0,0 +475026,0,0,0,0,0 +475027,0,0,0,0,0 +475028,0,0,0,0,0 +475029,0,0,0,0,0 +475030,0,0,0,0,0 +475031,0,0,0,0,0 +475032,0,0,0,0,0 +475033,0,0,0,0,0 +475034,0,0,0,0,0 +475035,0,0,0,0,0 +475036,0,0,0,0,0 +475037,0,0,0,0,0 +475038,0,0,0,0,0 +475039,0,0,0,0,0 +475040,0,0,0,0,0 +475041,0,0,0,0,0 +475042,0,0,0,0,0 +475043,0,0,0,0,0 +475044,0,0,0,0,0 +475045,0,0,0,0,0 +475046,0,0,0,0,0 +475047,0,0,0,0,0 +475048,0,0,0,0,0 +475049,0,0,0,0,0 +475050,0,0,0,0,0 +475051,0,0,0,0,0 +475052,0,0,0,0,0 +475053,0,0,0,0,0 +475054,0,0,0,0,0 +475055,0,0,0,0,0 +475056,0,0,0,0,0 +475057,0,0,0,0,0 +475058,0,0,0,0,0 +475059,0,0,0,0,0 +475060,0,0,0,0,0 +475061,0,0,0,0,0 +475062,0,0,0,0,0 +475063,0,0,0,0,0 +475064,0,0,0,0,0 +475065,0,0,0,0,0 +475066,0,0,0,0,0 +475067,0,0,0,0,0 +475068,0,0,0,0,0 +475069,0,0,0,0,0 +475070,0,0,0,0,0 +475071,0,0,0,0,0 +475072,0,0,0,0,0 +475073,0,0,0,0,0 +475074,0,0,0,0,0 +475075,0,0,0,0,0 +475076,0,0,0,0,0 +475077,0,0,0,0,0 +475078,0,0,0,0,0 +475079,0,0,0,0,0 +475080,0,0,0,0,0 +475081,0,0,0,0,0 +475082,0,0,0,0,0 +475083,0,0,0,0,0 +475084,0,0,0,0,0 +475085,0,0,0,0,0 +475086,0,0,0,0,0 +475087,0,0,0,0,0 +475088,0,0,0,0,0 +475089,0,0,0,0,0 +475090,0,0,0,0,0 +475091,0,0,0,0,0 +475092,0,0,0,0,0 +475093,0,0,0,0,0 +475094,0,0,0,0,0 +475095,0,0,0,0,0 +475096,0,0,0,0,0 +475097,0,0,0,0,0 +475098,0,0,0,0,0 +475099,0,0,0,0,0 +475100,0,0,0,0,0 +475101,0,0,0,0,0 +475102,0,0,0,0,0 +475103,0,0,0,0,0 +475104,0,0,0,0,0 +475105,0,0,0,0,0 +475106,0,0,0,0,0 +475107,0,0,0,0,0 +475108,0,0,0,0,0 +475109,0,0,0,0,0 +475110,0,0,0,0,0 +475111,0,0,0,0,0 +475112,0,0,0,0,0 +475113,0,0,0,0,0 +475114,0,0,0,0,0 +475115,0,0,0,0,0 +475116,0,0,0,0,0 +475117,0,0,0,0,0 +475118,0,0,0,0,0 +475119,0,0,0,0,0 +475120,0,0,0,0,0 +475121,0,0,0,0,0 +475122,0,0,0,0,0 +475123,0,0,0,0,0 +475124,0,0,0,0,0 +475125,0,0,0,0,0 +475126,0,0,0,0,0 +475127,0,0,0,0,0 +475128,0,0,0,0,0 +475129,0,0,0,0,0 +475130,0,0,0,0,0 +475131,0,0,0,0,0 +475132,0,0,0,0,0 +475133,0,0,0,0,0 +475134,0,0,0,0,0 +475135,0,0,0,0,0 +475136,0,0,0,0,0 +475137,0,0,0,0,0 +475138,0,0,0,0,0 +475139,0,0,0,0,0 +475140,0,0,0,0,0 +475141,0,0,0,0,0 +475142,0,0,0,0,0 +475143,0,0,0,0,0 +475144,0,0,0,0,0 +475145,0,0,0,0,0 +475146,0,0,0,0,0 +475147,0,0,0,0,0 +475148,0,0,0,0,0 +475149,0,0,0,0,0 +475150,0,0,0,0,0 +475151,0,0,0,0,0 +475152,0,0,0,0,0 +475153,0,0,0,0,0 +475154,0,0,0,0,0 +475155,0,0,0,0,0 +475156,0,0,0,0,0 +475157,0,0,0,0,0 +475158,0,0,0,0,0 +475159,0,0,0,0,0 +475160,0,0,0,0,0 +475161,0,0,0,0,0 +475162,0,0,0,0,0 +475163,0,0,0,0,0 +475164,0,0,0,0,0 +475165,0,0,0,0,0 +475166,0,0,0,0,0 +475167,0,0,0,0,0 +475168,0,0,0,0,0 +475169,0,0,0,0,0 +475170,0,0,0,0,0 +475171,0,0,0,0,0 +475172,0,0,0,0,0 +475173,0,0,0,0,0 +475174,0,0,0,0,0 +475175,0,0,0,0,0 +475176,0,0,0,0,0 +475177,0,0,0,0,0 +475178,0,0,0,0,0 +475179,0,0,0,0,0 +475180,0,0,0,0,0 +475181,0,0,0,0,0 +475182,0,0,0,0,0 +475183,0,0,0,0,0 +475184,0,0,0,0,0 +475185,0,0,0,0,0 +475186,0,0,0,0,0 +475187,0,0,0,0,0 +475188,0,0,0,0,0 +475189,0,0,0,0,0 +475190,0,0,0,0,0 +475191,0,0,0,0,0 +475192,0,0,0,0,0 +475193,0,0,0,0,0 +475194,0,0,0,0,0 +475195,0,0,0,0,0 +475196,0,0,0,0,0 +475197,0,0,0,0,0 +475198,0,0,0,0,0 +475199,0,0,0,0,0 +475200,0,0,0,0,0 +475201,0,0,0,0,0 +475202,0,0,0,0,0 +475203,0,0,0,0,0 +475204,0,0,0,0,0 +475205,0,0,0,0,0 +475206,0,0,0,0,0 +475207,0,0,0,0,0 +475208,0,0,0,0,0 +475209,0,0,0,0,0 +475210,0,0,0,0,0 +475211,0,0,0,0,0 +475212,0,0,0,0,0 +475213,0,0,0,0,0 +475214,0,0,0,0,0 +475215,0,0,0,0,0 +475216,0,0,0,0,0 +475217,0,0,0,0,0 +475218,0,0,0,0,0 +475219,0,0,0,0,0 +475220,0,0,0,0,0 +475221,0,0,0,0,0 +475222,0,0,0,0,0 +475223,0,0,0,0,0 +475224,0,0,0,0,0 +475225,0,0,0,0,0 +475226,0,0,0,0,0 +475227,0,0,0,0,0 +475228,0,0,0,0,0 +475229,0,0,0,0,0 +475230,0,0,0,0,0 +475231,0,0,0,0,0 +475232,0,0,0,0,0 +475233,0,0,0,0,0 +475234,0,0,0,0,0 +475235,0,0,0,0,0 +475236,0,0,0,0,0 +475237,0,0,0,0,0 +475238,0,0,0,0,0 +475239,0,0,0,0,0 +475240,0,0,0,0,0 +475241,0,0,0,0,0 +475242,0,0,0,0,0 +475243,0,0,0,0,0 +475244,0,0,0,0,0 +475245,0,0,0,0,0 +475246,0,0,0,0,0 +475247,0,0,0,0,0 +475248,0,0,0,0,0 +475249,0,0,0,0,0 +475250,0,0,0,0,0 +475251,0,0,0,0,0 +475252,0,0,0,0,0 +475253,0,0,0,0,0 +475254,0,0,0,0,0 +475255,0,0,0,0,0 +475256,0,0,0,0,0 +475257,0,0,0,0,0 +475258,0,0,0,0,0 +475259,0,0,0,0,0 +475260,0,0,0,0,0 +475261,0,0,0,0,0 +475262,0,0,0,0,0 +475263,0,0,0,0,0 +475264,0,0,0,0,0 +475265,0,0,0,0,0 +475266,0,0,0,0,0 +475267,0,0,0,0,0 +475268,0,0,0,0,0 +475269,0,0,0,0,0 +475270,0,0,0,0,0 +475271,0,0,0,0,0 +475272,0,0,0,0,0 +475273,0,0,0,0,0 +475274,0,0,0,0,0 +475275,0,0,0,0,0 +475276,0,0,0,0,0 +475277,0,0,0,0,0 +475278,0,0,0,0,0 +475279,0,0,0,0,0 +475280,0,0,0,0,0 +475281,0,0,0,0,0 +475282,0,0,0,0,0 +475283,0,0,0,0,0 +475284,0,0,0,0,0 +475285,0,0,0,0,0 +475286,0,0,0,0,0 +475287,0,0,0,0,0 +475288,0,0,0,0,0 +475289,0,0,0,0,0 +475290,0,0,0,0,0 +475291,0,0,0,0,0 +475292,0,0,0,0,0 +475293,0,0,0,0,0 +475294,0,0,0,0,0 +475295,0,0,0,0,0 +475296,0,0,0,0,0 +475297,0,0,0,0,0 +475298,0,0,0,0,0 +475299,0,0,0,0,0 +475300,0,0,0,0,0 +475301,0,0,0,0,0 +475302,0,0,0,0,0 +475303,0,0,0,0,0 +475304,0,0,0,0,0 +475305,0,0,0,0,0 +475306,0,0,0,0,0 +475307,0,0,0,0,0 +475308,0,0,0,0,0 +475309,0,0,0,0,0 +475310,0,0,0,0,0 +475311,0,0,0,0,0 +475312,0,0,0,0,0 +475313,0,0,0,0,0 +475314,0,0,0,0,0 +475315,0,0,0,0,0 +475316,0,0,0,0,0 +475317,0,0,0,0,0 +475318,0,0,0,0,0 +475319,0,0,0,0,0 +475320,0,0,0,0,0 +475321,0,0,0,0,0 +475322,0,0,0,0,0 +475323,0,0,0,0,0 +475324,0,0,0,0,0 +475325,0,0,0,0,0 +475326,0,0,0,0,0 +475327,0,0,0,0,0 +475328,0,0,0,0,0 +475329,0,0,0,0,0 +475330,0,0,0,0,0 +475331,0,0,0,0,0 +475332,0,0,0,0,0 +475333,0,0,0,0,0 +475334,0,0,0,0,0 +475335,0,0,0,0,0 +475336,0,0,0,0,0 +475337,0,0,0,0,0 +475338,0,0,0,0,0 +475339,0,0,0,0,0 +475340,0,0,0,0,0 +475341,0,0,0,0,0 +475342,0,0,0,0,0 +475343,0,0,0,0,0 +475344,0,0,0,0,0 +475345,0,0,0,0,0 +475346,0,0,0,0,0 +475347,0,0,0,0,0 +475348,0,0,0,0,0 +475349,0,0,0,0,0 +475350,0,0,0,0,0 +475351,0,0,0,0,0 +475352,0,0,0,0,0 +475353,0,0,0,0,0 +475354,0,0,0,0,0 +475355,0,0,0,0,0 +475356,0,0,0,0,0 +475357,0,0,0,0,0 +475358,0,0,0,0,0 +475359,0,0,0,0,0 +475360,0,0,0,0,0 +475361,0,0,0,0,0 +475362,0,0,0,0,0 +475363,0,0,0,0,0 +475364,0,0,0,0,0 +475365,0,0,0,0,0 +475366,0,0,0,0,0 +475367,0,0,0,0,0 +475368,0,0,0,0,0 +475369,0,0,0,0,0 +475370,0,0,0,0,0 +475371,0,0,0,0,0 +475372,0,0,0,0,0 +475373,0,0,0,0,0 +475374,0,0,0,0,0 +475375,0,0,0,0,0 +475376,0,0,0,0,0 +475377,0,0,0,0,0 +475378,0,0,0,0,0 +475379,0,0,0,0,0 +475380,0,0,0,0,0 +475381,0,0,0,0,0 +475382,0,0,0,0,0 +475383,0,0,0,0,0 +475384,0,0,0,0,0 +475385,0,0,0,0,0 +475386,0,0,0,0,0 +475387,0,0,0,0,0 +475388,0,0,0,0,0 +475389,0,0,0,0,0 +475390,0,0,0,0,0 +475391,0,0,0,0,0 +475392,0,0,0,0,0 +475393,0,0,0,0,0 +475394,0,0,0,0,0 +475395,0,0,0,0,0 +475396,0,0,0,0,0 +475397,0,0,0,0,0 +475398,0,0,0,0,0 +475399,0,0,0,0,0 +475400,0,0,0,0,0 +475401,0,0,0,0,0 +475402,0,0,0,0,0 +475403,0,0,0,0,0 +475404,0,0,0,0,0 +475405,0,0,0,0,0 +475406,0,0,0,0,0 +475407,0,0,0,0,0 +475408,0,0,0,0,0 +475409,0,0,0,0,0 +475410,0,0,0,0,0 +475411,0,0,0,0,0 +475412,0,0,0,0,0 +475413,0,0,0,0,0 +475414,0,0,0,0,0 +475415,0,0,0,0,0 +475416,0,0,0,0,0 +475417,0,0,0,0,0 +475418,0,0,0,0,0 +475419,0,0,0,0,0 +475420,0,0,0,0,0 +475421,0,0,0,0,0 +475422,0,0,0,0,0 +475423,0,0,0,0,0 +475424,0,0,0,0,0 +475425,0,0,0,0,0 +475426,0,0,0,0,0 +475427,0,0,0,0,0 +475428,0,0,0,0,0 +475429,0,0,0,0,0 +475430,0,0,0,0,0 +475431,0,0,0,0,0 +475432,0,0,0,0,0 +475433,0,0,0,0,0 +475434,0,0,0,0,0 +475435,0,0,0,0,0 +475436,0,0,0,0,0 +475437,0,0,0,0,0 +475438,0,0,0,0,0 +475439,0,0,0,0,0 +475440,0,0,0,0,0 +475441,0,0,0,0,0 +475442,0,0,0,0,0 +475443,0,0,0,0,0 +475444,0,0,0,0,0 +475445,0,0,0,0,0 +475446,0,0,0,0,0 +475447,0,0,0,0,0 +475448,0,0,0,0,0 +475449,0,0,0,0,0 +475450,0,0,0,0,0 +475451,0,0,0,0,0 +475452,0,0,0,0,0 +475453,0,0,0,0,0 +475454,0,0,0,0,0 +475455,0,0,0,0,0 +475456,0,0,0,0,0 +475457,0,0,0,0,0 +475458,0,0,0,0,0 +475459,0,0,0,0,0 +475460,0,0,0,0,0 +475461,0,0,0,0,0 +475462,0,0,0,0,0 +475463,0,0,0,0,0 +475464,0,0,0,0,0 +475465,0,0,0,0,0 +475466,0,0,0,0,0 +475467,0,0,0,0,0 +475468,0,0,0,0,0 +475469,0,0,0,0,0 +475470,0,0,0,0,0 +475471,0,0,0,0,0 +475472,0,0,0,0,0 +475473,0,0,0,0,0 +475474,0,0,0,0,0 +475475,0,0,0,0,0 +475476,0,0,0,0,0 +475477,0,0,0,0,0 +475478,0,0,0,0,0 +475479,0,0,0,0,0 +475480,0,0,0,0,0 +475481,0,0,0,0,0 +475482,0,0,0,0,0 +475483,0,0,0,0,0 +475484,0,0,0,0,0 +475485,0,0,0,0,0 +475486,0,0,0,0,0 +475487,0,0,0,0,0 +475488,0,0,0,0,0 +475489,0,0,0,0,0 +475490,0,0,0,0,0 +475491,0,0,0,0,0 +475492,0,0,0,0,0 +475493,0,0,0,0,0 +475494,0,0,0,0,0 +475495,0,0,0,0,0 +475496,0,0,0,0,0 +475497,0,0,0,0,0 +475498,0,0,0,0,0 +475499,0,0,0,0,0 +475500,0,0,0,0,0 +475501,0,0,0,0,0 +475502,0,0,0,0,0 +475503,0,0,0,0,0 +475504,0,0,0,0,0 +475505,0,0,0,0,0 +475506,0,0,0,0,0 +475507,0,0,0,0,0 +475508,0,0,0,0,0 +475509,0,0,0,0,0 +475510,0,0,0,0,0 +475511,0,0,0,0,0 +475512,0,0,0,0,0 +475513,0,0,0,0,0 +475514,0,0,0,0,0 +475515,0,0,0,0,0 +475516,0,0,0,0,0 +475517,0,0,0,0,0 +475518,0,0,0,0,0 +475519,0,0,0,0,0 +475520,0,0,0,0,0 +475521,0,0,0,0,0 +475522,0,0,0,0,0 +475523,0,0,0,0,0 +475524,0,0,0,0,0 +475525,0,0,0,0,0 +475526,0,0,0,0,0 +475527,0,0,0,0,0 +475528,0,0,0,0,0 +475529,0,0,0,0,0 +475530,0,0,0,0,0 +475531,0,0,0,0,0 +475532,0,0,0,0,0 +475533,0,0,0,0,0 +475534,0,0,0,0,0 +475535,0,0,0,0,0 +475536,0,0,0,0,0 +475537,0,0,0,0,0 +475538,0,0,0,0,0 +475539,0,0,0,0,0 +475540,0,0,0,0,0 +475541,0,0,0,0,0 +475542,0,0,0,0,0 +475543,0,0,0,0,0 +475544,0,0,0,0,0 +475545,0,0,0,0,0 +475546,0,0,0,0,0 +475547,0,0,0,0,0 +475548,0,0,0,0,0 +475549,0,0,0,0,0 +475550,0,0,0,0,0 +475551,0,0,0,0,0 +475552,0,0,0,0,0 +475553,0,0,0,0,0 +475554,0,0,0,0,0 +475555,0,0,0,0,0 +475556,0,0,0,0,0 +475557,0,0,0,0,0 +475558,0,0,0,0,0 +475559,0,0,0,0,0 +475560,0,0,0,0,0 +475561,0,0,0,0,0 +475562,0,0,0,0,0 +475563,0,0,0,0,0 +475564,0,0,0,0,0 +475565,0,0,0,0,0 +475566,0,0,0,0,0 +475567,0,0,0,0,0 +475568,0,0,0,0,0 +475569,0,0,0,0,0 +475570,0,0,0,0,0 +475571,0,0,0,0,0 +475572,0,0,0,0,0 +475573,0,0,0,0,0 +475574,0,0,0,0,0 +475575,0,0,0,0,0 +475576,0,0,0,0,0 +475577,0,0,0,0,0 +475578,0,0,0,0,0 +475579,0,0,0,0,0 +475580,0,0,0,0,0 +475581,0,0,0,0,0 +475582,0,0,0,0,0 +475583,0,0,0,0,0 +475584,0,0,0,0,0 +475585,0,0,0,0,0 +475586,0,0,0,0,0 +475587,0,0,0,0,0 +475588,0,0,0,0,0 +475589,0,0,0,0,0 +475590,0,0,0,0,0 +475591,0,0,0,0,0 +475592,0,0,0,0,0 +475593,0,0,0,0,0 +475594,0,0,0,0,0 +475595,0,0,0,0,0 +475596,0,0,0,0,0 +475597,0,0,0,0,0 +475598,0,0,0,0,0 +475599,0,0,0,0,0 +475600,0,0,0,0,0 +475601,0,0,0,0,0 +475602,0,0,0,0,0 +475603,0,0,0,0,0 +475604,0,0,0,0,0 +475605,0,0,0,0,0 +475606,0,0,0,0,0 +475607,0,0,0,0,0 +475608,0,0,0,0,0 +475609,0,0,0,0,0 +475610,0,0,0,0,0 +475611,0,0,0,0,0 +475612,0,0,0,0,0 +475613,0,0,0,0,0 +475614,0,0,0,0,0 +475615,0,0,0,0,0 +475616,0,0,0,0,0 +475617,0,0,0,0,0 +475618,0,0,0,0,0 +475619,0,0,0,0,0 +475620,0,0,0,0,0 +475621,-1053.377093,-524.2339178,-1028.899755,-524.1556861,378.7560426 +475622,-1623.770959,-682.9548072,-1596.058864,-682.8773937,-704.1333055 +475623,-802.0965228,-337.0046625,-783.3567607,-336.9291179,466.0559854 +475624,-1049.787154,-440.4102249,-1028.124825,-440.3377011,172.682778 +475625,-1272.934153,-530.513747,-1248.677048,-530.4440072,-104.9482195 +475626,-1464.821374,-608.4767641,-1434.457484,-608.4094089,-365.6136417 +475627,-1823.158215,-773.6672603,-1793.659443,-773.6017448,-1086.435212 +475628,-1521.09269,-637.46066,-1492.694365,-637.396858,-560.1555982 +475629,-1641.089636,-691.3809154,-1612.148863,-691.318996,-727.4374919 +475630,-1725.185434,-729.9032373,-1695.890423,-729.8431048,-865.0755418 +475631,-1776.765482,-754.0884195,-1747.257892,-754.0299476,-963.1158365 +475632,-1801.959066,-766.4664488,-1772.366142,-766.4095223,-1022.198116 +475633,-1809.263232,-770.7695822,-1779.663345,-770.714118,-1051.49594 +475634,-1806.222925,-770.3643978,-1776.64507,-770.3103411,-1061.627656 +475635,-1798.661922,-767.8668477,-1769.105077,-767.8141606,-1061.934893 +475636,-1789.239081,-761.3706572,-1759.175894,-764.3293032,-1057.745333 +475637,-1671.409424,-570.1305592,-1711.588943,-743.7522441,-984.3331877 +475638,-1253.938039,-380.9936367,-1452.300788,-750.9691719,-1080.42894 +475639,-1438.850852,-494.8816851,-1325.724105,-603.396265,-511.5910368 +475640,-1488.570399,-427.0118047,-1418.363313,-719.9241305,-1022.20133 +475641,-1342.269342,-405.68339,-1358.586358,-655.7840396,-857.5645999 +475642,-1230.387324,-386.6776642,-1194.382296,-507.3797948,-237.2631077 +475643,-1577.451116,-366.2201588,-1545.789615,-679.7628718,-921.6650204 +475644,-1239.240385,-347.7548107,-1210.023269,-532.6482323,-313.5241267 +475645,-1354.67089,-328.6527151,-1322.566255,-588.2524605,-464.4627095 +475646,-1318.562791,-310.0909126,-1288.173104,-622.7292586,-565.3479696 +475647,-1305.256259,-291.5517701,-1271.67938,-722.0176699,-1041.74819 +475648,-1292.780594,-273.5584743,-1262.704814,-533.6232861,-846.047244 +475649,-1280.08481,-268.9324002,-1247.338544,-588.238244,-703.4883557 +475650,-1083.618363,-250.6680713,-1049.13324,-442.2922287,-62.77551812 +475651,-1519.107946,-228.6333795,-1493.619757,-646.4198557,-853.1874015 +475652,-1119.316459,-213.9960442,-1080.212155,-607.6335274,-757.3344905 +475653,-1258.133966,-196.6738188,-1227.479423,-556.7623342,-672.5577249 +475654,-1048.870841,-179.1113695,-1016.371409,-427.770451,-29.33198618 +475655,-1462.976104,-161.3898283,-1429.387011,-636.2108387,-839.3745004 +475656,-1078.673853,-143.5831321,-1047.301036,-582.783275,-733.4072041 +475657,-1217.797638,-126.0584847,-1180.798392,-496.8039403,-642.9936669 +475658,-1001.490554,-108.2815814,-971.8920876,-409.611505,15.54109158 +475659,-1235.000751,-89.49794263,-1198.954793,-510.012307,-257.0689437 +475660,-1320.922598,-72.68225617,-1293.315392,-681.270693,-972.5860223 +475661,-1039.582817,-53.93364438,-1007.599633,-469.2114436,-787.0060478 +475662,-1049.60099,-37.88528126,-1019.450701,-431.9480682,-46.31213023 +475663,-1264.181102,-22.89463056,-1227.67822,-521.9852753,-292.8685014 +475664,-1100.588616,-7.056919855,-1078.464084,-597.1843623,-994.1091005 +475665,-1101.108096,8.138608594,-1067.086935,-438.7030692,-785.1483037 +475666,-1109.388543,32.0849059,-1079.641725,-507.462754,-637.9440545 +475667,-945.0884545,51.48648488,-916.3954739,-389.4824808,66.79459774 +475668,-1189.163602,71.72443108,-1157.657453,-491.3634736,-206.5769589 +475669,-1138.729172,90.84257485,-1115.04945,-559.1843221,-399.7232982 +475670,-1006.596911,32.61973374,-977.1996493,-467.3685964,-1002.802707 +475671,-1074.74102,227.5463862,-1047.368928,-457.6202473,-211.6214276 +475672,-1050.950188,118.4749689,-1019.679609,-472.1854676,-373.5169976 +475673,-1036.827045,170.7279559,-1011.5859,-464.0615703,-454.8539221 +475674,-1030.232101,176.5248635,-1001.530411,-456.8049978,-501.2519769 +475675,-1021.889005,171.9782977,-992.6860531,-453.961025,-529.4337645 +475676,-1012.35255,169.2718655,-985.9472822,-449.2553441,-546.7653212 +475677,-1002.596246,167.9883962,-976.8367073,-445.3354811,-557.4586517 +475678,-997.8878141,37.19542155,-967.9193453,-442.1677345,-1004.77069 +475679,-984.1636264,60.33201443,-958.7215859,-436.7224639,-823.1919223 +475680,-978.7705939,267.766289,-953.1077143,-423.3647245,-17.18668053 +475681,191.9967528,218.050003,218.3158201,67.41647021,-288.6144575 +475682,73.10990303,58.03748427,73.03581008,33.20484719,-564.2361477 +475683,118.6722854,93.75293825,119.0181878,54.03018248,209.6353676 +475684,171.4219446,133.4090243,172.3991736,77.99033742,349.5826278 +475685,202.5646587,161.449504,204.1614108,92.05000349,437.6669232 +475686,226.2891667,183.9395635,228.4042347,102.7164254,503.8150396 +475687,244.4454762,202.1205939,246.9722963,110.8604392,555.2041078 +475688,258.2973827,217.0397475,261.1504292,117.0650356,595.9890645 +475689,268.8031266,229.4685777,271.9171716,121.7647512,628.560241 +475690,276.6825964,239.9460149,280.0060541,125.2832508,654.4549952 +475691,282.4824246,248.8621001,285.9723937,127.865492,674.8376519 +475692,286.6283916,256.5177351,290.2480756,129.701999,690.6763947 +475693,289.4600785,263.1557803,293.1775216,130.9444941,702.7913329 +475694,291.2486808,268.9738092,295.0359689,131.7138804,711.8638708 +475695,292.2166941,274.1347964,296.0492895,132.1091716,718.4625563 +475696,292.5176686,278.7592851,296.3738001,132.1983104,723.0060613 +475697,292.305793,282.9587542,296.1659203,132.049824,725.8929765 +475698,291.6862621,286.8146776,295.5326207,131.710251,727.4151103 +475699,290.746373,290.3941493,294.5625992,131.2182592,727.8168422 +475700,289.555663,293.7511263,293.3264862,130.6046791,727.297575 +475701,288.1694591,296.9290038,291.8804504,129.8940851,726.0199879 +475702,286.6317694,299.9626958,290.2691376,129.1060777,724.1168433 +475703,284.9776091,302.8802972,288.5280281,128.2563077,721.6965533 +475704,283.234765,305.704405,286.6852387,127.3572539,718.8475743 +475705,281.5252682,351.3909921,284.9147737,126.4845137,715.6423006 +475706,279.8209852,563.2488492,283.1684016,125.616917,712.1397132 +475707,278.0862583,467.2878241,281.3840957,124.7276513,708.3879634 +475708,276.310386,526.4192921,279.5386083,123.8071122,704.4263002 +475709,274.498879,551.2368054,277.6352684,122.857393,700.2867167 +475710,272.6616053,574.4767891,275.6856492,121.8841367,695.9951432 +475711,270.8073038,595.6276642,273.7005714,120.8925621,691.5728412 +475712,268.9401467,616.3919491,271.6920924,119.8883255,687.0372168 +475713,267.0631175,636.0037138,269.6679462,118.8751288,682.4026748 +475714,265.1789707,656.1048017,267.6321851,117.8550285,677.6810672 +475715,263.2902526,675.283584,265.5870568,116.8292737,672.8822749 +475716,261.3990483,694.2368479,263.5340259,115.7987566,668.0144174 +475717,259.507028,713.3230286,261.4742722,114.7642332,663.0843141 +475718,257.6154109,731.4099066,259.4086982,113.7263233,658.0975677 +475719,255.7251434,756.2085586,257.3380378,112.6855601,653.0589416 +475720,253.7246757,774.8677698,255.0853466,111.5652616,647.9721866 +475721,251.6672277,792.9409535,252.7294461,110.4009485,642.8406309 +475722,249.6083984,811.6481239,250.3585295,109.2313426,637.6672009 +475723,247.5719881,828.592573,248.0117565,108.0732951,632.4544432 +475724,245.5609334,846.3001961,245.6947839,106.9289424,627.2043857 +475725,245.377226,863.3594178,245.2076395,106.6163459,625.2024336 +475726,250.2129037,879.9767702,249.7399065,108.584756,632.2616677 +475727,255.4343781,897.2497193,254.656103,110.7256109,639.9624362 +475728,260.2202969,919.6327489,259.1335409,112.6652037,646.8081654 +475729,264.8310148,940.4229929,263.4316295,114.5230122,653.2656505 +475730,269.310723,961.1706142,267.5938776,116.3203896,659.4103367 +475731,273.6856048,981.5419883,271.6459557,118.0700636,665.2880388 +475732,277.9750948,1001.681177,275.606908,119.781254,670.9347805 +475733,282.1932533,1021.576607,279.4904926,121.4604608,676.3782643 +475734,286.3507994,1041.23581,283.3071978,123.112526,681.6408347 +475735,290.4564731,1060.665092,287.0655902,124.7413272,686.7415786 +475736,294.5175672,1079.870914,290.7728369,126.3500515,691.6971069 +475737,298.5402217,1098.811568,294.4349878,127.9413434,696.5219886 +475738,302.5295483,1117.649615,298.0570987,129.5173731,701.228909 +475739,306.4902991,1136.185749,301.6434532,131.0799481,705.8290296 +475740,310.4263547,1154.504994,305.1976161,132.6305448,710.3320437 +475741,314.397619,1341.264648,308.7794657,134.1962388,714.849853 +475742,325.3869686,1361.963782,319.3769328,138.9033483,732.489646 +475743,339.9653738,1380.847474,333.5072347,145.1624646,756.7585431 +475744,354.2307855,1399.402066,347.6662202,151.2211586,781.2042501 +475745,366.8145276,1417.913377,360.0289691,156.4790584,803.1741487 +475746,377.7309378,1435.982196,370.5865897,160.9632607,822.3694345 +475747,387.4044136,1453.822414,379.8381829,164.8820508,839.3316038 +475748,396.1661071,1471.659496,388.1656015,168.3952676,854.5466205 +475749,404.2268558,1488.932304,395.7962983,171.6035252,868.3489321 +475750,411.7172573,1506.367258,402.8607085,174.5683161,880.9555685 +475751,418.729975,1523.407137,409.4474889,177.3325075,892.5249524 +475752,425.3401714,1540.329515,415.6288025,179.9302573,903.1886469 +475753,431.6121626,1557.001251,421.4674948,182.3903112,913.0625747 +475754,437.6006202,1573.737389,427.0176583,184.7366954,922.248875 +475755,443.3513513,1589.906653,432.3248702,186.9891831,930.8366339 +475756,448.9022177,1606.304679,437.4268727,189.1638108,938.9026467 +475757,454.039292,1622.307924,442.1096734,191.1621241,946.0672534 +475758,459.3513908,1638.226231,446.9620688,193.2506415,953.4109838 +475759,464.5229024,1661.111972,451.6684549,195.2846495,960.3704478 +475760,469.5750484,1670.279214,456.2501041,197.2726664,966.9943675 +475761,474.5263376,1695.624747,460.7254776,199.2220622,973.325823 +475762,479.3924709,1699.089177,465.1101797,201.139006,979.4021954 +475763,484.1863666,1695.49131,469.4170381,203.0284805,985.2553209 +475764,488.9184072,1742.926971,473.6563665,204.8943956,990.9119235 +475765,493.5970054,1741.683667,477.8365271,206.7398461,996.3946055 +475766,498.2289903,1759.62281,481.9643169,208.5672861,1001.722526 +475767,502.8199743,1774.426232,486.0453509,210.3787006,1006.91211 +475768,507.3745894,1788.622853,490.0842347,212.1756789,1011.977378 +475769,511.8966564,1803.003894,494.0848383,213.9595333,1016.93048 +475770,516.3892702,1816.873122,498.0503654,215.7313246,1021.781856 +475771,520.8550282,1830.281355,501.9835426,217.4919431,1026.540616 +475772,525.2856493,1843.253608,505.8754647,219.2372707,1031.214611 +475773,529.6771069,1855.90061,509.7218504,220.965269,1035.810706 +475774,534.0303728,1868.512075,513.5237767,222.6762685,1072.470799 +475775,538.3485953,1880.856578,517.2846463,224.3716223,1230.045712 +475776,542.6350342,1893.036122,521.0079935,226.0527357,1166.875198 +475777,546.8923817,1905.114253,524.6967562,227.7207498,1201.566431 +475778,551.1226669,1916.711178,528.3531757,229.3765011,1218.769556 +475779,555.327502,1928.541327,531.9790591,231.0206433,1233.511392 +475780,559.508245,1940.019074,535.5759438,232.6537228,1247.642096 +475781,563.666128,1951.192695,539.1452191,234.2762335,1261.914217 +475782,567.8022521,1962.384795,542.6881429,235.8886227,1275.70806 +475783,571.9176118,1973.332161,546.2058551,237.4912962,1289.290572 +475784,722.5514232,1984.129474,549.6993671,239.0846125,1303.048348 +475785,721.9066288,1994.76357,553.1695804,240.6688895,1315.965921 +475786,722.44748,2005.240021,556.6172499,242.2443878,1329.377756 +475787,749.1914883,2015.554558,560.0430022,243.8113169,1342.212663 +475788,764.9783323,2025.800528,563.4473754,245.3698536,1354.93771 +475789,780.8190118,2035.664364,566.8307983,246.9201311,1367.394601 +475790,796.4444227,2045.480701,570.1936948,248.4621287,1380.107283 +475791,811.7347665,2055.292113,573.5365114,249.9916191,1392.244319 +475792,826.7696641,2064.860211,584.9643435,251.5059652,1404.408726 +475793,841.9908894,2074.117545,734.4128964,253.0050577,1416.227795 +475794,856.5719304,2083.423929,666.8659459,254.4900365,1428.373345 +475795,871.6810239,2092.495125,701.3338419,255.9622392,1439.930259 +475796,885.6849149,2101.431221,714.8154768,257.42277,1451.52496 +475797,900.4741988,2110.122173,727.0442897,258.8724661,1462.947337 +475798,914.5706296,2118.997678,739.2892615,260.3119817,1474.036318 +475799,928.6919561,2127.285866,751.0875065,261.741852,1485.534903 +475800,942.5182927,2135.717012,763.0264627,263.1625349,1496.62059 +475801,962.9254163,2146.845957,780.5896757,318.6526298,1529.800155 +475802,976.9591733,2155.595939,792.8277864,309.7909972,1543.09485 +475803,991.3459612,2163.974408,804.5202343,316.0912852,1555.509699 +475804,1005.103841,2177.315378,815.9546016,324.6991464,1568.197287 +475805,1018.35031,2178.58487,826.8762009,330.6551885,1579.878804 +475806,1032.489909,2201.039338,838.3033641,336.6528757,1591.693249 +475807,1044.99961,2179.887213,848.4925618,342.3974463,1603.176958 +475808,1058.273793,2204.121788,859.6281929,348.1193622,1614.514804 +475809,1071.474244,2212.544397,869.6864447,353.6660982,1625.69754 +475810,1084.301769,2216.22137,880.4735347,359.3178655,1636.700195 +475811,1096.940578,2224.312148,890.5601218,364.5953721,1647.645755 +475812,1109.746347,2231.283334,900.581524,370.1375635,1658.386977 +475813,1121.829007,2237.926578,910.3870594,375.2442502,1668.992572 +475814,1134.890357,2244.701535,920.6150671,380.6432226,1679.549401 +475815,1146.816132,2250.907465,930.0811726,385.6699282,1689.878804 +475816,1159.256479,2257.2626,939.8935531,390.8432868,1700.198172 +475817,1171.218116,2263.484224,949.0829267,395.7796801,1710.290733 +475818,1183.409145,2269.414168,958.9569761,400.7357196,1720.379772 +475819,1195.182247,2275.4229,967.9707489,405.6601882,1730.244965 +475820,1206.855236,2281.102321,977.3766489,410.513372,1740.114544 +475821,1218.98835,2286.806574,986.3468139,415.2196921,1749.760856 +475822,1230.547743,2292.136458,995.5272115,420.027811,1759.420978 +475823,1242.030883,2297.566847,1004.094868,424.5878913,1768.856339 +475824,1253.68831,2302.779227,1013.455338,429.2091483,1778.316708 +475825,1265.284656,2307.878047,1021.887028,433.8080478,1787.548206 +475826,1276.276815,2312.849886,1030.759024,438.3319029,1796.77639 +475827,1287.619342,2317.695318,1039.449126,442.723444,1805.533595 +475828,1298.865576,2322.415283,1047.752743,447.2162936,1815.080352 +475829,1309.871951,2327.118049,1056.192316,451.4020478,1823.706548 +475830,1321.032207,2331.43386,1064.705166,456.0604093,1832.694565 +475831,1331.21817,2335.439232,1072.735718,459.9722079,1841.309083 +475832,1342.701615,2339.037073,1080.80396,464.1268411,1850.062702 +475833,1352.74092,2342.753299,1088.735594,468.5173819,1858.600447 +475834,1363.519942,2346.079763,1096.9953,472.4525371,1867.092093 +475835,1373.748511,2349.350162,1104.614886,476.5035695,1875.458903 +475836,1384.195013,2352.461492,1112.623237,480.501213,1883.849904 +475837,1394.370914,2355.431652,1120.268721,484.6869331,1892.065972 +475838,1404.628767,2358.265359,1127.850911,488.3390584,1900.246398 +475839,1414.66871,2360.963065,1135.685472,492.4396603,1908.340089 +475840,1424.780603,2363.528438,1143.037425,496.2037309,1916.315587 +475841,1434.63714,2365.963262,1150.528186,499.8807602,1924.373565 +475842,1444.725812,2368.380015,1158.07099,503.9644834,1932.099773 +475843,1454.342996,2370.395472,1165.343075,507.554285,1940.023028 +475844,1464.35326,2378.114567,1172.596428,511.4158007,1947.736471 +475845,1473.887762,2366.71398,1180.027824,514.9851581,1955.379943 +475846,1483.640797,2402.448097,1187.052021,518.5550463,1963.1157 +475847,1493.156203,2344.698269,1194.20522,522.3394412,1970.507075 +475848,1502.749351,2395.220487,1201.44329,525.9391488,1978.1068 +475849,1512.179304,2406.023135,1208.310321,529.4560502,1985.482964 +475850,1521.68946,2341.332554,1215.309488,532.8254765,1992.79512 +475851,1531.045466,2403.225247,1222.168463,536.6768397,2000.220235 +475852,1540.479044,2380.399377,1229.2936,539.968258,2007.280978 +475853,1549.768974,2385.50589,1235.932661,543.5833939,2014.584614 +475854,1559.132246,2386.506115,1242.74233,546.7641157,2021.649485 +475855,1568.363408,2387.27029,1249.409763,550.391039,2023.767051 +475856,1577.660153,2387.938726,1256.349022,553.5023507,2029.257697 +475857,1586.779648,2388.496929,1262.395054,557.1048483,2033.776072 +475858,1596.162774,2388.946501,1269.673425,560.3009133,2038.421562 +475859,1605.099977,2389.288917,1275.808313,563.6374445,2044.949053 +475860,1613.88251,2389.524731,1282.486896,567.0245946,2053.637134 +475861,1505.702397,2338.418919,1171.10557,516.6070161,1826.451204 +475862,1510.226637,2329.655499,1174.172708,518.6859869,1845.251295 +475863,1517.805505,2344.8433,1179.193947,521.3093796,1839.42325 +475864,1524.607291,2315.714622,1183.836336,523.4665353,1842.567814 +475865,1531.93839,2360.051256,1188.845349,526.2585039,1844.798883 +475866,1539.170948,2293.523641,1193.791669,528.5625965,1846.982179 +475867,1546.552273,2342.796578,1198.835859,531.5128983,1849.414609 +475868,1553.801732,2334.907046,1203.435144,533.8933629,1851.599271 +475869,1560.80092,2304.610831,1209.07667,536.615077,1854.113804 +475870,1569.034036,2330.992464,1213.845039,539.1223085,1856.474764 +475871,1577.795131,2339.062207,1218.90709,541.8110951,1858.912897 +475872,1587.065785,2287.944729,1223.898483,544.3113821,1861.304574 +475873,1596.549782,2330.845115,1229.108923,546.9933901,1863.907053 +475874,1606.003308,2334.672306,1233.900962,549.3039863,1866.186417 +475875,1615.628999,2277.983009,1239.185978,552.2651646,1877.326422 +475876,1625.352115,2326.307631,1243.952478,554.6069684,1867.658493 +475877,1635.094141,2330.47863,1249.142122,557.307106,1888.282089 +475878,1645.1185,2267.135288,1254.129344,559.7803863,1865.344404 +475879,1655.067204,2321.115937,1259.103912,562.4408424,1866.213974 +475880,1665.170346,2296.324927,1264.170582,564.9080117,1891.063615 +475881,1675.283487,2297.551486,1269.113449,567.5591274,1880.824819 +475882,1685.38749,2294.952388,1273.994913,569.9810898,1886.244695 +475883,1695.991668,2292.071419,1279.239296,572.4507452,1888.818249 +475884,1706.050308,2289.481236,1283.894459,575.1977583,1891.36795 +475885,1716.447916,2286.297014,1289.080953,577.662368,1893.792541 +475886,1726.962699,2283.48283,1293.900647,580.3602212,1896.392715 +475887,1737.602574,2286.54114,1298.916445,582.6451756,1899.022642 +475888,1748.187113,2290.291138,1303.852048,585.2350066,1901.480941 +475889,1758.969204,2271.078926,1308.869028,587.8414978,1904.110918 +475890,1769.690507,2249.143617,1313.712874,589.96573,1906.768458 +475891,1780.395592,2286.967873,1318.387575,592.8898211,1909.158463 +475892,1790.759125,2249.682032,1322.851055,594.9288748,1911.933318 +475893,1801.322395,2267.570016,1341.870931,597.4028065,1926.190836 +475894,1831.459543,2267.148006,1325.38461,599.6301601,1899.27827 +475895,1816.684845,2244.784069,1324.513486,602.0586602,1928.282905 +475896,1813.020085,2250.263353,1349.284405,604.2154272,1920.577791 +475897,1857.543086,2243.445502,1343.008546,606.6109933,1928.100361 +475898,1851.256969,2238.74314,1349.567877,608.7852285,1922.767379 +475899,1865.540893,2233.802471,1354.139148,611.1398852,1932.525131 +475900,1876.648948,2235.626286,1358.320756,613.3260021,1932.510234 +475901,1887.300332,2221.378487,1362.81148,615.6297696,1946.727815 +475902,1898.377671,2220.876514,1367.119877,617.7569272,1925.344592 +475903,1909.080733,2215.130581,1371.340913,619.7892342,1955.589417 +475904,1920.361963,2210.107482,1375.687627,622.3297958,1937.94171 +475905,1931.120655,2204.847977,1380.013568,624.4590154,1948.102176 +475906,1942.171632,2199.799092,1384.097746,626.5800309,1949.243665 +475907,1953.265014,2194.249719,1388.542878,628.8694832,1957.550347 +475908,1964.24167,2188.726239,1392.518627,630.9494087,1951.688565 +475909,1975.403978,2183.207877,1396.942877,633.1752434,1958.004767 +475910,1986.431355,2177.539906,1400.877657,635.3333468,1960.213039 +475911,1997.759633,2171.962099,1414.392659,637.4934142,1962.436264 +475912,2024.869285,2165.89707,1399.353711,639.5710846,1965.345422 +475913,2002.504838,2159.959896,1414.380779,641.7556115,1967.694678 +475914,2032.683527,2154.01326,1418.77203,643.8390334,1970.54972 +475915,2044.639389,2141.075867,1421.032797,646.0640982,1972.866882 +475916,2052.418672,2144.318883,1425.507045,647.9758445,1975.655582 +475917,2064.90859,2133.748461,1429.795851,650.2623662,1983.364579 +475918,2075.899103,2128.102164,1433.6649,652.2169461,1978.410755 +475919,2087.231275,2121.765686,1437.784331,654.402908,1984.076514 +475920,2098.749808,2115.34727,1441.600304,656.3760079,1986.284395 +475921,1868.602686,1992.592408,1204.037392,549.3688356,1536.981318 +475922,1873.99375,1979.001483,1202.012435,548.0994123,1556.732612 +475923,1882.185966,1999.724391,1201.680483,548.4717874,1542.998802 +475924,1890.294731,1948.196388,1202.520379,548.9301776,1544.09301 +475925,1899.142718,1974.604556,1203.29553,549.5145302,1543.388639 +475926,1908.153496,1952.753291,1204.522213,550.3097708,1543.02935 +475927,1920.894495,1954.762532,1205.809202,551.0497233,1542.848494 +475928,1947.452827,1918.717067,1207.26217,551.6053006,1542.767848 +475929,1917.503832,1951.34595,1208.500961,552.9046155,1542.945513 +475930,1937.105743,1911.15301,1210.241621,553.6514016,1555.478792 +475931,1963.778955,1916.710522,1211.558978,554.4858037,1530.678409 +475932,1962.071762,1903.726215,1213.101782,555.4547193,1545.93852 +475933,1974.226226,1896.346418,1214.859598,556.4065255,1543.620986 +475934,1984.13452,1887.494098,1216.281374,557.3258192,1562.281926 +475935,2007.699789,1878.842092,1218.054347,558.2816271,1519.357321 +475936,1991.609344,1870.187768,1219.466742,559.2416678,1571.416459 +475937,2010.828658,1861.525684,1221.312884,560.2108388,1524.977363 +475938,2027.613503,1843.375042,1222.911128,561.1876241,1568.83089 +475939,2032.118418,1857.297705,1227.486351,562.1335076,1539.95882 +475940,2043.519424,1811.004492,1226.355946,563.1847456,1551.538453 +475941,2073.225345,1852.899533,1234.150691,564.1953037,1550.581548 +475942,2034.434259,1787.354398,1222.12441,565.1465885,1551.469622 +475943,2087.837546,1831.266463,1230.313882,566.1871675,1552.190819 +475944,2081.119333,1776.779689,1235.454375,567.1978557,1553.355228 +475945,2111.045281,1802.911191,1234.156832,568.1796823,1554.274483 +475946,2079.433863,1776.490773,1236.651008,569.2678239,1555.301253 +475947,2152.569064,1763.755317,1238.608681,570.281628,1556.248124 +475948,2091.399402,1765.290786,1240.435346,571.3332392,1557.524417 +475949,2166.305133,1750.943082,1242.117758,572.379831,1558.575469 +475950,2117.96661,1742.732197,1243.988446,573.4283758,1559.685523 +475951,2185.836625,1753.65077,1245.577764,574.3903862,1560.913503 +475952,2141.041119,1694.524151,1247.138236,575.3360266,1567.178337 +475953,2202.062474,1735.668907,1248.681836,576.2746203,1560.588472 +475954,2178.04452,1690.974765,1250.097507,577.2079072,1565.262001 +475955,2199.853208,1700.00723,1251.572966,578.137067,1565.906285 +475956,2208.564457,1684.289773,1253.048329,579.0626072,1567.026509 +475957,2218.190316,1675.631416,1254.515998,579.9408685,1568.31103 +475958,2228.700281,1688.409984,1255.97534,580.8979383,1569.406158 +475959,2238.83252,1623.864895,1257.427632,581.7530384,1570.918385 +475960,2249.072542,1670.59551,1258.870898,582.6459816,1572.069548 +475961,2259.33093,1620.829387,1260.398889,583.5419063,1573.412034 +475962,2269.427549,1632.820116,1261.691162,584.4353706,1574.688807 +475963,2280.014243,1615.59276,1263.178221,585.326425,1576.028667 +475964,2290.175725,1607.224626,1264.57834,586.2144015,1577.335614 +475965,2300.643812,1597.208685,1265.984179,587.0996509,1578.716129 +475966,2310.76868,1587.535841,1267.382177,587.9816296,1579.997576 +475967,2321.421941,1577.60606,1268.772187,588.8607383,1581.372848 +475968,2331.782386,1567.743731,1270.153882,589.7364824,1582.74124 +475969,2342.24711,1557.878767,1271.527727,590.6092688,1583.941039 +475970,2359.926758,1547.884611,1272.893114,591.478447,1585.538865 +475971,2359.927007,1558.125879,1274.250077,592.3448361,1586.816787 +475972,2374.885848,1499.463696,1275.598016,593.2076084,1588.225333 +475973,2384.892632,1539.054434,1276.937852,594.0668469,1589.57654 +475974,2395.121129,1495.424178,1278.268618,594.9226693,1590.979818 +475975,2405.580479,1503.279881,1279.591316,595.7753021,1592.358223 +475976,2416.511852,1487.754085,1280.905073,596.6243011,1593.785763 +475977,2426.919349,1478.748127,1282.210594,597.4700341,1595.146133 +475978,2437.667149,1468.883452,1283.50683,598.3120068,1596.558291 +475979,2448.093858,1459.184027,1284.794617,599.1505664,1597.947773 +475980,2459.12761,1449.391798,1286.073005,599.985271,1599.408687 +475981,2702.826658,1546.503992,1537.165995,707.3745017,1799.821001 +475982,2724.96712,1539.009531,1520.634367,709.908084,1845.504363 +475983,2728.033002,1530.34582,1533.799119,711.9122217,1892.866514 +475984,2748.671638,1521.737867,1535.751296,713.6762119,1927.833885 +475985,2749.565946,1512.634846,1519.244783,715.1835834,1951.554039 +475986,2771.222449,1503.801384,1565.541977,716.6921259,1967.541046 +475987,2779.124635,1494.955978,1513.010304,718.0913179,1978.987263 +475988,2791.466755,1485.753054,1564.785914,719.447221,1987.665507 +475989,2810.895047,1476.695552,1528.424401,720.7618777,1994.847502 +475990,2804.799389,1467.875659,1568.261043,722.042684,2000.713231 +475991,2835.049617,1458.553125,1526.649869,723.2932453,2005.837156 +475992,2837.254335,1449.723055,1578.297112,724.5159187,2010.799269 +475993,2848.279713,1440.633034,1525.500652,725.7136907,2015.317978 +475994,2861.138266,1431.636531,1584.43052,726.886935,2019.481178 +475995,2878.949979,1422.651219,1542.045088,728.0374108,2023.807641 +475996,2882.981154,1413.68338,1552.315858,729.1657866,2028.190858 +475997,2894.272191,1404.642901,1563.257102,730.273232,2032.178772 +475998,2913.513872,1395.939851,1577.199379,731.3595912,2036.14329 +475999,2918.047252,1386.777081,1554.0068,732.4262302,2040.421129 +476000,2928.083152,1378.103222,1553.582607,733.5200819,2044.23191 +476001,2946.198451,1369.205218,1574.390471,734.478618,2048.026521 +476002,2952.184781,1360.415168,1566.658214,735.5204652,2051.878926 +476003,2967.463339,1351.659334,1566.96501,736.5040121,2055.688754 +476004,2973.588965,1342.850156,1573.999164,737.4762697,2059.369256 +476005,2981.403597,1334.366394,1567.537079,738.4311234,2062.690063 +476006,2990.371057,1325.479799,1575.373947,739.3683142,2065.674813 +476007,2995.170069,1317.060193,1573.215898,740.2886876,2068.333202 +476008,2999.835668,1308.450281,1575.830096,741.1922786,2070.537734 +476009,3004.44525,1299.958028,1576.652627,742.079767,2072.291885 +476010,3008.986601,1317.413799,1577.877996,742.951201,2073.623448 +476011,3014.076867,1245.602846,1578.641668,743.6472973,2074.787966 +476012,3019.609161,1295.279825,1579.289187,744.2946115,2075.82957 +476013,3025.174278,1274.419114,1579.868358,744.9099627,2076.607437 +476014,3030.833647,1253.280775,1580.389822,745.4976593,2077.282074 +476015,3036.554566,1268.357496,1580.858762,746.0603078,2077.903933 +476016,3042.284333,1243.328706,1581.277743,746.599011,2078.461798 +476017,3048.04008,1248.89912,1581.64956,747.1149639,2078.997707 +476018,3053.803583,1238.406534,1581.975009,747.608688,2079.505613 +476019,3059.57463,1232.90993,1582.25623,748.0811019,2080.003406 +476020,3065.369201,1226.796558,1582.493645,748.5324686,2080.505145 +476021,3071.170767,1220.536807,1582.689002,748.9636165,2081.011136 +476022,3076.988482,1214.477584,1582.842671,749.3747343,2081.525591 +476023,3082.812264,1208.402925,1582.95629,749.7665964,2082.050026 +476024,3088.64836,1202.387198,1583.325608,750.1393468,2082.584114 +476025,3094.489281,1196.348734,1582.625486,750.4937094,2083.129595 +476026,3100.336352,1190.5425,1585.151141,750.8297862,2083.680629 +476027,3106.190248,1184.706207,1580.181887,751.1482589,2084.244506 +476028,3112.041692,1178.810377,1589.526538,751.4491849,2084.806733 +476029,3118.188284,1173.118296,1574.741381,751.7332199,2085.383971 +476030,3124.008005,1167.425378,1597.575548,752.000371,2085.947327 +476031,3129.784024,1161.805738,1584.364295,752.2042377,2086.486455 +476032,3135.642928,1156.250468,1574.460143,752.508565,2087.083935 +476033,3141.582936,1150.761727,1574.6728,752.6939141,2087.743638 +476034,3147.432222,1145.412217,1605.642273,752.9044061,2088.326876 +476035,3153.296635,1139.889706,1553.132376,753.0927295,2088.922656 +476036,3159.229866,1134.761965,1593.704123,753.2657385,2089.565776 +476037,3165.096017,1129.499733,1577.956011,753.4242396,2090.158734 +476038,3170.943082,1124.382261,1583.780213,753.5680287,2090.73111 +476039,3176.817504,1119.42828,1574.658299,753.6976298,2091.324841 +476040,3182.678445,1114.373847,1590.481608,753.8129206,2091.901765 +476041,3185.205237,1132.564701,1630.244137,776.9354522,2086.703524 +476042,3190.501055,1129.33791,1626.934965,778.5788584,2084.502293 +476043,3197.538717,1125.784359,1633.727219,779.8182559,2084.342856 +476044,3204.924364,1122.145846,1634.224564,780.8800342,2084.901323 +476045,3212.113979,1118.501279,1635.543983,781.7862987,2085.35499 +476046,3218.36002,1114.882818,1636.791743,782.7394287,2085.474272 +476047,3224.180281,1111.431424,1637.997818,783.6826508,2085.31296 +476048,3229.764005,1108.169838,1638.992416,784.8588828,2084.950798 +476049,3235.221082,1104.962329,1639.901322,786.1454281,2084.438741 +476050,3240.606451,1101.790521,1640.952841,787.3622176,2083.806285 +476051,3246.213831,1098.649737,1641.778087,788.7408116,2083.064288 +476052,3251.419819,1095.53728,1642.565308,790.2396366,2082.218966 +476053,3256.588797,1092.452141,1643.376714,791.5523149,2081.285103 +476054,3261.976246,1089.392865,1644.058882,793.2159922,2080.27301 +476055,3267.217069,1086.42614,1644.625455,794.6232179,2079.188623 +476056,3271.623785,1083.317501,1645.430478,796.3214299,2078.051581 +476057,3276.9964,1080.378733,1645.962289,797.9677332,2076.87012 +476058,3282.03295,1077.404999,1646.491717,799.6491015,2075.63766 +476059,3287.458,1074.463509,1647.045458,801.3732006,2074.354433 +476060,3292.571916,1071.543445,1647.472755,803.1398728,2073.025816 +476061,3297.95197,1068.644475,1647.832425,804.9495209,2071.657975 +476062,3303.069575,1065.765734,1648.384696,806.8011365,2070.259278 +476063,3308.173704,1062.907146,1648.687874,808.6947943,2068.833596 +476064,3313.271268,1060.067997,1649.073414,810.6298987,2067.381618 +476065,3318.364237,1057.248328,1649.332136,812.6065782,2065.905037 +476066,3323.452034,1054.447535,1649.628791,814.6243259,2064.406172 +476067,3328.535689,1051.66576,1649.895222,816.6296908,2062.888733 +476068,3334.057387,1048.902429,1655.391918,818.8101072,2061.463844 +476069,3339.112493,1046.157955,1642.575777,820.9126474,2059.898783 +476070,3344.146836,1043.43156,1658.865979,823.1030054,2058.315813 +476071,3349.324376,1040.641816,1647.817831,825.2782762,2056.833921 +476072,3354.308707,1037.853231,1650.769456,827.3408385,2055.428372 +476073,3359.156774,1035.073976,1650.570497,829.5525071,2053.747598 +476074,3364.162097,1035.695324,1657.624316,833.9754757,2052.230067 +476075,3368.785886,1033.473729,1659.268836,836.6474891,2050.936185 +476076,3373.076251,1031.025414,1659.328536,839.0342666,2049.705548 +476077,3377.227572,1028.455538,1659.442957,841.454483,2048.400377 +476078,3381.39562,1026.027237,1659.489086,843.8743632,2047.004302 +476079,3385.62306,1023.446798,1659.443822,846.3113932,2045.532625 +476080,3389.889902,1020.921119,1659.308022,848.769866,2043.999509 +476081,3394.170252,1018.38764,1658.994344,851.2526316,2042.41838 +476082,3398.452828,1015.923328,1658.955329,853.7609644,2040.803584 +476083,3402.72701,1013.303121,1658.601188,856.2964297,2039.160486 +476084,3407.274287,1010.831491,1658.310964,858.8590142,2037.487105 +476085,3411.493627,1008.311126,1657.961082,861.4497046,2035.787692 +476086,3415.685336,1005.808063,1657.514505,864.0684784,2034.069383 +476087,3419.862,1003.313524,1657.09371,866.7159759,2032.336824 +476088,3424.030102,1000.827455,1656.64883,869.3336083,2030.594637 +476089,3428.186966,998.3505653,1656.087452,872.1266328,2028.843095 +476090,3432.329495,995.8828213,1655.433823,874.8185421,2027.082822 +476091,3436.461687,993.4248526,1655.011898,877.5912264,2025.319228 +476092,3440.746495,990.976481,1659.447865,880.4423311,2023.679823 +476093,3444.825729,988.5385421,1646.613073,883.1760174,2021.892333 +476094,3448.854815,986.1104513,1660.505293,886.0690187,2020.271781 +476095,3453.041041,983.692902,1650.561974,888.9395588,2018.562435 +476096,3457.057883,981.2858529,1651.73704,891.7889408,2016.730058 +476097,3460.982064,978.8894318,1651.309362,894.8148879,2014.836532 +476098,3464.93671,976.5034989,1650.269249,897.73803,2012.976115 +476099,3468.874911,974.1285229,1649.255293,900.7416483,2011.113729 +476100,3472.796122,971.7641271,1648.586534,903.7640966,2009.249971 +476101,3477.440907,936.1435863,1571.941594,873.4200713,2011.163295 +476102,3473.982694,933.3171848,1568.058025,876.0017465,2005.128652 +476103,3468.178261,930.575946,1566.654428,878.6378185,1995.881753 +476104,3464.519279,927.8876971,1565.009891,881.4568248,1987.236434 +476105,3463.756718,925.2186675,1562.992007,884.1032003,1980.728946 +476106,3465.210604,922.5663926,1561.149465,887.0021376,1975.981339 +476107,3467.998671,919.928772,1559.244009,889.7618726,1972.511759 +476108,3471.481306,917.3046021,1557.3708,892.7090596,1969.909597 +476109,3475.297872,914.6932163,1555.414308,895.5256242,1967.905384 +476110,3479.270176,912.1559613,1553.480302,899.7418487,1966.333482 +476111,3483.317192,909.476951,1551.654916,901.9506162,1965.092177 +476112,3487.391633,906.9438048,1549.475722,906.1088523,1964.107385 +476113,3491.4712,904.3681691,1547.539968,907.6753336,1963.328599 +476114,3495.54097,901.8119693,1545.494484,913.0988464,1962.716386 +476115,3499.592846,899.265925,1543.443129,912.9537686,1962.240747 +476116,3503.610514,896.729579,1541.352365,920.8793525,1961.868851 +476117,3507.596082,894.2027742,1539.23026,917.2603733,1961.585191 +476118,3511.536766,891.6851907,1537.148666,930.0341778,1961.365357 +476119,3515.447878,889.1767086,1534.995314,919.888548,1961.208701 +476120,3519.362827,886.6769952,1532.8208,921.1157358,1961.130686 +476121,3523.061772,884.1860823,1525.255197,937.8297415,1960.954609 +476122,3526.841156,881.6432725,1536.059334,933.3035169,1960.898505 +476123,3530.592538,879.2575343,1517.609395,938.2582118,1960.874347 +476124,3534.306655,876.7489712,1532.006878,941.4982444,1960.871818 +476125,3537.944796,874.3600853,1513.334434,944.7101196,1960.857856 +476126,3541.574963,871.8209641,1527.317466,948.0035771,1960.880646 +476127,3545.12784,869.4201529,1508.710992,951.0802421,1960.884731 +476128,3548.529632,866.9748826,1517.336292,954.4779929,1960.810548 +476129,3552.020446,864.5455187,1511.619126,957.6847031,1960.838508 +476130,3555.513024,862.1231316,1509.570568,960.9684441,1960.902241 +476131,3558.923998,859.8355957,1507.452276,964.0997508,1960.93899 +476132,3562.145965,857.5837335,1505.467211,967.2647004,1960.993728 +476133,3565.07744,855.354166,1503.423094,970.2510101,1961.074664 +476134,3567.708458,853.142938,1501.351758,973.3725604,1961.180054 +476135,3570.079542,850.9483804,1499.372839,976.4265331,1961.308192 +476136,3572.239141,848.7693169,1497.323996,979.4111331,1961.458129 +476137,3574.219983,846.6050814,1495.292115,982.5546926,1961.625931 +476138,3576.041899,844.454951,1493.27239,985.6022136,1961.80745 +476139,3577.717945,842.318494,1491.222026,988.5260219,1961.999728 +476140,3579.257815,840.1951184,1489.211405,991.5753171,1962.20055 +476141,3580.666689,838.1429002,1487.142168,994.5493755,1962.406835 +476142,3581.949968,835.9586504,1485.141837,997.5164929,1962.617159 +476143,3583.112943,833.9132703,1483.073019,1000.465958,1962.830961 +476144,3584.158761,831.8293303,1481.04444,1003.396268,1963.046895 +476145,3585.090433,829.7652217,1479.002187,1006.374947,1963.264158 +476146,3585.91054,827.711948,1476.949824,1009.160556,1963.482163 +476147,3586.621621,825.61118,1474.894206,1012.006377,1963.700781 +476148,3587.224812,823.6635706,1472.846278,1014.943825,1963.919209 +476149,3587.718932,821.599882,1470.906133,1017.712229,1964.135082 +476150,3588.099981,819.5953249,1468.652869,1020.516261,1964.343999 +476151,3588.372254,817.5914216,1466.690018,1023.283504,1964.54802 +476152,3588.544423,815.6159763,1464.643074,1026.245017,1964.752742 +476153,3588.6695,813.6345986,1462.562438,1028.886366,1964.957663 +476154,3588.726557,811.6599494,1460.53995,1031.643032,1965.161138 +476155,3588.685266,809.6931355,1458.43664,1034.302986,1965.362011 +476156,3588.530065,807.7341964,1456.352685,1036.941014,1965.558939 +476157,3588.258785,805.8401149,1454.257336,1039.546638,1965.751444 +476158,3587.876453,803.8129656,1452.168023,1042.118824,1965.940261 +476159,3587.388161,801.9172302,1450.040826,1044.656963,1966.125875 +476160,3586.798604,799.9799914,1447.972377,1047.087889,1966.309569 +476161,3587.158979,731.7268617,1276.295164,983.4700696,1969.02753 +476162,3576.994552,729.1082874,1296.348395,985.0057441,1960.372173 +476163,3563.119471,726.7046816,1282.752074,986.9871845,1946.140559 +476164,3551.558395,724.3731253,1279.389531,988.9140786,1932.666649 +476165,3543.979924,722.0748957,1278.856918,990.8411906,1921.950703 +476166,3539.63872,719.7974047,1274.919688,992.7435578,1914.002973 +476167,3537.280121,717.535944,1272.119146,994.6149744,1908.171063 +476168,3535.898819,715.2876608,1269.175351,996.4521893,1903.838406 +476169,3534.943191,713.0514117,1266.230696,998.2532625,1900.592979 +476170,3534.146488,710.8761931,1263.294995,1000.016198,1898.185398 +476171,3533.410009,708.5871871,1260.362918,1001.739469,1896.455952 +476172,3532.670388,706.4155513,1257.425349,1003.421664,1895.287645 +476173,3531.901249,704.1596019,1254.488433,1005.061517,1894.585595 +476174,3531.065248,702.0414295,1251.45307,1006.65766,1894.270994 +476175,3530.119813,699.87241,1260.26716,1008.209095,1894.252706 +476176,3529.116973,697.6313124,1228.272155,1009.714705,1894.53397 +476177,3528.019551,695.4955649,1259.152967,1011.17354,1895.047646 +476178,3526.804849,693.3241448,1226.036306,1012.584719,1895.740824 +476179,3525.503594,691.1659952,1242.436589,1013.947482,1896.606422 +476180,3524.074683,689.4975768,1232.865207,1015.260866,1897.58811 +476181,3522.532309,686.6001965,1230.790504,1016.524203,1898.675633 +476182,3520.898261,684.8639004,1228.104571,1017.736477,1899.867591 +476183,3519.167613,682.6255466,1225.089789,1018.89698,1901.145381 +476184,3517.342306,680.4999327,1222.164442,1020.004736,1902.497895 +476185,3515.422716,678.3749983,1219.226258,1021.059027,1903.915018 +476186,3513.408987,676.2545176,1216.28584,1022.058825,1905.387533 +476187,3511.301805,674.1389227,1213.251875,1023.003355,1906.908019 +476188,3509.101243,671.981194,1210.442196,1023.89151,1908.469903 +476189,3506.807263,669.9423937,1207.435256,1024.722418,1910.067371 +476190,3504.42027,667.8081538,1204.503054,1025.494854,1911.695921 +476191,3501.94302,665.6017891,1201.390225,1025.370762,1913.353719 +476192,3499.126274,661.7984541,1194.129292,1028.168808,1915.047904 +476193,3496.991358,659.3488008,1190.599107,1028.57166,1916.777394 +476194,3495.056735,657.0205154,1187.050349,1028.410071,1918.522229 +476195,3492.721057,654.6732635,1183.634096,1028.166094,1920.272797 +476196,3489.755527,652.4544098,1180.139093,1027.800957,1922.034809 +476197,3486.199174,650.148377,1176.876936,1027.321779,1923.818168 +476198,3482.139203,647.8886256,1186.301346,1026.734441,1925.600842 +476199,3477.777288,645.6298384,1150.826675,1026.043795,1927.453633 +476200,3473.144638,643.3763949,1186.059226,1025.251721,1929.344995 +476201,3468.266513,641.0843041,1146.142925,1024.290776,1931.260149 +476202,3463.198205,638.9050438,1167.088997,1023.472364,1933.219252 +476203,3457.905122,636.6363396,1154.976891,1022.238672,1935.17971 +476204,3452.141055,634.4085254,1153.016175,1021.116774,1937.158126 +476205,3446.530818,632.1789331,1149.816011,1019.833344,1939.165207 +476206,3440.764059,629.9525786,1146.39654,1018.465962,1941.186941 +476207,3434.836983,627.6868522,1143.052011,1017.007019,1943.22054 +476208,3428.75122,625.5296473,1139.77874,1015.456381,1945.263399 +476209,3422.513293,623.2836818,1136.306189,1013.746066,1947.314163 +476210,3416.133029,621.0760484,1132.928922,1011.678521,1949.373857 +476211,3409.501067,618.8646165,1129.685825,1008.555643,1951.445515 +476212,3402.358966,616.6121747,1126.275848,1005.275682,1953.534752 +476213,3394.6035,614.4617943,1122.935682,1001.609124,1955.6486 +476214,3386.274989,612.223414,1119.582501,997.8159888,1957.793948 +476215,3377.464442,610.0201569,1116.189187,993.9462309,1959.974528 +476216,3368.252974,607.8111965,1113.032119,989.7522345,1962.189802 +476217,3358.697898,605.6022187,1109.502967,985.3649815,1964.438385 +476218,3348.834648,603.3391035,1106.187252,980.991368,1966.717944 +476219,3338.554517,601.1850478,1102.808686,994.7428124,1968.974661 +476220,3327.706098,598.9411363,1099.359581,943.6965944,1971.322325 +476221,2148.36868,596.2964938,904.6907824,979.1770401,2213.836736 +476222,2243.992605,724.3749693,937.8860743,1101.425586,2278.291571 +476223,2353.823294,726.0245288,971.9092651,1069.730184,2337.989055 +476224,2430.935204,722.1779627,993.6232386,1093.060123,2369.227403 +476225,2478.564659,720.1349736,1007.336235,1075.456576,2384.663315 +476226,2506.098164,717.7815924,1016.63133,1071.469046,2392.758592 +476227,2522.596689,715.3484228,1023.364371,1065.161113,2397.494999 +476228,2532.882326,712.9337951,1028.554354,1058.684448,2400.642174 +476229,2539.131508,710.4941511,1032.725314,1051.744546,2402.987976 +476230,2542.328481,708.0408743,1036.160435,1044.950658,2404.887392 +476231,2543.008903,705.5782315,1039.00577,1037.736915,2406.477976 +476232,2541.577622,703.1080339,1041.357696,1030.417628,2407.816551 +476233,2538.388441,700.588975,1043.291648,1022.845248,2408.935265 +476234,2533.741996,698.1780026,1044.871004,1015.384399,2409.859904 +476235,2527.90629,695.6578392,1046.149545,1007.439843,2410.61357 +476236,2521.092592,693.1848768,1047.172534,999.6001676,2411.216689 +476237,2513.477073,683.4389905,1047.977496,942.7626968,2411.685821 +476238,2499.291278,679.9365952,1048.315269,931.388836,2412.030374 +476239,2481.440423,677.1863558,1048.320456,923.4291246,2412.26601 +476240,2463.327099,674.4856954,1048.162893,916.1438037,2412.407654 +476241,2446.574086,671.906036,1047.937161,909.4339695,2412.467061 +476242,2431.465574,669.3695777,1047.677342,903.0572697,2412.45351 +476243,2417.753231,666.8678864,1047.390677,896.8691511,2412.374064 +476244,2405.119903,664.3905199,1047.077805,891.0355893,2412.234221 +476245,2393.359988,661.9462422,1046.754995,885.317521,2412.073559 +476246,2382.287004,659.5084773,1046.410144,879.5689801,2411.862603 +476247,2371.765251,657.0417794,1046.033712,874.2239243,2411.576644 +476248,2361.725745,654.6932739,1045.634948,868.808085,2411.234764 +476249,2352.10554,652.2637851,1045.218427,863.5622767,2410.845999 +476250,2342.849164,649.8842084,1044.786752,858.3417456,2410.41545 +476251,2333.909284,647.5101876,1044.341774,868.3999874,2409.946943 +476252,2325.24479,645.1474107,1043.884331,825.637492,2409.442305 +476253,2316.822588,642.7965468,1043.415671,870.8915164,2408.904567 +476254,2308.61455,640.4566467,1042.936609,811.6499407,2408.335965 +476255,2300.597107,638.0874319,1042.447834,855.642264,2407.738594 +476256,2292.750701,635.8305129,1041.950064,811.7655218,2407.114745 +476257,2285.058387,633.494081,1041.443733,831.6986316,2406.466124 +476258,2277.506332,631.2049033,1040.929477,818.2457739,2405.794968 +476259,2270.082313,628.9202608,1040.407658,815.2546739,2405.102901 +476260,2262.810601,626.6458838,1039.89491,810.7366181,2404.429122 +476261,2255.648807,624.3824848,1039.376144,806.3639539,2403.739455 +476262,2248.561857,622.1292071,1038.838926,801.9696038,2403.005882 +476263,2241.559549,619.8472053,1038.291017,797.5303982,2402.247143 +476264,2234.642919,617.6735606,1037.735594,793.2448937,2401.471429 +476265,2227.809626,615.4225754,1037.174004,788.947618,2400.682626 +476266,2221.056233,613.2171261,1036.606873,784.6959902,2399.882881 +476267,2214.108903,611.0157571,1036.034517,780.4803636,2399.073558 +476268,2207.511472,608.8240821,1035.457167,776.2993635,2398.255764 +476269,2200.988471,606.6428085,1034.875014,772.1510999,2397.430465 +476270,2194.532505,604.4710971,1034.288237,768.0366985,2396.598557 +476271,2188.139211,602.2712129,1033.696983,763.9541823,2395.760821 +476272,2181.806371,600.1762839,1033.10141,759.9028723,2394.918014 +476273,2175.532611,598.0058895,1032.501657,755.9348964,2394.07082 +476274,2169.316783,595.8795195,1031.897873,751.8676836,2393.2199 +476275,2163.157716,593.7567342,1031.290181,747.9462551,2392.365822 +476276,2157.054303,591.6430872,1030.678723,744.0069688,2391.509163 +476277,2151.005453,589.5391969,1030.063618,740.0530987,2390.650414 +476278,2145.010189,587.4442793,1029.444998,736.2576576,2389.790063 +476279,2139.104267,585.3215453,1028.84039,732.4256787,2388.968768 +476280,2133.251399,583.3006893,1028.233415,728.5419617,2388.148645 +476281,0,0,0,0,0 +476282,0,0,0,0,0 +476283,0,0,0,0,0 +476284,0,0,0,0,0 +476285,0,0,0,0,0 +476286,0,0,0,0,0 +476287,0,0,0,0,0 +476288,0,0,0,0,0 +476289,0,0,0,0,0 +476290,0,0,0,0,0 +476291,0,0,0,0,0 +476292,0,0,0,0,0 +476293,0,0,0,0,0 +476294,0,0,0,0,0 +476295,0,0,0,0,0 +476296,0,0,0,0,0 +476297,0,0,0,0,0 +476298,0,0,0,0,0 +476299,0,0,0,0,0 +476300,0,0,0,0,0 +476301,0,0,0,0,0 +476302,0,0,0,0,0 +476303,0,0,0,0,0 +476304,0,0,0,0,0 +476305,0,0,0,0,0 +476306,0,0,0,0,0 +476307,0,0,0,0,0 +476308,0,0,0,0,0 +476309,0,0,0,0,0 +476310,0,0,0,0,0 +476311,0,0,0,0,0 +476312,0,0,0,0,0 +476313,0,0,0,0,0 +476314,0,0,0,0,0 +476315,0,0,0,0,0 +476316,0,0,0,0,0 +476317,0,0,0,0,0 +476318,0,0,0,0,0 +476319,0,0,0,0,0 +476320,0,0,0,0,0 +476321,0,0,0,0,0 +476322,0,0,0,0,0 +476323,0,0,0,0,0 +476324,0,0,0,0,0 +476325,0,0,0,0,0 +476326,0,0,0,0,0 +476327,0,0,0,0,0 +476328,0,0,0,0,0 +476329,0,0,0,0,0 +476330,0,0,0,0,0 +476331,0,0,0,0,0 +476332,0,0,0,0,0 +476333,0,0,0,0,0 +476334,0,0,0,0,0 +476335,0,0,0,0,0 +476336,0,0,0,0,0 +476337,0,0,0,0,0 +476338,0,0,0,0,0 +476339,0,0,0,0,0 +476340,0,0,0,0,0 +476341,0,0,0,0,0 +476342,0,0,0,0,0 +476343,0,0,0,0,0 +476344,0,0,0,0,0 +476345,0,0,0,0,0 +476346,0,0,0,0,0 +476347,0,0,0,0,0 +476348,0,0,0,0,0 +476349,0,0,0,0,0 +476350,0,0,0,0,0 +476351,0,0,0,0,0 +476352,0,0,0,0,0 +476353,0,0,0,0,0 +476354,0,0,0,0,0 +476355,0,0,0,0,0 +476356,0,0,0,0,0 +476357,0,0,0,0,0 +476358,0,0,0,0,0 +476359,0,0,0,0,0 +476360,0,0,0,0,0 +476361,0,0,0,0,0 +476362,0,0,0,0,0 +476363,0,0,0,0,0 +476364,0,0,0,0,0 +476365,0,0,0,0,0 +476366,0,0,0,0,0 +476367,0,0,0,0,0 +476368,0,0,0,0,0 +476369,0,0,0,0,0 +476370,0,0,0,0,0 +476371,0,0,0,0,0 +476372,0,0,0,0,0 +476373,0,0,0,0,0 +476374,0,0,0,0,0 +476375,0,0,0,0,0 +476376,0,0,0,0,0 +476377,0,0,0,0,0 +476378,0,0,0,0,0 +476379,0,0,0,0,0 +476380,0,0,0,0,0 +476381,0,0,0,0,0 +476382,0,0,0,0,0 +476383,0,0,0,0,0 +476384,0,0,0,0,0 +476385,0,0,0,0,0 +476386,0,0,0,0,0 +476387,0,0,0,0,0 +476388,0,0,0,0,0 +476389,0,0,0,0,0 +476390,0,0,0,0,0 +476391,0,0,0,0,0 +476392,0,0,0,0,0 +476393,0,0,0,0,0 +476394,0,0,0,0,0 +476395,0,0,0,0,0 +476396,0,0,0,0,0 +476397,0,0,0,0,0 +476398,0,0,0,0,0 +476399,0,0,0,0,0 +476400,0,0,0,0,0 +476401,0,0,0,0,0 +476402,0,0,0,0,0 +476403,0,0,0,0,0 +476404,0,0,0,0,0 +476405,0,0,0,0,0 +476406,0,0,0,0,0 +476407,0,0,0,0,0 +476408,0,0,0,0,0 +476409,0,0,0,0,0 +476410,0,0,0,0,0 +476411,0,0,0,0,0 +476412,0,0,0,0,0 +476413,0,0,0,0,0 +476414,0,0,0,0,0 +476415,0,0,0,0,0 +476416,0,0,0,0,0 +476417,0,0,0,0,0 +476418,0,0,0,0,0 +476419,0,0,0,0,0 +476420,0,0,0,0,0 +476421,0,0,0,0,0 +476422,0,0,0,0,0 +476423,0,0,0,0,0 +476424,0,0,0,0,0 +476425,0,0,0,0,0 +476426,0,0,0,0,0 +476427,0,0,0,0,0 +476428,0,0,0,0,0 +476429,0,0,0,0,0 +476430,0,0,0,0,0 +476431,0,0,0,0,0 +476432,0,0,0,0,0 +476433,0,0,0,0,0 +476434,0,0,0,0,0 +476435,0,0,0,0,0 +476436,0,0,0,0,0 +476437,0,0,0,0,0 +476438,0,0,0,0,0 +476439,0,0,0,0,0 +476440,0,0,0,0,0 +476441,0,0,0,0,0 +476442,0,0,0,0,0 +476443,0,0,0,0,0 +476444,0,0,0,0,0 +476445,0,0,0,0,0 +476446,0,0,0,0,0 +476447,0,0,0,0,0 +476448,0,0,0,0,0 +476449,0,0,0,0,0 +476450,0,0,0,0,0 +476451,0,0,0,0,0 +476452,0,0,0,0,0 +476453,0,0,0,0,0 +476454,0,0,0,0,0 +476455,0,0,0,0,0 +476456,0,0,0,0,0 +476457,0,0,0,0,0 +476458,0,0,0,0,0 +476459,0,0,0,0,0 +476460,0,0,0,0,0 +476461,0,0,0,0,0 +476462,0,0,0,0,0 +476463,0,0,0,0,0 +476464,0,0,0,0,0 +476465,0,0,0,0,0 +476466,0,0,0,0,0 +476467,0,0,0,0,0 +476468,0,0,0,0,0 +476469,0,0,0,0,0 +476470,0,0,0,0,0 +476471,0,0,0,0,0 +476472,0,0,0,0,0 +476473,0,0,0,0,0 +476474,0,0,0,0,0 +476475,0,0,0,0,0 +476476,0,0,0,0,0 +476477,0,0,0,0,0 +476478,0,0,0,0,0 +476479,0,0,0,0,0 +476480,0,0,0,0,0 +476481,0,0,0,0,0 +476482,0,0,0,0,0 +476483,0,0,0,0,0 +476484,0,0,0,0,0 +476485,0,0,0,0,0 +476486,0,0,0,0,0 +476487,0,0,0,0,0 +476488,0,0,0,0,0 +476489,0,0,0,0,0 +476490,0,0,0,0,0 +476491,0,0,0,0,0 +476492,0,0,0,0,0 +476493,0,0,0,0,0 +476494,0,0,0,0,0 +476495,0,0,0,0,0 +476496,0,0,0,0,0 +476497,0,0,0,0,0 +476498,0,0,0,0,0 +476499,0,0,0,0,0 +476500,0,0,0,0,0 +476501,0,0,0,0,0 +476502,0,0,0,0,0 +476503,0,0,0,0,0 +476504,0,0,0,0,0 +476505,0,0,0,0,0 +476506,0,0,0,0,0 +476507,0,0,0,0,0 +476508,0,0,0,0,0 +476509,0,0,0,0,0 +476510,0,0,0,0,0 +476511,0,0,0,0,0 +476512,0,0,0,0,0 +476513,0,0,0,0,0 +476514,0,0,0,0,0 +476515,0,0,0,0,0 +476516,0,0,0,0,0 +476517,0,0,0,0,0 +476518,0,0,0,0,0 +476519,0,0,0,0,0 +476520,0,0,0,0,0 +476521,0,0,0,0,0 +476522,0,0,0,0,0 +476523,0,0,0,0,0 +476524,0,0,0,0,0 +476525,0,0,0,0,0 +476526,0,0,0,0,0 +476527,0,0,0,0,0 +476528,0,0,0,0,0 +476529,0,0,0,0,0 +476530,0,0,0,0,0 +476531,0,0,0,0,0 +476532,0,0,0,0,0 +476533,0,0,0,0,0 +476534,0,0,0,0,0 +476535,0,0,0,0,0 +476536,0,0,0,0,0 +476537,0,0,0,0,0 +476538,0,0,0,0,0 +476539,0,0,0,0,0 +476540,0,0,0,0,0 +476541,0,0,0,0,0 +476542,0,0,0,0,0 +476543,0,0,0,0,0 +476544,0,0,0,0,0 +476545,0,0,0,0,0 +476546,0,0,0,0,0 +476547,0,0,0,0,0 +476548,0,0,0,0,0 +476549,0,0,0,0,0 +476550,0,0,0,0,0 +476551,0,0,0,0,0 +476552,0,0,0,0,0 +476553,0,0,0,0,0 +476554,0,0,0,0,0 +476555,0,0,0,0,0 +476556,0,0,0,0,0 +476557,0,0,0,0,0 +476558,0,0,0,0,0 +476559,0,0,0,0,0 +476560,0,0,0,0,0 +476561,0,0,0,0,0 +476562,0,0,0,0,0 +476563,0,0,0,0,0 +476564,0,0,0,0,0 +476565,0,0,0,0,0 +476566,0,0,0,0,0 +476567,0,0,0,0,0 +476568,0,0,0,0,0 +476569,0,0,0,0,0 +476570,0,0,0,0,0 +476571,0,0,0,0,0 +476572,0,0,0,0,0 +476573,0,0,0,0,0 +476574,0,0,0,0,0 +476575,0,0,0,0,0 +476576,0,0,0,0,0 +476577,0,0,0,0,0 +476578,0,0,0,0,0 +476579,0,0,0,0,0 +476580,0,0,0,0,0 +476581,0,0,0,0,0 +476582,0,0,0,0,0 +476583,0,0,0,0,0 +476584,0,0,0,0,0 +476585,0,0,0,0,0 +476586,0,0,0,0,0 +476587,0,0,0,0,0 +476588,0,0,0,0,0 +476589,0,0,0,0,0 +476590,0,0,0,0,0 +476591,0,0,0,0,0 +476592,0,0,0,0,0 +476593,0,0,0,0,0 +476594,0,0,0,0,0 +476595,0,0,0,0,0 +476596,0,0,0,0,0 +476597,0,0,0,0,0 +476598,0,0,0,0,0 +476599,0,0,0,0,0 +476600,0,0,0,0,0 +476601,0,0,0,0,0 +476602,0,0,0,0,0 +476603,0,0,0,0,0 +476604,0,0,0,0,0 +476605,0,0,0,0,0 +476606,0,0,0,0,0 +476607,0,0,0,0,0 +476608,0,0,0,0,0 +476609,0,0,0,0,0 +476610,0,0,0,0,0 +476611,0,0,0,0,0 +476612,0,0,0,0,0 +476613,0,0,0,0,0 +476614,0,0,0,0,0 +476615,0,0,0,0,0 +476616,0,0,0,0,0 +476617,0,0,0,0,0 +476618,0,0,0,0,0 +476619,0,0,0,0,0 +476620,0,0,0,0,0 +476621,0,0,0,0,0 +476622,0,0,0,0,0 +476623,0,0,0,0,0 +476624,0,0,0,0,0 +476625,0,0,0,0,0 +476626,0,0,0,0,0 +476627,0,0,0,0,0 +476628,0,0,0,0,0 +476629,0,0,0,0,0 +476630,0,0,0,0,0 +476631,0,0,0,0,0 +476632,0,0,0,0,0 +476633,0,0,0,0,0 +476634,0,0,0,0,0 +476635,0,0,0,0,0 +476636,0,0,0,0,0 +476637,0,0,0,0,0 +476638,0,0,0,0,0 +476639,0,0,0,0,0 +476640,0,0,0,0,0 +476641,0,0,0,0,0 +476642,0,0,0,0,0 +476643,0,0,0,0,0 +476644,0,0,0,0,0 +476645,0,0,0,0,0 +476646,0,0,0,0,0 +476647,0,0,0,0,0 +476648,0,0,0,0,0 +476649,0,0,0,0,0 +476650,0,0,0,0,0 +476651,0,0,0,0,0 +476652,0,0,0,0,0 +476653,0,0,0,0,0 +476654,0,0,0,0,0 +476655,0,0,0,0,0 +476656,0,0,0,0,0 +476657,0,0,0,0,0 +476658,0,0,0,0,0 +476659,0,0,0,0,0 +476660,0,0,0,0,0 +476661,0,0,0,0,0 +476662,0,0,0,0,0 +476663,0,0,0,0,0 +476664,0,0,0,0,0 +476665,0,0,0,0,0 +476666,0,0,0,0,0 +476667,0,0,0,0,0 +476668,0,0,0,0,0 +476669,0,0,0,0,0 +476670,0,0,0,0,0 +476671,0,0,0,0,0 +476672,0,0,0,0,0 +476673,0,0,0,0,0 +476674,0,0,0,0,0 +476675,0,0,0,0,0 +476676,0,0,0,0,0 +476677,0,0,0,0,0 +476678,0,0,0,0,0 +476679,0,0,0,0,0 +476680,0,0,0,0,0 +476681,0,0,0,0,0 +476682,0,0,0,0,0 +476683,0,0,0,0,0 +476684,0,0,0,0,0 +476685,0,0,0,0,0 +476686,0,0,0,0,0 +476687,0,0,0,0,0 +476688,0,0,0,0,0 +476689,0,0,0,0,0 +476690,0,0,0,0,0 +476691,0,0,0,0,0 +476692,0,0,0,0,0 +476693,0,0,0,0,0 +476694,0,0,0,0,0 +476695,0,0,0,0,0 +476696,0,0,0,0,0 +476697,0,0,0,0,0 +476698,0,0,0,0,0 +476699,0,0,0,0,0 +476700,0,0,0,0,0 +476701,0,0,0,0,0 +476702,0,0,0,0,0 +476703,0,0,0,0,0 +476704,0,0,0,0,0 +476705,0,0,0,0,0 +476706,0,0,0,0,0 +476707,0,0,0,0,0 +476708,0,0,0,0,0 +476709,0,0,0,0,0 +476710,0,0,0,0,0 +476711,0,0,0,0,0 +476712,0,0,0,0,0 +476713,0,0,0,0,0 +476714,0,0,0,0,0 +476715,0,0,0,0,0 +476716,0,0,0,0,0 +476717,0,0,0,0,0 +476718,0,0,0,0,0 +476719,0,0,0,0,0 +476720,0,0,0,0,0 +476721,0,0,0,0,0 +476722,0,0,0,0,0 +476723,0,0,0,0,0 +476724,0,0,0,0,0 +476725,0,0,0,0,0 +476726,0,0,0,0,0 +476727,0,0,0,0,0 +476728,0,0,0,0,0 +476729,0,0,0,0,0 +476730,0,0,0,0,0 +476731,0,0,0,0,0 +476732,0,0,0,0,0 +476733,0,0,0,0,0 +476734,0,0,0,0,0 +476735,0,0,0,0,0 +476736,0,0,0,0,0 +476737,0,0,0,0,0 +476738,0,0,0,0,0 +476739,0,0,0,0,0 +476740,0,0,0,0,0 +476741,0,0,0,0,0 +476742,0,0,0,0,0 +476743,0,0,0,0,0 +476744,0,0,0,0,0 +476745,0,0,0,0,0 +476746,0,0,0,0,0 +476747,0,0,0,0,0 +476748,0,0,0,0,0 +476749,0,0,0,0,0 +476750,0,0,0,0,0 +476751,0,0,0,0,0 +476752,0,0,0,0,0 +476753,0,0,0,0,0 +476754,0,0,0,0,0 +476755,0,0,0,0,0 +476756,0,0,0,0,0 +476757,0,0,0,0,0 +476758,0,0,0,0,0 +476759,0,0,0,0,0 +476760,0,0,0,0,0 +476761,0,0,0,0,0 +476762,0,0,0,0,0 +476763,0,0,0,0,0 +476764,0,0,0,0,0 +476765,0,0,0,0,0 +476766,0,0,0,0,0 +476767,0,0,0,0,0 +476768,0,0,0,0,0 +476769,0,0,0,0,0 +476770,0,0,0,0,0 +476771,0,0,0,0,0 +476772,0,0,0,0,0 +476773,0,0,0,0,0 +476774,0,0,0,0,0 +476775,0,0,0,0,0 +476776,0,0,0,0,0 +476777,0,0,0,0,0 +476778,0,0,0,0,0 +476779,0,0,0,0,0 +476780,0,0,0,0,0 +476781,0,0,0,0,0 +476782,0,0,0,0,0 +476783,0,0,0,0,0 +476784,0,0,0,0,0 +476785,0,0,0,0,0 +476786,0,0,0,0,0 +476787,0,0,0,0,0 +476788,0,0,0,0,0 +476789,0,0,0,0,0 +476790,0,0,0,0,0 +476791,0,0,0,0,0 +476792,0,0,0,0,0 +476793,0,0,0,0,0 +476794,0,0,0,0,0 +476795,0,0,0,0,0 +476796,0,0,0,0,0 +476797,0,0,0,0,0 +476798,0,0,0,0,0 +476799,0,0,0,0,0 +476800,0,0,0,0,0 +476801,0,0,0,0,0 +476802,0,0,0,0,0 +476803,0,0,0,0,0 +476804,0,0,0,0,0 +476805,0,0,0,0,0 +476806,0,0,0,0,0 +476807,0,0,0,0,0 +476808,0,0,0,0,0 +476809,0,0,0,0,0 +476810,0,0,0,0,0 +476811,0,0,0,0,0 +476812,0,0,0,0,0 +476813,0,0,0,0,0 +476814,0,0,0,0,0 +476815,0,0,0,0,0 +476816,0,0,0,0,0 +476817,0,0,0,0,0 +476818,0,0,0,0,0 +476819,0,0,0,0,0 +476820,0,0,0,0,0 +476821,0,0,0,0,0 +476822,0,0,0,0,0 +476823,0,0,0,0,0 +476824,0,0,0,0,0 +476825,0,0,0,0,0 +476826,0,0,0,0,0 +476827,0,0,0,0,0 +476828,0,0,0,0,0 +476829,0,0,0,0,0 +476830,0,0,0,0,0 +476831,0,0,0,0,0 +476832,0,0,0,0,0 +476833,0,0,0,0,0 +476834,0,0,0,0,0 +476835,0,0,0,0,0 +476836,0,0,0,0,0 +476837,0,0,0,0,0 +476838,0,0,0,0,0 +476839,0,0,0,0,0 +476840,0,0,0,0,0 +476841,0,0,0,0,0 +476842,0,0,0,0,0 +476843,0,0,0,0,0 +476844,0,0,0,0,0 +476845,0,0,0,0,0 +476846,0,0,0,0,0 +476847,0,0,0,0,0 +476848,0,0,0,0,0 +476849,0,0,0,0,0 +476850,0,0,0,0,0 +476851,0,0,0,0,0 +476852,0,0,0,0,0 +476853,0,0,0,0,0 +476854,0,0,0,0,0 +476855,0,0,0,0,0 +476856,0,0,0,0,0 +476857,0,0,0,0,0 +476858,0,0,0,0,0 +476859,0,0,0,0,0 +476860,0,0,0,0,0 +476861,0,0,0,0,0 +476862,0,0,0,0,0 +476863,0,0,0,0,0 +476864,0,0,0,0,0 +476865,0,0,0,0,0 +476866,0,0,0,0,0 +476867,0,0,0,0,0 +476868,0,0,0,0,0 +476869,0,0,0,0,0 +476870,0,0,0,0,0 +476871,0,0,0,0,0 +476872,0,0,0,0,0 +476873,0,0,0,0,0 +476874,0,0,0,0,0 +476875,0,0,0,0,0 +476876,0,0,0,0,0 +476877,0,0,0,0,0 +476878,0,0,0,0,0 +476879,0,0,0,0,0 +476880,0,0,0,0,0 +476881,0,0,0,0,0 +476882,0,0,0,0,0 +476883,0,0,0,0,0 +476884,0,0,0,0,0 +476885,0,0,0,0,0 +476886,0,0,0,0,0 +476887,0,0,0,0,0 +476888,0,0,0,0,0 +476889,0,0,0,0,0 +476890,0,0,0,0,0 +476891,0,0,0,0,0 +476892,0,0,0,0,0 +476893,0,0,0,0,0 +476894,0,0,0,0,0 +476895,0,0,0,0,0 +476896,0,0,0,0,0 +476897,0,0,0,0,0 +476898,0,0,0,0,0 +476899,0,0,0,0,0 +476900,0,0,0,0,0 +476901,0,0,0,0,0 +476902,0,0,0,0,0 +476903,0,0,0,0,0 +476904,0,0,0,0,0 +476905,0,0,0,0,0 +476906,0,0,0,0,0 +476907,0,0,0,0,0 +476908,0,0,0,0,0 +476909,0,0,0,0,0 +476910,0,0,0,0,0 +476911,0,0,0,0,0 +476912,0,0,0,0,0 +476913,0,0,0,0,0 +476914,0,0,0,0,0 +476915,0,0,0,0,0 +476916,0,0,0,0,0 +476917,0,0,0,0,0 +476918,0,0,0,0,0 +476919,0,0,0,0,0 +476920,0,0,0,0,0 +476921,0,0,0,0,0 +476922,0,0,0,0,0 +476923,0,0,0,0,0 +476924,0,0,0,0,0 +476925,0,0,0,0,0 +476926,0,0,0,0,0 +476927,0,0,0,0,0 +476928,0,0,0,0,0 +476929,0,0,0,0,0 +476930,0,0,0,0,0 +476931,0,0,0,0,0 +476932,0,0,0,0,0 +476933,0,0,0,0,0 +476934,0,0,0,0,0 +476935,0,0,0,0,0 +476936,0,0,0,0,0 +476937,0,0,0,0,0 +476938,0,0,0,0,0 +476939,0,0,0,0,0 +476940,0,0,0,0,0 +476941,0,0,0,0,0 +476942,0,0,0,0,0 +476943,0,0,0,0,0 +476944,0,0,0,0,0 +476945,0,0,0,0,0 +476946,0,0,0,0,0 +476947,0,0,0,0,0 +476948,0,0,0,0,0 +476949,0,0,0,0,0 +476950,0,0,0,0,0 +476951,0,0,0,0,0 +476952,0,0,0,0,0 +476953,0,0,0,0,0 +476954,0,0,0,0,0 +476955,0,0,0,0,0 +476956,0,0,0,0,0 +476957,0,0,0,0,0 +476958,0,0,0,0,0 +476959,0,0,0,0,0 +476960,0,0,0,0,0 +476961,0,0,0,0,0 +476962,0,0,0,0,0 +476963,0,0,0,0,0 +476964,0,0,0,0,0 +476965,0,0,0,0,0 +476966,0,0,0,0,0 +476967,0,0,0,0,0 +476968,0,0,0,0,0 +476969,0,0,0,0,0 +476970,0,0,0,0,0 +476971,0,0,0,0,0 +476972,0,0,0,0,0 +476973,0,0,0,0,0 +476974,0,0,0,0,0 +476975,0,0,0,0,0 +476976,0,0,0,0,0 +476977,0,0,0,0,0 +476978,0,0,0,0,0 +476979,0,0,0,0,0 +476980,0,0,0,0,0 +476981,0,0,0,0,0 +476982,0,0,0,0,0 +476983,0,0,0,0,0 +476984,0,0,0,0,0 +476985,0,0,0,0,0 +476986,0,0,0,0,0 +476987,0,0,0,0,0 +476988,0,0,0,0,0 +476989,0,0,0,0,0 +476990,0,0,0,0,0 +476991,0,0,0,0,0 +476992,0,0,0,0,0 +476993,0,0,0,0,0 +476994,0,0,0,0,0 +476995,0,0,0,0,0 +476996,0,0,0,0,0 +476997,0,0,0,0,0 +476998,0,0,0,0,0 +476999,0,0,0,0,0 +477000,0,0,0,0,0 +477001,0,0,0,0,0 +477002,0,0,0,0,0 +477003,0,0,0,0,0 +477004,0,0,0,0,0 +477005,0,0,0,0,0 +477006,0,0,0,0,0 +477007,0,0,0,0,0 +477008,0,0,0,0,0 +477009,0,0,0,0,0 +477010,0,0,0,0,0 +477011,0,0,0,0,0 +477012,0,0,0,0,0 +477013,0,0,0,0,0 +477014,0,0,0,0,0 +477015,0,0,0,0,0 +477016,0,0,0,0,0 +477017,0,0,0,0,0 +477018,0,0,0,0,0 +477019,0,0,0,0,0 +477020,0,0,0,0,0 +477021,0,0,0,0,0 +477022,0,0,0,0,0 +477023,0,0,0,0,0 +477024,0,0,0,0,0 +477025,0,0,0,0,0 +477026,0,0,0,0,0 +477027,0,0,0,0,0 +477028,0,0,0,0,0 +477029,0,0,0,0,0 +477030,0,0,0,0,0 +477031,0,0,0,0,0 +477032,0,0,0,0,0 +477033,0,0,0,0,0 +477034,0,0,0,0,0 +477035,0,0,0,0,0 +477036,0,0,0,0,0 +477037,0,0,0,0,0 +477038,0,0,0,0,0 +477039,0,0,0,0,0 +477040,0,0,0,0,0 +477041,0,0,0,0,0 +477042,0,0,0,0,0 +477043,0,0,0,0,0 +477044,0,0,0,0,0 +477045,0,0,0,0,0 +477046,0,0,0,0,0 +477047,0,0,0,0,0 +477048,0,0,0,0,0 +477049,0,0,0,0,0 +477050,0,0,0,0,0 +477051,0,0,0,0,0 +477052,0,0,0,0,0 +477053,0,0,0,0,0 +477054,0,0,0,0,0 +477055,0,0,0,0,0 +477056,0,0,0,0,0 +477057,0,0,0,0,0 +477058,0,0,0,0,0 +477059,0,0,0,0,0 +477060,0,0,0,0,0 +477061,-1384.229046,-611.1544173,-1358.962427,-610.9854609,-3.538441609 +477062,-1524.668718,-650.7606888,-1497.888118,-650.5945675,-212.1957123 +477063,-1918.1358,-812.6814907,-1888.349286,-812.5187026,-1064.497234 +477064,-1696.507559,-716.2962176,-1669.530923,-716.1368094,-853.7386972 +477065,-1434.986486,-597.4589021,-1407.372754,-597.3040951,-369.774559 +477066,-1761.801861,-747.088222,-1734.131033,-746.9383159,-978.540755 +477067,-1518.742687,-637.3475045,-1490.884686,-637.2022539,-538.1608926 +477068,-1633.395916,-689.0729368,-1604.567261,-688.9326639,-701.3773023 +477069,-1713.036977,-725.6926809,-1683.826993,-725.5570556,-834.9091776 +477070,-1760.967975,-748.2631848,-1731.674183,-748.131856,-928.2814889 +477071,-1784.617162,-759.9370515,-1755.369441,-759.8097351,-985.2513621 +477072,-1792.035424,-764.2642959,-1762.87032,-764.140803,-1014.862433 +477073,-1790.612495,-764.5522302,-1761.522517,-764.432444,-1027.836802 +477074,-1785.338822,-763.0440572,-1756.300944,-762.9278975,-1032.214369 +477075,-1778.869351,-760.9335115,-1749.858709,-760.8209095,-1032.617881 +477076,-1286.119528,-694.0080289,-1652.387148,-727.0095419,-905.8698025 +477077,-1461.445112,-336.4631461,-1204.509182,-688.7446958,-760.3936543 +477078,-1418.302859,-523.0419812,-1461.97574,-668.5717443,-685.9836351 +477079,-1387.221316,-444.5493359,-1366.187097,-663.6896819,-671.7798542 +477080,-1373.262474,-424.3039429,-1346.539442,-653.6068826,-636.3948734 +477081,-1362.340828,-404.952058,-1335.201285,-624.0753167,-1008.675427 +477082,-1343.650998,-385.1918726,-1317.081783,-617.1917478,-846.965118 +477083,-1334.176158,-367.6615801,-1306.170041,-600.1613797,-715.6852713 +477084,-1320.902265,-348.7142808,-1294.004038,-576.6912839,-654.2606178 +477085,-1311.756345,-332.0071158,-1280.485741,-566.8591698,-629.9945146 +477086,-1297.736889,-313.1224052,-1268.627146,-562.5396045,-620.9854391 +477087,-1075.941568,-295.4144674,-1042.511827,-442.5232842,-59.51260771 +477088,-1532.267842,-280.0683687,-1498.224861,-650.1993477,-855.9280107 +477089,-1194.568904,-273.4180578,-1176.860032,-507.1133288,-247.8172606 +477090,-1243.641495,-257.7597928,-1205.710189,-575.9430856,-435.5667382 +477091,-1247.547442,-236.3461482,-1220.172236,-699.5685699,-987.9054336 +477092,-1227.680923,-215.08835,-1196.300322,-545.9958837,-841.2886999 +477093,-1116.300621,-203.3727147,-1086.027806,-459.0612866,-116.0155741 +477094,-1319.292658,-186.6714862,-1282.986688,-547.0071567,-362.5042725 +477095,-1185.219232,-169.6566666,-1158.669718,-601.48765,-520.4836184 +477096,-1173.782866,-152.5364072,-1139.264848,-557.360101,-993.6898 +477097,-1182.665153,-135.7607573,-1153.421336,-504.587581,-260.3442099 +477098,-1169.331688,-118.5171865,-1136.217828,-535.4006395,-953.3921012 +477099,-1156.972413,-101.1821628,-1126.56064,-481.1270886,-185.9308905 +477100,-1149.947253,-84.60851251,-1117.339836,-555.7105468,-391.3399977 +477101,-1138.682462,-66.51146825,-1109.077786,-510.3492407,-970.1541097 +477102,-1127.503671,-49.19068399,-1096.570083,-493.6932822,-227.5911059 +477103,-1122.850482,-34.07681517,-1093.184309,-512.2417774,-407.2941491 +477104,-1112.725078,-19.09200429,-1080.893955,-493.1296091,-967.3405356 +477105,-1100.229593,-3.771616855,-1072.263948,-493.0491891,-823.5027266 +477106,-1032.52593,10.69507398,-1003.677968,-429.4848929,-55.96855592 +477107,-1177.237117,33.80739478,-1145.96393,-567.3729837,-892.3294618 +477108,-1030.782489,53.49894011,-1003.215051,-438.377387,-109.9774369 +477109,-1076.674964,36.09252607,-1046.537514,-484.0226849,-904.9648901 +477110,-1057.171581,62.62975414,-1027.625113,-469.5743591,-741.5773877 +477111,-967.3885438,201.8943949,-939.4997771,-404.0976145,2.517783013 +477112,-1160.309125,79.07405545,-1131.225469,-502.1222019,-255.6270043 +477113,-976.8041663,160.4181268,-944.8236921,-487.2229687,-447.0283306 +477114,-1033.854345,36.01053077,-1006.342531,-428.4488198,-958.4272108 +477115,-1015.471083,212.6558926,-984.3893146,-456.2593978,-241.1566329 +477116,-1005.647731,38.956712,-977.6714049,-446.1091733,-914.8695211 +477117,-996.2617794,54.05139445,-966.1060886,-440.8249361,-791.8587538 +477118,-989.3834713,79.33420882,-961.165106,-437.2480838,-656.738244 +477119,-890.9875056,272.9126233,-864.3814632,-375.0908521,71.52976966 +477120,-1102.535272,227.1272938,-1070.084254,-479.8954589,-200.6192861 +477121,79.998718,48.5457177,79.71170326,35.48517661,-910.6226578 +477122,83.74124037,60.23936902,83.91014534,37.1446358,-180.6527412 +477123,88.08884412,78.06375985,88.96086259,39.19810151,146.06983 +477124,108.9494105,103.1675704,110.5232307,48.77694129,226.6906055 +477125,134.8625073,128.4328647,137.0336587,60.62303925,305.2157269 +477126,151.4450404,147.2573894,154.1001315,68.18931122,359.0217992 +477127,163.4313539,162.2890315,166.4786231,73.63893503,399.9697221 +477128,171.7322148,174.406724,175.1016432,77.39831692,431.3414594 +477129,177.1298794,184.2749132,180.7662753,79.83056491,455.1745926 +477130,180.2439705,192.36878,184.1016388,81.22048114,472.8533058 +477131,181.5535331,199.0395935,185.5934707,81.78653923,485.4487602 +477132,181.4245446,204.5581471,185.6130574,81.69479984,493.8378426 +477133,180.1613711,209.1498777,184.469214,81.08297684,498.785403 +477134,177.998879,212.994593,182.4005338,80.05709672,500.9117953 +477135,175.1258648,216.2386318,179.5988849,78.70224087,500.728099 +477136,171.693011,218.9999993,176.2174403,77.0862107,498.6511779 +477137,167.8204244,221.3735898,172.3783048,75.26298937,495.0207808 +477138,163.6038426,223.4356817,168.1788066,73.27558606,490.1143154 +477139,159.1195484,225.2476182,163.6964846,71.15827902,484.1586119 +477140,160.6547801,229.6869028,165.2195595,71.76861856,488.6601831 +477141,166.2619211,235.8850217,170.801009,74.21913,500.1422507 +477142,171.5415531,241.8486402,176.0397817,76.50758994,510.6507616 +477143,176.6413311,247.6583206,181.0862261,78.70333721,520.4916895 +477144,181.6028771,465.3275302,185.9802981,80.82661871,529.7630345 +477145,186.4518256,432.8329696,190.7498376,82.8919354,538.5387252 +477146,191.2140354,453.3745192,195.4186714,84.91133192,546.8847922 +477147,195.9043914,488.6405938,200.0037926,86.89322036,554.8539163 +477148,200.5370096,512.6892447,204.5172605,88.84344884,562.4883087 +477149,205.1208037,536.4914173,208.968409,90.76645364,569.8234653 +477150,209.6626839,559.6488002,213.3649522,92.66583875,576.8901821 +477151,214.1688447,581.2088628,217.7135802,94.54468339,583.7157773 +477152,218.6382608,601.3930272,222.0194234,96.40533016,590.3243655 +477153,223.0754869,622.0229688,226.2868996,98.24977218,596.7372199 +477154,227.4821943,641.7074843,230.5198954,100.0797439,602.9730361 +477155,231.8643324,661.1334578,234.7217976,101.8967448,609.0482751 +477156,236.2064476,680.7469786,238.8786799,103.6944033,614.9468424 +477157,240.5411983,699.5300201,243.0207241,105.486406,620.7319253 +477158,244.8659518,718.0375008,247.1470984,107.2723399,626.4095252 +477159,249.1785584,736.8490021,251.2533711,109.05016,631.9783596 +477160,253.4767119,754.3050112,255.3391707,110.8196776,637.4438415 +477161,257.7581169,772.196116,259.4033821,112.5804084,642.8123154 +477162,262.0237256,789.5820799,263.447389,114.3329717,648.0899217 +477163,266.2789566,807.7469607,267.4727203,116.0780519,653.2824155 +477164,270.5234996,824.2807904,271.4803704,117.8160981,658.3949713 +477165,274.7602239,841.5508301,275.4709821,119.5474064,663.4323076 +477166,278.9873499,858.2959663,279.4449979,121.2721863,668.3986277 +477167,282.8757138,874.921228,283.0712811,122.8399321,672.6949664 +477168,287.1800826,890.9683443,287.1068222,124.5948455,677.7004201 +477169,291.4544887,907.7278533,291.1036193,126.3331739,682.6033101 +477170,295.7010076,923.4875806,295.0659265,128.0568022,687.4136972 +477171,299.926437,948.6045581,298.9984821,129.7679133,692.142077 +477172,304.1330163,968.5663569,302.9057057,131.4685684,696.7981465 +477173,308.3263478,988.569406,306.7911451,133.1604223,701.3899309 +477174,312.5067959,1008.240453,310.6573518,134.8446594,705.9235731 +477175,316.678252,1027.71004,314.5061659,136.5221285,710.4038418 +477176,320.8398236,1046.96618,318.3388849,138.1934248,714.8344175 +477177,324.9945723,1066.01356,322.1565175,139.8590098,719.2183559 +477178,329.1410604,1084.857415,325.9598183,141.5192275,723.5581498 +477179,333.2823892,1103.454407,329.7494191,143.1743654,727.8559824 +477180,337.4171467,1121.967718,333.5258084,144.8246445,732.1136909 +477181,341.3865819,1308.666378,337.1281583,146.3969597,736.0397403 +477182,352.3932265,1329.315489,347.7149464,151.1193995,753.1699241 +477183,366.9445584,1348.131185,361.8187456,157.3689377,776.9829069 +477184,381.5177593,1366.765182,375.9401601,163.5523478,801.0111045 +477185,394.2460694,1385.281838,388.3114089,168.8744043,822.5943503 +477186,405.1570752,1403.206945,398.914482,173.3655839,841.4576997 +477187,414.7432865,1421.237128,408.1990744,177.2595189,858.0926404 +477188,423.4061617,1438.864574,416.5469686,180.7440641,872.9982657 +477189,431.3805616,1456.291951,424.1892081,183.9291751,886.5130413 +477190,438.7989546,1473.741548,431.2601206,186.8768823,898.8543458 +477191,445.7504273,1490.638974,437.8511341,189.6284967,910.1797641 +477192,452.307222,1507.721507,444.036014,192.2169366,920.6196242 +477193,458.5321951,1524.419378,449.8784976,194.6703174,930.288543 +477194,464.4793566,1541.012069,455.4332097,197.0123641,939.2873719 +477195,470.1940952,1557.363872,460.7460819,199.2626509,947.703964 +477196,475.7138716,1573.723286,465.8551009,201.4370269,955.6139422 +477197,481.0695237,1589.83572,470.7916155,203.5482952,963.0823217 +477198,486.2864023,1605.616951,475.5814513,205.60678,970.1648663 +477199,491.3854639,1621.549248,480.2459889,207.6208561,976.9095693 +477200,496.3840029,1637.046495,484.8029196,209.5973122,983.3576929 +477201,501.2964957,1655.009071,489.26696,211.5416862,989.5448555 +477202,506.1349966,1674.990731,493.6503044,213.4584727,995.5017035 +477203,510.9095826,1684.091536,497.9631322,215.3513526,1001.254748 +477204,515.628621,1709.183792,502.2138984,217.2233206,1006.826836 +477205,520.2991095,1711.973834,506.409679,219.0768361,1012.237755 +477206,524.9268681,1705.296764,510.5563673,220.9139054,1017.504583 +477207,529.516776,1756.465716,514.6589305,222.7361911,1022.642172 +477208,534.0729372,1752.846221,518.7215168,224.545053,1027.663354 +477209,538.5987887,1770.858358,522.7476676,226.3416377,1032.579369 +477210,543.0971422,1785.3135,526.7403465,228.1268843,1037.399935 +477211,547.5703733,1798.336406,530.702093,229.9015883,1042.133572 +477212,552.0124929,1811.396057,534.6287748,231.6636761,1046.787603 +477213,556.4206299,1823.873823,538.5187089,233.4122004,1051.368467 +477214,560.7956614,1836.529428,542.3730702,235.1474971,1055.881753 +477215,565.1401157,1848.820533,546.1942582,236.8704551,1060.332419 +477216,569.4565898,1860.807938,549.9846661,238.5819676,1191.641889 +477217,573.7472804,1872.773168,553.746337,240.2827824,1216.960957 +477218,578.0138658,1884.479555,557.4808558,241.973454,1203.660725 +477219,582.257705,1896.027499,561.1895381,243.6544299,1232.835688 +477220,753.4851537,1907.48258,564.6323341,245.2164601,1247.851083 +477221,731.1372017,1918.45494,561.6634053,243.8659342,1262.384238 +477222,743.0602203,1929.685978,555.926912,241.2611622,1276.802626 +477223,768.613178,1940.559859,550.3884386,238.7509064,1291.083288 +477224,785.2669657,1951.142539,545.0667264,236.3422672,1305.003251 +477225,801.5174897,1961.651068,551.3449944,234.0204193,1318.591392 +477226,817.786591,1972.231997,768.3944266,231.7665368,1332.301857 +477227,833.8982573,1982.257088,665.677745,229.565155,1345.902293 +477228,849.6578752,1992.48562,711.2607618,227.4049903,1358.777075 +477229,865.1101552,2002.231219,725.9548315,225.2777406,1372.446791 +477230,880.8755254,2011.954272,739.6499984,223.176962,1384.792498 +477231,896.0510997,2021.666072,753.1623732,276.8976896,1397.538681 +477232,911.0200022,2031.127973,766.1205788,308.9255721,1410.402504 +477233,926.598237,2040.297327,779.5614738,290.7747704,1422.6167 +477234,940.6145988,2049.500359,791.8293926,306.709016,1434.909495 +477235,956.0076059,2058.474708,804.9480123,313.587971,1446.975196 +477236,970.3148062,2067.311073,817.1385712,320.3416529,1458.979996 +477237,984.5611517,2076.007267,829.810791,326.8033261,1470.736217 +477238,999.3039733,2084.555038,841.6520478,333.3832921,1482.436195 +477239,1013.269301,2095.0237,854.1639736,339.5448608,1493.629764 +477240,1027.053026,2111.553916,866.1058882,346.0771954,1505.552631 +477241,1047.324034,2107.563263,883.4121549,354.705511,1538.408707 +477242,1061.387556,2110.362322,895.5625617,361.1658342,1551.213703 +477243,1075.629961,2135.479717,907.722486,367.3508998,1563.43103 +477244,1088.617389,2134.134212,918.8520106,373.2270096,1575.287779 +477245,1102.219042,2143.657562,930.1269983,379.3080077,1586.777251 +477246,1114.969385,2151.349949,941.1844126,385.0203333,1598.154812 +477247,1128.647038,2158.2916,952.0189746,390.7403812,1609.178678 +477248,1141.236156,2165.624683,962.7879633,396.2581931,1620.199507 +477249,1154.104475,2172.512119,973.4044293,402.0133611,1630.909404 +477250,1166.785395,2179.582497,983.9058371,407.5250507,1641.641386 +477251,1179.358361,2186.050808,994.2567194,412.6282328,1652.132705 +477252,1191.825491,2192.658452,1004.586318,418.2934877,1662.526568 +477253,1204.191131,2199.05479,1014.731662,423.4566866,1672.744182 +477254,1216.45761,2205.442003,1024.803887,428.5608223,1682.972789 +477255,1228.57534,2211.42714,1034.771432,433.9686699,1702.732029 +477256,1240.725602,2217.407858,1044.597953,439.1049624,1702.63232 +477257,1252.673635,2223.427296,1054.059248,443.9386377,1698.284515 +477258,1264.519026,2229.09701,1064.276895,448.8927594,1731.089995 +477259,1276.402003,2234.83573,1073.557662,454.0846222,1729.788573 +477260,1288.084125,2249.440444,1083.188615,458.8453772,1741.438922 +477261,1299.665064,2235.198704,1092.532076,463.7213538,1750.944669 +477262,1311.30105,2253.123024,1101.942894,468.5183185,1760.146221 +477263,1322.669091,2256.452357,1111.168438,473.2678299,1769.3881 +477264,1334.151869,2260.421913,1120.352329,477.7930437,1778.494008 +477265,1345.359086,2265.687123,1129.405159,482.7381171,1787.580781 +477266,1356.099426,2270.297305,1138.503009,487.2131899,1796.329159 +477267,1368.022257,2275.160261,1147.424916,491.820351,1805.397783 +477268,1378.782883,2279.385086,1156.31304,496.3512372,1813.982876 +477269,1389.838224,2290.649013,1165.129385,500.8416814,1822.710665 +477270,1400.715163,2278.461911,1173.815931,505.0952594,1831.370693 +477271,1411.367061,2296.259177,1182.25144,509.7004638,1839.755112 +477272,1421.760035,2294.410026,1190.236638,513.8535233,1865.585013 +477273,1432.042114,2298.406275,1198.514574,517.8314534,1830.623544 +477274,1442.407424,2320.095019,1206.687279,522.0883906,1877.231161 +477275,1452.453306,2298.928046,1214.362528,526.0491587,1870.334391 +477276,1462.667467,2311.195381,1234.620142,529.942462,1881.121987 +477277,1472.551288,2312.511637,1212.249084,534.336923,1889.27107 +477278,1482.614098,2314.32306,1246.682823,537.9723502,1897.071018 +477279,1492.416196,2323.62674,1243.983386,542.0001485,1923.743879 +477280,1502.126463,2314.73647,1253.255939,545.929844,1898.835824 +477281,1511.958027,2321.25178,1260.947187,549.6018592,1932.178665 +477282,1521.19735,2330.640967,1268.528119,553.5454542,1925.464725 +477283,1531.108663,2323.585367,1275.824697,557.3221846,1937.294358 +477284,1545.64951,2328.480169,1283.26731,560.9081012,1944.512328 +477285,1550.964162,2330.339407,1290.381214,564.7336152,1951.472392 +477286,1566.369124,2331.628724,1298.014193,568.4104137,1959.155807 +477287,1567.975509,2333.10443,1304.849248,571.9661482,1966.176711 +477288,1560.433784,2334.444482,1312.262352,575.6255291,1973.476835 +477289,1597.770345,2335.738176,1319.153581,579.120083,1985.942903 +477290,1593.013702,2330.21139,1326.382331,582.7681934,1985.491676 +477291,1604.916709,2346.339085,1333.185437,586.2155569,1995.122969 +477292,1614.115039,2328.770714,1340.315249,589.7592179,2001.80319 +477293,1623.133697,2348.519909,1347.096743,593.1413406,2005.256315 +477294,1631.966556,2330.13545,1354.000452,596.6786221,2013.691352 +477295,1640.909682,2342.802027,1371.506809,599.6507098,2011.6823 +477296,1649.870416,2339.974475,1355.833659,603.6412475,2017.951203 +477297,1658.470842,2340.367896,1375.239471,606.652788,2027.582424 +477298,1667.446262,2340.514487,1382.536316,610.1089079,2025.601283 +477299,1676.22541,2340.679516,1386.600581,613.3705658,2035.232232 +477300,1684.732693,2340.667666,1394.11021,616.7755485,2039.463562 +477301,1575.745229,2289.188603,1282.676702,566.8297569,1825.833613 +477302,1581.829741,2283.421375,1286.674263,568.4859732,1831.558526 +477303,1589.342302,2283.927812,1291.66387,571.129533,1832.894707 +477304,1596.709099,2283.137555,1302.297388,573.369085,1840.90736 +477305,1604.141078,2281.74318,1302.772463,576.4285928,1836.802877 +477306,1611.717905,2280.516207,1297.04423,578.9290523,1842.604549 +477307,1619.533878,2279.727524,1318.319782,581.6134949,1845.703927 +477308,1626.786306,2278.064252,1316.121912,584.2404018,1849.404193 +477309,1634.495066,2276.640471,1322.826329,586.8422511,1857.050437 +477310,1642.536519,2275.287446,1328.176026,589.55516,1853.534642 +477311,1651.50083,2273.622262,1333.337689,592.1543681,1858.556634 +477312,1660.90049,2271.899867,1338.45286,594.7737607,1862.379736 +477313,1670.314114,2270.169995,1343.828289,597.3764619,1869.942077 +477314,1679.95544,2268.284561,1348.946377,599.9659018,1866.94097 +477315,1689.294292,2266.466079,1354.044673,602.5457359,1876.084604 +477316,1699.249073,2264.17701,1359.167506,605.1133597,1873.660468 +477317,1708.704203,2262.053686,1364.255533,607.635571,1881.649091 +477318,1718.886745,2259.908656,1369.418669,610.1673619,1879.676457 +477319,1728.369299,2257.471436,1384.918776,612.7308021,1890.683064 +477320,1738.374689,2255.096159,1363.617387,615.216976,1885.896708 +477321,1748.259316,2252.535814,1391.924551,617.7736699,1883.595132 +477322,1758.644832,2250.041828,1387.816302,620.2120791,1880.24245 +477323,1768.530322,2247.116397,1394.450406,622.6908296,1873.932276 +477324,1778.861054,2244.399084,1399.263779,625.227256,1867.453811 +477325,1789.129881,2241.457379,1404.341712,627.6684642,1860.942792 +477326,1799.600153,2238.507934,1415.65365,630.0938963,1854.523583 +477327,1809.714403,2235.429372,1412.072592,632.6539382,1848.285242 +477328,1820.462925,2232.284451,1412.444552,635.0026866,1842.287015 +477329,1831.014273,2229.053701,1428.670627,637.4755883,1836.500365 +477330,1841.440381,2225.739027,1435.63841,639.8522216,1830.885701 +477331,1870.055774,2221.537888,1429.2102,642.3705822,1825.419977 +477332,1839.597073,2216.997163,1432.455542,644.8337013,1820.15392 +477333,1877.104159,2212.414745,1454.331121,647.1754736,1815.016839 +477334,1882.987364,2207.589223,1437.686632,649.7156627,1809.930438 +477335,1891.230445,2202.67127,1474.075888,652.1098223,1805.022038 +477336,1902.443767,2197.623452,1443.857273,654.5444116,1800.245658 +477337,1912.249694,2192.46996,1474.233093,656.9661871,1795.781383 +477338,1922.957828,2187.205334,1465.24165,659.379574,1791.684255 +477339,1932.771618,2181.830812,1474.166381,661.7885597,1787.864108 +477340,1943.211607,2176.316718,1478.476138,664.1424841,1784.434695 +477341,1953.503755,2170.809987,1482.990187,666.610342,1781.342575 +477342,1963.631072,2165.114109,1487.873825,668.965071,1778.444592 +477343,1990.279574,2159.354939,1492.516374,671.4041144,1775.644364 +477344,1962.342712,2153.666293,1497.319036,673.7087212,1772.959693 +477345,2002.655379,2147.518377,1501.999516,676.0663099,1770.353838 +477346,2004.134497,2141.48974,1506.523534,678.4966412,1767.740135 +477347,2014.747533,2135.486496,1511.445594,680.8204676,1765.15118 +477348,2025.726424,2129.259446,1520.935177,683.1810555,1762.737064 +477349,2035.78321,2122.971192,1518.402811,685.5284719,1760.331401 +477350,2072.667312,2116.67426,1525.923672,687.8196583,1757.756367 +477351,2017.384117,2102.883957,1530.111367,690.2799804,1755.125535 +477352,2096.833629,2114.003641,1534.674945,692.4984523,1752.600791 +477353,2056.885834,2085.122243,1539.086438,694.8660939,1750.362632 +477354,2095.877629,2094.460132,1543.78685,697.176585,1747.88033 +477355,2096.356154,2082.178939,1548.317075,699.4888438,1745.546391 +477356,2125.145983,2076.27584,1557.482106,701.7443,1743.395925 +477357,2094.358009,2069.695753,1555.466574,704.1224583,1741.280173 +477358,2161.814777,2062.582592,1561.830301,706.3810582,1739.0119 +477359,2106.687567,2055.822353,1566.64961,708.7320954,1736.790407 +477360,2188.058215,2048.761703,1570.864747,710.9361313,1735.155944 +477361,1881.326248,1920.316994,1328.48334,603.8487608,1729.390151 +477362,1939.477633,1937.309485,1343.059486,603.3020651,1697.369967 +477363,1926.052964,1903.801895,1327.996548,603.6632541,1655.915484 +477364,1941.536164,1904.830772,1335.333532,604.4705018,1618.965614 +477365,1962.256949,1892.937338,1335.933523,605.3800492,1589.943211 +477366,1921.662361,1883.923661,1337.685858,606.2728152,1568.003691 +477367,1979.489858,1871.547546,1339.585539,607.4498745,1551.210128 +477368,1949.181709,1871.165521,1341.468318,608.5237746,1537.939201 +477369,1981.985396,1859.049021,1343.784131,609.6810061,1527.145923 +477370,1980.646771,1834.649593,1345.762208,610.8577159,1518.182557 +477371,2009.105429,1872.064916,1348.025853,612.0569983,1510.504052 +477372,1970.559103,1818.055268,1350.10177,613.2263922,1503.905373 +477373,2031.894064,1805.234587,1352.433562,614.5366247,1498.247301 +477374,1994.013516,1849.730552,1354.768827,615.8031611,1493.171131 +477375,2054.230795,1768.270714,1356.92893,617.004423,1488.764522 +477376,1997.670965,1812.15688,1359.441776,618.3221852,1484.895816 +477377,2074.215225,1784.267175,1361.675395,619.6100728,1481.723654 +477378,2022.842747,1779.044669,1364.053384,620.9185471,1478.846326 +477379,2077.743778,1770.19017,1371.560859,622.2392426,1476.318777 +477380,2057.103503,1761.562531,1361.609436,623.5706439,1473.976328 +477381,2075.219814,1752.692451,1379.15169,624.9139306,1471.782877 +477382,2082.009753,1755.675609,1371.62153,626.2677208,1470.104384 +477383,2089.899185,1718.711914,1376.718098,627.6321316,1468.719608 +477384,2098.483071,1734.463102,1379.18366,629.0061822,1467.523064 +477385,2106.66661,1716.171602,1381.698963,630.3898821,1466.496524 +477386,2114.947778,1709.026204,1384.189942,631.7825373,1465.566962 +477387,2123.317745,1700.338168,1386.692361,633.1840246,1464.709439 +477388,2131.383626,1691.595204,1389.348492,634.5467379,1463.907973 +477389,2139.967143,1682.734454,1391.905268,636.002489,1463.161455 +477390,2148.176885,1694.399226,1394.56272,637.3806172,1462.420389 +477391,2155.516718,1635.867877,1396.483205,638.5121334,1461.733033 +477392,2163.115952,1676.866169,1398.191398,639.6272167,1461.020328 +477393,2170.18928,1632.188347,1400.14179,640.6962676,1460.216759 +477394,2177.464903,1641.943406,1401.807298,641.7087538,1459.382457 +477395,2184.743933,1625.97532,1403.518893,642.7946257,1458.527065 +477396,2191.707978,1617.841138,1405.220623,643.7549888,1457.664339 +477397,2207.139461,1608.324615,1406.831456,644.7479507,1456.991638 +477398,2193.973489,1598.745543,1408.443855,645.7348856,1456.11934 +477399,2225.640326,1589.549221,1410.042047,646.7114946,1455.258813 +477400,2216.032567,1579.836514,1411.636323,647.6779963,1454.613432 +477401,2227.188355,1570.327132,1413.192103,648.6353532,1453.807452 +477402,2234.233943,1560.991332,1414.672984,649.5830448,1452.957569 +477403,2240.473379,1551.440811,1416.2439,650.5219461,1452.183816 +477404,2237.037535,1537.130535,1411.20287,648.5178417,1451.016152 +477405,2241.052958,1527.077354,1410.78472,648.8296092,1449.262295 +477406,2246.86919,1534.736592,1411.764983,649.4169658,1447.384806 +477407,2252.768032,1481.579591,1412.673766,650.0776097,1445.867855 +477408,2258.545337,1517.932918,1418.4258,650.7665217,1444.821717 +477409,2264.251256,1473.225119,1408.115885,651.4683537,1443.805629 +477410,2270.409236,1483.814596,1422.743647,652.1745925,1443.121041 +477411,2276.217279,1467.204324,1415.256698,652.882065,1442.44659 +477412,2281.981119,1458.888239,1417.988054,653.5884892,1441.679087 +477413,2287.806902,1449.359761,1419.457968,654.2926189,1440.875428 +477414,2293.644293,1439.750532,1420.264752,654.9935171,1440.13361 +477415,2299.283698,1430.420699,1421.26715,655.6911169,1439.404649 +477416,2304.840933,1420.919782,1422.318372,656.3846304,1438.677916 +477417,2310.73381,1411.639252,1423.387277,657.0741559,1437.963232 +477418,2316.283133,1402.035538,1424.356634,657.7591051,1437.25361 +477419,2321.792826,1392.920333,1425.387083,658.4396501,1436.534471 +477420,2327.380887,1383.559833,1426.397406,659.1152202,1435.806382 +477421,2552.528168,1481.747629,1537.044117,766.558961,1443.800196 +477422,2581.665677,1474.754062,1558.78282,769.0693782,1479.026732 +477423,2604.33477,1467.337397,1583.513665,771.0643801,1522.865438 +477424,2592.409793,1459.202021,1602.308933,772.9916636,1560.10644 +477425,2594.382254,1451.612416,1613.949918,774.5069183,1587.115365 +477426,2616.92511,1443.322342,1620.832378,776.1057966,1606.270386 +477427,2617.863303,1435.544418,1625.189086,777.5776124,1620.070596 +477428,2622.244616,1427.468341,1627.818925,779.0064093,1630.951381 +477429,2628.236092,1419.487163,1629.328014,780.3937069,1639.014873 +477430,2642.555549,1411.513191,1630.463126,781.7450762,1645.825438 +477431,2642.840733,1403.558505,1631.420975,783.0653643,1651.382427 +477432,2646.609017,1395.629098,1632.19435,784.3568974,1655.739877 +477433,2658.519546,1387.710818,1632.642314,785.6219792,1659.322603 +477434,2660.334821,1379.903732,1633.114029,786.8618953,1662.417274 +477435,2662.777223,1372.169127,1633.401779,788.0785235,1664.838735 +477436,2666.812202,1364.189636,1633.482787,789.2722495,1666.624229 +477437,2668.024368,1356.470514,1633.401447,790.4440432,1668.090257 +477438,2668.183888,1348.794659,1633.094164,791.5948042,1668.798535 +477439,2668.317185,1341.127779,1632.537599,792.7252605,1668.95448 +477440,2668.769592,1333.440593,1631.775301,793.8356258,1668.650262 +477441,2668.976753,1325.92155,1630.861764,794.9269883,1667.985252 +477442,2669.239306,1318.228021,1629.842875,795.9993606,1667.043239 +477443,2669.559198,1311.014534,1628.75085,796.994441,1665.887336 +477444,2669.920803,1306.211252,1627.601086,798.1192691,1664.556573 +477445,2670.306194,1301.093089,1626.402363,799.0960928,1663.078846 +477446,2670.710256,1295.666918,1625.167157,800.107427,1661.484194 +477447,2671.133267,1290.269358,1623.907553,801.0933878,1659.799865 +477448,2671.573125,1285.029099,1622.631256,802.0627894,1658.045678 +477449,2672.02558,1279.777859,1621.342892,803.0759366,1656.235885 +477450,2672.487141,1274.549854,1620.046023,803.9252237,1654.381998 +477451,2672.953808,1269.532382,1618.742452,805.0102525,1652.492048 +477452,2673.623866,1264.803552,1617.444064,806.0525672,1650.56934 +477453,2674.601433,1259.933826,1616.156978,807.10182,1648.614508 +477454,2675.885365,1255.173032,1614.880261,808.1456868,1646.627422 +477455,2677.427118,1250.434193,1613.6098,809.12244,1644.608195 +477456,2679.173964,1245.727441,1612.340946,810.3426506,1642.557048 +477457,2681.079706,1241.054265,1611.066951,812.9726778,1640.470684 +477458,2683.123986,1236.414138,1609.790412,811.6325742,1638.356596 +477459,2685.285537,1231.893204,1608.508542,816.2484201,1636.214597 +477460,2687.557967,1227.197292,1607.225211,812.4021598,1634.052423 +477461,2689.920831,1222.720906,1606.117714,820.4431522,1631.863904 +477462,2692.378844,1218.20912,1604.812656,811.7620265,1629.660937 +477463,2694.910468,1213.662856,1603.493661,826.5134406,1627.433057 +477464,2697.810615,1209.362193,1602.179752,808.4142226,1625.200286 +477465,2700.44736,1204.920126,1600.849177,836.4463449,1622.934048 +477466,2703.178641,1200.589503,1599.536182,799.4256683,1620.679391 +477467,2706.024396,1196.289105,1598.248215,827.6994508,1618.447939 +477468,2708.889989,1192.031532,1596.925341,821.6407338,1616.16519 +477469,2711.80183,1187.818927,1595.584908,822.4691346,1613.854485 +477470,2714.791198,1183.652143,1594.247596,823.8232896,1611.543041 +477471,2717.844783,1179.53291,1592.90651,824.826684,1609.222923 +477472,2721.236475,1175.462287,1591.559191,825.7480659,1606.891912 +477473,2724.344387,1171.442125,1590.205471,826.6736387,1604.550605 +477474,2727.506048,1167.473571,1588.84772,827.5938497,1602.202755 +477475,2730.733046,1163.558543,1587.486871,828.5090587,1599.850196 +477476,2734.264202,1159.698258,1586.12054,829.4836604,1597.490497 +477477,2737.506368,1155.894698,1584.748699,830.2270964,1595.124146 +477478,2741.140562,1152.149158,1583.37141,831.270387,1592.7517 +477479,2743.798927,1148.463676,1581.992665,832.1102828,1590.378681 +477480,2747.62412,1144.83962,1580.613112,833.0108754,1588.006366 +477481,2752.424452,1164.016859,1580.549457,856.8056891,1588.079403 +477482,2760.098223,1161.861934,1582.383521,858.7989101,1590.60407 +477483,2768.678991,1159.258263,1585.308778,860.7001753,1594.372884 +477484,2777.291144,1156.589102,1587.866266,862.1026891,1598.088192 +477485,2784.794669,1153.887139,1589.835124,863.6181493,1601.181055 +477486,2791.492334,1151.191074,1591.224187,864.994868,1603.610198 +477487,2797.644527,1148.427021,1592.183104,866.3452641,1605.514975 +477488,2803.475633,1146.075966,1592.848613,867.9523382,1607.034004 +477489,2809.123706,1143.81154,1593.308975,869.7091216,1608.259927 +477490,2814.66429,1141.594419,1593.616303,871.5970224,1609.250019 +477491,2820.423717,1139.416172,1593.987505,873.3613487,1610.039055 +477492,2825.851537,1137.272702,1594.050068,875.2573058,1610.655661 +477493,2831.251989,1135.16231,1594.031094,877.3091975,1611.128159 +477494,2836.65168,1133.083314,1593.95062,879.2636573,1611.478507 +477495,2842.064675,1131.034911,1593.820678,881.3215783,1611.722856 +477496,2847.49773,1129.015828,1593.648522,883.5229817,1611.874015 +477497,2852.953785,1127.02541,1593.43911,885.6499007,1611.942695 +477498,2858.435712,1125.062505,1593.196544,887.8126528,1611.938432 +477499,2863.945284,1123.126512,1592.924085,889.9961305,1611.869286 +477500,2869.483486,1121.216387,1592.624067,892.343848,1611.741752 +477501,2875.049031,1119.331599,1592.480921,894.6624053,1611.559833 +477502,2880.643444,1117.47123,1592.102782,896.943972,1611.329001 +477503,2886.270155,1115.634814,1591.70029,899.4444844,1611.055822 +477504,2891.93014,1113.821553,1591.279376,901.8995282,1610.744405 +477505,2897.623465,1112.031064,1590.842478,904.2822944,1610.397984 +477506,2903.349947,1110.262658,1590.390043,906.8536094,1610.019396 +477507,2909.107235,1108.516025,1590.101862,909.4053748,1609.609231 +477508,2914.895117,1106.790571,1589.574469,912.0101303,1609.169464 +477509,2920.716708,1105.086046,1589.030072,914.6585118,1608.704322 +477510,2926.573106,1103.401933,1588.473865,917.423025,1608.216514 +477511,2932.759497,1101.432884,1588.031836,919.6091131,1607.705725 +477512,2938.345533,1099.420434,1587.511161,921.7416972,1607.176806 +477513,2943.449715,1097.396652,1586.685753,924.1772605,1606.642502 +477514,2948.077622,1095.368433,1585.832756,926.3773269,1606.115127 +477515,2952.309125,1093.340092,1584.956176,928.533794,1605.601851 +477516,2956.225205,1091.313084,1584.288326,930.8703596,1605.103154 +477517,2959.886807,1089.288707,1583.448265,933.0277807,1604.6174 +477518,2963.337522,1087.267372,1582.581651,935.4438693,1604.144202 +477519,2966.605178,1085.249711,1581.903177,937.4975831,1603.681036 +477520,2969.708957,1083.235789,1581.016005,939.8971936,1603.22514 +477521,2972.66566,1081.225197,1580.103434,942.025271,1602.775925 +477522,2975.482136,1079.218526,1579.169155,944.3645284,1602.327012 +477523,2978.170258,1077.216661,1578.21619,946.5390489,1601.878299 +477524,2980.74161,1075.21928,1577.246685,948.8103674,1601.431276 +477525,2983.203887,1073.226527,1576.261342,951.1042516,1600.985675 +477526,2985.561202,1071.238429,1575.259861,953.4737433,1600.539434 +477527,2987.815827,1069.255073,1574.438843,955.5566426,1600.089572 +477528,2989.970707,1067.276427,1573.405449,957.9577886,1599.634379 +477529,2992.031073,1065.302564,1572.35148,960.1347492,1599.174487 +477530,2994.001066,1063.333451,1571.282625,962.3775401,1598.710356 +477531,2995.882392,1061.369151,1570.200921,964.7375977,1598.241001 +477532,2997.67644,1059.409632,1569.106649,966.9284266,1597.76549 +477533,2999.384627,1057.454947,1567.999811,969.1682936,1597.283404 +477534,3001.007945,1055.505048,1566.880233,971.4204908,1596.794162 +477535,3002.546733,1053.559986,1565.747701,973.7513794,1596.297004 +477536,3004.002811,1051.619703,1564.602941,975.8053636,1595.792388 +477537,3005.377098,1049.684241,1563.446235,978.2267314,1595.280124 +477538,3006.668827,1047.753532,1562.27713,980.3994739,1594.759016 +477539,3007.878291,1045.827617,1561.095771,982.6471451,1594.22872 +477540,3009.006217,1043.906418,1559.90251,984.8770326,1593.689219 +477541,3011.902148,1008.746775,1560.466023,953.9376518,1596.312881 +477542,3009.947659,1006.435316,1557.612601,955.673527,1593.579493 +477543,3005.766962,1004.166698,1553.372262,957.5879942,1588.065316 +477544,3002.02023,1001.962196,1548.952499,959.4965381,1582.498152 +477545,2999.719832,999.7681355,1545.5414,961.4119949,1578.048299 +477546,2998.751885,997.583362,1543.017231,963.3229726,1574.797036 +477547,2998.65527,995.4061709,1540.906459,965.3057924,1572.460708 +477548,2999.025449,993.235031,1539.397105,967.0826137,1570.758995 +477549,2999.623767,991.0703259,1538.14289,969.0234255,1569.504548 +477550,3000.319453,988.9109569,1537.054465,970.8847412,1568.587105 +477551,3001.056446,986.756706,1536.082554,972.6658899,1567.939984 +477552,3001.793521,984.5280805,1535.196032,974.630665,1567.515446 +477553,3002.510781,982.4975608,1534.371644,976.4073199,1567.274242 +477554,3003.184069,980.3014193,1533.591923,978.2365275,1567.184353 +477555,3003.80656,978.1753475,1532.84389,980.0378515,1567.21983 +477556,3004.287981,1002.017763,1532.071797,981.8215864,1567.299669 +477557,3004.795733,935.4611725,1531.372652,983.5874287,1567.541199 +477558,3005.305707,990.3532892,1530.728306,985.3342025,1567.913853 +477559,3005.589737,983.8479758,1529.998322,987.0615617,1568.229311 +477560,3005.842156,942.1818105,1529.297466,988.7688292,1568.629593 +477561,3006.022849,1001.465279,1528.599381,990.4550843,1569.074666 +477562,3006.155097,923.7327683,1527.917242,992.1196024,1569.576717 +477563,3006.264693,979.1325097,1527.266312,993.7620937,1570.151421 +477564,3006.181267,965.8884172,1526.543179,995.3813739,1570.661072 +477565,3006.036886,942.3791485,1525.826464,996.9773855,1571.203614 +477566,3005.830684,974.7776115,1525.114547,998.5490164,1571.77357 +477567,3005.565348,930.6333752,1524.214009,1000.095847,1572.370224 +477568,3005.212951,975.4710988,1523.502221,1001.617027,1572.969409 +477569,3004.792697,924.4448627,1522.795783,1003.193545,1573.584089 +477570,3004.292493,968.9218121,1522.08246,1004.540855,1574.202798 +477571,3003.715961,924.2502976,1521.362341,1006.073468,1574.826429 +477572,3003.095467,958.3619758,1520.63201,1007.517058,1575.453169 +477573,3002.446097,926.8956189,1519.886311,1008.949185,1576.07713 +477574,3001.780371,945.8814618,1519.130934,1010.356598,1576.70438 +477575,3001.076782,930.925655,1518.357484,1011.738252,1577.322082 +477576,3000.336816,935.5615699,1517.572702,1013.09343,1577.936759 +477577,2999.550643,931.1050695,1516.775514,1014.42171,1578.545222 +477578,2998.714723,929.5365512,1515.967327,1015.722458,1579.147821 +477579,2997.830284,927.3675731,1515.151361,1016.995299,1579.747513 +477580,2996.893334,925.2697986,1514.326832,1018.239615,1580.342351 +477581,2995.902542,923.1613293,1513.494372,1019.455056,1580.932345 +477582,2994.856387,921.0535938,1512.654244,1020.641025,1581.517156 +477583,2993.753797,918.9468511,1511.806709,1021.797184,1582.096515 +477584,2992.594012,916.8410249,1510.952013,1022.922947,1582.67022 +477585,2991.376526,914.7362595,1510.090381,1024.017989,1583.238103 +477586,2990.100998,912.6324334,1509.222019,1025.081737,1583.800025 +477587,2988.767171,910.5296739,1508.347115,1026.113882,1584.355874 +477588,2987.374836,908.4278446,1507.465842,1027.113863,1584.905557 +477589,2985.923881,906.3270621,1506.578356,1028.081386,1585.448989 +477590,2984.414288,904.2271795,1505.684805,1029.015904,1585.986113 +477591,2982.846018,902.128305,1504.785314,1029.917141,1586.516853 +477592,2981.218513,900.1670025,1503.879649,1030.891123,1587.040703 +477593,2979.587072,897.9764365,1502.974328,1031.892984,1587.55693 +477594,2977.932365,895.9401651,1502.067145,1032.660048,1588.065267 +477595,2976.223987,893.8401598,1501.154536,1033.458773,1588.565696 +477596,2974.446267,891.7511169,1500.234743,1034.208354,1589.058483 +477597,2972.596479,889.6627517,1499.307693,1034.921446,1589.544094 +477598,2970.677859,887.5749065,1498.374015,1035.598317,1590.023004 +477599,2968.694402,885.4877426,1497.43436,1036.239001,1590.49552 +477600,2966.648999,883.4011361,1496.489191,1036.843184,1590.961811 +477601,2964.949032,815.0401392,1495.79872,971.2500178,1591.771262 +477602,2953.870631,812.4841116,1488.332908,971.1023771,1582.112363 +477603,2938.732638,810.0325803,1477.591403,971.2725922,1567.252683 +477604,2924.820722,807.687879,1467.696206,971.4177346,1552.6341 +477605,2914.07485,805.4303353,1459.881766,971.5601626,1540.528185 +477606,2906.194446,803.0200539,1454.031556,971.6777375,1531.033608 +477607,2900.197376,800.7646519,1449.56829,971.7658529,1523.536166 +477608,2895.258136,798.4593772,1445.986513,971.8225066,1517.443495 +477609,2890.866124,796.1707073,1442.968491,971.8467557,1512.363955 +477610,2886.777602,793.8871033,1440.336849,971.8373512,1508.064618 +477611,2882.861028,791.5417383,1437.989123,971.7934042,1504.39855 +477612,2879.056894,789.3635973,1435.857177,971.7138827,1501.258762 +477613,2875.309386,787.1114671,1433.88979,971.5982057,1498.558602 +477614,2871.30925,784.7549052,1432.049837,971.4456872,1496.229316 +477615,2867.65331,781.0883983,1430.327276,962.407365,1494.237295 +477616,2861.443933,778.612682,1428.556038,960.6769377,1492.557021 +477617,2853.764936,776.2245577,1426.790312,959.7266222,1491.15175 +477618,2846.035515,773.8621512,1425.098227,958.8117396,1489.984507 +477619,2838.92824,771.5348088,1423.500493,957.8321621,1489.014805 +477620,2832.528837,769.1806429,1421.98243,957.01228,1488.198799 +477621,2826.649157,766.9310064,1420.51387,956.1401632,1487.494902 +477622,2821.121492,764.5125462,1419.074955,955.2650139,1486.87396 +477623,2815.81165,762.2345337,1417.653061,954.375302,1486.316066 +477624,2810.654737,759.8390367,1416.240997,953.4684637,1485.807328 +477625,2805.597945,757.6127906,1414.83493,952.5430019,1485.337676 +477626,2800.623746,755.2496247,1413.433072,951.597777,1484.89986 +477627,2795.703908,752.9426832,1412.034785,950.6322963,1484.488652 +477628,2790.833317,750.6278435,1410.63974,949.6461016,1484.099854 +477629,2785.99137,748.3146363,1409.247742,948.6391792,1483.730007 +477630,2781.178534,746.0448683,1407.858389,947.6006335,1483.375889 +477631,2776.372549,743.6867647,1406.469385,946.624977,1483.033859 +477632,2771.600711,741.4598786,1405.086842,945.5625859,1482.703735 +477633,2766.860667,739.1824262,1403.712877,944.6774393,1482.383497 +477634,2762.158892,736.9181878,1402.346915,943.6168182,1482.070839 +477635,2757.481689,734.6580014,1400.987838,942.6106582,1481.764171 +477636,2752.833864,732.4015404,1399.63445,941.5844309,1481.462115 +477637,2748.204402,730.1488544,1398.285809,940.5503039,1481.163535 +477638,2743.60349,727.838683,1396.753337,939.5106985,1480.86969 +477639,2739.031799,725.7457042,1395.422345,938.4674118,1480.578933 +477640,2734.484707,723.3718236,1394.098249,937.4225455,1480.287949 +477641,2729.688324,721.1872143,1392.777521,936.3787691,1479.997976 +477642,2725.226853,718.9447124,1391.457958,935.4142024,1479.708648 +477643,2720.8006,716.7149266,1390.136841,934.2717747,1479.416706 +477644,2716.402811,714.4888627,1388.813728,933.3034814,1479.121031 +477645,2712.035402,712.2665722,1387.489094,932.2876654,1478.821678 +477646,2707.705097,710.047931,1386.163273,931.3035866,1478.518749 +477647,2703.420394,707.8330706,1384.836351,930.3468351,1478.212221 +477648,2699.189338,705.6819023,1383.507723,929.4236346,1477.90131 +477649,2695.021023,703.3868672,1382.177074,928.5417827,1477.585659 +477650,2690.928914,701.2015728,1380.846287,926.7635411,1477.267754 +477651,2686.681297,698.9860418,1379.517073,924.5233365,1476.951452 +477652,2682.042971,696.7241135,1378.195619,922.0335085,1476.644394 +477653,2676.67232,694.6108545,1376.890003,919.5040252,1476.356288 +477654,2671.220866,692.3718131,1375.605002,916.8691788,1476.0931 +477655,2665.444699,690.1854935,1374.340386,914.1478415,1475.85478 +477656,2659.403033,687.9919429,1373.09512,911.3449018,1475.640349 +477657,2652.890648,685.8588301,1371.869667,908.4646903,1475.45061 +477658,2646.569037,683.581918,1370.662774,905.4368246,1475.284027 +477659,2639.654992,681.4329409,1369.472435,902.5878631,1475.137924 +477660,2633.703614,679.233933,1368.291916,899.3337272,1475.003453 +477661,2100.520844,676.9093159,939.2384794,895.7420433,2525.770175 +477662,2158.217452,802.2756422,966.0687387,1021.03466,2552.915899 +477663,2219.437751,804.6534173,994.3892708,1021.799607,2563.563622 +477664,2263.924173,800.964798,1015.829802,1017.486093,2556.85858 +477665,2295.472157,798.3821916,1032.358176,1013.998614,2545.950889 +477666,2317.013917,795.9453233,1045.073214,1010.027071,2534.606394 +477667,2331.530064,793.3174326,1055.014253,1006.199117,2523.833936 +477668,2341.349111,790.7719771,1062.998503,1002.131748,2513.93443 +477669,2347.959117,788.0724863,1069.571251,998.1716539,2505.007647 +477670,2352.207191,785.4585469,1075.046684,993.9541151,2497.03393 +477671,2354.592808,782.7914566,1079.621951,989.7458209,2489.935171 +477672,2355.458966,780.122935,1083.438188,985.4564663,2483.612539 +477673,2355.070882,777.4488543,1086.609524,981.0976814,2477.967643 +477674,2353.649035,774.7708285,1089.233242,976.657455,2472.911846 +477675,2351.376809,772.0952822,1091.392616,972.1404036,2468.172013 +477676,2348.402956,769.4220443,1093.158342,967.5262872,2464.08354 +477677,2344.843546,758.5948393,1094.589385,915.5444639,2460.384503 +477678,2335.324552,755.5294683,1095.417044,905.6436741,2457.015945 +477679,2322.264789,751.8465906,1095.811229,898.8116001,2453.936748 +477680,2308.693855,749.3559888,1095.974264,892.9512205,2451.114211 +477681,2296.109754,746.638729,1096.019468,887.4151581,2448.518221 +477682,2284.84987,743.9502298,1096.006094,882.29401,2446.157143 +477683,2274.696836,741.3456775,1095.931928,877.1586746,2443.971562 +477684,2265.365536,738.7626265,1095.789581,872.4795382,2441.910916 +477685,2256.675508,736.203325,1095.591087,867.7429408,2439.971957 +477686,2248.504984,733.6635276,1095.344783,863.1264302,2438.14364 +477687,2240.769909,731.1416278,1095.057193,858.7496612,2436.413081 +477688,2233.406223,728.6354684,1094.733705,870.1017372,2434.768255 +477689,2226.359547,726.1446935,1094.378046,826.2626658,2433.196909 +477690,2219.584793,723.6214086,1093.993712,857.7275005,2431.689444 +477691,2212.774106,721.2274821,1093.583994,843.3793472,2430.238405 +477692,2206.443284,718.7434223,1093.150955,830.9239764,2428.835741 +477693,2200.29295,716.3139635,1092.696638,839.9645578,2427.475162 +477694,2194.2968,713.8891808,1092.222949,824.3480362,2426.151648 +477695,2188.434599,711.4766769,1091.73138,827.9687967,2424.860536 +477696,2182.691196,709.0755781,1091.22334,821.3570309,2423.598105 +477697,2177.054314,706.686271,1090.699984,818.0495048,2422.361017 +477698,2171.548552,704.3078454,1090.179052,814.2215321,2421.184658 +477699,2166.131532,701.8962827,1089.645651,810.5763218,2420.030355 +477700,2160.768163,699.6053244,1089.08753,806.8423702,2418.866109 +477701,2155.468375,697.2268016,1088.51306,803.2506943,2417.707738 +477702,2150.233354,694.8979728,1087.925874,799.5449977,2416.560712 +477703,2145.060936,692.5725737,1087.32769,795.9950354,2415.426449 +477704,2139.947885,690.2567061,1086.719454,792.4249634,2414.304872 +477705,2134.890787,687.9510049,1086.101772,788.8935303,2413.195364 +477706,2129.88649,685.6545823,1085.475127,785.3895844,2412.097232 +477707,2124.932164,683.3679928,1084.839922,781.9128185,2411.009797 +477708,2120.025351,681.0903759,1084.196538,778.5154343,2409.932483 +477709,2115.163865,678.7789123,1083.545312,774.9546988,2408.864757 +477710,2110.345809,676.5839031,1082.886572,771.6734814,2407.806186 +477711,2105.569488,674.3018186,1082.220616,768.2458764,2406.756366 +477712,2100.833417,672.0670362,1081.547731,764.8990548,2405.714963 +477713,2096.136256,669.8342748,1080.86818,761.5656977,2404.681663 +477714,2073.797297,667.6095829,1080.185034,758.2537415,2403.662642 +477715,1961.942788,665.393601,1079.498539,755.0157219,2402.657643 +477716,2010.143746,663.1855482,1078.800681,751.6679869,2401.647554 +477717,1981.950615,660.9861726,1078.097776,748.4576977,2400.64615 +477718,1968.814389,658.7527734,1077.397581,745.2197739,2399.670539 +477719,1950.452996,656.6314855,1076.682283,741.95879,2398.679288 +477720,1944.583219,654.4249309,1075.960744,738.8453211,2397.692124 +477721,0,0,0,0,0 +477722,0,0,0,0,0 +477723,0,0,0,0,0 +477724,0,0,0,0,0 +477725,0,0,0,0,0 +477726,0,0,0,0,0 +477727,0,0,0,0,0 +477728,0,0,0,0,0 +477729,0,0,0,0,0 +477730,0,0,0,0,0 +477731,0,0,0,0,0 +477732,0,0,0,0,0 +477733,0,0,0,0,0 +477734,0,0,0,0,0 +477735,0,0,0,0,0 +477736,0,0,0,0,0 +477737,0,0,0,0,0 +477738,0,0,0,0,0 +477739,0,0,0,0,0 +477740,0,0,0,0,0 +477741,0,0,0,0,0 +477742,0,0,0,0,0 +477743,0,0,0,0,0 +477744,0,0,0,0,0 +477745,0,0,0,0,0 +477746,0,0,0,0,0 +477747,0,0,0,0,0 +477748,0,0,0,0,0 +477749,0,0,0,0,0 +477750,0,0,0,0,0 +477751,0,0,0,0,0 +477752,0,0,0,0,0 +477753,0,0,0,0,0 +477754,0,0,0,0,0 +477755,0,0,0,0,0 +477756,0,0,0,0,0 +477757,0,0,0,0,0 +477758,0,0,0,0,0 +477759,0,0,0,0,0 +477760,0,0,0,0,0 +477761,0,0,0,0,0 +477762,0,0,0,0,0 +477763,0,0,0,0,0 +477764,0,0,0,0,0 +477765,0,0,0,0,0 +477766,0,0,0,0,0 +477767,0,0,0,0,0 +477768,0,0,0,0,0 +477769,0,0,0,0,0 +477770,0,0,0,0,0 +477771,0,0,0,0,0 +477772,0,0,0,0,0 +477773,0,0,0,0,0 +477774,0,0,0,0,0 +477775,0,0,0,0,0 +477776,0,0,0,0,0 +477777,0,0,0,0,0 +477778,0,0,0,0,0 +477779,0,0,0,0,0 +477780,0,0,0,0,0 +477781,0,0,0,0,0 +477782,0,0,0,0,0 +477783,0,0,0,0,0 +477784,0,0,0,0,0 +477785,0,0,0,0,0 +477786,0,0,0,0,0 +477787,0,0,0,0,0 +477788,0,0,0,0,0 +477789,0,0,0,0,0 +477790,0,0,0,0,0 +477791,0,0,0,0,0 +477792,0,0,0,0,0 +477793,0,0,0,0,0 +477794,0,0,0,0,0 +477795,0,0,0,0,0 +477796,0,0,0,0,0 +477797,0,0,0,0,0 +477798,0,0,0,0,0 +477799,0,0,0,0,0 +477800,0,0,0,0,0 +477801,0,0,0,0,0 +477802,0,0,0,0,0 +477803,0,0,0,0,0 +477804,0,0,0,0,0 +477805,0,0,0,0,0 +477806,0,0,0,0,0 +477807,0,0,0,0,0 +477808,0,0,0,0,0 +477809,0,0,0,0,0 +477810,0,0,0,0,0 +477811,0,0,0,0,0 +477812,0,0,0,0,0 +477813,0,0,0,0,0 +477814,0,0,0,0,0 +477815,0,0,0,0,0 +477816,0,0,0,0,0 +477817,0,0,0,0,0 +477818,0,0,0,0,0 +477819,0,0,0,0,0 +477820,0,0,0,0,0 +477821,0,0,0,0,0 +477822,0,0,0,0,0 +477823,0,0,0,0,0 +477824,0,0,0,0,0 +477825,0,0,0,0,0 +477826,0,0,0,0,0 +477827,0,0,0,0,0 +477828,0,0,0,0,0 +477829,0,0,0,0,0 +477830,0,0,0,0,0 +477831,0,0,0,0,0 +477832,0,0,0,0,0 +477833,0,0,0,0,0 +477834,0,0,0,0,0 +477835,0,0,0,0,0 +477836,0,0,0,0,0 +477837,0,0,0,0,0 +477838,0,0,0,0,0 +477839,0,0,0,0,0 +477840,0,0,0,0,0 +477841,0,0,0,0,0 +477842,0,0,0,0,0 +477843,0,0,0,0,0 +477844,0,0,0,0,0 +477845,0,0,0,0,0 +477846,0,0,0,0,0 +477847,0,0,0,0,0 +477848,0,0,0,0,0 +477849,0,0,0,0,0 +477850,0,0,0,0,0 +477851,0,0,0,0,0 +477852,0,0,0,0,0 +477853,0,0,0,0,0 +477854,0,0,0,0,0 +477855,0,0,0,0,0 +477856,0,0,0,0,0 +477857,0,0,0,0,0 +477858,0,0,0,0,0 +477859,0,0,0,0,0 +477860,0,0,0,0,0 +477861,0,0,0,0,0 +477862,0,0,0,0,0 +477863,0,0,0,0,0 +477864,0,0,0,0,0 +477865,0,0,0,0,0 +477866,0,0,0,0,0 +477867,0,0,0,0,0 +477868,0,0,0,0,0 +477869,0,0,0,0,0 +477870,0,0,0,0,0 +477871,0,0,0,0,0 +477872,0,0,0,0,0 +477873,0,0,0,0,0 +477874,0,0,0,0,0 +477875,0,0,0,0,0 +477876,0,0,0,0,0 +477877,0,0,0,0,0 +477878,0,0,0,0,0 +477879,0,0,0,0,0 +477880,0,0,0,0,0 +477881,0,0,0,0,0 +477882,0,0,0,0,0 +477883,0,0,0,0,0 +477884,0,0,0,0,0 +477885,0,0,0,0,0 +477886,0,0,0,0,0 +477887,0,0,0,0,0 +477888,0,0,0,0,0 +477889,0,0,0,0,0 +477890,0,0,0,0,0 +477891,0,0,0,0,0 +477892,0,0,0,0,0 +477893,0,0,0,0,0 +477894,0,0,0,0,0 +477895,0,0,0,0,0 +477896,0,0,0,0,0 +477897,0,0,0,0,0 +477898,0,0,0,0,0 +477899,0,0,0,0,0 +477900,0,0,0,0,0 +477901,0,0,0,0,0 +477902,0,0,0,0,0 +477903,0,0,0,0,0 +477904,0,0,0,0,0 +477905,0,0,0,0,0 +477906,0,0,0,0,0 +477907,0,0,0,0,0 +477908,0,0,0,0,0 +477909,0,0,0,0,0 +477910,0,0,0,0,0 +477911,0,0,0,0,0 +477912,0,0,0,0,0 +477913,0,0,0,0,0 +477914,0,0,0,0,0 +477915,0,0,0,0,0 +477916,0,0,0,0,0 +477917,0,0,0,0,0 +477918,0,0,0,0,0 +477919,0,0,0,0,0 +477920,0,0,0,0,0 +477921,0,0,0,0,0 +477922,0,0,0,0,0 +477923,0,0,0,0,0 +477924,0,0,0,0,0 +477925,0,0,0,0,0 +477926,0,0,0,0,0 +477927,0,0,0,0,0 +477928,0,0,0,0,0 +477929,0,0,0,0,0 +477930,0,0,0,0,0 +477931,0,0,0,0,0 +477932,0,0,0,0,0 +477933,0,0,0,0,0 +477934,0,0,0,0,0 +477935,0,0,0,0,0 +477936,0,0,0,0,0 +477937,0,0,0,0,0 +477938,0,0,0,0,0 +477939,0,0,0,0,0 +477940,0,0,0,0,0 +477941,0,0,0,0,0 +477942,0,0,0,0,0 +477943,0,0,0,0,0 +477944,0,0,0,0,0 +477945,0,0,0,0,0 +477946,0,0,0,0,0 +477947,0,0,0,0,0 +477948,0,0,0,0,0 +477949,0,0,0,0,0 +477950,0,0,0,0,0 +477951,0,0,0,0,0 +477952,0,0,0,0,0 +477953,0,0,0,0,0 +477954,0,0,0,0,0 +477955,0,0,0,0,0 +477956,0,0,0,0,0 +477957,0,0,0,0,0 +477958,0,0,0,0,0 +477959,0,0,0,0,0 +477960,0,0,0,0,0 +477961,0,0,0,0,0 +477962,0,0,0,0,0 +477963,0,0,0,0,0 +477964,0,0,0,0,0 +477965,0,0,0,0,0 +477966,0,0,0,0,0 +477967,0,0,0,0,0 +477968,0,0,0,0,0 +477969,0,0,0,0,0 +477970,0,0,0,0,0 +477971,0,0,0,0,0 +477972,0,0,0,0,0 +477973,0,0,0,0,0 +477974,0,0,0,0,0 +477975,0,0,0,0,0 +477976,0,0,0,0,0 +477977,0,0,0,0,0 +477978,0,0,0,0,0 +477979,0,0,0,0,0 +477980,0,0,0,0,0 +477981,0,0,0,0,0 +477982,0,0,0,0,0 +477983,0,0,0,0,0 +477984,0,0,0,0,0 +477985,0,0,0,0,0 +477986,0,0,0,0,0 +477987,0,0,0,0,0 +477988,0,0,0,0,0 +477989,0,0,0,0,0 +477990,0,0,0,0,0 +477991,0,0,0,0,0 +477992,0,0,0,0,0 +477993,0,0,0,0,0 +477994,0,0,0,0,0 +477995,0,0,0,0,0 +477996,0,0,0,0,0 +477997,0,0,0,0,0 +477998,0,0,0,0,0 +477999,0,0,0,0,0 +478000,0,0,0,0,0 +478001,0,0,0,0,0 +478002,0,0,0,0,0 +478003,0,0,0,0,0 +478004,0,0,0,0,0 +478005,0,0,0,0,0 +478006,0,0,0,0,0 +478007,0,0,0,0,0 +478008,0,0,0,0,0 +478009,0,0,0,0,0 +478010,0,0,0,0,0 +478011,0,0,0,0,0 +478012,0,0,0,0,0 +478013,0,0,0,0,0 +478014,0,0,0,0,0 +478015,0,0,0,0,0 +478016,0,0,0,0,0 +478017,0,0,0,0,0 +478018,0,0,0,0,0 +478019,0,0,0,0,0 +478020,0,0,0,0,0 +478021,0,0,0,0,0 +478022,0,0,0,0,0 +478023,0,0,0,0,0 +478024,0,0,0,0,0 +478025,0,0,0,0,0 +478026,0,0,0,0,0 +478027,0,0,0,0,0 +478028,0,0,0,0,0 +478029,0,0,0,0,0 +478030,0,0,0,0,0 +478031,0,0,0,0,0 +478032,0,0,0,0,0 +478033,0,0,0,0,0 +478034,0,0,0,0,0 +478035,0,0,0,0,0 +478036,0,0,0,0,0 +478037,0,0,0,0,0 +478038,0,0,0,0,0 +478039,0,0,0,0,0 +478040,0,0,0,0,0 +478041,0,0,0,0,0 +478042,0,0,0,0,0 +478043,0,0,0,0,0 +478044,0,0,0,0,0 +478045,0,0,0,0,0 +478046,0,0,0,0,0 +478047,0,0,0,0,0 +478048,0,0,0,0,0 +478049,0,0,0,0,0 +478050,0,0,0,0,0 +478051,0,0,0,0,0 +478052,0,0,0,0,0 +478053,0,0,0,0,0 +478054,0,0,0,0,0 +478055,0,0,0,0,0 +478056,0,0,0,0,0 +478057,0,0,0,0,0 +478058,0,0,0,0,0 +478059,0,0,0,0,0 +478060,0,0,0,0,0 +478061,0,0,0,0,0 +478062,0,0,0,0,0 +478063,0,0,0,0,0 +478064,0,0,0,0,0 +478065,0,0,0,0,0 +478066,0,0,0,0,0 +478067,0,0,0,0,0 +478068,0,0,0,0,0 +478069,0,0,0,0,0 +478070,0,0,0,0,0 +478071,0,0,0,0,0 +478072,0,0,0,0,0 +478073,0,0,0,0,0 +478074,0,0,0,0,0 +478075,0,0,0,0,0 +478076,0,0,0,0,0 +478077,0,0,0,0,0 +478078,0,0,0,0,0 +478079,0,0,0,0,0 +478080,0,0,0,0,0 +478081,0,0,0,0,0 +478082,0,0,0,0,0 +478083,0,0,0,0,0 +478084,0,0,0,0,0 +478085,0,0,0,0,0 +478086,0,0,0,0,0 +478087,0,0,0,0,0 +478088,0,0,0,0,0 +478089,0,0,0,0,0 +478090,0,0,0,0,0 +478091,0,0,0,0,0 +478092,0,0,0,0,0 +478093,0,0,0,0,0 +478094,0,0,0,0,0 +478095,0,0,0,0,0 +478096,0,0,0,0,0 +478097,0,0,0,0,0 +478098,0,0,0,0,0 +478099,0,0,0,0,0 +478100,0,0,0,0,0 +478101,0,0,0,0,0 +478102,0,0,0,0,0 +478103,0,0,0,0,0 +478104,0,0,0,0,0 +478105,0,0,0,0,0 +478106,0,0,0,0,0 +478107,0,0,0,0,0 +478108,0,0,0,0,0 +478109,0,0,0,0,0 +478110,0,0,0,0,0 +478111,0,0,0,0,0 +478112,0,0,0,0,0 +478113,0,0,0,0,0 +478114,0,0,0,0,0 +478115,0,0,0,0,0 +478116,0,0,0,0,0 +478117,0,0,0,0,0 +478118,0,0,0,0,0 +478119,0,0,0,0,0 +478120,0,0,0,0,0 +478121,0,0,0,0,0 +478122,0,0,0,0,0 +478123,0,0,0,0,0 +478124,0,0,0,0,0 +478125,0,0,0,0,0 +478126,0,0,0,0,0 +478127,0,0,0,0,0 +478128,0,0,0,0,0 +478129,0,0,0,0,0 +478130,0,0,0,0,0 +478131,0,0,0,0,0 +478132,0,0,0,0,0 +478133,0,0,0,0,0 +478134,0,0,0,0,0 +478135,0,0,0,0,0 +478136,0,0,0,0,0 +478137,0,0,0,0,0 +478138,0,0,0,0,0 +478139,0,0,0,0,0 +478140,0,0,0,0,0 +478141,0,0,0,0,0 +478142,0,0,0,0,0 +478143,0,0,0,0,0 +478144,0,0,0,0,0 +478145,0,0,0,0,0 +478146,0,0,0,0,0 +478147,0,0,0,0,0 +478148,0,0,0,0,0 +478149,0,0,0,0,0 +478150,0,0,0,0,0 +478151,0,0,0,0,0 +478152,0,0,0,0,0 +478153,0,0,0,0,0 +478154,0,0,0,0,0 +478155,0,0,0,0,0 +478156,0,0,0,0,0 +478157,0,0,0,0,0 +478158,0,0,0,0,0 +478159,0,0,0,0,0 +478160,0,0,0,0,0 +478161,0,0,0,0,0 +478162,0,0,0,0,0 +478163,0,0,0,0,0 +478164,0,0,0,0,0 +478165,0,0,0,0,0 +478166,0,0,0,0,0 +478167,0,0,0,0,0 +478168,0,0,0,0,0 +478169,0,0,0,0,0 +478170,0,0,0,0,0 +478171,0,0,0,0,0 +478172,0,0,0,0,0 +478173,0,0,0,0,0 +478174,0,0,0,0,0 +478175,0,0,0,0,0 +478176,0,0,0,0,0 +478177,0,0,0,0,0 +478178,0,0,0,0,0 +478179,0,0,0,0,0 +478180,0,0,0,0,0 +478181,0,0,0,0,0 +478182,0,0,0,0,0 +478183,0,0,0,0,0 +478184,0,0,0,0,0 +478185,0,0,0,0,0 +478186,0,0,0,0,0 +478187,0,0,0,0,0 +478188,0,0,0,0,0 +478189,0,0,0,0,0 +478190,0,0,0,0,0 +478191,0,0,0,0,0 +478192,0,0,0,0,0 +478193,0,0,0,0,0 +478194,0,0,0,0,0 +478195,0,0,0,0,0 +478196,0,0,0,0,0 +478197,0,0,0,0,0 +478198,0,0,0,0,0 +478199,0,0,0,0,0 +478200,0,0,0,0,0 +478201,0,0,0,0,0 +478202,0,0,0,0,0 +478203,0,0,0,0,0 +478204,0,0,0,0,0 +478205,0,0,0,0,0 +478206,0,0,0,0,0 +478207,0,0,0,0,0 +478208,0,0,0,0,0 +478209,0,0,0,0,0 +478210,0,0,0,0,0 +478211,0,0,0,0,0 +478212,0,0,0,0,0 +478213,0,0,0,0,0 +478214,0,0,0,0,0 +478215,0,0,0,0,0 +478216,0,0,0,0,0 +478217,0,0,0,0,0 +478218,0,0,0,0,0 +478219,0,0,0,0,0 +478220,0,0,0,0,0 +478221,0,0,0,0,0 +478222,0,0,0,0,0 +478223,0,0,0,0,0 +478224,0,0,0,0,0 +478225,0,0,0,0,0 +478226,0,0,0,0,0 +478227,0,0,0,0,0 +478228,0,0,0,0,0 +478229,0,0,0,0,0 +478230,0,0,0,0,0 +478231,0,0,0,0,0 +478232,0,0,0,0,0 +478233,0,0,0,0,0 +478234,0,0,0,0,0 +478235,0,0,0,0,0 +478236,0,0,0,0,0 +478237,0,0,0,0,0 +478238,0,0,0,0,0 +478239,0,0,0,0,0 +478240,0,0,0,0,0 +478241,0,0,0,0,0 +478242,0,0,0,0,0 +478243,0,0,0,0,0 +478244,0,0,0,0,0 +478245,0,0,0,0,0 +478246,0,0,0,0,0 +478247,0,0,0,0,0 +478248,0,0,0,0,0 +478249,0,0,0,0,0 +478250,0,0,0,0,0 +478251,0,0,0,0,0 +478252,0,0,0,0,0 +478253,0,0,0,0,0 +478254,0,0,0,0,0 +478255,0,0,0,0,0 +478256,0,0,0,0,0 +478257,0,0,0,0,0 +478258,0,0,0,0,0 +478259,0,0,0,0,0 +478260,0,0,0,0,0 +478261,0,0,0,0,0 +478262,0,0,0,0,0 +478263,0,0,0,0,0 +478264,0,0,0,0,0 +478265,0,0,0,0,0 +478266,0,0,0,0,0 +478267,0,0,0,0,0 +478268,0,0,0,0,0 +478269,0,0,0,0,0 +478270,0,0,0,0,0 +478271,0,0,0,0,0 +478272,0,0,0,0,0 +478273,0,0,0,0,0 +478274,0,0,0,0,0 +478275,0,0,0,0,0 +478276,0,0,0,0,0 +478277,0,0,0,0,0 +478278,0,0,0,0,0 +478279,0,0,0,0,0 +478280,0,0,0,0,0 +478281,0,0,0,0,0 +478282,0,0,0,0,0 +478283,0,0,0,0,0 +478284,0,0,0,0,0 +478285,0,0,0,0,0 +478286,0,0,0,0,0 +478287,0,0,0,0,0 +478288,0,0,0,0,0 +478289,0,0,0,0,0 +478290,0,0,0,0,0 +478291,0,0,0,0,0 +478292,0,0,0,0,0 +478293,0,0,0,0,0 +478294,0,0,0,0,0 +478295,0,0,0,0,0 +478296,0,0,0,0,0 +478297,0,0,0,0,0 +478298,0,0,0,0,0 +478299,0,0,0,0,0 +478300,0,0,0,0,0 +478301,0,0,0,0,0 +478302,0,0,0,0,0 +478303,0,0,0,0,0 +478304,0,0,0,0,0 +478305,0,0,0,0,0 +478306,0,0,0,0,0 +478307,0,0,0,0,0 +478308,0,0,0,0,0 +478309,0,0,0,0,0 +478310,0,0,0,0,0 +478311,0,0,0,0,0 +478312,0,0,0,0,0 +478313,0,0,0,0,0 +478314,0,0,0,0,0 +478315,0,0,0,0,0 +478316,0,0,0,0,0 +478317,0,0,0,0,0 +478318,0,0,0,0,0 +478319,0,0,0,0,0 +478320,0,0,0,0,0 +478321,0,0,0,0,0 +478322,0,0,0,0,0 +478323,0,0,0,0,0 +478324,0,0,0,0,0 +478325,0,0,0,0,0 +478326,0,0,0,0,0 +478327,0,0,0,0,0 +478328,0,0,0,0,0 +478329,0,0,0,0,0 +478330,0,0,0,0,0 +478331,0,0,0,0,0 +478332,0,0,0,0,0 +478333,0,0,0,0,0 +478334,0,0,0,0,0 +478335,0,0,0,0,0 +478336,0,0,0,0,0 +478337,0,0,0,0,0 +478338,0,0,0,0,0 +478339,0,0,0,0,0 +478340,0,0,0,0,0 +478341,0,0,0,0,0 +478342,0,0,0,0,0 +478343,0,0,0,0,0 +478344,0,0,0,0,0 +478345,0,0,0,0,0 +478346,0,0,0,0,0 +478347,0,0,0,0,0 +478348,0,0,0,0,0 +478349,0,0,0,0,0 +478350,0,0,0,0,0 +478351,0,0,0,0,0 +478352,0,0,0,0,0 +478353,0,0,0,0,0 +478354,0,0,0,0,0 +478355,0,0,0,0,0 +478356,0,0,0,0,0 +478357,0,0,0,0,0 +478358,0,0,0,0,0 +478359,0,0,0,0,0 +478360,0,0,0,0,0 +478361,0,0,0,0,0 +478362,0,0,0,0,0 +478363,0,0,0,0,0 +478364,0,0,0,0,0 +478365,0,0,0,0,0 +478366,0,0,0,0,0 +478367,0,0,0,0,0 +478368,0,0,0,0,0 +478369,0,0,0,0,0 +478370,0,0,0,0,0 +478371,0,0,0,0,0 +478372,0,0,0,0,0 +478373,0,0,0,0,0 +478374,0,0,0,0,0 +478375,0,0,0,0,0 +478376,0,0,0,0,0 +478377,0,0,0,0,0 +478378,0,0,0,0,0 +478379,0,0,0,0,0 +478380,0,0,0,0,0 +478381,0,0,0,0,0 +478382,0,0,0,0,0 +478383,0,0,0,0,0 +478384,0,0,0,0,0 +478385,0,0,0,0,0 +478386,0,0,0,0,0 +478387,0,0,0,0,0 +478388,0,0,0,0,0 +478389,0,0,0,0,0 +478390,0,0,0,0,0 +478391,0,0,0,0,0 +478392,0,0,0,0,0 +478393,0,0,0,0,0 +478394,0,0,0,0,0 +478395,0,0,0,0,0 +478396,0,0,0,0,0 +478397,0,0,0,0,0 +478398,0,0,0,0,0 +478399,0,0,0,0,0 +478400,0,0,0,0,0 +478401,0,0,0,0,0 +478402,0,0,0,0,0 +478403,0,0,0,0,0 +478404,0,0,0,0,0 +478405,0,0,0,0,0 +478406,0,0,0,0,0 +478407,0,0,0,0,0 +478408,0,0,0,0,0 +478409,0,0,0,0,0 +478410,0,0,0,0,0 +478411,0,0,0,0,0 +478412,0,0,0,0,0 +478413,0,0,0,0,0 +478414,0,0,0,0,0 +478415,0,0,0,0,0 +478416,0,0,0,0,0 +478417,0,0,0,0,0 +478418,0,0,0,0,0 +478419,0,0,0,0,0 +478420,0,0,0,0,0 +478421,0,0,0,0,0 +478422,0,0,0,0,0 +478423,0,0,0,0,0 +478424,0,0,0,0,0 +478425,0,0,0,0,0 +478426,0,0,0,0,0 +478427,0,0,0,0,0 +478428,0,0,0,0,0 +478429,0,0,0,0,0 +478430,0,0,0,0,0 +478431,0,0,0,0,0 +478432,0,0,0,0,0 +478433,0,0,0,0,0 +478434,0,0,0,0,0 +478435,0,0,0,0,0 +478436,0,0,0,0,0 +478437,0,0,0,0,0 +478438,0,0,0,0,0 +478439,0,0,0,0,0 +478440,0,0,0,0,0 +478441,0,0,0,0,0 +478442,0,0,0,0,0 +478443,0,0,0,0,0 +478444,0,0,0,0,0 +478445,0,0,0,0,0 +478446,0,0,0,0,0 +478447,0,0,0,0,0 +478448,0,0,0,0,0 +478449,0,0,0,0,0 +478450,0,0,0,0,0 +478451,0,0,0,0,0 +478452,0,0,0,0,0 +478453,0,0,0,0,0 +478454,0,0,0,0,0 +478455,0,0,0,0,0 +478456,0,0,0,0,0 +478457,0,0,0,0,0 +478458,0,0,0,0,0 +478459,0,0,0,0,0 +478460,0,0,0,0,0 +478461,0,0,0,0,0 +478462,0,0,0,0,0 +478463,0,0,0,0,0 +478464,0,0,0,0,0 +478465,0,0,0,0,0 +478466,0,0,0,0,0 +478467,0,0,0,0,0 +478468,0,0,0,0,0 +478469,0,0,0,0,0 +478470,0,0,0,0,0 +478471,0,0,0,0,0 +478472,0,0,0,0,0 +478473,0,0,0,0,0 +478474,0,0,0,0,0 +478475,0,0,0,0,0 +478476,0,0,0,0,0 +478477,0,0,0,0,0 +478478,0,0,0,0,0 +478479,0,0,0,0,0 +478480,0,0,0,0,0 +478481,0,0,0,0,0 +478482,0,0,0,0,0 +478483,0,0,0,0,0 +478484,0,0,0,0,0 +478485,0,0,0,0,0 +478486,0,0,0,0,0 +478487,0,0,0,0,0 +478488,0,0,0,0,0 +478489,0,0,0,0,0 +478490,0,0,0,0,0 +478491,0,0,0,0,0 +478492,0,0,0,0,0 +478493,0,0,0,0,0 +478494,0,0,0,0,0 +478495,0,0,0,0,0 +478496,0,0,0,0,0 +478497,0,0,0,0,0 +478498,0,0,0,0,0 +478499,0,0,0,0,0 +478500,0,0,0,0,0 +478501,-1634.241606,-718.630554,-1606.494926,-718.5548729,-503.4717825 +478502,-1772.547726,-757.9984711,-1743.392009,-757.9239375,-710.9191047 +478503,-1915.191285,-810.8242679,-1883.330866,-810.7510864,-1114.83057 +478504,-1727.366798,-727.7553487,-1696.852139,-727.6839424,-878.5192865 +478505,-1801.736129,-762.9595622,-1771.665216,-762.8901976,-1056.131931 +478506,-1775.472052,-752.0953795,-1745.517789,-752.0280744,-1025.795282 +478507,-1810.843854,-768.1058991,-1780.166919,-768.0407326,-1057.257491 +478508,-1811.178959,-768.9457911,-1780.281674,-768.8826353,-1054.278256 +478509,-1799.869029,-764.8490746,-1768.990505,-764.7878532,-1044.340243 +478510,-1154.556046,-758.7530003,-1549.600245,-758.6936652,-1031.66554 +478511,-1252.569313,-480.5113936,-1029.236866,-479.7366541,-1018.750643 +478512,-1288.895554,-609.1836346,-1359.034569,-610.1703693,-944.2880284 +478513,-1227.191788,-572.3828149,-1231.85998,-570.75749,-627.7576615 +478514,-1216.253159,-558.9524014,-1220.062045,-560.2328033,-876.2940006 +478515,-1201.074883,-554.4174363,-1207.249871,-554.3745183,-468.1202147 +478516,-1172.915585,-408.8368343,-1156.571587,-535.375127,-632.8648398 +478517,-1157.342937,-382.1149474,-1141.245101,-528.1208337,-872.5008547 +478518,-1145.092161,-358.2510045,-1124.832514,-522.175474,-786.8612883 +478519,-1132.257709,-337.0503717,-1115.51564,-484.9458707,-268.1729154 +478520,-1122.81618,-315.3216622,-1102.273184,-555.2361133,-804.1029953 +478521,-1108.60881,-294.2580006,-1088.021348,-482.2403328,-322.0031542 +478522,-1099.301224,-273.6752918,-1076.915014,-504.967404,-537.3020281 +478523,-1088.618349,-253.3470578,-1065.552033,-492.2121079,-851.0826834 +478524,-1076.047278,-232.4320327,-1053.446158,-488.6867724,-400.6303456 +478525,-1068.955639,-213.6493729,-1042.681457,-482.7539676,-819.1947142 +478526,-1053.927564,-199.3211052,-1031.91235,-476.9245256,-746.6438872 +478527,-1047.754306,-184.6746168,-1020.115064,-457.1473554,-236.0130336 +478528,-1035.63279,-168.6518633,-1014.31689,-490.6662322,-485.4583779 +478529,-1029.074796,-153.8443978,-998.1959016,-452.7969915,-648.3479938 +478530,-1016.238709,-138.0958925,-994.4856125,-459.8294321,-758.0447035 +478531,-1005.919202,-123.4313449,-979.9364509,-452.9774703,-870.5984849 +478532,-998.4554846,-107.6132312,-970.6746237,-448.9367178,-499.3316229 +478533,-986.7927964,-93.66490283,-961.7391023,-442.6992407,-803.7923556 +478534,-977.38634,-77.62101399,-951.8314814,-438.6213589,-721.8909526 +478535,-967.8498416,-62.86898538,-940.8372363,-434.088255,-275.500988 +478536,-960.6322247,-48.36621348,-932.8885755,-429.2768619,-513.7288503 +478537,-949.8618238,-32.74867644,-924.1113437,-424.277128,-797.4782173 +478538,-939.4024342,-17.32798941,-912.6943359,-419.3818416,-712.5623084 +478539,-930.4389775,-2.317109372,-905.0925502,-415.229711,-665.7747574 +478540,-922.9788176,12.72774404,-895.8537452,-411.4597524,-217.0031742 +478541,-913.0592257,28.05965102,-887.9760057,-405.7602536,-717.1345168 +478542,-904.0327522,42.01211888,-877.3708461,-402.1896598,-663.8098757 +478543,-894.2406692,83.50769278,-870.3472566,-397.5359879,-242.3780008 +478544,-888.2347863,80.36826208,-861.6370286,-393.6821734,-500.1021712 +478545,-878.8351453,87.43929037,-852.444863,-389.4268821,-685.5168063 +478546,-867.0705454,42.43844356,-843.3625439,-384.266595,-815.7788012 +478547,-862.5157343,44.01648377,-835.6763656,-381.1572712,-705.3565687 +478548,-849.5015903,131.0998478,-825.2268132,-375.8253415,-387.1736775 +478549,-844.7499187,97.78715248,-815.635657,-372.9550609,-607.5323404 +478550,-830.9244887,48.37800236,-809.7405468,-367.9205021,-772.7786548 +478551,-826.239152,50.72361831,-797.6574044,-364.1295078,-675.1194993 +478552,-814.5443027,133.5490759,-788.6945493,-360.0391973,-382.644365 +478553,-808.9700224,100.2601092,-782.202028,-356.3138557,-610.0429965 +478554,-797.2501789,57.03562937,-773.0599504,-351.9747623,-758.3597963 +478555,-789.3615302,110.0981496,-762.2702228,-348.1402261,-541.1760771 +478556,-782.6597175,62.13687619,-753.9942746,-344.0230873,-723.9174886 +478557,-771.1697015,65.08751354,-746.7065027,-340.4080458,-642.0311302 +478558,-764.369194,68.39862666,-737.0107331,-335.757567,-597.520687 +478559,-755.0836652,151.0363937,-727.348382,-332.950295,-324.7640824 +478560,-708.9136958,82.03878738,-684.5078711,-311.9353065,-609.5615672 +478561,94.16413999,75.67261528,94.14964238,42.63272514,144.0414304 +478562,99.3859048,87.02432738,99.83950344,45.04666212,171.9938447 +478563,108.4273967,102.6737625,109.5581669,49.19452122,211.6335223 +478564,118.1824687,118.4008545,119.9876483,53.63100757,253.0385419 +478565,127.2793491,132.410203,129.6724196,57.72601284,290.9329862 +478566,135.4290746,144.4996604,138.3178259,61.35803481,323.2576043 +478567,142.7925847,155.0400198,146.1030506,64.61332473,351.0395488 +478568,149.5639965,164.418981,153.2397267,67.59019764,375.5257501 +478569,155.8708993,172.9044447,159.8670067,70.35289983,397.4940476 +478570,161.796387,180.6714768,166.0752006,72.94279521,417.374721 +478571,167.3984399,187.8431408,171.927328,75.38833288,435.4363584 +478572,172.7238064,194.5164355,177.4741728,77.71201015,451.8931687 +478573,177.8129019,200.7726476,182.7595867,79.93288762,466.9388071 +478574,182.7008899,206.6805103,187.821661,82.06721739,480.7497214 +478575,187.4178008,212.2974996,192.6928802,84.12859589,493.4824861 +478576,191.9889659,217.6711561,197.4006051,86.12825179,505.2733801 +478577,196.4319952,222.8405807,201.9676864,88.07537606,516.2399397 +478578,200.7697122,227.8379013,206.4132034,89.97749298,526.4834687 +478579,204.7323314,232.5616324,210.4716861,91.71285595,535.5797565 +478580,208.977658,237.3252181,214.7977631,93.57811442,544.7703781 +478581,213.1336582,241.9744334,219.0240692,95.40526623,553.4328714 +478582,217.2154601,246.5251572,223.1625432,97.19886453,561.6287125 +478583,221.2298663,250.9911128,227.2243866,98.96327957,569.4130435 +478584,225.1902337,370.8676017,231.2195125,100.7023978,576.8344277 +478585,229.100647,423.530834,235.1561685,102.4194166,583.934773 +478586,232.9713073,402.7806978,239.0409443,104.1147753,590.7498006 +478587,236.8034274,438.8848806,242.8790728,105.7933762,597.3099658 +478588,240.6047724,458.2513061,246.6746423,107.4569027,603.6411613 +478589,244.374589,477.1108176,250.4309614,109.1038451,609.7656793 +478590,248.1191934,495.7886809,254.1471648,110.7376465,615.7028227 +478591,251.83686,514.0366935,257.8306807,112.3591688,621.469478 +478592,255.538786,532.507359,261.4922409,113.9721076,627.0804594 +478593,259.2293174,550.4501581,265.1371411,115.578629,632.5488025 +478594,262.9052519,568.294832,268.7664611,117.1792343,637.8859287 +478595,266.5711208,585.6737237,272.3796889,118.7736882,643.1019091 +478596,270.2233195,603.4046957,275.9761145,120.3616244,648.2055897 +478597,273.8659123,620.2661738,279.5552809,121.9427813,653.2048338 +478598,277.495017,637.7713529,283.1169237,123.5169963,658.1065779 +478599,281.1146223,654.1899467,286.6609297,125.0841912,662.9170484 +478600,284.7208818,670.8396514,290.18722,126.6443167,667.6417536 +478601,288.3178342,687.6138855,293.6957898,128.1973658,672.2856897 +478602,291.9017382,703.0359205,297.1881458,129.7433592,676.8533804 +478603,295.4693629,718.8977132,300.6504847,131.2813257,681.3489585 +478604,299.0202396,735.2341633,304.0751735,132.8099065,685.7760342 +478605,302.5621754,750.8571901,307.4617974,134.3253426,690.1379614 +478606,306.0930964,766.5786358,310.8131188,135.8255245,694.4377111 +478607,309.6173116,782.1152556,314.1323479,137.310623,698.6780553 +478608,313.1308368,797.2826314,317.4221476,138.7818645,702.8614856 +478609,316.637462,813.2221259,320.684603,140.2406152,706.9903581 +478610,320.1332898,827.7359248,323.9213749,141.6880192,711.0668008 +478611,323.6222203,842.9945319,327.133885,143.1249865,715.0929227 +478612,327.0914297,857.8327777,330.3233711,144.5522454,719.0706577 +478613,330.5286008,872.5927692,333.4909063,145.9703928,723.0017406 +478614,333.9367718,886.9100961,336.637421,147.3799296,726.887722 +478615,337.3155404,901.9829968,339.7637509,148.7812934,730.7301222 +478616,340.6719712,916.120531,342.8706329,150.174862,734.5303295 +478617,344.0054512,930.4832197,345.9587375,151.5609702,738.2897108 +478618,347.3217147,944.6727327,349.0286623,152.939909,742.0095094 +478619,350.6192779,958.7547335,352.0809608,154.311941,745.6909578 +478620,353.9033658,972.6924989,355.1161305,155.6753709,749.3351722 +478621,357.2423096,1161.991532,358.2051766,157.065185,753.0715145 +478622,367.6104506,1181.972455,368.3204977,161.6115197,770.0675495 +478623,381.5259639,1201.009488,381.9873743,167.7011412,793.7537604 +478624,395.4826361,1220.673774,395.7015012,173.7368308,817.640382 +478625,408.0252159,1239.231334,408.00537,179.0750399,839.0613805 +478626,419.017053,1257.726812,418.758943,183.6776984,857.7445306 +478627,428.5582383,1276.245194,428.2571952,187.6999913,874.1856242 +478628,437.0303604,1294.393472,436.8021029,191.2928523,888.8875051 +478629,444.7389473,1312.562821,444.6010716,194.5582778,902.1913666 +478630,451.8674636,1330.477247,451.7872072,197.560879,914.3164442 +478631,458.5250399,1348.284568,458.3433397,200.2989408,925.4215046 +478632,464.7877441,1365.90081,464.3975228,202.8327912,935.6377428 +478633,470.7177526,1383.588656,470.0734011,205.218003,945.0805452 +478634,476.3684517,1400.816332,475.4543356,207.4906879,953.8513412 +478635,481.7853824,1418.249741,480.593635,209.6730626,962.0383833 +478636,487.0065564,1435.369231,485.5289355,211.7803223,969.7175918 +478637,492.0633718,1452.369255,490.2903236,213.8243933,976.9541765 +478638,496.9816285,1469.467265,494.9032111,215.8152196,983.8040543 +478639,501.7826046,1486.078588,499.3892009,217.7611373,990.3153225 +478640,506.4838326,1502.942524,503.7664014,219.6690124,996.5293255 +478641,511.0999761,1519.412769,508.0499113,221.5449763,1002.481761 +478642,515.6432543,1536.06887,512.2522264,223.3883849,1008.203369 +478643,520.1238316,1552.298781,516.3836994,225.1992106,1013.720653 +478644,524.5502045,1568.553573,520.448111,226.9797943,1019.056556 +478645,528.9295012,1584.86102,524.4438304,228.733576,1024.230985 +478646,533.2675741,1600.688201,528.3713136,230.4639037,1029.260975 +478647,537.5693149,1616.786064,532.2350255,232.1735986,1034.16131 +478648,541.8388541,1632.482089,536.041164,233.8649325,1038.944793 +478649,546.0796388,1649.677024,539.7957998,235.5397483,1092.33813 +478650,550.2945066,1672.583295,543.5041454,237.1995632,1258.594754 +478651,554.4825074,1673.455488,547.1705528,238.8456584,1176.467575 +478652,558.6138532,1703.225397,550.78202,240.4718195,1222.106467 +478653,562.6699782,1692.097856,554.3305811,242.0741562,1238.131659 +478654,566.648717,1699.028696,557.8161409,243.6523201,1253.212424 +478655,570.5561242,1732.405204,561.2426215,245.2077758,1268.322414 +478656,635.2241303,1730.881648,564.6147825,246.7423778,1282.834718 +478657,741.0466964,1744.231423,567.9368844,248.2577724,1297.638739 +478658,690.7176703,1754.454044,571.2124607,249.7552979,1311.449976 +478659,727.1892637,1764.440556,577.5562253,251.236034,1325.814792 +478660,742.3403968,1774.386874,736.2198562,252.7008701,1339.513259 +478661,757.4013027,1783.734439,661.4767313,254.1505575,1353.075938 +478662,771.264677,1793.090182,698.5826965,255.5857445,1366.341119 +478663,786.0395283,1802.219285,711.5576764,257.006986,1379.813215 +478664,799.7050064,1810.849113,723.8585608,258.4147642,1392.670911 +478665,813.7103467,1819.64855,735.8110476,259.8094973,1405.521504 +478666,826.9839742,1827.985613,747.6075495,261.1915637,1417.999367 +478667,840.7650506,1836.28166,759.1601075,301.8221166,1430.733775 +478668,853.7040907,1844.157237,770.5453173,311.0351339,1442.886252 +478669,866.9671919,1852.015596,781.7041468,308.2641938,1455.038892 +478670,879.4475988,1859.606096,792.8241423,318.5672249,1466.779231 +478671,892.6008745,1866.932522,803.4873734,324.3784364,1478.924538 +478672,904.8392749,1874.358801,814.1620032,330.2406978,1490.592259 +478673,917.3835034,1881.214858,824.7070882,335.7773673,1501.761881 +478674,929.2621414,1888.139032,835.2180275,341.405609,1513.238792 +478675,941.8153956,1894.800059,844.8939785,346.8007414,1524.367456 +478676,953.4170325,1901.295799,855.3988002,352.1788638,1535.381636 +478677,965.3736016,1907.702415,864.8223898,357.4288352,1545.996541 +478678,976.8995385,1913.726435,875.001154,362.6730013,1557.157959 +478679,988.5628597,1919.678096,884.4559429,367.6338277,1567.53146 +478680,999.7862333,1925.605064,893.8325817,372.7680543,1578.031215 +478681,1017.331136,1934.019536,909.4549312,380.5012058,1610.146728 +478682,1030.325419,1940.125557,920.1571113,385.9164048,1621.933705 +478683,1041.561576,1945.920414,929.6902267,390.9150769,1633.227666 +478684,1053.341968,1951.264842,939.4839097,396.2112876,1644.183469 +478685,1064.408,1956.58942,948.5193079,400.8019609,1654.766621 +478686,1075.7526,1961.652805,958.2108358,405.8983102,1665.098163 +478687,1086.782529,1966.555512,966.9681012,410.4832098,1675.312115 +478688,1097.743458,1971.293762,976.1309333,415.187888,1685.24745 +478689,1108.32264,1975.872882,984.7807953,419.9029759,1695.145266 +478690,1118.872645,1980.298141,993.6726094,424.349552,1704.784669 +478691,1129.913812,1984.566066,1001.879934,428.7276188,1714.405096 +478692,1139.91799,1988.68885,1010.908039,433.3534392,1723.77653 +478693,1150.48604,1992.661854,1018.94314,437.5464388,1733.142611 +478694,1160.731054,1996.489431,1027.453238,441.9632772,1742.263704 +478695,1170.658799,2000.173338,1035.713876,446.1079117,1751.355579 +478696,1180.865674,2003.715156,1043.595507,450.3022306,1760.332517 +478697,1190.60767,2007.116871,1051.637368,454.4918152,1769.116315 +478698,1200.625974,2010.379932,1059.670806,458.697024,1777.906385 +478699,1209.862498,2013.506208,1067.324553,462.3956161,1786.463957 +478700,1220.204996,2016.497014,1075.21083,466.7248749,1795.007357 +478701,1229.32394,2019.354142,1082.466615,470.4686046,1803.074799 +478702,1239.037934,2022.078828,1090.630369,474.4808707,1811.921012 +478703,1248.23385,2024.76562,1097.709968,478.23301,1819.84532 +478704,1258.075702,2027.095787,1105.395762,482.1414767,1828.124199 +478705,1266.541552,2029.496362,1112.510955,485.7983969,1836.022994 +478706,1276.163408,2031.69231,1120.00186,489.6227399,1844.059565 +478707,1284.952014,2033.776313,1126.970724,493.2055449,1851.831121 +478708,1294.067646,2035.736633,1134.317999,496.9444206,1859.703552 +478709,1302.837248,2037.574267,1141.147016,500.3286428,1867.2859 +478710,1311.763949,2039.29133,1148.35851,504.1801536,1874.873121 +478711,1320.92637,2040.701437,1156.07911,507.972035,1882.449211 +478712,1329.631824,2042.210118,1163.84729,512.0164925,1889.881263 +478713,1339.232247,2043.380874,1171.689207,515.55628,1897.276089 +478714,1347.865747,2044.497229,1179.441599,519.7526127,1904.538529 +478715,1356.898908,2045.471088,1187.200606,523.4841678,1911.841721 +478716,1365.711616,2046.317373,1194.930027,527.3527799,1918.925659 +478717,1374.407624,2047.038742,1202.596799,531.0333755,1926.093195 +478718,1383.162893,2047.732038,1210.32412,535.0829925,1933.087541 +478719,1391.807141,2048.071162,1217.947487,538.9205082,1940.046625 +478720,1400.452882,2048.49473,1225.571899,542.4582645,1946.887089 +478721,1408.864071,2048.721091,1233.120433,546.3497243,1953.845817 +478722,1417.489386,2048.844766,1240.741928,549.8978929,1960.439301 +478723,1416.013172,2041.910999,1240.207303,550.5009518,1966.997887 +478724,1422.537105,2040.691146,1245.615694,553.3401619,1973.471972 +478725,1430.243678,2039.931251,1253.274557,556.8040069,1979.968203 +478726,1438.005281,2039.226799,1259.794951,560.2142479,1983.552281 +478727,1445.392208,2038.506677,1266.751994,563.6312687,1988.515639 +478728,1453.444332,2037.739052,1273.73006,567.0493586,2002.042452 +478729,1461.002685,2036.909011,1280.607426,570.2688074,1993.091746 +478730,1468.601144,2036.008669,1287.475892,573.9851307,1992.509977 +478731,1476.423218,2035.034212,1294.426983,577.2310415,2011.75797 +478732,1484.08526,2033.98351,1301.270792,580.654367,2008.202563 +478733,1491.52853,2032.855588,1308.132516,584.0318871,2014.07531 +478734,1499.294944,2031.649672,1314.920152,587.3987336,2018.103689 +478735,1506.920071,2030.365733,1321.863095,590.7542661,2022.431966 +478736,1514.247895,2029.003576,1328.500427,594.0983602,2026.429573 +478737,1521.928699,2027.563535,1335.400268,597.4311991,2030.371441 +478738,1528.993379,2026.0457,1342.116508,600.5272209,2034.60042 +478739,1537.019309,2024.450577,1348.861334,604.1947686,2038.425014 +478740,1544.339962,2022.778388,1355.533497,607.3175423,2042.443621 +478741,1434.182531,1967.214765,1244.103693,557.0927273,1833.622774 +478742,1437.861622,1964.157852,1247.755363,559.0100475,1834.729716 +478743,1443.438286,1961.272859,1252.303108,561.3707874,1836.736219 +478744,1448.922674,1958.482385,1257.252556,563.8195254,1841.681898 +478745,1454.554382,1955.686103,1262.108555,566.3307124,1840.668999 +478746,1460.256748,1952.960427,1267.128513,568.8710974,1848.403563 +478747,1466.045414,1949.960997,1272.256021,571.4262378,1844.031043 +478748,1471.698417,1947.111495,1277.297383,573.9876697,1857.031446 +478749,1477.483655,1944.127147,1282.436541,576.5509347,1845.308201 +478750,1483.331313,1941.097552,1287.400994,579.1135288,1869.026715 +478751,1490.161594,1938.00898,1292.594539,581.6743402,1841.722079 +478752,1496.848694,1934.860597,1297.632657,584.2325606,1857.982174 +478753,1504.679071,1931.557876,1302.667476,586.5626106,1867.286355 +478754,1511.455159,1928.424111,1307.867109,589.4608831,1864.09213 +478755,1518.931586,1925.033676,1312.81941,591.8394682,1868.455388 +478756,1526.275548,1921.661819,1317.924427,594.4230546,1871.255068 +478757,1533.470992,1918.218806,1322.918075,596.962994,1874.011809 +478758,1541.061383,1914.718026,1328.041432,599.499471,1876.769633 +478759,1548.468486,1911.160743,1333.040936,602.0314251,1879.589954 +478760,1555.946791,1907.547523,1338.129256,604.5589228,1882.244104 +478761,1563.510068,1903.879376,1343.018857,607.0821722,1885.04551 +478762,1571.091548,1900.15694,1348.148762,609.6008695,1887.78528 +478763,1578.602607,1896.381226,1353.104373,612.3562742,1890.469788 +478764,1586.363545,1892.552878,1358.1057,614.5005983,1893.376959 +478765,1594.062701,1888.672981,1363.035424,617.1815119,1895.972208 +478766,1601.576622,1884.742147,1368.145629,619.6679533,1898.769344 +478767,1609.473535,1880.66844,1372.986675,622.1253499,1901.495489 +478768,1617.183157,1876.861598,1377.988483,624.6340185,1904.227151 +478769,1624.873451,1872.590283,1382.866372,627.1162585,1907.019885 +478770,1632.863596,1868.540005,1387.884523,629.6221006,1909.576384 +478771,1640.257753,1864.559469,1391.555945,631.5443832,1912.445712 +478772,1647.841539,1860.578918,1395.015716,633.4088577,1915.093141 +478773,1655.263202,1856.573237,1398.392117,635.1925541,1917.806452 +478774,1662.845089,1852.533644,1401.525789,636.959257,1920.563742 +478775,1670.527209,1848.457899,1404.652417,638.6251394,1923.150431 +478776,1677.959295,1844.343044,1407.800761,640.3126606,1925.883022 +478777,1685.644532,1840.187119,1410.761073,641.9456854,1928.548205 +478778,1693.309257,1835.988317,1413.708595,643.5778203,1931.145647 +478779,1701.001152,1831.745896,1416.586615,645.114599,1933.977908 +478780,1708.619401,1827.45905,1419.403631,646.4159074,1936.46875 +478781,1716.587197,1823.125509,1422.106929,648.3703909,1939.167792 +478782,1724.106537,1818.746418,1424.959395,649.6239622,1941.852442 +478783,1731.82485,1814.319385,1427.47885,651.1585939,1944.28125 +478784,1739.873011,1809.845212,1430.13098,652.5978364,1947.0488 +478785,1747.357503,1805.32234,1432.610954,654.0444359,1949.641914 +478786,1755.240103,1800.751273,1440.026461,655.3990844,1952.108535 +478787,1763.25409,1796.131302,1435.143703,656.8189497,1954.724989 +478788,1770.90263,1791.461831,1448.874507,658.1203794,1957.258991 +478789,1778.818518,1786.743554,1435.253001,659.4678668,1959.780457 +478790,1786.724771,1781.975022,1439.787931,660.7959996,1962.297453 +478791,1794.803483,1777.069137,1451.270402,662.0356537,1964.870275 +478792,1802.61439,1772.331053,1447.809916,663.3187286,1967.158827 +478793,1810.651134,1767.353062,1451.308146,664.583528,1969.801699 +478794,1818.704303,1762.400261,1453.487314,665.7612875,1972.258962 +478795,1826.592596,1757.474109,1455.647147,667.0127986,1974.50567 +478796,1834.766336,1752.278949,1457.546491,668.1440046,1977.112024 +478797,1842.601458,1747.226408,1459.777269,669.3278838,1979.518282 +478798,1850.963821,1742.048906,1461.597036,670.4956592,1981.795154 +478799,1858.950957,1736.835228,1463.53108,671.5742196,1984.148421 +478800,1867.025657,1731.572703,1465.592111,672.7334123,1986.698814 +478801,1634.478989,1616.052945,1226.134275,564.3760988,1551.588255 +478802,1637.167712,1608.06043,1222.676308,563.0817664,1547.014074 +478803,1642.30047,1600.769638,1221.207017,562.2172603,1544.124746 +478804,1648.105181,1593.779083,1220.365076,562.3903868,1542.12836 +478805,1654.274114,1587.116303,1219.984936,562.166661,1540.687088 +478806,1660.858168,1580.368344,1219.842586,562.2880316,1539.739147 +478807,1667.56947,1573.746569,1219.78871,562.4063412,1538.941847 +478808,1674.420559,1567.135723,1219.758507,562.5589045,1538.306836 +478809,1681.312492,1560.527245,1219.912175,562.7346115,1537.794581 +478810,1688.49888,1553.913464,1219.989266,562.9279885,1537.382165 +478811,1695.682586,1575.907429,1220.145108,563.3786297,1537.054187 +478812,1702.753469,1499.473588,1220.372005,563.23038,1536.801222 +478813,1710.267096,1553.795378,1220.489688,563.6351661,1536.557315 +478814,1717.618016,1539.086506,1220.694233,563.8338696,1536.523342 +478815,1725.129545,1498.222087,1221.002087,564.1032835,1536.470152 +478816,1732.705499,1543.658485,1221.216372,564.3175883,1536.371792 +478817,1740.355272,1476.663533,1221.492528,564.5942686,1536.393847 +478818,1748.078257,1530.175761,1221.773565,564.8547539,1539.731077 +478819,1755.795215,1467.393018,1222.013059,565.1247009,1537.714957 +478820,1763.871113,1505.942667,1222.453401,565.4243933,1540.820161 +478821,1783.184755,1471.560506,1229.692966,568.6293286,1537.433291 +478822,1793.25443,1487.979696,1230.97762,569.3594613,1543.488895 +478823,1802.279778,1468.57257,1231.728447,569.9003181,1535.830212 +478824,1811.283059,1469.012461,1232.514026,570.3324558,1519.972367 +478825,1820.252759,1460.176779,1233.121241,570.7962342,1549.579264 +478826,1829.237777,1454.252478,1233.802477,571.222897,1535.589185 +478827,1838.247986,1447.500469,1234.3087,571.6699665,1539.090899 +478828,1848.368654,1440.927401,1234.871309,572.0450598,1539.541213 +478829,1864.498674,1434.241861,1235.515087,572.2073336,1540.030557 +478830,1862.968938,1427.528577,1236.026753,573.0150499,1540.722047 +478831,1890.71757,1421.180818,1236.671033,573.2858608,1541.145521 +478832,1876.961487,1414.868765,1237.314762,573.7343365,1541.870306 +478833,1878.990319,1408.554561,1237.899229,574.1998788,1542.320317 +478834,1918.365868,1402.225681,1238.688714,574.6695957,1543.198255 +478835,1913.443187,1395.876718,1239.191881,575.0713167,1543.710023 +478836,1927.4906,1389.504014,1239.815746,575.534432,1544.484646 +478837,1938.161947,1383.106495,1246.451156,575.9987208,1545.198534 +478838,1949.038518,1376.681935,1238.975933,576.396544,1545.949814 +478839,1959.934303,1370.229507,1252.272437,576.8820254,1546.728754 +478840,1971.050023,1363.675389,1235.201332,577.2709299,1547.584582 +478841,1982.017386,1357.276997,1233.676868,577.7628804,1548.338254 +478842,1993.292343,1350.759036,1250.54801,578.1845491,1549.2389 +478843,2004.565041,1344.091543,1242.149542,578.5916551,1550.096129 +478844,2016.052242,1337.534048,1244.579177,579.0704735,1550.973887 +478845,2027.238744,1330.808981,1245.425964,579.4451099,1551.854619 +478846,2039.148196,1324.244035,1245.841651,579.9224229,1552.85189 +478847,2050.534888,1317.486429,1246.462643,580.2913607,1553.554907 +478848,2062.489474,1310.760213,1247.005929,580.762844,1557.273055 +478849,2073.993819,1304.063737,1247.629926,581.1590179,1551.777035 +478850,2086.303197,1300.416098,1247.909692,581.5429419,1558.294569 +478851,2107.348772,1289.523757,1248.735265,582.0044799,1557.212828 +478852,2096.455194,1288.963524,1249.058725,582.3535506,1558.327192 +478853,2128.909873,1273.700539,1249.413546,582.8143897,1559.618576 +478854,2133.430338,1279.338386,1250.119482,583.1917568,1560.413376 +478855,2146.920424,1255.570457,1250.332822,583.5214149,1579.305246 +478856,2159.654927,1272.480688,1251.04284,583.9997567,1547.487872 +478857,2195.115325,1232.776433,1251.31354,584.2831598,1558.128381 +478858,2176.891384,1239.044047,1251.805939,584.3675301,1570.73534 +478859,2174.11472,1239.085495,1252.224077,585.1898464,1563.833321 +478860,2225.907638,1225.720255,1252.636168,585.3749506,1566.72604 +478861,2480.497597,1327.505995,1497.188488,692.4464204,1943.034106 +478862,2455.10562,1322.826208,1479.664912,694.7965949,1940.16853 +478863,2506.48724,1316.889426,1502.311062,696.5927347,1956.730399 +478864,2504.219052,1311.190677,1497.328928,697.9226704,1971.036424 +478865,2522.722616,1304.760341,1500.961952,699.2878083,1980.135534 +478866,2537.563106,1298.594543,1503.124869,700.4405986,1985.021717 +478867,2552.066341,1292.358723,1505.00272,701.6969885,1987.251476 +478868,2566.657178,1285.690284,1506.930127,702.6897567,1987.856011 +478869,2581.22825,1279.237963,1508.623898,703.788875,1987.551365 +478870,2596.298911,1276.087013,1513.081702,704.8102146,1986.777237 +478871,2611.005285,1271.482461,1507.948895,705.8116413,1985.796069 +478872,2625.518693,1266.331016,1532.125207,706.7879657,1984.714086 +478873,2640.812171,1261.631617,1489.895399,707.7405559,1983.70118 +478874,2655.654711,1256.655366,1528.349132,708.6700451,1982.806655 +478875,2677.861436,1251.729936,1515.296561,709.5784092,1982.195863 +478876,2678.683954,1248.106673,1529.29781,714.1343343,1981.51243 +478877,2696.015503,1243.676575,1533.977397,715.5336898,1980.43302 +478878,2711.031721,1238.623617,1526.622643,716.6788198,1979.420967 +478879,2725.835438,1256.491569,1535.944506,717.7352384,1978.654976 +478880,2740.748541,1195.270003,1535.824025,718.7366646,1978.165721 +478881,2763.023444,1265.939126,1537.049559,719.6960042,1978.066361 +478882,2769.062724,1177.443734,1542.058735,720.6207543,1978.105661 +478883,2786.354198,1250.786207,1535.011897,721.5147218,1977.952975 +478884,2810.11929,1177.890868,1561.90211,722.3802395,1978.034218 +478885,2815.731975,1223.108719,1514.96443,723.2193447,1978.317742 +478886,2832.361735,1187.539259,1573.854471,724.0331634,1978.3585 +478887,2855.010538,1198.326368,1516.698292,724.8223403,1978.62359 +478888,2863.033004,1188.248217,1575.162755,725.5880333,1979.076337 +478889,2884.107702,1184.149417,1523.380559,726.3310151,1979.66618 +478890,2899.734583,1179.163575,1570.661561,727.0514474,1980.121346 +478891,2913.128301,1174.392379,1542.732913,728.0380725,1980.523415 +478892,2918.465017,1169.497523,1544.961268,729.0646406,1980.437448 +478893,2926.238192,1164.811275,1566.877551,730.1037305,1979.535451 +478894,2929.24258,1160.037597,1541.556002,731.1480403,1977.834417 +478895,2931.346975,1155.499904,1571.557538,732.1947554,1975.450599 +478896,2933.345696,1150.927434,1538.847234,733.2426402,1972.365669 +478897,2935.624312,1146.28959,1583.865147,734.2907978,1968.947296 +478898,2937.93543,1141.84661,1552.501465,735.3392902,1965.116915 +478899,2940.035479,1137.395612,1567.166517,736.3871835,1960.791681 +478900,2942.4105,1133.008757,1566.214017,737.435518,1956.431302 +478901,2945.167168,1128.677613,1568.129717,738.4827838,1952.184679 +478902,2948.178499,1124.487584,1569.800419,739.5298545,1948.009539 +478903,2951.405324,1120.196701,1571.588689,740.5763196,1943.920372 +478904,2954.801059,1116.113187,1573.13148,741.6221321,1939.914986 +478905,2958.333839,1111.946191,1575.096696,742.66725,1935.992752 +478906,2961.974601,1107.979483,1576.669467,743.7115828,1932.148222 +478907,2965.763288,1104.025198,1578.467704,744.7060405,1928.373857 +478908,2969.697145,1100.192417,1580.041421,745.8221959,1924.665903 +478909,2973.748419,1096.25003,1581.948697,746.8288422,1921.023122 +478910,2978.164264,1092.524392,1583.597911,747.9277906,1917.438013 +478911,2982.309312,1088.807562,1585.326661,748.8931335,1913.903089 +478912,2986.484249,1085.170538,1586.903554,749.968809,1910.419964 +478913,2990.691771,1081.534892,1588.799362,750.9997946,1906.992579 +478914,2994.935487,1078.143403,1590.46856,752.0377001,1903.617253 +478915,2999.026116,1071.643577,1584.318552,749.6871646,1900.151885 +478916,3003.330454,1067.78891,1584.277238,749.9696466,1896.519501 +478917,3007.98339,1064.188676,1590.673763,750.7109686,1892.967657 +478918,3012.580511,1060.720617,1578.594207,751.4338028,1889.382028 +478919,3017.162131,1057.356445,1596.040893,752.2425158,1886.089339 +478920,3021.848373,1054.0865,1586.330142,753.0669351,1882.788358 +478921,3029.070574,1073.763855,1634.805224,776.8267813,1883.276414 +478922,3040.711339,1071.810281,1642.753996,778.8258585,1887.833845 +478923,3053.301759,1069.62019,1644.0194,780.495169,1894.028447 +478924,3064.716205,1067.45143,1651.701306,782.0114725,1899.709197 +478925,3074.519844,1065.130733,1647.515199,783.4392278,1904.142555 +478926,3082.67326,1062.888504,1652.100045,784.8058891,1907.297501 +478927,3089.642992,1060.382892,1654.473061,786.1489254,1909.772162 +478928,3095.62296,1058.389126,1656.472528,787.4691096,1911.443032 +478929,3101.911843,1056.48651,1658.336192,789.236488,1912.666266 +478930,3108.243326,1054.628573,1660.719213,790.9828311,1913.546758 +478931,3114.185485,1052.804347,1662.734946,792.9676085,1914.157582 +478932,3120.322686,1051.009018,1664.756851,794.8613319,1914.703922 +478933,3126.276071,1049.240361,1671.66057,796.865728,1914.975575 +478934,3132.164061,1047.496692,1667.326322,798.9644035,1915.229878 +478935,3137.789511,1045.776985,1670.852627,801.0629259,1914.792902 +478936,3143.341987,1044.079674,1673.18844,803.2227045,1914.573501 +478937,3149.199116,1042.404364,1674.897315,805.3800895,1914.407819 +478938,3154.732795,1040.749912,1676.527306,807.7265057,1914.033292 +478939,3160.407433,1039.115733,1683.632052,810.0007395,1913.944388 +478940,3165.880678,1037.501197,1674.380915,812.3721479,1913.517713 +478941,3171.244641,1035.905597,1687.705764,814.7827978,1912.981473 +478942,3176.776333,1034.328183,1683.814347,817.2397419,1912.561817 +478943,3182.174468,1032.769207,1685.579086,819.7426829,1912.030881 +478944,3187.597891,1031.295357,1692.372547,822.2900679,1911.522216 +478945,3193.066038,1029.671389,1689.269379,824.9385929,1911.259521 +478946,3198.264965,1028.21217,1690.774169,827.4313288,1910.612536 +478947,3203.322451,1026.711794,1693.657117,830.2339181,1909.853395 +478948,3208.54083,1025.238049,1699.14363,832.9031487,1909.232129 +478949,3213.803274,1023.781474,1696.463536,835.6719513,1908.650752 +478950,3219.082653,1022.341407,1697.379212,838.4726922,1907.876923 +478951,3224.048845,1020.514833,1702.769881,840.8846717,1907.106321 +478952,3229.041381,1018.620246,1700.308241,843.2588771,1906.37987 +478953,3233.938932,1016.697606,1704.028889,845.6310378,1905.604286 +478954,3238.693182,1014.75753,1701.363787,847.9496098,1904.733414 +478955,3243.120236,1012.805523,1699.671288,850.4256784,1903.624225 +478956,3247.242948,1010.843891,1698.76734,852.7824736,1902.284216 +478957,3251.222482,1008.87492,1698.275857,855.204564,1900.838348 +478958,3255.123779,1006.89958,1697.001653,857.6916091,1899.33291 +478959,3258.863569,1004.919395,1694.368482,860.0441807,1897.711322 +478960,3262.368036,1002.934789,1691.706056,862.5452218,1895.91533 +478961,3265.642873,1000.946959,1689.047703,865.0100906,1893.954902 +478962,3268.745457,998.9561908,1686.413001,867.50048,1891.87007 +478963,3271.712684,996.9635833,1683.802736,869.9483386,1889.900423 +478964,3274.580112,994.9693039,1681.212499,872.5628932,1887.656033 +478965,3277.35862,992.9743369,1678.636022,876.8606859,1885.359202 +478966,3280.072126,990.9787474,1676.073261,878.032001,1883.031508 +478967,3282.726699,988.9834077,1673.523116,882.7406586,1880.686239 +478968,3285.339008,986.9883045,1670.986295,882.7866934,1878.3344 +478969,3287.903063,984.9942448,1668.457561,889.3439754,1875.976723 +478970,3290.434003,983.001161,1665.939028,886.8687552,1873.621535 +478971,3292.917537,981.0098014,1663.421986,897.190763,1871.262153 +478972,3295.37553,979.0200454,1660.913846,889.1898575,1868.911296 +478973,3297.781859,977.0325788,1658.399776,907.6318645,1866.552652 +478974,3300.173873,975.0472394,1655.897713,888.0050986,1864.210769 +478975,3302.592976,973.0646181,1653.435174,894.1313539,1861.921986 +478976,3304.94161,971.0846473,1650.94851,910.5737598,1859.60688 +478977,3307.19269,969.1079949,1648.422933,904.7869011,1857.247134 +478978,3309.418473,967.134303,1645.898111,909.603224,1854.892879 +478979,3311.617858,965.1640967,1643.375538,912.4518016,1852.545959 +478980,3313.786613,963.1970316,1640.849115,915.2569215,1850.19885 +478981,3319.182169,927.9562558,1641.494927,884.7181511,1853.550866 +478982,3319.844559,925.5015429,1638.613249,886.9211844,1851.518662 +478983,3318.478686,923.1138248,1633.979396,889.3838477,1846.601053 +478984,3317.753363,920.7746668,1629.447705,891.8569235,1841.500706 +478985,3318.611474,918.4463273,1625.777417,894.3647376,1837.399057 +478986,3320.832548,916.1254668,1622.95678,896.8914555,1834.39859 +478987,3323.882373,913.8113214,1620.733683,899.4363257,1832.234365 +478988,3327.335926,911.5019905,1618.877078,901.9958656,1830.641197 +478989,3330.955335,909.1978859,1617.24388,904.5701056,1829.446317 +478990,3334.632802,906.9630602,1615.757082,907.1578605,1828.550676 +478991,3338.323588,904.5727771,1614.374426,909.7582497,1827.895042 +478992,3341.969267,902.3264058,1612.235557,912.3702289,1827.409376 +478993,3345.320573,900.0283617,1605.870377,914.9930162,1826.876019 +478994,3347.691729,897.743074,1589.595668,917.6909942,1825.735245 +478995,3349.599374,895.3968746,1597.769469,920.2346236,1824.352681 +478996,3352.052013,893.2109363,1595.276103,922.9330889,1823.48691 +478997,3354.637784,890.8899265,1587.382432,925.5825668,1822.820524 +478998,3357.244509,888.62555,1592.557542,928.1820964,1822.073245 +478999,3359.898892,886.3548358,1583.148055,930.9558918,1821.678852 +479000,3362.38203,884.0859701,1583.712981,933.5879266,1821.255256 +479001,3364.908418,881.8198428,1582.321809,936.3500478,1820.954124 +479002,3367.542024,879.555949,1579.912865,938.9415521,1820.815553 +479003,3370.143281,877.2943657,1577.44662,941.6840872,1820.727152 +479004,3372.46834,875.034858,1570.171793,944.372235,1820.49503 +479005,3374.851231,872.7771055,1577.056109,947.0732808,1820.36815 +479006,3377.296918,870.5213145,1566.093928,949.7766869,1820.345048 +479007,3379.519059,868.2675176,1567.147043,952.481588,1820.202712 +479008,3381.761587,866.0773839,1565.441935,955.2546751,1820.124902 +479009,3384.080175,863.7355176,1562.811653,957.7908942,1820.152107 +479010,3386.323642,861.5304159,1559.995758,960.6467963,1820.167686 +479011,3388.489628,859.4412927,1557.859172,963.2705742,1820.168395 +479012,3390.520691,857.4007203,1555.901522,965.9525799,1820.195016 +479013,3392.360693,855.3819886,1554.079042,968.6171192,1820.262602 +479014,3393.994589,853.3799954,1551.844225,971.2737521,1820.358967 +479015,3395.237347,851.39275,1544.43484,973.9914955,1820.323127 +479016,3396.496157,849.4186501,1553.533368,976.5257795,1820.436167 +479017,3397.718697,847.4573252,1540.436396,979.2040893,1820.64368 +479018,3398.812842,845.5078952,1548.899581,981.8099416,1820.85953 +479019,3399.704136,843.5699844,1536.27142,984.4134731,1821.022382 +479020,3400.310075,841.6430181,1539.874569,987.0035186,1821.058077 +479021,3400.954853,839.7265721,1538.159187,989.5087309,1821.205941 +479022,3401.61843,837.8203914,1535.410792,992.1733901,1821.446662 +479023,3402.129724,835.9240153,1533.344579,994.7377289,1821.648296 +479024,3402.513462,834.0375288,1531.706178,997.1667452,1821.828019 +479025,3402.79131,832.1599546,1529.577841,999.7253622,1821.999063 +479026,3402.967057,830.2914224,1527.544046,1002.201846,1822.161266 +479027,3403.046561,828.4315902,1525.586309,1004.668548,1822.317044 +479028,3403.039567,826.5192708,1523.638264,1007.11403,1822.472657 +479029,3402.944377,824.7653729,1521.815422,1009.537649,1822.626029 +479030,3402.746343,822.9473967,1519.568147,1011.937754,1822.765201 +479031,3402.254348,821.0573167,1512.665887,1014.466188,1822.741168 +479032,3401.911329,819.283894,1521.348465,1016.929296,1822.845285 +479033,3401.597094,817.4645387,1508.087569,1019.168797,1823.008692 +479034,3401.181615,815.6607655,1516.807262,1021.466694,1823.158316 +479035,3400.595242,813.8639664,1503.835341,1023.855683,1823.251555 +479036,3399.757019,812.0738405,1508.138096,1026.06489,1823.223727 +479037,3398.974954,810.290214,1505.930923,1028.309162,1823.306028 +479038,3398.195966,808.5131071,1502.955523,1030.512939,1823.455579 +479039,3397.265509,806.7424141,1501.083658,1032.686246,1823.55394 +479040,3396.233543,804.977776,1499.200931,1034.828623,1823.638554 +479041,3393.410659,736.7378616,1340.943081,970.6607012,1825.592931 +479042,3374.671652,734.2660247,1340.085013,971.7680718,1811.778629 +479043,3352.05553,731.9612972,1335.498867,973.4692403,1792.066821 +479044,3334.399255,729.6517209,1332.499292,974.8055323,1774.644289 +479045,3322.947368,727.5085087,1329.330528,976.3653863,1762.212808 +479046,3316.193131,725.3178879,1326.227453,977.8314199,1753.169561 +479047,3312.250743,723.0524798,1323.086878,979.2816778,1747.068208 +479048,3309.723612,720.9117097,1320.081341,980.7034188,1742.913293 +479049,3307.852643,718.7341276,1316.789058,982.0943232,1739.903726 +479050,3306.272727,716.5744093,1313.79766,983.45256,1738.101983 +479051,3304.828269,714.4234138,1310.62974,984.7767027,1737.093614 +479052,3303.44063,712.2800633,1307.559516,986.0652829,1736.711353 +479053,3302.05905,710.1437885,1304.555724,987.3172912,1736.827759 +479054,3300.644788,708.0139484,1301.286214,988.5316246,1737.341378 +479055,3299.177766,705.9446896,1298.291913,989.7075557,1738.177393 +479056,3297.65,703.7472686,1295.134702,990.8441793,1739.280054 +479057,3296.053799,701.6729106,1292.158772,991.9409018,1740.601396 +479058,3294.381639,699.5039659,1288.86031,992.9969221,1742.100255 +479059,3292.636214,697.4796209,1285.889149,994.0117266,1743.748842 +479060,3290.823108,695.3448054,1282.708051,994.9845678,1745.526713 +479061,3288.654369,693.2601652,1279.745665,995.9149698,1747.415944 +479062,3286.781623,691.2252609,1272.588402,996.8022266,1749.434061 +479063,3285.019682,689.0639585,1274.868374,997.6459013,1751.663601 +479064,3283.45475,687.0216357,1274.852791,998.4452863,1754.170888 +479065,3282.142014,684.9383752,1246.349177,999.1998975,1756.997387 +479066,3280.907619,682.866948,1290.477003,999.9088355,1760.006034 +479067,3279.718855,680.7996505,1232.020638,1000.57182,1763.164286 +479068,3278.537909,678.7359235,1282.028575,1001.187805,1766.43319 +479069,3277.301646,676.6759045,1241.478231,1001.756318,1769.753582 +479070,3276.08523,674.6193798,1244.354882,1002.276402,1772.96627 +479071,3274.81392,672.4508958,1252.516392,1002.186853,1776.426555 +479072,3273.262856,670.3298064,1251.60947,1002.046849,1779.860166 +479073,3271.462864,668.0803915,1225.865917,1001.822074,1783.341637 +479074,3269.415442,665.9349894,1243.630114,1001.512264,1786.863858 +479075,3267.093286,663.6938911,1231.88732,1001.12131,1790.37326 +479076,3264.567323,661.5811779,1229.733838,1000.650038,1793.890843 +479077,3261.831539,659.4086787,1243.023828,1000.028203,1797.386734 +479078,3259.001881,657.1531564,1198.144599,999.5061239,1800.933696 +479079,3256.047559,654.9963022,1241.957862,998.751938,1804.497738 +479080,3252.93919,652.7948009,1197.442118,997.9816865,1808.049419 +479081,3249.716839,651.0433458,1219.981184,997.1254919,1811.613368 +479082,3246.339081,648.2036376,1207.146258,996.2643812,1815.152399 +479083,3242.835091,646.3100499,1205.357227,995.1535721,1818.684182 +479084,3239.228519,644.0459484,1201.733849,994.1203533,1822.223271 +479085,3235.513014,641.8414593,1198.148617,992.8815767,1825.762138 +479086,3231.652874,639.6368775,1207.547808,991.751959,1829.270997 +479087,3227.735315,637.3832947,1171.986214,990.3968435,1832.814872 +479088,3223.743613,635.2426673,1199.285789,989.0260239,1836.37992 +479089,3219.32997,632.9999977,1178.024598,987.5713611,1839.916446 +479090,3215.141863,630.7939239,1182.251193,984.9073371,1843.455661 +479091,3210.546013,628.5780918,1176.298988,981.9273012,1847.000111 +479092,3205.352113,626.3128661,1173.136701,978.7526478,1850.553133 +479093,3199.573315,624.1545478,1169.546965,975.3987082,1854.127403 +479094,3193.302071,621.8961345,1165.828262,971.8778439,1857.727737 +479095,3186.636706,619.6714302,1162.328054,968.1253575,1861.357277 +479096,3179.366429,617.4360163,1158.710846,964.3831323,1865.017243 +479097,3172.180972,615.1523702,1154.851195,960.4060919,1868.705192 +479098,3164.743334,612.9705787,1151.376676,956.1004969,1872.414738 +479099,3156.804605,610.6908237,1147.63344,951.935454,1876.143328 +479100,3148.579468,608.441315,1143.877019,947.422099,1879.892583 +479101,2106.211813,605.7882531,900.4060321,942.4953704,2256.46133 +479102,2198.885909,733.7890893,934.8561052,1068.56655,2318.807639 +479103,2306.268975,735.2032252,971.6709537,1066.928584,2377.65589 +479104,2381.12326,732.4565451,996.0451339,1061.812743,2407.582659 +479105,2425.789952,729.6311895,1011.287928,1056.710263,2419.58819 +479106,2453.040163,727.6805536,1021.568676,1051.208431,2424.172761 +479107,2470.234019,725.308603,1029.016362,1045.847356,2425.634611 +479108,2481.313333,722.9326188,1034.757708,1040.100824,2425.820509 +479109,2488.28414,720.6539709,1039.383163,1034.276978,2425.529651 +479110,2492.19953,718.2562798,1043.197716,1028.229665,2425.093164 +479111,2493.678802,715.888758,1046.370162,1022.302129,2424.617315 +479112,2493.166795,713.5042527,1049.003946,1015.935832,2424.12777 +479113,2491.024219,711.1135921,1051.184255,1009.701362,2423.627804 +479114,2487.552991,708.7179034,1052.976575,1003.266458,2423.117245 +479115,2483.005202,706.3205241,1054.442851,996.9990333,2422.596324 +479116,2477.591642,703.9117616,1055.629335,990.5935474,2422.065785 +479117,2471.481951,694.389127,1056.577095,932.8901988,2421.524349 +479118,2458.549178,691.1665006,1057.04495,922.2347217,2420.966228 +479119,2441.736627,688.5823267,1057.171898,914.6608174,2420.394052 +479120,2424.560904,685.9788126,1057.132535,907.9604227,2419.811439 +479121,2408.714795,683.6413175,1057.01798,901.7586838,2419.220293 +479122,2394.505728,681.1743033,1056.865403,895.8455792,2418.62127 +479123,2381.689536,678.879737,1056.679506,890.3167628,2418.014494 +479124,2369.976251,676.5270676,1056.479874,884.9006611,2417.433893 +479125,2359.090485,674.2867527,1056.250143,879.4860171,2416.844024 +479126,2348.846605,671.9122994,1055.984076,874.4859165,2416.215721 +479127,2339.151746,669.7343715,1055.688466,869.4212131,2415.564099 +479128,2329.930198,667.3805367,1055.3719,864.5298907,2414.894682 +479129,2321.116934,665.2279659,1055.034438,859.6681272,2414.209295 +479130,2312.656193,662.8984231,1054.681652,871.3619151,2413.508931 +479131,2304.499199,660.7689712,1054.311528,825.7775601,2412.792726 +479132,2296.606107,658.4200765,1053.928672,858.1297781,2412.061089 +479133,2288.944596,656.3747032,1053.531461,842.6450309,2411.315384 +479134,2281.486228,654.0583109,1053.123706,830.7205375,2410.55525 +479135,2274.207752,651.9784823,1052.702982,837.8280751,2409.781098 +479136,2267.090026,649.713682,1052.273344,824.4145373,2408.993851 +479137,2260.116531,647.6473203,1051.832165,825.6206244,2408.194046 +479138,2253.273459,645.4026102,1051.383247,819.501311,2407.382509 +479139,2246.58387,643.3559963,1050.940343,815.7079556,2406.597886 +479140,2240.003863,641.1309084,1050.491482,811.5455959,2405.804828 +479141,2233.497126,639.0629513,1050.020969,807.5684705,2404.974304 +479142,2227.072714,636.9173032,1049.539936,803.5563956,2404.124572 +479143,2220.73094,634.8789324,1049.048435,799.4953149,2403.263242 +479144,2214.198698,632.6983641,1048.551089,795.5817584,2402.393698 +479145,2208.01938,630.708441,1048.045362,791.6516494,2401.51759 +479146,2201.916356,628.5397148,1047.534863,787.7619907,2400.635941 +479147,2195.881095,626.5679006,1047.01665,783.9031465,2399.749463 +479148,2189.90828,624.4172848,1046.494159,780.0734389,2398.85877 +479149,2183.994834,622.4632569,1045.964377,776.2730417,2397.964402 +479150,2178.138697,620.2909782,1045.430708,772.4987705,2397.066892 +479151,2172.338091,618.4130162,1044.890118,768.8581303,2396.166715 +479152,2166.591363,616.2683651,1044.345995,765.0434062,2395.264343 +479153,2160.89693,614.3554191,1043.795288,761.3418056,2394.360192 +479154,2155.253357,612.2569112,1043.241374,757.7769299,2393.454679 +479155,2149.659321,610.3542622,1042.681192,754.0915107,2392.548167 +479156,2144.113639,608.2724429,1042.118104,750.3861964,2391.641012 +479157,2138.61522,606.3861718,1041.549034,746.9338188,2390.733515 +479158,2133.163101,604.3207004,1040.977338,743.2595296,2389.825983 +479159,2127.756372,602.4120863,1040.399928,739.6514269,2388.918668 +479160,2122.430906,600.4196203,1039.837632,736.3081718,2388.052117 +479161,0,0,0,0,0 +479162,0,0,0,0,0 +479163,0,0,0,0,0 +479164,0,0,0,0,0 +479165,0,0,0,0,0 +479166,0,0,0,0,0 +479167,0,0,0,0,0 +479168,0,0,0,0,0 +479169,0,0,0,0,0 +479170,0,0,0,0,0 +479171,0,0,0,0,0 +479172,0,0,0,0,0 +479173,0,0,0,0,0 +479174,0,0,0,0,0 +479175,0,0,0,0,0 +479176,0,0,0,0,0 +479177,0,0,0,0,0 +479178,0,0,0,0,0 +479179,0,0,0,0,0 +479180,0,0,0,0,0 +479181,0,0,0,0,0 +479182,0,0,0,0,0 +479183,0,0,0,0,0 +479184,0,0,0,0,0 +479185,0,0,0,0,0 +479186,0,0,0,0,0 +479187,0,0,0,0,0 +479188,0,0,0,0,0 +479189,0,0,0,0,0 +479190,0,0,0,0,0 +479191,0,0,0,0,0 +479192,0,0,0,0,0 +479193,0,0,0,0,0 +479194,0,0,0,0,0 +479195,0,0,0,0,0 +479196,0,0,0,0,0 +479197,0,0,0,0,0 +479198,0,0,0,0,0 +479199,0,0,0,0,0 +479200,0,0,0,0,0 +479201,0,0,0,0,0 +479202,0,0,0,0,0 +479203,0,0,0,0,0 +479204,0,0,0,0,0 +479205,0,0,0,0,0 +479206,0,0,0,0,0 +479207,0,0,0,0,0 +479208,0,0,0,0,0 +479209,0,0,0,0,0 +479210,0,0,0,0,0 +479211,0,0,0,0,0 +479212,0,0,0,0,0 +479213,0,0,0,0,0 +479214,0,0,0,0,0 +479215,0,0,0,0,0 +479216,0,0,0,0,0 +479217,0,0,0,0,0 +479218,0,0,0,0,0 +479219,0,0,0,0,0 +479220,0,0,0,0,0 +479221,0,0,0,0,0 +479222,0,0,0,0,0 +479223,0,0,0,0,0 +479224,0,0,0,0,0 +479225,0,0,0,0,0 +479226,0,0,0,0,0 +479227,0,0,0,0,0 +479228,0,0,0,0,0 +479229,0,0,0,0,0 +479230,0,0,0,0,0 +479231,0,0,0,0,0 +479232,0,0,0,0,0 +479233,0,0,0,0,0 +479234,0,0,0,0,0 +479235,0,0,0,0,0 +479236,0,0,0,0,0 +479237,0,0,0,0,0 +479238,0,0,0,0,0 +479239,0,0,0,0,0 +479240,0,0,0,0,0 +479241,0,0,0,0,0 +479242,0,0,0,0,0 +479243,0,0,0,0,0 +479244,0,0,0,0,0 +479245,0,0,0,0,0 +479246,0,0,0,0,0 +479247,0,0,0,0,0 +479248,0,0,0,0,0 +479249,0,0,0,0,0 +479250,0,0,0,0,0 +479251,0,0,0,0,0 +479252,0,0,0,0,0 +479253,0,0,0,0,0 +479254,0,0,0,0,0 +479255,0,0,0,0,0 +479256,0,0,0,0,0 +479257,0,0,0,0,0 +479258,0,0,0,0,0 +479259,0,0,0,0,0 +479260,0,0,0,0,0 +479261,0,0,0,0,0 +479262,0,0,0,0,0 +479263,0,0,0,0,0 +479264,0,0,0,0,0 +479265,0,0,0,0,0 +479266,0,0,0,0,0 +479267,0,0,0,0,0 +479268,0,0,0,0,0 +479269,0,0,0,0,0 +479270,0,0,0,0,0 +479271,0,0,0,0,0 +479272,0,0,0,0,0 +479273,0,0,0,0,0 +479274,0,0,0,0,0 +479275,0,0,0,0,0 +479276,0,0,0,0,0 +479277,0,0,0,0,0 +479278,0,0,0,0,0 +479279,0,0,0,0,0 +479280,0,0,0,0,0 +479281,0,0,0,0,0 +479282,0,0,0,0,0 +479283,0,0,0,0,0 +479284,0,0,0,0,0 +479285,0,0,0,0,0 +479286,0,0,0,0,0 +479287,0,0,0,0,0 +479288,0,0,0,0,0 +479289,0,0,0,0,0 +479290,0,0,0,0,0 +479291,0,0,0,0,0 +479292,0,0,0,0,0 +479293,0,0,0,0,0 +479294,0,0,0,0,0 +479295,0,0,0,0,0 +479296,0,0,0,0,0 +479297,0,0,0,0,0 +479298,0,0,0,0,0 +479299,0,0,0,0,0 +479300,0,0,0,0,0 +479301,0,0,0,0,0 +479302,0,0,0,0,0 +479303,0,0,0,0,0 +479304,0,0,0,0,0 +479305,0,0,0,0,0 +479306,0,0,0,0,0 +479307,0,0,0,0,0 +479308,0,0,0,0,0 +479309,0,0,0,0,0 +479310,0,0,0,0,0 +479311,0,0,0,0,0 +479312,0,0,0,0,0 +479313,0,0,0,0,0 +479314,0,0,0,0,0 +479315,0,0,0,0,0 +479316,0,0,0,0,0 +479317,0,0,0,0,0 +479318,0,0,0,0,0 +479319,0,0,0,0,0 +479320,0,0,0,0,0 +479321,0,0,0,0,0 +479322,0,0,0,0,0 +479323,0,0,0,0,0 +479324,0,0,0,0,0 +479325,0,0,0,0,0 +479326,0,0,0,0,0 +479327,0,0,0,0,0 +479328,0,0,0,0,0 +479329,0,0,0,0,0 +479330,0,0,0,0,0 +479331,0,0,0,0,0 +479332,0,0,0,0,0 +479333,0,0,0,0,0 +479334,0,0,0,0,0 +479335,0,0,0,0,0 +479336,0,0,0,0,0 +479337,0,0,0,0,0 +479338,0,0,0,0,0 +479339,0,0,0,0,0 +479340,0,0,0,0,0 +479341,0,0,0,0,0 +479342,0,0,0,0,0 +479343,0,0,0,0,0 +479344,0,0,0,0,0 +479345,0,0,0,0,0 +479346,0,0,0,0,0 +479347,0,0,0,0,0 +479348,0,0,0,0,0 +479349,0,0,0,0,0 +479350,0,0,0,0,0 +479351,0,0,0,0,0 +479352,0,0,0,0,0 +479353,0,0,0,0,0 +479354,0,0,0,0,0 +479355,0,0,0,0,0 +479356,0,0,0,0,0 +479357,0,0,0,0,0 +479358,0,0,0,0,0 +479359,0,0,0,0,0 +479360,0,0,0,0,0 +479361,0,0,0,0,0 +479362,0,0,0,0,0 +479363,0,0,0,0,0 +479364,0,0,0,0,0 +479365,0,0,0,0,0 +479366,0,0,0,0,0 +479367,0,0,0,0,0 +479368,0,0,0,0,0 +479369,0,0,0,0,0 +479370,0,0,0,0,0 +479371,0,0,0,0,0 +479372,0,0,0,0,0 +479373,0,0,0,0,0 +479374,0,0,0,0,0 +479375,0,0,0,0,0 +479376,0,0,0,0,0 +479377,0,0,0,0,0 +479378,0,0,0,0,0 +479379,0,0,0,0,0 +479380,0,0,0,0,0 +479381,0,0,0,0,0 +479382,0,0,0,0,0 +479383,0,0,0,0,0 +479384,0,0,0,0,0 +479385,0,0,0,0,0 +479386,0,0,0,0,0 +479387,0,0,0,0,0 +479388,0,0,0,0,0 +479389,0,0,0,0,0 +479390,0,0,0,0,0 +479391,0,0,0,0,0 +479392,0,0,0,0,0 +479393,0,0,0,0,0 +479394,0,0,0,0,0 +479395,0,0,0,0,0 +479396,0,0,0,0,0 +479397,0,0,0,0,0 +479398,0,0,0,0,0 +479399,0,0,0,0,0 +479400,0,0,0,0,0 +479401,0,0,0,0,0 +479402,0,0,0,0,0 +479403,0,0,0,0,0 +479404,0,0,0,0,0 +479405,0,0,0,0,0 +479406,0,0,0,0,0 +479407,0,0,0,0,0 +479408,0,0,0,0,0 +479409,0,0,0,0,0 +479410,0,0,0,0,0 +479411,0,0,0,0,0 +479412,0,0,0,0,0 +479413,0,0,0,0,0 +479414,0,0,0,0,0 +479415,0,0,0,0,0 +479416,0,0,0,0,0 +479417,0,0,0,0,0 +479418,0,0,0,0,0 +479419,0,0,0,0,0 +479420,0,0,0,0,0 +479421,0,0,0,0,0 +479422,0,0,0,0,0 +479423,0,0,0,0,0 +479424,0,0,0,0,0 +479425,0,0,0,0,0 +479426,0,0,0,0,0 +479427,0,0,0,0,0 +479428,0,0,0,0,0 +479429,0,0,0,0,0 +479430,0,0,0,0,0 +479431,0,0,0,0,0 +479432,0,0,0,0,0 +479433,0,0,0,0,0 +479434,0,0,0,0,0 +479435,0,0,0,0,0 +479436,0,0,0,0,0 +479437,0,0,0,0,0 +479438,0,0,0,0,0 +479439,0,0,0,0,0 +479440,0,0,0,0,0 +479441,0,0,0,0,0 +479442,0,0,0,0,0 +479443,0,0,0,0,0 +479444,0,0,0,0,0 +479445,0,0,0,0,0 +479446,0,0,0,0,0 +479447,0,0,0,0,0 +479448,0,0,0,0,0 +479449,0,0,0,0,0 +479450,0,0,0,0,0 +479451,0,0,0,0,0 +479452,0,0,0,0,0 +479453,0,0,0,0,0 +479454,0,0,0,0,0 +479455,0,0,0,0,0 +479456,0,0,0,0,0 +479457,0,0,0,0,0 +479458,0,0,0,0,0 +479459,0,0,0,0,0 +479460,0,0,0,0,0 +479461,0,0,0,0,0 +479462,0,0,0,0,0 +479463,0,0,0,0,0 +479464,0,0,0,0,0 +479465,0,0,0,0,0 +479466,0,0,0,0,0 +479467,0,0,0,0,0 +479468,0,0,0,0,0 +479469,0,0,0,0,0 +479470,0,0,0,0,0 +479471,0,0,0,0,0 +479472,0,0,0,0,0 +479473,0,0,0,0,0 +479474,0,0,0,0,0 +479475,0,0,0,0,0 +479476,0,0,0,0,0 +479477,0,0,0,0,0 +479478,0,0,0,0,0 +479479,0,0,0,0,0 +479480,0,0,0,0,0 +479481,0,0,0,0,0 +479482,0,0,0,0,0 +479483,0,0,0,0,0 +479484,0,0,0,0,0 +479485,0,0,0,0,0 +479486,0,0,0,0,0 +479487,0,0,0,0,0 +479488,0,0,0,0,0 +479489,0,0,0,0,0 +479490,0,0,0,0,0 +479491,0,0,0,0,0 +479492,0,0,0,0,0 +479493,0,0,0,0,0 +479494,0,0,0,0,0 +479495,0,0,0,0,0 +479496,0,0,0,0,0 +479497,0,0,0,0,0 +479498,0,0,0,0,0 +479499,0,0,0,0,0 +479500,0,0,0,0,0 +479501,0,0,0,0,0 +479502,0,0,0,0,0 +479503,0,0,0,0,0 +479504,0,0,0,0,0 +479505,0,0,0,0,0 +479506,0,0,0,0,0 +479507,0,0,0,0,0 +479508,0,0,0,0,0 +479509,0,0,0,0,0 +479510,0,0,0,0,0 +479511,0,0,0,0,0 +479512,0,0,0,0,0 +479513,0,0,0,0,0 +479514,0,0,0,0,0 +479515,0,0,0,0,0 +479516,0,0,0,0,0 +479517,0,0,0,0,0 +479518,0,0,0,0,0 +479519,0,0,0,0,0 +479520,0,0,0,0,0 +479521,0,0,0,0,0 +479522,0,0,0,0,0 +479523,0,0,0,0,0 +479524,0,0,0,0,0 +479525,0,0,0,0,0 +479526,0,0,0,0,0 +479527,0,0,0,0,0 +479528,0,0,0,0,0 +479529,0,0,0,0,0 +479530,0,0,0,0,0 +479531,0,0,0,0,0 +479532,0,0,0,0,0 +479533,0,0,0,0,0 +479534,0,0,0,0,0 +479535,0,0,0,0,0 +479536,0,0,0,0,0 +479537,0,0,0,0,0 +479538,0,0,0,0,0 +479539,0,0,0,0,0 +479540,0,0,0,0,0 +479541,0,0,0,0,0 +479542,0,0,0,0,0 +479543,0,0,0,0,0 +479544,0,0,0,0,0 +479545,0,0,0,0,0 +479546,0,0,0,0,0 +479547,0,0,0,0,0 +479548,0,0,0,0,0 +479549,0,0,0,0,0 +479550,0,0,0,0,0 +479551,0,0,0,0,0 +479552,0,0,0,0,0 +479553,0,0,0,0,0 +479554,0,0,0,0,0 +479555,0,0,0,0,0 +479556,0,0,0,0,0 +479557,0,0,0,0,0 +479558,0,0,0,0,0 +479559,0,0,0,0,0 +479560,0,0,0,0,0 +479561,0,0,0,0,0 +479562,0,0,0,0,0 +479563,0,0,0,0,0 +479564,0,0,0,0,0 +479565,0,0,0,0,0 +479566,0,0,0,0,0 +479567,0,0,0,0,0 +479568,0,0,0,0,0 +479569,0,0,0,0,0 +479570,0,0,0,0,0 +479571,0,0,0,0,0 +479572,0,0,0,0,0 +479573,0,0,0,0,0 +479574,0,0,0,0,0 +479575,0,0,0,0,0 +479576,0,0,0,0,0 +479577,0,0,0,0,0 +479578,0,0,0,0,0 +479579,0,0,0,0,0 +479580,0,0,0,0,0 +479581,0,0,0,0,0 +479582,0,0,0,0,0 +479583,0,0,0,0,0 +479584,0,0,0,0,0 +479585,0,0,0,0,0 +479586,0,0,0,0,0 +479587,0,0,0,0,0 +479588,0,0,0,0,0 +479589,0,0,0,0,0 +479590,0,0,0,0,0 +479591,0,0,0,0,0 +479592,0,0,0,0,0 +479593,0,0,0,0,0 +479594,0,0,0,0,0 +479595,0,0,0,0,0 +479596,0,0,0,0,0 +479597,0,0,0,0,0 +479598,0,0,0,0,0 +479599,0,0,0,0,0 +479600,0,0,0,0,0 +479601,0,0,0,0,0 +479602,0,0,0,0,0 +479603,0,0,0,0,0 +479604,0,0,0,0,0 +479605,0,0,0,0,0 +479606,0,0,0,0,0 +479607,0,0,0,0,0 +479608,0,0,0,0,0 +479609,0,0,0,0,0 +479610,0,0,0,0,0 +479611,0,0,0,0,0 +479612,0,0,0,0,0 +479613,0,0,0,0,0 +479614,0,0,0,0,0 +479615,0,0,0,0,0 +479616,0,0,0,0,0 +479617,0,0,0,0,0 +479618,0,0,0,0,0 +479619,0,0,0,0,0 +479620,0,0,0,0,0 +479621,0,0,0,0,0 +479622,0,0,0,0,0 +479623,0,0,0,0,0 +479624,0,0,0,0,0 +479625,0,0,0,0,0 +479626,0,0,0,0,0 +479627,0,0,0,0,0 +479628,0,0,0,0,0 +479629,0,0,0,0,0 +479630,0,0,0,0,0 +479631,0,0,0,0,0 +479632,0,0,0,0,0 +479633,0,0,0,0,0 +479634,0,0,0,0,0 +479635,0,0,0,0,0 +479636,0,0,0,0,0 +479637,0,0,0,0,0 +479638,0,0,0,0,0 +479639,0,0,0,0,0 +479640,0,0,0,0,0 +479641,0,0,0,0,0 +479642,0,0,0,0,0 +479643,0,0,0,0,0 +479644,0,0,0,0,0 +479645,0,0,0,0,0 +479646,0,0,0,0,0 +479647,0,0,0,0,0 +479648,0,0,0,0,0 +479649,0,0,0,0,0 +479650,0,0,0,0,0 +479651,0,0,0,0,0 +479652,0,0,0,0,0 +479653,0,0,0,0,0 +479654,0,0,0,0,0 +479655,0,0,0,0,0 +479656,0,0,0,0,0 +479657,0,0,0,0,0 +479658,0,0,0,0,0 +479659,0,0,0,0,0 +479660,0,0,0,0,0 +479661,0,0,0,0,0 +479662,0,0,0,0,0 +479663,0,0,0,0,0 +479664,0,0,0,0,0 +479665,0,0,0,0,0 +479666,0,0,0,0,0 +479667,0,0,0,0,0 +479668,0,0,0,0,0 +479669,0,0,0,0,0 +479670,0,0,0,0,0 +479671,0,0,0,0,0 +479672,0,0,0,0,0 +479673,0,0,0,0,0 +479674,0,0,0,0,0 +479675,0,0,0,0,0 +479676,0,0,0,0,0 +479677,0,0,0,0,0 +479678,0,0,0,0,0 +479679,0,0,0,0,0 +479680,0,0,0,0,0 +479681,0,0,0,0,0 +479682,0,0,0,0,0 +479683,0,0,0,0,0 +479684,0,0,0,0,0 +479685,0,0,0,0,0 +479686,0,0,0,0,0 +479687,0,0,0,0,0 +479688,0,0,0,0,0 +479689,0,0,0,0,0 +479690,0,0,0,0,0 +479691,0,0,0,0,0 +479692,0,0,0,0,0 +479693,0,0,0,0,0 +479694,0,0,0,0,0 +479695,0,0,0,0,0 +479696,0,0,0,0,0 +479697,0,0,0,0,0 +479698,0,0,0,0,0 +479699,0,0,0,0,0 +479700,0,0,0,0,0 +479701,0,0,0,0,0 +479702,0,0,0,0,0 +479703,0,0,0,0,0 +479704,0,0,0,0,0 +479705,0,0,0,0,0 +479706,0,0,0,0,0 +479707,0,0,0,0,0 +479708,0,0,0,0,0 +479709,0,0,0,0,0 +479710,0,0,0,0,0 +479711,0,0,0,0,0 +479712,0,0,0,0,0 +479713,0,0,0,0,0 +479714,0,0,0,0,0 +479715,0,0,0,0,0 +479716,0,0,0,0,0 +479717,0,0,0,0,0 +479718,0,0,0,0,0 +479719,0,0,0,0,0 +479720,0,0,0,0,0 +479721,0,0,0,0,0 +479722,0,0,0,0,0 +479723,0,0,0,0,0 +479724,0,0,0,0,0 +479725,0,0,0,0,0 +479726,0,0,0,0,0 +479727,0,0,0,0,0 +479728,0,0,0,0,0 +479729,0,0,0,0,0 +479730,0,0,0,0,0 +479731,0,0,0,0,0 +479732,0,0,0,0,0 +479733,0,0,0,0,0 +479734,0,0,0,0,0 +479735,0,0,0,0,0 +479736,0,0,0,0,0 +479737,0,0,0,0,0 +479738,0,0,0,0,0 +479739,0,0,0,0,0 +479740,0,0,0,0,0 +479741,0,0,0,0,0 +479742,0,0,0,0,0 +479743,0,0,0,0,0 +479744,0,0,0,0,0 +479745,0,0,0,0,0 +479746,0,0,0,0,0 +479747,0,0,0,0,0 +479748,0,0,0,0,0 +479749,0,0,0,0,0 +479750,0,0,0,0,0 +479751,0,0,0,0,0 +479752,0,0,0,0,0 +479753,0,0,0,0,0 +479754,0,0,0,0,0 +479755,0,0,0,0,0 +479756,0,0,0,0,0 +479757,0,0,0,0,0 +479758,0,0,0,0,0 +479759,0,0,0,0,0 +479760,0,0,0,0,0 +479761,0,0,0,0,0 +479762,0,0,0,0,0 +479763,0,0,0,0,0 +479764,0,0,0,0,0 +479765,0,0,0,0,0 +479766,0,0,0,0,0 +479767,0,0,0,0,0 +479768,0,0,0,0,0 +479769,0,0,0,0,0 +479770,0,0,0,0,0 +479771,0,0,0,0,0 +479772,0,0,0,0,0 +479773,0,0,0,0,0 +479774,0,0,0,0,0 +479775,0,0,0,0,0 +479776,0,0,0,0,0 +479777,0,0,0,0,0 +479778,0,0,0,0,0 +479779,0,0,0,0,0 +479780,0,0,0,0,0 +479781,0,0,0,0,0 +479782,0,0,0,0,0 +479783,0,0,0,0,0 +479784,0,0,0,0,0 +479785,0,0,0,0,0 +479786,0,0,0,0,0 +479787,0,0,0,0,0 +479788,0,0,0,0,0 +479789,0,0,0,0,0 +479790,0,0,0,0,0 +479791,0,0,0,0,0 +479792,0,0,0,0,0 +479793,0,0,0,0,0 +479794,0,0,0,0,0 +479795,0,0,0,0,0 +479796,0,0,0,0,0 +479797,0,0,0,0,0 +479798,0,0,0,0,0 +479799,0,0,0,0,0 +479800,0,0,0,0,0 +479801,0,0,0,0,0 +479802,0,0,0,0,0 +479803,0,0,0,0,0 +479804,0,0,0,0,0 +479805,0,0,0,0,0 +479806,0,0,0,0,0 +479807,0,0,0,0,0 +479808,0,0,0,0,0 +479809,0,0,0,0,0 +479810,0,0,0,0,0 +479811,0,0,0,0,0 +479812,0,0,0,0,0 +479813,0,0,0,0,0 +479814,0,0,0,0,0 +479815,0,0,0,0,0 +479816,0,0,0,0,0 +479817,0,0,0,0,0 +479818,0,0,0,0,0 +479819,0,0,0,0,0 +479820,0,0,0,0,0 +479821,0,0,0,0,0 +479822,0,0,0,0,0 +479823,0,0,0,0,0 +479824,0,0,0,0,0 +479825,0,0,0,0,0 +479826,0,0,0,0,0 +479827,0,0,0,0,0 +479828,0,0,0,0,0 +479829,0,0,0,0,0 +479830,0,0,0,0,0 +479831,0,0,0,0,0 +479832,0,0,0,0,0 +479833,0,0,0,0,0 +479834,0,0,0,0,0 +479835,0,0,0,0,0 +479836,0,0,0,0,0 +479837,0,0,0,0,0 +479838,0,0,0,0,0 +479839,0,0,0,0,0 +479840,0,0,0,0,0 +479841,0,0,0,0,0 +479842,0,0,0,0,0 +479843,0,0,0,0,0 +479844,0,0,0,0,0 +479845,0,0,0,0,0 +479846,0,0,0,0,0 +479847,0,0,0,0,0 +479848,0,0,0,0,0 +479849,0,0,0,0,0 +479850,0,0,0,0,0 +479851,0,0,0,0,0 +479852,0,0,0,0,0 +479853,0,0,0,0,0 +479854,0,0,0,0,0 +479855,0,0,0,0,0 +479856,0,0,0,0,0 +479857,0,0,0,0,0 +479858,0,0,0,0,0 +479859,0,0,0,0,0 +479860,0,0,0,0,0 +479861,0,0,0,0,0 +479862,0,0,0,0,0 +479863,0,0,0,0,0 +479864,0,0,0,0,0 +479865,0,0,0,0,0 +479866,0,0,0,0,0 +479867,0,0,0,0,0 +479868,0,0,0,0,0 +479869,0,0,0,0,0 +479870,0,0,0,0,0 +479871,0,0,0,0,0 +479872,0,0,0,0,0 +479873,0,0,0,0,0 +479874,0,0,0,0,0 +479875,0,0,0,0,0 +479876,0,0,0,0,0 +479877,0,0,0,0,0 +479878,0,0,0,0,0 +479879,0,0,0,0,0 +479880,0,0,0,0,0 +479881,0,0,0,0,0 +479882,0,0,0,0,0 +479883,0,0,0,0,0 +479884,0,0,0,0,0 +479885,0,0,0,0,0 +479886,0,0,0,0,0 +479887,0,0,0,0,0 +479888,0,0,0,0,0 +479889,0,0,0,0,0 +479890,0,0,0,0,0 +479891,0,0,0,0,0 +479892,0,0,0,0,0 +479893,0,0,0,0,0 +479894,0,0,0,0,0 +479895,0,0,0,0,0 +479896,0,0,0,0,0 +479897,0,0,0,0,0 +479898,0,0,0,0,0 +479899,0,0,0,0,0 +479900,0,0,0,0,0 +479901,0,0,0,0,0 +479902,0,0,0,0,0 +479903,0,0,0,0,0 +479904,0,0,0,0,0 +479905,0,0,0,0,0 +479906,0,0,0,0,0 +479907,0,0,0,0,0 +479908,0,0,0,0,0 +479909,0,0,0,0,0 +479910,0,0,0,0,0 +479911,0,0,0,0,0 +479912,0,0,0,0,0 +479913,0,0,0,0,0 +479914,0,0,0,0,0 +479915,0,0,0,0,0 +479916,0,0,0,0,0 +479917,0,0,0,0,0 +479918,0,0,0,0,0 +479919,0,0,0,0,0 +479920,0,0,0,0,0 +479921,0,0,0,0,0 +479922,0,0,0,0,0 +479923,0,0,0,0,0 +479924,0,0,0,0,0 +479925,0,0,0,0,0 +479926,0,0,0,0,0 +479927,0,0,0,0,0 +479928,0,0,0,0,0 +479929,0,0,0,0,0 +479930,0,0,0,0,0 +479931,0,0,0,0,0 +479932,0,0,0,0,0 +479933,0,0,0,0,0 +479934,0,0,0,0,0 +479935,0,0,0,0,0 +479936,0,0,0,0,0 +479937,0,0,0,0,0 +479938,0,0,0,0,0 +479939,0,0,0,0,0 +479940,0,0,0,0,0 +479941,-1336.704747,-586.8972219,-1310.222913,-586.7477176,108.2992683 +479942,-1820.423864,-767.9226791,-1789.765926,-767.7745808,-849.1519785 +479943,-1286.884427,-527.95174,-1258.182227,-527.8067162,-17.63588535 +479944,-1448.553194,-600.0694033,-1418.488104,-599.9294726,-260.1507666 +479945,-1767.386128,-746.9433091,-1737.953746,-746.8078724,-902.9120234 +479946,-1669.993425,-705.2894881,-1641.655645,-705.1577635,-814.7327383 +479947,-1444.859733,-602.9803881,-1415.928546,-602.8527086,-387.714605 +479948,-1720.60789,-729.295248,-1691.718143,-729.1716935,-902.747156 +479949,-1495.309579,-627.512512,-1466.281771,-627.3928845,-495.3409331 +479950,-1588.513169,-669.541298,-1558.651699,-669.4258201,-627.1998378 +479951,-1651.275916,-698.4268195,-1621.07889,-698.3152469,-732.5618813 +479952,-1687.616892,-715.5897817,-1657.335715,-715.4818491,-804.0152473 +479953,-1704.028594,-723.7905754,-1673.768593,-723.6860599,-845.2003989 +479954,-1787.855883,-763.4407727,-1758.195778,-763.3393923,-1042.287085 +479955,-1718.25673,-733.4802076,-1689.321148,-733.3817419,-967.3282013 +479956,-1563.295851,-663.3274586,-1534.119546,-663.2320402,-681.2037491 +479957,-1609.437838,-684.1504215,-1579.686862,-684.0582042,-740.8742768 +479958,-1640.476864,-695.0914518,-1610.087728,-698.3513933,-790.7338339 +479959,-1657.345567,-697.6798927,-1626.263129,-706.2935935,-823.2996619 +479960,-1649.777093,-560.5855526,-1618.048907,-703.1447135,-815.0320424 +479961,-1637.104324,-368.9886075,-1604.818192,-697.6770072,-798.5118066 +479962,-1616.756597,-471.0046837,-1583.990201,-688.7127835,-767.9320143 +479963,-1415.733254,-406.7086577,-1546.79466,-672.267405,-707.0042209 +479964,-1469.378398,-383.4996841,-1441.617694,-650.4631766,-624.1217853 +479965,-1452.943131,-361.1485773,-1404.345231,-712.726599,-941.5954792 +479966,-1430.720094,-338.6497326,-1420.32461,-648.7813637,-777.4290624 +479967,-1248.010626,-317.524977,-1211.512092,-519.1898243,-241.5128839 +479968,-1564.460731,-297.7660764,-1528.219089,-663.2914612,-816.3669629 +479969,-1305.080373,-274.4170065,-1268.88447,-545.8557367,-330.2095895 +479970,-1504.083426,-256.0106445,-1532.887111,-674.1846989,-848.9510122 +479971,-1287.120926,-237.0104754,-1250.090329,-538.522511,-297.5562343 +479972,-1395.902309,-220.0442428,-1357.42232,-586.715004,-437.9848988 +479973,-1365.335135,-201.9907539,-1345.810719,-612.4141377,-515.378295 +479974,-1332.377251,-183.8942596,-1305.373598,-699.1438796,-929.8885983 +479975,-1330.447325,-165.6974632,-1311.050674,-627.8789523,-748.1539224 +479976,-1168.557797,-148.5611424,-1132.445549,-481.3469042,-142.3354434 +479977,-1339.880304,-129.9415336,-1302.432323,-556.9888683,-366.2920964 +479978,-1431.741336,-113.1752183,-1393.82188,-598.6995862,-490.6317407 +479979,-1259.92099,-94.3194368,-1288.440386,-695.2390235,-934.1126847 +479980,-1274.823115,-76.38314679,-1221.986795,-622.2994652,-751.194188 +479981,-1282.242106,-53.04985801,-1269.164302,-527.4115171,-621.5821516 +479982,-1265.257362,-29.52634734,-1240.665171,-546.5096761,-548.1115206 +479983,-1043.07795,-6.821970698,-1008.298452,-424.3368445,9.56210448 +479984,-1242.791144,16.01642703,-1206.218575,-513.5788597,-236.7601629 +479985,-1389.988768,37.18562177,-1352.650522,-580.1377702,-442.0233898 +479986,-1292.273577,58.56312723,-1333.266803,-688.3440106,-926.9213242 +479987,-1151.986676,79.57929503,-1095.0522,-508.9297064,-225.3609637 +479988,-1238.896732,83.78127148,-1229.701458,-584.1368772,-833.297033 +479989,-1205.426469,115.6725017,-1184.570047,-522.4366509,-647.5473817 +479990,-1041.774886,171.3512627,-1006.693945,-422.5207366,15.45205994 +479991,-1417.209007,98.32212913,-1415.854236,-616.2593909,-742.4356662 +479992,-1071.451599,254.004031,-1041.768277,-464.9836422,-111.4372587 +479993,-1193.845724,91.61971054,-1176.044943,-629.2615883,-783.3896301 +479994,-1113.763806,270.8303074,-1077.856938,-454.3930174,-76.07350196 +479995,-1231.759656,92.83742901,-1232.065374,-557.559023,-782.988378 +479996,-1110.525997,124.0689455,-1081.673545,-498.0113515,-614.618164 +479997,-990.2146698,304.3378755,-955.6472718,-399.7798736,77.17219594 +479998,-1199.806261,255.4882356,-1163.491112,-492.9461682,-184.7001846 +479999,-1250.014828,88.13223208,-1278.780269,-650.1289777,-847.0528632 +480000,-1020.940558,123.3880153,-975.7346622,-430.4880682,-660.7432574 +480001,32.49680339,150.8158676,46.59124209,14.31595641,-517.0541436 +480002,97.39036738,351.4603506,115.7065572,35.48914364,254.9052843 +480003,159.1858071,177.1456876,177.4288139,67.92472385,230.7739339 +480004,139.9213859,228.3000584,159.0587651,60.11832802,692.6703599 +480005,185.3105851,263.8519989,203.2941634,80.60911735,814.0251011 +480006,205.9255572,292.6175887,223.584326,90.37586098,906.4823295 +480007,224.5427041,315.777435,242.6257579,98.90222068,978.8240322 +480008,245.320875,334.3961767,262.211548,108.4208743,1035.832352 +480009,264.4453461,349.5967464,281.6504611,117.3070556,1080.609869 +480010,284.2969273,361.958343,299.6950922,125.9391968,1114.712618 +480011,302.1934136,371.9092986,318.6001146,134.6667219,1139.534166 +480012,321.2703064,379.7855086,335.9521141,142.7873171,1156.287913 +480013,339.2342319,385.8613642,353.8902832,151.0915948,1165.997171 +480014,357.1355666,390.4170883,370.752649,159.0660733,1169.723902 +480015,375.1215336,393.617829,388.3367803,166.9448185,1168.080621 +480016,394.3457615,395.5869522,406.4225332,175.5312746,1161.525804 +480017,409.810284,396.7381101,421.2808146,182.4161529,1151.69126 +480018,427.8629457,396.8973604,438.4625745,190.1764681,1137.870222 +480019,445.7150494,396.4134723,450.7707045,197.8854684,1121.452673 +480020,452.9517989,385.4123422,453.2766192,200.7545504,1062.942464 +480021,483.3422109,383.9718407,486.3460648,214.9991659,1042.596801 +480022,475.4122988,381.9028724,475.3127895,215.996074,1019.708952 +480023,459.0116791,380.232387,458.9471085,208.4565837,998.4311415 +480024,444.6641509,379.2499654,444.6340545,201.8118786,979.9430138 +480025,432.4418118,378.9038412,432.4210137,196.13458,964.0434884 +480026,422.0521227,379.0846681,422.0078289,191.3015429,950.2934287 +480027,413.1572972,379.6923705,413.0584574,187.1535696,938.2870396 +480028,405.4684607,380.6438693,405.2881284,183.5511207,927.6843448 +480029,398.7571631,429.133632,398.4719377,180.3845743,918.205802 +480030,392.8435894,649.554819,392.4325557,177.5692007,909.6229225 +480031,387.5836173,562.2115682,387.0275753,175.0382702,901.7498227 +480032,382.8525733,610.4286611,382.1358022,172.7358894,894.4352497 +480033,378.5491845,634.7550258,377.6585043,170.6169137,887.5564373 +480034,374.5929458,655.3556194,373.5164904,168.6453644,881.0138376 +480035,370.9195942,675.2530971,369.6461208,166.7925193,874.7273294 +480036,367.4772402,694.6025824,365.9958728,165.0352963,868.6326148 +480037,364.2237124,714.1127874,362.5238738,163.3550846,862.6785026 +480038,361.1246329,732.8124795,359.1960234,161.7368506,856.8242746 +480039,358.1520162,751.170629,355.9845886,160.1684688,851.0378243 +480040,355.283085,777.2377387,352.8670154,158.64016,845.2938294 +480041,352.4993474,799.8433363,349.8250056,157.1440578,839.57259 +480042,349.7857749,823.2157037,346.8437,155.6738289,833.8587627 +480043,347.1301202,845.377943,343.9109999,154.2243605,828.1405443 +480044,344.5205465,867.3225284,341.0153058,152.790763,822.4090097 +480045,341.9497683,889.8630523,338.1494121,151.3700689,816.6576271 +480046,339.4122925,910.7022013,335.3078824,149.9600745,810.8815872 +480047,336.9033918,932.2213615,332.4860673,148.558907,805.0776091 +480048,334.4189233,952.7965899,329.6799191,147.1649404,799.2434224 +480049,331.9554067,973.94676,326.8860555,145.7768267,793.3777172 +480050,329.5099679,994.1160825,324.1016998,144.3934693,787.4797549 +480051,327.0802937,1014.245939,321.3246299,143.0140033,781.5494027 +480052,324.6644986,1034.139917,318.5530491,141.637738,775.5868195 +480053,322.2610708,1053.756892,315.7855317,140.2641353,769.5925524 +480054,319.8687626,1073.139372,313.0209148,138.8927617,763.5672541 +480055,317.4865732,1092.288053,310.2582818,137.5232835,757.5118312 +480056,315.1025942,1111.20923,307.4858078,136.1503972,751.4070537 +480057,312.7472984,1129.907892,304.7340469,134.7880566,745.3105969 +480058,310.3802294,1148.389634,301.9626257,133.3875783,739.150942 +480059,308.0300755,1166.659159,299.2000035,131.9747698,732.9816022 +480060,305.6878665,1184.721525,296.4370559,130.5599712,726.787571 +480061,306.0155879,1370.799267,296.3358073,130.3595952,725.4104167 +480062,313.2980834,1390.876548,303.1844595,133.2982247,737.1758647 +480063,324.0447767,1409.019127,313.502,137.7794884,755.5151028 +480064,334.7644136,1427.065919,323.7994678,142.02711,773.9624899 +480065,343.5789062,1444.763278,332.2294686,145.4468339,789.8740829 +480066,350.5340033,1462.136893,338.8147457,148.0828809,802.9903326 +480067,356.1416761,1479.494179,344.0467184,150.1382605,813.8138905 +480068,360.8119318,1496.267461,348.3270582,151.7798934,822.8520444 +480069,364.782522,1513.188798,351.892534,153.1115298,830.4499579 +480070,368.1872581,1529.701047,354.8782889,154.1962857,836.8309024 +480071,371.1165277,1546.083684,357.3760714,155.0781483,842.1577884 +480072,373.643983,1562.207282,359.4604724,155.7921457,846.5657117 +480073,375.8338582,1578.376941,361.1963821,156.3677245,850.1735571 +480074,380.0492695,1593.985646,364.9474714,157.8784985,857.2821154 +480075,386.0227382,1609.796187,370.44674,160.2012427,867.4119623 +480076,391.7700969,1625.140642,375.7104008,162.4322958,876.9620824 +480077,397.2477496,1642.077844,380.6951893,164.5510861,885.8578728 +480078,402.7752024,1663.728883,385.720945,166.702584,894.6851724 +480079,407.8287982,1670.03292,390.26435,168.6483611,902.4985554 +480080,412.7101912,1698.395401,394.6274227,170.5250781,909.8546551 +480081,417.4481052,1696.1491,398.8391338,172.3450795,916.8149501 +480082,422.0649107,1695.264766,402.9220215,174.11766,923.4298564 +480083,426.5780874,1741.66402,406.8937038,175.8498543,929.7408954 +480084,431.0017984,1739.454757,410.76847,177.5472234,935.7832346 +480085,435.3478532,1756.889567,414.5582457,179.2143193,941.5872826 +480086,439.6261236,1771.035359,418.2730144,180.8548819,947.179379 +480087,443.8448767,1784.570893,421.9211683,182.471998,952.5824085 +480088,448.0110518,1798.280225,425.5097283,184.0681989,957.8161832 +480089,452.1303952,1811.473923,429.0445791,185.6455642,962.8978776 +480090,456.2076674,1824.905954,432.5306635,187.2058067,967.8423913 +480091,460.2468704,1837.032544,435.9721758,188.7503557,972.6627267 +480092,464.243593,1848.787538,439.367689,190.2782379,977.3701438 +480093,468.1962113,1860.47403,442.7174161,191.7892507,981.9744942 +480094,472.1065785,1871.860786,446.0235969,193.2841151,986.4843576 +480095,475.9780026,1883.05498,449.2892475,194.7639159,990.9072969 +480096,479.8137496,1894.037947,452.5172289,196.229687,995.2499221 +480097,483.6165997,1904.901447,455.7100048,197.6823051,999.5180964 +480098,487.3888007,1915.277213,458.8696076,199.1224745,1003.716942 +480099,491.1322338,1925.855072,461.9977808,200.5507903,1007.851025 +480100,494.8484763,1936.070528,465.0960104,201.9677509,1011.924347 +480101,498.5322497,1945.96791,468.1589477,203.3707661,1015.928369 +480102,502.1931533,1955.863339,471.1961565,204.7640423,1062.922417 +480103,505.8349079,1965.500623,474.2113398,206.1491338,1203.205059 +480104,509.4551985,1974.972937,477.2021706,207.5248644,1135.161046 +480105,513.0540009,1984.264188,480.168636,208.8911221,1174.318924 +480106,516.6315581,1993.384239,483.1110085,210.2479359,1188.641101 +480107,520.188209,2002.328556,486.0296623,211.5953915,1202.396771 +480108,523.7243393,2011.102386,488.9250217,212.9336068,1215.777683 +480109,527.2403593,2019.796886,491.7938824,214.2627266,1228.880986 +480110,530.736704,2028.101946,494.641957,215.5829115,1242.023492 +480111,533.9586421,2036.345781,497.2149993,216.7783497,1254.751717 +480112,537.500322,2044.578044,500.1024922,218.1170599,1267.396107 +480113,540.9992848,2052.45997,502.946472,219.4372122,1279.755696 +480114,544.4613838,2060.355421,505.7530026,220.7416403,1291.930688 +480115,547.8919821,2067.844668,508.5227895,222.0300474,1304.188701 +480116,551.2956119,2075.382437,511.264893,223.3070941,1316.033732 +480117,554.6756609,2082.68208,513.9792794,224.5744158,1327.756828 +480118,558.0344739,2089.840884,516.6725754,225.8303631,1339.39812 +480119,561.3736447,2096.846275,519.3424955,227.0782606,1350.710957 +480120,712.690813,2103.701071,521.9941506,228.3165925,1362.272885 +480121,686.6833308,2113.838402,524.712435,229.5881726,1395.91144 +480122,704.7163976,2121.569303,527.6165601,230.9402158,1409.764613 +480123,724.9331034,2128.92662,530.6409468,232.3426327,1422.707961 +480124,739.8485944,2136.064083,533.6931534,233.7547354,1435.398785 +480125,754.6774993,2143.006691,536.7256202,235.156069,1447.545269 +480126,768.9830955,2149.77298,539.7254173,236.5414995,1459.972261 +480127,783.4361195,2156.474172,542.693783,237.912043,1471.905297 +480128,797.3265821,2165.54172,545.6345938,239.2697561,1483.333485 +480129,811.4405529,2170.808433,548.5507729,240.616175,1495.071867 +480130,825.1405717,2179.504648,551.4441568,241.9522876,1506.411185 +480131,838.7508018,2181.403921,554.3160009,243.278655,1517.701137 +480132,852.0927405,2196.766583,557.167353,244.592123,1528.572053 +480133,865.6011317,2183.829638,559.9991241,245.8907837,1540.016732 +480134,878.7240118,2191.37438,562.8121561,247.1748241,1550.682511 +480135,891.6098838,2209.915664,565.6039234,248.4454496,1561.497522 +480136,904.9690284,2206.992927,659.3194539,249.704005,1572.14043 +480137,917.3773746,2214.118882,659.3006442,250.9516115,1582.638587 +480138,930.0499504,2219.047539,659.9182447,252.1891431,1593.089051 +480139,942.8508355,2224.013454,677.6547362,253.4172769,1603.359087 +480140,955.1215734,2228.752967,688.19843,254.636557,1613.50407 +480141,967.5243375,2233.228867,698.5097677,255.8474314,1623.612144 +480142,979.7233951,2237.894369,708.7224582,257.0502863,1633.543253 +480143,991.8397826,2241.956037,718.6896291,258.2454517,1643.362238 +480144,1003.64206,2246.324756,728.5792716,304.3926372,1653.155615 +480145,1015.887164,2250.158114,738.2210319,294.5837114,1662.741468 +480146,1027.732454,2254.342153,747.9855941,300.5004636,1672.336259 +480147,1039.12609,2257.965421,757.3081395,307.6702738,1681.716771 +480148,1050.677927,2261.75355,766.9819876,312.6610448,1691.11162 +480149,1062.556369,2265.19562,775.8905296,317.5825159,1700.292384 +480150,1073.794748,2268.713513,785.3309204,322.4444869,1709.460209 +480151,1085.039731,2271.671109,794.1880034,327.2836933,1718.537998 +480152,1096.13192,2274.525555,803.0190148,331.892792,1727.438533 +480153,1107.12926,2277.361306,811.640556,336.5387641,1736.364435 +480154,1117.769441,2279.797279,820.4613089,341.171586,1745.074099 +480155,1129.017392,2282.328487,829.0234349,345.4855753,1753.786376 +480156,1139.534998,2284.634943,837.1287226,350.0909926,1762.412145 +480157,1150.230631,2286.824416,845.7913566,354.3954617,1770.866097 +480158,1160.793344,2288.883869,853.9169885,358.7313868,1778.920949 +480159,1171.276056,2290.814702,861.9607051,362.9398936,1787.910885 +480160,1181.677747,2292.618117,870.2863551,367.2341878,1795.771613 +480161,1192.002326,2294.296376,878.3312151,371.3003874,1804.105664 +480162,1201.935585,2295.850005,886.0037366,375.5035697,1812.204295 +480163,1212.611215,2297.280981,893.8154985,379.5370543,1820.12687 +480164,1222.457036,2298.590283,901.8367643,383.5566271,1828.155022 +480165,1232.537772,2299.779398,909.3961587,387.5355291,1835.939645 +480166,1242.486995,2300.849224,917.0546014,391.4703039,1843.833726 +480167,1252.715584,2301.801163,924.6132573,395.34752,1851.408158 +480168,1262.022599,2302.636027,932.1039152,399.1338271,1859.147109 +480169,1271.998333,2303.355165,939.339532,403.1196608,1866.717286 +480170,1281.726024,2303.959345,947.0074778,406.6438588,1874.102789 +480171,1291.336866,2304.449744,954.1539462,410.5574359,1881.626389 +480172,1301.034194,2304.827098,961.4263164,414.1032933,1888.938313 +480173,1310.601768,2305.092512,968.6042555,417.977635,1896.186557 +480174,1319.72547,2305.2467,975.7240181,421.411763,1903.516311 +480175,1329.937683,2305.290732,982.7870862,424.9944529,1910.567244 +480176,1339.031869,2305.225188,989.7942834,428.665041,1917.647692 +480177,1348.618103,2305.051116,996.5245975,432.1252738,1924.735377 +480178,1357.953664,2304.769054,1003.784083,435.6276021,1931.660899 +480179,1367.404055,2304.380034,1010.454595,439.0928485,1938.566757 +480180,1376.67222,2303.884584,1017.293853,442.522742,1945.40576 +480181,1267.198827,2249.426784,905.4597306,392.1991533,1721.014986 +480182,1273.058722,2247.020818,908.8139595,394.1326767,1723.521311 +480183,1279.981097,2245.07193,913.1795245,396.4684087,1727.727985 +480184,1286.882004,2243.080629,917.7335978,398.8314111,1731.857719 +480185,1294.150741,2240.968971,922.4053467,401.4184327,1736.353629 +480186,1301.325613,2239.064695,927.1239664,403.938836,1740.95507 +480187,1308.603435,2236.868147,931.8585096,406.2532711,1745.637041 +480188,1315.951129,2234.680674,936.5919877,408.9216083,1750.391757 +480189,1322.7758,2232.395254,941.1196348,411.3360398,1755.070615 +480190,1330.905053,2230.0237,946.1380358,413.8215474,1759.835086 +480191,1339.640215,2227.578027,950.7537672,416.2392751,1764.81471 +480192,1348.873138,2225.035178,955.477803,418.8952492,1769.602642 +480193,1357.995182,2222.403574,960.1422885,421.1500728,1774.279327 +480194,1367.370117,2219.683875,964.7863959,423.6504387,1779.030302 +480195,1376.690889,2216.876342,969.4104514,425.9669401,1783.734502 +480196,1386.209601,2213.980495,974.0144962,428.4946727,1788.429197 +480197,1395.817172,2210.997389,978.5990209,430.8202351,1792.71725 +480198,1405.40792,2207.92656,983.1637502,433.2098865,1798.024116 +480199,1415.216768,2204.662844,987.7091752,435.5704545,1802.328144 +480200,1424.953362,2201.565843,992.2354088,437.925933,1803.094639 +480201,1434.924832,2198.163353,996.7433983,440.2656359,1806.530829 +480202,1444.810994,2194.759404,1001.014848,442.5956222,1809.031009 +480203,1454.930453,2219.73514,1005.826783,444.9144453,1811.98755 +480204,1464.956471,2146.822169,1010.109041,447.2223148,1814.786098 +480205,1475.169748,2203.535555,1014.579996,449.4238057,1817.617889 +480206,1485.459471,2186.100239,1018.992521,451.8576432,1820.439578 +480207,1495.699582,2161.837779,1023.387501,454.1675983,1823.298676 +480208,1506.163964,2193.06493,1027.763066,456.2881632,1826.050058 +480209,1516.520793,2147.081156,1032.120219,458.6230565,1828.850141 +480210,1527.066847,2180.973683,1036.701212,460.8522648,1831.712554 +480211,1537.498918,2147.426611,1040.527548,462.9327519,1834.483317 +480212,1547.846331,2160.387761,1044.892336,465.2599695,1837.285845 +480213,1558.407125,2149.541079,1048.941491,467.3331838,1840.077536 +480214,1568.827358,2146.084953,1053.060586,469.4889123,1842.863561 +480215,1579.428639,2141.224348,1057.157808,471.6146566,1845.644949 +480216,1590.086116,2136.343774,1061.169609,473.7281972,1848.378713 +480217,1600.652655,2131.356485,1065.215929,475.8303259,1851.256393 +480218,1611.391148,2126.277495,1069.24227,477.9200807,1853.924581 +480219,1622.181864,2121.107125,1073.182946,480.0040985,1856.721319 +480220,1632.881997,2115.847224,1077.186903,482.0617334,1859.466454 +480221,1643.753551,2110.398658,1080.80489,484.1229354,1862.212456 +480222,1654.674176,2105.199745,1085.166852,486.1681419,1864.91038 +480223,1665.49965,2099.470192,1088.883448,488.2062649,1867.721775 +480224,1676.284725,2093.939112,1092.72016,490.2023798,1870.311169 +480225,1686.950673,2088.23612,1096.605528,492.1207616,1873.155538 +480226,1698.469425,2082.452473,1100.418989,494.2917734,1875.767629 +480227,1709.235364,2076.588842,1104.194055,496.18633,1878.462046 +480228,1720.185863,2070.643245,1107.947596,498.1903796,1881.119605 +480229,1731.442315,2064.61577,1111.756211,500.2942797,1883.931952 +480230,1742.531931,2058.507019,1115.442976,502.0505905,1886.46304 +480231,1753.663383,2052.317976,1119.215426,503.9746162,1889.262547 +480232,1765.046773,2046.048611,1122.860718,506.1003279,1891.846374 +480233,1776.082109,2039.601799,1126.592558,507.9358497,1894.643302 +480234,1787.538148,2033.313349,1130.195837,509.8835069,1897.142862 +480235,1798.800014,2026.743004,1133.887756,511.7999735,1899.918653 +480236,1810.166058,2020.175611,1137.448773,513.706898,1902.516787 +480237,1821.48826,2013.518694,1141.101655,515.4507697,1905.163512 +480238,1833.085575,2006.881389,1144.620188,517.5787764,1907.793141 +480239,1844.309458,1999.940058,1148.235004,519.3411466,1910.36496 +480240,1855.970496,1993.123772,1151.71076,521.2385045,1913.112101 +480241,1626.558938,1876.038772,913.6801895,413.9330124,1478.878062 +480242,1633.229127,1866.342779,912.7819258,413.3245567,1474.589847 +480243,1641.654265,1857.471391,912.7143334,413.4809214,1472.527356 +480244,1651.113256,1849.0636,914.0222653,414.1993361,1471.206975 +480245,1660.799678,1840.614262,915.3657309,415.0706169,1470.423574 +480246,1670.785748,1832.304647,917.4327406,415.9948492,1469.999562 +480247,1681.200738,1824.00565,918.691249,416.8967156,1469.900436 +480248,1691.368236,1815.702577,920.8807291,417.8917317,1469.896402 +480249,1702.043302,1807.380813,922.6578399,419.1405755,1470.008206 +480250,1712.589136,1798.945036,924.7968333,420.0424023,1470.310882 +480251,1723.303097,1790.779523,926.6709739,421.1479284,1470.58035 +480252,1734.020542,1782.189062,928.6440249,422.3318292,1471.050767 +480253,1745.062476,1773.818234,931.0193713,423.241438,1471.46547 +480254,1755.783971,1765.330392,933.1093774,424.6687712,1472.067853 +480255,1766.977357,1756.819665,935.1282526,425.6351459,1472.208548 +480256,1778.007631,1748.187669,937.4522412,426.9165425,1473.56418 +480257,1789.182401,1739.728642,939.5525204,428.1321924,1473.852175 +480258,1800.34151,1731.056724,941.9357083,429.207629,1474.759831 +480259,1811.830733,1722.420305,944.000096,430.2872782,1475.482532 +480260,1822.949202,1713.822533,946.4942773,431.7696635,1476.434766 +480261,1834.565539,1704.906198,948.6055947,432.7993176,1477.177004 +480262,1845.990715,1696.330019,951.0612086,434.1431094,1478.19937 +480263,1857.556266,1687.484057,953.2435175,435.2898156,1479.118607 +480264,1869.088091,1678.684157,955.8175521,436.6288665,1480.117503 +480265,1880.979124,1669.84352,957.8865194,437.6434897,1481.138198 +480266,1892.51949,1660.972728,960.5529798,439.2306101,1482.15317 +480267,1904.30768,1651.988843,962.7293205,440.2947828,1483.307757 +480268,1916.269394,1643.259404,965.279158,441.8532304,1484.390663 +480269,1928.108459,1634.135437,967.5406801,442.7838302,1485.49401 +480270,1940.076531,1625.220472,970.1950302,444.290722,1486.785715 +480271,1951.845779,1615.993426,972.225442,445.4215509,1487.821351 +480272,1968.230662,1606.917936,974.8250699,446.7537433,1489.161514 +480273,1981.30282,1597.64466,976.8478434,447.7462751,1490.356686 +480274,1991.216113,1588.404505,979.4120195,449.3374976,1491.629024 +480275,2007.486415,1579.12659,981.5314594,450.3730439,1492.862913 +480276,1979.434935,1569.822422,984.0126011,451.7405406,1494.297795 +480277,2040.958412,1560.4954,986.1710109,452.9040416,1495.447318 +480278,2030.468398,1551.14814,988.4351527,454.2470736,1496.920887 +480279,2047.013943,1541.780954,990.9188382,455.4137346,1498.230103 +480280,2059.036541,1557.560547,992.7936065,456.7592089,1499.612714 +480281,2071.209507,1486.734351,995.4961602,457.9283681,1501.0038 +480282,2083.334359,1559.362762,997.8847878,459.2755312,1502.353766 +480283,2095.606171,1459.525869,1000.005465,460.2603174,1503.913721 +480284,2107.55626,1534.889197,1002.349346,461.8993788,1505.155586 +480285,2120.1322,1451.165076,1004.756437,462.9294847,1514.969305 +480286,2132.157025,1497.882822,1007.090581,464.1963902,1504.249411 +480287,2144.668229,1451.672217,1009.145381,465.570196,1523.849057 +480288,2156.727797,1462.107993,1011.829959,466.7454448,1499.835867 +480289,2169.341039,1446.172093,1013.921091,467.9807508,1501.772109 +480290,2181.760473,1437.711154,1016.136264,469.3541218,1522.816822 +480291,2193.969226,1428.316993,1018.702491,470.5410482,1512.96119 +480292,2206.803346,1418.775905,1020.892616,471.7846386,1517.040696 +480293,2219.032789,1409.34181,1023.090744,473.1625706,1518.801461 +480294,2231.652946,1399.814934,1025.609129,474.3399598,1520.259891 +480295,2244.186675,1390.386262,1027.804578,475.3563327,1521.698505 +480296,2256.87623,1380.865857,1029.950698,477.0775184,1523.453827 +480297,2269.191078,1371.452345,1032.437125,478.078657,1524.853607 +480298,2282.196601,1361.946943,1034.705549,479.3504045,1526.541854 +480299,2296.083508,1352.555702,1036.71491,480.9521964,1527.923872 +480300,2305.295781,1343.072892,1039.362604,481.7723712,1529.648385 +480301,2554.845247,1440.829979,1276.250705,589.8406276,1966.032921 +480302,2598.419096,1432.994577,1281.366842,592.4207536,1970.598617 +480303,2562.753294,1424.632017,1285.444755,594.6802735,1960.996436 +480304,2611.981032,1416.120957,1288.731821,596.544162,1974.601095 +480305,2607.515191,1407.401604,1291.954428,598.0082219,1982.631024 +480306,2625.373589,1398.603969,1294.731206,600.2023567,1978.831948 +480307,2637.970655,1389.860219,1297.563731,601.5871167,1985.157693 +480308,2650.903633,1380.871165,1300.227106,603.2274829,1988.829108 +480309,2663.763697,1371.962894,1302.824252,604.7796336,1991.849874 +480310,2676.407355,1363.197818,1305.353931,606.3008187,1995.15802 +480311,2689.103646,1354.265872,1307.823955,607.7951441,1998.360489 +480312,2702.061667,1345.40633,1310.237959,609.2643304,2001.423332 +480313,2714.781486,1336.556404,1312.60031,610.7102763,2004.51884 +480314,2734.434574,1327.71075,1314.912706,612.1335195,2007.584457 +480315,2737.362543,1318.900904,1317.177893,613.5356255,2010.473325 +480316,2753.264021,1310.012768,1319.396738,614.9167193,2013.364753 +480317,2766.098535,1301.361503,1321.5718,616.2775567,2016.286023 +480318,2777.962921,1292.561498,1323.703331,617.6185298,2019.223944 +480319,2791.059148,1283.856708,1325.793349,618.9404349,2021.895146 +480320,2803.202643,1275.094506,1327.842125,620.2432525,2024.582832 +480321,2815.873117,1286.391274,1329.85137,621.5277454,2027.321364 +480322,2835.869415,1229.384058,1331.821314,622.7936776,2029.984265 +480323,2831.511529,1277.118856,1333.752971,624.0423622,2032.633226 +480324,2863.269268,1217.537049,1335.646997,625.2726949,2035.196051 +480325,2863.91455,1241.936112,1337.504741,626.4861094,2037.752761 +480326,2879.275918,1221.713454,1339.325867,627.6825522,2040.339865 +480327,2891.168087,1215.383145,1341.112193,628.862239,2042.794815 +480328,2911.059652,1210.08953,1342.863462,630.0250271,2045.330893 +480329,2919.024159,1204.237053,1344.580838,631.1335792,2047.777507 +480330,2938.776228,1198.194197,1346.264245,632.704097,2050.227208 +480331,2962.945484,1192.271791,1347.797129,633.1795323,2052.621604 +480332,2972.182624,1186.174153,1349.272195,634.4907309,2055.208545 +480333,2995.086574,1180.190597,1350.703706,635.4520829,2057.315959 +480334,3005.698667,1174.431989,1352.094842,636.4479028,2059.670742 +480335,3033.267933,1168.386879,1353.529621,637.4276355,2062.053059 +480336,3040.27845,1162.59453,1354.624279,638.388208,2064.299012 +480337,3050.107527,1156.842634,1355.920855,639.2908196,2066.500367 +480338,3061.077865,1150.901282,1357.121141,640.2479152,2068.688964 +480339,3066.815843,1145.32736,1358.300306,641.1013057,2070.872512 +480340,3072.341494,1139.591959,1359.446381,641.9735188,2073.006975 +480341,3077.776283,1134.044375,1360.561828,642.8352064,2075.153486 +480342,3083.260569,1128.36979,1361.645617,643.6816279,2077.217606 +480343,3088.870301,1122.895995,1362.699895,644.5130451,2079.328248 +480344,3094.612824,1117.353556,1363.723872,645.3292697,2081.417169 +480345,3100.492146,1112.106679,1364.719024,646.1308555,2083.447311 +480346,3106.49956,1106.617514,1365.684919,646.9176355,2085.617646 +480347,3112.607998,1101.385841,1366.622722,647.6901421,2087.528694 +480348,3118.811644,1096.15298,1367.531978,648.4482134,2089.417548 +480349,3125.333232,1090.995117,1368.413963,649.1925737,2097.357053 +480350,3131.672826,1085.904966,1369.267719,649.922442,2085.706318 +480351,3138.017952,1080.949296,1370.094895,650.6391073,2103.482012 +480352,3144.661843,1075.842081,1370.894858,651.3421827,2095.872263 +480353,3151.142221,1071.10317,1371.587403,652.0317298,2099.301909 +480354,3157.550226,1066.249008,1372.455878,652.7081965,2101.664149 +480355,3164.077951,1061.627243,1373.119339,653.3719799,2103.612824 +480356,3170.643596,1056.964065,1373.827272,654.0226957,2105.359686 +480357,3177.22245,1052.384379,1374.498403,654.6996791,2107.288445 +480358,3183.819126,1047.963458,1375.143793,654.8800044,2109.095676 +480359,3190.425742,1043.558752,1375.765019,656.0971643,2110.837443 +480360,3197.295287,1039.243987,1376.36141,656.4161953,2118.582972 +480361,3206.920773,1057.940316,1424.177532,680.0133321,2186.730425 +480362,3223.309895,1055.246226,1427.820079,682.0163063,2194.556672 +480363,3240.642242,1052.223865,1430.678202,683.6074812,2199.343768 +480364,3255.468211,1049.124578,1432.898713,685.0119548,2202.465635 +480365,3267.355638,1046.019699,1435.074073,686.3066499,2204.026674 +480366,3276.958873,1042.947359,1437.006013,687.5218498,2204.559599 +480367,3285.062073,1039.720793,1438.742736,688.7005483,2204.38574 +480368,3292.243759,1036.758688,1440.598486,689.8932348,2203.74124 +480369,3298.854946,1033.843838,1442.190399,691.1516202,2202.78536 +480370,3305.363259,1030.953253,1443.789694,692.5273849,2201.623337 +480371,3311.299282,1028.082729,1445.402514,693.921176,2200.329254 +480372,3317.051517,1025.229969,1446.746165,695.4664696,2198.959326 +480373,3322.68333,1022.394815,1448.229681,696.9722146,2197.551925 +480374,3328.232173,1019.576147,1449.589269,698.5614616,2196.131709 +480375,3333.719829,1016.833717,1450.915755,700.3106685,2194.714143 +480376,3339.161507,1013.960034,1452.197597,701.950811,2193.31002 +480377,3344.809938,1011.231692,1453.437218,703.6745142,2191.924764 +480378,3350.120557,1008.467556,1454.634785,705.5579641,2190.561805 +480379,3355.406571,1005.727684,1455.878924,707.3511193,2189.225637 +480380,3360.913589,1003.00262,1456.865481,709.2313184,2187.916309 +480381,3366.06464,1000.292674,1458.010183,711.1509252,2186.633095 +480382,3371.419599,997.5971949,1459.040455,713.07324,2185.376164 +480383,3376.197208,994.8581829,1460.048696,715.1471673,2184.147986 +480384,3381.535715,992.2782571,1461.021987,717.214914,2182.946569 +480385,3386.71714,989.5860844,1461.874328,719.2582938,2181.7656 +480386,3392.26469,986.958828,1462.913129,721.4360217,2180.597871 +480387,3397.500298,984.3382025,1463.812951,723.5786607,2179.438957 +480388,3402.7117,981.7325028,1464.534835,725.8816779,2178.290514 +480389,3408.20911,979.1425596,1465.413061,728.135032,2177.150268 +480390,3413.421777,976.5680668,1466.182264,730.4725292,2176.015388 +480391,3418.620383,973.9601675,1466.820734,732.8264929,2174.888085 +480392,3423.766569,971.3580216,1467.406418,735.0575285,2173.771058 +480393,3428.834569,968.7673296,1467.954052,737.5374716,2172.664432 +480394,3433.823278,966.1890379,1468.465742,739.9200241,2171.567307 +480395,3438.744841,963.6250866,1468.945325,742.3892419,2170.47905 +480396,3443.612702,961.0748022,1469.483245,744.8468903,2169.399209 +480397,3448.436509,958.5396218,1469.763266,747.4610113,2168.326939 +480398,3453.515079,956.0768079,1470.217103,750.0144121,2167.257326 +480399,3458.254286,953.4872302,1470.563046,752.6954142,2166.187792 +480400,3462.952896,951.0385206,1470.894527,755.2979733,2165.12166 +480401,3467.619583,948.5565078,1473.162951,757.9969872,2164.05586 +480402,3472.267614,946.0989512,1470.309364,760.8144724,2162.995738 +480403,3476.88044,943.658076,1479.2373,763.5777062,2161.926928 +480404,3481.503468,941.2334382,1459.906858,766.4240262,2160.884261 +480405,3486.121951,938.8256813,1478.083315,769.3055455,2159.856681 +480406,3490.682768,936.434563,1471.04069,772.2285783,2158.803095 +480407,3495.216541,934.0606588,1472.448208,775.1946108,2157.745104 +480408,3499.73592,931.7035954,1472.63277,778.2020432,2156.690686 +480409,3504.233246,929.363934,1472.743344,781.2517508,2155.63278 +480410,3508.71131,927.0412682,1472.836228,784.2937555,2154.572915 +480411,3513.17038,924.7361454,1473.000087,787.501152,2153.510756 +480412,3517.610591,922.448155,1472.910987,790.6398107,2152.44585 +480413,3522.031935,920.1778012,1473.009,793.9120663,2151.377985 +480414,3526.434477,917.9246541,1473.00595,797.0955223,2150.306958 +480415,3530.818801,915.6891808,1472.997591,800.378762,2149.233204 +480416,3535.184867,913.4709364,1472.970465,803.7844908,2148.156579 +480417,3539.532149,911.2703583,1472.925328,807.1267424,2147.0764 +480418,3543.860442,909.0869843,1472.861605,810.5530716,2145.992597 +480419,3548.169809,906.9212198,1472.780487,814.0115386,2144.905167 +480420,3552.460994,904.7725921,1472.681815,817.5088521,2143.81454 +480421,3558.820408,869.4730111,1395.648244,787.782084,2146.029175 +480422,3560.880729,866.8552625,1394.461246,790.8106515,2143.285641 +480423,3561.02304,864.4489696,1393.536767,794.171342,2137.834652 +480424,3561.686361,862.0118828,1392.662208,797.4588439,2132.176852 +480425,3564.092973,859.7439117,1391.801193,800.8441052,2127.457182 +480426,3567.459613,857.3826884,1390.940351,804.2646231,2123.791858 +480427,3571.60354,855.0900858,1390.075856,807.7256697,2120.945231 +480428,3576.143621,852.8631552,1389.204448,811.2252307,2118.674975 +480429,3580.863104,850.5248204,1388.3262,814.7626739,2116.821639 +480430,3585.662356,848.3209453,1387.439098,818.336247,2115.293483 +480431,3590.496713,846.0904007,1386.543523,821.9460554,2114.033061 +480432,3595.342553,843.8856194,1385.638027,825.5902111,2112.998523 +480433,3600.184997,841.6988229,1384.72269,829.268558,2112.155611 +480434,3605.012723,839.5291217,1383.796969,832.9798481,2111.475138 +480435,3609.818547,837.3766072,1382.861165,836.6707499,2110.932834 +480436,3614.597607,835.2405608,1381.914343,840.5258595,2110.507936 +480437,3619.346041,833.1211187,1380.957201,844.2941587,2110.182485 +480438,3624.061704,831.0744082,1379.972806,848.1521177,2109.941405 +480439,3628.737799,828.85456,1379.006492,851.969114,2109.769877 +480440,3633.384885,826.8999744,1378.002758,855.8661899,2109.662307 +480441,3637.998211,824.7947745,1377.014878,859.7594784,2109.607716 +480442,3642.585333,822.7655658,1375.990526,863.7550561,2109.602078 +480443,3647.138568,820.7396909,1374.964976,867.6836728,2109.635401 +480444,3651.658061,818.7282001,1373.930755,871.6076792,2109.702211 +480445,3656.146263,816.7310848,1372.886288,875.7065849,2109.798614 +480446,3660.604961,814.7481546,1371.831345,879.6806619,2109.921093 +480447,3665.034768,812.7793728,1370.800903,883.8290372,2110.066703 +480448,3669.43615,810.8247621,1369.700604,887.8522612,2110.232671 +480449,3673.808199,808.8832784,1368.630546,892.0446781,2110.415978 +480450,3678.149492,807.0062818,1367.535161,896.1146042,2110.613476 +480451,3682.462236,804.9371203,1366.234305,899.9329765,2110.824931 +480452,3686.598785,802.9737805,1364.790052,903.7076562,2111.052749 +480453,3690.466366,800.9715798,1363.539839,907.4631372,2111.299064 +480454,3694.060242,798.9834453,1362.070179,911.1482973,2111.566636 +480455,3697.419454,797.0028756,1360.657523,914.9639226,2111.857357 +480456,3700.587977,795.0300405,1359.213222,918.6420865,2112.170852 +480457,3703.593535,793.0151358,1357.751046,922.4178114,2112.505902 +480458,3706.464867,791.1313842,1356.271847,926.025894,2112.860763 +480459,3709.211237,789.1470221,1354.776443,929.7527122,2113.233263 +480460,3711.847504,787.2131385,1353.26506,933.4148865,2113.621195 +480461,3714.374568,785.279448,1351.738403,937.013925,2114.023048 +480462,3716.80149,783.4027902,1350.196595,940.7458233,2114.436414 +480463,3719.124876,781.4110054,1348.64027,944.3323311,2114.858973 +480464,3721.354013,779.5342093,1347.069489,947.9547421,2115.289686 +480465,3723.485333,777.6220462,1345.484836,951.5516835,2115.727428 +480466,3725.521423,775.7241539,1343.886315,955.131171,2116.171112 +480467,3727.465955,773.8331762,1342.274481,958.692616,2116.619834 +480468,3729.32125,771.9487887,1340.649298,962.2351225,2117.072731 +480469,3731.08911,770.0709337,1339.011285,965.7584051,2117.529467 +480470,3732.770412,768.199363,1337.360373,969.2597733,2117.989501 +480471,3734.356205,766.3752891,1335.881329,975.1091059,2118.445047 +480472,3735.866629,764.5256882,1334.099076,975.4031616,2118.901099 +480473,3737.290691,763.1643892,1332.485448,983.5587596,2119.351859 +480474,3738.631938,760.5611007,1330.782083,980.6905584,2119.804053 +480475,3739.883507,759.1324299,1328.990381,993.1605562,2120.254487 +480476,3741.061525,757.1953981,1327.40428,984.1157102,2120.715075 +480477,3742.142821,755.372623,1325.615272,1005.155905,2121.167531 +480478,3743.160647,753.5506593,1323.888944,983.7352836,2121.635863 +480479,3744.136406,751.7334634,1322.139202,999.8724892,2122.135627 +480480,3744.992922,749.9212464,1320.37758,1005.428384,2122.60814 +480481,3748.313208,681.8025748,1165.062309,938.7740137,2126.796524 +480482,3743.058501,679.3020356,1161.602914,942.5032206,2121.162157 +480483,3734.117812,677.0005768,1158.593686,945.067392,2110.282816 +480484,3726.392666,674.7865199,1155.940035,947.7843341,2099.172889 +480485,3721.682842,672.5584522,1153.176963,950.4728029,2090.09986 +480486,3719.576313,670.4531514,1150.504762,953.1421044,2083.263294 +480487,3719.038821,668.2693889,1147.91098,955.7869496,2078.156607 +480488,3719.224476,666.1316129,1145.05382,958.4044549,2074.274044 +480489,3719.670082,663.9970612,1142.553852,960.9930104,2071.081492 +480490,3720.178531,661.8287048,1139.821886,963.5509817,2068.804203 +480491,3720.674797,659.7690625,1137.16213,966.0771906,2067.113382 +480492,3721.1279,657.6270593,1134.487152,968.5703674,2065.915211 +480493,3721.519396,655.5253617,1131.729674,971.029683,2065.134932 +480494,3721.833688,653.4229696,1129.225921,973.4541945,2064.708739 +480495,3722.060685,651.3252809,1126.37166,975.8433306,2064.583443 +480496,3722.195999,649.1908891,1123.732446,978.1963464,2064.715737 +480497,3722.237623,647.1612277,1121.013331,980.5128346,2065.068393 +480498,3722.185778,645.0476266,1118.221951,982.7921932,2065.610051 +480499,3722.031359,642.9720936,1115.605527,985.0341342,2066.314224 +480500,3721.79048,640.8941945,1112.821926,987.2381762,2067.158336 +480501,3721.469614,638.7802819,1110.092805,989.4041476,2068.123456 +480502,3721.056576,636.7656319,1107.417001,991.5316625,2069.192369 +480503,3719.845723,634.6699021,1104.482711,993.6209455,2056.587649 +480504,3715.254329,632.6094377,1101.873777,995.6723353,2009.583025 +480505,3709.097665,630.5470055,1099.041379,997.6839696,2040.879568 +480506,3704.558179,628.4881241,1096.273486,999.5946827,2026.871756 +480507,3701.015021,626.4324608,1093.488418,1002.747766,2028.161386 +480508,3697.842929,624.3803798,1090.69643,1003.165795,2027.343221 +480509,3695.027418,622.3317951,1087.898062,1007.09532,2026.178716 +480510,3692.07114,620.2477375,1085.023154,1006.210969,2019.542889 +480511,3689.376231,618.1704587,1082.108533,1009.841411,2030.530432 +480512,3686.406961,616.0130893,1079.0295,1006.067556,2017.239481 +480513,3682.528722,613.8869698,1076.062813,1012.192164,2022.569949 +480514,3678.189511,611.7540647,1072.904772,1004.011323,2021.937657 +480515,3673.46748,609.6211287,1069.884588,1015.555997,2020.072891 +480516,3668.264556,607.4880087,1066.727183,1000.080395,2019.196045 +480517,3662.673978,605.3181345,1063.742594,1019.604127,2018.547048 +480518,3656.545226,603.2399028,1060.600669,996.3570005,2011.544849 +480519,3650.420403,601.0818464,1057.511081,1020.021945,2024.087433 +480520,3644.121959,598.9554784,1054.404234,995.4039481,2008.054212 +480521,3637.02396,596.8241167,1051.223803,1017.224563,2015.767352 +480522,3630.225844,594.6924663,1048.270178,996.3172162,2013.822117 +480523,3623.352861,592.5251538,1045.002937,1012.137175,2012.028332 +480524,3616.12482,590.4460422,1059.678454,998.4215613,2011.157522 +480525,3608.761902,588.2893789,1012.130759,1005.402066,2010.475346 +480526,3601.257829,586.1626987,1048.572077,1001.384918,2009.161631 +480527,3593.471468,584.0308126,1035.377663,1000.798674,2008.024386 +480528,3585.544126,581.8982049,1020.655871,999.5171466,2007.070434 +480529,3577.260671,579.0370401,1031.785612,1000.403534,2000.450861 +480530,3569.830491,576.8188791,1015.412018,998.4722468,2011.918819 +480531,3562.424924,574.6227739,1020.079783,995.8158183,1995.620407 +480532,3554.142419,572.482352,1014.157947,993.0955417,2004.158423 +480533,3545.254995,570.3477268,1011.490132,990.0979849,2000.693092 +480534,3535.462986,568.1851241,1008.357798,986.9096089,1999.234945 +480535,3525.359676,566.1116792,1005.229226,983.5302325,1997.957707 +480536,3514.791769,563.9670612,1002.166991,979.9633962,1996.614392 +480537,3503.840735,561.8547721,998.8964363,976.2123086,1995.267866 +480538,3492.543563,559.7387441,995.9165746,972.3375321,1993.790465 +480539,3480.630678,557.5799779,992.725189,968.1157338,1992.344573 +480540,3468.611706,555.511805,989.6201211,963.8518136,1990.908235 +480541,2114.496539,553.3324855,884.4226268,959.0814355,1985.667257 +480542,2220.424016,680.8521445,917.9276353,1085.236091,2183.354837 +480543,2355.795375,682.8151255,957.3266812,1083.494982,2267.367664 +480544,2456.052613,678.9437641,983.7088001,1078.388411,2319.607907 +480545,2514.528088,677.080771,997.8158694,1073.051284,2343.62258 +480546,2547.16232,674.675964,1006.116197,1067.636104,2356.325221 +480547,2564.74821,672.4381408,1011.515981,1061.840933,2363.595023 +480548,2573.847208,670.0779903,1015.385381,1055.971421,2368.505991 +480549,2578.667783,667.7429739,1018.370173,1049.621546,2372.277853 +480550,2580.828514,665.3911408,1020.766408,1043.426377,2375.414308 +480551,2580.867243,663.0334313,1022.714413,1036.807479,2378.105336 +480552,2579.062271,660.6714718,1024.29459,1030.08494,2380.63081 +480553,2575.652723,658.2666504,1025.564654,1023.107855,2382.643312 +480554,2570.897393,655.9656658,1026.571833,1016.238429,2384.374992 +480555,2565.01976,653.5742743,1027.356083,1008.908633,2385.861816 +480556,2558.224349,645.0710363,1027.950402,936.0669115,2387.132718 +480557,2542.462262,641.8730749,1028.146717,923.1731108,2388.207013 +480558,2521.539323,639.1736189,1028.059017,914.0994933,2389.108449 +480559,2500.067588,636.7048267,1027.830704,906.186493,2389.858684 +480560,2480.282992,634.2156546,1027.542127,898.8274618,2390.475999 +480561,2462.603234,631.8052128,1027.222741,892.0313952,2390.97553 +480562,2446.746474,629.4138405,1026.894628,885.4617326,2391.4049 +480563,2432.263674,627.0406285,1026.544028,878.9646092,2391.739552 +480564,2418.815118,624.679325,1026.160088,872.9350091,2391.959505 +480565,2406.211113,622.3285258,1025.751935,866.8843321,2392.087871 +480566,2394.318354,619.9457736,1025.324598,860.9805262,2392.136891 +480567,2383.033792,617.6693896,1024.881344,871.8868501,2392.114578 +480568,2372.270268,615.3114753,1024.423809,824.7512331,2392.025532 +480569,2361.954707,612.9967212,1023.953579,856.7385303,2391.874593 +480570,2352.02637,610.6958613,1023.472295,838.0587389,2391.667007 +480571,2342.436567,608.3916752,1022.981047,830.2621838,2391.406735 +480572,2333.141368,606.0922588,1022.48048,829.950116,2391.09699 +480573,2324.10377,603.8000419,1021.971206,822.8396384,2390.741083 +480574,2315.293185,601.4756585,1021.453685,818.0634985,2390.341964 +480575,2306.719484,599.2550018,1020.94464,813.0470005,2389.940172 +480576,2298.328135,596.9551224,1020.429108,808.182185,2389.502707 +480577,2290.074086,594.6980458,1019.894784,803.314805,2389.002714 +480578,2281.959131,592.4416745,1019.349529,798.4149781,2388.460169 +480579,2273.977424,590.1933825,1018.796566,793.6802308,2387.884298 +480580,2266.120847,587.9523687,1018.237305,788.9437739,2387.280035 +480581,2258.380983,585.6822988,1017.672389,784.2629167,2386.650424 +480582,2250.750049,583.5123785,1017.102187,779.6254976,2385.997776 +480583,2243.221074,581.2677895,1016.526934,775.0308386,2385.323995 +480584,2235.787989,579.0645686,1015.946834,770.4750128,2384.630832 +480585,2228.445478,576.8636056,1015.362053,765.9597431,2383.919869 +480586,2221.188942,574.6703501,1014.772758,761.4811477,2383.192616 +480587,2213.744003,572.4856202,1014.179087,757.0395977,2382.450434 +480588,2206.654413,570.2725292,1013.581192,752.6863385,2381.694652 +480589,2199.644659,568.1577568,1012.979212,748.2364118,2380.926486 +480590,2192.707254,565.9702845,1012.373283,743.9377019,2379.949641 +480591,2185.837757,563.8241997,1011.763517,739.5720478,2379.166548 +480592,2179.070947,561.6797865,1011.167482,735.3777578,2378.416651 +480593,2172.369526,559.5440094,1010.568738,731.1510151,2377.660467 +480594,2165.70298,557.4159754,1009.953754,726.8751501,2376.866332 +480595,2159.087595,555.2964397,1009.330626,722.7362374,2376.053428 +480596,2152.529395,553.1488512,1008.702573,718.581429,2375.229935 +480597,2146.030064,551.098734,1008.070868,714.4658999,2374.399484 +480598,2139.589535,548.9763998,1007.436036,710.3805851,2373.563856 +480599,2133.207032,546.8951063,1006.79829,706.3238177,2372.723987 +480600,2126.881646,544.8153116,1006.157757,702.2978545,2371.880554 +480601,0,0,0,0,0 +480602,0,0,0,0,0 +480603,0,0,0,0,0 +480604,0,0,0,0,0 +480605,0,0,0,0,0 +480606,0,0,0,0,0 +480607,0,0,0,0,0 +480608,0,0,0,0,0 +480609,0,0,0,0,0 +480610,0,0,0,0,0 +480611,0,0,0,0,0 +480612,0,0,0,0,0 +480613,0,0,0,0,0 +480614,0,0,0,0,0 +480615,0,0,0,0,0 +480616,0,0,0,0,0 +480617,0,0,0,0,0 +480618,0,0,0,0,0 +480619,0,0,0,0,0 +480620,0,0,0,0,0 +480621,0,0,0,0,0 +480622,0,0,0,0,0 +480623,0,0,0,0,0 +480624,0,0,0,0,0 +480625,0,0,0,0,0 +480626,0,0,0,0,0 +480627,0,0,0,0,0 +480628,0,0,0,0,0 +480629,0,0,0,0,0 +480630,0,0,0,0,0 +480631,0,0,0,0,0 +480632,0,0,0,0,0 +480633,0,0,0,0,0 +480634,0,0,0,0,0 +480635,0,0,0,0,0 +480636,0,0,0,0,0 +480637,0,0,0,0,0 +480638,0,0,0,0,0 +480639,0,0,0,0,0 +480640,0,0,0,0,0 +480641,0,0,0,0,0 +480642,0,0,0,0,0 +480643,0,0,0,0,0 +480644,0,0,0,0,0 +480645,0,0,0,0,0 +480646,0,0,0,0,0 +480647,0,0,0,0,0 +480648,0,0,0,0,0 +480649,0,0,0,0,0 +480650,0,0,0,0,0 +480651,0,0,0,0,0 +480652,0,0,0,0,0 +480653,0,0,0,0,0 +480654,0,0,0,0,0 +480655,0,0,0,0,0 +480656,0,0,0,0,0 +480657,0,0,0,0,0 +480658,0,0,0,0,0 +480659,0,0,0,0,0 +480660,0,0,0,0,0 +480661,0,0,0,0,0 +480662,0,0,0,0,0 +480663,0,0,0,0,0 +480664,0,0,0,0,0 +480665,0,0,0,0,0 +480666,0,0,0,0,0 +480667,0,0,0,0,0 +480668,0,0,0,0,0 +480669,0,0,0,0,0 +480670,0,0,0,0,0 +480671,0,0,0,0,0 +480672,0,0,0,0,0 +480673,0,0,0,0,0 +480674,0,0,0,0,0 +480675,0,0,0,0,0 +480676,0,0,0,0,0 +480677,0,0,0,0,0 +480678,0,0,0,0,0 +480679,0,0,0,0,0 +480680,0,0,0,0,0 +480681,0,0,0,0,0 +480682,0,0,0,0,0 +480683,0,0,0,0,0 +480684,0,0,0,0,0 +480685,0,0,0,0,0 +480686,0,0,0,0,0 +480687,0,0,0,0,0 +480688,0,0,0,0,0 +480689,0,0,0,0,0 +480690,0,0,0,0,0 +480691,0,0,0,0,0 +480692,0,0,0,0,0 +480693,0,0,0,0,0 +480694,0,0,0,0,0 +480695,0,0,0,0,0 +480696,0,0,0,0,0 +480697,0,0,0,0,0 +480698,0,0,0,0,0 +480699,0,0,0,0,0 +480700,0,0,0,0,0 +480701,0,0,0,0,0 +480702,0,0,0,0,0 +480703,0,0,0,0,0 +480704,0,0,0,0,0 +480705,0,0,0,0,0 +480706,0,0,0,0,0 +480707,0,0,0,0,0 +480708,0,0,0,0,0 +480709,0,0,0,0,0 +480710,0,0,0,0,0 +480711,0,0,0,0,0 +480712,0,0,0,0,0 +480713,0,0,0,0,0 +480714,0,0,0,0,0 +480715,0,0,0,0,0 +480716,0,0,0,0,0 +480717,0,0,0,0,0 +480718,0,0,0,0,0 +480719,0,0,0,0,0 +480720,0,0,0,0,0 +480721,0,0,0,0,0 +480722,0,0,0,0,0 +480723,0,0,0,0,0 +480724,0,0,0,0,0 +480725,0,0,0,0,0 +480726,0,0,0,0,0 +480727,0,0,0,0,0 +480728,0,0,0,0,0 +480729,0,0,0,0,0 +480730,0,0,0,0,0 +480731,0,0,0,0,0 +480732,0,0,0,0,0 +480733,0,0,0,0,0 +480734,0,0,0,0,0 +480735,0,0,0,0,0 +480736,0,0,0,0,0 +480737,0,0,0,0,0 +480738,0,0,0,0,0 +480739,0,0,0,0,0 +480740,0,0,0,0,0 +480741,0,0,0,0,0 +480742,0,0,0,0,0 +480743,0,0,0,0,0 +480744,0,0,0,0,0 +480745,0,0,0,0,0 +480746,0,0,0,0,0 +480747,0,0,0,0,0 +480748,0,0,0,0,0 +480749,0,0,0,0,0 +480750,0,0,0,0,0 +480751,0,0,0,0,0 +480752,0,0,0,0,0 +480753,0,0,0,0,0 +480754,0,0,0,0,0 +480755,0,0,0,0,0 +480756,0,0,0,0,0 +480757,0,0,0,0,0 +480758,0,0,0,0,0 +480759,0,0,0,0,0 +480760,0,0,0,0,0 +480761,0,0,0,0,0 +480762,0,0,0,0,0 +480763,0,0,0,0,0 +480764,0,0,0,0,0 +480765,0,0,0,0,0 +480766,0,0,0,0,0 +480767,0,0,0,0,0 +480768,0,0,0,0,0 +480769,0,0,0,0,0 +480770,0,0,0,0,0 +480771,0,0,0,0,0 +480772,0,0,0,0,0 +480773,0,0,0,0,0 +480774,0,0,0,0,0 +480775,0,0,0,0,0 +480776,0,0,0,0,0 +480777,0,0,0,0,0 +480778,0,0,0,0,0 +480779,0,0,0,0,0 +480780,0,0,0,0,0 +480781,0,0,0,0,0 +480782,0,0,0,0,0 +480783,0,0,0,0,0 +480784,0,0,0,0,0 +480785,0,0,0,0,0 +480786,0,0,0,0,0 +480787,0,0,0,0,0 +480788,0,0,0,0,0 +480789,0,0,0,0,0 +480790,0,0,0,0,0 +480791,0,0,0,0,0 +480792,0,0,0,0,0 +480793,0,0,0,0,0 +480794,0,0,0,0,0 +480795,0,0,0,0,0 +480796,0,0,0,0,0 +480797,0,0,0,0,0 +480798,0,0,0,0,0 +480799,0,0,0,0,0 +480800,0,0,0,0,0 +480801,0,0,0,0,0 +480802,0,0,0,0,0 +480803,0,0,0,0,0 +480804,0,0,0,0,0 +480805,0,0,0,0,0 +480806,0,0,0,0,0 +480807,0,0,0,0,0 +480808,0,0,0,0,0 +480809,0,0,0,0,0 +480810,0,0,0,0,0 +480811,0,0,0,0,0 +480812,0,0,0,0,0 +480813,0,0,0,0,0 +480814,0,0,0,0,0 +480815,0,0,0,0,0 +480816,0,0,0,0,0 +480817,0,0,0,0,0 +480818,0,0,0,0,0 +480819,0,0,0,0,0 +480820,0,0,0,0,0 +480821,0,0,0,0,0 +480822,0,0,0,0,0 +480823,0,0,0,0,0 +480824,0,0,0,0,0 +480825,0,0,0,0,0 +480826,0,0,0,0,0 +480827,0,0,0,0,0 +480828,0,0,0,0,0 +480829,0,0,0,0,0 +480830,0,0,0,0,0 +480831,0,0,0,0,0 +480832,0,0,0,0,0 +480833,0,0,0,0,0 +480834,0,0,0,0,0 +480835,0,0,0,0,0 +480836,0,0,0,0,0 +480837,0,0,0,0,0 +480838,0,0,0,0,0 +480839,0,0,0,0,0 +480840,0,0,0,0,0 +480841,0,0,0,0,0 +480842,0,0,0,0,0 +480843,0,0,0,0,0 +480844,0,0,0,0,0 +480845,0,0,0,0,0 +480846,0,0,0,0,0 +480847,0,0,0,0,0 +480848,0,0,0,0,0 +480849,0,0,0,0,0 +480850,0,0,0,0,0 +480851,0,0,0,0,0 +480852,0,0,0,0,0 +480853,0,0,0,0,0 +480854,0,0,0,0,0 +480855,0,0,0,0,0 +480856,0,0,0,0,0 +480857,0,0,0,0,0 +480858,0,0,0,0,0 +480859,0,0,0,0,0 +480860,0,0,0,0,0 +480861,0,0,0,0,0 +480862,0,0,0,0,0 +480863,0,0,0,0,0 +480864,0,0,0,0,0 +480865,0,0,0,0,0 +480866,0,0,0,0,0 +480867,0,0,0,0,0 +480868,0,0,0,0,0 +480869,0,0,0,0,0 +480870,0,0,0,0,0 +480871,0,0,0,0,0 +480872,0,0,0,0,0 +480873,0,0,0,0,0 +480874,0,0,0,0,0 +480875,0,0,0,0,0 +480876,0,0,0,0,0 +480877,0,0,0,0,0 +480878,0,0,0,0,0 +480879,0,0,0,0,0 +480880,0,0,0,0,0 +480881,0,0,0,0,0 +480882,0,0,0,0,0 +480883,0,0,0,0,0 +480884,0,0,0,0,0 +480885,0,0,0,0,0 +480886,0,0,0,0,0 +480887,0,0,0,0,0 +480888,0,0,0,0,0 +480889,0,0,0,0,0 +480890,0,0,0,0,0 +480891,0,0,0,0,0 +480892,0,0,0,0,0 +480893,0,0,0,0,0 +480894,0,0,0,0,0 +480895,0,0,0,0,0 +480896,0,0,0,0,0 +480897,0,0,0,0,0 +480898,0,0,0,0,0 +480899,0,0,0,0,0 +480900,0,0,0,0,0 +480901,0,0,0,0,0 +480902,0,0,0,0,0 +480903,0,0,0,0,0 +480904,0,0,0,0,0 +480905,0,0,0,0,0 +480906,0,0,0,0,0 +480907,0,0,0,0,0 +480908,0,0,0,0,0 +480909,0,0,0,0,0 +480910,0,0,0,0,0 +480911,0,0,0,0,0 +480912,0,0,0,0,0 +480913,0,0,0,0,0 +480914,0,0,0,0,0 +480915,0,0,0,0,0 +480916,0,0,0,0,0 +480917,0,0,0,0,0 +480918,0,0,0,0,0 +480919,0,0,0,0,0 +480920,0,0,0,0,0 +480921,0,0,0,0,0 +480922,0,0,0,0,0 +480923,0,0,0,0,0 +480924,0,0,0,0,0 +480925,0,0,0,0,0 +480926,0,0,0,0,0 +480927,0,0,0,0,0 +480928,0,0,0,0,0 +480929,0,0,0,0,0 +480930,0,0,0,0,0 +480931,0,0,0,0,0 +480932,0,0,0,0,0 +480933,0,0,0,0,0 +480934,0,0,0,0,0 +480935,0,0,0,0,0 +480936,0,0,0,0,0 +480937,0,0,0,0,0 +480938,0,0,0,0,0 +480939,0,0,0,0,0 +480940,0,0,0,0,0 +480941,0,0,0,0,0 +480942,0,0,0,0,0 +480943,0,0,0,0,0 +480944,0,0,0,0,0 +480945,0,0,0,0,0 +480946,0,0,0,0,0 +480947,0,0,0,0,0 +480948,0,0,0,0,0 +480949,0,0,0,0,0 +480950,0,0,0,0,0 +480951,0,0,0,0,0 +480952,0,0,0,0,0 +480953,0,0,0,0,0 +480954,0,0,0,0,0 +480955,0,0,0,0,0 +480956,0,0,0,0,0 +480957,0,0,0,0,0 +480958,0,0,0,0,0 +480959,0,0,0,0,0 +480960,0,0,0,0,0 +480961,0,0,0,0,0 +480962,0,0,0,0,0 +480963,0,0,0,0,0 +480964,0,0,0,0,0 +480965,0,0,0,0,0 +480966,0,0,0,0,0 +480967,0,0,0,0,0 +480968,0,0,0,0,0 +480969,0,0,0,0,0 +480970,0,0,0,0,0 +480971,0,0,0,0,0 +480972,0,0,0,0,0 +480973,0,0,0,0,0 +480974,0,0,0,0,0 +480975,0,0,0,0,0 +480976,0,0,0,0,0 +480977,0,0,0,0,0 +480978,0,0,0,0,0 +480979,0,0,0,0,0 +480980,0,0,0,0,0 +480981,0,0,0,0,0 +480982,0,0,0,0,0 +480983,0,0,0,0,0 +480984,0,0,0,0,0 +480985,0,0,0,0,0 +480986,0,0,0,0,0 +480987,0,0,0,0,0 +480988,0,0,0,0,0 +480989,0,0,0,0,0 +480990,0,0,0,0,0 +480991,0,0,0,0,0 +480992,0,0,0,0,0 +480993,0,0,0,0,0 +480994,0,0,0,0,0 +480995,0,0,0,0,0 +480996,0,0,0,0,0 +480997,0,0,0,0,0 +480998,0,0,0,0,0 +480999,0,0,0,0,0 +481000,0,0,0,0,0 +481001,0,0,0,0,0 +481002,0,0,0,0,0 +481003,0,0,0,0,0 +481004,0,0,0,0,0 +481005,0,0,0,0,0 +481006,0,0,0,0,0 +481007,0,0,0,0,0 +481008,0,0,0,0,0 +481009,0,0,0,0,0 +481010,0,0,0,0,0 +481011,0,0,0,0,0 +481012,0,0,0,0,0 +481013,0,0,0,0,0 +481014,0,0,0,0,0 +481015,0,0,0,0,0 +481016,0,0,0,0,0 +481017,0,0,0,0,0 +481018,0,0,0,0,0 +481019,0,0,0,0,0 +481020,0,0,0,0,0 +481021,0,0,0,0,0 +481022,0,0,0,0,0 +481023,0,0,0,0,0 +481024,0,0,0,0,0 +481025,0,0,0,0,0 +481026,0,0,0,0,0 +481027,0,0,0,0,0 +481028,0,0,0,0,0 +481029,0,0,0,0,0 +481030,0,0,0,0,0 +481031,0,0,0,0,0 +481032,0,0,0,0,0 +481033,0,0,0,0,0 +481034,0,0,0,0,0 +481035,0,0,0,0,0 +481036,0,0,0,0,0 +481037,0,0,0,0,0 +481038,0,0,0,0,0 +481039,0,0,0,0,0 +481040,0,0,0,0,0 +481041,0,0,0,0,0 +481042,0,0,0,0,0 +481043,0,0,0,0,0 +481044,0,0,0,0,0 +481045,0,0,0,0,0 +481046,0,0,0,0,0 +481047,0,0,0,0,0 +481048,0,0,0,0,0 +481049,0,0,0,0,0 +481050,0,0,0,0,0 +481051,0,0,0,0,0 +481052,0,0,0,0,0 +481053,0,0,0,0,0 +481054,0,0,0,0,0 +481055,0,0,0,0,0 +481056,0,0,0,0,0 +481057,0,0,0,0,0 +481058,0,0,0,0,0 +481059,0,0,0,0,0 +481060,0,0,0,0,0 +481061,0,0,0,0,0 +481062,0,0,0,0,0 +481063,0,0,0,0,0 +481064,0,0,0,0,0 +481065,0,0,0,0,0 +481066,0,0,0,0,0 +481067,0,0,0,0,0 +481068,0,0,0,0,0 +481069,0,0,0,0,0 +481070,0,0,0,0,0 +481071,0,0,0,0,0 +481072,0,0,0,0,0 +481073,0,0,0,0,0 +481074,0,0,0,0,0 +481075,0,0,0,0,0 +481076,0,0,0,0,0 +481077,0,0,0,0,0 +481078,0,0,0,0,0 +481079,0,0,0,0,0 +481080,0,0,0,0,0 +481081,0,0,0,0,0 +481082,0,0,0,0,0 +481083,0,0,0,0,0 +481084,0,0,0,0,0 +481085,0,0,0,0,0 +481086,0,0,0,0,0 +481087,0,0,0,0,0 +481088,0,0,0,0,0 +481089,0,0,0,0,0 +481090,0,0,0,0,0 +481091,0,0,0,0,0 +481092,0,0,0,0,0 +481093,0,0,0,0,0 +481094,0,0,0,0,0 +481095,0,0,0,0,0 +481096,0,0,0,0,0 +481097,0,0,0,0,0 +481098,0,0,0,0,0 +481099,0,0,0,0,0 +481100,0,0,0,0,0 +481101,0,0,0,0,0 +481102,0,0,0,0,0 +481103,0,0,0,0,0 +481104,0,0,0,0,0 +481105,0,0,0,0,0 +481106,0,0,0,0,0 +481107,0,0,0,0,0 +481108,0,0,0,0,0 +481109,0,0,0,0,0 +481110,0,0,0,0,0 +481111,0,0,0,0,0 +481112,0,0,0,0,0 +481113,0,0,0,0,0 +481114,0,0,0,0,0 +481115,0,0,0,0,0 +481116,0,0,0,0,0 +481117,0,0,0,0,0 +481118,0,0,0,0,0 +481119,0,0,0,0,0 +481120,0,0,0,0,0 +481121,0,0,0,0,0 +481122,0,0,0,0,0 +481123,0,0,0,0,0 +481124,0,0,0,0,0 +481125,0,0,0,0,0 +481126,0,0,0,0,0 +481127,0,0,0,0,0 +481128,0,0,0,0,0 +481129,0,0,0,0,0 +481130,0,0,0,0,0 +481131,0,0,0,0,0 +481132,0,0,0,0,0 +481133,0,0,0,0,0 +481134,0,0,0,0,0 +481135,0,0,0,0,0 +481136,0,0,0,0,0 +481137,0,0,0,0,0 +481138,0,0,0,0,0 +481139,0,0,0,0,0 +481140,0,0,0,0,0 +481141,0,0,0,0,0 +481142,0,0,0,0,0 +481143,0,0,0,0,0 +481144,0,0,0,0,0 +481145,0,0,0,0,0 +481146,0,0,0,0,0 +481147,0,0,0,0,0 +481148,0,0,0,0,0 +481149,0,0,0,0,0 +481150,0,0,0,0,0 +481151,0,0,0,0,0 +481152,0,0,0,0,0 +481153,0,0,0,0,0 +481154,0,0,0,0,0 +481155,0,0,0,0,0 +481156,0,0,0,0,0 +481157,0,0,0,0,0 +481158,0,0,0,0,0 +481159,0,0,0,0,0 +481160,0,0,0,0,0 +481161,0,0,0,0,0 +481162,0,0,0,0,0 +481163,0,0,0,0,0 +481164,0,0,0,0,0 +481165,0,0,0,0,0 +481166,0,0,0,0,0 +481167,0,0,0,0,0 +481168,0,0,0,0,0 +481169,0,0,0,0,0 +481170,0,0,0,0,0 +481171,0,0,0,0,0 +481172,0,0,0,0,0 +481173,0,0,0,0,0 +481174,0,0,0,0,0 +481175,0,0,0,0,0 +481176,0,0,0,0,0 +481177,0,0,0,0,0 +481178,0,0,0,0,0 +481179,0,0,0,0,0 +481180,0,0,0,0,0 +481181,0,0,0,0,0 +481182,0,0,0,0,0 +481183,0,0,0,0,0 +481184,0,0,0,0,0 +481185,0,0,0,0,0 +481186,0,0,0,0,0 +481187,0,0,0,0,0 +481188,0,0,0,0,0 +481189,0,0,0,0,0 +481190,0,0,0,0,0 +481191,0,0,0,0,0 +481192,0,0,0,0,0 +481193,0,0,0,0,0 +481194,0,0,0,0,0 +481195,0,0,0,0,0 +481196,0,0,0,0,0 +481197,0,0,0,0,0 +481198,0,0,0,0,0 +481199,0,0,0,0,0 +481200,0,0,0,0,0 +481201,0,0,0,0,0 +481202,0,0,0,0,0 +481203,0,0,0,0,0 +481204,0,0,0,0,0 +481205,0,0,0,0,0 +481206,0,0,0,0,0 +481207,0,0,0,0,0 +481208,0,0,0,0,0 +481209,0,0,0,0,0 +481210,0,0,0,0,0 +481211,0,0,0,0,0 +481212,0,0,0,0,0 +481213,0,0,0,0,0 +481214,0,0,0,0,0 +481215,0,0,0,0,0 +481216,0,0,0,0,0 +481217,0,0,0,0,0 +481218,0,0,0,0,0 +481219,0,0,0,0,0 +481220,0,0,0,0,0 +481221,0,0,0,0,0 +481222,0,0,0,0,0 +481223,0,0,0,0,0 +481224,0,0,0,0,0 +481225,0,0,0,0,0 +481226,0,0,0,0,0 +481227,0,0,0,0,0 +481228,0,0,0,0,0 +481229,0,0,0,0,0 +481230,0,0,0,0,0 +481231,0,0,0,0,0 +481232,0,0,0,0,0 +481233,0,0,0,0,0 +481234,0,0,0,0,0 +481235,0,0,0,0,0 +481236,0,0,0,0,0 +481237,0,0,0,0,0 +481238,0,0,0,0,0 +481239,0,0,0,0,0 +481240,0,0,0,0,0 +481241,0,0,0,0,0 +481242,0,0,0,0,0 +481243,0,0,0,0,0 +481244,0,0,0,0,0 +481245,0,0,0,0,0 +481246,0,0,0,0,0 +481247,0,0,0,0,0 +481248,0,0,0,0,0 +481249,0,0,0,0,0 +481250,0,0,0,0,0 +481251,0,0,0,0,0 +481252,0,0,0,0,0 +481253,0,0,0,0,0 +481254,0,0,0,0,0 +481255,0,0,0,0,0 +481256,0,0,0,0,0 +481257,0,0,0,0,0 +481258,0,0,0,0,0 +481259,0,0,0,0,0 +481260,0,0,0,0,0 +481261,0,0,0,0,0 +481262,0,0,0,0,0 +481263,0,0,0,0,0 +481264,0,0,0,0,0 +481265,0,0,0,0,0 +481266,0,0,0,0,0 +481267,0,0,0,0,0 +481268,0,0,0,0,0 +481269,0,0,0,0,0 +481270,0,0,0,0,0 +481271,0,0,0,0,0 +481272,0,0,0,0,0 +481273,0,0,0,0,0 +481274,0,0,0,0,0 +481275,0,0,0,0,0 +481276,0,0,0,0,0 +481277,0,0,0,0,0 +481278,0,0,0,0,0 +481279,0,0,0,0,0 +481280,0,0,0,0,0 +481281,0,0,0,0,0 +481282,0,0,0,0,0 +481283,0,0,0,0,0 +481284,0,0,0,0,0 +481285,0,0,0,0,0 +481286,0,0,0,0,0 +481287,0,0,0,0,0 +481288,0,0,0,0,0 +481289,0,0,0,0,0 +481290,0,0,0,0,0 +481291,0,0,0,0,0 +481292,0,0,0,0,0 +481293,0,0,0,0,0 +481294,0,0,0,0,0 +481295,0,0,0,0,0 +481296,0,0,0,0,0 +481297,0,0,0,0,0 +481298,0,0,0,0,0 +481299,0,0,0,0,0 +481300,0,0,0,0,0 +481301,0,0,0,0,0 +481302,0,0,0,0,0 +481303,0,0,0,0,0 +481304,0,0,0,0,0 +481305,0,0,0,0,0 +481306,0,0,0,0,0 +481307,0,0,0,0,0 +481308,0,0,0,0,0 +481309,0,0,0,0,0 +481310,0,0,0,0,0 +481311,0,0,0,0,0 +481312,0,0,0,0,0 +481313,0,0,0,0,0 +481314,0,0,0,0,0 +481315,0,0,0,0,0 +481316,0,0,0,0,0 +481317,0,0,0,0,0 +481318,0,0,0,0,0 +481319,0,0,0,0,0 +481320,0,0,0,0,0 +481321,0,0,0,0,0 +481322,0,0,0,0,0 +481323,0,0,0,0,0 +481324,0,0,0,0,0 +481325,0,0,0,0,0 +481326,0,0,0,0,0 +481327,0,0,0,0,0 +481328,0,0,0,0,0 +481329,0,0,0,0,0 +481330,0,0,0,0,0 +481331,0,0,0,0,0 +481332,0,0,0,0,0 +481333,0,0,0,0,0 +481334,0,0,0,0,0 +481335,0,0,0,0,0 +481336,0,0,0,0,0 +481337,0,0,0,0,0 +481338,0,0,0,0,0 +481339,0,0,0,0,0 +481340,0,0,0,0,0 +481341,0,0,0,0,0 +481342,0,0,0,0,0 +481343,0,0,0,0,0 +481344,0,0,0,0,0 +481345,0,0,0,0,0 +481346,0,0,0,0,0 +481347,0,0,0,0,0 +481348,0,0,0,0,0 +481349,0,0,0,0,0 +481350,0,0,0,0,0 +481351,0,0,0,0,0 +481352,0,0,0,0,0 +481353,0,0,0,0,0 +481354,0,0,0,0,0 +481355,0,0,0,0,0 +481356,0,0,0,0,0 +481357,0,0,0,0,0 +481358,0,0,0,0,0 +481359,0,0,0,0,0 +481360,0,0,0,0,0 +481361,0,0,0,0,0 +481362,0,0,0,0,0 +481363,0,0,0,0,0 +481364,0,0,0,0,0 +481365,0,0,0,0,0 +481366,0,0,0,0,0 +481367,0,0,0,0,0 +481368,0,0,0,0,0 +481369,0,0,0,0,0 +481370,0,0,0,0,0 +481371,0,0,0,0,0 +481372,0,0,0,0,0 +481373,0,0,0,0,0 +481374,0,0,0,0,0 +481375,0,0,0,0,0 +481376,0,0,0,0,0 +481377,0,0,0,0,0 +481378,0,0,0,0,0 +481379,0,0,0,0,0 +481380,0,0,0,0,0 +481381,-1442.340521,-637.0550741,-1415.055515,-636.8943373,-106.7051218 +481382,-1576.789711,-673.8992401,-1548.011301,-673.7411425,-304.5198601 +481383,-1701.546478,-710.2839537,-1668.682863,-710.1298843,-521.490796 +481384,-1991.025961,-845.1533355,-1959.164113,-845.0030058,-1217.765283 +481385,-1645.959147,-690.5446827,-1615.063433,-690.398056,-672.655334 +481386,-1729.896109,-728.817852,-1698.35968,-728.6756988,-806.3178811 +481387,-1786.012521,-755.1582767,-1754.318129,-755.0204975,-912.795776 +481388,-1816.160865,-769.9797147,-1784.535713,-769.8461167,-984.3813318 +481389,-1826.049165,-775.6707645,-1794.56666,-775.5411548,-1023.495571 +481390,-1822.759903,-775.3597043,-1791.421376,-775.2339453,-1038.681089 +481391,-1812.865338,-771.9942447,-1781.639726,-771.8722499,-1039.89957 +481392,-1800.561431,-767.4610751,-1769.413843,-767.3427836,-1034.236713 +481393,-1788.013424,-762.7317776,-1756.90776,-762.6171324,-1025.674608 +481394,-1776.203318,-758.248605,-1745.109689,-758.1375425,-1016.306637 +481395,-1765.479895,-754.1708517,-1734.376081,-754.0632988,-1007.121069 +481396,-1755.893065,-750.5246498,-1724.763263,-750.4205247,-998.5303929 +481397,-1747.367155,-747.2805694,-1716.200338,-747.1797841,-990.6685219 +481398,-1739.786915,-744.3919332,-1708.575441,-744.2943955,-983.5469996 +481399,-1732.848206,-738.3626027,-1701.326933,-741.6166192,-977.1301799 +481400,-1726.524235,-730.6189067,-1694.55775,-739.1477392,-971.3768039 +481401,-1705.801575,-509.6239333,-1673.389346,-730.0779565,-938.9577459 +481402,-1675.222042,-501.620982,-1642.42032,-716.4852093,-888.0936895 +481403,-1546.393548,-516.2786692,-1612.366587,-703.24585,-838.2679523 +481404,-1564.56023,-479.3952888,-1574.338278,-686.3243208,-773.4253627 +481405,-1554.777005,-461.6553201,-1553.503928,-680.1644082,-751.415979 +481406,-1536.833633,-443.2765639,-1499.106567,-675.9855372,-737.3333862 +481407,-1520.737069,-427.6108292,-1514.463514,-670.6503996,-718.7576152 +481408,-1517.135392,-411.3897889,-1493.765178,-668.6605906,-713.6944619 +481409,-1499.733981,-394.9770782,-1481.982945,-734.8286467,-1044.688747 +481410,-1492.454677,-378.6008141,-1474.908994,-672.1762057,-882.7040816 +481411,-1479.452859,-360.3073586,-1457.697699,-636.1156164,-787.809001 +481412,-1459.437251,-340.5611642,-1424.646064,-618.770359,-740.633416 +481413,-1236.089718,-320.385993,-1200.57254,-516.4725433,-274.778197 +481414,-1572.055929,-301.7918499,-1536.714471,-669.7493913,-871.5224916 +481415,-1329.710919,-281.9074074,-1294.343663,-559.6243296,-407.2072623 +481416,-1619.064133,-262.2061223,-1583.984242,-691.5834538,-932.4312748 +481417,-1397.147351,-242.2898178,-1470.790829,-656.8523178,-844.5512911 +481418,-1264.7095,-223.1104946,-1228.206552,-530.1305435,-307.1094028 +481419,-1419.698048,-209.4838916,-1381.022152,-598.3388497,-513.5787343 +481420,-1566.434782,-193.377103,-1533.580241,-707.4979505,-983.2262992 +481421,-1279.244624,-177.7692987,-1268.091435,-557.8428985,-390.5346186 +481422,-1398.988968,-161.7918035,-1373.86237,-598.1933779,-506.2068826 +481423,-1364.81437,-146.7632508,-1345.399867,-622.25758,-580.2873088 +481424,-1356.773663,-129.8632746,-1331.904361,-710.9342024,-1006.962507 +481425,-1346.954671,-114.9459895,-1325.989292,-637.3534904,-818.2666382 +481426,-1339.266438,-100.0778925,-1313.998731,-593.1629196,-703.15258 +481427,-1132.813189,-85.07435148,-1097.4145,-464.1094366,-137.7363105 +481428,-1315.1391,-71.6583437,-1278.181295,-545.2987004,-365.6982933 +481429,-1610.987076,-56.22242043,-1587.74504,-687.573138,-949.663599 +481430,-1129.426077,-32.57422873,-1145.141415,-637.3455443,-821.9899425 +481431,-1189.222392,-10.15775683,-1152.967142,-489.4921776,-205.7521286 +481432,-1523.624158,9.865111708,-1491.649613,-654.8582946,-869.0513936 +481433,-1175.85514,29.27487209,-1159.610319,-608.5975341,-750.3635083 +481434,-1132.573132,48.72756902,-1096.818514,-462.7023542,-129.9406565 +481435,-1319.954676,67.8610394,-1282.735903,-545.5567879,-373.7174582 +481436,-1432.092917,69.01869403,-1444.037399,-678.3468166,-936.1003314 +481437,-1141.172532,98.42417411,-1098.952227,-543.6391529,-768.1558599 +481438,-1108.290214,161.3407131,-1072.616335,-451.7053805,-95.65391133 +481439,-1298.349759,123.6407075,-1261.295276,-535.9904801,-342.0703054 +481440,-1389.121362,168.4468527,-1364.991212,-583.1722689,-481.2531635 +481441,42.70096419,171.5645829,23.83994019,-130.2010718,-588.0235138 +481442,-49.65660385,66.08823013,-2.092695295,53.96664856,-959.7617353 +481443,124.7609922,162.5522461,138.6805844,36.67132866,-306.7711225 +481444,-67.64758661,191.8629553,-43.91381547,-37.4531482,607.9899515 +481445,86.11774197,230.8867526,108.0122114,38.7685378,752.4203054 +481446,101.2151828,267.5190151,122.9463031,43.47096637,878.9652096 +481447,109.4293979,297.6756267,131.9163937,48.23158459,978.4843738 +481448,131.3054282,322.3321484,152.8393422,58.49295626,1057.73351 +481449,153.4426421,342.8600669,174.7003117,68.47517583,1122.386856 +481450,172.5921681,359.9560936,194.6869392,77.98056181,1174.627029 +481451,191.7567468,374.0718236,213.029272,86.31455365,1215.71093 +481452,209.9295983,385.5826557,230.5253671,95.32477152,1246.813527 +481453,227.9924195,394.8075015,248.9960932,103.4873701,1269.041036 +481454,246.7943145,402.0641458,265.9980088,111.9305302,1283.573141 +481455,263.2975228,407.7026606,283.5951443,119.8534999,1291.752773 +481456,281.5147629,411.8615161,300.7055336,127.788578,1294.09531 +481457,299.0708715,414.847011,317.1980087,135.6130841,1291.799719 +481458,315.5297185,416.8450265,333.5888009,143.4447311,1285.594105 +481459,333.0984193,417.9326332,350.6128352,151.0437372,1275.77923 +481460,350.0131657,418.3255982,366.4130881,158.7813773,1263.215728 +481461,366.7625793,418.0725979,383.0644961,166.0318756,1248.099357 +481462,383.9535231,417.2584172,398.9438247,173.5053602,1230.772031 +481463,402.30656,415.8375566,416.4226776,181.7787396,1211.055064 +481464,416.874689,414.174805,430.3703829,187.9241906,1190.410341 +481465,434.379867,412.0573697,442.6616206,195.6198301,1167.99072 +481466,451.2003864,409.6455075,454.0059312,202.6605204,1144.440042 +481467,462.9562178,407.0267897,467.972743,208.216688,1120.110794 +481468,466.706881,394.8290515,471.1865881,209.4047127,1057.51621 +481469,498.5828549,392.1034856,500.2947189,223.5950593,1032.807346 +481470,480.6482407,388.9423186,480.5812383,218.4599491,1006.396969 +481471,462.8119222,386.5647771,462.8064191,210.3010922,983.1983793 +481472,447.630669,385.0330713,447.6778517,203.3249786,963.6238864 +481473,434.9580751,384.2095006,435.0272456,197.4876594,947.2183822 +481474,424.3879854,383.9483949,424.4445062,192.608279,933.4122376 +481475,415.5213479,384.1340578,415.5345016,188.5004108,921.7136038 +481476,408.0274883,384.6736411,407.9716253,185.0080558,911.7111414 +481477,401.6450156,471.4934395,401.4984189,182.008886,903.0658847 +481478,396.1666508,617.2688748,395.9103141,179.4072597,895.5007575 +481479,391.4251483,544.5956632,391.041996,177.1270019,888.7902161 +481480,387.2839253,593.0555388,386.7583819,175.1065014,882.7508738 +481481,383.6310901,611.8569776,382.9488175,173.2956517,877.234157 +481482,380.3750826,629.9588547,379.5227869,171.6537137,872.119908 +481483,377.4412542,647.7722734,376.4065215,170.1476842,867.311623 +481484,374.7688832,664.571877,373.5400395,168.7508942,862.7320413 +481485,372.3061247,682.0150327,370.8737696,167.4414454,858.3197582 +481486,370.0139285,698.3387187,368.3685983,166.2021669,854.0260757 +481487,367.8612596,715.1027328,365.9930891,165.0193442,849.8127439 +481488,365.8225973,731.7249842,363.7216679,163.8818854,845.6497464 +481489,363.8769353,747.4047516,361.5335552,162.7808289,841.5138469 +481490,362.0071044,763.261891,359.4119058,161.7089494,837.3870865 +481491,360.1991133,779.1535296,357.3430392,160.6604086,833.2556939 +481492,358.4417935,794.4156154,355.3160565,159.6305835,829.1094898 +481493,356.7261455,809.4665482,353.3221894,158.615774,824.9410271 +481494,355.0449311,824.7987647,351.354402,157.6130262,820.7449329 +481495,353.3923468,839.4404669,349.407074,156.6199928,816.5175962 +481496,351.7637151,854.0992238,347.4756942,155.6347984,812.2566207 +481497,350.1552902,877.2673881,345.5566694,154.6559564,807.9606934 +481498,348.564047,895.4020814,343.6471172,153.6822792,803.6291789 +481499,346.9769272,913.7174405,341.7338162,152.7078589,799.2422164 +481500,345.4229771,931.589312,339.8457118,151.7459403,794.8561195 +481501,344.1126285,1118.685809,338.1933106,150.8922713,790.8570317 +481502,349.8333862,1138.12491,343.5656407,153.1945941,800.1030519 +481503,359.1042825,1156.938376,352.4901186,157.0415335,816.0323428 +481504,368.4295248,1175.279033,361.472915,160.8409162,832.1714761 +481505,376.3577065,1193.237107,369.0603444,163.9507849,845.8591284 +481506,382.4662653,1210.968924,375.1111925,166.1949099,856.820585 +481507,387.1469852,1228.403991,379.6258857,167.7826341,865.5477486 +481508,390.8312012,1245.254028,383.0134037,168.9293732,872.5405398 +481509,393.7950183,1262.968712,385.6141148,169.7681095,878.1383731 +481510,396.1932357,1279.431597,387.6280233,170.3705676,882.5594124 +481511,398.1226044,1296.233099,389.1680431,170.7800411,885.9619462 +481512,399.6570456,1312.659787,390.3095308,171.0290512,888.4769424 +481513,400.8599316,1328.948082,391.113622,171.1452723,890.2196649 +481514,401.7860106,1344.991358,391.6334118,171.1523764,891.2915699 +481515,402.481667,1361.000076,391.9147497,171.0701234,891.7811319 +481516,402.9853366,1376.717896,391.9961581,170.914586,891.7645485 +481517,403.3286951,1392.320016,391.9095962,170.6987561,891.3073983 +481518,403.5377464,1407.679581,391.6813557,170.4330899,890.4659467 +481519,403.633971,1423.039303,391.333162,170.1260613,889.2886805 +481520,403.6350627,1438.100927,390.8829431,169.7845257,887.8172951 +481521,403.555808,1453.062166,390.3455928,169.4140698,886.0878111 +481522,403.4085006,1467.800393,389.73344,169.0192231,884.1312447 +481523,403.2034018,1482.595913,389.056765,168.6036901,881.974448 +481524,402.9490063,1496.896886,388.3240832,168.1704741,879.640556 +481525,402.6524226,1511.390331,387.5425266,167.7220445,877.1496549 +481526,407.2627345,1525.537123,391.6612082,169.5073127,883.5067005 +481527,412.5126528,1539.596368,396.4127848,171.5844325,890.9593913 +481528,417.6294509,1553.439164,401.0243367,173.6012806,898.1031691 +481529,422.9354092,1567.305677,405.8180121,175.7048015,905.5209885 +481530,427.771018,1580.948734,410.1342811,177.5959287,912.0112623 +481531,432.4837498,1593.216654,414.3206864,179.4332965,918.2050833 +481532,437.0854284,1605.471692,418.3911407,181.2236747,924.1452078 +481533,441.5865316,1617.269842,422.3574835,182.972528,929.8650488 +481534,445.998336,1628.841533,426.2313437,184.6849811,935.3902416 +481535,450.3319686,1640.437944,430.023718,186.365755,940.74188 +481536,454.5972734,1658.842016,433.7442371,188.0189054,945.9380571 +481537,458.802533,1660.040885,437.4010311,189.647793,950.9946219 +481538,462.9545735,1685.283275,441.000843,191.2551495,955.9254003 +481539,467.0590297,1677.558534,444.5492778,192.8431988,960.7424198 +481540,471.1205976,1684.015559,448.0510324,194.4137672,965.4561365 +481541,475.1432506,1712.416641,451.5100894,195.9683754,970.0756881 +481542,479.1303185,1712.565296,454.9298115,197.5082832,974.6090138 +481543,483.0846555,1724.684075,458.3130928,199.0345592,979.0631118 +481544,487.008682,1734.504953,461.6623915,200.5480954,983.4440794 +481545,490.9044656,1744.171618,464.9798264,202.0496501,987.7572865 +481546,494.7737608,1753.490297,468.2672134,203.5398629,992.0074326 +481547,498.6180937,1762.628573,471.526139,205.0192873,996.198685 +481548,502.438772,1772.010268,474.7579717,206.4883939,1000.334698 +481549,506.2278806,1780.800416,477.9548701,207.9434821,1004.402272 +481550,509.9993778,1789.5606,481.1308592,209.3908066,1008.427859 +481551,513.7552074,1798.36587,484.2879593,210.8311737,1012.416 +481552,517.4925401,1806.558731,487.4234162,212.2632279,1016.362463 +481553,521.2111397,1815.173616,490.537071,213.6868047,1020.267647 +481554,524.9112366,1823.204938,493.6292323,215.1019626,1024.132717 +481555,528.5932361,1831.441828,496.7003835,216.5088477,1032.695554 +481556,532.2575497,1839.132308,499.7510185,217.9076179,1216.22758 +481557,535.9045998,1847.045467,502.7816407,219.2984407,1130.432896 +481558,539.5347015,1854.560732,505.7926574,220.6814449,1171.516711 +481559,542.8484252,1862.044738,508.4847222,221.9205113,1185.826768 +481560,546.5402217,1869.496295,511.5523721,223.3313841,1199.229311 +481561,550.2136638,1879.376794,514.5992748,224.7337495,1233.527105 +481562,554.0320213,1886.92528,517.7896357,226.1983667,1247.898147 +481563,557.9270409,1894.225652,521.0571117,227.6962285,1261.343678 +481564,561.8116311,1901.238429,524.3153301,229.1895034,1274.393643 +481565,565.64677,1908.029644,527.5250546,230.6611946,1287.456941 +481566,762.4980677,1914.587325,530.6803289,232.1090072,1299.580328 +481567,669.2650703,1921.307527,533.7873851,233.535981,1312.167897 +481568,712.5213058,1927.538018,536.8535894,234.9455756,1323.987959 +481569,727.7946761,1933.761815,539.8843581,236.3403117,1336.227584 +481570,741.796341,1940.056588,542.8833232,237.7218647,1347.614689 +481571,755.9130295,1945.813161,545.8531141,239.0914304,1359.142574 +481572,769.6028082,1951.683352,548.7959349,240.4482395,1370.757601 +481573,783.2090314,1957.479828,551.7136895,241.7900976,1381.87397 +481574,796.4896658,1962.97387,554.60804,243.1160197,1393.000149 +481575,809.9414637,1968.395502,557.4803999,244.4266672,1403.803008 +481576,822.8194685,1973.617091,560.3271023,245.7234311,1414.913062 +481577,835.9881785,1979.030634,563.1425173,247.0077246,1425.479137 +481578,848.5518201,1983.903831,565.9240729,248.280711,1436.088121 +481579,861.6465409,1988.924293,568.6727817,249.5433061,1446.544063 +481580,873.6449294,1993.731506,622.7317705,250.7962398,1456.675576 +481581,886.4667852,1998.428664,679.5362432,252.0401113,1467.239704 +481582,898.6006258,2003.003472,653.0803594,253.2754207,1477.400267 +481583,910.757177,2007.45549,676.408823,254.5025869,1487.081115 +481584,922.6148763,2011.785074,687.090935,255.7219525,1497.115951 +481585,934.8473738,2015.99324,697.243606,256.9338019,1506.839817 +481586,946.4917048,2020.173202,707.4422864,258.1383822,1516.463247 +481587,958.188693,2024.006163,717.2683386,259.3359041,1526.047875 +481588,969.8155806,2027.919055,727.1154034,284.8482402,1535.21285 +481589,981.2778646,2031.635136,736.87346,295.9255806,1544.994299 +481590,992.6590647,2035.24623,746.3927207,301.6939277,1553.995505 +481591,1003.664728,2038.684648,755.7114789,304.602426,1563.228261 +481592,1015.136451,2042.243569,764.7990142,311.5060404,1572.251615 +481593,1026.209703,2045.489932,774.1068654,316.3038838,1581.174469 +481594,1036.770415,2048.702835,782.7187925,321.1670075,1590.066528 +481595,1047.791608,2051.78996,791.6892988,325.9689462,1598.807023 +481596,1058.246943,2054.764442,800.624775,330.6118386,1607.446134 +481597,1069.265179,2057.627075,808.9887366,335.3011952,1616.070505 +481598,1079.632261,2060.377892,817.5172988,339.8409146,1624.505871 +481599,1090.141323,2063.113633,826.1189576,344.3079028,1632.959926 +481600,1100.522954,2065.502639,834.3486109,348.8151823,1641.221627 +481601,1110.822027,2067.986793,842.6386768,353.1716692,1649.506811 +481602,1120.766502,2070.279614,850.7952707,357.4528895,1657.599189 +481603,1131.339335,2072.476162,858.8763532,361.8078461,1665.721341 +481604,1141.178505,2074.563831,866.7289953,365.9968795,1673.648787 +481605,1151.205694,2076.542007,874.8847679,370.1122142,1681.579336 +481606,1161.105494,2078.411441,882.7670273,374.3288179,1689.432052 +481607,1170.930152,2080.172583,890.2861569,378.2918323,1697.132885 +481608,1180.688638,2081.82566,897.9417629,382.4969482,1704.864722 +481609,1190.39187,2083.371307,905.8125584,386.265422,1712.406684 +481610,1199.702906,2084.809767,913.226074,390.2963665,1719.957985 +481611,1209.847365,2086.1417,920.7422284,394.3108821,1727.443574 +481612,1219.128662,2087.367296,928.1617066,397.9460448,1734.771543 +481613,1228.695977,2088.487238,935.5176295,401.9420432,1742.113322 +481614,1238.154359,2089.501733,942.6190133,405.6488671,1749.38919 +481615,1247.569841,2090.411443,950.1626728,409.4061071,1756.512157 +481616,1257.291743,2091.216607,957.1827278,413.1086289,1763.650844 +481617,1266.111561,2091.917901,964.334802,416.7001535,1770.693966 +481618,1275.609401,2092.515516,971.3946947,420.5332845,1777.712861 +481619,1284.86914,2093.010146,978.4005977,423.9495784,1784.578777 +481620,1294.016724,2093.401997,985.3523424,427.5099193,1791.463971 +481621,1184.356748,2039.852786,873.8155226,377.5661312,1566.792398 +481622,1191.200891,2038.835054,877.7624015,379.5418252,1570.736754 +481623,1197.950096,2037.753777,882.4469043,382.242582,1574.784995 +481624,1204.968745,2036.948785,887.5764627,384.8387587,1579.478785 +481625,1212.887392,2036.035393,892.4658828,387.5466208,1584.356256 +481626,1220.080106,2035.084954,897.6430628,390.2535992,1589.295756 +481627,1227.700475,2034.082862,902.6257957,392.9295943,1594.618114 +481628,1235.117383,2032.976497,908.0210216,395.7703608,1599.492052 +481629,1242.679875,2031.812746,912.9996655,398.3325609,1604.784766 +481630,1250.237399,2030.53825,918.030496,400.9691075,1609.661495 +481631,1259.791719,2029.202116,923.1526602,403.7511273,1615.012227 +481632,1268.450462,2027.768192,928.2794352,406.4195909,1620.053953 +481633,1277.917373,2026.24532,933.2422634,408.8688005,1625.143365 +481634,1287.277006,2024.634069,938.2218256,411.649783,1630.217302 +481635,1296.649206,2022.934603,943.1890512,414.1772967,1635.2046 +481636,1306.231935,2021.051838,948.0302817,416.6895845,1640.237322 +481637,1315.761406,2019.310639,953.18967,419.4611935,1645.255957 +481638,1325.098118,2017.282486,957.9315468,421.8198692,1650.180384 +481639,1335.450356,2015.244649,962.8381377,424.4320306,1655.155662 +481640,1344.905339,2013.10599,967.7708186,426.8543403,1660.113308 +481641,1354.921045,2010.879923,972.5462521,429.4911413,1664.97721 +481642,1364.788882,2008.566804,977.3401472,431.9208003,1669.891152 +481643,1374.868629,2006.167109,982.1229087,434.415062,1674.759103 +481644,1384.862468,2003.680906,986.9650864,436.8786705,1679.642017 +481645,1395.068002,2001.108708,991.6508632,439.3356236,1684.426408 +481646,1405.187839,1998.450542,996.3556145,441.7754598,1689.261921 +481647,1415.516665,1995.706952,1001.04999,444.2045061,1694.051999 +481648,1425.749687,1992.877986,1005.511847,446.6209661,1698.858413 +481649,1436.196775,1989.964187,1010.504503,448.9251032,1703.565046 +481650,1446.544712,1986.965615,1014.972328,451.4724833,1708.325226 +481651,1456.789715,1983.512514,1019.548963,453.7463814,1713.039114 +481652,1467.050595,1979.809749,1024.049972,456.1983174,1717.770001 +481653,1477.234042,1976.302418,1028.523155,458.3546861,1722.398106 +481654,1487.598793,1972.266219,1032.968965,460.7347436,1727.082478 +481655,1497.838274,1968.394194,1037.640203,463.0071236,1731.720704 +481656,1508.283213,1964.331989,1041.648525,465.1794697,1736.379077 +481657,1518.585777,1960.183283,1046.206845,467.6030033,1740.929558 +481658,1529.046624,1955.938897,1050.537433,469.7772308,1745.545017 +481659,1539.547583,1951.599029,1054.82096,472.0346802,1750.108216 +481660,1549.961321,1947.166368,1059.163651,474.2625967,1754.657427 +481661,1560.523707,1942.552002,1063.395156,476.4791321,1759.227836 +481662,1571.126465,1938.064465,1067.666405,478.683893,1760.040517 +481663,1581.633339,1933.300759,1071.915466,480.8871987,1763.408116 +481664,1592.361667,1928.529737,1075.852089,483.0628171,1765.998663 +481665,1602.930689,1923.658304,1080.494026,485.2440504,1768.795556 +481666,1613.718723,1918.70238,1084.416761,487.4074198,1771.233366 +481667,1624.34959,1913.66354,1088.660634,489.4360256,1774.694392 +481668,1634.960332,1908.624468,1092.700001,491.7449613,1776.959818 +481669,1645.841797,1903.301371,1096.835484,493.8067627,1780.001777 +481670,1655.867831,1898.073565,1100.902333,495.9229861,1782.633603 +481671,1667.477518,1892.698505,1104.929772,498.1600238,1785.391267 +481672,1677.812134,1887.259455,1108.935866,500.0497023,1788.141306 +481673,1688.903035,1881.65508,1112.999971,502.1106812,1790.849688 +481674,1699.581495,1876.191111,1116.939829,504.3723652,1793.653793 +481675,1710.632925,1870.466982,1120.969319,506.3440252,1796.359218 +481676,1721.503365,1864.742241,1124.86903,508.4280987,1799.047876 +481677,1732.403195,1858.933091,1128.859645,510.4811288,1801.883613 +481678,1743.547363,1853.052299,1132.718864,512.524745,1804.446003 +481679,1754.334976,1847.101523,1136.671563,514.4082736,1807.26612 +481680,1765.526832,1841.080998,1140.490186,516.6695219,1809.918662 +481681,1535.567061,1724.666993,902.2252676,409.1945897,1375.938795 +481682,1539.570727,1715.463404,900.5292577,408.2165817,1360.738702 +481683,1547.182174,1707.163813,899.9267768,408.406444,1358.814123 +481684,1555.019596,1699.290401,900.3699235,408.7886487,1358.401657 +481685,1563.192362,1691.398885,901.1065239,409.358304,1358.489461 +481686,1571.886987,1683.640676,902.0566251,410.0274964,1359.115146 +481687,1580.55292,1675.894892,903.1389497,410.7586769,1360.060793 +481688,1589.49884,1668.14753,904.3084375,411.5303942,1361.220597 +481689,1598.394281,1660.384805,905.5392775,412.3305192,1362.531804 +481690,1607.621245,1678.638313,906.8182747,413.0531606,1363.989368 +481691,1616.118131,1607.268224,908.1370704,414.0439525,1365.488188 +481692,1626.335649,1682.777946,909.4902475,414.8276987,1367.126881 +481693,1635.055877,1585.101166,910.8745,415.7151612,1368.823454 +481694,1644.849268,1657.8668,912.2865502,416.599086,1370.591387 +481695,1654.023001,1583.670126,913.7247209,417.4954592,1372.448905 +481696,1663.699877,1619.126412,915.1866281,418.4029712,1372.707435 +481697,1673.393537,1591.819958,916.6716656,419.4252391,1374.041876 +481698,1682.843363,1590.387889,918.1776937,420.1971351,1374.719859 +481699,1692.720578,1580.783924,919.7038076,421.2105537,1375.722115 +481700,1702.51286,1572.976809,921.0189988,422.1412528,1376.721763 +481701,1712.285409,1564.864432,922.9328235,423.0968572,1377.763711 +481702,1722.286518,1556.791631,924.3398471,424.0607764,1378.844982 +481703,1732.253383,1548.518425,925.9743547,425.032741,1379.964909 +481704,1742.103416,1540.294068,927.5832327,426.0120345,1381.120158 +481705,1752.322403,1532.15827,929.207444,426.8920728,1382.3351 +481706,1762.383872,1523.85843,930.8440118,428.0458431,1383.519093 +481707,1772.567135,1515.663877,932.4933422,428.9681322,1384.791494 +481708,1782.794022,1507.265431,934.1538945,429.9914171,1386.070492 +481709,1793.071422,1498.99154,935.8257396,431.0034164,1387.382431 +481710,1803.329032,1490.638629,937.5074277,432.0208676,1388.720718 +481711,1813.63071,1482.135285,938.8923102,432.9129877,1390.085371 +481712,1823.861425,1473.589138,940.2231377,433.7828779,1391.49833 +481713,1834.017218,1465.007273,941.5310317,434.6434351,1392.870184 +481714,1844.287311,1456.396811,942.8244959,435.497914,1394.321871 +481715,1854.71446,1447.826509,944.1074089,436.3480055,1395.772444 +481716,1865.035436,1439.070714,945.3803931,437.194007,1397.246221 +481717,1875.464823,1430.36248,946.6449171,438.0365841,1398.73994 +481718,1885.922003,1421.739168,947.900559,438.875564,1400.250831 +481719,1896.421821,1413.032974,949.1483795,439.7114121,1401.779487 +481720,1906.889327,1404.203635,950.3876746,440.5438234,1403.349093 +481721,1917.595694,1395.484059,951.6193186,441.3731761,1404.868927 +481722,1928.248804,1386.69475,952.8425605,442.082098,1406.461221 +481723,1938.816508,1377.899327,954.0581984,443.0811659,1407.787348 +481724,1949.512559,1369.09144,955.5152399,443.9327752,1409.7899 +481725,1960.378949,1360.332063,956.337225,444.5916515,1411.204901 +481726,1971.126851,1351.41664,957.7098671,445.4898849,1412.871815 +481727,1981.987917,1342.556473,958.8537881,446.281254,1414.532104 +481728,1992.880965,1333.783537,960.027902,447.0874946,1416.134579 +481729,2003.813971,1324.950369,961.1947433,447.8907064,1417.808219 +481730,2014.796356,1316.012921,962.3531032,448.6904697,1419.465585 +481731,2025.735877,1307.190311,963.5035851,449.4870139,1421.136633 +481732,2036.928463,1298.316174,964.6454255,450.2799994,1422.814955 +481733,2048.061461,1289.446809,965.8046371,451.069703,1424.501633 +481734,2059.100166,1280.636947,966.8914362,451.8557895,1426.222033 +481735,2070.277532,1271.692725,968.0267944,452.6385276,1427.880468 +481736,2081.638591,1262.81167,969.1309542,453.4175895,1429.60756 +481737,2092.864733,1254.078922,970.2307673,454.1932401,1431.316429 +481738,2104.206089,1245.111866,971.3217134,454.9651596,1433.035024 +481739,2115.585132,1236.311812,972.4043324,455.7336058,1434.759866 +481740,2127.002036,1227.469572,973.4779343,456.4982688,1436.489402 +481741,2373.239288,1325.981469,1210.08498,563.9020346,1863.754844 +481742,2387.911832,1319.154571,1214.834643,566.6951261,1870.082743 +481743,2401.82305,1311.697334,1218.572965,568.6344869,1874.982618 +481744,2414.752147,1303.980208,1221.665611,570.4105089,1879.358531 +481745,2427.627668,1296.128826,1224.391589,572.0349928,1883.223923 +481746,2440.373292,1288.191033,1227.016956,573.5709724,1886.939273 +481747,2452.904177,1280.209663,1229.481119,575.0479666,1890.394568 +481748,2465.526776,1272.260051,1231.446519,576.4818393,1893.624167 +481749,2478.158168,1264.1623,1234.417944,577.8824642,1896.870142 +481750,2490.487658,1256.123354,1236.294235,579.0654344,1899.927258 +481751,2502.953027,1248.228698,1238.575655,580.6988846,1903.058961 +481752,2515.586241,1243.013985,1240.702871,581.8817261,1906.000891 +481753,2528.103403,1237.407981,1242.773367,583.2262707,1908.986133 +481754,2540.439057,1231.590216,1244.892009,584.5136918,1911.88769 +481755,2552.992428,1225.835022,1246.864213,585.7771538,1914.722844 +481756,2565.549819,1220.123291,1248.867746,587.0186416,1917.503724 +481757,2577.727687,1214.226772,1250.672315,588.2399341,1920.237452 +481758,2590.45026,1208.584477,1252.637125,589.4416497,1922.925436 +481759,2602.818445,1202.787883,1254.42741,590.6246158,1925.571987 +481760,2615.42118,1197.053611,1256.222737,591.7890733,1928.120707 +481761,2627.726936,1191.376378,1257.973199,592.9356779,1930.778736 +481762,2640.179889,1185.578877,1259.685754,594.0645787,1933.267188 +481763,2652.95993,1179.911312,1261.318807,595.1763866,1935.832864 +481764,2665.18574,1174.160953,1263.067371,596.2712031,1938.205391 +481765,2677.803447,1168.61654,1264.575275,597.3495404,1940.682728 +481766,2691.596018,1162.849669,1266.184249,598.4114728,1943.016178 +481767,2716.954743,1157.259418,1267.714409,599.4575081,1945.481023 +481768,2700.972733,1151.638646,1269.173023,600.487661,1950.864469 +481769,2726.37534,1146.557803,1270.712145,601.5023683,1948.916552 +481770,2744.30327,1140.205005,1272.118302,602.5016599,1957.468709 +481771,2751.571373,1135.014988,1273.376229,603.4190397,1951.106083 +481772,2765.475941,1129.310039,1274.562958,604.3075131,1965.947698 +481773,2778.128822,1123.738533,1275.748529,605.1741321,1950.395233 +481774,2790.29787,1118.187106,1276.779139,606.0208005,1978.402332 +481775,2803.087073,1112.662455,1277.826632,606.8487498,1943.496576 +481776,2815.576757,1107.166622,1278.910858,607.6583584,1966.840138 +481777,2827.862654,1101.652424,1279.863714,608.4503842,1970.693022 +481778,2840.418176,1096.291969,1280.821366,609.2249938,1968.441484 +481779,2852.968593,1090.860893,1281.737426,609.982731,1971.973929 +481780,2865.185662,1085.507081,1282.618854,610.4981281,1973.918915 +481781,2877.568282,1080.184787,1283.467062,611.5634313,1976.113428 +481782,2902.453202,1074.902223,1284.281923,612.1054344,1978.090853 +481783,2890.435862,1069.613963,1285.018117,612.836313,1980.116046 +481784,2914.219635,1064.485755,1285.886492,613.5125986,1982.174473 +481785,2929.906384,1059.30119,1286.500687,614.1752163,1984.057082 +481786,2938.441338,1054.203245,1287.231198,614.8223005,1986.065367 +481787,2951.940187,1049.14814,1287.883213,615.4544947,1987.937921 +481788,2963.886531,1044.144348,1288.510773,616.0714504,1990.028138 +481789,2990.027746,1039.192753,1289.063102,616.674102,1991.793854 +481790,2981.476346,1034.297514,1289.705725,617.2610918,1993.749461 +481791,2999.051549,1029.458698,1290.212131,617.8342802,1995.61732 +481792,3032.702109,1024.677529,1290.781115,618.3939978,1997.486938 +481793,3046.985771,1019.958024,1291.061332,618.9022001,1999.402182 +481794,3051.039824,1015.301628,1291.694894,619.695101,2001.126974 +481795,3106.650563,1010.799474,1291.971432,619.8047492,2002.933733 +481796,3081.656345,1006.193674,1292.29553,620.4855347,2004.893564 +481797,3116.70151,1001.808615,1292.769137,620.8864097,2006.528963 +481798,3129.926256,997.4359573,1292.93383,621.3893287,2008.363457 +481799,3146.460826,993.1693531,1293.355903,621.8221531,2010.192998 +481800,3171.604981,988.8550251,1293.581595,622.236859,2011.75806 +481801,3220.329529,1007.70588,1341.54456,645.7065675,2095.192955 +481802,3253.143176,1004.691355,1344.969273,647.7672582,2108.507699 +481803,3269.37936,1002.504503,1347.762306,649.186141,2091.903332 +481804,3295.758025,999.1557212,1349.795014,650.4900901,2114.690279 +481805,3305.054167,996.2429185,1351.991708,651.6987519,2111.035059 +481806,3312.690493,993.2715359,1353.817339,652.8502846,2115.743687 +481807,3320.876833,989.8174525,1355.582247,653.9457607,2119.213234 +481808,3325.424875,986.9822223,1357.257498,655.0628758,2122.304869 +481809,3330.11532,984.2921539,1358.869083,656.2119864,2125.524545 +481810,3334.263337,981.5170198,1360.42321,657.527348,2128.592801 +481811,3338.243954,978.8762753,1361.926823,659.1131295,2131.617766 +481812,3342.123256,976.2141562,1363.319849,660.7009816,2134.677379 +481813,3345.940614,973.5786419,1366.409152,662.2182962,2137.366326 +481814,3349.726652,970.9604009,1366.701908,663.9296484,2140.45423 +481815,3353.472294,968.309174,1369.817371,665.5807491,2150.896205 +481816,3357.25011,965.7968535,1368.727721,667.3524063,2138.044094 +481817,3361.086012,963.191841,1373.940247,669.0992327,2148.800237 +481818,3364.926402,960.6443586,1369.586917,670.9654475,2152.98204 +481819,3368.762143,958.1035826,1379.124698,672.8516104,2153.608484 +481820,3372.642609,955.5766531,1368.267832,674.8225004,2156.933285 +481821,3376.615569,953.0634837,1365.317981,676.7590625,2159.338421 +481822,3380.594596,950.563464,1382.011113,678.8149029,2162.166514 +481823,3384.498563,948.0769086,1374.489817,680.8889822,2177.230218 +481824,3388.491695,945.60301,1377.396038,683.0473362,2148.052829 +481825,3392.566577,943.1421412,1378.456188,685.168896,2179.085192 +481826,3396.610987,940.6939294,1379.210697,687.4107161,2170.287714 +481827,3400.648742,938.2587609,1380.248355,689.6699702,2182.609248 +481828,3404.748205,935.836231,1381.050537,692.01398,2168.971998 +481829,3408.914542,933.4268613,1381.957196,694.3201477,2179.709907 +481830,3413.020526,931.0304228,1382.654918,696.7481324,2202.244492 +481831,3417.207043,928.808026,1383.85235,699.3500392,2155.583004 +481832,3421.57451,926.6324211,1384.972786,702.0654861,2214.702872 +481833,3425.92067,924.4889182,1386.358354,704.7561866,2164.837355 +481834,3430.558498,922.3722484,1387.414787,707.5811724,2216.180969 +481835,3435.17764,920.2817816,1388.68922,710.4684902,2178.880545 +481836,3439.794018,918.2155561,1389.885903,713.3241229,2207.658173 +481837,3444.784659,916.1735307,1391.088742,716.3164419,2195.35504 +481838,3450.042897,914.1552016,1392.355554,719.3299545,2202.485579 +481839,3455.622082,912.1605536,1393.439639,722.0656492,2204.042143 +481840,3461.481623,910.1890909,1394.605681,725.7011429,2206.250887 +481841,3467.639973,908.2410593,1395.880404,728.6340086,2214.773653 +481842,3473.834238,906.316035,1397.001022,731.8803418,2207.555439 +481843,3479.863734,904.414193,1398.178001,735.2219217,2214.16474 +481844,3486.195369,902.5347948,1399.409336,738.5663399,2215.618631 +481845,3492.260492,900.6784318,1400.452137,741.8607657,2217.761804 +481846,3498.316099,898.8934381,1401.650822,745.3837947,2219.806464 +481847,3504.387625,897.0102177,1402.779256,748.8353527,2222.248411 +481848,3510.476564,895.2558157,1403.911997,752.3776704,2224.317807 +481849,3516.573415,893.4819714,1405.038896,755.9624933,2226.593501 +481850,3522.674092,891.7374649,1406.159099,759.5971956,2228.551141 +481851,3528.784112,890.015423,1407.199806,763.2801909,2230.965006 +481852,3534.900697,888.3152098,1408.491234,766.9706811,2232.994288 +481853,3541.014805,886.6371636,1409.430196,770.8531616,2235.209233 +481854,3547.128164,884.9807063,1410.590329,774.5852272,2237.187001 +481855,3553.248851,883.346182,1411.670015,778.4532182,2239.528238 +481856,3559.37336,881.7330166,1412.754072,782.4288927,2241.570281 +481857,3565.766805,880.1415485,1413.833358,786.362611,2243.664877 +481858,3571.826175,878.5711793,1414.906585,790.3786132,2245.856308 +481859,3577.882295,877.0222322,1415.974898,794.4328251,2247.741577 +481860,3583.953349,875.4941121,1417.112702,798.5299902,2250.060302 +481861,3585.955463,841.218878,1341.116634,769.3852769,2106.941278 +481862,3578.186683,838.7240119,1341.313703,773.156038,2117.591388 +481863,3568.693327,837.3388569,1341.810422,777.1599553,2108.179725 +481864,3562.804831,835.5290885,1342.302016,781.1334656,2114.336334 +481865,3561.125467,833.9165082,1342.711419,785.2002415,2115.446803 +481866,3562.547178,832.2960369,1343.282508,789.2645056,2116.922336 +481867,3565.795775,830.7077937,1343.7987,793.4824979,2118.733582 +481868,3570.013531,829.1433581,1344.329673,797.6864103,2120.220117 +481869,3574.750384,827.6016682,1344.790995,801.8136647,2122.196503 +481870,3579.75105,826.0814056,1345.507584,806.1839879,2123.778919 +481871,3585.192505,824.5823734,1345.880478,810.4504065,2125.594635 +481872,3590.335951,823.1036349,1346.478527,814.799135,2127.08411 +481873,3595.531056,821.6452605,1347.00137,819.1758226,2129.006384 +481874,3601.033548,820.2064607,1347.533022,823.5841834,2130.656044 +481875,3606.140129,815.7759131,1341.039728,827.5869258,2132.370359 +481876,3612.400311,813.774155,1340.247662,832.0574265,2133.893039 +481877,3618.710808,812.1667915,1340.124329,836.5627795,2135.829618 +481878,3625.534859,810.5457926,1340.173155,841.2324929,2137.427142 +481879,3631.943835,809.0176097,1340.300476,845.886306,2139.073346 +481880,3638.064671,807.5214552,1340.469129,850.4495511,2140.825438 +481881,3644.293965,806.057239,1340.664459,855.2733225,2142.328461 +481882,3650.120874,804.6212036,1340.877884,859.9770823,2144.179374 +481883,3656.071309,803.2118153,1341.106217,864.7650946,2151.496848 +481884,3661.708291,801.8266019,1341.420706,869.5767428,2139.196831 +481885,3667.273126,800.4658039,1341.557652,874.4186106,2157.568781 +481886,3673.060958,799.1278846,1341.870826,879.28758,2148.365477 +481887,3678.900766,797.8119594,1342.126281,884.185831,2152.633192 +481888,3684.326682,796.5177466,1342.399763,889.1092214,2154.506846 +481889,3689.778716,795.2447474,1342.680473,894.0061478,2155.830812 +481890,3695.215855,793.9918359,1342.966365,899.0561198,2157.375064 +481891,3700.637062,792.5973354,1342.879674,903.6295918,2159.132861 +481892,3705.890015,791.1882946,1342.641811,907.9718708,2160.781753 +481893,3710.870299,789.7816234,1342.563744,912.5719569,2162.178328 +481894,3715.805367,788.3815681,1342.273019,916.850477,2169.297653 +481895,3720.469589,786.98758,1342.066843,921.4930198,2163.563017 +481896,3724.615807,785.6032077,1341.801218,925.772758,2166.930165 +481897,3728.573847,784.225927,1341.553146,930.312515,2169.052838 +481898,3732.497611,782.8591955,1341.260986,934.6043496,2170.382237 +481899,3736.297978,781.4987469,1340.986331,939.0459933,2171.689321 +481900,3739.970536,780.1492662,1340.748254,943.4468592,2173.933238 +481901,3743.732073,778.8069702,1340.315078,947.6488505,2179.667073 +481902,3747.350979,777.4274117,1340.045307,952.1154135,2175.154837 +481903,3750.832087,776.1671163,1339.697122,956.3521309,2177.3815 +481904,3753.852091,774.8171955,1339.350029,960.6240018,2179.667836 +481905,3756.890083,773.5131452,1338.993279,964.8872372,2186.237697 +481906,3760.104683,772.210296,1338.626554,969.0742395,2175.851931 +481907,3762.840572,770.9141403,1338.249972,973.3804862,2188.564607 +481908,3765.780362,769.6259405,1337.864198,977.5341087,2184.996512 +481909,3768.76108,768.3443912,1337.469026,981.7700444,2190.715618 +481910,3771.510576,767.0695912,1337.064537,985.8201197,2187.250193 +481911,3773.815899,765.8352487,1336.748354,990.4351781,2187.974082 +481912,3776.227013,764.5855658,1336.339037,994.4891042,2194.144557 +481913,3778.781744,763.3364721,1335.919346,998.5042176,2191.444093 +481914,3781.198731,762.0925194,1335.490069,1002.642678,2195.423632 +481915,3783.351888,760.8543412,1335.051723,1006.616093,2192.866906 +481916,3785.027757,759.6217257,1334.604451,1010.60476,2191.597497 +481917,3786.256838,758.3950235,1334.149118,1014.545807,2190.661275 +481918,3787.068123,757.1739573,1333.685182,1018.44656,2186.974613 +481919,3787.358535,755.9585092,1333.213811,1022.305691,2183.158474 +481920,3787.154073,754.748644,1332.734575,1026.121352,2179.252905 +481921,3784.395026,687.1803592,1178.692094,963.6094269,2021.051574 +481922,3757.661263,685.2318102,1176.29807,966.6990381,1858.628676 +481923,3722.663191,683.4266457,1174.535673,969.8653827,1929.388121 +481924,3696.970034,681.7711765,1172.713312,973.0995901,1919.970693 +481925,3682.667422,680.04043,1171.041942,976.2957165,1917.781205 +481926,3675.37788,678.4222893,1169.513696,979.4002032,1919.078249 +481927,3672.211294,676.7849975,1167.857445,982.6707896,1919.697495 +481928,3671.100942,675.1660373,1166.274313,985.6051178,1920.375386 +481929,3670.876742,673.5573583,1164.68695,988.6710717,1921.007449 +481930,3670.987204,671.9570051,1163.102245,991.614363,1921.686279 +481931,3671.184812,670.3638911,1161.518501,994.5025181,1922.346827 +481932,3671.344872,668.7360186,1159.93376,998.3643677,1922.975214 +481933,3671.397513,667.2147016,1158.419142,1000.336308,1923.602902 +481934,3671.30385,665.6100245,1156.723193,1004.00913,1924.232926 +481935,3671.042312,664.0447705,1155.109985,1005.418562,1924.800651 +481936,3670.596745,662.4779802,1153.606479,1009.706494,1925.432098 +481937,3669.963961,660.9151955,1151.954934,1009.727254,1925.986586 +481938,3669.136059,659.3561086,1150.358788,1015.51829,1926.542393 +481939,3668.117512,657.8005653,1148.747375,1012.930734,1927.080235 +481940,3666.898309,656.2480871,1147.129774,1021.917219,1927.581151 +481941,3665.488256,654.698529,1145.506279,1014.266955,1928.092652 +481942,3663.866429,653.1114868,1143.876014,1029.889043,1928.711888 +481943,3662.034406,651.6246836,1142.239155,1012.217222,1928.950894 +481944,3659.969407,650.0536312,1140.524094,1041.487659,1929.482589 +481945,3657.715968,648.51774,1138.974254,1003.722892,1929.85601 +481946,3655.263908,646.976955,1137.263949,1036.175308,1930.226347 +481947,3652.476162,645.4231189,1135.655092,1044.027466,1930.624713 +481948,3649.487191,643.8794104,1133.868755,1004.523227,1930.932107 +481949,3646.303264,642.3367258,1132.223777,1040.563388,1931.228382 +481950,3642.736472,640.7548073,1130.508716,1046.981369,1931.507079 +481951,3638.659143,638.7874216,1127.673183,1003.440447,1931.746025 +481952,3634.426908,636.6389202,1124.525321,1041.820247,1931.921314 +481953,3629.427768,634.4735584,1121.400848,1040.029683,1932.130584 +481954,3623.821978,632.2659422,1118.059537,1006.236875,1932.247207 +481955,3617.708938,630.0280369,1114.712852,1035.160757,1932.34691 +481956,3611.030759,627.7251975,1111.293052,1032.478512,1932.521983 +481957,3603.952513,625.4884519,1107.819329,1006.750425,1932.366398 +481958,3596.490985,623.1472616,1104.290724,1041.044239,1932.378376 +481959,3588.405834,620.8145916,1100.713296,996.6296252,1932.293403 +481960,3580.301362,618.4536635,1115.257808,1035.820555,1932.216353 +481961,3571.936673,616.0713586,1066.07564,995.3917207,1932.013933 +481962,3563.055699,613.6301805,1102.989226,1022.24418,1931.776294 +481963,3553.950073,611.2598803,1087.575323,999.4368439,1931.534406 +481964,3545.053547,605.6975613,1067.633491,1039.529047,1931.24516 +481965,3542.126525,602.8501467,1073.447491,1009.938729,1931.084843 +481966,3541.999546,600.2409756,1065.075801,1046.556804,1930.507594 +481967,3541.851207,597.5997885,1061.705991,1003.598543,1930.184098 +481968,3539.796032,595.0036563,1057.495532,1043.838561,1929.634974 +481969,3535.504264,592.4091277,1053.426725,1001.896239,1929.19498 +481970,3529.833133,589.7807905,1049.300776,1031.039091,1928.644081 +481971,3522.718961,587.2385448,1045.178368,1003.431697,1928.06507 +481972,3514.369746,584.6186209,1041.046459,1013.330989,1927.437012 +481973,3504.636363,582.0268481,1036.906912,1004.122834,1926.845104 +481974,3494.396186,579.3806747,1032.722615,1000.317632,1926.253618 +481975,3483.496276,576.8243137,1028.556246,995.3994457,1925.369923 +481976,3472.030255,574.190824,1024.379092,990.4580759,1924.714759 +481977,3459.786656,571.5825337,1020.252252,985.0130396,1923.842714 +481978,3447.392555,568.9295863,1015.968767,979.5395234,1923.111315 +481979,3434.544806,566.689505,1011.802411,973.7977791,1922.16124 +481980,3421.200371,563.555956,1007.514299,967.9220947,1921.230156 +481981,2030.925006,560.8412262,859.3899315,961.3638348,1917.205873 +481982,2143.814556,687.8591963,897.049592,1085.493115,2132.953197 +481983,2294.696875,689.2738947,944.7294978,1086.763191,2233.845427 +481984,2410.849501,685.0310697,979.6409726,1068.312128,2303.346609 +481985,2476.149529,682.5798337,998.2034668,1071.767995,2335.32135 +481986,2510.809932,679.8029328,1008.142135,1060.577336,2349.572665 +481987,2529.564297,676.9257536,1014.061304,1053.947317,2356.1959 +481988,2540.044739,674.1675698,1018.043312,1046.446575,2359.809592 +481989,2545.745515,671.2886025,1021.001928,1038.784736,2362.214449 +481990,2548.153653,668.4349878,1023.31259,1030.980637,2364.061221 +481991,2547.999377,665.5660703,1025.153793,1022.979514,2365.592901 +481992,2545.743554,662.6910903,1026.612637,1015.128708,2366.891926 +481993,2541.757158,659.8144482,1027.753093,1006.850006,2367.994326 +481994,2536.358694,656.8846326,1028.620756,998.6238185,2368.924477 +481995,2529.813528,654.0718296,1029.256827,990.4775731,2369.702602 +481996,2522.342679,643.9065901,1029.696545,926.1382797,2370.344794 +481997,2507.287844,640.3235368,1029.688949,913.7672683,2370.860037 +481998,2487.931096,637.4497047,1029.376052,905.0074735,2371.262364 +481999,2468.200712,634.7777059,1028.934782,897.2086596,2371.565194 +482000,2450.025208,631.9846965,1028.471778,890.1512301,2371.814486 +482001,2433.718154,629.4700493,1027.999842,883.5160754,2371.985668 +482002,2418.976549,626.934083,1027.512744,876.8214671,2372.058407 +482003,2405.454403,624.3068321,1027.017157,870.816542,2372.054257 +482004,2392.884961,621.8832188,1026.50966,864.6342326,2371.983653 +482005,2381.089957,619.3983537,1025.995569,858.8188117,2371.852333 +482006,2369.949982,616.8992983,1025.476249,867.9417915,2371.665138 +482007,2359.368708,614.5065781,1024.949554,825.1531103,2371.424052 +482008,2349.266883,612.1103736,1024.418155,868.1347211,2371.132142 +482009,2339.577537,609.6016924,1023.884243,811.6071258,2370.791868 +482010,2330.244794,607.2856452,1023.343275,849.8732652,2370.405707 +482011,2321.257739,604.9298387,1022.816081,812.859746,2370.014123 +482012,2312.543537,602.4277538,1022.286855,826.6108498,2369.583417 +482013,2304.04257,600.2131526,1021.74046,814.9034084,2369.086728 +482014,2295.744665,597.8717559,1021.186473,811.2490925,2368.543826 +482015,2287.633971,595.4573369,1020.629722,806.429214,2367.963761 +482016,2279.694193,593.2269906,1020.066667,801.6256441,2367.351553 +482017,2271.90999,590.9553673,1019.501884,796.9024537,2366.710304 +482018,2264.267733,588.5748845,1018.935227,792.1898261,2366.042413 +482019,2256.755509,586.3477197,1018.36416,787.6492403,2365.349903 +482020,2249.363067,584.1701697,1017.790664,782.9987301,2364.634689 +482021,2242.081522,581.9076059,1017.216616,778.6183015,2363.898526 +482022,2234.903202,579.5796639,1016.637256,773.9257838,2363.143093 +482023,2227.821426,577.4400794,1016.056711,769.700274,2362.369952 +482024,2220.83041,575.2576875,1015.474678,765.1778466,2361.580612 +482025,2213.654714,573.0724691,1014.88856,760.9211164,2360.776437 +482026,2206.837318,570.7879665,1014.300307,756.5260035,2359.958748 +482027,2200.101803,568.6605099,1013.711797,752.3884673,2359.12878 +482028,2193.477288,566.5808769,1013.135814,747.9876921,2358.328125 +482029,2186.922633,564.4163119,1012.559839,743.9065744,2357.519313 +482030,2180.40551,562.1854206,1011.969834,739.5923022,2356.671596 +482031,2173.941629,560.1412915,1011.37126,735.6167237,2355.804493 +482032,2167.536626,558.0534359,1010.769198,731.4423801,2354.926223 +482033,2161.19176,555.9619184,1010.1667,727.3857385,2354.040385 +482034,2154.906496,553.7347995,1009.559428,723.2999549,2353.14874 +482035,2148.679633,551.7884376,1008.951633,719.3641673,2352.252265 +482036,2142.509883,549.7183129,1008.34304,715.3019294,2351.351691 +482037,2136.395967,547.6766094,1007.731064,711.4842571,2350.447562 +482038,2130.336742,545.5284518,1007.117638,707.3573809,2349.540404 +482039,2124.33114,543.5718759,1006.504618,703.6598969,2348.630655 +482040,2118.37823,541.570466,1005.887249,699.6698979,2347.718778 +482041,0,0,0,0,0 +482042,0,0,0,0,0 +482043,0,0,0,0,0 +482044,0,0,0,0,0 +482045,0,0,0,0,0 +482046,0,0,0,0,0 +482047,0,0,0,0,0 +482048,0,0,0,0,0 +482049,0,0,0,0,0 +482050,0,0,0,0,0 +482051,0,0,0,0,0 +482052,0,0,0,0,0 +482053,0,0,0,0,0 +482054,0,0,0,0,0 +482055,0,0,0,0,0 +482056,0,0,0,0,0 +482057,0,0,0,0,0 +482058,0,0,0,0,0 +482059,0,0,0,0,0 +482060,0,0,0,0,0 +482061,0,0,0,0,0 +482062,0,0,0,0,0 +482063,0,0,0,0,0 +482064,0,0,0,0,0 +482065,0,0,0,0,0 +482066,0,0,0,0,0 +482067,0,0,0,0,0 +482068,0,0,0,0,0 +482069,0,0,0,0,0 +482070,0,0,0,0,0 +482071,0,0,0,0,0 +482072,0,0,0,0,0 +482073,0,0,0,0,0 +482074,0,0,0,0,0 +482075,0,0,0,0,0 +482076,0,0,0,0,0 +482077,0,0,0,0,0 +482078,0,0,0,0,0 +482079,0,0,0,0,0 +482080,0,0,0,0,0 +482081,0,0,0,0,0 +482082,0,0,0,0,0 +482083,0,0,0,0,0 +482084,0,0,0,0,0 +482085,0,0,0,0,0 +482086,0,0,0,0,0 +482087,0,0,0,0,0 +482088,0,0,0,0,0 +482089,0,0,0,0,0 +482090,0,0,0,0,0 +482091,0,0,0,0,0 +482092,0,0,0,0,0 +482093,0,0,0,0,0 +482094,0,0,0,0,0 +482095,0,0,0,0,0 +482096,0,0,0,0,0 +482097,0,0,0,0,0 +482098,0,0,0,0,0 +482099,0,0,0,0,0 +482100,0,0,0,0,0 +482101,0,0,0,0,0 +482102,0,0,0,0,0 +482103,0,0,0,0,0 +482104,0,0,0,0,0 +482105,0,0,0,0,0 +482106,0,0,0,0,0 +482107,0,0,0,0,0 +482108,0,0,0,0,0 +482109,0,0,0,0,0 +482110,0,0,0,0,0 +482111,0,0,0,0,0 +482112,0,0,0,0,0 +482113,0,0,0,0,0 +482114,0,0,0,0,0 +482115,0,0,0,0,0 +482116,0,0,0,0,0 +482117,0,0,0,0,0 +482118,0,0,0,0,0 +482119,0,0,0,0,0 +482120,0,0,0,0,0 +482121,0,0,0,0,0 +482122,0,0,0,0,0 +482123,0,0,0,0,0 +482124,0,0,0,0,0 +482125,0,0,0,0,0 +482126,0,0,0,0,0 +482127,0,0,0,0,0 +482128,0,0,0,0,0 +482129,0,0,0,0,0 +482130,0,0,0,0,0 +482131,0,0,0,0,0 +482132,0,0,0,0,0 +482133,0,0,0,0,0 +482134,0,0,0,0,0 +482135,0,0,0,0,0 +482136,0,0,0,0,0 +482137,0,0,0,0,0 +482138,0,0,0,0,0 +482139,0,0,0,0,0 +482140,0,0,0,0,0 +482141,0,0,0,0,0 +482142,0,0,0,0,0 +482143,0,0,0,0,0 +482144,0,0,0,0,0 +482145,0,0,0,0,0 +482146,0,0,0,0,0 +482147,0,0,0,0,0 +482148,0,0,0,0,0 +482149,0,0,0,0,0 +482150,0,0,0,0,0 +482151,0,0,0,0,0 +482152,0,0,0,0,0 +482153,0,0,0,0,0 +482154,0,0,0,0,0 +482155,0,0,0,0,0 +482156,0,0,0,0,0 +482157,0,0,0,0,0 +482158,0,0,0,0,0 +482159,0,0,0,0,0 +482160,0,0,0,0,0 +482161,0,0,0,0,0 +482162,0,0,0,0,0 +482163,0,0,0,0,0 +482164,0,0,0,0,0 +482165,0,0,0,0,0 +482166,0,0,0,0,0 +482167,0,0,0,0,0 +482168,0,0,0,0,0 +482169,0,0,0,0,0 +482170,0,0,0,0,0 +482171,0,0,0,0,0 +482172,0,0,0,0,0 +482173,0,0,0,0,0 +482174,0,0,0,0,0 +482175,0,0,0,0,0 +482176,0,0,0,0,0 +482177,0,0,0,0,0 +482178,0,0,0,0,0 +482179,0,0,0,0,0 +482180,0,0,0,0,0 +482181,0,0,0,0,0 +482182,0,0,0,0,0 +482183,0,0,0,0,0 +482184,0,0,0,0,0 +482185,0,0,0,0,0 +482186,0,0,0,0,0 +482187,0,0,0,0,0 +482188,0,0,0,0,0 +482189,0,0,0,0,0 +482190,0,0,0,0,0 +482191,0,0,0,0,0 +482192,0,0,0,0,0 +482193,0,0,0,0,0 +482194,0,0,0,0,0 +482195,0,0,0,0,0 +482196,0,0,0,0,0 +482197,0,0,0,0,0 +482198,0,0,0,0,0 +482199,0,0,0,0,0 +482200,0,0,0,0,0 +482201,0,0,0,0,0 +482202,0,0,0,0,0 +482203,0,0,0,0,0 +482204,0,0,0,0,0 +482205,0,0,0,0,0 +482206,0,0,0,0,0 +482207,0,0,0,0,0 +482208,0,0,0,0,0 +482209,0,0,0,0,0 +482210,0,0,0,0,0 +482211,0,0,0,0,0 +482212,0,0,0,0,0 +482213,0,0,0,0,0 +482214,0,0,0,0,0 +482215,0,0,0,0,0 +482216,0,0,0,0,0 +482217,0,0,0,0,0 +482218,0,0,0,0,0 +482219,0,0,0,0,0 +482220,0,0,0,0,0 +482221,0,0,0,0,0 +482222,0,0,0,0,0 +482223,0,0,0,0,0 +482224,0,0,0,0,0 +482225,0,0,0,0,0 +482226,0,0,0,0,0 +482227,0,0,0,0,0 +482228,0,0,0,0,0 +482229,0,0,0,0,0 +482230,0,0,0,0,0 +482231,0,0,0,0,0 +482232,0,0,0,0,0 +482233,0,0,0,0,0 +482234,0,0,0,0,0 +482235,0,0,0,0,0 +482236,0,0,0,0,0 +482237,0,0,0,0,0 +482238,0,0,0,0,0 +482239,0,0,0,0,0 +482240,0,0,0,0,0 +482241,0,0,0,0,0 +482242,0,0,0,0,0 +482243,0,0,0,0,0 +482244,0,0,0,0,0 +482245,0,0,0,0,0 +482246,0,0,0,0,0 +482247,0,0,0,0,0 +482248,0,0,0,0,0 +482249,0,0,0,0,0 +482250,0,0,0,0,0 +482251,0,0,0,0,0 +482252,0,0,0,0,0 +482253,0,0,0,0,0 +482254,0,0,0,0,0 +482255,0,0,0,0,0 +482256,0,0,0,0,0 +482257,0,0,0,0,0 +482258,0,0,0,0,0 +482259,0,0,0,0,0 +482260,0,0,0,0,0 +482261,0,0,0,0,0 +482262,0,0,0,0,0 +482263,0,0,0,0,0 +482264,0,0,0,0,0 +482265,0,0,0,0,0 +482266,0,0,0,0,0 +482267,0,0,0,0,0 +482268,0,0,0,0,0 +482269,0,0,0,0,0 +482270,0,0,0,0,0 +482271,0,0,0,0,0 +482272,0,0,0,0,0 +482273,0,0,0,0,0 +482274,0,0,0,0,0 +482275,0,0,0,0,0 +482276,0,0,0,0,0 +482277,0,0,0,0,0 +482278,0,0,0,0,0 +482279,0,0,0,0,0 +482280,0,0,0,0,0 +482281,0,0,0,0,0 +482282,0,0,0,0,0 +482283,0,0,0,0,0 +482284,0,0,0,0,0 +482285,0,0,0,0,0 +482286,0,0,0,0,0 +482287,0,0,0,0,0 +482288,0,0,0,0,0 +482289,0,0,0,0,0 +482290,0,0,0,0,0 +482291,0,0,0,0,0 +482292,0,0,0,0,0 +482293,0,0,0,0,0 +482294,0,0,0,0,0 +482295,0,0,0,0,0 +482296,0,0,0,0,0 +482297,0,0,0,0,0 +482298,0,0,0,0,0 +482299,0,0,0,0,0 +482300,0,0,0,0,0 +482301,0,0,0,0,0 +482302,0,0,0,0,0 +482303,0,0,0,0,0 +482304,0,0,0,0,0 +482305,0,0,0,0,0 +482306,0,0,0,0,0 +482307,0,0,0,0,0 +482308,0,0,0,0,0 +482309,0,0,0,0,0 +482310,0,0,0,0,0 +482311,0,0,0,0,0 +482312,0,0,0,0,0 +482313,0,0,0,0,0 +482314,0,0,0,0,0 +482315,0,0,0,0,0 +482316,0,0,0,0,0 +482317,0,0,0,0,0 +482318,0,0,0,0,0 +482319,0,0,0,0,0 +482320,0,0,0,0,0 +482321,0,0,0,0,0 +482322,0,0,0,0,0 +482323,0,0,0,0,0 +482324,0,0,0,0,0 +482325,0,0,0,0,0 +482326,0,0,0,0,0 +482327,0,0,0,0,0 +482328,0,0,0,0,0 +482329,0,0,0,0,0 +482330,0,0,0,0,0 +482331,0,0,0,0,0 +482332,0,0,0,0,0 +482333,0,0,0,0,0 +482334,0,0,0,0,0 +482335,0,0,0,0,0 +482336,0,0,0,0,0 +482337,0,0,0,0,0 +482338,0,0,0,0,0 +482339,0,0,0,0,0 +482340,0,0,0,0,0 +482341,0,0,0,0,0 +482342,0,0,0,0,0 +482343,0,0,0,0,0 +482344,0,0,0,0,0 +482345,0,0,0,0,0 +482346,0,0,0,0,0 +482347,0,0,0,0,0 +482348,0,0,0,0,0 +482349,0,0,0,0,0 +482350,0,0,0,0,0 +482351,0,0,0,0,0 +482352,0,0,0,0,0 +482353,0,0,0,0,0 +482354,0,0,0,0,0 +482355,0,0,0,0,0 +482356,0,0,0,0,0 +482357,0,0,0,0,0 +482358,0,0,0,0,0 +482359,0,0,0,0,0 +482360,0,0,0,0,0 +482361,0,0,0,0,0 +482362,0,0,0,0,0 +482363,0,0,0,0,0 +482364,0,0,0,0,0 +482365,0,0,0,0,0 +482366,0,0,0,0,0 +482367,0,0,0,0,0 +482368,0,0,0,0,0 +482369,0,0,0,0,0 +482370,0,0,0,0,0 +482371,0,0,0,0,0 +482372,0,0,0,0,0 +482373,0,0,0,0,0 +482374,0,0,0,0,0 +482375,0,0,0,0,0 +482376,0,0,0,0,0 +482377,0,0,0,0,0 +482378,0,0,0,0,0 +482379,0,0,0,0,0 +482380,0,0,0,0,0 +482381,0,0,0,0,0 +482382,0,0,0,0,0 +482383,0,0,0,0,0 +482384,0,0,0,0,0 +482385,0,0,0,0,0 +482386,0,0,0,0,0 +482387,0,0,0,0,0 +482388,0,0,0,0,0 +482389,0,0,0,0,0 +482390,0,0,0,0,0 +482391,0,0,0,0,0 +482392,0,0,0,0,0 +482393,0,0,0,0,0 +482394,0,0,0,0,0 +482395,0,0,0,0,0 +482396,0,0,0,0,0 +482397,0,0,0,0,0 +482398,0,0,0,0,0 +482399,0,0,0,0,0 +482400,0,0,0,0,0 +482401,0,0,0,0,0 +482402,0,0,0,0,0 +482403,0,0,0,0,0 +482404,0,0,0,0,0 +482405,0,0,0,0,0 +482406,0,0,0,0,0 +482407,0,0,0,0,0 +482408,0,0,0,0,0 +482409,0,0,0,0,0 +482410,0,0,0,0,0 +482411,0,0,0,0,0 +482412,0,0,0,0,0 +482413,0,0,0,0,0 +482414,0,0,0,0,0 +482415,0,0,0,0,0 +482416,0,0,0,0,0 +482417,0,0,0,0,0 +482418,0,0,0,0,0 +482419,0,0,0,0,0 +482420,0,0,0,0,0 +482421,0,0,0,0,0 +482422,0,0,0,0,0 +482423,0,0,0,0,0 +482424,0,0,0,0,0 +482425,0,0,0,0,0 +482426,0,0,0,0,0 +482427,0,0,0,0,0 +482428,0,0,0,0,0 +482429,0,0,0,0,0 +482430,0,0,0,0,0 +482431,0,0,0,0,0 +482432,0,0,0,0,0 +482433,0,0,0,0,0 +482434,0,0,0,0,0 +482435,0,0,0,0,0 +482436,0,0,0,0,0 +482437,0,0,0,0,0 +482438,0,0,0,0,0 +482439,0,0,0,0,0 +482440,0,0,0,0,0 +482441,0,0,0,0,0 +482442,0,0,0,0,0 +482443,0,0,0,0,0 +482444,0,0,0,0,0 +482445,0,0,0,0,0 +482446,0,0,0,0,0 +482447,0,0,0,0,0 +482448,0,0,0,0,0 +482449,0,0,0,0,0 +482450,0,0,0,0,0 +482451,0,0,0,0,0 +482452,0,0,0,0,0 +482453,0,0,0,0,0 +482454,0,0,0,0,0 +482455,0,0,0,0,0 +482456,0,0,0,0,0 +482457,0,0,0,0,0 +482458,0,0,0,0,0 +482459,0,0,0,0,0 +482460,0,0,0,0,0 +482461,0,0,0,0,0 +482462,0,0,0,0,0 +482463,0,0,0,0,0 +482464,0,0,0,0,0 +482465,0,0,0,0,0 +482466,0,0,0,0,0 +482467,0,0,0,0,0 +482468,0,0,0,0,0 +482469,0,0,0,0,0 +482470,0,0,0,0,0 +482471,0,0,0,0,0 +482472,0,0,0,0,0 +482473,0,0,0,0,0 +482474,0,0,0,0,0 +482475,0,0,0,0,0 +482476,0,0,0,0,0 +482477,0,0,0,0,0 +482478,0,0,0,0,0 +482479,0,0,0,0,0 +482480,0,0,0,0,0 +482481,0,0,0,0,0 +482482,0,0,0,0,0 +482483,0,0,0,0,0 +482484,0,0,0,0,0 +482485,0,0,0,0,0 +482486,0,0,0,0,0 +482487,0,0,0,0,0 +482488,0,0,0,0,0 +482489,0,0,0,0,0 +482490,0,0,0,0,0 +482491,0,0,0,0,0 +482492,0,0,0,0,0 +482493,0,0,0,0,0 +482494,0,0,0,0,0 +482495,0,0,0,0,0 +482496,0,0,0,0,0 +482497,0,0,0,0,0 +482498,0,0,0,0,0 +482499,0,0,0,0,0 +482500,0,0,0,0,0 +482501,0,0,0,0,0 +482502,0,0,0,0,0 +482503,0,0,0,0,0 +482504,0,0,0,0,0 +482505,0,0,0,0,0 +482506,0,0,0,0,0 +482507,0,0,0,0,0 +482508,0,0,0,0,0 +482509,0,0,0,0,0 +482510,0,0,0,0,0 +482511,0,0,0,0,0 +482512,0,0,0,0,0 +482513,0,0,0,0,0 +482514,0,0,0,0,0 +482515,0,0,0,0,0 +482516,0,0,0,0,0 +482517,0,0,0,0,0 +482518,0,0,0,0,0 +482519,0,0,0,0,0 +482520,0,0,0,0,0 +482521,0,0,0,0,0 +482522,0,0,0,0,0 +482523,0,0,0,0,0 +482524,0,0,0,0,0 +482525,0,0,0,0,0 +482526,0,0,0,0,0 +482527,0,0,0,0,0 +482528,0,0,0,0,0 +482529,0,0,0,0,0 +482530,0,0,0,0,0 +482531,0,0,0,0,0 +482532,0,0,0,0,0 +482533,0,0,0,0,0 +482534,0,0,0,0,0 +482535,0,0,0,0,0 +482536,0,0,0,0,0 +482537,0,0,0,0,0 +482538,0,0,0,0,0 +482539,0,0,0,0,0 +482540,0,0,0,0,0 +482541,0,0,0,0,0 +482542,0,0,0,0,0 +482543,0,0,0,0,0 +482544,0,0,0,0,0 +482545,0,0,0,0,0 +482546,0,0,0,0,0 +482547,0,0,0,0,0 +482548,0,0,0,0,0 +482549,0,0,0,0,0 +482550,0,0,0,0,0 +482551,0,0,0,0,0 +482552,0,0,0,0,0 +482553,0,0,0,0,0 +482554,0,0,0,0,0 +482555,0,0,0,0,0 +482556,0,0,0,0,0 +482557,0,0,0,0,0 +482558,0,0,0,0,0 +482559,0,0,0,0,0 +482560,0,0,0,0,0 +482561,0,0,0,0,0 +482562,0,0,0,0,0 +482563,0,0,0,0,0 +482564,0,0,0,0,0 +482565,0,0,0,0,0 +482566,0,0,0,0,0 +482567,0,0,0,0,0 +482568,0,0,0,0,0 +482569,0,0,0,0,0 +482570,0,0,0,0,0 +482571,0,0,0,0,0 +482572,0,0,0,0,0 +482573,0,0,0,0,0 +482574,0,0,0,0,0 +482575,0,0,0,0,0 +482576,0,0,0,0,0 +482577,0,0,0,0,0 +482578,0,0,0,0,0 +482579,0,0,0,0,0 +482580,0,0,0,0,0 +482581,0,0,0,0,0 +482582,0,0,0,0,0 +482583,0,0,0,0,0 +482584,0,0,0,0,0 +482585,0,0,0,0,0 +482586,0,0,0,0,0 +482587,0,0,0,0,0 +482588,0,0,0,0,0 +482589,0,0,0,0,0 +482590,0,0,0,0,0 +482591,0,0,0,0,0 +482592,0,0,0,0,0 +482593,0,0,0,0,0 +482594,0,0,0,0,0 +482595,0,0,0,0,0 +482596,0,0,0,0,0 +482597,0,0,0,0,0 +482598,0,0,0,0,0 +482599,0,0,0,0,0 +482600,0,0,0,0,0 +482601,0,0,0,0,0 +482602,0,0,0,0,0 +482603,0,0,0,0,0 +482604,0,0,0,0,0 +482605,0,0,0,0,0 +482606,0,0,0,0,0 +482607,0,0,0,0,0 +482608,0,0,0,0,0 +482609,0,0,0,0,0 +482610,0,0,0,0,0 +482611,0,0,0,0,0 +482612,0,0,0,0,0 +482613,0,0,0,0,0 +482614,0,0,0,0,0 +482615,0,0,0,0,0 +482616,0,0,0,0,0 +482617,0,0,0,0,0 +482618,0,0,0,0,0 +482619,0,0,0,0,0 +482620,0,0,0,0,0 +482621,0,0,0,0,0 +482622,0,0,0,0,0 +482623,0,0,0,0,0 +482624,0,0,0,0,0 +482625,0,0,0,0,0 +482626,0,0,0,0,0 +482627,0,0,0,0,0 +482628,0,0,0,0,0 +482629,0,0,0,0,0 +482630,0,0,0,0,0 +482631,0,0,0,0,0 +482632,0,0,0,0,0 +482633,0,0,0,0,0 +482634,0,0,0,0,0 +482635,0,0,0,0,0 +482636,0,0,0,0,0 +482637,0,0,0,0,0 +482638,0,0,0,0,0 +482639,0,0,0,0,0 +482640,0,0,0,0,0 +482641,0,0,0,0,0 +482642,0,0,0,0,0 +482643,0,0,0,0,0 +482644,0,0,0,0,0 +482645,0,0,0,0,0 +482646,0,0,0,0,0 +482647,0,0,0,0,0 +482648,0,0,0,0,0 +482649,0,0,0,0,0 +482650,0,0,0,0,0 +482651,0,0,0,0,0 +482652,0,0,0,0,0 +482653,0,0,0,0,0 +482654,0,0,0,0,0 +482655,0,0,0,0,0 +482656,0,0,0,0,0 +482657,0,0,0,0,0 +482658,0,0,0,0,0 +482659,0,0,0,0,0 +482660,0,0,0,0,0 +482661,0,0,0,0,0 +482662,0,0,0,0,0 +482663,0,0,0,0,0 +482664,0,0,0,0,0 +482665,0,0,0,0,0 +482666,0,0,0,0,0 +482667,0,0,0,0,0 +482668,0,0,0,0,0 +482669,0,0,0,0,0 +482670,0,0,0,0,0 +482671,0,0,0,0,0 +482672,0,0,0,0,0 +482673,0,0,0,0,0 +482674,0,0,0,0,0 +482675,0,0,0,0,0 +482676,0,0,0,0,0 +482677,0,0,0,0,0 +482678,0,0,0,0,0 +482679,0,0,0,0,0 +482680,0,0,0,0,0 +482681,0,0,0,0,0 +482682,0,0,0,0,0 +482683,0,0,0,0,0 +482684,0,0,0,0,0 +482685,0,0,0,0,0 +482686,0,0,0,0,0 +482687,0,0,0,0,0 +482688,0,0,0,0,0 +482689,0,0,0,0,0 +482690,0,0,0,0,0 +482691,0,0,0,0,0 +482692,0,0,0,0,0 +482693,0,0,0,0,0 +482694,0,0,0,0,0 +482695,0,0,0,0,0 +482696,0,0,0,0,0 +482697,0,0,0,0,0 +482698,0,0,0,0,0 +482699,0,0,0,0,0 +482700,0,0,0,0,0 +482701,0,0,0,0,0 +482702,0,0,0,0,0 +482703,0,0,0,0,0 +482704,0,0,0,0,0 +482705,0,0,0,0,0 +482706,0,0,0,0,0 +482707,0,0,0,0,0 +482708,0,0,0,0,0 +482709,0,0,0,0,0 +482710,0,0,0,0,0 +482711,0,0,0,0,0 +482712,0,0,0,0,0 +482713,0,0,0,0,0 +482714,0,0,0,0,0 +482715,0,0,0,0,0 +482716,0,0,0,0,0 +482717,0,0,0,0,0 +482718,0,0,0,0,0 +482719,0,0,0,0,0 +482720,0,0,0,0,0 +482721,0,0,0,0,0 +482722,0,0,0,0,0 +482723,0,0,0,0,0 +482724,0,0,0,0,0 +482725,0,0,0,0,0 +482726,0,0,0,0,0 +482727,0,0,0,0,0 +482728,0,0,0,0,0 +482729,0,0,0,0,0 +482730,0,0,0,0,0 +482731,0,0,0,0,0 +482732,0,0,0,0,0 +482733,0,0,0,0,0 +482734,0,0,0,0,0 +482735,0,0,0,0,0 +482736,0,0,0,0,0 +482737,0,0,0,0,0 +482738,0,0,0,0,0 +482739,0,0,0,0,0 +482740,0,0,0,0,0 +482741,0,0,0,0,0 +482742,0,0,0,0,0 +482743,0,0,0,0,0 +482744,0,0,0,0,0 +482745,0,0,0,0,0 +482746,0,0,0,0,0 +482747,0,0,0,0,0 +482748,0,0,0,0,0 +482749,0,0,0,0,0 +482750,0,0,0,0,0 +482751,0,0,0,0,0 +482752,0,0,0,0,0 +482753,0,0,0,0,0 +482754,0,0,0,0,0 +482755,0,0,0,0,0 +482756,0,0,0,0,0 +482757,0,0,0,0,0 +482758,0,0,0,0,0 +482759,0,0,0,0,0 +482760,0,0,0,0,0 +482761,0,0,0,0,0 +482762,0,0,0,0,0 +482763,0,0,0,0,0 +482764,0,0,0,0,0 +482765,0,0,0,0,0 +482766,0,0,0,0,0 +482767,0,0,0,0,0 +482768,0,0,0,0,0 +482769,0,0,0,0,0 +482770,0,0,0,0,0 +482771,0,0,0,0,0 +482772,0,0,0,0,0 +482773,0,0,0,0,0 +482774,0,0,0,0,0 +482775,0,0,0,0,0 +482776,0,0,0,0,0 +482777,0,0,0,0,0 +482778,0,0,0,0,0 +482779,0,0,0,0,0 +482780,0,0,0,0,0 +482781,0,0,0,0,0 +482782,0,0,0,0,0 +482783,0,0,0,0,0 +482784,0,0,0,0,0 +482785,0,0,0,0,0 +482786,0,0,0,0,0 +482787,0,0,0,0,0 +482788,0,0,0,0,0 +482789,0,0,0,0,0 +482790,0,0,0,0,0 +482791,0,0,0,0,0 +482792,0,0,0,0,0 +482793,0,0,0,0,0 +482794,0,0,0,0,0 +482795,0,0,0,0,0 +482796,0,0,0,0,0 +482797,0,0,0,0,0 +482798,0,0,0,0,0 +482799,0,0,0,0,0 +482800,0,0,0,0,0 +482801,0,0,0,0,0 +482802,0,0,0,0,0 +482803,0,0,0,0,0 +482804,0,0,0,0,0 +482805,0,0,0,0,0 +482806,0,0,0,0,0 +482807,0,0,0,0,0 +482808,0,0,0,0,0 +482809,0,0,0,0,0 +482810,0,0,0,0,0 +482811,0,0,0,0,0 +482812,0,0,0,0,0 +482813,0,0,0,0,0 +482814,0,0,0,0,0 +482815,0,0,0,0,0 +482816,0,0,0,0,0 +482817,0,0,0,0,0 +482818,0,0,0,0,0 +482819,0,0,0,0,0 +482820,0,0,0,0,0 +482821,-1731.934234,-733.1164213,-1695.144934,-733.1266018,-1003.170769 +482822,-1657.559965,-701.6702407,-1622.461803,-701.6798417,-961.5059611 +482823,-1771.189834,-749.949589,-1733.803452,-749.9601318,-1031.468446 +482824,-1839.918486,-779.2393434,-1801.180375,-779.250457,-1074.815293 +482825,-1876.98536,-795.1375716,-1837.560923,-795.1489949,-1099.194489 +482826,-1892.762892,-802.0295698,-1853.093535,-802.0411282,-1110.715599 +482827,-1896.407866,-803.7869503,-1856.736552,-803.7985448,-1114.79996 +482828,-1894.942631,-803.37864,-1855.362247,-803.3902294,-1115.611431 +482829,-1891.910034,-802.3009693,-1852.439653,-802.3125415,-1115.265112 +482830,-1888.590676,-801.0932346,-1849.224539,-801.1047881,-1114.545802 +482831,-1885.420329,-799.9379665,-1846.14576,-799.9495034,-1113.740672 +482832,-1226.614373,-798.8868986,-1476.293469,-798.898422,-1112.951203 +482833,-1480.729293,-660.8941987,-1303.894322,-659.0536398,-1112.208864 +482834,-1433.776692,-623.9514132,-1461.416953,-625.2721991,-1105.293659 +482835,-1393.182691,-663.2238829,-1377.9967,-663.2378346,-1086.213281 +482836,-1380.214954,-635.7779614,-1364.046208,-634.9596244,-1061.647372 +482837,-1365.880827,-629.119231,-1353.30418,-629.963852,-973.3671806 +482838,-1358.962382,-623.0713652,-1339.334042,-622.0617122,-746.717328 +482839,-1338.319889,-588.5383854,-1316.263789,-614.1442483,-893.3422553 +482840,-1325.701159,-579.2293762,-1306.932576,-606.6053186,-835.7659311 +482841,-1316.021832,-572.2819893,-1290.561596,-601.2814969,-829.8811836 +482842,-1306.505836,-563.1253693,-1285.308242,-595.5106029,-821.3399716 +482843,-1294.548261,-557.9356321,-1269.795678,-590.1123383,-815.9574407 +482844,-1285.211668,-549.5400435,-1263.60088,-585.662344,-808.1920513 +482845,-1274.766747,-542.7639955,-1250.629948,-579.6516292,-803.6837559 +482846,-1266.573794,-538.0526844,-1242.687292,-575.1171785,-795.8216932 +482847,-1254.614745,-528.912697,-1231.087002,-570.2420717,-791.8693301 +482848,-1248.625116,-524.9094709,-1225.277962,-565.063847,-784.6079775 +482849,-1239.024566,-517.7869883,-1212.685031,-560.7466797,-778.5528782 +482850,-1230.785383,-511.8500173,-1206.301499,-556.2396408,-773.872105 +482851,-1218.769873,-482.007676,-1192.868074,-550.3340949,-767.349337 +482852,-1208.154382,-465.2345155,-1178.914276,-545.4282116,-762.3130325 +482853,-1200.933286,-447.030388,-1171.788989,-540.3431941,-757.1296524 +482854,-1187.889681,-430.6742976,-1160.788569,-534.4029415,-749.9821855 +482855,-1182.201838,-413.1418327,-1149.478422,-529.6280978,-748.180377 +482856,-1168.549727,-394.9938242,-1137.857455,-525.4210716,-739.760555 +482857,-1162.585621,-376.9663999,-1131.944022,-519.6335329,-736.8940361 +482858,-1152.439843,-359.2457317,-1117.786078,-514.4063606,-731.0301428 +482859,-1144.160225,-340.8730913,-1109.504441,-510.578188,-726.0294398 +482860,-1133.594998,-322.2813092,-1101.07169,-505.0738543,-720.9208555 +482861,-1127.147024,-303.5711176,-1090.30964,-500.2223956,-717.8052409 +482862,-1116.196052,-284.8548226,-1083.738393,-496.0827685,-711.4460363 +482863,-1109.510013,-265.7909693,-1070.31645,-490.9932322,-708.2065802 +482864,-1100.449914,-246.4584686,-1065.767175,-486.6490577,-702.7112588 +482865,-1091.225038,-227.4445145,-1051.852894,-482.2078879,-699.3577316 +482866,-1084.198322,-208.3840739,-1047.134551,-477.6673121,-693.6694009 +482867,-1074.67748,-192.4911743,-1033.92333,-473.0246971,-690.197568 +482868,-1064.983398,-176.5988959,-1026.579433,-468.2777633,-685.4968645 +482869,-1057.598083,-160.5008437,-1017.882293,-464.4040466,-681.9173249 +482870,-1048.851643,-145.0498229,-1007.769201,-459.9612436,-677.0703928 +482871,-1039.963693,-128.6945001,-997.4698993,-455.4270013,-673.3791871 +482872,-1032.232564,-117.7977169,-990.9388439,-451.3188768,-669.6388194 +482873,-1024.394319,-104.7254062,-981.6646629,-447.1353503,-664.5736565 +482874,-1016.446118,-92.04508904,-970.8793928,-442.8746865,-662.0076191 +482875,-1005.676341,-79.22496557,-962.6611555,-438.535742,-656.8058724 +482876,-1000.220222,-66.40342401,-954.3293435,-434.6737229,-654.170287 +482877,-991.9378541,-53.3116956,-945.8801202,-430.1830241,-648.8274752 +482878,-983.5381508,-40.4899134,-935.8720467,-426.1859557,-646.7994762 +482879,-975.021589,-27.53315145,-928.6251058,-422.7083178,-642.0131397 +482880,-966.3876835,-14.57637642,-918.3359973,-417.3997729,-637.8502641 +482881,-959.1021303,-1.619597064,-910.8851688,-414.4038771,-636.4503256 +482882,-951.731706,0,-901.8296181,-410.1502189,-630.7855856 +482883,-942.7728207,0,-895.7229354,-406.4491821,-627.9149016 +482884,-936.7315567,0,-883.3360134,-402.0656468,-626.4700711 +482885,-927.5622031,0,-878.6344957,-398.8915564,-620.6228286 +482886,-919.8242432,0,-869.1293929,-395.0330545,-619.1446237 +482887,-911.9969357,0,-859.4919558,-390.4631138,-616.1674822 +482888,-904.0791919,0,-852.99508,-387.154135,-611.6501973 +482889,-896.0699659,0,-844.7880222,-383.1325687,-608.6044314 +482890,-887.9680055,0,-834.8141369,-379.7385266,-607.0713252 +482891,-881.4195855,0,-828.0903614,-375.6133472,-602.4284917 +482892,-871.4816865,0,-819.5984982,-372.1320874,-599.297753 +482893,-864.781505,0,-811.0094396,-367.9015438,-596.9310656 +482894,-856.3192513,0,-804.0686437,-364.3319011,-593.7497347 +482895,-849.4799893,0,-794.4210113,-360.7214756,-590.5388823 +482896,-839.972014,0,-786.4398411,-357.0694005,-587.2984175 +482897,-832.105342,0,-779.2784613,-352.6317675,-584.8485265 +482898,-825.046208,0,-770.2357405,-350.3909301,-581.5553722 +482899,-816.1306813,0,-762.0117423,-345.1009913,-578.2317289 +482900,-808.9261763,0,-753.706799,-342.0414097,-575.7189531 +482901,-798.9137494,0,-746.2560953,-338.1784002,-572.3413158 +482902,-792.479527,0,-737.7956609,-335.0569089,-569.7876 +482903,-783.1995052,0,-729.252493,-330.3218554,-566.3549089 +482904,-774.7598687,0,-721.5898153,-327.9314009,-564.6266645 +482905,-766.237415,0,-713.8612598,-323.1019447,-559.393437 +482906,-758.5918383,0,-704.1079197,-319.84764,-559.3936794 +482907,-749.9102749,0,-697.2207732,-315.7402159,-554.0873531 +482908,-741.1439576,0,-688.2915989,-312.8390944,-551.4066822 +482909,-733.2811337,0,-680.2851096,-308.6561299,-549.6095037 +482910,-723.3578727,0,-672.2133633,-304.8536084,-545.9894789 +482911,-717.3547193,0,-666.1163606,-302.2989797,-542.3358833 +482912,-709.2913585,0,-659.9828908,-299.7283826,-540.4966801 +482913,-703.2006787,0,-654.8443277,-297.1416507,-536.7923079 +482914,-697.0717507,0,-649.6801172,-294.5388653,-534.9272917 +482915,-687.806422,0,-643.4489304,-291.9201857,-530.2267143 +482916,-682.6239723,0,-637.1819247,-289.72593,-529.2803102 +482917,-674.2768992,0,-632.9849544,-286.6351962,-524.5144599 +482918,-657.3850096,0,-616.0343865,-279.9406142,-522.592941 +482919,-646.6918572,0,-607.4632024,-276.7824368,-519.6939068 +482920,-640.228167,0,-604.2343244,-274.0585285,-515.7972078 +482921,-632.6410309,0,-597.7480545,-271.7769658,-513.8356113 +482922,-625.004204,0,-592.316109,-269.0247427,-509.8851197 +482923,-618.4192402,0,-586.8602876,-267.1815267,-507.8964231 +482924,-609.5826861,0,-581.3807889,-263.9388572,-503.8914193 +482925,-602.9145881,0,-575.8778447,-262.0770006,-501.8753259 +482926,-595.0909853,0,-570.3518498,-259.7400479,-498.8336906 +482927,-588.3476833,0,-565.9147647,-257.3924471,-494.7457519 +482928,-580.4362611,0,-560.3468388,-255.0343795,-492.6881021 +482929,-572.4785493,0,-554.7559865,-252.6660269,-489.5839613 +482930,-565.6217791,0,-550.267417,-250.2875344,-486.4586128 +482931,-557.5799618,0,-544.6361364,-248.3775606,-483.3120948 +482932,-549.4939564,0,-540.1152852,-245.980674,-480.1443953 +482933,-542.5289639,0,-533.3074585,-243.5737461,-476.9554504 +482934,-535.5321144,0,-529.8929169,-241.1571147,-474.8176858 +482935,-526.1539926,0,-524.1836629,-239.7027133,-471.0531595 +482936,-519.0860199,0,-519.6009645,-236.7825165,-468.3462499 +482937,-511.988601,0,-513.8535699,-234.8282187,-465.0781137 +482938,-503.6709151,0,-508.0861523,-232.3768416,-461.7883228 +482939,-495.314859,0,-504.616886,-230.9017175,-459.5831324 +482940,-488.7236741,0,-498.8173481,-227.9406581,-455.1432957 +482941,-478.4922089,0,-492.4152467,-225.7115124,-452.9090426 +482942,-470.0277027,141.5770861,-486.5752587,-222.9769921,-448.4108024 +482943,-460.3124359,155.9791843,-480.129544,-220.7317172,-445.5795907 +482944,-451.7770916,146.6192611,-474.8394778,-217.9776325,-441.5899767 +482945,-441.9840495,177.8091903,-468.3535531,-215.4649503,-437.5703098 +482946,-433.3835825,194.4187287,-461.8464797,-212.943896,-434.680834 +482947,-424.1371566,210.6412533,-456.5075692,-210.4145864,-430.0254864 +482948,-414.8597905,226.9983217,-449.3676969,-207.8771725,-427.6832273 +482949,-404.9319727,242.7805048,-444.5953842,-205.5867231,-422.9686762 +482950,-396.2201499,258.9783517,-438.0162204,-202.7785506,-420.0021743 +482951,-379.9829295,268.9610018,-420.5846946,-195.8477057,-416.4219399 +482952,-371.2116942,284.2425276,-414.5465517,-193.0090431,-412.2169 +482953,-360.5361966,299.2344816,-407.2826905,-189.9027577,-409.8006117 +482954,-351.096794,314.2091265,-401.2155545,-187.8267734,-404.9380996 +482955,-341.6404613,329.0469787,-393.9188795,-184.7047136,-401.879226 +482956,-331.5366935,344.1964965,-389.0456077,-182.0962763,-398.1883402 +482957,-322.0505046,358.7692116,-381.7214777,-179.4819748,-394.4754341 +482958,-311.9187099,373.2296867,-375.6065712,-177.3864186,-391.364602 +482959,-302.409555,388.1506352,-369.4817387,-173.9731016,-386.9837439 +482960,-292.2565523,402.3808827,-363.3473059,-171.8683815,-383.8365218 +482961,-282.730387,416.7560731,-357.2037227,-169.2327578,-380.0399038 +482962,-272.5620809,430.9785508,-350.4358746,-166.5921452,-376.8595407 +482963,-263.0239911,445.1259761,-344.8916276,-163.9468544,-372.3817846 +482964,-252.2090179,459.1706908,-338.1068751,-161.562327,-369.8101456 +482965,-243.2996895,473.0523432,-331.9317696,-158.6431318,-365.2867408 +482966,-232.4779805,496.2389701,-326.3687511,-156.5171525,-362.6891097 +482967,-222.290789,514.7081585,-319.5625375,-153.5897281,-358.1205449 +482968,-212.7390742,532.7720509,-313.3693951,-151.191398,-354.8400276 +482969,-202.230963,551.4822944,-307.7913562,-148.523346,-351.5451695 +482970,-192.0406045,569.3336149,-300.9683421,-145.8521472,-347.5724053 +482971,-182.4867862,584.6328361,-294.7613229,-143.4456043,-343.5793612 +482972,-173.2512205,599.2791469,-288.550586,-140.7689369,-340.9063016 +482973,-163.3785029,613.5121898,-282.336398,-138.0896706,-336.879818 +482974,-154.1427325,627.3899875,-276.1190809,-135.6763306,-332.8335985 +482975,-144.2699585,640.9430708,-269.8989849,-132.7242088,-330.1254254 +482976,-135.3526749,654.1501003,-263.0540913,-130.3071543,-326.0468965 +482977,-125.4798634,667.173223,-257.7633613,-127.7541959,-321.9493756 +482978,-116.0847971,679.7912967,-250.6028927,-124.9307045,-319.2074474 +482979,-106.6897415,692.2840151,-244.9977919,-122.5093321,-315.4236776 +482980,-97.13543459,704.4312929,-238.7685237,-119.8176023,-311.6245305 +482981,-87.74037185,716.3209048,-231.9149597,-117.3940281,-308.1577318 +482982,-75.79748777,718.9442959,-214.7770949,-109.5792713,-304.6786938 +482983,-65.92469868,728.7055983,-206.9856449,-106.8830837,-300.4879412 +482984,-56.68888499,739.0788479,-200.7521087,-103.6467572,-297.684793 +482985,-46.97533366,749.4396182,-193.2713331,-100.949336,-294.1702675 +482986,-37.42102489,759.2061248,-187.3490021,-98.25150335,-289.9377244 +482987,-28.02596036,769.9211131,-180.4912743,-95.28344318,-286.7529171 +482988,-18.31241571,779.4975661,-173.9451465,-92.58496144,-283.2039078 +482989,-9.076590297,789.313863,-167.7106866,-89.8862662,-279.2876939 +482990,0,798.8441834,-160.8526566,-86.91747729,-276.4317227 +482991,0,808.3804487,-154.6181153,-84.48840457,-272.1354692 +482992,0,817.4698563,-148.0718103,-81.51934828,-269.2634904 +482993,0,826.6789664,-141.8372307,-78.82015386,-264.943938 +482994,0,835.5622102,-135.2908758,-75.98595867,-262.0568932 +482995,0,844.3365838,-128.7445312,-73.42168322,-258.0776892 +482996,0,852.8960881,-122.6658276,-70.45245324,-254.8141436 +482997,0,861.4303956,-116.1194863,-68.02310831,-251.1799217 +482998,0,869.7442477,-109.8848838,-65.0538357,-247.537537 +482999,0,877.76613,-103.4944057,-62.48948367,-243.8873215 +483000,0,885.8822383,-97.10393222,-59.65517941,-240.5956991 +483001,0,893.4371031,-91.49279859,-57.22578656,-236.5645765 +483002,0,900.9506427,-85.56993352,-54.66143285,-233.6276385 +483003,0,908.3131817,-79.80292053,-52.09706364,-229.9503814 +483004,0,915.5396673,-74.19178916,-49.66768011,-226.2667361 +483005,0,922.561777,-68.26889459,-46.96833605,-222.946303 +483006,0,929.5794828,-62.50188988,-44.67392641,-219.2514387 +483007,0,936.3275203,-56.89074927,-42.10954659,-215.9213993 +483008,0,942.9831234,-51.12374606,-39.41020316,-212.2164121 +483009,0,949.490661,-45.35673253,-36.98081258,-208.87776 +483010,0,955.8558221,-39.74559777,-34.55143232,-205.1637576 +483011,0,962.0827746,-34.13445182,-31.98706146,-201.445469 +483012,0,968.1118898,-28.21157659,-29.42269714,-198.4679829 +483013,0,974.1542533,-22.75630116,-26.99329997,-194.3699212 +483014,0,979.9874153,-17.14516057,-24.4289377,-191.0138634 +483015,0,985.5895542,-11.22228384,-21.86457154,-187.2818643 +483016,0,991.1844476,-5.922873866,-19.43518257,-183.9205583 +483017,0,996.5301491,-2.182110966,-17.00578425,-180.1831724 +483018,0,1001.907752,0,-14.30644953,-176.8174174 +483019,0,1007.018567,0,-12.01201933,-172.7012291 +483020,0,1012.056322,0,-9.312687171,-169.7061621 +483021,0,1016.955354,0,-6.883290288,-165.5859874 +483022,0,1021.727374,0,-5.39866007,-162.4009096 +483023,0,1026.372728,0,-3.509129159,-158.4649404 +483024,0,1030.893362,0,-1.349664838,-154.7151368 +483025,0,1035.289067,0,0,-151.3394177 +483026,0,1039.56138,0,0,-147.5877 +483027,0,1043.710692,0,0,-143.8351742 +483028,0,1047.738226,0,0,-140.269659 +483029,0,1051.579005,0,0,-136.5159263 +483030,0,1055.461993,0,0,-132.7617298 +483031,0,1058.866365,0,0,-129.1949003 +483032,0,1062.167371,0,0,-125.0645331 +483033,0,1065.312049,0,0,-121.8727231 +483034,0,1068.385455,0,0,-117.7418997 +483035,0,1071.159595,0,0,-114.1742455 +483036,0,1073.949836,0,0,-110.2309335 +483037,0,1076.550629,0,0,-106.4753328 +483038,0,1079.035356,0,0,-102.7196833 +483039,0,1081.326538,0,0,-98.96399293 +483040,0,1083.661314,0,0,-95.02048392 +483041,0,1085.72391,0,0,-91.26475211 +483042,0,1087.726289,0,0,-87.32122179 +483043,0,1089.597205,0,0,-83.56547829 +483044,0,1091.349533,0,0,-79.62193872 +483045,0,1092.984004,0,0,-75.67839859 +483046,0,1094.502071,0,0,-71.73486261 +483047,0,1095.904456,0,0,-67.97911815 +483048,0,1097.192496,0,0,-64.03557635 +483049,0,1098.366842,0,0,-59.90424218 +483050,0,1099.428755,0,0,-56.14849262 +483051,0,1100.378824,0,0,-52.01716246 +483052,0,1101.218244,0,0,-48.07362354 +483053,0,1101.947556,0,0,-43.94229727 +483054,0,1102.567897,0,0,-40.18655055 +483055,0,1103.079768,0,0,-36.05522059 +483056,0,1103.484262,0,0,-31.92389005 +483057,0,1103.781848,0,0,-27.79256301 +483058,0,1103.973577,0,0,-24.03681431 +483059,0,1104.059894,0,0,-19.52990924 +483060,0,1104.041815,0,0,-15.77415928 +483061,0,1103.915663,0,0,-11.4550438 +483062,0,1103.688518,0,0,-7.511504642 +483063,0,1103.359604,0,0,-3.38017714 +483064,0,1102.929542,0,0,0 +483065,0,1102.398607,0,0,0 +483066,0,1101.767688,0,0,0 +483067,0,1101.037192,0,0,0 +483068,0,1100.208035,0,0,0 +483069,0,1099.280602,0,0,0 +483070,0,1098.255823,0,0,0 +483071,0,1097.134123,0,0,0 +483072,0,1095.916595,0,0,0 +483073,0,1094.603611,0,0,0 +483074,0,1093.196082,0,0,0 +483075,0,1091.694389,0,0,0 +483076,0,1090.099461,0,0,0 +483077,0,1088.411721,0,0,0 +483078,0,1086.632128,0,0,0 +483079,0,1084.761131,0,0,0 +483080,0,1089.270951,0,0,0 +483081,0,1088.282531,0,0,0 +483082,0,1086.744089,0,0,0 +483083,0,1084.979255,0,0,0 +483084,0,1083.055365,0,0,0 +483085,0,1080.998202,0,0,0 +483086,0,1078.890262,0,0,0 +483087,0,1076.502606,0,0,0 +483088,0,1074.157343,0,0,0 +483089,0,1071.648405,0,0,0 +483090,0,1069.050201,0,0,0 +483091,0,1066.053268,0,0,0 +483092,0,1063.078707,0,0,0 +483093,0,1059.839155,0,0,0 +483094,0,1056.549538,0,0,0 +483095,0,1053.143388,0,0,0 +483096,0,1049.63305,0,0,0 +483097,0,1046.092365,0,0,0 +483098,0,1042.289894,0,0,0 +483099,0,1038.53718,0,0,0 +483100,0,1034.631368,0,0,0 +483101,0,1030.643786,0,0,0 +483102,0,1026.565457,0,0,0 +483103,0,1022.39792,0,0,0 +483104,0,1018.142629,0,0,0 +483105,0,1013.801345,0,0,0 +483106,0,1009.375377,0,0,0 +483107,0,1004.86587,0,0,0 +483108,0,1000.274334,0,0,0 +483109,0,995.6018409,0,0,0 +483110,0,990.9127988,0,0,0 +483111,0,985.9915985,0,0,0 +483112,0,981.1287866,0,0,0 +483113,0,976.0725672,0,0,0 +483114,0,971.1025231,0,0,0 +483115,0,965.9251721,0,0,0 +483116,0,960.791607,0,0,0 +483117,0,955.4239031,0,0,0 +483118,0,950.1200034,0,0,0 +483119,0,944.6918284,0,0,0 +483120,0,939.2648118,0,0,0 +483121,0,933.6013472,0,0,0 +483122,0,928.156191,0,0,0 +483123,0,922.4666422,0,0,0 +483124,0,916.7758701,0,0,0 +483125,0,911.071894,0,0,0 +483126,0,905.1611446,0,0,0 +483127,0,899.2592733,0,0,0 +483128,0,893.4411037,0,0,0 +483129,0,887.3137903,0,0,0 +483130,0,881.2985938,0,0,0 +483131,0,875.168255,0,0,0 +483132,0,869.0467144,0,0,0 +483133,0,862.6785507,0,0,0 +483134,0,856.5115227,0,0,0 +483135,0,850.1776704,0,0,0 +483136,0,843.718889,0,0,0 +483137,0,837.3152526,0,0,0 +483138,0,830.7616177,0,0,0 +483139,0,824.3529011,0,0,0 +483140,0,817.6504407,0,0,0 +483141,0,811.1152642,0,0,0 +483142,0,804.3556471,0,0,0 +483143,0,797.6164327,0,0,0 +483144,0,790.9697101,0,0,0 +483145,0,784.0540366,0,0,0 +483146,246.2077016,777.2513471,0,0,0 +483147,130.773791,770.3564641,0,0,0 +483148,181.8508292,763.4333208,0,0,0 +483149,200.8377434,756.9539027,0,0,0 +483150,217.887148,749.2269469,0,0,0 +483151,234.2389522,742.4765239,0,0,0 +483152,250.5574405,735.1599413,0,0,0 +483153,266.5648202,727.9111097,0,0,0 +483154,282.9412961,720.5690121,0,0,0 +483155,298.7441312,713.303867,0,0,0 +483156,314.6599115,705.9043171,0,0,0 +483157,330.4652604,698.4659944,0,0,0 +483158,346.1344048,691.0986727,0,0,0 +483159,361.719874,683.6059903,0,0,0 +483160,377.2963986,676.078934,0,0,0 +483161,392.4267117,668.6247049,0,0,0 +483162,408.3363595,661.0524414,0,0,0 +483163,423.3773973,653.449986,0,0,0 +483164,438.7239512,645.9234334,0,0,0 +483165,453.9303968,638.2440574,0,0,0 +483166,469.090826,630.6799506,0,0,0 +483167,484.2004826,626.1216383,0,0,0 +483168,499.2640053,620.7830088,0,0,0 +483169,514.2780676,615.5290179,0,0,0 +483170,528.8371322,610.1660603,0,0,0 +483171,544.3530369,604.8225851,0,0,0 +483172,559.0036157,599.4186654,0,0,0 +483173,573.9026655,594.0982488,0,0,0 +483174,588.6901747,588.6794457,0,0,0 +483175,603.5573112,583.2464378,0,0,0 +483176,618.2921771,577.8911888,0,0,0 +483177,633.0398195,572.4441494,0,0,0 +483178,647.7503548,566.986431,0,0,0 +483179,662.3886003,561.6080945,0,0,0 +483180,677.1297797,556.1436191,0,0,0 +483181,0,0,0,0,0 +483182,0,0,0,0,0 +483183,0,0,0,0,0 +483184,0,0,0,0,0 +483185,0,0,0,0,0 +483186,0,0,0,0,0 +483187,0,0,0,0,0 +483188,0,0,0,0,0 +483189,0,0,0,0,0 +483190,0,0,0,0,0 +483191,0,0,0,0,0 +483192,0,0,0,0,0 +483193,0,0,0,0,0 +483194,0,0,0,0,0 +483195,0,0,0,0,0 +483196,0,0,0,0,0 +483197,0,0,0,0,0 +483198,0,0,0,0,0 +483199,0,0,0,0,0 +483200,0,0,0,0,0 +483201,0,0,0,0,0 +483202,0,0,0,0,0 +483203,0,0,0,0,0 +483204,0,0,0,0,0 +483205,0,0,0,0,0 +483206,0,0,0,0,0 +483207,0,0,0,0,0 +483208,0,0,0,0,0 +483209,0,0,0,0,0 +483210,0,0,0,0,0 +483211,0,0,0,0,0 +483212,0,0,0,0,0 +483213,0,0,0,0,0 +483214,0,0,0,0,0 +483215,0,0,0,0,0 +483216,0,0,0,0,0 +483217,0,0,0,0,0 +483218,0,0,0,0,0 +483219,0,0,0,0,0 +483220,0,0,0,0,0 +483221,0,0,0,0,0 +483222,0,0,0,0,0 +483223,0,0,0,0,0 +483224,0,0,0,0,0 +483225,0,0,0,0,0 +483226,0,0,0,0,0 +483227,0,0,0,0,0 +483228,0,0,0,0,0 +483229,0,0,0,0,0 +483230,0,0,0,0,0 +483231,0,0,0,0,0 +483232,0,0,0,0,0 +483233,0,0,0,0,0 +483234,0,0,0,0,0 +483235,0,0,0,0,0 +483236,0,0,0,0,0 +483237,0,0,0,0,0 +483238,0,0,0,0,0 +483239,0,0,0,0,0 +483240,0,0,0,0,0 +483241,0,0,0,0,0 +483242,0,0,0,0,0 +483243,0,0,0,0,0 +483244,0,0,0,0,0 +483245,0,0,0,0,0 +483246,0,0,0,0,0 +483247,0,0,0,0,0 +483248,0,0,0,0,0 +483249,0,0,0,0,0 +483250,0,0,0,0,0 +483251,0,0,0,0,0 +483252,0,0,0,0,0 +483253,0,0,0,0,0 +483254,0,0,0,0,0 +483255,0,0,0,0,0 +483256,0,0,0,0,0 +483257,0,0,0,0,0 +483258,0,0,0,0,0 +483259,0,0,0,0,0 +483260,0,0,0,0,0 +483261,0,0,0,0,0 +483262,0,0,0,0,0 +483263,0,0,0,0,0 +483264,0,0,0,0,0 +483265,0,0,0,0,0 +483266,0,0,0,0,0 +483267,0,0,0,0,0 +483268,0,0,0,0,0 +483269,0,0,0,0,0 +483270,0,0,0,0,0 +483271,0,0,0,0,0 +483272,0,0,0,0,0 +483273,0,0,0,0,0 +483274,0,0,0,0,0 +483275,0,0,0,0,0 +483276,0,0,0,0,0 +483277,0,0,0,0,0 +483278,0,0,0,0,0 +483279,0,0,0,0,0 +483280,0,0,0,0,0 +483281,0,0,0,0,0 +483282,0,0,0,0,0 +483283,0,0,0,0,0 +483284,0,0,0,0,0 +483285,0,0,0,0,0 +483286,0,0,0,0,0 +483287,0,0,0,0,0 +483288,0,0,0,0,0 +483289,0,0,0,0,0 +483290,0,0,0,0,0 +483291,0,0,0,0,0 +483292,0,0,0,0,0 +483293,0,0,0,0,0 +483294,0,0,0,0,0 +483295,0,0,0,0,0 +483296,0,0,0,0,0 +483297,0,0,0,0,0 +483298,0,0,0,0,0 +483299,0,0,0,0,0 +483300,0,0,0,0,0 +483301,0,0,0,0,0 +483302,0,0,0,0,0 +483303,0,0,0,0,0 +483304,0,0,0,0,0 +483305,0,0,0,0,0 +483306,0,0,0,0,0 +483307,0,0,0,0,0 +483308,0,0,0,0,0 +483309,0,0,0,0,0 +483310,0,0,0,0,0 +483311,0,0,0,0,0 +483312,0,0,0,0,0 +483313,0,0,0,0,0 +483314,0,0,0,0,0 +483315,0,0,0,0,0 +483316,0,0,0,0,0 +483317,0,0,0,0,0 +483318,0,0,0,0,0 +483319,0,0,0,0,0 +483320,0,0,0,0,0 +483321,0,0,0,0,0 +483322,0,0,0,0,0 +483323,0,0,0,0,0 +483324,0,0,0,0,0 +483325,0,0,0,0,0 +483326,0,0,0,0,0 +483327,0,0,0,0,0 +483328,0,0,0,0,0 +483329,0,0,0,0,0 +483330,0,0,0,0,0 +483331,0,0,0,0,0 +483332,0,0,0,0,0 +483333,0,0,0,0,0 +483334,0,0,0,0,0 +483335,0,0,0,0,0 +483336,0,0,0,0,0 +483337,0,0,0,0,0 +483338,0,0,0,0,0 +483339,0,0,0,0,0 +483340,0,0,0,0,0 +483341,0,0,0,0,0 +483342,0,0,0,0,0 +483343,0,0,0,0,0 +483344,0,0,0,0,0 +483345,0,0,0,0,0 +483346,0,0,0,0,0 +483347,0,0,0,0,0 +483348,0,0,0,0,0 +483349,0,0,0,0,0 +483350,0,0,0,0,0 +483351,0,0,0,0,0 +483352,0,0,0,0,0 +483353,0,0,0,0,0 +483354,0,0,0,0,0 +483355,0,0,0,0,0 +483356,0,0,0,0,0 +483357,0,0,0,0,0 +483358,0,0,0,0,0 +483359,0,0,0,0,0 +483360,0,0,0,0,0 +483361,0,0,0,0,0 +483362,0,0,0,0,0 +483363,0,0,0,0,0 +483364,0,0,0,0,0 +483365,0,0,0,0,0 +483366,0,0,0,0,0 +483367,0,0,0,0,0 +483368,0,0,0,0,0 +483369,0,0,0,0,0 +483370,0,0,0,0,0 +483371,0,0,0,0,0 +483372,0,0,0,0,0 +483373,0,0,0,0,0 +483374,0,0,0,0,0 +483375,0,0,0,0,0 +483376,0,0,0,0,0 +483377,0,0,0,0,0 +483378,0,0,0,0,0 +483379,0,0,0,0,0 +483380,0,0,0,0,0 +483381,0,0,0,0,0 +483382,0,0,0,0,0 +483383,0,0,0,0,0 +483384,0,0,0,0,0 +483385,0,0,0,0,0 +483386,0,0,0,0,0 +483387,0,0,0,0,0 +483388,0,0,0,0,0 +483389,0,0,0,0,0 +483390,0,0,0,0,0 +483391,0,0,0,0,0 +483392,0,0,0,0,0 +483393,0,0,0,0,0 +483394,0,0,0,0,0 +483395,0,0,0,0,0 +483396,0,0,0,0,0 +483397,0,0,0,0,0 +483398,0,0,0,0,0 +483399,0,0,0,0,0 +483400,0,0,0,0,0 +483401,0,0,0,0,0 +483402,0,0,0,0,0 +483403,0,0,0,0,0 +483404,0,0,0,0,0 +483405,0,0,0,0,0 +483406,0,0,0,0,0 +483407,0,0,0,0,0 +483408,0,0,0,0,0 +483409,0,0,0,0,0 +483410,0,0,0,0,0 +483411,0,0,0,0,0 +483412,0,0,0,0,0 +483413,0,0,0,0,0 +483414,0,0,0,0,0 +483415,0,0,0,0,0 +483416,0,0,0,0,0 +483417,0,0,0,0,0 +483418,0,0,0,0,0 +483419,0,0,0,0,0 +483420,0,0,0,0,0 +483421,0,0,0,0,0 +483422,0,0,0,0,0 +483423,0,0,0,0,0 +483424,0,0,0,0,0 +483425,0,0,0,0,0 +483426,0,0,0,0,0 +483427,0,0,0,0,0 +483428,0,0,0,0,0 +483429,0,0,0,0,0 +483430,0,0,0,0,0 +483431,0,0,0,0,0 +483432,0,0,0,0,0 +483433,0,0,0,0,0 +483434,0,0,0,0,0 +483435,0,0,0,0,0 +483436,0,0,0,0,0 +483437,0,0,0,0,0 +483438,0,0,0,0,0 +483439,0,0,0,0,0 +483440,0,0,0,0,0 +483441,0,0,0,0,0 +483442,0,0,0,0,0 +483443,0,0,0,0,0 +483444,0,0,0,0,0 +483445,0,0,0,0,0 +483446,0,0,0,0,0 +483447,0,0,0,0,0 +483448,0,0,0,0,0 +483449,0,0,0,0,0 +483450,0,0,0,0,0 +483451,0,0,0,0,0 +483452,0,0,0,0,0 +483453,0,0,0,0,0 +483454,0,0,0,0,0 +483455,0,0,0,0,0 +483456,0,0,0,0,0 +483457,0,0,0,0,0 +483458,0,0,0,0,0 +483459,0,0,0,0,0 +483460,0,0,0,0,0 +483461,0,0,0,0,0 +483462,0,0,0,0,0 +483463,0,0,0,0,0 +483464,0,0,0,0,0 +483465,0,0,0,0,0 +483466,0,0,0,0,0 +483467,0,0,0,0,0 +483468,0,0,0,0,0 +483469,0,0,0,0,0 +483470,0,0,0,0,0 +483471,0,0,0,0,0 +483472,0,0,0,0,0 +483473,0,0,0,0,0 +483474,0,0,0,0,0 +483475,0,0,0,0,0 +483476,0,0,0,0,0 +483477,0,0,0,0,0 +483478,0,0,0,0,0 +483479,0,0,0,0,0 +483480,0,0,0,0,0 +483481,0,0,0,0,0 +483482,0,0,0,0,0 +483483,0,0,0,0,0 +483484,0,0,0,0,0 +483485,0,0,0,0,0 +483486,0,0,0,0,0 +483487,0,0,0,0,0 +483488,0,0,0,0,0 +483489,0,0,0,0,0 +483490,0,0,0,0,0 +483491,0,0,0,0,0 +483492,0,0,0,0,0 +483493,0,0,0,0,0 +483494,0,0,0,0,0 +483495,0,0,0,0,0 +483496,0,0,0,0,0 +483497,0,0,0,0,0 +483498,0,0,0,0,0 +483499,0,0,0,0,0 +483500,0,0,0,0,0 +483501,0,0,0,0,0 +483502,0,0,0,0,0 +483503,0,0,0,0,0 +483504,0,0,0,0,0 +483505,0,0,0,0,0 +483506,0,0,0,0,0 +483507,0,0,0,0,0 +483508,0,0,0,0,0 +483509,0,0,0,0,0 +483510,0,0,0,0,0 +483511,0,0,0,0,0 +483512,0,0,0,0,0 +483513,0,0,0,0,0 +483514,0,0,0,0,0 +483515,0,0,0,0,0 +483516,0,0,0,0,0 +483517,0,0,0,0,0 +483518,0,0,0,0,0 +483519,0,0,0,0,0 +483520,0,0,0,0,0 +483521,0,0,0,0,0 +483522,0,0,0,0,0 +483523,0,0,0,0,0 +483524,0,0,0,0,0 +483525,0,0,0,0,0 +483526,0,0,0,0,0 +483527,0,0,0,0,0 +483528,0,0,0,0,0 +483529,0,0,0,0,0 +483530,0,0,0,0,0 +483531,0,0,0,0,0 +483532,0,0,0,0,0 +483533,0,0,0,0,0 +483534,0,0,0,0,0 +483535,0,0,0,0,0 +483536,0,0,0,0,0 +483537,0,0,0,0,0 +483538,0,0,0,0,0 +483539,0,0,0,0,0 +483540,0,0,0,0,0 +483541,0,0,0,0,0 +483542,0,0,0,0,0 +483543,0,0,0,0,0 +483544,0,0,0,0,0 +483545,0,0,0,0,0 +483546,0,0,0,0,0 +483547,0,0,0,0,0 +483548,0,0,0,0,0 +483549,0,0,0,0,0 +483550,0,0,0,0,0 +483551,0,0,0,0,0 +483552,0,0,0,0,0 +483553,0,0,0,0,0 +483554,0,0,0,0,0 +483555,0,0,0,0,0 +483556,0,0,0,0,0 +483557,0,0,0,0,0 +483558,0,0,0,0,0 +483559,0,0,0,0,0 +483560,0,0,0,0,0 +483561,0,0,0,0,0 +483562,0,0,0,0,0 +483563,0,0,0,0,0 +483564,0,0,0,0,0 +483565,0,0,0,0,0 +483566,0,0,0,0,0 +483567,0,0,0,0,0 +483568,0,0,0,0,0 +483569,0,0,0,0,0 +483570,0,0,0,0,0 +483571,0,0,0,0,0 +483572,0,0,0,0,0 +483573,0,0,0,0,0 +483574,0,0,0,0,0 +483575,0,0,0,0,0 +483576,0,0,0,0,0 +483577,0,0,0,0,0 +483578,0,0,0,0,0 +483579,0,0,0,0,0 +483580,0,0,0,0,0 +483581,0,0,0,0,0 +483582,0,0,0,0,0 +483583,0,0,0,0,0 +483584,0,0,0,0,0 +483585,0,0,0,0,0 +483586,0,0,0,0,0 +483587,0,0,0,0,0 +483588,0,0,0,0,0 +483589,0,0,0,0,0 +483590,0,0,0,0,0 +483591,0,0,0,0,0 +483592,0,0,0,0,0 +483593,0,0,0,0,0 +483594,0,0,0,0,0 +483595,0,0,0,0,0 +483596,0,0,0,0,0 +483597,0,0,0,0,0 +483598,0,0,0,0,0 +483599,0,0,0,0,0 +483600,0,0,0,0,0 +483601,0,0,0,0,0 +483602,0,0,0,0,0 +483603,0,0,0,0,0 +483604,0,0,0,0,0 +483605,0,0,0,0,0 +483606,0,0,0,0,0 +483607,0,0,0,0,0 +483608,0,0,0,0,0 +483609,0,0,0,0,0 +483610,0,0,0,0,0 +483611,0,0,0,0,0 +483612,0,0,0,0,0 +483613,0,0,0,0,0 +483614,0,0,0,0,0 +483615,0,0,0,0,0 +483616,0,0,0,0,0 +483617,0,0,0,0,0 +483618,0,0,0,0,0 +483619,0,0,0,0,0 +483620,0,0,0,0,0 +483621,0,0,0,0,0 +483622,0,0,0,0,0 +483623,0,0,0,0,0 +483624,0,0,0,0,0 +483625,0,0,0,0,0 +483626,0,0,0,0,0 +483627,0,0,0,0,0 +483628,0,0,0,0,0 +483629,0,0,0,0,0 +483630,0,0,0,0,0 +483631,0,0,0,0,0 +483632,0,0,0,0,0 +483633,0,0,0,0,0 +483634,0,0,0,0,0 +483635,0,0,0,0,0 +483636,0,0,0,0,0 +483637,0,0,0,0,0 +483638,0,0,0,0,0 +483639,0,0,0,0,0 +483640,0,0,0,0,0 +483641,0,0,0,0,0 +483642,0,0,0,0,0 +483643,0,0,0,0,0 +483644,0,0,0,0,0 +483645,0,0,0,0,0 +483646,0,0,0,0,0 +483647,0,0,0,0,0 +483648,0,0,0,0,0 +483649,0,0,0,0,0 +483650,0,0,0,0,0 +483651,0,0,0,0,0 +483652,0,0,0,0,0 +483653,0,0,0,0,0 +483654,0,0,0,0,0 +483655,0,0,0,0,0 +483656,0,0,0,0,0 +483657,0,0,0,0,0 +483658,0,0,0,0,0 +483659,0,0,0,0,0 +483660,0,0,0,0,0 +483661,0,0,0,0,0 +483662,0,0,0,0,0 +483663,0,0,0,0,0 +483664,0,0,0,0,0 +483665,0,0,0,0,0 +483666,0,0,0,0,0 +483667,0,0,0,0,0 +483668,0,0,0,0,0 +483669,0,0,0,0,0 +483670,0,0,0,0,0 +483671,0,0,0,0,0 +483672,0,0,0,0,0 +483673,0,0,0,0,0 +483674,0,0,0,0,0 +483675,0,0,0,0,0 +483676,0,0,0,0,0 +483677,0,0,0,0,0 +483678,0,0,0,0,0 +483679,0,0,0,0,0 +483680,0,0,0,0,0 +483681,0,0,0,0,0 +483682,0,0,0,0,0 +483683,0,0,0,0,0 +483684,0,0,0,0,0 +483685,0,0,0,0,0 +483686,0,0,0,0,0 +483687,0,0,0,0,0 +483688,0,0,0,0,0 +483689,0,0,0,0,0 +483690,0,0,0,0,0 +483691,0,0,0,0,0 +483692,0,0,0,0,0 +483693,0,0,0,0,0 +483694,0,0,0,0,0 +483695,0,0,0,0,0 +483696,0,0,0,0,0 +483697,0,0,0,0,0 +483698,0,0,0,0,0 +483699,0,0,0,0,0 +483700,0,0,0,0,0 +483701,0,0,0,0,0 +483702,0,0,0,0,0 +483703,0,0,0,0,0 +483704,0,0,0,0,0 +483705,0,0,0,0,0 +483706,0,0,0,0,0 +483707,0,0,0,0,0 +483708,0,0,0,0,0 +483709,0,0,0,0,0 +483710,0,0,0,0,0 +483711,0,0,0,0,0 +483712,0,0,0,0,0 +483713,0,0,0,0,0 +483714,0,0,0,0,0 +483715,0,0,0,0,0 +483716,0,0,0,0,0 +483717,0,0,0,0,0 +483718,0,0,0,0,0 +483719,0,0,0,0,0 +483720,0,0,0,0,0 +483721,0,0,0,0,0 +483722,0,0,0,0,0 +483723,0,0,0,0,0 +483724,0,0,0,0,0 +483725,0,0,0,0,0 +483726,0,0,0,0,0 +483727,0,0,0,0,0 +483728,0,0,0,0,0 +483729,0,0,0,0,0 +483730,0,0,0,0,0 +483731,0,0,0,0,0 +483732,0,0,0,0,0 +483733,0,0,0,0,0 +483734,0,0,0,0,0 +483735,0,0,0,0,0 +483736,0,0,0,0,0 +483737,0,0,0,0,0 +483738,0,0,0,0,0 +483739,0,0,0,0,0 +483740,0,0,0,0,0 +483741,0,0,0,0,0 +483742,0,0,0,0,0 +483743,0,0,0,0,0 +483744,0,0,0,0,0 +483745,0,0,0,0,0 +483746,0,0,0,0,0 +483747,0,0,0,0,0 +483748,0,0,0,0,0 +483749,0,0,0,0,0 +483750,0,0,0,0,0 +483751,0,0,0,0,0 +483752,0,0,0,0,0 +483753,0,0,0,0,0 +483754,0,0,0,0,0 +483755,0,0,0,0,0 +483756,0,0,0,0,0 +483757,0,0,0,0,0 +483758,0,0,0,0,0 +483759,0,0,0,0,0 +483760,0,0,0,0,0 +483761,0,0,0,0,0 +483762,0,0,0,0,0 +483763,0,0,0,0,0 +483764,0,0,0,0,0 +483765,0,0,0,0,0 +483766,0,0,0,0,0 +483767,0,0,0,0,0 +483768,0,0,0,0,0 +483769,0,0,0,0,0 +483770,0,0,0,0,0 +483771,0,0,0,0,0 +483772,0,0,0,0,0 +483773,0,0,0,0,0 +483774,0,0,0,0,0 +483775,0,0,0,0,0 +483776,0,0,0,0,0 +483777,0,0,0,0,0 +483778,0,0,0,0,0 +483779,0,0,0,0,0 +483780,0,0,0,0,0 +483781,0,0,0,0,0 +483782,0,0,0,0,0 +483783,0,0,0,0,0 +483784,0,0,0,0,0 +483785,0,0,0,0,0 +483786,0,0,0,0,0 +483787,0,0,0,0,0 +483788,0,0,0,0,0 +483789,0,0,0,0,0 +483790,0,0,0,0,0 +483791,0,0,0,0,0 +483792,0,0,0,0,0 +483793,0,0,0,0,0 +483794,0,0,0,0,0 +483795,0,0,0,0,0 +483796,0,0,0,0,0 +483797,0,0,0,0,0 +483798,0,0,0,0,0 +483799,0,0,0,0,0 +483800,0,0,0,0,0 +483801,0,0,0,0,0 +483802,0,0,0,0,0 +483803,0,0,0,0,0 +483804,0,0,0,0,0 +483805,0,0,0,0,0 +483806,0,0,0,0,0 +483807,0,0,0,0,0 +483808,0,0,0,0,0 +483809,0,0,0,0,0 +483810,0,0,0,0,0 +483811,0,0,0,0,0 +483812,0,0,0,0,0 +483813,0,0,0,0,0 +483814,0,0,0,0,0 +483815,0,0,0,0,0 +483816,0,0,0,0,0 +483817,0,0,0,0,0 +483818,0,0,0,0,0 +483819,0,0,0,0,0 +483820,0,0,0,0,0 +483821,0,0,0,0,0 +483822,0,0,0,0,0 +483823,0,0,0,0,0 +483824,0,0,0,0,0 +483825,0,0,0,0,0 +483826,0,0,0,0,0 +483827,0,0,0,0,0 +483828,0,0,0,0,0 +483829,0,0,0,0,0 +483830,0,0,0,0,0 +483831,0,0,0,0,0 +483832,0,0,0,0,0 +483833,0,0,0,0,0 +483834,0,0,0,0,0 +483835,0,0,0,0,0 +483836,0,0,0,0,0 +483837,0,0,0,0,0 +483838,0,0,0,0,0 +483839,0,0,0,0,0 +483840,0,0,0,0,0 +483841,0,0,0,0,0 +483842,0,0,0,0,0 +483843,0,0,0,0,0 +483844,0,0,0,0,0 +483845,0,0,0,0,0 +483846,0,0,0,0,0 +483847,0,0,0,0,0 +483848,0,0,0,0,0 +483849,0,0,0,0,0 +483850,0,0,0,0,0 +483851,0,0,0,0,0 +483852,0,0,0,0,0 +483853,0,0,0,0,0 +483854,0,0,0,0,0 +483855,0,0,0,0,0 +483856,0,0,0,0,0 +483857,0,0,0,0,0 +483858,0,0,0,0,0 +483859,0,0,0,0,0 +483860,0,0,0,0,0 +483861,0,0,0,0,0 +483862,0,0,0,0,0 +483863,0,0,0,0,0 +483864,0,0,0,0,0 +483865,0,0,0,0,0 +483866,0,0,0,0,0 +483867,0,0,0,0,0 +483868,0,0,0,0,0 +483869,0,0,0,0,0 +483870,0,0,0,0,0 +483871,0,0,0,0,0 +483872,0,0,0,0,0 +483873,0,0,0,0,0 +483874,0,0,0,0,0 +483875,0,0,0,0,0 +483876,0,0,0,0,0 +483877,0,0,0,0,0 +483878,0,0,0,0,0 +483879,0,0,0,0,0 +483880,0,0,0,0,0 +483881,0,0,0,0,0 +483882,0,0,0,0,0 +483883,0,0,0,0,0 +483884,0,0,0,0,0 +483885,0,0,0,0,0 +483886,0,0,0,0,0 +483887,0,0,0,0,0 +483888,0,0,0,0,0 +483889,0,0,0,0,0 +483890,0,0,0,0,0 +483891,0,0,0,0,0 +483892,0,0,0,0,0 +483893,0,0,0,0,0 +483894,0,0,0,0,0 +483895,0,0,0,0,0 +483896,0,0,0,0,0 +483897,0,0,0,0,0 +483898,0,0,0,0,0 +483899,0,0,0,0,0 +483900,0,0,0,0,0 +483901,0,0,0,0,0 +483902,0,0,0,0,0 +483903,0,0,0,0,0 +483904,0,0,0,0,0 +483905,0,0,0,0,0 +483906,0,0,0,0,0 +483907,0,0,0,0,0 +483908,0,0,0,0,0 +483909,0,0,0,0,0 +483910,0,0,0,0,0 +483911,0,0,0,0,0 +483912,0,0,0,0,0 +483913,0,0,0,0,0 +483914,0,0,0,0,0 +483915,0,0,0,0,0 +483916,0,0,0,0,0 +483917,0,0,0,0,0 +483918,0,0,0,0,0 +483919,0,0,0,0,0 +483920,0,0,0,0,0 +483921,0,0,0,0,0 +483922,0,0,0,0,0 +483923,0,0,0,0,0 +483924,0,0,0,0,0 +483925,0,0,0,0,0 +483926,0,0,0,0,0 +483927,0,0,0,0,0 +483928,0,0,0,0,0 +483929,0,0,0,0,0 +483930,0,0,0,0,0 +483931,0,0,0,0,0 +483932,0,0,0,0,0 +483933,0,0,0,0,0 +483934,0,0,0,0,0 +483935,0,0,0,0,0 +483936,0,0,0,0,0 +483937,0,0,0,0,0 +483938,0,0,0,0,0 +483939,0,0,0,0,0 +483940,0,0,0,0,0 +483941,0,0,0,0,0 +483942,0,0,0,0,0 +483943,0,0,0,0,0 +483944,0,0,0,0,0 +483945,0,0,0,0,0 +483946,0,0,0,0,0 +483947,0,0,0,0,0 +483948,0,0,0,0,0 +483949,0,0,0,0,0 +483950,0,0,0,0,0 +483951,0,0,0,0,0 +483952,0,0,0,0,0 +483953,0,0,0,0,0 +483954,0,0,0,0,0 +483955,0,0,0,0,0 +483956,0,0,0,0,0 +483957,0,0,0,0,0 +483958,0,0,0,0,0 +483959,0,0,0,0,0 +483960,0,0,0,0,0 +483961,0,0,0,0,0 +483962,0,0,0,0,0 +483963,0,0,0,0,0 +483964,0,0,0,0,0 +483965,0,0,0,0,0 +483966,0,0,0,0,0 +483967,0,0,0,0,0 +483968,0,0,0,0,0 +483969,0,0,0,0,0 +483970,0,0,0,0,0 +483971,0,0,0,0,0 +483972,0,0,0,0,0 +483973,0,0,0,0,0 +483974,0,0,0,0,0 +483975,0,0,0,0,0 +483976,0,0,0,0,0 +483977,0,0,0,0,0 +483978,0,0,0,0,0 +483979,0,0,0,0,0 +483980,0,0,0,0,0 +483981,0,0,0,0,0 +483982,0,0,0,0,0 +483983,0,0,0,0,0 +483984,0,0,0,0,0 +483985,0,0,0,0,0 +483986,0,0,0,0,0 +483987,0,0,0,0,0 +483988,0,0,0,0,0 +483989,0,0,0,0,0 +483990,0,0,0,0,0 +483991,0,0,0,0,0 +483992,0,0,0,0,0 +483993,0,0,0,0,0 +483994,0,0,0,0,0 +483995,0,0,0,0,0 +483996,0,0,0,0,0 +483997,0,0,0,0,0 +483998,0,0,0,0,0 +483999,0,0,0,0,0 +484000,0,0,0,0,0 +484001,0,0,0,0,0 +484002,0,0,0,0,0 +484003,0,0,0,0,0 +484004,0,0,0,0,0 +484005,0,0,0,0,0 +484006,0,0,0,0,0 +484007,0,0,0,0,0 +484008,0,0,0,0,0 +484009,0,0,0,0,0 +484010,0,0,0,0,0 +484011,0,0,0,0,0 +484012,0,0,0,0,0 +484013,0,0,0,0,0 +484014,0,0,0,0,0 +484015,0,0,0,0,0 +484016,0,0,0,0,0 +484017,0,0,0,0,0 +484018,0,0,0,0,0 +484019,0,0,0,0,0 +484020,0,0,0,0,0 +484021,0,0,0,0,0 +484022,0,0,0,0,0 +484023,0,0,0,0,0 +484024,0,0,0,0,0 +484025,0,0,0,0,0 +484026,0,0,0,0,0 +484027,0,0,0,0,0 +484028,0,0,0,0,0 +484029,0,0,0,0,0 +484030,0,0,0,0,0 +484031,0,0,0,0,0 +484032,0,0,0,0,0 +484033,0,0,0,0,0 +484034,0,0,0,0,0 +484035,0,0,0,0,0 +484036,0,0,0,0,0 +484037,0,0,0,0,0 +484038,0,0,0,0,0 +484039,0,0,0,0,0 +484040,0,0,0,0,0 +484041,0,0,0,0,0 +484042,0,0,0,0,0 +484043,0,0,0,0,0 +484044,0,0,0,0,0 +484045,0,0,0,0,0 +484046,0,0,0,0,0 +484047,0,0,0,0,0 +484048,0,0,0,0,0 +484049,0,0,0,0,0 +484050,0,0,0,0,0 +484051,0,0,0,0,0 +484052,0,0,0,0,0 +484053,0,0,0,0,0 +484054,0,0,0,0,0 +484055,0,0,0,0,0 +484056,0,0,0,0,0 +484057,0,0,0,0,0 +484058,0,0,0,0,0 +484059,0,0,0,0,0 +484060,0,0,0,0,0 +484061,0,0,0,0,0 +484062,0,0,0,0,0 +484063,0,0,0,0,0 +484064,0,0,0,0,0 +484065,0,0,0,0,0 +484066,0,0,0,0,0 +484067,0,0,0,0,0 +484068,0,0,0,0,0 +484069,0,0,0,0,0 +484070,0,0,0,0,0 +484071,0,0,0,0,0 +484072,0,0,0,0,0 +484073,0,0,0,0,0 +484074,0,0,0,0,0 +484075,0,0,0,0,0 +484076,0,0,0,0,0 +484077,0,0,0,0,0 +484078,0,0,0,0,0 +484079,0,0,0,0,0 +484080,0,0,0,0,0 +484081,0,0,0,0,0 +484082,0,0,0,0,0 +484083,0,0,0,0,0 +484084,0,0,0,0,0 +484085,0,0,0,0,0 +484086,0,0,0,0,0 +484087,0,0,0,0,0 +484088,0,0,0,0,0 +484089,0,0,0,0,0 +484090,0,0,0,0,0 +484091,0,0,0,0,0 +484092,0,0,0,0,0 +484093,0,0,0,0,0 +484094,0,0,0,0,0 +484095,0,0,0,0,0 +484096,0,0,0,0,0 +484097,0,0,0,0,0 +484098,0,0,0,0,0 +484099,0,0,0,0,0 +484100,0,0,0,0,0 +484101,0,0,0,0,0 +484102,0,0,0,0,0 +484103,0,0,0,0,0 +484104,0,0,0,0,0 +484105,0,0,0,0,0 +484106,0,0,0,0,0 +484107,0,0,0,0,0 +484108,0,0,0,0,0 +484109,0,0,0,0,0 +484110,0,0,0,0,0 +484111,0,0,0,0,0 +484112,0,0,0,0,0 +484113,0,0,0,0,0 +484114,0,0,0,0,0 +484115,0,0,0,0,0 +484116,0,0,0,0,0 +484117,0,0,0,0,0 +484118,0,0,0,0,0 +484119,0,0,0,0,0 +484120,0,0,0,0,0 +484121,0,0,0,0,0 +484122,0,0,0,0,0 +484123,0,0,0,0,0 +484124,0,0,0,0,0 +484125,0,0,0,0,0 +484126,0,0,0,0,0 +484127,0,0,0,0,0 +484128,0,0,0,0,0 +484129,0,0,0,0,0 +484130,0,0,0,0,0 +484131,0,0,0,0,0 +484132,0,0,0,0,0 +484133,0,0,0,0,0 +484134,0,0,0,0,0 +484135,0,0,0,0,0 +484136,0,0,0,0,0 +484137,0,0,0,0,0 +484138,0,0,0,0,0 +484139,0,0,0,0,0 +484140,0,0,0,0,0 +484141,0,0,0,0,0 +484142,0,0,0,0,0 +484143,0,0,0,0,0 +484144,0,0,0,0,0 +484145,0,0,0,0,0 +484146,0,0,0,0,0 +484147,0,0,0,0,0 +484148,0,0,0,0,0 +484149,0,0,0,0,0 +484150,0,0,0,0,0 +484151,0,0,0,0,0 +484152,0,0,0,0,0 +484153,0,0,0,0,0 +484154,0,0,0,0,0 +484155,0,0,0,0,0 +484156,0,0,0,0,0 +484157,0,0,0,0,0 +484158,0,0,0,0,0 +484159,0,0,0,0,0 +484160,0,0,0,0,0 +484161,0,0,0,0,0 +484162,0,0,0,0,0 +484163,0,0,0,0,0 +484164,0,0,0,0,0 +484165,0,0,0,0,0 +484166,0,0,0,0,0 +484167,0,0,0,0,0 +484168,0,0,0,0,0 +484169,0,0,0,0,0 +484170,0,0,0,0,0 +484171,0,0,0,0,0 +484172,0,0,0,0,0 +484173,0,0,0,0,0 +484174,0,0,0,0,0 +484175,0,0,0,0,0 +484176,0,0,0,0,0 +484177,0,0,0,0,0 +484178,0,0,0,0,0 +484179,0,0,0,0,0 +484180,0,0,0,0,0 +484181,0,0,0,0,0 +484182,0,0,0,0,0 +484183,0,0,0,0,0 +484184,0,0,0,0,0 +484185,0,0,0,0,0 +484186,0,0,0,0,0 +484187,0,0,0,0,0 +484188,0,0,0,0,0 +484189,0,0,0,0,0 +484190,0,0,0,0,0 +484191,0,0,0,0,0 +484192,0,0,0,0,0 +484193,0,0,0,0,0 +484194,0,0,0,0,0 +484195,0,0,0,0,0 +484196,0,0,0,0,0 +484197,0,0,0,0,0 +484198,0,0,0,0,0 +484199,0,0,0,0,0 +484200,0,0,0,0,0 +484201,0,0,0,0,0 +484202,0,0,0,0,0 +484203,0,0,0,0,0 +484204,0,0,0,0,0 +484205,0,0,0,0,0 +484206,0,0,0,0,0 +484207,0,0,0,0,0 +484208,0,0,0,0,0 +484209,0,0,0,0,0 +484210,0,0,0,0,0 +484211,0,0,0,0,0 +484212,0,0,0,0,0 +484213,0,0,0,0,0 +484214,0,0,0,0,0 +484215,0,0,0,0,0 +484216,0,0,0,0,0 +484217,0,0,0,0,0 +484218,0,0,0,0,0 +484219,0,0,0,0,0 +484220,0,0,0,0,0 +484221,0,0,0,0,0 +484222,0,0,0,0,0 +484223,0,0,0,0,0 +484224,0,0,0,0,0 +484225,0,0,0,0,0 +484226,0,0,0,0,0 +484227,0,0,0,0,0 +484228,0,0,0,0,0 +484229,0,0,0,0,0 +484230,0,0,0,0,0 +484231,0,0,0,0,0 +484232,0,0,0,0,0 +484233,0,0,0,0,0 +484234,0,0,0,0,0 +484235,0,0,0,0,0 +484236,0,0,0,0,0 +484237,0,0,0,0,0 +484238,0,0,0,0,0 +484239,0,0,0,0,0 +484240,0,0,0,0,0 +484241,0,0,0,0,0 +484242,0,0,0,0,0 +484243,0,0,0,0,0 +484244,0,0,0,0,0 +484245,0,0,0,0,0 +484246,0,0,0,0,0 +484247,0,0,0,0,0 +484248,0,0,0,0,0 +484249,0,0,0,0,0 +484250,0,0,0,0,0 +484251,0,0,0,0,0 +484252,0,0,0,0,0 +484253,0,0,0,0,0 +484254,0,0,0,0,0 +484255,0,0,0,0,0 +484256,0,0,0,0,0 +484257,0,0,0,0,0 +484258,0,0,0,0,0 +484259,0,0,0,0,0 +484260,0,0,0,0,0 +484261,-1699.47778,-819.7922488,-1668.993248,-819.7968837,-1083.818567 +484262,-1748.45717,-817.3080862,-1719.084485,-817.3127338,-1108.523707 +484263,-1692.961372,-716.0848014,-1657.305371,-716.0883384,-985.8248605 +484264,-1601.765753,-679.2728118,-1571.943106,-679.2759681,-937.186104 +484265,-1663.10023,-703.7658102,-1628.24836,-703.7692823,-973.0888086 +484266,-1720.831367,-728.5244613,-1684.822092,-728.5282517,-1008.940266 +484267,-1810.5176,-766.8137974,-1772.667975,-766.8180571,-1063.439057 +484268,-1856.320713,-786.4862858,-1817.559019,-786.4908015,-1092.000448 +484269,-1875.771206,-794.9745373,-1836.650709,-794.9791802,-1104.954363 +484270,-1881.371195,-797.5797717,-1842.177149,-797.5844738,-1109.620471 +484271,-1881.320909,-797.7774426,-1842.163587,-797.782176,-1110.798699 +484272,-1002.107249,-703.8571807,-1232.171436,-702.0571628,-1110.653697 +484273,-1534.098583,-557.2269409,-1367.429199,-558.3907606,-1110.126868 +484274,-1356.262671,-656.9814044,-1385.425445,-656.9892247,-1101.712682 +484275,-1347.314397,-614.0530282,-1332.179171,-614.0580074,-1002.553815 +484276,-1336.305852,-609.6015279,-1319.860508,-608.1165429,-639.52216 +484277,-1324.336299,-601.8395615,-1308.736897,-603.4458468,-876.5643781 +484278,-1313.270873,-598.7562018,-1298.423378,-597.9223776,-792.6476329 +484279,-1306.4663,-591.6373606,-1289.457117,-591.6418461,-784.550543 +484280,-1284.415521,-434.3069916,-1260.048904,-583.7681373,-780.4729825 +484281,-1279.052003,-410.1079803,-1247.449095,-577.1964014,-771.2238658 +484282,-1264.089132,-390.6444251,-1240.327896,-573.3127921,-768.1763312 +484283,-1258.063321,-374.5663832,-1228.224562,-567.0926745,-759.8505346 +484284,-1248.581794,-358.2702899,-1220.479338,-562.7883857,-754.7105681 +484285,-1238.793133,-343.3743735,-1212.506947,-559.467142,-749.4039096 +484286,-1232.139073,-328.5767939,-1202.637035,-553.679946,-743.93664 +484287,-1221.850156,-313.9673365,-1195.925131,-549.4920625,-736.3889432 +484288,-1214.85193,-299.6374876,-1187.328016,-545.8037973,-732.5328933 +484289,-1207.716621,-285.6786819,-1178.530063,-541.3732012,-726.5966201 +484290,-1198.598247,-272.1806539,-1174.976387,-537.4717626,-721.5315681 +484291,-1193.039514,-254.5223111,-1162.187231,-533.4695651,-716.3529908 +484292,-1181.66673,-236.7545515,-1156.598418,-528.6682746,-709.9848443 +484293,-1175.876764,-218.9606975,-1149.019848,-525.1536931,-706.7427052 +484294,-1166.041963,-200.7173139,-1137.388943,-520.8345756,-700.119966 +484295,-1162.054125,-183.1318324,-1133.452939,-516.4041763,-695.6098553 +484296,-1149.849558,-164.73543,-1125.459045,-512.626136,-691.0200179 +484297,-1145.715492,-146.65049,-1115.261796,-508.7665229,-685.1674295 +484298,-1137.326739,-128.692931,-1111.124247,-505.6188159,-681.5951153 +484299,-1128.787388,-110.3868003,-1100.606438,-500.7920331,-676.7566764 +484300,-1124.463737,-98.11570368,-1096.33737,-497.5052099,-671.8318777 +484301,-1115.691745,-83.54314891,-1087.676563,-493.3154404,-666.8193222 +484302,-1106.762427,-68.69755502,-1081.079417,-490.758482,-663.0016466 +484303,-1104.509527,-53.71643431,-1075.513994,-486.4188314,-659.1324028 +484304,-1093.067737,-39.00519486,-1067.613604,-482.8782207,-653.8914834 +484305,-1089.587667,-23.75403517,-1058.431339,-480.1820315,-649.8990666 +484306,-1081.36981,-8.772802454,-1056.113509,-475.6064382,-645.8526368 +484307,-1074.222519,0,-1044.345564,-472.8130384,-640.3716573 +484308,-1069.40541,0,-1040.765665,-469.9818605,-637.5945453 +484309,-1060.864514,0,-1032.311957,-465.1764463,-633.3808274 +484310,-1054.681027,0,-1027.421008,-463.2255252,-629.1092197 +484311,-1049.683844,0,-1017.50142,-460.2642772,-626.2290414 +484312,-1039.548722,0,-1013.737357,-455.7450989,-620.389064 +484313,-1036.989179,0,-1004.848308,-453.195697,-617.4294555 +484314,-1029.230545,0,-999.7060643,-451.1354859,-614.4427448 +484315,-1021.363998,0,-994.5152434,-445.8991973,-609.9104601 +484316,-1016.061603,0,-983.9859937,-444.838976,-605.3156252 +484317,-1010.710037,0,-981.3263605,-440.5442778,-603.7703969 +484318,-1002.586811,0,-973.2658809,-438.3677877,-598.3040841 +484319,-997.1098348,0,-967.8299777,-434.5098364,-595.9345071 +484320,-991.5820911,0,-959.5808099,-432.2780866,-591.1457732 +484321,-983.1923418,0,-954.0198021,-428.3219427,-589.5350164 +484322,-974.6866058,0,-946.9942913,-426.0331046,-584.6571369 +484323,-970.3918369,0,-938.4542795,-421.3900323,-583.0164173 +484324,-960.2473224,0,-931.2479124,-419.627782,-578.880722 +484325,-954.3776907,0,-925.4236508,-415.465597,-576.3764624 +484326,-946.9630253,0,-918.0648611,-412.4514988,-573.0102476 +484327,-937.9508622,0,-909.1204722,-409.4025804,-571.3154923 +484328,-933.3994523,0,-904.6034296,-405.6968122,-566.1832741 +484329,-922.6509546,0,-895.4712078,-403.1981956,-564.4570351 +484330,-917.9928594,0,-889.3132146,-400.0413891,-561.8524664 +484331,-908.5760021,0,-881.5350594,-396.2042617,-558.3510739 +484332,-900.629452,0,-873.6673572,-393.6171491,-555.703728 +484333,-894.2075531,0,-868.9045892,-390.3490955,-552.1453099 +484334,-886.0949285,0,-859.2754314,-387.0429588,-550.3539514 +484335,-879.537115,0,-854.4121397,-383.6986988,-546.745772 +484336,-869.5851733,0,-844.5823145,-381.6740412,-544.0177104 +484337,-864.5593938,0,-839.6186741,-376.8928866,-541.270738 +484338,-854.400514,0,-832.9454637,-375.5136151,-538.5046312 +484339,-847.5515497,0,-822.8191139,-371.3346698,-535.7192323 +484340,-838.9020899,0,-819.4152148,-368.516879,-531.975262 +484341,-831.9122525,0,-809.1039992,-364.9583505,-530.0906162 +484342,-823.0843303,0,-803.8973177,-362.8042484,-527.2469868 +484343,-815.9504237,0,-796.8988629,-358.4499407,-524.3834503 +484344,-806.9415359,0,-788.0609645,-356.9860407,-520.5345596 +484345,-799.6620941,0,-782.712043,-352.5514434,-519.5671225 +484346,-790.4704835,0,-773.7157618,-349.5620295,-515.6736774 +484347,-782.1112913,0,-768.2711635,-347.302798,-512.7300734 +484348,-773.6694352,0,-760.9537639,-343.5019904,-509.7664053 +484349,-766.0956629,0,-751.7155279,-340.4308037,-507.7794657 +484350,-757.4946205,0,-746.1259447,-337.3324089,-503.7777536 +484351,-748.8088515,0,-740.4991139,-334.9906223,-502.7717876 +484352,-741.0180456,0,-731.0369814,-331.4477142,-497.7062991 +484353,-733.1607088,0,-725.3123783,-328.6680718,-496.6865322 +484354,-725.2362681,0,-719.5513509,-326.2687085,-492.5833776 +484355,-717.2445546,0,-711.8109062,-323.0443601,-490.5179717 +484356,-709.1856391,0,-705.9628367,-319.7920098,-487.4021239 +484357,-700.039286,0,-698.1074701,-318.1558314,-484.2651068 +484358,-696.9725885,0,-700.0775866,-317.3341068,-482.1620773 +484359,-688.7467933,0,-695.145899,-315.6872459,-478.9894733 +484360,-680.4539143,0,-688.1970014,-313.2032088,-475.7954343 +484361,-672.0946787,0,-681.1980474,-309.8658046,-472.5800854 +484362,-664.7263461,0,-676.1690132,-307.7659788,-470.4247778 +484363,-656.2426239,0,-668.0681652,-304.8072327,-467.1734721 +484364,-647.6929441,165.3625901,-662.9730399,-302.2539293,-464.9938657 +484365,-639.0782228,147.5393567,-655.796162,-299.6845851,-460.6053895 +484366,-631.4875804,151.4683614,-650.6396134,-296.233804,-459.5024759 +484367,-622.7516022,178.4206379,-642.3353216,-294.4984981,-455.0655182 +484368,-615.0551893,193.8188867,-637.1135221,-291.4435786,-453.9503395 +484369,-606.1990842,208.6944323,-630.8137299,-288.807748,-448.9010156 +484370,-597.2802337,223.6726431,-623.4178522,-285.7125746,-447.207211 +484371,-589.4258613,237.9932979,-618.105841,-283.9346278,-444.9400665 +484372,-580.3915075,252.729251,-610.6267203,-280.3565526,-440.3758172 +484373,-572.436954,266.2938765,-604.1782309,-278.1063499,-439.2288156 +484374,-563.2896279,280.6253786,-597.6950382,-274.9376616,-434.6154495 +484375,-555.2377617,293.9812603,-592.2658846,-272.6616371,-432.8755075 +484376,-545.9812303,307.9667169,-583.5280312,-269.9158259,-429.9629961 +484377,-536.6684948,320.8582573,-579.1375015,-267.1543659,-426.4474599 +484378,-529.6483487,333.9998967,-571.4161589,-263.9132664,-423.5010191 +484379,-519.0594204,347.2367582,-564.7618071,-262.0523829,-421.132893 +484380,-510.7780217,359.8743244,-559.1916377,-258.778686,-418.1586511 +484381,-501.8615162,372.6033086,-551.3542354,-255.9564577,-413.9687238 +484382,-491.7023485,392.3160935,-544.601541,-253.1193269,-412.164017 +484383,-481.4886977,408.6017722,-536.682972,-249.7904875,-407.3236863 +484384,-472.4335164,425.0023438,-529.862134,-246.921562,-404.8889494 +484385,-462.7309539,441.1484199,-521.8654981,-244.0381808,-401.2182698 +484386,-451.7639996,457.1110919,-516.1289467,-241.1403303,-398.7589074 +484387,-443.1990029,472.8092047,-506.9062562,-237.7414619,-394.4311385 +484388,-432.757931,488.3934378,-501.1167115,-234.8133197,-391.3217046 +484389,-422.8929318,503.7987561,-493.5601102,-232.3628221,-388.8232956 +484390,-412.3733209,518.9567358,-485.9706975,-228.4218699,-384.4273659 +484391,-403.6828186,533.7413629,-478.9371119,-225.9471853,-381.9022465 +484392,-392.4741762,549.0445183,-471.2876363,-222.9654264,-378.096362 +484393,-383.7318053,563.510645,-464.7917322,-219.4702915,-375.5471705 +484394,-372.4616003,578.0984961,-456.4934471,-216.9635653,-371.062856 +484395,-363.0469269,592.469937,-449.3549808,-213.4394809,-369.1322987 +484396,-352.9833514,606.6845106,-442.7911495,-210.9124344,-364.6064992 +484397,-342.2690435,620.7043364,-435.008903,-207.3605624,-362.6581999 +484398,-333.4307762,634.6655857,-427.8027248,-204.5590706,-358.0912998 +484399,-322.0490296,648.3944213,-419.9726106,-201.2361222,-355.4690303 +484400,-312.5512306,662.008615,-413.329215,-198.6715046,-352.1781731 +484401,-301.7743561,675.4265907,-406.0632601,-195.0684326,-348.8729472 +484402,-292.2559992,688.806254,-397.563065,-191.9692814,-345.5535102 +484403,-281.4591739,701.9089947,-391.4777155,-189.3793436,-342.2200159 +484404,-271.2902516,715.0125486,-384.1597205,-185.7419941,-338.8726083 +484405,-261.1156278,727.882244,-375.6020818,-183.1364531,-335.5114271 +484406,-250.9363718,740.6011578,-369.4778751,-179.4782814,-332.8126728 +484407,-240.1169345,753.2976758,-361.5017173,-176.8585396,-328.7481137 +484408,-229.9313349,765.2511866,-354.7409509,-173.4443603,-326.0277981 +484409,-219.7438041,778.3468216,-346.7377512,-170.5485037,-321.9314003 +484410,-208.9179518,790.2145819,-339.3388823,-167.1182001,-319.8762976 +484411,-199.3649413,801.2691015,-333.1655337,-164.4741472,-315.0626059 +484412,-189.8114238,812.0417233,-326.3670632,-161.8255546,-312.9921534 +484413,-180.5760209,822.4755937,-320.1802896,-158.907026,-309.1843406 +484414,-170.3848978,832.682822,-313.3682798,-155.9836403,-306.057739 +484415,-161.1492084,842.8620995,-307.1703053,-153.5884853,-302.5721833 +484416,-151.9134577,852.5525718,-300.96764,-150.6569476,-299.0747268 +484417,-141.7221481,862.35274,-294.1396874,-147.9883849,-296.268384 +484418,-129.9385528,862.6615442,-276.4294045,-140.5003655,-292.7499562 +484419,-120.3842685,870.3166912,-269.2764587,-137.2847901,-289.2201976 +484420,-110.1929666,878.5203148,-261.809027,-134.0658679,-285.6794322 +484421,-101.1164096,886.9210813,-255.5840638,-131.3812296,-283.1945405 +484422,-91.24361042,895.0199595,-248.1116413,-128.4258462,-279.2789459 +484423,-81.53006058,903.2731666,-242.1946569,-125.4683536,-276.0659508 +484424,-72.29425268,911.1376281,-235.0302844,-122.5090415,-272.844768 +484425,-62.4214582,919.0036625,-228.4877878,-119.8173916,-269.2562622 +484426,-53.02639382,926.8278356,-221.9444108,-116.8551333,-266.3785634 +484427,-43.31284676,934.408704,-215.0886376,-113.8916191,-262.772904 +484428,-33.91778333,941.9161061,-208.855644,-111.1966258,-259.1581428 +484429,-24.20423694,949.2916187,-201.9987924,-108.2311938,-256.2600498 +484430,-14.64993324,956.5407626,-195.765012,-105.5346717,-252.9930612 +484431,-5.254868032,963.6666186,-189.2192241,-102.5678092,-249.3551064 +484432,0,970.6098948,-182.3615025,-99.87020062,-246.0741175 +484433,0,977.6401236,-176.4389074,-96.90236211,-242.7868734 +484434,0,984.2611206,-169.2692275,-94.06911265,-239.4935668 +484435,0,990.9538486,-163.3465129,-91.37055446,-236.1944103 +484436,0,997.3987063,-156.8002379,-88.53682086,-232.889631 +484437,0,1003.886122,-150.2539074,-85.56795451,-229.2113449 +484438,0,1010.118337,-144.0193167,-82.86891476,-226.2642079 +484439,0,1016.28773,-137.1612293,-80.16978081,-222.574782 +484440,0,1022.329193,-131.2384133,-77.06565229,-219.6191087 +484441,0,1027.991646,-125.3155306,-74.77131844,-215.919511 +484442,0,1033.710577,-119.2367858,-72.07204823,-212.9561238 +484443,0,1039.13152,-113.6256462,-69.37272813,-209.618512 +484444,0,1044.494904,-107.546909,-66.94337242,-206.6485574 +484445,0,1049.818701,-101.9357686,-64.24402777,-202.9320827 +484446,0,1054.993786,-96.01289713,-61.54470207,-199.9559604 +484447,0,1059.964223,-90.24587245,-59.11532168,-196.604828 +484448,0,1065.021836,-84.32300086,-56.41599815,-193.6235572 +484449,0,1069.825823,-78.71185792,-53.98659672,-189.893852 +484450,0,1074.410061,-72.63312064,-51.017316,-186.907855 +484451,0,1079.048521,-67.33371896,-48.85788166,-183.5463556 +484452,0,1083.455897,-61.0991013,-46.02357785,-180.1826651 +484453,0,1087.932829,-55.48795857,-43.45920571,-176.8169813 +484454,0,1092.152926,-49.87683078,-40.89485365,-173.8237389 +484455,0,1096.325548,-43.95394761,-38.33048813,-170.0802817 +484456,0,1100.379593,-38.34281084,-35.6311604,-167.0842078 +484457,0,1104.326555,-33.9785828,-33.20176828,-163.7123152 +484458,0,1108.167497,-29.30263234,-30.50243762,-159.9643297 +484459,0,1111.902592,-25.0942798,-28.07303662,-157.3399952 +484460,0,1115.463606,-20.26246159,-25.2387315,-153.2147784 +484461,0,1119.160757,-16.05410536,-22.94430419,-150.4014585 +484462,0,1122.657295,-11.22228654,-20.78483377,-146.6495382 +484463,0,1127.860873,-7.169794662,-18.89530526,-143.4598145 +484464,0,1128.290582,-2.026245647,-16.73584331,-140.0819265 +484465,0,1135.698516,0,-14.71134515,-136.3281726 +484466,0,1132.887286,0,-12.5518825,-133.3248663 +484467,0,1144.41726,0,-10.527386,-129.5703483 +484468,0,1135.093016,0,-8.367924154,-126.1910257 +484469,0,1155.428777,0,-6.478394128,-122.8115014 +484470,0,1132.981865,0,-4.18396182,-119.4318029 +484471,0,1171.588584,0,-1.88953101,-115.6764165 +484472,0,1121.848007,0,0,-112.296487 +484473,0,1167.042557,0,0,-108.7287068 +484474,0,1172.795667,0,0,-105.3486526 +484475,0,1129.398216,0,0,-101.5929774 +484476,0,1169.342093,0,0,-98.21285408 +484477,0,1159.459368,0,0,-94.64491902 +484478,0,1161.611722,0,0,-90.88917847 +484479,0,1163.677026,0,0,-87.50901674 +484480,0,1165.100235,0,0,-83.75326583 +484481,0,1166.421924,0,0,-80.18530366 +484482,0,1167.642322,0,0,-76.42955194 +484483,0,1168.761195,0,0,-73.04938163 +484484,0,1169.779728,0,0,-69.10583312 +484485,0,1170.698907,0,0,-65.35008091 +484486,0,1171.518973,0,0,-61.96991453 +484487,0,1172.240742,0,0,-58.02637008 +484488,0,1172.864991,0,0,-54.27061629 +484489,0,1173.391977,0,0,-50.70265451 +484490,0,1173.822596,0,0,-46.75911057 +484491,0,1174.157037,0,0,-43.00335789 +484492,0,1174.396148,0,0,-39.05981906 +484493,0,1174.540087,0,0,-35.49186008 +484494,0,1174.589662,0,0,-31.54831912 +484495,0,1174.54501,0,0,-27.60477757 +484496,0,1174.406906,0,0,-23.84902638 +484497,0,1174.17547,0,0,-19.90548618 +484498,0,1173.85145,0,0,-15.96194613 +484499,0,1173.434954,0,0,-12.01840674 +484500,0,1172.926707,0,0,-8.26265511 +484501,0,1172.372626,0,0,-3.755751905 +484502,0,1171.696985,0,0,0 +484503,0,1170.918931,0,0,0 +484504,0,1170.045526,0,0,0 +484505,0,1169.079065,0,0,0 +484506,0,1168.020338,0,0,0 +484507,0,1166.870515,0,0,0 +484508,0,1165.629855,0,0,0 +484509,0,1164.298705,0,0,0 +484510,0,1162.877759,0,0,0 +484511,0,1161.367236,0,0,0 +484512,0,1159.768089,0,0,0 +484513,0,1158.080522,0,0,0 +484514,0,1156.231269,0,0,0 +484515,0,1177.657054,0,0,0 +484516,0,1118.500936,0,0,0 +484517,0,1167.425593,0,0,0 +484518,0,1160.158059,0,0,0 +484519,0,1124.114525,0,0,0 +484520,0,1176.43562,0,0,0 +484521,0,1112.767002,0,0,0 +484522,0,1163.126814,0,0,0 +484523,0,1153.808723,0,0,0 +484524,0,1124.564106,0,0,0 +484525,0,1166.413681,0,0,0 +484526,0,1109.430077,0,0,0 +484527,0,1167.335576,0,0,0 +484528,0,1101.942156,0,0,0 +484529,0,1158.845604,0,0,0 +484530,0,1101.557764,0,0,0 +484531,0,1143.625427,0,0,0 +484532,0,1104.355747,0,0,0 +484533,0,1123.073391,0,0,0 +484534,0,1110.226065,0,0,0 +484535,0,1108.572211,0,0,0 +484536,0,1104.095741,0,0,0 +484537,0,1099.945353,0,0,0 +484538,0,1095.624278,0,0,0 +484539,0,1091.20457,0,0,0 +484540,0,1086.688836,0,0,0 +484541,0,1082.079755,0,0,0 +484542,0,1077.449174,0,0,0 +484543,0,1072.561906,0,0,0 +484544,0,1067.737369,0,0,0 +484545,0,1062.699733,0,0,0 +484546,0,1057.758779,0,0,0 +484547,0,1052.590074,0,0,0 +484548,0,1047.470032,0,0,0 +484549,0,1042.099767,0,0,0 +484550,0,1036.798557,0,0,0 +484551,0,1031.365889,0,0,0 +484552,0,1025.872447,0,0,0 +484553,0,1020.308761,0,0,0 +484554,0,1014.676065,0,0,0 +484555,0,1008.976861,0,0,0 +484556,0,1003.211489,0,0,0 +484557,0,997.3816362,0,0,0 +484558,0,991.5515538,0,0,0 +484559,0,985.4450722,0,0,0 +484560,0,979.5206311,0,0,0 +484561,0,973.0257101,0,0,0 +484562,0,966.6768397,0,0,0 +484563,0,960.2036612,0,0,0 +484564,0,953.5805632,0,0,0 +484565,0,947.0301164,0,0,0 +484566,0,940.4348418,0,0,0 +484567,0,933.5958158,0,0,0 +484568,0,926.9830433,0,0,0 +484569,0,920.1434333,0,0,0 +484570,0,913.3793304,0,0,0 +484571,0,906.4189852,0,0,0 +484572,0,899.4841071,0,0,0 +484573,0,892.6516727,0,0,0 +484574,0,885.5290613,0,0,0 +484575,0,878.536316,0,0,0 +484576,0,871.5018473,0,0,0 +484577,0,864.2494131,0,0,0 +484578,0,857.2106182,0,0,0 +484579,0,850.0238905,0,0,0 +484580,0,842.7272541,0,0,0 +484581,0,835.5007971,0,0,0 +484582,0,828.191442,0,0,0 +484583,0,820.8605834,0,0,0 +484584,0,813.4926747,0,0,0 +484585,0,806.1457706,0,0,0 +484586,0,798.5858699,0,0,0 +484587,150.49175,791.2841018,0,0,0 +484588,173.6587861,783.6721892,0,0,0 +484589,156.345689,776.1408765,0,0,0 +484590,189.8911342,768.6966283,0,0,0 +484591,206.3669415,761.0697885,0,0,0 +484592,222.9441787,754.0583175,0,0,0 +484593,239.6350715,745.7341557,0,0,0 +484594,255.533046,738.5422013,0,0,0 +484595,271.7002481,730.8042487,0,0,0 +484596,288.0613768,723.1045535,0,0,0 +484597,303.9219648,715.4813582,0,0,0 +484598,319.9255409,707.7317322,0,0,0 +484599,335.7730349,699.9474674,0,0,0 +484600,351.5350193,692.2362318,0,0,0 +484601,367.3058115,684.4030705,0,0,0 +484602,382.6199523,676.5363459,0,0,0 +484603,398.7650531,668.7421653,0,0,0 +484604,414.0081439,660.8299829,0,0,0 +484605,429.5820868,652.8857438,0,0,0 +484606,445.019574,645.0157874,0,0,0 +484607,460.414546,636.9896212,0,0,0 +484608,475.7652429,629.0764573,0,0,0 +484609,491.0677349,621.0493533,0,0,0 +484610,506.3359698,612.9944307,0,0,0 +484611,521.5609662,608.6550518,0,0,0 +484612,536.4365086,602.984109,0,0,0 +484613,552.1295354,597.4216433,0,0,0 +484614,566.9859489,591.7505862,0,0,0 +484615,582.1438257,586.048498,0,0,0 +484616,597.2503869,580.4185992,0,0,0 +484617,612.2629975,574.6875802,0,0,0 +484618,627.3525447,568.9363663,0,0,0 +484619,642.3171836,563.2531022,0,0,0 +484620,657.2381261,557.4748156,0,0,0 +484621,0,0,0,0,0 +484622,0,0,0,0,0 +484623,0,0,0,0,0 +484624,0,0,0,0,0 +484625,0,0,0,0,0 +484626,0,0,0,0,0 +484627,0,0,0,0,0 +484628,0,0,0,0,0 +484629,0,0,0,0,0 +484630,0,0,0,0,0 +484631,0,0,0,0,0 +484632,0,0,0,0,0 +484633,0,0,0,0,0 +484634,0,0,0,0,0 +484635,0,0,0,0,0 +484636,0,0,0,0,0 +484637,0,0,0,0,0 +484638,0,0,0,0,0 +484639,0,0,0,0,0 +484640,0,0,0,0,0 +484641,0,0,0,0,0 +484642,0,0,0,0,0 +484643,0,0,0,0,0 +484644,0,0,0,0,0 +484645,0,0,0,0,0 +484646,0,0,0,0,0 +484647,0,0,0,0,0 +484648,0,0,0,0,0 +484649,0,0,0,0,0 +484650,0,0,0,0,0 +484651,0,0,0,0,0 +484652,0,0,0,0,0 +484653,0,0,0,0,0 +484654,0,0,0,0,0 +484655,0,0,0,0,0 +484656,0,0,0,0,0 +484657,0,0,0,0,0 +484658,0,0,0,0,0 +484659,0,0,0,0,0 +484660,0,0,0,0,0 +484661,0,0,0,0,0 +484662,0,0,0,0,0 +484663,0,0,0,0,0 +484664,0,0,0,0,0 +484665,0,0,0,0,0 +484666,0,0,0,0,0 +484667,0,0,0,0,0 +484668,0,0,0,0,0 +484669,0,0,0,0,0 +484670,0,0,0,0,0 +484671,0,0,0,0,0 +484672,0,0,0,0,0 +484673,0,0,0,0,0 +484674,0,0,0,0,0 +484675,0,0,0,0,0 +484676,0,0,0,0,0 +484677,0,0,0,0,0 +484678,0,0,0,0,0 +484679,0,0,0,0,0 +484680,0,0,0,0,0 +484681,0,0,0,0,0 +484682,0,0,0,0,0 +484683,0,0,0,0,0 +484684,0,0,0,0,0 +484685,0,0,0,0,0 +484686,0,0,0,0,0 +484687,0,0,0,0,0 +484688,0,0,0,0,0 +484689,0,0,0,0,0 +484690,0,0,0,0,0 +484691,0,0,0,0,0 +484692,0,0,0,0,0 +484693,0,0,0,0,0 +484694,0,0,0,0,0 +484695,0,0,0,0,0 +484696,0,0,0,0,0 +484697,0,0,0,0,0 +484698,0,0,0,0,0 +484699,0,0,0,0,0 +484700,0,0,0,0,0 +484701,0,0,0,0,0 +484702,0,0,0,0,0 +484703,0,0,0,0,0 +484704,0,0,0,0,0 +484705,0,0,0,0,0 +484706,0,0,0,0,0 +484707,0,0,0,0,0 +484708,0,0,0,0,0 +484709,0,0,0,0,0 +484710,0,0,0,0,0 +484711,0,0,0,0,0 +484712,0,0,0,0,0 +484713,0,0,0,0,0 +484714,0,0,0,0,0 +484715,0,0,0,0,0 +484716,0,0,0,0,0 +484717,0,0,0,0,0 +484718,0,0,0,0,0 +484719,0,0,0,0,0 +484720,0,0,0,0,0 +484721,0,0,0,0,0 +484722,0,0,0,0,0 +484723,0,0,0,0,0 +484724,0,0,0,0,0 +484725,0,0,0,0,0 +484726,0,0,0,0,0 +484727,0,0,0,0,0 +484728,0,0,0,0,0 +484729,0,0,0,0,0 +484730,0,0,0,0,0 +484731,0,0,0,0,0 +484732,0,0,0,0,0 +484733,0,0,0,0,0 +484734,0,0,0,0,0 +484735,0,0,0,0,0 +484736,0,0,0,0,0 +484737,0,0,0,0,0 +484738,0,0,0,0,0 +484739,0,0,0,0,0 +484740,0,0,0,0,0 +484741,0,0,0,0,0 +484742,0,0,0,0,0 +484743,0,0,0,0,0 +484744,0,0,0,0,0 +484745,0,0,0,0,0 +484746,0,0,0,0,0 +484747,0,0,0,0,0 +484748,0,0,0,0,0 +484749,0,0,0,0,0 +484750,0,0,0,0,0 +484751,0,0,0,0,0 +484752,0,0,0,0,0 +484753,0,0,0,0,0 +484754,0,0,0,0,0 +484755,0,0,0,0,0 +484756,0,0,0,0,0 +484757,0,0,0,0,0 +484758,0,0,0,0,0 +484759,0,0,0,0,0 +484760,0,0,0,0,0 +484761,0,0,0,0,0 +484762,0,0,0,0,0 +484763,0,0,0,0,0 +484764,0,0,0,0,0 +484765,0,0,0,0,0 +484766,0,0,0,0,0 +484767,0,0,0,0,0 +484768,0,0,0,0,0 +484769,0,0,0,0,0 +484770,0,0,0,0,0 +484771,0,0,0,0,0 +484772,0,0,0,0,0 +484773,0,0,0,0,0 +484774,0,0,0,0,0 +484775,0,0,0,0,0 +484776,0,0,0,0,0 +484777,0,0,0,0,0 +484778,0,0,0,0,0 +484779,0,0,0,0,0 +484780,0,0,0,0,0 +484781,0,0,0,0,0 +484782,0,0,0,0,0 +484783,0,0,0,0,0 +484784,0,0,0,0,0 +484785,0,0,0,0,0 +484786,0,0,0,0,0 +484787,0,0,0,0,0 +484788,0,0,0,0,0 +484789,0,0,0,0,0 +484790,0,0,0,0,0 +484791,0,0,0,0,0 +484792,0,0,0,0,0 +484793,0,0,0,0,0 +484794,0,0,0,0,0 +484795,0,0,0,0,0 +484796,0,0,0,0,0 +484797,0,0,0,0,0 +484798,0,0,0,0,0 +484799,0,0,0,0,0 +484800,0,0,0,0,0 +484801,0,0,0,0,0 +484802,0,0,0,0,0 +484803,0,0,0,0,0 +484804,0,0,0,0,0 +484805,0,0,0,0,0 +484806,0,0,0,0,0 +484807,0,0,0,0,0 +484808,0,0,0,0,0 +484809,0,0,0,0,0 +484810,0,0,0,0,0 +484811,0,0,0,0,0 +484812,0,0,0,0,0 +484813,0,0,0,0,0 +484814,0,0,0,0,0 +484815,0,0,0,0,0 +484816,0,0,0,0,0 +484817,0,0,0,0,0 +484818,0,0,0,0,0 +484819,0,0,0,0,0 +484820,0,0,0,0,0 +484821,0,0,0,0,0 +484822,0,0,0,0,0 +484823,0,0,0,0,0 +484824,0,0,0,0,0 +484825,0,0,0,0,0 +484826,0,0,0,0,0 +484827,0,0,0,0,0 +484828,0,0,0,0,0 +484829,0,0,0,0,0 +484830,0,0,0,0,0 +484831,0,0,0,0,0 +484832,0,0,0,0,0 +484833,0,0,0,0,0 +484834,0,0,0,0,0 +484835,0,0,0,0,0 +484836,0,0,0,0,0 +484837,0,0,0,0,0 +484838,0,0,0,0,0 +484839,0,0,0,0,0 +484840,0,0,0,0,0 +484841,0,0,0,0,0 +484842,0,0,0,0,0 +484843,0,0,0,0,0 +484844,0,0,0,0,0 +484845,0,0,0,0,0 +484846,0,0,0,0,0 +484847,0,0,0,0,0 +484848,0,0,0,0,0 +484849,0,0,0,0,0 +484850,0,0,0,0,0 +484851,0,0,0,0,0 +484852,0,0,0,0,0 +484853,0,0,0,0,0 +484854,0,0,0,0,0 +484855,0,0,0,0,0 +484856,0,0,0,0,0 +484857,0,0,0,0,0 +484858,0,0,0,0,0 +484859,0,0,0,0,0 +484860,0,0,0,0,0 +484861,0,0,0,0,0 +484862,0,0,0,0,0 +484863,0,0,0,0,0 +484864,0,0,0,0,0 +484865,0,0,0,0,0 +484866,0,0,0,0,0 +484867,0,0,0,0,0 +484868,0,0,0,0,0 +484869,0,0,0,0,0 +484870,0,0,0,0,0 +484871,0,0,0,0,0 +484872,0,0,0,0,0 +484873,0,0,0,0,0 +484874,0,0,0,0,0 +484875,0,0,0,0,0 +484876,0,0,0,0,0 +484877,0,0,0,0,0 +484878,0,0,0,0,0 +484879,0,0,0,0,0 +484880,0,0,0,0,0 +484881,0,0,0,0,0 +484882,0,0,0,0,0 +484883,0,0,0,0,0 +484884,0,0,0,0,0 +484885,0,0,0,0,0 +484886,0,0,0,0,0 +484887,0,0,0,0,0 +484888,0,0,0,0,0 +484889,0,0,0,0,0 +484890,0,0,0,0,0 +484891,0,0,0,0,0 +484892,0,0,0,0,0 +484893,0,0,0,0,0 +484894,0,0,0,0,0 +484895,0,0,0,0,0 +484896,0,0,0,0,0 +484897,0,0,0,0,0 +484898,0,0,0,0,0 +484899,0,0,0,0,0 +484900,0,0,0,0,0 +484901,0,0,0,0,0 +484902,0,0,0,0,0 +484903,0,0,0,0,0 +484904,0,0,0,0,0 +484905,0,0,0,0,0 +484906,0,0,0,0,0 +484907,0,0,0,0,0 +484908,0,0,0,0,0 +484909,0,0,0,0,0 +484910,0,0,0,0,0 +484911,0,0,0,0,0 +484912,0,0,0,0,0 +484913,0,0,0,0,0 +484914,0,0,0,0,0 +484915,0,0,0,0,0 +484916,0,0,0,0,0 +484917,0,0,0,0,0 +484918,0,0,0,0,0 +484919,0,0,0,0,0 +484920,0,0,0,0,0 +484921,0,0,0,0,0 +484922,0,0,0,0,0 +484923,0,0,0,0,0 +484924,0,0,0,0,0 +484925,0,0,0,0,0 +484926,0,0,0,0,0 +484927,0,0,0,0,0 +484928,0,0,0,0,0 +484929,0,0,0,0,0 +484930,0,0,0,0,0 +484931,0,0,0,0,0 +484932,0,0,0,0,0 +484933,0,0,0,0,0 +484934,0,0,0,0,0 +484935,0,0,0,0,0 +484936,0,0,0,0,0 +484937,0,0,0,0,0 +484938,0,0,0,0,0 +484939,0,0,0,0,0 +484940,0,0,0,0,0 +484941,0,0,0,0,0 +484942,0,0,0,0,0 +484943,0,0,0,0,0 +484944,0,0,0,0,0 +484945,0,0,0,0,0 +484946,0,0,0,0,0 +484947,0,0,0,0,0 +484948,0,0,0,0,0 +484949,0,0,0,0,0 +484950,0,0,0,0,0 +484951,0,0,0,0,0 +484952,0,0,0,0,0 +484953,0,0,0,0,0 +484954,0,0,0,0,0 +484955,0,0,0,0,0 +484956,0,0,0,0,0 +484957,0,0,0,0,0 +484958,0,0,0,0,0 +484959,0,0,0,0,0 +484960,0,0,0,0,0 +484961,0,0,0,0,0 +484962,0,0,0,0,0 +484963,0,0,0,0,0 +484964,0,0,0,0,0 +484965,0,0,0,0,0 +484966,0,0,0,0,0 +484967,0,0,0,0,0 +484968,0,0,0,0,0 +484969,0,0,0,0,0 +484970,0,0,0,0,0 +484971,0,0,0,0,0 +484972,0,0,0,0,0 +484973,0,0,0,0,0 +484974,0,0,0,0,0 +484975,0,0,0,0,0 +484976,0,0,0,0,0 +484977,0,0,0,0,0 +484978,0,0,0,0,0 +484979,0,0,0,0,0 +484980,0,0,0,0,0 +484981,0,0,0,0,0 +484982,0,0,0,0,0 +484983,0,0,0,0,0 +484984,0,0,0,0,0 +484985,0,0,0,0,0 +484986,0,0,0,0,0 +484987,0,0,0,0,0 +484988,0,0,0,0,0 +484989,0,0,0,0,0 +484990,0,0,0,0,0 +484991,0,0,0,0,0 +484992,0,0,0,0,0 +484993,0,0,0,0,0 +484994,0,0,0,0,0 +484995,0,0,0,0,0 +484996,0,0,0,0,0 +484997,0,0,0,0,0 +484998,0,0,0,0,0 +484999,0,0,0,0,0 +485000,0,0,0,0,0 +485001,0,0,0,0,0 +485002,0,0,0,0,0 +485003,0,0,0,0,0 +485004,0,0,0,0,0 +485005,0,0,0,0,0 +485006,0,0,0,0,0 +485007,0,0,0,0,0 +485008,0,0,0,0,0 +485009,0,0,0,0,0 +485010,0,0,0,0,0 +485011,0,0,0,0,0 +485012,0,0,0,0,0 +485013,0,0,0,0,0 +485014,0,0,0,0,0 +485015,0,0,0,0,0 +485016,0,0,0,0,0 +485017,0,0,0,0,0 +485018,0,0,0,0,0 +485019,0,0,0,0,0 +485020,0,0,0,0,0 +485021,0,0,0,0,0 +485022,0,0,0,0,0 +485023,0,0,0,0,0 +485024,0,0,0,0,0 +485025,0,0,0,0,0 +485026,0,0,0,0,0 +485027,0,0,0,0,0 +485028,0,0,0,0,0 +485029,0,0,0,0,0 +485030,0,0,0,0,0 +485031,0,0,0,0,0 +485032,0,0,0,0,0 +485033,0,0,0,0,0 +485034,0,0,0,0,0 +485035,0,0,0,0,0 +485036,0,0,0,0,0 +485037,0,0,0,0,0 +485038,0,0,0,0,0 +485039,0,0,0,0,0 +485040,0,0,0,0,0 +485041,0,0,0,0,0 +485042,0,0,0,0,0 +485043,0,0,0,0,0 +485044,0,0,0,0,0 +485045,0,0,0,0,0 +485046,0,0,0,0,0 +485047,0,0,0,0,0 +485048,0,0,0,0,0 +485049,0,0,0,0,0 +485050,0,0,0,0,0 +485051,0,0,0,0,0 +485052,0,0,0,0,0 +485053,0,0,0,0,0 +485054,0,0,0,0,0 +485055,0,0,0,0,0 +485056,0,0,0,0,0 +485057,0,0,0,0,0 +485058,0,0,0,0,0 +485059,0,0,0,0,0 +485060,0,0,0,0,0 +485061,0,0,0,0,0 +485062,0,0,0,0,0 +485063,0,0,0,0,0 +485064,0,0,0,0,0 +485065,0,0,0,0,0 +485066,0,0,0,0,0 +485067,0,0,0,0,0 +485068,0,0,0,0,0 +485069,0,0,0,0,0 +485070,0,0,0,0,0 +485071,0,0,0,0,0 +485072,0,0,0,0,0 +485073,0,0,0,0,0 +485074,0,0,0,0,0 +485075,0,0,0,0,0 +485076,0,0,0,0,0 +485077,0,0,0,0,0 +485078,0,0,0,0,0 +485079,0,0,0,0,0 +485080,0,0,0,0,0 +485081,0,0,0,0,0 +485082,0,0,0,0,0 +485083,0,0,0,0,0 +485084,0,0,0,0,0 +485085,0,0,0,0,0 +485086,0,0,0,0,0 +485087,0,0,0,0,0 +485088,0,0,0,0,0 +485089,0,0,0,0,0 +485090,0,0,0,0,0 +485091,0,0,0,0,0 +485092,0,0,0,0,0 +485093,0,0,0,0,0 +485094,0,0,0,0,0 +485095,0,0,0,0,0 +485096,0,0,0,0,0 +485097,0,0,0,0,0 +485098,0,0,0,0,0 +485099,0,0,0,0,0 +485100,0,0,0,0,0 +485101,0,0,0,0,0 +485102,0,0,0,0,0 +485103,0,0,0,0,0 +485104,0,0,0,0,0 +485105,0,0,0,0,0 +485106,0,0,0,0,0 +485107,0,0,0,0,0 +485108,0,0,0,0,0 +485109,0,0,0,0,0 +485110,0,0,0,0,0 +485111,0,0,0,0,0 +485112,0,0,0,0,0 +485113,0,0,0,0,0 +485114,0,0,0,0,0 +485115,0,0,0,0,0 +485116,0,0,0,0,0 +485117,0,0,0,0,0 +485118,0,0,0,0,0 +485119,0,0,0,0,0 +485120,0,0,0,0,0 +485121,0,0,0,0,0 +485122,0,0,0,0,0 +485123,0,0,0,0,0 +485124,0,0,0,0,0 +485125,0,0,0,0,0 +485126,0,0,0,0,0 +485127,0,0,0,0,0 +485128,0,0,0,0,0 +485129,0,0,0,0,0 +485130,0,0,0,0,0 +485131,0,0,0,0,0 +485132,0,0,0,0,0 +485133,0,0,0,0,0 +485134,0,0,0,0,0 +485135,0,0,0,0,0 +485136,0,0,0,0,0 +485137,0,0,0,0,0 +485138,0,0,0,0,0 +485139,0,0,0,0,0 +485140,0,0,0,0,0 +485141,0,0,0,0,0 +485142,0,0,0,0,0 +485143,0,0,0,0,0 +485144,0,0,0,0,0 +485145,0,0,0,0,0 +485146,0,0,0,0,0 +485147,0,0,0,0,0 +485148,0,0,0,0,0 +485149,0,0,0,0,0 +485150,0,0,0,0,0 +485151,0,0,0,0,0 +485152,0,0,0,0,0 +485153,0,0,0,0,0 +485154,0,0,0,0,0 +485155,0,0,0,0,0 +485156,0,0,0,0,0 +485157,0,0,0,0,0 +485158,0,0,0,0,0 +485159,0,0,0,0,0 +485160,0,0,0,0,0 +485161,0,0,0,0,0 +485162,0,0,0,0,0 +485163,0,0,0,0,0 +485164,0,0,0,0,0 +485165,0,0,0,0,0 +485166,0,0,0,0,0 +485167,0,0,0,0,0 +485168,0,0,0,0,0 +485169,0,0,0,0,0 +485170,0,0,0,0,0 +485171,0,0,0,0,0 +485172,0,0,0,0,0 +485173,0,0,0,0,0 +485174,0,0,0,0,0 +485175,0,0,0,0,0 +485176,0,0,0,0,0 +485177,0,0,0,0,0 +485178,0,0,0,0,0 +485179,0,0,0,0,0 +485180,0,0,0,0,0 +485181,0,0,0,0,0 +485182,0,0,0,0,0 +485183,0,0,0,0,0 +485184,0,0,0,0,0 +485185,0,0,0,0,0 +485186,0,0,0,0,0 +485187,0,0,0,0,0 +485188,0,0,0,0,0 +485189,0,0,0,0,0 +485190,0,0,0,0,0 +485191,0,0,0,0,0 +485192,0,0,0,0,0 +485193,0,0,0,0,0 +485194,0,0,0,0,0 +485195,0,0,0,0,0 +485196,0,0,0,0,0 +485197,0,0,0,0,0 +485198,0,0,0,0,0 +485199,0,0,0,0,0 +485200,0,0,0,0,0 +485201,0,0,0,0,0 +485202,0,0,0,0,0 +485203,0,0,0,0,0 +485204,0,0,0,0,0 +485205,0,0,0,0,0 +485206,0,0,0,0,0 +485207,0,0,0,0,0 +485208,0,0,0,0,0 +485209,0,0,0,0,0 +485210,0,0,0,0,0 +485211,0,0,0,0,0 +485212,0,0,0,0,0 +485213,0,0,0,0,0 +485214,0,0,0,0,0 +485215,0,0,0,0,0 +485216,0,0,0,0,0 +485217,0,0,0,0,0 +485218,0,0,0,0,0 +485219,0,0,0,0,0 +485220,0,0,0,0,0 +485221,0,0,0,0,0 +485222,0,0,0,0,0 +485223,0,0,0,0,0 +485224,0,0,0,0,0 +485225,0,0,0,0,0 +485226,0,0,0,0,0 +485227,0,0,0,0,0 +485228,0,0,0,0,0 +485229,0,0,0,0,0 +485230,0,0,0,0,0 +485231,0,0,0,0,0 +485232,0,0,0,0,0 +485233,0,0,0,0,0 +485234,0,0,0,0,0 +485235,0,0,0,0,0 +485236,0,0,0,0,0 +485237,0,0,0,0,0 +485238,0,0,0,0,0 +485239,0,0,0,0,0 +485240,0,0,0,0,0 +485241,0,0,0,0,0 +485242,0,0,0,0,0 +485243,0,0,0,0,0 +485244,0,0,0,0,0 +485245,0,0,0,0,0 +485246,0,0,0,0,0 +485247,0,0,0,0,0 +485248,0,0,0,0,0 +485249,0,0,0,0,0 +485250,0,0,0,0,0 +485251,0,0,0,0,0 +485252,0,0,0,0,0 +485253,0,0,0,0,0 +485254,0,0,0,0,0 +485255,0,0,0,0,0 +485256,0,0,0,0,0 +485257,0,0,0,0,0 +485258,0,0,0,0,0 +485259,0,0,0,0,0 +485260,0,0,0,0,0 +485261,0,0,0,0,0 +485262,0,0,0,0,0 +485263,0,0,0,0,0 +485264,0,0,0,0,0 +485265,0,0,0,0,0 +485266,0,0,0,0,0 +485267,0,0,0,0,0 +485268,0,0,0,0,0 +485269,0,0,0,0,0 +485270,0,0,0,0,0 +485271,0,0,0,0,0 +485272,0,0,0,0,0 +485273,0,0,0,0,0 +485274,0,0,0,0,0 +485275,0,0,0,0,0 +485276,0,0,0,0,0 +485277,0,0,0,0,0 +485278,0,0,0,0,0 +485279,0,0,0,0,0 +485280,0,0,0,0,0 +485281,0,0,0,0,0 +485282,0,0,0,0,0 +485283,0,0,0,0,0 +485284,0,0,0,0,0 +485285,0,0,0,0,0 +485286,0,0,0,0,0 +485287,0,0,0,0,0 +485288,0,0,0,0,0 +485289,0,0,0,0,0 +485290,0,0,0,0,0 +485291,0,0,0,0,0 +485292,0,0,0,0,0 +485293,0,0,0,0,0 +485294,0,0,0,0,0 +485295,0,0,0,0,0 +485296,0,0,0,0,0 +485297,0,0,0,0,0 +485298,0,0,0,0,0 +485299,0,0,0,0,0 +485300,0,0,0,0,0 +485301,0,0,0,0,0 +485302,0,0,0,0,0 +485303,0,0,0,0,0 +485304,0,0,0,0,0 +485305,0,0,0,0,0 +485306,0,0,0,0,0 +485307,0,0,0,0,0 +485308,0,0,0,0,0 +485309,0,0,0,0,0 +485310,0,0,0,0,0 +485311,0,0,0,0,0 +485312,0,0,0,0,0 +485313,0,0,0,0,0 +485314,0,0,0,0,0 +485315,0,0,0,0,0 +485316,0,0,0,0,0 +485317,0,0,0,0,0 +485318,0,0,0,0,0 +485319,0,0,0,0,0 +485320,0,0,0,0,0 +485321,0,0,0,0,0 +485322,0,0,0,0,0 +485323,0,0,0,0,0 +485324,0,0,0,0,0 +485325,0,0,0,0,0 +485326,0,0,0,0,0 +485327,0,0,0,0,0 +485328,0,0,0,0,0 +485329,0,0,0,0,0 +485330,0,0,0,0,0 +485331,0,0,0,0,0 +485332,0,0,0,0,0 +485333,0,0,0,0,0 +485334,0,0,0,0,0 +485335,0,0,0,0,0 +485336,0,0,0,0,0 +485337,0,0,0,0,0 +485338,0,0,0,0,0 +485339,0,0,0,0,0 +485340,0,0,0,0,0 +485341,0,0,0,0,0 +485342,0,0,0,0,0 +485343,0,0,0,0,0 +485344,0,0,0,0,0 +485345,0,0,0,0,0 +485346,0,0,0,0,0 +485347,0,0,0,0,0 +485348,0,0,0,0,0 +485349,0,0,0,0,0 +485350,0,0,0,0,0 +485351,0,0,0,0,0 +485352,0,0,0,0,0 +485353,0,0,0,0,0 +485354,0,0,0,0,0 +485355,0,0,0,0,0 +485356,0,0,0,0,0 +485357,0,0,0,0,0 +485358,0,0,0,0,0 +485359,0,0,0,0,0 +485360,0,0,0,0,0 +485361,0,0,0,0,0 +485362,0,0,0,0,0 +485363,0,0,0,0,0 +485364,0,0,0,0,0 +485365,0,0,0,0,0 +485366,0,0,0,0,0 +485367,0,0,0,0,0 +485368,0,0,0,0,0 +485369,0,0,0,0,0 +485370,0,0,0,0,0 +485371,0,0,0,0,0 +485372,0,0,0,0,0 +485373,0,0,0,0,0 +485374,0,0,0,0,0 +485375,0,0,0,0,0 +485376,0,0,0,0,0 +485377,0,0,0,0,0 +485378,0,0,0,0,0 +485379,0,0,0,0,0 +485380,0,0,0,0,0 +485381,0,0,0,0,0 +485382,0,0,0,0,0 +485383,0,0,0,0,0 +485384,0,0,0,0,0 +485385,0,0,0,0,0 +485386,0,0,0,0,0 +485387,0,0,0,0,0 +485388,0,0,0,0,0 +485389,0,0,0,0,0 +485390,0,0,0,0,0 +485391,0,0,0,0,0 +485392,0,0,0,0,0 +485393,0,0,0,0,0 +485394,0,0,0,0,0 +485395,0,0,0,0,0 +485396,0,0,0,0,0 +485397,0,0,0,0,0 +485398,0,0,0,0,0 +485399,0,0,0,0,0 +485400,0,0,0,0,0 +485401,0,0,0,0,0 +485402,0,0,0,0,0 +485403,0,0,0,0,0 +485404,0,0,0,0,0 +485405,0,0,0,0,0 +485406,0,0,0,0,0 +485407,0,0,0,0,0 +485408,0,0,0,0,0 +485409,0,0,0,0,0 +485410,0,0,0,0,0 +485411,0,0,0,0,0 +485412,0,0,0,0,0 +485413,0,0,0,0,0 +485414,0,0,0,0,0 +485415,0,0,0,0,0 +485416,0,0,0,0,0 +485417,0,0,0,0,0 +485418,0,0,0,0,0 +485419,0,0,0,0,0 +485420,0,0,0,0,0 +485421,0,0,0,0,0 +485422,0,0,0,0,0 +485423,0,0,0,0,0 +485424,0,0,0,0,0 +485425,0,0,0,0,0 +485426,0,0,0,0,0 +485427,0,0,0,0,0 +485428,0,0,0,0,0 +485429,0,0,0,0,0 +485430,0,0,0,0,0 +485431,0,0,0,0,0 +485432,0,0,0,0,0 +485433,0,0,0,0,0 +485434,0,0,0,0,0 +485435,0,0,0,0,0 +485436,0,0,0,0,0 +485437,0,0,0,0,0 +485438,0,0,0,0,0 +485439,0,0,0,0,0 +485440,0,0,0,0,0 +485441,0,0,0,0,0 +485442,0,0,0,0,0 +485443,0,0,0,0,0 +485444,0,0,0,0,0 +485445,0,0,0,0,0 +485446,0,0,0,0,0 +485447,0,0,0,0,0 +485448,0,0,0,0,0 +485449,0,0,0,0,0 +485450,0,0,0,0,0 +485451,0,0,0,0,0 +485452,0,0,0,0,0 +485453,0,0,0,0,0 +485454,0,0,0,0,0 +485455,0,0,0,0,0 +485456,0,0,0,0,0 +485457,0,0,0,0,0 +485458,0,0,0,0,0 +485459,0,0,0,0,0 +485460,0,0,0,0,0 +485461,0,0,0,0,0 +485462,0,0,0,0,0 +485463,0,0,0,0,0 +485464,0,0,0,0,0 +485465,0,0,0,0,0 +485466,0,0,0,0,0 +485467,0,0,0,0,0 +485468,0,0,0,0,0 +485469,0,0,0,0,0 +485470,0,0,0,0,0 +485471,0,0,0,0,0 +485472,0,0,0,0,0 +485473,0,0,0,0,0 +485474,0,0,0,0,0 +485475,0,0,0,0,0 +485476,0,0,0,0,0 +485477,0,0,0,0,0 +485478,0,0,0,0,0 +485479,0,0,0,0,0 +485480,0,0,0,0,0 +485481,0,0,0,0,0 +485482,0,0,0,0,0 +485483,0,0,0,0,0 +485484,0,0,0,0,0 +485485,0,0,0,0,0 +485486,0,0,0,0,0 +485487,0,0,0,0,0 +485488,0,0,0,0,0 +485489,0,0,0,0,0 +485490,0,0,0,0,0 +485491,0,0,0,0,0 +485492,0,0,0,0,0 +485493,0,0,0,0,0 +485494,0,0,0,0,0 +485495,0,0,0,0,0 +485496,0,0,0,0,0 +485497,0,0,0,0,0 +485498,0,0,0,0,0 +485499,0,0,0,0,0 +485500,0,0,0,0,0 +485501,0,0,0,0,0 +485502,0,0,0,0,0 +485503,0,0,0,0,0 +485504,0,0,0,0,0 +485505,0,0,0,0,0 +485506,0,0,0,0,0 +485507,0,0,0,0,0 +485508,0,0,0,0,0 +485509,0,0,0,0,0 +485510,0,0,0,0,0 +485511,0,0,0,0,0 +485512,0,0,0,0,0 +485513,0,0,0,0,0 +485514,0,0,0,0,0 +485515,0,0,0,0,0 +485516,0,0,0,0,0 +485517,0,0,0,0,0 +485518,0,0,0,0,0 +485519,0,0,0,0,0 +485520,0,0,0,0,0 +485521,0,0,0,0,0 +485522,0,0,0,0,0 +485523,0,0,0,0,0 +485524,0,0,0,0,0 +485525,0,0,0,0,0 +485526,0,0,0,0,0 +485527,0,0,0,0,0 +485528,0,0,0,0,0 +485529,0,0,0,0,0 +485530,0,0,0,0,0 +485531,0,0,0,0,0 +485532,0,0,0,0,0 +485533,0,0,0,0,0 +485534,0,0,0,0,0 +485535,0,0,0,0,0 +485536,0,0,0,0,0 +485537,0,0,0,0,0 +485538,0,0,0,0,0 +485539,0,0,0,0,0 +485540,0,0,0,0,0 +485541,0,0,0,0,0 +485542,0,0,0,0,0 +485543,0,0,0,0,0 +485544,0,0,0,0,0 +485545,0,0,0,0,0 +485546,0,0,0,0,0 +485547,0,0,0,0,0 +485548,0,0,0,0,0 +485549,0,0,0,0,0 +485550,0,0,0,0,0 +485551,0,0,0,0,0 +485552,0,0,0,0,0 +485553,0,0,0,0,0 +485554,0,0,0,0,0 +485555,0,0,0,0,0 +485556,0,0,0,0,0 +485557,0,0,0,0,0 +485558,0,0,0,0,0 +485559,0,0,0,0,0 +485560,0,0,0,0,0 +485561,0,0,0,0,0 +485562,0,0,0,0,0 +485563,0,0,0,0,0 +485564,0,0,0,0,0 +485565,0,0,0,0,0 +485566,0,0,0,0,0 +485567,0,0,0,0,0 +485568,0,0,0,0,0 +485569,0,0,0,0,0 +485570,0,0,0,0,0 +485571,0,0,0,0,0 +485572,0,0,0,0,0 +485573,0,0,0,0,0 +485574,0,0,0,0,0 +485575,0,0,0,0,0 +485576,0,0,0,0,0 +485577,0,0,0,0,0 +485578,0,0,0,0,0 +485579,0,0,0,0,0 +485580,0,0,0,0,0 +485581,0,0,0,0,0 +485582,0,0,0,0,0 +485583,0,0,0,0,0 +485584,0,0,0,0,0 +485585,0,0,0,0,0 +485586,0,0,0,0,0 +485587,0,0,0,0,0 +485588,0,0,0,0,0 +485589,0,0,0,0,0 +485590,0,0,0,0,0 +485591,0,0,0,0,0 +485592,0,0,0,0,0 +485593,0,0,0,0,0 +485594,0,0,0,0,0 +485595,0,0,0,0,0 +485596,0,0,0,0,0 +485597,0,0,0,0,0 +485598,0,0,0,0,0 +485599,0,0,0,0,0 +485600,0,0,0,0,0 +485601,0,0,0,0,0 +485602,0,0,0,0,0 +485603,0,0,0,0,0 +485604,0,0,0,0,0 +485605,0,0,0,0,0 +485606,0,0,0,0,0 +485607,0,0,0,0,0 +485608,0,0,0,0,0 +485609,0,0,0,0,0 +485610,0,0,0,0,0 +485611,0,0,0,0,0 +485612,0,0,0,0,0 +485613,0,0,0,0,0 +485614,0,0,0,0,0 +485615,0,0,0,0,0 +485616,0,0,0,0,0 +485617,0,0,0,0,0 +485618,0,0,0,0,0 +485619,0,0,0,0,0 +485620,0,0,0,0,0 +485621,0,0,0,0,0 +485622,0,0,0,0,0 +485623,0,0,0,0,0 +485624,0,0,0,0,0 +485625,0,0,0,0,0 +485626,0,0,0,0,0 +485627,0,0,0,0,0 +485628,0,0,0,0,0 +485629,0,0,0,0,0 +485630,0,0,0,0,0 +485631,0,0,0,0,0 +485632,0,0,0,0,0 +485633,0,0,0,0,0 +485634,0,0,0,0,0 +485635,0,0,0,0,0 +485636,0,0,0,0,0 +485637,0,0,0,0,0 +485638,0,0,0,0,0 +485639,0,0,0,0,0 +485640,0,0,0,0,0 +485641,0,0,0,0,0 +485642,0,0,0,0,0 +485643,0,0,0,0,0 +485644,0,0,0,0,0 +485645,0,0,0,0,0 +485646,0,0,0,0,0 +485647,0,0,0,0,0 +485648,0,0,0,0,0 +485649,0,0,0,0,0 +485650,0,0,0,0,0 +485651,0,0,0,0,0 +485652,0,0,0,0,0 +485653,0,0,0,0,0 +485654,0,0,0,0,0 +485655,0,0,0,0,0 +485656,0,0,0,0,0 +485657,0,0,0,0,0 +485658,0,0,0,0,0 +485659,0,0,0,0,0 +485660,0,0,0,0,0 +485661,0,0,0,0,0 +485662,0,0,0,0,0 +485663,0,0,0,0,0 +485664,0,0,0,0,0 +485665,0,0,0,0,0 +485666,0,0,0,0,0 +485667,0,0,0,0,0 +485668,0,0,0,0,0 +485669,0,0,0,0,0 +485670,0,0,0,0,0 +485671,0,0,0,0,0 +485672,0,0,0,0,0 +485673,0,0,0,0,0 +485674,0,0,0,0,0 +485675,0,0,0,0,0 +485676,0,0,0,0,0 +485677,0,0,0,0,0 +485678,0,0,0,0,0 +485679,0,0,0,0,0 +485680,0,0,0,0,0 +485681,0,0,0,0,0 +485682,0,0,0,0,0 +485683,0,0,0,0,0 +485684,0,0,0,0,0 +485685,0,0,0,0,0 +485686,0,0,0,0,0 +485687,0,0,0,0,0 +485688,0,0,0,0,0 +485689,0,0,0,0,0 +485690,0,0,0,0,0 +485691,0,0,0,0,0 +485692,0,0,0,0,0 +485693,0,0,0,0,0 +485694,0,0,0,0,0 +485695,0,0,0,0,0 +485696,0,0,0,0,0 +485697,0,0,0,0,0 +485698,0,0,0,0,0 +485699,0,0,0,0,0 +485700,0,0,0,0,0 +485701,-1791.51116,-753.263726,-1753.068001,-753.193867,-1056.908203 +485702,-1256.374625,-519.5908983,-1224.801628,-519.5215464,-481.8970856 +485703,-905.5306803,-380.4909733,-877.6059647,-380.4238691,147.0012965 +485704,-1517.733465,-634.8666297,-1483.665082,-634.8020443,-828.9924983 +485705,-1175.136554,-488.3133336,-1144.271604,-488.2509874,-190.13685 +485706,-1427.08733,-593.8804183,-1393.198417,-593.8204381,-474.4692772 +485707,-1630.923833,-678.7021365,-1590.778422,-678.6442822,-731.743145 +485708,-1854.231466,-781.6363326,-1814.647236,-781.5801868,-1186.364051 +485709,-1701.071995,-712.5954952,-1661.456229,-712.5408908,-919.6170656 +485710,-1828.497924,-771.2068745,-1788.843702,-771.1537496,-1161.536536 +485711,-1775.852382,-749.1783069,-1736.962805,-749.1265201,-1122.372873 +485712,-1744.167219,-736.0711479,-1705.591445,-736.0206966,-1095.033025 +485713,-1719.128386,-725.8274216,-1680.741637,-725.7782908,-1072.120579 +485714,-1657.719142,-697.3800992,-1618.377034,-697.3323482,-916.1179457 +485715,-1780.641868,-752.1465425,-1739.966124,-752.1001865,-1072.399188 +485716,-1819.435603,-769.5574537,-1778.107865,-769.5123854,-1114.477679 +485717,-1821.595174,-770.7586067,-1779.981119,-770.7147401,-1110.695301 +485718,-1648.688087,-764.0103638,-1502.482451,-763.9676114,-1101.792891 +485719,-1376.664856,-570.7029162,-1383.528799,-569.4046057,-1045.845392 +485720,-1545.278165,-647.6113965,-1491.451844,-647.5976817,-722.2075368 +485721,-1487.087893,-646.2755219,-1418.775862,-678.9816562,-847.3710899 +485722,-1454.991738,-571.4861789,-1408.162444,-609.2079729,-853.2550063 +485723,-1451.360078,-588.7373309,-1395.698908,-628.0119121,-1010.414745 +485724,-1443.086939,-575.3917894,-1388.585312,-602.2579679,-571.9166788 +485725,-1426.892172,-568.2935861,-1376.472167,-636.6529758,-728.6560583 +485726,-1422.75289,-560.2265902,-1366.96187,-598.2746397,-993.517044 +485727,-1403.113697,-554.6085344,-1357.446994,-584.5757147,-520.0005446 +485728,-1412.577687,-546.119786,-1348.194158,-629.4906986,-968.0546965 +485729,-1391.506652,-539.6128989,-1342.396281,-581.5959575,-913.7208192 +485730,-1385.940497,-534.524056,-1331.359974,-592.7503112,-876.3808072 +485731,-1375.048086,-524.4710323,-1322.699034,-586.3029955,-836.1588362 +485732,-1368.72525,-515.7567753,-1315.489517,-582.1052582,-799.4142931 +485733,-1362.187101,-508.912736,-1303.647439,-575.7012206,-781.2670115 +485734,-1350.330372,-515.3055099,-1298.309528,-573.8004002,-771.6596703 +485735,-1346.543684,-510.1757017,-1290.278532,-568.1153187,-764.8501059 +485736,-1338.722884,-503.2630502,-1282.1287,-564.7386082,-758.0674999 +485737,-1328.000497,-498.9051781,-1273.135231,-560.9868812,-750.3746072 +485738,-1094.084875,-452.806394,-1064.976512,-452.7884083,-155.7251293 +485739,-1348.602236,-541.2206969,-1312.251532,-560.8227799,-449.9806017 +485740,-1594.690876,-452.872431,-1469.19782,-683.4130085,-964.5048977 +485741,-1128.076201,-495.3252701,-1105.869617,-464.0407033,-465.6081213 +485742,-1340.593725,-485.9255535,-1274.682064,-562.4338155,-952.7210048 +485743,-1254.457068,-481.9600244,-1223.318545,-521.9521319,-338.2884032 +485744,-1342.479602,-476.8816947,-1238.419399,-560.0888673,-539.7332757 +485745,-1249.264678,-474.0478745,-1210.43332,-519.0350415,-640.4829031 +485746,-1280.815278,-468.0410909,-1214.828451,-530.4128335,-986.261793 +485747,-1266.175917,-464.7007749,-1204.905965,-525.1302627,-365.2501139 +485748,-1261.706392,-460.2003057,-1198.653765,-521.8819968,-944.5025135 +485749,-1215.549741,-457.1407598,-1184.862766,-506.8847403,-293.4424368 +485750,-1306.458274,-453.0385637,-1197.850848,-531.2659149,-498.975388 +485751,-1220.144185,-449.6269229,-1176.142058,-504.6730418,-607.9216991 +485752,-1241.683955,-446.8661771,-1177.063293,-510.3869241,-650.502189 +485753,-1239.476366,-460.3688652,-1168.166728,-508.0367556,-674.186241 +485754,-1230.224748,-459.7199567,-1167.276249,-503.8129477,-685.5138797 +485755,-1228.909303,-457.2987187,-1159.813804,-500.9552791,-690.0828771 +485756,-1221.765372,-455.7117487,-1153.556844,-498.7012542,-992.1173159 +485757,-1219.573319,-452.9401387,-1149.276225,-495.8993258,-887.9312154 +485758,-1211.358888,-450.7164589,-1145.051035,-493.3037582,-765.3697785 +485759,-1210.562624,-448.0609388,-1139.403491,-490.9799608,-671.3958701 +485760,-970.5358622,-404.3893144,-942.7177933,-404.368255,-10.78085686 +485761,-389.4013422,5.729635331,-254.4255957,-94.84705629,-865.660359 +485762,116.7458729,53.1653946,116.700813,53.15732178,148.4304593 +485763,27.89788746,71.29145609,155.5428362,71.0571022,279.2927335 +485764,25.90764341,95.34023097,86.85878255,94.14622223,411.8954827 +485765,52.71508485,111.4304431,125.3575821,55.59246708,505.1106535 +485766,71.83836907,124.5034002,148.6817527,88.56627418,580.5266432 +485767,88.92072622,135.9923902,165.2605629,93.77051974,645.6791941 +485768,103.2327922,145.6314344,179.6538795,100.3443177,700.5374285 +485769,116.9562281,153.6761173,195.369556,107.886768,746.6405992 +485770,131.863922,160.3674657,210.0501753,115.1152688,785.2639681 +485771,144.7246027,165.9191491,224.5756308,122.3275669,817.5178349 +485772,158.29627,170.4364011,238.8256831,129.2346761,844.0664919 +485773,171.5991774,170.8248791,252.5721423,136.0663253,866.0831061 +485774,181.467453,175.3356431,264.521348,141.6339864,884.1124464 +485775,193.3033441,179.4412302,276.9287868,148.1134525,898.2108284 +485776,205.3783137,180.96226,290.0561446,154.4299589,909.1725145 +485777,216.8247521,181.935235,302.4894839,160.6821363,917.4176755 +485778,228.195806,182.4578377,314.9477002,166.4818365,923.2576883 +485779,239.6610787,182.5838586,327.0509664,172.6880153,926.9473568 +485780,250.400834,182.3910358,339.0672199,178.318136,928.8868978 +485781,261.3231765,181.9797456,350.7727585,180.5227169,929.5681217 +485782,262.6206423,173.5634916,354.3581171,171.5628005,897.9199155 +485783,288.5113715,172.318089,372.5690866,169.8444674,894.6811366 +485784,291.1803698,170.7523594,367.0353927,167.9112898,889.9720967 +485785,303.2308814,169.4668701,362.1791272,166.3558363,886.2559345 +485786,312.9558432,168.4741887,358.2750958,165.1702621,883.6162279 +485787,322.9784696,167.7288922,355.2601663,164.2909513,881.888505 +485788,332.1990043,167.187543,352.9862939,163.6614876,880.9090623 +485789,341.9246403,166.8181971,351.3197698,163.240908,880.5570414 +485790,342.880077,166.5828279,350.1279599,162.984518,880.6854274 +485791,340.4020001,166.5174511,349.4557475,162.9230645,881.4419133 +485792,338.6088753,166.6257939,349.2735673,163.0500816,882.8484944 +485793,337.4620848,166.8820521,349.497309,163.3327867,884.8054328 +485794,336.8522512,167.2562721,350.0433923,163.7378916,887.1932593 +485795,336.6687153,167.723111,350.8439485,164.2386588,889.9095818 +485796,336.8207859,168.2621697,351.8447841,164.8139745,892.8716036 +485797,337.2382512,168.8571084,353.0022553,165.446949,896.0130875 +485798,339.9057405,169.9520092,356.1071403,166.5787557,899.2856855 +485799,343.7437124,171.2986021,360.2047727,167.9619776,902.6472829 +485800,347.6875479,172.6545124,364.3901173,169.3551385,906.0586439 +485801,351.301051,173.9232941,368.2815931,170.6620219,909.4943862 +485802,354.5402309,175.0982538,371.8291412,171.8757427,912.9361608 +485803,357.476469,176.1963657,375.0062126,173.0129797,916.355383 +485804,360.2086783,177.2464994,377.9296702,174.1023521,919.7796027 +485805,362.761132,178.2492909,380.6551009,175.1443172,923.1546083 +485806,365.176764,179.2180833,383.2415671,176.1520944,926.4991836 +485807,367.473364,180.1567778,385.7106875,177.1294955,929.8056175 +485808,369.6663556,181.068998,388.0769177,178.0800774,933.0698638 +485809,371.7687551,181.9576846,390.3516775,179.0067306,936.2893412 +485810,373.7918152,182.8253421,392.5452347,179.9119217,939.4624393 +485811,375.7407021,183.6720732,394.66233,180.7957262,942.580122 +485812,377.6337712,184.504319,396.7211684,181.664566,945.6605895 +485813,379.4672392,185.3187531,398.7179118,182.5151025,948.6845898 +485814,381.2572578,186.1213653,400.6686865,183.3533179,951.6714254 +485815,382.9989875,186.9088133,402.5686458,184.1758667,954.6041156 +485816,384.7010773,187.6840649,404.4264497,184.9857162,957.4917233 +485817,386.3668433,188.4478125,406.2454439,185.7835608,960.334854 +485818,388.0047036,189.2031914,408.0340905,186.5725396,963.1443989 +485819,389.6076226,189.9464161,409.7854087,187.3488721,965.9039739 +485820,391.1823274,190.6800483,411.5061875,188.115126,968.6228833 +485821,392.7304402,191.4044034,413.1981152,188.8716237,971.301699 +485822,401.4090556,195.327167,422.0279018,192.8257897,987.39499 +485823,413.459644,200.7164812,434.483964,198.2459997,1010.250064 +485824,425.2883626,205.9427725,446.6067251,203.5028768,1033.29099 +485825,435.51103,210.3983163,457.0084757,207.9887448,1053.819232 +485826,444.0885668,214.0892598,465.7186891,211.7097144,1071.562689 +485827,451.3824805,217.1977079,473.141518,214.8478386,1087.026571 +485828,457.7253941,219.8852032,479.6221326,217.564623,1100.722004 +485829,463.3364991,222.2564021,485.3784582,219.9647055,1112.995421 +485830,468.3558131,224.3770268,490.5465742,222.1137885,1124.072624 +485831,472.8734789,226.2886695,495.2137955,224.0534706,1134.101264 +485832,476.9735999,228.0294087,499.4628102,225.8218404,1143.225474 +485833,480.7228467,229.6289071,503.3596712,227.4485685,1151.563267 +485834,484.1773885,231.1117143,506.9602505,228.9582106,1159.217953 +485835,487.3840046,232.4978912,510.3111413,230.3708341,1166.27906 +485836,490.3813552,233.8036929,513.4508735,231.7027005,1172.823628 +485837,493.2013091,235.0422535,516.4112334,232.9669513,1178.917773 +485838,495.8701686,236.224201,519.2184842,234.1742217,1184.61827 +485839,498.4096546,237.3581423,521.8943439,235.3331262,1189.973877 +485840,500.8377596,238.4510726,524.4568275,236.4506672,1195.026556 +485841,503.1693842,239.5086758,526.9208758,237.5325357,1199.812407 +485842,505.4169098,240.5355883,529.2989207,238.5833751,1204.362559 +485843,507.5906121,241.5355868,531.6012947,239.6069688,1208.70382 +485844,509.6990611,242.5117662,533.8366272,240.606418,1212.859354 +485845,511.7493885,243.4666554,536.0121103,241.5842581,1216.849141 +485846,513.747569,244.4023386,538.1337776,242.5425791,1220.69048 +485847,515.6985935,245.320527,540.2066778,243.483098,1224.398322 +485848,517.6066679,246.2226416,542.2350713,244.4072415,1227.985649 +485849,519.4753222,247.1098564,544.2225406,245.3161889,1231.463704 +485850,521.3075545,247.9831566,546.1721323,246.2109305,1234.842286 +485851,523.1058949,248.8433618,548.0864229,247.0922911,1238.129902 +485852,524.8785796,249.695814,549.9782043,247.9656174,1241.334008 +485853,526.6310481,250.5437533,551.8555935,248.8341545,1244.461132 +485854,528.3653862,251.3879489,553.7210603,249.698676,1247.51701 +485855,530.0819625,252.227994,555.5742735,250.55878,1250.506648 +485856,531.780708,253.0632659,557.4142674,251.413848,1253.434475 +485857,533.4615869,253.8932668,559.24025,252.2633865,1256.304379 +485858,535.1247013,254.7176706,561.0517424,253.1070736,1259.119833 +485859,536.7702188,255.5362592,562.8484596,253.9446952,1261.883904 +485860,538.3983529,256.3488878,564.630245,254.7761105,1264.599355 +485861,540.0093157,257.1554496,566.3969998,255.6012163,1267.268639 +485862,541.6033381,257.9558769,568.14869,256.4199488,1269.893983 +485863,543.1806427,258.7501239,569.8853134,257.2322656,1272.477376 +485864,544.7414701,259.538174,571.606919,258.038154,1275.020641 +485865,546.2860507,260.3200243,573.3135749,258.8376143,1277.525413 +485866,547.8146312,261.0956934,575.0053892,259.6306687,1279.993206 +485867,549.3274456,261.8652065,576.6824775,260.4173456,1282.425383 +485868,550.8247424,262.6286052,578.3449868,261.19769,1284.823221 +485869,550.0333889,262.8716314,577.9239222,261.4584905,1287.18787 +485870,548.1062385,262.859994,576.4633874,261.464893,1289.518238 +485871,546.193195,262.8568584,575.0085251,261.4795239,1291.815152 +485872,544.7534698,262.9650339,573.9786435,261.6049919,1294.079588 +485873,543.8124253,263.1872169,573.3987415,261.8439995,1296.312029 +485874,543.2607443,263.4958329,573.1707361,262.1690386,1298.51287 +485875,542.9941192,263.8654084,573.2005002,262.5546953,1300.682494 +485876,542.9430854,264.2792311,573.4252481,262.9842972,1302.82148 +485877,543.0637024,264.726881,573.8052437,263.4474503,1304.930403 +485878,543.3251309,265.201172,574.3125912,263.9369873,1307.009883 +485879,543.7027739,265.6964569,574.9250186,264.4472761,1309.060459 +485880,544.1758974,266.2080454,575.6237226,264.9736393,1311.082672 +485881,543.2384281,266.0554199,574.9042327,264.8355705,1310.370632 +485882,542.5771538,266.005478,574.4540786,264.7999706,1310.058319 +485883,542.1233288,266.0307016,574.2062109,264.8393294,1310.017547 +485884,541.7776582,266.0888938,574.0624772,264.9114591,1310.070062 +485885,541.4830216,266.1562462,573.9663818,264.9925591,1310.122622 +485886,541.2169316,266.2243346,573.8958439,265.0742118,1310.147143 +485887,540.97224,266.2915036,573.8440577,265.1547667,1310.142268 +485888,540.7458383,266.3577399,573.8082245,265.2342152,1310.112079 +485889,540.5348537,266.4229402,573.7857439,265.312458,1310.059395 +485890,540.3363121,266.4867713,573.7738677,265.3891654,1309.985502 +485891,540.1474045,266.5488185,573.7699725,265.4639263,1309.890917 +485892,539.9657727,266.6087403,573.7718503,265.5364022,1309.776091 +485893,539.7894639,266.6662701,573.7776733,265.6063294,1309.641475 +485894,539.6169211,266.7212295,573.7859881,265.6735323,1309.487638 +485895,539.4468443,266.7734797,573.7955832,265.7378746,1309.315093 +485896,539.278195,266.8229362,573.8054961,265.7992746,1309.124413 +485897,539.1100726,266.8695238,573.8148927,265.8576589,1308.916059 +485898,538.9417743,266.9132107,573.8231286,265.9129983,1308.690548 +485899,538.7726793,266.9539653,573.829636,265.9652632,1308.448291 +485900,538.6023085,266.9917881,573.8339831,266.0144564,1308.189749 +485901,538.4302311,267.0266749,573.8357835,266.0605755,1307.915285 +485902,538.2561331,267.0586517,573.8347636,266.1036484,1307.625324 +485903,538.0797169,267.0877327,573.8306644,266.1436914,1307.320188 +485904,537.9007833,267.11396,573.823322,266.1807484,1307.000266 +485905,537.7191352,267.1373625,573.8125737,266.21485,1306.665854 +485906,537.5346481,267.1579905,573.7983272,266.2460484,1306.317308 +485907,537.3471928,267.1758817,573.7804846,266.274383,1305.954903 +485908,537.1567045,267.1910935,573.7590101,266.2999128,1305.578969 +485909,536.963102,267.2036685,573.7338516,266.3226821,1305.189758 +485910,536.7663622,267.2136682,573.7050125,266.3427542,1304.787583 +485911,536.566438,267.2211378,573.6724725,266.3601757,1304.372676 +485912,536.3663696,267.2286327,573.6416525,266.3775036,1303.945336 +485913,536.1678389,267.2375795,573.6155817,266.3961661,1303.505809 +485914,535.9710419,267.2481475,573.5946185,266.4163341,1303.054386 +485915,535.775463,267.2599281,573.5778765,266.4376005,1302.591287 +485916,535.5805275,267.2724565,573.5643278,266.4595019,1302.116779 +485917,535.3857447,267.2853543,573.5531082,266.4816615,1301.63107 +485918,535.1907708,267.2983619,573.5435918,266.503821,1301.134419 +485919,534.9953254,267.3112812,573.5352797,266.5257838,1300.627025 +485920,534.7990707,267.3245044,573.5272031,266.5471375,1300.109139 +485921,534.6016577,267.3385211,573.5183295,266.5674424,1299.58096 +485922,534.4028982,267.3534363,573.5081505,266.5865034,1299.042718 +485923,534.2026922,267.3690854,573.4965043,266.6042859,1298.494612 +485924,534.000998,267.3852398,573.4833826,266.6208233,1297.936866 +485925,533.7977762,267.4016912,573.4687895,266.6361512,1297.369667 +485926,533.5930158,267.4182878,573.4527431,266.6503073,1296.79323 +485927,533.3866908,267.4349083,573.4352352,266.6633147,1296.207733 +485928,533.1788006,267.4514665,573.416276,266.675202,1295.613377 +485929,532.9693339,267.4678881,573.3958622,266.6859898,1295.010334 +485930,532.758296,267.4841181,573.3740046,266.6957038,1294.398793 +485931,532.5456874,267.5001087,573.3507077,266.7043643,1293.778913 +485932,532.3315258,267.5158276,573.3259911,266.7119975,1293.150875 +485933,532.1158166,267.5312439,573.2998616,266.7186226,1292.514829 +485934,531.8985807,267.5463387,573.2723398,266.7242637,1291.870943 +485935,531.6798263,267.5610919,573.2434331,266.7289382,1291.219357 +485936,531.4595752,267.5754933,573.2131615,266.7326685,1290.560233 +485937,531.2378378,267.58953,573.1815334,266.7354708,1289.893702 +485938,531.0146402,267.603198,573.1485718,266.7373668,1289.219912 +485939,530.7899942,267.6164892,573.1142852,266.7383716,1288.538987 +485940,530.563925,267.6294026,573.0786951,266.7385051,1287.851067 +485941,533.3248227,269.0002859,576.0301878,268.0961344,1292.589677 +485942,533.630187,269.2377788,576.5529881,268.3192985,1293.045166 +485943,532.6696752,268.9080116,575.8186349,267.9744796,1291.169264 +485944,531.634614,268.5686387,575.0039988,267.61966,1288.980341 +485945,531.0073017,268.4389671,574.587542,267.474277,1287.342515 +485946,530.8246679,268.5086105,574.5347262,267.547804,1286.375853 +485947,530.985009,268.7227942,574.7576968,267.7675757,1285.95337 +485948,531.390865,269.038015,575.1869315,268.0838719,1285.938635 +485949,531.9791141,269.4283124,575.7780667,268.4708104,1286.24111 +485950,532.7114553,269.8783822,576.5021057,268.914602,1286.805324 +485951,533.561802,270.3776293,577.3373477,269.4057769,1287.592789 +485952,534.5096925,270.9174385,578.2656877,269.9362696,1288.572094 +485953,535.5377479,271.4904074,579.2715185,270.4989067,1289.71561 +485954,536.6311457,272.090229,580.3414696,271.0874974,1290.998931 +485955,537.7774731,272.7116499,581.4642525,271.6968814,1292.40083 +485956,538.9664997,273.3503553,582.6304173,272.3228331,1293.903084 +485957,540.1898432,274.0028229,583.8320826,272.9619127,1295.490119 +485958,541.44065,274.6661763,585.062674,273.6113155,1297.148644 +485959,542.7132989,275.3380641,586.3167035,274.2687502,1298.867295 +485960,544.0031812,276.0165603,587.5895852,274.9323405,1300.636358 +485961,545.3065101,276.7000882,588.8774898,275.6005516,1302.447514 +485962,546.6201827,277.3873563,590.177218,276.2721272,1304.293649 +485963,547.9245075,278.0773053,591.4860936,276.9460379,1306.168658 +485964,549.2119685,278.769071,592.8018885,277.6214456,1308.067349 +485965,550.4828303,279.4619468,594.1227446,278.2976658,1309.985273 +485966,551.7396599,280.155357,595.4471169,278.9741424,1311.918634 +485967,552.9847943,280.8488272,596.7737085,279.6504181,1313.86415 +485968,554.2198465,281.5419711,598.1014413,280.3261219,1315.819029 +485969,555.4458926,282.2344708,599.4294117,281.0009496,1317.780854 +485970,556.6637321,282.9260695,600.7568734,281.6746565,1319.747579 +485971,557.8740113,283.6165549,602.0831985,282.3470416,1321.717427 +485972,559.0685857,284.2970617,603.3935804,283.0109967,1323.688908 +485973,560.2418555,284.9615403,604.6776982,283.661645,1325.660545 +485974,561.3924879,285.6084072,605.9324375,284.2976702,1327.631087 +485975,562.5214985,286.2385141,607.1586849,284.9197035,1329.599478 +485976,563.6305665,286.8533825,608.3585233,285.5289188,1331.564866 +485977,564.7212573,287.4544157,609.5339539,286.1264017,1333.526508 +485978,565.7948648,288.0427411,610.6866218,286.7130234,1335.48377 +485979,566.8524541,288.6192629,611.8178743,287.2894807,1337.436074 +485980,567.8949308,289.1847361,612.9288633,287.8563549,1339.382913 +485981,568.9230834,289.7398119,614.0206041,288.4141465,1341.323813 +485982,569.9376091,290.2850608,615.0940073,288.9632947,1343.258365 +485983,570.9391222,290.8209827,616.1498862,289.5041837,1345.186176 +485984,571.9281689,291.3480186,617.1889729,290.0371531,1347.106913 +485985,572.9052248,291.8665536,618.211916,290.5624985,1349.02025 +485986,573.8707219,292.3769325,619.2193081,291.0804857,1350.925917 +485987,574.8250436,292.8794613,620.2116822,291.5913502,1352.823647 +485988,575.7685339,293.3744141,621.1895217,292.0953033,1354.713215 +485989,576.7015039,293.8620388,622.1532687,292.5925366,1356.594409 +485990,577.6242351,294.3425601,623.1033273,293.0832236,1358.467049 +485991,578.5369901,294.8161854,624.0400753,293.5675257,1360.330965 +485992,579.440001,295.2831016,624.963853,294.0455877,1362.186012 +485993,580.3334899,295.7434854,625.8749853,294.5175476,1364.032057 +485994,581.2176579,296.1974984,626.77377,294.9835316,1365.868992 +485995,582.092176,296.645061,627.6600273,295.443375,1367.692493 +485996,582.9579024,297.0866176,628.5346246,295.8975587,1369.508411 +485997,583.8146753,297.522169,629.3975397,296.3460149,1371.313081 +485998,584.6631291,297.9520419,630.2494103,296.7891005,1373.110981 +485999,585.5030034,298.376192,631.090128,297.2266957,1374.897814 +486000,586.3343391,298.7946886,631.9198152,297.6588407,1376.673359 +486001,585.7046895,298.5473716,631.2860709,297.4253695,1375.797604 +486002,580.3157668,296.0966418,625.9495306,294.9871363,1366.191255 +486003,572.5193814,292.5623528,618.2280354,291.4647509,1352.171977 +486004,564.6933788,289.0592316,610.4683716,287.9737097,1338.010146 +486005,557.8288599,286.0388811,603.6506156,284.9659234,1325.463206 +486006,552.0231638,283.530612,597.8730334,282.470712,1314.717552 +486007,547.0778956,281.4282463,592.9414972,280.3818104,1305.455606 +486008,542.78877,279.6276,588.6554484,278.5949481,1297.352735 +486009,539.014726,278.0578685,584.8762935,277.0392571,1290.187762 +486010,535.6644271,276.673814,581.5142701,275.6694544,1283.817001 +486011,532.672738,275.4437085,578.5053445,274.4537769,1278.135239 +486012,529.9871013,274.3424234,575.7978188,273.3670657,1273.054729 +486013,527.5624643,273.3488186,573.3473459,272.3881538,1268.498146 +486014,525.3599483,272.4449959,571.1156275,271.4991187,1264.397241 +486015,523.3463757,271.6159825,569.0699579,270.6849661,1260.692469 +486016,521.4937207,270.84939,567.1826897,269.9332882,1257.332371 +486017,519.7784129,270.1350178,565.4305558,269.2338672,1254.272613 +486018,518.1806385,269.4644701,563.7939841,268.5782916,1251.475006 +486019,516.6837266,268.8308297,562.2564978,267.9596302,1248.906614 +486020,515.2736258,268.2283857,560.8042012,267.3721594,1246.539003 +486021,513.9384807,267.6524184,559.4253647,266.811148,1244.347593 +486022,512.6682793,267.0990233,558.1100783,266.2726804,1242.311131 +486023,511.4545606,266.5649674,556.8499637,265.7535142,1240.411221 +486024,510.2901653,266.0475709,555.6379298,265.2509603,1238.631935 +486025,509.1690298,265.5446097,554.4679693,264.7627864,1236.959458 +486026,508.0860157,265.0542365,553.3349904,264.2871373,1235.381812 +486027,507.0367561,264.5749127,552.2346661,263.8224673,1233.888588 +486028,506.0175351,264.1053546,551.1633145,263.3674859,1232.470741 +486029,505.0251862,263.6444894,550.1177987,262.9211138,1231.120392 +486030,504.0570083,263.1914191,549.0954438,262.4824473,1229.83068 +486031,503.1107264,262.7454123,548.0937987,262.0506475,1228.595607 +486032,502.1890379,262.3098937,547.1187814,261.6289057,1227.409941 +486033,501.2935002,261.887098,546.1741526,261.2192954,1226.269182 +486034,500.4235942,261.4772859,545.2599502,260.8220115,1225.169399 +486035,499.5776949,261.0796542,544.374265,260.4362677,1224.107111 +486036,498.7539596,260.693146,543.5147582,260.0610606,1223.07924 +486037,497.9559937,260.3192035,542.6845835,259.6978903,1222.092661 +486038,497.1728123,259.9526935,541.872394,259.3416746,1221.127615 +486039,496.4075934,259.5949673,541.0810728,258.9938069,1220.189987 +486040,495.6603788,259.2460285,540.3103893,258.6543092,1219.280727 +486041,494.9284775,258.9045405,539.5574638,258.3218971,1218.393524 +486042,494.2121073,258.5705894,538.8222928,257.9966715,1217.5299 +486043,493.5144074,258.245524,538.1078715,257.6800216,1216.694544 +486044,492.8264067,257.9252799,537.4050406,257.3678893,1215.872391 +486045,492.1521029,257.6116661,536.7176569,257.0621001,1215.070517 +486046,491.4902875,257.3041069,536.0443981,256.7620992,1214.286457 +486047,490.8401415,257.0022075,535.3843418,256.46751,1213.518696 +486048,490.2011023,256.7056996,534.736829,256.1780791,1212.766315 +486049,491.7624145,256.9525682,536.1504405,256.4314228,1212.034911 +486050,494.4776198,257.478861,538.6477512,256.9637695,1211.313909 +486051,497.266534,258.0166765,541.2190901,257.5074225,1210.611255 +486052,499.6637609,258.4522389,543.4283937,257.948703,1209.924626 +486053,501.6132468,258.7746947,545.2222272,258.2767772,1209.253001 +486054,503.1982437,259.0075697,546.6776508,258.5151628,1208.59628 +486055,504.5129019,259.1773358,547.8825318,258.6903212,1207.964187 +486056,505.6092053,259.2961601,548.8845448,258.8144139,1207.339693 +486057,506.5308525,259.3764706,549.7246206,258.8998674,1206.730747 +486058,507.3052477,259.4253765,550.4282076,258.9537912,1206.136732 +486059,507.9546227,259.4485788,551.0159726,258.981888,1205.55749 +486060,508.4981019,259.4508967,551.5057098,258.9889787,1204.992919 +486061,508.9420069,259.4317732,551.9026037,258.9745086,1204.424286 +486062,514.0970389,261.6196212,556.9620232,261.1675491,1212.514937 +486063,521.6419124,264.9006665,564.393581,264.4539878,1225.048871 +486064,529.2083656,268.1584964,571.8574045,267.7170837,1237.819621 +486065,535.8098364,270.940579,578.3766997,270.5041783,1249.093899 +486066,541.3489228,273.216391,583.8528497,272.7847397,1258.671021 +486067,546.0261882,275.0924387,588.4821001,274.6653076,1266.859006 +486068,550.0487214,276.6735661,592.4677646,276.2507604,1273.976327 +486069,553.5596836,278.0308661,595.9504556,277.6122156,1280.23845 +486070,556.6516213,279.2094536,599.0210485,278.7948052,1285.782949 +486071,559.3952838,280.2429845,601.7490948,279.8321979,1290.717882 +486072,561.8344853,281.152062,604.1774619,280.745008,1295.108565 +486073,564.0186122,281.9593249,606.3547544,281.5558843,1299.034395 +486074,565.9863323,282.6821735,608.3189935,282.2822356,1302.558099 +486075,567.7708262,283.3352365,610.1028294,282.9386988,1305.734668 +486076,569.4001057,283.9305988,611.7338424,283.537366,1308.611498 +486077,570.8976785,284.4781776,613.2351905,284.0881606,1311.229229 +486078,572.2832576,284.986103,614.6263016,284.5992188,1313.622684 +486079,573.5733935,285.4610481,615.9234925,285.077219,1315.82175 +486080,574.7819964,285.9084964,617.1404809,285.5276496,1317.852088 +486081,575.9257401,286.3352169,618.2937808,285.9572844,1319.7448 +486082,577.0054897,286.7408328,619.3841232,286.3657508,1321.502516 +486083,578.0336905,287.1302828,620.4238399,286.757992,1323.149097 +486084,579.0170596,287.5059543,621.419551,287.1363989,1324.698077 +486085,579.9614972,287.8699161,622.3770727,287.5030442,1326.161554 +486086,580.8720232,288.2238891,623.3013515,287.8596525,1327.550018 +486087,581.7528831,288.5692925,624.1965672,288.2076466,1328.87253 +486088,582.6076695,288.9072965,625.0662533,288.5482001,1330.136899 +486089,583.4394283,289.2388671,625.9134014,288.8822822,1331.349883 +486090,584.250744,289.564802,626.7405463,289.2106941,1332.517317 +486091,585.0438165,289.885761,627.5498407,289.5340988,1333.644263 +486092,585.8183094,290.200149,628.3386963,289.8510652,1334.738276 +486093,586.5645373,290.5024631,629.0956381,290.1562265,1335.794732 +486094,587.285684,290.7938371,629.8234626,290.4507269,1336.819197 +486095,587.9848076,291.0755716,630.5252726,290.7358536,1337.820916 +486096,588.6622926,291.347971,631.201957,291.0118524,1338.795705 +486097,589.3215311,291.6125646,631.857143,291.2802276,1339.752252 +486098,589.9624996,291.8694225,632.4912438,291.541001,1340.685847 +486099,590.5880274,292.1197604,633.1071978,291.795376,1341.60465 +486100,591.1976975,292.3634333,633.7049356,292.0431699,1342.503568 +486101,591.7939771,292.6014735,634.2869613,292.2854098,1343.390342 +486102,592.3812851,292.8359249,634.8579973,292.5241078,1344.268785 +486103,592.9526659,293.0635294,635.4110783,292.7560048,1345.129644 +486104,593.5115322,293.2858718,635.9498901,292.9826583,1345.974963 +486105,594.0596211,293.5036462,636.4761241,293.2047641,1346.811389 +486106,594.595999,293.7164609,636.989097,293.4219066,1347.633104 +486107,595.1225782,293.9250891,637.4906475,293.634863,1348.44716 +486108,595.6398597,294.1297279,637.9813475,293.8438221,1349.253626 +486109,596.147794,294.3303405,638.4612619,294.0487359,1350.051111 +486110,596.6464075,294.5269222,638.9305107,294.2495897,1350.838954 +486111,597.1358904,294.7195384,639.3893507,294.4464417,1351.617233 +486112,597.6215155,294.9105631,639.8431044,294.6416601,1352.395415 +486113,598.0945128,295.0959856,640.2830436,294.8312295,1353.157461 +486114,598.5593143,295.2778005,640.7136382,295.0171396,1353.911309 +486115,599.0158708,295.4559661,641.1348742,295.1993448,1354.656742 +486116,599.4643908,295.6305586,641.546993,295.3779173,1355.394008 +486117,599.9051039,295.8016649,641.9502549,295.5529404,1356.123402 +486118,600.3382225,295.9693648,642.3449009,295.7244904,1356.84519 +486119,600.7639415,296.1337312,642.7311523,295.8926372,1357.559617 +486120,601.182531,296.2948075,643.1091487,296.0574156,1358.266899 +486121,600.1415136,295.7920609,642.0257167,295.5582674,1356.32531 +486122,600.1427294,295.7936043,641.9525143,295.5634725,1356.36679 +486123,600.7226345,296.0670024,642.4418025,295.8405017,1357.479372 +486124,601.3680287,296.3601272,642.9957059,296.1371454,1358.712072 +486125,601.8485078,296.5628812,643.3898666,296.3432817,1359.653757 +486126,602.1275584,296.6611548,643.5880357,296.4448088,1360.242585 +486127,602.2380926,296.6742191,643.6216065,296.4610143,1360.534922 +486128,602.2186695,296.6230405,643.5277094,296.4128794,1360.59426 +486129,602.0964968,296.5221594,643.3326136,296.3149557,1360.464392 +486130,601.8890371,296.3808122,643.0532042,296.1764874,1360.173536 +486131,601.6085429,296.2053911,642.7013418,296.0038736,1359.74214 +486132,601.264822,296.0009231,642.2865307,295.8021466,1359.18722 +486133,600.8663017,295.7716449,641.8169472,295.5755478,1358.523822 +486134,600.4202817,295.5211555,641.299683,295.3276806,1357.765269 +486135,599.9330177,295.2524779,640.7408245,295.0615714,1356.923214 +486136,599.4098068,294.9681196,640.1455334,294.7797311,1356.007741 +486137,598.8551087,294.6701485,639.5181624,294.4842301,1355.027532 +486138,598.2726825,294.3602719,638.8623872,294.1767784,1353.990072 +486139,597.6656931,294.0398988,638.1813079,293.8587869,1352.901808 +486140,597.03682,293.7101991,637.477554,293.5314274,1351.768311 +486141,596.3883276,293.3721425,636.7533525,293.1956716,1350.594392 +486142,595.7221428,293.0265396,636.0106027,292.8523312,1349.384223 +486143,595.0398989,292.674065,635.250918,292.5020824,1348.14141 +486144,594.3429912,292.3152855,634.4756804,292.1454932,1346.869088 +486145,593.6326102,291.9506768,633.6860722,291.7830404,1345.569976 +486146,592.9097786,291.5806417,632.8831119,291.4151278,1344.246445 +486147,592.1753739,291.205521,632.0676762,291.0420973,1342.900559 +486148,591.4301559,290.8256063,631.2405266,290.6642411,1341.534125 +486149,590.6747816,290.4411469,630.4023241,290.2818097,1340.14872 +486150,589.9098256,290.0523592,629.5536485,289.8950199,1338.745735 +486151,589.1357869,289.6594295,628.6950057,289.504059,1337.326383 +486152,588.3557901,289.2646231,627.8315099,289.1111927,1335.891745 +486153,587.5721715,288.8695544,626.9669166,288.7180362,1334.442814 +486154,586.78586,288.4747452,626.1025753,288.3251119,1332.980481 +486155,585.9969378,288.0800926,625.2384129,287.9323176,1331.505522 +486156,585.2052034,287.6853085,624.3738955,287.5393654,1330.018629 +486157,584.4104344,287.290118,623.5084796,287.1459811,1328.520406 +486158,583.612476,286.8943135,622.6417465,286.7519577,1327.011417 +486159,582.8112199,286.497738,621.773373,286.3571386,1325.492164 +486160,582.0065978,286.1002727,620.9031113,285.9614054,1323.963116 +486161,581.1985621,285.7018221,620.0307579,285.5646631,1322.424702 +486162,580.3870804,285.3023087,619.1561446,285.1668346,1320.877317 +486163,579.5721389,284.901673,618.2791384,284.7678608,1319.321331 +486164,578.7537315,284.4998664,617.3996286,284.3676936,1317.757084 +486165,577.9318663,284.0968539,616.5175318,283.9662982,1316.184895 +486166,577.1065593,283.6926089,615.6327835,283.5636485,1314.605063 +486167,576.2778356,283.2871139,614.7453379,283.1597273,1313.017867 +486168,575.4457235,282.8803565,613.855161,282.7545227,1311.423568 +486169,574.6102601,282.4723315,612.9622343,282.3480296,1309.822411 +486170,573.7714832,282.0630364,612.0665465,281.940246,1308.214627 +486171,572.9294387,281.6524748,611.1680996,281.5311758,1306.600434 +486172,572.0841695,281.2406505,610.2668971,281.1208231,1304.980035 +486173,571.2357266,280.8275728,609.3629549,280.7091976,1303.353627 +486174,570.3841598,280.4132518,608.4562914,280.2963096,1301.721394 +486175,569.52952,279.997699,607.5469285,279.8821708,1300.083507 +486176,568.6718602,279.580928,606.6348938,279.4667953,1298.440133 +486177,567.8112343,279.1629536,605.7202176,279.0501981,1296.791429 +486178,566.9476937,278.7437901,604.8029299,278.6323938,1356.446468 +486179,566.0812961,278.3234556,603.8830689,278.2134006,1327.420829 +486180,565.2120918,277.9019651,602.9606673,277.7932341,1337.041048 +486181,564.5872285,277.5916512,602.2828568,277.4842269,1287.215572 +486182,562.5808759,276.6593817,600.2221675,276.5532454,1283.204459 +486183,559.8974811,275.4316293,597.4828131,275.3267607,1278.466182 +486184,557.2370577,274.2273337,594.7649276,274.1237162,1273.866845 +486185,554.8833451,273.1718639,592.3529798,273.0694779,1269.735402 +486186,552.8583046,272.2702158,590.2692771,272.1690454,1266.085145 +486187,551.0963935,271.488662,588.4487972,271.3886885,1262.82511 +486188,549.5343795,270.7958866,586.8283366,270.6970953,1259.875707 +486189,548.1269988,270.1700342,585.3629054,270.0724077,1257.174731 +486190,546.84682,269.5979379,584.0249518,269.5014625,1254.687163 +486191,545.6723562,269.0696194,582.7931886,268.9742785,1252.378584 +486192,544.58852,268.5780934,581.6523665,268.4838739,1250.229148 +486193,543.5802027,268.1166109,580.587552,268.0234969,1248.21214 +486194,542.6367737,267.6804315,579.5879324,267.5884105,1246.314124 +486195,541.7482128,267.2652157,578.6434686,267.1742753,1244.518542 +486196,540.9056631,266.8672083,577.7453378,266.7773355,1242.809911 +486197,540.1017586,266.4833505,576.8861916,266.3945321,1241.175401 +486198,539.3304752,266.1111948,576.0599991,266.0234171,1239.604561 +486199,538.58686,265.7487731,575.2617869,265.6620229,1238.088709 +486200,537.8667944,265.394484,574.4874122,265.3087483,1236.620466 +486201,537.1668319,265.0470157,573.733405,264.9622817,1235.1935 +486202,536.4840829,264.7052915,572.996854,264.6215465,1233.802367 +486203,535.816117,264.3684243,572.2753091,264.2856559,1232.442375 +486204,535.1608976,264.0356869,571.5667157,263.9538828,1231.109503 +486205,534.5167119,263.7064803,570.8693444,263.6256284,1262.262156 +486206,533.8831882,263.3801896,570.1814683,263.3004733,1282.177939 +486207,533.260053,263.0563067,569.5016291,262.9780797,1248.654352 +486208,532.6466946,262.7344568,568.8286965,262.6581483,1271.68875 +486209,532.0422901,262.4143572,568.1617782,262.3404094,1278.508343 +486210,531.4460218,262.0957886,567.5001533,262.0246345,1276.483179 +486211,530.857178,261.7785726,566.8432189,261.710636,1280.793974 +486212,530.2839825,261.466422,566.1990607,261.4027681,1283.610024 +486213,529.7325884,261.1619127,565.573426,261.1041115,1286.445697 +486214,529.2049294,260.8656525,564.9677473,260.8154903,1289.147959 +486215,528.7004334,260.5771403,564.3809494,260.5364499,1291.926024 +486216,528.2177573,260.2955637,563.8111995,260.2661745,1294.701614 +486217,527.7556387,260.0201708,563.2567492,260.0039154,1297.34943 +486218,527.3131078,259.7503496,562.7161342,259.7490849,1300.091012 +486219,526.8894607,259.4856067,562.1881417,259.5012328,1302.832692 +486220,526.4861043,259.2255317,561.67174,259.2600069,1305.497634 +486221,526.1004275,258.9697741,561.1660302,259.0251259,1308.126816 +486222,525.7314861,258.7180291,560.6702177,258.7963657,1310.889415 +486223,525.381467,258.4700303,560.1835957,258.5735504,1313.525216 +486224,525.0485001,258.2255457,559.7055385,258.3565488,1316.188393 +486225,524.7341426,257.9843719,559.2354888,258.1452684,1318.785025 +486226,524.4366967,257.7463285,558.7729464,257.9396499,1321.616264 +486227,524.158186,257.511257,558.3174645,257.739666,1324.038139 +486228,523.897155,257.2790137,557.8686357,257.545315,1326.867215 +486229,523.655898,257.0494714,557.4260945,257.3566221,1329.449041 +486230,523.4330361,256.8225133,556.9895044,257.1736346,1332.029067 +486231,523.2177618,256.5986907,556.5600255,256.9948371,1334.905095 +486232,523.0159098,256.3777354,556.1370214,256.8206756,1337.339801 +486233,522.8331973,256.1592408,555.7195314,256.6519821,1339.9998 +486234,522.6726276,255.9429407,555.3068953,256.4893102,1342.771025 +486235,522.5354787,255.7287027,554.8987526,256.3329367,1345.369539 +486236,522.4224513,255.5164585,554.4948909,256.1830152,1348.033566 +486237,522.3342381,255.3061572,554.095145,256.0396837,1350.705418 +486238,522.271688,255.0977483,553.6993552,255.9031055,1353.276054 +486239,522.2357986,254.8911779,553.3073583,255.7734755,1356.108376 +486240,522.2276915,254.6863931,552.9189957,255.6510192,1358.819609 +486241,528.7965994,257.4597074,559.0821166,258.5123543,1157.378455 +486242,532.4706239,258.9203464,562.3221624,260.0669293,1165.312151 +486243,534.559613,259.6763364,563.9431972,260.925708,1172.289218 +486244,536.4494693,260.3617975,565.3315422,261.7200442,1179.029879 +486245,538.7441031,261.2459093,567.0925693,262.7209025,1185.86234 +486246,541.5282877,262.3578596,569.3112692,263.9579962,1192.84783 +486247,544.7092975,263.6490549,571.8938422,265.3802737,1199.953428 +486248,548.1865171,265.0643222,574.7418862,266.9356378,1207.138957 +486249,551.8938416,266.5711959,577.7817261,268.5900432,1214.378898 +486250,555.7928174,268.1465478,580.9756134,270.3234679,1221.659592 +486251,559.8591146,269.7792026,584.2920143,272.1230546,1228.972936 +486252,564.0745935,271.4564349,587.7139017,273.9791349,1236.312832 +486253,568.4243941,273.1719248,591.2192261,275.8837618,1243.673945 +486254,572.8963137,274.9159418,594.7965799,277.8303551,1251.051562 +486255,577.4807105,276.6846954,598.4286542,279.813611,1258.441623 +486256,582.1703235,278.4707618,602.1084701,281.8293833,1265.840733 +486257,586.9600381,280.2723829,605.8226868,283.8745288,1273.246084 +486258,591.8465992,282.083824,609.5677418,285.9467439,1280.655375 +486259,596.8283802,283.9047179,613.3331133,288.0444284,1288.066728 +486260,601.9071449,285.7304124,617.1175216,290.1670497,1295.47859 +486261,607.0834998,287.5614877,620.9123378,292.3139929,1302.889803 +486262,612.3588165,289.3940156,624.7180495,294.4849785,1310.299408 +486263,617.7359531,291.2291811,628.5273304,296.68022,1317.706655 +486264,623.2213934,293.0635304,632.3376969,298.9003778,1325.110988 +486265,628.820049,294.8986577,636.1522482,301.1464814,1332.512001 +486266,634.5374729,296.7314165,639.964468,303.4198864,1339.909451 +486267,640.3806767,298.5636816,643.7723106,305.7222502,1347.303206 +486268,646.3581092,300.3925007,647.5794761,308.0555314,1354.693247 +486269,652.4795126,302.2175689,651.3800225,310.4219976,1362.079666 +486270,658.7581723,304.0416694,655.1724887,312.8242353,1369.462625 +486271,665.2058746,305.8617817,658.9570539,315.2651726,1376.842389 +486272,671.6526975,307.6675713,662.7114972,317.7009661,1384.219201 +486273,677.9767504,309.4528693,666.42034,320.0973371,1391.592267 +486274,684.1411668,311.2165417,670.0794886,322.4476581,1398.961062 +486275,690.1558992,312.9599589,673.6911534,324.7530622,1406.325466 +486276,696.0444348,314.6850571,677.259309,327.0228162,1413.685618 +486277,701.8309219,316.393546,680.7876622,329.2609454,1421.041683 +486278,707.5308197,318.0867832,684.279233,331.4748412,1428.393804 +486279,713.1603323,319.7658485,687.7364721,333.6662369,1435.74202 +486280,718.7301476,321.4316375,691.1614584,335.8408503,1442.995724 +486281,724.2534293,323.0849098,694.5560034,337.9994494,1450.157088 +486282,729.7409034,324.7263216,697.9217171,340.1470299,1457.249246 +486283,735.2017646,326.356441,701.260034,342.2839251,1464.289979 +486284,740.6446686,327.9757519,704.5722153,344.4146641,1471.288999 +486285,746.0781347,329.5846707,707.8593778,346.5418222,1478.251429 +486286,751.5106034,331.183556,711.1225112,348.6642314,1485.180641 +486287,756.9504649,332.7727238,714.3625058,350.786225,1492.079495 +486288,762.406103,334.3524512,717.5801595,352.9106594,1498.950615 +486289,767.8860505,335.9229868,720.7761978,355.0392297,1505.796386 +486290,773.2723463,337.4845564,723.9512845,357.1410588,1512.618917 +486291,778.4749617,339.0373097,727.1059057,359.1945114,1519.419815 +486292,783.4663113,340.581368,730.2404726,361.1937064,1526.2004 +486293,788.2555282,342.1168533,733.3553859,363.141361,1532.961835 +486294,792.8627593,343.6438932,736.4510526,365.0424962,1539.705161 +486295,797.3071686,345.162608,739.5278653,366.9016744,1546.431256 +486296,801.6041392,346.6731058,742.5861966,368.7224478,1553.140836 +486297,805.7658548,348.1754775,745.6263927,370.5075596,1559.834444 +486298,809.8022952,349.6697988,748.6487763,372.2592111,1566.512468 +486299,813.7153037,351.1561321,751.6536503,373.9792195,1573.175158 +486300,817.5051983,352.6345274,754.6412966,375.6690874,1579.822636 +486301,0,0,0,0,0 +486302,0,0,0,0,0 +486303,0,0,0,0,0 +486304,0,0,0,0,841.0073079 +486305,0,0,0,0,2258.090883 +486306,0,0,0,89.40248198,1087.049783 +486307,610.5960556,0,0,338.7740298,1507.725242 +486308,499.1366388,0,0,152.7450168,1491.398322 +486309,432.5082625,0,0,214.5093346,1496.501593 +486310,486.8385095,0,0,213.203346,1498.307951 +486311,483.5630304,0,0,211.8294879,1499.805301 +486312,475.0265084,0,0,210.0625062,1501.654844 +486313,465.5114184,57.67330141,0,207.8509331,1503.270062 +486314,454.2615207,80.35127515,0,205.1963983,1504.873483 +486315,441.5992284,56.50524487,0,202.0504366,1506.448249 +486316,251.527001,56.95118497,0,145.4510613,1507.70846 +486317,238.2320081,57.63449258,46.99207813,140.8007622,1509.130804 +486318,230.9243875,58.77108806,103.9154676,138.4743349,1510.386812 +486319,225.6327774,59.92454174,62.69447376,136.8283962,1511.613436 +486320,221.1877141,61.12946395,82.49951101,135.3346461,1512.825677 +486321,218.0254756,62.31695144,85.57535073,134.2579517,1513.999371 +486322,214.4516759,63.42466133,88.24819079,133.1413616,1515.112298 +486323,211.7472975,64.59829773,90.95101221,132.3691002,1517.234793 +486324,209.1025585,65.63450659,93.78011776,131.4609281,1515.748156 +486325,206.6922629,66.6626725,96.08458906,130.6938621,1521.939545 +486326,204.456366,67.64049804,98.58711346,129.9577364,1513.347397 +486327,202.3729298,68.53247901,100.9992019,129.262099,1530.10693 +486328,200.4243133,69.53186703,102.9704883,128.6011892,1507.434696 +486329,198.5953347,70.28684124,105.3559598,127.9706603,1539.944969 +486330,196.8735857,71.09719604,107.3234686,127.3670297,1499.776517 +486331,195.2475921,71.93183305,109.3244559,126.7870409,1550.681783 +486332,193.7078011,72.64073447,111.3435496,126.3156526,1490.946631 +486333,192.2451331,73.35583424,113.0067594,125.6471863,1536.868687 +486334,191.0054366,74.03157268,114.8534432,125.186816,1524.308846 +486335,189.44958,74.67648705,116.5320328,124.6635625,1516.429218 +486336,188.2875714,75.29204857,118.1631784,124.1680405,1538.22375 +486337,187.0407191,75.87971843,119.6087347,123.6842127,1504.440011 +486338,185.8653875,76.39307939,121.4413087,123.2110108,1553.084464 +486339,184.7326153,77.04944067,122.6061677,122.7475834,1490.835357 +486340,183.6382586,77.45107422,124.1239767,122.2927786,1539.204887 +486341,182.5799729,77.98503647,125.4539839,121.8462517,1526.342163 +486342,181.5543457,78.44284013,126.7545888,121.4071283,1515.011665 +486343,180.4131193,78.8890075,128.0091926,120.9749203,1543.771212 +486344,179.6616453,79.26533597,129.2191213,120.5491872,1499.706621 +486345,178.6135643,79.74698846,130.3863646,120.1294963,1535.579319 +486346,177.7217302,80.09951553,131.5133292,119.7157299,1528.085152 +486347,176.8282517,80.48116415,132.6017714,119.3075829,1513.476622 +486348,175.9570569,80.8376217,133.6532699,118.8216954,1544.810675 +486349,175.1067255,81.17929762,134.6700204,118.5460765,1498.380481 +486350,174.2760091,81.50632825,135.7949747,118.0928323,1535.592026 +486351,173.464845,81.87205168,136.533358,117.7197727,1526.828464 +486352,172.6720452,82.09495258,137.5579532,117.337054,1513.929044 +486353,171.897048,82.36975564,138.429069,117.0411628,1542.297213 +486354,171.1394338,82.71505357,139.2937316,116.5492682,1499.851481 +486355,170.3986284,82.94238647,140.1335961,116.2409826,1555.018139 +486356,169.6743925,83.20698507,140.9490426,115.8648539,1487.68935 +486357,168.9661493,83.45246527,141.7409922,115.5074793,1538.501169 +486358,168.4085811,83.68922921,142.5113584,115.154975,1522.153932 +486359,167.5329148,83.91729109,143.2609332,114.8076314,1517.767045 +486360,166.9705444,84.1371565,143.9907054,114.4653255,1530.62417 +486361,0,0,0,0,0 +486362,0,0,0,0,0 +486363,0,0,0,0,0 +486364,0,0,0,0,0 +486365,0,0,0,0,0 +486366,0,0,0,0,0 +486367,0,0,0,0,0 +486368,0,0,0,0,0 +486369,0,0,0,0,0 +486370,0,0,0,0,0 +486371,0,0,0,0,0 +486372,0,0,0,0,0 +486373,0,0,0,0,0 +486374,0,0,0,0,0 +486375,0,0,0,0,0 +486376,0,0,0,0,0 +486377,0,0,0,0,0 +486378,0,0,0,0,0 +486379,0,0,0,0,0 +486380,0,0,0,0,0 +486381,0,0,0,0,0 +486382,0,0,0,0,0 +486383,0,0,0,0,0 +486384,0,0,0,0,0 +486385,0,0,0,0,0 +486386,0,0,0,0,0 +486387,0,0,0,0,0 +486388,0,0,0,0,0 +486389,0,0,0,0,0 +486390,0,0,0,0,0 +486391,0,0,0,0,0 +486392,0,0,0,0,0 +486393,0,0,0,0,0 +486394,0,0,0,0,0 +486395,0,0,0,0,0 +486396,0,0,0,0,0 +486397,0,0,0,0,0 +486398,0,0,0,0,0 +486399,0,0,0,0,0 +486400,0,0,0,0,0 +486401,0,0,0,0,0 +486402,0,0,0,0,0 +486403,0,0,0,0,0 +486404,0,0,0,0,0 +486405,0,0,0,0,0 +486406,0,0,0,0,0 +486407,0,0,0,0,0 +486408,0,0,0,0,0 +486409,0,0,0,0,0 +486410,0,0,0,0,0 +486411,0,0,0,0,0 +486412,0,0,0,0,0 +486413,0,0,0,0,0 +486414,0,0,0,0,0 +486415,0,0,0,0,0 +486416,0,0,0,0,0 +486417,0,0,0,0,0 +486418,0,0,0,0,0 +486419,0,0,0,0,0 +486420,0,0,0,0,0 +486421,0,0,0,0,0 +486422,0,0,0,0,0 +486423,0,0,0,0,0 +486424,0,0,0,0,0 +486425,0,0,0,0,0 +486426,0,0,0,0,0 +486427,0,0,0,0,0 +486428,0,0,0,0,0 +486429,0,0,0,0,0 +486430,0,0,0,0,0 +486431,0,0,0,0,0 +486432,0,0,0,0,0 +486433,0,0,0,0,0 +486434,0,0,0,0,0 +486435,0,0,0,0,0 +486436,0,0,0,0,0 +486437,0,0,0,0,0 +486438,0,0,0,0,0 +486439,0,0,0,0,0 +486440,0,0,0,0,0 +486441,0,0,0,0,0 +486442,0,0,0,0,0 +486443,0,0,0,0,0 +486444,0,0,0,0,0 +486445,0,0,0,0,0 +486446,0,0,0,0,0 +486447,0,0,0,0,0 +486448,0,0,0,0,0 +486449,0,0,0,0,0 +486450,0,0,0,0,0 +486451,0,0,0,0,0 +486452,0,0,0,0,0 +486453,0,0,0,0,0 +486454,0,0,0,0,0 +486455,0,0,0,0,0 +486456,0,0,0,0,0 +486457,0,0,0,0,0 +486458,0,0,0,0,0 +486459,0,0,0,0,0 +486460,0,0,0,0,0 +486461,0,0,0,0,0 +486462,0,0,0,0,0 +486463,0,0,0,0,0 +486464,0,0,0,0,0 +486465,0,0,0,0,0 +486466,0,0,0,0,0 +486467,0,0,0,0,0 +486468,0,0,0,0,0 +486469,0,0,0,0,0 +486470,0,0,0,0,0 +486471,0,0,0,0,0 +486472,0,0,0,0,0 +486473,0,0,0,0,0 +486474,0,0,0,0,0 +486475,0,0,0,0,0 +486476,0,0,0,0,0 +486477,0,0,0,0,0 +486478,0,0,0,0,0 +486479,0,0,0,0,0 +486480,0,0,0,0,0 +486481,0,0,0,0,0 +486482,0,0,0,0,0 +486483,0,0,0,0,0 +486484,0,0,0,0,0 +486485,0,0,0,0,0 +486486,0,0,0,0,0 +486487,0,0,0,0,0 +486488,0,0,0,0,0 +486489,0,0,0,0,0 +486490,0,0,0,0,0 +486491,0,0,0,0,0 +486492,0,0,0,0,0 +486493,0,0,0,0,0 +486494,0,0,0,0,0 +486495,0,0,0,0,0 +486496,0,0,0,0,0 +486497,0,0,0,0,0 +486498,0,0,0,0,0 +486499,0,0,0,0,0 +486500,0,0,0,0,0 +486501,0,0,0,0,0 +486502,0,0,0,0,0 +486503,0,0,0,0,0 +486504,0,0,0,0,0 +486505,0,0,0,0,0 +486506,0,0,0,0,0 +486507,0,0,0,0,0 +486508,0,0,0,0,0 +486509,0,0,0,0,0 +486510,0,0,0,0,0 +486511,0,0,0,0,0 +486512,0,0,0,0,0 +486513,0,0,0,0,0 +486514,0,0,0,0,0 +486515,0,0,0,0,0 +486516,0,0,0,0,0 +486517,0,0,0,0,0 +486518,0,0,0,0,0 +486519,0,0,0,0,0 +486520,0,0,0,0,0 +486521,0,0,0,0,0 +486522,0,0,0,0,0 +486523,0,0,0,0,0 +486524,0,0,0,0,0 +486525,0,0,0,0,0 +486526,0,0,0,0,0 +486527,0,0,0,0,0 +486528,0,0,0,0,0 +486529,0,0,0,0,0 +486530,0,0,0,0,0 +486531,0,0,0,0,0 +486532,0,0,0,0,0 +486533,0,0,0,0,0 +486534,0,0,0,0,0 +486535,0,0,0,0,0 +486536,0,0,0,0,0 +486537,0,0,0,0,0 +486538,0,0,0,0,0 +486539,0,0,0,0,0 +486540,0,0,0,0,0 +486541,0,0,0,0,0 +486542,0,0,0,0,0 +486543,0,0,0,0,0 +486544,0,0,0,0,0 +486545,0,0,0,0,0 +486546,0,0,0,0,0 +486547,0,0,0,0,0 +486548,0,0,0,0,0 +486549,0,0,0,0,0 +486550,0,0,0,0,0 +486551,0,0,0,0,0 +486552,0,0,0,0,0 +486553,0,0,0,0,0 +486554,0,0,0,0,0 +486555,0,0,0,0,0 +486556,0,0,0,0,0 +486557,0,0,0,0,0 +486558,0,0,0,0,0 +486559,0,0,0,0,0 +486560,0,0,0,0,0 +486561,0,0,0,0,0 +486562,0,0,0,0,0 +486563,0,0,0,0,0 +486564,0,0,0,0,0 +486565,0,0,0,0,0 +486566,0,0,0,0,0 +486567,0,0,0,0,0 +486568,0,0,0,0,0 +486569,0,0,0,0,0 +486570,0,0,0,0,0 +486571,0,0,0,0,0 +486572,0,0,0,0,0 +486573,0,0,0,0,0 +486574,0,0,0,0,0 +486575,0,0,0,0,0 +486576,0,0,0,0,0 +486577,0,0,0,0,0 +486578,0,0,0,0,0 +486579,0,0,0,0,0 +486580,0,0,0,0,0 +486581,0,0,0,0,0 +486582,0,0,0,0,0 +486583,0,0,0,0,0 +486584,0,0,0,0,0 +486585,0,0,0,0,0 +486586,0,0,0,0,0 +486587,0,0,0,0,0 +486588,0,0,0,0,0 +486589,0,0,0,0,0 +486590,0,0,0,0,0 +486591,0,0,0,0,0 +486592,0,0,0,0,0 +486593,0,0,0,0,0 +486594,0,0,0,0,0 +486595,0,0,0,0,0 +486596,0,0,0,0,0 +486597,0,0,0,0,0 +486598,0,0,0,0,0 +486599,0,0,0,0,0 +486600,0,0,0,0,0 +486601,0,0,0,0,0 +486602,0,0,0,0,0 +486603,0,0,0,0,0 +486604,0,0,0,0,0 +486605,0,0,0,0,0 +486606,0,0,0,0,0 +486607,0,0,0,0,0 +486608,0,0,0,0,0 +486609,0,0,0,0,0 +486610,0,0,0,0,0 +486611,0,0,0,0,0 +486612,0,0,0,0,0 +486613,0,0,0,0,0 +486614,0,0,0,0,0 +486615,0,0,0,0,0 +486616,0,0,0,0,0 +486617,0,0,0,0,0 +486618,0,0,0,0,0 +486619,0,0,0,0,0 +486620,0,0,0,0,0 +486621,0,0,0,0,0 +486622,0,0,0,0,0 +486623,0,0,0,0,0 +486624,0,0,0,0,0 +486625,0,0,0,0,0 +486626,0,0,0,0,0 +486627,0,0,0,0,0 +486628,0,0,0,0,0 +486629,0,0,0,0,0 +486630,0,0,0,0,0 +486631,0,0,0,0,0 +486632,0,0,0,0,0 +486633,0,0,0,0,0 +486634,0,0,0,0,0 +486635,0,0,0,0,0 +486636,0,0,0,0,0 +486637,0,0,0,0,0 +486638,0,0,0,0,0 +486639,0,0,0,0,0 +486640,0,0,0,0,0 +486641,0,0,0,0,0 +486642,0,0,0,0,0 +486643,0,0,0,0,0 +486644,0,0,0,0,0 +486645,0,0,0,0,0 +486646,0,0,0,0,0 +486647,0,0,0,0,0 +486648,0,0,0,0,0 +486649,0,0,0,0,0 +486650,0,0,0,0,0 +486651,0,0,0,0,0 +486652,0,0,0,0,0 +486653,0,0,0,0,0 +486654,0,0,0,0,0 +486655,0,0,0,0,0 +486656,0,0,0,0,0 +486657,0,0,0,0,0 +486658,0,0,0,0,0 +486659,0,0,0,0,0 +486660,0,0,0,0,0 +486661,0,0,0,0,0 +486662,0,0,0,0,0 +486663,0,0,0,0,0 +486664,0,0,0,0,0 +486665,0,0,0,0,0 +486666,0,0,0,0,0 +486667,0,0,0,0,0 +486668,0,0,0,0,0 +486669,0,0,0,0,0 +486670,0,0,0,0,0 +486671,0,0,0,0,0 +486672,0,0,0,0,0 +486673,0,0,0,0,0 +486674,0,0,0,0,0 +486675,0,0,0,0,0 +486676,0,0,0,0,0 +486677,0,0,0,0,0 +486678,0,0,0,0,0 +486679,0,0,0,0,0 +486680,0,0,0,0,0 +486681,0,0,0,0,0 +486682,0,0,0,0,0 +486683,0,0,0,0,0 +486684,0,0,0,0,0 +486685,0,0,0,0,0 +486686,0,0,0,0,0 +486687,0,0,0,0,0 +486688,0,0,0,0,0 +486689,0,0,0,0,0 +486690,0,0,0,0,0 +486691,0,0,0,0,0 +486692,0,0,0,0,0 +486693,0,0,0,0,0 +486694,0,0,0,0,0 +486695,0,0,0,0,0 +486696,0,0,0,0,0 +486697,0,0,0,0,0 +486698,0,0,0,0,0 +486699,0,0,0,0,0 +486700,0,0,0,0,0 +486701,0,0,0,0,0 +486702,0,0,0,0,0 +486703,0,0,0,0,0 +486704,0,0,0,0,0 +486705,0,0,0,0,0 +486706,0,0,0,0,0 +486707,0,0,0,0,0 +486708,0,0,0,0,0 +486709,0,0,0,0,0 +486710,0,0,0,0,0 +486711,0,0,0,0,0 +486712,0,0,0,0,0 +486713,0,0,0,0,0 +486714,0,0,0,0,0 +486715,0,0,0,0,0 +486716,0,0,0,0,0 +486717,0,0,0,0,0 +486718,0,0,0,0,0 +486719,0,0,0,0,0 +486720,0,0,0,0,0 +486721,0,0,0,0,0 +486722,0,0,0,0,0 +486723,0,0,0,0,0 +486724,0,0,0,0,0 +486725,0,0,0,0,0 +486726,0,0,0,0,0 +486727,0,0,0,0,0 +486728,0,0,0,0,0 +486729,0,0,0,0,0 +486730,0,0,0,0,0 +486731,0,0,0,0,0 +486732,0,0,0,0,0 +486733,0,0,0,0,0 +486734,0,0,0,0,0 +486735,0,0,0,0,0 +486736,0,0,0,0,0 +486737,0,0,0,0,0 +486738,0,0,0,0,0 +486739,0,0,0,0,0 +486740,0,0,0,0,0 +486741,0,0,0,0,0 +486742,0,0,0,0,0 +486743,0,0,0,0,0 +486744,0,0,0,0,0 +486745,0,0,0,0,0 +486746,0,0,0,0,0 +486747,0,0,0,0,0 +486748,0,0,0,0,0 +486749,0,0,0,0,0 +486750,0,0,0,0,0 +486751,0,0,0,0,0 +486752,0,0,0,0,0 +486753,0,0,0,0,0 +486754,0,0,0,0,0 +486755,0,0,0,0,0 +486756,0,0,0,0,0 +486757,0,0,0,0,0 +486758,0,0,0,0,0 +486759,0,0,0,0,0 +486760,0,0,0,0,0 +486761,0,0,0,0,0 +486762,0,0,0,0,0 +486763,0,0,0,0,0 +486764,0,0,0,0,0 +486765,0,0,0,0,0 +486766,0,0,0,0,0 +486767,0,0,0,0,0 +486768,0,0,0,0,0 +486769,0,0,0,0,0 +486770,0,0,0,0,0 +486771,0,0,0,0,0 +486772,0,0,0,0,0 +486773,0,0,0,0,0 +486774,0,0,0,0,0 +486775,0,0,0,0,0 +486776,0,0,0,0,0 +486777,0,0,0,0,0 +486778,0,0,0,0,0 +486779,0,0,0,0,0 +486780,0,0,0,0,0 +486781,0,0,0,0,0 +486782,0,0,0,0,0 +486783,0,0,0,0,0 +486784,0,0,0,0,0 +486785,0,0,0,0,0 +486786,0,0,0,0,0 +486787,0,0,0,0,0 +486788,0,0,0,0,0 +486789,0,0,0,0,0 +486790,0,0,0,0,0 +486791,0,0,0,0,0 +486792,0,0,0,0,0 +486793,0,0,0,0,0 +486794,0,0,0,0,0 +486795,0,0,0,0,0 +486796,0,0,0,0,0 +486797,0,0,0,0,0 +486798,0,0,0,0,0 +486799,0,0,0,0,0 +486800,0,0,0,0,0 +486801,0,0,0,0,0 +486802,0,0,0,0,0 +486803,0,0,0,0,0 +486804,0,0,0,0,0 +486805,0,0,0,0,0 +486806,0,0,0,0,0 +486807,0,0,0,0,0 +486808,0,0,0,0,0 +486809,0,0,0,0,0 +486810,0,0,0,0,0 +486811,0,0,0,0,0 +486812,0,0,0,0,0 +486813,0,0,0,0,0 +486814,0,0,0,0,0 +486815,0,0,0,0,0 +486816,0,0,0,0,0 +486817,0,0,0,0,0 +486818,0,0,0,0,0 +486819,0,0,0,0,0 +486820,0,0,0,0,0 +486821,0,0,0,0,0 +486822,0,0,0,0,0 +486823,0,0,0,0,0 +486824,0,0,0,0,0 +486825,0,0,0,0,0 +486826,0,0,0,0,0 +486827,0,0,0,0,0 +486828,0,0,0,0,0 +486829,0,0,0,0,0 +486830,0,0,0,0,0 +486831,0,0,0,0,0 +486832,0,0,0,0,0 +486833,0,0,0,0,0 +486834,0,0,0,0,0 +486835,0,0,0,0,0 +486836,0,0,0,0,0 +486837,0,0,0,0,0 +486838,0,0,0,0,0 +486839,0,0,0,0,0 +486840,0,0,0,0,0 +486841,0,0,0,0,0 +486842,0,0,0,0,0 +486843,0,0,0,0,0 +486844,0,0,0,0,0 +486845,0,0,0,0,0 +486846,0,0,0,0,0 +486847,0,0,0,0,0 +486848,0,0,0,0,0 +486849,0,0,0,0,0 +486850,0,0,0,0,0 +486851,0,0,0,0,0 +486852,0,0,0,0,0 +486853,0,0,0,0,0 +486854,0,0,0,0,0 +486855,0,0,0,0,0 +486856,0,0,0,0,0 +486857,0,0,0,0,0 +486858,0,0,0,0,0 +486859,0,0,0,0,0 +486860,0,0,0,0,0 +486861,0,0,0,0,0 +486862,0,0,0,0,0 +486863,0,0,0,0,0 +486864,0,0,0,0,0 +486865,0,0,0,0,0 +486866,0,0,0,0,0 +486867,0,0,0,0,0 +486868,0,0,0,0,0 +486869,0,0,0,0,0 +486870,0,0,0,0,0 +486871,0,0,0,0,0 +486872,0,0,0,0,0 +486873,0,0,0,0,0 +486874,0,0,0,0,0 +486875,0,0,0,0,0 +486876,0,0,0,0,0 +486877,0,0,0,0,0 +486878,0,0,0,0,0 +486879,0,0,0,0,0 +486880,0,0,0,0,0 +486881,0,0,0,0,0 +486882,0,0,0,0,0 +486883,0,0,0,0,0 +486884,0,0,0,0,0 +486885,0,0,0,0,0 +486886,0,0,0,0,0 +486887,0,0,0,0,0 +486888,0,0,0,0,0 +486889,0,0,0,0,0 +486890,0,0,0,0,0 +486891,0,0,0,0,0 +486892,0,0,0,0,0 +486893,0,0,0,0,0 +486894,0,0,0,0,0 +486895,0,0,0,0,0 +486896,0,0,0,0,0 +486897,0,0,0,0,0 +486898,0,0,0,0,0 +486899,0,0,0,0,0 +486900,0,0,0,0,0 +486901,0,0,0,0,0 +486902,0,0,0,0,0 +486903,0,0,0,0,0 +486904,0,0,0,0,0 +486905,0,0,0,0,0 +486906,0,0,0,0,0 +486907,0,0,0,0,0 +486908,0,0,0,0,0 +486909,0,0,0,0,0 +486910,0,0,0,0,0 +486911,0,0,0,0,0 +486912,0,0,0,0,0 +486913,0,0,0,0,0 +486914,0,0,0,0,0 +486915,0,0,0,0,0 +486916,0,0,0,0,0 +486917,0,0,0,0,0 +486918,0,0,0,0,0 +486919,0,0,0,0,0 +486920,0,0,0,0,0 +486921,0,0,0,0,0 +486922,0,0,0,0,0 +486923,0,0,0,0,0 +486924,0,0,0,0,0 +486925,0,0,0,0,0 +486926,0,0,0,0,0 +486927,0,0,0,0,0 +486928,0,0,0,0,0 +486929,0,0,0,0,0 +486930,0,0,0,0,0 +486931,0,0,0,0,0 +486932,0,0,0,0,0 +486933,0,0,0,0,0 +486934,0,0,0,0,0 +486935,0,0,0,0,0 +486936,0,0,0,0,0 +486937,0,0,0,0,0 +486938,0,0,0,0,0 +486939,0,0,0,0,0 +486940,0,0,0,0,0 +486941,0,0,0,0,0 +486942,0,0,0,0,0 +486943,0,0,0,0,0 +486944,0,0,0,0,0 +486945,0,0,0,0,0 +486946,0,0,0,0,0 +486947,0,0,0,0,0 +486948,0,0,0,0,0 +486949,0,0,0,0,0 +486950,0,0,0,0,0 +486951,0,0,0,0,0 +486952,0,0,0,0,0 +486953,0,0,0,0,0 +486954,0,0,0,0,0 +486955,0,0,0,0,0 +486956,0,0,0,0,0 +486957,0,0,0,0,0 +486958,0,0,0,0,0 +486959,0,0,0,0,0 +486960,0,0,0,0,0 +486961,0,0,0,0,0 +486962,0,0,0,0,0 +486963,0,0,0,0,0 +486964,0,0,0,0,0 +486965,0,0,0,0,0 +486966,0,0,0,0,0 +486967,0,0,0,0,0 +486968,0,0,0,0,0 +486969,0,0,0,0,0 +486970,0,0,0,0,0 +486971,0,0,0,0,0 +486972,0,0,0,0,0 +486973,0,0,0,0,0 +486974,0,0,0,0,0 +486975,0,0,0,0,0 +486976,0,0,0,0,0 +486977,0,0,0,0,0 +486978,0,0,0,0,0 +486979,0,0,0,0,0 +486980,0,0,0,0,0 +486981,0,0,0,0,0 +486982,0,0,0,0,0 +486983,0,0,0,0,0 +486984,0,0,0,0,0 +486985,0,0,0,0,0 +486986,0,0,0,0,0 +486987,0,0,0,0,0 +486988,0,0,0,0,0 +486989,0,0,0,0,0 +486990,0,0,0,0,0 +486991,0,0,0,0,0 +486992,0,0,0,0,0 +486993,0,0,0,0,0 +486994,0,0,0,0,0 +486995,0,0,0,0,0 +486996,0,0,0,0,0 +486997,0,0,0,0,0 +486998,0,0,0,0,0 +486999,0,0,0,0,0 +487000,0,0,0,0,0 +487001,0,0,0,0,0 +487002,0,0,0,0,0 +487003,0,0,0,0,0 +487004,0,0,0,0,0 +487005,0,0,0,0,0 +487006,0,0,0,0,0 +487007,0,0,0,0,0 +487008,0,0,0,0,0 +487009,0,0,0,0,0 +487010,0,0,0,0,0 +487011,0,0,0,0,0 +487012,0,0,0,0,0 +487013,0,0,0,0,0 +487014,0,0,0,0,0 +487015,0,0,0,0,0 +487016,0,0,0,0,0 +487017,0,0,0,0,0 +487018,0,0,0,0,0 +487019,0,0,0,0,0 +487020,0,0,0,0,0 +487021,0,0,0,0,0 +487022,0,0,0,0,0 +487023,0,0,0,0,0 +487024,0,0,0,0,0 +487025,0,0,0,0,0 +487026,0,0,0,0,0 +487027,0,0,0,0,0 +487028,0,0,0,0,0 +487029,0,0,0,0,0 +487030,0,0,0,0,0 +487031,0,0,0,0,0 +487032,0,0,0,0,0 +487033,0,0,0,0,0 +487034,0,0,0,0,0 +487035,0,0,0,0,0 +487036,0,0,0,0,0 +487037,0,0,0,0,0 +487038,0,0,0,0,0 +487039,0,0,0,0,0 +487040,0,0,0,0,0 +487041,0,0,0,0,0 +487042,0,0,0,0,0 +487043,0,0,0,0,0 +487044,0,0,0,0,0 +487045,0,0,0,0,0 +487046,0,0,0,0,0 +487047,0,0,0,0,0 +487048,0,0,0,0,0 +487049,0,0,0,0,0 +487050,0,0,0,0,0 +487051,0,0,0,0,0 +487052,0,0,0,0,0 +487053,0,0,0,0,0 +487054,0,0,0,0,0 +487055,0,0,0,0,0 +487056,0,0,0,0,0 +487057,0,0,0,0,0 +487058,0,0,0,0,0 +487059,0,0,0,0,0 +487060,0,0,0,0,0 +487061,0,0,0,0,0 +487062,0,0,0,0,0 +487063,0,0,0,0,0 +487064,0,0,0,0,0 +487065,0,0,0,0,0 +487066,0,0,0,0,0 +487067,0,0,0,0,0 +487068,0,0,0,0,0 +487069,0,0,0,0,0 +487070,0,0,0,0,0 +487071,0,0,0,0,0 +487072,0,0,0,0,0 +487073,0,0,0,0,0 +487074,0,0,0,0,0 +487075,0,0,0,0,0 +487076,0,0,0,0,0 +487077,0,0,0,0,0 +487078,0,0,0,0,0 +487079,0,0,0,0,0 +487080,0,0,0,0,0 +487081,0,0,0,0,0 +487082,0,0,0,0,0 +487083,0,0,0,0,0 +487084,0,0,0,0,0 +487085,0,0,0,0,0 +487086,0,0,0,0,0 +487087,0,0,0,0,0 +487088,0,0,0,0,0 +487089,0,0,0,0,0 +487090,0,0,0,0,0 +487091,0,0,0,0,0 +487092,0,0,0,0,0 +487093,0,0,0,0,0 +487094,0,0,0,0,0 +487095,0,0,0,0,0 +487096,0,0,0,0,0 +487097,0,0,0,0,0 +487098,0,0,0,0,0 +487099,0,0,0,0,0 +487100,0,0,0,0,0 +487101,0,0,0,0,0 +487102,0,0,0,0,0 +487103,0,0,0,0,0 +487104,0,0,0,0,0 +487105,0,0,0,0,0 +487106,0,0,0,0,0 +487107,0,0,0,0,0 +487108,0,0,0,0,0 +487109,0,0,0,0,0 +487110,0,0,0,0,0 +487111,0,0,0,0,0 +487112,0,0,0,0,0 +487113,0,0,0,0,0 +487114,0,0,0,0,0 +487115,0,0,0,0,0 +487116,0,0,0,0,0 +487117,0,0,0,0,0 +487118,0,0,0,0,0 +487119,0,0,0,0,0 +487120,0,0,0,0,0 +487121,0,0,0,0,0 +487122,0,0,0,0,0 +487123,0,0,0,0,0 +487124,0,0,0,0,0 +487125,0,0,0,0,0 +487126,0,0,0,0,0 +487127,0,0,0,0,0 +487128,0,0,0,0,0 +487129,0,0,0,0,0 +487130,0,0,0,0,0 +487131,0,0,0,0,0 +487132,0,0,0,0,0 +487133,0,0,0,0,0 +487134,0,0,0,0,0 +487135,0,0,0,0,0 +487136,0,0,0,0,0 +487137,0,0,0,0,0 +487138,0,0,0,0,0 +487139,0,0,0,0,0 +487140,0,0,0,0,0 +487141,-586.7309868,-220.5061961,-562.7204379,-220.4349191,910.0855857 +487142,-251.5466512,-87.9389712,-230.5559074,-87.86976422,1546.231316 +487143,-915.9693069,-365.729219,-888.8440784,-365.6630008,463.6300039 +487144,-878.8688365,-350.2824331,-852.6616228,-350.2187197,459.4310165 +487145,-895.8719267,-358.4864057,-869.789324,-358.4250279,404.3722043 +487146,-916.3448816,-368.182338,-890.2136234,-368.1231078,353.9242233 +487147,-936.2433739,-377.5828465,-909.9784605,-377.5256561,310.0329958 +487148,-648.2185111,-248.3473321,-624.141431,-248.292375,913.1827817 +487149,-893.8781399,-352.8466408,-862.9522414,-352.7941776,625.1591015 +487150,-1082.803147,-436.9186049,-1050.240908,-436.868385,363.3933092 +487151,-1439.122565,-600.1973005,-1407.194486,-600.1487981,-331.3965487 +487152,-1140.951045,-464.902966,-1109.0224,-464.8559221,200.4440146 +487153,-1436.281614,-599.5846033,-1404.391495,-599.5390271,-349.4941064 +487154,-1182.597917,-484.2728701,-1150.429629,-484.2286901,116.5381348 +487155,-1284.348112,-529.4910269,-1251.11265,-529.4484089,-17.50892572 +487156,-1355.82192,-561.7230428,-1322.057474,-561.6819186,-126.8844937 +487157,-1400.818471,-582.2746893,-1366.812516,-582.2349634,-204.1056493 +487158,-1424.572389,-593.5355499,-1390.623327,-593.4971367,-251.2152175 +487159,-1434.078413,-598.6089449,-1400.321222,-598.5717845,-276.2412909 +487160,-1435.902239,-600.1537571,-1402.352266,-600.1178378,-288.5230103 +487161,-1434.035669,-599.9249853,-1400.656735,-599.8902883,-294.0817765 +487162,-1430.732293,-598.9658695,-1397.491119,-598.9323642,-296.5394504 +487163,-1427.001429,-594.5587836,-1393.682338,-597.7167346,-297.8410601 +487164,-1423.425411,-588.3492532,-1389.912652,-596.5229533,-298.9398741 +487165,-1420.246943,-582.0085504,-1386.53308,-595.4700437,-300.232686 +487166,-1417.536556,-576.2635419,-1383.649906,-594.5927838,-301.8506688 +487167,-1415.275096,-571.2127988,-1381.248519,-593.8841619,-303.7957721 +487168,-1413.41231,-566.7353916,-1379.274071,-593.3234746,-306.0640731 +487169,-1411.893449,-562.6959799,-1377.666759,-592.8884652,-308.6075558 +487170,-1410.667959,-558.9974533,-1376.372385,-592.5589841,-311.3847494 +487171,-1409.691801,-555.5750018,-1375.344321,-592.3178112,-314.3572326 +487172,-1408.907011,-552.2845591,-1374.517353,-592.1381334,-317.4902512 +487173,-1408.27437,-549.0336433,-1373.843489,-592.0055782,-320.7535826 +487174,-1407.764166,-545.7849515,-1373.293125,-591.9104917,-324.1213143 +487175,-1494.360024,-582.9048855,-1460.420237,-632.2198956,-518.934612 +487176,-1324.052156,-502.4701223,-1290.165035,-555.0127847,-218.9991632 +487177,-1354.304815,-512.5030403,-1319.985963,-568.304429,-255.1296804 +487178,-1377.552084,-519.6278935,-1343.020094,-578.7232299,-290.6504417 +487179,-1392.368886,-523.000323,-1357.729626,-585.4274338,-316.7006955 +487180,-1400.68075,-523.415896,-1365.985216,-589.2129156,-333.7298699 +487181,-1404.882779,-521.9384534,-1370.156795,-591.1429302,-344.5297986 +487182,-1406.815583,-519.3968425,-1372.069064,-592.0458122,-351.6778126 +487183,-1407.611441,-516.3045042,-1372.850235,-592.4323056,-356.8967686 +487184,-1407.884971,-512.9380899,-1373.106249,-592.5824561,-361.165873 +487185,-1395.603544,-447.4517498,-1360.800594,-587.0273903,-342.5655458 +487186,-1383.388258,-295.8504271,-1348.552403,-581.5023258,-323.9640397 +487187,-1373.242572,-358.3434272,-1338.365708,-576.9207683,-308.9740934 +487188,-1370.31719,-306.7795648,-1335.391477,-575.6202235,-306.9656293 +487189,-1368.578366,-285.1544971,-1333.611826,-574.8605351,-307.0525121 +487190,-1478.46066,-262.8033499,-1444.22278,-625.9448226,-554.4038871 +487191,-1261.134939,-241.734887,-1227.001118,-527.3489822,-171.0190223 +487192,-1300.55576,-225.3579602,-1265.857208,-544.5609878,-215.8165107 +487193,-1330.785546,-207.4397446,-1295.79299,-557.9989829,-259.3049906 +487194,-1350.855682,-191.4536585,-1315.711539,-566.9885076,-292.1639177 +487195,-1362.969206,-172.8630513,-1327.745526,-572.4301234,-314.5308687 +487196,-1369.854339,-155.4976309,-1334.581476,-575.52666,-329.2743824 +487197,-1373.681793,-139.3067514,-1338.372782,-577.2526095,-339.2720162 +487198,-1485.064929,-121.6763494,-1450.475747,-628.9788695,-589.0488627 +487199,-1271.647706,-96.33315784,-1237.161935,-532.142945,-212.8461964 +487200,-1310.45663,-73.42564552,-1275.420816,-549.0864936,-257.067688 +487201,-1346.478393,297.5906812,-1311.167919,-565.1750239,-311.5221711 +487202,-1349.615676,289.0419968,-1314.233333,-566.4447365,-317.8401723 +487203,-1329.485897,285.7583984,-1294.091761,-557.3395912,-287.9926208 +487204,-910.2029489,324.4208292,-1081.105713,-506.5551997,-88.86810941 +487205,-49.94302791,361.8281391,90.38589799,-362.4173908,98.60571312 +487206,-616.0523854,256.8030804,-624.3599811,-101.0494915,-230.8663428 +487207,-392.3846923,478.3313932,-370.5791347,-262.242375,698.1004211 +487208,-361.3535803,468.6989732,-338.6564646,-187.8394658,643.2821132 +487209,-335.7763865,465.2512195,-311.8040986,-173.3515492,622.6173971 +487210,-306.5175335,462.6828145,-282.8622257,-159.9795346,610.4050099 +487211,-39.60796742,348.4531184,-20.04063131,-40.00718825,581.4289705 +487212,-475.717747,550.768825,-446.0593886,-180.6570665,1089.538036 +487213,-44.2403121,389.8087591,-30.95897458,-119.7301905,1296.917153 +487214,-480.8842381,387.2093846,-452.5378313,-185.6516301,679.4629897 +487215,-50.6648058,620.589957,-28.95147195,-49.94810354,1424.792088 +487216,-198.1216104,382.8420248,-179.8022691,-110.869452,879.4547691 +487217,-143.2335762,627.2461008,-118.0200704,-49.69958677,1427.43645 +487218,106.8284158,443.5273018,121.7258493,-12.8635819,1199.201173 +487219,-148.8585577,629.9132259,-123.5456459,-48.5171364,1419.656509 +487220,-328.437663,594.0073816,-313.536927,-145.2185935,1183.093512 +487221,237.3416292,393.3225972,254.0708086,54.3747181,921.8364926 +487222,-265.6474267,414.4955165,-245.4628667,-114.3209499,1330.515237 +487223,256.2945182,498.8411954,270.5672467,96.02173308,1549.592423 +487224,-273.1080069,479.2988345,-258.3519332,-122.4105998,971.0811926 +487225,152.7627339,493.9591436,168.4939997,41.75326005,1491.534657 +487226,136.5057355,704.8611239,157.9112234,68.19679505,1692.591273 +487227,-100.8902804,458.1320717,-100.6297818,-76.21072807,829.5677123 +487228,324.4995146,531.9912223,339.3709599,139.6985513,1739.05504 +487229,126.7002911,709.4043035,148.0491832,63.81609769,1673.881768 +487230,-152.2674222,465.3970652,-160.5637276,-104.0983561,848.5206702 +487231,417.4077812,528.6358006,430.180291,185.0700161,1680.724262 +487232,-37.11429284,522.5378476,-30.95085769,-28.89792807,1511.271751 +487233,427.6740146,583.0292729,430.1341817,175.9587814,1655.628497 +487234,-65.93280499,550.8596737,-61.79918827,-31.58677789,1195.104126 +487235,475.7855605,592.459727,476.5165417,189.8178963,1831.151306 +487236,264.7585532,753.3723786,283.9795783,120.5262973,1787.348686 +487237,-36.03399474,509.4271245,-62.36809327,-38.04343902,916.3347405 +487238,517.5261207,560.8038928,524.1207396,222.3474672,1697.603511 +487239,187.4282809,747.0334625,207.4722233,87.03759856,1834.930477 +487240,371.3047693,532.7435012,328.7741273,130.5370734,1557.3948 +487241,345.739038,578.1050206,354.2028646,150.764782,1641.118811 +487242,176.7508573,753.2589111,193.537628,79.716301,1676.877036 +487243,503.0680366,525.7036957,452.0113663,191.6527571,1456.595989 +487244,373.976614,570.8752333,377.2124517,159.688751,1647.198686 +487245,391.3153014,598.3732642,372.9704963,158.9866385,1737.36325 +487246,420.1688966,620.5543613,403.249223,172.1315754,1773.884454 +487247,268.6749571,596.0928122,252.2909835,107.8623148,1438.911358 +487248,605.0460037,629.2139132,584.349057,252.0617794,1807.414461 +487249,331.2437272,796.5908945,348.8504272,146.0438908,1811.172133 +487250,535.4608814,574.4825601,455.809867,203.2120709,1569.799859 +487251,483.2806937,604.9689523,480.3337174,205.5655795,1680.454435 +487252,500.3639261,622.809679,468.6629077,204.3590367,1735.067356 +487253,508.5164285,637.0099294,479.7668014,212.1069207,1773.914221 +487254,524.0729548,648.5142567,492.0593324,217.9032669,1802.901417 +487255,534.5807641,658.1493744,501.7970801,224.0842369,1822.698726 +487256,553.0582573,668.1498272,519.0311097,229.3688988,1756.749167 +487257,556.8905341,675.8740603,519.979176,231.1630925,1789.960595 +487258,568.8479142,681.5948764,530.9712239,236.1860903,1799.549027 +487259,580.4730901,814.8314477,540.3876972,240.9718584,1804.368488 +487260,591.9585323,791.2347784,549.946354,244.7956413,1810.804848 +487261,885.0567134,959.9574416,844.8604519,372.6526963,1774.018644 +487262,931.3434009,1018.386908,931.3144178,423.3138894,1705.151316 +487263,907.2284505,1031.281661,906.3471232,411.7102936,1679.770244 +487264,882.9437112,1051.909366,880.8056484,399.7368053,1655.901613 +487265,861.9248154,1073.192627,858.4970672,389.2554135,1636.256274 +487266,844.3092509,1093.826731,839.7127641,380.439076,1620.218231 +487267,829.6339602,1113.247252,824.0059402,373.0790399,1607.226294 +487268,817.4150229,1133.60476,810.8640756,366.9219558,1596.880753 +487269,807.2320281,1152.232596,799.8375524,361.7467311,1588.782075 +487270,798.7331853,1171.490747,790.5550177,357.374883,1581.892352 +487271,791.6306589,1189.891916,782.7164638,353.6652655,1575.99307 +487272,785.8117509,1208.87539,776.2007663,350.5605395,1571.239888 +487273,781.1988952,1226.892988,770.9236106,348.0211843,1567.73884 +487274,777.4153716,1244.896999,766.502469,345.8726451,1564.957152 +487275,774.3211548,1262.684632,762.7922803,344.04875,1562.743898 +487276,771.7866243,1280.215199,759.6591226,342.4886993,1560.94599 +487277,769.7043142,1297.52946,756.9919111,341.1422552,1559.439957 +487278,767.9856857,1314.628474,754.6990799,339.9681357,1558.128158 +487279,766.5588791,1331.516526,752.7062364,338.9328842,1556.935302 +487280,765.3655581,1348.198931,750.9529414,338.0093658,1555.803136 +487281,764.3585819,1364.632859,749.3902163,337.175613,1554.68711 +487282,763.4999174,1380.978596,747.9784312,336.4138543,1553.553467 +487283,762.7589608,1397.037223,746.6856227,335.7097462,1552.37729 +487284,762.1111084,1412.892502,745.4860407,335.0517138,1551.140527 +487285,761.5291278,1428.668783,744.3514896,334.4270193,1549.817033 +487286,761.0109813,1444.164639,743.2791258,333.8344051,1548.423521 +487287,760.5381115,1458.99411,742.2497333,333.2651281,1546.944287 +487288,760.1006221,1474.900076,741.2528411,332.714388,1545.377139 +487289,759.6905582,1489.476627,740.2800586,332.1783047,1543.721705 +487290,759.3015182,1504.442227,739.3246668,331.6537384,1541.978856 +487291,758.9284439,1517.512595,738.381371,331.1381822,1540.150593 +487292,758.5606656,1530.247125,737.4439897,330.6287494,1538.239562 +487293,758.1906646,1542.649489,736.5078925,330.1232461,1536.248947 +487294,757.814938,1554.71485,735.5701359,329.6202288,1534.182188 +487295,757.4322694,1566.633425,734.628886,329.1187502,1532.042982 +487296,757.042274,1578.174559,733.6828907,328.6181241,1529.835025 +487297,756.6447917,1589.448778,732.7312426,328.1178223,1527.562053 +487298,756.2397039,1600.676748,731.7732485,327.6174169,1525.22765 +487299,755.8269447,1611.386851,730.8084045,327.1165703,1522.835337 +487300,755.4064871,1621.992141,729.8363349,326.6150089,1520.388402 +487301,754.9783734,1632.451299,728.8567887,326.1125213,1517.890022 +487302,754.542667,1642.570952,727.8695934,325.608938,1515.343128 +487303,754.0994608,1652.525127,726.8746475,325.1041276,1512.750515 +487304,753.6488602,1662.193859,725.8718898,324.5979828,1510.114737 +487305,753.1909774,1671.812497,724.8613033,324.0904223,1507.438223 +487306,752.7259085,1681.148322,723.8428862,323.5813768,1504.72317 +487307,752.2537568,1690.118483,722.8166639,323.0707942,1501.971667 +487308,751.7746109,1699.180203,721.7826649,322.5586286,1499.185592 +487309,751.2885521,1707.849626,720.7409357,322.0448465,1496.366735 +487310,750.7960025,1716.326992,719.6918721,321.5295771,1493.517338 +487311,750.3352261,1724.83591,718.6737311,321.0301625,1490.70839 +487312,749.8714576,1732.85214,717.6517494,320.5307445,1487.878005 +487313,749.4082977,1740.884761,716.6295403,320.0329225,1485.033979 +487314,748.9443138,1748.60272,715.6056921,319.5360213,1482.174817 +487315,748.4782858,1756.318319,714.5790122,319.0394705,1479.299351 +487316,748.0092319,1763.780524,713.5485563,318.5428141,1476.406747 +487317,747.53637,1770.953722,712.5135834,318.0456897,1473.496504 +487318,747.0590505,1778.028833,711.4734981,317.5478011,1470.568289 +487319,746.5767619,1785.043721,710.4278389,317.0489132,1467.621989 +487320,746.0890839,1791.750825,709.3762371,316.5488335,1464.657577 +487321,744.3850323,1810.431919,707.10777,315.4971178,1459.474005 +487322,742.8024052,1820.640859,704.8459347,314.4506592,1454.691322 +487323,741.3275396,1832.923149,702.6166512,313.4209301,1450.174095 +487324,739.9156127,1834.262768,700.4308131,312.4116483,1445.746708 +487325,738.535134,1850.833531,698.2857452,311.4206742,1441.318784 +487326,737.1711461,1846.204622,696.1738166,310.4441291,1436.863619 +487327,735.8178858,1869.856098,694.0877028,309.4785983,1432.38049 +487328,734.4729206,1854.095494,692.0218285,308.5216015,1427.873728 +487329,733.1345551,1853.829018,689.9721474,307.5713942,1423.346418 +487330,731.801201,1885.660437,687.9355971,306.6266867,1418.800045 +487331,730.4713745,1877.691032,685.9097055,305.686458,1414.235389 +487332,729.1437648,1886.658895,683.8923965,304.7498667,1409.653082 +487333,727.8172586,1892.495186,681.8819027,303.8162114,1405.053805 +487334,726.4909128,1897.895332,679.8767076,302.8849021,1400.43822 +487335,725.1639254,1903.22128,677.8755057,301.9554405,1395.806967 +487336,723.8356116,1908.594759,675.877186,301.027411,1391.160631 +487337,722.5054052,1913.453264,673.8808165,300.1004728,1386.499808 +487338,721.1727972,1918.399089,671.8855926,299.1743359,1381.825012 +487339,719.8373609,1923.111601,669.8908348,298.2487603,1377.136758 +487340,718.4987074,1927.767682,667.895955,297.3235405,1372.435489 +487341,717.156512,1932.072714,665.9004544,296.3985053,1367.72165 +487342,715.8104803,1936.330676,663.9038995,295.4735067,1362.995622 +487343,714.4603572,1940.57251,661.9059206,294.5484201,1358.257786 +487344,713.1059182,1944.511002,659.9061992,293.6231388,1353.508476 +487345,711.7469547,1948.460924,657.9044628,292.6975721,1348.748026 +487346,710.3832805,1952.056842,655.9004766,291.7716419,1343.976728 +487347,709.0147349,1955.696332,653.8940388,290.8452811,1339.194874 +487348,707.6411797,1959.13045,651.8849778,289.9184325,1334.402724 +487349,706.2624723,1962.443906,649.873149,288.9910478,1329.600543 +487350,704.8784851,1965.542513,647.8584246,288.0630836,1324.788558 +487351,703.4890998,1968.925366,645.8407028,287.1345053,1319.96701 +487352,702.0928181,1971.820779,643.8159691,286.2035633,1315.136084 +487353,700.6886307,1974.856989,641.7815943,285.2691226,1310.295968 +487354,699.2762315,1977.697935,639.7369335,284.3309232,1305.446827 +487355,697.8557069,1980.437265,637.682394,283.3891654,1300.588852 +487356,696.4272269,1983.064128,635.6186456,282.4441585,1295.722207 +487357,694.9909618,1985.664942,633.546304,281.4961801,1290.847066 +487358,693.5470303,1987.939827,631.465865,280.5454484,1285.963581 +487359,692.09552,1990.290914,629.3777356,279.5921376,1281.071905 +487360,690.636505,1992.369192,627.2822624,278.6363916,1276.172173 +487361,689.1700367,1994.565191,625.1797513,277.6783339,1271.264519 +487362,687.6852975,1996.463588,623.059603,276.7131297,1266.329293 +487363,686.2129023,1998.32707,620.9526532,275.7547809,1261.422225 +487364,684.7135562,2000.06953,618.8198135,274.7854955,1256.471967 +487365,683.215627,2001.79302,616.6896395,273.8182386,1251.530182 +487366,681.7106244,2003.190633,614.5538235,272.8492144,1246.58154 +487367,680.1986247,2004.67389,612.4126073,271.8785129,1241.626292 +487368,678.6796256,2005.976044,610.266146,270.906186,1236.664548 +487369,677.1537239,2007.186138,608.1145086,269.9322474,1231.696282 +487370,675.621271,2008.292355,605.9577613,268.9567104,1226.721479 +487371,674.0827441,2009.294944,603.7959714,267.9795892,1221.74014 +487372,861.2094666,2010.19458,601.629209,267.0008997,1216.752282 +487373,797.1409378,2010.991807,599.4575348,266.0206543,1381.415092 +487374,822.2191084,2011.685186,597.2810105,265.0388658,1412.755934 +487375,840.4922907,2012.182089,595.0996461,264.0555238,1383.49582 +487376,853.1939738,2012.88594,592.9133662,263.0705789,1414.461683 +487377,865.8153243,2013.06719,590.7220373,262.0839549,1426.500053 +487378,878.0759823,2013.415739,588.5255481,261.0955857,1437.699332 +487379,890.283457,2013.572208,586.3238222,260.1054204,1449.088782 +487380,902.1436459,2013.639481,584.1168457,259.1134347,1459.775762 +487381,795.2590652,1959.48602,583.1237368,258.673753,1238.756178 +487382,803.3921442,1957.766374,579.9007173,257.179257,1244.994048 +487383,812.57437,1956.319912,575.4934398,255.1434082,1252.191648 +487384,821.5932214,1954.712525,570.9888518,253.0892377,1259.479024 +487385,831.0036405,1953.267886,566.8569608,251.2363675,1266.915276 +487386,840.1510452,1951.698601,563.1516837,249.6017661,1274.487782 +487387,849.1976414,1950.076306,559.7925541,248.1410922,1281.934923 +487388,858.5016104,1948.379059,556.6957942,246.8061708,1289.415983 +487389,867.3050858,1946.601788,553.7979353,245.567724,1296.664697 +487390,876.8390798,1944.741678,551.0660187,244.4042651,1304.091033 +487391,887.0250484,1942.797469,548.4687838,243.3042905,1311.407023 +487392,897.7535662,1940.768145,545.989739,242.2552506,1318.608343 +487393,908.6401758,1938.653158,543.6061664,241.2502253,1325.598457 +487394,918.8452511,1936.451983,541.3073181,240.2796726,1333.009052 +487395,929.9466355,1934.164471,539.0752251,239.3392658,1339.528865 +487396,940.7499274,1931.792395,540.5857401,240.095512,1346.86284 +487397,950.9459667,1929.234397,542.8071544,241.173311,1353.550941 +487398,962.2825691,1926.813025,544.9886106,242.2269219,1360.370677 +487399,972.8152243,1924.113381,547.3616089,243.3666156,1367.094551 +487400,983.7585333,1921.4008,549.4055205,244.3526637,1373.754363 +487401,994.3293963,1918.58921,551.3787141,245.307754,1380.167223 +487402,1005.630185,1915.689805,553.2991307,246.2366403,1387.007445 +487403,1016.502254,1912.703491,555.1711891,247.1459189,1393.339695 +487404,1027.177009,1909.718662,557.0059501,248.0367302,1399.794838 +487405,1037.977442,1906.432455,558.8034456,248.9133591,1406.162201 +487406,1049.410063,1903.24492,560.5723417,249.775698,1412.472539 +487407,1060.121207,1899.898026,587.926622,250.6272895,1418.732442 +487408,1071.273913,1896.476326,625.7697333,251.4674849,1424.936993 +487409,1082.231857,1892.878292,617.7317723,252.2993612,1431.091881 +487410,1093.386799,1889.408472,626.5366671,253.1218677,1436.970978 +487411,1104.004323,1885.516081,634.7160657,253.9377192,1443.36869 +487412,1115.518115,1881.579932,641.0397689,254.7452531,1449.186875 +487413,1126.205714,1877.529178,647.3167143,255.5467156,1455.171308 +487414,1137.33813,1873.379936,653.3735051,296.6706693,1461.290081 +487415,1148.274069,1869.135534,659.4955309,261.0620131,1466.779368 +487416,1159.389886,1864.796108,665.3634006,291.506831,1472.768569 +487417,1170.350945,1860.277525,671.3288085,306.5601459,1478.443932 +487418,1181.488523,1855.873596,677.0239247,265.9524972,1484.180871 +487419,1192.167302,1851.286979,682.8402916,303.4037985,1489.794323 +487420,1203.840928,1846.468804,688.4478961,297.7718099,1495.438399 +487421,1214.604251,1841.731592,693.9581339,300.6648616,1500.960208 +487422,1225.86282,1836.833864,699.6433005,304.3514514,1506.514694 +487423,1237.265526,1831.860207,704.8497893,307.4988462,1511.94573 +487424,1247.920051,1826.714186,710.3971396,310.559042,1517.412203 +487425,1259.296809,1821.684998,715.6383398,313.5292505,1522.510481 +487426,1270.469864,1816.394611,720.8233069,316.5189683,1528.280865 +487427,1281.567004,1811.087468,726.2123728,319.4809785,1533.344283 +487428,1292.803464,1805.6841,731.0704678,322.360204,1538.685351 +487429,1303.976209,1800.281498,736.3522387,325.191988,1543.851524 +487430,1314.852389,1794.508503,741.2907057,328.0739768,1549.039145 +487431,1326.649114,1789.029204,746.2631446,330.8430918,1554.192289 +487432,1337.661566,1783.227873,751.0741812,333.569328,1559.235044 +487433,1348.952895,1777.425095,756.0962134,336.3586501,1564.304474 +487434,1360.186812,1771.530504,760.9283377,339.0311417,1569.331431 +487435,1371.482576,1765.475817,765.5346691,341.6583665,1574.257544 +487436,1382.849777,1759.536682,770.2292862,344.4163536,1579.203534 +487437,1394.125275,1753.435221,775.0352145,346.8761095,1584.119299 +487438,1405.39411,1747.126232,779.5742094,349.5732542,1588.923494 +487439,1416.79309,1740.8998,784.0495422,352.0879359,1593.760616 +487440,1428.045045,1734.450962,788.8793181,354.6311473,1598.559275 +487441,1197.416443,1617.8645,568.4555043,258.3720442,1119.788956 +487442,1204.469432,1608.73737,568.2187847,258.2012651,1117.816702 +487443,1212.464714,1600.380964,567.7688837,257.9113759,1116.99645 +487444,1221.402557,1592.321124,567.3116847,257.6335536,1117.648092 +487445,1230.625915,1584.445994,566.9533685,257.4287747,1118.664304 +487446,1240.484474,1576.459517,566.7193306,257.3064784,1120.40107 +487447,1249.596373,1568.567576,566.599924,257.2560285,1122.233704 +487448,1259.706803,1560.782187,566.5780082,257.2641064,1124.463676 +487449,1269.525952,1552.835413,566.6385849,257.3200497,1126.54329 +487450,1279.469209,1544.988887,566.7699956,257.415975,1129.040236 +487451,1289.580264,1536.929183,566.9629496,257.5458097,1131.277611 +487452,1299.668907,1528.980675,567.2096369,257.7045825,1133.821204 +487453,1309.417132,1520.938117,567.5032877,257.8880885,1136.441924 +487454,1320.360529,1512.866461,567.8380275,258.0927647,1138.849433 +487455,1330.269933,1504.760368,568.2087522,264.4031438,1141.608151 +487456,1340.763765,1496.614134,590.369311,270.3468162,1144.210913 +487457,1351.092375,1488.431268,574.822079,263.3188931,1146.917435 +487458,1361.616212,1480.276589,599.4361696,276.7598298,1149.574827 +487459,1372.047419,1471.858753,572.9419916,262.4049394,1152.47797 +487460,1382.669151,1463.592079,615.1686329,285.7174669,1155.039576 +487461,1393.192826,1455.356081,568.6417452,258.3702188,1157.99175 +487462,1403.912934,1446.946864,605.6498974,297.6275343,1160.807259 +487463,1414.526371,1438.518456,616.0587873,258.3218839,1163.476877 +487464,1425.336542,1430.073958,576.9355572,295.2541199,1166.474697 +487465,1436.040296,1421.653834,612.4945984,260.8336426,1169.203858 +487466,1446.946249,1413.101316,606.2296339,309.441042,1172.272915 +487467,1457.733659,1404.629264,608.6007404,258.3271852,1174.988794 +487468,1468.725779,1396.01614,611.5229626,307.2718329,1177.879161 +487469,1479.593118,1387.548775,614.407768,258.3904663,1180.892787 +487470,1490.669958,1378.792682,616.7625689,300.5662525,1183.74922 +487471,1501.126225,1369.855709,619.2631709,302.4380145,1186.68664 +487472,1511.662616,1361.015659,621.6109551,268.2794357,1189.61298 +487473,1522.201554,1351.874343,624.0397116,298.0613246,1192.547983 +487474,1532.618222,1342.86919,626.3570289,314.6096081,1195.483132 +487475,1543.158497,1333.834824,628.7658967,262.5290739,1198.345352 +487476,1553.711799,1324.579807,631.091084,308.7314989,1201.414059 +487477,1564.155254,1315.564044,633.3993915,294.7626728,1204.382591 +487478,1574.775243,1306.412136,635.7402247,297.9006265,1207.117939 +487479,1585.218767,1297.158515,638.0889525,299.5922712,1210.276913 +487480,1595.807424,1287.938594,640.3759317,300.7364705,1213.137702 +487481,1606.414899,1278.850766,642.6778706,302.4285406,1216.101882 +487482,1616.898183,1269.501454,644.967589,303.6118424,1219.04432 +487483,1627.518217,1260.358743,647.2018602,304.9941674,1221.994441 +487484,1638.1555,1250.964668,649.5314511,306.3062676,1224.920242 +487485,1648.663002,1241.815405,651.7142752,307.6508087,1227.86368 +487486,1659.317171,1232.556479,654.0804954,308.9993726,1230.79213 +487487,1669.928482,1223.16142,656.1700387,310.335627,1233.72137 +487488,1680.026808,1214.04514,658.5056867,311.5857375,1236.540052 +487489,1691.488118,1204.650943,660.6824874,312.9598908,1239.619222 +487490,1701.682405,1195.9298,662.8966999,314.2415949,1242.451558 +487491,1712.58614,1185.88606,665.0886691,315.5136294,1245.376955 +487492,1723.11352,1177.024023,667.2241752,316.8565046,1248.38574 +487493,1733.788854,1167.657464,669.533215,318.1225042,1251.104894 +487494,1744.560194,1158.356375,671.5184207,319.4136348,1253.964496 +487495,1755.211556,1149.177811,673.8078417,320.655927,1256.997939 +487496,1765.927929,1139.909216,675.9015829,322.0175379,1259.785349 +487497,1776.643351,1130.644153,678.0409344,323.1716555,1262.670142 +487498,1787.296675,1121.50019,680.1648387,324.5187255,1265.525417 +487499,1798.192103,1112.275267,682.2187756,325.745638,1268.376464 +487500,1808.70908,1103.058292,684.4721083,326.9641379,1271.215909 +487501,2054.800319,1200.90044,921.8972223,435.0994934,1736.815591 +487502,2069.776113,1195.146155,928.2521216,438.2408066,1714.027386 +487503,2083.257161,1186.414446,932.6713849,440.7525643,1720.507736 +487504,2096.17392,1179.028994,937.174013,442.9140564,1725.366543 +487505,2109.007673,1170.924516,940.9210696,445.1913388,1730.131873 +487506,2121.545494,1162.850363,944.659478,447.152507,1734.471711 +487507,2133.749931,1154.680714,948.2340222,449.2481069,1738.704279 +487508,2146.260423,1146.614112,951.7123827,451.0164032,1742.764713 +487509,2158.440141,1138.439093,955.1153858,452.9874825,1746.729292 +487510,2170.662288,1133.69219,958.4520057,454.8327174,1750.60691 +487511,2182.835682,1128.082604,961.7305859,456.6674251,1754.450366 +487512,2194.965642,1122.215702,964.9536957,458.372172,1758.128647 +487513,2207.062977,1116.448956,968.1261091,460.3156928,1761.835279 +487514,2219.127938,1110.669282,971.2486906,462.0004244,1765.449335 +487515,2231.079137,1104.848844,974.3248852,463.7573363,1769.017329 +487516,2250.050347,1099.149521,977.3549325,465.4751494,1772.533621 +487517,2253.116614,1093.362353,980.3416515,467.1723373,1775.607626 +487518,2278.620379,1087.625342,983.284936,468.8486465,1779.683797 +487519,2271.933123,1081.85189,986.1872919,470.505259,1782.703923 +487520,2311.773725,1076.201756,988.8205633,472.1420995,1786.133246 +487521,2283.886022,1070.475785,991.9963526,473.6440934,1789.423124 +487522,2304.116554,1064.805486,994.6067367,475.536027,1792.637216 +487523,2336.593115,1059.150678,997.3939432,476.8542751,1795.91745 +487524,2335.133827,1053.474128,1000.103955,478.5225954,1799.067025 +487525,2350.167694,1047.931183,1002.780121,480.0501515,1802.219041 +487526,2362.179232,1042.320091,1005.42062,481.579076,1805.369398 +487527,2373.849102,1036.774005,1008.027799,483.0916692,1808.383011 +487528,2385.73463,1031.208112,1010.601282,484.5877855,1811.415859 +487529,2397.524177,1025.779062,1013.143025,486.0682151,1814.485283 +487530,2409.322231,1020.29143,1015.652619,487.5328077,1817.435208 +487531,2421.309302,1014.70247,1017.711764,488.8024689,1820.393583 +487532,2433.330134,1009.065472,1019.652759,490.0189498,1823.314049 +487533,2445.467454,1003.548812,1021.519624,491.2009589,1826.206921 +487534,2457.25127,997.9648,1023.325485,492.3534433,1829.028724 +487535,2469.529877,992.4019426,1025.326877,493.3546923,1831.974819 +487536,2481.582979,986.9593969,1026.649179,494.6427793,1834.687603 +487537,2493.48176,981.4626248,1028.481883,495.6291764,1837.510551 +487538,2505.605117,976.0334459,1030.046298,496.7014577,1840.263175 +487539,2517.730901,970.5938128,1031.60292,497.7334629,1842.996055 +487540,2529.504367,965.2893497,1033.116433,498.7406946,1845.705459 +487541,2541.782029,959.9401224,1034.585753,499.7291563,1848.346283 +487542,2553.735631,954.6284659,1036.039322,500.6938101,1851.073239 +487543,2565.890771,949.4472323,1037.386779,501.6407381,1853.677423 +487544,2577.769799,944.2317029,1038.752384,502.5649278,1856.297755 +487545,2589.774644,939.0961068,1040.054525,503.4721574,1858.887934 +487546,2601.96702,933.9670653,1041.324131,504.3576199,1861.455912 +487547,2614.024831,928.9831013,1042.554289,505.2268135,1864.044539 +487548,2625.911761,923.9720785,1043.749764,506.0751176,1866.50172 +487549,2638.028538,919.0136844,1044.907185,506.9077714,1868.99215 +487550,2650.049633,914.1956278,1046.057707,507.7203343,1871.534816 +487551,2662.192896,909.3617883,1047.105699,508.5178064,1873.962283 +487552,2673.945953,904.584434,1048.180772,509.4322398,1876.410429 +487553,2686.234914,900.0446688,1049.196768,509.9910358,1878.830716 +487554,2698.175466,895.321702,1050.186986,510.8348582,1881.232522 +487555,2710.342321,890.8575955,1051.142259,511.5426762,1883.614058 +487556,2722.200474,886.6992042,1052.068987,512.2564292,1885.978024 +487557,2734.325687,881.8707916,1052.961753,512.9532884,1888.277304 +487558,2746.232691,877.7409444,1053.827051,513.6363057,1890.674375 +487559,2758.449895,873.4067488,1054.659366,514.3024362,1892.949689 +487560,2779.340544,869.2747448,1055.465228,514.9551491,1895.294464 +487561,2844.299412,887.6856665,1103.299092,538.4199515,1978.943455 +487562,2864.906003,885.8804265,1107.172096,540.5668105,1985.130985 +487563,2883.874336,882.1566008,1109.627715,541.983361,1990.280322 +487564,2902.906171,879.4114235,1111.85015,543.1581162,1995.038158 +487565,2921.136094,876.1934087,1113.797017,544.5896122,1999.469437 +487566,2939.829722,873.0833196,1115.59161,545.6061408,2003.681671 +487567,2958.121084,868.915577,1117.275515,546.7260081,2007.747134 +487568,2976.17208,865.8064474,1118.870704,547.8316151,2011.696234 +487569,2994.545138,862.8980708,1120.424809,548.9639968,2015.560933 +487570,3012.422471,860.0144461,1121.837727,550.126818,2019.348558 +487571,3042.017452,857.251311,1123.258373,551.3232274,2023.070504 +487572,3046.546437,854.4483406,1124.59463,552.5536486,2026.72932 +487573,3053.440273,851.6996563,1125.881689,553.9951065,2030.332098 +487574,3092.926818,848.9699335,1127.115756,555.5487437,2033.827735 +487575,3100.146776,846.2304608,1128.299938,557.1644908,2037.406955 +487576,3120.174765,843.5907364,1129.434435,558.9912232,2040.816752 +487577,3143.48431,840.9018855,1130.521674,560.5743375,2044.228964 +487578,3172.065039,838.258905,1131.561795,562.3794033,2047.639926 +487579,3158.652498,835.5986749,1132.556924,564.2571362,2050.874798 +487580,3184.547746,833.031205,1133.507048,566.1280585,2054.188442 +487581,3216.65801,830.4144282,1134.414465,568.0366924,2057.415737 +487582,3224.493656,827.8399487,1135.310408,569.9886246,2060.558481 +487583,3253.642189,825.2770684,1136.088076,571.9846386,2063.804403 +487584,3269.013099,822.6990513,1136.893995,574.0242488,2066.889189 +487585,3257.712494,820.2109331,1137.633562,576.1077486,2069.990064 +487586,3335.967237,817.6721012,1138.338692,578.0671415,2073.048069 +487587,3296.084372,815.1740565,1139.006745,580.4928848,2076.075218 +487588,3345.966995,812.6859178,1139.637239,582.5847906,2079.070289 +487589,3349.870232,809.9130347,1140.231982,584.8714455,2082.036225 +487590,3371.139397,807.8904142,1140.790807,587.1750949,2084.972251 +487591,3387.439819,805.305729,1141.484466,589.5898415,2087.881126 +487592,3404.595752,803.017071,1142.196679,592.0677863,2090.793326 +487593,3421.268805,800.6998209,1142.886262,594.5929379,2093.661716 +487594,3438.352994,798.4025485,1143.552968,597.1655914,2096.499421 +487595,3455.021177,796.1244569,1144.198552,599.7866498,2099.311553 +487596,3471.580836,793.8650384,1144.821481,602.4553305,2102.096702 +487597,3497.806237,791.6246253,1145.423067,605.1720708,2104.858216 +487598,3501.118557,789.4026339,1146.002818,607.9364832,2107.595385 +487599,3523.145175,787.4874127,1146.561847,610.7489569,2110.310711 +487600,3539.192016,784.8852786,1147.099738,613.6091017,2113.003368 +487601,3555.029161,782.9204951,1147.617672,616.5173587,2115.675847 +487602,3571.819733,780.7294997,1148.115245,619.2798008,2118.327247 +487603,3588.057895,778.6005114,1148.593566,622.5812632,2120.959773 +487604,3604.192861,776.4896753,1149.052218,625.4884427,2123.51509 +487605,3620.817838,774.3974829,1149.492251,628.6219988,2126.198788 +487606,3636.956112,772.3233284,1149.913262,631.7699723,2128.732241 +487607,3661.177873,770.2684411,1150.316228,634.967383,2131.30179 +487608,3666.338261,768.2301835,1150.700733,638.2106029,2133.843636 +487609,3685.884298,766.212039,1151.099737,641.5035075,2136.370664 +487610,3702.04508,764.2124845,1151.400201,644.8441999,2138.938056 +487611,3723.965857,762.2309334,1151.755292,648.2319612,2141.343225 +487612,3729.83002,760.2647353,1152.065403,651.6650038,2143.809167 +487613,3761.01369,758.3189184,1152.36368,655.1472111,2147.879093 +487614,3764.673573,756.3901063,1152.675784,658.6756377,2152.547244 +487615,3779.110594,754.476683,1152.894609,662.0453424,2151.482712 +487616,3770.461939,752.5803407,1153.200793,665.9934664,2159.124472 +487617,3764.025463,750.6974967,1153.382091,669.4919751,2152.354872 +487618,3762.308341,748.8374341,1153.62506,673.2465769,2168.080285 +487619,3763.425932,746.9929096,1153.82565,677.0061015,2151.146994 +487620,3766.277043,745.1660165,1154.016881,681.0400586,2154.651351 +487621,3781.856498,709.9606932,1076.891364,650.7846007,2028.817778 +487622,3799.231599,707.7820918,1076.104087,654.8664216,2020.194769 +487623,3809.52886,705.5491015,1075.213253,658.0746183,2023.366977 +487624,3817.066004,703.4593682,1074.532589,661.7272247,2024.482622 +487625,3823.803118,701.6359125,1073.921349,665.3779647,2025.609417 +487626,3829.965093,699.2470204,1073.260397,669.08361,2026.822708 +487627,3835.645667,697.4013358,1072.631245,672.8395598,2027.920298 +487628,3841.623844,695.3750462,1071.997509,676.6414471,2029.157259 +487629,3847.196553,693.4066652,1071.365188,680.4914926,2030.354855 +487630,3852.15224,691.4600995,1070.704361,684.3867323,2031.573262 +487631,3857.650238,689.5339393,1070.109557,688.3253515,2032.801305 +487632,3862.508077,687.6280449,1069.452232,692.3090731,2034.032698 +487633,3867.160501,685.7422828,1068.81683,696.5697584,2035.27405 +487634,3871.631003,683.8762534,1068.17525,700.2809107,2036.46672 +487635,3876.178969,682.0289455,1067.528711,704.5885929,2037.803623 +487636,3880.738897,680.2006759,1066.880689,708.6648045,2039.019269 +487637,3884.703568,678.3915532,1066.230086,712.8996497,2040.292217 +487638,3888.203851,676.5999219,1065.57336,717.0897698,2041.561184 +487639,3892.72196,674.8267727,1064.915564,721.3792911,2042.832777 +487640,3896.677,673.0715443,1064.25354,725.6830709,2044.11081 +487641,3900.931698,671.332859,1063.584973,729.976682,2045.393119 +487642,3904.95953,669.6117181,1062.914176,734.3886609,2046.677249 +487643,3908.895429,667.9079408,1062.239618,738.4867385,2047.969273 +487644,3913.033772,666.2198962,1061.557995,743.3899924,2049.265546 +487645,3916.976927,664.5487701,1060.874065,747.6185649,2050.56434 +487646,3920.531707,662.8938641,1060.185193,752.2232837,2051.870271 +487647,3924.59185,661.2539437,1059.489076,756.7208666,2053.179503 +487648,3928.471423,659.6298821,1058.789528,761.3464941,2054.49151 +487649,3931.962637,658.0213406,1058.084904,765.9065946,2055.810122 +487650,3936.247147,656.4265921,1057.371859,770.5660784,2057.132611 +487651,3940.064455,654.9091044,1056.801553,774.9222073,2058.456613 +487652,3943.312708,653.4192845,1056.25645,779.2545543,2059.785409 +487653,3946.793186,651.9505509,1055.72016,783.6898089,2061.117608 +487654,3949.826493,650.5017088,1055.192128,788.0285307,2062.449154 +487655,3952.256329,649.0718777,1054.669174,792.439734,2063.729115 +487656,3955.026103,647.6587567,1054.147173,796.8529509,2065.155332 +487657,3957.487317,646.2637447,1053.630727,801.1938917,2066.44998 +487658,3959.456862,644.8854354,1053.116542,805.6294082,2067.798683 +487659,3961.839148,643.5224417,1052.60235,809.954806,2069.138452 +487660,3963.958237,642.1756983,1052.091958,814.3478097,2070.47427 +487661,3965.608949,640.8444464,1051.583171,818.7369463,2071.86873 +487662,3967.689257,639.5266642,1051.072774,823.0412274,2073.113289 +487663,3969.895898,635.6760782,1044.208845,828.5130213,2074.486583 +487664,3973.055446,633.6157653,1042.322891,833.1062575,2075.811608 +487665,3977.189827,632.2407101,1041.47063,837.5915709,2077.083672 +487666,3980.929941,630.7532329,1040.525917,842.1343019,2078.497021 +487667,3983.816016,629.3394441,1039.681593,846.6687835,2079.775974 +487668,3986.763324,627.9562303,1038.87486,851.1119527,2081.102896 +487669,3989.192502,626.5968469,1038.089338,855.6144334,2082.415192 +487670,3990.984243,625.2871544,1037.388536,860.3474274,2083.725095 +487671,3993.198362,623.9766588,1036.655046,864.8064915,2085.033096 +487672,3995.161736,622.6804675,1035.922769,869.3020506,2086.332349 +487673,3996.636939,621.4016334,1035.201511,873.7804991,2087.62975 +487674,3998.501602,620.1388475,1034.489579,878.1526807,2088.920676 +487675,4000.080112,618.890972,1033.783024,882.5812457,2090.204509 +487676,4001.171512,617.6583953,1033.084913,886.954862,2091.423992 +487677,4002.685044,616.4405115,1032.395028,891.3449953,2092.788557 +487678,4003.942426,615.2315032,1031.682188,895.5713296,2093.992494 +487679,4004.695803,614.0429334,1031.021233,899.9280106,2096.761027 +487680,4005.94491,612.8612267,1030.324809,904.1492505,2095.361895 +487681,4034.052376,545.2495615,875.7992346,842.1062367,1810.968938 +487682,4064.834038,543.5694863,874.16459,845.5775154,1812.076233 +487683,4080.403448,542.0508615,871.9686178,849.3182882,1811.437148 +487684,4088.593074,540.3088787,870.4090523,853.0234937,1811.946273 +487685,4094.580469,538.9459722,869.1535511,856.7091262,1812.603501 +487686,4099.909817,537.4739271,867.607669,860.4430781,1813.071771 +487687,4104.016011,536.0460998,866.2260124,864.0649827,1813.749711 +487688,4102.21076,534.7851408,864.8394951,867.6674676,1814.295678 +487689,4097.724731,533.1709436,863.4627409,871.2504576,1814.946903 +487690,4093.055604,531.8863476,862.2544618,874.6940087,1815.562542 +487691,4089.052055,530.4883169,860.663917,878.152579,1816.182701 +487692,4085.866395,529.1209765,859.4249287,881.5184585,1816.797086 +487693,4083.371291,527.6163164,858.056643,884.8213628,1817.404099 +487694,4081.353181,526.4788195,856.7177618,888.051681,1818.00109 +487695,4079.629313,525.0336196,855.384021,891.2380196,1818.586978 +487696,4078.052215,523.7206426,854.0542603,894.2570956,1819.118083 +487697,4076.536549,522.3914326,852.7278817,897.2623134,1819.74016 +487698,4075.004197,521.0683374,851.4037583,900.1433435,1820.251915 +487699,4073.403984,519.7505571,850.0813613,902.928116,1820.784569 +487700,4071.698316,518.437636,848.759563,905.6046528,1821.292462 +487701,4069.856113,517.1291917,847.4378414,908.2004013,1821.781795 +487702,4067.851065,515.824601,846.1150358,910.5842372,1822.25089 +487703,4065.659858,514.6621177,844.7906191,912.9126322,1822.699575 +487704,4063.26201,513.161996,843.4633854,915.0675634,1823.126082 +487705,4060.637462,511.9634129,842.1327742,917.0740402,1823.53021 +487706,4057.767878,510.6484345,840.79751,918.9152234,1823.910084 +487707,4054.634222,509.3556522,839.4569857,920.5781649,1824.265448 +487708,4051.216615,508.0634843,838.1098298,922.0485243,1824.594258 +487709,4047.494122,506.7657378,836.7551992,923.3209946,1824.924142 +487710,4043.437273,505.4709188,835.3900408,924.3569999,1825.196709 +487711,4039.019208,503.601703,832.813122,924.036981,1825.439036 +487712,4033.970591,501.6154121,829.3646656,923.4918328,1825.643019 +487713,4028.16486,499.5713356,826.5956159,922.7285957,1825.814647 +487714,4021.356658,497.6114038,823.1757292,921.7549647,1825.94789 +487715,4014.209948,495.1751286,819.9513404,920.5784443,1826.045568 +487716,4006.517943,493.3009028,816.5121244,919.2019538,1826.100796 +487717,3998.335923,491.0082488,813.1370953,917.6281061,1826.115967 +487718,3989.703169,488.8182738,809.7157403,915.857024,1826.083903 +487719,3980.649286,486.5820156,806.0320137,913.8895586,1826.007018 +487720,3971.195858,484.3197594,802.4612436,911.7245643,1825.878181 +487721,3961.359605,482.032948,798.8511261,909.3618954,1825.700058 +487722,3951.152847,479.8437665,794.9601877,906.7995143,1825.46573 +487723,3940.584499,477.3335617,791.5786541,904.0000188,1825.178195 +487724,3929.412961,475.0597514,787.4631794,901.0860323,1824.830758 +487725,3918.196985,472.547414,783.7939645,897.8886698,1824.426745 +487726,3906.661538,470.3064329,779.8388337,894.512341,1823.959665 +487727,3894.527406,467.8033263,776.0970203,890.9186877,1823.433171 +487728,3820.549686,465.4896216,771.9249066,887.0674449,1822.84086 +487729,3686.469938,462.8568062,767.9523854,882.6023388,1822.186116 +487730,3723.145117,460.4482274,764.0098727,877.796544,1821.461541 +487731,3653.121082,457.9231776,760.0369982,872.8028919,1820.675789 +487732,3611.404445,455.3835219,755.7215375,867.5466405,1819.806015 +487733,3580.437093,452.944414,751.7245279,862.1908594,1818.88987 +487734,3534.722793,450.112305,747.4835858,856.5717678,1817.904887 +487735,3493.789134,447.7599513,743.3602609,850.7613134,1816.898156 +487736,3441.888921,445.0658355,739.0794751,844.8448774,1815.715539 +487737,3412.917827,442.5639733,734.9922081,838.6805847,1814.561834 +487738,3472.177096,437.483055,725.0466238,855.1488958,1813.389459 +487739,3446.992653,434.588938,720.3445634,852.1905392,1812.170291 +487740,3408.28294,432.0303495,715.8433934,847.5002149,1810.804864 +487741,2033.568253,428.9448359,711.0290274,841.5963477,1826.965019 +487742,2066.108865,557.4925238,947.4093455,967.4613238,2255.6545 +487743,2174.532106,557.192986,965.6155421,964.1612718,2298.167941 +487744,2261.603626,553.9600052,975.0935227,957.4067271,2319.933342 +487745,2320.846365,551.1543132,979.0382162,950.7421666,2329.422434 +487746,2358.410053,548.4012912,980.6200616,944.0791055,2333.80403 +487747,2381.287497,545.587038,981.1601067,936.8330912,2335.755241 +487748,2394.898044,542.7905223,981.2535076,929.76236,2336.813254 +487749,2403.586158,539.9499726,981.1207393,922.3133762,2337.471032 +487750,2408.976526,537.1934102,980.8438293,914.7737147,2337.896394 +487751,2411.66239,534.362249,980.4662352,907.0880824,2338.174767 +487752,2411.981852,531.5653927,980.0098387,899.2816988,2338.33836 +487753,2410.269068,528.7687436,979.4861644,891.3064019,2338.403349 +487754,2406.864353,525.9450691,978.9062584,883.4742312,2338.381433 +487755,2402.079017,523.203254,977.6033717,875.1927363,2338.282841 +487756,2396.164522,513.5867655,922.5576484,810.3579655,2338.107301 +487757,2382.466144,509.7624632,930.7282754,798.303,2337.856154 +487758,2364.321783,507.1359787,926.2088789,789.5530163,2337.55728 +487759,2345.691165,504.4288017,917.6882788,782.0140942,2337.219939 +487760,2328.479356,501.8657302,916.0488258,774.9808497,2336.837079 +487761,2313.043909,499.3324045,911.203766,768.3420034,2336.40726 +487762,2299.122074,496.9199489,907.4053807,761.9853453,2335.933458 +487763,2286.364608,494.4790721,903.5734934,755.923603,2335.418461 +487764,2274.511185,492.0822712,899.8281541,749.8982544,2334.864304 +487765,2263.388127,489.6998728,893.9701401,744.1430745,2334.272757 +487766,2252.882359,487.3035394,893.259201,738.4264533,2333.643139 +487767,2242.889773,485.002347,888.457354,733.0256466,2332.975102 +487768,2233.344004,482.6465835,884.8493863,727.4949851,2332.270908 +487769,2224.141891,480.3346317,881.5556168,722.227512,2331.498419 +487770,2214.998398,478.0314978,877.9920823,716.9997289,2330.689484 +487771,2206.431747,475.712216,874.529244,711.9168993,2329.679676 +487772,2198.128199,473.4824281,870.9971924,706.739744,2328.859304 +487773,2190.044026,471.1983313,867.7574141,701.8713089,2328.014665 +487774,2182.150732,468.9547103,864.3099769,696.9138338,2327.143087 +487775,2174.42582,466.7194866,860.9766571,692.1213133,2301.963185 +487776,2166.8559,464.4665374,857.6729507,687.2591679,2294.962328 +487777,2159.420405,462.3014996,848.4057636,682.5583555,2294.132603 +487778,2152.097412,460.0815778,859.8703192,677.8161607,2284.766492 +487779,2144.880276,457.9018964,833.6903639,673.2972453,2286.549281 +487780,2137.761796,455.7289245,860.3067753,668.5999758,2282.065267 +487781,2130.736044,453.5392328,824.4006224,664.0930745,2277.358463 +487782,2123.798028,451.4344205,849.2154298,659.5764203,2273.581604 +487783,2116.94155,449.2764417,826.0998897,655.1527269,2263.654497 +487784,2110.159408,447.1567895,834.7145855,650.6062295,2267.130624 +487785,2103.445862,445.016213,827.044995,646.3125822,2261.940449 +487786,2096.798747,442.9575052,825.2491532,641.9095385,2257.295753 +487787,1977.011859,440.8478448,821.8126628,637.6347856,2253.585365 +487788,1947.058064,438.7753242,822.9526416,633.2744828,2249.910393 +487789,1963.849401,436.7103157,809.5098395,629.0458391,2246.026832 +487790,1923.137993,434.3778048,816.0091277,624.7634137,2235.943942 +487791,1911.184661,432.752403,808.8078186,620.6749436,2246.016545 +487792,1886.538649,430.7851828,806.7892872,616.4092805,2226.131865 +487793,1875.858484,428.410751,805.5433704,612.3113522,2231.972932 +487794,1855.676687,426.6054336,797.9863808,608.196403,2226.670644 +487795,1838.876665,424.5649216,799.113369,604.1196947,2222.118405 +487796,1821.557076,422.5824885,794.4637574,600.0704459,2218.580053 +487797,1805.728888,420.6128166,791.8509456,596.0539629,2214.679042 +487798,1788.687331,418.6552437,788.9894794,592.0660745,2210.630875 +487799,1758.357632,416.7090169,785.9438439,588.1075613,2206.755514 +487800,1777.731229,414.7737094,783.0950663,584.2182405,2203.13591 +487801,0,0,0,0,0 +487802,0,0,0,0,0 +487803,0,0,0,0,0 +487804,0,0,0,0,0 +487805,0,0,0,0,0 +487806,0,0,0,0,0 +487807,0,0,0,0,0 +487808,0,0,0,0,0 +487809,0,0,0,0,0 +487810,0,0,0,0,0 +487811,0,0,0,0,0 +487812,0,0,0,0,0 +487813,0,0,0,0,0 +487814,0,0,0,0,0 +487815,0,0,0,0,0 +487816,0,0,0,0,0 +487817,0,0,0,0,0 +487818,0,0,0,0,0 +487819,0,0,0,0,0 +487820,0,0,0,0,0 +487821,0,0,0,0,0 +487822,0,0,0,0,0 +487823,0,0,0,0,0 +487824,0,0,0,0,0 +487825,0,0,0,0,0 +487826,0,0,0,0,0 +487827,0,0,0,0,0 +487828,0,0,0,0,0 +487829,0,0,0,0,0 +487830,0,0,0,0,0 +487831,0,0,0,0,0 +487832,0,0,0,0,0 +487833,0,0,0,0,0 +487834,0,0,0,0,0 +487835,0,0,0,0,0 +487836,0,0,0,0,0 +487837,0,0,0,0,0 +487838,0,0,0,0,0 +487839,0,0,0,0,0 +487840,0,0,0,0,0 +487841,0,0,0,0,0 +487842,0,0,0,0,0 +487843,0,0,0,0,0 +487844,0,0,0,0,0 +487845,0,0,0,0,0 +487846,0,0,0,0,0 +487847,0,0,0,0,0 +487848,0,0,0,0,0 +487849,0,0,0,0,0 +487850,0,0,0,0,0 +487851,0,0,0,0,0 +487852,0,0,0,0,0 +487853,0,0,0,0,0 +487854,0,0,0,0,0 +487855,0,0,0,0,0 +487856,0,0,0,0,0 +487857,0,0,0,0,0 +487858,0,0,0,0,0 +487859,0,0,0,0,0 +487860,0,0,0,0,0 +487861,0,0,0,0,0 +487862,0,0,0,0,0 +487863,0,0,0,0,0 +487864,0,0,0,0,0 +487865,0,0,0,0,0 +487866,0,0,0,0,0 +487867,0,0,0,0,0 +487868,0,0,0,0,0 +487869,0,0,0,0,0 +487870,0,0,0,0,0 +487871,0,0,0,0,0 +487872,0,0,0,0,0 +487873,0,0,0,0,0 +487874,0,0,0,0,0 +487875,0,0,0,0,0 +487876,0,0,0,0,0 +487877,0,0,0,0,0 +487878,0,0,0,0,0 +487879,0,0,0,0,0 +487880,0,0,0,0,0 +487881,0,0,0,0,0 +487882,0,0,0,0,0 +487883,0,0,0,0,0 +487884,0,0,0,0,0 +487885,0,0,0,0,0 +487886,0,0,0,0,0 +487887,0,0,0,0,0 +487888,0,0,0,0,0 +487889,0,0,0,0,0 +487890,0,0,0,0,0 +487891,0,0,0,0,0 +487892,0,0,0,0,0 +487893,0,0,0,0,0 +487894,0,0,0,0,0 +487895,0,0,0,0,0 +487896,0,0,0,0,0 +487897,0,0,0,0,0 +487898,0,0,0,0,0 +487899,0,0,0,0,0 +487900,0,0,0,0,0 +487901,0,0,0,0,0 +487902,0,0,0,0,0 +487903,0,0,0,0,0 +487904,0,0,0,0,0 +487905,0,0,0,0,0 +487906,0,0,0,0,0 +487907,0,0,0,0,0 +487908,0,0,0,0,0 +487909,0,0,0,0,0 +487910,0,0,0,0,0 +487911,0,0,0,0,0 +487912,0,0,0,0,0 +487913,0,0,0,0,0 +487914,0,0,0,0,0 +487915,0,0,0,0,0 +487916,0,0,0,0,0 +487917,0,0,0,0,0 +487918,0,0,0,0,0 +487919,0,0,0,0,0 +487920,0,0,0,0,0 +487921,0,0,0,0,0 +487922,0,0,0,0,0 +487923,0,0,0,0,0 +487924,0,0,0,0,0 +487925,0,0,0,0,0 +487926,0,0,0,0,0 +487927,0,0,0,0,0 +487928,0,0,0,0,0 +487929,0,0,0,0,0 +487930,0,0,0,0,0 +487931,0,0,0,0,0 +487932,0,0,0,0,0 +487933,0,0,0,0,0 +487934,0,0,0,0,0 +487935,0,0,0,0,0 +487936,0,0,0,0,0 +487937,0,0,0,0,0 +487938,0,0,0,0,0 +487939,0,0,0,0,0 +487940,0,0,0,0,0 +487941,0,0,0,0,0 +487942,0,0,0,0,0 +487943,0,0,0,0,0 +487944,0,0,0,0,0 +487945,0,0,0,0,0 +487946,0,0,0,0,0 +487947,0,0,0,0,0 +487948,0,0,0,0,0 +487949,0,0,0,0,0 +487950,0,0,0,0,0 +487951,0,0,0,0,0 +487952,0,0,0,0,0 +487953,0,0,0,0,0 +487954,0,0,0,0,0 +487955,0,0,0,0,0 +487956,0,0,0,0,0 +487957,0,0,0,0,0 +487958,0,0,0,0,0 +487959,0,0,0,0,0 +487960,0,0,0,0,0 +487961,0,0,0,0,0 +487962,0,0,0,0,0 +487963,0,0,0,0,0 +487964,0,0,0,0,0 +487965,0,0,0,0,0 +487966,0,0,0,0,0 +487967,0,0,0,0,0 +487968,0,0,0,0,0 +487969,0,0,0,0,0 +487970,0,0,0,0,0 +487971,0,0,0,0,0 +487972,0,0,0,0,0 +487973,0,0,0,0,0 +487974,0,0,0,0,0 +487975,0,0,0,0,0 +487976,0,0,0,0,0 +487977,0,0,0,0,0 +487978,0,0,0,0,0 +487979,0,0,0,0,0 +487980,0,0,0,0,0 +487981,0,0,0,0,0 +487982,0,0,0,0,0 +487983,0,0,0,0,0 +487984,0,0,0,0,0 +487985,0,0,0,0,0 +487986,0,0,0,0,0 +487987,0,0,0,0,0 +487988,0,0,0,0,0 +487989,0,0,0,0,0 +487990,0,0,0,0,0 +487991,0,0,0,0,0 +487992,0,0,0,0,0 +487993,0,0,0,0,0 +487994,0,0,0,0,0 +487995,0,0,0,0,0 +487996,0,0,0,0,0 +487997,0,0,0,0,0 +487998,0,0,0,0,0 +487999,0,0,0,0,0 +488000,0,0,0,0,0 +488001,0,0,0,0,0 +488002,0,0,0,0,0 +488003,0,0,0,0,0 +488004,0,0,0,0,0 +488005,0,0,0,0,0 +488006,0,0,0,0,0 +488007,0,0,0,0,0 +488008,0,0,0,0,0 +488009,0,0,0,0,0 +488010,0,0,0,0,0 +488011,0,0,0,0,0 +488012,0,0,0,0,0 +488013,0,0,0,0,0 +488014,0,0,0,0,0 +488015,0,0,0,0,0 +488016,0,0,0,0,0 +488017,0,0,0,0,0 +488018,0,0,0,0,0 +488019,0,0,0,0,0 +488020,0,0,0,0,0 +488021,0,0,0,0,0 +488022,0,0,0,0,0 +488023,0,0,0,0,0 +488024,0,0,0,0,0 +488025,0,0,0,0,0 +488026,0,0,0,0,0 +488027,0,0,0,0,0 +488028,0,0,0,0,0 +488029,0,0,0,0,0 +488030,0,0,0,0,0 +488031,0,0,0,0,0 +488032,0,0,0,0,0 +488033,0,0,0,0,0 +488034,0,0,0,0,0 +488035,0,0,0,0,0 +488036,0,0,0,0,0 +488037,0,0,0,0,0 +488038,0,0,0,0,0 +488039,0,0,0,0,0 +488040,0,0,0,0,0 +488041,0,0,0,0,0 +488042,0,0,0,0,0 +488043,0,0,0,0,0 +488044,0,0,0,0,0 +488045,0,0,0,0,0 +488046,0,0,0,0,0 +488047,0,0,0,0,0 +488048,0,0,0,0,0 +488049,0,0,0,0,0 +488050,0,0,0,0,0 +488051,0,0,0,0,0 +488052,0,0,0,0,0 +488053,0,0,0,0,0 +488054,0,0,0,0,0 +488055,0,0,0,0,0 +488056,0,0,0,0,0 +488057,0,0,0,0,0 +488058,0,0,0,0,0 +488059,0,0,0,0,0 +488060,0,0,0,0,0 +488061,0,0,0,0,0 +488062,0,0,0,0,0 +488063,0,0,0,0,0 +488064,0,0,0,0,0 +488065,0,0,0,0,0 +488066,0,0,0,0,0 +488067,0,0,0,0,0 +488068,0,0,0,0,0 +488069,0,0,0,0,0 +488070,0,0,0,0,0 +488071,0,0,0,0,0 +488072,0,0,0,0,0 +488073,0,0,0,0,0 +488074,0,0,0,0,0 +488075,0,0,0,0,0 +488076,0,0,0,0,0 +488077,0,0,0,0,0 +488078,0,0,0,0,0 +488079,0,0,0,0,0 +488080,0,0,0,0,0 +488081,0,0,0,0,0 +488082,0,0,0,0,0 +488083,0,0,0,0,0 +488084,0,0,0,0,0 +488085,0,0,0,0,0 +488086,0,0,0,0,0 +488087,0,0,0,0,0 +488088,0,0,0,0,0 +488089,0,0,0,0,0 +488090,0,0,0,0,0 +488091,0,0,0,0,0 +488092,0,0,0,0,0 +488093,0,0,0,0,0 +488094,0,0,0,0,0 +488095,0,0,0,0,0 +488096,0,0,0,0,0 +488097,0,0,0,0,0 +488098,0,0,0,0,0 +488099,0,0,0,0,0 +488100,0,0,0,0,0 +488101,0,0,0,0,0 +488102,0,0,0,0,0 +488103,0,0,0,0,0 +488104,0,0,0,0,0 +488105,0,0,0,0,0 +488106,0,0,0,0,0 +488107,0,0,0,0,0 +488108,0,0,0,0,0 +488109,0,0,0,0,0 +488110,0,0,0,0,0 +488111,0,0,0,0,0 +488112,0,0,0,0,0 +488113,0,0,0,0,0 +488114,0,0,0,0,0 +488115,0,0,0,0,0 +488116,0,0,0,0,0 +488117,0,0,0,0,0 +488118,0,0,0,0,0 +488119,0,0,0,0,0 +488120,0,0,0,0,0 +488121,0,0,0,0,0 +488122,0,0,0,0,0 +488123,0,0,0,0,0 +488124,0,0,0,0,0 +488125,0,0,0,0,0 +488126,0,0,0,0,0 +488127,0,0,0,0,0 +488128,0,0,0,0,0 +488129,0,0,0,0,0 +488130,0,0,0,0,0 +488131,0,0,0,0,0 +488132,0,0,0,0,0 +488133,0,0,0,0,0 +488134,0,0,0,0,0 +488135,0,0,0,0,0 +488136,0,0,0,0,0 +488137,0,0,0,0,0 +488138,0,0,0,0,0 +488139,0,0,0,0,0 +488140,0,0,0,0,0 +488141,0,0,0,0,0 +488142,0,0,0,0,0 +488143,0,0,0,0,0 +488144,0,0,0,0,0 +488145,0,0,0,0,0 +488146,0,0,0,0,0 +488147,0,0,0,0,0 +488148,0,0,0,0,0 +488149,0,0,0,0,0 +488150,0,0,0,0,0 +488151,0,0,0,0,0 +488152,0,0,0,0,0 +488153,0,0,0,0,0 +488154,0,0,0,0,0 +488155,0,0,0,0,0 +488156,0,0,0,0,0 +488157,0,0,0,0,0 +488158,0,0,0,0,0 +488159,0,0,0,0,0 +488160,0,0,0,0,0 +488161,0,0,0,0,0 +488162,0,0,0,0,0 +488163,0,0,0,0,0 +488164,0,0,0,0,0 +488165,0,0,0,0,0 +488166,0,0,0,0,0 +488167,0,0,0,0,0 +488168,0,0,0,0,0 +488169,0,0,0,0,0 +488170,0,0,0,0,0 +488171,0,0,0,0,0 +488172,0,0,0,0,0 +488173,0,0,0,0,0 +488174,0,0,0,0,0 +488175,0,0,0,0,0 +488176,0,0,0,0,0 +488177,0,0,0,0,0 +488178,0,0,0,0,0 +488179,0,0,0,0,0 +488180,0,0,0,0,0 +488181,0,0,0,0,0 +488182,0,0,0,0,0 +488183,0,0,0,0,0 +488184,0,0,0,0,0 +488185,0,0,0,0,0 +488186,0,0,0,0,0 +488187,0,0,0,0,0 +488188,0,0,0,0,0 +488189,0,0,0,0,0 +488190,0,0,0,0,0 +488191,0,0,0,0,0 +488192,0,0,0,0,0 +488193,0,0,0,0,0 +488194,0,0,0,0,0 +488195,0,0,0,0,0 +488196,0,0,0,0,0 +488197,0,0,0,0,0 +488198,0,0,0,0,0 +488199,0,0,0,0,0 +488200,0,0,0,0,0 +488201,0,0,0,0,0 +488202,0,0,0,0,0 +488203,0,0,0,0,0 +488204,0,0,0,0,0 +488205,0,0,0,0,0 +488206,0,0,0,0,0 +488207,0,0,0,0,0 +488208,0,0,0,0,0 +488209,0,0,0,0,0 +488210,0,0,0,0,0 +488211,0,0,0,0,0 +488212,0,0,0,0,0 +488213,0,0,0,0,0 +488214,0,0,0,0,0 +488215,0,0,0,0,0 +488216,0,0,0,0,0 +488217,0,0,0,0,0 +488218,0,0,0,0,0 +488219,0,0,0,0,0 +488220,0,0,0,0,0 +488221,0,0,0,0,0 +488222,0,0,0,0,0 +488223,0,0,0,0,0 +488224,0,0,0,0,0 +488225,0,0,0,0,0 +488226,0,0,0,0,0 +488227,0,0,0,0,0 +488228,0,0,0,0,0 +488229,0,0,0,0,0 +488230,0,0,0,0,0 +488231,0,0,0,0,0 +488232,0,0,0,0,0 +488233,0,0,0,0,0 +488234,0,0,0,0,0 +488235,0,0,0,0,0 +488236,0,0,0,0,0 +488237,0,0,0,0,0 +488238,0,0,0,0,0 +488239,0,0,0,0,0 +488240,0,0,0,0,0 +488241,0,0,0,0,0 +488242,0,0,0,0,0 +488243,0,0,0,0,0 +488244,0,0,0,0,0 +488245,0,0,0,0,0 +488246,0,0,0,0,0 +488247,0,0,0,0,0 +488248,0,0,0,0,0 +488249,0,0,0,0,0 +488250,0,0,0,0,0 +488251,0,0,0,0,0 +488252,0,0,0,0,0 +488253,0,0,0,0,0 +488254,0,0,0,0,0 +488255,0,0,0,0,0 +488256,0,0,0,0,0 +488257,0,0,0,0,0 +488258,0,0,0,0,0 +488259,0,0,0,0,0 +488260,0,0,0,0,0 +488261,0,0,0,0,0 +488262,0,0,0,0,0 +488263,0,0,0,0,0 +488264,0,0,0,0,0 +488265,0,0,0,0,0 +488266,0,0,0,0,0 +488267,0,0,0,0,0 +488268,0,0,0,0,0 +488269,0,0,0,0,0 +488270,0,0,0,0,0 +488271,0,0,0,0,0 +488272,0,0,0,0,0 +488273,0,0,0,0,0 +488274,0,0,0,0,0 +488275,0,0,0,0,0 +488276,0,0,0,0,0 +488277,0,0,0,0,0 +488278,0,0,0,0,0 +488279,0,0,0,0,0 +488280,0,0,0,0,0 +488281,0,0,0,0,0 +488282,0,0,0,0,0 +488283,0,0,0,0,0 +488284,0,0,0,0,0 +488285,0,0,0,0,0 +488286,0,0,0,0,0 +488287,0,0,0,0,0 +488288,0,0,0,0,0 +488289,0,0,0,0,0 +488290,0,0,0,0,0 +488291,0,0,0,0,0 +488292,0,0,0,0,0 +488293,0,0,0,0,0 +488294,0,0,0,0,0 +488295,0,0,0,0,0 +488296,0,0,0,0,0 +488297,0,0,0,0,0 +488298,0,0,0,0,0 +488299,0,0,0,0,0 +488300,0,0,0,0,0 +488301,0,0,0,0,0 +488302,0,0,0,0,0 +488303,0,0,0,0,0 +488304,0,0,0,0,0 +488305,0,0,0,0,0 +488306,0,0,0,0,0 +488307,0,0,0,0,0 +488308,0,0,0,0,0 +488309,0,0,0,0,0 +488310,0,0,0,0,0 +488311,0,0,0,0,0 +488312,0,0,0,0,0 +488313,0,0,0,0,0 +488314,0,0,0,0,0 +488315,0,0,0,0,0 +488316,0,0,0,0,0 +488317,0,0,0,0,0 +488318,0,0,0,0,0 +488319,0,0,0,0,0 +488320,0,0,0,0,0 +488321,0,0,0,0,0 +488322,0,0,0,0,0 +488323,0,0,0,0,0 +488324,0,0,0,0,0 +488325,0,0,0,0,0 +488326,0,0,0,0,0 +488327,0,0,0,0,0 +488328,0,0,0,0,0 +488329,0,0,0,0,0 +488330,0,0,0,0,0 +488331,0,0,0,0,0 +488332,0,0,0,0,0 +488333,0,0,0,0,0 +488334,0,0,0,0,0 +488335,0,0,0,0,0 +488336,0,0,0,0,0 +488337,0,0,0,0,0 +488338,0,0,0,0,0 +488339,0,0,0,0,0 +488340,0,0,0,0,0 +488341,0,0,0,0,0 +488342,0,0,0,0,0 +488343,0,0,0,0,0 +488344,0,0,0,0,0 +488345,0,0,0,0,0 +488346,0,0,0,0,0 +488347,0,0,0,0,0 +488348,0,0,0,0,0 +488349,0,0,0,0,0 +488350,0,0,0,0,0 +488351,0,0,0,0,0 +488352,0,0,0,0,0 +488353,0,0,0,0,0 +488354,0,0,0,0,0 +488355,0,0,0,0,0 +488356,0,0,0,0,0 +488357,0,0,0,0,0 +488358,0,0,0,0,0 +488359,0,0,0,0,0 +488360,0,0,0,0,0 +488361,0,0,0,0,0 +488362,0,0,0,0,0 +488363,0,0,0,0,0 +488364,0,0,0,0,0 +488365,0,0,0,0,0 +488366,0,0,0,0,0 +488367,0,0,0,0,0 +488368,0,0,0,0,0 +488369,0,0,0,0,0 +488370,0,0,0,0,0 +488371,0,0,0,0,0 +488372,0,0,0,0,0 +488373,0,0,0,0,0 +488374,0,0,0,0,0 +488375,0,0,0,0,0 +488376,0,0,0,0,0 +488377,0,0,0,0,0 +488378,0,0,0,0,0 +488379,0,0,0,0,0 +488380,0,0,0,0,0 +488381,0,0,0,0,0 +488382,0,0,0,0,0 +488383,0,0,0,0,0 +488384,0,0,0,0,0 +488385,0,0,0,0,0 +488386,0,0,0,0,0 +488387,0,0,0,0,0 +488388,0,0,0,0,0 +488389,0,0,0,0,0 +488390,0,0,0,0,0 +488391,0,0,0,0,0 +488392,0,0,0,0,0 +488393,0,0,0,0,0 +488394,0,0,0,0,0 +488395,0,0,0,0,0 +488396,0,0,0,0,0 +488397,0,0,0,0,0 +488398,0,0,0,0,0 +488399,0,0,0,0,0 +488400,0,0,0,0,0 +488401,0,0,0,0,0 +488402,0,0,0,0,0 +488403,0,0,0,0,0 +488404,0,0,0,0,0 +488405,0,0,0,0,0 +488406,0,0,0,0,0 +488407,0,0,0,0,0 +488408,0,0,0,0,0 +488409,0,0,0,0,0 +488410,0,0,0,0,0 +488411,0,0,0,0,0 +488412,0,0,0,0,0 +488413,0,0,0,0,0 +488414,0,0,0,0,0 +488415,0,0,0,0,0 +488416,0,0,0,0,0 +488417,0,0,0,0,0 +488418,0,0,0,0,0 +488419,0,0,0,0,0 +488420,0,0,0,0,0 +488421,0,0,0,0,0 +488422,0,0,0,0,0 +488423,0,0,0,0,0 +488424,0,0,0,0,0 +488425,0,0,0,0,0 +488426,0,0,0,0,0 +488427,0,0,0,0,0 +488428,0,0,0,0,0 +488429,0,0,0,0,0 +488430,0,0,0,0,0 +488431,0,0,0,0,0 +488432,0,0,0,0,0 +488433,0,0,0,0,0 +488434,0,0,0,0,0 +488435,0,0,0,0,0 +488436,0,0,0,0,0 +488437,0,0,0,0,0 +488438,0,0,0,0,0 +488439,0,0,0,0,0 +488440,0,0,0,0,0 +488441,0,0,0,0,0 +488442,0,0,0,0,0 +488443,0,0,0,0,0 +488444,0,0,0,0,0 +488445,0,0,0,0,0 +488446,0,0,0,0,0 +488447,0,0,0,0,0 +488448,0,0,0,0,0 +488449,0,0,0,0,0 +488450,0,0,0,0,0 +488451,0,0,0,0,0 +488452,0,0,0,0,0 +488453,0,0,0,0,0 +488454,0,0,0,0,0 +488455,0,0,0,0,0 +488456,0,0,0,0,0 +488457,0,0,0,0,0 +488458,0,0,0,0,0 +488459,0,0,0,0,0 +488460,0,0,0,0,0 +488461,0,0,0,0,0 +488462,0,0,0,0,0 +488463,0,0,0,0,0 +488464,0,0,0,0,0 +488465,0,0,0,0,0 +488466,0,0,0,0,0 +488467,0,0,0,0,0 +488468,0,0,0,0,0 +488469,0,0,0,0,0 +488470,0,0,0,0,0 +488471,0,0,0,0,0 +488472,0,0,0,0,0 +488473,0,0,0,0,0 +488474,0,0,0,0,0 +488475,0,0,0,0,0 +488476,0,0,0,0,0 +488477,0,0,0,0,0 +488478,0,0,0,0,0 +488479,0,0,0,0,0 +488480,0,0,0,0,0 +488481,0,0,0,0,0 +488482,0,0,0,0,0 +488483,0,0,0,0,0 +488484,0,0,0,0,0 +488485,0,0,0,0,0 +488486,0,0,0,0,0 +488487,0,0,0,0,0 +488488,0,0,0,0,0 +488489,0,0,0,0,0 +488490,0,0,0,0,0 +488491,0,0,0,0,0 +488492,0,0,0,0,0 +488493,0,0,0,0,0 +488494,0,0,0,0,0 +488495,0,0,0,0,0 +488496,0,0,0,0,0 +488497,0,0,0,0,0 +488498,0,0,0,0,0 +488499,0,0,0,0,0 +488500,0,0,0,0,0 +488501,0,0,0,0,0 +488502,0,0,0,0,0 +488503,0,0,0,0,0 +488504,0,0,0,0,0 +488505,0,0,0,0,0 +488506,0,0,0,0,0 +488507,0,0,0,0,0 +488508,0,0,0,0,0 +488509,0,0,0,0,0 +488510,0,0,0,0,0 +488511,0,0,0,0,0 +488512,0,0,0,0,0 +488513,0,0,0,0,0 +488514,0,0,0,0,0 +488515,0,0,0,0,0 +488516,0,0,0,0,0 +488517,0,0,0,0,0 +488518,0,0,0,0,0 +488519,0,0,0,0,0 +488520,0,0,0,0,0 +488521,0,0,0,0,0 +488522,0,0,0,0,0 +488523,0,0,0,0,0 +488524,0,0,0,0,0 +488525,0,0,0,0,0 +488526,0,0,0,0,0 +488527,0,0,0,0,0 +488528,0,0,0,0,0 +488529,0,0,0,0,0 +488530,0,0,0,0,0 +488531,0,0,0,0,0 +488532,0,0,0,0,0 +488533,0,0,0,0,0 +488534,0,0,0,0,0 +488535,0,0,0,0,0 +488536,0,0,0,0,0 +488537,0,0,0,0,0 +488538,0,0,0,0,0 +488539,0,0,0,0,0 +488540,0,0,0,0,0 +488541,0,0,0,0,0 +488542,0,0,0,0,0 +488543,0,0,0,0,0 +488544,0,0,0,0,0 +488545,0,0,0,0,0 +488546,0,0,0,0,0 +488547,0,0,0,0,0 +488548,0,0,0,0,0 +488549,0,0,0,0,0 +488550,0,0,0,0,0 +488551,0,0,0,0,0 +488552,0,0,0,0,0 +488553,0,0,0,0,0 +488554,0,0,0,0,0 +488555,0,0,0,0,0 +488556,0,0,0,0,0 +488557,0,0,0,0,0 +488558,0,0,0,0,0 +488559,0,0,0,0,0 +488560,0,0,0,0,0 +488561,0,0,0,0,0 +488562,0,0,0,0,0 +488563,0,0,0,0,0 +488564,0,0,0,0,0 +488565,0,0,0,0,0 +488566,0,0,0,0,0 +488567,0,0,0,0,0 +488568,0,0,0,0,0 +488569,0,0,0,0,0 +488570,0,0,0,0,0 +488571,0,0,0,0,0 +488572,0,0,0,0,0 +488573,0,0,0,0,0 +488574,0,0,0,0,0 +488575,0,0,0,0,0 +488576,0,0,0,0,0 +488577,0,0,0,0,0 +488578,0,0,0,0,0 +488579,0,0,0,0,0 +488580,0,0,0,0,0 +488581,-1127.319538,-472.2849713,-1097.858222,-472.1163776,637.5630505 +488582,-1277.694172,-519.9511113,-1247.024743,-519.7858526,396.9382069 +488583,-1617.208022,-673.7313378,-1584.394543,-673.5702956,-390.7184728 +488584,-1434.255999,-594.5856798,-1403.984022,-594.4287211,-231.1995229 +488585,-1170.165119,-474.8748742,-1139.630816,-474.7228166,239.7321254 +488586,-1469.781855,-612.2327933,-1439.359633,-612.0857321,-333.9789081 +488587,-1217.00491,-497.9675713,-1186.363353,-497.8252039,117.2894896 +488588,-1321.833409,-545.078934,-1290.161729,-544.9415684,-33.12893088 +488589,-1395.480211,-578.7016788,-1363.315651,-578.5689885,-156.1497991 +488590,-1441.241191,-600.2099579,-1409.035897,-600.0815856,-244.3764562 +488591,-1465.174595,-611.9567529,-1433.147345,-611.8325317,-300.4882302 +488592,-1474.445291,-617.0337017,-1442.647389,-616.913476,-332.5508287 +488593,-1475.996248,-618.5514784,-1444.404319,-618.4350944,-350.6554767 +488594,-1473.927033,-618.3675536,-1442.49913,-618.2548719,-361.2030504 +488595,-1470.542275,-617.530042,-1439.239733,-617.4209399,-368.0781216 +488596,-1466.99446,-616.5626963,-1435.786335,-616.4570622,-373.3816719 +488597,-1463.78918,-615.6955223,-1432.651467,-615.5932501,-378.1537644 +488598,-1461.109166,-615.0129918,-1430.023127,-614.9139775,-382.8718072 +488599,-1458.986864,-614.5325284,-1427.937799,-614.4366691,-387.721203 +488600,-1457.389972,-614.2429384,-1426.366383,-614.1501325,-392.7758558 +488601,-1456.262291,-614.1248927,-1425.255272,-614.03504,-398.0477587 +488602,-1455.542361,-614.1509288,-1424.545092,-614.0639313,-403.5179009 +488603,-1455.052957,-611.2738009,-1423.88182,-614.1498155,-409.1702452 +488604,-1454.80428,-606.7730638,-1423.370459,-614.3065919,-414.993638 +488605,-1454.80526,-602.1031263,-1423.114537,-614.5498837,-420.9497952 +488606,-1455.034922,-597.9064627,-1423.127419,-614.8722186,-426.9967997 +488607,-1455.463161,-594.2687506,-1423.381673,-615.26311,-433.102399 +488608,-1456.05086,-591.0826403,-1423.8342,-615.7068752,-439.245043 +488609,-1456.774851,-588.2315262,-1424.44637,-616.195709,-445.410507 +488610,-1457.609323,-585.635507,-1425.196536,-616.7193957,-451.588699 +488611,-1458.542036,-583.2442303,-1426.064934,-617.2745908,-457.7718579 +488612,-1459.536741,-580.9177243,-1427.001949,-617.8444047,-463.9548579 +488613,-1460.572701,-578.566528,-1427.981774,-618.420106,-470.1342791 +488614,-1461.641051,-576.1648601,-1428.999457,-618.9991183,-476.3071132 +488615,-1462.73776,-573.7083657,-1430.046256,-619.5811777,-482.3365599 +488616,-1463.859761,-571.2042827,-1431.123754,-620.1662727,-488.2202782 +488617,-1465.003876,-568.6529939,-1432.22464,-620.7541086,-493.9883929 +488618,-1466.166924,-566.058407,-1433.350455,-621.3441968,-499.6652367 +488619,-1452.014494,-377.0293454,-1419.162509,-614.9671681,-477.3892326 +488620,-1437.889067,-417.3798141,-1405.007075,-608.601806,-455.0056103 +488621,-1433.761106,-387.893373,-1400.850299,-606.7806047,-450.6398818 +488622,-1432.488239,-358.9457791,-1399.555091,-606.2517731,-451.3812164 +488623,-1432.830454,-337.1483184,-1399.872309,-606.4462266,-455.0290339 +488624,-1539.347321,-313.7956681,-1507.102548,-655.9599179,-694.3130167 +488625,-1332.928032,-292.1849019,-1300.789886,-562.3121529,-329.960459 +488626,-1372.226871,-269.3057254,-1339.551952,-579.4980032,-375.3202388 +488627,-1402.694418,-246.8225864,-1369.740355,-593.0575462,-419.6450601 +488628,-1423.364683,-224.8666123,-1390.260255,-602.3278667,-453.8414745 +488629,-1436.370941,-202.81037,-1403.19206,-608.1833647,-478.0059607 +488630,-1444.245055,-188.3710137,-1411.027064,-611.7397856,-494.6522425 +488631,-1449.132691,-172.6065175,-1415.886772,-613.958752,-506.5915095 +488632,-1452.460469,-154.7488941,-1419.18708,-615.4825682,-515.9089949 +488633,-1455.008368,-137.900111,-1421.704953,-616.662172,-523.817301 +488634,-1557.900841,-121.3154148,-1525.265067,-664.4768269,-754.6846318 +488635,-1361.426019,-104.2768579,-1328.878418,-575.348031,-407.9267756 +488636,-1398.322457,-87.14802138,-1365.257819,-591.4936362,-450.2119834 +488637,-1427.250885,-70.78214294,-1393.92472,-604.4014343,-492.4548656 +488638,-1446.94283,-47.56517373,-1413.481581,-613.2687654,-525.1945237 +488639,-1459.326088,-26.36009354,-1425.797226,-618.8793286,-548.2965555 +488640,-1466.9088,-3.3374792,-1433.345139,-622.3385099,-564.3377647 +488641,-1473.709125,201.210041,-1440.125096,-625.4608451,-579.6091442 +488642,8.361801953,243.4671039,-249.4137486,-575.7650817,-386.9490008 +488643,-209.1176918,288.3883134,-36.94617017,180.8131605,-173.2067612 +488644,-294.7038259,329.6954941,-327.2571919,-239.8072961,24.75940594 +488645,-197.4251389,193.0381677,-183.5282014,-118.5530727,-426.1050785 +488646,-46.47125535,286.0067056,-35.35305203,-46.479413,1005.408799 +488647,-117.8640818,356.8471025,-105.5830289,-81.4576004,1283.639452 +488648,-342.4617168,543.9869019,-316.4768758,-134.533845,1641.021423 +488649,150.410263,340.643266,146.9369707,-6.879019103,948.9028961 +488650,-294.5599799,549.7974357,-273.4093075,-123.0421051,1143.088571 +488651,130.7693579,336.6428861,140.6633625,24.14718147,1160.780888 +488652,-205.8663501,550.0274135,-191.1457858,-106.4341179,1429.876419 +488653,148.9355155,341.3041066,160.6411477,46.92981781,1158.038214 +488654,-150.4900328,559.416912,-137.6823819,-84.90270115,1396.861349 +488655,177.3978865,349.3335661,187.8062395,62.36363543,1161.857038 +488656,76.06209786,417.7511354,87.8025678,14.83238217,1418.127914 +488657,-117.4166574,600.2026162,-94.69523795,-43.70925973,1498.904795 +488658,251.8377742,381.6837408,246.3456542,67.95820748,1241.881818 +488659,126.0702259,440.3355667,141.6983112,52.25600308,1460.500817 +488660,-68.68729425,425.6628297,-57.68663751,-43.10065674,1381.496914 +488661,355.0959469,474.545558,360.2329158,142.0017183,1555.743284 +488662,89.25974985,649.0806194,109.1039247,42.38870468,1517.59026 +488663,200.3518246,441.5477286,191.5215865,54.5810322,1397.54327 +488664,221.793088,480.1411229,233.5758981,96.18646487,1539.322441 +488665,55.1513965,462.0413184,61.35495372,12.4130633,1448.327409 +488666,418.0747834,503.3400843,419.9027242,171.7381417,1592.94868 +488667,156.8029157,673.2037208,175.5119164,69.86651655,1604.33708 +488668,302.5348275,459.8084335,282.7666348,107.8270207,1391.974801 +488669,300.615231,494.7890627,310.1911077,127.752301,1518.945283 +488670,312.1759768,518.7009785,308.7773074,125.4698337,1596.242357 +488671,173.6290067,682.2527112,173.0798826,68.02757239,1934.629689 +488672,452.3940424,456.7394227,449.4098857,188.4258455,1314.576659 +488673,351.0458522,496.5417211,346.6791646,143.8702612,1457.423909 +488674,355.5401854,516.4074241,350.1873948,146.7865588,1519.02676 +488675,384.5196327,531.1991534,377.3726938,159.0716734,1560.785827 +488676,401.1505929,544.0537998,393.6976359,167.0166518,1595.986695 +488677,414.9485192,554.8016523,405.0815633,171.9763149,1623.565922 +488678,427.4346424,563.4477752,417.0915769,177.9822567,1643.252636 +488679,442.0698323,570.1387223,430.6202835,184.4425611,1655.46508 +488680,456.1684537,575.4909003,441.9950726,190.1331606,1662.58277 +488681,469.4096344,579.4870348,455.3186941,196.3233813,1664.495181 +488682,483.8935093,582.4650877,467.4313659,201.7426827,1662.532971 +488683,496.9563599,584.6050886,479.1981775,207.813357,1657.40632 +488684,510.1340163,586.2525136,485.8249014,213.8145504,1650.494244 +488685,515.6865158,587.4658821,496.8254026,219.414937,1642.033155 +488686,529.2087548,588.0346778,506.0698244,224.3422369,1631.185222 +488687,539.7440424,588.336397,515.9115495,227.9879514,1619.463539 +488688,550.7778677,588.2618609,525.3349228,232.4609802,1606.435345 +488689,560.9131637,587.8989448,534.8052745,237.43478,1592.455345 +488690,572.2578048,587.2609604,544.5110237,241.2996831,1577.587042 +488691,583.0032619,586.3907162,553.2011059,246.2516681,1562.000165 +488692,593.6728177,585.3031947,562.9267931,250.0795791,1545.751025 +488693,604.8019229,770.3903346,571.8683206,254.672781,1528.825839 +488694,614.959327,715.0541469,581.1624542,259.0940172,1511.748368 +488695,626.3721757,741.6973041,590.6532143,263.1981536,1494.033307 +488696,636.7156668,763.6999631,599.2414932,267.5166178,1475.890417 +488697,647.3410689,779.6855001,608.5056264,271.6762938,1457.12931 +488698,658.3332215,802.3653101,617.5500564,275.9301323,1437.835394 +488699,668.8272968,822.2354813,626.4159037,280.1481298,1418.136346 +488700,671.3776906,838.568918,626.4663262,280.226067,1352.339551 +488701,672.8942161,1033.097049,672.8688537,305.8382386,1324.430398 +488702,658.6500703,1051.657041,657.817232,298.8685254,1307.479512 +488703,650.0265988,1073.33133,647.9513529,294.1543848,1300.670773 +488704,644.1905181,1092.697062,640.8358046,290.6346522,1298.456772 +488705,639.4114784,1112.203691,634.9071427,287.6281796,1296.729017 +488706,635.1305066,1131.921337,629.6242706,284.9049428,1294.625998 +488707,631.2622494,1160.162798,624.8705671,282.4205062,1292.322302 +488708,627.7662522,1180.365714,620.4987497,280.1144557,1290.022266 +488709,624.612208,1199.620844,616.4866115,277.9798829,1287.768566 +488710,621.7424392,1218.486178,612.7988642,276.0022766,1285.491003 +488711,619.1401674,1236.985193,609.4269358,274.1787838,1283.192407 +488712,616.786411,1255.190477,606.3485267,272.5000546,1280.88001 +488713,614.5743428,1273.119684,603.4493391,270.9146474,1278.404434 +488714,612.4703672,1290.791094,600.6884125,269.4042055,1275.746765 +488715,610.4436401,1308.214808,598.0289098,267.9520137,1272.888673 +488716,608.4702752,1325.351419,595.4422486,266.5449109,1269.819876 +488717,606.5320951,1342.374674,592.9064996,265.1726088,1266.536787 +488718,604.6153116,1359.075413,590.4047856,263.8270065,1263.040529 +488719,602.7096272,1375.09012,587.92422,262.5017453,1259.33594 +488720,600.8074345,1392.116455,585.4550349,261.1918401,1255.430296 +488721,598.9033612,1407.808082,582.9899653,259.8934213,1251.332732 +488722,596.9937152,1423.843746,580.5236743,258.6034896,1247.053366 +488723,595.0760915,1439.501908,578.0523566,257.319748,1242.603005 +488724,593.1490098,1454.939927,575.5733503,256.0404345,1237.992558 +488725,591.2117108,1470.327196,573.0849004,254.7642211,1233.232963 +488726,589.2639241,1485.393557,570.5859014,253.4901012,1228.334782 +488727,587.3057474,1500.271545,568.0757643,252.2173325,1223.30826 +488728,585.3375388,1515.154594,565.5542451,250.912938,1218.16302 +488729,583.3597924,1529.530859,563.0213762,249.5917202,1212.908207 +488730,581.37306,1544.049896,560.4773666,248.2695751,1207.552324 +488731,579.3779532,1557.459904,557.9225667,246.953104,1202.103358 +488732,577.3661859,1570.567208,555.3475812,245.6357564,1196.568525 +488733,575.3325213,1583.640086,552.6639623,244.3122269,1190.954415 +488734,573.2762341,1596.123159,549.9023179,242.9808669,1185.267121 +488735,571.1989197,1608.747279,547.1018896,241.6421205,1179.512355 +488736,569.1027127,1620.952539,544.2825076,240.2969644,1173.695288 +488737,566.9895609,1633.015824,541.4498533,238.9462802,1167.820687 +488738,564.861073,1644.873386,538.6042152,237.5907028,1161.892811 +488739,562.7185984,1656.467438,535.7452015,236.2307171,1155.915584 +488740,560.4792428,1658.881474,532.8728914,234.8666833,1149.892454 +488741,558.2248974,1668.522024,530.1867067,233.5853643,1143.826668 +488742,555.9762657,1678.623722,527.6006982,232.3484901,1137.721092 +488743,553.729353,1688.988091,525.015582,231.1124679,1131.578339 +488744,551.4775698,1699.050662,522.3869745,229.8581618,1125.400766 +488745,549.2177198,1709.071446,519.7087038,228.5833097,1119.190643 +488746,546.9492334,1722.346254,516.9880162,227.2914589,1112.949968 +488747,544.6726325,1732.931646,514.2330409,225.9864114,1106.680624 +488748,542.3885209,1741.527497,511.4494564,224.6707825,1100.384225 +488749,540.0973901,1754.013824,508.6409959,223.3462651,1094.0623 +488750,537.7995638,1760.503731,505.8103008,222.0140317,1087.716164 +488751,535.4953236,1742.757983,502.9595553,220.67503,1081.347091 +488752,533.1848795,1789.147222,500.0906123,219.3300441,1074.956176 +488753,530.8684644,1780.203089,497.2051286,217.97976,1068.54451 +488754,528.5462653,1792.833133,494.3045107,216.6247434,1062.113049 +488755,526.2184903,1801.185077,491.3900012,215.2654831,1055.662745 +488756,523.8852767,1810.001848,488.4626211,213.9023661,1049.194392 +488757,521.5357841,1818.051557,485.5122823,212.5307307,1042.68879 +488758,519.2010145,1826.399044,482.5706429,211.1648963,1036.202803 +488759,516.8415291,1834.338886,479.5988207,209.7871118,1029.665187 +488760,514.4860301,1842.345166,476.6260003,208.4105788,1023.128544 +488761,516.2177873,1853.101913,477.7358806,208.8914584,1024.017422 +488762,518.0766437,1861.409982,478.9662595,209.4241669,1025.189139 +488763,519.9578041,1869.238098,480.2090813,209.9605175,1026.441811 +488764,521.7637358,1877.037025,481.3741217,210.4629763,1027.588725 +488765,523.468536,1884.585397,482.430495,210.9177447,1028.560943 +488766,525.0741566,1891.972831,483.38569,211.3302092,1029.357989 +488767,526.5994738,1899.211157,484.2532926,211.7057509,1030.000503 +488768,528.054426,1906.297054,485.0451853,212.0506745,1030.509004 +488769,529.4528294,1913.325434,485.7783531,212.3725717,1030.899456 +488770,530.7986387,1919.995781,486.4553148,212.6727962,1031.184259 +488771,532.1015565,1926.629223,487.0831772,212.9536054,1031.373765 +488772,533.3630315,1933.263739,487.6701129,213.2198612,1031.477056 +488773,534.5909607,1939.585029,488.2185512,213.4712629,1031.502249 +488774,535.7853915,1945.932231,488.7298799,213.7088932,1031.456564 +488775,536.9529799,1951.914825,489.2098085,213.9366471,1031.346401 +488776,538.0927414,1957.954695,489.6640391,214.1534482,1031.177401 +488777,539.210414,1963.786076,490.0923763,214.3597117,1030.954533 +488778,540.3042646,1969.498527,490.4940416,214.5566508,1030.682167 +488779,541.3793764,1975.082018,490.873025,214.7474842,1030.364161 +488780,542.4335017,1980.530468,491.2300001,214.9303019,1236.171291 +488781,543.4712673,1985.855565,491.5682232,215.104869,1189.0212 +488782,544.4900266,1991.048025,491.8872049,215.2719292,1202.842496 +488783,547.6034654,1996.111663,494.2988014,216.3910816,1226.0272 +488784,551.3798993,2001.042156,497.3732874,217.812678,1239.746649 +488785,555.1014582,2005.846016,500.3908845,219.2085701,1252.789264 +488786,638.7317514,2010.524055,503.3236981,220.5671074,1266.111608 +488787,708.5696181,2015.1683,506.1801061,221.8918902,1278.442783 +488788,673.5832648,2019.461413,509.1795853,223.2837808,1291.379471 +488789,704.7484384,2023.826526,511.9235617,224.5610482,1303.486871 +488790,718.4892621,2027.989008,514.6147904,225.816675,1316.090806 +488791,731.6241484,2031.582858,517.2620698,227.0539834,1327.761232 +488792,744.490144,2035.210441,519.873267,228.2771172,1339.617603 +488793,757.3941158,2038.471027,522.4562295,229.4887366,1351.563663 +488794,769.7805747,2041.65605,525.0126906,230.6874371,1362.983294 +488795,782.3641708,2044.678668,527.5460653,231.873296,1374.419852 +488796,794.5278396,2047.555903,530.0560446,233.0432316,1385.517936 +488797,806.4550251,2050.291407,532.5373401,234.1972656,1396.925109 +488798,818.5880284,2052.886884,534.9841234,235.3370569,1407.771138 +488799,830.2262139,2055.34482,537.3969017,236.4643355,1418.659578 +488800,841.7189897,2057.761886,539.7759377,237.5803999,1429.3829 +488801,853.557636,2059.812447,542.1252928,238.6861362,1439.786821 +488802,864.3633791,2061.933613,544.4460792,239.7821905,1450.591991 +488803,875.9442915,2063.844276,546.7418609,240.8690721,1461.002039 +488804,886.8532626,2065.638802,549.0129666,241.9472127,1470.944414 +488805,897.770131,2067.306285,551.2622669,243.0169784,1481.228139 +488806,908.5772871,2068.846564,553.4895865,244.0786868,1491.203327 +488807,918.9742427,2070.261694,555.6974014,245.132607,1501.105629 +488808,929.8992894,2071.552437,557.8852353,246.1789738,1510.898362 +488809,940.4194466,2072.720264,560.0552999,247.2179886,1520.361128 +488810,950.189809,2073.766,618.8630884,248.2498316,1530.303445 +488811,961.0344126,2074.690974,646.0268696,249.2746581,1539.640815 +488812,971.0266895,2075.495411,633.5883817,250.2926106,1549.047208 +488813,981.1603917,2076.179965,651.0620469,251.3038072,1558.30403 +488814,990.9551026,2076.745228,659.8313381,252.3083517,1567.523047 +488815,1001.246025,2077.192663,668.4660411,253.306329,1576.58575 +488816,1011.173172,2077.523048,676.7679149,254.2978261,1585.542288 +488817,1020.580859,2077.737776,684.9784678,255.2810973,1594.480829 +488818,1030.496172,2077.837388,693.1446621,299.2988557,1603.228274 +488819,1039.843169,2077.823037,701.228341,303.3181697,1611.990094 +488820,1049.817732,2077.69473,709.1066966,271.5365836,1620.556357 +488821,941.2011779,2023.638516,599.0332341,256.4308524,1396.634118 +488822,947.4193032,2021.82865,604.1548712,256.467237,1402.149703 +488823,955.5158332,2020.383021,609.8083457,256.3148274,1407.081302 +488824,963.1885239,2018.929299,616.2749495,256.1809391,1412.747498 +488825,971.0387937,2017.455124,622.3404862,256.1703641,1418.542402 +488826,979.0373069,2015.925578,628.4845227,256.168393,1424.439992 +488827,986.8945037,2014.324734,634.6008315,256.4555225,1430.383597 +488828,994.6824989,2012.546081,640.7740894,286.252311,1436.335936 +488829,1002.856785,2010.910143,646.7636645,256.6909598,1442.071972 +488830,1011.012438,2008.985983,652.8384469,291.4865108,1448.321873 +488831,1020.576343,2007.049132,658.6395001,260.833603,1454.053683 +488832,1029.875549,2005.007759,664.732404,309.4599031,1459.953853 +488833,1039.388287,2002.874829,670.422731,256.7619985,1466.004857 +488834,1049.602762,2000.650113,676.2298224,297.9178964,1471.476099 +488835,1059.150931,1998.334115,682.0234262,312.5972792,1477.364961 +488836,1069.182873,1995.926657,687.7693573,264.7756798,1483.089968 +488837,1079.066954,1993.427917,693.3633565,308.6881672,1488.732684 +488838,1089.182691,1990.838048,698.9604852,299.6993595,1494.419912 +488839,1099.183791,1988.157549,704.4277984,303.3109828,1499.989309 +488840,1109.144164,1985.386276,710.1384651,306.8562546,1505.604106 +488841,1119.793626,1982.524688,715.4870415,309.8441069,1511.099738 +488842,1129.835586,1979.572675,720.8319602,312.8316326,1516.643208 +488843,1140.196476,1976.530755,726.4131658,315.7124189,1521.812528 +488844,1150.557933,1973.398837,731.4776169,318.6659914,1527.693754 +488845,1160.971266,1970.083384,736.9884691,321.4855121,1532.84759 +488846,1171.437818,1966.997598,742.168941,324.391074,1538.273757 +488847,1181.949239,1963.402635,747.3996847,327.1924741,1543.625975 +488848,1192.189409,1959.989281,752.4841876,329.9586837,1548.87942 +488849,1203.309572,1956.398514,757.7911856,332.7525272,1554.191946 +488850,1213.707299,1952.731572,762.9194427,335.582543,1559.373634 +488851,1224.209103,1948.726001,767.7200529,338.1784614,1564.595042 +488852,1234.832416,1944.583461,772.9880401,340.9782732,1569.783872 +488853,1245.670508,1940.327386,777.8629157,343.622658,1574.877723 +488854,1255.840511,1935.964935,782.8229455,346.2325932,1580.002152 +488855,1266.595671,1931.408341,787.7404303,348.9946653,1585.102804 +488856,1277.341956,1926.972893,792.5891693,351.4469499,1590.101486 +488857,1287.92054,1922.2497,797.4374423,354.1107402,1595.139933 +488858,1298.678667,1917.504774,802.2373964,356.7696072,1600.149239 +488859,1309.001048,1912.653047,806.887913,359.1653243,1605.062289 +488860,1320.472814,1907.798151,811.8150434,361.8862288,1610.010894 +488861,1330.828914,1902.633962,816.4266172,364.2144331,1614.938888 +488862,1341.873018,1897.478992,821.120654,366.8504596,1619.761241 +488863,1352.563864,1892.372642,825.8902843,369.2876795,1624.629924 +488864,1363.590289,1887.008471,830.1631743,371.7536012,1629.439597 +488865,1374.324656,1881.628617,835.0525194,374.1463981,1634.261491 +488866,1385.399817,1876.150573,839.4781972,376.6705036,1638.973711 +488867,1396.226121,1870.587651,844.021412,379.0378441,1643.733615 +488868,1407.230719,1864.940239,848.5123232,381.4502557,1648.435326 +488869,1418.149783,1859.121576,852.9749425,383.8328626,1653.15103 +488870,1429.274605,1853.520336,857.2602005,386.1330715,1657.756326 +488871,1440.14414,1847.445783,861.8999001,388.660851,1662.411756 +488872,1451.349425,1841.543881,866.1623101,390.838965,1667.009301 +488873,1462.341678,1835.480568,870.5390961,393.1542254,1671.623122 +488874,1473.506675,1829.265998,875.0189899,395.5628786,1676.124577 +488875,1484.526171,1823.177487,879.0609629,397.8030059,1680.679526 +488876,1495.726154,1816.839249,883.4532067,400.1716884,1685.176482 +488877,1506.777598,1810.494103,887.6691547,402.2459371,1689.692398 +488878,1518.016502,1804.147571,891.7188255,404.671156,1694.092579 +488879,1529.097114,1797.443178,896.1702991,406.8424344,1698.550834 +488880,1540.09354,1791.03471,900.1390879,409.0493878,1702.713019 +488881,1310.171701,1694.368734,663.3864366,302.0374372,1223.507616 +488882,1315.856676,1635.704832,661.9094569,301.6878135,1220.826644 +488883,1324.633946,1687.723771,662.752953,302.2898572,1219.374642 +488884,1333.075791,1619.805456,664.3122509,303.1411783,1219.213111 +488885,1342.397932,1656.833613,666.1119039,304.2772269,1219.737763 +488886,1351.788075,1622.114034,668.2114282,305.4390456,1220.731347 +488887,1361.509779,1627.158155,670.4979942,306.6605999,1222.029366 +488888,1371.212864,1615.040186,672.6863325,307.9828357,1223.527543 +488889,1381.167376,1607.731747,675.1216137,309.2754391,1225.069849 +488890,1391.055215,1599.686063,677.5498847,310.5829376,1227.065354 +488891,1401.174533,1591.604878,679.9408907,311.9724822,1228.684133 +488892,1411.20526,1583.56665,682.4339966,313.3165149,1230.692093 +488893,1421.461194,1575.323284,685.0387822,314.6661362,1232.665059 +488894,1431.621202,1567.126058,687.4368306,316.098279,1234.713221 +488895,1447.031031,1562.631621,683.0507475,314.4930569,1236.813046 +488896,1458.092664,1555.046538,684.2424919,315.3478066,1238.843668 +488897,1469.058034,1547.217729,686.2597292,316.3762459,1241.207737 +488898,1479.841082,1539.07413,688.3669964,317.6871648,1243.368387 +488899,1490.767744,1530.996358,690.7320761,318.8343293,1245.667394 +488900,1501.726455,1522.800811,693.0881632,320.1967061,1247.980679 +488901,1512.607876,1514.563536,695.4277889,321.4720225,1250.329861 +488902,1523.693394,1506.284723,697.9241068,322.7711287,1252.816495 +488903,1534.641397,1497.96268,700.3242571,324.1588742,1255.051528 +488904,1545.755556,1489.602873,702.817419,325.4892282,1257.454436 +488905,1556.917358,1481.273113,705.4468326,326.8616022,1260.068352 +488906,1567.999636,1472.750105,707.8949008,328.2005383,1262.464281 +488907,1579.290202,1464.264863,710.3931798,329.68518,1264.987485 +488908,1590.434193,1455.853229,713.1443519,330.9595006,1267.509451 +488909,1601.749224,1447.350636,715.633381,332.4609062,1270.054174 +488910,1613.107968,1438.717266,718.3367797,333.8439993,1272.613505 +488911,1623.990587,1429.906665,720.7038828,335.1850401,1275.192642 +488912,1634.974828,1421.146464,723.0912038,336.471075,1277.660625 +488913,1645.97373,1412.037123,725.4002152,337.8962706,1280.455605 +488914,1656.839968,1403.281532,727.9252443,339.0837872,1282.980239 +488915,1667.852915,1394.206139,730.2578602,340.5090339,1285.632898 +488916,1678.281233,1385.332668,732.7508564,341.7949738,1288.396875 +488917,1690.131672,1376.108586,735.0200493,343.1260474,1290.854284 +488918,1700.736402,1367.240908,737.3948524,344.4519222,1293.607366 +488919,1711.797211,1358.133217,739.912004,345.7331835,1296.257583 +488920,1722.997947,1349.026149,742.2444288,347.174204,1298.931879 +488921,1733.863386,1339.911258,744.6562692,348.3966258,1301.483253 +488922,1745.096191,1330.844033,747.0520839,349.7193712,1304.377448 +488923,1756.133287,1321.658937,749.4491221,351.1087392,1306.972872 +488924,1767.251815,1312.635211,751.8377326,352.4005474,1309.691453 +488925,1778.376816,1303.353581,754.2316885,353.7346958,1312.394586 +488926,1789.453124,1294.176424,756.6200714,355.0603602,1315.097178 +488927,1800.774294,1285.206045,759.0071589,356.3334982,1317.805245 +488928,1811.72711,1275.872817,761.2913567,357.7376955,1318.156711 +488929,1823.073908,1266.750936,763.8288736,359.0743068,1320.056095 +488930,1834.214077,1257.582008,766.1319896,360.3273057,1321.519948 +488931,1845.436202,1248.418944,768.525384,361.6346979,1323.170444 +488932,1856.660505,1239.318355,771.0003781,363.0279358,1324.797038 +488933,1867.899532,1230.093032,773.2089079,364.3084483,1326.432605 +488934,1879.08088,1220.983985,775.5420111,365.6343227,1328.074141 +488935,1890.525769,1211.844882,778.0556553,366.9529649,1329.723245 +488936,1901.639364,1202.720633,780.3296478,368.2679163,1331.22876 +488937,1912.923821,1194.089385,782.701046,369.5822204,1333.122107 +488938,1924.318279,1184.332347,785.0491938,370.8349762,1334.672589 +488939,1935.578982,1175.567595,787.3933691,372.2366747,1336.36867 +488940,1946.909204,1166.442225,789.7322954,373.5605713,1338.041628 +488941,2193.527029,1264.35004,1028.020051,481.6863722,1766.704233 +488942,2209.354912,1258.322253,1034.578469,485.1425608,1772.974683 +488943,2223.614894,1250.580798,1039.638204,487.6926763,1779.18264 +488944,2237.314913,1242.982068,1044.161083,490.0887453,1784.300304 +488945,2258.899829,1235.100257,1048.515496,492.3616022,1788.700774 +488946,2261.175201,1227.189459,1052.696738,494.550966,1793.705281 +488947,2290.948293,1219.37109,1056.694038,496.5591437,1797.703393 +488948,2281.240539,1211.308298,1060.655942,498.8353344,1801.878968 +488949,2291.679516,1203.894554,1064.547883,500.7986486,1805.850279 +488950,2325.518353,1195.181169,1068.313603,502.8446025,1809.830723 +488951,2326.709809,1187.632799,1072.082305,504.8442008,1813.640991 +488952,2342.354187,1179.594309,1075.800964,506.8194667,1817.456179 +488953,2355.045979,1175.007473,1079.143451,508.7720518,1821.095028 +488954,2368.099126,1169.539111,1083.172589,510.7024876,1824.724942 +488955,2380.926,1163.894157,1086.549873,512.7472112,1828.365615 +488956,2393.583611,1158.425819,1090.061888,514.4301598,1831.861846 +488957,2406.413543,1152.852561,1093.550668,516.398566,1835.344835 +488958,2419.131943,1147.329789,1096.972358,518.227129,1838.770059 +488959,2431.846382,1141.812692,1100.387559,519.9215617,1842.148516 +488960,2444.641265,1136.261357,1103.690882,521.9414011,1845.437839 +488961,2457.149431,1130.843146,1107.021827,523.6371671,1848.833743 +488962,2469.778567,1125.341118,1110.289348,525.4375612,1851.980472 +488963,2482.555135,1119.89846,1113.555584,527.1993673,1855.223724 +488964,2495.198292,1114.47069,1116.711743,528.9443639,1858.380482 +488965,2507.661341,1109.019338,1119.901064,530.6733451,1861.50666 +488966,2520.327299,1103.707128,1123.029939,532.3863027,1864.594708 +488967,2532.895271,1098.32268,1126.131566,534.0840433,1867.605208 +488968,2545.467452,1093.005277,1129.230824,535.7664656,1870.688629 +488969,2558.03036,1087.667719,1132.224342,537.4343317,1873.64126 +488970,2570.702666,1082.469741,1135.25458,539.0875222,1876.599051 +488971,2583.274796,1077.03842,1137.806958,540.5458021,1879.518982 +488972,2596.137875,1071.642481,1140.245072,541.9519518,1882.449636 +488973,2608.810271,1066.256818,1142.611175,543.3246444,1885.238826 +488974,2621.87689,1060.848063,1144.947997,544.6689179,1888.054398 +488975,2634.428248,1055.571813,1147.155376,545.9877221,1890.914421 +488976,2647.322628,1050.229841,1149.380529,547.2821001,1893.651135 +488977,2660.097007,1044.954606,1151.53148,548.4031217,1896.402011 +488978,2673.0011,1039.664273,1153.641202,549.8791182,1899.11835 +488979,2685.500826,1034.51125,1155.705812,550.9961895,1901.807495 +488980,2698.540591,1029.305663,1157.726994,552.2275085,1904.469976 +488981,2711.223778,1024.17454,1159.738061,553.4133704,1907.107666 +488982,2724.139408,1019.037678,1161.628294,554.5794617,1909.673683 +488983,2736.730542,1014.126335,1163.549397,555.7350515,1912.384165 +488984,2749.493572,1009.024694,1165.417508,556.8638552,1914.81633 +488985,2762.554973,1004.148471,1167.276902,558.1331553,1917.487439 +488986,2775.070242,999.1775583,1169.042286,558.9930075,1920.013176 +488987,2787.956872,994.3943454,1170.86574,560.1921655,1922.550025 +488988,2816.429666,989.6089037,1172.537641,561.2284949,1925.047506 +488989,2799.118994,984.8246184,1174.254266,562.2721438,1927.526095 +488990,2823.842657,980.1901727,1175.938152,563.2987218,1929.969681 +488991,2843.175591,975.5277039,1177.508659,564.141756,1932.352388 +488992,2850.190229,970.9595464,1179.121859,565.3913823,1934.833758 +488993,2864.530287,966.4491355,1180.707096,566.2448976,1937.18072 +488994,2876.964972,962.0040775,1182.178342,567.2344707,1939.553615 +488995,2896.405768,957.6269476,1183.697248,568.1813846,1941.898479 +488996,2913.353136,953.3196408,1185.189809,569.1128033,1944.172698 +488997,2931.262889,949.0457819,1186.567872,570.0293676,1946.611389 +488998,2948.911293,944.9415854,1187.997411,570.9310295,1948.722788 +488999,2979.178641,940.8301255,1189.403891,571.8184263,1951.128145 +489000,2984.699403,936.8300584,1190.692107,572.6913736,1953.32937 +489001,3029.840515,955.555132,1238.535111,596.0963546,2040.462869 +489002,3107.796617,952.7150287,1241.895416,598.1776628,2039.645235 +489003,3044.204356,949.5844962,1244.119615,599.4503015,2052.89728 +489004,3124.473918,946.3319272,1245.948555,600.6632192,2044.817815 +489005,3119.247615,943.0312091,1247.546781,601.7459616,2066.216332 +489006,3163.9078,939.8460772,1248.580033,602.7560047,2044.876937 +489007,3125.905676,935.2344952,1250.523515,603.731524,2084.341226 +489008,3192.301888,932.0532354,1251.505154,604.7182641,2036.065646 +489009,3190.584453,928.9903773,1252.670586,605.7309244,2080.509254 +489010,3211.466368,925.9404932,1253.796872,606.7742948,2069.668285 +489011,3254.875697,923.0170695,1254.825231,607.8512553,2074.468303 +489012,3239.274638,920.0410735,1255.801123,608.9622704,2077.926365 +489013,3262.968349,917.1212957,1256.722189,610.1334439,2080.971855 +489014,3286.547356,914.2180882,1257.589469,611.5339935,2083.961493 +489015,3299.632054,911.3361537,1258.406457,613.0104647,2086.902939 +489016,3317.220942,908.4744616,1259.173918,614.5440839,2089.795741 +489017,3334.439818,905.6318239,1259.894404,616.1281226,2092.642873 +489018,3351.272117,902.8076351,1260.525191,617.75903,2095.45144 +489019,3368.130578,899.9998119,1261.216554,619.5418262,2098.216677 +489020,3394.087085,897.2098419,1261.811687,621.1910942,2101.002128 +489021,3397.816649,894.4342308,1262.250512,623.0462745,2103.53354 +489022,3419.941054,891.6749674,1262.843933,624.7722168,2106.394539 +489023,3435.621289,888.9305042,1263.262214,626.5104549,2108.853187 +489024,3452.011415,886.2003755,1263.685241,628.7569876,2111.495268 +489025,3475.58992,883.5201151,1264.058562,630.541054,2114.036762 +489026,3481.006216,880.7637302,1264.354587,632.5658369,2116.550867 +489027,3506.763418,878.1014375,1264.716083,634.8254097,2119.117685 +489028,3518.972175,875.4561767,1264.947234,636.5619463,2121.460605 +489029,3536.955671,872.739392,1265.13274,638.8375819,2123.951728 +489030,3537.689904,870.1545118,1265.432179,640.9598268,2126.411995 +489031,3531.766653,867.5411228,1265.625629,643.2116742,2128.611192 +489032,3530.795131,865.0447848,1266.087857,645.5568797,2131.127503 +489033,3532.654247,862.5005768,1266.385534,647.9584234,2133.389856 +489034,3535.983157,860.0772599,1266.713079,650.3491002,2135.705409 +489035,3540.113651,857.5914678,1267.014823,652.8435386,2137.989049 +489036,3544.67156,855.15777,1267.296299,655.388747,2140.250485 +489037,3549.490888,852.7379085,1267.55813,657.6620893,2142.566699 +489038,3554.475258,850.3368564,1267.799243,660.6929586,2144.673752 +489039,3559.580103,847.9547301,1268.020905,663.1604654,2146.933297 +489040,3564.761623,845.5911049,1268.221712,665.9401078,2149.107011 +489041,3570.004863,843.2461152,1268.402989,668.6574906,2151.275857 +489042,3575.283449,840.9194053,1268.56389,671.4798621,2153.427898 +489043,3580.596313,838.5737498,1268.705431,674.3519052,2155.491228 +489044,3585.925825,836.3383552,1268.826919,677.2060751,2157.727346 +489045,3591.274114,834.0403441,1268.929401,680.1672735,2159.78084 +489046,3596.628174,831.7922453,1269.05959,683.1780524,2161.886879 +489047,3601.995736,829.556843,1269.05264,686.1685435,2164.044698 +489048,3607.367287,827.3392965,1269.131719,689.2677584,2165.997158 +489049,3612.751957,825.1398812,1269.103652,692.3876859,2168.112099 +489050,3618.139093,822.9582688,1269.182331,695.5853276,2170.146746 +489051,3623.53612,820.79468,1269.138141,698.7580767,2172.183303 +489052,3628.9336,818.6127568,1269.117098,702.0387213,2174.209094 +489053,3634.339294,816.5374294,1269.071453,705.3686143,2176.226043 +489054,3639.743528,814.4015503,1269.007672,708.674192,2178.232681 +489055,3645.154856,812.314205,1268.926972,712.0899453,2180.231245 +489056,3650.563459,810.2387698,1268.828633,715.5541231,2182.220041 +489057,3655.978038,808.1808278,1268.71381,718.9907408,2184.201739 +489058,3661.390111,806.1399945,1268.581746,722.5390146,2186.173687 +489059,3666.808314,804.1163179,1268.433076,726.0648353,2188.137832 +489060,3672.22193,802.1093888,1268.267032,729.6895532,2190.093202 +489061,3677.408091,766.8542205,1191.47487,700.1049584,2048.800641 +489062,3679.214658,764.8807282,1190.718097,703.6477784,2049.629475 +489063,3679.272101,762.9857622,1190.248551,707.1819672,2050.780853 +489064,3679.574907,760.5032829,1189.863736,710.8457258,2052.013282 +489065,3681.037272,758.7357836,1189.507223,714.5871917,2053.368353 +489066,3683.423012,756.7202859,1189.162855,718.3060756,2054.577548 +489067,3686.432503,754.7765516,1188.823467,722.1382146,2055.968714 +489068,3689.74076,752.8242542,1188.483954,726.0193386,2057.31004 +489069,3693.47074,750.9738319,1188.143189,729.8736768,2058.6737 +489070,3696.947905,749.10089,1187.7992,733.8380596,2059.973414 +489071,3700.468977,747.2259001,1187.451599,737.8480327,2061.533145 +489072,3704.026463,745.4064077,1187.098342,741.8263834,2062.751716 +489073,3707.624927,743.5699333,1186.742102,745.9465693,2064.203971 +489074,3711.243732,741.7818652,1186.378985,749.9957459,2065.58262 +489075,3714.883322,739.9993056,1186.011801,754.1625701,2066.977328 +489076,3718.527259,738.2321626,1185.638377,758.3714527,2068.445673 +489077,3722.181711,736.4825183,1185.259773,762.5380073,2069.73139 +489078,3725.836314,734.7497965,1184.874717,766.8166057,2071.113191 +489079,3729.498324,733.0342432,1184.484142,771.1354223,2072.62111 +489080,3733.155357,731.3351437,1184.086831,775.4073239,2073.969585 +489081,3736.816686,729.6527305,1183.639437,779.791281,2075.464109 +489082,3740.471531,727.9862758,1183.296362,784.2131919,2076.752811 +489083,3744.128117,726.3360126,1182.848071,788.5837682,2078.220406 +489084,3747.77548,724.7012076,1182.477153,793.0660823,2079.617996 +489085,3751.4226,723.0821012,1181.979461,797.584736,2081.029499 +489086,3755.061308,721.477953,1181.575663,802.0462277,2082.36457 +489087,3758.694286,719.889002,1181.12533,806.6202799,2083.972465 +489088,3762.325061,718.3145162,1180.674425,810.8468908,2085.208757 +489089,3765.957721,716.7547337,1180.1715,815.9742393,2086.692688 +489090,3769.579197,715.2089139,1179.775178,820.3524286,2088.093842 +489091,3773.190279,713.7260143,1179.384409,824.6858315,2089.507574 +489092,3776.620037,712.2674891,1179.051476,829.2389604,2090.918829 +489093,3779.772038,710.828882,1178.718489,833.4176961,2092.406042 +489094,3782.928624,709.4081383,1178.387911,837.9584528,2093.693965 +489095,3785.537031,708.0049666,1178.059705,842.2241054,2095.081732 +489096,3787.959798,706.6182064,1177.731897,846.6667364,2096.594287 +489097,3790.24293,705.2479036,1177.405014,850.9605286,2097.937243 +489098,3792.409561,703.8930191,1177.078375,855.256894,2099.346117 +489099,3794.467785,702.5536732,1176.751882,859.7031521,2100.818487 +489100,3796.421235,701.2288635,1176.424664,863.9452093,2102.079884 +489101,3798.273313,699.9187409,1176.097612,868.2683261,2103.52185 +489102,3800.025405,698.6223116,1175.769217,872.6381301,2104.882179 +489103,3801.707885,694.6470569,1169.029584,878.0043534,2106.250341 +489104,3804.48435,692.8726318,1167.669003,882.5137172,2107.534346 +489105,3807.794257,691.4075871,1166.795924,886.9950855,2114.267324 +489106,3811.001997,689.947925,1166.063651,891.4172372,2104.412699 +489107,3813.762135,688.5576876,1165.394736,895.936145,2130.717165 +489108,3816.172885,687.1926918,1164.76078,900.383958,2085.524544 +489109,3818.312516,685.8788298,1164.213176,904.9241159,2127.673335 +489110,3820.22328,684.5661334,1163.635631,909.486205,2112.678009 +489111,3822.276706,683.268566,1162.994557,913.8253768,2116.805713 +489112,3823.894914,681.9908981,1162.522994,918.220129,2118.229934 +489113,3825.368288,680.7281006,1161.917097,922.6738071,2119.449675 +489114,3826.716846,679.4815447,1161.375305,926.916112,2120.720972 +489115,3827.954154,678.2513489,1160.837362,931.2820024,2121.986288 +489116,3829.082249,677.0362083,1160.355182,935.5289785,2123.246808 +489117,3830.111658,675.8355395,1159.758145,939.8731127,2124.49549 +489118,3831.039194,674.6486558,1159.274793,944.1308975,2125.733651 +489119,3831.872025,673.4751207,1158.753809,948.2311289,2126.960908 +489120,3832.603765,672.3142893,1158.244561,952.5203296,2128.259823 +489121,3838.8019,604.553884,1004.040979,890.2970324,1843.430032 +489122,3837.756401,602.9132209,1001.944673,893.5630083,1842.655871 +489123,3832.645586,600.9940362,999.4335732,897.0420686,1842.485069 +489124,3828.020229,599.3790224,997.9490184,900.5439063,1842.698593 +489125,3825.477435,597.7682726,996.170971,904.0328477,1842.859562 +489126,3824.866298,596.1875936,994.5876824,907.4931513,1843.14091 +489127,3825.405829,594.629118,992.9511334,910.915493,1843.449524 +489128,3826.410264,593.0886779,991.3677811,914.293289,1843.849859 +489129,3827.386999,591.5639457,989.7575771,917.6215594,1844.019532 +489130,3828.508712,590.0526161,988.2530096,920.8953343,1844.527461 +489131,3829.609369,588.5541732,986.6788709,924.1105362,1844.823482 +489132,3831.033674,587.0667385,985.1461867,927.2622861,1845.190417 +489133,3832.711399,585.5903112,983.5812044,930.3464565,1845.545424 +489134,3834.500608,584.1238327,982.1111699,933.3109877,1845.895167 +489135,3836.312367,582.6667779,980.5713551,936.3626048,1846.170683 +489136,3838.079733,581.2184173,979.0670614,939.1103858,1846.606874 +489137,3839.784913,579.778303,977.5629598,941.9149075,1846.950762 +489138,3841.400471,578.3457211,976.0268085,944.5769217,1847.174237 +489139,3842.917847,576.9202557,974.5820525,947.1453961,1847.523986 +489140,3844.307822,575.7389354,973.0627071,949.6062493,1847.801037 +489141,3845.580397,573.984565,971.5751318,951.9520043,1848.004494 +489142,3846.712488,572.7415545,970.048055,954.1743608,1848.360848 +489143,3847.978086,571.3040248,968.606791,956.264549,1848.549623 +489144,3848.768837,569.9058024,967.0892292,958.2127292,1848.777372 +489145,3849.391746,568.5113114,965.5659784,960.0084217,1849.040526 +489146,3849.854025,567.1198327,964.1160151,961.6398499,1849.04993 +489147,3850.139523,565.721064,962.5827712,963.1048579,1849.362752 +489148,3850.230432,564.3306431,961.0768689,964.3679977,1849.430152 +489149,3850.118955,562.9424273,959.528571,965.4229083,1849.539666 +489150,3849.787108,561.5540492,958.0535003,966.2535806,1849.543579 +489151,3848.110812,559.6007543,955.1813678,965.7578755,1869.592102 +489152,3848.716047,557.530829,951.9425274,965.0429906,1819.134206 +489153,3847.954849,555.4064185,948.7904669,964.1117783,1864.351327 +489154,3845.272989,553.2394653,945.3189497,962.9714107,1853.247675 +489155,3843.847292,551.2583914,941.978753,961.676129,1838.830119 +489156,3841.490993,548.7144199,938.442603,960.0664937,1859.276321 +489157,3839.17974,546.6033498,934.9083973,958.3135945,1840.504169 +489158,3836.630007,544.2847033,931.2804533,956.4871337,1852.45807 +489159,3833.633236,541.9710597,927.6303094,954.2586654,1847.801012 +489160,3830.575952,539.6320647,923.8686882,951.9709965,1848.169298 +489161,3827.306008,537.066326,920.1866736,949.4417414,1847.949703 +489162,3823.8461,534.955234,916.5457069,946.7192696,1847.373144 +489163,3820.202728,532.606538,912.3887325,943.79813,1846.930402 +489164,3816.383664,529.9216697,908.5998356,940.7201129,1846.422035 +489165,3812.378144,527.597268,904.707235,937.2808004,1845.6612 +489166,3808.186902,525.0887646,900.6206098,933.8842721,1845.106815 +489167,3803.509406,522.5875383,896.6778411,930.0356653,1844.371759 +489168,3798.972561,520.064254,892.3168321,926.0754629,1843.486517 +489169,3794.25707,517.6836818,888.5982011,921.437227,1842.627238 +489170,3789.235059,514.8683683,884.2201375,916.417744,1841.663895 +489171,3783.842636,512.3995357,880.1435396,911.408664,1840.646382 +489172,3778.080897,509.5996771,876.1163108,906.3747883,1839.55201 +489173,3772.042608,507.1996363,871.5948104,900.2712517,1838.445995 +489174,3765.745294,504.6025483,867.4980512,894.8602358,1837.069862 +489175,3759.237274,501.7327507,863.0798041,888.8215207,1835.931504 +489176,3752.544158,499.152018,858.801271,882.7477726,1834.417377 +489177,3622.310644,496.4150519,854.4366764,876.5076644,1832.992725 +489178,3530.795135,491.5904623,844.8571846,892.3317064,1831.514688 +489179,3618.717605,488.2556899,839.7225195,889.3660039,1830.085017 +489180,3536.358112,485.6958874,835.1903706,884.3981569,1828.30005 +489181,2051.697237,482.8259064,834.2897839,878.5624069,1849.488605 +489182,2096.348825,612.2112786,959.8313899,1005.661657,2284.720521 +489183,2197.181906,611.493119,973.7479851,1001.82343,2312.988179 +489184,2280.424559,608.3987795,981.8225045,995.2940054,2325.401832 +489185,2340.58471,605.4743304,987.0760739,988.8511446,2331.928825 +489186,2380.214953,602.7166814,990.6240956,982.0443466,2335.507977 +489187,2405.095042,599.8507163,993.0930695,974.8371321,2337.73515 +489188,2420.273847,597.0660448,994.8772912,967.7495053,2339.301937 +489189,2430.016059,594.1301893,996.2025312,960.2706388,2340.511251 +489190,2436.134363,591.3616145,997.1871565,952.6335049,2341.489208 +489191,2439.34474,588.4159194,997.9025159,945.0823199,2342.288314 +489192,2440.052862,585.6112579,998.3934928,937.0252193,2342.934707 +489193,2438.624882,582.7283805,998.6898422,929.2288616,2343.4463 +489194,2435.41972,579.9326217,998.8231109,921.1088113,2343.838416 +489195,2430.760207,577.0140116,998.8150381,913.0144249,2344.124333 +489196,2424.922566,567.1603948,998.689172,860.5193513,2344.314894 +489197,2411.343229,563.7023654,998.1943946,819.0222177,2344.413952 +489198,2393.304446,560.8637117,997.4576929,839.3963854,2344.432406 +489199,2374.763073,558.1792482,996.6549698,813.9246552,2344.417677 +489200,2357.591488,555.5679606,995.8530884,815.1709736,2344.342127 +489201,2342.130418,552.9783405,995.0629105,805.7236135,2344.183404 +489202,2328.143064,550.51846,994.2909065,799.9275933,2343.963621 +489203,2315.293879,548.0110233,993.5340699,793.550165,2343.692665 +489204,2303.327353,545.5611396,992.7892342,787.5474704,2343.37539 +489205,2292.075013,543.1410078,992.0544653,781.6685134,2343.014358 +489206,2281.425397,540.7300016,991.3290409,775.924051,2342.6121 +489207,2271.28997,538.3009549,990.6119241,770.3053818,2342.169917 +489208,2261.5948,535.9750241,989.9020407,764.8050553,2341.689001 +489209,2252.277822,533.5876134,989.198422,759.4122743,2341.170695 +489210,2243.324657,531.247237,988.517618,754.1710355,2340.656405 +489211,2234.656166,528.9164622,987.8424098,748.8916717,2340.109685 +489212,2226.207367,526.5666924,987.1586546,743.8127773,2339.501012 +489213,2217.697556,524.3149047,986.4738504,738.7126951,2338.850572 +489214,2209.653482,522.0021586,985.7906807,733.875596,2338.167406 +489215,2201.786705,519.7345079,985.109947,728.8651497,2337.456058 +489216,2194.076052,517.8105664,984.4317546,724.0772901,2336.71929 +489217,2186.504945,515.0689065,983.7559197,719.2958046,2335.95904 +489218,2179.060646,513.0489586,983.0822057,714.578725,2335.176982 +489219,2171.732838,510.8243169,982.4103763,709.9159926,2334.374647 +489220,2164.512812,508.5935229,981.7402377,705.3019479,2333.553553 +489221,2157.392959,506.4057429,981.0715945,700.7383197,2332.715078 +489222,2150.366699,504.2249626,980.4042984,696.219719,2331.860606 +489223,2143.428274,502.0572861,979.7382036,691.7942855,2330.991409 +489224,2136.572698,499.8696618,979.0731913,687.2916231,2329.912238 +489225,2129.795613,497.7744233,978.4091461,682.9372856,2329.037796 +489226,2123.109686,495.6199123,951.6893102,678.530695,2328.168085 +489227,2116.511428,493.5068563,949.3872153,674.3372035,2327.30687 +489228,2109.980382,491.4002285,949.9460181,669.9592663,2311.888675 +489229,2103.475213,489.3060316,943.8801961,665.7648222,2285.840536 +489230,2097.025649,487.1918282,941.6670325,661.5562287,2300.642577 +489231,2000.323603,485.1680482,937.9448844,657.3911586,2295.168826 +489232,1941.641661,483.085597,932.5602245,653.2609207,2282.782401 +489233,1972.466308,481.0438101,931.8835503,649.1637381,2285.856917 +489234,1931.986385,479.0082312,927.9525781,645.1017746,2282.830198 +489235,1919.069698,476.9544073,924.4571464,641.0728998,2278.806501 +489236,1900.473088,474.9871843,921.5306397,637.1215736,2275.451217 +489237,1878.501986,472.9645174,916.3501889,633.0925362,2266.539039 +489238,1869.40535,470.9807135,915.7951474,629.1948253,2275.926896 +489239,1849.630043,469.0040968,911.6343066,625.2448343,2259.178995 +489240,1833.885779,467.0390877,908.6509483,621.488573,2263.298971 +489241,0,0,0,0,0 +489242,0,0,0,0,0 +489243,0,0,0,0,0 +489244,0,0,0,0,0 +489245,0,0,0,0,0 +489246,0,0,0,0,0 +489247,0,0,0,0,0 +489248,0,0,0,0,0 +489249,0,0,0,0,0 +489250,0,0,0,0,0 +489251,0,0,0,0,0 +489252,0,0,0,0,0 +489253,0,0,0,0,0 +489254,0,0,0,0,0 +489255,0,0,0,0,0 +489256,0,0,0,0,0 +489257,0,0,0,0,0 +489258,0,0,0,0,0 +489259,0,0,0,0,0 +489260,0,0,0,0,0 +489261,0,0,0,0,0 +489262,0,0,0,0,0 +489263,0,0,0,0,0 +489264,0,0,0,0,0 +489265,0,0,0,0,0 +489266,0,0,0,0,0 +489267,0,0,0,0,0 +489268,0,0,0,0,0 +489269,0,0,0,0,0 +489270,0,0,0,0,0 +489271,0,0,0,0,0 +489272,0,0,0,0,0 +489273,0,0,0,0,0 +489274,0,0,0,0,0 +489275,0,0,0,0,0 +489276,0,0,0,0,0 +489277,0,0,0,0,0 +489278,0,0,0,0,0 +489279,0,0,0,0,0 +489280,0,0,0,0,0 +489281,0,0,0,0,0 +489282,0,0,0,0,0 +489283,0,0,0,0,0 +489284,0,0,0,0,0 +489285,0,0,0,0,0 +489286,0,0,0,0,0 +489287,0,0,0,0,0 +489288,0,0,0,0,0 +489289,0,0,0,0,0 +489290,0,0,0,0,0 +489291,0,0,0,0,0 +489292,0,0,0,0,0 +489293,0,0,0,0,0 +489294,0,0,0,0,0 +489295,0,0,0,0,0 +489296,0,0,0,0,0 +489297,0,0,0,0,0 +489298,0,0,0,0,0 +489299,0,0,0,0,0 +489300,0,0,0,0,0 +489301,0,0,0,0,0 +489302,0,0,0,0,0 +489303,0,0,0,0,0 +489304,0,0,0,0,0 +489305,0,0,0,0,0 +489306,0,0,0,0,0 +489307,0,0,0,0,0 +489308,0,0,0,0,0 +489309,0,0,0,0,0 +489310,0,0,0,0,0 +489311,0,0,0,0,0 +489312,0,0,0,0,0 +489313,0,0,0,0,0 +489314,0,0,0,0,0 +489315,0,0,0,0,0 +489316,0,0,0,0,0 +489317,0,0,0,0,0 +489318,0,0,0,0,0 +489319,0,0,0,0,0 +489320,0,0,0,0,0 +489321,0,0,0,0,0 +489322,0,0,0,0,0 +489323,0,0,0,0,0 +489324,0,0,0,0,0 +489325,0,0,0,0,0 +489326,0,0,0,0,0 +489327,0,0,0,0,0 +489328,0,0,0,0,0 +489329,0,0,0,0,0 +489330,0,0,0,0,0 +489331,0,0,0,0,0 +489332,0,0,0,0,0 +489333,0,0,0,0,0 +489334,0,0,0,0,0 +489335,0,0,0,0,0 +489336,0,0,0,0,0 +489337,0,0,0,0,0 +489338,0,0,0,0,0 +489339,0,0,0,0,0 +489340,0,0,0,0,0 +489341,0,0,0,0,0 +489342,0,0,0,0,0 +489343,0,0,0,0,0 +489344,0,0,0,0,0 +489345,0,0,0,0,0 +489346,0,0,0,0,0 +489347,0,0,0,0,0 +489348,0,0,0,0,0 +489349,0,0,0,0,0 +489350,0,0,0,0,0 +489351,0,0,0,0,0 +489352,0,0,0,0,0 +489353,0,0,0,0,0 +489354,0,0,0,0,0 +489355,0,0,0,0,0 +489356,0,0,0,0,0 +489357,0,0,0,0,0 +489358,0,0,0,0,0 +489359,0,0,0,0,0 +489360,0,0,0,0,0 +489361,0,0,0,0,0 +489362,0,0,0,0,0 +489363,0,0,0,0,0 +489364,0,0,0,0,0 +489365,0,0,0,0,0 +489366,0,0,0,0,0 +489367,0,0,0,0,0 +489368,0,0,0,0,0 +489369,0,0,0,0,0 +489370,0,0,0,0,0 +489371,0,0,0,0,0 +489372,0,0,0,0,0 +489373,0,0,0,0,0 +489374,0,0,0,0,0 +489375,0,0,0,0,0 +489376,0,0,0,0,0 +489377,0,0,0,0,0 +489378,0,0,0,0,0 +489379,0,0,0,0,0 +489380,0,0,0,0,0 +489381,0,0,0,0,0 +489382,0,0,0,0,0 +489383,0,0,0,0,0 +489384,0,0,0,0,0 +489385,0,0,0,0,0 +489386,0,0,0,0,0 +489387,0,0,0,0,0 +489388,0,0,0,0,0 +489389,0,0,0,0,0 +489390,0,0,0,0,0 +489391,0,0,0,0,0 +489392,0,0,0,0,0 +489393,0,0,0,0,0 +489394,0,0,0,0,0 +489395,0,0,0,0,0 +489396,0,0,0,0,0 +489397,0,0,0,0,0 +489398,0,0,0,0,0 +489399,0,0,0,0,0 +489400,0,0,0,0,0 +489401,0,0,0,0,0 +489402,0,0,0,0,0 +489403,0,0,0,0,0 +489404,0,0,0,0,0 +489405,0,0,0,0,0 +489406,0,0,0,0,0 +489407,0,0,0,0,0 +489408,0,0,0,0,0 +489409,0,0,0,0,0 +489410,0,0,0,0,0 +489411,0,0,0,0,0 +489412,0,0,0,0,0 +489413,0,0,0,0,0 +489414,0,0,0,0,0 +489415,0,0,0,0,0 +489416,0,0,0,0,0 +489417,0,0,0,0,0 +489418,0,0,0,0,0 +489419,0,0,0,0,0 +489420,0,0,0,0,0 +489421,0,0,0,0,0 +489422,0,0,0,0,0 +489423,0,0,0,0,0 +489424,0,0,0,0,0 +489425,0,0,0,0,0 +489426,0,0,0,0,0 +489427,0,0,0,0,0 +489428,0,0,0,0,0 +489429,0,0,0,0,0 +489430,0,0,0,0,0 +489431,0,0,0,0,0 +489432,0,0,0,0,0 +489433,0,0,0,0,0 +489434,0,0,0,0,0 +489435,0,0,0,0,0 +489436,0,0,0,0,0 +489437,0,0,0,0,0 +489438,0,0,0,0,0 +489439,0,0,0,0,0 +489440,0,0,0,0,0 +489441,0,0,0,0,0 +489442,0,0,0,0,0 +489443,0,0,0,0,0 +489444,0,0,0,0,0 +489445,0,0,0,0,0 +489446,0,0,0,0,0 +489447,0,0,0,0,0 +489448,0,0,0,0,0 +489449,0,0,0,0,0 +489450,0,0,0,0,0 +489451,0,0,0,0,0 +489452,0,0,0,0,0 +489453,0,0,0,0,0 +489454,0,0,0,0,0 +489455,0,0,0,0,0 +489456,0,0,0,0,0 +489457,0,0,0,0,0 +489458,0,0,0,0,0 +489459,0,0,0,0,0 +489460,0,0,0,0,0 +489461,0,0,0,0,0 +489462,0,0,0,0,0 +489463,0,0,0,0,0 +489464,0,0,0,0,0 +489465,0,0,0,0,0 +489466,0,0,0,0,0 +489467,0,0,0,0,0 +489468,0,0,0,0,0 +489469,0,0,0,0,0 +489470,0,0,0,0,0 +489471,0,0,0,0,0 +489472,0,0,0,0,0 +489473,0,0,0,0,0 +489474,0,0,0,0,0 +489475,0,0,0,0,0 +489476,0,0,0,0,0 +489477,0,0,0,0,0 +489478,0,0,0,0,0 +489479,0,0,0,0,0 +489480,0,0,0,0,0 +489481,0,0,0,0,0 +489482,0,0,0,0,0 +489483,0,0,0,0,0 +489484,0,0,0,0,0 +489485,0,0,0,0,0 +489486,0,0,0,0,0 +489487,0,0,0,0,0 +489488,0,0,0,0,0 +489489,0,0,0,0,0 +489490,0,0,0,0,0 +489491,0,0,0,0,0 +489492,0,0,0,0,0 +489493,0,0,0,0,0 +489494,0,0,0,0,0 +489495,0,0,0,0,0 +489496,0,0,0,0,0 +489497,0,0,0,0,0 +489498,0,0,0,0,0 +489499,0,0,0,0,0 +489500,0,0,0,0,0 +489501,0,0,0,0,0 +489502,0,0,0,0,0 +489503,0,0,0,0,0 +489504,0,0,0,0,0 +489505,0,0,0,0,0 +489506,0,0,0,0,0 +489507,0,0,0,0,0 +489508,0,0,0,0,0 +489509,0,0,0,0,0 +489510,0,0,0,0,0 +489511,0,0,0,0,0 +489512,0,0,0,0,0 +489513,0,0,0,0,0 +489514,0,0,0,0,0 +489515,0,0,0,0,0 +489516,0,0,0,0,0 +489517,0,0,0,0,0 +489518,0,0,0,0,0 +489519,0,0,0,0,0 +489520,0,0,0,0,0 +489521,0,0,0,0,0 +489522,0,0,0,0,0 +489523,0,0,0,0,0 +489524,0,0,0,0,0 +489525,0,0,0,0,0 +489526,0,0,0,0,0 +489527,0,0,0,0,0 +489528,0,0,0,0,0 +489529,0,0,0,0,0 +489530,0,0,0,0,0 +489531,0,0,0,0,0 +489532,0,0,0,0,0 +489533,0,0,0,0,0 +489534,0,0,0,0,0 +489535,0,0,0,0,0 +489536,0,0,0,0,0 +489537,0,0,0,0,0 +489538,0,0,0,0,0 +489539,0,0,0,0,0 +489540,0,0,0,0,0 +489541,0,0,0,0,0 +489542,0,0,0,0,0 +489543,0,0,0,0,0 +489544,0,0,0,0,0 +489545,0,0,0,0,0 +489546,0,0,0,0,0 +489547,0,0,0,0,0 +489548,0,0,0,0,0 +489549,0,0,0,0,0 +489550,0,0,0,0,0 +489551,0,0,0,0,0 +489552,0,0,0,0,0 +489553,0,0,0,0,0 +489554,0,0,0,0,0 +489555,0,0,0,0,0 +489556,0,0,0,0,0 +489557,0,0,0,0,0 +489558,0,0,0,0,0 +489559,0,0,0,0,0 +489560,0,0,0,0,0 +489561,0,0,0,0,0 +489562,0,0,0,0,0 +489563,0,0,0,0,0 +489564,0,0,0,0,0 +489565,0,0,0,0,0 +489566,0,0,0,0,0 +489567,0,0,0,0,0 +489568,0,0,0,0,0 +489569,0,0,0,0,0 +489570,0,0,0,0,0 +489571,0,0,0,0,0 +489572,0,0,0,0,0 +489573,0,0,0,0,0 +489574,0,0,0,0,0 +489575,0,0,0,0,0 +489576,0,0,0,0,0 +489577,0,0,0,0,0 +489578,0,0,0,0,0 +489579,0,0,0,0,0 +489580,0,0,0,0,0 +489581,0,0,0,0,0 +489582,0,0,0,0,0 +489583,0,0,0,0,0 +489584,0,0,0,0,0 +489585,0,0,0,0,0 +489586,0,0,0,0,0 +489587,0,0,0,0,0 +489588,0,0,0,0,0 +489589,0,0,0,0,0 +489590,0,0,0,0,0 +489591,0,0,0,0,0 +489592,0,0,0,0,0 +489593,0,0,0,0,0 +489594,0,0,0,0,0 +489595,0,0,0,0,0 +489596,0,0,0,0,0 +489597,0,0,0,0,0 +489598,0,0,0,0,0 +489599,0,0,0,0,0 +489600,0,0,0,0,0 +489601,0,0,0,0,0 +489602,0,0,0,0,0 +489603,0,0,0,0,0 +489604,0,0,0,0,0 +489605,0,0,0,0,0 +489606,0,0,0,0,0 +489607,0,0,0,0,0 +489608,0,0,0,0,0 +489609,0,0,0,0,0 +489610,0,0,0,0,0 +489611,0,0,0,0,0 +489612,0,0,0,0,0 +489613,0,0,0,0,0 +489614,0,0,0,0,0 +489615,0,0,0,0,0 +489616,0,0,0,0,0 +489617,0,0,0,0,0 +489618,0,0,0,0,0 +489619,0,0,0,0,0 +489620,0,0,0,0,0 +489621,0,0,0,0,0 +489622,0,0,0,0,0 +489623,0,0,0,0,0 +489624,0,0,0,0,0 +489625,0,0,0,0,0 +489626,0,0,0,0,0 +489627,0,0,0,0,0 +489628,0,0,0,0,0 +489629,0,0,0,0,0 +489630,0,0,0,0,0 +489631,0,0,0,0,0 +489632,0,0,0,0,0 +489633,0,0,0,0,0 +489634,0,0,0,0,0 +489635,0,0,0,0,0 +489636,0,0,0,0,0 +489637,0,0,0,0,0 +489638,0,0,0,0,0 +489639,0,0,0,0,0 +489640,0,0,0,0,0 +489641,0,0,0,0,0 +489642,0,0,0,0,0 +489643,0,0,0,0,0 +489644,0,0,0,0,0 +489645,0,0,0,0,0 +489646,0,0,0,0,0 +489647,0,0,0,0,0 +489648,0,0,0,0,0 +489649,0,0,0,0,0 +489650,0,0,0,0,0 +489651,0,0,0,0,0 +489652,0,0,0,0,0 +489653,0,0,0,0,0 +489654,0,0,0,0,0 +489655,0,0,0,0,0 +489656,0,0,0,0,0 +489657,0,0,0,0,0 +489658,0,0,0,0,0 +489659,0,0,0,0,0 +489660,0,0,0,0,0 +489661,0,0,0,0,0 +489662,0,0,0,0,0 +489663,0,0,0,0,0 +489664,0,0,0,0,0 +489665,0,0,0,0,0 +489666,0,0,0,0,0 +489667,0,0,0,0,0 +489668,0,0,0,0,0 +489669,0,0,0,0,0 +489670,0,0,0,0,0 +489671,0,0,0,0,0 +489672,0,0,0,0,0 +489673,0,0,0,0,0 +489674,0,0,0,0,0 +489675,0,0,0,0,0 +489676,0,0,0,0,0 +489677,0,0,0,0,0 +489678,0,0,0,0,0 +489679,0,0,0,0,0 +489680,0,0,0,0,0 +489681,0,0,0,0,0 +489682,0,0,0,0,0 +489683,0,0,0,0,0 +489684,0,0,0,0,0 +489685,0,0,0,0,0 +489686,0,0,0,0,0 +489687,0,0,0,0,0 +489688,0,0,0,0,0 +489689,0,0,0,0,0 +489690,0,0,0,0,0 +489691,0,0,0,0,0 +489692,0,0,0,0,0 +489693,0,0,0,0,0 +489694,0,0,0,0,0 +489695,0,0,0,0,0 +489696,0,0,0,0,0 +489697,0,0,0,0,0 +489698,0,0,0,0,0 +489699,0,0,0,0,0 +489700,0,0,0,0,0 +489701,0,0,0,0,0 +489702,0,0,0,0,0 +489703,0,0,0,0,0 +489704,0,0,0,0,0 +489705,0,0,0,0,0 +489706,0,0,0,0,0 +489707,0,0,0,0,0 +489708,0,0,0,0,0 +489709,0,0,0,0,0 +489710,0,0,0,0,0 +489711,0,0,0,0,0 +489712,0,0,0,0,0 +489713,0,0,0,0,0 +489714,0,0,0,0,0 +489715,0,0,0,0,0 +489716,0,0,0,0,0 +489717,0,0,0,0,0 +489718,0,0,0,0,0 +489719,0,0,0,0,0 +489720,0,0,0,0,0 +489721,0,0,0,0,0 +489722,0,0,0,0,0 +489723,0,0,0,0,0 +489724,0,0,0,0,0 +489725,0,0,0,0,0 +489726,0,0,0,0,0 +489727,0,0,0,0,0 +489728,0,0,0,0,0 +489729,0,0,0,0,0 +489730,0,0,0,0,0 +489731,0,0,0,0,0 +489732,0,0,0,0,0 +489733,0,0,0,0,0 +489734,0,0,0,0,0 +489735,0,0,0,0,0 +489736,0,0,0,0,0 +489737,0,0,0,0,0 +489738,0,0,0,0,0 +489739,0,0,0,0,0 +489740,0,0,0,0,0 +489741,0,0,0,0,0 +489742,0,0,0,0,0 +489743,0,0,0,0,0 +489744,0,0,0,0,0 +489745,0,0,0,0,0 +489746,0,0,0,0,0 +489747,0,0,0,0,0 +489748,0,0,0,0,0 +489749,0,0,0,0,0 +489750,0,0,0,0,0 +489751,0,0,0,0,0 +489752,0,0,0,0,0 +489753,0,0,0,0,0 +489754,0,0,0,0,0 +489755,0,0,0,0,0 +489756,0,0,0,0,0 +489757,0,0,0,0,0 +489758,0,0,0,0,0 +489759,0,0,0,0,0 +489760,0,0,0,0,0 +489761,0,0,0,0,0 +489762,0,0,0,0,0 +489763,0,0,0,0,0 +489764,0,0,0,0,0 +489765,0,0,0,0,0 +489766,0,0,0,0,0 +489767,0,0,0,0,0 +489768,0,0,0,0,0 +489769,0,0,0,0,0 +489770,0,0,0,0,0 +489771,0,0,0,0,0 +489772,0,0,0,0,0 +489773,0,0,0,0,0 +489774,0,0,0,0,0 +489775,0,0,0,0,0 +489776,0,0,0,0,0 +489777,0,0,0,0,0 +489778,0,0,0,0,0 +489779,0,0,0,0,0 +489780,0,0,0,0,0 +489781,0,0,0,0,0 +489782,0,0,0,0,0 +489783,0,0,0,0,0 +489784,0,0,0,0,0 +489785,0,0,0,0,0 +489786,0,0,0,0,0 +489787,0,0,0,0,0 +489788,0,0,0,0,0 +489789,0,0,0,0,0 +489790,0,0,0,0,0 +489791,0,0,0,0,0 +489792,0,0,0,0,0 +489793,0,0,0,0,0 +489794,0,0,0,0,0 +489795,0,0,0,0,0 +489796,0,0,0,0,0 +489797,0,0,0,0,0 +489798,0,0,0,0,0 +489799,0,0,0,0,0 +489800,0,0,0,0,0 +489801,0,0,0,0,0 +489802,0,0,0,0,0 +489803,0,0,0,0,0 +489804,0,0,0,0,0 +489805,0,0,0,0,0 +489806,0,0,0,0,0 +489807,0,0,0,0,0 +489808,0,0,0,0,0 +489809,0,0,0,0,0 +489810,0,0,0,0,0 +489811,0,0,0,0,0 +489812,0,0,0,0,0 +489813,0,0,0,0,0 +489814,0,0,0,0,0 +489815,0,0,0,0,0 +489816,0,0,0,0,0 +489817,0,0,0,0,0 +489818,0,0,0,0,0 +489819,0,0,0,0,0 +489820,0,0,0,0,0 +489821,0,0,0,0,0 +489822,0,0,0,0,0 +489823,0,0,0,0,0 +489824,0,0,0,0,0 +489825,0,0,0,0,0 +489826,0,0,0,0,0 +489827,0,0,0,0,0 +489828,0,0,0,0,0 +489829,0,0,0,0,0 +489830,0,0,0,0,0 +489831,0,0,0,0,0 +489832,0,0,0,0,0 +489833,0,0,0,0,0 +489834,0,0,0,0,0 +489835,0,0,0,0,0 +489836,0,0,0,0,0 +489837,0,0,0,0,0 +489838,0,0,0,0,0 +489839,0,0,0,0,0 +489840,0,0,0,0,0 +489841,0,0,0,0,0 +489842,0,0,0,0,0 +489843,0,0,0,0,0 +489844,0,0,0,0,0 +489845,0,0,0,0,0 +489846,0,0,0,0,0 +489847,0,0,0,0,0 +489848,0,0,0,0,0 +489849,0,0,0,0,0 +489850,0,0,0,0,0 +489851,0,0,0,0,0 +489852,0,0,0,0,0 +489853,0,0,0,0,0 +489854,0,0,0,0,0 +489855,0,0,0,0,0 +489856,0,0,0,0,0 +489857,0,0,0,0,0 +489858,0,0,0,0,0 +489859,0,0,0,0,0 +489860,0,0,0,0,0 +489861,0,0,0,0,0 +489862,0,0,0,0,0 +489863,0,0,0,0,0 +489864,0,0,0,0,0 +489865,0,0,0,0,0 +489866,0,0,0,0,0 +489867,0,0,0,0,0 +489868,0,0,0,0,0 +489869,0,0,0,0,0 +489870,0,0,0,0,0 +489871,0,0,0,0,0 +489872,0,0,0,0,0 +489873,0,0,0,0,0 +489874,0,0,0,0,0 +489875,0,0,0,0,0 +489876,0,0,0,0,0 +489877,0,0,0,0,0 +489878,0,0,0,0,0 +489879,0,0,0,0,0 +489880,0,0,0,0,0 +489881,0,0,0,0,0 +489882,0,0,0,0,0 +489883,0,0,0,0,0 +489884,0,0,0,0,0 +489885,0,0,0,0,0 +489886,0,0,0,0,0 +489887,0,0,0,0,0 +489888,0,0,0,0,0 +489889,0,0,0,0,0 +489890,0,0,0,0,0 +489891,0,0,0,0,0 +489892,0,0,0,0,0 +489893,0,0,0,0,0 +489894,0,0,0,0,0 +489895,0,0,0,0,0 +489896,0,0,0,0,0 +489897,0,0,0,0,0 +489898,0,0,0,0,0 +489899,0,0,0,0,0 +489900,0,0,0,0,0 +489901,0,0,0,0,0 +489902,0,0,0,0,0 +489903,0,0,0,0,0 +489904,0,0,0,0,0 +489905,0,0,0,0,0 +489906,0,0,0,0,0 +489907,0,0,0,0,0 +489908,0,0,0,0,0 +489909,0,0,0,0,0 +489910,0,0,0,0,0 +489911,0,0,0,0,0 +489912,0,0,0,0,0 +489913,0,0,0,0,0 +489914,0,0,0,0,0 +489915,0,0,0,0,0 +489916,0,0,0,0,0 +489917,0,0,0,0,0 +489918,0,0,0,0,0 +489919,0,0,0,0,0 +489920,0,0,0,0,0 +489921,0,0,0,0,0 +489922,0,0,0,0,0 +489923,0,0,0,0,0 +489924,0,0,0,0,0 +489925,0,0,0,0,0 +489926,0,0,0,0,0 +489927,0,0,0,0,0 +489928,0,0,0,0,0 +489929,0,0,0,0,0 +489930,0,0,0,0,0 +489931,0,0,0,0,0 +489932,0,0,0,0,0 +489933,0,0,0,0,0 +489934,0,0,0,0,0 +489935,0,0,0,0,0 +489936,0,0,0,0,0 +489937,0,0,0,0,0 +489938,0,0,0,0,0 +489939,0,0,0,0,0 +489940,0,0,0,0,0 +489941,0,0,0,0,0 +489942,0,0,0,0,0 +489943,0,0,0,0,0 +489944,0,0,0,0,0 +489945,0,0,0,0,0 +489946,0,0,0,0,0 +489947,0,0,0,0,0 +489948,0,0,0,0,0 +489949,0,0,0,0,0 +489950,0,0,0,0,0 +489951,0,0,0,0,0 +489952,0,0,0,0,0 +489953,0,0,0,0,0 +489954,0,0,0,0,0 +489955,0,0,0,0,0 +489956,0,0,0,0,0 +489957,0,0,0,0,0 +489958,0,0,0,0,0 +489959,0,0,0,0,0 +489960,0,0,0,0,0 +489961,0,0,0,0,0 +489962,0,0,0,0,0 +489963,0,0,0,0,0 +489964,0,0,0,0,0 +489965,0,0,0,0,0 +489966,0,0,0,0,0 +489967,0,0,0,0,0 +489968,0,0,0,0,0 +489969,0,0,0,0,0 +489970,0,0,0,0,0 +489971,0,0,0,0,0 +489972,0,0,0,0,0 +489973,0,0,0,0,0 +489974,0,0,0,0,0 +489975,0,0,0,0,0 +489976,0,0,0,0,0 +489977,0,0,0,0,0 +489978,0,0,0,0,0 +489979,0,0,0,0,0 +489980,0,0,0,0,0 +489981,0,0,0,0,0 +489982,0,0,0,0,0 +489983,0,0,0,0,0 +489984,0,0,0,0,0 +489985,0,0,0,0,0 +489986,0,0,0,0,0 +489987,0,0,0,0,0 +489988,0,0,0,0,0 +489989,0,0,0,0,0 +489990,0,0,0,0,0 +489991,0,0,0,0,0 +489992,0,0,0,0,0 +489993,0,0,0,0,0 +489994,0,0,0,0,0 +489995,0,0,0,0,0 +489996,0,0,0,0,0 +489997,0,0,0,0,0 +489998,0,0,0,0,0 +489999,0,0,0,0,0 +490000,0,0,0,0,0 +490001,0,0,0,0,0 +490002,0,0,0,0,0 +490003,0,0,0,0,0 +490004,0,0,0,0,0 +490005,0,0,0,0,0 +490006,0,0,0,0,0 +490007,0,0,0,0,0 +490008,0,0,0,0,0 +490009,0,0,0,0,0 +490010,0,0,0,0,0 +490011,0,0,0,0,0 +490012,0,0,0,0,0 +490013,0,0,0,0,0 +490014,0,0,0,0,0 +490015,0,0,0,0,0 +490016,0,0,0,0,0 +490017,0,0,0,0,0 +490018,0,0,0,0,0 +490019,0,0,0,0,0 +490020,0,0,0,0,0 +490021,-1576.287498,-656.5537578,-1543.979093,-656.4041629,-381.8739953 +490022,-917.9091113,-368.3902282,-892.5325879,-368.2423128,632.3580381 +490023,-1412.043549,-585.7320421,-1382.375579,-585.588876,-270.1253961 +490024,-1322.821227,-547.5259156,-1294.481454,-547.3872301,-209.5283143 +490025,-1042.343001,-419.0786293,-1012.894718,-418.9449068,340.9104276 +490026,-1228.045322,-501.5347568,-1196.63673,-501.4063596,95.09542034 +490027,-1370.082708,-565.3812434,-1337.583802,-565.2576691,-119.5452698 +490028,-1471.370658,-611.3737134,-1438.32922,-611.2543894,-290.4058457 +490029,-1535.601148,-640.8836838,-1502.330195,-640.7681418,-411.310368 +490030,-1569.313145,-657.0165738,-1536.63822,-656.9045091,-486.0797385 +490031,-1581.686816,-663.5417429,-1549.471434,-663.4331005,-525.889932 +490032,-1580.909834,-664.057655,-1548.901566,-663.9523857,-542.3843866 +490033,-1574.067718,-661.764996,-1542.124048,-661.6630249,-546.866735 +490034,-1564.852432,-658.3458204,-1532.925923,-658.2470622,-545.4819269 +490035,-1555.198843,-654.6766168,-1523.27424,-654.5809866,-541.6563857 +490036,-1545.992544,-651.1558259,-1514.061306,-651.0632403,-537.1157528 +490037,-1537.572872,-647.9350409,-1505.62667,-647.8454168,-532.6379046 +490038,-1530.010643,-645.0462711,-1498.041821,-644.9595241,-528.5496474 +490039,-1523.262071,-642.47141,-1491.264693,-642.3874541,-524.9496546 +490040,-1517.241484,-640.174556,-1485.2116,-640.0933047,-521.8296177 +490041,-1511.853919,-638.1162383,-1479.789275,-638.0376052,-519.1383911 +490042,-1507.008959,-636.2593193,-1474.908554,-636.1832186,-516.8132127 +490043,-1502.62593,-634.5711277,-1470.489629,-634.497475,-514.7932529 +490044,-1498.513463,-632.956511,-1466.306892,-632.8852217,-513.0269659 +490045,-1494.660213,-631.4210923,-1462.367344,-631.3520846,-511.4694516 +490046,-1491.07418,-629.9780085,-1458.695499,-629.9112038,-510.0809955 +490047,-1487.740568,-628.6257369,-1455.282871,-628.5610593,-508.7429681 +490048,-1484.62933,-627.3533066,-1452.099811,-627.2906826,-507.4296134 +490049,-1481.708105,-626.1478703,-1449.11265,-626.0872284,-506.1433582 +490050,-1478.9486,-624.9983187,-1446.291892,-624.9395899,-504.8872969 +490051,-1476.33381,-620.8005558,-1443.578112,-623.8418265,-503.6733364 +490052,-1554.790489,-652.3509363,-1522.444949,-660.3555282,-680.7621806 +490053,-1491.265996,-619.150511,-1459.47855,-632.5144587,-608.8483875 +490054,-1330.681688,-540.7391325,-1298.503466,-559.1833845,-305.4314134 +490055,-1382.34929,-558.7741616,-1349.447779,-581.9012249,-367.9635431 +490056,-1418.908807,-570.6988106,-1385.613333,-598.1945677,-421.349187 +490057,-1440.804679,-576.3458676,-1407.283335,-607.9952263,-457.3147737 +490058,-1539.093218,-617.7731241,-1506.009009,-653.4265566,-670.3201339 +490059,-1372.720396,-538.2976554,-1339.62105,-577.8450618,-375.9687441 +490060,-1404.089194,-548.1447199,-1370.490278,-591.4979579,-412.8144016 +490061,-1426.710601,-554.421048,-1392.83765,-601.5124155,-446.4083064 +490062,-1425.238039,-418.5740145,-1391.202828,-600.7124303,-442.3336223 +490063,-1416.868618,-387.9460024,-1382.72177,-596.833513,-428.5522897 +490064,-1412.035955,-379.3731208,-1377.800188,-594.5900472,-422.3398863 +490065,-1409.100421,-342.5832314,-1374.804631,-593.230788,-419.8926074 +490066,-1406.658741,-320.4221547,-1372.321344,-592.1075067,-418.406975 +490067,-1404.716918,-296.157644,-1370.346803,-591.2157979,-417.8345475 +490068,-1403.028307,-274.6693099,-1368.630103,-590.4407394,-417.7134965 +490069,-1401.441066,-258.7207475,-1367.018648,-589.713109,-417.760292 +490070,-1399.934881,-239.551637,-1365.495076,-589.0254946,-417.9373972 +490071,-1398.454453,-224.8105657,-1364.001797,-588.3522206,-418.1344325 +490072,-1397.005121,-206.9135556,-1362.544311,-587.6961778,-418.3586261 +490073,-1395.564376,-191.7386995,-1361.096106,-587.0455781,-418.5616256 +490074,-1394.133973,-176.6252728,-1359.660458,-586.4020797,-418.7505771 +490075,-1392.713417,-159.2637011,-1358.234284,-585.764382,-418.921613 +490076,-1391.307771,-145.2139261,-1356.825319,-585.13605,-419.0906933 +490077,-1389.902552,-129.0088468,-1355.4193,-584.510607,-419.2338417 +490078,-1388.50737,-113.2748141,-1354.025513,-583.8922539,-419.3698356 +490079,-1387.11696,-98.19996553,-1352.638677,-583.2785438,-419.4909426 +490080,-1487.820769,-83.01872182,-1454.05344,-630.097569,-646.1087743 +490081,-1294.598601,270.9186558,-1260.959275,-542.4333743,-304.7285592 +490082,-787.6401841,302.8928168,-1003.205307,-510.2004832,-156.8048927 +490083,199.6369571,328.3259248,353.2927391,-106.4850093,-16.05208493 +490084,-432.0879114,217.9884972,-454.4653074,-75.66280097,-355.1017129 +490085,-221.3812861,271.5076856,-204.9061201,-159.5733383,-23.12657833 +490086,-191.261981,310.3418133,-173.8857867,-100.2540361,216.1786869 +490087,29.8721726,395.5955548,43.04810548,-3.644734251,1475.780283 +490088,-432.2235439,377.3299682,-410.9847326,-198.6337769,1126.970937 +490089,16.0307444,595.9110436,30.13717332,-8.339813036,1430.2456 +490090,-129.0930385,554.2101447,-111.0350155,-66.54422886,1173.721161 +490091,107.5276602,364.7327025,120.8517543,37.65530141,872.0122786 +490092,-237.3673722,570.6659239,-211.7104887,-88.78559408,1287.052457 +490093,105.8516017,367.4211897,110.7451871,4.000385078,1346.876304 +490094,-188.7077985,577.7324758,-166.4078686,-74.03303694,1306.107063 +490095,197.981772,365.3089693,211.8379725,78.48943142,1257.12045 +490096,-153.1821706,382.451918,-136.2247637,-74.64509713,1243.506021 +490097,271.3293253,452.9457626,284.3793679,114.6995156,1580.044048 +490098,39.02649447,633.5096505,60.89057162,25.67362249,1551.126969 +490099,-124.1092255,593.795594,-118.5704175,-74.50055366,1283.007716 +490100,303.8476077,368.0979402,321.1103246,138.0404461,1146.422506 +490101,146.2978819,438.2620908,159.2637286,59.3848698,1521.121307 +490102,-52.57601266,625.5647979,-29.77553104,-14.19420446,1475.435881 +490103,335.7983022,402.3541469,333.5986218,132.8923374,1344.553806 +490104,199.0465563,460.9422539,215.9906605,90.5448362,1561.784642 +490105,15.49097688,644.2937131,27.19003273,9.288236945,1549.82861 +490106,374.9682717,418.2125726,382.7768077,160.2036894,1359.636219 +490107,249.578534,472.2550872,259.0204625,110.2886179,1560.090008 +490108,83.48964499,462.0487052,93.55291568,37.34611146,1498.641527 +490109,452.1063525,506.9110215,456.8953123,198.5035098,1656.478087 +490110,167.7261965,685.7605623,187.2860072,76.84076726,1642.498467 +490111,372.0554566,464.5264203,360.6752399,160.5072629,1460.436565 +490112,335.1746659,504.0032202,345.8459485,148.7467566,1606.035169 +490113,343.3804106,530.1541177,345.5735677,151.4509326,1692.87349 +490114,203.4747288,697.1441621,208.5587989,91.92001535,1644.203144 +490115,493.3052622,467.3096888,493.4892892,216.8067891,1416.73209 +490116,385.510452,507.6575284,386.7768235,170.0046806,1566.564209 +490117,387.7039107,529.789116,384.0406223,170.6798371,1638.496192 +490118,414.2092202,546.8037137,409.0025806,181.2825708,1688.383981 +490119,431.6457981,561.6812324,425.0120656,188.9704005,1730.094741 +490120,444.4281519,574.2181819,437.9756628,194.437765,1763.425747 +490121,459.9023845,584.6824586,442.4007291,200.4748341,1789.362438 +490122,323.8660696,556.1591842,316.8706784,145.4445037,1566.361396 +490123,619.5016322,579.1772104,604.0500239,271.8026526,1738.800387 +490124,485.1071258,597.8919145,468.1013295,212.8450585,1800.084664 +490125,344.388133,744.9591413,354.8430542,152.5677067,1757.445956 +490126,619.3868531,516.6347685,568.9385785,270.9894951,1458.894529 +490127,515.8215862,544.6702908,510.8752393,225.9296774,1562.623402 +490128,521.3440141,556.155344,499.9376213,227.9836216,1594.834179 +490129,543.8095283,564.3657587,522.02042,237.2517104,1612.348544 +490130,556.1781506,571.4951184,534.0177539,243.0600479,1626.027233 +490131,565.6250092,577.2878002,541.5607674,246.4676734,1635.386113 +490132,576.1995787,581.6859389,551.3182435,250.6806863,1640.017295 +490133,587.2614695,585.0675086,559.771968,255.3075254,1641.151895 +490134,597.9211652,587.5343655,570.6069997,259.5974141,1639.010917 +490135,609.0257071,589.3308804,578.6074868,263.9415045,1634.478771 +490136,619.4895999,590.4492652,588.9498732,268.1444225,1627.481885 +490137,630.7633648,591.0370507,597.5453937,272.4990786,1618.587425 +490138,641.0697663,591.147393,606.7916973,276.9117308,1607.992279 +490139,652.1201995,590.8347711,615.8770116,280.7753077,1595.902292 +490140,662.8900277,590.1384449,624.9894241,285.1587051,1582.465417 +490141,787.200987,803.6016818,787.1514359,357.8009345,1490.873701 +490142,769.5290693,937.3591133,768.7766816,349.3810133,1468.946957 +490143,753.0032604,876.3684518,751.1725325,341.2580487,1451.838614 +490144,739.2278221,916.1292484,736.2831697,334.337016,1439.675267 +490145,727.8868631,932.5932432,723.9356767,328.5517958,1430.723351 +490146,718.3886279,948.0111723,713.5541523,323.646675,1423.754024 +490147,710.2328239,963.5986877,704.6121221,319.3857081,1418.036638 +490148,703.2412656,978.3105565,696.9043959,315.6781886,1412.690207 +490149,697.2264443,993.5022458,690.2253819,312.4329643,1407.680359 +490150,692.0109096,1007.906353,684.386463,309.5664263,1403.058398 +490151,687.4396104,1026.522222,679.2249481,307.0065613,1398.782982 +490152,683.3847942,1045.070627,674.6070245,304.6942575,1394.755166 +490153,679.7414825,1062.283447,670.4225322,302.580903,1390.867495 +490154,676.4254047,1080.002527,666.5827344,300.6273645,1387.032395 +490155,673.3689206,1097.186289,663.0161991,298.8021247,1383.185832 +490156,670.5104627,1114.022743,659.6581847,297.07648,1379.269333 +490157,667.8204568,1131.193352,656.4762688,295.4362203,1375.27648 +490158,665.2577068,1147.58584,653.4266455,293.8617867,1371.173384 +490159,662.7947279,1164.005279,650.4798378,292.3399919,1366.946274 +490160,660.4846594,1180.174575,647.6875288,290.8944242,1362.723669 +490161,658.2414506,1196.143589,644.96256,289.4854444,1358.377403 +490162,656.0565336,1211.918009,642.2954769,288.1086806,1353.916716 +490163,653.9159992,1227.501939,639.6716508,286.7573673,1349.338236 +490164,651.8087244,1242.900156,637.0793699,285.4260283,1344.641006 +490165,649.7261008,1258.116138,634.5095503,284.1103519,1339.826491 +490166,647.6614629,1273.106691,631.9551443,282.8069302,1334.897696 +490167,645.6097053,1288.032987,629.4107443,281.513087,1329.858856 +490168,643.5669195,1302.693687,626.8722106,280.2267155,1324.714858 +490169,641.5301711,1317.171505,624.3364321,278.9461752,1319.471138 +490170,639.4972559,1331.595353,621.8010745,277.6701811,1314.133266 +490171,637.4665655,1345.906268,619.2644366,276.3977423,1308.706963 +490172,635.4290461,1359.763539,616.7105017,275.1216215,1303.197708 +490173,633.3787015,1374.54604,614.128761,273.8370439,1297.610862 +490174,631.3137545,1388.161158,611.5164273,272.54266,1291.951523 +490175,629.2347272,1402.225221,608.8748315,271.2389414,1286.224656 +490176,627.1428081,1415.78054,606.2064228,269.9268455,1280.434872 +490177,625.0391772,1429.442633,603.5135333,268.6072677,1274.586571 +490178,622.9248354,1442.985487,600.7980971,267.28092,1268.68376 +490179,620.8006792,1456.151599,598.0617572,265.9483837,1262.730227 +490180,618.6675825,1469.468523,595.305934,264.6101428,1256.729368 +490181,616.5264037,1482.487503,592.5318937,263.2666169,1250.684337 +490182,614.3779807,1495.433102,589.7408119,261.9181917,1244.598021 +490183,612.2230806,1508.171051,586.9337543,260.5652105,1238.473123 +490184,610.0623933,1520.943226,584.1116744,259.207974,1232.312047 +490185,607.8965605,1533.44858,581.2754475,257.8467554,1226.117071 +490186,605.7261308,1545.883413,578.4258462,256.4817899,1219.890196 +490187,603.5516431,1558.12178,575.5635848,255.1132944,1213.633334 +490188,601.3735134,1570.456012,572.6892936,253.7414552,1207.348155 +490189,599.1920818,1577.214183,569.8035586,252.3664462,1201.036264 +490190,597.0663667,1588.354593,567.0422879,251.0469696,1194.699507 +490191,594.9766419,1599.880866,564.3574473,249.7625555,1188.339548 +490192,592.8938358,1611.269618,561.6818042,248.4835226,1181.957252 +490193,590.8027936,1622.649702,558.9810003,247.1945538,1175.553538 +490194,588.6997442,1633.8756,556.2468891,245.8920506,1169.129335 +490195,586.5857302,1645.181843,553.482158,244.577314,1162.685686 +490196,584.4626604,1656.310007,550.6913494,243.2524823,1156.223523 +490197,582.3320443,1667.163855,547.8780154,241.9192242,1149.743797 +490198,580.1948985,1678.230173,545.0445618,240.5786607,1143.247307 +490199,578.0519742,1688.984596,542.1927573,239.2315996,1136.734873 +490200,575.9038746,1699.712292,539.3240468,237.8786836,1130.207171 +490201,576.6691533,1720.57791,539.3577311,237.8468404,1128.970372 +490202,577.5145858,1723.748782,539.4596164,237.84644,1128.061424 +490203,578.3759703,1746.649625,539.5653381,237.8481493,1127.27452 +490204,579.1957052,1742.667875,539.617741,237.8264753,1126.424664 +490205,579.9510976,1741.824641,539.594752,237.7720378,1125.437829 +490206,580.6420256,1777.47703,539.4968488,237.6856392,1124.307663 +490207,581.2761811,1774.955738,539.332242,237.5714321,1123.050172 +490208,581.8616389,1788.008587,539.1094711,237.4335491,1121.682401 +490209,582.4049325,1798.097795,538.8354891,237.275269,1120.217593 +490210,582.9111868,1808.096181,538.5157942,237.0991183,1118.665813 +490211,583.384606,1818.184114,538.1549253,236.907127,1117.035377 +490212,583.8287627,1827.815775,537.7567727,236.7009896,1115.333538 +490213,584.2467729,1837.65345,537.3247426,236.4821537,1113.566843 +490214,584.6413343,1847.020428,536.8618011,236.2518484,1111.741104 +490215,585.0147983,1856.671132,536.3705441,236.0111239,1109.861535 +490216,585.3691899,1866.047357,535.8532178,235.7608665,1107.932705 +490217,585.7062671,1875.194678,535.311786,235.5018333,1105.958693 +490218,586.027532,1884.404679,534.7479479,235.2346637,1103.943054 +490219,586.3342993,1893.436673,534.1631979,234.9599088,1101.888983 +490220,586.6277023,1902.370002,533.5588341,234.6780365,1099.799257 +490221,586.9087306,1911.204662,532.936004,234.389453,1097.676384 +490222,587.178242,1920.017701,532.2957107,234.0945066,1095.522544 +490223,587.4369943,1928.508734,531.6388505,233.7935043,1093.339726 +490224,587.6856404,1937.00301,530.9662084,233.4867098,1091.129653 +490225,587.9247717,1945.528548,530.2784948,233.1743604,1127.675174 +490226,588.1548879,1953.862958,529.5763349,232.8566611,1353.154368 +490227,588.3764438,1953.606107,528.8602975,232.5337979,1235.106352 +490228,799.1056321,1960.220486,528.2649337,232.264404,1287.401218 +490229,715.6516908,1967.521166,527.7449622,232.028368,1301.78211 +490230,752.1422053,1974.802317,527.2337602,231.7962771,1315.280722 +490231,771.30062,1980.939994,526.6965422,231.5528494,1328.412222 +490232,785.608842,1986.919944,526.1247805,231.2944719,1341.339635 +490233,800.4370857,1992.754996,525.5208117,231.0223511,1353.901517 +490234,814.2608206,1998.437107,524.8888843,230.7385115,1366.762369 +490235,829.2776383,2003.972737,526.2311333,231.3530753,1378.794646 +490236,844.0106129,2009.360358,529.625065,232.9006557,1391.359304 +490237,859.1505381,2014.697041,532.9746187,234.4277949,1403.236279 +490238,873.9088606,2019.66767,536.2000442,235.8986084,1415.162556 +490239,888.6641259,2024.70216,539.577563,237.4395636,1426.89976 +490240,903.29407,2029.521854,542.5887119,238.8172451,1438.283384 +490241,917.7085373,2034.129011,545.5072825,240.1527891,1450.09192 +490242,932.4975337,2038.8346,548.3451155,241.4558826,1461.453067 +490243,946.7248706,2043.209405,551.1168515,242.7299421,1472.335199 +490244,961.1394135,2047.534705,553.8270967,243.9807507,1483.553345 +490245,975.3906067,2051.719276,556.4856997,245.2090901,1494.447323 +490246,989.3660284,2055.77752,559.0946079,246.4192582,1505.254125 +490247,1003.88013,2059.805412,561.6618832,247.6111682,1515.679732 +490248,1017.976945,2063.477551,661.6828317,248.7884486,1526.700704 +490249,1031.642668,2067.230162,642.9357637,249.950477,1536.941169 +490250,1045.550923,2070.780613,652.2630429,251.1003881,1547.309556 +490251,1059.793108,2074.222279,666.4681511,252.2371502,1557.582891 +490252,1073.445757,2077.543193,676.0877718,253.3635326,1567.682962 +490253,1087.30818,2080.744094,685.631469,254.4782343,1577.700823 +490254,1100.795681,2083.82596,694.5724896,255.5837895,1587.57766 +490255,1115.041355,2086.789818,703.6796061,301.9484432,1597.431711 +490256,1128.529402,2089.636335,712.7047318,279.6365528,1607.087457 +490257,1142.29213,2092.365926,721.2550048,291.5917411,1616.746783 +490258,1155.980303,2094.978985,729.962814,304.3155505,1626.237354 +490259,1169.649492,2097.476353,738.5059465,304.1221206,1635.623781 +490260,1183.304907,2099.760307,746.9946444,310.1596461,1644.994718 +490261,1077.986718,2048.060078,636.5579283,263.0466472,1420.967935 +490262,1088.536519,2048.351335,642.0968022,263.2030946,1426.232144 +490263,1099.751954,2049.100285,648.1441307,271.3176473,1431.044059 +490264,1110.963126,2049.81762,654.4280753,268.8137804,1436.558487 +490265,1123.008963,2050.514283,660.602976,280.8235594,1442.215389 +490266,1134.490784,2051.155911,666.9461006,272.9176353,1447.782697 +490267,1146.298447,2051.725345,673.091149,292.3491607,1453.930616 +490268,1158.107782,2052.212898,679.3176211,274.1862971,1459.614038 +490269,1169.951261,2052.61339,685.5188497,307.1977344,1465.723356 +490270,1181.834965,2052.924486,691.592072,270.710137,1471.18272 +490271,1193.428834,2053.144703,697.5836136,300.539751,1477.190737 +490272,1205.89257,2053.273499,703.6918433,299.1620026,1482.900698 +490273,1217.616006,2053.310306,709.6082362,301.0139995,1488.70358 +490274,1229.685172,2053.255227,715.5223264,305.074486,1494.399123 +490275,1242.086241,2053.106676,721.3057312,308.3204781,1500.14828 +490276,1253.6352,2052.86544,727.339527,311.4718216,1505.786779 +490277,1265.959581,2052.530879,732.8266087,314.6403928,1511.481244 +490278,1278.101282,2052.102714,738.7771441,317.7927737,1517.061775 +490279,1290.245426,2051.580673,744.384125,320.8390022,1522.700582 +490280,1302.458326,2050.964342,750.0413513,323.9617323,1527.971599 +490281,1314.275362,2050.253399,755.5525916,326.943485,1533.958568 +490282,1327.229765,2049.447379,761.281847,330.0182734,1539.226745 +490283,1339.194726,2048.545931,766.82951,332.9823359,1544.774638 +490284,1351.561311,2047.548566,772.0761814,335.9540211,1550.251088 +490285,1363.993757,2046.45493,777.7789962,338.8488483,1555.638659 +490286,1376.32039,2045.264516,783.0992337,341.8313407,1561.086576 +490287,1388.820403,2043.976995,788.3895634,344.6484142,1566.413548 +490288,1401.246837,2042.591878,794.0332938,347.5919097,1571.78163 +490289,1413.693337,2041.108869,799.0816677,350.4633057,1577.127226 +490290,1426.28223,2039.527501,804.4753653,353.170614,1582.379285 +490291,1438.507985,2037.555678,809.5383479,356.0194172,1587.670731 +490292,1450.879549,2035.427989,814.8955345,358.8645021,1592.93821 +490293,1463.102,2033.266385,819.9291635,361.4482057,1598.113571 +490294,1475.498238,2030.751308,825.0459604,364.2922986,1603.328459 +490295,1487.741788,2028.319413,830.0923926,366.9463276,1608.523879 +490296,1500.164742,2025.693456,835.1435072,369.5767031,1613.623474 +490297,1512.434521,2022.967114,840.1336968,372.3873385,1618.768058 +490298,1524.889978,2020.128617,845.104166,374.831797,1623.891652 +490299,1537.181112,2017.084449,850.0429939,377.6079694,1628.920079 +490300,1549.665978,2014.157099,854.9519626,380.2214876,1633.99368 +490301,1561.981465,2010.92394,859.6799838,382.6576363,1639.018473 +490302,1574.438946,2007.658911,864.7729563,385.3756071,1644.054161 +490303,1586.914752,2004.273152,869.477995,387.8040195,1648.990981 +490304,1599.00713,2000.767917,874.2223956,390.4934612,1653.70364 +490305,1611.786814,1997.177003,879.2108675,392.8831581,1658.916563 +490306,1623.843151,1993.461124,883.625193,395.3502927,1663.51426 +490307,1636.276061,1989.648006,888.4461827,397.9327933,1668.396853 +490308,1648.757266,1985.732702,892.9233315,400.3503154,1673.245537 +490309,1661.111237,1981.714755,897.8556247,402.8952556,1678.115156 +490310,1673.61552,1977.594666,902.3528346,405.1498338,1682.87865 +490311,1685.540906,1973.370476,906.9913672,407.7493251,1687.701255 +490312,1698.858366,1969.050603,911.5757999,410.0978645,1692.472338 +490313,1710.89051,1964.626775,916.1366782,412.4313383,1697.230478 +490314,1723.639681,1960.104999,920.6736405,414.9462415,1702.000867 +490315,1735.951012,1955.484386,925.1876934,417.3417871,1706.667182 +490316,1748.631798,1950.765785,929.6784708,419.5936455,1711.388453 +490317,1761.108611,1945.950194,934.1469087,422.0049633,1716.062 +490318,1773.662773,1941.038198,938.3967701,424.2460376,1720.754767 +490319,1786.14967,1935.938568,943.1287581,426.6996114,1725.339111 +490320,1798.884417,1930.964666,947.379624,428.9506568,1729.983131 +490321,1570.864998,1815.678202,710.4289985,321.862205,1251.516152 +490322,1577.49194,1807.747503,708.5635488,321.4175652,1249.921543 +490323,1587.339571,1800.481354,709.4729529,321.9748754,1249.080641 +490324,1597.23919,1793.774362,710.7789601,322.7855876,1249.83716 +490325,1607.747722,1786.943034,712.3683309,323.8805967,1251.059633 +490326,1618.531182,1780.228136,714.2432962,324.8838709,1253.023289 +490327,1629.356385,1773.497292,716.3642788,326.163494,1255.047369 +490328,1640.430033,1766.650354,718.4073332,327.2486226,1257.361205 +490329,1651.59655,1760.038451,720.5712816,328.5200252,1259.791965 +490330,1662.708095,1753.008193,722.7630452,329.8198119,1262.442781 +490331,1674.014488,1746.155305,724.9844187,330.9641729,1264.885657 +490332,1684.793351,1739.085726,727.234979,332.3557346,1267.554695 +490333,1697.018697,1732.160175,729.5071223,333.5024199,1270.46909 +490334,1707.9902,1725.008212,731.7188952,334.8780765,1273.196818 +490335,1719.73093,1717.859581,734.1547724,336.1353787,1276.078385 +490336,1731.138391,1710.638408,736.5036133,337.4380818,1278.983387 +490337,1742.729262,1703.355866,738.7261466,338.7027986,1281.930268 +490338,1754.45075,1696.01462,741.0569877,340.114572,1284.91094 +490339,1766.093957,1716.699837,743.5443738,341.2940224,1287.808299 +490340,1777.841064,1640.708251,745.8545837,342.7152416,1291.038901 +490341,1789.558164,1693.088399,748.255948,344.0009357,1294.021586 +490342,1801.556796,1671.133379,750.6510956,345.3347302,1297.263629 +490343,1813.274014,1644.779805,753.0571095,346.6667903,1300.189779 +490344,1825.189967,1663.552517,755.4625962,347.9568953,1303.427292 +490345,1837.246675,1632.289259,757.8824932,349.408691,1306.57179 +490346,1849.203063,1639.606224,760.3042613,350.5980603,1309.618626 +490347,1861.268716,1626.284446,762.7321172,352.0561009,1313.027739 +490348,1873.364789,1619.388472,765.064242,353.3581132,1316.139836 +490349,1885.442168,1611.445539,767.6549227,354.7132358,1319.392812 +490350,1897.811342,1603.456098,770.0175899,356.0626281,1322.632838 +490351,1909.450452,1595.168086,772.3893353,357.3764806,1325.887648 +490352,1921.492788,1586.927322,774.8284653,358.6325229,1329.148239 +490353,1933.300455,1578.457475,777.0009435,360.0684658,1332.421287 +490354,1945.208666,1570.01177,779.2943904,361.2513529,1335.547419 +490355,1957.122774,1561.634532,781.7654552,362.545959,1339.074411 +490356,1969.065486,1553.138459,783.9990445,363.9188663,1342.250732 +490357,1980.950174,1544.490417,786.3282555,365.1760244,1345.721931 +490358,1993.05973,1535.93423,788.6338228,366.5376641,1348.794328 +490359,2005.09567,1527.281532,790.9347423,367.6878743,1352.21512 +490360,2017.02829,1518.598912,793.2295993,369.1071538,1355.500759 +490361,2029.078825,1509.883403,795.4004767,370.3459563,1358.815881 +490362,2041.280614,1501.131376,797.8680021,371.6425594,1362.130299 +490363,2053.347528,1492.347863,800.1742039,372.8692958,1365.449109 +490364,2065.51013,1483.600118,802.2806379,374.3019989,1368.765588 +490365,2077.690894,1474.664476,804.6350633,375.44611,1369.430184 +490366,2089.898004,1465.771883,806.8737253,376.7790399,1371.764668 +490367,2102.051806,1456.960267,809.1253175,377.982518,1373.874857 +490368,2114.444212,1448.062866,811.3696509,379.3499898,1375.869546 +490369,2126.7577,1439.039511,813.6073064,380.5743123,1377.979537 +490370,2138.965148,1430.122467,815.7095088,381.8521374,1380.067497 +490371,2151.301392,1421.133481,818.129789,383.1818023,1382.16207 +490372,2163.800149,1412.135798,820.2486324,384.2793277,1384.26085 +490373,2176.15627,1403.123776,822.478059,385.6846494,1386.365101 +490374,2188.613688,1394.158526,824.6775278,386.8816701,1388.472611 +490375,2201.091571,1385.035115,826.8696413,388.1449394,1390.584548 +490376,2213.602405,1375.96532,829.0531407,389.3941535,1392.698842 +490377,2226.143593,1367.04249,831.2288642,390.5714027,1394.816697 +490378,2238.62431,1357.853309,833.3959196,391.9192385,1396.93614 +490379,2257.670033,1348.829506,835.6914814,393.1782834,1399.058388 +490380,2263.125226,1339.803245,837.6297945,394.3186861,1401.181557 +490381,2503.176572,1437.90448,1075.837918,502.4083703,1828.790898 +490382,2532.794055,1431.085307,1081.855153,505.8240697,1834.814577 +490383,2541.331932,1423.399068,1087.348077,508.3261619,1839.91895 +490384,2557.044315,1415.416096,1091.483707,510.6908533,1844.28236 +490385,2571.367018,1407.391885,1095.618787,513.0442948,1848.374783 +490386,2585.214137,1399.167469,1099.744769,514.8641218,1851.981943 +490387,2599.108002,1391.062487,1103.762017,517.1418296,1855.543593 +490388,2613.126389,1382.665538,1107.290079,519.1725116,1858.929823 +490389,2626.987695,1374.428235,1111.317667,520.9451852,1862.22908 +490390,2640.649831,1366.226427,1115.005841,523.2387541,1865.40663 +490391,2654.529338,1357.869101,1118.505301,525.118735,1868.630549 +490392,2668.412058,1349.571325,1122.263434,526.9852443,1871.695686 +490393,2681.902453,1341.390626,1125.733655,529.0172599,1874.74975 +490394,2695.935663,1332.911429,1129.435103,530.9482351,1877.755229 +490395,2709.730615,1324.821489,1132.833378,532.7468479,1880.733627 +490396,2723.346768,1316.455846,1136.448539,534.7355897,1883.668884 +490397,2737.100108,1308.274168,1139.765666,536.4744724,1886.518565 +490398,2751.144279,1300.039169,1143.433504,538.4589636,1889.448024 +490399,2764.655336,1291.799892,1146.762178,540.2917339,1892.192177 +490400,2800.96031,1283.579926,1149.97886,542.3018431,1895.116131 +490401,2767.990351,1275.450634,1153.5587,543.7798255,1897.716981 +490402,2808.510188,1267.176006,1156.601285,545.7983061,1900.569459 +490403,2822.879303,1259.234732,1160.107564,547.4101478,1903.228604 +490404,2832.253048,1250.948854,1163.452942,549.3418843,1905.864324 +490405,2847.103884,1242.97016,1166.363058,551.0824639,1908.590704 +490406,2861.320043,1234.846999,1169.883385,552.8766315,1911.187563 +490407,2874.770771,1229.300057,1173.035185,554.5115451,1913.79611 +490408,2888.77709,1223.744105,1175.995007,556.3442429,1916.377672 +490409,2902.176711,1218.123396,1179.319344,558.074883,1918.883822 +490410,2939.528441,1212.476505,1182.528225,559.6742207,1921.567796 +490411,2920.373098,1206.96569,1185.188006,561.2414039,1925.067843 +490412,2948.664814,1201.210317,1188.058622,563.0671793,1936.105552 +490413,2983.464636,1195.708026,1191.229067,564.644889,1925.293164 +490414,3013.304015,1190.003128,1194.210299,566.1829617,1920.10094 +490415,3011.093901,1184.633875,1196.748494,567.8803228,1941.43223 +490416,3002.865236,1178.912498,1199.941859,569.357259,1934.359535 +490417,3087.732979,1173.447203,1202.425042,571.0291013,1938.628041 +490418,3040.827551,1167.971283,1205.568202,572.4938956,1941.170505 +490419,3116.960037,1162.470071,1208.069762,573.9407394,1943.566451 +490420,3095.39901,1157.182539,1211.035376,575.7199709,1946.019803 +490421,3127.780705,1151.518703,1213.585114,577.4046806,1948.354957 +490422,3151.258512,1146.314591,1216.464322,578.5156671,1950.646948 +490423,3156.444726,1140.92033,1218.976023,580.2480608,1953.02326 +490424,3184.188254,1135.541288,1221.803775,581.3873336,1955.33495 +490425,3200.549799,1130.337114,1224.279095,583.3845126,1970.54461 +490426,3217.905061,1124.955619,1227.103277,584.4875219,1958.991932 +490427,3233.79816,1119.832456,1229.452045,586.0941181,1943.201434 +490428,3238.840416,1114.664746,1232.230304,587.4444411,1976.129492 +490429,3239.406325,1109.439984,1234.624067,589.0065171,1963.865904 +490430,3239.932158,1104.381515,1237.378244,590.2849556,1969.016394 +490431,3240.590585,1099.315985,1239.656046,591.8249959,1971.206921 +490432,3240.826554,1094.246126,1242.417764,593.1507293,1973.595932 +490433,3240.983647,1089.373085,1244.653578,594.6086234,1975.575538 +490434,3241.034128,1084.420874,1247.384171,595.9131518,1994.747958 +490435,3241.134336,1079.631839,1249.523552,597.4220912,1958.283671 +490436,3241.308054,1074.740383,1256.854191,598.6440738,1989.152592 +490437,3241.443258,1070.035078,1254.89435,600.1642943,1984.483449 +490438,3241.544635,1065.336271,1264.307787,601.362838,1999.018513 +490439,3241.745487,1060.706111,1257.138344,602.838212,1980.539363 +490440,3242.174549,1056.137138,1248.460124,604.0984968,1983.552874 +490441,3252.445143,1074.113133,1318.770336,627.901342,2095.04403 +490442,3264.876733,1070.293027,1311.326792,629.9850023,2070.722306 +490443,3277.617617,1066.224456,1316.366473,631.6043769,2087.805357 +490444,3289.797765,1062.056734,1318.451383,632.9496795,2089.78935 +490445,3301.023268,1057.797112,1320.455999,634.2632278,2093.794875 +490446,3311.301807,1053.742365,1322.239309,635.4767404,2097.627256 +490447,3320.953296,1049.432787,1323.919165,636.6436383,2101.23239 +490448,3330.209896,1045.337978,1325.51004,637.7702021,2104.826491 +490449,3339.211797,1041.230326,1327.027096,638.8636094,2108.307619 +490450,3348.043298,1037.183837,1328.477316,639.9271576,2111.745392 +490451,3356.735792,1033.195393,1329.867671,640.9640177,2114.977272 +490452,3365.316957,1029.326529,1331.200337,641.9751808,2118.473167 +490453,3373.815105,1025.380557,1332.479806,642.9626016,2121.661258 +490454,3382.232402,1021.726348,1333.706709,643.9265175,2124.9086 +490455,3390.578909,1018.253732,1334.884628,644.8684398,2128.092432 +490456,3398.868188,1014.740106,1336.013596,645.7883153,2131.244871 +490457,3407.111005,1011.3584,1337.096582,646.6873664,2134.359677 +490458,3415.313307,1008.111301,1338.133283,647.5653794,2137.439015 +490459,3423.479745,1004.81415,1339.126421,648.4234608,2140.486837 +490460,3431.612265,1001.71996,1340.075677,650.1789045,2143.50147 +490461,3439.711797,998.6185948,1340.984038,651.3908765,2146.487891 +490462,3447.782775,995.5526302,1341.849989,652.5797075,2149.45427 +490463,3455.828938,992.5102086,1342.676246,653.805001,2152.371373 +490464,3463.850543,989.4874407,1343.462176,655.1101534,2155.264205 +490465,3472.136127,986.4879535,1344.210159,656.3787637,2158.140271 +490466,3480.077604,983.5047152,1344.919447,657.7718498,2160.986148 +490467,3487.993268,980.5408984,1345.59234,659.1850746,2163.799778 +490468,3495.896996,977.5941599,1346.227992,660.651748,2166.595477 +490469,3503.791917,974.6644895,1346.828789,662.1672211,2169.364972 +490470,3511.676103,971.7508118,1347.39326,663.7300717,2172.109667 +490471,3519.544946,968.9972808,1348.136176,665.4345925,2174.832675 +490472,3527.240452,966.1441944,1348.88937,667.2029902,2177.530814 +490473,3534.674863,963.379847,1349.631628,669.0250897,2180.211528 +490474,3541.847902,960.7210425,1350.355828,670.8967734,2182.858683 +490475,3548.837037,955.123565,1344.197517,671.120735,2185.570414 +490476,3556.734791,952.0915267,1344.049864,672.7871885,2188.141112 +490477,3565.032855,949.1282481,1344.281015,674.8044816,2190.691509 +490478,3573.131564,946.3555489,1344.507598,676.7472035,2193.282476 +490479,3580.791763,943.5873872,1344.92412,678.9202781,2195.82472 +490480,3588.027143,940.8650165,1345.302819,681.0175323,2198.359315 +490481,3594.937086,938.1758353,1345.702945,683.2528316,2200.86843 +490482,3601.611583,935.515785,1346.107115,685.5385755,2203.350769 +490483,3608.10869,932.8849318,1346.513168,687.8353415,2205.836796 +490484,3614.461062,930.2799885,1346.917488,690.1829552,2208.284678 +490485,3620.68513,927.7015808,1347.320413,692.5764425,2210.716008 +490486,3626.79078,925.1482887,1347.719431,695.0138391,2213.131246 +490487,3632.785187,922.620154,1348.115537,697.4948101,2215.530486 +490488,3638.673147,920.1659042,1348.50659,700.0176199,2217.898957 +490489,3644.459184,917.6138494,1348.893828,702.6180852,2220.258203 +490490,3650.434598,915.1925403,1349.275256,705.1683845,2222.593032 +490491,3655.990871,912.7527507,1349.652245,707.8379506,2224.910438 +490492,3661.44946,910.29302,1349.954852,710.5143771,2227.206657 +490493,3666.824261,907.9797672,1350.421488,713.2338171,2229.460125 +490494,3672.119398,905.5807958,1350.732338,715.9896088,2231.754555 +490495,3677.333708,903.2963708,1351.096364,718.7813585,2233.979533 +490496,3682.464096,900.9052456,1351.443094,721.5695018,2236.193728 +490497,3687.515126,898.6426197,1351.783686,724.0739286,2238.394292 +490498,3692.483285,896.3584671,1352.059481,727.4131882,2240.448188 +490499,3697.353185,894.1037996,1352.371768,730.0685884,2242.582814 +490500,3702.128637,891.871453,1352.686813,733.0544715,2244.711338 +490501,3701.53887,857.2125412,1276.789145,703.5075527,2090.502902 +490502,3696.078759,854.358898,1277.461381,706.0522768,2111.696171 +490503,3689.057676,852.6325469,1278.007025,709.3950096,2104.183085 +490504,3683.382092,847.6598775,1271.882682,711.4289253,2107.544336 +490505,3680.563917,845.1141123,1271.369494,714.5097484,2122.367227 +490506,3679.889495,842.9064667,1271.591167,717.4524593,2091.27879 +490507,3680.182695,840.808185,1274.793008,721.284685,2139.442708 +490508,3680.77782,838.7757495,1271.316005,724.395704,2094.246357 +490509,3681.476136,836.7913579,1277.983055,727.9748205,2118.728321 +490510,3682.081322,834.8467989,1270.233969,731.3574302,2135.775083 +490511,3682.648709,832.9402765,1283.554955,734.9036175,2105.311133 +490512,3683.360055,831.0645508,1265.910963,738.4597353,2128.245605 +490513,3684.194646,829.222778,1273.64405,742.0405547,2122.357509 +490514,3685.278742,827.4094337,1279.427445,745.6102357,2125.375452 +490515,3687.104337,825.6286151,1276.093009,749.2762162,2126.972471 +490516,3689.012861,823.8742144,1277.841775,752.8552972,2128.385267 +490517,3691.159213,822.1508281,1278.651954,756.6744295,2130.278175 +490518,3693.432727,820.4524866,1279.366778,760.2493328,2131.715437 +490519,3695.748424,818.7840709,1280.174544,764.0079119,2133.435731 +490520,3698.303142,817.1395493,1280.910824,767.7735468,2134.798038 +490521,3700.657356,815.5241122,1281.738227,771.5456874,2142.820228 +490522,3702.902668,813.9311966,1282.561562,775.2999673,2128.639488 +490523,3704.631638,812.3665905,1283.303075,779.1343754,2149.995228 +490524,3706.78422,810.8241046,1284.12629,782.9126383,2137.483893 +490525,3709.052241,809.3060821,1284.926566,786.7314228,2143.391595 +490526,3710.920603,807.8127875,1285.683272,790.5229771,2144.630009 +490527,3713.149025,806.3431437,1286.617859,794.4333156,2145.927192 +490528,3714.982221,804.8965973,1287.408713,798.2995428,2147.379088 +490529,3716.733331,803.4730595,1288.333746,802.0543023,2148.749906 +490530,3718.428764,802.0719599,1289.08277,806.0200086,2150.427188 +490531,3720.372976,800.4851005,1289.501675,809.7681099,2151.759587 +490532,3722.044008,798.8734457,1289.753837,813.5514341,2153.280206 +490533,3723.78616,797.2600543,1289.969526,817.3261869,2154.489914 +490534,3725.622231,795.6056184,1290.153239,821.1014071,2156.126732 +490535,3727.530922,794.0674684,1290.311039,824.8761786,2157.466535 +490536,3729.473424,792.4398417,1290.445654,828.6535813,2158.823279 +490537,3731.428076,790.8579378,1290.559235,832.4310633,2160.262587 +490538,3733.385043,789.2779828,1290.723091,836.1612771,2161.406493 +490539,3735.342418,787.7064906,1290.691088,840.0105734,2163.001074 +490540,3737.291996,786.143742,1290.798211,843.752566,2164.244493 +490541,3739.514463,784.5899723,1290.754873,847.582931,2165.525149 +490542,3741.400222,783.0451801,1290.882849,851.282774,2166.858894 +490543,3743.254823,781.5095545,1290.836796,855.037709,2168.017741 +490544,3745.095801,779.983015,1290.836532,858.8680565,2169.471785 +490545,3746.917636,778.4656953,1290.810265,862.591894,2170.656565 +490546,3748.926019,776.9576593,1290.768328,866.3525852,2177.417375 +490547,3750.857844,775.4585654,1290.711544,870.098721,2170.734798 +490548,3752.467507,773.9684306,1290.639926,873.7856611,2174.627552 +490549,3754.044241,772.5294462,1290.652537,878.0092772,2176.063268 +490550,3755.797168,771.0684533,1290.650795,881.6993129,2176.818418 +490551,3757.585564,769.6120592,1290.442518,885.5045967,2177.997296 +490552,3759.334855,768.1635581,1290.378835,889.2398656,2178.965131 +490553,3761.022938,766.7235554,1290.237629,892.9673639,2180.339119 +490554,3762.637955,765.2920644,1290.093324,896.5345687,2181.335282 +490555,3764.173488,763.8692158,1289.93626,900.3917022,2182.490819 +490556,3765.637056,762.4112487,1289.766032,903.9487076,2183.362482 +490557,3767.278307,761.0694771,1289.583261,907.7543175,2189.997636 +490558,3768.834122,759.6413503,1289.387487,911.233227,2183.634367 +490559,3770.001023,758.2582065,1289.179083,914.9732335,2186.5285 +490560,3771.082867,756.8770763,1288.958514,918.4282308,2188.195173 +490561,3767.430363,688.9949729,1146.957851,855.6115522,1899.647804 +490562,3741.549509,686.7426879,1114.798458,858.1374774,1904.050254 +490563,3711.446683,684.6186055,1137.752838,860.9265235,1901.090987 +490564,3689.140521,682.6493614,1142.833982,863.735537,1901.454099 +490565,3675.281719,680.6130155,1102.74402,866.4955491,1901.652121 +490566,3668.032531,678.6861655,1135.855855,869.3648128,1901.612131 +490567,3664.357463,676.7436761,1133.887767,872.1477283,1901.721679 +490568,3662.600974,674.8214804,1100.959257,874.8141664,1901.827499 +490569,3661.793099,672.9114981,1129.043092,877.5004856,1901.941533 +490570,3661.338908,670.9725527,1123.763594,880.2335837,1902.062449 +490571,3661.09523,669.1398845,1103.068471,882.8130321,1902.17384 +490572,3660.920263,667.2304059,1130.380767,885.3917659,1902.289315 +490573,3660.737095,665.3619464,1095.279014,887.9111013,1902.396088 +490574,3660.492945,663.4947375,1124.708264,890.3750475,1902.466339 +490575,3659.857765,661.6340653,1096.457417,892.7798843,1902.600486 +490576,3659.444635,659.7794386,1112.384442,895.1211739,1902.659896 +490577,3658.892388,657.9305909,1102.609124,897.3945806,1902.712146 +490578,3658.191623,656.0487707,1103.493882,899.5950741,1902.800121 +490579,3657.340111,654.2656663,1100.999001,901.6625931,1902.939436 +490580,3656.315102,652.4046997,1099.188272,903.7830731,1902.788728 +490581,3655.132751,650.5800033,1097.409629,905.7480217,1902.906669 +490582,3653.787871,648.7532292,1095.479605,907.5266443,1902.839129 +490583,3652.277935,646.9294621,1093.592044,909.3152495,1902.871799 +490584,3650.597268,645.108192,1091.744129,910.9441557,1902.806525 +490585,3648.495541,643.2517914,1089.7302,912.4616033,1902.736446 +490586,3646.52592,641.4882885,1087.83732,913.8499267,1902.687166 +490587,3644.361294,639.6456836,1085.877126,915.0989962,1902.573895 +490588,3641.889082,637.8203744,1083.890716,916.2029873,1897.115875 +490589,3639.404173,636.0005478,1081.903887,917.1380179,1910.477082 +490590,3637.705531,634.1808474,1079.901319,917.8954782,1891.981473 +490591,3635.056328,631.8629584,1076.718774,917.3851393,1907.079183 +490592,3631.675846,629.5402977,1073.432007,916.6661,1898.919765 +490593,3627.832738,623.3272351,1060.936476,933.3890901,1900.833686 +490594,3629.447694,620.3993016,1056.365296,935.6880092,1895.329034 +490595,3633.779177,617.6849799,1052.330232,936.5127047,1913.081803 +490596,3637.477834,614.9605312,1048.145406,936.9648129,1884.381204 +490597,3639.099028,612.2849778,1044.184199,937.1448512,1909.836303 +490598,3638.627456,609.5757932,1040.185881,937.1077045,1893.458688 +490599,3636.600761,606.9535192,1036.243605,936.8859936,1909.231407 +490600,3633.226382,604.2557993,1032.066899,936.4978578,1904.157597 +490601,3629.485829,601.5857654,1028.10963,935.955313,1876.18553 +490602,3625.230338,598.8727885,1023.957189,935.2654716,1914.517602 +490603,3620.468864,596.2408915,1019.917515,934.4348654,1888.679513 +490604,3615.28644,593.5306976,1015.730408,933.4674147,1912.852296 +490605,3609.501484,591.1342009,1011.648067,932.3678714,1875.219585 +490606,3603.691153,588.0298361,1007.41922,931.0839038,1918.019617 +490607,3597.547256,585.5243609,1003.349099,929.8117689,1894.42698 +490608,3591.21509,582.7453802,999.0002195,928.2230086,1884.858962 +490609,3584.668098,580.0780251,994.815791,925.1255389,1890.312216 +490610,3577.414285,577.3337939,990.6240865,921.7722957,1898.461501 +490611,3569.228866,574.5766781,986.2956341,918.1097893,1907.638204 +490612,3560.328421,571.8683824,982.0296295,914.2574866,1867.004362 +490613,3550.506916,569.06557,977.6207992,910.064624,1903.575965 +490614,3540.385658,566.3538162,973.3348519,905.7194931,1887.767004 +490615,3529.818463,563.5647387,968.9881731,901.2576303,1889.634249 +490616,3518.875349,560.7592562,964.5772135,896.5401009,1888.609717 +490617,3507.572696,558.0133163,960.1108342,891.5425637,1887.590378 +490618,3495.875773,555.1615419,955.8074168,886.4584042,1886.388144 +490619,3483.75027,552.3952666,951.2986161,881.1407619,1885.450153 +490620,3471.213074,549.5214544,946.8281611,875.6498484,1883.991501 +490621,2006.077119,546.7212625,859.2044279,869.8523549,1901.826406 +490622,2121.547367,674.7482811,896.6084132,995.8986169,2134.088772 +490623,2276.12051,675.6473326,943.5065413,992.7685666,2235.544946 +490624,2394.076302,671.183833,976.7336716,986.3867285,2303.366905 +490625,2459.961725,668.7466191,993.4779333,980.0739495,2332.987206 +490626,2494.037139,665.7848662,1002.165168,973.7198976,2345.809965 +490627,2512.320528,662.8279088,1007.16943,967.0324198,2351.533944 +490628,2522.640301,659.8713751,1010.412948,960.2519465,2354.45936 +490629,2528.367594,656.8474796,1012.745564,953.2468463,2356.283685 +490630,2530.866641,653.9146063,1014.526136,946.3522206,2357.649638 +490631,2530.788999,650.8790193,1015.907859,939.0341343,2358.769269 +490632,2528.566431,647.8749046,1016.968629,931.7595818,2359.710432 +490633,2524.583128,644.8516298,1017.760167,924.484571,2360.500678 +490634,2519.165076,641.8356273,1018.323453,916.9754547,2361.158108 +490635,2512.588455,638.7846879,1018.69319,909.720243,2361.698024 +490636,2505.080227,628.5456108,1018.898365,865.4296248,2362.132779 +490637,2490.154302,624.7731186,1018.698259,819.7849955,2362.50171 +490638,2470.982071,621.8109062,1018.215367,850.2219565,2362.782391 +490639,2451.381872,618.7766218,1017.611582,812.098059,2362.958215 +490640,2433.231247,616.1220835,1016.978879,824.547598,2363.053872 +490641,2416.8835,613.2571772,1016.352488,811.4541353,2363.082995 +490642,2402.076294,610.6537212,1015.731027,807.0191156,2363.053123 +490643,2388.460549,607.8940408,1015.115331,801.206559,2362.968629 +490644,2375.772087,605.342171,1014.498633,795.6858302,2362.832548 +490645,2363.836073,602.5934797,1013.884292,790.227285,2362.647034 +490646,2352.568001,600.141067,1013.284292,785.0421256,2362.45169 +490647,2341.842195,597.4558122,1012.687363,779.8101607,2362.212288 +490648,2331.559087,594.9929156,1012.076926,774.8606499,2361.901956 +490649,2321.67096,592.3603254,1011.464593,769.8142794,2361.54 +490650,2312.129424,589.9234256,1010.848785,765.0483612,2361.135038 +490651,2302.891469,587.3244729,1010.23457,760.175235,2360.691576 +490652,2293.920617,584.8825446,1009.618011,755.6195451,2360.212625 +490653,2285.186193,582.3721224,1009.003305,750.8179677,2359.700518 +490654,2276.662487,579.9717467,1008.386233,746.3851207,2359.157415 +490655,2268.327796,577.4437902,1007.770883,741.7291732,2358.585318 +490656,2260.163813,575.1022307,1007.153039,737.4536048,2357.986214 +490657,2252.154962,572.5995463,1006.536783,732.9839785,2357.361993 +490658,2244.28801,570.2524246,1005.917931,728.6707335,2356.714526 +490659,2236.551596,567.8342932,1005.300562,724.3264884,2356.045552 +490660,2228.936026,565.5266029,1004.68053,720.166125,2355.356807 +490661,2221.432898,563.091337,1004.061913,715.8756673,2354.649885 +490662,2213.801505,560.839979,1003.457827,711.8591248,2353.966135 +490663,2206.546999,558.4288371,1002.855967,707.5283237,2353.269026 +490664,2199.362548,556.2067704,1002.238773,703.652661,2352.528725 +490665,2192.256077,553.7897783,1001.618245,699.4780319,2351.764905 +490666,2185.228609,551.6494294,1000.993402,695.5737649,2350.986043 +490667,2178.279141,549.2708165,1000.369475,691.5656352,2350.19606 +490668,2171.405904,547.1120509,999.7428437,687.6516068,2349.397058 +490669,2164.606737,544.7887076,999.1176853,683.7002773,2348.590332 +490670,2157.879441,542.6519835,998.4900202,679.868796,2347.776912 +490671,2151.22188,540.3229247,997.8638845,676.0189625,2346.957648 +490672,2144.632143,538.2648431,997.2352911,672.3195748,2346.133369 +490673,2138.108447,535.9725145,996.6082532,668.4012796,2345.304778 +490674,2131.649226,533.8964093,995.9787967,664.786861,2344.27768 +490675,2125.253028,531.6571777,995.3509235,660.9851367,2343.452873 +490676,2118.918607,529.6019626,994.7207006,657.3965575,2342.62768 +490677,2112.644769,527.390017,994.0921208,653.6639084,2341.800648 +490678,2106.430455,525.3272034,993.4612616,650.1332367,2340.971444 +490679,2100.274645,523.192341,992.8320938,646.4599374,2340.140379 +490680,2094.176446,521.1638608,992.2007174,642.9881219,2339.308057 +490681,0,0,0,0,0 +490682,0,0,0,0,0 +490683,0,0,0,0,0 +490684,0,0,0,0,0 +490685,0,0,0,0,0 +490686,0,0,0,0,0 +490687,0,0,0,0,0 +490688,0,0,0,0,0 +490689,0,0,0,0,0 +490690,0,0,0,0,0 +490691,0,0,0,0,0 +490692,0,0,0,0,0 +490693,0,0,0,0,0 +490694,0,0,0,0,0 +490695,0,0,0,0,0 +490696,0,0,0,0,0 +490697,0,0,0,0,0 +490698,0,0,0,0,0 +490699,0,0,0,0,0 +490700,0,0,0,0,0 +490701,0,0,0,0,0 +490702,0,0,0,0,0 +490703,0,0,0,0,0 +490704,0,0,0,0,0 +490705,0,0,0,0,0 +490706,0,0,0,0,0 +490707,0,0,0,0,0 +490708,0,0,0,0,0 +490709,0,0,0,0,0 +490710,0,0,0,0,0 +490711,0,0,0,0,0 +490712,0,0,0,0,0 +490713,0,0,0,0,0 +490714,0,0,0,0,0 +490715,0,0,0,0,0 +490716,0,0,0,0,0 +490717,0,0,0,0,0 +490718,0,0,0,0,0 +490719,0,0,0,0,0 +490720,0,0,0,0,0 +490721,0,0,0,0,0 +490722,0,0,0,0,0 +490723,0,0,0,0,0 +490724,0,0,0,0,0 +490725,0,0,0,0,0 +490726,0,0,0,0,0 +490727,0,0,0,0,0 +490728,0,0,0,0,0 +490729,0,0,0,0,0 +490730,0,0,0,0,0 +490731,0,0,0,0,0 +490732,0,0,0,0,0 +490733,0,0,0,0,0 +490734,0,0,0,0,0 +490735,0,0,0,0,0 +490736,0,0,0,0,0 +490737,0,0,0,0,0 +490738,0,0,0,0,0 +490739,0,0,0,0,0 +490740,0,0,0,0,0 +490741,0,0,0,0,0 +490742,0,0,0,0,0 +490743,0,0,0,0,0 +490744,0,0,0,0,0 +490745,0,0,0,0,0 +490746,0,0,0,0,0 +490747,0,0,0,0,0 +490748,0,0,0,0,0 +490749,0,0,0,0,0 +490750,0,0,0,0,0 +490751,0,0,0,0,0 +490752,0,0,0,0,0 +490753,0,0,0,0,0 +490754,0,0,0,0,0 +490755,0,0,0,0,0 +490756,0,0,0,0,0 +490757,0,0,0,0,0 +490758,0,0,0,0,0 +490759,0,0,0,0,0 +490760,0,0,0,0,0 +490761,0,0,0,0,0 +490762,0,0,0,0,0 +490763,0,0,0,0,0 +490764,0,0,0,0,0 +490765,0,0,0,0,0 +490766,0,0,0,0,0 +490767,0,0,0,0,0 +490768,0,0,0,0,0 +490769,0,0,0,0,0 +490770,0,0,0,0,0 +490771,0,0,0,0,0 +490772,0,0,0,0,0 +490773,0,0,0,0,0 +490774,0,0,0,0,0 +490775,0,0,0,0,0 +490776,0,0,0,0,0 +490777,0,0,0,0,0 +490778,0,0,0,0,0 +490779,0,0,0,0,0 +490780,0,0,0,0,0 +490781,0,0,0,0,0 +490782,0,0,0,0,0 +490783,0,0,0,0,0 +490784,0,0,0,0,0 +490785,0,0,0,0,0 +490786,0,0,0,0,0 +490787,0,0,0,0,0 +490788,0,0,0,0,0 +490789,0,0,0,0,0 +490790,0,0,0,0,0 +490791,0,0,0,0,0 +490792,0,0,0,0,0 +490793,0,0,0,0,0 +490794,0,0,0,0,0 +490795,0,0,0,0,0 +490796,0,0,0,0,0 +490797,0,0,0,0,0 +490798,0,0,0,0,0 +490799,0,0,0,0,0 +490800,0,0,0,0,0 +490801,0,0,0,0,0 +490802,0,0,0,0,0 +490803,0,0,0,0,0 +490804,0,0,0,0,0 +490805,0,0,0,0,0 +490806,0,0,0,0,0 +490807,0,0,0,0,0 +490808,0,0,0,0,0 +490809,0,0,0,0,0 +490810,0,0,0,0,0 +490811,0,0,0,0,0 +490812,0,0,0,0,0 +490813,0,0,0,0,0 +490814,0,0,0,0,0 +490815,0,0,0,0,0 +490816,0,0,0,0,0 +490817,0,0,0,0,0 +490818,0,0,0,0,0 +490819,0,0,0,0,0 +490820,0,0,0,0,0 +490821,0,0,0,0,0 +490822,0,0,0,0,0 +490823,0,0,0,0,0 +490824,0,0,0,0,0 +490825,0,0,0,0,0 +490826,0,0,0,0,0 +490827,0,0,0,0,0 +490828,0,0,0,0,0 +490829,0,0,0,0,0 +490830,0,0,0,0,0 +490831,0,0,0,0,0 +490832,0,0,0,0,0 +490833,0,0,0,0,0 +490834,0,0,0,0,0 +490835,0,0,0,0,0 +490836,0,0,0,0,0 +490837,0,0,0,0,0 +490838,0,0,0,0,0 +490839,0,0,0,0,0 +490840,0,0,0,0,0 +490841,0,0,0,0,0 +490842,0,0,0,0,0 +490843,0,0,0,0,0 +490844,0,0,0,0,0 +490845,0,0,0,0,0 +490846,0,0,0,0,0 +490847,0,0,0,0,0 +490848,0,0,0,0,0 +490849,0,0,0,0,0 +490850,0,0,0,0,0 +490851,0,0,0,0,0 +490852,0,0,0,0,0 +490853,0,0,0,0,0 +490854,0,0,0,0,0 +490855,0,0,0,0,0 +490856,0,0,0,0,0 +490857,0,0,0,0,0 +490858,0,0,0,0,0 +490859,0,0,0,0,0 +490860,0,0,0,0,0 +490861,0,0,0,0,0 +490862,0,0,0,0,0 +490863,0,0,0,0,0 +490864,0,0,0,0,0 +490865,0,0,0,0,0 +490866,0,0,0,0,0 +490867,0,0,0,0,0 +490868,0,0,0,0,0 +490869,0,0,0,0,0 +490870,0,0,0,0,0 +490871,0,0,0,0,0 +490872,0,0,0,0,0 +490873,0,0,0,0,0 +490874,0,0,0,0,0 +490875,0,0,0,0,0 +490876,0,0,0,0,0 +490877,0,0,0,0,0 +490878,0,0,0,0,0 +490879,0,0,0,0,0 +490880,0,0,0,0,0 +490881,0,0,0,0,0 +490882,0,0,0,0,0 +490883,0,0,0,0,0 +490884,0,0,0,0,0 +490885,0,0,0,0,0 +490886,0,0,0,0,0 +490887,0,0,0,0,0 +490888,0,0,0,0,0 +490889,0,0,0,0,0 +490890,0,0,0,0,0 +490891,0,0,0,0,0 +490892,0,0,0,0,0 +490893,0,0,0,0,0 +490894,0,0,0,0,0 +490895,0,0,0,0,0 +490896,0,0,0,0,0 +490897,0,0,0,0,0 +490898,0,0,0,0,0 +490899,0,0,0,0,0 +490900,0,0,0,0,0 +490901,0,0,0,0,0 +490902,0,0,0,0,0 +490903,0,0,0,0,0 +490904,0,0,0,0,0 +490905,0,0,0,0,0 +490906,0,0,0,0,0 +490907,0,0,0,0,0 +490908,0,0,0,0,0 +490909,0,0,0,0,0 +490910,0,0,0,0,0 +490911,0,0,0,0,0 +490912,0,0,0,0,0 +490913,0,0,0,0,0 +490914,0,0,0,0,0 +490915,0,0,0,0,0 +490916,0,0,0,0,0 +490917,0,0,0,0,0 +490918,0,0,0,0,0 +490919,0,0,0,0,0 +490920,0,0,0,0,0 +490921,0,0,0,0,0 +490922,0,0,0,0,0 +490923,0,0,0,0,0 +490924,0,0,0,0,0 +490925,0,0,0,0,0 +490926,0,0,0,0,0 +490927,0,0,0,0,0 +490928,0,0,0,0,0 +490929,0,0,0,0,0 +490930,0,0,0,0,0 +490931,0,0,0,0,0 +490932,0,0,0,0,0 +490933,0,0,0,0,0 +490934,0,0,0,0,0 +490935,0,0,0,0,0 +490936,0,0,0,0,0 +490937,0,0,0,0,0 +490938,0,0,0,0,0 +490939,0,0,0,0,0 +490940,0,0,0,0,0 +490941,0,0,0,0,0 +490942,0,0,0,0,0 +490943,0,0,0,0,0 +490944,0,0,0,0,0 +490945,0,0,0,0,0 +490946,0,0,0,0,0 +490947,0,0,0,0,0 +490948,0,0,0,0,0 +490949,0,0,0,0,0 +490950,0,0,0,0,0 +490951,0,0,0,0,0 +490952,0,0,0,0,0 +490953,0,0,0,0,0 +490954,0,0,0,0,0 +490955,0,0,0,0,0 +490956,0,0,0,0,0 +490957,0,0,0,0,0 +490958,0,0,0,0,0 +490959,0,0,0,0,0 +490960,0,0,0,0,0 +490961,0,0,0,0,0 +490962,0,0,0,0,0 +490963,0,0,0,0,0 +490964,0,0,0,0,0 +490965,0,0,0,0,0 +490966,0,0,0,0,0 +490967,0,0,0,0,0 +490968,0,0,0,0,0 +490969,0,0,0,0,0 +490970,0,0,0,0,0 +490971,0,0,0,0,0 +490972,0,0,0,0,0 +490973,0,0,0,0,0 +490974,0,0,0,0,0 +490975,0,0,0,0,0 +490976,0,0,0,0,0 +490977,0,0,0,0,0 +490978,0,0,0,0,0 +490979,0,0,0,0,0 +490980,0,0,0,0,0 +490981,0,0,0,0,0 +490982,0,0,0,0,0 +490983,0,0,0,0,0 +490984,0,0,0,0,0 +490985,0,0,0,0,0 +490986,0,0,0,0,0 +490987,0,0,0,0,0 +490988,0,0,0,0,0 +490989,0,0,0,0,0 +490990,0,0,0,0,0 +490991,0,0,0,0,0 +490992,0,0,0,0,0 +490993,0,0,0,0,0 +490994,0,0,0,0,0 +490995,0,0,0,0,0 +490996,0,0,0,0,0 +490997,0,0,0,0,0 +490998,0,0,0,0,0 +490999,0,0,0,0,0 +491000,0,0,0,0,0 +491001,0,0,0,0,0 +491002,0,0,0,0,0 +491003,0,0,0,0,0 +491004,0,0,0,0,0 +491005,0,0,0,0,0 +491006,0,0,0,0,0 +491007,0,0,0,0,0 +491008,0,0,0,0,0 +491009,0,0,0,0,0 +491010,0,0,0,0,0 +491011,0,0,0,0,0 +491012,0,0,0,0,0 +491013,0,0,0,0,0 +491014,0,0,0,0,0 +491015,0,0,0,0,0 +491016,0,0,0,0,0 +491017,0,0,0,0,0 +491018,0,0,0,0,0 +491019,0,0,0,0,0 +491020,0,0,0,0,0 +491021,0,0,0,0,0 +491022,0,0,0,0,0 +491023,0,0,0,0,0 +491024,0,0,0,0,0 +491025,0,0,0,0,0 +491026,0,0,0,0,0 +491027,0,0,0,0,0 +491028,0,0,0,0,0 +491029,0,0,0,0,0 +491030,0,0,0,0,0 +491031,0,0,0,0,0 +491032,0,0,0,0,0 +491033,0,0,0,0,0 +491034,0,0,0,0,0 +491035,0,0,0,0,0 +491036,0,0,0,0,0 +491037,0,0,0,0,0 +491038,0,0,0,0,0 +491039,0,0,0,0,0 +491040,0,0,0,0,0 +491041,0,0,0,0,0 +491042,0,0,0,0,0 +491043,0,0,0,0,0 +491044,0,0,0,0,0 +491045,0,0,0,0,0 +491046,0,0,0,0,0 +491047,0,0,0,0,0 +491048,0,0,0,0,0 +491049,0,0,0,0,0 +491050,0,0,0,0,0 +491051,0,0,0,0,0 +491052,0,0,0,0,0 +491053,0,0,0,0,0 +491054,0,0,0,0,0 +491055,0,0,0,0,0 +491056,0,0,0,0,0 +491057,0,0,0,0,0 +491058,0,0,0,0,0 +491059,0,0,0,0,0 +491060,0,0,0,0,0 +491061,0,0,0,0,0 +491062,0,0,0,0,0 +491063,0,0,0,0,0 +491064,0,0,0,0,0 +491065,0,0,0,0,0 +491066,0,0,0,0,0 +491067,0,0,0,0,0 +491068,0,0,0,0,0 +491069,0,0,0,0,0 +491070,0,0,0,0,0 +491071,0,0,0,0,0 +491072,0,0,0,0,0 +491073,0,0,0,0,0 +491074,0,0,0,0,0 +491075,0,0,0,0,0 +491076,0,0,0,0,0 +491077,0,0,0,0,0 +491078,0,0,0,0,0 +491079,0,0,0,0,0 +491080,0,0,0,0,0 +491081,0,0,0,0,0 +491082,0,0,0,0,0 +491083,0,0,0,0,0 +491084,0,0,0,0,0 +491085,0,0,0,0,0 +491086,0,0,0,0,0 +491087,0,0,0,0,0 +491088,0,0,0,0,0 +491089,0,0,0,0,0 +491090,0,0,0,0,0 +491091,0,0,0,0,0 +491092,0,0,0,0,0 +491093,0,0,0,0,0 +491094,0,0,0,0,0 +491095,0,0,0,0,0 +491096,0,0,0,0,0 +491097,0,0,0,0,0 +491098,0,0,0,0,0 +491099,0,0,0,0,0 +491100,0,0,0,0,0 +491101,0,0,0,0,0 +491102,0,0,0,0,0 +491103,0,0,0,0,0 +491104,0,0,0,0,0 +491105,0,0,0,0,0 +491106,0,0,0,0,0 +491107,0,0,0,0,0 +491108,0,0,0,0,0 +491109,0,0,0,0,0 +491110,0,0,0,0,0 +491111,0,0,0,0,0 +491112,0,0,0,0,0 +491113,0,0,0,0,0 +491114,0,0,0,0,0 +491115,0,0,0,0,0 +491116,0,0,0,0,0 +491117,0,0,0,0,0 +491118,0,0,0,0,0 +491119,0,0,0,0,0 +491120,0,0,0,0,0 +491121,0,0,0,0,0 +491122,0,0,0,0,0 +491123,0,0,0,0,0 +491124,0,0,0,0,0 +491125,0,0,0,0,0 +491126,0,0,0,0,0 +491127,0,0,0,0,0 +491128,0,0,0,0,0 +491129,0,0,0,0,0 +491130,0,0,0,0,0 +491131,0,0,0,0,0 +491132,0,0,0,0,0 +491133,0,0,0,0,0 +491134,0,0,0,0,0 +491135,0,0,0,0,0 +491136,0,0,0,0,0 +491137,0,0,0,0,0 +491138,0,0,0,0,0 +491139,0,0,0,0,0 +491140,0,0,0,0,0 +491141,0,0,0,0,0 +491142,0,0,0,0,0 +491143,0,0,0,0,0 +491144,0,0,0,0,0 +491145,0,0,0,0,0 +491146,0,0,0,0,0 +491147,0,0,0,0,0 +491148,0,0,0,0,0 +491149,0,0,0,0,0 +491150,0,0,0,0,0 +491151,0,0,0,0,0 +491152,0,0,0,0,0 +491153,0,0,0,0,0 +491154,0,0,0,0,0 +491155,0,0,0,0,0 +491156,0,0,0,0,0 +491157,0,0,0,0,0 +491158,0,0,0,0,0 +491159,0,0,0,0,0 +491160,0,0,0,0,0 +491161,0,0,0,0,0 +491162,0,0,0,0,0 +491163,0,0,0,0,0 +491164,0,0,0,0,0 +491165,0,0,0,0,0 +491166,0,0,0,0,0 +491167,0,0,0,0,0 +491168,0,0,0,0,0 +491169,0,0,0,0,0 +491170,0,0,0,0,0 +491171,0,0,0,0,0 +491172,0,0,0,0,0 +491173,0,0,0,0,0 +491174,0,0,0,0,0 +491175,0,0,0,0,0 +491176,0,0,0,0,0 +491177,0,0,0,0,0 +491178,0,0,0,0,0 +491179,0,0,0,0,0 +491180,0,0,0,0,0 +491181,0,0,0,0,0 +491182,0,0,0,0,0 +491183,0,0,0,0,0 +491184,0,0,0,0,0 +491185,0,0,0,0,0 +491186,0,0,0,0,0 +491187,0,0,0,0,0 +491188,0,0,0,0,0 +491189,0,0,0,0,0 +491190,0,0,0,0,0 +491191,0,0,0,0,0 +491192,0,0,0,0,0 +491193,0,0,0,0,0 +491194,0,0,0,0,0 +491195,0,0,0,0,0 +491196,0,0,0,0,0 +491197,0,0,0,0,0 +491198,0,0,0,0,0 +491199,0,0,0,0,0 +491200,0,0,0,0,0 +491201,0,0,0,0,0 +491202,0,0,0,0,0 +491203,0,0,0,0,0 +491204,0,0,0,0,0 +491205,0,0,0,0,0 +491206,0,0,0,0,0 +491207,0,0,0,0,0 +491208,0,0,0,0,0 +491209,0,0,0,0,0 +491210,0,0,0,0,0 +491211,0,0,0,0,0 +491212,0,0,0,0,0 +491213,0,0,0,0,0 +491214,0,0,0,0,0 +491215,0,0,0,0,0 +491216,0,0,0,0,0 +491217,0,0,0,0,0 +491218,0,0,0,0,0 +491219,0,0,0,0,0 +491220,0,0,0,0,0 +491221,0,0,0,0,0 +491222,0,0,0,0,0 +491223,0,0,0,0,0 +491224,0,0,0,0,0 +491225,0,0,0,0,0 +491226,0,0,0,0,0 +491227,0,0,0,0,0 +491228,0,0,0,0,0 +491229,0,0,0,0,0 +491230,0,0,0,0,0 +491231,0,0,0,0,0 +491232,0,0,0,0,0 +491233,0,0,0,0,0 +491234,0,0,0,0,0 +491235,0,0,0,0,0 +491236,0,0,0,0,0 +491237,0,0,0,0,0 +491238,0,0,0,0,0 +491239,0,0,0,0,0 +491240,0,0,0,0,0 +491241,0,0,0,0,0 +491242,0,0,0,0,0 +491243,0,0,0,0,0 +491244,0,0,0,0,0 +491245,0,0,0,0,0 +491246,0,0,0,0,0 +491247,0,0,0,0,0 +491248,0,0,0,0,0 +491249,0,0,0,0,0 +491250,0,0,0,0,0 +491251,0,0,0,0,0 +491252,0,0,0,0,0 +491253,0,0,0,0,0 +491254,0,0,0,0,0 +491255,0,0,0,0,0 +491256,0,0,0,0,0 +491257,0,0,0,0,0 +491258,0,0,0,0,0 +491259,0,0,0,0,0 +491260,0,0,0,0,0 +491261,0,0,0,0,0 +491262,0,0,0,0,0 +491263,0,0,0,0,0 +491264,0,0,0,0,0 +491265,0,0,0,0,0 +491266,0,0,0,0,0 +491267,0,0,0,0,0 +491268,0,0,0,0,0 +491269,0,0,0,0,0 +491270,0,0,0,0,0 +491271,0,0,0,0,0 +491272,0,0,0,0,0 +491273,0,0,0,0,0 +491274,0,0,0,0,0 +491275,0,0,0,0,0 +491276,0,0,0,0,0 +491277,0,0,0,0,0 +491278,0,0,0,0,0 +491279,0,0,0,0,0 +491280,0,0,0,0,0 +491281,0,0,0,0,0 +491282,0,0,0,0,0 +491283,0,0,0,0,0 +491284,0,0,0,0,0 +491285,0,0,0,0,0 +491286,0,0,0,0,0 +491287,0,0,0,0,0 +491288,0,0,0,0,0 +491289,0,0,0,0,0 +491290,0,0,0,0,0 +491291,0,0,0,0,0 +491292,0,0,0,0,0 +491293,0,0,0,0,0 +491294,0,0,0,0,0 +491295,0,0,0,0,0 +491296,0,0,0,0,0 +491297,0,0,0,0,0 +491298,0,0,0,0,0 +491299,0,0,0,0,0 +491300,0,0,0,0,0 +491301,0,0,0,0,0 +491302,0,0,0,0,0 +491303,0,0,0,0,0 +491304,0,0,0,0,0 +491305,0,0,0,0,0 +491306,0,0,0,0,0 +491307,0,0,0,0,0 +491308,0,0,0,0,0 +491309,0,0,0,0,0 +491310,0,0,0,0,0 +491311,0,0,0,0,0 +491312,0,0,0,0,0 +491313,0,0,0,0,0 +491314,0,0,0,0,0 +491315,0,0,0,0,0 +491316,0,0,0,0,0 +491317,0,0,0,0,0 +491318,0,0,0,0,0 +491319,0,0,0,0,0 +491320,0,0,0,0,0 +491321,0,0,0,0,0 +491322,0,0,0,0,0 +491323,0,0,0,0,0 +491324,0,0,0,0,0 +491325,0,0,0,0,0 +491326,0,0,0,0,0 +491327,0,0,0,0,0 +491328,0,0,0,0,0 +491329,0,0,0,0,0 +491330,0,0,0,0,0 +491331,0,0,0,0,0 +491332,0,0,0,0,0 +491333,0,0,0,0,0 +491334,0,0,0,0,0 +491335,0,0,0,0,0 +491336,0,0,0,0,0 +491337,0,0,0,0,0 +491338,0,0,0,0,0 +491339,0,0,0,0,0 +491340,0,0,0,0,0 +491341,0,0,0,0,0 +491342,0,0,0,0,0 +491343,0,0,0,0,0 +491344,0,0,0,0,0 +491345,0,0,0,0,0 +491346,0,0,0,0,0 +491347,0,0,0,0,0 +491348,0,0,0,0,0 +491349,0,0,0,0,0 +491350,0,0,0,0,0 +491351,0,0,0,0,0 +491352,0,0,0,0,0 +491353,0,0,0,0,0 +491354,0,0,0,0,0 +491355,0,0,0,0,0 +491356,0,0,0,0,0 +491357,0,0,0,0,0 +491358,0,0,0,0,0 +491359,0,0,0,0,0 +491360,0,0,0,0,0 +491361,0,0,0,0,0 +491362,0,0,0,0,0 +491363,0,0,0,0,0 +491364,0,0,0,0,0 +491365,0,0,0,0,0 +491366,0,0,0,0,0 +491367,0,0,0,0,0 +491368,0,0,0,0,0 +491369,0,0,0,0,0 +491370,0,0,0,0,0 +491371,0,0,0,0,0 +491372,0,0,0,0,0 +491373,0,0,0,0,0 +491374,0,0,0,0,0 +491375,0,0,0,0,0 +491376,0,0,0,0,0 +491377,0,0,0,0,0 +491378,0,0,0,0,0 +491379,0,0,0,0,0 +491380,0,0,0,0,0 +491381,0,0,0,0,0 +491382,0,0,0,0,0 +491383,0,0,0,0,0 +491384,0,0,0,0,0 +491385,0,0,0,0,0 +491386,0,0,0,0,0 +491387,0,0,0,0,0 +491388,0,0,0,0,0 +491389,0,0,0,0,0 +491390,0,0,0,0,0 +491391,0,0,0,0,0 +491392,0,0,0,0,0 +491393,0,0,0,0,0 +491394,0,0,0,0,0 +491395,0,0,0,0,0 +491396,0,0,0,0,0 +491397,0,0,0,0,0 +491398,0,0,0,0,0 +491399,0,0,0,0,0 +491400,0,0,0,0,0 +491401,0,0,0,0,0 +491402,0,0,0,0,0 +491403,0,0,0,0,0 +491404,0,0,0,0,0 +491405,0,0,0,0,0 +491406,0,0,0,0,0 +491407,0,0,0,0,0 +491408,0,0,0,0,0 +491409,0,0,0,0,0 +491410,0,0,0,0,0 +491411,0,0,0,0,0 +491412,0,0,0,0,0 +491413,0,0,0,0,0 +491414,0,0,0,0,0 +491415,0,0,0,0,0 +491416,0,0,0,0,0 +491417,0,0,0,0,0 +491418,0,0,0,0,0 +491419,0,0,0,0,0 +491420,0,0,0,0,0 +491421,0,0,0,0,0 +491422,0,0,0,0,0 +491423,0,0,0,0,0 +491424,0,0,0,0,0 +491425,0,0,0,0,0 +491426,0,0,0,0,0 +491427,0,0,0,0,0 +491428,0,0,0,0,0 +491429,0,0,0,0,0 +491430,0,0,0,0,0 +491431,0,0,0,0,0 +491432,0,0,0,0,0 +491433,0,0,0,0,0 +491434,0,0,0,0,0 +491435,0,0,0,0,0 +491436,0,0,0,0,0 +491437,0,0,0,0,0 +491438,0,0,0,0,0 +491439,0,0,0,0,0 +491440,0,0,0,0,0 +491441,0,0,0,0,0 +491442,0,0,0,0,0 +491443,0,0,0,0,0 +491444,0,0,0,0,0 +491445,0,0,0,0,0 +491446,0,0,0,0,0 +491447,0,0,0,0,0 +491448,0,0,0,0,0 +491449,0,0,0,0,0 +491450,0,0,0,0,0 +491451,0,0,0,0,0 +491452,0,0,0,0,0 +491453,0,0,0,0,0 +491454,0,0,0,0,0 +491455,0,0,0,0,0 +491456,0,0,0,0,0 +491457,0,0,0,0,0 +491458,0,0,0,0,0 +491459,0,0,0,0,0 +491460,0,0,0,0,0 +491461,-1741.330088,-774.3787261,-1717.074655,-774.2783853,-702.2542956 +491462,-1863.459344,-805.5252108,-1837.695015,-805.4262685,-877.9779233 +491463,-1952.058006,-829.1027399,-1923.276477,-829.0053945,-1176.040099 +491464,-1801.743822,-765.1241014,-1775.675308,-765.0287146,-1091.890312 +491465,-1729.829858,-732.6047886,-1703.281318,-732.5121845,-953.1440592 +491466,-1855.083897,-788.8676212,-1827.336092,-788.7780278,-1123.784667 +491467,-1868.636893,-795.3988341,-1840.400051,-795.3120149,-1130.322222 +491468,-1863.823297,-794.1101081,-1835.467839,-794.025896,-1125.316626 +491469,-1850.110845,-789.0256948,-1821.805475,-788.9439951,-1114.691156 +491470,-1833.446909,-782.6784661,-1805.244513,-782.5992245,-1102.26611 +491471,-1816.93357,-776.3779869,-1788.830118,-776.3011617,-1089.967252 +491472,-1801.851467,-770.651621,-1773.821375,-770.5771684,-1078.601575 +491473,-1745.632458,-765.6277368,-1760.548445,-765.5556069,-1068.398845 +491474,-1257.099397,-761.2643293,-1687.416257,-761.1944664,-1059.316587 +491475,-1538.195042,-757.4753685,-1293.848451,-757.4077127,-1051.245943 +491476,-1440.203256,-716.2032753,-1521.977693,-714.4496402,-1006.124715 +491477,-1421.891731,-630.6444569,-1436.126436,-632.2817241,-946.0203978 +491478,-1417.276897,-659.650724,-1423.803787,-659.6053431,-905.8847534 +491479,-1397.432753,-583.850267,-1362.363126,-583.789191,-556.5902472 +491480,-1405.773378,-681.539592,-1480.817664,-681.4739503,-936.0195208 +491481,-1380.938735,-608.0611193,-1356.647463,-607.9974799,-618.8450001 +491482,-1381.006992,-687.9837705,-1394.542664,-687.9239172,-949.5462007 +491483,-1366.567418,-604.5280468,-1372.471368,-604.4716642,-604.3138351 +491484,-1355.668321,-687.7124547,-1362.733435,-687.6588532,-953.3532986 +491485,-1344.988096,-590.404273,-1349.151351,-589.3903462,-908.2085144 +491486,-1298.628917,-539.1865284,-1263.797952,-539.1573648,-403.6076903 +491487,-1388.35336,-674.3322466,-1446.221371,-674.3141648,-935.6208866 +491488,-1293.759846,-642.5939093,-1273.208358,-643.9468559,-901.7814217 +491489,-1317.780516,-572.4172944,-1326.000931,-570.6432124,-873.1576084 +491490,-1308.592078,-492.6596825,-1308.461498,-606.4109916,-818.1740557 +491491,-1132.125856,-458.4585305,-1101.554313,-467.0018353,-187.3790038 +491492,-1362.116127,-439.2652108,-1326.888321,-567.9338431,-464.1804789 +491493,-1425.314229,-419.4610211,-1468.397005,-631.9712812,-646.5737337 +491494,-1176.320718,-400.1457832,-1200.141102,-702.1699266,-992.176782 +491495,-1297.786474,-381.8124471,-1266.602231,-498.4945872,-424.6817627 +491496,-1260.78945,-362.7667531,-1269.255229,-595.4953175,-558.806788 +491497,-1251.365606,-345.7760424,-1246.82722,-570.3997049,-986.0019368 +491498,-1248.075162,-325.526829,-1244.624361,-564.6802456,-899.9850879 +491499,-1237.247201,-308.3221436,-1230.334862,-560.5581137,-747.6362096 +491500,-1231.197272,-289.3716183,-1227.867623,-554.9470765,-667.9561863 +491501,-1019.553834,-258.9382562,-990.6308543,-419.1747015,-42.1051112 +491502,-1260.240459,-240.3719089,-1225.185985,-521.9877867,-316.7550189 +491503,-1463.061184,-219.6499867,-1534.579782,-682.7813782,-976.9281801 +491504,-1050.886457,-207.011213,-1005.022423,-521.0055904,-324.3822562 +491505,-1241.28921,-191.0445466,-1244.790644,-550.3755636,-969.5583686 +491506,-1196.21888,-175.7485293,-1189.089025,-530.4913467,-784.6015285 +491507,-1045.399209,-160.6451483,-1015.769593,-430.4701301,-60.21936107 +491508,-1265.898266,-144.8395309,-1230.335937,-523.8433022,-312.0259692 +491509,-1256.648261,-129.4436138,-1327.47296,-585.5748422,-489.1151959 +491510,-1103.196275,-113.3477849,-1056.308866,-573.6036021,-559.4536654 +491511,-1178.711026,-98.01689698,-1181.950438,-474.4557889,-555.7840122 +491512,-1156.627876,-83.2608261,-1148.756368,-530.8427663,-555.1251803 +491513,-1147.30255,-69.63870817,-1141.018565,-513.1058886,-1033.675409 +491514,-1140.600506,-55.37726039,-1135.504903,-493.8556281,-215.5184099 +491515,-1138.572908,-41.77888485,-1129.015643,-528.6192091,-374.0157686 +491516,-1127.684316,-27.39097038,-1122.281071,-492.3243217,-457.7410744 +491517,-1124.064604,-13.77479224,-1117.811814,-502.2193482,-486.5896265 +491518,-1117.694998,0.325733231,-1108.82439,-496.8138182,-499.7212513 +491519,-1110.891301,14.01254428,-1105.776753,-492.9763841,-502.1850654 +491520,-1103.993884,28.0185399,-1096.001466,-491.855675,-1041.202342 +491521,62.53260636,231.6119333,68.09257965,26.03451305,-210.5109597 +491522,102.1387199,57.34587397,107.1666079,42.79660743,-861.5423501 +491523,130.524188,97.26810554,136.0199195,56.52430759,299.4916984 +491524,155.4085925,129.6074234,160.9670239,68.17497713,425.8141303 +491525,178.2034248,157.5322697,183.3895312,78.56971536,522.6511853 +491526,211.8604697,189.989039,216.947967,94.29672588,635.0994862 +491527,217.6214318,211.5216448,222.768116,97.06914025,705.3019033 +491528,240.8118966,228.781202,245.6620338,107.7753618,760.3119595 +491529,260.2496462,242.9625131,265.0111868,116.8063423,804.2373294 +491530,278.3254209,254.4288299,282.536796,124.995389,837.8914691 +491531,296.0348966,263.545,300.432171,133.2994105,862.369015 +491532,313.9790124,270.6597762,317.8848355,141.3802467,878.896666 +491533,321.5005607,267.0168749,324.9095942,144.8845661,852.3721518 +491534,356.244913,270.6390196,359.4602093,160.3381427,854.7940695 +491535,365.3397595,272.8342435,368.046045,164.7990498,851.4040884 +491536,370.90679,274.5025511,370.7881862,168.4872743,845.8193743 +491537,363.5737106,275.9229432,363.501344,165.1377184,839.1626888 +491538,356.7109982,277.3572417,356.6964233,161.9974002,832.4821709 +491539,350.5388814,278.8689702,350.569168,159.1750749,826.0327801 +491540,344.9974997,280.4552615,345.0517419,156.6422106,819.8055801 +491541,339.9717072,282.1038613,340.0300342,154.3415267,813.7546113 +491542,335.35945,283.8034361,335.4052107,152.2222579,807.8372426 +491543,331.0827282,285.5447707,331.1018809,150.2462514,802.0185816 +491544,327.0825777,287.3205597,327.0655052,148.3853637,796.2708365 +491545,323.3127099,289.1249779,323.248032,146.6180182,790.5718161 +491546,319.7353705,290.9532961,319.6100197,144.926944,784.9034328 +491547,316.3194892,292.8016953,316.1209661,143.2981424,779.2512694 +491548,313.0393254,294.6670404,312.7568386,141.7201825,773.6036594 +491549,309.8736934,296.5467759,309.4981008,140.1838049,767.9514052 +491550,306.8051275,298.4388078,306.3284674,138.681498,762.2871903 +491551,303.8193238,300.341425,303.234274,137.2072087,756.6053943 +491552,300.8904998,302.2170836,300.1953526,135.7497533,750.9015648 +491553,298.0008844,304.0412769,297.1963152,134.3016761,745.1723543 +491554,295.1413943,305.807854,294.2276509,132.8594372,739.4152558 +491555,292.3076062,307.5202061,291.2834517,131.421536,733.6285931 +491556,289.4967271,309.1841137,288.3594789,129.9871333,727.8112095 +491557,286.7065133,465.4330224,285.4522962,128.5555695,721.9625014 +491558,283.9349413,488.2678336,282.558957,127.1262291,716.0821571 +491559,281.1803071,478.0164633,279.676961,125.6985956,710.1702198 +491560,278.4410861,512.9117403,276.8041587,124.2721944,704.2267264 +491561,275.7159635,532.101912,273.8676747,122.8466128,698.2517525 +491562,273.0037998,550.6025214,270.8936877,121.4214893,692.2453875 +491563,270.2926749,569.1605596,267.9022814,119.9915373,686.1878591 +491564,267.6131421,587.1392675,264.938411,118.5707602,680.1364019 +491565,264.9248221,604.9748096,261.9640027,117.1408946,674.0191208 +491566,262.2561347,622.3601525,259.0057212,115.7150096,667.8892962 +491567,259.5977394,639.9690997,256.0523831,114.2890658,661.7317194 +491568,256.949273,656.9214227,253.1025748,112.8631221,655.5474995 +491569,254.3103098,673.8243059,250.1553856,111.4371986,649.3375193 +491570,251.6803832,690.3534694,247.2101043,110.0112756,643.1024399 +491571,249.0591339,706.7568851,244.2662009,108.5853631,636.8429906 +491572,246.4422658,722.606049,241.3218118,107.1588634,630.5598223 +491573,243.8313359,739.1173456,238.3771878,105.7320848,624.2536554 +491574,241.2281545,754.805271,235.4327001,104.3053615,617.9251581 +491575,238.6334622,770.5761756,232.4884223,102.8788739,611.5750628 +491576,241.3492927,785.8661086,234.8462591,103.8627087,614.8441793 +491577,245.8959614,801.6831235,239.0264698,105.6736384,621.4072673 +491578,250.7476426,816.9682179,243.5030704,107.617504,628.4859038 +491579,255.0730702,831.6486378,247.4445938,109.317351,634.560014 +491580,259.240994,846.7660853,251.2196574,110.9424529,640.2912193 +491581,263.1620159,1029.774968,254.7388244,112.4535409,645.5112703 +491582,273.9688168,1045.954151,265.139428,117.0474461,663.6147897 +491583,288.0219186,1061.584306,278.7946721,123.051166,688.1719107 +491584,301.8243588,1084.915912,292.2084428,128.8809598,712.7963101 +491585,314.0286113,1104.286276,304.0274974,133.9451485,734.8682311 +491586,324.5980648,1123.591194,314.2092536,138.2496839,754.1290115 +491587,333.8880362,1142.681207,323.1051654,141.9727856,771.0780881 +491588,342.2268249,1161.474029,331.0415879,145.2733935,786.2216126 +491589,349.8325341,1180.046199,338.235744,148.2553435,799.9055994 +491590,356.8440402,1198.043134,344.8260904,150.9836663,812.3549871 +491591,363.3601358,1216.903035,350.9111922,153.5037852,823.7342701 +491592,369.4600423,1234.743778,356.5701587,155.8514969,834.1799275 +491593,375.2108602,1252.534007,361.8700765,158.0566321,843.8119194 +491594,380.6694063,1270.354325,366.8678325,160.1440299,852.7357959 +491595,385.8832502,1287.79657,371.6111303,162.1341191,861.0435232 +491596,390.8917604,1305.308694,376.1395142,164.0434908,868.8143867 +491597,395.7277266,1322.351046,380.4856904,165.8855856,876.1165935 +491598,400.4093247,1339.529535,384.6674928,167.6671031,882.9920357 +491599,404.9722381,1356.382527,388.7206164,169.4029248,889.5153552 +491600,409.435592,1373.139062,392.6644901,171.1006176,895.7315801 +491601,413.8108819,1389.664916,396.5110083,172.7644174,901.6717745 +491602,418.1096462,1406.202787,400.2720942,174.3986757,907.3666293 +491603,422.3418964,1422.452167,403.9581088,176.007136,912.8434804 +491604,426.5161091,1438.610069,407.5778381,177.5929247,918.1262336 +491605,430.6394273,1454.551343,411.138706,179.1586404,923.2357326 +491606,434.717824,1470.56586,414.6469403,180.7064234,928.1900563 +491607,438.7563205,1486.077552,418.1077977,182.2380501,933.004942 +491608,442.4571431,1501.803751,421.223729,183.6177288,937.145015 +491609,446.5233123,1517.18206,424.6979682,185.1647256,941.893953 +491610,450.5334888,1532.483067,428.109376,186.6870722,946.4909825 +491611,454.4959808,1546.097419,431.4664415,188.1882014,950.9557336 +491612,458.406653,1559.436626,434.769534,189.6681071,955.3058898 +491613,462.2651829,1572.55605,438.0211341,191.1277778,959.5567277 +491614,466.075726,1585.253817,441.2259705,192.569195,963.7205806 +491615,469.8438571,1597.695693,444.3891382,193.9944834,967.8071628 +491616,473.5745497,1610.159757,447.514946,195.4054049,971.8240561 +491617,477.2717056,1622.10423,450.6067774,196.8033089,975.7773785 +491618,480.938281,1633.947153,453.6672308,198.1892022,979.6721082 +491619,484.5766233,1647.789481,456.6983814,199.5638692,983.5124232 +491620,488.1887461,1661.905718,459.701915,200.9279326,987.3018312 +491621,491.7764397,1669.47145,462.6792634,202.2819138,991.0433687 +491622,495.3412247,1686.792851,465.6316226,203.6262393,994.7396173 +491623,498.8844171,1690.250965,468.5600389,204.961279,998.3928612 +491624,502.4071331,1712.32925,471.4654064,206.2873439,1002.00508 +491625,505.9103563,1708.218349,474.3485267,207.6047119,1005.578058 +491626,509.3949125,1699.151383,477.2100996,208.9136229,1009.113366 +491627,512.8615759,1746.229106,480.0507654,210.2142972,1012.61244 +491628,516.3109497,1737.392369,482.8710981,211.5069311,1016.076568 +491629,519.7435368,1751.324134,485.671653,212.7917184,1019.50698 +491630,523.1597397,1760.769016,488.4529183,214.068827,1022.904759 +491631,526.5599403,1770.453736,491.2153617,215.3384198,1026.27093 +491632,529.9444534,1779.533652,493.9593887,216.6006348,1029.606383 +491633,533.3136027,1788.702069,496.6854033,217.8556127,1032.911987 +491634,536.6676639,1797.627686,499.3937671,219.1034778,1157.554654 +491635,540.0069177,1806.398233,502.0848448,220.3443583,1141.758718 +491636,543.3315806,1815.020827,504.758939,221.5783566,1148.906681 +491637,546.6417842,1823.476128,507.4162763,222.8055423,1167.729254 +491638,549.9376059,1831.860862,510.0570262,224.0259612,1179.566298 +491639,553.2191239,1839.882787,512.6813582,225.2396622,1190.942827 +491640,556.4864528,1847.935291,515.2894774,226.4467131,1202.272561 +491641,559.6255606,1858.731758,517.7674436,227.5952999,1235.975827 +491642,562.9355772,1867.267201,520.4121543,228.8170545,1249.142317 +491643,566.338857,1875.081283,523.1446803,230.0777079,1261.740781 +491644,651.0811065,1882.939614,525.8769649,231.3376626,1274.135611 +491645,709.3390378,1890.517803,528.5667449,232.5792273,1286.348161 +491646,680.576042,1897.92943,531.2083188,233.7995233,1297.651839 +491647,709.6823868,1905.257836,533.8049433,235.0009579,1309.508515 +491648,722.9627307,1912.216953,536.3642734,236.1863853,1320.685093 +491649,735.9722877,1919.118415,538.8891825,237.3578536,1331.872383 +491650,748.8143875,1926.008489,541.3825776,238.5167582,1342.80991 +491651,761.352095,1932.575132,543.8491093,239.6660252,1353.679494 +491652,773.6860233,1939.156511,546.2890427,240.8019706,1364.230439 +491653,786.1172071,1945.361262,548.7036461,241.9221809,1375.033519 +491654,798.0196595,1951.614147,551.0966203,243.0267198,1385.349575 +491655,810.3306417,1957.648745,553.46925,244.1168932,1395.688929 +491656,821.7400004,1963.554887,555.8130379,245.1942041,1405.711628 +491657,833.7401522,1969.321335,558.1250749,246.259911,1416.05155 +491658,845.1751498,1974.858308,560.403753,247.3149921,1425.863428 +491659,856.4956424,1980.569369,562.6510091,248.3602108,1435.7306 +491660,868.1492196,1985.729773,564.8715943,249.3961891,1445.452858 +491661,878.8552236,1991.024838,567.0663317,250.4234441,1454.855657 +491662,890.2915294,1996.096804,569.2367139,251.4424159,1464.717333 +491663,901.108596,2001.048968,592.8702206,252.4534754,1473.946019 +491664,911.9514246,2005.869957,664.7723795,253.456942,1483.499055 +491665,922.5030544,2010.560549,639.3321945,254.4530852,1492.382223 +491666,933.4380571,2015.120955,656.2249074,255.442137,1501.630747 +491667,943.8019486,2019.644776,666.4129846,256.4242868,1510.593784 +491668,954.4411845,2023.812618,674.9888474,257.3996961,1519.487401 +491669,964.2599628,2028.053757,683.3832043,258.3685024,1528.287617 +491670,974.9463473,2032.090673,691.7122546,259.3308348,1536.720733 +491671,984.9206482,2035.767517,699.9680497,289.6039198,1545.781066 +491672,995.0301167,2039.521108,708.1821149,297.9200974,1554.086179 +491673,1004.808991,2042.929204,716.2095579,288.1509055,1562.543243 +491674,1015.052734,2046.279072,724.3178264,313.4019314,1570.927649 +491675,1025.66065,2049.480888,732.1809381,291.0951703,1579.166338 +491676,1036.123177,2052.550214,739.8959654,303.9049658,1587.309071 +491677,1046.890467,2055.489879,747.7602031,318.1550095,1595.442805 +491678,1058.104066,2058.301488,755.3063066,315.0909877,1603.394683 +491679,1068.717347,2060.986871,762.7716113,321.0035228,1611.370135 +491680,1079.577437,2063.642115,770.4772934,325.0610713,1619.160186 +491681,1090.380759,2065.94168,777.5008146,329.0430851,1626.97794 +491682,1101.166388,2068.322057,785.058237,333.0016406,1634.610675 +491683,1111.645662,2070.501846,792.0539575,336.8154651,1642.277174 +491684,1122.873634,2072.57607,799.497738,340.7075184,1649.757865 +491685,1133.382631,2074.532185,806.2908051,344.458137,1657.246476 +491686,1144.1631,2076.371216,813.2681447,348.1992466,1664.663078 +491687,1154.877041,2078.094437,820.3617033,351.8905405,1671.937797 +491688,1165.572234,2079.702683,827.1135192,355.4808957,1679.245914 +491689,1176.255474,2081.197251,833.9007019,359.1667426,1686.376107 +491690,1186.922151,2082.578903,840.638258,362.6360727,1693.518674 +491691,1197.247144,2083.848883,847.2824282,366.2520063,1700.60233 +491692,1208.429782,2085.007877,853.87485,369.6995047,1707.539077 +491693,1218.818614,2086.057061,860.2500867,373.1628079,1714.493016 +491694,1229.533561,2086.997093,866.9715639,376.507887,1721.387028 +491695,1240.191655,2087.829106,873.2604912,379.9882743,1728.140456 +491696,1251.206633,2088.553661,879.8045035,383.2820454,1734.911339 +491697,1261.355465,2089.17186,885.8391405,386.609267,1741.631577 +491698,1272.240508,2089.684236,892.2167977,389.8222524,1748.205381 +491699,1282.925676,2090.091829,898.2212055,393.2404988,1754.808474 +491700,1293.588849,2090.395169,904.6204664,396.2343958,1761.359837 +491701,1185.72367,2036.864218,792.8116664,346.1917545,1536.551171 +491702,1194.420554,2035.85581,796.4735392,348.1568204,1539.537579 +491703,1203.073383,2034.804528,800.5338757,350.3945098,1543.785591 +491704,1212.696435,2034.031582,805.1446909,352.946285,1547.838503 +491705,1222.146471,2033.15316,809.7389683,355.3906717,1552.401601 +491706,1231.501224,2032.240559,814.2808964,357.8538419,1557.061053 +491707,1241.367944,2031.263816,819.1482109,360.4878093,1561.734647 +491708,1251.143817,2030.212614,823.7317649,362.8247766,1566.510148 +491709,1260.597243,2029.08178,828.4202741,365.4432138,1571.306815 +491710,1270.316849,2027.868786,833.0570446,367.8796303,1576.045224 +491711,1280.369184,2026.572388,837.7140475,370.2999496,1580.848014 +491712,1289.884175,2025.191836,842.3228626,372.9110811,1585.649432 +491713,1300.070602,2023.726881,846.9242529,375.2187092,1590.37885 +491714,1309.695651,2022.177303,851.5043414,377.6498192,1595.162272 +491715,1319.471946,2020.543193,856.0650505,380.1526478,1599.939418 +491716,1330.058413,2018.824548,860.4511918,382.5140903,1604.635767 +491717,1339.603338,2016.926478,865.2178519,384.9247331,1609.385848 +491718,1349.853658,2015.174239,869.598904,387.3082449,1614.124395 +491719,1359.965571,2013.13874,874.1088454,389.6157636,1618.780332 +491720,1370.05725,2011.097603,878.734556,392.1462534,1623.487111 +491721,1380.219109,2008.959801,882.9127443,394.3420832,1628.184488 +491722,1390.474486,2006.738455,887.4646506,396.6727311,1632.79157 +491723,1400.507107,2004.434328,891.8402558,399.0970275,1637.454495 +491724,1410.910076,2002.047531,896.0577523,401.3605334,1642.072123 +491725,1421.116464,1999.578544,900.6844622,403.6742248,1646.710953 +491726,1431.501082,1997.027493,904.9031078,405.9735236,1651.2536 +491727,1441.760823,1994.394856,909.259119,408.2558262,1655.851567 +491728,1452.205506,1991.680756,913.567721,410.5299251,1660.436349 +491729,1462.523771,1988.885709,917.8576517,412.7135592,1664.927829 +491730,1473.038686,1986.009863,922.12842,415.174864,1669.475355 +491731,1482.829168,1982.474825,926.593405,417.3179626,1673.978933 +491732,1493.086231,1978.669353,931.0821132,419.7385706,1678.502684 +491733,1503.034172,1974.750348,935.3737062,421.9807457,1682.926053 +491734,1513.192505,1970.90968,940.1726123,424.4523811,1687.407064 +491735,1523.190694,1966.6496,944.4962394,426.7224778,1691.843145 +491736,1533.335461,1962.429694,948.9997633,429.0668395,1696.265401 +491737,1543.28777,1958.131848,953.4578151,431.4848854,1700.706562 +491738,1553.423802,1953.621494,957.9032751,433.567336,1705.033078 +491739,1563.462761,1949.136825,962.4029118,436.119008,1709.637205 +491740,1573.475522,1944.42095,966.7735443,438.319015,1713.785903 +491741,1583.364839,1939.735157,971.1753797,440.6305186,1718.138286 +491742,1593.464852,1934.740272,975.5708731,442.9240698,1722.396296 +491743,1603.374224,1929.929644,979.9550255,445.1129682,1726.72094 +491744,1613.609209,1924.914402,984.3263468,447.547494,1730.996627 +491745,1623.391192,1919.756236,988.6851891,449.7493177,1732.147624 +491746,1633.61531,1914.643546,992.8050076,452.1388027,1735.459325 +491747,1643.474251,1909.237642,997.4947899,454.2448894,1737.984222 +491748,1653.709036,1903.935768,1001.638882,456.5791806,1740.847431 +491749,1663.479133,1898.391137,1005.986117,458.7055311,1743.562017 +491750,1673.692773,1892.99463,1010.27813,461.1162262,1746.352763 +491751,1682.992379,1887.336149,1014.557572,463.274549,1749.105591 +491752,1693.993303,1881.673677,1018.822413,465.5253043,1751.857159 +491753,1703.431918,1875.924798,1023.073654,467.7518146,1754.603106 +491754,1714.309144,1872.407473,1019.080348,466.4954436,1757.338059 +491755,1724.808005,1867.015484,1021.722875,467.9822475,1760.05542 +491756,1734.621576,1861.159151,1025.079889,469.7943652,1762.812527 +491757,1745.10307,1855.539128,1028.90974,471.7023622,1765.466366 +491758,1755.121259,1849.437915,1032.19025,473.6465738,1768.198489 +491759,1765.296248,1843.510312,1036.072788,475.4925521,1770.887358 +491760,1775.45047,1837.423952,1039.775012,477.755896,1773.571173 +491761,1544.966469,1720.929649,801.9045397,370.0870422,1338.176293 +491762,1548.371692,1711.807561,800.1203433,369.4845357,1314.147566 +491763,1555.278146,1703.546074,800.0479945,369.6983771,1310.622943 +491764,1562.294005,1695.520736,800.9509312,370.3123515,1309.769221 +491765,1569.843059,1715.574803,802.1833504,371.0304795,1309.013595 +491766,1577.600966,1639.664449,803.6520401,372.0082688,1308.804677 +491767,1585.587731,1691.48206,805.2766902,372.9855312,1308.908474 +491768,1593.550401,1668.863354,807.0109719,373.9142558,1309.226184 +491769,1601.713882,1643.855769,808.8276476,375.0081882,1309.694513 +491770,1609.901696,1660.230199,810.7124888,376.0790497,1310.28602 +491771,1618.206356,1631.916159,812.529303,377.1258927,1310.979049 +491772,1626.427288,1636.888216,814.721581,378.3509857,1311.761764 +491773,1634.816765,1624.611381,816.6714146,379.4609186,1312.623616 +491774,1643.199311,1617.452433,818.7827838,380.6470349,1313.556793 +491775,1651.686775,1609.637857,820.9145992,381.9068222,1314.555625 +491776,1660.072225,1601.731788,823.0858797,382.9587337,1315.613894 +491777,1668.616449,1593.812646,825.2944166,384.3357551,1316.72912 +491778,1677.137447,1585.944682,827.5380648,385.5265122,1317.895514 +491779,1685.162457,1577.880197,829.815475,386.8020494,1319.112421 +491780,1694.58102,1569.871936,832.2585768,388.0822887,1320.374138 +491781,1702.799875,1561.960195,834.2474021,389.3094634,1321.681178 +491782,1711.469655,1553.956257,836.9357356,390.72247,1323.027826 +491783,1720.285641,1545.826296,839.2035258,392.0636822,1324.415364 +491784,1728.829616,1537.810579,841.6491205,393.3060622,1325.838091 +491785,1737.527032,1529.720435,844.0970713,394.7053624,1327.297895 +491786,1746.32646,1521.554574,846.5686943,395.9815365,1328.78907 +491787,1755.013321,1513.602833,849.063448,397.4644686,1330.31394 +491788,1763.764596,1505.329863,851.5797323,398.7934117,1331.866858 +491789,1772.523457,1497.238949,854.1172429,400.1993284,1331.842798 +491790,1781.292506,1489.067924,856.6753049,401.6038034,1332.733651 +491791,1789.399515,1480.645604,858.5960436,402.810055,1333.493452 +491792,1798.006644,1471.991036,860.3997235,403.6988883,1334.162978 +491793,1805.946172,1463.364064,861.9953707,404.9315309,1334.942389 +491794,1814.333401,1454.807744,863.9591138,405.9096871,1335.738789 +491795,1822.484567,1446.156832,865.5387164,406.9572601,1336.542735 +491796,1830.799727,1437.372786,867.2494644,407.9854195,1337.385251 +491797,1838.841825,1428.68959,868.9095624,409.00392,1338.232879 +491798,1847.179618,1419.928023,870.5615573,410.0169837,1339.115512 +491799,1855.190038,1411.152409,872.1932624,411.021792,1340.157493 +491800,1863.496672,1402.356283,873.813532,412.0206123,1340.829167 +491801,1871.479442,1393.601149,875.4199801,412.9316101,1341.869328 +491802,1879.69305,1384.682233,877.0130848,414.0408532,1342.78284 +491803,1887.755829,1375.811247,878.5940668,414.9614214,1343.734298 +491804,1896.028123,1367.02037,880.330138,415.9493798,1344.697088 +491805,1903.858169,1358.161927,881.6287759,417.0008822,1345.671576 +491806,1912.060729,1349.191725,883.2967758,417.8387467,1346.654913 +491807,1920.055722,1340.32951,884.803414,418.8565687,1347.64813 +491808,1928.192353,1331.408364,886.3238481,419.7949726,1348.648483 +491809,1936.066786,1322.484985,887.8343558,420.7412113,1349.657151 +491810,1944.222477,1313.61407,889.3333044,421.6818862,1350.671468 +491811,1952.057166,1304.600987,890.8218241,422.5296776,1351.692738 +491812,1960.179974,1295.643886,892.2990341,423.5918964,1352.718362 +491813,1967.981582,1286.828967,893.7660034,424.4527238,1353.749763 +491814,1976.068586,1277.770567,895.2218148,425.386534,1354.784387 +491815,1983.758807,1268.872891,896.4925791,426.3008696,1355.823757 +491816,1991.929265,1259.924929,898.1938019,427.2098204,1356.86536 +491817,1999.681579,1250.982384,899.4897251,428.1136092,1357.91082 +491818,2007.591743,1242.101703,900.9321081,429.0118824,1358.957641 +491819,2015.343009,1233.096584,902.3363903,429.9050872,1360.007522 +491820,2023.229905,1224.154748,903.7296453,430.7927343,1361.05799 +491821,2287.268796,1322.782645,1141.125223,538.5629897,1788.547945 +491822,2256.363811,1316.145584,1146.196107,541.4057175,1794.874023 +491823,2290.948527,1308.846235,1150.665251,543.4910555,1799.935151 +491824,2302.581803,1301.170764,1154.264953,545.6996387,1804.468959 +491825,2307.696697,1293.476871,1157.721265,547.4360012,1808.471518 +491826,2319.004745,1285.589142,1160.880463,549.2180533,1812.215046 +491827,2328.111604,1277.850672,1164.020301,551.072562,1815.754094 +491828,2337.862539,1269.826342,1166.949661,552.4736334,1819.111777 +491829,2347.01146,1261.946994,1169.885115,554.2075936,1822.4711 +491830,2356.242096,1254.056213,1172.757624,555.7637743,1825.636786 +491831,2365.303704,1245.983194,1175.490036,557.3176279,1828.770325 +491832,2374.518437,1238.149497,1178.244698,558.8457621,1831.820612 +491833,2383.373901,1230.160994,1180.952667,560.1772721,1834.811115 +491834,2392.484836,1222.28154,1183.52563,561.9212666,1837.732907 +491835,2401.322595,1214.348275,1186.132648,563.2511018,1840.559555 +491836,2410.15481,1206.337683,1188.661107,564.7151991,1843.446028 +491837,2418.757014,1198.531949,1191.18645,566.1299499,1846.222484 +491838,2427.877235,1190.596798,1193.578437,567.5234922,1848.822726 +491839,2436.155735,1186.11629,1196.009562,568.8968541,1851.599763 +491840,2445.02363,1180.554789,1198.405051,570.2500398,1854.177111 +491841,2453.419133,1175.44111,1200.671413,571.5841188,1856.716156 +491842,2462.083468,1169.007483,1202.984095,572.8989531,1859.371663 +491843,2470.39982,1163.740878,1205.226006,574.195522,1861.7557 +491844,2478.97087,1158.043421,1207.474906,575.473679,1864.206083 +491845,2487.189245,1152.458069,1209.590579,576.7343986,1866.690958 +491846,2495.767405,1146.785967,1211.758548,577.9775074,1869.084275 +491847,2503.731646,1141.260789,1213.858441,579.2039244,1871.304768 +491848,2512.078972,1135.606803,1215.930258,580.4134638,1873.730905 +491849,2520.273203,1130.109825,1218.00916,581.4162654,1875.959418 +491850,2528.588741,1124.437989,1219.957459,582.88541,1878.156662 +491851,2537.322157,1119.027832,1221.783401,583.8272695,1880.449123 +491852,2546.262275,1113.387921,1223.504704,584.9122382,1882.638735 +491853,2555.119357,1107.932858,1224.77865,585.9409604,1884.714717 +491854,2564.116827,1102.349643,1227.072564,586.9486207,1886.820324 +491855,2572.727175,1096.914433,1228.308384,587.9362007,1888.985311 +491856,2581.887054,1091.359798,1229.918198,588.9042843,1891.006862 +491857,2590.698199,1085.909374,1231.497605,589.8540428,1893.051556 +491858,2599.755481,1080.458101,1232.950857,590.7854895,1895.059669 +491859,2608.503417,1075.060386,1234.449464,591.6996057,1897.043634 +491860,2617.529678,1069.586817,1235.75764,592.5963181,1899.001319 +491861,2626.342257,1064.264996,1237.236232,593.4765839,1900.935781 +491862,2635.484304,1058.830008,1238.547336,594.3402733,1902.789826 +491863,2644.482613,1053.555929,1239.872247,595.1882566,1904.764796 +491864,2653.301486,1048.212759,1241.115153,596.0203786,1906.643377 +491865,2662.379011,1042.90732,1242.482221,596.8375277,1908.40572 +491866,2672.967482,1037.680568,1243.609903,597.6394624,1910.212076 +491867,2691.091324,1032.47592,1244.847128,598.4270377,1914.439051 +491868,2679.822944,1027.193554,1246.009157,599.200023,1915.100839 +491869,2694.038122,1022.091386,1247.10662,599.9591702,1918.318064 +491870,2711.785821,1016.932336,1248.287043,600.7042759,1918.345141 +491871,2714.756692,1011.905598,1249.342185,601.4361749,1923.036017 +491872,2725.174675,1006.815999,1250.45461,602.1545768,1920.798187 +491873,2734.170246,1001.803796,1251.388752,602.6409063,1928.620644 +491874,2743.259925,996.8215143,1252.510824,603.6802912,1921.696155 +491875,2752.02217,991.8766966,1253.461076,604.196203,1906.824767 +491876,2760.938976,986.9714403,1254.432702,604.9047786,1939.510294 +491877,2770.057321,982.0644593,1255.372893,605.5620415,1925.700068 +491878,2779.025027,977.3076081,1256.241274,606.2078242,1930.63329 +491879,2787.78244,972.5023329,1257.252144,606.8414835,1932.207522 +491880,2796.806065,967.7795869,1258.014455,607.4632177,1933.829267 +491881,2874.280537,985.9850023,1306.300679,631.4701286,2016.78652 +491882,2841.088135,982.756678,1310.017194,632.8763763,2021.966781 +491883,2886.693702,979.1647242,1312.74642,634.6339211,2026.364695 +491884,2899.759698,975.4494792,1315.106757,635.875931,2030.083693 +491885,2932.313828,971.6882462,1317.431791,637.1548661,2033.904512 +491886,2919.393383,967.9518848,1319.312457,638.2810162,2037.034099 +491887,2920.97652,964.1131981,1321.387535,639.4438262,2040.505854 +491888,2968.066551,960.3933819,1323.208422,640.2579857,2043.512137 +491889,2980.585697,956.6738393,1325.013815,641.6874734,2046.409324 +491890,2974.209717,953.0004564,1326.709762,642.5571253,2049.601646 +491891,3011.951457,949.4148863,1328.54178,643.5851135,2052.227549 +491892,3006.362442,945.7709136,1330.021308,644.5449275,2055.348373 +491893,3027.629925,942.3183829,1331.706816,645.5438478,2058.923994 +491894,3047.953698,938.7583831,1333.297248,646.4589039,2059.372922 +491895,3048.704932,935.6443139,1334.790854,647.3759088,2064.058239 +491896,3067.105646,932.5465739,1336.264286,648.2682012,2065.924195 +491897,3086.54028,929.2369022,1338.522435,649.1401492,2068.735424 +491898,3094.050441,927.0146324,1351.481976,649.9896036,2071.152413 +491899,3103.667466,924.0389189,1328.647247,650.8372113,2073.903498 +491900,3126.473306,921.3229107,1339.615105,653.5276047,2076.031055 +491901,3132.742416,918.7275029,1346.517992,654.9685178,2078.740102 +491902,3152.779212,916.0673903,1343.142969,656.3505214,2081.048865 +491903,3160.022406,913.5681024,1345.34535,657.7651947,2083.529135 +491904,3179.249118,911.0419861,1346.71054,659.211952,2085.720781 +491905,3186.837331,908.4658858,1347.866394,660.6933332,2088.09794 +491906,3204.369784,906.0150324,1348.892567,662.3317064,2090.358507 +491907,3218.342336,904.0274942,1350.025122,663.8046725,2092.605586 +491908,3224.795256,900.8563727,1351.06923,665.4898764,2094.823063 +491909,3233.153056,898.8457915,1352.094119,667.0210344,2097.014069 +491910,3239.443509,896.3601142,1353.156805,668.8151344,2099.17835 +491911,3242.946702,893.9248839,1353.841856,670.2752577,2101.318263 +491912,3245.914968,891.490931,1354.606859,672.0285705,2110.406545 +491913,3248.81807,889.070562,1355.202938,673.6910343,2094.879618 +491914,3251.190162,886.6653949,1355.934609,675.3734851,2112.837993 +491915,3253.373018,884.2764299,1356.483375,677.0822996,2108.491075 +491916,3255.465838,881.8573598,1357.05494,678.818404,2111.649636 +491917,3257.522537,879.5691215,1357.583947,680.6172019,2113.676523 +491918,3259.526881,877.1968415,1358.147999,682.3573049,2124.616624 +491919,3261.572041,874.8801949,1358.509407,684.203041,2103.961178 +491920,3263.645574,872.5730399,1358.993457,686.0470494,2130.245272 +491921,3265.713504,870.2820702,1359.387818,687.9253007,2113.828685 +491922,3267.808443,868.0072631,1359.763041,689.8683576,2126.453801 +491923,3269.891247,865.7487722,1360.041732,691.751698,2131.606596 +491924,3272.011222,863.5064517,1360.53441,693.7440227,2120.682408 +491925,3274.214479,861.2804164,1360.671585,695.7353307,2142.207309 +491926,3276.437206,859.0704197,1360.998311,697.7619269,2130.673706 +491927,3278.684815,856.8927432,1361.228052,699.8556503,2126.849186 +491928,3281.44734,854.7126716,1361.441835,701.8893586,2139.210325 +491929,3284.921015,852.5457702,1361.631103,704.0349662,2136.246271 +491930,3288.762628,850.3940585,1361.795217,706.1796587,2138.87429 +491931,3292.80035,848.2584126,1362.004369,708.361317,2140.510605 +491932,3296.999648,846.1385389,1362.015643,710.2345635,2142.481231 +491933,3301.298367,844.0346695,1362.158754,712.9913095,2144.152557 +491934,3305.821139,841.9466945,1362.146247,715.0222343,2152.187301 +491935,3310.17934,839.8743538,1362.299986,717.3856152,2138.067307 +491936,3314.580821,837.8180431,1362.272762,719.6895564,2160.021999 +491937,3319.180554,835.7776777,1362.286153,722.1217529,2147.084598 +491938,3323.627916,833.7525604,1362.266731,724.5394346,2153.816952 +491939,3328.05478,831.7435458,1362.226003,726.9252203,2154.811586 +491940,3332.558017,829.7499736,1362.235786,729.3851993,2156.245607 +491941,3338.014478,794.4784039,1284.912462,698.8536353,2014.559301 +491942,3335.777741,792.0180337,1283.611802,699.9908164,1996.624455 +491943,3330.944333,789.6217696,1282.410394,702.8141585,2035.457855 +491944,3327.696549,787.2996811,1281.303381,704.7976186,1999.632128 +491945,3326.933394,785.0024156,1280.203319,707.0126189,2036.719269 +491946,3328.231414,782.7285758,1279.102244,709.35171,1998.068962 +491947,3330.835766,780.4748438,1277.993673,711.6517897,2035.476423 +491948,3334.156781,778.2393853,1276.874337,714.1137458,2009.087599 +491949,3337.880624,776.0211094,1275.742554,716.3743902,2032.505587 +491950,3341.855482,773.8192551,1274.597354,718.9216487,2015.133486 +491951,3345.990642,771.6332919,1273.438236,721.2587977,2033.371839 +491952,3350.23755,769.4628184,1272.264871,723.9018213,2021.5001 +491953,3354.606513,767.2652747,1271.077179,726.3227577,2021.990249 +491954,3359.072948,765.1866264,1269.875004,728.9781496,2044.622218 +491955,3363.633445,763.0315159,1268.658524,731.4930976,2006.773258 +491956,3368.49585,760.9265671,1267.427571,734.2058632,2054.49427 +491957,3373.430302,758.8297175,1266.182257,736.7849555,2007.427285 +491958,3378.362319,756.7467173,1264.922474,739.5600198,2056.87395 +491959,3383.178572,754.6775221,1263.64844,742.2031219,2014.324866 +491960,3387.831154,752.6218467,1262.35993,745.038976,2052.09541 +491961,3392.305999,750.579563,1261.05719,747.7038625,2033.811455 +491962,3396.499388,748.5503034,1259.739985,750.6606173,2023.924466 +491963,3401.057438,746.5343797,1258.408776,753.4394349,2055.237832 +491964,3405.855449,744.4900914,1257.063171,756.3367919,2026.415275 +491965,3410.606693,742.5586931,1255.703319,759.1510919,2052.241489 +491966,3415.275337,740.5515489,1254.329278,762.2191511,2037.542036 +491967,3419.783695,738.5908454,1252.940977,765.0728937,2044.234114 +491968,3424.390692,736.6362136,1251.53851,768.1457507,2044.538745 +491969,3429.44484,734.6929654,1250.121768,771.0740701,2045.586222 +491970,3434.247369,732.7608062,1248.690226,774.1406095,2046.727034 +491971,3439.083619,731.0858871,1247.815266,777.4404728,2047.878974 +491972,3443.911679,729.4777944,1247.057529,780.7577548,2048.975128 +491973,3448.712339,727.9087203,1246.34833,784.094968,2050.113081 +491974,3453.470392,726.3710883,1245.669228,787.5791838,2051.238703 +491975,3458.185199,724.8614131,1245.013566,790.9047037,2052.366372 +491976,3462.861395,723.3381575,1244.376013,794.5229345,2053.490063 +491977,3467.501363,721.9366432,1243.754842,797.9198189,2054.605921 +491978,3472.106425,720.4731697,1243.147974,801.574791,2055.76552 +491979,3476.675433,719.0657337,1242.554141,804.9878379,2056.83201 +491980,3481.207719,717.6743285,1241.972056,808.6226022,2057.977163 +491981,3485.703423,716.3038573,1241.400788,812.2066276,2059.107858 +491982,3490.162404,714.9537289,1240.839281,815.7662271,2060.09157 +491983,3494.586771,713.623341,1240.286767,819.4906873,2061.394255 +491984,3498.972139,712.3120367,1239.742327,823.067366,2062.423052 +491985,3503.311665,711.0192644,1239.205299,826.7047705,2063.560014 +491986,3507.603992,709.7444062,1238.674983,830.3637239,2064.676858 +491987,3511.848802,708.4869534,1238.150319,834.0370945,2065.817167 +491988,3516.043404,707.2463193,1237.631187,837.7172306,2066.894379 +491989,3520.184865,706.068786,1237.24489,841.9509952,2068.080115 +491990,3524.437013,704.8749867,1236.753647,845.5943956,2069.150495 +491991,3528.724867,703.6512863,1236.261691,849.3968661,2070.275522 +491992,3532.957394,702.5358336,1235.771866,853.1007181,2071.36199 +491993,3537.092852,701.3513552,1235.283745,856.8915702,2072.481393 +491994,3541.128091,700.213297,1234.797212,860.5487742,2073.594394 +491995,3545.073059,699.0831947,1234.31215,864.2549124,2074.693897 +491996,3548.935718,697.966122,1233.828054,868.02888,2075.806298 +491997,3552.718989,696.8618229,1233.344626,871.6872184,2076.902482 +491998,3556.424063,695.7698176,1232.861283,875.3710237,2078.040909 +491999,3560.047723,694.6897143,1232.377688,879.0265944,2079.082417 +492000,3563.86705,693.6210103,1231.893234,882.6579558,2080.201477 +492001,3569.202269,625.9917862,1077.757912,819.9672964,1781.345835 +492002,3565.189618,624.5884913,1075.750305,822.8159579,1802.006889 +492003,3556.925917,622.8636207,1074.030206,825.8076721,1791.496987 +492004,3550.292291,621.4524324,1072.581607,828.9949076,1793.950069 +492005,3546.746513,620.0439182,1071.187669,831.9518159,1794.17504 +492006,3545.815185,618.6307653,1069.831443,835.0215057,1794.482495 +492007,3546.478643,617.3189824,1068.49942,838.0015665,1794.821316 +492008,3547.926852,616.2863751,1067.181691,840.937757,1795.184247 +492009,3549.708144,614.4796795,1065.874148,843.8154227,1795.563675 +492010,3551.61671,613.3911879,1064.573457,846.6268971,1795.953145 +492011,3553.555009,612.0035004,1063.331025,849.3646549,1796.348606 +492012,3555.464234,610.7502876,1061.959438,852.0208228,1796.744071 +492013,3557.301285,609.437888,1060.706056,854.5872967,1797.143099 +492014,3559.032251,608.1596791,1059.407114,857.0071486,1797.536785 +492015,3560.642021,602.3389004,1047.436683,870.5090771,1797.998925 +492016,3566.8725,600.3809697,1044.557766,875.5225175,1798.406381 +492017,3575.737647,598.6462266,1042.296495,879.9387001,1798.826679 +492018,3584.652748,597.0246675,1040.226542,884.1233416,1799.249537 +492019,3592.719558,595.4150217,1038.239702,888.3609257,1799.674466 +492020,3599.264074,593.9103708,1036.297751,892.4395086,1800.105065 +492021,3604.936635,592.362212,1034.381915,896.5218279,1800.545347 +492022,3610.081632,590.8574256,1032.480734,900.5626068,1800.910452 +492023,3614.910024,589.3630132,1030.589368,904.5701731,1801.506467 +492024,3619.459097,587.8515052,1028.702115,908.5439104,1820.601987 +492025,3623.923676,586.423893,1026.815904,912.477647,1773.867437 +492026,3628.304355,584.941582,1024.927461,916.3718001,1816.747747 +492027,3632.441105,583.4924263,1023.084097,920.2186308,1807.206124 +492028,3636.462542,582.0452414,1021.110486,924.0134108,1793.469028 +492029,3640.367078,580.6029624,1019.235041,927.749634,1820.52496 +492030,3644.163114,579.134392,1017.255227,931.4200071,1787.249975 +492031,3647.851896,577.1786194,1014.080886,932.7167274,1822.327872 +492032,3650.682905,575.0423942,1010.463017,933.6846711,1791.07252 +492033,3652.275718,572.8491566,1006.789247,934.2803399,1814.094979 +492034,3652.620404,570.6626954,1002.943173,934.7590988,1804.2386 +492035,3651.95384,568.4030796,999.1562188,934.9010062,1808.473722 +492036,3650.514855,566.1438333,995.1729943,934.9702016,1808.082253 +492037,3648.465132,563.5704577,991.2746559,934.8148629,1808.740393 +492038,3645.909637,561.6770929,987.1794824,934.4924063,1809.22351 +492039,3642.90661,559.1437774,983.2221003,933.9993451,1809.679725 +492040,3639.492235,557.1103746,978.9117072,933.3381816,1810.106264 +492041,3635.695879,554.3450792,974.9547776,932.5119872,1810.50179 +492042,3631.546637,552.1407541,970.5639453,931.5226208,1810.859366 +492043,3626.775456,549.6867401,966.4125395,930.3726734,1811.094218 +492044,3621.993081,547.2530394,962.0343646,929.0636706,1811.493605 +492045,3616.915351,544.7995745,957.7637998,927.5463456,1811.662575 +492046,3611.539331,542.3262002,953.3576313,926.0521637,1811.853458 +492047,3605.872361,539.8335728,948.9077039,924.1667086,1811.982103 +492048,3599.926971,537.3212004,944.5183773,922.1660977,1812.054565 +492049,3593.683807,534.7894255,940.0062242,918.697019,1812.151823 +492050,3586.778675,532.2361923,935.4469189,914.8506191,1811.978019 +492051,3579.031537,529.6633758,930.9512433,910.777707,1811.840924 +492052,3570.478624,527.0569785,926.3023942,906.2596641,1811.751443 +492053,3561.243292,524.4418988,921.6453741,901.7485409,1811.443775 +492054,3551.44639,521.8075089,917.3948686,896.9105082,1811.133721 +492055,3541.180698,519.1543728,912.1801738,891.7786823,1810.742375 +492056,3530.509166,516.7245067,907.629797,886.529534,1810.272458 +492057,3519.470963,513.687575,902.9567358,881.0293247,1809.647843 +492058,3507.725421,511.141148,898.052683,875.3296747,1809.213426 +492059,3495.835936,508.3746702,893.3826537,869.4780916,1808.329155 +492060,3483.535091,505.6230615,888.4683798,863.2652946,1807.597746 +492061,1972.791204,503.1248202,877.9690139,857.1075695,1825.920501 +492062,2083.50927,631.1806872,911.8328524,981.851892,2172.584838 +492063,2226.524142,631.232875,951.171938,978.1677645,2258.239289 +492064,2332.867551,627.9299706,976.5910989,970.8683496,2308.34648 +492065,2394.536118,625.0799363,989.0536423,963.8659383,2328.076711 +492066,2428.551337,622.1872124,995.6749557,956.7617088,2336.058106 +492067,2446.469033,619.3421021,999.537296,949.4164349,2339.066611 +492068,2456.153099,616.5540235,1002.039187,942.1764532,2340.233165 +492069,2461.297971,613.6415849,1003.805993,934.4284339,2340.720926 +492070,2463.393172,610.7376413,1005.119081,926.9232308,2340.965526 +492071,2463.048766,607.8279326,1006.098485,919.1485962,2341.101927 +492072,2460.645239,604.9152488,1006.808385,911.3858999,2341.167641 +492073,2456.522827,601.9657622,1007.290082,903.5924186,2341.174221 +492074,2450.999215,599.1156999,1007.579594,895.7356776,2341.12798 +492075,2444.35411,596.189319,1007.705086,888.0732366,2341.033991 +492076,2436.821325,584.4291055,1007.692389,827.5540954,2340.895007 +492077,2421.742694,580.9107745,1007.22717,815.9666981,2340.708432 +492078,2402.395676,577.9086894,1006.472354,807.6392389,2340.479295 +492079,2382.718944,575.1383889,1005.637516,800.4660206,2340.249717 +492080,2364.558769,572.4724067,1004.806652,793.5639097,2339.986369 +492081,2348.23181,569.8434885,1003.99559,787.2113716,2339.661936 +492082,2333.482982,567.3554332,1003.210953,781.0750911,2339.295471 +492083,2319.962374,564.8262386,1002.448527,775.1682883,2338.894265 +492084,2307.402843,562.3611368,1001.704033,769.443575,2338.460843 +492085,2295.629637,559.9178079,1000.974805,763.8806642,2337.995794 +492086,2284.515071,557.5110729,1000.259185,758.4798525,2337.499212 +492087,2273.970986,555.1181669,999.5562279,753.2451361,2336.971823 +492088,2263.914853,552.70929,998.8646124,747.9945526,2336.413752 +492089,2254.282252,550.4106034,998.1829818,742.917577,2335.825217 +492090,2245.013469,548.0514815,997.5101831,738.019171,2335.206866 +492091,2236.10745,545.7449751,996.8624395,733.1599985,2334.599 +492092,2227.478708,543.4510924,996.2225597,728.3062323,2333.965108 +492093,2219.073747,541.1764445,995.5763839,723.6366126,2333.275524 +492094,2210.602446,538.8849971,994.9312512,718.9955928,2332.549892 +492095,2202.607432,536.6986215,994.289703,714.4331439,2331.796794 +492096,2194.793884,534.4520433,993.6524659,709.936362,2331.020513 +492097,2187.14306,532.2553487,993.0195427,705.5002523,2330.223516 +492098,2179.636872,530.0696807,992.3906953,701.1238685,2329.224218 +492099,2172.26967,527.9017768,991.7656217,696.8027132,2328.409998 +492100,2165.022121,525.7168003,991.1440572,692.5821775,2327.581682 +492101,2157.894953,523.6329715,990.5259476,688.2937131,2323.538742 +492102,2150.879813,521.490068,989.9128113,684.1595539,2295.487732 +492103,2143.974647,519.7228775,989.3043644,679.9814976,2296.512251 +492104,2137.167901,517.1544912,988.6978754,675.9741713,2296.777331 +492105,2130.444681,515.326465,988.0924578,671.9525209,2293.535015 +492106,2123.809223,513.1893821,987.4892681,667.898521,2282.473123 +492107,2117.259466,511.2019747,986.8883005,663.9828457,2285.851308 +492108,2110.783579,509.1580088,986.2888565,660.0643771,2282.646445 +492109,2104.385222,507.1594264,985.6911659,656.2385766,2278.637832 +492110,2098.063977,505.1708066,985.0955345,652.2924008,2275.395233 +492111,2037.232423,503.1980393,984.5113513,648.5984713,2266.574852 +492112,1931.766206,501.240283,983.9193403,644.7987281,2275.997026 +492113,1980.5781,499.2660816,983.3347649,641.0846325,2259.338749 +492114,1941.181793,497.3870129,982.7479834,637.4433091,2263.510712 +492115,1926.415252,495.4517839,982.1628949,633.7271296,2260.23405 +492116,1908.802424,493.5603282,981.5767043,630.1446196,2256.392996 +492117,1887.60063,491.678917,980.9946069,626.5124418,2253.39345 +492118,1878.689353,489.8121339,980.4109415,623.031543,2250.587691 +492119,1859.982181,487.9294259,979.8300253,619.5308269,2247.625876 +492120,1844.780206,486.1390362,979.2614303,615.9944038,2238.690825 +492121,0,0,0,0,0 +492122,0,0,0,0,0 +492123,0,0,0,0,0 +492124,0,0,0,0,0 +492125,0,0,0,0,0 +492126,0,0,0,0,0 +492127,0,0,0,0,0 +492128,0,0,0,0,0 +492129,0,0,0,0,0 +492130,0,0,0,0,0 +492131,0,0,0,0,0 +492132,0,0,0,0,0 +492133,0,0,0,0,0 +492134,0,0,0,0,0 +492135,0,0,0,0,0 +492136,0,0,0,0,0 +492137,0,0,0,0,0 +492138,0,0,0,0,0 +492139,0,0,0,0,0 +492140,0,0,0,0,0 +492141,0,0,0,0,0 +492142,0,0,0,0,0 +492143,0,0,0,0,0 +492144,0,0,0,0,0 +492145,0,0,0,0,0 +492146,0,0,0,0,0 +492147,0,0,0,0,0 +492148,0,0,0,0,0 +492149,0,0,0,0,0 +492150,0,0,0,0,0 +492151,0,0,0,0,0 +492152,0,0,0,0,0 +492153,0,0,0,0,0 +492154,0,0,0,0,0 +492155,0,0,0,0,0 +492156,0,0,0,0,0 +492157,0,0,0,0,0 +492158,0,0,0,0,0 +492159,0,0,0,0,0 +492160,0,0,0,0,0 +492161,0,0,0,0,0 +492162,0,0,0,0,0 +492163,0,0,0,0,0 +492164,0,0,0,0,0 +492165,0,0,0,0,0 +492166,0,0,0,0,0 +492167,0,0,0,0,0 +492168,0,0,0,0,0 +492169,0,0,0,0,0 +492170,0,0,0,0,0 +492171,0,0,0,0,0 +492172,0,0,0,0,0 +492173,0,0,0,0,0 +492174,0,0,0,0,0 +492175,0,0,0,0,0 +492176,0,0,0,0,0 +492177,0,0,0,0,0 +492178,0,0,0,0,0 +492179,0,0,0,0,0 +492180,0,0,0,0,0 +492181,0,0,0,0,0 +492182,0,0,0,0,0 +492183,0,0,0,0,0 +492184,0,0,0,0,0 +492185,0,0,0,0,0 +492186,0,0,0,0,0 +492187,0,0,0,0,0 +492188,0,0,0,0,0 +492189,0,0,0,0,0 +492190,0,0,0,0,0 +492191,0,0,0,0,0 +492192,0,0,0,0,0 +492193,0,0,0,0,0 +492194,0,0,0,0,0 +492195,0,0,0,0,0 +492196,0,0,0,0,0 +492197,0,0,0,0,0 +492198,0,0,0,0,0 +492199,0,0,0,0,0 +492200,0,0,0,0,0 +492201,0,0,0,0,0 +492202,0,0,0,0,0 +492203,0,0,0,0,0 +492204,0,0,0,0,0 +492205,0,0,0,0,0 +492206,0,0,0,0,0 +492207,0,0,0,0,0 +492208,0,0,0,0,0 +492209,0,0,0,0,0 +492210,0,0,0,0,0 +492211,0,0,0,0,0 +492212,0,0,0,0,0 +492213,0,0,0,0,0 +492214,0,0,0,0,0 +492215,0,0,0,0,0 +492216,0,0,0,0,0 +492217,0,0,0,0,0 +492218,0,0,0,0,0 +492219,0,0,0,0,0 +492220,0,0,0,0,0 +492221,0,0,0,0,0 +492222,0,0,0,0,0 +492223,0,0,0,0,0 +492224,0,0,0,0,0 +492225,0,0,0,0,0 +492226,0,0,0,0,0 +492227,0,0,0,0,0 +492228,0,0,0,0,0 +492229,0,0,0,0,0 +492230,0,0,0,0,0 +492231,0,0,0,0,0 +492232,0,0,0,0,0 +492233,0,0,0,0,0 +492234,0,0,0,0,0 +492235,0,0,0,0,0 +492236,0,0,0,0,0 +492237,0,0,0,0,0 +492238,0,0,0,0,0 +492239,0,0,0,0,0 +492240,0,0,0,0,0 +492241,0,0,0,0,0 +492242,0,0,0,0,0 +492243,0,0,0,0,0 +492244,0,0,0,0,0 +492245,0,0,0,0,0 +492246,0,0,0,0,0 +492247,0,0,0,0,0 +492248,0,0,0,0,0 +492249,0,0,0,0,0 +492250,0,0,0,0,0 +492251,0,0,0,0,0 +492252,0,0,0,0,0 +492253,0,0,0,0,0 +492254,0,0,0,0,0 +492255,0,0,0,0,0 +492256,0,0,0,0,0 +492257,0,0,0,0,0 +492258,0,0,0,0,0 +492259,0,0,0,0,0 +492260,0,0,0,0,0 +492261,0,0,0,0,0 +492262,0,0,0,0,0 +492263,0,0,0,0,0 +492264,0,0,0,0,0 +492265,0,0,0,0,0 +492266,0,0,0,0,0 +492267,0,0,0,0,0 +492268,0,0,0,0,0 +492269,0,0,0,0,0 +492270,0,0,0,0,0 +492271,0,0,0,0,0 +492272,0,0,0,0,0 +492273,0,0,0,0,0 +492274,0,0,0,0,0 +492275,0,0,0,0,0 +492276,0,0,0,0,0 +492277,0,0,0,0,0 +492278,0,0,0,0,0 +492279,0,0,0,0,0 +492280,0,0,0,0,0 +492281,0,0,0,0,0 +492282,0,0,0,0,0 +492283,0,0,0,0,0 +492284,0,0,0,0,0 +492285,0,0,0,0,0 +492286,0,0,0,0,0 +492287,0,0,0,0,0 +492288,0,0,0,0,0 +492289,0,0,0,0,0 +492290,0,0,0,0,0 +492291,0,0,0,0,0 +492292,0,0,0,0,0 +492293,0,0,0,0,0 +492294,0,0,0,0,0 +492295,0,0,0,0,0 +492296,0,0,0,0,0 +492297,0,0,0,0,0 +492298,0,0,0,0,0 +492299,0,0,0,0,0 +492300,0,0,0,0,0 +492301,0,0,0,0,0 +492302,0,0,0,0,0 +492303,0,0,0,0,0 +492304,0,0,0,0,0 +492305,0,0,0,0,0 +492306,0,0,0,0,0 +492307,0,0,0,0,0 +492308,0,0,0,0,0 +492309,0,0,0,0,0 +492310,0,0,0,0,0 +492311,0,0,0,0,0 +492312,0,0,0,0,0 +492313,0,0,0,0,0 +492314,0,0,0,0,0 +492315,0,0,0,0,0 +492316,0,0,0,0,0 +492317,0,0,0,0,0 +492318,0,0,0,0,0 +492319,0,0,0,0,0 +492320,0,0,0,0,0 +492321,0,0,0,0,0 +492322,0,0,0,0,0 +492323,0,0,0,0,0 +492324,0,0,0,0,0 +492325,0,0,0,0,0 +492326,0,0,0,0,0 +492327,0,0,0,0,0 +492328,0,0,0,0,0 +492329,0,0,0,0,0 +492330,0,0,0,0,0 +492331,0,0,0,0,0 +492332,0,0,0,0,0 +492333,0,0,0,0,0 +492334,0,0,0,0,0 +492335,0,0,0,0,0 +492336,0,0,0,0,0 +492337,0,0,0,0,0 +492338,0,0,0,0,0 +492339,0,0,0,0,0 +492340,0,0,0,0,0 +492341,0,0,0,0,0 +492342,0,0,0,0,0 +492343,0,0,0,0,0 +492344,0,0,0,0,0 +492345,0,0,0,0,0 +492346,0,0,0,0,0 +492347,0,0,0,0,0 +492348,0,0,0,0,0 +492349,0,0,0,0,0 +492350,0,0,0,0,0 +492351,0,0,0,0,0 +492352,0,0,0,0,0 +492353,0,0,0,0,0 +492354,0,0,0,0,0 +492355,0,0,0,0,0 +492356,0,0,0,0,0 +492357,0,0,0,0,0 +492358,0,0,0,0,0 +492359,0,0,0,0,0 +492360,0,0,0,0,0 +492361,0,0,0,0,0 +492362,0,0,0,0,0 +492363,0,0,0,0,0 +492364,0,0,0,0,0 +492365,0,0,0,0,0 +492366,0,0,0,0,0 +492367,0,0,0,0,0 +492368,0,0,0,0,0 +492369,0,0,0,0,0 +492370,0,0,0,0,0 +492371,0,0,0,0,0 +492372,0,0,0,0,0 +492373,0,0,0,0,0 +492374,0,0,0,0,0 +492375,0,0,0,0,0 +492376,0,0,0,0,0 +492377,0,0,0,0,0 +492378,0,0,0,0,0 +492379,0,0,0,0,0 +492380,0,0,0,0,0 +492381,0,0,0,0,0 +492382,0,0,0,0,0 +492383,0,0,0,0,0 +492384,0,0,0,0,0 +492385,0,0,0,0,0 +492386,0,0,0,0,0 +492387,0,0,0,0,0 +492388,0,0,0,0,0 +492389,0,0,0,0,0 +492390,0,0,0,0,0 +492391,0,0,0,0,0 +492392,0,0,0,0,0 +492393,0,0,0,0,0 +492394,0,0,0,0,0 +492395,0,0,0,0,0 +492396,0,0,0,0,0 +492397,0,0,0,0,0 +492398,0,0,0,0,0 +492399,0,0,0,0,0 +492400,0,0,0,0,0 +492401,0,0,0,0,0 +492402,0,0,0,0,0 +492403,0,0,0,0,0 +492404,0,0,0,0,0 +492405,0,0,0,0,0 +492406,0,0,0,0,0 +492407,0,0,0,0,0 +492408,0,0,0,0,0 +492409,0,0,0,0,0 +492410,0,0,0,0,0 +492411,0,0,0,0,0 +492412,0,0,0,0,0 +492413,0,0,0,0,0 +492414,0,0,0,0,0 +492415,0,0,0,0,0 +492416,0,0,0,0,0 +492417,0,0,0,0,0 +492418,0,0,0,0,0 +492419,0,0,0,0,0 +492420,0,0,0,0,0 +492421,0,0,0,0,0 +492422,0,0,0,0,0 +492423,0,0,0,0,0 +492424,0,0,0,0,0 +492425,0,0,0,0,0 +492426,0,0,0,0,0 +492427,0,0,0,0,0 +492428,0,0,0,0,0 +492429,0,0,0,0,0 +492430,0,0,0,0,0 +492431,0,0,0,0,0 +492432,0,0,0,0,0 +492433,0,0,0,0,0 +492434,0,0,0,0,0 +492435,0,0,0,0,0 +492436,0,0,0,0,0 +492437,0,0,0,0,0 +492438,0,0,0,0,0 +492439,0,0,0,0,0 +492440,0,0,0,0,0 +492441,0,0,0,0,0 +492442,0,0,0,0,0 +492443,0,0,0,0,0 +492444,0,0,0,0,0 +492445,0,0,0,0,0 +492446,0,0,0,0,0 +492447,0,0,0,0,0 +492448,0,0,0,0,0 +492449,0,0,0,0,0 +492450,0,0,0,0,0 +492451,0,0,0,0,0 +492452,0,0,0,0,0 +492453,0,0,0,0,0 +492454,0,0,0,0,0 +492455,0,0,0,0,0 +492456,0,0,0,0,0 +492457,0,0,0,0,0 +492458,0,0,0,0,0 +492459,0,0,0,0,0 +492460,0,0,0,0,0 +492461,0,0,0,0,0 +492462,0,0,0,0,0 +492463,0,0,0,0,0 +492464,0,0,0,0,0 +492465,0,0,0,0,0 +492466,0,0,0,0,0 +492467,0,0,0,0,0 +492468,0,0,0,0,0 +492469,0,0,0,0,0 +492470,0,0,0,0,0 +492471,0,0,0,0,0 +492472,0,0,0,0,0 +492473,0,0,0,0,0 +492474,0,0,0,0,0 +492475,0,0,0,0,0 +492476,0,0,0,0,0 +492477,0,0,0,0,0 +492478,0,0,0,0,0 +492479,0,0,0,0,0 +492480,0,0,0,0,0 +492481,0,0,0,0,0 +492482,0,0,0,0,0 +492483,0,0,0,0,0 +492484,0,0,0,0,0 +492485,0,0,0,0,0 +492486,0,0,0,0,0 +492487,0,0,0,0,0 +492488,0,0,0,0,0 +492489,0,0,0,0,0 +492490,0,0,0,0,0 +492491,0,0,0,0,0 +492492,0,0,0,0,0 +492493,0,0,0,0,0 +492494,0,0,0,0,0 +492495,0,0,0,0,0 +492496,0,0,0,0,0 +492497,0,0,0,0,0 +492498,0,0,0,0,0 +492499,0,0,0,0,0 +492500,0,0,0,0,0 +492501,0,0,0,0,0 +492502,0,0,0,0,0 +492503,0,0,0,0,0 +492504,0,0,0,0,0 +492505,0,0,0,0,0 +492506,0,0,0,0,0 +492507,0,0,0,0,0 +492508,0,0,0,0,0 +492509,0,0,0,0,0 +492510,0,0,0,0,0 +492511,0,0,0,0,0 +492512,0,0,0,0,0 +492513,0,0,0,0,0 +492514,0,0,0,0,0 +492515,0,0,0,0,0 +492516,0,0,0,0,0 +492517,0,0,0,0,0 +492518,0,0,0,0,0 +492519,0,0,0,0,0 +492520,0,0,0,0,0 +492521,0,0,0,0,0 +492522,0,0,0,0,0 +492523,0,0,0,0,0 +492524,0,0,0,0,0 +492525,0,0,0,0,0 +492526,0,0,0,0,0 +492527,0,0,0,0,0 +492528,0,0,0,0,0 +492529,0,0,0,0,0 +492530,0,0,0,0,0 +492531,0,0,0,0,0 +492532,0,0,0,0,0 +492533,0,0,0,0,0 +492534,0,0,0,0,0 +492535,0,0,0,0,0 +492536,0,0,0,0,0 +492537,0,0,0,0,0 +492538,0,0,0,0,0 +492539,0,0,0,0,0 +492540,0,0,0,0,0 +492541,0,0,0,0,0 +492542,0,0,0,0,0 +492543,0,0,0,0,0 +492544,0,0,0,0,0 +492545,0,0,0,0,0 +492546,0,0,0,0,0 +492547,0,0,0,0,0 +492548,0,0,0,0,0 +492549,0,0,0,0,0 +492550,0,0,0,0,0 +492551,0,0,0,0,0 +492552,0,0,0,0,0 +492553,0,0,0,0,0 +492554,0,0,0,0,0 +492555,0,0,0,0,0 +492556,0,0,0,0,0 +492557,0,0,0,0,0 +492558,0,0,0,0,0 +492559,0,0,0,0,0 +492560,0,0,0,0,0 +492561,0,0,0,0,0 +492562,0,0,0,0,0 +492563,0,0,0,0,0 +492564,0,0,0,0,0 +492565,0,0,0,0,0 +492566,0,0,0,0,0 +492567,0,0,0,0,0 +492568,0,0,0,0,0 +492569,0,0,0,0,0 +492570,0,0,0,0,0 +492571,0,0,0,0,0 +492572,0,0,0,0,0 +492573,0,0,0,0,0 +492574,0,0,0,0,0 +492575,0,0,0,0,0 +492576,0,0,0,0,0 +492577,0,0,0,0,0 +492578,0,0,0,0,0 +492579,0,0,0,0,0 +492580,0,0,0,0,0 +492581,0,0,0,0,0 +492582,0,0,0,0,0 +492583,0,0,0,0,0 +492584,0,0,0,0,0 +492585,0,0,0,0,0 +492586,0,0,0,0,0 +492587,0,0,0,0,0 +492588,0,0,0,0,0 +492589,0,0,0,0,0 +492590,0,0,0,0,0 +492591,0,0,0,0,0 +492592,0,0,0,0,0 +492593,0,0,0,0,0 +492594,0,0,0,0,0 +492595,0,0,0,0,0 +492596,0,0,0,0,0 +492597,0,0,0,0,0 +492598,0,0,0,0,0 +492599,0,0,0,0,0 +492600,0,0,0,0,0 +492601,0,0,0,0,0 +492602,0,0,0,0,0 +492603,0,0,0,0,0 +492604,0,0,0,0,0 +492605,0,0,0,0,0 +492606,0,0,0,0,0 +492607,0,0,0,0,0 +492608,0,0,0,0,0 +492609,0,0,0,0,0 +492610,0,0,0,0,0 +492611,0,0,0,0,0 +492612,0,0,0,0,0 +492613,0,0,0,0,0 +492614,0,0,0,0,0 +492615,0,0,0,0,0 +492616,0,0,0,0,0 +492617,0,0,0,0,0 +492618,0,0,0,0,0 +492619,0,0,0,0,0 +492620,0,0,0,0,0 +492621,0,0,0,0,0 +492622,0,0,0,0,0 +492623,0,0,0,0,0 +492624,0,0,0,0,0 +492625,0,0,0,0,0 +492626,0,0,0,0,0 +492627,0,0,0,0,0 +492628,0,0,0,0,0 +492629,0,0,0,0,0 +492630,0,0,0,0,0 +492631,0,0,0,0,0 +492632,0,0,0,0,0 +492633,0,0,0,0,0 +492634,0,0,0,0,0 +492635,0,0,0,0,0 +492636,0,0,0,0,0 +492637,0,0,0,0,0 +492638,0,0,0,0,0 +492639,0,0,0,0,0 +492640,0,0,0,0,0 +492641,0,0,0,0,0 +492642,0,0,0,0,0 +492643,0,0,0,0,0 +492644,0,0,0,0,0 +492645,0,0,0,0,0 +492646,0,0,0,0,0 +492647,0,0,0,0,0 +492648,0,0,0,0,0 +492649,0,0,0,0,0 +492650,0,0,0,0,0 +492651,0,0,0,0,0 +492652,0,0,0,0,0 +492653,0,0,0,0,0 +492654,0,0,0,0,0 +492655,0,0,0,0,0 +492656,0,0,0,0,0 +492657,0,0,0,0,0 +492658,0,0,0,0,0 +492659,0,0,0,0,0 +492660,0,0,0,0,0 +492661,0,0,0,0,0 +492662,0,0,0,0,0 +492663,0,0,0,0,0 +492664,0,0,0,0,0 +492665,0,0,0,0,0 +492666,0,0,0,0,0 +492667,0,0,0,0,0 +492668,0,0,0,0,0 +492669,0,0,0,0,0 +492670,0,0,0,0,0 +492671,0,0,0,0,0 +492672,0,0,0,0,0 +492673,0,0,0,0,0 +492674,0,0,0,0,0 +492675,0,0,0,0,0 +492676,0,0,0,0,0 +492677,0,0,0,0,0 +492678,0,0,0,0,0 +492679,0,0,0,0,0 +492680,0,0,0,0,0 +492681,0,0,0,0,0 +492682,0,0,0,0,0 +492683,0,0,0,0,0 +492684,0,0,0,0,0 +492685,0,0,0,0,0 +492686,0,0,0,0,0 +492687,0,0,0,0,0 +492688,0,0,0,0,0 +492689,0,0,0,0,0 +492690,0,0,0,0,0 +492691,0,0,0,0,0 +492692,0,0,0,0,0 +492693,0,0,0,0,0 +492694,0,0,0,0,0 +492695,0,0,0,0,0 +492696,0,0,0,0,0 +492697,0,0,0,0,0 +492698,0,0,0,0,0 +492699,0,0,0,0,0 +492700,0,0,0,0,0 +492701,0,0,0,0,0 +492702,0,0,0,0,0 +492703,0,0,0,0,0 +492704,0,0,0,0,0 +492705,0,0,0,0,0 +492706,0,0,0,0,0 +492707,0,0,0,0,0 +492708,0,0,0,0,0 +492709,0,0,0,0,0 +492710,0,0,0,0,0 +492711,0,0,0,0,0 +492712,0,0,0,0,0 +492713,0,0,0,0,0 +492714,0,0,0,0,0 +492715,0,0,0,0,0 +492716,0,0,0,0,0 +492717,0,0,0,0,0 +492718,0,0,0,0,0 +492719,0,0,0,0,0 +492720,0,0,0,0,0 +492721,0,0,0,0,0 +492722,0,0,0,0,0 +492723,0,0,0,0,0 +492724,0,0,0,0,0 +492725,0,0,0,0,0 +492726,0,0,0,0,0 +492727,0,0,0,0,0 +492728,0,0,0,0,0 +492729,0,0,0,0,0 +492730,0,0,0,0,0 +492731,0,0,0,0,0 +492732,0,0,0,0,0 +492733,0,0,0,0,0 +492734,0,0,0,0,0 +492735,0,0,0,0,0 +492736,0,0,0,0,0 +492737,0,0,0,0,0 +492738,0,0,0,0,0 +492739,0,0,0,0,0 +492740,0,0,0,0,0 +492741,0,0,0,0,0 +492742,0,0,0,0,0 +492743,0,0,0,0,0 +492744,0,0,0,0,0 +492745,0,0,0,0,0 +492746,0,0,0,0,0 +492747,0,0,0,0,0 +492748,0,0,0,0,0 +492749,0,0,0,0,0 +492750,0,0,0,0,0 +492751,0,0,0,0,0 +492752,0,0,0,0,0 +492753,0,0,0,0,0 +492754,0,0,0,0,0 +492755,0,0,0,0,0 +492756,0,0,0,0,0 +492757,0,0,0,0,0 +492758,0,0,0,0,0 +492759,0,0,0,0,0 +492760,0,0,0,0,0 +492761,0,0,0,0,0 +492762,0,0,0,0,0 +492763,0,0,0,0,0 +492764,0,0,0,0,0 +492765,0,0,0,0,0 +492766,0,0,0,0,0 +492767,0,0,0,0,0 +492768,0,0,0,0,0 +492769,0,0,0,0,0 +492770,0,0,0,0,0 +492771,0,0,0,0,0 +492772,0,0,0,0,0 +492773,0,0,0,0,0 +492774,0,0,0,0,0 +492775,0,0,0,0,0 +492776,0,0,0,0,0 +492777,0,0,0,0,0 +492778,0,0,0,0,0 +492779,0,0,0,0,0 +492780,0,0,0,0,0 +492781,0,0,0,0,0 +492782,0,0,0,0,0 +492783,0,0,0,0,0 +492784,0,0,0,0,0 +492785,0,0,0,0,0 +492786,0,0,0,0,0 +492787,0,0,0,0,0 +492788,0,0,0,0,0 +492789,0,0,0,0,0 +492790,0,0,0,0,0 +492791,0,0,0,0,0 +492792,0,0,0,0,0 +492793,0,0,0,0,0 +492794,0,0,0,0,0 +492795,0,0,0,0,0 +492796,0,0,0,0,0 +492797,0,0,0,0,0 +492798,0,0,0,0,0 +492799,0,0,0,0,0 +492800,0,0,0,0,0 +492801,0,0,0,0,0 +492802,0,0,0,0,0 +492803,0,0,0,0,0 +492804,0,0,0,0,0 +492805,0,0,0,0,0 +492806,0,0,0,0,0 +492807,0,0,0,0,0 +492808,0,0,0,0,0 +492809,0,0,0,0,0 +492810,0,0,0,0,0 +492811,0,0,0,0,0 +492812,0,0,0,0,0 +492813,0,0,0,0,0 +492814,0,0,0,0,0 +492815,0,0,0,0,0 +492816,0,0,0,0,0 +492817,0,0,0,0,0 +492818,0,0,0,0,0 +492819,0,0,0,0,0 +492820,0,0,0,0,0 +492821,0,0,0,0,0 +492822,0,0,0,0,0 +492823,0,0,0,0,0 +492824,0,0,0,0,0 +492825,0,0,0,0,0 +492826,0,0,0,0,0 +492827,0,0,0,0,0 +492828,0,0,0,0,0 +492829,0,0,0,0,0 +492830,0,0,0,0,0 +492831,0,0,0,0,0 +492832,0,0,0,0,0 +492833,0,0,0,0,0 +492834,0,0,0,0,0 +492835,0,0,0,0,0 +492836,0,0,0,0,0 +492837,0,0,0,0,0 +492838,0,0,0,0,0 +492839,0,0,0,0,0 +492840,0,0,0,0,0 +492841,0,0,0,0,0 +492842,0,0,0,0,0 +492843,0,0,0,0,0 +492844,0,0,0,0,0 +492845,0,0,0,0,0 +492846,0,0,0,0,0 +492847,0,0,0,0,0 +492848,0,0,0,0,0 +492849,0,0,0,0,0 +492850,0,0,0,0,0 +492851,0,0,0,0,0 +492852,0,0,0,0,0 +492853,0,0,0,0,0 +492854,0,0,0,0,0 +492855,0,0,0,0,0 +492856,0,0,0,0,0 +492857,0,0,0,0,0 +492858,0,0,0,0,0 +492859,0,0,0,0,0 +492860,0,0,0,0,0 +492861,0,0,0,0,0 +492862,0,0,0,0,0 +492863,0,0,0,0,0 +492864,0,0,0,0,0 +492865,0,0,0,0,0 +492866,0,0,0,0,0 +492867,0,0,0,0,0 +492868,0,0,0,0,0 +492869,0,0,0,0,0 +492870,0,0,0,0,0 +492871,0,0,0,0,0 +492872,0,0,0,0,0 +492873,0,0,0,0,0 +492874,0,0,0,0,0 +492875,0,0,0,0,0 +492876,0,0,0,0,0 +492877,0,0,0,0,0 +492878,0,0,0,0,0 +492879,0,0,0,0,0 +492880,0,0,0,0,0 +492881,0,0,0,0,0 +492882,0,0,0,0,0 +492883,0,0,0,0,0 +492884,0,0,0,0,0 +492885,0,0,0,0,0 +492886,0,0,0,0,0 +492887,0,0,0,0,0 +492888,0,0,0,0,0 +492889,0,0,0,0,0 +492890,0,0,0,0,0 +492891,0,0,0,0,0 +492892,0,0,0,0,0 +492893,0,0,0,0,0 +492894,0,0,0,0,0 +492895,0,0,0,0,0 +492896,0,0,0,0,0 +492897,0,0,0,0,0 +492898,0,0,0,0,0 +492899,0,0,0,0,0 +492900,0,0,0,0,0 +492901,-1838.653664,-822.2786396,-1806.389377,-822.28574,-1125.723499 +492902,-1784.522652,-755.4059844,-1747.20594,-755.4122957,-1035.011569 +492903,-1734.372345,-734.226376,-1698.246427,-734.2324468,-1008.586247 +492904,-1821.440748,-771.3003501,-1783.568505,-771.306882,-1062.742237 +492905,-1868.477591,-791.4509524,-1829.703905,-791.4577391,-1092.875996 +492906,-1889.782174,-800.706425,-1850.644852,-800.7133334,-1107.514074 +492907,-1896.054171,-803.5892186,-1856.859033,-803.5961712,-1113.031589 +492908,-1895.677025,-803.6479246,-1856.550157,-803.6548871,-1114.397239 +492909,-1893.139653,-802.7826214,-1854.112804,-802.7895827,-1114.273596 +492910,-1890.087711,-801.6888258,-1851.159897,-801.6957835,-1113.652134 +492911,-1887.096217,-800.608553,-1848.256522,-800.6155077,-1112.897633 +492912,-1884.341885,-799.6160632,-1845.577661,-799.6230164,-1112.14051 +492913,-1881.858997,-798.7251888,-1843.157943,-798.7321423,-1111.424168 +492914,-1390.739352,-797.9299103,-1765.666549,-797.9368656,-1110.760187 +492915,-1567.462709,-790.6359995,-1323.213062,-790.6428788,-1100.990379 +492916,-1533.447296,-689.1358071,-1594.888488,-687.4495651,-1084.559129 +492917,-1502.012685,-681.9200402,-1495.636676,-683.0833771,-1060.554482 +492918,-1490.786487,-695.3036115,-1480.027655,-695.3123391,-1028.039108 +492919,-1478.000654,-678.6953969,-1472.566378,-678.7017547,-1029.502158 +492920,-1470.208741,-673.4211648,-1460.080269,-672.3212793,-906.4379257 +492921,-1458.848807,-666.157027,-1449.901344,-668.4756951,-857.7130405 +492922,-1449.173994,-662.9722757,-1440.669042,-660.9099548,-899.1274865 +492923,-1438.76974,-656.9065506,-1429.214979,-656.9122272,-872.5699547 +492924,-1432.528989,-652.4604784,-1423.020177,-653.528522,-866.0367992 +492925,-1415.989537,-644.8788559,-1405.421305,-643.4461759,-860.1206628 +492926,-1412.224764,-640.5694014,-1399.347267,-641.4398437,-853.0678656 +492927,-1398.782476,-636.173766,-1388.265481,-635.3355361,-847.2205224 +492928,-1392.404871,-630.3640835,-1380.455904,-630.3719943,-842.1596992 +492929,-1383.485419,-626.866717,-1373.145502,-627.8728689,-837.400387 +492930,-1376.922634,-478.7132881,-1362.798989,-621.7636189,-829.200249 +492931,-1367.621863,-452.6617823,-1352.791653,-617.4044906,-826.3376192 +492932,-1360.969208,-429.804767,-1343.867492,-613.4294387,-819.6093786 +492933,-1348.998311,-408.7752519,-1334.007071,-607.3318763,-814.5825848 +492934,-1342.922207,-389.71573,-1327.820759,-604.5724297,-809.8211219 +492935,-1333.695994,-369.1660619,-1315.89673,-598.8131491,-804.0896225 +492936,-1327.056247,-349.5059935,-1309.637688,-594.8982271,-800.5616491 +492937,-1317.428427,-331.1001683,-1302.742861,-590.2720158,-793.0925563 +492938,-1310.921031,-311.1375589,-1291.358613,-586.844889,-791.4214908 +492939,-1302.518546,-291.8338947,-1284.431269,-580.8160982,-785.1027417 +492940,-1297.128276,-273.0813469,-1278.362625,-578.9841902,-780.2879765 +492941,-1286.685319,-254.071093,-1268.986388,-573.7464646,-777.0013171 +492942,-1282.284797,-234.8456976,-1261.543201,-569.8596898,-771.531838 +492943,-1272.607743,-215.7638789,-1254.526591,-566.3455583,-766.9220516 +492944,-1267.865952,-196.661033,-1246.869062,-562.1880501,-764.4937334 +492945,-1258.250583,-177.6771159,-1239.241839,-558.8163807,-757.5578192 +492946,-1250.86185,-158.5094501,-1229.077603,-553.8494566,-755.462089 +492947,-1246.556983,-139.5873059,-1226.680124,-552.0692759,-751.135074 +492948,-1237.376788,-120.2343062,-1216.827757,-547.4722859,-746.2548368 +492949,-1229.356828,-108.082436,-1209.314156,-543.1304367,-744.1876027 +492950,-1223.855585,-92.95537325,-1202.603728,-541.6600384,-738.1762374 +492951,-1219.221635,-67.92184293,-1199.819263,-537.8999234,-735.9310071 +492952,-1212.906515,-51.1703386,-1192.168569,-534.5408129,-730.8064298 +492953,-1203.536577,-36.29253581,-1186.576481,-533.2043072,-727.7342186 +492954,-1200.313302,-21.46554179,-1178.340936,-527.4498387,-724.1203238 +492955,-1190.979431,-7.254412976,-1174.650804,-526.7856386,-721.0897779 +492956,-1184.738922,0,-1165.083514,-521.7032105,-715.6886161 +492957,-1179.98891,0,-1160.509719,-519.2310214,-714.1702731 +492958,-1171.058233,0,-1153.775915,-516.6132782,-710.3829671 +492959,-1165.718678,0,-1146.745563,-512.3587148,-706.420934 +492960,-1160.17504,0,-1141.39777,-510.2548412,-702.3080457 +492961,-1148.320675,0,-1131.93695,-506.5130372,-700.2945254 +492962,-1144.445942,0,-1124.203647,-501.8478798,-694.8283725 +492963,-1129.880368,0,-1114.215634,-498.6812663,-691.5172349 +492964,-1125.73545,0,-1108.150324,-494.600821,-688.1344296 +492965,-1112.714193,0,-1097.715637,-490.4138945,-683.5000461 +492966,-1108.352392,0,-1089.195588,-486.9966379,-681.17324 +492967,-1094.803085,0,-1080.501177,-483.5086205,-676.3846153 +492968,-1087.913985,0,-1071.632903,-479.0439596,-672.7388523 +492969,-1080.917536,0,-1064.878813,-475.4003709,-670.2860205 +492970,-1067.784914,0,-1055.700161,-471.6870558,-665.2781673 +492971,-1061.7219,0,-1046.344999,-467.9030504,-662.7476842 +492972,-1051.849067,0,-1036.813805,-465.0206899,-657.5957608 +492973,-1041.788798,0,-1031.992471,-460.1182966,-656.3020895 +492974,-1034.12435,0,-1019.702619,-457.1257798,-651.0281349 +492975,-1023.729365,0,-1013.45807,-453.0680315,-649.0302235 +492976,-1015.808375,0,-1004.585673,-448.935079,-644.3031854 +492977,-1006.422724,0,-994.2657493,-446.3152189,-641.5701213 +492978,-996.8822754,0,-989.0391785,-441.517693,-638.8112127 +492979,-987.1857178,0,-978.4266344,-438.8109108,-633.2125854 +492980,-977.3312034,0,-970.3386594,-434.4119791,-631.7995233 +492981,-970.1958746,0,-962.1376259,-431.6221121,-628.2328202 +492982,-958.5991435,0,-952.4233803,-426.5161706,-624.6245993 +492983,-951.2430383,0,-945.3896072,-424.214456,-620.2395956 +492984,-939.2907912,0,-936.8383012,-420.1321765,-618.7657453 +492985,-931.7098362,0,-926.7088412,-415.9830197,-614.2994685 +492986,-920.9453802,0,-919.374494,-412.9788102,-611.2879116 +492987,-911.5794968,0,-910.4592354,-408.7130733,-606.7181152 +492988,-902.0827676,0,-902.9346573,-405.624074,-605.1817285 +492989,-890.8350565,0,-893.7875131,-401.869001,-601.3074115 +492990,-882.6909851,0,-884.5126584,-398.0611349,-597.388068 +492991,-872.7916877,0,-876.6861718,-394.2002187,-594.2202774 +492992,-864.437528,0,-870.3605198,-391.5972763,-591.8253864 +492993,-854.2844767,0,-860.7592151,-388.3086075,-587.7960795 +492994,-845.7176328,0,-854.2856391,-384.9811396,-584.539049 +492995,-837.0525618,0,-846.1087182,-380.9371008,-581.2519012 +492996,-826.5228775,0,-837.8376506,-378.8949889,-577.9342594 +492997,-817.6396816,0,-831.1533623,-374.7662067,-574.5857955 +492998,-808.6563565,0,-822.7106256,-371.9821836,-571.2062214 +492999,-799.5713369,0,-815.8873548,-368.4657556,-567.7952632 +493000,-789.4594775,0,-807.2699438,-364.9090138,-564.3526522 +493001,-781.0945804,0,-800.3062907,-362.7559712,-562.6194985 +493002,-769.8106528,0,-791.5127223,-358.4034996,-557.3704213 +493003,-762.2068592,0,-786.1901258,-355.4692742,-554.7186776 +493004,-751.6412878,0,-775.4340899,-352.5085354,-551.1543858 +493005,-741.9270353,0,-770.0038524,-349.5204736,-548.4595342 +493006,-733.0953872,0,-760.8712528,-345.7467032,-544.8368274 +493007,-722.1851604,0,-755.3439928,-342.6974524,-541.1804233 +493008,-713.1652896,0,-744.177322,-339.6209449,-538.4160105 +493009,-704.0603556,0,-740.42472,-336.5166773,-534.7000235 +493010,-692.8157889,0,-729.0629195,-332.5971001,-530.9496333 +493011,-684.5594994,0,-724.2871515,-330.2252041,-529.0616611 +493012,-674.1441583,0,-714.655891,-327.0373972,-524.3025784 +493013,-663.6251287,217.1414459,-707.8539291,-323.0127535,-521.4209043 +493014,-655.1363868,105.5877039,-700.0184532,-320.5775907,-518.5193439 +493015,-644.4316756,157.7982489,-692.1172163,-317.3054703,-514.61913 +493016,-633.6249533,172.7937275,-685.1499982,-314.0047806,-511.6704873 +493017,-624.907691,187.5914305,-677.1251982,-310.6758004,-507.7072545 +493018,-613.9197798,202.2577658,-668.0190787,-307.3186821,-505.7121772 +493019,-603.9460923,216.9553732,-662.9258251,-304.7825078,-500.6837504 +493020,-593.8931602,230.7471941,-652.6598252,-300.9474157,-498.6565349 +493021,-584.8913758,244.8409171,-647.4897095,-297.9399556,-494.5739576 +493022,-574.6907251,258.741899,-638.1184124,-295.3451059,-491.4876663 +493023,-564.4144073,271.7853205,-632.8782013,-291.8600336,-487.3398494 +493024,-556.3709685,285.4895444,-624.4402839,-289.2279305,-485.2521228 +493025,-544.8022485,298.5141019,-618.0705579,-286.5797438,-481.0476759 +493026,-536.6524062,311.463463,-611.6648625,-282.577211,-477.8694914 +493027,-526.1110038,324.3235527,-603.067898,-280.3388732,-474.6699032 +493028,-516.6837359,336.8109916,-596.5800472,-277.1864103,-471.4487212 +493029,-507.2039337,349.6213368,-588.9670527,-274.0124707,-467.1201149 +493030,-496.4780109,361.8405259,-582.40467,-271.2752034,-464.9416388 +493031,-486.8921274,373.8810829,-574.704956,-268.5222351,-461.6554033 +493032,-477.2588952,386.3428449,-568.0689053,-264.8272565,-457.2395729 +493033,-467.579652,404.6612821,-561.3991962,-262.0386154,-454.4601547 +493034,-457.2469825,420.196096,-552.4544003,-259.7032917,-451.6655006 +493035,-447.4789791,435.5863645,-547.9614392,-255.4723561,-447.1619411 +493036,-437.6709795,450.7642983,-537.7977008,-253.5817389,-444.8956608 +493037,-427.2082283,465.762837,-533.2589503,-250.2564281,-440.3333275 +493038,-417.3241739,480.6350414,-525.2810932,-246.9110192,-438.0376663 +493039,-407.4064153,495.2688873,-517.261574,-244.0281373,-434.5753823 +493040,-396.8340873,509.8082435,-511.5091936,-241.1310059,-431.0907743 +493041,-387.4782428,523.8572578,-503.4207878,-238.2195722,-427.5839788 +493042,-376.2193834,538.576105,-496.4570221,-234.8050544,-424.6447623 +493043,-366.8133379,552.376723,-489.4653227,-232.1093274,-421.0972184 +493044,-356.128844,566.3539012,-482.4460944,-228.9086565,-417.5274508 +493045,-346.0517763,580.1225243,-474.811584,-225.9403509,-414.5357687 +493046,-335.9562852,593.7499635,-468.328056,-222.9589386,-410.9253037 +493047,-325.8442944,607.2367614,-460.0452064,-219.4643434,-408.5060317 +493048,-315.084408,620.5465473,-454.1090547,-216.9580571,-403.6375818 +493049,-304.9447888,633.8139007,-446.9632087,-213.9388907,-401.1888634 +493050,-294.1598267,646.8657389,-438.5969225,-210.4010792,-398.1140657 +493051,-284.6354529,658.4166956,-432.6031891,-207.8645386,-394.4038709 +493052,-274.4686628,669.6884857,-424.7885914,-204.2997324,-391.2952509 +493053,-264.2956418,680.5991699,-416.9499239,-201.2322663,-387.5447888 +493054,-254.4358586,691.247481,-410.90492,-198.1540804,-384.4028167 +493055,-244.2541512,701.7254215,-402.4192401,-195.0653832,-381.2457201 +493056,-234.3878081,711.9894221,-395.7351679,-191.9664693,-377.4372142 +493057,-224.2009656,721.9444995,-388.4270616,-188.5982018,-374.8863045 +493058,-214.0125578,731.8323102,-380.4916719,-185.7396162,-371.041772 +493059,-204.4599926,741.3725183,-374.3757188,-182.351326,-367.8216678 +493060,-193.9512754,750.7617897,-365.7960474,-179.4764044,-364.5868025 +493061,-184.0790686,759.5388346,-359.6568874,-175.8071623,-360.6855507 +493062,-174.2066022,769.2400671,-351.0470194,-173.1799046,-358.0731796 +493063,-163.6969782,777.8435327,-344.887856,-170.0200157,-354.1370309 +493064,-154.1427944,786.5193975,-337.4865487,-166.5885381,-350.841149 +493065,-143.9515455,795.0932983,-329.4570216,-163.4140757,-348.1942165 +493066,-133.7602642,803.4228875,-323.2734883,-160.4986354,-344.2065599 +493067,-123.8874884,811.670799,-314.6064035,-157.3122448,-340.8681208 +493068,-113.6962147,819.611357,-309.029682,-153.8538935,-337.5158566 +493069,-103.5049535,827.5743597,-300.346433,-150.9229342,-334.1498539 +493070,-93.79143795,835.1885664,-293.5183431,-147.7208015,-331.4472469 +493071,-83.44092516,842.8381222,-286.685763,-144.5141268,-326.6966946 +493072,-73.56814687,850.145901,-278.6054616,-141.5710388,-324.6529675 +493073,-63.37688329,857.4430804,-272.3867345,-138.0886187,-320.5509698 +493074,-53.50410599,864.5299152,-264.2982845,-134.8705971,-317.8059473 +493075,-43.15360327,871.5986273,-257.4515211,-132.186635,-313.6729209 +493076,-33.44007028,878.1955285,-249.979782,-128.4255607,-310.9075754 +493077,-23.24880929,885.0822591,-242.8173558,-125.7371325,-307.0921456 +493078,-13.21678833,891.4726554,-235.65326,-122.239758,-303.9594618 +493079,-3.184768368,897.9148179,-228.1761917,-119.0094671,-300.4672372 +493080,0,904.2170136,-221.3212436,-116.046977,-296.963188 +493081,0,910.0953534,-213.8421159,-112.8137068,-294.1516168 +493082,0,916.0283189,-206.9856667,-109.7139857,-290.6267882 +493083,0,921.7164879,-199.817003,-106.478462,-287.0908029 +493084,0,927.4254096,-192.33623,-103.3769715,-284.964052 +493085,0,932.8801724,-185.4786978,-100.1399408,-280.6986086 +493086,0,938.3182707,-178.3092381,-97.03727809,-277.8466377 +493087,0,943.4151263,-171.1396227,-93.79926749,-274.2724435 +493088,0,948.6651077,-163.9699239,-90.69586444,-271.4059283 +493089,0,953.6073584,-156.8001861,-87.45725803,-268.1735288 +493090,0,958.4914762,-149.6304322,-84.35342278,-264.572845 +493091,0,963.2447384,-142.460672,-81.11448412,-261.3243459 +493092,0,967.8185462,-135.6026403,-78.01041823,-258.4306863 +493093,0,972.4235591,-128.12108,-74.77131169,-254.8056191 +493094,0,976.77749,-121.1071568,-71.53217037,-251.1720818 +493095,0,981.1301076,-114.0932379,-68.56295522,-248.6238073 +493096,0,985.2079042,-106.6116959,-65.05381371,-244.6113394 +493097,0,989.305717,-99.90952794,-62.08458285,-241.687398 +493098,0,993.1737011,-92.42798754,-58.84539442,-238.0257893 +493099,0,997.0942098,-85.56993361,-55.60619557,-234.7243039 +493100,0,1000.765676,-78.24426389,-52.50197068,-231.4173132 +493101,0,1004.38327,-71.23033823,-49.12779867,-228.1050163 +493102,0,1007.881365,-64.06054325,-46.15855151,-224.4187334 +493103,0,1011.270956,-56.89074979,-42.78437644,-221.0960402 +493104,0,1014.553191,-49.8768268,-39.68014662,-217.768779 +493105,0,1017.728517,-42.70703161,-36.30597809,-214.4371419 +493106,0,1020.798145,-35.53723695,-33.20176134,-210.3595264 +493107,0,1028.253481,-41.92770882,-35.76613308,-207.7617474 +493108,0,1031.815626,-36.16069937,-32.93182083,-203.3031458 +493109,0,1035.007033,-29.92609974,-30.09752583,-200.6995722 +493110,0,1038.018655,-23.06803003,-27.26323448,-196.6042224 +493111,0,1041.395362,-17.30102395,-24.29396336,-193.2502094 +493112,0,1044.501681,-13.56026163,-21.86457571,-189.8934462 +493113,0,1043.486028,0,-13.22671513,-186.160682 +493114,0,1045.736024,0,-12.01201884,-182.4250403 +493115,0,1048.425518,0,-9.447653591,-179.4346554 +493116,0,1050.87756,0,-7.018255846,-174.9460989 +493117,0,1053.653013,0,-4.588859439,-171.9520602 +493118,0,1056.037194,0,-2.294430169,-168.2077077 +493119,0,1058.614637,0,0,-164.4615843 +493120,0,1060.92209,0,0,-160.7139227 +493121,0,1063.35405,0,0,-157.33988 +493122,0,1065.523641,0,0,-153.2147013 +493123,0,1067.879115,0,0,-149.8386604 +493124,0,1069.806516,0,0,-146.08664 +493125,0,1071.869942,0,0,-141.9585369 +493126,0,1073.952546,0,0,-138.5804759 +493127,0,1075.758977,0,0,-134.8265529 +493128,0,1077.549771,0,0,-130.6967213 +493129,0,1079.415253,0,0,-127.3174875 +493130,0,1080.927821,0,0,-122.9992261 +493131,0,1082.589821,0,0,-119.431788 +493132,0,1084.046114,0,0,-115.4886532 +493133,0,1085.492547,0,0,-111.5453848 +493134,0,1086.852735,0,0,-107.7898082 +493135,0,1088.136107,0,0,-103.6585914 +493136,0,1089.342314,0,0,-99.71512281 +493137,0,1090.470817,0,0,-95.77163212 +493138,0,1091.52178,0,0,-91.82812153 +493139,0,1092.494818,0,0,-87.88459293 +493140,0,1093.390163,0,0,-83.56547407 +493141,0,1093.953005,0,0,-79.99751997 +493142,0,1094.348903,0,0,-75.86618803 +493143,0,1094.633328,0,0,-71.92264854 +493144,0,1094.825118,0,0,-68.16690198 +493145,0,1094.930169,0,0,-64.03556953 +493146,0,1094.950927,0,0,-60.09202876 +493147,0,1094.887979,0,0,-55.96070174 +493148,0,1094.741987,0,0,-52.20495652 +493149,0,1094.512923,0,0,-47.88583849 +493150,0,1094.201211,0,0,-44.13009007 +493151,0,1093.806732,0,0,-39.8109713 +493152,0,1093.329855,0,0,-35.86743276 +493153,0,1092.770443,0,0,-31.73610516 +493154,0,1092.128846,0,0,-27.60477731 +493155,0,1091.404923,0,0,-23.47344996 +493156,0,1090.599014,0,0,-19.34212286 +493157,0,1089.71098,0,0,-15.21079553 +493158,0,1088.741154,0,0,-10.89168027 +493159,0,1087.689399,0,0,-6.760353762 +493160,0,1086.556045,0,0,-2.629026691 +493161,0,1085.34096,0,0,0 +493162,0,1084.044468,0,0,0 +493163,0,1082.666451,0,0,0 +493164,0,1081.207242,0,0,0 +493165,0,1079.735003,0,0,0 +493166,0,1078.014319,0,0,0 +493167,0,1076.361064,0,0,0 +493168,0,1074.566776,0,0,0 +493169,0,1072.702725,0,0,0 +493170,0,1070.758147,0,0,0 +493171,0,1067.899388,0,0,0 +493172,0,1064.64492,0,0,0 +493173,0,1061.526192,0,0,0 +493174,0,1057.987382,0,0,0 +493175,0,1054.50893,0,0,0 +493176,0,1050.760806,0,0,0 +493177,0,1047.019766,0,0,0 +493178,0,1043.006189,0,0,0 +493179,0,1039.026997,0,0,0 +493180,0,1034.881922,0,0,0 +493181,0,1030.643256,0,0,0 +493182,0,1026.303211,0,0,0 +493183,0,1021.864333,0,0,0 +493184,0,1017.328936,0,0,0 +493185,0,1012.699859,0,0,0 +493186,0,1007.978946,0,0,0 +493187,0,1003.168229,0,0,0 +493188,0,998.2698222,0,0,0 +493189,0,993.2854251,0,0,0 +493190,0,988.2808672,0,0,0 +493191,0,983.0382117,0,0,0 +493192,0,977.8536106,0,0,0 +493193,0,972.4709399,0,0,0 +493194,0,967.1740167,0,0,0 +493195,0,961.7295029,0,0,0 +493196,0,956.1144907,0,0,0 +493197,0,950.5497378,0,0,0 +493198,0,944.8588589,0,0,0 +493199,0,939.1667245,0,0,0 +493200,0,933.1988707,0,0,0 +493201,0,927.6484031,0,0,0 +493202,0,921.8347083,0,0,0 +493203,0,916.0765193,0,0,0 +493204,0,910.1057977,0,0,0 +493205,0,904.1985165,0,0,0 +493206,0,898.1237937,0,0,0 +493207,0,892.1969974,0,0,0 +493208,0,885.9520947,0,0,0 +493209,0,881.4285538,0,0,0 +493210,0,875.5013599,0,0,0 +493211,0,869.4347654,0,0,0 +493212,0,863.0789576,0,0,0 +493213,0,856.9040266,0,0,0 +493214,0,850.5519516,0,0,0 +493215,0,844.0681325,0,0,0 +493216,0,837.634323,0,0,0 +493217,0,831.0469683,0,0,0 +493218,0,824.6011622,0,0,0 +493219,0,817.8597039,0,0,0 +493220,0,811.283072,0,0,0 +493221,0,804.4805738,0,0,0 +493222,0,797.6968991,0,0,0 +493223,0,791.0044277,0,0,0 +493224,0,784.0423121,0,0,0 +493225,0,777.1921442,0,0,0 +493226,40.9746088,770.2493259,0,0,0 +493227,209.4290069,763.2779837,0,0,0 +493228,119.9845282,756.7509253,0,0,0 +493229,166.9100433,748.9751775,0,0,0 +493230,181.8667968,742.2993372,0,0,0 +493231,196.4589332,735.0756243,0,0,0 +493232,211.4182881,727.9233364,0,0,0 +493233,225.862805,720.6780082,0,0,0 +493234,240.3184055,713.5062544,0,0,0 +493235,254.6783453,706.1951079,0,0,0 +493236,268.7431164,698.8386375,0,0,0 +493237,283.2039864,691.5450263,0,0,0 +493238,297.1237458,684.117379,0,0,0 +493239,311.166367,676.6454852,0,0,0 +493240,325.0802245,669.2348756,0,0,0 +493241,338.9435592,661.6948859,0,0,0 +493242,352.6787957,654.111957,0,0,0 +493243,366.4337295,646.5908554,0,0,0 +493244,380.0293555,638.9033838,0,0,0 +493245,393.3574984,631.3154025,0,0,0 +493246,407.3330435,623.6029071,0,0,0 +493247,420.6137024,615.8511426,0,0,0 +493248,434.0418637,608.1598423,0,0,0 +493249,447.442991,600.3136169,0,0,0 +493250,460.7325154,592.565712,0,0,0 +493251,474.0820691,584.6641949,0,0,0 +493252,487.3061594,576.8580298,0,0,0 +493253,500.5303376,571.9396699,0,0,0 +493254,513.7088453,566.268828,0,0,0 +493255,526.815286,560.6668682,0,0,0 +493256,539.5985988,554.9196453,0,0,0 +493257,553.2488989,549.2688846,0,0,0 +493258,565.978963,543.5125416,0,0,0 +493259,579.1479473,537.7310371,0,0,0 +493260,592.1268608,532.0096905,0,0,0 +493261,0,0,0,0,0 +493262,0,0,0,0,0 +493263,0,0,0,0,0 +493264,0,0,0,0,0 +493265,0,0,0,0,0 +493266,0,0,0,0,0 +493267,0,0,0,0,0 +493268,0,0,0,0,0 +493269,0,0,0,0,0 +493270,0,0,0,0,0 +493271,0,0,0,0,0 +493272,0,0,0,0,0 +493273,0,0,0,0,0 +493274,0,0,0,0,0 +493275,0,0,0,0,0 +493276,0,0,0,0,0 +493277,0,0,0,0,0 +493278,0,0,0,0,0 +493279,0,0,0,0,0 +493280,0,0,0,0,0 +493281,0,0,0,0,0 +493282,0,0,0,0,0 +493283,0,0,0,0,0 +493284,0,0,0,0,0 +493285,0,0,0,0,0 +493286,0,0,0,0,0 +493287,0,0,0,0,0 +493288,0,0,0,0,0 +493289,0,0,0,0,0 +493290,0,0,0,0,0 +493291,0,0,0,0,0 +493292,0,0,0,0,0 +493293,0,0,0,0,0 +493294,0,0,0,0,0 +493295,0,0,0,0,0 +493296,0,0,0,0,0 +493297,0,0,0,0,0 +493298,0,0,0,0,0 +493299,0,0,0,0,0 +493300,0,0,0,0,0 +493301,0,0,0,0,0 +493302,0,0,0,0,0 +493303,0,0,0,0,0 +493304,0,0,0,0,0 +493305,0,0,0,0,0 +493306,0,0,0,0,0 +493307,0,0,0,0,0 +493308,0,0,0,0,0 +493309,0,0,0,0,0 +493310,0,0,0,0,0 +493311,0,0,0,0,0 +493312,0,0,0,0,0 +493313,0,0,0,0,0 +493314,0,0,0,0,0 +493315,0,0,0,0,0 +493316,0,0,0,0,0 +493317,0,0,0,0,0 +493318,0,0,0,0,0 +493319,0,0,0,0,0 +493320,0,0,0,0,0 +493321,0,0,0,0,0 +493322,0,0,0,0,0 +493323,0,0,0,0,0 +493324,0,0,0,0,0 +493325,0,0,0,0,0 +493326,0,0,0,0,0 +493327,0,0,0,0,0 +493328,0,0,0,0,0 +493329,0,0,0,0,0 +493330,0,0,0,0,0 +493331,0,0,0,0,0 +493332,0,0,0,0,0 +493333,0,0,0,0,0 +493334,0,0,0,0,0 +493335,0,0,0,0,0 +493336,0,0,0,0,0 +493337,0,0,0,0,0 +493338,0,0,0,0,0 +493339,0,0,0,0,0 +493340,0,0,0,0,0 +493341,0,0,0,0,0 +493342,0,0,0,0,0 +493343,0,0,0,0,0 +493344,0,0,0,0,0 +493345,0,0,0,0,0 +493346,0,0,0,0,0 +493347,0,0,0,0,0 +493348,0,0,0,0,0 +493349,0,0,0,0,0 +493350,0,0,0,0,0 +493351,0,0,0,0,0 +493352,0,0,0,0,0 +493353,0,0,0,0,0 +493354,0,0,0,0,0 +493355,0,0,0,0,0 +493356,0,0,0,0,0 +493357,0,0,0,0,0 +493358,0,0,0,0,0 +493359,0,0,0,0,0 +493360,0,0,0,0,0 +493361,0,0,0,0,0 +493362,0,0,0,0,0 +493363,0,0,0,0,0 +493364,0,0,0,0,0 +493365,0,0,0,0,0 +493366,0,0,0,0,0 +493367,0,0,0,0,0 +493368,0,0,0,0,0 +493369,0,0,0,0,0 +493370,0,0,0,0,0 +493371,0,0,0,0,0 +493372,0,0,0,0,0 +493373,0,0,0,0,0 +493374,0,0,0,0,0 +493375,0,0,0,0,0 +493376,0,0,0,0,0 +493377,0,0,0,0,0 +493378,0,0,0,0,0 +493379,0,0,0,0,0 +493380,0,0,0,0,0 +493381,0,0,0,0,0 +493382,0,0,0,0,0 +493383,0,0,0,0,0 +493384,0,0,0,0,0 +493385,0,0,0,0,0 +493386,0,0,0,0,0 +493387,0,0,0,0,0 +493388,0,0,0,0,0 +493389,0,0,0,0,0 +493390,0,0,0,0,0 +493391,0,0,0,0,0 +493392,0,0,0,0,0 +493393,0,0,0,0,0 +493394,0,0,0,0,0 +493395,0,0,0,0,0 +493396,0,0,0,0,0 +493397,0,0,0,0,0 +493398,0,0,0,0,0 +493399,0,0,0,0,0 +493400,0,0,0,0,0 +493401,0,0,0,0,0 +493402,0,0,0,0,0 +493403,0,0,0,0,0 +493404,0,0,0,0,0 +493405,0,0,0,0,0 +493406,0,0,0,0,0 +493407,0,0,0,0,0 +493408,0,0,0,0,0 +493409,0,0,0,0,0 +493410,0,0,0,0,0 +493411,0,0,0,0,0 +493412,0,0,0,0,0 +493413,0,0,0,0,0 +493414,0,0,0,0,0 +493415,0,0,0,0,0 +493416,0,0,0,0,0 +493417,0,0,0,0,0 +493418,0,0,0,0,0 +493419,0,0,0,0,0 +493420,0,0,0,0,0 +493421,0,0,0,0,0 +493422,0,0,0,0,0 +493423,0,0,0,0,0 +493424,0,0,0,0,0 +493425,0,0,0,0,0 +493426,0,0,0,0,0 +493427,0,0,0,0,0 +493428,0,0,0,0,0 +493429,0,0,0,0,0 +493430,0,0,0,0,0 +493431,0,0,0,0,0 +493432,0,0,0,0,0 +493433,0,0,0,0,0 +493434,0,0,0,0,0 +493435,0,0,0,0,0 +493436,0,0,0,0,0 +493437,0,0,0,0,0 +493438,0,0,0,0,0 +493439,0,0,0,0,0 +493440,0,0,0,0,0 +493441,0,0,0,0,0 +493442,0,0,0,0,0 +493443,0,0,0,0,0 +493444,0,0,0,0,0 +493445,0,0,0,0,0 +493446,0,0,0,0,0 +493447,0,0,0,0,0 +493448,0,0,0,0,0 +493449,0,0,0,0,0 +493450,0,0,0,0,0 +493451,0,0,0,0,0 +493452,0,0,0,0,0 +493453,0,0,0,0,0 +493454,0,0,0,0,0 +493455,0,0,0,0,0 +493456,0,0,0,0,0 +493457,0,0,0,0,0 +493458,0,0,0,0,0 +493459,0,0,0,0,0 +493460,0,0,0,0,0 +493461,0,0,0,0,0 +493462,0,0,0,0,0 +493463,0,0,0,0,0 +493464,0,0,0,0,0 +493465,0,0,0,0,0 +493466,0,0,0,0,0 +493467,0,0,0,0,0 +493468,0,0,0,0,0 +493469,0,0,0,0,0 +493470,0,0,0,0,0 +493471,0,0,0,0,0 +493472,0,0,0,0,0 +493473,0,0,0,0,0 +493474,0,0,0,0,0 +493475,0,0,0,0,0 +493476,0,0,0,0,0 +493477,0,0,0,0,0 +493478,0,0,0,0,0 +493479,0,0,0,0,0 +493480,0,0,0,0,0 +493481,0,0,0,0,0 +493482,0,0,0,0,0 +493483,0,0,0,0,0 +493484,0,0,0,0,0 +493485,0,0,0,0,0 +493486,0,0,0,0,0 +493487,0,0,0,0,0 +493488,0,0,0,0,0 +493489,0,0,0,0,0 +493490,0,0,0,0,0 +493491,0,0,0,0,0 +493492,0,0,0,0,0 +493493,0,0,0,0,0 +493494,0,0,0,0,0 +493495,0,0,0,0,0 +493496,0,0,0,0,0 +493497,0,0,0,0,0 +493498,0,0,0,0,0 +493499,0,0,0,0,0 +493500,0,0,0,0,0 +493501,0,0,0,0,0 +493502,0,0,0,0,0 +493503,0,0,0,0,0 +493504,0,0,0,0,0 +493505,0,0,0,0,0 +493506,0,0,0,0,0 +493507,0,0,0,0,0 +493508,0,0,0,0,0 +493509,0,0,0,0,0 +493510,0,0,0,0,0 +493511,0,0,0,0,0 +493512,0,0,0,0,0 +493513,0,0,0,0,0 +493514,0,0,0,0,0 +493515,0,0,0,0,0 +493516,0,0,0,0,0 +493517,0,0,0,0,0 +493518,0,0,0,0,0 +493519,0,0,0,0,0 +493520,0,0,0,0,0 +493521,0,0,0,0,0 +493522,0,0,0,0,0 +493523,0,0,0,0,0 +493524,0,0,0,0,0 +493525,0,0,0,0,0 +493526,0,0,0,0,0 +493527,0,0,0,0,0 +493528,0,0,0,0,0 +493529,0,0,0,0,0 +493530,0,0,0,0,0 +493531,0,0,0,0,0 +493532,0,0,0,0,0 +493533,0,0,0,0,0 +493534,0,0,0,0,0 +493535,0,0,0,0,0 +493536,0,0,0,0,0 +493537,0,0,0,0,0 +493538,0,0,0,0,0 +493539,0,0,0,0,0 +493540,0,0,0,0,0 +493541,0,0,0,0,0 +493542,0,0,0,0,0 +493543,0,0,0,0,0 +493544,0,0,0,0,0 +493545,0,0,0,0,0 +493546,0,0,0,0,0 +493547,0,0,0,0,0 +493548,0,0,0,0,0 +493549,0,0,0,0,0 +493550,0,0,0,0,0 +493551,0,0,0,0,0 +493552,0,0,0,0,0 +493553,0,0,0,0,0 +493554,0,0,0,0,0 +493555,0,0,0,0,0 +493556,0,0,0,0,0 +493557,0,0,0,0,0 +493558,0,0,0,0,0 +493559,0,0,0,0,0 +493560,0,0,0,0,0 +493561,0,0,0,0,0 +493562,0,0,0,0,0 +493563,0,0,0,0,0 +493564,0,0,0,0,0 +493565,0,0,0,0,0 +493566,0,0,0,0,0 +493567,0,0,0,0,0 +493568,0,0,0,0,0 +493569,0,0,0,0,0 +493570,0,0,0,0,0 +493571,0,0,0,0,0 +493572,0,0,0,0,0 +493573,0,0,0,0,0 +493574,0,0,0,0,0 +493575,0,0,0,0,0 +493576,0,0,0,0,0 +493577,0,0,0,0,0 +493578,0,0,0,0,0 +493579,0,0,0,0,0 +493580,0,0,0,0,0 +493581,0,0,0,0,0 +493582,0,0,0,0,0 +493583,0,0,0,0,0 +493584,0,0,0,0,0 +493585,0,0,0,0,0 +493586,0,0,0,0,0 +493587,0,0,0,0,0 +493588,0,0,0,0,0 +493589,0,0,0,0,0 +493590,0,0,0,0,0 +493591,0,0,0,0,0 +493592,0,0,0,0,0 +493593,0,0,0,0,0 +493594,0,0,0,0,0 +493595,0,0,0,0,0 +493596,0,0,0,0,0 +493597,0,0,0,0,0 +493598,0,0,0,0,0 +493599,0,0,0,0,0 +493600,0,0,0,0,0 +493601,0,0,0,0,0 +493602,0,0,0,0,0 +493603,0,0,0,0,0 +493604,0,0,0,0,0 +493605,0,0,0,0,0 +493606,0,0,0,0,0 +493607,0,0,0,0,0 +493608,0,0,0,0,0 +493609,0,0,0,0,0 +493610,0,0,0,0,0 +493611,0,0,0,0,0 +493612,0,0,0,0,0 +493613,0,0,0,0,0 +493614,0,0,0,0,0 +493615,0,0,0,0,0 +493616,0,0,0,0,0 +493617,0,0,0,0,0 +493618,0,0,0,0,0 +493619,0,0,0,0,0 +493620,0,0,0,0,0 +493621,0,0,0,0,0 +493622,0,0,0,0,0 +493623,0,0,0,0,0 +493624,0,0,0,0,0 +493625,0,0,0,0,0 +493626,0,0,0,0,0 +493627,0,0,0,0,0 +493628,0,0,0,0,0 +493629,0,0,0,0,0 +493630,0,0,0,0,0 +493631,0,0,0,0,0 +493632,0,0,0,0,0 +493633,0,0,0,0,0 +493634,0,0,0,0,0 +493635,0,0,0,0,0 +493636,0,0,0,0,0 +493637,0,0,0,0,0 +493638,0,0,0,0,0 +493639,0,0,0,0,0 +493640,0,0,0,0,0 +493641,0,0,0,0,0 +493642,0,0,0,0,0 +493643,0,0,0,0,0 +493644,0,0,0,0,0 +493645,0,0,0,0,0 +493646,0,0,0,0,0 +493647,0,0,0,0,0 +493648,0,0,0,0,0 +493649,0,0,0,0,0 +493650,0,0,0,0,0 +493651,0,0,0,0,0 +493652,0,0,0,0,0 +493653,0,0,0,0,0 +493654,0,0,0,0,0 +493655,0,0,0,0,0 +493656,0,0,0,0,0 +493657,0,0,0,0,0 +493658,0,0,0,0,0 +493659,0,0,0,0,0 +493660,0,0,0,0,0 +493661,0,0,0,0,0 +493662,0,0,0,0,0 +493663,0,0,0,0,0 +493664,0,0,0,0,0 +493665,0,0,0,0,0 +493666,0,0,0,0,0 +493667,0,0,0,0,0 +493668,0,0,0,0,0 +493669,0,0,0,0,0 +493670,0,0,0,0,0 +493671,0,0,0,0,0 +493672,0,0,0,0,0 +493673,0,0,0,0,0 +493674,0,0,0,0,0 +493675,0,0,0,0,0 +493676,0,0,0,0,0 +493677,0,0,0,0,0 +493678,0,0,0,0,0 +493679,0,0,0,0,0 +493680,0,0,0,0,0 +493681,0,0,0,0,0 +493682,0,0,0,0,0 +493683,0,0,0,0,0 +493684,0,0,0,0,0 +493685,0,0,0,0,0 +493686,0,0,0,0,0 +493687,0,0,0,0,0 +493688,0,0,0,0,0 +493689,0,0,0,0,0 +493690,0,0,0,0,0 +493691,0,0,0,0,0 +493692,0,0,0,0,0 +493693,0,0,0,0,0 +493694,0,0,0,0,0 +493695,0,0,0,0,0 +493696,0,0,0,0,0 +493697,0,0,0,0,0 +493698,0,0,0,0,0 +493699,0,0,0,0,0 +493700,0,0,0,0,0 +493701,0,0,0,0,0 +493702,0,0,0,0,0 +493703,0,0,0,0,0 +493704,0,0,0,0,0 +493705,0,0,0,0,0 +493706,0,0,0,0,0 +493707,0,0,0,0,0 +493708,0,0,0,0,0 +493709,0,0,0,0,0 +493710,0,0,0,0,0 +493711,0,0,0,0,0 +493712,0,0,0,0,0 +493713,0,0,0,0,0 +493714,0,0,0,0,0 +493715,0,0,0,0,0 +493716,0,0,0,0,0 +493717,0,0,0,0,0 +493718,0,0,0,0,0 +493719,0,0,0,0,0 +493720,0,0,0,0,0 +493721,0,0,0,0,0 +493722,0,0,0,0,0 +493723,0,0,0,0,0 +493724,0,0,0,0,0 +493725,0,0,0,0,0 +493726,0,0,0,0,0 +493727,0,0,0,0,0 +493728,0,0,0,0,0 +493729,0,0,0,0,0 +493730,0,0,0,0,0 +493731,0,0,0,0,0 +493732,0,0,0,0,0 +493733,0,0,0,0,0 +493734,0,0,0,0,0 +493735,0,0,0,0,0 +493736,0,0,0,0,0 +493737,0,0,0,0,0 +493738,0,0,0,0,0 +493739,0,0,0,0,0 +493740,0,0,0,0,0 +493741,0,0,0,0,0 +493742,0,0,0,0,0 +493743,0,0,0,0,0 +493744,0,0,0,0,0 +493745,0,0,0,0,0 +493746,0,0,0,0,0 +493747,0,0,0,0,0 +493748,0,0,0,0,0 +493749,0,0,0,0,0 +493750,0,0,0,0,0 +493751,0,0,0,0,0 +493752,0,0,0,0,0 +493753,0,0,0,0,0 +493754,0,0,0,0,0 +493755,0,0,0,0,0 +493756,0,0,0,0,0 +493757,0,0,0,0,0 +493758,0,0,0,0,0 +493759,0,0,0,0,0 +493760,0,0,0,0,0 +493761,0,0,0,0,0 +493762,0,0,0,0,0 +493763,0,0,0,0,0 +493764,0,0,0,0,0 +493765,0,0,0,0,0 +493766,0,0,0,0,0 +493767,0,0,0,0,0 +493768,0,0,0,0,0 +493769,0,0,0,0,0 +493770,0,0,0,0,0 +493771,0,0,0,0,0 +493772,0,0,0,0,0 +493773,0,0,0,0,0 +493774,0,0,0,0,0 +493775,0,0,0,0,0 +493776,0,0,0,0,0 +493777,0,0,0,0,0 +493778,0,0,0,0,0 +493779,0,0,0,0,0 +493780,0,0,0,0,0 +493781,0,0,0,0,0 +493782,0,0,0,0,0 +493783,0,0,0,0,0 +493784,0,0,0,0,0 +493785,0,0,0,0,0 +493786,0,0,0,0,0 +493787,0,0,0,0,0 +493788,0,0,0,0,0 +493789,0,0,0,0,0 +493790,0,0,0,0,0 +493791,0,0,0,0,0 +493792,0,0,0,0,0 +493793,0,0,0,0,0 +493794,0,0,0,0,0 +493795,0,0,0,0,0 +493796,0,0,0,0,0 +493797,0,0,0,0,0 +493798,0,0,0,0,0 +493799,0,0,0,0,0 +493800,0,0,0,0,0 +493801,0,0,0,0,0 +493802,0,0,0,0,0 +493803,0,0,0,0,0 +493804,0,0,0,0,0 +493805,0,0,0,0,0 +493806,0,0,0,0,0 +493807,0,0,0,0,0 +493808,0,0,0,0,0 +493809,0,0,0,0,0 +493810,0,0,0,0,0 +493811,0,0,0,0,0 +493812,0,0,0,0,0 +493813,0,0,0,0,0 +493814,0,0,0,0,0 +493815,0,0,0,0,0 +493816,0,0,0,0,0 +493817,0,0,0,0,0 +493818,0,0,0,0,0 +493819,0,0,0,0,0 +493820,0,0,0,0,0 +493821,0,0,0,0,0 +493822,0,0,0,0,0 +493823,0,0,0,0,0 +493824,0,0,0,0,0 +493825,0,0,0,0,0 +493826,0,0,0,0,0 +493827,0,0,0,0,0 +493828,0,0,0,0,0 +493829,0,0,0,0,0 +493830,0,0,0,0,0 +493831,0,0,0,0,0 +493832,0,0,0,0,0 +493833,0,0,0,0,0 +493834,0,0,0,0,0 +493835,0,0,0,0,0 +493836,0,0,0,0,0 +493837,0,0,0,0,0 +493838,0,0,0,0,0 +493839,0,0,0,0,0 +493840,0,0,0,0,0 +493841,0,0,0,0,0 +493842,0,0,0,0,0 +493843,0,0,0,0,0 +493844,0,0,0,0,0 +493845,0,0,0,0,0 +493846,0,0,0,0,0 +493847,0,0,0,0,0 +493848,0,0,0,0,0 +493849,0,0,0,0,0 +493850,0,0,0,0,0 +493851,0,0,0,0,0 +493852,0,0,0,0,0 +493853,0,0,0,0,0 +493854,0,0,0,0,0 +493855,0,0,0,0,0 +493856,0,0,0,0,0 +493857,0,0,0,0,0 +493858,0,0,0,0,0 +493859,0,0,0,0,0 +493860,0,0,0,0,0 +493861,0,0,0,0,0 +493862,0,0,0,0,0 +493863,0,0,0,0,0 +493864,0,0,0,0,0 +493865,0,0,0,0,0 +493866,0,0,0,0,0 +493867,0,0,0,0,0 +493868,0,0,0,0,0 +493869,0,0,0,0,0 +493870,0,0,0,0,0 +493871,0,0,0,0,0 +493872,0,0,0,0,0 +493873,0,0,0,0,0 +493874,0,0,0,0,0 +493875,0,0,0,0,0 +493876,0,0,0,0,0 +493877,0,0,0,0,0 +493878,0,0,0,0,0 +493879,0,0,0,0,0 +493880,0,0,0,0,0 +493881,0,0,0,0,0 +493882,0,0,0,0,0 +493883,0,0,0,0,0 +493884,0,0,0,0,0 +493885,0,0,0,0,0 +493886,0,0,0,0,0 +493887,0,0,0,0,0 +493888,0,0,0,0,0 +493889,0,0,0,0,0 +493890,0,0,0,0,0 +493891,0,0,0,0,0 +493892,0,0,0,0,0 +493893,0,0,0,0,0 +493894,0,0,0,0,0 +493895,0,0,0,0,0 +493896,0,0,0,0,0 +493897,0,0,0,0,0 +493898,0,0,0,0,0 +493899,0,0,0,0,0 +493900,0,0,0,0,0 +493901,0,0,0,0,0 +493902,0,0,0,0,0 +493903,0,0,0,0,0 +493904,0,0,0,0,0 +493905,0,0,0,0,0 +493906,0,0,0,0,0 +493907,0,0,0,0,0 +493908,0,0,0,0,0 +493909,0,0,0,0,0 +493910,0,0,0,0,0 +493911,0,0,0,0,0 +493912,0,0,0,0,0 +493913,0,0,0,0,0 +493914,0,0,0,0,0 +493915,0,0,0,0,0 +493916,0,0,0,0,0 +493917,0,0,0,0,0 +493918,0,0,0,0,0 +493919,0,0,0,0,0 +493920,0,0,0,0,0 +493921,0,0,0,0,0 +493922,0,0,0,0,0 +493923,0,0,0,0,0 +493924,0,0,0,0,0 +493925,0,0,0,0,0 +493926,0,0,0,0,0 +493927,0,0,0,0,0 +493928,0,0,0,0,0 +493929,0,0,0,0,0 +493930,0,0,0,0,0 +493931,0,0,0,0,0 +493932,0,0,0,0,0 +493933,0,0,0,0,0 +493934,0,0,0,0,0 +493935,0,0,0,0,0 +493936,0,0,0,0,0 +493937,0,0,0,0,0 +493938,0,0,0,0,0 +493939,0,0,0,0,0 +493940,0,0,0,0,0 +493941,0,0,0,0,0 +493942,0,0,0,0,0 +493943,0,0,0,0,0 +493944,0,0,0,0,0 +493945,0,0,0,0,0 +493946,0,0,0,0,0 +493947,0,0,0,0,0 +493948,0,0,0,0,0 +493949,0,0,0,0,0 +493950,0,0,0,0,0 +493951,0,0,0,0,0 +493952,0,0,0,0,0 +493953,0,0,0,0,0 +493954,0,0,0,0,0 +493955,0,0,0,0,0 +493956,0,0,0,0,0 +493957,0,0,0,0,0 +493958,0,0,0,0,0 +493959,0,0,0,0,0 +493960,0,0,0,0,0 +493961,0,0,0,0,0 +493962,0,0,0,0,0 +493963,0,0,0,0,0 +493964,0,0,0,0,0 +493965,0,0,0,0,0 +493966,0,0,0,0,0 +493967,0,0,0,0,0 +493968,0,0,0,0,0 +493969,0,0,0,0,0 +493970,0,0,0,0,0 +493971,0,0,0,0,0 +493972,0,0,0,0,0 +493973,0,0,0,0,0 +493974,0,0,0,0,0 +493975,0,0,0,0,0 +493976,0,0,0,0,0 +493977,0,0,0,0,0 +493978,0,0,0,0,0 +493979,0,0,0,0,0 +493980,0,0,0,0,0 +493981,0,0,0,0,0 +493982,0,0,0,0,0 +493983,0,0,0,0,0 +493984,0,0,0,0,0 +493985,0,0,0,0,0 +493986,0,0,0,0,0 +493987,0,0,0,0,0 +493988,0,0,0,0,0 +493989,0,0,0,0,0 +493990,0,0,0,0,0 +493991,0,0,0,0,0 +493992,0,0,0,0,0 +493993,0,0,0,0,0 +493994,0,0,0,0,0 +493995,0,0,0,0,0 +493996,0,0,0,0,0 +493997,0,0,0,0,0 +493998,0,0,0,0,0 +493999,0,0,0,0,0 +494000,0,0,0,0,0 +494001,0,0,0,0,0 +494002,0,0,0,0,0 +494003,0,0,0,0,0 +494004,0,0,0,0,0 +494005,0,0,0,0,0 +494006,0,0,0,0,0 +494007,0,0,0,0,0 +494008,0,0,0,0,0 +494009,0,0,0,0,0 +494010,0,0,0,0,0 +494011,0,0,0,0,0 +494012,0,0,0,0,0 +494013,0,0,0,0,0 +494014,0,0,0,0,0 +494015,0,0,0,0,0 +494016,0,0,0,0,0 +494017,0,0,0,0,0 +494018,0,0,0,0,0 +494019,0,0,0,0,0 +494020,0,0,0,0,0 +494021,0,0,0,0,0 +494022,0,0,0,0,0 +494023,0,0,0,0,0 +494024,0,0,0,0,0 +494025,0,0,0,0,0 +494026,0,0,0,0,0 +494027,0,0,0,0,0 +494028,0,0,0,0,0 +494029,0,0,0,0,0 +494030,0,0,0,0,0 +494031,0,0,0,0,0 +494032,0,0,0,0,0 +494033,0,0,0,0,0 +494034,0,0,0,0,0 +494035,0,0,0,0,0 +494036,0,0,0,0,0 +494037,0,0,0,0,0 +494038,0,0,0,0,0 +494039,0,0,0,0,0 +494040,0,0,0,0,0 +494041,0,0,0,0,0 +494042,0,0,0,0,0 +494043,0,0,0,0,0 +494044,0,0,0,0,0 +494045,0,0,0,0,0 +494046,0,0,0,0,0 +494047,0,0,0,0,0 +494048,0,0,0,0,0 +494049,0,0,0,0,0 +494050,0,0,0,0,0 +494051,0,0,0,0,0 +494052,0,0,0,0,0 +494053,0,0,0,0,0 +494054,0,0,0,0,0 +494055,0,0,0,0,0 +494056,0,0,0,0,0 +494057,0,0,0,0,0 +494058,0,0,0,0,0 +494059,0,0,0,0,0 +494060,0,0,0,0,0 +494061,0,0,0,0,0 +494062,0,0,0,0,0 +494063,0,0,0,0,0 +494064,0,0,0,0,0 +494065,0,0,0,0,0 +494066,0,0,0,0,0 +494067,0,0,0,0,0 +494068,0,0,0,0,0 +494069,0,0,0,0,0 +494070,0,0,0,0,0 +494071,0,0,0,0,0 +494072,0,0,0,0,0 +494073,0,0,0,0,0 +494074,0,0,0,0,0 +494075,0,0,0,0,0 +494076,0,0,0,0,0 +494077,0,0,0,0,0 +494078,0,0,0,0,0 +494079,0,0,0,0,0 +494080,0,0,0,0,0 +494081,0,0,0,0,0 +494082,0,0,0,0,0 +494083,0,0,0,0,0 +494084,0,0,0,0,0 +494085,0,0,0,0,0 +494086,0,0,0,0,0 +494087,0,0,0,0,0 +494088,0,0,0,0,0 +494089,0,0,0,0,0 +494090,0,0,0,0,0 +494091,0,0,0,0,0 +494092,0,0,0,0,0 +494093,0,0,0,0,0 +494094,0,0,0,0,0 +494095,0,0,0,0,0 +494096,0,0,0,0,0 +494097,0,0,0,0,0 +494098,0,0,0,0,0 +494099,0,0,0,0,0 +494100,0,0,0,0,0 +494101,0,0,0,0,0 +494102,0,0,0,0,0 +494103,0,0,0,0,0 +494104,0,0,0,0,0 +494105,0,0,0,0,0 +494106,0,0,0,0,0 +494107,0,0,0,0,0 +494108,0,0,0,0,0 +494109,0,0,0,0,0 +494110,0,0,0,0,0 +494111,0,0,0,0,0 +494112,0,0,0,0,0 +494113,0,0,0,0,0 +494114,0,0,0,0,0 +494115,0,0,0,0,0 +494116,0,0,0,0,0 +494117,0,0,0,0,0 +494118,0,0,0,0,0 +494119,0,0,0,0,0 +494120,0,0,0,0,0 +494121,0,0,0,0,0 +494122,0,0,0,0,0 +494123,0,0,0,0,0 +494124,0,0,0,0,0 +494125,0,0,0,0,0 +494126,0,0,0,0,0 +494127,0,0,0,0,0 +494128,0,0,0,0,0 +494129,0,0,0,0,0 +494130,0,0,0,0,0 +494131,0,0,0,0,0 +494132,0,0,0,0,0 +494133,0,0,0,0,0 +494134,0,0,0,0,0 +494135,0,0,0,0,0 +494136,0,0,0,0,0 +494137,0,0,0,0,0 +494138,0,0,0,0,0 +494139,0,0,0,0,0 +494140,0,0,0,0,0 +494141,0,0,0,0,0 +494142,0,0,0,0,0 +494143,0,0,0,0,0 +494144,0,0,0,0,0 +494145,0,0,0,0,0 +494146,0,0,0,0,0 +494147,0,0,0,0,0 +494148,0,0,0,0,0 +494149,0,0,0,0,0 +494150,0,0,0,0,0 +494151,0,0,0,0,0 +494152,0,0,0,0,0 +494153,0,0,0,0,0 +494154,0,0,0,0,0 +494155,0,0,0,0,0 +494156,0,0,0,0,0 +494157,0,0,0,0,0 +494158,0,0,0,0,0 +494159,0,0,0,0,0 +494160,0,0,0,0,0 +494161,0,0,0,0,0 +494162,0,0,0,0,0 +494163,0,0,0,0,0 +494164,0,0,0,0,0 +494165,0,0,0,0,0 +494166,0,0,0,0,0 +494167,0,0,0,0,0 +494168,0,0,0,0,0 +494169,0,0,0,0,0 +494170,0,0,0,0,0 +494171,0,0,0,0,0 +494172,0,0,0,0,0 +494173,0,0,0,0,0 +494174,0,0,0,0,0 +494175,0,0,0,0,0 +494176,0,0,0,0,0 +494177,0,0,0,0,0 +494178,0,0,0,0,0 +494179,0,0,0,0,0 +494180,0,0,0,0,0 +494181,0,0,0,0,0 +494182,0,0,0,0,0 +494183,0,0,0,0,0 +494184,0,0,0,0,0 +494185,0,0,0,0,0 +494186,0,0,0,0,0 +494187,0,0,0,0,0 +494188,0,0,0,0,0 +494189,0,0,0,0,0 +494190,0,0,0,0,0 +494191,0,0,0,0,0 +494192,0,0,0,0,0 +494193,0,0,0,0,0 +494194,0,0,0,0,0 +494195,0,0,0,0,0 +494196,0,0,0,0,0 +494197,0,0,0,0,0 +494198,0,0,0,0,0 +494199,0,0,0,0,0 +494200,0,0,0,0,0 +494201,0,0,0,0,0 +494202,0,0,0,0,0 +494203,0,0,0,0,0 +494204,0,0,0,0,0 +494205,0,0,0,0,0 +494206,0,0,0,0,0 +494207,0,0,0,0,0 +494208,0,0,0,0,0 +494209,0,0,0,0,0 +494210,0,0,0,0,0 +494211,0,0,0,0,0 +494212,0,0,0,0,0 +494213,0,0,0,0,0 +494214,0,0,0,0,0 +494215,0,0,0,0,0 +494216,0,0,0,0,0 +494217,0,0,0,0,0 +494218,0,0,0,0,0 +494219,0,0,0,0,0 +494220,0,0,0,0,0 +494221,0,0,0,0,0 +494222,0,0,0,0,0 +494223,0,0,0,0,0 +494224,0,0,0,0,0 +494225,0,0,0,0,0 +494226,0,0,0,0,0 +494227,0,0,0,0,0 +494228,0,0,0,0,0 +494229,0,0,0,0,0 +494230,0,0,0,0,0 +494231,0,0,0,0,0 +494232,0,0,0,0,0 +494233,0,0,0,0,0 +494234,0,0,0,0,0 +494235,0,0,0,0,0 +494236,0,0,0,0,0 +494237,0,0,0,0,0 +494238,0,0,0,0,0 +494239,0,0,0,0,0 +494240,0,0,0,0,0 +494241,0,0,0,0,0 +494242,0,0,0,0,0 +494243,0,0,0,0,0 +494244,0,0,0,0,0 +494245,0,0,0,0,0 +494246,0,0,0,0,0 +494247,0,0,0,0,0 +494248,0,0,0,0,0 +494249,0,0,0,0,0 +494250,0,0,0,0,0 +494251,0,0,0,0,0 +494252,0,0,0,0,0 +494253,0,0,0,0,0 +494254,0,0,0,0,0 +494255,0,0,0,0,0 +494256,0,0,0,0,0 +494257,0,0,0,0,0 +494258,0,0,0,0,0 +494259,0,0,0,0,0 +494260,0,0,0,0,0 +494261,0,0,0,0,0 +494262,0,0,0,0,0 +494263,0,0,0,0,0 +494264,0,0,0,0,0 +494265,0,0,0,0,0 +494266,0,0,0,0,0 +494267,0,0,0,0,0 +494268,0,0,0,0,0 +494269,0,0,0,0,0 +494270,0,0,0,0,0 +494271,0,0,0,0,0 +494272,0,0,0,0,0 +494273,0,0,0,0,0 +494274,0,0,0,0,0 +494275,0,0,0,0,0 +494276,0,0,0,0,0 +494277,0,0,0,0,0 +494278,0,0,0,0,0 +494279,0,0,0,0,0 +494280,0,0,0,0,0 +494281,0,0,0,0,0 +494282,0,0,0,0,0 +494283,0,0,0,0,0 +494284,0,0,0,0,0 +494285,0,0,0,0,0 +494286,0,0,0,0,0 +494287,0,0,0,0,0 +494288,0,0,0,0,0 +494289,0,0,0,0,0 +494290,0,0,0,0,0 +494291,0,0,0,0,0 +494292,0,0,0,0,0 +494293,0,0,0,0,0 +494294,0,0,0,0,0 +494295,0,0,0,0,0 +494296,0,0,0,0,0 +494297,0,0,0,0,0 +494298,0,0,0,0,0 +494299,0,0,0,0,0 +494300,0,0,0,0,0 +494301,0,0,0,0,0 +494302,0,0,0,0,0 +494303,0,0,0,0,0 +494304,0,0,0,0,0 +494305,0,0,0,0,0 +494306,0,0,0,0,0 +494307,0,0,0,0,0 +494308,0,0,0,0,0 +494309,0,0,0,0,0 +494310,0,0,0,0,0 +494311,0,0,0,0,0 +494312,0,0,0,0,0 +494313,0,0,0,0,0 +494314,0,0,0,0,0 +494315,0,0,0,0,0 +494316,0,0,0,0,0 +494317,0,0,0,0,0 +494318,0,0,0,0,0 +494319,0,0,0,0,0 +494320,0,0,0,0,0 +494321,0,0,0,0,0 +494322,0,0,0,0,0 +494323,0,0,0,0,0 +494324,0,0,0,0,0 +494325,0,0,0,0,0 +494326,0,0,0,0,0 +494327,0,0,0,0,0 +494328,0,0,0,0,0 +494329,0,0,0,0,0 +494330,0,0,0,0,0 +494331,0,0,0,0,0 +494332,0,0,0,0,0 +494333,0,0,0,0,0 +494334,0,0,0,0,0 +494335,0,0,0,0,0 +494336,0,0,0,0,0 +494337,0,0,0,0,0 +494338,0,0,0,0,0 +494339,0,0,0,0,0 +494340,0,0,0,0,0 +494341,-1697.377568,-819.2542602,-1667.422334,-819.2554206,-1082.931188 +494342,-1628.164803,-689.205745,-1594.345953,-689.2062677,-944.8807294 +494343,-1417.048921,-599.7265403,-1387.819797,-599.7266356,-823.2483895 +494344,-1458.876801,-617.6259807,-1428.843441,-617.6262017,-850.2578177 +494345,-1579.652863,-669.0434785,-1547.131619,-669.0439983,-923.3211729 +494346,-1718.808001,-728.2533767,-1683.40715,-728.2542347,-1007.025347 +494347,-1803.395067,-764.329908,-1766.271848,-764.330983,-1058.570682 +494348,-1850.541209,-784.5334653,-1812.485822,-784.5346734,-1088.054006 +494349,-1872.518665,-794.0667495,-1834.056576,-794.0680341,-1102.627092 +494350,-1879.524417,-797.2499578,-1840.9623,-797.2512851,-1108.22923 +494351,-1879.862662,-797.599512,-1841.330664,-797.6008667,-1109.722907 +494352,-1340.587848,-797.0017281,-1728.870794,-797.0031048,-1109.736497 +494353,-1321.842618,-669.5722369,-1080.184029,-667.9753692,-1109.2128 +494354,-1422.873442,-587.5388155,-1486.959195,-589.3606023,-1106.187966 +494355,-1345.796829,-654.5687795,-1343.529239,-652.8414079,-1094.543624 +494356,-1338.687449,-617.9002248,-1332.235467,-619.1563274,-831.869826 +494357,-1322.338556,-613.6572905,-1320.367539,-613.6595681,-749.2127281 +494358,-1314.476431,-607.391107,-1309.012674,-607.3918347,-842.9760296 +494359,-1307.077096,-602.7666052,-1300.036244,-601.9726458,-793.4140722 +494360,-1292.467173,-597.2347899,-1289.388431,-597.2368175,-785.9257648 +494361,-1288.134139,-591.8710514,-1282.897025,-591.8740517,-779.1456514 +494362,-1277.275609,-587.8229806,-1270.225755,-587.8260057,-774.9974338 +494363,-1268.807836,-582.5085897,-1262.438357,-582.5112274,-767.2462265 +494364,-1259.907501,-578.8317225,-1254.240767,-578.8339617,-763.3241839 +494365,-1253.86017,-573.949596,-1248.671622,-573.9515045,-755.7392932 +494366,-1244.326679,-568.8289138,-1233.735363,-568.8305697,-752.3263906 +494367,-1237.843281,-565.6711157,-1232.348069,-565.6725925,-745.1471696 +494368,-1231.2006,-561.2951168,-1221.425651,-561.2964346,-741.4878709 +494369,-1220.931162,-556.763979,-1215.055682,-556.7651593,-735.8280665 +494370,-1219.243046,-554.4536019,-1206.899039,-554.4546834,-730.0108331 +494371,-1208.62407,-549.0738688,-1200.247104,-548.4630697,-726.0530595 +494372,-1203.222255,-544.7531769,-1191.747694,-546.00654,-722.0207781 +494373,-1194.033671,-540.9501206,-1183.056857,-540.9514682,-715.8281474 +494374,-1188.430717,-535.7258088,-1175.969048,-536.3905377,-711.6126567 +494375,-1180.835429,-531.6948917,-1166.927515,-533.0535015,-707.3224111 +494376,-1176.99227,-528.2587777,-1159.55398,-528.9539533,-702.9561914 +494377,-1167.213751,-523.3222841,-1152.050185,-524.7499135,-698.5128646 +494378,-1161.247212,-518.9750068,-1146.336309,-521.8890314,-695.1298298 +494379,-1157.228716,-516.0167337,-1136.63728,-516.7615231,-690.5480274 +494380,-1149.074126,-511.4809492,-1130.717649,-513.7645616,-687.0591183 +494381,-1144.944645,-507.6116707,-1122.700983,-509.9452589,-682.3346497 +494382,-1136.570627,-503.6588645,-1116.596335,-506.8306758,-679.9419064 +494383,-1134.457403,-499.6203804,-1108.327939,-502.8602706,-675.0910257 +494384,-1125.894625,-496.3267982,-1102.031666,-499.6221679,-671.396705 +494385,-1121.557722,-492.9747237,-1097.788064,-495.49481,-668.9069312 +494386,-1117.182015,-487.8342405,-1087.003539,-492.9763237,-665.1297273 +494387,-1110.541891,-486.0922946,-1084.820616,-489.565162,-661.301726 +494388,-1103.813588,-480.7682099,-1073.743616,-486.0931236,-658.7214833 +494389,-1103.817835,-478.054222,-1071.502082,-482.5597624,-654.8073226 +494390,-1093.550454,-473.4477063,-1064.705721,-479.8693988,-652.1688333 +494391,-1092.398871,-468.737184,-1055.497935,-477.1425866,-649.5064769 +494392,-1085.423108,-465.8607801,-1053.173654,-473.4486081,-645.4674349 +494393,-1080.721203,-459.987773,-1046.127221,-470.6351475,-642.7447183 +494394,-1078.35594,-456.9925548,-1038.983394,-467.7839422,-641.3744777 +494395,-1071.187739,-452.9342404,-1036.582265,-464.893924,-637.2246015 +494396,-1068.777973,-448.8009507,-1026.858373,-461.9644627,-634.4267748 +494397,-1061.479399,-444.5917827,-1024.401771,-458.9951545,-633.0186821 +494398,-1061.482414,-440.8457984,-1016.95878,-455.9856215,-628.7546631 +494399,-1054.081896,-437.0393863,-1011.940696,-453.9569726,-627.3207991 +494400,-1049.092967,-433.7276374,-1006.87669,-450.3606085,-625.1573487 +494401,-1046.584735,-428.1043874,-999.1919131,-447.7572091,-621.5180966 +494402,-1038.979796,-424.6690427,-992.707042,-443.5286909,-618.5768851 +494403,-1031.269518,-420.0129761,-984.8252227,-441.3861543,-617.0964549 +494404,-1028.678508,-415.8675551,-978.1741298,-437.0396448,-612.6131478 +494405,-1019.506423,-411.6541371,-972.7977397,-433.7277551,-611.1053473 +494406,-1015.532313,-406.7542076,-961.8911058,-431.4951331,-608.0684664 +494407,-1010.189122,-403.0199636,-959.1360779,-426.9652724,-605.7724493 +494408,-1002.079284,-397.9591068,-950.7847798,-424.6697571,-603.4604265 +494409,-999.3532417,-394.7490199,-942.3161935,-421.1855441,-599.5713376 +494410,-991.0923974,-390.1905281,-936.6072619,-417.6526192,-598.7885797 +494411,-986.9203002,-385.5573954,-930.8449889,-415.2705464,-595.6377981 +494412,-979.9007952,-382.2024681,-922.0977798,-411.6546534,-592.4578377 +494413,-977.0715727,-377.4390602,-917.6796826,-407.98837,-591.6586578 +494414,-968.4983819,-373.2948423,-908.7477451,-406.1370039,-587.6329501 +494415,-964.1684909,-369.797709,-902.7252331,-401.7641904,-586.8225705 +494416,-958.3483156,-364.8328525,-896.6470473,-399.2341904,-584.3791158 +494417,-952.4739896,-361.2381638,-888.9684624,-396.6805452,-581.0945287 +494418,-948.0330376,-356.869785,-882.7621771,-392.8042279,-579.44117 +494419,-942.0616884,-353.1838552,-876.4982372,-390.1904478,-577.7801844 +494420,-936.0346611,-349.4554756,-870.1754427,-386.8889352,-574.4344877 +494421,-931.4786179,-344.9248031,-862.1887979,-383.5492728,-574.4347884 +494422,-925.3534463,-340.718055,-857.3538815,-381.5275517,-569.3574718 +494423,-920.7226462,-337.2380575,-849.2193029,-377.4397927,-570.2090352 +494424,-914.4970808,-332.9365713,-842.6452277,-375.3752339,-565.9337794 +494425,-909.7906321,-328.9804956,-837.6760565,-371.9014523,-565.9340187 +494426,-903.4638062,-325.3827088,-829.3150077,-369.0936705,-562.477831 +494427,-898.6812383,-320.5297979,-824.2535689,-365.5475357,-560.7378282 +494428,-893.8651745,-317.6703827,-817.4497509,-363.4010411,-558.9899231 +494429,-889.0144699,-313.132035,-810.5835591,-360.515027,-557.2338252 +494430,-880.8541273,-309.3790588,-803.6555047,-356.86965,-554.584178 +494431,-880.8562196,-308.1200141,-800.1689374,-354.6629651,-553.6970801 +494432,-874.2598355,-306.4349884,-795.7873113,-353.9248014,-551.0227843 +494433,-870.9394457,-305.590195,-791.3801613,-350.2039113,-550.1273607 +494434,-867.6043622,-304.743474,-786.0588796,-349.4552754,-547.4280555 +494435,-862.5721097,-303.044037,-782.4926472,-346.4417521,-545.6182367 +494436,-860.8882073,-302.1919293,-778.9104192,-345.3052822,-544.7103796 +494437,-854.1083198,-300.9103071,-773.5057906,-343.0197451,-541.9733427 +494438,-854.1103586,-300.0539111,-769.8836442,-341.1034087,-541.0568852 +494439,-847.2679576,-299.1956915,-766.2456643,-339.5627812,-538.2944163 +494440,-845.5489279,-297.9045146,-762.5909794,-337.2384541,-537.3695786 +494441,-842.0971669,-297.0416708,-758.9193821,-336.4605696,-535.5131089 +494442,-836.8888755,-296.1769854,-753.3813493,-333.3297094,-533.6479579 +494443,-835.1462575,-294.4422619,-751.5285891,-332.5432475,-532.7122034 +494444,-831.646778,-294.4428693,-745.9426474,-330.1721116,-529.891556 +494445,-826.3668588,-293.1372662,-744.0736048,-329.3785709,-528.9472334 +494446,-824.6004253,-292.2644759,-739.3802407,-326.1850461,-528.0006767 +494447,-821.0535026,-290.9521223,-735.6073798,-326.1858361,-525.1472296 +494448,-817.4898096,-290.9523989,-732.7675485,-323.3685076,-524.1918825 +494449,-813.9100926,-289.1960677,-728.9659827,-322.1547857,-522.2744915 +494450,-810.3147609,-288.3154077,-725.1478836,-320.5302775,-521.3126437 +494451,-807.6082944,-287.8748097,-721.3138277,-318.8986051,-520.3483552 +494452,-803.9846669,-286.5491613,-718.428185,-317.2598467,-517.4417414 +494453,-801.2562999,-285.6634092,-714.5656672,-315.6140878,-516.4686505 +494454,-797.6035608,-284.3311353,-711.6582944,-314.3753095,-515.493446 +494455,-793.934736,-283.886459,-707.7668903,-312.7170091,-513.5358096 +494456,-790.250427,-282.995175,-705.8153478,-311.0515609,-512.5536889 +494457,-788.4034151,-281.6548951,-699.9340363,-309.7979816,-511.5691919 +494458,-784.69404,-281.2075146,-698.9515431,-308.1201106,-508.6019588 +494459,-781.9009108,-280.3111593,-694.0178328,-306.4352191,-508.6022664 +494460,-778.1620179,-279.4128434,-692.0378825,-305.1671925,-507.6088107 +494461,-777.2248492,-278.9630427,-690.0529455,-304.7436869,-505.6145798 +494462,-777.225151,-278.9632528,-690.0529851,-303.4697609,-507.6087252 +494463,-775.3470935,-278.5131023,-688.0633492,-303.4700335,-505.6145794 +494464,-775.3473531,-278.5132343,-687.067346,-302.6186811,-506.612783 +494465,-774.4071752,-278.5132101,-687.0680032,-302.1923871,-505.6146536 +494466,-773.4660692,-277.6111988,-686.0709326,-301.7656011,-506.61288 +494467,-773.4667322,-278.5132262,-684.0735103,-300.9105662,-505.6145977 +494468,-773.4668158,-277.159638,-686.071486,-300.4826397,-505.6145643 +494469,-771.5801073,-278.0625985,-682.0719282,-300.4829298,-505.6146626 +494470,-771.580318,-277.6113639,-684.0738983,-299.6251109,-505.6147646 +494471,-771.5807458,-277.1596136,-682.0721873,-299.1955276,-505.6148122 +494472,-770.636017,-277.6113073,-681.0698704,-298.7656588,-505.614802 +494473,-769.690417,-277.1596703,-681.0705529,-298.3353976,-505.6147524 +494474,-770.6364864,-277.1596855,-680.0678092,-297.9046926,-505.6146827 +494475,-768.7439144,-277.1597765,-680.068298,-297.4735478,-505.6146093 +494476,-769.6906533,-277.1598213,-680.0682028,-297.0419882,-505.6145442 +494477,-767.7960902,-277.1597842,-678.0578411,-297.0421292,-505.614498 +494478,-768.7442105,-276.7077585,-678.0581435,-296.1772081,-505.6144791 +494479,-767.7965157,-277.6115588,-678.0587801,-296.1772694,-505.6144954 +494480,-767.7963741,-276.707764,-678.0587627,-295.3107741,-505.6145535 +494481,-766.8475002,-277.1598684,-676.0444078,-295.7445746,-505.6146596 +494482,-766.8478501,-277.1599901,-677.0521265,-294.8770158,-506.6128811 +494483,-766.8482222,-277.6115177,-676.0447349,-294.8769646,-505.6145511 +494484,-765.8985451,-276.7076475,-676.0446267,-294.4424662,-506.6126362 +494485,-766.8485643,-277.6114712,-675.0360251,-293.5723848,-505.6144075 +494486,-765.8983106,-277.6114798,-675.0362727,-294.442938,-506.6126958 +494487,-765.8978163,-277.6112245,-675.0365011,-293.1369526,-506.6127507 +494488,-763.9952145,-277.611018,-674.0269739,-293.5727544,-506.6127051 +494489,-766.8488059,-277.6110231,-674.0272597,-292.7008376,-507.6084869 +494490,-763.9960525,-278.0623294,-674.0275937,-293.1371699,-506.612347 +494491,-761.135584,-269.8767936,-668.9659589,-290.0750353,-506.6123569 +494492,-750.5645692,-254.982092,-659.7904429,-286.5494882,-507.6084294 +494493,-744.745137,-244.4945126,-652.5966553,-283.8866538,-507.6083667 +494494,-737.9083107,-233.3237448,-647.4291273,-281.2077941,-506.6123654 +494495,-722.0902904,-202.7614352,-639.1074093,-276.7078681,-508.6019206 +494496,-715.0853922,-189.1130833,-629.6665855,-273.987166,-506.6122985 +494497,-707.016153,-175.8045837,-625.4461963,-270.7932016,-508.601821 +494498,-700.9209564,-162.617931,-618.020214,-267.5782118,-506.6122775 +494499,-692.7345651,-149.0546899,-609.473772,-264.8060305,-508.6019185 +494500,-685.5171424,-135.4067551,-605.1784645,-261.552138,-507.6082601 +494501,-678.2488487,-121.4321826,-596.5380244,-258.7465486,-507.6082069 +494502,-659.3238412,-82.19410099,-588.927241,-254.509532,-507.6083087 +494503,-651.8737047,-65.59370528,-582.3668393,-252.1416375,-508.6019468 +494504,-641.1418545,-56.68594345,-574.6693471,-248.3309823,-506.6122809 +494505,-634.6550366,-44.53895772,-568.0348932,-244.9754394,-507.6082796 +494506,-624.8549398,-31.85208035,-559.1362464,-241.6004208,-507.6083647 +494507,-616.075714,-19.70510978,-552.4246996,-238.2060993,-506.6123886 +494508,-607.233233,-7.153225826,-544.5534003,-234.792691,-506.6124295 +494509,-599.4445519,0,-536.6385037,-231.3604734,-506.6125168 +494510,-589.3590341,0,-529.8204831,-227.4153443,-505.6143682 +494511,-580.3291338,0,-520.6809962,-224.4413675,-505.6144788 +494512,-572.3785573,0,-513.7916522,-220.4554903,-505.6145265 +494513,-560.9400264,0,-505.1379674,-216.9494821,-503.6112942 +494514,-553.4569981,0,-497.6018509,-213.426683,-504.6142534 +494515,-543.0320025,0,-489.4487152,-209.8873921,-503.6115516 +494516,-533.7056001,0,-480.6716783,-205.8228587,-502.6064306 +494517,-523.7360004,0,-473.0317337,-202.2501082,-501.5991848 +494518,-514.2977575,0,-464.7699811,-198.662508,-501.5994385 +494519,-504.8071362,0,-456.4738975,-194.5446666,-500.5899205 +494520,-494.0692209,0,-447.548749,-190.9269553,-499.5780189 +494521,-483.2699215,0,-438.5878665,-186.7762402,-498.5638859 +494522,-449.3031153,0,-421.7689558,-179.4732837,-494.4837755 +494523,-434.5892002,0,-413.3182302,-175.5421939,-494.4841691 +494524,-423.4987483,0,-401.8067305,-170.5448554,-491.399812 +494525,-408.6417662,0,-392.6874402,-166.3225278,-489.3318749 +494526,-397.4523003,0,-381.0986637,-161.5579197,-487.2545955 +494527,-383.7251744,0,-372.535421,-157.3110206,-484.1209781 +494528,-371.2024987,0,-360.8825465,-152.5211834,-483.0720234 +494529,-357.3846515,0,-351.0449159,-147.9869324,-479.9099841 +494530,-345.4194638,0,-341.1866072,-143.4435268,-477.7901135 +494531,-331.5326521,0,-330.0736431,-138.6240871,-474.5923943 +494532,-318.2495907,0,-320.1781783,-134.0651921,-473.5219406 +494533,-304.944132,0,-309.0284711,-129.5001878,-469.214976 +494534,-292.2552007,0,-299.1047753,-124.661014,-467.047334 +494535,-277.6459266,0,-287.9277887,-119.8170446,-464.8701344 +494536,-264.9312777,0,-277.9833893,-115.5080517,-461.5857962 +494537,-250.9360984,0,-266.1648875,-110.387775,-459.3841383 +494538,-237.252407,0,-256.5177056,-105.5345199,-455.5076119 +494539,-223.5642617,0,-245.3088081,-101.219031,-453.2792644 +494540,-209.8732925,0,-234.4070967,-95.95795604,-450.4799511 +494541,-195.5435819,0,-223.1907461,-91.23558869,-445.9690042 +494542,-182.1683161,0,-213.2188377,-86.64757771,-444.8355229 +494543,-167.5186371,0,-201.3753543,-81.38436422,-440.2754658 +494544,-153.5057852,0,-190.4659909,-76.66079423,-437.9807977 +494545,-139.4928376,0,-179.8678149,-71.93708709,-433.9411829 +494546,-129.1423574,0,-172.0747714,-66.67342229,-431.0373926 +494547,-117.8364234,0,-163.6581841,-64.24406376,-427.5324155 +494548,-107.0082317,0,-155.2415623,-60.33002723,-424.0051929 +494549,-95.54305692,0,-147.1366529,-56.4159859,-421.6414124 +494550,-84.23712171,0,-138.4081811,-52.77190661,-416.286171 +494551,-76.43444644,0,-132.7970139,-50.07256693,-413.8903096 +494552,-68.63175348,0,-127.8093614,-47.77814139,-410.277775 +494553,-61.30678509,0,-122.8216942,-45.34874025,-406.0349142 +494554,-53.8225813,0,-117.9898781,-43.18928843,-403.5970407 +494555,-46.17913984,0,-113.1580509,-41.02983,-398.6913057 +494556,-37.89874477,0,-108.6379672,-38.87036031,-395.6054667 +494557,-29.77758005,0,-103.9620022,-36.7108896,-391.88221 +494558,-21.65642536,0,-99.44191422,-34.82136338,-388.136914 +494559,-13.53526396,0,-95.23357253,-32.66188767,-384.3696857 +494560,-5.254867797,0,-90.71347464,-30.77235595,-380.580637 +494561,0,0,-86.66098805,-28.74785584,-376.769875 +494562,0,0,-82.29675297,-26.99329679,-372.9375116 +494563,0,0,-78.24426325,-24.83382679,-369.0836682 +494564,0,0,-74.1917748,-23.48417827,-365.8558291 +494565,0,75.14421023,-70.13928398,-21.18973097,-360.6604116 +494566,0,132.4013675,-66.39852859,-19.70510677,-358.048934 +494567,0,98.70758515,-62.19015788,-17.81557585,-354.1140061 +494568,0,125.7652022,-58.60527305,-16.19598141,-349.496915 +494569,0,135.408325,-54.86451315,-14.57638281,-346.1820595 +494570,0,145.3735068,-50.9678766,-12.68684539,-342.8530444 +494571,0,154.5683675,-47.38298219,-11.20221717,-338.1686793 +494572,0,163.517603,-43.79808805,-9.44765376,-334.8062236 +494573,0,172.5081991,-40.2131895,-8.097992392,-330.753221 +494574,0,180.631505,-36.62828999,-6.208458456,-326.6808268 +494575,0,189.0821354,-33.19925973,-4.993762225,-323.9553484 +494576,0,196.9033458,-29.77022868,-3.23919591,-318.4787812 +494577,0,204.4930622,-26.34119659,-1.889530917,-316.4167577 +494578,0,212.1225636,-23.06803114,0,-311.5870242 +494579,0,219.2058247,-19.63899869,0,-308.1222304 +494580,0,226.2262218,-16.52169967,0,-303.9482572 +494581,0,232.8968063,-13.56026305,0,-300.8064594 +494582,0,239.1895205,-10.75469074,0,-296.9533148 +494583,0,245.6381755,-7.949118679,0,-292.7338196 +494584,0,251.6594757,-5.455277997,0,-289.911858 +494585,0,262.9565822,0,0,-285.6653531 +494586,0,270.0367878,0,0,-282.1146419 +494587,0,275.9938964,0,0,-278.5533271 +494588,0,281.8373971,0,0,-274.9816199 +494589,0,287.40188,0,0,-270.6822228 +494590,0,292.5726798,0,0,-267.8082337 +494591,0,297.9961839,0,0,-263.4856833 +494592,0,302.9724723,0,0,-260.5966561 +494593,0,307.4934839,0,0,-256.2522372 +494594,0,312.2120162,0,0,-252.6224546 +494595,0,316.5819868,0,0,-249.7126871 +494596,0,320.810389,0,0,-245.3381779 +494597,0,324.8681907,0,0,-242.0500283 +494598,0,328.5632296,0,0,-238.3894502 +494599,0,332.5972238,0,0,-234.7217215 +494600,0,336.0085475,0,0,-231.0471713 +494601,0,339.4532801,0,0,-227.3661238 +494602,0,342.7057961,0,0,-224.0478926 +494603,0,345.8063089,0,0,-219.9857298 +494604,0,348.756608,0,0,-216.6571625 +494605,0,351.5590481,0,0,-212.9537171 +494606,0,354.2162796,0,0,-209.2452892 +494607,0,356.7303096,0,0,-205.9037198 +494608,0,359.1036112,0,0,-202.186649 +494609,0,361.3380612,0,0,-198.4654709 +494610,0,363.4359742,0,0,-195.1131701 +494611,0,365.4667067,0,0,-191.0119951 +494612,0,367.3809558,0,0,-188.0268999 +494613,0,369.1753842,0,0,-183.91917 +494614,0,370.6174097,0,0,-180.9296647 +494615,0,372.5345641,0,0,-176.8163868 +494616,0,373.795247,0,0,-173.4489554 +494617,0,375.1662396,0,0,-169.7054116 +494618,0,376.3800195,0,0,-166.3346585 +494619,0,377.4841171,0,0,-162.5877844 +494620,0,378.4781962,0,0,-159.2143535 +494621,0,379.3640774,0,0,-155.2773456 +494622,0,380.1434111,0,0,-152.0893712 +494623,0,380.8175263,0,0,-148.3378767 +494624,0,381.3880387,0,0,-144.5855467 +494625,0,381.8562212,0,0,-141.2078711 +494626,0,382.2236126,0,0,-137.6420079 +494627,0,382.4914288,0,0,-134.0756796 +494628,0,382.6611341,0,0,-130.3212428 +494629,0,382.733911,0,0,-126.9419837 +494630,0,382.7111575,0,0,-123.1869851 +494631,0,382.5940116,0,0,-119.807316 +494632,0,382.3838082,0,0,-116.051957 +494633,0,382.081668,0,0,-112.4842598 +494634,0,381.6888591,0,0,-108.9164853 +494635,0,381.2064712,0,0,-105.3486495 +494636,0,380.6357454,0,0,-101.7807673 +494637,0,379.9777127,0,0,-98.21285147 +494638,0,379.23359,0,0,-94.45712615 +494639,0,378.4044015,0,0,-91.07697448 +494640,0,377.4912966,0,0,-87.32123048 +494641,0,376.4961398,0,0,-83.94106184 +494642,0,375.419879,0,0,-79.99751562 +494643,0,374.2631431,0,0,-76.8051368 +494644,0,373.0268746,0,0,-72.86158899 +494645,0,371.7120129,0,0,-69.48141541 +494646,0,370.5543406,0,0,-65.72566041 +494647,0,368.7359297,0,0,-62.15769778 +494648,0,367.3660437,0,0,-58.58973606 +494649,0,365.7075839,0,0,-55.02177179 +494650,0,364.0156719,0,0,-51.26601656 +494651,0,362.2504932,0,0,-47.88584242 +494652,0,360.4138269,0,0,-44.13008627 +494653,0,358.5064603,0,0,-40.37433248 +494654,0,356.5293575,0,0,-37.18194889 +494655,0,354.4834674,0,0,-33.05061608 +494656,0,352.3697227,0,0,-29.85823128 +494657,0,350.189071,0,0,-26.10247785 +494658,0,347.942433,0,0,-22.34672436 +494659,0,345.6307464,0,0,-18.96654957 +494660,0,343.2549116,0,0,-15.21079682 +494661,0,340.8158817,0,0,-11.64283229 +494662,0,338.3145416,0,0,-8.074867663 +494663,0,335.7518387,0,0,-4.506902727 +494664,0,333.1286502,0,0,0 +494665,0,330.445925,0,0,0 +494666,0,327.7045309,0,0,0 +494667,0,325.1126283,0,0,0 +494668,0,321.9534989,0,0,0 +494669,0,319.1926731,0,0,0 +494670,0,316.1933252,0,0,0 +494671,0,313.1361123,0,0,0 +494672,0,310.0162939,0,0,0 +494673,0,306.8376156,0,0,0 +494674,0,303.6013679,0,0,0 +494675,0,300.3087809,0,0,0 +494676,0,296.7645267,0,0,0 +494677,0,293.6437755,0,0,0 +494678,0,290.2290352,0,0,0 +494679,0,286.4856942,0,0,0 +494680,0,283.0575049,0,0,0 +494681,0,279.4170563,0,0,0 +494682,0,275.7573749,0,0,0 +494683,0,272.0484772,0,0,0 +494684,0,268.2919952,0,0,0 +494685,0,264.4033547,0,0,0 +494686,0,260.7831581,0,0,0 +494687,0,256.6645656,0,0,0 +494688,0,252.7691642,0,0,0 +494689,0,248.8280705,0,0,0 +494690,0,244.5732912,0,0,0 +494691,0,240.8180302,0,0,0 +494692,0,236.6816258,0,0,0 +494693,0,232.4156243,0,0,0 +494694,0,228.2770094,0,0,0 +494695,0,224.1062926,0,0,0 +494696,0,219.7850343,0,0,0 +494697,0,215.7120761,0,0,0 +494698,0,210.9744395,0,0,0 +494699,0,206.9942764,0,0,0 +494700,0,202.4133826,0,0,0 +494701,0,0,0,0,0 +494702,0,0,0,0,0 +494703,0,0,0,0,0 +494704,0,0,0,0,0 +494705,0,0,0,0,0 +494706,0,0,0,0,0 +494707,0,0,0,0,0 +494708,0,0,0,0,0 +494709,0,0,0,0,0 +494710,0,0,0,0,0 +494711,0,0,0,0,0 +494712,0,0,0,0,0 +494713,0,0,0,0,0 +494714,0,0,0,0,0 +494715,0,0,0,0,0 +494716,0,0,0,0,0 +494717,0,0,0,0,0 +494718,0,0,0,0,0 +494719,0,0,0,0,0 +494720,0,0,0,0,0 +494721,0,0,0,0,0 +494722,0,0,0,0,0 +494723,0,0,0,0,0 +494724,0,0,0,0,0 +494725,0,0,0,0,0 +494726,0,0,0,0,0 +494727,0,0,0,0,0 +494728,0,0,0,0,0 +494729,0,0,0,0,0 +494730,0,0,0,0,0 +494731,0,0,0,0,0 +494732,0,0,0,0,0 +494733,0,0,0,0,0 +494734,0,0,0,0,0 +494735,0,0,0,0,0 +494736,0,0,0,0,0 +494737,0,0,0,0,0 +494738,0,0,0,0,0 +494739,0,0,0,0,0 +494740,0,0,0,0,0 +494741,0,0,0,0,0 +494742,0,0,0,0,0 +494743,0,0,0,0,0 +494744,0,0,0,0,0 +494745,0,0,0,0,0 +494746,0,0,0,0,0 +494747,0,0,0,0,0 +494748,0,0,0,0,0 +494749,0,0,0,0,0 +494750,0,0,0,0,0 +494751,0,0,0,0,0 +494752,0,0,0,0,0 +494753,0,0,0,0,0 +494754,0,0,0,0,0 +494755,0,0,0,0,0 +494756,0,0,0,0,0 +494757,0,0,0,0,0 +494758,0,0,0,0,0 +494759,0,0,0,0,0 +494760,0,0,0,0,0 +494761,0,0,0,0,0 +494762,0,0,0,0,0 +494763,0,0,0,0,0 +494764,0,0,0,0,0 +494765,0,0,0,0,0 +494766,0,0,0,0,0 +494767,0,0,0,0,0 +494768,0,0,0,0,0 +494769,0,0,0,0,0 +494770,0,0,0,0,0 +494771,0,0,0,0,0 +494772,0,0,0,0,0 +494773,0,0,0,0,0 +494774,0,0,0,0,0 +494775,0,0,0,0,0 +494776,0,0,0,0,0 +494777,0,0,0,0,0 +494778,0,0,0,0,0 +494779,0,0,0,0,0 +494780,0,0,0,0,0 +494781,0,0,0,0,0 +494782,0,0,0,0,0 +494783,0,0,0,0,0 +494784,0,0,0,0,0 +494785,0,0,0,0,0 +494786,0,0,0,0,0 +494787,0,0,0,0,0 +494788,0,0,0,0,0 +494789,0,0,0,0,0 +494790,0,0,0,0,0 +494791,0,0,0,0,0 +494792,0,0,0,0,0 +494793,0,0,0,0,0 +494794,0,0,0,0,0 +494795,0,0,0,0,0 +494796,0,0,0,0,0 +494797,0,0,0,0,0 +494798,0,0,0,0,0 +494799,0,0,0,0,0 +494800,0,0,0,0,0 +494801,0,0,0,0,0 +494802,0,0,0,0,0 +494803,0,0,0,0,0 +494804,0,0,0,0,0 +494805,0,0,0,0,0 +494806,0,0,0,0,0 +494807,0,0,0,0,0 +494808,0,0,0,0,0 +494809,0,0,0,0,0 +494810,0,0,0,0,0 +494811,0,0,0,0,0 +494812,0,0,0,0,0 +494813,0,0,0,0,0 +494814,0,0,0,0,0 +494815,0,0,0,0,0 +494816,0,0,0,0,0 +494817,0,0,0,0,0 +494818,0,0,0,0,0 +494819,0,0,0,0,0 +494820,0,0,0,0,0 +494821,0,0,0,0,0 +494822,0,0,0,0,0 +494823,0,0,0,0,0 +494824,0,0,0,0,0 +494825,0,0,0,0,0 +494826,0,0,0,0,0 +494827,0,0,0,0,0 +494828,0,0,0,0,0 +494829,0,0,0,0,0 +494830,0,0,0,0,0 +494831,0,0,0,0,0 +494832,0,0,0,0,0 +494833,0,0,0,0,0 +494834,0,0,0,0,0 +494835,0,0,0,0,0 +494836,0,0,0,0,0 +494837,0,0,0,0,0 +494838,0,0,0,0,0 +494839,0,0,0,0,0 +494840,0,0,0,0,0 +494841,0,0,0,0,0 +494842,0,0,0,0,0 +494843,0,0,0,0,0 +494844,0,0,0,0,0 +494845,0,0,0,0,0 +494846,0,0,0,0,0 +494847,0,0,0,0,0 +494848,0,0,0,0,0 +494849,0,0,0,0,0 +494850,0,0,0,0,0 +494851,0,0,0,0,0 +494852,0,0,0,0,0 +494853,0,0,0,0,0 +494854,0,0,0,0,0 +494855,0,0,0,0,0 +494856,0,0,0,0,0 +494857,0,0,0,0,0 +494858,0,0,0,0,0 +494859,0,0,0,0,0 +494860,0,0,0,0,0 +494861,0,0,0,0,0 +494862,0,0,0,0,0 +494863,0,0,0,0,0 +494864,0,0,0,0,0 +494865,0,0,0,0,0 +494866,0,0,0,0,0 +494867,0,0,0,0,0 +494868,0,0,0,0,0 +494869,0,0,0,0,0 +494870,0,0,0,0,0 +494871,0,0,0,0,0 +494872,0,0,0,0,0 +494873,0,0,0,0,0 +494874,0,0,0,0,0 +494875,0,0,0,0,0 +494876,0,0,0,0,0 +494877,0,0,0,0,0 +494878,0,0,0,0,0 +494879,0,0,0,0,0 +494880,0,0,0,0,0 +494881,0,0,0,0,0 +494882,0,0,0,0,0 +494883,0,0,0,0,0 +494884,0,0,0,0,0 +494885,0,0,0,0,0 +494886,0,0,0,0,0 +494887,0,0,0,0,0 +494888,0,0,0,0,0 +494889,0,0,0,0,0 +494890,0,0,0,0,0 +494891,0,0,0,0,0 +494892,0,0,0,0,0 +494893,0,0,0,0,0 +494894,0,0,0,0,0 +494895,0,0,0,0,0 +494896,0,0,0,0,0 +494897,0,0,0,0,0 +494898,0,0,0,0,0 +494899,0,0,0,0,0 +494900,0,0,0,0,0 +494901,0,0,0,0,0 +494902,0,0,0,0,0 +494903,0,0,0,0,0 +494904,0,0,0,0,0 +494905,0,0,0,0,0 +494906,0,0,0,0,0 +494907,0,0,0,0,0 +494908,0,0,0,0,0 +494909,0,0,0,0,0 +494910,0,0,0,0,0 +494911,0,0,0,0,0 +494912,0,0,0,0,0 +494913,0,0,0,0,0 +494914,0,0,0,0,0 +494915,0,0,0,0,0 +494916,0,0,0,0,0 +494917,0,0,0,0,0 +494918,0,0,0,0,0 +494919,0,0,0,0,0 +494920,0,0,0,0,0 +494921,0,0,0,0,0 +494922,0,0,0,0,0 +494923,0,0,0,0,0 +494924,0,0,0,0,0 +494925,0,0,0,0,0 +494926,0,0,0,0,0 +494927,0,0,0,0,0 +494928,0,0,0,0,0 +494929,0,0,0,0,0 +494930,0,0,0,0,0 +494931,0,0,0,0,0 +494932,0,0,0,0,0 +494933,0,0,0,0,0 +494934,0,0,0,0,0 +494935,0,0,0,0,0 +494936,0,0,0,0,0 +494937,0,0,0,0,0 +494938,0,0,0,0,0 +494939,0,0,0,0,0 +494940,0,0,0,0,0 +494941,0,0,0,0,0 +494942,0,0,0,0,0 +494943,0,0,0,0,0 +494944,0,0,0,0,0 +494945,0,0,0,0,0 +494946,0,0,0,0,0 +494947,0,0,0,0,0 +494948,0,0,0,0,0 +494949,0,0,0,0,0 +494950,0,0,0,0,0 +494951,0,0,0,0,0 +494952,0,0,0,0,0 +494953,0,0,0,0,0 +494954,0,0,0,0,0 +494955,0,0,0,0,0 +494956,0,0,0,0,0 +494957,0,0,0,0,0 +494958,0,0,0,0,0 +494959,0,0,0,0,0 +494960,0,0,0,0,0 +494961,0,0,0,0,0 +494962,0,0,0,0,0 +494963,0,0,0,0,0 +494964,0,0,0,0,0 +494965,0,0,0,0,0 +494966,0,0,0,0,0 +494967,0,0,0,0,0 +494968,0,0,0,0,0 +494969,0,0,0,0,0 +494970,0,0,0,0,0 +494971,0,0,0,0,0 +494972,0,0,0,0,0 +494973,0,0,0,0,0 +494974,0,0,0,0,0 +494975,0,0,0,0,0 +494976,0,0,0,0,0 +494977,0,0,0,0,0 +494978,0,0,0,0,0 +494979,0,0,0,0,0 +494980,0,0,0,0,0 +494981,0,0,0,0,0 +494982,0,0,0,0,0 +494983,0,0,0,0,0 +494984,0,0,0,0,0 +494985,0,0,0,0,0 +494986,0,0,0,0,0 +494987,0,0,0,0,0 +494988,0,0,0,0,0 +494989,0,0,0,0,0 +494990,0,0,0,0,0 +494991,0,0,0,0,0 +494992,0,0,0,0,0 +494993,0,0,0,0,0 +494994,0,0,0,0,0 +494995,0,0,0,0,0 +494996,0,0,0,0,0 +494997,0,0,0,0,0 +494998,0,0,0,0,0 +494999,0,0,0,0,0 +495000,0,0,0,0,0 +495001,0,0,0,0,0 +495002,0,0,0,0,0 +495003,0,0,0,0,0 +495004,0,0,0,0,0 +495005,0,0,0,0,0 +495006,0,0,0,0,0 +495007,0,0,0,0,0 +495008,0,0,0,0,0 +495009,0,0,0,0,0 +495010,0,0,0,0,0 +495011,0,0,0,0,0 +495012,0,0,0,0,0 +495013,0,0,0,0,0 +495014,0,0,0,0,0 +495015,0,0,0,0,0 +495016,0,0,0,0,0 +495017,0,0,0,0,0 +495018,0,0,0,0,0 +495019,0,0,0,0,0 +495020,0,0,0,0,0 +495021,0,0,0,0,0 +495022,0,0,0,0,0 +495023,0,0,0,0,0 +495024,0,0,0,0,0 +495025,0,0,0,0,0 +495026,0,0,0,0,0 +495027,0,0,0,0,0 +495028,0,0,0,0,0 +495029,0,0,0,0,0 +495030,0,0,0,0,0 +495031,0,0,0,0,0 +495032,0,0,0,0,0 +495033,0,0,0,0,0 +495034,0,0,0,0,0 +495035,0,0,0,0,0 +495036,0,0,0,0,0 +495037,0,0,0,0,0 +495038,0,0,0,0,0 +495039,0,0,0,0,0 +495040,0,0,0,0,0 +495041,0,0,0,0,0 +495042,0,0,0,0,0 +495043,0,0,0,0,0 +495044,0,0,0,0,0 +495045,0,0,0,0,0 +495046,0,0,0,0,0 +495047,0,0,0,0,0 +495048,0,0,0,0,0 +495049,0,0,0,0,0 +495050,0,0,0,0,0 +495051,0,0,0,0,0 +495052,0,0,0,0,0 +495053,0,0,0,0,0 +495054,0,0,0,0,0 +495055,0,0,0,0,0 +495056,0,0,0,0,0 +495057,0,0,0,0,0 +495058,0,0,0,0,0 +495059,0,0,0,0,0 +495060,0,0,0,0,0 +495061,0,0,0,0,0 +495062,0,0,0,0,0 +495063,0,0,0,0,0 +495064,0,0,0,0,0 +495065,0,0,0,0,0 +495066,0,0,0,0,0 +495067,0,0,0,0,0 +495068,0,0,0,0,0 +495069,0,0,0,0,0 +495070,0,0,0,0,0 +495071,0,0,0,0,0 +495072,0,0,0,0,0 +495073,0,0,0,0,0 +495074,0,0,0,0,0 +495075,0,0,0,0,0 +495076,0,0,0,0,0 +495077,0,0,0,0,0 +495078,0,0,0,0,0 +495079,0,0,0,0,0 +495080,0,0,0,0,0 +495081,0,0,0,0,0 +495082,0,0,0,0,0 +495083,0,0,0,0,0 +495084,0,0,0,0,0 +495085,0,0,0,0,0 +495086,0,0,0,0,0 +495087,0,0,0,0,0 +495088,0,0,0,0,0 +495089,0,0,0,0,0 +495090,0,0,0,0,0 +495091,0,0,0,0,0 +495092,0,0,0,0,0 +495093,0,0,0,0,0 +495094,0,0,0,0,0 +495095,0,0,0,0,0 +495096,0,0,0,0,0 +495097,0,0,0,0,0 +495098,0,0,0,0,0 +495099,0,0,0,0,0 +495100,0,0,0,0,0 +495101,0,0,0,0,0 +495102,0,0,0,0,0 +495103,0,0,0,0,0 +495104,0,0,0,0,0 +495105,0,0,0,0,0 +495106,0,0,0,0,0 +495107,0,0,0,0,0 +495108,0,0,0,0,0 +495109,0,0,0,0,0 +495110,0,0,0,0,0 +495111,0,0,0,0,0 +495112,0,0,0,0,0 +495113,0,0,0,0,0 +495114,0,0,0,0,0 +495115,0,0,0,0,0 +495116,0,0,0,0,0 +495117,0,0,0,0,0 +495118,0,0,0,0,0 +495119,0,0,0,0,0 +495120,0,0,0,0,0 +495121,0,0,0,0,0 +495122,0,0,0,0,0 +495123,0,0,0,0,0 +495124,0,0,0,0,0 +495125,0,0,0,0,0 +495126,0,0,0,0,0 +495127,0,0,0,0,0 +495128,0,0,0,0,0 +495129,0,0,0,0,0 +495130,0,0,0,0,0 +495131,0,0,0,0,0 +495132,0,0,0,0,0 +495133,0,0,0,0,0 +495134,0,0,0,0,0 +495135,0,0,0,0,0 +495136,0,0,0,0,0 +495137,0,0,0,0,0 +495138,0,0,0,0,0 +495139,0,0,0,0,0 +495140,0,0,0,0,0 +495141,0,0,0,0,0 +495142,0,0,0,0,0 +495143,0,0,0,0,0 +495144,0,0,0,0,0 +495145,0,0,0,0,0 +495146,0,0,0,0,0 +495147,0,0,0,0,0 +495148,0,0,0,0,0 +495149,0,0,0,0,0 +495150,0,0,0,0,0 +495151,0,0,0,0,0 +495152,0,0,0,0,0 +495153,0,0,0,0,0 +495154,0,0,0,0,0 +495155,0,0,0,0,0 +495156,0,0,0,0,0 +495157,0,0,0,0,0 +495158,0,0,0,0,0 +495159,0,0,0,0,0 +495160,0,0,0,0,0 +495161,0,0,0,0,0 +495162,0,0,0,0,0 +495163,0,0,0,0,0 +495164,0,0,0,0,0 +495165,0,0,0,0,0 +495166,0,0,0,0,0 +495167,0,0,0,0,0 +495168,0,0,0,0,0 +495169,0,0,0,0,0 +495170,0,0,0,0,0 +495171,0,0,0,0,0 +495172,0,0,0,0,0 +495173,0,0,0,0,0 +495174,0,0,0,0,0 +495175,0,0,0,0,0 +495176,0,0,0,0,0 +495177,0,0,0,0,0 +495178,0,0,0,0,0 +495179,0,0,0,0,0 +495180,0,0,0,0,0 +495181,0,0,0,0,0 +495182,0,0,0,0,0 +495183,0,0,0,0,0 +495184,0,0,0,0,0 +495185,0,0,0,0,0 +495186,0,0,0,0,0 +495187,0,0,0,0,0 +495188,0,0,0,0,0 +495189,0,0,0,0,0 +495190,0,0,0,0,0 +495191,0,0,0,0,0 +495192,0,0,0,0,0 +495193,0,0,0,0,0 +495194,0,0,0,0,0 +495195,0,0,0,0,0 +495196,0,0,0,0,0 +495197,0,0,0,0,0 +495198,0,0,0,0,0 +495199,0,0,0,0,0 +495200,0,0,0,0,0 +495201,0,0,0,0,0 +495202,0,0,0,0,0 +495203,0,0,0,0,0 +495204,0,0,0,0,0 +495205,0,0,0,0,0 +495206,0,0,0,0,0 +495207,0,0,0,0,0 +495208,0,0,0,0,0 +495209,0,0,0,0,0 +495210,0,0,0,0,0 +495211,0,0,0,0,0 +495212,0,0,0,0,0 +495213,0,0,0,0,0 +495214,0,0,0,0,0 +495215,0,0,0,0,0 +495216,0,0,0,0,0 +495217,0,0,0,0,0 +495218,0,0,0,0,0 +495219,0,0,0,0,0 +495220,0,0,0,0,0 +495221,0,0,0,0,0 +495222,0,0,0,0,0 +495223,0,0,0,0,0 +495224,0,0,0,0,0 +495225,0,0,0,0,0 +495226,0,0,0,0,0 +495227,0,0,0,0,0 +495228,0,0,0,0,0 +495229,0,0,0,0,0 +495230,0,0,0,0,0 +495231,0,0,0,0,0 +495232,0,0,0,0,0 +495233,0,0,0,0,0 +495234,0,0,0,0,0 +495235,0,0,0,0,0 +495236,0,0,0,0,0 +495237,0,0,0,0,0 +495238,0,0,0,0,0 +495239,0,0,0,0,0 +495240,0,0,0,0,0 +495241,0,0,0,0,0 +495242,0,0,0,0,0 +495243,0,0,0,0,0 +495244,0,0,0,0,0 +495245,0,0,0,0,0 +495246,0,0,0,0,0 +495247,0,0,0,0,0 +495248,0,0,0,0,0 +495249,0,0,0,0,0 +495250,0,0,0,0,0 +495251,0,0,0,0,0 +495252,0,0,0,0,0 +495253,0,0,0,0,0 +495254,0,0,0,0,0 +495255,0,0,0,0,0 +495256,0,0,0,0,0 +495257,0,0,0,0,0 +495258,0,0,0,0,0 +495259,0,0,0,0,0 +495260,0,0,0,0,0 +495261,0,0,0,0,0 +495262,0,0,0,0,0 +495263,0,0,0,0,0 +495264,0,0,0,0,0 +495265,0,0,0,0,0 +495266,0,0,0,0,0 +495267,0,0,0,0,0 +495268,0,0,0,0,0 +495269,0,0,0,0,0 +495270,0,0,0,0,0 +495271,0,0,0,0,0 +495272,0,0,0,0,0 +495273,0,0,0,0,0 +495274,0,0,0,0,0 +495275,0,0,0,0,0 +495276,0,0,0,0,0 +495277,0,0,0,0,0 +495278,0,0,0,0,0 +495279,0,0,0,0,0 +495280,0,0,0,0,0 +495281,0,0,0,0,0 +495282,0,0,0,0,0 +495283,0,0,0,0,0 +495284,0,0,0,0,0 +495285,0,0,0,0,0 +495286,0,0,0,0,0 +495287,0,0,0,0,0 +495288,0,0,0,0,0 +495289,0,0,0,0,0 +495290,0,0,0,0,0 +495291,0,0,0,0,0 +495292,0,0,0,0,0 +495293,0,0,0,0,0 +495294,0,0,0,0,0 +495295,0,0,0,0,0 +495296,0,0,0,0,0 +495297,0,0,0,0,0 +495298,0,0,0,0,0 +495299,0,0,0,0,0 +495300,0,0,0,0,0 +495301,0,0,0,0,0 +495302,0,0,0,0,0 +495303,0,0,0,0,0 +495304,0,0,0,0,0 +495305,0,0,0,0,0 +495306,0,0,0,0,0 +495307,0,0,0,0,0 +495308,0,0,0,0,0 +495309,0,0,0,0,0 +495310,0,0,0,0,0 +495311,0,0,0,0,0 +495312,0,0,0,0,0 +495313,0,0,0,0,0 +495314,0,0,0,0,0 +495315,0,0,0,0,0 +495316,0,0,0,0,0 +495317,0,0,0,0,0 +495318,0,0,0,0,0 +495319,0,0,0,0,0 +495320,0,0,0,0,0 +495321,0,0,0,0,0 +495322,0,0,0,0,0 +495323,0,0,0,0,0 +495324,0,0,0,0,0 +495325,0,0,0,0,0 +495326,0,0,0,0,0 +495327,0,0,0,0,0 +495328,0,0,0,0,0 +495329,0,0,0,0,0 +495330,0,0,0,0,0 +495331,0,0,0,0,0 +495332,0,0,0,0,0 +495333,0,0,0,0,0 +495334,0,0,0,0,0 +495335,0,0,0,0,0 +495336,0,0,0,0,0 +495337,0,0,0,0,0 +495338,0,0,0,0,0 +495339,0,0,0,0,0 +495340,0,0,0,0,0 +495341,0,0,0,0,0 +495342,0,0,0,0,0 +495343,0,0,0,0,0 +495344,0,0,0,0,0 +495345,0,0,0,0,0 +495346,0,0,0,0,0 +495347,0,0,0,0,0 +495348,0,0,0,0,0 +495349,0,0,0,0,0 +495350,0,0,0,0,0 +495351,0,0,0,0,0 +495352,0,0,0,0,0 +495353,0,0,0,0,0 +495354,0,0,0,0,0 +495355,0,0,0,0,0 +495356,0,0,0,0,0 +495357,0,0,0,0,0 +495358,0,0,0,0,0 +495359,0,0,0,0,0 +495360,0,0,0,0,0 +495361,0,0,0,0,0 +495362,0,0,0,0,0 +495363,0,0,0,0,0 +495364,0,0,0,0,0 +495365,0,0,0,0,0 +495366,0,0,0,0,0 +495367,0,0,0,0,0 +495368,0,0,0,0,0 +495369,0,0,0,0,0 +495370,0,0,0,0,0 +495371,0,0,0,0,0 +495372,0,0,0,0,0 +495373,0,0,0,0,0 +495374,0,0,0,0,0 +495375,0,0,0,0,0 +495376,0,0,0,0,0 +495377,0,0,0,0,0 +495378,0,0,0,0,0 +495379,0,0,0,0,0 +495380,0,0,0,0,0 +495381,0,0,0,0,0 +495382,0,0,0,0,0 +495383,0,0,0,0,0 +495384,0,0,0,0,0 +495385,0,0,0,0,0 +495386,0,0,0,0,0 +495387,0,0,0,0,0 +495388,0,0,0,0,0 +495389,0,0,0,0,0 +495390,0,0,0,0,0 +495391,0,0,0,0,0 +495392,0,0,0,0,0 +495393,0,0,0,0,0 +495394,0,0,0,0,0 +495395,0,0,0,0,0 +495396,0,0,0,0,0 +495397,0,0,0,0,0 +495398,0,0,0,0,0 +495399,0,0,0,0,0 +495400,0,0,0,0,0 +495401,0,0,0,0,0 +495402,0,0,0,0,0 +495403,0,0,0,0,0 +495404,0,0,0,0,0 +495405,0,0,0,0,0 +495406,0,0,0,0,0 +495407,0,0,0,0,0 +495408,0,0,0,0,0 +495409,0,0,0,0,0 +495410,0,0,0,0,0 +495411,0,0,0,0,0 +495412,0,0,0,0,0 +495413,0,0,0,0,0 +495414,0,0,0,0,0 +495415,0,0,0,0,0 +495416,0,0,0,0,0 +495417,0,0,0,0,0 +495418,0,0,0,0,0 +495419,0,0,0,0,0 +495420,0,0,0,0,0 +495421,0,0,0,0,0 +495422,0,0,0,0,0 +495423,0,0,0,0,0 +495424,0,0,0,0,0 +495425,0,0,0,0,0 +495426,0,0,0,0,0 +495427,0,0,0,0,0 +495428,0,0,0,0,0 +495429,0,0,0,0,0 +495430,0,0,0,0,0 +495431,0,0,0,0,0 +495432,0,0,0,0,0 +495433,0,0,0,0,0 +495434,0,0,0,0,0 +495435,0,0,0,0,0 +495436,0,0,0,0,0 +495437,0,0,0,0,0 +495438,0,0,0,0,0 +495439,0,0,0,0,0 +495440,0,0,0,0,0 +495441,0,0,0,0,0 +495442,0,0,0,0,0 +495443,0,0,0,0,0 +495444,0,0,0,0,0 +495445,0,0,0,0,0 +495446,0,0,0,0,0 +495447,0,0,0,0,0 +495448,0,0,0,0,0 +495449,0,0,0,0,0 +495450,0,0,0,0,0 +495451,0,0,0,0,0 +495452,0,0,0,0,0 +495453,0,0,0,0,0 +495454,0,0,0,0,0 +495455,0,0,0,0,0 +495456,0,0,0,0,0 +495457,0,0,0,0,0 +495458,0,0,0,0,0 +495459,0,0,0,0,0 +495460,0,0,0,0,0 +495461,0,0,0,0,0 +495462,0,0,0,0,0 +495463,0,0,0,0,0 +495464,0,0,0,0,0 +495465,0,0,0,0,0 +495466,0,0,0,0,0 +495467,0,0,0,0,0 +495468,0,0,0,0,0 +495469,0,0,0,0,0 +495470,0,0,0,0,0 +495471,0,0,0,0,0 +495472,0,0,0,0,0 +495473,0,0,0,0,0 +495474,0,0,0,0,0 +495475,0,0,0,0,0 +495476,0,0,0,0,0 +495477,0,0,0,0,0 +495478,0,0,0,0,0 +495479,0,0,0,0,0 +495480,0,0,0,0,0 +495481,0,0,0,0,0 +495482,0,0,0,0,0 +495483,0,0,0,0,0 +495484,0,0,0,0,0 +495485,0,0,0,0,0 +495486,0,0,0,0,0 +495487,0,0,0,0,0 +495488,0,0,0,0,0 +495489,0,0,0,0,0 +495490,0,0,0,0,0 +495491,0,0,0,0,0 +495492,0,0,0,0,0 +495493,0,0,0,0,0 +495494,0,0,0,0,0 +495495,0,0,0,0,0 +495496,0,0,0,0,0 +495497,0,0,0,0,0 +495498,0,0,0,0,0 +495499,0,0,0,0,0 +495500,0,0,0,0,0 +495501,0,0,0,0,0 +495502,0,0,0,0,0 +495503,0,0,0,0,0 +495504,0,0,0,0,0 +495505,0,0,0,0,0 +495506,0,0,0,0,0 +495507,0,0,0,0,0 +495508,0,0,0,0,0 +495509,0,0,0,0,0 +495510,0,0,0,0,0 +495511,0,0,0,0,0 +495512,0,0,0,0,0 +495513,0,0,0,0,0 +495514,0,0,0,0,0 +495515,0,0,0,0,0 +495516,0,0,0,0,0 +495517,0,0,0,0,0 +495518,0,0,0,0,0 +495519,0,0,0,0,0 +495520,0,0,0,0,0 +495521,0,0,0,0,0 +495522,0,0,0,0,0 +495523,0,0,0,0,0 +495524,0,0,0,0,0 +495525,0,0,0,0,0 +495526,0,0,0,0,0 +495527,0,0,0,0,0 +495528,0,0,0,0,0 +495529,0,0,0,0,0 +495530,0,0,0,0,0 +495531,0,0,0,0,0 +495532,0,0,0,0,0 +495533,0,0,0,0,0 +495534,0,0,0,0,0 +495535,0,0,0,0,0 +495536,0,0,0,0,0 +495537,0,0,0,0,0 +495538,0,0,0,0,0 +495539,0,0,0,0,0 +495540,0,0,0,0,0 +495541,0,0,0,0,0 +495542,0,0,0,0,0 +495543,0,0,0,0,0 +495544,0,0,0,0,0 +495545,0,0,0,0,0 +495546,0,0,0,0,0 +495547,0,0,0,0,0 +495548,0,0,0,0,0 +495549,0,0,0,0,0 +495550,0,0,0,0,0 +495551,0,0,0,0,0 +495552,0,0,0,0,0 +495553,0,0,0,0,0 +495554,0,0,0,0,0 +495555,0,0,0,0,0 +495556,0,0,0,0,0 +495557,0,0,0,0,0 +495558,0,0,0,0,0 +495559,0,0,0,0,0 +495560,0,0,0,0,0 +495561,0,0,0,0,0 +495562,0,0,0,0,0 +495563,0,0,0,0,0 +495564,0,0,0,0,0 +495565,0,0,0,0,0 +495566,0,0,0,0,0 +495567,0,0,0,0,0 +495568,0,0,0,0,0 +495569,0,0,0,0,0 +495570,0,0,0,0,0 +495571,0,0,0,0,0 +495572,0,0,0,0,0 +495573,0,0,0,0,0 +495574,0,0,0,0,0 +495575,0,0,0,0,0 +495576,0,0,0,0,0 +495577,0,0,0,0,0 +495578,0,0,0,0,0 +495579,0,0,0,0,0 +495580,0,0,0,0,0 +495581,0,0,0,0,0 +495582,0,0,0,0,0 +495583,0,0,0,0,0 +495584,0,0,0,0,0 +495585,0,0,0,0,0 +495586,0,0,0,0,0 +495587,0,0,0,0,0 +495588,0,0,0,0,0 +495589,0,0,0,0,0 +495590,0,0,0,0,0 +495591,0,0,0,0,0 +495592,0,0,0,0,0 +495593,0,0,0,0,0 +495594,0,0,0,0,0 +495595,0,0,0,0,0 +495596,0,0,0,0,0 +495597,0,0,0,0,0 +495598,0,0,0,0,0 +495599,0,0,0,0,0 +495600,0,0,0,0,0 +495601,0,0,0,0,0 +495602,0,0,0,0,0 +495603,0,0,0,0,0 +495604,0,0,0,0,0 +495605,0,0,0,0,0 +495606,0,0,0,0,0 +495607,0,0,0,0,0 +495608,0,0,0,0,0 +495609,0,0,0,0,0 +495610,0,0,0,0,0 +495611,0,0,0,0,0 +495612,0,0,0,0,0 +495613,0,0,0,0,0 +495614,0,0,0,0,0 +495615,0,0,0,0,0 +495616,0,0,0,0,0 +495617,0,0,0,0,0 +495618,0,0,0,0,0 +495619,0,0,0,0,0 +495620,0,0,0,0,0 +495621,0,0,0,0,0 +495622,0,0,0,0,0 +495623,0,0,0,0,0 +495624,0,0,0,0,0 +495625,0,0,0,0,0 +495626,0,0,0,0,0 +495627,0,0,0,0,0 +495628,0,0,0,0,0 +495629,0,0,0,0,0 +495630,0,0,0,0,0 +495631,0,0,0,0,0 +495632,0,0,0,0,0 +495633,0,0,0,0,0 +495634,0,0,0,0,0 +495635,0,0,0,0,0 +495636,0,0,0,0,0 +495637,0,0,0,0,0 +495638,0,0,0,0,0 +495639,0,0,0,0,0 +495640,0,0,0,0,0 +495641,0,0,0,0,0 +495642,0,0,0,0,0 +495643,0,0,0,0,0 +495644,0,0,0,0,0 +495645,0,0,0,0,0 +495646,0,0,0,0,0 +495647,0,0,0,0,0 +495648,0,0,0,0,0 +495649,0,0,0,0,0 +495650,0,0,0,0,0 +495651,0,0,0,0,0 +495652,0,0,0,0,0 +495653,0,0,0,0,0 +495654,0,0,0,0,0 +495655,0,0,0,0,0 +495656,0,0,0,0,0 +495657,0,0,0,0,0 +495658,0,0,0,0,0 +495659,0,0,0,0,0 +495660,0,0,0,0,0 +495661,0,0,0,0,0 +495662,0,0,0,0,0 +495663,0,0,0,0,0 +495664,0,0,0,0,0 +495665,0,0,0,0,0 +495666,0,0,0,0,0 +495667,0,0,0,0,0 +495668,0,0,0,0,0 +495669,0,0,0,0,0 +495670,0,0,0,0,0 +495671,0,0,0,0,0 +495672,0,0,0,0,0 +495673,0,0,0,0,0 +495674,0,0,0,0,0 +495675,0,0,0,0,0 +495676,0,0,0,0,0 +495677,0,0,0,0,0 +495678,0,0,0,0,0 +495679,0,0,0,0,0 +495680,0,0,0,0,0 +495681,0,0,0,0,0 +495682,0,0,0,0,0 +495683,0,0,0,0,0 +495684,0,0,0,0,0 +495685,0,0,0,0,0 +495686,0,0,0,0,0 +495687,0,0,0,0,0 +495688,0,0,0,0,0 +495689,0,0,0,0,0 +495690,0,0,0,0,0 +495691,0,0,0,0,0 +495692,0,0,0,0,0 +495693,0,0,0,0,0 +495694,0,0,0,0,0 +495695,0,0,0,0,0 +495696,0,0,0,0,0 +495697,0,0,0,0,0 +495698,0,0,0,0,0 +495699,0,0,0,0,0 +495700,0,0,0,0,0 +495701,0,0,0,0,0 +495702,0,0,0,0,0 +495703,0,0,0,0,0 +495704,0,0,0,0,0 +495705,0,0,0,0,0 +495706,0,0,0,0,0 +495707,0,0,0,0,0 +495708,0,0,0,0,0 +495709,0,0,0,0,0 +495710,0,0,0,0,0 +495711,0,0,0,0,0 +495712,0,0,0,0,0 +495713,0,0,0,0,0 +495714,0,0,0,0,0 +495715,0,0,0,0,0 +495716,0,0,0,0,0 +495717,0,0,0,0,0 +495718,0,0,0,0,0 +495719,0,0,0,0,0 +495720,0,0,0,0,0 +495721,0,0,0,0,0 +495722,0,0,0,0,0 +495723,0,0,0,0,0 +495724,0,0,0,0,0 +495725,0,0,0,0,0 +495726,0,0,0,0,0 +495727,0,0,0,0,0 +495728,0,0,0,0,0 +495729,0,0,0,0,0 +495730,0,0,0,0,0 +495731,0,0,0,0,0 +495732,0,0,0,0,0 +495733,0,0,0,0,0 +495734,0,0,0,0,0 +495735,0,0,0,0,0 +495736,0,0,0,0,0 +495737,0,0,0,0,0 +495738,0,0,0,0,0 +495739,0,0,0,0,0 +495740,0,0,0,0,0 +495741,0,0,0,0,0 +495742,0,0,0,0,0 +495743,0,0,0,0,0 +495744,0,0,0,0,0 +495745,0,0,0,0,0 +495746,0,0,0,0,0 +495747,0,0,0,0,0 +495748,0,0,0,0,0 +495749,0,0,0,0,0 +495750,0,0,0,0,0 +495751,0,0,0,0,0 +495752,0,0,0,0,0 +495753,0,0,0,0,0 +495754,0,0,0,0,0 +495755,0,0,0,0,0 +495756,0,0,0,0,0 +495757,0,0,0,0,0 +495758,0,0,0,0,0 +495759,0,0,0,0,0 +495760,0,0,0,0,0 +495761,0,0,0,0,0 +495762,0,0,0,0,0 +495763,0,0,0,0,0 +495764,0,0,0,0,0 +495765,0,0,0,0,0 +495766,0,0,0,0,0 +495767,0,0,0,0,0 +495768,0,0,0,0,0 +495769,0,0,0,0,0 +495770,0,0,0,0,0 +495771,0,0,0,0,0 +495772,0,0,0,0,0 +495773,0,0,0,0,0 +495774,0,0,0,0,0 +495775,0,0,0,0,0 +495776,0,0,0,0,0 +495777,0,0,0,0,0 +495778,0,0,0,0,0 +495779,0,0,0,0,0 +495780,0,0,0,0,0 +495781,-998.4873692,-495.973362,-967.4603906,-495.9405141,517.725143 +495782,-1099.309739,-518.2147541,-1070.035676,-518.182762,355.2862108 +495783,-1214.889877,-542.5024662,-1184.208452,-542.4716213,170.4048253 +495784,-1341.14848,-574.410748,-1309.073082,-574.3810265,-22.77206249 +495785,-1792.125258,-751.4023896,-1756.360995,-751.373546,-943.1825629 +495786,-1546.541028,-645.3166378,-1513.754868,-645.2885097,-686.697996 +495787,-1266.134498,-518.1853552,-1232.427364,-518.157953,-138.3327993 +495788,-1434.344957,-593.7342351,-1398.813985,-593.7075648,-351.8285175 +495789,-1560.671589,-651.2524334,-1524.250117,-651.2265302,-537.5146043 +495790,-1646.886135,-691.0329934,-1610.146381,-691.0078366,-680.836135 +495791,-1697.459003,-714.8517904,-1660.697794,-714.827321,-776.8879521 +495792,-1720.721816,-726.3586466,-1684.059058,-726.3348032,-831.7152604 +495793,-1816.763266,-771.8677923,-1780.848235,-771.8445132,-1057.734369 +495794,-1633.3279,-689.5313999,-1597.622218,-689.5086517,-746.0300834 +495795,-1656.359242,-700.2829735,-1620.308319,-700.2607539,-777.7587515 +495796,-1670.899378,-707.4587815,-1634.711096,-707.4370704,-805.8825467 +495797,-1676.599497,-710.6860836,-1640.366872,-710.6648588,-822.7344587 +495798,-1675.942678,-711.0048971,-1639.702849,-710.9841372,-829.5716845 +495799,-1671.662503,-709.6287158,-1635.425119,-709.6084018,-829.8450308 +495800,-1665.758896,-707.4608059,-1629.521908,-707.4409215,-826.5708683 +495801,-1659.406151,-705.0358418,-1623.163896,-705.0163727,-821.7108392 +495802,-1653.17881,-702.6174085,-1616.925707,-702.5983415,-816.336583 +495803,-1723.164835,-735.5287891,-1687.402872,-735.5101044,-978.2459739 +495804,-1568.676562,-665.7113369,-1532.972226,-665.6930234,-706.725486 +495805,-1590.879312,-675.594307,-1554.799415,-675.5763665,-730.8876278 +495806,-1607.067551,-682.9964506,-1570.806,-682.9788727,-754.8501126 +495807,-1615.794677,-687.0782892,-1579.418742,-687.0610615,-770.5275314 +495808,-1618.890041,-688.6063667,-1582.42777,-688.5894766,-778.4172582 +495809,-1618.575305,-688.5742168,-1582.04233,-688.5576532,-781.0463264 +495810,-1616.499785,-687.7298109,-1579.906064,-687.713564,-780.6878189 +495811,-1613.645062,-685.0892321,-1576.965989,-686.5038139,-778.8372302 +495812,-1610.506742,-681.4746623,-1573.722357,-685.1516508,-776.3396998 +495813,-1607.328427,-677.6712576,-1570.431962,-683.7671161,-773.6148844 +495814,-1604.201094,-674.041098,-1567.193582,-682.3914944,-770.8545331 +495815,-1601.155338,-670.6575697,-1564.040629,-681.0394291,-768.1410808 +495816,-1598.199611,-667.4864053,-1560.982103,-679.7159192,-765.5069127 +495817,-1595.333618,-664.4797233,-1558.017729,-678.422068,-762.9617055 +495818,-1667.035197,-696.1778478,-1630.121359,-711.7324378,-924.6839877 +495819,-1518.110569,-627.2557107,-1481.176855,-644.1066921,-660.8634969 +495820,-1542.27999,-636.6474576,-1504.905628,-654.5887141,-687.0769607 +495821,-1560.233403,-643.5763443,-1522.612713,-662.5221733,-712.837443 +495822,-1570.671925,-647.2159094,-1532.901088,-667.1442137,-730.1680798 +495823,-1653.013665,-684.3294514,-1615.653938,-705.2371607,-910.7968656 +495824,-1501.750177,-614.6103838,-1464.384077,-636.4958831,-642.4595505 +495825,-1528.734395,-625.3406234,-1490.93095,-648.198417,-672.8305781 +495826,-1538.907154,-603.3258647,-1500.871851,-652.564271,-684.1204557 +495827,-1634.130651,-589.4245715,-1596.579012,-696.6073411,-891.2254492 +495828,-1456.712714,-593.3310119,-1419.143889,-615.9766503,-575.5219224 +495829,-1496.326766,-603.8961908,-1458.206786,-633.295407,-624.4480236 +495830,-1520.153516,-575.4104718,-1481.714213,-643.7828768,-658.1743247 +495831,-1529.529028,-578.2013681,-1490.890667,-647.8455181,-672.3408836 +495832,-1533.388749,-570.435119,-1494.610814,-649.4604058,-679.6820772 +495833,-1533.510338,-561.7540231,-1494.619321,-649.4035697,-681.5969145 +495834,-1531.889037,-558.8669414,-1492.895344,-648.5701211,-680.8286637 +495835,-1529.687104,-552.2263454,-1490.593581,-647.4823812,-679.1092765 +495836,-1527.206107,-547.3349522,-1488.012195,-646.2732416,-676.8468726 +495837,-1525.702791,-565.8204858,-1486.40675,-645.5111276,-676.2858798 +495838,-1524.833544,-561.2678148,-1485.389654,-645.0176779,-676.6934449 +495839,-1523.1249,-560.2832238,-1483.504023,-644.1295013,-675.4389332 +495840,-1521.160376,-554.8096911,-1481.3549,-643.1216276,-673.6375386 +495841,-587.0078618,-41.27405576,-530.0486489,-599.6710092,-502.0044342 +495842,-141.4504788,-23.2688186,-103.4285408,82.26004927,-288.5628996 +495843,-316.3614854,-10.03122948,-268.1050704,-167.8054576,-95.33305137 +495844,-246.3813737,0.755317804,-199.3570379,-117.3556326,-540.3834611 +495845,-92.0075275,63.66206624,-46.37867056,-39.10275675,913.2496591 +495846,-398.2290686,-56.00021212,-344.4533325,-171.8956197,1211.799472 +495847,17.10117568,107.8820766,59.934339,12.70209595,1002.231555 +495848,-349.5917053,-32.89850517,-294.5773664,-147.7294224,985.6013074 +495849,40.82054091,119.9996886,87.66010772,26.98318632,1073.906692 +495850,-325.4480631,-37.65080464,-268.393448,-132.4186738,1228.880679 +495851,71.58369672,118.0152048,123.4589365,43.78329121,1111.697196 +495852,-292.6588013,-27.44307382,-234.0456758,-115.0539212,1224.084554 +495853,95.56422805,129.1265184,148.3911937,57.99873456,1135.796773 +495854,-259.8126238,-13.38412033,-196.0828736,-96.55394261,1336.539969 +495855,119.3497707,137.9498267,172.0639546,70.13516626,1151.224774 +495856,-223.8359183,1.444109489,-160.3006643,-77.72878703,1371.597486 +495857,137.9027304,146.1834686,194.2631453,81.28569664,1163.840756 +495858,-191.9141951,15.23515946,-124.9945787,-60.48955183,1232.018177 +495859,210.4751229,180.335582,268.1254662,115.8604474,1493.074061 +495860,-235.8140928,-8.152995617,-169.8947904,-77.17599107,1371.984573 +495861,117.3048106,141.0495287,180.2827964,77.49700172,1489.453151 +495862,160.8091807,161.2300183,224.0082464,98.39577568,1328.472569 +495863,-195.5879804,7.799884802,-128.5902416,-56.26853213,1251.642802 +495864,301.948225,220.1253596,368.2050316,163.833325,1616.970558 +495865,119.0831665,55.53906481,138.793074,55.51171526,1557.296963 +495866,-275.1832798,95.94152238,-135.6631655,-44.57826143,1064.055074 +495867,378.5926308,192.4873153,410.9075636,180.1683924,1538.39976 +495868,-123.4081509,47.06595645,-43.03482574,-14.61727338,1486.968121 +495869,329.0386694,231.5430747,399.4355379,182.1697751,1687.098552 +495870,179.1779508,80.6441563,198.1025423,80.6385728,1617.342514 +495871,-106.0910467,105.6271486,-82.49518507,-11.98668381,1335.6943 +495872,206.288511,198.2306208,416.9885702,185.6042633,1234.464227 +495873,222.0525823,163.3166178,232.2474434,110.5809279,1479.888609 +495874,-9.831455825,74.26555682,43.79932883,28.31544255,1874.575935 +495875,273.6345234,225.6354,397.2110628,185.2917411,1305.631308 +495876,209.5666257,176.4919635,271.3043986,129.9255757,1522.214228 +495877,29.42599366,84.81408261,72.5509421,42.28925832,1705.425606 +495878,296.359668,237.8934566,425.5572656,199.7802539,1328.098988 +495879,235.0516265,187.8100953,298.184257,143.7463272,1538.312144 +495880,24.46379472,100.7693149,108.7726931,60.37715165,1471.299285 +495881,408.3171252,266.4318946,488.5775748,229.1342341,1641.833068 +495882,32.10593975,109.1871017,121.1704148,66.80953446,1574.340894 +495883,423.7786186,273.3093942,505.2011275,237.6132434,1733.509965 +495884,31.48734638,107.163618,119.7635119,67.28572453,1627.90184 +495885,450.0794046,287.1638071,534.3851907,251.7758134,1768.996599 +495886,42.93697339,113.4028085,133.6163482,74.81878725,1471.677945 +495887,465.0186712,294.2678095,551.6373454,259.8111862,1787.486594 +495888,60.40307454,121.3564887,151.3910585,83.78626376,1507.157827 +495889,474.7696513,300.0958603,565.2941676,267.1119917,1798.34359 +495890,78.20740607,129.6444824,170.0581973,93.00388027,1507.651358 +495891,486.0414528,305.3483735,577.7913144,273.5641821,1804.855891 +495892,95.09813333,138.7547248,190.9499383,102.7066968,1537.301249 +495893,495.2515908,309.903929,588.0415315,279.3847472,1810.522974 +495894,346.9258154,151.2794723,363.7352104,151.2520073,1787.562245 +495895,45.23927197,259.5236998,259.5615725,177.8082769,1380.133512 +495896,540.2519543,264.6752495,580.5271171,257.2113908,1638.369156 +495897,214.2971957,186.2166603,282.7056283,149.5754922,1996.917066 +495898,381.305328,287.1168119,539.5751869,259.3191865,1448.069499 +495899,369.8950288,249.8011512,448.4250312,220.8869363,1604.391431 +495900,347.689378,249.6745637,453.7532455,223.0902622,1690.310707 +495901,655.4726758,370.8540605,742.3499367,351.5664253,1630.815436 +495902,793.0956003,388.9117349,855.4439551,388.9028347,1578.62002 +495903,775.9904449,385.5136076,846.4718299,384.9941219,1583.950532 +495904,778.0275197,380.5819594,833.4996857,379.3395333,1584.827523 +495905,792.3265516,376.0953069,821.5589411,374.1615518,1585.906906 +495906,801.1015638,372.2025375,811.2426893,369.6994538,1586.937555 +495907,797.8621677,368.8571474,802.4635859,365.9057519,1587.963194 +495908,788.6451008,366.0589508,795.1602139,362.7527064,1589.419568 +495909,780.8925083,363.7839334,789.2164832,360.1913567,1591.554034 +495910,774.5185265,361.9575936,784.4252878,358.1306366,1594.294055 +495911,769.3216662,360.5020398,780.5886453,356.4821202,1596.990869 +495912,765.0938274,359.3510383,777.5376974,355.1721695,1599.617922 +495913,761.8399006,358.5330107,775.3181917,354.2233436,1602.581301 +495914,759.2537989,357.9289912,773.6511862,353.5117681,1605.608787 +495915,757.2194205,357.5015536,772.442108,352.9958882,1608.677159 +495916,755.6352702,357.2167779,771.6030317,352.638354,1611.73699 +495917,754.4169774,357.0464368,771.0633047,352.4081184,1614.744194 +495918,753.4954566,356.9676611,770.7626882,352.2800042,1617.667192 +495919,752.8142012,356.9619635,770.6549316,352.2336351,1620.485015 +495920,752.3201507,357.0112664,770.6929035,352.2493847,1623.171755 +495921,751.9884029,357.1092993,770.8593988,352.3197104,1625.742603 +495922,751.7830041,357.2439216,771.1221979,352.4314251,1628.183895 +495923,751.6790728,357.4073181,771.4622552,352.5758517,1630.494657 +495924,751.6564373,357.5932251,771.8615884,352.7460162,1632.67621 +495925,751.6986973,357.7966015,772.3083395,352.9362905,1634.731434 +495926,751.7925703,358.0134133,772.7903451,353.1421559,1636.664402 +495927,751.9273125,358.2404392,773.3005026,353.3599893,1638.479987 +495928,752.0942427,358.4751119,773.830504,353.58689,1640.183573 +495929,752.286352,358.7153884,774.3763504,353.820538,1641.780802 +495930,752.4979898,358.9596481,774.9322418,354.0590818,1643.277427 +495931,752.7246016,359.206607,775.4945443,354.3010444,1644.679144 +495932,752.9588644,359.4511468,776.0552249,354.5426543,1645.991523 +495933,753.1952048,359.6896665,776.6084652,354.7811896,1647.219862 +495934,753.4304857,359.9208449,777.1515937,355.0154482,1648.369255 +495935,753.6631221,360.1446664,777.6838247,355.2451211,1649.444533 +495936,753.8922405,360.3615461,778.2051123,355.4702289,1650.45027 +495937,754.1172495,360.5719263,778.715597,355.6908567,1651.390733 +495938,754.337692,360.776176,779.2154418,355.907081,1652.269915 +495939,754.553206,360.9745989,779.7048119,356.1189674,1653.091501 +495940,754.7635219,361.1674625,780.1838919,356.326583,1653.858922 +495941,754.968443,361.3550082,780.652881,356.5299978,1654.575323 +495942,755.1678381,361.5374607,781.1119951,356.7292871,1655.243624 +495943,755.3616215,361.7150259,781.561454,356.9245273,1655.866495 +495944,755.5497449,361.8878939,782.0014788,357.1157952,1656.446409 +495945,755.732184,362.0562378,782.4322837,357.303165,1656.985624 +495946,755.9089386,362.2202186,782.8540804,357.4867109,1657.486236 +495947,756.0800195,362.3799826,783.2670684,357.6665028,1657.950154 +495948,756.2454504,362.5356658,783.6714406,357.8426092,1658.379154 +495949,756.4052591,362.6873923,784.0673775,358.0150943,1658.77485 +495950,756.5594852,362.83528,784.4550563,358.1840226,1659.138756 +495951,756.7081655,362.9794356,784.834639,358.3494531,1659.472243 +495952,756.8513452,363.1199608,785.2062844,358.5114448,1659.776601 +495953,756.9890672,363.2569491,785.5701394,358.6700526,1660.053006 +495954,757.1213794,363.3904895,785.9263473,358.825331,1660.302563 +495955,757.2483254,363.5206637,786.2750393,358.9773303,1660.526278 +495956,757.3699562,363.6475517,786.6163477,359.126102,1660.725112 +495957,757.4863157,363.7712261,786.9503916,359.2716928,1660.899934 +495958,757.5974548,363.8917584,787.2772919,359.4141508,1661.051579 +495959,757.7034168,364.0092137,787.5971575,359.5535193,1661.180802 +495960,757.8042532,364.1236572,787.9101009,359.6898442,1661.288336 +495961,759.3423305,364.8907493,789.6585461,360.4787677,1663.997249 +495962,760.9660201,365.6959688,791.4909637,361.3057774,1667.043075 +495963,762.614681,366.5122118,793.3469242,362.1437562,1670.222203 +495964,764.2372025,367.3166655,795.1754261,362.969877,1673.362047 +495965,765.8018977,368.0953382,796.9447727,363.7701325,1676.374988 +495966,767.3131135,368.8505719,798.6592559,364.5468483,1679.26521 +495967,768.7707998,369.5826103,800.3187774,365.3002524,1682.035928 +495968,770.1849013,370.2961321,801.9332561,366.0350093,1684.708169 +495969,771.5610591,370.9937697,803.5083271,366.7537394,1687.293747 +495970,772.9068151,371.6789569,805.0515384,367.4598658,1689.807295 +495971,774.2203717,372.3508414,806.5611059,368.1525264,1692.246317 +495972,775.5073457,373.0119174,808.0426645,368.834207,1694.621903 +495973,776.7702224,373.6632396,809.4987217,369.5059547,1696.939488 +495974,778.0112961,374.3057656,810.9315955,370.1687202,1699.204215 +495975,779.2325576,374.9403097,812.3433025,370.8233116,1701.420636 +495976,780.4357166,375.5675568,813.7355791,371.4704081,1703.592785 +495977,781.6222297,376.1880782,815.109909,372.110576,1705.724167 +495978,782.7933485,376.8023551,816.4675711,372.7442919,1707.817888 +495979,783.9501416,377.4107902,817.8096611,373.3719545,1709.876646 +495980,785.0935316,378.0137254,819.1371285,373.9939018,1711.902847 +495981,786.2243088,378.611448,820.4507896,374.6104178,1713.898579 +495982,787.3431616,379.204205,821.7513585,375.2217465,1715.865717 +495983,788.4506811,379.792205,823.0394513,375.8280938,1717.805888 +495984,789.547386,380.3756292,824.3156107,376.4296385,1719.720566 +495985,790.633726,380.9546328,825.58031,377.0265338,1721.611033 +495986,791.7100998,381.5293528,826.8339705,377.6189146,1723.478458 +495987,792.7768528,382.0999064,828.0769595,378.2068966,1725.323858 +495988,793.834299,382.6664008,829.3096122,378.7905855,1727.148176 +495989,794.88271,383.2289277,830.5322205,379.3700718,1728.952227 +495990,795.9223357,383.7875722,831.7450543,379.9454398,1730.736778 +495991,796.9533954,384.342409,832.9483519,380.5167631,1732.502493 +495992,797.9750159,384.8924689,834.1406297,381.083348,1734.250002 +495993,798.9866065,385.4371031,835.3208791,381.6447306,1735.979833 +495994,799.9881149,385.9761937,836.4889434,382.2008351,1737.692503 +495995,800.9797902,386.5099119,837.6451424,382.7517965,1739.388462 +495996,801.9620341,387.0385104,838.7899404,383.2978096,1741.068158 +495997,802.9352532,387.5622214,839.9237749,383.8390541,1742.731975 +495998,803.8997766,388.0812415,841.0470299,384.3756841,1744.380302 +495999,804.8528108,388.5943505,842.1569904,384.906445,1746.007937 +496000,805.8000643,389.1041915,843.2594502,385.4339517,1747.625211 +496001,806.7391806,389.6097345,844.3521336,385.9571499,1749.227795 +496002,807.6705084,390.1111726,845.4354604,386.4762121,1750.816304 +496003,808.5942084,390.6086086,846.5096559,386.991223,1752.390998 +496004,809.5104125,391.1021278,847.5749089,387.5022525,1753.952105 +496005,810.4160228,391.5903438,848.6281728,388.0079005,1755.493965 +496006,811.3169807,392.0759767,849.6754353,388.5108758,1757.027373 +496007,812.2107108,392.5578715,850.7141639,389.0100131,1758.547623 +496008,813.09751,393.0361761,851.7446934,389.5054518,1760.05526 +496009,813.9774855,393.5109516,852.7671675,389.9972453,1761.550461 +496010,814.8476395,393.980846,853.7786206,390.4840351,1763.02778 +496011,815.7136226,394.4484386,854.7847341,390.9683947,1764.497471 +496012,816.5729488,394.9126072,855.78305,391.449197,1765.955022 +496013,817.4258739,395.3734749,856.7738497,391.9265608,1767.400883 +496014,818.2724894,395.8310892,857.7572471,392.4005297,1768.835225 +496015,819.1128544,396.2854822,858.7333224,392.8711326,1770.258138 +496016,819.9438237,396.7352291,859.6989495,393.3369421,1771.663907 +496017,820.7712733,397.1830066,860.6600233,393.8006323,1773.063194 +496018,821.5925925,397.6276313,861.6139505,394.2610177,1774.451261 +496019,822.4080322,398.0692205,862.5609991,394.7182141,1775.828546 +496020,823.2176711,398.5078133,863.5012633,395.172259,1777.195202 +496021,824.0319235,398.9481467,864.4451729,395.6278882,1778.570147 +496022,822.4400432,398.2686458,863.0070622,394.9611977,1775.595191 +496023,819.6192861,397.0341822,860.3495253,393.7382289,1770.39588 +496024,816.7629001,395.8075443,857.6523033,392.5229358,1765.085331 +496025,814.3732062,394.8186721,855.4129163,391.5457345,1760.541987 +496026,812.5018317,394.0833022,853.6834228,390.8223991,1756.862004 +496027,811.0501695,393.5480224,852.3671104,390.2994135,1753.888701 +496028,809.9160526,393.1602448,851.3634631,389.9240868,1751.461174 +496029,809.0291049,392.8843304,850.6031959,389.6607098,1749.470244 +496030,808.3440903,392.6976734,850.041769,389.486632,1747.845742 +496031,807.8290156,392.5845507,849.6476773,389.3860986,1746.536889 +496032,807.4551854,392.5312077,849.3926068,389.3453294,1745.496179 +496033,807.2060598,392.5297196,849.2603313,389.3563782,1744.696566 +496034,807.0601865,392.5701543,849.2296555,389.4092945,1744.100982 +496035,807.0016006,392.6452507,849.2848228,389.4968019,1743.68146 +496036,807.0167017,392.7489522,849.4123998,389.6128307,1743.41366 +496037,807.0940579,392.8762756,849.6010871,389.7523874,1743.276643 +496038,807.2240861,393.0231321,849.8414069,389.9113747,1743.252456 +496039,807.3987437,393.1861629,850.1254015,390.0864265,1743.325671 +496040,807.6112743,393.3626044,850.4463814,390.2747738,1743.483032 +496041,807.8559958,393.5501807,850.7987178,390.474136,1743.713128 +496042,808.1281275,393.7470163,851.1776729,390.682634,1744.006141 +496043,808.4205743,393.9501691,851.5761859,390.897323,1744.348028 +496044,808.735498,394.1608881,851.9964464,391.1194496,1744.741598 +496045,809.067479,394.3769546,852.4330571,391.3467936,1745.175906 +496046,809.4142833,394.5975775,852.8838016,391.5785629,1745.645862 +496047,809.773882,394.8220393,853.3466654,391.814039,1746.146793 +496048,810.144535,395.0497345,853.8199207,392.0526163,1746.674626 +496049,810.5247693,395.2801612,854.302105,392.2937924,1747.225833 +496050,810.9133382,395.5129025,854.7919801,392.5371508,1747.797368 +496051,811.3091836,395.7476116,855.2884951,392.7823449,1748.386585 +496052,811.7102947,395.9830588,855.7890741,393.0283337,1748.991201 +496053,812.1120979,396.2169831,856.2887467,393.2729865,1749.603764 +496054,812.5191066,396.451469,856.7919167,393.5184202,1750.23238 +496055,812.9283543,396.6853104,857.2956713,393.763406,1750.870992 +496056,813.3397302,396.9186197,857.8000037,394.0080185,1751.518609 +496057,813.7530196,397.1514449,858.3047988,394.2522705,1752.174092 +496058,814.1680087,397.3838101,858.8099258,394.4961576,1752.836413 +496059,814.5845032,397.6157278,859.3152592,394.7396699,1753.504659 +496060,815.0023316,397.8472067,859.8206872,394.9827972,1754.178039 +496061,815.4213435,398.0782531,860.3261114,395.2255299,1754.855846 +496062,815.8414088,398.3088731,860.8314484,395.4678604,1755.537471 +496063,816.2624111,398.5390708,861.3366237,395.7097812,1756.222358 +496064,816.6811856,398.7674579,861.8385099,395.9498938,1756.904462 +496065,817.103183,398.9965568,862.3425914,396.1907119,1757.593418 +496066,817.5257678,399.2252076,862.8462625,396.431068,1758.284207 +496067,817.9490427,399.4534906,863.3496536,396.6710361,1758.976805 +496068,818.372949,399.6814094,863.8527306,396.9106141,1759.670929 +496069,818.7974072,399.908955,864.3554365,397.1497883,1760.366265 +496070,819.2223458,400.1361197,864.857721,397.3885467,1761.062547 +496071,819.6477007,400.3628964,865.3595388,397.6268787,1761.759525 +496072,820.0734141,400.5892788,865.8608498,397.864775,1762.456986 +496073,820.4994335,400.815261,866.3616169,398.1022268,1763.15473 +496074,820.9227202,401.0394782,866.8588165,398.3378671,1763.847148 +496075,821.348639,401.2643852,867.3578275,398.5741488,1764.54391 +496076,821.7746516,401.4888418,867.8561252,398.8099297,1765.240339 +496077,822.2008941,401.7129215,868.3538574,399.0452823,1765.93662 +496078,822.6273373,401.9366228,868.8510064,399.2802036,1766.632652 +496079,823.0539284,402.1599325,869.34753,399.5146795,1767.328291 +496080,823.4806206,402.3828396,869.8433914,399.7486981,1768.023414 +496081,823.9177361,402.6100454,870.3489219,399.98696,1768.736749 +496082,819.4263507,400.5519342,865.9837952,397.9361964,1760.358609 +496083,812.3896729,397.3475921,859.0967001,394.7373333,1747.29627 +496084,805.2487035,394.1444327,852.0971495,391.5396201,1733.956017 +496085,799.0341324,391.4133444,846.0046195,388.8146953,1722.170177 +496086,793.8600005,389.1909542,840.9340381,386.5992442,1712.15122 +496087,789.5336484,387.3729406,836.697019,384.7887807,1703.587474 +496088,785.8533086,385.8555534,833.0955346,383.2793905,1696.156042 +496089,782.6800198,384.5683926,829.9931062,382.0005623,1689.638171 +496090,779.9245301,383.4667518,827.3020783,380.9075179,1683.779317 +496091,777.5235621,382.5194133,824.9603029,379.9689891,1678.478362 +496092,775.4270453,381.7020791,822.9184721,379.1606091,1673.687652 +496093,773.5908854,380.9938013,821.1332557,378.4614002,1669.363608 +496094,771.9765923,380.376653,819.5668398,377.8534199,1665.459728 +496095,770.551356,379.8356512,818.1869533,377.3216702,1661.930169 +496096,769.2875601,379.3584415,816.9663938,376.853779,1658.732923 +496097,768.1620344,378.9348735,815.8823096,376.4395792,1655.830854 +496098,767.1552951,378.5565902,814.915468,376.0706986,1653.191442 +496099,766.2509207,378.2166928,814.0496486,375.740226,1650.786177 +496100,765.4350411,377.9094719,813.271141,375.4424417,1648.589957 +496101,764.6959323,377.6301978,812.5683486,375.1726077,1646.580641 +496102,764.0236715,377.374947,811.9314499,374.9267934,1644.73866 +496103,763.4098586,377.1404631,811.3521252,374.7017369,1643.046727 +496104,762.84737,376.9240386,810.8233152,374.4947262,1641.489554 +496105,762.3301648,376.7234211,810.3390286,374.303505,1640.053626 +496106,761.8531075,376.5367317,809.8941691,374.1261916,1638.726978 +496107,761.4118309,376.3624021,809.4844002,373.9612153,1637.499021 +496108,761.0026106,376.1991184,809.1060213,373.8072605,1636.360368 +496109,760.6222695,376.0457795,808.7558739,373.6632246,1635.302699 +496110,760.2680876,375.9014574,808.4312514,373.5281787,1634.318627 +496111,759.937736,375.7653704,808.1298347,373.4013404,1633.401593 +496112,759.6283838,375.6362546,807.8484712,373.2815316,1632.545762 +496113,759.3376726,375.5131039,807.5845639,373.1678086,1631.745944 +496114,759.063894,375.3953034,807.3363327,373.0595734,1630.997505 +496115,758.8058045,375.2824934,807.1025618,372.9564567,1630.296317 +496116,758.5624151,375.1744287,806.8823222,372.8581953,1629.638686 +496117,758.3328853,375.0709096,806.6748319,372.7645724,1629.021315 +496118,758.1164683,374.9717545,806.479394,372.6753926,1628.441242 +496119,757.9125021,374.876799,806.2953868,372.5904801,1627.895818 +496120,757.7203934,374.7858922,806.1222507,372.5096748,1627.382651 +496121,757.539614,374.6988991,805.9594884,372.4328337,1626.899595 +496122,757.3696885,374.6156954,805.8066502,372.359826,1626.444708 +496123,757.2101914,374.536169,805.6633335,372.2905336,1626.01624 +496124,757.0607336,374.4602146,805.5291693,372.2248465,1625.612599 +496125,756.9209634,374.387736,805.4038237,372.162664,1625.232348 +496126,756.7905555,374.3186415,805.2869871,372.1038908,1624.874174 +496127,756.6692127,374.2528459,805.1783762,372.048439,1624.536887 +496128,756.5566572,374.1902675,805.0777251,371.9962238,1624.219393 +496129,756.4526331,374.1308296,804.9847887,371.9471666,1623.920698 +496130,756.3568983,374.0744577,804.8993342,371.9011909,1623.639887 +496131,756.2692285,374.0210813,804.8211454,371.8582249,1623.376121 +496132,756.1894104,373.9706316,804.7500152,371.8181983,1623.128624 +496133,756.1172441,373.9230433,804.6857497,371.7810447,1622.896684 +496134,756.0525379,373.878252,804.6281617,371.746699,1622.679639 +496135,755.9951107,373.8361962,804.577075,371.7150992,1622.476879 +496136,755.9447882,373.7968152,804.5323186,371.6861839,1622.287831 +496137,755.9014058,373.760051,804.4937305,371.659895,1622.11197 +496138,755.8648043,373.7258464,804.4611536,371.6361749,1621.948799 +496139,755.8348307,373.6941457,804.4344366,371.614968,1621.797856 +496140,755.8113371,373.6648941,804.4134328,371.5962195,1621.658706 +496141,758.4985108,374.8672791,807.1023304,372.8091172,1626.447904 +496142,766.0529151,378.3259651,814.5979577,376.2812308,1639.714937 +496143,776.0358828,382.87788,824.4970429,380.8480274,1657.479311 +496144,786.0061454,387.3764532,834.3905828,385.3615056,1675.641657 +496145,794.9510979,391.3598945,843.2774969,389.3592843,1692.407918 +496146,802.7768159,394.8014178,851.0629721,392.8145237,1707.496799 +496147,809.6909283,397.8125571,857.950282,395.8388691,1721.150611 +496148,815.9080928,400.5030714,864.1502022,398.5422065,1733.655329 +496149,821.5773453,402.947879,869.8091618,400.9995454,1745.213275 +496150,826.79546,405.1949035,875.0222511,403.258868,1755.956298 +496151,831.6314057,407.2776751,879.8572507,405.3537452,1765.979996 +496152,836.1407337,409.222664,884.3687779,407.3106793,1775.364189 +496153,840.3709982,411.052089,888.6036166,409.1519167,1784.180255 +496154,844.363221,412.7847419,892.6021517,410.8962732,1792.492577 +496155,848.1524054,414.4363306,896.3988658,412.5594772,1800.358592 +496156,851.7681235,416.0198445,900.0229119,414.154536,1807.829045 +496157,851.9633197,416.7473974,900.4841761,414.8974929,1814.95078 +496158,850.3330162,417.0223737,899.2497105,415.1897536,1821.75822 +496159,848.538029,417.2580323,897.8500454,415.442582,1828.285424 +496160,847.291109,417.6293011,896.943943,415.8300973,1834.563436 +496161,846.6813589,418.1551303,896.6158063,416.3712044,1840.619183 +496162,846.5861182,418.8022953,896.7544744,417.032881,1846.475822 +496163,846.8743043,419.5364797,897.2404871,417.7810104,1852.153435 +496164,847.4565529,420.3346089,897.99243,418.592656,1857.669622 +496165,848.2768606,421.182439,898.9593795,419.4536639,1863.039885 +496166,849.296485,422.069998,900.1060853,420.3540918,1868.275414 +496167,850.4845983,422.9900793,901.4046369,421.2868302,1873.391531 +496168,851.8146027,423.9360285,902.830786,422.2452435,1878.397038 +496169,853.2635713,424.9026247,904.3636832,423.2241884,1883.303906 +496170,854.8116429,425.8849108,905.9851226,424.2187092,1888.118326 +496171,856.4420112,426.8789048,907.6796951,425.2248509,1892.847584 +496172,858.1369152,427.8789133,909.429751,426.2371568,1897.499016 +496173,859.8817743,428.8804886,911.2209156,427.2513477,1902.07915 +496174,861.6656339,429.8808603,913.0428031,428.2647056,1906.593536 +496175,863.4801676,430.8783515,914.8878248,429.27554,1911.047005 +496176,865.3186848,431.8718066,916.750011,430.2826611,1915.443804 +496177,867.1756168,432.8603234,918.6244177,431.285133,1919.787776 +496178,869.0462289,433.843143,920.5068326,432.2821696,1924.08235 +496179,870.9265248,434.8196432,922.3936957,433.273126,1928.330652 +496180,872.8131217,435.7893168,924.281996,434.2574757,1932.535471 +496181,874.7031982,436.751776,926.1692326,435.2348133,1936.699362 +496182,876.6379344,437.726519,928.0968656,436.2246208,1940.903794 +496183,878.6027652,438.7075923,930.0505744,437.2209299,1945.127941 +496184,880.5788391,439.6870139,932.0117243,438.2157447,1949.342322 +496185,882.5639978,440.6643337,933.9783501,439.2086018,1953.547056 +496186,884.5548814,441.6385032,935.9472666,440.1984408,1957.739453 +496187,886.5485808,442.6086299,937.9157246,441.1843573,1961.917133 +496188,888.5426939,443.5740063,939.8814703,442.1656326,1966.078211 +496189,890.535298,444.5341021,941.8427171,443.1417258,1970.221315 +496190,892.5248097,445.4885057,943.798009,444.1122154,1974.34538 +496191,894.509987,446.4369299,945.7462232,445.0768042,1978.449702 +496192,896.4898175,447.3791646,947.686459,446.035273,1982.533766 +496193,898.4635359,448.3150881,949.6180558,446.987491,1986.597319 +496194,900.4305268,449.2446261,951.5404985,447.9333753,1990.640208 +496195,902.3903543,450.1677665,953.4534448,448.8729058,1994.662468 +496196,904.3426735,451.0845232,955.3566398,449.8060882,1998.664178 +496197,906.2858731,451.994236,957.2483785,450.7323087,2002.645168 +496198,908.221413,452.897811,959.1304118,451.6524025,2006.606076 +496199,910.1482165,453.7948296,961.001616,452.5659789,2010.546794 +496200,912.0663276,454.6854342,962.86212,453.4731701,2014.467632 +496201,911.2016147,454.3087962,961.9379132,453.1131258,2013.324412 +496202,911.5261314,454.4945052,962.1680755,453.3162895,2014.010497 +496203,912.5190297,454.9873373,963.050083,453.8269053,2015.771791 +496204,913.6057979,455.5098683,964.0264341,454.3671127,2017.761935 +496205,914.5273955,455.939822,964.8444794,454.8144899,2019.584337 +496206,915.2417181,456.2605944,965.4621189,455.1524434,2021.155289 +496207,915.7843401,456.4925774,965.9130685,455.4014143,2022.507342 +496208,916.1970732,456.6581968,966.2374665,455.5838679,2023.68749 +496209,916.509016,456.7729093,966.463323,455.7152841,2024.728818 +496210,916.7384278,456.8464087,966.6082233,455.8053703,2025.651646 +496211,916.8978996,456.8853507,966.684296,455.8607906,2026.469864 +496212,916.9974299,456.8949599,966.701178,455.8867761,2027.194735 +496213,917.0456277,456.8796641,966.6671777,455.8877597,2027.83636 +496214,917.049948,456.8432375,966.5895005,455.8675197,2028.403836 +496215,917.016789,456.7888678,966.4743414,455.829247,2028.905298 +496216,916.9515482,456.7192032,966.3269347,455.7755921,2029.347864 +496217,916.8587751,456.6364421,966.1517002,455.708755,2029.737769 +496218,916.7422785,456.5425659,965.9523456,455.630552,2030.080421 +496219,916.6052779,456.4392517,965.7320102,455.5424971,2030.380565 +496220,916.4504746,456.327818,965.4933331,455.4458446,2030.642323 +496221,916.2801627,456.2093077,965.2385612,455.3424398,2030.869322 +496222,916.0962745,456.0845604,964.9695918,455.2331428,2031.064723 +496223,915.9004584,455.9542778,964.6880473,455.1184339,2031.231318 +496224,915.6941062,455.8190473,964.3953013,454.9987373,2031.371541 +496225,915.4784139,455.679372,964.0925371,454.8744903,2031.487553 +496226,915.2543941,455.535676,963.7807602,454.7461066,2031.581243 +496227,915.0229239,455.3883258,963.4608432,454.6139595,2031.654295 +496228,914.7847494,455.2376321,963.1335322,454.4783674,2031.708184 +496229,914.5405229,455.0838665,962.7994801,454.3396067,2031.744235 +496230,914.2908032,454.927262,962.4592494,454.1979127,2031.763613 +496231,914.0360838,454.7680248,962.1133374,454.0534935,2031.76737 +496232,913.7942662,454.6124612,961.7747318,453.9128623,2031.756434 +496233,913.5787552,454.4651321,961.4529894,453.7807654,2031.731668 +496234,913.3943083,454.3274314,961.1512868,453.6587053,2031.693886 +496235,913.2405166,454.1989118,960.8690242,453.5462934,2031.64384 +496236,913.1152559,454.0785622,960.604371,453.4425602,2031.582206 +496237,913.016372,453.9654177,960.3555004,453.346581,2031.509605 +496238,912.9421138,453.8587038,960.1209012,453.2576252,2031.426614 +496239,912.8910999,453.7578112,959.8993475,453.1751311,2031.333787 +496240,912.8622002,453.6622428,959.6898077,453.0986518,2031.231656 +496241,912.8544559,453.5715793,959.4913843,453.0278197,2031.120735 +496242,912.8670469,453.4854631,959.3032892,452.9623312,2031.001525 +496243,912.899272,453.4035861,959.1248234,452.9019336,2030.874508 +496244,912.9505404,453.3256848,958.955371,452.8464206,2030.740154 +496245,913.0203558,453.251533,958.7943882,452.7956251,2030.598917 +496246,913.1083064,453.1809357,958.6413928,452.7494127,2030.451235 +496247,913.2140507,453.1137231,958.4959541,452.7076764,2030.297529 +496248,913.3373133,453.0497477,958.3576882,452.6703329,2030.138204 +496249,913.4778749,452.9888791,958.2262486,452.6373181,2029.973649 +496250,913.6355632,452.9310018,958.1013223,452.6085845,2029.804238 +496251,913.8102495,452.8760126,957.9826246,452.584099,2029.630327 +496252,914.0018425,452.823819,957.8698962,452.5638407,2029.45226 +496253,914.2102854,452.7743359,957.7628971,452.5477987,2029.270362 +496254,914.4355556,452.7274861,957.6614067,452.5359716,2029.084946 +496255,914.6776546,452.6831977,957.5652188,452.5283655,2028.896308 +496256,914.9380483,452.6413655,957.4740907,452.525131,2028.704194 +496257,915.2150695,452.601968,957.387893,452.5261202,2028.509531 +496258,915.8355561,452.5711262,957.3192245,452.5678867,2028.312206 +496259,916.6897683,452.5468022,957.2639178,452.6390876,2028.113386 +496260,917.6215734,452.5258173,957.2154964,452.7221546,2027.913385 +496261,920.0703275,453.1982017,958.6922473,453.4994125,2030.479379 +496262,921.0982716,453.2440033,958.7758099,453.6488984,2030.448224 +496263,921.3971711,452.9833849,958.1544243,453.4912427,2029.02558 +496264,921.6682523,452.7331223,957.5213615,453.344181,2027.46377 +496265,922.2052624,452.6205543,957.164106,453.3358312,2026.310365 +496266,923.0387483,452.6527171,957.1089661,453.473775,2025.649012 +496267,924.1122357,452.7983828,957.2963311,453.7271937,2025.402154 +496268,925.3679003,453.0273668,957.6656767,454.0662517,2025.480862 +496269,926.7669158,453.3193934,958.1756854,454.4709936,2025.823057 +496270,928.285294,453.6617098,958.8000363,454.9289672,2026.388881 +496271,929.9067151,454.0455109,959.5202726,455.4316494,2027.149913 +496272,931.6183916,454.463891,960.3216658,455.9723999,2028.082754 +496273,933.4095625,454.911068,961.1916644,456.5456879,2029.166708 +496274,935.2710799,455.382159,962.1194769,457.1468712,2030.383277 +496275,937.1953096,455.8730952,963.0959413,457.7721139,2031.716124 +496276,939.1759693,456.3805197,964.1133494,458.4182869,2033.150952 +496277,941.20798,456.9016796,965.1652547,459.0828621,2034.675323 +496278,943.287247,457.4343163,966.2462643,459.7638048,2036.278415 +496279,945.4105059,457.9765738,967.3518618,460.4594832,2037.950813 +496280,947.5751715,458.5269222,968.4782552,461.1685934,2039.684313 +496281,949.7792567,459.0840989,969.6222586,461.8901022,2041.471768 +496282,952.0212503,459.6470595,970.7811899,462.6231983,2043.306946 +496283,954.3000537,460.2149376,971.9527867,463.367254,2045.184413 +496284,956.6149249,460.7870136,973.1351387,464.1217942,2047.09943 +496285,958.9654293,461.3626888,974.3266321,464.8864719,2049.047869 +496286,961.3513751,461.9414616,975.5258944,465.6610446,2051.026123 +496287,963.7728041,462.5229127,976.7317624,466.445361,2053.031053 +496288,966.2299738,463.1066878,977.9432415,467.2393439,2055.059915 +496289,968.7232827,463.6924868,979.1594796,468.0429808,2057.110322 +496290,971.2533028,464.2800542,980.3797437,468.8563143,2059.180189 +496291,973.8207532,464.8691716,981.603403,469.6794363,2061.267702 +496292,976.4247247,465.4550969,982.8205455,470.5064955,2063.371278 +496293,979.0644379,466.0345737,984.0242499,471.3333637,2065.489479 +496294,981.7396866,466.6067001,985.2123604,472.1589016,2067.621043 +496295,984.4506337,467.1718659,986.3853768,472.9836699,2069.76488 +496296,987.1975567,467.7308181,987.5445879,473.8087355,2071.920052 +496297,989.9807396,468.2842477,988.6912366,474.6351272,2074.085741 +496298,992.8004372,468.8327,989.8263238,475.4637078,2076.261221 +496299,995.6568776,469.3766056,990.9506563,476.2952052,2078.445848 +496300,998.5503201,469.9163173,992.06491,477.1302581,2080.639043 +496301,1001.481022,470.4521342,993.16967,477.9694453,2082.840287 +496302,1004.451208,470.9841279,994.2650135,478.8135074,2085.048803 +496303,1007.458722,471.5127643,995.3519652,479.6626797,2087.264592 +496304,1010.505479,472.0380868,996.4305691,480.5176029,2089.487019 +496305,1013.591708,472.5602801,997.5012207,481.3787038,2091.715799 +496306,1017.171599,473.0995792,998.6056191,482.3402351,2093.951252 +496307,1021.085514,473.6495642,999.7308886,483.3696114,2096.193851 +496308,1025.107782,474.2002276,1000.85685,484.4205621,2098.443059 +496309,1029.121589,474.7462283,1001.972593,485.46897,2100.698303 +496310,1033.074702,475.2888489,1003.08056,486.5065513,2102.959272 +496311,1036.979937,475.8276791,1004.179646,487.5357822,2105.225884 +496312,1040.861128,476.3621946,1005.268552,488.561068,2107.498233 +496313,1044.73472,476.8923256,1006.346928,489.5856991,2109.776491 +496314,1048.609724,477.4183256,1007.415114,490.6117467,2112.060825 +496315,1052.491458,477.9405671,1008.473735,491.6406337,2114.351442 +496316,1056.383942,478.4593869,1009.523376,492.6734944,2116.648456 +496317,1060.290835,478.9750578,1010.564529,493.7113402,2118.951922 +496318,1064.215643,479.4878,1011.597605,494.7551016,2121.261861 +496319,1068.160126,479.9977835,1012.622935,495.8056213,2123.57824 +496320,1072.126699,480.5051428,1013.640793,496.863663,2125.90099 +496321,1074.607803,480.3234876,1013.141114,497.2434252,2125.484024 +496322,1074.335931,478.8893323,1009.853902,496.3811538,2119.881386 +496323,1072.715631,476.8529098,1005.178798,494.9281937,2111.534389 +496324,1071.144386,474.8506422,1000.511213,493.5219939,2102.961279 +496325,1070.195367,473.1351839,996.4239569,492.415872,2095.256664 +496326,1069.916398,471.7177452,992.9648541,491.6214805,2088.584393 +496327,1070.184758,470.5337054,990.0107261,491.0745829,2082.787142 +496328,1070.877589,469.5212484,987.4376964,490.7137716,2077.685944 +496329,1071.911602,468.6387712,985.1609141,490.497896,2073.155683 +496330,1073.234062,467.8599204,983.1258195,490.4010938,2069.115426 +496331,1074.809475,467.1663626,981.2937594,490.4055534,2065.506776 +496332,1076.607097,466.5436707,979.6337061,490.497397,2062.281166 +496333,1078.604063,465.9797625,978.1191566,490.6651184,2059.395301 +496334,1086.066904,466.1320293,979.3525849,491.8327319,2056.810883 +496335,1096.486339,466.6653249,982.0616035,493.5392987,2054.494787 +496336,1107.221676,467.2341105,984.91864,495.3079709,2052.416487 +496337,1117.139799,467.6910164,987.3484484,496.9372177,2050.54924 +496338,1126.242158,468.0682541,989.3859826,498.4622528,2048.870249 +496339,1134.644107,468.3758136,991.0868275,499.8970523,2047.35999 +496340,1142.467957,468.6174689,992.4986324,501.2498339,2046.001092 +496341,1149.818581,468.7992667,993.6622931,502.5315813,2044.778378 +496342,1156.781964,468.9294736,994.6136391,503.7559894,2043.678612 +496343,1163.429328,469.016649,995.3839948,504.9366293,2042.69032 +496344,1169.820855,469.0683997,996.000338,506.0854049,2041.803489 +496345,1176.008088,469.0910534,996.4856319,507.2123064,2041.009375 +496346,1182.035493,469.0897639,996.8592662,508.3256873,2040.300262 +496347,1187.941522,469.0687476,997.1375925,509.432636,2039.669347 +496348,1193.759551,469.0314706,997.3343818,510.5392589,2039.110566 +496349,1199.518827,468.9808053,997.4612633,511.6508989,2038.618538 +496350,1205.247037,468.919127,997.528047,512.7722832,2038.188435 +496351,1210.964433,468.8484088,997.5430345,513.907655,2037.815956 +496352,1216.438586,468.7625554,997.4959797,515.0055433,2037.497164 +496353,1221.519162,468.6576676,997.3807634,516.0327636,2037.228246 +496354,1226.174624,468.5338667,997.1997719,516.9820461,2037.005477 +496355,1230.439188,468.3930152,996.9590688,517.8605024,2036.825815 +496356,1234.363009,468.237369,996.6654793,518.6786664,2036.686566 +496357,1237.991371,468.0689722,996.3252466,519.4458773,2036.585205 +496358,1241.36105,467.8895113,995.9437026,520.169503,2036.519305 +496359,1244.502208,467.7003539,995.5253559,520.855411,2036.48652 +496360,1247.440625,467.5026158,995.0740489,521.5084931,2036.484574 +496361,1250.199114,467.2972172,994.5930911,522.1329787,2036.511262 +496362,1252.798148,467.0849166,994.085344,522.7325897,2036.564442 +496363,1255.256157,466.86634,993.5532905,523.3106329,2036.642047 +496364,1257.589821,466.6419996,992.9990821,523.8700714,2036.742079 +496365,1259.814438,466.4123143,992.4245891,524.4135952,2036.862623 +496366,1261.944199,466.1776252,991.8314389,524.9436863,2037.001844 +496367,1263.992373,465.9382089,991.2210499,525.462679,2037.157992 +496368,1265.971601,465.6942899,990.5946619,525.9728153,2037.329406 +496369,1267.894133,465.4460509,989.9533644,526.4762986,2037.514521 +496370,1269.588768,465.1936396,989.2981137,526.9332582,2037.711855 +496371,1270.916854,464.9371179,988.6296277,527.3109888,2037.919786 +496372,1271.834385,464.6761814,987.9477035,527.5985823,2038.137012 +496373,1272.358638,464.4109183,987.2530441,527.7992347,2038.361848 +496374,1272.525757,464.1414884,986.546488,527.9205433,2038.592726 +496375,1272.370255,463.8679776,985.8286828,527.969757,2038.828236 +496376,1271.920232,463.5903968,985.100096,527.9526257,2039.067055 +496377,1271.198365,463.3087111,984.3610898,527.8736227,2039.307879 +496378,1270.20832,463.0228551,983.6119599,527.7357412,2039.54936 +496379,1268.952262,462.7327465,982.8529645,527.5418123,2039.790117 +496380,1267.440646,462.4382983,982.0843484,527.2944789,2040.028772 +496381,0,0,0,0,0 +496382,0,0,0,0,0 +496383,0,0,0,0,0 +496384,0,0,0,0,0 +496385,1394.362102,0,0,0,0 +496386,741.6582115,0,0,0,0 +496387,809.1498581,0,0,0,0 +496388,855.7222234,0,0,0,0 +496389,841.6999588,0,0,0,0 +496390,826.7761257,0,0,153.9720627,1197.994946 +496391,811.1812508,0,0,165.598433,1159.336521 +496392,794.9076677,0,0,123.3495729,952.094259 +496393,778.0123117,0,0,142.2789791,1095.089007 +496394,801.7171128,0,0,155.7905109,1106.098786 +496395,786.820648,0,0,152.7085231,1122.999316 +496396,540.1641105,0,0,51.3215145,1123.004847 +496397,396.9421213,0,0,44.4411399,1146.116632 +496398,379.647709,0,0,41.83282519,1134.847783 +496399,363.4951714,0,0,39.9320619,1146.203225 +496400,349.8984259,0,0,38.70204577,1165.66512 +496401,337.4529989,0,0,37.69270775,1165.887705 +496402,326.0814796,0,0,36.9495221,1174.929269 +496403,315.5754456,0,0,36.30460461,1181.838077 +496404,305.6863771,0,0,35.75647813,1188.38184 +496405,296.3811468,0,0,35.29511317,1194.660734 +496406,287.5583655,0,0,34.79770259,1200.471122 +496407,279.1820669,0,0,34.45265763,1206.133731 +496408,271.1983784,0,0,34.08343347,1211.402309 +496409,263.5692605,0,0,33.70397049,1216.653449 +496410,256.4663992,0,0,33.36443471,1221.356603 +496411,249.1545638,0,0,33.07353062,1226.048435 +496412,242.5445237,0,0,32.76472707,1230.464177 +496413,235.9971195,0,0,32.42351419,1234.699234 +496414,229.6996048,0,0,32.12951233,1238.756766 +496415,223.4165847,0,0,31.81181518,1242.712664 +496416,217.9354115,0,0,31.49544262,1246.347923 +496417,211.79507,0,0,31.17133737,1249.921853 +496418,206.3468418,0,0,30.86170654,1253.469073 +496419,200.8529488,0,0,30.46780543,1256.74638 +496420,195.5163885,0,0,30.16572063,1259.9667 +496421,190.4508815,0,0,29.80629302,1263.063652 +496422,185.119149,0,0,29.40774828,1266.123604 +496423,180.0735012,0,0,29.03850459,1268.91005 +496424,175.3446701,0,0,28.64181303,1271.760892 +496425,170.4163961,0,0,28.23460198,1274.459405 +496426,165.8345765,0,0,27.81573997,1277.086107 +496427,160.9705462,0,0,27.38700015,1279.633482 +496428,156.4783411,0,0,26.94505681,1282.105847 +496429,151.9359638,0,0,26.51168674,1284.506968 +496430,147.4757707,0,0,26.00282958,1286.840245 +496431,143.0921487,0,0,25.5881169,1289.109085 +496432,138.759159,0,0,25.04359251,1291.246615 +496433,134.4883249,0,0,24.61075587,1293.502103 +496434,130.3834008,0,0,40.59087532,1295.610692 +496435,125.9518899,0,0,0,1297.55534 +496436,122.0794524,0,0,33.88115308,1299.59441 +496437,118.0248692,0,0,34.31348095,1301.521043 +496438,113.8903866,0,0,2.117738554,1303.411654 +496439,109.9056711,0,0,30.31308581,1305.256598 +496440,106.2022513,0,0,32.35922676,1307.058111 +496441,0,0,0,0,0 +496442,0,0,0,0,0 +496443,0,0,0,0,0 +496444,0,0,0,0,0 +496445,0,0,0,0,0 +496446,0,0,0,0,0 +496447,0,0,0,0,0 +496448,0,0,0,0,0 +496449,0,0,0,0,0 +496450,0,0,0,0,0 +496451,0,0,0,0,0 +496452,0,0,0,0,0 +496453,0,0,0,0,0 +496454,0,0,0,0,0 +496455,0,0,0,0,0 +496456,0,0,0,0,0 +496457,0,0,0,0,0 +496458,0,0,0,0,0 +496459,0,0,0,0,0 +496460,0,0,0,0,0 +496461,0,0,0,0,0 +496462,0,0,0,0,0 +496463,0,0,0,0,0 +496464,0,0,0,0,0 +496465,0,0,0,0,0 +496466,0,0,0,0,0 +496467,0,0,0,0,0 +496468,0,0,0,0,0 +496469,0,0,0,0,0 +496470,0,0,0,0,0 +496471,0,0,0,0,0 +496472,0,0,0,0,0 +496473,0,0,0,0,0 +496474,0,0,0,0,0 +496475,0,0,0,0,0 +496476,0,0,0,0,0 +496477,0,0,0,0,0 +496478,0,0,0,0,0 +496479,0,0,0,0,0 +496480,0,0,0,0,0 +496481,0,0,0,0,0 +496482,0,0,0,0,0 +496483,0,0,0,0,0 +496484,0,0,0,0,0 +496485,0,0,0,0,0 +496486,0,0,0,0,0 +496487,0,0,0,0,0 +496488,0,0,0,0,0 +496489,0,0,0,0,0 +496490,0,0,0,0,0 +496491,0,0,0,0,0 +496492,0,0,0,0,0 +496493,0,0,0,0,0 +496494,0,0,0,0,0 +496495,0,0,0,0,0 +496496,0,0,0,0,0 +496497,0,0,0,0,0 +496498,0,0,0,0,0 +496499,0,0,0,0,0 +496500,0,0,0,0,0 +496501,0,0,0,0,0 +496502,0,0,0,0,0 +496503,0,0,0,0,0 +496504,0,0,0,0,0 +496505,0,0,0,0,0 +496506,0,0,0,0,0 +496507,0,0,0,0,0 +496508,0,0,0,0,0 +496509,0,0,0,0,0 +496510,0,0,0,0,0 +496511,0,0,0,0,0 +496512,0,0,0,0,0 +496513,0,0,0,0,0 +496514,0,0,0,0,0 +496515,0,0,0,0,0 +496516,0,0,0,0,0 +496517,0,0,0,0,0 +496518,0,0,0,0,0 +496519,0,0,0,0,0 +496520,0,0,0,0,0 +496521,0,0,0,0,0 +496522,0,0,0,0,0 +496523,0,0,0,0,0 +496524,0,0,0,0,0 +496525,0,0,0,0,0 +496526,0,0,0,0,0 +496527,0,0,0,0,0 +496528,0,0,0,0,0 +496529,0,0,0,0,0 +496530,0,0,0,0,0 +496531,0,0,0,0,0 +496532,0,0,0,0,0 +496533,0,0,0,0,0 +496534,0,0,0,0,0 +496535,0,0,0,0,0 +496536,0,0,0,0,0 +496537,0,0,0,0,0 +496538,0,0,0,0,0 +496539,0,0,0,0,0 +496540,0,0,0,0,0 +496541,0,0,0,0,0 +496542,0,0,0,0,0 +496543,0,0,0,0,0 +496544,0,0,0,0,0 +496545,0,0,0,0,0 +496546,0,0,0,0,0 +496547,0,0,0,0,0 +496548,0,0,0,0,0 +496549,0,0,0,0,0 +496550,0,0,0,0,0 +496551,0,0,0,0,0 +496552,0,0,0,0,0 +496553,0,0,0,0,0 +496554,0,0,0,0,0 +496555,0,0,0,0,0 +496556,0,0,0,0,0 +496557,0,0,0,0,0 +496558,0,0,0,0,0 +496559,0,0,0,0,0 +496560,0,0,0,0,0 +496561,0,0,0,0,0 +496562,0,0,0,0,0 +496563,0,0,0,0,0 +496564,0,0,0,0,0 +496565,0,0,0,0,0 +496566,0,0,0,0,0 +496567,0,0,0,0,0 +496568,0,0,0,0,0 +496569,0,0,0,0,0 +496570,0,0,0,0,0 +496571,0,0,0,0,0 +496572,0,0,0,0,0 +496573,0,0,0,0,0 +496574,0,0,0,0,0 +496575,0,0,0,0,0 +496576,0,0,0,0,0 +496577,0,0,0,0,0 +496578,0,0,0,0,0 +496579,0,0,0,0,0 +496580,0,0,0,0,0 +496581,0,0,0,0,0 +496582,0,0,0,0,0 +496583,0,0,0,0,0 +496584,0,0,0,0,0 +496585,0,0,0,0,0 +496586,0,0,0,0,0 +496587,0,0,0,0,0 +496588,0,0,0,0,0 +496589,0,0,0,0,0 +496590,0,0,0,0,0 +496591,0,0,0,0,0 +496592,0,0,0,0,0 +496593,0,0,0,0,0 +496594,0,0,0,0,0 +496595,0,0,0,0,0 +496596,0,0,0,0,0 +496597,0,0,0,0,0 +496598,0,0,0,0,0 +496599,0,0,0,0,0 +496600,0,0,0,0,0 +496601,0,0,0,0,0 +496602,0,0,0,0,0 +496603,0,0,0,0,0 +496604,0,0,0,0,0 +496605,0,0,0,0,0 +496606,0,0,0,0,0 +496607,0,0,0,0,0 +496608,0,0,0,0,0 +496609,0,0,0,0,0 +496610,0,0,0,0,0 +496611,0,0,0,0,0 +496612,0,0,0,0,0 +496613,0,0,0,0,0 +496614,0,0,0,0,0 +496615,0,0,0,0,0 +496616,0,0,0,0,0 +496617,0,0,0,0,0 +496618,0,0,0,0,0 +496619,0,0,0,0,0 +496620,0,0,0,0,0 +496621,0,0,0,0,0 +496622,0,0,0,0,0 +496623,0,0,0,0,0 +496624,0,0,0,0,0 +496625,0,0,0,0,0 +496626,0,0,0,0,0 +496627,0,0,0,0,0 +496628,0,0,0,0,0 +496629,0,0,0,0,0 +496630,0,0,0,0,0 +496631,0,0,0,0,0 +496632,0,0,0,0,0 +496633,0,0,0,0,0 +496634,0,0,0,0,0 +496635,0,0,0,0,0 +496636,0,0,0,0,0 +496637,0,0,0,0,0 +496638,0,0,0,0,0 +496639,0,0,0,0,0 +496640,0,0,0,0,0 +496641,0,0,0,0,0 +496642,0,0,0,0,0 +496643,0,0,0,0,0 +496644,0,0,0,0,0 +496645,0,0,0,0,0 +496646,0,0,0,0,0 +496647,0,0,0,0,0 +496648,0,0,0,0,0 +496649,0,0,0,0,0 +496650,0,0,0,0,0 +496651,0,0,0,0,0 +496652,0,0,0,0,0 +496653,0,0,0,0,0 +496654,0,0,0,0,0 +496655,0,0,0,0,0 +496656,0,0,0,0,0 +496657,0,0,0,0,0 +496658,0,0,0,0,0 +496659,0,0,0,0,0 +496660,0,0,0,0,0 +496661,0,0,0,0,0 +496662,0,0,0,0,0 +496663,0,0,0,0,0 +496664,0,0,0,0,0 +496665,0,0,0,0,0 +496666,0,0,0,0,0 +496667,0,0,0,0,0 +496668,0,0,0,0,0 +496669,0,0,0,0,0 +496670,0,0,0,0,0 +496671,0,0,0,0,0 +496672,0,0,0,0,0 +496673,0,0,0,0,0 +496674,0,0,0,0,0 +496675,0,0,0,0,0 +496676,0,0,0,0,0 +496677,0,0,0,0,0 +496678,0,0,0,0,0 +496679,0,0,0,0,0 +496680,0,0,0,0,0 +496681,0,0,0,0,0 +496682,0,0,0,0,0 +496683,0,0,0,0,0 +496684,0,0,0,0,0 +496685,0,0,0,0,0 +496686,0,0,0,0,0 +496687,0,0,0,0,0 +496688,0,0,0,0,0 +496689,0,0,0,0,0 +496690,0,0,0,0,0 +496691,0,0,0,0,0 +496692,0,0,0,0,0 +496693,0,0,0,0,0 +496694,0,0,0,0,0 +496695,0,0,0,0,0 +496696,0,0,0,0,0 +496697,0,0,0,0,0 +496698,0,0,0,0,0 +496699,0,0,0,0,0 +496700,0,0,0,0,0 +496701,0,0,0,0,0 +496702,0,0,0,0,0 +496703,0,0,0,0,0 +496704,0,0,0,0,0 +496705,0,0,0,0,0 +496706,0,0,0,0,0 +496707,0,0,0,0,0 +496708,0,0,0,0,0 +496709,0,0,0,0,0 +496710,0,0,0,0,0 +496711,0,0,0,0,0 +496712,0,0,0,0,0 +496713,0,0,0,0,0 +496714,0,0,0,0,0 +496715,0,0,0,0,0 +496716,0,0,0,0,0 +496717,0,0,0,0,0 +496718,0,0,0,0,0 +496719,0,0,0,0,0 +496720,0,0,0,0,0 +496721,0,0,0,0,0 +496722,0,0,0,0,0 +496723,0,0,0,0,0 +496724,0,0,0,0,0 +496725,0,0,0,0,0 +496726,0,0,0,0,0 +496727,0,0,0,0,0 +496728,0,0,0,0,0 +496729,0,0,0,0,0 +496730,0,0,0,0,0 +496731,0,0,0,0,0 +496732,0,0,0,0,0 +496733,0,0,0,0,0 +496734,0,0,0,0,0 +496735,0,0,0,0,0 +496736,0,0,0,0,0 +496737,0,0,0,0,0 +496738,0,0,0,0,0 +496739,0,0,0,0,0 +496740,0,0,0,0,0 +496741,0,0,0,0,0 +496742,0,0,0,0,0 +496743,0,0,0,0,0 +496744,0,0,0,0,0 +496745,0,0,0,0,0 +496746,0,0,0,0,0 +496747,0,0,0,0,0 +496748,0,0,0,0,0 +496749,0,0,0,0,0 +496750,0,0,0,0,0 +496751,0,0,0,0,0 +496752,0,0,0,0,0 +496753,0,0,0,0,0 +496754,0,0,0,0,0 +496755,0,0,0,0,0 +496756,0,0,0,0,0 +496757,0,0,0,0,0 +496758,0,0,0,0,0 +496759,0,0,0,0,0 +496760,0,0,0,0,0 +496761,0,0,0,0,0 +496762,0,0,0,0,0 +496763,0,0,0,0,0 +496764,0,0,0,0,0 +496765,0,0,0,0,0 +496766,0,0,0,0,0 +496767,0,0,0,0,0 +496768,0,0,0,0,0 +496769,0,0,0,0,0 +496770,0,0,0,0,0 +496771,0,0,0,0,0 +496772,0,0,0,0,0 +496773,0,0,0,0,0 +496774,0,0,0,0,0 +496775,0,0,0,0,0 +496776,0,0,0,0,0 +496777,0,0,0,0,0 +496778,0,0,0,0,0 +496779,0,0,0,0,0 +496780,0,0,0,0,0 +496781,0,0,0,0,0 +496782,0,0,0,0,0 +496783,0,0,0,0,0 +496784,0,0,0,0,0 +496785,0,0,0,0,0 +496786,0,0,0,0,0 +496787,0,0,0,0,0 +496788,0,0,0,0,0 +496789,0,0,0,0,0 +496790,0,0,0,0,0 +496791,0,0,0,0,0 +496792,0,0,0,0,0 +496793,0,0,0,0,0 +496794,0,0,0,0,0 +496795,0,0,0,0,0 +496796,0,0,0,0,0 +496797,0,0,0,0,0 +496798,0,0,0,0,0 +496799,0,0,0,0,0 +496800,0,0,0,0,0 +496801,0,0,0,0,0 +496802,0,0,0,0,0 +496803,0,0,0,0,0 +496804,0,0,0,0,0 +496805,0,0,0,0,0 +496806,0,0,0,0,0 +496807,0,0,0,0,0 +496808,0,0,0,0,0 +496809,0,0,0,0,0 +496810,0,0,0,0,0 +496811,0,0,0,0,0 +496812,0,0,0,0,0 +496813,0,0,0,0,0 +496814,0,0,0,0,0 +496815,0,0,0,0,0 +496816,0,0,0,0,0 +496817,0,0,0,0,0 +496818,0,0,0,0,0 +496819,0,0,0,0,0 +496820,0,0,0,0,0 +496821,0,0,0,0,0 +496822,0,0,0,0,0 +496823,0,0,0,0,0 +496824,0,0,0,0,0 +496825,0,0,0,0,0 +496826,0,0,0,0,0 +496827,0,0,0,0,0 +496828,0,0,0,0,0 +496829,0,0,0,0,0 +496830,0,0,0,0,0 +496831,0,0,0,0,0 +496832,0,0,0,0,0 +496833,0,0,0,0,0 +496834,0,0,0,0,0 +496835,0,0,0,0,0 +496836,0,0,0,0,0 +496837,0,0,0,0,0 +496838,0,0,0,0,0 +496839,0,0,0,0,0 +496840,0,0,0,0,0 +496841,0,0,0,0,0 +496842,0,0,0,0,0 +496843,0,0,0,0,0 +496844,0,0,0,0,0 +496845,0,0,0,0,0 +496846,0,0,0,0,0 +496847,0,0,0,0,0 +496848,0,0,0,0,0 +496849,0,0,0,0,0 +496850,0,0,0,0,0 +496851,0,0,0,0,0 +496852,0,0,0,0,0 +496853,0,0,0,0,0 +496854,0,0,0,0,0 +496855,0,0,0,0,0 +496856,0,0,0,0,0 +496857,0,0,0,0,0 +496858,0,0,0,0,0 +496859,0,0,0,0,0 +496860,0,0,0,0,0 +496861,0,0,0,0,0 +496862,0,0,0,0,0 +496863,0,0,0,0,0 +496864,0,0,0,0,0 +496865,0,0,0,0,0 +496866,0,0,0,0,0 +496867,0,0,0,0,0 +496868,0,0,0,0,0 +496869,0,0,0,0,0 +496870,0,0,0,0,0 +496871,0,0,0,0,0 +496872,0,0,0,0,0 +496873,0,0,0,0,0 +496874,0,0,0,0,0 +496875,0,0,0,0,0 +496876,0,0,0,0,0 +496877,0,0,0,0,0 +496878,0,0,0,0,0 +496879,0,0,0,0,0 +496880,0,0,0,0,0 +496881,0,0,0,0,0 +496882,0,0,0,0,0 +496883,0,0,0,0,0 +496884,0,0,0,0,0 +496885,0,0,0,0,0 +496886,0,0,0,0,0 +496887,0,0,0,0,0 +496888,0,0,0,0,0 +496889,0,0,0,0,0 +496890,0,0,0,0,0 +496891,0,0,0,0,0 +496892,0,0,0,0,0 +496893,0,0,0,0,0 +496894,0,0,0,0,0 +496895,0,0,0,0,0 +496896,0,0,0,0,0 +496897,0,0,0,0,0 +496898,0,0,0,0,0 +496899,0,0,0,0,0 +496900,0,0,0,0,0 +496901,0,0,0,0,0 +496902,0,0,0,0,0 +496903,0,0,0,0,0 +496904,0,0,0,0,0 +496905,0,0,0,0,0 +496906,0,0,0,0,0 +496907,0,0,0,0,0 +496908,0,0,0,0,0 +496909,0,0,0,0,0 +496910,0,0,0,0,0 +496911,0,0,0,0,0 +496912,0,0,0,0,0 +496913,0,0,0,0,0 +496914,0,0,0,0,0 +496915,0,0,0,0,0 +496916,0,0,0,0,0 +496917,0,0,0,0,0 +496918,0,0,0,0,0 +496919,0,0,0,0,0 +496920,0,0,0,0,0 +496921,0,0,0,0,0 +496922,0,0,0,0,0 +496923,0,0,0,0,0 +496924,0,0,0,0,0 +496925,0,0,0,0,0 +496926,0,0,0,0,0 +496927,0,0,0,0,0 +496928,0,0,0,0,0 +496929,0,0,0,0,0 +496930,0,0,0,0,0 +496931,0,0,0,0,0 +496932,0,0,0,0,0 +496933,0,0,0,0,0 +496934,0,0,0,0,0 +496935,0,0,0,0,0 +496936,0,0,0,0,0 +496937,0,0,0,0,0 +496938,0,0,0,0,0 +496939,0,0,0,0,0 +496940,0,0,0,0,0 +496941,0,0,0,0,0 +496942,0,0,0,0,0 +496943,0,0,0,0,0 +496944,0,0,0,0,0 +496945,0,0,0,0,0 +496946,0,0,0,0,0 +496947,0,0,0,0,0 +496948,0,0,0,0,0 +496949,0,0,0,0,0 +496950,0,0,0,0,0 +496951,0,0,0,0,0 +496952,0,0,0,0,0 +496953,0,0,0,0,0 +496954,0,0,0,0,0 +496955,0,0,0,0,0 +496956,0,0,0,0,0 +496957,0,0,0,0,0 +496958,0,0,0,0,0 +496959,0,0,0,0,0 +496960,0,0,0,0,0 +496961,0,0,0,0,0 +496962,0,0,0,0,0 +496963,0,0,0,0,0 +496964,0,0,0,0,0 +496965,0,0,0,0,0 +496966,0,0,0,0,0 +496967,0,0,0,0,0 +496968,0,0,0,0,0 +496969,0,0,0,0,0 +496970,0,0,0,0,0 +496971,0,0,0,0,0 +496972,0,0,0,0,0 +496973,0,0,0,0,0 +496974,0,0,0,0,0 +496975,0,0,0,0,0 +496976,0,0,0,0,0 +496977,0,0,0,0,0 +496978,0,0,0,0,0 +496979,0,0,0,0,0 +496980,0,0,0,0,0 +496981,0,0,0,0,0 +496982,0,0,0,0,0 +496983,0,0,0,0,0 +496984,0,0,0,0,0 +496985,0,0,0,0,0 +496986,0,0,0,0,0 +496987,0,0,0,0,0 +496988,0,0,0,0,0 +496989,0,0,0,0,0 +496990,0,0,0,0,0 +496991,0,0,0,0,0 +496992,0,0,0,0,0 +496993,0,0,0,0,0 +496994,0,0,0,0,0 +496995,0,0,0,0,0 +496996,0,0,0,0,0 +496997,0,0,0,0,0 +496998,0,0,0,0,0 +496999,0,0,0,0,0 +497000,0,0,0,0,0 +497001,0,0,0,0,0 +497002,0,0,0,0,0 +497003,0,0,0,0,0 +497004,0,0,0,0,0 +497005,0,0,0,0,0 +497006,0,0,0,0,0 +497007,0,0,0,0,0 +497008,0,0,0,0,0 +497009,0,0,0,0,0 +497010,0,0,0,0,0 +497011,0,0,0,0,0 +497012,0,0,0,0,0 +497013,0,0,0,0,0 +497014,0,0,0,0,0 +497015,0,0,0,0,0 +497016,0,0,0,0,0 +497017,0,0,0,0,0 +497018,0,0,0,0,0 +497019,0,0,0,0,0 +497020,0,0,0,0,0 +497021,0,0,0,0,0 +497022,0,0,0,0,0 +497023,0,0,0,0,0 +497024,0,0,0,0,0 +497025,0,0,0,0,0 +497026,0,0,0,0,0 +497027,0,0,0,0,0 +497028,0,0,0,0,0 +497029,0,0,0,0,0 +497030,0,0,0,0,0 +497031,0,0,0,0,0 +497032,0,0,0,0,0 +497033,0,0,0,0,0 +497034,0,0,0,0,0 +497035,0,0,0,0,0 +497036,0,0,0,0,0 +497037,0,0,0,0,0 +497038,0,0,0,0,0 +497039,0,0,0,0,0 +497040,0,0,0,0,0 +497041,0,0,0,0,0 +497042,0,0,0,0,0 +497043,0,0,0,0,0 +497044,0,0,0,0,0 +497045,0,0,0,0,0 +497046,0,0,0,0,0 +497047,0,0,0,0,0 +497048,0,0,0,0,0 +497049,0,0,0,0,0 +497050,0,0,0,0,0 +497051,0,0,0,0,0 +497052,0,0,0,0,0 +497053,0,0,0,0,0 +497054,0,0,0,0,0 +497055,0,0,0,0,0 +497056,0,0,0,0,0 +497057,0,0,0,0,0 +497058,0,0,0,0,0 +497059,0,0,0,0,0 +497060,0,0,0,0,0 +497061,0,0,0,0,0 +497062,0,0,0,0,0 +497063,0,0,0,0,0 +497064,0,0,0,0,0 +497065,0,0,0,0,0 +497066,0,0,0,0,0 +497067,0,0,0,0,0 +497068,0,0,0,0,0 +497069,0,0,0,0,0 +497070,0,0,0,0,0 +497071,0,0,0,0,0 +497072,0,0,0,0,0 +497073,0,0,0,0,0 +497074,0,0,0,0,0 +497075,0,0,0,0,0 +497076,0,0,0,0,0 +497077,0,0,0,0,0 +497078,0,0,0,0,0 +497079,0,0,0,0,0 +497080,0,0,0,0,0 +497081,0,0,0,0,0 +497082,0,0,0,0,0 +497083,0,0,0,0,0 +497084,0,0,0,0,0 +497085,0,0,0,0,0 +497086,0,0,0,0,0 +497087,0,0,0,0,0 +497088,0,0,0,0,0 +497089,0,0,0,0,0 +497090,0,0,0,0,0 +497091,0,0,0,0,0 +497092,0,0,0,0,0 +497093,0,0,0,0,0 +497094,0,0,0,0,0 +497095,0,0,0,0,0 +497096,0,0,0,0,0 +497097,0,0,0,0,0 +497098,0,0,0,0,0 +497099,0,0,0,0,0 +497100,0,0,0,0,0 +497101,0,0,0,0,0 +497102,0,0,0,0,0 +497103,0,0,0,0,0 +497104,0,0,0,0,0 +497105,0,0,0,0,0 +497106,0,0,0,0,0 +497107,0,0,0,0,0 +497108,0,0,0,0,0 +497109,0,0,0,0,0 +497110,0,0,0,0,0 +497111,0,0,0,0,0 +497112,0,0,0,0,0 +497113,0,0,0,0,0 +497114,0,0,0,0,0 +497115,0,0,0,0,0 +497116,0,0,0,0,0 +497117,0,0,0,0,0 +497118,0,0,0,0,0 +497119,0,0,0,0,0 +497120,0,0,0,0,0 +497121,0,0,0,0,0 +497122,0,0,0,0,0 +497123,0,0,0,0,0 +497124,0,0,0,0,0 +497125,0,0,0,0,0 +497126,0,0,0,0,0 +497127,0,0,0,0,0 +497128,0,0,0,0,0 +497129,0,0,0,0,0 +497130,0,0,0,0,0 +497131,0,0,0,0,0 +497132,0,0,0,0,0 +497133,0,0,0,0,0 +497134,0,0,0,0,0 +497135,0,0,0,0,0 +497136,0,0,0,0,0 +497137,0,0,0,0,0 +497138,0,0,0,0,0 +497139,0,0,0,0,0 +497140,0,0,0,0,0 +497141,0,0,0,0,0 +497142,0,0,0,0,0 +497143,0,0,0,0,0 +497144,0,0,0,0,0 +497145,0,0,0,0,0 +497146,0,0,0,0,0 +497147,0,0,0,0,0 +497148,0,0,0,0,0 +497149,0,0,0,0,0 +497150,0,0,0,0,0 +497151,0,0,0,0,0 +497152,0,0,0,0,0 +497153,0,0,0,0,0 +497154,0,0,0,0,0 +497155,0,0,0,0,0 +497156,0,0,0,0,0 +497157,0,0,0,0,0 +497158,0,0,0,0,0 +497159,0,0,0,0,0 +497160,0,0,0,0,0 +497161,0,0,0,0,0 +497162,0,0,0,0,0 +497163,0,0,0,0,0 +497164,0,0,0,0,0 +497165,0,0,0,0,0 +497166,0,0,0,0,0 +497167,0,0,0,0,0 +497168,0,0,0,0,0 +497169,0,0,0,0,0 +497170,0,0,0,0,0 +497171,0,0,0,0,0 +497172,0,0,0,0,0 +497173,0,0,0,0,0 +497174,0,0,0,0,0 +497175,0,0,0,0,0 +497176,0,0,0,0,0 +497177,0,0,0,0,0 +497178,0,0,0,0,0 +497179,0,0,0,0,0 +497180,0,0,0,0,0 +497181,0,0,0,0,0 +497182,0,0,0,0,0 +497183,0,0,0,0,0 +497184,0,0,0,0,0 +497185,0,0,0,0,0 +497186,0,0,0,0,0 +497187,0,0,0,0,0 +497188,0,0,0,0,0 +497189,0,0,0,0,0 +497190,0,0,0,0,0 +497191,0,0,0,0,0 +497192,0,0,0,0,0 +497193,0,0,0,0,0 +497194,0,0,0,0,0 +497195,0,0,0,0,0 +497196,0,0,0,0,0 +497197,0,0,0,0,0 +497198,0,0,0,0,0 +497199,0,0,0,0,0 +497200,0,0,0,0,0 +497201,0,0,0,0,0 +497202,0,0,0,0,0 +497203,0,0,0,0,0 +497204,0,0,0,0,0 +497205,0,0,0,0,0 +497206,0,0,0,0,0 +497207,0,0,0,0,0 +497208,0,0,0,0,0 +497209,0,0,0,0,0 +497210,0,0,0,0,0 +497211,0,0,0,0,0 +497212,0,0,0,0,0 +497213,0,0,0,0,0 +497214,0,0,0,0,0 +497215,0,0,0,0,0 +497216,0,0,0,0,0 +497217,0,0,0,0,0 +497218,0,0,0,0,0 +497219,0,0,0,0,0 +497220,0,0,0,0,0 +497221,-173.7334599,-62.2294705,-151.2903642,-61.74991911,1587.193979 +497222,-469.7594904,-189.5718107,-443.9698536,-189.1100379,1256.639189 +497223,-1098.838772,-446.3631379,-1067.395393,-445.9196926,189.4726712 +497224,-669.5439285,-260.775624,-642.451288,-260.3490709,927.6054223 +497225,-1217.230192,-499.607329,-1185.242372,-499.197468,-25.58243395 +497226,-1149.777929,-470.9031617,-1118.811972,-470.5056157,22.67834981 +497227,-861.5502755,-338.5232536,-829.2251127,-338.1393528,610.8370346 +497228,-1065.960402,-429.0214513,-1031.420632,-428.6531771,353.399166 +497229,-1224.525723,-500.0194893,-1188.722737,-499.6656419,125.0052716 +497230,-1340.973091,-552.6359607,-1304.518289,-552.2948377,-61.93259361 +497231,-1418.521909,-588.0134902,-1381.777874,-587.6835908,-199.3346321 +497232,-1463.483306,-608.8266875,-1426.63187,-608.5070258,-288.3891597 +497233,-1484.803132,-619.0183015,-1447.913164,-618.7083603,-338.6772262 +497234,-1490.485594,-622.3853501,-1454.088589,-622.0849052,-362.0460583 +497235,-1487.928607,-622.1000275,-1451.857113,-621.8091529,-370.5701498 +497236,-1481.686742,-620.1129011,-1445.726453,-619.8315706,-371.7929949 +497237,-1474.235633,-617.5103665,-1438.277621,-617.2384383,-369.8830488 +497238,-1466.817417,-614.8460117,-1430.828671,-614.5832849,-366.9971669 +497239,-1459.958075,-612.3681011,-1423.934853,-612.1143532,-364.1435134 +497240,-1453.833219,-610.1606899,-1417.776768,-609.9156893,-361.7345616 +497241,-1448.450256,-608.231073,-1412.360329,-607.9945805,-359.894965 +497242,-1443.752256,-606.5573988,-1407.627366,-606.3291697,-358.6232772 +497243,-1439.655237,-605.105811,-1403.49412,-604.8855956,-357.8449405 +497244,-1436.074613,-603.842255,-1399.876807,-603.6298019,-357.5110982 +497245,-1432.934151,-602.7364072,-1396.699954,-602.5314651,-357.5417752 +497246,-1430.167451,-601.7622384,-1393.897694,-601.5645588,-357.8750405 +497247,-1427.717997,-600.8979661,-1391.413819,-600.7073038,-358.4586036 +497248,-1425.521565,-600.1126807,-1389.171155,-599.9287942,-359.2471002 +497249,-1509.976421,-639.511046,-1474.143536,-639.3334288,-550.370499 +497250,-1339.204205,-562.1474567,-1303.409628,-561.9759084,-249.7877589 +497251,-1367.95326,-574.8056054,-1331.711111,-574.6403649,-283.3969513 +497252,-1389.791322,-584.6164726,-1353.305888,-584.4596954,-316.4498125 +497253,-1403.27083,-590.7259265,-1366.628592,-590.5811504,-340.1060107 +497254,-1410.302586,-593.9240162,-1373.532786,-593.7950204,-354.8114141 +497255,-1413.27435,-595.2715917,-1376.37704,-595.1618379,-363.3459622 +497256,-1414.01602,-595.5954793,-1376.981996,-595.507993,-368.2738792 +497257,-1413.65488,-595.4077464,-1376.470174,-595.3451731,-371.3070142 +497258,-1412.797947,-594.9842543,-1375.45019,-594.9489416,-373.4163424 +497259,-1411.744484,-594.4608342,-1374.220586,-594.4548942,-375.1010249 +497260,-1410.633814,-593.9007695,-1372.923435,-593.9261216,-376.6027444 +497261,-1409.52814,-593.3325593,-1371.620339,-593.3909603,-378.0344527 +497262,-1408.453593,-592.7685062,-1370.33998,-592.8615751,-379.4472385 +497263,-1407.419527,-592.2133828,-1369.092629,-592.3426207,-380.8628373 +497264,-1406.427531,-591.6684534,-1367.878194,-591.8352618,-382.2890787 +497265,-1405.475756,-591.1334074,-1366.697247,-591.3391024,-383.7273568 +497266,-1404.561053,-590.6073194,-1365.547566,-590.8531443,-385.1763382 +497267,-1403.680092,-590.0862724,-1364.424276,-590.3763743,-386.6337545 +497268,-1402.830006,-589.5545973,-1363.327682,-589.9082819,-388.0973251 +497269,-1402.007994,-589.0080722,-1362.256349,-589.4482255,-389.5649459 +497270,-1485.370304,-627.5016529,-1445.919155,-628.0537203,-576.1683025 +497271,-1320.070834,-552.2355661,-1280.450622,-552.9204506,-283.8692454 +497272,-1348.9422,-564.5739726,-1308.675363,-565.4130241,-317.0087295 +497273,-1370.952155,-574.0867305,-1330.247392,-575.0964568,-349.5188178 +497274,-1384.697819,-579.9459869,-1343.657126,-581.1437988,-372.7231515 +497275,-1392.084877,-582.9438162,-1350.755541,-584.3436109,-387.1114697 +497276,-1395.468601,-584.1268298,-1353.868917,-585.7398435,-395.4398996 +497277,-1481.227859,-623.5669782,-1439.919974,-625.3973242,-586.3424132 +497278,-1315.913971,-548.1733437,-1274.424748,-550.2251387,-293.9779636 +497279,-1345.229714,-560.6141555,-1303.079588,-562.8903107,-327.7535118 +497280,-1367.44914,-570.1470173,-1324.847379,-572.6467776,-360.5551424 +497281,-1381.007743,-575.8687976,-1338.055484,-578.5912954,-383.360801 +497282,-1450.920616,-608.05684,-1408.32131,-610.993867,-548.4841342 +497283,-1231.853796,-508.3223421,-1189.142219,-511.4697882,-161.1836622 +497284,35.84984295,-188.8214652,290.6915281,-358.598431,50.69549928 +497285,-579.1666027,-114.2869858,-615.2452359,-53.02074069,-207.1539944 +497286,-425.6286353,-204.3854633,-326.2503074,-252.3126004,734.0828395 +497287,-367.6606192,-141.205698,-292.5450171,-167.5547859,59.57363509 +497288,-342.6184781,-126.1871453,-269.7279505,-153.3058819,353.051453 +497289,-323.7329481,-114.2381517,-246.1172305,-141.4970643,557.7022539 +497290,-180.2483981,-56.41586851,-153.8818094,-56.36790391,1430.592342 +497291,-413.8585068,-154.4771474,-305.8674403,-155.0336806,1185.648975 +497292,-241.6598096,-48.25131988,-132.0523192,-160.4055471,985.937175 +497293,23.99469368,38.32983148,76.91259664,51.42473997,895.4661054 +497294,-599.5346437,-216.422679,-505.2309803,-258.2270145,956.5982112 +497295,-32.07850262,30.88581009,50.63900536,-1.745080836,1444.923697 +497296,-223.4628579,-50.75527441,-139.0746871,-84.43703595,1237.97741 +497297,72.55478395,83.54860054,155.617849,49.27794725,1046.867272 +497298,-511.6548354,-169.625739,-419.6043642,-204.9049406,979.8065231 +497299,33.89580777,71.14537963,120.6758906,34.54430598,1534.835854 +497300,-158.0997397,-11.14550369,-68.31849043,-46.80841606,1312.636528 +497301,111.2774646,110.9217247,199.8791184,72.58539023,1143.733827 +497302,-168.366004,-55.29619753,-142.2294519,-55.28067927,1439.451761 +497303,-272.7050053,16.58211867,-78.0023167,-78.78356161,920.1766185 +497304,268.265799,154.8335424,314.4003731,140.747873,1736.94512 +497305,-341.552896,-80.20626107,-256.5991188,-116.7174073,976.2040133 +497306,88.36204722,119.1753161,201.8491307,62.58393347,1699.299874 +497307,-58.02371638,57.0117903,50.64866066,21.92519281,1435.697904 +497308,196.8728103,160.3830221,285.4228087,116.1726864,1192.108629 +497309,-88.05561119,-23.55308149,-62.96889701,-23.5737026,1518.978885 +497310,76.94681166,217.6446339,300.225332,110.9922815,1418.969615 +497311,-141.2008238,-18.06709079,-94.41128998,-39.98412303,1220.61405 +497312,152.3418138,164.6418962,271.2341038,114.1287753,1580.493652 +497313,208.3194504,108.3953972,229.574764,99.78913694,1819.765741 +497314,-72.37875756,126.789062,51.51984789,17.89394882,1532.405799 +497315,242.6452622,217.1351813,443.2471695,196.586129,1065.126347 +497316,-137.9831263,25.1614505,-73.8788681,-34.8296322,1535.298354 +497317,394.8952063,279.1038756,515.5063839,227.8855553,1789.365821 +497318,-149.6053195,43.31617971,-31.28078629,-12.3745123,1210.628948 +497319,249.0015178,214.8812338,362.8348281,161.1349347,1683.290022 +497320,301.6933653,163.4099919,321.6623067,138.7388459,1906.432446 +497321,13.6734474,180.3502096,148.5024502,77.89305243,1615.475646 +497322,275.9629234,255.7220987,500.5077147,221.7844418,1157.678671 +497323,43.90274294,97.91453441,67.36586555,29.40159413,1645.957059 +497324,306.1377404,284.3635862,493.1219086,230.8637215,1565.806033 +497325,66.17109844,147.8906702,174.6312137,79.92323699,1732.138886 +497326,357.7259422,272.403915,478.5377449,218.9396535,1548.946622 +497327,70.28368304,163.4014787,206.8867541,98.49678589,1619.59875 +497328,427.4469966,306.2575137,548.6179211,251.0697355,1820.864255 +497329,25.7174714,141.1776233,159.75573,78.60895175,1404.964956 +497330,490.7795687,341.2253841,620.4474717,284.791207,1937.226457 +497331,369.7079958,166.8290727,388.5856202,166.836022,1962.367741 +497332,-147.3092696,246.0357943,150.4786532,99.4844918,932.2933936 +497333,591.4725656,304.1724289,646.5249465,286.9549884,1845.384645 +497334,259.5971592,191.9366896,279.9232237,123.2341927,1891.83652 +497335,239.4706007,336.0718848,566.4940621,282.0941929,1685.650999 +497336,219.022432,193.9878307,275.1792445,126.6055089,1516.695618 +497337,492.2717895,352.1674141,643.960775,299.5353203,1923.49305 +497338,335.5969126,198.6428033,354.876198,151.6708492,1921.822645 +497339,100.3940874,315.7407559,425.58246,232.5309479,1166.732731 +497340,568.287441,322.6997855,618.2323815,277.17642,1863.276896 +497341,637.0958763,419.3279236,771.1228887,358.6954702,1890.36918 +497342,770.3893221,471.5592656,896.8883528,409.8568139,1901.061856 +497343,792.221811,474.9193483,911.2025525,416.7870788,1928.616207 +497344,789.70564,477.1687492,908.0685923,416.2372275,1953.112113 +497345,800.2247354,477.8611983,918.3329195,421.055235,1970.087729 +497346,813.0695866,477.8608316,930.3169373,426.8595975,1982.13184 +497347,824.2776962,477.4359216,940.1330429,431.6985872,1990.435862 +497348,833.9395138,476.6193682,949.4869219,436.1743061,1995.490036 +497349,842.2766009,475.452106,959.0665094,440.800506,1997.785772 +497350,849.5184989,473.9898429,968.4772941,445.5526788,1997.784034 +497351,858.0294578,472.2209292,977.7891619,450.0411142,1995.610342 +497352,866.0996527,470.2015048,987.2367053,454.5116308,1991.624394 +497353,864.1245925,455.6548332,988.1455899,449.8722577,1936.833781 +497354,889.9317228,452.0545835,978.6638632,444.9629253,1925.195437 +497355,889.1987464,448.0869882,966.718988,439.7128435,1911.602937 +497356,899.4414131,444.5836484,956.0670567,435.0648965,1899.235996 +497357,907.2609931,441.5457083,946.8198231,431.0416532,1888.227203 +497358,915.3542349,438.899703,938.7893633,427.5448779,1878.42271 +497359,923.7265907,436.5846425,931.7727184,424.4860082,1869.666794 +497360,914.8250792,434.5486092,925.601639,421.7878466,1861.800074 +497361,906.9668987,432.8526759,920.3653926,419.4970045,1855.096017 +497362,900.2634892,431.475229,915.9893572,417.5780283,1849.49048 +497363,894.6034775,430.3665463,912.3367498,415.9739788,1844.803801 +497364,889.8158933,429.4793745,909.2867927,414.6280612,1840.863349 +497365,885.7418014,428.774188,906.7315812,413.4964744,1837.524535 +497366,882.2519054,428.2184567,904.5878572,412.5394574,1834.66816 +497367,879.2438217,427.7854563,902.780442,411.7279785,1832.196269 +497368,876.6352414,427.4532004,901.2534424,411.0344914,1830.028376 +497369,874.3586228,427.2035843,899.9543358,410.439976,1828.098505 +497370,872.3578832,427.0216911,898.8459778,409.9251075,1826.352655 +497371,870.5863298,426.8952382,897.8913903,409.4776221,1824.746828 +497372,869.0102647,426.8298636,897.0682248,409.0845852,1823.245803 +497373,867.6006071,426.8272458,896.3511461,408.7388025,1821.820571 +497374,866.3348856,426.8826746,895.7250545,408.4303804,1820.447756 +497375,865.1862404,426.988637,895.1707869,408.1547256,1819.108715 +497376,864.1343011,427.1376704,894.6787998,407.9043024,1817.788603 +497377,863.3006145,427.6369056,894.2445926,407.6794552,1816.479357 +497378,862.6221608,428.3670656,893.8516296,407.4728886,1815.168664 +497379,862.018365,429.1676607,893.4931873,407.2820893,1813.848856 +497380,861.44733,429.9558668,893.1589082,407.1019165,1812.51483 +497381,860.8989917,430.7102686,892.8474222,406.9322313,1811.162917 +497382,860.3665633,431.4347889,892.5515901,406.7694392,1809.790434 +497383,859.8483542,432.1378089,892.2718785,406.6142666,1808.395527 +497384,859.3475502,432.825502,892.002371,406.4636522,1806.97702 +497385,858.8591864,433.5015596,891.7444853,406.3187122,1805.534302 +497386,858.3809401,434.1683118,891.4931072,406.1767133,1804.067157 +497387,857.9158316,434.8275274,891.2503217,406.0390478,1802.575708 +497388,857.4593521,435.4807213,891.0115752,405.9032206,1801.060296 +497389,857.009865,436.1292229,890.7794008,405.7708161,1799.521442 +497390,856.5710067,436.774173,890.549612,405.6394989,1797.959772 +497391,856.1387617,437.4165341,890.3250335,405.510981,1796.376009 +497392,855.7118727,438.0571064,890.1017232,405.3830357,1794.770911 +497393,855.3338921,438.7130201,889.9223101,405.2754658,1793.217215 +497394,855.0062013,439.3892751,889.7881756,405.1884513,1791.725232 +497395,854.686567,440.065727,889.6612894,405.1051163,1790.220882 +497396,854.4019959,440.7532783,889.5608863,405.0337755,1788.746607 +497397,854.1205456,441.4400207,889.4619045,404.9634742,1787.251774 +497398,853.8570335,442.1338007,889.3765205,404.8993334,1785.76578 +497399,853.6088028,442.831871,889.301173,404.8401767,1784.276878 +497400,853.3706751,443.5337026,889.2307276,404.7832505,1782.782827 +497401,855.8413765,445.4665251,891.86813,405.957605,1786.192673 +497402,858.3913902,447.4330272,894.5774303,407.1646241,1789.918685 +497403,860.9798363,449.4146758,897.316753,408.3852841,1793.799471 +497404,863.5283094,451.377031,900.0090918,409.5848351,1797.613351 +497405,866.0335387,453.3197695,902.6523513,410.7628237,1801.322409 +497406,868.4740146,455.2337877,905.22553,411.9102377,1804.881703 +497407,870.8691772,457.1282151,907.7481833,413.0363912,1808.328463 +497408,873.2236023,459.005242,910.2248843,414.1436287,1811.673105 +497409,875.5434929,460.8677283,912.6618327,415.2349004,1814.927974 +497410,877.8310275,462.7166646,915.0612261,416.3112444,1818.097598 +497411,880.0956701,464.5563171,917.4325626,417.3769579,1821.199714 +497412,882.3348817,466.3854581,919.7733451,418.4308449,1824.230393 +497413,884.5573839,468.2079482,922.0923382,419.4768034,1827.206305 +497414,886.7600924,470.0222569,924.3864989,420.5133459,1830.12274 +497415,888.9477894,471.8304155,926.6606495,421.5425513,1832.989315 +497416,891.1251618,473.6344017,928.9195142,422.5664488,1835.815475 +497417,893.2886,475.4324163,931.1595201,423.5832945,1838.595564 +497418,895.441983,477.2260648,933.3845836,424.5947526,1841.337514 +497419,897.5863847,479.0156778,935.5958139,425.6012157,1844.044117 +497420,899.7228627,480.8015804,937.7943024,426.603074,1846.718095 +497421,902.0639093,482.9013059,940.0194508,427.6167539,1849.362957 +497422,904.5336944,485.2000507,942.2612953,428.6386608,1851.986686 +497423,907.0237398,487.5359879,944.4962621,429.6584572,1854.581632 +497424,909.4846345,489.8291688,946.7171957,430.6728289,1857.153266 +497425,911.904541,492.0607846,948.9218917,431.6806265,1859.70259 +497426,914.2879397,494.2375926,951.11144,432.6822448,1862.230921 +497427,916.6419233,496.3705331,953.2875282,433.6783965,1864.739615 +497428,918.9719234,498.467927,955.4515514,434.6696793,1867.229941 +497429,921.2815847,500.5352383,957.6045503,435.656531,1869.703071 +497430,923.5735308,502.5762735,959.7473362,436.6392829,1872.160048 +497431,925.8498923,504.5940398,961.8805899,437.6182058,1874.601811 +497432,928.1222967,506.62249,963.9936787,438.5885621,1877.029139 +497433,930.3985537,508.6836139,966.0793069,439.54718,1879.442728 +497434,932.6813437,510.7833521,968.1358048,440.4934042,1881.843202 +497435,934.970738,512.9194392,970.1646763,441.4279586,1884.231139 +497436,937.2699009,515.0875714,972.1683263,442.3519293,1886.607055 +497437,939.5840214,517.2839225,974.1490298,443.2663158,1888.971439 +497438,941.9160522,519.5055495,976.1086798,444.1719305,1891.324711 +497439,944.2667333,521.7501481,978.0488523,445.0694354,1893.667262 +497440,946.6357267,524.0157876,979.9708914,445.9593844,1895.999417 +497441,949.0225184,526.3007748,981.8759815,446.8422579,1898.321491 +497442,951.6737021,528.9228109,983.8063891,447.7359339,1900.634888 +497443,954.4983472,531.7628517,985.7479981,448.6347726,1902.940792 +497444,957.3714194,534.6591603,987.6802181,449.5298058,1905.238883 +497445,960.2315329,537.52928,989.5925432,450.4162902,1907.528836 +497446,963.0653963,540.3533877,991.4828275,451.2931878,1909.810585 +497447,965.8785367,543.1373075,993.3525,452.1610997,1912.084335 +497448,968.6791761,545.8911093,995.2036483,453.0209483,1914.350394 +497449,971.4733707,548.6223077,997.0380414,453.8735172,1916.609155 +497450,974.2651066,551.33562,998.8570358,454.7193992,1918.860975 +497451,977.0572298,554.0341663,1000.661726,455.559063,1921.106221 +497452,979.8521164,612.9019386,1002.453043,456.3929007,1923.34519 +497453,982.6549838,670.9036617,1004.23182,457.2212588,1925.578175 +497454,985.4642166,646.9509462,1005.998796,458.0444422,1927.805399 +497455,988.2838524,672.7614295,1007.754623,458.8627171,1930.027019 +497456,991.1125236,685.7709807,1009.49985,459.6763056,1932.243029 +497457,993.9546994,698.43653,1011.234953,460.4853982,1934.453371 +497458,996.8088671,711.0418321,1012.960353,461.2901646,1936.657985 +497459,999.6794001,739.5289948,1014.676435,462.0907636,1938.856874 +497460,1002.853149,754.3628245,1016.44236,462.9123559,1941.051358 +497461,1003.519804,714.7049745,1015.530667,462.5161908,1938.318779 +497462,1001.949524,727.024697,1012.335824,461.0434192,1931.312552 +497463,999.2301487,739.2607335,1007.990053,459.0456552,1922.1607 +497464,996.5042925,751.6948073,1003.64309,457.0723761,1912.962096 +497465,994.2561403,763.8229602,999.774541,455.3454829,1904.579029 +497466,992.5381644,775.780919,996.4311334,453.8783272,1897.101422 +497467,991.2577471,787.9445952,993.5159381,452.6174184,1890.371133 +497468,990.3179826,799.7073159,990.9289829,451.510425,1884.226708 +497469,989.6520359,811.3790964,988.6022535,450.5216876,1878.557864 +497470,989.2168902,823.1797654,986.4889687,449.6283382,1873.292796 +497471,988.9822261,834.6728051,984.5563601,448.8142975,1868.378889 +497472,988.9236296,845.9712896,982.779898,448.0668189,1863.772207 +497473,989.0202632,857.6868769,981.1357325,447.3751809,1859.434046 +497474,989.2541936,868.4038939,979.6054775,446.7302977,1855.330133 +497475,989.6101368,879.9690499,978.1711655,446.1245691,1851.430581 +497476,990.0752359,890.8414082,976.8199389,445.5516944,1847.709446 +497477,990.6387574,901.8326778,975.5386582,445.0064865,1844.144405 +497478,991.2916831,912.6289874,974.3185744,444.4846661,1840.716127 +497479,992.0264491,923.4071649,973.149959,443.9827088,1837.40798 +497480,992.836741,934.0557372,972.026934,443.4976976,1834.205513 +497481,993.7173513,944.4361959,970.9421633,443.0272249,1831.096291 +497482,994.6638862,955.2014866,969.8917972,442.5692919,1828.069469 +497483,995.6726901,965.4262145,968.8701982,442.1222486,1825.115731 +497484,996.7406875,975.7396364,967.8749579,441.6847195,1822.226916 +497485,997.8653572,985.6987639,966.9016467,441.2555698,1819.396034 +497486,999.0446279,996.1630845,965.9488832,440.8338487,1816.616929 +497487,1000.276832,1010.392409,965.0130958,440.418772,1813.88434 +497488,1001.735223,1021.18532,964.2646955,440.0838868,1811.19467 +497489,1003.356743,1031.538749,963.6396439,439.8018876,1808.544741 +497490,1005.054858,1041.711878,963.0460266,439.5327358,1805.930403 +497491,1006.785029,1048.471698,962.4406704,439.2569235,1803.348098 +497492,1008.481623,1055.38514,961.7990577,438.9645913,1800.794725 +497493,1010.111574,1061.335537,961.1150389,438.653617,1798.267717 +497494,1011.671214,1067.54326,960.3914252,438.3255476,1795.764925 +497495,1013.169553,1072.743049,959.6332275,437.982809,1793.284653 +497496,1014.617514,1078.387972,958.8449334,437.6275689,1790.825382 +497497,1016.024335,1083.520412,958.0300851,437.2615521,1788.385835 +497498,1017.397262,1088.482409,957.1914882,436.8861229,1785.964773 +497499,1018.742137,1093.293988,956.3314963,436.5024102,1783.56112 +497500,1020.06378,1097.925029,955.4521219,436.1113597,1781.173779 +497501,1021.366384,1102.304616,954.5551259,435.7137814,1778.801793 +497502,1022.653586,1106.608261,953.6420221,435.3103566,1776.444168 +497503,1023.928497,1110.63666,952.7141322,434.9016688,1774.100043 +497504,1025.19381,1114.551032,951.7725834,434.488205,1771.768513 +497505,1026.44677,1118.351442,950.816921,434.0696922,1769.443775 +497506,1027.696216,1121.881327,949.8498383,433.6473739,1767.13209 +497507,1028.938626,1125.050422,948.8709075,433.2209929,1764.827942 +497508,1030.182468,1128.853755,947.8823402,432.7915587,1762.536615 +497509,1031.421941,1131.710127,946.8832462,432.3585918,1760.251707 +497510,1032.657864,1134.798593,945.8740175,431.9222328,1757.97281 +497511,1033.893284,1137.697354,944.8555076,431.4828508,1755.700978 +497512,1035.130386,1140.401852,943.8283952,431.0407312,1753.436584 +497513,1036.37203,1143.008834,942.7945789,430.5967467,1751.184429 +497514,1037.616728,1145.489785,941.75249,430.1500962,1748.936866 +497515,1038.866093,1147.844304,940.7035163,429.701409,1746.698115 +497516,1040.118602,1150.018544,939.646304,429.2499983,1744.461815 +497517,1041.376144,1152.109255,938.5824796,428.7966187,1742.233207 +497518,1042.637316,1154.079508,937.5107776,428.3406321,1740.006309 +497519,1043.90388,1155.897416,936.4328199,427.8827949,1737.786486 +497520,1045.174352,1157.665039,935.3472982,427.422451,1735.567738 +497521,1047.656055,1049.167429,935.4613927,427.5083402,1735.547461 +497522,1045.647776,1047.435198,930.9128946,425.4037329,1726.645229 +497523,1041.266062,1046.345191,923.8986411,422.1781155,1713.100535 +497524,1036.713317,1045.496741,916.699654,418.9210824,1699.1903 +497525,1032.934556,1044.695811,910.2932722,416.0856755,1686.711317 +497526,1030.048625,1043.890383,904.8017181,413.7131041,1675.889529 +497527,1027.893528,1043.045054,900.0570316,411.709154,1666.436544 +497528,1026.295102,1042.139388,895.8790367,409.9785539,1658.048073 +497529,1025.133285,1041.162783,892.1437271,408.4566276,1650.517869 +497530,1024.331402,1040.109348,888.7721113,407.1024975,1643.71425 +497531,1023.8356,1038.975484,885.7086315,405.8877566,1637.542219 +497532,1023.602445,1037.759126,882.908545,404.7899229,1631.854243 +497533,1023.594606,1036.459259,880.3333056,403.79,1626.568494 +497534,1023.779603,1035.074969,877.9494609,402.8718265,1621.637866 +497535,1024.129562,1033.605558,875.7283195,402.0218207,1617.027189 +497536,1024.620828,1032.051076,873.6455207,401.2286899,1612.704574 +497537,1100.268613,1030.411399,871.6805018,400.4831008,1608.640045 +497538,1121.736112,1028.686939,869.8159046,399.7773381,1604.806049 +497539,1114.344061,1026.877263,868.0370769,399.1050232,1601.177904 +497540,1134.452329,1024.982228,866.3316035,398.4608595,1597.733712 +497541,1146.314699,1022.971653,864.688956,397.8404439,1594.454116 +497542,1157.88309,1020.951929,863.1001883,397.2401072,1591.321974 +497543,1169.248743,1018.782593,861.5577144,396.6567974,1588.322117 +497544,1180.71018,1016.556694,860.0550991,396.0879738,1585.441112 +497545,1192.145544,1014.244212,858.5868825,395.5315188,1582.66705 +497546,1203.297866,1011.850376,857.1484257,394.985663,1579.989364 +497547,1214.720888,1009.375845,855.7357777,394.4489224,1577.398656 +497548,1225.854272,1006.821275,854.3455693,393.920049,1574.886569 +497549,1236.907,1003.887043,852.9749198,393.3979888,1572.445652 +497550,1248.188103,1001.614782,851.6213587,392.8818478,1570.069255 +497551,1259.628718,998.7840518,850.2887428,392.3735827,1567.762308 +497552,1271.359779,996.1490784,848.9719713,391.8710983,1565.520988 +497553,1282.692185,993.3910544,847.6627256,391.370834,1563.333558 +497554,1294.591655,990.5564864,846.358214,390.871711,1561.194698 +497555,1305.829594,987.6434808,845.0571073,390.3732774,1559.099716 +497556,1317.452775,984.6520933,843.7586469,389.8753089,1557.044418 +497557,1329.407986,981.5823267,842.4622467,389.3776349,1555.025081 +497558,1340.433162,978.4341597,841.1673848,388.8800971,1553.038423 +497559,1352.069786,975.4911226,839.8735766,388.3825403,1551.081512 +497560,1363.673441,971.7775094,838.5803992,387.8848267,1549.151758 +497561,1375.110998,968.5935114,837.2874745,387.3868296,1547.246834 +497562,1386.526031,965.0929465,835.9944815,386.8884406,1545.364676 +497563,1398.086886,961.5584221,834.7011268,386.3895578,1543.503417 +497564,1409.176567,957.9477644,833.4071594,385.8900928,1541.661395 +497565,1421.101537,954.2619528,832.1123422,385.3899593,1539.837095 +497566,1432.418127,950.5012187,830.8164696,384.8890819,1538.029167 +497567,1443.597051,946.6664678,829.5193422,384.3873849,1536.236368 +497568,1454.801325,942.7581927,828.220785,383.8848011,1534.457587 +497569,1466.656497,938.777397,826.9206244,383.3812624,1532.691792 +497570,1477.682497,934.7246414,825.6187071,382.8767081,1530.938061 +497571,1489.206719,930.6010258,824.3148761,382.3710745,1529.195526 +497572,1500.408667,926.4071601,823.0089956,381.8643066,1527.463416 +497573,1511.594999,922.1442337,821.7009222,381.3563453,1525.740996 +497574,1523.219179,917.8129049,820.3905298,380.8471383,1524.027608 +497575,1534.432738,913.4144482,819.0776853,380.33663,1522.322623 +497576,1545.644146,908.9495625,817.7622731,379.8247721,1520.625482 +497577,1557.060154,904.4195956,816.4441666,379.311511,1518.935637 +497578,1568.200241,899.8252846,815.1232575,378.7968014,1517.252606 +497579,1579.25866,895.1680508,813.7994265,378.2805925,1515.575909 +497580,1590.935317,890.6929262,812.4725716,377.7628414,1513.905128 +497581,1839.245521,992.8010526,811.2074015,377.2729646,1512.3577 +497582,1855.058974,990.4368326,814.4971367,378.9190621,1518.980777 +497583,1870.884718,987.3499447,820.1370903,381.6309454,1530.051299 +497584,1885.669086,983.9216892,825.8746348,384.3358929,1541.669418 +497585,1900.16629,980.036529,830.75751,386.5944734,1552.106389 +497586,1914.39303,976.7322397,834.6794489,388.3734295,1561.071377 +497587,1924.131143,973.4911892,837.8167352,389.7706711,1568.776665 +497588,1937.482012,969.7167298,840.5153485,390.9540348,1575.483665 +497589,1951.394581,965.834386,842.8450549,391.963753,1581.370476 +497590,1965.13623,961.8696046,844.8102201,392.8072247,1586.552768 +497591,1979.072175,957.8305794,846.4290726,393.4961226,1591.113708 +497592,1992.796311,953.7221123,847.7384786,394.0493949,1595.122247 +497593,2006.64557,949.8430007,848.7810914,394.4878352,1598.639853 +497594,2020.483441,945.1863433,849.596367,394.8301981,1601.721932 +497595,2034.167721,941.0953806,850.2176471,395.0920106,1604.417903 +497596,2047.437635,936.7012494,850.6724553,395.2858255,1606.771426 +497597,2061.997921,932.2965458,850.9836094,395.421828,1608.82085 +497598,2075.327965,927.8392002,851.1702505,395.5083817,1610.599876 +497599,2089.061106,923.332002,851.2485243,395.5523961,1612.138089 +497600,2102.870475,918.776251,851.2321113,395.5596091,1613.461541 +497601,2116.510017,914.1744141,851.1325814,395.5347772,1614.593131 +497602,2130.204535,909.5279407,850.9597478,395.4818577,1615.553057 +497603,2143.813204,904.8392556,850.7219116,395.4041341,1616.359086 +497604,2157.643311,900.1097855,850.4261285,395.3043473,1617.026915 +497605,2171.086261,895.3419516,850.0783766,395.1847778,1617.570358 +497606,2184.895741,890.5371753,849.6837576,395.0473402,1618.001644 +497607,2198.480178,885.6979294,849.2466031,394.893633,1618.331544 +497608,2212.128829,880.8255094,848.7706291,394.7250086,1618.569616 +497609,2225.698581,875.9225457,848.2589962,394.5425999,1618.724283 +497610,2239.500996,871.2348021,847.7144334,394.3473747,1618.803041 +497611,2252.303238,866.1680053,847.1392717,394.1401485,1618.812505 +497612,2265.413017,861.6475195,846.5485319,393.9274146,1618.758586 +497613,2278.237736,856.9398692,845.9531954,393.7137811,1618.646541 +497614,2291.094514,852.2784056,845.3575146,393.500848,1618.481077 +497615,2303.902989,847.6276951,844.7617824,393.2885019,1618.266345 +497616,2316.600368,842.9877061,844.1650033,393.0761192,1618.006083 +497617,2329.531067,838.3596966,843.566099,392.8630898,1617.703598 +497618,2341.99285,833.7444146,842.9642668,392.6489622,1617.361895 +497619,2354.872866,829.1436879,842.3589055,392.4333977,1616.983642 +497620,2367.464266,824.5584991,841.7495688,392.216144,1616.571281 +497621,2380.123233,819.9908148,841.1358791,391.9969918,1616.126992 +497622,2392.750143,815.4417082,840.5175335,391.7757755,1615.652774 +497623,2405.359914,810.9132005,839.8942694,391.5523555,1615.150418 +497624,2417.871715,806.6285507,839.2658876,391.3266268,1614.621584 +497625,2430.575605,801.8301404,838.6322146,391.0985005,1614.067752 +497626,2443.139632,797.5234097,837.9931303,390.8679155,1613.490304 +497627,2455.457826,793.0616969,837.3485308,390.63482,1612.890478 +497628,2468.140047,788.6591948,836.6983556,390.3991842,1612.269436 +497629,2480.522201,784.2875204,836.0425487,390.160981,1675.234524 +497630,2492.962594,779.9472825,835.3810925,389.9202021,1691.713668 +497631,2505.362784,775.6400201,834.7139693,389.6768391,1676.459709 +497632,2517.731722,771.3662885,834.0411749,389.4308903,1688.994382 +497633,2530.065732,767.128114,833.3626854,389.1823447,1693.209144 +497634,2543.995961,762.774446,832.6784916,388.9311985,1697.225497 +497635,2561.874082,758.854589,831.9885971,388.6774535,1701.031556 +497636,2565.594516,754.8183598,831.2930237,388.4211208,1704.940757 +497637,2602.124843,750.4693878,830.5917777,388.1622042,1708.653964 +497638,2594.754856,746.5601675,829.8849084,387.9007277,1712.283102 +497639,2600.092586,742.5266558,829.1724483,387.6367081,1716.007351 +497640,2650.255576,738.5698555,828.4544423,387.3701673,1719.536298 +497641,2697.871588,757.4240236,827.9153713,387.1849621,1803.839897 +497642,2721.022748,754.8257923,828.2865432,387.4489651,1809.9227 +497643,2739.542919,751.8057552,829.1510171,387.9498558,1815.518991 +497644,2757.434503,748.31685,830.0554488,388.4605695,1820.450753 +497645,2775.345024,745.200966,830.7979641,388.8827157,1824.736654 +497646,2792.73966,742.0169317,831.347913,389.2044531,1829.405652 +497647,2810.048858,738.7050133,831.7357398,389.4439557,1833.452813 +497648,2827.371283,735.5947244,831.9968012,389.620873,1837.528437 +497649,2844.466399,732.4672187,832.1563528,416.9066061,1841.475722 +497650,2861.423894,729.3715237,832.2309915,405.5442486,1845.195542 +497651,2878.182738,726.3226601,832.232567,419.8719048,1849.320955 +497652,2895.280961,723.3263896,832.1706608,405.6806172,1852.679628 +497653,2911.730886,720.387251,832.053476,429.8636065,1856.442273 +497654,2928.438237,717.5071124,831.8881343,401.3092044,1859.974043 +497655,2945.034074,714.6891073,831.6807193,421.2196998,1863.308473 +497656,2961.480969,711.9344812,831.4364088,421.734414,1867.002728 +497657,2977.74535,709.4573153,831.1595603,420.844335,1870.249225 +497658,2994.405855,706.8046026,830.8538664,423.2203021,1873.596783 +497659,3010.274624,704.6500476,830.5224298,424.5474293,1876.863069 +497660,3026.448447,702.429423,830.1678965,426.4145618,1880.075705 +497661,3042.854804,700.2789941,829.7924909,428.4921923,1883.240059 +497662,3058.571669,698.1580332,829.3981282,430.0381998,1886.163766 +497663,3083.720243,696.0617478,828.986415,431.8566241,1889.540577 +497664,3091.283466,693.9867302,828.558736,433.68136,1892.406588 +497665,3092.046041,691.9318998,828.1162615,435.4764493,1895.418255 +497666,3130.448166,689.8952328,827.6600114,437.4323377,1898.349003 +497667,3135.204201,687.8763573,827.1908537,439.21121,1901.239938 +497668,3152.944315,685.8735939,826.7095575,441.2824204,1904.088045 +497669,3168.487595,683.716724,826.2167789,443.3280799,1906.897714 +497670,3183.6575,681.9904302,825.7131079,445.2421362,1909.666867 +497671,3196.064411,679.9468197,825.199046,447.4710343,1912.399208 +497672,3206.968828,678.0695091,824.6764888,449.4693834,1915.09125 +497673,3228.41914,673.0068821,824.146869,448.9817769,1917.532829 +497674,3240.915083,670.3301297,823.4683522,450.6135863,1920.486468 +497675,3251.968865,668.2466069,822.689375,452.7711091,1922.898291 +497676,3262.65442,666.1262736,821.8806077,454.894302,1925.484712 +497677,3280.715615,664.078674,821.0798839,456.9429472,1928.230846 +497678,3280.447958,662.0656845,820.2974654,459.245683,1930.335123 +497679,3317.92875,660.0808892,819.5316246,461.395333,1932.982083 +497680,3259.95035,658.1197576,863.8118983,463.7541013,1935.30877 +497681,3332.030415,656.1807012,817.2171357,466.0305677,1937.697428 +497682,3314.619325,654.2615939,847.2055782,468.3875275,1940.050134 +497683,3327.600847,652.3622045,833.66762,470.705664,1942.313269 +497684,3335.86182,650.4810997,851.9894096,473.2540833,1944.618645 +497685,3343.688041,648.6183924,829.7918008,475.5083837,1946.806796 +497686,3351.061401,646.7729517,862.9951364,478.0497597,1949.044356 +497687,3358.160639,644.9450971,821.2696461,480.6388877,1951.161903 +497688,3365.366439,643.133783,852.2870146,482.9725427,1953.306599 +497689,3385.426234,641.3394387,846.9927911,485.730094,1955.421305 +497690,3358.762651,639.708148,846.952919,488.0752893,1957.189665 +497691,3393.833429,637.7325121,848.6529732,490.826499,1959.667703 +497692,3388.315745,636.0887552,849.9968617,493.3159582,1961.414041 +497693,3395.922548,634.3370494,850.8853612,496.1300902,1963.441438 +497694,3401.072927,632.6220015,851.870688,498.5642992,1965.391244 +497695,3406.219742,630.9231613,852.856971,501.4140972,1967.24515 +497696,3410.981005,629.2393793,853.8300666,504.0410848,1969.129072 +497697,3415.497068,627.4268782,854.74156,506.7716665,1970.985217 +497698,3424.583865,625.9835351,855.6209161,509.5016905,1972.74065 +497699,3418.662355,624.2440373,856.5592238,512.1704639,1974.532105 +497700,3454.593664,622.6431112,857.4048802,515.1397086,1976.264588 +497701,3316.260079,587.9493278,793.5179718,484.428431,1834.990496 +497702,3374.677546,585.9541285,793.2772321,486.9055992,1836.587134 +497703,3363.803484,584.1748163,792.9368167,489.6483273,1837.953994 +497704,3348.979149,582.405839,792.6155594,492.0804246,1839.472512 +497705,3369.735339,580.6797568,792.349093,494.7623533,1841.140913 +497706,3389.406028,579.0899608,792.1456506,497.496989,1842.650886 +497707,3330.984518,577.2309699,791.9926481,500.1200133,1844.224066 +497708,3386.01392,575.6449844,791.8833137,502.8203857,1845.790851 +497709,3394.138454,573.9758259,791.8001658,505.5262996,1847.342497 +497710,3329.945761,572.3403512,791.7417784,508.2320328,1848.875402 +497711,3390.668818,570.7206683,791.7036182,510.8635952,1850.388043 +497712,3397.804291,568.9977838,791.6821947,513.7901366,1851.879274 +497713,3327.454511,567.5795533,791.6745788,516.3118584,1853.128127 +497714,3392.371116,565.9224508,791.6782828,519.1071293,1854.920464 +497715,3394.580106,564.4943167,791.691205,521.7235184,1856.175059 +497716,3328.872844,562.7856931,791.7115964,524.5647694,1857.615879 +497717,3379.93279,557.6144052,791.738003,523.7716352,1859.065026 +497718,3361.989666,555.4343454,791.610332,525.8209181,1860.326132 +497719,3346.827625,553.5259091,791.3812786,528.2219673,1861.637282 +497720,3381.231537,551.8190368,791.1273794,530.8322135,1862.931687 +497721,3325.528983,549.7926839,790.8890114,533.1686031,1864.202169 +497722,3396.959728,548.2848368,790.6765272,535.9693924,1865.445197 +497723,3305.872722,546.4876537,790.4874333,538.5003147,1866.660074 +497724,3370.770537,544.8173679,790.3167681,541.1391743,1867.845119 +497725,3343.681033,543.1501688,790.1605724,543.6720848,1869.001277 +497726,3345.933252,541.6003046,790.0161736,546.4635382,1870.128338 +497727,3343.665098,539.8252802,789.8816658,549.0301437,1871.227289 +497728,3341.146086,538.2784054,789.7555235,551.7893659,1872.29818 +497729,3338.435721,536.6636005,789.6364242,554.2787553,1873.342371 +497730,3335.529591,535.0787794,789.523209,556.9952453,1874.360091 +497731,3327.180761,533.0328179,789.4148661,558.7584215,1875.586753 +497732,3317.275395,531.2493855,789.2945736,560.6186819,1876.186831 +497733,3307.180557,529.0027975,789.1501518,562.1420507,1877.295311 +497734,3296.233311,527.0242526,788.9776864,563.6808242,1878.163305 +497735,3284.644593,524.9412915,788.7781148,565.1312955,1879.042778 +497736,3272.521224,522.9531665,788.5539319,566.5138706,1879.894865 +497737,3292.272901,520.7450576,788.3076035,567.8298703,1880.719456 +497738,3200.164517,518.627184,788.0411697,569.0796055,1881.514456 +497739,3280.772197,516.6512636,787.7562868,570.2630481,1882.278911 +497740,3177.680374,514.5760844,787.4543474,571.3797356,1883.011428 +497741,3221.788273,512.3696511,787.1365659,572.4294175,1883.711251 +497742,3185.356239,510.32372,786.8040152,573.4112784,1884.376797 +497743,3173.621398,508.1244149,786.4576466,574.2095787,1885.00772 +497744,3157.36615,506.1948475,786.0983073,575.3568498,1885.655268 +497745,3141.047296,503.9071738,785.7264869,575.871932,1886.178202 +497746,3124.157518,501.8579442,785.3429118,576.6797305,1886.714294 +497747,3106.473785,499.8030542,784.9482725,577.2933977,1887.191745 +497748,3088.924743,497.4971528,784.5431752,577.8526133,1887.631814 +497749,3072.134299,495.6361565,784.128112,578.5723024,1888.013542 +497750,3053.428172,493.5301434,783.707537,579.0523762,1888.395766 +497751,2999.541443,489.5034124,783.2804857,573.1577215,1888.694831 +497752,2975.500395,487.177717,782.7671947,572.4304842,1888.927472 +497753,2953.764781,484.8845266,782.1965652,572.2131423,1889.143904 +497754,2931.716225,482.6983416,781.6068498,572.0002038,1889.318046 +497755,2909.842733,480.3015766,781.0175196,571.7629881,1889.45084 +497756,2888.019033,478.2097232,780.4334802,571.3794395,1889.534587 +497757,2865.777562,475.9973472,779.8536733,571.1333578,1889.569546 +497758,2843.403044,473.6908386,779.2760343,570.7844087,1889.550701 +497759,2820.684653,471.5148382,778.6990096,570.2526453,1889.481081 +497760,2798.098778,469.2878112,778.121652,569.848839,1889.35783 +497761,2621.61956,429.7328482,777.5941658,503.254386,1603.677847 +497762,2597.802475,360.412419,774.2892198,502.486977,1603.330457 +497763,2573.851657,410.8347038,769.6031369,501.8380725,1602.640825 +497764,2550.198045,414.7227913,764.9259868,501.2700211,1602.509783 +497765,2525.833713,360.5874784,760.8294622,500.4009677,1602.330343 +497766,2501.709833,402.7180264,757.3670214,499.8526646,1602.183847 +497767,2492.89054,403.5196851,754.4060651,499.0188194,1602.039739 +497768,2429.938582,360.7208554,751.8271643,498.2115028,1601.882106 +497769,2438.63336,417.6515181,749.5450078,497.3376328,1601.707506 +497770,2367.086794,360.6318002,747.504863,489.997304,1601.463887 +497771,2340.063195,374.6157349,745.6042587,487.7893061,1601.217419 +497772,2312.383171,385.7262743,743.8246312,486.5305392,1600.945092 +497773,2285.705062,360.9067907,742.1778816,484.9086693,1600.646795 +497774,2258.544703,385.1909861,740.6594414,483.5162955,1600.316961 +497775,2231.951441,360.9239771,739.2552066,482.0448953,1599.955324 +497776,2205.154784,363.8575892,737.9538114,480.535271,1599.55554 +497777,2178.66859,370.4161281,736.7298522,478.9458922,1599.119548 +497778,2151.962996,361.051941,735.5749658,477.5909702,1598.64463 +497779,2125.453628,361.0382584,734.4782551,475.9047358,1598.134681 +497780,2098.944599,361.0337917,733.4359705,474.4957309,1597.588051 +497781,2043.403773,360.9863301,732.4318233,467.0974991,1596.962745 +497782,2013.469851,360.859207,731.4207282,464.6963966,1596.335835 +497783,1997.298155,360.6612722,730.4106247,462.7644531,1595.677291 +497784,1978.386131,360.4124438,729.4188654,460.9140188,1594.988725 +497785,1959.486973,360.1302445,728.4592595,459.1793496,1594.355706 +497786,1941.257451,359.8192411,727.5229089,457.3609043,1593.401709 +497787,1923.180686,359.4864831,726.6112018,455.6559353,1592.813887 +497788,1857.067165,359.1352312,725.7203334,444.2804558,1591.867105 +497789,1831.366315,358.7638079,724.837559,440.7788765,1591.018608 +497790,1810.304213,358.378645,723.9693517,438.3122377,1590.123064 +497791,1794.328376,357.9795815,723.1090963,436.2199093,1589.202382 +497792,1779.608236,357.5682341,722.2550428,434.565786,1588.253813 +497793,1765.538261,357.1438712,721.4010416,432.7876398,1587.277908 +497794,1752.258212,356.7069299,720.5442475,431.2233691,1586.269844 +497795,1739.34623,356.26097,719.6893444,429.720198,1585.309448 +497796,1727.105891,355.8027308,718.8265547,428.1824036,1584.123883 +497797,1715.226413,355.3353528,717.9605956,426.7961421,1583.085606 +497798,1703.796924,354.8596064,717.0912933,425.4231936,1581.953549 +497799,1692.946668,354.3762468,716.218694,424.1218348,1580.739107 +497800,1682.484258,353.8884379,715.3483463,422.8997468,1579.761191 +497801,1672.562764,353.3930137,714.4717826,421.7571197,1578.549681 +497802,1662.919091,352.8923876,713.5932811,420.5612441,1577.459524 +497803,1653.895124,352.3865043,712.7118759,419.6212791,1576.165148 +497804,1645.232316,351.8778199,711.832163,418.5730119,1575.026922 +497805,1637.04722,351.362566,710.945072,417.7089016,1573.820521 +497806,1629.476639,350.8429967,710.0548229,416.8963016,1572.624313 +497807,1622.427109,350.3193333,709.1612243,416.2127562,1571.429334 +497808,1615.754216,349.7918934,708.2643575,415.5211898,1570.306136 +497809,1605.20312,349.2633522,707.3695461,414.0678143,1568.866527 +497810,1592.200045,348.7288534,706.4658844,411.9549647,1567.818526 +497811,1578.882694,348.1908331,705.5581569,409.7203623,1566.563231 +497812,1565.370876,347.6497664,704.6468052,407.4250612,1565.385227 +497813,1551.639352,347.106061,703.7322343,405.0663523,1564.204014 +497814,1537.909724,346.5624113,702.819983,402.5875099,1563.094414 +497815,1524.5126,346.0145755,701.9004002,400.3473085,1561.82712 +497816,1510.053952,345.464723,700.9779771,397.3961006,1560.710524 +497817,1495.998409,344.9128351,700.0524268,394.9967536,1559.540532 +497818,1481.472573,344.3590206,699.1237772,412.8599447,1558.315201 +497819,1466.703885,343.8058553,698.1975166,360.3505492,1557.318554 +497820,1451.777743,343.2489657,697.263877,399.8666964,1556.017137 +497821,1435.489963,0,0,380.6474464,1552.588994 +497822,1737.557706,0,0,510.1364633,2137.695891 +497823,1683.205256,677.1076976,0,509.0981524,2107.853596 +497824,1703.698022,277.4102003,0,504.703843,2131.359892 +497825,1669.490204,371.8130671,752.8799579,500.7428593,2105.074734 +497826,1654.673906,370.5211316,616.3067119,496.6988781,2121.830768 +497827,1636.583692,367.9516679,517.9419101,492.6072724,2098.234938 +497828,1618.079593,364.8961387,588.9180533,488.3766083,2107.561306 +497829,1599.677707,362.2660688,586.1702929,484.1456159,2100.082215 +497830,1581.060668,359.408155,583.0454492,479.7224799,2096.158535 +497831,1561.406546,356.5790692,579.8585995,475.1763377,2092.857404 +497832,1541.942725,353.716349,576.3627905,470.531621,2088.969129 +497833,1521.44371,350.866804,573.0165435,465.6735593,2085.291327 +497834,1500.983386,348.0167119,569.275484,460.6251571,2081.548965 +497835,1479.11514,345.1672275,565.6488312,455.4322863,2077.832996 +497836,1365.579026,335.3368179,545.2871311,422.7613035,2073.842505 +497837,1338.932694,331.9139273,531.991016,415.1118229,2070.201675 +497838,1318.440056,328.9827411,527.5754522,409.66303,2066.338792 +497839,1300.243173,326.2141389,523.3081116,404.7618239,2062.591756 +497840,1282.489849,323.7425087,519.1553406,400.1305904,2058.832195 +497841,1265.699475,320.8068084,515.0756215,395.7034249,2054.955547 +497842,1249.174221,318.3763317,520.6496705,391.4988618,2051.043253 +497843,1233.593006,315.7893141,492.8984559,387.3280821,2047.138821 +497844,1217.778068,313.2627423,518.4916866,383.3543489,2043.13623 +497845,1202.665065,310.7593823,484.9196996,379.4076842,2039.121665 +497846,1187.869556,308.2772232,502.8417493,375.5408818,2035.179824 +497847,1173.308799,305.8152251,487.5165201,371.8123513,2030.861211 +497848,1158.966323,303.3722414,488.3144382,368.0687409,2026.813742 +497849,1144.925639,300.947844,483.0159451,364.74425,2022.680075 +497850,1131.30229,298.5411822,479.2582078,360.7698348,2018.473013 +497851,1117.539645,295.9518708,475.3941364,357.426852,2014.279804 +497852,1104.457295,293.871189,471.4658652,353.9651531,2010.039924 +497853,1091.074888,291.3680457,467.4066513,350.5163247,2005.859343 +497854,1098.426841,289.2479515,463.575213,347.1987572,2001.597472 +497855,1034.963576,286.6482578,459.5912555,343.8700759,1997.504787 +497856,1080.735673,284.4767908,455.6574667,340.5823387,1993.070359 +497857,1018.227117,282.151996,451.7175559,337.3922453,1988.907105 +497858,1037.951872,279.8736678,447.7757599,334.1653626,1984.703679 +497859,1014.186364,277.6092837,443.834876,331.0551557,1980.451988 +497860,1004.513048,275.3592387,439.8435152,327.926251,1976.206998 +497861,992.8681484,272.3634573,436.0194604,324.8298296,1972.030478 +497862,980.9739733,269.7636704,431.9744367,321.8198951,1967.804495 +497863,969.7683314,267.1880692,428.0252393,318.7692567,1963.720315 +497864,958.4732367,264.624346,424.1435396,315.8247506,1959.366929 +497865,947.0773951,262.0790483,420.1220888,312.8576127,1955.217291 +497866,936.1398109,259.7202287,416.2968436,309.7173996,1951.09103 +497867,925.2021746,256.9633275,412.2548872,307.1498036,1946.916192 +497868,914.382829,254.5864981,408.3059095,304.1174423,1942.779552 +497869,903.5676645,252.0790085,404.4200652,301.5276481,1938.619161 +497870,893.1140021,249.6129591,400.4892387,298.3988699,1934.532814 +497871,882.4697199,247.0026276,396.4451848,295.7644695,1930.527738 +497872,872.2542098,244.7926639,392.5971105,292.9627449,1926.26647 +497873,861.8818695,242.2574204,388.616985,290.2206812,1922.265718 +497874,851.6887118,239.8740136,384.6829372,287.5006724,1918.14477 +497875,841.6914534,237.6289999,380.7423906,284.0102478,1914.11299 +497876,831.7120785,235.0306807,376.7608437,280.8977403,1910.087724 +497877,821.8402069,232.7697406,372.9254715,277.8181794,1906.041412 +497878,812.0580977,230.3901517,368.858821,274.7604047,1901.997304 +497879,802.4361969,228.0484131,365.018164,271.7297702,1898.029918 +497880,792.6743542,225.7182773,361.0480632,268.7237773,1894.134828 +497881,0,0,0,0,0 +497882,0,0,0,0,0 +497883,0,0,0,0,0 +497884,0,0,0,0,0 +497885,0,0,0,0,0 +497886,0,0,0,0,0 +497887,0,0,0,0,0 +497888,0,0,0,0,0 +497889,0,0,0,0,0 +497890,0,0,0,0,0 +497891,0,0,0,0,0 +497892,0,0,0,0,0 +497893,0,0,0,0,0 +497894,0,0,0,0,0 +497895,0,0,0,0,0 +497896,0,0,0,0,0 +497897,0,0,0,0,0 +497898,0,0,0,0,0 +497899,0,0,0,0,0 +497900,0,0,0,0,0 +497901,0,0,0,0,0 +497902,0,0,0,0,0 +497903,0,0,0,0,0 +497904,0,0,0,0,0 +497905,0,0,0,0,0 +497906,0,0,0,0,0 +497907,0,0,0,0,0 +497908,0,0,0,0,0 +497909,0,0,0,0,0 +497910,0,0,0,0,0 +497911,0,0,0,0,0 +497912,0,0,0,0,0 +497913,0,0,0,0,0 +497914,0,0,0,0,0 +497915,0,0,0,0,0 +497916,0,0,0,0,0 +497917,0,0,0,0,0 +497918,0,0,0,0,0 +497919,0,0,0,0,0 +497920,0,0,0,0,0 +497921,0,0,0,0,0 +497922,0,0,0,0,0 +497923,0,0,0,0,0 +497924,0,0,0,0,0 +497925,0,0,0,0,0 +497926,0,0,0,0,0 +497927,0,0,0,0,0 +497928,0,0,0,0,0 +497929,0,0,0,0,0 +497930,0,0,0,0,0 +497931,0,0,0,0,0 +497932,0,0,0,0,0 +497933,0,0,0,0,0 +497934,0,0,0,0,0 +497935,0,0,0,0,0 +497936,0,0,0,0,0 +497937,0,0,0,0,0 +497938,0,0,0,0,0 +497939,0,0,0,0,0 +497940,0,0,0,0,0 +497941,0,0,0,0,0 +497942,0,0,0,0,0 +497943,0,0,0,0,0 +497944,0,0,0,0,0 +497945,0,0,0,0,0 +497946,0,0,0,0,0 +497947,0,0,0,0,0 +497948,0,0,0,0,0 +497949,0,0,0,0,0 +497950,0,0,0,0,0 +497951,0,0,0,0,0 +497952,0,0,0,0,0 +497953,0,0,0,0,0 +497954,0,0,0,0,0 +497955,0,0,0,0,0 +497956,0,0,0,0,0 +497957,0,0,0,0,0 +497958,0,0,0,0,0 +497959,0,0,0,0,0 +497960,0,0,0,0,0 +497961,0,0,0,0,0 +497962,0,0,0,0,0 +497963,0,0,0,0,0 +497964,0,0,0,0,0 +497965,0,0,0,0,0 +497966,0,0,0,0,0 +497967,0,0,0,0,0 +497968,0,0,0,0,0 +497969,0,0,0,0,0 +497970,0,0,0,0,0 +497971,0,0,0,0,0 +497972,0,0,0,0,0 +497973,0,0,0,0,0 +497974,0,0,0,0,0 +497975,0,0,0,0,0 +497976,0,0,0,0,0 +497977,0,0,0,0,0 +497978,0,0,0,0,0 +497979,0,0,0,0,0 +497980,0,0,0,0,0 +497981,0,0,0,0,0 +497982,0,0,0,0,0 +497983,0,0,0,0,0 +497984,0,0,0,0,0 +497985,0,0,0,0,0 +497986,0,0,0,0,0 +497987,0,0,0,0,0 +497988,0,0,0,0,0 +497989,0,0,0,0,0 +497990,0,0,0,0,0 +497991,0,0,0,0,0 +497992,0,0,0,0,0 +497993,0,0,0,0,0 +497994,0,0,0,0,0 +497995,0,0,0,0,0 +497996,0,0,0,0,0 +497997,0,0,0,0,0 +497998,0,0,0,0,0 +497999,0,0,0,0,0 +498000,0,0,0,0,0 +498001,0,0,0,0,0 +498002,0,0,0,0,0 +498003,0,0,0,0,0 +498004,0,0,0,0,0 +498005,0,0,0,0,0 +498006,0,0,0,0,0 +498007,0,0,0,0,0 +498008,0,0,0,0,0 +498009,0,0,0,0,0 +498010,0,0,0,0,0 +498011,0,0,0,0,0 +498012,0,0,0,0,0 +498013,0,0,0,0,0 +498014,0,0,0,0,0 +498015,0,0,0,0,0 +498016,0,0,0,0,0 +498017,0,0,0,0,0 +498018,0,0,0,0,0 +498019,0,0,0,0,0 +498020,0,0,0,0,0 +498021,0,0,0,0,0 +498022,0,0,0,0,0 +498023,0,0,0,0,0 +498024,0,0,0,0,0 +498025,0,0,0,0,0 +498026,0,0,0,0,0 +498027,0,0,0,0,0 +498028,0,0,0,0,0 +498029,0,0,0,0,0 +498030,0,0,0,0,0 +498031,0,0,0,0,0 +498032,0,0,0,0,0 +498033,0,0,0,0,0 +498034,0,0,0,0,0 +498035,0,0,0,0,0 +498036,0,0,0,0,0 +498037,0,0,0,0,0 +498038,0,0,0,0,0 +498039,0,0,0,0,0 +498040,0,0,0,0,0 +498041,0,0,0,0,0 +498042,0,0,0,0,0 +498043,0,0,0,0,0 +498044,0,0,0,0,0 +498045,0,0,0,0,0 +498046,0,0,0,0,0 +498047,0,0,0,0,0 +498048,0,0,0,0,0 +498049,0,0,0,0,0 +498050,0,0,0,0,0 +498051,0,0,0,0,0 +498052,0,0,0,0,0 +498053,0,0,0,0,0 +498054,0,0,0,0,0 +498055,0,0,0,0,0 +498056,0,0,0,0,0 +498057,0,0,0,0,0 +498058,0,0,0,0,0 +498059,0,0,0,0,0 +498060,0,0,0,0,0 +498061,0,0,0,0,0 +498062,0,0,0,0,0 +498063,0,0,0,0,0 +498064,0,0,0,0,0 +498065,0,0,0,0,0 +498066,0,0,0,0,0 +498067,0,0,0,0,0 +498068,0,0,0,0,0 +498069,0,0,0,0,0 +498070,0,0,0,0,0 +498071,0,0,0,0,0 +498072,0,0,0,0,0 +498073,0,0,0,0,0 +498074,0,0,0,0,0 +498075,0,0,0,0,0 +498076,0,0,0,0,0 +498077,0,0,0,0,0 +498078,0,0,0,0,0 +498079,0,0,0,0,0 +498080,0,0,0,0,0 +498081,0,0,0,0,0 +498082,0,0,0,0,0 +498083,0,0,0,0,0 +498084,0,0,0,0,0 +498085,0,0,0,0,0 +498086,0,0,0,0,0 +498087,0,0,0,0,0 +498088,0,0,0,0,0 +498089,0,0,0,0,0 +498090,0,0,0,0,0 +498091,0,0,0,0,0 +498092,0,0,0,0,0 +498093,0,0,0,0,0 +498094,0,0,0,0,0 +498095,0,0,0,0,0 +498096,0,0,0,0,0 +498097,0,0,0,0,0 +498098,0,0,0,0,0 +498099,0,0,0,0,0 +498100,0,0,0,0,0 +498101,0,0,0,0,0 +498102,0,0,0,0,0 +498103,0,0,0,0,0 +498104,0,0,0,0,0 +498105,0,0,0,0,0 +498106,0,0,0,0,0 +498107,0,0,0,0,0 +498108,0,0,0,0,0 +498109,0,0,0,0,0 +498110,0,0,0,0,0 +498111,0,0,0,0,0 +498112,0,0,0,0,0 +498113,0,0,0,0,0 +498114,0,0,0,0,0 +498115,0,0,0,0,0 +498116,0,0,0,0,0 +498117,0,0,0,0,0 +498118,0,0,0,0,0 +498119,0,0,0,0,0 +498120,0,0,0,0,0 +498121,0,0,0,0,0 +498122,0,0,0,0,0 +498123,0,0,0,0,0 +498124,0,0,0,0,0 +498125,0,0,0,0,0 +498126,0,0,0,0,0 +498127,0,0,0,0,0 +498128,0,0,0,0,0 +498129,0,0,0,0,0 +498130,0,0,0,0,0 +498131,0,0,0,0,0 +498132,0,0,0,0,0 +498133,0,0,0,0,0 +498134,0,0,0,0,0 +498135,0,0,0,0,0 +498136,0,0,0,0,0 +498137,0,0,0,0,0 +498138,0,0,0,0,0 +498139,0,0,0,0,0 +498140,0,0,0,0,0 +498141,0,0,0,0,0 +498142,0,0,0,0,0 +498143,0,0,0,0,0 +498144,0,0,0,0,0 +498145,0,0,0,0,0 +498146,0,0,0,0,0 +498147,0,0,0,0,0 +498148,0,0,0,0,0 +498149,0,0,0,0,0 +498150,0,0,0,0,0 +498151,0,0,0,0,0 +498152,0,0,0,0,0 +498153,0,0,0,0,0 +498154,0,0,0,0,0 +498155,0,0,0,0,0 +498156,0,0,0,0,0 +498157,0,0,0,0,0 +498158,0,0,0,0,0 +498159,0,0,0,0,0 +498160,0,0,0,0,0 +498161,0,0,0,0,0 +498162,0,0,0,0,0 +498163,0,0,0,0,0 +498164,0,0,0,0,0 +498165,0,0,0,0,0 +498166,0,0,0,0,0 +498167,0,0,0,0,0 +498168,0,0,0,0,0 +498169,0,0,0,0,0 +498170,0,0,0,0,0 +498171,0,0,0,0,0 +498172,0,0,0,0,0 +498173,0,0,0,0,0 +498174,0,0,0,0,0 +498175,0,0,0,0,0 +498176,0,0,0,0,0 +498177,0,0,0,0,0 +498178,0,0,0,0,0 +498179,0,0,0,0,0 +498180,0,0,0,0,0 +498181,0,0,0,0,0 +498182,0,0,0,0,0 +498183,0,0,0,0,0 +498184,0,0,0,0,0 +498185,0,0,0,0,0 +498186,0,0,0,0,0 +498187,0,0,0,0,0 +498188,0,0,0,0,0 +498189,0,0,0,0,0 +498190,0,0,0,0,0 +498191,0,0,0,0,0 +498192,0,0,0,0,0 +498193,0,0,0,0,0 +498194,0,0,0,0,0 +498195,0,0,0,0,0 +498196,0,0,0,0,0 +498197,0,0,0,0,0 +498198,0,0,0,0,0 +498199,0,0,0,0,0 +498200,0,0,0,0,0 +498201,0,0,0,0,0 +498202,0,0,0,0,0 +498203,0,0,0,0,0 +498204,0,0,0,0,0 +498205,0,0,0,0,0 +498206,0,0,0,0,0 +498207,0,0,0,0,0 +498208,0,0,0,0,0 +498209,0,0,0,0,0 +498210,0,0,0,0,0 +498211,0,0,0,0,0 +498212,0,0,0,0,0 +498213,0,0,0,0,0 +498214,0,0,0,0,0 +498215,0,0,0,0,0 +498216,0,0,0,0,0 +498217,0,0,0,0,0 +498218,0,0,0,0,0 +498219,0,0,0,0,0 +498220,0,0,0,0,0 +498221,0,0,0,0,0 +498222,0,0,0,0,0 +498223,0,0,0,0,0 +498224,0,0,0,0,0 +498225,0,0,0,0,0 +498226,0,0,0,0,0 +498227,0,0,0,0,0 +498228,0,0,0,0,0 +498229,0,0,0,0,0 +498230,0,0,0,0,0 +498231,0,0,0,0,0 +498232,0,0,0,0,0 +498233,0,0,0,0,0 +498234,0,0,0,0,0 +498235,0,0,0,0,0 +498236,0,0,0,0,0 +498237,0,0,0,0,0 +498238,0,0,0,0,0 +498239,0,0,0,0,0 +498240,0,0,0,0,0 +498241,0,0,0,0,0 +498242,0,0,0,0,0 +498243,0,0,0,0,0 +498244,0,0,0,0,0 +498245,0,0,0,0,0 +498246,0,0,0,0,0 +498247,0,0,0,0,0 +498248,0,0,0,0,0 +498249,0,0,0,0,0 +498250,0,0,0,0,0 +498251,0,0,0,0,0 +498252,0,0,0,0,0 +498253,0,0,0,0,0 +498254,0,0,0,0,0 +498255,0,0,0,0,0 +498256,0,0,0,0,0 +498257,0,0,0,0,0 +498258,0,0,0,0,0 +498259,0,0,0,0,0 +498260,0,0,0,0,0 +498261,0,0,0,0,0 +498262,0,0,0,0,0 +498263,0,0,0,0,0 +498264,0,0,0,0,0 +498265,0,0,0,0,0 +498266,0,0,0,0,0 +498267,0,0,0,0,0 +498268,0,0,0,0,0 +498269,0,0,0,0,0 +498270,0,0,0,0,0 +498271,0,0,0,0,0 +498272,0,0,0,0,0 +498273,0,0,0,0,0 +498274,0,0,0,0,0 +498275,0,0,0,0,0 +498276,0,0,0,0,0 +498277,0,0,0,0,0 +498278,0,0,0,0,0 +498279,0,0,0,0,0 +498280,0,0,0,0,0 +498281,0,0,0,0,0 +498282,0,0,0,0,0 +498283,0,0,0,0,0 +498284,0,0,0,0,0 +498285,0,0,0,0,0 +498286,0,0,0,0,0 +498287,0,0,0,0,0 +498288,0,0,0,0,0 +498289,0,0,0,0,0 +498290,0,0,0,0,0 +498291,0,0,0,0,0 +498292,0,0,0,0,0 +498293,0,0,0,0,0 +498294,0,0,0,0,0 +498295,0,0,0,0,0 +498296,0,0,0,0,0 +498297,0,0,0,0,0 +498298,0,0,0,0,0 +498299,0,0,0,0,0 +498300,0,0,0,0,0 +498301,0,0,0,0,0 +498302,0,0,0,0,0 +498303,0,0,0,0,0 +498304,0,0,0,0,0 +498305,0,0,0,0,0 +498306,0,0,0,0,0 +498307,0,0,0,0,0 +498308,0,0,0,0,0 +498309,0,0,0,0,0 +498310,0,0,0,0,0 +498311,0,0,0,0,0 +498312,0,0,0,0,0 +498313,0,0,0,0,0 +498314,0,0,0,0,0 +498315,0,0,0,0,0 +498316,0,0,0,0,0 +498317,0,0,0,0,0 +498318,0,0,0,0,0 +498319,0,0,0,0,0 +498320,0,0,0,0,0 +498321,0,0,0,0,0 +498322,0,0,0,0,0 +498323,0,0,0,0,0 +498324,0,0,0,0,0 +498325,0,0,0,0,0 +498326,0,0,0,0,0 +498327,0,0,0,0,0 +498328,0,0,0,0,0 +498329,0,0,0,0,0 +498330,0,0,0,0,0 +498331,0,0,0,0,0 +498332,0,0,0,0,0 +498333,0,0,0,0,0 +498334,0,0,0,0,0 +498335,0,0,0,0,0 +498336,0,0,0,0,0 +498337,0,0,0,0,0 +498338,0,0,0,0,0 +498339,0,0,0,0,0 +498340,0,0,0,0,0 +498341,0,0,0,0,0 +498342,0,0,0,0,0 +498343,0,0,0,0,0 +498344,0,0,0,0,0 +498345,0,0,0,0,0 +498346,0,0,0,0,0 +498347,0,0,0,0,0 +498348,0,0,0,0,0 +498349,0,0,0,0,0 +498350,0,0,0,0,0 +498351,0,0,0,0,0 +498352,0,0,0,0,0 +498353,0,0,0,0,0 +498354,0,0,0,0,0 +498355,0,0,0,0,0 +498356,0,0,0,0,0 +498357,0,0,0,0,0 +498358,0,0,0,0,0 +498359,0,0,0,0,0 +498360,0,0,0,0,0 +498361,0,0,0,0,0 +498362,0,0,0,0,0 +498363,0,0,0,0,0 +498364,0,0,0,0,0 +498365,0,0,0,0,0 +498366,0,0,0,0,0 +498367,0,0,0,0,0 +498368,0,0,0,0,0 +498369,0,0,0,0,0 +498370,0,0,0,0,0 +498371,0,0,0,0,0 +498372,0,0,0,0,0 +498373,0,0,0,0,0 +498374,0,0,0,0,0 +498375,0,0,0,0,0 +498376,0,0,0,0,0 +498377,0,0,0,0,0 +498378,0,0,0,0,0 +498379,0,0,0,0,0 +498380,0,0,0,0,0 +498381,0,0,0,0,0 +498382,0,0,0,0,0 +498383,0,0,0,0,0 +498384,0,0,0,0,0 +498385,0,0,0,0,0 +498386,0,0,0,0,0 +498387,0,0,0,0,0 +498388,0,0,0,0,0 +498389,0,0,0,0,0 +498390,0,0,0,0,0 +498391,0,0,0,0,0 +498392,0,0,0,0,0 +498393,0,0,0,0,0 +498394,0,0,0,0,0 +498395,0,0,0,0,0 +498396,0,0,0,0,0 +498397,0,0,0,0,0 +498398,0,0,0,0,0 +498399,0,0,0,0,0 +498400,0,0,0,0,0 +498401,0,0,0,0,0 +498402,0,0,0,0,0 +498403,0,0,0,0,0 +498404,0,0,0,0,0 +498405,0,0,0,0,0 +498406,0,0,0,0,0 +498407,0,0,0,0,0 +498408,0,0,0,0,0 +498409,0,0,0,0,0 +498410,0,0,0,0,0 +498411,0,0,0,0,0 +498412,0,0,0,0,0 +498413,0,0,0,0,0 +498414,0,0,0,0,0 +498415,0,0,0,0,0 +498416,0,0,0,0,0 +498417,0,0,0,0,0 +498418,0,0,0,0,0 +498419,0,0,0,0,0 +498420,0,0,0,0,0 +498421,0,0,0,0,0 +498422,0,0,0,0,0 +498423,0,0,0,0,0 +498424,0,0,0,0,0 +498425,0,0,0,0,0 +498426,0,0,0,0,0 +498427,0,0,0,0,0 +498428,0,0,0,0,0 +498429,0,0,0,0,0 +498430,0,0,0,0,0 +498431,0,0,0,0,0 +498432,0,0,0,0,0 +498433,0,0,0,0,0 +498434,0,0,0,0,0 +498435,0,0,0,0,0 +498436,0,0,0,0,0 +498437,0,0,0,0,0 +498438,0,0,0,0,0 +498439,0,0,0,0,0 +498440,0,0,0,0,0 +498441,0,0,0,0,0 +498442,0,0,0,0,0 +498443,0,0,0,0,0 +498444,0,0,0,0,0 +498445,0,0,0,0,0 +498446,0,0,0,0,0 +498447,0,0,0,0,0 +498448,0,0,0,0,0 +498449,0,0,0,0,0 +498450,0,0,0,0,0 +498451,0,0,0,0,0 +498452,0,0,0,0,0 +498453,0,0,0,0,0 +498454,0,0,0,0,0 +498455,0,0,0,0,0 +498456,0,0,0,0,0 +498457,0,0,0,0,0 +498458,0,0,0,0,0 +498459,0,0,0,0,0 +498460,0,0,0,0,0 +498461,0,0,0,0,0 +498462,0,0,0,0,0 +498463,0,0,0,0,0 +498464,0,0,0,0,0 +498465,0,0,0,0,0 +498466,0,0,0,0,0 +498467,0,0,0,0,0 +498468,0,0,0,0,0 +498469,0,0,0,0,0 +498470,0,0,0,0,0 +498471,0,0,0,0,0 +498472,0,0,0,0,0 +498473,0,0,0,0,0 +498474,0,0,0,0,0 +498475,0,0,0,0,0 +498476,0,0,0,0,0 +498477,0,0,0,0,0 +498478,0,0,0,0,0 +498479,0,0,0,0,0 +498480,0,0,0,0,0 +498481,0,0,0,0,0 +498482,0,0,0,0,0 +498483,0,0,0,0,0 +498484,0,0,0,0,0 +498485,0,0,0,0,0 +498486,0,0,0,0,0 +498487,0,0,0,0,0 +498488,0,0,0,0,0 +498489,0,0,0,0,0 +498490,0,0,0,0,0 +498491,0,0,0,0,0 +498492,0,0,0,0,0 +498493,0,0,0,0,0 +498494,0,0,0,0,0 +498495,0,0,0,0,0 +498496,0,0,0,0,0 +498497,0,0,0,0,0 +498498,0,0,0,0,0 +498499,0,0,0,0,0 +498500,0,0,0,0,0 +498501,0,0,0,0,0 +498502,0,0,0,0,0 +498503,0,0,0,0,0 +498504,0,0,0,0,0 +498505,0,0,0,0,0 +498506,0,0,0,0,0 +498507,0,0,0,0,0 +498508,0,0,0,0,0 +498509,0,0,0,0,0 +498510,0,0,0,0,0 +498511,0,0,0,0,0 +498512,0,0,0,0,0 +498513,0,0,0,0,0 +498514,0,0,0,0,0 +498515,0,0,0,0,0 +498516,0,0,0,0,0 +498517,0,0,0,0,0 +498518,0,0,0,0,0 +498519,0,0,0,0,0 +498520,0,0,0,0,0 +498521,0,0,0,0,0 +498522,0,0,0,0,0 +498523,0,0,0,0,0 +498524,0,0,0,0,0 +498525,0,0,0,0,0 +498526,0,0,0,0,0 +498527,0,0,0,0,0 +498528,0,0,0,0,0 +498529,0,0,0,0,0 +498530,0,0,0,0,0 +498531,0,0,0,0,0 +498532,0,0,0,0,0 +498533,0,0,0,0,0 +498534,0,0,0,0,0 +498535,0,0,0,0,0 +498536,0,0,0,0,0 +498537,0,0,0,0,0 +498538,0,0,0,0,0 +498539,0,0,0,0,0 +498540,0,0,0,0,0 +498541,0,0,0,0,0 +498542,0,0,0,0,0 +498543,0,0,0,0,0 +498544,0,0,0,0,0 +498545,0,0,0,0,0 +498546,0,0,0,0,0 +498547,0,0,0,0,0 +498548,0,0,0,0,0 +498549,0,0,0,0,0 +498550,0,0,0,0,0 +498551,0,0,0,0,0 +498552,0,0,0,0,0 +498553,0,0,0,0,0 +498554,0,0,0,0,0 +498555,0,0,0,0,0 +498556,0,0,0,0,0 +498557,0,0,0,0,0 +498558,0,0,0,0,0 +498559,0,0,0,0,0 +498560,0,0,0,0,0 +498561,0,0,0,0,0 +498562,0,0,0,0,0 +498563,0,0,0,0,0 +498564,0,0,0,0,0 +498565,0,0,0,0,0 +498566,0,0,0,0,0 +498567,0,0,0,0,0 +498568,0,0,0,0,0 +498569,0,0,0,0,0 +498570,0,0,0,0,0 +498571,0,0,0,0,0 +498572,0,0,0,0,0 +498573,0,0,0,0,0 +498574,0,0,0,0,0 +498575,0,0,0,0,0 +498576,0,0,0,0,0 +498577,0,0,0,0,0 +498578,0,0,0,0,0 +498579,0,0,0,0,0 +498580,0,0,0,0,0 +498581,0,0,0,0,0 +498582,0,0,0,0,0 +498583,0,0,0,0,0 +498584,0,0,0,0,0 +498585,0,0,0,0,0 +498586,0,0,0,0,0 +498587,0,0,0,0,0 +498588,0,0,0,0,0 +498589,0,0,0,0,0 +498590,0,0,0,0,0 +498591,0,0,0,0,0 +498592,0,0,0,0,0 +498593,0,0,0,0,0 +498594,0,0,0,0,0 +498595,0,0,0,0,0 +498596,0,0,0,0,0 +498597,0,0,0,0,0 +498598,0,0,0,0,0 +498599,0,0,0,0,0 +498600,0,0,0,0,0 +498601,0,0,0,0,0 +498602,0,0,0,0,0 +498603,0,0,0,0,0 +498604,0,0,0,0,0 +498605,0,0,0,0,0 +498606,0,0,0,0,0 +498607,0,0,0,0,0 +498608,0,0,0,0,0 +498609,0,0,0,0,0 +498610,0,0,0,0,0 +498611,0,0,0,0,0 +498612,0,0,0,0,0 +498613,0,0,0,0,0 +498614,0,0,0,0,0 +498615,0,0,0,0,0 +498616,0,0,0,0,0 +498617,0,0,0,0,0 +498618,0,0,0,0,0 +498619,0,0,0,0,0 +498620,0,0,0,0,0 +498621,0,0,0,0,0 +498622,0,0,0,0,0 +498623,0,0,0,0,0 +498624,0,0,0,0,0 +498625,0,0,0,0,0 +498626,0,0,0,0,0 +498627,0,0,0,0,0 +498628,0,0,0,0,0 +498629,0,0,0,0,0 +498630,0,0,0,0,0 +498631,0,0,0,0,0 +498632,0,0,0,0,0 +498633,0,0,0,0,0 +498634,0,0,0,0,0 +498635,0,0,0,0,0 +498636,0,0,0,0,0 +498637,0,0,0,0,0 +498638,0,0,0,0,0 +498639,0,0,0,0,0 +498640,0,0,0,0,0 +498641,0,0,0,0,0 +498642,0,0,0,0,0 +498643,0,0,0,0,0 +498644,0,0,0,0,0 +498645,0,0,0,0,0 +498646,0,0,0,0,0 +498647,0,0,0,0,0 +498648,0,0,0,0,0 +498649,0,0,0,0,0 +498650,0,0,0,0,0 +498651,0,0,0,0,0 +498652,0,0,0,0,0 +498653,0,0,0,0,0 +498654,0,0,0,0,0 +498655,0,0,0,0,0 +498656,0,0,0,0,0 +498657,0,0,0,0,0 +498658,0,0,0,0,0 +498659,0,0,0,0,0 +498660,0,0,0,0,0 +498661,-309.0351233,-92.56977335,-283.4312421,-92.51543107,1495.926706 +498662,43.19981744,47.46623644,65.65363895,47.51883689,2159.665073 +498663,-640.5081425,-239.2921301,-611.9907151,-239.2420354,1037.271139 +498664,-241.7324053,-69.4930884,-217.0843917,-69.44534813,1744.92354 +498665,-838.5710484,-327.749507,-808.7525112,-327.7039564,718.1075092 +498666,-468.7652354,-161.064633,-442.3126714,-161.0208728,1406.535828 +498667,-690.5705763,-256.9045859,-657.8016789,-256.8627304,1125.548771 +498668,-1113.01711,-450.0761735,-1080.710619,-450.0358028,316.9792581 +498669,-1013.226666,-406.9176986,-982.2201342,-406.8784336,410.4217009 +498670,-729.4953974,-277.0230992,-697.601495,-276.9850643,964.7316994 +498671,-884.7766578,-345.8177099,-851.2625433,-345.7810911,763.7163084 +498672,-1000.615727,-397.7996467,-966.2436414,-397.7643665,591.0611093 +498673,-1080.201044,-433.8722249,-1045.418098,-433.8381568,458.7244789 +498674,-1128.510086,-456.0126986,-1093.558878,-455.9797275,369.3804395 +498675,-1153.439259,-467.6625766,-1118.42493,-467.6306251,316.340181 +498676,-1163.136067,-472.4499125,-1128.091618,-472.4189372,289.1515624 +498677,-1165.015327,-473.7025367,-1129.941033,-473.6725141,276.4046642 +498678,-1163.229837,-473.2795668,-1128.109687,-473.250481,271.3163012 +498679,-1160.068908,-472.2101568,-1124.895459,-472.1819921,269.840991 +498680,-1156.673279,-471.0045485,-1121.442832,-470.9772875,269.8071206 +498681,-1153.53929,-469.8818015,-1118.243031,-469.8554242,270.1417925 +498682,-1254.245526,-516.897192,-1219.5534,-516.8716311,43.54827067 +498683,-1051.287119,-425.0132502,-1016.645485,-424.9884869,401.4486463 +498684,-1084.701443,-439.7715021,-1049.532251,-439.7475895,363.5859701 +498685,-1110.420853,-451.3713389,-1074.9767,-451.3482542,326.0327131 +498686,-1126.768027,-458.8364367,-1091.180192,-458.8141419,298.7022431 +498687,-1135.784691,-463.0062263,-1100.117347,-462.9846813,281.3996265 +498688,-1140.148724,-465.0678461,-1104.428756,-465.0470164,271.1537332 +498689,-1141.907405,-465.9383624,-1106.127643,-465.918219,265.0917038 +498690,-1142.389838,-466.2237342,-1106.547194,-466.2042525,261.2440186 +498691,-1142.32985,-463.8844897,-1106.394997,-466.2397334,258.4606383 +498692,-1142.058622,-460.0240876,-1106.014763,-466.1701386,256.135477 +498693,-1141.715651,-455.8337092,-1105.551876,-466.0595289,253.9852976 +498694,-1141.360811,-451.8479655,-1105.076425,-465.9322857,251.8870378 +498695,-1141.020652,-448.152864,-1104.613081,-465.8037454,249.7900237 +498696,-1140.705967,-444.6769037,-1104.177661,-465.6773354,247.6753766 +498697,-1140.421244,-441.3391542,-1103.768848,-465.557693,245.5385542 +498698,-1140.094754,-438.0868599,-1103.389632,-465.4425233,243.3810143 +498699,-1139.722262,-434.8897088,-1103.032904,-465.3336015,241.206924 +498700,-1139.320402,-431.7284826,-1102.654178,-465.2274149,239.0213463 +498701,-1138.898525,-428.5886073,-1102.233171,-465.1254226,236.8292857 +498702,-1138.50132,-425.2496039,-1101.826493,-465.0476719,234.6348486 +498703,-1238.927648,-468.5697673,-1202.881002,-511.7499747,11.39337611 +498704,-1042.843217,-376.3158034,-1006.871717,-422.8944423,358.1938271 +498705,-1076.78085,-387.906122,-1040.312599,-437.8512898,319.3912314 +498706,-1102.88429,-396.2879909,-1066.155876,-449.5736717,281.2577424 +498707,-1119.564902,-400.5068944,-1082.691464,-457.1238576,253.5070579 +498708,-1128.854783,-401.4060278,-1091.894709,-461.3556146,235.849279 +498709,-1133.383204,-400.1163557,-1096.358761,-463.4590837,225.296815 +498710,-1135.214591,-397.5616661,-1098.137137,-464.3735242,218.9908158 +498711,-1135.649185,-394.3339192,-1098.519876,-464.6902382,214.9751881 +498712,-1135.399739,-390.7611412,-1098.226845,-464.7255164,212.1233021 +498713,-1134.835487,-387.0090716,-1097.617533,-464.6392598,209.8259114 +498714,-1134.133838,-383.157098,-1096.872865,-464.5024971,207.7904239 +498715,-1133.376817,-379.2421784,-1096.071708,-464.3206074,205.8714908 +498716,-1132.597486,-375.2877022,-1095.256988,-464.1048401,203.9988497 +498717,-1131.819634,-371.3598702,-1094.440765,-463.8713703,202.1410649 +498718,-1131.051616,-367.4919288,-1093.633348,-463.6263804,200.2859214 +498719,-1130.293472,-363.6853091,-1092.831293,-463.3765732,198.4299753 +498720,-1129.543096,-359.9280379,-1092.038058,-463.1210869,196.5733692 +498721,-1131.588935,-357.4747422,-1094.037332,-464.1311303,189.6451326 +498722,-1094.858143,9.289044514,-1057.331735,-447.4706697,249.0272973 +498723,-1051.803857,417.2073186,-1014.328582,-428.0814526,316.8322591 +498724,-1013.666736,144.5998586,-976.2068439,-411.1491356,375.6045532 +498725,-982.91092,257.2420778,-945.414485,-397.7526269,422.0971505 +498726,-960.7228934,283.4649421,-923.1495046,-388.3500257,455.745537 +498727,-943.269131,306.4887334,-905.5951331,-381.1295266,483.4041478 +498728,-929.0159362,329.559742,-891.2300441,-375.3517982,505.9923891 +498729,-917.0831209,352.0047741,-879.1815027,-370.5957786,524.7991304 +498730,-1016.599855,374.2453889,-979.3094038,-417.5109401,299.3076805 +498731,-795.361413,396.4038503,-758.088023,-317.6775117,691.7842098 +498732,-679.0566106,403.9052821,-706.90089,-377.1623833,418.5560915 +498733,-447.4126493,432.8977689,-373.0152341,-307.6651633,605.4999893 +498734,-393.9554672,544.4448952,-357.3338915,-133.5481482,1318.926455 +498735,-562.731648,473.5285823,-524.9318477,-207.3231017,1104.959774 +498736,-590.6473882,413.4995831,-578.8542735,-340.3434705,531.8979981 +498737,-337.9187815,447.8710308,-288.4374126,-265.4556573,727.2245584 +498738,-286.882223,640.2320376,-251.2594358,-82.25961983,1485.962727 +498739,-474.3448256,594.081732,-437.0593807,-164.5159907,1253.327194 +498740,-440.3370564,568.1368676,-419.03041,-212.0628492,1119.728015 +498741,-271.4124066,556.7758184,-232.1585108,-235.1959883,1055.575514 +498742,-331.8872301,570.1254288,-298.6255514,-227.8003407,1096.383821 +498743,-290.6243971,571.1262714,-260.6501422,-97.44211645,1090.728042 +498744,-268.5536791,581.1979914,-236.376166,-157.0011959,1122.529774 +498745,-245.7498958,413.3752011,-215.3212164,-127.6344387,516.8272257 +498746,-224.0509622,473.1912637,-193.6425902,-116.8928159,839.8193201 +498747,-202.9200904,510.2255959,-173.257025,-106.8740002,1031.733349 +498748,-5.434415194,723.5522855,22.79010646,33.77905266,1843.922157 +498749,-255.5608057,674.5233433,-224.4845164,-71.25648024,1562.738478 +498750,-262.5891024,635.4732628,-242.0907406,-146.1103977,1347.333 +498751,-33.20971362,618.8748181,-5.301457804,-146.1661548,1240.585725 +498752,-128.9537928,617.288754,-103.8697255,5.452114594,1206.563537 +498753,-83.56763025,619.612982,-60.93293084,-70.49037938,1195.90721 +498754,-67.99725113,620.8806746,-43.4806146,-40.85555803,1185.549151 +498755,-46.02465551,440.4448475,-26.80954086,-32.72793085,655.6481756 +498756,-28.05754664,514.6438343,-8.408157116,-22.33167911,1765.736997 +498757,56.55218016,764.030928,83.70330689,51.9612069,1902.455949 +498758,-95.31399724,520.2719222,-87.01171141,-105.6290142,915.7716787 +498759,74.72498143,755.902268,92.59001797,47.84123758,1833.790181 +498760,29.4321306,716.5898412,44.91614833,-1.073734441,1595.961203 +498761,57.85233976,493.1920744,70.96838484,16.55657433,731.4746024 +498762,76.20854306,547.3034136,88.05078551,24.47717402,1408.58647 +498763,143.8690257,795.1156079,169.6137889,85.12516429,1978.707877 +498764,31.39678871,746.6044563,16.91769035,-22.37872213,1692.391119 +498765,161.8723139,510.4968327,179.5344738,60.58366649,767.4262012 +498766,134.8361175,762.8223273,137.4381587,56.91897885,1769.233494 +498767,357.3271121,582.1237671,358.8030732,146.5837121,1612.508475 +498768,54.10440441,786.4613283,80.66475769,47.84451256,1864.556214 +498769,71.63780008,542.2307252,35.5002761,-22.72959587,884.1409736 +498770,476.0132804,632.7595487,488.8009398,222.4909114,1944.336918 +498771,-68.33566231,616.5939137,-74.51090689,-41.36725163,1267.323012 +498772,359.7614086,837.3475109,352.3620886,146.4803184,2085.468591 +498773,222.3098747,788.4188336,216.2219653,89.56541446,1783.446646 +498774,265.0629329,754.6546722,253.6652804,106.7307503,1573.705904 +498775,279.9215903,736.0951883,267.5777877,113.0959496,1448.00445 +498776,429.1103489,546.7083795,415.5083775,179.8284865,1333.807949 +498777,116.2486074,584.4844025,98.66375304,38.75860479,1705.307032 +498778,588.3389886,672.7143722,568.7144929,248.645081,1893.939756 +498779,70.30376966,656.6412637,49.16616618,19.84323724,1356.617205 +498780,471.9743985,873.0001669,451.038127,195.8011938,2154.155003 +498781,809.1307514,638.8905373,783.3144454,340.9042456,1841.382994 +498782,782.0430172,679.3684141,755.3404248,327.8478431,2123.701479 +498783,813.2486314,710.6360346,785.4301407,345.2978743,2224.502917 +498784,831.8167215,738.5221896,802.6258769,353.4087703,2311.15114 +498785,845.2351613,762.3528074,816.2143421,361.1840995,2384.281312 +498786,860.5685627,782.4264221,828.8141816,365.3194069,2445.754339 +498787,871.7949697,799.4874502,840.3670927,371.361735,2497.447541 +498788,885.9739796,813.9935733,850.8274496,376.4543259,2540.021291 +498789,760.1752539,975.1738262,776.829309,337.8429123,3169.780349 +498790,1007.020536,741.7429826,898.5467545,408.5446874,2221.907442 +498791,908.8016111,774.6230703,896.9044147,393.5917789,2337.896581 +498792,923.1915901,791.8507071,878.0504756,390.5157102,2391.224748 +498793,941.8368543,804.6906656,895.5828779,398.9993732,2427.9849 +498794,956.017826,815.6968271,909.6210093,404.7431034,2458.283091 +498795,966.2867206,825.0974319,918.5216032,408.9160313,2482.738688 +498796,977.9156951,893.8222395,926.0547234,413.2655762,2500.863643 +498797,988.9274339,978.2907076,936.4104021,417.8942768,2514.104234 +498798,1000.929266,949.7169489,944.9997346,422.2686244,2523.108043 +498799,1012.235067,990.0821772,954.671214,426.2845701,2527.98972 +498800,1022.776054,1011.246924,962.9745918,431.1689729,2529.56795 +498801,1035.154044,1032.477836,971.9982807,434.6973833,2528.059477 +498802,1045.395715,1053.106535,981.2362585,439.6141939,2524.073623 +498803,1057.419041,1073.681831,989.4721382,443.3216103,2518.204199 +498804,1068.193593,1093.816251,999.0141116,447.4652165,2510.512091 +498805,1079.173444,1113.974313,1007.088702,452.1886717,2501.530227 +498806,1091.162911,1133.5013,1015.415544,455.5862742,2491.434882 +498807,1101.418449,1153.15055,1025.015105,460.1449458,2480.194606 +498808,1113.726483,1172.445488,1033.111003,463.8533091,2468.186336 +498809,1124.185263,1191.474115,1041.461367,468.3074942,2455.506042 +498810,1135.304857,1210.247631,1050.618591,471.8680718,2442.124007 +498811,1146.247299,1226.679559,1057.972174,475.9705646,2428.339677 +498812,1156.189355,1243.019684,1065.204182,479.2031794,2414.309875 +498813,1166.013337,1258.192508,1072.873413,482.9182138,2399.804948 +498814,1176.16947,1273.914012,1079.782745,486.1738469,2385.057033 +498815,1185.998967,1288.564971,1087.145143,489.6976756,2369.956129 +498816,1195.918622,1303.201389,1093.890247,492.9053805,2354.664789 +498817,1205.585456,1317.174824,1101.043973,496.3446124,2339.088098 +498818,1215.226252,1331.804176,1108.042586,499.632437,2323.31987 +498819,1222.171752,1345.577822,1116.713983,503.6760408,2307.377101 +498820,1186.695422,1354.982097,1112.353745,501.9577215,2249.307494 +498821,1173.256747,1373.80001,1135.851967,512.6065708,2230.770968 +498822,1159.817753,1384.467863,1134.574692,512.3815776,2211.398636 +498823,1147.969677,1397.442221,1143.008375,516.2600376,2194.099816 +498824,1137.594233,1409.953149,1129.797612,513.5275152,2178.790247 +498825,1128.786632,1422.120642,1118.178762,508.1952846,2165.774173 +498826,1121.445289,1434.048098,1108.29424,503.6330039,2154.966511 +498827,1115.359468,1445.699723,1099.970221,499.7873889,2146.05536 +498828,1110.321779,1457.215105,1092.952899,496.5495087,2138.71638 +498829,1106.15262,1468.424953,1087.006674,493.8087963,2132.66423 +498830,1102.702427,1479.446625,1081.939258,491.4726767,2127.660358 +498831,1099.846618,1490.20211,1077.596413,489.4673551,2123.505733 +498832,1097.481666,1500.851975,1073.85295,487.7339658,2120.034951 +498833,1095.521677,1511.159523,1070.605682,486.2247551,2117.110932 +498834,1093.895398,1521.40439,1067.768805,484.9004453,2114.620287 +498835,1092.543804,1531.307353,1065.270884,483.7285714,2112.469561 +498836,1091.418019,1541.15746,1063.052515,482.6822853,2110.581943 +498837,1090.477631,1550.668049,1061.064427,481.7394328,2108.894611 +498838,1089.689242,1560.138451,1059.265791,480.8817461,2107.356359 +498839,1089.025301,1569.26775,1057.622832,480.0941836,2105.9257 +498840,1088.463074,1578.322483,1056.107607,479.3643526,2104.569167 +498841,1085.221488,1590.588028,1051.934681,477.4264383,2098.237518 +498842,1082.199602,1600.229873,1047.997114,475.5950209,2092.178431 +498843,1079.379074,1609.802499,1044.27174,473.8592193,2086.354323 +498844,1076.699192,1618.326071,1040.691346,472.1874903,2080.676188 +498845,1074.112349,1628.049617,1037.21154,470.5598752,2075.079401 +498846,1071.591615,1636.485725,1033.804761,468.9617229,2069.529925 +498847,1069.123055,1645.046781,1030.451583,467.38873,2064.01169 +498848,1066.698338,1653.472056,1027.147015,465.8368257,2058.515928 +498849,1064.311147,1661.613769,1023.884276,464.30027,2053.036298 +498850,1061.956044,1669.779257,1020.652759,462.7789528,2047.567429 +498851,1059.628296,1677.528967,1017.451434,461.270875,2042.104749 +498852,1057.323841,1685.361379,1014.276118,459.7716057,2036.644491 +498853,1055.039268,1692.908936,1011.118526,458.2820995,2031.18366 +498854,1052.771716,1691.731173,1007.979752,456.8012719,2025.719898 +498855,1050.529276,1697.526381,1004.98527,455.3835659,2020.251482 +498856,1048.307033,1703.718496,1002.088889,454.0085003,2014.777076 +498857,1046.098143,1710.011968,999.2243517,452.6470125,2009.295572 +498858,1043.89818,1716.253786,996.3562978,451.2837675,2003.80614 +498859,1041.704956,1722.409027,993.4747352,449.9146615,1998.308237 +498860,1039.517382,1728.405188,990.5804275,448.5403236,1992.801514 +498861,1037.334747,1734.436447,987.6762574,447.1622699,1987.285788 +498862,1035.156423,1740.282324,984.7643654,445.7816327,1981.760978 +498863,1032.981825,1745.860286,981.8459751,444.3990931,1976.227098 +498864,1030.810518,1751.587336,978.9219161,443.0151239,1970.684416 +498865,1028.642048,1757.013632,975.9927531,441.6300526,1965.018303 +498866,1026.47593,1762.383458,973.0589061,440.2441196,1959.25893 +498867,1024.311778,1767.625316,970.1208013,438.8575515,1953.449829 +498868,1022.149257,1772.749825,967.1788153,437.470538,1947.61454 +498869,1019.988053,1777.756052,964.2332731,436.0832344,1941.761096 +498870,1017.82788,1782.644871,961.2844438,434.695762,1935.891204 +498871,1015.668476,1787.233588,958.3325573,433.308218,1930.005408 +498872,1013.512265,1791.834261,955.3838817,431.9233413,1924.10457 +498873,1011.360783,1796.229032,952.442571,430.5429241,1918.189914 +498874,1009.214233,1800.389791,949.5096968,429.1673914,1912.262663 +498875,1007.072134,1804.488235,946.584711,427.7964552,1906.323946 +498876,1004.943904,1808.567193,943.6666378,426.4296459,1900.374713 +498877,1002.843053,1812.390512,940.7545947,425.0665443,1894.415841 +498878,1000.775701,1816.148119,937.8478661,423.706813,1888.448062 +498879,998.7417842,1819.774955,934.9458781,422.3501831,1882.472055 +498880,996.8039785,1823.282179,932.1134779,421.0261257,1876.60719 +498881,994.9901755,1826.67173,929.3809878,419.7484006,1870.909995 +498882,993.2241555,1829.941512,926.67416,418.4832269,1865.246777 +498883,991.5094043,1833.097668,923.9981006,417.2329316,1859.627937 +498884,989.8389028,1836.137789,921.3471428,415.9949684,1854.044079 +498885,988.2067365,1839.064005,918.7164543,414.7671775,1848.48721 +498886,986.6080442,1841.87728,916.1021312,413.5478198,1842.95091 +498887,985.0387889,1844.510717,913.5009932,412.3354814,1837.430035 +498888,983.4956532,1847.199473,910.9104393,411.1290071,1831.920421 +498889,981.9758016,1849.631853,908.3283533,409.9274576,1826.418768 +498890,980.4769375,1852.012793,905.7530128,408.7300685,1820.922435 +498891,978.9971356,1854.344741,903.183023,407.5362202,1815.42937 +498892,977.534843,1856.397195,900.6172456,406.3454061,1809.937935 +498893,976.0888724,1858.49336,898.0547635,405.1572168,1804.446897 +498894,974.6585403,1860.353251,895.4948239,403.9713144,1798.955275 +498895,973.2433265,1862.291129,892.936824,402.7874268,1793.462364 +498896,971.8428622,1863.972851,890.3802644,401.6053267,1787.967608 +498897,970.4568607,1865.610558,887.8247451,400.4248301,1782.470634 +498898,969.0850357,1867.134521,885.2699352,399.2457827,1776.971158 +498899,967.7272193,1868.555636,882.7155659,398.0680578,1771.469013 +498900,966.3832427,1869.874824,880.1614149,396.8915483,1765.964081 +498901,966.297347,1817.216165,878.8516365,396.2817724,1762.718755 +498902,963.9396591,1817.052389,875.2021294,394.5674131,1755.180901 +498903,960.3993004,1817.075384,870.3210985,392.2908851,1745.399178 +498904,956.7990297,1817.152146,865.3616842,390.0048535,1735.443411 +498905,953.6146224,1817.196289,860.8132349,387.9379781,1726.180573 +498906,950.9007882,1817.255991,856.7392077,386.1118215,1717.71604 +498907,948.5708536,1817.075685,853.045844,384.4746297,1709.906286 +498908,946.5336093,1816.968826,849.6399747,382.9783745,1702.601153 +498909,944.7266406,1816.722057,846.4604249,381.5874686,1695.699103 +498910,943.1102105,1816.402148,843.4642315,380.2827225,1689.135629 +498911,941.6565562,1815.997405,840.6240085,379.0476138,1682.864495 +498912,940.3433246,1815.506568,837.9147222,377.8726328,1676.847524 +498913,939.1513829,1814.928905,835.3183893,376.7461302,1671.051124 +498914,938.0642333,1814.192954,832.8161541,375.6618732,1665.44564 +498915,937.0677472,1813.542844,830.3952737,374.6109769,1660.005235 +498916,936.1500199,1812.653769,828.0416032,373.5897304,1654.707618 +498917,935.3010679,1811.736745,825.7466056,372.5914257,1649.533658 +498918,934.5124628,1810.721725,823.4997199,371.6141975,1644.466911 +498919,933.7770741,1809.619011,821.2954451,370.6528405,1639.493258 +498920,933.0889207,1808.428972,819.1257472,369.7067321,1634.600532 +498921,932.4430248,1807.151706,816.9872517,368.771674,1629.77827 +498922,931.8351455,1805.78752,814.8736983,367.8478798,1625.017441 +498923,931.2616965,1804.336547,812.783214,366.9318331,1620.310275 +498924,930.7196229,1802.799127,810.7107913,366.0243149,1615.650052 +498925,930.2063631,1801.175425,808.6556188,365.1222717,1611.030988 +498926,929.7197808,1799.465802,806.6135765,364.22687,1606.448072 +498927,929.258094,1797.670447,804.5846035,363.3353705,1601.896988 +498928,928.8229103,1795.789725,802.5684064,362.4506557,1597.3798 +498929,928.4507186,1793.823832,800.6033787,361.5874364,1592.96223 +498930,928.0991801,1791.773113,798.6453028,360.7285919,1588.566655 +498931,927.7747357,1789.523991,796.702416,359.8751008,1584.204096 +498932,927.4712602,1787.167952,794.7649975,359.0255294,1579.869261 +498933,927.1843978,1784.716123,792.8292768,358.175609,1575.558008 +498934,926.912026,1782.171718,790.8909249,357.3262231,1571.266956 +498935,926.6532787,1779.53634,788.9509843,356.4752148,1566.993298 +498936,926.4076873,1776.811081,787.0074889,355.6244808,1562.734673 +498937,926.1749352,1773.996683,785.062216,354.7721638,1558.489105 +498938,925.9547697,1771.09381,783.1133073,353.9201786,1554.254927 +498939,925.7469797,1768.103,781.1625182,353.066638,1550.03073 +498940,925.5513173,1765.024793,779.2079982,352.2134399,1545.815317 +498941,925.3676166,1761.859672,777.2479307,351.3587006,1541.607677 +498942,925.1957595,1758.608158,775.2885432,350.504322,1537.406935 +498943,925.0356021,1755.270687,773.324921,349.6484267,1533.212353 +498944,924.8870521,1751.919432,771.3575217,348.7929177,1529.023286 +498945,924.750053,1748.308081,769.3894707,347.9359184,1524.839185 +498946,1147.234072,1744.763908,767.4185039,347.0792952,1520.659189 +498947,1046.898688,1741.074906,765.4423203,346.2211856,1516.483161 +498948,1092.296981,1737.312534,763.4668067,345.3634603,1512.310371 +498949,1109.752002,1733.462706,761.4870289,344.5042535,1508.140752 +498950,1125.097047,1729.527909,759.5033139,343.6453916,1503.973258 +498951,1140.623847,1725.509385,757.5186905,342.7849392,1499.807208 +498952,1155.655896,1721.33609,755.530962,341.9247697,1495.642328 +498953,1170.85564,1717.25324,753.537795,341.0629931,1491.478386 +498954,1186.054275,1712.937845,751.5451211,340.2014887,1487.315217 +498955,1200.961825,1708.599824,749.5479901,339.3383607,1483.152609 +498956,1215.884461,1704.169825,747.5468677,338.4754745,1478.99038 +498957,1230.529917,1699.658547,745.5448851,337.6109243,1474.828299 +498958,1245.632043,1695.06626,743.5398614,336.7465579,1470.666145 +498959,1260.146476,1690.393553,741.52947,335.8804651,1466.503685 +498960,1274.897686,1685.640647,739.5196115,335.0144941,1462.340723 +498961,1047.924509,1570.542028,741.5897667,336.0032898,1465.603262 +498962,1056.232059,1562.552078,739.0317221,334.8108076,1460.152609 +498963,1067.188243,1555.596688,733.9779269,332.4778255,1450.059597 +498964,1078.383581,1548.823205,728.7123697,330.0978648,1439.551707 +498965,1089.843029,1542.171004,724.2032308,328.1216864,1430.384384 +498966,1101.791696,1535.562963,720.5779206,326.5938062,1422.788308 +498967,1113.618171,1528.957745,717.6741189,325.4229762,1416.487657 +498968,1125.589571,1522.392359,715.3114101,324.5139893,1411.180777 +498969,1137.464485,1515.646837,713.3790438,323.808287,1406.687691 +498970,1149.931441,1508.985926,711.7895914,323.2612132,1402.862903 +498971,1161.48817,1502.167815,710.5000924,322.8501243,1399.635512 +498972,1174.032043,1495.456042,709.4572188,322.5486519,1396.912095 +498973,1186.035838,1488.62701,708.6334948,322.342834,1394.644092 +498974,1198.210162,1481.647841,707.9877121,322.2129708,1392.756684 +498975,1210.233311,1474.732776,707.4963813,322.1478259,1391.206265 +498976,1222.767561,1467.77098,707.1405681,322.138547,1389.956785 +498977,1235.056482,1460.564931,706.8921574,322.1723362,1388.954932 +498978,1246.796341,1453.564864,706.7384796,322.2435778,1388.175119 +498979,1259.58367,1446.341073,706.665293,322.3460467,1387.588651 +498980,1271.685295,1439.175574,706.6607815,322.4746849,1387.17116 +498981,1283.821144,1431.809829,706.7198477,322.6275248,1386.910452 +498982,1296.549922,1424.452501,706.825255,322.797095,1386.772337 +498983,1308.966562,1417.183966,706.9739085,322.9823558,1386.748388 +498984,1320.999998,1409.622771,707.1594728,323.1807852,1386.824432 +498985,1333.374608,1402.168637,707.3767911,323.3903804,1386.988551 +498986,1346.192147,1394.610014,707.6215269,323.6094904,1387.230498 +498987,1358.461557,1387.009886,707.8947149,323.838883,1387.549919 +498988,1371.00864,1379.354532,708.1846516,324.0735104,1387.923495 +498989,1383.543043,1371.706933,708.4925927,324.3141942,1388.351586 +498990,1395.820307,1363.882536,708.8159763,324.5599971,1388.827792 +498991,1408.535395,1355.951304,709.1528244,324.8102249,1389.346887 +498992,1420.52278,1347.910286,709.5040935,325.0654708,1389.904412 +498993,1432.79258,1339.827058,709.8702034,325.3260511,1390.49642 +498994,1445.01576,1331.690593,710.2551012,325.5938738,1391.127905 +498995,1457.242138,1324.031021,710.6491136,325.8646522,1391.780553 +498996,1469.48167,1315.029123,711.0547421,326.1396327,1392.458722 +498997,1481.40335,1307.177765,711.470483,326.4182352,1393.159528 +498998,1494.191465,1298.765356,711.8952742,326.7000716,1393.880874 +498999,1506.200328,1290.375509,712.3282338,326.9848264,1394.620925 +499000,1518.540019,1282.060855,712.7686,327.2722304,1395.378089 +499001,1531.190719,1273.611289,713.2156927,327.5620439,1396.150903 +499002,1542.973542,1265.166889,713.6736511,327.8562106,1396.946711 +499003,1555.513275,1256.634992,714.1333676,328.1506449,1397.748763 +499004,1567.853998,1248.189878,714.5983152,328.4469772,1398.56322 +499005,1580.181628,1239.616115,715.0677861,328.7449315,1399.388624 +499006,1592.556299,1231.006444,715.5413878,329.0443706,1400.224135 +499007,1604.53893,1222.477795,716.0187964,329.3451836,1401.053045 +499008,1617.60114,1213.828541,716.4997363,329.6472779,1401.871211 +499009,1629.693858,1205.147752,716.9839349,329.9505586,1402.679877 +499010,1642.16027,1196.54922,717.4758989,330.2571005,1403.490047 +499011,1654.681137,1187.837276,717.9667824,330.5629047,1404.287987 +499012,1667.123679,1179.097605,718.4603385,330.8696994,1405.082255 +499013,1679.577829,1170.443387,718.9560855,331.177286,1405.873308 +499014,1692.151505,1161.638543,719.4538308,331.4855945,1406.66191 +499015,1704.64946,1152.956552,719.953423,331.794572,1407.448761 +499016,1717.153915,1144.169929,720.4547245,332.1041701,1408.234479 +499017,1729.793849,1135.362606,720.9575953,332.4143382,1409.019577 +499018,1742.293102,1126.641753,721.4666689,332.7271941,1409.813159 +499019,1754.978537,1117.78487,721.9732007,333.0387723,1410.599924 +499020,1767.512596,1109.051656,722.481042,333.3508347,1411.387396 +499021,2015.062648,1207.819923,719.0829768,331.887384,1405.072007 +499022,2032.98091,1201.249442,720.21879,332.5549027,1406.772584 +499023,2048.173156,1194.033964,723.7792496,334.3261646,1412.970484 +499024,2063.408211,1186.546643,727.5018686,336.1219626,1419.796569 +499025,2078.220532,1178.93406,730.4728542,337.5184987,1425.620981 +499026,2093.064436,1171.191801,732.5383182,338.4596792,1430.078312 +499027,2107.652732,1163.502524,733.8976197,339.0535845,1433.435337 +499028,2122.099679,1155.68483,734.6975674,339.379481,1435.867048 +499029,2136.892602,1147.843413,735.0918532,339.5152641,1437.346256 +499030,2151.09876,1140.076564,735.1276687,339.4868289,1437.983026 +499031,2165.762733,1132.216166,734.8792282,339.3309646,1437.9957 +499032,2180.169435,1124.384286,734.3866405,339.0675857,1437.493509 +499033,2194.644959,1116.503726,733.6827306,338.7131147,1436.558382 +499034,2209.030817,1108.723669,732.8007202,338.2847755,1435.250108 +499035,2223.67043,1100.863216,731.7710773,337.7935955,1433.617571 +499036,2237.864874,1093.003389,730.6147599,337.2499496,1431.703312 +499037,2252.499249,1085.241917,729.3488357,336.6650984,1429.544614 +499038,2266.869164,1077.410882,727.9948905,336.0442061,1686.725861 +499039,2281.319719,1073.383161,726.5618284,335.3926154,1555.301407 +499040,2295.674859,1068.079049,725.0614883,334.7175268,1600.044952 +499041,2310.228584,1062.602138,723.5027856,334.0208956,1610.047621 +499042,2324.667742,1057.275923,721.8943278,333.3054508,1617.994746 +499043,2338.892889,1051.861196,720.2450613,332.5742554,1625.362205 +499044,2353.503419,1046.485438,718.5593061,331.8319455,1633.071172 +499045,2367.840461,1041.112171,716.841439,331.0781418,1639.890457 +499046,2382.267627,1035.710263,715.09717,330.3136914,1647.318195 +499047,2396.682,1030.411972,713.3284005,329.5401883,1654.177354 +499048,2435.411507,1024.730292,711.5376134,328.7591089,1661.207902 +499049,2434.799574,1019.311291,709.6040844,327.917662,1667.629904 +499050,2475.233844,1013.91916,707.5683373,327.0334241,1674.506955 +499051,2454.099962,1008.358676,705.4947889,326.1346866,1680.906505 +499052,2466.095115,1002.88719,703.4166764,325.2358815,1687.19433 +499053,2510.425278,997.3475253,701.3430089,324.3406771,1691.363709 +499054,2507.118665,991.8549676,699.2729232,323.4483908,1696.155806 +499055,2524.929052,986.3753231,697.2037856,322.5576111,1700.371826 +499056,2538.670549,980.8793305,695.1337361,321.6673268,1704.777186 +499057,2552.442905,975.4953165,693.0617622,320.7769464,1708.895457 +499058,2566.189176,970.0567313,690.9872971,375.1414456,1713.694953 +499059,2579.618449,964.6752306,688.9099167,321.0427367,1717.362952 +499060,2593.136307,959.2802676,686.8292566,365.1173276,1721.721141 +499061,2606.854665,954.0003844,684.7449628,354.3344294,1725.776978 +499062,2620.065122,948.6755287,682.6567325,358.7697579,1729.821527 +499063,2633.54058,943.4131578,680.5642966,362.1237597,1733.559375 +499064,2656.872346,938.179509,697.6328154,364.4516743,1737.966437 +499065,2674.878327,932.9469643,764.2414193,367.0181773,1741.645649 +499066,2692.777732,928.1878757,734.9041559,369.4709571,1745.561896 +499067,2711.050371,922.5408258,747.6077829,371.8878273,1749.381755 +499068,2728.647586,917.7027872,753.512099,374.2959699,1753.12629 +499069,2746.615908,912.5801115,757.9868913,376.6071183,1756.904227 +499070,2763.981707,907.6306265,762.2032795,378.8591089,1760.572887 +499071,2781.807739,902.6562532,766.5056967,381.1277841,1764.228296 +499072,2799.30136,897.756314,770.5192713,383.3757661,1767.804405 +499073,2816.433069,892.9001567,774.586414,385.5265523,1771.424914 +499074,2834.115351,888.0606124,778.5916848,387.6743508,1774.900186 +499075,2851.055686,883.3534761,782.4329717,389.7194433,1778.446937 +499076,2880.228414,878.628386,786.157912,391.8733086,1781.879827 +499077,2885.174926,874.071535,790.0018683,393.8099094,1785.267065 +499078,2885.820126,869.3712204,793.6127286,395.9745293,1788.699995 +499079,2929.29756,864.9573684,797.2070062,397.7511551,1791.983499 +499080,2933.333489,860.3863121,800.6288187,399.8403305,1795.349391 +499081,2999.731956,878.5851883,850.6054412,424.2842642,1879.112707 +499082,3018.006984,875.004963,855.4626494,427.1291408,1886.226017 +499083,3035.406292,871.2520408,859.7213484,429.4050082,1891.398558 +499084,3051.9958,867.1874538,863.1527029,431.4851706,1896.536284 +499085,3069.838009,863.2562445,866.4390883,433.3572747,1901.337376 +499086,3104.797197,859.226047,869.5140454,435.341725,1905.816706 +499087,3070.884528,855.2121012,872.4457281,437.1626246,1910.165056 +499088,3130.078985,851.3090759,875.2589497,438.7876569,1914.374931 +499089,3129.625061,847.3884392,877.9717542,440.5418101,1918.480529 +499090,3147.443631,843.516129,880.5913516,442.1760342,1922.490669 +499091,3163.200105,839.7722277,883.2626526,443.7829091,1926.417551 +499092,3178.114838,836.0223746,885.5058043,445.3502751,1930.263174 +499093,3201.364591,832.0561303,887.9810013,446.7930415,1933.993513 +499094,3209.822908,828.9934542,890.1173412,448.4180867,1937.757678 +499095,3210.494733,825.1580643,892.5587086,449.8129356,1941.358788 +499096,3245.759169,821.8171905,894.6124037,451.2515189,1944.972853 +499097,3250.790672,818.4362652,896.7260737,452.6429204,1948.410717 +499098,3281.066725,815.5088645,898.7511751,454.0018216,1951.882369 +499099,3263.175699,812.0953503,900.7136194,455.3294173,1955.257603 +499100,3304.193352,809.380241,902.6137134,457.1959604,1958.580197 +499101,3315.14866,806.4785432,904.455083,458.8571847,1961.848877 +499102,3331.851534,803.6512203,906.2375083,460.5373618,1965.061296 +499103,3339.926581,800.8510779,907.9638761,462.2551398,1968.221793 +499104,3329.845824,798.0749598,909.6342862,464.1047665,1971.328862 +499105,3404.763291,795.3213928,911.2516675,465.6743146,1974.386902 +499106,3344.337307,792.5882721,912.8162058,467.717947,1977.394804 +499107,3427.18324,789.8754346,914.3305759,469.5147978,1980.356301 +499108,3395.127141,787.1804757,915.7945579,471.4454162,1983.269905 +499109,3424.056034,784.5039422,917.2109507,473.3988539,1986.139551 +499110,3434.814954,781.8435446,918.5792514,475.388031,1988.963294 +499111,3445.9543,779.1656817,919.8225505,477.3725354,1991.745243 +499112,3456.512371,776.4961596,921.0041994,479.3808277,1994.482309 +499113,3467.30641,773.8386901,922.1358215,481.4166124,1997.179159 +499114,3487.988811,767.7798024,915.2577285,480.8767854,1999.831191 +499115,3499.910178,764.6204092,914.9087624,482.4675352,2002.438039 +499116,3511.049752,761.6791678,915.335893,484.253924,2005.011671 +499117,3521.509993,758.8256976,915.6160872,486.3962485,2007.548679 +499118,3531.619087,756.262421,916.2965227,488.3780624,2010.045444 +499119,3541.593641,753.1303069,916.6684024,490.4961907,2012.505144 +499120,3551.022152,750.5482757,917.1528467,492.8411723,2014.924979 +499121,3560.662486,747.7825587,917.5990098,494.790115,2017.30851 +499122,3579.114265,745.0733161,918.0245246,497.0579554,2019.652901 +499123,3565.392532,742.3838322,918.4291719,499.3807779,2021.961874 +499124,3602.259094,739.7126157,918.8105853,501.5803864,2024.232524 +499125,3591.63947,737.0596613,919.1700671,503.8585961,2026.468791 +499126,3605.353486,734.4239762,919.5058889,506.2751664,2028.667817 +499127,3613.419955,731.80577,919.8195468,508.6388746,2030.83331 +499128,3620.868366,729.2041709,920.1095825,510.9680822,2032.962587 +499129,3628.47313,726.6196289,920.3777201,513.4642089,2035.05939 +499130,3635.85335,724.0512656,920.6224914,515.8297173,2037.120896 +499131,3643.173737,721.4996139,920.8456903,518.3770189,2039.150825 +499132,3650.168011,718.9638274,921.0458852,520.7939276,2041.146334 +499133,3656.704985,716.4445099,921.224941,523.389425,2043.11116 +499134,3663.656778,713.940816,921.3814069,525.8608942,2045.042347 +499135,3669.929149,711.6762256,921.5172626,528.4920466,2046.943736 +499136,3676.203388,708.8855188,921.6310264,531.0105311,2048.812268 +499137,3682.140258,706.5827633,921.8570739,533.5996299,2050.651775 +499138,3688.016573,704.1110117,921.7345336,536.3195813,2052.459162 +499139,3693.5722,701.6868983,921.8810233,538.9020959,2054.238324 +499140,3699.109005,699.278645,921.8927973,541.5553064,2055.986032 +499141,3631.617428,663.8678754,845.5270115,511.2757735,1915.112316 +499142,3631.136176,661.4237716,845.4606375,514.0301631,1915.442479 +499143,3638.355892,659.0405367,845.6071137,516.7313472,1916.899241 +499144,3643.006733,656.7626613,845.691248,519.5556214,1918.089717 +499145,3647.68545,654.515491,845.9910828,522.4031174,1919.40649 +499146,3652.254369,652.2974618,846.135162,525.1643859,1920.645643 +499147,3656.493823,650.1049132,846.5237826,528.3510898,1921.968439 +499148,3661.029262,647.9347653,846.7070696,531.0146374,1923.251533 +499149,3665.031886,645.78656,846.9696455,534.0582925,1924.531943 +499150,3668.933053,643.6586276,847.21161,536.9980226,1925.798865 +499151,3672.630547,641.5513149,847.4491192,539.9728567,1927.090521 +499152,3676.155959,639.4634321,847.6797022,542.8438421,1928.273461 +499153,3679.555058,637.3954873,847.9049924,546.0331363,1929.527275 +499154,3682.622108,635.3464423,848.1256649,548.9599073,1930.731333 +499155,3685.613543,633.3168799,848.3330158,552.0098846,1931.927445 +499156,3688.19043,631.4808827,848.5405732,555.0847187,1933.106396 +499157,3690.990973,629.2342654,848.7392814,558.0133704,1934.309358 +499158,3693.219888,627.3820301,848.8919572,560.9089241,1935.313168 +499159,3695.406304,625.4011072,849.1088415,564.2759775,1936.547296 +499160,3697.342211,623.4636353,849.2541362,567.1256172,1937.580241 +499161,3699.106476,621.5446305,849.4578023,570.3407209,1938.752135 +499162,3700.649809,619.6436692,849.4903622,573.3035802,1939.761796 +499163,3701.836661,617.7598992,849.8358594,576.4990703,1940.503778 +499164,3703.009779,615.8943188,849.8825102,579.4690381,1942.136936 +499165,3703.772879,614.0450341,850.0394212,582.3719318,1942.800736 +499166,3704.485139,612.2132808,850.1770218,585.6763051,1943.907564 +499167,3704.836564,610.3985462,850.3096539,588.6360069,1944.899272 +499168,3705.081038,608.6004913,850.5427522,591.7333555,1945.839524 +499169,3705.015594,606.8190542,850.4993867,594.9557385,1946.865907 +499170,3704.630518,605.0539096,850.6926959,597.7661088,1947.782228 +499171,3705.389189,602.938289,850.316491,600.8514926,1948.71852 +499172,3706.255841,601.2043758,849.849723,603.7705517,1949.679296 +499173,3707.021372,599.1045615,849.327615,606.7026297,1950.479788 +499174,3716.228365,597.1454514,848.6521777,609.4526701,1951.454729 +499175,3696.752374,595.1611369,848.2141742,612.6240611,1952.279602 +499176,3721.524896,593.179376,847.4984899,615.3945605,1953.128706 +499177,3697.62832,591.2003649,846.8496424,618.3095967,1953.952417 +499178,3721.545261,589.3874139,846.1536074,621.1845812,1954.756558 +499179,3698.122053,587.1794097,845.4296066,624.0470914,1955.500297 +499180,3721.526842,585.3264088,844.6783186,626.8966203,1956.373421 +499181,3706.648774,579.6622709,835.3027431,627.3921802,1957.073686 +499182,3710.396771,577.089723,832.9624446,629.7937718,1957.774777 +499183,3711.272593,574.776031,831.4457435,632.4602059,1958.463254 +499184,3711.280349,572.5539939,830.0054257,635.2010444,1959.145508 +499185,3711.462868,570.3750641,828.6413679,637.9704244,1959.76593 +499186,3711.721545,568.2240806,827.3029179,640.7532279,1960.474062 +499187,3711.869851,566.0936054,825.9740704,643.3487089,1961.062293 +499188,3711.932047,563.9796457,824.5381807,646.4395879,1961.666996 +499189,3712.784585,561.9466978,823.6330162,649.2692226,1962.243014 +499190,3713.041384,559.8766111,821.9882015,652.1404998,1962.841778 +499191,3712.995064,557.9609779,821.0314797,654.9588234,1963.263697 +499192,3712.85815,555.6896946,819.3323039,657.7694306,1963.877128 +499193,3712.635957,553.7487511,818.2451438,660.5743642,1964.329203 +499194,3712.323424,551.6927224,816.7942878,663.3739586,1964.808708 +499195,3711.92349,549.6685783,815.4471333,666.1680555,1965.262694 +499196,3711.438026,547.5099212,814.0715783,668.9560571,1965.697876 +499197,3710.929776,545.7152623,812.6858088,671.7375458,1966.115595 +499198,3710.198666,543.6190482,811.2887924,674.5118097,1966.515537 +499199,3709.485745,541.6555643,809.8807084,677.2783824,1966.854159 +499200,3708.659554,539.6785139,808.4609861,680.0365398,1967.289681 +499201,3554.754708,471.4534691,653.4126627,616.4090645,1681.725183 +499202,3549.446954,468.3099565,669.2112329,618.2881034,1679.702897 +499203,3546.922454,466.0271955,619.7489085,620.4109451,1678.974078 +499204,3543.888124,463.5460184,655.4371896,622.5948668,1678.146543 +499205,3540.33469,460.9862165,651.0356353,624.8023746,1677.44244 +499206,3537.12161,458.6438043,623.4107283,627.0186169,1676.877083 +499207,3533.719918,456.1433355,653.1718309,629.2356636,1676.282487 +499208,3520.842253,454.0039126,625.8099273,631.4488933,1675.738576 +499209,3539.970732,451.4419964,627.0505782,633.655636,1675.206318 +499210,3507.862697,449.1757475,631.1019886,635.8538499,1674.655153 +499211,3523.999952,446.917301,629.6490131,638.0424738,1674.186142 +499212,3513.714975,444.3732979,630.8061565,640.2201248,1673.656482 +499213,3510.691893,442.2487942,631.8652933,642.3861022,1673.157096 +499214,3506.662433,439.9562936,632.831368,644.348585,1672.655081 +499215,3502.638228,437.5512572,633.7156995,646.776422,1672.125594 +499216,3498.52311,435.3206807,634.5306704,648.7613574,1671.668319 +499217,3494.185796,433.033327,635.2871005,650.9034299,1671.146162 +499218,3489.88353,430.7620787,635.9937655,652.9972128,1670.647755 +499219,3485.456031,428.5791275,636.6577357,655.0745321,1670.115221 +499220,3480.910438,426.1335338,637.2848089,657.1335681,1669.648947 +499221,3476.439007,424.124665,637.8798165,659.1737563,1669.117643 +499222,3471.517763,421.7141266,638.4468179,661.1939626,1668.606577 +499223,3466.740836,419.5395211,638.9892275,663.1932606,1668.086838 +499224,3461.877253,417.3012627,639.509918,665.1704247,1667.533966 +499225,3456.788999,415.1456216,640.0113006,667.1243983,1667.04504 +499226,3451.689271,412.7634226,640.4954005,669.0494343,1666.75801 +499227,3446.46846,410.7582843,640.9639151,670.9469725,1665.820823 +499228,3441.28719,408.4005561,641.4182706,672.8169804,1665.434076 +499229,3435.511804,406.2487629,641.8596613,674.658177,1664.877798 +499230,3430.151079,404.0999972,642.2890936,676.4687352,1664.292455 +499231,3416.018548,401.4519141,642.7074055,676.7486527,1663.701705 +499232,3400.836288,398.8976144,643.0989054,676.7687491,1663.077507 +499233,3391.032957,396.2531087,643.4564331,676.6206783,1662.509514 +499234,3360.291054,393.6080374,643.7771625,676.3297733,1661.867632 +499235,3335.907051,390.9901342,644.0648734,675.9075179,1661.210877 +499236,3341.497074,388.236903,644.321274,675.3600425,1660.595118 +499237,3317.237162,385.5836559,644.5507131,674.6927928,1659.907604 +499238,3266.037873,382.9167056,644.7540886,673.9085347,1659.219608 +499239,3284.961349,380.136444,644.9348348,673.0103161,1658.481561 +499240,3247.663037,377.4842753,645.0931512,671.9802061,1657.779047 +499241,3240.035548,374.6797336,645.2319679,670.8518839,1656.994989 +499242,3195.11177,372.0011654,645.3510971,669.61724,1656.177378 +499243,3194.06355,369.2175183,645.4531521,668.2778006,1655.387834 +499244,3164.155305,366.459721,645.5376701,666.8346335,1654.5093 +499245,3142.859667,363.6524189,645.6070201,665.2909762,1653.379092 +499246,3120.69008,360.887715,645.6605312,663.6482868,1652.808564 +499247,3096.59092,358.3904039,645.7003898,662.1065197,1651.667604 +499248,3073.770964,355.0867387,645.7257705,659.9930462,1650.701463 +499249,3046.137842,352.5321441,645.7387214,657.4411909,1649.658258 +499250,3014.662092,378.5720666,645.7382943,653.8853292,1648.56851 +499251,2982.012012,308.9268544,645.7263699,650.0741739,1647.657486 +499252,2948.669718,357.500346,645.7018293,646.0443079,1646.148052 +499253,2920.352365,360.9456924,645.6664539,641.8167479,1645.082838 +499254,2871.365639,310.8515886,645.6191158,637.4013858,1643.776905 +499255,2848.268052,366.6011992,645.5615973,632.8063197,1642.45875 +499256,2807.234389,312.0020748,645.4927533,628.0363309,1641.088345 +499257,2770.627276,334.3703919,645.4143356,623.252325,1639.627225 +499258,2731.690309,323.4341728,645.3244192,617.8894132,1638.14282 +499259,2692.777798,327.5450776,645.2249329,612.7406711,1636.606534 +499260,2652.899631,314.6981579,645.1150418,607.1123439,1635.00924 +499261,2037.441032,320.3083924,0,601.9466284,1634.210864 +499262,2018.528536,447.9578044,0,729.0711299,2225.032638 +499263,2098.48226,446.7588157,518.0648825,725.2449339,2213.55032 +499264,2163.946336,443.7805979,969.8580427,718.9585835,2215.307041 +499265,2201.528755,440.901578,653.1216315,712.8211516,2217.070641 +499266,2221.89543,437.9342868,663.7063483,706.658231,2213.733255 +499267,2231.509211,434.8125476,715.1000344,700.3283524,2212.392856 +499268,2235.065768,432.1953911,701.5109761,693.8562893,2211.507056 +499269,2235.502927,429.4165062,697.4800282,687.347689,2209.927903 +499270,2233.994413,426.0257801,693.7688885,680.5736222,2208.624158 +499271,2230.966197,423.3723574,689.8614898,673.9873384,2207.220858 +499272,2226.634335,420.2966027,685.6635824,667.066558,2205.762654 +499273,2221.187461,417.4419486,681.921437,660.2417403,2204.273888 +499274,2214.542425,414.5296228,682.1084187,653.3272022,2202.698437 +499275,2207.418968,411.4907665,666.9610172,646.3963051,2194.816146 +499276,2199.690181,408.6467343,672.6940674,639.4621205,2208.191905 +499277,2191.473713,398.6539276,647.8489025,590.3116983,2188.521829 +499278,2177.528824,395.0668625,643.0221543,580.1267966,2204.471699 +499279,2160.366063,392.1581244,639.0635027,573.107072,2184.880499 +499280,2143.020239,389.3939342,635.3216702,566.5827814,2194.591218 +499281,2126.979584,386.7105698,631.7427444,560.6424673,2189.906404 +499282,2112.480153,384.0852652,628.2756591,554.9618654,2187.473794 +499283,2088.366141,381.5035296,624.9578701,549.5551196,2185.712196 +499284,1733.895278,378.955331,621.5356854,544.2323168,2183.579462 +499285,1960.264855,376.4368591,618.2520765,539.1076726,2181.25498 +499286,1828.40958,373.9428863,615.1230552,534.2146663,2178.97194 +499287,1829.490645,371.4928073,612.0018946,529.2930189,2176.763884 +499288,1802.528779,369.2879495,608.7892411,524.9462796,2174.089948 +499289,1767.01685,366.5112856,605.7439705,519.7072464,2171.63486 +499290,1764.692176,364.2831821,602.6728475,515.4663234,2169.012449 +499291,1733.388804,361.8599319,599.6459583,510.9031455,2166.44708 +499292,1724.399703,359.4971543,596.6505956,506.4738492,2163.745891 +499293,1694.069221,357.1543102,593.6836552,502.2012093,2161.078505 +499294,1676.789918,354.8317036,590.7448696,497.9206571,2158.326861 +499295,1662.451829,352.5297495,587.8337295,493.7374361,2155.624885 +499296,1640.851066,350.2478381,585.0124941,489.5762808,2152.893591 +499297,1623.423589,347.9866019,582.0562233,485.559388,2150.138823 +499298,1605.709148,345.7453637,579.2047637,481.5230986,2147.390807 +499299,1587.931918,343.5247416,576.4737285,477.571166,2144.644565 +499300,1575.499301,341.3239939,573.6977808,473.6313246,2142.043764 +499301,1546.748787,339.1436999,570.8459348,469.8239773,2139.094773 +499302,1540.632268,336.9831713,568.1425237,465.9901827,2136.477919 +499303,1519.786814,334.8429141,565.4035527,462.2322817,2133.717899 +499304,1504.519609,332.7221982,562.7552265,458.480301,2131.077454 +499305,1488.497311,330.6214903,559.9147603,454.8526769,2121.747043 +499306,1472.772623,328.540119,557.3790591,451.19456,2135.344508 +499307,1457.28424,326.4784326,554.6707177,447.5757055,2112.458373 +499308,1441.874314,324.6446609,552.1056868,444.067376,2130.588125 +499309,1433.361243,322.3135348,547.8277894,440.5304754,2107.353506 +499310,1402.219811,320.4627633,544.5570004,437.0589755,2118.922665 +499311,1402.250047,318.4439263,541.2348466,433.5898769,2112.000446 +499312,1381.825754,316.4776575,537.9455273,430.2321194,2109.679049 +499313,1368.517073,314.530085,534.6765846,426.8439848,2107.466536 +499314,1354.711023,312.6005962,531.4844628,423.5180769,2105.133461 +499315,1340.571021,310.6895316,528.1723837,420.1926379,2102.483618 +499316,1326.841681,308.7961593,524.945384,416.9751183,2100.119356 +499317,1313.435436,306.9208315,521.886388,413.7260722,2097.801307 +499318,1299.989238,305.0628084,518.5887257,410.5085251,2095.426356 +499319,1286.806693,303.2224227,515.4849679,407.3895596,2093.104921 +499320,1273.765587,301.3989679,512.3940274,404.2404354,2090.812263 +499321,0,0,0,0,0 +499322,0,0,0,0,0 +499323,0,0,0,0,0 +499324,0,0,0,0,0 +499325,0,0,0,0,0 +499326,0,0,0,0,0 +499327,0,0,0,0,0 +499328,0,0,0,0,0 +499329,0,0,0,0,0 +499330,0,0,0,0,0 +499331,0,0,0,0,0 +499332,0,0,0,0,0 +499333,0,0,0,0,0 +499334,0,0,0,0,0 +499335,0,0,0,0,0 +499336,0,0,0,0,0 +499337,0,0,0,0,0 +499338,0,0,0,0,0 +499339,0,0,0,0,0 +499340,0,0,0,0,0 +499341,0,0,0,0,0 +499342,0,0,0,0,0 +499343,0,0,0,0,0 +499344,0,0,0,0,0 +499345,0,0,0,0,0 +499346,0,0,0,0,0 +499347,0,0,0,0,0 +499348,0,0,0,0,0 +499349,0,0,0,0,0 +499350,0,0,0,0,0 +499351,0,0,0,0,0 +499352,0,0,0,0,0 +499353,0,0,0,0,0 +499354,0,0,0,0,0 +499355,0,0,0,0,0 +499356,0,0,0,0,0 +499357,0,0,0,0,0 +499358,0,0,0,0,0 +499359,0,0,0,0,0 +499360,0,0,0,0,0 +499361,0,0,0,0,0 +499362,0,0,0,0,0 +499363,0,0,0,0,0 +499364,0,0,0,0,0 +499365,0,0,0,0,0 +499366,0,0,0,0,0 +499367,0,0,0,0,0 +499368,0,0,0,0,0 +499369,0,0,0,0,0 +499370,0,0,0,0,0 +499371,0,0,0,0,0 +499372,0,0,0,0,0 +499373,0,0,0,0,0 +499374,0,0,0,0,0 +499375,0,0,0,0,0 +499376,0,0,0,0,0 +499377,0,0,0,0,0 +499378,0,0,0,0,0 +499379,0,0,0,0,0 +499380,0,0,0,0,0 +499381,0,0,0,0,0 +499382,0,0,0,0,0 +499383,0,0,0,0,0 +499384,0,0,0,0,0 +499385,0,0,0,0,0 +499386,0,0,0,0,0 +499387,0,0,0,0,0 +499388,0,0,0,0,0 +499389,0,0,0,0,0 +499390,0,0,0,0,0 +499391,0,0,0,0,0 +499392,0,0,0,0,0 +499393,0,0,0,0,0 +499394,0,0,0,0,0 +499395,0,0,0,0,0 +499396,0,0,0,0,0 +499397,0,0,0,0,0 +499398,0,0,0,0,0 +499399,0,0,0,0,0 +499400,0,0,0,0,0 +499401,0,0,0,0,0 +499402,0,0,0,0,0 +499403,0,0,0,0,0 +499404,0,0,0,0,0 +499405,0,0,0,0,0 +499406,0,0,0,0,0 +499407,0,0,0,0,0 +499408,0,0,0,0,0 +499409,0,0,0,0,0 +499410,0,0,0,0,0 +499411,0,0,0,0,0 +499412,0,0,0,0,0 +499413,0,0,0,0,0 +499414,0,0,0,0,0 +499415,0,0,0,0,0 +499416,0,0,0,0,0 +499417,0,0,0,0,0 +499418,0,0,0,0,0 +499419,0,0,0,0,0 +499420,0,0,0,0,0 +499421,0,0,0,0,0 +499422,0,0,0,0,0 +499423,0,0,0,0,0 +499424,0,0,0,0,0 +499425,0,0,0,0,0 +499426,0,0,0,0,0 +499427,0,0,0,0,0 +499428,0,0,0,0,0 +499429,0,0,0,0,0 +499430,0,0,0,0,0 +499431,0,0,0,0,0 +499432,0,0,0,0,0 +499433,0,0,0,0,0 +499434,0,0,0,0,0 +499435,0,0,0,0,0 +499436,0,0,0,0,0 +499437,0,0,0,0,0 +499438,0,0,0,0,0 +499439,0,0,0,0,0 +499440,0,0,0,0,0 +499441,0,0,0,0,0 +499442,0,0,0,0,0 +499443,0,0,0,0,0 +499444,0,0,0,0,0 +499445,0,0,0,0,0 +499446,0,0,0,0,0 +499447,0,0,0,0,0 +499448,0,0,0,0,0 +499449,0,0,0,0,0 +499450,0,0,0,0,0 +499451,0,0,0,0,0 +499452,0,0,0,0,0 +499453,0,0,0,0,0 +499454,0,0,0,0,0 +499455,0,0,0,0,0 +499456,0,0,0,0,0 +499457,0,0,0,0,0 +499458,0,0,0,0,0 +499459,0,0,0,0,0 +499460,0,0,0,0,0 +499461,0,0,0,0,0 +499462,0,0,0,0,0 +499463,0,0,0,0,0 +499464,0,0,0,0,0 +499465,0,0,0,0,0 +499466,0,0,0,0,0 +499467,0,0,0,0,0 +499468,0,0,0,0,0 +499469,0,0,0,0,0 +499470,0,0,0,0,0 +499471,0,0,0,0,0 +499472,0,0,0,0,0 +499473,0,0,0,0,0 +499474,0,0,0,0,0 +499475,0,0,0,0,0 +499476,0,0,0,0,0 +499477,0,0,0,0,0 +499478,0,0,0,0,0 +499479,0,0,0,0,0 +499480,0,0,0,0,0 +499481,0,0,0,0,0 +499482,0,0,0,0,0 +499483,0,0,0,0,0 +499484,0,0,0,0,0 +499485,0,0,0,0,0 +499486,0,0,0,0,0 +499487,0,0,0,0,0 +499488,0,0,0,0,0 +499489,0,0,0,0,0 +499490,0,0,0,0,0 +499491,0,0,0,0,0 +499492,0,0,0,0,0 +499493,0,0,0,0,0 +499494,0,0,0,0,0 +499495,0,0,0,0,0 +499496,0,0,0,0,0 +499497,0,0,0,0,0 +499498,0,0,0,0,0 +499499,0,0,0,0,0 +499500,0,0,0,0,0 +499501,0,0,0,0,0 +499502,0,0,0,0,0 +499503,0,0,0,0,0 +499504,0,0,0,0,0 +499505,0,0,0,0,0 +499506,0,0,0,0,0 +499507,0,0,0,0,0 +499508,0,0,0,0,0 +499509,0,0,0,0,0 +499510,0,0,0,0,0 +499511,0,0,0,0,0 +499512,0,0,0,0,0 +499513,0,0,0,0,0 +499514,0,0,0,0,0 +499515,0,0,0,0,0 +499516,0,0,0,0,0 +499517,0,0,0,0,0 +499518,0,0,0,0,0 +499519,0,0,0,0,0 +499520,0,0,0,0,0 +499521,0,0,0,0,0 +499522,0,0,0,0,0 +499523,0,0,0,0,0 +499524,0,0,0,0,0 +499525,0,0,0,0,0 +499526,0,0,0,0,0 +499527,0,0,0,0,0 +499528,0,0,0,0,0 +499529,0,0,0,0,0 +499530,0,0,0,0,0 +499531,0,0,0,0,0 +499532,0,0,0,0,0 +499533,0,0,0,0,0 +499534,0,0,0,0,0 +499535,0,0,0,0,0 +499536,0,0,0,0,0 +499537,0,0,0,0,0 +499538,0,0,0,0,0 +499539,0,0,0,0,0 +499540,0,0,0,0,0 +499541,0,0,0,0,0 +499542,0,0,0,0,0 +499543,0,0,0,0,0 +499544,0,0,0,0,0 +499545,0,0,0,0,0 +499546,0,0,0,0,0 +499547,0,0,0,0,0 +499548,0,0,0,0,0 +499549,0,0,0,0,0 +499550,0,0,0,0,0 +499551,0,0,0,0,0 +499552,0,0,0,0,0 +499553,0,0,0,0,0 +499554,0,0,0,0,0 +499555,0,0,0,0,0 +499556,0,0,0,0,0 +499557,0,0,0,0,0 +499558,0,0,0,0,0 +499559,0,0,0,0,0 +499560,0,0,0,0,0 +499561,0,0,0,0,0 +499562,0,0,0,0,0 +499563,0,0,0,0,0 +499564,0,0,0,0,0 +499565,0,0,0,0,0 +499566,0,0,0,0,0 +499567,0,0,0,0,0 +499568,0,0,0,0,0 +499569,0,0,0,0,0 +499570,0,0,0,0,0 +499571,0,0,0,0,0 +499572,0,0,0,0,0 +499573,0,0,0,0,0 +499574,0,0,0,0,0 +499575,0,0,0,0,0 +499576,0,0,0,0,0 +499577,0,0,0,0,0 +499578,0,0,0,0,0 +499579,0,0,0,0,0 +499580,0,0,0,0,0 +499581,0,0,0,0,0 +499582,0,0,0,0,0 +499583,0,0,0,0,0 +499584,0,0,0,0,0 +499585,0,0,0,0,0 +499586,0,0,0,0,0 +499587,0,0,0,0,0 +499588,0,0,0,0,0 +499589,0,0,0,0,0 +499590,0,0,0,0,0 +499591,0,0,0,0,0 +499592,0,0,0,0,0 +499593,0,0,0,0,0 +499594,0,0,0,0,0 +499595,0,0,0,0,0 +499596,0,0,0,0,0 +499597,0,0,0,0,0 +499598,0,0,0,0,0 +499599,0,0,0,0,0 +499600,0,0,0,0,0 +499601,0,0,0,0,0 +499602,0,0,0,0,0 +499603,0,0,0,0,0 +499604,0,0,0,0,0 +499605,0,0,0,0,0 +499606,0,0,0,0,0 +499607,0,0,0,0,0 +499608,0,0,0,0,0 +499609,0,0,0,0,0 +499610,0,0,0,0,0 +499611,0,0,0,0,0 +499612,0,0,0,0,0 +499613,0,0,0,0,0 +499614,0,0,0,0,0 +499615,0,0,0,0,0 +499616,0,0,0,0,0 +499617,0,0,0,0,0 +499618,0,0,0,0,0 +499619,0,0,0,0,0 +499620,0,0,0,0,0 +499621,0,0,0,0,0 +499622,0,0,0,0,0 +499623,0,0,0,0,0 +499624,0,0,0,0,0 +499625,0,0,0,0,0 +499626,0,0,0,0,0 +499627,0,0,0,0,0 +499628,0,0,0,0,0 +499629,0,0,0,0,0 +499630,0,0,0,0,0 +499631,0,0,0,0,0 +499632,0,0,0,0,0 +499633,0,0,0,0,0 +499634,0,0,0,0,0 +499635,0,0,0,0,0 +499636,0,0,0,0,0 +499637,0,0,0,0,0 +499638,0,0,0,0,0 +499639,0,0,0,0,0 +499640,0,0,0,0,0 +499641,0,0,0,0,0 +499642,0,0,0,0,0 +499643,0,0,0,0,0 +499644,0,0,0,0,0 +499645,0,0,0,0,0 +499646,0,0,0,0,0 +499647,0,0,0,0,0 +499648,0,0,0,0,0 +499649,0,0,0,0,0 +499650,0,0,0,0,0 +499651,0,0,0,0,0 +499652,0,0,0,0,0 +499653,0,0,0,0,0 +499654,0,0,0,0,0 +499655,0,0,0,0,0 +499656,0,0,0,0,0 +499657,0,0,0,0,0 +499658,0,0,0,0,0 +499659,0,0,0,0,0 +499660,0,0,0,0,0 +499661,0,0,0,0,0 +499662,0,0,0,0,0 +499663,0,0,0,0,0 +499664,0,0,0,0,0 +499665,0,0,0,0,0 +499666,0,0,0,0,0 +499667,0,0,0,0,0 +499668,0,0,0,0,0 +499669,0,0,0,0,0 +499670,0,0,0,0,0 +499671,0,0,0,0,0 +499672,0,0,0,0,0 +499673,0,0,0,0,0 +499674,0,0,0,0,0 +499675,0,0,0,0,0 +499676,0,0,0,0,0 +499677,0,0,0,0,0 +499678,0,0,0,0,0 +499679,0,0,0,0,0 +499680,0,0,0,0,0 +499681,0,0,0,0,0 +499682,0,0,0,0,0 +499683,0,0,0,0,0 +499684,0,0,0,0,0 +499685,0,0,0,0,0 +499686,0,0,0,0,0 +499687,0,0,0,0,0 +499688,0,0,0,0,0 +499689,0,0,0,0,0 +499690,0,0,0,0,0 +499691,0,0,0,0,0 +499692,0,0,0,0,0 +499693,0,0,0,0,0 +499694,0,0,0,0,0 +499695,0,0,0,0,0 +499696,0,0,0,0,0 +499697,0,0,0,0,0 +499698,0,0,0,0,0 +499699,0,0,0,0,0 +499700,0,0,0,0,0 +499701,0,0,0,0,0 +499702,0,0,0,0,0 +499703,0,0,0,0,0 +499704,0,0,0,0,0 +499705,0,0,0,0,0 +499706,0,0,0,0,0 +499707,0,0,0,0,0 +499708,0,0,0,0,0 +499709,0,0,0,0,0 +499710,0,0,0,0,0 +499711,0,0,0,0,0 +499712,0,0,0,0,0 +499713,0,0,0,0,0 +499714,0,0,0,0,0 +499715,0,0,0,0,0 +499716,0,0,0,0,0 +499717,0,0,0,0,0 +499718,0,0,0,0,0 +499719,0,0,0,0,0 +499720,0,0,0,0,0 +499721,0,0,0,0,0 +499722,0,0,0,0,0 +499723,0,0,0,0,0 +499724,0,0,0,0,0 +499725,0,0,0,0,0 +499726,0,0,0,0,0 +499727,0,0,0,0,0 +499728,0,0,0,0,0 +499729,0,0,0,0,0 +499730,0,0,0,0,0 +499731,0,0,0,0,0 +499732,0,0,0,0,0 +499733,0,0,0,0,0 +499734,0,0,0,0,0 +499735,0,0,0,0,0 +499736,0,0,0,0,0 +499737,0,0,0,0,0 +499738,0,0,0,0,0 +499739,0,0,0,0,0 +499740,0,0,0,0,0 +499741,0,0,0,0,0 +499742,0,0,0,0,0 +499743,0,0,0,0,0 +499744,0,0,0,0,0 +499745,0,0,0,0,0 +499746,0,0,0,0,0 +499747,0,0,0,0,0 +499748,0,0,0,0,0 +499749,0,0,0,0,0 +499750,0,0,0,0,0 +499751,0,0,0,0,0 +499752,0,0,0,0,0 +499753,0,0,0,0,0 +499754,0,0,0,0,0 +499755,0,0,0,0,0 +499756,0,0,0,0,0 +499757,0,0,0,0,0 +499758,0,0,0,0,0 +499759,0,0,0,0,0 +499760,0,0,0,0,0 +499761,0,0,0,0,0 +499762,0,0,0,0,0 +499763,0,0,0,0,0 +499764,0,0,0,0,0 +499765,0,0,0,0,0 +499766,0,0,0,0,0 +499767,0,0,0,0,0 +499768,0,0,0,0,0 +499769,0,0,0,0,0 +499770,0,0,0,0,0 +499771,0,0,0,0,0 +499772,0,0,0,0,0 +499773,0,0,0,0,0 +499774,0,0,0,0,0 +499775,0,0,0,0,0 +499776,0,0,0,0,0 +499777,0,0,0,0,0 +499778,0,0,0,0,0 +499779,0,0,0,0,0 +499780,0,0,0,0,0 +499781,0,0,0,0,0 +499782,0,0,0,0,0 +499783,0,0,0,0,0 +499784,0,0,0,0,0 +499785,0,0,0,0,0 +499786,0,0,0,0,0 +499787,0,0,0,0,0 +499788,0,0,0,0,0 +499789,0,0,0,0,0 +499790,0,0,0,0,0 +499791,0,0,0,0,0 +499792,0,0,0,0,0 +499793,0,0,0,0,0 +499794,0,0,0,0,0 +499795,0,0,0,0,0 +499796,0,0,0,0,0 +499797,0,0,0,0,0 +499798,0,0,0,0,0 +499799,0,0,0,0,0 +499800,0,0,0,0,0 +499801,0,0,0,0,0 +499802,0,0,0,0,0 +499803,0,0,0,0,0 +499804,0,0,0,0,0 +499805,0,0,0,0,0 +499806,0,0,0,0,0 +499807,0,0,0,0,0 +499808,0,0,0,0,0 +499809,0,0,0,0,0 +499810,0,0,0,0,0 +499811,0,0,0,0,0 +499812,0,0,0,0,0 +499813,0,0,0,0,0 +499814,0,0,0,0,0 +499815,0,0,0,0,0 +499816,0,0,0,0,0 +499817,0,0,0,0,0 +499818,0,0,0,0,0 +499819,0,0,0,0,0 +499820,0,0,0,0,0 +499821,0,0,0,0,0 +499822,0,0,0,0,0 +499823,0,0,0,0,0 +499824,0,0,0,0,0 +499825,0,0,0,0,0 +499826,0,0,0,0,0 +499827,0,0,0,0,0 +499828,0,0,0,0,0 +499829,0,0,0,0,0 +499830,0,0,0,0,0 +499831,0,0,0,0,0 +499832,0,0,0,0,0 +499833,0,0,0,0,0 +499834,0,0,0,0,0 +499835,0,0,0,0,0 +499836,0,0,0,0,0 +499837,0,0,0,0,0 +499838,0,0,0,0,0 +499839,0,0,0,0,0 +499840,0,0,0,0,0 +499841,0,0,0,0,0 +499842,0,0,0,0,0 +499843,0,0,0,0,0 +499844,0,0,0,0,0 +499845,0,0,0,0,0 +499846,0,0,0,0,0 +499847,0,0,0,0,0 +499848,0,0,0,0,0 +499849,0,0,0,0,0 +499850,0,0,0,0,0 +499851,0,0,0,0,0 +499852,0,0,0,0,0 +499853,0,0,0,0,0 +499854,0,0,0,0,0 +499855,0,0,0,0,0 +499856,0,0,0,0,0 +499857,0,0,0,0,0 +499858,0,0,0,0,0 +499859,0,0,0,0,0 +499860,0,0,0,0,0 +499861,0,0,0,0,0 +499862,0,0,0,0,0 +499863,0,0,0,0,0 +499864,0,0,0,0,0 +499865,0,0,0,0,0 +499866,0,0,0,0,0 +499867,0,0,0,0,0 +499868,0,0,0,0,0 +499869,0,0,0,0,0 +499870,0,0,0,0,0 +499871,0,0,0,0,0 +499872,0,0,0,0,0 +499873,0,0,0,0,0 +499874,0,0,0,0,0 +499875,0,0,0,0,0 +499876,0,0,0,0,0 +499877,0,0,0,0,0 +499878,0,0,0,0,0 +499879,0,0,0,0,0 +499880,0,0,0,0,0 +499881,0,0,0,0,0 +499882,0,0,0,0,0 +499883,0,0,0,0,0 +499884,0,0,0,0,0 +499885,0,0,0,0,0 +499886,0,0,0,0,0 +499887,0,0,0,0,0 +499888,0,0,0,0,0 +499889,0,0,0,0,0 +499890,0,0,0,0,0 +499891,0,0,0,0,0 +499892,0,0,0,0,0 +499893,0,0,0,0,0 +499894,0,0,0,0,0 +499895,0,0,0,0,0 +499896,0,0,0,0,0 +499897,0,0,0,0,0 +499898,0,0,0,0,0 +499899,0,0,0,0,0 +499900,0,0,0,0,0 +499901,0,0,0,0,0 +499902,0,0,0,0,0 +499903,0,0,0,0,0 +499904,0,0,0,0,0 +499905,0,0,0,0,0 +499906,0,0,0,0,0 +499907,0,0,0,0,0 +499908,0,0,0,0,0 +499909,0,0,0,0,0 +499910,0,0,0,0,0 +499911,0,0,0,0,0 +499912,0,0,0,0,0 +499913,0,0,0,0,0 +499914,0,0,0,0,0 +499915,0,0,0,0,0 +499916,0,0,0,0,0 +499917,0,0,0,0,0 +499918,0,0,0,0,0 +499919,0,0,0,0,0 +499920,0,0,0,0,0 +499921,0,0,0,0,0 +499922,0,0,0,0,0 +499923,0,0,0,0,0 +499924,0,0,0,0,0 +499925,0,0,0,0,0 +499926,0,0,0,0,0 +499927,0,0,0,0,0 +499928,0,0,0,0,0 +499929,0,0,0,0,0 +499930,0,0,0,0,0 +499931,0,0,0,0,0 +499932,0,0,0,0,0 +499933,0,0,0,0,0 +499934,0,0,0,0,0 +499935,0,0,0,0,0 +499936,0,0,0,0,0 +499937,0,0,0,0,0 +499938,0,0,0,0,0 +499939,0,0,0,0,0 +499940,0,0,0,0,0 +499941,0,0,0,0,0 +499942,0,0,0,0,0 +499943,0,0,0,0,0 +499944,0,0,0,0,0 +499945,0,0,0,0,0 +499946,0,0,0,0,0 +499947,0,0,0,0,0 +499948,0,0,0,0,0 +499949,0,0,0,0,0 +499950,0,0,0,0,0 +499951,0,0,0,0,0 +499952,0,0,0,0,0 +499953,0,0,0,0,0 +499954,0,0,0,0,0 +499955,0,0,0,0,0 +499956,0,0,0,0,0 +499957,0,0,0,0,0 +499958,0,0,0,0,0 +499959,0,0,0,0,0 +499960,0,0,0,0,0 +499961,0,0,0,0,0 +499962,0,0,0,0,0 +499963,0,0,0,0,0 +499964,0,0,0,0,0 +499965,0,0,0,0,0 +499966,0,0,0,0,0 +499967,0,0,0,0,0 +499968,0,0,0,0,0 +499969,0,0,0,0,0 +499970,0,0,0,0,0 +499971,0,0,0,0,0 +499972,0,0,0,0,0 +499973,0,0,0,0,0 +499974,0,0,0,0,0 +499975,0,0,0,0,0 +499976,0,0,0,0,0 +499977,0,0,0,0,0 +499978,0,0,0,0,0 +499979,0,0,0,0,0 +499980,0,0,0,0,0 +499981,0,0,0,0,0 +499982,0,0,0,0,0 +499983,0,0,0,0,0 +499984,0,0,0,0,0 +499985,0,0,0,0,0 +499986,0,0,0,0,0 +499987,0,0,0,0,0 +499988,0,0,0,0,0 +499989,0,0,0,0,0 +499990,0,0,0,0,0 +499991,0,0,0,0,0 +499992,0,0,0,0,0 +499993,0,0,0,0,0 +499994,0,0,0,0,0 +499995,0,0,0,0,0 +499996,0,0,0,0,0 +499997,0,0,0,0,0 +499998,0,0,0,0,0 +499999,0,0,0,0,0 +500000,0,0,0,0,0 +500001,0,0,0,0,0 +500002,0,0,0,0,0 +500003,0,0,0,0,0 +500004,0,0,0,0,0 +500005,0,0,0,0,0 +500006,0,0,0,0,0 +500007,0,0,0,0,0 +500008,0,0,0,0,0 +500009,0,0,0,0,0 +500010,0,0,0,0,0 +500011,0,0,0,0,0 +500012,0,0,0,0,0 +500013,0,0,0,0,0 +500014,0,0,0,0,0 +500015,0,0,0,0,0 +500016,0,0,0,0,0 +500017,0,0,0,0,0 +500018,0,0,0,0,0 +500019,0,0,0,0,0 +500020,0,0,0,0,0 +500021,0,0,0,0,0 +500022,0,0,0,0,0 +500023,0,0,0,0,0 +500024,0,0,0,0,0 +500025,0,0,0,0,0 +500026,0,0,0,0,0 +500027,0,0,0,0,0 +500028,0,0,0,0,0 +500029,0,0,0,0,0 +500030,0,0,0,0,0 +500031,0,0,0,0,0 +500032,0,0,0,0,0 +500033,0,0,0,0,0 +500034,0,0,0,0,0 +500035,0,0,0,0,0 +500036,0,0,0,0,0 +500037,0,0,0,0,0 +500038,0,0,0,0,0 +500039,0,0,0,0,0 +500040,0,0,0,0,0 +500041,0,0,0,0,0 +500042,0,0,0,0,0 +500043,0,0,0,0,0 +500044,0,0,0,0,0 +500045,0,0,0,0,0 +500046,0,0,0,0,0 +500047,0,0,0,0,0 +500048,0,0,0,0,0 +500049,0,0,0,0,0 +500050,0,0,0,0,0 +500051,0,0,0,0,0 +500052,0,0,0,0,0 +500053,0,0,0,0,0 +500054,0,0,0,0,0 +500055,0,0,0,0,0 +500056,0,0,0,0,0 +500057,0,0,0,0,0 +500058,0,0,0,0,0 +500059,0,0,0,0,0 +500060,0,0,0,0,0 +500061,0,0,0,0,0 +500062,0,0,0,0,0 +500063,0,0,0,0,0 +500064,0,0,0,0,0 +500065,0,0,0,0,0 +500066,0,0,0,0,0 +500067,0,0,0,0,0 +500068,0,0,0,0,0 +500069,0,0,0,0,0 +500070,0,0,0,0,0 +500071,0,0,0,0,0 +500072,0,0,0,0,0 +500073,0,0,0,0,0 +500074,0,0,0,0,0 +500075,0,0,0,0,0 +500076,0,0,0,0,0 +500077,0,0,0,0,0 +500078,0,0,0,0,0 +500079,0,0,0,0,0 +500080,0,0,0,0,0 +500081,0,0,0,0,0 +500082,0,0,0,0,0 +500083,0,0,0,0,0 +500084,0,0,0,0,0 +500085,0,0,0,0,0 +500086,0,0,0,0,0 +500087,0,0,0,0,0 +500088,0,0,0,0,0 +500089,0,0,0,0,0 +500090,0,0,0,0,0 +500091,0,0,0,0,0 +500092,0,0,0,0,0 +500093,0,0,0,0,0 +500094,0,0,0,0,0 +500095,0,0,0,0,0 +500096,0,0,0,0,0 +500097,0,0,0,0,0 +500098,0,0,0,0,0 +500099,0,0,0,0,0 +500100,0,0,0,0,0 +500101,237.6226168,132.3652155,258.6152306,132.4606736,2536.645592 +500102,-473.9771426,-162.7269123,-446.5342276,-162.6347751,1388.475076 +500103,-436.3227296,-147.4220992,-410.0616243,-147.3337232,1372.634839 +500104,-91.61664417,-1.580272225,-68.54611884,-1.496119918,2020.159131 +500105,-705.3303986,-267.2895718,-676.9981124,-267.2093444,968.9140939 +500106,-333.2837881,-100.469477,-308.3231952,-100.3924946,1661.197059 +500107,-564.7076163,-199.6380128,-533.3142829,-199.5644019,1369.474713 +500108,-742.8014473,-279.1165242,-710.1097412,-279.0458605,1108.046963 +500109,-878.0689918,-339.9905638,-844.7389171,-339.9224272,888.3505715 +500110,-973.4838386,-383.2790935,-939.9108294,-383.2131414,718.6014606 +500111,-1192.089355,-484.423696,-1159.538073,-484.3595206,251.2604446 +500112,-1085.583161,-438.1262809,-1054.27574,-438.0636058,360.9079951 +500113,-841.2475487,-326.8838381,-809.5156555,-326.8228885,816.9834021 +500114,-932.2632232,-367.4090622,-899.5307187,-367.3501041,697.4645435 +500115,-997.6716744,-397.0026897,-964.4384631,-396.9456767,596.9745674 +500116,-1040.199975,-416.4900147,-1006.736734,-416.434827,523.4944435 +500117,-1064.004433,-427.5740686,-1030.445509,-427.5205854,477.0037999 +500118,-1076.057723,-433.351521,-1042.460075,-433.2996538,449.1739634 +500119,-1081.552855,-436.1520351,-1047.929387,-436.1017248,432.7430939 +500120,-1083.869146,-437.4979856,-1050.219441,-437.4491891,422.4721011 +500121,-1084.884518,-438.2343823,-1051.205701,-438.1870619,415.1922795 +500122,-1085.540362,-438.7849709,-1051.830447,-438.7390892,409.1917685 +500123,-1086.257594,-439.3391572,-1052.511504,-439.2946755,403.6171983 +500124,-1194.118489,-489.5706288,-1161.027223,-489.5274374,163.735075 +500125,-988.113821,-396.2517299,-955.1111458,-396.2097949,527.5450016 +500126,-1025.761569,-412.8705606,-992.25507,-412.8299616,483.2586953 +500127,-1055.407612,-426.2075631,-1021.653714,-426.1682632,439.4134616 +500128,-1075.343111,-435.266425,-1041.473988,-435.2283641,406.1251392 +500129,-1087.594178,-440.87363,-1053.663171,-440.8367445,383.2318871 +500130,-1094.939405,-444.2626601,-1060.967744,-444.2268956,367.701193 +500131,-1206.479918,-493.4409047,-1173.134381,-495.9855033,122.1737317 +500132,-1002.494561,-396.808531,-969.1968692,-403.4611527,482.9624119 +500133,-1041.343611,-409.4571199,-1007.486582,-420.5170917,436.9819553 +500134,-1071.728408,-418.882405,-1037.574882,-434.0999682,392.0685305 +500135,-1205.860062,-477.0082054,-1172.283452,-496.0612712,108.4481242 +500136,-997.9103952,-379.0172499,-964.3679116,-401.6656509,478.0311453 +500137,-1043.472393,-395.5710083,-1009.348525,-421.6703778,422.4801034 +500138,-1077.90309,-407.5631721,-1043.478062,-437.0232637,371.3603172 +500139,-1100.612762,-414.4497443,-1066.029594,-447.2196173,333.5950143 +500140,-1114.389538,-417.3794779,-1079.719659,-453.4259566,308.1738577 +500141,-1122.4931,-417.7798772,-1087.762732,-457.0835914,291.3631765 +500142,-1127.439749,-416.7709598,-1092.659925,-459.324199,279.6919295 +500143,-1130.796126,-415.0462626,-1095.962731,-460.8518585,270.7888646 +500144,-1133.412963,-412.9844612,-1098.52826,-462.0533545,263.2729348 +500145,-1135.710184,-410.7661132,-1100.774679,-463.1160429,256.4139485 +500146,-1240.35775,-456.0127711,-1206.035475,-511.666135,25.20157291 +500147,-1043.742687,-363.4656704,-1009.484998,-422.4510095,373.3095217 +500148,-1080.803189,-376.3539003,-1046.04215,-438.6950511,329.7917431 +500149,-1109.910311,-385.9566316,-1074.897269,-451.688063,286.906403 +500150,-1129.432286,-391.3156879,-1094.291565,-460.4727665,254.4826212 +500151,-1141.445954,-393.2867649,-1106.249438,-465.9027535,232.2611809 +500152,-1148.662686,-393.067723,-1113.435654,-469.1795471,217.2333327 +500153,-1153.197226,-391.6086487,-1117.958151,-471.254049,206.506051 +500154,-1156.376882,-389.509766,-1121.125691,-472.7257243,198.0955419 +500155,-1158.914978,-387.0940397,-1123.659197,-473.9149396,190.8498689 +500156,-1161.17248,-384.5168634,-1125.910838,-474.9835344,184.1625586 +500157,-1163.233333,-381.8708865,-1128.053421,-476.0029544,177.7316673 +500158,-1165.169698,-379.2221401,-1130.158441,-477.0091057,171.411659 +500159,-1167.027274,-376.5965652,-1132.210334,-478.0134469,165.143016 +500160,-1168.842816,-373.9952745,-1134.196807,-479.0239881,158.8817646 +500161,-1170.645886,-371.4178366,-1136.147462,-480.0468434,152.5903633 +500162,-1147.769382,-357.907522,-1113.4535,-470.071098,186.8172165 +500163,-1105.428543,406.9983804,-1071.260319,-451.3427611,253.0984928 +500164,-1057.283546,131.7054339,-1023.1863,-430.0962512,329.7576468 +500165,-1020.621715,181.260903,-986.5251309,-414.1846424,386.7478833 +500166,-995.604009,234.9445311,-961.4619562,-403.6318597,423.8152534 +500167,-977.1764827,261.1379668,-942.9643595,-396.0846789,451.9174369 +500168,-962.5742642,285.1164416,-928.2809455,-390.2475714,474.4034542 +500169,-1063.058942,309.6007001,-1029.43022,-437.7624091,244.9511283 +500170,-967.1649386,345.2993633,-934.4008005,-396.2094743,361.2702366 +500171,-746.0102499,375.2088643,-712.8331741,-295.8345148,779.8977081 +500172,-807.9220715,404.7011193,-773.8662965,-323.4845745,712.017218 +500173,-852.2297878,434.521588,-817.7196327,-343.6634914,652.6882684 +500174,-879.6550436,461.2114596,-844.9208558,-356.3666492,611.4894708 +500175,-893.9391332,452.0356699,-859.101194,-363.1557907,587.6929414 +500176,-531.7929625,484.2788882,-724.7933603,-327.9867056,728.6747915 +500177,-583.1340001,392.2556828,-441.7806194,-387.9280024,410.7687105 +500178,-574.3917528,429.1850506,-592.2748561,-307.6633648,621.615208 +500179,-528.0855592,454.9384375,-514.547808,-254.1479917,764.4310329 +500180,-318.353605,630.5558982,-282.8350196,-96.84192697,1441.469592 +500181,-521.7511842,579.8503387,-484.7495047,-187.7498254,1182.008357 +500182,-631.5195193,553.5055205,-594.0760771,-238.027254,1040.477067 +500183,-324.3173994,407.238602,-398.4157799,-363.5625881,479.0383628 +500184,-424.3076775,603.2524308,-364.0775605,-163.6768181,1261.291604 +500185,-383.9337388,430.7027679,-381.1301285,-295.9657878,586.407526 +500186,-352.3992963,643.8701319,-316.2381515,-107.6925719,1431.45678 +500187,-340.2082297,608.9019185,-366.6773158,-175.4155292,1239.402137 +500188,-306.1754782,433.4270048,-281.0175705,-218.9015968,563.8844973 +500189,-292.7754775,658.4111464,-284.0371039,-99.46944057,1460.682315 +500190,-265.8127045,456.6636088,-260.2357023,-179.4230372,663.6221677 +500191,-247.1766519,682.1944141,-219.4089444,-68.29899109,1552.590854 +500192,-225.9630379,644.7528647,-251.6773708,-145.3270887,1339.947179 +500193,-208.0049099,453.5538934,-187.8382228,-151.4865444,600.9095054 +500194,-184.9366904,692.1221753,-184.3237244,-70.65126075,1551.408911 +500195,-170.8495991,656.1653761,-169.679688,-108.8935462,1347.629985 +500196,-147.7357285,641.4655306,-144.0247531,-81.4213303,1247.290438 +500197,-130.2862527,636.5364909,-133.4367998,-76.0102993,1198.772427 +500198,-111.2938743,453.4704242,-111.0211553,-68.12806638,604.4558621 +500199,-92.70702911,522.5865577,-96.72650563,-58.56371053,1704.599766 +500200,-75.33372656,566.8923212,-78.70975431,-50.79232357,1183.854515 +500201,143.2172109,793.4839575,168.963643,89.22547912,1971.152668 +500202,-334.2772615,543.6268538,-388.0127749,-173.7360476,943.8074059 +500203,119.1909899,761.795398,130.446392,25.17806258,1780.867155 +500204,-37.51624814,530.2312319,-49.94966298,-55.48805121,847.2498569 +500205,12.94079993,772.209696,18.88192681,23.81721027,1793.224092 +500206,28.63153823,530.0307983,-14.09347878,-36.18013032,822.3459165 +500207,45.90268709,773.7413733,43.7524631,16.58392007,1776.543538 +500208,60.012849,739.7899445,41.46828682,6.687538321,1563.480389 +500209,319.2219423,576.1702955,294.2884594,123.437184,1295.44397 +500210,-255.2261237,573.8055628,-273.9493568,-127.7032508,1240.285007 +500211,274.2672705,810.4870443,252.8856827,103.7815802,1920.683319 +500212,90.87944101,772.1717638,64.07154706,22.59118702,1672.407893 +500213,141.2205141,733.9692728,113.4968705,44.26806538,1453.635848 +500214,157.4257866,516.6333276,128.8081038,51.80707598,838.4712769 +500215,370.8880445,634.2019535,336.2218264,143.7194969,2035.687016 +500216,148.6160522,827.649275,173.5359371,85.65409448,1935.682011 +500217,-27.4032761,579.355882,-145.6205029,-81.23757154,925.3063914 +500218,530.0217692,661.6450497,529.8570081,237.8988529,1841.271065 +500219,233.1028772,849.6907385,256.793024,120.1898214,2010.273967 +500220,-31.33471982,805.7118886,-5.915158263,6.74658037,1729.609677 +500221,864.2328009,582.1516943,632.6482746,250.1090128,1327.47484 +500222,651.4800794,632.7177231,687.1947265,309.414357,1924.495147 +500223,724.8511262,675.6147414,664.8759895,288.0065151,2071.706536 +500224,741.0312506,711.3285415,683.3774726,296.629073,2188.239869 +500225,757.6032317,741.1030488,702.800005,307.3581194,2283.789427 +500226,778.4731174,766.0580328,718.6770884,314.107857,2363.493228 +500227,792.393129,787.3115749,734.9747712,321.4336123,2430.822851 +500228,636.4609556,761.2253014,587.6381774,259.5277964,2310.145405 +500229,968.3876058,792.173725,911.3584197,399.1439848,2418.214359 +500230,661.8899411,775.646246,605.6205843,267.0047057,2337.013597 +500231,973.1225487,804.1402722,910.7717226,405.0282596,2436.388885 +500232,716.2543458,972.2396775,732.7943726,318.380725,3094.762033 +500233,939.981053,743.7574382,760.9825098,352.4825944,2167.439505 +500234,859.6575369,771.4589529,837.3947204,366.5670942,2263.720175 +500235,885.2583686,1021.726645,808.4879112,361.8042957,2311.946728 +500236,897.6768373,921.7488266,821.6286007,366.9694754,2344.770032 +500237,909.5908216,967.4573611,834.6649099,372.4291442,2369.689242 +500238,922.6735696,991.6190021,844.1500612,377.2344555,2387.348074 +500239,933.6585476,1012.136705,852.2703152,381.8705338,2398.861545 +500240,945.3502455,1032.15278,862.6926927,385.5594552,2404.364223 +500241,957.2612166,1051.872307,872.277174,390.2647869,2404.990171 +500242,969.1819505,1071.405577,880.7484102,394.791114,2401.852116 +500243,980.4724523,1090.357103,890.0361007,398.6994572,2395.460733 +500244,992.8605087,1109.427413,899.3526138,403.5210501,2385.976829 +500245,1004.073485,1127.861282,908.7523585,407.2484974,2374.549129 +500246,1016.059461,1146.490854,917.7189211,411.6523261,2361.076234 +500247,1027.531617,1164.519904,926.5866733,416.2741027,2346.057715 +500248,1039.730054,1182.407849,936.1639822,419.918992,2329.63852 +500249,1051.401881,1199.975411,944.7253167,424.3045,2312.121519 +500250,1063.327327,1217.658387,953.6494467,428.6149705,2293.499278 +500251,1074.845442,1233.149247,962.7665722,432.3025847,2274.036765 +500252,1085.893806,1248.84529,971.5173203,436.8267827,2253.727754 +500253,1097.738919,1263.648048,980.1637189,440.4100052,2232.692557 +500254,1108.831572,1278.063038,988.9086367,444.6174435,2210.962508 +500255,1120.176603,1293.094366,997.4021038,448.7033289,2188.609997 +500256,1132.750737,1307.124801,1007.719937,453.2544201,2165.270536 +500257,1094.294791,1316.668671,1004.772872,451.7516545,2098.882683 +500258,1076.663651,1336.746506,1032.509698,464.6797035,2074.195368 +500259,1059.087409,1347.28035,1031.618362,464.4229787,2048.646944 +500260,1043.294323,1360.872945,1037.967003,469.2867426,2025.315065 +500261,1029.192074,1373.811287,1020.628354,463.9003605,2004.173163 +500262,1016.927941,1386.3572,1005.176684,456.7844606,1985.658197 +500263,1006.37291,1398.739448,991.7677631,450.5854071,1969.670204 +500264,997.2780813,1410.818689,980.1902606,445.2321031,1955.853067 +500265,989.4002915,1422.670237,970.1422209,440.5903644,1943.834683 +500266,982.5337098,1434.414515,961.3497004,436.5296772,1933.294528 +500267,976.5061765,1445.791372,953.5890918,432.9419834,1923.962632 +500268,971.1742235,1457.096103,946.6813352,429.7417513,1915.61356 +500269,966.4185407,1468.114549,940.4811261,426.8608662,1908.059812 +500270,962.1399861,1479.028878,934.868573,424.244005,1900.897898 +500271,958.2563111,1489.547299,929.7439633,421.8456437,1894.053715 +500272,954.69932,1500.166651,925.0242288,419.6281377,1887.512409 +500273,951.4125437,1510.265614,920.6402925,417.5603749,1881.241532 +500274,948.3492091,1520.51687,916.534781,415.6166655,1875.192563 +500275,945.4706523,1530.245908,912.6601483,413.7758416,1869.315965 +500276,942.7449061,1540.087924,908.9769963,412.0204579,1863.569136 +500277,940.1455882,1549.089089,905.4527271,410.3361514,1857.918174 +500278,937.6509178,1559.214217,902.0603516,408.7110818,1852.336434 +500279,935.2429473,1568.004578,898.7775577,407.135497,1846.803046 +500280,932.9071531,1577.19406,895.5861649,405.60148,1841.301952 +500281,933.3828974,1588.661968,895.2224719,405.3531056,1840.822961 +500282,933.9960619,1597.851319,895.0104715,405.1735011,1840.707078 +500283,934.6784976,1606.569373,894.8757381,405.029713,1840.751778 +500284,935.3598259,1615.085616,894.7524288,404.8917076,1840.761018 +500285,936.0144399,1623.389045,894.6129392,404.7468659,1840.652236 +500286,936.6340644,1631.495914,894.4483959,404.5931649,1840.41288 +500287,937.2252405,1639.377754,894.2580647,404.432069,1840.054099 +500288,937.7888454,1647.226963,894.0470551,404.265253,1839.589103 +500289,938.3312031,1654.851065,893.8168643,404.0938508,1839.028132 +500290,938.8513405,1662.165582,893.5709051,403.9185732,1838.379007 +500291,939.3542552,1669.582198,893.3090006,403.7399282,1837.648413 +500292,939.8383319,1676.672552,893.0336808,403.5583319,1836.842478 +500293,940.3081782,1683.611811,892.7444412,403.3741467,1835.966985 +500294,940.7619077,1690.596026,892.4436532,403.1876806,1835.027302 +500295,941.2003355,1697.159612,892.1306911,402.9991932,1834.028404 +500296,941.6291247,1703.69749,891.8077699,402.8088937,1832.974818 +500297,942.0456922,1710.179814,891.4741098,402.6169532,1831.870698 +500298,942.4669001,1716.397428,891.1487575,402.4312301,1830.750692 +500299,942.9339134,1722.526002,890.8669748,402.2682733,1829.684037 +500300,943.4163345,1728.505223,890.603248,402.1156796,1828.62402 +500301,943.8891179,1734.346294,890.3318853,401.9622996,1827.528682 +500302,944.3731498,1740.049972,890.0708344,401.8155323,1826.429895 +500303,944.8576538,1745.617487,889.8113324,401.6719566,1825.316056 +500304,945.3399684,1750.986303,889.5529947,401.5306557,1824.185382 +500305,945.8230753,1756.378618,889.2930413,401.3909373,1823.036853 +500306,946.3023834,1761.499988,889.0317929,401.2522181,1821.869737 +500307,946.7761496,1766.608271,888.766938,401.1140255,1820.683634 +500308,947.2479621,1771.419111,888.4992101,400.9759744,1819.47837 +500309,947.7138083,1776.238546,888.2266471,400.837757,1818.253997 +500310,948.1723987,1780.810901,887.9502545,400.6991215,1817.01068 +500311,948.6276563,1785.17014,887.6682922,400.5598655,1815.748716 +500312,949.0842369,1789.20263,887.4034715,400.4297536,1814.468554 +500313,949.5504116,1793.114906,887.1625133,400.3109888,1813.170786 +500314,950.023272,1796.851531,886.9500961,400.2060885,1811.855937 +500315,950.5047091,1800.426742,886.7596462,400.1116133,1810.524534 +500316,951.0025755,1803.845576,886.5909955,400.0279317,1809.177077 +500317,951.5280396,1815.139019,886.4373823,399.9515033,1807.81411 +500318,952.0817346,1819.613804,886.1684521,399.8255721,1806.435915 +500319,952.6689341,1823.370665,885.8240332,399.6681106,1805.042908 +500320,953.2881013,1826.806625,885.4742102,399.5097119,1803.635815 +500321,953.9354354,1829.936157,885.1491905,399.3630669,1802.215319 +500322,954.6073815,1833.032322,884.8597472,399.2334307,1800.781926 +500323,955.3010592,1835.795707,884.5988039,399.1171103,1799.3361 +500324,956.0141493,1838.444308,884.3645773,399.013695,1797.878261 +500325,956.7447812,1840.915984,884.1493646,398.9191698,1796.408855 +500326,957.4912977,1843.22609,883.9537428,398.834206,1794.928305 +500327,958.2522054,1845.448883,883.7719796,398.7557256,1793.43705 +500328,959.0262002,1847.345317,883.6057504,398.684945,1791.935493 +500329,959.8120262,1849.241157,883.4499207,398.6190953,1790.424053 +500330,960.6086142,1850.928947,883.3065551,398.5595966,1788.903108 +500331,961.4131623,1852.48098,883.1708649,398.503856,1787.373043 +500332,962.2273831,1853.818882,883.0452211,398.4534443,1785.834206 +500333,963.0490648,1855.187727,882.9251309,398.4059105,1784.286952 +500334,963.8799162,1856.266475,882.8132069,398.3629376,1782.731595 +500335,964.7177398,1857.267299,882.7051847,398.3221791,1781.168461 +500336,965.5642007,1858.122254,882.6038543,398.2853961,1779.597831 +500337,966.4171516,1858.843336,882.5051187,398.2503151,1778.019993 +500338,967.2782307,1859.432525,882.4119014,398.2187527,1776.435202 +500339,968.1453242,1859.891442,882.3202335,398.1884888,1774.84371 +500340,969.0201131,1860.221811,882.2331363,398.1613786,1773.245746 +500341,968.4469445,1811.333104,880.6931922,397.4745385,1768.998711 +500342,965.5920892,1811.518576,876.6873914,395.627854,1760.471822 +500343,961.6050334,1811.583481,871.419584,393.2066859,1749.79317 +500344,957.6420285,1811.608675,866.1394361,390.8063687,1739.064482 +500345,954.181394,1811.545738,861.3719409,388.6695624,1729.148288 +500346,951.2662066,1811.388126,857.1710171,386.8126941,1720.132919 +500347,948.7961885,1811.130488,853.4332167,385.1790012,1711.858209 +500348,946.6689657,1810.769295,850.0509221,383.7124111,1704.161103 +500349,944.8136771,1810.373855,846.949379,382.374625,1696.930255 +500350,943.1840299,1809.701658,844.0799691,381.1410855,1690.093271 +500351,941.7469051,1809.07414,841.4079179,379.9945389,1683.597213 +500352,940.4754149,1808.282907,838.90512,378.9213168,1677.398067 +500353,939.3465496,1807.397852,836.5474439,377.9099161,1671.457154 +500354,938.3404888,1806.409737,834.31402,376.9505877,1665.740385 +500355,937.4402732,1805.319311,832.1869977,376.0351664,1660.218096 +500356,936.631578,1804.127708,830.1512505,375.156882,1654.864681 +500357,935.9023513,1802.835991,828.1940181,374.3101488,1649.658138 +500358,935.2423908,1801.445451,826.3045343,373.4903563,1644.579539 +500359,934.6430402,1799.957244,824.4737062,372.6936946,1639.612612 +500360,934.0969999,1798.37273,822.6938362,371.9170058,1634.743321 +500361,933.5981485,1796.693109,820.9584005,371.157669,1629.959574 +500362,933.1412525,1794.919762,819.2618645,370.4135061,1625.250931 +500363,932.7218547,1793.053905,817.599523,369.6827019,1620.608385 +500364,932.336137,1791.096908,815.9673708,368.9637411,1616.024139 +500365,931.9808648,1789.049984,814.3619975,368.2553581,1611.491471 +500366,931.653303,1786.914479,812.7804865,367.5564898,1607.004543 +500367,931.3511337,1784.691587,811.2203434,366.8662425,1602.558311 +500368,931.0739626,1782.382617,809.6811031,366.1846234,1598.151434 +500369,930.8578882,1779.988734,808.1988902,365.5282495,1593.84914 +500370,930.6637058,1777.511174,806.734474,364.8794536,1589.579719 +500371,930.4954202,1773.246376,805.2917967,364.2401857,1585.349976 +500372,930.3257813,1768.609022,803.8663359,363.6085666,1581.154467 +500373,930.1370257,1763.730407,802.454602,362.9831689,1576.988633 +500374,929.9236255,1758.576724,801.0543508,362.3631075,1572.848691 +500375,929.6862478,1753.409724,799.6641024,361.7478244,1568.731482 +500376,929.427067,1747.923309,798.2827452,361.1369122,1564.634334 +500377,929.1443036,1742.336347,796.9092883,360.5300043,1560.554632 +500378,928.8443593,1736.588537,795.5429681,359.9268256,1556.490718 +500379,928.5244053,1730.700122,794.1830513,359.3271046,1552.440672 +500380,928.1901646,1724.675714,792.8290051,358.7306515,1548.403494 +500381,927.8370752,1718.595272,791.4802628,358.1372527,1544.377608 +500382,927.4710709,1712.220876,790.1364479,357.546774,1540.362416 +500383,927.0866037,1705.877004,788.7970878,356.9590304,1536.35649 +500384,926.6840622,1699.364059,787.4617882,356.3738668,1532.358887 +500385,977.6671109,1692.7547,786.130248,355.7911665,1528.368959 +500386,1100.45678,1680.824396,784.8022032,355.2108253,1524.386127 +500387,1031.585518,1673.279522,783.3242939,354.5656259,1520.404019 +500388,1068.782133,1666.09837,781.7435756,353.8761003,1516.429057 +500389,1081.926839,1658.949326,780.1398233,353.1782995,1512.460499 +500390,1094.145154,1651.785144,778.5529933,352.4898441,1508.496509 +500391,1106.415335,1644.587344,776.9922218,351.8143918,1504.535765 +500392,1118.567655,1637.348289,775.454438,351.1502142,1500.577488 +500393,1130.402161,1630.065005,773.9347063,350.4948671,1496.621116 +500394,1142.010185,1622.80358,772.4293709,349.8465645,1492.666191 +500395,1153.773619,1615.33599,770.9360668,349.2041444,1488.712221 +500396,1164.954352,1607.899076,769.4531447,348.5667882,1484.758761 +500397,1176.420495,1600.521067,767.9792452,347.9338205,1480.80533 +500398,1187.450766,1592.976988,766.5131777,347.3046529,1476.851526 +500399,1198.406397,1585.510931,765.0538808,346.6787644,1472.896962 +500400,1209.183992,1577.844634,763.6004201,346.0556995,1468.941322 +500401,977.4773138,1459.621662,762.372446,345.5352741,1465.385141 +500402,981.4560905,1448.706833,756.5191608,342.8353857,1453.039561 +500403,987.0394292,1438.768002,748.2490994,339.03362,1436.136385 +500404,993.4294736,1428.995581,739.846565,335.223108,1418.925969 +500405,999.8098874,1419.50454,732.2852189,331.8555404,1403.184868 +500406,1006.575876,1410.009663,725.6702636,328.9639488,1389.108714 +500407,1013.057047,1400.778515,719.8584631,326.4642237,1376.457199 +500408,1019.82664,1391.3302,714.6242677,324.2410278,1364.852824 +500409,1026.319645,1382.072537,709.8788884,322.2451886,1354.156199 +500410,1032.713646,1372.836454,705.5003988,320.4170589,1344.163823 +500411,1039.276777,1363.436676,701.4695089,318.7463379,1334.846699 +500412,1045.544536,1354.300291,697.7005367,317.1901336,1326.056157 +500413,1051.629114,1345.072579,694.1845636,315.7398925,1317.768607 +500414,1057.997066,1335.782394,690.8730929,314.3779728,1309.907075 +500415,1043.926195,1315.867008,687.7361724,313.088225,1302.416344 +500416,1047.189802,1305.112966,684.7056781,311.8398865,1295.25137 +500417,1051.564676,1295.658903,681.7718631,310.628985,1288.364886 +500418,1056.288084,1285.15598,678.9442402,309.4598468,1281.72152 +500419,1060.965792,1275.977873,676.2143683,308.3290822,1275.292037 +500420,1066.052893,1266.38686,673.5732062,307.2342765,1269.050928 +500421,1070.898068,1256.987725,671.0123855,306.1685297,1262.975596 +500422,1075.356635,1247.605099,668.5191998,305.1293112,1257.046163 +500423,1080.455476,1238.407568,666.0858831,304.1110309,1251.245208 +500424,1084.839404,1229.168967,663.7029677,303.1126546,1245.557594 +500425,1089.954287,1220.029818,661.3659044,302.129806,1239.970134 +500426,1094.131148,1210.892989,659.0676886,301.1623892,1234.471427 +500427,1098.814687,1201.930644,656.8055998,300.2067507,1229.051527 +500428,1103.06381,1192.925004,654.5740434,299.2633864,1223.701832 +500429,1107.73159,1183.969195,652.3714789,298.3291314,1218.41482 +500430,1111.910473,1175.172591,650.1933062,297.404894,1213.183982 +500431,1118.872237,1167.525729,648.038841,296.4878486,1208.003594 +500432,1126.153466,1160.114391,645.8894307,295.5711885,1202.868691 +500433,1133.529504,1152.824334,643.7341597,294.6509252,1197.774867 +500434,1141.053614,1145.585851,641.5703831,293.7260649,1192.718331 +500435,1148.469012,1138.537694,639.3990653,292.7970178,1187.695717 +500436,1156.545483,1131.465214,637.2218036,291.8645032,1182.704116 +500437,1164.403299,1124.491023,635.0398163,290.9291262,1177.740901 +500438,1171.978948,1117.52226,632.8539251,289.9913376,1172.803811 +500439,1179.910776,1110.706455,630.6646966,289.05147,1167.890775 +500440,1188.33313,1103.846019,628.4725967,288.1097967,1163.00002 +500441,1196.282045,1097.060622,626.2780129,287.1665414,1158.129905 +500442,1204.546965,1090.305665,624.0812917,286.2218987,1153.279027 +500443,1212.839792,1083.540957,621.8827206,285.2760285,1148.44607 +500444,1220.922695,1076.908273,619.6825488,284.3290676,1143.629916 +500445,1229.815343,1070.214965,617.4809734,283.3811249,1138.829493 +500446,1238.087235,1063.580445,615.278164,282.4322938,1134.0439 +500447,1246.707995,1056.921967,613.0742465,281.4826452,1129.272251 +500448,1255.341764,1050.381175,610.8693243,280.532238,1124.513798 +500449,1264.042023,1043.775239,608.6634707,279.5811162,1119.767799 +500450,1272.808135,1037.21889,606.4567535,278.6293199,1115.033652 +500451,1281.340823,1030.672723,604.249207,277.6768736,1110.310729 +500452,1290.740783,1024.099846,602.0408606,276.7237988,1105.598518 +500453,1299.462229,1017.637548,599.8317205,275.7701062,1100.896483 +500454,1308.924188,1011.103312,597.6217885,274.815804,1096.204188 +500455,1317.436787,1008.257915,595.4110477,273.8608921,1091.521164 +500456,1326.931688,1003.674771,593.1994832,272.905371,1086.847044 +500457,1336.089406,998.9539701,590.9870597,271.9492316,1082.181411 +500458,1345.404646,994.3650742,588.7737496,270.9924689,1077.523949 +500459,1354.785697,989.6856435,586.5595032,270.0350671,1072.874285 +500460,1363.834942,985.0369029,584.3442838,269.077017,1068.232148 +500461,1609.158215,1086.959967,585.9760339,269.8673904,1070.593568 +500462,1621.306645,1083.952738,591.962055,272.7058659,1081.206501 +500463,1633.283825,1080.561386,600.1051716,329.9314973,1095.9313 +500464,1644.730383,1076.742404,616.3701188,402.6496253,1394.762901 +500465,1679.319763,1078.911089,940.3835859,369.1560317,1618.978271 +500466,1693.935679,1075.789609,749.8554423,379.7132093,1433.556957 +500467,1706.767885,1072.34776,812.8311335,386.7668851,1513.58392 +500468,1718.761206,1068.582344,820.2844072,390.0721514,1522.795732 +500469,1731.921136,1064.746171,826.3604923,393.2229797,1530.482849 +500470,1743.655812,1060.828012,831.7603024,396.2133659,1538.367281 +500471,1756.064671,1056.8538,837.4951952,399.327793,1545.504385 +500472,1768.052856,1052.791129,842.4750962,402.0058623,1552.886896 +500473,1780.170058,1048.792902,847.6877304,404.9747077,1559.4689 +500474,1792.373878,1044.668211,852.5029392,407.5976529,1566.453087 +500475,1804.449589,1040.545983,857.5189484,410.4601926,1573.049726 +500476,1816.594742,1036.386341,862.1127542,412.9274084,1579.533755 +500477,1828.67956,1032.156312,866.698978,415.4828532,1585.955079 +500478,1841.013235,1027.99793,871.2713048,418.0813701,1592.16872 +500479,1852.984037,1023.725683,875.2509321,420.5531616,1598.354503 +500480,1865.367193,1019.461627,879.7742602,422.7664033,1604.365597 +500481,1877.546615,1015.167537,883.7466244,425.2779145,1610.008078 +500482,1889.832635,1010.809576,887.759122,427.4980496,1616.281535 +500483,1902.141082,1006.527667,891.6447607,429.6661817,1621.752001 +500484,1914.417116,1002.047136,895.4273839,431.9818894,1627.436787 +500485,1926.907594,997.736064,899.11116,434.1439785,1632.987377 +500486,1939.345991,993.3150841,902.548207,436.1243877,1638.380622 +500487,1951.645097,988.862809,906.273773,438.2351787,1643.778112 +500488,1964.315387,984.4705776,909.5592852,440.138999,1648.991557 +500489,1976.808378,979.9496145,912.8960258,442.2314704,1654.194433 +500490,1989.419617,975.5583029,916.1183818,444.0850573,1659.315234 +500491,1996.311368,970.2432163,918.9160314,445.7591344,1664.293258 +500492,2002.290046,965.0113405,921.1051139,447.3339707,1669.269232 +500493,2007.781139,959.6831668,923.5451893,448.8473021,1671.817601 +500494,2012.885247,954.3451585,925.7225476,450.3979502,1675.60366 +500495,2017.573455,949.0947835,927.8236754,451.5758399,1678.717566 +500496,2022.140763,943.7715071,929.8275771,453.1412654,1682.020546 +500497,2026.242474,938.454218,931.7391078,454.373588,1685.263749 +500498,2030.134893,933.2331875,933.5603185,455.6568022,1688.376187 +500499,2033.74613,927.9519418,935.1247009,456.8817196,1691.507641 +500500,2037.174142,922.6844528,937.0364186,458.0634533,1694.557172 +500501,2040.087518,917.5386892,938.4055066,459.1670193,1697.402942 +500502,2043.05787,912.30429,939.9838031,460.2939564,1700.51647 +500503,2045.604009,907.1243401,941.3343146,461.3210781,1703.217204 +500504,2048.044308,902.3689921,942.7347321,462.3686093,1706.214118 +500505,2050.143803,896.7522115,943.9419818,463.219192,1708.853953 +500506,2023.772506,888.3497317,941.9777768,462.9941735,1711.707735 +500507,2021.489104,882.7553254,942.4378961,463.5118054,1714.209482 +500508,2020.820822,877.4297946,943.1526753,464.2287006,1716.818076 +500509,2020.39314,872.3180964,943.8964606,464.9388837,1719.305485 +500510,2019.945626,867.2040513,944.6155065,465.6314317,1721.813011 +500511,2019.421544,862.142653,945.2947105,466.298412,1724.234066 +500512,2018.779078,857.2078392,945.9278255,466.9366254,1726.599634 +500513,2017.995159,852.2198089,946.512497,467.5446239,1728.903932 +500514,2017.060258,847.3802772,947.0479004,468.1219319,1731.146172 +500515,2016.042309,842.5144154,947.5344536,468.668708,1733.327483 +500516,2014.665127,837.7799561,947.9725862,469.1852207,1735.481156 +500517,2013.291487,832.9851886,948.3633554,469.6720376,1737.493118 +500518,2011.677162,828.0319826,948.7074562,470.2334089,1739.522314 +500519,2009.900036,823.7110233,949.0060811,470.507832,1741.466448 +500520,2007.947267,818.9485403,949.2599435,470.982893,1743.360914 +500521,2053.267874,837.7449909,996.8569917,494.2259324,1827.12659 +500522,2054.330321,834.1789352,1000.424049,496.4479976,1832.991256 +500523,2054.230577,830.9814294,1002.666679,497.4736154,1837.999039 +500524,2053.580443,827.036908,1004.597379,498.7271854,1842.416715 +500525,2052.522563,823.8170625,1006.268457,499.7301353,1846.573309 +500526,2051.102021,819.9306131,1007.703094,500.6341726,1850.290535 +500527,2049.43113,816.2907181,1009.07112,501.5007898,1853.965177 +500528,2047.508835,812.6107273,1010.351957,502.3208893,1857.512365 +500529,2045.355564,808.946612,1011.552933,503.0976508,1860.594508 +500530,2042.970978,805.5867201,1012.680827,503.8343832,1864.465137 +500531,2040.364103,801.552204,1013.740926,504.5335859,1867.43713 +500532,2037.536729,798.1652976,1014.736611,505.196909,1870.639826 +500533,2034.411711,794.5356037,1015.671527,505.8260535,1873.704276 +500534,1997.40432,789.3972522,1013.953081,505.3115811,1876.818665 +500535,1989.097153,785.6893544,1014.114858,505.589542,1879.593813 +500536,1983.010943,782.0754925,1014.523215,505.9631811,1882.354762 +500537,1977.057583,778.5132361,1014.966628,506.3406993,1885.093616 +500538,1970.979733,774.9849556,1015.390825,506.701212,1887.796347 +500539,1965.145679,771.7327965,1015.781137,507.0382958,1890.322054 +500540,1958.965479,768.5885563,1016.131845,507.8808375,1892.826131 +500541,1952.928765,765.4904127,1016.441263,508.5765943,1895.324992 +500542,1946.571626,762.4229362,1016.708267,509.2626391,1897.661977 +500543,1940.156276,759.380428,1016.933337,509.9493253,1899.965423 +500544,1933.485513,756.3598664,1017.116832,510.6365424,1902.192549 +500545,1926.79893,753.3596318,1017.259883,511.3230257,1904.352899 +500546,1919.874842,750.3784274,1017.363095,512.0072259,1906.448165 +500547,1912.987943,747.4155056,1017.427718,512.6878958,1908.481399 +500548,1905.542597,744.4700516,1017.454393,513.3636287,1910.454081 +500549,1898.21057,741.541617,1017.444373,513.9073863,1912.327126 +500550,1890.668698,738.6295862,1017.398263,514.7578991,1914.250243 +500551,1892.315175,736.2284925,1017.894396,515.5963992,1916.065902 +500552,1895.448282,733.2938904,1018.480162,516.6079353,1917.766643 +500553,1899.278754,730.9259201,1019.088808,517.6327331,1919.512169 +500554,1903.642122,728.3829453,1019.699806,518.6833121,1921.17432 +500555,1908.466318,725.9048847,1020.305657,519.7570085,1922.800721 +500556,1913.710026,723.4533022,1020.902122,520.853238,1924.386793 +500557,1919.27236,721.0271264,1021.4871,521.9722961,1925.936158 +500558,1925.381679,718.6253717,1022.058769,523.1147215,1927.451539 +500559,1931.684018,716.2476657,1022.616275,524.2814922,1928.937021 +500560,1938.454635,713.893549,1023.158463,525.4734912,1930.352146 +500561,1945.456414,711.5598153,1023.726479,526.7206783,1931.941014 +500562,1952.689562,709.2555421,1024.20629,527.9454243,1933.252738 +500563,1960.509371,706.9674862,1024.733033,529.2444352,1934.732072 +500564,1968.402999,704.7051275,1025.214641,530.6867317,1936.12154 +500565,1976.643092,702.4656989,1025.675359,531.8231631,1937.495062 +500566,1985.149787,700.2483299,1026.115954,533.2877941,1938.85489 +500567,1993.933347,698.0535507,1026.538234,534.6682072,1940.206758 +500568,2002.988667,695.8804483,1026.940386,535.9629223,1941.549294 +500569,2047.115062,695.4209927,1031.396946,541.4579053,1942.953548 +500570,2061.327351,693.6474357,1032.503813,543.5680866,1944.296576 +500571,2073.768295,691.739973,1033.267773,545.468912,1945.695957 +500572,2085.832678,689.8054357,1033.907898,547.3751969,1946.982206 +500573,2097.955823,687.872768,1034.485175,549.4186742,1948.372231 +500574,2110.140123,685.9506638,1035.017063,551.3001674,1949.684314 +500575,2122.452077,684.0444366,1035.514327,553.3805517,1951.128838 +500576,2134.914742,682.3764313,1035.750384,555.3224242,1952.485345 +500577,2147.466199,680.1872025,1036.534506,557.479335,1953.8991 +500578,2160.488128,678.4892503,1036.775532,559.4965902,1955.320333 +500579,2173.290963,676.6258513,1037.199143,561.73964,1956.758852 +500580,2186.471009,674.8130123,1037.55718,563.7934946,1958.211291 +500581,2123.592128,639.8978016,961.5264028,533.4153497,1816.761964 +500582,2136.423121,637.9189292,961.0216799,534.8768493,1816.487998 +500583,2150.303817,636.0341614,961.2791263,537.5065967,1817.450434 +500584,2164.209688,634.236799,961.4260366,539.6832772,1818.161901 +500585,2178.160033,632.47453,961.6295416,542.0882105,1819.045141 +500586,2192.725548,630.7428321,961.8379611,544.5326022,1819.884293 +500587,2207.253435,629.0377248,961.8490457,547.0365088,1820.850243 +500588,2222.092568,627.3561846,962.3466288,549.5981287,1821.812004 +500589,2237.148777,625.6971848,962.3858144,552.0653498,1822.465631 +500590,2252.335159,624.0592677,962.5931359,554.9801769,1824.021844 +500591,2279.884192,622.4421467,962.7541521,557.6010535,1824.763386 +500592,2278.583433,620.844783,962.9014648,560.4235238,1825.945359 +500593,2320.649515,619.2670634,963.0348043,563.4320935,1827.03896 +500594,2300.656241,617.7081367,963.1532264,566.104215,1828.04303 +500595,2316.25859,616.1678926,963.2572212,569.1996849,1829.257889 +500596,2361.321928,614.6456632,963.3459665,572.2128569,1830.357914 +500597,2361.918961,613.1415708,963.4204354,575.1449524,1831.522537 +500598,2382.521107,611.6547487,963.4794058,578.5749035,1832.693147 +500599,2400.001833,610.1851435,963.5233994,581.6776534,1833.885097 +500600,2417.51469,608.7320483,963.5514673,585.0026684,1835.049278 +500601,2435.37087,607.2953335,963.5640559,588.3653059,1836.338097 +500602,2466.72126,608.018931,968.668308,594.9336793,1837.628775 +500603,2486.54591,606.927502,969.3101666,598.911005,1838.819361 +500604,2505.422044,605.728856,969.6761189,602.7081032,1840.073433 +500605,2524.279815,604.5044375,969.9356601,606.5050145,1841.423507 +500606,2543.204018,603.275957,970.1380108,610.1401098,1842.694037 +500607,2562.338093,602.0500075,970.2977979,614.3164267,1844.023994 +500608,2581.227927,600.8296852,970.4220209,618.0953277,1845.36633 +500609,2600.88208,599.6177458,970.5166768,622.1112903,1846.729523 +500610,2620.063713,598.414365,970.5830679,626.150161,1848.114305 +500611,2635.584749,596.9204378,969.924221,629.5675917,1849.518437 +500612,2661.016084,595.3738786,969.0942121,632.9256741,1850.936245 +500613,2682.010301,593.8046998,968.1689541,636.2736374,1852.370847 +500614,2703.412098,592.2216225,967.1708664,639.624495,1853.820373 +500615,2724.146221,590.6284904,966.1099892,642.9834768,1855.284845 +500616,2744.913207,589.0269521,964.9910119,646.3534295,1856.761625 +500617,2765.845388,587.4182953,963.8178139,649.7365892,1858.249922 +500618,2786.155224,585.8028893,962.5923131,653.1341043,1859.746754 +500619,2828.834467,584.1813137,961.3168709,656.5472135,1861.250992 +500620,2804.399995,582.5536637,959.9927142,659.9765792,1862.759867 +500621,2849.525494,581.09591,958.6214325,663.4229507,1864.226861 +500622,2870.670134,579.202381,957.204174,666.6633301,1865.809514 +500623,2886.557025,577.6797181,955.7426052,670.4899806,1867.290026 +500624,2907.748051,576.0038704,954.2373251,673.8223769,1868.809692 +500625,2928.304864,574.3481256,952.6895111,677.3814485,1870.365496 +500626,2948.05275,572.6872796,951.0997952,680.9202569,1871.801193 +500627,2968.20394,571.0211128,949.4691907,684.4793447,1873.336534 +500628,2988.302355,569.349515,947.7982509,688.0575679,1874.82476 +500629,3011.767544,567.8016245,946.3897138,692.0230138,1876.314732 +500630,3058.171609,566.147926,944.7064215,695.7120153,1877.800288 +500631,3009.156372,564.4756439,942.9536639,699.6323618,1879.276532 +500632,3090.03688,562.794221,941.1533104,702.9636479,1880.7439 +500633,3086.71221,560.9347601,939.3122939,706.8496564,1882.203387 +500634,3110.530061,559.486532,937.4328195,710.5653465,1883.654447 +500635,3149.032641,557.6664679,935.5159719,714.2772116,1885.097005 +500636,3132.472429,555.986132,933.562438,718.0888806,1886.484073 +500637,3171.684281,554.2733716,931.572758,721.8348907,1887.979814 +500638,3209.881723,552.7175766,929.547395,725.6617138,1889.360338 +500639,3188.291188,550.7586741,927.4870354,729.5118217,1890.773731 +500640,3265.3002,549.1421668,925.3917413,733.3207199,1892.169926 +500641,3056.307075,480.9546494,769.5828691,670.2577954,1608.138525 +500642,3152.074235,478.4505154,765.2687645,674.0246121,1607.820019 +500643,3098.998552,476.0760381,761.8960124,677.0080753,1608.77322 +500644,3163.484178,473.9100234,758.0916993,680.4960873,1609.614727 +500645,3164.876973,471.4696063,754.6106053,683.9624922,1610.61583 +500646,3187.511888,469.2972482,751.2751096,687.4681824,1611.684544 +500647,3233.968192,467.0276919,747.7104855,691.003784,1612.789259 +500648,3176.478952,464.6582179,744.1150996,694.5679494,1613.914964 +500649,3286.305584,462.5731063,740.6512916,698.3973586,1615.063533 +500650,3218.393463,460.3476078,736.9813959,701.6382608,1616.218923 +500651,3318.608791,457.9445775,733.4353716,705.447792,1617.384017 +500652,3260.259462,455.7576935,729.8291359,709.0865312,1618.555235 +500653,3249.053516,457.8466202,736.5384369,703.9073611,1619.743767 +500654,3250.330067,456.311127,734.4693364,706.0191715,1620.790331 +500655,3279.906593,454.4051502,731.5513224,708.7785198,1621.95188 +500656,3246.11989,452.369914,728.2228016,711.7115843,1623.088313 +500657,3328.164482,450.2735904,724.8985764,714.8066043,1624.22635 +500658,3291.769822,448.2413845,721.4421734,717.979128,1625.356647 +500659,3319.580288,445.8192355,717.7217895,721.1454261,1626.472922 +500660,3337.257176,443.8430826,714.3067044,724.4124853,1627.572142 +500661,3349.66673,441.5360121,710.4964175,727.6953547,1628.653043 +500662,3365.164496,439.3084536,706.758014,731.042612,1629.715584 +500663,3380.737937,437.1422485,703.0177793,734.3598187,1630.760522 +500664,3396.149806,434.7166499,699.105471,737.7657028,1631.788753 +500665,3411.539861,432.4801602,695.3578456,741.2068059,1632.801558 +500666,3427.641029,430.1428489,691.1525424,744.6169783,1633.800018 +500667,3443.236951,427.7030865,687.4707746,747.8575526,1634.785488 +500668,3459.115694,425.581394,683.1889697,751.7903237,1635.791984 +500669,3484.571269,423.0013012,679.2372615,755.0960653,1636.704095 +500670,3487.593663,420.6915154,675.0314325,758.7313583,1637.681363 +500671,3490.767736,418.3551679,670.9747177,759.5611963,1638.620208 +500672,3483.98917,415.8096716,666.6021613,759.8704244,1639.54402 +500673,3475.28957,413.3464496,662.5230753,759.9022882,1640.452018 +500674,3456.093727,411.0002237,658.0391718,759.7060863,1641.358857 +500675,3458.188574,408.5714225,653.8447369,759.304941,1642.23668 +500676,3439.823545,406.0056243,649.4352061,758.7073712,1643.096644 +500677,3426.745951,403.6012953,645.2027577,757.9191738,1643.938384 +500678,3412.010607,401.1143584,640.734782,756.9430044,1644.756461 +500679,3396.038837,398.641666,636.3862585,755.7810855,1645.549442 +500680,3378.473133,396.154519,631.9295097,754.4339891,1646.311478 +500681,3360.206366,393.7409235,627.6057978,752.9023927,1647.041348 +500682,3340.943139,391.0497168,623.0342976,751.1738999,1647.733248 +500683,3320.281844,388.7765162,618.7342191,749.230466,1648.386228 +500684,3288.372599,386.0904812,614.0820772,747.1678629,1648.995746 +500685,3265.585211,383.6243983,609.7336412,745.1291019,1649.561576 +500686,3272.891841,381.0742002,605.1270827,742.2641945,1650.079242 +500687,3201.173268,378.5313554,600.8662613,739.7782677,1650.549068 +500688,3211.401554,376.0436632,617.139972,736.8474117,1650.966254 +500689,3171.009687,373.3120921,562.0584255,733.6168678,1651.331585 +500690,3143.04985,370.9473646,599.1410615,729.7374003,1651.638792 +500691,3111.750418,368.211317,592.1830432,725.5986395,1651.888821 +500692,3079.504026,365.6686854,562.1184472,721.3050547,1652.112747 +500693,3046.202782,363.1137799,588.8800769,716.7254332,1652.192423 +500694,3017.772883,360.3537783,562.0631592,712.0326163,1652.286698 +500695,2968.699368,357.9099893,562.040506,707.0907151,1652.290024 +500696,2945.43968,355.1406769,562.0826435,701.9557689,1652.233315 +500697,2902.797808,352.5427197,562.0419298,696.452507,1652.113459 +500698,2864.714444,349.865911,561.8592515,691.2829435,1651.90825 +500699,2825.106082,347.2425914,561.5339834,685.4631192,1651.650795 +500700,2784.785561,344.4900014,561.0903491,679.6759103,1651.322581 +500701,2022.808699,341.8244975,452.8662036,673.8882358,1650.631418 +500702,2027.395503,470.8602406,893.1934705,798.919181,2230.734757 +500703,2114.633036,470.2400846,814.5123184,795.3698394,2236.163085 +500704,2183.13395,467.1267976,833.0520968,788.1877639,2220.987686 +500705,2224.149485,464.2976711,831.151407,781.5955719,2231.097048 +500706,2246.643065,461.470004,813.8437676,774.8366942,2227.176377 +500707,2257.92842,458.7369055,827.5146465,767.9848572,2225.211119 +500708,2262.618431,455.8996895,799.049159,761.3834043,2224.473802 +500709,2263.350906,453.037459,812.3770181,754.9967967,2223.45443 +500710,2261.535703,450.2433371,800.4385511,748.4129722,2222.225097 +500711,2258.260812,447.389285,796.7613563,741.7977095,2221.005374 +500712,2253.905959,444.5251395,791.9352448,735.1315153,2219.731734 +500713,2248.611605,441.7536049,787.1069931,728.3355104,2218.432508 +500714,2242.484795,438.936473,785.0627807,721.3567508,2217.096463 +500715,2235.638944,436.1661439,773.3243409,714.384897,2215.718299 +500716,2228.184532,433.1319618,775.0637373,707.2683269,2214.294967 +500717,2220.216832,423.7032908,750.1043937,653.6179173,2212.679299 +500718,2205.395624,419.7480264,745.2179719,643.379595,2211.211727 +500719,2187.231983,417.199567,739.4996729,636.1670391,2209.328287 +500720,2168.94417,414.5585897,736.4002727,629.602355,2207.741126 +500721,2152.206464,412.0846116,732.089417,623.5935039,2206.046713 +500722,2137.267842,409.6650399,728.4990894,618.0016308,2204.240698 +500723,2123.827353,407.293055,724.7470798,612.4448868,2195.989967 +500724,2111.554984,404.9413543,721.2317597,607.232012,2208.918907 +500725,2100.187537,402.6334857,717.6765816,602.0053653,2189.118995 +500726,1856.328746,400.3693389,714.516255,597.1479483,2204.731989 +500727,1923.580115,398.1193683,711.0297465,592.3064837,2184.852072 +500728,1890.664607,395.8917427,707.8524851,587.5192029,2194.142757 +500729,1866.064323,393.6869131,704.6501912,582.8768532,2189.05635 +500730,1842.567657,391.50378,701.597051,578.3911897,2186.243355 +500731,1822.592926,389.3455045,698.4049382,573.9530623,2183.924932 +500732,1805.322156,387.2073516,695.4378633,569.5290832,2181.282055 +500733,1785.209878,385.0862503,692.4437798,565.2626379,2178.912111 +500734,1752.646379,382.9884854,689.5115587,561.0300924,2176.339213 +500735,1771.090114,380.910622,686.6225465,556.8695908,2173.849298 +500736,1703.78054,378.8507779,683.7741301,552.8080291,2171.389572 +500737,1729.021495,376.8138034,680.965844,548.6703421,2168.952961 +500738,1685.771351,374.7961654,678.1955419,544.7700655,2166.459291 +500739,1696.806992,372.8009372,683.1562784,540.8397646,2163.86246 +500740,1650.653109,370.8210874,661.1948078,536.8664017,2161.768832 +500741,1648.443943,369.1071471,679.0356706,533.152683,2158.717573 +500742,1628.432715,366.8293854,661.4266979,529.2744402,2156.046342 +500743,1617.857933,365.088289,667.3673272,525.9276113,2153.609261 +500744,1599.50615,363.1573437,661.6805085,521.6444349,2151.040473 +500745,1585.431864,361.2860495,659.8638977,518.3030155,2148.513824 +500746,1574.49959,359.4337956,657.2854126,514.5977344,2146.021781 +500747,1549.788656,357.6018859,654.8971648,511.0216934,2143.541641 +500748,1544.541959,355.7894747,651.3086284,507.4437569,2141.25681 +500749,1526.636472,353.9970874,648.3376575,503.9900469,2138.592991 +500750,1513.156548,352.2239333,645.3185246,500.496179,2136.303465 +500751,1499.665922,350.4703447,642.2787707,497.0697363,2133.91551 +500752,1485.650738,348.7356042,639.5062392,493.6732148,2131.514332 +500753,1472.48897,347.0200717,636.4422512,490.2777845,2129.253484 +500754,1459.122786,345.3229947,633.6165628,487.0012151,2120.255177 +500755,1445.926698,343.6447787,630.747955,483.6839384,2134.331446 +500756,1447.849078,341.9845923,627.9147351,480.4305021,2111.730894 +500757,1397.965012,340.342909,625.1775989,477.2052329,2130.330531 +500758,1418.971189,338.7187473,622.2971372,473.979302,2107.459169 +500759,1392.675775,337.1127462,619.5236658,470.8689692,2119.439251 +500760,1383.096225,335.5239233,616.8779694,467.7172127,2112.918411 +500761,0,0,0,0,0 +500762,0,0,0,0,0 +500763,0,0,0,0,0 +500764,0,0,0,0,0 +500765,0,0,0,0,0 +500766,0,0,0,0,0 +500767,0,0,0,0,0 +500768,0,0,0,0,0 +500769,0,0,0,0,0 +500770,0,0,0,0,0 +500771,0,0,0,0,0 +500772,0,0,0,0,0 +500773,0,0,0,0,0 +500774,0,0,0,0,0 +500775,0,0,0,0,0 +500776,0,0,0,0,0 +500777,0,0,0,0,0 +500778,0,0,0,0,0 +500779,0,0,0,0,0 +500780,0,0,0,0,0 +500781,0,0,0,0,0 +500782,0,0,0,0,0 +500783,0,0,0,0,0 +500784,0,0,0,0,0 +500785,0,0,0,0,0 +500786,0,0,0,0,0 +500787,0,0,0,0,0 +500788,0,0,0,0,0 +500789,0,0,0,0,0 +500790,0,0,0,0,0 +500791,0,0,0,0,0 +500792,0,0,0,0,0 +500793,0,0,0,0,0 +500794,0,0,0,0,0 +500795,0,0,0,0,0 +500796,0,0,0,0,0 +500797,0,0,0,0,0 +500798,0,0,0,0,0 +500799,0,0,0,0,0 +500800,0,0,0,0,0 +500801,0,0,0,0,0 +500802,0,0,0,0,0 +500803,0,0,0,0,0 +500804,0,0,0,0,0 +500805,0,0,0,0,0 +500806,0,0,0,0,0 +500807,0,0,0,0,0 +500808,0,0,0,0,0 +500809,0,0,0,0,0 +500810,0,0,0,0,0 +500811,0,0,0,0,0 +500812,0,0,0,0,0 +500813,0,0,0,0,0 +500814,0,0,0,0,0 +500815,0,0,0,0,0 +500816,0,0,0,0,0 +500817,0,0,0,0,0 +500818,0,0,0,0,0 +500819,0,0,0,0,0 +500820,0,0,0,0,0 +500821,0,0,0,0,0 +500822,0,0,0,0,0 +500823,0,0,0,0,0 +500824,0,0,0,0,0 +500825,0,0,0,0,0 +500826,0,0,0,0,0 +500827,0,0,0,0,0 +500828,0,0,0,0,0 +500829,0,0,0,0,0 +500830,0,0,0,0,0 +500831,0,0,0,0,0 +500832,0,0,0,0,0 +500833,0,0,0,0,0 +500834,0,0,0,0,0 +500835,0,0,0,0,0 +500836,0,0,0,0,0 +500837,0,0,0,0,0 +500838,0,0,0,0,0 +500839,0,0,0,0,0 +500840,0,0,0,0,0 +500841,0,0,0,0,0 +500842,0,0,0,0,0 +500843,0,0,0,0,0 +500844,0,0,0,0,0 +500845,0,0,0,0,0 +500846,0,0,0,0,0 +500847,0,0,0,0,0 +500848,0,0,0,0,0 +500849,0,0,0,0,0 +500850,0,0,0,0,0 +500851,0,0,0,0,0 +500852,0,0,0,0,0 +500853,0,0,0,0,0 +500854,0,0,0,0,0 +500855,0,0,0,0,0 +500856,0,0,0,0,0 +500857,0,0,0,0,0 +500858,0,0,0,0,0 +500859,0,0,0,0,0 +500860,0,0,0,0,0 +500861,0,0,0,0,0 +500862,0,0,0,0,0 +500863,0,0,0,0,0 +500864,0,0,0,0,0 +500865,0,0,0,0,0 +500866,0,0,0,0,0 +500867,0,0,0,0,0 +500868,0,0,0,0,0 +500869,0,0,0,0,0 +500870,0,0,0,0,0 +500871,0,0,0,0,0 +500872,0,0,0,0,0 +500873,0,0,0,0,0 +500874,0,0,0,0,0 +500875,0,0,0,0,0 +500876,0,0,0,0,0 +500877,0,0,0,0,0 +500878,0,0,0,0,0 +500879,0,0,0,0,0 +500880,0,0,0,0,0 +500881,0,0,0,0,0 +500882,0,0,0,0,0 +500883,0,0,0,0,0 +500884,0,0,0,0,0 +500885,0,0,0,0,0 +500886,0,0,0,0,0 +500887,0,0,0,0,0 +500888,0,0,0,0,0 +500889,0,0,0,0,0 +500890,0,0,0,0,0 +500891,0,0,0,0,0 +500892,0,0,0,0,0 +500893,0,0,0,0,0 +500894,0,0,0,0,0 +500895,0,0,0,0,0 +500896,0,0,0,0,0 +500897,0,0,0,0,0 +500898,0,0,0,0,0 +500899,0,0,0,0,0 +500900,0,0,0,0,0 +500901,0,0,0,0,0 +500902,0,0,0,0,0 +500903,0,0,0,0,0 +500904,0,0,0,0,0 +500905,0,0,0,0,0 +500906,0,0,0,0,0 +500907,0,0,0,0,0 +500908,0,0,0,0,0 +500909,0,0,0,0,0 +500910,0,0,0,0,0 +500911,0,0,0,0,0 +500912,0,0,0,0,0 +500913,0,0,0,0,0 +500914,0,0,0,0,0 +500915,0,0,0,0,0 +500916,0,0,0,0,0 +500917,0,0,0,0,0 +500918,0,0,0,0,0 +500919,0,0,0,0,0 +500920,0,0,0,0,0 +500921,0,0,0,0,0 +500922,0,0,0,0,0 +500923,0,0,0,0,0 +500924,0,0,0,0,0 +500925,0,0,0,0,0 +500926,0,0,0,0,0 +500927,0,0,0,0,0 +500928,0,0,0,0,0 +500929,0,0,0,0,0 +500930,0,0,0,0,0 +500931,0,0,0,0,0 +500932,0,0,0,0,0 +500933,0,0,0,0,0 +500934,0,0,0,0,0 +500935,0,0,0,0,0 +500936,0,0,0,0,0 +500937,0,0,0,0,0 +500938,0,0,0,0,0 +500939,0,0,0,0,0 +500940,0,0,0,0,0 +500941,0,0,0,0,0 +500942,0,0,0,0,0 +500943,0,0,0,0,0 +500944,0,0,0,0,0 +500945,0,0,0,0,0 +500946,0,0,0,0,0 +500947,0,0,0,0,0 +500948,0,0,0,0,0 +500949,0,0,0,0,0 +500950,0,0,0,0,0 +500951,0,0,0,0,0 +500952,0,0,0,0,0 +500953,0,0,0,0,0 +500954,0,0,0,0,0 +500955,0,0,0,0,0 +500956,0,0,0,0,0 +500957,0,0,0,0,0 +500958,0,0,0,0,0 +500959,0,0,0,0,0 +500960,0,0,0,0,0 +500961,0,0,0,0,0 +500962,0,0,0,0,0 +500963,0,0,0,0,0 +500964,0,0,0,0,0 +500965,0,0,0,0,0 +500966,0,0,0,0,0 +500967,0,0,0,0,0 +500968,0,0,0,0,0 +500969,0,0,0,0,0 +500970,0,0,0,0,0 +500971,0,0,0,0,0 +500972,0,0,0,0,0 +500973,0,0,0,0,0 +500974,0,0,0,0,0 +500975,0,0,0,0,0 +500976,0,0,0,0,0 +500977,0,0,0,0,0 +500978,0,0,0,0,0 +500979,0,0,0,0,0 +500980,0,0,0,0,0 +500981,0,0,0,0,0 +500982,0,0,0,0,0 +500983,0,0,0,0,0 +500984,0,0,0,0,0 +500985,0,0,0,0,0 +500986,0,0,0,0,0 +500987,0,0,0,0,0 +500988,0,0,0,0,0 +500989,0,0,0,0,0 +500990,0,0,0,0,0 +500991,0,0,0,0,0 +500992,0,0,0,0,0 +500993,0,0,0,0,0 +500994,0,0,0,0,0 +500995,0,0,0,0,0 +500996,0,0,0,0,0 +500997,0,0,0,0,0 +500998,0,0,0,0,0 +500999,0,0,0,0,0 +501000,0,0,0,0,0 +501001,0,0,0,0,0 +501002,0,0,0,0,0 +501003,0,0,0,0,0 +501004,0,0,0,0,0 +501005,0,0,0,0,0 +501006,0,0,0,0,0 +501007,0,0,0,0,0 +501008,0,0,0,0,0 +501009,0,0,0,0,0 +501010,0,0,0,0,0 +501011,0,0,0,0,0 +501012,0,0,0,0,0 +501013,0,0,0,0,0 +501014,0,0,0,0,0 +501015,0,0,0,0,0 +501016,0,0,0,0,0 +501017,0,0,0,0,0 +501018,0,0,0,0,0 +501019,0,0,0,0,0 +501020,0,0,0,0,0 +501021,0,0,0,0,0 +501022,0,0,0,0,0 +501023,0,0,0,0,0 +501024,0,0,0,0,0 +501025,0,0,0,0,0 +501026,0,0,0,0,0 +501027,0,0,0,0,0 +501028,0,0,0,0,0 +501029,0,0,0,0,0 +501030,0,0,0,0,0 +501031,0,0,0,0,0 +501032,0,0,0,0,0 +501033,0,0,0,0,0 +501034,0,0,0,0,0 +501035,0,0,0,0,0 +501036,0,0,0,0,0 +501037,0,0,0,0,0 +501038,0,0,0,0,0 +501039,0,0,0,0,0 +501040,0,0,0,0,0 +501041,0,0,0,0,0 +501042,0,0,0,0,0 +501043,0,0,0,0,0 +501044,0,0,0,0,0 +501045,0,0,0,0,0 +501046,0,0,0,0,0 +501047,0,0,0,0,0 +501048,0,0,0,0,0 +501049,0,0,0,0,0 +501050,0,0,0,0,0 +501051,0,0,0,0,0 +501052,0,0,0,0,0 +501053,0,0,0,0,0 +501054,0,0,0,0,0 +501055,0,0,0,0,0 +501056,0,0,0,0,0 +501057,0,0,0,0,0 +501058,0,0,0,0,0 +501059,0,0,0,0,0 +501060,0,0,0,0,0 +501061,0,0,0,0,0 +501062,0,0,0,0,0 +501063,0,0,0,0,0 +501064,0,0,0,0,0 +501065,0,0,0,0,0 +501066,0,0,0,0,0 +501067,0,0,0,0,0 +501068,0,0,0,0,0 +501069,0,0,0,0,0 +501070,0,0,0,0,0 +501071,0,0,0,0,0 +501072,0,0,0,0,0 +501073,0,0,0,0,0 +501074,0,0,0,0,0 +501075,0,0,0,0,0 +501076,0,0,0,0,0 +501077,0,0,0,0,0 +501078,0,0,0,0,0 +501079,0,0,0,0,0 +501080,0,0,0,0,0 +501081,0,0,0,0,0 +501082,0,0,0,0,0 +501083,0,0,0,0,0 +501084,0,0,0,0,0 +501085,0,0,0,0,0 +501086,0,0,0,0,0 +501087,0,0,0,0,0 +501088,0,0,0,0,0 +501089,0,0,0,0,0 +501090,0,0,0,0,0 +501091,0,0,0,0,0 +501092,0,0,0,0,0 +501093,0,0,0,0,0 +501094,0,0,0,0,0 +501095,0,0,0,0,0 +501096,0,0,0,0,0 +501097,0,0,0,0,0 +501098,0,0,0,0,0 +501099,0,0,0,0,0 +501100,0,0,0,0,0 +501101,0,0,0,0,0 +501102,0,0,0,0,0 +501103,0,0,0,0,0 +501104,0,0,0,0,0 +501105,0,0,0,0,0 +501106,0,0,0,0,0 +501107,0,0,0,0,0 +501108,0,0,0,0,0 +501109,0,0,0,0,0 +501110,0,0,0,0,0 +501111,0,0,0,0,0 +501112,0,0,0,0,0 +501113,0,0,0,0,0 +501114,0,0,0,0,0 +501115,0,0,0,0,0 +501116,0,0,0,0,0 +501117,0,0,0,0,0 +501118,0,0,0,0,0 +501119,0,0,0,0,0 +501120,0,0,0,0,0 +501121,0,0,0,0,0 +501122,0,0,0,0,0 +501123,0,0,0,0,0 +501124,0,0,0,0,0 +501125,0,0,0,0,0 +501126,0,0,0,0,0 +501127,0,0,0,0,0 +501128,0,0,0,0,0 +501129,0,0,0,0,0 +501130,0,0,0,0,0 +501131,0,0,0,0,0 +501132,0,0,0,0,0 +501133,0,0,0,0,0 +501134,0,0,0,0,0 +501135,0,0,0,0,0 +501136,0,0,0,0,0 +501137,0,0,0,0,0 +501138,0,0,0,0,0 +501139,0,0,0,0,0 +501140,0,0,0,0,0 +501141,0,0,0,0,0 +501142,0,0,0,0,0 +501143,0,0,0,0,0 +501144,0,0,0,0,0 +501145,0,0,0,0,0 +501146,0,0,0,0,0 +501147,0,0,0,0,0 +501148,0,0,0,0,0 +501149,0,0,0,0,0 +501150,0,0,0,0,0 +501151,0,0,0,0,0 +501152,0,0,0,0,0 +501153,0,0,0,0,0 +501154,0,0,0,0,0 +501155,0,0,0,0,0 +501156,0,0,0,0,0 +501157,0,0,0,0,0 +501158,0,0,0,0,0 +501159,0,0,0,0,0 +501160,0,0,0,0,0 +501161,0,0,0,0,0 +501162,0,0,0,0,0 +501163,0,0,0,0,0 +501164,0,0,0,0,0 +501165,0,0,0,0,0 +501166,0,0,0,0,0 +501167,0,0,0,0,0 +501168,0,0,0,0,0 +501169,0,0,0,0,0 +501170,0,0,0,0,0 +501171,0,0,0,0,0 +501172,0,0,0,0,0 +501173,0,0,0,0,0 +501174,0,0,0,0,0 +501175,0,0,0,0,0 +501176,0,0,0,0,0 +501177,0,0,0,0,0 +501178,0,0,0,0,0 +501179,0,0,0,0,0 +501180,0,0,0,0,0 +501181,0,0,0,0,0 +501182,0,0,0,0,0 +501183,0,0,0,0,0 +501184,0,0,0,0,0 +501185,0,0,0,0,0 +501186,0,0,0,0,0 +501187,0,0,0,0,0 +501188,0,0,0,0,0 +501189,0,0,0,0,0 +501190,0,0,0,0,0 +501191,0,0,0,0,0 +501192,0,0,0,0,0 +501193,0,0,0,0,0 +501194,0,0,0,0,0 +501195,0,0,0,0,0 +501196,0,0,0,0,0 +501197,0,0,0,0,0 +501198,0,0,0,0,0 +501199,0,0,0,0,0 +501200,0,0,0,0,0 +501201,0,0,0,0,0 +501202,0,0,0,0,0 +501203,0,0,0,0,0 +501204,0,0,0,0,0 +501205,0,0,0,0,0 +501206,0,0,0,0,0 +501207,0,0,0,0,0 +501208,0,0,0,0,0 +501209,0,0,0,0,0 +501210,0,0,0,0,0 +501211,0,0,0,0,0 +501212,0,0,0,0,0 +501213,0,0,0,0,0 +501214,0,0,0,0,0 +501215,0,0,0,0,0 +501216,0,0,0,0,0 +501217,0,0,0,0,0 +501218,0,0,0,0,0 +501219,0,0,0,0,0 +501220,0,0,0,0,0 +501221,0,0,0,0,0 +501222,0,0,0,0,0 +501223,0,0,0,0,0 +501224,0,0,0,0,0 +501225,0,0,0,0,0 +501226,0,0,0,0,0 +501227,0,0,0,0,0 +501228,0,0,0,0,0 +501229,0,0,0,0,0 +501230,0,0,0,0,0 +501231,0,0,0,0,0 +501232,0,0,0,0,0 +501233,0,0,0,0,0 +501234,0,0,0,0,0 +501235,0,0,0,0,0 +501236,0,0,0,0,0 +501237,0,0,0,0,0 +501238,0,0,0,0,0 +501239,0,0,0,0,0 +501240,0,0,0,0,0 +501241,0,0,0,0,0 +501242,0,0,0,0,0 +501243,0,0,0,0,0 +501244,0,0,0,0,0 +501245,0,0,0,0,0 +501246,0,0,0,0,0 +501247,0,0,0,0,0 +501248,0,0,0,0,0 +501249,0,0,0,0,0 +501250,0,0,0,0,0 +501251,0,0,0,0,0 +501252,0,0,0,0,0 +501253,0,0,0,0,0 +501254,0,0,0,0,0 +501255,0,0,0,0,0 +501256,0,0,0,0,0 +501257,0,0,0,0,0 +501258,0,0,0,0,0 +501259,0,0,0,0,0 +501260,0,0,0,0,0 +501261,0,0,0,0,0 +501262,0,0,0,0,0 +501263,0,0,0,0,0 +501264,0,0,0,0,0 +501265,0,0,0,0,0 +501266,0,0,0,0,0 +501267,0,0,0,0,0 +501268,0,0,0,0,0 +501269,0,0,0,0,0 +501270,0,0,0,0,0 +501271,0,0,0,0,0 +501272,0,0,0,0,0 +501273,0,0,0,0,0 +501274,0,0,0,0,0 +501275,0,0,0,0,0 +501276,0,0,0,0,0 +501277,0,0,0,0,0 +501278,0,0,0,0,0 +501279,0,0,0,0,0 +501280,0,0,0,0,0 +501281,0,0,0,0,0 +501282,0,0,0,0,0 +501283,0,0,0,0,0 +501284,0,0,0,0,0 +501285,0,0,0,0,0 +501286,0,0,0,0,0 +501287,0,0,0,0,0 +501288,0,0,0,0,0 +501289,0,0,0,0,0 +501290,0,0,0,0,0 +501291,0,0,0,0,0 +501292,0,0,0,0,0 +501293,0,0,0,0,0 +501294,0,0,0,0,0 +501295,0,0,0,0,0 +501296,0,0,0,0,0 +501297,0,0,0,0,0 +501298,0,0,0,0,0 +501299,0,0,0,0,0 +501300,0,0,0,0,0 +501301,0,0,0,0,0 +501302,0,0,0,0,0 +501303,0,0,0,0,0 +501304,0,0,0,0,0 +501305,0,0,0,0,0 +501306,0,0,0,0,0 +501307,0,0,0,0,0 +501308,0,0,0,0,0 +501309,0,0,0,0,0 +501310,0,0,0,0,0 +501311,0,0,0,0,0 +501312,0,0,0,0,0 +501313,0,0,0,0,0 +501314,0,0,0,0,0 +501315,0,0,0,0,0 +501316,0,0,0,0,0 +501317,0,0,0,0,0 +501318,0,0,0,0,0 +501319,0,0,0,0,0 +501320,0,0,0,0,0 +501321,0,0,0,0,0 +501322,0,0,0,0,0 +501323,0,0,0,0,0 +501324,0,0,0,0,0 +501325,0,0,0,0,0 +501326,0,0,0,0,0 +501327,0,0,0,0,0 +501328,0,0,0,0,0 +501329,0,0,0,0,0 +501330,0,0,0,0,0 +501331,0,0,0,0,0 +501332,0,0,0,0,0 +501333,0,0,0,0,0 +501334,0,0,0,0,0 +501335,0,0,0,0,0 +501336,0,0,0,0,0 +501337,0,0,0,0,0 +501338,0,0,0,0,0 +501339,0,0,0,0,0 +501340,0,0,0,0,0 +501341,0,0,0,0,0 +501342,0,0,0,0,0 +501343,0,0,0,0,0 +501344,0,0,0,0,0 +501345,0,0,0,0,0 +501346,0,0,0,0,0 +501347,0,0,0,0,0 +501348,0,0,0,0,0 +501349,0,0,0,0,0 +501350,0,0,0,0,0 +501351,0,0,0,0,0 +501352,0,0,0,0,0 +501353,0,0,0,0,0 +501354,0,0,0,0,0 +501355,0,0,0,0,0 +501356,0,0,0,0,0 +501357,0,0,0,0,0 +501358,0,0,0,0,0 +501359,0,0,0,0,0 +501360,0,0,0,0,0 +501361,0,0,0,0,0 +501362,0,0,0,0,0 +501363,0,0,0,0,0 +501364,0,0,0,0,0 +501365,0,0,0,0,0 +501366,0,0,0,0,0 +501367,0,0,0,0,0 +501368,0,0,0,0,0 +501369,0,0,0,0,0 +501370,0,0,0,0,0 +501371,0,0,0,0,0 +501372,0,0,0,0,0 +501373,0,0,0,0,0 +501374,0,0,0,0,0 +501375,0,0,0,0,0 +501376,0,0,0,0,0 +501377,0,0,0,0,0 +501378,0,0,0,0,0 +501379,0,0,0,0,0 +501380,0,0,0,0,0 +501381,0,0,0,0,0 +501382,0,0,0,0,0 +501383,0,0,0,0,0 +501384,0,0,0,0,0 +501385,0,0,0,0,0 +501386,0,0,0,0,0 +501387,0,0,0,0,0 +501388,0,0,0,0,0 +501389,0,0,0,0,0 +501390,0,0,0,0,0 +501391,0,0,0,0,0 +501392,0,0,0,0,0 +501393,0,0,0,0,0 +501394,0,0,0,0,0 +501395,0,0,0,0,0 +501396,0,0,0,0,0 +501397,0,0,0,0,0 +501398,0,0,0,0,0 +501399,0,0,0,0,0 +501400,0,0,0,0,0 +501401,0,0,0,0,0 +501402,0,0,0,0,0 +501403,0,0,0,0,0 +501404,0,0,0,0,0 +501405,0,0,0,0,0 +501406,0,0,0,0,0 +501407,0,0,0,0,0 +501408,0,0,0,0,0 +501409,0,0,0,0,0 +501410,0,0,0,0,0 +501411,0,0,0,0,0 +501412,0,0,0,0,0 +501413,0,0,0,0,0 +501414,0,0,0,0,0 +501415,0,0,0,0,0 +501416,0,0,0,0,0 +501417,0,0,0,0,0 +501418,0,0,0,0,0 +501419,0,0,0,0,0 +501420,0,0,0,0,0 +501421,0,0,0,0,0 +501422,0,0,0,0,0 +501423,0,0,0,0,0 +501424,0,0,0,0,0 +501425,0,0,0,0,0 +501426,0,0,0,0,0 +501427,0,0,0,0,0 +501428,0,0,0,0,0 +501429,0,0,0,0,0 +501430,0,0,0,0,0 +501431,0,0,0,0,0 +501432,0,0,0,0,0 +501433,0,0,0,0,0 +501434,0,0,0,0,0 +501435,0,0,0,0,0 +501436,0,0,0,0,0 +501437,0,0,0,0,0 +501438,0,0,0,0,0 +501439,0,0,0,0,0 +501440,0,0,0,0,0 +501441,0,0,0,0,0 +501442,0,0,0,0,0 +501443,0,0,0,0,0 +501444,0,0,0,0,0 +501445,0,0,0,0,0 +501446,0,0,0,0,0 +501447,0,0,0,0,0 +501448,0,0,0,0,0 +501449,0,0,0,0,0 +501450,0,0,0,0,0 +501451,0,0,0,0,0 +501452,0,0,0,0,0 +501453,0,0,0,0,0 +501454,0,0,0,0,0 +501455,0,0,0,0,0 +501456,0,0,0,0,0 +501457,0,0,0,0,0 +501458,0,0,0,0,0 +501459,0,0,0,0,0 +501460,0,0,0,0,0 +501461,0,0,0,0,0 +501462,0,0,0,0,0 +501463,0,0,0,0,0 +501464,0,0,0,0,0 +501465,0,0,0,0,0 +501466,0,0,0,0,0 +501467,0,0,0,0,0 +501468,0,0,0,0,0 +501469,0,0,0,0,0 +501470,0,0,0,0,0 +501471,0,0,0,0,0 +501472,0,0,0,0,0 +501473,0,0,0,0,0 +501474,0,0,0,0,0 +501475,0,0,0,0,0 +501476,0,0,0,0,0 +501477,0,0,0,0,0 +501478,0,0,0,0,0 +501479,0,0,0,0,0 +501480,0,0,0,0,0 +501481,0,0,0,0,0 +501482,0,0,0,0,0 +501483,0,0,0,0,0 +501484,0,0,0,0,0 +501485,0,0,0,0,0 +501486,0,0,0,0,0 +501487,0,0,0,0,0 +501488,0,0,0,0,0 +501489,0,0,0,0,0 +501490,0,0,0,0,0 +501491,0,0,0,0,0 +501492,0,0,0,0,0 +501493,0,0,0,0,0 +501494,0,0,0,0,0 +501495,0,0,0,0,0 +501496,0,0,0,0,0 +501497,0,0,0,0,0 +501498,0,0,0,0,0 +501499,0,0,0,0,0 +501500,0,0,0,0,0 +501501,0,0,0,0,0 +501502,0,0,0,0,0 +501503,0,0,0,0,0 +501504,0,0,0,0,0 +501505,0,0,0,0,0 +501506,0,0,0,0,0 +501507,0,0,0,0,0 +501508,0,0,0,0,0 +501509,0,0,0,0,0 +501510,0,0,0,0,0 +501511,0,0,0,0,0 +501512,0,0,0,0,0 +501513,0,0,0,0,0 +501514,0,0,0,0,0 +501515,0,0,0,0,0 +501516,0,0,0,0,0 +501517,0,0,0,0,0 +501518,0,0,0,0,0 +501519,0,0,0,0,0 +501520,0,0,0,0,0 +501521,0,0,0,0,0 +501522,0,0,0,0,0 +501523,0,0,0,0,0 +501524,0,0,0,0,0 +501525,0,0,0,0,0 +501526,0,0,0,0,0 +501527,0,0,0,0,0 +501528,0,0,0,0,0 +501529,0,0,0,0,0 +501530,0,0,0,0,0 +501531,0,0,0,0,0 +501532,0,0,0,0,0 +501533,0,0,0,0,0 +501534,0,0,0,0,0 +501535,0,0,0,0,0 +501536,0,0,0,0,0 +501537,0,0,0,0,0 +501538,0,0,0,0,0 +501539,0,0,0,0,0 +501540,0,0,0,0,0 +501541,-1238.055883,-498.0387067,-1203.708019,-497.9103333,527.4768705 +501542,-1343.220973,-544.3649068,-1304.803285,-544.2390479,291.7019128 +501543,-1405.810185,-574.375425,-1368.420337,-574.2533282,99.45000295 +501544,-1433.313878,-588.5283079,-1396.844932,-588.4101792,-24.80912712 +501545,-1436.518884,-591.5156696,-1400.701026,-591.4013244,-90.28910431 +501546,-1426.689885,-588.3931266,-1391.276047,-588.2823437,-117.8803931 +501547,-1412.252347,-583.0062656,-1377.070241,-582.898905,-126.4112462 +501548,-1397.459271,-577.3164656,-1362.400925,-577.2124484,-126.7495936 +501549,-1383.370138,-572.0435673,-1348.860735,-571.9428335,-123.7949956 +501550,-1370.394456,-567.2270644,-1336.28282,-567.1296627,-119.7298279 +501551,-1358.689849,-562.8770033,-1324.77754,-562.7829059,-115.4530328 +501552,-1440.352975,-601.7263545,-1407.132568,-601.6353378,-313.7646288 +501553,-1251.365266,-516.6833214,-1218.286904,-516.595276,10.84674636 +501554,-1275.161995,-527.5819599,-1241.690094,-527.4969863,-19.63561467 +501555,-1292.479746,-535.7933694,-1258.832197,-535.7113617,-49.73830326 +501556,-1301.675031,-540.3763467,-1267.957445,-540.2971631,-70.19443786 +501557,-1304.599649,-542.0959202,-1270.859583,-542.0194162,-81.34783439 +501558,-1303.656006,-542.0217253,-1269.91088,-541.9477743,-86.04779097 +501559,-1300.700273,-540.995097,-1266.953713,-540.9235917,-86.96938965 +501560,-1296.869967,-539.5355412,-1263.120522,-539.4663876,-85.90380466 +501561,-1292.76504,-537.9184776,-1259.010076,-537.8515897,-83.88999695 +501562,-1288.666785,-536.274203,-1254.903868,-536.2094993,-81.45014555 +501563,-1284.692091,-534.6582468,-1250.919317,-534.5956492,-78.83907249 +501564,-1280.880416,-533.091002,-1247.096391,-533.0304351,-76.17477644 +501565,-1277.236853,-531.5772301,-1243.440598,-531.5186213,-73.50824487 +501566,-1273.752093,-530.1150336,-1239.942958,-530.0583129,-70.85866231 +501567,-1270.411575,-528.6999515,-1236.589166,-528.6450515,-68.23064261 +501568,-1267.199644,-527.3268286,-1233.363764,-527.2736844,-65.622494 +501569,-1264.105769,-525.9926148,-1230.256266,-525.9411634,-63.03433862 +501570,-1261.061308,-524.6638424,-1227.186958,-524.6140232,-60.45668006 +501571,-1258.075247,-521.1586901,-1224.146248,-523.2999062,-57.89491347 +501572,-1255.146672,-516.2913802,-1221.141282,-521.9999122,-55.35803144 +501573,-1252.266915,-511.0710974,-1218.176169,-520.7111412,-52.84171346 +501574,-1249.424567,-505.9691055,-1215.247363,-519.4294791,-50.33364281 +501575,-1246.611639,-501.074406,-1212.349922,-518.1524183,-47.82392113 +501576,-1243.823726,-496.3377156,-1209.480111,-516.8790427,-45.30721022 +501577,-1241.058409,-491.6978925,-1206.635483,-515.609244,-42.7812802 +501578,-1238.314049,-487.1150789,-1203.814318,-514.3431559,-40.24538551 +501579,-1326.934079,-524.9508711,-1292.954943,-555.4646844,-238.2623345 +501580,-1146.323372,-439.6662884,-1112.36913,-473.449753,81.7984066 +501581,-1175.296473,-448.973219,-1140.858522,-486.0182369,50.5422748 +501582,-1197.022162,-455.313238,-1162.325623,-495.6215455,19.90954878 +501583,-1209.981995,-457.787644,-1175.136918,-501.3698593,-0.920053631 +501584,-1216.130651,-457.1983399,-1181.192359,-504.0718108,-12.35330389 +501585,-1217.948611,-454.6404265,-1182.942368,-504.8273425,-17.2627953 +501586,-1217.353534,-450.9738127,-1182.290013,-504.5000255,-18.32808116 +501587,-1215.535552,-446.7334993,-1180.419767,-503.6279081,-17.35189712 +501588,-1213.140755,-442.2084432,-1177.976334,-502.5025997,-15.36459017 +501589,-1210.491092,-437.5409058,-1175.281858,-501.2686412,-12.90065323 +501590,-1207.738961,-432.7969072,-1172.489318,-499.9939338,-10.2222238 +501591,-1204.954237,-428.0058093,-1169.669141,-498.7093314,-7.454015019 +501592,-1202.167877,-423.1799708,-1166.852715,-497.428345,-4.654209598 +501593,-1199.392411,-418.3238625,-1164.052874,-496.156321,-1.848867812 +501594,-1185.682239,-373.3095032,-1150.324208,-489.9177505,20.85950354 +501595,-1171.50539,-228.0981341,-1136.134398,-483.4737139,44.49112855 +501596,-1157.818226,-284.511175,-1122.44012,-477.2588685,67.33662633 +501597,-1152.319026,-239.1803487,-1116.940435,-474.7701108,75.39935115 +501598,-1147.258766,-224.1677609,-1111.885995,-472.4798437,82.71861276 +501599,-1143.707156,-206.3970727,-1108.345408,-470.8719782,87.31540513 +501600,-1258.379201,-189.4340439,-1223.836881,-524.16633,-169.6685449 +501601,-1036.851853,295.7971433,-1002.476096,-423.6481335,222.1572143 +501602,-1195.183279,327.4327229,-1161.225186,-496.1027937,-91.27820069 +501603,-941.3784367,352.8708035,-907.4128672,-380.7227173,365.4144554 +501604,-973.3991219,376.9806462,-938.7296098,-394.6123842,339.4042291 +501605,-1121.245834,335.8500842,-1087.063815,-463.1316521,34.64494082 +501606,-175.2298819,473.3222372,-338.6202593,-313.1712482,631.3365008 +501607,-392.0132652,359.4300676,-260.5193449,-267.9359668,254.423028 +501608,-386.2133198,404.3072385,-396.787381,-107.7104852,537.9875788 +501609,-310.9458969,437.0071114,-287.8155881,-192.6856225,743.8793676 +501610,-284.7573958,458.9004879,-263.4027211,-144.229757,881.9908556 +501611,-73.78696894,660.1425517,-45.93775331,2.088222146,1657.678441 +501612,-507.5358854,425.6048831,-497.0640135,-242.4306499,711.6242696 +501613,-84.53574532,634.2084194,-59.48776139,-49.13976426,1526.255447 +501614,-219.222811,414.3036453,-197.8700582,-179.6649514,652.4977447 +501615,-167.8310047,642.0094668,-149.1340443,-45.53647783,1550.974137 +501616,-149.7546396,415.937357,-129.2568538,-92.19874627,653.0519657 +501617,-123.3890898,647.2910006,-105.6576852,-44.37616654,1564.610789 +501618,-106.7244474,421.1779506,-87.326813,-90.58155228,666.3308576 +501619,-83.50891279,664.2222471,-63.96559442,-29.44791414,1624.819123 +501620,-64.81799552,433.2560895,-49.28046705,-46.70397777,1026.301575 +501621,-42.32687156,687.7817505,-25.6448431,0.978398525,1714.958393 +501622,-25.89418727,649.7627494,-8.658081922,-60.76695896,1483.685826 +501623,-4.478300579,422.3846049,9.330175196,8.959381991,773.4044319 +501624,16.11313478,684.9439732,30.94070778,-5.940613182,1746.557596 +501625,242.6259866,505.5641768,253.3173359,98.62738275,1603.319658 +501626,-256.3235359,502.614438,-239.9422749,-117.1470966,1055.693321 +501627,219.641294,731.9000024,227.9787795,87.36567802,1869.157622 +501628,54.60896259,489.1007232,66.59703332,18.98408021,1112.873713 +501629,108.4369184,737.4323472,126.4298587,62.47256312,1852.514291 +501630,357.5922017,550.0689411,347.7356819,116.8834157,1487.882844 +501631,-197.4271249,534.6666066,-179.1715885,-71.55605775,1228.735508 +501632,511.1463869,608.5438691,507.0789071,209.047062,1969.374269 +501633,287.7640419,780.2359961,310.1406297,141.1580352,2027.436422 +501634,3.36020889,734.9063365,28.78602776,19.17651204,1727.777377 +501635,27.68526931,694.1772724,-38.08162959,-51.5451722,1481.095891 +501636,371.8533067,660.1073342,407.6829259,187.8615454,1287.268308 +501637,326.6979479,479.0529612,313.7168998,131.4872116,1297.727483 +501638,66.5033856,515.4459711,63.50176382,21.25504859,1691.279425 +501639,506.7484968,595.0801401,501.3036363,218.3752004,1896.581238 +501640,226.7691669,791.6638077,249.4904643,113.0591406,1942.850528 +501641,165.6563984,747.1013328,118.671065,39.97816599,1654.465953 +501642,575.6472981,548.8299547,585.5108638,261.241005,1093.75423 +501643,78.28757156,761.9763237,67.80881935,34.37626502,1849.923046 +501644,538.9313675,536.3972762,527.6271559,218.5669025,1688.060708 +501645,405.1855691,604.9141986,392.8419557,176.025542,1909.530307 +501646,192.4597596,597.0687543,180.7173116,79.07967221,1415.566524 +501647,637.4209062,657.0264236,622.9843604,273.3303266,2017.670512 +501648,197.4976297,640.6678537,182.8164566,80.64245128,1476.088165 +501649,678.3595402,692.3554798,660.0127853,290.3647016,2053.670843 +501650,197.2195461,658.4250897,183.3347034,81.96473501,1451.40079 +501651,710.1897045,698.5355203,683.7086189,301.7122322,2066.990161 +501652,492.6011874,858.9247202,511.2808607,222.476069,2168.245415 +501653,192.9587517,607.1283334,107.7665787,60.44152355,1126.980918 +501654,736.701358,652.4851352,737.519747,323.7883148,1957.75576 +501655,343.1412375,647.4550036,311.1423401,143.2668194,1747.90933 +501656,706.6567048,697.8388789,674.5905434,302.7623324,2003.219374 +501657,311.9746594,675.1613512,283.0252235,130.1717009,1548.659251 +501658,756.3451878,714.407062,723.4327571,324.0134511,2096.996322 +501659,534.813239,878.4427406,552.5285808,238.7182101,2185.917009 +501660,362.7578213,834.5352923,256.2858269,134.6996153,1881.533574 +501661,879.0778346,565.6547745,878.9661988,399.5935371,1582.862536 +501662,938.5092293,598.6982541,938.3775518,426.2849468,1701.600854 +501663,958.0106554,618.2352957,957.0627554,434.4401609,1760.526224 +501664,965.492887,632.7551806,963.4552552,437.0545883,1799.82767 +501665,970.5712807,685.2935056,967.4824932,438.6643501,1832.044097 +501666,974.569619,987.5642046,970.5630917,436.4603795,1858.632783 +501667,977.86714,832.9258028,973.0617874,440.9851116,1880.8163 +501668,980.5264582,896.1790634,975.011638,441.8161153,1899.404701 +501669,982.6655798,915.2319487,976.5024341,442.4276044,1915.104296 +501670,984.3799698,930.3767705,977.6180654,442.8716364,1928.396656 +501671,985.7481956,944.5392042,978.4249896,443.1860025,1939.636649 +501672,986.8371493,958.8514916,978.9870897,443.4006395,1949.117239 +501673,987.702586,972.9861303,979.3515578,443.5337659,1957.091244 +501674,988.3931982,986.0967611,979.5625056,443.6026586,1963.559976 +501675,988.9415354,999.866655,979.6492216,443.6177663,1968.773697 +501676,989.376221,1012.788511,979.6414184,443.5913215,1972.981863 +501677,989.7254484,1031.126825,979.5568485,443.5298361,1976.370689 +501678,990.0055282,1046.811815,979.4158101,443.4421622,1979.073984 +501679,990.2348549,1062.23652,979.2284679,443.331947,1981.194589 +501680,990.4226689,1077.781952,979.0091539,443.2057538,1982.817082 +501681,990.5819576,1092.593164,978.7631026,443.06531,1984.01342 +501682,990.7175865,1107.096188,978.5006649,442.9156311,1984.844998 +501683,990.8389645,1121.908538,978.2238018,442.7571595,1985.364047 +501684,990.9479879,1135.893035,977.9402415,442.5938793,1985.614696 +501685,991.0516587,1149.861169,977.6497977,442.4253749,1985.634273 +501686,991.1499041,1163.538676,977.3584847,442.2549396,1985.454245 +501687,991.2481422,1176.729882,977.0647165,442.0815816,1985.101288 +501688,991.3450154,1190.627242,976.7734035,441.9081342,1984.59793 +501689,991.4449076,1202.973096,976.482061,441.7332208,1983.963337 +501690,991.5456349,1215.975303,976.1948946,441.5593673,1983.213716 +501691,991.6509186,1228.914884,975.9088548,441.3849422,1982.362909 +501692,991.7564754,1241.614257,975.6205425,441.2097494,1981.422614 +501693,991.861193,1254.284806,975.3249967,441.0305002,1980.402848 +501694,991.9692306,1266.354442,975.0233829,440.8488787,1979.312123 +501695,992.0775195,1279.170236,974.7145861,440.6634304,1978.157797 +501696,992.185553,1290.958414,974.4012727,440.476601,1976.946121 +501697,992.297521,1302.886472,974.08242,440.2869917,1975.682536 +501698,992.4101264,1314.781458,973.7603273,440.0968561,1974.371668 +501699,992.5226304,1326.288952,973.4336014,439.9045903,1973.017574 +501700,992.6391132,1337.67115,973.1042874,439.7122996,1971.623733 +501701,992.7563633,1348.989152,972.7708815,439.5183021,1970.193326 +501702,992.8736479,1360.074312,972.4352593,439.3246037,1968.72892 +501703,992.9950344,1370.991473,972.0957417,439.1294232,1967.232839 +501704,993.1171392,1381.844972,971.7541417,438.9347211,1965.707079 +501705,993.2391773,1392.420631,971.4087235,438.7386747,1964.153454 +501706,993.3651604,1402.973002,971.061248,438.5432077,1962.573519 +501707,993.4916629,1413.287775,970.7099459,438.3464698,1960.968718 +501708,993.6178106,1423.437421,970.3565472,438.1503599,1959.340283 +501709,993.7475449,1433.501597,969.9992628,437.9530092,1957.68938 +501710,993.8772963,1443.428727,969.6398053,437.7563,1956.017004 +501711,994.0061323,1453.116126,969.2763792,437.5583528,1954.324116 +501712,994.137975,1462.79522,968.9106859,437.3610381,1952.611531 +501713,994.2692946,1472.189245,968.5409308,437.1624705,1950.88006 +501714,994.399168,1481.592089,968.1688099,436.9645124,1949.130379 +501715,994.5315605,1490.703426,967.7925318,436.7652749,1947.36318 +501716,994.6629534,1499.787285,967.4137939,436.5666164,1945.579042 +501717,994.7924516,1508.742186,967.030808,436.3666454,1943.77856 +501718,994.9240268,1517.453604,966.6452732,436.1672174,1941.962234 +501719,995.0541925,1526.135914,966.2554094,435.9664415,1940.130589 +501720,995.1820636,1534.694591,965.8629162,435.7661701,1938.284059 +501721,994.0313603,1545.594771,964.1857456,434.9825697,1934.095334 +501722,993.0104988,1555.197985,962.6336855,434.2566401,1930.296268 +501723,992.0949752,1563.596167,961.181984,433.5771661,1926.744503 +501724,991.2276629,1571.941877,959.7718875,432.9173494,1923.264222 +501725,990.3790626,1580.32613,958.3757522,432.2639236,1919.767804 +501726,989.5360969,1588.441015,956.9763904,431.6092131,1916.231968 +501727,988.6915611,1596.286171,955.5764086,430.954151,1912.659102 +501728,987.8495233,1604.230442,954.1713876,430.2971369,1909.056101 +501729,987.0072188,1611.832842,952.766889,429.6405313,1905.428123 +501730,986.168431,1619.546139,951.358226,428.9826009,1901.778325 +501731,985.329445,1626.821269,949.9503394,428.3253909,1898.108859 +501732,984.493548,1634.275704,948.5382532,427.6670053,1894.42146 +501733,983.6569323,1641.43005,947.126862,427.0094453,1890.71772 +501734,982.8573174,1648.519435,945.7455919,426.3664315,1887.061541 +501735,982.1347278,1655.483991,944.4431192,425.7598374,1883.533811 +501736,981.4313826,1662.327724,943.1533292,425.159912,1880.024493 +501737,980.74701,1668.996757,941.8845656,424.570193,1876.540857 +501738,980.0812378,1675.694172,940.6281121,423.9870491,1873.076833 +501739,979.4270032,1682.205788,939.3855006,423.4109336,1869.626986 +501740,978.7850051,1688.452139,938.1490745,422.8386905,1866.186922 +501741,978.1493555,1694.850917,936.9215237,422.2712878,1862.753143 +501742,977.5216844,1700.955665,935.6961231,421.7059777,1859.322808 +501743,976.8968699,1707.010028,934.4763136,421.1440574,1855.893687 +501744,976.2771642,1712.944267,933.2559969,420.5830514,1852.463979 +501745,975.657968,1718.769145,932.0391202,420.0244774,1849.032306 +501746,975.0419441,1724.484826,930.820006,419.4660413,1845.597562 +501747,974.4248318,1730.092185,929.602934,418.9094051,1842.158925 +501748,973.8095851,1735.529226,928.3825079,418.3523947,1838.715743 +501749,973.1846533,1741.014501,927.1557097,417.7933499,1835.253891 +501750,972.5742948,1746.321716,925.9384568,417.2397814,1831.811417 +501751,971.947533,1749.299236,924.70829,416.6811851,1828.338834 +501752,971.3157696,1751.866079,923.4932325,416.1301404,1824.871197 +501753,970.6633215,1753.933137,922.2918543,415.5859371,1821.398213 +501754,969.9925218,1755.780004,921.1042434,415.0485892,1817.919731 +501755,969.3009997,1757.38962,919.9288019,414.5173531,1814.435741 +501756,968.6032286,1758.7359,918.7636234,413.9913518,1810.946156 +501757,967.9132765,1759.768992,917.6070724,413.4698397,1807.450969 +501758,967.2368254,1760.693414,916.4578182,412.9522186,1803.950176 +501759,966.5738317,1761.267554,915.314756,412.4380001,1800.443811 +501760,965.9221165,1761.761673,914.1769287,411.9267677,1796.931888 +501761,965.2794397,1761.919128,913.043498,411.418163,1793.414461 +501762,964.6440085,1761.93839,911.9137146,410.9118703,1789.891563 +501763,964.0143255,1761.771284,910.7869204,410.4076173,1786.363265 +501764,963.3890959,1761.41901,909.6625256,409.9051633,1782.829619 +501765,962.7672419,1760.886099,908.5400092,409.4042992,1779.290708 +501766,962.1477774,1753.898195,907.4189043,408.9048401,1775.746594 +501767,961.349035,1752.117907,906.1416029,408.3379776,1772.191296 +501768,960.4346126,1750.775528,904.7558206,407.7249253,1768.631382 +501769,959.4953095,1749.284619,903.3443287,407.1020842,1765.067652 +501770,958.5781278,1747.84245,901.9456001,406.4859224,1761.499356 +501771,957.6943309,1746.176878,900.5737758,405.8832036,1757.925924 +501772,956.8402184,1744.528051,899.2227819,405.2906324,1754.347105 +501773,956.0094287,1742.640827,897.891045,404.707848,1750.762821 +501774,955.1971643,1740.764862,896.5711027,404.1308941,1747.172997 +501775,954.4001848,1738.648084,895.2637863,403.5605259,1743.577558 +501776,953.6162042,1736.543732,893.9637334,402.9937927,1739.976422 +501777,952.8433555,1734.199591,892.6729097,402.4320159,1736.369535 +501778,952.0799507,1731.870859,891.3865187,401.8725422,1732.756861 +501779,951.3245215,1729.304399,890.1068626,401.3168741,1729.138396 +501780,950.5757288,1726.756854,888.8294427,400.7625142,1725.514157 +501781,953.799089,1670.305083,891.5235035,402.0141344,1729.096319 +501782,954.7319891,1666.240403,891.8808795,402.1616823,1728.35698 +501783,954.4204731,1662.510759,890.9644204,401.7270496,1725.296811 +501784,953.9934103,1658.777313,889.9234318,401.2622293,1722.004702 +501785,953.9301608,1655.012391,889.2473144,400.9954252,1719.350012 +501786,954.2911158,1651.187115,888.9990855,400.9483179,1717.44302 +501787,954.9936096,1647.289225,889.0958658,401.074161,1716.144047 +501788,955.9490099,1643.311469,889.4483723,401.3255624,1715.305952 +501789,957.0967834,1639.251271,889.9955921,401.6705964,1714.829841 +501790,958.3988684,1635.106034,890.6993155,402.0894182,1714.653802 +501791,959.8259516,1630.877033,891.5301361,402.5670984,1714.728521 +501792,961.363909,1626.563083,892.4739637,403.0961609,1715.030627 +501793,962.9876136,1622.165324,893.5056837,403.6644326,1715.515612 +501794,964.688905,1617.684325,894.6171227,404.2676883,1716.169123 +501795,966.4475873,1613.121315,895.7881107,404.8964462,1716.954476 +501796,968.2592722,1608.538868,897.0142786,405.5485621,1717.863347 +501797,970.1083494,1603.728815,898.2800372,406.2169025,1718.866697 +501798,971.9899359,1598.968726,899.5805726,406.8993115,1719.954891 +501799,973.9007383,1594.021561,900.9127048,407.5944273,1721.121117 +501800,975.8291114,1589.152541,902.2648887,408.2971166,1722.343312 +501801,977.7733635,1584.085365,903.6354958,409.0067741,1723.617388 +501802,979.7294461,1579.05595,905.0205794,409.7217492,1724.935076 +501803,981.6975524,1573.802378,906.4204433,410.4423248,1726.295836 +501804,983.6686582,1568.606127,907.8261962,411.1645993,1727.682487 +501805,985.6433279,1563.293843,909.2385221,411.8890193,1729.095277 +501806,987.6194184,1557.92505,910.6553751,412.6147818,1730.529581 +501807,989.5952782,1538.431373,912.0751885,413.3412914,1731.981675 +501808,991.2802769,1530.878812,913.449604,414.0471493,1733.453625 +501809,992.7725062,1524.126479,914.7848023,414.7354809,1734.92582 +501810,994.2215885,1517.710583,916.1102928,415.4197251,1736.408331 +501811,995.70169,1513.45508,917.4399489,416.1060091,1737.899559 +501812,997.2539737,1509.710101,918.7627767,416.789298,1739.396871 +501813,998.8926406,1506.128462,920.0709663,417.4661586,1740.904148 +501814,1000.606466,1516.291787,921.353608,418.1317746,1742.408633 +501815,1002.697166,1515.245134,922.6622742,418.8092243,1743.915374 +501816,1005.047364,1513.346548,923.9835018,419.4921816,1745.423742 +501817,1007.49534,1511.412534,925.2940533,420.1702211,1746.932192 +501818,1009.961444,1509.29753,926.581162,420.8377908,1748.4394 +501819,1012.423211,1507.203842,927.8451829,421.4952521,1749.950711 +501820,1014.878827,1505.149076,929.0811556,422.1404629,1751.454143 +501821,1017.33429,1502.957477,930.2942938,422.775843,1752.954598 +501822,1019.796701,1500.881578,931.4864432,423.4022444,1754.451561 +501823,1022.265183,1498.757588,932.6591728,424.0203754,1755.944885 +501824,1024.743968,1496.636951,933.8137736,424.6308091,1757.434584 +501825,1027.234304,1494.509422,934.9548212,425.2356062,1758.926967 +501826,1029.73379,1492.371809,936.0769575,425.8323078,1760.410573 +501827,1032.242883,1490.221745,937.1839399,426.4225979,1761.890654 +501828,1034.76529,1488.05631,938.2763291,427.006706,1763.366867 +501829,1037.301405,1485.873435,939.3547794,427.5849032,1764.839148 +501830,1039.850771,1483.658141,940.4199104,428.1574449,1766.307551 +501831,1042.412368,1481.496347,941.4744696,428.7255101,1767.774015 +501832,1044.986178,1479.158579,942.5142787,429.2872373,1769.233281 +501833,1047.570836,1476.863194,943.5416391,429.8436169,1770.686417 +501834,1050.166764,1474.627592,944.5567834,430.3947371,1772.122878 +501835,1144.190517,1472.257896,945.5604637,430.9409379,1773.536474 +501836,1153.716915,1469.902243,946.5532881,431.4824884,1774.926442 +501837,1151.806928,1467.506048,947.5391313,432.0211353,1776.30104 +501838,1173.122518,1465.074367,948.5119519,432.5541142,1777.651286 +501839,1185.814717,1462.606022,949.4748304,433.08281,1778.984576 +501840,1198.784994,1460.152504,950.4277196,433.6071878,1780.302241 +501841,1050.697747,1347.500348,948.4203413,432.7861996,1776.241253 +501842,1046.149949,1341.218029,941.8041153,429.7968484,1763.930017 +501843,1040.975434,1336.755279,932.8270507,425.732658,1746.952095 +501844,1036.076272,1332.226708,923.7822954,421.6883329,1729.556344 +501845,1031.80201,1327.918811,915.6361242,418.1107843,1713.629367 +501846,1028.158936,1323.697179,908.4937182,415.0324932,1699.243417 +501847,1025.044449,1319.518155,902.1720418,412.3518372,1686.13253 +501848,1022.357796,1315.35496,896.4794252,409.9681443,1674.049393 +501849,1020.025359,1311.146657,891.2830632,407.8127973,1662.829289 +501850,1017.994886,1307.041563,886.4968955,405.8418861,1652.363547 +501851,1016.226498,1302.825494,882.0594372,404.0245506,1642.569475 +501852,1069.612038,1298.627338,877.9209146,402.3362935,1633.375505 +501853,1097.521311,1294.399589,874.0384808,400.7564503,1624.716769 +501854,1089.257862,1290.144628,870.3750142,399.267483,1616.53463 +501855,1107.536065,1285.85949,866.8998407,397.8551965,1608.778802 +501856,1118.986215,1281.541629,863.6126791,396.5195211,1601.451502 +501857,1130.057865,1277.189226,860.4642685,395.2383338,1594.463723 +501858,1141.303819,1272.755775,857.4390399,394.0049789,1587.786047 +501859,1152.84214,1268.392756,854.5195881,392.8120587,1581.384509 +501860,1164.104288,1263.897318,851.6912563,391.6534717,1575.229299 +501861,1175.795526,1259.397785,848.9416786,390.5241728,1569.294217 +501862,1196.326306,1259.050356,846.2603979,389.4199792,1563.55619 +501863,1209.421827,1255.249271,843.803513,388.4098636,1557.996601 +501864,1222.159216,1251.106837,841.5015245,387.4633019,1552.595907 +501865,1234.681578,1246.840054,839.2668681,386.541764,1547.337953 +501866,1247.133734,1242.483083,837.0530411,385.6251586,1542.208915 +501867,1260.191216,1238.052046,834.8455199,384.7077064,1537.196592 +501868,1272.387566,1233.510456,832.6431967,383.7895543,1532.290164 +501869,1285.587428,1229.011456,830.4477203,382.8719713,1527.480036 +501870,1298.276522,1224.359958,828.2600745,381.9558257,1522.757728 +501871,1306.84475,1217.572641,826.0803551,381.0415085,1518.115717 +501872,1315.191569,1210.440973,823.9033305,380.1268888,1513.528475 +501873,1322.860101,1203.076991,821.7616001,379.226955,1509.042972 +501874,1330.461259,1195.666313,819.6183182,378.3250902,1504.585411 +501875,1337.898969,1188.043614,817.5107082,377.438347,1500.219922 +501876,1345.089009,1180.306515,815.3999514,376.5491991,1495.873663 +501877,1343.762118,1168.553815,813.3223004,375.6742415,1491.610589 +501878,1349.427444,1159.994524,811.0838689,374.7280879,1487.359507 +501879,1355.51925,1151.69976,808.7676993,373.7477641,1483.183551 +501880,1362.071856,1143.515853,806.4133764,372.75058,1479.013311 +501881,1368.217346,1135.23659,804.0996996,371.771954,1474.912258 +501882,1374.535397,1126.927531,801.8027672,370.8007484,1470.812415 +501883,1380.318128,1118.683547,799.5567635,369.8522994,1466.776524 +501884,1386.354866,1110.296429,797.3213826,368.908125,1462.737709 +501885,1391.913749,1102.008545,795.1175322,367.9776212,1458.739211 +501886,1398.120389,1093.620044,792.9354406,367.0562712,1454.766495 +501887,1403.468145,1085.208373,790.7728723,366.1430098,1450.817512 +501888,1409.012583,1076.868192,788.6281276,365.2370358,1446.89065 +501889,1414.512209,1068.40679,786.4996476,364.3376273,1442.984318 +501890,1419.708543,1060.053888,784.3860398,363.4441496,1439.097067 +501891,1424.878758,1051.619995,782.2860614,362.5560445,1435.227575 +501892,1429.661697,1043.178029,780.1986217,361.6728294,1431.374655 +501893,1435.056337,1034.819733,778.1227513,360.7940808,1427.537213 +501894,1439.670676,1026.694697,776.0576,359.9194317,1423.714263 +501895,1444.439622,1017.905648,774.0024076,359.048557,1419.904893 +501896,1449.041612,1012.690695,771.9565035,358.181173,1416.108283 +501897,1453.525289,1006.456911,769.9192828,357.317025,1412.323669 +501898,1457.88833,1000.22715,767.8902046,356.4558867,1408.550354 +501899,1462.13052,993.9513683,765.8687785,355.5975537,1404.787692 +501900,1466.248884,987.7846563,763.8545621,354.7418421,1401.035086 +501901,1706.542536,1088.459916,762.0646539,353.9874487,1397.68744 +501902,1714.498709,1084.316007,764.7960714,355.3530596,1402.471286 +501903,1721.896919,1079.748908,769.8499035,357.7728418,1411.666514 +501904,1728.399285,1074.835058,774.981111,360.1775028,1421.37994 +501905,1734.287582,1069.846421,779.2481691,362.1324161,1429.892595 +501906,1740.159301,1064.786476,782.5532439,363.6081889,1436.92145 +501907,1745.735905,1059.653309,785.0790428,364.7057147,1442.686694 +501908,1750.857633,1054.592022,787.0147281,365.5239949,1447.449327 +501909,1756.072985,1049.443365,788.4901804,366.1299,1451.392063 +501910,1760.943371,1044.324123,789.5885743,366.565703,1454.632205 +501911,1765.680351,1039.166812,790.3686008,366.8607367,1457.25373 +501912,1745.317869,1028.288815,790.8773866,367.0380938,1459.326374 +501913,1746.101195,1022.258959,791.107443,367.0957066,1460.912243 +501914,1748.596768,1016.721061,791.1070993,367.0564232,1462.066785 +501915,1751.136179,1011.412888,790.9299028,366.944734,1462.839985 +501916,1754.022906,1006.108462,790.6147138,366.7779858,1463.276087 +501917,1756.693718,1000.893723,790.1868053,366.5671491,1463.413802 +501918,1759.474647,995.7712497,789.6635657,366.3195459,1463.155966 +501919,1762.067591,990.9738608,789.05841,366.0406768,1462.568585 +501920,1764.603712,985.434864,788.3825802,365.7350576,1461.730201 +501921,1766.989524,980.5583772,787.6456859,365.406476,1460.692891 +501922,1769.391081,975.538106,786.8559266,418.0039471,1563.395239 +501923,1771.527772,970.5455535,786.0202187,363.6889947,1604.752971 +501924,1773.770221,965.6579443,785.1443949,409.8986085,1572.174869 +501925,1775.590547,960.7517342,784.2333067,396.4855995,1594.775446 +501926,1777.576626,955.9429049,783.291008,402.1017289,1601.251658 +501927,1779.226995,951.0979085,782.3208885,404.9670083,1607.487854 +501928,1780.929288,946.3155646,781.3258391,407.277723,1610.865504 +501929,1782.343103,941.5347986,780.3083064,409.7293188,1615.594069 +501930,1783.798973,936.8695748,779.2704125,412.0812712,1619.376326 +501931,1786.4409,932.0334203,840.5124963,414.1871916,1623.629118 +501932,1789.153846,927.2240722,835.7009849,416.1138309,1627.430506 +501933,1792.039125,922.3872877,833.4158462,418.0774042,1631.285318 +501934,1794.875508,917.6366124,841.8013256,419.856955,1634.8701 +501935,1797.701446,912.8302391,845.4790921,421.7030349,1638.826979 +501936,1800.486462,908.0803766,848.7898304,423.3207938,1641.879859 +501937,1803.218738,903.2761116,852.2005726,425.091303,1645.476467 +501938,1805.930878,898.5935812,855.3134037,426.6508327,1648.886015 +501939,1808.600773,893.8461847,858.4361332,428.1727625,1652.047224 +501940,1811.247382,888.839208,861.3788624,429.7591982,1655.131748 +501941,1813.857644,884.579755,864.2610388,431.2033911,1658.631209 +501942,1816.486105,879.6906873,866.9642826,432.635974,1661.334686 +501943,1818.92479,875.0775836,869.7392065,433.9710449,1664.471685 +501944,1821.452936,870.4353958,872.2065316,435.4435785,1667.209283 +501945,1823.885289,865.8135052,874.8094263,436.5746439,1670.333627 +501946,1826.274726,861.2110605,877.1757718,438.0217423,1672.994262 +501947,1828.611713,856.9202364,879.503874,439.0526183,1675.756146 +501948,1830.897904,851.942742,881.7447495,440.3735842,1678.42685 +501949,1832.582678,847.605166,883.8337902,441.4757907,1680.849575 +501950,1835.590315,843.0464149,886.1177608,442.588532,1683.719391 +501951,1837.31676,838.5540186,887.8635662,443.6099353,1686.05944 +501952,1839.476717,834.0852407,890.0103289,444.7462848,1688.53872 +501953,1841.496827,829.6410555,891.8047323,445.7748436,1690.928089 +501954,1843.402137,825.221613,893.6171097,446.6024855,1693.265456 +501955,1845.410129,820.8276966,895.3582163,447.6937339,1695.552065 +501956,1847.225683,816.4597088,896.9373233,448.4837018,1697.788593 +501957,1849.107773,812.118289,898.6999327,449.5594294,1699.774933 +501958,1850.772144,807.8038484,900.2735696,450.2543732,1702.251403 +501959,1852.523806,803.5169816,901.5237191,451.1497762,1704.178058 +501960,1854.108093,799.2580585,903.2027088,451.8693552,1706.485832 +501961,1903.074462,817.9423541,951.8016266,475.7702903,1789.865856 +501962,1907.38517,815.0397096,955.791384,477.6745201,1795.872352 +501963,1910.975628,811.8446674,959.2323489,479.4690295,1800.837593 +501964,1913.984958,808.4513604,961.7566779,480.7806327,1805.113891 +501965,1885.045736,802.6125973,961.33123,480.8366994,1809.478877 +501966,1882.947811,798.8324157,962.88835,481.7386827,1813.109295 +501967,1882.694167,795.1624341,964.6672967,482.8144259,1816.834918 +501968,1882.968367,791.5462646,966.4396951,483.5515511,1820.333294 +501969,1883.448645,787.9635576,968.1589394,484.7040464,1823.795422 +501970,1884.017356,784.409609,969.6581907,485.5316654,1827.155739 +501971,1884.626019,780.8815074,971.4895504,486.4231884,1830.343872 +501972,1885.247307,777.3775356,972.8934739,487.265378,1833.509834 +501973,1885.866453,773.9084659,974.3777337,488.0737354,1836.589302 +501974,1886.474709,770.4456093,975.771018,488.8488219,1839.506742 +501975,1887.003266,767.0015691,977.1021075,489.5913533,1842.416157 +501976,1887.679325,763.5805058,978.371932,490.302148,1845.217616 +501977,1888.185645,760.436437,979.7468295,490.8828635,1847.981075 +501978,1888.729171,756.7000346,980.6429367,491.682646,1850.59161 +501979,1889.24032,753.6121255,981.8623044,492.2305011,1853.207277 +501980,1889.724964,750.5726245,982.8761782,493.2324784,1855.761421 +501981,1890.182697,747.6414458,983.862624,494.2016282,1858.172276 +501982,1890.614751,744.7519336,984.7974431,495.2860165,1860.6008 +501983,1891.085104,741.8952452,985.681251,496.1247429,1862.940658 +501984,1891.361325,739.0671797,986.3421562,497.2012021,1865.26428 +501985,1891.757074,736.2655948,987.3922669,498.1939818,1867.445356 +501986,1892.066037,733.4889048,988.0017148,499.2089091,1869.655027 +501987,1892.356332,730.7361152,988.7219303,500.124538,1871.783353 +501988,1892.619086,728.006243,989.3687726,501.3089301,1873.868745 +501989,1892.852759,725.2986394,989.9716759,502.2615677,1875.943487 +501990,1893.059087,722.6125507,990.531457,503.3123855,1877.88311 +501991,1898.020284,720.003906,991.1803352,504.4111079,1879.861379 +501992,1903.936625,717.4267336,991.8143263,505.5302732,1881.768737 +501993,1910.114359,714.8739978,992.4182331,506.6637368,1883.64392 +501994,1916.687129,712.3432035,992.9876718,507.8101725,1885.518478 +501995,1923.545603,709.8331229,993.5214427,508.9696151,1887.264783 +501996,1930.681483,707.3428902,994.0188783,510.0259019,1889.061273 +501997,1938.077794,704.8720426,994.4800866,511.506591,1890.793258 +501998,1979.644907,704.0789467,998.93311,515.5346346,1892.628297 +501999,1992.074833,701.9861224,1000.043704,517.3563398,1894.36596 +502000,2002.909487,699.7570394,1000.785483,518.9152552,1895.988319 +502001,2013.288746,697.4980159,1001.389794,520.4633955,1897.677934 +502002,2023.688821,695.4527434,1001.912427,522.0082678,1899.312236 +502003,2034.127557,692.8854768,1002.374554,523.5606955,1900.939985 +502004,2044.582175,690.7932087,1002.585931,525.0016357,1902.558028 +502005,2055.353258,688.5338542,1003.254366,526.7759798,1903.823091 +502006,2066.155235,686.3207832,1003.427137,528.287439,1905.976601 +502007,2076.896974,684.1243983,1003.741146,530.0493673,1907.322287 +502008,2088.147605,681.9438209,1003.980618,531.6234633,1908.98554 +502009,2099.294102,679.7795044,1004.182062,533.2754154,1910.552288 +502010,2110.675742,677.6308725,1004.344354,535.0870524,1912.217333 +502011,2122.193536,675.4982601,1004.469608,536.8678276,1913.789699 +502012,2133.867105,673.3810153,1004.557339,538.5092663,1915.435794 +502013,2145.696179,671.2794168,1004.60923,540.3073052,1916.930646 +502014,2157.598697,669.1928128,1004.624781,542.0587584,1918.620192 +502015,2169.950188,667.121444,1004.605541,544.0211039,1920.176773 +502016,2182.056114,665.0646805,1004.551042,545.8961739,1921.774225 +502017,2194.506745,663.0227132,1004.462601,547.7363691,1923.36372 +502018,2207.243337,660.9949439,1004.33984,549.7815147,1924.908552 +502019,2219.958761,658.9815352,1004.183959,551.7762951,1926.598865 +502020,2232.917403,656.9819106,1003.994585,553.7974049,1928.08456 +502021,2168.869497,621.7027981,927.0663033,522.4387664,1786.781071 +502022,2181.017272,619.3754758,925.3936827,524.2416748,1786.536803 +502023,2193.557341,617.0268655,924.5007106,525.9102747,1787.508708 +502024,2206.495862,614.7991078,923.2851454,527.8813846,1788.241577 +502025,2219.458398,612.5898088,922.5370895,529.7207079,1789.089616 +502026,2232.682892,610.4038281,921.4048816,531.9250606,1789.976122 +502027,2246.074821,608.4132561,920.4070691,533.7621972,1790.888252 +502028,2259.642925,606.0103008,919.361843,535.9376592,1791.818032 +502029,2306.681974,605.8919638,922.8184905,541.7259712,1792.805944 +502030,2311.660035,604.1422897,922.5562714,544.785342,1793.778484 +502031,2345.214774,602.2459397,921.8905547,547.296524,1794.764294 +502032,2336.794414,600.310598,921.072173,549.9022802,1795.759925 +502033,2344.53305,598.3648723,920.1775023,552.500508,1796.766836 +502034,2389.31784,596.4191966,919.2284469,555.1269126,1797.787193 +502035,2389.564791,594.478862,918.2365921,557.7895799,1798.824719 +502036,2408.996149,592.5459325,917.2066993,560.4928179,1799.915155 +502037,2424.992224,590.6216736,916.1419606,563.2395476,1800.932127 +502038,2441.14884,588.5388695,915.0434552,565.8846898,1802.047545 +502039,2457.687135,586.8728527,913.9127193,568.9484527,1803.147486 +502040,2473.901152,584.8588228,912.7500818,571.7248764,1804.26781 +502041,2490.647923,582.995602,911.5564122,574.6847533,1805.403268 +502042,2507.065805,581.1150784,910.3319066,577.668774,1806.551952 +502043,2524.22366,579.404981,909.0771979,580.8527318,1807.713739 +502044,2540.919465,577.3077486,907.792328,583.7024399,1808.887198 +502045,2558.097514,575.5648008,906.4778467,586.9509939,1810.072135 +502046,2588.890294,573.6927477,905.2913633,590.1134322,1811.267381 +502047,2613.177904,571.8524523,903.6865743,593.3521713,1812.472562 +502048,2637.850979,570.0192771,902.3957367,596.4736096,1813.686998 +502049,2663.086646,568.1931422,900.9405699,600.0827376,1814.91043 +502050,2687.909814,566.3736371,899.480379,603.3555161,1816.142022 +502051,2708.63206,564.4442333,897.7219485,606.2721784,1817.380997 +502052,2728.023465,562.4974936,895.8798129,609.297474,1818.623278 +502053,2747.899777,560.5451638,893.9841282,612.1715691,1819.870984 +502054,2767.031705,558.5904648,892.0436298,615.2108083,1821.160074 +502055,2786.059951,556.6348546,890.0625747,618.1119165,1822.36023 +502056,2804.770636,554.8280509,888.042788,621.1813982,1823.647395 +502057,2823.879021,552.6565292,885.9860831,624.1164502,1824.904286 +502058,2842.067762,550.803111,883.8931667,627.1224069,1826.167576 +502059,2876.049304,548.8247801,881.7651359,630.2629705,1827.431038 +502060,2868.379287,546.7203666,879.6024941,633.2547774,1828.693034 +502061,2891.195114,544.9732563,877.5492065,636.3163288,1829.952311 +502062,2921.0468,542.9127475,875.1119132,639.3219817,1831.20782 +502063,2931.581441,540.9753744,872.802974,642.6605595,1832.459216 +502064,2951.270083,539.0144773,870.6963071,645.6366501,1833.705077 +502065,2968.963735,537.0526578,868.268211,648.919283,1834.944823 +502066,2987.006812,535.0892682,865.9312856,652.0229793,1836.177424 +502067,3004.515283,533.2645652,863.5413977,655.1968818,1837.40249 +502068,3022.120503,531.09588,861.1207662,658.5009292,1838.619212 +502069,3041.472629,529.329173,858.9121109,661.9429012,1839.828122 +502070,3058.790156,527.3612285,856.4842081,665.3331809,1841.029908 +502071,3092.313623,525.4017517,854.1342929,668.5619968,1842.259273 +502072,3080.103936,523.4521284,851.4415718,671.8217251,1843.349601 +502073,3110.294476,521.4719908,848.9666646,675.2662759,1844.576226 +502074,3132.343197,519.4994728,846.363497,678.5431855,1845.733635 +502075,3145.066348,517.5250865,843.7511484,681.8842341,1846.885425 +502076,3163.278604,515.5621677,841.1295337,685.3175677,1847.996054 +502077,3185.465763,513.5698365,838.3175299,688.6677094,1849.154419 +502078,3214.420124,511.6009826,835.8172283,692.0266685,1850.246968 +502079,3197.540761,509.6020295,833.1122052,695.3527675,1851.384484 +502080,3228.30728,507.6266072,830.2129386,699.0267655,1852.456511 +502081,3100.290689,439.3160814,673.9610111,636.2009088,1567.187532 +502082,3107.650753,436.6363731,669.6195961,638.5257845,1567.0071 +502083,3124.494614,434.2785481,665.7718215,641.9753732,1566.78208 +502084,3093.84688,436.0567452,672.0754484,640.5372485,1566.992946 +502085,3101.898647,434.490559,670.0593433,642.8326504,1567.215455 +502086,3112.894604,432.5268357,667.2091387,645.4547414,1567.524316 +502087,3124.41542,430.4690488,664.0842472,648.213325,1567.873159 +502088,3136.60547,428.3609487,661.0680667,651.0343328,1568.245737 +502089,3149.023215,426.2304049,657.3810142,653.8967353,1568.630877 +502090,3161.243522,424.0726238,675.5020608,656.7891767,1569.020793 +502091,3173.718157,421.8989412,620.2422714,659.7054136,1569.410521 +502092,3202.354173,419.7882097,660.8064848,662.6419568,1569.796767 +502093,3176.031704,417.3929584,654.3636388,665.5967335,1570.202669 +502094,3222.757024,415.4120836,620.310987,668.5683097,1570.542328 +502095,3221.82303,413.0141658,662.6183007,671.5555475,1570.930821 +502096,3236.836932,410.8328323,620.2018411,674.5576487,1571.292041 +502097,3264.684631,408.5661649,620.220202,677.5739904,1571.651138 +502098,3240.361473,406.3030313,641.9019979,680.6036331,1572.004332 +502099,3292.398531,404.0924843,620.2757559,683.6462642,1572.351994 +502100,3274.943741,401.7138686,620.1612076,686.7011804,1572.694109 +502101,3305.040814,399.3930717,620.0914739,689.7678991,1573.03077 +502102,3320.143694,397.2435484,619.9727039,692.615387,1573.361943 +502103,3325.541038,394.7876029,619.7573001,696.0431183,1573.687568 +502104,3328.994948,392.5181873,619.4409685,698.9668996,1574.007756 +502105,3379.094397,390.1775157,619.0370824,702.1085862,1574.322541 +502106,3331.372184,387.8979246,618.5608183,705.2201786,1574.631882 +502107,3410.895161,385.4546372,618.0241027,708.3413584,1574.935531 +502108,3376.650252,383.1472977,617.4416911,711.4705663,1575.233618 +502109,3405.766358,380.7667775,616.809155,714.6082355,1575.526003 +502110,3415.370603,378.4458245,616.1368728,717.7533023,1575.812372 +502111,3411.308458,375.8720076,615.4289656,718.443057,1576.093018 +502112,3403.320199,373.5682038,614.6865295,718.6494413,1576.356888 +502113,3394.100381,370.947412,613.9110265,718.5869635,1576.61134 +502114,3383.082097,368.5485712,613.103961,718.3105004,1576.844228 +502115,3370.990329,365.9752519,612.2684932,717.8367257,1577.064328 +502116,3348.386239,363.5128996,611.4079048,717.1743359,1577.266424 +502117,3341.361539,360.9961629,610.524932,716.3290119,1577.450367 +502118,3332.002222,358.4883059,609.6217863,715.3035643,1577.610046 +502119,3303.770451,356.0113607,608.7002711,714.1003995,1577.744379 +502120,3276.755702,353.4659477,607.7619289,712.7002164,1577.846156 +502121,3278.6293,350.905804,606.8080755,711.1310011,1577.91491 +502122,3261.164714,348.3908289,605.8398686,709.3861558,1577.945479 +502123,3210.426784,345.8746722,604.8583164,707.4652676,1577.937016 +502124,3216.840197,343.2694414,603.8643181,705.3672527,1577.883679 +502125,3192.887318,340.767207,602.8586463,703.0922168,1577.785979 +502126,3146.617614,338.1748031,601.8419948,700.6387681,1577.638821 +502127,3143.37847,335.5743394,600.8149692,698.0066847,1577.442697 +502128,3109.726976,333.2814009,599.7781202,695.1938256,1577.193274 +502129,3113.202935,330.2490828,598.7319298,692.1158106,1576.891503 +502130,3011.795099,327.8494506,597.6768473,688.4935226,1576.531669 +502131,3042.12202,325.186219,596.6132512,684.0152269,1576.112036 +502132,2984.693206,351.5862938,595.5475349,679.8179981,1575.631304 +502133,2955.3445,281.1825347,594.4689874,675.2150636,1575.091705 +502134,2920.676039,332.0873523,593.3829651,670.4474417,1574.488156 +502135,2885.333396,334.8818742,592.2893887,665.4867769,1573.823588 +502136,2852.633691,281.2965533,591.1885281,660.3373621,1573.092963 +502137,2806.012962,349.4965036,590.080672,654.9782223,1572.274553 +502138,2774.10997,281.1678102,588.9655028,649.4580837,1571.404704 +502139,2731.072263,308.3797628,587.8434292,643.7648288,1570.46873 +502140,2691.033317,301.181072,586.7149808,637.9001621,1569.460498 +502141,2039.437864,291.8841677,0,632.4316268,1569.784289 +502142,2015.641538,431.8928606,0,757.4227394,2159.172454 +502143,2099.210028,426.229878,952.3674015,754.307122,2138.708447 +502144,2168.155892,424.6390704,918.6227902,747.3206169,2155.423337 +502145,2207.539181,422.039091,535.1303719,741.0242416,2149.565314 +502146,2228.74766,419.4938947,750.3836953,734.3613376,2148.978282 +502147,2238.680728,416.9358747,707.8719421,727.8658041,2149.108384 +502148,2242.274873,414.3931487,705.9376671,721.0011441,2148.83952 +502149,2242.110392,411.8535078,702.3638149,714.2192289,2148.532314 +502150,2239.484933,409.3156035,698.6109879,707.3076413,2148.24096 +502151,2235.068564,406.7804089,694.9951888,700.3469259,2147.921693 +502152,2229.271242,404.247853,691.2931987,693.3519549,2147.566368 +502153,2222.396583,401.719094,687.5907606,686.3958128,2147.17832 +502154,2214.419928,399.1939059,683.8756418,679.2852394,2146.753318 +502155,2206.087223,396.6736094,688.1491526,672.4964608,2146.292341 +502156,2197.287683,394.1579792,664.3989277,665.5225261,2145.791266 +502157,2188.145294,384.4921801,661.6768199,613.0107801,2145.087168 +502158,2172.895557,381.4296952,649.5598786,602.8171052,2144.391889 +502159,2154.325046,378.8714629,647.1814245,595.5861657,2143.675959 +502160,2135.728707,376.5229715,643.9770685,589.1628806,2142.934941 +502161,2118.683475,374.2751364,640.9452586,583.1137353,2142.274117 +502162,2103.439172,372.0949587,638.0706757,577.4788922,2141.187357 +502163,1783.85341,370.2170924,635.3336448,572.0830004,2140.353818 +502164,1896.827342,367.7790602,632.6590378,566.8623804,2139.346259 +502165,1845.171457,365.8938833,630.0562501,561.8059534,2138.236403 +502166,1819.645841,363.8230223,627.5194818,556.890844,2137.047522 +502167,1796.107092,361.8181452,623.6441462,552.1068663,2135.793562 +502168,1770.73239,359.8372904,620.3862885,547.4788825,2134.476726 +502169,1753.974599,357.880046,617.4858917,542.862174,2133.059878 +502170,1735.611009,355.9455168,614.4403011,538.429415,2131.695603 +502171,1701.304892,354.0352365,611.594673,534.0604668,2130.209626 +502172,1703.261263,352.1483125,608.6309982,529.781797,2122.082906 +502173,1674.891678,350.2850722,605.8664962,525.9533337,2136.789647 +502174,1659.507986,348.4450598,603.0940109,521.2610852,2115.126995 +502175,1641.663903,346.6288119,600.3832006,517.5376373,2134.097455 +502176,1624.67619,344.8355651,597.7184764,513.4789771,2112.154407 +502177,1608.048792,343.0662096,595.1004591,509.5762029,2131.105376 +502178,1591.412054,341.3197484,592.5239482,505.695859,2108.94065 +502179,1588.228459,339.5970806,589.9918413,501.9634284,2121.491381 +502180,1540.325436,337.8972577,587.4986249,498.2108817,2115.624104 +502181,1553.747626,336.2210499,585.1115597,494.5455232,2114.251085 +502182,1526.872394,334.5675582,582.6024073,490.8943865,2113.020013 +502183,1513.867068,332.9374653,580.2730514,487.3792854,2111.548747 +502184,1499.538652,331.3299701,577.8587491,483.8400528,2110.066015 +502185,1484.723222,329.7455126,575.6476402,480.3803075,2108.635486 +502186,1470.828775,328.1834457,573.3938856,476.9630344,2107.22775 +502187,1456.788789,326.6441524,571.0774996,473.5591798,2105.988873 +502188,1442.971451,325.3335823,568.9191657,470.284101,2104.421964 +502189,1439.643305,323.5326253,566.7397777,466.9803748,2103.186972 +502190,1401.034518,322.2121518,564.6010451,463.7504532,2101.883006 +502191,1410.838673,320.7274851,562.5565427,460.5267006,2100.599526 +502192,1388.713916,319.2983209,560.3305939,457.4249318,2099.343511 +502193,1377.735291,317.8907719,558.4192755,454.2947817,2098.185151 +502194,1365.186134,316.5043316,556.3492915,451.234557,2097.004416 +502195,1353.200353,315.1392206,554.3746611,448.2104002,2095.864771 +502196,1340.890604,313.3864234,552.4766251,445.19475,2094.761254 +502197,1329.107775,311.7057465,550.4632499,442.2978757,2093.690443 +502198,1317.278167,310.0584618,548.6066955,439.3704147,2092.651469 +502199,1305.922642,308.4340589,546.727067,436.5105671,2091.647308 +502200,1294.600449,306.8340848,544.8837824,433.6537625,2090.673894 +502201,0,0,0,0,0 +502202,0,0,0,0,0 +502203,0,0,0,0,0 +502204,0,0,0,0,0 +502205,0,0,0,0,0 +502206,0,0,0,0,0 +502207,0,0,0,0,0 +502208,0,0,0,0,0 +502209,0,0,0,0,0 +502210,0,0,0,0,0 +502211,0,0,0,0,0 +502212,0,0,0,0,0 +502213,0,0,0,0,0 +502214,0,0,0,0,0 +502215,0,0,0,0,0 +502216,0,0,0,0,0 +502217,0,0,0,0,0 +502218,0,0,0,0,0 +502219,0,0,0,0,0 +502220,0,0,0,0,0 +502221,0,0,0,0,0 +502222,0,0,0,0,0 +502223,0,0,0,0,0 +502224,0,0,0,0,0 +502225,0,0,0,0,0 +502226,0,0,0,0,0 +502227,0,0,0,0,0 +502228,0,0,0,0,0 +502229,0,0,0,0,0 +502230,0,0,0,0,0 +502231,0,0,0,0,0 +502232,0,0,0,0,0 +502233,0,0,0,0,0 +502234,0,0,0,0,0 +502235,0,0,0,0,0 +502236,0,0,0,0,0 +502237,0,0,0,0,0 +502238,0,0,0,0,0 +502239,0,0,0,0,0 +502240,0,0,0,0,0 +502241,0,0,0,0,0 +502242,0,0,0,0,0 +502243,0,0,0,0,0 +502244,0,0,0,0,0 +502245,0,0,0,0,0 +502246,0,0,0,0,0 +502247,0,0,0,0,0 +502248,0,0,0,0,0 +502249,0,0,0,0,0 +502250,0,0,0,0,0 +502251,0,0,0,0,0 +502252,0,0,0,0,0 +502253,0,0,0,0,0 +502254,0,0,0,0,0 +502255,0,0,0,0,0 +502256,0,0,0,0,0 +502257,0,0,0,0,0 +502258,0,0,0,0,0 +502259,0,0,0,0,0 +502260,0,0,0,0,0 +502261,0,0,0,0,0 +502262,0,0,0,0,0 +502263,0,0,0,0,0 +502264,0,0,0,0,0 +502265,0,0,0,0,0 +502266,0,0,0,0,0 +502267,0,0,0,0,0 +502268,0,0,0,0,0 +502269,0,0,0,0,0 +502270,0,0,0,0,0 +502271,0,0,0,0,0 +502272,0,0,0,0,0 +502273,0,0,0,0,0 +502274,0,0,0,0,0 +502275,0,0,0,0,0 +502276,0,0,0,0,0 +502277,0,0,0,0,0 +502278,0,0,0,0,0 +502279,0,0,0,0,0 +502280,0,0,0,0,0 +502281,0,0,0,0,0 +502282,0,0,0,0,0 +502283,0,0,0,0,0 +502284,0,0,0,0,0 +502285,0,0,0,0,0 +502286,0,0,0,0,0 +502287,0,0,0,0,0 +502288,0,0,0,0,0 +502289,0,0,0,0,0 +502290,0,0,0,0,0 +502291,0,0,0,0,0 +502292,0,0,0,0,0 +502293,0,0,0,0,0 +502294,0,0,0,0,0 +502295,0,0,0,0,0 +502296,0,0,0,0,0 +502297,0,0,0,0,0 +502298,0,0,0,0,0 +502299,0,0,0,0,0 +502300,0,0,0,0,0 +502301,0,0,0,0,0 +502302,0,0,0,0,0 +502303,0,0,0,0,0 +502304,0,0,0,0,0 +502305,0,0,0,0,0 +502306,0,0,0,0,0 +502307,0,0,0,0,0 +502308,0,0,0,0,0 +502309,0,0,0,0,0 +502310,0,0,0,0,0 +502311,0,0,0,0,0 +502312,0,0,0,0,0 +502313,0,0,0,0,0 +502314,0,0,0,0,0 +502315,0,0,0,0,0 +502316,0,0,0,0,0 +502317,0,0,0,0,0 +502318,0,0,0,0,0 +502319,0,0,0,0,0 +502320,0,0,0,0,0 +502321,0,0,0,0,0 +502322,0,0,0,0,0 +502323,0,0,0,0,0 +502324,0,0,0,0,0 +502325,0,0,0,0,0 +502326,0,0,0,0,0 +502327,0,0,0,0,0 +502328,0,0,0,0,0 +502329,0,0,0,0,0 +502330,0,0,0,0,0 +502331,0,0,0,0,0 +502332,0,0,0,0,0 +502333,0,0,0,0,0 +502334,0,0,0,0,0 +502335,0,0,0,0,0 +502336,0,0,0,0,0 +502337,0,0,0,0,0 +502338,0,0,0,0,0 +502339,0,0,0,0,0 +502340,0,0,0,0,0 +502341,0,0,0,0,0 +502342,0,0,0,0,0 +502343,0,0,0,0,0 +502344,0,0,0,0,0 +502345,0,0,0,0,0 +502346,0,0,0,0,0 +502347,0,0,0,0,0 +502348,0,0,0,0,0 +502349,0,0,0,0,0 +502350,0,0,0,0,0 +502351,0,0,0,0,0 +502352,0,0,0,0,0 +502353,0,0,0,0,0 +502354,0,0,0,0,0 +502355,0,0,0,0,0 +502356,0,0,0,0,0 +502357,0,0,0,0,0 +502358,0,0,0,0,0 +502359,0,0,0,0,0 +502360,0,0,0,0,0 +502361,0,0,0,0,0 +502362,0,0,0,0,0 +502363,0,0,0,0,0 +502364,0,0,0,0,0 +502365,0,0,0,0,0 +502366,0,0,0,0,0 +502367,0,0,0,0,0 +502368,0,0,0,0,0 +502369,0,0,0,0,0 +502370,0,0,0,0,0 +502371,0,0,0,0,0 +502372,0,0,0,0,0 +502373,0,0,0,0,0 +502374,0,0,0,0,0 +502375,0,0,0,0,0 +502376,0,0,0,0,0 +502377,0,0,0,0,0 +502378,0,0,0,0,0 +502379,0,0,0,0,0 +502380,0,0,0,0,0 +502381,0,0,0,0,0 +502382,0,0,0,0,0 +502383,0,0,0,0,0 +502384,0,0,0,0,0 +502385,0,0,0,0,0 +502386,0,0,0,0,0 +502387,0,0,0,0,0 +502388,0,0,0,0,0 +502389,0,0,0,0,0 +502390,0,0,0,0,0 +502391,0,0,0,0,0 +502392,0,0,0,0,0 +502393,0,0,0,0,0 +502394,0,0,0,0,0 +502395,0,0,0,0,0 +502396,0,0,0,0,0 +502397,0,0,0,0,0 +502398,0,0,0,0,0 +502399,0,0,0,0,0 +502400,0,0,0,0,0 +502401,0,0,0,0,0 +502402,0,0,0,0,0 +502403,0,0,0,0,0 +502404,0,0,0,0,0 +502405,0,0,0,0,0 +502406,0,0,0,0,0 +502407,0,0,0,0,0 +502408,0,0,0,0,0 +502409,0,0,0,0,0 +502410,0,0,0,0,0 +502411,0,0,0,0,0 +502412,0,0,0,0,0 +502413,0,0,0,0,0 +502414,0,0,0,0,0 +502415,0,0,0,0,0 +502416,0,0,0,0,0 +502417,0,0,0,0,0 +502418,0,0,0,0,0 +502419,0,0,0,0,0 +502420,0,0,0,0,0 +502421,0,0,0,0,0 +502422,0,0,0,0,0 +502423,0,0,0,0,0 +502424,0,0,0,0,0 +502425,0,0,0,0,0 +502426,0,0,0,0,0 +502427,0,0,0,0,0 +502428,0,0,0,0,0 +502429,0,0,0,0,0 +502430,0,0,0,0,0 +502431,0,0,0,0,0 +502432,0,0,0,0,0 +502433,0,0,0,0,0 +502434,0,0,0,0,0 +502435,0,0,0,0,0 +502436,0,0,0,0,0 +502437,0,0,0,0,0 +502438,0,0,0,0,0 +502439,0,0,0,0,0 +502440,0,0,0,0,0 +502441,0,0,0,0,0 +502442,0,0,0,0,0 +502443,0,0,0,0,0 +502444,0,0,0,0,0 +502445,0,0,0,0,0 +502446,0,0,0,0,0 +502447,0,0,0,0,0 +502448,0,0,0,0,0 +502449,0,0,0,0,0 +502450,0,0,0,0,0 +502451,0,0,0,0,0 +502452,0,0,0,0,0 +502453,0,0,0,0,0 +502454,0,0,0,0,0 +502455,0,0,0,0,0 +502456,0,0,0,0,0 +502457,0,0,0,0,0 +502458,0,0,0,0,0 +502459,0,0,0,0,0 +502460,0,0,0,0,0 +502461,0,0,0,0,0 +502462,0,0,0,0,0 +502463,0,0,0,0,0 +502464,0,0,0,0,0 +502465,0,0,0,0,0 +502466,0,0,0,0,0 +502467,0,0,0,0,0 +502468,0,0,0,0,0 +502469,0,0,0,0,0 +502470,0,0,0,0,0 +502471,0,0,0,0,0 +502472,0,0,0,0,0 +502473,0,0,0,0,0 +502474,0,0,0,0,0 +502475,0,0,0,0,0 +502476,0,0,0,0,0 +502477,0,0,0,0,0 +502478,0,0,0,0,0 +502479,0,0,0,0,0 +502480,0,0,0,0,0 +502481,0,0,0,0,0 +502482,0,0,0,0,0 +502483,0,0,0,0,0 +502484,0,0,0,0,0 +502485,0,0,0,0,0 +502486,0,0,0,0,0 +502487,0,0,0,0,0 +502488,0,0,0,0,0 +502489,0,0,0,0,0 +502490,0,0,0,0,0 +502491,0,0,0,0,0 +502492,0,0,0,0,0 +502493,0,0,0,0,0 +502494,0,0,0,0,0 +502495,0,0,0,0,0 +502496,0,0,0,0,0 +502497,0,0,0,0,0 +502498,0,0,0,0,0 +502499,0,0,0,0,0 +502500,0,0,0,0,0 +502501,0,0,0,0,0 +502502,0,0,0,0,0 +502503,0,0,0,0,0 +502504,0,0,0,0,0 +502505,0,0,0,0,0 +502506,0,0,0,0,0 +502507,0,0,0,0,0 +502508,0,0,0,0,0 +502509,0,0,0,0,0 +502510,0,0,0,0,0 +502511,0,0,0,0,0 +502512,0,0,0,0,0 +502513,0,0,0,0,0 +502514,0,0,0,0,0 +502515,0,0,0,0,0 +502516,0,0,0,0,0 +502517,0,0,0,0,0 +502518,0,0,0,0,0 +502519,0,0,0,0,0 +502520,0,0,0,0,0 +502521,0,0,0,0,0 +502522,0,0,0,0,0 +502523,0,0,0,0,0 +502524,0,0,0,0,0 +502525,0,0,0,0,0 +502526,0,0,0,0,0 +502527,0,0,0,0,0 +502528,0,0,0,0,0 +502529,0,0,0,0,0 +502530,0,0,0,0,0 +502531,0,0,0,0,0 +502532,0,0,0,0,0 +502533,0,0,0,0,0 +502534,0,0,0,0,0 +502535,0,0,0,0,0 +502536,0,0,0,0,0 +502537,0,0,0,0,0 +502538,0,0,0,0,0 +502539,0,0,0,0,0 +502540,0,0,0,0,0 +502541,0,0,0,0,0 +502542,0,0,0,0,0 +502543,0,0,0,0,0 +502544,0,0,0,0,0 +502545,0,0,0,0,0 +502546,0,0,0,0,0 +502547,0,0,0,0,0 +502548,0,0,0,0,0 +502549,0,0,0,0,0 +502550,0,0,0,0,0 +502551,0,0,0,0,0 +502552,0,0,0,0,0 +502553,0,0,0,0,0 +502554,0,0,0,0,0 +502555,0,0,0,0,0 +502556,0,0,0,0,0 +502557,0,0,0,0,0 +502558,0,0,0,0,0 +502559,0,0,0,0,0 +502560,0,0,0,0,0 +502561,0,0,0,0,0 +502562,0,0,0,0,0 +502563,0,0,0,0,0 +502564,0,0,0,0,0 +502565,0,0,0,0,0 +502566,0,0,0,0,0 +502567,0,0,0,0,0 +502568,0,0,0,0,0 +502569,0,0,0,0,0 +502570,0,0,0,0,0 +502571,0,0,0,0,0 +502572,0,0,0,0,0 +502573,0,0,0,0,0 +502574,0,0,0,0,0 +502575,0,0,0,0,0 +502576,0,0,0,0,0 +502577,0,0,0,0,0 +502578,0,0,0,0,0 +502579,0,0,0,0,0 +502580,0,0,0,0,0 +502581,0,0,0,0,0 +502582,0,0,0,0,0 +502583,0,0,0,0,0 +502584,0,0,0,0,0 +502585,0,0,0,0,0 +502586,0,0,0,0,0 +502587,0,0,0,0,0 +502588,0,0,0,0,0 +502589,0,0,0,0,0 +502590,0,0,0,0,0 +502591,0,0,0,0,0 +502592,0,0,0,0,0 +502593,0,0,0,0,0 +502594,0,0,0,0,0 +502595,0,0,0,0,0 +502596,0,0,0,0,0 +502597,0,0,0,0,0 +502598,0,0,0,0,0 +502599,0,0,0,0,0 +502600,0,0,0,0,0 +502601,0,0,0,0,0 +502602,0,0,0,0,0 +502603,0,0,0,0,0 +502604,0,0,0,0,0 +502605,0,0,0,0,0 +502606,0,0,0,0,0 +502607,0,0,0,0,0 +502608,0,0,0,0,0 +502609,0,0,0,0,0 +502610,0,0,0,0,0 +502611,0,0,0,0,0 +502612,0,0,0,0,0 +502613,0,0,0,0,0 +502614,0,0,0,0,0 +502615,0,0,0,0,0 +502616,0,0,0,0,0 +502617,0,0,0,0,0 +502618,0,0,0,0,0 +502619,0,0,0,0,0 +502620,0,0,0,0,0 +502621,0,0,0,0,0 +502622,0,0,0,0,0 +502623,0,0,0,0,0 +502624,0,0,0,0,0 +502625,0,0,0,0,0 +502626,0,0,0,0,0 +502627,0,0,0,0,0 +502628,0,0,0,0,0 +502629,0,0,0,0,0 +502630,0,0,0,0,0 +502631,0,0,0,0,0 +502632,0,0,0,0,0 +502633,0,0,0,0,0 +502634,0,0,0,0,0 +502635,0,0,0,0,0 +502636,0,0,0,0,0 +502637,0,0,0,0,0 +502638,0,0,0,0,0 +502639,0,0,0,0,0 +502640,0,0,0,0,0 +502641,0,0,0,0,0 +502642,0,0,0,0,0 +502643,0,0,0,0,0 +502644,0,0,0,0,0 +502645,0,0,0,0,0 +502646,0,0,0,0,0 +502647,0,0,0,0,0 +502648,0,0,0,0,0 +502649,0,0,0,0,0 +502650,0,0,0,0,0 +502651,0,0,0,0,0 +502652,0,0,0,0,0 +502653,0,0,0,0,0 +502654,0,0,0,0,0 +502655,0,0,0,0,0 +502656,0,0,0,0,0 +502657,0,0,0,0,0 +502658,0,0,0,0,0 +502659,0,0,0,0,0 +502660,0,0,0,0,0 +502661,0,0,0,0,0 +502662,0,0,0,0,0 +502663,0,0,0,0,0 +502664,0,0,0,0,0 +502665,0,0,0,0,0 +502666,0,0,0,0,0 +502667,0,0,0,0,0 +502668,0,0,0,0,0 +502669,0,0,0,0,0 +502670,0,0,0,0,0 +502671,0,0,0,0,0 +502672,0,0,0,0,0 +502673,0,0,0,0,0 +502674,0,0,0,0,0 +502675,0,0,0,0,0 +502676,0,0,0,0,0 +502677,0,0,0,0,0 +502678,0,0,0,0,0 +502679,0,0,0,0,0 +502680,0,0,0,0,0 +502681,0,0,0,0,0 +502682,0,0,0,0,0 +502683,0,0,0,0,0 +502684,0,0,0,0,0 +502685,0,0,0,0,0 +502686,0,0,0,0,0 +502687,0,0,0,0,0 +502688,0,0,0,0,0 +502689,0,0,0,0,0 +502690,0,0,0,0,0 +502691,0,0,0,0,0 +502692,0,0,0,0,0 +502693,0,0,0,0,0 +502694,0,0,0,0,0 +502695,0,0,0,0,0 +502696,0,0,0,0,0 +502697,0,0,0,0,0 +502698,0,0,0,0,0 +502699,0,0,0,0,0 +502700,0,0,0,0,0 +502701,0,0,0,0,0 +502702,0,0,0,0,0 +502703,0,0,0,0,0 +502704,0,0,0,0,0 +502705,0,0,0,0,0 +502706,0,0,0,0,0 +502707,0,0,0,0,0 +502708,0,0,0,0,0 +502709,0,0,0,0,0 +502710,0,0,0,0,0 +502711,0,0,0,0,0 +502712,0,0,0,0,0 +502713,0,0,0,0,0 +502714,0,0,0,0,0 +502715,0,0,0,0,0 +502716,0,0,0,0,0 +502717,0,0,0,0,0 +502718,0,0,0,0,0 +502719,0,0,0,0,0 +502720,0,0,0,0,0 +502721,0,0,0,0,0 +502722,0,0,0,0,0 +502723,0,0,0,0,0 +502724,0,0,0,0,0 +502725,0,0,0,0,0 +502726,0,0,0,0,0 +502727,0,0,0,0,0 +502728,0,0,0,0,0 +502729,0,0,0,0,0 +502730,0,0,0,0,0 +502731,0,0,0,0,0 +502732,0,0,0,0,0 +502733,0,0,0,0,0 +502734,0,0,0,0,0 +502735,0,0,0,0,0 +502736,0,0,0,0,0 +502737,0,0,0,0,0 +502738,0,0,0,0,0 +502739,0,0,0,0,0 +502740,0,0,0,0,0 +502741,0,0,0,0,0 +502742,0,0,0,0,0 +502743,0,0,0,0,0 +502744,0,0,0,0,0 +502745,0,0,0,0,0 +502746,0,0,0,0,0 +502747,0,0,0,0,0 +502748,0,0,0,0,0 +502749,0,0,0,0,0 +502750,0,0,0,0,0 +502751,0,0,0,0,0 +502752,0,0,0,0,0 +502753,0,0,0,0,0 +502754,0,0,0,0,0 +502755,0,0,0,0,0 +502756,0,0,0,0,0 +502757,0,0,0,0,0 +502758,0,0,0,0,0 +502759,0,0,0,0,0 +502760,0,0,0,0,0 +502761,0,0,0,0,0 +502762,0,0,0,0,0 +502763,0,0,0,0,0 +502764,0,0,0,0,0 +502765,0,0,0,0,0 +502766,0,0,0,0,0 +502767,0,0,0,0,0 +502768,0,0,0,0,0 +502769,0,0,0,0,0 +502770,0,0,0,0,0 +502771,0,0,0,0,0 +502772,0,0,0,0,0 +502773,0,0,0,0,0 +502774,0,0,0,0,0 +502775,0,0,0,0,0 +502776,0,0,0,0,0 +502777,0,0,0,0,0 +502778,0,0,0,0,0 +502779,0,0,0,0,0 +502780,0,0,0,0,0 +502781,0,0,0,0,0 +502782,0,0,0,0,0 +502783,0,0,0,0,0 +502784,0,0,0,0,0 +502785,0,0,0,0,0 +502786,0,0,0,0,0 +502787,0,0,0,0,0 +502788,0,0,0,0,0 +502789,0,0,0,0,0 +502790,0,0,0,0,0 +502791,0,0,0,0,0 +502792,0,0,0,0,0 +502793,0,0,0,0,0 +502794,0,0,0,0,0 +502795,0,0,0,0,0 +502796,0,0,0,0,0 +502797,0,0,0,0,0 +502798,0,0,0,0,0 +502799,0,0,0,0,0 +502800,0,0,0,0,0 +502801,0,0,0,0,0 +502802,0,0,0,0,0 +502803,0,0,0,0,0 +502804,0,0,0,0,0 +502805,0,0,0,0,0 +502806,0,0,0,0,0 +502807,0,0,0,0,0 +502808,0,0,0,0,0 +502809,0,0,0,0,0 +502810,0,0,0,0,0 +502811,0,0,0,0,0 +502812,0,0,0,0,0 +502813,0,0,0,0,0 +502814,0,0,0,0,0 +502815,0,0,0,0,0 +502816,0,0,0,0,0 +502817,0,0,0,0,0 +502818,0,0,0,0,0 +502819,0,0,0,0,0 +502820,0,0,0,0,0 +502821,0,0,0,0,0 +502822,0,0,0,0,0 +502823,0,0,0,0,0 +502824,0,0,0,0,0 +502825,0,0,0,0,0 +502826,0,0,0,0,0 +502827,0,0,0,0,0 +502828,0,0,0,0,0 +502829,0,0,0,0,0 +502830,0,0,0,0,0 +502831,0,0,0,0,0 +502832,0,0,0,0,0 +502833,0,0,0,0,0 +502834,0,0,0,0,0 +502835,0,0,0,0,0 +502836,0,0,0,0,0 +502837,0,0,0,0,0 +502838,0,0,0,0,0 +502839,0,0,0,0,0 +502840,0,0,0,0,0 +502841,0,0,0,0,0 +502842,0,0,0,0,0 +502843,0,0,0,0,0 +502844,0,0,0,0,0 +502845,0,0,0,0,0 +502846,0,0,0,0,0 +502847,0,0,0,0,0 +502848,0,0,0,0,0 +502849,0,0,0,0,0 +502850,0,0,0,0,0 +502851,0,0,0,0,0 +502852,0,0,0,0,0 +502853,0,0,0,0,0 +502854,0,0,0,0,0 +502855,0,0,0,0,0 +502856,0,0,0,0,0 +502857,0,0,0,0,0 +502858,0,0,0,0,0 +502859,0,0,0,0,0 +502860,0,0,0,0,0 +502861,0,0,0,0,0 +502862,0,0,0,0,0 +502863,0,0,0,0,0 +502864,0,0,0,0,0 +502865,0,0,0,0,0 +502866,0,0,0,0,0 +502867,0,0,0,0,0 +502868,0,0,0,0,0 +502869,0,0,0,0,0 +502870,0,0,0,0,0 +502871,0,0,0,0,0 +502872,0,0,0,0,0 +502873,0,0,0,0,0 +502874,0,0,0,0,0 +502875,0,0,0,0,0 +502876,0,0,0,0,0 +502877,0,0,0,0,0 +502878,0,0,0,0,0 +502879,0,0,0,0,0 +502880,0,0,0,0,0 +502881,0,0,0,0,0 +502882,0,0,0,0,0 +502883,0,0,0,0,0 +502884,0,0,0,0,0 +502885,0,0,0,0,0 +502886,0,0,0,0,0 +502887,0,0,0,0,0 +502888,0,0,0,0,0 +502889,0,0,0,0,0 +502890,0,0,0,0,0 +502891,0,0,0,0,0 +502892,0,0,0,0,0 +502893,0,0,0,0,0 +502894,0,0,0,0,0 +502895,0,0,0,0,0 +502896,0,0,0,0,0 +502897,0,0,0,0,0 +502898,0,0,0,0,0 +502899,0,0,0,0,0 +502900,0,0,0,0,0 +502901,0,0,0,0,0 +502902,0,0,0,0,0 +502903,0,0,0,0,0 +502904,0,0,0,0,0 +502905,0,0,0,0,0 +502906,0,0,0,0,0 +502907,0,0,0,0,0 +502908,0,0,0,0,0 +502909,0,0,0,0,0 +502910,0,0,0,0,0 +502911,0,0,0,0,0 +502912,0,0,0,0,0 +502913,0,0,0,0,0 +502914,0,0,0,0,0 +502915,0,0,0,0,0 +502916,0,0,0,0,0 +502917,0,0,0,0,0 +502918,0,0,0,0,0 +502919,0,0,0,0,0 +502920,0,0,0,0,0 +502921,0,0,0,0,0 +502922,0,0,0,0,0 +502923,0,0,0,0,0 +502924,0,0,0,0,0 +502925,0,0,0,0,0 +502926,0,0,0,0,0 +502927,0,0,0,0,0 +502928,0,0,0,0,0 +502929,0,0,0,0,0 +502930,0,0,0,0,0 +502931,0,0,0,0,0 +502932,0,0,0,0,0 +502933,0,0,0,0,0 +502934,0,0,0,0,0 +502935,0,0,0,0,0 +502936,0,0,0,0,0 +502937,0,0,0,0,0 +502938,0,0,0,0,0 +502939,0,0,0,0,0 +502940,0,0,0,0,0 +502941,0,0,0,0,0 +502942,0,0,0,0,0 +502943,0,0,0,0,0 +502944,0,0,0,0,0 +502945,0,0,0,0,0 +502946,0,0,0,0,0 +502947,0,0,0,0,0 +502948,0,0,0,0,0 +502949,0,0,0,0,0 +502950,0,0,0,0,0 +502951,0,0,0,0,0 +502952,0,0,0,0,0 +502953,0,0,0,0,0 +502954,0,0,0,0,0 +502955,0,0,0,0,0 +502956,0,0,0,0,0 +502957,0,0,0,0,0 +502958,0,0,0,0,0 +502959,0,0,0,0,0 +502960,0,0,0,0,0 +502961,0,0,0,0,0 +502962,0,0,0,0,0 +502963,0,0,0,0,0 +502964,0,0,0,0,0 +502965,0,0,0,0,0 +502966,0,0,0,0,0 +502967,0,0,0,0,0 +502968,0,0,0,0,0 +502969,0,0,0,0,0 +502970,0,0,0,0,0 +502971,0,0,0,0,0 +502972,0,0,0,0,0 +502973,0,0,0,0,0 +502974,0,0,0,0,0 +502975,0,0,0,0,0 +502976,0,0,0,0,0 +502977,0,0,0,0,0 +502978,0,0,0,0,0 +502979,0,0,0,0,0 +502980,0,0,0,0,0 +502981,-1350.913762,-594.684629,-1326.702289,-594.6887403,-802.6370548 +502982,-1544.253106,-671.3086817,-1516.206824,-671.3136955,-910.9228735 +502983,-1697.297902,-725.7376703,-1665.958794,-725.7433278,-989.2506719 +502984,-1726.785591,-730.7949705,-1690.615159,-730.8007003,-998.9598009 +502985,-1762.929387,-746.2940426,-1726.068358,-746.2999614,-1022.780669 +502986,-1848.555316,-782.7900621,-1809.934754,-782.7964093,-1075.306931 +502987,-1892.51231,-801.6241814,-1853.000763,-801.6307534,-1102.914979 +502988,-1911.363022,-809.8157521,-1871.502259,-809.8224257,-1115.552018 +502989,-1916.801569,-812.3188545,-1876.878181,-812.325564,-1120.148139 +502990,-1916.658833,-812.4494749,-1876.784444,-812.4561934,-1121.305432 +502991,-1914.687269,-811.7957943,-1874.890634,-811.8025134,-1121.228574 +502992,-1912.261949,-810.9388152,-1872.543124,-810.9455331,-1120.737375 +502993,-1909.86204,-810.0807096,-1870.212145,-810.087427,-1120.132753 +502994,-1907.63519,-809.2837354,-1868.044764,-809.2904536,-1119.522222 +502995,-1905.611616,-808.5607879,-1866.072056,-808.5675082,-1118.94179 +502996,-1903.782771,-807.9085979,-1864.286519,-807.9153217,-1118.401366 +502997,-1902.129073,-807.3193876,-1862.669614,-807.326116,-1117.901542 +502998,-1900.629311,-806.7847877,-1861.201114,-806.7915217,-1117.439773 +502999,-1899.26364,-806.2970639,-1859.862064,-806.3038044,-1117.012635 +503000,-1898.01528,-805.8497818,-1858.636418,-805.8565294,-1116.616884 +503001,-1896.868538,-805.4369983,-1857.509143,-805.4437536,-1116.249164 +503002,-1895.809791,-805.0536334,-1856.467167,-805.060397,-1115.906401 +503003,-1894.827536,-804.6954739,-1855.499435,-804.7022462,-1115.585885 +503004,-1893.912063,-804.3590287,-1854.596599,-804.3658101,-1115.285239 +503005,-1893.055114,-804.0413829,-1853.7507,-804.0481736,-1115.002361 +503006,-1892.249627,-803.740087,-1852.954922,-803.7468873,-1114.73539 +503007,-1891.489546,-803.4530764,-1852.20341,-803.4598863,-1114.482671 +503008,-1890.76967,-803.1786086,-1851.491134,-803.1854284,-1114.242739 +503009,-1890.08553,-802.9152118,-1850.813762,-802.9220415,-1114.014293 +503010,-1889.433282,-802.6616418,-1850.167568,-802.6684815,-1113.796181 +503011,-1888.800933,-802.0992785,-1849.534562,-802.4193905,-1113.587112 +503012,-1888.185146,-801.3336154,-1848.913751,-802.1736898,-1113.386274 +503013,-1887.585179,-800.5036417,-1848.306969,-801.9315287,-1113.192903 +503014,-1887.000448,-799.6775995,-1847.714879,-801.693053,-1113.006296 +503015,-1886.430034,-798.8713815,-1847.136941,-801.4581836,-1112.825818 +503016,-1885.872849,-798.0809424,-1846.572129,-801.2267137,-1112.650905 +503017,-1885.327808,-763.3863141,-1846.019377,-800.9984084,-1112.481049 +503018,-1884.793922,-566.3118815,-1845.477736,-800.7730534,-1112.315791 +503019,-1884.270304,-660.7245634,-1844.946368,-800.5504589,-1112.154717 +503020,-1883.756172,-604.1056651,-1844.424535,-800.3304636,-1111.997456 +503021,-1883.250839,-583.741382,-1843.911575,-800.112928,-1111.843683 +503022,-1882.753691,-562.9952149,-1843.406882,-799.8977288,-1111.693112 +503023,-1882.264171,-542.6555287,-1842.909551,-799.6847531,-1111.545481 +503024,-1881.781008,-520.7908094,-1842.418676,-799.4738972,-1111.40056 +503025,-1881.303468,-501.5578602,-1841.93362,-799.2650637,-1111.258136 +503026,-1880.831066,-479.2303524,-1841.453965,-799.0581629,-1111.118021 +503027,-1880.363385,-460.2252084,-1840.979397,-798.8531112,-1110.980044 +503028,-1793.798816,-438.3349974,-1840.509648,-798.6498318,-1110.844057 +503029,-1780.562297,-419.0093598,-1761.791247,-798.4482528,-1110.709922 +503030,-1790.462755,-396.8241788,-1735.983608,-798.248308,-1110.577523 +503031,-1769.176673,-377.1763677,-1747.36465,-792.9593228,-1103.364447 +503032,-1757.371359,-355.8610508,-1730.338267,-792.1809782,-1102.411357 +503033,-1751.717701,-335.1688055,-1720.195538,-795.384985,-1106.989662 +503034,-1740.455693,-314.4725983,-1707.631066,-796.56714,-1108.764385 +503035,-1728.474462,-293.4737334,-1700.518032,-796.9339397,-1109.416317 +503036,-1724.363708,-273.0555244,-1687.777896,-796.9682815,-1109.612023 +503037,-1710.013891,-251.6693485,-1683.358282,-796.8673888,-1109.620963 +503038,-1705.001621,-232.8423759,-1671.347668,-772.2892453,-1109.55334 +503039,-1691.689979,-213.9388884,-1663.748178,-748.565984,-1109.454568 +503040,-1686.120853,-195.0662684,-1653.106599,-758.7867699,-1109.343685 +503041,-1676.286779,-175.9049625,-1645.56741,-748.7445543,-1088.904258 +503042,-1661.321557,-156.096567,-1633.334354,-743.1813928,-1080.726001 +503043,-1657.486245,-136.6984094,-1622.32478,-736.4879137,-1095.867965 +503044,-1641.129453,-117.0600686,-1614.379041,-734.2923701,-1081.238534 +503045,-1635.14814,-103.7174625,-1603.096488,-726.2446853,-1073.606617 +503046,-1620.417493,-87.00766358,-1593.885527,-722.3706713,-1065.647424 +503047,-1613.842391,-71.14212246,-1582.324837,-717.4162581,-1064.880891 +503048,-1604.258441,-46.96909406,-1575.678026,-712.8496236,-1060.347889 +503049,-1589.89615,-25.36086506,-1560.964307,-707.1536068,-1036.992657 +503050,-1584.607071,-4.070976082,-1556.297826,-702.8947936,-1045.448085 +503051,-1570.563196,0,-1542.746031,-698.7907559,-1047.710605 +503052,-1562.605931,0,-1537.253131,-693.1389528,-1030.853669 +503053,-1553.805997,0,-1523.133062,-688.9842926,-1010.181052 +503054,-1540.308296,0,-1517.967107,-684.0526318,-994.0995763 +503055,-1533.194948,0,-1505.929281,-680.4987357,-1021.424349 +503056,-1522.223004,0,-1498.820907,-674.0795713,-1030.925058 +503057,-1513.137064,0,-1485.951475,-671.3949939,-966.0627043 +503058,-1503.962429,0,-1482.096539,-666.4993384,-984.9408144 +503059,-1491.481018,0,-1467.555018,-662.1588681,-976.8773797 +503060,-1481.80446,0,-1462.614565,-656.6762958,-968.7946309 +503061,-1475.583852,0,-1451.250253,-654.6256972,-964.5428998 +503062,-1462.152871,0,-1442.434411,-648.6653965,-955.7677434 +503063,-1452.598026,0,-1434.836238,-644.3347165,-953.8255245 +503064,-1444.606135,0,-1424.644118,-640.7088649,-945.6378275 +503065,-1432.228447,0,-1415.00225,-637.2914371,-942.0023639 +503066,-1423.20941,0,-1408.809784,-631.5900457,-934.9743229 +503067,-1415.168532,0,-1397.386861,-628.4091441,-930.1898549 +503068,-1401.486345,0,-1388.321473,-624.5416057,-924.1163834 +503069,-1393.620879,0,-1382.654582,-619.164648,-920.3195387 +503070,-1383.932836,0,-1370.970651,-616.36823,-913.6425788 +503071,-1372.51207,0,-1362.767741,-612.4267919,-909.5949484 +503072,-1364.797155,0,-1356.00145,-607.1404803,-903.6335595 +503073,-1355.932995,0,-1348.005447,-605.3778222,-898.5853876 +503074,-1344.586951,0,-1337.555257,-599.9320565,-894.6870757 +503075,-1336.151101,0,-1330.575983,-597.2804173,-888.0241653 +503076,-1328.910128,0,-1329.551968,-595.8388651,-883.459991 +503077,-1322.752801,0,-1322.810437,-593.2767902,-880.1441441 +503078,-1310.256853,0,-1314.605906,-588.9999913,-872.446394 +503079,-1300.431962,0,-1306.347096,-586.2296075,-869.7104666 +503080,-1294.587648,0,-1301.482873,-581.8132174,-864.1158668 +503081,-1281.865793,0,-1290.454896,-579.7317189,-858.5740911 +503082,-1274.118971,0,-1283.769191,-574.3225313,-854.3979723 +503083,-1262.657663,0,-1276.526329,-572.6705351,-849.8036198 +503084,-1256.962405,0,-1268.828997,-568.7544872,-844.8559756 +503085,-1242.781218,0,-1260.746574,-564.6250967,-839.5970896 +503086,-1236.428495,0,-1252.328436,-562.5560965,-836.3837776 +503087,-1224.69987,0,-1246.61837,-558.1217104,-829.4525855 +503088,-1217.87684,0,-1237.680671,-554.6997183,-827.1375438 +503089,-1205.466112,0,-1231.608494,-552.3779433,-819.7116718 +503090,-1198.227611,0,-1222.206663,-547.5440993,-817.1979706 +503091,-1185.156927,0,-1215.815173,-545.0796972,-811.9747124 +503092,-1179.458675,0,-1205.970628,-542.5664213,-807.953231 +503093,-1167.763101,0,-1202.658684,-537.3827339,-802.4273947 +503094,-1157.777453,0,-1192.451289,-536.0704324,-799.6081003 +503095,-1149.629737,0,-1183.743269,-530.6632692,-792.3340017 +503096,-1137.117742,0,-1178.436188,-529.2902838,-790.8544454 +503097,-1130.743316,0,-1171.240351,-525.0800128,-783.2320846 +503098,-1117.715722,0,-1162.061758,-522.2149575,-781.6773981 +503099,-1111.075247,0,-1154.576985,-518.5632017,-775.3120373 +503100,-1099.797244,0,-1148.880127,-515.5866291,-772.055309 +503101,-1088.262247,0,-1141.160996,-512.558485,-767.0697803 +503102,-1083.580666,0,-1133.304974,-508.6992116,-763.6802695 +503103,-1069.258433,0,-1127.323635,-507.1341175,-760.2357877 +503104,-1064.401277,0,-1119.223006,-503.1564302,-756.7349196 +503105,-1050.801875,0,-1113.054416,-499.9123373,-751.3755101 +503106,-1044.510033,0,-1106.802718,-497.4432917,-748.6474332 +503107,-1031.702888,0,-1098.333923,-494.0996645,-744.0249887 +503108,-1025.191942,43.80710044,-1091.884505,-491.5536759,-742.1499252 +503109,-1014.612535,162.8983524,-1085.348356,-487.2343791,-736.4286864 +503110,-1005.194225,119.4218446,-1076.494881,-486.360788,-732.5355104 +503111,-994.2428386,146.3207901,-1072.011031,-481.0268867,-730.5652221 +503112,-985.8981261,163.5654224,-1065.205017,-480.1255677,-724.5525918 +503113,-977.4358678,177.3515125,-1055.983454,-475.5514112,-722.5152179 +503114,-965.9657458,190.8319884,-1051.31218,-473.694019,-718.3877565 +503115,-955.7551005,204.0076915,-1041.838603,-469.9276295,-714.1898945 +503116,-948.3621554,217.4430714,-1037.039656,-467.0589718,-710.9947115 +503117,-936.3498898,229.9061004,-1029.755568,-464.1517032,-706.6704355 +503118,-927.195239,242.8190693,-1022.370415,-461.2049701,-703.3786296 +503119,-917.9128652,255.593105,-1017.390729,-458.2178386,-698.9230984 +503120,-908.5000848,267.4752539,-1007.291201,-455.189977,-696.6667228 +503121,-897.3510993,280.0758262,-1002.174055,-452.6351368,-692.0941835 +503122,-887.6521573,298.5501983,-994.4089561,-449.0087455,-687.4418582 +503123,-879.4674687,313.9216024,-989.1730419,-446.9109162,-685.08577 +503124,-867.8472555,329.0034404,-981.2253239,-442.6565041,-681.512274 +503125,-857.73857,344.3424693,-973.167233,-440.501126,-676.67366 +503126,-849.2096506,359.0009461,-969.0985159,-437.7785251,-672.9889763 +503127,-838.8440068,373.4530863,-959.4885752,-434.4688602,-670.5057434 +503128,-828.3360337,388.2738457,-953.9288025,-431.6759762,-666.7387028 +503129,-817.6853907,402.3458617,-948.3168841,-428.281872,-661.6372419 +503130,-809.6041592,416.4792907,-939.7984906,-425.9936399,-660.3480276 +503131,-797.7837664,429.75544,-932.6099235,-422.5205039,-653.8133278 +503132,-789.500838,442.7765528,-926.8005077,-418.9993493,-652.4893476 +503133,-779.263052,455.5317593,-919.4610422,-416.6256203,-648.4802226 +503134,-767.9522249,468.0956321,-910.5407692,-414.2293588,-643.0498679 +503135,-760.3303496,480.3799363,-907.5421179,-409.3678866,-641.6775778 +503136,-748.7706116,492.5201443,-896.9271528,-408.1397992,-637.5216776 +503137,-739.023389,504.4352333,-890.7855245,-404.4175639,-633.3088365 +503138,-729.1723727,516.1612689,-884.58802,-401.2759694,-629.7544499 +503139,-720.2169769,527.4045872,-878.3317151,-398.0981622,-626.1597545 +503140,-709.1550655,539.1972458,-868.8367183,-395.5298566,-623.2545271 +503141,-698.989381,550.1765488,-864.0418747,-392.2851113,-618.8463052 +503142,-690.7825009,561.2050776,-857.5955618,-389.0026832,-615.873959 +503143,-678.3446401,572.0308589,-847.812365,-386.3496401,-612.1200043 +503144,-671.0215782,582.5488153,-842.8726537,-382.9983885,-608.3228612 +503145,-659.4088339,593.1674741,-836.2320141,-380.2895454,-605.2537909 +503146,-649.8152804,603.3721669,-827.8441089,-376.8679323,-600.5969027 +503147,-640.1388415,613.5756022,-822.7663708,-374.7962146,-599.0306098 +503148,-629.2904455,623.543295,-814.2244351,-370.6084529,-593.4901153 +503149,-620.5397043,633.3935982,-809.0533882,-367.7850746,-591.0883999 +503150,-609.510584,643.0568176,-800.3553542,-365.6510422,-586.2347235 +503151,-599.5003607,652.5961578,-795.0902959,-361.3369266,-584.6022524 +503152,-589.4117908,661.958372,-786.2350042,-359.158433,-579.6579652 +503153,-580.3790215,671.1939811,-780.8755261,-355.493618,-576.323644 +503154,-570.1438836,680.2641771,-773.6726116,-353.2751891,-572.9585285 +503155,-558.6829124,689.2024592,-766.4050555,-349.5429482,-569.5621017 +503156,-550.6073349,697.9433067,-759.993678,-346.5271295,-566.1339765 +503157,-540.1588516,706.7025136,-753.532412,-344.2476791,-561.8038932 +503158,-528.4664291,715.0641849,-745.1515978,-340.4132989,-559.1819644 +503159,-521.4113591,723.5397955,-739.5198928,-337.703957,-554.7711272 +503160,-508.3974735,731.7275439,-732.902678,-334.5817348,-552.1002199 +503161,-500.6627813,739.6092219,-725.2778718,-331.8269675,-548.5097525 +503162,-490.4979146,747.4570518,-719.5172524,-328.6523487,-544.8859003 +503163,-480.2786168,755.1766055,-712.7495939,-325.8518273,-542.1461143 +503164,-471.2185612,762.1912326,-705.9317059,-323.0297958,-538.4632513 +503165,-461.5110289,770.34581,-699.0635395,-319.7780117,-535.6787653 +503166,-451.1497496,777.2763505,-694.1275266,-316.4981313,-531.935837 +503167,-441.969605,784.515581,-685.1760394,-314.8481764,-529.1059878 +503168,-432.1396928,791.5482789,-680.1685807,-310.690169,-525.302193 +503169,-422.2728996,798.4054211,-673.1139977,-308.174531,-522.4264198 +503170,-412.9912961,805.3083883,-667.0274102,-304.7955908,-519.5306628 +503171,-403.0589922,811.7998282,-659.8796123,-302.2430528,-515.6382321 +503172,-393.0961176,818.4540589,-653.7137854,-299.6742757,-512.6954874 +503173,-383.7302912,824.8153887,-646.474049,-295.7904955,-508.7402609 +503174,-373.7144472,831.0585392,-641.2729363,-293.6179324,-506.7492718 +503175,-364.9307617,837.3536172,-632.8974519,-290.5572604,-502.7392673 +503176,-354.2414911,843.282149,-628.6867664,-287.4747327,-498.6925786 +503177,-344.7912006,849.2553748,-620.2152284,-284.3707186,-496.6557408 +503178,-335.3251178,855.001188,-613.8208199,-281.6932453,-492.553621 +503179,-325.8446675,860.7682528,-608.4657229,-278.5493889,-490.4886395 +503180,-315.7181029,866.3557855,-600.925924,-275.8376934,-485.284661 +503181,-306.2132175,871.6826183,-594.4256709,-272.1975764,-483.7123113 +503182,-296.6988293,877.1448007,-588.9828073,-270.3676745,-479.4926489 +503183,-287.176183,882.318315,-581.3215595,-266.2238615,-476.8361073 +503184,-277.6465194,887.4369088,-575.8213625,-263.9073185,-472.5544824 +503185,-267.4751534,892.4318083,-568.0811157,-261.1132482,-470.3995231 +503186,-258.2529794,897.2582387,-563.6384458,-257.8339403,-466.0603283 +503187,-248.7090768,902.1652289,-554.7070891,-255.0069482,-463.8764005 +503188,-238.8438733,906.6962016,-550.2206687,-251.6900098,-459.4791252 +503189,-229.6130334,911.2915045,-542.3337045,-249.3088056,-456.1558687 +503190,-219.7437671,915.7146248,-536.6742306,-245.9575675,-453.9283925 +503191,-211.4653644,919.1783166,-530.9926768,-244.0338092,-449.4435258 +503192,-203.1862911,922.5554773,-525.8610055,-240.6515337,-447.7518386 +503193,-194.2697552,925.6170519,-520.7120624,-238.7106196,-443.2130293 +503194,-186.3083583,928.5588407,-514.9709417,-236.275564,-440.3564557 +503195,-176.4358863,931.373231,-509.2095453,-233.8307065,-436.9082901 +503196,-166.8817454,933.9574929,-505.7434554,-230.8842188,-433.4378599 +503197,-156.6905558,936.4607676,-498.7880033,-229.1596041,-429.9453517 +503198,-146.4993106,938.8471621,-494.1357311,-226.4397837,-427.6047181 +503199,-136.6265567,940.8818378,-488.3031362,-223.7089192,-422.8933518 +503200,-126.4352903,943.0516168,-484.7950032,-221.9657302,-419.9288792 +503201,-116.2440212,944.8988442,-477.7569002,-218.9668399,-416.949077 +503202,-106.0527637,946.6730661,-474.2286129,-216.9608365,-413.3527883 +503203,-95.86151356,948.3031981,-468.3329241,-214.4455217,-410.3389181 +503204,-85.67026121,949.8015892,-463.60387,-211.9218404,-406.7018481 +503205,-75.31976063,951.1697622,-458.8637572,-209.8971336,-403.6540781 +503206,-65.12851609,952.4098139,-452.9231913,-207.3587364,-399.9764364 +503207,-54.77801823,953.5231313,-449.3514418,-205.3223364,-396.8949488 +503208,-44.42752232,954.5115824,-443.3846963,-202.769643,-393.1769419 +503209,-34.07702212,955.3763827,-438.600204,-200.2094343,-390.6861686 +503210,-23.56728592,956.1192336,-433.8060796,-198.6699922,-386.3035743 +503211,-13.376028,956.7412081,-429.0023422,-195.5825601,-383.7860624 +503212,-7.165728148,957.2439284,-424.1891604,-193.7770544,-380.6254293 +503213,0,957.6288405,-418.7634018,-191.1917242,-376.1751055 +503214,0,957.8971446,-414.536015,-189.3780744,-374.2590619 +503215,0,958.0496834,-409.6964348,-186.5212379,-369.766934 +503216,0,958.0878023,-404.8483742,-184.6994349,-367.187085 +503217,0,958.0122692,-399.9922481,-182.0914175,-363.9488763 +503218,0,957.824402,-395.128415,-180.2623452,-360.0435548 +503219,0,957.5249446,-390.2571759,-177.6441686,-356.773223 +503220,0,957.1151604,-385.9890126,-175.5456676,-354.1466278 +503221,0,956.7094372,-380.4931745,-173.1806815,-349.5276975 +503222,0,956.2099571,-375.6009659,-171.0749053,-346.8759327 +503223,0,955.6076985,-371.3151159,-168.4379699,-342.8811576 +503224,0,954.9006603,-365.7973446,-166.3250374,-339.5368019 +503225,0,954.0884902,-360.8864488,-164.2090758,-335.5052864 +503226,0,953.1719905,-356.5849277,-161.5599155,-332.1307459 +503227,0,952.1516579,-351.0480028,-159.4376208,-328.7426882 +503228,0,951.0285557,-346.7371382,-157.0469066,-325.3411823 +503229,0,949.8032594,-341.1889455,-154.9192119,-320.8994179 +503230,0,948.4768395,-337.4871648,-152.5226301,-317.811647 +503231,0,947.049881,-331.3113863,-150.3899576,-314.3685902 +503232,0,945.5234348,-327.6031777,-147.9880895,-310.9128015 +503233,0,943.8980872,-322.0363819,-145.8509888,-306.7493611 +503234,0,942.1748805,-317.7035791,-143.4444406,-303.2664963 +503235,0,940.4137685,-313.3680464,-141.0356905,-299.7716876 +503236,0,938.4107664,-307.7898477,-139.1608727,-296.2650702 +503237,0,936.3815274,-303.4488144,-136.7484314,-292.0418346 +503238,0,934.3514358,-298.4850231,-134.3341234,-289.2174152 +503239,0,932.1073179,-294.1396701,-132.4552344,-284.9673384 +503240,0,929.8227627,-289.1710837,-129.7692858,-281.4137714 +503241,0,927.4360296,-284.8217889,-127.8881606,-278.2065731 +503242,0,924.957849,-279.8491453,-125.468269,-273.9172301 +503243,0,922.3887311,-275.49658,-123.3162348,-270.6908327 +503244,0,919.7296421,-270.5205458,-120.8941196,-266.736713 +503245,0,916.9811646,-266.1653488,-119.00962,-263.1321643 +503246,0,914.2027819,-261.1865611,-116.5857291,-259.5184614 +503247,0,911.1932309,-257.1404747,-114.1610231,-255.5331328 +503248,0,908.2235827,-252.1594521,-112.2747381,-251.901175 +503249,0,905.1160383,-247.4888366,-109.983599,-248.2609824 +503250,0,901.932451,-243.4404268,-107.6918981,-244.6128208 +503251,0,898.794945,-238.1453637,-105.2649232,-240.9569834 +503252,0,895.7519037,-233.1610861,-103.1072917,-236.5603002 +503253,0,892.5776092,-228.7994548,-100.6795286,-233.6236888 +503254,0,889.2474695,-223.5024405,-98.25142421,-229.2106331 +503255,0,885.9606746,-218.8282429,-95.82307193,-225.894877 +503256,0,882.5534892,-213.8420272,-93.66438125,-221.8355991 +503257,0,879.0842443,-208.8555293,-91.10066939,-218.1393607 +503258,0,875.54375,-203.8688065,-88.80670182,-214.067279 +503259,0,871.9319292,-199.505324,-86.37767104,-210.7310542 +503260,0,868.3050081,-194.2064373,-83.94855316,-206.276692 +503261,0,864.4147338,-189.5308762,-81.78929465,-202.9317852 +503262,0,860.7098326,-184.543483,-79.09008616,-198.838975 +503263,0,856.7657516,-179.5560462,-76.93073623,-195.1142198 +503264,0,852.8088978,-175.192029,-74.50140642,-191.0128985 +503265,0,848.8271385,-169.8926892,-72.07204196,-187.2810501 +503266,0,844.6435966,-167.3988881,-69.64267196,-183.5462291 +503267,0,840.5077009,-164.2817024,-68.15806863,-179.0608575 +503268,0,836.2556775,-160.2292013,-66.13356341,-175.6946021 +503269,0,831.890208,-156.8002184,-64.51398415,-171.5778409 +503270,0,827.6403933,-153.3712284,-62.48947101,-167.8332743 +503271,0,823.0778646,-149.6304664,-60.73491374,-163.3375026 +503272,0,818.609471,-146.2014333,-58.84538567,-159.9643063 +503273,0,814.0190083,-142.4606529,-56.95586053,-155.4650089 +503274,0,809.4225002,-138.7198854,-55.33627792,-151.7143875 +503275,0,804.633956,-135.6026395,-53.17678061,-147.7751945 +503276,0,799.8385773,-131.5501048,-51.42222113,-143.6474423 +503277,0,795.0606172,-128.1210895,-49.53269987,-139.7065583 +503278,0,790.1647732,-124.6920703,-47.77814466,-135.3896509 +503279,0,785.1267983,-120.7954226,-45.61866594,-131.6353686 +503280,0,780.1259891,-117.5222696,-44.13405937,-127.3174854 +503281,0,774.9408129,-113.469763,-41.83960731,-123.7502743 +503282,0,769.7094901,-110.1966057,-40.22001161,-119.9950918 +503283,0,764.4183776,-106.455854,-38.06054134,-116.051961 +503284,0,759.0683794,-102.8709458,-36.44095593,-112.2964841 +503285,0,754.1501816,-99.28606675,-34.28148813,-108.3531405 +503286,0,747.9345845,-95.70116132,-32.66189797,-104.7853047 +503287,0,742.8226654,-92.11627457,-30.50242487,-100.6540538 +503288,0,737.1321036,-88.53135999,-28.74786107,-97.08613932 +503289,0,731.4994307,-84.79059774,-26.72336425,-92.95483158 +503290,0,725.8043397,-81.36156384,-24.83383419,-89.19909626 +503291,0,720.0054636,-77.62080513,-22.94431002,-85.25556458 +503292,0,714.2667728,-74.03590025,-21.05477666,-81.31202919 +503293,0,708.3725786,-70.4510168,-19.03027652,-77.55628184 +503294,0,702.464942,-66.86611324,-17.27571094,-73.2371599 +503295,0,696.4504663,-63.12535638,-15.11624158,-69.66920775 +503296,0,690.4949063,-59.8521915,-13.22671148,-65.5378788 +503297,0,684.3893904,-55.79968825,-11.33718636,-61.59433774 +503298,0,678.2280586,-52.52652477,-9.447655483,-57.65079692 +503299,0,672.1137198,-48.62990132,-7.288190245,-53.51946634 +503300,0,665.8572311,-45.35673988,-5.668594163,-49.57592879 +503301,0,659.5878631,-41.46011118,-3.374161899,-45.63239073 +503302,0,653.2192251,-38.0310778,-1.61959799,-41.50106065 +503303,0,646.9073519,-34.2903193,0,-37.3697323 +503304,0,640.4556552,-30.86128688,0,-33.4261956 +503305,0,633.9514821,-27.12052517,0,-29.48265658 +503306,0,627.4961542,-23.69149002,0,-25.16353764 +503307,0,620.9059348,-19.63899633,0,-21.03221034 +503308,0,614.265041,-16.67756582,0,-17.27646076 +503309,0,607.6731723,-12.46920615,0,-12.76955607 +503310,0,600.9115893,-9.351906045,0,-8.82601703 +503311,0,593.7141147,-6.234603921,0,-4.694689982 +503312,0,586.2483139,-3.11730138,0,0 +503313,0,578.8124101,0,0,0 +503314,0,571.1515058,0,0,0 +503315,0,563.5327404,0,0,0 +503316,0,555.8984531,0,0,0 +503317,0,548.0824928,0,0,0 +503318,0,540.2318264,0,0,0 +503319,0,532.4435283,0,0,0 +503320,0,524.4917388,0,0,0 +503321,0,516.9320154,0,0,0 +503322,0,508.3496681,0,0,0 +503323,0,500.6107313,0,0,0 +503324,0,492.5167487,0,0,0 +503325,0,484.3581575,0,0,0 +503326,0,476.2306631,0,0,0 +503327,0,468.0704887,0,0,0 +503328,0,459.8114364,0,0,0 +503329,0,451.5888031,0,0,0 +503330,0,446.9997779,0,0,0 +503331,0,440.9643382,0,0,0 +503332,0,434.8431655,0,0,0 +503333,0,429.5463022,0,0,0 +503334,0,422.9665645,0,0,0 +503335,0,417.2066825,0,0,0 +503336,0,411.0707677,0,0,0 +503337,0,405.0848032,0,0,0 +503338,0,399.0403052,0,0,0 +503339,0,392.9762318,0,0,0 +503340,0,386.8288739,0,0,0 +503341,0,0,0,0,0 +503342,0,0,0,0,0 +503343,0,0,0,0,0 +503344,0,0,0,0,0 +503345,0,0,0,0,0 +503346,0,0,0,0,0 +503347,0,0,0,0,0 +503348,0,0,0,0,0 +503349,0,0,0,0,0 +503350,0,0,0,0,0 +503351,0,0,0,0,0 +503352,0,0,0,0,0 +503353,0,0,0,0,0 +503354,0,0,0,0,0 +503355,0,0,0,0,0 +503356,0,0,0,0,0 +503357,0,0,0,0,0 +503358,0,0,0,0,0 +503359,0,0,0,0,0 +503360,0,0,0,0,0 +503361,0,0,0,0,0 +503362,0,0,0,0,0 +503363,0,0,0,0,0 +503364,0,0,0,0,0 +503365,0,0,0,0,0 +503366,0,0,0,0,0 +503367,0,0,0,0,0 +503368,0,0,0,0,0 +503369,0,0,0,0,0 +503370,0,0,0,0,0 +503371,0,0,0,0,0 +503372,0,0,0,0,0 +503373,0,0,0,0,0 +503374,0,0,0,0,0 +503375,0,0,0,0,0 +503376,0,0,0,0,0 +503377,0,0,0,0,0 +503378,0,0,0,0,0 +503379,0,0,0,0,0 +503380,0,0,0,0,0 +503381,0,0,0,0,0 +503382,0,0,0,0,0 +503383,0,0,0,0,0 +503384,0,0,0,0,0 +503385,0,0,0,0,0 +503386,0,0,0,0,0 +503387,0,0,0,0,0 +503388,0,0,0,0,0 +503389,0,0,0,0,0 +503390,0,0,0,0,0 +503391,0,0,0,0,0 +503392,0,0,0,0,0 +503393,0,0,0,0,0 +503394,0,0,0,0,0 +503395,0,0,0,0,0 +503396,0,0,0,0,0 +503397,0,0,0,0,0 +503398,0,0,0,0,0 +503399,0,0,0,0,0 +503400,0,0,0,0,0 +503401,0,0,0,0,0 +503402,0,0,0,0,0 +503403,0,0,0,0,0 +503404,0,0,0,0,0 +503405,0,0,0,0,0 +503406,0,0,0,0,0 +503407,0,0,0,0,0 +503408,0,0,0,0,0 +503409,0,0,0,0,0 +503410,0,0,0,0,0 +503411,0,0,0,0,0 +503412,0,0,0,0,0 +503413,0,0,0,0,0 +503414,0,0,0,0,0 +503415,0,0,0,0,0 +503416,0,0,0,0,0 +503417,0,0,0,0,0 +503418,0,0,0,0,0 +503419,0,0,0,0,0 +503420,0,0,0,0,0 +503421,0,0,0,0,0 +503422,0,0,0,0,0 +503423,0,0,0,0,0 +503424,0,0,0,0,0 +503425,0,0,0,0,0 +503426,0,0,0,0,0 +503427,0,0,0,0,0 +503428,0,0,0,0,0 +503429,0,0,0,0,0 +503430,0,0,0,0,0 +503431,0,0,0,0,0 +503432,0,0,0,0,0 +503433,0,0,0,0,0 +503434,0,0,0,0,0 +503435,0,0,0,0,0 +503436,0,0,0,0,0 +503437,0,0,0,0,0 +503438,0,0,0,0,0 +503439,0,0,0,0,0 +503440,0,0,0,0,0 +503441,0,0,0,0,0 +503442,0,0,0,0,0 +503443,0,0,0,0,0 +503444,0,0,0,0,0 +503445,0,0,0,0,0 +503446,0,0,0,0,0 +503447,0,0,0,0,0 +503448,0,0,0,0,0 +503449,0,0,0,0,0 +503450,0,0,0,0,0 +503451,0,0,0,0,0 +503452,0,0,0,0,0 +503453,0,0,0,0,0 +503454,0,0,0,0,0 +503455,0,0,0,0,0 +503456,0,0,0,0,0 +503457,0,0,0,0,0 +503458,0,0,0,0,0 +503459,0,0,0,0,0 +503460,0,0,0,0,0 +503461,0,0,0,0,0 +503462,0,0,0,0,0 +503463,0,0,0,0,0 +503464,0,0,0,0,0 +503465,0,0,0,0,0 +503466,0,0,0,0,0 +503467,0,0,0,0,0 +503468,0,0,0,0,0 +503469,0,0,0,0,0 +503470,0,0,0,0,0 +503471,0,0,0,0,0 +503472,0,0,0,0,0 +503473,0,0,0,0,0 +503474,0,0,0,0,0 +503475,0,0,0,0,0 +503476,0,0,0,0,0 +503477,0,0,0,0,0 +503478,0,0,0,0,0 +503479,0,0,0,0,0 +503480,0,0,0,0,0 +503481,0,0,0,0,0 +503482,0,0,0,0,0 +503483,0,0,0,0,0 +503484,0,0,0,0,0 +503485,0,0,0,0,0 +503486,0,0,0,0,0 +503487,0,0,0,0,0 +503488,0,0,0,0,0 +503489,0,0,0,0,0 +503490,0,0,0,0,0 +503491,0,0,0,0,0 +503492,0,0,0,0,0 +503493,0,0,0,0,0 +503494,0,0,0,0,0 +503495,0,0,0,0,0 +503496,0,0,0,0,0 +503497,0,0,0,0,0 +503498,0,0,0,0,0 +503499,0,0,0,0,0 +503500,0,0,0,0,0 +503501,0,0,0,0,0 +503502,0,0,0,0,0 +503503,0,0,0,0,0 +503504,0,0,0,0,0 +503505,0,0,0,0,0 +503506,0,0,0,0,0 +503507,0,0,0,0,0 +503508,0,0,0,0,0 +503509,0,0,0,0,0 +503510,0,0,0,0,0 +503511,0,0,0,0,0 +503512,0,0,0,0,0 +503513,0,0,0,0,0 +503514,0,0,0,0,0 +503515,0,0,0,0,0 +503516,0,0,0,0,0 +503517,0,0,0,0,0 +503518,0,0,0,0,0 +503519,0,0,0,0,0 +503520,0,0,0,0,0 +503521,0,0,0,0,0 +503522,0,0,0,0,0 +503523,0,0,0,0,0 +503524,0,0,0,0,0 +503525,0,0,0,0,0 +503526,0,0,0,0,0 +503527,0,0,0,0,0 +503528,0,0,0,0,0 +503529,0,0,0,0,0 +503530,0,0,0,0,0 +503531,0,0,0,0,0 +503532,0,0,0,0,0 +503533,0,0,0,0,0 +503534,0,0,0,0,0 +503535,0,0,0,0,0 +503536,0,0,0,0,0 +503537,0,0,0,0,0 +503538,0,0,0,0,0 +503539,0,0,0,0,0 +503540,0,0,0,0,0 +503541,0,0,0,0,0 +503542,0,0,0,0,0 +503543,0,0,0,0,0 +503544,0,0,0,0,0 +503545,0,0,0,0,0 +503546,0,0,0,0,0 +503547,0,0,0,0,0 +503548,0,0,0,0,0 +503549,0,0,0,0,0 +503550,0,0,0,0,0 +503551,0,0,0,0,0 +503552,0,0,0,0,0 +503553,0,0,0,0,0 +503554,0,0,0,0,0 +503555,0,0,0,0,0 +503556,0,0,0,0,0 +503557,0,0,0,0,0 +503558,0,0,0,0,0 +503559,0,0,0,0,0 +503560,0,0,0,0,0 +503561,0,0,0,0,0 +503562,0,0,0,0,0 +503563,0,0,0,0,0 +503564,0,0,0,0,0 +503565,0,0,0,0,0 +503566,0,0,0,0,0 +503567,0,0,0,0,0 +503568,0,0,0,0,0 +503569,0,0,0,0,0 +503570,0,0,0,0,0 +503571,0,0,0,0,0 +503572,0,0,0,0,0 +503573,0,0,0,0,0 +503574,0,0,0,0,0 +503575,0,0,0,0,0 +503576,0,0,0,0,0 +503577,0,0,0,0,0 +503578,0,0,0,0,0 +503579,0,0,0,0,0 +503580,0,0,0,0,0 +503581,0,0,0,0,0 +503582,0,0,0,0,0 +503583,0,0,0,0,0 +503584,0,0,0,0,0 +503585,0,0,0,0,0 +503586,0,0,0,0,0 +503587,0,0,0,0,0 +503588,0,0,0,0,0 +503589,0,0,0,0,0 +503590,0,0,0,0,0 +503591,0,0,0,0,0 +503592,0,0,0,0,0 +503593,0,0,0,0,0 +503594,0,0,0,0,0 +503595,0,0,0,0,0 +503596,0,0,0,0,0 +503597,0,0,0,0,0 +503598,0,0,0,0,0 +503599,0,0,0,0,0 +503600,0,0,0,0,0 +503601,0,0,0,0,0 +503602,0,0,0,0,0 +503603,0,0,0,0,0 +503604,0,0,0,0,0 +503605,0,0,0,0,0 +503606,0,0,0,0,0 +503607,0,0,0,0,0 +503608,0,0,0,0,0 +503609,0,0,0,0,0 +503610,0,0,0,0,0 +503611,0,0,0,0,0 +503612,0,0,0,0,0 +503613,0,0,0,0,0 +503614,0,0,0,0,0 +503615,0,0,0,0,0 +503616,0,0,0,0,0 +503617,0,0,0,0,0 +503618,0,0,0,0,0 +503619,0,0,0,0,0 +503620,0,0,0,0,0 +503621,0,0,0,0,0 +503622,0,0,0,0,0 +503623,0,0,0,0,0 +503624,0,0,0,0,0 +503625,0,0,0,0,0 +503626,0,0,0,0,0 +503627,0,0,0,0,0 +503628,0,0,0,0,0 +503629,0,0,0,0,0 +503630,0,0,0,0,0 +503631,0,0,0,0,0 +503632,0,0,0,0,0 +503633,0,0,0,0,0 +503634,0,0,0,0,0 +503635,0,0,0,0,0 +503636,0,0,0,0,0 +503637,0,0,0,0,0 +503638,0,0,0,0,0 +503639,0,0,0,0,0 +503640,0,0,0,0,0 +503641,0,0,0,0,0 +503642,0,0,0,0,0 +503643,0,0,0,0,0 +503644,0,0,0,0,0 +503645,0,0,0,0,0 +503646,0,0,0,0,0 +503647,0,0,0,0,0 +503648,0,0,0,0,0 +503649,0,0,0,0,0 +503650,0,0,0,0,0 +503651,0,0,0,0,0 +503652,0,0,0,0,0 +503653,0,0,0,0,0 +503654,0,0,0,0,0 +503655,0,0,0,0,0 +503656,0,0,0,0,0 +503657,0,0,0,0,0 +503658,0,0,0,0,0 +503659,0,0,0,0,0 +503660,0,0,0,0,0 +503661,0,0,0,0,0 +503662,0,0,0,0,0 +503663,0,0,0,0,0 +503664,0,0,0,0,0 +503665,0,0,0,0,0 +503666,0,0,0,0,0 +503667,0,0,0,0,0 +503668,0,0,0,0,0 +503669,0,0,0,0,0 +503670,0,0,0,0,0 +503671,0,0,0,0,0 +503672,0,0,0,0,0 +503673,0,0,0,0,0 +503674,0,0,0,0,0 +503675,0,0,0,0,0 +503676,0,0,0,0,0 +503677,0,0,0,0,0 +503678,0,0,0,0,0 +503679,0,0,0,0,0 +503680,0,0,0,0,0 +503681,0,0,0,0,0 +503682,0,0,0,0,0 +503683,0,0,0,0,0 +503684,0,0,0,0,0 +503685,0,0,0,0,0 +503686,0,0,0,0,0 +503687,0,0,0,0,0 +503688,0,0,0,0,0 +503689,0,0,0,0,0 +503690,0,0,0,0,0 +503691,0,0,0,0,0 +503692,0,0,0,0,0 +503693,0,0,0,0,0 +503694,0,0,0,0,0 +503695,0,0,0,0,0 +503696,0,0,0,0,0 +503697,0,0,0,0,0 +503698,0,0,0,0,0 +503699,0,0,0,0,0 +503700,0,0,0,0,0 +503701,0,0,0,0,0 +503702,0,0,0,0,0 +503703,0,0,0,0,0 +503704,0,0,0,0,0 +503705,0,0,0,0,0 +503706,0,0,0,0,0 +503707,0,0,0,0,0 +503708,0,0,0,0,0 +503709,0,0,0,0,0 +503710,0,0,0,0,0 +503711,0,0,0,0,0 +503712,0,0,0,0,0 +503713,0,0,0,0,0 +503714,0,0,0,0,0 +503715,0,0,0,0,0 +503716,0,0,0,0,0 +503717,0,0,0,0,0 +503718,0,0,0,0,0 +503719,0,0,0,0,0 +503720,0,0,0,0,0 +503721,0,0,0,0,0 +503722,0,0,0,0,0 +503723,0,0,0,0,0 +503724,0,0,0,0,0 +503725,0,0,0,0,0 +503726,0,0,0,0,0 +503727,0,0,0,0,0 +503728,0,0,0,0,0 +503729,0,0,0,0,0 +503730,0,0,0,0,0 +503731,0,0,0,0,0 +503732,0,0,0,0,0 +503733,0,0,0,0,0 +503734,0,0,0,0,0 +503735,0,0,0,0,0 +503736,0,0,0,0,0 +503737,0,0,0,0,0 +503738,0,0,0,0,0 +503739,0,0,0,0,0 +503740,0,0,0,0,0 +503741,0,0,0,0,0 +503742,0,0,0,0,0 +503743,0,0,0,0,0 +503744,0,0,0,0,0 +503745,0,0,0,0,0 +503746,0,0,0,0,0 +503747,0,0,0,0,0 +503748,0,0,0,0,0 +503749,0,0,0,0,0 +503750,0,0,0,0,0 +503751,0,0,0,0,0 +503752,0,0,0,0,0 +503753,0,0,0,0,0 +503754,0,0,0,0,0 +503755,0,0,0,0,0 +503756,0,0,0,0,0 +503757,0,0,0,0,0 +503758,0,0,0,0,0 +503759,0,0,0,0,0 +503760,0,0,0,0,0 +503761,0,0,0,0,0 +503762,0,0,0,0,0 +503763,0,0,0,0,0 +503764,0,0,0,0,0 +503765,0,0,0,0,0 +503766,0,0,0,0,0 +503767,0,0,0,0,0 +503768,0,0,0,0,0 +503769,0,0,0,0,0 +503770,0,0,0,0,0 +503771,0,0,0,0,0 +503772,0,0,0,0,0 +503773,0,0,0,0,0 +503774,0,0,0,0,0 +503775,0,0,0,0,0 +503776,0,0,0,0,0 +503777,0,0,0,0,0 +503778,0,0,0,0,0 +503779,0,0,0,0,0 +503780,0,0,0,0,0 +503781,0,0,0,0,0 +503782,0,0,0,0,0 +503783,0,0,0,0,0 +503784,0,0,0,0,0 +503785,0,0,0,0,0 +503786,0,0,0,0,0 +503787,0,0,0,0,0 +503788,0,0,0,0,0 +503789,0,0,0,0,0 +503790,0,0,0,0,0 +503791,0,0,0,0,0 +503792,0,0,0,0,0 +503793,0,0,0,0,0 +503794,0,0,0,0,0 +503795,0,0,0,0,0 +503796,0,0,0,0,0 +503797,0,0,0,0,0 +503798,0,0,0,0,0 +503799,0,0,0,0,0 +503800,0,0,0,0,0 +503801,0,0,0,0,0 +503802,0,0,0,0,0 +503803,0,0,0,0,0 +503804,0,0,0,0,0 +503805,0,0,0,0,0 +503806,0,0,0,0,0 +503807,0,0,0,0,0 +503808,0,0,0,0,0 +503809,0,0,0,0,0 +503810,0,0,0,0,0 +503811,0,0,0,0,0 +503812,0,0,0,0,0 +503813,0,0,0,0,0 +503814,0,0,0,0,0 +503815,0,0,0,0,0 +503816,0,0,0,0,0 +503817,0,0,0,0,0 +503818,0,0,0,0,0 +503819,0,0,0,0,0 +503820,0,0,0,0,0 +503821,0,0,0,0,0 +503822,0,0,0,0,0 +503823,0,0,0,0,0 +503824,0,0,0,0,0 +503825,0,0,0,0,0 +503826,0,0,0,0,0 +503827,0,0,0,0,0 +503828,0,0,0,0,0 +503829,0,0,0,0,0 +503830,0,0,0,0,0 +503831,0,0,0,0,0 +503832,0,0,0,0,0 +503833,0,0,0,0,0 +503834,0,0,0,0,0 +503835,0,0,0,0,0 +503836,0,0,0,0,0 +503837,0,0,0,0,0 +503838,0,0,0,0,0 +503839,0,0,0,0,0 +503840,0,0,0,0,0 +503841,0,0,0,0,0 +503842,0,0,0,0,0 +503843,0,0,0,0,0 +503844,0,0,0,0,0 +503845,0,0,0,0,0 +503846,0,0,0,0,0 +503847,0,0,0,0,0 +503848,0,0,0,0,0 +503849,0,0,0,0,0 +503850,0,0,0,0,0 +503851,0,0,0,0,0 +503852,0,0,0,0,0 +503853,0,0,0,0,0 +503854,0,0,0,0,0 +503855,0,0,0,0,0 +503856,0,0,0,0,0 +503857,0,0,0,0,0 +503858,0,0,0,0,0 +503859,0,0,0,0,0 +503860,0,0,0,0,0 +503861,0,0,0,0,0 +503862,0,0,0,0,0 +503863,0,0,0,0,0 +503864,0,0,0,0,0 +503865,0,0,0,0,0 +503866,0,0,0,0,0 +503867,0,0,0,0,0 +503868,0,0,0,0,0 +503869,0,0,0,0,0 +503870,0,0,0,0,0 +503871,0,0,0,0,0 +503872,0,0,0,0,0 +503873,0,0,0,0,0 +503874,0,0,0,0,0 +503875,0,0,0,0,0 +503876,0,0,0,0,0 +503877,0,0,0,0,0 +503878,0,0,0,0,0 +503879,0,0,0,0,0 +503880,0,0,0,0,0 +503881,0,0,0,0,0 +503882,0,0,0,0,0 +503883,0,0,0,0,0 +503884,0,0,0,0,0 +503885,0,0,0,0,0 +503886,0,0,0,0,0 +503887,0,0,0,0,0 +503888,0,0,0,0,0 +503889,0,0,0,0,0 +503890,0,0,0,0,0 +503891,0,0,0,0,0 +503892,0,0,0,0,0 +503893,0,0,0,0,0 +503894,0,0,0,0,0 +503895,0,0,0,0,0 +503896,0,0,0,0,0 +503897,0,0,0,0,0 +503898,0,0,0,0,0 +503899,0,0,0,0,0 +503900,0,0,0,0,0 +503901,0,0,0,0,0 +503902,0,0,0,0,0 +503903,0,0,0,0,0 +503904,0,0,0,0,0 +503905,0,0,0,0,0 +503906,0,0,0,0,0 +503907,0,0,0,0,0 +503908,0,0,0,0,0 +503909,0,0,0,0,0 +503910,0,0,0,0,0 +503911,0,0,0,0,0 +503912,0,0,0,0,0 +503913,0,0,0,0,0 +503914,0,0,0,0,0 +503915,0,0,0,0,0 +503916,0,0,0,0,0 +503917,0,0,0,0,0 +503918,0,0,0,0,0 +503919,0,0,0,0,0 +503920,0,0,0,0,0 +503921,0,0,0,0,0 +503922,0,0,0,0,0 +503923,0,0,0,0,0 +503924,0,0,0,0,0 +503925,0,0,0,0,0 +503926,0,0,0,0,0 +503927,0,0,0,0,0 +503928,0,0,0,0,0 +503929,0,0,0,0,0 +503930,0,0,0,0,0 +503931,0,0,0,0,0 +503932,0,0,0,0,0 +503933,0,0,0,0,0 +503934,0,0,0,0,0 +503935,0,0,0,0,0 +503936,0,0,0,0,0 +503937,0,0,0,0,0 +503938,0,0,0,0,0 +503939,0,0,0,0,0 +503940,0,0,0,0,0 +503941,0,0,0,0,0 +503942,0,0,0,0,0 +503943,0,0,0,0,0 +503944,0,0,0,0,0 +503945,0,0,0,0,0 +503946,0,0,0,0,0 +503947,0,0,0,0,0 +503948,0,0,0,0,0 +503949,0,0,0,0,0 +503950,0,0,0,0,0 +503951,0,0,0,0,0 +503952,0,0,0,0,0 +503953,0,0,0,0,0 +503954,0,0,0,0,0 +503955,0,0,0,0,0 +503956,0,0,0,0,0 +503957,0,0,0,0,0 +503958,0,0,0,0,0 +503959,0,0,0,0,0 +503960,0,0,0,0,0 +503961,0,0,0,0,0 +503962,0,0,0,0,0 +503963,0,0,0,0,0 +503964,0,0,0,0,0 +503965,0,0,0,0,0 +503966,0,0,0,0,0 +503967,0,0,0,0,0 +503968,0,0,0,0,0 +503969,0,0,0,0,0 +503970,0,0,0,0,0 +503971,0,0,0,0,0 +503972,0,0,0,0,0 +503973,0,0,0,0,0 +503974,0,0,0,0,0 +503975,0,0,0,0,0 +503976,0,0,0,0,0 +503977,0,0,0,0,0 +503978,0,0,0,0,0 +503979,0,0,0,0,0 +503980,0,0,0,0,0 +503981,0,0,0,0,0 +503982,0,0,0,0,0 +503983,0,0,0,0,0 +503984,0,0,0,0,0 +503985,0,0,0,0,0 +503986,0,0,0,0,0 +503987,0,0,0,0,0 +503988,0,0,0,0,0 +503989,0,0,0,0,0 +503990,0,0,0,0,0 +503991,0,0,0,0,0 +503992,0,0,0,0,0 +503993,0,0,0,0,0 +503994,0,0,0,0,0 +503995,0,0,0,0,0 +503996,0,0,0,0,0 +503997,0,0,0,0,0 +503998,0,0,0,0,0 +503999,0,0,0,0,0 +504000,0,0,0,0,0 +504001,0,0,0,0,0 +504002,0,0,0,0,0 +504003,0,0,0,0,0 +504004,0,0,0,0,0 +504005,0,0,0,0,0 +504006,0,0,0,0,0 +504007,0,0,0,0,0 +504008,0,0,0,0,0 +504009,0,0,0,0,0 +504010,0,0,0,0,0 +504011,0,0,0,0,0 +504012,0,0,0,0,0 +504013,0,0,0,0,0 +504014,0,0,0,0,0 +504015,0,0,0,0,0 +504016,0,0,0,0,0 +504017,0,0,0,0,0 +504018,0,0,0,0,0 +504019,0,0,0,0,0 +504020,0,0,0,0,0 +504021,0,0,0,0,0 +504022,0,0,0,0,0 +504023,0,0,0,0,0 +504024,0,0,0,0,0 +504025,0,0,0,0,0 +504026,0,0,0,0,0 +504027,0,0,0,0,0 +504028,0,0,0,0,0 +504029,0,0,0,0,0 +504030,0,0,0,0,0 +504031,0,0,0,0,0 +504032,0,0,0,0,0 +504033,0,0,0,0,0 +504034,0,0,0,0,0 +504035,0,0,0,0,0 +504036,0,0,0,0,0 +504037,0,0,0,0,0 +504038,0,0,0,0,0 +504039,0,0,0,0,0 +504040,0,0,0,0,0 +504041,0,0,0,0,0 +504042,0,0,0,0,0 +504043,0,0,0,0,0 +504044,0,0,0,0,0 +504045,0,0,0,0,0 +504046,0,0,0,0,0 +504047,0,0,0,0,0 +504048,0,0,0,0,0 +504049,0,0,0,0,0 +504050,0,0,0,0,0 +504051,0,0,0,0,0 +504052,0,0,0,0,0 +504053,0,0,0,0,0 +504054,0,0,0,0,0 +504055,0,0,0,0,0 +504056,0,0,0,0,0 +504057,0,0,0,0,0 +504058,0,0,0,0,0 +504059,0,0,0,0,0 +504060,0,0,0,0,0 +504061,0,0,0,0,0 +504062,0,0,0,0,0 +504063,0,0,0,0,0 +504064,0,0,0,0,0 +504065,0,0,0,0,0 +504066,0,0,0,0,0 +504067,0,0,0,0,0 +504068,0,0,0,0,0 +504069,0,0,0,0,0 +504070,0,0,0,0,0 +504071,0,0,0,0,0 +504072,0,0,0,0,0 +504073,0,0,0,0,0 +504074,0,0,0,0,0 +504075,0,0,0,0,0 +504076,0,0,0,0,0 +504077,0,0,0,0,0 +504078,0,0,0,0,0 +504079,0,0,0,0,0 +504080,0,0,0,0,0 +504081,0,0,0,0,0 +504082,0,0,0,0,0 +504083,0,0,0,0,0 +504084,0,0,0,0,0 +504085,0,0,0,0,0 +504086,0,0,0,0,0 +504087,0,0,0,0,0 +504088,0,0,0,0,0 +504089,0,0,0,0,0 +504090,0,0,0,0,0 +504091,0,0,0,0,0 +504092,0,0,0,0,0 +504093,0,0,0,0,0 +504094,0,0,0,0,0 +504095,0,0,0,0,0 +504096,0,0,0,0,0 +504097,0,0,0,0,0 +504098,0,0,0,0,0 +504099,0,0,0,0,0 +504100,0,0,0,0,0 +504101,0,0,0,0,0 +504102,0,0,0,0,0 +504103,0,0,0,0,0 +504104,0,0,0,0,0 +504105,0,0,0,0,0 +504106,0,0,0,0,0 +504107,0,0,0,0,0 +504108,0,0,0,0,0 +504109,0,0,0,0,0 +504110,0,0,0,0,0 +504111,0,0,0,0,0 +504112,0,0,0,0,0 +504113,0,0,0,0,0 +504114,0,0,0,0,0 +504115,0,0,0,0,0 +504116,0,0,0,0,0 +504117,0,0,0,0,0 +504118,0,0,0,0,0 +504119,0,0,0,0,0 +504120,0,0,0,0,0 +504121,0,0,0,0,0 +504122,0,0,0,0,0 +504123,0,0,0,0,0 +504124,0,0,0,0,0 +504125,0,0,0,0,0 +504126,0,0,0,0,0 +504127,0,0,0,0,0 +504128,0,0,0,0,0 +504129,0,0,0,0,0 +504130,0,0,0,0,0 +504131,0,0,0,0,0 +504132,0,0,0,0,0 +504133,0,0,0,0,0 +504134,0,0,0,0,0 +504135,0,0,0,0,0 +504136,0,0,0,0,0 +504137,0,0,0,0,0 +504138,0,0,0,0,0 +504139,0,0,0,0,0 +504140,0,0,0,0,0 +504141,0,0,0,0,0 +504142,0,0,0,0,0 +504143,0,0,0,0,0 +504144,0,0,0,0,0 +504145,0,0,0,0,0 +504146,0,0,0,0,0 +504147,0,0,0,0,0 +504148,0,0,0,0,0 +504149,0,0,0,0,0 +504150,0,0,0,0,0 +504151,0,0,0,0,0 +504152,0,0,0,0,0 +504153,0,0,0,0,0 +504154,0,0,0,0,0 +504155,0,0,0,0,0 +504156,0,0,0,0,0 +504157,0,0,0,0,0 +504158,0,0,0,0,0 +504159,0,0,0,0,0 +504160,0,0,0,0,0 +504161,0,0,0,0,0 +504162,0,0,0,0,0 +504163,0,0,0,0,0 +504164,0,0,0,0,0 +504165,0,0,0,0,0 +504166,0,0,0,0,0 +504167,0,0,0,0,0 +504168,0,0,0,0,0 +504169,0,0,0,0,0 +504170,0,0,0,0,0 +504171,0,0,0,0,0 +504172,0,0,0,0,0 +504173,0,0,0,0,0 +504174,0,0,0,0,0 +504175,0,0,0,0,0 +504176,0,0,0,0,0 +504177,0,0,0,0,0 +504178,0,0,0,0,0 +504179,0,0,0,0,0 +504180,0,0,0,0,0 +504181,0,0,0,0,0 +504182,0,0,0,0,0 +504183,0,0,0,0,0 +504184,0,0,0,0,0 +504185,0,0,0,0,0 +504186,0,0,0,0,0 +504187,0,0,0,0,0 +504188,0,0,0,0,0 +504189,0,0,0,0,0 +504190,0,0,0,0,0 +504191,0,0,0,0,0 +504192,0,0,0,0,0 +504193,0,0,0,0,0 +504194,0,0,0,0,0 +504195,0,0,0,0,0 +504196,0,0,0,0,0 +504197,0,0,0,0,0 +504198,0,0,0,0,0 +504199,0,0,0,0,0 +504200,0,0,0,0,0 +504201,0,0,0,0,0 +504202,0,0,0,0,0 +504203,0,0,0,0,0 +504204,0,0,0,0,0 +504205,0,0,0,0,0 +504206,0,0,0,0,0 +504207,0,0,0,0,0 +504208,0,0,0,0,0 +504209,0,0,0,0,0 +504210,0,0,0,0,0 +504211,0,0,0,0,0 +504212,0,0,0,0,0 +504213,0,0,0,0,0 +504214,0,0,0,0,0 +504215,0,0,0,0,0 +504216,0,0,0,0,0 +504217,0,0,0,0,0 +504218,0,0,0,0,0 +504219,0,0,0,0,0 +504220,0,0,0,0,0 +504221,0,0,0,0,0 +504222,0,0,0,0,0 +504223,0,0,0,0,0 +504224,0,0,0,0,0 +504225,0,0,0,0,0 +504226,0,0,0,0,0 +504227,0,0,0,0,0 +504228,0,0,0,0,0 +504229,0,0,0,0,0 +504230,0,0,0,0,0 +504231,0,0,0,0,0 +504232,0,0,0,0,0 +504233,0,0,0,0,0 +504234,0,0,0,0,0 +504235,0,0,0,0,0 +504236,0,0,0,0,0 +504237,0,0,0,0,0 +504238,0,0,0,0,0 +504239,0,0,0,0,0 +504240,0,0,0,0,0 +504241,0,0,0,0,0 +504242,0,0,0,0,0 +504243,0,0,0,0,0 +504244,0,0,0,0,0 +504245,0,0,0,0,0 +504246,0,0,0,0,0 +504247,0,0,0,0,0 +504248,0,0,0,0,0 +504249,0,0,0,0,0 +504250,0,0,0,0,0 +504251,0,0,0,0,0 +504252,0,0,0,0,0 +504253,0,0,0,0,0 +504254,0,0,0,0,0 +504255,0,0,0,0,0 +504256,0,0,0,0,0 +504257,0,0,0,0,0 +504258,0,0,0,0,0 +504259,0,0,0,0,0 +504260,0,0,0,0,0 +504261,0,0,0,0,0 +504262,0,0,0,0,0 +504263,0,0,0,0,0 +504264,0,0,0,0,0 +504265,0,0,0,0,0 +504266,0,0,0,0,0 +504267,0,0,0,0,0 +504268,0,0,0,0,0 +504269,0,0,0,0,0 +504270,0,0,0,0,0 +504271,0,0,0,0,0 +504272,0,0,0,0,0 +504273,0,0,0,0,0 +504274,0,0,0,0,0 +504275,0,0,0,0,0 +504276,0,0,0,0,0 +504277,0,0,0,0,0 +504278,0,0,0,0,0 +504279,0,0,0,0,0 +504280,0,0,0,0,0 +504281,0,0,0,0,0 +504282,0,0,0,0,0 +504283,0,0,0,0,0 +504284,0,0,0,0,0 +504285,0,0,0,0,0 +504286,0,0,0,0,0 +504287,0,0,0,0,0 +504288,0,0,0,0,0 +504289,0,0,0,0,0 +504290,0,0,0,0,0 +504291,0,0,0,0,0 +504292,0,0,0,0,0 +504293,0,0,0,0,0 +504294,0,0,0,0,0 +504295,0,0,0,0,0 +504296,0,0,0,0,0 +504297,0,0,0,0,0 +504298,0,0,0,0,0 +504299,0,0,0,0,0 +504300,0,0,0,0,0 +504301,0,0,0,0,0 +504302,0,0,0,0,0 +504303,0,0,0,0,0 +504304,0,0,0,0,0 +504305,0,0,0,0,0 +504306,0,0,0,0,0 +504307,0,0,0,0,0 +504308,0,0,0,0,0 +504309,0,0,0,0,0 +504310,0,0,0,0,0 +504311,0,0,0,0,0 +504312,0,0,0,0,0 +504313,0,0,0,0,0 +504314,0,0,0,0,0 +504315,0,0,0,0,0 +504316,0,0,0,0,0 +504317,0,0,0,0,0 +504318,0,0,0,0,0 +504319,0,0,0,0,0 +504320,0,0,0,0,0 +504321,0,0,0,0,0 +504322,0,0,0,0,0 +504323,0,0,0,0,0 +504324,0,0,0,0,0 +504325,0,0,0,0,0 +504326,0,0,0,0,0 +504327,0,0,0,0,0 +504328,0,0,0,0,0 +504329,0,0,0,0,0 +504330,0,0,0,0,0 +504331,0,0,0,0,0 +504332,0,0,0,0,0 +504333,0,0,0,0,0 +504334,0,0,0,0,0 +504335,0,0,0,0,0 +504336,0,0,0,0,0 +504337,0,0,0,0,0 +504338,0,0,0,0,0 +504339,0,0,0,0,0 +504340,0,0,0,0,0 +504341,0,0,0,0,0 +504342,0,0,0,0,0 +504343,0,0,0,0,0 +504344,0,0,0,0,0 +504345,0,0,0,0,0 +504346,0,0,0,0,0 +504347,0,0,0,0,0 +504348,0,0,0,0,0 +504349,0,0,0,0,0 +504350,0,0,0,0,0 +504351,0,0,0,0,0 +504352,0,0,0,0,0 +504353,0,0,0,0,0 +504354,0,0,0,0,0 +504355,0,0,0,0,0 +504356,0,0,0,0,0 +504357,0,0,0,0,0 +504358,0,0,0,0,0 +504359,0,0,0,0,0 +504360,0,0,0,0,0 +504361,0,0,0,0,0 +504362,0,0,0,0,0 +504363,0,0,0,0,0 +504364,0,0,0,0,0 +504365,0,0,0,0,0 +504366,0,0,0,0,0 +504367,0,0,0,0,0 +504368,0,0,0,0,0 +504369,0,0,0,0,0 +504370,0,0,0,0,0 +504371,0,0,0,0,0 +504372,0,0,0,0,0 +504373,0,0,0,0,0 +504374,0,0,0,0,0 +504375,0,0,0,0,0 +504376,0,0,0,0,0 +504377,0,0,0,0,0 +504378,0,0,0,0,0 +504379,0,0,0,0,0 +504380,0,0,0,0,0 +504381,0,0,0,0,0 +504382,0,0,0,0,0 +504383,0,0,0,0,0 +504384,0,0,0,0,0 +504385,0,0,0,0,0 +504386,0,0,0,0,0 +504387,0,0,0,0,0 +504388,0,0,0,0,0 +504389,0,0,0,0,0 +504390,0,0,0,0,0 +504391,0,0,0,0,0 +504392,0,0,0,0,0 +504393,0,0,0,0,0 +504394,0,0,0,0,0 +504395,0,0,0,0,0 +504396,0,0,0,0,0 +504397,0,0,0,0,0 +504398,0,0,0,0,0 +504399,0,0,0,0,0 +504400,0,0,0,0,0 +504401,0,0,0,0,0 +504402,0,0,0,0,0 +504403,0,0,0,0,0 +504404,0,0,0,0,0 +504405,0,0,0,0,0 +504406,0,0,0,0,0 +504407,0,0,0,0,0 +504408,0,0,0,0,0 +504409,0,0,0,0,0 +504410,0,0,0,0,0 +504411,0,0,0,0,0 +504412,0,0,0,0,0 +504413,0,0,0,0,0 +504414,0,0,0,0,0 +504415,0,0,0,0,0 +504416,0,0,0,0,0 +504417,0,0,0,0,0 +504418,0,0,0,0,0 +504419,0,0,0,0,0 +504420,0,0,0,0,0 +504421,-1721.466358,-830.5608603,-1690.734651,-830.5630847,-1090.409325 +504422,-1771.13693,-828.0602538,-1741.512362,-828.0624946,-1115.111625 +504423,-1831.19826,-824.465488,-1799.293239,-824.4677366,-1128.885655 +504424,-1888.747886,-821.0643357,-1854.583803,-821.066591,-1127.224339 +504425,-1934.515787,-818.3123956,-1894.028908,-818.31466,-1125.739444 +504426,-1928.74522,-816.1795655,-1888.434073,-816.1818417,-1124.441378 +504427,-1923.788783,-814.4168719,-1883.644565,-814.4191625,-1123.292597 +504428,-1919.467183,-812.8961556,-1879.474094,-812.8984624,-1122.260267 +504429,-1915.670842,-811.5637419,-1875.807591,-811.5660659,-1121.324361 +504430,-1912.32408,-810.393321,-1872.569469,-810.3956628,-1120.472821 +504431,-1909.365467,-809.3643744,-1869.70126,-809.3667346,-1119.69683 +504432,-1906.741295,-808.4571116,-1867.152643,-808.4594907,-1118.988683 +504433,-1904.404731,-807.6533535,-1864.879573,-807.655752,-1118.341241 +504434,-1902.314492,-806.9364078,-1862.843055,-806.9388261,-1117.747951 +504435,-1900.436581,-806.2928716,-1861.010741,-806.29531,-1117.202898 +504436,-1898.740494,-805.7113883,-1859.35353,-805.713847,-1116.700805 +504437,-1897.2014,-805.1824221,-1857.847731,-805.1849013,-1116.23698 +504438,-1895.797751,-804.6980291,-1856.472751,-804.700529,-1115.807256 +504439,-1894.511911,-804.2519296,-1855.211714,-804.2544503,-1115.408166 +504440,-1893.32777,-803.8384433,-1854.049175,-803.8409847,-1115.036321 +504441,-1892.231537,-803.4527579,-1852.971894,-803.4553201,-1114.688677 +504442,-1891.211652,-803.0908997,-1851.968756,-803.0934827,-1114.36258 +504443,-1890.258387,-802.7495813,-1851.030394,-802.7521851,-1114.055706 +504444,-1889.363479,-802.4260586,-1850.148838,-802.4286831,-1113.766007 +504445,-1888.519856,-802.1180245,-1849.317263,-802.1206695,-1113.491666 +504446,-1887.721455,-801.8235334,-1848.529806,-801.8261989,-1113.231076 +504447,-1886.963068,-801.5409421,-1847.781427,-801.543628,-1112.982807 +504448,-1886.24022,-801.2688618,-1847.067788,-801.271568,-1112.745595 +504449,-1885.549062,-801.0061176,-1846.385155,-801.0088439,-1112.518316 +504450,-1884.886279,-800.7517141,-1845.730305,-800.7544604,-1112.29998 +504451,-1884.24021,-800.1857024,-1845.085609,-800.5033794,-1112.089432 +504452,-1883.607722,-799.4133704,-1844.449979,-800.2543668,-1111.885988 +504453,-1882.988102,-798.5741123,-1843.825153,-800.0075074,-1111.688997 +504454,-1882.380895,-797.7366371,-1843.211934,-799.7630378,-1111.497852 +504455,-1881.785431,-796.9172127,-1842.610083,-799.5210368,-1111.312008 +504456,-1881.200917,-575.5650745,-1842.018918,-799.2814546,-1111.130976 +504457,-1880.626544,-648.6442342,-1841.437687,-799.0441869,-1110.954319 +504458,-1880.061559,-610.0526834,-1840.865705,-798.8091237,-1110.78164 +504459,-1879.505287,-583.4001287,-1840.302371,-798.5761655,-1110.612587 +504460,-1878.957121,-562.6899536,-1839.74714,-798.3452245,-1110.446849 +504461,-1753.856606,-540.4548359,-1839.199506,-798.1162177,-1110.284143 +504462,-1775.909398,-520.2592355,-1731.670367,-796.3366378,-1107.964344 +504463,-1768.709828,-499.4745479,-1724.142041,-795.9904596,-1107.634366 +504464,-1748.245006,-477.7282275,-1729.895232,-796.7754764,-1108.875765 +504465,-1738.714685,-456.903539,-1708.040822,-796.9559741,-1109.278998 +504466,-1725.740426,-435.9379902,-1695.801468,-796.8983846,-1109.354403 +504467,-1716.448705,-415.2963143,-1687.040599,-796.745315,-1109.29874 +504468,-1704.025983,-393.4868623,-1672.887246,-796.5541325,-1109.190317 +504469,-1696.1713,-372.6309497,-1665.395855,-796.3481978,-1109.060876 +504470,-1685.172355,-339.5868772,-1654.911758,-770.6728563,-1108.923476 +504471,-1677.164539,-317.7028178,-1646.382873,-742.7476983,-1088.071494 +504472,-1662.709727,-295.2218734,-1634.616099,-754.9172702,-1080.190503 +504473,-1656.179801,-272.447926,-1626.694655,-744.9447551,-1095.136992 +504474,-1646.621521,-251.0967772,-1616.823062,-737.2992938,-1077.834124 +504475,-1635.076781,-228.5365192,-1605.488413,-734.6967991,-1070.194118 +504476,-1625.003354,-206.019188,-1595.455091,-727.8691016,-1060.177933 +504477,-1616.246796,-183.9987739,-1589.684488,-723.4223549,-1061.177291 +504478,-1606.508759,-162.5072483,-1577.588707,-719.0666634,-1054.725348 +504479,-1594.638458,-143.2474381,-1569.023206,-712.8214774,-1055.888752 +504480,-1591.33302,-127.2039056,-1557.598316,-710.0871123,-1051.770192 +504481,-1574.865181,-111.1323404,-1550.853234,-702.9655085,-1027.176983 +504482,-1565.622995,-94.67583241,-1538.470472,-699.9934288,-1005.05794 +504483,-1557.521541,-78.1961029,-1527.167584,-692.02614,-1029.328849 +504484,-1544.003304,-61.95184348,-1518.87925,-690.5805295,-1034.203282 +504485,-1536.322878,-45.39902945,-1509.139029,-683.5266793,-1018.878522 +504486,-1522.805354,-29.19845423,-1497.777794,-679.0205721,-999.4531686 +504487,-1517.882606,-3.951661998,-1487.879398,-673.4491759,-983.8524436 +504488,-1502.092985,0,-1478.701087,-669.9171004,-973.6258721 +504489,-1494.993089,0,-1469.56207,-665.7784939,-967.6216074 +504490,-1484.742463,0,-1457.499289,-658.7543792,-962.4104907 +504491,-1472.473827,0,-1451.846011,-656.4283322,-957.330934 +504492,-1463.764823,0,-1439.21907,-651.2109977,-953.1334804 +504493,-1454.66718,0,-1428.215339,-645.7480247,-948.6864062 +504494,-1440.7862,0,-1421.376476,-642.6559189,-944.1477427 +504495,-1435.035829,0,-1411.355432,-636.2996884,-940.380964 +504496,-1423.748246,0,-1402.828892,-634.4638449,-937.6641546 +504497,-1411.218413,0,-1391.061864,-627.8925916,-935.9723483 +504498,-1404.190422,0,-1383.541546,-623.3727896,-935.786619 +504499,-1390.911173,0,-1372.405902,-620.8821744,-936.6988239 +504500,-1384.339872,0,-1365.232439,-615.013416,-939.287607 +504501,-1370.217006,0,-1355.571205,-611.6924413,-942.7082887 +504502,-1362.971834,0,-1345.036019,-606.4293463,-947.1975433 +504503,-1352.175576,0,-1336.754597,-602.7496036,-922.8108033 +504504,-1341.826352,0,-1328.697899,-599.4950772,-892.431776 +504505,-1331.570755,0,-1317.682454,-593.5566033,-908.0047922 +504506,-1321.972533,0,-1308.33985,-590.0428121,-896.1921438 +504507,-1310.932301,0,-1300.469904,-586.1392848,-891.7702259 +504508,-1298.802976,0,-1290.479593,-581.7374078,-887.4796376 +504509,-1290.890751,0,-1281.472504,-577.6347298,-882.0698794 +504510,-1281.111863,0,-1272.863518,-573.1670433,-877.5407267 +504511,-1268.244696,0,-1264.01966,-570.2843638,-872.4648991 +504512,-1262.348705,0,-1256.029867,-565.5063247,-868.550323 +504513,-1248.907807,0,-1246.706151,-562.2013225,-863.686487 +504514,-1240.760072,0,-1236.339496,-557.3293991,-859.0422214 +504515,-1231.911276,0,-1231.351512,-554.3822445,-853.8491173 +504516,-1219.009594,0,-1221.198284,-551.208164,-850.2923108 +504517,-1212.568895,0,-1213.754662,-545.373848,-846.4633753 +504518,-1202.21452,0,-1202.645113,-544.3214929,-840.1733699 +504519,-1189.587197,0,-1197.915508,-538.0578258,-836.994614 +504520,-1184.157561,0,-1186.107856,-535.5289614,-832.5093126 +504521,-1168.847441,0,-1181.013638,-532.2515623,-827.846315 +504522,-1165.026521,0,-1170.39348,-527.4913123,-824.257237 +504523,-1150.999822,0,-1163.170186,-524.7192572,-818.0093612 +504524,-1140.717122,0,-1153.912212,-520.4376202,-816.7710537 +504525,-1134.451758,0,-1146.357044,-517.5257685,-808.8589346 +504526,-1121.587649,0,-1136.696534,-513.0439856,-807.529941 +504527,-1112.823196,0,-1130.80694,-509.9946054,-802.0104431 +504528,-1101.628397,0,-1120.781675,-506.8886862,-797.7604414 +504529,-1092.490449,0,-1114.664606,-502.1188865,-793.4085204 +504530,-1083.181101,0,-1104.266926,-498.8719694,-790.4529644 +504531,-1071.295833,0,-1097.920862,-495.5672354,-784.3895323 +504532,-1061.593402,0,-1087.141714,-492.2027101,-781.2896072 +504533,-1054.201224,0,-1082.768452,-488.7771858,-778.1394995 +504534,-1040.369447,0,-1071.64153,-484.4080107,-771.6821759 +504535,-1032.680896,0,-1064.8467,-481.7414945,-770.0384745 +504536,-1020.942883,0,-1055.640027,-477.2151618,-763.319929 +504537,-1012.983411,0,-1048.626346,-475.3779911,-761.6085868 +504538,-1002.193532,0,-1039.122017,-469.7602418,-756.3853129 +504539,-991.2022576,0,-1034.307019,-467.8560073,-751.935181 +504540,-981.4185612,0,-1022.065415,-463.9926193,-749.2221688 +504541,-971.4753903,0,-1017.093352,-460.5542318,-742.7589934 +504542,-962.8236828,0,-1009.546298,-457.0612721,-738.9823824 +504543,-951.0965853,0,-999.3182816,-454.0233949,-734.1726864 +504544,-943.657615,0,-994.1364734,-450.9434931,-728.2675344 +504545,-931.5710163,35.98549981,-986.2702237,-446.7702413,-724.2485102 +504546,-922.3593506,163.2857473,-978.2929766,-443.5910015,-720.1613511 +504547,-911.4497569,112.5457292,-970.2047466,-441.4478307,-713.8991283 +504548,-903.5498124,141.6815469,-962.0048231,-436.5500441,-709.6355618 +504549,-892.3321509,157.7207878,-956.476317,-434.3416376,-705.2988656 +504550,-880.9322748,171.0687549,-946.6731542,-430.426623,-700.8869701 +504551,-874.3375587,183.8955035,-941.0009596,-427.5917041,-695.2638923 +504552,-860.9592163,196.8493071,-930.9450779,-423.5669999,-690.6775009 +504553,-852.4743293,209.220424,-926.5874951,-421.2386693,-686.0110132 +504554,-842.1633501,221.7753283,-916.2954103,-417.7041792,-681.2624694 +504555,-831.7104385,233.874352,-910.3402697,-414.1200708,-677.6461438 +504556,-822.8909269,245.7444975,-901.3024593,-410.4864652,-671.5112078 +504557,-811.2741083,257.8981827,-895.2085992,-408.036824,-666.505329 +504558,-801.3122869,269.0516937,-887.5099775,-404.3181445,-663.9695424 +504559,-792.1499583,280.9040316,-879.7212234,-401.8102195,-657.5286586 +504560,-781.0186428,291.8685729,-871.8424002,-397.3640358,-652.2718605 +504561,-771.6297678,303.5052219,-865.4744401,-395.4372081,-649.6086815 +504562,-760.2259533,314.0360083,-855.8104817,-390.8871462,-644.2085627 +504563,-751.5760006,325.0572567,-850.9303466,-388.2547425,-638.7102012 +504564,-740.8877033,339.0761629,-842.7183902,-384.9295657,-635.223431 +504565,-729.0832882,352.9797603,-834.4114085,-382.241547,-630.274772 +504566,-721.1317391,366.277287,-827.6983839,-378.1616728,-625.2468157 +504567,-710.0866407,379.3554299,-819.2204766,-375.4108686,-621.6063224 +504568,-698.9144895,392.761748,-814.0885059,-372.6345114,-615.6940516 +504569,-690.7108443,405.4765388,-803.7156447,-368.4209287,-612.6975448 +504570,-678.277979,418.23578,-798.478195,-365.5802839,-606.6207511 +504571,-669.9072061,430.1474762,-791.4381625,-362.7136537,-603.540637 +504572,-659.3495786,441.8104893,-782.5479175,-359.8202537,-597.294154 +504573,-648.6889537,453.2191532,-777.1676169,-356.1656803,-594.1280308 +504574,-641.1666017,464.4176737,-769.9366532,-353.2125114,-589.3232692 +504575,-629.2423322,475.3214532,-762.640774,-350.980306,-584.4514094 +504576,-620.4942055,486.2121481,-755.2806735,-346.4687236,-581.1659583 +504577,-610.57584,496.7390056,-749.7187801,-344.9521957,-575.3422228 +504578,-600.5772202,507.2595579,-741.3056986,-341.1287183,-571.1246014 +504579,-590.4996965,517.4271078,-734.7059855,-338.0391397,-567.7153778 +504580,-581.4768271,527.3010196,-729.0097802,-334.9223277,-561.6720733 +504581,-571.2529051,537.5617584,-721.3558089,-332.5668476,-558.1748953 +504582,-560.9535137,547.2057656,-713.6365055,-329.0031679,-553.7574539 +504583,-557.5044197,562.1192276,-719.4324298,-330.9871439,-548.3883839 +504584,-548.2656566,572.4160374,-714.6060352,-328.6050602,-545.6760785 +504585,-538.9696724,582.0489717,-706.8290772,-326.2072339,-539.2726793 +504586,-528.4449391,591.691935,-701.9362123,-322.9851735,-536.4969217 +504587,-520.212187,600.8474968,-695.0422489,-320.5505038,-531.8270992 +504588,-509.5667835,610.1123097,-689.0931191,-317.6898193,-527.1028922 +504589,-500.0498654,618.9174469,-682.1055469,-314.8074187,-522.3240588 +504590,-491.0826801,627.8511177,-676.0766971,-312.3196149,-519.4305333 +504591,-480.8680559,636.3381255,-670.0110152,-308.9773787,-513.5824311 +504592,-471.2064629,644.9652522,-662.887365,-306.4524738,-509.6389824 +504593,-461.5003479,653.1512219,-656.7422436,-303.9115429,-505.6593484 +504594,-452.3620222,661.4880037,-650.560628,-300.498276,-501.6429865 +504595,-441.9613051,669.3850142,-644.342322,-297.9201138,-496.5704721 +504596,-433.3631986,677.4007774,-637.0412886,-295.326029,-492.4709234 +504597,-422.2662768,685.1265199,-632.8479622,-292.7156566,-488.3341039 +504598,-413.6053339,692.7773201,-624.4107164,-289.2099573,-484.1596243 +504599,-403.675978,700.2353437,-618.0418495,-287.0050258,-479.947221 +504600,-394.3391021,707.7219727,-612.7081372,-283.899239,-475.6967113 +504601,-383.7266112,714.5971479,-606.2742901,-281.2200644,-471.4079395 +504602,-374.9648341,721.59967,-598.7229784,-278.5249881,-469.2494785 +504603,-365.556162,728.3299119,-594.3873907,-275.3606878,-464.9030552 +504604,-355.4981876,734.8880406,-585.6681473,-273.0878155,-462.1670315 +504605,-346.0504757,741.5467569,-581.2867111,-269.4281928,-458.3109474 +504606,-336.5866656,747.8754937,-573.5813975,-267.5885722,-454.9820918 +504607,-327.1083013,754.1930585,-569.1582709,-264.3519253,-451.6313207 +504608,-317.6169628,759.9260373,-560.2659595,-261.5610261,-448.8221962 +504609,-307.4803407,766.661211,-555.7990126,-258.75498,-444.8633953 +504610,-298.6018945,772.2322621,-549.0702388,-255.9340093,-441.4462577 +504611,-289.0808975,778.1505501,-543.4382192,-253.5717684,-438.0070874 +504612,-278.9171144,783.8808426,-535.5155718,-250.2467967,-434.5458046 +504613,-270.0184509,789.5055579,-530.9700035,-247.3812419,-431.644494 +504614,-260.1612223,794.9730313,-522.9812567,-244.9824238,-427.5564843 +504615,-250.6179702,800.4570708,-518.3983593,-242.0902568,-425.2070198 +504616,-241.0716413,805.775444,-511.4977991,-239.1838362,-420.4780344 +504617,-231.522928,810.9082535,-504.5679032,-236.2634174,-418.0989469 +504618,-222.2907917,815.9922188,-498.7715124,-233.8192685,-414.5115443 +504619,-212.1020669,821.0504753,-492.9553587,-230.381328,-410.9018314 +504620,-203.1862367,825.9038307,-485.9501484,-228.4088925,-407.2699739 +504621,-193.3143886,830.6482451,-480.0919722,-224.9421998,-404.2266134 +504622,-183.7606075,835.465773,-473.0377227,-222.455397,-401.1677929 +504623,-174.5250885,839.9350652,-468.3211492,-219.4593821,-396.8594282 +504624,-164.6524149,844.4693067,-460.0386905,-216.9531422,-393.7638365 +504625,-155.4166691,848.8468832,-455.8856077,-213.9342279,-391.2764257 +504626,-145.8623757,853.0815441,-448.1498831,-210.9032709,-386.2718513 +504627,-135.9895759,857.3487516,-442.1810834,-208.3686634,-384.3853485 +504628,-127.0722819,861.4000604,-436.7959065,-205.8260116,-379.9618311 +504629,-117.1994697,865.4014384,-429.5959772,-202.2527579,-376.784192 +504630,-107.6451583,869.3501321,-423.580136,-200.2045221,-373.5915911 +504631,-99.04631131,872.9199635,-418.1538254,-197.1229374,-369.7406697 +504632,-89.33274645,876.6299297,-412.1114319,-195.062831,-366.5153237 +504633,-80.57464338,880.0647806,-406.6619583,-191.9639482,-363.275209 +504634,-71.33882142,883.4562435,-400.5948507,-189.3741635,-359.3676115 +504635,-61.46603285,886.7376352,-395.1240663,-187.0379021,-356.7509877 +504636,-50.63780811,889.9195875,-389.0342774,-184.4357589,-352.8084523 +504637,-40.28732023,893.0024097,-384.1544739,-181.5661924,-348.8452891 +504638,-29.29986547,895.9314496,-378.0446033,-179.4748068,-346.1919984 +504639,-18.471655,898.9003366,-372.536844,-176.3305635,-342.8625051 +504640,-7.802683516,901.7053264,-366.4078664,-174.2301251,-338.1775739 +504641,0,904.3232642,-361.4981775,-171.5996175,-336.1616899 +504642,0,906.9609458,-355.3528046,-168.9638519,-332.1147006 +504643,0,909.4513673,-350.4304833,-166.3232506,-328.7272823 +504644,0,911.8558927,-343.653739,-163.9427444,-324.644754 +504645,0,914.1651812,-339.3369332,-161.2934439,-322.2546683 +504646,0,916.3800873,-333.1636051,-158.9053964,-317.7986384 +504647,0,918.4435475,-327.601919,-156.2481164,-315.0457637 +504648,0,920.5550216,-322.0353853,-153.5869923,-311.2471868 +504649,0,922.4468202,-317.08343,-151.1890183,-307.7808301 +504650,0,924.2974918,-310.8884031,-148.7882035,-304.3022086 +504651,0,926.0461048,-305.3087581,-145.8502596,-300.811514 +504652,0,927.7035172,-300.3462027,-143.7114148,-296.9580532 +504653,0,929.2692916,-294.1389204,-141.0352341,-294.1467775 +504654,0,926.948164,-274.87437,-132.4548563,-289.9159873 +504655,0,927.6610205,-268.0318458,-129.5004026,-287.0865835 +504656,0,928.5989449,-261.8088455,-126.8126245,-282.8292314 +504657,0,929.5437435,-256.2064894,-123.8541552,-279.2697825 +504658,0,930.4457494,-249.9797573,-121.1631423,-276.4147961 +504659,0,931.2872951,-243.7515891,-118.4708943,-272.1199148 +504660,0,932.0607639,-238.4567587,-115.7774726,-268.5300302 +504661,0,932.7562365,-232.2264111,-112.8135798,-265.2909853 +504662,0,933.375592,-226.9299014,-110.6574466,-261.3218084 +504663,0,933.9183223,-220.6978974,-107.4221727,-257.7040024 +504664,0,934.3842282,-215.088603,-105.1300471,-254.0774767 +504665,0,934.7724506,-209.4789536,-102.2980116,-250.8063731 +504666,0,935.0828855,-203.868882,-99.60035721,-246.4345288 +504667,0,935.3148505,-197.9468252,-97.03728781,-243.1483187 +504668,0,935.4683836,-192.6479641,-94.47389021,-239.1235474 +504669,0,935.5429254,-186.4137803,-91.50543461,-235.8240956 +504670,0,935.5386088,-181.42642,-89.0765829,-231.416071 +504671,0,935.4549617,-175.5037376,-86.37770294,-228.4722037 +504672,0,935.2921867,-169.8926834,-83.9485781,-223.6797679 +504673,0,935.0498851,-164.2816396,-80.97949317,-220.7257022 +504674,0,934.7283152,-158.6705507,-78.41526294,-216.2877844 +504675,0,934.3271367,-153.0594796,-75.85103036,-212.954402 +504676,0,933.8466544,-147.760106,-73.15176096,-208.8747545 +504677,0,933.2865796,-141.8372265,-70.58744979,-204.7894995 +504678,0,932.6472556,-136.8495608,-68.0230904,-201.0711506 +504679,0,931.9284342,-130.6149063,-65.05381273,-197.3487869 +504680,0,931.1304899,-125.6272515,-62.89438566,-193.2498533 +504681,0,930.2532114,-119.7043789,-59.79013038,-189.1468041 +504682,0,929.2969967,-114.7167166,-57.4957192,-185.4135288 +504683,0,928.2616648,-108.6379452,-54.52645279,-181.3036341 +504684,0,927.1476338,-103.4944105,-52.36701589,-177.5646766 +504685,0,925.9547498,-97.88328046,-49.12778789,-173.4491207 +504686,0,924.6834473,-92.58386439,-46.96835601,-169.3310716 +504687,0,923.3335962,-86.81684566,-44.26902692,-165.2108445 +504688,0,921.9056473,-83.07608989,-41.43470171,-161.4635312 +504689,0,920.39966,-78.86773644,-38.87034902,-157.3398373 +504690,0,918.8160976,-74.81523692,-36.44095934,-153.2146717 +504691,0,916.8196678,-70.60688116,-34.28147999,-149.0882708 +504692,0,914.7389965,-66.39851855,-32.39195075,-144.9608365 +504693,0,912.402886,-62.34604035,-30.23248971,-140.8325415 +504694,0,910.0916479,-58.13767708,-28.20799305,-136.7035367 +504695,0,907.6316069,-53.92932177,-26.18349947,-132.5739542 +504696,0,905.0871832,-49.87682657,-23.88905976,-128.2561708 +504697,0,902.4509495,-45.5126019,-21.9995414,-124.3135214 +504698,0,899.6678875,-41.46011089,-19.97504257,-119.8073132 +504699,0,896.9367683,-37.40762414,-17.54563736,-115.8642035 +504700,0,893.9953122,-33.04339096,-15.79108023,-111.5453897 +504701,0,891.0761768,-28.83503603,-13.49664881,-107.2264608 +504702,0,887.9242814,-24.9384124,-11.47215043,-103.0952481 +504703,0,884.8135223,-20.41832284,-9.177720486,-98.58841101 +504704,0,881.5711927,-16.5216977,-7.423159693,-94.45712917 +504705,0,878.2576664,-12.15747613,-4.858793361,-90.13803794 +504706,0,874.864938,-8.260849474,-3.239197091,-85.81893185 +504707,0,871.4488388,-3.740761483,0,-81.49981852 +504708,0,867.8211656,0,0,-76.99291384 +504709,0,864.1802583,0,0,-72.86159393 +504710,0,860.5512746,0,0,-68.3546883 +504711,0,856.7367279,0,0,-64.03557163 +504712,0,852.8971166,0,0,-59.52866573 +504713,0,849.0297073,0,0,-55.2095522 +504714,0,844.9583416,0,0,-50.7026487 +504715,0,840.932365,0,0,-46.19574694 +504716,0,836.7887294,0,0,-41.87663624 +504717,0,832.5306813,0,0,-37.36973362 +504718,0,830.438314,0,0,-32.86282982 +504719,0,826.3790037,0,0,-28.35592695 +504720,0,822.2149302,0,0,-23.84902549 +504721,0,817.3948405,0,0,-20.093275 +504722,0,812.4699118,0,0,-15.77415813 +504723,0,807.5111207,0,0,-12.01840743 +504724,0,802.2955218,0,0,-8.074867682 +504725,0,797.2427491,0,0,-3.75575194 +504726,0,792.012535,0,0,0 +504727,0,786.6432182,0,0,0 +504728,0,781.305044,0,0,0 +504729,0,775.8072161,0,0,0 +504730,0,770.4215147,0,0,0 +504731,0,764.7444596,0,0,0 +504732,0,759.1547685,0,0,0 +504733,0,753.9434049,0,0,0 +504734,0,747.4399223,0,0,0 +504735,0,742.0388635,0,0,0 +504736,0,736.0579971,0,0,0 +504737,0,730.1342683,0,0,0 +504738,0,724.1014689,0,0,0 +504739,0,718.123888,0,0,0 +504740,0,711.993758,0,0,0 +504741,0,705.8483971,0,0,0 +504742,0,699.597552,0,0,0 +504743,0,693.402659,0,0,0 +504744,0,687.0606609,0,0,0 +504745,0,680.7055604,0,0,0 +504746,0,674.2483273,0,0,0 +504747,0,667.8495235,0,0,0 +504748,0,661.3071202,0,0,0 +504749,0,654.7112469,0,0,0 +504750,0,648.1651153,0,0,0 +504751,0,641.2811825,0,0,0 +504752,0,634.3202042,0,0,0 +504753,0,627.397279,0,0,0 +504754,0,620.2941409,0,0,0 +504755,0,613.271847,0,0,0 +504756,0,606.1138229,0,0,0 +504757,0,598.9047477,0,0,0 +504758,0,591.7417875,0,0,0 +504759,0,584.4172405,0,0,0 +504760,0,577.1788486,0,0,0 +504761,0,569.7823103,0,0,0 +504762,0,562.4667453,0,0,0 +504763,0,555.0381116,0,0,0 +504764,0,547.5701694,0,0,0 +504765,0,542.3355797,0,0,0 +504766,0,536.9348148,0,0,0 +504767,0,531.6245781,0,0,0 +504768,0,526.1703375,0,0,0 +504769,0,520.8044463,0,0,0 +504770,38.51765196,515.6801861,0,0,0 +504771,217.4860256,509.6875825,0,0,0 +504772,121.7485004,504.4921645,0,0,0 +504773,170.4535561,498.8726495,0,0,0 +504774,185.4210771,493.3948998,0,0,0 +504775,199.5719609,487.7915915,0,0,0 +504776,214.3249365,482.2751682,0,0,0 +504777,228.4004311,476.6383153,0,0,0 +504778,242.4583861,471.0872198,0,0,0 +504779,256.3729721,465.4200855,0,0,0 +504780,269.9424961,459.8381679,0,0,0 +504781,0,0,0,0,0 +504782,0,0,0,0,0 +504783,0,0,0,0,0 +504784,0,0,0,0,0 +504785,0,0,0,0,0 +504786,0,0,0,0,0 +504787,0,0,0,0,0 +504788,0,0,0,0,0 +504789,0,0,0,0,0 +504790,0,0,0,0,0 +504791,0,0,0,0,0 +504792,0,0,0,0,0 +504793,0,0,0,0,0 +504794,0,0,0,0,0 +504795,0,0,0,0,0 +504796,0,0,0,0,0 +504797,0,0,0,0,0 +504798,0,0,0,0,0 +504799,0,0,0,0,0 +504800,0,0,0,0,0 +504801,0,0,0,0,0 +504802,0,0,0,0,0 +504803,0,0,0,0,0 +504804,0,0,0,0,0 +504805,0,0,0,0,0 +504806,0,0,0,0,0 +504807,0,0,0,0,0 +504808,0,0,0,0,0 +504809,0,0,0,0,0 +504810,0,0,0,0,0 +504811,0,0,0,0,0 +504812,0,0,0,0,0 +504813,0,0,0,0,0 +504814,0,0,0,0,0 +504815,0,0,0,0,0 +504816,0,0,0,0,0 +504817,0,0,0,0,0 +504818,0,0,0,0,0 +504819,0,0,0,0,0 +504820,0,0,0,0,0 +504821,0,0,0,0,0 +504822,0,0,0,0,0 +504823,0,0,0,0,0 +504824,0,0,0,0,0 +504825,0,0,0,0,0 +504826,0,0,0,0,0 +504827,0,0,0,0,0 +504828,0,0,0,0,0 +504829,0,0,0,0,0 +504830,0,0,0,0,0 +504831,0,0,0,0,0 +504832,0,0,0,0,0 +504833,0,0,0,0,0 +504834,0,0,0,0,0 +504835,0,0,0,0,0 +504836,0,0,0,0,0 +504837,0,0,0,0,0 +504838,0,0,0,0,0 +504839,0,0,0,0,0 +504840,0,0,0,0,0 +504841,0,0,0,0,0 +504842,0,0,0,0,0 +504843,0,0,0,0,0 +504844,0,0,0,0,0 +504845,0,0,0,0,0 +504846,0,0,0,0,0 +504847,0,0,0,0,0 +504848,0,0,0,0,0 +504849,0,0,0,0,0 +504850,0,0,0,0,0 +504851,0,0,0,0,0 +504852,0,0,0,0,0 +504853,0,0,0,0,0 +504854,0,0,0,0,0 +504855,0,0,0,0,0 +504856,0,0,0,0,0 +504857,0,0,0,0,0 +504858,0,0,0,0,0 +504859,0,0,0,0,0 +504860,0,0,0,0,0 +504861,0,0,0,0,0 +504862,0,0,0,0,0 +504863,0,0,0,0,0 +504864,0,0,0,0,0 +504865,0,0,0,0,0 +504866,0,0,0,0,0 +504867,0,0,0,0,0 +504868,0,0,0,0,0 +504869,0,0,0,0,0 +504870,0,0,0,0,0 +504871,0,0,0,0,0 +504872,0,0,0,0,0 +504873,0,0,0,0,0 +504874,0,0,0,0,0 +504875,0,0,0,0,0 +504876,0,0,0,0,0 +504877,0,0,0,0,0 +504878,0,0,0,0,0 +504879,0,0,0,0,0 +504880,0,0,0,0,0 +504881,0,0,0,0,0 +504882,0,0,0,0,0 +504883,0,0,0,0,0 +504884,0,0,0,0,0 +504885,0,0,0,0,0 +504886,0,0,0,0,0 +504887,0,0,0,0,0 +504888,0,0,0,0,0 +504889,0,0,0,0,0 +504890,0,0,0,0,0 +504891,0,0,0,0,0 +504892,0,0,0,0,0 +504893,0,0,0,0,0 +504894,0,0,0,0,0 +504895,0,0,0,0,0 +504896,0,0,0,0,0 +504897,0,0,0,0,0 +504898,0,0,0,0,0 +504899,0,0,0,0,0 +504900,0,0,0,0,0 +504901,0,0,0,0,0 +504902,0,0,0,0,0 +504903,0,0,0,0,0 +504904,0,0,0,0,0 +504905,0,0,0,0,0 +504906,0,0,0,0,0 +504907,0,0,0,0,0 +504908,0,0,0,0,0 +504909,0,0,0,0,0 +504910,0,0,0,0,0 +504911,0,0,0,0,0 +504912,0,0,0,0,0 +504913,0,0,0,0,0 +504914,0,0,0,0,0 +504915,0,0,0,0,0 +504916,0,0,0,0,0 +504917,0,0,0,0,0 +504918,0,0,0,0,0 +504919,0,0,0,0,0 +504920,0,0,0,0,0 +504921,0,0,0,0,0 +504922,0,0,0,0,0 +504923,0,0,0,0,0 +504924,0,0,0,0,0 +504925,0,0,0,0,0 +504926,0,0,0,0,0 +504927,0,0,0,0,0 +504928,0,0,0,0,0 +504929,0,0,0,0,0 +504930,0,0,0,0,0 +504931,0,0,0,0,0 +504932,0,0,0,0,0 +504933,0,0,0,0,0 +504934,0,0,0,0,0 +504935,0,0,0,0,0 +504936,0,0,0,0,0 +504937,0,0,0,0,0 +504938,0,0,0,0,0 +504939,0,0,0,0,0 +504940,0,0,0,0,0 +504941,0,0,0,0,0 +504942,0,0,0,0,0 +504943,0,0,0,0,0 +504944,0,0,0,0,0 +504945,0,0,0,0,0 +504946,0,0,0,0,0 +504947,0,0,0,0,0 +504948,0,0,0,0,0 +504949,0,0,0,0,0 +504950,0,0,0,0,0 +504951,0,0,0,0,0 +504952,0,0,0,0,0 +504953,0,0,0,0,0 +504954,0,0,0,0,0 +504955,0,0,0,0,0 +504956,0,0,0,0,0 +504957,0,0,0,0,0 +504958,0,0,0,0,0 +504959,0,0,0,0,0 +504960,0,0,0,0,0 +504961,0,0,0,0,0 +504962,0,0,0,0,0 +504963,0,0,0,0,0 +504964,0,0,0,0,0 +504965,0,0,0,0,0 +504966,0,0,0,0,0 +504967,0,0,0,0,0 +504968,0,0,0,0,0 +504969,0,0,0,0,0 +504970,0,0,0,0,0 +504971,0,0,0,0,0 +504972,0,0,0,0,0 +504973,0,0,0,0,0 +504974,0,0,0,0,0 +504975,0,0,0,0,0 +504976,0,0,0,0,0 +504977,0,0,0,0,0 +504978,0,0,0,0,0 +504979,0,0,0,0,0 +504980,0,0,0,0,0 +504981,0,0,0,0,0 +504982,0,0,0,0,0 +504983,0,0,0,0,0 +504984,0,0,0,0,0 +504985,0,0,0,0,0 +504986,0,0,0,0,0 +504987,0,0,0,0,0 +504988,0,0,0,0,0 +504989,0,0,0,0,0 +504990,0,0,0,0,0 +504991,0,0,0,0,0 +504992,0,0,0,0,0 +504993,0,0,0,0,0 +504994,0,0,0,0,0 +504995,0,0,0,0,0 +504996,0,0,0,0,0 +504997,0,0,0,0,0 +504998,0,0,0,0,0 +504999,0,0,0,0,0 +505000,0,0,0,0,0 +505001,0,0,0,0,0 +505002,0,0,0,0,0 +505003,0,0,0,0,0 +505004,0,0,0,0,0 +505005,0,0,0,0,0 +505006,0,0,0,0,0 +505007,0,0,0,0,0 +505008,0,0,0,0,0 +505009,0,0,0,0,0 +505010,0,0,0,0,0 +505011,0,0,0,0,0 +505012,0,0,0,0,0 +505013,0,0,0,0,0 +505014,0,0,0,0,0 +505015,0,0,0,0,0 +505016,0,0,0,0,0 +505017,0,0,0,0,0 +505018,0,0,0,0,0 +505019,0,0,0,0,0 +505020,0,0,0,0,0 +505021,0,0,0,0,0 +505022,0,0,0,0,0 +505023,0,0,0,0,0 +505024,0,0,0,0,0 +505025,0,0,0,0,0 +505026,0,0,0,0,0 +505027,0,0,0,0,0 +505028,0,0,0,0,0 +505029,0,0,0,0,0 +505030,0,0,0,0,0 +505031,0,0,0,0,0 +505032,0,0,0,0,0 +505033,0,0,0,0,0 +505034,0,0,0,0,0 +505035,0,0,0,0,0 +505036,0,0,0,0,0 +505037,0,0,0,0,0 +505038,0,0,0,0,0 +505039,0,0,0,0,0 +505040,0,0,0,0,0 +505041,0,0,0,0,0 +505042,0,0,0,0,0 +505043,0,0,0,0,0 +505044,0,0,0,0,0 +505045,0,0,0,0,0 +505046,0,0,0,0,0 +505047,0,0,0,0,0 +505048,0,0,0,0,0 +505049,0,0,0,0,0 +505050,0,0,0,0,0 +505051,0,0,0,0,0 +505052,0,0,0,0,0 +505053,0,0,0,0,0 +505054,0,0,0,0,0 +505055,0,0,0,0,0 +505056,0,0,0,0,0 +505057,0,0,0,0,0 +505058,0,0,0,0,0 +505059,0,0,0,0,0 +505060,0,0,0,0,0 +505061,0,0,0,0,0 +505062,0,0,0,0,0 +505063,0,0,0,0,0 +505064,0,0,0,0,0 +505065,0,0,0,0,0 +505066,0,0,0,0,0 +505067,0,0,0,0,0 +505068,0,0,0,0,0 +505069,0,0,0,0,0 +505070,0,0,0,0,0 +505071,0,0,0,0,0 +505072,0,0,0,0,0 +505073,0,0,0,0,0 +505074,0,0,0,0,0 +505075,0,0,0,0,0 +505076,0,0,0,0,0 +505077,0,0,0,0,0 +505078,0,0,0,0,0 +505079,0,0,0,0,0 +505080,0,0,0,0,0 +505081,0,0,0,0,0 +505082,0,0,0,0,0 +505083,0,0,0,0,0 +505084,0,0,0,0,0 +505085,0,0,0,0,0 +505086,0,0,0,0,0 +505087,0,0,0,0,0 +505088,0,0,0,0,0 +505089,0,0,0,0,0 +505090,0,0,0,0,0 +505091,0,0,0,0,0 +505092,0,0,0,0,0 +505093,0,0,0,0,0 +505094,0,0,0,0,0 +505095,0,0,0,0,0 +505096,0,0,0,0,0 +505097,0,0,0,0,0 +505098,0,0,0,0,0 +505099,0,0,0,0,0 +505100,0,0,0,0,0 +505101,0,0,0,0,0 +505102,0,0,0,0,0 +505103,0,0,0,0,0 +505104,0,0,0,0,0 +505105,0,0,0,0,0 +505106,0,0,0,0,0 +505107,0,0,0,0,0 +505108,0,0,0,0,0 +505109,0,0,0,0,0 +505110,0,0,0,0,0 +505111,0,0,0,0,0 +505112,0,0,0,0,0 +505113,0,0,0,0,0 +505114,0,0,0,0,0 +505115,0,0,0,0,0 +505116,0,0,0,0,0 +505117,0,0,0,0,0 +505118,0,0,0,0,0 +505119,0,0,0,0,0 +505120,0,0,0,0,0 +505121,0,0,0,0,0 +505122,0,0,0,0,0 +505123,0,0,0,0,0 +505124,0,0,0,0,0 +505125,0,0,0,0,0 +505126,0,0,0,0,0 +505127,0,0,0,0,0 +505128,0,0,0,0,0 +505129,0,0,0,0,0 +505130,0,0,0,0,0 +505131,0,0,0,0,0 +505132,0,0,0,0,0 +505133,0,0,0,0,0 +505134,0,0,0,0,0 +505135,0,0,0,0,0 +505136,0,0,0,0,0 +505137,0,0,0,0,0 +505138,0,0,0,0,0 +505139,0,0,0,0,0 +505140,0,0,0,0,0 +505141,0,0,0,0,0 +505142,0,0,0,0,0 +505143,0,0,0,0,0 +505144,0,0,0,0,0 +505145,0,0,0,0,0 +505146,0,0,0,0,0 +505147,0,0,0,0,0 +505148,0,0,0,0,0 +505149,0,0,0,0,0 +505150,0,0,0,0,0 +505151,0,0,0,0,0 +505152,0,0,0,0,0 +505153,0,0,0,0,0 +505154,0,0,0,0,0 +505155,0,0,0,0,0 +505156,0,0,0,0,0 +505157,0,0,0,0,0 +505158,0,0,0,0,0 +505159,0,0,0,0,0 +505160,0,0,0,0,0 +505161,0,0,0,0,0 +505162,0,0,0,0,0 +505163,0,0,0,0,0 +505164,0,0,0,0,0 +505165,0,0,0,0,0 +505166,0,0,0,0,0 +505167,0,0,0,0,0 +505168,0,0,0,0,0 +505169,0,0,0,0,0 +505170,0,0,0,0,0 +505171,0,0,0,0,0 +505172,0,0,0,0,0 +505173,0,0,0,0,0 +505174,0,0,0,0,0 +505175,0,0,0,0,0 +505176,0,0,0,0,0 +505177,0,0,0,0,0 +505178,0,0,0,0,0 +505179,0,0,0,0,0 +505180,0,0,0,0,0 +505181,0,0,0,0,0 +505182,0,0,0,0,0 +505183,0,0,0,0,0 +505184,0,0,0,0,0 +505185,0,0,0,0,0 +505186,0,0,0,0,0 +505187,0,0,0,0,0 +505188,0,0,0,0,0 +505189,0,0,0,0,0 +505190,0,0,0,0,0 +505191,0,0,0,0,0 +505192,0,0,0,0,0 +505193,0,0,0,0,0 +505194,0,0,0,0,0 +505195,0,0,0,0,0 +505196,0,0,0,0,0 +505197,0,0,0,0,0 +505198,0,0,0,0,0 +505199,0,0,0,0,0 +505200,0,0,0,0,0 +505201,0,0,0,0,0 +505202,0,0,0,0,0 +505203,0,0,0,0,0 +505204,0,0,0,0,0 +505205,0,0,0,0,0 +505206,0,0,0,0,0 +505207,0,0,0,0,0 +505208,0,0,0,0,0 +505209,0,0,0,0,0 +505210,0,0,0,0,0 +505211,0,0,0,0,0 +505212,0,0,0,0,0 +505213,0,0,0,0,0 +505214,0,0,0,0,0 +505215,0,0,0,0,0 +505216,0,0,0,0,0 +505217,0,0,0,0,0 +505218,0,0,0,0,0 +505219,0,0,0,0,0 +505220,0,0,0,0,0 +505221,0,0,0,0,0 +505222,0,0,0,0,0 +505223,0,0,0,0,0 +505224,0,0,0,0,0 +505225,0,0,0,0,0 +505226,0,0,0,0,0 +505227,0,0,0,0,0 +505228,0,0,0,0,0 +505229,0,0,0,0,0 +505230,0,0,0,0,0 +505231,0,0,0,0,0 +505232,0,0,0,0,0 +505233,0,0,0,0,0 +505234,0,0,0,0,0 +505235,0,0,0,0,0 +505236,0,0,0,0,0 +505237,0,0,0,0,0 +505238,0,0,0,0,0 +505239,0,0,0,0,0 +505240,0,0,0,0,0 +505241,0,0,0,0,0 +505242,0,0,0,0,0 +505243,0,0,0,0,0 +505244,0,0,0,0,0 +505245,0,0,0,0,0 +505246,0,0,0,0,0 +505247,0,0,0,0,0 +505248,0,0,0,0,0 +505249,0,0,0,0,0 +505250,0,0,0,0,0 +505251,0,0,0,0,0 +505252,0,0,0,0,0 +505253,0,0,0,0,0 +505254,0,0,0,0,0 +505255,0,0,0,0,0 +505256,0,0,0,0,0 +505257,0,0,0,0,0 +505258,0,0,0,0,0 +505259,0,0,0,0,0 +505260,0,0,0,0,0 +505261,0,0,0,0,0 +505262,0,0,0,0,0 +505263,0,0,0,0,0 +505264,0,0,0,0,0 +505265,0,0,0,0,0 +505266,0,0,0,0,0 +505267,0,0,0,0,0 +505268,0,0,0,0,0 +505269,0,0,0,0,0 +505270,0,0,0,0,0 +505271,0,0,0,0,0 +505272,0,0,0,0,0 +505273,0,0,0,0,0 +505274,0,0,0,0,0 +505275,0,0,0,0,0 +505276,0,0,0,0,0 +505277,0,0,0,0,0 +505278,0,0,0,0,0 +505279,0,0,0,0,0 +505280,0,0,0,0,0 +505281,0,0,0,0,0 +505282,0,0,0,0,0 +505283,0,0,0,0,0 +505284,0,0,0,0,0 +505285,0,0,0,0,0 +505286,0,0,0,0,0 +505287,0,0,0,0,0 +505288,0,0,0,0,0 +505289,0,0,0,0,0 +505290,0,0,0,0,0 +505291,0,0,0,0,0 +505292,0,0,0,0,0 +505293,0,0,0,0,0 +505294,0,0,0,0,0 +505295,0,0,0,0,0 +505296,0,0,0,0,0 +505297,0,0,0,0,0 +505298,0,0,0,0,0 +505299,0,0,0,0,0 +505300,0,0,0,0,0 +505301,0,0,0,0,0 +505302,0,0,0,0,0 +505303,0,0,0,0,0 +505304,0,0,0,0,0 +505305,0,0,0,0,0 +505306,0,0,0,0,0 +505307,0,0,0,0,0 +505308,0,0,0,0,0 +505309,0,0,0,0,0 +505310,0,0,0,0,0 +505311,0,0,0,0,0 +505312,0,0,0,0,0 +505313,0,0,0,0,0 +505314,0,0,0,0,0 +505315,0,0,0,0,0 +505316,0,0,0,0,0 +505317,0,0,0,0,0 +505318,0,0,0,0,0 +505319,0,0,0,0,0 +505320,0,0,0,0,0 +505321,0,0,0,0,0 +505322,0,0,0,0,0 +505323,0,0,0,0,0 +505324,0,0,0,0,0 +505325,0,0,0,0,0 +505326,0,0,0,0,0 +505327,0,0,0,0,0 +505328,0,0,0,0,0 +505329,0,0,0,0,0 +505330,0,0,0,0,0 +505331,0,0,0,0,0 +505332,0,0,0,0,0 +505333,0,0,0,0,0 +505334,0,0,0,0,0 +505335,0,0,0,0,0 +505336,0,0,0,0,0 +505337,0,0,0,0,0 +505338,0,0,0,0,0 +505339,0,0,0,0,0 +505340,0,0,0,0,0 +505341,0,0,0,0,0 +505342,0,0,0,0,0 +505343,0,0,0,0,0 +505344,0,0,0,0,0 +505345,0,0,0,0,0 +505346,0,0,0,0,0 +505347,0,0,0,0,0 +505348,0,0,0,0,0 +505349,0,0,0,0,0 +505350,0,0,0,0,0 +505351,0,0,0,0,0 +505352,0,0,0,0,0 +505353,0,0,0,0,0 +505354,0,0,0,0,0 +505355,0,0,0,0,0 +505356,0,0,0,0,0 +505357,0,0,0,0,0 +505358,0,0,0,0,0 +505359,0,0,0,0,0 +505360,0,0,0,0,0 +505361,0,0,0,0,0 +505362,0,0,0,0,0 +505363,0,0,0,0,0 +505364,0,0,0,0,0 +505365,0,0,0,0,0 +505366,0,0,0,0,0 +505367,0,0,0,0,0 +505368,0,0,0,0,0 +505369,0,0,0,0,0 +505370,0,0,0,0,0 +505371,0,0,0,0,0 +505372,0,0,0,0,0 +505373,0,0,0,0,0 +505374,0,0,0,0,0 +505375,0,0,0,0,0 +505376,0,0,0,0,0 +505377,0,0,0,0,0 +505378,0,0,0,0,0 +505379,0,0,0,0,0 +505380,0,0,0,0,0 +505381,0,0,0,0,0 +505382,0,0,0,0,0 +505383,0,0,0,0,0 +505384,0,0,0,0,0 +505385,0,0,0,0,0 +505386,0,0,0,0,0 +505387,0,0,0,0,0 +505388,0,0,0,0,0 +505389,0,0,0,0,0 +505390,0,0,0,0,0 +505391,0,0,0,0,0 +505392,0,0,0,0,0 +505393,0,0,0,0,0 +505394,0,0,0,0,0 +505395,0,0,0,0,0 +505396,0,0,0,0,0 +505397,0,0,0,0,0 +505398,0,0,0,0,0 +505399,0,0,0,0,0 +505400,0,0,0,0,0 +505401,0,0,0,0,0 +505402,0,0,0,0,0 +505403,0,0,0,0,0 +505404,0,0,0,0,0 +505405,0,0,0,0,0 +505406,0,0,0,0,0 +505407,0,0,0,0,0 +505408,0,0,0,0,0 +505409,0,0,0,0,0 +505410,0,0,0,0,0 +505411,0,0,0,0,0 +505412,0,0,0,0,0 +505413,0,0,0,0,0 +505414,0,0,0,0,0 +505415,0,0,0,0,0 +505416,0,0,0,0,0 +505417,0,0,0,0,0 +505418,0,0,0,0,0 +505419,0,0,0,0,0 +505420,0,0,0,0,0 +505421,0,0,0,0,0 +505422,0,0,0,0,0 +505423,0,0,0,0,0 +505424,0,0,0,0,0 +505425,0,0,0,0,0 +505426,0,0,0,0,0 +505427,0,0,0,0,0 +505428,0,0,0,0,0 +505429,0,0,0,0,0 +505430,0,0,0,0,0 +505431,0,0,0,0,0 +505432,0,0,0,0,0 +505433,0,0,0,0,0 +505434,0,0,0,0,0 +505435,0,0,0,0,0 +505436,0,0,0,0,0 +505437,0,0,0,0,0 +505438,0,0,0,0,0 +505439,0,0,0,0,0 +505440,0,0,0,0,0 +505441,0,0,0,0,0 +505442,0,0,0,0,0 +505443,0,0,0,0,0 +505444,0,0,0,0,0 +505445,0,0,0,0,0 +505446,0,0,0,0,0 +505447,0,0,0,0,0 +505448,0,0,0,0,0 +505449,0,0,0,0,0 +505450,0,0,0,0,0 +505451,0,0,0,0,0 +505452,0,0,0,0,0 +505453,0,0,0,0,0 +505454,0,0,0,0,0 +505455,0,0,0,0,0 +505456,0,0,0,0,0 +505457,0,0,0,0,0 +505458,0,0,0,0,0 +505459,0,0,0,0,0 +505460,0,0,0,0,0 +505461,0,0,0,0,0 +505462,0,0,0,0,0 +505463,0,0,0,0,0 +505464,0,0,0,0,0 +505465,0,0,0,0,0 +505466,0,0,0,0,0 +505467,0,0,0,0,0 +505468,0,0,0,0,0 +505469,0,0,0,0,0 +505470,0,0,0,0,0 +505471,0,0,0,0,0 +505472,0,0,0,0,0 +505473,0,0,0,0,0 +505474,0,0,0,0,0 +505475,0,0,0,0,0 +505476,0,0,0,0,0 +505477,0,0,0,0,0 +505478,0,0,0,0,0 +505479,0,0,0,0,0 +505480,0,0,0,0,0 +505481,0,0,0,0,0 +505482,0,0,0,0,0 +505483,0,0,0,0,0 +505484,0,0,0,0,0 +505485,0,0,0,0,0 +505486,0,0,0,0,0 +505487,0,0,0,0,0 +505488,0,0,0,0,0 +505489,0,0,0,0,0 +505490,0,0,0,0,0 +505491,0,0,0,0,0 +505492,0,0,0,0,0 +505493,0,0,0,0,0 +505494,0,0,0,0,0 +505495,0,0,0,0,0 +505496,0,0,0,0,0 +505497,0,0,0,0,0 +505498,0,0,0,0,0 +505499,0,0,0,0,0 +505500,0,0,0,0,0 +505501,0,0,0,0,0 +505502,0,0,0,0,0 +505503,0,0,0,0,0 +505504,0,0,0,0,0 +505505,0,0,0,0,0 +505506,0,0,0,0,0 +505507,0,0,0,0,0 +505508,0,0,0,0,0 +505509,0,0,0,0,0 +505510,0,0,0,0,0 +505511,0,0,0,0,0 +505512,0,0,0,0,0 +505513,0,0,0,0,0 +505514,0,0,0,0,0 +505515,0,0,0,0,0 +505516,0,0,0,0,0 +505517,0,0,0,0,0 +505518,0,0,0,0,0 +505519,0,0,0,0,0 +505520,0,0,0,0,0 +505521,0,0,0,0,0 +505522,0,0,0,0,0 +505523,0,0,0,0,0 +505524,0,0,0,0,0 +505525,0,0,0,0,0 +505526,0,0,0,0,0 +505527,0,0,0,0,0 +505528,0,0,0,0,0 +505529,0,0,0,0,0 +505530,0,0,0,0,0 +505531,0,0,0,0,0 +505532,0,0,0,0,0 +505533,0,0,0,0,0 +505534,0,0,0,0,0 +505535,0,0,0,0,0 +505536,0,0,0,0,0 +505537,0,0,0,0,0 +505538,0,0,0,0,0 +505539,0,0,0,0,0 +505540,0,0,0,0,0 +505541,0,0,0,0,0 +505542,0,0,0,0,0 +505543,0,0,0,0,0 +505544,0,0,0,0,0 +505545,0,0,0,0,0 +505546,0,0,0,0,0 +505547,0,0,0,0,0 +505548,0,0,0,0,0 +505549,0,0,0,0,0 +505550,0,0,0,0,0 +505551,0,0,0,0,0 +505552,0,0,0,0,0 +505553,0,0,0,0,0 +505554,0,0,0,0,0 +505555,0,0,0,0,0 +505556,0,0,0,0,0 +505557,0,0,0,0,0 +505558,0,0,0,0,0 +505559,0,0,0,0,0 +505560,0,0,0,0,0 +505561,0,0,0,0,0 +505562,0,0,0,0,0 +505563,0,0,0,0,0 +505564,0,0,0,0,0 +505565,0,0,0,0,0 +505566,0,0,0,0,0 +505567,0,0,0,0,0 +505568,0,0,0,0,0 +505569,0,0,0,0,0 +505570,0,0,0,0,0 +505571,0,0,0,0,0 +505572,0,0,0,0,0 +505573,0,0,0,0,0 +505574,0,0,0,0,0 +505575,0,0,0,0,0 +505576,0,0,0,0,0 +505577,0,0,0,0,0 +505578,0,0,0,0,0 +505579,0,0,0,0,0 +505580,0,0,0,0,0 +505581,0,0,0,0,0 +505582,0,0,0,0,0 +505583,0,0,0,0,0 +505584,0,0,0,0,0 +505585,0,0,0,0,0 +505586,0,0,0,0,0 +505587,0,0,0,0,0 +505588,0,0,0,0,0 +505589,0,0,0,0,0 +505590,0,0,0,0,0 +505591,0,0,0,0,0 +505592,0,0,0,0,0 +505593,0,0,0,0,0 +505594,0,0,0,0,0 +505595,0,0,0,0,0 +505596,0,0,0,0,0 +505597,0,0,0,0,0 +505598,0,0,0,0,0 +505599,0,0,0,0,0 +505600,0,0,0,0,0 +505601,0,0,0,0,0 +505602,0,0,0,0,0 +505603,0,0,0,0,0 +505604,0,0,0,0,0 +505605,0,0,0,0,0 +505606,0,0,0,0,0 +505607,0,0,0,0,0 +505608,0,0,0,0,0 +505609,0,0,0,0,0 +505610,0,0,0,0,0 +505611,0,0,0,0,0 +505612,0,0,0,0,0 +505613,0,0,0,0,0 +505614,0,0,0,0,0 +505615,0,0,0,0,0 +505616,0,0,0,0,0 +505617,0,0,0,0,0 +505618,0,0,0,0,0 +505619,0,0,0,0,0 +505620,0,0,0,0,0 +505621,0,0,0,0,0 +505622,0,0,0,0,0 +505623,0,0,0,0,0 +505624,0,0,0,0,0 +505625,0,0,0,0,0 +505626,0,0,0,0,0 +505627,0,0,0,0,0 +505628,0,0,0,0,0 +505629,0,0,0,0,0 +505630,0,0,0,0,0 +505631,0,0,0,0,0 +505632,0,0,0,0,0 +505633,0,0,0,0,0 +505634,0,0,0,0,0 +505635,0,0,0,0,0 +505636,0,0,0,0,0 +505637,0,0,0,0,0 +505638,0,0,0,0,0 +505639,0,0,0,0,0 +505640,0,0,0,0,0 +505641,0,0,0,0,0 +505642,0,0,0,0,0 +505643,0,0,0,0,0 +505644,0,0,0,0,0 +505645,0,0,0,0,0 +505646,0,0,0,0,0 +505647,0,0,0,0,0 +505648,0,0,0,0,0 +505649,0,0,0,0,0 +505650,0,0,0,0,0 +505651,0,0,0,0,0 +505652,0,0,0,0,0 +505653,0,0,0,0,0 +505654,0,0,0,0,0 +505655,0,0,0,0,0 +505656,0,0,0,0,0 +505657,0,0,0,0,0 +505658,0,0,0,0,0 +505659,0,0,0,0,0 +505660,0,0,0,0,0 +505661,0,0,0,0,0 +505662,0,0,0,0,0 +505663,0,0,0,0,0 +505664,0,0,0,0,0 +505665,0,0,0,0,0 +505666,0,0,0,0,0 +505667,0,0,0,0,0 +505668,0,0,0,0,0 +505669,0,0,0,0,0 +505670,0,0,0,0,0 +505671,0,0,0,0,0 +505672,0,0,0,0,0 +505673,0,0,0,0,0 +505674,0,0,0,0,0 +505675,0,0,0,0,0 +505676,0,0,0,0,0 +505677,0,0,0,0,0 +505678,0,0,0,0,0 +505679,0,0,0,0,0 +505680,0,0,0,0,0 +505681,0,0,0,0,0 +505682,0,0,0,0,0 +505683,0,0,0,0,0 +505684,0,0,0,0,0 +505685,0,0,0,0,0 +505686,0,0,0,0,0 +505687,0,0,0,0,0 +505688,0,0,0,0,0 +505689,0,0,0,0,0 +505690,0,0,0,0,0 +505691,0,0,0,0,0 +505692,0,0,0,0,0 +505693,0,0,0,0,0 +505694,0,0,0,0,0 +505695,0,0,0,0,0 +505696,0,0,0,0,0 +505697,0,0,0,0,0 +505698,0,0,0,0,0 +505699,0,0,0,0,0 +505700,0,0,0,0,0 +505701,0,0,0,0,0 +505702,0,0,0,0,0 +505703,0,0,0,0,0 +505704,0,0,0,0,0 +505705,0,0,0,0,0 +505706,0,0,0,0,0 +505707,0,0,0,0,0 +505708,0,0,0,0,0 +505709,0,0,0,0,0 +505710,0,0,0,0,0 +505711,0,0,0,0,0 +505712,0,0,0,0,0 +505713,0,0,0,0,0 +505714,0,0,0,0,0 +505715,0,0,0,0,0 +505716,0,0,0,0,0 +505717,0,0,0,0,0 +505718,0,0,0,0,0 +505719,0,0,0,0,0 +505720,0,0,0,0,0 +505721,0,0,0,0,0 +505722,0,0,0,0,0 +505723,0,0,0,0,0 +505724,0,0,0,0,0 +505725,0,0,0,0,0 +505726,0,0,0,0,0 +505727,0,0,0,0,0 +505728,0,0,0,0,0 +505729,0,0,0,0,0 +505730,0,0,0,0,0 +505731,0,0,0,0,0 +505732,0,0,0,0,0 +505733,0,0,0,0,0 +505734,0,0,0,0,0 +505735,0,0,0,0,0 +505736,0,0,0,0,0 +505737,0,0,0,0,0 +505738,0,0,0,0,0 +505739,0,0,0,0,0 +505740,0,0,0,0,0 +505741,0,0,0,0,0 +505742,0,0,0,0,0 +505743,0,0,0,0,0 +505744,0,0,0,0,0 +505745,0,0,0,0,0 +505746,0,0,0,0,0 +505747,0,0,0,0,0 +505748,0,0,0,0,0 +505749,0,0,0,0,0 +505750,0,0,0,0,0 +505751,0,0,0,0,0 +505752,0,0,0,0,0 +505753,0,0,0,0,0 +505754,0,0,0,0,0 +505755,0,0,0,0,0 +505756,0,0,0,0,0 +505757,0,0,0,0,0 +505758,0,0,0,0,0 +505759,0,0,0,0,0 +505760,0,0,0,0,0 +505761,0,0,0,0,0 +505762,0,0,0,0,0 +505763,0,0,0,0,0 +505764,0,0,0,0,0 +505765,0,0,0,0,0 +505766,0,0,0,0,0 +505767,0,0,0,0,0 +505768,0,0,0,0,0 +505769,0,0,0,0,0 +505770,0,0,0,0,0 +505771,0,0,0,0,0 +505772,0,0,0,0,0 +505773,0,0,0,0,0 +505774,0,0,0,0,0 +505775,0,0,0,0,0 +505776,0,0,0,0,0 +505777,0,0,0,0,0 +505778,0,0,0,0,0 +505779,0,0,0,0,0 +505780,0,0,0,0,0 +505781,0,0,0,0,0 +505782,0,0,0,0,0 +505783,0,0,0,0,0 +505784,0,0,0,0,0 +505785,0,0,0,0,0 +505786,0,0,0,0,0 +505787,0,0,0,0,0 +505788,0,0,0,0,0 +505789,0,0,0,0,0 +505790,0,0,0,0,0 +505791,0,0,0,0,0 +505792,0,0,0,0,0 +505793,0,0,0,0,0 +505794,0,0,0,0,0 +505795,0,0,0,0,0 +505796,0,0,0,0,0 +505797,0,0,0,0,0 +505798,0,0,0,0,0 +505799,0,0,0,0,0 +505800,0,0,0,0,0 +505801,0,0,0,0,0 +505802,0,0,0,0,0 +505803,0,0,0,0,0 +505804,0,0,0,0,0 +505805,0,0,0,0,0 +505806,0,0,0,0,0 +505807,0,0,0,0,0 +505808,0,0,0,0,0 +505809,0,0,0,0,0 +505810,0,0,0,0,0 +505811,0,0,0,0,0 +505812,0,0,0,0,0 +505813,0,0,0,0,0 +505814,0,0,0,0,0 +505815,0,0,0,0,0 +505816,0,0,0,0,0 +505817,0,0,0,0,0 +505818,0,0,0,0,0 +505819,0,0,0,0,0 +505820,0,0,0,0,0 +505821,0,0,0,0,0 +505822,0,0,0,0,0 +505823,0,0,0,0,0 +505824,0,0,0,0,0 +505825,0,0,0,0,0 +505826,0,0,0,0,0 +505827,0,0,0,0,0 +505828,0,0,0,0,0 +505829,0,0,0,0,0 +505830,0,0,0,0,0 +505831,0,0,0,0,0 +505832,0,0,0,0,0 +505833,0,0,0,0,0 +505834,0,0,0,0,0 +505835,0,0,0,0,0 +505836,0,0,0,0,0 +505837,0,0,0,0,0 +505838,0,0,0,0,0 +505839,0,0,0,0,0 +505840,0,0,0,0,0 +505841,0,0,0,0,0 +505842,0,0,0,0,0 +505843,0,0,0,0,0 +505844,0,0,0,0,0 +505845,0,0,0,0,0 +505846,0,0,0,0,0 +505847,0,0,0,0,0 +505848,0,0,0,0,0 +505849,0,0,0,0,0 +505850,0,0,0,0,0 +505851,0,0,0,0,0 +505852,0,0,0,0,0 +505853,0,0,0,0,0 +505854,0,0,0,0,0 +505855,0,0,0,0,0 +505856,0,0,0,0,0 +505857,0,0,0,0,0 +505858,0,0,0,0,0 +505859,0,0,0,0,0 +505860,0,0,0,0,0 +505861,-519.702139,-279.5496805,-492.2600169,-279.5150498,1480.374675 +505862,-1142.16428,-460.8956337,-1111.403385,-460.8612672,305.3752247 +505863,-287.4056877,-101.7496442,-265.9433632,-101.7161496,1525.977378 +505864,-543.597774,-209.5271182,-519.3850141,-209.4952518,1213.037298 +505865,-772.9255426,-302.7990459,-746.2909549,-302.768687,920.2649933 +505866,-974.3762306,-382.6054344,-941.4906429,-382.5763495,649.7001568 +505867,-1365.91754,-562.9769781,-1334.167371,-562.9488196,-142.2821067 +505868,-1019.436761,-406.4516474,-987.9346562,-406.4242659,461.149429 +505869,-1148.047729,-463.8737536,-1115.329919,-463.8472538,285.8211601 +505870,-1241.619572,-506.2708653,-1208.29018,-506.2452033,139.0597769 +505871,-1302.859672,-534.4070503,-1269.258793,-534.3821708,31.35783212 +505872,-1336.971904,-550.401319,-1303.273359,-550.3771705,-37.0144545 +505873,-1351.466172,-557.543092,-1317.740006,-557.5196389,-73.58661215 +505874,-1354.103444,-559.2999582,-1320.365139,-559.2771795,-89.13948436 +505875,-1351.001844,-558.42325,-1317.245065,-558.4011334,-93.34233752 +505876,-1345.53691,-556.431853,-1311.7506,-556.4103886,-91.90706905 +505877,-1339.127381,-554.121263,-1305.650449,-554.1004405,-88.08753668 +505878,-1332.588284,-551.8575876,-1299.3968,-551.8373949,-83.55376112 +505879,-1326.353339,-549.7159851,-1293.349427,-549.6964427,-79.08475137 +505880,-1320.608406,-547.7204241,-1287.720912,-547.7015311,-74.99833354 +505881,-1315.395509,-545.8809895,-1282.587363,-545.8627264,-71.38900294 +505882,-1310.686631,-544.1959322,-1277.939449,-544.1782726,-68.25046208 +505883,-1306.427596,-542.6536856,-1273.73001,-542.6366034,-65.53607693 +505884,-1302.559585,-541.2374729,-1269.902459,-541.2209444,-63.18726026 +505885,-1299.02792,-539.9295752,-1266.403288,-539.9135788,-61.14624959 +505886,-1295.784536,-538.7136877,-1263.185631,-538.698203,-59.36096604 +505887,-1292.78828,-537.575828,-1260.209576,-537.560836,-57.78664321 +505888,-1290.004189,-536.5042964,-1257.441274,-536.4897787,-56.38553666 +505889,-1287.402803,-535.4894314,-1254.852178,-535.4753708,-55.12633276 +505890,-1284.959318,-534.5232449,-1252.418199,-534.5096246,-53.98317718 +505891,-1282.652913,-533.5991439,-1250.119069,-533.5859481,-52.93483373 +505892,-1280.445363,-530.5714616,-1247.892821,-532.687699,-51.97448542 +505893,-1278.313938,-526.2025146,-1245.721698,-531.805935,-51.09874643 +505894,-1369.788471,-564.8730115,-1337.75473,-574.3403684,-255.6894196 +505895,-1298.16835,-529.7082042,-1266.867378,-542.9541041,-174.4094766 +505896,-1114.4058,-442.2063895,-1082.765903,-459.0536443,172.556612 +505897,-1173.041658,-464.5271043,-1140.672101,-484.841394,101.904945 +505898,-1215.070762,-479.8701896,-1182.329746,-503.5749449,41.36623303 +505899,-1240.909632,-488.0914448,-1207.981612,-515.1480384,0.013503026 +505900,-1254.632021,-490.9004086,-1221.606433,-521.2906421,-24.38667591 +505901,-1260.702598,-490.2719564,-1227.617444,-523.9892856,-37.17637666 +505902,-1262.504174,-487.7212521,-1229.372641,-524.7676515,-43.126836 +505903,-1262.135666,-484.1885793,-1228.959946,-524.5735453,-45.43463487 +505904,-1260.741525,-480.1841019,-1227.520867,-523.9239412,-45.93533236 +505905,-1258.898454,-475.9611575,-1225.631766,-523.0780726,-45.58963582 +505906,-1349.947798,-514.8193147,-1317.240081,-565.3402542,-249.1827988 +505907,-1166.734902,-428.2179381,-1134.081086,-482.1754721,74.93056661 +505908,-1196.840592,-437.8597624,-1163.722806,-495.2853432,41.50113317 +505909,-1219.608207,-444.4703959,-1186.255628,-505.3995237,8.691064701 +505910,-1233.526312,-447.1565058,-1200.055526,-511.6284489,-14.25528053 +505911,-1337.639225,-491.7725462,-1304.742981,-559.8283453,-240.9814134 +505912,-1151.341344,-403.5636275,-1118.519907,-475.2473854,89.19243273 +505913,-1184.893541,-414.5363489,-1151.614368,-489.8865011,50.86258426 +505914,-1209.718273,-421.8651679,-1176.226695,-500.9226844,14.90350347 +505915,-1224.79745,-424.8709429,-1191.216531,-507.6796862,-9.949326843 +505916,-1232.423174,-424.5042585,-1198.813874,-511.1090647,-24.46419409 +505917,-1235.329399,-421.9770902,-1201.723259,-512.4224284,-31.85050727 +505918,-1235.614934,-418.2326917,-1202.025538,-512.5623224,-35.05005722 +505919,-1231.52218,-412.4695459,-1197.959078,-510.7267444,-30.48263168 +505920,-1217.292297,-210.6539876,-1183.760753,-504.2949984,-7.503070726 +505921,-1317.644361,244.0340297,-1284.865535,-551.0014895,-234.5110185 +505922,-1085.017055,243.8204668,-1052.454102,-445.4217171,173.8143763 +505923,-1087.871237,277.0877055,-1054.884782,-446.1796041,187.3038711 +505924,-1084.065164,302.9540569,-1050.855645,-444.5097632,197.9946131 +505925,-1076.086395,328.1249596,-1042.730959,-441.2838942,212.1761632 +505926,-1065.304788,352.0351188,-1031.83398,-436.9530349,231.1640325 +505927,-1045.293647,386.1900395,-1011.719491,-428.4943058,266.4006948 +505928,-231.6726203,416.3121576,-484.3624591,-382.376025,452.2164118 +505929,-604.0042226,445.3270439,-431.1243543,-330.7864012,660.5373507 +505930,-484.4725324,339.5938968,-514.0546879,-217.6834595,214.5793552 +505931,-440.0367292,557.1791529,-429.34513,-185.3231584,1119.624172 +505932,-414.1373409,529.471631,-401.569813,-237.494634,986.8418508 +505933,-391.9882152,518.2162543,-374.5358595,-229.0744765,929.5454566 +505934,-367.7641948,515.8668414,-355.1872657,-163.3544818,912.9291309 +505935,-339.0627666,518.9401244,-330.2752112,-180.1620314,919.9945121 +505936,-321.9074334,521.0258334,-303.6586205,-161.3303837,923.4807997 +505937,-295.4555484,524.2157829,-286.0289067,-151.8718291,931.0124253 +505938,-273.6552757,527.4617005,-262.5535755,-140.3748921,938.1028623 +505939,-252.3265666,547.3936064,-238.718722,-129.4928641,1011.190023 +505940,17.1306045,422.2204249,22.54647184,-10.91205982,1215.16053 +505941,-569.6098769,430.6157227,-557.127108,-243.6560912,862.9563529 +505942,-17.25840089,662.9678535,-6.831660856,-27.41982513,1613.097184 +505943,-204.6849383,626.2605163,-196.3759271,-115.6217632,1383.537716 +505944,-147.5652951,403.6138729,-140.0882679,-86.55447267,512.9452174 +505945,-126.1604568,454.0115741,-120.6496237,-63.02442914,1649.373787 +505946,-107.4116928,494.649071,-98.6771156,-62.99679723,1183.374376 +505947,101.373881,725.7802923,126.3060858,65.64183064,1848.054932 +505948,-176.4645897,675.7200941,-148.6643993,-50.82376131,1545.135459 +505949,-165.1801111,439.4478736,-228.7547915,-187.0462741,610.1749404 +505950,60.20362878,486.5008428,96.9895366,67.80353938,1316.789731 +505951,-39.52219207,523.9742311,-46.00925513,-40.36995985,1543.888294 +505952,171.7931231,753.1525965,195.5790823,93.2086505,1906.067881 +505953,-220.4032251,500.3276579,-259.0554975,-148.5950415,865.6327054 +505954,155.7592091,532.104318,171.1305134,77.70055101,1312.987881 +505955,170.7060631,760.9850708,194.3638876,91.13534387,1896.516743 +505956,-129.6901923,510.0395667,-180.2718284,-109.6312711,951.5883566 +505957,187.9656954,546.6894864,202.8493412,92.63860908,1680.370339 +505958,86.31729905,573.5659229,75.42080687,24.60831682,1439.427233 +505959,296.7574422,793.1416901,318.6126613,143.2800425,2011.763145 +505960,-116.4862147,537.5027567,-170.7081632,-91.33266739,957.909969 +505961,462.2124984,613.5304305,470.2881992,208.7594646,1822.448358 +505962,237.4543293,787.5208952,259.8692983,118.1752822,1939.501687 +505963,-219.5862411,533.6756082,-289.9435914,-139.83894,895.3307104 +505964,545.7897154,592.5275275,555.4883404,246.784867,1827.084252 +505965,-9.51425495,584.2163158,-31.53648394,-17.0789791,1421.60004 +505966,312.6078173,603.4360373,294.7588569,127.8006003,1651.648777 +505967,340.5884722,819.8725701,361.4108305,158.926898,2029.725159 +505968,99.28054529,564.908464,15.40563086,6.569094405,982.5114672 +505969,501.5477669,631.4942226,504.598908,222.8306337,1995.985482 +505970,60.52436484,613.4823596,31.74712219,14.70270703,1372.911429 +505971,406.819821,824.6185288,377.8339853,167.1107329,2006.943158 +505972,497.4870154,626.8578762,467.8839938,208.1940961,1457.5841 +505973,231.4385539,810.5653817,253.3107418,111.5253439,1897.516359 +505974,209.6966879,561.7978086,101.0320298,51.05086985,1149.442831 +505975,571.2942645,628.6933293,572.1095488,253.170261,1926.666351 +505976,278.7266764,824.4180729,299.8281381,131.2816273,1937.492991 +505977,512.4286631,624.1875541,364.913266,171.9266439,1465.216102 +505978,177.7948124,616.1122706,179.7633103,79.55251008,1550.368574 +505979,649.4295592,671.5662963,589.5430159,265.7649351,1974.910194 +505980,382.1139489,851.0361403,401.6734383,174.1642924,2024.153168 +505981,736.560316,618.1674781,601.8273359,277.6658626,1767.081806 +505982,878.5710943,638.3253558,870.7579145,382.8661749,1853.179703 +505983,876.0894833,658.8493694,820.2840556,366.5361272,1915.077753 +505984,870.9097054,674.3391387,815.5672101,364.2701228,1958.050496 +505985,888.5150105,685.7535328,834.253735,372.5505311,1987.835084 +505986,905.5206033,694.5072015,847.8152648,378.8022076,2009.813566 +505987,917.6824195,966.6265508,858.7472827,383.8100954,2025.031922 +505988,930.6101659,840.9980238,868.8498829,388.48742,2034.471725 +505989,943.4368551,896.7305364,879.8726029,393.5933131,2038.692201 +505990,956.7007073,925.0660916,890.9316228,398.4999194,2038.358986 +505991,969.5617416,946.5741078,900.9295239,403.4501408,2034.188413 +505992,982.432924,966.8924814,912.0355309,408.1359151,2026.46379 +505993,995.2635631,987.2951872,922.4219108,413.1808277,2015.722265 +505994,1000.297705,1003.794452,923.8611292,413.3289768,1953.358384 +505995,985.2744085,1029.722324,951.5802531,426.6523294,1934.650251 +505996,968.9486311,1045.947843,953.7404902,427.1237104,1913.255089 +505997,953.8123124,1065.659078,951.4886641,432.4973408,1893.009616 +505998,940.2012663,1084.761308,935.8306001,425.2705341,1874.386419 +505999,928.2803243,1102.925474,921.8343845,418.7525166,1857.819406 +506000,917.8818394,1121.535977,909.5543258,413.0232498,1842.913621 +506001,908.7607323,1139.313765,898.7785914,408.0032283,1829.425611 +506002,900.6991122,1156.827498,889.2512072,403.5714694,1817.164051 +506003,893.5178587,1174.925763,880.7484775,399.6168806,1805.94329 +506004,887.0693478,1191.516416,873.0902478,396.0503544,1795.58479 +506005,881.2310699,1208.66677,866.1324157,392.8022716,1785.929628 +506006,875.9009994,1225.067834,859.7576102,389.8172478,1776.843547 +506007,870.9942124,1242.035305,853.8687263,387.050204,1768.216056 +506008,866.4400561,1258.035148,848.3848099,384.4639472,1759.956529 +506009,862.1798662,1274.128174,843.238366,382.0277085,1751.990769 +506010,858.1650596,1289.947889,838.3733044,379.716106,1744.257998 +506011,854.3555901,1304.58748,833.7432565,377.5083172,1736.708917 +506012,850.7131416,1318.855785,829.3076295,375.3862614,1729.302216 +506013,847.2068124,1332.821744,825.033065,373.3351904,1722.004443 +506014,843.9463517,1346.509651,821.0260535,371.4039311,1715.031259 +506015,840.8696236,1359.933272,817.2210259,369.5630464,1708.281891 +506016,837.9083458,1373.058333,813.5465893,367.7804403,1701.642148 +506017,835.0466293,1386.046765,809.9842373,366.0480715,1695.091808 +506018,832.2669422,1398.708212,806.5142732,364.3573496,1688.606556 +506019,829.5545297,1411.125723,803.1201306,362.7010785,1682.166291 +506020,826.8974606,1423.430828,799.7882719,361.073401,1675.75507 +506021,824.2861336,1435.370339,796.5076693,359.4695618,1669.360491 +506022,821.7127747,1447.252874,793.2693168,357.8856874,1662.972856 +506023,819.1711101,1458.772634,790.0658934,356.3186368,1656.584809 +506024,816.656055,1469.745467,786.8914257,354.7658512,1650.190719 +506025,814.1635159,1481.623681,783.7410653,353.2252566,1643.786488 +506026,811.6901578,1492.296329,780.6108532,351.6951592,1637.369083 +506027,809.2333238,1503.131048,777.4975793,350.1741856,1630.936462 +506028,806.7907957,1513.84248,774.398612,348.6612073,1624.487205 +506029,804.3607338,1524.249427,771.3118155,347.1553067,1618.020527 +506030,801.9416008,1534.529955,768.2354322,345.6557252,1611.535985 +506031,799.5321466,1544.624197,765.1680327,344.1618431,1605.033541 +506032,797.1313233,1554.54052,762.1084287,342.6731417,1598.513313 +506033,794.7382864,1564.240362,759.0556558,341.1891967,1591.975686 +506034,792.3523107,1573.959385,756.0088973,339.7096453,1585.42108 +506035,789.9653643,1583.200683,752.9600491,338.2308075,1578.836563 +506036,787.5904723,1592.589208,749.9220822,336.7585815,1572.247317 +506037,785.221286,1601.583189,746.8886146,335.2900614,1565.643275 +506038,782.8575726,1610.672931,743.8593897,333.8251233,1559.025338 +506039,780.499,1619.27669,740.8340621,332.3636023,1552.394197 +506040,778.1451997,1628.048235,737.8122597,330.90532,1545.75034 +506041,776.7583217,1639.515104,735.756138,329.8876103,1540.844275 +506042,775.482096,1648.617239,733.8084655,328.9198789,1536.297013 +506043,774.2766807,1657.358301,731.9291186,327.9837279,1531.942412 +506044,773.085996,1665.81509,730.0620956,327.0537875,1527.599852 +506045,771.8809907,1674.296685,728.1784858,326.117157,1523.188088 +506046,770.6540928,1682.311306,726.2708424,325.1707605,1518.6917 +506047,769.4068753,1690.298286,724.340834,324.2156461,1514.119215 +506048,768.1615065,1698.224085,722.4107255,323.2621576,1509.51605 +506049,766.9355958,1705.875268,720.4982248,322.3184895,1504.917722 +506050,765.7061534,1713.439472,718.5804321,321.3743157,1500.284909 +506051,764.4754346,1720.850862,716.6596847,320.430752,1495.623795 +506052,763.2429632,1728.127213,714.7355976,319.4876547,1490.935412 +506053,762.0082943,1735.197331,712.8078134,318.5448739,1486.220776 +506054,760.7711321,1742.304416,710.8761229,317.60231,1481.481026 +506055,759.531305,1749.128389,708.940437,316.6599045,1476.717445 +506056,758.2887057,1755.949578,707.0007243,315.7176149,1471.931266 +506057,757.0432885,1762.391715,705.0570144,314.7754192,1467.123769 +506058,755.7950203,1769.02997,703.1093543,313.8332983,1462.296123 +506059,754.5439106,1775.328809,701.1578278,312.8912471,1457.449517 +506060,753.2899714,1781.574643,699.2025172,311.9492579,1452.585007 +506061,752.0332331,1787.686441,697.2435252,311.0073317,1447.703657 +506062,750.7737189,1793.679248,695.2809437,310.065465,1442.806393 +506063,749.511463,1799.543491,693.3148757,309.1236599,1437.894143 +506064,748.2464858,1810.56023,691.3454102,308.1819132,1432.967707 +506065,746.9788194,1809.298613,689.3726415,307.2402258,1428.027883 +506066,745.7084708,1824.787452,687.3966492,306.2985931,1423.07535 +506067,744.4354576,1817.781313,685.4175166,305.3570143,1418.110789 +506068,743.1597917,1840.724831,683.4353098,304.4154822,1413.134767 +506069,741.8814776,1822.599627,681.4500994,303.4739933,1408.147865 +506070,740.6005157,1827.5834,679.4619419,302.5325396,1403.15056 +506071,739.3169079,1850.544951,677.4708976,301.5911164,1398.143351 +506072,738.0318788,1845.884696,675.4725338,300.6477614,1393.126633 +506073,736.7461992,1853.681746,673.4640026,299.7012154,1388.100836 +506074,735.4599799,1859.137585,671.4446866,298.7512023,1383.066259 +506075,734.1730816,1864.54008,669.4151846,297.7979797,1378.023291 +506076,732.8953701,1869.681493,667.3763626,296.8419173,1372.972222 +506077,731.6408174,1874.922776,665.3290249,295.8833514,1367.913406 +506078,730.4159727,1879.944492,663.2738203,294.9225441,1362.847118 +506079,729.221178,1885.174194,661.2112907,293.9597071,1357.773664 +506080,728.0541544,1889.964457,659.1418932,292.9950125,1352.693268 +506081,726.9124082,1894.917069,657.0660351,292.02861,1347.606192 +506082,725.7939233,1899.712977,654.9840722,291.0606267,1342.512631 +506083,724.697062,1904.522917,652.8963324,290.0911791,1337.412833 +506084,723.6204542,1908.973075,650.8030951,289.1203634,1332.30697 +506085,722.5630318,1913.722643,648.7046251,288.1482718,1327.19528 +506086,721.5238483,1918.146626,646.601146,287.1749795,1322.077927 +506087,720.5020828,1922.656736,644.4928716,286.2005597,1316.955133 +506088,719.4970541,1926.867301,642.3799855,285.225074,1311.827059 +506089,718.508094,1931.181524,640.2626635,284.2485821,1306.693915 +506090,717.5346792,1935.343392,638.1410567,283.2711342,1301.555851 +506091,716.5763455,1939.437461,636.0153135,282.292781,1296.413072 +506092,715.632741,1943.453749,633.8855595,281.313564,1291.265716 +506093,714.7036827,1947.383071,631.7519216,280.3335266,1286.113979 +506094,713.7893335,1951.239034,629.6145073,279.3527045,1280.957994 +506095,712.8898867,1955.011894,627.4734287,278.3711366,1275.797951 +506096,712.0055727,1958.704734,625.3287765,277.3888526,1270.633973 +506097,811.369375,1962.317144,623.1806504,276.4058873,1265.466243 +506098,932.239106,1965.934274,621.0183314,275.4173586,1260.275243 +506099,870.0594228,1969.259159,618.8722866,274.4371095,1255.116357 +506100,914.7243803,1972.598271,616.7035365,273.447407,1249.918625 +506101,812.9801396,1921.501721,617.4670627,273.7914195,1250.054545 +506102,826.3442221,1922.484871,615.9426645,273.0543269,1245.997174 +506103,840.3608846,1923.939561,613.1687771,271.7475132,1239.69212 +506104,854.4443021,1925.371551,610.2412002,270.399001,1233.120969 +506105,868.4801221,1926.79765,607.6374878,269.2318135,1227.126322 +506106,882.6259308,1928.183696,605.4242475,268.2693507,1221.8223 +506107,896.6948261,1929.513746,603.5265468,267.4684507,1217.081825 +506108,910.7431861,1930.779178,601.8621065,266.7847855,1212.768868 +506109,924.6158942,1931.974973,600.3749513,266.1885478,1208.792344 +506110,938.759001,1933.097956,599.0304404,265.6613264,1205.095698 +506111,952.6047959,1934.146035,597.8049224,265.1906239,1201.639212 +506112,966.2953891,1935.117651,596.6796547,264.7666762,1198.390335 +506113,980.2534512,1936.011436,595.6385679,264.3812652,1195.320439 +506114,994.376592,1936.826344,594.6677396,264.0274084,1233.713664 +506115,1007.623255,1937.648535,593.7552763,263.6992566,1308.473203 +506116,1021.871807,1938.176041,592.8911469,263.391973,1270.758144 +506117,1035.405895,1938.806456,592.0669301,263.101577,1293.500198 +506118,1049.222994,1939.2796,591.275549,262.8247874,1302.119409 +506119,1062.927007,1939.680113,590.5110586,262.5589002,1310.13601 +506120,1076.451015,1939.995436,589.7684765,262.3016908,1318.313752 +506121,1090.699386,1940.224573,589.043623,262.0513277,1326.207586 +506122,1103.835113,1940.366688,588.3329965,261.8063046,1333.975267 +506123,1117.543184,1940.421086,587.633656,261.5653793,1341.88451 +506124,1131.554334,1940.298429,586.9431307,261.3275275,1349.405912 +506125,1145.05427,1940.301443,586.2593344,261.0918989,1357.160105 +506126,1158.490889,1940.026658,585.5805077,260.857789,1364.501833 +506127,1172.670412,1939.734158,584.9051584,260.6246101,1372.299541 +506128,1186.106161,1939.337027,584.2320268,260.3918741,1379.214867 +506129,1199.852008,1938.846725,583.560041,260.1591721,1386.889263 +506130,1213.545459,1938.262763,582.888292,259.9261623,1393.838732 +506131,1226.37179,1936.66073,582.216006,259.6925582,1401.419321 +506132,1238.823474,1934.856467,581.534745,259.4546714,1408.150579 +506133,1251.995079,1932.881422,580.838485,259.2099374,1415.188311 +506134,1264.395766,1930.748419,580.1252049,258.9575772,1422.402743 +506135,1277.390438,1928.466162,579.3951767,258.6978052,1429.186287 +506136,1289.444419,1926.040346,578.6493985,258.4311279,1436.073986 +506137,1302.222914,1923.475311,577.8888529,258.1580205,1442.718897 +506138,1314.671466,1920.86314,577.1143392,257.8788605,1449.728745 +506139,1326.743645,1917.90235,576.3264892,257.5939408,1456.282045 +506140,1339.849851,1914.997707,575.5258339,257.3035025,1462.944267 +506141,1351.936517,1911.891332,574.7128273,257.0077473,1469.312346 +506142,1364.401174,1908.670512,573.8878756,256.706852,1476.19294 +506143,1376.720971,1905.325123,576.6274698,256.4009661,1482.706505 +506144,1389.12945,1901.856397,674.4578353,256.0902223,1488.825626 +506145,1401.419306,1898.265878,625.4445298,255.7747328,1495.355248 +506146,1413.673045,1894.464381,646.0954987,255.4545945,1501.628024 +506147,1426.018049,1890.758806,652.2249977,255.1298809,1507.881077 +506148,1438.239257,1886.747307,657.6527131,295.5162192,1513.836476 +506149,1450.425174,1882.692168,663.0340494,303.0392199,1520.388648 +506150,1458.025945,1873.107589,675.7016808,269.3776452,1526.269217 +506151,1469.437568,1867.904874,681.9348285,301.4471485,1532.322261 +506152,1481.285992,1863.033081,687.4430976,301.5927548,1538.335713 +506153,1493.017088,1858.068265,693.0194895,302.4332989,1544.208673 +506154,1504.628907,1853.247724,697.9300329,306.4841632,1549.811683 +506155,1516.724873,1848.282682,703.2729575,309.6255751,1555.914936 +506156,1528.178383,1843.07844,708.1121798,312.5441246,1561.354798 +506157,1540.077857,1837.974832,712.9881701,315.5601292,1567.362278 +506158,1551.686014,1832.696747,717.9057033,318.3472591,1572.707734 +506159,1563.540978,1827.356155,722.368419,321.254757,1578.598154 +506160,1575.264134,1821.824563,727.1114654,323.9660529,1583.926937 +506161,1346.205702,1706.624886,560.5374895,254.7615117,1106.111414 +506162,1353.430237,1698.125234,559.3147094,254.0788643,1104.588155 +506163,1362.475595,1691.101005,557.410815,253.0451981,1104.454966 +506164,1372.305647,1683.999114,555.5160416,252.0479134,1105.519595 +506165,1382.344609,1703.085974,553.9321563,251.2472429,1107.195631 +506166,1392.775203,1632.760814,552.6982557,250.6548905,1109.475991 +506167,1403.215609,1710.401504,551.7601593,250.2327596,1111.760329 +506168,1413.918336,1610.675925,551.0566959,249.9417482,1114.496827 +506169,1424.538208,1690.224759,550.5427028,249.753799,1117.192045 +506170,1435.387735,1608.215268,550.1869509,249.6498624,1120.034018 +506171,1446.125418,1656.688911,549.9661396,249.615985,1122.927872 +506172,1457.08226,1614.990141,549.861142,249.6409442,1125.839127 +506173,1467.911219,1625.839161,549.8555124,249.7152938,1128.92694 +506174,1478.901702,1612.921791,549.9350313,249.8310426,1131.936501 +506175,1489.934228,1606.533996,550.087506,249.9814907,1134.968676 +506176,1500.893792,1599.277964,550.3025648,250.1610677,1138.233709 +506177,1512.044354,1591.878755,550.5714058,250.3651545,1141.170451 +506178,1523.050131,1584.428573,550.8865741,250.5899269,1144.486878 +506179,1534.216736,1576.992844,551.2417341,250.8322081,1147.607565 +506180,1545.418951,1569.251232,551.627324,251.0874589,1150.81947 +506181,1556.530477,1561.77284,552.0406971,251.3543625,1153.962896 +506182,1567.843721,1554.031317,552.4857365,251.6346272,1157.37887 +506183,1578.994686,1546.36982,552.9548788,251.924797,1160.447138 +506184,1590.311369,1538.476028,553.4444276,252.2232038,1163.695314 +506185,1601.662894,1530.670392,553.9515885,252.5286121,1167.061707 +506186,1612.902831,1522.75388,554.4741174,252.8400514,1170.273799 +506187,1624.300609,1514.793624,555.0101279,253.1567225,1173.563664 +506188,1635.727017,1506.714739,555.5580247,253.4779633,1176.84707 +506189,1647.047971,1498.699563,556.1164204,253.8032075,1180.137634 +506190,1658.525624,1490.593403,556.4300399,254.0164854,1183.35008 +506191,1669.344276,1482.32802,557.0901403,254.3866958,1186.865269 +506192,1681.552552,1474.193017,557.7346692,254.749209,1189.959389 +506193,1692.478907,1465.739471,558.3695643,265.1976271,1193.257678 +506194,1704.134051,1457.42213,558.9995452,267.2578254,1196.687556 +506195,1715.352695,1449.053522,559.6281305,265.3745476,1199.925926 +506196,1726.952526,1440.69195,560.2576745,272.1796844,1203.244404 +506197,1738.351049,1432.071264,560.8895752,267.048995,1206.454149 +506198,1749.837023,1423.587787,561.5245803,278.0802623,1209.999208 +506199,1761.331828,1415.078688,591.3816598,266.7230848,1213.080269 +506200,1772.769998,1406.421708,568.9699845,285.8565915,1216.465266 +506201,1784.462762,1397.78148,602.4218465,263.6195109,1219.746002 +506202,1795.850381,1389.109068,564.0918133,297.3769226,1222.934056 +506203,1807.400438,1380.466466,599.5652228,255.4696331,1226.378707 +506204,1819.059621,1371.641238,607.0392176,291.968334,1229.580272 +506205,1830.59574,1362.851617,572.6848981,295.3608482,1232.875702 +506206,1842.204408,1354.192548,603.8727302,263.6485777,1236.247193 +506207,1853.818068,1345.239766,599.5772042,291.8075732,1239.236979 +506208,1865.37524,1336.43587,601.6020583,306.0611458,1242.746431 +506209,1877.195746,1327.550182,604.3640534,260.0251062,1245.898856 +506210,1888.686447,1318.645349,607.177688,300.9903412,1249.159393 +506211,1900.355382,1309.72121,609.4359696,310.6992526,1252.398926 +506212,1912.138375,1300.833143,611.9294673,262.7661932,1255.626857 +506213,1923.788501,1291.785563,614.2862317,304.982586,1258.728143 +506214,1935.511792,1282.836469,616.7180008,293.9049194,1262.13055 +506215,1947.242768,1273.830999,619.0367682,295.9668175,1265.245124 +506216,1958.988037,1264.811841,621.4375416,297.6603104,1268.589299 +506217,1970.67188,1255.83651,623.7508064,299.3306302,1271.574534 +506218,1982.637896,1246.659236,626.0396402,300.5685242,1274.848655 +506219,1994.246813,1237.771966,628.3921938,301.9403749,1277.997331 +506220,2006.037163,1228.588853,630.6138314,303.2616705,1281.015877 +506221,2274.619521,1327.072126,869.2359133,411.7135847,1746.989472 +506222,2248.538058,1320.488851,876.2343001,415.2410628,1732.971965 +506223,2286.056273,1313.112119,881.7845061,417.9934018,1739.17571 +506224,2303.523507,1305.534332,886.5936295,420.7056742,1743.938146 +506225,2312.749346,1297.654352,891.5603407,423.0953376,1748.431006 +506226,2328.379647,1289.732913,895.9573532,425.4733613,1752.699627 +506227,2342.481068,1281.890804,900.3809321,427.7738168,1756.746712 +506228,2356.56241,1273.763851,904.681321,430.0343135,1760.665067 +506229,2370.353944,1265.768339,908.9074693,432.2558879,1764.485486 +506230,2384.325827,1257.752763,913.0677262,434.4475656,1767.871098 +506231,2398.180525,1249.540432,917.1705172,436.6118002,1772.082009 +506232,2412.020115,1241.562847,921.2181642,438.7498966,1775.419771 +506233,2425.840993,1233.471707,925.2155046,440.8640342,1779.021413 +506234,2439.737866,1225.296381,928.9676822,442.8582155,1782.510904 +506235,2453.259275,1217.220779,933.1749835,445.0739952,1785.91026 +506236,2467.250418,1209.104251,936.8810424,447.0487994,1789.362134 +506237,2480.999608,1200.993855,940.7281356,449.1925626,1792.677181 +506238,2494.588127,1193.410634,944.4975519,451.0415548,1795.983571 +506239,2508.373737,1184.538398,948.2268579,453.1023248,1799.283696 +506240,2522.055495,1176.864736,951.9149581,455.0512408,1802.437807 +506241,2535.740062,1168.682289,955.5645769,456.8914986,1805.607333 +506242,2549.415212,1163.256019,959.1753433,458.9811659,1808.805626 +506243,2563.184302,1157.603877,962.7495698,460.8129204,1811.881158 +506244,2576.677181,1151.944311,966.2868616,462.7228941,1814.958075 +506245,2590.290937,1146.232401,969.7894301,464.5983517,1817.996053 +506246,2604.192602,1140.558608,973.2568526,466.4567488,1821.000033 +506247,2617.566764,1134.885242,976.6912258,468.2988158,1823.973733 +506248,2631.292522,1129.171758,980.0920797,470.1244645,1826.873512 +506249,2644.89702,1123.588243,983.4614939,471.9346199,1829.852003 +506250,2658.619009,1117.913852,986.7989402,473.6124115,1832.745835 +506251,2671.835338,1112.24304,989.5582845,475.5226922,1835.544312 +506252,2685.571166,1106.524761,993.2490722,477.0723453,1838.403544 +506253,2698.944889,1100.931177,995.9910931,478.8808858,1841.199349 +506254,2712.539453,1095.255411,999.3023683,480.4201113,1843.974668 +506255,2725.820875,1089.635649,1002.148446,482.1815675,1846.726286 +506256,2739.357905,1084.029373,1005.353616,483.8338321,1849.409204 +506257,2752.67142,1078.399004,1008.136284,485.3435925,1852.17884 +506258,2766.414572,1072.903944,1011.278293,487.0575949,1854.825313 +506259,2787.547404,1067.337454,1014.000372,488.6641933,1857.489403 +506260,2809.558912,1061.835872,1017.082766,490.1287349,1860.122911 +506261,2838.739404,1056.313086,1019.747144,491.7990752,1862.735796 +506262,2834.86828,1050.92823,1022.772709,493.2428426,1865.370102 +506263,2848.817628,1045.48262,1025.38183,494.763241,1867.871823 +506264,2889.217051,1040.107569,1028.601951,496.3690974,1870.453209 +506265,2895.522726,1034.720229,1030.779659,497.897131,1872.932127 +506266,2916.698011,1029.474461,1033.880799,499.3081646,1875.509039 +506267,2934.845004,1024.178121,1036.348985,500.9029013,1877.967532 +506268,2953.605766,1018.958224,1039.2418,502.2683722,1880.445762 +506269,2971.659788,1013.734211,1041.662519,503.8384938,1882.899818 +506270,2990.22835,1008.655793,1044.501478,505.1797115,1885.334494 +506271,3008.308987,1003.536245,1046.910871,506.7260587,1887.752794 +506272,3028.503763,998.4992666,1049.68544,508.0440332,1890.152604 +506273,3068.699458,993.4663527,1052.080134,509.5674324,1892.536793 +506274,3028.733404,988.5836322,1054.771779,510.8629195,1894.903156 +506275,3095.903467,983.6686394,1057.116558,512.4971995,1897.209111 +506276,3097.365681,978.8426383,1059.801014,513.5698965,1899.612951 +506277,3117.432886,974.0288275,1062.085941,515.144965,1901.899581 +506278,3135.708508,969.3701659,1064.760274,516.3780063,1904.256475 +506279,3182.827495,964.6882505,1066.965893,517.8348081,1906.476289 +506280,3130.722642,960.1015732,1069.593838,518.9304997,1908.784799 +506281,3287.155333,978.0995761,1117.794813,543.0272056,1992.106646 +506282,3225.525636,974.3112584,1121.847999,545.0660602,1997.83946 +506283,3284.619042,970.3742146,1124.597153,546.6332383,2002.591127 +506284,3284.804996,966.2254026,1127.044941,548.3346218,2006.941575 +506285,3343.26111,962.0817866,1129.170007,549.5943699,2010.96869 +506286,3302.456508,957.8956503,1131.203021,550.9147277,2014.778373 +506287,3374.764525,953.8290065,1133.097009,552.1570477,2018.440734 +506288,3358.168525,949.7235913,1134.906989,553.357771,2021.988475 +506289,3387.191337,945.7024052,1136.644815,554.5243389,2025.450566 +506290,3402.886043,941.6965397,1138.316523,555.6594447,2028.834956 +506291,3420.105913,937.9374844,1139.960063,556.7664932,2032.153792 +506292,3437.092896,933.9856748,1141.468639,557.8461389,2035.408957 +506293,3454.671237,930.293524,1142.99336,558.9003249,2038.607986 +506294,3471.439487,926.6426236,1144.438811,559.9294957,2041.699144 +506295,3498.175431,922.9462131,1145.839752,561.0953723,2044.874067 +506296,3501.710875,919.4511149,1147.191186,561.8350162,2047.87574 +506297,3524.098051,915.9347402,1148.496834,562.9091619,2050.880375 +506298,3540.582463,912.5249978,1149.755926,563.8201665,2053.828986 +506299,3556.79045,909.156721,1150.971093,564.733396,2056.78761 +506300,3573.767674,905.8807528,1152.141934,565.6350946,2059.567227 +506301,3590.488153,902.7598495,1153.270738,566.639828,2062.428138 +506302,3606.824696,899.7261803,1154.357368,567.7663351,2065.19987 +506303,3623.683091,896.7232139,1155.435589,568.9574631,2067.942492 +506304,3640.208469,893.7146925,1156.3937,570.2041097,2070.592109 +506305,3664.601029,890.816228,1157.383748,571.5037584,2073.344857 +506306,3669.949113,888.2133849,1158.307027,572.8541677,2075.935796 +506307,3689.821951,884.8238734,1159.214659,574.2618211,2078.576359 +506308,3706.022149,882.1846828,1160.081247,575.7166727,2081.164363 +506309,3728.399486,879.2754718,1160.905519,577.0482708,2083.710474 +506310,3734.194706,876.4338342,1161.692894,578.853184,2086.219623 +506311,3756.630167,873.7238409,1162.739921,580.4328654,2088.696805 +506312,3766.663966,871.0550392,1163.727831,582.3413442,2091.141951 +506313,3793.82049,865.5533375,1158.012186,581.9474414,2093.568272 +506314,3783.273081,862.4944666,1158.029496,583.4234103,2096.04014 +506315,3777.625173,859.6781681,1158.581335,585.3087768,2098.259359 +506316,3777.234137,856.9425671,1159.173286,587.2286528,2100.647099 +506317,3778.921409,854.2632493,1159.893314,589.2131257,2102.887816 +506318,3781.491965,851.6264391,1160.610314,591.2592094,2105.260654 +506319,3784.418953,849.0265381,1161.346314,593.3630343,2107.479277 +506320,3787.481411,846.459728,1162.089347,595.5208236,2109.727718 +506321,3790.944348,843.9245418,1162.836424,597.7305434,2111.94633 +506322,3794.136991,841.4182656,1163.58258,599.8015207,2114.14171 +506323,3797.293972,838.9094266,1164.331169,602.3998659,2116.319914 +506324,3800.419131,836.5083106,1165.110928,604.6150811,2118.476099 +506325,3803.509894,834.0645866,1165.80442,607.0504095,2120.931147 +506326,3806.489736,831.6751337,1166.570092,609.4984864,2124.405191 +506327,3809.473894,829.3077418,1167.303543,611.9914795,2124.415941 +506328,3812.33256,826.9660419,1168.037714,614.5274604,2129.595204 +506329,3815.234882,824.6503717,1168.76873,617.1059304,2127.414985 +506330,3817.93151,822.3597816,1169.494659,619.725992,2135.728285 +506331,3820.776152,820.0946528,1170.216858,622.3865948,2128.864633 +506332,3823.255197,817.8223075,1170.933304,625.0872607,2143.820681 +506333,3826.105472,815.6529942,1171.645885,627.8265052,2127.327403 +506334,3828.257718,813.4390822,1172.351993,630.6045308,2156.197173 +506335,3831.267101,811.2766594,1173.088859,633.418838,2119.275618 +506336,3834.110489,809.1331319,1173.732706,636.2704136,2149.323056 +506337,3836.137032,807.0136223,1174.448337,639.1577394,2144.958701 +506338,3838.404159,804.9174711,1175.128595,642.0789317,2146.063974 +506339,3840.632339,802.8449507,1175.808541,644.8258973,2148.66131 +506340,3842.762017,800.7953565,1176.482592,648.13741,2150.561851 +506341,3858.077241,765.374463,1100.730412,618.1064748,2009.526114 +506342,3874.547225,763.794969,1101.287302,620.9256209,2010.859273 +506343,3884.165164,758.4361792,1094.654353,622.4923795,2012.263899 +506344,3891.708021,756.3211514,1094.289683,625.487982,2013.834593 +506345,3898.156543,753.6979608,1094.417094,628.619888,2015.437772 +506346,3904.302927,751.8012848,1094.834071,631.8258842,2017.06235 +506347,3909.898432,749.7275441,1095.266571,635.0873774,2018.699194 +506348,3913.988264,747.7435583,1095.775033,638.3960242,2020.338947 +506349,3918.237019,745.7999037,1096.313249,641.7475125,2022.03468 +506350,3921.908026,743.8921659,1096.876053,645.1379763,2023.590604 +506351,3925.532089,742.0182166,1097.460148,648.565559,2025.212894 +506352,3928.550329,740.1758466,1098.061202,652.0276742,2026.91742 +506353,3931.284368,738.3644535,1098.67871,655.5231783,2028.503623 +506354,3933.785171,736.5824978,1099.309785,659.0498483,2030.131154 +506355,3936.077614,734.829834,1099.954745,662.3962343,2031.74507 +506356,3938.182582,733.1051208,1100.611167,666.3074054,2033.350506 +506357,3940.125101,731.4083795,1101.279684,669.7607173,2034.950183 +506358,3941.918998,729.7384004,1101.95808,673.4358895,2036.540764 +506359,3943.860849,728.0952914,1102.647142,677.0982194,2038.125428 +506360,3945.369174,726.4779077,1103.374606,680.7835909,2039.700408 +506361,3946.746482,724.8864361,1104.036727,684.4900187,2041.2689 +506362,3948.006307,723.319755,1104.772945,688.4486039,2042.827621 +506363,3949.177405,721.7780921,1105.491212,691.8364856,2044.379439 +506364,3950.256908,720.2604115,1106.220648,695.7924547,2045.921209 +506365,3951.238898,718.7669713,1106.95773,699.4930785,2047.400741 +506366,3952.126334,717.2967278,1107.70054,703.323446,2049.064936 +506367,3952.934798,715.846548,1108.409723,707.0125898,2050.376409 +506368,3953.661331,714.420317,1109.152927,710.8110371,2051.916595 +506369,3954.29448,713.0177669,1109.908159,714.6284431,2053.39828 +506370,3954.841644,711.6375677,1110.700584,718.3959522,2054.880908 +506371,3955.060408,710.0516856,1110.891337,722.133363,2056.355422 +506372,3955.651967,708.4373339,1111.03579,725.7678536,2057.819505 +506373,3956.349509,706.8179829,1111.100348,729.2008588,2059.274105 +506374,3957.115357,705.2005966,1111.133756,733.3019984,2060.718435 +506375,3957.936338,703.5878209,1111.138104,736.7402821,2062.152917 +506376,3958.791798,701.9809043,1111.116404,740.507552,2063.520559 +506377,3959.653879,700.3807143,1111.070914,744.1389031,2065.020492 +506378,3960.520076,698.7875874,1111.002724,747.7438418,2066.380428 +506379,3961.376091,697.2019882,1110.913136,751.5260996,2067.780313 +506380,3962.220598,695.6240233,1110.802736,755.0760182,2069.159248 +506381,3963.051891,694.0539881,1110.672517,758.853471,2070.526445 +506382,3963.858494,692.4919252,1110.522857,762.467223,2071.881098 +506383,3964.640669,690.9380261,1110.3546,766.1745963,2073.280552 +506384,3965.402634,689.3922659,1110.168003,769.7811411,2074.521982 +506385,3966.132921,687.8548243,1109.963807,773.5445755,2075.881547 +506386,3966.840417,686.5681921,1109.742182,777.0791118,2077.175981 +506387,3967.525176,684.6921509,1109.503788,780.8256658,2078.408313 +506388,3968.176883,683.3505637,1109.24872,784.4169537,2079.77521 +506389,3968.791037,681.8091995,1108.977569,788.0800863,2080.99553 +506390,3969.35126,680.35543,1108.789939,792.0850948,2082.254713 +506391,3969.99933,678.8785125,1108.513402,795.7256551,2083.494117 +506392,3970.707129,677.4052838,1108.209873,799.3132655,2084.718248 +506393,3971.387678,675.938928,1107.888325,803.0616555,2085.928437 +506394,3972.002041,674.4800967,1107.550704,806.642634,2087.124401 +506395,3972.546181,673.0290736,1107.198064,810.1824008,2088.306856 +506396,3973.02819,671.5857802,1106.830562,813.7918982,2089.475203 +506397,3973.454687,670.1502803,1106.448741,817.360794,2090.630064 +506398,3973.832598,668.7223795,1106.052541,820.9504935,2091.770716 +506399,3974.169294,667.3020667,1105.642379,824.4408307,2092.897655 +506400,3974.469542,665.8891057,1105.218122,827.98352,2094.010088 +506401,4001.162931,598.022031,950.8234488,764.9899014,1808.949415 +506402,4031.239293,596.1602886,948.967918,767.8653896,1808.042062 +506403,4045.758104,593.876145,947.0364217,770.623514,1807.677298 +506404,4053.189127,592.171387,945.5141415,773.6189824,1807.611555 +506405,4058.444933,590.3294445,944.0094384,776.532121,1807.604431 +506406,4063.379282,588.5430491,942.5339984,779.4578822,1807.65495 +506407,4065.48528,586.9618015,941.2820311,782.329579,1807.782462 +506408,4061.160143,584.9455188,939.5285259,785.2757287,1807.820915 +506409,4054.905953,583.3299453,938.2175844,788.0555339,1807.96023 +506410,4048.867371,581.5727173,936.7334274,790.8893212,1808.065579 +506411,4043.778448,579.8513809,935.2781237,793.657131,1808.177377 +506412,4039.644982,578.1390082,933.8206769,796.3893068,1808.285523 +506413,4036.268769,576.4348968,932.3607188,799.1079669,1808.388593 +506414,4033.145849,574.7383749,930.8974047,801.7068365,1808.484174 +506415,4030.67385,573.0490544,929.4304686,804.3216976,1808.571344 +506416,4028.423597,571.1941022,927.959124,806.8573114,1808.648169 +506417,4026.289584,569.7662594,926.4830737,809.3405244,1808.714111 +506418,4024.200436,567.9749229,925.0015114,811.7626228,1808.767561 +506419,4022.105608,566.3361363,923.5141368,814.1490253,1808.808259 +506420,4019.968857,564.6754342,922.0201369,816.3910598,1808.834799 +506421,4017.761965,563.1818505,920.5192227,818.6241129,1808.847095 +506422,4015.46271,561.2955139,919.0105744,820.7506843,1808.843835 +506423,4013.052035,559.7615563,917.4939018,822.7958138,1808.825005 +506424,4010.513776,558.093469,915.968365,824.748707,1808.789295 +506425,4007.832823,556.4531055,914.4336628,826.6026949,1808.736697 +506426,4004.99545,554.8155039,912.8889236,828.3808693,1808.665848 +506427,4001.978161,553.1804457,911.3338078,829.9688303,1808.57667 +506428,3998.779952,551.5472704,909.7674095,831.5012596,1808.467725 +506429,3995.379228,549.915633,908.1893531,832.8747777,1808.338855 +506430,3991.762445,548.2693745,906.5803889,834.1163455,1808.187406 +506431,3987.910362,546.1723112,903.886858,834.0453642,1808.012498 +506432,3983.424905,543.9838314,901.1452318,833.7229951,1807.807753 +506433,3978.104509,541.7500254,897.8455197,833.2108853,1807.578516 +506434,3971.965811,535.9716681,885.9463887,847.0375456,1807.36441 +506435,3970.833099,533.0054992,881.978219,849.0220327,1807.156089 +506436,3972.363762,530.368258,878.0801257,849.7626168,1806.895338 +506437,3973.45378,528.0396618,874.4519364,850.1245832,1806.609456 +506438,3972.701436,525.4408088,870.8345684,850.2418811,1806.298307 +506439,3970.031812,522.9753511,867.3879694,850.1596938,1805.969026 +506440,3965.867371,520.4905414,863.5312448,849.9047002,1805.621659 +506441,3960.636248,518.1456485,860.0114808,849.4932903,1805.261213 +506442,3954.627652,515.4627834,856.3372273,848.9347159,1804.883605 +506443,3948.008192,513.0729792,852.6704332,848.2361652,1804.490929 +506444,3940.615328,510.5647966,848.9849567,847.4020294,1804.077153 +506445,3933.102654,508.0746831,845.2825397,846.4369696,1803.643392 +506446,3925.200325,505.5809928,841.7071588,845.3440614,1803.18318 +506447,3916.91756,503.0840833,837.6162875,844.1273604,1802.697548 +506448,3908.294334,500.5821935,834.1635875,842.7897733,1802.18016 +506449,3899.144341,498.0749648,830.2715438,841.3034321,1801.592442 +506450,3867.956198,495.5645728,826.5015809,839.4790668,1801.068677 +506451,3721.597907,493.0473786,822.6928866,836.3875086,1800.416482 +506452,3764.277713,490.522904,818.9969535,832.9866942,1799.752307 +506453,3702.974377,487.9921664,814.9618799,829.3381473,1799.440497 +506454,3671.263387,485.5729375,811.1906746,825.437447,1798.080175 +506455,3623.158131,482.8620299,807.2953542,821.4060933,1797.573313 +506456,3597.046315,480.3929043,803.2749328,817.1079363,1796.666942 +506457,3552.866619,477.8048994,799.6417435,812.6253816,1795.745441 +506458,3511.996307,475.119091,795.4515416,807.930149,1794.791701 +506459,3461.371148,472.7121033,791.6138015,803.1291292,1793.786735 +506460,3431.815799,470.1623344,787.6402765,798.0507148,1792.721655 +506461,2037.59549,467.2865117,782.9433554,792.4175705,1802.719431 +506462,2073.571143,596.5660371,950.6852033,919.5989427,2263.591998 +506463,2179.824356,595.96267,968.8134359,916.004917,2302.779397 +506464,2264.918977,592.7261532,978.6930493,909.8127697,2320.978489 +506465,2323.495375,589.9215657,983.8820822,903.8517516,2328.943915 +506466,2360.905649,587.061008,986.7908007,897.4365968,2332.572207 +506467,2383.780165,584.1685256,988.5232423,891.1912216,2334.187589 +506468,2398.101494,581.3456239,989.6209961,884.6491525,2335.06274 +506469,2407.26652,578.4259323,990.3414539,877.8086066,2335.631422 +506470,2412.830782,575.5299367,990.8037324,871.1081681,2336.051407 +506471,2415.525656,572.6211885,991.0655084,864.0923616,2336.375099 +506472,2415.795726,569.6710175,991.1603826,856.957943,2336.620541 +506473,2414.031977,566.7962102,991.1131231,862.1568165,2336.796944 +506474,2410.607904,563.8483293,990.9600262,823.8743196,2336.947871 +506475,2405.802523,560.9358715,990.7035474,852.8155875,2337.0444 +506476,2399.836048,558.0183971,990.3461387,812.8578515,2337.062701 +506477,2392.940074,555.0696379,989.9079094,826.5683262,2337.024244 +506478,2385.28803,545.7007982,989.4020796,765.5601786,2336.938679 +506479,2371.012271,542.1837056,988.5907715,756.4887387,2336.807188 +506480,2353.011858,539.3448341,987.5872858,748.918471,2336.633995 +506481,2334.748746,536.5701963,986.5389332,742.0606885,2336.424241 +506482,2317.886971,533.9803564,985.5138723,736.0372998,2336.181834 +506483,2302.722603,531.3045093,984.5347763,730.034701,2335.909418 +506484,2289.003116,528.8360834,983.593667,724.3869152,2335.608382 +506485,2276.402355,526.19112,982.6866533,718.8465171,2335.279062 +506486,2264.71041,523.8264591,981.8205008,713.6046089,2334.960695 +506487,2253.726663,521.2496067,980.9787914,708.3454549,2334.6151 +506488,2243.31172,519.2136753,980.1416829,703.3738036,2334.211998 +506489,2233.395319,516.2011427,979.3188214,698.3288797,2333.769603 +506490,2223.911262,514.1014023,978.507037,693.5647655,2333.295066 +506491,2214.515031,511.5225927,940.3913933,688.7610715,2332.774506 +506492,2205.735162,509.2621473,947.8691521,684.1001234,2332.244213 +506493,2197.260316,506.7761823,943.3048067,679.3989261,2331.70796 +506494,2189.029356,504.5025254,940.0414659,675.0230771,2331.14452 +506495,2181.011243,502.071092,935.3212654,670.4866115,2330.555412 +506496,2173.18291,499.7892863,929.9474565,666.1148188,2329.750036 +506497,2165.523115,497.4348925,928.7959444,661.7225239,2329.13071 +506498,2157.978419,495.1903183,924.5847487,657.5183309,2328.453087 +506499,2150.569075,492.9311852,921.1695211,653.1986559,2327.752278 +506500,2143.312655,490.5503215,915.6832116,649.1009225,2327.059906 +506501,2136.182912,488.3394382,914.9609592,644.876647,2320.237902 +506502,2129.167484,486.1627861,910.6698526,640.8696008,2295.14529 +506503,2122.255719,483.8023666,907.2697528,636.7760527,2300.435685 +506504,2115.434079,481.6693252,904.1007724,632.7846624,2300.903956 +506505,2108.695688,479.4889451,900.8568142,628.7153027,2297.260185 +506506,2102.039309,477.1635638,895.3307624,624.9226079,2293.708602 +506507,2095.428749,475.1122404,895.1061177,620.9493433,2284.159387 +506508,1938.918765,472.9505319,890.8463052,617.1134465,2294.139657 +506509,1971.910619,470.7030428,887.4569225,613.230439,2278.931503 +506510,1947.960574,468.6477652,884.4541785,609.5122038,2281.947494 +506511,1929.560551,466.5503842,881.5353625,605.7065912,2279.790952 +506512,1908.9314,464.3097685,878.0955294,601.9545002,2276.343757 +506513,1886.979888,462.3407407,875.1532825,598.2654865,2273.533641 +506514,1877.165125,460.2617547,872.1429665,594.6431104,2264.850215 +506515,1857.451363,458.0987612,868.7395001,590.9704398,2275.167209 +506516,1841.52703,456.1258616,866.0025388,587.3867976,2258.633367 +506517,1824.289253,454.0818638,862.9868215,583.757841,2263.370474 +506518,1809.521238,451.9997713,859.7243138,580.2475927,2260.538561 +506519,1793.470775,450.0473816,850.0422912,576.7502679,2257.132371 +506520,1758.361714,448.0794177,864.0282177,573.2578664,2254.577576 +506521,0,0,0,0,0 +506522,0,0,0,0,0 +506523,0,0,0,0,0 +506524,0,0,0,0,0 +506525,0,0,0,0,0 +506526,0,0,0,0,0 +506527,0,0,0,0,0 +506528,0,0,0,0,0 +506529,0,0,0,0,0 +506530,0,0,0,0,0 +506531,0,0,0,0,0 +506532,0,0,0,0,0 +506533,0,0,0,0,0 +506534,0,0,0,0,0 +506535,0,0,0,0,0 +506536,0,0,0,0,0 +506537,0,0,0,0,0 +506538,0,0,0,0,0 +506539,0,0,0,0,0 +506540,0,0,0,0,0 +506541,0,0,0,0,0 +506542,0,0,0,0,0 +506543,0,0,0,0,0 +506544,0,0,0,0,0 +506545,0,0,0,0,0 +506546,0,0,0,0,0 +506547,0,0,0,0,0 +506548,0,0,0,0,0 +506549,0,0,0,0,0 +506550,0,0,0,0,0 +506551,0,0,0,0,0 +506552,0,0,0,0,0 +506553,0,0,0,0,0 +506554,0,0,0,0,0 +506555,0,0,0,0,0 +506556,0,0,0,0,0 +506557,0,0,0,0,0 +506558,0,0,0,0,0 +506559,0,0,0,0,0 +506560,0,0,0,0,0 +506561,0,0,0,0,0 +506562,0,0,0,0,0 +506563,0,0,0,0,0 +506564,0,0,0,0,0 +506565,0,0,0,0,0 +506566,0,0,0,0,0 +506567,0,0,0,0,0 +506568,0,0,0,0,0 +506569,0,0,0,0,0 +506570,0,0,0,0,0 +506571,0,0,0,0,0 +506572,0,0,0,0,0 +506573,0,0,0,0,0 +506574,0,0,0,0,0 +506575,0,0,0,0,0 +506576,0,0,0,0,0 +506577,0,0,0,0,0 +506578,0,0,0,0,0 +506579,0,0,0,0,0 +506580,0,0,0,0,0 +506581,0,0,0,0,0 +506582,0,0,0,0,0 +506583,0,0,0,0,0 +506584,0,0,0,0,0 +506585,0,0,0,0,0 +506586,0,0,0,0,0 +506587,0,0,0,0,0 +506588,0,0,0,0,0 +506589,0,0,0,0,0 +506590,0,0,0,0,0 +506591,0,0,0,0,0 +506592,0,0,0,0,0 +506593,0,0,0,0,0 +506594,0,0,0,0,0 +506595,0,0,0,0,0 +506596,0,0,0,0,0 +506597,0,0,0,0,0 +506598,0,0,0,0,0 +506599,0,0,0,0,0 +506600,0,0,0,0,0 +506601,0,0,0,0,0 +506602,0,0,0,0,0 +506603,0,0,0,0,0 +506604,0,0,0,0,0 +506605,0,0,0,0,0 +506606,0,0,0,0,0 +506607,0,0,0,0,0 +506608,0,0,0,0,0 +506609,0,0,0,0,0 +506610,0,0,0,0,0 +506611,0,0,0,0,0 +506612,0,0,0,0,0 +506613,0,0,0,0,0 +506614,0,0,0,0,0 +506615,0,0,0,0,0 +506616,0,0,0,0,0 +506617,0,0,0,0,0 +506618,0,0,0,0,0 +506619,0,0,0,0,0 +506620,0,0,0,0,0 +506621,0,0,0,0,0 +506622,0,0,0,0,0 +506623,0,0,0,0,0 +506624,0,0,0,0,0 +506625,0,0,0,0,0 +506626,0,0,0,0,0 +506627,0,0,0,0,0 +506628,0,0,0,0,0 +506629,0,0,0,0,0 +506630,0,0,0,0,0 +506631,0,0,0,0,0 +506632,0,0,0,0,0 +506633,0,0,0,0,0 +506634,0,0,0,0,0 +506635,0,0,0,0,0 +506636,0,0,0,0,0 +506637,0,0,0,0,0 +506638,0,0,0,0,0 +506639,0,0,0,0,0 +506640,0,0,0,0,0 +506641,0,0,0,0,0 +506642,0,0,0,0,0 +506643,0,0,0,0,0 +506644,0,0,0,0,0 +506645,0,0,0,0,0 +506646,0,0,0,0,0 +506647,0,0,0,0,0 +506648,0,0,0,0,0 +506649,0,0,0,0,0 +506650,0,0,0,0,0 +506651,0,0,0,0,0 +506652,0,0,0,0,0 +506653,0,0,0,0,0 +506654,0,0,0,0,0 +506655,0,0,0,0,0 +506656,0,0,0,0,0 +506657,0,0,0,0,0 +506658,0,0,0,0,0 +506659,0,0,0,0,0 +506660,0,0,0,0,0 +506661,0,0,0,0,0 +506662,0,0,0,0,0 +506663,0,0,0,0,0 +506664,0,0,0,0,0 +506665,0,0,0,0,0 +506666,0,0,0,0,0 +506667,0,0,0,0,0 +506668,0,0,0,0,0 +506669,0,0,0,0,0 +506670,0,0,0,0,0 +506671,0,0,0,0,0 +506672,0,0,0,0,0 +506673,0,0,0,0,0 +506674,0,0,0,0,0 +506675,0,0,0,0,0 +506676,0,0,0,0,0 +506677,0,0,0,0,0 +506678,0,0,0,0,0 +506679,0,0,0,0,0 +506680,0,0,0,0,0 +506681,0,0,0,0,0 +506682,0,0,0,0,0 +506683,0,0,0,0,0 +506684,0,0,0,0,0 +506685,0,0,0,0,0 +506686,0,0,0,0,0 +506687,0,0,0,0,0 +506688,0,0,0,0,0 +506689,0,0,0,0,0 +506690,0,0,0,0,0 +506691,0,0,0,0,0 +506692,0,0,0,0,0 +506693,0,0,0,0,0 +506694,0,0,0,0,0 +506695,0,0,0,0,0 +506696,0,0,0,0,0 +506697,0,0,0,0,0 +506698,0,0,0,0,0 +506699,0,0,0,0,0 +506700,0,0,0,0,0 +506701,0,0,0,0,0 +506702,0,0,0,0,0 +506703,0,0,0,0,0 +506704,0,0,0,0,0 +506705,0,0,0,0,0 +506706,0,0,0,0,0 +506707,0,0,0,0,0 +506708,0,0,0,0,0 +506709,0,0,0,0,0 +506710,0,0,0,0,0 +506711,0,0,0,0,0 +506712,0,0,0,0,0 +506713,0,0,0,0,0 +506714,0,0,0,0,0 +506715,0,0,0,0,0 +506716,0,0,0,0,0 +506717,0,0,0,0,0 +506718,0,0,0,0,0 +506719,0,0,0,0,0 +506720,0,0,0,0,0 +506721,0,0,0,0,0 +506722,0,0,0,0,0 +506723,0,0,0,0,0 +506724,0,0,0,0,0 +506725,0,0,0,0,0 +506726,0,0,0,0,0 +506727,0,0,0,0,0 +506728,0,0,0,0,0 +506729,0,0,0,0,0 +506730,0,0,0,0,0 +506731,0,0,0,0,0 +506732,0,0,0,0,0 +506733,0,0,0,0,0 +506734,0,0,0,0,0 +506735,0,0,0,0,0 +506736,0,0,0,0,0 +506737,0,0,0,0,0 +506738,0,0,0,0,0 +506739,0,0,0,0,0 +506740,0,0,0,0,0 +506741,0,0,0,0,0 +506742,0,0,0,0,0 +506743,0,0,0,0,0 +506744,0,0,0,0,0 +506745,0,0,0,0,0 +506746,0,0,0,0,0 +506747,0,0,0,0,0 +506748,0,0,0,0,0 +506749,0,0,0,0,0 +506750,0,0,0,0,0 +506751,0,0,0,0,0 +506752,0,0,0,0,0 +506753,0,0,0,0,0 +506754,0,0,0,0,0 +506755,0,0,0,0,0 +506756,0,0,0,0,0 +506757,0,0,0,0,0 +506758,0,0,0,0,0 +506759,0,0,0,0,0 +506760,0,0,0,0,0 +506761,0,0,0,0,0 +506762,0,0,0,0,0 +506763,0,0,0,0,0 +506764,0,0,0,0,0 +506765,0,0,0,0,0 +506766,0,0,0,0,0 +506767,0,0,0,0,0 +506768,0,0,0,0,0 +506769,0,0,0,0,0 +506770,0,0,0,0,0 +506771,0,0,0,0,0 +506772,0,0,0,0,0 +506773,0,0,0,0,0 +506774,0,0,0,0,0 +506775,0,0,0,0,0 +506776,0,0,0,0,0 +506777,0,0,0,0,0 +506778,0,0,0,0,0 +506779,0,0,0,0,0 +506780,0,0,0,0,0 +506781,0,0,0,0,0 +506782,0,0,0,0,0 +506783,0,0,0,0,0 +506784,0,0,0,0,0 +506785,0,0,0,0,0 +506786,0,0,0,0,0 +506787,0,0,0,0,0 +506788,0,0,0,0,0 +506789,0,0,0,0,0 +506790,0,0,0,0,0 +506791,0,0,0,0,0 +506792,0,0,0,0,0 +506793,0,0,0,0,0 +506794,0,0,0,0,0 +506795,0,0,0,0,0 +506796,0,0,0,0,0 +506797,0,0,0,0,0 +506798,0,0,0,0,0 +506799,0,0,0,0,0 +506800,0,0,0,0,0 +506801,0,0,0,0,0 +506802,0,0,0,0,0 +506803,0,0,0,0,0 +506804,0,0,0,0,0 +506805,0,0,0,0,0 +506806,0,0,0,0,0 +506807,0,0,0,0,0 +506808,0,0,0,0,0 +506809,0,0,0,0,0 +506810,0,0,0,0,0 +506811,0,0,0,0,0 +506812,0,0,0,0,0 +506813,0,0,0,0,0 +506814,0,0,0,0,0 +506815,0,0,0,0,0 +506816,0,0,0,0,0 +506817,0,0,0,0,0 +506818,0,0,0,0,0 +506819,0,0,0,0,0 +506820,0,0,0,0,0 +506821,0,0,0,0,0 +506822,0,0,0,0,0 +506823,0,0,0,0,0 +506824,0,0,0,0,0 +506825,0,0,0,0,0 +506826,0,0,0,0,0 +506827,0,0,0,0,0 +506828,0,0,0,0,0 +506829,0,0,0,0,0 +506830,0,0,0,0,0 +506831,0,0,0,0,0 +506832,0,0,0,0,0 +506833,0,0,0,0,0 +506834,0,0,0,0,0 +506835,0,0,0,0,0 +506836,0,0,0,0,0 +506837,0,0,0,0,0 +506838,0,0,0,0,0 +506839,0,0,0,0,0 +506840,0,0,0,0,0 +506841,0,0,0,0,0 +506842,0,0,0,0,0 +506843,0,0,0,0,0 +506844,0,0,0,0,0 +506845,0,0,0,0,0 +506846,0,0,0,0,0 +506847,0,0,0,0,0 +506848,0,0,0,0,0 +506849,0,0,0,0,0 +506850,0,0,0,0,0 +506851,0,0,0,0,0 +506852,0,0,0,0,0 +506853,0,0,0,0,0 +506854,0,0,0,0,0 +506855,0,0,0,0,0 +506856,0,0,0,0,0 +506857,0,0,0,0,0 +506858,0,0,0,0,0 +506859,0,0,0,0,0 +506860,0,0,0,0,0 +506861,0,0,0,0,0 +506862,0,0,0,0,0 +506863,0,0,0,0,0 +506864,0,0,0,0,0 +506865,0,0,0,0,0 +506866,0,0,0,0,0 +506867,0,0,0,0,0 +506868,0,0,0,0,0 +506869,0,0,0,0,0 +506870,0,0,0,0,0 +506871,0,0,0,0,0 +506872,0,0,0,0,0 +506873,0,0,0,0,0 +506874,0,0,0,0,0 +506875,0,0,0,0,0 +506876,0,0,0,0,0 +506877,0,0,0,0,0 +506878,0,0,0,0,0 +506879,0,0,0,0,0 +506880,0,0,0,0,0 +506881,0,0,0,0,0 +506882,0,0,0,0,0 +506883,0,0,0,0,0 +506884,0,0,0,0,0 +506885,0,0,0,0,0 +506886,0,0,0,0,0 +506887,0,0,0,0,0 +506888,0,0,0,0,0 +506889,0,0,0,0,0 +506890,0,0,0,0,0 +506891,0,0,0,0,0 +506892,0,0,0,0,0 +506893,0,0,0,0,0 +506894,0,0,0,0,0 +506895,0,0,0,0,0 +506896,0,0,0,0,0 +506897,0,0,0,0,0 +506898,0,0,0,0,0 +506899,0,0,0,0,0 +506900,0,0,0,0,0 +506901,0,0,0,0,0 +506902,0,0,0,0,0 +506903,0,0,0,0,0 +506904,0,0,0,0,0 +506905,0,0,0,0,0 +506906,0,0,0,0,0 +506907,0,0,0,0,0 +506908,0,0,0,0,0 +506909,0,0,0,0,0 +506910,0,0,0,0,0 +506911,0,0,0,0,0 +506912,0,0,0,0,0 +506913,0,0,0,0,0 +506914,0,0,0,0,0 +506915,0,0,0,0,0 +506916,0,0,0,0,0 +506917,0,0,0,0,0 +506918,0,0,0,0,0 +506919,0,0,0,0,0 +506920,0,0,0,0,0 +506921,0,0,0,0,0 +506922,0,0,0,0,0 +506923,0,0,0,0,0 +506924,0,0,0,0,0 +506925,0,0,0,0,0 +506926,0,0,0,0,0 +506927,0,0,0,0,0 +506928,0,0,0,0,0 +506929,0,0,0,0,0 +506930,0,0,0,0,0 +506931,0,0,0,0,0 +506932,0,0,0,0,0 +506933,0,0,0,0,0 +506934,0,0,0,0,0 +506935,0,0,0,0,0 +506936,0,0,0,0,0 +506937,0,0,0,0,0 +506938,0,0,0,0,0 +506939,0,0,0,0,0 +506940,0,0,0,0,0 +506941,0,0,0,0,0 +506942,0,0,0,0,0 +506943,0,0,0,0,0 +506944,0,0,0,0,0 +506945,0,0,0,0,0 +506946,0,0,0,0,0 +506947,0,0,0,0,0 +506948,0,0,0,0,0 +506949,0,0,0,0,0 +506950,0,0,0,0,0 +506951,0,0,0,0,0 +506952,0,0,0,0,0 +506953,0,0,0,0,0 +506954,0,0,0,0,0 +506955,0,0,0,0,0 +506956,0,0,0,0,0 +506957,0,0,0,0,0 +506958,0,0,0,0,0 +506959,0,0,0,0,0 +506960,0,0,0,0,0 +506961,0,0,0,0,0 +506962,0,0,0,0,0 +506963,0,0,0,0,0 +506964,0,0,0,0,0 +506965,0,0,0,0,0 +506966,0,0,0,0,0 +506967,0,0,0,0,0 +506968,0,0,0,0,0 +506969,0,0,0,0,0 +506970,0,0,0,0,0 +506971,0,0,0,0,0 +506972,0,0,0,0,0 +506973,0,0,0,0,0 +506974,0,0,0,0,0 +506975,0,0,0,0,0 +506976,0,0,0,0,0 +506977,0,0,0,0,0 +506978,0,0,0,0,0 +506979,0,0,0,0,0 +506980,0,0,0,0,0 +506981,0,0,0,0,0 +506982,0,0,0,0,0 +506983,0,0,0,0,0 +506984,0,0,0,0,0 +506985,0,0,0,0,0 +506986,0,0,0,0,0 +506987,0,0,0,0,0 +506988,0,0,0,0,0 +506989,0,0,0,0,0 +506990,0,0,0,0,0 +506991,0,0,0,0,0 +506992,0,0,0,0,0 +506993,0,0,0,0,0 +506994,0,0,0,0,0 +506995,0,0,0,0,0 +506996,0,0,0,0,0 +506997,0,0,0,0,0 +506998,0,0,0,0,0 +506999,0,0,0,0,0 +507000,0,0,0,0,0 +507001,0,0,0,0,0 +507002,0,0,0,0,0 +507003,0,0,0,0,0 +507004,0,0,0,0,0 +507005,0,0,0,0,0 +507006,0,0,0,0,0 +507007,0,0,0,0,0 +507008,0,0,0,0,0 +507009,0,0,0,0,0 +507010,0,0,0,0,0 +507011,0,0,0,0,0 +507012,0,0,0,0,0 +507013,0,0,0,0,0 +507014,0,0,0,0,0 +507015,0,0,0,0,0 +507016,0,0,0,0,0 +507017,0,0,0,0,0 +507018,0,0,0,0,0 +507019,0,0,0,0,0 +507020,0,0,0,0,0 +507021,0,0,0,0,0 +507022,0,0,0,0,0 +507023,0,0,0,0,0 +507024,0,0,0,0,0 +507025,0,0,0,0,0 +507026,0,0,0,0,0 +507027,0,0,0,0,0 +507028,0,0,0,0,0 +507029,0,0,0,0,0 +507030,0,0,0,0,0 +507031,0,0,0,0,0 +507032,0,0,0,0,0 +507033,0,0,0,0,0 +507034,0,0,0,0,0 +507035,0,0,0,0,0 +507036,0,0,0,0,0 +507037,0,0,0,0,0 +507038,0,0,0,0,0 +507039,0,0,0,0,0 +507040,0,0,0,0,0 +507041,0,0,0,0,0 +507042,0,0,0,0,0 +507043,0,0,0,0,0 +507044,0,0,0,0,0 +507045,0,0,0,0,0 +507046,0,0,0,0,0 +507047,0,0,0,0,0 +507048,0,0,0,0,0 +507049,0,0,0,0,0 +507050,0,0,0,0,0 +507051,0,0,0,0,0 +507052,0,0,0,0,0 +507053,0,0,0,0,0 +507054,0,0,0,0,0 +507055,0,0,0,0,0 +507056,0,0,0,0,0 +507057,0,0,0,0,0 +507058,0,0,0,0,0 +507059,0,0,0,0,0 +507060,0,0,0,0,0 +507061,0,0,0,0,0 +507062,0,0,0,0,0 +507063,0,0,0,0,0 +507064,0,0,0,0,0 +507065,0,0,0,0,0 +507066,0,0,0,0,0 +507067,0,0,0,0,0 +507068,0,0,0,0,0 +507069,0,0,0,0,0 +507070,0,0,0,0,0 +507071,0,0,0,0,0 +507072,0,0,0,0,0 +507073,0,0,0,0,0 +507074,0,0,0,0,0 +507075,0,0,0,0,0 +507076,0,0,0,0,0 +507077,0,0,0,0,0 +507078,0,0,0,0,0 +507079,0,0,0,0,0 +507080,0,0,0,0,0 +507081,0,0,0,0,0 +507082,0,0,0,0,0 +507083,0,0,0,0,0 +507084,0,0,0,0,0 +507085,0,0,0,0,0 +507086,0,0,0,0,0 +507087,0,0,0,0,0 +507088,0,0,0,0,0 +507089,0,0,0,0,0 +507090,0,0,0,0,0 +507091,0,0,0,0,0 +507092,0,0,0,0,0 +507093,0,0,0,0,0 +507094,0,0,0,0,0 +507095,0,0,0,0,0 +507096,0,0,0,0,0 +507097,0,0,0,0,0 +507098,0,0,0,0,0 +507099,0,0,0,0,0 +507100,0,0,0,0,0 +507101,0,0,0,0,0 +507102,0,0,0,0,0 +507103,0,0,0,0,0 +507104,0,0,0,0,0 +507105,0,0,0,0,0 +507106,0,0,0,0,0 +507107,0,0,0,0,0 +507108,0,0,0,0,0 +507109,0,0,0,0,0 +507110,0,0,0,0,0 +507111,0,0,0,0,0 +507112,0,0,0,0,0 +507113,0,0,0,0,0 +507114,0,0,0,0,0 +507115,0,0,0,0,0 +507116,0,0,0,0,0 +507117,0,0,0,0,0 +507118,0,0,0,0,0 +507119,0,0,0,0,0 +507120,0,0,0,0,0 +507121,0,0,0,0,0 +507122,0,0,0,0,0 +507123,0,0,0,0,0 +507124,0,0,0,0,0 +507125,0,0,0,0,0 +507126,0,0,0,0,0 +507127,0,0,0,0,0 +507128,0,0,0,0,0 +507129,0,0,0,0,0 +507130,0,0,0,0,0 +507131,0,0,0,0,0 +507132,0,0,0,0,0 +507133,0,0,0,0,0 +507134,0,0,0,0,0 +507135,0,0,0,0,0 +507136,0,0,0,0,0 +507137,0,0,0,0,0 +507138,0,0,0,0,0 +507139,0,0,0,0,0 +507140,0,0,0,0,0 +507141,0,0,0,0,0 +507142,0,0,0,0,0 +507143,0,0,0,0,0 +507144,0,0,0,0,0 +507145,0,0,0,0,0 +507146,0,0,0,0,0 +507147,0,0,0,0,0 +507148,0,0,0,0,0 +507149,0,0,0,0,0 +507150,0,0,0,0,0 +507151,0,0,0,0,0 +507152,0,0,0,0,0 +507153,0,0,0,0,0 +507154,0,0,0,0,0 +507155,0,0,0,0,0 +507156,0,0,0,0,0 +507157,0,0,0,0,0 +507158,0,0,0,0,0 +507159,0,0,0,0,0 +507160,0,0,0,0,0 +507161,0,0,0,0,0 +507162,0,0,0,0,0 +507163,0,0,0,0,0 +507164,0,0,0,0,0 +507165,0,0,0,0,0 +507166,0,0,0,0,0 +507167,0,0,0,0,0 +507168,0,0,0,0,0 +507169,0,0,0,0,0 +507170,0,0,0,0,0 +507171,0,0,0,0,0 +507172,0,0,0,0,0 +507173,0,0,0,0,0 +507174,0,0,0,0,0 +507175,0,0,0,0,0 +507176,0,0,0,0,0 +507177,0,0,0,0,0 +507178,0,0,0,0,0 +507179,0,0,0,0,0 +507180,0,0,0,0,0 +507181,0,0,0,0,0 +507182,0,0,0,0,0 +507183,0,0,0,0,0 +507184,0,0,0,0,0 +507185,0,0,0,0,0 +507186,0,0,0,0,0 +507187,0,0,0,0,0 +507188,0,0,0,0,0 +507189,0,0,0,0,0 +507190,0,0,0,0,0 +507191,0,0,0,0,0 +507192,0,0,0,0,0 +507193,0,0,0,0,0 +507194,0,0,0,0,0 +507195,0,0,0,0,0 +507196,0,0,0,0,0 +507197,0,0,0,0,0 +507198,0,0,0,0,0 +507199,0,0,0,0,0 +507200,0,0,0,0,0 +507201,0,0,0,0,0 +507202,0,0,0,0,0 +507203,0,0,0,0,0 +507204,0,0,0,0,0 +507205,0,0,0,0,0 +507206,0,0,0,0,0 +507207,0,0,0,0,0 +507208,0,0,0,0,0 +507209,0,0,0,0,0 +507210,0,0,0,0,0 +507211,0,0,0,0,0 +507212,0,0,0,0,0 +507213,0,0,0,0,0 +507214,0,0,0,0,0 +507215,0,0,0,0,0 +507216,0,0,0,0,0 +507217,0,0,0,0,0 +507218,0,0,0,0,0 +507219,0,0,0,0,0 +507220,0,0,0,0,0 +507221,0,0,0,0,0 +507222,0,0,0,0,0 +507223,0,0,0,0,0 +507224,0,0,0,0,0 +507225,0,0,0,0,0 +507226,0,0,0,0,0 +507227,0,0,0,0,0 +507228,0,0,0,0,0 +507229,0,0,0,0,0 +507230,0,0,0,0,0 +507231,0,0,0,0,0 +507232,0,0,0,0,0 +507233,0,0,0,0,0 +507234,0,0,0,0,0 +507235,0,0,0,0,0 +507236,0,0,0,0,0 +507237,0,0,0,0,0 +507238,0,0,0,0,0 +507239,0,0,0,0,0 +507240,0,0,0,0,0 +507241,0,0,0,0,0 +507242,0,0,0,0,0 +507243,0,0,0,0,0 +507244,0,0,0,0,0 +507245,0,0,0,0,0 +507246,0,0,0,0,0 +507247,0,0,0,0,0 +507248,0,0,0,0,0 +507249,0,0,0,0,0 +507250,0,0,0,0,0 +507251,0,0,0,0,0 +507252,0,0,0,0,0 +507253,0,0,0,0,0 +507254,0,0,0,0,0 +507255,0,0,0,0,0 +507256,0,0,0,0,0 +507257,0,0,0,0,0 +507258,0,0,0,0,0 +507259,0,0,0,0,0 +507260,0,0,0,0,0 +507261,0,0,0,0,0 +507262,0,0,0,0,0 +507263,0,0,0,0,0 +507264,0,0,0,0,0 +507265,0,0,0,0,0 +507266,0,0,0,0,0 +507267,0,0,0,0,0 +507268,0,0,0,0,0 +507269,0,0,0,0,0 +507270,0,0,0,0,0 +507271,0,0,0,0,0 +507272,0,0,0,0,0 +507273,0,0,0,0,0 +507274,0,0,0,0,0 +507275,0,0,0,0,0 +507276,0,0,0,0,0 +507277,0,0,0,0,0 +507278,0,0,0,0,0 +507279,0,0,0,0,0 +507280,0,0,0,0,0 +507281,0,0,0,0,0 +507282,0,0,0,0,0 +507283,0,0,0,0,0 +507284,0,0,0,0,0 +507285,0,0,0,0,0 +507286,0,0,0,0,0 +507287,0,0,0,0,0 +507288,0,0,0,0,0 +507289,0,0,0,0,0 +507290,0,0,0,0,0 +507291,0,0,0,0,0 +507292,0,0,0,0,0 +507293,0,0,0,0,0 +507294,0,0,0,0,0 +507295,0,0,0,0,0 +507296,0,0,0,0,0 +507297,0,0,0,0,0 +507298,0,0,0,0,0 +507299,0,0,0,0,0 +507300,0,0,0,0,0 +507301,-1180.621056,-475.7675732,-1147.776507,-475.6558723,382.9330425 +507302,-458.9533269,-164.5115657,-433.693592,-164.4014705,1476.257512 +507303,-693.2592286,-262.0143268,-665.7409125,-261.9090044,1169.982584 +507304,-891.4346196,-344.2772055,-858.1025303,-344.1767678,879.6632356 +507305,-1281.81727,-523.8990876,-1249.628304,-523.8024919,83.19472962 +507306,-1164.851702,-473.5060017,-1134.295928,-473.4122565,183.9088567 +507307,-891.3784062,-348.7138526,-860.1472497,-348.6230904,703.1972083 +507308,-1238.562539,-507.1062911,-1207.251344,-507.0185301,60.24512254 +507309,-961.7840342,-381.4214179,-930.1219286,-381.3364704,568.026142 +507310,-1082.973373,-435.4062446,-1050.09102,-435.3243317,403.6612538 +507311,-1169.322496,-474.3856757,-1135.837017,-474.3065852,268.3005778 +507312,-1225.036934,-499.8314527,-1191.284823,-499.7549455,170.1916222 +507313,-1256.233433,-514.3048527,-1222.378789,-514.2307294,107.7704835 +507314,-1270.172045,-521.0009079,-1236.278534,-520.929033,73.44400892 +507315,-1274.614707,-523.3980364,-1240.696724,-523.3283248,55.96308178 +507316,-1274.326519,-523.6367945,-1240.379897,-523.569188,47.84807955 +507317,-1272.051411,-522.9503299,-1238.068193,-522.8847795,44.4344539 +507318,-1269.200786,-521.9726049,-1235.174614,-521.9090622,43.11891232 +507319,-1266.186161,-520.9954547,-1232.350872,-520.933869,42.56888129 +507320,-1263.27351,-520.1355552,-1229.650162,-520.0758732,42.15006303 +507321,-1260.616236,-519.426167,-1227.155856,-519.3683336,41.58824987 +507322,-1258.274985,-518.863744,-1224.928725,-518.8077032,40.78649842 +507323,-1256.25129,-518.3972474,-1222.986664,-518.3430561,39.72978674 +507324,-1254.518345,-517.9985365,-1221.315389,-517.9461874,38.43785044 +507325,-1253.040425,-517.6562977,-1219.885678,-517.6057256,36.94286256 +507326,-1251.782204,-517.3648379,-1218.665282,-517.3159583,35.27908328 +507327,-1250.712242,-517.118942,-1217.624562,-517.0716728,33.47814885 +507328,-1249.803482,-516.9129648,-1216.737902,-516.8672327,31.5676466 +507329,-1249.033007,-516.7414037,-1215.983667,-516.6971429,29.57078476 +507330,-1248.38577,-516.6012493,-1215.347808,-516.5583996,27.50377227 +507331,-1343.423232,-560.8359775,-1311.015342,-560.7944273,-184.4593151 +507332,-1156.941741,-476.303587,-1124.642245,-476.2632886,145.2572011 +507333,-1189.455999,-488.5393762,-1156.692141,-490.5442711,107.9323024 +507334,-1214.449709,-496.378329,-1181.430215,-501.7341706,71.22411125 +507335,-1230.398276,-499.8640187,-1197.230711,-508.9365986,44.54247904 +507336,-1239.298545,-500.2638225,-1206.037039,-512.9755536,27.54583776 +507337,-1243.696453,-498.7946774,-1210.364733,-514.9798864,17.32225751 +507338,-1245.57317,-496.3077996,-1212.179492,-515.8423861,11.11824782 +507339,-1246.166883,-493.3098238,-1212.712998,-516.1235439,7.064784742 +507340,-1246.154778,-490.072037,-1212.640393,-516.1296595,4.092413252 +507341,-1245.87711,-486.7284818,-1212.301632,-516.0140733,1.62911161 +507342,-1245.496282,-483.3403792,-1211.859295,-515.8496655,-0.59881317 +507343,-1245.08716,-479.9324918,-1211.388448,-515.6699601,-2.725164423 +507344,-1244.680576,-476.5122812,-1210.919821,-515.489896,-4.813448364 +507345,-1244.28787,-473.0794817,-1210.465218,-515.3156074,-6.892005546 +507346,-1243.911793,-469.6307066,-1210.028316,-515.1490199,-8.971864142 +507347,-1243.551339,-466.1616607,-1209.609159,-514.9901364,-11.05601729 +507348,-1336.982428,-506.1801998,-1303.594659,-558.350108,-219.0062617 +507349,-1154.134102,-419.8111411,-1120.795191,-475.3583174,104.5625998 +507350,-1186.17252,-430.3899356,-1152.364841,-489.3480637,67.91930878 +507351,-1210.796239,-437.9022505,-1176.751609,-500.308402,31.91863848 +507352,-1226.48201,-441.4489066,-1192.317859,-507.3434191,5.86275361 +507353,-1235.207741,-441.8443598,-1200.985846,-511.2690461,-10.6281722 +507354,-1239.493389,-440.203382,-1205.242033,-513.2002714,-20.45323471 +507355,-1335.605813,-481.1679154,-1301.954547,-557.7786759,-233.429633 +507356,-1152.544124,-394.4255473,-1118.986311,-474.6944747,90.35873087 +507357,-1184.988066,-404.9103149,-1151.002376,-488.8754889,52.97474641 +507358,-1209.740485,-412.2081061,-1175.562329,-499.9103361,16.63027884 +507359,-1225.394208,-415.4697947,-1191.14365,-506.9527571,-9.522521309 +507360,-1233.9996,-415.5451829,-1199.73679,-510.8479693,-25.95790233 +507361,-1229.926127,-39.2965596,-1195.676847,-509.0048489,-20.74436288 +507362,-1203.847851,364.9585567,-1169.679058,-497.1389865,19.82723453 +507363,-1171.337832,173.4277791,-1137.236186,-482.4989377,68.69171988 +507364,-1139.572412,254.5517777,-1105.480451,-468.4214691,115.89518 +507365,-1115.112099,280.5930234,-1080.977671,-457.853996,152.9978852 +507366,-1200.909475,305.1623764,-1167.397076,-498.5298759,-47.51755718 +507367,-1105.602735,328.9911248,-1072.880089,-457.1584429,71.70174963 +507368,-301.9850591,352.8058574,-511.4102515,-321.80751,627.730449 +507369,-619.2304749,339.0331885,-465.5544245,-412.6821382,207.2064933 +507370,-530.4494312,488.1123289,-529.1452804,-205.0687941,1027.905873 +507371,-474.9965624,351.8520123,-490.000202,-249.9129105,328.7249037 +507372,-447.4063461,561.0120369,-414.8007287,-161.2747539,1179.914046 +507373,-422.1572704,475.6766389,-407.3303863,-231.4704398,990.9656341 +507374,-396.4486748,506.1378101,-379.7109805,-257.1630057,904.7235761 +507375,-367.3874778,498.3480121,-352.8726034,-143.7956935,860.8030947 +507376,-347.9773384,328.5366321,-329.0702605,-182.3622998,249.0101807 +507377,-319.1206008,574.6949331,-305.0030975,-149.7271658,1255.224527 +507378,-297.8891559,365.0684445,-280.7042989,-163.2920941,625.1276653 +507379,-273.6725291,417.6427449,-259.1005221,-130.8917377,1321.519721 +507380,-249.9697752,453.6456776,-235.634179,-127.3687943,1037.774052 +507381,-227.9702419,473.5054143,-214.0750466,-115.3880296,1141.16624 +507382,-204.3636393,482.9214361,-192.4174489,-101.0821553,1165.268498 +507383,-182.0695719,488.2604834,-169.3680786,-93.14739394,1189.231445 +507384,88.26421504,687.4902441,112.6257493,61.13768434,1785.581007 +507385,-506.6556786,436.0780897,-516.3760446,-213.7378022,740.6369814 +507386,57.20669829,652.1697213,76.27692579,-22.86378726,1562.611335 +507387,-136.1097345,418.7379751,-131.5772522,-96.89924085,765.9468435 +507388,-77.55759143,663.2486957,-67.79082035,-21.85096399,1578.850592 +507389,162.3515182,478.7722013,165.0447471,49.94339619,1483.687368 +507390,-85.63647924,668.2473125,-59.62082683,-16.71865488,1577.853032 +507391,-261.4186845,626.0392183,-283.8830976,-118.454446,1314.369976 +507392,334.2309755,443.8678352,346.5703302,90.25840449,917.3498623 +507393,-278.1564241,453.1588664,-275.4484103,-107.6629831,1463.859263 +507394,349.9251381,538.8522703,345.5363065,136.9908253,1686.049138 +507395,-245.3977331,514.3289633,-242.0033241,-90.68622137,1039.026807 +507396,206.0969093,721.8955432,201.7926774,73.33130279,1769.729664 +507397,279.9910611,531.3318646,275.7998738,86.24512874,1443.184939 +507398,49.71544898,711.5278915,73.31902028,35.48877629,1676.442179 +507399,-93.13141119,465.9792626,-141.3528005,-58.83193145,908.2302391 +507400,417.495573,540.1226886,429.4549877,175.6968747,1787.783816 +507401,134.7629096,731.2542578,157.0309861,70.42439127,1749.651933 +507402,-22.04303126,691.6682903,-84.8834976,-43.2522631,1478.997218 +507403,399.2050573,465.611295,409.2791549,172.4637041,1293.11231 +507404,242.7053193,537.7525927,222.3188581,95.16682001,1721.152502 +507405,54.04303263,725.3745957,76.96844523,34.17201047,1644.557314 +507406,417.4102193,506.0276998,346.031132,146.0383758,1438.802454 +507407,285.4211136,564.6027218,286.5617058,124.0002134,1732.759251 +507408,129.5389615,744.5059949,151.2133093,64.53650254,1702.495026 +507409,449.4305836,526.8871509,359.8843639,160.0912905,1361.810575 +507410,318.8024394,577.3315936,318.1913666,136.2248472,1780.617808 +507411,148.713918,559.3223175,121.2283265,53.89563934,1433.079367 +507412,556.0663445,605.4870002,521.6690094,229.4452788,1855.617105 +507413,294.3701163,779.5808309,313.4690981,133.1127941,1837.506275 +507414,432.9899203,577.250082,325.4340899,152.097102,1372.28742 +507415,213.9692669,565.5902107,211.6816647,90.47223771,1605.446621 +507416,593.6918631,606.4516119,549.948821,243.5566715,1809.836232 +507417,288.870628,782.8737071,307.6483704,129.6278564,1809.099483 +507418,537.730175,560.8253339,410.71034,193.6751494,1523.558288 +507419,448.362006,595.0188003,437.3181873,189.2979929,1724.511786 +507420,477.6640943,616.4483596,425.0963086,191.0460012,1792.490099 +507421,769.4188864,605.1350759,732.8773801,327.4060805,1727.984796 +507422,906.8278778,592.7849114,856.104707,378.8237677,1660.778396 +507423,892.8187181,595.1971726,853.1970857,377.4699686,1655.551884 +507424,874.1562788,595.5580859,855.4778068,379.1252574,1645.269764 +507425,856.2251705,627.8537667,855.350745,387.2545691,1634.691701 +507426,839.9001907,949.1280977,837.7909373,380.6812059,1623.882594 +507427,825.5182871,790.1539683,821.9845884,373.2561629,1613.645575 +507428,812.9227894,856.950204,808.0321102,366.672578,1604.298767 +507429,801.8175965,878.4568352,795.7110641,360.8671007,1595.278771 +507430,791.9352223,896.6045243,784.7424132,355.7130494,1586.523652 +507431,783.0628722,921.4472174,774.8824817,351.087643,1578.052214 +507432,775.2496638,943.8305908,766.1551494,346.9906647,1570.239292 +507433,768.2957089,965.122095,758.3439912,343.3166215,1562.917295 +507434,761.9778409,987.0564056,751.2148587,339.9551172,1555.827663 +507435,756.1935956,1007.817984,744.6570445,336.8537014,1548.905654 +507436,750.8489765,1029.084027,738.569699,333.9653404,1542.084766 +507437,745.8661415,1049.485914,732.8688683,331.2511899,1535.313344 +507438,741.1815239,1069.635555,727.4855009,328.679509,1528.552421 +507439,736.7429465,1090.342491,722.3629498,326.224434,1521.773002 +507440,732.5075041,1109.567364,717.4547506,323.8649012,1514.953603 +507441,728.4400541,1129.369631,712.7228769,321.5837967,1508.078949 +507442,724.5118448,1148.361952,708.136191,319.3672065,1501.138443 +507443,720.6994176,1167.994465,703.6692459,317.2038374,1494.125393 +507444,716.9836119,1186.574199,699.3012173,315.0845084,1487.035907 +507445,713.3488144,1205.320239,695.0151034,313.0017713,1479.868447 +507446,709.7822704,1223.768475,690.7969916,310.9495679,1472.623039 +507447,706.2735901,1242.056824,686.6355299,308.9229846,1465.30106 +507448,702.8142718,1260.048064,682.5214246,306.9180207,1457.904665 +507449,699.3899387,1277.885417,678.4396437,304.9280444,1450.423191 +507450,696.0087805,1295.601825,674.3978391,302.9567141,1442.885023 +507451,692.6599166,1311.927958,670.3846893,300.999038,1435.282331 +507452,689.3310424,1327.911169,666.3918894,299.0514487,1427.618973 +507453,686.0151602,1343.594855,662.4131407,297.1112608,1419.898512 +507454,682.7094446,1358.959765,658.4448344,295.1769685,1412.124261 +507455,679.4297696,1374.186415,654.5019256,293.2554728,1404.330316 +507456,676.2154745,1389.073212,650.6230899,291.3644289,1396.592457 +507457,673.0210602,1403.247494,646.7624036,289.483008,1388.832141 +507458,669.8476469,1418.440279,642.9206907,287.6116345,1381.055289 +507459,666.6922405,1432.270183,639.094707,285.7488858,1373.260063 +507460,663.5522184,1446.444283,635.2815279,283.8934804,1365.444724 +507461,660.4255711,1460.225409,631.478811,282.0443946,1357.608295 +507462,657.3106971,1473.846716,627.6846434,280.2007919,1349.750188 +507463,654.2063395,1487.2035,623.897499,278.3620047,1341.870315 +507464,651.1114763,1500.506019,620.1161236,276.5274832,1333.968766 +507465,648.0253117,1513.498541,616.3395216,274.6967901,1326.045963 +507466,644.9471776,1526.296357,612.5668703,272.8695621,1318.102376 +507467,641.8765834,1539.1015,608.7975227,271.0455121,1310.138703 +507468,638.8130622,1551.405921,605.0309349,269.2243969,1302.155602 +507469,635.756199,1563.852547,601.2666826,267.4060248,1294.15389 +507470,632.7056086,1575.941796,597.5044038,265.5902301,1286.1343 +507471,629.6609817,1587.859245,593.7438172,263.776882,1278.097678 +507472,626.6220341,1599.824565,589.9846751,261.9658633,1270.044757 +507473,623.5885489,1611.257813,586.2267915,260.1570835,1261.976369 +507474,620.5603137,1622.895461,582.4699919,258.3504565,1253.893211 +507475,617.5371641,1634.161432,578.7141505,256.5459169,1245.796067 +507476,614.5189338,1645.340302,574.9591424,254.7433993,1237.685585 +507477,611.5054699,1656.353297,571.2048637,252.9428471,1229.56246 +507478,608.4966115,1667.150255,567.4512011,251.1060193,1221.427235 +507479,605.4922463,1677.96335,563.6192468,249.2486437,1213.280538 +507480,602.4922439,1688.546644,559.737347,247.3884585,1205.122875 +507481,600.6720484,1701.378658,557.0161561,246.0676611,1199.09223 +507482,598.9421329,1712.04936,554.4600018,244.8238171,1193.397101 +507483,597.2514202,1722.098968,551.9821884,243.6163861,1187.857348 +507484,595.5435456,1732.666033,549.4893849,242.4040544,1182.292024 +507485,593.7937518,1750.114454,546.942409,241.1700383,1176.624894 +507486,591.9993009,1749.055163,544.3376467,239.9132158,1170.846067 +507487,590.1657403,1774.551681,541.683788,238.6376917,1164.968611 +507488,588.2995186,1763.332834,538.9901087,237.3476513,1159.007312 +507489,586.4058767,1766.006546,536.2636438,236.0461865,1152.973631 +507490,584.4888247,1797.920384,533.50944,234.7354582,1146.876044 +507491,582.551591,1794.429307,530.7314315,233.4171116,1140.721479 +507492,580.5968695,1805.94031,527.9328454,232.0924652,1134.515912 +507493,578.6269892,1814.497017,525.1164651,230.7626342,1128.264749 +507494,576.6439353,1823.022809,522.2846148,229.4285255,1121.972723 +507495,574.649418,1831.338733,519.4392934,228.0909019,1115.644091 +507496,572.6448823,1839.548629,516.5821418,226.7503697,1109.282524 +507497,570.6315634,1847.703788,513.7145753,225.4074406,1102.891325 +507498,568.6104867,1855.450304,510.8377443,224.0625142,1096.47332 +507499,566.582535,1863.447889,507.9526559,222.7159343,1090.031079 +507500,564.5373706,1871.153647,505.0490481,221.3629307,1083.546655 +507501,562.5067353,1878.612815,502.1587518,220.0178791,1077.078613 +507502,560.4512962,1886.116458,499.2424926,218.6628327,1070.556214 +507503,558.4003102,1893.425293,496.3296058,217.3110487,1064.03341 +507504,556.2606228,1900.617957,493.4116589,215.9586188,1057.495455 +507505,554.0703845,1907.695722,490.4891724,214.6057106,1050.943844 +507506,551.8707663,1914.736683,487.5624654,213.2524068,1044.379665 +507507,549.6795008,1921.436935,484.6317802,211.8987616,1037.803828 +507508,547.4988562,1928.125891,481.6972782,210.5447959,1031.217058 +507509,545.3260121,1934.831606,478.759138,209.1905429,1024.62008 +507510,543.1580117,1941.223524,475.8174787,207.836012,1018.013479 +507511,540.9929863,1947.027361,472.8724507,206.4812302,1011.397867 +507512,538.8268593,1952.837923,469.9248933,205.1265244,1004.773725 +507513,542.5444614,1958.415517,472.8626117,206.4481224,1008.845733 +507514,547.5123378,1963.841955,477.0530623,208.3384544,1015.191936 +507515,552.7533489,1969.034908,481.5188661,210.3527771,1286.657497 +507516,557.4624655,1974.396519,485.4400858,212.1194098,1179.295029 +507517,758.6994404,1979.197608,489.194428,213.8116966,1216.61215 +507518,701.3368209,1984.127026,492.8131668,215.4451182,1236.819241 +507519,727.6503488,1988.824463,496.3214451,217.0317797,1250.081605 +507520,751.0896992,1993.393949,499.737094,218.580036,1263.231089 +507521,767.7613295,1997.825585,503.0732061,220.0958546,1276.267797 +507522,784.5112448,2002.121155,506.3401941,221.5838716,1288.512604 +507523,800.8326485,2006.282765,509.5467526,223.0478847,1301.266855 +507524,816.9684715,2010.311594,512.7002724,224.4910656,1313.259764 +507525,833.286782,2014.302549,515.8069617,225.9160261,1325.709617 +507526,849.0537765,2017.932774,518.8720673,227.3249301,1337.301831 +507527,865.143507,2021.634613,521.8999537,228.7195371,1349.05158 +507528,880.8344044,2025.12809,524.8942873,230.1012932,1360.890352 +507529,896.4933203,2028.50676,527.8581251,231.4713767,1372.230446 +507530,912.0171748,2031.758071,530.7940493,232.830762,1383.583195 +507531,927.3112215,2034.788326,533.7042229,234.1802467,1394.610329 +507532,943.1349032,2037.921965,536.5904918,235.5204992,1405.938961 +507533,957.7315783,2040.729623,539.4444365,236.8475362,1416.731275 +507534,973.4604801,2043.49118,542.2805005,238.1689202,1427.567515 +507535,988.3931046,2046.1149,545.1035873,239.4817856,1438.250599 +507536,1003.298673,2048.614712,547.9095343,240.7808619,1448.619054 +507537,1018.861384,2050.991848,550.6990783,242.0654299,1459.410416 +507538,1033.232424,2053.246482,553.4618907,243.3364959,1469.808045 +507539,1048.125314,2055.379459,556.1916822,244.5954055,1479.744016 +507540,1063.313026,2057.391313,558.8880479,245.8433244,1490.033247 +507541,960.5981853,2005.931715,561.4780403,247.0468846,1269.008006 +507542,973.4861061,2006.598125,561.8651478,247.2086036,1276.790678 +507543,987.2510763,2007.681919,561.1905166,246.8552251,1284.17658 +507544,1000.963614,2008.755191,560.1776959,246.3893166,1292.291967 +507545,1015.332628,2009.802613,559.8721738,246.2904663,1300.743999 +507546,1029.418677,2010.784845,559.9865527,246.4117875,1308.977704 +507547,1042.96068,2011.686025,560.4501663,246.7064568,1317.222235 +507548,1057.667315,2012.49587,561.18062,247.1284833,1325.981464 +507549,1071.526633,2013.209584,562.1193726,247.6471332,1333.940691 +507550,1085.689656,2013.824527,563.2284451,248.2431303,1342.401763 +507551,1099.79867,2014.339387,564.4809322,248.9030488,1350.639623 +507552,1113.640569,2014.753346,565.8551682,249.6161922,1358.71572 +507553,1128.194322,2015.066095,567.3324839,250.3734691,1367.13244 +507554,1142.080286,2015.277408,568.8966596,251.1671239,1375.142462 +507555,1156.240962,2015.387428,646.5748922,251.9906413,1383.249465 +507556,1170.351969,2015.396199,620.4562247,252.838612,1391.278573 +507557,1184.463187,2015.30344,636.3604961,253.7065764,1399.080849 +507558,1198.263384,2015.109077,646.2659211,254.5908531,1407.286436 +507559,1212.889543,2014.813691,654.704521,255.4883969,1415.012731 +507560,1226.752222,2014.417767,663.0071124,256.3966907,1422.857429 +507561,1241.301616,2013.92214,671.3932348,257.3136528,1430.619216 +507562,1254.840382,2013.327181,679.5191628,258.2375668,1438.328097 +507563,1269.29569,2012.633663,687.5766477,262.927495,1445.988094 +507564,1283.354319,2011.841917,695.7050849,301.2288186,1453.382833 +507565,1297.512547,2010.952656,703.621839,302.6300074,1461.289185 +507566,1311.272676,2009.965842,711.4367336,277.3945008,1468.622894 +507567,1326.119282,2008.881995,719.3759166,301.6784811,1476.345669 +507568,1339.966645,2007.701712,726.9891256,306.4410313,1483.384287 +507569,1354.19423,2006.426016,734.8065636,307.2152756,1490.936134 +507570,1368.468589,2005.055292,742.3846841,312.3652138,1498.18832 +507571,1382.394627,2003.363323,749.7053331,316.3679098,1505.447424 +507572,1396.280367,2001.532716,756.9185867,320.1899782,1512.623984 +507573,1410.268842,1999.585723,763.9717556,324.1341454,1519.81983 +507574,1424.158748,1997.528741,771.280926,327.889684,1526.882206 +507575,1438.036481,1995.365708,777.9480731,331.6176546,1533.723365 +507576,1452.033275,1993.098775,785.1403729,335.3862191,1541.1464 +507577,1465.881301,1990.730053,791.7988383,338.9896179,1547.881315 +507578,1479.898459,1988.260853,798.9168696,342.6911693,1554.891501 +507579,1493.757836,1985.692827,805.3977331,346.2083591,1561.719226 +507580,1507.789563,1983.027004,812.0742399,349.8392395,1568.594953 +507581,1521.667441,1980.264836,818.888511,353.3304832,1575.330415 +507582,1535.717568,1977.40726,825.3676648,356.7702542,1582.11644 +507583,1549.612927,1974.361738,832.0436949,360.3541776,1588.760397 +507584,1563.68925,1971.541798,838.1724505,363.6050874,1595.428907 +507585,1577.607856,1968.21029,844.9049388,367.1176606,1602.057323 +507586,1591.710075,1965.058038,851.1483951,370.4284681,1608.572538 +507587,1605.653151,1961.727114,857.4908083,373.7675203,1615.14147 +507588,1619.57407,1958.318118,863.6088691,376.9939589,1621.541426 +507589,1633.717035,1954.822532,870.0739936,380.3635224,1628.007042 +507590,1647.550142,1951.226653,876.0474798,383.5138334,1634.130741 +507591,1661.514504,1947.565323,882.4227066,386.7698188,1640.668165 +507592,1675.619825,1943.811076,888.257011,389.8906306,1647.023807 +507593,1689.150644,1939.971972,894.426331,393.2245235,1653.230785 +507594,1704.065806,1935.957073,900.2367819,396.1296291,1659.475133 +507595,1717.771517,1932.080923,906.4506723,399.4193311,1665.686757 +507596,1731.915847,1927.93181,912.2405442,402.4386241,1671.77961 +507597,1746.16133,1923.776299,918.1446203,405.5114876,1677.9114 +507598,1760.194546,1919.517332,923.9006487,408.5202191,1683.743368 +507599,1774.447119,1915.286816,929.7626139,411.5666955,1689.974238 +507600,1788.511762,1910.744586,935.449075,414.4509805,1695.735482 +507601,1561.361346,1795.704569,699.2641969,308.0703349,1216.416107 +507602,1568.239759,1788.006555,699.089404,308.1619472,1213.887325 +507603,1578.749042,1781.077815,701.1694506,309.4583548,1212.249045 +507604,1589.439221,1774.478547,703.8606162,310.9451517,1212.167826 +507605,1600.523271,1767.937072,706.9127743,312.6746458,1212.692091 +507606,1612.033323,1761.750648,710.1184957,314.418551,1213.710151 +507607,1623.757469,1755.226741,713.7142359,316.3149672,1215.043688 +507608,1635.503123,1748.938574,716.985689,318.1890645,1216.592534 +507609,1647.494525,1742.4809,720.7587968,320.1169141,1218.293592 +507610,1659.607963,1736.205196,724.3351041,322.031773,1220.035351 +507611,1671.682542,1729.741607,728.0462278,324.0441933,1222.10089 +507612,1683.986634,1723.315088,731.7895233,326.006854,1224.063228 +507613,1695.799371,1716.927564,735.4953848,328.0126039,1226.187001 +507614,1709.052451,1710.240492,739.4536167,329.9900917,1228.461211 +507615,1721.117675,1703.879316,743.3340924,332.0739297,1230.579071 +507616,1733.908894,1697.250906,747.0700603,334.0745948,1232.931901 +507617,1746.573338,1690.682656,751.1030983,336.152732,1235.346338 +507618,1759.28506,1684.067262,755.1630687,338.2166407,1237.811292 +507619,1772.303011,1677.41812,759.138889,340.3549863,1240.429678 +507620,1785.010375,1670.736053,763.0446531,342.3654926,1243.006499 +507621,1798.159012,1664.020281,767.4855305,344.570626,1245.538715 +507622,1811.093635,1657.270373,771.1095205,346.6500846,1248.175903 +507623,1824.323469,1650.486064,775.4439553,348.6502307,1250.923071 +507624,1837.468164,1643.667042,779.8823456,350.9901821,1253.892363 +507625,1850.722729,1665.522904,783.4776853,353.0474164,1256.344229 +507626,1863.954499,1589.276947,788.1634531,355.1408907,1259.839435 +507627,1877.42543,1641.899116,792.1991286,357.5156893,1262.188607 +507628,1890.794448,1635.363834,796.3146827,359.4230872,1265.027749 +507629,1904.273408,1578.273996,800.8723255,361.803698,1268.47632 +507630,1917.799326,1614.022019,805.0075591,363.9202156,1271.199048 +507631,1930.998026,1614.702852,809.0640116,366.121727,1274.292345 +507632,1944.080933,1556.635447,813.6829735,368.1476954,1277.322915 +507633,1957.41241,1593.806023,817.9868798,370.5198432,1280.466782 +507634,1970.555359,1586.775314,821.9129149,372.6064037,1283.538983 +507635,1983.793819,1541.992806,826.4055192,374.8108586,1286.720855 +507636,2002.70527,1590.193179,830.3761942,376.9938118,1289.937833 +507637,2019.838998,1515.230702,835.1628525,379.0742132,1293.100727 +507638,2027.023466,1582.876183,839.2120939,381.4624118,1296.001384 +507639,2009.612304,1495.803749,843.6131201,383.6917894,1299.805848 +507640,2066.311409,1566.688131,847.9484189,385.5845177,1302.880053 +507641,2059.337632,1483.229936,852.2998704,388.1034359,1306.188606 +507642,2076.614692,1545.76547,856.6614399,390.1913904,1309.559345 +507643,2090.292784,1473.827725,861.0338215,392.2814633,1312.959579 +507644,2103.524342,1522.400942,865.4154546,394.7444218,1316.321371 +507645,2116.731518,1465.948399,869.8070742,396.9968659,1319.737545 +507646,2130.415731,1498.002004,874.2072246,398.9931722,1323.111794 +507647,2143.560582,1458.637536,878.616668,401.1760683,1326.632504 +507648,2157.042163,1472.856984,883.0340247,403.6573975,1330.063254 +507649,2170.526224,1451.851167,887.4198703,405.7532733,1333.496222 +507650,2183.660923,1450.467765,891.9095872,408.0200933,1337.076434 +507651,2197.420929,1440.369972,895.9473801,410.2585288,1340.497809 +507652,2210.576608,1432.821517,900.9690218,412.4987078,1344.11772 +507653,2224.085035,1424.807007,905.1029378,414.5630637,1362.958824 +507654,2237.499257,1416.759167,909.6880356,417.0950361,1345.79529 +507655,2251.020347,1408.75803,914.0792332,419.2010039,1339.448001 +507656,2264.290048,1400.670143,918.6239177,421.4844416,1365.776405 +507657,2279.959145,1392.711625,923.0719429,423.7338844,1355.701299 +507658,2287.995348,1384.489061,927.5142883,425.9855957,1360.114652 +507659,2306.225649,1380.247667,932.0761884,428.0562226,1362.530425 +507660,2317.783533,1370.342403,936.4817078,430.6197935,1364.602635 +507661,2582.78833,1459.339654,1175.169679,539.3158638,1797.811563 +507662,2578.365161,1465.154472,1181.947458,542.3423246,1812.795751 +507663,2601.549089,1452.607889,1187.458088,545.5209572,1797.316658 +507664,2608.691145,1445.920941,1192.557917,548.1108489,1813.750318 +507665,2626.17083,1438.503567,1197.031338,550.6416762,1817.317167 +507666,2646.484425,1430.663158,1201.699143,553.0298384,1826.703006 +507667,2650.035416,1422.935012,1206.060572,555.4103185,1823.913072 +507668,2666.38433,1414.804578,1210.202407,557.7153258,1830.610736 +507669,2680.294001,1407.059898,1214.421461,559.9870574,1835.055612 +507670,2692.800051,1399.006129,1218.495882,562.2236967,1838.839716 +507671,2705.986353,1391.005157,1222.514907,564.4292207,1842.835894 +507672,2726.219138,1382.975723,1226.469899,566.6053563,1846.874076 +507673,2722.654605,1374.826361,1230.365253,568.7533612,1850.683997 +507674,2754.698075,1366.9612,1234.202108,570.8746218,1854.52889 +507675,2756.134613,1358.693476,1237.984273,572.9706492,1858.29816 +507676,2770.325836,1350.564993,1241.711387,575.0401555,1861.989068 +507677,2783.805717,1342.566351,1245.387118,577.0861473,1865.518316 +507678,2803.267565,1334.385343,1249.01104,579.1079911,1869.366746 +507679,2807.220411,1326.271313,1252.585892,581.1061925,1872.863213 +507680,2829.379172,1318.29244,1249.092041,580.1284474,1876.468906 +507681,2853.608508,1310.348676,1251.214574,581.4556073,1885.47073 +507682,2859.326848,1302.022097,1253.995698,583.0795697,1875.844795 +507683,2871.680054,1293.831832,1256.919373,584.7636208,1894.356744 +507684,2891.851126,1285.777751,1259.881789,586.4658395,1888.520013 +507685,2898.309344,1277.561625,1262.847199,588.1689082,1893.291806 +507686,2916.136584,1269.425628,1265.798759,589.865771,1897.163149 +507687,2923.122038,1290.083523,1268.73111,591.5537765,1900.127345 +507688,2938.812356,1220.472266,1271.639104,593.2305318,1903.258458 +507689,2946.048085,1271.15242,1274.522395,594.8955779,1906.424838 +507690,2954.806307,1249.469498,1277.461026,596.5476705,1909.484761 +507691,2959.595196,1231.266465,1279.923948,598.0831008,1912.515944 +507692,2963.907801,1242.324633,1282.490181,599.5827153,1915.389553 +507693,2968.214605,1224.375258,1284.932893,601.0583188,1918.577711 +507694,2972.904658,1225.057429,1287.341859,602.5121792,1926.494179 +507695,2978.013683,1216.944278,1289.709764,603.9846015,1922.95329 +507696,2983.318806,1211.424286,1292.036419,604.9530418,1926.743109 +507697,2988.982741,1205.532643,1297.572838,606.9529898,1930.844412 +507698,2995.044451,1199.723951,1293.882662,608.0463896,1932.676752 +507699,3001.555217,1193.746564,1309.539911,609.464876,1940.518648 +507700,3008.331822,1187.946398,1284.612172,610.8061184,1937.507841 +507701,3014.985632,1182.102582,1311.087723,612.1292188,1940.372101 +507702,3021.82091,1176.216612,1303.508083,613.4342216,1948.438968 +507703,3028.87876,1170.607932,1307.161087,614.7223851,1946.0111 +507704,3035.986239,1164.691079,1309.224125,615.9932792,1952.663562 +507705,3043.078904,1159.025978,1311.357346,617.2598438,1950.907819 +507706,3050.151883,1153.314235,1313.278861,618.466518,1956.026194 +507707,3057.171126,1147.639681,1315.316031,619.7520062,1954.457028 +507708,3063.940816,1141.996281,1317.089411,620.9325614,1954.298164 +507709,3070.593049,1136.458053,1319.019561,622.1719751,1951.306787 +507710,3076.41971,1132.2439,1328.246854,626.4293691,1947.603293 +507711,3080.895806,1126.939795,1331.046946,628.0707785,1943.745584 +507712,3084.565862,1121.72665,1333.461793,629.4422075,1939.853281 +507713,3088.06436,1116.399273,1335.522396,630.8516738,1936.007301 +507714,3091.691542,1111.167709,1337.681393,632.1278243,1932.234656 +507715,3095.501495,1105.969307,1339.696918,633.4072192,1928.540816 +507716,3099.453004,1100.817959,1341.581326,634.6531552,1924.925749 +507717,3103.494251,1095.717431,1343.728554,635.9170041,1921.386718 +507718,3107.591744,1090.738175,1345.409324,637.0144945,1917.920366 +507719,3111.730067,1085.646815,1347.329174,638.2863815,1914.524023 +507720,3115.902091,1080.848578,1349.116723,639.4114068,1911.194025 +507721,3119.74237,1098.751716,1398.145048,663.5409237,1907.604507 +507722,3126.006029,1095.349918,1402.614647,665.9247624,1906.789166 +507723,3133.723862,1091.466467,1405.913766,667.8430313,1907.57681 +507724,3140.925792,1087.533798,1409.071333,669.624868,1908.594617 +507725,3147.339813,1083.563643,1412.025572,671.3032966,1909.173173 +507726,3153.028776,1079.598131,1415.896451,672.9135216,1909.21148 +507727,3158.224699,1075.660794,1426.360312,674.4717389,1908.799351 +507728,3163.221659,1071.76656,1404.387983,675.9895862,1908.118978 +507729,3168.380933,1067.925581,1429.946234,677.4738901,1907.235359 +507730,3173.10775,1064.143855,1422.914323,678.8833104,1906.139041 +507731,3177.792048,1060.427041,1427.113799,680.3781243,1904.891248 +507732,3182.714387,1056.777782,1433.117684,681.7928538,1903.513784 +507733,3187.255879,1053.200264,1431.70704,683.1093678,1902.022773 +507734,3192.075439,1049.696765,1446.575256,684.4972488,1900.419521 +507735,3196.240761,1046.270373,1411.321601,685.7771682,1898.800438 +507736,3201.090181,1042.923182,1450.546227,687.1573475,1897.145568 +507737,3205.700466,1039.658257,1451.210403,688.4153474,1895.341072 +507738,3210.756953,1036.47719,1421.038384,689.693388,1893.512428 +507739,3215.531704,1033.382616,1465.173558,690.9451109,1891.647641 +507740,3220.286151,1030.223705,1427.191806,692.186487,1889.727962 +507741,3225.501546,1027.359342,1472.818665,693.4573563,1887.877194 +507742,3230.515996,1024.566024,1422.371276,694.9043683,1886.056608 +507743,3235.847478,1021.88321,1480.649298,696.4261309,1884.45723 +507744,3241.177355,1019.070294,1443.708488,698.0062118,1882.83306 +507745,3246.106896,1016.435594,1456.860016,699.7590625,1880.873811 +507746,3251.093872,1013.772423,1458.626829,701.3176025,1878.927601 +507747,3256.430636,1011.147438,1459.394784,703.2295046,1877.219921 +507748,3262.331417,1008.5492,1461.078395,704.9354769,1875.693808 +507749,3268.128179,1005.976808,1462.74618,706.8150452,1874.300664 +507750,3274.046935,1003.428917,1464.131403,708.7538671,1873.001512 +507751,3280.05595,1000.974219,1466.044952,710.7081251,1871.765719 +507752,3286.085387,998.5569331,1467.651391,712.853507,1870.56992 +507753,3292.085489,996.1700147,1469.329915,714.9393933,1869.393305 +507754,3298.043272,993.8105511,1471.04962,717.1194462,1868.225226 +507755,3303.964553,991.4775288,1472.552741,719.3410261,1867.060539 +507756,3309.858901,989.2183868,1474.358704,721.6107778,1865.896634 +507757,3315.730843,986.8945471,1475.923996,723.9282724,1864.729548 +507758,3321.577731,984.6677397,1477.475422,726.2920181,1863.55259 +507759,3327.401666,982.3998986,1479.108659,728.7035391,1862.364378 +507760,3333.208184,980.2099394,1480.511548,731.1607708,1861.167159 +507761,3339.002065,978.019474,1482.215569,733.6648471,1859.963737 +507762,3344.78212,975.847314,1483.676952,736.2145488,1858.753071 +507763,3350.695987,971.0664577,1479.116054,737.0104021,1857.418642 +507764,3357.122819,968.415219,1479.283359,739.4328904,1856.097753 +507765,3364.03625,966.0476298,1480.209694,742.1198131,1854.485066 +507766,3370.976407,963.7772155,1481.320074,744.7671091,1852.887922 +507767,3377.697933,961.5637585,1482.263657,747.5795828,1851.333781 +507768,3384.179436,959.3921387,1483.635738,750.3095558,1849.829411 +507769,3390.629313,957.2562209,1489.998163,753.2145061,1848.482947 +507770,3396.939908,955.1522566,1483.594613,756.0723146,1847.158091 +507771,3402.996822,953.0788124,1487.828607,759.1263821,1845.728717 +507772,3408.993898,951.0340505,1488.648726,762.112088,1844.317833 +507773,3414.98519,949.0178045,1489.537011,765.1968297,1842.951841 +507774,3420.938382,947.0288272,1490.81715,768.3235916,1841.598061 +507775,3426.859868,945.0670984,1491.939807,771.5005935,1840.256349 +507776,3432.748657,943.1315619,1493.033899,774.7269057,1838.921757 +507777,3438.606607,941.2223227,1494.202969,778.0021893,1837.592196 +507778,3444.43756,939.272682,1495.30058,781.3264123,1836.267649 +507779,3450.243341,937.5110193,1496.257922,784.6988198,1834.946954 +507780,3456.032165,935.6305827,1497.600201,788.1187275,1833.634876 +507781,3462.732394,900.5823646,1420.263727,758.2348736,1836.284598 +507782,3461.6342,898.2345525,1422.112093,761.2787988,1831.18389 +507783,3458.300021,896.0847624,1421.385281,764.4290034,1822.923779 +507784,3456.987243,893.9536961,1421.63039,767.6751914,1815.386605 +507785,3458.449488,891.8636463,1421.865412,770.9788728,1809.659219 +507786,3462.086459,889.801818,1422.050258,774.3343208,1805.623103 +507787,3467.030179,887.8289248,1422.261762,777.7392758,1802.824306 +507788,3472.657863,885.7235891,1422.381479,781.1909449,1800.866058 +507789,3478.609146,883.7783826,1422.578503,784.6317919,1799.490146 +507790,3484.725831,881.8005541,1422.726707,788.2590722,1798.541621 +507791,3490.919667,879.8534702,1422.881892,791.803949,1797.921495 +507792,3497.157,877.9267417,1423.021281,795.5003245,1797.560317 +507793,3503.402617,875.9577041,1423.131991,799.0824974,1797.4051 +507794,3509.639466,874.1629104,1423.150554,802.8371077,1797.415585 +507795,3515.874247,872.2516148,1423.444884,806.5807908,1797.563085 +507796,3522.086262,870.4128648,1423.446923,810.3147063,1797.819449 +507797,3528.260975,868.5839959,1423.547564,814.2354184,1798.157998 +507798,3534.408032,866.7734014,1423.633377,818.0643546,1798.562063 +507799,3540.518405,864.9815617,1423.690355,821.9835295,1799.019943 +507800,3546.589467,863.2076753,1423.746494,825.9310728,1799.52152 +507801,3552.634192,861.4521672,1423.789529,829.9158892,1800.058751 +507802,3558.642814,859.7142026,1423.821267,833.9368182,1800.625085 +507803,3564.61343,857.994212,1423.843058,837.9943958,1801.21547 +507804,3570.558533,856.2913932,1423.859078,842.0850638,1801.825659 +507805,3576.463332,854.6061524,1423.851991,847.7624512,1802.447992 +507806,3582.32602,852.9376839,1423.844512,851.2028383,1803.079911 +507807,3588.152605,851.2863986,1423.823657,856.5275237,1803.721568 +507808,3593.948511,849.7127162,1423.792028,859.6035368,1804.372667 +507809,3599.712222,848.0045395,1423.750774,865.8509975,1805.029867 +507810,3605.447039,846.4453439,1423.69825,867.7301939,1805.69427 +507811,3611.151595,844.8748758,1423.664235,874.4266703,1806.36389 +507812,3616.385143,843.340598,1428.98206,873.6759547,1807.160593 +507813,3620.462074,841.8296791,1416.021613,883.4242078,1807.848334 +507814,3623.559548,840.3396183,1432.280896,877.9459933,1808.577016 +507815,3625.887564,838.869938,1415.670669,871.8669367,1809.393692 +507816,3627.56805,837.4198646,1432.132929,895.8429601,1810.266968 +507817,3628.444032,833.2162222,1409.551557,888.6959094,1810.983415 +507818,3629.603846,831.3305372,1419.105856,894.3263373,1811.452656 +507819,3631.103686,829.6626807,1415.340298,897.6555255,1811.994156 +507820,3632.395709,828.0725342,1415.105066,900.8809478,1812.640885 +507821,3633.131493,826.528274,1414.925805,904.0603213,1813.340992 +507822,3633.32662,825.0180304,1414.606536,907.1871587,1814.120253 +507823,3633.046545,823.5360868,1414.321481,910.2594149,1814.964879 +507824,3632.361086,822.078964,1414.062603,913.3410971,1815.861218 +507825,3631.319221,820.5845931,1413.826042,916.1956687,1816.799392 +507826,3629.946537,819.2598372,1413.592484,919.135617,1817.770349 +507827,3628.255986,817.82461,1413.38409,921.9513494,1818.766262 +507828,3626.256302,816.4600306,1413.185508,924.7076918,1819.781507 +507829,3623.953974,815.1645908,1413.000101,927.3239962,1820.811616 +507830,3621.349465,813.7721941,1412.901884,930.2962007,1821.853981 +507831,3618.570631,812.5026947,1412.765433,932.851481,1822.905606 +507832,3615.569478,811.194606,1412.6273,935.4267728,1823.961735 +507833,3612.290101,809.9101164,1412.498908,937.7312439,1825.019117 +507834,3608.695865,808.6402608,1412.379965,940.0953844,1826.076863 +507835,3604.784706,807.3846883,1412.265663,942.3070931,1827.134808 +507836,3600.566526,806.1427658,1412.172979,944.432094,1828.193329 +507837,3596.049929,804.9141274,1412.079004,946.4570091,1829.252593 +507838,3591.239595,803.6989799,1412.020706,948.3997626,1830.312713 +507839,3586.129118,802.4953944,1411.952793,950.2149367,1831.37607 +507840,3580.718633,801.3027916,1411.887604,951.9136963,1832.440924 +507841,3580.318826,730.0290741,1234.7478,885.2219256,1845.231801 +507842,3567.193736,726.9574422,1263.592836,885.4100222,1844.818055 +507843,3549.78323,724.3624116,1234.978652,886.0641236,1838.147891 +507844,3535.161428,721.9473604,1234.030998,886.70255,1832.318747 +507845,3524.946139,719.6862111,1232.549067,887.3123105,1829.384478 +507846,3518.230727,717.4139308,1230.431803,887.8687937,1829.290332 +507847,3513.620325,715.0885492,1230.525474,888.2964218,1831.322899 +507848,3510.016878,712.8913505,1225.761551,907.1032942,1834.790951 +507849,3506.949834,710.6694051,1223.757331,862.0327345,1839.355264 +507850,3504.108315,708.4705984,1221.161017,902.4706072,1844.738795 +507851,3501.172903,706.2871511,1231.166612,894.2756523,1850.637883 +507852,3498.252632,704.1666528,1197.064951,878.2920877,1857.0735 +507853,3495.281272,701.882833,1222.518651,902.4440986,1863.941065 +507854,3492.122528,699.8379895,1208.977369,877.3598664,1871.09087 +507855,3488.803734,697.7057201,1208.158299,895.392024,1878.503485 +507856,3485.291424,695.5041765,1205.682003,886.6986632,1886.118369 +507857,3481.572519,693.8558381,1203.247207,889.1300413,1893.89575 +507858,3477.675477,689.4194624,1196.774504,884.850646,1901.832471 +507859,3472.792573,687.3039449,1193.249944,884.381097,1909.921417 +507860,3467.515161,684.9684308,1190.568483,884.0801335,1918.132172 +507861,3462.13059,682.676304,1187.574275,883.8972865,1926.432873 +507862,3457.440096,680.5221888,1191.671256,883.5913077,1934.781414 +507863,3453.131821,678.2769396,1171.954302,883.4273234,1943.186791 +507864,3449.075517,676.0311933,1184.135732,883.1617505,1951.62485 +507865,3445.129595,673.8893488,1175.409837,883.0642615,1960.048295 +507866,3441.266968,671.6472186,1173.749342,882.8512802,1968.467798 +507867,3437.47708,669.3993727,1171.022921,882.7687006,1976.886133 +507868,3433.749563,667.2533913,1168.032792,882.5543703,1985.296312 +507869,3430.089916,665.0136821,1165.416772,882.5009989,1993.698912 +507870,3426.504003,662.7652371,1162.532543,882.4368837,2002.092549 +507871,3423.0086,660.0684551,1158.41586,881.7399922,2010.482308 +507872,3419.651859,657.1847313,1153.985309,880.8859654,2018.878075 +507873,3416.435491,654.2453619,1149.625747,879.941176,2027.282596 +507874,3413.334511,651.3654888,1145.104735,878.9201452,2035.691938 +507875,3410.325006,648.3233718,1140.287728,877.8324989,2044.10324 +507876,3407.119289,645.383877,1135.687238,876.7407376,2052.51742 +507877,3404.294933,642.328209,1131.03588,875.4517987,2060.932417 +507878,3401.55957,637.1228992,1120.940261,873.5764073,2069.36759 +507879,3395.922924,633.7583298,1115.511688,872.457877,2010.659693 +507880,3380.934023,630.4295468,1110.002124,871.1335891,1889.480365 +507881,3362.760944,627.2529307,1104.936568,869.9098398,1977.729009 +507882,3349.351408,623.9921925,1099.645618,868.7541667,1938.880133 +507883,3337.988342,620.7618298,1094.334157,867.5361061,1941.137614 +507884,3327.942814,617.5208214,1089.231106,866.2266652,1937.20296 +507885,3318.809283,614.2361264,1083.715367,865.0253677,1928.211732 +507886,3310.102467,611.034074,1078.537967,863.7819587,1933.918082 +507887,3302.456615,607.7450738,1073.060661,862.5570057,1927.791344 +507888,3295.19599,604.4788801,1067.840675,861.349121,1925.510229 +507889,3288.104022,601.1625385,1076.907033,860.1664642,1922.872342 +507890,3281.317669,597.9285558,1034.888571,859.0173334,1920.392806 +507891,3274.7902,594.6083121,1067.756144,856.0615627,1917.567873 +507892,3267.88776,591.2727372,1034.942945,852.481348,1915.006525 +507893,3259.973268,588.0106678,1044.454115,848.6477936,1912.539292 +507894,3251.567915,584.6278392,1033.864232,844.6171668,1909.765619 +507895,3242.542623,581.3496124,1029.150895,840.4085452,1907.357149 +507896,3233.081769,577.9844156,1023.541673,836.0337414,1904.60071 +507897,3223.144657,574.5918455,1017.922225,831.5345213,1895.738817 +507898,3212.963238,571.6247094,1012.089788,826.7169228,1902.696389 +507899,3202.718703,567.7167174,1006.572309,821.9825143,1895.662931 +507900,3192.24799,564.6199627,1000.709497,817.0004215,1893.91299 +507901,1925.451624,561.2905849,874.8187077,811.8949386,1893.229736 +507902,2031.338415,691.5743231,911.3176599,940.8820292,2167.251864 +507903,2166.853533,690.9279844,954.6952841,937.5592119,2257.922787 +507904,2265.464148,686.5594985,983.6857541,932.2651654,2312.754677 +507905,2322.76151,683.9004515,998.841476,927.0549351,2335.944652 +507906,2356.396731,680.637663,1007.531826,921.4089148,2346.603199 +507907,2376.707685,677.4297553,1013.035299,915.6667035,2351.722228 +507908,2389.397127,674.2969266,1016.886617,909.7408664,2354.601905 +507909,2397.317743,671.0522659,1019.786944,903.6463659,2356.525137 +507910,2401.85264,667.8346302,1022.060468,897.3158126,2357.992309 +507911,2403.723589,664.6031732,1023.858202,890.9636442,2359.175567 +507912,2403.403836,661.3668984,1025.265051,884.355509,2360.137334 +507913,2401.265937,658.0880016,1026.341718,877.3967289,2360.90911 +507914,2397.619323,654.9137834,1027.138097,870.5152034,2361.514619 +507915,2392.71722,651.6379998,1027.696583,863.1433136,2361.97437 +507916,2386.75827,648.414004,1028.05277,855.8330616,2362.305854 +507917,2379.901529,645.1931042,1028.236997,858.8340372,2362.52456 +507918,2372.269445,635.0019733,1028.273966,785.0750138,2362.641798 +507919,2359.06071,631.1878531,1027.917585,799.5112339,2362.661563 +507920,2342.738701,628.0412499,1027.298804,782.0638575,2362.597183 +507921,2326.249758,624.8841557,1026.598471,777.3487613,2362.497606 +507922,2310.955785,622.0125969,1025.881915,771.2255196,2362.335017 +507923,2297.077186,618.9805565,1025.165275,765.4446891,2362.086481 +507924,2284.42219,616.276255,1024.454012,759.8682651,2361.7753 +507925,2272.722429,613.3208548,1023.749743,754.5207836,2361.411749 +507926,2261.770957,610.6236833,1023.046799,749.1918171,2361.000862 +507927,2251.429037,607.7497213,1022.347268,744.2209004,2360.545564 +507928,2241.600762,605.0922488,1021.647364,739.0554589,2360.04809 +507929,2232.21284,602.2228353,1020.950083,734.2252098,2359.510391 +507930,2223.205022,599.6624888,1020.251829,729.5470252,2358.934432 +507931,2214.256333,596.8419381,1019.555542,724.6699613,2358.322119 +507932,2205.870509,594.2682082,1018.857603,720.1834297,2357.675428 +507933,2197.740251,591.5124027,1018.161013,715.5262635,2356.99634 +507934,2189.868289,588.9676803,1017.479691,711.152815,2356.327024 +507935,2182.192043,586.2096303,1016.800106,706.6449299,2355.631044 +507936,2174.66154,583.7538258,1016.105157,702.4039202,2354.878806 +507937,2167.277584,581.0389966,1015.406016,698.0223618,2354.090751 +507938,2160.033335,578.567129,1014.702413,693.8981172,2353.276043 +507939,2152.919575,575.9122036,1013.998713,689.6773548,2352.43925 +507940,2145.92694,573.4660404,1013.291993,685.5859407,2351.583111 +507941,2139.046712,570.8428232,1012.585586,681.4057406,2350.709541 +507942,2132.271198,568.3909133,1011.876212,677.5434414,2349.820172 +507943,2125.593657,565.8530392,1011.167101,673.4781743,2348.916448 +507944,2119.008265,563.4409563,1010.454966,669.5801137,2347.999759 +507945,2112.509895,560.8847729,1009.743041,665.6214788,2347.071356 +507946,2106.094116,558.529408,1009.028063,661.8577817,2346.132478 +507947,2099.756986,555.9965859,1008.313285,657.9431931,2345.184231 +507948,2089.03669,553.6345524,1007.596124,654.2630585,2344.036234 +507949,1909.944202,551.1833735,1006.886642,650.4206377,2343.102347 +507950,1990.25433,548.8588936,1006.174111,646.8113772,2342.163905 +507951,1949.406278,546.3893199,1005.460755,643.0397478,2341.217331 +507952,1931.20529,544.1193886,1004.735503,639.4974718,2340.244612 +507953,1914.070892,541.6717324,1004.012916,635.8373913,2339.272246 +507954,1898.000326,539.3946426,1003.298123,632.2925632,2338.320204 +507955,1876.73589,537.0259462,1002.572401,628.6407346,2337.338867 +507956,1868.410061,534.784995,1001.842543,625.2816624,2336.351882 +507957,1849.34457,532.398064,1001.122376,621.7129129,2335.384088 +507958,1834.602833,530.2101164,1000.389105,618.300332,2334.391215 +507959,1818.935077,527.8447979,999.6558139,614.8122116,2333.396318 +507960,1805.086708,525.6504293,998.9289753,611.5082719,2332.42212 +507961,0,0,0,0,0 +507962,0,0,0,0,0 +507963,0,0,0,0,0 +507964,0,0,0,0,0 +507965,0,0,0,0,0 +507966,0,0,0,0,0 +507967,0,0,0,0,0 +507968,0,0,0,0,0 +507969,0,0,0,0,0 +507970,0,0,0,0,0 +507971,0,0,0,0,0 +507972,0,0,0,0,0 +507973,0,0,0,0,0 +507974,0,0,0,0,0 +507975,0,0,0,0,0 +507976,0,0,0,0,0 +507977,0,0,0,0,0 +507978,0,0,0,0,0 +507979,0,0,0,0,0 +507980,0,0,0,0,0 +507981,0,0,0,0,0 +507982,0,0,0,0,0 +507983,0,0,0,0,0 +507984,0,0,0,0,0 +507985,0,0,0,0,0 +507986,0,0,0,0,0 +507987,0,0,0,0,0 +507988,0,0,0,0,0 +507989,0,0,0,0,0 +507990,0,0,0,0,0 +507991,0,0,0,0,0 +507992,0,0,0,0,0 +507993,0,0,0,0,0 +507994,0,0,0,0,0 +507995,0,0,0,0,0 +507996,0,0,0,0,0 +507997,0,0,0,0,0 +507998,0,0,0,0,0 +507999,0,0,0,0,0 +508000,0,0,0,0,0 +508001,0,0,0,0,0 +508002,0,0,0,0,0 +508003,0,0,0,0,0 +508004,0,0,0,0,0 +508005,0,0,0,0,0 +508006,0,0,0,0,0 +508007,0,0,0,0,0 +508008,0,0,0,0,0 +508009,0,0,0,0,0 +508010,0,0,0,0,0 +508011,0,0,0,0,0 +508012,0,0,0,0,0 +508013,0,0,0,0,0 +508014,0,0,0,0,0 +508015,0,0,0,0,0 +508016,0,0,0,0,0 +508017,0,0,0,0,0 +508018,0,0,0,0,0 +508019,0,0,0,0,0 +508020,0,0,0,0,0 +508021,0,0,0,0,0 +508022,0,0,0,0,0 +508023,0,0,0,0,0 +508024,0,0,0,0,0 +508025,0,0,0,0,0 +508026,0,0,0,0,0 +508027,0,0,0,0,0 +508028,0,0,0,0,0 +508029,0,0,0,0,0 +508030,0,0,0,0,0 +508031,0,0,0,0,0 +508032,0,0,0,0,0 +508033,0,0,0,0,0 +508034,0,0,0,0,0 +508035,0,0,0,0,0 +508036,0,0,0,0,0 +508037,0,0,0,0,0 +508038,0,0,0,0,0 +508039,0,0,0,0,0 +508040,0,0,0,0,0 +508041,0,0,0,0,0 +508042,0,0,0,0,0 +508043,0,0,0,0,0 +508044,0,0,0,0,0 +508045,0,0,0,0,0 +508046,0,0,0,0,0 +508047,0,0,0,0,0 +508048,0,0,0,0,0 +508049,0,0,0,0,0 +508050,0,0,0,0,0 +508051,0,0,0,0,0 +508052,0,0,0,0,0 +508053,0,0,0,0,0 +508054,0,0,0,0,0 +508055,0,0,0,0,0 +508056,0,0,0,0,0 +508057,0,0,0,0,0 +508058,0,0,0,0,0 +508059,0,0,0,0,0 +508060,0,0,0,0,0 +508061,0,0,0,0,0 +508062,0,0,0,0,0 +508063,0,0,0,0,0 +508064,0,0,0,0,0 +508065,0,0,0,0,0 +508066,0,0,0,0,0 +508067,0,0,0,0,0 +508068,0,0,0,0,0 +508069,0,0,0,0,0 +508070,0,0,0,0,0 +508071,0,0,0,0,0 +508072,0,0,0,0,0 +508073,0,0,0,0,0 +508074,0,0,0,0,0 +508075,0,0,0,0,0 +508076,0,0,0,0,0 +508077,0,0,0,0,0 +508078,0,0,0,0,0 +508079,0,0,0,0,0 +508080,0,0,0,0,0 +508081,0,0,0,0,0 +508082,0,0,0,0,0 +508083,0,0,0,0,0 +508084,0,0,0,0,0 +508085,0,0,0,0,0 +508086,0,0,0,0,0 +508087,0,0,0,0,0 +508088,0,0,0,0,0 +508089,0,0,0,0,0 +508090,0,0,0,0,0 +508091,0,0,0,0,0 +508092,0,0,0,0,0 +508093,0,0,0,0,0 +508094,0,0,0,0,0 +508095,0,0,0,0,0 +508096,0,0,0,0,0 +508097,0,0,0,0,0 +508098,0,0,0,0,0 +508099,0,0,0,0,0 +508100,0,0,0,0,0 +508101,0,0,0,0,0 +508102,0,0,0,0,0 +508103,0,0,0,0,0 +508104,0,0,0,0,0 +508105,0,0,0,0,0 +508106,0,0,0,0,0 +508107,0,0,0,0,0 +508108,0,0,0,0,0 +508109,0,0,0,0,0 +508110,0,0,0,0,0 +508111,0,0,0,0,0 +508112,0,0,0,0,0 +508113,0,0,0,0,0 +508114,0,0,0,0,0 +508115,0,0,0,0,0 +508116,0,0,0,0,0 +508117,0,0,0,0,0 +508118,0,0,0,0,0 +508119,0,0,0,0,0 +508120,0,0,0,0,0 +508121,0,0,0,0,0 +508122,0,0,0,0,0 +508123,0,0,0,0,0 +508124,0,0,0,0,0 +508125,0,0,0,0,0 +508126,0,0,0,0,0 +508127,0,0,0,0,0 +508128,0,0,0,0,0 +508129,0,0,0,0,0 +508130,0,0,0,0,0 +508131,0,0,0,0,0 +508132,0,0,0,0,0 +508133,0,0,0,0,0 +508134,0,0,0,0,0 +508135,0,0,0,0,0 +508136,0,0,0,0,0 +508137,0,0,0,0,0 +508138,0,0,0,0,0 +508139,0,0,0,0,0 +508140,0,0,0,0,0 +508141,0,0,0,0,0 +508142,0,0,0,0,0 +508143,0,0,0,0,0 +508144,0,0,0,0,0 +508145,0,0,0,0,0 +508146,0,0,0,0,0 +508147,0,0,0,0,0 +508148,0,0,0,0,0 +508149,0,0,0,0,0 +508150,0,0,0,0,0 +508151,0,0,0,0,0 +508152,0,0,0,0,0 +508153,0,0,0,0,0 +508154,0,0,0,0,0 +508155,0,0,0,0,0 +508156,0,0,0,0,0 +508157,0,0,0,0,0 +508158,0,0,0,0,0 +508159,0,0,0,0,0 +508160,0,0,0,0,0 +508161,0,0,0,0,0 +508162,0,0,0,0,0 +508163,0,0,0,0,0 +508164,0,0,0,0,0 +508165,0,0,0,0,0 +508166,0,0,0,0,0 +508167,0,0,0,0,0 +508168,0,0,0,0,0 +508169,0,0,0,0,0 +508170,0,0,0,0,0 +508171,0,0,0,0,0 +508172,0,0,0,0,0 +508173,0,0,0,0,0 +508174,0,0,0,0,0 +508175,0,0,0,0,0 +508176,0,0,0,0,0 +508177,0,0,0,0,0 +508178,0,0,0,0,0 +508179,0,0,0,0,0 +508180,0,0,0,0,0 +508181,0,0,0,0,0 +508182,0,0,0,0,0 +508183,0,0,0,0,0 +508184,0,0,0,0,0 +508185,0,0,0,0,0 +508186,0,0,0,0,0 +508187,0,0,0,0,0 +508188,0,0,0,0,0 +508189,0,0,0,0,0 +508190,0,0,0,0,0 +508191,0,0,0,0,0 +508192,0,0,0,0,0 +508193,0,0,0,0,0 +508194,0,0,0,0,0 +508195,0,0,0,0,0 +508196,0,0,0,0,0 +508197,0,0,0,0,0 +508198,0,0,0,0,0 +508199,0,0,0,0,0 +508200,0,0,0,0,0 +508201,0,0,0,0,0 +508202,0,0,0,0,0 +508203,0,0,0,0,0 +508204,0,0,0,0,0 +508205,0,0,0,0,0 +508206,0,0,0,0,0 +508207,0,0,0,0,0 +508208,0,0,0,0,0 +508209,0,0,0,0,0 +508210,0,0,0,0,0 +508211,0,0,0,0,0 +508212,0,0,0,0,0 +508213,0,0,0,0,0 +508214,0,0,0,0,0 +508215,0,0,0,0,0 +508216,0,0,0,0,0 +508217,0,0,0,0,0 +508218,0,0,0,0,0 +508219,0,0,0,0,0 +508220,0,0,0,0,0 +508221,0,0,0,0,0 +508222,0,0,0,0,0 +508223,0,0,0,0,0 +508224,0,0,0,0,0 +508225,0,0,0,0,0 +508226,0,0,0,0,0 +508227,0,0,0,0,0 +508228,0,0,0,0,0 +508229,0,0,0,0,0 +508230,0,0,0,0,0 +508231,0,0,0,0,0 +508232,0,0,0,0,0 +508233,0,0,0,0,0 +508234,0,0,0,0,0 +508235,0,0,0,0,0 +508236,0,0,0,0,0 +508237,0,0,0,0,0 +508238,0,0,0,0,0 +508239,0,0,0,0,0 +508240,0,0,0,0,0 +508241,0,0,0,0,0 +508242,0,0,0,0,0 +508243,0,0,0,0,0 +508244,0,0,0,0,0 +508245,0,0,0,0,0 +508246,0,0,0,0,0 +508247,0,0,0,0,0 +508248,0,0,0,0,0 +508249,0,0,0,0,0 +508250,0,0,0,0,0 +508251,0,0,0,0,0 +508252,0,0,0,0,0 +508253,0,0,0,0,0 +508254,0,0,0,0,0 +508255,0,0,0,0,0 +508256,0,0,0,0,0 +508257,0,0,0,0,0 +508258,0,0,0,0,0 +508259,0,0,0,0,0 +508260,0,0,0,0,0 +508261,0,0,0,0,0 +508262,0,0,0,0,0 +508263,0,0,0,0,0 +508264,0,0,0,0,0 +508265,0,0,0,0,0 +508266,0,0,0,0,0 +508267,0,0,0,0,0 +508268,0,0,0,0,0 +508269,0,0,0,0,0 +508270,0,0,0,0,0 +508271,0,0,0,0,0 +508272,0,0,0,0,0 +508273,0,0,0,0,0 +508274,0,0,0,0,0 +508275,0,0,0,0,0 +508276,0,0,0,0,0 +508277,0,0,0,0,0 +508278,0,0,0,0,0 +508279,0,0,0,0,0 +508280,0,0,0,0,0 +508281,0,0,0,0,0 +508282,0,0,0,0,0 +508283,0,0,0,0,0 +508284,0,0,0,0,0 +508285,0,0,0,0,0 +508286,0,0,0,0,0 +508287,0,0,0,0,0 +508288,0,0,0,0,0 +508289,0,0,0,0,0 +508290,0,0,0,0,0 +508291,0,0,0,0,0 +508292,0,0,0,0,0 +508293,0,0,0,0,0 +508294,0,0,0,0,0 +508295,0,0,0,0,0 +508296,0,0,0,0,0 +508297,0,0,0,0,0 +508298,0,0,0,0,0 +508299,0,0,0,0,0 +508300,0,0,0,0,0 +508301,0,0,0,0,0 +508302,0,0,0,0,0 +508303,0,0,0,0,0 +508304,0,0,0,0,0 +508305,0,0,0,0,0 +508306,0,0,0,0,0 +508307,0,0,0,0,0 +508308,0,0,0,0,0 +508309,0,0,0,0,0 +508310,0,0,0,0,0 +508311,0,0,0,0,0 +508312,0,0,0,0,0 +508313,0,0,0,0,0 +508314,0,0,0,0,0 +508315,0,0,0,0,0 +508316,0,0,0,0,0 +508317,0,0,0,0,0 +508318,0,0,0,0,0 +508319,0,0,0,0,0 +508320,0,0,0,0,0 +508321,0,0,0,0,0 +508322,0,0,0,0,0 +508323,0,0,0,0,0 +508324,0,0,0,0,0 +508325,0,0,0,0,0 +508326,0,0,0,0,0 +508327,0,0,0,0,0 +508328,0,0,0,0,0 +508329,0,0,0,0,0 +508330,0,0,0,0,0 +508331,0,0,0,0,0 +508332,0,0,0,0,0 +508333,0,0,0,0,0 +508334,0,0,0,0,0 +508335,0,0,0,0,0 +508336,0,0,0,0,0 +508337,0,0,0,0,0 +508338,0,0,0,0,0 +508339,0,0,0,0,0 +508340,0,0,0,0,0 +508341,0,0,0,0,0 +508342,0,0,0,0,0 +508343,0,0,0,0,0 +508344,0,0,0,0,0 +508345,0,0,0,0,0 +508346,0,0,0,0,0 +508347,0,0,0,0,0 +508348,0,0,0,0,0 +508349,0,0,0,0,0 +508350,0,0,0,0,0 +508351,0,0,0,0,0 +508352,0,0,0,0,0 +508353,0,0,0,0,0 +508354,0,0,0,0,0 +508355,0,0,0,0,0 +508356,0,0,0,0,0 +508357,0,0,0,0,0 +508358,0,0,0,0,0 +508359,0,0,0,0,0 +508360,0,0,0,0,0 +508361,0,0,0,0,0 +508362,0,0,0,0,0 +508363,0,0,0,0,0 +508364,0,0,0,0,0 +508365,0,0,0,0,0 +508366,0,0,0,0,0 +508367,0,0,0,0,0 +508368,0,0,0,0,0 +508369,0,0,0,0,0 +508370,0,0,0,0,0 +508371,0,0,0,0,0 +508372,0,0,0,0,0 +508373,0,0,0,0,0 +508374,0,0,0,0,0 +508375,0,0,0,0,0 +508376,0,0,0,0,0 +508377,0,0,0,0,0 +508378,0,0,0,0,0 +508379,0,0,0,0,0 +508380,0,0,0,0,0 +508381,0,0,0,0,0 +508382,0,0,0,0,0 +508383,0,0,0,0,0 +508384,0,0,0,0,0 +508385,0,0,0,0,0 +508386,0,0,0,0,0 +508387,0,0,0,0,0 +508388,0,0,0,0,0 +508389,0,0,0,0,0 +508390,0,0,0,0,0 +508391,0,0,0,0,0 +508392,0,0,0,0,0 +508393,0,0,0,0,0 +508394,0,0,0,0,0 +508395,0,0,0,0,0 +508396,0,0,0,0,0 +508397,0,0,0,0,0 +508398,0,0,0,0,0 +508399,0,0,0,0,0 +508400,0,0,0,0,0 +508401,0,0,0,0,0 +508402,0,0,0,0,0 +508403,0,0,0,0,0 +508404,0,0,0,0,0 +508405,0,0,0,0,0 +508406,0,0,0,0,0 +508407,0,0,0,0,0 +508408,0,0,0,0,0 +508409,0,0,0,0,0 +508410,0,0,0,0,0 +508411,0,0,0,0,0 +508412,0,0,0,0,0 +508413,0,0,0,0,0 +508414,0,0,0,0,0 +508415,0,0,0,0,0 +508416,0,0,0,0,0 +508417,0,0,0,0,0 +508418,0,0,0,0,0 +508419,0,0,0,0,0 +508420,0,0,0,0,0 +508421,0,0,0,0,0 +508422,0,0,0,0,0 +508423,0,0,0,0,0 +508424,0,0,0,0,0 +508425,0,0,0,0,0 +508426,0,0,0,0,0 +508427,0,0,0,0,0 +508428,0,0,0,0,0 +508429,0,0,0,0,0 +508430,0,0,0,0,0 +508431,0,0,0,0,0 +508432,0,0,0,0,0 +508433,0,0,0,0,0 +508434,0,0,0,0,0 +508435,0,0,0,0,0 +508436,0,0,0,0,0 +508437,0,0,0,0,0 +508438,0,0,0,0,0 +508439,0,0,0,0,0 +508440,0,0,0,0,0 +508441,0,0,0,0,0 +508442,0,0,0,0,0 +508443,0,0,0,0,0 +508444,0,0,0,0,0 +508445,0,0,0,0,0 +508446,0,0,0,0,0 +508447,0,0,0,0,0 +508448,0,0,0,0,0 +508449,0,0,0,0,0 +508450,0,0,0,0,0 +508451,0,0,0,0,0 +508452,0,0,0,0,0 +508453,0,0,0,0,0 +508454,0,0,0,0,0 +508455,0,0,0,0,0 +508456,0,0,0,0,0 +508457,0,0,0,0,0 +508458,0,0,0,0,0 +508459,0,0,0,0,0 +508460,0,0,0,0,0 +508461,0,0,0,0,0 +508462,0,0,0,0,0 +508463,0,0,0,0,0 +508464,0,0,0,0,0 +508465,0,0,0,0,0 +508466,0,0,0,0,0 +508467,0,0,0,0,0 +508468,0,0,0,0,0 +508469,0,0,0,0,0 +508470,0,0,0,0,0 +508471,0,0,0,0,0 +508472,0,0,0,0,0 +508473,0,0,0,0,0 +508474,0,0,0,0,0 +508475,0,0,0,0,0 +508476,0,0,0,0,0 +508477,0,0,0,0,0 +508478,0,0,0,0,0 +508479,0,0,0,0,0 +508480,0,0,0,0,0 +508481,0,0,0,0,0 +508482,0,0,0,0,0 +508483,0,0,0,0,0 +508484,0,0,0,0,0 +508485,0,0,0,0,0 +508486,0,0,0,0,0 +508487,0,0,0,0,0 +508488,0,0,0,0,0 +508489,0,0,0,0,0 +508490,0,0,0,0,0 +508491,0,0,0,0,0 +508492,0,0,0,0,0 +508493,0,0,0,0,0 +508494,0,0,0,0,0 +508495,0,0,0,0,0 +508496,0,0,0,0,0 +508497,0,0,0,0,0 +508498,0,0,0,0,0 +508499,0,0,0,0,0 +508500,0,0,0,0,0 +508501,0,0,0,0,0 +508502,0,0,0,0,0 +508503,0,0,0,0,0 +508504,0,0,0,0,0 +508505,0,0,0,0,0 +508506,0,0,0,0,0 +508507,0,0,0,0,0 +508508,0,0,0,0,0 +508509,0,0,0,0,0 +508510,0,0,0,0,0 +508511,0,0,0,0,0 +508512,0,0,0,0,0 +508513,0,0,0,0,0 +508514,0,0,0,0,0 +508515,0,0,0,0,0 +508516,0,0,0,0,0 +508517,0,0,0,0,0 +508518,0,0,0,0,0 +508519,0,0,0,0,0 +508520,0,0,0,0,0 +508521,0,0,0,0,0 +508522,0,0,0,0,0 +508523,0,0,0,0,0 +508524,0,0,0,0,0 +508525,0,0,0,0,0 +508526,0,0,0,0,0 +508527,0,0,0,0,0 +508528,0,0,0,0,0 +508529,0,0,0,0,0 +508530,0,0,0,0,0 +508531,0,0,0,0,0 +508532,0,0,0,0,0 +508533,0,0,0,0,0 +508534,0,0,0,0,0 +508535,0,0,0,0,0 +508536,0,0,0,0,0 +508537,0,0,0,0,0 +508538,0,0,0,0,0 +508539,0,0,0,0,0 +508540,0,0,0,0,0 +508541,0,0,0,0,0 +508542,0,0,0,0,0 +508543,0,0,0,0,0 +508544,0,0,0,0,0 +508545,0,0,0,0,0 +508546,0,0,0,0,0 +508547,0,0,0,0,0 +508548,0,0,0,0,0 +508549,0,0,0,0,0 +508550,0,0,0,0,0 +508551,0,0,0,0,0 +508552,0,0,0,0,0 +508553,0,0,0,0,0 +508554,0,0,0,0,0 +508555,0,0,0,0,0 +508556,0,0,0,0,0 +508557,0,0,0,0,0 +508558,0,0,0,0,0 +508559,0,0,0,0,0 +508560,0,0,0,0,0 +508561,0,0,0,0,0 +508562,0,0,0,0,0 +508563,0,0,0,0,0 +508564,0,0,0,0,0 +508565,0,0,0,0,0 +508566,0,0,0,0,0 +508567,0,0,0,0,0 +508568,0,0,0,0,0 +508569,0,0,0,0,0 +508570,0,0,0,0,0 +508571,0,0,0,0,0 +508572,0,0,0,0,0 +508573,0,0,0,0,0 +508574,0,0,0,0,0 +508575,0,0,0,0,0 +508576,0,0,0,0,0 +508577,0,0,0,0,0 +508578,0,0,0,0,0 +508579,0,0,0,0,0 +508580,0,0,0,0,0 +508581,0,0,0,0,0 +508582,0,0,0,0,0 +508583,0,0,0,0,0 +508584,0,0,0,0,0 +508585,0,0,0,0,0 +508586,0,0,0,0,0 +508587,0,0,0,0,0 +508588,0,0,0,0,0 +508589,0,0,0,0,0 +508590,0,0,0,0,0 +508591,0,0,0,0,0 +508592,0,0,0,0,0 +508593,0,0,0,0,0 +508594,0,0,0,0,0 +508595,0,0,0,0,0 +508596,0,0,0,0,0 +508597,0,0,0,0,0 +508598,0,0,0,0,0 +508599,0,0,0,0,0 +508600,0,0,0,0,0 +508601,0,0,0,0,0 +508602,0,0,0,0,0 +508603,0,0,0,0,0 +508604,0,0,0,0,0 +508605,0,0,0,0,0 +508606,0,0,0,0,0 +508607,0,0,0,0,0 +508608,0,0,0,0,0 +508609,0,0,0,0,0 +508610,0,0,0,0,0 +508611,0,0,0,0,0 +508612,0,0,0,0,0 +508613,0,0,0,0,0 +508614,0,0,0,0,0 +508615,0,0,0,0,0 +508616,0,0,0,0,0 +508617,0,0,0,0,0 +508618,0,0,0,0,0 +508619,0,0,0,0,0 +508620,0,0,0,0,0 +508621,0,0,0,0,0 +508622,0,0,0,0,0 +508623,0,0,0,0,0 +508624,0,0,0,0,0 +508625,0,0,0,0,0 +508626,0,0,0,0,0 +508627,0,0,0,0,0 +508628,0,0,0,0,0 +508629,0,0,0,0,0 +508630,0,0,0,0,0 +508631,0,0,0,0,0 +508632,0,0,0,0,0 +508633,0,0,0,0,0 +508634,0,0,0,0,0 +508635,0,0,0,0,0 +508636,0,0,0,0,0 +508637,0,0,0,0,0 +508638,0,0,0,0,0 +508639,0,0,0,0,0 +508640,0,0,0,0,0 +508641,0,0,0,0,0 +508642,0,0,0,0,0 +508643,0,0,0,0,0 +508644,0,0,0,0,0 +508645,0,0,0,0,0 +508646,0,0,0,0,0 +508647,0,0,0,0,0 +508648,0,0,0,0,0 +508649,0,0,0,0,0 +508650,0,0,0,0,0 +508651,0,0,0,0,0 +508652,0,0,0,0,0 +508653,0,0,0,0,0 +508654,0,0,0,0,0 +508655,0,0,0,0,0 +508656,0,0,0,0,0 +508657,0,0,0,0,0 +508658,0,0,0,0,0 +508659,0,0,0,0,0 +508660,0,0,0,0,0 +508661,0,0,0,0,0 +508662,0,0,0,0,0 +508663,0,0,0,0,0 +508664,0,0,0,0,0 +508665,0,0,0,0,0 +508666,0,0,0,0,0 +508667,0,0,0,0,0 +508668,0,0,0,0,0 +508669,0,0,0,0,0 +508670,0,0,0,0,0 +508671,0,0,0,0,0 +508672,0,0,0,0,0 +508673,0,0,0,0,0 +508674,0,0,0,0,0 +508675,0,0,0,0,0 +508676,0,0,0,0,0 +508677,0,0,0,0,0 +508678,0,0,0,0,0 +508679,0,0,0,0,0 +508680,0,0,0,0,0 +508681,0,0,0,0,0 +508682,0,0,0,0,0 +508683,0,0,0,0,0 +508684,0,0,0,0,0 +508685,0,0,0,0,0 +508686,0,0,0,0,0 +508687,0,0,0,0,0 +508688,0,0,0,0,0 +508689,0,0,0,0,0 +508690,0,0,0,0,0 +508691,0,0,0,0,0 +508692,0,0,0,0,0 +508693,0,0,0,0,0 +508694,0,0,0,0,0 +508695,0,0,0,0,0 +508696,0,0,0,0,0 +508697,0,0,0,0,0 +508698,0,0,0,0,0 +508699,0,0,0,0,0 +508700,0,0,0,0,0 +508701,0,0,0,0,0 +508702,0,0,0,0,0 +508703,0,0,0,0,0 +508704,0,0,0,0,0 +508705,0,0,0,0,0 +508706,0,0,0,0,0 +508707,0,0,0,0,0 +508708,0,0,0,0,0 +508709,0,0,0,0,0 +508710,0,0,0,0,0 +508711,0,0,0,0,0 +508712,0,0,0,0,0 +508713,0,0,0,0,0 +508714,0,0,0,0,0 +508715,0,0,0,0,0 +508716,0,0,0,0,0 +508717,0,0,0,0,0 +508718,0,0,0,0,0 +508719,0,0,0,0,0 +508720,0,0,0,0,0 +508721,0,0,0,0,0 +508722,0,0,0,0,0 +508723,0,0,0,0,0 +508724,0,0,0,0,0 +508725,0,0,0,0,0 +508726,0,0,0,0,0 +508727,0,0,0,0,0 +508728,0,0,0,0,0 +508729,0,0,0,0,0 +508730,0,0,0,0,0 +508731,0,0,0,0,0 +508732,0,0,0,0,0 +508733,0,0,0,0,0 +508734,0,0,0,0,0 +508735,0,0,0,0,0 +508736,0,0,0,0,0 +508737,0,0,0,0,0 +508738,0,0,0,0,0 +508739,0,0,0,0,0 +508740,0,0,0,0,0 +508741,-2159.378012,-924.9653763,-2129.577078,-924.8918579,-1561.806989 +508742,-1565.592415,-661.0824442,-1542.102294,-661.0093864,-634.6432063 +508743,-1747.954445,-738.3387586,-1718.613058,-738.2677209,-880.0097487 +508744,-1885.161939,-799.9010323,-1854.868169,-799.8322184,-1103.560418 +508745,-1863.114168,-791.9458957,-1833.818465,-791.878999,-1139.600523 +508746,-1786.241804,-759.7587778,-1758.363984,-759.6936702,-1093.848392 +508747,-1743.999645,-742.3825349,-1716.797773,-742.319296,-1066.54036 +508748,-1761.088129,-750.2491571,-1733.292991,-750.1879452,-1073.9026 +508749,-1798.790117,-766.8682083,-1769.95443,-766.8090426,-1093.067801 +508750,-1808.712222,-771.6945144,-1779.431408,-771.6372611,-1096.058882 +508751,-1804.597641,-770.5437151,-1775.177026,-770.4882822,-1090.950764 +508752,-1794.32759,-766.7588671,-1764.904687,-766.7051904,-1082.329911 +508753,-1298.073704,-762.1434738,-1731.729382,-762.0915034,-1072.665492 +508754,-1422.617735,-733.5278486,-1179.921723,-733.4774123,-1029.588226 +508755,-1417.021996,-656.516493,-1491.514023,-655.1767137,-969.8092169 +508756,-1373.823247,-626.603426,-1385.36983,-627.7949863,-922.3688317 +508757,-1362.965943,-618.8367721,-1367.022853,-618.8049693,-713.8407293 +508758,-1352.405794,-670.6614914,-1358.270435,-669.3170899,-932.1939893 +508759,-1337.815369,-602.5057809,-1344.337449,-604.2987622,-712.1370134 +508760,-1331.892824,-621.3591805,-1335.565772,-619.5943912,-849.9429322 +508761,-1316.883511,-611.5795079,-1322.635766,-612.4185411,-906.8662972 +508762,-1307.377771,-605.8080484,-1313.369011,-605.7800377,-954.9624155 +508763,-1300.506857,-600.5482127,-1303.194131,-600.5138759,-875.7510647 +508764,-1287.525268,-559.7686711,-1292.298397,-559.7327711,-529.3926429 +508765,-1282.645443,-643.2507061,-1287.336495,-643.2155479,-752.3655618 +508766,-1269.957604,-562.2860958,-1274.358668,-562.252193,-928.1464793 +508767,-1261.263672,-586.1285634,-1267.63052,-586.0957216,-861.8819197 +508768,-1255.510379,-577.3099667,-1255.895191,-577.2784446,-825.2386433 +508769,-1226.901473,-514.755423,-1198.01732,-514.7252792,-409.4558317 +508770,-1265.474737,-638.100069,-1319.8327,-638.0710013,-879.0771343 +508771,-1217.348377,-546.7958653,-1196.879724,-545.948829,-533.9649829 +508772,-1221.075979,-524.0222234,-1226.949694,-557.7359312,-709.7984289 +508773,-1211.633042,-512.2015796,-1213.199463,-555.4657173,-924.8282881 +508774,-1198.631841,-495.2171323,-1198.867238,-549.4611064,-524.970332 +508775,-1195.166034,-487.0826941,-1192.660092,-544.2351007,-690.2721243 +508776,-1183.945897,-473.349657,-1183.75258,-539.6659617,-921.6897437 +508777,-1176.624303,-460.5304701,-1172.828786,-535.5169233,-493.4733823 +508778,-1169.229277,-446.4595816,-1167.468079,-530.8914845,-662.8997791 +508779,-1157.415205,-432.3344509,-1154.738881,-525.6898623,-757.7921533 +508780,-1154.47583,-419.5820009,-1148.317585,-522.8329811,-932.3877055 +508781,-1142.128791,-403.4352807,-1139.622486,-517.4910484,-489.2661943 +508782,-1137.60318,-391.3345529,-1130.580999,-513.5681578,-881.1917472 +508783,-1126.156049,-375.5954969,-1122.098962,-509.0768555,-808.8340975 +508784,-1121.603449,-362.5065264,-1113.217714,-504.5869725,-766.8060857 +508785,-1113.646525,-346.7276554,-1107.157098,-500.8828072,-741.1932425 +508786,-983.7324981,-333.044299,-957.9130215,-419.3477934,-150.5394314 +508787,-1250.92873,-318.4520447,-1222.246984,-531.8833139,-438.2962199 +508788,-1039.594934,-303.5486454,-1091.954217,-543.7945301,-634.1723202 +508789,-1084.142085,-288.7094783,-1042.355158,-445.6879804,-911.8753571 +508790,-1076.938689,-273.4374804,-1077.856175,-492.5967953,-822.6559228 +508791,-1067.398868,-258.0726988,-1057.757633,-477.6868862,-769.9409659 +508792,-1003.736658,-243.6792199,-977.7070629,-429.3852354,-179.6832556 +508793,-1132.906576,-227.6482727,-1148.628036,-534.8450298,-818.723898 +508794,-1005.048094,-212.1623217,-984.5988089,-435.3607889,-770.8516842 +508795,-998.6154394,-196.5171809,-972.678255,-427.8991015,-180.8320519 +508796,-1100.175298,-187.8336149,-1117.342746,-519.3460137,-819.7942871 +508797,-986.5568676,-174.6530267,-964.76307,-427.6239774,-274.9752875 +508798,-1023.290836,-162.7785879,-1015.105938,-456.8508938,-838.3354912 +508799,-1006.129526,-149.9261722,-997.1162343,-448.8016022,-296.7301318 +508800,-1001.267749,-139.2877812,-989.7578706,-445.132778,-842.9038807 +508801,167.9366217,166.6983071,176.6344921,71.42289839,-337.3984223 +508802,84.14887591,41.35367221,84.01864273,38.08705178,-684.219075 +508803,86.52156941,49.16021534,86.57753741,39.13414402,152.4663529 +508804,90.22558412,58.53577231,90.56220734,40.77727092,202.4335842 +508805,94.54470112,67.60754684,95.17290441,42.70679399,239.5586418 +508806,98.93572048,75.7111424,99.83203663,44.67836242,268.6615325 +508807,103.2353737,82.88539964,104.3725037,46.61549857,293.6073605 +508808,107.5709354,89.40944889,108.9274272,48.57375019,316.3665399 +508809,111.349591,95.18796051,112.9097527,50.2822958,336.3433339 +508810,115.5956881,100.7989623,117.3473978,52.20624449,355.521051 +508811,119.586188,105.9869537,121.5192989,54.0164154,372.6963539 +508812,123.5200774,110.8961821,125.6256525,55.8029154,388.3869601 +508813,127.3660546,115.5562238,129.6360599,57.55120981,402.707225 +508814,131.2347376,120.0542373,133.6618828,59.31127499,416.0178129 +508815,135.0234208,124.3744266,137.6010265,61.03607967,428.2700336 +508816,138.7712779,128.5601515,141.4931499,62.74311145,439.6521048 +508817,142.4819245,132.6340355,145.3422397,64.43370864,450.2701609 +508818,146.1586142,136.6146924,149.1518216,66.10905604,460.2156045 +508819,149.8041437,140.5174126,152.9248848,67.77014475,469.5673579 +508820,153.4209923,144.3547874,156.6640363,69.41783895,478.3938745 +508821,157.0113266,148.1372001,160.3715172,71.05287849,486.7545167 +508822,160.5770838,151.8732284,164.0492943,72.67591694,494.7008733 +508823,164.1199697,155.5699611,167.6990698,74.28752101,502.2777661 +508824,167.6415116,159.2332608,171.3223333,75.88819083,509.5242131 +508825,171.1430613,162.8679781,174.9203766,77.47836284,516.4741982 +508826,174.625833,166.478131,178.4943338,79.05842471,523.1573849 +508827,178.0909156,170.0670495,182.0451964,80.6287193,529.5996933 +508828,181.5392876,173.6374969,185.5738373,82.18955311,535.8238152 +508829,184.9718223,177.1917688,189.0810318,83.74120305,541.8496557 +508830,188.3893051,180.7317753,192.5674689,85.28391979,547.6947032 +508831,191.7924598,184.2591071,196.0337709,86.81793464,553.374364 +508832,195.1755331,187.7770331,199.4699557,88.33887865,558.9021962 +508833,198.5356686,191.2880068,202.870699,89.84446134,564.2901896 +508834,201.8732601,194.7934406,206.2359867,91.33472651,569.5489683 +508835,205.1884316,198.2933699,209.5664633,92.80996464,574.6849055 +508836,208.4798699,201.7868526,212.8614764,94.26985065,579.7004336 +508837,211.7596199,205.2790418,216.1335871,95.72005537,584.6218577 +508838,215.0250405,208.7684876,219.3805077,97.15949252,589.4485183 +508839,218.2766241,212.2551964,222.6029686,98.58844724,594.1851253 +508840,221.5151582,215.7393197,225.8019206,100.0073068,598.8365527 +508841,224.7415206,219.2210399,228.9783509,101.4164777,603.4074779 +508842,227.9565709,222.7005283,232.1331861,102.8163411,607.902217 +508843,231.1611489,226.1779357,235.2672938,104.2072537,612.3247568 +508844,234.0594617,229.5185797,238.0848773,105.4547271,616.1394916 +508845,237.3470813,233.0385798,241.2814865,106.8749801,620.6130567 +508846,240.595181,236.5426942,244.4283534,108.2729666,624.9680569 +508847,243.8120998,240.03445,247.5339734,109.6524681,629.2216787 +508848,247.0049432,243.5169252,250.6056409,111.0167954,633.3885713 +508849,250.1795133,246.9926537,253.6493309,112.3686809,637.4808472 +508850,253.3400427,250.4634654,256.6694186,113.7101202,641.5076715 +508851,256.4894819,318.8615286,259.6689689,115.0424986,645.4758003 +508852,259.6298156,401.7791918,262.6500557,116.3667423,649.3901332 +508853,262.7624477,367.6016243,265.6141549,117.6835029,653.2544114 +508854,265.8883493,401.5946723,268.5622966,118.9932292,657.0714813 +508855,269.0081997,418.6286803,271.4952079,120.2962337,660.8435587 +508856,272.1224609,434.9879236,274.4133896,121.5927285,664.5723708 +508857,275.2315288,451.3440149,277.3172682,122.8828956,668.2594422 +508858,278.3357703,467.6046777,280.2072331,124.1669044,671.9061694 +508859,281.4355534,483.4378948,283.0836666,125.444926,675.5138847 +508860,284.53123,499.2760343,285.9469319,126.7171273,679.0838412 +508861,287.6188051,683.3286127,288.7947137,127.9825212,682.6178092 +508862,297.7911954,709.2320529,298.7240819,132.416845,699.4290373 +508863,311.5677395,727.1726459,312.2305932,138.3966306,722.9530969 +508864,325.2888699,745.0351211,325.6698699,144.2727166,746.6913436 +508865,337.4662472,762.0174073,337.5639385,149.3991807,767.9718163 +508866,348.0061702,778.9842924,347.8202186,153.7609975,786.5199593 +508867,357.2560741,795.4930577,356.7833436,157.5343944,802.8309213 +508868,365.5511833,812.7561017,364.7855977,160.8816942,817.4071765 +508869,373.1160928,828.5786082,372.0495963,163.9096281,830.5894035 +508870,380.0928662,845.1804689,378.7162486,166.6846553,842.5964165 +508871,386.5813218,861.290356,384.8846924,169.2527036,853.5867203 +508872,392.6608726,877.4014274,390.6339099,171.6497138,863.6913622 +508873,398.3986069,893.0937501,396.0307099,173.9055602,873.0254567 +508874,403.8513112,909.4728259,401.1317105,176.0451031,881.6902462 +508875,409.066496,925.0124535,405.9843402,178.0887681,889.7738192 +508876,414.0834383,940.7650546,410.6278589,180.0531212,897.3519798 +508877,418.9347705,956.3701288,415.0946742,181.9515578,904.4898011 +508878,423.6476589,971.8496496,419.4115153,183.7949011,911.243083 +508879,428.2443225,987.3368217,423.6004952,185.5919275,917.6597828 +508880,432.7429035,1002.660878,427.6799212,187.3497602,923.7811247 +508881,437.1583444,1017.935884,431.6649959,189.0742011,929.6426232 +508882,441.5030124,1033.08497,435.5683422,190.7699755,935.2748592 +508883,445.7871902,1048.256784,439.4004747,192.4409463,940.7042236 +508884,450.0194268,1063.266876,443.1701449,194.0902687,945.9534689 +508885,454.206863,1078.191077,446.8846759,195.7205366,951.0422791 +508886,458.3554494,1093.143313,450.5501812,197.3338765,955.9876495 +508887,462.470179,1107.932236,454.171804,198.932049,960.8043233 +508888,466.5552222,1122.635098,457.7538579,200.5165057,965.5050586 +508889,470.6141022,1137.381175,461.2999977,202.0884598,970.1009613 +508890,474.6497742,1151.905105,464.8133018,203.6489171,974.601659 +508891,478.6647587,1164.039641,468.2964062,205.1987306,979.0155759 +508892,482.6409911,1175.527232,471.7439276,206.7353047,983.3499658 +508893,486.5684301,1186.842602,475.1533677,208.2573612,987.6111396 +508894,490.4469287,1197.915479,478.5257185,209.7651812,991.8046092 +508895,494.2808103,1208.17072,481.8634888,211.2597235,995.935265 +508896,498.0749456,1219.443637,485.1692633,212.7419859,1000.007394 +508897,501.8333891,1229.572518,488.4452469,214.2128055,1004.024806 +508898,505.5592829,1239.772423,491.6932201,215.6728424,1007.990839 +508899,509.2551654,1255.348129,494.9146728,217.1226403,1011.90847 +508900,512.9232451,1268.147643,498.1108612,218.5626514,1015.780298 +508901,516.5655116,1281.003314,501.282896,219.9932753,1019.608661 +508902,520.1836889,1293.333088,504.4317352,221.4148538,1023.395604 +508903,523.7792866,1305.800786,507.5582417,222.8276963,1027.142982 +508904,527.3535965,1317.562995,510.6631642,224.2320693,1030.852426 +508905,530.9077625,1329.580267,513.7471907,225.6282199,1034.525434 +508906,534.4427462,1341.033739,516.8109207,227.0163618,1074.544142 +508907,537.9594423,1352.512099,519.8549157,228.3966976,1191.924834 +508908,541.4585435,1363.605814,522.8796616,229.7694008,1150.918062 +508909,544.9405623,1374.615726,525.8855653,231.1346132,1176.705754 +508910,548.4058295,1385.457582,528.8729059,232.4924225,1192.657892 +508911,551.8546193,1395.953493,531.8419232,233.8429023,1205.482559 +508912,555.2871844,1406.418484,534.7928546,235.1861295,1218.35251 +508913,558.7038106,1416.678574,537.7259726,236.5222011,1230.835139 +508914,562.1047959,1426.655194,540.6415771,237.8512296,1243.07664 +508915,565.4904404,1436.505963,543.5399776,239.1733348,1255.548584 +508916,568.861023,1446.312378,546.4214716,240.4886329,1267.184621 +508917,638.1960857,1455.704449,549.2863444,241.7972364,1279.20453 +508918,721.6453298,1465.140486,552.1348593,243.0992492,1291.121188 +508919,687.9816275,1474.462687,554.9672484,244.3947623,1302.247531 +508920,717.1387065,1483.340513,557.7836589,245.6838288,1313.996752 +508921,737.4836087,1494.942244,560.7005387,247.0193664,1346.32344 +508922,751.5106929,1504.098384,563.7891895,248.4301882,1358.566607 +508923,765.3265488,1512.796678,566.9656376,249.8661645,1370.158549 +508924,778.4767702,1521.334069,570.1389184,251.2906651,1381.722853 +508925,791.7367145,1529.661189,573.2574607,252.6891796,1392.624668 +508926,804.4180114,1537.811403,717.1216613,254.0606492,1403.436924 +508927,817.3237955,1545.792465,652.9642525,255.4084916,1413.867582 +508928,829.8057647,1553.613139,683.6435277,256.7362958,1424.553941 +508929,842.2058874,1561.211121,695.7730915,258.0467366,1434.683348 +508930,854.3202749,1568.82216,706.5827585,259.3417278,1444.830917 +508931,866.8376427,1576.138998,717.2491017,260.6227335,1454.81424 +508932,878.2916304,1583.435306,727.6540805,282.8274061,1464.456237 +508933,890.5691195,1590.408358,737.9679659,303.3625972,1474.538531 +508934,901.9841211,1597.317737,748.0299003,303.0669144,1483.973111 +508935,914.0623822,1604.19788,758.1855343,308.4155435,1493.716174 +508936,925.183528,1610.797898,767.9155014,315.3147328,1502.773193 +508937,936.566412,1617.31908,777.8364821,320.4223697,1512.188114 +508938,948.1091522,1623.69255,787.4290043,325.5656189,1521.30702 +508939,959.3438629,1629.930131,796.8527188,330.6512375,1530.353185 +508940,969.944058,1635.961113,806.5634548,335.5752165,1539.26754 +508941,981.3992658,1642.108164,815.4819145,340.5489232,1547.898015 +508942,992.0932274,1647.788782,825.0101664,345.3226746,1557.02897 +508943,1002.917454,1656.823584,834.12992,350.1776305,1565.473108 +508944,1013.407937,1658.380278,842.7939316,354.8691013,1574.034632 +508945,1024.349458,1669.684777,852.0422317,359.4340079,1582.527907 +508946,1034.918484,1667.677752,860.7307161,364.1924157,1590.836098 +508947,1045.013696,1683.224801,869.3412638,368.6727893,1599.149398 +508948,1055.282767,1674.781567,878.2294373,373.124765,1607.306828 +508949,1065.919552,1698.564512,886.8270452,377.7228755,1615.369312 +508950,1075.891924,1678.084536,895.0658588,381.924201,1623.419154 +508951,1086.067433,1718.462619,903.1881081,386.3105336,1631.284063 +508952,1096.121662,1675.754253,911.4659401,390.4369758,1639.171119 +508953,1106.100063,1706.606235,919.277502,394.5763863,1646.86974 +508954,1116.004023,1713.263672,927.1671199,398.5654118,1654.565572 +508955,1126.026151,1712.914358,934.9457033,402.7130698,1662.188261 +508956,1137.110301,1719.30188,942.6457379,406.6298167,1669.661363 +508957,1147.567254,1723.971887,950.0927755,410.5801123,1677.164602 +508958,1158.29195,1728.505211,957.9329996,414.4694818,1684.48242 +508959,1168.955466,1732.943869,965.2710938,418.241483,1691.809239 +508960,1179.611145,1737.285438,972.7164957,422.2473502,1699.067235 +508961,1190.257185,1741.530026,980.0627236,425.7461906,1706.179923 +508962,1200.888079,1745.756673,987.344593,429.6872102,1713.298385 +508963,1211.188165,1749.690771,994.5640374,433.2996162,1720.356246 +508964,1222.307463,1753.698308,1001.491982,436.9693754,1727.268281 +508965,1232.647043,1757.541272,1008.963655,440.5937148,1734.195267 +508966,1243.287041,1761.298065,1015.821593,444.1817336,1741.063314 +508967,1253.856959,1764.957925,1022.851735,447.7375905,1747.790137 +508968,1264.7568,1768.441075,1029.783774,451.1647531,1754.535169 +508969,1274.796035,1772.02099,1036.664973,454.8089109,1761.229116 +508970,1285.571768,1775.412515,1043.756639,458.2986152,1767.760612 +508971,1296.058929,1778.587802,1050.166093,461.5034748,1774.414216 +508972,1306.189549,1781.827131,1057.09433,465.153409,1780.525807 +508973,1317.413371,1784.900903,1063.519016,468.4469876,1787.607746 +508974,1327.610497,1787.891331,1070.607551,471.8088869,1793.742735 +508975,1338.236601,1790.866081,1076.96517,475.1491768,1800.135387 +508976,1348.788433,1793.466229,1083.596134,478.3337508,1806.525196 +508977,1359.345363,1796.347006,1090.112286,481.8100789,1812.773318 +508978,1369.91127,1798.888262,1096.590836,485.1080726,1818.957964 +508979,1380.434666,1801.416685,1103.029164,488.0006503,1825.212937 +508980,1391.089108,1803.922195,1109.393993,491.5460348,1831.266616 +508981,1283.602332,1752.596887,997.7194039,441.1021483,1607.211327 +508982,1292.94376,1753.900582,1002.394987,443.4904854,1609.709681 +508983,1302.183114,1755.385804,1007.345348,445.8844748,1614.126244 +508984,1311.983257,1756.94877,1012.450852,448.6202162,1618.078284 +508985,1321.82522,1758.578108,1017.976678,451.0364737,1623.239108 +508986,1331.877513,1759.887224,1023.135906,454.0144992,1627.810953 +508987,1341.898214,1761.51429,1028.776555,456.6276193,1632.701111 +508988,1352.014698,1762.827828,1034.184522,459.3456376,1637.560932 +508989,1362.111792,1764.148832,1039.386242,461.8135539,1642.543295 +508990,1372.379435,1765.381635,1044.931718,464.8057019,1647.392467 +508991,1382.569329,1766.536023,1050.170324,467.2413677,1652.43759 +508992,1392.78104,1767.694456,1055.706577,470.0301546,1657.215428 +508993,1403.246052,1768.585961,1060.944606,472.7274342,1662.460734 +508994,1413.411702,1769.546749,1066.382985,475.0940291,1667.078206 +508995,1423.941202,1770.385162,1071.63389,478.0822518,1672.320025 +508996,1434.173698,1771.127493,1077.015095,480.7398559,1676.844694 +508997,1444.681458,1771.801472,1082.171651,483.0114427,1681.828969 +508998,1455.043075,1772.396917,1087.575009,485.843567,1686.644457 +508999,1465.626325,1772.913038,1092.708395,488.1362979,1691.449819 +509000,1476.055171,1773.265078,1098.121192,491.10208,1696.353601 +509001,1486.132809,1773.830855,1103.126631,493.4442005,1701.143982 +509002,1497.469736,1773.927224,1108.195452,496.1526648,1705.950709 +509003,1507.850046,1774.199772,1113.766452,498.6107486,1710.740746 +509004,1518.394224,1774.309873,1118.827187,501.2726145,1715.458622 +509005,1529.237823,1774.354049,1123.927465,503.7141014,1720.361436 +509006,1539.910922,1774.321429,1129.247455,506.3592752,1725.13253 +509007,1550.618722,1774.211407,1134.20439,508.5971454,1740.64742 +509008,1561.504006,1774.02464,1139.474859,511.5227285,1729.256895 +509009,1572.29269,1773.761398,1144.510765,513.7870243,1730.089214 +509010,1583.162536,1773.421997,1149.648104,516.4353777,1750.13854 +509011,1593.890939,1772.897176,1154.371316,518.7125261,1746.738514 +509012,1604.552357,1772.273669,1159.244098,521.1649559,1753.121539 +509013,1615.483643,1771.562971,1163.714351,523.3957127,1757.703467 +509014,1626.030133,1770.855418,1168.632192,525.8121167,1762.352227 +509015,1636.872515,1769.851076,1173.042536,528.0118294,1766.924596 +509016,1647.841255,1768.963793,1177.900127,530.4279435,1771.781076 +509017,1658.460746,1767.901064,1182.243051,532.5777898,1772.769025 +509018,1669.207441,1766.778573,1186.964176,534.7281894,1776.545255 +509019,1680.274333,1765.579036,1191.305187,537.1999474,1779.180944 +509020,1690.928615,1764.301058,1195.935458,539.3780135,1782.319633 +509021,1702.061906,1762.944623,1200.362202,541.5403662,1785.129765 +509022,1712.961391,1761.422201,1204.823723,543.8575742,1788.350125 +509023,1723.977364,1760.037904,1209.204531,546.1971621,1791.148292 +509024,1734.934026,1758.389222,1213.745577,548.1454637,1794.18595 +509025,1746.207936,1756.821699,1217.902922,550.3665865,1797.212727 +509026,1757.043181,1754.955682,1222.593238,552.6381972,1799.976956 +509027,1768.377263,1753.20621,1226.570375,554.6812069,1803.169288 +509028,1779.382861,1751.291842,1231.213928,556.66881,1805.930511 +509029,1793.145619,1749.333,1235.219825,559.1523132,1821.450861 +509030,1820.67898,1747.287305,1239.85263,561.1654966,1792.729064 +509031,1807.156447,1745.275827,1256.737537,563.2373966,1823.942489 +509032,1801.970096,1742.844093,1242.63871,565.4497543,1815.764537 +509033,1850.67702,1740.898001,1241.127393,567.4539761,1820.44088 +509034,1843.179649,1738.228519,1264.434506,569.6770263,1842.96763 +509035,1858.568266,1736.163555,1258.621671,571.6191605,1796.530238 +509036,1869.947601,1733.446671,1264.903665,573.8152879,1843.606445 +509037,1881.496816,1730.991232,1268.978816,575.7803296,1828.898931 +509038,1892.999509,1743.646716,1273.346037,577.9381903,1834.852073 +509039,1904.669544,1720.796956,1277.247945,579.8912853,1851.678253 +509040,1916.093811,1709.129586,1281.459913,582.0317766,1833.014415 +509041,1686.334078,1619.019742,1043.692735,474.3796151,1395.372681 +509042,1691.593608,1601.458952,1041.546445,473.6852757,1402.519385 +509043,1699.516724,1598.720815,1041.578433,473.7736164,1389.731148 +509044,1708.136603,1593.941394,1042.145556,474.2292554,1390.97806 +509045,1716.945415,1589.525761,1043.393798,475.1376057,1390.722521 +509046,1726.146966,1584.680108,1044.554352,475.5059027,1390.571945 +509047,1735.539295,1580.436867,1046.034125,476.471972,1391.147687 +509048,1745.087021,1575.593517,1047.551076,477.2801894,1391.718276 +509049,1754.756243,1571.230116,1049.143225,478.12628,1392.514613 +509050,1764.542803,1566.561761,1050.789438,479.0890366,1393.430904 +509051,1774.428095,1561.942523,1052.480674,479.9513323,1394.524904 +509052,1784.511927,1557.28359,1054.211997,480.9115819,1395.527822 +509053,1794.436189,1552.581383,1055.979131,481.8627126,1396.706744 +509054,1804.676981,1547.842285,1057.720606,482.5990054,1396.687388 +509055,1814.910012,1543.063241,1059.701455,483.9504624,1397.706419 +509056,1825.36128,1538.243868,1061.425798,484.7745991,1397.787849 +509057,1835.516205,1533.383627,1063.306264,485.8554292,1398.429871 +509058,1846.36312,1528.395734,1065.303729,486.8419702,1398.994142 +509059,1856.691671,1523.666174,1067.256338,487.9274038,1399.70203 +509060,1867.453185,1518.492692,1069.526463,488.9317963,1400.16847 +509061,1878.29228,1513.540215,1078.74286,490.0393689,1401.155448 +509062,1888.835986,1508.459089,1069.791561,491.0931907,1401.706435 +509063,1900.091191,1503.347616,1068.194163,492.1494684,1402.591354 +509064,1910.805373,1498.193903,1082.023847,493.2852847,1412.320298 +509065,1921.945577,1493.000193,1077.936709,494.3660959,1406.128491 +509066,1933.053385,1487.764615,1081.275179,495.4481053,1388.048977 +509067,1944.379134,1482.575216,1083.472289,496.6123687,1416.123101 +509068,1955.324617,1477.031718,1085.468446,497.7168601,1404.636728 +509069,1975.327341,1471.870212,1087.634198,498.8215891,1408.10601 +509070,1965.886346,1466.480021,1089.752876,500.0105249,1409.068541 +509071,1995.415736,1460.793031,1092.296805,501.2426953,1424.827109 +509072,1999.301105,1455.144875,1094.508637,502.4940585,1403.999677 +509073,2011.928559,1449.68182,1097.292443,503.8452528,1400.101537 +509074,2022.991596,1443.765214,1099.576963,505.1357085,1422.255131 +509075,2051.524862,1437.999494,1102.319735,506.4325647,1412.378989 +509076,2020.359349,1432.420382,1104.616353,507.8228756,1415.79603 +509077,2069.243601,1426.391076,1107.50753,508.8079462,1426.550399 +509078,2065.999183,1420.607419,1109.869924,510.6469558,1415.656365 +509079,2091.593218,1414.69404,1112.61137,511.8277936,1421.534483 +509080,2074.091366,1408.86673,1115.17697,513.1994365,1420.779055 +509081,2133.23008,1402.65815,1117.974262,514.6890221,1422.727116 +509082,2082.243364,1396.890492,1127.968691,515.9563201,1429.087068 +509083,2160.010524,1390.784785,1115.605541,517.4562057,1422.484571 +509084,2126.04996,1384.75386,1125.840037,518.8343489,1427.198053 +509085,2153.32074,1378.682732,1130.134833,520.220574,1428.268202 +509086,2163.068315,1372.579187,1130.734326,521.7084526,1429.34527 +509087,2174.482302,1366.458541,1134.027769,523.1138904,1430.845581 +509088,2186.087526,1360.310626,1136.756029,524.5614313,1432.167067 +509089,2198.244914,1354.14134,1139.57798,526.0088876,1433.48503 +509090,2209.935497,1347.844289,1142.281052,527.4622079,1435.095635 +509091,2221.971209,1341.877834,1145.033821,528.9212304,1436.399144 +509092,2233.671697,1335.437217,1147.88332,530.3856073,1437.870519 +509093,2245.943841,1329.170615,1150.611244,531.8551853,1439.364854 +509094,2257.804972,1323.020897,1153.475522,533.3296469,1440.782049 +509095,2277.236039,1316.768737,1156.212919,534.8087024,1442.270903 +509096,2278.683677,1310.350918,1159.025273,536.2924854,1443.650505 +509097,2295.304773,1303.999499,1161.806843,537.7806043,1445.330644 +509098,2306.894387,1297.79397,1164.695221,539.272516,1446.722506 +509099,2318.789367,1291.389538,1167.461029,540.8108353,1448.29411 +509100,2330.906364,1285.050693,1170.272333,542.2479368,1449.802313 +509101,2578.382571,1385.932278,1424.194748,650.6578718,1630.477881 +509102,2590.882242,1381.848789,1409.351711,654.3242153,1671.151343 +509103,2616.192545,1376.934892,1419.226789,656.9919156,1714.625654 +509104,2616.832462,1371.679248,1423.784871,659.790892,1746.892769 +509105,2638.3595,1366.483415,1439.972472,662.3243747,1768.290499 +509106,2649.733755,1360.97956,1429.228296,664.6939371,1782.230662 +509107,2662.975694,1355.400594,1446.296076,667.1850795,1791.482138 +509108,2676.031725,1350.053736,1438.303339,669.5571366,1797.829543 +509109,2697.337242,1344.282508,1470.91937,671.8562971,1802.74452 +509110,2692.636206,1338.733507,1428.556601,674.141702,1806.411009 +509111,2724.34694,1332.986128,1488.104923,676.5467869,1809.541482 +509112,2728.05488,1329.239606,1441.183264,678.7448203,1812.546467 +509113,2747.734736,1325.507779,1488.650236,680.9833391,1815.241784 +509114,2753.819672,1321.422616,1453.854116,683.3392411,1817.7028 +509115,2774.237737,1317.480446,1496.126907,685.4910218,1819.877553 +509116,2780.264657,1313.657127,1474.073388,687.6851683,1821.930483 +509117,2798.820682,1309.64437,1487.383363,690.0468633,1823.734738 +509118,2805.428329,1305.694562,1490.250597,692.0386267,1825.544779 +509119,2820.859153,1301.719668,1494.40811,694.297797,1827.372581 +509120,2827.863809,1297.741049,1498.445054,696.4153486,1829.068413 +509121,2834.868715,1293.751934,1502.438606,698.6921521,1830.362284 +509122,2838.482378,1289.757533,1506.499661,700.7539203,1831.039641 +509123,2842.024357,1285.675542,1510.758897,702.8593546,1831.063039 +509124,2845.636376,1281.790693,1514.457836,704.9704693,1830.534588 +509125,2849.410033,1277.728891,1518.557702,707.1934853,1829.611669 +509126,2853.373714,1273.741407,1522.508314,709.2206791,1828.42555 +509127,2857.5261,1269.818166,1526.383103,711.2869597,1827.071714 +509128,2861.858431,1265.689985,1530.337908,713.3578963,1825.61754 +509129,2866.363258,1261.738266,1534.11617,715.4233507,1824.113019 +509130,2871.031095,1257.637293,1538.144974,717.5980965,1822.593203 +509131,2875.840449,1253.3135,1541.635872,719.4038904,1821.074636 +509132,2880.572333,1248.841844,1545.149971,721.3533525,1819.56429 +509133,2885.103778,1244.445274,1548.473431,723.1910086,1818.074079 +509134,2889.425938,1240.047242,1552.07525,725.1093422,1816.619448 +509135,2893.573845,1235.662416,1555.421609,726.8803726,1815.208047 +509136,2897.582542,1231.294324,1558.738868,728.7479764,1813.839298 +509137,2901.620957,1226.865053,1567.47003,730.5573523,1812.622818 +509138,2905.558011,1222.810748,1563.043172,732.360427,1811.443315 +509139,2909.257088,1218.267842,1569.427179,734.0993261,1810.183963 +509140,2913.156276,1214.124114,1572.365696,735.9514639,1808.957851 +509141,2916.711876,1209.795636,1575.407611,737.6784258,1807.789214 +509142,2920.103074,1231.577512,1578.426183,739.4369314,1806.578074 +509143,2923.56362,1162.881641,1581.7897,741.1751367,1805.494118 +509144,2927.067857,1215.872756,1584.868757,742.9007363,1804.512983 +509145,2930.336532,1205.105241,1587.921804,744.6144923,1803.616816 +509146,2933.40163,1161.217896,1583.292259,742.8031987,1802.411258 +509147,2935.411315,1211.236902,1583.981772,743.7248746,1800.992596 +509148,2936.891329,1144.721945,1586.346806,744.9811783,1799.530989 +509149,2938.424491,1202.047912,1588.534185,746.3213728,1798.168168 +509150,2940.234231,1140.120227,1591.104776,747.6906084,1796.929018 +509151,2942.307775,1185.617515,1593.504713,749.0717317,1795.78666 +509152,2944.545429,1141.227729,1595.908013,750.4536974,1794.698946 +509153,2946.883964,1165.912665,1598.30675,751.8332818,1793.655723 +509154,2949.406122,1145.001283,1605.732391,753.2080889,1792.749309 +509155,2951.937455,1149.629616,1601.316179,754.5773761,1791.86217 +509156,2954.263042,1143.030331,1605.844238,755.8981093,1790.836644 +509157,2956.816339,1139.685284,1608.399011,757.2871731,1789.796778 +509158,2959.074025,1135.91324,1610.578839,758.5849015,1788.797236 +509159,2961.288986,1132.258089,1612.651256,759.9105131,1787.79926 +509160,2963.473361,1128.467845,1615.29948,761.2330173,1786.808704 +509161,2968.382117,1147.415961,1665.81409,785.1667067,1789.463636 +509162,2977.820195,1144.838993,1667.485359,787.3636118,1796.199961 +509163,2988.506929,1141.656412,1671.40443,789.2360667,1804.512358 +509164,2997.316726,1138.66822,1674.312154,790.8244378,1811.632731 +509165,3004.309861,1135.259896,1676.650398,792.2983309,1817.247293 +509166,3009.679171,1132.161778,1683.69045,793.7033762,1822.0245 +509167,3013.433403,1128.941864,1675.84324,795.0589203,1825.636061 +509168,3017.021881,1125.72759,1687.83281,796.3758512,1828.753316 +509169,3020.430428,1122.528147,1685.736709,797.6613441,1831.354487 +509170,3023.240917,1119.351436,1686.993024,798.8625599,1833.527891 +509171,3025.874059,1116.201959,1694.758071,800.1773452,1835.459092 +509172,3028.199356,1113.007755,1686.097532,801.3449144,1837.060012 +509173,3030.27592,1110.0269,1697.617418,802.5383811,1838.598183 +509174,3032.729598,1106.918066,1695.863322,803.7007712,1839.931873 +509175,3034.717456,1103.978662,1696.542623,804.8422707,1841.086466 +509176,3036.626885,1100.882084,1702.591091,805.9623735,1842.160031 +509177,3038.540448,1097.977505,1701.132814,807.0626123,1843.224802 +509178,3040.197898,1095.045187,1701.525366,808.142743,1844.085399 +509179,3041.772675,1092.158228,1707.011553,809.2029823,1844.889277 +509180,3043.373545,1088.727608,1706.106169,810.2485362,1845.722283 +509181,3044.735329,1086.129079,1705.929597,811.2993274,1846.387324 +509182,3045.802258,1083.666665,1706.422044,812.4854653,1846.83949 +509183,3046.686412,1081.264765,1707.310089,813.9881425,1847.171127 +509184,3047.448824,1078.899621,1707.673485,815.4570698,1847.426101 +509185,3048.032016,1074.997441,1706.738476,815.2803537,1847.563926 +509186,3046.373598,1072.356838,1705.636971,816.4259279,1847.560941 +509187,3043.359857,1069.889722,1704.467979,817.7888249,1847.431421 +509188,3040.162517,1067.489461,1703.344396,819.2298097,1847.216155 +509189,3037.339479,1065.201407,1702.308583,820.7755139,1846.93838 +509190,3034.980125,1062.77038,1701.35436,822.1562919,1846.606096 +509191,3032.969785,1060.16155,1700.461299,823.4641353,1846.223185 +509192,3031.323461,1057.436664,1699.571533,824.5385223,1845.792976 +509193,3030.043473,1054.702503,1698.642887,825.6515437,1845.518029 +509194,3029.089954,1051.887957,1697.659154,826.7451252,1844.991743 +509195,3028.404034,1049.238976,1696.62095,827.8318221,1844.419618 +509196,3027.927433,1046.43372,1695.533889,828.9137182,1843.809135 +509197,3027.612856,1043.684737,1694.403557,829.9923351,1843.165253 +509198,3027.425289,1040.922779,1693.234434,831.0685192,1842.491311 +509199,3027.339517,1038.158983,1692.030051,832.1432378,1841.789948 +509200,3027.621581,1035.393974,1690.791463,833.2170714,1841.061205 +509201,3027.668446,1032.628524,1689.520657,834.2908407,1840.306631 +509202,3027.765479,1029.863047,1688.222267,835.365033,1839.531343 +509203,3027.916351,1027.09823,1686.899541,836.4404055,1838.738889 +509204,3028.117868,1024.334437,1685.553854,837.5174004,1837.930591 +509205,3028.364231,1021.572303,1684.186485,838.5375979,1837.107745 +509206,3028.648826,1018.812142,1682.798086,839.7077044,1836.27092 +509207,3028.965413,1016.054534,1681.388846,840.7509257,1835.420129 +509208,3029.29236,1014.980083,1679.948438,845.3043859,1834.54208 +509209,3031.791309,1012.575015,1678.647181,847.0458791,1833.623775 +509210,3035.550306,1010.088924,1677.41308,848.4231046,1832.648044 +509211,3039.35531,1007.3892,1676.144342,849.9026831,1831.605531 +509212,3042.649105,1004.822017,1674.796288,851.3115081,1830.50881 +509213,3045.369246,1002.189755,1673.371879,852.7209827,1829.380623 +509214,3047.660115,999.5661735,1671.890966,854.1289911,1828.241225 +509215,3049.664062,996.9441464,1670.371783,855.538629,1827.103659 +509216,3051.488673,994.3249235,1668.826199,856.8913435,1825.974962 +509217,3053.186271,991.7095241,1667.260021,858.4017868,1824.857391 +509218,3054.795085,989.0983808,1665.675468,859.7837408,1823.750498 +509219,3056.325124,986.4920065,1664.070207,862.9361166,1822.648904 +509220,3057.804516,983.8905261,1662.449048,861.904302,1821.556637 +509221,3061.119515,948.2032571,1662.600472,829.6318666,1823.641128 +509222,3059.710687,945.3664187,1659.305739,833.2563463,1820.457827 +509223,3056.125682,942.6227468,1654.370298,833.2031776,1814.528049 +509224,3052.991174,939.9395747,1649.652007,834.8669556,1808.548453 +509225,3051.325726,937.2738783,1645.889103,836.2367044,1803.679417 +509226,3051.018914,934.6864857,1643.04625,837.6278618,1799.999715 +509227,3051.478087,931.9521772,1637.47438,839.0331761,1797.114794 +509228,3051.048782,929.3678821,1605.297559,840.45212,1793.744574 +509229,3049.831143,926.7386956,1617.121856,841.8839125,1789.939137 +509230,3049.398854,924.1282429,1614.167528,843.3282029,1786.891115 +509231,3049.782885,921.5276012,1610.794249,844.7853804,1784.613124 +509232,3050.276325,918.8719798,1602.966301,846.2549063,1782.560561 +509233,3051.104516,916.3824187,1610.914212,847.6751248,1780.712999 +509234,3052.234301,913.7622116,1599.494473,849.2592274,1779.450451 +509235,3053.533471,911.2044678,1606.886839,850.7200555,1778.453893 +509236,3054.844511,908.6446147,1595.023403,852.2452489,1777.584655 +509237,3056.015639,906.0918755,1597.528994,853.8568492,1776.706315 +509238,3057.325899,903.5457944,1596.115724,856.5319957,1776.018568 +509239,3058.790999,901.0065648,1593.582291,856.4029645,1775.521126 +509240,3060.235754,898.4738553,1591.281403,860.4882342,1775.069661 +509241,3061.650494,895.9474541,1589.286974,858.7311376,1774.648352 +509242,3063.046178,893.4901011,1587.018678,865.129164,1774.256693 +509243,3064.247155,890.8834863,1579.965327,860.192683,1773.748472 +509244,3065.577945,888.4190797,1587.4514,871.0643378,1773.367604 +509245,3067.014241,885.9066995,1575.336113,859.8154418,1773.090861 +509246,3068.256654,883.409138,1577.900246,879.6593406,1772.683315 +509247,3069.599376,880.9169244,1575.714619,855.9036988,1772.370361 +509248,3071.013107,878.429881,1572.818705,893.4326509,1772.126549 +509249,3072.429873,875.9479119,1570.475262,845.8010374,1771.898699 +509250,3073.860682,873.4705947,1568.131047,887.2094529,1771.694594 +509251,3075.184776,871.4025246,1566.515592,891.9222136,1771.418129 +509252,3076.673561,869.4275728,1565.223666,855.7862713,1771.240217 +509253,3078.410398,867.5028911,1563.990729,888.4455539,1771.201301 +509254,3080.226752,865.6165354,1562.833453,883.426861,1771.169491 +509255,3082.217242,863.7631137,1561.680585,885.2650128,1771.155657 +509256,3084.401478,861.9394688,1560.566472,888.3120957,1771.176287 +509257,3086.716528,860.143632,1559.477504,890.7956688,1771.210308 +509258,3089.116734,858.3129333,1558.408972,893.3010536,1771.250174 +509259,3091.572519,856.6581032,1557.359246,895.840067,1771.292121 +509260,3094.063816,854.9554489,1556.49651,898.4751134,1771.33146 +509261,3096.574664,853.1779164,1555.287834,900.9153943,1771.362078 +509262,3099.101709,851.5459318,1554.305719,903.68741,1771.385143 +509263,3101.650869,849.8832209,1553.338317,906.2909461,1771.408355 +509264,3104.221965,848.2503116,1552.356273,908.9863778,1771.43441 +509265,3106.80847,846.6376475,1551.359126,911.6990529,1771.460558 +509266,3109.219251,845.0444666,1545.41946,914.4365232,1771.339349 +509267,3111.804126,843.4699026,1555.071427,917.2642497,1771.342922 +509268,3114.475656,841.913645,1542.820263,919.9500918,1771.40642 +509269,3117.146031,840.3749977,1552.651243,922.8044744,1771.465979 +509270,3119.762064,838.8533418,1540.965703,925.6225707,1771.482237 +509271,3122.42022,837.4395752,1551.159755,928.7174831,1771.530111 +509272,3125.145647,835.9735502,1539.343229,931.584001,1771.558967 +509273,3127.959253,834.5136847,1549.469755,934.6097323,1771.614416 +509274,3130.73233,833.066853,1537.465161,937.569218,1771.635231 +509275,3133.511535,831.6336178,1547.726645,940.4318818,1771.676243 +509276,3136.227398,830.214097,1535.631314,943.449678,1771.686115 +509277,3138.956198,828.8079775,1545.970105,946.4229851,1771.720514 +509278,3141.92131,827.4149763,1533.752158,949.4200896,1771.722481 +509279,3144.596707,826.0346322,1544.386415,952.430585,1771.746522 +509280,3147.2098,824.6665996,1531.650149,955.4530149,1771.735937 +509281,3148.134673,756.9400513,1383.464261,892.1510635,1773.629984 +509282,3133.312658,754.7625649,1380.212625,894.3635765,1759.941062 +509283,3115.021776,752.8173717,1377.077003,896.8453971,1740.404989 +509284,3101.529872,750.9414535,1375.160644,899.4476844,1723.601143 +509285,3094.119305,749.1025991,1373.042486,901.9196972,1710.441685 +509286,3091.34277,747.2860359,1370.914305,904.5579771,1701.449969 +509287,3091.360677,745.4873283,1368.817345,907.0855212,1695.279083 +509288,3092.852963,743.7036627,1366.682778,909.7947437,1690.813398 +509289,3095.085026,741.9333584,1364.634479,912.366637,1687.914006 +509290,3097.697617,740.1747247,1362.508303,914.99851,1686.02808 +509291,3100.516369,738.4264081,1360.509875,917.6216692,1684.920425 +509292,3103.444531,736.6870898,1358.215432,920.3094346,1684.423961 +509293,3106.428057,734.9557931,1356.203312,922.8269054,1684.418833 +509294,3109.433936,733.2315382,1354.041125,925.4846477,1684.814247 +509295,3112.431981,731.568655,1351.84305,928.0756997,1685.53248 +509296,3115.404716,729.7757394,1349.765644,930.6647635,1686.514081 +509297,3118.341701,728.1067907,1347.670296,933.2398442,1687.712479 +509298,3121.229831,726.3951283,1345.291372,935.7977156,1689.085468 +509299,3124.067821,724.6411177,1343.23388,938.3354858,1690.606066 +509300,3126.85836,723.0228263,1340.953896,940.8498701,1692.255285 +509301,3129.599853,721.2901155,1338.759156,943.3375058,1693.807451 +509302,3132.281114,719.604794,1336.58489,945.7945954,1695.663001 +509303,3134.612191,717.965368,1334.195811,948.1487232,1697.601576 +509304,3137.18764,716.1952892,1331.913215,950.633985,1699.608747 +509305,3139.704406,714.5393497,1329.656691,952.9931679,1701.67447 +509306,3142.139313,712.8367858,1327.278957,955.1939744,1703.790555 +509307,3144.482929,711.1398874,1324.955161,957.4789995,1705.951165 +509308,3146.73026,709.4399747,1322.657952,959.644582,1708.151077 +509309,3148.872826,707.7361529,1320.050559,961.7523717,1710.383335 +509310,3151.043619,706.0273168,1306.596255,963.7852106,1712.753629 +509311,3153.421682,703.8194845,1330.467787,964.0459232,1715.408384 +509312,3155.423804,701.2003881,1300.861164,963.9929364,1718.325482 +509313,3156.656769,698.9305624,1291.238262,963.7382153,1721.431224 +509314,3157.034108,696.314158,1309.134004,963.3178257,1724.652611 +509315,3156.656728,693.8860718,1305.537904,962.7428672,1727.945299 +509316,3155.781223,691.3024183,1286.294784,961.9505538,1731.377078 +509317,3154.554915,688.7328762,1287.150527,961.255846,1734.96455 +509318,3153.009473,686.0767642,1271.736412,960.1036005,1738.668702 +509319,3151.054585,681.7262187,1286.424277,979.4126703,1742.376735 +509320,3155.886338,679.0926429,1256.687633,982.044694,1746.024011 +509321,3164.363396,676.1287877,1268.153777,983.0222486,1749.57004 +509322,3172.382013,673.4828183,1273.518413,983.6405715,1752.922252 +509323,3178.294126,670.7231099,1229.16088,984.009485,1756.207368 +509324,3182.028087,668.3257246,1269.180825,984.1996863,1759.463324 +509325,3184.120252,664.8517285,1227.492108,984.2523221,1762.707567 +509326,3185.190421,662.4856659,1244.761881,984.1924243,1766.014205 +509327,3185.568958,659.4685444,1232.086659,983.9684999,1769.369105 +509328,3185.47351,656.7352446,1228.079141,983.8997097,1772.78273 +509329,3185.018527,653.9356435,1223.036286,983.4436623,1776.26171 +509330,3184.227544,650.9502704,1231.51194,983.1332675,1779.759491 +509331,3183.245213,648.2212549,1192.420993,981.6138666,1783.344436 +509332,3181.76842,645.351851,1217.048701,978.6432776,1787.00886 +509333,3179.185832,642.383664,1200.214746,975.2563232,1790.688905 +509334,3175.370059,639.5822088,1196.665145,971.5011802,1794.42934 +509335,3170.193115,636.6692293,1191.55516,967.6490901,1798.257738 +509336,3164.46413,633.7260828,1186.150069,963.4690854,1802.167986 +509337,3158.032201,630.8577383,1180.704937,958.878697,1806.156949 +509338,3150.734711,627.9420815,1175.432951,954.3325971,1810.218872 +509339,3142.793766,624.890368,1169.824261,949.3831701,1814.349053 +509340,3135.26565,621.9629634,1164.351878,944.2127782,1818.534062 +509341,2100.762283,618.7176465,903.4922953,938.754565,2228.330911 +509342,2192.720611,746.3215041,938.1847063,1064.280967,2290.1926 +509343,2296.716465,746.6747833,974.2331033,1061.835192,2345.457552 +509344,2370.013241,743.2905577,997.7054544,1055.319068,2371.66559 +509345,2417.276822,739.5461111,1012.761795,1049.567249,2382.292196 +509346,2447.1793,736.8871203,1023.061223,1043.160902,2386.210145 +509347,2465.983889,733.6692182,1030.525167,1036.588293,2387.315858 +509348,2477.781214,730.5356111,1036.238924,1029.7798,2387.287359 +509349,2484.900275,727.371476,1040.798763,1022.683382,2386.872476 +509350,2488.593941,724.1404504,1044.50599,1015.6354,2386.357215 +509351,2489.566577,721.0079455,1047.532429,1008.039774,2385.830655 +509352,2488.311165,717.7596282,1049.985167,1000.391014,2385.310853 +509353,2485.200616,714.5312977,1051.951106,992.6075344,2384.796632 +509354,2480.554903,711.2950886,1053.504582,984.5643242,2384.284236 +509355,2474.625388,708.0552514,1054.709004,976.1391082,2383.771026 +509356,2467.623541,704.8111869,1055.617766,967.8119096,2383.255357 +509357,2459.719288,701.5219278,1056.275465,958.9939281,2382.73577 +509358,2451.045446,698.2952334,1056.719003,906.8528095,2382.209957 +509359,2435.42526,687.4390427,1056.977595,887.3883141,2381.671799 +509360,2415.503454,683.4933371,1056.784007,878.4035724,2381.117496 +509361,2395.199405,680.3831084,1056.302077,870.6777349,2380.583682 +509362,2376.486392,677.1948732,1055.702309,863.6672592,2379.841494 +509363,2359.753713,674.4097576,1055.066705,857.0024146,2379.264306 +509364,2344.750515,671.3950974,1054.433769,863.8229174,2378.667344 +509365,2331.100621,668.6686003,1053.805153,825.0339529,2378.052326 +509366,2318.511199,665.7652169,1053.179758,860.3271387,2377.419604 +509367,2306.779417,663.0788104,1052.552765,813.4275331,2376.76751 +509368,2295.763181,660.2232802,1051.924746,839.024351,2376.093983 +509369,2285.35535,657.5381728,1051.293626,816.2305672,2375.397923 +509370,2275.468488,654.7859901,1050.661224,818.865582,2374.678196 +509371,2266.064206,652.1506807,1050.041841,811.1151415,2373.971532 +509372,2257.047846,649.3803133,1049.421821,806.645008,2373.242272 +509373,2248.341183,646.8122209,1048.78639,801.5561793,2372.461399 +509374,2239.918536,644.0709893,1048.14491,796.6721597,2371.646796 +509375,2231.751584,641.5378378,1047.498303,791.7836368,2370.806024 +509376,2223.813732,638.7908763,1046.84955,787.1217433,2369.942673 +509377,2215.811724,636.3520673,1046.197087,782.3417515,2369.058743 +509378,2208.270763,633.6499535,1045.542941,777.882478,2368.155719 +509379,2200.901783,631.1910426,1044.88523,773.0991727,2367.234908 +509380,2193.685028,628.552354,1044.225885,768.8311176,2366.29761 +509381,2186.605655,626.1197519,1043.563002,764.251828,2365.345062 +509382,2179.652533,623.5140735,1042.898517,759.9828143,2364.378544 +509383,2172.816656,621.1138663,1042.230549,755.6120684,2363.399275 +509384,2166.090338,618.5006915,1041.561052,751.358253,2362.408502 +509385,2159.466766,616.191762,1040.88816,747.0718021,2361.407384 +509386,2152.939943,613.6210924,1040.213839,742.9285375,2360.397081 +509387,2146.541465,611.2908416,1039.553794,738.7700509,2359.418886 +509388,2140.2309,608.781186,1038.893331,734.7359913,2358.43552 +509389,2133.974862,606.4753158,1038.216871,730.6466331,2357.416351 +509390,2127.787145,603.9967166,1037.534448,726.6554126,2356.380871 +509391,2121.671615,601.6826339,1036.847361,722.6241381,2355.337228 +509392,2115.628173,599.2918319,1036.158776,718.7782051,2354.289086 +509393,2109.655123,597.0177984,1035.467291,714.7849779,2353.238212 +509394,2103.750314,594.60592,1034.775008,711.021807,2352.185644 +509395,2097.91156,592.3897316,1034.08013,707.100085,2351.1321 +509396,2062.74267,590.0009039,1033.389622,703.4075711,2350.08965 +509397,1932.704545,587.8134703,1032.686135,699.55668,2349.023201 +509398,1998.321787,585.4161862,1031.989865,695.9316907,2347.975139 +509399,1949.893234,583.3128034,1031.304042,692.1967826,2346.957483 +509400,1943.019648,580.9538024,1030.603821,688.5667285,2345.909079 +509401,0,0,0,0,0 +509402,0,0,0,0,0 +509403,0,0,0,0,0 +509404,0,0,0,0,0 +509405,0,0,0,0,0 +509406,0,0,0,0,0 +509407,0,0,0,0,0 +509408,0,0,0,0,0 +509409,0,0,0,0,0 +509410,0,0,0,0,0 +509411,0,0,0,0,0 +509412,0,0,0,0,0 +509413,0,0,0,0,0 +509414,0,0,0,0,0 +509415,0,0,0,0,0 +509416,0,0,0,0,0 +509417,0,0,0,0,0 +509418,0,0,0,0,0 +509419,0,0,0,0,0 +509420,0,0,0,0,0 +509421,0,0,0,0,0 +509422,0,0,0,0,0 +509423,0,0,0,0,0 +509424,0,0,0,0,0 +509425,0,0,0,0,0 +509426,0,0,0,0,0 +509427,0,0,0,0,0 +509428,0,0,0,0,0 +509429,0,0,0,0,0 +509430,0,0,0,0,0 +509431,0,0,0,0,0 +509432,0,0,0,0,0 +509433,0,0,0,0,0 +509434,0,0,0,0,0 +509435,0,0,0,0,0 +509436,0,0,0,0,0 +509437,0,0,0,0,0 +509438,0,0,0,0,0 +509439,0,0,0,0,0 +509440,0,0,0,0,0 +509441,0,0,0,0,0 +509442,0,0,0,0,0 +509443,0,0,0,0,0 +509444,0,0,0,0,0 +509445,0,0,0,0,0 +509446,0,0,0,0,0 +509447,0,0,0,0,0 +509448,0,0,0,0,0 +509449,0,0,0,0,0 +509450,0,0,0,0,0 +509451,0,0,0,0,0 +509452,0,0,0,0,0 +509453,0,0,0,0,0 +509454,0,0,0,0,0 +509455,0,0,0,0,0 +509456,0,0,0,0,0 +509457,0,0,0,0,0 +509458,0,0,0,0,0 +509459,0,0,0,0,0 +509460,0,0,0,0,0 +509461,0,0,0,0,0 +509462,0,0,0,0,0 +509463,0,0,0,0,0 +509464,0,0,0,0,0 +509465,0,0,0,0,0 +509466,0,0,0,0,0 +509467,0,0,0,0,0 +509468,0,0,0,0,0 +509469,0,0,0,0,0 +509470,0,0,0,0,0 +509471,0,0,0,0,0 +509472,0,0,0,0,0 +509473,0,0,0,0,0 +509474,0,0,0,0,0 +509475,0,0,0,0,0 +509476,0,0,0,0,0 +509477,0,0,0,0,0 +509478,0,0,0,0,0 +509479,0,0,0,0,0 +509480,0,0,0,0,0 +509481,0,0,0,0,0 +509482,0,0,0,0,0 +509483,0,0,0,0,0 +509484,0,0,0,0,0 +509485,0,0,0,0,0 +509486,0,0,0,0,0 +509487,0,0,0,0,0 +509488,0,0,0,0,0 +509489,0,0,0,0,0 +509490,0,0,0,0,0 +509491,0,0,0,0,0 +509492,0,0,0,0,0 +509493,0,0,0,0,0 +509494,0,0,0,0,0 +509495,0,0,0,0,0 +509496,0,0,0,0,0 +509497,0,0,0,0,0 +509498,0,0,0,0,0 +509499,0,0,0,0,0 +509500,0,0,0,0,0 +509501,0,0,0,0,0 +509502,0,0,0,0,0 +509503,0,0,0,0,0 +509504,0,0,0,0,0 +509505,0,0,0,0,0 +509506,0,0,0,0,0 +509507,0,0,0,0,0 +509508,0,0,0,0,0 +509509,0,0,0,0,0 +509510,0,0,0,0,0 +509511,0,0,0,0,0 +509512,0,0,0,0,0 +509513,0,0,0,0,0 +509514,0,0,0,0,0 +509515,0,0,0,0,0 +509516,0,0,0,0,0 +509517,0,0,0,0,0 +509518,0,0,0,0,0 +509519,0,0,0,0,0 +509520,0,0,0,0,0 +509521,0,0,0,0,0 +509522,0,0,0,0,0 +509523,0,0,0,0,0 +509524,0,0,0,0,0 +509525,0,0,0,0,0 +509526,0,0,0,0,0 +509527,0,0,0,0,0 +509528,0,0,0,0,0 +509529,0,0,0,0,0 +509530,0,0,0,0,0 +509531,0,0,0,0,0 +509532,0,0,0,0,0 +509533,0,0,0,0,0 +509534,0,0,0,0,0 +509535,0,0,0,0,0 +509536,0,0,0,0,0 +509537,0,0,0,0,0 +509538,0,0,0,0,0 +509539,0,0,0,0,0 +509540,0,0,0,0,0 +509541,0,0,0,0,0 +509542,0,0,0,0,0 +509543,0,0,0,0,0 +509544,0,0,0,0,0 +509545,0,0,0,0,0 +509546,0,0,0,0,0 +509547,0,0,0,0,0 +509548,0,0,0,0,0 +509549,0,0,0,0,0 +509550,0,0,0,0,0 +509551,0,0,0,0,0 +509552,0,0,0,0,0 +509553,0,0,0,0,0 +509554,0,0,0,0,0 +509555,0,0,0,0,0 +509556,0,0,0,0,0 +509557,0,0,0,0,0 +509558,0,0,0,0,0 +509559,0,0,0,0,0 +509560,0,0,0,0,0 +509561,0,0,0,0,0 +509562,0,0,0,0,0 +509563,0,0,0,0,0 +509564,0,0,0,0,0 +509565,0,0,0,0,0 +509566,0,0,0,0,0 +509567,0,0,0,0,0 +509568,0,0,0,0,0 +509569,0,0,0,0,0 +509570,0,0,0,0,0 +509571,0,0,0,0,0 +509572,0,0,0,0,0 +509573,0,0,0,0,0 +509574,0,0,0,0,0 +509575,0,0,0,0,0 +509576,0,0,0,0,0 +509577,0,0,0,0,0 +509578,0,0,0,0,0 +509579,0,0,0,0,0 +509580,0,0,0,0,0 +509581,0,0,0,0,0 +509582,0,0,0,0,0 +509583,0,0,0,0,0 +509584,0,0,0,0,0 +509585,0,0,0,0,0 +509586,0,0,0,0,0 +509587,0,0,0,0,0 +509588,0,0,0,0,0 +509589,0,0,0,0,0 +509590,0,0,0,0,0 +509591,0,0,0,0,0 +509592,0,0,0,0,0 +509593,0,0,0,0,0 +509594,0,0,0,0,0 +509595,0,0,0,0,0 +509596,0,0,0,0,0 +509597,0,0,0,0,0 +509598,0,0,0,0,0 +509599,0,0,0,0,0 +509600,0,0,0,0,0 +509601,0,0,0,0,0 +509602,0,0,0,0,0 +509603,0,0,0,0,0 +509604,0,0,0,0,0 +509605,0,0,0,0,0 +509606,0,0,0,0,0 +509607,0,0,0,0,0 +509608,0,0,0,0,0 +509609,0,0,0,0,0 +509610,0,0,0,0,0 +509611,0,0,0,0,0 +509612,0,0,0,0,0 +509613,0,0,0,0,0 +509614,0,0,0,0,0 +509615,0,0,0,0,0 +509616,0,0,0,0,0 +509617,0,0,0,0,0 +509618,0,0,0,0,0 +509619,0,0,0,0,0 +509620,0,0,0,0,0 +509621,0,0,0,0,0 +509622,0,0,0,0,0 +509623,0,0,0,0,0 +509624,0,0,0,0,0 +509625,0,0,0,0,0 +509626,0,0,0,0,0 +509627,0,0,0,0,0 +509628,0,0,0,0,0 +509629,0,0,0,0,0 +509630,0,0,0,0,0 +509631,0,0,0,0,0 +509632,0,0,0,0,0 +509633,0,0,0,0,0 +509634,0,0,0,0,0 +509635,0,0,0,0,0 +509636,0,0,0,0,0 +509637,0,0,0,0,0 +509638,0,0,0,0,0 +509639,0,0,0,0,0 +509640,0,0,0,0,0 +509641,0,0,0,0,0 +509642,0,0,0,0,0 +509643,0,0,0,0,0 +509644,0,0,0,0,0 +509645,0,0,0,0,0 +509646,0,0,0,0,0 +509647,0,0,0,0,0 +509648,0,0,0,0,0 +509649,0,0,0,0,0 +509650,0,0,0,0,0 +509651,0,0,0,0,0 +509652,0,0,0,0,0 +509653,0,0,0,0,0 +509654,0,0,0,0,0 +509655,0,0,0,0,0 +509656,0,0,0,0,0 +509657,0,0,0,0,0 +509658,0,0,0,0,0 +509659,0,0,0,0,0 +509660,0,0,0,0,0 +509661,0,0,0,0,0 +509662,0,0,0,0,0 +509663,0,0,0,0,0 +509664,0,0,0,0,0 +509665,0,0,0,0,0 +509666,0,0,0,0,0 +509667,0,0,0,0,0 +509668,0,0,0,0,0 +509669,0,0,0,0,0 +509670,0,0,0,0,0 +509671,0,0,0,0,0 +509672,0,0,0,0,0 +509673,0,0,0,0,0 +509674,0,0,0,0,0 +509675,0,0,0,0,0 +509676,0,0,0,0,0 +509677,0,0,0,0,0 +509678,0,0,0,0,0 +509679,0,0,0,0,0 +509680,0,0,0,0,0 +509681,0,0,0,0,0 +509682,0,0,0,0,0 +509683,0,0,0,0,0 +509684,0,0,0,0,0 +509685,0,0,0,0,0 +509686,0,0,0,0,0 +509687,0,0,0,0,0 +509688,0,0,0,0,0 +509689,0,0,0,0,0 +509690,0,0,0,0,0 +509691,0,0,0,0,0 +509692,0,0,0,0,0 +509693,0,0,0,0,0 +509694,0,0,0,0,0 +509695,0,0,0,0,0 +509696,0,0,0,0,0 +509697,0,0,0,0,0 +509698,0,0,0,0,0 +509699,0,0,0,0,0 +509700,0,0,0,0,0 +509701,0,0,0,0,0 +509702,0,0,0,0,0 +509703,0,0,0,0,0 +509704,0,0,0,0,0 +509705,0,0,0,0,0 +509706,0,0,0,0,0 +509707,0,0,0,0,0 +509708,0,0,0,0,0 +509709,0,0,0,0,0 +509710,0,0,0,0,0 +509711,0,0,0,0,0 +509712,0,0,0,0,0 +509713,0,0,0,0,0 +509714,0,0,0,0,0 +509715,0,0,0,0,0 +509716,0,0,0,0,0 +509717,0,0,0,0,0 +509718,0,0,0,0,0 +509719,0,0,0,0,0 +509720,0,0,0,0,0 +509721,0,0,0,0,0 +509722,0,0,0,0,0 +509723,0,0,0,0,0 +509724,0,0,0,0,0 +509725,0,0,0,0,0 +509726,0,0,0,0,0 +509727,0,0,0,0,0 +509728,0,0,0,0,0 +509729,0,0,0,0,0 +509730,0,0,0,0,0 +509731,0,0,0,0,0 +509732,0,0,0,0,0 +509733,0,0,0,0,0 +509734,0,0,0,0,0 +509735,0,0,0,0,0 +509736,0,0,0,0,0 +509737,0,0,0,0,0 +509738,0,0,0,0,0 +509739,0,0,0,0,0 +509740,0,0,0,0,0 +509741,0,0,0,0,0 +509742,0,0,0,0,0 +509743,0,0,0,0,0 +509744,0,0,0,0,0 +509745,0,0,0,0,0 +509746,0,0,0,0,0 +509747,0,0,0,0,0 +509748,0,0,0,0,0 +509749,0,0,0,0,0 +509750,0,0,0,0,0 +509751,0,0,0,0,0 +509752,0,0,0,0,0 +509753,0,0,0,0,0 +509754,0,0,0,0,0 +509755,0,0,0,0,0 +509756,0,0,0,0,0 +509757,0,0,0,0,0 +509758,0,0,0,0,0 +509759,0,0,0,0,0 +509760,0,0,0,0,0 +509761,0,0,0,0,0 +509762,0,0,0,0,0 +509763,0,0,0,0,0 +509764,0,0,0,0,0 +509765,0,0,0,0,0 +509766,0,0,0,0,0 +509767,0,0,0,0,0 +509768,0,0,0,0,0 +509769,0,0,0,0,0 +509770,0,0,0,0,0 +509771,0,0,0,0,0 +509772,0,0,0,0,0 +509773,0,0,0,0,0 +509774,0,0,0,0,0 +509775,0,0,0,0,0 +509776,0,0,0,0,0 +509777,0,0,0,0,0 +509778,0,0,0,0,0 +509779,0,0,0,0,0 +509780,0,0,0,0,0 +509781,0,0,0,0,0 +509782,0,0,0,0,0 +509783,0,0,0,0,0 +509784,0,0,0,0,0 +509785,0,0,0,0,0 +509786,0,0,0,0,0 +509787,0,0,0,0,0 +509788,0,0,0,0,0 +509789,0,0,0,0,0 +509790,0,0,0,0,0 +509791,0,0,0,0,0 +509792,0,0,0,0,0 +509793,0,0,0,0,0 +509794,0,0,0,0,0 +509795,0,0,0,0,0 +509796,0,0,0,0,0 +509797,0,0,0,0,0 +509798,0,0,0,0,0 +509799,0,0,0,0,0 +509800,0,0,0,0,0 +509801,0,0,0,0,0 +509802,0,0,0,0,0 +509803,0,0,0,0,0 +509804,0,0,0,0,0 +509805,0,0,0,0,0 +509806,0,0,0,0,0 +509807,0,0,0,0,0 +509808,0,0,0,0,0 +509809,0,0,0,0,0 +509810,0,0,0,0,0 +509811,0,0,0,0,0 +509812,0,0,0,0,0 +509813,0,0,0,0,0 +509814,0,0,0,0,0 +509815,0,0,0,0,0 +509816,0,0,0,0,0 +509817,0,0,0,0,0 +509818,0,0,0,0,0 +509819,0,0,0,0,0 +509820,0,0,0,0,0 +509821,0,0,0,0,0 +509822,0,0,0,0,0 +509823,0,0,0,0,0 +509824,0,0,0,0,0 +509825,0,0,0,0,0 +509826,0,0,0,0,0 +509827,0,0,0,0,0 +509828,0,0,0,0,0 +509829,0,0,0,0,0 +509830,0,0,0,0,0 +509831,0,0,0,0,0 +509832,0,0,0,0,0 +509833,0,0,0,0,0 +509834,0,0,0,0,0 +509835,0,0,0,0,0 +509836,0,0,0,0,0 +509837,0,0,0,0,0 +509838,0,0,0,0,0 +509839,0,0,0,0,0 +509840,0,0,0,0,0 +509841,0,0,0,0,0 +509842,0,0,0,0,0 +509843,0,0,0,0,0 +509844,0,0,0,0,0 +509845,0,0,0,0,0 +509846,0,0,0,0,0 +509847,0,0,0,0,0 +509848,0,0,0,0,0 +509849,0,0,0,0,0 +509850,0,0,0,0,0 +509851,0,0,0,0,0 +509852,0,0,0,0,0 +509853,0,0,0,0,0 +509854,0,0,0,0,0 +509855,0,0,0,0,0 +509856,0,0,0,0,0 +509857,0,0,0,0,0 +509858,0,0,0,0,0 +509859,0,0,0,0,0 +509860,0,0,0,0,0 +509861,0,0,0,0,0 +509862,0,0,0,0,0 +509863,0,0,0,0,0 +509864,0,0,0,0,0 +509865,0,0,0,0,0 +509866,0,0,0,0,0 +509867,0,0,0,0,0 +509868,0,0,0,0,0 +509869,0,0,0,0,0 +509870,0,0,0,0,0 +509871,0,0,0,0,0 +509872,0,0,0,0,0 +509873,0,0,0,0,0 +509874,0,0,0,0,0 +509875,0,0,0,0,0 +509876,0,0,0,0,0 +509877,0,0,0,0,0 +509878,0,0,0,0,0 +509879,0,0,0,0,0 +509880,0,0,0,0,0 +509881,0,0,0,0,0 +509882,0,0,0,0,0 +509883,0,0,0,0,0 +509884,0,0,0,0,0 +509885,0,0,0,0,0 +509886,0,0,0,0,0 +509887,0,0,0,0,0 +509888,0,0,0,0,0 +509889,0,0,0,0,0 +509890,0,0,0,0,0 +509891,0,0,0,0,0 +509892,0,0,0,0,0 +509893,0,0,0,0,0 +509894,0,0,0,0,0 +509895,0,0,0,0,0 +509896,0,0,0,0,0 +509897,0,0,0,0,0 +509898,0,0,0,0,0 +509899,0,0,0,0,0 +509900,0,0,0,0,0 +509901,0,0,0,0,0 +509902,0,0,0,0,0 +509903,0,0,0,0,0 +509904,0,0,0,0,0 +509905,0,0,0,0,0 +509906,0,0,0,0,0 +509907,0,0,0,0,0 +509908,0,0,0,0,0 +509909,0,0,0,0,0 +509910,0,0,0,0,0 +509911,0,0,0,0,0 +509912,0,0,0,0,0 +509913,0,0,0,0,0 +509914,0,0,0,0,0 +509915,0,0,0,0,0 +509916,0,0,0,0,0 +509917,0,0,0,0,0 +509918,0,0,0,0,0 +509919,0,0,0,0,0 +509920,0,0,0,0,0 +509921,0,0,0,0,0 +509922,0,0,0,0,0 +509923,0,0,0,0,0 +509924,0,0,0,0,0 +509925,0,0,0,0,0 +509926,0,0,0,0,0 +509927,0,0,0,0,0 +509928,0,0,0,0,0 +509929,0,0,0,0,0 +509930,0,0,0,0,0 +509931,0,0,0,0,0 +509932,0,0,0,0,0 +509933,0,0,0,0,0 +509934,0,0,0,0,0 +509935,0,0,0,0,0 +509936,0,0,0,0,0 +509937,0,0,0,0,0 +509938,0,0,0,0,0 +509939,0,0,0,0,0 +509940,0,0,0,0,0 +509941,0,0,0,0,0 +509942,0,0,0,0,0 +509943,0,0,0,0,0 +509944,0,0,0,0,0 +509945,0,0,0,0,0 +509946,0,0,0,0,0 +509947,0,0,0,0,0 +509948,0,0,0,0,0 +509949,0,0,0,0,0 +509950,0,0,0,0,0 +509951,0,0,0,0,0 +509952,0,0,0,0,0 +509953,0,0,0,0,0 +509954,0,0,0,0,0 +509955,0,0,0,0,0 +509956,0,0,0,0,0 +509957,0,0,0,0,0 +509958,0,0,0,0,0 +509959,0,0,0,0,0 +509960,0,0,0,0,0 +509961,0,0,0,0,0 +509962,0,0,0,0,0 +509963,0,0,0,0,0 +509964,0,0,0,0,0 +509965,0,0,0,0,0 +509966,0,0,0,0,0 +509967,0,0,0,0,0 +509968,0,0,0,0,0 +509969,0,0,0,0,0 +509970,0,0,0,0,0 +509971,0,0,0,0,0 +509972,0,0,0,0,0 +509973,0,0,0,0,0 +509974,0,0,0,0,0 +509975,0,0,0,0,0 +509976,0,0,0,0,0 +509977,0,0,0,0,0 +509978,0,0,0,0,0 +509979,0,0,0,0,0 +509980,0,0,0,0,0 +509981,0,0,0,0,0 +509982,0,0,0,0,0 +509983,0,0,0,0,0 +509984,0,0,0,0,0 +509985,0,0,0,0,0 +509986,0,0,0,0,0 +509987,0,0,0,0,0 +509988,0,0,0,0,0 +509989,0,0,0,0,0 +509990,0,0,0,0,0 +509991,0,0,0,0,0 +509992,0,0,0,0,0 +509993,0,0,0,0,0 +509994,0,0,0,0,0 +509995,0,0,0,0,0 +509996,0,0,0,0,0 +509997,0,0,0,0,0 +509998,0,0,0,0,0 +509999,0,0,0,0,0 +510000,0,0,0,0,0 +510001,0,0,0,0,0 +510002,0,0,0,0,0 +510003,0,0,0,0,0 +510004,0,0,0,0,0 +510005,0,0,0,0,0 +510006,0,0,0,0,0 +510007,0,0,0,0,0 +510008,0,0,0,0,0 +510009,0,0,0,0,0 +510010,0,0,0,0,0 +510011,0,0,0,0,0 +510012,0,0,0,0,0 +510013,0,0,0,0,0 +510014,0,0,0,0,0 +510015,0,0,0,0,0 +510016,0,0,0,0,0 +510017,0,0,0,0,0 +510018,0,0,0,0,0 +510019,0,0,0,0,0 +510020,0,0,0,0,0 +510021,0,0,0,0,0 +510022,0,0,0,0,0 +510023,0,0,0,0,0 +510024,0,0,0,0,0 +510025,0,0,0,0,0 +510026,0,0,0,0,0 +510027,0,0,0,0,0 +510028,0,0,0,0,0 +510029,0,0,0,0,0 +510030,0,0,0,0,0 +510031,0,0,0,0,0 +510032,0,0,0,0,0 +510033,0,0,0,0,0 +510034,0,0,0,0,0 +510035,0,0,0,0,0 +510036,0,0,0,0,0 +510037,0,0,0,0,0 +510038,0,0,0,0,0 +510039,0,0,0,0,0 +510040,0,0,0,0,0 +510041,0,0,0,0,0 +510042,0,0,0,0,0 +510043,0,0,0,0,0 +510044,0,0,0,0,0 +510045,0,0,0,0,0 +510046,0,0,0,0,0 +510047,0,0,0,0,0 +510048,0,0,0,0,0 +510049,0,0,0,0,0 +510050,0,0,0,0,0 +510051,0,0,0,0,0 +510052,0,0,0,0,0 +510053,0,0,0,0,0 +510054,0,0,0,0,0 +510055,0,0,0,0,0 +510056,0,0,0,0,0 +510057,0,0,0,0,0 +510058,0,0,0,0,0 +510059,0,0,0,0,0 +510060,0,0,0,0,0 +510061,0,0,0,0,0 +510062,0,0,0,0,0 +510063,0,0,0,0,0 +510064,0,0,0,0,0 +510065,0,0,0,0,0 +510066,0,0,0,0,0 +510067,0,0,0,0,0 +510068,0,0,0,0,0 +510069,0,0,0,0,0 +510070,0,0,0,0,0 +510071,0,0,0,0,0 +510072,0,0,0,0,0 +510073,0,0,0,0,0 +510074,0,0,0,0,0 +510075,0,0,0,0,0 +510076,0,0,0,0,0 +510077,0,0,0,0,0 +510078,0,0,0,0,0 +510079,0,0,0,0,0 +510080,0,0,0,0,0 +510081,0,0,0,0,0 +510082,0,0,0,0,0 +510083,0,0,0,0,0 +510084,0,0,0,0,0 +510085,0,0,0,0,0 +510086,0,0,0,0,0 +510087,0,0,0,0,0 +510088,0,0,0,0,0 +510089,0,0,0,0,0 +510090,0,0,0,0,0 +510091,0,0,0,0,0 +510092,0,0,0,0,0 +510093,0,0,0,0,0 +510094,0,0,0,0,0 +510095,0,0,0,0,0 +510096,0,0,0,0,0 +510097,0,0,0,0,0 +510098,0,0,0,0,0 +510099,0,0,0,0,0 +510100,0,0,0,0,0 +510101,0,0,0,0,0 +510102,0,0,0,0,0 +510103,0,0,0,0,0 +510104,0,0,0,0,0 +510105,0,0,0,0,0 +510106,0,0,0,0,0 +510107,0,0,0,0,0 +510108,0,0,0,0,0 +510109,0,0,0,0,0 +510110,0,0,0,0,0 +510111,0,0,0,0,0 +510112,0,0,0,0,0 +510113,0,0,0,0,0 +510114,0,0,0,0,0 +510115,0,0,0,0,0 +510116,0,0,0,0,0 +510117,0,0,0,0,0 +510118,0,0,0,0,0 +510119,0,0,0,0,0 +510120,0,0,0,0,0 +510121,0,0,0,0,0 +510122,0,0,0,0,0 +510123,0,0,0,0,0 +510124,0,0,0,0,0 +510125,0,0,0,0,0 +510126,0,0,0,0,0 +510127,0,0,0,0,0 +510128,0,0,0,0,0 +510129,0,0,0,0,0 +510130,0,0,0,0,0 +510131,0,0,0,0,0 +510132,0,0,0,0,0 +510133,0,0,0,0,0 +510134,0,0,0,0,0 +510135,0,0,0,0,0 +510136,0,0,0,0,0 +510137,0,0,0,0,0 +510138,0,0,0,0,0 +510139,0,0,0,0,0 +510140,0,0,0,0,0 +510141,0,0,0,0,0 +510142,0,0,0,0,0 +510143,0,0,0,0,0 +510144,0,0,0,0,0 +510145,0,0,0,0,0 +510146,0,0,0,0,0 +510147,0,0,0,0,0 +510148,0,0,0,0,0 +510149,0,0,0,0,0 +510150,0,0,0,0,0 +510151,0,0,0,0,0 +510152,0,0,0,0,0 +510153,0,0,0,0,0 +510154,0,0,0,0,0 +510155,0,0,0,0,0 +510156,0,0,0,0,0 +510157,0,0,0,0,0 +510158,0,0,0,0,0 +510159,0,0,0,0,0 +510160,0,0,0,0,0 +510161,0,0,0,0,0 +510162,0,0,0,0,0 +510163,0,0,0,0,0 +510164,0,0,0,0,0 +510165,0,0,0,0,0 +510166,0,0,0,0,0 +510167,0,0,0,0,0 +510168,0,0,0,0,0 +510169,0,0,0,0,0 +510170,0,0,0,0,0 +510171,0,0,0,0,0 +510172,0,0,0,0,0 +510173,0,0,0,0,0 +510174,0,0,0,0,0 +510175,0,0,0,0,0 +510176,0,0,0,0,0 +510177,0,0,0,0,0 +510178,0,0,0,0,0 +510179,0,0,0,0,0 +510180,0,0,0,0,0 +510181,-1684.993583,-744.8690125,-1658.96805,-744.7641077,-582.3462396 +510182,-1812.532519,-778.9909484,-1785.067608,-778.8875146,-769.8986058 +510183,-1922.426223,-811.6454515,-1889.704626,-811.5443133,-972.4166771 +510184,-1992.442079,-844.9169303,-1960.452654,-844.8183622,-1171.563042 +510185,-1994.745736,-847.7802463,-1963.495033,-847.6842549,-1237.063016 +510186,-1952.814515,-830.5723899,-1922.207738,-830.47893,-1210.226343 +510187,-1917.273735,-816.1853037,-1887.164482,-816.0943909,-1185.04175 +510188,-1887.551385,-804.3273257,-1857.800269,-804.2389994,-1162.834887 +510189,-1862.655971,-794.5390883,-1833.153395,-794.4533739,-1143.586269 +510190,-1841.659481,-786.3934254,-1812.324715,-786.310322,-1126.929645 +510191,-1823.822182,-779.5544218,-1794.596451,-779.4739046,-1112.408816 +510192,-1808.577731,-773.764828,-1779.417701,-773.6868554,-1099.682918 +510193,-1769.925473,-768.8253548,-1766.349736,-768.7498739,-1088.493132 +510194,-1295.69954,-764.5692613,-1701.103748,-764.4962124,-1078.593781 +510195,-1560.259921,-738.5728249,-1327.970941,-738.5019745,-1038.781145 +510196,-1468.150214,-704.6276939,-1538.741508,-704.5589398,-988.203017 +510197,-1451.494553,-647.3430056,-1460.121933,-647.2765862,-744.0022076 +510198,-1440.695776,-690.2759598,-1445.016261,-690.2119986,-855.7987638 +510199,-1428.441418,-713.3585058,-1434.258496,-713.2966309,-998.220467 +510200,-1420.727024,-633.1339294,-1423.296465,-633.0741008,-686.7858079 +510201,-1407.115543,-673.7754924,-1413.165306,-673.7172,-978.1813666 +510202,-1400.95184,-604.5828911,-1401.67322,-604.5269966,-598.3686071 +510203,-1390.254234,-664.5614851,-1393.847283,-664.5076661,-770.2942436 +510204,-1379.859194,-666.1230323,-1383.187903,-666.0703139,-991.1312594 +510205,-1372.039838,-596.8464053,-1374.407374,-596.7959963,-567.0652362 +510206,-1364.032562,-652.1821558,-1367.556018,-652.1335737,-724.0109454 +510207,-1353.827688,-624.6087313,-1354.223397,-624.5611488,-780.7030769 +510208,-1350.861239,-618.3202163,-1353.183092,-617.4065118,-999.6666167 +510209,-1336.087569,-579.4779599,-1335.895329,-579.4523666,-507.378363 +510210,-1334.302792,-665.5384792,-1336.982212,-666.5109703,-969.1659881 +510211,-1324.527827,-561.9145959,-1315.66312,-561.8779533,-461.7393867 +510212,-1317.857775,-627.1739025,-1334.271905,-627.1247681,-646.692947 +510213,-1306.24002,-550.4896936,-1295.961803,-599.5643025,-989.3732883 +510214,-1298.243567,-524.3202715,-1298.431033,-555.2899941,-433.5406437 +510215,-1290.774433,-512.1804566,-1288.635705,-616.2994917,-604.0164648 +510216,-1282.1563,-493.1569547,-1276.632888,-591.8783294,-673.3326424 +510217,-1275.66629,-477.377657,-1270.95441,-569.7651349,-1001.163841 +510218,-1265.64983,-458.2227368,-1259.783392,-577.468921,-919.3880604 +510219,-1258.876201,-442.4164062,-1253.20986,-570.5132922,-802.2410375 +510220,-1078.882353,-424.1986136,-1049.506887,-445.7728919,-130.5924607 +510221,-1318.528635,-408.6411904,-1283.101798,-548.0357809,-409.6739905 +510222,-1382.184873,-389.5742068,-1447.828554,-682.5952959,-974.9708059 +510223,-1130.734173,-372.4090246,-1085.374748,-540.8056579,-921.5557374 +510224,-1250.153601,-355.212564,-1249.375368,-531.6654617,-789.3635008 +510225,-1216.484454,-336.8916297,-1208.178585,-556.8735177,-700.5089389 +510226,-1207.613473,-319.4257556,-1199.459418,-543.1529925,-658.8360677 +510227,-1202.905281,-300.9727071,-1190.657428,-537.0943155,-639.70296 +510228,-1194.05878,-283.2754464,-1184.096049,-533.1340223,-629.9108751 +510229,-980.2285357,-263.8077578,-951.8490824,-404.4685927,-21.27413547 +510230,-1236.952894,-246.9558469,-1202.474418,-511.9726044,-307.0134517 +510231,-1393.15736,-227.3393975,-1370.121031,-587.2648736,-521.4015441 +510232,-1028.296368,-207.9689306,-1090.81601,-607.7541428,-628.4575521 +510233,-1195.588292,-198.4227006,-1144.267762,-449.1101561,-1017.571212 +510234,-1155.019546,-182.4111823,-1150.941036,-535.3823005,-901.8014699 +510235,-1144.433133,-167.8481459,-1136.104195,-510.4077698,-731.1056082 +510236,-1141.717892,-152.2999802,-1128.284175,-505.7409453,-631.6933432 +510237,-938.8196728,-136.8411441,-910.7433463,-388.3728655,33.94208923 +510238,-1406.538498,-122.3920025,-1422.471947,-617.8350733,-848.2026923 +510239,-987.4237991,-105.719088,-959.851734,-452.7166699,-148.4724136 +510240,-1139.848818,-90.00124603,-1132.848001,-527.9851161,-342.2622832 +510241,54.36482594,34.34783513,65.55491368,34.34041071,-994.3813545 +510242,87.31242894,46.19947653,87.16838089,39.58418553,-877.8035846 +510243,122.8835602,72.67545678,122.9316885,55.67781175,202.9876245 +510244,155.2276512,100.2726424,160.8780145,63.50341229,324.6144156 +510245,163.4199062,125.133419,195.6120608,77.3214487,422.4598316 +510246,190.9036141,145.8550576,206.4327811,86.23647165,498.9410503 +510247,209.2051685,163.0331062,214.665427,95.75046847,560.5952628 +510248,228.623981,177.4532803,243.7205709,104.6957067,611.5672247 +510249,247.3354454,189.533993,259.7154922,113.6885569,653.3124263 +510250,265.3990714,199.7455089,277.6939626,122.3782646,687.3502052 +510251,283.6382591,208.4175392,296.235961,130.7635471,714.7985916 +510252,301.072378,215.798743,312.7020563,139.1792557,736.5938993 +510253,317.8602769,222.1136582,317.7808655,144.3741516,753.6428764 +510254,321.2942823,227.6331027,321.443773,145.9871474,767.0581605 +510255,323.8554092,232.6306214,324.3311765,147.2326286,777.9666349 +510256,325.9237174,237.247441,326.7130245,148.2603976,786.9664045 +510257,327.6613458,241.5676529,328.7149311,149.1346296,794.4263431 +510258,329.1469944,245.6535081,330.4113981,149.8843253,800.6267966 +510259,330.4355282,249.5541928,331.8678565,150.533414,805.79368 +510260,331.5675888,253.3107328,333.1355822,151.1000941,810.1179166 +510261,332.5583923,256.9458913,334.2409545,151.5939285,813.7147379 +510262,333.4750557,260.4997336,335.2463176,152.0410723,816.7660797 +510263,334.3144464,263.9819057,336.1587629,152.444096,819.3298529 +510264,335.1043373,267.4112177,337.0011059,152.8121609,821.4984239 +510265,335.8553745,270.8004174,337.7932248,153.1542767,823.3378797 +510266,336.5823135,274.1596394,338.5436751,153.4735732,824.9020438 +510267,337.2903171,277.4969376,339.2660876,153.7765842,826.2348085 +510268,337.9897957,280.8186853,339.9676475,154.0644408,827.3719057 +510269,338.6823579,284.1299213,340.6549279,154.3421339,828.3425517 +510270,339.3756844,287.4346147,341.3249524,154.6116281,829.1705736 +510271,340.0691141,290.7358752,341.9734352,154.871838,829.875371 +510272,340.7457089,294.0017978,342.5817179,155.1160574,830.4726567 +510273,341.3973034,297.2118753,343.1461666,155.3378475,830.975247 +510274,342.0283344,300.362324,343.6722397,155.5374872,831.3936646 +510275,342.6383215,303.4579283,344.1631001,155.7181746,831.7366335 +510276,343.2303533,306.5053939,344.6212998,155.8852927,832.0113431 +510277,343.8123903,309.5106061,345.0564283,156.0385447,832.2237932 +510278,344.3832501,312.4781803,345.4665464,156.1789076,832.378939 +510279,344.9441837,315.4117665,345.8546748,156.3080901,832.4809582 +510280,345.5014818,318.3143658,346.2254045,156.4297644,832.5333208 +510281,346.0526986,321.1885302,346.5783589,156.542346,832.5390041 +510282,346.5981673,324.0364525,346.9125084,156.6459046,832.5005016 +510283,347.1436049,326.8600255,347.2345989,156.741485,832.4200009 +510284,347.6859694,329.6608788,347.540609,156.8322328,832.2993614 +510285,348.2289159,428.5142171,347.8319605,156.9161487,832.1402526 +510286,348.7692154,496.1566539,348.1119655,156.9929565,831.9441123 +510287,349.3106076,467.5696432,348.3792437,157.0634138,831.7122639 +510288,349.8497635,502.8869867,348.6319247,157.1303975,831.4457543 +510289,350.4049021,521.1387363,348.8760241,157.1916771,831.1454822 +510290,350.9640145,538.1579665,349.1069487,157.2467653,830.8121674 +510291,351.5206761,555.7431826,349.3256174,157.2962178,830.4464199 +510292,352.0676984,572.5579377,349.5349278,157.3406572,830.0488807 +510293,352.6081711,589.2287285,349.7332073,157.3884945,829.6202982 +510294,353.1401834,605.9476919,349.9183794,157.4343444,829.161426 +510295,353.6682354,622.101717,350.0928442,157.4739565,828.672988 +510296,354.1901501,638.6739498,350.2595438,157.506196,828.1556544 +510297,354.7098545,654.1553568,350.4163198,157.5315132,827.6100946 +510298,355.2247436,670.4023923,350.5607225,157.5526697,827.0369237 +510299,355.7384927,685.9103958,350.6949846,157.5678378,826.4367654 +510300,356.2483344,701.397165,350.8219835,157.5767446,825.8101817 +510301,354.0870943,885.0991193,348.2688279,156.3661039,820.3018758 +510302,359.0041368,902.3176695,352.7897948,158.3331311,828.1379418 +510303,367.5414949,918.8774595,360.9336523,161.8755165,842.7813928 +510304,376.1973839,934.7945678,369.1985416,165.396413,857.7430633 +510305,383.1838433,951.2544483,375.8249409,168.0854596,870.3431325 +510306,388.4624725,966.7694407,380.7516807,169.9637258,880.2946067 +510307,392.4728235,982.4323801,384.3986559,171.2605602,888.0817302 +510308,395.5921468,997.8814737,387.1355174,172.1618091,894.1981523 +510309,398.0486444,1013.184473,389.1899545,172.7760318,898.9773863 +510310,399.9740121,1022.980154,390.6952823,173.1639717,902.6321418 +510311,401.5534161,1037.27679,391.9179566,173.4422,905.3158395 +510312,402.8154885,1051.782787,392.8528673,173.6081528,907.1549312 +510313,403.7731566,1066.303804,393.4733503,173.6500979,908.260405 +510314,404.4574397,1080.758144,393.7928956,173.5739394,908.7299351 +510315,404.9094617,1095.088827,393.8505198,173.3965724,908.6486272 +510316,405.1690944,1109.444836,393.68944,173.1364477,908.089695 +510317,405.2704013,1128.71662,393.3471175,172.8092572,907.1160209 +510318,405.2411537,1147.185756,392.8534581,172.4272416,905.7814446 +510319,405.10353,1165.663272,392.2322731,171.9999202,904.1322604 +510320,404.8753542,1184.044288,391.5028415,171.5348306,902.2082073 +510321,404.5712548,1202.208421,390.6811067,171.0380861,900.0435417 +510322,404.2033145,1219.780079,389.7803091,170.5146665,897.6677113 +510323,403.7815983,1238.442919,388.8115196,169.9686611,895.1061549 +510324,403.3144416,1255.913709,387.7839349,169.4033997,892.3807524 +510325,405.6342439,1273.621225,389.530694,170.105911,894.6476149 +510326,410.6652692,1291.270233,393.9766366,172.0404708,901.7750141 +510327,415.6396645,1308.614446,398.3542904,173.9476516,908.7330262 +510328,420.7943914,1326.033385,402.9008885,175.9352872,915.9502646 +510329,425.486709,1343.193407,406.9739374,177.7119505,922.254876 +510330,430.0485908,1360.231122,410.9056854,179.4294118,928.2485016 +510331,434.5054083,1375.933312,414.7218055,181.0997163,933.977745 +510332,438.8665577,1390.940816,418.4377196,182.7299553,939.4787807 +510333,443.1400944,1406.015602,422.0651606,184.3253143,944.7794159 +510334,447.3355612,1420.659296,425.6144179,185.8902028,949.9021224 +510335,451.4627484,1435.144598,429.0946691,187.4284773,954.8660574 +510336,455.5304193,1449.347876,432.5138347,188.9434088,959.687863 +510337,459.5459415,1463.571319,435.8786283,190.4377213,964.382118 +510338,463.5153417,1477.296982,439.1946281,191.9136328,968.9614474 +510339,467.4436397,1490.972093,442.4665184,193.3729702,973.4368533 +510340,471.3351446,1504.549139,445.698233,194.8172388,977.8178856 +510341,475.1935946,1517.820037,448.8931122,196.2476959,982.1128835 +510342,479.0221717,1530.966087,452.05398,197.6653858,986.3290926 +510343,482.823603,1543.933245,455.1832647,199.0711952,990.4728801 +510344,486.6002034,1556.662954,458.2830329,200.465867,994.5497941 +510345,490.3539746,1569.392187,461.3550811,201.8500409,998.5647356 +510346,494.0866131,1581.877893,464.4009577,203.2242618,1002.522002 +510347,497.7996312,1594.026361,467.4220206,204.5890046,1006.425403 +510348,501.4913758,1606.324147,470.4165685,205.9433683,1010.273051 +510349,505.1580168,1618.25632,473.3808052,207.285514,1014.059124 +510350,508.8175108,1630.033422,476.3327561,208.6235352,1017.817363 +510351,512.4632984,1642.145226,479.26593,209.9543861,1021.536841 +510352,516.0946803,1660.66527,482.1797008,211.2776968,1067.517515 +510353,519.7117511,1662.429815,485.0742259,212.5934643,1188.646198 +510354,523.3148132,1687.930725,487.9498768,213.9017913,1130.555818 +510355,526.9041962,1680.945267,490.807052,215.2027998,1165.358667 +510356,530.4801365,1686.423355,493.6460607,216.4965761,1178.847574 +510357,534.0428383,1717.066795,496.4671877,217.783201,1191.365807 +510358,537.592525,1717.006513,499.2707317,219.0627673,1203.987921 +510359,540.8907892,1729.872417,501.8183587,220.2269038,1216.22829 +510360,544.4905235,1740.400265,504.6630379,221.5270012,1228.22258 +510361,547.9452116,1752.664164,507.3583333,222.7600088,1260.949411 +510362,551.5320324,1762.641555,510.1876891,224.0524182,1273.022054 +510363,555.1622064,1772.455841,513.0657263,225.3676839,1284.649245 +510364,558.7475292,1781.702171,515.9054488,226.6678112,1295.815146 +510365,562.2547969,1790.998413,518.6730874,227.9400805,1306.918947 +510366,662.449465,1800.128281,521.3680044,229.1816947,1317.355237 +510367,703.533967,1808.831163,524.0001237,230.3964456,1328.18819 +510368,683.1921487,1817.765588,526.5791998,231.5891176,1338.127767 +510369,709.4591003,1826.308676,529.1124156,232.7633697,1348.214155 +510370,722.1354775,1834.872351,531.6049232,233.9216701,1358.413222 +510371,734.6298469,1843.084807,534.0606486,235.0657246,1368.083222 +510372,746.6863979,1851.337049,536.4828417,236.1968487,1377.779158 +510373,758.7767101,1859.298689,538.874296,237.3161364,1387.313748 +510374,770.7417846,1867.429846,541.2374394,238.4245256,1396.555067 +510375,782.4183292,1875.038051,543.5743487,239.5228055,1406.11524 +510376,793.8865181,1882.768224,545.8868027,240.6116384,1415.143653 +510377,805.6587405,1890.281421,548.1763223,241.6915763,1424.225721 +510378,816.5538286,1897.763021,550.4442069,242.7630779,1433.162669 +510379,828.0530563,1904.895007,552.6915638,243.8265219,1441.991118 +510380,838.9896215,1912.088809,554.9193656,244.8822339,1450.514249 +510381,849.817492,1918.989579,557.1284554,245.9255216,1459.462837 +510382,861.007701,1925.984798,559.3195904,246.9546488,1468.047086 +510383,871.2160036,1932.66447,561.4934037,247.9696305,1476.134678 +510384,882.2072858,1939.374403,563.6429224,248.9714696,1484.660373 +510385,892.3803031,1945.725969,565.7614967,249.9613965,1492.835769 +510386,903.2225203,1952.137186,621.7132714,250.9404954,1500.973331 +510387,913.1195685,1958.343571,626.4424192,251.909636,1509.016409 +510388,923.2826529,1964.432457,645.6619559,252.8695124,1516.939472 +510389,933.6351618,1970.390996,647.0432339,253.8206852,1524.572009 +510390,943.4813042,1976.219789,658.290164,254.7636179,1532.753486 +510391,953.0726264,1981.074424,666.4022697,255.6986965,1540.193663 +510392,962.6284603,1985.631669,674.2205329,256.6270211,1547.873247 +510393,972.0260914,1989.957786,682.0232917,257.5493803,1555.331726 +510394,981.3485148,1994.078058,689.6176695,279.959727,1562.799675 +510395,991.0923838,1998.004531,697.1513513,302.656963,1570.094984 +510396,1001.247717,2001.74448,704.4984498,272.1585001,1577.402756 +510397,1011.631988,2005.303123,711.9278301,298.9477876,1584.537237 +510398,1022.059159,2008.684648,719.0895005,300.4193248,1591.686209 +510399,1031.714976,2011.892944,726.1538012,302.9552704,1598.662937 +510400,1042.219879,2014.931054,733.2961097,307.546596,1605.659296 +510401,1052.085196,2017.894954,740.199878,311.4515648,1612.482908 +510402,1062.364357,2020.466882,747.0624864,315.2673512,1619.332582 +510403,1072.402382,2023.075557,753.8342564,319.0234353,1626.007398 +510404,1082.490125,2025.446444,760.4389824,322.7588638,1632.683978 +510405,1092.303754,2027.673205,767.2971021,326.3964269,1639.294975 +510406,1102.435972,2029.74476,773.4931532,329.9676823,1645.762523 +510407,1112.115015,2031.662884,780.2161773,333.5801615,1652.266727 +510408,1122.276084,2033.429198,786.3824083,337.063199,1658.591553 +510409,1132.097915,2034.950806,793.0203166,340.4909241,1664.932376 +510410,1142.006281,2036.555002,798.9810064,343.9271001,1671.210689 +510411,1151.63289,2037.811494,805.2708553,347.3429279,1677.347668 +510412,1161.586896,2039.001725,811.2427212,350.6555072,1683.496376 +510413,1171.378064,2040.034956,817.4724864,353.9563441,1689.59092 +510414,1180.945388,2040.925543,823.359144,357.2181654,1695.539199 +510415,1190.512746,2041.675488,829.2810336,360.3784042,1701.50999 +510416,1200.807296,2042.285917,835.1571965,363.6447977,1707.38878 +510417,1210.059148,2042.758435,840.9453344,366.7508196,1713.252654 +510418,1219.994056,2043.09408,846.6854476,369.8139948,1718.968757 +510419,1229.698356,2043.294438,852.3674638,373.0369567,1724.711386 +510420,1239.380188,2043.360493,857.8413328,375.88984,1730.365217 +510421,1131.089599,1989.637798,746.071459,325.6905658,1505.182852 +510422,1138.354807,1988.21903,748.6253537,327.381736,1508.00973 +510423,1146.253835,1987.125148,752.4166404,329.5502466,1511.424215 +510424,1154.509279,1985.977007,756.2748723,331.7309591,1515.318697 +510425,1162.884753,1984.781531,760.1520648,334.0530147,1519.359246 +510426,1171.336984,1983.507501,764.3089328,336.3022495,1523.589306 +510427,1179.834749,1982.13918,768.3477814,338.534873,1527.89741 +510428,1188.365973,1980.573527,772.1068762,340.8665309,1531.930726 +510429,1196.59489,1979.055691,776.3396879,343.0835273,1536.707515 +510430,1205.669694,1977.3862,780.2044839,345.3306584,1540.807731 +510431,1213.99254,1975.498897,784.1629916,347.4961084,1545.206713 +510432,1222.63626,1973.559405,787.9608837,349.7757403,1549.553929 +510433,1231.231624,1971.782802,792.146638,351.9243315,1553.827492 +510434,1240.204538,1969.368876,795.730844,354.1028643,1558.146104 +510435,1248.238417,1967.270223,799.6743736,356.2600265,1562.453703 +510436,1257.174835,1964.836112,803.4589892,358.3896752,1566.675708 +510437,1265.680107,1962.44789,807.1115244,360.46303,1570.944519 +510438,1274.37318,1959.811813,811.0587354,362.7031079,1575.194415 +510439,1282.9444,1957.21206,814.6857624,364.6104956,1579.359127 +510440,1291.653649,1954.363887,818.4039252,366.8200199,1583.564775 +510441,1300.237052,1951.555971,822.0737905,368.7694001,1587.755665 +510442,1308.957911,1948.499461,825.8505551,370.9707503,1591.851279 +510443,1317.181961,1945.487284,829.1157869,372.8636161,1595.994772 +510444,1326.508102,1942.226382,833.0255119,374.8718919,1600.085987 +510445,1334.822779,1939.01387,836.4610804,376.953409,1604.191636 +510446,1343.641013,1935.462426,840.0217127,378.9573509,1608.195812 +510447,1352.256259,1932.180182,843.5339197,380.7755659,1612.24711 +510448,1361.017245,1928.461723,847.0202978,382.8777084,1616.276282 +510449,1369.638706,1924.873633,850.4810541,384.762423,1620.211507 +510450,1378.414737,1921.023381,853.9158634,386.6350031,1624.188796 +510451,1387.052494,1917.457995,856.7980207,388.5594866,1628.117411 +510452,1395.819978,1913.790618,859.9588778,390.1074849,1632.020396 +510453,1404.60878,1910.129496,862.7104397,391.8457439,1635.933056 +510454,1413.308655,1906.17243,865.5503032,393.4118085,1639.738567 +510455,1422.166211,1902.324511,868.3187265,395.1472368,1643.592977 +510456,1430.881073,1898.142983,871.0437525,396.6980448,1647.391113 +510457,1439.724012,1894.260952,873.8882249,398.2934159,1651.204819 +510458,1448.585958,1890.075362,876.2799261,399.9316943,1654.907491 +510459,1457.350939,1885.774299,879.0063758,401.2836612,1658.661588 +510460,1466.286166,1881.532322,881.5464716,402.9783201,1662.357414 +510461,1475.070974,1877.075111,884.0755086,404.4151219,1666.036043 +510462,1483.988433,1872.675576,886.568404,405.9139265,1669.718124 +510463,1492.928924,1868.057256,888.8553056,407.3825524,1673.293945 +510464,1501.765845,1863.498705,891.5410971,408.8333405,1676.914586 +510465,1510.599928,1858.629604,893.8005697,410.1864337,1680.474147 +510466,1519.698893,1854.123337,896.18206,411.7234796,1684.013777 +510467,1528.409531,1849.000421,898.5028458,413.1470911,1685.130737 +510468,1537.372009,1844.195709,900.7886862,414.4152831,1687.682853 +510469,1546.372438,1839.084408,903.0451574,415.8437029,1689.454305 +510470,1555.268422,1834.05312,905.2704585,417.1815386,1691.564485 +510471,1564.304695,1828.712127,907.4649779,418.5173115,1693.592644 +510472,1573.314871,1823.644819,909.6285966,419.7526875,1695.609001 +510473,1582.402752,1818.17569,911.7626774,421.1872669,1697.616891 +510474,1591.376516,1812.762921,913.8664512,422.4155334,1699.611541 +510475,1600.486348,1807.355387,915.9414963,423.706154,1701.595327 +510476,1609.629027,1801.798446,917.9869796,424.9681172,1703.565614 +510477,1618.655635,1795.943756,920.0044533,426.2163181,1705.560731 +510478,1627.829756,1790.397048,921.9930562,427.4502123,1707.450092 +510479,1636.975173,1784.536936,923.954343,428.7640594,1709.41041 +510480,1646.207518,1778.68085,925.8874146,429.7360105,1711.324281 +510481,1414.591835,1675.452256,686.7258014,321.8995653,1275.73898 +510482,1418.883956,1635.460503,683.4054549,320.427161,1247.0413 +510483,1424.805555,1662.779395,681.9082503,320.1703862,1243.191664 +510484,1431.629135,1625.58564,681.3991266,320.0190057,1242.099536 +510485,1439.052421,1636.456143,681.1342442,320.1480575,1241.203855 +510486,1446.607655,1622.632459,681.1122681,320.4067786,1240.776162 +510487,1454.371485,1616.425283,681.210134,320.6556102,1240.631428 +510488,1462.245368,1609.08911,681.395157,320.9738903,1240.688019 +510489,1470.369776,1601.640814,681.6417459,321.314246,1240.887009 +510490,1478.347338,1594.295804,681.9363314,321.7107995,1241.198855 +510491,1486.655744,1586.950633,682.3334772,322.0378609,1241.605068 +510492,1495.10243,1579.308737,682.6073985,322.4233653,1242.091222 +510493,1503.13201,1571.836756,683.0526671,322.8770669,1242.649795 +510494,1511.861624,1564.32095,683.469399,323.2722499,1243.269857 +510495,1520.352327,1556.749195,683.9217911,323.7094632,1243.94946 +510496,1528.791214,1549.144164,684.3971952,324.1155055,1244.679123 +510497,1537.554906,1541.44348,684.8315588,324.6578595,1245.573213 +510498,1546.442312,1533.723663,685.4447987,325.0378619,1246.222658 +510499,1555.069126,1526.030171,685.9351211,325.5404769,1247.172144 +510500,1564.071895,1518.181312,686.4996878,326.0125432,1248.057521 +510501,1572.901313,1510.415446,687.0708677,326.461975,1248.999836 +510502,1582.048406,1502.486384,687.6572111,327.0107417,1249.860095 +510503,1590.92672,1494.641232,688.2585292,327.4844344,1251.042754 +510504,1600.185398,1486.628744,688.8729331,328.0355994,1251.996331 +510505,1609.429496,1478.771687,689.5005499,328.4920575,1253.083348 +510506,1618.477328,1470.585617,690.1395032,329.0013865,1254.175949 +510507,1627.917611,1462.561826,690.7910733,329.5772889,1255.297206 +510508,1637.337517,1454.471831,691.4492621,330.0800402,1256.439452 +510509,1646.669076,1446.413901,692.120496,330.6218961,1257.607667 +510510,1656.192914,1438.081945,692.7987477,331.1222973,1258.794307 +510511,1664.828046,1429.570157,693.8166586,331.9102163,1260.005018 +510512,1673.195253,1420.937725,694.9103713,332.5434657,1261.234302 +510513,1682.667287,1412.261963,696.0429948,333.3188053,1262.481413 +510514,1691.171522,1403.540801,697.1393945,334.0292463,1263.748338 +510515,1699.82467,1394.778957,698.4334007,334.8575954,1265.02882 +510516,1708.70947,1386.041411,699.5965576,335.6516829,1266.327867 +510517,1717.510078,1377.121198,700.9097529,336.3846588,1267.638766 +510518,1726.140458,1368.234345,702.0507842,337.1761423,1267.771434 +510519,1734.956091,1359.476401,703.3722958,338.0412494,1268.633731 +510520,1743.853841,1350.429343,704.5727286,338.831941,1268.949868 +510521,1752.502197,1341.530784,705.9844012,339.6651297,1269.769735 +510522,1761.233885,1332.553592,707.24692,340.5017293,1270.302408 +510523,1770.181178,1323.560346,708.5847223,341.3438274,1270.951568 +510524,1778.753961,1314.551564,709.929028,342.1956562,1271.610385 +510525,1787.583691,1305.582329,711.2793208,343.005293,1272.268982 +510526,1796.54148,1296.459677,712.6476553,343.9399272,1272.956789 +510527,1805.086026,1287.384435,714.0177329,344.8199981,1273.643067 +510528,1813.788958,1278.446375,715.4060633,345.634029,1274.356996 +510529,1822.808683,1269.250457,716.797984,346.4997006,1275.068513 +510530,1831.382986,1260.265489,718.2029037,347.4512997,1275.806207 +510531,1840.104609,1251.032748,719.612238,348.3050312,1276.540725 +510532,1848.834374,1242.04807,721.0329859,349.2099248,1277.29991 +510533,1857.759717,1232.956832,722.3753308,350.1070613,1278.055343 +510534,1866.364014,1223.784632,723.9368215,351.0126622,1278.964698 +510535,1874.981704,1214.714873,725.3114044,351.9184562,1279.538732 +510536,1883.865421,1205.606707,726.8608777,352.8310697,1280.42679 +510537,1892.409457,1197.016687,728.1755602,353.744161,1281.204706 +510538,1901.10062,1187.165068,729.6974822,354.6125487,1282.008669 +510539,1909.891847,1178.48268,731.1433997,355.6624828,1282.823104 +510540,1918.517211,1169.298686,732.5223853,356.4689956,1283.641999 +510541,2163.088358,1267.303427,969.9762446,464.3524282,1711.755274 +510542,2176.653958,1261.521215,975.9667384,467.4646615,1717.807872 +510543,2188.401595,1253.623383,980.5496146,469.8237189,1723.461324 +510544,2204.584669,1245.853417,976.6437016,468.5781868,1728.201337 +510545,2216.701135,1238.032483,978.922511,469.9017829,1732.447083 +510546,2227.862697,1230.071444,981.7492874,471.4646238,1736.501129 +510547,2244.797529,1222.113405,984.684013,472.9565467,1740.329739 +510548,2250.007677,1214.261522,987.4005253,474.8599801,1744.024588 +510549,2270.243518,1206.165727,990.6853123,476.2044608,1747.615451 +510550,2268.722377,1198.719796,993.4227803,477.9062937,1751.116598 +510551,2298.970569,1189.957469,996.3493284,479.4747484,1754.579973 +510552,2282.288994,1182.359334,999.2090883,481.0504376,1757.876588 +510553,2291.926073,1174.257907,1002.044873,482.6153923,1761.197555 +510554,2326.576596,1166.268091,1004.854424,484.1691456,1764.424455 +510555,2323.551819,1158.231844,1007.639933,485.7123561,1767.603602 +510556,2337.324037,1150.323957,1010.400493,487.2445713,1770.729875 +510557,2348.204731,1142.327128,1013.137502,488.7663358,1773.807797 +510558,2358.554878,1134.336974,1015.850234,490.2772808,1776.444622 +510559,2369.429413,1128.829725,1018.540104,491.7779748,1780.078802 +510560,2379.539795,1123.257737,1021.206496,493.1433655,1782.665376 +510561,2390.299634,1117.607702,1024.101111,494.8120995,1785.660658 +510562,2400.452767,1112.004398,1026.341367,496.1905297,1788.516855 +510563,2411.05983,1106.356104,1029.125386,497.6715006,1791.341646 +510564,2421.258742,1100.830196,1031.663532,499.1218289,1794.088891 +510565,2431.589834,1095.219375,1034.246182,500.5629414,1796.904131 +510566,2441.889174,1089.660319,1036.743676,501.9942179,1799.592404 +510567,2452.111346,1084.110846,1039.279472,503.4163662,1802.285483 +510568,2462.119182,1078.532678,1041.772307,504.829128,1804.980656 +510569,2472.553049,1073.084598,1044.250399,506.2331026,1807.541307 +510570,2482.542944,1067.560209,1046.735075,507.6280449,1810.165931 +510571,2491.787523,1061.869943,1048.727675,508.9728732,1812.684122 +510572,2501.198204,1056.114719,1050.672632,509.9303877,1815.282147 +510573,2510.574534,1050.473052,1052.534889,511.1641536,1817.759877 +510574,2519.721644,1044.751346,1054.353069,512.2555236,1820.246792 +510575,2528.863218,1039.082463,1056.130223,513.3476387,1822.701926 +510576,2538.071027,1033.384138,1057.894965,514.421487,1825.13019 +510577,2547.043939,1027.811489,1059.558031,515.3388292,1827.534074 +510578,2556.129107,1022.172413,1061.245119,516.586884,1829.86964 +510579,2565.106197,1016.594595,1062.87658,517.5096945,1832.288716 +510580,2573.929469,1010.996615,1064.479799,518.5395374,1834.62769 +510581,2582.787546,1005.529991,1066.052996,519.5323412,1836.873969 +510582,2591.565101,1000.005936,1067.596157,520.5100613,1839.185338 +510583,2600.423595,994.5100382,1069.138347,521.473488,1841.435236 +510584,2609.279118,989.1386138,1070.584387,522.4226991,1843.667238 +510585,2617.73363,983.7197996,1071.794185,523.3584702,1845.876915 +510586,2626.548111,978.3711293,1073.636115,524.2807455,1848.062582 +510587,2634.934213,973.0463623,1074.796648,525.1667713,1850.091795 +510588,2643.640831,967.8045012,1076.2648,526.0816551,1852.377304 +510589,2651.954279,962.57105,1077.583408,526.9456227,1854.379135 +510590,2660.665427,957.3638901,1078.960648,527.8363688,1856.561369 +510591,2674.194816,952.2058451,1080.263695,528.6772604,1858.554364 +510592,2685.975217,947.1682822,1081.505106,529.5212109,1860.594207 +510593,2697.54484,942.093048,1082.794518,530.3569448,1862.621694 +510594,2709.282432,937.061264,1084.039422,531.1823533,1864.674109 +510595,2720.48526,932.1639794,1085.269506,531.9973356,1866.595405 +510596,2732.03139,927.2388275,1086.480333,532.8019567,1868.597925 +510597,2743.11075,922.4924266,1087.672535,533.5964521,1870.497755 +510598,2754.58502,917.578728,1088.846416,534.3809683,1872.497081 +510599,2765.671394,912.9768735,1090.002537,535.1557362,1874.377698 +510600,2776.649362,908.1855462,1091.141208,535.9208932,1876.279599 +510601,2836.146328,926.5101626,1139.728051,559.7596762,1959.048639 +510602,2849.94838,923.200564,1143.343205,561.668439,1964.035463 +510603,2862.709349,919.6467941,1146.430579,563.3353909,1968.148998 +510604,2874.835923,915.9978669,1149.052746,564.7784763,1971.718526 +510605,2886.946807,912.241696,1151.419773,566.1392662,1975.077317 +510606,2898.854084,908.513147,1153.724402,567.4366758,1978.177601 +510607,2910.177208,904.78157,1155.851003,568.6623301,1980.980145 +510608,2921.584469,901.1611812,1157.958114,569.8752306,1983.892419 +510609,2933.084747,897.5091434,1160.019029,571.0653277,1986.615135 +510610,2944.326255,893.9370056,1162.034372,572.2327942,1989.312683 +510611,2955.239443,890.3784127,1164.007898,573.3793259,1991.939074 +510612,2966.312901,887.3020003,1165.97484,574.5061378,1994.507094 +510613,2977.159541,883.3796443,1167.823291,575.6142593,1997.021311 +510614,2987.912839,880.2651376,1169.709265,576.7044033,1999.484554 +510615,2998.687455,876.8931198,1171.533055,577.6075448,2001.899908 +510616,3009.038486,873.7105133,1173.329372,578.9176965,2004.26928 +510617,3019.426663,870.5214554,1175.094707,579.8350144,2006.646587 +510618,3036.831611,867.4237908,1176.829821,580.8863373,2008.799045 +510619,3037.604719,864.3863885,1178.535846,581.895428,2011.16018 +510620,3073.857743,860.7437882,1180.213466,582.8958935,2013.317567 +510621,3021.473234,858.0191183,1181.863335,583.9144319,2015.49159 +510622,3089.70274,855.3687446,1183.520416,584.9592842,2017.621965 +510623,3075.448371,852.8150869,1185.068087,586.3063792,2019.717529 +510624,3089.504861,850.3085892,1186.665527,587.7701943,2021.779713 +510625,3099.21586,847.8134015,1188.20963,589.4206635,2023.809414 +510626,3108.835654,845.4360344,1189.735094,590.9230384,2025.807155 +510627,3118.020177,843.0256443,1191.237863,592.6501867,2027.774132 +510628,3127.268617,840.6764064,1192.718374,594.2313726,2029.711051 +510629,3136.630753,838.3549868,1194.177472,596.049641,2031.619243 +510630,3158.542961,836.0334446,1195.615732,597.8232509,2033.499339 +510631,3137.741036,833.5786561,1196.480683,599.2692155,2035.352585 +510632,3176.304985,831.0315572,1197.198122,600.9081653,2037.178211 +510633,3176.001709,828.5106333,1197.834196,602.3603814,2038.925481 +510634,3188.837124,825.9912756,1198.406837,604.0377452,2040.782 +510635,3199.791866,823.4498737,1198.924253,605.6460287,2042.494034 +510636,3224.913636,820.9931961,1199.390652,607.2644574,2044.230243 +510637,3201.084576,818.4809407,1199.809014,608.9030039,2045.935341 +510638,3242.427012,816.0050977,1200.181142,610.5635421,2047.617564 +510639,3241.686818,813.5354516,1200.509122,612.2467901,2049.278206 +510640,3277.095165,810.7751313,1200.794239,613.9531619,2050.917466 +510641,3233.468542,808.766628,1201.037971,615.6829914,2052.535966 +510642,3302.551717,806.1161915,1201.241072,617.4365311,2054.186833 +510643,3269.699954,803.7377888,1201.405159,619.2142329,2055.682511 +510644,3332.234698,801.3225303,1201.530967,620.8233521,2057.280152 +510645,3273.832505,798.9194431,1201.619776,622.9424999,2058.810682 +510646,3360.380541,796.5275593,1201.671946,624.652603,2060.330268 +510647,3307.8921,794.146888,1201.688932,626.5625702,2061.83184 +510648,3365.286722,791.7782799,1201.670973,628.4659788,2063.315085 +510649,3349.124741,789.7067456,1201.619361,630.3955471,2064.780782 +510650,3369.423754,786.9482766,1201.534336,632.3512405,2066.22893 +510651,3378.868158,784.8138599,1201.416937,634.3332253,2067.660194 +510652,3390.064423,782.449423,1201.267595,636.3419113,2069.074692 +510653,3400.813614,780.1398217,1201.087129,638.3774397,2070.418658 +510654,3412.038443,777.8421051,1200.875935,640.440027,2071.884475 +510655,3422.893576,775.5565307,1200.634729,642.5298859,2073.210901 +510656,3433.976673,773.2828538,1200.363886,644.6471371,2074.570902 +510657,3445.099103,771.0211289,1200.064026,646.7919749,2075.907428 +510658,3456.07429,768.7730358,1199.739445,648.9662283,2077.236522 +510659,3466.801183,766.5372959,1199.387667,651.168765,2078.552161 +510660,3478.167506,764.3124138,1199.005874,653.3982002,2079.849204 +510661,3412.91853,728.6203349,1121.160333,622.0435925,1937.946764 +510662,3420.009643,726.0132635,1119.493924,623.8726035,1938.19368 +510663,3430.564496,723.2107798,1117.629008,625.5601922,1938.714486 +510664,3440.329442,720.8116144,1115.945958,627.4323799,1939.336414 +510665,3449.974763,717.817649,1114.207359,629.3276077,1940.002937 +510666,3459.76635,715.3637667,1112.529321,631.2594246,1940.691087 +510667,3469.366033,712.7189414,1110.768079,633.2235156,1941.389403 +510668,3479.387834,710.1234082,1109.010817,635.2179877,1942.090827 +510669,3498.441719,707.5401228,1107.225918,637.2418309,1942.79187 +510670,3495.011031,704.9684009,1105.417014,639.2943104,1943.537412 +510671,3510.297097,702.4078469,1103.58398,641.375209,1944.158324 +510672,3519.551838,699.8580495,1101.72659,643.484069,1944.881948 +510673,3528.907436,697.31898,1099.815887,645.6208908,1945.557348 +510674,3538.649946,694.7903805,1097.953827,647.7853926,1946.233939 +510675,3548.456177,692.2721724,1096.003885,649.977481,1946.856863 +510676,3557.940428,689.7641442,1094.055877,652.1969153,1947.593695 +510677,3567.927691,687.2662059,1092.080043,654.4435684,1948.215715 +510678,3577.59235,684.778146,1090.081018,656.7171822,1948.873557 +510679,3587.188686,682.2998815,1088.030619,659.0176154,1949.517146 +510680,3596.984847,679.8311605,1086.027797,661.3445547,1950.153423 +510681,3606.405762,677.3718893,1083.939999,663.6978336,1950.782778 +510682,3616.320383,674.921857,1081.854468,666.0771532,1951.40483 +510683,3625.928616,672.4809359,1080.017858,668.4822962,1952.019901 +510684,3635.523816,670.0488976,1077.482662,670.9129314,1952.627621 +510685,3653.54727,667.6256229,1075.489672,673.3688285,1953.228326 +510686,3651.802063,665.4336159,1073.312624,675.8496108,1953.821645 +510687,3665.313626,662.7066267,1071.091866,678.1369428,1954.407839 +510688,3674.918014,660.4620765,1068.873982,680.9997438,1954.986546 +510689,3683.924904,658.039968,1066.630367,683.3909706,1955.558267 +510690,3693.239243,655.6574661,1064.33769,686.0063075,1956.122642 +510691,3701.068921,653.56334,1062.737352,688.715527,1956.680049 +510692,3707.800006,651.5404778,1061.205714,691.4637361,1957.231271 +510693,3714.247473,649.5581688,1059.749895,694.2378331,1957.775866 +510694,3720.48719,647.6078236,1058.321994,697.0338237,1958.313236 +510695,3734.292377,645.6856127,1056.917358,699.8490425,1958.843714 +510696,3730.006865,643.7892209,1055.531479,702.6810502,1959.366935 +510697,3738.117202,641.9171854,1054.135328,705.5279342,1959.883213 +510698,3743.954218,640.0682752,1052.81887,708.6278601,1960.392168 +510699,3748.497983,638.241634,1051.457625,711.135275,1960.894296 +510700,3753.186303,636.4363571,1050.1308,714.1895148,1961.389207 +510701,3757.844752,634.651742,1048.810927,717.0628482,1961.877236 +510702,3762.112548,632.887013,1047.500783,719.9165088,1962.357937 +510703,3766.244742,631.14156,1046.199766,722.8301194,1962.831591 +510704,3769.954619,629.2138212,1044.906959,725.7235308,1963.297719 +510705,3781.838104,627.793911,1043.595984,728.6457909,1963.756583 +510706,3767.634266,625.961809,1042.355862,731.5032725,1964.20766 +510707,3790.100129,624.5136381,1041.065533,734.4126649,1964.651128 +510708,3783.112083,622.5701572,1039.803097,737.2940057,1965.086448 +510709,3786.059262,621.0646828,1038.542033,740.196393,1965.513921 +510710,3789.608265,619.4074752,1037.285424,743.0252581,1965.932806 +510711,3793.718698,617.8398001,1036.136415,746.2527488,1966.34343 +510712,3796.666598,616.2536684,1034.915896,749.2039388,1966.748493 +510713,3798.657625,614.6770596,1033.435268,752.0400293,1967.094361 +510714,3800.518623,613.1127568,1032.579378,754.9091753,1967.554515 +510715,3801.794776,611.5613255,1031.17038,757.475538,1967.894915 +510716,3803.34282,610.0225639,1029.984233,760.6980613,1968.270062 +510717,3812.381866,608.4962792,1028.759363,763.2435995,1968.628576 +510718,3796.236344,606.982057,1027.536096,766.056604,1968.977481 +510719,3814.293699,605.4796995,1026.313676,768.7720913,1969.316974 +510720,3798.170637,603.9885432,1025.091544,771.4591389,1969.646259 +510721,3659.990655,536.390892,870.4494318,707.978945,1684.459576 +510722,3638.965494,534.0306055,867.717235,709.8165337,1682.689304 +510723,3658.923345,532.2529102,865.7026702,712.0350598,1682.361707 +510724,3632.710194,530.420277,863.4383428,714.2079212,1681.873923 +510725,3675.461353,524.6078576,852.4594242,717.6924783,1681.555811 +510726,3666.428122,522.4850687,849.1908701,720.4421352,1681.311417 +510727,3670.854028,520.2778923,846.4863684,723.2098008,1681.110576 +510728,3672.659633,518.2925816,843.9631412,725.9490945,1680.938969 +510729,3673.29718,516.4701181,841.5265916,728.7141707,1680.787956 +510730,3674.096098,514.3476958,839.1442937,731.4145922,1680.652717 +510731,3674.751477,512.5461516,836.9448037,734.1667138,1680.531191 +510732,3675.210899,510.6519499,834.4177962,736.9181428,1680.421467 +510733,3675.511389,508.79856,832.0758007,739.6018339,1680.322831 +510734,3675.65024,506.9636809,829.9919118,742.3351881,1680.233952 +510735,3675.63093,505.1459531,827.6284645,745.0356721,1680.154398 +510736,3675.448938,503.3440324,825.4035547,747.7545085,1680.083008 +510737,3675.104753,501.556926,823.1678789,750.3928114,1680.019472 +510738,3674.585983,499.7835824,820.9419082,753.0737987,1679.962709 +510739,3673.894115,498.022829,818.7238669,755.4531709,1679.91248 +510740,3673.021103,496.2732377,816.5120958,758.5002822,1679.867751 +510741,3671.96358,494.536255,814.3051857,760.8646997,1679.828322 +510742,3670.710283,492.8086661,812.2365546,763.5013532,1679.793187 +510743,3669.192432,491.090637,809.838607,766.0407043,1679.762161 +510744,3667.592551,489.3810692,807.731203,768.5524207,1679.734247 +510745,3665.668816,487.6791818,805.5083717,771.0558838,1679.709276 +510746,3663.52997,485.9840553,803.302481,773.4502677,1679.686253 +510747,3661.140707,484.2948993,801.0924452,775.8633473,1679.665005 +510748,3658.482183,482.6107751,798.8763767,778.2038968,1679.644513 +510749,3655.535659,481.0515395,796.525858,780.4964769,1679.624605 +510750,3652.236409,479.2005388,794.4753495,782.760019,1679.604225 +510751,3632.089245,477.0432353,790.8659758,783.1566706,1679.568456 +510752,3629.445323,474.6907809,786.8946089,783.3093649,1679.529554 +510753,3610.251233,472.1901805,783.0593324,783.2369063,1679.486433 +510754,3595.059788,469.81871,779.0341709,782.9976789,1679.434462 +510755,3579.07482,467.4792328,775.0739653,782.6009255,1679.375234 +510756,3561.665579,464.8877099,770.6623167,782.0257268,1679.303682 +510757,3544.158366,462.4775063,766.6975499,781.3779144,1679.220156 +510758,3525.289099,459.946493,762.4617997,780.5270814,1679.118833 +510759,3506.299543,457.2937041,758.0357146,779.5645557,1678.999581 +510760,3486.629148,454.9183628,753.7593397,778.463192,1678.856625 +510761,3456.552944,452.1129868,749.3512994,777.2302103,1678.690166 +510762,3448.942693,449.7470964,744.9204085,775.8674247,1678.494779 +510763,3421.484719,447.0508871,740.4453928,774.3773784,1678.271218 +510764,3400.66287,444.3214971,736.0270794,772.7617593,1678.014492 +510765,3378.078273,441.8547614,731.3393233,771.022943,1677.725497 +510766,3355.33438,439.0700697,726.9514114,769.1625963,1677.399996 +510767,3331.644936,436.4704692,722.1252702,767.1546314,1677.039185 +510768,3284.357972,433.7562024,717.6266393,765.1000401,1676.639259 +510769,3312.477106,431.0572732,712.8475892,762.8691771,1676.201966 +510770,3223.710024,428.2131214,708.2025941,760.5510656,1675.724129 +510771,3257.529636,425.5524288,703.416722,758.045403,1675.206977 +510772,3177.11751,422.9145237,698.6293178,754.142309,1674.645737 +510773,3173.693017,419.9345288,693.7889522,750.2457327,1674.03567 +510774,3128.317767,417.343974,689.1091459,745.3523393,1673.377629 +510775,3095.080964,414.5592829,684.0571371,740.9100507,1672.674778 +510776,3058.7053,411.6397138,679.2099216,735.9842574,1671.922785 +510777,3020.804925,408.7755715,674.3308981,730.8321444,1671.089966 +510778,2981.883235,406.1186749,669.3475156,725.5898533,1670.230185 +510779,2942.107817,403.0911396,664.2879571,720.0895761,1669.322314 +510780,2901.825362,400.3712594,659.4659213,714.5016179,1668.35776 +510781,2022.919937,397.3960777,656.7156244,708.611495,1667.325009 +510782,2033.671128,526.5603801,939.1949781,834.8105483,2236.962708 +510783,2126.157303,526.0242205,960.1130517,840.6917417,2269.059727 +510784,2197.946104,522.8998068,970.6057625,810.1517493,2234.932681 +510785,2241.980825,520.1168456,937.995453,825.4981878,2246.674144 +510786,2267.346085,517.71512,941.8559527,810.3629028,2245.668319 +510787,2280.988118,514.4339221,939.0308531,805.4218104,2236.942232 +510788,2287.606579,511.8619053,931.1416575,798.8332028,2249.377306 +510789,2290.337814,509.0455104,928.6442358,791.9435669,2233.046931 +510790,2290.58823,506.2105756,923.2303832,785.0844405,2246.738095 +510791,2288.984647,503.4001416,916.6186279,778.1259599,2230.501357 +510792,2285.853921,500.5467691,914.4430966,770.8911206,2238.44243 +510793,2281.412012,497.7692433,908.7146979,763.8287989,2235.538555 +510794,2275.870709,494.9183188,904.0801348,756.5213152,2233.442307 +510795,2269.395496,492.0952902,899.2235209,749.2656074,2232.177327 +510796,2262.180386,489.2661544,892.5763869,741.7649248,2230.74147 +510797,2254.385717,486.4066787,890.5836262,734.4727656,2229.144555 +510798,2246.110416,483.58374,884.4827834,690.6541878,2227.323697 +510799,2232.272544,473.5580026,863.695757,673.510152,2225.476236 +510800,2214.695128,470.2328285,849.6390787,665.3516358,2223.675793 +510801,2197.032252,467.4006596,863.2334549,658.5052993,2221.78615 +510802,2180.642996,464.7562241,833.6393224,652.2042994,2219.84218 +510803,2165.874144,462.2832318,860.3953071,646.2562655,2217.827257 +510804,2152.523952,459.8091803,823.8830647,640.5700052,2215.724516 +510805,2140.28332,457.4094419,844.8475272,635.1337706,2213.531584 +510806,2128.91725,455.0120035,837.2812392,629.7565415,2211.414695 +510807,2118.263548,452.7179896,823.7556342,624.5830279,2208.800983 +510808,2108.208607,450.386604,824.4661017,619.6566552,2206.443923 +510809,2098.665458,448.1245479,825.2436891,614.6755804,2203.968554 +510810,1890.288691,445.8684818,822.8787635,609.9232172,2194.973182 +510811,1936.517269,443.6054615,810.3280881,605.2670507,2207.379936 +510812,1914.673462,441.4363314,816.4963745,600.5646214,2186.744539 +510813,1879.730704,439.2256403,809.5362959,596.1527815,2195.628292 +510814,1866.37446,437.0629259,807.2957238,591.7316328,2190.224404 +510815,1844.266269,434.6390358,807.7370239,587.333806,2186.973185 +510816,1824.884557,432.9316885,796.238275,583.0940618,2184.340488 +510817,1808.257289,430.6233013,801.0078941,578.847873,2181.347595 +510818,1789.058696,428.592948,795.1807969,574.7765091,2178.362195 +510819,1769.771049,426.5323141,792.8179055,570.677809,2175.503652 +510820,1752.700221,424.4942813,790.11007,566.6769655,2172.675815 +510821,1743.177612,422.4764897,787.3755929,562.767647,2169.842086 +510822,1706.132752,420.7525727,784.6869721,558.8162112,2167.004532 +510823,1702.093435,418.3716345,782.034086,555.0084506,2164.200755 +510824,1690.074326,416.6229129,779.4138872,551.2171772,2161.367799 +510825,1688.923375,414.64484,776.9164103,547.484197,2158.562466 +510826,1626.27393,412.7345679,774.2283343,543.8388537,2155.813532 +510827,1654.805056,410.8448415,780.5598035,540.107649,2153.108708 +510828,1631.76076,408.9757354,755.9369528,536.6061926,2150.365838 +510829,1596.063584,407.1257382,781.5236112,533.0661932,2147.925227 +510830,1603.302813,405.2987993,750.5597307,529.4842269,2145.305376 +510831,1580.3058,403.4906895,768.1014738,526.1505548,2142.518078 +510832,1581.359853,401.7033975,758.209689,522.6544713,2139.967919 +510833,1533.174541,399.9382053,757.1912639,519.6617053,2137.341089 +510834,1550.663808,398.1957693,754.9644982,515.8376441,2134.567119 +510835,1524.67837,396.4695107,752.5376553,512.798198,2131.794203 +510836,1513.56795,394.7635313,750.3178788,509.5043382,2129.384949 +510837,1500.910322,393.0771093,755.0253383,506.2669479,2120.147741 +510838,1487.7017,391.4096129,735.2317851,503.1568873,2134.001323 +510839,1475.354594,389.7612295,757.406596,500.0078606,2111.169774 +510840,1462.811803,388.1315312,727.3491402,496.9280658,2129.607345 +510841,0,0,0,0,0 +510842,0,0,0,0,0 +510843,0,0,0,0,0 +510844,0,0,0,0,0 +510845,0,0,0,0,0 +510846,0,0,0,0,0 +510847,0,0,0,0,0 +510848,0,0,0,0,0 +510849,0,0,0,0,0 +510850,0,0,0,0,0 +510851,0,0,0,0,0 +510852,0,0,0,0,0 +510853,0,0,0,0,0 +510854,0,0,0,0,0 +510855,0,0,0,0,0 +510856,0,0,0,0,0 +510857,0,0,0,0,0 +510858,0,0,0,0,0 +510859,0,0,0,0,0 +510860,0,0,0,0,0 +510861,0,0,0,0,0 +510862,0,0,0,0,0 +510863,0,0,0,0,0 +510864,0,0,0,0,0 +510865,0,0,0,0,0 +510866,0,0,0,0,0 +510867,0,0,0,0,0 +510868,0,0,0,0,0 +510869,0,0,0,0,0 +510870,0,0,0,0,0 +510871,0,0,0,0,0 +510872,0,0,0,0,0 +510873,0,0,0,0,0 +510874,0,0,0,0,0 +510875,0,0,0,0,0 +510876,0,0,0,0,0 +510877,0,0,0,0,0 +510878,0,0,0,0,0 +510879,0,0,0,0,0 +510880,0,0,0,0,0 +510881,0,0,0,0,0 +510882,0,0,0,0,0 +510883,0,0,0,0,0 +510884,0,0,0,0,0 +510885,0,0,0,0,0 +510886,0,0,0,0,0 +510887,0,0,0,0,0 +510888,0,0,0,0,0 +510889,0,0,0,0,0 +510890,0,0,0,0,0 +510891,0,0,0,0,0 +510892,0,0,0,0,0 +510893,0,0,0,0,0 +510894,0,0,0,0,0 +510895,0,0,0,0,0 +510896,0,0,0,0,0 +510897,0,0,0,0,0 +510898,0,0,0,0,0 +510899,0,0,0,0,0 +510900,0,0,0,0,0 +510901,0,0,0,0,0 +510902,0,0,0,0,0 +510903,0,0,0,0,0 +510904,0,0,0,0,0 +510905,0,0,0,0,0 +510906,0,0,0,0,0 +510907,0,0,0,0,0 +510908,0,0,0,0,0 +510909,0,0,0,0,0 +510910,0,0,0,0,0 +510911,0,0,0,0,0 +510912,0,0,0,0,0 +510913,0,0,0,0,0 +510914,0,0,0,0,0 +510915,0,0,0,0,0 +510916,0,0,0,0,0 +510917,0,0,0,0,0 +510918,0,0,0,0,0 +510919,0,0,0,0,0 +510920,0,0,0,0,0 +510921,0,0,0,0,0 +510922,0,0,0,0,0 +510923,0,0,0,0,0 +510924,0,0,0,0,0 +510925,0,0,0,0,0 +510926,0,0,0,0,0 +510927,0,0,0,0,0 +510928,0,0,0,0,0 +510929,0,0,0,0,0 +510930,0,0,0,0,0 +510931,0,0,0,0,0 +510932,0,0,0,0,0 +510933,0,0,0,0,0 +510934,0,0,0,0,0 +510935,0,0,0,0,0 +510936,0,0,0,0,0 +510937,0,0,0,0,0 +510938,0,0,0,0,0 +510939,0,0,0,0,0 +510940,0,0,0,0,0 +510941,0,0,0,0,0 +510942,0,0,0,0,0 +510943,0,0,0,0,0 +510944,0,0,0,0,0 +510945,0,0,0,0,0 +510946,0,0,0,0,0 +510947,0,0,0,0,0 +510948,0,0,0,0,0 +510949,0,0,0,0,0 +510950,0,0,0,0,0 +510951,0,0,0,0,0 +510952,0,0,0,0,0 +510953,0,0,0,0,0 +510954,0,0,0,0,0 +510955,0,0,0,0,0 +510956,0,0,0,0,0 +510957,0,0,0,0,0 +510958,0,0,0,0,0 +510959,0,0,0,0,0 +510960,0,0,0,0,0 +510961,0,0,0,0,0 +510962,0,0,0,0,0 +510963,0,0,0,0,0 +510964,0,0,0,0,0 +510965,0,0,0,0,0 +510966,0,0,0,0,0 +510967,0,0,0,0,0 +510968,0,0,0,0,0 +510969,0,0,0,0,0 +510970,0,0,0,0,0 +510971,0,0,0,0,0 +510972,0,0,0,0,0 +510973,0,0,0,0,0 +510974,0,0,0,0,0 +510975,0,0,0,0,0 +510976,0,0,0,0,0 +510977,0,0,0,0,0 +510978,0,0,0,0,0 +510979,0,0,0,0,0 +510980,0,0,0,0,0 +510981,0,0,0,0,0 +510982,0,0,0,0,0 +510983,0,0,0,0,0 +510984,0,0,0,0,0 +510985,0,0,0,0,0 +510986,0,0,0,0,0 +510987,0,0,0,0,0 +510988,0,0,0,0,0 +510989,0,0,0,0,0 +510990,0,0,0,0,0 +510991,0,0,0,0,0 +510992,0,0,0,0,0 +510993,0,0,0,0,0 +510994,0,0,0,0,0 +510995,0,0,0,0,0 +510996,0,0,0,0,0 +510997,0,0,0,0,0 +510998,0,0,0,0,0 +510999,0,0,0,0,0 +511000,0,0,0,0,0 +511001,0,0,0,0,0 +511002,0,0,0,0,0 +511003,0,0,0,0,0 +511004,0,0,0,0,0 +511005,0,0,0,0,0 +511006,0,0,0,0,0 +511007,0,0,0,0,0 +511008,0,0,0,0,0 +511009,0,0,0,0,0 +511010,0,0,0,0,0 +511011,0,0,0,0,0 +511012,0,0,0,0,0 +511013,0,0,0,0,0 +511014,0,0,0,0,0 +511015,0,0,0,0,0 +511016,0,0,0,0,0 +511017,0,0,0,0,0 +511018,0,0,0,0,0 +511019,0,0,0,0,0 +511020,0,0,0,0,0 +511021,0,0,0,0,0 +511022,0,0,0,0,0 +511023,0,0,0,0,0 +511024,0,0,0,0,0 +511025,0,0,0,0,0 +511026,0,0,0,0,0 +511027,0,0,0,0,0 +511028,0,0,0,0,0 +511029,0,0,0,0,0 +511030,0,0,0,0,0 +511031,0,0,0,0,0 +511032,0,0,0,0,0 +511033,0,0,0,0,0 +511034,0,0,0,0,0 +511035,0,0,0,0,0 +511036,0,0,0,0,0 +511037,0,0,0,0,0 +511038,0,0,0,0,0 +511039,0,0,0,0,0 +511040,0,0,0,0,0 +511041,0,0,0,0,0 +511042,0,0,0,0,0 +511043,0,0,0,0,0 +511044,0,0,0,0,0 +511045,0,0,0,0,0 +511046,0,0,0,0,0 +511047,0,0,0,0,0 +511048,0,0,0,0,0 +511049,0,0,0,0,0 +511050,0,0,0,0,0 +511051,0,0,0,0,0 +511052,0,0,0,0,0 +511053,0,0,0,0,0 +511054,0,0,0,0,0 +511055,0,0,0,0,0 +511056,0,0,0,0,0 +511057,0,0,0,0,0 +511058,0,0,0,0,0 +511059,0,0,0,0,0 +511060,0,0,0,0,0 +511061,0,0,0,0,0 +511062,0,0,0,0,0 +511063,0,0,0,0,0 +511064,0,0,0,0,0 +511065,0,0,0,0,0 +511066,0,0,0,0,0 +511067,0,0,0,0,0 +511068,0,0,0,0,0 +511069,0,0,0,0,0 +511070,0,0,0,0,0 +511071,0,0,0,0,0 +511072,0,0,0,0,0 +511073,0,0,0,0,0 +511074,0,0,0,0,0 +511075,0,0,0,0,0 +511076,0,0,0,0,0 +511077,0,0,0,0,0 +511078,0,0,0,0,0 +511079,0,0,0,0,0 +511080,0,0,0,0,0 +511081,0,0,0,0,0 +511082,0,0,0,0,0 +511083,0,0,0,0,0 +511084,0,0,0,0,0 +511085,0,0,0,0,0 +511086,0,0,0,0,0 +511087,0,0,0,0,0 +511088,0,0,0,0,0 +511089,0,0,0,0,0 +511090,0,0,0,0,0 +511091,0,0,0,0,0 +511092,0,0,0,0,0 +511093,0,0,0,0,0 +511094,0,0,0,0,0 +511095,0,0,0,0,0 +511096,0,0,0,0,0 +511097,0,0,0,0,0 +511098,0,0,0,0,0 +511099,0,0,0,0,0 +511100,0,0,0,0,0 +511101,0,0,0,0,0 +511102,0,0,0,0,0 +511103,0,0,0,0,0 +511104,0,0,0,0,0 +511105,0,0,0,0,0 +511106,0,0,0,0,0 +511107,0,0,0,0,0 +511108,0,0,0,0,0 +511109,0,0,0,0,0 +511110,0,0,0,0,0 +511111,0,0,0,0,0 +511112,0,0,0,0,0 +511113,0,0,0,0,0 +511114,0,0,0,0,0 +511115,0,0,0,0,0 +511116,0,0,0,0,0 +511117,0,0,0,0,0 +511118,0,0,0,0,0 +511119,0,0,0,0,0 +511120,0,0,0,0,0 +511121,0,0,0,0,0 +511122,0,0,0,0,0 +511123,0,0,0,0,0 +511124,0,0,0,0,0 +511125,0,0,0,0,0 +511126,0,0,0,0,0 +511127,0,0,0,0,0 +511128,0,0,0,0,0 +511129,0,0,0,0,0 +511130,0,0,0,0,0 +511131,0,0,0,0,0 +511132,0,0,0,0,0 +511133,0,0,0,0,0 +511134,0,0,0,0,0 +511135,0,0,0,0,0 +511136,0,0,0,0,0 +511137,0,0,0,0,0 +511138,0,0,0,0,0 +511139,0,0,0,0,0 +511140,0,0,0,0,0 +511141,0,0,0,0,0 +511142,0,0,0,0,0 +511143,0,0,0,0,0 +511144,0,0,0,0,0 +511145,0,0,0,0,0 +511146,0,0,0,0,0 +511147,0,0,0,0,0 +511148,0,0,0,0,0 +511149,0,0,0,0,0 +511150,0,0,0,0,0 +511151,0,0,0,0,0 +511152,0,0,0,0,0 +511153,0,0,0,0,0 +511154,0,0,0,0,0 +511155,0,0,0,0,0 +511156,0,0,0,0,0 +511157,0,0,0,0,0 +511158,0,0,0,0,0 +511159,0,0,0,0,0 +511160,0,0,0,0,0 +511161,0,0,0,0,0 +511162,0,0,0,0,0 +511163,0,0,0,0,0 +511164,0,0,0,0,0 +511165,0,0,0,0,0 +511166,0,0,0,0,0 +511167,0,0,0,0,0 +511168,0,0,0,0,0 +511169,0,0,0,0,0 +511170,0,0,0,0,0 +511171,0,0,0,0,0 +511172,0,0,0,0,0 +511173,0,0,0,0,0 +511174,0,0,0,0,0 +511175,0,0,0,0,0 +511176,0,0,0,0,0 +511177,0,0,0,0,0 +511178,0,0,0,0,0 +511179,0,0,0,0,0 +511180,0,0,0,0,0 +511181,0,0,0,0,0 +511182,0,0,0,0,0 +511183,0,0,0,0,0 +511184,0,0,0,0,0 +511185,0,0,0,0,0 +511186,0,0,0,0,0 +511187,0,0,0,0,0 +511188,0,0,0,0,0 +511189,0,0,0,0,0 +511190,0,0,0,0,0 +511191,0,0,0,0,0 +511192,0,0,0,0,0 +511193,0,0,0,0,0 +511194,0,0,0,0,0 +511195,0,0,0,0,0 +511196,0,0,0,0,0 +511197,0,0,0,0,0 +511198,0,0,0,0,0 +511199,0,0,0,0,0 +511200,0,0,0,0,0 +511201,0,0,0,0,0 +511202,0,0,0,0,0 +511203,0,0,0,0,0 +511204,0,0,0,0,0 +511205,0,0,0,0,0 +511206,0,0,0,0,0 +511207,0,0,0,0,0 +511208,0,0,0,0,0 +511209,0,0,0,0,0 +511210,0,0,0,0,0 +511211,0,0,0,0,0 +511212,0,0,0,0,0 +511213,0,0,0,0,0 +511214,0,0,0,0,0 +511215,0,0,0,0,0 +511216,0,0,0,0,0 +511217,0,0,0,0,0 +511218,0,0,0,0,0 +511219,0,0,0,0,0 +511220,0,0,0,0,0 +511221,0,0,0,0,0 +511222,0,0,0,0,0 +511223,0,0,0,0,0 +511224,0,0,0,0,0 +511225,0,0,0,0,0 +511226,0,0,0,0,0 +511227,0,0,0,0,0 +511228,0,0,0,0,0 +511229,0,0,0,0,0 +511230,0,0,0,0,0 +511231,0,0,0,0,0 +511232,0,0,0,0,0 +511233,0,0,0,0,0 +511234,0,0,0,0,0 +511235,0,0,0,0,0 +511236,0,0,0,0,0 +511237,0,0,0,0,0 +511238,0,0,0,0,0 +511239,0,0,0,0,0 +511240,0,0,0,0,0 +511241,0,0,0,0,0 +511242,0,0,0,0,0 +511243,0,0,0,0,0 +511244,0,0,0,0,0 +511245,0,0,0,0,0 +511246,0,0,0,0,0 +511247,0,0,0,0,0 +511248,0,0,0,0,0 +511249,0,0,0,0,0 +511250,0,0,0,0,0 +511251,0,0,0,0,0 +511252,0,0,0,0,0 +511253,0,0,0,0,0 +511254,0,0,0,0,0 +511255,0,0,0,0,0 +511256,0,0,0,0,0 +511257,0,0,0,0,0 +511258,0,0,0,0,0 +511259,0,0,0,0,0 +511260,0,0,0,0,0 +511261,0,0,0,0,0 +511262,0,0,0,0,0 +511263,0,0,0,0,0 +511264,0,0,0,0,0 +511265,0,0,0,0,0 +511266,0,0,0,0,0 +511267,0,0,0,0,0 +511268,0,0,0,0,0 +511269,0,0,0,0,0 +511270,0,0,0,0,0 +511271,0,0,0,0,0 +511272,0,0,0,0,0 +511273,0,0,0,0,0 +511274,0,0,0,0,0 +511275,0,0,0,0,0 +511276,0,0,0,0,0 +511277,0,0,0,0,0 +511278,0,0,0,0,0 +511279,0,0,0,0,0 +511280,0,0,0,0,0 +511281,0,0,0,0,0 +511282,0,0,0,0,0 +511283,0,0,0,0,0 +511284,0,0,0,0,0 +511285,0,0,0,0,0 +511286,0,0,0,0,0 +511287,0,0,0,0,0 +511288,0,0,0,0,0 +511289,0,0,0,0,0 +511290,0,0,0,0,0 +511291,0,0,0,0,0 +511292,0,0,0,0,0 +511293,0,0,0,0,0 +511294,0,0,0,0,0 +511295,0,0,0,0,0 +511296,0,0,0,0,0 +511297,0,0,0,0,0 +511298,0,0,0,0,0 +511299,0,0,0,0,0 +511300,0,0,0,0,0 +511301,0,0,0,0,0 +511302,0,0,0,0,0 +511303,0,0,0,0,0 +511304,0,0,0,0,0 +511305,0,0,0,0,0 +511306,0,0,0,0,0 +511307,0,0,0,0,0 +511308,0,0,0,0,0 +511309,0,0,0,0,0 +511310,0,0,0,0,0 +511311,0,0,0,0,0 +511312,0,0,0,0,0 +511313,0,0,0,0,0 +511314,0,0,0,0,0 +511315,0,0,0,0,0 +511316,0,0,0,0,0 +511317,0,0,0,0,0 +511318,0,0,0,0,0 +511319,0,0,0,0,0 +511320,0,0,0,0,0 +511321,0,0,0,0,0 +511322,0,0,0,0,0 +511323,0,0,0,0,0 +511324,0,0,0,0,0 +511325,0,0,0,0,0 +511326,0,0,0,0,0 +511327,0,0,0,0,0 +511328,0,0,0,0,0 +511329,0,0,0,0,0 +511330,0,0,0,0,0 +511331,0,0,0,0,0 +511332,0,0,0,0,0 +511333,0,0,0,0,0 +511334,0,0,0,0,0 +511335,0,0,0,0,0 +511336,0,0,0,0,0 +511337,0,0,0,0,0 +511338,0,0,0,0,0 +511339,0,0,0,0,0 +511340,0,0,0,0,0 +511341,0,0,0,0,0 +511342,0,0,0,0,0 +511343,0,0,0,0,0 +511344,0,0,0,0,0 +511345,0,0,0,0,0 +511346,0,0,0,0,0 +511347,0,0,0,0,0 +511348,0,0,0,0,0 +511349,0,0,0,0,0 +511350,0,0,0,0,0 +511351,0,0,0,0,0 +511352,0,0,0,0,0 +511353,0,0,0,0,0 +511354,0,0,0,0,0 +511355,0,0,0,0,0 +511356,0,0,0,0,0 +511357,0,0,0,0,0 +511358,0,0,0,0,0 +511359,0,0,0,0,0 +511360,0,0,0,0,0 +511361,0,0,0,0,0 +511362,0,0,0,0,0 +511363,0,0,0,0,0 +511364,0,0,0,0,0 +511365,0,0,0,0,0 +511366,0,0,0,0,0 +511367,0,0,0,0,0 +511368,0,0,0,0,0 +511369,0,0,0,0,0 +511370,0,0,0,0,0 +511371,0,0,0,0,0 +511372,0,0,0,0,0 +511373,0,0,0,0,0 +511374,0,0,0,0,0 +511375,0,0,0,0,0 +511376,0,0,0,0,0 +511377,0,0,0,0,0 +511378,0,0,0,0,0 +511379,0,0,0,0,0 +511380,0,0,0,0,0 +511381,0,0,0,0,0 +511382,0,0,0,0,0 +511383,0,0,0,0,0 +511384,0,0,0,0,0 +511385,0,0,0,0,0 +511386,0,0,0,0,0 +511387,0,0,0,0,0 +511388,0,0,0,0,0 +511389,0,0,0,0,0 +511390,0,0,0,0,0 +511391,0,0,0,0,0 +511392,0,0,0,0,0 +511393,0,0,0,0,0 +511394,0,0,0,0,0 +511395,0,0,0,0,0 +511396,0,0,0,0,0 +511397,0,0,0,0,0 +511398,0,0,0,0,0 +511399,0,0,0,0,0 +511400,0,0,0,0,0 +511401,0,0,0,0,0 +511402,0,0,0,0,0 +511403,0,0,0,0,0 +511404,0,0,0,0,0 +511405,0,0,0,0,0 +511406,0,0,0,0,0 +511407,0,0,0,0,0 +511408,0,0,0,0,0 +511409,0,0,0,0,0 +511410,0,0,0,0,0 +511411,0,0,0,0,0 +511412,0,0,0,0,0 +511413,0,0,0,0,0 +511414,0,0,0,0,0 +511415,0,0,0,0,0 +511416,0,0,0,0,0 +511417,0,0,0,0,0 +511418,0,0,0,0,0 +511419,0,0,0,0,0 +511420,0,0,0,0,0 +511421,0,0,0,0,0 +511422,0,0,0,0,0 +511423,0,0,0,0,0 +511424,0,0,0,0,0 +511425,0,0,0,0,0 +511426,0,0,0,0,0 +511427,0,0,0,0,0 +511428,0,0,0,0,0 +511429,0,0,0,0,0 +511430,0,0,0,0,0 +511431,0,0,0,0,0 +511432,0,0,0,0,0 +511433,0,0,0,0,0 +511434,0,0,0,0,0 +511435,0,0,0,0,0 +511436,0,0,0,0,0 +511437,0,0,0,0,0 +511438,0,0,0,0,0 +511439,0,0,0,0,0 +511440,0,0,0,0,0 +511441,0,0,0,0,0 +511442,0,0,0,0,0 +511443,0,0,0,0,0 +511444,0,0,0,0,0 +511445,0,0,0,0,0 +511446,0,0,0,0,0 +511447,0,0,0,0,0 +511448,0,0,0,0,0 +511449,0,0,0,0,0 +511450,0,0,0,0,0 +511451,0,0,0,0,0 +511452,0,0,0,0,0 +511453,0,0,0,0,0 +511454,0,0,0,0,0 +511455,0,0,0,0,0 +511456,0,0,0,0,0 +511457,0,0,0,0,0 +511458,0,0,0,0,0 +511459,0,0,0,0,0 +511460,0,0,0,0,0 +511461,0,0,0,0,0 +511462,0,0,0,0,0 +511463,0,0,0,0,0 +511464,0,0,0,0,0 +511465,0,0,0,0,0 +511466,0,0,0,0,0 +511467,0,0,0,0,0 +511468,0,0,0,0,0 +511469,0,0,0,0,0 +511470,0,0,0,0,0 +511471,0,0,0,0,0 +511472,0,0,0,0,0 +511473,0,0,0,0,0 +511474,0,0,0,0,0 +511475,0,0,0,0,0 +511476,0,0,0,0,0 +511477,0,0,0,0,0 +511478,0,0,0,0,0 +511479,0,0,0,0,0 +511480,0,0,0,0,0 +511481,0,0,0,0,0 +511482,0,0,0,0,0 +511483,0,0,0,0,0 +511484,0,0,0,0,0 +511485,0,0,0,0,0 +511486,0,0,0,0,0 +511487,0,0,0,0,0 +511488,0,0,0,0,0 +511489,0,0,0,0,0 +511490,0,0,0,0,0 +511491,0,0,0,0,0 +511492,0,0,0,0,0 +511493,0,0,0,0,0 +511494,0,0,0,0,0 +511495,0,0,0,0,0 +511496,0,0,0,0,0 +511497,0,0,0,0,0 +511498,0,0,0,0,0 +511499,0,0,0,0,0 +511500,0,0,0,0,0 +511501,0,0,0,0,0 +511502,0,0,0,0,0 +511503,0,0,0,0,0 +511504,0,0,0,0,0 +511505,0,0,0,0,0 +511506,0,0,0,0,0 +511507,0,0,0,0,0 +511508,0,0,0,0,0 +511509,0,0,0,0,0 +511510,0,0,0,0,0 +511511,0,0,0,0,0 +511512,0,0,0,0,0 +511513,0,0,0,0,0 +511514,0,0,0,0,0 +511515,0,0,0,0,0 +511516,0,0,0,0,0 +511517,0,0,0,0,0 +511518,0,0,0,0,0 +511519,0,0,0,0,0 +511520,0,0,0,0,0 +511521,0,0,0,0,0 +511522,0,0,0,0,0 +511523,0,0,0,0,0 +511524,0,0,0,0,0 +511525,0,0,0,0,0 +511526,0,0,0,0,0 +511527,0,0,0,0,0 +511528,0,0,0,0,0 +511529,0,0,0,0,0 +511530,0,0,0,0,0 +511531,0,0,0,0,0 +511532,0,0,0,0,0 +511533,0,0,0,0,0 +511534,0,0,0,0,0 +511535,0,0,0,0,0 +511536,0,0,0,0,0 +511537,0,0,0,0,0 +511538,0,0,0,0,0 +511539,0,0,0,0,0 +511540,0,0,0,0,0 +511541,0,0,0,0,0 +511542,0,0,0,0,0 +511543,0,0,0,0,0 +511544,0,0,0,0,0 +511545,0,0,0,0,0 +511546,0,0,0,0,0 +511547,0,0,0,0,0 +511548,0,0,0,0,0 +511549,0,0,0,0,0 +511550,0,0,0,0,0 +511551,0,0,0,0,0 +511552,0,0,0,0,0 +511553,0,0,0,0,0 +511554,0,0,0,0,0 +511555,0,0,0,0,0 +511556,0,0,0,0,0 +511557,0,0,0,0,0 +511558,0,0,0,0,0 +511559,0,0,0,0,0 +511560,0,0,0,0,0 +511561,0,0,0,0,0 +511562,0,0,0,0,0 +511563,0,0,0,0,0 +511564,0,0,0,0,0 +511565,0,0,0,0,0 +511566,0,0,0,0,0 +511567,0,0,0,0,0 +511568,0,0,0,0,0 +511569,0,0,0,0,0 +511570,0,0,0,0,0 +511571,0,0,0,0,0 +511572,0,0,0,0,0 +511573,0,0,0,0,0 +511574,0,0,0,0,0 +511575,0,0,0,0,0 +511576,0,0,0,0,0 +511577,0,0,0,0,0 +511578,0,0,0,0,0 +511579,0,0,0,0,0 +511580,0,0,0,0,0 +511581,0,0,0,0,0 +511582,0,0,0,0,0 +511583,0,0,0,0,0 +511584,0,0,0,0,0 +511585,0,0,0,0,0 +511586,0,0,0,0,0 +511587,0,0,0,0,0 +511588,0,0,0,0,0 +511589,0,0,0,0,0 +511590,0,0,0,0,0 +511591,0,0,0,0,0 +511592,0,0,0,0,0 +511593,0,0,0,0,0 +511594,0,0,0,0,0 +511595,0,0,0,0,0 +511596,0,0,0,0,0 +511597,0,0,0,0,0 +511598,0,0,0,0,0 +511599,0,0,0,0,0 +511600,0,0,0,0,0 +511601,0,0,0,0,0 +511602,0,0,0,0,0 +511603,0,0,0,0,0 +511604,0,0,0,0,0 +511605,0,0,0,0,0 +511606,0,0,0,0,0 +511607,0,0,0,0,0 +511608,0,0,0,0,0 +511609,0,0,0,0,0 +511610,0,0,0,0,0 +511611,0,0,0,0,0 +511612,0,0,0,0,0 +511613,0,0,0,0,0 +511614,0,0,0,0,0 +511615,0,0,0,0,0 +511616,0,0,0,0,0 +511617,0,0,0,0,0 +511618,0,0,0,0,0 +511619,0,0,0,0,0 +511620,0,0,0,0,0 +511621,-1449.792286,-597.1745229,-1416.128889,-597.0885887,-54.96131911 +511622,-880.75556,-341.2314324,-849.067772,-341.1466728,853.979347 +511623,-1315.940862,-539.9908445,-1284.740886,-539.9088881,15.36180869 +511624,-981.7554224,-388.5559088,-950.5869455,-388.4768831,598.4316163 +511625,-1354.658908,-558.9406708,-1323.625288,-558.8645651,-110.1290146 +511626,-1063.289302,-426.833416,-1032.02355,-426.7598945,411.3118084 +511627,-1192.51133,-484.5288671,-1159.998804,-484.4580488,228.3129877 +511628,-1285.377322,-526.589804,-1252.252365,-526.5214647,76.51254101 +511629,-1345.456267,-554.1763131,-1312.07278,-554.1102288,-34.66090371 +511630,-1378.600227,-569.7072737,-1345.132298,-569.6432632,-105.875547 +511631,-1499.918789,-626.4275856,-1467.151698,-626.3654213,-382.0495849 +511632,-1292.840678,-532.9855765,-1260.190098,-532.9251955,-26.79799156 +511633,-1326.06503,-548.2293322,-1293.065222,-548.1708633,-71.96288139 +511634,-1348.623854,-559.0268836,-1315.608594,-558.970374,-111.9370809 +511635,-1360.405356,-564.9985315,-1327.497977,-564.9439469,-138.7497017 +511636,-1364.284133,-567.3454872,-1331.509048,-567.2927421,-153.7472797 +511637,-1363.429053,-567.4891313,-1330.773782,-567.438134,-160.7496712 +511638,-1360.207834,-566.5086731,-1327.651031,-566.4593443,-163.1914634 +511639,-1356.052281,-565.0589133,-1323.573528,-565.0111861,-163.35896 +511640,-1351.706921,-563.4803941,-1319.289009,-563.4342094,-162.5408876 +511641,-1347.510308,-561.9286581,-1315.139213,-561.8839611,-161.3854527 +511642,-1343.591638,-560.4646002,-1311.25605,-560.4213384,-160.1895304 +511643,-1339.98202,-559.1051294,-1307.672898,-559.0632521,-159.0750262 +511644,-1336.670055,-557.8481419,-1304.380243,-557.8076,-158.0723817 +511645,-1333.628308,-556.6842644,-1301.352187,-556.6450107,-157.1988694 +511646,-1330.82496,-555.6019946,-1298.558155,-555.5639834,-156.4380496 +511647,-1328.228833,-554.5899112,-1295.967955,-554.5530984,-155.7742402 +511648,-1325.811716,-553.6377157,-1293.554156,-553.602059,-155.1915209 +511649,-1323.549027,-552.7365328,-1291.292786,-552.7019914,-154.6742151 +511650,-1321.419682,-551.8788576,-1289.163237,-551.845392,-154.2079441 +511651,-1319.410234,-551.0604057,-1287.152326,-551.027978,-153.7846059 +511652,-1317.499356,-550.2732006,-1285.239179,-550.2417743,-153.3881298 +511653,-1315.678269,-549.5147263,-1283.41514,-549.4842663,-153.0141715 +511654,-1313.87202,-548.1041709,-1281.573911,-548.7174748,-152.6545225 +511655,-1312.082052,-546.1260479,-1279.724144,-547.9441078,-152.3119184 +511656,-1400.02604,-585.4284975,-1368.182255,-588.7990263,-349.0802309 +511657,-1223.378246,-503.4952509,-1191.552046,-508.6315976,-36.55990626 +511658,-1252.898411,-514.4374966,-1220.585092,-521.5001362,-69.58436581 +511659,-1275.250935,-522.3045213,-1242.670783,-531.4319256,-101.9686011 +511660,-1288.967035,-526.244332,-1256.230362,-537.5625305,-124.6775943 +511661,-1295.995729,-527.0679281,-1263.156858,-540.6967267,-138.1393228 +511662,-1298.784077,-525.8657016,-1265.867957,-541.9190215,-145.1919262 +511663,-1299.216896,-523.4900216,-1266.234515,-542.0782661,-148.472029 +511664,-1298.461744,-520.4785135,-1265.419505,-541.7025497,-149.74995 +511665,-1297.148434,-517.1197174,-1264.049522,-541.0779025,-150.0363871 +511666,-1295.588956,-513.5623639,-1262.436091,-540.3460568,-149.855205 +511667,-1383.177127,-551.2859766,-1350.556402,-580.9860412,-345.5127664 +511668,-1207.520247,-468.5302306,-1174.947019,-501.2328251,-34.5099444 +511669,-1236.878295,-478.2176931,-1203.857652,-514.0070134,-67.17108212 +511670,-1259.092433,-484.9076817,-1225.848827,-523.8636325,-99.1985494 +511671,-1272.694843,-487.7342749,-1239.342586,-529.9387488,-121.5867095 +511672,-1279.589478,-487.6156017,-1246.175615,-533.0133044,-134.7747953 +511673,-1282.234705,-485.592169,-1248.779382,-534.1767228,-141.5972965 +511674,-1282.527644,-482.4549329,-1249.041711,-534.2845862,-144.6810551 +511675,-1281.636034,-478.7090579,-1248.129541,-533.8667538,-145.7868606 +511676,-1280.192643,-474.6326201,-1246.671782,-533.2077531,-145.9181593 +511677,-1278.506753,-470.3727681,-1244.979083,-532.4470255,-145.5938675 +511678,-1276.726483,-465.9966807,-1243.197109,-531.6492313,-145.0673985 +511679,-1274.915333,-461.5400731,-1241.391989,-530.8433193,-144.4585984 +511680,-1271.663838,-456.361279,-1238.154001,-529.387788,-141.2072626 +511681,-1268.638516,241.1674127,-1235.14792,-528.0393218,-138.3369457 +511682,-1237.275352,172.6464433,-1203.861619,-513.7732257,-87.8771808 +511683,-1200.702475,207.1285338,-1167.349112,-497.2742405,-30.72416984 +511684,-1168.473617,238.0789491,-1135.119199,-482.962471,20.75914619 +511685,-615.6563951,262.0698065,-879.6589651,-501.0814931,-113.4461617 +511686,-252.2459765,285.5070056,-73.00550281,-224.0215303,664.6299946 +511687,-533.1488629,308.0674412,-566.9168783,-166.8558387,154.232852 +511688,-385.5710328,330.7860918,-370.3585296,-227.5468582,447.0640853 +511689,-357.9784436,353.0824219,-343.0348898,-180.4215584,639.1535501 +511690,-201.2367568,375.2238569,-173.1297353,-56.1566118,1456.120222 +511691,-505.1493581,369.6439817,-510.4983913,-292.7536321,528.5040473 +511692,-192.4031446,459.4114432,-169.870802,-90.67224966,1369.948286 +511693,-285.3834481,421.2677088,-272.7487768,-145.6473279,1157.190078 +511694,-243.0405719,334.8915055,-227.8162031,-120.0192818,352.2025497 +511695,-218.4074464,384.2510855,-206.0580379,-111.2627991,1213.924898 +511696,-120.3958409,621.5518437,-93.56349263,-29.67100415,1564.746817 +511697,-295.9436321,575.5919325,-300.2687561,-127.8790645,1307.558004 +511698,-101.1965655,344.9847803,-80.94932846,-126.610606,518.0223258 +511699,-148.996717,593.954063,-136.7648953,-36.0424436,1627.300531 +511700,102.5915457,422.4400034,112.5062013,25.14097406,1437.653724 +511701,-420.3353446,414.7034122,-408.1846881,-187.7122115,878.0865644 +511702,73.51208542,637.9156463,87.04396274,19.2527959,1632.257208 +511703,-91.00040359,600.7052379,-83.4209932,-46.26890158,1390.475503 +511704,156.5163653,416.9605987,167.3682734,63.02767482,1215.913424 +511705,-149.2014319,621.367034,-122.657421,-44.8037221,1497.155671 +511706,-103.4268056,587.9989131,-120.8345595,-89.38829707,1280.125532 +511707,217.5361099,388.711167,235.7542734,109.5237491,1353.887374 +511708,-166.7909495,416.9749986,-160.8329461,-82.60188062,1331.255284 +511709,323.7397179,505.7275742,325.312581,137.6571473,1714.11175 +511710,113.6473411,684.5610636,136.6231058,63.44440148,1748.737963 +511711,-156.9357496,641.1688912,-131.0265477,-52.69567129,1464.248949 +511712,122.7206858,397.8497847,68.63379632,0.680190628,669.1011254 +511713,300.3294732,484.8275927,329.3841963,154.7322315,1720.078423 +511714,45.95341452,680.9034178,69.47243357,33.78298926,1786.323732 +511715,232.703342,489.1992143,185.76871,65.06002831,1552.334393 +511716,35.93916602,685.2511656,59.43924834,27.10683007,1645.895598 +511717,332.7603493,478.7857217,318.4325255,146.0545548,1258.284411 +511718,12.07072406,683.7120738,35.70130235,16.98567545,1611.352804 +511719,375.1573277,463.4272541,329.650685,137.5734324,1544.746374 +511720,68.08733491,679.8702714,77.13940452,36.99523642,1559.843971 +511721,389.299922,458.5305798,375.1910918,167.2976597,1494.060171 +511722,283.8268156,522.1911764,270.189092,118.6666469,1728.63786 +511723,81.18976748,511.1907628,70.9135382,34.65228526,1530.845086 +511724,514.4237201,566.7193038,496.834542,220.7463893,1776.301212 +511725,86.66880733,551.0045807,70.1592509,33.49235212,1400.389635 +511726,539.9042819,598.619881,519.4943218,232.1858103,1896.767061 +511727,100.8949659,570.3638631,81.6851613,39.93727775,1377.345411 +511728,572.5085583,609.9004956,548.4771645,245.4106252,1918.737773 +511729,133.0290387,579.3650152,109.8767088,53.65910228,1402.535196 +511730,592.1362118,615.9591287,563.3593132,252.2339075,1923.881241 +511731,384.5533127,774.0685382,402.5017648,171.339526,1925.862561 +511732,170.194295,731.7036551,110.7177704,55.44288879,1628.497842 +511733,591.9945052,496.2999695,537.6769526,258.5642404,1212.899648 +511734,421.2189675,548.2365392,401.6895348,173.7836078,1665.689481 +511735,440.9038389,577.4319893,396.1986287,184.0529197,1762.934919 +511736,459.0809553,600.3488617,426.9063086,194.6282018,1832.066623 +511737,324.1844571,769.2164451,294.8707773,134.9481584,1796.291933 +511738,592.7141348,537.5440871,546.9412123,252.5349469,1552.129478 +511739,485.8840317,577.052039,445.5887819,205.662888,1697.351183 +511740,486.5333238,598.1879859,443.0964159,207.3234116,1764.078744 +511741,803.8125186,590.1763641,760.4656532,341.6327497,1713.097432 +511742,904.2529544,581.9811317,886.8087747,397.0033163,1662.982557 +511743,895.0675527,586.44154,867.889059,390.0200924,1666.366453 +511744,882.0975867,589.3898909,874.3762706,392.7809208,1665.48868 +511745,869.83155,591.9228878,867.5753447,394.3686103,1664.173624 +511746,859.112049,594.197084,855.6196776,388.8559945,1662.719436 +511747,850.0600459,889.5102943,845.3105827,384.0616847,1661.561413 +511748,842.4678623,798.0095249,836.5527655,379.9810531,1660.870941 +511749,836.0812484,821.3373579,829.1114127,376.5186348,1660.619853 +511750,830.7125931,849.5244358,822.8456926,373.6046999,1660.702579 +511751,826.1766425,867.4669912,817.5269077,371.1281026,1660.545767 +511752,822.318151,884.971498,812.9473877,368.9890439,1660.159523 +511753,819.0149797,902.0320337,808.9614693,367.1191936,1659.642789 +511754,816.1706449,919.4628976,805.4605298,365.4679454,1659.043059 +511755,813.7075336,942.2710273,802.3603389,363.9942994,1658.362761 +511756,811.5612294,963.7905663,799.5920906,362.6695768,1657.586876 +511757,809.7848829,985.129898,797.2051707,361.5165295,1656.894785 +511758,808.2951734,1006.530255,795.1127349,360.4952507,1656.206535 +511759,807.0121619,1027.0826,793.2319699,359.5679006,1655.43994 +511760,805.9022477,1048.118301,791.5270312,358.7183515,1654.588979 +511761,804.9342724,1068.360927,789.9649845,357.9319917,1653.644596 +511762,804.0824304,1088.360829,788.5185809,357.1968408,1652.600717 +511763,803.3257345,1109.011159,787.1656493,356.5032049,1651.454385 +511764,802.6471103,1128.183665,785.8881382,355.8432207,1650.204875 +511765,802.0326992,1147.970305,784.6713862,355.2105254,1648.853292 +511766,801.4712398,1167.247514,783.503474,354.5999642,1647.401944 +511767,800.9536126,1186.204128,782.374748,354.0073776,1645.854136 +511768,800.4724115,1205.533741,781.277376,353.4294022,1644.213711 +511769,800.0216479,1224.101091,780.205029,352.863328,1642.484977 +511770,799.5964553,1242.722688,779.1525732,352.3069622,1640.672366 +511771,799.1853342,1258.787113,778.1083016,351.7551005,1638.766698 +511772,798.7979959,1274.345711,777.0897017,351.2137518,1636.811109 +511773,798.3990913,1289.494128,776.0665311,350.6721108,1634.760603 +511774,798.0044522,1304.273259,775.0557507,350.1382564,1632.654551 +511775,797.6074735,1318.663294,774.0498417,349.606209,1630.486741 +511776,797.2080173,1332.831965,773.0472857,349.0777307,1628.260939 +511777,796.8060783,1346.600829,772.0468831,348.5524381,1625.980807 +511778,796.4015254,1360.057859,771.0475875,348.0272578,1623.649616 +511779,795.9942261,1373.331998,770.0485425,347.5042564,1621.270478 +511780,795.5841387,1386.185623,769.0490272,346.98328,1618.846225 +511781,795.171326,1398.916226,768.0484577,346.4614761,1616.379554 +511782,794.7558633,1411.235895,767.0463296,345.9410631,1613.872888 +511783,794.3378435,1423.449444,766.0387009,345.4220259,1611.328538 +511784,793.9173377,1435.261961,765.0300974,344.9016164,1608.748566 +511785,793.494422,1446.483718,764.0207634,344.3821403,1606.134942 +511786,793.0691335,1458.570222,763.005952,343.8636456,1603.489419 +511787,792.6415328,1469.416169,761.9895695,343.3434521,1600.813668 +511788,792.2116039,1480.43718,760.9716567,342.8238997,1598.109173 +511789,791.7792843,1491.11812,759.9475411,342.3050793,1595.377365 +511790,791.3444713,1501.700434,758.9212168,341.7843418,1592.619494 +511791,790.9070749,1511.963563,757.8928359,341.264051,1589.836783 +511792,790.4669914,1531.070062,756.8578036,340.7443132,1587.0303 +511793,790.0018754,1542.517869,755.7039777,340.1731629,1584.200881 +511794,789.5215646,1552.955914,754.4659335,339.5661194,1581.349345 +511795,789.036527,1563.242364,753.2069359,338.9514037,1578.476777 +511796,788.5515027,1572.936492,751.9544363,338.3408409,1575.584061 +511797,788.0673734,1582.690616,750.719924,337.7401176,1572.671973 +511798,787.5835938,1591.975901,749.497764,337.146161,1569.741132 +511799,787.0994538,1601.29787,748.287961,336.5593275,1566.792156 +511800,786.6144087,1610.069161,747.0839708,335.9760663,1563.825583 +511801,783.13718,1622.57567,742.8967197,334.0380784,1555.403978 +511802,779.8312979,1632.371969,738.8855777,332.1804656,1547.424819 +511803,776.6993621,1641.847719,735.0497784,330.4017365,1539.780061 +511804,773.6917651,1651.046634,731.3383593,328.6776113,1532.300176 +511805,770.7661036,1659.951243,727.7087154,326.988048,1524.888081 +511806,767.8983444,1668.861395,724.1369705,325.3219865,1517.508218 +511807,765.117153,1677.278585,720.6519386,323.6926181,1510.226316 +511808,762.3994837,1685.641365,717.2306584,322.0897228,1503.011389 +511809,759.7279875,1693.910771,713.8558184,320.5056952,1495.83955 +511810,757.0972654,1701.808921,710.522029,318.9383667,1488.706501 +511811,754.5014719,1709.819263,707.2234454,317.3853632,1481.606025 +511812,751.9354803,1717.341842,703.9549543,315.8446354,1474.532511 +511813,749.3949757,1724.897794,700.7122563,314.3144909,1467.481347 +511814,746.8763217,1732.155964,697.4917348,312.7935303,1460.448667 +511815,744.3764715,1739.427088,694.2903625,311.2806037,1453.431325 +511816,741.8928468,1746.461541,691.1055798,309.7747534,1446.426642 +511817,739.4232701,1753.156901,687.9352317,308.2751863,1439.432434 +511818,736.9658765,1760.012603,684.7774846,306.781236,1432.446816 +511819,734.5190853,1766.501998,681.6307885,305.2923472,1425.468263 +511820,732.0815361,1772.913368,678.493814,303.8080478,1418.495439 +511821,729.6520666,1779.093644,675.3654355,302.3279433,1411.527281 +511822,727.2296674,1785.379932,672.2446806,300.8516946,1404.562842 +511823,724.8134728,1793.974758,669.1307237,299.3790166,1397.601384 +511824,722.4027197,1799.502793,666.0228453,297.909661,1390.642232 +511825,719.9967556,1805.83799,662.9204325,296.4434177,1383.684875 +511826,717.5949886,1811.581685,659.822946,294.9801008,1376.728831 +511827,715.1969092,1817.675074,656.7299243,293.5195517,1369.773742 +511828,712.8020664,1822.685186,653.6409553,292.0616268,1362.819257 +511829,710.4100578,1829.145388,650.5556892,290.6062047,1355.865136 +511830,708.0204989,1833.236553,647.4737853,289.1531624,1348.911086 +511831,705.6330664,1807.162657,644.3949685,287.7024017,1341.956942 +511832,703.2463188,1854.839361,641.3157131,286.2523948,1335.002512 +511833,700.8592466,1839.275774,638.2336653,284.8021336,1328.047678 +511834,698.471441,1848.319363,635.1481493,283.3513502,1321.092328 +511835,696.0828371,1852.796705,632.0593851,281.9001677,1314.136428 +511836,693.70349,1857.296257,628.9678148,280.4487999,1307.179897 +511837,691.3474828,1861.530267,625.8738511,278.9974399,1300.222731 +511838,689.0214294,1865.934269,622.7778095,277.5462307,1293.26488 +511839,686.7256888,1869.862733,619.6799384,276.0952812,1286.30634 +511840,684.4579687,1873.794913,616.5804353,274.6446738,1279.347065 +511841,682.2157413,1877.773509,613.4794748,273.194479,1272.387062 +511842,679.9969443,1881.639868,610.3772022,271.7447531,1265.426299 +511843,677.7998818,1884.97955,607.2737493,270.2955465,1258.464805 +511844,675.6231276,1888.825739,604.1692231,268.8468985,1251.502566 +511845,673.4655411,1892.097281,601.0637219,267.398845,1244.539626 +511846,671.3261078,1895.569054,597.9573234,265.9514136,1237.575985 +511847,669.2039303,1898.787134,594.8501027,264.5046311,1230.611704 +511848,667.0982492,1901.918083,591.7421165,263.0585167,1223.646796 +511849,665.0083161,1904.908769,588.6334209,261.6130899,1216.68133 +511850,662.9335258,1907.944208,585.5240577,260.1683642,1209.715327 +511851,660.87333,1910.590876,582.4140716,258.7243548,1202.748864 +511852,658.8272916,1913.648282,579.3034932,257.2810708,1195.781971 +511853,656.7951307,1915.998855,576.1923577,255.8385238,1188.814728 +511854,654.7769016,1918.721161,573.0806891,254.39672,1181.84717 +511855,714.157862,1921.051645,569.9685172,252.955669,1174.879384 +511856,874.4407047,1923.505543,566.8558555,251.5153726,1167.911398 +511857,815.8203626,1925.657283,563.7317963,250.0708686,1160.923415 +511858,849.678847,1927.916462,560.6159031,248.6310489,1343.47309 +511859,870.8724267,1929.959306,557.4997144,247.1920599,1386.006683 +511860,887.9929814,1931.895401,554.3833508,245.7539488,1347.545336 +511861,785.1820455,1879.606452,555.4642018,246.2246125,1169.190892 +511862,798.7467677,1879.681008,554.2624792,245.616415,1143.56024 +511863,812.4310973,1880.14745,551.8041215,244.4342287,1168.210264 +511864,826.2330274,1880.49559,549.1776453,243.2025176,1183.635869 +511865,840.3263358,1880.974588,546.8598247,242.1441454,1187.497439 +511866,853.9979736,1881.182082,544.9191159,241.2836777,1198.586094 +511867,868.0886908,1881.506489,543.2826595,240.5791791,1208.113305 +511868,881.6668247,1881.684017,541.8697607,239.9872437,1217.570372 +511869,895.651294,1881.793716,540.62558,239.4787149,1226.927664 +511870,909.2969904,1881.820915,539.5163241,239.0356574,1236.284472 +511871,922.9668834,1881.763813,538.5190533,238.6459606,1245.335198 +511872,936.3739952,1881.621307,537.6156566,238.3001931,1254.583781 +511873,950.2887832,1881.39266,536.7906217,237.9904219,1263.389507 +511874,963.8275237,1881.077942,536.030525,237.7099127,1272.485284 +511875,976.8595056,1880.676126,535.3239096,237.4530289,1281.216146 +511876,990.7731002,1880.18745,534.6611335,237.2151189,1289.852721 +511877,1003.794872,1879.611689,534.0341297,236.9923675,1298.619775 +511878,1017.572599,1878.948761,533.4361667,236.7816529,1307.148676 +511879,1030.921695,1878.19867,532.8616127,236.5804137,1315.454207 +511880,1043.726151,1877.361331,532.3057619,236.38655,1324.222252 +511881,1057.604172,1876.436855,531.7646686,236.1983342,1332.162934 +511882,1070.642713,1875.425179,531.2350318,236.0143478,1340.397533 +511883,1083.9432,1874.327802,533.6256174,237.1568479,1348.759419 +511884,1096.888298,1873.137474,535.9355393,238.2609423,1356.704224 +511885,1110.585227,1871.863068,538.1761626,239.3318583,1364.729283 +511886,1123.553603,1870.501018,540.3448616,240.3691038,1372.654416 +511887,1136.798245,1869.052262,542.449239,241.3769222,1380.339612 +511888,1149.970173,1867.516312,544.7154831,242.458723,1388.407504 +511889,1163.134435,1865.893468,546.7292877,243.4264854,1395.992671 +511890,1176.289161,1864.18449,548.700336,244.3757874,1403.680735 +511891,1188.889944,1862.05731,550.6350119,245.3096816,1411.275096 +511892,1202.253016,1859.778456,552.5388078,246.2307094,1418.806196 +511893,1214.834233,1857.290929,554.4156844,247.1406526,1426.277897 +511894,1227.703426,1854.902381,556.2685172,248.0407721,1433.47614 +511895,1240.829373,1852.311145,558.0995352,248.9320236,1441.177861 +511896,1253.093915,1849.478848,564.652404,249.8151856,1448.303284 +511897,1266.090461,1846.714612,647.9172313,250.6909094,1455.81451 +511898,1278.776543,1843.780039,610.265754,251.5597465,1462.636173 +511899,1291.453899,1840.75938,629.6346243,252.4221571,1469.962522 +511900,1303.828548,1837.642103,637.3164421,253.2785252,1476.980033 +511901,1317.134982,1834.42958,644.3424134,254.1291568,1483.972726 +511902,1329.500249,1831.123194,651.163071,275.1321562,1490.966649 +511903,1342.194739,1827.724547,657.9822223,294.9887998,1497.856759 +511904,1354.91514,1824.148745,664.7241644,267.959347,1504.685041 +511905,1367.486344,1820.688572,671.3013408,291.6276087,1511.523451 +511906,1380.188552,1816.961082,677.7704295,293.7165265,1517.988743 +511907,1392.786999,1813.214957,684.3049377,295.5554526,1525.110597 +511908,1405.362072,1809.369771,690.541669,299.6446416,1531.54811 +511909,1418.036111,1805.438231,697.0171337,303.5234363,1538.160548 +511910,1430.55703,1801.50492,702.9880483,306.8766951,1544.74683 +511911,1443.225315,1797.285972,709.2951298,310.2750991,1551.19286 +511912,1455.734766,1793.074253,715.2077784,313.7588948,1557.657859 +511913,1468.393591,1788.912952,721.4317199,317.0672191,1564.078529 +511914,1480.886408,1784.508719,727.0694056,320.3514793,1570.383694 +511915,1493.285836,1780.081963,733.0734223,323.595776,1576.474625 +511916,1505.971077,1775.579908,738.8510786,326.8841171,1582.914172 +511917,1518.317158,1770.983594,744.5259458,330.0207892,1588.912512 +511918,1530.690579,1766.314902,750.0897187,333.173385,1594.984535 +511919,1543.265786,1761.488071,755.8576145,336.2435227,1601.108632 +511920,1555.662618,1756.784352,761.428019,339.3887537,1607.192298 +511921,1326.517812,1641.712037,564.3122093,256.4810212,1128.771548 +511922,1334.147711,1633.342278,563.6865652,256.074076,1126.56956 +511923,1342.788872,1626.832839,562.6679241,255.4430896,1125.906825 +511924,1352.645447,1620.142703,561.6743219,254.8463561,1126.339861 +511925,1362.682385,1613.487497,560.8986434,254.3954734,1127.544169 +511926,1373.133524,1607.082602,560.1270356,253.9893083,1129.055179 +511927,1383.607511,1600.629647,559.8861279,253.8568092,1130.927991 +511928,1394.355002,1594.184435,559.7908087,253.8128233,1133.085467 +511929,1405.034344,1587.723194,559.8210981,253.8422203,1135.313119 +511930,1415.953465,1581.310919,559.9573241,253.9313875,1137.492574 +511931,1426.776724,1574.696495,560.1910215,254.0740355,1140.025018 +511932,1437.828227,1568.130776,560.508072,254.2610474,1142.385367 +511933,1448.769247,1561.646728,560.9024654,254.4884091,1145.083703 +511934,1459.930888,1554.99116,561.3617179,254.7485616,1147.531184 +511935,1470.973833,1548.360697,561.8815974,255.038979,1150.165384 +511936,1482.193096,1541.757726,562.4514937,255.3535194,1152.931502 +511937,1493.45692,1534.948928,563.0690688,255.6909874,1155.604856 +511938,1504.645927,1528.254404,563.7254136,256.0463817,1158.376966 +511939,1516.044549,1521.467758,564.4197313,256.4194971,1161.170007 +511940,1527.310594,1514.588988,588.1060194,269.8537998,1163.926678 +511941,1538.742307,1507.909283,592.4984511,269.7038011,1166.962222 +511942,1550.217349,1500.888651,589.1597492,271.821104,1169.677476 +511943,1561.601311,1494.033106,603.438151,274.3319697,1172.577315 +511944,1573.195236,1487.078085,594.2303265,276.4776703,1175.604159 +511945,1584.638756,1480.099728,615.7797213,278.5958367,1178.49625 +511946,1596.242386,1473.156707,596.1343582,280.9598259,1181.472168 +511947,1607.886389,1466.01882,606.1621395,282.4563557,1184.458671 +511948,1619.425186,1458.922647,620.462215,285.7058754,1187.460099 +511949,1631.125001,1451.901478,617.1650517,286.0472094,1190.395207 +511950,1642.860034,1444.785549,622.8106709,290.622976,1193.565307 +511951,1654.760826,1437.595416,625.8247272,288.855939,1196.639018 +511952,1666.867407,1430.503811,628.7947482,295.6424513,1199.567307 +511953,1678.442721,1423.326848,632.1420889,290.4888478,1202.615116 +511954,1691.428528,1416.123656,634.8920481,301.6007463,1205.820945 +511955,1703.181799,1408.883525,637.74708,290.6475447,1208.840722 +511956,1715.683042,1401.607203,640.9514618,309.5297707,1211.951542 +511957,1727.786207,1394.293284,643.6650565,287.9032595,1215.057261 +511958,1740.287159,1387.00331,646.4437658,296.2680415,1218.171712 +511959,1752.624733,1379.528541,649.5098724,308.0255822,1221.278351 +511960,1765.066358,1372.082968,652.2248873,302.8241373,1224.404126 +511961,1777.477972,1364.694522,654.8023413,306.0143588,1227.528962 +511962,1790.166415,1357.2138,657.940018,307.809354,1230.655025 +511963,1802.570973,1349.599475,660.381147,309.2889165,1233.685345 +511964,1815.164795,1342.065345,663.1655151,310.7968871,1236.971688 +511965,1827.892365,1334.503985,665.7500957,312.4968644,1240.026995 +511966,1840.517138,1326.716138,668.7469028,313.9288931,1243.173328 +511967,1853.241423,1319.155909,671.0480116,315.3987736,1246.412184 +511968,1865.920055,1311.391111,673.7736979,317.0658687,1249.25327 +511969,1878.817652,1303.707177,676.3999303,318.4274705,1252.642034 +511970,1891.656915,1295.841307,679.0529911,319.9760225,1255.659553 +511971,1904.355924,1288.005842,681.5374521,321.4925532,1258.801047 +511972,1917.419215,1280.285878,684.1122019,322.865492,1261.917232 +511973,1930.295227,1272.288177,686.4030534,324.3082106,1265.032586 +511974,1943.279233,1264.42423,689.3373849,325.9257573,1268.141008 +511975,1956.293486,1256.478875,691.556093,327.1652036,1271.126422 +511976,1969.344923,1248.507931,693.9615583,328.6884902,1274.416664 +511977,1982.359325,1240.567232,696.4617048,330.0821217,1277.421574 +511978,1995.673311,1232.471783,698.9629133,331.4935331,1280.66375 +511979,2008.582223,1224.460277,701.30998,332.8264274,1283.542797 +511980,2021.970335,1216.379629,703.7353575,334.2051008,1286.721025 +511981,2296.570923,1315.314954,940.2630431,442.0539846,1752.450135 +511982,2254.590989,1309.055913,946.2454405,444.9448222,1741.409997 +511983,2305.768775,1301.868967,949.8747085,447.281285,1747.67677 +511984,2317.567707,1294.482092,953.1903696,449.259723,1752.601123 +511985,2327.50462,1287.050638,956.1302858,450.9066584,1757.260345 +511986,2342.8121,1279.252383,958.8595105,452.6737989,1761.682806 +511987,2356.798722,1271.521609,961.4309317,454.2753106,1765.891495 +511988,2370.701726,1263.72283,963.8901009,455.8385858,1769.958023 +511989,2384.208731,1255.691857,966.248892,457.2508915,1773.93435 +511990,2398.109627,1247.853385,968.5264606,458.8920529,1777.466176 +511991,2411.67523,1239.869707,970.7223231,460.2559898,1781.819376 +511992,2425.476991,1231.77065,972.848259,461.6833598,1785.297703 +511993,2439.132419,1223.686086,974.9010453,463.0587543,1789.035337 +511994,2452.658074,1215.702531,976.8898281,464.4046747,1792.616554 +511995,2466.433864,1207.463714,978.8108287,465.7182718,1796.245821 +511996,2480.214393,1199.853504,980.671668,467.0039949,1799.728772 +511997,2493.610674,1190.915082,982.4686657,468.2591668,1803.240363 +511998,2507.459541,1183.112124,984.208393,469.487724,1806.591163 +511999,2520.976461,1174.78887,985.8874902,470.6870979,1809.951486 +512000,2534.760263,1170.477777,987.2810951,471.8609032,1813.330787 +512001,2548.302365,1164.576724,989.198998,473.0067169,1816.582088 +512002,2562.202491,1158.445011,990.5430076,474.013765,1819.826628 +512003,2575.594773,1152.478025,992.037067,475.3957206,1823.026407 +512004,2589.380656,1146.373982,993.4481352,476.2078604,1826.142682 +512005,2603.11152,1140.297244,994.7987483,477.3555019,1829.372634 +512006,2616.969067,1134.149042,996.1079344,478.3579952,1832.358264 +512007,2630.431871,1128.105323,997.3578932,479.3546116,1835.447054 +512008,2644.375438,1121.948436,998.5681206,480.3279665,1838.452512 +512009,2658.110099,1115.823884,999.7229421,481.2783269,1841.4344 +512010,2671.724182,1109.684045,1000.833983,482.2056147,1844.337597 +512011,2684.820271,1103.396858,1001.853326,483.0918428,1847.319796 +512012,2697.512662,1097.212647,1002.817811,483.9519449,1850.170283 +512013,2710.401329,1090.928448,1003.733813,484.7887687,1853.030393 +512014,2722.946335,1084.684722,1004.602526,485.602745,1855.852671 +512015,2735.721713,1078.394186,1005.426335,486.3949168,1858.690458 +512016,2748.247483,1072.220816,1006.205143,487.1652382,1861.387321 +512017,2761.179055,1065.961211,1006.94095,487.9145631,1864.11424 +512018,2773.528286,1059.750224,1007.633444,488.642739,1866.883897 +512019,2774.06208,1054.18716,1015.276329,492.1390434,1869.535166 +512020,2792.578065,1048.243591,1017.183197,493.626254,1872.199868 +512021,2821.446871,1042.175001,1018.436848,494.5175149,1874.829284 +512022,2819.981308,1036.154952,1019.449137,495.419431,1877.431347 +512023,2834.252938,1030.104606,1020.347349,496.2447466,1880.009209 +512024,2866.466408,1024.182264,1021.16401,497.0303189,1882.515987 +512025,2875.098356,1018.194081,1021.916143,497.7834673,1885.114034 +512026,2894.06668,1012.228349,1022.860381,498.507487,1887.628929 +512027,2910.917308,1006.386245,1023.126589,499.2049096,1890.045236 +512028,2927.893574,1000.489131,1023.898984,499.8766522,1892.534602 +512029,2945.172447,994.6598333,1024.403979,500.524167,1894.959975 +512030,2961.864334,988.8196601,1024.900716,501.147797,1897.368656 +512031,2978.937744,983.116492,1025.353725,501.7487353,1899.75615 +512032,2995.980931,977.3665079,1025.762733,502.3271085,1902.07428 +512033,3012.578592,971.6530757,1026.129907,502.8839713,1904.489995 +512034,3049.046363,966.0720086,1026.455201,503.4193747,1906.777214 +512035,3021.968772,960.4539557,1026.740681,503.9342551,1909.087001 +512036,3072.176364,954.9153108,1026.985994,504.4285654,1911.367673 +512037,3079.600318,949.3815187,1027.193389,504.9032895,1913.629684 +512038,3096.54096,943.9941541,1027.362582,505.3583902,1915.871216 +512039,3113.837335,938.5771244,1027.495398,505.7946878,1918.094781 +512040,3134.23713,933.2100585,1027.591409,506.2120446,1920.345553 +512041,3191.164037,951.2057325,1075.24759,529.7952213,2003.158824 +512042,3219.079232,947.5004857,1078.938696,531.6413335,2008.275204 +512043,3238.247969,943.5737054,1081.29771,533.1412637,2012.473197 +512044,3250.165136,939.4807012,1083.52577,534.4630415,2016.2621 +512045,3275.42728,935.3256208,1085.491562,535.6898309,2019.732227 +512046,3317.302656,931.2663101,1087.319617,536.8482781,2022.938184 +512047,3301.4149,927.1591589,1089.046814,537.9577566,2026.134874 +512048,3330.050071,923.1299437,1090.723496,539.0284646,2029.102432 +512049,3351.033231,919.1157051,1092.265027,540.0676609,2032.037417 +512050,3366.415226,915.2956116,1093.813212,541.0782934,2034.893705 +512051,3384.586948,911.3836365,1095.28396,541.9102588,2037.743079 +512052,3402.83328,907.6245815,1096.708357,543.0982705,2040.398193 +512053,3420.345068,903.8732938,1098.086946,543.9227512,2043.127309 +512054,3438.50417,900.2783274,1099.419069,544.860296,2045.757909 +512055,3455.917314,896.6847805,1100.707863,545.7503889,2048.353239 +512056,3483.32501,893.1998187,1101.95299,546.6186089,2050.9041 +512057,3487.522184,889.7910244,1103.156952,547.4654088,2053.415316 +512058,3510.582421,886.7671941,1104.319303,548.2908961,2055.831813 +512059,3527.668124,883.0983294,1105.471637,549.0959699,2058.348955 +512060,3544.564806,879.7866127,1106.510874,549.8905582,2060.705231 +512061,3562.244276,876.6819446,1107.57778,550.7165339,2063.076641 +512062,3579.590927,873.673529,1108.580936,551.5852793,2065.405166 +512063,3596.612464,870.7914423,1109.552809,552.5533202,2067.702704 +512064,3614.207737,867.8689913,1110.488221,553.7851751,2069.967764 +512065,3631.323628,865.0017617,1111.38922,554.8722832,2072.204122 +512066,3656.566253,862.1534717,1112.25506,556.2157021,2074.409887 +512067,3662.535427,859.2944889,1113.08777,557.683119,2076.588732 +512068,3683.194684,856.5366517,1113.886604,558.7832669,2078.7387 +512069,3700.459611,853.7355917,1114.671322,560.3026702,2080.89681 +512070,3724.237894,850.9786124,1115.420544,561.7245705,2083.019159 +512071,3729.557975,848.3579648,1116.424966,563.3471003,2085.107438 +512072,3755.722196,845.778405,1117.488625,565.0378473,2087.166487 +512073,3760.024858,843.229281,1118.477851,566.7869804,2089.203256 +512074,3790.272587,840.7055813,1119.524842,568.5899606,2091.211903 +512075,3793.264619,838.2054497,1120.565935,570.2841383,2093.144507 +512076,3798.260914,835.7284519,1121.521577,572.4430911,2095.196166 +512077,3793.894413,833.273375,1122.535899,574.2771281,2097.152305 +512078,3791.491137,830.8392482,1123.509601,576.311978,2098.995216 +512079,3792.378096,828.4262437,1124.476955,578.370064,2100.944163 +512080,3794.847567,826.033654,1125.463461,580.4767979,2102.763002 +512081,3798.114146,823.6617061,1126.361058,582.6325889,2104.724889 +512082,3801.796775,821.3101142,1127.316845,584.8367046,2106.536005 +512083,3805.707013,818.9473026,1128.234758,587.089422,2108.386792 +512084,3809.751702,816.6813253,1129.145862,589.3899097,2110.212631 +512085,3813.88383,814.3677485,1130.046782,591.7385321,2112.025959 +512086,3818.073562,812.1002579,1130.93613,594.1345451,2113.82479 +512087,3822.296615,809.8481618,1131.815265,596.5783924,2115.612453 +512088,3826.535759,807.6154102,1132.682913,598.8767278,2117.386867 +512089,3830.771986,805.4026554,1133.540367,601.7114183,2119.26004 +512090,3835.232904,803.2093303,1134.418495,604.1529934,2122.393443 +512091,3839.418757,801.005668,1135.206847,606.819535,2122.048224 +512092,3843.519115,798.8963777,1136.054959,609.4997983,2126.898554 +512093,3847.705093,796.7412792,1136.865473,612.2276123,2124.316586 +512094,3852.182085,792.0469162,1131.548855,613.7603592,2132.398449 +512095,3858.244058,789.4461545,1131.207853,616.4140669,2124.900539 +512096,3864.430395,787.1212996,1131.466561,619.2329927,2139.999306 +512097,3870.839133,784.8629011,1131.885144,622.1320677,2122.502708 +512098,3876.116639,782.7327489,1132.368872,625.0940884,2152.034424 +512099,3881.898958,780.5781493,1132.886812,628.1121317,2113.617037 +512100,3887.085339,778.4837292,1133.421958,631.1856455,2148.010163 +512101,3904.434566,742.9651813,1056.511688,600.7782772,1994.654341 +512102,3923.152884,740.5889287,1056.099531,603.5985628,1997.505452 +512103,3934.725177,738.0143336,1055.382719,606.29537,1998.812577 +512104,3943.007594,735.6219957,1055.174505,609.1721949,2000.219977 +512105,3950.000289,733.245509,1054.292021,612.0927963,2001.548918 +512106,3956.629153,730.9004394,1053.988292,615.0679355,2002.947917 +512107,3962.980434,728.5836386,1053.527844,618.0938427,2004.355123 +512108,3969.001806,726.29245,1053.048855,621.1675975,2005.768273 +512109,3974.958905,724.0263136,1052.596496,624.2883546,2007.187044 +512110,3980.278595,721.7835804,1052.139401,627.4540531,2008.605403 +512111,3985.298599,719.5642383,1051.682379,630.6644713,2010.024826 +512112,3990.073377,717.367028,1051.223335,633.9178906,2011.440595 +512113,3994.643974,715.1921848,1050.763501,637.2141822,2012.854984 +512114,3999.037661,713.0385766,1050.300941,640.5518043,2014.263874 +512115,4003.275364,710.9065508,1049.810252,643.9306642,2015.669909 +512116,4007.370597,708.7950593,1049.382916,647.3492689,2017.069302 +512117,4011.334489,706.947054,1048.894868,650.8075384,2018.464899 +512118,4015.194229,704.5242633,1048.426338,654.3039765,2019.853089 +512119,4018.94895,702.643433,1047.951616,657.8385142,2021.236856 +512120,4022.600073,700.5761503,1047.472817,661.4096477,2022.665876 +512121,4026.171843,698.5650204,1046.991452,664.8007784,2023.954718 +512122,4029.655404,696.5729035,1046.505758,668.7797805,2025.357139 +512123,4033.064843,694.6002524,1046.017181,672.2929368,2026.706192 +512124,4036.410868,692.6459963,1045.523978,676.042634,2028.055189 +512125,4039.689373,690.7106147,1045.027594,679.786952,2029.399 +512126,4042.905572,688.7931617,1044.526302,683.5636822,2030.680508 +512127,4046.059143,686.894118,1044.021562,687.3714352,2032.093238 +512128,4049.145138,685.0125525,1043.511653,691.4433979,2033.374171 +512129,4052.188501,683.1489203,1042.998046,694.9512731,2034.698332 +512130,4055.181679,681.3023172,1042.479022,699.0433513,2036.005107 +512131,4058.13278,679.446027,1041.892906,702.6785403,2037.305909 +512132,4060.970182,677.6008728,1041.28824,706.5828197,2038.596572 +512133,4063.646523,675.7702025,1040.673912,710.2747048,2039.880962 +512134,4066.161033,673.9538769,1040.050133,714.0899003,2041.15541 +512135,4068.529106,672.1526817,1039.419347,717.9328235,2042.423528 +512136,4070.777111,670.3660803,1038.780273,721.7324486,2043.681085 +512137,4072.929714,668.5958607,1038.111007,725.5565918,2044.861913 +512138,4074.988344,666.8377295,1037.450381,729.3442097,2046.086156 +512139,4076.967487,665.0944326,1036.787324,732.9804333,2047.311006 +512140,4078.852704,663.3652695,1036.118254,737.1903609,2048.526417 +512141,4080.665259,661.6500201,1035.442917,740.8767853,2049.73264 +512142,4082.409786,659.9483473,1034.760884,744.8097914,2050.928152 +512143,4084.081554,658.2601177,1034.072384,748.6382226,2052.113088 +512144,4085.681697,656.584954,1033.377069,752.5294385,2053.28621 +512145,4087.208934,654.9227336,1032.675087,756.4231448,2054.4478 +512146,4088.667006,653.2730811,1031.966511,760.2516274,2055.596712 +512147,4090.053835,651.635877,1031.251063,764.1672666,2056.733298 +512148,4091.712369,650.0102969,1030.528832,767.9813245,2057.856157 +512149,4093.380121,645.7237663,1023.508429,772.9390855,2058.96985 +512150,4096.436971,643.6999232,1021.78372,777.0052505,2060.114534 +512151,4100.006015,641.8619225,1020.564878,781.0103016,2061.157481 +512152,4103.351734,640.122983,1019.469725,785.2793708,2062.243297 +512153,4106.271143,638.6202963,1018.409033,789.3984424,2063.31034 +512154,4108.759788,636.6126866,1017.367048,793.4229051,2064.364629 +512155,4110.893709,635.0932138,1016.341118,797.503726,2065.407831 +512156,4112.749979,633.4112243,1015.326117,801.5800464,2066.439786 +512157,4114.408943,631.7792584,1014.319314,805.5759669,2067.518983 +512158,4115.9121,630.1652729,1013.318471,809.6312399,2068.440562 +512159,4117.289115,628.5679882,1012.322546,813.6803518,2069.483645 +512160,4118.555809,626.9865458,1011.330234,817.6433031,2070.463068 +512161,4147.075354,559.1781348,856.6228374,755.2360593,1785.53646 +512162,4178.278971,556.6799354,854.3592243,758.7440883,1784.77753 +512163,4193.739928,554.9190611,852.3047371,762.1728027,1784.66492 +512164,4201.951661,553.0562814,850.2156308,765.7416277,1784.674779 +512165,4204.870181,550.9682826,848.5234001,769.320925,1785.228587 +512166,4199.678742,549.2413854,846.7352323,772.8924802,1784.901766 +512167,4192.800827,547.3994779,844.9949848,776.4475625,1785.408154 +512168,4186.605893,545.6013011,843.2737673,779.9839654,1785.624765 +512169,4181.713281,543.820538,841.5661627,783.5266936,1785.903145 +512170,4178.054889,542.0553222,839.8699931,786.9709859,1786.188014 +512171,4175.358032,540.3045815,838.1838416,790.4508992,1786.474414 +512172,4173.344939,538.5672564,836.6529221,793.8728633,1786.758723 +512173,4171.792357,536.9912907,834.7689061,797.2933182,1787.039213 +512174,4170.535527,535.0635679,833.0627908,800.601496,1787.313192 +512175,4169.454931,533.4653572,831.5953946,803.9331242,1787.579707 +512176,4168.465063,531.753157,829.8403853,807.1928247,1787.836685 +512177,4167.502776,530.0727082,828.2142993,810.4377172,1788.083679 +512178,4166.522451,528.254467,826.5692832,813.5533854,1788.318978 +512179,4165.489016,526.8065329,824.9272631,816.6787014,1788.54242 +512180,4164.376605,525.050938,823.2869697,819.7149573,1788.752483 +512181,4163.164296,523.429437,821.6481405,822.6888368,1788.949161 +512182,4161.835743,521.7930528,820.0097631,825.6210383,1789.13101 +512183,4160.376686,520.1645304,818.371461,828.3987909,1789.298079 +512184,4158.774102,518.5428839,816.7322214,831.1607927,1789.448921 +512185,4157.004768,516.9279526,815.0916548,833.8055058,1789.583569 +512186,4155.071028,515.4578153,813.5816217,836.357343,1789.70056 +512187,4152.953692,513.6537035,811.7416766,838.8041062,1789.403915 +512188,4150.641436,512.1527617,810.1858044,841.1683397,1790.090642 +512189,4148.125749,510.5389786,808.5122998,843.3317839,1789.858174 +512190,4145.393166,508.9501045,806.8531966,845.4312953,1789.961413 +512191,4142.429718,506.7904158,803.8685378,845.8527419,1789.974125 +512192,4138.720359,504.5326894,800.535822,845.9733381,1789.956726 +512193,4134.001223,502.2234719,797.0985833,845.8780346,1789.915079 +512194,4128.290978,499.8769998,793.8684274,845.5867486,1789.843068 +512195,4121.732245,497.500244,790.1397959,845.1108954,1789.743354 +512196,4114.471672,495.0957492,786.5744163,844.4560627,1789.609078 +512197,4106.619221,492.6689636,782.9668324,843.626913,1789.442049 +512198,4098.247777,490.2176885,779.1863655,842.6254769,1789.234879 +512199,4089.405471,487.7450472,775.6082558,841.4544122,1788.98918 +512200,4080.126795,485.2506286,771.4509631,840.1145452,1788.697619 +512201,4070.437989,482.7360645,767.8946856,838.5758475,1788.362014 +512202,4060.384918,480.3236963,763.9345964,836.9489957,1787.975356 +512203,4049.963711,477.5941981,759.9289372,835.0880518,1787.539844 +512204,4039.167242,475.1050338,755.9453574,833.0889664,1787.44619 +512205,4028.018131,472.3790063,751.8766628,830.9212712,1786.297174 +512206,4016.268412,469.9333107,747.9847995,828.5892915,1785.983995 +512207,4004.492428,467.3378763,743.7442219,826.0941768,1785.264371 +512208,3992.429492,464.5484071,739.719435,823.4045248,1784.541361 +512209,3980.054571,461.9630237,735.4801258,820.6283888,1783.761539 +512210,3967.347597,459.2664483,731.177839,817.6227462,1782.917317 +512211,3954.325879,456.5704972,727.2313601,814.4813062,1782.012335 +512212,3941.002349,453.94927,722.68303,810.7187814,1781.009491 +512213,3927.031144,450.9538746,718.5258705,806.4180038,1779.967317 +512214,3912.773977,448.4337434,714.2107956,801.9518514,1778.854316 +512215,3897.6036,445.5798589,709.8608591,797.2126839,1777.676871 +512216,3749.314165,442.9176217,705.4200142,792.2724101,1776.427297 +512217,3664.526296,439.979132,701.1079434,787.2136514,1775.111176 +512218,3662.843803,437.2386853,696.5762237,781.8792534,1773.723182 +512219,3593.35457,434.3932168,692.2610654,776.4653209,1772.271662 +512220,3552.967487,431.5652117,687.7089411,770.8158603,1770.749338 +512221,2053.418801,428.8882413,683.6555334,765.0987806,1769.699762 +512222,2096.959376,557.6693361,960.2529489,891.0050839,2286.008183 +512223,2197.154156,557.4824443,971.6270177,887.9169439,2312.76686 +512224,2279.936019,554.4485048,976.0956826,881.4659289,2323.046422 +512225,2339.635657,551.7132403,977.7855154,875.1874089,2327.526366 +512226,2378.828412,549.1053724,978.3129482,869.042065,2329.369556 +512227,2403.251645,546.3895362,978.3243328,862.5001822,2330.385134 +512228,2417.934305,543.6870946,978.0896417,856.0905036,2330.769978 +512229,2426.144126,540.9641365,962.9623193,861.0618327,2330.946344 +512230,2429.826366,538.1944388,954.759429,824.6385035,2331.048685 +512231,2430.137662,535.503405,954.757103,853.0103476,2331.126452 +512232,2427.825299,532.7123361,948.5767668,813.7051704,2331.164902 +512233,2423.729808,529.9602557,945.8234644,827.9691169,2331.126126 +512234,2418.368208,527.1985932,939.1395797,812.8415535,2331.046836 +512235,2412.028315,524.4013508,936.9622154,807.2550591,2330.957914 +512236,2404.866161,521.6860078,930.533149,800.0689052,2330.846741 +512237,2397.015989,519.2241742,928.4241467,792.8019977,2330.709568 +512238,2388.599167,515.9425241,923.3718468,747.6062232,2330.544497 +512239,2374.200982,513.3614942,917.2026778,737.6304606,2330.350641 +512240,2356.451643,504.7906042,902.7783334,724.5454083,2329.937763 +512241,2338.132083,501.6252986,893.1400878,717.1113573,2329.677091 +512242,2320.918308,498.9363157,892.7379931,710.84783,2329.38957 +512243,2305.287283,496.4719343,888.0654695,704.886482,2329.096068 +512244,2291.082108,494.0190905,884.5637688,699.1971589,2328.784558 +512245,2278.020037,491.6505022,881.5197401,693.7126898,2328.451746 +512246,2265.856113,489.3160366,878.2676288,688.4463665,2328.09632 +512247,2254.423737,486.9825499,875.1493471,683.2040158,2327.717881 +512248,2243.604471,484.7542009,872.1056975,678.1498315,2327.316211 +512249,2233.307501,482.481183,869.0314075,673.3344854,2326.891122 +512250,2223.464873,480.2591679,866.2456279,668.4100814,2324.186671 +512251,2213.739581,478.0546029,863.3112263,663.7301686,2312.32222 +512252,2204.631768,475.8401383,860.4778499,659.0899248,2309.955529 +512253,2195.818572,473.7401239,857.726388,654.6111113,2308.657997 +512254,2187.268234,471.5614199,851.0775855,650.0071481,2300.533976 +512255,2178.936721,469.4599593,858.0201615,645.7338679,2308.728477 +512256,2170.808206,467.3431054,845.3452598,641.3436895,2296.106354 +512257,2162.862687,465.245832,841.2566225,637.1528328,2297.627816 +512258,2155.078049,463.2295644,846.4956189,632.8875747,2296.343454 +512259,2147.445106,461.1644098,844.0736786,628.7336048,2293.841785 +512260,2139.954321,459.1444178,833.2706211,624.7010716,2284.55957 +512261,2132.591572,457.1382811,838.8068433,620.6761972,2294.571069 +512262,2125.346364,455.121229,833.2845296,616.6319282,2279.862301 +512263,2118.211951,453.1949556,831.2850818,612.7257497,2283.145762 +512264,2111.18009,451.2217525,833.9255126,608.8265107,2281.291413 +512265,2104.245118,449.2934091,824.1395996,604.980533,2278.141951 +512266,2097.403143,447.3776416,829.0012611,601.1758925,2275.610171 +512267,1985.812035,445.4800862,811.8076641,597.415985,2273.328886 +512268,1941.188684,443.5710734,825.4878302,593.6964077,2264.849807 +512269,1963.611794,441.7518284,815.976659,590.0595982,2275.38764 +512270,1922.962991,439.8855191,815.2214479,586.3593176,2259.199539 +512271,1910.54864,438.0633877,812.9399675,582.7501378,2264.171453 +512272,1886.135225,436.2532913,810.894919,579.2415503,2261.61685 +512273,1875.805579,434.1813851,808.6718541,575.7293481,2258.478478 +512274,1855.958576,432.8239365,816.0145686,572.189892,2256.218996 +512275,1839.586122,431.1270299,790.1934741,568.771186,2254.049898 +512276,1822.544159,429.0312272,809.3737828,565.3524038,2251.847383 +512277,1807.634167,427.5095449,798.851778,561.9778662,2249.58703 +512278,1790.989725,425.7579305,798.2000658,558.6373442,2247.37559 +512279,1775.88272,424.0719936,796.2460602,555.3358716,2244.903014 +512280,1756.028034,422.4013688,794.2355754,552.0685264,2242.600985 +512281,0,0,0,0,0 +512282,0,0,0,0,0 +512283,0,0,0,0,0 +512284,0,0,0,0,0 +512285,0,0,0,0,0 +512286,0,0,0,0,0 +512287,0,0,0,0,0 +512288,0,0,0,0,0 +512289,0,0,0,0,0 +512290,0,0,0,0,0 +512291,0,0,0,0,0 +512292,0,0,0,0,0 +512293,0,0,0,0,0 +512294,0,0,0,0,0 +512295,0,0,0,0,0 +512296,0,0,0,0,0 +512297,0,0,0,0,0 +512298,0,0,0,0,0 +512299,0,0,0,0,0 +512300,0,0,0,0,0 +512301,0,0,0,0,0 +512302,0,0,0,0,0 +512303,0,0,0,0,0 +512304,0,0,0,0,0 +512305,0,0,0,0,0 +512306,0,0,0,0,0 +512307,0,0,0,0,0 +512308,0,0,0,0,0 +512309,0,0,0,0,0 +512310,0,0,0,0,0 +512311,0,0,0,0,0 +512312,0,0,0,0,0 +512313,0,0,0,0,0 +512314,0,0,0,0,0 +512315,0,0,0,0,0 +512316,0,0,0,0,0 +512317,0,0,0,0,0 +512318,0,0,0,0,0 +512319,0,0,0,0,0 +512320,0,0,0,0,0 +512321,0,0,0,0,0 +512322,0,0,0,0,0 +512323,0,0,0,0,0 +512324,0,0,0,0,0 +512325,0,0,0,0,0 +512326,0,0,0,0,0 +512327,0,0,0,0,0 +512328,0,0,0,0,0 +512329,0,0,0,0,0 +512330,0,0,0,0,0 +512331,0,0,0,0,0 +512332,0,0,0,0,0 +512333,0,0,0,0,0 +512334,0,0,0,0,0 +512335,0,0,0,0,0 +512336,0,0,0,0,0 +512337,0,0,0,0,0 +512338,0,0,0,0,0 +512339,0,0,0,0,0 +512340,0,0,0,0,0 +512341,0,0,0,0,0 +512342,0,0,0,0,0 +512343,0,0,0,0,0 +512344,0,0,0,0,0 +512345,0,0,0,0,0 +512346,0,0,0,0,0 +512347,0,0,0,0,0 +512348,0,0,0,0,0 +512349,0,0,0,0,0 +512350,0,0,0,0,0 +512351,0,0,0,0,0 +512352,0,0,0,0,0 +512353,0,0,0,0,0 +512354,0,0,0,0,0 +512355,0,0,0,0,0 +512356,0,0,0,0,0 +512357,0,0,0,0,0 +512358,0,0,0,0,0 +512359,0,0,0,0,0 +512360,0,0,0,0,0 +512361,0,0,0,0,0 +512362,0,0,0,0,0 +512363,0,0,0,0,0 +512364,0,0,0,0,0 +512365,0,0,0,0,0 +512366,0,0,0,0,0 +512367,0,0,0,0,0 +512368,0,0,0,0,0 +512369,0,0,0,0,0 +512370,0,0,0,0,0 +512371,0,0,0,0,0 +512372,0,0,0,0,0 +512373,0,0,0,0,0 +512374,0,0,0,0,0 +512375,0,0,0,0,0 +512376,0,0,0,0,0 +512377,0,0,0,0,0 +512378,0,0,0,0,0 +512379,0,0,0,0,0 +512380,0,0,0,0,0 +512381,0,0,0,0,0 +512382,0,0,0,0,0 +512383,0,0,0,0,0 +512384,0,0,0,0,0 +512385,0,0,0,0,0 +512386,0,0,0,0,0 +512387,0,0,0,0,0 +512388,0,0,0,0,0 +512389,0,0,0,0,0 +512390,0,0,0,0,0 +512391,0,0,0,0,0 +512392,0,0,0,0,0 +512393,0,0,0,0,0 +512394,0,0,0,0,0 +512395,0,0,0,0,0 +512396,0,0,0,0,0 +512397,0,0,0,0,0 +512398,0,0,0,0,0 +512399,0,0,0,0,0 +512400,0,0,0,0,0 +512401,0,0,0,0,0 +512402,0,0,0,0,0 +512403,0,0,0,0,0 +512404,0,0,0,0,0 +512405,0,0,0,0,0 +512406,0,0,0,0,0 +512407,0,0,0,0,0 +512408,0,0,0,0,0 +512409,0,0,0,0,0 +512410,0,0,0,0,0 +512411,0,0,0,0,0 +512412,0,0,0,0,0 +512413,0,0,0,0,0 +512414,0,0,0,0,0 +512415,0,0,0,0,0 +512416,0,0,0,0,0 +512417,0,0,0,0,0 +512418,0,0,0,0,0 +512419,0,0,0,0,0 +512420,0,0,0,0,0 +512421,0,0,0,0,0 +512422,0,0,0,0,0 +512423,0,0,0,0,0 +512424,0,0,0,0,0 +512425,0,0,0,0,0 +512426,0,0,0,0,0 +512427,0,0,0,0,0 +512428,0,0,0,0,0 +512429,0,0,0,0,0 +512430,0,0,0,0,0 +512431,0,0,0,0,0 +512432,0,0,0,0,0 +512433,0,0,0,0,0 +512434,0,0,0,0,0 +512435,0,0,0,0,0 +512436,0,0,0,0,0 +512437,0,0,0,0,0 +512438,0,0,0,0,0 +512439,0,0,0,0,0 +512440,0,0,0,0,0 +512441,0,0,0,0,0 +512442,0,0,0,0,0 +512443,0,0,0,0,0 +512444,0,0,0,0,0 +512445,0,0,0,0,0 +512446,0,0,0,0,0 +512447,0,0,0,0,0 +512448,0,0,0,0,0 +512449,0,0,0,0,0 +512450,0,0,0,0,0 +512451,0,0,0,0,0 +512452,0,0,0,0,0 +512453,0,0,0,0,0 +512454,0,0,0,0,0 +512455,0,0,0,0,0 +512456,0,0,0,0,0 +512457,0,0,0,0,0 +512458,0,0,0,0,0 +512459,0,0,0,0,0 +512460,0,0,0,0,0 +512461,0,0,0,0,0 +512462,0,0,0,0,0 +512463,0,0,0,0,0 +512464,0,0,0,0,0 +512465,0,0,0,0,0 +512466,0,0,0,0,0 +512467,0,0,0,0,0 +512468,0,0,0,0,0 +512469,0,0,0,0,0 +512470,0,0,0,0,0 +512471,0,0,0,0,0 +512472,0,0,0,0,0 +512473,0,0,0,0,0 +512474,0,0,0,0,0 +512475,0,0,0,0,0 +512476,0,0,0,0,0 +512477,0,0,0,0,0 +512478,0,0,0,0,0 +512479,0,0,0,0,0 +512480,0,0,0,0,0 +512481,0,0,0,0,0 +512482,0,0,0,0,0 +512483,0,0,0,0,0 +512484,0,0,0,0,0 +512485,0,0,0,0,0 +512486,0,0,0,0,0 +512487,0,0,0,0,0 +512488,0,0,0,0,0 +512489,0,0,0,0,0 +512490,0,0,0,0,0 +512491,0,0,0,0,0 +512492,0,0,0,0,0 +512493,0,0,0,0,0 +512494,0,0,0,0,0 +512495,0,0,0,0,0 +512496,0,0,0,0,0 +512497,0,0,0,0,0 +512498,0,0,0,0,0 +512499,0,0,0,0,0 +512500,0,0,0,0,0 +512501,0,0,0,0,0 +512502,0,0,0,0,0 +512503,0,0,0,0,0 +512504,0,0,0,0,0 +512505,0,0,0,0,0 +512506,0,0,0,0,0 +512507,0,0,0,0,0 +512508,0,0,0,0,0 +512509,0,0,0,0,0 +512510,0,0,0,0,0 +512511,0,0,0,0,0 +512512,0,0,0,0,0 +512513,0,0,0,0,0 +512514,0,0,0,0,0 +512515,0,0,0,0,0 +512516,0,0,0,0,0 +512517,0,0,0,0,0 +512518,0,0,0,0,0 +512519,0,0,0,0,0 +512520,0,0,0,0,0 +512521,0,0,0,0,0 +512522,0,0,0,0,0 +512523,0,0,0,0,0 +512524,0,0,0,0,0 +512525,0,0,0,0,0 +512526,0,0,0,0,0 +512527,0,0,0,0,0 +512528,0,0,0,0,0 +512529,0,0,0,0,0 +512530,0,0,0,0,0 +512531,0,0,0,0,0 +512532,0,0,0,0,0 +512533,0,0,0,0,0 +512534,0,0,0,0,0 +512535,0,0,0,0,0 +512536,0,0,0,0,0 +512537,0,0,0,0,0 +512538,0,0,0,0,0 +512539,0,0,0,0,0 +512540,0,0,0,0,0 +512541,0,0,0,0,0 +512542,0,0,0,0,0 +512543,0,0,0,0,0 +512544,0,0,0,0,0 +512545,0,0,0,0,0 +512546,0,0,0,0,0 +512547,0,0,0,0,0 +512548,0,0,0,0,0 +512549,0,0,0,0,0 +512550,0,0,0,0,0 +512551,0,0,0,0,0 +512552,0,0,0,0,0 +512553,0,0,0,0,0 +512554,0,0,0,0,0 +512555,0,0,0,0,0 +512556,0,0,0,0,0 +512557,0,0,0,0,0 +512558,0,0,0,0,0 +512559,0,0,0,0,0 +512560,0,0,0,0,0 +512561,0,0,0,0,0 +512562,0,0,0,0,0 +512563,0,0,0,0,0 +512564,0,0,0,0,0 +512565,0,0,0,0,0 +512566,0,0,0,0,0 +512567,0,0,0,0,0 +512568,0,0,0,0,0 +512569,0,0,0,0,0 +512570,0,0,0,0,0 +512571,0,0,0,0,0 +512572,0,0,0,0,0 +512573,0,0,0,0,0 +512574,0,0,0,0,0 +512575,0,0,0,0,0 +512576,0,0,0,0,0 +512577,0,0,0,0,0 +512578,0,0,0,0,0 +512579,0,0,0,0,0 +512580,0,0,0,0,0 +512581,0,0,0,0,0 +512582,0,0,0,0,0 +512583,0,0,0,0,0 +512584,0,0,0,0,0 +512585,0,0,0,0,0 +512586,0,0,0,0,0 +512587,0,0,0,0,0 +512588,0,0,0,0,0 +512589,0,0,0,0,0 +512590,0,0,0,0,0 +512591,0,0,0,0,0 +512592,0,0,0,0,0 +512593,0,0,0,0,0 +512594,0,0,0,0,0 +512595,0,0,0,0,0 +512596,0,0,0,0,0 +512597,0,0,0,0,0 +512598,0,0,0,0,0 +512599,0,0,0,0,0 +512600,0,0,0,0,0 +512601,0,0,0,0,0 +512602,0,0,0,0,0 +512603,0,0,0,0,0 +512604,0,0,0,0,0 +512605,0,0,0,0,0 +512606,0,0,0,0,0 +512607,0,0,0,0,0 +512608,0,0,0,0,0 +512609,0,0,0,0,0 +512610,0,0,0,0,0 +512611,0,0,0,0,0 +512612,0,0,0,0,0 +512613,0,0,0,0,0 +512614,0,0,0,0,0 +512615,0,0,0,0,0 +512616,0,0,0,0,0 +512617,0,0,0,0,0 +512618,0,0,0,0,0 +512619,0,0,0,0,0 +512620,0,0,0,0,0 +512621,0,0,0,0,0 +512622,0,0,0,0,0 +512623,0,0,0,0,0 +512624,0,0,0,0,0 +512625,0,0,0,0,0 +512626,0,0,0,0,0 +512627,0,0,0,0,0 +512628,0,0,0,0,0 +512629,0,0,0,0,0 +512630,0,0,0,0,0 +512631,0,0,0,0,0 +512632,0,0,0,0,0 +512633,0,0,0,0,0 +512634,0,0,0,0,0 +512635,0,0,0,0,0 +512636,0,0,0,0,0 +512637,0,0,0,0,0 +512638,0,0,0,0,0 +512639,0,0,0,0,0 +512640,0,0,0,0,0 +512641,0,0,0,0,0 +512642,0,0,0,0,0 +512643,0,0,0,0,0 +512644,0,0,0,0,0 +512645,0,0,0,0,0 +512646,0,0,0,0,0 +512647,0,0,0,0,0 +512648,0,0,0,0,0 +512649,0,0,0,0,0 +512650,0,0,0,0,0 +512651,0,0,0,0,0 +512652,0,0,0,0,0 +512653,0,0,0,0,0 +512654,0,0,0,0,0 +512655,0,0,0,0,0 +512656,0,0,0,0,0 +512657,0,0,0,0,0 +512658,0,0,0,0,0 +512659,0,0,0,0,0 +512660,0,0,0,0,0 +512661,0,0,0,0,0 +512662,0,0,0,0,0 +512663,0,0,0,0,0 +512664,0,0,0,0,0 +512665,0,0,0,0,0 +512666,0,0,0,0,0 +512667,0,0,0,0,0 +512668,0,0,0,0,0 +512669,0,0,0,0,0 +512670,0,0,0,0,0 +512671,0,0,0,0,0 +512672,0,0,0,0,0 +512673,0,0,0,0,0 +512674,0,0,0,0,0 +512675,0,0,0,0,0 +512676,0,0,0,0,0 +512677,0,0,0,0,0 +512678,0,0,0,0,0 +512679,0,0,0,0,0 +512680,0,0,0,0,0 +512681,0,0,0,0,0 +512682,0,0,0,0,0 +512683,0,0,0,0,0 +512684,0,0,0,0,0 +512685,0,0,0,0,0 +512686,0,0,0,0,0 +512687,0,0,0,0,0 +512688,0,0,0,0,0 +512689,0,0,0,0,0 +512690,0,0,0,0,0 +512691,0,0,0,0,0 +512692,0,0,0,0,0 +512693,0,0,0,0,0 +512694,0,0,0,0,0 +512695,0,0,0,0,0 +512696,0,0,0,0,0 +512697,0,0,0,0,0 +512698,0,0,0,0,0 +512699,0,0,0,0,0 +512700,0,0,0,0,0 +512701,0,0,0,0,0 +512702,0,0,0,0,0 +512703,0,0,0,0,0 +512704,0,0,0,0,0 +512705,0,0,0,0,0 +512706,0,0,0,0,0 +512707,0,0,0,0,0 +512708,0,0,0,0,0 +512709,0,0,0,0,0 +512710,0,0,0,0,0 +512711,0,0,0,0,0 +512712,0,0,0,0,0 +512713,0,0,0,0,0 +512714,0,0,0,0,0 +512715,0,0,0,0,0 +512716,0,0,0,0,0 +512717,0,0,0,0,0 +512718,0,0,0,0,0 +512719,0,0,0,0,0 +512720,0,0,0,0,0 +512721,0,0,0,0,0 +512722,0,0,0,0,0 +512723,0,0,0,0,0 +512724,0,0,0,0,0 +512725,0,0,0,0,0 +512726,0,0,0,0,0 +512727,0,0,0,0,0 +512728,0,0,0,0,0 +512729,0,0,0,0,0 +512730,0,0,0,0,0 +512731,0,0,0,0,0 +512732,0,0,0,0,0 +512733,0,0,0,0,0 +512734,0,0,0,0,0 +512735,0,0,0,0,0 +512736,0,0,0,0,0 +512737,0,0,0,0,0 +512738,0,0,0,0,0 +512739,0,0,0,0,0 +512740,0,0,0,0,0 +512741,0,0,0,0,0 +512742,0,0,0,0,0 +512743,0,0,0,0,0 +512744,0,0,0,0,0 +512745,0,0,0,0,0 +512746,0,0,0,0,0 +512747,0,0,0,0,0 +512748,0,0,0,0,0 +512749,0,0,0,0,0 +512750,0,0,0,0,0 +512751,0,0,0,0,0 +512752,0,0,0,0,0 +512753,0,0,0,0,0 +512754,0,0,0,0,0 +512755,0,0,0,0,0 +512756,0,0,0,0,0 +512757,0,0,0,0,0 +512758,0,0,0,0,0 +512759,0,0,0,0,0 +512760,0,0,0,0,0 +512761,0,0,0,0,0 +512762,0,0,0,0,0 +512763,0,0,0,0,0 +512764,0,0,0,0,0 +512765,0,0,0,0,0 +512766,0,0,0,0,0 +512767,0,0,0,0,0 +512768,0,0,0,0,0 +512769,0,0,0,0,0 +512770,0,0,0,0,0 +512771,0,0,0,0,0 +512772,0,0,0,0,0 +512773,0,0,0,0,0 +512774,0,0,0,0,0 +512775,0,0,0,0,0 +512776,0,0,0,0,0 +512777,0,0,0,0,0 +512778,0,0,0,0,0 +512779,0,0,0,0,0 +512780,0,0,0,0,0 +512781,0,0,0,0,0 +512782,0,0,0,0,0 +512783,0,0,0,0,0 +512784,0,0,0,0,0 +512785,0,0,0,0,0 +512786,0,0,0,0,0 +512787,0,0,0,0,0 +512788,0,0,0,0,0 +512789,0,0,0,0,0 +512790,0,0,0,0,0 +512791,0,0,0,0,0 +512792,0,0,0,0,0 +512793,0,0,0,0,0 +512794,0,0,0,0,0 +512795,0,0,0,0,0 +512796,0,0,0,0,0 +512797,0,0,0,0,0 +512798,0,0,0,0,0 +512799,0,0,0,0,0 +512800,0,0,0,0,0 +512801,0,0,0,0,0 +512802,0,0,0,0,0 +512803,0,0,0,0,0 +512804,0,0,0,0,0 +512805,0,0,0,0,0 +512806,0,0,0,0,0 +512807,0,0,0,0,0 +512808,0,0,0,0,0 +512809,0,0,0,0,0 +512810,0,0,0,0,0 +512811,0,0,0,0,0 +512812,0,0,0,0,0 +512813,0,0,0,0,0 +512814,0,0,0,0,0 +512815,0,0,0,0,0 +512816,0,0,0,0,0 +512817,0,0,0,0,0 +512818,0,0,0,0,0 +512819,0,0,0,0,0 +512820,0,0,0,0,0 +512821,0,0,0,0,0 +512822,0,0,0,0,0 +512823,0,0,0,0,0 +512824,0,0,0,0,0 +512825,0,0,0,0,0 +512826,0,0,0,0,0 +512827,0,0,0,0,0 +512828,0,0,0,0,0 +512829,0,0,0,0,0 +512830,0,0,0,0,0 +512831,0,0,0,0,0 +512832,0,0,0,0,0 +512833,0,0,0,0,0 +512834,0,0,0,0,0 +512835,0,0,0,0,0 +512836,0,0,0,0,0 +512837,0,0,0,0,0 +512838,0,0,0,0,0 +512839,0,0,0,0,0 +512840,0,0,0,0,0 +512841,0,0,0,0,0 +512842,0,0,0,0,0 +512843,0,0,0,0,0 +512844,0,0,0,0,0 +512845,0,0,0,0,0 +512846,0,0,0,0,0 +512847,0,0,0,0,0 +512848,0,0,0,0,0 +512849,0,0,0,0,0 +512850,0,0,0,0,0 +512851,0,0,0,0,0 +512852,0,0,0,0,0 +512853,0,0,0,0,0 +512854,0,0,0,0,0 +512855,0,0,0,0,0 +512856,0,0,0,0,0 +512857,0,0,0,0,0 +512858,0,0,0,0,0 +512859,0,0,0,0,0 +512860,0,0,0,0,0 +512861,0,0,0,0,0 +512862,0,0,0,0,0 +512863,0,0,0,0,0 +512864,0,0,0,0,0 +512865,0,0,0,0,0 +512866,0,0,0,0,0 +512867,0,0,0,0,0 +512868,0,0,0,0,0 +512869,0,0,0,0,0 +512870,0,0,0,0,0 +512871,0,0,0,0,0 +512872,0,0,0,0,0 +512873,0,0,0,0,0 +512874,0,0,0,0,0 +512875,0,0,0,0,0 +512876,0,0,0,0,0 +512877,0,0,0,0,0 +512878,0,0,0,0,0 +512879,0,0,0,0,0 +512880,0,0,0,0,0 +512881,0,0,0,0,0 +512882,0,0,0,0,0 +512883,0,0,0,0,0 +512884,0,0,0,0,0 +512885,0,0,0,0,0 +512886,0,0,0,0,0 +512887,0,0,0,0,0 +512888,0,0,0,0,0 +512889,0,0,0,0,0 +512890,0,0,0,0,0 +512891,0,0,0,0,0 +512892,0,0,0,0,0 +512893,0,0,0,0,0 +512894,0,0,0,0,0 +512895,0,0,0,0,0 +512896,0,0,0,0,0 +512897,0,0,0,0,0 +512898,0,0,0,0,0 +512899,0,0,0,0,0 +512900,0,0,0,0,0 +512901,0,0,0,0,0 +512902,0,0,0,0,0 +512903,0,0,0,0,0 +512904,0,0,0,0,0 +512905,0,0,0,0,0 +512906,0,0,0,0,0 +512907,0,0,0,0,0 +512908,0,0,0,0,0 +512909,0,0,0,0,0 +512910,0,0,0,0,0 +512911,0,0,0,0,0 +512912,0,0,0,0,0 +512913,0,0,0,0,0 +512914,0,0,0,0,0 +512915,0,0,0,0,0 +512916,0,0,0,0,0 +512917,0,0,0,0,0 +512918,0,0,0,0,0 +512919,0,0,0,0,0 +512920,0,0,0,0,0 +512921,0,0,0,0,0 +512922,0,0,0,0,0 +512923,0,0,0,0,0 +512924,0,0,0,0,0 +512925,0,0,0,0,0 +512926,0,0,0,0,0 +512927,0,0,0,0,0 +512928,0,0,0,0,0 +512929,0,0,0,0,0 +512930,0,0,0,0,0 +512931,0,0,0,0,0 +512932,0,0,0,0,0 +512933,0,0,0,0,0 +512934,0,0,0,0,0 +512935,0,0,0,0,0 +512936,0,0,0,0,0 +512937,0,0,0,0,0 +512938,0,0,0,0,0 +512939,0,0,0,0,0 +512940,0,0,0,0,0 +512941,0,0,0,0,0 +512942,0,0,0,0,0 +512943,0,0,0,0,0 +512944,0,0,0,0,0 +512945,0,0,0,0,0 +512946,0,0,0,0,0 +512947,0,0,0,0,0 +512948,0,0,0,0,0 +512949,0,0,0,0,0 +512950,0,0,0,0,0 +512951,0,0,0,0,0 +512952,0,0,0,0,0 +512953,0,0,0,0,0 +512954,0,0,0,0,0 +512955,0,0,0,0,0 +512956,0,0,0,0,0 +512957,0,0,0,0,0 +512958,0,0,0,0,0 +512959,0,0,0,0,0 +512960,0,0,0,0,0 +512961,0,0,0,0,0 +512962,0,0,0,0,0 +512963,0,0,0,0,0 +512964,0,0,0,0,0 +512965,0,0,0,0,0 +512966,0,0,0,0,0 +512967,0,0,0,0,0 +512968,0,0,0,0,0 +512969,0,0,0,0,0 +512970,0,0,0,0,0 +512971,0,0,0,0,0 +512972,0,0,0,0,0 +512973,0,0,0,0,0 +512974,0,0,0,0,0 +512975,0,0,0,0,0 +512976,0,0,0,0,0 +512977,0,0,0,0,0 +512978,0,0,0,0,0 +512979,0,0,0,0,0 +512980,0,0,0,0,0 +512981,0,0,0,0,0 +512982,0,0,0,0,0 +512983,0,0,0,0,0 +512984,0,0,0,0,0 +512985,0,0,0,0,0 +512986,0,0,0,0,0 +512987,0,0,0,0,0 +512988,0,0,0,0,0 +512989,0,0,0,0,0 +512990,0,0,0,0,0 +512991,0,0,0,0,0 +512992,0,0,0,0,0 +512993,0,0,0,0,0 +512994,0,0,0,0,0 +512995,0,0,0,0,0 +512996,0,0,0,0,0 +512997,0,0,0,0,0 +512998,0,0,0,0,0 +512999,0,0,0,0,0 +513000,0,0,0,0,0 +513001,0,0,0,0,0 +513002,0,0,0,0,0 +513003,0,0,0,0,0 +513004,0,0,0,0,0 +513005,0,0,0,0,0 +513006,0,0,0,0,0 +513007,0,0,0,0,0 +513008,0,0,0,0,0 +513009,0,0,0,0,0 +513010,0,0,0,0,0 +513011,0,0,0,0,0 +513012,0,0,0,0,0 +513013,0,0,0,0,0 +513014,0,0,0,0,0 +513015,0,0,0,0,0 +513016,0,0,0,0,0 +513017,0,0,0,0,0 +513018,0,0,0,0,0 +513019,0,0,0,0,0 +513020,0,0,0,0,0 +513021,0,0,0,0,0 +513022,0,0,0,0,0 +513023,0,0,0,0,0 +513024,0,0,0,0,0 +513025,0,0,0,0,0 +513026,0,0,0,0,0 +513027,0,0,0,0,0 +513028,0,0,0,0,0 +513029,0,0,0,0,0 +513030,0,0,0,0,0 +513031,0,0,0,0,0 +513032,0,0,0,0,0 +513033,0,0,0,0,0 +513034,0,0,0,0,0 +513035,0,0,0,0,0 +513036,0,0,0,0,0 +513037,0,0,0,0,0 +513038,0,0,0,0,0 +513039,0,0,0,0,0 +513040,0,0,0,0,0 +513041,0,0,0,0,0 +513042,0,0,0,0,0 +513043,0,0,0,0,0 +513044,0,0,0,0,0 +513045,0,0,0,0,0 +513046,0,0,0,0,0 +513047,0,0,0,0,0 +513048,0,0,0,0,0 +513049,0,0,0,0,0 +513050,0,0,0,0,0 +513051,0,0,0,0,0 +513052,0,0,0,0,0 +513053,0,0,0,0,0 +513054,0,0,0,0,0 +513055,0,0,0,0,0 +513056,0,0,0,0,0 +513057,0,0,0,0,0 +513058,0,0,0,0,0 +513059,0,0,0,0,0 +513060,0,0,0,0,0 +513061,-1775.639812,-751.5163365,-1738.03349,-751.5231824,-1025.31955 +513062,-1716.658993,-726.5901402,-1680.409065,-726.5966773,-992.7727136 +513063,-1815.503062,-768.6062205,-1777.281838,-768.6133256,-1054.171434 +513064,-1871.411491,-792.4653523,-1832.111754,-792.4727814,-1090.176014 +513065,-1899.038955,-804.3577862,-1859.228737,-804.3653784,-1108.979584 +513066,-1908.96135,-808.7586987,-1869.009944,-808.7663542,-1116.93433 +513067,-1910.033373,-809.4136192,-1870.121911,-809.4212885,-1119.366446 +513068,-1907.812034,-808.6715297,-1867.999726,-808.6791947,-1119.608595 +513069,-1904.673343,-807.5347817,-1864.967713,-807.5424377,-1119.093929 +513070,-1901.469142,-806.3617547,-1861.860855,-806.3694019,-1118.35183 +513071,-1898.479532,-805.2692668,-1858.955892,-805.2769067,-1117.574087 +513072,-1895.774688,-804.2857044,-1856.322728,-804.2933393,-1116.82692 +513073,-1893.350505,-803.4089052,-1853.958784,-803.4165371,-1116.130238 +513074,-1891.180169,-802.6275697,-1851.839105,-802.6352005,-1115.487201 +513075,-1889.232542,-801.928813,-1849.934224,-801.9364443,-1114.895182 +513076,-1887.47817,-801.3006118,-1848.216063,-801.3082451,-1114.349811 +513077,-1885.890891,-800.7324435,-1846.659586,-800.7400801,-1113.846442 +513078,-1884.447998,-800.2153214,-1845.243016,-800.2229623,-1113.380655 +513079,-1883.130846,-799.7419985,-1843.948439,-799.7496447,-1112.94867 +513080,-1881.922337,-799.3059276,-1842.759408,-799.3135798,-1112.546756 +513081,-1835.517464,-798.9015588,-1841.661734,-798.9092178,-1112.171554 +513082,-1605.393396,-798.5243044,-1759.374133,-798.5319706,-1111.820126 +513083,-1738.402658,-798.1703676,-1602.041115,-798.1780417,-1111.4899 +513084,-1680.531758,-797.8365829,-1694.96444,-797.8442652,-1111.178608 +513085,-1669.866481,-797.5203012,-1647.663588,-797.5279919,-1110.884256 +513086,-1659.918813,-797.2193003,-1639.06235,-797.2269998,-1110.605086 +513087,-1646.435692,-790.9421636,-1626.440478,-790.9496278,-1110.210835 +513088,-1639.13895,-715.7080516,-1615.885591,-715.7126593,-1109.932395 +513089,-1628.03399,-754.2071578,-1608.361477,-754.2132151,-1109.209261 +513090,-1619.28772,-736.6428804,-1596.923859,-735.2574701,-1081.15044 +513091,-1608.97012,-730.0601021,-1585.95862,-730.0700329,-1075.415813 +513092,-1601.6721,-725.5723336,-1582.648797,-726.4859865,-1092.527453 +513093,-1592.814503,-720.1936482,-1566.790087,-720.2025759,-1067.033188 +513094,-1578.323201,-707.8822827,-1557.220872,-712.8914494,-1062.98324 +513095,-1570.940374,-698.9232065,-1541.310918,-706.9816383,-1049.41566 +513096,-1560.888738,-691.9516248,-1536.070426,-703.403827,-1051.007052 +513097,-1552.566099,-682.5955562,-1523.446415,-695.8287231,-1039.599673 +513098,-1543.544359,-675.1314015,-1515.124588,-691.7221923,-1042.171532 +513099,-1536.55643,-666.1019443,-1506.242163,-687.2605621,-977.1926496 +513100,-1525.369248,-658.2755581,-1492.918634,-681.7636268,-979.0734638 +513101,-1519.114385,-650.5938739,-1490.473007,-676.6837446,-977.4646863 +513102,-1511.9184,-639.8533182,-1475.711175,-672.7741713,-968.7371154 +513103,-1501.560015,-634.2327292,-1472.050154,-667.1846709,-958.8564441 +513104,-1497.664379,-622.8732644,-1458.513781,-663.7184919,-952.6355234 +513105,-1484.578752,-617.3898207,-1454.670595,-658.8951018,-953.5166616 +513106,-1482.422259,-606.9661747,-1442.618263,-654.4175063,-938.8711102 +513107,-1472.543083,-598.1327924,-1437.808424,-650.3654669,-936.8874614 +513108,-1467.784818,-591.3124716,-1428.016954,-646.0536389,-932.2057048 +513109,-1458.620496,-581.3158627,-1419.906973,-642.0452096,-923.1640408 +513110,-1452.266363,-574.1440674,-1412.550653,-637.2132839,-921.2605675 +513111,-1443.530041,-564.0666844,-1405.598635,-634.5268549,-912.9876814 +513112,-1440.525229,-556.6782624,-1398.57847,-629.8857906,-909.3536849 +513113,-1430.455491,-547.7788042,-1390.090132,-626.416449,-903.7797051 +513114,-1427.306282,-539.343794,-1383.049097,-622.0430506,-898.0913178 +513115,-1418.806637,-529.6784982,-1374.68206,-618.2820172,-893.0482235 +513116,-1410.452396,-523.1899577,-1369.981311,-616.0980468,-888.6072183 +513117,-1409.152382,-512.0421417,-1361.3626,-610.0968011,-883.2245922 +513118,-1398.005575,-506.201294,-1356.307281,-608.1254779,-880.1245192 +513119,-1395.50223,-494.8339218,-1347.020229,-604.5081201,-873.6545612 +513120,-1388.170302,-487.7741797,-1339.909203,-600.6731887,-869.3211964 +513121,-1379.920156,-478.8278911,-1335.233623,-597.1045841,-865.5361931 +513122,-1377.232608,-469.8318268,-1324.919448,-593.0033906,-860.7874624 +513123,-1364.493866,-464.2196337,-1318.100496,-589.7172611,-857.0239572 +513124,-1362.124195,-456.0866441,-1310.064713,-585.4065709,-852.9007021 +513125,-1351.68019,-449.1230666,-1300.611031,-580.8672118,-846.995058 +513126,-1346.847993,-442.292538,-1296.33228,-578.523963,-844.5068644 +513127,-1339.891229,-435.7583115,-1284.724556,-573.9458629,-840.599218 +513128,-1332.947181,-427.5923534,-1279.628183,-571.2356486,-836.261355 +513129,-1325.794733,-421.9018219,-1272.030657,-566.3925063,-831.647623 +513130,-1319.400838,-413.8619963,-1262.410361,-563.5416845,-828.6015294 +513131,-1313.263793,-407.9344335,-1258.641117,-559.4968336,-824.7490971 +513132,-1305.554061,-400.9909336,-1247.899472,-557.0766801,-821.2008964 +513133,-1299.508373,-393.7766331,-1242.39675,-551.5337163,-817.6798656 +513134,-1294.651882,-387.1796413,-1233.142049,-550.4016488,-813.5517115 +513135,-1285.408003,-380.6514864,-1227.158773,-545.3546875,-809.6709237 +513136,-1281.55378,-374.0540402,-1220.310841,-542.3207234,-807.1007605 +513137,-1274.428879,-366.7310973,-1211.47465,-539.043827,-804.1745575 +513138,-1265.664402,-360.9758285,-1206.994919,-535.6835461,-799.0313313 +513139,-1262.641794,-353.8286501,-1197.75791,-532.4326802,-796.8839812 +513140,-1255.523756,-347.2578734,-1192.027606,-528.6375345,-793.1669353 +513141,-1248.53856,-341.2406862,-1183.036246,-526.239429,-790.0080231 +513142,-1243.550315,-333.8255141,-1178.469797,-521.6681482,-787.4083128 +513143,-1235.774365,-327.8109511,-1168.137868,-519.4341156,-782.3577698 +513144,-1231.283786,-320.5771513,-1164.724025,-515.7780705,-781.2574852 +513145,-1224.554071,-314.9867205,-1156.47476,-512.4368745,-777.6183452 +513146,-1218.773824,-307.9982852,-1148.443256,-509.6236561,-773.6433688 +513147,-1212.105911,-301.4399922,-1143.531163,-506.4886551,-772.8455476 +513148,-1206.028802,-295.3321586,-1136.082683,-502.901648,-767.3218442 +513149,-1201.549499,-288.2213986,-1128.659479,-500.0146752,-765.231163 +513150,-1193.962525,-282.4152695,-1121.850052,-496.5376382,-763.9728714 +513151,-1187.136564,-273.1494925,-1114.055776,-493.4217175,-758.7826426 +513152,-1181.411621,-264.432975,-1109.598504,-489.9677393,-756.4788096 +513153,-1175.118508,-254.9592416,-1098.36098,-487.1014599,-754.7209131 +513154,-1166.400935,-245.2158137,-1095.069429,-483.1573749,-750.9436649 +513155,-1163.222064,-236.6924589,-1085.01792,-479.9146882,-748.7391767 +513156,-1153.772162,-226.0220911,-1078.987466,-477.4450702,-745.4657963 +513157,-1148.094785,-217.3984375,-1072.737349,-473.0247186,-742.9782532 +513158,-1142.231018,-207.1215842,-1061.732031,-470.354878,-741.3319506 +513159,-1134.083788,-197.4631728,-1059.69147,-466.6537069,-736.7544584 +513160,-1127.882327,-187.6860874,-1048.239137,-463.8353622,-735.9294093 +513161,-1121.548059,-178.0666296,-1043.65947,-459.9665253,-732.1452436 +513162,-1115.088635,-167.8333881,-1034.17952,-457.0202237,-729.2678636 +513163,-1106.265334,-157.7864354,-1029.408964,-454.0210395,-728.3389534 +513164,-1101.824584,-147.9446716,-1019.614868,-449.9334538,-724.3665562 +513165,-1095.02685,-137.7882273,-1014.672489,-447.3463645,-721.3448249 +513166,-1076.319917,-97.69307433,-1000.723576,-442.0497212,-720.348183 +513167,-1069.148525,-88.92778289,-994.2824817,-438.2706971,-716.2114649 +513168,-1061.870842,-79.34996094,-989.0755485,-435.5357197,-714.1244905 +513169,-1051.994125,-69.90537084,-977.1341324,-431.6447539,-712.0155372 +513170,-1049.513543,-60.45986383,-973.1116697,-428.25896,-709.8848496 +513171,-1036.835075,-51.41867784,-964.9563441,-424.8246594,-705.5521764 +513172,-1031.690861,-41.83721806,-956.6831334,-421.9261792,-705.5610362 +513173,-1023.875665,-32.93028077,-948.293155,-417.8076258,-700.0333773 +513174,-1017.279248,-23.21332429,-942.6382894,-415.4256497,-700.0394601 +513175,-1007.909029,-14.30598927,-934.0487284,-411.1992472,-696.6658635 +513176,-1002.48933,-4.858663299,-928.2568053,-408.138952,-693.2473039 +513177,-992.8761927,0,-917.983707,-404.418744,-692.1000217 +513178,-985.9156152,0,-913.5333273,-401.9104568,-688.6205934 +513179,-978.8738896,0,-903.0188046,-397.4618006,-686.2761189 +513180,-968.8743243,0,-898.4630367,-394.888151,-683.9108338 +513181,-964.5425037,0,-889.249729,-390.9814032,-681.5243956 +513182,-955.7806023,0,-883.0377238,-389.0085305,-679.1167018 +513183,-948.3857255,0,-876.7687252,-385.0190794,-676.6876571 +513184,-940.9053218,0,-868.8489709,-381.6525167,-674.2371116 +513185,-934.8588288,0,-862.4475502,-379.6145256,-673.0040551 +513186,-925.6804757,0,-855.9865345,-374.8014618,-669.2699733 +513187,-917.9351762,0,-847.8252091,-372.7161754,-666.7533348 +513188,-911.6756353,0,-841.229278,-369.9122322,-665.4872112 +513189,-903.7673749,0,-834.5729971,-365.6565408,-662.9367694 +513190,-895.7666498,0,-826.1661549,-362.7876518,-660.3632678 +513191,-887.673663,0,-821.0772086,-359.8925977,-657.7668061 +513192,-879.4880175,0,-812.5156421,-356.2359556,-655.1473046 +513193,-872.8726672,0,-805.5971498,-353.6518929,-653.8290255 +513194,-866.1948963,0,-798.6162566,-349.9237352,-650.5063904 +513195,-854.357847,0,-791.5723446,-347.289146,-648.4949606 +513196,-850.9435918,0,-784.464961,-343.1065382,-645.7919152 +513197,-838.8620515,0,-777.2934721,-340.4186514,-643.0645881 +513198,-833.6276379,0,-770.0580371,-337.7096008,-641.6919282 +513199,-824.821463,0,-763.6745724,-333.4086335,-638.9272215 +513200,-815.914697,0,-755.3934264,-331.0411029,-636.1373055 +513201,-809.6212081,0,-748.8966631,-327.8594078,-633.3222827 +513202,-799.6292176,0,-741.4107984,-323.8425142,-631.9054252 +513203,-792.2861295,0,-733.8596638,-321.4118057,-627.6154336 +513204,-783.9464183,0,-727.1993942,-317.3247748,-627.6158119 +513205,-775.5233216,0,-719.5259264,-314.8519643,-622.5362092 +513206,-767.0168653,0,-711.7869048,-310.6942356,-621.8042291 +513207,-758.426881,0,-705.9403724,-308.5993544,-618.8585134 +513208,-750.7207986,0,-698.0860704,-304.3749278,-615.8856684 +513209,-740.9935684,0,-690.1657614,-301.3917015,-612.8857948 +513210,-734.1234565,0,-682.1808403,-297.9558078,-611.3758973 +513211,-726.2077243,0,-678.1651773,-295.3604848,-608.3345476 +513212,-719.2265481,0,-668.0499533,-292.3119576,-606.0350777 +513213,-712.1943961,0,-663.9768398,-288.8011911,-602.9443521 +513214,-706.1264478,0,-655.7794392,-286.5930316,-600.6077534 +513215,-697.9762461,0,-650.623577,-282.5899314,-597.4671705 +513216,-692.8493491,0,-643.3616772,-280.3512393,-595.8861934 +513217,-684.5903179,0,-636.0503914,-277.649973,-592.7017633 +513218,-678.3530818,0,-629.7454208,-273.5680566,-589.4878808 +513219,-672.0784688,0,-624.4640485,-271.7432989,-587.8700253 +513220,-665.7659706,0,-615.9604832,-268.5324254,-584.6114411 +513221,-657.2906617,0,-610.6145446,-265.300361,-581.3227122 +513222,-653.0296202,0,-603.0886278,-262.513701,-579.667238 +513223,-644.455822,0,-597.684331,-259.7118894,-576.3327344 +513224,-637.9834853,0,-591.1664171,-256.4238718,-574.6539004 +513225,-632.562604,0,-583.5180418,-254.0630811,-570.4223633 +513226,-626.0229652,0,-578.0272969,-250.7401921,-568.7162703 +513227,-618.3470664,0,-571.4069019,-247.8762324,-566.1421231 +513228,-612.835083,0,-564.7528141,-245.4786145,-562.6818062 +513229,-605.0763748,0,-558.065679,-242.1046652,-560.0656846 +513230,-600.6221317,0,-552.4684041,-239.1975001,-557.4314972 +513231,-592.7876265,0,-544.5937011,-236.7643624,-555.6652108 +513232,-586.0350715,0,-540.0751817,-233.3414278,-552.1073852 +513233,-580.3824789,0,-532.1324765,-230.8853612,-548.5166405 +513234,-574.7058434,0,-526.433785,-227.9255781,-547.6141662 +513235,-566.7181287,0,-519.5672384,-224.9525305,-543.9816885 +513236,-560.9857684,0,-513.8224988,-222.4651655,-541.2351553 +513237,-555.2307836,0,-506.901262,-218.9676935,-538.4696557 +513238,-548.2943325,0,-501.1116867,-216.9618326,-535.6850321 +513239,-542.4897198,0,-494.1377887,-213.4378088,-533.8179306 +513240,-554.0768021,0,-494.1380839,-213.4379062,-530.0573337 +513241,-549.4526343,0,-487.7207463,-210.4043117,-527.2142227 +513242,-544.8143572,0,-481.2806032,-207.6133919,-525.308074 +513243,-537.8296672,0,-474.229528,-204.8128719,-520.5034791 +513244,-531.9857306,0,-468.9247526,-202.0029787,-519.5362382 +513245,-527.2956925,0,-461.2362001,-199.1838163,-514.6649331 +513246,-520.2339792,0,-455.3027526,-195.8406212,-513.6841409 +513247,-514.326831,0,-449.3525239,-193.5193088,-508.7452228 +513248,-509.5869307,0,-441.5926434,-190.4152729,-506.754 +513249,-501.856268,0,-436.2054451,-187.5613935,-503.7499653 +513250,-497.6805102,0,-429.0031399,-184.6997729,-499.71238 +513251,-490.4991531,0,-422.985307,-181.8305908,-498.6975319 +513252,-485.6970063,0,-416.9533297,-178.9542119,-493.5868517 +513253,-479.0742849,0,-409.6965798,-176.0708457,-492.5580002 +513254,-473.639771,0,-403.6353828,-173.1808768,-488.4182081 +513255,-467.5844244,0,-396.9536453,-170.5480905,-485.2888549 +513256,-462.1200572,0,-390.8670317,-167.3820066,-483.7164752 +513257,-456.0325492,0,-384.1583775,-164.7384241,-480.0261014 +513258,-450.5400569,0,-378.0483985,-161.8252356,-476.8397612 +513259,-445.0346566,0,-371.9279541,-159.1723286,-474.1682819 +513260,-438.9026741,0,-365.1840369,-155.9834109,-471.4818775 +513261,-433.3713295,0,-359.043596,-153.588219,-468.2382652 +513262,-428.4447931,0,-352.2791716,-150.3899699,-466.063877 +513263,-421.6555606,0,-346.7374845,-147.7211417,-461.6858737 +513264,-417.3270272,0,-339.9555918,-145.0492192,-460.5856514 +513265,-410.5114725,0,-333.7827424,-142.1066068,-456.7146181 +513266,-406.166766,0,-327.6033548,-139.1608062,-453.93139 +513267,-399.94914,0,-321.417716,-136.7484543,-451.693916 +513268,-394.34342,0,-314.606972,-133.5289891,-448.3191333 +513269,-389.3531789,0,-309.6499485,-131.1125144,-445.4900315 +513270,-383.7306917,0,-302.2081409,-127.8881119,-442.6456801 +513271,-379.9776939,0,-297.8643364,-126.2750903,-440.3591752 +513272,-375.5944594,0,-294.7606858,-124.1233867,-436.9107332 +513273,-371.8338338,0,-289.7922485,-122.2399148,-434.020197 +513274,-368.6975505,0,-286.0645301,-120.6250129,-431.6968075 +513275,-363.6744007,0,-281.7140285,-118.4709946,-428.7785343 +513276,-361.1611427,0,-278.2948718,-116.7203931,-425.2561994 +513277,-355.5003932,0,-274.252761,-114.9693925,-424.0773741 +513278,-352.3531186,0,-270.2095168,-113.3527206,-419.3363294 +513279,-348.5736841,0,-266.78763,-111.4661275,-418.1451644 +513280,-343.5300201,0,-263.053807,-109.8487663,-415.155872 +513281,-341.0069095,0,-259.3191983,-107.961514,-412.1510165 +513282,-356.129752,0,-258.6966988,-107.9615815,-408.5249682 +513283,-354.2416695,0,-255.8952865,-106.2088058,-407.3116098 +513284,-352.3531499,0,-252.4707788,-104.860405,-404.2668325 +513285,-348.5735472,0,-249.3571854,-103.376996,-401.2066273 +513286,-346.683065,0,-245.6203311,-101.7585318,-399.3632715 +513287,-343.5303089,0,-243.1289736,-100.1399407,-396.2785439 +513288,-340.3757244,0,-239.391282,-99.06086928,-393.7997829 +513289,-337.8509924,0,-236.2762868,-97.17217879,-391.3112814 +513290,-334.6935265,0,-233.1610908,-95.95800264,-388.8130152 +513291,-332.1665247,0,-230.3572284,-94.47390355,-385.6764964 +513292,-329.0063061,0,-226.9299177,-93.12465047,-384.4178225 +513293,-327.1096115,0,-224.4372489,-91.50545172,-380.6266737 +513294,-323.3141803,0,-220.697887,-90.42600883,-379.3582855 +513295,-321.4159754,0,-218.5166567,-88.80670217,-376.1764405 +513296,-318.2510007,0,-215.0886538,-87.72717018,-374.260205 +513297,-315.7182277,0,-212.5955373,-86.10776221,-371.0544842 +513298,-313.818203,0,-209.7906213,-85.02818403,-369.7682232 +513299,-310.0163799,0,-206.6738984,-83.67864495,-367.1882014 +513300,-308.7490592,0,-204.1805465,-82.32907239,-364.5986532 +513301,-305.5792854,0,-201.6871173,-81.11446226,-361.9997999 +513302,-303.6770225,0,-198.8818669,-79.89984554,-360.6970649 +513303,-301.139999,0,-196.0765909,-78.68521267,-358.7383339 +513304,-299.2368591,0,-193.8947752,-77.47056637,-356.1183793 +513305,-296.0640635,0,-191.4011552,-76.39087744,-354.1474161 +513306,-295.4296932,0,-188.5957315,-75.04122745,-352.1713467 +513307,-291.6208316,0,-186.4137819,-73.96153602,-350.1901233 +513308,-290.9861531,0,-183.6083548,-72.88184248,-348.2037443 +513309,-287.8110747,0,-181.7381426,-71.80212129,-346.2122405 +513310,-286.5409871,0,-178.9326519,-70.45244098,-343.5490183 +513311,-284.000201,0,-177.0623646,-69.64267559,-342.881998 +513312,-282.4120966,0,-174.2568151,-68.29300108,-340.2075143 +513313,-280.1883608,0,-172.3865165,-67.48322516,-338.1958258 +513314,-278.9176132,0,-169.8927101,-66.13354183,-336.1792733 +513315,-276.6932482,0,-167.7106494,-65.32376856,-334.8322495 +513316,-275.1042687,0,-165.8403232,-64.10906633,-332.8074293 +513317,-273.197296,0,-163.3464521,-63.16431758,-330.1000515 +513318,-271.9259314,0,-161.1643508,-62.2195644,-329.4220421 +513319,-269.7006484,0,-159.2940292,-61.13982224,-327.0441959 +513320,-268.7470075,0,-157.1119336,-60.19505542,-325.3417302 +513321,-266.8393264,0,-154.9298311,-59.11532127,-323.2944294 +513322,-264.9315137,0,-153.3712238,-58.30554288,-321.9269962 +513323,-283.3651595,0,-148.0717655,-56.28104256,-319.1857764 +513324,-283.3650974,0,-146.8249096,-55.33625728,-318.4992998 +513325,-283.3650976,0,-144.6427916,-54.25651207,-316.4364279 +513326,-282.729748,0,-142.7723985,-53.58170397,-314.3689565 +513327,-282.0943851,0,-140.5902658,-52.3669936,-313.333612 +513328,-281.4590449,0,-139.0316506,-51.82715164,-310.913199 +513329,-280.8237225,0,-136.8495249,-50.61242592,-310.2206198 +513330,-280.8238011,0,-135.2908956,-49.93759909,-307.4449376 +513331,-275.7397422,0,-129.9914665,-47.50819316,-306.7498999 +513332,-272.5616494,0,-125.6272754,-45.75365339,-304.6615757 +513333,-267.4752181,0,-120.016103,-43.18927308,-303.2669566 +513334,-263.023528,0,-115.0284208,-41.02980263,-301.5209666 +513335,-257.9348564,0,-109.8848991,-38.60040714,-299.7720296 +513336,-254.1177785,0,-104.4295992,-36.30597952,-298.3708179 +513337,-248.0725939,0,-99.13019957,-33.87659108,-296.9677129 +513338,-243.9359175,0,-93.83078072,-31.58216237,-295.2111432 +513339,-238.2072853,0,-88.21963237,-29.017796,-293.4517169 +513340,-233.7512176,0,-82.76434694,-26.72336427,-292.3947557 +513341,-227.7028807,0,-77.30908274,-24.02402994,-290.6307686 +513342,-222.9275646,0,-74.19176797,-21.72960434,-288.5102957 +513343,-193.6329224,0,-72.00965429,-21.32470624,-287.44869 +513344,-185.9899262,0,-67.95716507,-19.43517189,-285.6769983 +513345,-179.3021481,0,-64.52815019,-17.81557519,-284.2576899 +513346,-172.295742,0,-59.85218063,-15.65610923,-282.1254829 +513347,-165.60785,0,-56.26729623,-14.30645302,-281.0580353 +513348,-158.9199075,0,-51.90307377,-11.87704677,-279.2767302 +513349,-151.9134161,0,-47.8505762,-10.25745185,-277.1357114 +513350,-145.2254186,0,-43.48635322,-8.232956368,-276.4213018 +513351,-138.2189234,0,-39.43386174,-6.3434252,-273.5592337 +513352,-131.2124407,0,-34.91377436,-4.318927814,-272.8428073 +513353,-124.5244555,0,-30.86128526,-2.429396625,-269.9728418 +513354,-117.0402195,0,-26.34119798,0,-269.2545106 +513355,-110.1929899,0,-22.13283934,0,-267.096833 +513356,-103.027265,0,-17.45688624,0,-264.935728 +513357,-95.54304391,0,-13.40439647,0,-263.8539955 +513358,-88.53656974,0,-8.572578071,0,-261.3265423 +513359,-80.89311319,0,-4.364221799,0,-259.8803455 +513360,-73.56815224,0,0,0,-257.7083461 +513361,-66.72090266,0,0,0,-255.5332431 +513362,-59.55516685,0,0,0,-254.0815107 +513363,-52.7079208,0,0,0,-251.1738263 +513364,-45.38294585,0,0,0,-249.3539234 +513365,-41.7204607,0,0,0,-247.1673923 +513366,-36.30635252,0,0,0,-244.6128119 +513367,-31.05148963,0,0,0,-243.1514431 +513368,-25.47814463,0,0,0,-240.2249511 +513369,-19.90480065,0,0,0,-238.7600101 +513370,-14.33145766,0,0,0,-235.4595915 +513371,-8.439634766,0,0,0,-233.9910132 +513372,-2.866291501,0,0,0,-231.0505447 +513373,0,0,0,0,-229.2106729 +513374,0,0,0,0,-226.6321613 +513375,0,0,0,0,-224.0506422 +513376,0,0,0,0,-221.8356507 +513377,0,0,0,0,-219.6185953 +513378,0,0,0,0,-217.0294695 +513379,0,0,0,0,-214.4377552 +513380,0,0,0,0,-212.2143414 +513381,0,0,0,0,-209.6181078 +513382,0,0,0,0,-207.0195818 +513383,0,0,0,0,-204.7905507 +513384,0,0,0,0,-202.1880185 +513385,0,0,0,0,-199.2112382 +513386,0,0,0,0,-197.3495565 +513387,0,0,0,0,-193.9960909 +513388,0,0,0,0,-192.1318925 +513389,0,0,0,0,-188.7741598 +513390,0,0,0,0,-186.5343356 +513391,0,0,0,0,-183.9198595 +513392,0,0,0,0,-180.9302171 +513393,0,0,0,0,-178.3129799 +513394,0,0,0,0,-175.6945981 +513395,0,0,0,0,-173.075125 +513396,0,0,0,0,-170.0801975 +513397,0,0,0,0,-167.0841093 +513398,0,0,0,0,-164.8363827 +513399,0,0,0,0,-161.8384691 +513400,0,0,0,0,-158.8396402 +513401,0,0,0,0,-156.2150256 +513402,0,0,0,0,-153.2147684 +513403,0,0,0,0,-150.5890177 +513404,0,0,0,0,-147.587588 +513405,0,0,0,0,-144.9609173 +513406,0,0,0,0,-141.5832371 +513407,0,0,0,0,-139.3312169 +513408,0,0,0,0,-135.9527651 +513409,0,0,0,0,-133.3248461 +513410,0,0,0,0,-130.3212661 +513411,0,0,0,0,-127.3174789 +513412,0,0,0,0,-124.6890361 +513413,0,0,0,0,-121.4971772 +513414,0,0,0,0,-118.6807344 +513415,0,0,0,0,-115.8642086 +513416,0,0,0,0,-112.8598261 +513417,0,0,0,0,-109.8553848 +513418,0,0,0,0,-107.0386896 +513419,0,0,0,0,-104.2219572 +513420,0,0,0,0,-101.029616 +513421,0,0,0,0,0 +513422,0,0,0,0,0 +513423,0,0,0,0,0 +513424,0,0,0,0,0 +513425,0,0,0,0,0 +513426,0,0,0,0,0 +513427,0,0,0,0,0 +513428,0,0,0,0,0 +513429,0,0,0,0,0 +513430,0,0,0,0,0 +513431,0,0,0,0,0 +513432,0,0,0,0,0 +513433,0,0,0,0,0 +513434,0,0,0,0,0 +513435,0,0,0,0,0 +513436,0,0,0,0,0 +513437,0,0,0,0,0 +513438,0,0,0,0,0 +513439,0,0,0,0,0 +513440,0,0,0,0,0 +513441,0,0,0,0,0 +513442,0,0,0,0,0 +513443,0,0,0,0,0 +513444,0,0,0,0,0 +513445,0,0,0,0,0 +513446,0,0,0,0,0 +513447,0,0,0,0,0 +513448,0,0,0,0,0 +513449,0,0,0,0,0 +513450,0,0,0,0,0 +513451,0,0,0,0,0 +513452,0,0,0,0,0 +513453,0,0,0,0,0 +513454,0,0,0,0,0 +513455,0,0,0,0,0 +513456,0,0,0,0,0 +513457,0,0,0,0,0 +513458,0,0,0,0,0 +513459,0,0,0,0,0 +513460,0,0,0,0,0 +513461,0,0,0,0,0 +513462,0,0,0,0,0 +513463,0,0,0,0,0 +513464,0,0,0,0,0 +513465,0,0,0,0,0 +513466,0,0,0,0,0 +513467,0,0,0,0,0 +513468,0,0,0,0,0 +513469,0,0,0,0,0 +513470,0,0,0,0,0 +513471,0,0,0,0,0 +513472,0,0,0,0,0 +513473,0,0,0,0,0 +513474,0,0,0,0,0 +513475,0,0,0,0,0 +513476,0,0,0,0,0 +513477,0,0,0,0,0 +513478,0,0,0,0,0 +513479,0,0,0,0,0 +513480,0,0,0,0,0 +513481,0,0,0,0,0 +513482,0,0,0,0,0 +513483,0,0,0,0,0 +513484,0,0,0,0,0 +513485,0,0,0,0,0 +513486,0,0,0,0,0 +513487,0,0,0,0,0 +513488,0,0,0,0,0 +513489,0,0,0,0,0 +513490,0,0,0,0,0 +513491,0,0,0,0,0 +513492,0,0,0,0,0 +513493,0,0,0,0,0 +513494,0,0,0,0,0 +513495,0,0,0,0,0 +513496,0,0,0,0,0 +513497,0,0,0,0,0 +513498,0,0,0,0,0 +513499,0,0,0,0,0 +513500,0,0,0,0,0 +513501,0,0,0,0,0 +513502,0,0,0,0,0 +513503,0,0,0,0,0 +513504,0,0,0,0,0 +513505,0,0,0,0,0 +513506,0,0,0,0,0 +513507,0,0,0,0,0 +513508,0,0,0,0,0 +513509,0,0,0,0,0 +513510,0,0,0,0,0 +513511,0,0,0,0,0 +513512,0,0,0,0,0 +513513,0,0,0,0,0 +513514,0,0,0,0,0 +513515,0,0,0,0,0 +513516,0,0,0,0,0 +513517,0,0,0,0,0 +513518,0,0,0,0,0 +513519,0,0,0,0,0 +513520,0,0,0,0,0 +513521,0,0,0,0,0 +513522,0,0,0,0,0 +513523,0,0,0,0,0 +513524,0,0,0,0,0 +513525,0,0,0,0,0 +513526,0,0,0,0,0 +513527,0,0,0,0,0 +513528,0,0,0,0,0 +513529,0,0,0,0,0 +513530,0,0,0,0,0 +513531,0,0,0,0,0 +513532,0,0,0,0,0 +513533,0,0,0,0,0 +513534,0,0,0,0,0 +513535,0,0,0,0,0 +513536,0,0,0,0,0 +513537,0,0,0,0,0 +513538,0,0,0,0,0 +513539,0,0,0,0,0 +513540,0,0,0,0,0 +513541,0,0,0,0,0 +513542,0,0,0,0,0 +513543,0,0,0,0,0 +513544,0,0,0,0,0 +513545,0,0,0,0,0 +513546,0,0,0,0,0 +513547,0,0,0,0,0 +513548,0,0,0,0,0 +513549,0,0,0,0,0 +513550,0,0,0,0,0 +513551,0,0,0,0,0 +513552,0,0,0,0,0 +513553,0,0,0,0,0 +513554,0,0,0,0,0 +513555,0,0,0,0,0 +513556,0,0,0,0,0 +513557,0,0,0,0,0 +513558,0,0,0,0,0 +513559,0,0,0,0,0 +513560,0,0,0,0,0 +513561,0,0,0,0,0 +513562,0,0,0,0,0 +513563,0,0,0,0,0 +513564,0,0,0,0,0 +513565,0,0,0,0,0 +513566,0,0,0,0,0 +513567,0,0,0,0,0 +513568,0,0,0,0,0 +513569,0,0,0,0,0 +513570,0,0,0,0,0 +513571,0,0,0,0,0 +513572,0,0,0,0,0 +513573,0,0,0,0,0 +513574,0,0,0,0,0 +513575,0,0,0,0,0 +513576,0,0,0,0,0 +513577,0,0,0,0,0 +513578,0,0,0,0,0 +513579,0,0,0,0,0 +513580,0,0,0,0,0 +513581,0,0,0,0,0 +513582,0,0,0,0,0 +513583,0,0,0,0,0 +513584,0,0,0,0,0 +513585,0,0,0,0,0 +513586,0,0,0,0,0 +513587,0,0,0,0,0 +513588,0,0,0,0,0 +513589,0,0,0,0,0 +513590,0,0,0,0,0 +513591,0,0,0,0,0 +513592,0,0,0,0,0 +513593,0,0,0,0,0 +513594,0,0,0,0,0 +513595,0,0,0,0,0 +513596,0,0,0,0,0 +513597,0,0,0,0,0 +513598,0,0,0,0,0 +513599,0,0,0,0,0 +513600,0,0,0,0,0 +513601,0,0,0,0,0 +513602,0,0,0,0,0 +513603,0,0,0,0,0 +513604,0,0,0,0,0 +513605,0,0,0,0,0 +513606,0,0,0,0,0 +513607,0,0,0,0,0 +513608,0,0,0,0,0 +513609,0,0,0,0,0 +513610,0,0,0,0,0 +513611,0,0,0,0,0 +513612,0,0,0,0,0 +513613,0,0,0,0,0 +513614,0,0,0,0,0 +513615,0,0,0,0,0 +513616,0,0,0,0,0 +513617,0,0,0,0,0 +513618,0,0,0,0,0 +513619,0,0,0,0,0 +513620,0,0,0,0,0 +513621,0,0,0,0,0 +513622,0,0,0,0,0 +513623,0,0,0,0,0 +513624,0,0,0,0,0 +513625,0,0,0,0,0 +513626,0,0,0,0,0 +513627,0,0,0,0,0 +513628,0,0,0,0,0 +513629,0,0,0,0,0 +513630,0,0,0,0,0 +513631,0,0,0,0,0 +513632,0,0,0,0,0 +513633,0,0,0,0,0 +513634,0,0,0,0,0 +513635,0,0,0,0,0 +513636,0,0,0,0,0 +513637,0,0,0,0,0 +513638,0,0,0,0,0 +513639,0,0,0,0,0 +513640,0,0,0,0,0 +513641,0,0,0,0,0 +513642,0,0,0,0,0 +513643,0,0,0,0,0 +513644,0,0,0,0,0 +513645,0,0,0,0,0 +513646,0,0,0,0,0 +513647,0,0,0,0,0 +513648,0,0,0,0,0 +513649,0,0,0,0,0 +513650,0,0,0,0,0 +513651,0,0,0,0,0 +513652,0,0,0,0,0 +513653,0,0,0,0,0 +513654,0,0,0,0,0 +513655,0,0,0,0,0 +513656,0,0,0,0,0 +513657,0,0,0,0,0 +513658,0,0,0,0,0 +513659,0,0,0,0,0 +513660,0,0,0,0,0 +513661,0,0,0,0,0 +513662,0,0,0,0,0 +513663,0,0,0,0,0 +513664,0,0,0,0,0 +513665,0,0,0,0,0 +513666,0,0,0,0,0 +513667,0,0,0,0,0 +513668,0,0,0,0,0 +513669,0,0,0,0,0 +513670,0,0,0,0,0 +513671,0,0,0,0,0 +513672,0,0,0,0,0 +513673,0,0,0,0,0 +513674,0,0,0,0,0 +513675,0,0,0,0,0 +513676,0,0,0,0,0 +513677,0,0,0,0,0 +513678,0,0,0,0,0 +513679,0,0,0,0,0 +513680,0,0,0,0,0 +513681,0,0,0,0,0 +513682,0,0,0,0,0 +513683,0,0,0,0,0 +513684,0,0,0,0,0 +513685,0,0,0,0,0 +513686,0,0,0,0,0 +513687,0,0,0,0,0 +513688,0,0,0,0,0 +513689,0,0,0,0,0 +513690,0,0,0,0,0 +513691,0,0,0,0,0 +513692,0,0,0,0,0 +513693,0,0,0,0,0 +513694,0,0,0,0,0 +513695,0,0,0,0,0 +513696,0,0,0,0,0 +513697,0,0,0,0,0 +513698,0,0,0,0,0 +513699,0,0,0,0,0 +513700,0,0,0,0,0 +513701,0,0,0,0,0 +513702,0,0,0,0,0 +513703,0,0,0,0,0 +513704,0,0,0,0,0 +513705,0,0,0,0,0 +513706,0,0,0,0,0 +513707,0,0,0,0,0 +513708,0,0,0,0,0 +513709,0,0,0,0,0 +513710,0,0,0,0,0 +513711,0,0,0,0,0 +513712,0,0,0,0,0 +513713,0,0,0,0,0 +513714,0,0,0,0,0 +513715,0,0,0,0,0 +513716,0,0,0,0,0 +513717,0,0,0,0,0 +513718,0,0,0,0,0 +513719,0,0,0,0,0 +513720,0,0,0,0,0 +513721,0,0,0,0,0 +513722,0,0,0,0,0 +513723,0,0,0,0,0 +513724,0,0,0,0,0 +513725,0,0,0,0,0 +513726,0,0,0,0,0 +513727,0,0,0,0,0 +513728,0,0,0,0,0 +513729,0,0,0,0,0 +513730,0,0,0,0,0 +513731,0,0,0,0,0 +513732,0,0,0,0,0 +513733,0,0,0,0,0 +513734,0,0,0,0,0 +513735,0,0,0,0,0 +513736,0,0,0,0,0 +513737,0,0,0,0,0 +513738,0,0,0,0,0 +513739,0,0,0,0,0 +513740,0,0,0,0,0 +513741,0,0,0,0,0 +513742,0,0,0,0,0 +513743,0,0,0,0,0 +513744,0,0,0,0,0 +513745,0,0,0,0,0 +513746,0,0,0,0,0 +513747,0,0,0,0,0 +513748,0,0,0,0,0 +513749,0,0,0,0,0 +513750,0,0,0,0,0 +513751,0,0,0,0,0 +513752,0,0,0,0,0 +513753,0,0,0,0,0 +513754,0,0,0,0,0 +513755,0,0,0,0,0 +513756,0,0,0,0,0 +513757,0,0,0,0,0 +513758,0,0,0,0,0 +513759,0,0,0,0,0 +513760,0,0,0,0,0 +513761,0,0,0,0,0 +513762,0,0,0,0,0 +513763,0,0,0,0,0 +513764,0,0,0,0,0 +513765,0,0,0,0,0 +513766,0,0,0,0,0 +513767,0,0,0,0,0 +513768,0,0,0,0,0 +513769,0,0,0,0,0 +513770,0,0,0,0,0 +513771,0,0,0,0,0 +513772,0,0,0,0,0 +513773,0,0,0,0,0 +513774,0,0,0,0,0 +513775,0,0,0,0,0 +513776,0,0,0,0,0 +513777,0,0,0,0,0 +513778,0,0,0,0,0 +513779,0,0,0,0,0 +513780,0,0,0,0,0 +513781,0,0,0,0,0 +513782,0,0,0,0,0 +513783,0,0,0,0,0 +513784,0,0,0,0,0 +513785,0,0,0,0,0 +513786,0,0,0,0,0 +513787,0,0,0,0,0 +513788,0,0,0,0,0 +513789,0,0,0,0,0 +513790,0,0,0,0,0 +513791,0,0,0,0,0 +513792,0,0,0,0,0 +513793,0,0,0,0,0 +513794,0,0,0,0,0 +513795,0,0,0,0,0 +513796,0,0,0,0,0 +513797,0,0,0,0,0 +513798,0,0,0,0,0 +513799,0,0,0,0,0 +513800,0,0,0,0,0 +513801,0,0,0,0,0 +513802,0,0,0,0,0 +513803,0,0,0,0,0 +513804,0,0,0,0,0 +513805,0,0,0,0,0 +513806,0,0,0,0,0 +513807,0,0,0,0,0 +513808,0,0,0,0,0 +513809,0,0,0,0,0 +513810,0,0,0,0,0 +513811,0,0,0,0,0 +513812,0,0,0,0,0 +513813,0,0,0,0,0 +513814,0,0,0,0,0 +513815,0,0,0,0,0 +513816,0,0,0,0,0 +513817,0,0,0,0,0 +513818,0,0,0,0,0 +513819,0,0,0,0,0 +513820,0,0,0,0,0 +513821,0,0,0,0,0 +513822,0,0,0,0,0 +513823,0,0,0,0,0 +513824,0,0,0,0,0 +513825,0,0,0,0,0 +513826,0,0,0,0,0 +513827,0,0,0,0,0 +513828,0,0,0,0,0 +513829,0,0,0,0,0 +513830,0,0,0,0,0 +513831,0,0,0,0,0 +513832,0,0,0,0,0 +513833,0,0,0,0,0 +513834,0,0,0,0,0 +513835,0,0,0,0,0 +513836,0,0,0,0,0 +513837,0,0,0,0,0 +513838,0,0,0,0,0 +513839,0,0,0,0,0 +513840,0,0,0,0,0 +513841,0,0,0,0,0 +513842,0,0,0,0,0 +513843,0,0,0,0,0 +513844,0,0,0,0,0 +513845,0,0,0,0,0 +513846,0,0,0,0,0 +513847,0,0,0,0,0 +513848,0,0,0,0,0 +513849,0,0,0,0,0 +513850,0,0,0,0,0 +513851,0,0,0,0,0 +513852,0,0,0,0,0 +513853,0,0,0,0,0 +513854,0,0,0,0,0 +513855,0,0,0,0,0 +513856,0,0,0,0,0 +513857,0,0,0,0,0 +513858,0,0,0,0,0 +513859,0,0,0,0,0 +513860,0,0,0,0,0 +513861,0,0,0,0,0 +513862,0,0,0,0,0 +513863,0,0,0,0,0 +513864,0,0,0,0,0 +513865,0,0,0,0,0 +513866,0,0,0,0,0 +513867,0,0,0,0,0 +513868,0,0,0,0,0 +513869,0,0,0,0,0 +513870,0,0,0,0,0 +513871,0,0,0,0,0 +513872,0,0,0,0,0 +513873,0,0,0,0,0 +513874,0,0,0,0,0 +513875,0,0,0,0,0 +513876,0,0,0,0,0 +513877,0,0,0,0,0 +513878,0,0,0,0,0 +513879,0,0,0,0,0 +513880,0,0,0,0,0 +513881,0,0,0,0,0 +513882,0,0,0,0,0 +513883,0,0,0,0,0 +513884,0,0,0,0,0 +513885,0,0,0,0,0 +513886,0,0,0,0,0 +513887,0,0,0,0,0 +513888,0,0,0,0,0 +513889,0,0,0,0,0 +513890,0,0,0,0,0 +513891,0,0,0,0,0 +513892,0,0,0,0,0 +513893,0,0,0,0,0 +513894,0,0,0,0,0 +513895,0,0,0,0,0 +513896,0,0,0,0,0 +513897,0,0,0,0,0 +513898,0,0,0,0,0 +513899,0,0,0,0,0 +513900,0,0,0,0,0 +513901,0,0,0,0,0 +513902,0,0,0,0,0 +513903,0,0,0,0,0 +513904,0,0,0,0,0 +513905,0,0,0,0,0 +513906,0,0,0,0,0 +513907,0,0,0,0,0 +513908,0,0,0,0,0 +513909,0,0,0,0,0 +513910,0,0,0,0,0 +513911,0,0,0,0,0 +513912,0,0,0,0,0 +513913,0,0,0,0,0 +513914,0,0,0,0,0 +513915,0,0,0,0,0 +513916,0,0,0,0,0 +513917,0,0,0,0,0 +513918,0,0,0,0,0 +513919,0,0,0,0,0 +513920,0,0,0,0,0 +513921,0,0,0,0,0 +513922,0,0,0,0,0 +513923,0,0,0,0,0 +513924,0,0,0,0,0 +513925,0,0,0,0,0 +513926,0,0,0,0,0 +513927,0,0,0,0,0 +513928,0,0,0,0,0 +513929,0,0,0,0,0 +513930,0,0,0,0,0 +513931,0,0,0,0,0 +513932,0,0,0,0,0 +513933,0,0,0,0,0 +513934,0,0,0,0,0 +513935,0,0,0,0,0 +513936,0,0,0,0,0 +513937,0,0,0,0,0 +513938,0,0,0,0,0 +513939,0,0,0,0,0 +513940,0,0,0,0,0 +513941,0,0,0,0,0 +513942,0,0,0,0,0 +513943,0,0,0,0,0 +513944,0,0,0,0,0 +513945,0,0,0,0,0 +513946,0,0,0,0,0 +513947,0,0,0,0,0 +513948,0,0,0,0,0 +513949,0,0,0,0,0 +513950,0,0,0,0,0 +513951,0,0,0,0,0 +513952,0,0,0,0,0 +513953,0,0,0,0,0 +513954,0,0,0,0,0 +513955,0,0,0,0,0 +513956,0,0,0,0,0 +513957,0,0,0,0,0 +513958,0,0,0,0,0 +513959,0,0,0,0,0 +513960,0,0,0,0,0 +513961,0,0,0,0,0 +513962,0,0,0,0,0 +513963,0,0,0,0,0 +513964,0,0,0,0,0 +513965,0,0,0,0,0 +513966,0,0,0,0,0 +513967,0,0,0,0,0 +513968,0,0,0,0,0 +513969,0,0,0,0,0 +513970,0,0,0,0,0 +513971,0,0,0,0,0 +513972,0,0,0,0,0 +513973,0,0,0,0,0 +513974,0,0,0,0,0 +513975,0,0,0,0,0 +513976,0,0,0,0,0 +513977,0,0,0,0,0 +513978,0,0,0,0,0 +513979,0,0,0,0,0 +513980,0,0,0,0,0 +513981,0,0,0,0,0 +513982,0,0,0,0,0 +513983,0,0,0,0,0 +513984,0,0,0,0,0 +513985,0,0,0,0,0 +513986,0,0,0,0,0 +513987,0,0,0,0,0 +513988,0,0,0,0,0 +513989,0,0,0,0,0 +513990,0,0,0,0,0 +513991,0,0,0,0,0 +513992,0,0,0,0,0 +513993,0,0,0,0,0 +513994,0,0,0,0,0 +513995,0,0,0,0,0 +513996,0,0,0,0,0 +513997,0,0,0,0,0 +513998,0,0,0,0,0 +513999,0,0,0,0,0 +514000,0,0,0,0,0 +514001,0,0,0,0,0 +514002,0,0,0,0,0 +514003,0,0,0,0,0 +514004,0,0,0,0,0 +514005,0,0,0,0,0 +514006,0,0,0,0,0 +514007,0,0,0,0,0 +514008,0,0,0,0,0 +514009,0,0,0,0,0 +514010,0,0,0,0,0 +514011,0,0,0,0,0 +514012,0,0,0,0,0 +514013,0,0,0,0,0 +514014,0,0,0,0,0 +514015,0,0,0,0,0 +514016,0,0,0,0,0 +514017,0,0,0,0,0 +514018,0,0,0,0,0 +514019,0,0,0,0,0 +514020,0,0,0,0,0 +514021,0,0,0,0,0 +514022,0,0,0,0,0 +514023,0,0,0,0,0 +514024,0,0,0,0,0 +514025,0,0,0,0,0 +514026,0,0,0,0,0 +514027,0,0,0,0,0 +514028,0,0,0,0,0 +514029,0,0,0,0,0 +514030,0,0,0,0,0 +514031,0,0,0,0,0 +514032,0,0,0,0,0 +514033,0,0,0,0,0 +514034,0,0,0,0,0 +514035,0,0,0,0,0 +514036,0,0,0,0,0 +514037,0,0,0,0,0 +514038,0,0,0,0,0 +514039,0,0,0,0,0 +514040,0,0,0,0,0 +514041,0,0,0,0,0 +514042,0,0,0,0,0 +514043,0,0,0,0,0 +514044,0,0,0,0,0 +514045,0,0,0,0,0 +514046,0,0,0,0,0 +514047,0,0,0,0,0 +514048,0,0,0,0,0 +514049,0,0,0,0,0 +514050,0,0,0,0,0 +514051,0,0,0,0,0 +514052,0,0,0,0,0 +514053,0,0,0,0,0 +514054,0,0,0,0,0 +514055,0,0,0,0,0 +514056,0,0,0,0,0 +514057,0,0,0,0,0 +514058,0,0,0,0,0 +514059,0,0,0,0,0 +514060,0,0,0,0,0 +514061,0,0,0,0,0 +514062,0,0,0,0,0 +514063,0,0,0,0,0 +514064,0,0,0,0,0 +514065,0,0,0,0,0 +514066,0,0,0,0,0 +514067,0,0,0,0,0 +514068,0,0,0,0,0 +514069,0,0,0,0,0 +514070,0,0,0,0,0 +514071,0,0,0,0,0 +514072,0,0,0,0,0 +514073,0,0,0,0,0 +514074,0,0,0,0,0 +514075,0,0,0,0,0 +514076,0,0,0,0,0 +514077,0,0,0,0,0 +514078,0,0,0,0,0 +514079,0,0,0,0,0 +514080,0,0,0,0,0 +514081,0,0,0,0,0 +514082,0,0,0,0,0 +514083,0,0,0,0,0 +514084,0,0,0,0,0 +514085,0,0,0,0,0 +514086,0,0,0,0,0 +514087,0,0,0,0,0 +514088,0,0,0,0,0 +514089,0,0,0,0,0 +514090,0,0,0,0,0 +514091,0,0,0,0,0 +514092,0,0,0,0,0 +514093,0,0,0,0,0 +514094,0,0,0,0,0 +514095,0,0,0,0,0 +514096,0,0,0,0,0 +514097,0,0,0,0,0 +514098,0,0,0,0,0 +514099,0,0,0,0,0 +514100,0,0,0,0,0 +514101,0,0,0,0,0 +514102,0,0,0,0,0 +514103,0,0,0,0,0 +514104,0,0,0,0,0 +514105,0,0,0,0,0 +514106,0,0,0,0,0 +514107,0,0,0,0,0 +514108,0,0,0,0,0 +514109,0,0,0,0,0 +514110,0,0,0,0,0 +514111,0,0,0,0,0 +514112,0,0,0,0,0 +514113,0,0,0,0,0 +514114,0,0,0,0,0 +514115,0,0,0,0,0 +514116,0,0,0,0,0 +514117,0,0,0,0,0 +514118,0,0,0,0,0 +514119,0,0,0,0,0 +514120,0,0,0,0,0 +514121,0,0,0,0,0 +514122,0,0,0,0,0 +514123,0,0,0,0,0 +514124,0,0,0,0,0 +514125,0,0,0,0,0 +514126,0,0,0,0,0 +514127,0,0,0,0,0 +514128,0,0,0,0,0 +514129,0,0,0,0,0 +514130,0,0,0,0,0 +514131,0,0,0,0,0 +514132,0,0,0,0,0 +514133,0,0,0,0,0 +514134,0,0,0,0,0 +514135,0,0,0,0,0 +514136,0,0,0,0,0 +514137,0,0,0,0,0 +514138,0,0,0,0,0 +514139,0,0,0,0,0 +514140,0,0,0,0,0 +514141,0,0,0,0,0 +514142,0,0,0,0,0 +514143,0,0,0,0,0 +514144,0,0,0,0,0 +514145,0,0,0,0,0 +514146,0,0,0,0,0 +514147,0,0,0,0,0 +514148,0,0,0,0,0 +514149,0,0,0,0,0 +514150,0,0,0,0,0 +514151,0,0,0,0,0 +514152,0,0,0,0,0 +514153,0,0,0,0,0 +514154,0,0,0,0,0 +514155,0,0,0,0,0 +514156,0,0,0,0,0 +514157,0,0,0,0,0 +514158,0,0,0,0,0 +514159,0,0,0,0,0 +514160,0,0,0,0,0 +514161,0,0,0,0,0 +514162,0,0,0,0,0 +514163,0,0,0,0,0 +514164,0,0,0,0,0 +514165,0,0,0,0,0 +514166,0,0,0,0,0 +514167,0,0,0,0,0 +514168,0,0,0,0,0 +514169,0,0,0,0,0 +514170,0,0,0,0,0 +514171,0,0,0,0,0 +514172,0,0,0,0,0 +514173,0,0,0,0,0 +514174,0,0,0,0,0 +514175,0,0,0,0,0 +514176,0,0,0,0,0 +514177,0,0,0,0,0 +514178,0,0,0,0,0 +514179,0,0,0,0,0 +514180,0,0,0,0,0 +514181,0,0,0,0,0 +514182,0,0,0,0,0 +514183,0,0,0,0,0 +514184,0,0,0,0,0 +514185,0,0,0,0,0 +514186,0,0,0,0,0 +514187,0,0,0,0,0 +514188,0,0,0,0,0 +514189,0,0,0,0,0 +514190,0,0,0,0,0 +514191,0,0,0,0,0 +514192,0,0,0,0,0 +514193,0,0,0,0,0 +514194,0,0,0,0,0 +514195,0,0,0,0,0 +514196,0,0,0,0,0 +514197,0,0,0,0,0 +514198,0,0,0,0,0 +514199,0,0,0,0,0 +514200,0,0,0,0,0 +514201,0,0,0,0,0 +514202,0,0,0,0,0 +514203,0,0,0,0,0 +514204,0,0,0,0,0 +514205,0,0,0,0,0 +514206,0,0,0,0,0 +514207,0,0,0,0,0 +514208,0,0,0,0,0 +514209,0,0,0,0,0 +514210,0,0,0,0,0 +514211,0,0,0,0,0 +514212,0,0,0,0,0 +514213,0,0,0,0,0 +514214,0,0,0,0,0 +514215,0,0,0,0,0 +514216,0,0,0,0,0 +514217,0,0,0,0,0 +514218,0,0,0,0,0 +514219,0,0,0,0,0 +514220,0,0,0,0,0 +514221,0,0,0,0,0 +514222,0,0,0,0,0 +514223,0,0,0,0,0 +514224,0,0,0,0,0 +514225,0,0,0,0,0 +514226,0,0,0,0,0 +514227,0,0,0,0,0 +514228,0,0,0,0,0 +514229,0,0,0,0,0 +514230,0,0,0,0,0 +514231,0,0,0,0,0 +514232,0,0,0,0,0 +514233,0,0,0,0,0 +514234,0,0,0,0,0 +514235,0,0,0,0,0 +514236,0,0,0,0,0 +514237,0,0,0,0,0 +514238,0,0,0,0,0 +514239,0,0,0,0,0 +514240,0,0,0,0,0 +514241,0,0,0,0,0 +514242,0,0,0,0,0 +514243,0,0,0,0,0 +514244,0,0,0,0,0 +514245,0,0,0,0,0 +514246,0,0,0,0,0 +514247,0,0,0,0,0 +514248,0,0,0,0,0 +514249,0,0,0,0,0 +514250,0,0,0,0,0 +514251,0,0,0,0,0 +514252,0,0,0,0,0 +514253,0,0,0,0,0 +514254,0,0,0,0,0 +514255,0,0,0,0,0 +514256,0,0,0,0,0 +514257,0,0,0,0,0 +514258,0,0,0,0,0 +514259,0,0,0,0,0 +514260,0,0,0,0,0 +514261,0,0,0,0,0 +514262,0,0,0,0,0 +514263,0,0,0,0,0 +514264,0,0,0,0,0 +514265,0,0,0,0,0 +514266,0,0,0,0,0 +514267,0,0,0,0,0 +514268,0,0,0,0,0 +514269,0,0,0,0,0 +514270,0,0,0,0,0 +514271,0,0,0,0,0 +514272,0,0,0,0,0 +514273,0,0,0,0,0 +514274,0,0,0,0,0 +514275,0,0,0,0,0 +514276,0,0,0,0,0 +514277,0,0,0,0,0 +514278,0,0,0,0,0 +514279,0,0,0,0,0 +514280,0,0,0,0,0 +514281,0,0,0,0,0 +514282,0,0,0,0,0 +514283,0,0,0,0,0 +514284,0,0,0,0,0 +514285,0,0,0,0,0 +514286,0,0,0,0,0 +514287,0,0,0,0,0 +514288,0,0,0,0,0 +514289,0,0,0,0,0 +514290,0,0,0,0,0 +514291,0,0,0,0,0 +514292,0,0,0,0,0 +514293,0,0,0,0,0 +514294,0,0,0,0,0 +514295,0,0,0,0,0 +514296,0,0,0,0,0 +514297,0,0,0,0,0 +514298,0,0,0,0,0 +514299,0,0,0,0,0 +514300,0,0,0,0,0 +514301,0,0,0,0,0 +514302,0,0,0,0,0 +514303,0,0,0,0,0 +514304,0,0,0,0,0 +514305,0,0,0,0,0 +514306,0,0,0,0,0 +514307,0,0,0,0,0 +514308,0,0,0,0,0 +514309,0,0,0,0,0 +514310,0,0,0,0,0 +514311,0,0,0,0,0 +514312,0,0,0,0,0 +514313,0,0,0,0,0 +514314,0,0,0,0,0 +514315,0,0,0,0,0 +514316,0,0,0,0,0 +514317,0,0,0,0,0 +514318,0,0,0,0,0 +514319,0,0,0,0,0 +514320,0,0,0,0,0 +514321,0,0,0,0,0 +514322,0,0,0,0,0 +514323,0,0,0,0,0 +514324,0,0,0,0,0 +514325,0,0,0,0,0 +514326,0,0,0,0,0 +514327,0,0,0,0,0 +514328,0,0,0,0,0 +514329,0,0,0,0,0 +514330,0,0,0,0,0 +514331,0,0,0,0,0 +514332,0,0,0,0,0 +514333,0,0,0,0,0 +514334,0,0,0,0,0 +514335,0,0,0,0,0 +514336,0,0,0,0,0 +514337,0,0,0,0,0 +514338,0,0,0,0,0 +514339,0,0,0,0,0 +514340,0,0,0,0,0 +514341,0,0,0,0,0 +514342,0,0,0,0,0 +514343,0,0,0,0,0 +514344,0,0,0,0,0 +514345,0,0,0,0,0 +514346,0,0,0,0,0 +514347,0,0,0,0,0 +514348,0,0,0,0,0 +514349,0,0,0,0,0 +514350,0,0,0,0,0 +514351,0,0,0,0,0 +514352,0,0,0,0,0 +514353,0,0,0,0,0 +514354,0,0,0,0,0 +514355,0,0,0,0,0 +514356,0,0,0,0,0 +514357,0,0,0,0,0 +514358,0,0,0,0,0 +514359,0,0,0,0,0 +514360,0,0,0,0,0 +514361,0,0,0,0,0 +514362,0,0,0,0,0 +514363,0,0,0,0,0 +514364,0,0,0,0,0 +514365,0,0,0,0,0 +514366,0,0,0,0,0 +514367,0,0,0,0,0 +514368,0,0,0,0,0 +514369,0,0,0,0,0 +514370,0,0,0,0,0 +514371,0,0,0,0,0 +514372,0,0,0,0,0 +514373,0,0,0,0,0 +514374,0,0,0,0,0 +514375,0,0,0,0,0 +514376,0,0,0,0,0 +514377,0,0,0,0,0 +514378,0,0,0,0,0 +514379,0,0,0,0,0 +514380,0,0,0,0,0 +514381,0,0,0,0,0 +514382,0,0,0,0,0 +514383,0,0,0,0,0 +514384,0,0,0,0,0 +514385,0,0,0,0,0 +514386,0,0,0,0,0 +514387,0,0,0,0,0 +514388,0,0,0,0,0 +514389,0,0,0,0,0 +514390,0,0,0,0,0 +514391,0,0,0,0,0 +514392,0,0,0,0,0 +514393,0,0,0,0,0 +514394,0,0,0,0,0 +514395,0,0,0,0,0 +514396,0,0,0,0,0 +514397,0,0,0,0,0 +514398,0,0,0,0,0 +514399,0,0,0,0,0 +514400,0,0,0,0,0 +514401,0,0,0,0,0 +514402,0,0,0,0,0 +514403,0,0,0,0,0 +514404,0,0,0,0,0 +514405,0,0,0,0,0 +514406,0,0,0,0,0 +514407,0,0,0,0,0 +514408,0,0,0,0,0 +514409,0,0,0,0,0 +514410,0,0,0,0,0 +514411,0,0,0,0,0 +514412,0,0,0,0,0 +514413,0,0,0,0,0 +514414,0,0,0,0,0 +514415,0,0,0,0,0 +514416,0,0,0,0,0 +514417,0,0,0,0,0 +514418,0,0,0,0,0 +514419,0,0,0,0,0 +514420,0,0,0,0,0 +514421,0,0,0,0,0 +514422,0,0,0,0,0 +514423,0,0,0,0,0 +514424,0,0,0,0,0 +514425,0,0,0,0,0 +514426,0,0,0,0,0 +514427,0,0,0,0,0 +514428,0,0,0,0,0 +514429,0,0,0,0,0 +514430,0,0,0,0,0 +514431,0,0,0,0,0 +514432,0,0,0,0,0 +514433,0,0,0,0,0 +514434,0,0,0,0,0 +514435,0,0,0,0,0 +514436,0,0,0,0,0 +514437,0,0,0,0,0 +514438,0,0,0,0,0 +514439,0,0,0,0,0 +514440,0,0,0,0,0 +514441,0,0,0,0,0 +514442,0,0,0,0,0 +514443,0,0,0,0,0 +514444,0,0,0,0,0 +514445,0,0,0,0,0 +514446,0,0,0,0,0 +514447,0,0,0,0,0 +514448,0,0,0,0,0 +514449,0,0,0,0,0 +514450,0,0,0,0,0 +514451,0,0,0,0,0 +514452,0,0,0,0,0 +514453,0,0,0,0,0 +514454,0,0,0,0,0 +514455,0,0,0,0,0 +514456,0,0,0,0,0 +514457,0,0,0,0,0 +514458,0,0,0,0,0 +514459,0,0,0,0,0 +514460,0,0,0,0,0 +514461,0,0,0,0,0 +514462,0,0,0,0,0 +514463,0,0,0,0,0 +514464,0,0,0,0,0 +514465,0,0,0,0,0 +514466,0,0,0,0,0 +514467,0,0,0,0,0 +514468,0,0,0,0,0 +514469,0,0,0,0,0 +514470,0,0,0,0,0 +514471,0,0,0,0,0 +514472,0,0,0,0,0 +514473,0,0,0,0,0 +514474,0,0,0,0,0 +514475,0,0,0,0,0 +514476,0,0,0,0,0 +514477,0,0,0,0,0 +514478,0,0,0,0,0 +514479,0,0,0,0,0 +514480,0,0,0,0,0 +514481,0,0,0,0,0 +514482,0,0,0,0,0 +514483,0,0,0,0,0 +514484,0,0,0,0,0 +514485,0,0,0,0,0 +514486,0,0,0,0,0 +514487,0,0,0,0,0 +514488,0,0,0,0,0 +514489,0,0,0,0,0 +514490,0,0,0,0,0 +514491,0,0,0,0,0 +514492,0,0,0,0,0 +514493,0,0,0,0,0 +514494,0,0,0,0,0 +514495,0,0,0,0,0 +514496,0,0,0,0,0 +514497,0,0,0,0,0 +514498,0,0,0,0,0 +514499,0,0,0,0,0 +514500,0,0,0,0,0 +514501,-1713.583162,-826.8981383,-1683.028339,-826.900999,-1087.480679 +514502,-1762.988247,-824.407267,-1733.547983,-824.4101392,-1112.1814 +514503,-1822.95301,-820.8237059,-1791.231588,-820.8265801,-1125.860631 +514504,-1880.424104,-817.4337437,-1846.442393,-817.4366189,-1124.135381 +514505,-1925.537122,-814.691664,-1885.272504,-814.6945429,-1122.55162 +514506,-1919.568195,-812.4583257,-1879.502417,-812.4612112,-1121.151175 +514507,-1914.354287,-810.5829528,-1874.474349,-810.5858472,-1119.909607 +514508,-1909.799043,-808.9706017,-1870.081001,-808.9735067,-1118.79586 +514509,-1905.810801,-807.5684325,-1866.228513,-807.5713492,-1117.788045 +514510,-1902.306997,-806.3432112,-1862.837364,-806.3461408,-1116.87213 +514511,-1899.216433,-805.2690062,-1859.840633,-805.2719494,-1116.037995 +514512,-1896.478884,-804.3232252,-1857.181814,-804.3261829,-1115.27713 +514513,-1894.04352,-803.4860403,-1854.813207,-803.4890132,-1114.581822 +514514,-1891.867614,-802.7407507,-1852.693571,-802.7437395,-1113.945023 +514515,-1889.914145,-802.0729438,-1850.788846,-802.0759489,-1113.360375 +514516,-1888.152794,-801.4705056,-1849.068496,-801.4735274,-1112.822193 +514517,-1886.556194,-800.9233782,-1847.507531,-800.926417,-1112.325416 +514518,-1885.102094,-800.4232109,-1846.084234,-800.4262672,-1111.865548 +514519,-1883.771116,-799.9630363,-1844.779933,-799.9661101,-1111.43859 +514520,-1882.547456,-799.537351,-1843.579552,-799.5404426,-1111.04123 +514521,-1881.416593,-799.1411121,-1842.469231,-799.1442215,-1110.670212 +514522,-1880.366083,-798.7700335,-1841.437044,-798.7731608,-1110.322613 +514523,-1766.163956,-798.4205779,-1840.47296,-798.4237233,-1109.995883 +514524,-1666.823602,-798.0898228,-1761.423084,-798.0929863,-1109.687794 +514525,-1730.955331,-797.7753295,-1625.620406,-797.778511,-1109.396382 +514526,-1691.131751,-797.4750499,-1704.918033,-797.4782494,-1109.119912 +514527,-1676.890032,-797.1872622,-1660.572539,-797.1904797,-1108.856854 +514528,-1670.922305,-796.9105179,-1652.543998,-796.9137533,-1108.605862 +514529,-1654.567714,-796.643593,-1638.414867,-796.6468461,-1108.365744 +514530,-1650.003506,-768.5536937,-1631.28651,-767.3880501,-1108.032493 +514531,-1634.534602,-731.7631886,-1616.469688,-733.4425927,-1039.365682 +514532,-1628.572804,-752.2991677,-1610.668476,-750.1282603,-946.9905824 +514533,-1616.39997,-736.3587734,-1599.479695,-738.671437,-1006.720983 +514534,-1605.662575,-692.0151303,-1585.03293,-729.1166328,-975.2472265 +514535,-1596.437265,-670.993211,-1574.492072,-725.3762162,-969.1422732 +514536,-1583.158246,-654.160018,-1563.524662,-719.1603813,-961.4456878 +514537,-1575.995693,-635.6080751,-1554.043429,-713.7778781,-954.5039781 +514538,-1565.843497,-618.0687596,-1544.893047,-709.4301515,-947.7723846 +514539,-1554.817227,-598.5198158,-1534.381463,-702.0882804,-941.8124999 +514540,-1550.249612,-582.183928,-1524.398524,-699.6307639,-935.2261591 +514541,-1534.141385,-563.9699143,-1513.963339,-692.1368111,-928.1278874 +514542,-1530.629688,-546.4091839,-1507.076684,-688.8781579,-922.1209651 +514543,-1518.5197,-526.4205051,-1495.60544,-683.5235205,-916.1446633 +514544,-1511.952564,-508.2445461,-1487.644251,-678.6685013,-911.7870312 +514545,-1503.061219,-490.0338809,-1480.383334,-675.4249428,-903.2615181 +514546,-1495.522361,-469.5529165,-1469.901198,-668.4543415,-898.8537801 +514547,-1483.683149,-451.0398547,-1462.473845,-665.8498786,-894.0012405 +514548,-1479.465823,-431.6704988,-1453.4698,-661.5519475,-887.4266281 +514549,-1468.710548,-411.9121477,-1444.447464,-656.3552055,-881.6604633 +514550,-1460.431078,-392.4054909,-1438.363824,-652.2493864,-877.2368776 +514551,-1454.625146,-372.2425911,-1428.486562,-649.7294091,-871.1652913 +514552,-1442.525591,-351.9470117,-1419.985685,-643.2001711,-866.0867653 +514553,-1438.925075,-332.3615744,-1414.896972,-640.1205467,-861.7071458 +514554,-1427.918462,-311.4746948,-1403.798427,-636.7899849,-856.5874319 +514555,-1419.594797,-291.218061,-1396.767017,-632.6562533,-850.4885001 +514556,-1415.607066,-270.630945,-1390.539573,-628.4134762,-846.1391842 +514557,-1403.18034,-249.2364768,-1382.546564,-624.0162861,-843.0025363 +514558,-1397.023136,-228.6927849,-1373.759025,-622.3335683,-835.9436166 +514559,-1390.339424,-207.3242596,-1368.890703,-616.4821162,-832.5281557 +514560,-1382.094751,-186.530949,-1356.822735,-613.9632189,-827.5930565 +514561,-1372.16563,-164.1496289,-1355.343293,-608.928388,-824.3970743 +514562,-1368.511768,-145.0034816,-1343.791184,-606.8261056,-819.2337647 +514563,-1357.605316,-125.8865269,-1338.196995,-602.6798651,-816.559832 +514564,-1352.705119,-107.3718517,-1329.154305,-599.6886733,-813.4785409 +514565,-1343.35792,-93.87565479,-1323.828858,-595.3773838,-809.2071914 +514566,-1336.213022,-78.64098622,-1316.843985,-592.1977108,-806.0651378 +514567,-1330.58284,-63.17309428,-1308.40138,-588.8477905,-802.558605 +514568,-1320.328959,-47.79168095,-1300.447915,-585.1584497,-798.4058257 +514569,-1313.609008,-32.46644033,-1296.19011,-582.4387664,-796.3732242 +514570,-1307.585707,-16.45568872,-1288.3028,-577.6732298,-791.6298497 +514571,-1299.275532,-1.305032408,-1278.780105,-575.8470168,-788.9816588 +514572,-1291.588406,0,-1274.271548,-571.6598947,-786.1130681 +514573,-1286.68372,0,-1267.334361,-568.7446482,-781.4976041 +514574,-1275.726397,0,-1259.781978,-565.3296299,-780.726835 +514575,-1268.170945,0,-1251.365097,-561.9264481,-775.745443 +514576,-1265.167333,0,-1247.161102,-557.7846987,-772.9133083 +514577,-1251.816964,0,-1237.500437,-556.5041245,-769.4603651 +514578,-1247.020127,0,-1233.02219,-551.410827,-768.0035912 +514579,-1241.69032,0,-1224.893116,-549.5483948,-762.905763 +514580,-1229.183778,0,-1217.827411,-546.2792172,-761.7526766 +514581,-1226.424973,0,-1210.370596,-541.5482738,-758.7223755 +514582,-1214.716718,0,-1205.912269,-540.4870441,-753.7648933 +514583,-1209.747554,0,-1197.889029,-535.4186129,-753.9954338 +514584,-1199.135378,0,-1189.594756,-534.2084307,-747.8629197 +514585,-1195.656459,0,-1184.576394,-528.848673,-747.0796298 +514586,-1182.633463,0,-1177.657934,-527.52984,-743.4793956 +514587,-1178.918867,0,-1168.758076,-523.3388173,-741.6828711 +514588,-1169.264823,0,-1163.347602,-521.2181387,-736.9892908 +514589,-1159.37434,0,-1157.843354,-517.5831279,-736.0727724 +514590,-1153.350665,0,-1148.437678,-513.8628986,-732.2182047 +514591,-1147.2319,0,-1144.639992,-512.3629394,-729.285485 +514592,-1136.808157,0,-1136.888461,-508.5199271,-727.3129257 +514593,-1132.588574,0,-1132.972015,-506.1776598,-724.3069256 +514594,-1124.000079,0,-1125.000067,-503.8025025,-720.2301672 +514595,-1115.253127,0,-1120.968152,-500.5815503,-720.2408586 +514596,-1110.82806,0,-1112.775184,-498.9525537,-715.0385096 +514597,-1101.836937,0,-1108.630046,-494.8061652,-713.9896092 +514598,-1092.681401,0,-1102.333649,-493.1252292,-709.7282903 +514599,-1090.374388,0,-1095.950758,-490.5727847,-708.6546147 +514600,-1076.254989,0,-1091.649704,-487.9852957,-704.2996455 +514601,-1073.871704,0,-1085.119351,-484.4805435,-703.2012525 +514602,-1064.20199,0,-1078.500059,-483.5968196,-698.7508498 +514603,-1058.069353,0,-1074.03952,-479.1069771,-698.7528218 +514604,-1049.362306,0,-1067.269468,-478.1988842,-693.0792241 +514605,-1041.788388,0,-1062.70587,-474.518644,-691.9309353 +514606,-1034.110354,0,-1055.780153,-472.6546556,-689.6177316 +514607,-1026.326056,0,-1048.760687,-469.8262506,-686.1088506 +514608,-1019.756926,0,-1046.403168,-466.9597024,-683.7442666 +514609,-1010.429575,0,-1038.05253,-465.0279607,-681.3589061 +514610,-1003.675837,0,-1033.221687,-463.0780054,-677.7409974 +514611,-995.4671205,0,-1027.120785,-459.1231986,-676.5249566 +514612,-987.1439505,0,-1022.190177,-457.1201694,-672.842718 +514613,-980.1201426,0,-1014.707413,-455.0993335,-670.3608836 +514614,-971.5824475,0,-1012.192167,-452.5461036,-667.8571304 +514615,-962.9256815,0,-1002.005712,-449.9632115,-665.3310364 +514616,-957.0887072,0,-1000.722067,-446.8249332,-662.7822835 +514617,-945.2471314,0,-991.6337617,-445.7702746,-660.210643 +514618,-940.7529833,0,-987.6954693,-441.4987787,-656.3099949 +514619,-931.6646912,0,-981.0691256,-440.4198522,-654.9986912 +514620,-922.4484249,0,-975.7133305,-437.1502492,-652.3575705 +514621,-913.1051098,0,-970.3077126,-434.9457939,-648.3508854 +514622,-905.2205006,0,-960.7240347,-431.5999969,-645.6499489 +514623,-895.6360532,0,-956.5712608,-428.7767487,-642.9246557 +514624,-885.9174259,0,-948.1758046,-425.9212194,-638.7900516 +514625,-876.064171,0,-942.5147538,-423.6132249,-637.3996831 +514626,-866.075278,0,-935.3634322,-420.1099477,-631.7733741 +514627,-859.3406728,0,-928.1289432,-417.7478457,-631.7738754 +514628,-845.680014,0,-922.2817128,-415.3635208,-626.0444445 +514629,-838.7585691,208.6408655,-914.8949473,-411.1365805,-623.1408073 +514630,-830.0161638,113.1409406,-908.92398,-409.3052409,-621.6795168 +514631,-817.6066957,157.7372783,-901.3811553,-406.842811,-617.2536048 +514632,-808.6243782,174.9850851,-895.2843382,-403.1048011,-614.2691942 +514633,-799.5416938,190.516477,-887.5831116,-400.5844258,-611.2575224 +514634,-790.356211,205.4600232,-881.3587875,-398.0408244,-608.2181526 +514635,-779.196793,220.6241957,-875.0765436,-394.8274486,-604.3794609 +514636,-769.7848614,235.2997741,-867.1406567,-392.2300708,-602.0552896 +514637,-756.4344459,241.0254562,-852.6257332,-384.9619611,-598.1454758 +514638,-746.774168,254.324771,-842.779593,-382.2733873,-595.7781525 +514639,-736.026472,267.2490288,-836.141169,-378.8767594,-591.795642 +514640,-725.1523734,281.1124697,-829.441989,-375.4407448,-589.3841675 +514641,-717.1653284,294.1547975,-820.9806379,-373.3606464,-585.3274868 +514642,-704.0405064,307.8987256,-815.0012917,-369.1556947,-582.8711306 +514643,-695.8773102,320.6394316,-807.2425063,-367.0321513,-579.5691722 +514644,-684.54231,333.6836272,-800.2794073,-363.4594732,-575.3984939 +514645,-674.1285058,354.9238223,-793.2532938,-360.5720674,-573.7170474 +514646,-664.6676186,371.3902449,-784.3814496,-357.6582632,-569.4782752 +514647,-652.9895814,388.560191,-780.8067993,-354.7176362,-566.0518914 +514648,-643.3431037,404.9242,-769.9798213,-351.7499728,-564.3270237 +514649,-632.5275666,421.3862539,-764.5138023,-348.0023417,-559.103149 +514650,-622.7071666,437.6643339,-757.1688741,-345.7342192,-557.3460147 +514651,-611.6998091,452.1774033,-750.6886946,-342.6854434,-552.9168224 +514652,-602.8234495,466.2912706,-744.1583719,-340.3807141,-551.1310203 +514653,-592.7623577,480.0275542,-736.6338426,-336.5044175,-546.6293095 +514654,-583.7535463,493.5475542,-730.9485532,-334.1586848,-543.9033799 +514655,-573.5451874,506.7816956,-723.3102744,-331.7974129,-541.1584704 +514656,-563.2612278,519.450131,-718.5039243,-328.6237622,-536.5407781 +514657,-555.2118583,532.7371326,-709.785655,-325.8239181,-534.6790868 +514658,-543.6347693,544.9989634,-705.885371,-323.0027745,-530.929194 +514659,-535.4791674,557.3760958,-696.0596587,-320.5676363,-528.0939221 +514660,-524.9305887,569.4380165,-693.093681,-317.2956343,-524.2828118 +514661,-515.4971797,581.3798694,-684.1351805,-314.8234049,-520.4366469 +514662,-506.0114981,593.0430625,-678.1175247,-312.3351336,-518.50067 +514663,-496.4748145,604.5393543,-672.0635346,-308.9921303,-514.6010904 +514664,-485.6870934,615.7965341,-665.972336,-306.4666262,-511.6528069 +514665,-477.2558454,626.9615111,-657.7928805,-303.9251866,-508.6841137 +514666,-466.3636021,637.8171992,-653.6800553,-300.5113687,-504.6939023 +514667,-457.8538882,648.621473,-645.4031375,-298.7942912,-501.6774461 +514668,-446.8649314,659.1592199,-640.1978825,-294.9035588,-498.6403725 +514669,-438.2833952,669.5092527,-632.8675895,-292.7270777,-495.5823895 +514670,-427.823282,679.7484442,-626.5459081,-290.100505,-491.4723749 +514671,-417.9415128,689.8252797,-621.2507416,-287.0156784,-489.4036093 +514672,-408.6468279,699.6431126,-613.7945426,-284.3545228,-485.2373922 +514673,-398.7014383,709.4298391,-607.3654753,-281.6775984,-482.6144783 +514674,-388.726314,718.9127784,-601.981475,-278.984798,-478.9173842 +514675,-379.349749,728.3836408,-594.4020867,-275.8232005,-475.7253476 +514676,-369.3232581,737.5460691,-588.9598622,-273.552214,-473.5854535 +514677,-359.9022539,746.6627979,-581.3001116,-270.354251,-468.1931316 +514678,-349.832431,755.6308382,-576.9031137,-268.057289,-467.1078293 +514679,-339.7435134,763.8808656,-568.0619734,-264.8231656,-462.7410692 +514680,-330.269807,773.2435306,-564.732341,-262.5005574,-459.4406284 +514681,-321.4154874,781.1188121,-555.8095273,-259.6991909,-457.2283325 +514682,-311.2833535,789.3329071,-552.4496449,-257.3532864,-452.7741213 +514683,-303.0424532,797.3951656,-544.5760635,-254.5241783,-451.6547287 +514684,-292.2553898,805.3116856,-540.0581234,-251.6803764,-446.5858676 +514685,-284.6354075,812.8492924,-533.2539784,-249.7765854,-444.8854646 +514686,-273.8327802,820.548501,-528.700971,-246.4286303,-441.4677245 +514687,-265.5675081,827.9429764,-520.6991941,-244.5069056,-438.0277896 +514688,-256.0263565,835.258092,-517.2583011,-241.6119986,-435.144381 +514689,-246.4815351,842.4236297,-509.1982941,-238.7028832,-432.2455788 +514690,-236.9340952,849.4579186,-504.5755241,-236.7560679,-428.7465494 +514691,-228.6580311,856.3040341,-498.7785423,-233.8236848,-426.4016146 +514692,-218.1517387,863.1471816,-491.7959628,-230.8777209,-422.8654201 +514693,-209.5548237,869.7947459,-487.7105875,-228.9065706,-419.307023 +514694,-200.3203352,876.1717011,-480.0976677,-225.9383403,-416.9226185 +514695,-190.7667389,882.6639119,-475.3978211,-223.454816,-413.327257 +514696,-181.5313513,888.8577397,-469.5064375,-220.962399,-410.9180708 +514697,-172.2957536,894.9257738,-463.5970139,-217.9597287,-407.2855453 +514698,-163.0600685,901.0539658,-457.0768564,-215.9513449,-404.2415562 +514699,-153.8242695,906.7883927,-452.322597,-212.9280925,-401.1822468 +514700,-144.2699799,912.5765622,-445.7678536,-210.39973,-398.1075852 +514701,-135.3526662,918.1208683,-439.7923715,-207.8632418,-395.0175751 +514702,-126.1168519,923.6941262,-435.0012412,-205.3187949,-391.9122521 +514703,-116.5624999,929.0160686,-428.3968665,-202.7664211,-388.791665 +514704,-107.6451777,934.2683295,-422.9804113,-200.2064141,-385.6558693 +514705,-98.25008941,939.447606,-416.9486187,-197.1245332,-382.504922 +514706,-88.85502936,944.3021554,-410.9034292,-195.0645314,-379.3388843 +514707,-80.09693586,949.3119884,-406.0580038,-192.4828654,-376.1578204 +514708,-70.38337897,954.0193647,-398.7741394,-189.3757042,-372.9617996 +514709,-61.62527282,958.6705977,-394.5176548,-187.2991846,-369.7508955 +514710,-52.07096236,963.1938896,-387.8166401,-184.6975791,-367.1715266 +514711,-43.31285118,967.1350175,-382.9347544,-181.5672572,-363.2845369 +514712,-34.39549958,970.9777919,-375.5987672,-179.475873,-360.6815725 +514713,-25.15966671,974.6077265,-371.3132668,-176.8562048,-357.4147479 +514714,-16.56079627,978.1206895,-364.5685673,-173.7051135,-354.7907887 +514715,-6.210297197,981.4050192,-359.0420085,-171.6003477,-350.8374554 +514716,0,984.6509675,-352.8931122,-168.4368373,-347.527389 +514717,0,987.6985214,-347.3521089,-166.3240395,-344.869258 +514718,0,990.6193416,-341.1880548,-163.4138429,-341.5338006 +514719,0,993.3430649,-335.6342453,-160.7635212,-338.1843664 +514720,0,996.0885299,-329.4568884,-158.1090877,-334.8211828 +514721,0,998.5656377,-323.8919236,-155.7166782,-332.1208801 +514722,0,1000.970253,-318.322191,-152.5219387,-328.733192 +514723,0,1003.237562,-312.1281519,-150.6561578,-325.3320984 +514724,0,1005.379588,-305.929275,-147.1864186,-321.9178512 +514725,0,1007.39736,-300.9670819,-145.316093,-319.1771438 +514726,0,1009.292568,-294.7602405,-142.106212,-315.7395235 +514727,0,1011.0662,-289.1707136,-139.6963295,-312.2891579 +514728,0,1012.719855,-282.9568393,-137.0163292,-308.8263236 +514729,0,1014.254441,-277.3617856,-134.6023085,-306.3950875 +514730,0,1015.671451,-271.4534986,-131.6494159,-302.5622598 +514731,0,1016.971708,-265.8540681,-128.9629994,-299.0653218 +514732,0,1018.156609,-259.9415889,-126.5438524,-296.2593994 +514733,0,1019.226897,-254.3386326,-123.8542739,-292.3890931 +514734,0,1020.183965,-248.1115163,-121.1632589,-289.2123631 +514735,0,1021.028164,-243.1288717,-118.6055961,-286.3810734 +514736,0,1021.761264,-236.2762113,-115.7775274,-282.120919 +514737,0,1022.383497,-231.6034141,-113.3526292,-279.6288723 +514738,0,1022.896183,-225.0603983,-110.5226567,-275.7023522 +514739,0,1023.299885,-220.0747597,-107.9614953,-272.4806477 +514740,0,1023.595719,-213.5303676,-105.2649235,-269.2509324 +514741,0,1023.96356,-208.2322441,-102.5677817,-264.9324748 +514742,0,1024.231655,-202.6221392,-100.1399798,-261.3235596 +514743,0,1024.395411,-196.3882767,-97.17216164,-256.9809387 +514744,0,1024.454002,-190.7777103,-94.60880159,-253.3525865 +514745,0,1024.407326,-185.1669893,-92.04521484,-249.3516907 +514746,0,1024.256165,-179.2443849,-89.07656591,-245.3410327 +514747,0,1024.000876,-173.6334067,-86.64759518,-240.9551442 +514748,0,1023.642367,-167.7106314,-83.94857471,-237.6588472 +514749,0,1023.18104,-162.09956,-81.24943366,-232.8873532 +514750,0,1022.617812,-156.1767341,-78.41526423,-229.5774577 +514751,0,1021.953098,-150.8773732,-75.85102022,-224.7873354 +514752,0,1021.187819,-144.6427397,-73.28673618,-221.4652322 +514753,0,1020.322418,-139.3433575,-70.45245408,-217.0285367 +514754,0,1019.357688,-133.4204827,-67.75314329,-212.9548483 +514755,0,1018.294515,-127.8093454,-65.32377905,-208.8751702 +514756,0,1017.133395,-122.1982185,-62.35449057,-204.7898955 +514757,0,1015.875102,-116.4312012,-59.79013976,-200.6994141 +514758,0,1014.520529,-110.8200716,-57.22579017,-196.6041149 +514759,0,1013.070227,-105.3647992,-54.25651066,-192.5043805 +514760,0,1011.525179,-99.44190628,-51.827144,-188.0273258 +514761,0,1009.885947,-93.98663455,-49.12782033,-184.2931551 +514762,0,1008.15354,-90.71347686,-46.42848224,-180.1823427 +514763,0,1006.328789,-86.50512106,-43.72914603,-175.3202207 +514764,0,1004.412567,-82.29676465,-41.02981784,-171.952039 +514765,0,1002.405447,-77.93252874,-39.68016238,-167.4585853 +514766,0,1000.308509,-73.7241776,-37.25074521,-162.9626563 +514767,0,998.1222371,-69.51582456,-35.49619689,-159.0270122 +514768,0,995.8475949,-65.30747191,-33.20175819,-154.7149142 +514769,0,993.4851237,-61.09910778,-31.31222969,-150.4013714 +514770,0,991.0987392,-56.57901308,-28.88281966,-146.0866297 +514771,0,988.1078912,-52.68240096,-27.12827217,-141.9585602 +514772,0,985.0962426,-48.31817752,-24.83383691,-137.6420334 +514773,0,981.9045789,-43.95394671,-22.80933859,-133.32484 +514774,0,978.610341,-39.74559389,-20.51490444,-128.8193908 +514775,0,975.1466418,-35.53723986,-18.62538229,-124.8767871 +514776,0,977.9114725,-38.49867971,-19.43517935,-120.1828454 +514777,0,975.1486523,-35.53724073,-17.81557653,-116.0519744 +514778,0,972.1741121,-31.95234473,-16.19598229,-111.7331707 +514779,0,968.7674319,-28.21158155,-14.03651371,-107.2264621 +514780,0,965.3249597,-24.31495342,-12.41692044,-102.907466 +514781,0,961.5879711,-20.41832452,-10.12248414,-98.58842297 +514782,0,957.8628253,-16.52169786,-8.367921898,-94.08155669 +514783,0,953.9723364,-12.46920459,-6.208456997,-89.76246468 +514784,0,949.9859065,-8.572579289,-4.318927153,-85.44336011 +514785,0,945.8977221,-4.675952569,-2.159463313,-80.748666 +514786,0,941.711412,0,0,-76.61734833 +514787,0,937.4307471,0,0,-72.11044292 +514788,0,933.0544914,0,0,-67.60353404 +514789,0,928.5905177,0,0,-63.09662935 +514790,0,924.0372626,0,0,-58.77751809 +514791,0,919.3980237,0,0,-54.08282598 +514792,0,914.7330684,0,0,-49.76371639 +514793,0,909.8435003,0,0,-45.25681548 +514794,0,904.9990564,0,0,-40.7499123 +514795,0,899.9676306,0,0,-36.24300877 +514796,0,895.0072928,0,0,-31.73610541 +514797,0,889.9063231,0,0,-27.22920197 +514798,0,884.6410211,0,0,-22.53451067 +514799,0,879.417462,0,0,-18.21539755 +514800,0,874.0727945,0,0,-13.33291907 +514801,0,868.6557621,0,0,-9.577168608 +514802,0,863.0010919,0,0,-4.882477438 +514803,0,857.5445118,0,0,-1.1267257 +514804,0,851.8596778,0,0,0 +514805,0,846.2269702,0,0,0 +514806,0,840.3923473,0,0,0 +514807,0,834.6173154,0,0,0 +514808,0,828.7355615,0,0,0 +514809,0,822.8109549,0,0,0 +514810,0,816.8280255,0,0,0 +514811,0,810.8441608,0,0,0 +514812,0,804.6832964,0,0,0 +514813,0,798.5275549,0,0,0 +514814,0,792.4556357,0,0,0 +514815,0,786.1084822,0,0,0 +514816,0,779.8658021,0,0,0 +514817,0,773.5236205,0,0,0 +514818,0,767.1448828,0,0,0 +514819,0,760.7200076,0,0,0 +514820,0,754.7407529,0,0,0 +514821,0,747.4873827,0,0,0 +514822,0,741.344978,0,0,0 +514823,0,734.6445921,0,0,0 +514824,0,728.0181765,0,0,0 +514825,0,721.2993278,0,0,0 +514826,0,714.6558924,0,0,0 +514827,0,707.8760142,0,0,0 +514828,0,701.0552484,0,0,0 +514829,0,694.2996348,0,0,0 +514830,0,687.4160883,0,0,0 +514831,0,680.5380984,0,0,0 +514832,0,673.5693434,0,0,0 +514833,0,666.670127,0,0,0 +514834,0,659.63794,0,0,0 +514835,0,652.5608342,0,0,0 +514836,0,645.5419326,0,0,0 +514837,0,638.3539871,0,0,0 +514838,0,631.2630169,0,0,0 +514839,0,624.0425382,0,0,0 +514840,0,616.7783692,0,0,0 +514841,0,609.5685714,0,0,0 +514842,0,602.199171,0,0,0 +514843,0,594.9206768,0,0,0 +514844,0,587.5210892,0,0,0 +514845,157.1521443,580.0809875,0,0,0 +514846,188.8079015,572.696023,0,0,0 +514847,166.176195,565.1590353,0,0,0 +514848,203.0086061,557.7142305,0,0,0 +514849,220.3758626,550.1169828,0,0,0 +514850,238.0485742,542.6102132,0,0,0 +514851,254.8066316,534.9558342,0,0,0 +514852,271.8205682,527.3912466,0,0,0 +514853,288.9965701,519.6826844,0,0,0 +514854,305.6382065,515.6508849,0,0,0 +514855,322.407397,509.7307545,0,0,0 +514856,339.0012218,504.6404516,0,0,0 +514857,355.5168939,499.1171495,0,0,0 +514858,371.9218768,493.7310398,0,0,0 +514859,388.0310973,488.2154024,0,0,0 +514860,404.7331288,482.7821298,0,0,0 +514861,0,0,0,0,0 +514862,0,0,0,0,0 +514863,0,0,0,0,0 +514864,0,0,0,0,0 +514865,0,0,0,0,0 +514866,0,0,0,0,0 +514867,0,0,0,0,0 +514868,0,0,0,0,0 +514869,0,0,0,0,0 +514870,0,0,0,0,0 +514871,0,0,0,0,0 +514872,0,0,0,0,0 +514873,0,0,0,0,0 +514874,0,0,0,0,0 +514875,0,0,0,0,0 +514876,0,0,0,0,0 +514877,0,0,0,0,0 +514878,0,0,0,0,0 +514879,0,0,0,0,0 +514880,0,0,0,0,0 +514881,0,0,0,0,0 +514882,0,0,0,0,0 +514883,0,0,0,0,0 +514884,0,0,0,0,0 +514885,0,0,0,0,0 +514886,0,0,0,0,0 +514887,0,0,0,0,0 +514888,0,0,0,0,0 +514889,0,0,0,0,0 +514890,0,0,0,0,0 +514891,0,0,0,0,0 +514892,0,0,0,0,0 +514893,0,0,0,0,0 +514894,0,0,0,0,0 +514895,0,0,0,0,0 +514896,0,0,0,0,0 +514897,0,0,0,0,0 +514898,0,0,0,0,0 +514899,0,0,0,0,0 +514900,0,0,0,0,0 +514901,0,0,0,0,0 +514902,0,0,0,0,0 +514903,0,0,0,0,0 +514904,0,0,0,0,0 +514905,0,0,0,0,0 +514906,0,0,0,0,0 +514907,0,0,0,0,0 +514908,0,0,0,0,0 +514909,0,0,0,0,0 +514910,0,0,0,0,0 +514911,0,0,0,0,0 +514912,0,0,0,0,0 +514913,0,0,0,0,0 +514914,0,0,0,0,0 +514915,0,0,0,0,0 +514916,0,0,0,0,0 +514917,0,0,0,0,0 +514918,0,0,0,0,0 +514919,0,0,0,0,0 +514920,0,0,0,0,0 +514921,0,0,0,0,0 +514922,0,0,0,0,0 +514923,0,0,0,0,0 +514924,0,0,0,0,0 +514925,0,0,0,0,0 +514926,0,0,0,0,0 +514927,0,0,0,0,0 +514928,0,0,0,0,0 +514929,0,0,0,0,0 +514930,0,0,0,0,0 +514931,0,0,0,0,0 +514932,0,0,0,0,0 +514933,0,0,0,0,0 +514934,0,0,0,0,0 +514935,0,0,0,0,0 +514936,0,0,0,0,0 +514937,0,0,0,0,0 +514938,0,0,0,0,0 +514939,0,0,0,0,0 +514940,0,0,0,0,0 +514941,0,0,0,0,0 +514942,0,0,0,0,0 +514943,0,0,0,0,0 +514944,0,0,0,0,0 +514945,0,0,0,0,0 +514946,0,0,0,0,0 +514947,0,0,0,0,0 +514948,0,0,0,0,0 +514949,0,0,0,0,0 +514950,0,0,0,0,0 +514951,0,0,0,0,0 +514952,0,0,0,0,0 +514953,0,0,0,0,0 +514954,0,0,0,0,0 +514955,0,0,0,0,0 +514956,0,0,0,0,0 +514957,0,0,0,0,0 +514958,0,0,0,0,0 +514959,0,0,0,0,0 +514960,0,0,0,0,0 +514961,0,0,0,0,0 +514962,0,0,0,0,0 +514963,0,0,0,0,0 +514964,0,0,0,0,0 +514965,0,0,0,0,0 +514966,0,0,0,0,0 +514967,0,0,0,0,0 +514968,0,0,0,0,0 +514969,0,0,0,0,0 +514970,0,0,0,0,0 +514971,0,0,0,0,0 +514972,0,0,0,0,0 +514973,0,0,0,0,0 +514974,0,0,0,0,0 +514975,0,0,0,0,0 +514976,0,0,0,0,0 +514977,0,0,0,0,0 +514978,0,0,0,0,0 +514979,0,0,0,0,0 +514980,0,0,0,0,0 +514981,0,0,0,0,0 +514982,0,0,0,0,0 +514983,0,0,0,0,0 +514984,0,0,0,0,0 +514985,0,0,0,0,0 +514986,0,0,0,0,0 +514987,0,0,0,0,0 +514988,0,0,0,0,0 +514989,0,0,0,0,0 +514990,0,0,0,0,0 +514991,0,0,0,0,0 +514992,0,0,0,0,0 +514993,0,0,0,0,0 +514994,0,0,0,0,0 +514995,0,0,0,0,0 +514996,0,0,0,0,0 +514997,0,0,0,0,0 +514998,0,0,0,0,0 +514999,0,0,0,0,0 +515000,0,0,0,0,0 +515001,0,0,0,0,0 +515002,0,0,0,0,0 +515003,0,0,0,0,0 +515004,0,0,0,0,0 +515005,0,0,0,0,0 +515006,0,0,0,0,0 +515007,0,0,0,0,0 +515008,0,0,0,0,0 +515009,0,0,0,0,0 +515010,0,0,0,0,0 +515011,0,0,0,0,0 +515012,0,0,0,0,0 +515013,0,0,0,0,0 +515014,0,0,0,0,0 +515015,0,0,0,0,0 +515016,0,0,0,0,0 +515017,0,0,0,0,0 +515018,0,0,0,0,0 +515019,0,0,0,0,0 +515020,0,0,0,0,0 +515021,0,0,0,0,0 +515022,0,0,0,0,0 +515023,0,0,0,0,0 +515024,0,0,0,0,0 +515025,0,0,0,0,0 +515026,0,0,0,0,0 +515027,0,0,0,0,0 +515028,0,0,0,0,0 +515029,0,0,0,0,0 +515030,0,0,0,0,0 +515031,0,0,0,0,0 +515032,0,0,0,0,0 +515033,0,0,0,0,0 +515034,0,0,0,0,0 +515035,0,0,0,0,0 +515036,0,0,0,0,0 +515037,0,0,0,0,0 +515038,0,0,0,0,0 +515039,0,0,0,0,0 +515040,0,0,0,0,0 +515041,0,0,0,0,0 +515042,0,0,0,0,0 +515043,0,0,0,0,0 +515044,0,0,0,0,0 +515045,0,0,0,0,0 +515046,0,0,0,0,0 +515047,0,0,0,0,0 +515048,0,0,0,0,0 +515049,0,0,0,0,0 +515050,0,0,0,0,0 +515051,0,0,0,0,0 +515052,0,0,0,0,0 +515053,0,0,0,0,0 +515054,0,0,0,0,0 +515055,0,0,0,0,0 +515056,0,0,0,0,0 +515057,0,0,0,0,0 +515058,0,0,0,0,0 +515059,0,0,0,0,0 +515060,0,0,0,0,0 +515061,0,0,0,0,0 +515062,0,0,0,0,0 +515063,0,0,0,0,0 +515064,0,0,0,0,0 +515065,0,0,0,0,0 +515066,0,0,0,0,0 +515067,0,0,0,0,0 +515068,0,0,0,0,0 +515069,0,0,0,0,0 +515070,0,0,0,0,0 +515071,0,0,0,0,0 +515072,0,0,0,0,0 +515073,0,0,0,0,0 +515074,0,0,0,0,0 +515075,0,0,0,0,0 +515076,0,0,0,0,0 +515077,0,0,0,0,0 +515078,0,0,0,0,0 +515079,0,0,0,0,0 +515080,0,0,0,0,0 +515081,0,0,0,0,0 +515082,0,0,0,0,0 +515083,0,0,0,0,0 +515084,0,0,0,0,0 +515085,0,0,0,0,0 +515086,0,0,0,0,0 +515087,0,0,0,0,0 +515088,0,0,0,0,0 +515089,0,0,0,0,0 +515090,0,0,0,0,0 +515091,0,0,0,0,0 +515092,0,0,0,0,0 +515093,0,0,0,0,0 +515094,0,0,0,0,0 +515095,0,0,0,0,0 +515096,0,0,0,0,0 +515097,0,0,0,0,0 +515098,0,0,0,0,0 +515099,0,0,0,0,0 +515100,0,0,0,0,0 +515101,0,0,0,0,0 +515102,0,0,0,0,0 +515103,0,0,0,0,0 +515104,0,0,0,0,0 +515105,0,0,0,0,0 +515106,0,0,0,0,0 +515107,0,0,0,0,0 +515108,0,0,0,0,0 +515109,0,0,0,0,0 +515110,0,0,0,0,0 +515111,0,0,0,0,0 +515112,0,0,0,0,0 +515113,0,0,0,0,0 +515114,0,0,0,0,0 +515115,0,0,0,0,0 +515116,0,0,0,0,0 +515117,0,0,0,0,0 +515118,0,0,0,0,0 +515119,0,0,0,0,0 +515120,0,0,0,0,0 +515121,0,0,0,0,0 +515122,0,0,0,0,0 +515123,0,0,0,0,0 +515124,0,0,0,0,0 +515125,0,0,0,0,0 +515126,0,0,0,0,0 +515127,0,0,0,0,0 +515128,0,0,0,0,0 +515129,0,0,0,0,0 +515130,0,0,0,0,0 +515131,0,0,0,0,0 +515132,0,0,0,0,0 +515133,0,0,0,0,0 +515134,0,0,0,0,0 +515135,0,0,0,0,0 +515136,0,0,0,0,0 +515137,0,0,0,0,0 +515138,0,0,0,0,0 +515139,0,0,0,0,0 +515140,0,0,0,0,0 +515141,0,0,0,0,0 +515142,0,0,0,0,0 +515143,0,0,0,0,0 +515144,0,0,0,0,0 +515145,0,0,0,0,0 +515146,0,0,0,0,0 +515147,0,0,0,0,0 +515148,0,0,0,0,0 +515149,0,0,0,0,0 +515150,0,0,0,0,0 +515151,0,0,0,0,0 +515152,0,0,0,0,0 +515153,0,0,0,0,0 +515154,0,0,0,0,0 +515155,0,0,0,0,0 +515156,0,0,0,0,0 +515157,0,0,0,0,0 +515158,0,0,0,0,0 +515159,0,0,0,0,0 +515160,0,0,0,0,0 +515161,0,0,0,0,0 +515162,0,0,0,0,0 +515163,0,0,0,0,0 +515164,0,0,0,0,0 +515165,0,0,0,0,0 +515166,0,0,0,0,0 +515167,0,0,0,0,0 +515168,0,0,0,0,0 +515169,0,0,0,0,0 +515170,0,0,0,0,0 +515171,0,0,0,0,0 +515172,0,0,0,0,0 +515173,0,0,0,0,0 +515174,0,0,0,0,0 +515175,0,0,0,0,0 +515176,0,0,0,0,0 +515177,0,0,0,0,0 +515178,0,0,0,0,0 +515179,0,0,0,0,0 +515180,0,0,0,0,0 +515181,0,0,0,0,0 +515182,0,0,0,0,0 +515183,0,0,0,0,0 +515184,0,0,0,0,0 +515185,0,0,0,0,0 +515186,0,0,0,0,0 +515187,0,0,0,0,0 +515188,0,0,0,0,0 +515189,0,0,0,0,0 +515190,0,0,0,0,0 +515191,0,0,0,0,0 +515192,0,0,0,0,0 +515193,0,0,0,0,0 +515194,0,0,0,0,0 +515195,0,0,0,0,0 +515196,0,0,0,0,0 +515197,0,0,0,0,0 +515198,0,0,0,0,0 +515199,0,0,0,0,0 +515200,0,0,0,0,0 +515201,0,0,0,0,0 +515202,0,0,0,0,0 +515203,0,0,0,0,0 +515204,0,0,0,0,0 +515205,0,0,0,0,0 +515206,0,0,0,0,0 +515207,0,0,0,0,0 +515208,0,0,0,0,0 +515209,0,0,0,0,0 +515210,0,0,0,0,0 +515211,0,0,0,0,0 +515212,0,0,0,0,0 +515213,0,0,0,0,0 +515214,0,0,0,0,0 +515215,0,0,0,0,0 +515216,0,0,0,0,0 +515217,0,0,0,0,0 +515218,0,0,0,0,0 +515219,0,0,0,0,0 +515220,0,0,0,0,0 +515221,0,0,0,0,0 +515222,0,0,0,0,0 +515223,0,0,0,0,0 +515224,0,0,0,0,0 +515225,0,0,0,0,0 +515226,0,0,0,0,0 +515227,0,0,0,0,0 +515228,0,0,0,0,0 +515229,0,0,0,0,0 +515230,0,0,0,0,0 +515231,0,0,0,0,0 +515232,0,0,0,0,0 +515233,0,0,0,0,0 +515234,0,0,0,0,0 +515235,0,0,0,0,0 +515236,0,0,0,0,0 +515237,0,0,0,0,0 +515238,0,0,0,0,0 +515239,0,0,0,0,0 +515240,0,0,0,0,0 +515241,0,0,0,0,0 +515242,0,0,0,0,0 +515243,0,0,0,0,0 +515244,0,0,0,0,0 +515245,0,0,0,0,0 +515246,0,0,0,0,0 +515247,0,0,0,0,0 +515248,0,0,0,0,0 +515249,0,0,0,0,0 +515250,0,0,0,0,0 +515251,0,0,0,0,0 +515252,0,0,0,0,0 +515253,0,0,0,0,0 +515254,0,0,0,0,0 +515255,0,0,0,0,0 +515256,0,0,0,0,0 +515257,0,0,0,0,0 +515258,0,0,0,0,0 +515259,0,0,0,0,0 +515260,0,0,0,0,0 +515261,0,0,0,0,0 +515262,0,0,0,0,0 +515263,0,0,0,0,0 +515264,0,0,0,0,0 +515265,0,0,0,0,0 +515266,0,0,0,0,0 +515267,0,0,0,0,0 +515268,0,0,0,0,0 +515269,0,0,0,0,0 +515270,0,0,0,0,0 +515271,0,0,0,0,0 +515272,0,0,0,0,0 +515273,0,0,0,0,0 +515274,0,0,0,0,0 +515275,0,0,0,0,0 +515276,0,0,0,0,0 +515277,0,0,0,0,0 +515278,0,0,0,0,0 +515279,0,0,0,0,0 +515280,0,0,0,0,0 +515281,0,0,0,0,0 +515282,0,0,0,0,0 +515283,0,0,0,0,0 +515284,0,0,0,0,0 +515285,0,0,0,0,0 +515286,0,0,0,0,0 +515287,0,0,0,0,0 +515288,0,0,0,0,0 +515289,0,0,0,0,0 +515290,0,0,0,0,0 +515291,0,0,0,0,0 +515292,0,0,0,0,0 +515293,0,0,0,0,0 +515294,0,0,0,0,0 +515295,0,0,0,0,0 +515296,0,0,0,0,0 +515297,0,0,0,0,0 +515298,0,0,0,0,0 +515299,0,0,0,0,0 +515300,0,0,0,0,0 +515301,0,0,0,0,0 +515302,0,0,0,0,0 +515303,0,0,0,0,0 +515304,0,0,0,0,0 +515305,0,0,0,0,0 +515306,0,0,0,0,0 +515307,0,0,0,0,0 +515308,0,0,0,0,0 +515309,0,0,0,0,0 +515310,0,0,0,0,0 +515311,0,0,0,0,0 +515312,0,0,0,0,0 +515313,0,0,0,0,0 +515314,0,0,0,0,0 +515315,0,0,0,0,0 +515316,0,0,0,0,0 +515317,0,0,0,0,0 +515318,0,0,0,0,0 +515319,0,0,0,0,0 +515320,0,0,0,0,0 +515321,0,0,0,0,0 +515322,0,0,0,0,0 +515323,0,0,0,0,0 +515324,0,0,0,0,0 +515325,0,0,0,0,0 +515326,0,0,0,0,0 +515327,0,0,0,0,0 +515328,0,0,0,0,0 +515329,0,0,0,0,0 +515330,0,0,0,0,0 +515331,0,0,0,0,0 +515332,0,0,0,0,0 +515333,0,0,0,0,0 +515334,0,0,0,0,0 +515335,0,0,0,0,0 +515336,0,0,0,0,0 +515337,0,0,0,0,0 +515338,0,0,0,0,0 +515339,0,0,0,0,0 +515340,0,0,0,0,0 +515341,0,0,0,0,0 +515342,0,0,0,0,0 +515343,0,0,0,0,0 +515344,0,0,0,0,0 +515345,0,0,0,0,0 +515346,0,0,0,0,0 +515347,0,0,0,0,0 +515348,0,0,0,0,0 +515349,0,0,0,0,0 +515350,0,0,0,0,0 +515351,0,0,0,0,0 +515352,0,0,0,0,0 +515353,0,0,0,0,0 +515354,0,0,0,0,0 +515355,0,0,0,0,0 +515356,0,0,0,0,0 +515357,0,0,0,0,0 +515358,0,0,0,0,0 +515359,0,0,0,0,0 +515360,0,0,0,0,0 +515361,0,0,0,0,0 +515362,0,0,0,0,0 +515363,0,0,0,0,0 +515364,0,0,0,0,0 +515365,0,0,0,0,0 +515366,0,0,0,0,0 +515367,0,0,0,0,0 +515368,0,0,0,0,0 +515369,0,0,0,0,0 +515370,0,0,0,0,0 +515371,0,0,0,0,0 +515372,0,0,0,0,0 +515373,0,0,0,0,0 +515374,0,0,0,0,0 +515375,0,0,0,0,0 +515376,0,0,0,0,0 +515377,0,0,0,0,0 +515378,0,0,0,0,0 +515379,0,0,0,0,0 +515380,0,0,0,0,0 +515381,0,0,0,0,0 +515382,0,0,0,0,0 +515383,0,0,0,0,0 +515384,0,0,0,0,0 +515385,0,0,0,0,0 +515386,0,0,0,0,0 +515387,0,0,0,0,0 +515388,0,0,0,0,0 +515389,0,0,0,0,0 +515390,0,0,0,0,0 +515391,0,0,0,0,0 +515392,0,0,0,0,0 +515393,0,0,0,0,0 +515394,0,0,0,0,0 +515395,0,0,0,0,0 +515396,0,0,0,0,0 +515397,0,0,0,0,0 +515398,0,0,0,0,0 +515399,0,0,0,0,0 +515400,0,0,0,0,0 +515401,0,0,0,0,0 +515402,0,0,0,0,0 +515403,0,0,0,0,0 +515404,0,0,0,0,0 +515405,0,0,0,0,0 +515406,0,0,0,0,0 +515407,0,0,0,0,0 +515408,0,0,0,0,0 +515409,0,0,0,0,0 +515410,0,0,0,0,0 +515411,0,0,0,0,0 +515412,0,0,0,0,0 +515413,0,0,0,0,0 +515414,0,0,0,0,0 +515415,0,0,0,0,0 +515416,0,0,0,0,0 +515417,0,0,0,0,0 +515418,0,0,0,0,0 +515419,0,0,0,0,0 +515420,0,0,0,0,0 +515421,0,0,0,0,0 +515422,0,0,0,0,0 +515423,0,0,0,0,0 +515424,0,0,0,0,0 +515425,0,0,0,0,0 +515426,0,0,0,0,0 +515427,0,0,0,0,0 +515428,0,0,0,0,0 +515429,0,0,0,0,0 +515430,0,0,0,0,0 +515431,0,0,0,0,0 +515432,0,0,0,0,0 +515433,0,0,0,0,0 +515434,0,0,0,0,0 +515435,0,0,0,0,0 +515436,0,0,0,0,0 +515437,0,0,0,0,0 +515438,0,0,0,0,0 +515439,0,0,0,0,0 +515440,0,0,0,0,0 +515441,0,0,0,0,0 +515442,0,0,0,0,0 +515443,0,0,0,0,0 +515444,0,0,0,0,0 +515445,0,0,0,0,0 +515446,0,0,0,0,0 +515447,0,0,0,0,0 +515448,0,0,0,0,0 +515449,0,0,0,0,0 +515450,0,0,0,0,0 +515451,0,0,0,0,0 +515452,0,0,0,0,0 +515453,0,0,0,0,0 +515454,0,0,0,0,0 +515455,0,0,0,0,0 +515456,0,0,0,0,0 +515457,0,0,0,0,0 +515458,0,0,0,0,0 +515459,0,0,0,0,0 +515460,0,0,0,0,0 +515461,0,0,0,0,0 +515462,0,0,0,0,0 +515463,0,0,0,0,0 +515464,0,0,0,0,0 +515465,0,0,0,0,0 +515466,0,0,0,0,0 +515467,0,0,0,0,0 +515468,0,0,0,0,0 +515469,0,0,0,0,0 +515470,0,0,0,0,0 +515471,0,0,0,0,0 +515472,0,0,0,0,0 +515473,0,0,0,0,0 +515474,0,0,0,0,0 +515475,0,0,0,0,0 +515476,0,0,0,0,0 +515477,0,0,0,0,0 +515478,0,0,0,0,0 +515479,0,0,0,0,0 +515480,0,0,0,0,0 +515481,0,0,0,0,0 +515482,0,0,0,0,0 +515483,0,0,0,0,0 +515484,0,0,0,0,0 +515485,0,0,0,0,0 +515486,0,0,0,0,0 +515487,0,0,0,0,0 +515488,0,0,0,0,0 +515489,0,0,0,0,0 +515490,0,0,0,0,0 +515491,0,0,0,0,0 +515492,0,0,0,0,0 +515493,0,0,0,0,0 +515494,0,0,0,0,0 +515495,0,0,0,0,0 +515496,0,0,0,0,0 +515497,0,0,0,0,0 +515498,0,0,0,0,0 +515499,0,0,0,0,0 +515500,0,0,0,0,0 +515501,0,0,0,0,0 +515502,0,0,0,0,0 +515503,0,0,0,0,0 +515504,0,0,0,0,0 +515505,0,0,0,0,0 +515506,0,0,0,0,0 +515507,0,0,0,0,0 +515508,0,0,0,0,0 +515509,0,0,0,0,0 +515510,0,0,0,0,0 +515511,0,0,0,0,0 +515512,0,0,0,0,0 +515513,0,0,0,0,0 +515514,0,0,0,0,0 +515515,0,0,0,0,0 +515516,0,0,0,0,0 +515517,0,0,0,0,0 +515518,0,0,0,0,0 +515519,0,0,0,0,0 +515520,0,0,0,0,0 +515521,0,0,0,0,0 +515522,0,0,0,0,0 +515523,0,0,0,0,0 +515524,0,0,0,0,0 +515525,0,0,0,0,0 +515526,0,0,0,0,0 +515527,0,0,0,0,0 +515528,0,0,0,0,0 +515529,0,0,0,0,0 +515530,0,0,0,0,0 +515531,0,0,0,0,0 +515532,0,0,0,0,0 +515533,0,0,0,0,0 +515534,0,0,0,0,0 +515535,0,0,0,0,0 +515536,0,0,0,0,0 +515537,0,0,0,0,0 +515538,0,0,0,0,0 +515539,0,0,0,0,0 +515540,0,0,0,0,0 +515541,0,0,0,0,0 +515542,0,0,0,0,0 +515543,0,0,0,0,0 +515544,0,0,0,0,0 +515545,0,0,0,0,0 +515546,0,0,0,0,0 +515547,0,0,0,0,0 +515548,0,0,0,0,0 +515549,0,0,0,0,0 +515550,0,0,0,0,0 +515551,0,0,0,0,0 +515552,0,0,0,0,0 +515553,0,0,0,0,0 +515554,0,0,0,0,0 +515555,0,0,0,0,0 +515556,0,0,0,0,0 +515557,0,0,0,0,0 +515558,0,0,0,0,0 +515559,0,0,0,0,0 +515560,0,0,0,0,0 +515561,0,0,0,0,0 +515562,0,0,0,0,0 +515563,0,0,0,0,0 +515564,0,0,0,0,0 +515565,0,0,0,0,0 +515566,0,0,0,0,0 +515567,0,0,0,0,0 +515568,0,0,0,0,0 +515569,0,0,0,0,0 +515570,0,0,0,0,0 +515571,0,0,0,0,0 +515572,0,0,0,0,0 +515573,0,0,0,0,0 +515574,0,0,0,0,0 +515575,0,0,0,0,0 +515576,0,0,0,0,0 +515577,0,0,0,0,0 +515578,0,0,0,0,0 +515579,0,0,0,0,0 +515580,0,0,0,0,0 +515581,0,0,0,0,0 +515582,0,0,0,0,0 +515583,0,0,0,0,0 +515584,0,0,0,0,0 +515585,0,0,0,0,0 +515586,0,0,0,0,0 +515587,0,0,0,0,0 +515588,0,0,0,0,0 +515589,0,0,0,0,0 +515590,0,0,0,0,0 +515591,0,0,0,0,0 +515592,0,0,0,0,0 +515593,0,0,0,0,0 +515594,0,0,0,0,0 +515595,0,0,0,0,0 +515596,0,0,0,0,0 +515597,0,0,0,0,0 +515598,0,0,0,0,0 +515599,0,0,0,0,0 +515600,0,0,0,0,0 +515601,0,0,0,0,0 +515602,0,0,0,0,0 +515603,0,0,0,0,0 +515604,0,0,0,0,0 +515605,0,0,0,0,0 +515606,0,0,0,0,0 +515607,0,0,0,0,0 +515608,0,0,0,0,0 +515609,0,0,0,0,0 +515610,0,0,0,0,0 +515611,0,0,0,0,0 +515612,0,0,0,0,0 +515613,0,0,0,0,0 +515614,0,0,0,0,0 +515615,0,0,0,0,0 +515616,0,0,0,0,0 +515617,0,0,0,0,0 +515618,0,0,0,0,0 +515619,0,0,0,0,0 +515620,0,0,0,0,0 +515621,0,0,0,0,0 +515622,0,0,0,0,0 +515623,0,0,0,0,0 +515624,0,0,0,0,0 +515625,0,0,0,0,0 +515626,0,0,0,0,0 +515627,0,0,0,0,0 +515628,0,0,0,0,0 +515629,0,0,0,0,0 +515630,0,0,0,0,0 +515631,0,0,0,0,0 +515632,0,0,0,0,0 +515633,0,0,0,0,0 +515634,0,0,0,0,0 +515635,0,0,0,0,0 +515636,0,0,0,0,0 +515637,0,0,0,0,0 +515638,0,0,0,0,0 +515639,0,0,0,0,0 +515640,0,0,0,0,0 +515641,0,0,0,0,0 +515642,0,0,0,0,0 +515643,0,0,0,0,0 +515644,0,0,0,0,0 +515645,0,0,0,0,0 +515646,0,0,0,0,0 +515647,0,0,0,0,0 +515648,0,0,0,0,0 +515649,0,0,0,0,0 +515650,0,0,0,0,0 +515651,0,0,0,0,0 +515652,0,0,0,0,0 +515653,0,0,0,0,0 +515654,0,0,0,0,0 +515655,0,0,0,0,0 +515656,0,0,0,0,0 +515657,0,0,0,0,0 +515658,0,0,0,0,0 +515659,0,0,0,0,0 +515660,0,0,0,0,0 +515661,0,0,0,0,0 +515662,0,0,0,0,0 +515663,0,0,0,0,0 +515664,0,0,0,0,0 +515665,0,0,0,0,0 +515666,0,0,0,0,0 +515667,0,0,0,0,0 +515668,0,0,0,0,0 +515669,0,0,0,0,0 +515670,0,0,0,0,0 +515671,0,0,0,0,0 +515672,0,0,0,0,0 +515673,0,0,0,0,0 +515674,0,0,0,0,0 +515675,0,0,0,0,0 +515676,0,0,0,0,0 +515677,0,0,0,0,0 +515678,0,0,0,0,0 +515679,0,0,0,0,0 +515680,0,0,0,0,0 +515681,0,0,0,0,0 +515682,0,0,0,0,0 +515683,0,0,0,0,0 +515684,0,0,0,0,0 +515685,0,0,0,0,0 +515686,0,0,0,0,0 +515687,0,0,0,0,0 +515688,0,0,0,0,0 +515689,0,0,0,0,0 +515690,0,0,0,0,0 +515691,0,0,0,0,0 +515692,0,0,0,0,0 +515693,0,0,0,0,0 +515694,0,0,0,0,0 +515695,0,0,0,0,0 +515696,0,0,0,0,0 +515697,0,0,0,0,0 +515698,0,0,0,0,0 +515699,0,0,0,0,0 +515700,0,0,0,0,0 +515701,0,0,0,0,0 +515702,0,0,0,0,0 +515703,0,0,0,0,0 +515704,0,0,0,0,0 +515705,0,0,0,0,0 +515706,0,0,0,0,0 +515707,0,0,0,0,0 +515708,0,0,0,0,0 +515709,0,0,0,0,0 +515710,0,0,0,0,0 +515711,0,0,0,0,0 +515712,0,0,0,0,0 +515713,0,0,0,0,0 +515714,0,0,0,0,0 +515715,0,0,0,0,0 +515716,0,0,0,0,0 +515717,0,0,0,0,0 +515718,0,0,0,0,0 +515719,0,0,0,0,0 +515720,0,0,0,0,0 +515721,0,0,0,0,0 +515722,0,0,0,0,0 +515723,0,0,0,0,0 +515724,0,0,0,0,0 +515725,0,0,0,0,0 +515726,0,0,0,0,0 +515727,0,0,0,0,0 +515728,0,0,0,0,0 +515729,0,0,0,0,0 +515730,0,0,0,0,0 +515731,0,0,0,0,0 +515732,0,0,0,0,0 +515733,0,0,0,0,0 +515734,0,0,0,0,0 +515735,0,0,0,0,0 +515736,0,0,0,0,0 +515737,0,0,0,0,0 +515738,0,0,0,0,0 +515739,0,0,0,0,0 +515740,0,0,0,0,0 +515741,0,0,0,0,0 +515742,0,0,0,0,0 +515743,0,0,0,0,0 +515744,0,0,0,0,0 +515745,0,0,0,0,0 +515746,0,0,0,0,0 +515747,0,0,0,0,0 +515748,0,0,0,0,0 +515749,0,0,0,0,0 +515750,0,0,0,0,0 +515751,0,0,0,0,0 +515752,0,0,0,0,0 +515753,0,0,0,0,0 +515754,0,0,0,0,0 +515755,0,0,0,0,0 +515756,0,0,0,0,0 +515757,0,0,0,0,0 +515758,0,0,0,0,0 +515759,0,0,0,0,0 +515760,0,0,0,0,0 +515761,0,0,0,0,0 +515762,0,0,0,0,0 +515763,0,0,0,0,0 +515764,0,0,0,0,0 +515765,0,0,0,0,0 +515766,0,0,0,0,0 +515767,0,0,0,0,0 +515768,0,0,0,0,0 +515769,0,0,0,0,0 +515770,0,0,0,0,0 +515771,0,0,0,0,0 +515772,0,0,0,0,0 +515773,0,0,0,0,0 +515774,0,0,0,0,0 +515775,0,0,0,0,0 +515776,0,0,0,0,0 +515777,0,0,0,0,0 +515778,0,0,0,0,0 +515779,0,0,0,0,0 +515780,0,0,0,0,0 +515781,0,0,0,0,0 +515782,0,0,0,0,0 +515783,0,0,0,0,0 +515784,0,0,0,0,0 +515785,0,0,0,0,0 +515786,0,0,0,0,0 +515787,0,0,0,0,0 +515788,0,0,0,0,0 +515789,0,0,0,0,0 +515790,0,0,0,0,0 +515791,0,0,0,0,0 +515792,0,0,0,0,0 +515793,0,0,0,0,0 +515794,0,0,0,0,0 +515795,0,0,0,0,0 +515796,0,0,0,0,0 +515797,0,0,0,0,0 +515798,0,0,0,0,0 +515799,0,0,0,0,0 +515800,0,0,0,0,0 +515801,0,0,0,0,0 +515802,0,0,0,0,0 +515803,0,0,0,0,0 +515804,0,0,0,0,0 +515805,0,0,0,0,0 +515806,0,0,0,0,0 +515807,0,0,0,0,0 +515808,0,0,0,0,0 +515809,0,0,0,0,0 +515810,0,0,0,0,0 +515811,0,0,0,0,0 +515812,0,0,0,0,0 +515813,0,0,0,0,0 +515814,0,0,0,0,0 +515815,0,0,0,0,0 +515816,0,0,0,0,0 +515817,0,0,0,0,0 +515818,0,0,0,0,0 +515819,0,0,0,0,0 +515820,0,0,0,0,0 +515821,0,0,0,0,0 +515822,0,0,0,0,0 +515823,0,0,0,0,0 +515824,0,0,0,0,0 +515825,0,0,0,0,0 +515826,0,0,0,0,0 +515827,0,0,0,0,0 +515828,0,0,0,0,0 +515829,0,0,0,0,0 +515830,0,0,0,0,0 +515831,0,0,0,0,0 +515832,0,0,0,0,0 +515833,0,0,0,0,0 +515834,0,0,0,0,0 +515835,0,0,0,0,0 +515836,0,0,0,0,0 +515837,0,0,0,0,0 +515838,0,0,0,0,0 +515839,0,0,0,0,0 +515840,0,0,0,0,0 +515841,0,0,0,0,0 +515842,0,0,0,0,0 +515843,0,0,0,0,0 +515844,0,0,0,0,0 +515845,0,0,0,0,0 +515846,0,0,0,0,0 +515847,0,0,0,0,0 +515848,0,0,0,0,0 +515849,0,0,0,0,0 +515850,0,0,0,0,0 +515851,0,0,0,0,0 +515852,0,0,0,0,0 +515853,0,0,0,0,0 +515854,0,0,0,0,0 +515855,0,0,0,0,0 +515856,0,0,0,0,0 +515857,0,0,0,0,0 +515858,0,0,0,0,0 +515859,0,0,0,0,0 +515860,0,0,0,0,0 +515861,0,0,0,0,0 +515862,0,0,0,0,0 +515863,0,0,0,0,0 +515864,0,0,0,0,0 +515865,0,0,0,0,0 +515866,0,0,0,0,0 +515867,0,0,0,0,0 +515868,0,0,0,0,0 +515869,0,0,0,0,0 +515870,0,0,0,0,0 +515871,0,0,0,0,0 +515872,0,0,0,0,0 +515873,0,0,0,0,0 +515874,0,0,0,0,0 +515875,0,0,0,0,0 +515876,0,0,0,0,0 +515877,0,0,0,0,0 +515878,0,0,0,0,0 +515879,0,0,0,0,0 +515880,0,0,0,0,0 +515881,0,0,0,0,0 +515882,0,0,0,0,0 +515883,0,0,0,0,0 +515884,0,0,0,0,0 +515885,0,0,0,0,0 +515886,0,0,0,0,0 +515887,0,0,0,0,0 +515888,0,0,0,0,0 +515889,0,0,0,0,0 +515890,0,0,0,0,0 +515891,0,0,0,0,0 +515892,0,0,0,0,0 +515893,0,0,0,0,0 +515894,0,0,0,0,0 +515895,0,0,0,0,0 +515896,0,0,0,0,0 +515897,0,0,0,0,0 +515898,0,0,0,0,0 +515899,0,0,0,0,0 +515900,0,0,0,0,0 +515901,0,0,0,0,0 +515902,0,0,0,0,0 +515903,0,0,0,0,0 +515904,0,0,0,0,0 +515905,0,0,0,0,0 +515906,0,0,0,0,0 +515907,0,0,0,0,0 +515908,0,0,0,0,0 +515909,0,0,0,0,0 +515910,0,0,0,0,0 +515911,0,0,0,0,0 +515912,0,0,0,0,0 +515913,0,0,0,0,0 +515914,0,0,0,0,0 +515915,0,0,0,0,0 +515916,0,0,0,0,0 +515917,0,0,0,0,0 +515918,0,0,0,0,0 +515919,0,0,0,0,0 +515920,0,0,0,0,0 +515921,0,0,0,0,0 +515922,0,0,0,0,0 +515923,0,0,0,0,0 +515924,0,0,0,0,0 +515925,0,0,0,0,0 +515926,0,0,0,0,0 +515927,0,0,0,0,0 +515928,0,0,0,0,0 +515929,0,0,0,0,0 +515930,0,0,0,0,0 +515931,0,0,0,0,0 +515932,0,0,0,0,0 +515933,0,0,0,0,0 +515934,0,0,0,0,0 +515935,0,0,0,0,0 +515936,0,0,0,0,0 +515937,0,0,0,0,0 +515938,0,0,0,0,0 +515939,0,0,0,0,0 +515940,0,0,0,0,0 +515941,-349.8494087,-201.208648,-322.3734119,-201.1530477,1807.217415 +515942,-988.6045403,-390.0072592,-957.810679,-389.9525982,602.8287808 +515943,-534.0814871,-191.5817471,-509.3858811,-191.5286242,1058.655362 +515944,-147.7419994,-32.30755339,-126.6142637,-32.25664003,1751.695173 +515945,-427.3257046,-152.3453296,-403.1301018,-152.2966984,1420.092073 +515946,-668.5470497,-251.8966486,-641.8050218,-251.8499781,1117.440982 +515947,-1146.002978,-463.9326433,-1115.314507,-463.8874497,217.0199338 +515948,-1033.423011,-415.3549637,-1004.236041,-415.3108768,321.8192037 +515949,-744.2830995,-282.9653236,-714.1162838,-282.9223834,893.5600268 +515950,-1149.972292,-467.6622591,-1119.554884,-467.6204612,160.6177975 +515951,-1079.704162,-437.5300719,-1050.140482,-437.4892509,228.9234096 +515952,-816.6758549,-317.0721435,-786.1198075,-317.0323527,754.1638575 +515953,-971.0347677,-385.5154446,-938.8668055,-385.4767575,557.3576662 +515954,-1085.359442,-436.8122938,-1052.352784,-436.7746388,389.6564343 +515955,-1163.315141,-472.1090455,-1129.920226,-472.072332,262.5663218 +515956,-1210.514727,-493.6902685,-1176.96904,-493.6544191,177.672468 +515957,-1235.138753,-505.1395006,-1201.546516,-505.104463,127.6093329 +515958,-1245.450742,-510.141968,-1211.844483,-510.1077104,101.569445 +515959,-1248.440619,-511.8364819,-1214.822704,-511.8029846,88.8078245 +515960,-1248.01592,-511.9753241,-1214.379241,-511.9425718,82.96257002 +515961,-1246.302707,-511.5128502,-1212.639912,-511.4808285,80.31187592 +515962,-1244.347873,-510.9150153,-1210.654072,-510.8837093,78.8885391 +515963,-1242.60622,-510.3849873,-1208.879119,-510.3543808,77.7343084 +515964,-1241.059945,-509.9964234,-1207.47872,-509.9664999,76.4218114 +515965,-1239.732817,-509.7634211,-1206.359878,-509.7341634,74.78768132 +515966,-1238.65326,-509.6748062,-1205.473839,-509.6461968,72.79469093 +515967,-1237.827384,-509.7105344,-1204.804123,-509.6825561,70.46206951 +515968,-1237.239758,-509.8493465,-1204.338922,-509.8219819,67.83059947 +515969,-1236.864128,-510.0719967,-1204.061076,-510.0452287,64.94588636 +515970,-1236.672373,-510.3334717,-1203.949471,-510.3073961,61.85078835 +515971,-1236.638794,-510.6155375,-1203.982655,-510.5901871,58.58287789 +515972,-1236.741097,-510.914303,-1204.140933,-510.8896531,55.17437519 +515973,-1236.964675,-511.2316172,-1204.411415,-511.2076229,51.64925575 +515974,-1237.287231,-511.5645101,-1204.773509,-511.5411282,48.03469681 +515975,-1237.699168,-511.9136142,-1205.218775,-511.8908084,44.34624715 +515976,-1238.08181,-511.1999877,-1205.583154,-512.1983827,40.59586914 +515977,-1238.461431,-509.700484,-1205.908023,-512.4806271,36.7888119 +515978,-1238.871307,-507.842301,-1206.245895,-512.7586049,32.93572614 +515979,-1239.322597,-505.8524554,-1206.622086,-513.0414758,29.04911379 +515980,-1239.814228,-503.8030616,-1207.040439,-513.3311629,25.13829734 +515981,-1240.338667,-501.6933614,-1207.494064,-513.6258011,21.21160897 +515982,-1336.1029,-543.6869685,-1303.80823,-558.1004131,-191.7014494 +515983,-1151.457537,-457.3493827,-1119.197447,-474.3272818,134.8040466 +515984,-1298.402453,-522.00118,-1266.390138,-541.6264486,-153.0609025 +515985,-1104.911969,-431.2631781,-1072.787837,-453.6184089,199.1023378 +515986,-1159.041186,-452.2743499,-1126.27244,-477.4389524,132.14336 +515987,-1198.218653,-466.8561404,-1165.127363,-494.9089173,74.35259062 +515988,-1222.992824,-474.9995112,-1189.743518,-506.0188,33.69470337 +515989,-1237.098407,-478.2959994,-1203.774368,-512.3589711,7.984387477 +515990,-1244.45981,-478.6088677,-1211.08884,-515.6698851,-7.561029247 +515991,-1248.063356,-477.2336828,-1214.656686,-517.296272,-17.13592964 +515992,-1249.760084,-474.9521926,-1216.322281,-518.0742236,-23.53184799 +515993,-1250.558194,-472.1950559,-1217.094867,-518.4577763,-28.34942327 +515994,-1250.963025,-469.1855158,-1217.477866,-518.6728974,-32.4268981 +515995,-1251.21509,-466.0343168,-1217.713707,-518.8260513,-36.17959115 +515996,-1251.42465,-462.7942578,-1217.910965,-518.9654599,-39.80613932 +515997,-1251.639601,-459.4892533,-1218.119759,-519.1117496,-43.39827383 +515998,-1251.878176,-456.1292131,-1218.356884,-519.2725453,-46.99576708 +515999,-1252.144649,-452.7175139,-1218.62894,-519.4494204,-50.61343806 +516000,-1252.437426,-449.2546531,-1218.932472,-519.6412809,-54.25443541 +516001,-1347.876027,-489.8491688,-1314.988217,-563.9550203,-265.6690017 +516002,-1132.303726,-222.7934543,-1099.597124,-466.1092311,112.7664758 +516003,-1124.021139,404.6615626,-1090.967225,-461.9397159,141.3942856 +516004,-1112.159645,61.24231143,-1078.922867,-456.691572,163.9077204 +516005,-1097.062011,156.3803417,-1063.701229,-450.2891667,189.4144344 +516006,-1084.539522,203.3963559,-1051.073099,-445.2132998,210.6133887 +516007,-1072.833993,224.832963,-1039.267614,-440.5672936,230.1406058 +516008,-745.9968778,249.1887665,-960.7110429,-405.5858843,371.0367742 +516009,-374.3869856,273.6377514,-259.251288,-373.3703628,501.3978182 +516010,-608.7136184,296.9395252,-610.7343545,-329.1586699,680.3223793 +516011,-484.1768933,321.1996739,-476.4013276,-200.2490251,716.7547483 +516012,-455.8474364,331.470232,-442.243174,-248.0280386,221.5707583 +516013,-427.4166974,387.2111675,-415.1771642,-177.8847686,1154.921994 +516014,-404.4113312,381.7226937,-388.8977338,-234.9059111,1007.536738 +516015,-375.416267,343.4855772,-363.1610977,-200.8748855,334.4833985 +516016,-351.7593076,555.0413595,-337.9993462,-145.220561,1270.651813 +516017,-323.4409828,424.1234191,-312.1208971,-198.4080711,1095.525271 +516018,-302.7793311,347.5583315,-291.4500865,-140.5883462,481.8302165 +516019,-276.1704554,596.73598,-264.3090625,-106.953407,1459.18312 +516020,-254.5121623,565.8148778,-241.9450017,-173.931517,1226.31275 +516021,-228.5321049,354.1240875,-221.4394633,-110.6436228,897.0910948 +516022,-208.3883664,612.5991487,-197.2417849,-80.19247373,1470.260939 +516023,-182.1967526,382.1610646,-174.0262435,-137.8627722,964.741207 +516024,-144.963919,635.7387836,-117.2919922,-38.82586778,1572.646326 +516025,-165.9183726,398.0852736,-187.7081781,-126.1487391,897.2094041 +516026,-90.99045869,649.3631034,-64.13000663,-17.32081263,1622.181712 +516027,-117.3575171,610.7225591,-127.0541079,-102.960156,1387.788922 +516028,160.1104361,439.6223028,167.684415,72.38113939,1169.403274 +516029,-389.1865179,437.4659707,-385.7482902,-186.9921661,1155.489055 +516030,128.0725217,669.4693642,127.6441998,40.14018589,1684.79333 +516031,-49.78204988,635.5137299,-47.66526036,-34.62362276,1453.30858 +516032,209.1592039,453.2810022,206.356938,79.87623476,1236.771974 +516033,-108.8898029,659.1881141,-82.30500693,-26.35503466,1572.109842 +516034,-54.4128196,626.5336011,-98.75287669,-86.30156159,1357.353432 +516035,266.8475802,426.1404495,278.8205076,128.3443744,1412.352497 +516036,-119.6273342,656.5037071,-128.0204623,-50.17599373,1503.259431 +516037,306.1550508,451.0185062,296.7587874,94.93427223,1532.823044 +516038,-81.03767946,470.0293228,-89.24919319,-36.86468408,1364.566667 +516039,402.3512712,553.2481262,387.7656316,161.2820575,1820.164608 +516040,183.2520157,733.2465314,205.7485674,93.36420222,1845.703289 +516041,-90.04438464,689.1982504,-64.91598165,-24.34559035,1559.219472 +516042,457.0109317,493.3922501,341.294648,118.9962421,1053.194937 +516043,-28.11658245,698.7378678,-3.414049756,2.821150092,1696.770776 +516044,387.7978727,480.2387222,365.123667,158.1249639,1590.336219 +516045,92.2167328,702.3011656,62.95790699,20.77667955,1692.460448 +516046,408.6082994,484.8998805,388.6515487,167.9327161,1574.295844 +516047,310.7624766,554.6131342,279.0693932,118.3729503,1831.648599 +516048,131.8059398,741.0824297,154.4041353,68.24500328,1760.292113 +516049,474.4957638,526.6794704,379.6616832,162.5503172,1406.887682 +516050,142.4978358,734.3305021,136.8665752,57.83910007,1693.625932 +516051,492.5263291,506.3271527,454.9177695,200.0288922,1583.903026 +516052,383.1001951,566.071732,340.4811648,147.2327395,1806.362671 +516053,193.5676879,754.5075303,175.350472,76.28287326,1763.177821 +516054,549.9648407,524.1740357,485.2506541,214.9554451,1605.49078 +516055,422.1210937,577.4204188,385.1390204,167.6357275,1802.303927 +516056,258.1274639,567.4913976,212.3856164,94.44626433,1741.638885 +516057,624.1320418,613.4423355,575.2005711,253.4511231,1866.998605 +516058,321.622549,794.4232546,340.9848897,145.8777844,1904.310738 +516059,580.7012861,576.554317,428.3685223,197.2620938,1520.611183 +516060,473.1455393,613.4150894,455.0046807,197.8938006,1869.967734 +516061,806.0787154,609.1707461,745.9491547,328.1411328,1837.173223 +516062,936.2447382,615.2783689,876.8729117,386.2255212,1843.08222 +516063,915.8872446,625.8035119,861.1017659,380.9659995,1868.22272 +516064,920.5083393,633.4659721,861.8226215,381.1373797,1883.992713 +516065,937.285682,638.9185415,876.7080707,388.1357059,1892.639023 +516066,951.0645343,643.0094557,888.2063916,393.645768,1897.018968 +516067,954.4414474,633.2689011,888.5190617,393.6097655,1846.841418 +516068,949.5081546,634.1299053,915.5762253,406.5030135,1839.535231 +516069,935.877619,705.1124838,917.0672514,407.031023,1828.243925 +516070,923.1322918,907.6469213,921.3552031,412.8571501,1817.098437 +516071,911.610365,802.4225758,908.1114953,412.7204453,1806.180426 +516072,901.4805018,858.6980166,896.161231,407.0946212,1796.005255 +516073,892.6938162,877.5071241,885.6930413,402.1014662,1786.837792 +516074,885.0607292,895.371717,876.5709254,397.7426151,1778.617578 +516075,878.387397,912.7901443,868.5750867,393.9347391,1771.188259 +516076,872.5107905,929.7358063,861.503411,390.5792978,1764.393149 +516077,867.2971319,947.0081197,855.1918779,387.5906015,1758.098419 +516078,862.6360277,963.5364282,849.5097024,384.9007577,1752.194857 +516079,858.4355867,979.9882675,844.350934,382.4565107,1746.594471 +516080,854.6191285,1004.875885,839.6281346,380.2151896,1741.226036 +516081,851.1228066,1025.736346,835.2685089,378.1419155,1736.031933 +516082,847.8936889,1045.880835,831.2114646,376.2079534,1730.965693 +516083,844.887978,1066.447638,827.4066712,374.3896069,1725.990197 +516084,842.068917,1086.202147,823.8118501,372.6671183,1721.07489 +516085,839.4061048,1105.707541,820.3919665,371.0242387,1716.195689 +516086,836.8743328,1125.857785,817.1179315,369.4475841,1711.333542 +516087,834.5788493,1144.510003,814.091747,367.9834717,1706.703008 +516088,832.436527,1163.772736,811.227574,366.5928726,1702.173125 +516089,830.403012,1182.514503,808.4787876,365.254649,1697.680855 +516090,828.4626262,1200.93197,805.8278111,363.9609315,1693.212888 +516091,826.5996012,1218.257462,803.2572905,362.7039849,1688.753834 +516092,824.7918276,1234.499699,800.7471571,361.4749506,1684.291241 +516093,823.0227369,1250.790295,798.2818966,360.2670123,1679.815736 +516094,821.2822095,1266.575369,795.8509293,359.0755452,1675.320296 +516095,819.5640666,1282.216058,793.4469245,357.8973632,1670.799943 +516096,817.8639914,1297.42993,791.0643627,356.730076,1666.251154 +516097,816.1785906,1312.521264,788.6988476,355.5717829,1661.671707 +516098,814.5050437,1327.164018,786.3467639,354.42092,1657.060218 +516099,812.8410628,1341.802445,784.0051711,353.2762147,1652.416112 +516100,811.1848718,1355.964765,781.6716661,352.1366248,1647.739261 +516101,809.5351439,1370.018523,779.3443218,351.0013132,1643.03003 +516102,807.8908428,1383.8008,777.0215684,349.8695955,1638.288984 +516103,806.2511723,1397.404383,774.7021547,348.7409237,1633.516993 +516104,804.6154932,1410.630602,772.3850543,347.6148453,1628.714976 +516105,802.9833161,1423.800612,770.0694496,346.4909973,1623.884031 +516106,801.3542245,1436.712327,767.7546634,345.3690758,1619.025221 +516107,799.7203243,1449.420848,765.4325584,344.2453823,1614.1259 +516108,798.1026813,1452.281061,763.124053,343.129425,1609.225999 +516109,796.4950675,1463.69432,760.9198406,342.060327,1604.277468 +516110,794.9109557,1474.512087,758.7989389,341.0289729,1599.316848 +516111,793.3330741,1485.712821,756.6962115,340.0065392,1594.334375 +516112,791.7548511,1496.936159,754.5805617,338.9793888,1589.331014 +516113,790.174216,1507.732625,752.4439247,337.9441228,1584.307777 +516114,788.5911085,1518.680131,750.287876,336.9016148,1579.265498 +516115,787.0059678,1529.310116,748.1158062,335.8535136,1574.205056 +516116,785.4191269,1539.778257,745.9303094,334.8010744,1569.127198 +516117,783.830767,1550.228888,743.7330575,333.7451091,1564.032706 +516118,782.2409631,1560.395821,741.5251776,332.6861611,1558.922234 +516119,780.6497658,1570.460077,739.3075774,331.6246573,1553.796476 +516120,779.0571982,1580.299527,737.0810398,330.5609541,1548.65601 +516121,777.2521648,1593.9238,734.6351555,329.3993998,1543.117599 +516122,775.5874478,1604.791821,732.3182079,328.2966929,1537.979784 +516123,774.0435933,1615.601349,730.1085545,327.2421084,1533.102227 +516124,772.5668532,1625.992685,727.9527402,326.2109196,1528.308022 +516125,771.1211309,1636.246267,725.8159934,325.1872793,1523.507559 +516126,769.6904473,1646.309675,723.683757,324.1647707,1518.675214 +516127,768.2695188,1656.141166,721.5519362,323.1418216,1513.811111 +516128,766.8912997,1666.026108,719.4544498,322.1341334,1508.983187 +516129,765.5394047,1675.393808,717.3757121,321.1348545,1504.167247 +516130,764.2028273,1684.963206,715.305393,320.1394854,1499.34729 +516131,762.8794198,1694.169442,713.2419301,319.147489,1494.522667 +516132,761.5664483,1703.292231,711.1831153,318.158014,1489.691217 +516133,760.2616011,1712.251216,709.1271012,317.1703521,1484.851263 +516134,758.9629899,1721.065227,707.0724128,316.1839437,1480.001576 +516135,757.6690935,1729.661987,705.0178933,315.1983553,1475.141371 +516136,756.3786621,1738.283461,702.9626138,314.2132402,1470.270076 +516137,755.0906839,1746.680111,700.9058497,313.2283304,1465.387395 +516138,753.8043106,1754.819714,698.8470169,312.2434095,1460.493126 +516139,752.5188639,1762.893731,696.7856704,311.2583139,1455.58726 +516140,751.2337754,1770.935663,694.7214505,310.2729101,1450.669811 +516141,749.9485888,1778.700626,692.6540923,309.2871001,1445.740933 +516142,748.6629207,1786.315877,690.5833842,308.3008043,1440.800767 +516143,747.3764638,1794.037288,688.5091762,307.3139655,1435.849549 +516144,746.0889566,1805.020453,686.4313515,306.3265375,1430.887485 +516145,744.8001992,1810.355563,684.3498373,305.3384907,1425.914857 +516146,743.5100075,1820.560303,682.2645774,304.3497999,1420.931897 +516147,742.2182418,1824.615989,680.1755447,303.3604507,1415.938892 +516148,740.9247925,1836.613626,678.0827227,302.3704316,1410.936081 +516149,739.6295605,1837.337608,675.9861116,301.3797372,1405.923742 +516150,738.332472,1822.661876,673.8857204,300.3883646,1400.902109 +516151,737.0334684,1861.614675,671.7815711,299.3963161,1395.871457 +516152,735.7308855,1851.670676,669.6746179,298.4039995,1390.832008 +516153,734.4236552,1860.888584,667.5654978,297.4116821,1385.784053 +516154,733.1115138,1866.653652,665.4543646,296.4194178,1380.727812 +516155,731.7945917,1872.184029,663.3411035,295.4271421,1375.663482 +516156,730.4833324,1877.557857,661.2255758,294.4347818,1370.591277 +516157,729.1921962,1882.839816,659.1076605,293.4422724,1365.511449 +516158,727.9280211,1888.078678,656.9872669,292.4495641,1360.424202 +516159,726.6913024,1893.013938,654.8643389,291.4566233,1355.32978 +516160,725.4798491,1897.869664,652.7388238,290.4634188,1350.228362 +516161,724.2912373,1902.705565,650.6106887,289.4699293,1345.120171 +516162,723.1235077,1907.322675,648.4799008,288.4761349,1340.005373 +516163,721.9750666,1911.720908,646.3464429,287.482024,1334.884186 +516164,720.8445831,1916.191494,644.2102954,286.4875851,1329.756773 +516165,719.7310113,1920.477225,642.0714539,285.492815,1324.623348 +516166,718.6334228,1924.631239,639.9299082,284.4977084,1319.48407 +516167,717.5510049,1928.626511,637.7856639,283.5022683,1314.339152 +516168,716.4830764,1932.513897,635.6387184,282.506494,1309.188746 +516169,715.428965,1936.275972,633.4890836,281.5103921,1304.033061 +516170,714.3881374,1940.073619,631.3367641,280.513966,1298.872247 +516171,713.3601124,1943.569967,629.1817752,279.5172238,1293.706501 +516172,712.3445178,1947.007104,627.0241245,278.5201704,1288.535967 +516173,711.3411472,1950.360684,624.8638337,277.5228165,1283.36084 +516174,710.350132,1953.608622,622.7009138,276.5251682,1278.181256 +516175,709.3716282,1956.751191,620.5353887,275.527237,1272.997401 +516176,708.4058274,1959.788596,618.3672716,274.5290293,1267.809404 +516177,764.6813224,1962.80906,616.196589,273.5305573,1262.617447 +516178,945.8053645,1965.508221,614.0126146,272.5269451,1257.40212 +516179,854.7607024,1968.294829,611.845596,271.5319448,1252.218522 +516180,904.8184449,1970.813253,609.6567155,270.5279049,1246.996113 +516181,804.2813037,1919.535018,607.6615566,269.61282,1242.126776 +516182,818.2102469,1920.246805,603.4405883,267.6450631,1233.163235 +516183,833.1247731,1921.447296,598.0643091,265.1492773,1222.081677 +516184,847.9638571,1922.605823,592.6285293,262.6523982,1210.859923 +516185,863.0020442,1923.746754,587.59678,260.3705405,1200.323533 +516186,877.7496666,1924.835154,583.0217555,258.3206253,1190.570672 +516187,892.8207457,1925.856724,578.818315,256.4548779,1181.4624 +516188,907.4608673,1926.802634,574.8969094,254.7257691,1172.853806 +516189,922.319812,1927.668439,571.1959653,253.1010847,1164.646595 +516190,937.2106496,1928.451519,567.6761246,251.560427,1199.747484 +516191,951.8633221,1929.236245,564.3096404,250.0896079,1295.210868 +516192,966.5465409,1929.723512,561.0741968,248.6774175,1247.05736 +516193,981.0205784,1930.307765,557.9505994,247.3143975,1273.397335 +516194,996.1013548,1930.730515,554.9221902,245.9924984,1283.017571 +516195,1010.024903,1930.987998,551.9746894,244.7049562,1292.019658 +516196,1025.066966,1931.373009,549.0960036,243.4461583,1301.094514 +516197,1039.216438,1931.480307,546.2759446,242.2114726,1309.905664 +516198,1054.235761,1931.572618,543.5059394,240.9970804,1318.723047 +516199,1067.966345,1931.563059,540.7787559,239.7998242,1327.209554 +516200,1083.037034,1931.463803,538.088284,238.617088,1336.072108 +516201,1097.224804,1931.275083,535.4293456,237.4466968,1344.459592 +516202,1111.415426,1930.996728,532.7975465,236.286839,1352.725302 +516203,1126.286952,1930.628655,530.1891533,235.1360029,1361.400182 +516204,1140.437859,1930.26068,527.6009857,233.9929231,1369.526688 +516205,1154.859225,1929.495603,530.3785048,235.2875261,1377.592641 +516206,1169.226838,1929.040233,533.4040399,236.6920279,1385.994472 +516207,1183.262676,1928.233845,536.3148886,238.0415284,1393.917279 +516208,1198.131327,1927.424023,539.4411669,239.4873272,1401.94068 +516209,1212.210128,1926.510592,542.1162143,240.7277774,1409.87234 +516210,1226.608509,1925.507182,544.68524,241.9210529,1417.739356 +516211,1241.138702,1924.283291,547.1678769,243.0768801,1425.546066 +516212,1254.814085,1922.943463,549.576838,244.201481,1433.091176 +516213,1269.217667,1921.499896,551.921359,245.2992464,1441.108558 +516214,1283.322871,1919.956065,554.2093012,246.3737981,1448.577956 +516215,1297.470161,1918.313873,556.447636,247.4282735,1456.410877 +516216,1311.270223,1916.57434,600.092467,248.4653693,1463.610635 +516217,1325.948256,1914.738394,647.1506138,249.4873564,1471.237118 +516218,1339.864982,1912.806213,624.0987758,250.4961087,1478.594771 +516219,1354.037841,1910.777797,643.0749643,251.4931784,1485.9926 +516220,1368.180927,1908.653441,651.0226161,252.4798441,1493.279027 +516221,1382.270937,1906.523423,659.1193616,253.4571616,1500.507308 +516222,1396.472753,1904.082262,666.5961371,289.2642477,1507.74439 +516223,1410.578394,1901.735218,674.490161,281.3991235,1514.610715 +516224,1424.674947,1899.221053,681.7376634,294.6787589,1522.13828 +516225,1438.891432,1896.62605,689.3670268,287.8646456,1528.976102 +516226,1452.95133,1893.849932,696.5860457,308.3715593,1535.987205 +516227,1467.183892,1891.194597,703.9583266,290.7369057,1542.975461 +516228,1481.256435,1888.262927,710.9432688,296.8072863,1549.818673 +516229,1495.493364,1885.312153,718.1921229,315.7243947,1556.714743 +516230,1509.630657,1882.258356,724.8946652,310.3616343,1563.461172 +516231,1523.754377,1879.114062,732.1201878,316.4481842,1570.234026 +516232,1538.023851,1875.879793,738.704566,320.1340398,1576.958828 +516233,1552.118651,1872.556209,745.6340847,323.9432352,1583.571716 +516234,1566.12669,1869.142418,752.0527765,327.5447342,1590.206122 +516235,1580.563723,1865.641264,759.0756882,331.1990091,1596.731659 +516236,1594.412774,1862.050741,765.1015028,334.7467109,1603.271215 +516237,1608.645196,1858.286187,772.0022597,338.347238,1609.676294 +516238,1622.726171,1854.731118,778.1408571,341.7579971,1616.116018 +516239,1637.011655,1850.702472,784.6772325,345.257052,1622.520309 +516240,1651.111549,1846.83778,790.773606,348.6576145,1628.802538 +516241,1428.697443,1737.508962,564.1303664,256.4076879,1150.749481 +516242,1438.115413,1731.120607,563.9498787,256.1412905,1149.439547 +516243,1448.789525,1725.465612,563.546339,255.6959583,1149.372643 +516244,1460.307284,1719.75949,563.1403456,255.2712159,1150.584737 +516245,1472.012915,1714.193006,562.8487845,254.9565673,1152.521779 +516246,1484.142669,1708.710218,562.7010278,254.7636412,1154.668518 +516247,1496.266693,1702.939807,562.6872361,254.6750199,1157.428866 +516248,1508.636676,1697.485277,562.7897722,254.6703233,1160.160729 +516249,1521.096619,1691.751317,562.9901115,254.733781,1163.023222 +516250,1533.52547,1686.037155,563.2744496,254.8540006,1166.215418 +516251,1546.187307,1707.137004,563.6335791,255.0223206,1169.074736 +516252,1558.744931,1635.671103,564.0570989,255.2316681,1172.421207 +516253,1571.543617,1687.155383,577.5107124,255.4760591,1175.567921 +516254,1584.217269,1669.947908,591.4458483,255.7504076,1178.847107 +516255,1597.085449,1639.790146,575.2119202,256.0504179,1182.15758 +516256,1610.020903,1669.973,606.1354056,256.372489,1185.504705 +516257,1622.87766,1625.748077,573.4441161,272.9568137,1188.802631 +516258,1635.967653,1649.309604,602.4416289,262.8095096,1192.346053 +516259,1648.91836,1625.278584,599.6214235,279.4211304,1195.804813 +516260,1662.065339,1627.661413,602.969157,262.0673035,1199.05712 +516261,1674.678583,1618.624452,606.6708362,291.0409476,1202.756702 +516262,1688.719118,1612.569919,610.4957635,256.7917629,1206.179648 +516263,1701.511134,1606.135642,613.8363526,307.5880812,1209.724849 +516264,1715.061988,1599.578957,617.3937835,256.7554166,1213.175416 +516265,1728.224284,1592.976604,620.9731772,303.6701656,1216.982322 +516266,1741.777412,1586.31959,624.4673307,261.3789483,1220.340459 +516267,1755.175227,1579.681978,627.9185712,295.9785269,1224.022369 +516268,1768.683734,1572.814819,631.487507,305.8053114,1227.508871 +516269,1782.169186,1565.974408,634.9400292,265.0284744,1231.294414 +516270,1795.928693,1559.197483,638.5133943,301.3278426,1234.843167 +516271,1808.673312,1551.783636,641.6578552,293.7361906,1238.502078 +516272,1821.73681,1544.441093,644.7204456,295.4745741,1242.25075 +516273,1834.559956,1536.842073,647.7994341,297.8883136,1245.624952 +516274,1847.455195,1529.318434,650.9171305,299.3836861,1249.536746 +516275,1860.336533,1521.670729,653.8374734,301.4970575,1253.098106 +516276,1873.157298,1513.968348,656.8130956,303.0671312,1256.782699 +516277,1886.222311,1506.208649,659.8539442,304.8345526,1260.454388 +516278,1898.887133,1498.389063,662.7096611,306.5256412,1264.0025 +516279,1911.968722,1490.514776,665.7881187,308.2433607,1267.873941 +516280,1924.807354,1482.586819,668.5167525,309.9615905,1271.452762 +516281,1937.73434,1474.67509,671.5454847,311.6316855,1275.276744 +516282,1950.65781,1466.551788,674.3680623,313.3113849,1278.746797 +516283,1963.586017,1458.452763,677.1704151,314.9441739,1282.517182 +516284,1976.44555,1450.414599,680.1673745,316.6449153,1286.163121 +516285,1989.579285,1442.26879,682.7744256,318.2683089,1289.698901 +516286,2002.349268,1433.976729,685.7363904,319.8722484,1293.563856 +516287,2015.295483,1425.771015,688.4593428,321.5486772,1297.122301 +516288,2028.35807,1417.472632,691.2363086,323.1392168,1300.794648 +516289,2041.262334,1409.14513,693.9833387,324.7514548,1304.441459 +516290,2054.241515,1400.782873,696.6459145,326.3093596,1308.079556 +516291,2067.22042,1392.385982,699.4682584,327.9907001,1311.713433 +516292,2080.200244,1384.019,702.1782913,329.4463552,1315.337625 +516293,2093.108094,1375.471323,704.6911029,331.1067272,1318.814501 +516294,2106.224239,1366.960453,707.5182373,332.6301021,1322.647634 +516295,2119.242437,1358.580737,710.0965363,334.1479536,1326.283724 +516296,2132.048113,1349.910738,712.7376012,335.7917129,1329.672712 +516297,2145.250443,1341.390754,715.3465907,337.1893127,1333.368845 +516298,2158.185144,1332.848908,717.9422074,338.814584,1336.919239 +516299,2171.215711,1324.092498,720.5196549,340.2914293,1340.486726 +516300,2184.234018,1315.581987,723.0007587,341.8041037,1344.042512 +516301,2432.248825,1414.219168,960.9676912,450.0790189,1810.074182 +516302,2448.755515,1407.545552,967.2569777,453.3226418,1786.302104 +516303,2463.980929,1400.175682,971.9123584,455.8219489,1792.593949 +516304,2478.925964,1392.518259,976.1204142,458.3296421,1797.791469 +516305,2493.119068,1384.754483,980.0128652,460.4549462,1802.657617 +516306,2507.435298,1376.72379,983.7025818,462.583132,1807.246599 +516307,2521.507006,1368.680239,987.0270143,464.6270304,1811.704549 +516308,2535.508087,1360.73636,990.819897,466.6206078,1815.933593 +516309,2549.44313,1352.48628,994.0045874,468.5738509,1820.09442 +516310,2563.417315,1344.373077,997.3252757,470.4912016,1824.116032 +516311,2577.075534,1336.230121,1000.537727,472.2592798,1828.210314 +516312,2590.821629,1327.870214,1003.686067,474.40982,1832.028588 +516313,2604.815591,1319.749178,1006.773747,475.96965,1835.919385 +516314,2618.256026,1311.495472,1009.802255,477.8739246,1839.702774 +516315,2632.008626,1303.146118,1012.775107,479.6263845,1843.394345 +516316,2645.607835,1294.890268,1015.692676,481.371381,1847.139552 +516317,2659.298591,1286.573968,1018.557858,483.0913609,1850.735338 +516318,2672.562012,1278.263539,1021.370753,484.7863469,1854.319152 +516319,2686.327429,1269.940411,1024.379759,486.45738,1857.893106 +516320,2699.713822,1261.669686,1026.717773,488.1044445,1861.307369 +516321,2713.288929,1253.210323,1029.564586,489.7285486,1864.735906 +516322,2726.539342,1244.995674,1032.143205,491.3296246,1868.190745 +516323,2739.897385,1236.680121,1034.740315,492.7838196,1871.511778 +516324,2753.433262,1228.291541,1037.228937,494.5298869,1874.830842 +516325,2766.796972,1223.806704,1039.730897,495.9737553,1878.104787 +516326,2779.952193,1218.044336,1042.166648,497.5089664,1881.339158 +516327,2793.331045,1211.868414,1044.590577,499.0029834,1884.492694 +516328,2814.976969,1205.916144,1046.907027,500.4766062,1887.723432 +516329,2816.925341,1200.40498,1049.241861,501.9303291,1890.862127 +516330,2855.508376,1193.670039,1051.513006,503.3640803,1893.890598 +516331,2814.298847,1187.893725,1053.62904,504.7273895,1896.983968 +516332,2866.730551,1181.821484,1055.706988,506.0607274,1900.001184 +516333,2873.388767,1175.710353,1057.669098,507.3701288,1902.995352 +516334,2883.452856,1169.649091,1059.644798,508.792639,1905.911426 +516335,2897.841987,1163.539697,1061.554223,509.8530643,1908.916149 +516336,2915.75636,1157.55697,1063.424924,511.1956304,1911.783679 +516337,2933.575665,1151.483582,1065.255281,512.3985197,1914.665333 +516338,2951.467253,1145.463071,1067.072164,513.6016729,1917.509615 +516339,2968.978572,1139.45153,1068.781812,514.646162,1920.327041 +516340,2986.862378,1133.409291,1070.242457,516.021392,1923.115539 +516341,3004.26563,1127.501998,1072.327439,517.066214,1925.925167 +516342,3024.656115,1121.515101,1073.76291,518.2162649,1928.539942 +516343,3060.079972,1115.590317,1075.410048,519.3261127,1931.358416 +516344,3030.240085,1109.683606,1076.975411,520.4176447,1933.998288 +516345,3081.364943,1103.756129,1078.506716,521.4916053,1936.664489 +516346,3092.990449,1097.971773,1080.030455,522.5478591,1939.297236 +516347,3108.422854,1092.118363,1081.451324,523.5873397,1941.90718 +516348,3126.493175,1086.335733,1082.900829,524.6096311,1944.491828 +516349,3166.505734,1080.535795,1084.293302,525.6155592,1947.054258 +516350,3128.965209,1074.880958,1085.65738,526.6047424,1949.592035 +516351,3194.173977,1069.168487,1086.990239,527.5779496,1952.059336 +516352,3192.38243,1063.532634,1088.29129,528.5349018,1954.627031 +516353,3245.492366,1057.897172,1089.589712,529.4885459,1957.113935 +516354,3182.79945,1052.40496,1090.849826,530.4232241,1959.604302 +516355,3285.224907,1046.860266,1092.100628,531.3388522,1962.099795 +516356,3238.410697,1041.394816,1093.245778,532.2374333,1964.442638 +516357,3310.02077,1035.928128,1094.425061,533.1204816,1966.875418 +516358,3277.52911,1030.612514,1095.54827,533.9878766,1969.239978 +516359,3338.985273,1025.259656,1096.64784,534.8406192,1971.592271 +516360,3324.641874,1019.994943,1097.718418,535.678354,1973.922726 +516361,3399.760995,1037.65451,1145.796447,559.3972611,2056.927054 +516362,3417.750345,1033.580828,1149.217912,561.3124593,2062.135215 +516363,3435.227695,1029.3357,1151.794108,562.9206017,2066.447107 +516364,3452.856659,1024.899944,1153.940419,564.2850889,2070.361646 +516365,3469.978227,1020.47234,1155.863029,565.5597895,2073.965882 +516366,3496.725193,1016.039397,1157.644272,566.7649858,2077.358659 +516367,3500.43409,1011.58832,1159.320121,567.9195041,2080.601804 +516368,3522.589558,1007.277987,1160.912604,569.0337861,2083.730387 +516369,3538.814784,1002.92759,1162.437322,570.1150798,2086.770873 +516370,3554.789222,998.752036,1163.933058,571.1663698,2089.733067 +516371,3571.675265,994.4289184,1165.292611,572.1907656,2092.630838 +516372,3587.554436,990.4092152,1166.671672,573.1889843,2095.465471 +516373,3603.987142,986.3164624,1167.973374,573.9919119,2098.245651 +516374,3628.3662,982.3106328,1169.232268,575.2030259,2100.970374 +516375,3632.341504,978.3666556,1170.479354,576.0064158,2103.591667 +516376,3652.199197,974.4951301,1171.597902,576.938661,2106.306583 +516377,3675.13441,970.6981515,1172.7478,577.825357,2108.904286 +516378,3679.46574,966.9794624,1173.862159,578.6867897,2111.304053 +516379,3710.693767,963.3780272,1174.852535,579.5297044,2113.937152 +516380,3714.046254,958.9237148,1175.881019,580.3609688,2117.937599 +516381,3727.755036,955.4507592,1176.874682,581.2210453,2122.97543 +516382,3718.000208,952.0905774,1177.749539,582.1215713,2120.331577 +516383,3711.39391,948.7971484,1178.668088,583.0642232,2128.332153 +516384,3710.174059,945.5413795,1179.51469,584.0522188,2122.455617 +516385,3711.224564,942.3183177,1180.368504,585.2814024,2136.759448 +516386,3714.041921,939.1234201,1181.098757,586.6004891,2121.411934 +516387,3718.03255,935.9542404,1181.875515,587.7972651,2125.530997 +516388,3721.659042,932.8083123,1182.586812,589.6272716,2140.609361 +516389,3725.501879,929.6852736,1183.272827,590.9064291,2134.9407 +516390,3729.783161,926.5443107,1183.926207,592.5759397,2138.914907 +516391,3734.150969,923.512363,1184.535617,594.1788669,2141.131928 +516392,3738.624641,920.4146715,1185.110625,595.8221717,2143.044218 +516393,3743.198709,917.3672282,1185.654628,597.5104324,2145.244163 +516394,3747.82897,914.3307424,1186.166877,599.2434248,2147.216229 +516395,3752.507838,911.3107896,1186.649706,601.0212912,2149.233962 +516396,3757.49321,908.3065069,1187.101981,602.8427887,2151.219044 +516397,3762.189673,905.3180838,1187.562392,604.7082174,2153.184828 +516398,3766.889667,902.3446952,1187.901958,606.6164391,2155.193237 +516399,3771.613645,899.3490592,1188.29515,608.5679158,2157.019667 +516400,3776.352174,896.4605804,1188.62795,610.5616259,2158.974288 +516401,3781.104679,893.5059445,1188.939622,612.5981573,2160.854395 +516402,3785.859773,890.5977578,1189.223659,614.6765622,2162.659959 +516403,3790.61916,887.6990217,1189.482083,616.7975324,2164.617431 +516404,3795.371829,884.8146568,1189.713486,618.960176,2166.407141 +516405,3800.125919,881.9453247,1189.920097,621.1652496,2168.241871 +516406,3804.866126,879.090499,1190.100424,623.4119003,2170.114041 +516407,3809.598264,876.2144305,1190.256703,625.7009166,2171.807839 +516408,3814.331895,873.4425567,1190.387436,627.8149505,2173.634244 +516409,3819.041662,870.6071226,1190.494803,630.5204479,2175.389432 +516410,3823.738514,867.8179086,1190.577293,632.7725809,2177.138875 +516411,3828.435506,865.0384339,1190.637132,635.267645,2178.876953 +516412,3833.114541,862.2740283,1190.672685,637.7662015,2180.599669 +516413,3837.773859,859.5252718,1190.686221,640.3080094,2182.378993 +516414,3842.423082,856.7916913,1190.67611,642.8909196,2183.903273 +516415,3847.055757,854.0387035,1190.644568,645.516134,2185.743578 +516416,3851.65347,851.3879019,1190.589922,648.4130482,2187.354551 +516417,3856.25261,848.6766937,1190.514482,650.771453,2189.026051 +516418,3860.835265,846.011206,1190.453658,653.6901107,2190.6734 +516419,3865.386599,843.3565288,1190.279629,656.4676856,2192.310485 +516420,3869.920861,840.7174293,1190.165889,659.2644845,2193.933677 +516421,3887.912811,805.2226794,1113.428503,628.7083439,2052.752447 +516422,3907.036338,802.112323,1112.804443,631.9569097,2053.883343 +516423,3918.9776,799.5506942,1112.380341,634.5664898,2055.359371 +516424,3927.103166,796.8175542,1112.005457,637.5635247,2056.679315 +516425,3934.48362,794.2409287,1111.666287,640.5603536,2058.223641 +516426,3941.348438,791.6187627,1111.323121,643.6094723,2059.726045 +516427,3947.499934,789.0129486,1110.943139,646.7059574,2061.251025 +516428,3953.894279,786.4998247,1110.632328,649.8474204,2062.778698 +516429,3960.184123,783.9388694,1110.241024,653.0032121,2064.309219 +516430,3965.94662,781.3916616,1109.863437,656.2137083,2065.835067 +516431,3971.435268,778.9341315,1109.469892,659.4685681,2067.360761 +516432,3976.97842,776.4284471,1109.062358,662.7651417,2068.88015 +516433,3982.047726,773.966997,1108.643022,666.3386144,2070.396968 +516434,3986.955161,771.4881716,1108.209544,669.3602827,2071.905906 +516435,3991.731765,769.1013521,1107.76408,672.9515151,2073.410991 +516436,3996.379562,766.6665261,1107.304392,676.396131,2074.907292 +516437,4000.932726,764.2749746,1106.832692,679.8578346,2076.399003 +516438,4005.403243,761.6055768,1106.346786,683.4370892,2077.881413 +516439,4009.782463,759.6679017,1105.848896,686.9715131,2079.358846 +516440,4014.079392,757.1163196,1105.336865,690.6036295,2080.826694 +516441,4018.319176,754.8342787,1104.812922,694.2765249,2082.289345 +516442,4022.494223,752.5217972,1104.274916,697.9277767,2083.742288 +516443,4026.616018,750.2273797,1103.725084,701.6980996,2085.13057 +516444,4030.972657,747.9487827,1103.161295,705.4170245,2086.660215 +516445,4034.978444,745.6870952,1102.585781,709.2344685,2088.108289 +516446,4038.934706,743.4414381,1101.996427,712.8365782,2089.448154 +516447,4042.847032,741.21249,1101.395451,717.0614023,2090.910641 +516448,4046.701763,739.280923,1100.780764,720.8186905,2093.48697 +516449,4050.569073,736.6740134,1100.154582,724.7549034,2093.407107 +516450,4054.355947,734.6910565,1099.51479,728.7463856,2096.983121 +516451,4058.180273,732.5899706,1099.075168,732.6599214,2095.262789 +516452,4061.71076,730.5657703,1098.696404,736.5617605,2101.158402 +516453,4065.136119,728.5688634,1098.337174,740.5791952,2096.128128 +516454,4068.087937,726.5968826,1097.986024,744.5219219,2106.754432 +516455,4071.156696,724.6475458,1097.639975,748.5525887,2094.973422 +516456,4073.600657,722.7211569,1097.2967,752.6038667,2115.288433 +516457,4076.581457,720.8153303,1096.956044,756.6039232,2089.388643 +516458,4078.476498,718.9321533,1096.616357,760.6833018,2130.203763 +516459,4081.55339,717.067316,1096.278396,764.7790463,2076.668449 +516460,4084.197313,715.2246929,1095.940374,768.8186352,2122.81779 +516461,4085.059438,713.4021572,1095.602954,772.9640695,2125.975948 +516462,4088.045395,711.5957156,1095.265968,776.9280956,2084.159609 +516463,4090.543073,709.8118344,1094.928101,781.1381984,2122.217521 +516464,4092.049833,708.0453605,1094.58978,785.2014866,2112.756765 +516465,4093.926971,706.2963444,1094.251084,789.3515064,2114.296518 +516466,4095.708653,704.5661473,1093.911051,793.4211772,2116.10473 +516467,4097.384449,702.8643515,1093.570099,797.6469272,2117.276507 +516468,4098.987809,701.160215,1093.227799,801.6474586,2118.660257 +516469,4100.514574,699.4829346,1092.88351,805.8633295,2119.727367 +516470,4102.336766,695.1310569,1086.212566,811.0682444,2121.040044 +516471,4105.634386,693.0324363,1084.830936,815.310954,2122.181367 +516472,4109.471614,691.1365144,1083.935968,819.7474085,2123.35548 +516473,4113.07032,689.3453334,1083.258813,824.3727854,2124.577257 +516474,4116.235165,687.5894507,1082.574801,828.5841815,2125.693304 +516475,4118.955686,685.8597335,1081.926752,833.0261015,2126.835141 +516476,4121.303079,684.1566461,1081.301345,837.2952585,2127.970537 +516477,4123.371088,682.4778125,1080.691864,841.6472148,2129.161414 +516478,4125.229927,680.8215013,1080.094594,845.9202125,2130.176972 +516479,4126.930144,679.1866959,1079.507799,850.265662,2131.331927 +516480,4128.490903,677.5723744,1078.92968,854.608257,2132.418122 +516481,4157.434299,609.9032334,924.4837621,792.522242,1847.541483 +516482,4189.613049,607.2575971,922.7058533,796.2505089,1847.397976 +516483,4205.48553,605.356111,920.7561994,799.9526473,1847.33403 +516484,4213.996671,603.3541308,919.2575562,803.8615999,1847.787684 +516485,4220.278212,601.2170037,917.7854665,807.7012859,1848.158135 +516486,4225.886552,599.8279788,916.5676436,811.5607131,1848.640559 +516487,4231.006947,597.5492405,914.8650541,815.4014068,1849.277344 +516488,4235.490201,595.8769347,913.6249826,819.2214086,1849.718938 +516489,4239.249854,594.0325076,912.2260296,823.016737,1850.310849 +516490,4242.333083,592.2345436,910.8688597,826.7833941,1850.857352 +516491,4244.825334,590.4533377,909.5222481,830.5178489,1851.453708 +516492,4246.813979,588.6878227,908.1844442,834.2164369,1851.933454 +516493,4248.36918,586.9372007,906.8547976,837.8752504,1852.460654 +516494,4249.543262,585.2005885,905.5317622,841.4908852,1853.050868 +516495,4250.377174,583.4774532,904.2153686,845.091003,1853.537332 +516496,4250.903464,581.9472032,902.9042245,848.5601829,1854.05049 +516497,4251.15883,579.989644,901.5980532,852.0440915,1854.543217 +516498,4251.156835,578.427484,900.2957989,855.4399593,1855.020949 +516499,4250.912766,576.7261756,898.9970813,858.7750208,1855.483226 +516500,4250.447693,575.0613969,897.7008527,862.0398516,1855.928491 +516501,4249.771351,573.4072386,896.406872,865.2614925,1856.356725 +516502,4248.896236,571.7627315,895.1135964,868.3181331,1856.766325 +516503,4247.82532,570.1274781,894.0010186,871.3593625,1857.157356 +516504,4246.572145,568.500839,892.4447228,874.2758378,1857.528233 +516505,4245.128439,566.7136293,891.2768582,877.0937496,1857.879012 +516506,4243.488719,565.3460242,889.954959,879.7998846,1858.208232 +516507,4241.654716,563.6241084,888.6561644,882.3851904,1858.515492 +516508,4239.629403,562.052571,887.3543927,884.8736898,1858.799648 +516509,4237.409945,560.460669,886.0483586,887.1359184,1859.060301 +516510,4234.988836,559.0342059,884.736814,889.3195426,1859.295732 +516511,4232.534889,556.5685944,881.9197444,889.8273333,1859.490545 +516512,4229.683478,554.3358404,878.5384776,890.0251998,1859.658858 +516513,4226.135025,551.9098276,875.5950095,890.003295,1859.79972 +516514,4221.899002,549.4662717,872.0436719,889.780847,1859.905824 +516515,4217.105901,546.990086,868.6919679,889.3693127,1859.9806 +516516,4211.882343,544.4834938,865.1105929,888.7740499,1860.01601 +516517,4206.304233,541.9512477,861.7613029,887.9665415,1860.015466 +516518,4198.882764,539.3932317,857.8167495,887.0665162,1859.970546 +516519,4189.702703,536.9600342,854.2951633,885.9185731,1859.882708 +516520,4179.695104,534.1416531,850.4518015,884.627642,1859.744806 +516521,4169.248471,531.6161013,846.7087029,883.1611487,1859.602277 +516522,4158.503915,528.7987005,842.787667,881.524611,1859.29502 +516523,4147.4868,526.3359186,838.9470451,879.7198773,1859.03354 +516524,4136.210605,523.5440103,835.0843566,877.747167,1858.674043 +516525,4124.667857,520.8546892,830.7856465,875.607939,1858.264922 +516526,4112.817516,518.1233704,827.0045684,873.302197,1857.793351 +516527,4100.667027,515.5132537,822.8663558,870.797269,1857.262268 +516528,4088.231026,512.5453237,818.7904456,868.2103912,1856.665912 +516529,4075.501924,509.8551693,814.6914889,865.3865952,1856.007639 +516530,4062.477523,507.0305582,810.37829,862.4272034,1855.281953 +516531,4049.158505,504.2095855,806.2626967,859.3002453,1854.492577 +516532,4035.547614,501.371231,801.9099302,856.0104595,1853.634285 +516533,4021.379685,498.4989769,797.5182553,852.4558804,1852.675519 +516534,4007.212976,495.6209387,793.5115326,848.2013484,1851.673457 +516535,3992.543586,492.731631,788.8125957,843.6119117,1850.604559 +516536,3977.262902,489.8241688,784.5879595,838.8078575,1849.461725 +516537,3961.410833,486.9020475,780.1701933,833.8812871,1848.251228 +516538,3944.966156,483.9634607,775.7665714,828.6989457,1846.964872 +516539,3927.690198,481.1324552,771.0692032,823.3310277,1845.609295 +516540,3910.186399,477.9896242,766.8252213,817.8579491,1844.176275 +516541,2088.516991,475.0967661,761.9413716,811.7083604,1847.260121 +516542,2136.625022,603.1155176,974.0996289,937.6416462,2318.291811 +516543,2226.517786,602.8752175,977.7265118,934.2934552,2324.878009 +516544,2311.876272,599.2991942,980.6191898,927.9606901,2329.614424 +516545,2377.081346,596.3294332,982.8731717,921.6040201,2333.465665 +516546,2421.326901,593.2639571,984.5223664,915.1526413,2336.289035 +516547,2449.663594,590.202193,985.6778917,908.5329693,2338.504569 +516548,2467.240656,587.1088095,986.4640082,901.7684403,2340.285783 +516549,2477.584659,583.9576208,986.9748857,894.8063153,2341.747008 +516550,2482.80189,580.884078,987.2705423,887.8808629,2342.954676 +516551,2484.173975,577.714687,987.3887803,880.7107188,2343.947389 +516552,2483.176881,574.5690302,987.3562219,873.4900962,2344.949877 +516553,2480.401195,571.3958897,987.1941209,866.1539429,2345.586967 +516554,2476.116722,568.1895096,986.9201746,858.6978765,2346.0711 +516555,2470.533717,565.0715965,986.5501801,864.7786077,2346.421377 +516556,2463.858112,561.8673475,986.0972999,823.4777643,2346.652976 +516557,2456.284997,558.693943,985.5730812,856.2231907,2346.779564 +516558,2447.983075,555.4734607,984.9867817,771.773808,2346.811702 +516559,2433.280516,551.3503605,984.344756,785.2143886,2346.755259 +516560,2414.941644,548.2081728,983.6381947,768.0820575,2346.656307 +516561,2396.277071,539.9578893,982.8737028,757.6083005,2346.486638 +516562,2378.606758,536.605897,981.8727403,750.5911774,2346.223879 +516563,2362.384555,533.56711,980.7436367,744.1140432,2345.8921 +516564,2347.547972,530.703698,979.6001562,738.0311176,2345.503679 +516565,2333.870344,527.9098695,974.2795054,732.3147109,2345.067635 +516566,2321.124291,525.1324487,915.9639116,726.5447734,2344.387259 +516567,2309.15546,522.4774018,948.3329826,721.0862523,2343.882649 +516568,2297.827068,519.7766788,931.5038576,715.7036051,2343.343292 +516569,2287.033579,517.4716549,929.7523981,710.4465826,2342.759425 +516570,2276.70017,514.3497803,925.3368101,705.2918498,2342.134626 +516571,2266.76051,511.9600226,921.2639916,700.234953,2341.467968 +516572,2257.132423,509.3728152,915.7777883,695.2641742,2340.727009 +516573,2247.797498,506.7869688,914.6608398,690.4234916,2339.945908 +516574,2238.747738,504.2498364,909.9716621,685.5363389,2339.154266 +516575,2229.93485,501.7440447,906.5186504,680.8023717,2338.339698 +516576,2221.334407,499.1933118,902.9459351,676.1639093,2337.499568 +516577,2212.649321,496.7706289,899.3266398,671.5769697,2336.631653 +516578,2204.407045,494.2638518,893.9606597,666.9307366,2335.738708 +516579,2196.316618,491.834067,893.2488087,662.4751267,2334.819951 +516580,2188.359885,489.3853958,888.6784985,657.9863861,2333.877528 +516581,2180.524352,486.953163,885.2754948,653.5942903,2332.912946 +516582,2172.80157,484.5845973,882.1142525,649.2046589,2331.929311 +516583,2165.183194,482.1940621,878.7324299,644.9009393,2330.92658 +516584,2157.663649,479.8353132,875.4164464,640.6209837,2329.714937 +516585,2150.240082,477.4859668,872.1270125,636.4240446,2328.704356 +516586,2142.903839,475.1208321,868.7677211,632.153307,2327.681889 +516587,2135.653861,472.8483982,865.6665857,627.9756424,2319.319683 +516588,2128.461107,470.5223242,862.3837137,623.9014446,2275.454204 +516589,2121.348362,468.23991,859.1763496,619.8174959,2296.709424 +516590,2114.324421,465.9375312,855.8370241,615.6979507,2284.93154 +516591,2107.376487,463.724129,843.0800993,611.7023876,2283.891079 +516592,2100.492926,461.4593106,864.2117858,607.6999042,2279.564005 +516593,2076.729705,459.2364439,837.3752954,603.7380145,2275.334538 +516594,1899.312881,457.0227457,838.3111089,599.8057927,2265.628622 +516595,1978.224661,454.7949287,844.8265962,595.9072103,2274.751695 +516596,1933.662388,452.6537427,833.6434073,592.0798856,2257.065748 +516597,1914.660516,450.462463,834.3178037,588.1825092,2260.783592 +516598,1890.435935,448.3115737,839.3016195,584.4059391,2256.82621 +516599,1879.402052,446.170331,813.7289321,580.5820534,2252.258702 +516600,1858.689567,444.0143741,831.2923108,576.936819,2248.672547 +516601,0,0,0,0,0 +516602,0,0,0,0,0 +516603,0,0,0,0,0 +516604,0,0,0,0,0 +516605,0,0,0,0,0 +516606,0,0,0,0,0 +516607,0,0,0,0,0 +516608,0,0,0,0,0 +516609,0,0,0,0,0 +516610,0,0,0,0,0 +516611,0,0,0,0,0 +516612,0,0,0,0,0 +516613,0,0,0,0,0 +516614,0,0,0,0,0 +516615,0,0,0,0,0 +516616,0,0,0,0,0 +516617,0,0,0,0,0 +516618,0,0,0,0,0 +516619,0,0,0,0,0 +516620,0,0,0,0,0 +516621,0,0,0,0,0 +516622,0,0,0,0,0 +516623,0,0,0,0,0 +516624,0,0,0,0,0 +516625,0,0,0,0,0 +516626,0,0,0,0,0 +516627,0,0,0,0,0 +516628,0,0,0,0,0 +516629,0,0,0,0,0 +516630,0,0,0,0,0 +516631,0,0,0,0,0 +516632,0,0,0,0,0 +516633,0,0,0,0,0 +516634,0,0,0,0,0 +516635,0,0,0,0,0 +516636,0,0,0,0,0 +516637,0,0,0,0,0 +516638,0,0,0,0,0 +516639,0,0,0,0,0 +516640,0,0,0,0,0 +516641,0,0,0,0,0 +516642,0,0,0,0,0 +516643,0,0,0,0,0 +516644,0,0,0,0,0 +516645,0,0,0,0,0 +516646,0,0,0,0,0 +516647,0,0,0,0,0 +516648,0,0,0,0,0 +516649,0,0,0,0,0 +516650,0,0,0,0,0 +516651,0,0,0,0,0 +516652,0,0,0,0,0 +516653,0,0,0,0,0 +516654,0,0,0,0,0 +516655,0,0,0,0,0 +516656,0,0,0,0,0 +516657,0,0,0,0,0 +516658,0,0,0,0,0 +516659,0,0,0,0,0 +516660,0,0,0,0,0 +516661,0,0,0,0,0 +516662,0,0,0,0,0 +516663,0,0,0,0,0 +516664,0,0,0,0,0 +516665,0,0,0,0,0 +516666,0,0,0,0,0 +516667,0,0,0,0,0 +516668,0,0,0,0,0 +516669,0,0,0,0,0 +516670,0,0,0,0,0 +516671,0,0,0,0,0 +516672,0,0,0,0,0 +516673,0,0,0,0,0 +516674,0,0,0,0,0 +516675,0,0,0,0,0 +516676,0,0,0,0,0 +516677,0,0,0,0,0 +516678,0,0,0,0,0 +516679,0,0,0,0,0 +516680,0,0,0,0,0 +516681,0,0,0,0,0 +516682,0,0,0,0,0 +516683,0,0,0,0,0 +516684,0,0,0,0,0 +516685,0,0,0,0,0 +516686,0,0,0,0,0 +516687,0,0,0,0,0 +516688,0,0,0,0,0 +516689,0,0,0,0,0 +516690,0,0,0,0,0 +516691,0,0,0,0,0 +516692,0,0,0,0,0 +516693,0,0,0,0,0 +516694,0,0,0,0,0 +516695,0,0,0,0,0 +516696,0,0,0,0,0 +516697,0,0,0,0,0 +516698,0,0,0,0,0 +516699,0,0,0,0,0 +516700,0,0,0,0,0 +516701,0,0,0,0,0 +516702,0,0,0,0,0 +516703,0,0,0,0,0 +516704,0,0,0,0,0 +516705,0,0,0,0,0 +516706,0,0,0,0,0 +516707,0,0,0,0,0 +516708,0,0,0,0,0 +516709,0,0,0,0,0 +516710,0,0,0,0,0 +516711,0,0,0,0,0 +516712,0,0,0,0,0 +516713,0,0,0,0,0 +516714,0,0,0,0,0 +516715,0,0,0,0,0 +516716,0,0,0,0,0 +516717,0,0,0,0,0 +516718,0,0,0,0,0 +516719,0,0,0,0,0 +516720,0,0,0,0,0 +516721,0,0,0,0,0 +516722,0,0,0,0,0 +516723,0,0,0,0,0 +516724,0,0,0,0,0 +516725,0,0,0,0,0 +516726,0,0,0,0,0 +516727,0,0,0,0,0 +516728,0,0,0,0,0 +516729,0,0,0,0,0 +516730,0,0,0,0,0 +516731,0,0,0,0,0 +516732,0,0,0,0,0 +516733,0,0,0,0,0 +516734,0,0,0,0,0 +516735,0,0,0,0,0 +516736,0,0,0,0,0 +516737,0,0,0,0,0 +516738,0,0,0,0,0 +516739,0,0,0,0,0 +516740,0,0,0,0,0 +516741,0,0,0,0,0 +516742,0,0,0,0,0 +516743,0,0,0,0,0 +516744,0,0,0,0,0 +516745,0,0,0,0,0 +516746,0,0,0,0,0 +516747,0,0,0,0,0 +516748,0,0,0,0,0 +516749,0,0,0,0,0 +516750,0,0,0,0,0 +516751,0,0,0,0,0 +516752,0,0,0,0,0 +516753,0,0,0,0,0 +516754,0,0,0,0,0 +516755,0,0,0,0,0 +516756,0,0,0,0,0 +516757,0,0,0,0,0 +516758,0,0,0,0,0 +516759,0,0,0,0,0 +516760,0,0,0,0,0 +516761,0,0,0,0,0 +516762,0,0,0,0,0 +516763,0,0,0,0,0 +516764,0,0,0,0,0 +516765,0,0,0,0,0 +516766,0,0,0,0,0 +516767,0,0,0,0,0 +516768,0,0,0,0,0 +516769,0,0,0,0,0 +516770,0,0,0,0,0 +516771,0,0,0,0,0 +516772,0,0,0,0,0 +516773,0,0,0,0,0 +516774,0,0,0,0,0 +516775,0,0,0,0,0 +516776,0,0,0,0,0 +516777,0,0,0,0,0 +516778,0,0,0,0,0 +516779,0,0,0,0,0 +516780,0,0,0,0,0 +516781,0,0,0,0,0 +516782,0,0,0,0,0 +516783,0,0,0,0,0 +516784,0,0,0,0,0 +516785,0,0,0,0,0 +516786,0,0,0,0,0 +516787,0,0,0,0,0 +516788,0,0,0,0,0 +516789,0,0,0,0,0 +516790,0,0,0,0,0 +516791,0,0,0,0,0 +516792,0,0,0,0,0 +516793,0,0,0,0,0 +516794,0,0,0,0,0 +516795,0,0,0,0,0 +516796,0,0,0,0,0 +516797,0,0,0,0,0 +516798,0,0,0,0,0 +516799,0,0,0,0,0 +516800,0,0,0,0,0 +516801,0,0,0,0,0 +516802,0,0,0,0,0 +516803,0,0,0,0,0 +516804,0,0,0,0,0 +516805,0,0,0,0,0 +516806,0,0,0,0,0 +516807,0,0,0,0,0 +516808,0,0,0,0,0 +516809,0,0,0,0,0 +516810,0,0,0,0,0 +516811,0,0,0,0,0 +516812,0,0,0,0,0 +516813,0,0,0,0,0 +516814,0,0,0,0,0 +516815,0,0,0,0,0 +516816,0,0,0,0,0 +516817,0,0,0,0,0 +516818,0,0,0,0,0 +516819,0,0,0,0,0 +516820,0,0,0,0,0 +516821,0,0,0,0,0 +516822,0,0,0,0,0 +516823,0,0,0,0,0 +516824,0,0,0,0,0 +516825,0,0,0,0,0 +516826,0,0,0,0,0 +516827,0,0,0,0,0 +516828,0,0,0,0,0 +516829,0,0,0,0,0 +516830,0,0,0,0,0 +516831,0,0,0,0,0 +516832,0,0,0,0,0 +516833,0,0,0,0,0 +516834,0,0,0,0,0 +516835,0,0,0,0,0 +516836,0,0,0,0,0 +516837,0,0,0,0,0 +516838,0,0,0,0,0 +516839,0,0,0,0,0 +516840,0,0,0,0,0 +516841,0,0,0,0,0 +516842,0,0,0,0,0 +516843,0,0,0,0,0 +516844,0,0,0,0,0 +516845,0,0,0,0,0 +516846,0,0,0,0,0 +516847,0,0,0,0,0 +516848,0,0,0,0,0 +516849,0,0,0,0,0 +516850,0,0,0,0,0 +516851,0,0,0,0,0 +516852,0,0,0,0,0 +516853,0,0,0,0,0 +516854,0,0,0,0,0 +516855,0,0,0,0,0 +516856,0,0,0,0,0 +516857,0,0,0,0,0 +516858,0,0,0,0,0 +516859,0,0,0,0,0 +516860,0,0,0,0,0 +516861,0,0,0,0,0 +516862,0,0,0,0,0 +516863,0,0,0,0,0 +516864,0,0,0,0,0 +516865,0,0,0,0,0 +516866,0,0,0,0,0 +516867,0,0,0,0,0 +516868,0,0,0,0,0 +516869,0,0,0,0,0 +516870,0,0,0,0,0 +516871,0,0,0,0,0 +516872,0,0,0,0,0 +516873,0,0,0,0,0 +516874,0,0,0,0,0 +516875,0,0,0,0,0 +516876,0,0,0,0,0 +516877,0,0,0,0,0 +516878,0,0,0,0,0 +516879,0,0,0,0,0 +516880,0,0,0,0,0 +516881,0,0,0,0,0 +516882,0,0,0,0,0 +516883,0,0,0,0,0 +516884,0,0,0,0,0 +516885,0,0,0,0,0 +516886,0,0,0,0,0 +516887,0,0,0,0,0 +516888,0,0,0,0,0 +516889,0,0,0,0,0 +516890,0,0,0,0,0 +516891,0,0,0,0,0 +516892,0,0,0,0,0 +516893,0,0,0,0,0 +516894,0,0,0,0,0 +516895,0,0,0,0,0 +516896,0,0,0,0,0 +516897,0,0,0,0,0 +516898,0,0,0,0,0 +516899,0,0,0,0,0 +516900,0,0,0,0,0 +516901,0,0,0,0,0 +516902,0,0,0,0,0 +516903,0,0,0,0,0 +516904,0,0,0,0,0 +516905,0,0,0,0,0 +516906,0,0,0,0,0 +516907,0,0,0,0,0 +516908,0,0,0,0,0 +516909,0,0,0,0,0 +516910,0,0,0,0,0 +516911,0,0,0,0,0 +516912,0,0,0,0,0 +516913,0,0,0,0,0 +516914,0,0,0,0,0 +516915,0,0,0,0,0 +516916,0,0,0,0,0 +516917,0,0,0,0,0 +516918,0,0,0,0,0 +516919,0,0,0,0,0 +516920,0,0,0,0,0 +516921,0,0,0,0,0 +516922,0,0,0,0,0 +516923,0,0,0,0,0 +516924,0,0,0,0,0 +516925,0,0,0,0,0 +516926,0,0,0,0,0 +516927,0,0,0,0,0 +516928,0,0,0,0,0 +516929,0,0,0,0,0 +516930,0,0,0,0,0 +516931,0,0,0,0,0 +516932,0,0,0,0,0 +516933,0,0,0,0,0 +516934,0,0,0,0,0 +516935,0,0,0,0,0 +516936,0,0,0,0,0 +516937,0,0,0,0,0 +516938,0,0,0,0,0 +516939,0,0,0,0,0 +516940,0,0,0,0,0 +516941,0,0,0,0,0 +516942,0,0,0,0,0 +516943,0,0,0,0,0 +516944,0,0,0,0,0 +516945,0,0,0,0,0 +516946,0,0,0,0,0 +516947,0,0,0,0,0 +516948,0,0,0,0,0 +516949,0,0,0,0,0 +516950,0,0,0,0,0 +516951,0,0,0,0,0 +516952,0,0,0,0,0 +516953,0,0,0,0,0 +516954,0,0,0,0,0 +516955,0,0,0,0,0 +516956,0,0,0,0,0 +516957,0,0,0,0,0 +516958,0,0,0,0,0 +516959,0,0,0,0,0 +516960,0,0,0,0,0 +516961,0,0,0,0,0 +516962,0,0,0,0,0 +516963,0,0,0,0,0 +516964,0,0,0,0,0 +516965,0,0,0,0,0 +516966,0,0,0,0,0 +516967,0,0,0,0,0 +516968,0,0,0,0,0 +516969,0,0,0,0,0 +516970,0,0,0,0,0 +516971,0,0,0,0,0 +516972,0,0,0,0,0 +516973,0,0,0,0,0 +516974,0,0,0,0,0 +516975,0,0,0,0,0 +516976,0,0,0,0,0 +516977,0,0,0,0,0 +516978,0,0,0,0,0 +516979,0,0,0,0,0 +516980,0,0,0,0,0 +516981,0,0,0,0,0 +516982,0,0,0,0,0 +516983,0,0,0,0,0 +516984,0,0,0,0,0 +516985,0,0,0,0,0 +516986,0,0,0,0,0 +516987,0,0,0,0,0 +516988,0,0,0,0,0 +516989,0,0,0,0,0 +516990,0,0,0,0,0 +516991,0,0,0,0,0 +516992,0,0,0,0,0 +516993,0,0,0,0,0 +516994,0,0,0,0,0 +516995,0,0,0,0,0 +516996,0,0,0,0,0 +516997,0,0,0,0,0 +516998,0,0,0,0,0 +516999,0,0,0,0,0 +517000,0,0,0,0,0 +517001,0,0,0,0,0 +517002,0,0,0,0,0 +517003,0,0,0,0,0 +517004,0,0,0,0,0 +517005,0,0,0,0,0 +517006,0,0,0,0,0 +517007,0,0,0,0,0 +517008,0,0,0,0,0 +517009,0,0,0,0,0 +517010,0,0,0,0,0 +517011,0,0,0,0,0 +517012,0,0,0,0,0 +517013,0,0,0,0,0 +517014,0,0,0,0,0 +517015,0,0,0,0,0 +517016,0,0,0,0,0 +517017,0,0,0,0,0 +517018,0,0,0,0,0 +517019,0,0,0,0,0 +517020,0,0,0,0,0 +517021,0,0,0,0,0 +517022,0,0,0,0,0 +517023,0,0,0,0,0 +517024,0,0,0,0,0 +517025,0,0,0,0,0 +517026,0,0,0,0,0 +517027,0,0,0,0,0 +517028,0,0,0,0,0 +517029,0,0,0,0,0 +517030,0,0,0,0,0 +517031,0,0,0,0,0 +517032,0,0,0,0,0 +517033,0,0,0,0,0 +517034,0,0,0,0,0 +517035,0,0,0,0,0 +517036,0,0,0,0,0 +517037,0,0,0,0,0 +517038,0,0,0,0,0 +517039,0,0,0,0,0 +517040,0,0,0,0,0 +517041,0,0,0,0,0 +517042,0,0,0,0,0 +517043,0,0,0,0,0 +517044,0,0,0,0,0 +517045,0,0,0,0,0 +517046,0,0,0,0,0 +517047,0,0,0,0,0 +517048,0,0,0,0,0 +517049,0,0,0,0,0 +517050,0,0,0,0,0 +517051,0,0,0,0,0 +517052,0,0,0,0,0 +517053,0,0,0,0,0 +517054,0,0,0,0,0 +517055,0,0,0,0,0 +517056,0,0,0,0,0 +517057,0,0,0,0,0 +517058,0,0,0,0,0 +517059,0,0,0,0,0 +517060,0,0,0,0,0 +517061,0,0,0,0,0 +517062,0,0,0,0,0 +517063,0,0,0,0,0 +517064,0,0,0,0,0 +517065,0,0,0,0,0 +517066,0,0,0,0,0 +517067,0,0,0,0,0 +517068,0,0,0,0,0 +517069,0,0,0,0,0 +517070,0,0,0,0,0 +517071,0,0,0,0,0 +517072,0,0,0,0,0 +517073,0,0,0,0,0 +517074,0,0,0,0,0 +517075,0,0,0,0,0 +517076,0,0,0,0,0 +517077,0,0,0,0,0 +517078,0,0,0,0,0 +517079,0,0,0,0,0 +517080,0,0,0,0,0 +517081,0,0,0,0,0 +517082,0,0,0,0,0 +517083,0,0,0,0,0 +517084,0,0,0,0,0 +517085,0,0,0,0,0 +517086,0,0,0,0,0 +517087,0,0,0,0,0 +517088,0,0,0,0,0 +517089,0,0,0,0,0 +517090,0,0,0,0,0 +517091,0,0,0,0,0 +517092,0,0,0,0,0 +517093,0,0,0,0,0 +517094,0,0,0,0,0 +517095,0,0,0,0,0 +517096,0,0,0,0,0 +517097,0,0,0,0,0 +517098,0,0,0,0,0 +517099,0,0,0,0,0 +517100,0,0,0,0,0 +517101,0,0,0,0,0 +517102,0,0,0,0,0 +517103,0,0,0,0,0 +517104,0,0,0,0,0 +517105,0,0,0,0,0 +517106,0,0,0,0,0 +517107,0,0,0,0,0 +517108,0,0,0,0,0 +517109,0,0,0,0,0 +517110,0,0,0,0,0 +517111,0,0,0,0,0 +517112,0,0,0,0,0 +517113,0,0,0,0,0 +517114,0,0,0,0,0 +517115,0,0,0,0,0 +517116,0,0,0,0,0 +517117,0,0,0,0,0 +517118,0,0,0,0,0 +517119,0,0,0,0,0 +517120,0,0,0,0,0 +517121,0,0,0,0,0 +517122,0,0,0,0,0 +517123,0,0,0,0,0 +517124,0,0,0,0,0 +517125,0,0,0,0,0 +517126,0,0,0,0,0 +517127,0,0,0,0,0 +517128,0,0,0,0,0 +517129,0,0,0,0,0 +517130,0,0,0,0,0 +517131,0,0,0,0,0 +517132,0,0,0,0,0 +517133,0,0,0,0,0 +517134,0,0,0,0,0 +517135,0,0,0,0,0 +517136,0,0,0,0,0 +517137,0,0,0,0,0 +517138,0,0,0,0,0 +517139,0,0,0,0,0 +517140,0,0,0,0,0 +517141,0,0,0,0,0 +517142,0,0,0,0,0 +517143,0,0,0,0,0 +517144,0,0,0,0,0 +517145,0,0,0,0,0 +517146,0,0,0,0,0 +517147,0,0,0,0,0 +517148,0,0,0,0,0 +517149,0,0,0,0,0 +517150,0,0,0,0,0 +517151,0,0,0,0,0 +517152,0,0,0,0,0 +517153,0,0,0,0,0 +517154,0,0,0,0,0 +517155,0,0,0,0,0 +517156,0,0,0,0,0 +517157,0,0,0,0,0 +517158,0,0,0,0,0 +517159,0,0,0,0,0 +517160,0,0,0,0,0 +517161,0,0,0,0,0 +517162,0,0,0,0,0 +517163,0,0,0,0,0 +517164,0,0,0,0,0 +517165,0,0,0,0,0 +517166,0,0,0,0,0 +517167,0,0,0,0,0 +517168,0,0,0,0,0 +517169,0,0,0,0,0 +517170,0,0,0,0,0 +517171,0,0,0,0,0 +517172,0,0,0,0,0 +517173,0,0,0,0,0 +517174,0,0,0,0,0 +517175,0,0,0,0,0 +517176,0,0,0,0,0 +517177,0,0,0,0,0 +517178,0,0,0,0,0 +517179,0,0,0,0,0 +517180,0,0,0,0,0 +517181,0,0,0,0,0 +517182,0,0,0,0,0 +517183,0,0,0,0,0 +517184,0,0,0,0,0 +517185,0,0,0,0,0 +517186,0,0,0,0,0 +517187,0,0,0,0,0 +517188,0,0,0,0,0 +517189,0,0,0,0,0 +517190,0,0,0,0,0 +517191,0,0,0,0,0 +517192,0,0,0,0,0 +517193,0,0,0,0,0 +517194,0,0,0,0,0 +517195,0,0,0,0,0 +517196,0,0,0,0,0 +517197,0,0,0,0,0 +517198,0,0,0,0,0 +517199,0,0,0,0,0 +517200,0,0,0,0,0 +517201,0,0,0,0,0 +517202,0,0,0,0,0 +517203,0,0,0,0,0 +517204,0,0,0,0,0 +517205,0,0,0,0,0 +517206,0,0,0,0,0 +517207,0,0,0,0,0 +517208,0,0,0,0,0 +517209,0,0,0,0,0 +517210,0,0,0,0,0 +517211,0,0,0,0,0 +517212,0,0,0,0,0 +517213,0,0,0,0,0 +517214,0,0,0,0,0 +517215,0,0,0,0,0 +517216,0,0,0,0,0 +517217,0,0,0,0,0 +517218,0,0,0,0,0 +517219,0,0,0,0,0 +517220,0,0,0,0,0 +517221,0,0,0,0,0 +517222,0,0,0,0,0 +517223,0,0,0,0,0 +517224,0,0,0,0,0 +517225,0,0,0,0,0 +517226,0,0,0,0,0 +517227,0,0,0,0,0 +517228,0,0,0,0,0 +517229,0,0,0,0,0 +517230,0,0,0,0,0 +517231,0,0,0,0,0 +517232,0,0,0,0,0 +517233,0,0,0,0,0 +517234,0,0,0,0,0 +517235,0,0,0,0,0 +517236,0,0,0,0,0 +517237,0,0,0,0,0 +517238,0,0,0,0,0 +517239,0,0,0,0,0 +517240,0,0,0,0,0 +517241,0,0,0,0,0 +517242,0,0,0,0,0 +517243,0,0,0,0,0 +517244,0,0,0,0,0 +517245,0,0,0,0,0 +517246,0,0,0,0,0 +517247,0,0,0,0,0 +517248,0,0,0,0,0 +517249,0,0,0,0,0 +517250,0,0,0,0,0 +517251,0,0,0,0,0 +517252,0,0,0,0,0 +517253,0,0,0,0,0 +517254,0,0,0,0,0 +517255,0,0,0,0,0 +517256,0,0,0,0,0 +517257,0,0,0,0,0 +517258,0,0,0,0,0 +517259,0,0,0,0,0 +517260,0,0,0,0,0 +517261,0,0,0,0,0 +517262,0,0,0,0,0 +517263,0,0,0,0,0 +517264,0,0,0,0,0 +517265,0,0,0,0,0 +517266,0,0,0,0,0 +517267,0,0,0,0,0 +517268,0,0,0,0,0 +517269,0,0,0,0,0 +517270,0,0,0,0,0 +517271,0,0,0,0,0 +517272,0,0,0,0,0 +517273,0,0,0,0,0 +517274,0,0,0,0,0 +517275,0,0,0,0,0 +517276,0,0,0,0,0 +517277,0,0,0,0,0 +517278,0,0,0,0,0 +517279,0,0,0,0,0 +517280,0,0,0,0,0 +517281,0,0,0,0,0 +517282,0,0,0,0,0 +517283,0,0,0,0,0 +517284,0,0,0,0,0 +517285,0,0,0,0,0 +517286,0,0,0,0,0 +517287,0,0,0,0,0 +517288,0,0,0,0,0 +517289,0,0,0,0,0 +517290,0,0,0,0,0 +517291,0,0,0,0,0 +517292,0,0,0,0,0 +517293,0,0,0,0,0 +517294,0,0,0,0,0 +517295,0,0,0,0,0 +517296,0,0,0,0,0 +517297,0,0,0,0,0 +517298,0,0,0,0,0 +517299,0,0,0,0,0 +517300,0,0,0,0,0 +517301,0,0,0,0,0 +517302,0,0,0,0,0 +517303,0,0,0,0,0 +517304,0,0,0,0,0 +517305,0,0,0,0,0 +517306,0,0,0,0,0 +517307,0,0,0,0,0 +517308,0,0,0,0,0 +517309,0,0,0,0,0 +517310,0,0,0,0,0 +517311,0,0,0,0,0 +517312,0,0,0,0,0 +517313,0,0,0,0,0 +517314,0,0,0,0,0 +517315,0,0,0,0,0 +517316,0,0,0,0,0 +517317,0,0,0,0,0 +517318,0,0,0,0,0 +517319,0,0,0,0,0 +517320,0,0,0,0,0 +517321,0,0,0,0,0 +517322,0,0,0,0,0 +517323,0,0,0,0,0 +517324,0,0,0,0,0 +517325,0,0,0,0,0 +517326,0,0,0,0,0 +517327,0,0,0,0,0 +517328,0,0,0,0,0 +517329,0,0,0,0,0 +517330,0,0,0,0,0 +517331,0,0,0,0,0 +517332,0,0,0,0,0 +517333,0,0,0,0,0 +517334,0,0,0,0,0 +517335,0,0,0,0,0 +517336,0,0,0,0,0 +517337,0,0,0,0,0 +517338,0,0,0,0,0 +517339,0,0,0,0,0 +517340,0,0,0,0,0 +517341,0,0,0,0,0 +517342,0,0,0,0,0 +517343,0,0,0,0,0 +517344,0,0,0,0,0 +517345,0,0,0,0,0 +517346,0,0,0,0,0 +517347,0,0,0,0,0 +517348,0,0,0,0,0 +517349,0,0,0,0,0 +517350,0,0,0,0,0 +517351,0,0,0,0,0 +517352,0,0,0,0,0 +517353,0,0,0,0,0 +517354,0,0,0,0,0 +517355,0,0,0,0,0 +517356,0,0,0,0,0 +517357,0,0,0,0,0 +517358,0,0,0,0,0 +517359,0,0,0,0,0 +517360,0,0,0,0,0 +517361,0,0,0,0,0 +517362,0,0,0,0,0 +517363,0,0,0,0,0 +517364,0,0,0,0,0 +517365,0,0,0,0,0 +517366,0,0,0,0,0 +517367,0,0,0,0,0 +517368,0,0,0,0,0 +517369,0,0,0,0,0 +517370,0,0,0,0,0 +517371,0,0,0,0,0 +517372,0,0,0,0,0 +517373,0,0,0,0,0 +517374,0,0,0,0,0 +517375,0,0,0,0,0 +517376,0,0,0,0,0 +517377,0,0,0,0,0 +517378,0,0,0,0,0 +517379,0,0,0,0,0 +517380,0,0,0,0,0 +517381,-1115.485766,-444.4097944,-1081.243918,-444.292465,579.8040558 +517382,-458.9250152,-156.2094735,-431.5114894,-156.0940089,1599.246203 +517383,-681.6892282,-248.8186439,-648.6843834,-248.7082164,1295.741066 +517384,-853.8447776,-326.1297006,-819.4082975,-326.0244118,1010.238287 +517385,-1209.044333,-489.8756663,-1175.818331,-489.7744588,274.3959556 +517386,-1095.277517,-440.9092179,-1063.665325,-440.8110659,369.0165453 +517387,-825.0529586,-317.7551118,-792.8812103,-317.6601256,873.5683184 +517388,-1153.145786,-467.5739588,-1120.974844,-467.482149,258.6155896 +517389,-1077.454129,-435.0674595,-1046.165863,-434.978373,327.8120303 +517390,-826.1175423,-320.2786523,-794.0435313,-320.1924955,813.6818398 +517391,-955.470289,-377.7686776,-922.0364926,-377.6857065,642.1533651 +517392,-1049.306854,-420.0001882,-1015.177843,-419.9201948,498.5666632 +517393,-1111.553784,-448.2855982,-1077.101933,-448.2083088,392.1509908 +517394,-1148.037827,-465.0460641,-1113.444052,-464.971241,322.3797882 +517395,-1166.057114,-473.4947684,-1131.407049,-473.4222482,282.029718 +517396,-1173.736069,-477.2752677,-1139.045404,-477.2049482,259.5334039 +517397,-1176.072616,-478.6337534,-1141.342894,-478.5655665,247.1802593 +517398,-1176.010629,-478.8923282,-1141.234309,-478.826219,240.0730732 +517399,-1175.085972,-478.7401567,-1140.259171,-478.676073,235.4404118 +517400,-1174.038833,-478.5085744,-1139.15574,-478.4464627,231.8387205 +517401,-1173.18164,-478.3379951,-1138.240006,-478.2778001,228.56281 +517402,-1172.619067,-478.2765239,-1137.619012,-478.2181892,225.2910783 +517403,-1172.362563,-478.330925,-1137.305221,-478.2743934,221.8927696 +517404,-1172.385686,-478.4911647,-1137.272616,-478.4363794,218.3286045 +517405,-1172.649842,-478.7418115,-1137.482842,-478.688716,214.6006575 +517406,-1173.11563,-479.0670435,-1137.896643,-479.0155823,210.7278102 +517407,-1274.624287,-526.2537548,-1240.009111,-526.2038003,-14.52441475 +517408,-1079.541304,-437.7930682,-1044.988769,-437.7445753,330.7685099 +517409,-1114.897709,-453.3172707,-1079.84637,-453.2703127,289.93215 +517410,-1142.437356,-465.6365522,-1107.132261,-465.591082,249.6912281 +517411,-1160.547864,-473.8061143,-1125.114288,-473.7620621,219.7808942 +517412,-1171.295694,-478.6776435,-1135.794521,-478.6349374,199.92942 +517413,-1177.354283,-481.4360492,-1141.811008,-481.3946274,187.1586382 +517414,-1180.810949,-483.0209333,-1145.233882,-482.9807449,178.6146077 +517415,-1182.908497,-484.019503,-1147.356356,-483.9805043,172.344272 +517416,-1184.225893,-483.6633315,-1148.721292,-484.6525687,167.2108568 +517417,-1185.162396,-482.42823,-1149.736964,-485.1759664,162.6105363 +517418,-1185.936467,-480.8416874,-1150.54304,-485.6443366,158.2500597 +517419,-1186.657386,-479.1635782,-1151.249903,-486.1039454,153.9917598 +517420,-1187.369825,-477.4747268,-1151.925443,-486.5716656,149.7717354 +517421,-1188.091819,-475.7652982,-1152.591074,-487.0474792,145.5631094 +517422,-1188.825243,-474.0175778,-1153.263932,-487.533249,141.355838 +517423,-1189.572461,-472.2153349,-1153.946088,-488.0278961,137.1474233 +517424,-1190.330057,-470.3559612,-1154.649273,-488.5265037,132.9386419 +517425,-1191.098388,-468.4342728,-1155.357244,-489.0303265,128.7315073 +517426,-1191.873184,-466.4082381,-1156.068747,-489.538758,124.5280444 +517427,-1192.652034,-464.2687572,-1156.779176,-490.0475112,120.3300905 +517428,-1193.427275,-462.0275649,-1157.483761,-490.528301,116.1392174 +517429,-1194.195797,-459.6912218,-1158.185041,-490.9812166,111.9568759 +517430,-1194.956579,-457.2695925,-1158.881371,-491.4104272,107.784463 +517431,-1195.708941,-454.7640231,-1159.574834,-491.8248861,103.6232631 +517432,-1196.452169,-452.1807723,-1160.26289,-492.2288468,99.47427354 +517433,-1197.185487,-449.5193544,-1160.947168,-492.6208972,95.33831142 +517434,-1197.903478,-446.7824243,-1161.624949,-493.0049719,91.22353591 +517435,-1198.611276,-443.9729514,-1162.297986,-493.3800435,87.11920211 +517436,-1199.310004,-441.0932712,-1162.961871,-493.749593,83.02994487 +517437,-1199.998084,-438.1450695,-1163.623021,-494.1118851,78.9547766 +517438,-1200.669133,-435.1297404,-1164.274547,-494.4699132,74.89207633 +517439,-1201.327669,-432.048522,-1164.920305,-494.8216558,70.84141137 +517440,-1201.975036,-428.9026024,-1165.558242,-495.1699149,66.80297417 +517441,-1204.147424,-426.3914456,-1167.726397,-496.2108671,59.98378436 +517442,-1181.948122,-412.9448535,-1145.595298,-486.1388766,93.25827526 +517443,-1138.780504,-377.7222786,-1102.491019,-466.673975,161.3680934 +517444,-1104.220299,423.6807159,-1067.936554,-451.3406804,213.6474138 +517445,-1063.21028,-21.02758933,-1026.873252,-433.2584563,278.794727 +517446,-1032.537262,115.702916,-996.1068739,-419.9819669,328.6758413 +517447,-1012.433866,153.4258368,-975.8892518,-411.5468359,362.4180702 +517448,-997.3503067,174.936504,-960.6834839,-405.3832408,387.7700625 +517449,-985.2971093,197.9334773,-948.5072548,-400.5623624,407.8764376 +517450,-975.3700197,220.495531,-938.4601331,-396.662941,424.3966436 +517451,-695.2034698,242.9409244,-778.8444036,-356.2787362,586.942978 +517452,-508.3037403,265.0999298,-408.8847691,-326.4232282,707.8073581 +517453,-621.04424,287.37206,-610.1339979,-301.855701,807.7994897 +517454,-542.2390989,308.741039,-513.8634086,-398.9329954,326.3152108 +517455,-516.6689398,331.0427091,-483.7179399,-197.4683386,581.210631 +517456,-487.5590365,352.1567366,-457.1431281,-239.8569348,754.3991432 +517457,-463.5864649,373.7376921,-435.8797018,-204.3741063,855.501143 +517458,-215.1807321,394.9167437,-185.2267289,-51.29084201,1545.526936 +517459,-453.3309957,415.6470916,-417.089089,-155.6929189,1260.432435 +517460,-670.2148372,388.8451059,-652.6542916,-335.9610024,517.025518 +517461,-198.6245676,418.948561,-166.7509012,-260.725904,691.9945333 +517462,-267.7220641,621.7362119,-237.2310696,-75.8011984,1491.419916 +517463,-502.4201494,406.7781427,-475.6252892,-196.8188668,645.2618926 +517464,-216.9979497,620.609898,-186.2656155,-77.35796578,1495.58019 +517465,-297.1285956,564.6857008,-270.5164133,-155.1267751,1288.114929 +517466,-258.2552637,384.3527656,-230.5323801,-182.2536356,529.9759247 +517467,-238.0365413,625.8739945,-210.8382941,-75.13322023,1499.230963 +517468,-217.5376332,404.5206286,-190.4401228,-114.0943336,657.6006404 +517469,-189.3577491,646.8795715,-160.0238659,-50.11540439,1592.573825 +517470,-187.6317783,420.4089809,-169.5366413,-150.0524208,959.1237847 +517471,-97.26439921,671.4659524,-69.10230476,-14.55239373,1691.486438 +517472,-219.1063531,430.9470358,-199.095218,-115.8456979,732.1253043 +517473,-83.10014527,673.4269536,-58.83925,-11.96509151,1685.068136 +517474,-107.996663,636.2670158,-87.76587674,-89.49568294,1462.418245 +517475,-84.5773352,413.5862644,-60.80744219,-22.96749376,705.4287621 +517476,-66.35660123,670.3866381,-51.52328865,-33.54958564,1656.977318 +517477,-54.25440898,439.9363764,-35.7129082,-33.17169569,1270.257826 +517478,-32.25689378,698.2703395,-8.582777268,8.147761915,1737.774749 +517479,-19.20884843,654.9756673,-18.71528657,-45.31065,1481.712012 +517480,-0.029879558,429.2685541,20.27803763,13.00981853,673.1869553 +517481,18.7292945,687.4738619,26.87843536,2.006022644,1827.900427 +517482,241.6371518,511.8717087,254.3330071,104.6613756,1589.533314 +517483,-257.3841266,508.4853317,-248.6628553,-113.8627433,1046.092489 +517484,212.6706278,737.1269526,221.8901757,91.02802075,1873.017083 +517485,49.81136776,493.6539067,55.30469735,20.37711423,1092.477535 +517486,98.67009491,535.8594355,105.5190187,41.78004542,1647.870014 +517487,113.8424343,565.8411988,117.434596,48.47332122,1466.720512 +517488,331.3702993,786.715454,353.3515718,159.6631858,2084.501734 +517489,-148.5244665,528.9981385,-177.3562573,-87.80837074,1022.55223 +517490,300.8041591,555.9670907,315.3617376,140.3749113,1430.33745 +517491,145.5732275,578.7524945,141.2670337,60.2756581,1714.066729 +517492,192.3183871,597.7954132,187.3370285,82.53402043,1512.705617 +517493,206.2200247,610.2771037,201.3784986,88.36511152,1572.916449 +517494,435.6134537,815.3760338,455.9689807,202.7296135,2168.657124 +517495,132.7797121,767.1075262,156.2990853,72.02679417,1854.488352 +517496,90.93913885,722.7952841,-7.152121073,-1.318652445,1587.767945 +517497,379.5889691,474.4121929,415.9539023,183.7466549,621.6839928 +517498,397.4206832,562.414008,370.1003568,166.9421596,1858.231716 +517499,76.79136893,561.5614369,62.96629138,30.92938248,1818.761045 +517500,592.7362703,638.7877328,573.3476785,256.0937205,1729.564283 +517501,600.0275535,658.6253245,581.2501985,256.0029288,2172.620103 +517502,754.7343675,668.370741,733.5983542,325.2100257,2190.067523 +517503,798.5029268,684.9768675,775.5334634,341.7788811,2235.242842 +517504,793.4622872,701.8679971,769.4757936,343.9678584,2283.318946 +517505,802.7742175,714.4973114,777.5414628,348.4638798,2316.513626 +517506,820.9701288,723.6406921,792.1303383,353.1016422,2337.542269 +517507,833.9535023,730.4668079,806.0786346,359.749877,2350.513565 +517508,849.2242155,735.4021967,817.0885537,365.2157817,2356.5027 +517509,861.661233,738.8204952,828.1646303,371.1192139,2356.758174 +517510,875.7664959,740.8413986,840.9303953,375.5372541,2351.692547 +517511,889.1278102,741.7827019,852.3750937,381.9057153,2342.561401 +517512,903.2268754,741.9055533,863.9250785,386.8281051,2330.399476 +517513,916.7071916,741.3162947,875.9272194,392.1234736,2315.62151 +517514,930.8380592,740.1405918,887.258391,397.7985236,2298.720802 +517515,944.2240631,738.501532,899.4768341,402.7362496,2280.18332 +517516,958.4852448,736.4280274,910.5288766,408.3406004,2260.121193 +517517,971.9950267,733.9878828,922.4466508,413.4229474,2238.803567 +517518,986.1627863,731.1661594,934.3833767,418.8717606,2216.169186 +517519,1000.091975,728.0511888,945.5111126,423.9774063,2192.569641 +517520,1013.972389,724.5886616,957.5783198,429.3169304,2167.785897 +517521,1028.298019,720.8376696,968.6775401,434.5338932,2142.051923 +517522,1041.989117,786.263907,980.568674,439.5978638,2115.357282 +517523,1057.757799,932.6438907,993.6159176,445.7605321,2087.46786 +517524,1051.771955,856.6718155,995.007163,446.0588769,2018.626874 +517525,1030.525809,908.2478884,1024.365006,459.5901778,1989.859612 +517526,1009.092107,922.4725116,1007.687553,458.0440993,1960.161788 +517527,989.8988409,939.6995357,986.6703302,448.3828434,1933.306497 +517528,973.3594053,956.1755112,968.2272986,439.8484078,1909.984331 +517529,959.1654297,972.4296083,952.2997754,432.4662728,1889.817627 +517530,946.9273013,988.3787625,938.5369038,426.0909077,1872.306914 +517531,936.3086767,1003.364483,926.5643542,420.5461154,1857.003527 +517532,927.0210988,1025.71284,916.0488021,415.6708893,1843.522768 +517533,918.8345034,1043.900152,906.7252166,411.337957,1831.138073 +517534,911.5591059,1062.360381,898.3853994,407.4490853,1819.673681 +517535,905.0425057,1079.887955,890.8619422,403.926654,1809.052036 +517536,899.1549245,1097.844624,884.0168429,400.7074682,1799.169667 +517537,893.7916185,1115.019363,877.7350558,397.7392764,1789.902957 +517538,888.8620371,1131.92982,871.9204794,394.9787065,1781.132671 +517539,884.2942788,1149.475791,866.4930919,392.3898564,1772.75706 +517540,880.0254907,1165.47017,861.3864031,389.9430704,1764.69323 +517541,876.0069778,1182.17872,856.5453131,387.6139141,1756.874581 +517542,872.1953405,1198.289214,851.9243016,385.3823109,1749.247402 +517543,868.5581808,1214.056914,847.4859384,383.2318363,1741.768616 +517544,865.0650145,1230.327177,843.1987516,381.1487307,1734.40224 +517545,861.787994,1245.6592,839.1324513,379.1651737,1727.293276 +517546,858.7442096,1255.649762,835.3016645,377.2882195,1720.484041 +517547,855.8824298,1270.086385,831.7238057,375.523004,1713.785381 +517548,853.1700015,1284.69881,828.3368391,373.8431982,1707.180729 +517549,850.5568835,1299.342241,825.0568563,372.2119791,1700.6444 +517550,848.0116589,1313.793516,821.8341244,370.6073927,1694.154508 +517551,845.517961,1328.149947,818.647003,369.0199903,1687.694053 +517552,843.0665419,1342.367882,815.4866823,367.4460786,1681.249793 +517553,840.6508623,1356.405319,812.3482521,365.8836936,1674.811665 +517554,838.2654801,1370.410126,809.2275602,364.3311631,1668.37193 +517555,835.9058014,1384.190869,806.1208212,362.7869271,1661.924913 +517556,833.5680186,1397.824418,803.0247663,361.2496115,1655.466378 +517557,831.2490907,1411.428175,799.9367883,359.7181032,1648.993415 +517558,828.9466039,1424.80821,796.8548606,358.1915208,1642.503965 +517559,826.6586805,1438.040594,793.7774612,356.6691876,1635.99682 +517560,824.3838277,1450.757366,790.7034216,355.1505674,1629.471232 +517561,823.5600008,1466.228668,789.0709897,354.2893898,1625.543564 +517562,822.7986059,1478.194253,787.4973885,353.4580617,1621.900815 +517563,822.0453425,1490.177469,785.9320813,352.6348793,1618.371527 +517564,821.2362228,1502.059861,784.311805,351.7917353,1614.763401 +517565,820.3516469,1513.463434,782.6161559,350.9196068,1611.006037 +517566,819.3949305,1524.944555,780.847361,350.0195907,1607.095876 +517567,818.3765205,1536.299089,779.0149672,349.0960219,1603.051062 +517568,817.3065611,1547.260746,777.1284814,348.1531414,1598.890366 +517569,816.1931765,1558.384511,775.1955741,347.1942915,1594.628536 +517570,815.0427606,1569.198949,773.222288,346.2220276,1590.276923 +517571,813.8605761,1579.946316,771.2136022,345.2383932,1585.84501 +517572,812.6510706,1590.500051,769.173748,344.2450766,1581.34104 +517573,811.4180828,1601.129237,767.1063942,343.2435049,1576.77244 +517574,810.1648996,1611.224084,765.0146995,342.2348743,1572.145759 +517575,808.894346,1621.681697,762.9013928,341.2201914,1567.466864 +517576,807.6088238,1631.674501,760.7688058,340.2002914,1562.740864 +517577,806.3103862,1641.763368,758.6189483,339.1758743,1557.972331 +517578,805.0007559,1651.571016,756.4535289,338.1475158,1553.165214 +517579,803.6814125,1661.351258,754.2740275,337.1157009,1548.32307 +517580,802.3535948,1671.076818,752.0816986,336.0808258,1543.448958 +517581,801.0183619,1680.477847,749.8776352,335.0432262,1538.545656 +517582,799.7191776,1689.967367,747.7053461,334.0225306,1533.692964 +517583,798.4250307,1699.279034,745.5338785,333.0045194,1528.835359 +517584,797.1350153,1708.394018,743.3623963,331.988683,1523.971959 +517585,795.8481999,1717.52435,741.1900403,330.9745217,1519.101825 +517586,794.5633962,1726.395815,739.0157152,329.9614422,1514.223468 +517587,793.2796515,1735.223983,736.8385621,328.9489679,1509.335839 +517588,791.9962011,1743.961638,734.6579057,327.9367125,1504.438127 +517589,790.7124336,1752.552212,732.473244,326.9243741,1499.529862 +517590,789.4278563,1761.019292,730.2841885,325.9117077,1494.610698 +517591,788.1420829,1768.451152,728.0904656,324.8985249,1489.680527 +517592,786.8492177,1775.753303,725.8918471,323.8846625,1484.739265 +517593,785.5454483,1782.716792,723.6867759,322.8699881,1479.786993 +517594,784.2298084,1789.552901,721.4770669,321.8543848,1474.823784 +517595,782.902816,1796.202967,719.2627956,320.8377653,1469.849853 +517596,781.5759243,1803.302461,717.0421196,319.8200551,1464.865386 +517597,780.2647059,1814.174774,714.8166984,318.8012048,1459.870699 +517598,778.9766462,1814.051602,712.5865772,317.781171,1454.866047 +517599,777.7125234,1829.387085,710.3499789,316.7599233,1449.851747 +517600,776.4702606,1823.530612,708.1086101,315.7374335,1444.828038 +517601,775.2475002,1846.02239,705.8625688,314.7136835,1439.795223 +517602,774.0423384,1815.46277,703.6100923,313.6886555,1434.753529 +517603,772.8535874,1830.620094,701.4863788,312.720535,1429.703488 +517604,771.6779208,1843.249751,699.4456509,311.7890111,1424.645434 +517605,770.5145238,1840.986959,697.420691,310.8646343,1419.579485 +517606,769.363035,1847.198106,695.3763763,309.9321333,1414.505763 +517607,768.2229206,1851.572432,693.3038808,308.9878335,1409.424569 +517608,767.0935289,1855.797066,691.2053782,308.0328921,1404.336156 +517609,765.9741209,1859.912765,689.0850467,307.0693107,1399.240834 +517610,764.8640736,1863.991089,686.9460968,306.0986182,1394.138801 +517611,763.762861,1867.760175,684.7906709,305.121836,1389.030353 +517612,762.6700675,1871.580394,682.6202575,304.1396688,1383.91569 +517613,761.5854485,1875.135267,680.4360712,303.1526809,1378.79507 +517614,760.509095,1878.77701,678.2391683,302.1613506,1373.66868 +517615,759.4411174,1882.206092,676.0305011,301.1660983,1368.536753 +517616,758.3816596,1885.389515,673.8109035,300.1672825,1363.399449 +517617,757.3308544,1888.610458,671.5811171,299.1652136,1358.256981 +517618,756.2887476,1891.643633,669.3403574,298.1601504,1353.109487 +517619,755.25545,1894.567863,667.0911928,297.1523179,1347.957153 +517620,754.2310087,1897.452621,664.8342795,296.141903,1342.800099 +517621,751.7770758,1846.904419,661.1298009,294.4752362,1335.023154 +517622,747.2008642,1849.019165,655.215106,291.7606366,1323.156181 +517623,741.5897051,1851.62729,648.2090989,288.5446683,1309.248883 +517624,736.0277104,1853.963903,641.2270324,285.3628086,1295.315373 +517625,730.9603222,1856.321975,634.7279572,282.4286995,1282.180291 +517626,726.42479,1858.570025,628.7518618,279.7531796,1269.926445 +517627,722.3246518,1860.860529,623.2013565,277.2828149,1258.398869 +517628,718.562092,1862.871364,617.9773986,274.965844,1247.439975 +517629,715.0692463,1864.977389,613.0112839,272.7669968,1236.94187 +517630,900.081077,1866.867284,608.2580786,270.6635744,1226.834046 +517631,844.2958606,1868.437578,603.6854545,268.6395565,1217.064773 +517632,871.1644319,1870.428311,599.2672225,266.682225,1207.590903 +517633,893.270637,1871.851033,594.9808844,264.780868,1198.374348 +517634,909.8715015,1873.307203,590.8069785,262.926401,1189.381346 +517635,926.4841001,1874.662718,586.7288663,261.1112162,1180.582442 +517636,942.7836976,1875.998201,582.7324729,259.3290135,1171.952208 +517637,958.9518023,1877.01974,578.8059604,257.5746068,1163.468837 +517638,975.4190854,1878.114167,574.9393698,255.8437229,1155.113586 +517639,991.444228,1879.029019,571.1243209,254.1328379,1146.870338 +517640,1007.41223,1879.848115,567.3428037,252.4340622,1138.705284 +517641,1023.694164,1880.560031,563.6195813,250.7589507,1130.662264 +517642,1039.585748,1881.164909,559.9102359,249.0875925,1122.659297 +517643,1055.348324,1881.578017,556.2389637,247.4312597,1114.739114 +517644,1071.798307,1882.094234,552.5934283,245.7845947,1106.878037 +517645,1086.871885,1882.40713,548.9707263,244.1465075,1238.836146 +517646,1103.362119,1882.480131,545.3682578,242.5160262,1313.036491 +517647,1118.906864,1882.616587,541.783725,240.8922964,1261.393571 +517648,1134.47429,1882.574966,538.2151203,239.2745763,1295.172024 +517649,1150.649069,1882.440072,534.6606711,237.6622123,1306.043248 +517650,1166.143379,1882.200398,531.1188467,236.0546445,1315.998688 +517651,1181.653218,1881.5213,527.588328,234.4513954,1325.892797 +517652,1196.783229,1880.674444,525.3601632,233.4393929,1335.475786 +517653,1212.587442,1879.690931,528.8999689,235.0481258,1345.374001 +517654,1228.050075,1878.571299,532.8444805,236.8379322,1354.726218 +517655,1242.844013,1877.334435,536.3248979,238.4140008,1364.144096 +517656,1258.376769,1875.979612,539.6003884,239.8958288,1373.237854 +517657,1273.564677,1874.50947,542.716486,241.3059538,1382.723288 +517658,1288.745984,1872.926388,545.7019435,242.6587618,1391.650994 +517659,1303.628124,1871.232622,548.5790848,243.9651469,1400.673944 +517660,1319.416059,1869.429979,551.3644717,245.2329886,1409.568427 +517661,1334.274081,1867.519932,554.070949,246.468246,1418.378861 +517662,1349.495132,1865.504645,556.7090636,247.6757033,1427.102364 +517663,1364.586025,1863.385467,631.1972792,248.8593283,1435.549087 +517664,1379.773426,1861.163813,647.5356461,250.022423,1444.438186 +517665,1394.854486,1858.754396,639.3059517,251.1677366,1452.993151 +517666,1409.956562,1856.452099,656.8277884,252.2975538,1461.059017 +517667,1424.997142,1853.955973,666.0565571,253.4137549,1469.583818 +517668,1440.146918,1851.224619,674.9219747,279.5663325,1477.775539 +517669,1455.129789,1848.564734,683.6399744,303.6493514,1485.953145 +517670,1470.27138,1845.738606,692.3175945,271.1842472,1494.025705 +517671,1485.293639,1842.829979,700.9107766,299.0673668,1502.092251 +517672,1500.302229,1839.828146,709.3071551,302.6012146,1510.03033 +517673,1515.42831,1836.734312,717.5625146,304.434084,1517.660215 +517674,1530.383045,1833.54932,725.9054119,309.873366,1525.909933 +517675,1545.508783,1830.274529,733.9928506,314.2116289,1533.456974 +517676,1560.228523,1826.909286,742.0308613,318.5335894,1541.140071 +517677,1575.552337,1823.371073,749.8837902,322.7081708,1548.821989 +517678,1590.208032,1819.952296,758.0109588,326.9041231,1556.303646 +517679,1605.258406,1816.268901,765.4230969,331.0583657,1563.83744 +517680,1620.14586,1812.571396,773.398508,335.071301,1571.214366 +517681,1392.497227,1698.143427,564.7524827,256.6927638,1093.884835 +517682,1400.956767,1690.818924,564.4316228,256.2496838,1093.030113 +517683,1411.150247,1684.5344,563.5071315,255.4036168,1093.657433 +517684,1422.203631,1703.918544,563.0511125,254.7997754,1095.435136 +517685,1433.513926,1635.692912,562.751634,254.3545062,1097.8474 +517686,1445.231896,1684.189424,562.6355854,254.0778493,1100.787851 +517687,1456.965148,1666.783904,562.6829068,253.9408304,1103.923239 +517688,1474.882587,1647.04029,562.8681543,253.9133272,1107.263726 +517689,1487.765547,1668.446202,563.0367828,253.9164358,1110.657052 +517690,1500.333495,1632.948915,563.2134018,253.9527993,1114.266898 +517691,1513.013672,1655.405209,563.4513722,254.040084,1117.843049 +517692,1525.54989,1627.204677,563.7765284,254.1850471,1121.457602 +517693,1538.246377,1634.86684,564.1910327,254.384201,1125.240854 +517694,1550.985954,1624.103444,564.6834355,254.6299997,1128.946186 +517695,1563.647309,1618.935916,565.241984,254.9148398,1132.731753 +517696,1576.528636,1612.827252,565.8586126,255.2323927,1136.477005 +517697,1589.26432,1606.661653,602.4482593,255.5776358,1140.390261 +517698,1602.227225,1600.436156,569.3519217,255.9465197,1144.200552 +517699,1615.041054,1594.153403,620.6680985,256.3357092,1148.082236 +517700,1628.036869,1587.814452,566.7472094,256.7424059,1151.892752 +517701,1641.077882,1581.493309,610.5824532,257.1642544,1155.899539 +517702,1654.02366,1574.942841,603.3246468,267.5945871,1159.755697 +517703,1667.134677,1568.418704,607.4671741,277.4823543,1163.694473 +517704,1679.710627,1561.956568,611.7001671,264.9539298,1167.557327 +517705,1693.681054,1555.303654,615.8674655,288.0323589,1171.680285 +517706,1706.407514,1548.728721,619.4849988,262.2718941,1175.38784 +517707,1719.868036,1541.926897,623.437543,302.9169643,1179.53091 +517708,1732.927502,1535.22079,627.2375105,257.948181,1183.502505 +517709,1746.435835,1528.410308,630.9965171,314.0577219,1187.276579 +517710,1759.547371,1521.499746,634.8298549,258.0076737,1191.430125 +517711,1772.631055,1514.34872,638.429686,295.9734726,1195.24848 +517712,1785.408527,1507.120987,641.8851443,311.0703129,1199.369633 +517713,1798.472158,1499.827794,645.4366692,262.3501432,1203.36296 +517714,1811.154421,1492.476901,648.8697223,306.6014915,1207.130738 +517715,1824.213595,1485.071217,652.3184937,294.3274931,1211.316009 +517716,1837.061491,1477.680261,655.6912257,297.9013153,1215.207649 +517717,1849.981976,1470.078992,659.1634422,299.9736307,1219.100778 +517718,1862.902857,1462.501425,662.5158087,302.214798,1223.325 +517719,1875.762002,1454.98222,665.8310435,304.0136089,1227.067309 +517720,1888.867173,1447.355649,669.3167791,306.0190966,1231.124877 +517721,1901.572626,1439.584637,672.4670659,307.8550789,1234.967247 +517722,1914.696157,1431.896663,675.9130238,309.8218717,1239.091172 +517723,1927.580764,1424.116286,679.1536147,311.662332,1242.963963 +517724,1940.547547,1416.306428,682.3843241,313.5629719,1246.928552 +517725,1953.50954,1408.459287,685.7909437,315.4586029,1250.973764 +517726,1966.473663,1400.577338,688.8376922,317.3043398,1254.631485 +517727,1979.368025,1392.661087,692.2129692,319.1276765,1258.811914 +517728,1992.532439,1384.774982,695.3617753,321.017513,1262.628574 +517729,2005.330406,1376.707681,698.5661807,322.8273201,1266.559275 +517730,2018.301491,1368.677573,701.6750204,324.653911,1270.460841 +517731,2031.39268,1360.777483,705.0062437,326.4674863,1274.235555 +517732,2044.319446,1352.587428,707.9161379,328.2325738,1278.310117 +517733,2057.322294,1344.546189,711.2212673,330.0811558,1282.094397 +517734,2070.31029,1336.481774,714.2630264,331.8399371,1286.101145 +517735,2083.303404,1328.204444,717.3694615,333.6209552,1289.765516 +517736,2096.216671,1320.168214,720.4454436,335.3448354,1293.704325 +517737,2109.339733,1311.999563,723.5082678,337.2074562,1297.386313 +517738,2122.356117,1303.733572,726.474174,338.8181955,1301.423446 +517739,2135.153694,1295.559088,729.716774,340.6605054,1305.137333 +517740,2148.343437,1287.320258,732.530695,342.3522851,1308.964222 +517741,2396.993958,1386.684004,971.7569446,451.2021652,1775.685053 +517742,2414.2248,1380.80619,979.6639627,455.0238127,1766.40848 +517743,2430.357809,1374.191138,985.6802093,458.1195621,1773.05747 +517744,2445.90857,1367.407801,991.0833146,461.2018981,1778.067895 +517745,2460.753507,1360.388522,996.6740393,463.8710783,1782.46277 +517746,2476.055713,1353.169362,1001.608052,466.5770554,1787.546437 +517747,2490.64712,1345.996601,1006.639139,469.2076141,1791.650961 +517748,2505.50289,1338.783338,1011.535128,471.793262,1795.902131 +517749,2520.292601,1331.345585,1016.358033,474.2260358,1800.104431 +517750,2534.661734,1324.139971,1021.114965,477.0397969,1804.129593 +517751,2549.495847,1316.743538,1025.622613,479.2647883,1808.123038 +517752,2564.061247,1309.441542,1030.679336,481.8349995,1812.084999 +517753,2578.416753,1301.978019,1034.915956,484.2555356,1815.846761 +517754,2592.864519,1294.564341,1039.474209,486.6707815,1819.750329 +517755,2607.448958,1287.284973,1044.064769,489.0633661,1823.472559 +517756,2621.869734,1279.756695,1048.573543,491.4334349,1827.189128 +517757,2636.090548,1272.3844,1052.746495,493.7820562,1830.854063 +517758,2650.501628,1265.010695,1057.299599,495.9870595,1834.431077 +517759,2664.892495,1257.459473,1061.657654,498.4808126,1838.074486 +517760,2678.881815,1250.153056,1065.708166,500.6764512,1841.619869 +517761,2693.369907,1242.747359,1070.138803,502.9641711,1845.059012 +517762,2707.4818,1237.484938,1074.104032,505.1054389,1848.548067 +517763,2721.789175,1232.478332,1078.46558,507.4307978,1851.962907 +517764,2735.776622,1227.189218,1082.574787,509.6487006,1855.304239 +517765,2749.867758,1222.155236,1086.748986,511.8689911,1858.721985 +517766,2764.255121,1216.869298,1090.572851,513.9348268,1862.005518 +517767,2778.055357,1211.738979,1094.786092,516.1983486,1865.29673 +517768,2792.219048,1206.559734,1098.809002,518.0743934,1868.548004 +517769,2806.233115,1201.902147,1102.530253,520.5014686,1871.81306 +517770,2836.671551,1195.954852,1106.642828,522.5152065,1874.934759 +517771,2814.875523,1191.109896,1109.954575,524.3761165,1878.085223 +517772,2853.385279,1185.718494,1113.565018,526.3604435,1881.275957 +517773,2864.296777,1180.432555,1116.728267,528.1327435,1884.346227 +517774,2876.700359,1175.139859,1120.262532,530.0615062,1887.427681 +517775,2891.924,1169.777066,1123.300976,531.782539,1890.476548 +517776,2906.412507,1164.492105,1126.771073,533.6625069,1893.497471 +517777,2920.587706,1159.290688,1129.671519,535.3369786,1896.493724 +517778,2934.942963,1153.912038,1133.042713,537.171646,1899.41784 +517779,2949.633067,1148.707479,1135.896051,538.8023697,1902.43327 +517780,2969.139037,1143.463993,1139.190433,540.5941785,1905.364706 +517781,2988.549262,1138.104883,1141.918515,542.1833025,1908.197206 +517782,3008.329857,1133.001559,1145.122721,543.9342281,1911.102682 +517783,3027.534383,1127.771522,1147.813997,545.329017,1913.944011 +517784,3077.076518,1122.516882,1150.917134,547.2750916,1916.768003 +517785,3023.886042,1117.403189,1153.537545,548.6719444,1919.570597 +517786,3107.087858,1112.221817,1156.596714,550.3734302,1922.302663 +517787,3101.466216,1107.166608,1159.09726,551.852103,1925.137242 +517788,3125.314243,1102.041223,1162.114241,553.4986625,1927.851086 +517789,3145.071637,1096.986715,1164.548447,555.0969893,1930.595501 +517790,3164.539368,1091.952715,1167.500661,556.4541774,1933.257551 +517791,3196.361744,1086.951786,1169.863634,557.9861617,1936.071531 +517792,3214.793318,1081.984928,1172.750403,559.5321675,1938.581051 +517793,3189.42696,1077.05443,1175.047029,560.7360252,1941.353598 +517794,3286.827657,1072.161768,1177.869988,562.5444341,1943.935883 +517795,3224.452951,1067.309813,1180.101893,563.75844,1946.557337 +517796,3318.474544,1062.499624,1182.864248,565.2971899,1949.152811 +517797,3288.771065,1057.689872,1185.032656,566.6106557,1951.718521 +517798,3325.294576,1053.034783,1187.698646,568.0894698,1954.226358 +517799,3342.206532,1048.332726,1189.899725,569.3723388,1956.84403 +517800,3360.992536,1043.715469,1192.421116,570.8218817,1959.322648 +517801,3434.419736,1061.779558,1240.693696,594.6451285,2043.197417 +517802,3443.951251,1058.105739,1245.454251,597.1496749,2048.8545 +517803,3476.141337,1054.258731,1248.371097,598.8671576,2054.105543 +517804,3490.264128,1050.14311,1251.093095,600.5259731,2058.600532 +517805,3505.999098,1046.145206,1253.664127,601.8559103,2062.957322 +517806,3527.697728,1042.027613,1255.925629,603.6313012,2067.035725 +517807,3512.536006,1037.470813,1258.21297,605.0633623,2071.064019 +517808,3506.224323,1034.174509,1260.305353,606.1078622,2074.783965 +517809,3505.113437,1029.927119,1262.365162,607.5907761,2078.582557 +517810,3506.684315,1025.992935,1264.345029,608.8546333,2082.245481 +517811,3509.741885,1022.68635,1266.288194,610.0797482,2085.902931 +517812,3513.608604,1018.125858,1268.116687,611.3254072,2089.559261 +517813,3517.944789,1014.784211,1270.003671,612.5439709,2092.958225 +517814,3522.584681,1010.98586,1271.770232,613.678098,2096.400268 +517815,3527.440233,1007.362651,1273.402664,614.838923,2099.915198 +517816,3532.455097,1003.80463,1275.082981,615.9774331,2103.292684 +517817,3537.590022,1000.319729,1276.619086,617.0328562,2106.502387 +517818,3542.815563,996.9110427,1278.235663,618.1190809,2109.833906 +517819,3548.109194,993.5819006,1279.692707,619.1602587,2113.056144 +517820,3553.461753,989.4275691,1281.144916,620.2173458,2116.250898 +517821,3558.865282,986.2165098,1282.5425,621.2408169,2119.408687 +517822,3564.30669,983.159352,1283.892539,622.362043,2122.535364 +517823,3569.777173,980.1603821,1285.200527,623.5057998,2125.629052 +517824,3575.272562,977.1999167,1286.461608,624.7236747,2128.690897 +517825,3580.790914,974.2700403,1287.680599,626.0254659,2131.800846 +517826,3586.335519,971.3661982,1288.856243,627.29619,2134.682361 +517827,3591.906375,968.4862015,1289.990636,629.2478624,2137.64078 +517828,3597.49732,965.6278669,1291.031634,630.8300222,2140.7026 +517829,3603.105679,962.7901772,1292.162939,632.4455252,2143.56939 +517830,3608.730453,959.9252199,1293.190421,634.3043771,2146.561899 +517831,3614.368574,957.3779626,1294.532168,636.3315358,2149.318328 +517832,3619.957229,954.7871622,1296.039455,638.3726196,2152.23679 +517833,3625.4586,952.2726433,1297.507808,640.540966,2156.259989 +517834,3630.859303,949.7828892,1298.927039,642.774782,2163.265362 +517835,3636.216758,947.3218487,1300.47127,645.0031069,2156.436727 +517836,3641.57879,944.8876146,1301.885444,647.3514987,2159.56469 +517837,3647.172338,942.4793373,1303.335789,649.7603889,2169.485008 +517838,3652.385017,940.0959057,1304.765089,652.1571859,2167.978309 +517839,3657.5726,937.7369785,1306.181391,654.6730446,2171.673422 +517840,3662.754258,935.4015201,1307.58639,657.2462507,2174.401632 +517841,3667.927157,933.08943,1308.977377,659.8035584,2177.183088 +517842,3673.092878,930.7999287,1310.355332,662.4791475,2179.646579 +517843,3678.249384,928.533057,1311.720736,665.1808909,2182.515775 +517844,3683.392927,926.2881462,1313.072414,667.9671709,2185.094535 +517845,3688.521853,924.0653483,1314.411636,670.7325017,2187.839328 +517846,3693.637637,921.8640685,1315.681523,673.6129736,2190.330644 +517847,3698.740001,919.6845276,1317.079273,676.548014,2193.01807 +517848,3703.827362,917.5261845,1318.395461,679.4626606,2195.61071 +517849,3708.899925,915.3893197,1319.604117,682.4939798,2198.20643 +517850,3713.958827,913.273428,1320.920322,685.5785693,2200.785159 +517851,3719.004125,911.1788237,1322.172911,688.6401035,2203.363271 +517852,3724.034856,909.1050231,1323.363073,691.8189878,2205.923782 +517853,3729.049836,907.0523665,1324.687952,695.0510866,2208.476458 +517854,3734.016001,905.0203552,1325.868911,698.2560899,2220.448821 +517855,3739.005908,903.0094425,1327.09009,701.5805851,2199.144481 +517856,3744.009421,901.0189627,1328.289237,704.9570558,2223.111351 +517857,3749.239209,899.0493946,1329.476975,708.3031905,2217.054143 +517858,3754.113974,897.1003666,1330.652066,711.7700368,2221.053166 +517859,3758.977155,895.1721502,1331.815073,715.2888745,2223.482726 +517860,3763.832069,893.2642375,1332.967798,718.7724316,2226.193024 +517861,3771.302499,858.0524683,1256.943473,688.991431,2085.028717 +517862,3775.133524,855.7231074,1256.833583,692.0917382,2086.242031 +517863,3777.001022,853.4575237,1256.988906,695.3168225,2087.882645 +517864,3778.940812,851.2712321,1257.201361,698.6674383,2089.499949 +517865,3781.931729,849.1160175,1257.439054,701.9904814,2091.022808 +517866,3785.919678,846.9890794,1257.684514,705.4369367,2092.755164 +517867,3790.52515,844.8877966,1257.932061,708.9017156,2094.42486 +517868,3795.430283,842.8099579,1258.176581,712.4155511,2096.113485 +517869,3800.459807,840.7130092,1258.417706,716.006123,2097.807533 +517870,3805.826755,838.7409395,1258.652859,719.5546095,2099.500764 +517871,3810.869285,836.7000053,1258.882908,723.2185272,2101.194397 +517872,3815.91691,834.7150802,1259.105954,726.893313,2102.884084 +517873,3820.974707,832.7447807,1259.322591,730.5991315,2104.570622 +517874,3826.036509,830.7941259,1259.531116,734.2808459,2106.250364 +517875,3831.092344,828.8638553,1259.733993,738.0814163,2107.927819 +517876,3836.393303,826.9531688,1259.929281,741.8882772,2109.598768 +517877,3841.321589,825.0622499,1260.118342,745.7725241,2111.265861 +517878,3846.225595,823.1903088,1260.299468,749.6010891,2113.01316 +517879,3851.275126,821.3374916,1260.47402,753.5447785,2114.532136 +517880,3856.258597,819.5030066,1260.64028,757.4898297,2116.244411 +517881,3860.678179,817.6870348,1260.799621,761.1371903,2117.872298 +517882,3865.386729,815.8481942,1260.950312,765.6595998,2119.505181 +517883,3870.515017,814.1272038,1261.09376,769.4605096,2121.132486 +517884,3875.338001,809.2878315,1253.908763,772.9238233,2122.815504 +517885,3881.512786,807.051747,1252.937483,777.1113057,2124.375158 +517886,3887.948254,805.0457852,1252.457711,781.2961191,2125.978349 +517887,3894.291072,803.1165303,1252.114467,785.4248154,2127.579531 +517888,3900.296791,801.2345124,1251.828247,789.7693935,2129.082405 +517889,3905.966523,799.3877809,1251.573324,794.0289061,2130.808898 +517890,3911.689329,797.5697872,1251.335115,798.3626601,2132.411929 +517891,3916.944536,795.6091539,1250.709766,802.3698551,2133.860542 +517892,3921.995308,793.6367018,1250.007187,806.4149359,2135.491996 +517893,3926.833386,791.6295453,1249.270411,810.4331245,2137.035787 +517894,3931.474742,789.7271975,1248.507904,814.5627977,2138.583552 +517895,3935.948391,787.7491076,1247.725133,818.6510541,2140.125406 +517896,3940.283878,785.8137673,1246.921834,822.6373931,2141.656571 +517897,3944.502721,783.8826798,1246.100649,826.8229124,2143.180156 +517898,3948.617622,781.9606995,1245.260105,830.8839413,2144.691449 +517899,3952.636454,780.0483224,1244.402345,834.9949909,2146.193984 +517900,3956.565707,778.1446965,1243.525608,839.1051373,2147.682289 +517901,3960.409246,776.2501453,1242.631938,843.2177837,2149.160334 +517902,3964.169489,774.3637871,1241.71947,847.3356125,2150.622749 +517903,3967.843241,772.4859504,1240.790236,851.4113935,2152.165881 +517904,3971.439324,770.6436352,1239.842759,855.5994566,2153.45651 +517905,3974.955053,768.7198763,1238.878393,859.6898618,2154.945954 +517906,3978.388046,766.9403998,1237.895325,863.8622853,2159.030897 +517907,3981.752115,765.0467802,1236.895905,867.8724662,2153.606868 +517908,3985.019129,763.2260736,1235.87781,872.0901284,2172.431198 +517909,3988.535396,761.392493,1234.843736,876.165878,2142.58681 +517910,3991.685759,759.5623433,1233.791073,880.2833965,2170.272777 +517911,3994.667597,757.7385464,1232.722288,884.3430687,2175.142672 +517912,3997.628124,755.920189,1231.635147,888.5560382,2143.017255 +517913,4000.566336,754.1079307,1230.531761,892.5453269,2175.952353 +517914,4003.375792,752.3330947,1229.485889,896.9237746,2164.842699 +517915,4006.213278,750.5398794,1228.367223,901.005449,2167.953848 +517916,4009.052525,748.7107541,1227.222311,905.178978,2169.456669 +517917,4011.816363,746.9769123,1226.033844,909.1854323,2170.484867 +517918,4014.472452,745.1682988,1224.871701,913.3448791,2171.750732 +517919,4017.024698,743.3955815,1223.653013,917.2885714,2172.837575 +517920,4019.478764,741.6212835,1222.431801,921.3055651,2173.964216 +517921,4026.619601,673.4443201,1067.272948,859.1325545,1889.396402 +517922,4026.243796,670.8643765,1064.384104,862.2702747,1888.756692 +517923,4022.048986,668.6067445,1061.66002,865.7555666,1888.820716 +517924,4018.25603,666.3254367,1059.289169,869.2450526,1889.220709 +517925,4016.760641,664.0730291,1056.88061,872.7505661,1889.550496 +517926,4017.361937,661.9136208,1054.445147,876.2511108,1890.067944 +517927,4019.235238,659.6707223,1052.006502,879.7388815,1890.338948 +517928,4021.706529,657.5381798,1049.760673,883.2088636,1890.974196 +517929,4024.408448,655.3452319,1047.189906,886.6124573,1891.381025 +517930,4027.185254,653.1536778,1044.878478,890.1045869,1891.860731 +517931,4029.976038,651.0377062,1042.475956,893.4707637,1892.247587 +517932,4032.752276,648.8332459,1039.976829,896.8473932,1892.810072 +517933,4035.491996,646.7294039,1037.644766,900.1862521,1893.270275 +517934,4038.178273,644.5636615,1035.121343,903.4918038,1893.598777 +517935,4040.79247,642.3970678,1033.069729,906.7621359,1893.989923 +517936,4043.324057,640.3002584,1030.067295,909.9948775,1894.479779 +517937,4045.774898,637.867445,1027.847442,913.1879385,1894.806578 +517938,4048.142201,636.1391322,1025.285431,916.3387874,1895.17594 +517939,4050.418921,633.8145651,1022.820526,919.4451373,1895.515662 +517940,4052.509061,632.0012852,1020.298195,922.504253,1895.8354 +517941,4054.577324,629.4891464,1017.753679,925.5134597,1896.135816 +517942,4057.022139,627.5522299,1015.254797,928.4696178,1896.414593 +517943,4060.233306,625.390935,1012.695951,931.3698579,1896.603358 +517944,4063.927273,623.2714385,1010.111463,934.2108934,1896.939036 +517945,4067.905851,621.1531484,1007.539437,936.9893313,1897.171537 +517946,4072.05014,619.0359719,1004.945528,939.700732,1897.202148 +517947,4076.278921,616.9196637,1002.383283,942.34176,1897.513333 +517948,4080.538845,614.8037142,999.6754326,944.9073424,1897.597014 +517949,4084.798237,612.6880473,997.1583913,947.3929619,1897.71836 +517950,4089.035871,610.5721595,994.3920961,949.7931593,1897.809364 +517951,4092.485231,607.8625228,990.4245863,950.231002,1915.978824 +517952,4097.397937,605.268611,986.6053721,950.3484883,1870.056668 +517953,4099.960654,602.6965569,982.3009197,950.2858155,1927.613596 +517954,4102.64628,599.7009082,978.3090952,949.904151,1870.062953 +517955,4104.354645,596.9920085,973.9312246,949.3844024,1912.848231 +517956,4105.214335,594.2465103,969.7428531,948.7549346,1890.201798 +517957,4105.982576,591.3303808,965.2443404,947.9010811,1899.745896 +517958,4106.207162,588.5742979,960.9856842,946.7966339,1896.677264 +517959,4106.239185,585.6155394,956.3596895,945.611566,1897.073726 +517960,4105.997129,582.8175957,952.2854684,944.2158921,1896.640873 +517961,4105.52812,580.0425495,947.1974221,942.6583047,1896.397158 +517962,4104.840913,576.8968146,942.9299379,940.9774604,1895.827243 +517963,4103.936737,574.0083523,938.0923668,938.9765346,1895.538718 +517964,4102.812877,571.1030443,933.5651425,937.0565872,1894.871509 +517965,4101.515893,567.8273325,928.4375387,934.7359267,1894.26664 +517966,4100.003689,565.3706534,924.190603,932.3872266,1893.730342 +517967,4098.296716,561.8711549,919.2826816,929.8339144,1892.877598 +517968,4096.412428,559.0721346,914.3448012,927.1700817,1892.127421 +517969,4094.349993,555.8985211,909.4605444,924.2386459,1891.241992 +517970,4092.093876,552.9130713,904.6883117,921.2456156,1890.356575 +517971,4089.658913,549.9115085,899.5955382,918.43204,1889.259583 +517972,4087.072776,546.6464093,894.9880504,914.5682062,1888.206531 +517973,4084.317566,543.3698933,889.5437076,911.2748042,1887.058339 +517974,4081.409981,540.5045896,884.7969273,907.1947472,1885.683028 +517975,4078.234637,537.3160811,879.5585802,902.4063795,1884.52189 +517976,4074.894145,534.0183707,874.8145184,897.4786352,1882.997067 +517977,4070.758848,530.8434462,869.1423832,892.2076012,1881.555742 +517978,4066.071401,527.8467329,864.4717114,886.8161298,1880.030566 +517979,4060.86909,524.1822183,859.1915564,881.2266466,1878.309549 +517980,4053.720807,521.3185145,853.9642018,875.3633546,1876.616313 +517981,2151.325529,517.7900229,857.558773,868.9768799,1897.704401 +517982,2202.360226,646.4103632,967.9854403,995.1366146,2303.943531 +517983,2301.360984,645.2297506,976.7855275,991.4042891,2320.06449 +517984,2390.942203,641.6641813,983.2114055,984.8989429,2329.523278 +517985,2457.685589,638.294108,988.1059138,978.2834519,2335.883462 +517986,2502.028027,635.0410328,991.7259736,971.4940856,2340.253335 +517987,2529.786943,631.6607346,994.3684687,964.5076756,2343.520432 +517988,2546.494651,628.2864451,996.3021468,957.2769775,2346.282614 +517989,2555.891028,624.8820055,997.7372062,950.0489011,2348.394595 +517990,2560.170744,621.4580181,998.8040775,942.5938977,2350.191063 +517991,2561.46736,617.9792035,999.5673468,934.8227039,2351.718244 +517992,2560.495186,614.5749918,1000.072782,927.1932234,2353.007387 +517993,2557.533426,611.0817456,1000.356961,919.2623172,2354.083997 +517994,2552.823237,607.6163245,1000.451652,911.2851582,2354.97142 +517995,2546.630763,604.1392302,1000.38436,903.2013807,2355.690908 +517996,2539.216457,600.6163526,1000.178607,894.9544997,2356.261606 +517997,2530.840384,597.1862232,999.8694425,886.778193,2356.735454 +517998,2521.653612,593.6241842,999.4585751,837.9004785,2357.092346 +517999,2505.518211,590.1051579,998.9462423,821.4051748,2357.313092 +518000,2485.454299,586.5790861,998.3513061,817.436924,2357.424913 +518001,2465.070782,583.0140233,997.6871908,807.5191303,2357.445389 +518002,2446.104966,575.0537774,996.9639714,796.0382737,2357.386492 +518003,2428.599918,571.2585732,996.0186432,788.4611096,2357.256512 +518004,2412.429426,567.9072511,994.9374491,781.7241459,2357.061927 +518005,2397.45416,564.7622115,993.8412982,775.2179255,2356.845856 +518006,2383.461052,561.5985563,992.7670705,768.9254355,2356.575428 +518007,2370.264423,558.5114887,991.7147739,762.8015285,2356.223725 +518008,2357.750903,555.4490073,990.6885714,756.8175311,2355.81117 +518009,2345.821138,552.3769094,989.6849252,751.0124206,2355.34694 +518010,2334.391387,549.4154466,988.6999346,745.1852207,2354.835857 +518011,2323.391725,546.3949229,987.7306435,739.5255126,2354.280886 +518012,2312.764131,543.4250961,986.7748579,734.0397433,2353.684409 +518013,2302.460414,540.4337158,985.830733,728.5857519,2353.04851 +518014,2292.440655,537.5440118,984.8966796,723.1276272,2352.375291 +518015,2282.671603,534.5958965,983.9712622,717.850621,2351.66676 +518016,2273.125599,531.6947332,983.0532625,712.6438718,2350.924993 +518017,2263.779418,528.8047726,982.1415999,707.338168,2350.151961 +518018,2254.650406,525.8964547,981.2524539,702.3252738,2349.389283 +518019,2245.686202,523.0881744,980.3687342,697.2146291,2348.60088 +518020,2236.843766,520.2197854,979.4764335,692.2581042,2347.757538 +518021,2228.128786,517.7349194,978.582887,687.2260173,2346.879466 +518022,2219.525964,514.4284899,931.9558929,682.347763,2345.962308 +518023,2210.789594,511.843338,946.3241242,677.4247426,2345.044402 +518024,2202.460035,509.0563261,937.3468304,672.7207436,2343.934126 +518025,2194.203909,506.2651063,931.6281889,667.8367972,2342.971088 +518026,2186.043008,503.5175786,928.746991,663.1407108,2341.989605 +518027,2177.996676,500.7481705,923.4560818,658.4353288,2341.016947 +518028,2170.04731,498.070983,917.2577535,653.7765276,2340.039671 +518029,2162.185046,495.3386209,915.4515196,649.154515,2339.05212 +518030,2154.403803,492.6481504,910.1356902,644.5707266,2338.052219 +518031,2146.701341,489.9673642,905.9411903,640.0232012,2337.041539 +518032,2139.075631,487.2684405,901.6786048,635.5560123,2336.021483 +518033,2131.525189,484.6620887,895.2979315,631.0126775,2334.993719 +518034,2124.047033,481.9992896,894.016464,626.5586778,2333.958029 +518035,2116.638547,479.379219,888.5983631,622.2514683,2332.914316 +518036,2109.299485,476.7365963,884.3863709,617.7801788,2331.8648 +518037,2101.995883,474.1836067,880.4760982,613.4776668,2330.774993 +518038,2092.054964,471.5760677,876.2380511,609.1612338,2329.4906 +518039,1884.092656,469.009971,872.1041813,604.8856729,2328.455609 +518040,1979.688285,466.4736947,867.9773991,600.6663524,2327.422339 +518041,0,0,0,0,0 +518042,0,0,0,0,0 +518043,0,0,0,0,0 +518044,0,0,0,0,0 +518045,0,0,0,0,0 +518046,0,0,0,0,0 +518047,0,0,0,0,0 +518048,0,0,0,0,0 +518049,0,0,0,0,0 +518050,0,0,0,0,0 +518051,0,0,0,0,0 +518052,0,0,0,0,0 +518053,0,0,0,0,0 +518054,0,0,0,0,0 +518055,0,0,0,0,0 +518056,0,0,0,0,0 +518057,0,0,0,0,0 +518058,0,0,0,0,0 +518059,0,0,0,0,0 +518060,0,0,0,0,0 +518061,0,0,0,0,0 +518062,0,0,0,0,0 +518063,0,0,0,0,0 +518064,0,0,0,0,0 +518065,0,0,0,0,0 +518066,0,0,0,0,0 +518067,0,0,0,0,0 +518068,0,0,0,0,0 +518069,0,0,0,0,0 +518070,0,0,0,0,0 +518071,0,0,0,0,0 +518072,0,0,0,0,0 +518073,0,0,0,0,0 +518074,0,0,0,0,0 +518075,0,0,0,0,0 +518076,0,0,0,0,0 +518077,0,0,0,0,0 +518078,0,0,0,0,0 +518079,0,0,0,0,0 +518080,0,0,0,0,0 +518081,0,0,0,0,0 +518082,0,0,0,0,0 +518083,0,0,0,0,0 +518084,0,0,0,0,0 +518085,0,0,0,0,0 +518086,0,0,0,0,0 +518087,0,0,0,0,0 +518088,0,0,0,0,0 +518089,0,0,0,0,0 +518090,0,0,0,0,0 +518091,0,0,0,0,0 +518092,0,0,0,0,0 +518093,0,0,0,0,0 +518094,0,0,0,0,0 +518095,0,0,0,0,0 +518096,0,0,0,0,0 +518097,0,0,0,0,0 +518098,0,0,0,0,0 +518099,0,0,0,0,0 +518100,0,0,0,0,0 +518101,0,0,0,0,0 +518102,0,0,0,0,0 +518103,0,0,0,0,0 +518104,0,0,0,0,0 +518105,0,0,0,0,0 +518106,0,0,0,0,0 +518107,0,0,0,0,0 +518108,0,0,0,0,0 +518109,0,0,0,0,0 +518110,0,0,0,0,0 +518111,0,0,0,0,0 +518112,0,0,0,0,0 +518113,0,0,0,0,0 +518114,0,0,0,0,0 +518115,0,0,0,0,0 +518116,0,0,0,0,0 +518117,0,0,0,0,0 +518118,0,0,0,0,0 +518119,0,0,0,0,0 +518120,0,0,0,0,0 +518121,0,0,0,0,0 +518122,0,0,0,0,0 +518123,0,0,0,0,0 +518124,0,0,0,0,0 +518125,0,0,0,0,0 +518126,0,0,0,0,0 +518127,0,0,0,0,0 +518128,0,0,0,0,0 +518129,0,0,0,0,0 +518130,0,0,0,0,0 +518131,0,0,0,0,0 +518132,0,0,0,0,0 +518133,0,0,0,0,0 +518134,0,0,0,0,0 +518135,0,0,0,0,0 +518136,0,0,0,0,0 +518137,0,0,0,0,0 +518138,0,0,0,0,0 +518139,0,0,0,0,0 +518140,0,0,0,0,0 +518141,0,0,0,0,0 +518142,0,0,0,0,0 +518143,0,0,0,0,0 +518144,0,0,0,0,0 +518145,0,0,0,0,0 +518146,0,0,0,0,0 +518147,0,0,0,0,0 +518148,0,0,0,0,0 +518149,0,0,0,0,0 +518150,0,0,0,0,0 +518151,0,0,0,0,0 +518152,0,0,0,0,0 +518153,0,0,0,0,0 +518154,0,0,0,0,0 +518155,0,0,0,0,0 +518156,0,0,0,0,0 +518157,0,0,0,0,0 +518158,0,0,0,0,0 +518159,0,0,0,0,0 +518160,0,0,0,0,0 +518161,0,0,0,0,0 +518162,0,0,0,0,0 +518163,0,0,0,0,0 +518164,0,0,0,0,0 +518165,0,0,0,0,0 +518166,0,0,0,0,0 +518167,0,0,0,0,0 +518168,0,0,0,0,0 +518169,0,0,0,0,0 +518170,0,0,0,0,0 +518171,0,0,0,0,0 +518172,0,0,0,0,0 +518173,0,0,0,0,0 +518174,0,0,0,0,0 +518175,0,0,0,0,0 +518176,0,0,0,0,0 +518177,0,0,0,0,0 +518178,0,0,0,0,0 +518179,0,0,0,0,0 +518180,0,0,0,0,0 +518181,0,0,0,0,0 +518182,0,0,0,0,0 +518183,0,0,0,0,0 +518184,0,0,0,0,0 +518185,0,0,0,0,0 +518186,0,0,0,0,0 +518187,0,0,0,0,0 +518188,0,0,0,0,0 +518189,0,0,0,0,0 +518190,0,0,0,0,0 +518191,0,0,0,0,0 +518192,0,0,0,0,0 +518193,0,0,0,0,0 +518194,0,0,0,0,0 +518195,0,0,0,0,0 +518196,0,0,0,0,0 +518197,0,0,0,0,0 +518198,0,0,0,0,0 +518199,0,0,0,0,0 +518200,0,0,0,0,0 +518201,0,0,0,0,0 +518202,0,0,0,0,0 +518203,0,0,0,0,0 +518204,0,0,0,0,0 +518205,0,0,0,0,0 +518206,0,0,0,0,0 +518207,0,0,0,0,0 +518208,0,0,0,0,0 +518209,0,0,0,0,0 +518210,0,0,0,0,0 +518211,0,0,0,0,0 +518212,0,0,0,0,0 +518213,0,0,0,0,0 +518214,0,0,0,0,0 +518215,0,0,0,0,0 +518216,0,0,0,0,0 +518217,0,0,0,0,0 +518218,0,0,0,0,0 +518219,0,0,0,0,0 +518220,0,0,0,0,0 +518221,0,0,0,0,0 +518222,0,0,0,0,0 +518223,0,0,0,0,0 +518224,0,0,0,0,0 +518225,0,0,0,0,0 +518226,0,0,0,0,0 +518227,0,0,0,0,0 +518228,0,0,0,0,0 +518229,0,0,0,0,0 +518230,0,0,0,0,0 +518231,0,0,0,0,0 +518232,0,0,0,0,0 +518233,0,0,0,0,0 +518234,0,0,0,0,0 +518235,0,0,0,0,0 +518236,0,0,0,0,0 +518237,0,0,0,0,0 +518238,0,0,0,0,0 +518239,0,0,0,0,0 +518240,0,0,0,0,0 +518241,0,0,0,0,0 +518242,0,0,0,0,0 +518243,0,0,0,0,0 +518244,0,0,0,0,0 +518245,0,0,0,0,0 +518246,0,0,0,0,0 +518247,0,0,0,0,0 +518248,0,0,0,0,0 +518249,0,0,0,0,0 +518250,0,0,0,0,0 +518251,0,0,0,0,0 +518252,0,0,0,0,0 +518253,0,0,0,0,0 +518254,0,0,0,0,0 +518255,0,0,0,0,0 +518256,0,0,0,0,0 +518257,0,0,0,0,0 +518258,0,0,0,0,0 +518259,0,0,0,0,0 +518260,0,0,0,0,0 +518261,0,0,0,0,0 +518262,0,0,0,0,0 +518263,0,0,0,0,0 +518264,0,0,0,0,0 +518265,0,0,0,0,0 +518266,0,0,0,0,0 +518267,0,0,0,0,0 +518268,0,0,0,0,0 +518269,0,0,0,0,0 +518270,0,0,0,0,0 +518271,0,0,0,0,0 +518272,0,0,0,0,0 +518273,0,0,0,0,0 +518274,0,0,0,0,0 +518275,0,0,0,0,0 +518276,0,0,0,0,0 +518277,0,0,0,0,0 +518278,0,0,0,0,0 +518279,0,0,0,0,0 +518280,0,0,0,0,0 +518281,0,0,0,0,0 +518282,0,0,0,0,0 +518283,0,0,0,0,0 +518284,0,0,0,0,0 +518285,0,0,0,0,0 +518286,0,0,0,0,0 +518287,0,0,0,0,0 +518288,0,0,0,0,0 +518289,0,0,0,0,0 +518290,0,0,0,0,0 +518291,0,0,0,0,0 +518292,0,0,0,0,0 +518293,0,0,0,0,0 +518294,0,0,0,0,0 +518295,0,0,0,0,0 +518296,0,0,0,0,0 +518297,0,0,0,0,0 +518298,0,0,0,0,0 +518299,0,0,0,0,0 +518300,0,0,0,0,0 +518301,0,0,0,0,0 +518302,0,0,0,0,0 +518303,0,0,0,0,0 +518304,0,0,0,0,0 +518305,0,0,0,0,0 +518306,0,0,0,0,0 +518307,0,0,0,0,0 +518308,0,0,0,0,0 +518309,0,0,0,0,0 +518310,0,0,0,0,0 +518311,0,0,0,0,0 +518312,0,0,0,0,0 +518313,0,0,0,0,0 +518314,0,0,0,0,0 +518315,0,0,0,0,0 +518316,0,0,0,0,0 +518317,0,0,0,0,0 +518318,0,0,0,0,0 +518319,0,0,0,0,0 +518320,0,0,0,0,0 +518321,0,0,0,0,0 +518322,0,0,0,0,0 +518323,0,0,0,0,0 +518324,0,0,0,0,0 +518325,0,0,0,0,0 +518326,0,0,0,0,0 +518327,0,0,0,0,0 +518328,0,0,0,0,0 +518329,0,0,0,0,0 +518330,0,0,0,0,0 +518331,0,0,0,0,0 +518332,0,0,0,0,0 +518333,0,0,0,0,0 +518334,0,0,0,0,0 +518335,0,0,0,0,0 +518336,0,0,0,0,0 +518337,0,0,0,0,0 +518338,0,0,0,0,0 +518339,0,0,0,0,0 +518340,0,0,0,0,0 +518341,0,0,0,0,0 +518342,0,0,0,0,0 +518343,0,0,0,0,0 +518344,0,0,0,0,0 +518345,0,0,0,0,0 +518346,0,0,0,0,0 +518347,0,0,0,0,0 +518348,0,0,0,0,0 +518349,0,0,0,0,0 +518350,0,0,0,0,0 +518351,0,0,0,0,0 +518352,0,0,0,0,0 +518353,0,0,0,0,0 +518354,0,0,0,0,0 +518355,0,0,0,0,0 +518356,0,0,0,0,0 +518357,0,0,0,0,0 +518358,0,0,0,0,0 +518359,0,0,0,0,0 +518360,0,0,0,0,0 +518361,0,0,0,0,0 +518362,0,0,0,0,0 +518363,0,0,0,0,0 +518364,0,0,0,0,0 +518365,0,0,0,0,0 +518366,0,0,0,0,0 +518367,0,0,0,0,0 +518368,0,0,0,0,0 +518369,0,0,0,0,0 +518370,0,0,0,0,0 +518371,0,0,0,0,0 +518372,0,0,0,0,0 +518373,0,0,0,0,0 +518374,0,0,0,0,0 +518375,0,0,0,0,0 +518376,0,0,0,0,0 +518377,0,0,0,0,0 +518378,0,0,0,0,0 +518379,0,0,0,0,0 +518380,0,0,0,0,0 +518381,0,0,0,0,0 +518382,0,0,0,0,0 +518383,0,0,0,0,0 +518384,0,0,0,0,0 +518385,0,0,0,0,0 +518386,0,0,0,0,0 +518387,0,0,0,0,0 +518388,0,0,0,0,0 +518389,0,0,0,0,0 +518390,0,0,0,0,0 +518391,0,0,0,0,0 +518392,0,0,0,0,0 +518393,0,0,0,0,0 +518394,0,0,0,0,0 +518395,0,0,0,0,0 +518396,0,0,0,0,0 +518397,0,0,0,0,0 +518398,0,0,0,0,0 +518399,0,0,0,0,0 +518400,0,0,0,0,0 +518401,0,0,0,0,0 +518402,0,0,0,0,0 +518403,0,0,0,0,0 +518404,0,0,0,0,0 +518405,0,0,0,0,0 +518406,0,0,0,0,0 +518407,0,0,0,0,0 +518408,0,0,0,0,0 +518409,0,0,0,0,0 +518410,0,0,0,0,0 +518411,0,0,0,0,0 +518412,0,0,0,0,0 +518413,0,0,0,0,0 +518414,0,0,0,0,0 +518415,0,0,0,0,0 +518416,0,0,0,0,0 +518417,0,0,0,0,0 +518418,0,0,0,0,0 +518419,0,0,0,0,0 +518420,0,0,0,0,0 +518421,0,0,0,0,0 +518422,0,0,0,0,0 +518423,0,0,0,0,0 +518424,0,0,0,0,0 +518425,0,0,0,0,0 +518426,0,0,0,0,0 +518427,0,0,0,0,0 +518428,0,0,0,0,0 +518429,0,0,0,0,0 +518430,0,0,0,0,0 +518431,0,0,0,0,0 +518432,0,0,0,0,0 +518433,0,0,0,0,0 +518434,0,0,0,0,0 +518435,0,0,0,0,0 +518436,0,0,0,0,0 +518437,0,0,0,0,0 +518438,0,0,0,0,0 +518439,0,0,0,0,0 +518440,0,0,0,0,0 +518441,0,0,0,0,0 +518442,0,0,0,0,0 +518443,0,0,0,0,0 +518444,0,0,0,0,0 +518445,0,0,0,0,0 +518446,0,0,0,0,0 +518447,0,0,0,0,0 +518448,0,0,0,0,0 +518449,0,0,0,0,0 +518450,0,0,0,0,0 +518451,0,0,0,0,0 +518452,0,0,0,0,0 +518453,0,0,0,0,0 +518454,0,0,0,0,0 +518455,0,0,0,0,0 +518456,0,0,0,0,0 +518457,0,0,0,0,0 +518458,0,0,0,0,0 +518459,0,0,0,0,0 +518460,0,0,0,0,0 +518461,0,0,0,0,0 +518462,0,0,0,0,0 +518463,0,0,0,0,0 +518464,0,0,0,0,0 +518465,0,0,0,0,0 +518466,0,0,0,0,0 +518467,0,0,0,0,0 +518468,0,0,0,0,0 +518469,0,0,0,0,0 +518470,0,0,0,0,0 +518471,0,0,0,0,0 +518472,0,0,0,0,0 +518473,0,0,0,0,0 +518474,0,0,0,0,0 +518475,0,0,0,0,0 +518476,0,0,0,0,0 +518477,0,0,0,0,0 +518478,0,0,0,0,0 +518479,0,0,0,0,0 +518480,0,0,0,0,0 +518481,0,0,0,0,0 +518482,0,0,0,0,0 +518483,0,0,0,0,0 +518484,0,0,0,0,0 +518485,0,0,0,0,0 +518486,0,0,0,0,0 +518487,0,0,0,0,0 +518488,0,0,0,0,0 +518489,0,0,0,0,0 +518490,0,0,0,0,0 +518491,0,0,0,0,0 +518492,0,0,0,0,0 +518493,0,0,0,0,0 +518494,0,0,0,0,0 +518495,0,0,0,0,0 +518496,0,0,0,0,0 +518497,0,0,0,0,0 +518498,0,0,0,0,0 +518499,0,0,0,0,0 +518500,0,0,0,0,0 +518501,0,0,0,0,0 +518502,0,0,0,0,0 +518503,0,0,0,0,0 +518504,0,0,0,0,0 +518505,0,0,0,0,0 +518506,0,0,0,0,0 +518507,0,0,0,0,0 +518508,0,0,0,0,0 +518509,0,0,0,0,0 +518510,0,0,0,0,0 +518511,0,0,0,0,0 +518512,0,0,0,0,0 +518513,0,0,0,0,0 +518514,0,0,0,0,0 +518515,0,0,0,0,0 +518516,0,0,0,0,0 +518517,0,0,0,0,0 +518518,0,0,0,0,0 +518519,0,0,0,0,0 +518520,0,0,0,0,0 +518521,0,0,0,0,0 +518522,0,0,0,0,0 +518523,0,0,0,0,0 +518524,0,0,0,0,0 +518525,0,0,0,0,0 +518526,0,0,0,0,0 +518527,0,0,0,0,0 +518528,0,0,0,0,0 +518529,0,0,0,0,0 +518530,0,0,0,0,0 +518531,0,0,0,0,0 +518532,0,0,0,0,0 +518533,0,0,0,0,0 +518534,0,0,0,0,0 +518535,0,0,0,0,0 +518536,0,0,0,0,0 +518537,0,0,0,0,0 +518538,0,0,0,0,0 +518539,0,0,0,0,0 +518540,0,0,0,0,0 +518541,0,0,0,0,0 +518542,0,0,0,0,0 +518543,0,0,0,0,0 +518544,0,0,0,0,0 +518545,0,0,0,0,0 +518546,0,0,0,0,0 +518547,0,0,0,0,0 +518548,0,0,0,0,0 +518549,0,0,0,0,0 +518550,0,0,0,0,0 +518551,0,0,0,0,0 +518552,0,0,0,0,0 +518553,0,0,0,0,0 +518554,0,0,0,0,0 +518555,0,0,0,0,0 +518556,0,0,0,0,0 +518557,0,0,0,0,0 +518558,0,0,0,0,0 +518559,0,0,0,0,0 +518560,0,0,0,0,0 +518561,0,0,0,0,0 +518562,0,0,0,0,0 +518563,0,0,0,0,0 +518564,0,0,0,0,0 +518565,0,0,0,0,0 +518566,0,0,0,0,0 +518567,0,0,0,0,0 +518568,0,0,0,0,0 +518569,0,0,0,0,0 +518570,0,0,0,0,0 +518571,0,0,0,0,0 +518572,0,0,0,0,0 +518573,0,0,0,0,0 +518574,0,0,0,0,0 +518575,0,0,0,0,0 +518576,0,0,0,0,0 +518577,0,0,0,0,0 +518578,0,0,0,0,0 +518579,0,0,0,0,0 +518580,0,0,0,0,0 +518581,0,0,0,0,0 +518582,0,0,0,0,0 +518583,0,0,0,0,0 +518584,0,0,0,0,0 +518585,0,0,0,0,0 +518586,0,0,0,0,0 +518587,0,0,0,0,0 +518588,0,0,0,0,0 +518589,0,0,0,0,0 +518590,0,0,0,0,0 +518591,0,0,0,0,0 +518592,0,0,0,0,0 +518593,0,0,0,0,0 +518594,0,0,0,0,0 +518595,0,0,0,0,0 +518596,0,0,0,0,0 +518597,0,0,0,0,0 +518598,0,0,0,0,0 +518599,0,0,0,0,0 +518600,0,0,0,0,0 +518601,0,0,0,0,0 +518602,0,0,0,0,0 +518603,0,0,0,0,0 +518604,0,0,0,0,0 +518605,0,0,0,0,0 +518606,0,0,0,0,0 +518607,0,0,0,0,0 +518608,0,0,0,0,0 +518609,0,0,0,0,0 +518610,0,0,0,0,0 +518611,0,0,0,0,0 +518612,0,0,0,0,0 +518613,0,0,0,0,0 +518614,0,0,0,0,0 +518615,0,0,0,0,0 +518616,0,0,0,0,0 +518617,0,0,0,0,0 +518618,0,0,0,0,0 +518619,0,0,0,0,0 +518620,0,0,0,0,0 +518621,0,0,0,0,0 +518622,0,0,0,0,0 +518623,0,0,0,0,0 +518624,0,0,0,0,0 +518625,0,0,0,0,0 +518626,0,0,0,0,0 +518627,0,0,0,0,0 +518628,0,0,0,0,0 +518629,0,0,0,0,0 +518630,0,0,0,0,0 +518631,0,0,0,0,0 +518632,0,0,0,0,0 +518633,0,0,0,0,0 +518634,0,0,0,0,0 +518635,0,0,0,0,0 +518636,0,0,0,0,0 +518637,0,0,0,0,0 +518638,0,0,0,0,0 +518639,0,0,0,0,0 +518640,0,0,0,0,0 +518641,0,0,0,0,0 +518642,0,0,0,0,0 +518643,0,0,0,0,0 +518644,0,0,0,0,0 +518645,0,0,0,0,0 +518646,0,0,0,0,0 +518647,0,0,0,0,0 +518648,0,0,0,0,0 +518649,0,0,0,0,0 +518650,0,0,0,0,0 +518651,0,0,0,0,0 +518652,0,0,0,0,0 +518653,0,0,0,0,0 +518654,0,0,0,0,0 +518655,0,0,0,0,0 +518656,0,0,0,0,0 +518657,0,0,0,0,0 +518658,0,0,0,0,0 +518659,0,0,0,0,0 +518660,0,0,0,0,0 +518661,0,0,0,0,0 +518662,0,0,0,0,0 +518663,0,0,0,0,0 +518664,0,0,0,0,0 +518665,0,0,0,0,0 +518666,0,0,0,0,0 +518667,0,0,0,0,0 +518668,0,0,0,0,0 +518669,0,0,0,0,0 +518670,0,0,0,0,0 +518671,0,0,0,0,0 +518672,0,0,0,0,0 +518673,0,0,0,0,0 +518674,0,0,0,0,0 +518675,0,0,0,0,0 +518676,0,0,0,0,0 +518677,0,0,0,0,0 +518678,0,0,0,0,0 +518679,0,0,0,0,0 +518680,0,0,0,0,0 +518681,0,0,0,0,0 +518682,0,0,0,0,0 +518683,0,0,0,0,0 +518684,0,0,0,0,0 +518685,0,0,0,0,0 +518686,0,0,0,0,0 +518687,0,0,0,0,0 +518688,0,0,0,0,0 +518689,0,0,0,0,0 +518690,0,0,0,0,0 +518691,0,0,0,0,0 +518692,0,0,0,0,0 +518693,0,0,0,0,0 +518694,0,0,0,0,0 +518695,0,0,0,0,0 +518696,0,0,0,0,0 +518697,0,0,0,0,0 +518698,0,0,0,0,0 +518699,0,0,0,0,0 +518700,0,0,0,0,0 +518701,0,0,0,0,0 +518702,0,0,0,0,0 +518703,0,0,0,0,0 +518704,0,0,0,0,0 +518705,0,0,0,0,0 +518706,0,0,0,0,0 +518707,0,0,0,0,0 +518708,0,0,0,0,0 +518709,0,0,0,0,0 +518710,0,0,0,0,0 +518711,0,0,0,0,0 +518712,0,0,0,0,0 +518713,0,0,0,0,0 +518714,0,0,0,0,0 +518715,0,0,0,0,0 +518716,0,0,0,0,0 +518717,0,0,0,0,0 +518718,0,0,0,0,0 +518719,0,0,0,0,0 +518720,0,0,0,0,0 +518721,0,0,0,0,0 +518722,0,0,0,0,0 +518723,0,0,0,0,0 +518724,0,0,0,0,0 +518725,0,0,0,0,0 +518726,0,0,0,0,0 +518727,0,0,0,0,0 +518728,0,0,0,0,0 +518729,0,0,0,0,0 +518730,0,0,0,0,0 +518731,0,0,0,0,0 +518732,0,0,0,0,0 +518733,0,0,0,0,0 +518734,0,0,0,0,0 +518735,0,0,0,0,0 +518736,0,0,0,0,0 +518737,0,0,0,0,0 +518738,0,0,0,0,0 +518739,0,0,0,0,0 +518740,0,0,0,0,0 +518741,0,0,0,0,0 +518742,0,0,0,0,0 +518743,0,0,0,0,0 +518744,0,0,0,0,0 +518745,0,0,0,0,0 +518746,0,0,0,0,0 +518747,0,0,0,0,0 +518748,0,0,0,0,0 +518749,0,0,0,0,0 +518750,0,0,0,0,0 +518751,0,0,0,0,0 +518752,0,0,0,0,0 +518753,0,0,0,0,0 +518754,0,0,0,0,0 +518755,0,0,0,0,0 +518756,0,0,0,0,0 +518757,0,0,0,0,0 +518758,0,0,0,0,0 +518759,0,0,0,0,0 +518760,0,0,0,0,0 +518761,0,0,0,0,0 +518762,0,0,0,0,0 +518763,0,0,0,0,0 +518764,0,0,0,0,0 +518765,0,0,0,0,0 +518766,0,0,0,0,0 +518767,0,0,0,0,0 +518768,0,0,0,0,0 +518769,0,0,0,0,0 +518770,0,0,0,0,0 +518771,0,0,0,0,0 +518772,0,0,0,0,0 +518773,0,0,0,0,0 +518774,0,0,0,0,0 +518775,0,0,0,0,0 +518776,0,0,0,0,0 +518777,0,0,0,0,0 +518778,0,0,0,0,0 +518779,0,0,0,0,0 +518780,0,0,0,0,0 +518781,0,0,0,0,0 +518782,0,0,0,0,0 +518783,0,0,0,0,0 +518784,0,0,0,0,0 +518785,0,0,0,0,0 +518786,0,0,0,0,0 +518787,0,0,0,0,0 +518788,0,0,0,0,0 +518789,0,0,0,0,0 +518790,0,0,0,0,0 +518791,0,0,0,0,0 +518792,0,0,0,0,0 +518793,0,0,0,0,0 +518794,0,0,0,0,0 +518795,0,0,0,0,0 +518796,0,0,0,0,0 +518797,0,0,0,0,0 +518798,0,0,0,0,0 +518799,0,0,0,0,0 +518800,0,0,0,0,0 +518801,0,0,0,0,0 +518802,0,0,0,0,0 +518803,0,0,0,0,0 +518804,0,0,0,0,0 +518805,0,0,0,0,0 +518806,0,0,0,0,0 +518807,0,0,0,0,0 +518808,0,0,0,0,0 +518809,0,0,0,0,0 +518810,0,0,0,0,0 +518811,0,0,0,0,0 +518812,0,0,0,0,0 +518813,0,0,0,0,0 +518814,0,0,0,0,0 +518815,0,0,0,0,0 +518816,0,0,0,0,0 +518817,0,0,0,0,0 +518818,0,0,0,0,0 +518819,0,0,0,0,0 +518820,0,0,0,0,0 +518821,-1312.614808,-535.3398866,-1277.976244,-535.2236214,158.6612676 +518822,-978.4730051,-389.7056741,-948.2823857,-389.590467,502.300266 +518823,-632.4463377,-234.5709001,-605.5824088,-234.4597045,1146.272221 +518824,-855.4335359,-330.3947742,-822.4050145,-330.288722,851.5806225 +518825,-1028.777901,-408.1413554,-994.5622133,-408.040019,584.6036825 +518826,-1160.751754,-467.8461096,-1125.956284,-467.7487619,360.8827549 +518827,-1252.884613,-509.889074,-1217.87992,-509.7950897,189.4444666 +518828,-1309.567042,-536.0823678,-1274.541289,-535.9913373,71.59389518 +518829,-1338.621424,-549.8595865,-1303.641943,-549.7712802,-0.170766987 +518830,-1349.005704,-555.2047823,-1314.074314,-555.1190812,-38.04835794 +518831,-1348.810872,-555.74078,-1313.899216,-555.6576201,-54.80660352 +518832,-1343.935743,-554.1173796,-1309.016015,-554.0367174,-60.57365434 +518833,-1337.407607,-551.694008,-1302.457483,-551.6158027,-60.92989404 +518834,-1330.472036,-549.1531266,-1295.747313,-549.0773326,-58.96174136 +518835,-1323.72352,-546.7879666,-1289.208278,-546.7145317,-56.23013365 +518836,-1317.453241,-544.6280381,-1283.071676,-544.5570266,-53.46226218 +518837,-1311.77554,-542.6658045,-1277.469896,-542.5972056,-50.95881922 +518838,-1306.699096,-540.8929332,-1272.43744,-540.8266708,-48.81447734 +518839,-1302.178301,-539.297298,-1267.943779,-539.2332729,-47.03092382 +518840,-1298.147127,-537.8610056,-1263.929177,-537.7991199,-45.57238538 +518841,-1294.537705,-536.563012,-1260.328191,-536.5031764,-44.39186251 +518842,-1291.288074,-535.382383,-1257.080251,-535.3245156,-43.44239194 +518843,-1288.344562,-534.3003843,-1254.132939,-534.2444089,-42.68169352 +518844,-1285.661581,-533.3011203,-1251.441858,-533.2469648,-42.0734115 +518845,-1283.200765,-532.3714371,-1248.969672,-532.3190328,-41.58705569 +518846,-1280.929873,-531.5005038,-1246.684971,-531.4497853,-41.19733417 +518847,-1372.428147,-574.1137135,-1338.778856,-574.0645523,-246.4462525 +518848,-1188.150709,-490.5812501,-1154.585962,-490.5335926,79.09766198 +518849,-1218.671501,-503.9680872,-1184.66416,-503.9219889,44.77085214 +518850,-1241.879027,-514.3535846,-1207.655853,-514.3089942,11.049525 +518851,-1256.242114,-520.8403178,-1221.91649,-520.7971653,-12.76431222 +518852,-1263.729979,-524.2405441,-1229.356767,-524.1987575,-27.04113467 +518853,-1266.851339,-525.6665673,-1232.454085,-525.6260836,-34.66915005 +518854,-1267.552324,-525.9954044,-1233.139322,-525.9561704,-38.37306055 +518855,-1267.044453,-525.775471,-1232.617615,-525.7374405,-39.9867067 +518856,-1265.880121,-525.2472029,-1231.411735,-525.2103327,-40.56723246 +518857,-1264.413249,-523.3548964,-1229.856532,-524.5371154,-40.66348971 +518858,-1262.846284,-520.5527518,-1228.174534,-523.8127069,-40.55999312 +518859,-1261.272801,-517.3900705,-1226.478592,-523.081009,-40.37736133 +518860,-1259.729534,-514.1470774,-1224.81491,-522.3589683,-40.17225313 +518861,-1258.225093,-510.895209,-1223.194965,-521.6504033,-39.96734873 +518862,-1256.75862,-507.6252331,-1221.618247,-520.9549238,-39.77049182 +518863,-1348.271635,-547.4420593,-1313.631536,-563.3970272,-243.6380655 +518864,-1165.923221,-461.9439586,-1131.2829,-480.5872193,79.42836096 +518865,-1196.679704,-472.5513006,-1161.524004,-493.9488579,45.29712444 +518866,-1220.092867,-480.0870164,-1184.65312,-504.3064333,11.79488366 +518867,-1234.642022,-483.6570041,-1199.036412,-510.7669024,-11.82175789 +518868,-1242.29969,-484.0737394,-1206.583087,-514.1432262,-25.94093233 +518869,-1245.560613,-482.4464005,-1209.76224,-515.5445226,-33.45067601 +518870,-1246.362917,-479.6484848,-1210.49719,-515.8439397,-37.05687999 +518871,-1245.914437,-476.2258574,-1209.988626,-515.5869641,-38.58578369 +518872,-1244.873219,-472.4753406,-1208.892091,-515.0700835,-39.08425211 +518873,-1243.568115,-468.5446608,-1207.536117,-514.440683,-39.09685405 +518874,-1242.155112,-464.5036594,-1206.0771,-513.768187,-38.89132936 +518875,-1240.705814,-460.3844802,-1204.587168,-513.0842111,-38.59527345 +518876,-1239.251867,-456.2015796,-1203.098406,-512.4025866,-38.2681027 +518877,-1237.806062,-451.9611406,-1201.62393,-511.7287965,-37.93640534 +518878,-1236.372219,-447.6654335,-1200.167778,-511.064367,-37.61079801 +518879,-1234.950106,-443.3149831,-1198.729839,-510.4090498,-37.29439622 +518880,-1233.537795,-438.9095949,-1197.308212,-509.7618628,-36.98686028 +518881,-1237.744278,-436.9995203,-1201.511827,-511.6722589,-46.88906112 +518882,-1206.480996,120.5747224,-1170.32048,-497.4296984,3.566152283 +518883,-1164.259662,258.319033,-1128.168932,-478.3523019,70.72628141 +518884,-1127.312216,115.3921095,-1091.238056,-461.8971012,128.0618752 +518885,-1099.006522,201.5630305,-1062.893706,-449.5570956,173.1059036 +518886,-1078.75657,227.7187949,-1042.568652,-440.9851658,207.0147091 +518887,-989.2252144,251.8385227,-995.7539499,-420.4172626,290.3766319 +518888,-233.5908197,275.6580067,-280.7801203,-380.6732723,451.1675718 +518889,-651.6060881,299.0439462,-571.5766414,-273.1285153,165.326512 +518890,-489.2350943,322.805517,-480.5174216,-201.1461234,1052.950207 +518891,-461.0452055,345.4322784,-432.763798,-245.11224,353.662024 +518892,-436.5182017,368.8218801,-404.8455331,-148.4867292,1227.882112 +518893,-410.4549509,391.4606236,-390.3426098,-219.8189362,1034.635905 +518894,-388.9907286,422.1610233,-356.860793,-229.4666888,944.8342657 +518895,-360.8619287,451.1593164,-337.2836094,-140.2166897,906.2651605 +518896,-341.0527839,479.877574,-313.2156127,-169.1376694,904.2061246 +518897,-318.7132407,507.2559524,-291.8742537,-149.1944069,899.5036768 +518898,-291.4597568,506.1625275,-269.316115,-138.6957825,899.7607952 +518899,-274.9670281,332.0230055,-245.4949277,-128.2000426,561.48278 +518900,-250.9884918,403.651474,-227.2145225,-117.1759886,1478.723303 +518901,-94.92258369,645.6808753,-67.7479713,-15.57255542,1635.464572 +518902,-406.9330513,402.7062572,-386.9728204,-230.6247846,653.7124708 +518903,-94.61580731,635.8199298,-68.87340268,-24.22288384,1565.245029 +518904,-187.5753603,588.781101,-167.6398688,-91.54993951,1302.213759 +518905,-149.3765054,564.4585631,-126.5821819,-68.65840204,1153.062173 +518906,121.8416781,425.2118209,140.4489133,50.59249075,1010.085378 +518907,-228.8699316,625.2317234,-200.4355209,-72.98463173,1467.319315 +518908,-275.3921674,398.3069493,-264.916455,-162.9541803,951.0958916 +518909,267.9841878,504.9371538,288.879692,134.56911,1728.703751 +518910,-337.4511297,483.7949298,-309.6585665,-112.9915004,1003.300048 +518911,33.85213173,497.3413036,35.98778319,-42.36122405,1386.900567 +518912,-10.28846568,513.9766192,12.87626317,22.6909348,1392.828266 +518913,-5.269774271,529.9723342,8.997653165,-7.83849101,1367.965703 +518914,20.71725464,539.1139323,35.29132985,9.178920835,1399.466725 +518915,278.9615714,741.3398565,300.5758295,136.6819003,1964.184861 +518916,-299.5531348,484.7319826,-298.5307295,-144.7091375,896.8413561 +518917,425.7024392,554.2810228,442.658882,193.9654515,1650.982012 +518918,161.0369405,725.7220558,183.9103022,85.34144475,1831.121817 +518919,-114.6884836,681.0727989,-88.74030887,-32.82718816,1543.215192 +518920,51.22751267,640.277407,19.13221958,-12.37679389,1302.556548 +518921,339.0074041,442.2662085,368.149347,170.8528815,1129.969882 +518922,-42.64025924,676.816806,-37.42913687,-20.35689279,1657.779155 +518923,343.9535327,466.3906726,347.6877283,154.7013566,1536.233382 +518924,27.01705336,694.3270276,34.03271539,13.5776378,1553.395304 +518925,363.3983649,477.9811586,366.1580285,163.5685377,1545.670278 +518926,65.00099307,701.9633517,68.56526325,30.3604867,1558.912136 +518927,384.8871958,483.4162382,386.1903721,173.1400983,1536.651712 +518928,282.4756848,551.3048239,282.0469642,125.574136,1778.20752 +518929,67.30506477,540.3671907,68.36374812,33.18542258,1313.428358 +518930,521.5050032,599.6215048,517.5092522,231.244342,1886.172763 +518931,293.5263416,777.7686251,313.7861389,136.1776506,1909.381009 +518932,73.02983432,732.8787605,33.73833969,28.77657101,1613.501735 +518933,558.638756,510.6827879,567.5277951,249.9263824,1049.673996 +518934,325.7746902,570.2182903,313.3517556,142.3220543,1794.963934 +518935,175.6021097,756.460723,170.0749956,81.07988535,1752.644794 +518936,530.5439674,524.8399776,516.6832021,232.6248131,1586.437665 +518937,402.4317904,578.2305371,389.5546752,176.840576,1782.910069 +518938,232.0167423,766.3085829,215.9686361,102.0073189,1754.430616 +518939,555.0580163,536.0744642,534.0796208,241.3913037,1482.511789 +518940,429.7711764,584.9114488,406.8923599,185.4633059,1765.8415 +518941,717.661665,588.7038279,701.9606838,319.9220289,1762.044567 +518942,867.5496511,599.3479015,839.9437562,376.5656492,1784.791129 +518943,854.9921898,613.741623,830.0220238,371.5439624,1825.14991 +518944,856.7103654,624.9968478,829.1927545,372.0605083,1855.703687 +518945,872.6738602,633.5463054,844.0946347,378.9172897,1877.418003 +518946,887.3441811,640.3687706,856.2804203,384.3950353,1893.469752 +518947,899.0854449,645.73424,866.8574474,389.5553295,1904.464306 +518948,911.3130921,649.8618176,876.9521852,394.1600124,1911.015019 +518949,923.4258675,652.935611,887.4904665,399.1968782,1913.710918 +518950,926.5754904,642.2613032,888.4069449,399.3859119,1861.681059 +518951,944.7594481,872.4982192,915.6360261,412.2254429,1853.623421 +518952,932.2777753,787.7618073,917.7260447,413.1176676,1841.45416 +518953,920.3695192,824.1518133,919.5985838,418.0083881,1829.619044 +518954,909.7011835,845.3314641,907.9201162,412.6321001,1818.793941 +518955,900.5587231,861.4425873,897.6313453,407.8602812,1809.183279 +518956,892.8173105,877.0906083,888.7965722,403.761027,1800.777046 +518957,886.2463379,892.5949777,881.2455907,400.2621548,1793.444778 +518958,880.6372033,907.4994299,874.7565905,397.2618483,1787.023314 +518959,875.8219583,922.7599279,869.1410593,394.6631982,1781.350703 +518960,871.6654414,936.8444209,864.2438618,392.392645,1776.281956 +518961,868.0569811,951.6345551,859.9401926,390.3909167,1771.695198 +518962,864.904794,971.063214,856.1289361,388.6102729,1767.490554 +518963,862.1324552,988.7158437,852.7270028,387.0120212,1763.586821 +518964,859.6767576,1006.134936,849.665431,385.564506,1759.917738 +518965,857.4851818,1023.648038,846.8868561,384.2417044,1756.429383 +518966,855.5142828,1040.237756,844.3439049,383.0223296,1753.078426 +518967,853.7273835,1057.405367,841.9967137,381.8886113,1749.82886 +518968,852.0940703,1073.684441,839.8122499,380.8259366,1746.651637 +518969,850.5891561,1089.980978,837.7631504,379.822291,1743.52355 +518970,849.1917507,1105.741223,835.8267097,378.8677766,1740.426 +518971,847.8845516,1122.11613,833.9841129,377.9542488,1737.34433 +518972,846.6448463,1136.875447,832.2033366,377.0673478,1734.266863 +518973,845.4552463,1152.324691,830.4658546,376.2004329,1731.184525 +518974,844.4071086,1167.283695,828.8608259,375.3931285,1728.276703 +518975,843.4275356,1182.003967,827.3174795,374.6146105,1725.418957 +518976,842.4975402,1196.305034,825.8153718,373.8546116,1722.582624 +518977,841.6095569,1211.146486,824.3489151,373.1119811,1719.759022 +518978,840.7556505,1225.080269,822.9085216,372.381395,1716.938311 +518979,839.9292089,1239.120346,821.4894657,371.662047,1714.1127 +518980,839.1248498,1252.918488,820.0847169,370.9497116,1711.276195 +518981,838.3382263,1266.533861,818.6918376,370.2445553,1708.424357 +518982,837.5658163,1279.930365,817.3056844,369.5431563,1705.553869 +518983,836.8047904,1293.244918,815.9253452,368.8463273,1702.662431 +518984,836.0528587,1306.306679,814.5469183,368.1511742,1699.748433 +518985,835.308186,1319.230365,813.1704802,367.4589266,1696.810913 +518986,834.5693538,1326.616197,811.7929337,366.7670316,1693.849307 +518987,833.8927518,1338.271501,810.5413734,366.1318352,1690.863872 +518988,833.2580559,1350.293488,809.371465,365.5336708,1687.854896 +518989,832.636054,1362.344971,808.2151047,364.9418813,1684.822432 +518990,832.0036719,1374.150567,807.0335437,364.3405524,1681.752905 +518991,831.3779777,1385.985712,805.8385723,363.73399,1678.685533 +518992,830.7322769,1397.553341,804.6069951,363.1128688,1675.571386 +518993,830.0875781,1409.140769,803.3604101,362.4859038,1672.446666 +518994,829.4393353,1420.451581,802.0977397,361.8538463,1669.301735 +518995,828.7882151,1431.784569,800.8190432,361.2156082,1666.137337 +518996,828.1346356,1442.834475,799.5273579,360.5737701,1662.954187 +518997,827.4788703,1453.914427,798.2219373,359.9268367,1659.752938 +518998,826.8211458,1464.225191,796.9054189,359.2771688,1656.534163 +518999,826.1616838,1475.671644,795.5768711,358.6231601,1653.29848 +519000,825.5006811,1486.059098,794.2387611,357.9670718,1650.046425 +519001,822.1637103,1499.826805,790.215389,356.0914799,1641.915656 +519002,818.981319,1511.475342,786.3411598,354.2842759,1634.20086 +519003,815.9558879,1522.625453,782.6186542,352.5459098,1626.793954 +519004,813.0364787,1533.634297,778.9962011,350.851948,1619.522067 +519005,810.182799,1544.462127,775.4330939,349.183238,1612.29055 +519006,807.3661762,1555.094916,771.9006572,347.5265122,1605.054037 +519007,804.590516,1565.776667,768.4029958,345.8836891,1597.832109 +519008,801.845213,1576.014871,764.9297375,344.2502312,1590.615455 +519009,799.1270342,1586.376852,761.4778678,342.6249821,1583.405101 +519010,796.4329282,1596.643806,758.0445145,341.0068526,1576.200431 +519011,793.7600564,1606.566508,754.6269944,339.3948325,1569.000234 +519012,791.1059109,1616.488815,751.2229374,337.7880447,1561.803268 +519013,788.4683538,1626.372396,747.8303398,336.1857683,1554.608556 +519014,785.8455637,1636.021181,744.4475063,334.5874098,1547.415254 +519015,783.2360102,1645.605378,741.0730185,332.9924876,1540.222726 +519016,780.63837,1655.002732,737.7056646,331.4005993,1533.03037 +519017,778.0521754,1664.505731,734.3450836,329.8117148,1525.838929 +519018,775.53878,1673.596468,731.0527302,328.2538877,1518.761288 +519019,773.040452,1682.710866,727.7709726,326.7010082,1511.693752 +519020,770.5623481,1691.802315,724.5050563,325.1555523,1504.646727 +519021,768.1014606,1700.58876,721.2520634,323.616286,1497.615656 +519022,765.6551985,1709.550448,718.009493,322.0821591,1490.596568 +519023,763.2214758,1718.087454,714.7753446,320.5523393,1483.586357 +519024,760.7985738,1726.647296,711.547981,319.0261493,1476.582459 +519025,758.3850833,1735.203673,708.3260781,317.5030448,1469.582872 +519026,755.979835,1743.582272,705.1085477,315.98258,1462.585931 +519027,753.5818799,1751.740834,701.8945189,314.4644004,1455.590378 +519028,751.190417,1759.870436,698.6832753,312.9482148,1448.595157 +519029,748.8047969,1768.001623,695.4742501,311.4337943,1441.599504 +519030,746.4244717,1775.891374,692.2669755,309.9209494,1434.602772 +519031,744.0489979,1782.878915,689.0610854,308.4095324,1427.604521 +519032,741.6739471,1789.870438,685.8573773,306.8999024,1420.604362 +519033,739.296375,1801.876029,682.6563112,305.3922653,1413.602049 +519034,736.9154288,1802.001149,679.457815,303.8865892,1406.597353 +519035,734.5313541,1817.664878,676.2615742,302.382734,1399.590173 +519036,732.1446478,1812.27841,673.0672243,300.8805376,1392.58039 +519037,729.7557517,1835.081942,669.8744594,299.3798651,1385.567987 +519038,727.3649836,1818.802084,666.6830218,297.880603,1378.552916 +519039,724.9779902,1819.719545,663.492712,296.3826643,1371.53522 +519040,722.610723,1848.179113,660.3033576,294.8859743,1364.514919 +519041,720.2722335,1840.99691,657.1148263,293.3904763,1357.49213 +519042,717.964183,1849.164208,653.9269633,291.896103,1350.466857 +519043,715.684752,1854.523144,650.7396874,290.4028205,1343.439252 +519044,713.4314359,1859.486734,647.5528985,288.910586,1336.409353 +519045,711.2020683,1864.418507,644.3665251,287.4193702,1329.377275 +519046,708.9949377,1869.356807,641.180495,285.9291436,1322.343072 +519047,706.8086677,1874.088995,637.994756,284.4398867,1315.306872 +519048,704.6421437,1878.580246,634.8092528,282.9515786,1308.268747 +519049,702.4944051,1883.109844,631.6239494,281.4642079,1301.228841 +519050,700.3645484,1887.539426,628.4388019,279.97776,1294.187234 +519051,698.2517861,1891.659829,625.2537861,278.4922293,1287.144079 +519052,696.1554691,1895.767453,622.0688681,277.0076057,1280.099459 +519053,694.0750186,1899.889393,618.8840278,275.5238857,1273.053524 +519054,692.0098856,1903.73827,615.6992415,274.0410635,1266.006362 +519055,689.9595642,1907.626892,612.5144976,272.559139,1258.958127 +519056,687.9236411,1911.192378,609.3297737,271.0781064,1251.908897 +519057,685.9017557,1907.204223,606.1450662,269.5979684,1244.858827 +519058,683.8803172,1909.246306,603.0973765,268.1779417,1237.808223 +519059,681.8630823,1911.985426,600.1378611,266.7973373,1230.757356 +519060,679.8566738,1914.569085,597.1983496,265.4261245,1223.70611 +519061,678.07966,1863.303113,594.4586589,264.1463934,1217.045148 +519062,674.1320506,1864.533766,589.4468751,261.7918973,1206.246068 +519063,669.068644,1866.027767,583.2530953,258.8975291,1193.316155 +519064,663.9705646,1867.594371,576.9923425,255.9993177,1180.260765 +519065,719.5398102,1869.152829,571.135966,253.3167577,1167.91438 +519066,792.9516767,1870.75964,565.7264879,250.8619072,1156.353557 +519067,765.5598058,1872.111641,560.7079775,248.6001398,1145.490531 +519068,794.6228339,1873.579886,555.9503923,246.4654872,1135.105211 +519069,810.3974592,1874.909427,551.4199179,244.4383863,1125.148232 +519070,825.896068,1876.178601,547.0683463,242.4944633,1115.539087 +519071,841.0502175,1877.3734,542.8681038,240.6196535,1106.231319 +519072,856.334985,1878.406148,538.7969823,238.8028341,1097.186261 +519073,871.6081109,1879.655591,534.8358796,237.0346191,1088.369825 +519074,886.6425114,1880.431193,530.9682919,235.3070519,1079.75194 +519075,901.4957895,1881.383295,527.1801434,233.6134769,1071.306442 +519076,916.7463971,1882.168442,523.459552,231.9483852,1253.120484 +519077,931.3236222,1882.883193,519.7965484,230.3072453,1209.692962 +519078,946.763349,1883.512702,516.1827462,228.6863174,1217.859997 +519079,960.8484266,1884.055422,512.6110521,227.0824956,1236.311572 +519080,976.1668535,1884.511073,510.1010282,225.9593625,1245.613098 +519081,990.4757351,1884.879647,513.3908944,227.4704802,1254.963843 +519082,1005.540021,1885.150998,517.0948267,229.1660143,1264.262369 +519083,1020.195607,1885.338889,520.365605,230.6610014,1272.857789 +519084,1034.26616,1885.438616,523.4499506,232.0693078,1282.080489 +519085,1049.438918,1885.449613,526.3893816,233.4116842,1290.732197 +519086,1063.750154,1885.371738,529.2104589,234.7015718,1299.292013 +519087,1078.332891,1885.204707,531.9337421,235.949121,1308.285507 +519088,1092.843237,1884.948146,534.5743373,237.1616088,1316.405041 +519089,1107.081369,1884.601928,537.1438694,238.3444968,1324.981902 +519090,1121.979293,1884.165756,539.6518439,239.5021492,1333.289253 +519091,1135.963128,1883.22381,542.1062982,240.6381793,1341.400108 +519092,1150.150378,1882.109455,544.5157946,241.7563538,1349.82074 +519093,1164.246108,1880.859635,546.8872327,242.8596516,1357.808094 +519094,1178.315133,1879.48604,549.2257609,243.9502433,1365.8674 +519095,1192.053716,1877.994916,551.5353051,245.0297388,1373.830747 +519096,1206.551587,1876.389938,553.8190506,246.0994113,1381.547223 +519097,1220.28848,1874.673978,556.0796773,247.1603092,1389.6663 +519098,1234.66084,1872.849156,558.319477,248.2133126,1397.285895 +519099,1248.055671,1870.917675,560.5404048,249.259159,1405.019862 +519100,1265.823022,1874.935341,659.2790118,250.2984701,1412.648611 +519101,1280.185276,1873.762431,610.375168,251.2684084,1420.219251 +519102,1294.350631,1872.060743,633.5506881,252.1933498,1427.730959 +519103,1308.17978,1870.142298,642.4316264,253.1091019,1435.179357 +519104,1322.88307,1868.056174,650.6084023,254.0285137,1442.367218 +519105,1336.657955,1865.828511,658.5891197,254.954828,1450.010708 +519106,1350.791305,1863.471977,666.5952005,283.0374605,1457.117702 +519107,1364.781539,1860.994831,674.4742799,289.6471233,1464.580615 +519108,1378.87031,1858.313976,682.3507793,282.7465654,1471.407226 +519109,1392.843554,1855.73205,690.0561803,303.4750743,1478.629882 +519110,1406.791795,1852.944396,697.7329447,286.6572104,1485.666266 +519111,1420.838383,1849.911515,705.2432679,295.0339423,1492.629598 +519112,1434.722413,1846.942938,712.8760918,310.2760612,1499.530707 +519113,1448.754799,1843.80115,720.1903109,307.2293786,1506.442806 +519114,1462.663861,1840.569398,727.6963998,312.8741134,1513.242858 +519115,1476.549783,1837.239167,734.9669564,316.8313165,1519.730241 +519116,1490.549,1833.811035,742.222031,320.7489927,1526.902133 +519117,1504.375399,1830.286908,749.4059139,324.5674265,1533.317719 +519118,1518.094985,1826.570898,756.3601947,328.2919243,1539.750245 +519119,1532.127826,1822.986613,763.7370996,332.1356415,1546.519395 +519120,1545.787009,1819.114717,770.3318037,335.7518013,1552.809289 +519121,1316.714645,1704.717852,567.5443278,257.9649381,1075.161591 +519122,1324.532827,1697.391869,567.023297,257.4626206,1073.734813 +519123,1333.593117,1691.099611,566.1624581,256.6934545,1073.840194 +519124,1343.633235,1714.164322,565.3274049,255.9650462,1075.103426 +519125,1353.899327,1636.858564,564.685345,255.4049088,1077.005624 +519126,1364.396545,1693.138355,564.2621154,255.0220511,1079.389317 +519127,1375.154725,1676.017994,564.0298143,254.7853171,1082.067142 +519128,1385.871307,1641.381829,563.9539731,254.6624583,1084.861195 +519129,1396.820222,1678.983093,564.0074453,254.6299635,1087.836682 +519130,1407.676731,1625.406671,564.1703383,254.6715823,1090.881692 +519131,1418.745507,1659.933765,564.4272839,254.7752765,1094.035774 +519132,1429.704237,1624.055191,564.765503,254.9313229,1097.205145 +519133,1440.863998,1635.046689,565.1740229,255.1315525,1100.409262 +519134,1451.905815,1622.844021,565.6433428,255.3690547,1103.745449 +519135,1463.149973,1617.603712,566.1653166,255.6380439,1106.995621 +519136,1474.266954,1611.180941,566.7329849,255.9337044,1110.412812 +519137,1485.535579,1604.806455,567.340419,256.2520413,1113.766142 +519138,1496.841618,1598.267805,616.6630553,256.5897424,1117.135196 +519139,1508.071136,1591.789428,567.7729442,256.9440565,1120.632122 +519140,1519.488802,1585.219778,616.9557094,257.3126908,1124.051303 +519141,1530.7613,1578.539761,575.8813771,257.6937279,1127.53025 +519142,1542.241636,1571.774377,610.7493674,275.2311555,1130.954156 +519143,1553.565502,1565.185459,605.8802713,266.8858576,1134.540137 +519144,1565.043011,1558.296562,609.2864472,280.6491347,1137.949501 +519145,1576.555721,1551.532119,613.796916,267.4381318,1141.634361 +519146,1587.96446,1544.665344,617.2551682,291.0225463,1144.969936 +519147,1599.521321,1537.697173,620.9151516,264.033185,1148.59725 +519148,1611.106211,1530.713111,624.4929375,305.7318036,1152.248513 +519149,1622.577179,1523.743119,628.0493627,258.108725,1155.610549 +519150,1634.199598,1516.552318,631.6421582,295.4059156,1159.330312 +519151,1646.07004,1509.847494,636.0710143,305.3318375,1162.839198 +519152,1657.846779,1502.710595,640.4121962,265.9336074,1166.435165 +519153,1669.777296,1495.868916,645.0306217,301.6500458,1169.953089 +519154,1681.144632,1488.814055,649.5646449,294.9888468,1173.724937 +519155,1693.867493,1481.861959,654.1621833,297.4187688,1177.082788 +519156,1705.331587,1474.827895,658.7960544,300.2458851,1180.87018 +519157,1717.493396,1467.725188,663.4800422,303.070753,1184.405121 +519158,1729.218949,1460.545621,668.091753,305.3812561,1188.02331 +519159,1741.286803,1453.56745,672.7885825,307.9612317,1191.636523 +519160,1753.14882,1446.375961,677.5129444,310.4264924,1195.249259 +519161,1765.073073,1439.113529,682.2653405,312.960912,1198.787966 +519162,1780.343342,1432.831482,678.4639981,311.9747992,1202.609834 +519163,1793.182883,1425.80519,681.4970881,313.7015542,1205.998038 +519164,1805.392068,1418.66948,685.4497373,315.8139997,1209.608346 +519165,1817.944217,1411.407523,689.6279268,318.0887994,1213.351359 +519166,1830.249993,1404.279269,693.8052758,320.3112594,1216.906271 +519167,1842.617688,1397.066267,698.0950118,322.6709511,1220.448879 +519168,1854.965672,1389.828951,702.5463074,324.9713814,1224.31725 +519169,1867.23925,1382.541503,706.7366089,327.2758107,1227.717814 +519170,1879.681562,1375.235533,711.2448923,329.6803262,1231.427428 +519171,1892.018244,1367.926261,715.6525227,332.0138158,1234.92823 +519172,1904.160844,1360.691792,720.0316835,334.3437537,1238.712144 +519173,1916.628533,1353.227897,724.4688937,336.7809957,1242.25059 +519174,1928.84959,1345.997619,729.0761013,339.1350909,1245.884201 +519175,1941.138748,1338.56763,733.3411291,341.5291328,1249.606141 +519176,1953.401675,1331.192155,737.9868624,343.8788619,1252.938354 +519177,1965.644454,1323.87798,742.4744617,346.3933418,1256.808229 +519178,1977.800341,1316.425939,746.9431365,348.6501746,1260.314415 +519179,1990.207754,1309.079658,751.5304377,351.1707485,1263.943036 +519180,2002.226496,1301.594851,755.9041621,353.5430677,1267.548261 +519181,2263.401617,1401.607003,996.2377384,462.8266162,1734.039134 +519182,2255.500368,1396.507239,1005.268,467.3422945,1731.559668 +519183,2307.546124,1390.574601,1012.204365,470.9536441,1738.111061 +519184,2268.638501,1384.366101,1018.941053,474.39733,1743.031394 +519185,2307.22964,1377.992518,1025.575338,477.7301149,1747.911013 +519186,2329.194996,1371.46595,1031.558329,481.0048187,1752.534891 +519187,2333.999893,1365.033991,1037.892042,484.2214288,1756.883469 +519188,2350.086704,1358.493154,1044.01,487.4021811,1761.1957 +519189,2363.579645,1351.824863,1049.973136,490.5550597,1765.38197 +519190,2376.770934,1345.249861,1056.07168,493.5611247,1769.496395 +519191,2390.102046,1338.606698,1061.915809,496.8593175,1773.547133 +519192,2403.25806,1331.957913,1067.931494,499.8559361,1777.14667 +519193,2416.358618,1325.294701,1073.443547,502.9486027,1781.732937 +519194,2429.3898,1318.625131,1079.70844,506.0029876,1785.265269 +519195,2442.443574,1312.004696,1085.338829,509.1753364,1789.20065 +519196,2455.072253,1305.244564,1091.137143,511.9890412,1792.951422 +519197,2468.122854,1298.599529,1096.803399,514.95809,1796.769789 +519198,2480.877221,1291.851473,1102.601382,518.1411331,1800.45305 +519199,2493.404095,1285.30597,1108.234334,521.0151592,1804.135562 +519200,2506.081754,1278.512753,1113.812997,524.0016759,1807.812914 +519201,2518.705175,1271.88761,1119.550127,526.9519093,1811.310971 +519202,2530.892044,1265.270646,1125.021761,529.8883395,1814.970941 +519203,2543.518614,1258.488184,1130.581446,532.8117033,1818.465958 +519204,2555.733266,1251.957728,1136.208763,535.721906,1821.971001 +519205,2568.093666,1245.285992,1141.604951,538.6196891,1825.438484 +519206,2580.100782,1238.734545,1147.116819,541.5048213,1828.873505 +519207,2592.159543,1232.063445,1152.588966,544.2303414,1832.23762 +519208,2604.329571,1227.835802,1157.979136,547.3184393,1835.719031 +519209,2616.28993,1223.42109,1163.391572,550.0575821,1838.969527 +519210,2628.012023,1219.013839,1168.794973,552.9210518,1842.325554 +519211,2634.798252,1213.117699,1172.176679,554.9147332,1845.60789 +519212,2640.62063,1207.190609,1175.138731,556.7276892,1848.858575 +519213,2637.755093,1197.84179,1168.515732,554.4783369,1852.029516 +519214,2641.487523,1190.300392,1169.549063,555.4163304,1855.249259 +519215,2645.393665,1184.267274,1171.201178,556.5881329,1858.362052 +519216,2649.08856,1177.762593,1172.936443,557.9634053,1861.481726 +519217,2652.517223,1171.398482,1174.657474,558.9233109,1864.605887 +519218,2655.661779,1165.04968,1176.328033,560.2136277,1867.577298 +519219,2658.629351,1158.667343,1177.936068,561.3296818,1870.565788 +519220,2661.022245,1152.424977,1179.475064,562.4329191,1873.579835 +519221,2663.385859,1146.094735,1180.978299,563.4996995,1876.454238 +519222,2665.25228,1139.826231,1182.328401,564.5286242,1879.319149 +519223,2667.147562,1133.525873,1183.685028,565.5206871,1882.129279 +519224,2668.506858,1127.366575,1184.945364,566.4758039,1884.888051 +519225,2669.697939,1121.133515,1186.146482,567.3952176,1887.598028 +519226,2670.601344,1114.968711,1187.283806,568.2789555,1890.256077 +519227,2671.241477,1108.782874,1188.360275,569.1282949,1892.820116 +519228,2671.613098,1102.741016,1189.376057,569.9432509,1895.446414 +519229,2671.731812,1096.637258,1190.334121,570.7250759,1897.966431 +519230,2671.586346,1090.607051,1191.234501,571.473747,1900.358908 +519231,2671.181433,1084.564222,1192.08006,572.1904849,1902.800583 +519232,2670.50663,1078.66732,1192.870702,572.8752238,1905.149155 +519233,2669.561234,1072.717517,1193.609205,573.5291602,1907.456873 +519234,2668.345284,1066.845,1194.295355,574.1521883,1909.713888 +519235,2666.864326,1060.966053,1194.931864,574.7454871,1911.923503 +519236,2665.232052,1055.234016,1195.518413,575.3089147,1914.036623 +519237,2663.041179,1049.455704,1196.05767,575.8436409,1916.221157 +519238,2660.809507,1043.778971,1196.480836,576.316701,1918.09555 +519239,2658.25901,1038.06096,1196.981025,576.6481694,1920.255448 +519240,2655.301544,1032.526611,1197.322978,577.3261844,1922.081792 +519241,2698.885964,1049.711827,1244.523965,600.46996,2005.31351 +519242,2697.806331,1045.226966,1247.128437,601.966898,2010.39857 +519243,2695.255058,1040.43662,1248.715686,603.0279762,2014.714651 +519244,2692.245219,1035.479252,1249.848013,603.8552105,2018.530646 +519245,2688.753848,1030.574076,1250.739892,604.5681189,2022.006175 +519246,2684.852551,1025.558437,1251.462726,605.1959866,2025.23942 +519247,2680.589709,1020.582262,1252.06335,605.7605145,2028.299862 +519248,2675.995968,1015.576461,1252.565066,606.2726177,2031.222185 +519249,2634.380378,1007.983351,1249.685706,605.3773378,2034.031658 +519250,2624.064835,1002.667352,1249.333644,605.4708681,2036.565154 +519251,2615.741983,997.7077816,1249.327722,605.7193044,2039.248138 +519252,2607.563396,992.6463009,1249.232464,605.9226031,2041.621088 +519253,2599.643267,987.8922289,1249.150281,606.125581,2044.021965 +519254,2591.48044,983.0450715,1249.036589,606.3059702,2046.350575 +519255,2582.969869,978.2613172,1248.87942,606.45766,2048.649761 +519256,2574.491805,973.4688918,1248.675506,606.5787825,2050.729275 +519257,2565.706491,968.8103606,1248.424497,606.669016,2052.848298 +519258,2556.601664,964.1045426,1248.126208,606.7283026,2054.83758 +519259,2547.548647,959.467521,1247.781618,606.7571884,2056.757026 +519260,2538.016721,954.8207712,1247.39111,606.7560278,2058.599811 +519261,2528.343917,950.3014579,1246.955947,606.7255533,2060.369212 +519262,2518.415864,945.7320544,1246.47661,606.666197,2062.066597 +519263,2508.241177,941.2258128,1245.954424,606.5787084,2063.641087 +519264,2497.826436,936.7055557,1245.389831,606.46353,2065.285283 +519265,2487.161474,932.330999,1244.784148,606.3213987,2066.74138 +519266,2476.142453,928.1461597,1244.137855,606.4449428,2068.182596 +519267,2465.135879,924.0629161,1243.452587,606.5899876,2069.554933 +519268,2418.502732,919.4023405,1241.483935,605.997137,2071.054784 +519269,2401.872801,915.3165578,1240.363849,605.8864485,2072.142293 +519270,2387.628563,911.2119425,1239.381432,605.8576974,2073.311491 +519271,2384.198279,907.6765522,1239.581699,606.3633853,2074.435857 +519272,2383.338113,904.2315937,1240.024504,606.9906204,2075.512114 +519273,2383.190108,900.9500393,1240.556049,607.6789986,2076.535675 +519274,2383.743179,897.6487272,1241.135332,608.4108359,2077.503842 +519275,2384.879567,894.4272303,1241.745457,609.1794715,2078.418298 +519276,2422.424007,891.8923892,1244.08412,611.6288825,2079.470962 +519277,2429.53846,889.2952647,1245.109641,612.774389,2080.285563 +519278,2434.722037,885.796784,1245.931189,613.8541082,2080.979637 +519279,2439.897232,883.0528352,1246.766714,614.9730667,2081.724046 +519280,2445.291057,880.058697,1247.600468,616.1225724,2082.44894 +519281,2450.631102,877.1115694,1248.432328,617.3037617,2083.153625 +519282,2456.43327,874.2820708,1249.263235,618.5192236,2083.843467 +519283,2462.392346,871.413482,1250.152128,619.6136155,2084.626022 +519284,2468.712169,868.6177026,1250.939919,621.1680172,2085.221935 +519285,2475.218185,865.8448016,1251.815654,622.3861231,2085.984227 +519286,2482.103866,863.078999,1252.650989,623.7933135,2086.669766 +519287,2488.951966,860.4284453,1253.478556,625.2064141,2087.355052 +519288,2496.283486,857.7432566,1254.299775,626.6599393,2088.040912 +519289,2503.765687,855.1201346,1255.116944,628.1553731,2088.73427 +519290,2511.502757,852.5260314,1255.927071,629.6926655,2089.431339 +519291,2519.48202,849.9658377,1256.732094,631.273652,2090.138274 +519292,2527.696745,847.4061718,1257.56637,632.8979642,2090.850915 +519293,2536.153522,844.9587826,1258.301165,634.5674338,2091.575065 +519294,2544.843098,842.4740597,1259.10947,636.2817186,2092.306351 +519295,2553.7672,840.0488879,1259.878327,638.1453116,2093.050434 +519296,2562.927122,837.6502151,1260.642637,639.8804697,2093.802308 +519297,2572.427553,835.2517283,1261.399114,641.8177988,2094.568059 +519298,2581.892204,832.9604857,1262.144847,643.6428544,2095.342653 +519299,2591.832937,830.6326778,1262.881813,645.6801348,2096.131343 +519300,2601.800613,828.3610756,1263.607384,647.6004922,2096.929663 +519301,2535.811634,792.6195837,1187.747567,616.7244968,1954.75442 +519302,2545.976866,790.8711212,1188.142955,618.579779,1955.001074 +519303,2556.797042,788.5669085,1188.681177,620.5314615,1955.449669 +519304,2567.951652,786.0325262,1189.341245,622.9907477,1956.027856 +519305,2579.1092,784.0832548,1190.02647,625.1032637,1956.675919 +519306,2590.779149,781.9324871,1190.721999,627.4524767,1957.36749 +519307,2602.495658,779.8587278,1191.421211,629.8318549,1958.095002 +519308,2614.860989,777.8165211,1192.11748,632.2718287,1958.847781 +519309,2626.95164,775.8051603,1192.810113,634.7722438,1959.626007 +519310,2639.641072,773.8228704,1193.495614,637.3327316,1960.423587 +519311,2652.456593,771.8694941,1194.174821,639.9544997,1961.242957 +519312,2665.652292,769.9438689,1194.845197,642.6373236,1962.07956 +519313,2678.695074,768.0460398,1195.507964,645.3826289,1962.936445 +519314,2692.527149,766.1749965,1196.160957,648.1903461,1963.760826 +519315,2736.264862,766.1677952,1201.463402,655.4277655,1964.783574 +519316,2753.773315,764.7294398,1202.814753,659.0859933,1965.672031 +519317,2770.041511,763.149918,1203.78255,662.4841954,1966.628806 +519318,2785.472245,761.5429663,1204.738293,665.8538707,1967.59489 +519319,2801.274237,759.9391796,1205.613896,669.2460282,1968.582759 +519320,2826.935234,758.3476165,1206.458411,672.6535199,1969.592009 +519321,2845.743169,756.7734588,1207.276145,675.8921664,1970.628114 +519322,2839.123575,755.2185882,1208.070018,679.7489852,1971.690115 +519323,2896.221485,753.6844319,1208.84363,683.1468286,1972.780939 +519324,2902.647733,752.181894,1209.597406,686.8072037,1973.898134 +519325,2927.573474,750.6807434,1210.333011,690.4847944,1975.091998 +519326,2950.520598,749.2116545,1211.049559,694.2201219,1976.184488 +519327,2972.853201,747.7575098,1211.748793,698.0131484,1977.414458 +519328,2995.959157,746.3221167,1212.429612,701.8644456,1978.62145 +519329,3018.787384,744.9062713,1213.093209,705.774857,1979.85868 +519330,3062.864374,743.5092305,1213.738648,709.9794681,1981.115366 +519331,3031.780178,741.669656,1213.293422,712.660903,1982.39075 +519332,3086.660278,739.7673325,1212.60233,715.9241634,1983.635405 +519333,3090.165136,737.8240727,1211.790147,718.8297807,1984.927553 +519334,3106.812312,735.8625199,1210.888212,721.856094,1986.236873 +519335,3122.908894,733.8886664,1209.909817,724.7737241,1987.558871 +519336,3137.682459,731.9055054,1208.86218,727.8459513,1988.891051 +519337,3175.941143,729.9147292,1207.75015,730.7029015,1990.231524 +519338,3134.882208,727.9173198,1206.576944,733.7694163,1991.527575 +519339,3198.55197,725.91396,1205.345142,736.6623739,1992.953557 +519340,3193.689637,723.9049725,1204.057208,739.7383931,1994.266598 +519341,3224.258392,721.8910135,1202.680329,742.6029724,1995.623935 +519342,3213.644456,720.1171605,1201.3372,745.6778615,1996.970128 +519343,3240.293167,717.7386154,1199.867071,748.5852547,1998.311228 +519344,3280.078768,715.8816952,1198.377224,751.6752564,1999.645565 +519345,3233.673601,713.8129676,1196.834334,754.5581006,2000.972083 +519346,3319.660435,711.7766875,1195.244228,757.2972554,2002.28889 +519347,3261.988325,709.7365088,1193.608589,760.8157262,2003.595489 +519348,3350.424793,707.6926021,1191.9281,763.5220437,2004.890438 +519349,3311.456517,705.6447915,1190.204173,766.5843482,2006.173277 +519350,3340.102553,703.5932901,1188.437224,769.6955768,2007.442777 +519351,3355.054051,701.5379172,1186.59462,772.6839856,2008.698364 +519352,3366.341938,699.4789304,1184.794286,775.6593007,2009.939601 +519353,3380.10222,697.4163216,1182.880057,778.812684,2011.16619 +519354,3395.303979,695.4600636,1181.21134,782.0828936,2012.377616 +519355,3408.704287,693.4159055,1179.303377,785.3129993,2013.576287 +519356,3422.294053,691.3564224,1177.326291,788.2992173,2014.758284 +519357,3435.25938,689.2900119,1175.303359,791.4004738,2015.975677 +519358,3448.99158,687.2187325,1173.239869,794.4932205,2017.04648 +519359,3461.88647,685.1432705,1171.105231,797.694603,2018.167401 +519360,3475.021954,683.0639001,1169.014313,800.7694807,2019.356596 +519361,3335.961527,614.5725656,1012.161996,737.3434573,1734.256596 +519362,3342.518475,611.3744885,1008.509647,739.5105424,1732.426336 +519363,3355.19199,608.6574767,1004.165118,741.849361,1732.11688 +519364,3365.688704,605.9017469,1000.483224,744.31981,1731.626854 +519365,3376.755241,603.194886,996.8744057,746.8074134,1731.300994 +519366,3387.453557,600.5048641,992.8196637,749.3506079,1731.039212 +519367,3398.505175,597.8245589,989.1432475,751.8451914,1730.815139 +519368,3408.625045,595.1498819,985.380663,754.4122496,1730.614642 +519369,3418.916195,592.4786451,981.5068783,756.7060256,1730.429404 +519370,3428.800506,589.9879588,977.7430636,759.6742157,1730.25423 +519371,3439.086639,587.064492,973.8282102,762.0846665,1730.086035 +519372,3448.942403,584.5204232,970.0219821,764.6744473,1729.922349 +519373,3458.844591,581.8285663,966.062725,767.287844,1729.761673 +519374,3468.489995,579.1623877,962.2120345,769.8846737,1729.602482 +519375,3478.493933,576.496476,958.2071657,772.5200477,1729.443879 +519376,3497.452443,573.8302223,954.3112092,775.0918126,1729.284702 +519377,3493.900454,570.996465,950.2600549,777.7316451,1729.124418 +519378,3508.990611,568.5653288,946.3182412,780.3520436,1728.961817 +519379,3518.002536,565.7812434,942.2202281,782.9818965,1728.796686 +519380,3527.064687,563.1354359,938.4441893,785.6446875,1728.628185 +519381,3536.468332,560.6270286,933.9970862,788.2410045,1728.456089 +519382,3545.885673,557.7173398,930.1078579,790.9043707,1728.279663 +519383,3502.375345,558.8827305,934.8361441,786.7188273,1728.091629 +519384,3500.161677,556.8961286,932.2605383,788.1021373,1727.85754 +519385,3505.763787,554.5572993,928.7206072,789.9552241,1727.601231 +519386,3510.73079,552.0983779,925.033655,791.9513069,1727.428805 +519387,3516.476107,549.5846977,921.079271,794.011152,1727.164772 +519388,3522.267654,547.0363932,917.1787844,796.1075004,1726.918813 +519389,3528.350459,544.4623027,913.0722654,798.2551139,1726.650478 +519390,3534.36432,541.8665871,909.0492975,800.3445539,1726.362508 +519391,3527.230967,539.1646167,904.6256125,800.5078914,1726.054347 +519392,3516.894549,536.5784714,900.1812356,800.2997368,1725.71659 +519393,3505.599942,533.5778738,895.9054034,799.8933752,1725.352557 +519394,3492.703275,530.8968853,891.0148529,799.322473,1724.959415 +519395,3469.651645,527.9287789,886.5403177,798.5980531,1724.543024 +519396,3468.326346,525.3290709,881.7894815,797.7262967,1724.099356 +519397,3446.93648,522.4015367,877.2850741,796.7117176,1723.629771 +519398,3431.289037,519.5849029,872.5408586,795.5266462,1723.129503 +519399,3414.58266,516.869047,867.7492482,794.2763367,1722.599159 +519400,3396.233129,513.8104991,863.2157135,792.8235286,1722.033698 +519401,3377.531663,511.0271209,858.1073582,791.2597798,1721.433811 +519402,3358.159339,508.1179878,853.4599031,789.5553583,1720.794779 +519403,3337.694762,505.2169137,848.5001324,787.7158558,1720.11757 +519404,3304.671285,502.3036024,843.6858207,785.7414026,1719.397695 +519405,3290.078395,499.378863,838.6950846,783.6329614,1718.636604 +519406,3276.926544,496.4402179,833.9812197,781.361321,1717.830259 +519407,3239.112525,493.4925611,828.5652139,779.0288092,1716.980446 +519408,3227.533342,490.5328273,823.9726571,776.5000481,1716.082969 +519409,3198.583288,487.5621303,818.755895,773.8643311,1715.139978 +519410,3174.979428,484.5802087,813.9478096,771.0922852,1714.147545 +519411,3169.70757,481.7084971,808.6304697,768.160635,1713.108181 +519412,3094.170174,478.534002,803.7126995,765.1690751,1712.018165 +519413,3184.725167,473.0037619,792.6855456,775.0187079,1710.908332 +519414,3180.465071,469.8719817,786.9949368,774.2295903,1709.798494 +519415,3090.632025,466.7455869,781.6676792,771.2809656,1708.607208 +519416,3120.672152,463.4697901,776.4013623,767.6127864,1707.357473 +519417,3067.024164,460.4351996,770.9107864,763.6661573,1706.061726 +519418,3059.568662,457.3143964,765.8062391,759.3778477,1704.72179 +519419,2977.463236,454.3257946,760.6378992,754.8427229,1703.311343 +519420,2986.983724,450.9684102,755.1747953,750.4362142,1701.951864 +519421,2022.58689,448.5084079,750.5553041,745.0460673,1702.71839 +519422,2035.113995,577.2029904,938.7409046,872.8923295,2235.810116 +519423,2131.722142,576.784611,961.2778962,869.8700123,2284.990758 +519424,2208.133006,573.3865024,975.1299983,864.3017798,2312.206661 +519425,2255.847442,570.6412218,981.3128189,858.7570734,2313.679599 +519426,2284.074233,567.6414529,984.1581806,868.7583053,2254.489108 +519427,2301.208902,564.9290345,985.512907,823.9843464,2294.520428 +519428,2312.009349,561.9479867,986.1694321,868.0404859,2280.207077 +519429,2318.746623,559.1727477,986.4637808,810.0408446,2282.650184 +519430,2322.475698,556.213538,986.5480068,845.5813812,2282.482113 +519431,2323.750876,553.3933489,986.47788,811.7448019,2281.759037 +519432,2322.969186,550.4866176,986.2876576,819.8906525,2281.280665 +519433,2320.469817,547.6610188,985.9927605,807.9429113,2280.864463 +519434,2316.543133,544.7049206,985.6124473,802.0946741,2280.371567 +519435,2311.435538,541.9192614,985.1553633,794.8668611,2279.814496 +519436,2305.34836,538.9262706,984.6368453,787.6885851,2279.214271 +519437,2298.442871,536.1933224,984.0617244,780.3141123,2278.574852 +519438,2290.848319,533.2110095,983.4418629,772.8142743,2277.850695 +519439,2282.668884,530.4322272,982.7792946,765.1819803,2277.1533 +519440,2273.989128,527.5863606,982.0835992,757.4172801,2276.361824 +519441,2264.877711,524.5734485,981.3549974,749.5713263,2275.515262 +519442,2255.389163,517.5341858,980.6010659,707.893036,2274.506404 +519443,2241.128152,513.9992371,979.6483443,698.7907754,2273.422973 +519444,2224.343172,511.5310118,977.1795766,692.1021341,2266.351578 +519445,2207.429321,508.9833649,914.8616586,685.957704,2277.843013 +519446,2192.120737,506.4860697,947.9606127,680.2630279,2263.454498 +519447,2178.322462,504.0685468,931.9333733,674.9179266,2274.822794 +519448,2165.832337,501.6813463,930.3954446,669.7305953,2260.556843 +519449,2154.36503,499.306418,926.1847102,664.6568461,2266.658688 +519450,2143.698655,497.0238374,922.4279504,659.8039935,2264.673657 +519451,2133.689968,494.6904501,917.2940155,655.0757991,2262.297629 +519452,2124.230723,492.4059748,916.4471001,650.3063253,2260.688104 +519453,2115.210018,490.1364172,912.1271974,645.8550778,2259.088489 +519454,2106.591038,487.8546362,908.9871895,641.3533087,2257.304997 +519455,2098.348237,485.6700261,905.8524484,637.0329302,2255.414033 +519456,1949.706417,483.4347477,902.672433,632.6746941,2253.570217 +519457,1936.210725,481.2471386,899.4619779,628.4480331,2251.632913 +519458,1941.287109,479.0733578,894.5727594,624.3599856,2249.667017 +519459,1911.703157,476.8889478,894.3014715,620.294484,2247.687048 +519460,1885.675502,474.7987819,890.2203716,616.2226401,2245.687356 +519461,1875.554827,472.6608628,887.3752908,612.3009462,2237.574316 +519462,1855.106771,470.569495,884.4865958,608.3968273,2249.204918 +519463,1838.411858,468.4930915,881.8062599,604.5557009,2231.722754 +519464,1820.863619,466.4361637,878.9464143,600.7648671,2238.856031 +519465,1805.651202,464.3695142,876.1903205,597.0269243,2235.471619 +519466,1788.896942,462.3975269,873.4689768,593.3368558,2232.775719 +519467,1764.064641,460.3791876,870.7026354,589.7364729,2230.950891 +519468,1756.427498,458.4085013,868.1960917,586.0788919,2228.9678 +519469,1744.786642,456.4538268,865.4786151,582.5591654,2226.840827 +519470,1723.839356,454.5193256,862.9375498,579.0042811,2224.820911 +519471,1705.186629,452.576696,860.3786357,575.6015575,2222.866024 +519472,1700.258305,450.727165,857.8733615,572.1896522,2220.883097 +519473,1680.990846,448.8334022,855.377085,568.7564569,2218.993243 +519474,1668.037341,446.9868265,847.8091294,565.4467022,2217.071484 +519475,1654.06802,445.1558611,858.0136505,562.1404273,2215.269338 +519476,1655.210229,443.3455748,837.0512337,558.8803006,2213.457613 +519477,1604.99128,441.5561096,857.6103732,555.6982362,2211.659265 +519478,1625.02485,439.7869092,828.3591094,552.4183403,2209.870877 +519479,1598.377615,438.009798,856.7853894,549.3608129,2208.132767 +519480,1588.191694,436.3239396,825.8104911,546.2180114,2206.384709 +519481,0,0,0,0,0 +519482,0,0,0,0,0 +519483,0,0,0,0,0 +519484,0,0,0,0,0 +519485,0,0,0,0,0 +519486,0,0,0,0,0 +519487,0,0,0,0,0 +519488,0,0,0,0,0 +519489,0,0,0,0,0 +519490,0,0,0,0,0 +519491,0,0,0,0,0 +519492,0,0,0,0,0 +519493,0,0,0,0,0 +519494,0,0,0,0,0 +519495,0,0,0,0,0 +519496,0,0,0,0,0 +519497,0,0,0,0,0 +519498,0,0,0,0,0 +519499,0,0,0,0,0 +519500,0,0,0,0,0 +519501,0,0,0,0,0 +519502,0,0,0,0,0 +519503,0,0,0,0,0 +519504,0,0,0,0,0 +519505,0,0,0,0,0 +519506,0,0,0,0,0 +519507,0,0,0,0,0 +519508,0,0,0,0,0 +519509,0,0,0,0,0 +519510,0,0,0,0,0 +519511,0,0,0,0,0 +519512,0,0,0,0,0 +519513,0,0,0,0,0 +519514,0,0,0,0,0 +519515,0,0,0,0,0 +519516,0,0,0,0,0 +519517,0,0,0,0,0 +519518,0,0,0,0,0 +519519,0,0,0,0,0 +519520,0,0,0,0,0 +519521,0,0,0,0,0 +519522,0,0,0,0,0 +519523,0,0,0,0,0 +519524,0,0,0,0,0 +519525,0,0,0,0,0 +519526,0,0,0,0,0 +519527,0,0,0,0,0 +519528,0,0,0,0,0 +519529,0,0,0,0,0 +519530,0,0,0,0,0 +519531,0,0,0,0,0 +519532,0,0,0,0,0 +519533,0,0,0,0,0 +519534,0,0,0,0,0 +519535,0,0,0,0,0 +519536,0,0,0,0,0 +519537,0,0,0,0,0 +519538,0,0,0,0,0 +519539,0,0,0,0,0 +519540,0,0,0,0,0 +519541,0,0,0,0,0 +519542,0,0,0,0,0 +519543,0,0,0,0,0 +519544,0,0,0,0,0 +519545,0,0,0,0,0 +519546,0,0,0,0,0 +519547,0,0,0,0,0 +519548,0,0,0,0,0 +519549,0,0,0,0,0 +519550,0,0,0,0,0 +519551,0,0,0,0,0 +519552,0,0,0,0,0 +519553,0,0,0,0,0 +519554,0,0,0,0,0 +519555,0,0,0,0,0 +519556,0,0,0,0,0 +519557,0,0,0,0,0 +519558,0,0,0,0,0 +519559,0,0,0,0,0 +519560,0,0,0,0,0 +519561,0,0,0,0,0 +519562,0,0,0,0,0 +519563,0,0,0,0,0 +519564,0,0,0,0,0 +519565,0,0,0,0,0 +519566,0,0,0,0,0 +519567,0,0,0,0,0 +519568,0,0,0,0,0 +519569,0,0,0,0,0 +519570,0,0,0,0,0 +519571,0,0,0,0,0 +519572,0,0,0,0,0 +519573,0,0,0,0,0 +519574,0,0,0,0,0 +519575,0,0,0,0,0 +519576,0,0,0,0,0 +519577,0,0,0,0,0 +519578,0,0,0,0,0 +519579,0,0,0,0,0 +519580,0,0,0,0,0 +519581,0,0,0,0,0 +519582,0,0,0,0,0 +519583,0,0,0,0,0 +519584,0,0,0,0,0 +519585,0,0,0,0,0 +519586,0,0,0,0,0 +519587,0,0,0,0,0 +519588,0,0,0,0,0 +519589,0,0,0,0,0 +519590,0,0,0,0,0 +519591,0,0,0,0,0 +519592,0,0,0,0,0 +519593,0,0,0,0,0 +519594,0,0,0,0,0 +519595,0,0,0,0,0 +519596,0,0,0,0,0 +519597,0,0,0,0,0 +519598,0,0,0,0,0 +519599,0,0,0,0,0 +519600,0,0,0,0,0 +519601,0,0,0,0,0 +519602,0,0,0,0,0 +519603,0,0,0,0,0 +519604,0,0,0,0,0 +519605,0,0,0,0,0 +519606,0,0,0,0,0 +519607,0,0,0,0,0 +519608,0,0,0,0,0 +519609,0,0,0,0,0 +519610,0,0,0,0,0 +519611,0,0,0,0,0 +519612,0,0,0,0,0 +519613,0,0,0,0,0 +519614,0,0,0,0,0 +519615,0,0,0,0,0 +519616,0,0,0,0,0 +519617,0,0,0,0,0 +519618,0,0,0,0,0 +519619,0,0,0,0,0 +519620,0,0,0,0,0 +519621,0,0,0,0,0 +519622,0,0,0,0,0 +519623,0,0,0,0,0 +519624,0,0,0,0,0 +519625,0,0,0,0,0 +519626,0,0,0,0,0 +519627,0,0,0,0,0 +519628,0,0,0,0,0 +519629,0,0,0,0,0 +519630,0,0,0,0,0 +519631,0,0,0,0,0 +519632,0,0,0,0,0 +519633,0,0,0,0,0 +519634,0,0,0,0,0 +519635,0,0,0,0,0 +519636,0,0,0,0,0 +519637,0,0,0,0,0 +519638,0,0,0,0,0 +519639,0,0,0,0,0 +519640,0,0,0,0,0 +519641,0,0,0,0,0 +519642,0,0,0,0,0 +519643,0,0,0,0,0 +519644,0,0,0,0,0 +519645,0,0,0,0,0 +519646,0,0,0,0,0 +519647,0,0,0,0,0 +519648,0,0,0,0,0 +519649,0,0,0,0,0 +519650,0,0,0,0,0 +519651,0,0,0,0,0 +519652,0,0,0,0,0 +519653,0,0,0,0,0 +519654,0,0,0,0,0 +519655,0,0,0,0,0 +519656,0,0,0,0,0 +519657,0,0,0,0,0 +519658,0,0,0,0,0 +519659,0,0,0,0,0 +519660,0,0,0,0,0 +519661,0,0,0,0,0 +519662,0,0,0,0,0 +519663,0,0,0,0,0 +519664,0,0,0,0,0 +519665,0,0,0,0,0 +519666,0,0,0,0,0 +519667,0,0,0,0,0 +519668,0,0,0,0,0 +519669,0,0,0,0,0 +519670,0,0,0,0,0 +519671,0,0,0,0,0 +519672,0,0,0,0,0 +519673,0,0,0,0,0 +519674,0,0,0,0,0 +519675,0,0,0,0,0 +519676,0,0,0,0,0 +519677,0,0,0,0,0 +519678,0,0,0,0,0 +519679,0,0,0,0,0 +519680,0,0,0,0,0 +519681,0,0,0,0,0 +519682,0,0,0,0,0 +519683,0,0,0,0,0 +519684,0,0,0,0,0 +519685,0,0,0,0,0 +519686,0,0,0,0,0 +519687,0,0,0,0,0 +519688,0,0,0,0,0 +519689,0,0,0,0,0 +519690,0,0,0,0,0 +519691,0,0,0,0,0 +519692,0,0,0,0,0 +519693,0,0,0,0,0 +519694,0,0,0,0,0 +519695,0,0,0,0,0 +519696,0,0,0,0,0 +519697,0,0,0,0,0 +519698,0,0,0,0,0 +519699,0,0,0,0,0 +519700,0,0,0,0,0 +519701,0,0,0,0,0 +519702,0,0,0,0,0 +519703,0,0,0,0,0 +519704,0,0,0,0,0 +519705,0,0,0,0,0 +519706,0,0,0,0,0 +519707,0,0,0,0,0 +519708,0,0,0,0,0 +519709,0,0,0,0,0 +519710,0,0,0,0,0 +519711,0,0,0,0,0 +519712,0,0,0,0,0 +519713,0,0,0,0,0 +519714,0,0,0,0,0 +519715,0,0,0,0,0 +519716,0,0,0,0,0 +519717,0,0,0,0,0 +519718,0,0,0,0,0 +519719,0,0,0,0,0 +519720,0,0,0,0,0 +519721,0,0,0,0,0 +519722,0,0,0,0,0 +519723,0,0,0,0,0 +519724,0,0,0,0,0 +519725,0,0,0,0,0 +519726,0,0,0,0,0 +519727,0,0,0,0,0 +519728,0,0,0,0,0 +519729,0,0,0,0,0 +519730,0,0,0,0,0 +519731,0,0,0,0,0 +519732,0,0,0,0,0 +519733,0,0,0,0,0 +519734,0,0,0,0,0 +519735,0,0,0,0,0 +519736,0,0,0,0,0 +519737,0,0,0,0,0 +519738,0,0,0,0,0 +519739,0,0,0,0,0 +519740,0,0,0,0,0 +519741,0,0,0,0,0 +519742,0,0,0,0,0 +519743,0,0,0,0,0 +519744,0,0,0,0,0 +519745,0,0,0,0,0 +519746,0,0,0,0,0 +519747,0,0,0,0,0 +519748,0,0,0,0,0 +519749,0,0,0,0,0 +519750,0,0,0,0,0 +519751,0,0,0,0,0 +519752,0,0,0,0,0 +519753,0,0,0,0,0 +519754,0,0,0,0,0 +519755,0,0,0,0,0 +519756,0,0,0,0,0 +519757,0,0,0,0,0 +519758,0,0,0,0,0 +519759,0,0,0,0,0 +519760,0,0,0,0,0 +519761,0,0,0,0,0 +519762,0,0,0,0,0 +519763,0,0,0,0,0 +519764,0,0,0,0,0 +519765,0,0,0,0,0 +519766,0,0,0,0,0 +519767,0,0,0,0,0 +519768,0,0,0,0,0 +519769,0,0,0,0,0 +519770,0,0,0,0,0 +519771,0,0,0,0,0 +519772,0,0,0,0,0 +519773,0,0,0,0,0 +519774,0,0,0,0,0 +519775,0,0,0,0,0 +519776,0,0,0,0,0 +519777,0,0,0,0,0 +519778,0,0,0,0,0 +519779,0,0,0,0,0 +519780,0,0,0,0,0 +519781,0,0,0,0,0 +519782,0,0,0,0,0 +519783,0,0,0,0,0 +519784,0,0,0,0,0 +519785,0,0,0,0,0 +519786,0,0,0,0,0 +519787,0,0,0,0,0 +519788,0,0,0,0,0 +519789,0,0,0,0,0 +519790,0,0,0,0,0 +519791,0,0,0,0,0 +519792,0,0,0,0,0 +519793,0,0,0,0,0 +519794,0,0,0,0,0 +519795,0,0,0,0,0 +519796,0,0,0,0,0 +519797,0,0,0,0,0 +519798,0,0,0,0,0 +519799,0,0,0,0,0 +519800,0,0,0,0,0 +519801,0,0,0,0,0 +519802,0,0,0,0,0 +519803,0,0,0,0,0 +519804,0,0,0,0,0 +519805,0,0,0,0,0 +519806,0,0,0,0,0 +519807,0,0,0,0,0 +519808,0,0,0,0,0 +519809,0,0,0,0,0 +519810,0,0,0,0,0 +519811,0,0,0,0,0 +519812,0,0,0,0,0 +519813,0,0,0,0,0 +519814,0,0,0,0,0 +519815,0,0,0,0,0 +519816,0,0,0,0,0 +519817,0,0,0,0,0 +519818,0,0,0,0,0 +519819,0,0,0,0,0 +519820,0,0,0,0,0 +519821,0,0,0,0,0 +519822,0,0,0,0,0 +519823,0,0,0,0,0 +519824,0,0,0,0,0 +519825,0,0,0,0,0 +519826,0,0,0,0,0 +519827,0,0,0,0,0 +519828,0,0,0,0,0 +519829,0,0,0,0,0 +519830,0,0,0,0,0 +519831,0,0,0,0,0 +519832,0,0,0,0,0 +519833,0,0,0,0,0 +519834,0,0,0,0,0 +519835,0,0,0,0,0 +519836,0,0,0,0,0 +519837,0,0,0,0,0 +519838,0,0,0,0,0 +519839,0,0,0,0,0 +519840,0,0,0,0,0 +519841,0,0,0,0,0 +519842,0,0,0,0,0 +519843,0,0,0,0,0 +519844,0,0,0,0,0 +519845,0,0,0,0,0 +519846,0,0,0,0,0 +519847,0,0,0,0,0 +519848,0,0,0,0,0 +519849,0,0,0,0,0 +519850,0,0,0,0,0 +519851,0,0,0,0,0 +519852,0,0,0,0,0 +519853,0,0,0,0,0 +519854,0,0,0,0,0 +519855,0,0,0,0,0 +519856,0,0,0,0,0 +519857,0,0,0,0,0 +519858,0,0,0,0,0 +519859,0,0,0,0,0 +519860,0,0,0,0,0 +519861,0,0,0,0,0 +519862,0,0,0,0,0 +519863,0,0,0,0,0 +519864,0,0,0,0,0 +519865,0,0,0,0,0 +519866,0,0,0,0,0 +519867,0,0,0,0,0 +519868,0,0,0,0,0 +519869,0,0,0,0,0 +519870,0,0,0,0,0 +519871,0,0,0,0,0 +519872,0,0,0,0,0 +519873,0,0,0,0,0 +519874,0,0,0,0,0 +519875,0,0,0,0,0 +519876,0,0,0,0,0 +519877,0,0,0,0,0 +519878,0,0,0,0,0 +519879,0,0,0,0,0 +519880,0,0,0,0,0 +519881,0,0,0,0,0 +519882,0,0,0,0,0 +519883,0,0,0,0,0 +519884,0,0,0,0,0 +519885,0,0,0,0,0 +519886,0,0,0,0,0 +519887,0,0,0,0,0 +519888,0,0,0,0,0 +519889,0,0,0,0,0 +519890,0,0,0,0,0 +519891,0,0,0,0,0 +519892,0,0,0,0,0 +519893,0,0,0,0,0 +519894,0,0,0,0,0 +519895,0,0,0,0,0 +519896,0,0,0,0,0 +519897,0,0,0,0,0 +519898,0,0,0,0,0 +519899,0,0,0,0,0 +519900,0,0,0,0,0 +519901,0,0,0,0,0 +519902,0,0,0,0,0 +519903,0,0,0,0,0 +519904,0,0,0,0,0 +519905,0,0,0,0,0 +519906,0,0,0,0,0 +519907,0,0,0,0,0 +519908,0,0,0,0,0 +519909,0,0,0,0,0 +519910,0,0,0,0,0 +519911,0,0,0,0,0 +519912,0,0,0,0,0 +519913,0,0,0,0,0 +519914,0,0,0,0,0 +519915,0,0,0,0,0 +519916,0,0,0,0,0 +519917,0,0,0,0,0 +519918,0,0,0,0,0 +519919,0,0,0,0,0 +519920,0,0,0,0,0 +519921,0,0,0,0,0 +519922,0,0,0,0,0 +519923,0,0,0,0,0 +519924,0,0,0,0,0 +519925,0,0,0,0,0 +519926,0,0,0,0,0 +519927,0,0,0,0,0 +519928,0,0,0,0,0 +519929,0,0,0,0,0 +519930,0,0,0,0,0 +519931,0,0,0,0,0 +519932,0,0,0,0,0 +519933,0,0,0,0,0 +519934,0,0,0,0,0 +519935,0,0,0,0,0 +519936,0,0,0,0,0 +519937,0,0,0,0,0 +519938,0,0,0,0,0 +519939,0,0,0,0,0 +519940,0,0,0,0,0 +519941,0,0,0,0,0 +519942,0,0,0,0,0 +519943,0,0,0,0,0 +519944,0,0,0,0,0 +519945,0,0,0,0,0 +519946,0,0,0,0,0 +519947,0,0,0,0,0 +519948,0,0,0,0,0 +519949,0,0,0,0,0 +519950,0,0,0,0,0 +519951,0,0,0,0,0 +519952,0,0,0,0,0 +519953,0,0,0,0,0 +519954,0,0,0,0,0 +519955,0,0,0,0,0 +519956,0,0,0,0,0 +519957,0,0,0,0,0 +519958,0,0,0,0,0 +519959,0,0,0,0,0 +519960,0,0,0,0,0 +519961,0,0,0,0,0 +519962,0,0,0,0,0 +519963,0,0,0,0,0 +519964,0,0,0,0,0 +519965,0,0,0,0,0 +519966,0,0,0,0,0 +519967,0,0,0,0,0 +519968,0,0,0,0,0 +519969,0,0,0,0,0 +519970,0,0,0,0,0 +519971,0,0,0,0,0 +519972,0,0,0,0,0 +519973,0,0,0,0,0 +519974,0,0,0,0,0 +519975,0,0,0,0,0 +519976,0,0,0,0,0 +519977,0,0,0,0,0 +519978,0,0,0,0,0 +519979,0,0,0,0,0 +519980,0,0,0,0,0 +519981,0,0,0,0,0 +519982,0,0,0,0,0 +519983,0,0,0,0,0 +519984,0,0,0,0,0 +519985,0,0,0,0,0 +519986,0,0,0,0,0 +519987,0,0,0,0,0 +519988,0,0,0,0,0 +519989,0,0,0,0,0 +519990,0,0,0,0,0 +519991,0,0,0,0,0 +519992,0,0,0,0,0 +519993,0,0,0,0,0 +519994,0,0,0,0,0 +519995,0,0,0,0,0 +519996,0,0,0,0,0 +519997,0,0,0,0,0 +519998,0,0,0,0,0 +519999,0,0,0,0,0 +520000,0,0,0,0,0 +520001,0,0,0,0,0 +520002,0,0,0,0,0 +520003,0,0,0,0,0 +520004,0,0,0,0,0 +520005,0,0,0,0,0 +520006,0,0,0,0,0 +520007,0,0,0,0,0 +520008,0,0,0,0,0 +520009,0,0,0,0,0 +520010,0,0,0,0,0 +520011,0,0,0,0,0 +520012,0,0,0,0,0 +520013,0,0,0,0,0 +520014,0,0,0,0,0 +520015,0,0,0,0,0 +520016,0,0,0,0,0 +520017,0,0,0,0,0 +520018,0,0,0,0,0 +520019,0,0,0,0,0 +520020,0,0,0,0,0 +520021,0,0,0,0,0 +520022,0,0,0,0,0 +520023,0,0,0,0,0 +520024,0,0,0,0,0 +520025,0,0,0,0,0 +520026,0,0,0,0,0 +520027,0,0,0,0,0 +520028,0,0,0,0,0 +520029,0,0,0,0,0 +520030,0,0,0,0,0 +520031,0,0,0,0,0 +520032,0,0,0,0,0 +520033,0,0,0,0,0 +520034,0,0,0,0,0 +520035,0,0,0,0,0 +520036,0,0,0,0,0 +520037,0,0,0,0,0 +520038,0,0,0,0,0 +520039,0,0,0,0,0 +520040,0,0,0,0,0 +520041,0,0,0,0,0 +520042,0,0,0,0,0 +520043,0,0,0,0,0 +520044,0,0,0,0,0 +520045,0,0,0,0,0 +520046,0,0,0,0,0 +520047,0,0,0,0,0 +520048,0,0,0,0,0 +520049,0,0,0,0,0 +520050,0,0,0,0,0 +520051,0,0,0,0,0 +520052,0,0,0,0,0 +520053,0,0,0,0,0 +520054,0,0,0,0,0 +520055,0,0,0,0,0 +520056,0,0,0,0,0 +520057,0,0,0,0,0 +520058,0,0,0,0,0 +520059,0,0,0,0,0 +520060,0,0,0,0,0 +520061,0,0,0,0,0 +520062,0,0,0,0,0 +520063,0,0,0,0,0 +520064,0,0,0,0,0 +520065,0,0,0,0,0 +520066,0,0,0,0,0 +520067,0,0,0,0,0 +520068,0,0,0,0,0 +520069,0,0,0,0,0 +520070,0,0,0,0,0 +520071,0,0,0,0,0 +520072,0,0,0,0,0 +520073,0,0,0,0,0 +520074,0,0,0,0,0 +520075,0,0,0,0,0 +520076,0,0,0,0,0 +520077,0,0,0,0,0 +520078,0,0,0,0,0 +520079,0,0,0,0,0 +520080,0,0,0,0,0 +520081,0,0,0,0,0 +520082,0,0,0,0,0 +520083,0,0,0,0,0 +520084,0,0,0,0,0 +520085,0,0,0,0,0 +520086,0,0,0,0,0 +520087,0,0,0,0,0 +520088,0,0,0,0,0 +520089,0,0,0,0,0 +520090,0,0,0,0,0 +520091,0,0,0,0,0 +520092,0,0,0,0,0 +520093,0,0,0,0,0 +520094,0,0,0,0,0 +520095,0,0,0,0,0 +520096,0,0,0,0,0 +520097,0,0,0,0,0 +520098,0,0,0,0,0 +520099,0,0,0,0,0 +520100,0,0,0,0,0 +520101,0,0,0,0,0 +520102,0,0,0,0,0 +520103,0,0,0,0,0 +520104,0,0,0,0,0 +520105,0,0,0,0,0 +520106,0,0,0,0,0 +520107,0,0,0,0,0 +520108,0,0,0,0,0 +520109,0,0,0,0,0 +520110,0,0,0,0,0 +520111,0,0,0,0,0 +520112,0,0,0,0,0 +520113,0,0,0,0,0 +520114,0,0,0,0,0 +520115,0,0,0,0,0 +520116,0,0,0,0,0 +520117,0,0,0,0,0 +520118,0,0,0,0,0 +520119,0,0,0,0,0 +520120,0,0,0,0,0 +520121,0,0,0,0,0 +520122,0,0,0,0,0 +520123,0,0,0,0,0 +520124,0,0,0,0,0 +520125,0,0,0,0,0 +520126,0,0,0,0,0 +520127,0,0,0,0,0 +520128,0,0,0,0,0 +520129,0,0,0,0,0 +520130,0,0,0,0,0 +520131,0,0,0,0,0 +520132,0,0,0,0,0 +520133,0,0,0,0,0 +520134,0,0,0,0,0 +520135,0,0,0,0,0 +520136,0,0,0,0,0 +520137,0,0,0,0,0 +520138,0,0,0,0,0 +520139,0,0,0,0,0 +520140,0,0,0,0,0 +520141,0,0,0,0,0 +520142,0,0,0,0,0 +520143,0,0,0,0,0 +520144,0,0,0,0,0 +520145,0,0,0,0,0 +520146,0,0,0,0,0 +520147,0,0,0,0,0 +520148,0,0,0,0,0 +520149,0,0,0,0,0 +520150,0,0,0,0,0 +520151,0,0,0,0,0 +520152,0,0,0,0,0 +520153,0,0,0,0,0 +520154,0,0,0,0,0 +520155,0,0,0,0,0 +520156,0,0,0,0,0 +520157,0,0,0,0,0 +520158,0,0,0,0,0 +520159,0,0,0,0,0 +520160,0,0,0,0,0 +520161,0,0,0,0,0 +520162,0,0,0,0,0 +520163,0,0,0,0,0 +520164,0,0,0,0,0 +520165,0,0,0,0,0 +520166,0,0,0,0,0 +520167,0,0,0,0,0 +520168,0,0,0,0,0 +520169,0,0,0,0,0 +520170,0,0,0,0,0 +520171,0,0,0,0,0 +520172,0,0,0,0,0 +520173,0,0,0,0,0 +520174,0,0,0,0,0 +520175,0,0,0,0,0 +520176,0,0,0,0,0 +520177,0,0,0,0,0 +520178,0,0,0,0,0 +520179,0,0,0,0,0 +520180,0,0,0,0,0 +520181,0,0,0,0,0 +520182,0,0,0,0,0 +520183,0,0,0,0,0 +520184,0,0,0,0,0 +520185,0,0,0,0,0 +520186,0,0,0,0,0 +520187,0,0,0,0,0 +520188,0,0,0,0,0 +520189,0,0,0,0,0 +520190,0,0,0,0,0 +520191,0,0,0,0,0 +520192,0,0,0,0,0 +520193,0,0,0,0,0 +520194,0,0,0,0,0 +520195,0,0,0,0,0 +520196,0,0,0,0,0 +520197,0,0,0,0,0 +520198,0,0,0,0,0 +520199,0,0,0,0,0 +520200,0,0,0,0,0 +520201,0,0,0,0,0 +520202,0,0,0,0,0 +520203,0,0,0,0,0 +520204,0,0,0,0,0 +520205,0,0,0,0,0 +520206,0,0,0,0,0 +520207,0,0,0,0,0 +520208,0,0,0,0,0 +520209,0,0,0,0,0 +520210,0,0,0,0,0 +520211,0,0,0,0,0 +520212,0,0,0,0,0 +520213,0,0,0,0,0 +520214,0,0,0,0,0 +520215,0,0,0,0,0 +520216,0,0,0,0,0 +520217,0,0,0,0,0 +520218,0,0,0,0,0 +520219,0,0,0,0,0 +520220,0,0,0,0,0 +520221,0,0,0,0,0 +520222,0,0,0,0,0 +520223,0,0,0,0,0 +520224,0,0,0,0,0 +520225,0,0,0,0,0 +520226,0,0,0,0,0 +520227,0,0,0,0,0 +520228,0,0,0,0,0 +520229,0,0,0,0,0 +520230,0,0,0,0,0 +520231,0,0,0,0,0 +520232,0,0,0,0,0 +520233,0,0,0,0,0 +520234,0,0,0,0,0 +520235,0,0,0,0,0 +520236,0,0,0,0,0 +520237,0,0,0,0,0 +520238,0,0,0,0,0 +520239,0,0,0,0,0 +520240,0,0,0,0,0 +520241,0,0,0,0,0 +520242,0,0,0,0,0 +520243,0,0,0,0,0 +520244,0,0,0,0,0 +520245,0,0,0,0,0 +520246,0,0,0,0,0 +520247,0,0,0,0,0 +520248,0,0,0,0,0 +520249,0,0,0,0,0 +520250,0,0,0,0,0 +520251,0,0,0,0,0 +520252,0,0,0,0,0 +520253,0,0,0,0,0 +520254,0,0,0,0,0 +520255,0,0,0,0,0 +520256,0,0,0,0,0 +520257,0,0,0,0,0 +520258,0,0,0,0,0 +520259,0,0,0,0,0 +520260,0,0,0,0,0 +520261,-1614.431926,-673.1162709,-1578.157335,-673.0163661,-430.5141276 +520262,-979.2428782,-393.1905524,-949.7110493,-393.0917508,556.3918008 +520263,-1183.299331,-478.1018263,-1147.820422,-478.0065645,282.8487297 +520264,-1576.519844,-658.6321445,-1541.994995,-658.5402169,-506.0878578 +520265,-1467.395518,-611.752725,-1434.412496,-611.6635028,-415.6104181 +520266,-1205.741778,-492.3689621,-1172.011445,-492.2825978,84.41125342 +520267,-1548.479274,-648.7673057,-1514.589507,-648.6837795,-547.7203447 +520268,-1477.221321,-618.2730519,-1444.109607,-618.1919431,-480.6887659 +520269,-1244.411603,-512.1746884,-1210.978933,-512.0961704,-24.77304509 +520270,-1373.059183,-569.7022474,-1338.60918,-569.6266102,-195.0042027 +520271,-1614.661237,-680.9569383,-1580.695649,-680.8838701,-668.9983588 +520272,-1384.012088,-576.7397326,-1350.008761,-576.6690152,-259.8023697 +520273,-1459.244857,-610.4913499,-1424.445134,-610.4230606,-363.6745817 +520274,-1509.014226,-633.2629873,-1473.854833,-633.1969872,-445.5115165 +520275,-1537.342533,-646.5410588,-1502.047627,-646.477207,-500.26377 +520276,-1549.341216,-652.4851413,-1514.013712,-652.4233152,-530.6300538 +520277,-1551.475186,-653.9623811,-1516.152118,-653.9024878,-544.8485969 +520278,-1548.45191,-653.083248,-1513.139773,-653.0252184,-549.7722787 +520279,-1543.158702,-651.1470605,-1507.852526,-651.0908386,-549.976821 +520280,-1537.152766,-648.8548648,-1501.845106,-648.8004,-548.0775377 +520281,-1531.178155,-646.5412806,-1495.862361,-646.4885232,-545.4261676 +520282,-1525.545756,-644.3462705,-1490.21673,-644.2951709,-542.6591492 +520283,-1520.355884,-642.3157432,-1485.010011,-642.2662513,-540.0452603 +520284,-1515.613956,-640.4535748,-1480.248833,-640.4056405,-537.6770603 +520285,-1511.286358,-638.7465448,-1475.900522,-638.7001185,-535.5674635 +520286,-1507.326448,-637.1758326,-1471.91915,-637.1308651,-533.6962552 +520287,-1503.686267,-635.722137,-1468.257283,-635.6785802,-532.031845 +520288,-1581.451664,-672.0247365,-1546.538464,-671.9824959,-709.1216114 +520289,-1419.408897,-598.6135569,-1384.557924,-598.5725917,-423.7293566 +520290,-1445.244403,-609.9706567,-1409.997194,-609.9310025,-452.90736 +520291,-1556.605495,-661.3779109,-1521.780252,-661.3394782,-684.4728713 +520292,-1387.917723,-584.8196993,-1353.104303,-584.7824379,-382.9342269 +520293,-1425.17198,-601.1962127,-1389.889473,-601.1601481,-427.6072376 +520294,-1451.550191,-612.9762409,-1416.049129,-612.9413256,-466.6322917 +520295,-1467.071153,-619.9575548,-1431.473845,-619.9237329,-492.7508733 +520296,-1474.640608,-623.373645,-1439.004275,-623.3408625,-507.6120484 +520297,-1477.262342,-624.5385779,-1441.559131,-624.5067883,-514.9083768 +520298,-1477.197779,-624.4761778,-1441.399011,-624.445342,-517.8132548 +520299,-1557.042872,-661.5148256,-1521.671847,-661.4848788,-697.2173948 +520300,-1396.067679,-588.4027262,-1360.664462,-588.3736407,-412.5367253 +520301,-1422.685301,-599.9490279,-1386.787698,-599.9208267,-442.0609941 +520302,-1442.566574,-608.7361768,-1406.37653,-608.7088327,-470.8652813 +520303,-1454.399983,-613.9816139,-1418.014316,-613.9550907,-490.6113718 +520304,-1460.088215,-616.4737171,-1423.550795,-616.4479775,-501.8331942 +520305,-1461.944568,-617.2378001,-1425.271822,-617.2128114,-507.210261 +520306,-1461.718563,-617.0615326,-1424.914007,-617.0372663,-509.1753332 +520307,-1460.477,-616.4271197,-1423.538994,-616.4035506,-509.3443919 +520308,-1458.788818,-615.5912281,-1421.71413,-615.5683329,-508.6352173 +520309,-1456.931372,-614.6782383,-1419.716536,-614.6559946,-507.5222731 +520310,-1455.032032,-613.7447841,-1417.673741,-613.7231705,-506.2376118 +520311,-1533.13369,-649.9397533,-1496.156931,-649.9187296,-680.9337443 +520312,-1471.041471,-622.6036421,-1434.597187,-622.5831692,-609.7828218 +520313,-1427.33517,-603.3058427,-1391.18771,-603.2859107,-558.6109308 +520314,-1261.280707,-527.1384371,-1224.540929,-527.1190653,-233.4644701 +520315,-1333.563285,-558.8966264,-1295.906855,-558.8778354,-322.4088655 +520316,-1383.995778,-581.2759473,-1345.831514,-581.2577098,-394.9808385 +520317,-1414.900318,-595.0083728,-1376.435962,-594.9906541,-444.0920784 +520318,-1431.183557,-602.1904839,-1392.51635,-602.1732527,-472.5054952 +520319,-1438.480923,-605.3351138,-1399.649216,-605.3183457,-487.1217479 +520320,-1440.832376,-606.2607996,-1401.846707,-606.244476,-493.642958 +520321,-1443.518695,-607.3590259,-1404.378673,-607.3431319,-500.9597447 +520322,-1421.161501,-597.0512816,-1381.934957,-597.0357727,-465.7804319 +520323,315.1710577,-244.5007406,348.2761848,-244.485304,-528.5435224 +520324,-575.2750043,-45.07098448,-522.9495061,-44.65453464,-254.1521153 +520325,-356.2693773,-222.8551001,-312.1668395,-222.8489106,640.180513 +520326,-311.259694,-143.2229704,-262.9281749,-143.2207797,591.9588877 +520327,-58.50098993,-27.36816034,-14.16258635,-27.36529974,678.6345024 +520328,-607.3655751,-267.6988187,-553.4863752,-267.6950086,1021.191333 +520329,-88.79223589,-38.2084369,-42.022984,-38.20293613,1261.336074 +520330,-266.0493027,-114.9649847,-214.9361275,-114.9583418,1058.037456 +520331,-16.13641433,-1.530675117,34.79853,-1.523035062,1218.054631 +520332,-321.9777323,-121.960668,-295.1072163,-121.9529422,1204.096303 +520333,-283.1554306,-134.9725191,-189.7896316,-134.964352,994.4751268 +520334,62.50652927,45.63974871,95.72777879,45.64826284,1208.540972 +520335,-374.6699814,-156.1113576,-313.0844413,-155.2181955,1287.515565 +520336,-35.94127695,-2.067936575,22.20787743,-2.901775498,1363.252691 +520337,73.12993947,44.69037247,126.8602942,45.40697879,1372.129985 +520338,-153.9599424,-53.75038381,-129.4036476,-53.75770464,1368.375179 +520339,-308.6857699,-112.6934332,-198.8050669,-113.97554,1133.881782 +520340,179.4553495,93.32559756,212.2561007,94.70150079,1222.179006 +520341,-249.9407689,-89.06652453,-180.3227244,-89.06292153,1512.306019 +520342,154.0982474,88.89544656,210.710373,87.98533414,1289.464486 +520343,-226.4610794,-76.90048805,-159.9071712,-76.19146128,1344.080163 +520344,246.7490365,132.2773209,308.2884901,132.2817275,1640.873462 +520345,34.59501553,24.04226572,56.55716388,24.04182677,1547.937111 +520346,-328.2107198,-92.65692741,-201.3766829,-92.65828964,1002.284496 +520347,351.1413082,170.0818154,386.1203081,170.0816315,1620.68468 +520348,63.67244135,35.81238159,85.19379712,35.81300903,1573.440141 +520349,-205.748285,-51.0191911,-121.2718588,-51.01739526,1363.862203 +520350,231.1208808,152.6565934,345.1172837,152.6594579,1279.827528 +520351,-59.3901102,-3.82232127,-13.51537208,-5.479799339,1367.601885 +520352,287.9531974,167.4717308,362.4106227,163.2677111,1629.736654 +520353,66.18461229,35.70464417,87.48116561,35.71069801,1974.612632 +520354,-86.44864094,62.29407393,70.04601483,43.04479214,1301.920592 +520355,319.2018881,173.3909668,352.5291587,156.6615503,1263.286663 +520356,169.392181,148.281937,255.9410251,118.7422656,1542.767451 +520357,-45.68887726,52.19477569,32.65527452,19.49137247,1484.184223 +520358,392.2974826,248.6734801,468.284208,213.6115807,1684.177532 +520359,161.5994736,74.87330658,181.4892628,74.85123975,2066.549433 +520360,147.2823374,267.6812036,321.652263,167.3104081,1463.264863 +520361,87.27666705,89.0174222,126.057753,55.2564448,1540.501121 +520362,358.9323604,262.7231972,449.104148,208.6422716,1385.198154 +520363,247.2069615,220.5803668,337.3551095,158.5930595,1596.629234 +520364,75.56760221,135.2365063,150.365976,75.28461483,2077.159319 +520365,382.2955209,283.7985701,483.3101426,224.3705015,1383.557905 +520366,285.6040311,242.6507534,372.3950761,174.9811356,1575.841251 +520367,116.8363146,173.8135643,208.8661818,103.6860318,1884.500868 +520368,414.5527918,300.8004882,502.3410639,233.1500199,1374.699697 +520369,309.8863386,268.2818726,407.8837412,192.6109418,1562.340766 +520370,308.5599787,269.3658205,402.974326,191.2663775,1661.826902 +520371,179.9977101,218.9595604,275.5873088,134.5167705,2231.995246 +520372,451.3635909,333.0331929,545.1073078,254.0571864,1409.693939 +520373,349.803749,301.6255037,450.6926888,213.5872547,1574.026974 +520374,346.4152698,303.6864112,447.5508995,211.8172974,1653.769461 +520375,371.4450511,317.2300288,464.3432694,223.29092,1712.668527 +520376,390.7202543,341.7500451,480.1507018,230.4658297,1760.644104 +520377,280.065412,301.0725268,346.0316345,169.5286931,2037.954974 +520378,492.6310374,367.0382018,599.5480227,281.493999,1468.316392 +520379,423.9913539,400.0050869,496.87228,238.2134798,1599.745164 +520380,420.1097826,384.3241034,500.5702612,239.5196059,1652.95325 +520381,749.540936,380.9956583,813.8037691,374.411446,1535.822998 +520382,831.2551857,380.5289159,831.2407033,377.8462687,1539.318928 +520383,816.2220447,378.4192534,817.5526157,371.718142,1535.835737 +520384,801.0377783,376.7753844,804.3762182,365.8595582,1533.730678 +520385,787.7274165,375.5593801,793.0777794,360.8503918,1532.764841 +520386,776.430767,374.607592,783.5307371,356.614953,1532.247527 +520387,766.907663,373.8976339,775.4738662,353.0312712,1532.084978 +520388,758.8689584,373.4421281,768.6750123,349.9961343,1532.322081 +520389,752.3497306,373.3611599,763.2254555,347.5542334,1532.811701 +520390,746.8437582,373.4922335,758.6566994,345.495302,1533.091096 +520391,742.1848633,373.8052949,754.8263275,343.7569471,1533.317681 +520392,738.2207837,374.2655149,751.5986802,342.2796615,1533.526504 +520393,734.8255069,374.8440203,748.8610191,341.014214,1533.689628 +520394,731.8948454,375.5175893,746.5204979,339.9202502,1533.762608 +520395,729.3434449,376.2678081,744.5015191,338.9650635,1533.709375 +520396,727.1014342,377.0799273,742.7425017,338.1221125,1533.506479 +520397,725.1118033,377.9421033,741.1934019,337.3698973,1533.140951 +520398,723.3281125,378.8448284,739.813605,336.6910145,1532.606795 +520399,721.7126243,379.7805019,738.5702426,336.0714097,1531.902838 +520400,720.2346776,380.7430551,737.4367299,335.4997318,1531.031079 +520401,718.8694141,381.727662,736.3916251,334.9668341,1529.995947 +520402,717.5892566,382.7271118,735.4102179,334.4619691,1528.789964 +520403,716.391361,383.7444833,734.4920718,333.9853274,1527.444818 +520404,715.2568835,384.7747165,733.6201991,333.5294895,1525.957798 +520405,714.1753899,385.8159364,732.7857345,333.0906596,1524.337358 +520406,713.1382911,386.8666184,731.9814908,332.6657491,1522.591822 +520407,712.1385586,387.9255299,731.2016771,332.2522593,1520.7294 +520408,711.1704885,388.9916854,730.4416578,331.8481793,1518.758039 +520409,710.2294905,390.064301,729.6977497,331.4519026,1516.685463 +520410,709.3118547,391.1427431,728.9670114,331.0621362,1514.518969 +520411,708.4146032,392.226502,728.2471157,330.6778492,1512.265526 +520412,707.5200916,393.2772797,727.5237453,330.2927443,1509.931494 +520413,706.6163347,394.2704258,726.7872258,329.9025912,1507.522777 +520414,705.6993861,395.2005503,726.0344364,329.5060597,1505.044845 +520415,704.7696077,396.0721846,725.2657871,329.1033704,1502.502859 +520416,703.8285744,396.8922243,724.4827013,328.6951739,1499.901547 +520417,702.8777847,397.6668025,723.6865592,328.2820828,1497.245308 +520418,701.9183816,398.4007514,722.8784574,327.8645697,1494.538111 +520419,700.951261,399.0979144,722.0592897,327.4430087,1491.783635 +520420,699.9771497,399.7614779,721.2298033,327.0177042,1488.985157 +520421,698.9966914,400.3941793,720.390672,326.5889261,1486.145716 +520422,698.0104391,400.9983907,719.5424836,326.1569059,1483.268006 +520423,697.0188882,401.5761785,718.6857732,325.7218524,1480.354531 +520424,696.0224545,402.1293331,717.8209997,325.2839422,1477.407496 +520425,695.0215081,402.659415,716.9485798,324.843335,1474.428967 +520426,694.0163795,403.1677788,716.0688654,324.4001639,1471.420753 +520427,693.007396,403.6556113,715.1821771,323.9545507,1468.384559 +520428,691.9948498,404.1239506,714.2887865,323.5065974,1465.321879 +520429,690.9833454,404.5756829,713.3932782,323.0583692,1462.242015 +520430,690.0108469,405.0287675,712.5336033,322.6270986,1459.21483 +520431,689.0338722,405.4640497,711.6662752,322.1929909,1456.162145 +520432,688.0614919,405.8862115,710.800364,321.7601569,1453.101202 +520433,687.0920303,406.2949978,709.9342001,321.3278342,1450.029682 +520434,686.1243758,406.6903653,709.066688,320.8955241,1446.946204 +520435,685.157688,407.0723572,708.1970299,320.4628637,1443.849926 +520436,684.1912696,407.4410485,707.3245849,320.029561,1440.740209 +520437,683.2245634,407.7965423,706.4488582,319.5953899,1437.616691 +520438,682.2571106,408.1389566,705.569454,319.1601691,1434.479114 +520439,681.2885537,408.4684249,704.6860766,318.7237622,1431.32742 +520440,680.3185988,408.7850854,703.7984905,318.2860596,1428.161589 +520441,678.1026414,408.5234571,701.6621507,317.2813564,1422.719242 +520442,676.0263309,408.312577,699.6613648,316.3381793,1417.683782 +520443,674.0722138,408.1448578,697.7782184,315.4479205,1412.920714 +520444,672.1870924,407.9964457,695.9596666,314.585985,1408.25386 +520445,670.3348041,407.8509126,694.1698613,313.7358128,1403.592497 +520446,668.49928,407.700866,692.3930275,312.8902241,1398.909881 +520447,666.6752493,407.5439069,690.6241349,312.0470771,1394.205398 +520448,664.8610803,407.3794276,688.8617479,311.2059133,1389.483467 +520449,663.0557637,407.2072011,687.1050286,310.3665402,1384.747246 +520450,661.2582022,460.2434122,685.3530289,309.5286947,1379.998218 +520451,659.4672824,504.1522691,683.6047682,308.6920785,1375.237154 +520452,657.6819909,482.6789551,681.8593519,307.8564159,1370.4646 +520453,655.9014652,502.4417078,680.1160274,307.0214806,1365.681107 +520454,654.1249603,511.2897145,678.37415,306.1870818,1360.8871 +520455,652.3518445,519.8045606,676.6331778,305.3530624,1356.082983 +520456,650.5815681,528.1542827,674.8926448,304.5192894,1351.269101 +520457,648.8136729,536.4334423,673.1521704,303.6856596,1346.445854 +520458,647.0477641,544.3888692,671.4114312,302.8520888,1341.61361 +520459,645.2834753,552.4671826,669.6701278,302.018498,1336.772707 +520460,643.5205156,560.2367092,667.9280307,301.1848352,1331.923487 +520461,641.7586198,567.856796,666.1849333,300.3510547,1327.066275 +520462,639.9975451,575.5750092,664.44065,299.5171165,1322.201328 +520463,638.2370827,582.8891404,662.6950252,298.6829906,1317.328917 +520464,636.4770339,590.4018865,660.9479104,297.8486469,1312.449241 +520465,634.7172248,597.6186225,659.1991814,297.0140633,1307.56252 +520466,632.9574909,604.7724316,657.4487201,296.1792171,1302.66891 +520467,631.1976893,611.8328985,655.6964281,295.3440917,1297.768592 +520468,629.4376801,618.675599,653.9422103,294.5086694,1292.861691 +520469,627.6773445,625.8785314,652.1859913,293.6729384,1287.948366 +520470,625.9165646,632.1924292,650.4276945,292.836884,1283.028715 +520471,624.1552434,640.2975819,648.6672617,292.0004976,1278.102879 +520472,622.4006533,647.8226971,646.9019009,291.1625718,1273.170949 +520473,620.6575141,656.0975516,645.1298303,290.3223467,1268.233071 +520474,618.9268191,663.5197543,643.3506694,289.4796798,1263.28934 +520475,617.207677,671.3267297,641.5647778,288.6347511,1258.339892 +520476,615.4987559,679.3579929,639.7726863,287.7878103,1253.38481 +520477,613.7988959,686.9908951,637.9748841,286.9390822,1248.424219 +520478,612.1071921,694.7672806,636.1717669,286.0887444,1243.458199 +520479,610.4251027,702.4963053,634.3636696,285.2369436,1238.486877 +520480,608.7584409,710.1605091,632.5508798,284.3838019,1233.510351 +520481,607.0996704,717.8486747,630.7228619,283.5245199,1228.509129 +520482,605.479603,725.4877206,628.9102357,282.6730067,1223.538547 +520483,603.8582596,732.9152057,627.0741716,281.8115934,1218.527763 +520484,602.262645,740.8118362,625.2430295,280.9531606,1213.52808 +520485,600.683333,748.2215015,623.4085606,280.0939445,1208.524312 +520486,599.1196137,755.7897811,621.5709991,279.2340367,1203.516701 +520487,597.5708795,763.2947478,619.7305096,278.3734988,1198.505415 +520488,596.036574,770.5465551,617.8871586,277.5123492,1193.490437 +520489,594.5162379,778.3580742,616.0410191,276.6506106,1188.471808 +520490,593.0094645,785.5963417,614.1921604,275.7883044,1183.44955 +520491,591.5159211,793.0277252,612.3406591,274.9254565,1178.423743 +520492,590.0353556,800.3877662,610.4865863,274.0620905,1173.394441 +520493,588.567564,807.718835,608.6300173,273.1982328,1168.361746 +520494,587.1123547,815.0201875,606.7710088,272.3339019,1163.325705 +520495,585.6695963,822.0263221,604.9096494,271.4691309,1158.286463 +520496,584.2391956,846.1968489,603.0460068,270.6039443,1153.244104 +520497,583.0786924,855.1804087,601.2325516,269.7612612,1148.199967 +520498,582.0945018,864.0355404,599.4509324,268.9329431,1334.614909 +520499,581.1588865,872.2259879,597.6745421,268.1072445,1328.451947 +520500,580.2071225,880.283886,595.8895621,267.2781002,1317.381379 +520501,581.8644903,834.1833145,596.733017,267.6442697,1119.374766 +520502,581.2485887,840.9003654,595.3327053,266.9514909,1113.894239 +520503,579.4082692,847.3555983,592.7218905,265.7065047,1137.154283 +520504,577.4353525,854.0796678,589.984077,264.4292063,1133.103608 +520505,575.8016947,860.7042225,587.5893445,263.3398803,1133.366881 +520506,574.5708358,867.2963012,585.5969934,262.4577137,1159.259077 +520507,573.6671897,873.9289828,583.9275911,261.7384081,1158.977832 +520508,573.008838,880.4155644,582.5035435,261.1400166,1168.96079 +520509,572.5404788,886.965311,581.2631758,260.6306,1177.238929 +520510,572.2281298,893.0253433,580.1752459,260.1931956,1185.520658 +520511,572.0487163,900.0152972,579.2105263,259.8131708,1193.524735 +520512,571.9840403,906.0530841,578.3543236,259.482515,1201.698908 +520513,572.0185285,912.4781058,577.5854061,259.1910649,1209.583948 +520514,572.1387148,918.6814341,646.3166703,258.933708,1217.662043 +520515,620.0368718,924.9542226,664.5680646,258.7026749,1225.390131 +520516,701.153078,931.0606098,655.1980571,258.4950236,1233.377104 +520517,681.7178183,937.2386066,671.9245769,292.8753773,1240.966989 +520518,700.5135747,943.2435177,680.6680671,300.0100226,1248.810342 +520519,716.7681008,949.2858095,689.0902446,296.9001746,1256.362718 +520520,729.9978108,955.2802759,697.4205355,305.0006641,1263.940179 +520521,742.87001,961.1397114,705.8079631,309.5206462,1271.226915 +520522,755.9795407,967.0293527,713.7773842,313.8877557,1278.884084 +520523,768.7089935,972.8707053,722.0385433,318.1392214,1286.106346 +520524,781.7573717,978.5760519,729.9125576,322.4417018,1293.412015 +520525,794.5342022,984.3130612,737.8802719,326.5685592,1300.494808 +520526,807.2208679,990.0043435,745.5394591,330.7798749,1308.023434 +520527,820.2199586,995.5526044,753.6085488,334.8071408,1314.782534 +520528,832.8897871,1001.134693,760.8552504,338.8857799,1321.970893 +520529,845.708617,1006.63011,768.7878185,342.9325006,1328.938948 +520530,858.2390985,1012.116762,776.0293199,346.8776205,1335.722031 +520531,866.7233378,1012.950638,781.7164502,349.8761696,1342.595909 +520532,874.2318489,1013.13508,786.4153384,352.8587172,1349.239606 +520533,881.3801646,1012.886313,791.2289196,355.4187207,1355.976477 +520534,888.8170049,1012.322266,795.5843032,358.1620891,1362.620864 +520535,895.150497,1011.479422,800.0954747,360.641247,1369.205258 +520536,901.7890985,1010.384331,804.1461701,363.0274165,1375.542613 +520537,908.0039387,1009.056588,808.1556067,365.5308008,1382.292706 +520538,913.8389784,1007.470455,811.9899443,367.6662532,1388.53649 +520539,919.9123525,1005.779682,815.8052801,369.8569825,1394.891119 +520540,925.3505847,1003.806949,819.0123605,372.0580769,1401.139222 +520541,930.7511691,1001.684819,822.727526,374.0573765,1407.317214 +520542,936.1163017,999.3817683,825.8754056,376.0456827,1413.418494 +520543,940.7587365,996.9120871,829.0396223,377.9509055,1419.445883 +520544,945.4760517,994.2834327,832.0541264,379.7900873,1425.394121 +520545,950.3274096,991.503155,834.9451387,381.4957229,1431.053435 +520546,954.5557536,988.5777779,837.7150815,383.3789126,1437.186167 +520547,958.7809851,985.4735684,840.3676137,384.8666552,1442.73238 +520548,962.7877252,982.3348073,842.9049151,386.5158949,1448.403339 +520549,966.6095868,978.9825516,845.1769502,387.9567191,1454.182888 +520550,970.2485669,975.5417715,847.7289123,389.5349135,1459.300238 +520551,973.7065985,971.9779749,849.8217246,390.890581,1464.886929 +520552,976.9846167,968.2628749,851.9513101,392.2565513,1470.124087 +520553,980.0845295,964.5335274,853.9521448,393.5554848,1475.396854 +520554,983.0041801,960.6177643,855.852471,394.8776961,1480.50753 +520555,985.5192338,956.6342251,857.6544579,395.8753324,1485.622577 +520556,988.4323125,952.548706,859.3596025,397.1897116,1490.574089 +520557,990.6511065,948.3326679,860.9704707,398.2101173,1495.533246 +520558,974.5220174,931.6461957,862.4163782,399.2337008,1500.471493 +520559,973.5335675,925.4658657,863.9739344,400.209263,1505.01157 +520560,974.0251446,920.0155641,865.0917803,401.1639777,1509.603166 +520561,733.2233226,805.4918254,625.099164,292.9466737,1037.626686 +520562,728.7705829,797.5454219,621.153679,291.0230003,1021.053707 +520563,725.8234053,791.1799929,618.8472539,290.4167414,1032.654564 +520564,724.0322178,784.4647292,617.3476261,289.8512874,1021.189411 +520565,721.9552769,778.4510012,615.9979126,289.5281237,1038.265747 +520566,720.3240129,771.7554766,615.0534172,311.3838951,1020.9193 +520567,718.5633155,765.7350126,613.9604253,256.9538831,1039.360681 +520568,716.7650547,759.5020256,612.9961874,303.287903,1023.132588 +520569,714.8913902,753.3184389,611.9987832,305.5509855,1049.635095 +520570,712.9280016,747.1356718,610.9991234,260.9501437,1021.32376 +520571,710.8628013,740.9502878,610.0087964,298.5171805,1054.370018 +520572,708.7750907,734.7606308,608.9303667,306.4979107,1021.467219 +520573,706.2786784,728.5660224,607.9169897,258.1724375,1066.353213 +520574,704.1314834,722.3659018,606.7860918,299.4846316,1021.555303 +520575,701.4163017,716.1607143,605.6951279,303.3823619,1065.219528 +520576,698.8301964,710.1959423,604.5518244,259.7117069,1021.737562 +520577,676.2443706,693.2820093,602.3551465,296.1097756,1060.926521 +520578,670.5204271,685.7600957,600.418286,301.2366516,1063.452306 +520579,665.8200658,678.6708835,599.289818,258.4204921,1029.856175 +520580,661.5002944,671.8409811,597.8834565,294.9421541,1061.056221 +520581,657.0134261,665.1147644,596.4934722,297.8956425,1077.191256 +520582,652.6462145,658.4846479,615.8892121,259.4720394,1022.234512 +520583,648.069964,652.0866,562.0661688,291.8049302,1075.41089 +520584,643.5324005,645.2201244,607.800855,296.2002772,1079.556925 +520585,638.7428408,638.8461604,603.176743,257.9304324,1029.756477 +520586,634.0246598,632.2888149,567.2434141,290.6165928,1075.819157 +520587,614.479281,618.8590509,597.4187865,293.2969782,1063.937946 +520588,635.5907685,611.8182199,600.8983407,258.7250972,1065.552924 +520589,562.2874095,604.4860202,562.538284,308.7949333,1068.007396 +520590,639.2491086,597.8868925,616.2539407,255.4174357,1069.262634 +520591,562.390625,595.9277177,562.5629917,295.7555594,1071.126548 +520592,633.5364504,594.7724646,601.9273748,262.5741559,1072.607371 +520593,597.7547274,600.615002,575.8047593,306.4990236,1074.280525 +520594,627.1338108,601.0456489,612.6882644,255.5553097,1075.685913 +520595,642.6717521,601.3190598,568.6694669,290.663836,1077.130802 +520596,642.2314513,601.662269,606.893724,301.9243771,1078.584002 +520597,652.1745663,602.0674646,598.6097489,259.2069666,1079.988238 +520598,682.1538529,611.50232,604.1648239,298.170038,1081.70244 +520599,693.7266197,613.2854008,607.4181515,307.1000942,1082.999829 +520600,704.0469906,614.7448204,611.140747,262.7924575,1084.512084 +520601,714.5638783,615.9556038,614.3047854,301.9934054,1085.978924 +520602,725.2601312,617.6598118,618.0628946,292.2606382,1087.485507 +520603,735.9635998,618.9604626,621.4363845,294.2863552,1088.983894 +520604,747.1993057,620.4714169,625.0907878,296.4774757,1090.628258 +520605,758.470035,622.179498,628.7363023,297.9805094,1092.113747 +520606,769.951167,623.4435162,632.7367002,299.9759653,1093.829057 +520607,781.9789928,625.1703216,636.4921228,301.5283094,1095.473636 +520608,817.7980294,634.8543356,639.7033453,303.0893071,1097.413329 +520609,833.726074,637.6788155,643.7702907,304.8881075,1099.212578 +520610,847.9925028,639.9570433,647.9319863,306.8343265,1101.004072 +520611,862.6471631,642.1250974,651.923569,308.6221997,1102.745025 +520612,877.1376009,644.2315092,655.9724032,310.5216861,1104.715536 +520613,891.8719365,646.3006225,660.5537092,312.5414839,1106.749997 +520614,906.7661215,648.3438487,664.6571063,314.4935279,1108.626445 +520615,921.7484695,650.3671217,668.9469499,316.466884,1110.840806 +520616,937.4015263,652.3721178,673.6926512,318.5821742,1112.796471 +520617,952.821341,654.3598031,677.9098901,320.6343097,1115.02456 +520618,968.7492512,656.3292966,682.378387,322.6958981,1117.312396 +520619,984.9250786,658.295645,687.2808832,324.9207758,1119.569775 +520620,1001.010849,660.0041447,691.6745504,327.0443702,1121.913916 +520621,1254.155754,769.1085598,932.0570059,436.185928,1586.973436 +520622,1274.397793,772.7445008,941.494622,440.3346254,1594.65372 +520623,1294.921994,776.1397039,948.8257601,444.0220302,1602.012314 +520624,1314.073202,779.1072943,956.1395997,447.4987038,1608.158358 +520625,1334.615532,781.9558485,962.9613952,450.573299,1614.083504 +520626,1353.877884,784.3794738,969.8616467,453.8289224,1619.400506 +520627,1373.857282,787.4184991,976.4029929,457.0743354,1624.677793 +520628,1422.902063,797.506966,985.8251534,461.4366248,1629.989199 +520629,1447.011553,801.0583649,993.2306728,464.8130203,1635.002889 +520630,1469.70994,804.0667365,999.7438975,467.994131,1640.034531 +520631,1492.182242,807.1428339,1006.740469,471.2225284,1645.061733 +520632,1514.678797,809.3625166,1013.343436,474.6653733,1649.962354 +520633,1537.230266,812.1286413,1020.489876,477.7402492,1654.909617 +520634,1560.066378,814.5485531,1026.677894,480.9963048,1659.805449 +520635,1582.965903,816.9348268,1033.759781,484.310158,1664.729534 +520636,1606.106501,819.2761473,1040.252735,487.4676072,1669.560018 +520637,1629.390318,821.4711955,1047.083701,490.6810311,1674.46138 +520638,1653.035435,823.5571912,1053.653117,494.0364442,1679.327818 +520639,1676.180067,825.7471494,1060.473516,497.2873144,1684.231832 +520640,1701.025862,827.689587,1066.708683,500.4792046,1689.047262 +520641,1724.935192,829.7454631,1073.990574,503.8304366,1693.939103 +520642,1749.468028,831.5931885,1080.240255,507.1400875,1698.799729 +520643,1774.203239,833.3606066,1087.148409,510.2914298,1703.701045 +520644,1799.176662,835.1494292,1093.589576,513.4411746,1708.513224 +520645,1824.331026,836.8530554,1100.43994,516.9920315,1713.406213 +520646,1849.915129,838.4997907,1106.869603,520.0827508,1718.269484 +520647,1875.532763,840.0845685,1113.708951,523.4762005,1723.176733 +520648,1901.645222,841.6077369,1120.127248,526.676154,1727.992657 +520649,1927.859061,843.0698006,1126.956719,530.0537919,1732.894937 +520650,1954.398554,844.4715231,1133.363624,533.2607002,1737.768653 +520651,1971.817139,844.0647144,1137.772831,535.6445846,1742.642457 +520652,1988.48114,843.1936407,1141.844952,537.8646316,1745.669875 +520653,2004.272415,842.222267,1145.661099,539.8474317,1749.803759 +520654,2019.865041,841.1480469,1149.40931,542.1522393,1753.176442 +520655,2035.252725,839.9866329,1153.010759,544.0593363,1756.900904 +520656,2050.211947,838.7496543,1156.543569,546.058401,1760.548173 +520657,2064.825157,837.4457591,1159.89645,547.9883101,1764.197017 +520658,2079.527085,836.0818281,1163.231596,549.8778716,1767.840524 +520659,2093.627949,834.6635506,1166.451259,551.7282912,1771.083394 +520660,2108.055062,833.196023,1169.594076,553.5414641,1775.353356 +520661,2121.889239,831.6527488,1172.658657,555.4771694,1778.604933 +520662,2135.645903,830.145093,1175.681452,556.9774414,1782.287472 +520663,2149.330061,828.53358,1178.550027,558.8020021,1785.850582 +520664,2162.890804,826.9152467,1181.423853,560.4528516,1789.35755 +520665,2176.101622,825.2622711,1184.202538,562.0961027,1792.940928 +520666,2189.459212,823.5824679,1186.923167,563.7094267,1796.407431 +520667,2202.393713,821.8785612,1189.582654,565.2926786,1799.922983 +520668,2215.492811,820.1534722,1192.217779,566.8469831,1803.300271 +520669,2228.09733,818.3789145,1194.71031,568.3727622,1806.700674 +520670,2247.890613,816.6634981,1197.224749,569.8710654,1810.138304 +520671,2251.932818,814.9489077,1199.655932,571.342218,1813.456976 +520672,2277.400381,813.093577,1202.041381,572.7871877,1816.782421 +520673,2271.736734,811.3721404,1204.376925,574.0365882,1820.068702 +520674,2278.111213,809.4940477,1206.664733,575.6859691,1823.281494 +520675,2311.774445,807.4595586,1208.905472,576.9320617,1826.569174 +520676,2312.214709,806.0071525,1211.136556,578.3050571,1829.770497 +520677,2326.631693,804.0492792,1213.235539,579.6273036,1832.870891 +520678,2338.34758,802.2074869,1215.370264,580.9266457,1836.029805 +520679,2350.08057,800.4566274,1217.432203,582.2030348,1839.117519 +520680,2361.594932,798.6552694,1219.459204,583.4574517,1842.181159 +520681,2418.446331,819.6402223,1267.500123,607.2363677,1925.523514 +520682,2430.993142,818.0417116,1271.144856,609.2727108,1931.125589 +520683,2442.27777,816.8643671,1273.50609,610.8651074,1935.799382 +520684,2452.783335,815.2317486,1275.545351,612.2359873,1940.042265 +520685,2463.410394,813.5619613,1277.304475,613.4954749,1943.949399 +520686,2473.549683,811.8365861,1278.903174,614.6747742,1947.581216 +520687,2483.310722,810.0800891,1280.3805,615.5993475,1951.175126 +520688,2493.111883,808.0620365,1281.762894,616.9644669,1954.535501 +520689,2502.645521,806.6739207,1283.063942,617.853384,1957.889272 +520690,2512.030991,804.7049509,1284.291878,618.8800037,1961.022428 +520691,2521.258469,802.9654469,1285.453177,619.8399149,1964.191527 +520692,2530.336745,801.176801,1286.550717,620.7674249,1967.242508 +520693,2539.256443,799.3935939,1287.587472,621.6630223,1970.232665 +520694,2547.949141,797.6167943,1288.565935,622.5280641,1973.108019 +520695,2556.631889,795.8483218,1289.487829,623.3632974,1976.047938 +520696,2565.228232,794.1835233,1290.355169,624.169523,1978.813563 +520697,2573.31307,792.3504444,1291.169211,624.9472909,1981.566589 +520698,2581.636677,790.6953296,1291.931504,625.6973041,1984.255936 +520699,2589.475223,788.98981,1292.643107,626.4199823,1986.890801 +520700,2597.59262,787.2830824,1293.345315,627.1159045,1989.47326 +520701,2605.294263,785.8693806,1293.899296,627.785435,1992.004412 +520702,2612.798413,783.7737815,1294.494186,628.4290736,1994.486001 +520703,2620.257785,782.3054535,1295.008011,629.0471536,1996.97031 +520704,2627.605703,780.6121605,1295.481998,629.6401015,1999.225732 +520705,2634.680565,778.9795116,1295.911348,630.2082443,2001.68298 +520706,2641.753189,777.6363238,1296.296724,631.0267384,2003.931664 +520707,2648.537189,776.4657571,1296.639314,632.0195111,2006.192006 +520708,2655.432284,775.3330032,1296.939709,633.0728411,2008.402142 +520709,2661.625794,774.2152643,1297.198452,634.1682493,2010.570751 +520710,2668.3697,773.1045069,1297.416122,635.2984267,2012.698643 +520711,2671.447887,771.8101476,1297.157304,636.2676187,2014.786328 +520712,2673.799055,770.4782858,1296.76675,637.222656,2016.831366 +520713,2646.180146,767.336646,1291.984591,636.0801886,2018.827103 +520714,2643.618826,765.6761027,1290.84261,636.5096254,2020.591719 +520715,2642.812626,764.1340928,1289.91515,637.2011016,2022.631589 +520716,2642.090879,762.6019142,1288.988406,637.9297865,2024.508636 +520717,2641.288395,761.0687768,1288.032104,638.6788098,2026.286838 +520718,2640.317333,759.5294557,1287.044316,639.4379049,2028.153435 +520719,2639.149882,757.9804932,1286.020941,640.2009954,2029.85307 +520720,2637.758112,756.4193607,1284.959016,640.9637876,2031.550655 +520721,2636.133369,754.8450743,1283.858374,641.7238803,2033.190873 +520722,2634.272092,753.2566047,1282.718226,642.4789662,2034.780596 +520723,2632.141042,751.6372562,1281.483749,643.1903326,2036.171211 +520724,2629.823209,750.0325002,1280.309652,643.9603811,2037.793586 +520725,2627.216422,748.3863618,1279.006538,644.6591988,2039.151503 +520726,2624.410002,746.7524735,1277.757705,645.4108437,2040.59747 +520727,2621.318107,745.0779708,1276.382721,646.0893026,2041.85265 +520728,2618.024977,743.4150905,1275.060744,646.8177028,2043.280216 +520729,2614.453409,741.7127576,1273.61595,647.4717235,2044.409231 +520730,2610.648627,740.0055768,1272.168712,648.1353543,2045.606258 +520731,2606.605169,738.2872676,1270.655922,648.7888318,2046.774014 +520732,2602.205613,736.5560656,1269.208099,649.4277077,2047.901883 +520733,2597.844363,734.8119747,1267.642186,650.0505803,2048.989718 +520734,2592.992763,733.0551094,1266.077374,650.6563973,2050.037212 +520735,2588.105017,731.2858327,1264.475301,651.244398,2051.045348 +520736,2582.683816,729.5043082,1262.841559,651.8136448,2052.013889 +520737,2577.264181,727.7109356,1261.17709,652.3634452,2052.943905 +520738,2571.506623,725.9058947,1259.482075,652.8928966,2053.78077 +520739,2565.524503,724.0896049,1257.757286,653.4013384,2054.717772 +520740,2559.190133,722.2622463,1256.002901,653.8878777,2055.493053 +520741,2477.034378,687.6647506,1178.02327,621.319905,1914.010239 +520742,2470.116071,685.4694837,1176.053863,621.8315847,1914.528944 +520743,2463.785035,683.7392313,1174.370851,622.1887343,1915.359303 +520744,2456.973008,681.9069778,1172.714389,622.6703653,1916.2595 +520745,2413.978895,678.594713,1167.46133,619.043268,1917.336991 +520746,2401.830126,676.4642101,1165.112826,618.7253886,1918.078353 +520747,2391.831796,674.4801234,1163.094032,618.6675422,1918.954309 +520748,2382.132271,672.5380516,1161.118324,618.6864841,1919.826155 +520749,2372.504844,670.6093313,1159.247306,618.7189405,1920.676591 +520750,2362.838008,668.6845576,1157.308802,618.7472919,1921.497849 +520751,2352.969956,666.7593895,1155.394069,618.7619114,1922.285763 +520752,2343.234723,664.8314352,1153.465381,618.7571194,1923.036619 +520753,2333.23429,663.1157999,1151.525451,618.7296379,1923.749978 +520754,2322.826219,660.8671705,1149.572718,618.6771175,1924.424812 +520755,2312.698452,659.076652,1147.606866,618.5980975,1925.110135 +520756,2302.116859,657.1006236,1145.59504,618.4911457,1925.637456 +520757,2291.366235,655.1516229,1143.648764,618.3553331,1926.237666 +520758,2312.599478,653.1991746,1141.618299,618.189514,1926.759625 +520759,2221.834807,651.2431237,1139.601407,617.9929,1927.255502 +520760,2313.921637,649.2834155,1137.565152,617.7644807,1927.717398 +520761,2193.489296,647.320593,1135.515077,617.5035034,1928.147806 +520762,2275.159305,645.3546575,1133.450634,617.209225,1928.498273 +520763,2194.314585,643.3860952,1131.341555,616.8807781,1928.939698 +520764,2223.569546,641.4149371,1129.295449,616.517535,1929.24212 +520765,2162.413149,638.298909,1124.408821,611.6272712,1929.651699 +520766,2147.962896,636.0769078,1121.793307,610.1200535,1929.863077 +520767,2133.257472,633.9724014,1119.384905,609.2986285,1930.021965 +520768,2118.601423,631.8953917,1117.005756,608.3691265,1930.211047 +520769,2104.137527,629.8307653,1114.720912,607.4760468,1930.375728 +520770,2089.910283,627.7716531,1112.37444,606.5706043,1930.507167 +520771,2086.976327,625.8107542,1110.741158,606.8017375,1930.602778 +520772,2086.239289,624.3958982,1109.246208,607.2964287,1930.669854 +520773,2086.379813,622.587524,1107.809364,607.9233364,1930.706063 +520774,2087.286915,621.1603838,1106.405018,608.6446009,1930.710259 +520775,2088.853126,619.2418767,1105.023002,609.4469785,1930.68489 +520776,2091.022903,617.754328,1103.62743,610.3246727,1930.632065 +520777,2127.695435,617.2866417,1105.115399,616.4869014,1930.68031 +520778,2135.424292,615.9237281,1104.217944,618.1882892,1930.543113 +520779,2141.384182,614.4643832,1103.235888,619.9739862,1930.448663 +520780,2147.590824,612.9832136,1102.083739,621.4710213,1930.351072 +520781,2153.813331,611.4991301,1100.932071,623.0061154,1930.250805 +520782,2160.38909,610.0186769,1099.759384,624.7122412,1930.15376 +520783,2167.269828,608.545459,1098.576487,626.3081321,1930.067398 +520784,2174.485487,607.0810526,1097.385251,628.1277147,1929.995597 +520785,2182.141293,605.6270217,1096.203075,629.8711861,1929.996719 +520786,2190.067386,604.1824279,1094.999791,631.8271541,1929.969769 +520787,2198.330333,602.7481757,1093.787707,633.7674985,1929.963498 +520788,2206.932996,601.3235845,1092.565902,635.7681402,1929.977356 +520789,2215.885855,599.9124377,1091.313981,637.8396782,1930.029319 +520790,2225.178453,598.5098165,1090.121407,639.9798531,1930.098495 +520791,2234.720565,597.116377,1088.854232,642.1909901,1930.190698 +520792,2251.432181,595.7314904,1087.599953,644.4741399,1930.304266 +520793,2252.376528,594.3560514,1086.330772,646.8318687,1930.44443 +520794,2277.591972,592.9889266,1085.0487,649.2647508,1930.60717 +520795,2265.267155,591.8016996,1084.142887,651.5946971,1930.757703 +520796,2309.965865,590.4893265,1082.935105,654.1715802,1931.002388 +520797,2273.445561,589.1706305,1081.668594,656.818049,1931.244845 +520798,2305.810116,587.8547534,1080.37531,659.5449643,1931.508933 +520799,2354.788583,588.8154837,1084.516249,667.9241641,1931.849254 +520800,2361.372851,587.9880508,1084.210462,671.6964601,1932.187976 +520801,2223.885893,520.5789554,929.566345,608.5667612,1646.226421 +520802,2236.616901,518.6729822,926.9986444,611.2600416,1643.918993 +520803,2257.602872,517.0634611,924.7262467,614.1303704,1642.975032 +520804,2258.684523,515.4922814,922.6472302,616.9271364,1641.948393 +520805,2290.783805,514.097897,920.6019167,620.307602,1641.127744 +520806,2278.987854,512.3932398,918.5732161,623.3309817,1640.415803 +520807,2291.06197,510.9968985,916.5492513,626.6172672,1639.758397 +520808,2326.774823,509.4980497,914.5214615,629.9531159,1639.252045 +520809,2328.585401,508.0308255,912.4877416,633.3736301,1638.737173 +520810,2345.571191,506.5730023,910.4442968,636.878384,1638.305888 +520811,2360.551894,505.1243371,908.3912162,640.4696391,1637.923384 +520812,2375.533368,503.6834278,906.3261173,644.1482622,1637.588226 +520813,2390.679418,502.2503386,904.2497409,647.9165466,1637.300735 +520814,2406.319681,500.8240108,902.160233,651.7757109,1637.055977 +520815,2422.177485,499.4045613,900.0584302,655.7281542,1636.854721 +520816,2438.466826,497.9910064,897.9426244,659.7752455,1636.692744 +520817,2454.814981,496.5834554,895.8135846,663.9195003,1636.57102 +520818,2471.627416,495.1802032,893.6694339,668.1430051,1636.485391 +520819,2489.02953,493.7823348,891.6876744,672.2463985,1636.436858 +520820,2506.316527,492.3891246,889.2565722,677.0276552,1636.422997 +520821,2524.273952,490.9999414,887.1899322,681.3929411,1636.444867 +520822,2542.487006,489.6143048,884.9585899,686.077391,1636.499544 +520823,2561.200003,488.2320812,882.7357118,690.8318429,1636.588193 +520824,2580.009733,486.8524358,880.4956282,695.6998608,1636.708293 +520825,2599.365451,485.4753286,878.237816,700.6834163,1636.860985 +520826,2619.404556,484.099946,875.7884257,706.0218609,1637.044124 +520827,2639.362395,482.7261924,873.7388468,710.8830168,1637.258866 +520828,2671.890722,481.3532975,871.302315,716.4322041,1637.503378 +520829,2699.757261,480.0995101,868.9901406,721.8360908,1637.778713 +520830,2728.813261,478.5555463,866.6298019,727.490373,1638.083385 +520831,2736.160161,476.7892091,863.124901,729.6518606,1638.400952 +520832,2740.570211,474.809532,859.2604367,731.2486152,1638.740723 +520833,2743.058754,472.7972204,855.5697484,732.7267479,1639.099906 +520834,2744.48574,470.6355208,851.3438829,733.8688312,1639.477156 +520835,2744.485702,468.7281327,847.3029975,734.858604,1639.871269 +520836,2743.536558,466.5512535,843.197562,735.7650287,1640.310574 +520837,2741.61224,464.56494,839.0152993,736.5116849,1640.677671 +520838,2738.926912,462.2604191,834.682882,737.1314316,1641.121222 +520839,2735.122241,460.1801569,830.5821357,737.6261021,1641.534668 +520840,2730.79839,457.9830132,825.8910865,738.0001733,1641.945711 +520841,2725.649017,455.7831625,821.7140958,738.257815,1642.344983 +520842,2719.832882,453.6678919,817.2065472,738.4026638,1642.72709 +520843,2713.366765,451.1751032,812.7533412,738.438283,1643.088184 +520844,2706.284362,449.1352338,808.2750659,738.3679222,1643.423877 +520845,2698.499167,446.7696665,803.5763873,738.1948734,1643.731082 +520846,2690.457213,444.4868641,799.0717045,737.9222396,1644.006264 +520847,2681.64112,442.2682265,794.4107264,737.5532553,1644.247124 +520848,2672.434615,439.7899635,789.6288122,737.091049,1644.45083 +520849,2662.745179,437.5027657,784.9881722,736.5389653,1644.615731 +520850,2652.618854,435.1141141,780.2437602,735.9003483,1644.739654 +520851,2642.074637,432.7137908,775.4660951,735.1788609,1644.82154 +520852,2631.1611,430.3126703,770.7696589,734.3782506,1644.859695 +520853,2619.888381,427.8793867,765.6451198,733.4765471,1644.853534 +520854,2608.294223,425.4339042,761.005637,732.5688588,1644.801865 +520855,2592.895358,423.029829,756.0574164,730.871764,1644.688361 +520856,2569.669209,420.3255763,750.9712255,727.5290751,1644.531569 +520857,2543.935933,418.0054158,746.0665039,723.7601915,1644.318425 +520858,2517.686072,415.4909051,741.0493069,719.675855,1644.051802 +520859,2489.627598,412.8451477,736.0174166,715.3997368,1643.728753 +520860,2461.069819,410.3424945,730.9708181,710.7489177,1643.347587 +520861,2023.06912,407.4802699,733.2572701,705.6819159,1643.225755 +520862,2020.215937,536.6410335,939.3089823,832.4756741,2232.039652 +520863,2094.037641,535.8764806,961.2409154,837.3854034,2219.896225 +520864,2150.150295,532.7005324,974.0567509,810.9401875,2223.851409 +520865,2184.892896,529.7800466,979.4453674,823.3979001,2227.368709 +520866,2205.93756,526.8513025,981.6469756,809.7626384,2224.645839 +520867,2218.652714,523.8863697,982.4578162,804.926054,2224.236864 +520868,2225.702616,520.9784486,982.6399685,798.4307745,2224.297689 +520869,2229.175316,518.3086256,982.5028575,791.6506015,2223.939072 +520870,2230.068443,514.8112996,982.1821727,784.750113,2223.464456 +520871,2228.930193,512.0011598,981.731354,777.6814167,2222.98034 +520872,2226.119605,508.9614858,981.1757243,770.2380285,2222.43578 +520873,2221.912189,505.8858375,980.5313276,762.8587473,2221.818727 +520874,2216.265078,502.8229446,979.8107075,755.1664861,2221.127949 +520875,2209.91133,499.7073014,979.0243023,747.2128396,2220.367434 +520876,2202.741117,496.6543714,963.7626767,739.1190975,2219.532224 +520877,2194.859,493.5122548,926.5142925,730.9670604,2218.60877 +520878,2186.378724,490.3840998,941.5372215,722.3950973,2217.614875 +520879,2177.345027,487.2035613,929.3591606,713.7956541,2216.539632 +520880,2167.843142,484.082562,923.3584062,704.9583242,2215.384263 +520881,2157.957357,480.8738108,914.9079676,695.9509675,2214.149838 +520882,2147.716289,477.6714448,911.0253726,686.8246243,2212.823507 +520883,2137.126451,468.7545991,889.4699415,648.1663883,2211.351562 +520884,2122.619805,465.2868167,883.8886799,639.0112071,2209.527197 +520885,2106.218055,462.4721091,878.3969289,631.9099465,2208.022372 +520886,1712.218144,459.571099,873.0297576,625.5665499,2206.332575 +520887,1896.925958,456.9743976,868.2924825,619.8736542,2204.571173 +520888,1805.38561,454.1983126,863.4245282,614.0334343,2202.660757 +520889,1793.089797,451.715536,858.8644113,608.732526,2194.271331 +520890,1751.440224,449.013312,853.3496034,603.3996508,2206.588486 +520891,1750.549859,446.5443523,846.1138237,598.2653839,2193.52726 +520892,1727.875751,443.9075682,846.264575,593.2614492,2193.223959 +520893,1702.639418,441.4750231,835.566604,588.4343443,2191.6802 +520894,1689.822297,438.8789552,839.9220939,583.5643613,2189.213807 +520895,1669.688339,436.4571803,828.4189747,578.977335,2186.596214 +520896,1652.596899,433.9419592,828.3853374,574.3305092,2184.100963 +520897,1635.17695,431.5656935,823.0156803,569.8567822,2181.565358 +520898,1618.495091,429.0523438,825.5960521,565.3229843,2178.972094 +520899,1602.079059,426.7354923,804.925493,561.1569166,2176.499282 +520900,1585.801002,423.9818666,816.2774912,556.6907285,2173.62942 +520901,1570.352711,422.1110859,805.4679989,552.6032265,2164.886178 +520902,1569.438758,419.7397912,803.1993229,548.3498682,2176.692289 +520903,1516.63625,417.1380402,799.2042267,544.3467936,2157.228077 +520904,1536.191493,414.9393015,796.8996859,540.2166638,2165.655251 +520905,1507.342522,412.6902983,789.1316255,536.3663895,2160.471836 +520906,1495.333369,410.3262412,788.8297325,532.2830535,2157.741171 +520907,1481.652593,408.1639024,793.0593142,528.5276201,2155.026281 +520908,1467.343285,405.8433532,766.1704242,524.9651033,2152.196534 +520909,1453.69499,403.7159353,790.0237666,520.6956765,2149.673533 +520910,1440.258394,401.4304204,761.5460936,517.1858849,2147.049084 +520911,1433.372134,399.3418341,774.2370802,513.4966459,2144.450302 +520912,1403.871864,397.0932748,764.7516335,509.7586341,2142.040236 +520913,1405.798382,395.0412177,762.0615839,506.2021265,2139.28665 +520914,1386.952082,392.8294605,758.6376354,502.5929569,2136.890645 +520915,1375.544304,390.8133478,755.3137616,499.1252578,2134.397304 +520916,1362.943344,388.6378564,751.4381245,495.5477838,2131.893809 +520917,1351.06613,386.6569904,755.5429683,492.1814672,2129.530777 +520918,1338.653978,384.5169311,733.5139229,488.6385088,2120.437119 +520919,1326.813108,382.570756,751.6258053,485.3957325,2134.40308 +520920,1315.094816,380.4653208,729.5682515,481.9343011,2111.713777 +520921,0,0,0,0,0 +520922,0,0,0,0,0 +520923,0,0,0,0,0 +520924,0,0,0,0,0 +520925,0,0,0,0,0 +520926,0,0,0,0,0 +520927,0,0,0,0,0 +520928,0,0,0,0,0 +520929,0,0,0,0,0 +520930,0,0,0,0,0 +520931,0,0,0,0,0 +520932,0,0,0,0,0 +520933,0,0,0,0,0 +520934,0,0,0,0,0 +520935,0,0,0,0,0 +520936,0,0,0,0,0 +520937,0,0,0,0,0 +520938,0,0,0,0,0 +520939,0,0,0,0,0 +520940,0,0,0,0,0 +520941,0,0,0,0,0 +520942,0,0,0,0,0 +520943,0,0,0,0,0 +520944,0,0,0,0,0 +520945,0,0,0,0,0 +520946,0,0,0,0,0 +520947,0,0,0,0,0 +520948,0,0,0,0,0 +520949,0,0,0,0,0 +520950,0,0,0,0,0 +520951,0,0,0,0,0 +520952,0,0,0,0,0 +520953,0,0,0,0,0 +520954,0,0,0,0,0 +520955,0,0,0,0,0 +520956,0,0,0,0,0 +520957,0,0,0,0,0 +520958,0,0,0,0,0 +520959,0,0,0,0,0 +520960,0,0,0,0,0 +520961,0,0,0,0,0 +520962,0,0,0,0,0 +520963,0,0,0,0,0 +520964,0,0,0,0,0 +520965,0,0,0,0,0 +520966,0,0,0,0,0 +520967,0,0,0,0,0 +520968,0,0,0,0,0 +520969,0,0,0,0,0 +520970,0,0,0,0,0 +520971,0,0,0,0,0 +520972,0,0,0,0,0 +520973,0,0,0,0,0 +520974,0,0,0,0,0 +520975,0,0,0,0,0 +520976,0,0,0,0,0 +520977,0,0,0,0,0 +520978,0,0,0,0,0 +520979,0,0,0,0,0 +520980,0,0,0,0,0 +520981,0,0,0,0,0 +520982,0,0,0,0,0 +520983,0,0,0,0,0 +520984,0,0,0,0,0 +520985,0,0,0,0,0 +520986,0,0,0,0,0 +520987,0,0,0,0,0 +520988,0,0,0,0,0 +520989,0,0,0,0,0 +520990,0,0,0,0,0 +520991,0,0,0,0,0 +520992,0,0,0,0,0 +520993,0,0,0,0,0 +520994,0,0,0,0,0 +520995,0,0,0,0,0 +520996,0,0,0,0,0 +520997,0,0,0,0,0 +520998,0,0,0,0,0 +520999,0,0,0,0,0 +521000,0,0,0,0,0 +521001,0,0,0,0,0 +521002,0,0,0,0,0 +521003,0,0,0,0,0 +521004,0,0,0,0,0 +521005,0,0,0,0,0 +521006,0,0,0,0,0 +521007,0,0,0,0,0 +521008,0,0,0,0,0 +521009,0,0,0,0,0 +521010,0,0,0,0,0 +521011,0,0,0,0,0 +521012,0,0,0,0,0 +521013,0,0,0,0,0 +521014,0,0,0,0,0 +521015,0,0,0,0,0 +521016,0,0,0,0,0 +521017,0,0,0,0,0 +521018,0,0,0,0,0 +521019,0,0,0,0,0 +521020,0,0,0,0,0 +521021,0,0,0,0,0 +521022,0,0,0,0,0 +521023,0,0,0,0,0 +521024,0,0,0,0,0 +521025,0,0,0,0,0 +521026,0,0,0,0,0 +521027,0,0,0,0,0 +521028,0,0,0,0,0 +521029,0,0,0,0,0 +521030,0,0,0,0,0 +521031,0,0,0,0,0 +521032,0,0,0,0,0 +521033,0,0,0,0,0 +521034,0,0,0,0,0 +521035,0,0,0,0,0 +521036,0,0,0,0,0 +521037,0,0,0,0,0 +521038,0,0,0,0,0 +521039,0,0,0,0,0 +521040,0,0,0,0,0 +521041,0,0,0,0,0 +521042,0,0,0,0,0 +521043,0,0,0,0,0 +521044,0,0,0,0,0 +521045,0,0,0,0,0 +521046,0,0,0,0,0 +521047,0,0,0,0,0 +521048,0,0,0,0,0 +521049,0,0,0,0,0 +521050,0,0,0,0,0 +521051,0,0,0,0,0 +521052,0,0,0,0,0 +521053,0,0,0,0,0 +521054,0,0,0,0,0 +521055,0,0,0,0,0 +521056,0,0,0,0,0 +521057,0,0,0,0,0 +521058,0,0,0,0,0 +521059,0,0,0,0,0 +521060,0,0,0,0,0 +521061,0,0,0,0,0 +521062,0,0,0,0,0 +521063,0,0,0,0,0 +521064,0,0,0,0,0 +521065,0,0,0,0,0 +521066,0,0,0,0,0 +521067,0,0,0,0,0 +521068,0,0,0,0,0 +521069,0,0,0,0,0 +521070,0,0,0,0,0 +521071,0,0,0,0,0 +521072,0,0,0,0,0 +521073,0,0,0,0,0 +521074,0,0,0,0,0 +521075,0,0,0,0,0 +521076,0,0,0,0,0 +521077,0,0,0,0,0 +521078,0,0,0,0,0 +521079,0,0,0,0,0 +521080,0,0,0,0,0 +521081,0,0,0,0,0 +521082,0,0,0,0,0 +521083,0,0,0,0,0 +521084,0,0,0,0,0 +521085,0,0,0,0,0 +521086,0,0,0,0,0 +521087,0,0,0,0,0 +521088,0,0,0,0,0 +521089,0,0,0,0,0 +521090,0,0,0,0,0 +521091,0,0,0,0,0 +521092,0,0,0,0,0 +521093,0,0,0,0,0 +521094,0,0,0,0,0 +521095,0,0,0,0,0 +521096,0,0,0,0,0 +521097,0,0,0,0,0 +521098,0,0,0,0,0 +521099,0,0,0,0,0 +521100,0,0,0,0,0 +521101,0,0,0,0,0 +521102,0,0,0,0,0 +521103,0,0,0,0,0 +521104,0,0,0,0,0 +521105,0,0,0,0,0 +521106,0,0,0,0,0 +521107,0,0,0,0,0 +521108,0,0,0,0,0 +521109,0,0,0,0,0 +521110,0,0,0,0,0 +521111,0,0,0,0,0 +521112,0,0,0,0,0 +521113,0,0,0,0,0 +521114,0,0,0,0,0 +521115,0,0,0,0,0 +521116,0,0,0,0,0 +521117,0,0,0,0,0 +521118,0,0,0,0,0 +521119,0,0,0,0,0 +521120,0,0,0,0,0 +521121,0,0,0,0,0 +521122,0,0,0,0,0 +521123,0,0,0,0,0 +521124,0,0,0,0,0 +521125,0,0,0,0,0 +521126,0,0,0,0,0 +521127,0,0,0,0,0 +521128,0,0,0,0,0 +521129,0,0,0,0,0 +521130,0,0,0,0,0 +521131,0,0,0,0,0 +521132,0,0,0,0,0 +521133,0,0,0,0,0 +521134,0,0,0,0,0 +521135,0,0,0,0,0 +521136,0,0,0,0,0 +521137,0,0,0,0,0 +521138,0,0,0,0,0 +521139,0,0,0,0,0 +521140,0,0,0,0,0 +521141,0,0,0,0,0 +521142,0,0,0,0,0 +521143,0,0,0,0,0 +521144,0,0,0,0,0 +521145,0,0,0,0,0 +521146,0,0,0,0,0 +521147,0,0,0,0,0 +521148,0,0,0,0,0 +521149,0,0,0,0,0 +521150,0,0,0,0,0 +521151,0,0,0,0,0 +521152,0,0,0,0,0 +521153,0,0,0,0,0 +521154,0,0,0,0,0 +521155,0,0,0,0,0 +521156,0,0,0,0,0 +521157,0,0,0,0,0 +521158,0,0,0,0,0 +521159,0,0,0,0,0 +521160,0,0,0,0,0 +521161,0,0,0,0,0 +521162,0,0,0,0,0 +521163,0,0,0,0,0 +521164,0,0,0,0,0 +521165,0,0,0,0,0 +521166,0,0,0,0,0 +521167,0,0,0,0,0 +521168,0,0,0,0,0 +521169,0,0,0,0,0 +521170,0,0,0,0,0 +521171,0,0,0,0,0 +521172,0,0,0,0,0 +521173,0,0,0,0,0 +521174,0,0,0,0,0 +521175,0,0,0,0,0 +521176,0,0,0,0,0 +521177,0,0,0,0,0 +521178,0,0,0,0,0 +521179,0,0,0,0,0 +521180,0,0,0,0,0 +521181,0,0,0,0,0 +521182,0,0,0,0,0 +521183,0,0,0,0,0 +521184,0,0,0,0,0 +521185,0,0,0,0,0 +521186,0,0,0,0,0 +521187,0,0,0,0,0 +521188,0,0,0,0,0 +521189,0,0,0,0,0 +521190,0,0,0,0,0 +521191,0,0,0,0,0 +521192,0,0,0,0,0 +521193,0,0,0,0,0 +521194,0,0,0,0,0 +521195,0,0,0,0,0 +521196,0,0,0,0,0 +521197,0,0,0,0,0 +521198,0,0,0,0,0 +521199,0,0,0,0,0 +521200,0,0,0,0,0 +521201,0,0,0,0,0 +521202,0,0,0,0,0 +521203,0,0,0,0,0 +521204,0,0,0,0,0 +521205,0,0,0,0,0 +521206,0,0,0,0,0 +521207,0,0,0,0,0 +521208,0,0,0,0,0 +521209,0,0,0,0,0 +521210,0,0,0,0,0 +521211,0,0,0,0,0 +521212,0,0,0,0,0 +521213,0,0,0,0,0 +521214,0,0,0,0,0 +521215,0,0,0,0,0 +521216,0,0,0,0,0 +521217,0,0,0,0,0 +521218,0,0,0,0,0 +521219,0,0,0,0,0 +521220,0,0,0,0,0 +521221,0,0,0,0,0 +521222,0,0,0,0,0 +521223,0,0,0,0,0 +521224,0,0,0,0,0 +521225,0,0,0,0,0 +521226,0,0,0,0,0 +521227,0,0,0,0,0 +521228,0,0,0,0,0 +521229,0,0,0,0,0 +521230,0,0,0,0,0 +521231,0,0,0,0,0 +521232,0,0,0,0,0 +521233,0,0,0,0,0 +521234,0,0,0,0,0 +521235,0,0,0,0,0 +521236,0,0,0,0,0 +521237,0,0,0,0,0 +521238,0,0,0,0,0 +521239,0,0,0,0,0 +521240,0,0,0,0,0 +521241,0,0,0,0,0 +521242,0,0,0,0,0 +521243,0,0,0,0,0 +521244,0,0,0,0,0 +521245,0,0,0,0,0 +521246,0,0,0,0,0 +521247,0,0,0,0,0 +521248,0,0,0,0,0 +521249,0,0,0,0,0 +521250,0,0,0,0,0 +521251,0,0,0,0,0 +521252,0,0,0,0,0 +521253,0,0,0,0,0 +521254,0,0,0,0,0 +521255,0,0,0,0,0 +521256,0,0,0,0,0 +521257,0,0,0,0,0 +521258,0,0,0,0,0 +521259,0,0,0,0,0 +521260,0,0,0,0,0 +521261,0,0,0,0,0 +521262,0,0,0,0,0 +521263,0,0,0,0,0 +521264,0,0,0,0,0 +521265,0,0,0,0,0 +521266,0,0,0,0,0 +521267,0,0,0,0,0 +521268,0,0,0,0,0 +521269,0,0,0,0,0 +521270,0,0,0,0,0 +521271,0,0,0,0,0 +521272,0,0,0,0,0 +521273,0,0,0,0,0 +521274,0,0,0,0,0 +521275,0,0,0,0,0 +521276,0,0,0,0,0 +521277,0,0,0,0,0 +521278,0,0,0,0,0 +521279,0,0,0,0,0 +521280,0,0,0,0,0 +521281,0,0,0,0,0 +521282,0,0,0,0,0 +521283,0,0,0,0,0 +521284,0,0,0,0,0 +521285,0,0,0,0,0 +521286,0,0,0,0,0 +521287,0,0,0,0,0 +521288,0,0,0,0,0 +521289,0,0,0,0,0 +521290,0,0,0,0,0 +521291,0,0,0,0,0 +521292,0,0,0,0,0 +521293,0,0,0,0,0 +521294,0,0,0,0,0 +521295,0,0,0,0,0 +521296,0,0,0,0,0 +521297,0,0,0,0,0 +521298,0,0,0,0,0 +521299,0,0,0,0,0 +521300,0,0,0,0,0 +521301,0,0,0,0,0 +521302,0,0,0,0,0 +521303,0,0,0,0,0 +521304,0,0,0,0,0 +521305,0,0,0,0,0 +521306,0,0,0,0,0 +521307,0,0,0,0,0 +521308,0,0,0,0,0 +521309,0,0,0,0,0 +521310,0,0,0,0,0 +521311,0,0,0,0,0 +521312,0,0,0,0,0 +521313,0,0,0,0,0 +521314,0,0,0,0,0 +521315,0,0,0,0,0 +521316,0,0,0,0,0 +521317,0,0,0,0,0 +521318,0,0,0,0,0 +521319,0,0,0,0,0 +521320,0,0,0,0,0 +521321,0,0,0,0,0 +521322,0,0,0,0,0 +521323,0,0,0,0,0 +521324,0,0,0,0,0 +521325,0,0,0,0,0 +521326,0,0,0,0,0 +521327,0,0,0,0,0 +521328,0,0,0,0,0 +521329,0,0,0,0,0 +521330,0,0,0,0,0 +521331,0,0,0,0,0 +521332,0,0,0,0,0 +521333,0,0,0,0,0 +521334,0,0,0,0,0 +521335,0,0,0,0,0 +521336,0,0,0,0,0 +521337,0,0,0,0,0 +521338,0,0,0,0,0 +521339,0,0,0,0,0 +521340,0,0,0,0,0 +521341,0,0,0,0,0 +521342,0,0,0,0,0 +521343,0,0,0,0,0 +521344,0,0,0,0,0 +521345,0,0,0,0,0 +521346,0,0,0,0,0 +521347,0,0,0,0,0 +521348,0,0,0,0,0 +521349,0,0,0,0,0 +521350,0,0,0,0,0 +521351,0,0,0,0,0 +521352,0,0,0,0,0 +521353,0,0,0,0,0 +521354,0,0,0,0,0 +521355,0,0,0,0,0 +521356,0,0,0,0,0 +521357,0,0,0,0,0 +521358,0,0,0,0,0 +521359,0,0,0,0,0 +521360,0,0,0,0,0 +521361,0,0,0,0,0 +521362,0,0,0,0,0 +521363,0,0,0,0,0 +521364,0,0,0,0,0 +521365,0,0,0,0,0 +521366,0,0,0,0,0 +521367,0,0,0,0,0 +521368,0,0,0,0,0 +521369,0,0,0,0,0 +521370,0,0,0,0,0 +521371,0,0,0,0,0 +521372,0,0,0,0,0 +521373,0,0,0,0,0 +521374,0,0,0,0,0 +521375,0,0,0,0,0 +521376,0,0,0,0,0 +521377,0,0,0,0,0 +521378,0,0,0,0,0 +521379,0,0,0,0,0 +521380,0,0,0,0,0 +521381,0,0,0,0,0 +521382,0,0,0,0,0 +521383,0,0,0,0,0 +521384,0,0,0,0,0 +521385,0,0,0,0,0 +521386,0,0,0,0,0 +521387,0,0,0,0,0 +521388,0,0,0,0,0 +521389,0,0,0,0,0 +521390,0,0,0,0,0 +521391,0,0,0,0,0 +521392,0,0,0,0,0 +521393,0,0,0,0,0 +521394,0,0,0,0,0 +521395,0,0,0,0,0 +521396,0,0,0,0,0 +521397,0,0,0,0,0 +521398,0,0,0,0,0 +521399,0,0,0,0,0 +521400,0,0,0,0,0 +521401,0,0,0,0,0 +521402,0,0,0,0,0 +521403,0,0,0,0,0 +521404,0,0,0,0,0 +521405,0,0,0,0,0 +521406,0,0,0,0,0 +521407,0,0,0,0,0 +521408,0,0,0,0,0 +521409,0,0,0,0,0 +521410,0,0,0,0,0 +521411,0,0,0,0,0 +521412,0,0,0,0,0 +521413,0,0,0,0,0 +521414,0,0,0,0,0 +521415,0,0,0,0,0 +521416,0,0,0,0,0 +521417,0,0,0,0,0 +521418,0,0,0,0,0 +521419,0,0,0,0,0 +521420,0,0,0,0,0 +521421,0,0,0,0,0 +521422,0,0,0,0,0 +521423,0,0,0,0,0 +521424,0,0,0,0,0 +521425,0,0,0,0,0 +521426,0,0,0,0,0 +521427,0,0,0,0,0 +521428,0,0,0,0,0 +521429,0,0,0,0,0 +521430,0,0,0,0,0 +521431,0,0,0,0,0 +521432,0,0,0,0,0 +521433,0,0,0,0,0 +521434,0,0,0,0,0 +521435,0,0,0,0,0 +521436,0,0,0,0,0 +521437,0,0,0,0,0 +521438,0,0,0,0,0 +521439,0,0,0,0,0 +521440,0,0,0,0,0 +521441,0,0,0,0,0 +521442,0,0,0,0,0 +521443,0,0,0,0,0 +521444,0,0,0,0,0 +521445,0,0,0,0,0 +521446,0,0,0,0,0 +521447,0,0,0,0,0 +521448,0,0,0,0,0 +521449,0,0,0,0,0 +521450,0,0,0,0,0 +521451,0,0,0,0,0 +521452,0,0,0,0,0 +521453,0,0,0,0,0 +521454,0,0,0,0,0 +521455,0,0,0,0,0 +521456,0,0,0,0,0 +521457,0,0,0,0,0 +521458,0,0,0,0,0 +521459,0,0,0,0,0 +521460,0,0,0,0,0 +521461,0,0,0,0,0 +521462,0,0,0,0,0 +521463,0,0,0,0,0 +521464,0,0,0,0,0 +521465,0,0,0,0,0 +521466,0,0,0,0,0 +521467,0,0,0,0,0 +521468,0,0,0,0,0 +521469,0,0,0,0,0 +521470,0,0,0,0,0 +521471,0,0,0,0,0 +521472,0,0,0,0,0 +521473,0,0,0,0,0 +521474,0,0,0,0,0 +521475,0,0,0,0,0 +521476,0,0,0,0,0 +521477,0,0,0,0,0 +521478,0,0,0,0,0 +521479,0,0,0,0,0 +521480,0,0,0,0,0 +521481,0,0,0,0,0 +521482,0,0,0,0,0 +521483,0,0,0,0,0 +521484,0,0,0,0,0 +521485,0,0,0,0,0 +521486,0,0,0,0,0 +521487,0,0,0,0,0 +521488,0,0,0,0,0 +521489,0,0,0,0,0 +521490,0,0,0,0,0 +521491,0,0,0,0,0 +521492,0,0,0,0,0 +521493,0,0,0,0,0 +521494,0,0,0,0,0 +521495,0,0,0,0,0 +521496,0,0,0,0,0 +521497,0,0,0,0,0 +521498,0,0,0,0,0 +521499,0,0,0,0,0 +521500,0,0,0,0,0 +521501,0,0,0,0,0 +521502,0,0,0,0,0 +521503,0,0,0,0,0 +521504,0,0,0,0,0 +521505,0,0,0,0,0 +521506,0,0,0,0,0 +521507,0,0,0,0,0 +521508,0,0,0,0,0 +521509,0,0,0,0,0 +521510,0,0,0,0,0 +521511,0,0,0,0,0 +521512,0,0,0,0,0 +521513,0,0,0,0,0 +521514,0,0,0,0,0 +521515,0,0,0,0,0 +521516,0,0,0,0,0 +521517,0,0,0,0,0 +521518,0,0,0,0,0 +521519,0,0,0,0,0 +521520,0,0,0,0,0 +521521,0,0,0,0,0 +521522,0,0,0,0,0 +521523,0,0,0,0,0 +521524,0,0,0,0,0 +521525,0,0,0,0,0 +521526,0,0,0,0,0 +521527,0,0,0,0,0 +521528,0,0,0,0,0 +521529,0,0,0,0,0 +521530,0,0,0,0,0 +521531,0,0,0,0,0 +521532,0,0,0,0,0 +521533,0,0,0,0,0 +521534,0,0,0,0,0 +521535,0,0,0,0,0 +521536,0,0,0,0,0 +521537,0,0,0,0,0 +521538,0,0,0,0,0 +521539,0,0,0,0,0 +521540,0,0,0,0,0 +521541,0,0,0,0,0 +521542,0,0,0,0,0 +521543,0,0,0,0,0 +521544,0,0,0,0,0 +521545,0,0,0,0,0 +521546,0,0,0,0,0 +521547,0,0,0,0,0 +521548,0,0,0,0,0 +521549,0,0,0,0,0 +521550,0,0,0,0,0 +521551,0,0,0,0,0 +521552,0,0,0,0,0 +521553,0,0,0,0,0 +521554,0,0,0,0,0 +521555,0,0,0,0,0 +521556,0,0,0,0,0 +521557,0,0,0,0,0 +521558,0,0,0,0,0 +521559,0,0,0,0,0 +521560,0,0,0,0,0 +521561,0,0,0,0,0 +521562,0,0,0,0,0 +521563,0,0,0,0,0 +521564,0,0,0,0,0 +521565,0,0,0,0,0 +521566,0,0,0,0,0 +521567,0,0,0,0,0 +521568,0,0,0,0,0 +521569,0,0,0,0,0 +521570,0,0,0,0,0 +521571,0,0,0,0,0 +521572,0,0,0,0,0 +521573,0,0,0,0,0 +521574,0,0,0,0,0 +521575,0,0,0,0,0 +521576,0,0,0,0,0 +521577,0,0,0,0,0 +521578,0,0,0,0,0 +521579,0,0,0,0,0 +521580,0,0,0,0,0 +521581,0,0,0,0,0 +521582,0,0,0,0,0 +521583,0,0,0,0,0 +521584,0,0,0,0,0 +521585,0,0,0,0,0 +521586,0,0,0,0,0 +521587,0,0,0,0,0 +521588,0,0,0,0,0 +521589,0,0,0,0,0 +521590,0,0,0,0,0 +521591,0,0,0,0,0 +521592,0,0,0,0,0 +521593,0,0,0,0,0 +521594,0,0,0,0,0 +521595,0,0,0,0,0 +521596,0,0,0,0,0 +521597,0,0,0,0,0 +521598,0,0,0,0,0 +521599,0,0,0,0,0 +521600,0,0,0,0,0 +521601,0,0,0,0,0 +521602,0,0,0,0,0 +521603,0,0,0,0,0 +521604,0,0,0,0,0 +521605,0,0,0,0,0 +521606,0,0,0,0,0 +521607,0,0,0,0,0 +521608,0,0,0,0,0 +521609,0,0,0,0,0 +521610,0,0,0,0,0 +521611,0,0,0,0,0 +521612,0,0,0,0,0 +521613,0,0,0,0,0 +521614,0,0,0,0,0 +521615,0,0,0,0,0 +521616,0,0,0,0,0 +521617,0,0,0,0,0 +521618,0,0,0,0,0 +521619,0,0,0,0,0 +521620,0,0,0,0,0 +521621,0,0,0,0,0 +521622,0,0,0,0,0 +521623,0,0,0,0,0 +521624,0,0,0,0,0 +521625,0,0,0,0,0 +521626,0,0,0,0,0 +521627,0,0,0,0,0 +521628,0,0,0,0,0 +521629,0,0,0,0,0 +521630,0,0,0,0,0 +521631,0,0,0,0,0 +521632,0,0,0,0,0 +521633,0,0,0,0,0 +521634,0,0,0,0,0 +521635,0,0,0,0,0 +521636,0,0,0,0,0 +521637,0,0,0,0,0 +521638,0,0,0,0,0 +521639,0,0,0,0,0 +521640,0,0,0,0,0 +521641,0,0,0,0,0 +521642,0,0,0,0,0 +521643,0,0,0,0,0 +521644,0,0,0,0,0 +521645,0,0,0,0,0 +521646,0,0,0,0,0 +521647,0,0,0,0,0 +521648,0,0,0,0,0 +521649,0,0,0,0,0 +521650,0,0,0,0,0 +521651,0,0,0,0,0 +521652,0,0,0,0,0 +521653,0,0,0,0,0 +521654,0,0,0,0,0 +521655,0,0,0,0,0 +521656,0,0,0,0,0 +521657,0,0,0,0,0 +521658,0,0,0,0,0 +521659,0,0,0,0,0 +521660,0,0,0,0,0 +521661,0,0,0,0,0 +521662,0,0,0,0,0 +521663,0,0,0,0,0 +521664,0,0,0,0,0 +521665,0,0,0,0,0 +521666,0,0,0,0,0 +521667,0,0,0,0,0 +521668,0,0,0,0,0 +521669,0,0,0,0,0 +521670,0,0,0,0,0 +521671,0,0,0,0,0 +521672,0,0,0,0,0 +521673,0,0,0,0,0 +521674,0,0,0,0,0 +521675,0,0,0,0,0 +521676,0,0,0,0,0 +521677,0,0,0,0,0 +521678,0,0,0,0,0 +521679,0,0,0,0,0 +521680,0,0,0,0,0 +521681,0,0,0,0,0 +521682,0,0,0,0,0 +521683,0,0,0,0,0 +521684,0,0,0,0,0 +521685,0,0,0,0,0 +521686,0,0,0,0,0 +521687,0,0,0,0,0 +521688,0,0,0,0,0 +521689,0,0,0,0,0 +521690,0,0,0,0,0 +521691,0,0,0,0,0 +521692,0,0,0,0,0 +521693,0,0,0,0,0 +521694,0,0,0,0,0 +521695,0,0,0,0,0 +521696,0,0,0,0,0 +521697,0,0,0,0,0 +521698,0,0,0,0,0 +521699,0,0,0,0,0 +521700,0,0,0,0,0 +521701,-1743.009557,-752.5675753,-1710.542254,-752.4680239,-615.6423164 +521702,-2039.792569,-866.9058002,-2004.076086,-866.8069826,-1264.767138 +521703,-1880.254288,-798.5943384,-1847.704695,-798.4969439,-1176.373992 +521704,-1818.408956,-772.1645687,-1786.802557,-772.0694321,-1140.393367 +521705,-1601.168962,-673.0752669,-1568.823469,-672.9829312,-721.3255274 +521706,-1744.472669,-737.2630707,-1710.779453,-737.1739005,-918.5644945 +521707,-1848.57388,-784.7561134,-1814.287832,-784.6699066,-1086.135284 +521708,-1908.994295,-812.9486531,-1874.539412,-812.8651414,-1198.309826 +521709,-1894.611811,-807.4010428,-1860.196665,-807.3200116,-1186.670257 +521710,-1875.647077,-799.8872697,-1841.344075,-799.8086242,-1170.918073 +521711,-1856.520454,-792.3254655,-1822.333077,-792.2491735,-1154.85616 +521712,-1839.034965,-785.4747001,-1804.940564,-785.4007415,-1140.043928 +521713,-1823.598154,-779.4845131,-1789.568922,-779.4128585,-1126.808414 +521714,-1810.088201,-774.2828218,-1776.099043,-774.2134297,-1115.044044 +521715,-1643.26314,-769.7464568,-1764.274265,-769.6792764,-1104.548721 +521716,-1405.596852,-765.7482081,-1403.358437,-765.6831834,-1095.09033 +521717,-1551.746663,-761.6032363,-1502.151966,-761.5403078,-1084.162694 +521718,-1482.135595,-731.809415,-1484.934305,-731.7483448,-1041.645882 +521719,-1466.244406,-650.7808329,-1450.288881,-650.7207689,-982.7926827 +521720,-1454.832652,-613.5938166,-1431.172396,-613.5365641,-646.9636913 +521721,-1444.29455,-697.06684,-1441.447198,-697.0115918,-986.2017625 +521722,-1427.254409,-671.832759,-1404.547073,-671.7792478,-950.9997755 +521723,-1406.361791,-587.8639392,-1370.498021,-587.8122783,-575.5603754 +521724,-1424.130867,-688.7644089,-1442.199714,-688.7145346,-975.4581873 +521725,-1385.369488,-609.2506973,-1353.032225,-609.2025159,-638.306804 +521726,-1387.902542,-666.7023711,-1375.464908,-666.6559499,-795.2258162 +521727,-1374.624972,-669.7734282,-1357.908773,-668.4802181,-1002.113419 +521728,-1360.808017,-597.9903191,-1345.384927,-598.9031051,-941.400679 +521729,-1354.471514,-629.6974358,-1338.960576,-629.6735684,-902.3449848 +521730,-1344.965198,-615.7245938,-1327.639949,-615.6916223,-878.3729216 +521731,-1335.284813,-611.6912298,-1317.434554,-610.4302262,-864.9091992 +521732,-1206.881979,-499.2084954,-1173.049693,-499.1974019,-326.0286335 +521733,-1489.423382,-659.5337214,-1499.718579,-659.5355979,-931.6587221 +521734,-1227.75342,-641.0573422,-1196.324461,-641.05896,-908.0559558 +521735,-1315.516031,-575.4076635,-1303.599431,-575.4032134,-883.2737016 +521736,-1204.834808,-500.6935444,-1174.79854,-500.6847027,-328.0507439 +521737,-1387.748692,-566.1611972,-1374.532256,-654.7411935,-927.78005 +521738,-1206.30508,-477.8519618,-1179.220806,-579.603902,-887.947704 +521739,-1175.7455,-488.4283731,-1146.083108,-490.876939,-300.4521641 +521740,-1376.14792,-466.0218212,-1356.6382,-648.701875,-923.772087 +521741,-1171.427197,-450.9058265,-1141.254771,-522.6350515,-395.0733714 +521742,-1237.410288,-433.9319544,-1213.840633,-558.3792316,-933.8332332 +521743,-1215.746147,-416.6429816,-1186.028655,-514.6371165,-371.4491146 +521744,-1208.426701,-399.8762638,-1179.253111,-589.7066651,-579.3779908 +521745,-1197.958516,-382.6610645,-1169.951163,-513.9111889,-690.2855851 +521746,-1188.343181,-366.0570405,-1158.035273,-537.9239813,-740.1035034 +521747,-1182.09341,-348.3728354,-1151.47631,-527.1593043,-769.4366518 +521748,-1172.33923,-330.081709,-1141.758556,-523.337039,-991.1630662 +521749,-1162.073144,-312.8673016,-1131.304964,-517.7587482,-886.5702103 +521750,-1153.603914,-295.2759059,-1120.271394,-514.5960216,-828.069728 +521751,-1024.658467,-276.0555181,-997.1779233,-432.2958024,-149.1841329 +521752,-1313.871034,-258.8678684,-1277.810352,-616.1125966,-875.0115366 +521753,-1044.087076,-240.0620145,-1012.569066,-447.5872894,-287.173317 +521754,-1136.968943,-221.1395708,-1102.966364,-508.0019224,-493.1600426 +521755,-1109.676129,-202.7095689,-1078.277008,-490.9010405,-629.9816465 +521756,-1103.364833,-188.2602982,-1067.029424,-487.8456551,-962.28476 +521757,-1090.354356,-173.3969285,-1059.580785,-483.5827683,-395.5352989 +521758,-1085.813104,-158.1897359,-1051.207248,-478.8753657,-562.9511002 +521759,-1074.712102,-143.6985444,-1039.009128,-473.5826477,-662.7714058 +521760,-1068.950791,-127.4997326,-1034.404003,-471.7247737,-960.9593547 +521761,81.7869359,37.05988666,81.68764626,37.07504929,-867.2385948 +521762,173.0940184,182.551222,253.2447065,78.14154576,-285.4604608 +521763,81.88584051,49.86928629,81.8161855,37.12677611,139.6917993 +521764,83.46824973,58.71556367,83.58727128,37.89356097,185.1918495 +521765,86.39725374,68.12222984,87.28045938,39.29961278,220.0342874 +521766,89.87862816,77.01674692,91.66949238,40.96123678,248.3437869 +521767,93.56487598,85.10742213,96.17751326,42.70952287,273.159027 +521768,97.28913384,92.44683253,100.5876364,44.46656872,295.6668936 +521769,101.018522,99.19153384,104.8891664,46.218705,316.2394709 +521770,104.754852,105.4787523,109.1153817,47.96830393,335.0286985 +521771,108.533532,111.4204629,113.3235744,49.73244614,352.2472791 +521772,127.5833882,124.0077042,132.7553728,58.43384246,395.7668888 +521773,139.6537454,133.1704486,145.1676327,63.95391757,425.3207977 +521774,149.2633357,141.0042942,155.0845086,68.34869163,449.2792798 +521775,156.8919985,147.7667445,162.9905169,71.84020015,468.6453768 +521776,162.9461419,153.6770951,169.29627,74.61598108,484.2752627 +521777,167.756745,158.9142899,174.3364131,76.82760287,496.8780833 +521778,171.580899,163.6178565,178.3711104,78.59187751,507.0185368 +521779,174.619156,167.8968559,181.603426,79.99935398,515.1477648 +521780,177.0339434,171.8392985,184.1978131,81.12306837,521.6369538 +521781,178.9335163,175.5057381,186.2641544,82.01142379,526.7489289 +521782,180.450471,178.9655617,187.9363414,82.72394837,530.7819308 +521783,181.6442627,182.2531277,189.2748536,83.28699554,533.8934391 +521784,182.5861816,185.4067326,190.3517809,83.73239143,536.2556042 +521785,183.3281934,188.4547296,191.2197024,84.08327142,537.9994529 +521786,183.9119006,191.4198172,191.920678,84.35814941,539.2319493 +521787,184.3705767,194.320147,192.4883102,84.57183598,540.0403818 +521788,184.7307844,197.1702079,192.9493866,84.73616526,540.4959213 +521789,185.0137322,199.9815552,193.3252522,84.86059979,540.656628 +521790,185.2363255,202.7633918,193.6328797,84.95269887,540.5698451 +521791,185.4120581,205.5230387,193.8857718,85.01851272,540.2742351 +521792,185.5393697,208.1689914,194.091258,85.06140745,539.8012443 +521793,185.6190291,210.6444503,194.2555111,85.08425762,539.1764799 +521794,188.3411523,214.1601251,197.0696314,86.31037,543.3030735 +521795,192.1962088,218.0390711,201.0229353,88.05232111,549.4422068 +521796,196.0081764,221.7612771,204.9378305,89.77454525,555.4565506 +521797,199.7321833,225.3202984,208.7681407,91.45667213,561.2625843 +521798,203.640542,228.8518132,212.7852275,93.22299113,567.3534788 +521799,207.2254207,232.134775,216.4805576,94.84307561,572.8053293 +521800,210.7461815,235.2955518,220.1129522,96.43519027,578.0902257 +521801,214.2130415,238.3460765,223.6921924,98.00416193,583.2283633 +521802,217.6332065,241.2958855,227.2251221,99.55329998,588.2351375 +521803,221.0117088,244.152652,230.7164712,101.0848521,593.1222883 +521804,224.3524315,246.9228059,234.1698694,102.600517,597.899542 +521805,227.6585991,249.6118731,237.5883302,104.101688,602.5754113 +521806,230.9329353,252.2246488,240.974402,105.5895312,607.1574414 +521807,234.1777454,356.4510438,244.3302452,107.0650246,611.6523377 +521808,237.3949627,329.4741478,247.657674,108.5289814,616.0660319 +521809,240.5861964,325.2570817,250.9581994,109.9820724,620.403753 +521810,243.5372968,335.530078,254.1178013,111.3745216,624.664203 +521811,246.3414778,343.1887563,257.1913343,112.7310331,628.8577879 +521812,249.1080469,350.774541,260.2321671,114.0749423,632.9831659 +521813,251.8863839,358.0394955,263.2695517,115.4189208,637.050225 +521814,254.6846992,365.2686344,266.3040428,116.7628232,641.0561087 +521815,257.495641,372.239354,269.3359811,118.1066805,645.0093778 +521816,260.3113829,378.8921961,272.3579387,119.4470173,648.906354 +521817,263.1259707,385.466323,275.3709919,120.7843492,652.7549496 +521818,265.9361814,391.6367596,278.3700138,122.116314,656.5510798 +521819,268.7392424,397.7681714,281.3575988,123.4441489,660.3022443 +521820,271.5335382,403.4595487,284.3293922,124.7658566,664.0041174 +521821,274.1719046,577.4779915,287.1431377,126.0168133,667.4005797 +521822,283.8522791,584.281101,297.0031173,130.422682,684.017913 +521823,296.8764262,590.8116134,310.2200194,136.2815199,707.3247265 +521824,309.6958758,596.6689521,323.246131,141.9863746,730.8444077 +521825,320.9320058,602.1369024,334.6963195,146.9317685,751.9056604 +521826,330.5424349,607.459615,344.5242573,151.1225093,770.2324763 +521827,338.8808942,612.3810667,353.0834089,154.7381144,786.3174477 +521828,346.2747222,617.0490976,360.7005182,157.9379454,800.6611469 +521829,352.942814,622.0205766,367.586307,160.8234288,813.6031331 +521830,359.0188173,608.5657892,373.8835222,163.4611569,825.3616744 +521831,364.3766433,610.2124128,379.594551,165.8546472,836.0941219 +521832,368.9504306,612.5745323,384.5950549,167.9474605,845.4988913 +521833,373.47324,615.1277969,389.5525305,170.0418643,854.7012456 +521834,377.7104529,617.4655793,394.2047671,172.0162205,863.181294 +521835,381.7226732,620.2068534,398.6061705,173.8945639,871.0378122 +521836,385.5458421,622.6085027,402.7969082,175.6939189,878.3559534 +521837,389.2067413,624.5864615,406.8095071,177.427522,885.2083725 +521838,392.7279638,626.8451759,410.6708107,179.106062,891.656425 +521839,396.1287778,628.809323,414.4028367,180.7381856,897.7518043 +521840,399.4252427,630.6791555,418.0235434,182.3308395,903.5382233 +521841,402.6304992,632.4253251,421.5475684,183.8895775,909.0528213 +521842,405.7552596,634.047515,424.9869053,185.4188509,914.3273299 +521843,408.8082551,635.5464414,428.3514035,186.9222295,919.3889046 +521844,411.7968963,636.9227718,431.6492285,188.4026067,924.2609244 +521845,414.7272503,638.1775446,434.8871318,189.8623187,928.9634796 +521846,417.6042509,639.3116413,438.0707512,191.3032746,933.5139406 +521847,420.4319143,640.3262894,441.2047806,192.7270273,937.9272997 +521848,423.2135809,624.507949,444.2931684,194.1348569,942.2165748 +521849,425.7091885,622.610697,447.2572709,195.4918135,946.3922091 +521850,428.0266939,621.7859491,450.1335827,196.814183,950.4634683 +521851,430.2895132,620.592811,452.9660975,198.1211297,954.4391899 +521852,432.5282721,619.7517032,455.7363943,199.403962,958.3215768 +521853,434.7445378,618.6014935,458.4326061,200.6573742,962.1251091 +521854,436.9273735,617.4540623,461.0478021,201.8781346,965.8501929 +521855,439.0731181,616.5884011,463.5864843,203.0681815,969.5025969 +521856,441.1821046,615.0580282,466.0559946,204.2306692,973.0883078 +521857,443.2555891,614.053478,468.4626791,205.36824,976.6119049 +521858,445.2946465,612.7865989,470.8113618,206.4828219,980.0768562 +521859,447.300011,611.4945561,473.1057516,207.5758387,983.4859363 +521860,449.2722586,610.2304014,475.3489174,208.6484377,986.8415878 +521861,451.2119418,608.7854852,477.5435394,209.7016057,990.1460701 +521862,453.1195506,607.3826815,479.6919237,210.7361752,993.4013331 +521863,454.9955167,605.8981197,481.7960475,211.7528433,996.6090387 +521864,456.8403645,604.3645091,483.8577437,212.7522566,999.7708566 +521865,458.654572,602.7880653,485.8786041,213.7349652,1002.888239 +521866,460.4386379,601.1696448,487.8600618,214.70146,1005.962541 +521867,462.193027,599.5102568,489.8033658,215.6521597,1008.994934 +521868,463.9182223,597.8102217,491.7096649,216.587449,1011.986542 +521869,465.6146646,596.0705684,493.579975,217.5076627,1014.938347 +521870,467.2828118,594.2916326,495.4152551,218.4131191,1017.851322 +521871,468.923077,592.4744999,497.2163598,219.3040982,1020.726321 +521872,470.5358929,590.6195408,498.9841098,220.1808722,1023.564204 +521873,472.1216471,588.7278919,500.7192377,221.0436806,1033.517499 +521874,473.6807452,586.7999471,502.4224583,221.8927614,1170.15718 +521875,475.2135389,584.8367053,504.0944101,222.7283237,1106.943352 +521876,476.7203774,583.0133815,505.7357045,223.5505699,1137.339588 +521877,478.2014667,580.7263099,507.3467886,224.3596322,1148.113693 +521878,479.6570201,578.780499,508.9280933,225.1556404,1157.996934 +521879,481.087228,576.6548941,510.4800056,225.9387095,1167.690137 +521880,482.4923712,574.5224863,512.0029816,226.7089917,1177.002559 +521881,483.9612329,575.1870768,513.5859653,227.5068646,1208.740955 +521882,485.6064555,573.7390595,515.3405593,228.3790877,1219.740792 +521883,487.3444446,572.0422765,517.1837955,229.2885426,1230.190043 +521884,489.0841361,570.2507602,519.0251333,230.1952261,1240.673448 +521885,490.7820834,568.3915704,520.8213402,231.0803236,1250.129618 +521886,492.4288507,566.4798138,522.5630587,231.9400919,1259.987022 +521887,494.0279202,564.5254316,524.2538381,232.7764468,1269.105009 +521888,495.5846769,562.3598709,525.8991479,233.592058,1278.558005 +521889,497.10313,560.5831422,527.503096,234.388907,1287.087311 +521890,498.586056,558.4048687,529.0685555,235.1683715,1296.216108 +521891,500.0354746,556.344074,530.5976391,235.9314543,1304.706558 +521892,501.4531282,554.3907724,532.0921754,236.6790072,1313.197782 +521893,502.8405049,552.0120365,533.553736,237.4117478,1321.543512 +521894,504.1989784,549.9556098,534.9837725,238.1303262,1329.662897 +521895,505.529707,547.7362509,536.3835189,238.8352837,1337.730507 +521896,506.8337559,545.5165202,537.7541112,239.5271112,1345.623617 +521897,508.1120091,543.2734996,539.0965028,240.2062119,1353.244745 +521898,509.3652942,533.1200913,540.4115858,240.8729595,1361.123975 +521899,510.4516727,529.7903052,541.6726845,241.5155996,1368.479753 +521900,511.4344344,526.6414906,542.8915216,242.1394705,1375.888962 +521901,512.3871381,523.8417098,544.0827786,242.7510634,1383.157893 +521902,513.3436213,521.3317988,545.2538524,243.3535394,1390.305903 +521903,514.3094024,518.5765586,546.4065285,243.9475628,1397.173565 +521904,515.2797542,515.96048,547.5404655,244.5328904,1404.369756 +521905,516.2490345,513.3346756,548.6549764,245.1091601,1411.047183 +521906,517.213339,510.8537093,549.7496851,245.6761714,1417.778017 +521907,518.170173,508.0422335,550.8244182,246.2338239,1424.375181 +521908,519.1178918,505.525539,551.8791929,246.7821076,1430.863412 +521909,520.0551847,502.8959044,552.9140372,247.3210187,1437.253987 +521910,520.9810266,500.2871835,553.9290675,247.8505952,1443.539717 +521911,521.894527,498.5172857,554.9243749,248.3708646,1449.520665 +521912,522.8124798,496.919776,555.9211186,248.8911234,1455.964847 +521913,523.7450718,495.4096872,556.9318641,249.416727,1461.810238 +521914,524.6936682,494.0865393,557.9585623,249.9483209,1467.770032 +521915,525.6552047,492.3723709,558.9980358,250.4843515,1473.83193 +521916,526.6258216,491.2939758,560.0462262,251.0229572,1479.22956 +521917,527.6021849,489.8661421,561.0996873,251.5626036,1485.092854 +521918,528.5817755,488.6048063,562.1558598,252.102181,1490.631088 +521919,529.5626242,487.3573629,563.2127518,252.6408445,1496.123043 +521920,530.5432327,486.1415059,564.2688221,253.1779561,1501.596125 +521921,531.5223078,484.9557479,565.322764,253.7129835,1506.918386 +521922,532.4988071,483.7980339,566.3735442,254.2455168,1512.252041 +521923,533.4718153,482.6676078,567.4202677,254.7752062,1517.43321 +521924,534.4406279,481.5625953,568.4622504,255.3017943,1522.605517 +521925,535.4046271,480.4825203,569.4988942,255.8250588,1527.718978 +521926,536.3633602,479.4257433,570.5297626,256.3448468,1532.457838 +521927,537.316418,478.5109475,604.8230011,256.8610207,1537.862951 +521928,538.2635219,477.3254335,609.3093006,257.3734969,1542.528149 +521929,539.2044051,476.4177782,605.6610741,257.882193,1547.436032 +521930,540.1388801,475.4286995,623.2008509,258.3870582,1552.236325 +521931,541.0667346,474.4772512,612.5999968,258.8880271,1556.919004 +521932,541.9878493,473.5445656,612.2133636,259.3850724,1561.599259 +521933,542.902097,472.6308625,635.5907609,259.8781601,1566.231611 +521934,543.8094553,471.7350267,629.9081308,298.5139904,1570.741052 +521935,544.7098937,470.8571544,636.3823858,260.1574473,1575.262988 +521936,545.6034483,469.8805505,640.6763842,289.5048725,1579.727819 +521937,546.4900872,469.2046385,644.7604952,273.8618045,1584.078019 +521938,547.36985,468.2947335,648.8422678,298.2143546,1588.434384 +521939,548.2427381,467.5010236,652.8786677,270.6318866,1592.748676 +521940,549.108829,466.7043318,656.7925867,313.0888998,1596.937975 +521941,549.9577474,412.8422912,573.600326,260.3367978,1370.370399 +521942,548.5599868,410.9229688,572.994537,259.7257232,1371.973929 +521943,546.073635,409.6800645,572.0843413,259.0833858,1373.834926 +521944,543.6240099,408.4798357,571.2471466,258.5731213,1376.346464 +521945,541.6525211,407.3779992,570.6278981,258.2218334,1379.015345 +521946,540.1789013,406.3403607,570.2278424,258.0021842,1381.816148 +521947,539.0948343,405.3389086,570.0042218,257.8811367,1384.695196 +521948,538.2987108,404.3736275,569.9164903,257.8344874,1387.61525 +521949,537.7231618,403.4372539,569.9361127,257.8463083,1390.557322 +521950,537.3255121,402.5337686,570.0435842,257.905499,1393.507007 +521951,537.0755695,401.6557101,570.2240679,258.0033482,1396.459105 +521952,536.9491661,400.8009786,570.4655835,258.1327432,1399.214981 +521953,536.9258572,400.0448791,570.7581421,258.2878275,1402.452757 +521954,536.9883451,399.1220536,571.093391,258.4638173,1405.237197 +521955,537.1221722,398.3851715,571.4643517,258.6568197,1408.187961 +521956,537.3153979,397.5275532,571.8652357,258.8636832,1411.09005 +521957,537.55818,396.886583,572.2912305,259.0818491,1413.978883 +521958,537.8424227,396.1014555,572.738353,259.3092452,1416.850325 +521959,538.1614337,395.4004628,573.2032812,259.544182,1419.70652 +521960,538.5096891,394.7058998,573.683259,259.7852887,1422.544663 +521961,538.882604,394.1023838,584.4955529,260.0314429,1425.366904 +521962,539.2763872,393.3377644,601.7411528,260.2817332,1428.170733 +521963,539.6878788,392.7483447,579.6421376,260.5354092,1430.957675 +521964,540.1144548,392.1134078,615.9918517,260.7918577,1433.723763 +521965,540.5538952,391.5067673,574.4841605,265.697912,1436.472794 +521966,541.0043605,390.9166011,612.7994056,275.5640042,1439.200908 +521967,541.4642895,390.3430254,617.6318541,262.7383753,1441.912907 +521968,541.9323997,389.7855286,586.8479119,283.5746013,1444.60446 +521969,542.4075941,389.2438517,613.8209427,261.1952164,1447.277675 +521970,542.888946,388.7161769,612.1596288,290.5367445,1449.931559 +521971,543.3756675,388.3458094,613.9196111,261.2090608,1452.569456 +521972,543.8728376,388.0177196,617.5221583,295.5597969,1455.189852 +521973,544.3833468,387.7215326,620.9769686,261.2393936,1457.578468 +521974,544.9072333,387.4509351,624.0340521,304.1213539,1460.50119 +521975,545.4431437,387.2042961,627.1907851,261.2474333,1462.909679 +521976,545.9895242,386.9802092,630.3708561,307.2556929,1465.500785 +521977,546.5450198,386.778015,633.5324293,261.2932222,1468.039427 +521978,547.1085711,386.59687,636.7622065,296.3187499,1470.561089 +521979,547.6793006,386.4364127,638.7163981,302.3421169,1473.069169 +521980,548.2564993,386.296192,641.538291,267.7788885,1475.563085 +521981,548.8395673,386.1756472,643.8304572,298.259293,1478.043244 +521982,549.4279857,386.0743307,646.2935962,309.6896295,1480.740078 +521983,550.021293,385.9918719,648.7060762,266.4446775,1482.839392 +521984,550.6190941,385.9328683,651.2526364,304.5937333,1485.446229 +521985,551.2210717,385.8949434,653.55996,314.5925804,1487.834464 +521986,551.8269747,385.8755758,656.0984317,267.6698634,1490.269667 +521987,552.4365564,385.8739498,658.5068269,308.8980561,1492.632008 +521988,553.0495755,385.8896595,660.9054883,297.4533774,1495.035336 +521989,553.665809,385.9223654,663.4746485,299.6013551,1497.406402 +521990,554.2850695,385.9716445,665.75966,301.2385917,1499.768366 +521991,554.90718,386.0371811,668.2752414,302.4474569,1502.143179 +521992,555.5319876,386.1186122,670.8049155,303.4222016,1504.444819 +521993,556.1593423,386.215668,673.0941476,304.9061536,1506.789618 +521994,556.7891174,386.3280163,675.7230706,305.9802167,1509.100965 +521995,557.42119,386.4554158,677.9845756,307.1618362,1511.430585 +521996,558.0554567,386.5975572,680.5674064,308.3902705,1513.685308 +521997,558.6918163,386.7541973,682.9660197,309.5594776,1515.986094 +521998,559.3301805,386.9250468,685.4210014,310.7478772,1518.253265 +521999,559.9704625,387.1098787,687.8116515,311.9319194,1520.51433 +522000,560.6125893,387.3084152,690.412641,313.1144005,1522.764206 +522001,560.9130158,289.3493166,577.2778902,262.3804526,1049.652019 +522002,556.782822,262.1323866,574.9011613,261.2536808,1049.338559 +522003,550.4113068,288.7933151,571.4198526,259.5794581,1048.856672 +522004,544.0915368,262.034099,567.8473712,257.9095743,1048.260395 +522005,538.7369755,279.4113834,564.6867191,256.4791859,1047.626526 +522006,534.3975301,262.0115572,562.0281959,255.3103523,1046.999933 +522007,530.8586821,284.7382835,559.8007156,254.3535226,1046.40059 +522008,527.917367,261.8908468,557.9137686,253.5576513,1045.835852 +522009,525.4388317,266.989871,556.2997024,252.8872732,1045.307862 +522010,523.3375653,274.294162,554.9128397,252.3193417,1044.816697 +522011,521.5528633,261.8679637,553.720216,251.8374984,1044.361584 +522012,520.0358473,273.9765254,552.6953297,251.4286997,1043.94132 +522013,518.7449893,261.8124651,551.8155406,251.0819265,1043.554444 +522014,517.644975,269.4897226,551.0612727,250.7878077,1043.199346 +522015,516.7061751,261.7977352,550.4157284,250.5384626,1042.87434 +522016,515.9039838,272.3048726,549.8646195,250.3273316,1042.577751 +522017,515.2180331,261.734512,549.3958384,250.1489771,1042.307938 +522018,514.6314609,261.7258026,548.9991356,249.9988942,1042.063354 +522019,514.1302678,271.4256924,548.6658167,249.8733423,1041.842535 +522020,513.7028128,261.6908313,548.3884949,249.7692094,1041.644119 +522021,513.3393917,261.6663946,548.1608789,249.6838996,1041.466844 +522022,513.0319061,265.4947393,547.977605,249.6152453,1041.309551 +522023,512.7635758,261.6996423,547.8340883,249.5614309,1041.171168 +522024,512.5280315,265.0198311,547.7264047,249.520934,1041.050724 +522025,512.3231135,261.6865281,547.6511846,249.4924728,1040.947333 +522026,512.1473797,263.1473594,547.6055312,249.4749666,1040.860192 +522027,511.9991606,261.6886062,547.5869417,249.4674986,1040.788551 +522028,511.8766363,264.7894982,547.5932491,249.469289,1040.731728 +522029,511.7780514,261.6685113,547.6225668,249.4796699,1040.689085 +522030,511.7018323,261.6609775,547.673253,249.498069,1040.66005 +522031,511.6465982,261.6773961,547.7438693,249.5239921,1040.644091 +522032,511.6146587,265.4964715,547.8383438,249.5593132,1040.640722 +522033,511.6075107,261.6600288,547.9593022,249.6052765,1040.649544 +522034,511.624988,261.6546996,548.1068688,249.6619948,1040.670197 +522035,511.6659689,265.3216851,548.2797404,249.7289498,1040.702329 +522036,511.7290863,261.6685879,548.4762319,249.8054619,1040.745605 +522037,511.8130592,265.3949889,548.6947614,249.8909031,1040.799702 +522038,511.916776,261.677129,548.9339692,249.9847452,1040.864332 +522039,512.0392699,268.3803175,549.1926847,250.0865426,1040.939227 +522040,512.1796842,261.6662989,549.4698796,250.1959096,1041.024143 +522041,512.3372508,267.0029742,549.764635,250.3125056,1041.118856 +522042,512.5112703,263.5768697,550.0761185,250.4360248,1041.223155 +522043,512.701109,269.0712871,550.4035785,250.566193,1041.336846 +522044,512.906188,261.6932374,550.7463316,250.7027629,1041.459749 +522045,513.1259797,274.4129554,551.1037556,250.8455105,1041.591697 +522046,513.3599963,261.6721115,551.4752782,250.9942303,1041.732527 +522047,513.6077915,271.0230816,551.8603761,251.1487349,1041.882089 +522048,513.8689515,265.1827528,552.2585653,251.3088514,1042.040235 +522049,514.1430936,274.0518509,552.6693987,251.4744195,1042.206827 +522050,514.4298598,261.7204652,553.0924574,251.6452892,1042.381724 +522051,514.7289189,282.4816765,553.5273542,251.8213213,1042.564802 +522052,515.0399599,261.6818465,553.9737255,252.0023848,1042.755931 +522053,515.3626933,275.4874263,554.4312315,252.1883569,1042.954993 +522054,515.6968433,268.1495365,554.8995476,252.3791191,1043.161859 +522055,516.0421527,278.7250463,555.3783701,252.5745606,1043.376407 +522056,516.3983798,264.7653098,555.8674116,252.7745757,1043.598521 +522057,516.7652981,286.8457879,556.3664012,252.9790645,1043.828093 +522058,517.1426887,261.7354255,556.8750774,253.1879294,1044.065005 +522059,517.5303491,289.0699516,557.3931943,253.4010788,1044.309151 +522060,517.9280848,261.7503891,557.9205148,253.6184232,1044.560415 +522061,518.3671267,387.5219716,558.4882272,253.8541564,1336.081999 +522062,523.1958252,385.5551554,563.3892398,256.1338943,1609.490187 +522063,530.2844414,387.3325112,628.4393282,312.5589813,1486.265272 +522064,537.4421672,389.3676223,885.4442986,360.6563641,1519.12818 +522065,543.7488076,390.9531436,716.3555592,339.1913682,1523.520419 +522066,549.1084346,392.4590652,772.1607117,344.2041175,1527.375874 +522067,553.6996547,393.9220996,777.3748121,349.9723065,1530.92617 +522068,557.7077489,395.3559588,782.0880482,352.2085828,1534.320451 +522069,561.2602964,396.6726982,786.2587248,354.2504489,1537.338586 +522070,564.4376026,398.1745854,790.5107555,356.3020483,1540.235159 +522071,567.2982455,399.5123859,794.5665175,358.2689484,1543.712676 +522072,569.8898722,400.9785449,798.968394,360.3873574,1546.564427 +522073,572.2530414,402.2467814,802.746869,362.1830449,1549.535366 +522074,574.4224392,403.5977049,806.851794,364.255179,1552.476564 +522075,576.4274889,405.0632035,810.7771084,366.1837024,1555.352566 +522076,665.5069144,406.3711829,814.5506084,367.953658,1558.194363 +522077,646.7028876,407.7408381,818.5973192,369.9617593,1561.028216 +522078,611.6677287,409.0938779,822.309889,371.7170978,1563.755741 +522079,642.9527786,410.3648536,826.0968993,373.7238827,1566.507196 +522080,653.2989838,411.9031176,829.821595,375.4157081,1569.200006 +522081,650.1359418,413.0689811,833.6413021,377.2224125,1571.866915 +522082,656.5301666,414.4741032,836.9405423,379.1051943,1574.532255 +522083,660.764387,415.792862,840.8735878,380.8413816,1577.099076 +522084,664.9876248,417.1201213,844.3256079,382.6840417,1579.701362 +522085,669.0226693,418.3618442,847.8962261,384.2752962,1582.252093 +522086,673.1617374,419.8034566,851.4124805,386.1602712,1584.780997 +522087,677.1353016,421.0581022,854.8984985,387.8287059,1587.284436 +522088,681.0508613,422.3817922,858.3552872,389.4829789,1589.791016 +522089,685.0525447,423.7719942,861.7839566,391.2898807,1592.201372 +522090,688.8917557,424.9449173,865.0335214,392.9947472,1594.651278 +522091,692.398223,426.0652829,868.3306753,394.4430777,1597.052152 +522092,696.0275382,427.2909317,871.1810854,395.9952246,1599.430462 +522093,699.2185065,428.3146198,874.1174385,397.3865165,1601.784211 +522094,702.7227397,429.4005759,876.981919,398.9493965,1604.143383 +522095,705.9595499,430.4584629,879.8061183,400.3296126,1606.405455 +522096,709.233079,431.5036938,882.7562803,401.7569798,1608.710288 +522097,712.3613918,432.5367442,885.2488075,403.1547332,1610.966504 +522098,715.6507944,433.5582114,888.0886943,404.6107304,1613.204567 +522099,718.7297914,434.5684893,890.7444863,405.7854336,1615.420304 +522100,721.8395616,435.4759409,893.3945935,407.3042175,1617.613667 +522101,724.8306555,436.6033472,896.0149638,408.5699514,1619.815041 +522102,728.0599041,437.6084433,898.4331231,409.9010831,1621.918596 +522103,730.8040241,438.4508875,901.2618915,411.2054723,1624.067925 +522104,733.9771664,439.4780065,903.6677405,412.4959798,1626.169168 +522105,736.8507641,440.4121376,906.2048456,413.690368,1628.253772 +522106,739.7866041,441.3518034,908.6876866,415.0789351,1630.317383 +522107,742.6864188,442.2822751,911.1453421,416.2688513,1632.360292 +522108,745.4747378,443.2037768,913.5785045,417.6052605,1634.382696 +522109,748.5581983,444.1164032,915.9879851,418.702989,1636.415833 +522110,751.1831721,445.0203053,918.3744342,419.9789076,1638.351463 +522111,753.9923497,445.818314,920.7384836,421.1674675,1640.336628 +522112,756.917621,446.8513279,923.0807234,422.358101,1642.275522 +522113,759.6289539,447.6589701,925.4017324,423.5377017,1644.200284 +522114,762.4081905,448.5453865,927.7020391,424.6209454,1646.106591 +522115,765.1595421,449.4076258,929.9821623,425.9083644,1647.99477 +522116,767.8957295,450.26205,932.2425853,426.9935321,1649.865078 +522117,770.6190301,451.1084068,934.4837795,428.1453772,1651.717943 +522118,773.2288024,451.9468981,936.7061833,429.2732044,1653.585338 +522119,776.1941438,452.77759,938.9102275,430.3914212,1655.356212 +522120,778.639088,453.6005477,940.8973626,431.5000092,1657.181399 +522121,829.1307787,477.6069947,991.2550439,455.7938968,1763.872964 +522122,834.9005574,479.6924255,996.0011822,458.1634586,1769.607841 +522123,839.476951,481.4684439,1000.059954,460.2159395,1771.733768 +522124,843.9970881,483.0923212,1004.328869,462.0155132,1775.57493 +522125,848.1702385,484.4618981,1007.780861,463.9393862,1778.195203 +522126,852.2720233,486.0788414,1011.349571,465.5800596,1780.995577 +522127,856.303531,487.3977336,1014.801858,467.2779927,1783.613925 +522128,860.1285758,488.7858055,1018.177111,468.9232118,1786.146588 +522129,864.2886187,490.1304763,1021.502973,470.543029,1788.591631 +522130,868.0667295,491.449786,1024.77215,472.1373076,1790.986402 +522131,872.108504,492.7498551,1028.003118,473.7115336,1793.313553 +522132,875.702938,494.0284004,1031.187363,475.264487,1795.206314 +522133,879.6277185,495.2885277,1034.584752,476.7986687,1798.091866 +522134,883.2322823,496.5300695,1037.310183,478.1972557,1799.928906 +522135,887.2384888,497.7538255,1040.56719,479.9910307,1802.175327 +522136,890.8671124,498.9602154,1043.563926,481.206224,1804.283898 +522137,894.6227666,500.2761735,1046.591641,482.7767423,1806.361124 +522138,898.3364998,501.1343557,1049.523575,484.2061307,1808.402913 +522139,902.0360557,502.5685688,1052.48072,485.6387177,1810.410806 +522140,905.5461657,503.5987663,1055.384454,487.0561653,1812.386058 +522141,909.6740473,504.7428868,1058.287598,488.458852,1814.289686 +522142,912.9260586,505.8518614,1061.097192,489.8470841,1816.265405 +522143,916.7483955,506.9455238,1063.935861,491.2212256,1818.119845 +522144,920.3674303,508.0239319,1066.724026,492.5816139,1819.982628 +522145,924.0098731,509.0873653,1069.515198,493.9285873,1821.811802 +522146,927.6477307,510.1549301,1072.21415,495.2813944,1823.614564 +522147,931.2823008,511.2560499,1074.946219,496.6696115,1825.39193 +522148,934.9145694,512.3562082,1077.630008,497.9313128,1827.185789 +522149,938.3619138,513.4505584,1080.320338,499.5096292,1828.851649 +522150,942.2776139,514.537864,1082.647921,500.7971653,1830.588233 +522151,945.9863065,515.5409115,1085.520311,502.1159449,1832.26538 +522152,949.7485197,516.5195502,1087.685231,503.3912803,1833.885624 +522153,953.6342238,517.4822786,1090.063372,504.6530192,1835.589346 +522154,957.4001415,518.4332358,1092.394762,505.9066801,1837.181239 +522155,961.5123354,519.2426186,1094.625998,507.1510005,1838.799464 +522156,964.7941741,520.3704881,1096.917903,508.3859721,1840.352774 +522157,969.2167118,521.1909139,1099.083817,509.7498849,1842.032581 +522158,972.8495077,522.1196096,1101.29201,510.7578362,1843.49321 +522159,976.867367,523.0157344,1103.475239,512.0718809,1845.028702 +522160,980.7234617,524.042414,1105.564887,513.1199083,1846.609006 +522161,984.7420792,524.7031274,1107.724252,514.526034,1848.080014 +522162,988.4142716,525.6727828,1109.75644,515.6197266,1849.577937 +522163,992.8201331,526.5064812,1111.838002,516.8311854,1851.049315 +522164,996.5791973,527.2108349,1113.898948,518.0159048,1852.461863 +522165,1000.957767,528.2647703,1115.864605,519.1963809,1854.018576 +522166,1004.541412,528.9893753,1117.87735,520.3730111,1855.340802 +522167,1008.876132,529.8334831,1119.871536,521.546328,1856.749593 +522168,1012.853761,530.6459123,1121.770312,522.716753,1858.212848 +522169,1016.802279,531.4501054,1123.719007,523.8847228,1859.5629 +522170,1021.258903,532.246058,1125.650999,524.8975786,1860.940881 +522171,1025.319262,533.0340596,1127.48651,526.2963758,1862.301923 +522172,1029.568947,533.8142572,1129.375291,527.3454476,1863.647555 +522173,1033.800831,534.5868253,1131.249102,528.5342689,1864.933123 +522174,1038.062231,535.3518728,1133.024305,529.696552,1866.332707 +522175,1042.354328,535.9545112,1134.856799,530.8592512,1867.654093 +522176,1046.678974,536.9405121,1136.640903,532.1797262,1868.886636 +522177,1050.743442,537.5693184,1138.445512,533.0989214,1870.16345 +522178,1055.601794,538.3321173,1140.147653,534.381167,1871.511227 +522179,1059.802115,539.2219386,1141.908308,535.5218824,1872.742061 +522180,1064.320897,539.7007105,1143.621703,536.6894156,1874.059905 +522181,991.2991933,507.0288715,1067.798144,504.3877183,1731.842807 +522182,993.7855636,507.1281341,1067.80944,504.9299308,1731.733984 +522183,996.8455151,507.1584072,1067.922232,505.455475,1731.875793 +522184,999.9194535,507.2992362,1068.154332,506.0747775,1732.163539 +522185,1003.083795,507.4331784,1068.357601,506.7022335,1732.539891 +522186,1006.309567,507.5694899,1068.640269,507.342703,1732.837919 +522187,1009.590443,507.7046779,1068.848378,507.9931722,1733.254498 +522188,1012.923609,507.9844327,1069.074322,508.6522343,1733.64518 +522189,1016.309534,507.8965514,1069.284188,509.3193017,1734.051542 +522190,1019.747816,508.1243944,1069.48162,509.9942403,1734.464408 +522191,1023.239006,508.2217877,1069.666147,510.6771783,1734.882201 +522192,1026.785538,508.336149,1069.837479,511.368366,1735.260485 +522193,1030.387815,508.4460285,1069.995488,512.0681452,1735.75087 +522194,1034.047605,508.5510217,1070.140069,512.7768861,1736.189587 +522195,1037.766193,508.651071,1070.271182,513.495001,1736.560873 +522196,1041.546224,508.7461268,1070.388749,514.2229021,1737.023829 +522197,1045.388429,508.8361578,1070.462069,514.9610334,1737.450269 +522198,1049.294372,508.9211123,1070.597834,515.7098329,1737.884726 +522199,1053.267215,509.0009487,1070.652513,516.4697642,1738.320527 +522200,1057.30758,509.0756063,1070.719978,517.2412875,1738.757419 +522201,1061.418112,509.145033,1070.768826,518.0248888,1739.195317 +522202,1105.213016,509.2860742,1070.979666,522.9317874,1739.855408 +522203,1115.486013,509.2078137,1071.016072,524.4839629,1740.226001 +522204,1122.848692,509.4797627,1071.036743,525.6433345,1740.720346 +522205,1129.988114,509.4313375,1071.04029,527.121506,1741.140482 +522206,1136.910276,509.5022769,1071.026099,528.2412938,1741.676073 +522207,1143.754981,509.5455587,1070.965159,529.4970325,1742.126876 +522208,1150.576724,509.5847374,1070.961761,530.7352283,1742.625806 +522209,1157.410445,509.6198776,1070.876627,531.9866878,1743.131681 +522210,1164.276783,509.6511049,1070.801217,533.2537237,1743.691493 +522211,1168.428239,509.3927202,1070.038345,534.0115147,1744.09435 +522212,1172.999805,509.0819911,1069.14349,534.689708,1744.64973 +522213,1176.586247,508.7398418,1068.173243,535.3237076,1745.185926 +522214,1180.335554,508.3732768,1067.115604,535.9268712,1745.738777 +522215,1183.906862,507.9852106,1066.080139,536.5047463,1746.300215 +522216,1187.378816,507.5772119,1064.933967,537.0605374,1746.868281 +522217,1190.761336,507.1502083,1063.76941,537.5963153,1747.441214 +522218,1194.062853,506.7047507,1062.558176,538.1135344,1747.976408 +522219,1197.292903,506.3783306,1061.27742,538.6133783,1749.016319 +522220,1200.456321,505.6971911,1060.028564,539.0968233,1748.955736 +522221,1203.561285,505.2947699,1058.678235,539.5647757,1749.825969 +522222,1206.611268,504.7580218,1057.598146,540.0180344,1750.335756 +522223,1209.612423,504.224908,1055.75896,540.457392,1750.898653 +522224,1212.569399,503.6749597,1054.555502,540.8835575,1751.457115 +522225,1215.486727,503.1083857,1053.021818,541.297257,1752.008048 +522226,1218.36873,502.525251,1051.516983,541.6991445,1752.550518 +522227,1221.219329,501.9257476,1049.948029,542.0899036,1753.083832 +522228,1224.041286,501.3100096,1048.413291,542.4701532,1753.607115 +522229,1226.840038,500.6782143,1046.786808,542.8405484,1754.081307 +522230,1229.61819,500.0304888,1045.12513,543.2016875,1754.641012 +522231,1232.378344,499.3670049,1043.492623,543.5542128,1755.103245 +522232,1235.125065,498.6878823,1041.772145,543.8987137,1755.586981 +522233,1237.86,497.9932898,1040.043277,544.2358329,1756.052898 +522234,1240.588085,497.2824579,1038.253895,544.5661606,1756.505969 +522235,1243.310383,496.5573814,1036.499423,544.8903523,1756.94636 +522236,1243.690975,495.9484992,1034.965114,545.1141813,1757.373724 +522237,1245.927941,495.2230891,1032.932221,545.1315978,1757.785103 +522238,1248.355092,494.469591,1031.462524,545.5083641,1758.18438 +522239,1250.847209,493.6996352,1029.404399,545.7543781,1758.566605 +522240,1253.362133,492.9124068,1027.532129,546.022834,1758.948281 +522241,1103.032993,426.0983403,872.6054855,480.0638515,1473.204946 +522242,1104.67168,424.634407,869.7452728,480.0953385,1472.998907 +522243,1107.045996,423.8090613,867.5884053,480.0833575,1472.3245 +522244,1109.574106,422.7862681,865.1889648,480.2700251,1472.267003 +522245,1112.223456,421.8794091,863.2057082,480.4746727,1472.242999 +522246,1114.945634,420.9660626,861.1038946,480.70198,1472.275409 +522247,1117.682687,420.1377339,859.0307788,481.0628913,1472.33997 +522248,1120.400191,419.0973518,856.9531881,481.1406812,1472.423277 +522249,1122.855953,418.2337821,854.8664709,481.4896656,1472.517696 +522250,1126.095013,417.2904599,852.7679276,481.7452993,1472.618547 +522251,1128.717236,416.3523256,850.6562292,482.0293469,1472.723373 +522252,1131.659279,415.4059744,848.5304499,482.3241995,1472.830281 +522253,1134.608748,414.451398,846.3901803,482.6305729,1472.938404 +522254,1137.619772,413.4850794,844.2350194,482.9492707,1473.046781 +522255,1140.695615,412.5179465,842.2121084,483.281346,1473.155129 +522256,1143.841358,411.5360823,839.6711549,483.6278747,1473.262844 +522257,1147.063359,410.5483141,837.7774212,483.9901019,1473.369894 +522258,1150.364849,409.5517854,835.4408556,484.3692914,1473.475854 +522259,1153.753745,408.5470218,833.23072,484.7668761,1473.580831 +522260,1157.235269,407.5340399,830.9837776,485.184312,1473.684502 +522261,1160.817236,406.5887748,828.7218031,485.6232357,1473.787068 +522262,1164.504371,405.4494743,826.4443323,486.0853188,1473.888284 +522263,1168.306337,404.4654889,824.1516106,486.5724282,1473.988422 +522264,1172.230168,403.332589,821.8435493,487.0864839,1474.087303 +522265,1176.284448,402.3903957,819.6561298,487.6296225,1474.185265 +522266,1180.479489,401.2760027,817.1212881,488.2040545,1474.282184 +522267,1184.824255,400.2920988,814.8622714,488.8122318,1474.378456 +522268,1189.32908,399.1107528,812.4737501,489.4567086,1474.47401 +522269,1194.005398,398.0783694,810.090034,490.1403125,1474.569293 +522270,1198.866637,396.9764622,807.6913459,490.8660093,1474.664296 +522271,1200.489958,395.7457027,804.8395564,490.871733,1474.681432 +522272,1201.574931,394.4308149,802.2277498,490.7500584,1474.837584 +522273,1202.235239,393.109197,799.0320502,490.5533054,1474.92978 +522274,1202.885492,391.7671805,796.1634327,490.3090459,1475.014426 +522275,1203.259223,390.4097115,793.1403197,490.0278637,1475.096883 +522276,1203.674567,389.1028293,790.1032136,489.7147761,1475.176562 +522277,1203.942961,387.6189224,787.0355383,489.3730112,1475.252983 +522278,1204.016016,386.1953909,784.0555251,489.0048385,1475.324813 +522279,1204.176675,384.864406,780.655059,488.6121922,1475.391277 +522280,1204.219561,383.451573,777.7350794,488.1966935,1475.450983 +522281,1204.189458,381.923673,774.4643838,487.7599469,1475.503241 +522282,1204.103339,380.5104902,771.3794712,487.3033915,1475.546754 +522283,1203.969988,379.0278793,767.9986679,486.8285487,1475.581002 +522284,1203.796515,377.544345,764.8147882,486.3368342,1475.604891 +522285,1203.591052,376.0462594,761.5197243,485.8297809,1475.618093 +522286,1203.359111,374.5956307,758.2111043,485.3088465,1475.619709 +522287,1203.108615,372.9286605,754.8892028,484.7756293,1475.609586 +522288,1202.846429,371.5186083,751.5375677,484.2316776,1475.586995 +522289,1202.578562,369.9799436,748.257738,483.678706,1475.551941 +522290,1202.311926,368.3462423,744.7361505,483.118406,1475.50384 +522291,1202.055359,366.814785,741.2875549,482.5526624,1475.442825 +522292,1201.816856,365.2245251,738.0609129,481.9833723,1475.368445 +522293,1201.603827,363.6833037,734.4192396,481.2930791,1475.280956 +522294,1201.426087,361.9514608,731.0173113,480.898419,1475.180013 +522295,1201.29353,360.4971832,727.507873,480.2464446,1475.065968 +522296,1197.041559,358.7552743,723.9979541,478.9488697,1474.938583 +522297,1189.70233,357.1595494,720.5413276,476.6907134,1474.791039 +522298,1181.624548,355.4883,716.7622965,474.3335713,1474.63437 +522299,1173.152819,353.871343,713.4150136,471.9315239,1474.446778 +522300,1164.284255,352.0799392,709.6442477,469.2625359,1474.240169 +522301,1155.20343,350.4384417,705.9889917,466.8125437,1474.733538 +522302,1447.721946,479.2714521,915.0011944,593.6963319,2058.221106 +522303,1443.42216,480.157008,905.5102101,594.2387709,2049.315093 +522304,1430.638892,477.2833833,931.3813254,589.9120421,2051.520248 +522305,1418.727408,475.7788372,955.8349912,586.5202501,2049.821065 +522306,1408.671297,473.1310242,972.4110219,583.1042148,2054.034675 +522307,1390.876372,471.4363608,980.1641844,579.5067526,2050.417746 +522308,1383.416196,469.312138,982.5368209,575.8168994,2050.642729 +522309,1368.532952,467.3650261,982.8762738,572.0881846,2050.612677 +522310,1355.835683,465.2282574,982.4927853,568.2275934,2050.327343 +522311,1342.513854,463.3301908,981.8597785,564.313092,2050.143314 +522312,1328.894866,461.1822052,981.1386042,560.1591955,2049.892837 +522313,1314.732597,459.2261727,980.3826019,556.08079,2049.6627 +522314,1300.624322,457.080152,979.6117808,551.7721251,2049.385424 +522315,1285.987715,455.0715339,978.8284717,547.4349106,2049.092271 +522316,1271.146213,452.9498175,961.0344229,542.8827208,2048.769385 +522317,1256.00411,450.9280429,935.4133768,538.3028038,2048.417143 +522318,1240.466417,448.747432,947.1521724,533.5808686,2048.026242 +522319,1225.027375,446.7253927,937.5283358,528.7534666,2047.613158 +522320,1208.773798,444.48922,931.6885428,524.1610269,2047.152475 +522321,1192.907176,442.4855154,929.2767088,518.654052,2046.664385 +522322,1176.621821,440.2302669,923.8515159,513.8095416,2046.124122 +522323,1160.477683,438.1594767,917.5822243,508.6304779,2045.581837 +522324,1122.04289,431.8645307,907.2624387,495.5745078,2044.904646 +522325,1110.533513,430.3943409,900.8872857,491.3881416,2044.255201 +522326,1101.561919,427.9047181,895.3627016,488.0497356,2043.645252 +522327,1093.066893,426.384555,894.9310397,485.002585,2042.956643 +522328,1085.302336,424.6198838,890.3018986,482.0201032,2042.224026 +522329,1096.633492,422.9466427,887.0725176,479.1837472,2041.453158 +522330,1040.810629,421.3056841,883.8668363,476.4354553,2040.642321 +522331,1097.499179,419.6932924,880.8863886,473.733023,2039.807586 +522332,1022.791109,418.105678,877.7532701,471.1842968,2038.935087 +522333,1074.097892,416.5412784,874.7457941,468.6250779,2038.032967 +522334,1024.987643,414.9983396,871.7781196,466.154781,2037.115071 +522335,1043.951765,413.4763492,868.7928731,463.7338431,2036.17207 +522336,1028.83872,411.9741228,866.0774023,461.3325364,2035.349878 +522337,1024.475537,410.4914516,863.2071183,459.0586344,2034.192149 +522338,1018.594819,409.027529,860.4351304,456.7600417,2033.308295 +522339,1012.856253,407.5819867,857.7076208,454.5333844,2032.294592 +522340,1007.239134,406.1543296,851.3364181,452.3428237,2031.357729 +522341,1001.819546,404.744188,857.8010305,450.1915031,2030.367682 +522342,996.3093008,403.3511027,846.5884445,448.0776173,2029.40378 +522343,991.0850117,401.9748318,838.5355696,445.968004,2028.442815 +522344,985.8866938,400.6148669,859.1599026,443.9707877,2027.491029 +522345,980.7164611,399.2709483,825.0982303,441.9366551,2026.512474 +522346,975.8373196,397.9429127,855.5879335,439.9623021,2025.637166 +522347,970.864237,396.6301553,830.3320744,438.0133612,2024.696007 +522348,966.0475301,395.3327386,826.4774962,436.0936642,2023.793979 +522349,961.3747972,394.0500913,847.1944603,434.1722158,2022.907633 +522350,956.5828776,392.7821276,812.9190799,432.3531769,2022.034886 +522351,952.0408117,391.5286547,834.4813232,430.4936863,2021.176491 +522352,947.497833,390.289166,823.029403,428.6872613,2020.338919 +522353,943.0367773,389.0637607,822.4896816,426.9010129,2019.515954 +522354,938.6419071,387.8519794,828.0895487,425.1392014,2018.711862 +522355,934.3114863,386.6537648,813.9527988,423.401229,2017.925084 +522356,930.0424328,385.4688083,809.6701181,421.6570752,2017.156477 +522357,925.8361545,384.2969275,821.1510045,420.0087153,2016.407413 +522358,921.687193,383.1379444,813.3558529,418.317097,2015.676765 +522359,917.5964296,381.9917185,800.1492317,416.6737769,2014.964046 +522360,913.5614818,380.8579471,812.3689986,415.0467945,2014.270577 +522361,0,0,0,0,0 +522362,0,0,0,0,0 +522363,0,0,0,0,0 +522364,0,0,0,0,0 +522365,0,0,0,0,0 +522366,0,0,0,0,0 +522367,0,0,0,0,0 +522368,0,0,0,0,0 +522369,0,0,0,0,0 +522370,0,0,0,0,0 +522371,0,0,0,0,0 +522372,0,0,0,0,0 +522373,0,0,0,0,0 +522374,0,0,0,0,0 +522375,0,0,0,0,0 +522376,0,0,0,0,0 +522377,0,0,0,0,0 +522378,0,0,0,0,0 +522379,0,0,0,0,0 +522380,0,0,0,0,0 +522381,0,0,0,0,0 +522382,0,0,0,0,0 +522383,0,0,0,0,0 +522384,0,0,0,0,0 +522385,0,0,0,0,0 +522386,0,0,0,0,0 +522387,0,0,0,0,0 +522388,0,0,0,0,0 +522389,0,0,0,0,0 +522390,0,0,0,0,0 +522391,0,0,0,0,0 +522392,0,0,0,0,0 +522393,0,0,0,0,0 +522394,0,0,0,0,0 +522395,0,0,0,0,0 +522396,0,0,0,0,0 +522397,0,0,0,0,0 +522398,0,0,0,0,0 +522399,0,0,0,0,0 +522400,0,0,0,0,0 +522401,0,0,0,0,0 +522402,0,0,0,0,0 +522403,0,0,0,0,0 +522404,0,0,0,0,0 +522405,0,0,0,0,0 +522406,0,0,0,0,0 +522407,0,0,0,0,0 +522408,0,0,0,0,0 +522409,0,0,0,0,0 +522410,0,0,0,0,0 +522411,0,0,0,0,0 +522412,0,0,0,0,0 +522413,0,0,0,0,0 +522414,0,0,0,0,0 +522415,0,0,0,0,0 +522416,0,0,0,0,0 +522417,0,0,0,0,0 +522418,0,0,0,0,0 +522419,0,0,0,0,0 +522420,0,0,0,0,0 +522421,0,0,0,0,0 +522422,0,0,0,0,0 +522423,0,0,0,0,0 +522424,0,0,0,0,0 +522425,0,0,0,0,0 +522426,0,0,0,0,0 +522427,0,0,0,0,0 +522428,0,0,0,0,0 +522429,0,0,0,0,0 +522430,0,0,0,0,0 +522431,0,0,0,0,0 +522432,0,0,0,0,0 +522433,0,0,0,0,0 +522434,0,0,0,0,0 +522435,0,0,0,0,0 +522436,0,0,0,0,0 +522437,0,0,0,0,0 +522438,0,0,0,0,0 +522439,0,0,0,0,0 +522440,0,0,0,0,0 +522441,0,0,0,0,0 +522442,0,0,0,0,0 +522443,0,0,0,0,0 +522444,0,0,0,0,0 +522445,0,0,0,0,0 +522446,0,0,0,0,0 +522447,0,0,0,0,0 +522448,0,0,0,0,0 +522449,0,0,0,0,0 +522450,0,0,0,0,0 +522451,0,0,0,0,0 +522452,0,0,0,0,0 +522453,0,0,0,0,0 +522454,0,0,0,0,0 +522455,0,0,0,0,0 +522456,0,0,0,0,0 +522457,0,0,0,0,0 +522458,0,0,0,0,0 +522459,0,0,0,0,0 +522460,0,0,0,0,0 +522461,0,0,0,0,0 +522462,0,0,0,0,0 +522463,0,0,0,0,0 +522464,0,0,0,0,0 +522465,0,0,0,0,0 +522466,0,0,0,0,0 +522467,0,0,0,0,0 +522468,0,0,0,0,0 +522469,0,0,0,0,0 +522470,0,0,0,0,0 +522471,0,0,0,0,0 +522472,0,0,0,0,0 +522473,0,0,0,0,0 +522474,0,0,0,0,0 +522475,0,0,0,0,0 +522476,0,0,0,0,0 +522477,0,0,0,0,0 +522478,0,0,0,0,0 +522479,0,0,0,0,0 +522480,0,0,0,0,0 +522481,0,0,0,0,0 +522482,0,0,0,0,0 +522483,0,0,0,0,0 +522484,0,0,0,0,0 +522485,0,0,0,0,0 +522486,0,0,0,0,0 +522487,0,0,0,0,0 +522488,0,0,0,0,0 +522489,0,0,0,0,0 +522490,0,0,0,0,0 +522491,0,0,0,0,0 +522492,0,0,0,0,0 +522493,0,0,0,0,0 +522494,0,0,0,0,0 +522495,0,0,0,0,0 +522496,0,0,0,0,0 +522497,0,0,0,0,0 +522498,0,0,0,0,0 +522499,0,0,0,0,0 +522500,0,0,0,0,0 +522501,0,0,0,0,0 +522502,0,0,0,0,0 +522503,0,0,0,0,0 +522504,0,0,0,0,0 +522505,0,0,0,0,0 +522506,0,0,0,0,0 +522507,0,0,0,0,0 +522508,0,0,0,0,0 +522509,0,0,0,0,0 +522510,0,0,0,0,0 +522511,0,0,0,0,0 +522512,0,0,0,0,0 +522513,0,0,0,0,0 +522514,0,0,0,0,0 +522515,0,0,0,0,0 +522516,0,0,0,0,0 +522517,0,0,0,0,0 +522518,0,0,0,0,0 +522519,0,0,0,0,0 +522520,0,0,0,0,0 +522521,0,0,0,0,0 +522522,0,0,0,0,0 +522523,0,0,0,0,0 +522524,0,0,0,0,0 +522525,0,0,0,0,0 +522526,0,0,0,0,0 +522527,0,0,0,0,0 +522528,0,0,0,0,0 +522529,0,0,0,0,0 +522530,0,0,0,0,0 +522531,0,0,0,0,0 +522532,0,0,0,0,0 +522533,0,0,0,0,0 +522534,0,0,0,0,0 +522535,0,0,0,0,0 +522536,0,0,0,0,0 +522537,0,0,0,0,0 +522538,0,0,0,0,0 +522539,0,0,0,0,0 +522540,0,0,0,0,0 +522541,0,0,0,0,0 +522542,0,0,0,0,0 +522543,0,0,0,0,0 +522544,0,0,0,0,0 +522545,0,0,0,0,0 +522546,0,0,0,0,0 +522547,0,0,0,0,0 +522548,0,0,0,0,0 +522549,0,0,0,0,0 +522550,0,0,0,0,0 +522551,0,0,0,0,0 +522552,0,0,0,0,0 +522553,0,0,0,0,0 +522554,0,0,0,0,0 +522555,0,0,0,0,0 +522556,0,0,0,0,0 +522557,0,0,0,0,0 +522558,0,0,0,0,0 +522559,0,0,0,0,0 +522560,0,0,0,0,0 +522561,0,0,0,0,0 +522562,0,0,0,0,0 +522563,0,0,0,0,0 +522564,0,0,0,0,0 +522565,0,0,0,0,0 +522566,0,0,0,0,0 +522567,0,0,0,0,0 +522568,0,0,0,0,0 +522569,0,0,0,0,0 +522570,0,0,0,0,0 +522571,0,0,0,0,0 +522572,0,0,0,0,0 +522573,0,0,0,0,0 +522574,0,0,0,0,0 +522575,0,0,0,0,0 +522576,0,0,0,0,0 +522577,0,0,0,0,0 +522578,0,0,0,0,0 +522579,0,0,0,0,0 +522580,0,0,0,0,0 +522581,0,0,0,0,0 +522582,0,0,0,0,0 +522583,0,0,0,0,0 +522584,0,0,0,0,0 +522585,0,0,0,0,0 +522586,0,0,0,0,0 +522587,0,0,0,0,0 +522588,0,0,0,0,0 +522589,0,0,0,0,0 +522590,0,0,0,0,0 +522591,0,0,0,0,0 +522592,0,0,0,0,0 +522593,0,0,0,0,0 +522594,0,0,0,0,0 +522595,0,0,0,0,0 +522596,0,0,0,0,0 +522597,0,0,0,0,0 +522598,0,0,0,0,0 +522599,0,0,0,0,0 +522600,0,0,0,0,0 +522601,0,0,0,0,0 +522602,0,0,0,0,0 +522603,0,0,0,0,0 +522604,0,0,0,0,0 +522605,0,0,0,0,0 +522606,0,0,0,0,0 +522607,0,0,0,0,0 +522608,0,0,0,0,0 +522609,0,0,0,0,0 +522610,0,0,0,0,0 +522611,0,0,0,0,0 +522612,0,0,0,0,0 +522613,0,0,0,0,0 +522614,0,0,0,0,0 +522615,0,0,0,0,0 +522616,0,0,0,0,0 +522617,0,0,0,0,0 +522618,0,0,0,0,0 +522619,0,0,0,0,0 +522620,0,0,0,0,0 +522621,0,0,0,0,0 +522622,0,0,0,0,0 +522623,0,0,0,0,0 +522624,0,0,0,0,0 +522625,0,0,0,0,0 +522626,0,0,0,0,0 +522627,0,0,0,0,0 +522628,0,0,0,0,0 +522629,0,0,0,0,0 +522630,0,0,0,0,0 +522631,0,0,0,0,0 +522632,0,0,0,0,0 +522633,0,0,0,0,0 +522634,0,0,0,0,0 +522635,0,0,0,0,0 +522636,0,0,0,0,0 +522637,0,0,0,0,0 +522638,0,0,0,0,0 +522639,0,0,0,0,0 +522640,0,0,0,0,0 +522641,0,0,0,0,0 +522642,0,0,0,0,0 +522643,0,0,0,0,0 +522644,0,0,0,0,0 +522645,0,0,0,0,0 +522646,0,0,0,0,0 +522647,0,0,0,0,0 +522648,0,0,0,0,0 +522649,0,0,0,0,0 +522650,0,0,0,0,0 +522651,0,0,0,0,0 +522652,0,0,0,0,0 +522653,0,0,0,0,0 +522654,0,0,0,0,0 +522655,0,0,0,0,0 +522656,0,0,0,0,0 +522657,0,0,0,0,0 +522658,0,0,0,0,0 +522659,0,0,0,0,0 +522660,0,0,0,0,0 +522661,0,0,0,0,0 +522662,0,0,0,0,0 +522663,0,0,0,0,0 +522664,0,0,0,0,0 +522665,0,0,0,0,0 +522666,0,0,0,0,0 +522667,0,0,0,0,0 +522668,0,0,0,0,0 +522669,0,0,0,0,0 +522670,0,0,0,0,0 +522671,0,0,0,0,0 +522672,0,0,0,0,0 +522673,0,0,0,0,0 +522674,0,0,0,0,0 +522675,0,0,0,0,0 +522676,0,0,0,0,0 +522677,0,0,0,0,0 +522678,0,0,0,0,0 +522679,0,0,0,0,0 +522680,0,0,0,0,0 +522681,0,0,0,0,0 +522682,0,0,0,0,0 +522683,0,0,0,0,0 +522684,0,0,0,0,0 +522685,0,0,0,0,0 +522686,0,0,0,0,0 +522687,0,0,0,0,0 +522688,0,0,0,0,0 +522689,0,0,0,0,0 +522690,0,0,0,0,0 +522691,0,0,0,0,0 +522692,0,0,0,0,0 +522693,0,0,0,0,0 +522694,0,0,0,0,0 +522695,0,0,0,0,0 +522696,0,0,0,0,0 +522697,0,0,0,0,0 +522698,0,0,0,0,0 +522699,0,0,0,0,0 +522700,0,0,0,0,0 +522701,0,0,0,0,0 +522702,0,0,0,0,0 +522703,0,0,0,0,0 +522704,0,0,0,0,0 +522705,0,0,0,0,0 +522706,0,0,0,0,0 +522707,0,0,0,0,0 +522708,0,0,0,0,0 +522709,0,0,0,0,0 +522710,0,0,0,0,0 +522711,0,0,0,0,0 +522712,0,0,0,0,0 +522713,0,0,0,0,0 +522714,0,0,0,0,0 +522715,0,0,0,0,0 +522716,0,0,0,0,0 +522717,0,0,0,0,0 +522718,0,0,0,0,0 +522719,0,0,0,0,0 +522720,0,0,0,0,0 +522721,0,0,0,0,0 +522722,0,0,0,0,0 +522723,0,0,0,0,0 +522724,0,0,0,0,0 +522725,0,0,0,0,0 +522726,0,0,0,0,0 +522727,0,0,0,0,0 +522728,0,0,0,0,0 +522729,0,0,0,0,0 +522730,0,0,0,0,0 +522731,0,0,0,0,0 +522732,0,0,0,0,0 +522733,0,0,0,0,0 +522734,0,0,0,0,0 +522735,0,0,0,0,0 +522736,0,0,0,0,0 +522737,0,0,0,0,0 +522738,0,0,0,0,0 +522739,0,0,0,0,0 +522740,0,0,0,0,0 +522741,0,0,0,0,0 +522742,0,0,0,0,0 +522743,0,0,0,0,0 +522744,0,0,0,0,0 +522745,0,0,0,0,0 +522746,0,0,0,0,0 +522747,0,0,0,0,0 +522748,0,0,0,0,0 +522749,0,0,0,0,0 +522750,0,0,0,0,0 +522751,0,0,0,0,0 +522752,0,0,0,0,0 +522753,0,0,0,0,0 +522754,0,0,0,0,0 +522755,0,0,0,0,0 +522756,0,0,0,0,0 +522757,0,0,0,0,0 +522758,0,0,0,0,0 +522759,0,0,0,0,0 +522760,0,0,0,0,0 +522761,0,0,0,0,0 +522762,0,0,0,0,0 +522763,0,0,0,0,0 +522764,0,0,0,0,0 +522765,0,0,0,0,0 +522766,0,0,0,0,0 +522767,0,0,0,0,0 +522768,0,0,0,0,0 +522769,0,0,0,0,0 +522770,0,0,0,0,0 +522771,0,0,0,0,0 +522772,0,0,0,0,0 +522773,0,0,0,0,0 +522774,0,0,0,0,0 +522775,0,0,0,0,0 +522776,0,0,0,0,0 +522777,0,0,0,0,0 +522778,0,0,0,0,0 +522779,0,0,0,0,0 +522780,0,0,0,0,0 +522781,0,0,0,0,0 +522782,0,0,0,0,0 +522783,0,0,0,0,0 +522784,0,0,0,0,0 +522785,0,0,0,0,0 +522786,0,0,0,0,0 +522787,0,0,0,0,0 +522788,0,0,0,0,0 +522789,0,0,0,0,0 +522790,0,0,0,0,0 +522791,0,0,0,0,0 +522792,0,0,0,0,0 +522793,0,0,0,0,0 +522794,0,0,0,0,0 +522795,0,0,0,0,0 +522796,0,0,0,0,0 +522797,0,0,0,0,0 +522798,0,0,0,0,0 +522799,0,0,0,0,0 +522800,0,0,0,0,0 +522801,0,0,0,0,0 +522802,0,0,0,0,0 +522803,0,0,0,0,0 +522804,0,0,0,0,0 +522805,0,0,0,0,0 +522806,0,0,0,0,0 +522807,0,0,0,0,0 +522808,0,0,0,0,0 +522809,0,0,0,0,0 +522810,0,0,0,0,0 +522811,0,0,0,0,0 +522812,0,0,0,0,0 +522813,0,0,0,0,0 +522814,0,0,0,0,0 +522815,0,0,0,0,0 +522816,0,0,0,0,0 +522817,0,0,0,0,0 +522818,0,0,0,0,0 +522819,0,0,0,0,0 +522820,0,0,0,0,0 +522821,0,0,0,0,0 +522822,0,0,0,0,0 +522823,0,0,0,0,0 +522824,0,0,0,0,0 +522825,0,0,0,0,0 +522826,0,0,0,0,0 +522827,0,0,0,0,0 +522828,0,0,0,0,0 +522829,0,0,0,0,0 +522830,0,0,0,0,0 +522831,0,0,0,0,0 +522832,0,0,0,0,0 +522833,0,0,0,0,0 +522834,0,0,0,0,0 +522835,0,0,0,0,0 +522836,0,0,0,0,0 +522837,0,0,0,0,0 +522838,0,0,0,0,0 +522839,0,0,0,0,0 +522840,0,0,0,0,0 +522841,0,0,0,0,0 +522842,0,0,0,0,0 +522843,0,0,0,0,0 +522844,0,0,0,0,0 +522845,0,0,0,0,0 +522846,0,0,0,0,0 +522847,0,0,0,0,0 +522848,0,0,0,0,0 +522849,0,0,0,0,0 +522850,0,0,0,0,0 +522851,0,0,0,0,0 +522852,0,0,0,0,0 +522853,0,0,0,0,0 +522854,0,0,0,0,0 +522855,0,0,0,0,0 +522856,0,0,0,0,0 +522857,0,0,0,0,0 +522858,0,0,0,0,0 +522859,0,0,0,0,0 +522860,0,0,0,0,0 +522861,0,0,0,0,0 +522862,0,0,0,0,0 +522863,0,0,0,0,0 +522864,0,0,0,0,0 +522865,0,0,0,0,0 +522866,0,0,0,0,0 +522867,0,0,0,0,0 +522868,0,0,0,0,0 +522869,0,0,0,0,0 +522870,0,0,0,0,0 +522871,0,0,0,0,0 +522872,0,0,0,0,0 +522873,0,0,0,0,0 +522874,0,0,0,0,0 +522875,0,0,0,0,0 +522876,0,0,0,0,0 +522877,0,0,0,0,0 +522878,0,0,0,0,0 +522879,0,0,0,0,0 +522880,0,0,0,0,0 +522881,0,0,0,0,0 +522882,0,0,0,0,0 +522883,0,0,0,0,0 +522884,0,0,0,0,0 +522885,0,0,0,0,0 +522886,0,0,0,0,0 +522887,0,0,0,0,0 +522888,0,0,0,0,0 +522889,0,0,0,0,0 +522890,0,0,0,0,0 +522891,0,0,0,0,0 +522892,0,0,0,0,0 +522893,0,0,0,0,0 +522894,0,0,0,0,0 +522895,0,0,0,0,0 +522896,0,0,0,0,0 +522897,0,0,0,0,0 +522898,0,0,0,0,0 +522899,0,0,0,0,0 +522900,0,0,0,0,0 +522901,0,0,0,0,0 +522902,0,0,0,0,0 +522903,0,0,0,0,0 +522904,0,0,0,0,0 +522905,0,0,0,0,0 +522906,0,0,0,0,0 +522907,0,0,0,0,0 +522908,0,0,0,0,0 +522909,0,0,0,0,0 +522910,0,0,0,0,0 +522911,0,0,0,0,0 +522912,0,0,0,0,0 +522913,0,0,0,0,0 +522914,0,0,0,0,0 +522915,0,0,0,0,0 +522916,0,0,0,0,0 +522917,0,0,0,0,0 +522918,0,0,0,0,0 +522919,0,0,0,0,0 +522920,0,0,0,0,0 +522921,0,0,0,0,0 +522922,0,0,0,0,0 +522923,0,0,0,0,0 +522924,0,0,0,0,0 +522925,0,0,0,0,0 +522926,0,0,0,0,0 +522927,0,0,0,0,0 +522928,0,0,0,0,0 +522929,0,0,0,0,0 +522930,0,0,0,0,0 +522931,0,0,0,0,0 +522932,0,0,0,0,0 +522933,0,0,0,0,0 +522934,0,0,0,0,0 +522935,0,0,0,0,0 +522936,0,0,0,0,0 +522937,0,0,0,0,0 +522938,0,0,0,0,0 +522939,0,0,0,0,0 +522940,0,0,0,0,0 +522941,0,0,0,0,0 +522942,0,0,0,0,0 +522943,0,0,0,0,0 +522944,0,0,0,0,0 +522945,0,0,0,0,0 +522946,0,0,0,0,0 +522947,0,0,0,0,0 +522948,0,0,0,0,0 +522949,0,0,0,0,0 +522950,0,0,0,0,0 +522951,0,0,0,0,0 +522952,0,0,0,0,0 +522953,0,0,0,0,0 +522954,0,0,0,0,0 +522955,0,0,0,0,0 +522956,0,0,0,0,0 +522957,0,0,0,0,0 +522958,0,0,0,0,0 +522959,0,0,0,0,0 +522960,0,0,0,0,0 +522961,0,0,0,0,0 +522962,0,0,0,0,0 +522963,0,0,0,0,0 +522964,0,0,0,0,0 +522965,0,0,0,0,0 +522966,0,0,0,0,0 +522967,0,0,0,0,0 +522968,0,0,0,0,0 +522969,0,0,0,0,0 +522970,0,0,0,0,0 +522971,0,0,0,0,0 +522972,0,0,0,0,0 +522973,0,0,0,0,0 +522974,0,0,0,0,0 +522975,0,0,0,0,0 +522976,0,0,0,0,0 +522977,0,0,0,0,0 +522978,0,0,0,0,0 +522979,0,0,0,0,0 +522980,0,0,0,0,0 +522981,0,0,0,0,0 +522982,0,0,0,0,0 +522983,0,0,0,0,0 +522984,0,0,0,0,0 +522985,0,0,0,0,0 +522986,0,0,0,0,0 +522987,0,0,0,0,0 +522988,0,0,0,0,0 +522989,0,0,0,0,0 +522990,0,0,0,0,0 +522991,0,0,0,0,0 +522992,0,0,0,0,0 +522993,0,0,0,0,0 +522994,0,0,0,0,0 +522995,0,0,0,0,0 +522996,0,0,0,0,0 +522997,0,0,0,0,0 +522998,0,0,0,0,0 +522999,0,0,0,0,0 +523000,0,0,0,0,0 +523001,0,0,0,0,0 +523002,0,0,0,0,0 +523003,0,0,0,0,0 +523004,0,0,0,0,0 +523005,0,0,0,0,0 +523006,0,0,0,0,0 +523007,0,0,0,0,0 +523008,0,0,0,0,0 +523009,0,0,0,0,0 +523010,0,0,0,0,0 +523011,0,0,0,0,0 +523012,0,0,0,0,0 +523013,0,0,0,0,0 +523014,0,0,0,0,0 +523015,0,0,0,0,0 +523016,0,0,0,0,0 +523017,0,0,0,0,0 +523018,0,0,0,0,0 +523019,0,0,0,0,0 +523020,0,0,0,0,0 +523021,0,0,0,0,0 +523022,0,0,0,0,0 +523023,0,0,0,0,0 +523024,0,0,0,0,0 +523025,0,0,0,0,0 +523026,0,0,0,0,0 +523027,0,0,0,0,0 +523028,0,0,0,0,0 +523029,0,0,0,0,0 +523030,0,0,0,0,0 +523031,0,0,0,0,0 +523032,0,0,0,0,0 +523033,0,0,0,0,0 +523034,0,0,0,0,0 +523035,0,0,0,0,0 +523036,0,0,0,0,0 +523037,0,0,0,0,0 +523038,0,0,0,0,0 +523039,0,0,0,0,0 +523040,0,0,0,0,0 +523041,0,0,0,0,0 +523042,0,0,0,0,0 +523043,0,0,0,0,0 +523044,0,0,0,0,0 +523045,0,0,0,0,0 +523046,0,0,0,0,0 +523047,0,0,0,0,0 +523048,0,0,0,0,0 +523049,0,0,0,0,0 +523050,0,0,0,0,0 +523051,0,0,0,0,0 +523052,0,0,0,0,0 +523053,0,0,0,0,0 +523054,0,0,0,0,0 +523055,0,0,0,0,0 +523056,0,0,0,0,0 +523057,0,0,0,0,0 +523058,0,0,0,0,0 +523059,0,0,0,0,0 +523060,0,0,0,0,0 +523061,0,0,0,0,0 +523062,0,0,0,0,0 +523063,0,0,0,0,0 +523064,0,0,0,0,0 +523065,0,0,0,0,0 +523066,0,0,0,0,0 +523067,0,0,0,0,0 +523068,0,0,0,0,0 +523069,0,0,0,0,0 +523070,0,0,0,0,0 +523071,0,0,0,0,0 +523072,0,0,0,0,0 +523073,0,0,0,0,0 +523074,0,0,0,0,0 +523075,0,0,0,0,0 +523076,0,0,0,0,0 +523077,0,0,0,0,0 +523078,0,0,0,0,0 +523079,0,0,0,0,0 +523080,0,0,0,0,0 +523081,0,0,0,0,0 +523082,0,0,0,0,0 +523083,0,0,0,0,0 +523084,0,0,0,0,0 +523085,0,0,0,0,0 +523086,0,0,0,0,0 +523087,0,0,0,0,0 +523088,0,0,0,0,0 +523089,0,0,0,0,0 +523090,0,0,0,0,0 +523091,0,0,0,0,0 +523092,0,0,0,0,0 +523093,0,0,0,0,0 +523094,0,0,0,0,0 +523095,0,0,0,0,0 +523096,0,0,0,0,0 +523097,0,0,0,0,0 +523098,0,0,0,0,0 +523099,0,0,0,0,0 +523100,0,0,0,0,0 +523101,0,0,0,0,0 +523102,0,0,0,0,0 +523103,0,0,0,0,0 +523104,0,0,0,0,0 +523105,0,0,0,0,0 +523106,0,0,0,0,0 +523107,0,0,0,0,0 +523108,0,0,0,0,0 +523109,0,0,0,0,0 +523110,0,0,0,0,0 +523111,0,0,0,0,0 +523112,0,0,0,0,0 +523113,0,0,0,0,0 +523114,0,0,0,0,0 +523115,0,0,0,0,0 +523116,0,0,0,0,0 +523117,0,0,0,0,0 +523118,0,0,0,0,0 +523119,0,0,0,0,0 +523120,0,0,0,0,0 +523121,0,0,0,0,0 +523122,0,0,0,0,0 +523123,0,0,0,0,0 +523124,0,0,0,0,0 +523125,0,0,0,0,0 +523126,0,0,0,0,0 +523127,0,0,0,0,0 +523128,0,0,0,0,0 +523129,0,0,0,0,0 +523130,0,0,0,0,0 +523131,0,0,0,0,0 +523132,0,0,0,0,0 +523133,0,0,0,0,0 +523134,0,0,0,0,0 +523135,0,0,0,0,0 +523136,0,0,0,0,0 +523137,0,0,0,0,0 +523138,0,0,0,0,0 +523139,0,0,0,0,0 +523140,0,0,0,0,0 +523141,-1707.68029,-722.8968809,-1671.380702,-722.8988962,-990.9865579 +523142,-1553.772631,-657.7331622,-1520.832428,-657.734935,-902.3425315 +523143,-1644.071184,-696.1215627,-1609.337745,-696.1234842,-958.3688811 +523144,-1764.003567,-747.1033309,-1726.827464,-747.1054476,-1031.663855 +523145,-1832.869564,-776.463957,-1794.323435,-776.4661862,-1074.665592 +523146,-1868.101439,-791.5858632,-1828.889,-791.5881503,-1097.654768 +523147,-1881.973323,-797.665263,-1842.535455,-797.6675736,-1107.840394 +523148,-1884.718706,-799.0330106,-1845.277845,-799.0353269,-1111.231881 +523149,-1883.123261,-798.5593039,-1843.758423,-798.5616189,-1111.827669 +523150,-933.267567,-651.8510921,-1079.092066,-651.8528632,-1111.363721 +523151,-1395.12272,-507.9391878,-1273.4782,-507.1539805,-1110.627003 +523152,-1279.931147,-616.9800806,-1283.923809,-618.4238526,-1109.292539 +523153,-1244.874431,-569.1976755,-1228.078467,-567.0456751,-903.0121912 +523154,-1233.47252,-561.6624307,-1210.651966,-563.9034196,-600.3093008 +523155,-1225.103406,-558.3408849,-1202.530701,-556.599942,-821.1277531 +523156,-1212.928623,-551.3210975,-1194.175815,-552.5286922,-737.3379349 +523157,-1204.003856,-547.6983308,-1182.055735,-546.4547378,-730.5743517 +523158,-1194.853488,-541.4108852,-1173.175515,-542.6985519,-724.6071339 +523159,-1185.480618,-538.8373598,-1164.081356,-537.5213055,-718.4732712 +523160,-1177.831205,-532.1624994,-1156.659851,-533.5253519,-712.1718059 +523161,-1168.056532,-529.4231018,-1147.17531,-529.4235401,-707.8826532 +523162,-1160.081753,-525.2147503,-1139.436479,-523.7841842,-701.2939398 +523163,-1154.00954,-520.1644901,-1131.55559,-520.897841,-696.8073431 +523164,-1143.689211,-517.2139242,-1123.531157,-517.2158869,-691.083254 +523165,-1139.504347,-512.6881298,-1117.42052,-512.6895926,-685.2316992 +523166,-1131.004742,-509.6072708,-1109.138398,-509.6083777,-681.6603976 +523167,-1124.530437,-505.679168,-1102.830932,-505.680111,-675.598072 +523168,-1115.760133,-501.6656437,-1096.437512,-501.6665245,-670.6514165 +523169,-1113.548503,-499.2172246,-1089.956472,-499.218082,-666.8840109 +523170,-1102.309147,-495.900494,-1083.387127,-495.901324,-661.7806862 +523171,-1100.035705,-491.6715244,-1078.95896,-491.6723188,-656.5854838 +523172,-1093.140833,-489.955513,-1069.977977,-489.9562857,-652.6282371 +523173,-1088.491611,-485.5952972,-1067.710444,-485.5960349,-648.6173085 +523174,-1079.064597,-483.8254607,-1058.525595,-483.8261799,-643.1840671 +523175,-1079.068957,-480.2362827,-1056.206488,-480.2369754,-640.4311158 +523176,-1064.60616,-422.5962014,-1039.655302,-474.7333332,-636.2539476 +523177,-1058.463516,-405.7295865,-1034.830363,-470.981596,-630.5951415 +523178,-1052.251889,-389.7195578,-1026.27655,-468.1237501,-628.4470976 +523179,-1047.23174,-374.8464836,-1020.083632,-464.2523078,-623.3766083 +523180,-1039.612237,-359.2023431,-1015.078707,-461.3032565,-620.4429071 +523181,-1034.475435,-343.5214539,-1006.206346,-457.8119121,-615.9915921 +523182,-1029.291166,-327.8865615,-1002.362203,-455.2845032,-612.9901504 +523183,-1021.423441,-312.3857331,-994.5909308,-451.1795842,-608.436025 +523184,-1018.77864,-295.3784516,-989.3514423,-449.1000313,-605.3653323 +523185,-1010.764447,-280.366443,-984.0633807,-445.9437222,-602.2663443 +523186,-1005.360995,-262.5251267,-977.3830445,-442.7435382,-599.1384814 +523187,-999.908869,-246.9272042,-971.9838709,-439.4995941,-594.3922182 +523188,-995.7871298,-228.9197199,-967.9019969,-437.312821,-592.7958568 +523189,-988.8506598,-212.9377049,-959.650185,-433.9937536,-587.961562 +523190,-983.2442038,-195.0703291,-955.4830581,-430.6288938,-585.5195308 +523191,-977.5865253,-177.3838885,-948.4721227,-428.9300295,-582.236993 +523192,-971.8765345,-160.2349073,-945.6462966,-425.4946665,-579.7550755 +523193,-966.1134773,-142.107055,-937.0833414,-422.5955374,-575.579816 +523194,-961.7561685,-124.1235457,-931.3100005,-420.2526065,-573.0516597 +523195,-954.4239829,-106.0740571,-928.4054612,-417.8875851,-569.6534342 +523196,-948.4980548,-92.45001308,-921.0782312,-414.2980411,-567.9426497 +523197,-944.0187604,-78.01040315,-915.1553916,-411.8780725,-562.7616922 +523198,-936.4817527,-63.29926386,-910.6784874,-409.4359853,-562.7620567 +523199,-933.4438716,-48.45296308,-904.6596807,-406.9708511,-557.508588 +523200,-924.2400059,-33.4716884,-898.5850758,-404.4822844,-555.7413325 +523201,-921.1457476,-17.95054213,-893.9932206,-400.7057975,-552.1821826 +523202,-913.3423067,-2.564363471,-886.2669679,-399.4363712,-549.4913115 +523203,-905.4482246,0,-883.1526895,-395.5894966,-546.7817435 +523204,-902.2672709,0,-873.7176737,-392.9953754,-544.0532241 +523205,-892.6287368,0,-868.9530954,-390.3775631,-541.3056109 +523206,-889.3878731,0,-864.1561948,-387.7354332,-538.5388285 +523207,-881.2163897,0,-857.7058765,-385.0683768,-535.7528047 +523208,-874.6120233,0,-849.5591977,-382.376444,-532.0080909 +523209,-869.620461,0,-846.2769403,-378.9765588,-531.0668852 +523210,-862.90991,0,-839.6627894,-376.9185275,-527.2786873 +523211,-856.1371421,0,-832.987285,-374.151767,-524.4146039 +523212,-851.0175955,0,-827.9414777,-371.3592623,-522.4944115 +523213,-844.1355991,0,-821.1590759,-369.2479178,-519.5972313 +523214,-837.1905426,0,-814.3156403,-365.6960105,-516.679967 +523215,-831.9412275,0,-810.8724236,-363.5459791,-513.7427121 +523216,-824.8855677,0,-802.1903627,-360.655948,-511.7735197 +523217,-817.766277,0,-798.6913048,-358.4712032,-508.8024812 +523218,-812.3854604,0,-789.8718688,-354.7961561,-506.810439 +523219,-805.1534536,0,-786.3179748,-353.3151247,-503.8050315 +523220,-797.8569581,0,-779.1596887,-349.581423,-500.7790661 +523221,-793.2648834,0,-773.7489615,-347.6993921,-498.7504707 +523222,-784.9315232,0,-766.4784168,-344.6651418,-495.6900906 +523223,-778.392894,0,-760.9843297,-341.9878963,-493.6383391 +523224,-771.8044154,0,-755.4541071,-339.6764648,-491.5771033 +523225,-761.3486416,0,-742.406574,-334.2223616,-487.4262885 +523226,-752.699765,0,-736.753956,-331.0674722,-486.382986 +523227,-746.8883161,0,-728.205485,-328.6833978,-483.2382884 +523228,-740.0598449,0,-723.4220627,-325.4795812,-480.072298 +523229,-731.2039639,0,-716.6811194,-322.2479843,-478.4815381 +523230,-725.2538609,0,-709.8893569,-320.6222626,-475.2835208 +523231,-717.2611218,0,-703.0477968,-316.5250594,-472.6021491 +523232,-710.2129603,0,-697.1440206,-314.4603979,-470.9862685 +523233,-707.1767664,0,-697.1437746,-314.0460452,-467.1943308 +523234,-701.0761096,0,-691.2025983,-312.3845937,-465.5603511 +523235,-692.8824458,0,-685.2249628,-308.6193408,-462.8247534 +523236,-686.6941087,0,-678.2041241,-306.5125397,-459.5219997 +523237,-678.3839894,0,-673.159352,-303.969683,-457.3082576 +523238,-672.108506,0,-666.052366,-300.5538665,-455.0847992 +523239,-664.7391634,0,-659.9211997,-298.8359053,-452.2915268 +523240,-656.2543568,0,-652.7219361,-295.3774252,-449.4829515 +523241,-649.8485204,0,-647.5501908,-292.7653011,-447.2251551 +523242,-642.3280346,0,-640.2660391,-290.5765052,-443.8200163 +523243,-633.6717654,0,-635.0332681,-287.0508705,-442.6802455 +523244,-627.1378339,0,-626.6075931,-284.833422,-438.0957015 +523245,-619.468631,0,-622.372094,-282.1578365,-436.9436894 +523246,-611.7502355,0,-613.8512956,-279.016057,-433.4722335 +523247,-602.8696869,0,-608.4948256,-276.759168,-431.7282668 +523248,-596.1692797,0,-602.0342191,-273.5808427,-428.2233643 +523249,-588.3075886,0,-595.5383185,-270.8399758,-425.8745305 +523250,-579.264685,0,-587.9156841,-268.5442032,-422.9246341 +523251,-572.4436971,0,-582.4433536,-265.3116728,-420.553695 +523252,-564.4429088,0,-575.8446086,-262.5244848,-418.1728017 +523253,-555.2433991,0,-569.2118118,-260.1904831,-414.5827699 +523254,-548.3066464,0,-562.5454581,-256.9047171,-412.7795992 +523255,-539.0072335,0,-555.846344,-254.5455418,-409.7617625 +523256,-531.9967227,0,-549.1147401,-251.7006047,-406.728508 +523257,-522.6007616,0,-542.3512855,-248.8409034,-404.2909474 +523258,-514.3361485,0,-536.6909631,-245.9666331,-401.2301378 +523259,-507.2207571,0,-528.7292,-243.0781387,-398.7705251 +523260,-497.688105,0,-523.017073,-240.6602653,-396.3010492 +523261,-488.1064681,0,-514.9845632,-237.2584925,-392.5783354 +523262,-479.6840595,0,-508.0677734,-234.3277446,-388.8337291 +523263,-470.6204833,104.8825848,-501.1220699,-231.3834469,-386.3253263 +523264,-460.9091584,153.0765684,-494.1474902,-228.4255435,-381.9120142 +523265,-451.7664616,126.3629003,-485.9751884,-225.4543753,-379.3770115 +523266,-443.201057,158.1397629,-480.1157224,-221.9714429,-375.5562975 +523267,-432.7594735,172.8897446,-471.291406,-219.4733871,-372.3559417 +523268,-423.5120199,187.4441926,-464.7953139,-216.4638632,-368.495865 +523269,-414.8534733,201.4956264,-457.6847658,-212.9371049,-365.9107613 +523270,-403.6833616,215.9506375,-449.9539696,-210.4082372,-361.3639374 +523271,-395.592411,229.3939328,-442.7937746,-206.8540198,-358.7530898 +523272,-384.9826486,243.3386834,-435.6109854,-204.3059656,-355.4763435 +523273,-376.222736,257.1411298,-427.8051233,-200.7255431,-351.5250841 +523274,-365.5599833,270.0924667,-421.1812266,-198.1592862,-348.2167427 +523275,-356.1308979,283.7575767,-413.331034,-194.5541578,-344.8942893 +523276,-346.6839018,296.5580591,-406.0648127,-191.9708217,-340.888795 +523277,-336.5889934,309.996209,-398.7805133,-188.3425817,-338.8786939 +523278,-326.4776644,322.4352847,-391.4787506,-185.743332,-333.4935932 +523279,-316.9852875,335.1432514,-383.5499811,-182.615753,-332.1420982 +523280,-306.847653,347.9950178,-376.8270322,-179.2175652,-326.7136853 +523281,-296.6990721,360.2986536,-368.8656953,-176.3347579,-324.6694685 +523282,-287.1764165,372.4452435,-362.1166912,-173.1821794,-320.5665359 +523283,-276.3755915,385.0453528,-354.1264835,-170.0220555,-317.8209064 +523284,-267.1575926,396.9496877,-347.3546851,-166.8547296,-313.6869574 +523285,-256.0264714,408.9871183,-339.3395043,-163.9454558,-310.2282414 +523286,-246.8000608,420.8651536,-332.5481839,-160.7653683,-307.4524372 +523287,-235.6610554,432.3702308,-324.5118069,-157.3134681,-303.2738834 +523288,-226.1112978,444.7315187,-317.0848669,-154.653783,-300.4786632 +523289,-215.6047093,455.7128806,-310.2702553,-151.1905366,-296.6228077 +523290,-205.0968576,467.3807672,-302.2086805,-147.9886012,-293.4576371 +523291,-196.1805213,478.3766264,-296.6234427,-145.8515636,-289.9299689 +523292,-186.6268394,489.2308405,-291.0350132,-143.1774213,-286.391183 +523293,-177.7098116,499.9288807,-285.1328634,-140.768337,-282.8415576 +523294,-168.1556505,516.1978889,-279.2276812,-138.357184,-279.9942485 +523295,-159.2383597,529.7267392,-274.252978,-135.9440936,-275.7106572 +523296,-149.3655789,543.9497081,-268.0320929,-133.52921,-273.2052612 +523297,-140.7667791,557.2903259,-262.4314566,-131.1126821,-269.2582455 +523298,-131.2124803,570.792551,-257.4518756,-128.6946554,-265.6599723 +523299,-122.1358738,584.0613447,-251.5368523,-126.5441605,-262.7747019 +523300,-112.7407946,597.2877673,-246.2433013,-124.1235417,-259.1598232 +523301,-103.5049497,610.3027135,-240.6372368,-121.7017398,-255.5361075 +523302,-94.10989491,623.2214235,-235.0302737,-119.548185,-252.6310349 +523303,-85.0333178,635.9663628,-230.0456912,-116.8551333,-248.9921584 +523304,-75.63825811,648.6863667,-224.437251,-114.9694945,-245.3452949 +523305,-66.56166158,661.1987244,-218.8282049,-112.544281,-242.4223235 +523306,-56.84810542,673.5809511,-213.8420951,-110.1183608,-238.3954172 +523307,-47.77152252,685.9455778,-208.2322359,-107.8267261,-235.8284286 +523308,-38.37646441,698.0570724,-202.9337843,-105.6695049,-231.7876588 +523309,-29.14063289,710.1978611,-197.6351029,-103.2421497,-228.8439778 +523310,-19.42708608,722.0811532,-192.3362488,-101.0841974,-225.158695 +523311,-10.35049781,733.9991811,-187.0372279,-98.79105329,-222.2061876 +523312,0,745.6592147,-181.7381089,-96.36273134,-218.5103547 +523313,0,751.9835703,-164.2816691,-89.07660885,-215.5498034 +523314,0,762.1040975,-157.7353643,-86.37771132,-211.8444686 +523315,0,773.882673,-151.8125083,-83.67865211,-208.5055283 +523316,0,784.5500368,-146.5131504,-81.38441861,-205.5344722 +523317,0,795.5723839,-140.5902784,-78.82018703,-201.8166815 +523318,0,806.625019,-135.2908913,-76.52585401,-198.4672281 +523319,0,817.3159527,-129.6797533,-73.96154378,-195.4873848 +523320,0,828.2155263,-124.3803372,-71.80213735,-191.7593337 +523321,0,838.5375993,-119.0808983,-69.37274281,-188.7745471 +523322,0,848.8097669,-114.2490943,-67.21329402,-186.5347052 +523323,0,858.9376874,-109.1055466,-65.05384261,-182.7992041 +523324,0,869.1599583,-104.2737447,-62.7594058,-180.1828224 +523325,0,878.9906262,-99.28606121,-60.5999468,-177.3782171 +523326,0,889.0383119,-94.2983727,-58.30551946,-174.1980742 +523327,0,898.7648874,-89.46655658,-56.28104304,-171.3908209 +523328,0,908.6551291,-84.4788653,-53.98660394,-168.2079517 +523329,0,918.1312841,-79.4911787,-51.82713543,-165.5858369 +523330,0,927.8392915,-74.81523683,-49.66766764,-162.2133554 +523331,0,937.2700347,-69.67167767,-47.37322787,-159.5895341 +523332,0,946.6753731,-64.83986648,-45.3487387,-156.2150863 +523333,0,955.9871458,-60.16392524,-42.91933076,-153.2148219 +523334,0,965.2095419,-55.02036794,-41.02981765,-150.5890727 +523335,0,974.2875787,-50.34442112,-38.60040734,-147.0247855 +523336,0,983.4839779,-45.35673761,-36.44094797,-144.2104041 +523337,0,992.3119568,-40.6807888,-34.41646344,-141.207968 +523338,0,1001.182023,-35.53723551,-32.12202482,-138.0174455 +523339,0,1010.048699,-31.01715519,-29.96255536,-134.8265625 +523340,0,1018.703407,-26.02946877,-27.66812093,-131.8231136 +523341,0,1027.32465,-21.19764869,-25.64363097,-128.8194299 +523342,0,1035.848222,-16.2099655,-23.21422991,-125.4400371 +523343,0,1044.283038,-13.40439745,-21.32470872,-122.4359839 +523344,0,1052.564381,-9.663635513,-18.89530402,-119.244036 +523345,0,1060.919569,-5.611141986,-16.73584039,-116.0519728 +523346,0,1069.105291,-2.182111205,-14.57637955,-112.8598215 +523347,0,1077.094867,0,-12.41691617,-109.6676019 +523348,0,1085.066902,0,-10.93228189,-106.287547 +523349,0,1093.053344,0,-9.447654531,-103.0952475 +523350,0,1100.811334,0,-7.423154816,-99.90292253 +523351,0,1107.364336,0,-5.803559324,-96.71056952 +523352,0,1113.60075,0,-3.779061404,-93.14261713 +523353,0,1119.882409,0,-2.024497479,-89.95024651 +523354,0,1128.160477,0,0,-86.75787153 +523355,0,1131.90782,0,0,-83.18990432 +523356,0,1140.63064,0,0,-79.99751957 +523357,0,1142.155023,0,0,-76.42955273 +523358,0,1153.556921,0,0,-73.23716914 +523359,0,1150.386866,0,0,-69.66920108 +523360,0,1167.899193,0,0,-66.28902416 +523361,0,1154.897043,0,0,-62.72105926 +523362,0,1159.190344,0,0,-59.52867514 +523363,0,1178.793861,0,0,-55.58512761 +523364,0,1174.14294,0,0,-52.580534 +523365,0,1180.712282,0,0,-48.63698705 +523366,0,1184.720733,0,0,-45.25681184 +523367,0,1188.923366,0,0,-41.68884791 +523368,0,1192.772169,0,0,-37.93309434 +523369,0,1196.571531,0,0,-34.55292042 +523370,0,1200.234112,0,0,-30.6093784 +523371,0,1203.847299,0,0,-27.2292045 +523372,0,1207.151353,0,0,-23.47345118 +523373,0,1210.500268,0,0,-19.52990956 +523374,0,1213.661282,0,0,-16.14973497 +523375,0,1216.714474,0,0,-12.20619406 +523376,0,1219.649317,0,0,-8.262653976 +523377,0,1222.389267,0,0,-4.882478064 +523378,0,1225.201816,0,0,0 +523379,0,1227.805719,0,0,0 +523380,0,1230.172658,0,0,0 +523381,0,1232.505764,0,0,0 +523382,0,1234.65971,0,0,0 +523383,0,1236.714442,0,0,0 +523384,0,1238.658476,0,0,0 +523385,0,1240.491691,0,0,0 +523386,0,1242.215137,0,0,0 +523387,0,1243.828907,0,0,0 +523388,0,1245.334018,0,0,0 +523389,0,1246.730549,0,0,0 +523390,0,1248.019484,0,0,0 +523391,0,1249.200872,0,0,0 +523392,0,1250.275645,0,0,0 +523393,0,1251.322754,0,0,0 +523394,0,1252.069367,0,0,0 +523395,0,1252.883114,0,0,0 +523396,0,1253.522103,0,0,0 +523397,0,1254.068443,0,0,0 +523398,0,1254.510648,0,0,0 +523399,0,1254.848374,0,0,0 +523400,0,1255.082354,0,0,0 +523401,0,1255.212425,0,0,0 +523402,0,1255.239246,0,0,0 +523403,0,1255.162643,0,0,0 +523404,0,1254.983248,0,0,0 +523405,0,1254.700884,0,0,0 +523406,0,1254.316169,0,0,0 +523407,0,1253.828931,0,0,0 +523408,0,1253.239779,0,0,0 +523409,0,1252.550316,0,0,0 +523410,0,1251.759677,0,0,0 +523411,0,1250.209224,0,0,0 +523412,0,1248.63872,0,0,0 +523413,0,1246.730289,0,0,0 +523414,0,1244.747463,0,0,0 +523415,0,1242.614707,0,0,0 +523416,0,1240.349622,0,0,0 +523417,0,1237.955475,0,0,0 +523418,0,1235.435845,0,0,0 +523419,0,1232.793403,0,0,0 +523420,0,1230.031192,0,0,0 +523421,0,1227.151349,0,0,0 +523422,0,1224.077766,0,0,0 +523423,0,1221.159463,0,0,0 +523424,0,1217.772922,0,0,0 +523425,0,1214.511298,0,0,0 +523426,0,1211.063162,0,0,0 +523427,0,1207.520858,0,0,0 +523428,0,1203.874687,0,0,0 +523429,0,1200.048291,0,0,0 +523430,0,1196.308891,0,0,0 +523431,0,1192.304583,0,0,0 +523432,0,1188.268639,0,0,0 +523433,0,1184.12404,0,0,0 +523434,0,1179.959823,0,0,0 +523435,0,1175.439654,0,0,0 +523436,0,1171.176536,0,0,0 +523437,0,1166.592803,0,0,0 +523438,0,1161.996117,0,0,0 +523439,0,1157.226081,0,0,0 +523440,0,1174.290958,0,0,0 +523441,0,1115.340752,0,0,0 +523442,0,1158.131813,0,0,0 +523443,0,1140.454153,0,0,0 +523444,0,1120.206669,0,0,0 +523445,0,1137.637473,0,0,0 +523446,0,1109.394359,0,0,0 +523447,0,1119.04865,0,0,0 +523448,0,1107.514902,0,0,0 +523449,0,1102.711175,0,0,0 +523450,0,1096.75805,0,0,0 +523451,0,1090.734292,0,0,0 +523452,0,1084.63098,0,0,0 +523453,0,1078.520013,0,0,0 +523454,145.7581881,1072.167159,0,0,0 +523455,164.5132625,1068.060628,0,0,0 +523456,149.5964273,1061.922543,0,0,0 +523457,180.805154,1055.754912,0,0,0 +523458,195.5824662,1049.396567,0,0,0 +523459,210.7621066,1042.847556,0,0,0 +523460,225.3434228,1036.348126,0,0,0 +523461,239.8963432,1029.715297,0,0,0 +523462,254.320852,1023.020205,0,0,0 +523463,268.407657,1016.254397,0,0,0 +523464,282.8561271,1009.420823,0,0,0 +523465,296.7278028,1002.520868,0,0,0 +523466,310.4398907,995.5562663,0,0,0 +523467,324.8763557,988.5925791,0,0,0 +523468,338.0223276,981.4128706,0,0,0 +523469,351.8070488,974.2467494,0,0,0 +523470,365.3087891,967.1194612,0,0,0 +523471,379.0502138,960.0278496,0,0,0 +523472,392.5733233,952.7891766,0,0,0 +523473,406.6537091,945.6224009,0,0,0 +523474,419.9655688,938.4079682,0,0,0 +523475,433.7583661,930.9424577,0,0,0 +523476,447.1092768,923.7003958,0,0,0 +523477,460.5982537,916.2797601,0,0,0 +523478,474.1586272,908.7281356,0,0,0 +523479,487.4913033,901.2370257,0,0,0 +523480,500.8380327,893.6401899,0,0,0 +523481,514.3177355,886.0082515,0,0,0 +523482,527.4576584,878.3184095,0,0,0 +523483,540.5099014,870.6358151,0,0,0 +523484,554.1893637,862.7130613,0,0,0 +523485,567.1961261,854.9938289,0,0,0 +523486,580.3968014,847.1150533,0,0,0 +523487,593.656523,839.1133251,0,0,0 +523488,606.639407,831.1185167,0,0,0 +523489,619.9720629,823.2157887,0,0,0 +523490,632.9258814,815.0314569,0,0,0 +523491,646.2415686,807.0240266,0,0,0 +523492,659.087096,798.7321829,0,0,0 +523493,672.4432989,790.7027502,0,0,0 +523494,685.2800082,782.3495227,0,0,0 +523495,698.5444746,774.1212644,0,0,0 +523496,711.404523,765.8010686,0,0,0 +523497,724.5130155,757.9340026,0,0,0 +523498,737.5130777,748.8313518,0,0,0 +523499,750.6392779,740.8161349,0,0,0 +523500,763.5614797,732.2652087,0,0,0 +523501,0,0,0,0,0 +523502,0,0,0,0,0 +523503,0,0,0,0,0 +523504,0,0,0,0,0 +523505,0,0,0,0,0 +523506,0,0,0,0,0 +523507,0,0,0,0,0 +523508,0,0,0,0,0 +523509,0,0,0,0,0 +523510,0,0,0,0,0 +523511,0,0,0,0,0 +523512,0,0,0,0,0 +523513,0,0,0,0,0 +523514,0,0,0,0,0 +523515,0,0,0,0,0 +523516,0,0,0,0,0 +523517,0,0,0,0,0 +523518,0,0,0,0,0 +523519,0,0,0,0,0 +523520,0,0,0,0,0 +523521,0,0,0,0,0 +523522,0,0,0,0,0 +523523,0,0,0,0,0 +523524,0,0,0,0,0 +523525,0,0,0,0,0 +523526,0,0,0,0,0 +523527,0,0,0,0,0 +523528,0,0,0,0,0 +523529,0,0,0,0,0 +523530,0,0,0,0,0 +523531,0,0,0,0,0 +523532,0,0,0,0,0 +523533,0,0,0,0,0 +523534,0,0,0,0,0 +523535,0,0,0,0,0 +523536,0,0,0,0,0 +523537,0,0,0,0,0 +523538,0,0,0,0,0 +523539,0,0,0,0,0 +523540,0,0,0,0,0 +523541,0,0,0,0,0 +523542,0,0,0,0,0 +523543,0,0,0,0,0 +523544,0,0,0,0,0 +523545,0,0,0,0,0 +523546,0,0,0,0,0 +523547,0,0,0,0,0 +523548,0,0,0,0,0 +523549,0,0,0,0,0 +523550,0,0,0,0,0 +523551,0,0,0,0,0 +523552,0,0,0,0,0 +523553,0,0,0,0,0 +523554,0,0,0,0,0 +523555,0,0,0,0,0 +523556,0,0,0,0,0 +523557,0,0,0,0,0 +523558,0,0,0,0,0 +523559,0,0,0,0,0 +523560,0,0,0,0,0 +523561,0,0,0,0,0 +523562,0,0,0,0,0 +523563,0,0,0,0,0 +523564,0,0,0,0,0 +523565,0,0,0,0,0 +523566,0,0,0,0,0 +523567,0,0,0,0,0 +523568,0,0,0,0,0 +523569,0,0,0,0,0 +523570,0,0,0,0,0 +523571,0,0,0,0,0 +523572,0,0,0,0,0 +523573,0,0,0,0,0 +523574,0,0,0,0,0 +523575,0,0,0,0,0 +523576,0,0,0,0,0 +523577,0,0,0,0,0 +523578,0,0,0,0,0 +523579,0,0,0,0,0 +523580,0,0,0,0,0 +523581,0,0,0,0,0 +523582,0,0,0,0,0 +523583,0,0,0,0,0 +523584,0,0,0,0,0 +523585,0,0,0,0,0 +523586,0,0,0,0,0 +523587,0,0,0,0,0 +523588,0,0,0,0,0 +523589,0,0,0,0,0 +523590,0,0,0,0,0 +523591,0,0,0,0,0 +523592,0,0,0,0,0 +523593,0,0,0,0,0 +523594,0,0,0,0,0 +523595,0,0,0,0,0 +523596,0,0,0,0,0 +523597,0,0,0,0,0 +523598,0,0,0,0,0 +523599,0,0,0,0,0 +523600,0,0,0,0,0 +523601,0,0,0,0,0 +523602,0,0,0,0,0 +523603,0,0,0,0,0 +523604,0,0,0,0,0 +523605,0,0,0,0,0 +523606,0,0,0,0,0 +523607,0,0,0,0,0 +523608,0,0,0,0,0 +523609,0,0,0,0,0 +523610,0,0,0,0,0 +523611,0,0,0,0,0 +523612,0,0,0,0,0 +523613,0,0,0,0,0 +523614,0,0,0,0,0 +523615,0,0,0,0,0 +523616,0,0,0,0,0 +523617,0,0,0,0,0 +523618,0,0,0,0,0 +523619,0,0,0,0,0 +523620,0,0,0,0,0 +523621,0,0,0,0,0 +523622,0,0,0,0,0 +523623,0,0,0,0,0 +523624,0,0,0,0,0 +523625,0,0,0,0,0 +523626,0,0,0,0,0 +523627,0,0,0,0,0 +523628,0,0,0,0,0 +523629,0,0,0,0,0 +523630,0,0,0,0,0 +523631,0,0,0,0,0 +523632,0,0,0,0,0 +523633,0,0,0,0,0 +523634,0,0,0,0,0 +523635,0,0,0,0,0 +523636,0,0,0,0,0 +523637,0,0,0,0,0 +523638,0,0,0,0,0 +523639,0,0,0,0,0 +523640,0,0,0,0,0 +523641,0,0,0,0,0 +523642,0,0,0,0,0 +523643,0,0,0,0,0 +523644,0,0,0,0,0 +523645,0,0,0,0,0 +523646,0,0,0,0,0 +523647,0,0,0,0,0 +523648,0,0,0,0,0 +523649,0,0,0,0,0 +523650,0,0,0,0,0 +523651,0,0,0,0,0 +523652,0,0,0,0,0 +523653,0,0,0,0,0 +523654,0,0,0,0,0 +523655,0,0,0,0,0 +523656,0,0,0,0,0 +523657,0,0,0,0,0 +523658,0,0,0,0,0 +523659,0,0,0,0,0 +523660,0,0,0,0,0 +523661,0,0,0,0,0 +523662,0,0,0,0,0 +523663,0,0,0,0,0 +523664,0,0,0,0,0 +523665,0,0,0,0,0 +523666,0,0,0,0,0 +523667,0,0,0,0,0 +523668,0,0,0,0,0 +523669,0,0,0,0,0 +523670,0,0,0,0,0 +523671,0,0,0,0,0 +523672,0,0,0,0,0 +523673,0,0,0,0,0 +523674,0,0,0,0,0 +523675,0,0,0,0,0 +523676,0,0,0,0,0 +523677,0,0,0,0,0 +523678,0,0,0,0,0 +523679,0,0,0,0,0 +523680,0,0,0,0,0 +523681,0,0,0,0,0 +523682,0,0,0,0,0 +523683,0,0,0,0,0 +523684,0,0,0,0,0 +523685,0,0,0,0,0 +523686,0,0,0,0,0 +523687,0,0,0,0,0 +523688,0,0,0,0,0 +523689,0,0,0,0,0 +523690,0,0,0,0,0 +523691,0,0,0,0,0 +523692,0,0,0,0,0 +523693,0,0,0,0,0 +523694,0,0,0,0,0 +523695,0,0,0,0,0 +523696,0,0,0,0,0 +523697,0,0,0,0,0 +523698,0,0,0,0,0 +523699,0,0,0,0,0 +523700,0,0,0,0,0 +523701,0,0,0,0,0 +523702,0,0,0,0,0 +523703,0,0,0,0,0 +523704,0,0,0,0,0 +523705,0,0,0,0,0 +523706,0,0,0,0,0 +523707,0,0,0,0,0 +523708,0,0,0,0,0 +523709,0,0,0,0,0 +523710,0,0,0,0,0 +523711,0,0,0,0,0 +523712,0,0,0,0,0 +523713,0,0,0,0,0 +523714,0,0,0,0,0 +523715,0,0,0,0,0 +523716,0,0,0,0,0 +523717,0,0,0,0,0 +523718,0,0,0,0,0 +523719,0,0,0,0,0 +523720,0,0,0,0,0 +523721,0,0,0,0,0 +523722,0,0,0,0,0 +523723,0,0,0,0,0 +523724,0,0,0,0,0 +523725,0,0,0,0,0 +523726,0,0,0,0,0 +523727,0,0,0,0,0 +523728,0,0,0,0,0 +523729,0,0,0,0,0 +523730,0,0,0,0,0 +523731,0,0,0,0,0 +523732,0,0,0,0,0 +523733,0,0,0,0,0 +523734,0,0,0,0,0 +523735,0,0,0,0,0 +523736,0,0,0,0,0 +523737,0,0,0,0,0 +523738,0,0,0,0,0 +523739,0,0,0,0,0 +523740,0,0,0,0,0 +523741,0,0,0,0,0 +523742,0,0,0,0,0 +523743,0,0,0,0,0 +523744,0,0,0,0,0 +523745,0,0,0,0,0 +523746,0,0,0,0,0 +523747,0,0,0,0,0 +523748,0,0,0,0,0 +523749,0,0,0,0,0 +523750,0,0,0,0,0 +523751,0,0,0,0,0 +523752,0,0,0,0,0 +523753,0,0,0,0,0 +523754,0,0,0,0,0 +523755,0,0,0,0,0 +523756,0,0,0,0,0 +523757,0,0,0,0,0 +523758,0,0,0,0,0 +523759,0,0,0,0,0 +523760,0,0,0,0,0 +523761,0,0,0,0,0 +523762,0,0,0,0,0 +523763,0,0,0,0,0 +523764,0,0,0,0,0 +523765,0,0,0,0,0 +523766,0,0,0,0,0 +523767,0,0,0,0,0 +523768,0,0,0,0,0 +523769,0,0,0,0,0 +523770,0,0,0,0,0 +523771,0,0,0,0,0 +523772,0,0,0,0,0 +523773,0,0,0,0,0 +523774,0,0,0,0,0 +523775,0,0,0,0,0 +523776,0,0,0,0,0 +523777,0,0,0,0,0 +523778,0,0,0,0,0 +523779,0,0,0,0,0 +523780,0,0,0,0,0 +523781,0,0,0,0,0 +523782,0,0,0,0,0 +523783,0,0,0,0,0 +523784,0,0,0,0,0 +523785,0,0,0,0,0 +523786,0,0,0,0,0 +523787,0,0,0,0,0 +523788,0,0,0,0,0 +523789,0,0,0,0,0 +523790,0,0,0,0,0 +523791,0,0,0,0,0 +523792,0,0,0,0,0 +523793,0,0,0,0,0 +523794,0,0,0,0,0 +523795,0,0,0,0,0 +523796,0,0,0,0,0 +523797,0,0,0,0,0 +523798,0,0,0,0,0 +523799,0,0,0,0,0 +523800,0,0,0,0,0 +523801,0,0,0,0,0 +523802,0,0,0,0,0 +523803,0,0,0,0,0 +523804,0,0,0,0,0 +523805,0,0,0,0,0 +523806,0,0,0,0,0 +523807,0,0,0,0,0 +523808,0,0,0,0,0 +523809,0,0,0,0,0 +523810,0,0,0,0,0 +523811,0,0,0,0,0 +523812,0,0,0,0,0 +523813,0,0,0,0,0 +523814,0,0,0,0,0 +523815,0,0,0,0,0 +523816,0,0,0,0,0 +523817,0,0,0,0,0 +523818,0,0,0,0,0 +523819,0,0,0,0,0 +523820,0,0,0,0,0 +523821,0,0,0,0,0 +523822,0,0,0,0,0 +523823,0,0,0,0,0 +523824,0,0,0,0,0 +523825,0,0,0,0,0 +523826,0,0,0,0,0 +523827,0,0,0,0,0 +523828,0,0,0,0,0 +523829,0,0,0,0,0 +523830,0,0,0,0,0 +523831,0,0,0,0,0 +523832,0,0,0,0,0 +523833,0,0,0,0,0 +523834,0,0,0,0,0 +523835,0,0,0,0,0 +523836,0,0,0,0,0 +523837,0,0,0,0,0 +523838,0,0,0,0,0 +523839,0,0,0,0,0 +523840,0,0,0,0,0 +523841,0,0,0,0,0 +523842,0,0,0,0,0 +523843,0,0,0,0,0 +523844,0,0,0,0,0 +523845,0,0,0,0,0 +523846,0,0,0,0,0 +523847,0,0,0,0,0 +523848,0,0,0,0,0 +523849,0,0,0,0,0 +523850,0,0,0,0,0 +523851,0,0,0,0,0 +523852,0,0,0,0,0 +523853,0,0,0,0,0 +523854,0,0,0,0,0 +523855,0,0,0,0,0 +523856,0,0,0,0,0 +523857,0,0,0,0,0 +523858,0,0,0,0,0 +523859,0,0,0,0,0 +523860,0,0,0,0,0 +523861,0,0,0,0,0 +523862,0,0,0,0,0 +523863,0,0,0,0,0 +523864,0,0,0,0,0 +523865,0,0,0,0,0 +523866,0,0,0,0,0 +523867,0,0,0,0,0 +523868,0,0,0,0,0 +523869,0,0,0,0,0 +523870,0,0,0,0,0 +523871,0,0,0,0,0 +523872,0,0,0,0,0 +523873,0,0,0,0,0 +523874,0,0,0,0,0 +523875,0,0,0,0,0 +523876,0,0,0,0,0 +523877,0,0,0,0,0 +523878,0,0,0,0,0 +523879,0,0,0,0,0 +523880,0,0,0,0,0 +523881,0,0,0,0,0 +523882,0,0,0,0,0 +523883,0,0,0,0,0 +523884,0,0,0,0,0 +523885,0,0,0,0,0 +523886,0,0,0,0,0 +523887,0,0,0,0,0 +523888,0,0,0,0,0 +523889,0,0,0,0,0 +523890,0,0,0,0,0 +523891,0,0,0,0,0 +523892,0,0,0,0,0 +523893,0,0,0,0,0 +523894,0,0,0,0,0 +523895,0,0,0,0,0 +523896,0,0,0,0,0 +523897,0,0,0,0,0 +523898,0,0,0,0,0 +523899,0,0,0,0,0 +523900,0,0,0,0,0 +523901,0,0,0,0,0 +523902,0,0,0,0,0 +523903,0,0,0,0,0 +523904,0,0,0,0,0 +523905,0,0,0,0,0 +523906,0,0,0,0,0 +523907,0,0,0,0,0 +523908,0,0,0,0,0 +523909,0,0,0,0,0 +523910,0,0,0,0,0 +523911,0,0,0,0,0 +523912,0,0,0,0,0 +523913,0,0,0,0,0 +523914,0,0,0,0,0 +523915,0,0,0,0,0 +523916,0,0,0,0,0 +523917,0,0,0,0,0 +523918,0,0,0,0,0 +523919,0,0,0,0,0 +523920,0,0,0,0,0 +523921,0,0,0,0,0 +523922,0,0,0,0,0 +523923,0,0,0,0,0 +523924,0,0,0,0,0 +523925,0,0,0,0,0 +523926,0,0,0,0,0 +523927,0,0,0,0,0 +523928,0,0,0,0,0 +523929,0,0,0,0,0 +523930,0,0,0,0,0 +523931,0,0,0,0,0 +523932,0,0,0,0,0 +523933,0,0,0,0,0 +523934,0,0,0,0,0 +523935,0,0,0,0,0 +523936,0,0,0,0,0 +523937,0,0,0,0,0 +523938,0,0,0,0,0 +523939,0,0,0,0,0 +523940,0,0,0,0,0 +523941,0,0,0,0,0 +523942,0,0,0,0,0 +523943,0,0,0,0,0 +523944,0,0,0,0,0 +523945,0,0,0,0,0 +523946,0,0,0,0,0 +523947,0,0,0,0,0 +523948,0,0,0,0,0 +523949,0,0,0,0,0 +523950,0,0,0,0,0 +523951,0,0,0,0,0 +523952,0,0,0,0,0 +523953,0,0,0,0,0 +523954,0,0,0,0,0 +523955,0,0,0,0,0 +523956,0,0,0,0,0 +523957,0,0,0,0,0 +523958,0,0,0,0,0 +523959,0,0,0,0,0 +523960,0,0,0,0,0 +523961,0,0,0,0,0 +523962,0,0,0,0,0 +523963,0,0,0,0,0 +523964,0,0,0,0,0 +523965,0,0,0,0,0 +523966,0,0,0,0,0 +523967,0,0,0,0,0 +523968,0,0,0,0,0 +523969,0,0,0,0,0 +523970,0,0,0,0,0 +523971,0,0,0,0,0 +523972,0,0,0,0,0 +523973,0,0,0,0,0 +523974,0,0,0,0,0 +523975,0,0,0,0,0 +523976,0,0,0,0,0 +523977,0,0,0,0,0 +523978,0,0,0,0,0 +523979,0,0,0,0,0 +523980,0,0,0,0,0 +523981,0,0,0,0,0 +523982,0,0,0,0,0 +523983,0,0,0,0,0 +523984,0,0,0,0,0 +523985,0,0,0,0,0 +523986,0,0,0,0,0 +523987,0,0,0,0,0 +523988,0,0,0,0,0 +523989,0,0,0,0,0 +523990,0,0,0,0,0 +523991,0,0,0,0,0 +523992,0,0,0,0,0 +523993,0,0,0,0,0 +523994,0,0,0,0,0 +523995,0,0,0,0,0 +523996,0,0,0,0,0 +523997,0,0,0,0,0 +523998,0,0,0,0,0 +523999,0,0,0,0,0 +524000,0,0,0,0,0 +524001,0,0,0,0,0 +524002,0,0,0,0,0 +524003,0,0,0,0,0 +524004,0,0,0,0,0 +524005,0,0,0,0,0 +524006,0,0,0,0,0 +524007,0,0,0,0,0 +524008,0,0,0,0,0 +524009,0,0,0,0,0 +524010,0,0,0,0,0 +524011,0,0,0,0,0 +524012,0,0,0,0,0 +524013,0,0,0,0,0 +524014,0,0,0,0,0 +524015,0,0,0,0,0 +524016,0,0,0,0,0 +524017,0,0,0,0,0 +524018,0,0,0,0,0 +524019,0,0,0,0,0 +524020,0,0,0,0,0 +524021,0,0,0,0,0 +524022,0,0,0,0,0 +524023,0,0,0,0,0 +524024,0,0,0,0,0 +524025,0,0,0,0,0 +524026,0,0,0,0,0 +524027,0,0,0,0,0 +524028,0,0,0,0,0 +524029,0,0,0,0,0 +524030,0,0,0,0,0 +524031,0,0,0,0,0 +524032,0,0,0,0,0 +524033,0,0,0,0,0 +524034,0,0,0,0,0 +524035,0,0,0,0,0 +524036,0,0,0,0,0 +524037,0,0,0,0,0 +524038,0,0,0,0,0 +524039,0,0,0,0,0 +524040,0,0,0,0,0 +524041,0,0,0,0,0 +524042,0,0,0,0,0 +524043,0,0,0,0,0 +524044,0,0,0,0,0 +524045,0,0,0,0,0 +524046,0,0,0,0,0 +524047,0,0,0,0,0 +524048,0,0,0,0,0 +524049,0,0,0,0,0 +524050,0,0,0,0,0 +524051,0,0,0,0,0 +524052,0,0,0,0,0 +524053,0,0,0,0,0 +524054,0,0,0,0,0 +524055,0,0,0,0,0 +524056,0,0,0,0,0 +524057,0,0,0,0,0 +524058,0,0,0,0,0 +524059,0,0,0,0,0 +524060,0,0,0,0,0 +524061,0,0,0,0,0 +524062,0,0,0,0,0 +524063,0,0,0,0,0 +524064,0,0,0,0,0 +524065,0,0,0,0,0 +524066,0,0,0,0,0 +524067,0,0,0,0,0 +524068,0,0,0,0,0 +524069,0,0,0,0,0 +524070,0,0,0,0,0 +524071,0,0,0,0,0 +524072,0,0,0,0,0 +524073,0,0,0,0,0 +524074,0,0,0,0,0 +524075,0,0,0,0,0 +524076,0,0,0,0,0 +524077,0,0,0,0,0 +524078,0,0,0,0,0 +524079,0,0,0,0,0 +524080,0,0,0,0,0 +524081,0,0,0,0,0 +524082,0,0,0,0,0 +524083,0,0,0,0,0 +524084,0,0,0,0,0 +524085,0,0,0,0,0 +524086,0,0,0,0,0 +524087,0,0,0,0,0 +524088,0,0,0,0,0 +524089,0,0,0,0,0 +524090,0,0,0,0,0 +524091,0,0,0,0,0 +524092,0,0,0,0,0 +524093,0,0,0,0,0 +524094,0,0,0,0,0 +524095,0,0,0,0,0 +524096,0,0,0,0,0 +524097,0,0,0,0,0 +524098,0,0,0,0,0 +524099,0,0,0,0,0 +524100,0,0,0,0,0 +524101,0,0,0,0,0 +524102,0,0,0,0,0 +524103,0,0,0,0,0 +524104,0,0,0,0,0 +524105,0,0,0,0,0 +524106,0,0,0,0,0 +524107,0,0,0,0,0 +524108,0,0,0,0,0 +524109,0,0,0,0,0 +524110,0,0,0,0,0 +524111,0,0,0,0,0 +524112,0,0,0,0,0 +524113,0,0,0,0,0 +524114,0,0,0,0,0 +524115,0,0,0,0,0 +524116,0,0,0,0,0 +524117,0,0,0,0,0 +524118,0,0,0,0,0 +524119,0,0,0,0,0 +524120,0,0,0,0,0 +524121,0,0,0,0,0 +524122,0,0,0,0,0 +524123,0,0,0,0,0 +524124,0,0,0,0,0 +524125,0,0,0,0,0 +524126,0,0,0,0,0 +524127,0,0,0,0,0 +524128,0,0,0,0,0 +524129,0,0,0,0,0 +524130,0,0,0,0,0 +524131,0,0,0,0,0 +524132,0,0,0,0,0 +524133,0,0,0,0,0 +524134,0,0,0,0,0 +524135,0,0,0,0,0 +524136,0,0,0,0,0 +524137,0,0,0,0,0 +524138,0,0,0,0,0 +524139,0,0,0,0,0 +524140,0,0,0,0,0 +524141,0,0,0,0,0 +524142,0,0,0,0,0 +524143,0,0,0,0,0 +524144,0,0,0,0,0 +524145,0,0,0,0,0 +524146,0,0,0,0,0 +524147,0,0,0,0,0 +524148,0,0,0,0,0 +524149,0,0,0,0,0 +524150,0,0,0,0,0 +524151,0,0,0,0,0 +524152,0,0,0,0,0 +524153,0,0,0,0,0 +524154,0,0,0,0,0 +524155,0,0,0,0,0 +524156,0,0,0,0,0 +524157,0,0,0,0,0 +524158,0,0,0,0,0 +524159,0,0,0,0,0 +524160,0,0,0,0,0 +524161,0,0,0,0,0 +524162,0,0,0,0,0 +524163,0,0,0,0,0 +524164,0,0,0,0,0 +524165,0,0,0,0,0 +524166,0,0,0,0,0 +524167,0,0,0,0,0 +524168,0,0,0,0,0 +524169,0,0,0,0,0 +524170,0,0,0,0,0 +524171,0,0,0,0,0 +524172,0,0,0,0,0 +524173,0,0,0,0,0 +524174,0,0,0,0,0 +524175,0,0,0,0,0 +524176,0,0,0,0,0 +524177,0,0,0,0,0 +524178,0,0,0,0,0 +524179,0,0,0,0,0 +524180,0,0,0,0,0 +524181,0,0,0,0,0 +524182,0,0,0,0,0 +524183,0,0,0,0,0 +524184,0,0,0,0,0 +524185,0,0,0,0,0 +524186,0,0,0,0,0 +524187,0,0,0,0,0 +524188,0,0,0,0,0 +524189,0,0,0,0,0 +524190,0,0,0,0,0 +524191,0,0,0,0,0 +524192,0,0,0,0,0 +524193,0,0,0,0,0 +524194,0,0,0,0,0 +524195,0,0,0,0,0 +524196,0,0,0,0,0 +524197,0,0,0,0,0 +524198,0,0,0,0,0 +524199,0,0,0,0,0 +524200,0,0,0,0,0 +524201,0,0,0,0,0 +524202,0,0,0,0,0 +524203,0,0,0,0,0 +524204,0,0,0,0,0 +524205,0,0,0,0,0 +524206,0,0,0,0,0 +524207,0,0,0,0,0 +524208,0,0,0,0,0 +524209,0,0,0,0,0 +524210,0,0,0,0,0 +524211,0,0,0,0,0 +524212,0,0,0,0,0 +524213,0,0,0,0,0 +524214,0,0,0,0,0 +524215,0,0,0,0,0 +524216,0,0,0,0,0 +524217,0,0,0,0,0 +524218,0,0,0,0,0 +524219,0,0,0,0,0 +524220,0,0,0,0,0 +524221,0,0,0,0,0 +524222,0,0,0,0,0 +524223,0,0,0,0,0 +524224,0,0,0,0,0 +524225,0,0,0,0,0 +524226,0,0,0,0,0 +524227,0,0,0,0,0 +524228,0,0,0,0,0 +524229,0,0,0,0,0 +524230,0,0,0,0,0 +524231,0,0,0,0,0 +524232,0,0,0,0,0 +524233,0,0,0,0,0 +524234,0,0,0,0,0 +524235,0,0,0,0,0 +524236,0,0,0,0,0 +524237,0,0,0,0,0 +524238,0,0,0,0,0 +524239,0,0,0,0,0 +524240,0,0,0,0,0 +524241,0,0,0,0,0 +524242,0,0,0,0,0 +524243,0,0,0,0,0 +524244,0,0,0,0,0 +524245,0,0,0,0,0 +524246,0,0,0,0,0 +524247,0,0,0,0,0 +524248,0,0,0,0,0 +524249,0,0,0,0,0 +524250,0,0,0,0,0 +524251,0,0,0,0,0 +524252,0,0,0,0,0 +524253,0,0,0,0,0 +524254,0,0,0,0,0 +524255,0,0,0,0,0 +524256,0,0,0,0,0 +524257,0,0,0,0,0 +524258,0,0,0,0,0 +524259,0,0,0,0,0 +524260,0,0,0,0,0 +524261,0,0,0,0,0 +524262,0,0,0,0,0 +524263,0,0,0,0,0 +524264,0,0,0,0,0 +524265,0,0,0,0,0 +524266,0,0,0,0,0 +524267,0,0,0,0,0 +524268,0,0,0,0,0 +524269,0,0,0,0,0 +524270,0,0,0,0,0 +524271,0,0,0,0,0 +524272,0,0,0,0,0 +524273,0,0,0,0,0 +524274,0,0,0,0,0 +524275,0,0,0,0,0 +524276,0,0,0,0,0 +524277,0,0,0,0,0 +524278,0,0,0,0,0 +524279,0,0,0,0,0 +524280,0,0,0,0,0 +524281,0,0,0,0,0 +524282,0,0,0,0,0 +524283,0,0,0,0,0 +524284,0,0,0,0,0 +524285,0,0,0,0,0 +524286,0,0,0,0,0 +524287,0,0,0,0,0 +524288,0,0,0,0,0 +524289,0,0,0,0,0 +524290,0,0,0,0,0 +524291,0,0,0,0,0 +524292,0,0,0,0,0 +524293,0,0,0,0,0 +524294,0,0,0,0,0 +524295,0,0,0,0,0 +524296,0,0,0,0,0 +524297,0,0,0,0,0 +524298,0,0,0,0,0 +524299,0,0,0,0,0 +524300,0,0,0,0,0 +524301,0,0,0,0,0 +524302,0,0,0,0,0 +524303,0,0,0,0,0 +524304,0,0,0,0,0 +524305,0,0,0,0,0 +524306,0,0,0,0,0 +524307,0,0,0,0,0 +524308,0,0,0,0,0 +524309,0,0,0,0,0 +524310,0,0,0,0,0 +524311,0,0,0,0,0 +524312,0,0,0,0,0 +524313,0,0,0,0,0 +524314,0,0,0,0,0 +524315,0,0,0,0,0 +524316,0,0,0,0,0 +524317,0,0,0,0,0 +524318,0,0,0,0,0 +524319,0,0,0,0,0 +524320,0,0,0,0,0 +524321,0,0,0,0,0 +524322,0,0,0,0,0 +524323,0,0,0,0,0 +524324,0,0,0,0,0 +524325,0,0,0,0,0 +524326,0,0,0,0,0 +524327,0,0,0,0,0 +524328,0,0,0,0,0 +524329,0,0,0,0,0 +524330,0,0,0,0,0 +524331,0,0,0,0,0 +524332,0,0,0,0,0 +524333,0,0,0,0,0 +524334,0,0,0,0,0 +524335,0,0,0,0,0 +524336,0,0,0,0,0 +524337,0,0,0,0,0 +524338,0,0,0,0,0 +524339,0,0,0,0,0 +524340,0,0,0,0,0 +524341,0,0,0,0,0 +524342,0,0,0,0,0 +524343,0,0,0,0,0 +524344,0,0,0,0,0 +524345,0,0,0,0,0 +524346,0,0,0,0,0 +524347,0,0,0,0,0 +524348,0,0,0,0,0 +524349,0,0,0,0,0 +524350,0,0,0,0,0 +524351,0,0,0,0,0 +524352,0,0,0,0,0 +524353,0,0,0,0,0 +524354,0,0,0,0,0 +524355,0,0,0,0,0 +524356,0,0,0,0,0 +524357,0,0,0,0,0 +524358,0,0,0,0,0 +524359,0,0,0,0,0 +524360,0,0,0,0,0 +524361,0,0,0,0,0 +524362,0,0,0,0,0 +524363,0,0,0,0,0 +524364,0,0,0,0,0 +524365,0,0,0,0,0 +524366,0,0,0,0,0 +524367,0,0,0,0,0 +524368,0,0,0,0,0 +524369,0,0,0,0,0 +524370,0,0,0,0,0 +524371,0,0,0,0,0 +524372,0,0,0,0,0 +524373,0,0,0,0,0 +524374,0,0,0,0,0 +524375,0,0,0,0,0 +524376,0,0,0,0,0 +524377,0,0,0,0,0 +524378,0,0,0,0,0 +524379,0,0,0,0,0 +524380,0,0,0,0,0 +524381,0,0,0,0,0 +524382,0,0,0,0,0 +524383,0,0,0,0,0 +524384,0,0,0,0,0 +524385,0,0,0,0,0 +524386,0,0,0,0,0 +524387,0,0,0,0,0 +524388,0,0,0,0,0 +524389,0,0,0,0,0 +524390,0,0,0,0,0 +524391,0,0,0,0,0 +524392,0,0,0,0,0 +524393,0,0,0,0,0 +524394,0,0,0,0,0 +524395,0,0,0,0,0 +524396,0,0,0,0,0 +524397,0,0,0,0,0 +524398,0,0,0,0,0 +524399,0,0,0,0,0 +524400,0,0,0,0,0 +524401,0,0,0,0,0 +524402,0,0,0,0,0 +524403,0,0,0,0,0 +524404,0,0,0,0,0 +524405,0,0,0,0,0 +524406,0,0,0,0,0 +524407,0,0,0,0,0 +524408,0,0,0,0,0 +524409,0,0,0,0,0 +524410,0,0,0,0,0 +524411,0,0,0,0,0 +524412,0,0,0,0,0 +524413,0,0,0,0,0 +524414,0,0,0,0,0 +524415,0,0,0,0,0 +524416,0,0,0,0,0 +524417,0,0,0,0,0 +524418,0,0,0,0,0 +524419,0,0,0,0,0 +524420,0,0,0,0,0 +524421,0,0,0,0,0 +524422,0,0,0,0,0 +524423,0,0,0,0,0 +524424,0,0,0,0,0 +524425,0,0,0,0,0 +524426,0,0,0,0,0 +524427,0,0,0,0,0 +524428,0,0,0,0,0 +524429,0,0,0,0,0 +524430,0,0,0,0,0 +524431,0,0,0,0,0 +524432,0,0,0,0,0 +524433,0,0,0,0,0 +524434,0,0,0,0,0 +524435,0,0,0,0,0 +524436,0,0,0,0,0 +524437,0,0,0,0,0 +524438,0,0,0,0,0 +524439,0,0,0,0,0 +524440,0,0,0,0,0 +524441,0,0,0,0,0 +524442,0,0,0,0,0 +524443,0,0,0,0,0 +524444,0,0,0,0,0 +524445,0,0,0,0,0 +524446,0,0,0,0,0 +524447,0,0,0,0,0 +524448,0,0,0,0,0 +524449,0,0,0,0,0 +524450,0,0,0,0,0 +524451,0,0,0,0,0 +524452,0,0,0,0,0 +524453,0,0,0,0,0 +524454,0,0,0,0,0 +524455,0,0,0,0,0 +524456,0,0,0,0,0 +524457,0,0,0,0,0 +524458,0,0,0,0,0 +524459,0,0,0,0,0 +524460,0,0,0,0,0 +524461,0,0,0,0,0 +524462,0,0,0,0,0 +524463,0,0,0,0,0 +524464,0,0,0,0,0 +524465,0,0,0,0,0 +524466,0,0,0,0,0 +524467,0,0,0,0,0 +524468,0,0,0,0,0 +524469,0,0,0,0,0 +524470,0,0,0,0,0 +524471,0,0,0,0,0 +524472,0,0,0,0,0 +524473,0,0,0,0,0 +524474,0,0,0,0,0 +524475,0,0,0,0,0 +524476,0,0,0,0,0 +524477,0,0,0,0,0 +524478,0,0,0,0,0 +524479,0,0,0,0,0 +524480,0,0,0,0,0 +524481,0,0,0,0,0 +524482,0,0,0,0,0 +524483,0,0,0,0,0 +524484,0,0,0,0,0 +524485,0,0,0,0,0 +524486,0,0,0,0,0 +524487,0,0,0,0,0 +524488,0,0,0,0,0 +524489,0,0,0,0,0 +524490,0,0,0,0,0 +524491,0,0,0,0,0 +524492,0,0,0,0,0 +524493,0,0,0,0,0 +524494,0,0,0,0,0 +524495,0,0,0,0,0 +524496,0,0,0,0,0 +524497,0,0,0,0,0 +524498,0,0,0,0,0 +524499,0,0,0,0,0 +524500,0,0,0,0,0 +524501,0,0,0,0,0 +524502,0,0,0,0,0 +524503,0,0,0,0,0 +524504,0,0,0,0,0 +524505,0,0,0,0,0 +524506,0,0,0,0,0 +524507,0,0,0,0,0 +524508,0,0,0,0,0 +524509,0,0,0,0,0 +524510,0,0,0,0,0 +524511,0,0,0,0,0 +524512,0,0,0,0,0 +524513,0,0,0,0,0 +524514,0,0,0,0,0 +524515,0,0,0,0,0 +524516,0,0,0,0,0 +524517,0,0,0,0,0 +524518,0,0,0,0,0 +524519,0,0,0,0,0 +524520,0,0,0,0,0 +524521,0,0,0,0,0 +524522,0,0,0,0,0 +524523,0,0,0,0,0 +524524,0,0,0,0,0 +524525,0,0,0,0,0 +524526,0,0,0,0,0 +524527,0,0,0,0,0 +524528,0,0,0,0,0 +524529,0,0,0,0,0 +524530,0,0,0,0,0 +524531,0,0,0,0,0 +524532,0,0,0,0,0 +524533,0,0,0,0,0 +524534,0,0,0,0,0 +524535,0,0,0,0,0 +524536,0,0,0,0,0 +524537,0,0,0,0,0 +524538,0,0,0,0,0 +524539,0,0,0,0,0 +524540,0,0,0,0,0 +524541,0,0,0,0,0 +524542,0,0,0,0,0 +524543,0,0,0,0,0 +524544,0,0,0,0,0 +524545,0,0,0,0,0 +524546,0,0,0,0,0 +524547,0,0,0,0,0 +524548,0,0,0,0,0 +524549,0,0,0,0,0 +524550,0,0,0,0,0 +524551,0,0,0,0,0 +524552,0,0,0,0,0 +524553,0,0,0,0,0 +524554,0,0,0,0,0 +524555,0,0,0,0,0 +524556,0,0,0,0,0 +524557,0,0,0,0,0 +524558,0,0,0,0,0 +524559,0,0,0,0,0 +524560,0,0,0,0,0 +524561,0,0,0,0,0 +524562,0,0,0,0,0 +524563,0,0,0,0,0 +524564,0,0,0,0,0 +524565,0,0,0,0,0 +524566,0,0,0,0,0 +524567,0,0,0,0,0 +524568,0,0,0,0,0 +524569,0,0,0,0,0 +524570,0,0,0,0,0 +524571,0,0,0,0,0 +524572,0,0,0,0,0 +524573,0,0,0,0,0 +524574,0,0,0,0,0 +524575,0,0,0,0,0 +524576,0,0,0,0,0 +524577,0,0,0,0,0 +524578,0,0,0,0,0 +524579,0,0,0,0,0 +524580,0,0,0,0,0 +524581,-1694.01165,-817.7455029,-1663.606172,-817.7458221,-1081.981297 +524582,-1623.540009,-687.0754592,-1589.181085,-687.0753925,-943.6225701 +524583,-1464.043408,-633.5084252,-1437.239885,-633.5082156,-871.9354748 +524584,-1558.283431,-659.4459365,-1525.499905,-659.4458336,-910.3451501 +524585,-1571.119158,-665.0550811,-1538.133104,-665.0550205,-919.9539925 +524586,-1621.369169,-686.5886027,-1587.381518,-686.5886329,-951.3515445 +524587,-1671.160959,-707.9409683,-1636.173975,-707.9410874,-982.3009818 +524588,-1749.444496,-741.3582853,-1712.84713,-741.3585298,-1029.929689 +524589,-1823.761236,-773.0815362,-1785.632717,-773.0818998,-1075.164884 +524590,-1858.124725,-787.8622292,-1819.30821,-787.8626579,-1096.815623 +524591,-1084.605144,-698.1905497,-1237.860982,-698.1912833,-1104.688264 +524592,-1273.188505,-468.3915376,-1147.053001,-467.4422322,-1106.830614 +524593,-1296.721944,-622.1004797,-1308.259875,-623.4245367,-1103.61792 +524594,-1233.929985,-564.5971121,-1214.209664,-563.5243569,-1018.470768 +524595,-1223.067004,-559.2154601,-1202.15494,-559.2164268,-543.2488265 +524596,-1212.404646,-553.0104715,-1195.275712,-553.0121547,-848.4447786 +524597,-1204.600985,-548.7377484,-1182.59995,-548.739522,-745.8471815 +524598,-1194.397091,-544.1466459,-1174.502209,-544.1481801,-738.8691106 +524599,-1185.58642,-539.2929366,-1165.999255,-539.294172,-734.4268025 +524600,-1176.417221,-534.1995499,-1157.145986,-534.2005335,-727.8029783 +524601,-1170.870441,-531.6312438,-1149.889707,-530.9487302,-721.9306098 +524602,-1161.169387,-525.4762819,-1140.479264,-526.1847639,-717.9426342 +524603,-1153.237562,-522.6954865,-1132.786315,-521.9752967,-711.7235164 +524604,-1147.195519,-518.3764943,-1126.926195,-519.1150176,-705.3149794 +524605,-1138.938481,-514.6872045,-1118.915716,-514.6878739,-703.1733058 +524606,-1132.649208,-511.6763196,-1112.813289,-510.9076091,-695.3696391 +524607,-1128.415259,-507.0373838,-1104.508521,-507.8236757,-691.9660497 +524608,-1117.566367,-504.6796383,-1100.315185,-503.8812297,-687.33927 +524609,-1115.392168,-500.6640873,-1091.763186,-500.6652979,-682.6246235 +524610,-1106.490213,-497.3884364,-1087.438998,-498.2169476,-677.8220287 +524611,-1104.253144,-494.8948033,-1080.861063,-494.0536394,-672.9310353 +524612,-1095.137826,-491.5131589,-1076.428195,-491.5138994,-669.2062374 +524613,-1090.524186,-488.070534,-1069.692106,-488.9391934,-665.4295376 +524614,-1088.206313,-486.3286993,-1065.152461,-485.4495497,-660.3110233 +524615,-1078.791568,-482.7919612,-1060.569671,-482.792415,-656.4122727 +524616,-1076.41709,-480.0985411,-1053.611954,-480.0996218,-653.7845446 +524617,-1064.352828,-454.1503205,-1037.002969,-472.736602,-648.4534616 +524618,-1056.980559,-444.7751062,-1029.723141,-468.9553818,-644.392226 +524619,-1052.010347,-436.112227,-1022.341442,-465.1053445,-642.3419213 +524620,-1044.467072,-427.1257815,-1017.36422,-462.1726703,-637.5002035 +524621,-1040.658831,-419.5774776,-1007.266797,-458.1993968,-633.2888624 +524622,-1034.24948,-409.9690495,-1004.716551,-455.1727209,-631.8732084 +524623,-1029.068815,-401.8968371,-994.3850454,-452.104564,-626.1415889 +524624,-1022.525473,-392.9273501,-991.7751632,-448.993812,-624.6930206 +524625,-1018.565113,-383.6628067,-982.5355752,-445.8398738,-620.305535 +524626,-1013.240003,-376.1714232,-978.5319024,-442.6423889,-617.3472291 +524627,-1007.864751,-365.6437026,-971.7947633,-439.4009894,-614.361811 +524628,-1002.439948,-358.0575461,-964.9794872,-436.1152396,-611.3488403 +524629,-996.96583,-348.409768,-962.2333553,-433.9002462,-608.3080232 +524630,-994.2113158,-339.6365978,-953.9100228,-430.5377898,-605.2391554 +524631,-985.8639066,-330.2389649,-948.2974456,-427.7000743,-602.1420401 +524632,-983.0580291,-321.4040863,-942.6339455,-424.8295835,-599.8005797 +524633,-977.404113,-312.3558907,-936.9180287,-421.9258663,-595.8618032 +524634,-973.1291652,-303.0930391,-931.1488313,-418.9885807,-594.2739311 +524635,-968.8234307,-293.6153839,-926.7869131,-416.614474,-591.0754953 +524636,-958.65935,-263.9058743,-917.9690322,-412.4058642,-588.6572008 +524637,-954.2542197,-251.688953,-912.0227177,-410.5817465,-585.4065977 +524638,-949.8187424,-240.1661689,-907.527901,-406.893762,-582.9491122 +524639,-943.8548316,-229.4056762,-901.4843829,-404.4070002,-581.3014128 +524640,-939.3459141,-217.4624899,-895.384474,-401.2662106,-577.1479934 +524641,-933.284827,-206.5953439,-889.2289296,-399.3649002,-576.3118133 +524642,-928.70276,-194.8090125,-886.1310698,-395.5205601,-572.9467202 +524643,-922.5428195,-183.1352181,-876.7445424,-393.5790144,-571.2526689 +524644,-917.8857134,-172.1281336,-872.0042014,-390.3119539,-569.5506984 +524645,-911.6250526,-162.8848575,-867.2316654,-387.6711539,-566.1226466 +524646,-906.8922467,-155.1852257,-860.8146182,-385.0058489,-565.2609186 +524647,-902.1265983,-146.6525632,-854.3380277,-382.3156412,-562.6630396 +524648,-895.7198619,-138.3567956,-849.4425046,-379.6003302,-560.0470448 +524649,-892.4956669,-130.5753249,-842.8619229,-376.859822,-559.1712 +524650,-885.9993884,-122.5090263,-837.887384,-373.3986911,-555.6466561 +524651,-881.088554,-114.1610156,-832.8780223,-372.0040722,-554.7606601 +524652,-876.1442448,-106.3436366,-824.4513371,-368.4867275,-552.089745 +524653,-872.8291606,-98.25143876,-821.0559819,-366.3570683,-550.2989088 +524654,-864.4712212,-92.58495209,-815.9319143,-362.7747048,-548.4997832 +524655,-862.7898545,-85.83787875,-807.3118235,-361.3310896,-546.6922 +524656,-854.3173977,-79.49499492,-805.5779013,-357.6910581,-544.8761014 +524657,-852.6133993,-72.74685495,-796.8402779,-355.4875969,-542.1361549 +524658,-845.7500462,-66.26852913,-791.5517594,-353.2690378,-541.2188201 +524659,-840.5619094,-59.65518793,-788.0074712,-349.9120377,-538.4535928 +524660,-837.0845823,-53.1768069,-780.8673669,-348.0327393,-537.5277475 +524661,-831.8367176,-46.56344174,-775.4707407,-345.0031622,-534.7368256 +524662,-824.7834778,-39.95007847,-769.129656,-342.7132406,-533.8023903 +524663,-823.0121002,-33.47169118,-764.571407,-339.635846,-531.9266833 +524664,-815.8789572,-26.72336215,-759.0672981,-337.3102369,-530.0421663 +524665,-810.4875832,-20.37994486,-753.5259956,-334.9690599,-527.1992077 +524666,-806.8746895,-13.49664769,-747.9480141,-332.6118596,-527.1995681 +524667,-801.4230162,-7.288192702,-741.3944331,-329.4440891,-524.3369312 +524668,-796.85168,0,-736.6839873,-327.4505156,-523.378339 +524669,-790.4085153,0,-731.9477868,-324.6407785,-520.489189 +524670,-787.6331238,0,-725.2726293,-322.2154019,-520.4894083 +524671,-781.1179799,0,-719.5117682,-319.7741551,-517.5801783 +524672,-777.3728461,0,-715.651672,-317.3168856,-516.6059977 +524673,-770.7785927,0,-707.8795864,-314.0156563,-514.6509039 +524674,-767.9382861,0,-703.9701191,-312.3551267,-512.6868838 +524675,-761.271758,0,-698.0739941,-309.431123,-511.701647 +524676,-757.4403775,0,-692.140541,-306.9075203,-509.7240969 +524677,-760.3158796,0,-690.1546293,-306.0627928,-507.7375028 +524678,-757.4407379,0,-686.1710536,-303.5178536,-506.740972 +524679,-752.6269455,0,-680.1637872,-301.3850885,-505.7420341 +524680,-747.7872589,0,-674.1200381,-298.8109472,-502.7311164 +524681,-744.8717684,0,-670.0714939,-296.653697,-502.7312941 +524682,-739.0104783,0,-664.9867797,-293.6146776,-500.7125956 +524683,-735.0827416,0,-658.8506101,-291.8688543,-498.6846305 +524684,-731.1383117,0,-653.7095844,-289.2362168,-497.6673527 +524685,-725.1895776,0,-648.5435794,-286.5875968,-496.6477067 +524686,-722.2022264,0,-643.3522886,-284.8132827,-493.5745458 +524687,-717.2009239,0,-637.0892027,-281.6906529,-493.574851 +524688,-713.1808851,0,-632.8946507,-279.4474107,-492.5459132 +524689,-708.131962,0,-627.6281506,-277.6451226,-489.4446004 +524690,-704.074368,0,-622.3361145,-274.4735186,-489.4447142 +524691,-698.9787906,0,-615.9529266,-272.1954226,-487.365624 +524692,-695.9094544,0,-611.6788329,-270.3654077,-486.3225545 +524693,-689.7407598,0,-607.3885845,-267.1455542,-484.2293341 +524694,-686.6431743,0,-599.8414372,-265.2966293,-484.2294561 +524695,-682.4976551,0,-596.5935284,-262.9756395,-481.0717693 +524696,-676.2472217,0,-590.0701431,-260.1762104,-481.0719282 +524697,-674.1565657,0,-585.7024592,-258.3017536,-478.9550801 +524698,-667.856489,0,-580.2209635,-255.4771938,-477.8931469 +524699,-663.6365457,0,-574.7158546,-253.1121934,-476.8288002 +524700,-660.4614864,0,-570.295252,-250.7370699,-474.6928046 +524701,-655.1470873,0,-563.6357035,-248.3517723,-473.6213944 +524702,-648.7355749,0,-559.1779905,-245.9561041,-469.3110469 +524703,-645.5171416,0,-551.3410871,-242.5850383,-467.1416896 +524704,-640.13124,0,-547.9700692,-241.1347782,-465.5085097 +524705,-634.719669,0,-542.3324036,-237.7362248,-461.6759431 +524706,-630.3727754,0,-535.5374073,-235.785965,-460.5756176 +524707,-624.9162184,0,-529.8517352,-232.8487517,-456.1493777 +524708,-631.4614516,0,-529.8523965,-232.3579362,-455.037037 +524709,-629.2841043,0,-524.1449252,-229.8980386,-452.8045359 +524710,-622.7260461,0,-518.4165434,-227.9235955,-449.4372186 +524711,-620.5331217,0,-513.8193004,-224.9504937,-447.1802236 +524712,-615.0311497,0,-508.0536974,-222.4631876,-444.9135041 +524713,-611.7182763,0,-502.2678465,-220.4671619,-441.4949339 +524714,-606.1762501,0,-497.6251693,-217.4621519,-440.3507608 +524715,-601.7255555,0,-490.637203,-215.4521319,-436.9026399 +524716,-598.3778705,0,-487.1336517,-212.9317487,-435.1703444 +524717,-592.7775967,0,-480.1046012,-210.1496444,-432.2706895 +524718,-589.4063365,0,-475.4042404,-207.8662736,-429.9399086 +524719,-584.8971998,0,-469.5123782,-205.3216186,-427.5992793 +524720,-579.2391095,0,-464.7863344,-203.2802997,-425.2487378 +524721,-576.9701201,0,-458.269428,-200.2087995,-422.2966349 +524722,-570.1379142,0,-454.1121264,-197.8983833,-420.5181053 +524723,-567.8539801,0,-446.9657199,-195.5821869,-417.5413583 +524724,-562.1259164,0,-443.3845561,-193.001775,-415.747991 +524725,-558.1029985,0,-436.8031465,-190.6735163,-412.7465169 +524726,-554.0690364,0,-431.4048631,-188.0801169,-410.9383237 +524727,-549.4448893,0,-426.5965927,-185.7405455,-407.9121915 +524728,-544.8065014,0,-420.5729173,-183.1349913,-406.089241 +524729,-540.1543365,0,-415.7441226,-180.523415,-403.649896 +524730,-536.6565084,0,-409.6957481,-178.4300635,-401.2006535 +524731,-529.6363615,0,-403.634674,-175.2829362,-398.1253319 +524732,-524.3514293,0,-396.3447882,-172.654358,-396.8911218 +524733,-516.6870207,0,-390.8665471,-169.2292814,-393.7943315 +524734,-511.3611776,0,-383.5472562,-166.589116,-391.3059377 +524735,-503.638876,0,-376.8243899,-163.6794185,-389.4333447 +524736,-498.2736754,0,-370.7021061,-160.2336112,-386.3000189 +524737,-490.4955045,0,-363.3422796,-157.5783634,-384.4128801 +524738,-484.4909773,0,-356.5845203,-154.3867554,-381.8881207 +524739,-477.2609727,0,-349.8165983,-151.4564507,-379.3536727 +524740,-454.2003864,0,-338.1042115,-146.118125,-377.4465462 +524741,-447.4808224,0,-330.6936206,-142.909283,-374.2558142 +524742,-438.2864649,0,-323.8925261,-139.6965203,-371.6925901 +524743,-431.5229627,0,-316.4649197,-136.4801626,-369.7640505 +524744,-422.8894367,0,-309.0297204,-133.2605394,-366.5377293 +524745,-415.4682693,0,-302.2082438,-130.0379773,-364.594956 +524746,-407.4074991,0,-295.3814357,-126.8127914,-361.9962288 +524747,-399.9483256,0,-287.307096,-123.5852795,-358.7346036 +524748,-391.8482834,0,-280.4707367,-120.3557212,-356.7708122 +524749,-383.7295845,0,-273.008785,-116.8550303,-354.1442039 +524750,-374.9670227,0,-266.1654249,-113.8916138,-350.847915 +524751,-368.0693973,0,-258.074151,-110.3879001,-348.8634217 +524752,-358.6454565,0,-251.2254141,-107.152607,-345.544409 +524753,-351.7230688,0,-243.7518114,-103.9164237,-343.5463164 +524754,-342.2680779,0,-235.9647789,-100.4097058,-340.2047667 +524755,-334.0614644,0,-228.7993869,-97.17218581,-337.5215861 +524756,-325.8444548,0,-221.3212271,-93.79928242,-334.8296349 +524757,-317.6178231,0,-213.5304223,-90.42599951,-331.4523904 +524758,-308.1148032,0,-206.3622635,-87.18738593,-329.4196823 +524759,-300.5055768,0,-198.2584424,-83.67863067,-326.0208781 +524760,-290.9859229,0,-190.7777012,-80.16974244,-322.608863 +524761,-283.0473283,0,-183.6084264,-76.93072834,-321.9250435 +524762,-274.4685989,0,-175.815415,-73.82659714,-319.1838635 +524763,-265.5673944,0,-168.6458298,-70.18252192,-317.1226141 +524764,-256.6624809,0,-161.1643815,-67.07832268,-315.7460156 +524765,-249.0273087,0,-153.3711633,-63.56920671,-313.6771398 +524766,-238.8437792,0,-146.2014115,-60.33002002,-311.6036698 +524767,-231.204682,0,-138.0964274,-56.95586184,-309.5257148 +524768,-201.9124541,0,-124.2244858,-50.47744969,-307.4433403 +524769,-191.0851787,0,-115.651884,-47.10331182,-305.0083376 +524770,-181.8498811,0,-110.9759219,-43.45920498,-303.2654868 +524771,-171.3403575,0,-104.5854472,-41.29973635,-300.470574 +524772,-161.7861598,0,-98.81845112,-38.60040395,-299.0703625 +524773,-151.5949527,0,-92.27210925,-35.631142,-296.2640764 +524774,-142.0406934,0,-86.50511789,-33.20175996,-293.4504376 +524775,-131.8494375,0,-80.11464839,-29.96255067,-292.0410525 +524776,-122.1358872,0,-73.88003594,-27.53316643,-289.2165782 +524777,-111.7853673,0,-67.64544734,-24.56390063,-287.0935549 +524778,-101.9125835,0,-61.56671303,-21.59463018,-284.2566909 +524779,-91.72133079,0,-55.02037321,-18.89531224,-282.1245839 +524780,-81.53006062,0,-48.94163223,-16.19598378,-279.2758059 +524781,-71.33880928,0,-42.23942852,-12.95677973,-277.134894 +524782,-65.60621676,0,-36.16069571,-10.39241995,-273.9165547 +524783,-57.6443097,0,-29.45849861,-7.288190344,-271.7665795 +524784,-49.52314598,0,-23.37976364,-4.588861072,-268.8943825 +524785,-41.24274853,0,-16.52169703,-1.349664743,-266.3761619 +524786,-33.12158909,0,-10.28709478,0,-263.4925139 +524787,-24.84119383,0,-3.584896806,0,-260.6029999 +524788,-16.4015546,0,0,0,-257.7077962 +524789,-8.121159411,0,0,0,-255.1699499 +524790,0,0,0,0,-251.9008088 +524791,0,0,0,0,-249.7177037 +524792,0,0,0,0,-246.0726278 +524793,0,0,0,0,-244.2472654 +524794,0,0,0,0,-240.2245976 +524795,0,0,0,0,-238.3932914 +524796,0,0,0,0,-234.7251722 +524797,0,0,0,0,-232.1534762 +524798,0,0,0,0,-229.2104339 +524799,0,0,0,0,-226.2633228 +524800,0,0,0,0,-223.3123185 +524801,0,0,0,0,-220.3575909 +524802,0,42.92408652,0,0,-217.3993043 +524803,0,38.99492619,0,0,-214.8080142 +524804,0,34.26107119,0,0,-211.4726238 +524805,0,38.50941545,0,0,-208.8757584 +524806,0,39.2075442,0,0,-205.9051262 +524807,0,38.94866751,0,0,-203.3035221 +524808,0,38.7155829,0,0,-200.3277196 +524809,0,38.33208844,0,0,-197.3494048 +524810,0,37.07869101,0,0,-194.7414731 +524811,0,36.14615324,0,0,-192.1318165 +524812,0,34.72960942,0,0,-189.5205003 +524813,0,33.12014331,0,0,-186.5342348 +524814,0,54.18303162,0,0,-183.9197558 +524815,0,0,0,0,-181.3039622 +524816,0,34.07744682,0,0,-178.6869215 +524817,0,0,0,0,-176.2557298 +524818,0,0,0,0,-173.8236053 +524819,0,0,0,0,-171.5777951 +524820,0,0,0,0,-168.9567763 +524821,0,0,0,0,-165.5856419 +524822,0,0,0,0,-162.962784 +524823,0,0,0,0,-159.5894143 +524824,0,0,0,0,-156.2149867 +524825,0,0,0,0,-153.5898323 +524826,0,0,0,0,-150.5890039 +524827,0,0,0,0,-147.5875674 +524828,0,0,0,0,-144.5856192 +524829,0,0,0,0,-141.9585641 +524830,0,0,0,0,-138.9558278 +524831,0,0,0,0,-136.3281657 +524832,0,0,0,0,-133.5125566 +524833,0,0,0,0,-131.0721887 +524834,0,0,0,0,-128.0684372 +524835,0,0,0,0,-125.8155313 +524836,0,0,0,0,-123.1870086 +524837,0,0,0,0,-120.7461422 +524838,0,0,0,0,-117.9296623 +524839,0,0,0,0,-116.0519797 +524840,0,0,0,0,-113.4231473 +524841,0,0,0,0,-111.5453967 +524842,0,0,0,0,-108.9164806 +524843,0,0,0,0,-107.038682 +524844,0,0,0,0,-104.5975077 +524845,0,0,0,0,-102.7196854 +524846,0,0,0,0,-100.6540604 +524847,0,0,0,0,-98.40063546 +524848,0,0,0,0,-96.71056599 +524849,0,0,0,0,-94.83270556 +524850,0,0,0,0,-93.14262818 +524851,0,0,0,0,-91.07696373 +524852,0,0,0,0,-89.76246474 +524853,0,0,0,0,-87.6967933 +524854,0,0,0,0,-86.1944979 +524855,0,0,0,0,-84.50441459 +524856,0,0,0,0,-83.00212169 +524857,0,0,0,0,-81.49982463 +524858,0,0,0,0,-79.99752212 +524859,0,0,0,0,-78.4952178 +524860,0,0,0,0,-76.99291656 +524861,0,0,0,0,-75.86619773 +524862,0,0,0,0,-74.17609986 +524863,0,0,0,0,-73.04937713 +524864,0,0,0,0,-71.54707325 +524865,0,0,0,0,-70.42035119 +524866,0,0,0,0,-68.91804651 +524867,0,0,0,0,-67.79132571 +524868,0,0,0,0,-66.47681379 +524869,0,0,0,0,-65.3500896 +524870,0,0,0,0,-63.84778355 +524871,0,0,0,0,-62.90885318 +524872,0,0,0,0,-61.59433869 +524873,0,0,0,0,-60.46761093 +524874,0,0,0,0,-59.15309237 +524875,0,0,0,0,-58.02636688 +524876,0,0,0,0,-56.71185408 +524877,0,0,0,0,-55.77292293 +524878,0,0,0,0,-54.45840737 +524879,0,0,0,0,-53.33168095 +524880,0,0,0,0,-52.20495503 +524881,0,0,0,0,-51.82937805 +524882,0,0,0,0,-51.4538006 +524883,0,0,0,0,-50.890436 +524884,0,0,0,0,-50.8904439 +524885,0,0,0,0,-50.13928856 +524886,0,0,0,0,-50.13929289 +524887,0,0,0,0,-49.38813619 +524888,0,0,0,0,-49.20035252 +524889,0,0,0,0,-48.82477967 +524890,0,0,0,0,-48.44920376 +524891,0,0,0,0,-48.07362599 +524892,0,0,0,0,-47.51025974 +524893,0,0,0,0,-47.32247657 +524894,0,0,0,0,-46.75911356 +524895,0,0,0,0,-46.57132946 +524896,0,0,0,0,-46.00796377 +524897,0,0,0,0,-45.63238902 +524898,0,0,0,0,-45.44460394 +524899,0,0,0,0,-44.69344762 +524900,0,0,0,0,-44.69345194 +524901,0,0,0,0,-43.94229611 +524902,0,0,0,0,-43.75451088 +524903,0,0,0,0,-43.19114766 +524904,0,0,0,0,-43.00336352 +524905,0,0,0,0,-42.43999806 +524906,0,0,0,0,-42.06442283 +524907,0,0,0,0,-41.68884917 +524908,0,0,0,0,-41.31327493 +524909,0,0,0,0,-40.93769914 +524910,0,0,0,0,-40.3743341 +524911,0,0,0,0,-40.18655003 +524912,0,0,0,0,-39.6231861 +524913,0,0,0,0,-38.87203157 +524914,0,0,0,0,-38.68424924 +524915,0,0,0,0,-38.12088604 +524916,0,0,0,0,-37.55752003 +524917,0,0,0,0,-36.80636727 +524918,0,0,0,0,-36.43079491 +524919,0,0,0,0,-35.4918554 +524920,0,0,0,0,-35.11628478 +524921,0,0,0,0,-34.1773448 +524922,0,0,0,0,-33.6139827 +524923,0,0,0,0,-32.67504195 +524924,0,0,0,0,-31.73610355 +524925,0,0,0,0,-30.98495483 +524926,0,0,0,0,-29.8582274 +524927,0,0,0,0,-28.73150128 +524928,0,0,0,0,-27.79256586 +524929,0,0,0,0,-26.47805218 +524930,0,0,0,0,-25.35132779 +524931,0,0,0,0,-24.03681478 +524932,0,0,0,0,-22.72230159 +524933,0,0,0,0,-21.22000007 +524934,0,0,0,0,-19.90548751 +524935,0,0,0,0,-18.21539738 +524936,0,0,0,0,-16.52530845 +524937,0,0,0,0,-15.02300904 +524938,0,0,0,0,-13.14513256 +524939,0,0,0,0,-11.45504416 +524940,0,0,0,0,-9.201592137 +524941,0,0,0,0,0 +524942,0,0,0,0,0 +524943,0,0,0,0,0 +524944,0,0,0,0,0 +524945,0,0,0,0,0 +524946,0,0,0,0,0 +524947,0,0,0,0,0 +524948,0,0,0,0,0 +524949,0,0,0,0,0 +524950,0,0,0,0,0 +524951,0,0,0,0,0 +524952,0,0,0,0,0 +524953,0,0,0,0,0 +524954,0,0,0,0,0 +524955,0,0,0,0,0 +524956,0,0,0,0,0 +524957,0,0,0,0,0 +524958,0,0,0,0,0 +524959,0,0,0,0,0 +524960,0,0,0,0,0 +524961,0,0,0,0,0 +524962,0,0,0,0,0 +524963,0,0,0,0,0 +524964,0,0,0,0,0 +524965,0,0,0,0,0 +524966,0,0,0,0,0 +524967,0,0,0,0,0 +524968,0,0,0,0,0 +524969,0,0,0,0,0 +524970,0,0,0,0,0 +524971,0,0,0,0,0 +524972,0,0,0,0,0 +524973,0,0,0,0,0 +524974,0,0,0,0,0 +524975,0,0,0,0,0 +524976,0,0,0,0,0 +524977,0,0,0,0,0 +524978,0,0,0,0,0 +524979,0,0,0,0,0 +524980,0,0,0,0,0 +524981,0,0,0,0,0 +524982,0,0,0,0,0 +524983,0,0,0,0,0 +524984,0,0,0,0,0 +524985,0,0,0,0,0 +524986,0,0,0,0,0 +524987,0,0,0,0,0 +524988,0,0,0,0,0 +524989,0,0,0,0,0 +524990,0,0,0,0,0 +524991,0,0,0,0,0 +524992,0,0,0,0,0 +524993,0,0,0,0,0 +524994,0,0,0,0,0 +524995,0,0,0,0,0 +524996,0,0,0,0,0 +524997,0,0,0,0,0 +524998,0,0,0,0,0 +524999,0,0,0,0,0 +525000,0,0,0,0,0 +525001,0,0,0,0,0 +525002,0,0,0,0,0 +525003,0,0,0,0,0 +525004,0,0,0,0,0 +525005,0,0,0,0,0 +525006,0,0,0,0,0 +525007,0,0,0,0,0 +525008,0,0,0,0,0 +525009,0,0,0,0,0 +525010,0,0,0,0,0 +525011,0,0,0,0,0 +525012,0,0,0,0,0 +525013,0,0,0,0,0 +525014,0,0,0,0,0 +525015,0,0,0,0,0 +525016,0,0,0,0,0 +525017,0,0,0,0,0 +525018,0,0,0,0,0 +525019,0,0,0,0,0 +525020,0,0,0,0,0 +525021,0,0,0,0,0 +525022,0,0,0,0,0 +525023,0,0,0,0,0 +525024,0,0,0,0,0 +525025,0,0,0,0,0 +525026,0,0,0,0,0 +525027,0,0,0,0,0 +525028,0,0,0,0,0 +525029,0,0,0,0,0 +525030,0,0,0,0,0 +525031,0,0,0,0,0 +525032,0,0,0,0,0 +525033,0,0,0,0,0 +525034,0,0,0,0,0 +525035,0,0,0,0,0 +525036,0,0,0,0,0 +525037,0,0,0,0,0 +525038,0,0,0,0,0 +525039,0,0,0,0,0 +525040,0,0,0,0,0 +525041,0,0,0,0,0 +525042,0,0,0,0,0 +525043,0,0,0,0,0 +525044,0,0,0,0,0 +525045,0,0,0,0,0 +525046,0,0,0,0,0 +525047,0,0,0,0,0 +525048,0,0,0,0,0 +525049,0,0,0,0,0 +525050,0,0,0,0,0 +525051,0,0,0,0,0 +525052,0,0,0,0,0 +525053,0,0,0,0,0 +525054,0,0,0,0,0 +525055,0,0,0,0,0 +525056,0,0,0,0,0 +525057,0,0,0,0,0 +525058,0,0,0,0,0 +525059,0,0,0,0,0 +525060,0,0,0,0,0 +525061,0,0,0,0,0 +525062,0,0,0,0,0 +525063,0,0,0,0,0 +525064,0,0,0,0,0 +525065,0,0,0,0,0 +525066,0,0,0,0,0 +525067,0,0,0,0,0 +525068,0,0,0,0,0 +525069,0,0,0,0,0 +525070,0,0,0,0,0 +525071,0,0,0,0,0 +525072,0,0,0,0,0 +525073,0,0,0,0,0 +525074,0,0,0,0,0 +525075,0,0,0,0,0 +525076,0,0,0,0,0 +525077,0,0,0,0,0 +525078,0,0,0,0,0 +525079,0,0,0,0,0 +525080,0,0,0,0,0 +525081,0,0,0,0,0 +525082,0,0,0,0,0 +525083,0,0,0,0,0 +525084,0,0,0,0,0 +525085,0,0,0,0,0 +525086,0,0,0,0,0 +525087,0,0,0,0,0 +525088,0,0,0,0,0 +525089,0,0,0,0,0 +525090,0,0,0,0,0 +525091,0,0,0,0,0 +525092,0,0,0,0,0 +525093,0,0,0,0,0 +525094,0,0,0,0,0 +525095,0,0,0,0,0 +525096,0,0,0,0,0 +525097,0,0,0,0,0 +525098,0,0,0,0,0 +525099,0,0,0,0,0 +525100,0,0,0,0,0 +525101,0,0,0,0,0 +525102,0,0,0,0,0 +525103,0,0,0,0,0 +525104,0,0,0,0,0 +525105,0,0,0,0,0 +525106,0,0,0,0,0 +525107,0,0,0,0,0 +525108,0,0,0,0,0 +525109,0,0,0,0,0 +525110,0,0,0,0,0 +525111,0,0,0,0,0 +525112,0,0,0,0,0 +525113,0,0,0,0,0 +525114,0,0,0,0,0 +525115,0,0,0,0,0 +525116,0,0,0,0,0 +525117,0,0,0,0,0 +525118,0,0,0,0,0 +525119,0,0,0,0,0 +525120,0,0,0,0,0 +525121,0,0,0,0,0 +525122,0,0,0,0,0 +525123,0,0,0,0,0 +525124,0,0,0,0,0 +525125,0,0,0,0,0 +525126,0,0,0,0,0 +525127,0,0,0,0,0 +525128,0,0,0,0,0 +525129,0,0,0,0,0 +525130,0,0,0,0,0 +525131,0,0,0,0,0 +525132,0,0,0,0,0 +525133,0,0,0,0,0 +525134,0,0,0,0,0 +525135,0,0,0,0,0 +525136,0,0,0,0,0 +525137,0,0,0,0,0 +525138,0,0,0,0,0 +525139,0,0,0,0,0 +525140,0,0,0,0,0 +525141,0,0,0,0,0 +525142,0,0,0,0,0 +525143,0,0,0,0,0 +525144,0,0,0,0,0 +525145,0,0,0,0,0 +525146,0,0,0,0,0 +525147,0,0,0,0,0 +525148,0,0,0,0,0 +525149,0,0,0,0,0 +525150,0,0,0,0,0 +525151,0,0,0,0,0 +525152,0,0,0,0,0 +525153,0,0,0,0,0 +525154,0,0,0,0,0 +525155,0,0,0,0,0 +525156,0,0,0,0,0 +525157,0,0,0,0,0 +525158,0,0,0,0,0 +525159,0,0,0,0,0 +525160,0,0,0,0,0 +525161,0,0,0,0,0 +525162,0,0,0,0,0 +525163,0,0,0,0,0 +525164,0,0,0,0,0 +525165,0,0,0,0,0 +525166,0,0,0,0,0 +525167,0,0,0,0,0 +525168,0,0,0,0,0 +525169,0,0,0,0,0 +525170,0,0,0,0,0 +525171,0,0,0,0,0 +525172,0,0,0,0,0 +525173,0,0,0,0,0 +525174,0,0,0,0,0 +525175,0,0,0,0,0 +525176,0,0,0,0,0 +525177,0,0,0,0,0 +525178,0,0,0,0,0 +525179,0,0,0,0,0 +525180,0,0,0,0,0 +525181,0,0,0,0,0 +525182,0,0,0,0,0 +525183,0,0,0,0,0 +525184,0,0,0,0,0 +525185,0,0,0,0,0 +525186,0,0,0,0,0 +525187,0,0,0,0,0 +525188,0,0,0,0,0 +525189,0,0,0,0,0 +525190,0,0,0,0,0 +525191,0,0,0,0,0 +525192,0,0,0,0,0 +525193,0,0,0,0,0 +525194,0,0,0,0,0 +525195,0,0,0,0,0 +525196,0,0,0,0,0 +525197,0,0,0,0,0 +525198,0,0,0,0,0 +525199,0,0,0,0,0 +525200,0,0,0,0,0 +525201,0,0,0,0,0 +525202,0,0,0,0,0 +525203,0,0,0,0,0 +525204,0,0,0,0,0 +525205,0,0,0,0,0 +525206,0,0,0,0,0 +525207,0,0,0,0,0 +525208,0,0,0,0,0 +525209,0,0,0,0,0 +525210,0,0,0,0,0 +525211,0,0,0,0,0 +525212,0,0,0,0,0 +525213,0,0,0,0,0 +525214,0,0,0,0,0 +525215,0,0,0,0,0 +525216,0,0,0,0,0 +525217,0,0,0,0,0 +525218,0,0,0,0,0 +525219,0,0,0,0,0 +525220,0,0,0,0,0 +525221,0,0,0,0,0 +525222,0,0,0,0,0 +525223,0,0,0,0,0 +525224,0,0,0,0,0 +525225,0,0,0,0,0 +525226,0,0,0,0,0 +525227,0,0,0,0,0 +525228,0,0,0,0,0 +525229,0,0,0,0,0 +525230,0,0,0,0,0 +525231,0,0,0,0,0 +525232,0,0,0,0,0 +525233,0,0,0,0,0 +525234,0,0,0,0,0 +525235,0,0,0,0,0 +525236,0,0,0,0,0 +525237,0,0,0,0,0 +525238,0,0,0,0,0 +525239,0,0,0,0,0 +525240,0,0,0,0,0 +525241,0,0,0,0,0 +525242,0,0,0,0,0 +525243,0,0,0,0,0 +525244,0,0,0,0,0 +525245,0,0,0,0,0 +525246,0,0,0,0,0 +525247,0,0,0,0,0 +525248,0,0,0,0,0 +525249,0,0,0,0,0 +525250,0,0,0,0,0 +525251,0,0,0,0,0 +525252,0,0,0,0,0 +525253,0,0,0,0,0 +525254,0,0,0,0,0 +525255,0,0,0,0,0 +525256,0,0,0,0,0 +525257,0,0,0,0,0 +525258,0,0,0,0,0 +525259,0,0,0,0,0 +525260,0,0,0,0,0 +525261,0,0,0,0,0 +525262,0,0,0,0,0 +525263,0,0,0,0,0 +525264,0,0,0,0,0 +525265,0,0,0,0,0 +525266,0,0,0,0,0 +525267,0,0,0,0,0 +525268,0,0,0,0,0 +525269,0,0,0,0,0 +525270,0,0,0,0,0 +525271,0,0,0,0,0 +525272,0,0,0,0,0 +525273,0,0,0,0,0 +525274,0,0,0,0,0 +525275,0,0,0,0,0 +525276,0,0,0,0,0 +525277,0,0,0,0,0 +525278,0,0,0,0,0 +525279,0,0,0,0,0 +525280,0,0,0,0,0 +525281,0,0,0,0,0 +525282,0,0,0,0,0 +525283,0,0,0,0,0 +525284,0,0,0,0,0 +525285,0,0,0,0,0 +525286,0,0,0,0,0 +525287,0,0,0,0,0 +525288,0,0,0,0,0 +525289,0,0,0,0,0 +525290,0,0,0,0,0 +525291,0,0,0,0,0 +525292,0,0,0,0,0 +525293,0,0,0,0,0 +525294,0,0,0,0,0 +525295,0,0,0,0,0 +525296,0,0,0,0,0 +525297,0,0,0,0,0 +525298,0,0,0,0,0 +525299,0,0,0,0,0 +525300,0,0,0,0,0 +525301,0,0,0,0,0 +525302,0,0,0,0,0 +525303,0,0,0,0,0 +525304,0,0,0,0,0 +525305,0,0,0,0,0 +525306,0,0,0,0,0 +525307,0,0,0,0,0 +525308,0,0,0,0,0 +525309,0,0,0,0,0 +525310,0,0,0,0,0 +525311,0,0,0,0,0 +525312,0,0,0,0,0 +525313,0,0,0,0,0 +525314,0,0,0,0,0 +525315,0,0,0,0,0 +525316,0,0,0,0,0 +525317,0,0,0,0,0 +525318,0,0,0,0,0 +525319,0,0,0,0,0 +525320,0,0,0,0,0 +525321,0,0,0,0,0 +525322,0,0,0,0,0 +525323,0,0,0,0,0 +525324,0,0,0,0,0 +525325,0,0,0,0,0 +525326,0,0,0,0,0 +525327,0,0,0,0,0 +525328,0,0,0,0,0 +525329,0,0,0,0,0 +525330,0,0,0,0,0 +525331,0,0,0,0,0 +525332,0,0,0,0,0 +525333,0,0,0,0,0 +525334,0,0,0,0,0 +525335,0,0,0,0,0 +525336,0,0,0,0,0 +525337,0,0,0,0,0 +525338,0,0,0,0,0 +525339,0,0,0,0,0 +525340,0,0,0,0,0 +525341,0,0,0,0,0 +525342,0,0,0,0,0 +525343,0,0,0,0,0 +525344,0,0,0,0,0 +525345,0,0,0,0,0 +525346,0,0,0,0,0 +525347,0,0,0,0,0 +525348,0,0,0,0,0 +525349,0,0,0,0,0 +525350,0,0,0,0,0 +525351,0,0,0,0,0 +525352,0,0,0,0,0 +525353,0,0,0,0,0 +525354,0,0,0,0,0 +525355,0,0,0,0,0 +525356,0,0,0,0,0 +525357,0,0,0,0,0 +525358,0,0,0,0,0 +525359,0,0,0,0,0 +525360,0,0,0,0,0 +525361,0,0,0,0,0 +525362,0,0,0,0,0 +525363,0,0,0,0,0 +525364,0,0,0,0,0 +525365,0,0,0,0,0 +525366,0,0,0,0,0 +525367,0,0,0,0,0 +525368,0,0,0,0,0 +525369,0,0,0,0,0 +525370,0,0,0,0,0 +525371,0,0,0,0,0 +525372,0,0,0,0,0 +525373,0,0,0,0,0 +525374,0,0,0,0,0 +525375,0,0,0,0,0 +525376,0,0,0,0,0 +525377,0,0,0,0,0 +525378,0,0,0,0,0 +525379,0,0,0,0,0 +525380,0,0,0,0,0 +525381,0,0,0,0,0 +525382,0,0,0,0,0 +525383,0,0,0,0,0 +525384,0,0,0,0,0 +525385,0,0,0,0,0 +525386,0,0,0,0,0 +525387,0,0,0,0,0 +525388,0,0,0,0,0 +525389,0,0,0,0,0 +525390,0,0,0,0,0 +525391,0,0,0,0,0 +525392,0,0,0,0,0 +525393,0,0,0,0,0 +525394,0,0,0,0,0 +525395,0,0,0,0,0 +525396,0,0,0,0,0 +525397,0,0,0,0,0 +525398,0,0,0,0,0 +525399,0,0,0,0,0 +525400,0,0,0,0,0 +525401,0,0,0,0,0 +525402,0,0,0,0,0 +525403,0,0,0,0,0 +525404,0,0,0,0,0 +525405,0,0,0,0,0 +525406,0,0,0,0,0 +525407,0,0,0,0,0 +525408,0,0,0,0,0 +525409,0,0,0,0,0 +525410,0,0,0,0,0 +525411,0,0,0,0,0 +525412,0,0,0,0,0 +525413,0,0,0,0,0 +525414,0,0,0,0,0 +525415,0,0,0,0,0 +525416,0,0,0,0,0 +525417,0,0,0,0,0 +525418,0,0,0,0,0 +525419,0,0,0,0,0 +525420,0,0,0,0,0 +525421,0,0,0,0,0 +525422,0,0,0,0,0 +525423,0,0,0,0,0 +525424,0,0,0,0,0 +525425,0,0,0,0,0 +525426,0,0,0,0,0 +525427,0,0,0,0,0 +525428,0,0,0,0,0 +525429,0,0,0,0,0 +525430,0,0,0,0,0 +525431,0,0,0,0,0 +525432,0,0,0,0,0 +525433,0,0,0,0,0 +525434,0,0,0,0,0 +525435,0,0,0,0,0 +525436,0,0,0,0,0 +525437,0,0,0,0,0 +525438,0,0,0,0,0 +525439,0,0,0,0,0 +525440,0,0,0,0,0 +525441,0,0,0,0,0 +525442,0,0,0,0,0 +525443,0,0,0,0,0 +525444,0,0,0,0,0 +525445,0,0,0,0,0 +525446,0,0,0,0,0 +525447,0,0,0,0,0 +525448,0,0,0,0,0 +525449,0,0,0,0,0 +525450,0,0,0,0,0 +525451,0,0,0,0,0 +525452,0,0,0,0,0 +525453,0,0,0,0,0 +525454,0,0,0,0,0 +525455,0,0,0,0,0 +525456,0,0,0,0,0 +525457,0,0,0,0,0 +525458,0,0,0,0,0 +525459,0,0,0,0,0 +525460,0,0,0,0,0 +525461,0,0,0,0,0 +525462,0,0,0,0,0 +525463,0,0,0,0,0 +525464,0,0,0,0,0 +525465,0,0,0,0,0 +525466,0,0,0,0,0 +525467,0,0,0,0,0 +525468,0,0,0,0,0 +525469,0,0,0,0,0 +525470,0,0,0,0,0 +525471,0,0,0,0,0 +525472,0,0,0,0,0 +525473,0,0,0,0,0 +525474,0,0,0,0,0 +525475,0,0,0,0,0 +525476,0,0,0,0,0 +525477,0,0,0,0,0 +525478,0,0,0,0,0 +525479,0,0,0,0,0 +525480,0,0,0,0,0 +525481,0,0,0,0,0 +525482,0,0,0,0,0 +525483,0,0,0,0,0 +525484,0,0,0,0,0 +525485,0,0,0,0,0 +525486,0,0,0,0,0 +525487,0,0,0,0,0 +525488,0,0,0,0,0 +525489,0,0,0,0,0 +525490,0,0,0,0,0 +525491,0,0,0,0,0 +525492,0,0,0,0,0 +525493,0,0,0,0,0 +525494,0,0,0,0,0 +525495,0,0,0,0,0 +525496,0,0,0,0,0 +525497,0,0,0,0,0 +525498,0,0,0,0,0 +525499,0,0,0,0,0 +525500,0,0,0,0,0 +525501,0,0,0,0,0 +525502,0,0,0,0,0 +525503,0,0,0,0,0 +525504,0,0,0,0,0 +525505,0,0,0,0,0 +525506,0,0,0,0,0 +525507,0,0,0,0,0 +525508,0,0,0,0,0 +525509,0,0,0,0,0 +525510,0,0,0,0,0 +525511,0,0,0,0,0 +525512,0,0,0,0,0 +525513,0,0,0,0,0 +525514,0,0,0,0,0 +525515,0,0,0,0,0 +525516,0,0,0,0,0 +525517,0,0,0,0,0 +525518,0,0,0,0,0 +525519,0,0,0,0,0 +525520,0,0,0,0,0 +525521,0,0,0,0,0 +525522,0,0,0,0,0 +525523,0,0,0,0,0 +525524,0,0,0,0,0 +525525,0,0,0,0,0 +525526,0,0,0,0,0 +525527,0,0,0,0,0 +525528,0,0,0,0,0 +525529,0,0,0,0,0 +525530,0,0,0,0,0 +525531,0,0,0,0,0 +525532,0,0,0,0,0 +525533,0,0,0,0,0 +525534,0,0,0,0,0 +525535,0,0,0,0,0 +525536,0,0,0,0,0 +525537,0,0,0,0,0 +525538,0,0,0,0,0 +525539,0,0,0,0,0 +525540,0,0,0,0,0 +525541,0,0,0,0,0 +525542,0,0,0,0,0 +525543,0,0,0,0,0 +525544,0,0,0,0,0 +525545,0,0,0,0,0 +525546,0,0,0,0,0 +525547,0,0,0,0,0 +525548,0,0,0,0,0 +525549,0,0,0,0,0 +525550,0,0,0,0,0 +525551,0,0,0,0,0 +525552,0,0,0,0,0 +525553,0,0,0,0,0 +525554,0,0,0,0,0 +525555,0,0,0,0,0 +525556,0,0,0,0,0 +525557,0,0,0,0,0 +525558,0,0,0,0,0 +525559,0,0,0,0,0 +525560,0,0,0,0,0 +525561,0,0,0,0,0 +525562,0,0,0,0,0 +525563,0,0,0,0,0 +525564,0,0,0,0,0 +525565,0,0,0,0,0 +525566,0,0,0,0,0 +525567,0,0,0,0,0 +525568,0,0,0,0,0 +525569,0,0,0,0,0 +525570,0,0,0,0,0 +525571,0,0,0,0,0 +525572,0,0,0,0,0 +525573,0,0,0,0,0 +525574,0,0,0,0,0 +525575,0,0,0,0,0 +525576,0,0,0,0,0 +525577,0,0,0,0,0 +525578,0,0,0,0,0 +525579,0,0,0,0,0 +525580,0,0,0,0,0 +525581,0,0,0,0,0 +525582,0,0,0,0,0 +525583,0,0,0,0,0 +525584,0,0,0,0,0 +525585,0,0,0,0,0 +525586,0,0,0,0,0 +525587,0,0,0,0,0 +525588,0,0,0,0,0 +525589,0,0,0,0,0 +525590,0,0,0,0,0 +525591,0,0,0,0,0 +525592,0,0,0,0,0 +525593,0,0,0,0,0 +525594,0,0,0,0,0 +525595,0,0,0,0,0 +525596,0,0,0,0,0 +525597,0,0,0,0,0 +525598,0,0,0,0,0 +525599,0,0,0,0,0 +525600,0,0,0,0,0 From 0973098f4a96055d55009a9ef3b79a3561587bbb Mon Sep 17 00:00:00 2001 From: cerrinamouchref-pnnl Date: Fri, 23 Feb 2024 13:27:23 -0800 Subject: [PATCH 160/196] Updates to DOAS Validation Models --- .../Controls/OBC/FDE/DOAS/CoolingCoil.mo | 5 ++- .../OBC/FDE/DOAS/Validation/CoolingCoil.mo | 42 ++++++++++--------- .../OBC/FDE/DOAS/Validation/DOAScontroller.mo | 33 ++++++++------- .../OBC/FDE/DOAS/Validation/CoolingCoil.mos | 6 +++ 4 files changed, 48 insertions(+), 38 deletions(-) create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos diff --git a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo index bf7af487fa5..38855be4d2c 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo @@ -85,9 +85,10 @@ block CoolingCoil "This block commands the cooling coil." "Logical AND;true when dehumidification is on and supply fan is proven on." annotation(Placement(transformation(extent = {{-20, -14}, {0, 8}}))); - Buildings.Controls.OBC.CDL.Reals.PID conPID2 annotation(Placement(visible = true, transformation(origin = {-62, -42}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Reals.PID conPID2(reverseActing=false) + annotation(Placement(visible = true, transformation(origin = {-62, -42}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Reals.PID conPID + Buildings.Controls.OBC.CDL.Reals.PID conPID(reverseActing=false) annotation(Placement(visible = true, transformation(origin = {16, 78}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Psychrometrics.DewPoint_TDryBulPhi dewPoi diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo index 93bd2668781..c00b2f16456 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo @@ -10,13 +10,13 @@ model CoolingCoil "This model simulates CoolingCoil" Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling( erwDPadj=278.15) annotation (Placement(transformation(extent={{48,-24},{68,-4}}))); - + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( width=0.8, period=5760, - startTime=300) + shift=300) annotation (Placement(transformation(extent={{-62,60},{-42,80}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin saTGen( amplitude=3, freqHz=1/4800, @@ -24,7 +24,7 @@ model CoolingCoil "This model simulates CoolingCoil" offset=295, startTime=0) annotation (Placement(transformation(extent={{-26,40},{-6,60}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin ccTGen( amplitude=3, freqHz=1/4800, @@ -32,20 +32,20 @@ model CoolingCoil "This model simulates CoolingCoil" offset=293, startTime=0) annotation (Placement(transformation(extent={{-60,-28},{-40,-8}}))); - + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse dehumMode( width=0.5, period=4700, - startTime=1000) + shift=1000) annotation (Placement(transformation(extent={{-26,-6},{-6,14}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin supCooGen( amplitude=2, freqHz=1/3100, offset=293, startTime=12) annotation (Placement(transformation(extent={{-62,16},{-42,36}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin erwTGen( amplitude=3, freqHz=1/4800, @@ -53,45 +53,45 @@ model CoolingCoil "This model simulates CoolingCoil" offset=294, startTime=0) annotation (Placement(transformation(extent={{-60,-66},{-40,-46}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin erwHumGen( amplitude=10, freqHz=1/3600, offset=60, startTime=1250) annotation (Placement(transformation(extent={{-26,-48},{-6,-28}}))); - + equation connect(SFproof.y, Cooling.supFanProof) annotation ( Line(points={{-40,70},{18,70},{18,-5.6},{45.8,-5.6}}, color={255,0,255})); - + connect(saTGen.y, Cooling.saT) annotation ( Line(points={{-4,50},{12,50},{12,-8.4},{45.8,-8.4}}, color={0,0,127})); - + connect(ccTGen.y, Cooling.ccT) annotation ( Line(points={{-38,-18},{14,-18},{14,-17.2},{45.8,-17.2}}, color={0,0,127})); - + connect(dehumMode.y, Cooling.dehumMode) annotation ( Line(points={{-4,4},{0,4},{0,-14.6},{45.8,-14.6}}, color={255,0,255})); - + connect(supCooGen.y, Cooling.supCooSP) annotation ( Line(points={{-40,26},{6,26},{6,-11.2},{45.8,-11.2}}, color={0,0,127})); - + connect(erwHumGen.y, Cooling.erwHum) annotation ( Line(points={{-4,-38},{14,-38},{14,-19.8},{45.8,-19.8}},color={0,0,127})); - + connect(erwTGen.y, Cooling.erwT) annotation ( Line(points={{-38,-56},{18,-56},{18,-22.4},{45.8,-22.4}}, color={0,0,127})); - + annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, - fillPattern = + fillPattern= FillPattern.Solid,extent={{-100,-100},{100,100}}), Polygon(lineColor = {0,0,255},fillColor = {75,138,73}, pattern = LinePattern.None, - fillPattern = + fillPattern= FillPattern.Solid, points={{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram(coordinateSystem(preserveAspectRatio=false)), @@ -108,5 +108,7 @@ This example simulates Buildings.Controls.OBC.FDE.DOAS.CoolingCoil.

                                                                      "), - experiment(StopTime=5760, __Dymola_Algorithm="Dassl")); + experiment(StopTime=5760, __Dymola_Algorithm="Dassl"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos" + "Simulate and plot")); end CoolingCoil; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo index 8f73a490649..48c4a689e6f 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo @@ -290,13 +290,13 @@ model DOAScontroller "DOAS controller" equation connect(OccGen.y, DOAScon.occ) annotation ( - Line(points = {{-20, 86}, {58, 86}, {58, 28}, {68, 28}}, color = {255, 0, 255})); + Line(points={{-20,86},{58,86},{58,27.6},{68,27.6}}, color = {255, 0, 255})); connect(mostOpenDamGen.y, DOAScon.mostOpenDam) annotation ( - Line(points = {{-20, 56}, {54, 56}, {54, 25}, {68, 25}}, color = {0, 0, 127})); + Line(points={{-20,56},{54,56},{54,25.2},{68,25.2}}, color = {0, 0, 127})); connect(truDel.y, DOAScon.supFanStatus) annotation ( - Line(points = {{-24, 32}, {50, 32}, {50, 23}, {68, 23}}, color = {255, 0, 255})); + Line(points={{-24,32},{50,32},{50,22.8},{68,22.8}}, color = {255, 0, 255})); connect(truDel.y, swi.u2) annotation ( Line(points = {{-24, 32}, {-24, 18}, {-54, 18}, {-54, 8}}, color = {255, 0, 255})); @@ -311,52 +311,53 @@ equation Line(points = {{24, -6}, {28, -6}, {28, 18}, {68, 18}}, color = {0, 0, 127})); connect(highSpaceTGen.y, DOAScon.highSpaceT) annotation ( - Line(points = {{-2, -18}, {30, -18}, {30, 15}, {68, 15}}, color = {0, 0, 127})); + Line(points={{-2,-18},{30,-18},{30,15.4},{68,15.4}}, color = {0, 0, 127})); connect(raTGen.y, DOAScon.raT) annotation ( - Line(points = {{-32, -28}, {-28, -28}, {-28, 10}, {68, 10}}, color = {0, 0, 127})); + Line(points={{-32,-28},{-28,-28},{-28,10.4},{68,10.4}}, color = {0, 0, 127})); connect(erwHumGen.y, DOAScon.erwHum) annotation ( - Line(points = {{50, -24}, {56, -24}, {56, 3}, {68, 3}}, color = {0, 0, 127})); + Line(points={{50,-24},{56,-24},{56,2.8},{68,2.8}}, color = {0, 0, 127})); connect(DOAScon.bypDam, ERWtemp.bypDam) annotation ( - Line(points = {{92, 11}, {97.1, 11}, {97.1, -12}, {107.6, -12}}, color = {255, 0, 255})); + Line(points={{92.2,11},{97.1,11},{97.1,-12},{107.6,-12}}, color = {255, 0, 255})); connect(DOAScon.erwStart, ERWtemp.erwStart) annotation ( - Line(points = {{92, 8}, {98, 8}, {98, -16}, {107.6, -16}}, color = {255, 0, 255})); + Line(points={{92.2,8},{98,8},{98,-16},{107.6,-16}}, color = {255, 0, 255})); connect(raTGen.y, ERWtemp.raT) annotation ( Line(points = {{-32, -28}, {38.8, -28}, {38.8, -20}, {107.6, -20}}, color = {0, 0, 127})); connect(ERWtemp.erwTsim, DOAScon.erwT) annotation ( - Line(points = {{132.4, -18}, {134, -18}, {134, -38}, {60, -38}, {60, 0}, {68, 0}}, color = {0, 0, 127})); + Line(points={{132.4,-18},{134,-18},{134,-38},{60,-38},{60,0.4},{68,0.4}}, color = {0, 0, 127})); connect(DOAScon.exhFanStart, truDel1.u) annotation ( - Line(points = {{92, 2}, {96, 2}, {96, -56}, {106, -56}}, color = {255, 0, 255})); + Line(points={{92.2,1.6},{96,1.6},{96,-56},{106,-56}}, color = {255, 0, 255})); connect(truDel1.y, DOAScon.exhFanProof) annotation ( Line(points = {{130, -56}, {134, -56}, {134, -74}, {58, -74}, {58, -2}, {68, -2}}, color = {255, 0, 255})); connect(bldgSP.y, DOAScon.bldgSP) annotation ( - Line(points = {{52, -82}, {54, -82}, {54, -4}, {68, -4}}, color = {0, 0, 127})); + Line(points={{52,-82},{54,-82},{54,-4.4},{68,-4.4}}, color = {0, 0, 127})); connect(oaTgen.y, DOAScon.oaT) annotation ( - Line(points = {{26, -36}, {32, -36}, {32, 8}, {68, 8}}, color = {0, 0, 127})); + Line(points={{26,-36},{32,-36},{32,7.8},{68,7.8}}, color = {0, 0, 127})); connect(oaTgen.y, ERWtemp.oaT) annotation ( Line(points = {{26, -36}, {62, -36}, {62, -24}, {107.6, -24}}, color = {0, 0, 127})); connect(swi.y, DOAScon.DDSP) annotation ( - Line(points = {{-30, 8}, {16, 8}, {16, 20}, {68, 20}}, color = {0, 0, 127})); + Line(points={{-30,8},{16,8},{16,20.4},{68,20.4}}, color = {0, 0, 127})); connect(saTGen.y, DOAScon.saT) annotation ( - Line(points = {{-2, -52}, {26, -52}, {26, 13}, {68, 13}}, color = {0, 0, 127})); + Line(points={{-2,-52},{26,-52},{26,12.8},{68,12.8}}, color = {0, 0, 127})); connect(ccTGen.y, DOAScon.ccT) annotation ( - Line(points = {{-2, -82}, {28, -82}, {28, 5}, {68, 5}}, color = {0, 0, 127})); + Line(points={{-2,-82},{28,-82},{28,5.4},{68,5.4}}, color = {0, 0, 127})); connect(DOAScon.supFanStart, pre.u) annotation ( - Line(points={{92,23},{-86,23},{-86,52},{-80,52}}, color = {255, 0, 255})); + Line(points={{92.2,23.4},{-86,23.4},{-86,52},{-80,52}}, + color = {255, 0, 255})); connect(pre.y, truDel.u) annotation ( Line(points = {{-56, 52}, {-56, 41}, {-48, 41}, {-48, 32}}, color = {255, 0, 255})); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos new file mode 100644 index 00000000000..a7bae3da131 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos @@ -0,0 +1,6 @@ +simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.CoolingCoil", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="CoolingCoil"); + +createPlot(id=1, position={0, 362, 792, 308}, y={"Cooling.supFanProof"}, range={0.0, 6000.0, 0.0, 2.0}, autoscale=false, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={808, 0, 790, 309}, y={"Cooling.saT", "Cooling.supCooSP"}, range={0.0, 6000.0, 16.0, 26.0}, autoscale=false, grid=true, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); +createPlot(id=3, position={0, 0, 792, 309}, y={"Cooling.yCC"}, range={0.0, 6000.0, -0.4, 1.2000000000000002}, grid=true, colors={{28,108,200}}); + From ed2ee4d149e4c0b7a1fbfc5067a06910608862b8 Mon Sep 17 00:00:00 2001 From: cerrinamouchref-pnnl Date: Wed, 28 Feb 2024 17:14:01 -0800 Subject: [PATCH 161/196] Changes to Validation Plots --- Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo | 297 +++++++----------- .../Controls/OBC/FDE/DOAS/EnergyWheel.mo | 23 +- .../Controls/OBC/FDE/DOAS/HeatingCoil.mo | 131 ++++---- .../OBC/FDE/DOAS/Validation/DehumMode.mo | 29 +- .../OBC/FDE/DOAS/Validation/Dewpoint.mo | 14 +- .../OBC/FDE/DOAS/Validation/EconMode.mo | 24 +- .../OBC/FDE/DOAS/Validation/EnergyWheel.mo | 71 ++--- .../DOAS/Validation/ExhaustFanController.mo | 24 +- .../OBC/FDE/DOAS/Validation/HeatingCoil.mo | 28 +- .../DOAS/Validation/SupplyFanController.mo | 24 +- .../OBC/FDE/DOAS/Validation/TSupSet.mo | 42 ++- .../OBC/FDE/DOAS/Validation/erwTsim.mo | 55 ++-- .../OBC/FDE/DOAS/Validation/DehumMode.mos | 5 + .../OBC/FDE/DOAS/Validation/EconMode.mos | 4 + .../OBC/FDE/DOAS/Validation/EnergyWheel.mos | 7 + .../DOAS/Validation/ExhaustFanController.mos | 8 + .../OBC/FDE/DOAS/Validation/HeatingCoil.mos | 8 + 17 files changed, 374 insertions(+), 420 deletions(-) create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconMode.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos diff --git a/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo b/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo index 2d991b09a5e..1b6daebb36b 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo @@ -1,201 +1,118 @@ within Buildings.Controls.OBC.FDE.DOAS; -block Dewpoint - "Calculates dewpoint temperature from Tdb and relative humidity." - // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealInput relHum( - final min=0, - final max=100) - "Relative humidity sensor" - annotation (Placement(transformation(extent={{-142,52},{-102,92}}), - iconTransformation(extent={{-142,40},{-102,80}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput dbT( - final unit="K", - final displayUnit="degC", - final quantity="ThermodynamicTemperature") - "Dry bulb temperature sensor." - annotation (Placement(transformation(extent={{-142,12},{-102,52}}), - iconTransformation(extent={{-142,-80},{-102,-40}}))); - - // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealOutput dpT( - final unit="K", - final displayUnit="degC", - final quantity="ThermodynamicTemperature") - "Dewpoint temperature" - annotation (Placement(transformation(extent={{102,-96},{142,-56}}), - iconTransformation(extent={{102,-20},{142,20}}))); - - Buildings.Controls.OBC.CDL.Reals.Log log - "Calculate natural log of input value." - annotation (Placement(transformation(extent={{-32,56},{-12,76}}))); - - Buildings.Controls.OBC.CDL.Reals.Division div - "Divide relHum by 100." - annotation (Placement(transformation(extent={{-62,56},{-42,76}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con100( - final k=100) - "Real constant 100" - annotation (Placement(transformation(extent={{-92,46},{-72,66}}))); - - Buildings.Controls.OBC.CDL.Reals.Multiply pro - "Calculate the product of dry bulb temperature (degC) and 17.27" - annotation (Placement(transformation(extent={{-30,16},{-10,36}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1727( - final k=17.27) - "Real constant 17.27" - annotation (Placement(transformation(extent={{-62,-10},{-42,10}}))); - - Buildings.Controls.OBC.CDL.Reals.Add add2 - "Add dry bulb temperature (degC) and 237.3" - annotation (Placement(transformation(extent={{-30,-34},{-10,-14}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con2373( - final k=237.3) - "Real constant 237.3" - annotation (Placement(transformation(extent={{-62,-52},{-42,-32}}))); - - Buildings.Controls.OBC.CDL.Reals.Division div1 - "Output first input divided by second input." - annotation (Placement(transformation(extent={{0,10},{20,30}}))); - - Buildings.Controls.OBC.CDL.Reals.Add add1 - "Add two values." - annotation (Placement(transformation(extent={{30,16},{50,36}}))); - - Buildings.Controls.OBC.CDL.Reals.Division div2 - "Output first input divided by second input" - annotation (Placement(transformation(extent={{62,10},{82,30}}))); - - Buildings.Controls.OBC.CDL.Reals.Multiply pro1 - "Output product of two inputs" - annotation (Placement(transformation(extent={{4,-46},{24,-26}}))); - - Buildings.Controls.OBC.CDL.Reals.Division div3 - "Output first input divided by second input" - annotation (Placement(transformation(extent={{60,-52},{80,-32}}))); - - Buildings.Controls.OBC.CDL.Reals.Add add3 - "Output the sum of two inputs" - annotation (Placement(transformation(extent={{32,-80},{52,-60}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1( - final k=1) - "Real constant 1" - annotation (Placement(transformation(extent={{4,-72},{24,-52}}))); - - Buildings.Controls.OBC.CDL.Reals.Add add4( - final k2=-1) - "Subtract 273.15 from dry bulb temperature." - annotation (Placement(transformation(extent={{-92,16},{-72,36}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con27315( - final k=273.15) - "Real constant 273.15" - annotation (Placement(transformation(extent={{-92,-14},{-72,6}}))); - - Buildings.Controls.OBC.CDL.Reals.Add add5 - "Add 273.15 to the final value to output dew point temperature in K" - annotation (Placement(transformation(extent={{70,-86},{90,-66}}))); - +block Dewpoint "Calculates dewpoint temperature from Tdb and relative humidity." + // ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealInput relHum(final min = 0, final max = 100) "Relative humidity sensor" annotation( + Placement(transformation(extent = {{-142, 52}, {-102, 92}}), iconTransformation(extent = {{-142, 40}, {-102, 80}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput dbT(final unit = "K", final displayUnit = "degC", final quantity = "ThermodynamicTemperature") "Dry bulb temperature sensor." annotation( + Placement(transformation(extent = {{-142, 12}, {-102, 52}}), iconTransformation(extent = {{-142, -80}, {-102, -40}}))); + // ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealOutput dpT(final unit = "K", final displayUnit = "degC", final quantity = "ThermodynamicTemperature") "Dewpoint temperature" annotation( + Placement(transformation(extent = {{102, -96}, {142, -56}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); + Buildings.Controls.OBC.CDL.Reals.Log log "Calculate natural log of input value." annotation( + Placement(transformation(extent = {{-32, 56}, {-12, 76}}))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con100(final k = 100) "Real constant 100" annotation( + Placement(transformation(extent = {{-92, 46}, {-72, 66}}))); + Buildings.Controls.OBC.CDL.Reals.Multiply pro "Calculate the product of dry bulb temperature (degC) and 17.27" annotation( + Placement(transformation(extent = {{-30, 16}, {-10, 36}}))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1727(final k = 17.27) "Real constant 17.27" annotation( + Placement(visible = true, transformation(origin = {6, 2}, extent = {{-62, -10}, {-42, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Reals.Add add2 "Add dry bulb temperature (degC) and 237.3" annotation( + Placement(transformation(extent = {{-30, -34}, {-10, -14}}))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con2373(final k = 237.3) "Real constant 237.3" annotation( + Placement(transformation(extent = {{-62, -52}, {-42, -32}}))); + Buildings.Controls.OBC.CDL.Reals.Add add1 "Add two values." annotation( + Placement(transformation(extent = {{30, 16}, {50, 36}}))); + Buildings.Controls.OBC.CDL.Reals.Multiply pro1 "Output product of two inputs" annotation( + Placement(visible = true, transformation(origin = {8, 4}, extent = {{4, -46}, {24, -26}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Reals.Add add3 "Output the sum of two inputs" annotation( + Placement(visible = true, transformation(origin = {0, 0}, extent = {{32, -80}, {52, -60}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1(final k = 1) "Real constant 1" annotation( + Placement(transformation(extent = {{4, -72}, {24, -52}}))); + //Buildings.Controls.OBC.CDL.Reals.Add add4(final k2 = -1) "Subtract 273.15 from dry bulb temperature." annotation( + //Placement(transformation(extent = {{-92, 16}, {-72, 36}}))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con27315(final k = 273.15) "Real constant 273.15" annotation( + Placement(visible = true, transformation(origin = {-18, -14}, extent = {{-92, -14}, {-72, 6}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Reals.Add add5 "Add 273.15 to the final value to output dew point temperature in K" annotation( + Placement(transformation(extent = {{70, -86}, {90, -66}}))); + Buildings.Controls.OBC.CDL.Reals.Divide div4 "Divide relative humidity by 100" annotation( + Placement(visible = true, transformation(origin = {-52, 74}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + CDL.Reals.Divide div "Output first input divided by second input" annotation( + Placement(visible = true, transformation(origin = {10, 14}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Reals.Divide div1 "Output first input divided by second input" annotation( + Placement(visible = true, transformation(origin = {82, 20}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Reals.Divide div2 annotation( + Placement(visible = true, transformation(origin = {72, -40}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Reals.Subtract sub "subtract 273.15 from dry bulb temp" annotation( + Placement(visible = true, transformation(origin = {-76, 26}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation - connect(div.u1, relHum) annotation ( - Line(points={{-64,72},{-122,72}}, color={0,0,127})); - - connect(div.u2, con100.y) annotation ( - Line(points={{-64,60},{-68,60},{-68,56},{-70,56}},color={0,0,127})); - - connect(div.y, log.u) annotation ( - Line(points={{-40,66},{-34,66}}, color={0,0,127})); - - connect(con1727.y, pro.u2) annotation ( - Line(points={{-40,0},{-36,0},{-36,20},{-32,20}},color={0,0,127})); - - connect(con2373.y, add2.u2) annotation ( - Line(points={{-40,-42},{-36,-42},{-36,-30},{-32,-30}},color={0,0,127})); - - connect(pro.y, div1.u1) annotation ( - Line(points={{-8,26},{-2,26}}, color={0,0,127})); - - connect(add2.y, div1.u2) annotation ( - Line(points={{-8,-24},{-6,-24},{-6,14},{-2,14}},color={0,0,127})); - - connect(div1.y, add1.u2) annotation ( - Line(points={{22,20},{28,20}}, color={0,0,127})); - - connect(log.y, add1.u1) annotation ( - Line(points={{-10,66},{24,66},{24,32},{28,32}},color={0,0,127})); - - connect(add1.y, div2.u1) annotation ( - Line(points={{52,26},{60,26}}, color={0,0,127})); - - connect(con1727.y, div2.u2) annotation ( - Line(points={{-40,0},{54,0},{54,14},{60,14}},color={0,0,127})); - - connect(div2.y, pro1.u1) - annotation (Line(points={{84,20},{82,20},{82,-6},{-2,-6},{-2,-30},{2,-30}},color={0,0,127})); - - connect(con2373.y, pro1.u2) annotation ( - Line(points={{-40,-42},{2,-42}}, color={0,0,127})); - - connect(pro1.y, div3.u1) annotation ( - Line(points={{26,-36},{58,-36}}, color={0,0,127})); - - connect(div2.y, add3.u2) annotation ( - Line(points={{84,20},{82,20},{82,-6},{-2,-6},{-2,-76},{30,-76}}, color={0,0,127})); - - connect(add3.u1, con1.y) annotation ( - Line(points={{30,-64},{28,-64},{28,-62},{26,-62}},color={0,0,127})); - - connect(add3.y, div3.u2) annotation ( - Line(points={{54,-70},{56,-70},{56,-48},{58,-48}},color={0,0,127})); - - connect(con27315.y, add4.u2) annotation ( - Line(points={{-70,-4},{-70,14},{-98,14},{-98,20},{-94,20}}, color={0,0,127})); - - connect(dbT, add4.u1) annotation ( - Line(points={{-122,32},{-94,32}}, color={0,0,127})); - - connect(add4.y, pro.u1) annotation ( - Line(points={{-70,26},{-52,26},{-52,32},{-32,32}},color={0,0,127})); - - connect(add4.y, add2.u1)annotation ( - Line(points={{-70,26},{-64,26},{-64,-18},{-32,-18}},color={0,0,127})); - - connect(add5.y, dpT) annotation ( - Line(points={{92,-76},{122,-76}}, color={0,0,127})); - - connect(div3.y, add5.u1) annotation ( - Line(points={{82,-42},{86,-42},{86,-60},{64,-60},{64,-70},{68,-70}}, color={0,0,127})); - - connect(con27315.y, add5.u2) annotation ( - Line(points={{-70,-4},{-70,-68},{-22,-68},{-22,-82},{68,-82}}, color={0,0,127})); - - annotation (defaultComponentName="Dewpt", - Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text(extent={{-90,180},{90,76}},lineColor={28,108,200}, textStyle={TextStyle.Bold},textString="%name"),Rectangle(extent={{-100,100},{100,-100}},lineColor={179,151,128},radius=10,fillColor={255,255,255}, - fillPattern = -FillPattern.Solid),Text(extent={{-60,66},{28,-30}},lineColor={28,108,200},fillColor={28,108,200}, - fillPattern = -FillPattern.Solid,textString="T"),Text(extent={{-28,0},{62,-60}},lineColor={28,108,200},fillColor={28,108,200}, - fillPattern = -FillPattern.Solid,textString="dp"),Text(extent={{-96,74},{-58,46}},lineColor={28,108,200},fillColor={28,108,200}, - fillPattern = -FillPattern.Solid,textString="relHum"),Text(extent={{-96,-50},{-66,-70}},lineColor={28,108,200},fillColor={28,108,200}, - fillPattern = -FillPattern.Solid,textString="dbT"),Text(extent={{64,12},{98,-12}},lineColor={28,108,200},fillColor={28,108,200}, - fillPattern = -FillPattern.Solid,textString="%dpT")}), - Diagram(coordinateSystem(preserveAspectRatio=false)), - Documentation(revisions=" + connect(con1727.y, pro.u2) annotation( + Line(points = {{-34, 2}, {-34, 20}, {-32, 20}}, color = {0, 0, 127})); + connect(con2373.y, add2.u2) annotation( + Line(points = {{-40, -42}, {-36, -42}, {-36, -30}, {-32, -30}}, color = {0, 0, 127})); + connect(log.y, add1.u1) annotation( + Line(points = {{-10, 66}, {24, 66}, {24, 32}, {28, 32}}, color = {0, 0, 127})); + connect(con2373.y, pro1.u2) annotation( + Line(points = {{-40, -42}, {-18, -42}, {-18, -38}, {10, -38}}, color = {0, 0, 127})); + connect(add3.u1, con1.y) annotation( + Line(points = {{30, -64}, {28, -64}, {28, -62}, {26, -62}}, color = {0, 0, 127})); + // connect(con27315.y, add4.u2) annotation( + //Line(points = {{-88, -18}, {-88, 14}, {-98, 14}, {-98, 20}, {-94, 20}}, color = {0, 0, 127})); + //connect(dbT, add4.u1) annotation( + // Line(points = {{-122, 32}, {-94, 32}}, color = {0, 0, 127})); + //connect(add4.y, pro.u1) annotation( + //Line(points = {{-70, 26}, {-52, 26}, {-52, 32}, {-32, 32}}, color = {0, 0, 127})); + //connect(add4.y, add2.u1) annotation( + //Line(points = {{-70, 26}, {-64, 26}, {-64, -18}, {-32, -18}}, color = {0, 0, 127})); + connect(add5.y, dpT) annotation( + Line(points = {{92, -76}, {122, -76}}, color = {0, 0, 127})); + connect(con27315.y, add5.u2) annotation( + Line(points = {{-88, -18}, {-88, -68}, {-22, -68}, {-22, -82}, {68, -82}}, color = {0, 0, 127})); + connect(relHum, div4.u1) annotation( + Line(points = {{-122, 72}, {-82, 72}, {-82, 80}, {-64, 80}}, color = {0, 0, 127})); + connect(con100.y, div4.u2) annotation( + Line(points = {{-70, 56}, {-68, 56}, {-68, 68}, {-64, 68}}, color = {0, 0, 127})); + connect(div4.y, log.u) annotation( + Line(points = {{-40, 74}, {-38, 74}, {-38, 66}, {-34, 66}}, color = {0, 0, 127})); + connect(add2.y, div.u2) annotation( + Line(points = {{-8, -24}, {-6, -24}, {-6, 8}, {-2, 8}}, color = {0, 0, 127})); + connect(pro.y, div.u1) annotation( + Line(points = {{-8, 26}, {-6, 26}, {-6, 20}, {-2, 20}}, color = {0, 0, 127})); + connect(div.y, add1.u2) annotation( + Line(points = {{22, 14}, {22, 20}, {28, 20}}, color = {0, 0, 127})); + connect(add1.y, div1.u1) annotation( + Line(points = {{52, 26}, {70, 26}}, color = {0, 0, 127})); + connect(con1727.y, div1.u2) annotation( + Line(points = {{-34, 2}, {64, 2}, {64, 14}, {70, 14}}, color = {0, 0, 127})); + connect(div1.y, add3.u2) annotation( + Line(points = {{94, 20}, {108, 20}, {108, -18}, {-6, -18}, {-6, -76}, {30, -76}}, color = {0, 0, 127})); + connect(pro1.y, div2.u1) annotation( + Line(points = {{34, -32}, {47, -32}, {47, -34}, {60, -34}}, color = {0, 0, 127})); + connect(add3.y, div2.u2) annotation( + Line(points = {{54, -70}, {54, -59}, {60, -59}, {60, -46}}, color = {0, 0, 127})); + connect(div2.y, add5.u1) annotation( + Line(points = {{84, -40}, {94, -40}, {94, -56}, {62, -56}, {62, -70}, {68, -70}}, color = {0, 0, 127})); + connect(dbT, sub.u1) annotation( + Line(points = {{-122, 32}, {-88, 32}}, color = {0, 0, 127})); + connect(con27315.y, sub.u2) annotation( + Line(points = {{-88, -18}, {-82, -18}, {-82, 6}, {-96, 6}, {-96, 20}, {-88, 20}}, color = {0, 0, 127})); + connect(sub.y, pro.u1) annotation( + Line(points = {{-64, 26}, {-50, 26}, {-50, 32}, {-32, 32}}, color = {0, 0, 127})); + connect(sub.y, add2.u1) annotation( + Line(points = {{-64, 26}, {-64, -18}, {-32, -18}}, color = {0, 0, 127})); + connect(div1.y, pro1.u1) annotation( + Line(points = {{94, 20}, {94, -8}, {2, -8}, {2, -26}, {10, -26}}, color = {0, 0, 127})); + annotation( + defaultComponentName = "Dewpt", + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, fillPattern = FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Text(textColor = {28, 108, 200}, extent = {{-60, 66}, {28, -30}}, textString = "T"), Text(textColor = {28, 108, 200}, extent = {{-28, 0}, {62, -60}}, textString = "dp"), Text(textColor = {28, 108, 200}, extent = {{-96, 74}, {-58, 46}}, textString = "relHum"), Text(textColor = {28, 108, 200}, extent = {{-96, -50}, {-66, -70}}, textString = "dbT"), Text(textColor = {28, 108, 200}, extent = {{64, 12}, {98, -12}}, textString = "%dpT")}), + Diagram(coordinateSystem(preserveAspectRatio = false)), + Documentation(revisions = "
                                                                      • September 16, 2020, by Henry Nickels:
                                                                        First implementation.
                                                                      -", info=" +", info = "

                                                                      Dewpoint Temperature Calculation

                                                                      This block calculates dewpoint (dpT) using a reduced formula that only diff --git a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo index 0330a98d377..fdb66867644 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo @@ -94,7 +94,7 @@ block EnergyWheel "This block commands the energy recovery wheel and associated Buildings.Controls.OBC.CDL.Logical.MultiAnd mulAnd(nin=3) "Logical AND; true when fan is proven, economizer mode is off, and ERW temperature start conditions are met." - annotation (Placement(transformation(extent={{62,10},{82,30}}))); + annotation (Placement(transformation(extent={{66,8},{86,28}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 "Logical NOT; true when economizer mode is off." @@ -144,13 +144,15 @@ equation Line(points = {{-28, 50}, {-122, 50}}, color = {255, 0, 255})); connect(mulAnd.y, erwStart) - annotation (Line(points={{84,20},{122,20}}, color={255,0,255})); + annotation (Line(points={{88,18},{104,18},{104,20},{122,20}}, + color={255,0,255})); connect(max.y, swi.u1) annotation ( Line(points = {{-40, -68}, {64, -68}}, color = {0, 0, 127})); - connect(mulAnd.y, swi.u2) annotation (Line(points={{84,20},{88,20},{88,-58},{ - 56,-58},{56,-76},{64,-76}}, color={255,0,255})); + connect(mulAnd.y, swi.u2) annotation (Line(points={{88,18},{88,-20},{92,-20}, + {92,-58},{58,-58},{58,-76},{64,-76}}, + color={255,0,255})); connect(con0.y, swi.u3) annotation ( Line(points = {{52, -84}, {64, -84}}, color = {0, 0, 127})); @@ -169,8 +171,9 @@ equation connect(not2.y, or2.u2) annotation ( Line(points = {{56, 50}, {58, 50}, {58, 58}, {60, 58}}, color = {255, 0, 255})); - connect(mulAnd.y, not2.u) annotation (Line(points={{84,20},{88,20},{88,36},{ - 28,36},{28,50},{32,50}}, color={255,0,255})); + connect(mulAnd.y, not2.u) annotation (Line(points={{88,18},{88,20},{98,20},{ + 98,36},{28,36},{28,50},{32,50}}, + color={255,0,255})); connect(or2.y, bypDam) annotation ( Line(points = {{84, 66}, {122, 66}}, color = {255, 0, 255})); @@ -209,11 +212,11 @@ equation connect(abs.y, hys.u) annotation (Line(points={{-14, 2}, {-4, 2}}, color={0,0,127})); connect(supFanProof, mulAnd.u[1]) annotation (Line(points={{-122,80},{-70,80}, - {-70,88},{20,88},{20,24.6667},{60,24.6667}}, color={255,0,255})); - connect(not1.y, mulAnd.u[2]) annotation (Line(points={{-4,50},{10,50},{10,20}, - {60,20}}, color={255,0,255})); + {-70,88},{20,88},{20,22.6667},{64,22.6667}}, color={255,0,255})); + connect(not1.y, mulAnd.u[2]) annotation (Line(points={{-4,50},{10,50},{10,18}, + {64,18}}, color={255,0,255})); connect(truDel.y, mulAnd.u[3]) annotation (Line(points={{54,0},{56,0},{56, - 15.3333},{60,15.3333}}, color={255,0,255})); + 13.3333},{64,13.3333}}, color={255,0,255})); annotation ( defaultComponentName = "ERWcon", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(fillColor = {255, 255, 255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo index 7363bb3a0b7..16143821b11 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo @@ -1,84 +1,83 @@ within Buildings.Controls.OBC.FDE.DOAS; - block HeatingCoil "This block commands the heating coil." - parameter Real SArhcPIk = 0.0000001 + parameter Real SArhcPIk = 0.0000001 "Heating coil SAT PI gain value k."; - - parameter Real SArhcPITi = 0.000025 + + parameter Real SArhcPITi = 0.000025 "Heating coil SAT PI time constant value Ti."; - + // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof - "True when supply fan is proven on." + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof + "True when supply fan is proven on." annotation(Placement(transformation(extent = {{-142, -20}, {-102, 20}}), iconTransformation(extent = {{-142, -20}, {-102, 20}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput saT "Supply air temperature sensor value." + + Buildings.Controls.OBC.CDL.Interfaces.RealInput saT "Supply air temperature sensor value." annotation(Placement(transformation(extent = {{-142, -60}, {-102, -20}}), iconTransformation(extent = {{-142, -70}, {-102, -30}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput supHeaSP + + Buildings.Controls.OBC.CDL.Interfaces.RealInput supHeaSP "Supply air temperature heating set point." annotation(Placement(transformation(extent = {{-142, 16}, {-102, 56}}), iconTransformation(extent = {{-142, 28}, {-102, 68}}))); - + // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRHC "Reheat coil valve command." + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRHC "Reheat coil valve command." annotation(Placement(transformation(extent = {{102, -20}, {142, 20}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); - - Buildings.Controls.OBC.CDL.Reals.Switch swi - "Logical switch passes supply air heating set point when supply fan is proven otherwise sends 0 set point." annotation(Placement(transformation(extent = {{-20, -10}, {0, 10}}))); - + + Buildings.Controls.OBC.CDL.Reals.Switch swi + "Logical switch passes supply air heating set point when supply fan is proven otherwise sends 0 set point." annotation(Placement(transformation(extent={{36,-12}, + {56,8}}))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0( - final k = 0) - "Real constant 0" - annotation(Placement(transformation(extent = {{-52, -28}, {-32, -8}}))); - + final k = 0) + "Real constant 0" + annotation(Placement(transformation(extent={{-20,-38},{0,-18}}))); + Buildings.Controls.OBC.CDL.Reals.PID conPID1( - Ti = SArhcPITi, - k = SArhcPIk) - annotation(Placement(visible = true, transformation(origin = {32, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - + Ti = SArhcPITi, + k = SArhcPIk) + annotation(Placement(visible = true, transformation(origin={-30,24}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + equation - connect(swi.u2, supFanProof) annotation( - Line(points = {{-22, 0}, {-122, 0}}, color = {255, 0, 255})); - - connect(con0.y, swi.u3) annotation( - Line(points = {{-30, -18}, {-26, -18}, {-26, -8}, {-22, -8}}, color = {0, 0, 127})); - - connect(swi.u1, supHeaSP) annotation( - Line(points = {{-22, 8}, {-32, 8}, {-32, 36}, {-122, 36}}, color = {0, 0, 127})); - - connect(swi.y, conPID1.u_s) annotation( - Line(points = {{2, 0}, {20, 0}}, color = {0, 0, 127})); - - connect(saT, conPID1.u_m) annotation( - Line(points = {{-122, -40}, {32, -40}, {32, -12}}, color = {0, 0, 127})); - - connect(conPID1.y, yRHC) annotation( - Line(points = {{44, 0}, {122, 0}}, color = {0, 0, 127})); - - annotation( + connect(swi.u2, supFanProof) annotation ( + Line(points={{34,-2},{-62,-2},{-62,0},{-122,0}}, + color = {255, 0, 255})); + + connect(con0.y, swi.u3) annotation ( + Line(points={{2,-28},{12,-28},{12,-12},{28,-12},{28,-10},{34,-10}}, + color = {0, 0, 127})); + + connect(saT, conPID1.u_m) annotation ( + Line(points={{-122,-40},{-30,-40},{-30,12}}, color = {0, 0, 127})); + + connect(conPID1.y, swi.u1) annotation (Line(points={{-18,24},{-4,24},{-4,6},{ + 34,6}}, color={0,0,127})); + connect(supHeaSP, conPID1.u_s) annotation (Line(points={{-122,36},{-86,36},{ + -86,32},{-50,32},{-50,24},{-42,24}}, color={0,0,127})); + connect(swi.y, yRHC) annotation (Line(points={{58,-2},{90,-2},{90,0},{122,0}}, + color={0,0,127})); + annotation ( defaultComponentName = "Heating", - Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Rectangle(lineColor = {238, 46, 47}, fillColor = {254, 56, 30}, - fillPattern = -FillPattern.Solid, extent = {{-22, 68}, {6, -66}}), Rectangle(fillColor = {162, 29, 33}, - fillPattern = -FillPattern.Solid, extent = {{-14, 58}, {68, 56}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {162, 29, 33}, - fillPattern = -FillPattern.Solid, extent = {{-16, 60}, {-10, 54}}), Rectangle(fillColor = {162, 29, 33}, - fillPattern = -FillPattern.Solid, extent = {{-2, -56}, {80, -58}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {162, 29, 33}, - fillPattern = -FillPattern.Solid, extent = {{-4, -54}, {2, -60}}), Polygon(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, points = {{42, -58}, {30, -66}, {30, -50}, {42, -58}}), Polygon(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, points = {{42, -58}, {54, -66}, {54, -50}, {42, -58}}), Ellipse(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, extent = {{38, -54}, {46, -62}}), Line(points = {{42, -48}, {42, -54}}, color = {127, 0, 0}), Ellipse(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, extent = {{36, -32}, {48, -46}}), Rectangle(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, - fillPattern = + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Rectangle(lineColor = {238, 46, 47}, fillColor = {254, 56, 30}, + fillPattern= +FillPattern.Solid, extent = {{-22, 68}, {6, -66}}), Rectangle(fillColor = {162, 29, 33}, + fillPattern= +FillPattern.Solid, extent = {{-14, 58}, {68, 56}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {162, 29, 33}, + fillPattern= +FillPattern.Solid, extent = {{-16, 60}, {-10, 54}}), Rectangle(fillColor = {162, 29, 33}, + fillPattern= +FillPattern.Solid, extent = {{-2, -56}, {80, -58}}), Ellipse(lineColor = {28, 108, 200}, fillColor = {162, 29, 33}, + fillPattern= +FillPattern.Solid, extent = {{-4, -54}, {2, -60}}), Polygon(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, points = {{42, -58}, {30, -66}, {30, -50}, {42, -58}}), Polygon(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, points = {{42, -58}, {54, -66}, {54, -50}, {42, -58}}), Ellipse(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{38, -54}, {46, -62}}), Line(points = {{42, -48}, {42, -54}}, color = {127, 0, 0}), Ellipse(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{36, -32}, {48, -46}}), Rectangle(lineColor = {127, 0, 0}, fillColor = {255, 255, 255}, + fillPattern= FillPattern.Solid, extent = {{36, -38}, {48, -48}}), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Text(textColor = {28, 108, 200}, extent = {{-98, 8}, {-54, -6}}, textString = "supFanProof"), Text(textColor = {28, 108, 200}, extent = {{58, 8}, {102, -6}}, textString = "yRHC"), Text(textColor = {28, 108, 200}, extent = {{-98, 54}, {-58, 44}}, textString = "supHeaSP"), Text(textColor = {28, 108, 200}, extent = {{-108, -42}, {-68, -54}}, textString = "saT")}), Diagram(coordinateSystem(preserveAspectRatio = false)), experiment(StopTime = 5760, __Dymola_Algorithm = "Dassl")); diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo index b1c5a684225..6b9a1131a67 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo @@ -1,44 +1,46 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; - model DehumMode "This model simulates DehumMode." parameter Real dehumSet( min=0, max=100)=60 "Dehumidification set point."; - + parameter Real dehumDelay( final unit="s", final quantity="Time")=600 "Minimum delay after RH falls below set point before turning dehum off."; - + parameter Real minRun( final unit="s", final quantity="Time")=120 "Minimum supply fan proof delay before allowing dehum mode."; - + Buildings.Controls.OBC.FDE.DOAS.DehumMode DehumMod - annotation (Placement(transformation(extent={{24,-10},{44,10}}))); - + annotation (Placement(visible = true, transformation(origin = {-2, 0}, extent = {{24, -10}, {44, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( width=0.75, period=5760) annotation (Placement(transformation(extent={{-28,-36},{-8,-16}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin relHumGen( amplitude=10, freqHz=1/3600, + phase=0, offset=60, startTime=1250) annotation (Placement(transformation(extent={{-28,2},{-8,22}}))); - + equation + connect(SFproof.y, DehumMod.supFanProof) annotation ( - Line(points={{-6,-26},{8,-26},{8,-7.4},{21.8,-7.4}}, color={255,0,255})); - + Line(points={{-6,-26},{8,-26},{8,7.2},{19.8,7.2}}, + color={255,0,255})); + connect(relHumGen.y, DehumMod.retHum) annotation ( - Line(points={{-6,12},{8,12},{8,0},{21.8,0}}, color={0,0,127})); - + Line(points={{-6,12},{8,12},{8,0},{19.8,0}}, + color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={ Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, @@ -62,5 +64,6 @@ This example simulates Buildings.Controls.OBC.FDE.DOAS.DehumMode.

                                                                      -")); +"),__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos" + "Simulate and plot")); end DehumMode; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo index 19257bcc34f..b0393544955 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo @@ -3,14 +3,14 @@ model Dewpoint "This model simulates Dewpoint calculations." Buildings.Controls.OBC.FDE.DOAS.Dewpoint Dewpt annotation (Placement(transformation(extent={{-4,-10},{16,10}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin ralHumGen( amplitude=10, freqHz=1/3600, offset=60, startTime=0) annotation (Placement(transformation(extent={{-48,8},{-28,28}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin raTGen( amplitude=3, freqHz=1/4800, @@ -18,19 +18,19 @@ model Dewpoint "This model simulates Dewpoint calculations." offset=295, startTime=0) annotation (Placement(transformation(extent={{-48,-30},{-28,-10}}))); - + equation connect(ralHumGen.y, Dewpt.relHum) annotation ( Line(points={{-26,18},{-16,18},{-16,6},{-6.2,6}}, color={0,0,127})); - + connect(raTGen.y, Dewpt.dbT) annotation ( Line(points={{-26,-20},{-16,-20},{-16,-6},{-6.2,-6}}, color={0,0,127})); - + annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, - fillPattern = + fillPattern= FillPattern.Solid,extent={{-100,-100},{100,100}}),Polygon(lineColor = {0,0,255},fillColor = {75,138,73},pattern = LinePattern.None, - fillPattern = + fillPattern= FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(revisions=" diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo index ac588fbd2bf..c4dd993c34c 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo @@ -9,36 +9,37 @@ model EconMode "This model simulates EconMode." Buildings.Controls.OBC.FDE.DOAS.EconMode EconMod annotation (Placement(transformation(extent={{44,-10},{64,10}}))); - + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( - width=0.75, + width=0.75, period=5760) annotation (Placement(transformation(extent={{-30,32},{-10,52}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin oaTGen( amplitude=5, freqHz=1/4800, offset=296, startTime=202) annotation (Placement(transformation(extent={{-28,-10},{-8,10}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin supCooSPgen( amplitude=5, freqHz=1/3600, offset=297, startTime=960) annotation (Placement(transformation(extent={{-28,-50},{-8,-30}}))); - + equation connect(SFproof.y, EconMod.supFanProof) annotation ( Line(points={{-8,42},{18,42},{18,7},{41.8,7}}, color={255,0,255})); - - connect(oaTGen.y, EconMod.oaT)annotation ( + + connect(oaTGen.y, EconMod.oaT) + annotation ( Line(points={{-6,0},{41.8,0}}, color={0,0,127})); - + connect(supCooSPgen.y, EconMod.supCooSP) annotation ( Line(points={{-6,-40},{18,-40},{18,-7},{41.8,-7}}, color={0,0,127})); - + annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={ Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, @@ -62,5 +63,8 @@ This example simulates Buildings.Controls.OBC.FDE.DOAS.EconMode.

                                                                      -")); +"), + experiment(StopTime=5760, __Dymola_Algorithm="Dassl"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconMode.mos" + "Simulate and plot")); end EconMode; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo index ef84b17e3aa..880125d09f1 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo @@ -7,87 +7,80 @@ model EnergyWheel "This model simulates EnergyWheel." final displayUnit="degC", final quantity="ThermodynamicTemperature")=7 "Energy recovery set point."; - + parameter Real recSetDelay( final unit="s", final quantity="Time")=300 "Minimum delay after OAT/RAT delta falls below set point."; - + parameter Real kGain( final unit="1")=0.00001 "PID loop gain value."; - + parameter Real conTi( final unit="s")=0.00025 "PID time constant of integrator."; Buildings.Controls.OBC.FDE.DOAS.EnergyWheel ERWcon annotation (Placement(transformation(extent={{50,-10},{70,10}}))); - + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( width=0.75, period=5760) annotation (Placement(transformation(extent={{-62,72},{-42,92}}))); - + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse ecoMode( width=0.5, period=2880) annotation (Placement(transformation(extent={{-62,40},{-42,60}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Sine oaTGen( + + CDL.Reals.Sources.Sin raTGen( amplitude=2, freqHz=1/4800, - offset=288, + phase=0.034906585039887, + offset=297, startTime=0) - annotation (Placement(transformation(extent={{-62,-26},{-42,-6}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Sine raTGen( + annotation (Placement(transformation(extent={{-62,4},{-42,24}}))); + CDL.Reals.Sources.Sin oaTGen( amplitude=2, freqHz=1/4800, - offset=297, + offset=288, startTime=0) - annotation (Placement(transformation(extent={{-62,8},{-42,28}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Sine erwTGen( + annotation (Placement(transformation(extent={{-62,-30},{-42,-10}}))); + CDL.Reals.Sources.Sin erwTGen( amplitude=6, freqHz=1/2100, offset=294, startTime=12) - annotation (Placement(transformation(extent={{-62,-58},{-42,-38}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Sine supPrimGen( + annotation (Placement(transformation(extent={{-62,-62},{-42,-42}}))); + CDL.Reals.Sources.Sin supPrimGen( amplitude=2, freqHz=1/3100, offset=295, startTime=12) - annotation (Placement(transformation(extent={{-62,-90},{-42,-70}}))); - + annotation (Placement(transformation(extent={{-62,-94},{-42,-74}}))); equation connect(SFproof.y, ERWcon.supFanProof) annotation ( Line(points={{-40,82},{4,82},{4,7.8},{47.8,7.8}}, color={255,0,255})); - + connect(ecoMode.y, ERWcon.ecoMode) annotation ( Line(points={{-40,50},{0,50},{0,4.8},{47.8,4.8}}, color={255,0,255})); - - connect(raTGen.y, ERWcon.raT) annotation ( - Line(points={{-40,18},{-4,18},{-4,1.8},{47.8,1.8}}, color={0,0,127})); - - connect(oaTGen.y, ERWcon.oaT) annotation ( - Line(points={{-40,-16},{-4,-16},{-4,-1.8},{47.8,-1.8}}, color={0,0,127})); - - connect(erwTGen.y, ERWcon.erwT) annotation ( - Line(points={{-40,-48},{0,-48},{0,-4.8},{47.8,-4.8}}, color={0,0,127})); - - connect(supPrimGen.y, ERWcon.supPrimSP) annotation ( - Line(points={{-40,-80},{4,-80},{4,-7.8},{47.8,-7.8}}, color={0,0,127})); - + + connect(raTGen.y, ERWcon.raT) annotation (Line(points={{-40,14},{-20,14},{-20, + 1.8},{47.8,1.8}}, color={0,0,127})); + connect(oaTGen.y, ERWcon.oaT) annotation (Line(points={{-40,-20},{-18,-20},{ + -18,-2},{47.8,-2},{47.8,-1.8}}, color={0,0,127})); + connect(erwTGen.y, ERWcon.erwT) annotation (Line(points={{-40,-52},{-22,-52}, + {-22,-32},{-6,-32},{-6,-4.8},{47.8,-4.8}}, color={0,0,127})); + connect(supPrimGen.y, ERWcon.supPrimSP) annotation (Line(points={{-40,-84},{ + -10,-84},{-10,-52},{10,-52},{10,-7.8},{47.8,-7.8}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, - fillPattern = + fillPattern= FillPattern.Solid, extent={{-100,-100},{100,100}}), Polygon(lineColor = {0,0,255},fillColor = {75,138,73}, pattern = LinePattern.None, - fillPattern = -FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), + fillPattern= +FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram(coordinateSystem(preserveAspectRatio=false)), experiment(StopTime=5760, __Dymola_Algorithm="Dassl"), Documentation(revisions=" @@ -102,5 +95,7 @@ This example simulates Buildings.Controls.OBC.FDE.DOAS.EnergyWheel.

                                                                      -")); +"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mos" + "Simulate and plot")); end EnergyWheel; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo index 422d3f64e0d..0b449be046f 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo @@ -9,45 +9,45 @@ model ExhaustFanController Buildings.Controls.OBC.FDE.DOAS.ExhaustFanController EFcon annotation (Placement(transformation(extent={{46,-10},{66,10}}))); - + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( delayTime=10, delayOnInit=true) "Simulates delay between fan start command and status feedback." annotation (Placement(transformation(extent={{14,-40},{34,-20}}))); - + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( width=0.75, period=5760) annotation (Placement(transformation(extent={{-34,8},{-14,28}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin bldgSP( amplitude=3, freqHz=1/3280, offset=15) annotation (Placement(transformation(extent={{-34,-26},{-14,-6}}))); - + equation connect(SFproof.y, EFcon.supFanProof) annotation ( Line(points={{-12,18},{4,18}, {4,6},{44,6}}, color={255,0,255})); - + connect(bldgSP.y, EFcon.bldgSP) annotation ( Line(points={{-12,-16},{4,-16},{4, -6.4},{44,-6.4}}, color={0,0,127})); - + connect(truDel.y, EFcon.exhFanProof) annotation ( Line(points={{36,-30},{40, -30},{40,0},{44,0}}, color={255,0,255})); - + connect(EFcon.exhFanStart, truDel.u) annotation ( Line(points={{68,6},{74,6},{74,-48},{4,-48},{4,-30},{12,-30}}, color={255,0,255})); - + annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, - fillPattern = + fillPattern= FillPattern.Solid,extent={{-100,-100},{100,100}}),Polygon(lineColor = {0,0,255},fillColor = {75,138,73}, pattern = LinePattern.None, - fillPattern = + fillPattern= FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(revisions=" @@ -63,5 +63,7 @@ This example simulates Buildings.Controls.OBC.FDE.DOAS.ExhaustFanController.

                                                                      "), - experiment(StopTime=5760, __Dymola_Algorithm="Dassl")); + experiment(StopTime=5760, __Dymola_Algorithm="Dassl"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mos" + "Simulate and plot")); end ExhaustFanController; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo index 124f05acc9c..adedfdf4f0f 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo @@ -1,16 +1,17 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; model HeatingCoil "This model simulates HeatingCoil" - Buildings.Controls.OBC.FDE.DOAS.HeatingCoil Heating + Buildings.Controls.OBC.FDE.DOAS.HeatingCoil Heating(SArhcPIk=0.1, SArhcPITi= + 60) "This block commands the heating coil." annotation (Placement(transformation(extent={{42,-10},{62,10}}))); - + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( width=0.8, period=5760, - startTime=300) + shift=30) annotation (Placement(transformation(extent={{-42,-10},{-22,10}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin saTGen( amplitude=3, freqHz=1/4800, @@ -18,28 +19,29 @@ model HeatingCoil "This model simulates HeatingCoil" offset=295, startTime=0) annotation (Placement(transformation(extent={{-12,-40},{8,-20}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin supHeaGen( amplitude=2, freqHz=1/3100, offset=295, startTime=12) annotation (Placement(transformation(extent={{-14,14},{6,34}}))); - + equation connect(SFproof.y, Heating.supFanProof) annotation ( Line(points={{-20,0},{39.8,0}}, color={255,0,255})); - - connect(saTGen.y, Heating.saT)annotation ( + + connect(saTGen.y, Heating.saT) + annotation ( Line(points={{10,-30},{26,-30},{26,-5},{39.8,-5}}, color={0,0,127})); connect(supHeaGen.y, Heating.supHeaSP) annotation ( Line(points={{8,24},{24,24},{24,4.8},{39.8,4.8}},color={0,0,127})); - + annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, - fillPattern = + fillPattern= FillPattern.Solid,extent={{-100,-100},{100,100}}),Polygon(lineColor = {0,0,255},fillColor = {75,138,73},pattern = LinePattern.None, - fillPattern = + fillPattern= FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(info=" @@ -54,5 +56,7 @@ Buildings.Controls.OBC.FDE.DOAS.HeatingCoil. September 25, 2020, by Henry Nickels:
                                                                      First implementation.
                                                                    -")); +"), + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos" + "Simulate and plot")); end HeatingCoil; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo index 4cbc8595800..1ef8921495f 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo @@ -1,7 +1,7 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; model SupplyFanController "This model simulates SupplyFanController" - + Buildings.Controls.OBC.FDE.DOAS.SupplyFanController SFcon annotation (Placement(transformation(extent={{40,-6},{60,14}}))); @@ -10,44 +10,44 @@ annotation (Placement(transformation(extent={{40,-6},{60,14}}))); delayOnInit=true) "Simulates delay between fan start command and status feedback." annotation (Placement(transformation(extent={{8,-34},{28,-14}}))); - + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse OccGen(width=0.6, period=2880) annotation (Placement(transformation(extent={{-66,32},{-46,52}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin mostOpenDamGen( amplitude=4, freqHz=1/5670, offset=90) annotation (Placement(transformation(extent={{-66,-2},{-46,18}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Sin sensorDDSP( amplitude=9, freqHz=1/6780, offset=180) annotation (Placement(transformation(extent={{-66,-38},{-46,-18}}))); - + equation connect(SFcon.supFanStart, truDel.u) annotation ( Line(points={{62,9.2},{66,9.2},{66,-46},{0,-46},{0,-24},{6,-24}}, color={255,0,255})); - + connect(truDel.y, SFcon.supFanStatus) annotation ( Line(points={{30,-24},{34,-24},{34,0.4},{38,0.4}}, color={255,0,255})); - + connect(OccGen.y, SFcon.occ) annotation ( Line(points={{-44,42},{-10,42},{-10,11},{38,11}}, color={255,0,255})); - + connect(mostOpenDamGen.y, SFcon.mostOpenDam) annotation ( Line(points={{-44,8},{-10,8},{-10,7.4},{38,7.4}}, color={0,0,127})); connect(sensorDDSP.y, SFcon.DDSP) annotation ( Line(points={{-44,-28},{-10,-28},{-10,-3.2},{38,-3.2}}, color={0,0,127})); - + annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, - fillPattern = + fillPattern= FillPattern.Solid,extent={{-100,-100},{100,100}}),Polygon(lineColor = {0,0,255},fillColor = {75,138,73},pattern = LinePattern.None, - fillPattern = -FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), + fillPattern= +FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(revisions="
                                                                      diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo index 61ca6d39851..16720731c41 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo @@ -6,31 +6,31 @@ model TSupSet "This model simulates TSupSet" final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+20 "Minimum primary supply air temperature reset value"; - + parameter Real hiPriT( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+24 "Maximum primary supply air temperature reset value"; - + parameter Real hiZonT( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+25 "Maximum zone temperature reset value"; - + parameter Real loZonT( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+21 "Minimum zone temperature reset value"; - + parameter Real cooAdj( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=2 "Supply air temperature cooling set point offset."; - + parameter Real heaAdj( final unit="K", final displayUnit="degC", @@ -40,34 +40,32 @@ model TSupSet "This model simulates TSupSet" Buildings.Controls.OBC.FDE.DOAS.TSupSet tSupSet annotation (Placement(transformation(extent={{22,-10},{42,10}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Sine - highSpaceTGen( + + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse dehumMode( + width=0.5, + period=2880) + annotation (Placement(transformation(extent={{-44,-32},{-24,-12}}))); + + CDL.Reals.Sources.Sin highSpaceTGen( amplitude=3, freqHz=1/3600, offset=296, startTime=1250) - annotation (Placement(transformation(extent={{-44,10},{-24,30}}))); - - Buildings.Controls.OBC.CDL.Logical.Sources.Pulse dehumMode( - width=0.5, - period=2880) - annotation (Placement(transformation(extent={{-44,-32},{-24,-12}}))); - + annotation (Placement(transformation(extent={{-44,6},{-24,26}}))); equation - connect(highSpaceTGen.y, tSupSet.highSpaceT) annotation ( - Line(points={{-22,20},{0,20},{0,4},{20,4}}, color={0,0,127})); - connect(dehumMode.y, tSupSet.dehumMode) annotation ( - Line(points={{-22,-22},{-2,-22},{-2,-4},{20,-4}}, color={255,0,255})); - + Line(points={{-22,-22},{-2,-22},{-2,5},{20,5}}, color={255,0,255})); + + connect(highSpaceTGen.y, tSupSet.highSpaceT) annotation (Line(points={{-22,16}, + {-6,16},{-6,14},{12,14},{12,-5},{20,-5}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, - fillPattern = + fillPattern= FillPattern.Solid,extent={{-100,-100},{100,100}}),Polygon(lineColor = {0,0,255}, fillColor = {75,138,73},pattern = LinePattern.None, - fillPattern = -FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), + fillPattern= +FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram(coordinateSystem(preserveAspectRatio=false)), experiment(StopTime=5760, __Dymola_Algorithm="Dassl"), Documentation(revisions=" diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo index 89a578a13dd..af5cbd18913 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo @@ -3,50 +3,47 @@ model erwTsim "This model simulates erwTsim" Buildings.Controls.OBC.FDE.DOAS.erwTsim ERWtemp annotation (Placement(transformation(extent={{44,-10},{64,10}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Sine raTGen( - amplitude=2, - freqHz=1/4800, - offset=297, - startTime=0) "Return air temperature simulator." - annotation (Placement(transformation(extent={{-58,-24},{-38,-4}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Sine oaTGen( - amplitude=2, - freqHz=1/4800, - offset=288, - startTime=0) "Outside air temperature simulator." - annotation (Placement(transformation(extent={{-58,-58},{-38,-38}}))); - + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse erwStartgen(width=0.6, period=2880) "Simulates ERW start command." annotation (Placement(transformation(extent={{-58,36},{-38,56}}))); - + Buildings.Controls.OBC.CDL.Logical.Sources.Pulse bypDamsim(width=0.5, period=2880) "Simulates bypass damper signal" annotation (Placement(transformation(extent={{-58,6},{-38,26}}))); - + + CDL.Reals.Sources.Sin raTGen( + amplitude=2, + freqHz=1/4800, + offset=297, + startTime=0) + annotation (Placement(transformation(extent={{-58,-26},{-38,-6}}))); + CDL.Reals.Sources.Sin oaTGen( + amplitude=2, + freqHz=1/4800, + offset=288, + startTime=0) + annotation (Placement(transformation(extent={{-60,-58},{-40,-38}}))); equation - connect(oaTGen.y, ERWtemp.oaT) annotation ( - Line(points={{-36,-48},{4,-48},{4,-6},{41.6,-6}}, color={0,0,127})); - - connect(raTGen.y, ERWtemp.raT) annotation ( - Line(points={{-36,-14},{0,-14},{0,-2},{41.6,-2}}, color={0,0,127})); - + connect(bypDamsim.y, ERWtemp.bypDam) annotation ( - Line(points={{-36,16},{0,16},{0,2},{41.6,2}}, color={255,0,255})); - + Line(points={{-36,16},{0,16},{0,6},{41.6,6}}, color={255,0,255})); + connect(erwStartgen.y, ERWtemp.erwStart) annotation ( - Line(points={{-36,46},{4,46},{4,6},{41.6,6}}, color={255,0,255})); - + Line(points={{-36,46},{4,46},{4,2},{41.6,2}}, color={255,0,255})); + + connect(raTGen.y, ERWtemp.raT) annotation (Line(points={{-36,-16},{4,-16},{4, + -2},{41.6,-2}}, color={0,0,127})); + connect(oaTGen.y, ERWtemp.oaT) annotation (Line(points={{-38,-48},{-12,-48},{ + -12,-34},{16,-34},{16,-6},{41.6,-6}}, color={0,0,127})); annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, - fillPattern = + fillPattern= FillPattern.Solid,extent={{-100,-100},{100,100}}), Polygon(lineColor = {0,0,255},fillColor = {75,138,73}, pattern = LinePattern.None, - fillPattern = + fillPattern= FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(revisions=" diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos new file mode 100644 index 00000000000..971052a7399 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos @@ -0,0 +1,5 @@ +simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.DehumMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="DehumMode"); + +createPlot(id=1, position={780, 265, 762, 211}, y={"DehumMod.supFanProof"}, range={2680.0, 3060.0, 0.0, 2.0}, autoscale=false, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={780, 0, 762, 212}, y={"relHumGen.y", "DehumMod.dehumSet"}, range={0.0, 6000.0, 40.0, 80.0}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=4, position={0, 0, 764, 476}, y={"DehumMod.dehumMode"}, range={0.0, 6000.0, -0.6000000000000001, 1.6}, grid=true, colors={{28,108,200}}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconMode.mos new file mode 100644 index 00000000000..7e26ed70923 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconMode.mos @@ -0,0 +1,4 @@ +simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.EconMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="EconMode"); +createPlot(id=1, position={0, 268, 684, 213}, y={"EconMod.ecoMode"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={700, 0, 682, 215}, y={"EconMod.supCooSP", "oaTGen.y"}, range={0.0, 6000.0, 290.0, 305.0}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=3, position={0, 0, 684, 215}, y={"EconMod.supFanProof"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mos new file mode 100644 index 00000000000..bf0f3c22b1d --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mos @@ -0,0 +1,7 @@ +simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.EnergyWheel", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="EnergyWheel"); + +createPlot(id=1, position={643, 295, 626, 256}, y={"ERWcon.erwSpeed"}, range={0.0, 6000.0, -1.5, 1.5}, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={0, 296, 627, 256}, y={"ERWcon.raT", "ERWcon.oaT"}, range={0.0, 6000.0, 284.0, 300.0}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=3, position={643, 0, 626, 257}, y={"ERWcon.erwT", "ERWcon.supPrimSP"}, range={0.0, 6000.0, 286.0, 302.0}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=4, position={0, 0, 627, 257}, y={"ERWcon.supFanProof", "ERWcon.ecoMode", "ERWcon.erwStart", "ERWcon.bypDam"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {28,108,200}, {28,108,200}, {28,108,200}}); + diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mos new file mode 100644 index 00000000000..1590fcd01e3 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mos @@ -0,0 +1,8 @@ +simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.ExhaustFanController", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="ExhaustFanController"); + +createPlot(id=1, position={0, 334, 685, 293}, y={"SFproof.y", "EFcon.exhFanProof"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=2, position={701, 0, 683, 295}, y={"EFcon.bldgSPset", "EFcon.bldgSP"}, range={0.0, 6000.0, 11.0, 19.0}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=3, position={0, 0, 685, 295}, y={"EFcon.exhFanSpeed"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); + + + diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos new file mode 100644 index 00000000000..0544e508ec5 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos @@ -0,0 +1,8 @@ +simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.HeatingCoil", method="Cvode", stopTime=5760, tolerance=1e-06, resultFile="HeatingCoil"); + +createPlot(id=1, position={0, -1, 685, 295}, y={"Heating.yRHC"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={701, 334, 683, 293}, y={"SFproof.y"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=3, position={0, 334, 685, 293}, y={"Heating.saT", "Heating.supHeaSP"}, range={0.0, 6000.0, 291.0, 299.0}, grid=true, colors={{28,108,200}, {238,46,47}}); + + + From 4f865a6b8c716f0306dafa48eba1af2d890c804f Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Fri, 1 Mar 2024 14:07:46 -0800 Subject: [PATCH 162/196] changed interface connectors --- .../Latent/BaseClasses/Effectiveness.mo | 22 ++++----- .../HeatExchangerWithInputEffectiveness.mo | 4 +- .../Latent/BaseClasses/PartialWheel.mo | 43 ++++++++--------- .../ThermalWheels/Latent/BypassDampers.mo | 48 ++++++++++--------- .../ThermalWheels/Latent/SpeedControlled.mo | 16 ++++--- .../Sensible/BaseClasses/Effectiveness.mo | 16 +++---- .../HeatExchangerWithInputEffectiveness.mo | 11 +++-- .../Sensible/BaseClasses/PartialWheel.mo | 36 +++++++------- .../HeatExchangerWithInputEffectiveness.mo | 4 +- .../ThermalWheels/Sensible/BypassDampers.mo | 37 +++++++------- .../ThermalWheels/Sensible/SpeedControlled.mo | 13 ++--- .../Sensible/Validation/BypassDampers.mo | 15 +++--- .../Sensible/Validation/SpeedControlled.mo | 14 +++--- 13 files changed, 141 insertions(+), 138 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo index d9af1060677..ac988b03e4a 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo @@ -21,37 +21,37 @@ model Effectiveness parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal "Nominal supply air flow rate"; - Modelica.Blocks.Interfaces.RealInput TSup( + Buildings.Controls.OBC.CDL.Interfaces.RealInput TSup( final min=0, final unit="K", displayUnit="degC") "Supply air temperature" annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); - Modelica.Blocks.Interfaces.RealInput TExh( + Buildings.Controls.OBC.CDL.Interfaces.RealInput TExh( final min=0, final unit="K", displayUnit="degC") "Exhaust air temperature" annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); - Modelica.Blocks.Interfaces.RealInput VSup_flow(final unit="m3/s") + Buildings.Controls.OBC.CDL.Interfaces.RealInput VSup_flow(final unit="m3/s") "Supply air volumetric flow rate" annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); - Modelica.Blocks.Interfaces.RealInput VExh_flow( final unit="m3/s") + Buildings.Controls.OBC.CDL.Interfaces.RealInput VExh_flow( final unit="m3/s") "Exhaust air volumetric flow rate" annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); - Modelica.Blocks.Interfaces.RealInput uSpe( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uSpe( final unit="1", final max=1) "Wheel speed ratio" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); - Modelica.Blocks.Interfaces.RealOutput epsSen(final unit="1") + Buildings.Controls.OBC.CDL.Interfaces.RealOutput epsSen(final unit="1") "Sensible heat exchanger effectiveness" - annotation (Placement(transformation(extent={{100,30},{120,50}}), - iconTransformation(extent={{100,20},{120,40}}))); - Modelica.Blocks.Interfaces.RealOutput epsLat(final unit="1") + annotation (Placement(transformation(extent={{100,20},{140,60}}), + iconTransformation(extent={{100,10},{140,50}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput epsLat(final unit="1") "Latent heat exchanger effectiveness" - annotation (Placement(transformation(extent={{100,-50},{120,-30}}), - iconTransformation(extent={{100,-40},{120,-20}}))); + annotation (Placement(transformation(extent={{100,-60},{140,-20}}), + iconTransformation(extent={{100,-50},{140,-10}}))); protected Real rat diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/HeatExchangerWithInputEffectiveness.mo index d5c0cbe8c50..7f2372c19fd 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/HeatExchangerWithInputEffectiveness.mo @@ -15,11 +15,11 @@ model HeatExchangerWithInputEffectiveness mWat1_flow = +mWat_flow, mWat2_flow = -mWat_flow); - Modelica.Blocks.Interfaces.RealInput epsSen(unit="1") + Buildings.Controls.OBC.CDL.Interfaces.RealInput epsSen(unit="1") "Sensible heat exchanger effectiveness" annotation (Placement(transformation(extent={{-140,10},{-100,50}}), iconTransformation(extent={{-140,10},{-100,50}}))); - Modelica.Blocks.Interfaces.RealInput epsLat(unit="1") + Buildings.Controls.OBC.CDL.Interfaces.RealInput epsLat(unit="1") "Latent heat exchanger effectiveness" annotation (Placement(transformation(extent={{-140,-50},{-100,-10}}), iconTransformation(extent={{-140,-50},{-100,-10}}))); diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo index dc54d58007b..85e5dcfabac 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo @@ -39,7 +39,6 @@ partial model PartialWheel final max=1) = 0.8 "Nominal latent heat exchanger effectiveness at the heating mode" annotation (Dialog(group="Nominal condition")); - parameter Modelica.Units.SI.Efficiency epsSenCooPL( final max=1) = 0.75 "Part load (75% of the nominal supply flow rate) sensible heat exchanger effectiveness at the cooling mode" @@ -57,11 +56,19 @@ partial model PartialWheel "Part load (75% of the nominal supply flow rate) latent heat exchanger effectiveness at the heating mode" annotation (Dialog(group="Part load effectiveness")); - Modelica.Blocks.Interfaces.RealOutput P( + Buildings.Controls.OBC.CDL.Interfaces.RealOutput P( final unit="W") "Electric power consumption" - annotation (Placement(transformation(extent={{100,-30},{120,-10}}), - iconTransformation(extent={{100,-30},{120,-10}}))); + annotation (Placement(transformation(extent={{100,-40},{140,0}}), + iconTransformation(extent={{100,-40},{140,0}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput epsSen(final unit="1") + "Sensible heat exchanger effectiveness" + annotation (Placement(transformation(extent={{100,20},{140,60}}), + iconTransformation(extent={{100,10},{140,50}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput epsLat(final unit="1") + "Latent heat exchanger effectiveness" + annotation (Placement(transformation(extent={{100,-100},{140,-60}}), + iconTransformation(extent={{100,-110},{140,-70}}))); Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, redeclare package Medium2 = Medium2, @@ -91,13 +98,6 @@ partial model PartialWheel "Fluid connector a2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); - Modelica.Blocks.Interfaces.RealOutput epsSen(final unit="1") - "Sensible heat exchanger effectiveness" - annotation (Placement(transformation(extent={{100,22},{120,42}}), - iconTransformation(extent={{100,22},{120,42}}))); - Modelica.Blocks.Interfaces.RealOutput epsLat(final unit="1") - "Latent heat exchanger effectiveness" - annotation (Placement(transformation(extent={{100,-90},{120,-70}}))); protected parameter Medium1.ThermodynamicState sta_nominal=Medium1.setState_pTX( T=Buildings.Utilities.Psychrometrics.Constants.T_ref, @@ -151,12 +151,11 @@ protected equation connect(effCal.epsSen, hex.epsSen) - annotation (Line(points={{-79,3},{-12,3}}, color={0,0,127})); + annotation (Line(points={{-78,3},{-12,3}}, color={0,0,127})); connect(effCal.epsLat, hex.epsLat) - annotation (Line(points={{-79,-3},{-12,-3}}, - color={0,0,127})); + annotation (Line(points={{-78,-3},{-12,-3}}, color={0,0,127})); connect(TSup.y, effCal.TSup) - annotation (Line(points={{-139,-20},{-114,-20},{-114,-4},{-102,-4}}, + annotation (Line(points={{-139,-20},{-120,-20},{-120,-4},{-102,-4}}, color={0,0,127})); connect(TExh.y, effCal.TExh) annotation (Line(points={{-139,-40},{-110,-40},{-110,-8},{-102,-8}}, @@ -167,18 +166,18 @@ equation connect(port_b2, port_b2) annotation (Line(points={{-180,-60},{-180,-60}}, color={0,127,255})); connect(port_b2, hex.port_b2) - annotation (Line(points={{-180,-60},{-60,-60},{-60,-6},{-10,-6}}, + annotation (Line(points={{-180,-60},{-40,-60},{-40,-6},{-10,-6}}, color={0,127,255})); connect(VSup_flow.y, effCal.VSup_flow) - annotation (Line(points={{-139,40},{-108,40},{-108,8},{-102,8}}, + annotation (Line(points={{-139,40},{-110,40},{-110,8},{-102,8}}, color={0,0,127})); connect(VExh_flow.y, effCal.VExh_flow) - annotation (Line(points={{-139,20},{-114,20},{-114,4},{-102,4}}, + annotation (Line(points={{-139,20},{-120,20},{-120,4},{-102,4}}, color={0,0,127})); - connect(epsSen, effCal.epsSen) annotation (Line(points={{110,32},{-40,32},{ - -40,3},{-79,3}}, color={0,0,127})); - connect(effCal.epsLat, epsLat) annotation (Line(points={{-79,-3},{-40,-3},{ - -40,-80},{110,-80}}, color={0,0,127})); + connect(epsSen, effCal.epsSen) annotation (Line(points={{120,40},{-60,40},{ + -60,3},{-78,3}}, color={0,0,127})); + connect(effCal.epsLat, epsLat) annotation (Line(points={{-78,-3},{-60,-3},{ + -60,-80},{120,-80}}, color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo index 6f4391cbd99..da6a18b5742 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo @@ -3,17 +3,17 @@ model BypassDampers "Enthalpy recovery wheel with bypass dampers" extends Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.PartialWheel; - Modelica.Blocks.Interfaces.RealInput uBypDamPos( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uBypDamPos( final unit="1", final min=0, final max=1) "Bypass damper position" annotation (Placement(transformation(extent={{-222,120},{-182,160}}), iconTransformation(extent={{-140,-20},{-100,20}}))); - Modelica.Blocks.Interfaces.BooleanInput uRot - "True when the wheel is operating" annotation (Placement(transformation( - extent={{-220,-20},{-180,20}}), iconTransformation(extent={{-140,60}, - {-100,100}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uRot + "True when the wheel is operating" + annotation (Placement(transformation(extent={{-220,-20},{-180,20}}), + iconTransformation(extent={{-140,60},{-100,100}}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal, @@ -26,14 +26,14 @@ model BypassDampers final dpDamper_nominal=dp1_nominal) "Supply air damper" annotation (Placement(transformation( - extent={{-10,-10},{10,10}},rotation=0,origin={-50,40}))); + extent={{-10,-10},{10,10}},rotation=0,origin={-50,50}))); Buildings.Fluid.Actuators.Dampers.Exponential damExh( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal, final dpDamper_nominal=dp2_nominal) "Exhaust air damper" annotation (Placement(transformation( - extent={{10,10},{-10,-10}},rotation=-90,origin={54,-40}))); + extent={{10,10},{-10,-10}},rotation=-90,origin={50,-40}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamExh( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal, @@ -44,13 +44,13 @@ protected Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter PEle( final k=P_nominal) "Calculate the electric power consumption" - annotation (Placement(transformation(extent={{76,-28},{92,-12}}))); + annotation (Placement(transformation(extent={{60,-30},{80,-10}}))); Modelica.Blocks.Sources.Constant uni(final k=1) "Unity signal" - annotation (Placement(transformation(extent={{-150,108},{-130,128}}))); + annotation (Placement(transformation(extent={{-140,150},{-120,170}}))); Buildings.Controls.OBC.CDL.Reals.Subtract sub "Difference of the two inputs" - annotation (Placement(transformation(extent={{-120,90},{-100,110}}))); + annotation (Placement(transformation(extent={{-100,100},{-80,120}}))); Modelica.Blocks.Math.BooleanToReal booleanToReal "Convert boolean input to real output" annotation (Placement(transformation(extent={{-160,-10},{-140,10}}))); @@ -64,31 +64,32 @@ equation connect(bypDamExh.port_b, port_b2) annotation (Line(points={{-20,-60},{-180,-60}}, color={0,127,255})); connect(PEle.y, P) - annotation (Line(points={{93.6,-20},{110,-20}}, color={0,0,127})); + annotation (Line(points={{82,-20},{120,-20}}, color={0,0,127})); connect(damExh.port_a, port_a2) - annotation (Line(points={{54,-50},{54,-60},{100,-60}}, color={0,127,255})); + annotation (Line(points={{50,-50},{50,-60},{100,-60}}, color={0,127,255})); connect(sub.y, damSup.y) - annotation (Line(points={{-98,100},{20,100},{20,60},{-50,60},{-50,52}}, color={0,0,127})); + annotation (Line(points={{-78,110},{-70,110},{-70,72},{-50,72},{-50,62}}, + color={0,0,127})); connect(damExh.y,sub. y) - annotation (Line(points={{42,-40},{20,-40},{20,100},{-98,100}}, color={0,0,127})); + annotation (Line(points={{38,-40},{20,-40},{20,110},{-78,110}}, color={0,0,127})); connect(bypDamSup.y, uBypDamPos) annotation (Line(points={{-50,92},{-50,140},{-202,140}}, color={0,0,127})); connect(damSup.port_b, hex.port_a1) - annotation (Line(points={{-40,40},{-20,40},{-20,6},{-10,6}}, + annotation (Line(points={{-40,50},{-20,50},{-20,6},{-10,6}}, color={0,127,255})); connect(bypDamExh.y, uBypDamPos) - annotation (Line(points={{-10,-48},{-10,-30},{40,-30},{40,140},{-202,140}}, + annotation (Line(points={{-10,-48},{-10,-30},{30,-30},{30,140},{-202,140}}, color={0,0,127})); connect(hex.port_b1, port_b1) annotation (Line(points={{10,6},{60,6},{60,80},{100,80}}, color={0,127,255})); connect(hex.port_a2, damExh.port_b) - annotation (Line(points={{10,-6},{54,-6},{54,-30}}, color={0,127,255})); + annotation (Line(points={{10,-6},{50,-6},{50,-30}}, color={0,127,255})); connect(sub.u2, uBypDamPos) - annotation (Line(points={{-122,94},{-160,94},{-160,140},{-202,140}}, + annotation (Line(points={{-102,104},{-160,104},{-160,140},{-202,140}}, color={0,0,127})); connect(uni.y, sub.u1) - annotation (Line(points={{-129,118},{-126,118},{-126,106},{-122,106}}, + annotation (Line(points={{-119,160},{-110,160},{-110,116},{-102,116}}, color={0,0,127})); connect(uRot, booleanToReal.u) annotation (Line(points={{-200,0},{-162,0}}, color={255,0,255})); @@ -96,10 +97,10 @@ equation annotation (Line(points={{-139,0},{-120,0},{-120,0},{-102,0}}, color={0,0,127})); connect(PEle.u, booleanToReal.y) - annotation (Line(points={{74.4,-20},{-112,-20},{-112,0},{-139,0}}, + annotation (Line(points={{58,-20},{-114,-20},{-114,0},{-139,0}}, color={0,0,127})); connect(damSup.port_a, port_a1) - annotation (Line(points={{-60,40},{-100,40},{-100,80},{-180,80}}, + annotation (Line(points={{-60,50},{-100,50},{-100,80},{-180,80}}, color={0,127,255})); connect(port_b2, port_b2) annotation (Line(points={{-180,-60},{-180,-60}}, color={0,127,255})); @@ -122,8 +123,9 @@ Model of an enthalpy recovery wheel, which consists of a heat exchanger and two dampers to bypass the supply and exhaust airflow.

                                                                      -This model does not require geometric data. The performance is defined by specifying the -part load (75% of the nominal supply flow rate) and nominal sensible and latent heat exchanger effectiveness in both heating and cooling conditions. +This model does not require geometric data. The performance is defined by specifying +the part load (75% of the nominal supply flow rate) and nominal sensible and latent +heat exchanger effectiveness in both heating and cooling conditions. This operation of the wheel is configured as follows.

                                                                        diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo index ca6c35d108c..30ecd3d7ee4 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo @@ -7,7 +7,7 @@ model SpeedControlled "Coefficients for power consumption curve for rotor, P/P_nominal = sum a_i uSpe^(i-1). The sum(a) of the elements must be equal to 1" annotation (Dialog(group="Efficiency")); - Modelica.Blocks.Interfaces.RealInput uSpe( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uSpe( final unit="1", final max=1) "Wheel speed ratio" @@ -27,7 +27,7 @@ initial equation equation connect(P, PEle.y) - annotation (Line(points={{110,-20},{91,-20}}, color={0,0,127})); + annotation (Line(points={{120,-20},{91,-20}}, color={0,0,127})); connect(port_a1, hex.port_a1) annotation (Line(points={{-180,80},{-60,80},{-60, 6},{-10,6}}, color={0,127,255})); connect(hex.port_a2, port_a2) annotation (Line(points={{10,-6},{60,-6},{60,-60}, @@ -35,9 +35,9 @@ equation connect(effCal.uSpe, uSpe) annotation (Line(points={{-102,0},{-200,0}}, color={0,0,127})); annotation ( - defaultComponentName="whe", + defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), - graphics={ + graphics={ Polygon( points={{0,100},{0,100}}, lineColor={28,108,200}, @@ -51,8 +51,9 @@ Model of an enthalpy recovery wheel, which has the wheel speed as the input to control the heat recovery.

                                                                        -This model does not require geometric data. The performance is defined by specifying the -part load (75% of the nominal supply flow rate) and nominal sensible and latent heat exchanger effectiveness in both heating and cooling conditions. +This model does not require geometric data. The performance is defined by specifying +the part load (75% of the nominal supply flow rate) and nominal sensible and latent +heat exchanger effectiveness in both heating and cooling conditions.

                                                                        The operation of the heat recovery wheel is adjustable by modulating the wheel speed. @@ -72,7 +73,8 @@ Thus, when the speed ratio uSpe=1, the power consumption equal to nominal consumption, P=P_nominal.

                                                                        -The sensible and latent effectiveness is calculated with +The sensible and latent effectiveness is calculated with + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness.

                                                                        ", revisions=" diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo index 6fcf005b205..87363dcb167 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo @@ -13,33 +13,33 @@ model Effectiveness parameter Modelica.Units.SI.VolumeFlowRate VSup_flow_nominal "Nominal supply air flow rate"; - Modelica.Blocks.Interfaces.RealInput TSup( + Buildings.Controls.OBC.CDL.Interfaces.RealInput TSup( final min=0, final unit="K", displayUnit="degC") "Supply air temperature" annotation (Placement(transformation(extent={{-140,-60},{-100,-20}}))); - Modelica.Blocks.Interfaces.RealInput TExh( + Buildings.Controls.OBC.CDL.Interfaces.RealInput TExh( final min=0, final unit="K", displayUnit="degC") "Exhaust air temperature " annotation (Placement(transformation(extent={{-140,-100},{-100,-60}}))); - Modelica.Blocks.Interfaces.RealInput VSup_flow(final unit="m3/s") + Buildings.Controls.OBC.CDL.Interfaces.RealInput VSup_flow(final unit="m3/s") "Supply air volumetric flow rate" annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); - Modelica.Blocks.Interfaces.RealInput VExh_flow( final unit="m3/s") + Buildings.Controls.OBC.CDL.Interfaces.RealInput VExh_flow( final unit="m3/s") "Exhaust air volumetric flow rate" annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); - Modelica.Blocks.Interfaces.RealInput uSpe( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uSpe( final unit="1", final max=1) "Wheel speed ratio" annotation (Placement(transformation(extent={{-140,-20},{-100,20}}))); - Modelica.Blocks.Interfaces.RealOutput eps(final unit="1") + Buildings.Controls.OBC.CDL.Interfaces.RealOutput eps(final unit="1") "Sensible heat exchanger effectiveness" - annotation (Placement(transformation(extent={{100,-10},{120,10}}), - iconTransformation(extent={{100,-10},{120,10}}))); + annotation (Placement(transformation(extent={{100,-20},{140,20}}), + iconTransformation(extent={{100,-20},{140,20}}))); protected Real rat diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo index e080fb4a664..f6c937bd9a2 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/HeatExchangerWithInputEffectiveness.mo @@ -11,11 +11,12 @@ model HeatExchangerWithInputEffectiveness mWat1_flow = 0, mWat2_flow = 0); - Modelica.Blocks.Interfaces.RealInput eps(unit="1") - "Sensible heat exchanger effectiveness" annotation (Placement( - transformation(extent={{-140,-20},{-100,20}}), iconTransformation( - extent={{-140,-20},{-100,20}}))); - annotation ( + Buildings.Controls.OBC.CDL.Interfaces.RealInput eps(unit="1") + "Sensible heat exchanger effectiveness" + annotation (Placement(transformation(extent={{-140,-20},{-100,20}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + +annotation ( Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100, -100},{100,100}}), graphics={ Rectangle( diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo index aaf4d01fbe4..0183d5ed479 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo @@ -39,10 +39,15 @@ partial model PartialWheel final max=1) = 0.75 "Part load (75% of the nominal supply flow rate) sensible heat exchanger effectiveness at the heating mode" annotation (Dialog(group="Part load effectiveness")); - Modelica.Blocks.Interfaces.RealOutput P( + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput P( final unit="W") "Electric power consumption" - annotation (Placement(transformation(extent={{100,-30},{120,-10}}), - iconTransformation(extent={{100,-30},{120,-10}}))); + annotation (Placement(transformation(extent={{100,-40},{140,0}}), + iconTransformation(extent={{100,-40},{140,0}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput eps(final unit="1") + "Sensible heat exchanger effectiveness" + annotation (Placement(transformation(extent={{100,0},{140,40}}), + iconTransformation(extent={{100,0},{140,40}}))); Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.HeatExchangerWithInputEffectiveness hex( redeclare package Medium1 = Medium1, @@ -72,17 +77,13 @@ partial model PartialWheel "Fluid connector a2 of the exhaust air (positive design flow direction is from port_a2 to port_b2)" annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); - Modelica.Blocks.Interfaces.RealOutput eps(final unit="1") - "Sensible heat exchanger effectiveness" - annotation (Placement(transformation(extent={{100,10},{120,30}}), - iconTransformation(extent={{100,10},{120,30}}))); protected - parameter Medium1.ThermodynamicState sta_nominal=Medium1.setState_pTX( + parameter Medium1.ThermodynamicState sta_nominal=Medium1.setState_pTX( T=Buildings.Utilities.Psychrometrics.Constants.T_ref, p=101325, X=Medium1.X_default) "State of the supply air at the default properties"; - Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Effectiveness + Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Effectiveness effCal( final epsCoo_nominal=epsCoo_nominal, final epsCooPL=epsCooPL, @@ -92,7 +93,7 @@ protected "Calculates the effectiveness of heat exchange" annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); Modelica.Blocks.Sources.RealExpression VSup_flow( - final y(final unit="m3/s")=hex.port_a1.m_flow/ + final y(final unit="m3/s")=hex.port_a1.m_flow/ Medium1.density(state=Medium1.setState_phX( p=hex.port_a1.p, h=hex.port_a1.h_outflow, @@ -100,7 +101,7 @@ protected "Supply air volume flow rate" annotation (Placement(transformation(extent={{-160,30},{-140,50}}))); Modelica.Blocks.Sources.RealExpression VExh_flow( - final y(final unit="m3/s")=hex.port_a2.m_flow/ + final y(final unit="m3/s")=hex.port_a2.m_flow/ Medium2.density(state=Medium2.setState_phX( p=hex.port_a2.p, h=hex.port_a2.h_outflow, @@ -124,10 +125,9 @@ protected "Exhaust air temperature" annotation (Placement(transformation(extent={{-160,-50},{-140,-30}}))); - equation connect(TSup.y, effCal.TSup) - annotation (Line(points={{-139,-20},{-114,-20},{-114,-4},{-102,-4}}, + annotation (Line(points={{-139,-20},{-120,-20},{-120,-4},{-102,-4}}, color={0,0,127})); connect(TExh.y, effCal.TExh) annotation (Line(points={{-139,-40},{-110,-40},{-110,-8},{-102,-8}}, @@ -141,15 +141,15 @@ equation annotation (Line(points={{-180,-60},{-60,-60},{-60,-6},{-10,-6}}, color={0,127,255})); connect(VSup_flow.y, effCal.VSup_flow) - annotation (Line(points={{-139,40},{-108,40},{-108,8},{-102,8}}, + annotation (Line(points={{-139,40},{-110,40},{-110,8},{-102,8}}, color={0,0,127})); connect(VExh_flow.y, effCal.VExh_flow) - annotation (Line(points={{-139,20},{-114,20},{-114,4},{-102,4}}, + annotation (Line(points={{-139,20},{-120,20},{-120,4},{-102,4}}, color={0,0,127})); connect(effCal.eps, hex.eps) - annotation (Line(points={{-79,0},{-12,0}}, color={0,0,127})); - connect(effCal.eps, eps) annotation (Line(points={{-79,0},{-40,0},{-40,20},{ - 110,20}}, color={0,0,127})); + annotation (Line(points={{-78,0},{-12,0}}, color={0,0,127})); + connect(effCal.eps, eps) annotation (Line(points={{-78,0},{-40,0},{-40,20},{120, + 20}}, color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo index 941427ab578..4a82323af2f 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mo @@ -67,13 +67,13 @@ equation annotation (Line(points={{-20,60},{-10,60},{-10,12},{6,12}}, color={0,127,255})); connect(hex.port_a2, sou_2.ports[1]) annotation (Line(points={{26,5.55112e-16},{60,5.55112e-16},{60,-40},{40,-40}}, - color={0,127,255})); + color={0,127,255})); connect(hex.port_b1, sin_1.ports[1]) annotation (Line(points={{26,12},{40,12},{40,40},{60,40}}, color={0,127,255})); connect(hex.port_b2, sin_2.ports[1]) annotation (Line(points={{6,0},{-10,0},{-10,-20},{-20,-20}}, color={0,127,255})); connect(eps.y, hex.eps) - annotation (Line(points={{-59,10},{-4,10},{-4,6},{4,6}}, color={0,0,127})); + annotation (Line(points={{-59,10},{-20,10},{-20,6},{4,6}}, color={0,0,127})); annotation(experiment(Tolerance=1e-6, StopTime=360), __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Validation/HeatExchangerWithInputEffectiveness.mos" diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo index aace85c17d1..024e2610022 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo @@ -3,17 +3,17 @@ model BypassDampers "Sensible heat recovery wheel with bypass dampers" extends Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.PartialWheel; - Modelica.Blocks.Interfaces.RealInput uBypDamPos( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uBypDamPos( final unit="1", final min=0, final max=1) "Bypass damper position" annotation (Placement(transformation(extent={{-222,120},{-182,160}}), - iconTransformation(extent={{-140,-20},{-100,20}}))); - Modelica.Blocks.Interfaces.BooleanInput uRot - "True when the wheel is operating" annotation (Placement(transformation( - extent={{-220,-20},{-180,20}}), iconTransformation(extent={{-140,60}, - {-100,100}}))); + iconTransformation(extent={{-140,-20},{-100,20}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uRot + "True when the wheel is operating" + annotation (Placement(transformation(extent={{-220,-20},{-180,20}}), + iconTransformation(extent={{-140,60},{-100,100}}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamSup( redeclare package Medium = Medium1, final m_flow_nominal=m1_flow_nominal, @@ -33,7 +33,7 @@ model BypassDampers final dpDamper_nominal=dp2_nominal) "Exhaust air damper" annotation (Placement(transformation( - extent={{10,10},{-10,-10}},rotation=-90,origin={54,-40}))); + extent={{10,10},{-10,-10}},rotation=-90,origin={50,-40}))); Buildings.Fluid.Actuators.Dampers.Exponential bypDamExh( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal, @@ -44,13 +44,13 @@ protected Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter PEle( final k=P_nominal) "Calculate the electric power consumption" - annotation (Placement(transformation(extent={{74,-28},{90,-12}}))); + annotation (Placement(transformation(extent={{60,-30},{80,-10}}))); Modelica.Blocks.Sources.Constant uni(final k=1) "Unity signal" - annotation (Placement(transformation(extent={{-150,108},{-130,128}}))); + annotation (Placement(transformation(extent={{-140,110},{-120,130}}))); Buildings.Controls.OBC.CDL.Reals.Subtract sub "Difference of the two inputs" - annotation (Placement(transformation(extent={{-120,90},{-100,110}}))); + annotation (Placement(transformation(extent={{-100,90},{-80,110}}))); Modelica.Blocks.Math.BooleanToReal booleanToReal "Convert boolean input to real output" annotation (Placement(transformation(extent={{-160,-10},{-140,10}}))); @@ -64,14 +64,13 @@ equation connect(bypDamExh.port_b, port_b2) annotation (Line(points={{-40,-60},{-180,-60}}, color={0,127,255})); connect(PEle.y, P) - annotation (Line(points={{91.6,-20},{110,-20}}, - color={0,0,127})); + annotation (Line(points={{82,-20},{120,-20}}, color={0,0,127})); connect(damExh.port_a, port_a2) - annotation (Line(points={{54,-50},{54,-60},{100,-60}}, color={0,127,255})); + annotation (Line(points={{50,-50},{50,-60},{100,-60}}, color={0,127,255})); connect(sub.y, damSup.y) - annotation (Line(points={{-98,100},{20,100},{20,60},{-50,60},{-50,52}}, color={0,0,127})); + annotation (Line(points={{-78,100},{20,100},{20,60},{-50,60},{-50,52}}, color={0,0,127})); connect(damExh.y,sub. y) - annotation (Line(points={{42,-40},{20,-40},{20,100},{-98,100}}, color={0,0,127})); + annotation (Line(points={{38,-40},{20,-40},{20,100},{-78,100}}, color={0,0,127})); connect(bypDamSup.y, uBypDamPos) annotation (Line(points={{-50,92},{-50,140},{-202,140}}, color={0,0,127})); connect(damSup.port_b, hex.port_a1) @@ -84,13 +83,13 @@ equation annotation (Line(points={{10,6},{60,6},{60,80},{100,80}}, color={0,127,255})); connect(hex.port_a2, damExh.port_b) - annotation (Line(points={{10,-6},{54,-6},{54,-30}}, + annotation (Line(points={{10,-6},{50,-6},{50,-30}}, color={0,127,255})); connect(sub.u2, uBypDamPos) - annotation (Line(points={{-122,94},{-160,94},{-160,140},{-202,140}}, + annotation (Line(points={{-102,94},{-160,94},{-160,140},{-202,140}}, color={0,0,127})); connect(uni.y, sub.u1) - annotation (Line(points={{-129,118},{-126,118},{-126,106},{-122,106}}, + annotation (Line(points={{-119,120},{-110,120},{-110,106},{-102,106}}, color={0,0,127})); connect(uRot, booleanToReal.u) annotation (Line(points={{-200,0},{-162,0}}, color={255,0,255})); @@ -98,7 +97,7 @@ equation annotation (Line(points={{-139,0},{-120,0},{-120,0},{-102,0}}, color={0,0,127})); connect(PEle.u, booleanToReal.y) - annotation (Line(points={{72.4,-20},{-112,-20},{-112,0},{-139,0}}, + annotation (Line(points={{58,-20},{-114,-20},{-114,0},{-139,0}}, color={0,0,127})); connect(damSup.port_a, port_a1) annotation (Line(points={{-60,40},{-100,40},{-100,80},{-180,80}}, diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo index 99bb19267c5..01630cfbbfe 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo @@ -7,7 +7,7 @@ model SpeedControlled "Coefficients for power consumption curve for rotor, P/P_nominal = sum a_i uSpe^(i-1). The sum(a) of the elements must be equal to 1" annotation (Dialog(group="Efficiency")); - Modelica.Blocks.Interfaces.RealInput uSpe( + Buildings.Controls.OBC.CDL.Interfaces.RealInput uSpe( final unit="1", final max=1) "Wheel speed ratio" @@ -27,8 +27,7 @@ initial equation equation connect(P, PEle.y) - annotation (Line(points={{110,-20},{93,-20}}, - color={0,0,127})); + annotation (Line(points={{120,-20},{93,-20}}, color={0,0,127})); connect(port_a1, hex.port_a1) annotation (Line(points={{-180,80},{-60,80},{-60, 6},{-10,6}}, color={0,127,255})); connect(hex.port_a2, port_a2) annotation (Line(points={{10,-6},{60,-6},{60,-60}, @@ -52,8 +51,9 @@ Model of a generic, sensible heat recovery wheel, which has the wheel speed as the input to control the heat recovery.

                                                                        -This model does not require geometric data. The performance is defined by specifying the -part load (75% of the nominal supply flow rate) and nominal sensible heat exchanger effectiveness in both heating and cooling conditions. +This model does not require geometric data. The performance is defined by specifying +the part load (75% of the nominal supply flow rate) and nominal sensible heat +exchanger effectiveness in both heating and cooling conditions.

                                                                        The operation of the heat recovery wheel is adjustable by modulating the wheel speed. @@ -73,7 +73,8 @@ Thus, when the speed ratio uSpe=1, the power consumption equal to nominal consumption, P=P_nominal.

                                                                        -The sensible heat exchanger effectiveness is calculated with +The sensible heat exchanger effectiveness is calculated with + Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Effectiveness.

                                                                        ", revisions=" diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo index 3182b6c58e3..995f7369805 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/BypassDampers.mo @@ -66,14 +66,14 @@ model BypassDampers shift=72) "Operating signal" annotation (Placement(transformation(extent={{-80,20},{-60,40}}))); Buildings.Fluid.Sensors.TemperatureTwoPort senExhTem( - redeclare package Medium = Medium2, - m_flow_nominal=5) - "Temperature of the exhaust air" + redeclare package Medium = Medium2, + m_flow_nominal=5) + "Temperature of the exhaust air" annotation (Placement(transformation(extent={{-30,-44},{-50,-24}}))); Buildings.Fluid.Sensors.TemperatureTwoPort senSupTem( - redeclare package Medium = Medium1, - m_flow_nominal=5) - "Temperature of the supply air" + redeclare package Medium = Medium1, + m_flow_nominal=5) + "Temperature of the supply air" annotation (Placement(transformation(extent={{60,20},{40,40}}))); equation connect(TSup.y, sou_1.T_in) @@ -82,8 +82,7 @@ equation annotation (Line(points={{-20,70},{-14,70},{-14,6},{0,6}}, color={0,127,255})); connect(whe.port_a2, sou_2.ports[1]) - annotation (Line(points={{20,-6},{40,-6},{40,-30},{60,-30}}, -color={0,127,255})); + annotation (Line(points={{20,-6},{40,-6},{40,-30},{60,-30}}, color={0,127,255})); connect(bypDamPos.y, whe.uBypDamPos) annotation (Line(points={{-59,0},{-2,0}}, color={0,0,127})); connect(opeSig.y, whe.uRot) annotation (Line(points={{-58,30},{-10,30},{-10,8}, diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo index 35328872b14..e95263aee8a 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/SpeedControlled.mo @@ -59,14 +59,14 @@ model SpeedControlled "Wheel speed" annotation (Placement(transformation(extent={{-80,-10},{-60,10}}))); Buildings.Fluid.Sensors.TemperatureTwoPort senExhTem( - redeclare package Medium = Medium2, - m_flow_nominal=5) - "Temperature of the exhaust air" + redeclare package Medium = Medium2, + m_flow_nominal=5) + "Temperature of the exhaust air" annotation (Placement(transformation(extent={{-20,-50},{-40,-30}}))); - Buildings.Fluid.Sensors.TemperatureTwoPort senSupTem( - redeclare package Medium = Medium1, - m_flow_nominal=5) - "Temperature of the supply air" + Buildings.Fluid.Sensors.TemperatureTwoPort senSupTem( + redeclare package Medium = Medium1, + m_flow_nominal=5) + "Temperature of the supply air" annotation (Placement(transformation(extent={{60,20},{40,40}}))); equation connect(TSup.y, sou_1.T_in) From 3a63f0a4c29726e95aa12b67dd84157fe553b1d2 Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Mon, 4 Mar 2024 11:54:56 -0800 Subject: [PATCH 163/196] moved instance to be protected, improved comment --- .../Latent/BaseClasses/Effectiveness.mo | 4 ++-- .../Latent/BaseClasses/PartialWheel.mo | 24 +++++++++---------- .../ThermalWheels/Latent/SpeedControlled.mo | 2 +- .../Sensible/BaseClasses/Effectiveness.mo | 2 +- .../Sensible/BaseClasses/PartialWheel.mo | 7 +++--- .../ThermalWheels/Sensible/SpeedControlled.mo | 2 +- 6 files changed, 21 insertions(+), 20 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo index ac988b03e4a..252608b23b2 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo @@ -86,11 +86,11 @@ equation epsLat =uSpe*(epsLatPL + (epsLat_nominal - epsLatPL)*(rat - 0.75)/0.25); assert(epsSen >= 0 and epsSen < 1, "In " + getInstanceName() + ": The sensible heat exchange effectiveness epsSen = " + String(epsSen) + ". It should be in the range of [0, 1]. - Check if the part load (75%) or nominal sensible heat exchanger effectiveness is too high or too low.", + Check if the part load (75% of the nominal supply flow rate) or nominal sensible heat exchanger effectiveness is too high or too low.", level=AssertionLevel.error); assert(epsLat >= 0 and epsLat < 1, "In " + getInstanceName() + ": The latent heat exchange effectiveness epsLat = " + String(epsLat) + ". It should be in the range of [0, 1], - Check if the part load (75%) or nominal latent heat exchanger effectiveness is too high or too low.", + Check if the part load (75% of the nominal supply flow rate) or nominal latent heat exchanger effectiveness is too high or too low.", level=AssertionLevel.error); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text( extent={{-54,28},{50,-40}}, diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo index 85e5dcfabac..e8f5e0a8693 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo @@ -69,15 +69,6 @@ partial model PartialWheel "Latent heat exchanger effectiveness" annotation (Placement(transformation(extent={{100,-100},{140,-60}}), iconTransformation(extent={{100,-110},{140,-70}}))); - Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness hex( - redeclare package Medium1 = Medium1, - redeclare package Medium2 = Medium2, - final m1_flow_nominal=m1_flow_nominal, - final m2_flow_nominal=m2_flow_nominal, - final dp1_nominal=dp1_nominal, - final dp2_nominal=dp2_nominal) - "Heat exchanger" - annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); Modelica.Fluid.Interfaces.FluidPort_a port_a1( redeclare final package Medium = Medium1) "Fluid connector a1 of the supply air (positive design flow direction is from port_a1 to port_b1)" @@ -99,7 +90,7 @@ partial model PartialWheel annotation (Placement(transformation(extent={{90,-70},{110,-50}}))); protected - parameter Medium1.ThermodynamicState sta_nominal=Medium1.setState_pTX( + parameter Medium1.ThermodynamicState sta_nominal=Medium1.setState_pTX( T=Buildings.Utilities.Psychrometrics.Constants.T_ref, p=101325, X=Medium1.X_default) @@ -116,6 +107,15 @@ protected final VSup_flow_nominal=m1_flow_nominal/Medium1.density(sta_nominal)) "Calculates the effectiveness of heat exchange" annotation (Placement(transformation(extent={{-100,-10},{-80,10}}))); + Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness hex( + redeclare package Medium1 = Medium1, + redeclare package Medium2 = Medium2, + final m1_flow_nominal=m1_flow_nominal, + final m2_flow_nominal=m2_flow_nominal, + final dp1_nominal=dp1_nominal, + final dp2_nominal=dp2_nominal) + "Heat exchanger" + annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); Modelica.Blocks.Sources.RealExpression VSup_flow( final y(final unit="m3/s")=hex.port_a1.m_flow/ Medium1.density(state=Medium1.setState_phX( @@ -174,8 +174,8 @@ equation connect(VExh_flow.y, effCal.VExh_flow) annotation (Line(points={{-139,20},{-120,20},{-120,4},{-102,4}}, color={0,0,127})); - connect(epsSen, effCal.epsSen) annotation (Line(points={{120,40},{-60,40},{ - -60,3},{-78,3}}, color={0,0,127})); + connect(epsSen, effCal.epsSen) annotation (Line(points={{120,40},{-40,40},{-40, + 3},{-78,3}}, color={0,0,127})); connect(effCal.epsLat, epsLat) annotation (Line(points={{-78,-3},{-60,-3},{ -60,-80},{120,-80}}, color={0,0,127})); annotation ( diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo index 30ecd3d7ee4..6cbd9bd50f5 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/SpeedControlled.mo @@ -4,7 +4,7 @@ model SpeedControlled extends Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.PartialWheel; parameter Real a[:] = {1} - "Coefficients for power consumption curve for rotor, P/P_nominal = sum a_i uSpe^(i-1). The sum(a) of the elements must be equal to 1" + "Coefficients for power consumption curve for rotor. The sum of the elements must be equal to 1" annotation (Dialog(group="Efficiency")); Buildings.Controls.OBC.CDL.Interfaces.RealInput uSpe( diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo index 87363dcb167..f92a1719cd6 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/Effectiveness.mo @@ -67,7 +67,7 @@ equation eps =uSpe*(epsPL + (eps_nominal - epsPL)*(rat - 0.75)/0.25); assert(eps >= 0 and eps < 1, "In " + getInstanceName() + ": The sensible heat exchange effectiveness eps = " + String(eps) + ". It should be in the range of [0, 1]. - Check if the part load (75%) or nominal sensible heat exchanger effectiveness is too high or too low.", + Check if the part load (75% of the nominal supply flow rate) or nominal sensible heat exchanger effectiveness is too high or too low.", level=AssertionLevel.error); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text( extent={{-54,28},{50,-40}}, diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo index 0183d5ed479..757b07a0344 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo @@ -46,7 +46,7 @@ partial model PartialWheel iconTransformation(extent={{100,-40},{140,0}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput eps(final unit="1") "Sensible heat exchanger effectiveness" - annotation (Placement(transformation(extent={{100,0},{140,40}}), + annotation (Placement(transformation(extent={{100,20},{140,60}}), iconTransformation(extent={{100,0},{140,40}}))); Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.HeatExchangerWithInputEffectiveness hex( @@ -148,8 +148,9 @@ equation color={0,0,127})); connect(effCal.eps, hex.eps) annotation (Line(points={{-78,0},{-12,0}}, color={0,0,127})); - connect(effCal.eps, eps) annotation (Line(points={{-78,0},{-40,0},{-40,20},{120, - 20}}, color={0,0,127})); + connect(effCal.eps, eps) annotation (Line(points={{-78,0},{-40,0},{-40,40},{ + 120,40}}, + color={0,0,127})); annotation ( defaultComponentName="whe", Icon(coordinateSystem(extent={{-100,-100},{100,100}}), diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo index 01630cfbbfe..b22293c6682 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo @@ -4,7 +4,7 @@ model SpeedControlled extends Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.PartialWheel; parameter Real a[:] = {1} - "Coefficients for power consumption curve for rotor, P/P_nominal = sum a_i uSpe^(i-1). The sum(a) of the elements must be equal to 1" + "Coefficients for power consumption curve for rotor. The sum of the elements must be equal to 1" annotation (Dialog(group="Efficiency")); Buildings.Controls.OBC.CDL.Interfaces.RealInput uSpe( From 7eb5b25fc74e3712747651f7bb7cf11db26b37fd Mon Sep 17 00:00:00 2001 From: cerrinamouchref-pnnl Date: Wed, 6 Mar 2024 10:33:58 -0800 Subject: [PATCH 164/196] New Validation Plots for DOAS Controller --- .../Controls/OBC/FDE/DOAS/EnergyWheel.mo | 10 +- .../OBC/FDE/DOAS/SupplyFanController.mo | 187 +++++++++--------- .../DOAS/Validation/SupplyFanController.mo | 12 +- .../OBC/FDE/DOAS/Validation/TSupSet.mo | 3 +- .../OBC/FDE/DOAS/Validation/CoolingCoil.mos | 4 +- .../DOAS/Validation/SupplyFanController.mos | 19 ++ .../OBC/FDE/DOAS/Validation/TSupSet.mos | 10 + 7 files changed, 140 insertions(+), 105 deletions(-) create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos diff --git a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo index fdb66867644..083123cde22 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo @@ -3,7 +3,7 @@ block EnergyWheel "This block commands the energy recovery wheel and associated parameter Real recSet( final unit = "K", final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 7 +273.15 + final quantity = "ThermodynamicTemperature") = 7 "Energy recovery set point."; parameter Real Thys( @@ -150,8 +150,8 @@ equation connect(max.y, swi.u1) annotation ( Line(points = {{-40, -68}, {64, -68}}, color = {0, 0, 127})); - connect(mulAnd.y, swi.u2) annotation (Line(points={{88,18},{88,-20},{92,-20}, - {92,-58},{58,-58},{58,-76},{64,-76}}, + connect(mulAnd.y, swi.u2) annotation (Line(points={{88,18},{88,-20},{92,-20},{ + 92,-58},{58,-58},{58,-76},{64,-76}}, color={255,0,255})); connect(con0.y, swi.u3) annotation ( @@ -171,8 +171,8 @@ equation connect(not2.y, or2.u2) annotation ( Line(points = {{56, 50}, {58, 50}, {58, 58}, {60, 58}}, color = {255, 0, 255})); - connect(mulAnd.y, not2.u) annotation (Line(points={{88,18},{88,20},{98,20},{ - 98,36},{28,36},{28,50},{32,50}}, + connect(mulAnd.y, not2.u) annotation (Line(points={{88,18},{88,20},{98,20},{98, + 36},{28,36},{28,50},{32,50}}, color={255,0,255})); connect(or2.y, bypDam) annotation ( diff --git a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo index 7e792416c89..f9d8001a91c 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo @@ -1,147 +1,150 @@ within Buildings.Controls.OBC.FDE.DOAS; - block SupplyFanController "This block manages start, stop, status, and speed of the supply fan." - + parameter Real minDDSPset( - min = 0, - final unit = "Pa", - final quantity = "PressureDifference") = 125 + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 125 "Minimum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); - + parameter Real maxDDSPset( - min = 0, - final unit = "Pa", - final quantity = "PressureDifference") = 500 + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 500 "Maximum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); - + parameter Real cvDDSPset( - min = 0, - final unit = "Pa", + min = 0, + final unit = "Pa", final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; - + parameter Real damSet( min = 0, max = 1, - final unit = "1") = 0.9 + final unit = "1") = 0.9 "DDSP terminal damper percent open set point"; - - parameter Boolean vvUnit = true + + parameter Boolean vvUnit = true "Set true when unit serves variable volume system."; - - parameter Real DampspPIk = 0.0000001 + + parameter Real DampspPIk = 0.0000001 "Damper position setpoint PI gain value k."; - - parameter Real DampspPITi = 0.000025 + + parameter Real DampspPITi = 0.000025 "Damper position setpoint PI time constant value Ti."; - + parameter Real FSspPIk = 0.0000001 " Fan speed set point SAT PI gain value k."; - - parameter Real MinFS = 0.0000001 + + parameter Real MinFS = 0.0000001 "Minimum Fan Speed"; - - parameter Real FSspPITi = 0.000025 + + parameter Real FSspPITi = 0.000025 "Fan speed set point SAT PI time constant value Ti."; // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput occ - "True when occupied mode is active" + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput occ + "True when occupied mode is active" annotation(Placement(transformation(extent = {{-142, 60}, {-102, 100}}), iconTransformation(extent = {{-140, 50}, {-100, 90}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput mostOpenDam if vvUnit - "Most open damper position from all terminal units served." + + Buildings.Controls.OBC.CDL.Interfaces.RealInput mostOpenDam if vvUnit + "Most open damper position from all terminal units served." annotation(Placement(transformation(extent = {{-142, -24}, {-102, 16}}), iconTransformation(extent = {{-140, 14}, {-100, 54}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanStatus - "True when supply fan is proven on." + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanStatus + "True when supply fan is proven on." annotation(Placement(transformation(extent = {{-142, 22}, {-102, 62}}), iconTransformation(extent = {{-140, -56}, {-100, -16}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput DDSP "Down duct static pressure measurement." + + Buildings.Controls.OBC.CDL.Interfaces.RealInput DDSP "Down duct static pressure measurement." annotation(Placement(transformation(extent = {{-142, -106}, {-102, -66}}), iconTransformation(extent = {{-140, -92}, {-100, -52}}))); // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput supFanStart - "Command supply fan to start when true." + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput supFanStart + "Command supply fan to start when true." annotation(Placement(transformation(extent = {{102, 60}, {142, 100}}), iconTransformation(extent = {{100, 32}, {140, 72}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput supFanSpeed - "Supply fan speed command" + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput supFanSpeed + "Supply fan speed command" annotation(Placement(transformation(extent = {{102, -50}, {142, -10}}), iconTransformation(extent = {{100, -64}, {140, -24}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Constant dampSet( - k = damSet) if vvUnit - "Most open damper position set point." + k = damSet) if vvUnit + "Most open damper position set point." annotation(Placement(transformation(extent = {{-98, 4}, {-78, 24}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Constant cvDDSPsetpt( - final k = cvDDSPset) if not vvUnit + final k = cvDDSPset) if not vvUnit "DDSP set point for constant volume systems." annotation(Placement(transformation(extent = {{-72, -64}, {-52, -44}}))); - - Buildings.Controls.OBC.CDL.Reals.Switch swi - "Swtich passes fan speed set point when true; 0 when false." + + Buildings.Controls.OBC.CDL.Reals.Switch swi + "Swtich passes fan speed set point when true; 0 when false." annotation(Placement(transformation(extent = {{14, -40}, {34, -20}}))); - + Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0( - k = MinFS) - "Real constant 0" + k = MinFS) + "Real constant 0" annotation(Placement(transformation(extent = {{-26, -64}, {-6, -44}}))); - + Buildings.Controls.OBC.CDL.Reals.PID DamperSPPI( - Ti = DampspPITi, - k = DampspPIk) if vvUnit + Ti = DampspPITi, + k = DampspPIk, + yMax=maxDDSPset, + yMin=minDDSPset, + reverseActing=false) if + vvUnit annotation(Placement(visible = true, transformation(origin = {-38, 22}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - + Buildings.Controls.OBC.CDL.Reals.PID FanSpeedSPPI( - Ti = FSspPITi, - k = FSspPIk) + Ti = FSspPITi, + k = FSspPIk) annotation(Placement(visible = true, transformation(origin = {62, -30}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Logical.Timer - tim(t = 300) + + Buildings.Controls.OBC.CDL.Logical.Timer + tim(t = 300) annotation(Placement(visible = true, transformation(origin = {-8, 88}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - + equation - connect(con0.y, swi.u3) annotation( + connect(con0.y, swi.u3) annotation ( Line(points = {{-4, -54}, {4, -54}, {4, -38}, {12, -38}}, color = {0, 0, 127})); - - connect(supFanStatus, swi.u2) annotation( + + connect(supFanStatus, swi.u2) annotation ( Line(points = {{-122, 42}, {0, 42}, {0, -30}, {12, -30}}, color = {255, 0, 255})); - - connect(cvDDSPsetpt.y, swi.u1) annotation( + + connect(cvDDSPsetpt.y, swi.u1) annotation ( Line(points = {{-50, -54}, {-34, -54}, {-34, -22}, {12, -22}}, color = {0, 0, 127})); - - connect(dampSet.y, DamperSPPI.u_s) annotation( + + connect(dampSet.y, DamperSPPI.u_s) annotation ( Line(points = {{-76, 14}, {-71, 14}, {-71, 22}, {-50, 22}}, color = {0, 0, 127})); - - connect(mostOpenDam, DamperSPPI.u_m) annotation( + + connect(mostOpenDam, DamperSPPI.u_m) annotation ( Line(points = {{-122, -4}, {-38, -4}, {-38, 10}}, color = {0, 0, 127})); - - connect(DamperSPPI.y, swi.u1) annotation( + + connect(DamperSPPI.y, swi.u1) annotation ( Line(points = {{-26, 22}, {-26, -22}, {12, -22}}, color = {0, 0, 127})); - - connect(swi.y, FanSpeedSPPI.u_s) annotation( + + connect(swi.y, FanSpeedSPPI.u_s) annotation ( Line(points = {{36, -30}, {50, -30}}, color = {0, 0, 127})); - - connect(DDSP, FanSpeedSPPI.u_m) annotation( + + connect(DDSP, FanSpeedSPPI.u_m) annotation ( Line(points = {{-122, -86}, {62, -86}, {62, -42}}, color = {0, 0, 127})); - - connect(FanSpeedSPPI.y, supFanSpeed) annotation( + + connect(FanSpeedSPPI.y, supFanSpeed) annotation ( Line(points = {{74, -30}, {122, -30}}, color = {0, 0, 127})); - - connect(occ, tim.u) annotation( + + connect(occ, tim.u) annotation ( Line(points = {{-122, 80}, {-69, 80}, {-69, 88}, {-20, 88}}, color = {255, 0, 255})); - - connect(tim.passed, supFanStart) annotation( + + connect(tim.passed, supFanStart) annotation ( Line(points = {{4, 80}, {122, 80}}, color = {255, 0, 255})); - - annotation( + + annotation ( defaultComponentName = "SFcon", - Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Rectangle(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, extent = {{-8, 40}, {54, -14}}), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, extent = {{-54, 40}, {28, -42}}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, - fillPattern = + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Rectangle(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-8, 40}, {54, -14}}), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-54, 40}, {28, -42}}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= FillPattern.Solid, extent = {{-24, 12}, {0, -12}}), Text(textColor = {28, 108, 200}, extent = {{-108, 78}, {-64, 62}}, textString = "occ"), Text(textColor = {28, 108, 200}, extent = {{-100, -30}, {-58, -44}}, textString = "Status"), Text(textColor = {28, 108, 200}, extent = {{62, 60}, {106, 44}}, textString = "Start"), Text(textColor = {28, 108, 200}, extent = {{56, 8}, {106, -8}}, textString = "Proof"), Text(textColor = {28, 108, 200}, extent = {{-102, -66}, {-60, -78}}, textString = "DDSP"), Text(textColor = {28, 108, 200}, extent = {{56, -36}, {106, -52}}, textString = "Speed"), Line(points = {{-54, 54}, {-10, 52}, {-50, 52}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-52, 50}, {-2, 48}, {30, 54}, {-26, 68}, {134, 70}, {148, 22}, {152, 42}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-68, 72}, {6, 72}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-52, 70}, {6, 66}, {-28, 66}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{42, 60}, {36, 54}, {28, 70}, {42, 62}}, color = {0, 127, 0}, pattern = LinePattern.None), Text(textColor = {28, 108, 200}, extent = {{-96, 44}, {-52, 28}}, textString = "openDam")}), Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), Documentation(revisions = " diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo index 1ef8921495f..84dd0ed0c21 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo @@ -2,7 +2,8 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; model SupplyFanController "This model simulates SupplyFanController" - Buildings.Controls.OBC.FDE.DOAS.SupplyFanController SFcon + Buildings.Controls.OBC.FDE.DOAS.SupplyFanController SFcon(DampspPIk=100, + DampspPITi=60) annotation (Placement(transformation(extent={{40,-6},{60,14}}))); Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( @@ -12,14 +13,14 @@ annotation (Placement(transformation(extent={{40,-6},{60,14}}))); annotation (Placement(transformation(extent={{8,-34},{28,-14}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse - OccGen(width=0.6, period=2880) + OccGen(width=0.6, period=2*2880) annotation (Placement(transformation(extent={{-66,32},{-46,52}}))); Buildings.Controls.OBC.CDL.Reals.Sources.Sin mostOpenDamGen( - amplitude=4, + amplitude=0.5, freqHz=1/5670, - offset=90) + offset=0.5) annotation (Placement(transformation(extent={{-66,-2},{-46,18}}))); Buildings.Controls.OBC.CDL.Reals.Sources.Sin sensorDDSP( @@ -61,5 +62,6 @@ This example simulates Buildings.Controls.OBC.FDE.DOAS.SupplyFanController.

                                                                        -")); +"),__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos" + "Simulate and plot")); end SupplyFanController; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo index 16720731c41..b09dca2d8ec 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo @@ -80,5 +80,6 @@ This example simulates Buildings.Controls.OBC.FDE.DOAS.TSupSet.

                                                                        -")); +"),__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos" + "Simulate and plot")); end TSupSet; diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos index a7bae3da131..41bd955438b 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos @@ -1,6 +1,6 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.CoolingCoil", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="CoolingCoil"); createPlot(id=1, position={0, 362, 792, 308}, y={"Cooling.supFanProof"}, range={0.0, 6000.0, 0.0, 2.0}, autoscale=false, grid=true, colors={{28,108,200}}); -createPlot(id=2, position={808, 0, 790, 309}, y={"Cooling.saT", "Cooling.supCooSP"}, range={0.0, 6000.0, 16.0, 26.0}, autoscale=false, grid=true, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); -createPlot(id=3, position={0, 0, 792, 309}, y={"Cooling.yCC"}, range={0.0, 6000.0, -0.4, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={808, 0, 790, 309}, y={"Cooling.saT", "Cooling.supCooSP"}, range={0.0, 6000.0, 16.0, 26.0}, autoscale=false, grid=true, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}, subplot = 2); +createPlot(id=1, position={0, 0, 792, 309}, y={"Cooling.yCC"}, range={0.0, 6000.0, -0.4, 1.2000000000000002}, grid=true, colors={{28,108,200}},subplot = 3); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos new file mode 100644 index 00000000000..dcb4253f4c6 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos @@ -0,0 +1,19 @@ +simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.SupplyFanController", method="Cvode", stopTime=5760, tolerance=1e-06, resultFile="SupplyFanController"); + +createPlot(id=6, position={1018, 380, 490, 326}, y={"SFcon.supFanStart", "OccGen.y"}, range={0.0, 5000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=7, position={509, 380, 493, 326}, y={"SFcon.supFanSpeed", "SFcon.FanSpeedSPPI.y"}, range={0.0, 5000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=8, position={1018, 0, 490, 327}, y={"SFcon.DDSP", "SFcon.minDDSPset", "SFcon.maxDDSPset"}, range={0.0, 5000.0, 100.0, 600.0}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}}); +createPlot(id=9, position={509, 0, 493, 327}, y={"SFcon.mostOpenDam", "SFcon.dampSet.y"}, range={0.0, 5000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=10, position={0, 0, 493, 706}, y={"SFcon.DamperSPPI.y", "SFcon.minDDSPset"}, range={0.0, 5000.0, 100.0, 300.0}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=10, position={0, 0, 493, 137}, y={"SFcon.mostOpenDam", "SFcon.damSet"}, range={0.0, 5000.0, -1.0, 2.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); +createPlot(id=10, position={0, 0, 493, 138}, y={"SFcon.DamperSPPI.y", "SFcon.DDSP"}, range={0.0, 5000.0, 100.0, 300.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=10, position={0, 0, 493, 137}, y={"SFcon.supFanStart", "SFcon.occ"}, range={0.0, 5000.0, -1.0, 2.0}, grid=true, subPlot=4, colors={{28,108,200}, {28,108,200}}); +createPlot(id=10, position={0, 0, 493, 137}, y={"SFcon.supFanSpeed"}, range={0.0, 5000.0, -1.0, 2.0}, grid=true, subPlot=5, colors={{28,108,200}}); + + + + + + + + diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos new file mode 100644 index 00000000000..b0cf579dbc6 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos @@ -0,0 +1,10 @@ +simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.TSupSet", method="Cvode", stopTime=5760, tolerance=1e-06, resultFile="TSupSet"); + +createPlot(id=1, position={647, -5, 626, 308}, y={"tSupSet.dehumMode"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=2, position={0, 362, 627, 308}, y={"tSupSet.loPriT", "tSupSet.hiPriT", "tSupSet.supPrimSP"}, range={0.0, 6000.0, 19.0, 25.0}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}}, displayUnits={"degC", "degC", "degC"}); +createPlot(id=3, position={644, 356, 626, 309}, y={"tSupSet.supCooSP", "tSupSet.supHeaSP"}, range={0.0, 6000.0, 290.0, 300.0}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=4, position={0, 0, 627, 309}, y={"highSpaceTGen.y", "loZonT", "hiZonT"}, range={0.0, 6000.0, 292.0, 300.0}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}}); + + + + From c8c0c304516bc112793274ee297426c7fc216bb9 Mon Sep 17 00:00:00 2001 From: cerrinamouchref-pnnl Date: Tue, 12 Mar 2024 16:01:09 -0700 Subject: [PATCH 165/196] New Changes to Coiling Coil --- Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo | 18 ++++++++++-------- .../OBC/FDE/DOAS/Validation/CoolingCoil.mo | 4 ++-- .../FDE/DOAS/Validation/SupplyFanController.mo | 7 +++++-- .../OBC/FDE/DOAS/Validation/CoolingCoil.mos | 7 ++++--- 4 files changed, 21 insertions(+), 15 deletions(-) diff --git a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo index 38855be4d2c..0c5dc458622 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo @@ -15,10 +15,10 @@ block CoolingCoil "This block commands the cooling coil." parameter Real erwDPadj( final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 5 + final quantity = "TemperatureDifference") = 5 "Value subtracted from ERW supply air dewpoint."; + // ---inputs--- Buildings.Controls.OBC.CDL.Interfaces.RealInput saT( final unit = "K", @@ -75,7 +75,7 @@ block CoolingCoil "This block commands the cooling coil." Buildings.Controls.OBC.CDL.Reals.Switch swi "Logical switch outputs supply air PI value when fan is proven on." - annotation(Placement(transformation(extent = {{14, -54}, {34, -34}}))); + annotation(Placement(transformation(extent={{22,-50},{42,-30}}))); Buildings.Controls.OBC.CDL.Reals.Switch swi1 "Logical switch passes different PI calculations to yCC based on dehumidification mode." @@ -92,18 +92,20 @@ block CoolingCoil "This block commands the cooling coil." annotation(Placement(visible = true, transformation(origin = {16, 78}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Psychrometrics.DewPoint_TDryBulPhi dewPoi + "Calculates dewpoint temperature for ERW return air" annotation(Placement(visible = true, transformation(origin = {-66, 48}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Reals.AddParameter addPar( - p = -erwDPadj) + p = -erwDPadj) "Ensures setpoint is below calculated dewpoint" annotation(Placement(visible = true, transformation(origin = {-36, 36}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation connect(con0.y, swi.u3) annotation ( - Line(points = {{2, -52}, {12, -52}}, color = {0, 0, 127})); + Line(points={{2,-52},{18,-52},{18,-48},{20,-48}}, + color = {0, 0, 127})); connect(swi.u2, supFanProof) annotation ( - Line(points = {{12, -44}, {6, -44}, {6, -96}, {-122, -96}}, color = {255, 0, 255})); + Line(points={{20,-40},{6,-40},{6,-96},{-122,-96}}, color = {255, 0, 255})); connect(and2.u1, dehumMode) annotation ( Line(points = {{-22, -3}, {-78, -3}, {-78, -4}, {-122, -4}}, color = {255, 0, 255})); @@ -118,7 +120,7 @@ equation Line(points = {{80, 76}, {122, 76}}, color = {0, 0, 127})); connect(swi.y, swi1.u3) annotation ( - Line(points = {{36, -44}, {46, -44}, {46, 68}, {56, 68}}, color = {0, 0, 127})); + Line(points={{44,-40},{46,-40},{46,68},{56,68}}, color = {0, 0, 127})); connect(saT, conPID2.u_m) annotation ( Line(points = {{-122, -36}, {-90, -36}, {-90, -54}, {-62, -54}}, color = {0, 0, 127})); @@ -127,7 +129,7 @@ equation Line(points = {{-122, -66}, {-80, -66}, {-80, -42}, {-74, -42}}, color = {0, 0, 127})); connect(conPID2.y, swi.u1) annotation ( - Line(points = {{-50, -42}, {-17, -42}, {-17, -36}, {12, -36}}, color = {0, 0, 127})); + Line(points={{-50,-42},{-17,-42},{-17,-32},{20,-32}}, color = {0, 0, 127})); connect(ccT, conPID.u_m) annotation ( Line(points = {{-122, 84}, {-22, 84}, {-22, 66}, {16, 66}}, color = {0, 0, 127})); diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo index c00b2f16456..88e1c139891 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo @@ -7,8 +7,8 @@ model CoolingCoil "This model simulates CoolingCoil" final quantity="ThermodynamicTemperature")=5 "Value subtracted from ERW supply air dewpoint."; - Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling( - erwDPadj=278.15) + Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling(erwDPadj(displayUnit="K") + = 5) annotation (Placement(transformation(extent={{48,-24},{68,-4}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo index 84dd0ed0c21..a30dca4045e 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo @@ -2,8 +2,11 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; model SupplyFanController "This model simulates SupplyFanController" - Buildings.Controls.OBC.FDE.DOAS.SupplyFanController SFcon(DampspPIk=100, - DampspPITi=60) + Buildings.Controls.OBC.FDE.DOAS.SupplyFanController SFcon( + DampspPIk=100, + DampspPITi=60, + FSspPIk=0.5, + FSspPITi=60) annotation (Placement(transformation(extent={{40,-6},{60,14}}))); Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos index 41bd955438b..5020a4e3b01 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos @@ -1,6 +1,7 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.CoolingCoil", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="CoolingCoil"); -createPlot(id=1, position={0, 362, 792, 308}, y={"Cooling.supFanProof"}, range={0.0, 6000.0, 0.0, 2.0}, autoscale=false, grid=true, colors={{28,108,200}}); -createPlot(id=1, position={808, 0, 790, 309}, y={"Cooling.saT", "Cooling.supCooSP"}, range={0.0, 6000.0, 16.0, 26.0}, autoscale=false, grid=true, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}, subplot = 2); -createPlot(id=1, position={0, 0, 792, 309}, y={"Cooling.yCC"}, range={0.0, 6000.0, -0.4, 1.2000000000000002}, grid=true, colors={{28,108,200}},subplot = 3); +createPlot(id=1, position={0, 0, 1117, 726}, y={"Cooling.supFanProof", "Cooling.dehumMode"}, range={0.0, 6000.0, 0.0, 3.0}, autoscale=false, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=1, position={0, 0, 1117, 178}, y={"Cooling.saT", "Cooling.supCooSP"}, range={0.0, 7500.0, 15.0, 30.0}, autoscale=false, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); +createPlot(id=1, position={0, 0, 1117, 177}, y={"Cooling.yCC"}, range={0.0, 7500.0, -1.0, 2.0}, autoscale=false, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1117, 178}, y={"Cooling.erwDPadj", "Cooling.ccT"}, range={0.0, 7500.0, 270.0, 300.0}, autoscale=false, grid=true, subPlot=4, colors={{238,46,47}, {0,140,72}}); From 81ea8959e50fe458a10b09030521a572c0e5676b Mon Sep 17 00:00:00 2001 From: cerrinamouchref-pnnl Date: Tue, 12 Mar 2024 17:27:57 -0700 Subject: [PATCH 166/196] Changes to Coiling Coil Validation --- Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo index 88e1c139891..74090c527bf 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo @@ -55,9 +55,9 @@ model CoolingCoil "This model simulates CoolingCoil" annotation (Placement(transformation(extent={{-60,-66},{-40,-46}}))); Buildings.Controls.OBC.CDL.Reals.Sources.Sin erwHumGen( - amplitude=10, + amplitude=0.25, freqHz=1/3600, - offset=60, + offset=0.5, startTime=1250) annotation (Placement(transformation(extent={{-26,-48},{-6,-28}}))); From 77103b9b917b6faf9556ef91574799eeaaa6a689 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 14 Mar 2024 16:37:39 -0700 Subject: [PATCH 167/196] Updated naming convention on cooling coil controller --- .../Controls/OBC/FDE/DOAS/CoolingCoil.mo | 250 ++++++++++-------- .../Controls/OBC/FDE/DOAS/DOAScontroller.mo | 94 +++---- .../OBC/FDE/DOAS/Validation/CoolingCoil.mo | 33 ++- 3 files changed, 203 insertions(+), 174 deletions(-) diff --git a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo index 0c5dc458622..709f09a1603 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo @@ -18,139 +18,169 @@ block CoolingCoil "This block commands the cooling coil." final quantity = "TemperatureDifference") = 5 "Value subtracted from ERW supply air dewpoint."; + parameter CDL.Types.SimpleController controllerTypeDeh=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + parameter Real kDeh=1 + "Gain of controller"; + parameter Real TiDeh=0.5 + "Time constant of integrator block"; - // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealInput saT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") - "Supply air temperature sensor." - annotation(Placement(transformation(extent = {{-142, -56}, {-102, -16}}), iconTransformation(extent = {{-142, 36}, {-102, 76}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput supCooSP( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") - "Supply air temperature cooling set point." - annotation(Placement(transformation(extent = {{-142, -86}, {-102, -46}}), iconTransformation(extent = {{-142, 8}, {-102, 48}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof - "True when supply fan is proven on." - annotation(Placement(transformation(extent = {{-142, -116}, {-102, -76}}), iconTransformation(extent = {{-142, 64}, {-102, 104}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput erwHum( - final min = 0, - final max = 1, - unit = "1") - "ERW relative humidity sensor" - annotation(Placement(transformation(extent = {{-142, 34}, {-102, 74}}), iconTransformation(extent = {{-142, -78}, {-102, -38}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput erwT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") - "ERW dry bulb temperature sensor." - annotation(Placement(transformation(extent = {{-142, 4}, {-102, 44}}), iconTransformation(extent = {{-142, -104}, {-102, -64}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput ccT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") - "Cooling coil discharge air temperature sensor." - annotation(Placement(transformation(extent = {{-142, 64}, {-102, 104}}), iconTransformation(extent = {{-142, -52}, {-102, -12}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput dehumMode - "True when dehumidification mode is on." - annotation(Placement(transformation(extent = {{-142, -24}, {-102, 16}}), iconTransformation(extent = {{-142, -26}, {-102, 14}}))); + // ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSup( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") + "Measured supply air temperature" annotation (Placement(transformation( + extent={{-142,-56},{-102,-16}}), iconTransformation(extent={{-142,36}, + {-102,76}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSupSetCoo( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") + "Supply air cooling setpoint temperature" annotation (Placement( + transformation(extent={{-142,-86},{-102,-46}}), iconTransformation( + extent={{-142,8},{-102,48}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro + "Supply fan proven on signal" annotation (Placement(transformation(extent={{ + -142,-116},{-102,-76}}), iconTransformation(extent={{-142,64},{-102, + 104}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput phiAirEneRecWhe( + final min=0, + final max=1, + unit="1") + "Measured relative humidity of air conditioned by energy recovery wheel" + annotation (Placement(transformation(extent={{-142,34},{-102,74}}), + iconTransformation(extent={{-142,-78},{-102,-38}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirEneRecWhe( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") + "Measured dry bulb temperature of air conditioned by energy recovery wheel" + annotation (Placement(transformation(extent={{-142,4},{-102,44}}), + iconTransformation(extent={{-142,-104},{-102,-64}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TCoiCoo( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") + "Cooling coil discharge air temperature sensor." annotation (Placement( + transformation(extent={{-142,64},{-102,104}}), iconTransformation( + extent={{-142,-52},{-102,-12}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDeh + "Dehumidification mode enable signal" annotation (Placement(transformation( + extent={{-142,-24},{-102,16}}), iconTransformation(extent={{-142,-26}, + {-102,14}}))); // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yCC - "Cooling coil control signal" - annotation(Placement(transformation(extent = {{102, 56}, {142, 96}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0( - final k = 0) - "Real constant 0" - annotation(Placement(transformation(extent = {{-20, -62}, {0, -42}}))); - - Buildings.Controls.OBC.CDL.Reals.Switch swi - "Logical switch outputs supply air PI value when fan is proven on." - annotation(Placement(transformation(extent={{22,-50},{42,-30}}))); - - Buildings.Controls.OBC.CDL.Reals.Switch swi1 - "Logical switch passes different PI calculations to yCC based on dehumidification mode." - annotation(Placement(transformation(extent = {{58, 66}, {78, 86}}))); - - Buildings.Controls.OBC.CDL.Logical.And and2 - "Logical AND;true when dehumidification is on and supply fan is proven on." - annotation(Placement(transformation(extent = {{-20, -14}, {0, 8}}))); - - Buildings.Controls.OBC.CDL.Reals.PID conPID2(reverseActing=false) - annotation(Placement(visible = true, transformation(origin = {-62, -42}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Reals.PID conPID(reverseActing=false) - annotation(Placement(visible = true, transformation(origin = {16, 78}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Psychrometrics.DewPoint_TDryBulPhi dewPoi - "Calculates dewpoint temperature for ERW return air" - annotation(Placement(visible = true, transformation(origin = {-66, 48}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Reals.AddParameter addPar( - p = -erwDPadj) "Ensures setpoint is below calculated dewpoint" - annotation(Placement(visible = true, transformation(origin = {-36, 36}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yCoiCoo + "Cooling coil control signal" annotation (Placement(transformation(extent={{ + 102,56},{142,96}}), iconTransformation(extent={{102,-20},{142,20}}))); + + Buildings.Controls.OBC.CDL.Reals.Sources.Constant conZer(final k=0) + "Real constant zero" + annotation (Placement(transformation(extent={{-30,-80},{-10,-60}}))); + + Buildings.Controls.OBC.CDL.Reals.Switch swiFanSupPro + "Output non-zero cooling coil signal only when supply fan is proven on" + annotation (Placement(transformation(extent={{22,-50},{42,-30}}))); + + Buildings.Controls.OBC.CDL.Reals.Switch swiTSetCoo + "Switch cooling coil signal between regular operation and dehumidification mode" + annotation (Placement(transformation(extent={{58,66},{78,86}}))); + + Buildings.Controls.OBC.CDL.Logical.And andDehEna + "Enable dehumidification mode only when supply fan is proven on" + annotation (Placement(transformation(extent={{-20,-14},{0,8}}))); + + Buildings.Controls.OBC.CDL.Reals.PID conPIDRegOpe(reverseActing=false) + "PID controller for regular cooling coil operation mode" annotation ( + Placement(visible=true, transformation( + origin={-62,-42}, + extent={{-10,-10},{10,10}}, + rotation=0))); + + Buildings.Controls.OBC.CDL.Reals.PID conPIDDeh( + controllerType=controllerTypeDeh, + k=kDeh, + Ti=TiDeh, + reverseActing=false) + "PID controller for cooling air in dehumidification mode" annotation ( + Placement(visible=true, transformation( + origin={10,80}, + extent={{-10,-10},{10,10}}, + rotation=0))); + + Buildings.Controls.OBC.CDL.Psychrometrics.DewPoint_TDryBulPhi TAirDewEneRecWhe + "Calculates dewpoint temperature for air conditioned by energy recovery wheel" + annotation (Placement(visible=true, transformation( + origin={-66,48}, + extent={{-10,-10},{10,10}}, + rotation=0))); + + Buildings.Controls.OBC.CDL.Reals.AddParameter TSetCooDeh(p=-erwDPadj) + "Calculate cooling setpoint temperature for air in dehumidification mode" + annotation (Placement(visible=true, transformation( + origin={-36,36}, + extent={{-10,-10},{10,10}}, + rotation=0))); equation - connect(con0.y, swi.u3) annotation ( - Line(points={{2,-52},{18,-52},{18,-48},{20,-48}}, - color = {0, 0, 127})); + connect(conZer.y, swiFanSupPro.u3) annotation (Line(points={{-8,-70},{18,-70}, + {18,-48},{20,-48}}, color={0,0,127})); - connect(swi.u2, supFanProof) annotation ( - Line(points={{20,-40},{6,-40},{6,-96},{-122,-96}}, color = {255, 0, 255})); + connect(swiFanSupPro.u2, uFanSupPro) annotation (Line(points={{20,-40},{6,-40}, + {6,-96},{-122,-96}}, color={255,0,255})); - connect(and2.u1, dehumMode) annotation ( - Line(points = {{-22, -3}, {-78, -3}, {-78, -4}, {-122, -4}}, color = {255, 0, 255})); + connect(andDehEna.u1, uDeh) annotation (Line(points={{-22,-3},{-78,-3},{-78,-4}, + {-122,-4}}, color={255,0,255})); - connect(supFanProof, and2.u2) annotation ( - Line(points = {{-122, -96}, {-42, -96}, {-42, -11.8}, {-22, -11.8}}, color = {255, 0, 255})); + connect(uFanSupPro, andDehEna.u2) annotation (Line(points={{-122,-96},{-42,-96}, + {-42,-11.8},{-22,-11.8}}, color={255,0,255})); - connect(and2.y, swi1.u2) annotation ( - Line(points = {{2, -3}, {36, -3}, {36, 76}, {56, 76}}, color = {255, 0, 255})); + connect(andDehEna.y, swiTSetCoo.u2) annotation (Line(points={{2,-3},{36,-3},{36, + 76},{56,76}}, color={255,0,255})); - connect(swi1.y, yCC) annotation ( - Line(points = {{80, 76}, {122, 76}}, color = {0, 0, 127})); + connect(swiTSetCoo.y, yCoiCoo) + annotation (Line(points={{80,76},{122,76}}, color={0,0,127})); - connect(swi.y, swi1.u3) annotation ( - Line(points={{44,-40},{46,-40},{46,68},{56,68}}, color = {0, 0, 127})); + connect(swiFanSupPro.y, swiTSetCoo.u3) annotation (Line(points={{44,-40},{46,-40}, + {46,68},{56,68}}, color={0,0,127})); - connect(saT, conPID2.u_m) annotation ( - Line(points = {{-122, -36}, {-90, -36}, {-90, -54}, {-62, -54}}, color = {0, 0, 127})); + connect(TAirSup, conPIDRegOpe.u_m) annotation (Line(points={{-122,-36},{-90,-36}, + {-90,-54},{-62,-54}}, color={0,0,127})); - connect(supCooSP, conPID2.u_s) annotation ( - Line(points = {{-122, -66}, {-80, -66}, {-80, -42}, {-74, -42}}, color = {0, 0, 127})); + connect(TAirSupSetCoo, conPIDRegOpe.u_s) annotation (Line(points={{-122,-66},{ + -80,-66},{-80,-42},{-74,-42}}, color={0,0,127})); - connect(conPID2.y, swi.u1) annotation ( - Line(points={{-50,-42},{-17,-42},{-17,-32},{20,-32}}, color = {0, 0, 127})); + connect(conPIDRegOpe.y, swiFanSupPro.u1) annotation (Line(points={{-50,-42},{-17, + -42},{-17,-32},{20,-32}}, color={0,0,127})); - connect(ccT, conPID.u_m) annotation ( - Line(points = {{-122, 84}, {-22, 84}, {-22, 66}, {16, 66}}, color = {0, 0, 127})); + connect(TCoiCoo, conPIDDeh.u_m) annotation (Line(points={{-122,84},{-22,84},{-22, + 68},{10,68}}, color={0,0,127})); - connect(conPID.y, swi1.u1) annotation ( - Line(points = {{28, 78}, {28, 80}, {56, 80}, {56, 84}}, color = {0, 0, 127})); + connect(conPIDDeh.y, swiTSetCoo.u1) + annotation (Line(points={{22,80},{56,80},{56,84}}, color={0,0,127})); - connect(erwT, dewPoi.TDryBul) annotation ( - Line(points = {{-122, 24}, {-88, 24}, {-88, 54}, {-78, 54}}, color = {0, 0, 127})); + connect(TAirEneRecWhe, TAirDewEneRecWhe.TDryBul) annotation (Line(points={{-122, + 24},{-88,24},{-88,54},{-78,54}}, color={0,0,127})); - connect(erwHum, dewPoi.phi) annotation ( - Line(points = {{-122, 54}, {-94, 54}, {-94, 42}, {-78, 42}}, color = {0, 0, 127})); + connect(phiAirEneRecWhe, TAirDewEneRecWhe.phi) annotation (Line(points={{-122, + 54},{-94,54},{-94,42},{-78,42}}, color={0,0,127})); - connect(dewPoi.TDewPoi, addPar.u) annotation ( - Line(points = {{-54, 48}, {-48, 48}, {-48, 36}}, color = {0, 0, 127})); + connect(TAirDewEneRecWhe.TDewPoi, TSetCooDeh.u) + annotation (Line(points={{-54,48},{-48,48},{-48,36}}, color={0,0,127})); - connect(addPar.y, conPID.u_s) annotation (Line(points={{-24,36},{-10,36},{-10, - 78},{4,78}}, color={0,0,127})); + connect(TSetCooDeh.y, conPIDDeh.u_s) annotation (Line(points={{-24,36},{-10,36}, + {-10,80},{-2,80}}, color={0,0,127})); annotation ( - defaultComponentName = "Cooling", + defaultComponentName = "conCoiCoo", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, fillPattern = FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Text(textColor = {28, 108, 200}, extent = {{-98, 92}, {-54, 78}}, textString = "supFanProof"), Text(textColor = {28, 108, 200}, extent = {{-110, 62}, {-70, 50}}, textString = "saT"), Text(textColor = {28, 108, 200}, extent = {{-98, 34}, {-58, 22}}, textString = "supCooSP"), Text(textColor = {28, 108, 200}, extent = {{-108, -26}, {-68, -38}}, textString = "ccT"), Text(textColor = {28, 108, 200}, extent = {{-100, -52}, {-60, -64}}, textString = "erwHum"), Text(textColor = {28, 108, 200}, extent = {{-108, -78}, {-68, -90}}, textString = "erwT"), Text(textColor = {28, 108, 200}, extent = {{-98, 0}, {-58, -12}}, textString = "dehumMode"), Text(textColor = {28, 108, 200}, extent = {{62, 8}, {106, -8}}, textString = "yCC"), Rectangle(lineColor = {28, 108, 200}, fillColor = {85, 255, 255}, fillPattern = FillPattern.Solid, extent = {{-22, 68}, {6, -66}}), Rectangle(lineColor = {28, 108, 200}, fillColor = {0, 0, 255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo index 2d960f6952d..3235ace55ac 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo @@ -338,95 +338,95 @@ block DOAScontroller "DOAS controller built from DOAS blocks." annotation(Placement(visible = true, transformation(origin = {2, 0}, extent = {{26, -42}, {46, -22}}, rotation = 0))); equation - connect(SFcon.occ, occ) annotation( + connect(SFcon.occ, occ) annotation ( Line(points = {{-86, 75}, {-96, 75}, {-96, 76}, {-122, 76}}, color = {255, 0, 255})); - connect(SFcon.mostOpenDam, mostOpenDam) annotation( + connect(SFcon.mostOpenDam, mostOpenDam) annotation ( Line(points = {{-86, 71.4}, {-98, 71.4}, {-98, 50}, {-122, 50}}, color = {0, 0, 127})); - connect(SFcon.DDSP, DDSP) annotation( + connect(SFcon.DDSP, DDSP) annotation ( Line(points = {{-86, 60.8}, {-94, 60.8}, {-94, -2}, {-120, -2}}, color = {0, 0, 127})); - connect(SFcon.supFanStart, supFanStart) annotation( + connect(SFcon.supFanStart, supFanStart) annotation ( Line(points = {{-62, 73.2}, {122, 73.2}, {122, 74}}, color = {255, 0, 255})); - connect(SFcon.supFanSpeed, supFanSpeed) annotation( + connect(SFcon.supFanSpeed, supFanSpeed) annotation ( Line(points = {{-62, 63.6}, {84, 63.6}, {84, 48}, {122, 48}}, color = {0, 0, 127})); //connect(SFcon.supFanProof, DehumMod.supFanProof) annotation ( // Line(points={{-62,68},{-56,68},{-56,25.2},{-50.2,25.2}},color={255,0,255})); //connect(SFcon.supFanProof, Cooling.supFanProof) annotation ( // Line(points={{-62,68},{-56,68},{-56,36.4},{55.8,36.4}},color={255,0,255})); - connect(DehumMod.dehumMode, Cooling.dehumMode) annotation( - Line(points = {{-25.8, 18}, {-22, 18}, {-22, 27.4}, {55.8, 27.4}}, color = {255, 0, 255})); - connect(DehumMod.retHum, retHum) annotation( + connect(DehumMod.dehumMode, Cooling.uDeh) annotation (Line(points={{-25.8,18}, + {-22,18},{-22,27.4},{55.8,27.4}}, color={255,0,255})); + connect(DehumMod.retHum, retHum) annotation ( Line(points = {{-50.2, 18}, {-92, 18}, {-92, -60}, {-120, -60}}, color = {0, 0, 127})); - connect(Cooling.saT, saT) annotation( - Line(points = {{55.8, 33.6}, {-90, 33.6}, {-90, -86}, {-120, -86}}, color = {0, 0, 127})); - connect(Cooling.ccT, ccT) annotation( - Line(points = {{55.8, 24.8}, {-20, 24.8}, {-20, -164}, {-120, -164}}, color = {0, 0, 127})); - connect(Cooling.erwHum, erwHum) annotation( - Line(points = {{55.8, 22.2}, {-18, 22.2}, {-18, -190}, {-120, -190}}, color = {0, 0, 127})); - connect(Cooling.erwT, erwT) annotation( - Line(points = {{55.8, 19.6}, {-16, 19.6}, {-16, -216}, {-120, -216}}, color = {0, 0, 127})); - connect(Cooling.yCC, yCC) annotation( - Line(points = {{80.2, 28}, {92, 28}, {92, 22}, {122, 22}}, color = {0, 0, 127})); + connect(Cooling.TAirSup, saT) annotation (Line(points={{55.8,33.6},{-90,33.6}, + {-90,-86},{-120,-86}}, color={0,0,127})); + connect(Cooling.TCoiCoo, ccT) annotation (Line(points={{55.8,24.8},{-20,24.8}, + {-20,-164},{-120,-164}}, color={0,0,127})); + connect(Cooling.phiAirEneRecWhe, erwHum) annotation (Line(points={{55.8,22.2}, + {-18,22.2},{-18,-190},{-120,-190}}, color={0,0,127})); + connect(Cooling.TAirEneRecWhe, erwT) annotation (Line(points={{55.8,19.6},{-16, + 19.6},{-16,-216},{-120,-216}}, color={0,0,127})); + connect(Cooling.yCoiCoo, yCC) annotation (Line(points={{80.2,28},{92,28},{92, + 22},{122,22}}, color={0,0,127})); //connect(SFcon.supFanProof, Heating.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-8},{55.8,-8}},color={255,0,255})); - connect(saT, Heating.saT) annotation( + connect(saT, Heating.saT) annotation ( Line(points = {{-120, -86}, {-90, -86}, {-90, -13}, {55.8, -13}}, color = {0, 0, 127})); - connect(Heating.yRHC, yRHC) annotation( + connect(Heating.yRHC, yRHC) annotation ( Line(points = {{80.2, -8}, {90, -8}, {90, -4}, {122, -4}}, color = {0, 0, 127})); - connect(ERWcon.erwStart, erwStart) annotation( + connect(ERWcon.erwStart, erwStart) annotation ( Line(points = {{80.2, -54}, {122, -54}}, color = {255, 0, 255})); - connect(ERWcon.erwSpeed, erwSpeed) annotation( + connect(ERWcon.erwSpeed, erwSpeed) annotation ( Line(points = {{80.2, -60}, {92, -60}, {92, -80}, {122, -80}}, color = {0, 0, 127})); - connect(DehumMod.dehumMode, TSupSetpt.dehumMode) annotation( + connect(DehumMod.dehumMode, TSupSetpt.dehumMode) annotation ( Line(points = {{-25.8, 18}, {-22, 18}, {-22, 9}, {-10, 9}}, color = {255, 0, 255})); - connect(TSupSetpt.supCooSP, Cooling.supCooSP) annotation( - Line(points = {{14.2, 8}, {20, 8}, {20, 30.8}, {55.8, 30.8}}, color = {0, 0, 127})); - connect(TSupSetpt.supHeaSP, Heating.supHeaSP) annotation( + connect(TSupSetpt.supCooSP, Cooling.TAirSupSetCoo) annotation (Line(points={{ + 14.2,8},{20,8},{20,30.8},{55.8,30.8}}, color={0,0,127})); + connect(TSupSetpt.supHeaSP, Heating.supHeaSP) annotation ( Line(points = {{14.2, 0}, {22, 0}, {22, -3.2}, {55.8, -3.2}}, color = {0, 0, 127})); // connect(SFcon.supFanProof, ERWcon.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-46.2},{55.8,-46.2}},color={255,0,255})); - connect(ERWcon.bypDam, bypDam) annotation( + connect(ERWcon.bypDam, bypDam) annotation ( Line(points = {{80.2, -48}, {92, -48}, {92, -30}, {122, -30}}, color = {255, 0, 255})); - connect(EconMod.ecoMode, ERWcon.ecoMode) annotation( + connect(EconMod.ecoMode, ERWcon.ecoMode) annotation ( Line(points = {{50.2, -32}, {50.2, -49.2}, {55.8, -49.2}}, color = {255, 0, 255})); //connect(SFcon.supFanProof, EconMod.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-25},{23.8,-25}}, color={255,0,255})); - connect(TSupSetpt.supCooSP, EconMod.supCooSP) annotation( + connect(TSupSetpt.supCooSP, EconMod.supCooSP) annotation ( Line(points = {{14.2, 8}, {20, 8}, {20, -39}, {25.8, -39}}, color = {0, 0, 127})); - connect(EconMod.oaT, oaT) annotation( + connect(EconMod.oaT, oaT) annotation ( Line(points = {{25.8, -32}, {-22, -32}, {-22, -138}, {-120, -138}}, color = {0, 0, 127})); - connect(oaT, ERWcon.oaT) annotation( + connect(oaT, ERWcon.oaT) annotation ( Line(points = {{-120, -138}, {-22, -138}, {-22, -55.8}, {55.8, -55.8}}, color = {0, 0, 127})); - connect(erwT, ERWcon.erwT) annotation( + connect(erwT, ERWcon.erwT) annotation ( Line(points = {{-120, -216}, {-16, -216}, {-16, -58.8}, {55.8, -58.8}}, color = {0, 0, 127})); - connect(TSupSetpt.supPrimSP, ERWcon.supPrimSP) annotation( + connect(TSupSetpt.supPrimSP, ERWcon.supPrimSP) annotation ( Line(points = {{14.2, 4}, {18, 4}, {18, -61.8}, {55.8, -61.8}}, color = {0, 0, 127})); - connect(EFcon.exhFanStart, exhFanStart) annotation( + connect(EFcon.exhFanStart, exhFanStart) annotation ( Line(points = {{80, -90}, {94, -90}, {94, -108}, {122, -108}}, color = {255, 0, 255})); - connect(EFcon.exhFanSpeed, exhFanSpeed) annotation( + connect(EFcon.exhFanSpeed, exhFanSpeed) annotation ( Line(points = {{80, -102}, {92, -102}, {92, -136}, {122, -136}}, color = {0, 0, 127})); // connect(SFcon.supFanProof, EFcon.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-90},{56,-90}}, color={255,0,255})); - connect(EFcon.exhFanProof, exhFanProof) annotation( + connect(EFcon.exhFanProof, exhFanProof) annotation ( Line(points = {{56, -96}, {-14, -96}, {-14, -242}, {-120, -242}}, color = {255, 0, 255})); - connect(EFcon.bldgSP, bldgSP) annotation( + connect(EFcon.bldgSP, bldgSP) annotation ( Line(points = {{56, -102.4}, {-12, -102.4}, {-12, -270}, {-120, -270}}, color = {0, 0, 127})); - connect(TSupSetpt.highSpaceT, highSpaceT) annotation( + connect(TSupSetpt.highSpaceT, highSpaceT) annotation ( Line(points = {{-10, -1}, {-88, -1}, {-88, -30}, {-120, -30}}, color = {0, 0, 127})); - connect(supFanStatus, SFcon.supFanStatus) annotation( + connect(supFanStatus, SFcon.supFanStatus) annotation ( Line(points = {{-120, 24}, {-96, 24}, {-96, 64.4}, {-86, 64.4}}, color = {255, 0, 255})); - connect(supFanStatus, DehumMod.supFanProof) annotation( + connect(supFanStatus, DehumMod.supFanProof) annotation ( Line(points = {{-120, 24}, {-50.2, 24}, {-50.2, 25.2}}, color = {255, 0, 255})); - connect(supFanStatus, Cooling.supFanProof) annotation( - Line(points = {{-120, 24}, {-56, 24}, {-56, 36.4}, {55.8, 36.4}}, color = {255, 0, 255})); - connect(supFanStatus, Heating.supFanProof) annotation( + connect(supFanStatus, Cooling.uFanSupPro) annotation (Line(points={{-120,24}, + {-56,24},{-56,36.4},{55.8,36.4}}, color={255,0,255})); + connect(supFanStatus, Heating.supFanProof) annotation ( Line(points = {{-120, 24}, {24, 24}, {24, -8}, {55.8, -8}}, color = {255, 0, 255})); - connect(supFanStatus, ERWcon.supFanProof) annotation( + connect(supFanStatus, ERWcon.supFanProof) annotation ( Line(points = {{-120, 24}, {44, 24}, {44, -46.2}, {55.8, -46.2}}, color = {255, 0, 255})); - connect(supFanStatus, EFcon.supFanProof) annotation( + connect(supFanStatus, EFcon.supFanProof) annotation ( Line(points = {{-120, 24}, {24, 24}, {24, -90}, {56, -90}}, color = {255, 0, 255})); - connect(supFanStatus, EconMod.supFanProof) annotation( + connect(supFanStatus, EconMod.supFanProof) annotation ( Line(points = {{-120, 24}, {6, 24}, {6, -25}, {25.8, -25}}, color = {255, 0, 255})); - connect(ERWcon.raT, raT) annotation( + connect(ERWcon.raT, raT) annotation ( Line(points = {{55.8, -52.2}, {-88, -52.2}, {-88, -112}, {-120, -112}}, color = {0, 0, 127})); annotation ( defaultComponentName = "DOAScon", diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo index 74090c527bf..691211d3a12 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo @@ -7,8 +7,8 @@ model CoolingCoil "This model simulates CoolingCoil" final quantity="ThermodynamicTemperature")=5 "Value subtracted from ERW supply air dewpoint."; - Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling(erwDPadj(displayUnit="K") - = 5) + Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling(erwDPadj(displayUnit="K")= + 5) annotation (Placement(transformation(extent={{48,-24},{68,-4}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( @@ -62,27 +62,26 @@ model CoolingCoil "This model simulates CoolingCoil" annotation (Placement(transformation(extent={{-26,-48},{-6,-28}}))); equation - connect(SFproof.y, Cooling.supFanProof) annotation ( - Line(points={{-40,70},{18,70},{18,-5.6},{45.8,-5.6}}, color={255,0,255})); + connect(SFproof.y, Cooling.uFanSupPro) annotation (Line(points={{-40,70},{18, + 70},{18,-5.6},{45.8,-5.6}}, color={255,0,255})); - connect(saTGen.y, Cooling.saT) annotation ( - Line(points={{-4,50},{12,50},{12,-8.4},{45.8,-8.4}}, - color={0,0,127})); + connect(saTGen.y, Cooling.TAirSup) annotation (Line(points={{-4,50},{12,50},{ + 12,-8.4},{45.8,-8.4}}, color={0,0,127})); - connect(ccTGen.y, Cooling.ccT) annotation ( - Line(points={{-38,-18},{14,-18},{14,-17.2},{45.8,-17.2}}, color={0,0,127})); + connect(ccTGen.y, Cooling.TCoiCoo) annotation (Line(points={{-38,-18},{14,-18}, + {14,-17.2},{45.8,-17.2}}, color={0,0,127})); - connect(dehumMode.y, Cooling.dehumMode) annotation ( - Line(points={{-4,4},{0,4},{0,-14.6},{45.8,-14.6}}, color={255,0,255})); + connect(dehumMode.y, Cooling.uDeh) annotation (Line(points={{-4,4},{0,4},{0,-14.6}, + {45.8,-14.6}}, color={255,0,255})); - connect(supCooGen.y, Cooling.supCooSP) annotation ( - Line(points={{-40,26},{6,26},{6,-11.2},{45.8,-11.2}}, color={0,0,127})); + connect(supCooGen.y, Cooling.TAirSupSetCoo) annotation (Line(points={{-40,26}, + {6,26},{6,-11.2},{45.8,-11.2}}, color={0,0,127})); - connect(erwHumGen.y, Cooling.erwHum) annotation ( - Line(points={{-4,-38},{14,-38},{14,-19.8},{45.8,-19.8}},color={0,0,127})); + connect(erwHumGen.y, Cooling.phiAirEneRecWhe) annotation (Line(points={{-4,-38}, + {14,-38},{14,-19.8},{45.8,-19.8}}, color={0,0,127})); - connect(erwTGen.y, Cooling.erwT) annotation ( - Line(points={{-38,-56},{18,-56},{18,-22.4},{45.8,-22.4}}, color={0,0,127})); + connect(erwTGen.y, Cooling.TAirEneRecWhe) annotation (Line(points={{-38,-56}, + {18,-56},{18,-22.4},{45.8,-22.4}}, color={0,0,127})); annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, From 12e353624cf5996e0af7a958d16b4cfc6770cc03 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Thu, 14 Mar 2024 17:24:18 -0700 Subject: [PATCH 168/196] Updated interfaces as per OBC conventions --- .../Controls/OBC/FDE/DOAS/CoolingCoil.mo | 15 ++++++++++---- .../Controls/OBC/FDE/DOAS/DOAScontroller.mo | 18 ++++++++--------- .../OBC/FDE/DOAS/SupplyFanController.mo | 20 +++++++++---------- .../OBC/FDE/DOAS/Validation/CoolingCoil.mo | 2 +- .../OBC/FDE/DOAS/Validation/DOAScontroller.mo | 5 ++--- .../DOAS/Validation/SupplyFanController.mo | 4 ++-- .../ChilledBeamSystem/ClosedLoopValidation.mo | 4 ++-- 7 files changed, 37 insertions(+), 31 deletions(-) diff --git a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo index 709f09a1603..5b4938fe6ee 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo @@ -64,11 +64,11 @@ block CoolingCoil "This block commands the cooling coil." annotation (Placement(transformation(extent={{-142,4},{-102,44}}), iconTransformation(extent={{-142,-104},{-102,-64}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput TCoiCoo( + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirDis( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature") - "Cooling coil discharge air temperature sensor." annotation (Placement( + "Measured discharge air temperature" annotation (Placement( transformation(extent={{-142,64},{-102,104}}), iconTransformation( extent={{-142,-52},{-102,-12}}))); @@ -98,7 +98,10 @@ block CoolingCoil "This block commands the cooling coil." "Enable dehumidification mode only when supply fan is proven on" annotation (Placement(transformation(extent={{-20,-14},{0,8}}))); - Buildings.Controls.OBC.CDL.Reals.PID conPIDRegOpe(reverseActing=false) + Buildings.Controls.OBC.CDL.Reals.PID conPIDRegOpe( + controllerType=controllerTypeRegOpe, + k=kRegOpe, + Ti=TiRegOpe, reverseActing=false) "PID controller for regular cooling coil operation mode" annotation ( Placement(visible=true, transformation( origin={-62,-42}, @@ -130,6 +133,10 @@ block CoolingCoil "This block commands the cooling coil." extent={{-10,-10},{10,10}}, rotation=0))); + parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + parameter Real kRegOpe=1 "Gain of controller"; + parameter Real TiRegOpe=0.5 "Time constant of integrator block"; equation connect(conZer.y, swiFanSupPro.u3) annotation (Line(points={{-8,-70},{18,-70}, {18,-48},{20,-48}}, color={0,0,127})); @@ -161,7 +168,7 @@ equation connect(conPIDRegOpe.y, swiFanSupPro.u1) annotation (Line(points={{-50,-42},{-17, -42},{-17,-32},{20,-32}}, color={0,0,127})); - connect(TCoiCoo, conPIDDeh.u_m) annotation (Line(points={{-122,84},{-22,84},{-22, + connect(TAirDis, conPIDDeh.u_m) annotation (Line(points={{-122,84},{-22,84},{-22, 68},{10,68}}, color={0,0,127})); connect(conPIDDeh.y, swiTSetCoo.u1) diff --git a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo index 3235ace55ac..dd7d17d4f14 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo @@ -260,10 +260,10 @@ block DOAScontroller "DOAS controller built from DOAS blocks." iconTransformation(extent = {{-140, -46}, {-100, -6}}))); // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput supFanStart - "Command supply fan to start when true." - annotation(Placement(transformation(extent = {{102, 54}, {142, 94}}), - iconTransformation(extent = {{102, 34}, {142, 74}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yFanSup + "Command supply fan to start when true." annotation (Placement( + transformation(extent={{102,54},{142,94}}), iconTransformation(extent={ + {102,34},{142,74}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput supFanSpeed "Supply fan speed command" @@ -344,10 +344,10 @@ equation Line(points = {{-86, 71.4}, {-98, 71.4}, {-98, 50}, {-122, 50}}, color = {0, 0, 127})); connect(SFcon.DDSP, DDSP) annotation ( Line(points = {{-86, 60.8}, {-94, 60.8}, {-94, -2}, {-120, -2}}, color = {0, 0, 127})); - connect(SFcon.supFanStart, supFanStart) annotation ( - Line(points = {{-62, 73.2}, {122, 73.2}, {122, 74}}, color = {255, 0, 255})); - connect(SFcon.supFanSpeed, supFanSpeed) annotation ( - Line(points = {{-62, 63.6}, {84, 63.6}, {84, 48}, {122, 48}}, color = {0, 0, 127})); + connect(SFcon.yFanSup, yFanSup) annotation (Line(points={{-62,73.2},{122,73.2}, + {122,74}}, color={255,0,255})); + connect(SFcon.yFanSupSpe, supFanSpeed) annotation (Line(points={{-62,63.6},{ + 84,63.6},{84,48},{122,48}}, color={0,0,127})); //connect(SFcon.supFanProof, DehumMod.supFanProof) annotation ( // Line(points={{-62,68},{-56,68},{-56,25.2},{-50.2,25.2}},color={255,0,255})); //connect(SFcon.supFanProof, Cooling.supFanProof) annotation ( @@ -358,7 +358,7 @@ equation Line(points = {{-50.2, 18}, {-92, 18}, {-92, -60}, {-120, -60}}, color = {0, 0, 127})); connect(Cooling.TAirSup, saT) annotation (Line(points={{55.8,33.6},{-90,33.6}, {-90,-86},{-120,-86}}, color={0,0,127})); - connect(Cooling.TCoiCoo, ccT) annotation (Line(points={{55.8,24.8},{-20,24.8}, + connect(Cooling.TAirDis, ccT) annotation (Line(points={{55.8,24.8},{-20,24.8}, {-20,-164},{-120,-164}}, color={0,0,127})); connect(Cooling.phiAirEneRecWhe, erwHum) annotation (Line(points={{55.8,22.2}, {-18,22.2},{-18,-190},{-120,-190}}, color={0,0,127})); diff --git a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo index f9d8001a91c..9675106938d 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo @@ -57,13 +57,13 @@ block SupplyFanController "This block manages start, stop, status, and speed of Buildings.Controls.OBC.CDL.Interfaces.RealInput DDSP "Down duct static pressure measurement." annotation(Placement(transformation(extent = {{-142, -106}, {-102, -66}}), iconTransformation(extent = {{-140, -92}, {-100, -52}}))); // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput supFanStart - "Command supply fan to start when true." - annotation(Placement(transformation(extent = {{102, 60}, {142, 100}}), iconTransformation(extent = {{100, 32}, {140, 72}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yFanSup + "Supply fan enable signal" annotation (Placement(transformation(extent={{ + 102,60},{142,100}}), iconTransformation(extent={{100,32},{140,72}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput supFanSpeed - "Supply fan speed command" - annotation(Placement(transformation(extent = {{102, -50}, {142, -10}}), iconTransformation(extent = {{100, -64}, {140, -24}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yFanSupSpe + "Supply fan speed signal" annotation (Placement(transformation(extent={{102, + -50},{142,-10}}), iconTransformation(extent={{100,-64},{140,-24}}))); Buildings.Controls.OBC.CDL.Reals.Sources.Constant dampSet( k = damSet) if vvUnit @@ -126,14 +126,14 @@ equation connect(DDSP, FanSpeedSPPI.u_m) annotation ( Line(points = {{-122, -86}, {62, -86}, {62, -42}}, color = {0, 0, 127})); - connect(FanSpeedSPPI.y, supFanSpeed) annotation ( - Line(points = {{74, -30}, {122, -30}}, color = {0, 0, 127})); + connect(FanSpeedSPPI.y, yFanSupSpe) + annotation (Line(points={{74,-30},{122,-30}}, color={0,0,127})); connect(occ, tim.u) annotation ( Line(points = {{-122, 80}, {-69, 80}, {-69, 88}, {-20, 88}}, color = {255, 0, 255})); - connect(tim.passed, supFanStart) annotation ( - Line(points = {{4, 80}, {122, 80}}, color = {255, 0, 255})); + connect(tim.passed, yFanSup) + annotation (Line(points={{4,80},{122,80}}, color={255,0,255})); annotation ( defaultComponentName = "SFcon", diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo index 691211d3a12..a796af530ad 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo @@ -68,7 +68,7 @@ equation connect(saTGen.y, Cooling.TAirSup) annotation (Line(points={{-4,50},{12,50},{ 12,-8.4},{45.8,-8.4}}, color={0,0,127})); - connect(ccTGen.y, Cooling.TCoiCoo) annotation (Line(points={{-38,-18},{14,-18}, + connect(ccTGen.y, Cooling.TAirDis) annotation (Line(points={{-38,-18},{14,-18}, {14,-17.2},{45.8,-17.2}}, color={0,0,127})); connect(dehumMode.y, Cooling.uDeh) annotation (Line(points={{-4,4},{0,4},{0,-14.6}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo index 48c4a689e6f..03556b96532 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo @@ -355,9 +355,8 @@ equation connect(ccTGen.y, DOAScon.ccT) annotation ( Line(points={{-2,-82},{28,-82},{28,5.4},{68,5.4}}, color = {0, 0, 127})); - connect(DOAScon.supFanStart, pre.u) annotation ( - Line(points={{92.2,23.4},{-86,23.4},{-86,52},{-80,52}}, - color = {255, 0, 255})); + connect(DOAScon.yFanSup, pre.u) annotation (Line(points={{92.2,23.4},{-86, + 23.4},{-86,52},{-80,52}}, color={255,0,255})); connect(pre.y, truDel.u) annotation ( Line(points = {{-56, 52}, {-56, 41}, {-48, 41}, {-48, 32}}, color = {255, 0, 255})); diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo index a30dca4045e..1b726b231a0 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo @@ -33,8 +33,8 @@ annotation (Placement(transformation(extent={{40,-6},{60,14}}))); annotation (Placement(transformation(extent={{-66,-38},{-46,-18}}))); equation - connect(SFcon.supFanStart, truDel.u) annotation ( - Line(points={{62,9.2},{66,9.2},{66,-46},{0,-46},{0,-24},{6,-24}}, color={255,0,255})); + connect(SFcon.yFanSup, truDel.u) annotation (Line(points={{62,9.2},{66,9.2},{ + 66,-46},{0,-46},{0,-24},{6,-24}}, color={255,0,255})); connect(truDel.y, SFcon.supFanStatus) annotation ( Line(points={{30,-24},{34,-24},{34,0.4},{38,0.4}}, color={255,0,255})); diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index 353fc408bf8..e4f239fbddc 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -192,8 +192,8 @@ equation connect(sub.y, chiBeaTesBed.deltaT) annotation (Line(points={{18,-82},{20,-82}, {20,-98},{-136,-98},{-136,-38},{-104,-38},{-104,6},{-68,6},{-68,10},{ -24,10},{-24,-2},{-18,-2},{-18,-4},{-12,-4}}, color={0,0,127})); - connect(DOAScon.supFanStart, chiBeaTesBed.uFanSta) annotation (Line(points={{ - -23.14,-4.6},{-17.57,-4.6},{-17.57,-14},{-12,-14}}, color={255,0,255})); + connect(DOAScon.yFanSup, chiBeaTesBed.uFanSta) annotation (Line(points={{-23.14, + -4.6},{-17.57,-4.6},{-17.57,-14},{-12,-14}}, color={255,0,255})); connect(reaScaRep.y, terCon.TZonHeaSet) annotation (Line(points={{-14,98},{0,98}, {0,68},{20,68},{20,67.75},{40,67.75}}, color={0,0,127})); annotation ( From fb1e72e38b2da9428d8e72f95f45f66dbbd96a39 Mon Sep 17 00:00:00 2001 From: cerrinamouchref-pnnl Date: Thu, 21 Mar 2024 17:41:07 -0700 Subject: [PATCH 169/196] Changes for DOAS model naming convention --- .../Controls/OBC/FDE/DOAS/CoolingCoil.mo | 43 +-- .../Controls/OBC/FDE/DOAS/DOAScontroller.mo | 116 ++++---- Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo | 195 +++++++------- Buildings/Controls/OBC/FDE/DOAS/EconMode.mo | 183 +++++++------ .../Controls/OBC/FDE/DOAS/EnergyWheel.mo | 253 +++++++++--------- .../OBC/FDE/DOAS/ExhaustFanController.mo | 201 +++++++------- .../Controls/OBC/FDE/DOAS/HeatingCoil.mo | 89 +++--- .../OBC/FDE/DOAS/SupplyFanController.mo | 163 ++++++----- Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo | 198 ++++++-------- .../OBC/FDE/DOAS/Validation/CoolingCoil.mo | 6 +- .../OBC/FDE/DOAS/Validation/DOAScontroller.mo | 20 +- .../OBC/FDE/DOAS/Validation/DehumMode.mo | 10 +- .../OBC/FDE/DOAS/Validation/EconMode.mo | 13 +- .../DOAS/Validation/ExhaustFanController.mo | 17 +- .../OBC/FDE/DOAS/Validation/HeatingCoil.mo | 13 +- .../DOAS/Validation/SupplyFanController.mo | 10 +- .../OBC/FDE/DOAS/Validation/TSupSet.mo | 8 +- .../OBC/FDE/DOAS/Validation/erwTsim.mo | 16 +- Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo | 113 ++++---- .../ChilledBeamSystem/ClosedLoopValidation.mo | 32 +-- 20 files changed, 840 insertions(+), 859 deletions(-) diff --git a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo index 5b4938fe6ee..a089785a1a8 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo @@ -1,17 +1,6 @@ within Buildings.Controls.OBC.FDE.DOAS; block CoolingCoil "This block commands the cooling coil." - parameter Real cctPIk = 0.0000001 - "Cooling coil CCT PI gain value k."; - - parameter Real cctPITi = 0.000025 - "Cooling coil CCT PI time constant value Ti."; - - parameter Real SAccPIk = 0.0000001 - "Cooling coil SAT PI gain value k."; - - parameter Real SAccPITi = 0.000025 - "Cooling coil SAT PI time constant value Ti."; parameter Real erwDPadj( final unit = "K", @@ -25,6 +14,11 @@ block CoolingCoil "This block commands the cooling coil." parameter Real TiDeh=0.5 "Time constant of integrator block"; + parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + parameter Real kRegOpe=1 "Gain of controller"; + parameter Real TiRegOpe=0.5 "Time constant of integrator block"; + // ---inputs--- Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSup( @@ -133,10 +127,6 @@ block CoolingCoil "This block commands the cooling coil." extent={{-10,-10},{10,10}}, rotation=0))); - parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI - "Type of controller"; - parameter Real kRegOpe=1 "Gain of controller"; - parameter Real TiRegOpe=0.5 "Time constant of integrator block"; equation connect(conZer.y, swiFanSupPro.u3) annotation (Line(points={{-8,-70},{18,-70}, {18,-48},{20,-48}}, color={0,0,127})); @@ -207,27 +197,10 @@ equation September 17, 2020, by Henry Nickels:
                                                                        First implementation.
                                                                      -", info = " +", info="

                                                                      Normal Operation

                                                                      -

                                                                      When the DOAS is energized -(supFanProof) the cooling coil will -be commanded -(yCC) to maintain the -supply air temperature -(saT) at the supply air temperature cooling set point -(supCooSP). - +

                                                                      When the DOAS is energized (uFanSupPro) the cooling coil will be commanded (yCoiCoo) to maintain the supply air temperature (TAirSup) at the supply air temperature cooling set point (TAirSupSetCoo).

                                                                      Dehumidification Operation

                                                                      -

                                                                      When the DOAS is energized -(supFanProof) and in dehumidification mode -(dehumMode) the cooling coil will -be commanded -(yCC) to maintain the cooling coil temperature -(ccT) at an adjustable value -(erwDPadj) below the energy recovery supply -dewpoint (Dewpt.dpT). The dewpoint value is calculated -from the energy recovery supply relative humidity -(erwHum) and temperature -(erwT).

                                                                      +

                                                                      When the DOAS is energized (uFanSupPro) and in dehumidification mode (uDeh) the cooling coil will be commanded (yCoiCoo) to maintain the cooling coil temperature (ccT) at an adjustable value (erwDPadj) below the energy recovery supply dewpoint (TDewPoi). The dewpoint value is calculated from the energy recovery supply relative humidity (phiAirEneRecWhe) and temperature (TAirEneRecWhe).

                                                                      ")); end CoolingCoil; diff --git a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo index dd7d17d4f14..cc23c758a1d 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo @@ -338,12 +338,12 @@ block DOAScontroller "DOAS controller built from DOAS blocks." annotation(Placement(visible = true, transformation(origin = {2, 0}, extent = {{26, -42}, {46, -22}}, rotation = 0))); equation - connect(SFcon.occ, occ) annotation ( + connect(SFcon.Occ, occ) annotation ( Line(points = {{-86, 75}, {-96, 75}, {-96, 76}, {-122, 76}}, color = {255, 0, 255})); connect(SFcon.mostOpenDam, mostOpenDam) annotation ( Line(points = {{-86, 71.4}, {-98, 71.4}, {-98, 50}, {-122, 50}}, color = {0, 0, 127})); - connect(SFcon.DDSP, DDSP) annotation ( - Line(points = {{-86, 60.8}, {-94, 60.8}, {-94, -2}, {-120, -2}}, color = {0, 0, 127})); + connect(SFcon.dPAirDucSta, DDSP) annotation (Line(points={{-86,60.8},{-94, + 60.8},{-94,-2},{-120,-2}}, color={0,0,127})); connect(SFcon.yFanSup, yFanSup) annotation (Line(points={{-62,73.2},{122,73.2}, {122,74}}, color={255,0,255})); connect(SFcon.yFanSupSpe, supFanSpeed) annotation (Line(points={{-62,63.6},{ @@ -352,10 +352,10 @@ equation // Line(points={{-62,68},{-56,68},{-56,25.2},{-50.2,25.2}},color={255,0,255})); //connect(SFcon.supFanProof, Cooling.supFanProof) annotation ( // Line(points={{-62,68},{-56,68},{-56,36.4},{55.8,36.4}},color={255,0,255})); - connect(DehumMod.dehumMode, Cooling.uDeh) annotation (Line(points={{-25.8,18}, - {-22,18},{-22,27.4},{55.8,27.4}}, color={255,0,255})); - connect(DehumMod.retHum, retHum) annotation ( - Line(points = {{-50.2, 18}, {-92, 18}, {-92, -60}, {-120, -60}}, color = {0, 0, 127})); + connect(DehumMod.yDehMod, Cooling.uDeh) annotation (Line(points={{-25.8,18},{ + -22,18},{-22,27.4},{55.8,27.4}}, color={255,0,255})); + connect(DehumMod.phiAirRet, retHum) annotation (Line(points={{-50.2,18},{-92, + 18},{-92,-60},{-120,-60}}, color={0,0,127})); connect(Cooling.TAirSup, saT) annotation (Line(points={{55.8,33.6},{-90,33.6}, {-90,-86},{-120,-86}}, color={0,0,127})); connect(Cooling.TAirDis, ccT) annotation (Line(points={{55.8,24.8},{-20,24.8}, @@ -368,66 +368,66 @@ equation 22},{122,22}}, color={0,0,127})); //connect(SFcon.supFanProof, Heating.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-8},{55.8,-8}},color={255,0,255})); - connect(saT, Heating.saT) annotation ( - Line(points = {{-120, -86}, {-90, -86}, {-90, -13}, {55.8, -13}}, color = {0, 0, 127})); - connect(Heating.yRHC, yRHC) annotation ( - Line(points = {{80.2, -8}, {90, -8}, {90, -4}, {122, -4}}, color = {0, 0, 127})); - connect(ERWcon.erwStart, erwStart) annotation ( - Line(points = {{80.2, -54}, {122, -54}}, color = {255, 0, 255})); - connect(ERWcon.erwSpeed, erwSpeed) annotation ( - Line(points = {{80.2, -60}, {92, -60}, {92, -80}, {122, -80}}, color = {0, 0, 127})); - connect(DehumMod.dehumMode, TSupSetpt.dehumMode) annotation ( - Line(points = {{-25.8, 18}, {-22, 18}, {-22, 9}, {-10, 9}}, color = {255, 0, 255})); - connect(TSupSetpt.supCooSP, Cooling.TAirSupSetCoo) annotation (Line(points={{ - 14.2,8},{20,8},{20,30.8},{55.8,30.8}}, color={0,0,127})); - connect(TSupSetpt.supHeaSP, Heating.supHeaSP) annotation ( - Line(points = {{14.2, 0}, {22, 0}, {22, -3.2}, {55.8, -3.2}}, color = {0, 0, 127})); + connect(saT, Heating.TAirSup) annotation (Line(points={{-120,-86},{-90,-86},{ + -90,-13},{55.8,-13}}, color={0,0,127})); + connect(Heating.yCoiHea, yRHC) annotation (Line(points={{80.2,-8},{90,-8},{90, + -4},{122,-4}}, color={0,0,127})); + connect(ERWcon.yEneRecWheStart, erwStart) + annotation (Line(points={{80.2,-54},{122,-54}}, color={255,0,255})); + connect(ERWcon.yEneRecWheSpe, erwSpeed) annotation (Line(points={{80.2,-60},{ + 92,-60},{92,-80},{122,-80}}, color={0,0,127})); + connect(DehumMod.yDehMod, TSupSetpt.uDehMod) annotation (Line(points={{-25.8, + 18},{-22,18},{-22,9},{-10,9}}, color={255,0,255})); + connect(TSupSetpt.ySupCooSet, Cooling.TAirSupSetCoo) annotation (Line(points= + {{14.2,8},{20,8},{20,30.8},{55.8,30.8}}, color={0,0,127})); + connect(TSupSetpt.ySupHeaSet, Heating.TAirSupSetHea) annotation (Line(points= + {{14.2,0},{22,0},{22,-3.2},{55.8,-3.2}}, color={0,0,127})); // connect(SFcon.supFanProof, ERWcon.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-46.2},{55.8,-46.2}},color={255,0,255})); - connect(ERWcon.bypDam, bypDam) annotation ( - Line(points = {{80.2, -48}, {92, -48}, {92, -30}, {122, -30}}, color = {255, 0, 255})); - connect(EconMod.ecoMode, ERWcon.ecoMode) annotation ( + connect(ERWcon.yBypDam, bypDam) annotation (Line(points={{80.2,-48},{92,-48}, + {92,-30},{122,-30}}, color={255,0,255})); + connect(EconMod.yEcoMod,ERWcon.uEcoMod) annotation ( Line(points = {{50.2, -32}, {50.2, -49.2}, {55.8, -49.2}}, color = {255, 0, 255})); //connect(SFcon.supFanProof, EconMod.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-25},{23.8,-25}}, color={255,0,255})); - connect(TSupSetpt.supCooSP, EconMod.supCooSP) annotation ( - Line(points = {{14.2, 8}, {20, 8}, {20, -39}, {25.8, -39}}, color = {0, 0, 127})); - connect(EconMod.oaT, oaT) annotation ( - Line(points = {{25.8, -32}, {-22, -32}, {-22, -138}, {-120, -138}}, color = {0, 0, 127})); - connect(oaT, ERWcon.oaT) annotation ( - Line(points = {{-120, -138}, {-22, -138}, {-22, -55.8}, {55.8, -55.8}}, color = {0, 0, 127})); - connect(erwT, ERWcon.erwT) annotation ( - Line(points = {{-120, -216}, {-16, -216}, {-16, -58.8}, {55.8, -58.8}}, color = {0, 0, 127})); - connect(TSupSetpt.supPrimSP, ERWcon.supPrimSP) annotation ( - Line(points = {{14.2, 4}, {18, 4}, {18, -61.8}, {55.8, -61.8}}, color = {0, 0, 127})); - connect(EFcon.exhFanStart, exhFanStart) annotation ( - Line(points = {{80, -90}, {94, -90}, {94, -108}, {122, -108}}, color = {255, 0, 255})); - connect(EFcon.exhFanSpeed, exhFanSpeed) annotation ( - Line(points = {{80, -102}, {92, -102}, {92, -136}, {122, -136}}, color = {0, 0, 127})); + connect(TSupSetpt.ySupCooSet, EconMod.TAirSupSetCoo) annotation (Line(points= + {{14.2,8},{20,8},{20,-39},{25.8,-39}}, color={0,0,127})); + connect(EconMod.TAirOut, oaT) annotation (Line(points={{25.8,-32},{-22,-32},{ + -22,-138},{-120,-138}}, color={0,0,127})); + connect(oaT, ERWcon.TAirOut) annotation (Line(points={{-120,-138},{-22,-138}, + {-22,-55.8},{55.8,-55.8}}, color={0,0,127})); + connect(erwT, ERWcon.TAirSupEneWhe) annotation (Line(points={{-120,-216},{-16, + -216},{-16,-58.8},{55.8,-58.8}}, color={0,0,127})); + connect(TSupSetpt.ySupSet, ERWcon.TAirSupSetEneWhe) annotation (Line(points={ + {14.2,4},{18,4},{18,-61.8},{55.8,-61.8}}, color={0,0,127})); + connect(EFcon.yExhFanSta, exhFanStart) annotation (Line(points={{80,-90},{94, + -90},{94,-108},{122,-108}}, color={255,0,255})); + connect(EFcon.yExhFanSpe, exhFanSpeed) annotation (Line(points={{80,-102},{92, + -102},{92,-136},{122,-136}}, color={0,0,127})); // connect(SFcon.supFanProof, EFcon.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-90},{56,-90}}, color={255,0,255})); - connect(EFcon.exhFanProof, exhFanProof) annotation ( - Line(points = {{56, -96}, {-14, -96}, {-14, -242}, {-120, -242}}, color = {255, 0, 255})); - connect(EFcon.bldgSP, bldgSP) annotation ( - Line(points = {{56, -102.4}, {-12, -102.4}, {-12, -270}, {-120, -270}}, color = {0, 0, 127})); - connect(TSupSetpt.highSpaceT, highSpaceT) annotation ( - Line(points = {{-10, -1}, {-88, -1}, {-88, -30}, {-120, -30}}, color = {0, 0, 127})); - connect(supFanStatus, SFcon.supFanStatus) annotation ( - Line(points = {{-120, 24}, {-96, 24}, {-96, 64.4}, {-86, 64.4}}, color = {255, 0, 255})); - connect(supFanStatus, DehumMod.supFanProof) annotation ( - Line(points = {{-120, 24}, {-50.2, 24}, {-50.2, 25.2}}, color = {255, 0, 255})); + connect(EFcon.uFanExhPro, exhFanProof) annotation (Line(points={{56,-96},{-14, + -96},{-14,-242},{-120,-242}}, color={255,0,255})); + connect(EFcon.PAirStaBui, bldgSP) annotation (Line(points={{56,-102.4},{-12,-102.4}, + {-12,-270},{-120,-270}}, color={0,0,127})); + connect(TSupSetpt.TAirHig, highSpaceT) annotation (Line(points={{-10,-1},{-88, + -1},{-88,-30},{-120,-30}}, color={0,0,127})); + connect(supFanStatus, SFcon.uFanSupPro) annotation (Line(points={{-120,24},{-96, + 24},{-96,64.4},{-86,64.4}}, color={255,0,255})); + connect(supFanStatus, DehumMod.uFanSupPro) annotation (Line(points={{-120,24}, + {-50.2,24},{-50.2,25.2}}, color={255,0,255})); connect(supFanStatus, Cooling.uFanSupPro) annotation (Line(points={{-120,24}, {-56,24},{-56,36.4},{55.8,36.4}}, color={255,0,255})); - connect(supFanStatus, Heating.supFanProof) annotation ( - Line(points = {{-120, 24}, {24, 24}, {24, -8}, {55.8, -8}}, color = {255, 0, 255})); - connect(supFanStatus, ERWcon.supFanProof) annotation ( - Line(points = {{-120, 24}, {44, 24}, {44, -46.2}, {55.8, -46.2}}, color = {255, 0, 255})); - connect(supFanStatus, EFcon.supFanProof) annotation ( - Line(points = {{-120, 24}, {24, 24}, {24, -90}, {56, -90}}, color = {255, 0, 255})); - connect(supFanStatus, EconMod.supFanProof) annotation ( - Line(points = {{-120, 24}, {6, 24}, {6, -25}, {25.8, -25}}, color = {255, 0, 255})); - connect(ERWcon.raT, raT) annotation ( - Line(points = {{55.8, -52.2}, {-88, -52.2}, {-88, -112}, {-120, -112}}, color = {0, 0, 127})); + connect(supFanStatus, Heating.uFanSupPro) annotation (Line(points={{-120,24}, + {24,24},{24,-8},{55.8,-8}}, color={255,0,255})); + connect(supFanStatus, ERWcon.uFanSupPro) annotation (Line(points={{-120,24},{ + 44,24},{44,-46.2},{55.8,-46.2}}, color={255,0,255})); + connect(supFanStatus, EFcon.uFanSupPro) annotation (Line(points={{-120,24},{ + 24,24},{24,-90},{56,-90}}, color={255,0,255})); + connect(supFanStatus, EconMod.uFanSupPro) annotation (Line(points={{-120,24}, + {6,24},{6,-25},{25.8,-25}}, color={255,0,255})); + connect(ERWcon.TAirRet, raT) annotation (Line(points={{55.8,-52.2},{-88,-52.2}, + {-88,-112},{-120,-112}}, color={0,0,127})); annotation ( defaultComponentName = "DOAScon", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -240}, {100, 100}}), graphics={ Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo b/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo index 4be352693c8..8ffb9306e60 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo @@ -7,140 +7,139 @@ block DehumMode final max=100)=60 "Dehumidification set point."; - parameter Real dehumDelay( + parameter Real delayTimeDehFal( final unit="s", final quantity="Time")=600 "Minimum delay after RH falls below set point before turning dehum off."; - parameter Real minRun( + parameter Real delayTimeDeh( final unit="s", final quantity="Time")=120 "Minimum supply fan proof delay before allowing dehum mode."; + parameter Real delayTimeDehTru( + final unit="s", + final quantity="Time")=5 + "Minimum delay after RH rises above set point before turning dehum on."; + // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealInput retHum( + Buildings.Controls.OBC.CDL.Interfaces.RealInput phiAirRet( final unit="1", final min=0, - final max=100) - "Return air relative humidity sensor." - annotation (Placement(transformation(extent={{-142,-20},{-102,20}}), - iconTransformation(extent={{-142,-20},{-102,20}}))); + final max=100) "Return air relative humidity sensor." annotation (Placement( + transformation(extent={{-142,-20},{-102,20}}), iconTransformation( + extent={{-142,-20},{-102,20}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof - "True when supply fan is proven on" - annotation (Placement(transformation(extent={{-142,18},{-102,58}}), - iconTransformation(extent={{-142,52},{-102,92}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro + "True when supply fan is proven on" annotation (Placement(transformation( + extent={{-142,18},{-102,58}}), iconTransformation(extent={{-142,52},{-102, + 92}}))); // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput dehumMode - "True when dehumidification mode is active." - annotation (Placement(transformation(extent={{102,-12},{142,28}}), - iconTransformation(extent={{102,-20},{142,20}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yDehMod + "True when dehumidification mode is active." annotation (Placement( + transformation(extent={{102,-12},{142,28}}), iconTransformation(extent={ + {102,-20},{142,20}}))); Buildings.Controls.OBC.CDL.Logical.Latch lat "Latches true when retHum > dehumSet; resets when retHum < dehumSet for dehumDelay time" annotation (Placement(transformation(extent={{22,-10},{42,10}}))); - + Buildings.Controls.OBC.CDL.Reals.Greater gre "True when return humidity > set point" annotation (Placement(transformation(extent={{-44,-10},{-24,10}}))); - + Buildings.Controls.OBC.CDL.Reals.Less les "True when return humidity < set point" annotation (Placement(transformation(extent={{-44,-42},{-24,-22}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Constant conDset( - final k=dehumSet) - "Dehumidification set point" + + Buildings.Controls.OBC.CDL.Reals.Sources.Constant phiAirDehSet(final k= + dehumSet) "Dehumidification set point" annotation (Placement(transformation(extent={{-88,-50},{-68,-30}}))); - - Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( - delayTime=dehumDelay) - "Minimum dehumidification time before disable when below set point." - annotation (Placement(transformation(extent={{-14,-42},{6,-22}}))); - - Buildings.Controls.OBC.CDL.Logical.And and2 - "Logical AND; true when minimum fan runtime is met and + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDelDehFal(delayTime= + delayTimeDehFal) + "Minimum dehumidification time before disable when below set point." + annotation (Placement(transformation(extent={{-14,-42},{6,-22}}))); + + Buildings.Controls.OBC.CDL.Logical.And andDehOpe "Logical AND; true when minimum fan runtime is met and return humidity set point conditions are met." annotation (Placement(transformation(extent={{58,-2},{78,18}}))); - - Buildings.Controls.OBC.CDL.Logical.TrueDelay minimumRun( - delayTime=minRun, - delayOnInit=true) - "Minimum supply fan runtime before enabling dehum mode." - annotation (Placement(transformation(extent={{-44,28},{-24,48}}))); - - Buildings.Controls.OBC.CDL.Logical.TrueDelay init_delay( - final delayTime=5, - final delayOnInit=true) - "Delays the initial trigger for latch to correctly capture true state + + Buildings.Controls.OBC.CDL.Logical.TrueDelay minimumRunDeh(delayTime= + delayTimeDeh, delayOnInit=true) + "Minimum supply fan runtime before enabling dehum mode." + annotation (Placement(transformation(extent={{-44,28},{-24,48}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDelDehTru(final delayTime= + delayTimeDehTru, final delayOnInit=true) "Delays the initial trigger for latch to correctly capture true state when CDL starts with humidity above set point." annotation (Placement(transformation(extent={{-14,-10},{6,10}}))); - + + equation - connect(retHum, gre.u1) annotation ( - Line(points={{-122,0},{-46,0}}, color={0,0,127})); - - connect(retHum, les.u1) annotation ( - Line(points={{-122,0},{-56,0},{-56,-32},{-46,-32}}, color={0,0,127})); - - connect(conDset.y, les.u2) annotation ( - Line(points={{-66,-40},{-46,-40}}, color={0,0,127})); - - connect(conDset.y, gre.u2) annotation ( - Line(points={{-66,-40},{-60,-40},{-60,-8},{-46,-8}}, color={0,0,127})); - - connect(les.y, truDel.u) annotation ( - Line(points={{-22,-32},{-16,-32}}, color={255,0,255})); - - connect(truDel.y, lat.clr) annotation ( - Line(points={{8,-32},{14,-32},{14,-6},{20,-6}}, color={255,0,255})); - - connect(lat.y, and2.u2) annotation ( - Line(points={{44,0},{56,0}}, color={255,0,255})); - - connect(dehumMode, dehumMode) annotation ( - Line(points={{122,8},{122,8}}, color={255,0,255})); - - connect(and2.y, dehumMode) annotation ( - Line(points={{80,8},{122,8}}, color={255,0,255})); - - connect(supFanProof, minimumRun.u) annotation ( - Line(points={{-122,38},{-46,38}}, color={255,0,255})); - - connect(minimumRun.y, and2.u1) annotation ( - Line(points={{-22,38},{48,38},{48,8},{56,8}}, color={255,0,255})); - - connect(gre.y, init_delay.u) annotation ( - Line(points={{-22,0},{-16,0}}, color={255,0,255})); - - connect(init_delay.y, lat.u) annotation ( - Line(points={{8,0},{20,0}}, color={255,0,255})); - - connect(supFanProof, minimumRun.u) annotation( - Line(points = {{-122, 38}, {-46, 38}}, color = {255, 0, 255})); - + connect(phiAirRet, gre.u1) + annotation (Line(points={{-122,0},{-46,0}}, color={0,0,127})); + + connect(phiAirRet, les.u1) annotation (Line(points={{-122,0},{-56,0},{-56,-32}, + {-46,-32}}, color={0,0,127})); + + connect(phiAirDehSet.y, les.u2) + annotation (Line(points={{-66,-40},{-46,-40}}, color={0,0,127})); + + connect(phiAirDehSet.y, gre.u2) annotation (Line(points={{-66,-40},{-60,-40},{ + -60,-8},{-46,-8}}, color={0,0,127})); + + connect(les.y, truDelDehFal.u) + annotation (Line(points={{-22,-32},{-16,-32}}, color={255,0,255})); + + connect(truDelDehFal.y, lat.clr) annotation (Line(points={{8,-32},{14,-32},{14, + -6},{20,-6}}, color={255,0,255})); + + connect(lat.y, andDehOpe.u2) + annotation (Line(points={{44,0},{56,0}}, color={255,0,255})); + + connect(yDehMod, yDehMod) + annotation (Line(points={{122,8},{122,8}}, color={255,0,255})); + + connect(andDehOpe.y, yDehMod) + annotation (Line(points={{80,8},{122,8}}, color={255,0,255})); + + connect(uFanSupPro, minimumRunDeh.u) + annotation (Line(points={{-122,38},{-46,38}}, color={255,0,255})); + + connect(minimumRunDeh.y, andDehOpe.u1) annotation (Line(points={{-22,38},{48,38}, + {48,8},{56,8}}, color={255,0,255})); + + connect(gre.y, truDelDehTru.u) + annotation (Line(points={{-22,0},{-16,0}}, color={255,0,255})); + + connect(truDelDehTru.y, lat.u) + annotation (Line(points={{8,0},{20,0}}, color={255,0,255})); + + connect(uFanSupPro, minimumRunDeh.u) + annotation (Line(points={{-122,38},{-46,38}}, color={255,0,255})); + annotation (defaultComponentName="DehumMod", - Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text(extent={{-90,180},{90,76}}, lineColor={28,108,200}, textStyle={TextStyle.Bold}, textString="%name"),Rectangle(extent={{-100,100},{100,-100}}, lineColor={179,151,128}, radius=10, fillColor={255,255,255}, - fillPattern = -FillPattern.Solid),Text(extent={{42,10},{96,-8}},lineColor={28,108,200},textString="dehumMode"),Text(extent={{-100,8},{-56,-6}},lineColor={28,108,200},textString="retHum"),Rectangle(extent={{4,60},{8,-2}},lineColor={28,108,200},fillColor={0,0,255}, - fillPattern = + Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text(extent={{-90,180},{90,76}}, lineColor={28,108,200}, textStyle={TextStyle.Bold}, textString + = "%name"),Rectangle(extent={{-100,100},{100,-100}}, lineColor={179,151,128}, radius=10, fillColor={255,255,255}, + fillPattern= +FillPattern.Solid),Text(extent={{42,10},{96,-8}},lineColor={28,108,200},textString + = "dehumMode"),Text(extent={{-100,8},{-56,-6}},lineColor={28,108,200},textString + = "retHum"),Rectangle(extent={{4,60},{8,-2}},lineColor={28,108,200},fillColor={0,0,255}, + fillPattern= FillPattern.Solid),Rectangle(extent={{4,-2},{8,-64}},lineColor={244,125,35},fillColor={244,125,35}, - fillPattern = -FillPattern.Solid),Text(extent={{-2,42},{36,30}},lineColor={28,108,200},textString="On"),Text(extent={{-2,-38},{36,-50}},lineColor={28,108,200},textString="Off"),Text(extent={{-36,4},{2,-8}},lineColor={28,108,200},textString="%dehumSet"),Text(extent={{-96,80},{-52,66}},lineColor={28,108,200},textString="supFanProof")}), + fillPattern= +FillPattern.Solid),Text(extent={{-2,42},{36,30}},lineColor={28,108,200},textString + = "On"),Text(extent={{-2,-38},{36,-50}},lineColor={28,108,200},textString + = "Off"),Text(extent={{-36,4},{2,-8}},lineColor={28,108,200},textString + = "%dehumSet"),Text(extent={{-96,80},{-52,66}},lineColor={28,108,200},textString + = "supFanProof")}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(info="

                                                                      Dehumidification Mode

                                                                      -

                                                                      This block enables dehumidification mode -(dehumMode) when the supply air fan is proven -(supFanProof) for a minimum runtime -(minRun) and return air humidity -(retHum) is above set point -(dehumSet). -Dehumidification mode is disabled when return air humidity -falls below set point for a minimum delay period -(dehumDelay).

                                                                      +

                                                                      This block enables dehumidification mode (yDehMod) when the supply air fan is proven (uFanSupPro) for a minimum runtime (minimumRunDeh) and return air humidity (phiAirRet) is above set point phiAirDehSet). Dehumidification mode is disabled when return air humidity falls below set point for a minimum delay period (delaytimeDeh).

                                                                      ", revisions="
                                                                      • diff --git a/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo b/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo index 735212606cf..29fa3eb1ed1 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo @@ -1,97 +1,122 @@ within Buildings.Controls.OBC.FDE.DOAS; - block EconMode "This block calculates when economizer mode is active." parameter Real econCooAdj( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 2 + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 "Value subtracted from supply air temperature cooling set point."; + + parameter Real delayTimeEcoMod( + final unit= "s", + final quantity="Time")=10 + "Delay added to compensate for CDL not processing latch correctly."; + + + // ---inputs--- - - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof "True when supply fan is proven on" - annotation( - Placement(visible = true, transformation(origin = {2, -40}, extent = {{-142, 42}, {-102, 82}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{-142, 50}, {-102, 90}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput oaT - "Outside air temperature" - annotation( - Placement(visible = true, transformation(origin = {2, -38}, extent = {{-142, 6}, {-102, 46}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{-142, -20}, {-102, 20}}, rotation = 0))); - + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro + "True when supply fan is proven on" annotation (Placement( + visible=true, + transformation( + origin={2,-40}, + extent={{-142,42},{-102,82}}, + rotation=0), + iconTransformation( + origin={0,0}, + extent={{-142,50},{-102,90}}, + rotation=0))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirOut + "Outside air temperature" annotation (Placement( + visible=true, + transformation( + origin={2,-38}, + extent={{-142,6},{-102,46}}, + rotation=0), + iconTransformation( + origin={0,0}, + extent={{-142,-20},{-102,20}}, + rotation=0))); + // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput ecoMode "True when economizer mode is active." - annotation( + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yEcoMod "True when economizer mode is active." + annotation ( Placement(transformation(extent = {{104, -20}, {144, 20}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput supCooSP "Supply air temperature cooling set point." - annotation( - Placement(visible = true, transformation(origin = {2, -34}, extent = {{-142, -30}, {-102, 10}}, rotation = 0), iconTransformation(origin = {0, 0}, extent = {{-142, -90}, {-102, -50}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Reals.Greater gre(h = econCooAdj) - "True if OAT > supCooSP." - annotation( + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSupSetCoo + "Supply air temperature cooling set point." annotation (Placement( + visible=true, + transformation( + origin={2,-34}, + extent={{-142,-30},{-102,10}}, + rotation=0), + iconTransformation( + origin={0,0}, + extent={{-142,-90},{-102,-50}}, + rotation=0))); + + Buildings.Controls.OBC.CDL.Reals.Greater gre(h = econCooAdj) + "True if OAT > supCooSP." + annotation ( Placement(visible = true, transformation(origin = {-24, 34}, extent = {{-20, -46}, {0, -26}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Logical.And and2 - "Logical AND; true when fan is proven on and temperature set point conditions are met." - annotation( - Placement(transformation(extent = {{74, -10}, {94, 10}}))); - - Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( - final delayTime = 10, - final delayOnInit = true) - "Delay added to compensate for CDL not processing latch correctly." - annotation( - Placement(visible = true, transformation(origin = {12, 6}, extent = {{10, -18}, {30, 2}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Logical.Not not1 - annotation( + + Buildings.Controls.OBC.CDL.Logical.And andEcoModEna + "Logical AND; true when fan is proven on and temperature set point conditions are met." + annotation (Placement(transformation(extent={{74,-10},{94,10}}))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDelEcoMod(final delayTime= + delayTimeEcoMod, final delayOnInit=true) + "Delay added to compensate for CDL not processing latch correctly." + annotation (Placement(visible=true, transformation( + origin={12,6}, + extent={{10,-18},{30,2}}, + rotation=0))); + + Buildings.Controls.OBC.CDL.Logical.Not not1 + annotation ( Placement(visible = true, transformation(origin = {-4, -2}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - + + equation - connect(and2.u1, supFanProof) annotation( - Line(points = {{72, 0}, {66, 0}, {66, 22}, {-120, 22}}, color = {255, 0, 255})); - - connect(and2.y, ecoMode) annotation( - Line(points = {{96, 0}, {124, 0}}, color = {255, 0, 255})); - - connect(oaT, gre.u1) annotation( - Line(points = {{-120, -12}, {-82, -12}, {-82, -2}, {-46, -2}}, color = {0, 0, 127})); - - connect(supCooSP, gre.u2) annotation( - Line(points = {{-120, -44}, {-46, -44}, {-46, -10}}, color = {0, 0, 127})); - - connect(gre.y, not1.u) annotation( + connect(andEcoModEna.u1, uFanSupPro) annotation (Line(points={{72,0},{66,0},{ + 66,22},{-120,22}}, color={255,0,255})); + + connect(andEcoModEna.y, yEcoMod) + annotation (Line(points={{96,0},{124,0}}, color={255,0,255})); + + connect(TAirOut, gre.u1) annotation (Line(points={{-120,-12},{-82,-12},{-82,-2}, + {-46,-2}}, color={0,0,127})); + + connect(TAirSupSetCoo, gre.u2) annotation (Line(points={{-120,-44},{-46,-44}, + {-46,-10}}, color={0,0,127})); + + connect(gre.y, not1.u) annotation ( Line(points = {{-22, -2}, {-16, -2}}, color = {255, 0, 255})); - - connect(not1.y, truDel.u) annotation( - Line(points = {{8, -2}, {20, -2}}, color = {255, 0, 255})); - - connect(truDel.y, and2.u2) annotation( - Line(points = {{44, -2}, {60, -2}, {60, -8}, {72, -8}}, color = {255, 0, 255})); - - annotation( + + connect(not1.y, truDelEcoMod.u) + annotation (Line(points={{8,-2},{20,-2}}, color={255,0,255})); + + connect(truDelEcoMod.y, andEcoModEna.u2) annotation (Line(points={{44,-2},{60, + -2},{60,-8},{72,-8}}, color={255,0,255})); + + annotation ( defaultComponentName = "EconMod", - Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Rectangle(fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, extent = {{-102, 100}, {98, -100}}, radius = 10), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Text(textColor = {28, 108, 200}, extent = {{-96, 78}, {-52, 64}}, textString = "supFanProof"), Text(textColor = {28, 108, 200}, extent = {{-108, 8}, {-64, -6}}, textString = "oaT"), Text(textColor = {28, 108, 200}, extent = {{-96, -64}, {-56, -76}}, textString = "supCooSP"), Text(textColor = {28, 108, 200}, extent = {{58, 6}, {96, -6}}, textString = "ecoMode"), Rectangle(lineColor = {28, 108, 200},fillColor = {0, 0, 255}, - fillPattern = -FillPattern.Solid, extent = {{18, -2}, {22, -64}}), Text(textColor = {28, 108, 200}, extent = {{16, -32}, {54, -44}}, textString = "On"), Text(textColor = {28, 108, 200}, extent = {{14, 38}, {52, 26}}, textString = "Off"), Rectangle(lineColor = {244, 125, 35}, fillColor = {244, 125, 35}, - fillPattern = -FillPattern.Solid, extent = {{18, 60}, {22, -2}}), Line(points = {{-38, 46}, {6, 46}}), Line(points = {{-38, 18}, {6, 18}}), Ellipse(fillColor = {255, 255, 255}, - fillPattern = - FillPattern.Solid, extent = {{-18, 34}, {-14, 30}}), Line(points = {{-16, 34}, {-16, 46}}), Line(points = {{-16, 18}, {-16, 30}}), Line(points = {{-36, -24}, {8, -24}}), Line(points = {{-12, -38}, {2, -38}}), Ellipse(fillColor = {255, 255, 255}, - fillPattern = + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-102, 100}, {98, -100}}, radius = 10), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Text(textColor = {28, 108, 200}, extent = {{-96, 78}, {-52, 64}}, textString = "supFanProof"), Text(textColor = {28, 108, 200}, extent = {{-108, 8}, {-64, -6}}, textString = "oaT"), Text(textColor = {28, 108, 200}, extent = {{-96, -64}, {-56, -76}}, textString = "supCooSP"), Text(textColor = {28, 108, 200}, extent = {{58, 6}, {96, -6}}, textString = "ecoMode"), Rectangle(lineColor = {28, 108, 200},fillColor = {0, 0, 255}, + fillPattern= +FillPattern.Solid, extent = {{18, -2}, {22, -64}}), Text(textColor = {28, 108, 200}, extent = {{16, -32}, {54, -44}}, textString = "On"), Text(textColor = {28, 108, 200}, extent = {{14, 38}, {52, 26}}, textString = "Off"), Rectangle(lineColor = {244, 125, 35}, fillColor = {244, 125, 35}, + fillPattern= +FillPattern.Solid, extent = {{18, 60}, {22, -2}}), Line(points = {{-38, 46}, {6, 46}}), Line(points = {{-38, 18}, {6, 18}}), Ellipse(fillColor = {255, 255, 255}, + fillPattern= + FillPattern.Solid, extent = {{-18, 34}, {-14, 30}}), Line(points = {{-16, 34}, {-16, 46}}), Line(points = {{-16, 18}, {-16, 30}}), Line(points = {{-36, -24}, {8, -24}}), Line(points = {{-12, -38}, {2, -38}}), Ellipse(fillColor = {255, 255, 255}, + fillPattern= FillPattern.Solid, extent = {{-16, -36}, {-12, -40}}), Line(points = {{-36, -52}, {8, -52}}), Line(points = {{-30, -38}, {-16, -38}}), Text(textColor = {28, 108, 200}, extent = {{-32, 4}, {6, -8}}, textString = "%add2.y")}), Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), - Documentation(info = " + Documentation(info="

                                                                        Economizer Mode

                                                                        -

                                                                        This block enables economizer mode -(ecoMode) when the supply air fan is proven -(supFanProof) and outside air temperature -(oaT) is below the supply air temperature cooling set point -(supCooSP) minus an offset (econCooAdj). -Economizer mode is disabled when outside air temperature -rises above the supply air temperature cooling set point.

                                                                        +

                                                                        This block enables economizer mode (yEcoMod) when the supply air fan is proven (uFanSupPro) and outside air temperature (TAirOut) is below the supply air temperature cooling set point (TAirSupSetCoo) minus an offset (econCooAdj). Economizer mode is disabled when outside air temperature rises above the supply air temperature cooling set point.

                                                                        ", revisions = "
                                                                        • diff --git a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo index 083123cde22..246c37d1bfd 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo @@ -4,79 +4,87 @@ block EnergyWheel "This block commands the energy recovery wheel and associated final unit = "K", final displayUnit = "degC", final quantity = "ThermodynamicTemperature") = 7 - "Energy recovery set point."; + "Energy recovery temerature difference set point."; parameter Real Thys( final unit = "K", final displayUnit = "degC", final quantity = "ThermodynamicTemperature") = 0.5 - "Energy recovery set point."; + "Temperature Difference for hysteresis."; parameter Real recSetDelay( final unit = "s", final quantity = "Time") = 300 "Minimum delay after OAT/RAT delta falls below set point."; - parameter Real kGain_heat( + parameter Real kEneWheHea( final unit = "1") = 0.00001 "PID heating loop gain value."; - parameter Real conTi_heat( + parameter Real TiEneWheHea( final unit = "s") = 0.00025 "PID heating loop time constant of integrator."; - parameter Real kGain_cool( + parameter Real kEneWheCoo( final unit = "1") = 0.00001 "PID cooling loop gain value."; - parameter Real conTi_cool( + parameter Real TiEneWheCoo( final unit = "s") = 0.00025 "PID cooling loop time constant of integrator."; -// ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof "True when the supply fan is proven on." - annotation(Placement(transformation(extent = {{-142, 60}, {-102, 100}}), - iconTransformation(extent = {{-142, 58}, {-102, 98}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput oaT - "Outside air temperature sensor." - annotation(Placement(transformation(extent = {{-142, -38}, {-102, 2}}), - iconTransformation(extent = {{-142, -38}, {-102, 2}}))); + parameter CDL.Types.SimpleController controllerTypeEneWheHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PI controller for heating loop"; - Buildings.Controls.OBC.CDL.Interfaces.RealInput raT - "Return air temperature sensor." - annotation(Placement(transformation(extent = {{-142, 0}, {-102, 40}}), - iconTransformation(extent = {{-142, -2}, {-102, 38}}))); + parameter CDL.Types.SimpleController controllerTypeEneWheCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PI controller for cooling loop"; - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput ecoMode "True when economizer mode is active." +// ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro + "True when the supply fan is proven on." annotation (Placement( + transformation(extent={{-142,60},{-102,100}}), iconTransformation( + extent={{-142,58},{-102,98}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirOut + "Outside air temperature sensor." annotation (Placement(transformation( + extent={{-142,-38},{-102,2}}), iconTransformation(extent={{-142,-38},{ + -102,2}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirRet + "Return air temperature sensor." annotation (Placement(transformation( + extent={{-142,0},{-102,40}}), iconTransformation(extent={{-142,-2},{-102, + 38}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uEcoMod "True when economizer mode is active." annotation(Placement(transformation(extent = {{-142, 30}, {-102, 70}}), iconTransformation(extent = {{-142, 28}, {-102, 68}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput erwT - "Energy recovery wheel supply air temperature." - annotation(Placement(transformation(extent = {{-142, -74}, {-102, -34}}), - iconTransformation(extent = {{-142, -68}, {-102, -28}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSupEneWhe + "Energy recovery wheel supply air temperature." annotation (Placement( + transformation(extent={{-142,-74},{-102,-34}}), iconTransformation( + extent={{-142,-68},{-102,-28}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput supPrimSP "Primary supply air temperature set point." - annotation(Placement(transformation(extent = {{-142, -106}, {-102, -66}}), - iconTransformation(extent = {{-142, -98}, {-102, -58}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSupSetEneWhe + "Primary supply air temperature set point." annotation (Placement( + transformation(extent={{-142,-106},{-102,-66}}), iconTransformation( + extent={{-142,-98},{-102,-58}}))); // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput erwStart "Command to start the energy recovery wheel." - annotation(Placement(transformation(extent = {{102, 0}, {142, 40}}), - iconTransformation(extent = {{102, -20}, {142, 20}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput erwSpeed( - final unit = "1", - final min = 0, - final max = 1) - "Energy recovery wheel speed command." - annotation (Placement(transformation(extent = {{102, -96}, {142, -56}}), - iconTransformation(extent = {{102, -80}, {142, -40}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput bypDam - "Bypass damper command; true when commanded full open." - annotation(Placement(transformation(extent = {{102, 46}, {142, 86}}), - iconTransformation(extent = {{102, 40}, {142, 80}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yEneRecWheStart + "Command to start the energy recovery wheel." annotation (Placement( + transformation(extent={{102,0},{142,40}}), iconTransformation(extent={{ + 102,-20},{142,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yEneRecWheSpe( + final unit="1", + final min=0, + final max=1) "Energy recovery wheel speed command." annotation (Placement( + transformation(extent={{102,-96},{142,-56}}), iconTransformation(extent= + {{102,-80},{142,-40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yBypDam + "Bypass damper command; true when commanded full open." annotation ( + Placement(transformation(extent={{102,46},{142,86}}), iconTransformation( + extent={{102,40},{142,80}}))); Buildings.Controls.OBC.CDL.Reals.Subtract difference "Subtract outside air temperature from return air temperature." @@ -86,13 +94,13 @@ block EnergyWheel "This block commands the energy recovery wheel and associated "Absolute value of OAT-RAT difference." annotation(Placement(visible = true, transformation(origin = {26, 2}, extent = {{-62, -10}, {-42, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( + Buildings.Controls.OBC.CDL.Logical.TrueDelay EneWhe( delayTime = recSetDelay, delayOnInit = true) "Recovery set point delay before disabling energy wheel." annotation(Placement(visible = true, transformation(origin = {30, 28}, extent = {{2, -38}, {22, -18}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Logical.MultiAnd mulAnd(nin=3) "Logical AND; true when fan is proven, economizer mode is off, and ERW + Buildings.Controls.OBC.CDL.Logical.MultiAnd mulAndEneRecRegOpe(nin=3) "Logical AND; true when fan is proven, economizer mode is off, and ERW temperature start conditions are met." annotation (Placement(transformation(extent={{66,8},{86,28}}))); @@ -103,15 +111,15 @@ block EnergyWheel "This block commands the energy recovery wheel and associated Buildings.Controls.OBC.CDL.Reals.Max max "Outputs maximum value of two ERW temperature PI loops." annotation ( - Placement(transformation(extent = {{-62, -78}, {-42, -58}}))); + Placement(transformation(extent={{-24,-72},{-4,-52}}))); - Buildings.Controls.OBC.CDL.Reals.Switch swi - "Logical switch outputs ERW temperature PI maximum output - when erwStart command is true." - annotation(Placement(transformation(extent = {{66, -86}, {86, -66}}))); + Buildings.Controls.OBC.CDL.Reals.Switch swiTEneRec + "Logical switch outputs ERW temperature PI maximum output when erwStart command is true." + annotation (Placement(transformation(extent={{66,-86},{86,-66}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0(final k = 0) "Real constant 0." - annotation(Placement(transformation(extent = {{30, -94}, {50, -74}}))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant conZer(final k=0) + "Real constant 0." + annotation (Placement(transformation(extent={{30,-94},{50,-74}}))); Buildings.Controls.OBC.CDL.Logical.And and1 "Logical AND; true when fan is proven and unit is in economizer mode." @@ -125,45 +133,50 @@ block EnergyWheel "This block commands the energy recovery wheel and associated "Logical NOT; true when ERW start command is off." annotation(Placement(transformation(extent = {{34, 40}, {54, 60}}))); - Buildings.Controls.OBC.CDL.Reals.PID conPID_heat( - Ti = conTi_heat, - k = kGain_heat) - "PID loop if heating" - annotation(Placement(visible = true, transformation(origin = {-82, -50}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Reals.PID conPID_cool( - Ti = conTi_cool, - k = kGain_cool) - "PID loop if cooling" - annotation(Placement(visible = true, transformation(origin = {-80, -82}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.CDL.Reals.PID conPIDEneWheHea( + controllerType=controllerTypeEneWheHea, + Ti=TiEneWheHea, + k=kEneWheHea) "PID loop if heating" annotation (Placement(visible=true, + transformation( + origin={-70,-38}, + extent={{-10,-10},{10,10}}, + rotation=0))); + + Buildings.Controls.OBC.CDL.Reals.PID conPIDEneWheCoo( + controllerType=controllerTypeEneWheCoo, + Ti=TiEneWheCoo, + k=kEneWheCoo) "PID loop if cooling" annotation (Placement(visible=true, + transformation( + origin={-66,-78}, + extent={{-10,-10},{10,10}}, + rotation=0))); Buildings.Controls.OBC.CDL.Reals.Hysteresis hys(uHigh = recSet, uLow = recSet - Thys) annotation ( Placement(visible = true, transformation(origin={8,2}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + equation - connect(not1.u, ecoMode) annotation ( + connect(not1.u,uEcoMod) annotation ( Line(points = {{-28, 50}, {-122, 50}}, color = {255, 0, 255})); - connect(mulAnd.y, erwStart) - annotation (Line(points={{88,18},{104,18},{104,20},{122,20}}, - color={255,0,255})); + connect(mulAndEneRecRegOpe.y, yEneRecWheStart) annotation (Line(points={{88, + 18},{104,18},{104,20},{122,20}}, color={255,0,255})); - connect(max.y, swi.u1) annotation ( - Line(points = {{-40, -68}, {64, -68}}, color = {0, 0, 127})); + connect(max.y, swiTEneRec.u1) annotation (Line(points={{-2,-62},{14,-62},{14,-68}, + {64,-68}}, color={0,0,127})); - connect(mulAnd.y, swi.u2) annotation (Line(points={{88,18},{88,-20},{92,-20},{ - 92,-58},{58,-58},{58,-76},{64,-76}}, - color={255,0,255})); + connect(mulAndEneRecRegOpe.y, swiTEneRec.u2) annotation (Line(points={{88,18}, + {88,-20},{92,-20},{92,-58},{58,-58},{58,-76},{64,-76}}, color={255,0,255})); - connect(con0.y, swi.u3) annotation ( - Line(points = {{52, -84}, {64, -84}}, color = {0, 0, 127})); + connect(conZer.y, swiTEneRec.u3) + annotation (Line(points={{52,-84},{64,-84}}, color={0,0,127})); - connect(swi.y, erwSpeed) annotation ( - Line(points = {{88, -76}, {122, -76}}, color = {0, 0, 127})); - connect(ecoMode, and1.u2) annotation ( + connect(swiTEneRec.y, yEneRecWheSpe) + annotation (Line(points={{88,-76},{122,-76}}, color={0,0,127})); + connect(uEcoMod, and1.u2) annotation ( Line(points = {{-122, 50}, {-94, 50}, {-94, 58}, {-66, 58}}, color = {255, 0, 255})); - connect(supFanProof, and1.u1) annotation ( - Line(points = {{-122, 80}, {-94, 80}, {-94, 66}, {-66, 66}}, color = {255, 0, 255})); + connect(uFanSupPro, and1.u1) annotation (Line(points={{-122,80},{-94,80},{-94, + 66},{-66,66}}, color={255,0,255})); connect(and1.y, or2.u1) annotation ( Line(points = {{-42, 66}, {60, 66}}, color = {255, 0, 255})); @@ -171,52 +184,54 @@ equation connect(not2.y, or2.u2) annotation ( Line(points = {{56, 50}, {58, 50}, {58, 58}, {60, 58}}, color = {255, 0, 255})); - connect(mulAnd.y, not2.u) annotation (Line(points={{88,18},{88,20},{98,20},{98, - 36},{28,36},{28,50},{32,50}}, - color={255,0,255})); + connect(mulAndEneRecRegOpe.y, not2.u) annotation (Line(points={{88,18},{88,20}, + {98,20},{98,36},{28,36},{28,50},{32,50}}, color={255,0,255})); - connect(or2.y, bypDam) annotation ( - Line(points = {{84, 66}, {122, 66}}, color = {255, 0, 255})); + connect(or2.y, yBypDam) + annotation (Line(points={{84,66},{122,66}}, color={255,0,255})); - connect(supPrimSP, conPID_cool.u_s) annotation ( - Line(points = {{-122, -86}, {-105, -86}, {-105, -82}, {-92, -82}}, color = {0, 0, 127})); + connect(TAirSupSetEneWhe, conPIDEneWheCoo.u_s) annotation (Line(points={{-122, + -86},{-105,-86},{-105,-78},{-78,-78}}, color={0,0,127})); - connect(supPrimSP, conPID_heat.u_s) annotation ( - Line(points = {{-122, -86}, {-122, -84}, {-94, -84}, {-94, -50}}, color = {0, 0, 127})); + connect(TAirSupSetEneWhe, conPIDEneWheHea.u_s) annotation (Line(points={{-122, + -86},{-122,-84},{-82,-84},{-82,-38}}, color={0,0,127})); - connect(erwT, conPID_heat.u_m) annotation ( - Line(points = {{-122, -54}, {-102, -54}, {-102, -62}, {-82, -62}}, color = {0, 0, 127})); + connect(TAirSupEneWhe, conPIDEneWheHea.u_m) annotation (Line(points={{-122,-54}, + {-102,-54},{-102,-50},{-70,-50}}, color={0,0,127})); - connect(erwT, conPID_cool.u_m) annotation ( - Line(points = {{-122, -54}, {-100, -54}, {-100, -94}, {-80, -94}}, color = {0, 0, 127})); + connect(TAirSupEneWhe, conPIDEneWheCoo.u_m) annotation (Line(points={{-122,-54}, + {-100,-54},{-100,-90},{-66,-90}}, color={0,0,127})); - connect(conPID_heat.y, max.u1) annotation ( - Line(points = {{-70, -50}, {-70, -58}, {-64, -58}, {-64, -62}}, color = {0, 0, 127})); + connect(conPIDEneWheHea.y, max.u1) + annotation (Line(points={{-58,-38},{-58,-56},{-26,-56}}, color={0,0,127})); - connect(conPID_cool.y, max.u2) annotation ( - Line(points = {{-68, -82}, {-64, -82}, {-64, -74}}, color = {0, 0, 127})); + connect(conPIDEneWheCoo.y, max.u2) + annotation (Line(points={{-54,-78},{-54,-68},{-26,-68}}, color={0,0,127})); - connect(raT, difference.u1) annotation ( - Line(points = {{-122, 20}, {-122, 8}, {-68, 8}}, color = {0, 0, 127})); + connect(TAirRet, difference.u1) + annotation (Line(points={{-122,20},{-122,8},{-68,8}}, color={0,0,127})); - connect(oaT, difference.u2) annotation ( - Line(points = {{-122, -18}, {-122, -4}, {-68, -4}}, color = {0, 0, 127})); + connect(TAirOut, difference.u2) + annotation (Line(points={{-122,-18},{-122,-4},{-68,-4}}, color={0,0,127})); connect(difference.y, abs.u) annotation ( Line(points = {{-44, 2}, {-38, 2}}, color = {0, 0, 127})); - connect(hys.y, truDel.u) annotation ( + connect(hys.y,EneWhe. u) annotation ( Line(points={{20,2},{25,2},{25,0},{30,0}}, color = {255, 0, 255})); connect(abs.y, hys.u) annotation (Line(points={{-14, 2}, {-4, 2}}, color={0,0,127})); - connect(supFanProof, mulAnd.u[1]) annotation (Line(points={{-122,80},{-70,80}, - {-70,88},{20,88},{20,22.6667},{64,22.6667}}, color={255,0,255})); - connect(not1.y, mulAnd.u[2]) annotation (Line(points={{-4,50},{10,50},{10,18}, - {64,18}}, color={255,0,255})); - connect(truDel.y, mulAnd.u[3]) annotation (Line(points={{54,0},{56,0},{56, - 13.3333},{64,13.3333}}, color={255,0,255})); + connect(uFanSupPro, mulAndEneRecRegOpe.u[1]) annotation (Line(points={{-122,80}, + {-70,80},{-70,88},{20,88},{20,22.6667},{64,22.6667}}, color={255,0,255})); + connect(not1.y, mulAndEneRecRegOpe.u[2]) annotation (Line(points={{-4,50},{10, + 50},{10,18},{64,18}}, color={255,0,255})); + connect(EneWhe.y, mulAndEneRecRegOpe.u[3]) annotation (Line(points={{54,0},{ + 56,0},{56,13.3333},{64,13.3333}}, + color={255,0,255})); + connect(max.u1, conPIDEneWheHea.u_m) annotation (Line(points={{-26,-56},{-66,-56}, + {-66,-50},{-70,-50}}, color={0,0,127})); annotation ( defaultComponentName = "ERWcon", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(fillColor = {255, 255, 255}, @@ -250,28 +265,12 @@ FillPattern.Solid, extent = {{30, 30}, {70, 28}})}), September 15, 2020, by Henry Nickels:
                                                                          First implementation.
                                                                        -", info = " +", info="

                                                                        Energy Recovery Wheel Start/Stop.

                                                                        -

                                                                        This block commands the ERW to start -(erwStart) when the DOAS is energized -(supFanProof) and the absolute difference between -return air temperature (raT) and outside air temperature -(oaT) is greater than the recovery set point -(recSet). When the DOAS is not energized, economizer -mode is enabled -(ecoMode), or the RAT/OAT difference falls below the -recovery set point for longer than the recovery set point delay -(recSetDelay) the ERW will be commanded to stop.

                                                                        +

                                                                        This block commands the ERW to start (yEneRecWheStart) when the DOAS is energized (uFanSupPro) and the absolute difference between return air temperature (TAirRet) and outside air temperature (TAirOut) is greater than the recovery set point (recSet). When the DOAS is not energized, economizer mode is enabled (uEcoMod), or the TAirRet/TAirOut difference falls below the recovery set point for longer than the recovery set point delay (recSetDelay) the ERW will be commanded to stop.

                                                                        ERW Speed Control

                                                                        -

                                                                        The ERW speed -(erwSpeed) is modulated to maintain the energy recovery -supply temperature (erwT) at the primary supply air - temperature set point (supPrimSP).

                                                                        +

                                                                        The ERW speed (yEneRecWheSpe) is modulated to maintain the energy recovery supply temperature (TAirSupEneWhe) at the primary supply air temperature set point (TAirSupSetEneWhe).

                                                                        Bypass Damper Control

                                                                        -When the DOAS is energized and in economizer mode or the ERW is stopped, -the bypass dampers shall be commanded fully open to bypass -(bypDam). When the DOAS is de-energized or the DOAS is -energized and the ERW is started, the bypass dampers shall be -commanded closed to bypass.

                                                                        +

                                                                        When the DOAS is energized and in economizer mode or the ERW is stopped, the bypass dampers shall be commanded fully open to bypass (yBypDam). When the DOAS is de-energized or the DOAS is energized and the ERW is started, the bypass dampers shall be commanded closed to bypass.

                                                                        ")); end EnergyWheel; diff --git a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo index d47d70d6f3a..45d0d4744a3 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo @@ -1,101 +1,113 @@ within Buildings.Controls.OBC.FDE.DOAS; - block ExhaustFanController "This block manages start, stop, and speed of the exhaust fan." - parameter Real bldgSPset( - final unit = "Pa", - final quantity = "PressureDifference") = 15 + parameter Real PSetBui( + final unit = "Pa", + final quantity = "PressureDifference") = 15 "Building static pressure set point"; - - parameter Real spPIk( - final unit = "1") = 0.00001 + + parameter Real kExhFan( + final unit = "1") = 0.00001 "PID heating loop gain value."; - - parameter Real spPITi( - final unit = "s") = 0.00025 + + parameter Real TiExhFan( + final unit = "s") = 0.00025 "PID loop time constant of integrator."; - + + parameter CDL.Types.SimpleController controllerTypeExhFan=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof - "True when supply fan is proven on" - annotation(Placement(transformation(extent = {{-142, 34}, {-102, 74}}), iconTransformation(extent = {{-140, 40}, {-100, 80}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput bldgSP - "Building static pressure" - annotation(Placement(transformation(extent = {{-142, -28}, {-102, 12}}), iconTransformation(extent = {{-140, -84}, {-100, -44}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput exhFanProof - "True when exhaust fan is proven on." - annotation(Placement(transformation(extent = {{-142, -62}, {-102, -22}}), iconTransformation(extent = {{-140, -20}, {-100, 20}}))); - + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro + "True when supply fan is proven on" annotation (Placement(transformation( + extent={{-142,34},{-102,74}}), iconTransformation(extent={{-140,40},{ + -100,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput PAirStaBui + "Building static pressure" annotation (Placement(transformation(extent={{-142, + -28},{-102,12}}), iconTransformation(extent={{-140,-84},{-100,-44}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanExhPro + "True when exhaust fan is proven on." annotation (Placement(transformation( + extent={{-142,-62},{-102,-22}}), iconTransformation(extent={{-140,-20}, + {-100,20}}))); + // ---outputs--- - - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput exhFanStart - "Command exhaust fan to start when true." annotation(Placement(transformation(extent = {{102, 34}, {142, 74}}), iconTransformation(extent = {{100, 40}, {140, 80}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput exhFanSpeed "Exhaust fan speed command" - annotation(Placement(transformation(extent = {{102, -16}, {142, 24}}), iconTransformation(extent = {{100, -80}, {140, -40}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Constant bldgStaticSP( - final k = bldgSPset) - "Building static pressure set point." - annotation(Placement(transformation(extent = {{-40, 2}, {-20, 22}}))); - - Buildings.Controls.OBC.CDL.Reals.Switch swi - "Logical switch is true when fan status is proven." - annotation(Placement(transformation(extent = {{38, -6}, {58, 14}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0( - final k = 0) - "Real constant 0." - annotation(Placement(transformation(extent = {{-4, -74}, {16, -54}}))); - - Buildings.Controls.OBC.CDL.Reals.PID conPID1( - Ti = spPITi, - k = spPIk) - "Continuous PID for static pressure and setpoint" - annotation(Placement(visible = true, transformation(origin = {-2, 4}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( - delayTime = 5) - "True Delay of 5s" - annotation(Placement(visible = true, transformation(origin = {0, 54}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yExhFanSta + "Command exhaust fan to start when true." annotation (Placement( + transformation(extent={{102,34},{142,74}}), iconTransformation(extent={ + {100,40},{140,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yExhFanSpe + "Exhaust fan speed command" annotation (Placement(transformation(extent={{ + 102,-16},{142,24}}), iconTransformation(extent={{100,-80},{140,-40}}))); + + Buildings.Controls.OBC.CDL.Reals.Sources.Constant PAirSetBui(final k= + PAirSetBui) + "Building static pressure set point." + annotation (Placement(transformation(extent={{-40,2},{-20,22}}))); + + Buildings.Controls.OBC.CDL.Reals.Switch swiExhFanSpe + "Logical switch is true when fan status is proven." + annotation (Placement(transformation(extent={{38,-6},{58,14}}))); + + Buildings.Controls.OBC.CDL.Reals.Sources.Constant conZer(final k=0) + "Real constant 0." + annotation (Placement(transformation(extent={{-4,-74},{16,-54}}))); + + Buildings.Controls.OBC.CDL.Reals.PID conPIDExhFan( + controllerType=controllerTypeExhFan, + Ti=TiExhFan, + k=kExhFan) "Continuous PID for static pressure and setpoint" annotation ( + Placement(visible=true, transformation( + origin={-2,4}, + extent={{-10,-10},{10,10}}, + rotation=0))); + + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDelExhFan(delayTime=5) + "True Delay of 5s" annotation (Placement(visible=true, transformation( + origin={0,54}, + extent={{-10,-10},{10,10}}, + rotation=0))); + + equation - connect(con0.y, swi.u3) annotation( - Line(points = {{18, -64}, {28, -64}, {28, -4}, {36, -4}}, color = {0, 0, 127})); - - connect(swi.y, exhFanSpeed) annotation( - Line(points = {{60, 4}, {122, 4}}, color = {0, 0, 127})); - - connect(swi.u2, exhFanProof) annotation( - Line(points = {{36, 4}, {20, 4}, {20, -42}, {-122, -42}}, color = {255, 0, 255})); - - connect(bldgSP, conPID1.u_m) annotation( - Line(points = {{-122, -8}, {-2, -8}}, color = {0, 0, 127})); - - connect(bldgStaticSP.y, conPID1.u_s) annotation( - Line(points = {{-18, 12}, {-14, 12}, {-14, 4}}, color = {0, 0, 127})); - - connect(conPID1.y, swi.u1) annotation( - Line(points = {{10, 4}, {14, 4}, {14, 12}, {36, 12}}, color = {0, 0, 127})); - - connect(supFanProof, truDel.u) annotation( - Line(points = {{-122, 54}, {-12, 54}}, color = {255, 0, 255})); - - connect(truDel.y, exhFanStart) annotation( - Line(points = {{12, 54}, {122, 54}}, color = {255, 0, 255})); - - annotation( + connect(conZer.y, swiExhFanSpe.u3) annotation (Line(points={{18,-64},{28,-64}, + {28,-4},{36,-4}}, color={0,0,127})); + + connect(swiExhFanSpe.y, yExhFanSpe) + annotation (Line(points={{60,4},{122,4}}, color={0,0,127})); + + connect(swiExhFanSpe.u2, uFanExhPro) annotation (Line(points={{36,4},{20,4},{ + 20,-42},{-122,-42}}, color={255,0,255})); + + connect(PAirStaBui, conPIDExhFan.u_m) + annotation (Line(points={{-122,-8},{-2,-8}}, color={0,0,127})); + + connect(PAirSetBui.y, conPIDExhFan.u_s) + annotation (Line(points={{-18,12},{-14,12},{-14,4}}, color={0,0,127})); + + connect(conPIDExhFan.y, swiExhFanSpe.u1) + annotation (Line(points={{10,4},{14,4},{14,12},{36,12}}, color={0,0,127})); + + connect(uFanSupPro, truDelExhFan.u) + annotation (Line(points={{-122,54},{-12,54}}, color={255,0,255})); + + connect(truDelExhFan.y, yExhFanSta) + annotation (Line(points={{12,54},{122,54}}, color={255,0,255})); + + annotation ( defaultComponentName = "EFcon", - Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Rectangle(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, extent = {{-48, 40}, {14, -14}}), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, - fillPattern = -FillPattern.Solid, extent = {{-26, 40}, {56, -42}}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, - fillPattern = + Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Rectangle(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-48, 40}, {14, -14}}), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= +FillPattern.Solid, extent = {{-26, 40}, {56, -42}}), Ellipse(lineColor = {162, 29, 33}, fillColor = {255, 255, 255}, + fillPattern= FillPattern.Solid, extent = {{4, 12}, {28, -12}}), Line(points = {{-54, 54}, {-10, 52}, {-50, 52}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-52, 50}, {-2, 48}, {30, 54}, {-26, 68}, {134, 70}, {148, 22}, {152, 42}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-68, 72}, {6, 72}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{-52, 70}, {6, 66}, {-28, 66}}, color = {0, 127, 0}, pattern = LinePattern.None), Line(points = {{42, 60}, {36, 54}, {28, 70}, {42, 62}}, color = {0, 127, 0}, pattern = LinePattern.None), Text(textColor = {28, 108, 200}, extent = {{52, -50}, {102, -66}}, textString = "Speed"), Text(textColor = {28, 108, 200}, extent = {{52, 70}, {102, 54}}, textString = "Start"), Text(textColor = {28, 108, 200}, extent = {{-96, 68}, {-46, 52}}, textString = "SF Proof"), Text(textColor = {28, 108, 200}, extent = {{-102, 6}, {-52, -10}}, textString = "Status"), Text(textColor = {28, 108, 200}, extent = {{-96, -56}, {-46, -72}}, textString = "Bldg SP")}), Diagram(coordinateSystem(preserveAspectRatio = false)), Documentation(revisions = " @@ -104,17 +116,10 @@ FillPattern.Solid, extent = {{4, 12}, {28, -12}}), Line(points = {{-54, 54}, {-1 September 14, 2020, by Henry Nickels:
                                                                        First implementation.
                                                                      -", info = " +", info="

                                                                      Exhuast Fan Start/Stop.

                                                                      -

                                                                      This block commands the exhaust fan to start -(exhFanStart) when the supply fan is proven -(supFanProof) on.

                                                                      +

                                                                      This block commands the exhaust fan to start (yExhFanSta) when the supply fan is proven (uFanSupPro) on.

                                                                      Building Static Pressure Control

                                                                      -

                                                                      The exhaust fan speed -( exhFanSpeed) is modulated to maintain -the building static pressure (bldgSP) at -set point (bldgSPset) when the exhaust -fan is proven on (exhFanProof). -

                                                                      +

                                                                      The exhaust fan speed (yExhFanSpe) is modulated to maintain the building static pressure (PAirStaBui) at set point (PAirSetStaBui) when the exhaust fan is proven on (yExhFanPro).

                                                                      ")); end ExhaustFanController; diff --git a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo index 16143821b11..5117ac0b32c 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo @@ -1,59 +1,70 @@ within Buildings.Controls.OBC.FDE.DOAS; block HeatingCoil "This block commands the heating coil." - parameter Real SArhcPIk = 0.0000001 + parameter Real kCoiHea = 0.0000001 "Heating coil SAT PI gain value k."; - parameter Real SArhcPITi = 0.000025 + parameter Real TiCoiHea = 0.000025 "Heating coil SAT PI time constant value Ti."; + parameter CDL.Types.SimpleController controllerTypeCoiHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanProof - "True when supply fan is proven on." - annotation(Placement(transformation(extent = {{-142, -20}, {-102, 20}}), iconTransformation(extent = {{-142, -20}, {-102, 20}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro + "True when supply fan is proven on." annotation (Placement(transformation( + extent={{-142,-20},{-102,20}}), iconTransformation(extent={{-142,-20}, + {-102,20}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput saT "Supply air temperature sensor value." - annotation(Placement(transformation(extent = {{-142, -60}, {-102, -20}}), iconTransformation(extent = {{-142, -70}, {-102, -30}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSup + "Supply air temperature sensor value." annotation (Placement(transformation( + extent={{-142,-60},{-102,-20}}), iconTransformation(extent={{-142,-70}, + {-102,-30}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput supHeaSP - "Supply air temperature heating set point." annotation(Placement(transformation(extent = {{-142, 16}, {-102, 56}}), iconTransformation(extent = {{-142, 28}, {-102, 68}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSupSetHea + "Supply air temperature heating set point." annotation (Placement( + transformation(extent={{-142,16},{-102,56}}), iconTransformation(extent= + {{-142,28},{-102,68}}))); // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRHC "Reheat coil valve command." - annotation(Placement(transformation(extent = {{102, -20}, {142, 20}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yCoiHea + "Reheat coil valve command." annotation (Placement(transformation(extent={{102, + -20},{142,20}}), iconTransformation(extent={{102,-20},{142,20}}))); + + Buildings.Controls.OBC.CDL.Reals.Switch swiCoiHea + "Passes supply air heating coil control signal when supply fan is proven on" + annotation (Placement(transformation(extent={{36,-12},{56,8}}))); - Buildings.Controls.OBC.CDL.Reals.Switch swi - "Logical switch passes supply air heating set point when supply fan is proven otherwise sends 0 set point." annotation(Placement(transformation(extent={{36,-12}, - {56,8}}))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant conZer(final k=0) + "Real constant 0" + annotation (Placement(transformation(extent={{-20,-38},{0,-18}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0( - final k = 0) - "Real constant 0" - annotation(Placement(transformation(extent={{-20,-38},{0,-18}}))); + Buildings.Controls.OBC.CDL.Reals.PID conPIDCoiHea( + controllerType=controllerTypeCoiHea, + Ti=TiCoiHea, + k=kCoiHea) "PID controller for regular heating coil operation" + annotation (Placement(visible=true, transformation( + origin={-30,24}, + extent={{-10,-10},{10,10}}, + rotation=0))); - Buildings.Controls.OBC.CDL.Reals.PID conPID1( - Ti = SArhcPITi, - k = SArhcPIk) - annotation(Placement(visible = true, transformation(origin={-30,24}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation - connect(swi.u2, supFanProof) annotation ( - Line(points={{34,-2},{-62,-2},{-62,0},{-122,0}}, - color = {255, 0, 255})); + connect(swiCoiHea.u2, uFanSupPro) annotation (Line(points={{34,-2},{-62,-2},{-62, + 0},{-122,0}}, color={255,0,255})); - connect(con0.y, swi.u3) annotation ( - Line(points={{2,-28},{12,-28},{12,-12},{28,-12},{28,-10},{34,-10}}, - color = {0, 0, 127})); + connect(conZer.y, swiCoiHea.u3) annotation (Line(points={{2,-28},{12,-28},{12, + -12},{28,-12},{28,-10},{34,-10}}, color={0,0,127})); - connect(saT, conPID1.u_m) annotation ( - Line(points={{-122,-40},{-30,-40},{-30,12}}, color = {0, 0, 127})); + connect(TAirSup, conPIDCoiHea.u_m) + annotation (Line(points={{-122,-40},{-30,-40},{-30,12}}, color={0,0,127})); - connect(conPID1.y, swi.u1) annotation (Line(points={{-18,24},{-4,24},{-4,6},{ - 34,6}}, color={0,0,127})); - connect(supHeaSP, conPID1.u_s) annotation (Line(points={{-122,36},{-86,36},{ - -86,32},{-50,32},{-50,24},{-42,24}}, color={0,0,127})); - connect(swi.y, yRHC) annotation (Line(points={{58,-2},{90,-2},{90,0},{122,0}}, - color={0,0,127})); + connect(conPIDCoiHea.y, swiCoiHea.u1) annotation (Line(points={{-18,24},{-4,24}, + {-4,6},{34,6}}, color={0,0,127})); + connect(TAirSupSetHea, conPIDCoiHea.u_s) annotation (Line(points={{-122,36},{-86, + 36},{-86,32},{-50,32},{-50,24},{-42,24}}, color={0,0,127})); + connect(swiCoiHea.y, yCoiHea) annotation (Line(points={{58,-2},{90,-2},{90,0}, + {122,0}}, color={0,0,127})); annotation ( defaultComponentName = "Heating", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, @@ -80,5 +91,9 @@ FillPattern.Solid, extent = {{36, -32}, {48, -46}}), Rectangle(lineColor = {127, fillPattern= FillPattern.Solid, extent = {{36, -38}, {48, -48}}), Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Text(textColor = {28, 108, 200}, extent = {{-98, 8}, {-54, -6}}, textString = "supFanProof"), Text(textColor = {28, 108, 200}, extent = {{58, 8}, {102, -6}}, textString = "yRHC"), Text(textColor = {28, 108, 200}, extent = {{-98, 54}, {-58, 44}}, textString = "supHeaSP"), Text(textColor = {28, 108, 200}, extent = {{-108, -42}, {-68, -54}}, textString = "saT")}), Diagram(coordinateSystem(preserveAspectRatio = false)), - experiment(StopTime = 5760, __Dymola_Algorithm = "Dassl")); + experiment(StopTime = 5760, __Dymola_Algorithm = "Dassl"), + Documentation(info=" +

                                                                      Normal Operation

                                                                      +

                                                                      When the DOAS is energized (uFanSupPro) the heating coil will be commanded (yCoiHea) to maintain the supply air temperature (TAirSup) at the supply air temperature heating set point (TAirSupSetHea).

                                                                      +")); end HeatingCoil; diff --git a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo index 9675106938d..3f1eeccb2ab 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo @@ -1,19 +1,19 @@ within Buildings.Controls.OBC.FDE.DOAS; block SupplyFanController "This block manages start, stop, status, and speed of the supply fan." - parameter Real minDDSPset( + parameter Real yMinDamSet( min = 0, final unit = "Pa", final quantity = "PressureDifference") = 125 "Minimum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); - parameter Real maxDDSPset( + parameter Real yMaxDamSet( min = 0, final unit = "Pa", final quantity = "PressureDifference") = 500 "Maximum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); - parameter Real cvDDSPset( + parameter Real kPDucSetCV( min = 0, final unit = "Pa", final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; @@ -27,22 +27,29 @@ block SupplyFanController "This block manages start, stop, status, and speed of parameter Boolean vvUnit = true "Set true when unit serves variable volume system."; - parameter Real DampspPIk = 0.0000001 + parameter Real kDam = 0.0000001 "Damper position setpoint PI gain value k."; - parameter Real DampspPITi = 0.000025 + parameter Real TiDam = 0.000025 "Damper position setpoint PI time constant value Ti."; - parameter Real FSspPIk = 0.0000001 " + parameter Real kFanSpe = 0.0000001 " Fan speed set point SAT PI gain value k."; - parameter Real MinFS = 0.0000001 + parameter Real FanSpeMin = 0.0000001 "Minimum Fan Speed"; - parameter Real FSspPITi = 0.000025 + parameter Real TiFanSpe = 0.000025 "Fan speed set point SAT PI time constant value Ti."; + + parameter CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter CDL.Types.SimpleController controllerTypeFanSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput occ + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput Occ "True when occupied mode is active" annotation(Placement(transformation(extent = {{-142, 60}, {-102, 100}}), iconTransformation(extent = {{-140, 50}, {-100, 90}}))); @@ -50,12 +57,15 @@ block SupplyFanController "This block manages start, stop, status, and speed of "Most open damper position from all terminal units served." annotation(Placement(transformation(extent = {{-142, -24}, {-102, 16}}), iconTransformation(extent = {{-140, 14}, {-100, 54}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanStatus - "True when supply fan is proven on." - annotation(Placement(transformation(extent = {{-142, 22}, {-102, 62}}), iconTransformation(extent = {{-140, -56}, {-100, -16}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro + "True when supply fan is proven on." annotation (Placement(transformation( + extent={{-142,22},{-102,62}}), iconTransformation(extent={{-140,-56}, + {-100,-16}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput DDSP "Down duct static pressure measurement." - annotation(Placement(transformation(extent = {{-142, -106}, {-102, -66}}), iconTransformation(extent = {{-140, -92}, {-100, -52}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput dPAirDucSta + "Down duct static pressure measurement." annotation (Placement( + transformation(extent={{-142,-106},{-102,-66}}), iconTransformation( + extent={{-140,-92},{-100,-52}}))); // ---outputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yFanSup "Supply fan enable signal" annotation (Placement(transformation(extent={{ @@ -65,71 +75,77 @@ block SupplyFanController "This block manages start, stop, status, and speed of "Supply fan speed signal" annotation (Placement(transformation(extent={{102, -50},{142,-10}}), iconTransformation(extent={{100,-64},{140,-24}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant dampSet( - k = damSet) if vvUnit - "Most open damper position set point." - annotation(Placement(transformation(extent = {{-98, 4}, {-78, 24}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Constant cvDDSPsetpt( - final k = cvDDSPset) if not vvUnit - "DDSP set point for constant volume systems." annotation(Placement(transformation(extent = {{-72, -64}, {-52, -44}}))); - - Buildings.Controls.OBC.CDL.Reals.Switch swi - "Swtich passes fan speed set point when true; 0 when false." - annotation(Placement(transformation(extent = {{14, -40}, {34, -20}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con0( - k = MinFS) - "Real constant 0" - annotation(Placement(transformation(extent = {{-26, -64}, {-6, -44}}))); - - Buildings.Controls.OBC.CDL.Reals.PID DamperSPPI( - Ti = DampspPITi, - k = DampspPIk, - yMax=maxDDSPset, - yMin=minDDSPset, + Buildings.Controls.OBC.CDL.Reals.Sources.Constant DamSet(k=damSet) if + vvUnit "Most open damper position set point." + annotation (Placement(transformation(extent={{-98,4},{-78,24}}))); + + Buildings.Controls.OBC.CDL.Reals.Sources.Constant conPDucSetCV(final k= + dPDucSetCV) if not vvUnit + "DDSP set point for constant volume systems." + annotation (Placement(transformation(extent={{-72,-64},{-52,-44}}))); + + Buildings.Controls.OBC.CDL.Reals.Switch swiFanSpe + "Swtich passes fan speed set point when true; 0 when false." + annotation (Placement(transformation(extent={{14,-40},{34,-20}}))); + + Buildings.Controls.OBC.CDL.Reals.Sources.Constant conFanMinSpe(k=FanSpeMin) + "Minimum fan speed" + annotation (Placement(transformation(extent={{-26,-64},{-6,-44}}))); + + Buildings.Controls.OBC.CDL.Reals.PID conPIDDam( + controllerType=controllerTypeDam, + Ti=TiDam, + k=kDam, + yMax=yMaxDamSet, + yMin=yMinDamSet, reverseActing=false) if - vvUnit - annotation(Placement(visible = true, transformation(origin = {-38, 22}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - - Buildings.Controls.OBC.CDL.Reals.PID FanSpeedSPPI( - Ti = FSspPITi, - k = FSspPIk) + vvUnit "PID for most open damper" annotation (Placement( + visible=true, transformation( + origin={-38,22}, + extent={{-10,-10},{10,10}}, + rotation=0))); + + Buildings.Controls.OBC.CDL.Reals.PID conPIDFanSpe( + controllerType=controllerTypeFanSpe, + Ti=TiFanSpe, + k=kFanSpe) annotation(Placement(visible = true, transformation(origin = {62, -30}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Logical.Timer tim(t = 300) annotation(Placement(visible = true, transformation(origin = {-8, 88}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + + equation - connect(con0.y, swi.u3) annotation ( - Line(points = {{-4, -54}, {4, -54}, {4, -38}, {12, -38}}, color = {0, 0, 127})); + connect(conFanMinSpe.y, swiFanSpe.u3) annotation (Line(points={{-4,-54},{4,-54}, + {4,-38},{12,-38}}, color={0,0,127})); - connect(supFanStatus, swi.u2) annotation ( - Line(points = {{-122, 42}, {0, 42}, {0, -30}, {12, -30}}, color = {255, 0, 255})); + connect(uFanSupPro, swiFanSpe.u2) annotation (Line(points={{-122,42},{0,42},{ + 0,-30},{12,-30}}, color={255,0,255})); - connect(cvDDSPsetpt.y, swi.u1) annotation ( - Line(points = {{-50, -54}, {-34, -54}, {-34, -22}, {12, -22}}, color = {0, 0, 127})); + connect(conPDucSetCV.y, swiFanSpe.u1) annotation (Line(points={{-50,-54},{-34, + -54},{-34,-22},{12,-22}}, color={0,0,127})); - connect(dampSet.y, DamperSPPI.u_s) annotation ( - Line(points = {{-76, 14}, {-71, 14}, {-71, 22}, {-50, 22}}, color = {0, 0, 127})); + connect(DamSet.y, conPIDDam.u_s) annotation (Line(points={{-76,14},{-71,14},{ + -71,22},{-50,22}}, color={0,0,127})); - connect(mostOpenDam, DamperSPPI.u_m) annotation ( - Line(points = {{-122, -4}, {-38, -4}, {-38, 10}}, color = {0, 0, 127})); + connect(mostOpenDam, conPIDDam.u_m) + annotation (Line(points={{-122,-4},{-38,-4},{-38,10}}, color={0,0,127})); - connect(DamperSPPI.y, swi.u1) annotation ( - Line(points = {{-26, 22}, {-26, -22}, {12, -22}}, color = {0, 0, 127})); + connect(conPIDDam.y, swiFanSpe.u1) + annotation (Line(points={{-26,22},{-26,-22},{12,-22}}, color={0,0,127})); - connect(swi.y, FanSpeedSPPI.u_s) annotation ( - Line(points = {{36, -30}, {50, -30}}, color = {0, 0, 127})); + connect(swiFanSpe.y, conPIDFanSpe.u_s) + annotation (Line(points={{36,-30},{50,-30}}, color={0,0,127})); - connect(DDSP, FanSpeedSPPI.u_m) annotation ( - Line(points = {{-122, -86}, {62, -86}, {62, -42}}, color = {0, 0, 127})); + connect(dPAirDucSta, conPIDFanSpe.u_m) + annotation (Line(points={{-122,-86},{62,-86},{62,-42}}, color={0,0,127})); - connect(FanSpeedSPPI.y, yFanSupSpe) + connect(conPIDFanSpe.y, yFanSupSpe) annotation (Line(points={{74,-30},{122,-30}}, color={0,0,127})); - connect(occ, tim.u) annotation ( + connect(Occ, tim.u) annotation ( Line(points = {{-122, 80}, {-69, 80}, {-69, 88}, {-20, 88}}, color = {255, 0, 255})); connect(tim.passed, yFanSup) @@ -153,28 +169,11 @@ FillPattern.Solid, extent = {{-24, 12}, {0, -12}}), Text(textColor = {28, 108, 2 September 11, 2020, by Henry Nickels:
                                                                      First implementation.
                                                                    -", info = " +", info="

                                                                    Supply Fan Start/Stop.

                                                                    -

                                                                    This block commands the supply fan to start -(supFanStart) when the unit enters occupied -(occ) mode. When supply fan status -(SupFanStatus) is proven, fan speed control -(SupFanSpeed) is enabled and the -supply fan proof (supFanProof) is turned on.

                                                                    +

                                                                    This block commands the supply fan to start (yFanSup) when the unit enters occupied (Occ) mode. When supply fan status (uFanSupPro) is proven, fan speed control (yFanSupSpe) is enabled and the supply fan proof (uFanSupPro) is turned on.

                                                                    Down Duct Static Pressure Control

                                                                    -

                                                                    The supply fan speed -(supFanSpeed) is modulated to maintain -the down duct static pressure (DDSP) at -set point. The down duct set point is reset between minimum -(minDDSPset) and maximum -(maxDDSPset) values determined by TAB. The reset is -based on the most open damper -(mostOpenDam) remaining at a specific position -(damSet) (i.e. The terminal unit air flow set point is satisfied - with its primary air damper 90% open).

                                                                    -

                                                                    There is also an option for a fixed down duct static pressure set point -(cvDDSPset) when the variable volume parameter -vvUnit is false. -

                                                                    +

                                                                    The supply fan speed (yFanSupSpe) is modulated to maintain the down duct static pressure (conPDucSetCV) at set point. The down duct set point is reset between minimum (yMinDamSet) and maximum (yMaxDamSet) values determined by TAB. The reset is based on the most open damper (mostOpenDam) remaining at a specific position (DamSet) (i.e. The terminal unit air flow set point is satisfied with its primary air damper 90% open).

                                                                    +

                                                                    There is also an option for a fixed down duct static pressure set point (PDucSetVV) when the variable volume parameter vvUnit is false.

                                                                    ")); end SupplyFanController; diff --git a/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo b/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo index 68ead317fb3..7cf881ad498 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo @@ -2,170 +2,159 @@ within Buildings.Controls.OBC.FDE.DOAS; block TSupSet "This block caclulates the DOAS supply air temperature set point." - parameter Real loPriT( + parameter Real TSupLowSet( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+20 "Minimum primary supply air temperature reset value"; - parameter Real hiPriT( + parameter Real TSupHigSet( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+24 "Maximum primary supply air temperature reset value"; - parameter Real hiZonT( + parameter Real THigZon( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+25 "Maximum zone temperature reset value"; - parameter Real loZonT( + parameter Real TLowZon( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+21 "Minimum zone temperature reset value"; - parameter Real coAdj( + parameter Real TSupCooOff( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=2 "Supply air temperature cooling set point offset."; - parameter Real heAdj( + parameter Real TSupHeaOff( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=2 "Supply air temperature heating set point offset."; // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealInput highSpaceT( - final unit="K", - final displayUnit="degC", - final quantity="ThermodynamicTemperature") - "Highest space temperature reported from all terminal units." - annotation(Placement(transformation(extent={{-142,-18},{-102,22}}), -iconTransformation(extent={{-140,-70},{-100,-30}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput dehumMode - "True when dehumidification mode is active." - annotation(Placement(transformation(extent={{-142,-102},{-102,-62}}), - iconTransformation(extent={{-140,30},{-100,70}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirHig( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") + "Highest space temperature reported from all terminal units." annotation ( + Placement(transformation(extent={{-142,-18},{-102,22}}), + iconTransformation(extent={{-140,-70},{-100,-30}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDehMod + "True when dehumidification mode is active." annotation (Placement( + transformation(extent={{-142,-102},{-102,-62}}), iconTransformation( + extent={{-140,30},{-100,70}}))); // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealOutput supCooSP - "Supply air temperature cooling set point." - annotation(Placement(transformation(extent={{102,16},{142,56}}), - iconTransformation(extent={{102,20},{142,60}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput ySupCooSet + "Supply air temperature cooling set point." annotation (Placement( + transformation(extent={{102,16},{142,56}}), iconTransformation(extent={{ + 102,20},{142,60}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput supHeaSP - "Supply air temperature heating set point" - annotation(Placement(transformation(extent={{102,-52},{142,-12}}), - iconTransformation(extent={{102,-60},{142,-20}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput ySupHeaSet + "Supply air temperature heating set point" annotation (Placement( + transformation(extent={{102,-52},{142,-12}}), iconTransformation(extent= + {{102,-60},{142,-20}}))); Buildings.Controls.OBC.CDL.Reals.Line lin "Linear converter resets primary supply set point." annotation(Placement(transformation(extent={{-42,-8},{-22,12}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant lowPriT( - final k=loPriT) - "Low primary supply temperature set point reset value." - annotation(Placement(transformation(extent={{-90,-60},{-70,-40}}))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant TAirSupLowSet(final k= + TSupLowSet) "Low primary supply temperature set point reset value." + annotation (Placement(transformation(extent={{-90,-60},{-70,-40}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant highPriT( - final k=hiPriT) - "High primary supply temperature set point reset value." - annotation(Placement(transformation(extent={{-90,10},{-70,30}}))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant TAirSupHigSet(final k= + TSupHigSet) "High primary supply temperature set point reset value." + annotation (Placement(transformation(extent={{-90,10},{-70,30}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant highZoneT( - final k=hiZonT) - "High zone temperature set point reset value." - annotation(Placement(transformation(extent={{-90,-28},{-70,-8}}))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant TAirHigZon(final k=THigZon) + "High zone temperature set point reset value." + annotation (Placement(transformation(extent={{-90,-28},{-70,-8}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant lowZoneT( - final k=loZonT) - "Low zone temperature set point reset value." - annotation(Placement(transformation(extent={{-90,42},{-70,62}}))); + Buildings.Controls.OBC.CDL.Reals.Sources.Constant TAirLowZon(final k=TLowZon) + "Low zone temperature set point reset value." + annotation (Placement(transformation(extent={{-90,42},{-70,62}}))); - Buildings.Controls.OBC.CDL.Reals.Add add2 + Buildings.Controls.OBC.CDL.Reals.Add addCooSet "Adds the cooling set point adjustment to the primary set point." - annotation(Placement(transformation(extent={{22,26},{42,46}}))); + annotation (Placement(transformation(extent={{22,26},{42,46}}))); - Buildings.Controls.OBC.CDL.Reals.Subtract add1 + Buildings.Controls.OBC.CDL.Reals.Subtract addHeaSet "Subtracts the heating set point adjustment from the primary set point." - annotation(Placement(transformation(extent={{22,-50},{42,-30}}))); + annotation (Placement(transformation(extent={{22,-50},{42,-30}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant coolAdj( - final k=coAdj) + Buildings.Controls.OBC.CDL.Reals.Sources.Constant TAirSupCooOff(final k= + TSupCooOff) "Supply air temperature cooling set point offset." - annotation(Placement(transformation(extent={{-14,44},{6,64}}))); + annotation (Placement(transformation(extent={{-14,44},{6,64}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant heatAdj( - final k=heAdj) - "Supply air temperature heating set point offset." - annotation(Placement(transformation(extent={{-14,-66},{6,-46}}))); - Buildings.Controls.OBC.CDL.Reals.Switch dehumSwi + Buildings.Controls.OBC.CDL.Reals.Sources.Constant TAirSupHeaSetOff(final k= + TSupHeaSetOff) + "Supply air temperature heating set point offset." + annotation (Placement(transformation(extent={{-14,-66},{6,-46}}))); + Buildings.Controls.OBC.CDL.Reals.Switch swiDeh "Logical switch changes heating set point based on dehumidification mode." annotation (Placement(transformation(extent={{66,-42},{86,-22}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput supPrimSP - "Supply air primary temperature set point." - annotation(Placement(transformation(extent={{102,-18},{142,22}}), - iconTransformation(extent={{102,-20},{142,20}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput ySupSet + "Supply air primary temperature set point." annotation (Placement( + transformation(extent={{102,-18},{142,22}}), iconTransformation(extent={ + {102,-20},{142,20}}))); + equation - connect(lin.u, highSpaceT) annotation ( - Line(points={{-44,2},{-122,2}}, color={0,0,127})); + connect(lin.u, TAirHig) + annotation (Line(points={{-44,2},{-122,2}}, color={0,0,127})); - connect(heatAdj.y, add1.u2) annotation ( - Line(points={{8,-56},{14,-56},{14,-46},{20,-46}},color={0,0,127})); + connect(TAirSupHeaSetOff.y, addHeaSet.u2) annotation (Line(points={{8,-56},{14, + -56},{14,-46},{20,-46}}, color={0,0,127})); - connect(coolAdj.y, add2.u1) annotation ( Line(points={{8,54},{14,54},{14,42},{20,42}}, color={0,0,127})); + connect(TAirSupCooOff.y, addCooSet.u1) annotation (Line(points={{8,54},{14,54}, + {14,42},{20,42}}, color={0,0,127})); - connect(lin.y, add2.u2) annotation ( - Line(points={{-20,2},{2,2},{2,30},{20,30}}, color={0,0,127})); + connect(lin.y, addCooSet.u2) + annotation (Line(points={{-20,2},{2,2},{2,30},{20,30}}, color={0,0,127})); - connect(lin.y, add1.u1) annotation ( - Line(points={{-20,2},{2,2},{2,-34},{20,-34}}, - color={0,0,127})); + connect(lin.y, addHeaSet.u1) annotation (Line(points={{-20,2},{2,2},{2,-34},{20, + -34}}, color={0,0,127})); - connect(add1.y, dehumSwi.u3) annotation ( - Line(points={{44,-40},{64,-40}}, color={0,0,127})); + connect(addHeaSet.y, swiDeh.u3) + annotation (Line(points={{44,-40},{64,-40}}, color={0,0,127})); - connect(add2.y, supCooSP) annotation ( - Line(points={{44,36},{122,36}}, color={0,0,127})); + connect(addCooSet.y, ySupCooSet) + annotation (Line(points={{44,36},{122,36}}, color={0,0,127})); - connect(dehumSwi.y, supHeaSP) annotation ( - Line(points={{88,-32},{122,-32}}, color={0,0,127})); + connect(swiDeh.y, ySupHeaSet) + annotation (Line(points={{88,-32},{122,-32}}, color={0,0,127})); - connect(add2.y, dehumSwi.u1) annotation ( - Line(points={{44,36},{54,36},{54,-24},{64,-24}}, - color={0,0,127})); + connect(addCooSet.y, swiDeh.u1) annotation (Line(points={{44,36},{54,36},{54,-24}, + {64,-24}}, color={0,0,127})); - connect(dehumSwi.u2, dehumMode) - annotation ( - Line(points={{64,-32},{54,-32},{54,-82},{-122,-82}}, - color={255,0,255})); + connect(swiDeh.u2, uDehMod) annotation (Line(points={{64,-32},{54,-32},{54,-82}, + {-122,-82}}, color={255,0,255})); - connect(highZoneT.y, lin.x2) annotation ( - Line(points={{-68,-18},{-58,-18},{-58,-2},{-44,-2}}, - color={0,0,127})); + connect(TAirHigZon.y, lin.x2) annotation (Line(points={{-68,-18},{-58,-18},{-58, + -2},{-44,-2}}, color={0,0,127})); - connect(lowZoneT.y, lin.x1) - annotation ( - Line(points={{-68,52},{-52,52},{-52,10},{-44,10}},color={0,0,127})); + connect(TAirLowZon.y, lin.x1) annotation (Line(points={{-68,52},{-52,52},{-52, + 10},{-44,10}}, color={0,0,127})); - connect(highPriT.y, lin.f1) - annotation ( - Line(points={{-68,20},{-56,20},{-56,6},{-44,6}}, - color={0,0,127})); + connect(TAirSupHigSet.y, lin.f1) annotation (Line(points={{-68,20},{-56,20},{ + -56,6},{-44,6}}, color={0,0,127})); - connect(lowPriT.y, lin.f2) annotation ( - Line(points={{-68,-50},{-52,-50},{-52,-6},{-44,-6}},color={0,0,127})); + connect(TAirSupLowSet.y, lin.f2) annotation (Line(points={{-68,-50},{-52,-50}, + {-52,-6},{-44,-6}}, color={0,0,127})); - connect(lin.y, supPrimSP) - annotation ( - Line(points={{-20,2},{122,2}}, color={0,0,127})); + connect(lin.y, ySupSet) + annotation (Line(points={{-20,2},{122,2}}, color={0,0,127})); annotation (defaultComponentName="TSupSetpt", Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text(extent={{-90,180},{90,76}},lineColor={28,108,200},textStyle={TextStyle.Bold},textString @@ -196,20 +185,9 @@ First implementation.
                                                                  ", info="

                                                                  Supply Temperature Set Points

                                                                  -

                                                                  This block calculates the primary, cooling -(supCooSP), and heating -(supHeaSP) supply air temperature set points. -The primary supply air temperature set point is reset from -loPriT to hiPriT as the highest -space temperature (highSpaceT) falls from -hiZonT to loZonT.

                                                                  -

                                                                  The supply air cooling set point is equal to the primary -air temperature set point plus ccAdj. The supply -air heating set point is equal to the primary air temperature -set point minus ccAdj. +

                                                                  This block calculates the primary, cooling (ySupCooSet), and heating (ySupHeaSet) supply air temperature set points. The primary supply air temperature set point is reset from TSupLowSet to TSupHigSet as the highest space temperature falls from THigZon to TLowZon.

                                                                  +

                                                                  The supply air cooling set point is equal to the primary air temperature set point plus TAirSupCooOff. The supply air heating set point is equal to the primary air temperature set point minus TAirSupHeaOff.

                                                                  Dehumidification Set Point

                                                                  -

                                                                  When dehumidification mode (dehumMode) is active the supply air -temperature heating set point is changed to equal the -supply air temperature cooling set point.

                                                                  +

                                                                  When dehumidification mode (dehumMode) is active the supply air temperature heating set point is changed to equal the supply air temperature cooling set point.

                                                                  ")); end TSupSet; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo index a796af530ad..7693f174f97 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo @@ -25,12 +25,12 @@ model CoolingCoil "This model simulates CoolingCoil" startTime=0) annotation (Placement(transformation(extent={{-26,40},{-6,60}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Sin ccTGen( + Buildings.Controls.OBC.CDL.Reals.Sources.Sin TCoiCoo( amplitude=3, freqHz=1/4800, phase=0, offset=293, - startTime=0) + startTime=0) "Cooling coil temperature signal" annotation (Placement(transformation(extent={{-60,-28},{-40,-8}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse dehumMode( @@ -68,7 +68,7 @@ equation connect(saTGen.y, Cooling.TAirSup) annotation (Line(points={{-4,50},{12,50},{ 12,-8.4},{45.8,-8.4}}, color={0,0,127})); - connect(ccTGen.y, Cooling.TAirDis) annotation (Line(points={{-38,-18},{14,-18}, + connect(TCoiCoo.y, Cooling.TAirDis) annotation (Line(points={{-38,-18},{14,-18}, {14,-17.2},{45.8,-17.2}}, color={0,0,127})); connect(dehumMode.y, Cooling.uDeh) annotation (Line(points={{-4,4},{0,4},{0,-14.6}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo index 03556b96532..6c2cd4f7251 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo @@ -319,17 +319,17 @@ equation connect(erwHumGen.y, DOAScon.erwHum) annotation ( Line(points={{50,-24},{56,-24},{56,2.8},{68,2.8}}, color = {0, 0, 127})); - connect(DOAScon.bypDam, ERWtemp.bypDam) annotation ( - Line(points={{92.2,11},{97.1,11},{97.1,-12},{107.6,-12}}, color = {255, 0, 255})); + connect(DOAScon.bypDam, ERWtemp.uBypDam) annotation (Line(points={{92.2,11},{ + 97.1,11},{97.1,-12},{107.6,-12}}, color={255,0,255})); - connect(DOAScon.erwStart, ERWtemp.erwStart) annotation ( - Line(points={{92.2,8},{98,8},{98,-16},{107.6,-16}}, color = {255, 0, 255})); + connect(DOAScon.erwStart, ERWtemp.uEneRecWheStart) annotation (Line(points={{ + 92.2,8},{98,8},{98,-16},{107.6,-16}}, color={255,0,255})); - connect(raTGen.y, ERWtemp.raT) annotation ( - Line(points = {{-32, -28}, {38.8, -28}, {38.8, -20}, {107.6, -20}}, color = {0, 0, 127})); + connect(raTGen.y, ERWtemp.TAirRet) annotation (Line(points={{-32,-28},{38.8,-28}, + {38.8,-20},{107.6,-20}}, color={0,0,127})); - connect(ERWtemp.erwTsim, DOAScon.erwT) annotation ( - Line(points={{132.4,-18},{134,-18},{134,-38},{60,-38},{60,0.4},{68,0.4}}, color = {0, 0, 127})); + connect(ERWtemp.yTSimEneRecWhe, DOAScon.erwT) annotation (Line(points={{132.4, + -18},{134,-18},{134,-38},{60,-38},{60,0.4},{68,0.4}}, color={0,0,127})); connect(DOAScon.exhFanStart, truDel1.u) annotation ( Line(points={{92.2,1.6},{96,1.6},{96,-56},{106,-56}}, color = {255, 0, 255})); @@ -343,8 +343,8 @@ equation connect(oaTgen.y, DOAScon.oaT) annotation ( Line(points={{26,-36},{32,-36},{32,7.8},{68,7.8}}, color = {0, 0, 127})); - connect(oaTgen.y, ERWtemp.oaT) annotation ( - Line(points = {{26, -36}, {62, -36}, {62, -24}, {107.6, -24}}, color = {0, 0, 127})); + connect(oaTgen.y, ERWtemp.TAirOut) annotation (Line(points={{26,-36},{62,-36}, + {62,-24},{107.6,-24}}, color={0,0,127})); connect(swi.y, DOAScon.DDSP) annotation ( Line(points={{-30,8},{16,8},{16,20.4},{68,20.4}}, color = {0, 0, 127})); diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo index 6b9a1131a67..2b6c4f289ca 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo @@ -34,13 +34,11 @@ model DehumMode "This model simulates DehumMode." equation - connect(SFproof.y, DehumMod.supFanProof) annotation ( - Line(points={{-6,-26},{8,-26},{8,7.2},{19.8,7.2}}, - color={255,0,255})); + connect(SFproof.y, DehumMod.uFanSupPro) annotation (Line(points={{-6,-26},{8, + -26},{8,7.2},{19.8,7.2}}, color={255,0,255})); - connect(relHumGen.y, DehumMod.retHum) annotation ( - Line(points={{-6,12},{8,12},{8,0},{19.8,0}}, - color={0,0,127})); + connect(relHumGen.y, DehumMod.phiAirRet) + annotation (Line(points={{-6,12},{8,12},{8,0},{19.8,0}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={ Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo index c4dd993c34c..45d8696a28e 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo @@ -30,15 +30,14 @@ model EconMode "This model simulates EconMode." annotation (Placement(transformation(extent={{-28,-50},{-8,-30}}))); equation - connect(SFproof.y, EconMod.supFanProof) annotation ( - Line(points={{-8,42},{18,42},{18,7},{41.8,7}}, color={255,0,255})); + connect(SFproof.y, EconMod.uFanSupPro) annotation (Line(points={{-8,42},{18, + 42},{18,7},{41.8,7}}, color={255,0,255})); - connect(oaTGen.y, EconMod.oaT) - annotation ( - Line(points={{-6,0},{41.8,0}}, color={0,0,127})); + connect(oaTGen.y, EconMod.TAirOut) + annotation (Line(points={{-6,0},{41.8,0}}, color={0,0,127})); - connect(supCooSPgen.y, EconMod.supCooSP) annotation ( - Line(points={{-6,-40},{18,-40},{18,-7},{41.8,-7}}, color={0,0,127})); + connect(supCooSPgen.y, EconMod.TAirSupSetCoo) annotation (Line(points={{-6,-40}, + {18,-40},{18,-7},{41.8,-7}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={ Ellipse(lineColor = {75,138,73}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo index 0b449be046f..a39e47ed84e 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo @@ -28,20 +28,17 @@ model ExhaustFanController annotation (Placement(transformation(extent={{-34,-26},{-14,-6}}))); equation - connect(SFproof.y, EFcon.supFanProof) annotation ( - Line(points={{-12,18},{4,18}, + connect(SFproof.y, EFcon.uFanSupPro) annotation (Line(points={{-12,18},{4,18}, {4,6},{44,6}}, color={255,0,255})); - connect(bldgSP.y, EFcon.bldgSP) annotation ( - Line(points={{-12,-16},{4,-16},{4, - -6.4},{44,-6.4}}, color={0,0,127})); + connect(bldgSP.y, EFcon.PAirStaBui) annotation (Line(points={{-12,-16},{4,-16}, + {4,-6.4},{44,-6.4}}, color={0,0,127})); - connect(truDel.y, EFcon.exhFanProof) annotation ( - Line(points={{36,-30},{40, - -30},{40,0},{44,0}}, color={255,0,255})); + connect(truDel.y, EFcon.uFanExhPro) annotation (Line(points={{36,-30},{40,-30}, + {40,0},{44,0}}, color={255,0,255})); - connect(EFcon.exhFanStart, truDel.u) annotation ( - Line(points={{68,6},{74,6},{74,-48},{4,-48},{4,-30},{12,-30}}, color={255,0,255})); + connect(EFcon.yExhFanSta, truDel.u) annotation (Line(points={{68,6},{74,6},{ + 74,-48},{4,-48},{4,-30},{12,-30}}, color={255,0,255})); annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo index adedfdf4f0f..36dbd702870 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo @@ -28,14 +28,13 @@ model HeatingCoil "This model simulates HeatingCoil" annotation (Placement(transformation(extent={{-14,14},{6,34}}))); equation - connect(SFproof.y, Heating.supFanProof) annotation ( - Line(points={{-20,0},{39.8,0}}, color={255,0,255})); + connect(SFproof.y, Heating.uFanSupPro) + annotation (Line(points={{-20,0},{39.8,0}}, color={255,0,255})); - connect(saTGen.y, Heating.saT) - annotation ( - Line(points={{10,-30},{26,-30},{26,-5},{39.8,-5}}, color={0,0,127})); - connect(supHeaGen.y, Heating.supHeaSP) annotation ( - Line(points={{8,24},{24,24},{24,4.8},{39.8,4.8}},color={0,0,127})); + connect(saTGen.y, Heating.TAirSup) annotation (Line(points={{10,-30},{26,-30}, + {26,-5},{39.8,-5}}, color={0,0,127})); + connect(supHeaGen.y, Heating.TAirSupSetHea) annotation (Line(points={{8,24},{ + 24,24},{24,4.8},{39.8,4.8}}, color={0,0,127})); annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo index 1b726b231a0..ddc544de796 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo @@ -36,16 +36,16 @@ equation connect(SFcon.yFanSup, truDel.u) annotation (Line(points={{62,9.2},{66,9.2},{ 66,-46},{0,-46},{0,-24},{6,-24}}, color={255,0,255})); - connect(truDel.y, SFcon.supFanStatus) annotation ( - Line(points={{30,-24},{34,-24},{34,0.4},{38,0.4}}, color={255,0,255})); + connect(truDel.y, SFcon.uFanSupPro) annotation (Line(points={{30,-24},{34,-24}, + {34,0.4},{38,0.4}}, color={255,0,255})); - connect(OccGen.y, SFcon.occ) annotation ( + connect(OccGen.y,SFcon.Occ) annotation ( Line(points={{-44,42},{-10,42},{-10,11},{38,11}}, color={255,0,255})); connect(mostOpenDamGen.y, SFcon.mostOpenDam) annotation ( Line(points={{-44,8},{-10,8},{-10,7.4},{38,7.4}}, color={0,0,127})); - connect(sensorDDSP.y, SFcon.DDSP) annotation ( - Line(points={{-44,-28},{-10,-28},{-10,-3.2},{38,-3.2}}, color={0,0,127})); + connect(sensorDDSP.y, SFcon.dPAirDucSta) annotation (Line(points={{-44,-28},{ + -10,-28},{-10,-3.2},{38,-3.2}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, fillPattern= diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo index b09dca2d8ec..be2d02385bf 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo @@ -54,11 +54,11 @@ model TSupSet "This model simulates TSupSet" annotation (Placement(transformation(extent={{-44,6},{-24,26}}))); equation - connect(dehumMode.y, tSupSet.dehumMode) annotation ( - Line(points={{-22,-22},{-2,-22},{-2,5},{20,5}}, color={255,0,255})); + connect(dehumMode.y, tSupSet.uDehMod) annotation (Line(points={{-22,-22},{-2, + -22},{-2,5},{20,5}}, color={255,0,255})); - connect(highSpaceTGen.y, tSupSet.highSpaceT) annotation (Line(points={{-22,16}, - {-6,16},{-6,14},{12,14},{12,-5},{20,-5}}, color={0,0,127})); + connect(highSpaceTGen.y, tSupSet.TAirHig) annotation (Line(points={{-22,16},{ + -6,16},{-6,14},{12,14},{12,-5},{20,-5}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, fillPattern= diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo index af5cbd18913..aede8954d67 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo @@ -26,16 +26,16 @@ model erwTsim "This model simulates erwTsim" annotation (Placement(transformation(extent={{-60,-58},{-40,-38}}))); equation - connect(bypDamsim.y, ERWtemp.bypDam) annotation ( - Line(points={{-36,16},{0,16},{0,6},{41.6,6}}, color={255,0,255})); + connect(bypDamsim.y, ERWtemp.uBypDam) annotation (Line(points={{-36,16},{0,16}, + {0,6},{41.6,6}}, color={255,0,255})); - connect(erwStartgen.y, ERWtemp.erwStart) annotation ( - Line(points={{-36,46},{4,46},{4,2},{41.6,2}}, color={255,0,255})); + connect(erwStartgen.y, ERWtemp.uEneRecWheStart) annotation (Line(points={{-36, + 46},{4,46},{4,2},{41.6,2}}, color={255,0,255})); - connect(raTGen.y, ERWtemp.raT) annotation (Line(points={{-36,-16},{4,-16},{4, - -2},{41.6,-2}}, color={0,0,127})); - connect(oaTGen.y, ERWtemp.oaT) annotation (Line(points={{-38,-48},{-12,-48},{ - -12,-34},{16,-34},{16,-6},{41.6,-6}}, color={0,0,127})); + connect(raTGen.y, ERWtemp.TAirRet) annotation (Line(points={{-36,-16},{4,-16}, + {4,-2},{41.6,-2}}, color={0,0,127})); + connect(oaTGen.y, ERWtemp.TAirOut) annotation (Line(points={{-38,-48},{-12,-48}, + {-12,-34},{16,-34},{16,-6},{41.6,-6}}, color={0,0,127})); annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo index 5ee517cea5a..6c5cae93629 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo @@ -7,31 +7,30 @@ block erwTsim "ERW supply temperature simulator" "ERW efficiency parameter."; // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput bypDam - "True when ERW bypass dampers are commanded open." - annotation (Placement(transformation(extent={{-142,28},{-102,68}}), - iconTransformation(extent={{-144,40},{-104,80}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput raT - "Return air temperature sensor value." - annotation (Placement(transformation(extent={{-142,-46},{-102,-6}}), - iconTransformation(extent={{-144,-40},{-104,0}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput oaT - "Outside air temperature value." - annotation (Placement(transformation(extent={{-142,-78},{-102,-38}}), - iconTransformation(extent={{-144,-80},{-104,-40}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput erwStart - "True when erwStart is on." - annotation (Placement(transformation(extent={{-142,62},{-102,102}}), - iconTransformation(extent={{-144,0},{-104,40}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uBypDam + "True when ERW bypass dampers are commanded open." annotation (Placement( + transformation(extent={{-142,28},{-102,68}}), iconTransformation(extent + ={{-144,40},{-104,80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirRet + "Return air temperature sensor value." annotation (Placement(transformation( + extent={{-142,-46},{-102,-6}}), iconTransformation(extent={{-144,-40}, + {-104,0}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirOut + "Outside air temperature value." annotation (Placement(transformation( + extent={{-142,-78},{-102,-38}}), iconTransformation(extent={{-144,-80}, + {-104,-40}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uEneRecWheStart + "True when erwStart is on." annotation (Placement(transformation(extent={{-142, + 62},{-102,102}}), iconTransformation(extent={{-144,0},{-104,40}}))); // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealOutput erwTsim - "Simulated erw temperature value" - annotation (Placement(transformation(extent={{108,46},{148,86}}), - iconTransformation(extent={{104,-20},{144,20}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yTSimEneRecWhe + "Simulated erw temperature value" annotation (Placement(transformation( + extent={{108,46},{148,86}}), iconTransformation(extent={{104,-20},{ + 144,20}}))); Buildings.Controls.OBC.CDL.Logical.Not not1 "False when erwStart is true." @@ -59,7 +58,7 @@ block erwTsim "ERW supply temperature simulator" annotation (Placement(transformation(extent={{-50,-68},{-30,-48}}))); Buildings.Controls.OBC.CDL.Integers.Equal intEqu - annotation (Placement(transformation(extent={{-18,40},{2,60}}))); + annotation (Placement(transformation(extent={{-14,26},{6,46}}))); Buildings.Controls.OBC.CDL.Conversions.RealToInteger reaToInt annotation (Placement(transformation(extent={{-50,40},{-30,60}}))); @@ -74,11 +73,11 @@ block erwTsim "ERW supply temperature simulator" "True if RAT > OAT" annotation (Placement(transformation(extent={{-50,-14},{-30,6}}))); - Buildings.Controls.OBC.CDL.Reals.Switch swi + Buildings.Controls.OBC.CDL.Reals.Switch swiEneRecWheTSim "Logical switch selects OAT or calculated ERW value." - annotation (Placement(transformation(extent={{76,56},{96,76}}))); + annotation (Placement(transformation(extent={{76,56},{96,76}}))); - Buildings.Controls.OBC.CDL.Reals.Switch swi1 + Buildings.Controls.OBC.CDL.Reals.Switch swiEneRecWheRegOpe annotation (Placement(transformation(extent={{44,-86},{64,-66}}))); Buildings.Controls.OBC.CDL.Reals.Add add1 @@ -90,14 +89,14 @@ block erwTsim "ERW supply temperature simulator" annotation (Placement(transformation(extent={{10,-104},{30,-84}}))); equation - connect(not1.u, erwStart) annotation ( - Line(points={{-80,82},{-122,82}}, color={255,0,255})); + connect(not1.u, uEneRecWheStart) + annotation (Line(points={{-80,82},{-122,82}}, color={255,0,255})); - connect(sub1.u1, raT) annotation ( - Line(points={{-90,-26},{-122,-26}}, color={0,0,127})); + connect(sub1.u1, TAirRet) + annotation (Line(points={{-90,-26},{-122,-26}}, color={0,0,127})); - connect(sub1.u2, oaT) annotation ( - Line(points={{-90,-38},{-96,-38},{-96,-58},{-122,-58}},color={0,0,127})); + connect(sub1.u2, TAirOut) annotation (Line(points={{-90,-38},{-96,-38},{-96,-58}, + {-122,-58}}, color={0,0,127})); connect(sub1.y, abs.u) annotation ( Line(points={{-66,-32},{-52,-32}}, color={0,0,127})); @@ -110,17 +109,19 @@ equation connect(reaToInt.y, intEqu.u1) annotation ( - Line(points={{-28,50},{-20,50}}, color={255,127,0})); + Line(points={{-28,50},{-24,50},{-24,36},{-16,36}}, + color={255,127,0})); connect(con0.y, intEqu.u2) annotation ( - Line(points={{-28,26},{-24,26},{-24,42},{-20,42}}, color={255,127,0})); + Line(points={{-28,26},{-24,26},{-24,28},{-16,28}}, color={255,127,0})); connect(sub1.y, greThr.u) annotation ( Line(points={{-66,-32},{-60,-32},{-60,-4},{-52,-4}}, color={0,0,127})); - connect(oaT, swi.u1) annotation (Line(points={{-122,-58},{-96,-58},{-96,98},{56,98},{56,74},{74,74}}, color={0,0,127})); + connect(TAirOut, swiEneRecWheTSim.u1) annotation (Line(points={{-122,-58},{-96, + -58},{-96,98},{56,98},{56,74},{74,74}}, color={0,0,127})); - connect(mulOr.y, swi.u2) + connect(mulOr.y, swiEneRecWheTSim.u2) annotation (Line(points={{36,66},{74,66}}, color={255,0,255})); connect(pro.y, add1.u1) annotation ( @@ -129,34 +130,34 @@ equation connect(pro.y, sub2.u2) annotation ( Line(points={{4,-38},{6,-38},{6,-100},{8,-100}},color={0,0,127})); - connect(oaT, add1.u2) annotation ( - Line(points={{-122,-58},{-58,-58},{-58,-74},{8,-74}}, color={0,0,127})); + connect(TAirOut, add1.u2) annotation (Line(points={{-122,-58},{-58,-58},{-58, + -74},{8,-74}}, color={0,0,127})); - connect(oaT, sub2.u1) annotation ( - Line(points={{-122,-58},{-58,-58},{-58,-88},{8,-88}}, color={0,0,127})); + connect(TAirOut, sub2.u1) annotation (Line(points={{-122,-58},{-58,-58},{-58, + -88},{8,-88}}, color={0,0,127})); - connect(add1.y, swi1.u1) annotation ( - Line(points={{32,-68},{42,-68}}, color={0,0,127})); + connect(add1.y, swiEneRecWheRegOpe.u1) + annotation (Line(points={{32,-68},{42,-68}}, color={0,0,127})); - connect(sub2.y, swi1.u3) annotation ( - Line(points={{32,-94},{38,-94},{38,-84},{42,-84}}, color={0,0,127})); + connect(sub2.y, swiEneRecWheRegOpe.u3) annotation (Line(points={{32,-94},{38, + -94},{38,-84},{42,-84}}, color={0,0,127})); - connect(greThr.y, swi1.u2) annotation ( - Line(points={{-28,-4},{34,-4},{34,-76},{42,-76}}, color={255,0,255})); + connect(greThr.y, swiEneRecWheRegOpe.u2) annotation (Line(points={{-28,-4},{ + 34,-4},{34,-76},{42,-76}}, color={255,0,255})); - connect(swi1.y, swi.u3) annotation ( - Line(points={{66,-76},{70,-76},{70,58},{74,58}}, color={0,0,127})); + connect(swiEneRecWheRegOpe.y, swiEneRecWheTSim.u3) annotation (Line(points={{ + 66,-76},{70,-76},{70,58},{74,58}}, color={0,0,127})); - connect(swi.y, erwTsim) + connect(swiEneRecWheTSim.y, yTSimEneRecWhe) annotation (Line(points={{98,66},{128,66}}, color={0,0,127})); connect(abs.y, pro.u1) annotation (Line(points={{-28,-32},{-20,-32}}, color={0,0,127})); connect(not1.y, mulOr.u[1]) annotation (Line(points={{-56,82},{0,82},{0, 70.6667},{12,70.6667}}, color={255,0,255})); - connect(bypDam, mulOr.u[2]) annotation (Line(points={{-122,48},{-80,48},{-80, + connect(uBypDam, mulOr.u[2]) annotation (Line(points={{-122,48},{-80,48},{-80, 66},{12,66}}, color={255,0,255})); - connect(intEqu.y, mulOr.u[3]) annotation (Line(points={{4,50},{6,50},{6, + connect(intEqu.y, mulOr.u[3]) annotation (Line(points={{8,36},{6,36},{6, 61.3333},{12,61.3333}}, color={255,0,255})); annotation (defaultComponentName="ERWtemp", Icon(coordinateSystem(preserveAspectRatio=false), graphics={Rectangle(extent={{-100,100},{100,-100}},lineColor={179,151,128},radius=10,fillColor={255,255,255}, @@ -170,13 +171,7 @@ FillPattern.Solid,textString="erwT")}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(info="

                                                                  ERW Temperature Simulation

                                                                  -

                                                                  This block simulates an energy recovery wheel leaving -supply air temperature using the model outside air temperature -(oaT), model return air temperature -(raT), bypass damper position -(bypDam), and ERW start command -(erwStart). -

                                                                  +

                                                                  This block simulates an energy recovery wheel leaving supply air temperature using the model outside air temperature (TAirOut), model return air temperature (TAirRet), bypass damper position (uBypDam), and ERW start command (yTSimEneRecWhe)

                                                                  ", revisions="
                                                                  • diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index e4f239fbddc..23da327d09e 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -80,8 +80,8 @@ equation Line(points={{-98,80},{-96,80},{-96,-0.4},{-54.6,-0.4}},color = {255, 0, 255})); connect(chiBeaTesBed.TZon, terCon.TZon) annotation ( Line(points={{12,4.8},{20,4.8},{20,60.25},{40,60.25}}, color = {0, 0, 127}, thickness = 0.5)); - connect(eRWtemp.erwTsim, sub.u2) annotation ( - Line(points={{-69.6,-78},{-30,-78},{-30,-88},{-6,-88}}, color = {0, 0, 127})); + connect(eRWtemp.yTSimEneRecWhe, sub.u2) annotation (Line(points={{-69.6,-78}, + {-30,-78},{-30,-88},{-6,-88}}, color={0,0,127})); connect(booRep.y, terCon.uOccExp) annotation ( Line(points={{-68,80},{-8,80},{-8,70.25},{40,70.25}}, color = {255, 0, 255}, thickness = 0.5)); connect(TSetRooHea.y[1], reaScaRep.u) annotation ( @@ -111,15 +111,15 @@ equation connect(chiBeaTesBed.yPumSta, sysCon.uPumSta[1]) annotation (Line(points={{12, -23.2},{50,-23.2},{50,-30},{98,-30},{98,-74},{120,-74}}, color={255,0, 255})); - connect(DOAScon.bypDam, eRWtemp.bypDam) annotation (Line(points={{-23.14,-17}, + connect(DOAScon.bypDam, eRWtemp.uBypDam) annotation (Line(points={{-23.14,-17}, {-20,-17},{-20,-42},{-102,-42},{-102,-72},{-94.4,-72}}, color={255,0, 255})); - connect(chiBeaTesBed.relHumDOASRet, eRWtemp.raT) annotation (Line(points={{12, - -31},{24,-31},{24,-36},{38,-36},{38,-94},{-108,-94},{-108,-80},{-94.4, - -80}}, color={0,0,127})); - connect(chiBeaTesBed.OutdoorAirTemp, eRWtemp.oaT) annotation (Line(points={{ - 12,-37.6},{20,-37.6},{20,-40},{26,-40},{26,-96},{-98,-96},{-98,-84},{ - -94.4,-84}}, color={0,0,127})); + connect(chiBeaTesBed.relHumDOASRet, eRWtemp.TAirRet) annotation (Line(points= + {{12,-31},{24,-31},{24,-36},{38,-36},{38,-94},{-108,-94},{-108,-80},{ + -94.4,-80}}, color={0,0,127})); + connect(chiBeaTesBed.OutdoorAirTemp, eRWtemp.TAirOut) annotation (Line(points + ={{12,-37.6},{20,-37.6},{20,-40},{26,-40},{26,-96},{-98,-96},{-98,-84}, + {-94.4,-84}}, color={0,0,127})); connect(chiBeaTesBed.OutdoorAirTemp, sub.u1) annotation (Line(points={{12, -37.6},{14,-37.6},{14,-64},{-10,-64},{-10,-76},{-6,-76}}, color={0,0, 127})); @@ -133,8 +133,8 @@ equation connect(chiBeaTesBed.TDOASDis, DOAScon.ccT) annotation (Line(points={{12,-26}, {22,-26},{22,-50},{-24,-50},{-24,-34},{-74,-34},{-74,-22.6},{-54.6, -22.6}}, color={0,0,127})); - connect(DOAScon.retHum, eRWtemp.raT) annotation (Line(points={{-54.6,-10},{ - -86,-10},{-86,-12},{-118,-12},{-118,-90},{-108,-90},{-108,-80},{-94.4, + connect(DOAScon.retHum, eRWtemp.TAirRet) annotation (Line(points={{-54.6,-10}, + {-86,-10},{-86,-12},{-118,-12},{-118,-90},{-108,-90},{-108,-80},{-94.4, -80}}, color={0,0,127})); connect(chiBeaTesBed.dPDOASAir, DOAScon.DDSP) annotation (Line(points={{12, -10.8},{30,-10.8},{30,-10},{50,-10},{50,24},{-28,24},{-28,6},{-62,6}, @@ -142,8 +142,8 @@ equation connect(chiBeaTesBed.erwsuphum, DOAScon.erwHum) annotation (Line(points={{12, -28.6},{16,-28.6},{16,-66},{-70,-66},{-70,-25.2},{-54.6,-25.2}}, color={0,0,127})); - connect(eRWtemp.erwTsim, DOAScon.erwT) annotation (Line(points={{-69.6,-78},{ - -64,-78},{-64,-27.6},{-54.6,-27.6}}, color={0,0,127})); + connect(eRWtemp.yTSimEneRecWhe, DOAScon.erwT) annotation (Line(points={{-69.6, + -78},{-64,-78},{-64,-27.6},{-54.6,-27.6}}, color={0,0,127})); connect(DOAScon.saT, DOAScon.ccT) annotation (Line(points={{-54.6,-15.2},{-72, -15.2},{-72,-22.6},{-54.6,-22.6}}, color={0,0,127})); connect(chiBeaTesBed.rAT, DOAScon.raT) annotation (Line(points={{12,-34.4},{ @@ -171,9 +171,9 @@ equation color={0,0,127})); connect(DOAScon.yCC, chiBeaTesBed.uCooCoi) annotation (Line(points={{-23.14, -11},{-18,-11},{-18,-26},{-12,-26}}, color={0,0,127})); - connect(DOAScon.erwStart, eRWtemp.erwStart) annotation (Line(points={{-23.14, - -20},{-22,-20},{-22,-76},{-62,-76},{-62,-50},{-112,-50},{-112,-78},{ - -94.4,-78},{-94.4,-76}}, color={255,0,255})); + connect(DOAScon.erwStart, eRWtemp.uEneRecWheStart) annotation (Line(points={{ + -23.14,-20},{-22,-20},{-22,-76},{-62,-76},{-62,-50},{-112,-50},{-112, + -78},{-94.4,-78},{-94.4,-76}}, color={255,0,255})); connect(DOAScon.yRHC, chiBeaTesBed.uHeaCoi) annotation (Line(points={{-23.14, -14},{-18,-14},{-18,-22},{-12,-22}}, color={0,0,127})); connect(chiBeaTesBed.uPumSta, sysCon.yChiWatPum[1]) annotation (Line(points={ From b107a281a07d9d97d83d2d86e9521ad74e1054ee Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Tue, 26 Mar 2024 16:53:52 -0700 Subject: [PATCH 170/196] Deleted unused class for dewpoint temperature calculation --- Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo | 124 ------------------ .../OBC/FDE/DOAS/Validation/Dewpoint.mo | 49 ------- .../OBC/FDE/DOAS/Validation/package.order | 1 - Buildings/Controls/OBC/FDE/DOAS/package.order | 1 - 4 files changed, 175 deletions(-) delete mode 100644 Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo delete mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo diff --git a/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo b/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo deleted file mode 100644 index 1b6daebb36b..00000000000 --- a/Buildings/Controls/OBC/FDE/DOAS/Dewpoint.mo +++ /dev/null @@ -1,124 +0,0 @@ -within Buildings.Controls.OBC.FDE.DOAS; - -block Dewpoint "Calculates dewpoint temperature from Tdb and relative humidity." - // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealInput relHum(final min = 0, final max = 100) "Relative humidity sensor" annotation( - Placement(transformation(extent = {{-142, 52}, {-102, 92}}), iconTransformation(extent = {{-142, 40}, {-102, 80}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput dbT(final unit = "K", final displayUnit = "degC", final quantity = "ThermodynamicTemperature") "Dry bulb temperature sensor." annotation( - Placement(transformation(extent = {{-142, 12}, {-102, 52}}), iconTransformation(extent = {{-142, -80}, {-102, -40}}))); - // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.RealOutput dpT(final unit = "K", final displayUnit = "degC", final quantity = "ThermodynamicTemperature") "Dewpoint temperature" annotation( - Placement(transformation(extent = {{102, -96}, {142, -56}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); - Buildings.Controls.OBC.CDL.Reals.Log log "Calculate natural log of input value." annotation( - Placement(transformation(extent = {{-32, 56}, {-12, 76}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con100(final k = 100) "Real constant 100" annotation( - Placement(transformation(extent = {{-92, 46}, {-72, 66}}))); - Buildings.Controls.OBC.CDL.Reals.Multiply pro "Calculate the product of dry bulb temperature (degC) and 17.27" annotation( - Placement(transformation(extent = {{-30, 16}, {-10, 36}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1727(final k = 17.27) "Real constant 17.27" annotation( - Placement(visible = true, transformation(origin = {6, 2}, extent = {{-62, -10}, {-42, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Reals.Add add2 "Add dry bulb temperature (degC) and 237.3" annotation( - Placement(transformation(extent = {{-30, -34}, {-10, -14}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con2373(final k = 237.3) "Real constant 237.3" annotation( - Placement(transformation(extent = {{-62, -52}, {-42, -32}}))); - Buildings.Controls.OBC.CDL.Reals.Add add1 "Add two values." annotation( - Placement(transformation(extent = {{30, 16}, {50, 36}}))); - Buildings.Controls.OBC.CDL.Reals.Multiply pro1 "Output product of two inputs" annotation( - Placement(visible = true, transformation(origin = {8, 4}, extent = {{4, -46}, {24, -26}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Reals.Add add3 "Output the sum of two inputs" annotation( - Placement(visible = true, transformation(origin = {0, 0}, extent = {{32, -80}, {52, -60}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con1(final k = 1) "Real constant 1" annotation( - Placement(transformation(extent = {{4, -72}, {24, -52}}))); - //Buildings.Controls.OBC.CDL.Reals.Add add4(final k2 = -1) "Subtract 273.15 from dry bulb temperature." annotation( - //Placement(transformation(extent = {{-92, 16}, {-72, 36}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant con27315(final k = 273.15) "Real constant 273.15" annotation( - Placement(visible = true, transformation(origin = {-18, -14}, extent = {{-92, -14}, {-72, 6}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Reals.Add add5 "Add 273.15 to the final value to output dew point temperature in K" annotation( - Placement(transformation(extent = {{70, -86}, {90, -66}}))); - Buildings.Controls.OBC.CDL.Reals.Divide div4 "Divide relative humidity by 100" annotation( - Placement(visible = true, transformation(origin = {-52, 74}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - CDL.Reals.Divide div "Output first input divided by second input" annotation( - Placement(visible = true, transformation(origin = {10, 14}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Reals.Divide div1 "Output first input divided by second input" annotation( - Placement(visible = true, transformation(origin = {82, 20}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Reals.Divide div2 annotation( - Placement(visible = true, transformation(origin = {72, -40}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Reals.Subtract sub "subtract 273.15 from dry bulb temp" annotation( - Placement(visible = true, transformation(origin = {-76, 26}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); -equation - connect(con1727.y, pro.u2) annotation( - Line(points = {{-34, 2}, {-34, 20}, {-32, 20}}, color = {0, 0, 127})); - connect(con2373.y, add2.u2) annotation( - Line(points = {{-40, -42}, {-36, -42}, {-36, -30}, {-32, -30}}, color = {0, 0, 127})); - connect(log.y, add1.u1) annotation( - Line(points = {{-10, 66}, {24, 66}, {24, 32}, {28, 32}}, color = {0, 0, 127})); - connect(con2373.y, pro1.u2) annotation( - Line(points = {{-40, -42}, {-18, -42}, {-18, -38}, {10, -38}}, color = {0, 0, 127})); - connect(add3.u1, con1.y) annotation( - Line(points = {{30, -64}, {28, -64}, {28, -62}, {26, -62}}, color = {0, 0, 127})); - // connect(con27315.y, add4.u2) annotation( - //Line(points = {{-88, -18}, {-88, 14}, {-98, 14}, {-98, 20}, {-94, 20}}, color = {0, 0, 127})); - //connect(dbT, add4.u1) annotation( - // Line(points = {{-122, 32}, {-94, 32}}, color = {0, 0, 127})); - //connect(add4.y, pro.u1) annotation( - //Line(points = {{-70, 26}, {-52, 26}, {-52, 32}, {-32, 32}}, color = {0, 0, 127})); - //connect(add4.y, add2.u1) annotation( - //Line(points = {{-70, 26}, {-64, 26}, {-64, -18}, {-32, -18}}, color = {0, 0, 127})); - connect(add5.y, dpT) annotation( - Line(points = {{92, -76}, {122, -76}}, color = {0, 0, 127})); - connect(con27315.y, add5.u2) annotation( - Line(points = {{-88, -18}, {-88, -68}, {-22, -68}, {-22, -82}, {68, -82}}, color = {0, 0, 127})); - connect(relHum, div4.u1) annotation( - Line(points = {{-122, 72}, {-82, 72}, {-82, 80}, {-64, 80}}, color = {0, 0, 127})); - connect(con100.y, div4.u2) annotation( - Line(points = {{-70, 56}, {-68, 56}, {-68, 68}, {-64, 68}}, color = {0, 0, 127})); - connect(div4.y, log.u) annotation( - Line(points = {{-40, 74}, {-38, 74}, {-38, 66}, {-34, 66}}, color = {0, 0, 127})); - connect(add2.y, div.u2) annotation( - Line(points = {{-8, -24}, {-6, -24}, {-6, 8}, {-2, 8}}, color = {0, 0, 127})); - connect(pro.y, div.u1) annotation( - Line(points = {{-8, 26}, {-6, 26}, {-6, 20}, {-2, 20}}, color = {0, 0, 127})); - connect(div.y, add1.u2) annotation( - Line(points = {{22, 14}, {22, 20}, {28, 20}}, color = {0, 0, 127})); - connect(add1.y, div1.u1) annotation( - Line(points = {{52, 26}, {70, 26}}, color = {0, 0, 127})); - connect(con1727.y, div1.u2) annotation( - Line(points = {{-34, 2}, {64, 2}, {64, 14}, {70, 14}}, color = {0, 0, 127})); - connect(div1.y, add3.u2) annotation( - Line(points = {{94, 20}, {108, 20}, {108, -18}, {-6, -18}, {-6, -76}, {30, -76}}, color = {0, 0, 127})); - connect(pro1.y, div2.u1) annotation( - Line(points = {{34, -32}, {47, -32}, {47, -34}, {60, -34}}, color = {0, 0, 127})); - connect(add3.y, div2.u2) annotation( - Line(points = {{54, -70}, {54, -59}, {60, -59}, {60, -46}}, color = {0, 0, 127})); - connect(div2.y, add5.u1) annotation( - Line(points = {{84, -40}, {94, -40}, {94, -56}, {62, -56}, {62, -70}, {68, -70}}, color = {0, 0, 127})); - connect(dbT, sub.u1) annotation( - Line(points = {{-122, 32}, {-88, 32}}, color = {0, 0, 127})); - connect(con27315.y, sub.u2) annotation( - Line(points = {{-88, -18}, {-82, -18}, {-82, 6}, {-96, 6}, {-96, 20}, {-88, 20}}, color = {0, 0, 127})); - connect(sub.y, pro.u1) annotation( - Line(points = {{-64, 26}, {-50, 26}, {-50, 32}, {-32, 32}}, color = {0, 0, 127})); - connect(sub.y, add2.u1) annotation( - Line(points = {{-64, 26}, {-64, -18}, {-32, -18}}, color = {0, 0, 127})); - connect(div1.y, pro1.u1) annotation( - Line(points = {{94, 20}, {94, -8}, {2, -8}, {2, -26}, {10, -26}}, color = {0, 0, 127})); - annotation( - defaultComponentName = "Dewpt", - Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics = {Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, fillPattern = FillPattern.Solid, extent = {{-100, 100}, {100, -100}}, radius = 10), Text(textColor = {28, 108, 200}, extent = {{-60, 66}, {28, -30}}, textString = "T"), Text(textColor = {28, 108, 200}, extent = {{-28, 0}, {62, -60}}, textString = "dp"), Text(textColor = {28, 108, 200}, extent = {{-96, 74}, {-58, 46}}, textString = "relHum"), Text(textColor = {28, 108, 200}, extent = {{-96, -50}, {-66, -70}}, textString = "dbT"), Text(textColor = {28, 108, 200}, extent = {{64, 12}, {98, -12}}, textString = "%dpT")}), - Diagram(coordinateSystem(preserveAspectRatio = false)), - Documentation(revisions = " -
                                                                      -
                                                                    • -September 16, 2020, by Henry Nickels:
                                                                      -First implementation.
                                                                    • -
                                                                    -", info = " -

                                                                    Dewpoint Temperature Calculation

                                                                    -

                                                                    This block calculates dewpoint -(dpT) using a reduced formula that only -requires dry bulb temperature -(dbT) and relative humidity -(relHum) inputs. -

                                                                    -")); -end Dewpoint; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo deleted file mode 100644 index b0393544955..00000000000 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/Dewpoint.mo +++ /dev/null @@ -1,49 +0,0 @@ -within Buildings.Controls.OBC.FDE.DOAS.Validation; -model Dewpoint "This model simulates Dewpoint calculations." - - Buildings.Controls.OBC.FDE.DOAS.Dewpoint Dewpt - annotation (Placement(transformation(extent={{-4,-10},{16,10}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Sin ralHumGen( - amplitude=10, - freqHz=1/3600, - offset=60, - startTime=0) - annotation (Placement(transformation(extent={{-48,8},{-28,28}}))); - - Buildings.Controls.OBC.CDL.Reals.Sources.Sin raTGen( - amplitude=3, - freqHz=1/4800, - phase=0.78539816339745, - offset=295, - startTime=0) - annotation (Placement(transformation(extent={{-48,-30},{-28,-10}}))); - -equation - connect(ralHumGen.y, Dewpt.relHum) annotation ( - Line(points={{-26,18},{-16,18},{-16,6},{-6.2,6}}, color={0,0,127})); - - connect(raTGen.y, Dewpt.dbT) annotation ( - Line(points={{-26,-20},{-16,-20},{-16,-6},{-6.2,-6}}, color={0,0,127})); - - annotation ( - Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, - fillPattern= -FillPattern.Solid,extent={{-100,-100},{100,100}}),Polygon(lineColor = {0,0,255},fillColor = {75,138,73},pattern = LinePattern.None, - fillPattern= -FillPattern.Solid,points={{-36,60},{64,0},{-36,-60},{-36,60}})}), - Diagram(coordinateSystem(preserveAspectRatio=false)), - Documentation(revisions=" -
                                                                      -
                                                                    • -September 16, 2020, by Henry Nickels:
                                                                      -First implementation.
                                                                    • -
                                                                    -", info=" -

                                                                    -This example simulates - -Buildings.Controls.OBC.FDE.DOAS.Dewpoint. -

                                                                    -")); -end Dewpoint; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order b/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order index e7a060f8e2f..c0d05c923ef 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order @@ -1,7 +1,6 @@ DOAScontroller CoolingCoil DehumMode -Dewpoint EconMode EnergyWheel erwTsim diff --git a/Buildings/Controls/OBC/FDE/DOAS/package.order b/Buildings/Controls/OBC/FDE/DOAS/package.order index 697a2d555d4..fc4708e8711 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/package.order +++ b/Buildings/Controls/OBC/FDE/DOAS/package.order @@ -1,7 +1,6 @@ DOAScontroller CoolingCoil DehumMode -Dewpoint EconMode EnergyWheel erwTsim From 34976e3dbf54b3641cbec53f4a37880f2da71203 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Tue, 26 Mar 2024 17:26:55 -0700 Subject: [PATCH 171/196] Moved energy recovery wheel simulator block to baseclasses package within validation package --- .../{ => Baseclasses/Validation}/erwTsim.mo | 4 ++-- .../Baseclasses/Validation/package.mo | 22 +++++++++++++++++++ .../Baseclasses/Validation/package.order | 1 + .../{ => Validation/Baseclasses}/erwTsim.mo | 6 ++--- .../DOAS/Validation/Baseclasses/package.mo | 5 +++++ .../DOAS/Validation/Baseclasses/package.order | 2 ++ .../OBC/FDE/DOAS/Validation/DOAScontroller.mo | 6 ++--- .../OBC/FDE/DOAS/Validation/package.order | 2 +- Buildings/Controls/OBC/FDE/DOAS/package.order | 1 - 9 files changed, 39 insertions(+), 10 deletions(-) rename Buildings/Controls/OBC/FDE/DOAS/Validation/{ => Baseclasses/Validation}/erwTsim.mo (93%) create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.order rename Buildings/Controls/OBC/FDE/DOAS/{ => Validation/Baseclasses}/erwTsim.mo (98%) create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/package.mo create mode 100644 Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/package.order diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/erwTsim.mo similarity index 93% rename from Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo rename to Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/erwTsim.mo index aede8954d67..fcdb415ed84 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/erwTsim.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/erwTsim.mo @@ -1,7 +1,7 @@ -within Buildings.Controls.OBC.FDE.DOAS.Validation; +within Buildings.Controls.OBC.FDE.DOAS.Validation.Baseclasses.Validation; model erwTsim "This model simulates erwTsim" - Buildings.Controls.OBC.FDE.DOAS.erwTsim ERWtemp + Buildings.Controls.OBC.FDE.DOAS.Validation.Baseclasses.erwTsim ERWtemp annotation (Placement(transformation(extent={{44,-10},{64,10}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse erwStartgen(width=0.6, period=2880) diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.mo new file mode 100644 index 00000000000..8ec947a0a7d --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.mo @@ -0,0 +1,22 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation.Baseclasses; +package Validation + +annotation (Icon(graphics={ + Rectangle( + lineColor={200,200,200}, + fillColor={248,248,248}, + fillPattern=FillPattern.HorizontalCylinder, + extent={{-100,-100},{100,100}}, + radius=25.0), + Rectangle( + lineColor={128,128,128}, + extent={{-100,-100},{100,100}}, + radius=25.0), + Polygon( + origin={8,14}, + lineColor={78,138,73}, + fillColor={78,138,73}, + pattern=LinePattern.None, + fillPattern=FillPattern.Solid, + points={{-58.0,46.0},{42.0,-14.0},{-58.0,-74.0},{-58.0,46.0}})})); +end Validation; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.order b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.order new file mode 100644 index 00000000000..603e61da0ab --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.order @@ -0,0 +1 @@ +erwTsim diff --git a/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/erwTsim.mo similarity index 98% rename from Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo rename to Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/erwTsim.mo index 6c5cae93629..ec8d6bc48f5 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/erwTsim.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/erwTsim.mo @@ -1,4 +1,4 @@ -within Buildings.Controls.OBC.FDE.DOAS; +within Buildings.Controls.OBC.FDE.DOAS.Validation.Baseclasses; block erwTsim "ERW supply temperature simulator" parameter Real erwEff( @@ -9,8 +9,8 @@ block erwTsim "ERW supply temperature simulator" // ---inputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uBypDam "True when ERW bypass dampers are commanded open." annotation (Placement( - transformation(extent={{-142,28},{-102,68}}), iconTransformation(extent - ={{-144,40},{-104,80}}))); + transformation(extent={{-142,28},{-102,68}}), iconTransformation(extent= + {{-144,40},{-104,80}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirRet "Return air temperature sensor value." annotation (Placement(transformation( diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/package.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/package.mo new file mode 100644 index 00000000000..3f888103cc0 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/package.mo @@ -0,0 +1,5 @@ +within Buildings.Controls.OBC.FDE.DOAS.Validation; +package Baseclasses + extends Modelica.Icons.BasesPackage; + +end Baseclasses; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/package.order b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/package.order new file mode 100644 index 00000000000..857fbe52005 --- /dev/null +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/package.order @@ -0,0 +1,2 @@ +erwTsim +Validation diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo index 6c2cd4f7251..2caaf3617f4 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo @@ -281,9 +281,9 @@ model DOAScontroller "DOAS controller" "Supply air temperature simulator." annotation(Placement(transformation(extent = {{-24, -62}, {-4, -42}}))); - Buildings.Controls.OBC.FDE.DOAS.erwTsim ERWtemp - "Energy recovery wheel supply temperature simulator." - annotation(Placement(transformation(extent = {{110, -28}, {130, -8}}))); + Buildings.Controls.OBC.FDE.DOAS.Validation.Baseclasses.erwTsim ERWtemp + "Energy recovery wheel supply temperature simulator." + annotation (Placement(transformation(extent={{110,-28},{130,-8}}))); Buildings.Controls.OBC.CDL.Logical.Pre pre annotation(Placement(visible = true, transformation(origin = {-68, 52}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order b/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order index c0d05c923ef..a9ddbbdfb40 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order @@ -3,8 +3,8 @@ CoolingCoil DehumMode EconMode EnergyWheel -erwTsim ExhaustFanController HeatingCoil TSupSet SupplyFanController +Baseclasses diff --git a/Buildings/Controls/OBC/FDE/DOAS/package.order b/Buildings/Controls/OBC/FDE/DOAS/package.order index fc4708e8711..1bff27d0409 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/package.order +++ b/Buildings/Controls/OBC/FDE/DOAS/package.order @@ -3,7 +3,6 @@ CoolingCoil DehumMode EconMode EnergyWheel -erwTsim ExhaustFanController HeatingCoil SupplyFanController From 768e7125f0150e4e404041c97487a695f129a4a5 Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Tue, 26 Mar 2024 18:38:54 -0700 Subject: [PATCH 172/196] Updated path to energy recovery wheel simulator --- .../ChilledBeamSystem/ClosedLoopValidation.mo | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index 23da327d09e..afa9b6f0161 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -54,8 +54,11 @@ model ClosedLoopValidation Placement(visible = true, transformation(origin = {72, 64}, extent = {{-152, 40}, {-132, 60}}, rotation = 0))); Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable TSetRooCoo(extrapolation = Buildings.Controls.OBC.CDL.Types.Extrapolation.Periodic, smoothness = Buildings.Controls.OBC.CDL.Types.Smoothness.ConstantSegments, table = [0, 30 + 273.15; 8*3600, 25 + 273.15; 18*3600, 30 + 273.15; 24*3600, 30 + 273.15]) annotation ( Placement(visible = true, transformation(origin = {74, 122}, extent = {{-152, 10}, {-132, 30}}, rotation = 0))); - Buildings.Controls.OBC.FDE.DOAS.erwTsim eRWtemp annotation ( - Placement(visible = true, transformation(origin={-82,-78}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + Buildings.Controls.OBC.FDE.DOAS.Validation.Baseclasses.erwTsim eRWtemp + annotation (Placement(visible=true, transformation( + origin={-82,-78}, + extent={{-10,-10},{10,10}}, + rotation=0))); Buildings.Controls.OBC.CDL.Reals.Subtract sub annotation ( Placement(visible = true, transformation(origin={6,-82}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Routing.BooleanScalarReplicator booleanScalarReplicator(nout = 5) annotation ( @@ -117,8 +120,8 @@ equation connect(chiBeaTesBed.relHumDOASRet, eRWtemp.TAirRet) annotation (Line(points= {{12,-31},{24,-31},{24,-36},{38,-36},{38,-94},{-108,-94},{-108,-80},{ -94.4,-80}}, color={0,0,127})); - connect(chiBeaTesBed.OutdoorAirTemp, eRWtemp.TAirOut) annotation (Line(points - ={{12,-37.6},{20,-37.6},{20,-40},{26,-40},{26,-96},{-98,-96},{-98,-84}, + connect(chiBeaTesBed.OutdoorAirTemp, eRWtemp.TAirOut) annotation (Line(points= + {{12,-37.6},{20,-37.6},{20,-40},{26,-40},{26,-96},{-98,-96},{-98,-84}, {-94.4,-84}}, color={0,0,127})); connect(chiBeaTesBed.OutdoorAirTemp, sub.u1) annotation (Line(points={{12, -37.6},{14,-37.6},{14,-64},{-10,-64},{-10,-76},{-6,-76}}, color={0,0, From 974c3126c8e1bfda56dd1b187c72785a3bc67ce2 Mon Sep 17 00:00:00 2001 From: cerrinamouchref-pnnl Date: Fri, 29 Mar 2024 18:33:09 -0700 Subject: [PATCH 173/196] Updates to naming for DOAS controller --- .../Controls/OBC/FDE/DOAS/CoolingCoil.mo | 47 +- .../Controls/OBC/FDE/DOAS/DOAScontroller.mo | 481 ++++++++++-------- Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo | 47 +- .../DOAS/{EconMode.mo => EconomizerMode.mo} | 45 +- .../Controls/OBC/FDE/DOAS/EnergyWheel.mo | 55 +- ...{ExhaustFanController.mo => ExhaustFan.mo} | 31 +- .../Controls/OBC/FDE/DOAS/HeatingCoil.mo | 19 +- .../OBC/FDE/DOAS/SupplyFanController.mo | 56 +- ...SupSet.mo => SupplyTemperatureSetpoint.mo} | 48 +- .../Baseclasses/Validation/package.mo | 2 +- .../DOAS/Validation/Baseclasses/erwTsim.mo | 3 +- .../OBC/FDE/DOAS/Validation/DOAScontroller.mo | 67 +-- .../DOAS/Validation/SupplyFanController.mo | 4 +- Buildings/Controls/OBC/FDE/DOAS/package.order | 6 +- 14 files changed, 494 insertions(+), 417 deletions(-) rename Buildings/Controls/OBC/FDE/DOAS/{EconMode.mo => EconomizerMode.mo} (82%) rename Buildings/Controls/OBC/FDE/DOAS/{ExhaustFanController.mo => ExhaustFan.mo} (87%) rename Buildings/Controls/OBC/FDE/DOAS/{TSupSet.mo => SupplyTemperatureSetpoint.mo} (82%) diff --git a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo index a089785a1a8..c2cde543823 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo @@ -1,26 +1,44 @@ within Buildings.Controls.OBC.FDE.DOAS; block CoolingCoil "This block commands the cooling coil." - parameter Real erwDPadj( final unit = "K", final quantity = "TemperatureDifference") = 5 "Value subtracted from ERW supply air dewpoint."; parameter CDL.Types.SimpleController controllerTypeDeh=Buildings.Controls.OBC.CDL.Types.SimpleController.PI - "Type of controller"; + "PID controller for cooling air in dehumidification mode"; + parameter Real kDeh=1 - "Gain of controller"; + "Gain of conPIDDeh controller"; + parameter Real TiDeh=0.5 - "Time constant of integrator block"; + "Time constant of integrator block for conPIDDeh controller"; + + parameter Real TdDeh=0.1 "Time constant of derivative block for conPIDDeh controller"; parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI - "Type of controller"; - parameter Real kRegOpe=1 "Gain of controller"; - parameter Real TiRegOpe=0.5 "Time constant of integrator block"; + "PID controller for regular cooling coil operation mode"; + + parameter Real kRegOpe=1 "Gain of conPIDRegOpe controller"; + + parameter Real TiRegOpe=0.5 "Time constant of integrator block for conPIDRegOpe controller"; + + parameter Real TdRegOpe=0.1 "Time constant of derivative block for conPIDRegOpe controller"; // ---inputs--- + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro + "Supply fan proven on signal" annotation (Placement(transformation(extent={{ + -142,-116},{-102,-76}}), iconTransformation(extent={{-142,64},{-102, + 104}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDeh + "Dehumidification mode enable signal" annotation (Placement(transformation( + extent={{-142,-24},{-102,16}}), iconTransformation(extent={{-142,-26}, + {-102,14}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSup( final unit="K", final displayUnit="degC", @@ -37,10 +55,6 @@ block CoolingCoil "This block commands the cooling coil." transformation(extent={{-142,-86},{-102,-46}}), iconTransformation( extent={{-142,8},{-102,48}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro - "Supply fan proven on signal" annotation (Placement(transformation(extent={{ - -142,-116},{-102,-76}}), iconTransformation(extent={{-142,64},{-102, - 104}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput phiAirEneRecWhe( final min=0, @@ -66,16 +80,13 @@ block CoolingCoil "This block commands the cooling coil." transformation(extent={{-142,64},{-102,104}}), iconTransformation( extent={{-142,-52},{-102,-12}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDeh - "Dehumidification mode enable signal" annotation (Placement(transformation( - extent={{-142,-24},{-102,16}}), iconTransformation(extent={{-142,-26}, - {-102,14}}))); + // ---outputs--- Buildings.Controls.OBC.CDL.Interfaces.RealOutput yCoiCoo "Cooling coil control signal" annotation (Placement(transformation(extent={{ 102,56},{142,96}}), iconTransformation(extent={{102,-20},{142,20}}))); - +protected Buildings.Controls.OBC.CDL.Reals.Sources.Constant conZer(final k=0) "Real constant zero" annotation (Placement(transformation(extent={{-30,-80},{-10,-60}}))); @@ -95,7 +106,8 @@ block CoolingCoil "This block commands the cooling coil." Buildings.Controls.OBC.CDL.Reals.PID conPIDRegOpe( controllerType=controllerTypeRegOpe, k=kRegOpe, - Ti=TiRegOpe, reverseActing=false) + Ti=TiRegOpe, + Td=TdRegOpe, reverseActing=false) "PID controller for regular cooling coil operation mode" annotation ( Placement(visible=true, transformation( origin={-62,-42}, @@ -106,6 +118,7 @@ block CoolingCoil "This block commands the cooling coil." controllerType=controllerTypeDeh, k=kDeh, Ti=TiDeh, + Td=TdDeh, reverseActing=false) "PID controller for cooling air in dehumidification mode" annotation ( Placement(visible=true, transformation( diff --git a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo index cc23c758a1d..b058a419657 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo @@ -161,103 +161,95 @@ block DOAScontroller "DOAS controller built from DOAS blocks." annotation(Dialog(tab = "Temperature", group = "Set Point")); // ---inputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput occ + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput Occ "True when occupied mode is active" annotation(Placement(transformation(extent = {{-142, 56}, {-102, 96}}), iconTransformation(extent = {{-140, 76}, {-100, 116}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput mostOpenDam - "Most open damper position from all terminal units served." - annotation(Placement(transformation(extent = {{-142, 30}, {-102, 70}}), - iconTransformation(extent = {{-140, 52}, {-100, 92}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput supFanStatus - "True when supply fan is proven on." - annotation(Placement(transformation(extent = {{-140, 4}, {-100, 44}}), - iconTransformation(extent = {{-140, 28}, {-100, 68}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput DDSP( - final unit = "Pa", - final quantity = "PressureDifference") - "Down duct static pressure measurement." - annotation(Placement(transformation(extent = {{-140, -22}, {-100, 18}}), - iconTransformation(extent = {{-140, 4}, {-100, 44}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput retHum( - final min = 0, - final max = 100, - final displayUnit = "rh") - "Return air relative humidity sensor." - annotation(Placement(transformation(extent = {{-140, -80}, {-100, -40}}), - iconTransformation(extent = {{-140, -20}, {-100, 20}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput saT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") - "Supply air temperature sensor." - annotation(Placement(transformation(extent = {{-140, -106}, {-100, -66}}), - iconTransformation(extent = {{-140, -72}, {-100, -32}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput ccT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") - "Cooling coil discharge air temperature sensor." - annotation(Placement(transformation(extent = {{-140, -184}, {-100, -144}}), - iconTransformation(extent = {{-140, -146}, {-100, -106}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput erwHum( - final min = 0, - final max = 100, - final displayUnit = "rh") - "ERW relative humidity sensor" - annotation(Placement(transformation(extent = {{-140, -210}, {-100, -170}}), - iconTransformation(extent = {{-140, -172}, {-100, -132}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput erwT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") - "ERW dry bulb temperature sensor." - annotation(Placement(transformation(extent = {{-140, -236}, {-100, -196}}), - iconTransformation(extent = {{-140, -196}, {-100, -156}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput oaT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") - "Outside air temperature" - annotation(Placement(transformation(extent = {{-140, -158}, {-100, -118}}), - iconTransformation(extent = {{-140, -122}, {-100, -82}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput raT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") - "Return air temperature sensor." - annotation(Placement(transformation(extent = {{-140, -132}, {-100, -92}}), - iconTransformation(extent = {{-140, -96}, {-100, -56}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput exhFanProof - "True when exhaust fan is proven on." - annotation(Placement(transformation(extent = {{-140, -262}, {-100, -222}}), - iconTransformation(extent = {{-140, -220}, {-100, -180}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput bldgSP( - final unit = "Pa", - final quantity = "PressureDifference") - "Building static pressure" - annotation(Placement(transformation(extent = {{-140, -290}, {-100, -250}}), - iconTransformation(extent = {{-140, -244}, {-100, -204}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealInput highSpaceT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") - "Highest space temperature reported from all terminal units." - annotation(Placement(transformation(extent = {{-140, -50}, {-100, -10}}), - iconTransformation(extent = {{-140, -46}, {-100, -6}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput uDamMaxOpe + "Most open damper position from all terminal units served." annotation ( + Placement(transformation(extent={{-142,30},{-102,70}}), + iconTransformation(extent={{-140,52},{-100,92}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro + "True when supply fan is proven on." annotation (Placement(transformation( + extent={{-140,4},{-100,44}}), iconTransformation(extent={{-140,28},{-100, + 68}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dPAirDucSta(final unit="Pa", + final quantity="PressureDifference") + "Down duct static pressure measurement." annotation (Placement( + transformation(extent={{-140,-22},{-100,18}}), iconTransformation( + extent={{-140,4},{-100,44}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput phiAirRet( + final min=0, + final max=100, + final displayUnit="rh") "Return air relative humidity sensor." annotation ( + Placement(transformation(extent={{-140,-80},{-100,-40}}), + iconTransformation(extent={{-140,-20},{-100,20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSup( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") "Supply air temperature sensor." + annotation (Placement(transformation(extent={{-140,-106},{-100,-66}}), + iconTransformation(extent={{-140,-72},{-100,-32}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirDisCoiCoo( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") + "Cooling coil discharge air temperature sensor." annotation (Placement( + transformation(extent={{-140,-184},{-100,-144}}), iconTransformation( + extent={{-140,-146},{-100,-106}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput phiAirEneRecWhe( + final min=0, + final max=100, + final displayUnit="rh") "ERW relative humidity sensor" annotation ( + Placement(transformation(extent={{-140,-210},{-100,-170}}), + iconTransformation(extent={{-140,-172},{-100,-132}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSupEneWhe( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") + "ERW dry bulb temperature sensor." annotation (Placement(transformation( + extent={{-140,-236},{-100,-196}}), iconTransformation(extent={{-140,-196}, + {-100,-156}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirOut( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") "Outside air temperature" + annotation (Placement(transformation(extent={{-140,-158},{-100,-118}}), + iconTransformation(extent={{-140,-122},{-100,-82}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirRet( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") "Return air temperature sensor." + annotation (Placement(transformation(extent={{-140,-132},{-100,-92}}), + iconTransformation(extent={{-140,-96},{-100,-56}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanExhPro + "True when exhaust fan is proven on." annotation (Placement(transformation( + extent={{-140,-262},{-100,-222}}), iconTransformation(extent={{-140,-220}, + {-100,-180}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput dPAirStaBui(final unit="Pa", + final quantity="PressureDifference") "Building static pressure" + annotation (Placement(transformation(extent={{-140,-290},{-100,-250}}), + iconTransformation(extent={{-140,-244},{-100,-204}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirHig( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature") + "Highest space temperature reported from all terminal units." annotation ( + Placement(transformation(extent={{-140,-50},{-100,-10}}), + iconTransformation(extent={{-140,-46},{-100,-6}}))); // ---outputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yFanSup @@ -265,169 +257,214 @@ block DOAScontroller "DOAS controller built from DOAS blocks." transformation(extent={{102,54},{142,94}}), iconTransformation(extent={ {102,34},{142,74}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput supFanSpeed - "Supply fan speed command" - annotation(Placement(transformation(extent = {{102, 28}, {142, 68}}), - iconTransformation(extent = {{102, 2}, {142, 42}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yCC - "Cooling coil control signal" - annotation(Placement(transformation(extent = {{102, 2}, {142, 42}}), - iconTransformation(extent = {{102, -30}, {142, 10}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput yRHC - "Reheat coil valve command." - annotation(Placement(transformation(extent = {{102, -24}, {142, 16}}), - iconTransformation(extent = {{102, -60}, {142, -20}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput bypDam - "Bypass damper command; true when commanded full open." - annotation(Placement(transformation(extent = {{102, -50}, {142, -10}}), - iconTransformation(extent = {{102, -90}, {142, -50}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput erwStart - "Command to start the energy recovery wheel." - annotation(Placement(transformation(extent = {{102, -74}, {142, -34}}), - iconTransformation(extent = {{102, -120}, {142, -80}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput erwSpeed - "Energy recovery wheel speed command." - annotation(Placement(transformation(extent = {{102, -100}, {142, -60}}), - iconTransformation(extent = {{102, -152}, {142, -112}}))); - - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput exhFanStart - "Command exhaust fan to start when true." - annotation(Placement(transformation(extent = {{102, -128}, {142, -88}}), - iconTransformation(extent = {{102, -184}, {142, -144}}))); - - Buildings.Controls.OBC.CDL.Interfaces.RealOutput exhFanSpeed - "Exhaust fan speed command" - annotation(Placement(transformation(extent = {{102, -156}, {142, -116}}), - iconTransformation(extent = {{102, -216}, {142, -176}}))); - - Buildings.Controls.OBC.FDE.DOAS.SupplyFanController SFcon + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yFanSupSpe + "Supply fan speed command" annotation (Placement(transformation(extent={{ + 102,28},{142,68}}), iconTransformation(extent={{102,2},{142,42}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yCoiCoo + "Cooling coil control signal" annotation (Placement(transformation(extent={ + {102,2},{142,42}}), iconTransformation(extent={{102,-30},{142,10}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yCoiHea + "Reheat coil valve command." annotation (Placement(transformation(extent={{ + 102,-24},{142,16}}), iconTransformation(extent={{102,-60},{142,-20}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yBypDam + "Bypass damper command; true when commanded full open." annotation ( + Placement(transformation(extent={{102,-50},{142,-10}}), + iconTransformation(extent={{102,-90},{142,-50}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yEneRecWheEna + "Command to start the energy recovery wheel." annotation (Placement( + transformation(extent={{102,-74},{142,-34}}), iconTransformation(extent + ={{102,-120},{142,-80}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yEneRecWheSpe + "Energy recovery wheel speed command." annotation (Placement(transformation( + extent={{102,-108},{142,-68}}), iconTransformation(extent={{102,-152}, + {142,-112}}))); + + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yExhFanSta + "Command exhaust fan to start when true." annotation (Placement( + transformation(extent={{100,-140},{140,-100}}), iconTransformation( + extent={{102,-184},{142,-144}}))); + + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yExhFanSpe + "Exhaust fan speed command" annotation (Placement(transformation(extent={{ + 104,-188},{144,-148}}), iconTransformation(extent={{102,-216},{142, + -176}}))); + + Buildings.Controls.OBC.FDE.DOAS.SupplyFanController SFcon( + is_vav=is_vav, + yMinDamSet=yMinDamSet, + yMaxDamSet=yMaxDamSet, + damSet=damSet, + kDam=kDam, + TiDam=TiDam, + TdDam=TdDam, + controllerTypeDam=controllerTypeDam, + dPDucSetCV=dPDucSetCV, + fanSpeMin=fanSpeMin, + kFanSpe=kFanSpe, + TdFanSpe=TdFanSpe, + TiFanSpe=TiFanSpe, + controllerTypeFanSpe=controllerTypeFanSpe) "This block manages start, stop, status, and speed of the supply fan." - annotation(Placement(transformation(extent = {{-84, 58}, {-64, 78}}))); - - Buildings.Controls.OBC.FDE.DOAS.ExhaustFanController EFcon - "This block manages start, stop, and speed of the exhaust fan." - annotation(Placement(transformation(extent = {{58, -106}, {78, -86}}))); - - Buildings.Controls.OBC.FDE.DOAS.EnergyWheel ERWcon + annotation(Placement(transformation(extent={{-50,54},{-30,74}}))); + + Buildings.Controls.OBC.FDE.DOAS.EnergyWheel ERWcon( + dTThrEneRec=dTThrEneRec, + dThys=dThys, + timDelEneRec=timdelEneRec, + controllerTypeEneWheHea=controllerTypeEneWheHea, + kEneWheHea=kEneWheHea, + TiEneWheHea=TiEneWheHea, + TdEneWheHea=TdEneWheHea, + kEneWheCoo=kEneWheCoo, + TiEneWheCoo=TiEneWheCoo, + controllerTypeEneWheCoo=controllerTypeEneWheCoo, + TdEneWheCoo=TdEneWheCoo) "This block commands the energy recovery wheel and associated bypass dampers." annotation(Placement(transformation(extent = {{58, -64}, {78, -44}}))); - Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling + Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling( + erwDPadj=erwDPadj, + controllerTypeDeh=controllerTypeDeh, + kDeh=kDeh, + TiDeh=TiDeh, + TdDeh=TdDeh, + controllerTypeRegOpe=controllerTypeRegOpe, + kRegOpe=kRegOpe, + TiRegOpe=TiRepOpe, + TdRegOpe=TdRegOpe) "This block commands the cooling coil." annotation(Placement(transformation(extent = {{58, 18}, {78, 38}}))); - Buildings.Controls.OBC.FDE.DOAS.HeatingCoil Heating + Buildings.Controls.OBC.FDE.DOAS.HeatingCoil Heating( + controllerTypeCoiHea=controllerTypeCoiHea, + kCoiHea=kCoiHea, + TiCoiHea=TiCoiHea, + TdCoiHea=TdCoiHea) "This block commands the heating coil." annotation(Placement(transformation(extent = {{58, -18}, {78, 2}}))); - Buildings.Controls.OBC.FDE.DOAS.TSupSet TSupSetpt - "This block caclulates the DOAS supply air temperature set point." - annotation(Placement(transformation(extent = {{-8, -6}, {12, 14}}))); - - Buildings.Controls.OBC.FDE.DOAS.DehumMode DehumMod + Buildings.Controls.OBC.FDE.DOAS.DehumMode DehumMod( + dehumSet=dehumSet, + timThrDehDis=timThrDehDis, + timDelDehEna=timDelDehEna, + timThrDehEna=timThrDehEna) "This block calculates when dehumidification mode is active." annotation(Placement(transformation(extent = {{-48, 8}, {-28, 28}}))); - Buildings.Controls.OBC.FDE.DOAS.EconMode EconMod - "This block calculates when economizer mode is active." - annotation(Placement(visible = true, transformation(origin = {2, 0}, - extent = {{26, -42}, {46, -22}}, rotation = 0))); + ExhaustFan EFcon1( + dPSetBui=dPSetBui, + kExhFan=kExhFan, + TiExhFan=TiExhFan, + TdExhFan=TdExhFan, + controllerTypeExhFan=controllerTypeExhFan) + annotation (Placement(transformation(extent={{44,-124},{64,-104}}))); + EconomizerMode EconMod1(dTEcoThr=dTEcoThr) + annotation (Placement(transformation(extent={{32,-42},{52,-22}}))); + SupplyTemperatureSetpoint TSupSetpt( + TSupLowSet=TSupLowSet, + TSupHigSet=TSupHigSet, + THigZon=THigZon, + TLowZon=TLowZon, + TSupCooOff=TSupCooOff, + TSupHeaOff=TSupHeaOff) + annotation (Placement(transformation(extent={{0,-8},{20,12}}))); equation - connect(SFcon.Occ, occ) annotation ( - Line(points = {{-86, 75}, {-96, 75}, {-96, 76}, {-122, 76}}, color = {255, 0, 255})); - connect(SFcon.mostOpenDam, mostOpenDam) annotation ( - Line(points = {{-86, 71.4}, {-98, 71.4}, {-98, 50}, {-122, 50}}, color = {0, 0, 127})); - connect(SFcon.dPAirDucSta, DDSP) annotation (Line(points={{-86,60.8},{-94, - 60.8},{-94,-2},{-120,-2}}, color={0,0,127})); - connect(SFcon.yFanSup, yFanSup) annotation (Line(points={{-62,73.2},{122,73.2}, + connect(SFcon.Occ,Occ) annotation ( + Line(points={{-52,71},{-96,71},{-96,76},{-122,76}}, color = {255, 0, 255})); + connect(SFcon.uDamMaxOpe, uDamMaxOpe) annotation (Line(points={{-52,67.4},{ + -98,67.4},{-98,50},{-122,50}}, color={0,0,127})); + connect(SFcon.dPAirDucSta, dPAirDucSta) annotation (Line(points={{-52,56.8},{ + -94,56.8},{-94,-2},{-120,-2}}, color={0,0,127})); + connect(SFcon.yFanSup, yFanSup) annotation (Line(points={{-28,69.2},{122,69.2}, {122,74}}, color={255,0,255})); - connect(SFcon.yFanSupSpe, supFanSpeed) annotation (Line(points={{-62,63.6},{ - 84,63.6},{84,48},{122,48}}, color={0,0,127})); + connect(SFcon.yFanSupSpe, yFanSupSpe) annotation (Line(points={{-28,59.6},{84, + 59.6},{84,48},{122,48}}, color={0,0,127})); //connect(SFcon.supFanProof, DehumMod.supFanProof) annotation ( // Line(points={{-62,68},{-56,68},{-56,25.2},{-50.2,25.2}},color={255,0,255})); //connect(SFcon.supFanProof, Cooling.supFanProof) annotation ( // Line(points={{-62,68},{-56,68},{-56,36.4},{55.8,36.4}},color={255,0,255})); connect(DehumMod.yDehMod, Cooling.uDeh) annotation (Line(points={{-25.8,18},{ -22,18},{-22,27.4},{55.8,27.4}}, color={255,0,255})); - connect(DehumMod.phiAirRet, retHum) annotation (Line(points={{-50.2,18},{-92, + connect(DehumMod.phiAirRet, phiAirRet) annotation (Line(points={{-50.2,18},{-92, 18},{-92,-60},{-120,-60}}, color={0,0,127})); - connect(Cooling.TAirSup, saT) annotation (Line(points={{55.8,33.6},{-90,33.6}, - {-90,-86},{-120,-86}}, color={0,0,127})); - connect(Cooling.TAirDis, ccT) annotation (Line(points={{55.8,24.8},{-20,24.8}, - {-20,-164},{-120,-164}}, color={0,0,127})); - connect(Cooling.phiAirEneRecWhe, erwHum) annotation (Line(points={{55.8,22.2}, - {-18,22.2},{-18,-190},{-120,-190}}, color={0,0,127})); - connect(Cooling.TAirEneRecWhe, erwT) annotation (Line(points={{55.8,19.6},{-16, - 19.6},{-16,-216},{-120,-216}}, color={0,0,127})); - connect(Cooling.yCoiCoo, yCC) annotation (Line(points={{80.2,28},{92,28},{92, - 22},{122,22}}, color={0,0,127})); + connect(Cooling.TAirSup, TAirSup) annotation (Line(points={{55.8,33.6},{-90, + 33.6},{-90,-86},{-120,-86}}, color={0,0,127})); + connect(Cooling.TAirDis, TAirDisCoiCoo) annotation (Line(points={{55.8,24.8}, + {-20,24.8},{-20,-164},{-120,-164}}, color={0,0,127})); + connect(Cooling.phiAirEneRecWhe, phiAirEneRecWhe) annotation (Line(points={{ + 55.8,22.2},{-18,22.2},{-18,-190},{-120,-190}}, color={0,0,127})); + connect(Cooling.TAirEneRecWhe, TAirSupEneWhe) annotation (Line(points={{55.8, + 19.6},{-16,19.6},{-16,-216},{-120,-216}}, color={0,0,127})); + connect(Cooling.yCoiCoo, yCoiCoo) annotation (Line(points={{80.2,28},{92,28}, + {92,22},{122,22}}, color={0,0,127})); //connect(SFcon.supFanProof, Heating.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-8},{55.8,-8}},color={255,0,255})); - connect(saT, Heating.TAirSup) annotation (Line(points={{-120,-86},{-90,-86},{ - -90,-13},{55.8,-13}}, color={0,0,127})); - connect(Heating.yCoiHea, yRHC) annotation (Line(points={{80.2,-8},{90,-8},{90, - -4},{122,-4}}, color={0,0,127})); - connect(ERWcon.yEneRecWheStart, erwStart) + connect(TAirSup, Heating.TAirSup) annotation (Line(points={{-120,-86},{-90,-86}, + {-90,-13},{55.8,-13}}, color={0,0,127})); + connect(Heating.yCoiHea, yCoiHea) annotation (Line(points={{80.2,-8},{90,-8}, + {90,-4},{122,-4}}, color={0,0,127})); + connect(ERWcon.yEneRecWheStart, yEneRecWheEna) annotation (Line(points={{80.2,-54},{122,-54}}, color={255,0,255})); - connect(ERWcon.yEneRecWheSpe, erwSpeed) annotation (Line(points={{80.2,-60},{ - 92,-60},{92,-80},{122,-80}}, color={0,0,127})); - connect(DehumMod.yDehMod, TSupSetpt.uDehMod) annotation (Line(points={{-25.8, - 18},{-22,18},{-22,9},{-10,9}}, color={255,0,255})); - connect(TSupSetpt.ySupCooSet, Cooling.TAirSupSetCoo) annotation (Line(points= - {{14.2,8},{20,8},{20,30.8},{55.8,30.8}}, color={0,0,127})); - connect(TSupSetpt.ySupHeaSet, Heating.TAirSupSetHea) annotation (Line(points= - {{14.2,0},{22,0},{22,-3.2},{55.8,-3.2}}, color={0,0,127})); + connect(ERWcon.yEneRecWheSpe, yEneRecWheSpe) annotation (Line(points={{80.2, + -60},{92,-60},{92,-88},{122,-88}}, color={0,0,127})); // connect(SFcon.supFanProof, ERWcon.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-46.2},{55.8,-46.2}},color={255,0,255})); - connect(ERWcon.yBypDam, bypDam) annotation (Line(points={{80.2,-48},{92,-48}, + connect(ERWcon.yBypDam, yBypDam) annotation (Line(points={{80.2,-48},{92,-48}, {92,-30},{122,-30}}, color={255,0,255})); - connect(EconMod.yEcoMod,ERWcon.uEcoMod) annotation ( - Line(points = {{50.2, -32}, {50.2, -49.2}, {55.8, -49.2}}, color = {255, 0, 255})); //connect(SFcon.supFanProof, EconMod.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-25},{23.8,-25}}, color={255,0,255})); - connect(TSupSetpt.ySupCooSet, EconMod.TAirSupSetCoo) annotation (Line(points= - {{14.2,8},{20,8},{20,-39},{25.8,-39}}, color={0,0,127})); - connect(EconMod.TAirOut, oaT) annotation (Line(points={{25.8,-32},{-22,-32},{ - -22,-138},{-120,-138}}, color={0,0,127})); - connect(oaT, ERWcon.TAirOut) annotation (Line(points={{-120,-138},{-22,-138}, + connect(TAirOut, ERWcon.TAirOut) annotation (Line(points={{-120,-138},{-22,-138}, {-22,-55.8},{55.8,-55.8}}, color={0,0,127})); - connect(erwT, ERWcon.TAirSupEneWhe) annotation (Line(points={{-120,-216},{-16, - -216},{-16,-58.8},{55.8,-58.8}}, color={0,0,127})); - connect(TSupSetpt.ySupSet, ERWcon.TAirSupSetEneWhe) annotation (Line(points={ - {14.2,4},{18,4},{18,-61.8},{55.8,-61.8}}, color={0,0,127})); - connect(EFcon.yExhFanSta, exhFanStart) annotation (Line(points={{80,-90},{94, - -90},{94,-108},{122,-108}}, color={255,0,255})); - connect(EFcon.yExhFanSpe, exhFanSpeed) annotation (Line(points={{80,-102},{92, - -102},{92,-136},{122,-136}}, color={0,0,127})); + connect(TAirSupEneWhe, ERWcon.TAirSupEneWhe) annotation (Line(points={{-120,-216}, + {-16,-216},{-16,-58.8},{55.8,-58.8}}, color={0,0,127})); // connect(SFcon.supFanProof, EFcon.supFanProof) annotation ( //Line(points={{-62,68},{-56,68},{-56,-90},{56,-90}}, color={255,0,255})); - connect(EFcon.uFanExhPro, exhFanProof) annotation (Line(points={{56,-96},{-14, - -96},{-14,-242},{-120,-242}}, color={255,0,255})); - connect(EFcon.PAirStaBui, bldgSP) annotation (Line(points={{56,-102.4},{-12,-102.4}, - {-12,-270},{-120,-270}}, color={0,0,127})); - connect(TSupSetpt.TAirHig, highSpaceT) annotation (Line(points={{-10,-1},{-88, - -1},{-88,-30},{-120,-30}}, color={0,0,127})); - connect(supFanStatus, SFcon.uFanSupPro) annotation (Line(points={{-120,24},{-96, - 24},{-96,64.4},{-86,64.4}}, color={255,0,255})); - connect(supFanStatus, DehumMod.uFanSupPro) annotation (Line(points={{-120,24}, - {-50.2,24},{-50.2,25.2}}, color={255,0,255})); - connect(supFanStatus, Cooling.uFanSupPro) annotation (Line(points={{-120,24}, - {-56,24},{-56,36.4},{55.8,36.4}}, color={255,0,255})); - connect(supFanStatus, Heating.uFanSupPro) annotation (Line(points={{-120,24}, - {24,24},{24,-8},{55.8,-8}}, color={255,0,255})); - connect(supFanStatus, ERWcon.uFanSupPro) annotation (Line(points={{-120,24},{ - 44,24},{44,-46.2},{55.8,-46.2}}, color={255,0,255})); - connect(supFanStatus, EFcon.uFanSupPro) annotation (Line(points={{-120,24},{ - 24,24},{24,-90},{56,-90}}, color={255,0,255})); - connect(supFanStatus, EconMod.uFanSupPro) annotation (Line(points={{-120,24}, - {6,24},{6,-25},{25.8,-25}}, color={255,0,255})); - connect(ERWcon.TAirRet, raT) annotation (Line(points={{55.8,-52.2},{-88,-52.2}, + connect(uFanSupPro, SFcon.uFanSupPro) annotation (Line(points={{-120,24},{-96, + 24},{-96,60.4},{-52,60.4}}, color={255,0,255})); + connect(uFanSupPro, DehumMod.uFanSupPro) annotation (Line(points={{-120,24},{ + -50.2,24},{-50.2,25.2}}, color={255,0,255})); + connect(uFanSupPro, Cooling.uFanSupPro) annotation (Line(points={{-120,24},{-56, + 24},{-56,36.4},{55.8,36.4}}, color={255,0,255})); + connect(uFanSupPro, Heating.uFanSupPro) annotation (Line(points={{-120,24},{ + 24,24},{24,-8},{55.8,-8}}, color={255,0,255})); + connect(uFanSupPro, ERWcon.uFanSupPro) annotation (Line(points={{-120,24},{44, + 24},{44,-46.2},{55.8,-46.2}}, color={255,0,255})); + connect(ERWcon.TAirRet, TAirRet) annotation (Line(points={{55.8,-52.2},{-88,-52.2}, {-88,-112},{-120,-112}}, color={0,0,127})); + connect(EFcon1.yExhFanSta, yExhFanSta) annotation (Line(points={{66,-108},{94, + -108},{94,-120},{120,-120}}, color={255,0,255})); + connect(EFcon1.yExhFanSpe, yExhFanSpe) annotation (Line(points={{66,-120},{76, + -120},{76,-132},{124,-132},{124,-168}}, color={0,0,127})); + connect(uFanExhPro, EFcon1.uFanExhPro) annotation (Line(points={{-120,-242},{ + -46,-242},{-46,-230},{14,-230},{14,-114},{42,-114}}, color={255,0,255})); + connect(dPAirStaBui, EFcon1.dPAirStaBui) annotation (Line(points={{-120,-270}, + {-40,-270},{-40,-272},{30,-272},{30,-120.4},{42,-120.4}}, color={0,0, + 127})); + connect(DehumMod.yDehMod, TSupSetpt.uDehMod) annotation (Line(points={{-25.8, + 18},{-24,18},{-24,7},{-2,7}}, color={255,0,255})); + connect(TAirHig, TSupSetpt.TAirHig) annotation (Line(points={{-120,-30},{-6, + -30},{-6,-3},{-2,-3}}, color={0,0,127})); + connect(TSupSetpt.ySupHeaSet, Heating.TAirSupSetHea) annotation (Line(points= + {{22,-1.8},{40,-1.8},{40,-3.2},{55.8,-3.2}}, color={0,0,127})); + connect(TAirOut, EconMod1.TAirOut) annotation (Line(points={{-120,-138},{-78, + -138},{-78,-140},{-34,-140},{-34,-32},{29.8,-32}}, color={0,0,127})); + connect(TSupSetpt.ySupCooSet, EconMod1.TAirSupSetCoo) annotation (Line(points + ={{22,6.8},{26,6.8},{26,-39},{29.8,-39}}, color={0,0,127})); + connect(uFanSupPro, EconMod1.uFanSupPro) annotation (Line(points={{-120,24},{ + -46,24},{-46,-25},{29.8,-25}}, color={255,0,255})); + connect(uFanSupPro, EFcon1.uFanSupPro) annotation (Line(points={{-120,24},{ + -40,24},{-40,-108},{42,-108}}, color={255,0,255})); + connect(EconMod1.yEcoMod, ERWcon.uEcoMod) annotation (Line(points={{54.2,-32}, + {42,-32},{42,-50},{32,-50},{32,-49.2},{55.8,-49.2}}, color={255,0,255})); + connect(TSupSetpt.ySupCooSet, Cooling.TAirSupSetCoo) annotation (Line(points= + {{22,6.8},{32,6.8},{32,30.8},{55.8,30.8}}, color={0,0,127})); + connect(TSupSetpt.ySupSet, ERWcon.TAirSupSetEneWhe) annotation (Line(points={ + {22,3.4},{18,3.4},{18,-61.8},{55.8,-61.8}}, color={0,0,127})); annotation ( defaultComponentName = "DOAScon", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -240}, {100, 100}}), graphics={ Text(textColor = {28, 108, 200}, extent = {{-90, 180}, {90, 76}}, textString = "%name", textStyle = {TextStyle.Bold}), Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo b/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo index 8ffb9306e60..67ce32a87f9 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/DehumMode.mo @@ -7,22 +7,29 @@ block DehumMode final max=100)=60 "Dehumidification set point."; - parameter Real delayTimeDehFal( + parameter Real timThrDehDis( final unit="s", final quantity="Time")=600 - "Minimum delay after RH falls below set point before turning dehum off."; + "Continuous time period for which measured relative humidity needs to fall below relative humidity threshold before dehumidification mode is disabled"; - parameter Real delayTimeDeh( + parameter Real timDelDehEna( final unit="s", final quantity="Time")=120 - "Minimum supply fan proof delay before allowing dehum mode."; + "Continuous time period for which supply fan needs to be on before enabling dehumidifaction mode"; - parameter Real delayTimeDehTru( + parameter Real timThrDehEna( final unit="s", final quantity="Time")=5 - "Minimum delay after RH rises above set point before turning dehum on."; + "Continuous time period for which relative humidity rises above set point before dehumidifcation mode is enabled"; + // ---inputs--- + + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro + "True when supply fan is proven on" annotation (Placement(transformation( + extent={{-142,18},{-102,58}}), iconTransformation(extent={{-142,52},{-102, + 92}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput phiAirRet( final unit="1", final min=0, @@ -30,36 +37,32 @@ block DehumMode transformation(extent={{-142,-20},{-102,20}}), iconTransformation( extent={{-142,-20},{-102,20}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro - "True when supply fan is proven on" annotation (Placement(transformation( - extent={{-142,18},{-102,58}}), iconTransformation(extent={{-142,52},{-102, - 92}}))); - // ---outputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yDehMod "True when dehumidification mode is active." annotation (Placement( transformation(extent={{102,-12},{142,28}}), iconTransformation(extent={ {102,-20},{142,20}}))); +protected Buildings.Controls.OBC.CDL.Logical.Latch lat "Latches true when retHum > dehumSet; resets when retHum < dehumSet for dehumDelay time" annotation (Placement(transformation(extent={{22,-10},{42,10}}))); Buildings.Controls.OBC.CDL.Reals.Greater gre - "True when return humidity > set point" + "True when return humidity is greater than set point" annotation (Placement(transformation(extent={{-44,-10},{-24,10}}))); Buildings.Controls.OBC.CDL.Reals.Less les - "True when return humidity < set point" + "True when return humidity is less than set point" annotation (Placement(transformation(extent={{-44,-42},{-24,-22}}))); Buildings.Controls.OBC.CDL.Reals.Sources.Constant phiAirDehSet(final k= dehumSet) "Dehumidification set point" annotation (Placement(transformation(extent={{-88,-50},{-68,-30}}))); - Buildings.Controls.OBC.CDL.Logical.TrueDelay truDelDehFal(delayTime= - delayTimeDehFal) + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDelDehDis(delayTime= + timThrDehDis) "Minimum dehumidification time before disable when below set point." annotation (Placement(transformation(extent={{-14,-42},{6,-22}}))); @@ -68,12 +71,12 @@ block DehumMode annotation (Placement(transformation(extent={{58,-2},{78,18}}))); Buildings.Controls.OBC.CDL.Logical.TrueDelay minimumRunDeh(delayTime= - delayTimeDeh, delayOnInit=true) + timDelDehEna, delayOnInit=true) "Minimum supply fan runtime before enabling dehum mode." annotation (Placement(transformation(extent={{-44,28},{-24,48}}))); - Buildings.Controls.OBC.CDL.Logical.TrueDelay truDelDehTru(final delayTime= - delayTimeDehTru, final delayOnInit=true) "Delays the initial trigger for latch to correctly capture true state + Buildings.Controls.OBC.CDL.Logical.TrueDelay truDelDehEna(final delayTime= + timThrDehEna, final delayOnInit=true) "Delays the initial trigger for latch to correctly capture true state when CDL starts with humidity above set point." annotation (Placement(transformation(extent={{-14,-10},{6,10}}))); @@ -91,10 +94,10 @@ equation connect(phiAirDehSet.y, gre.u2) annotation (Line(points={{-66,-40},{-60,-40},{ -60,-8},{-46,-8}}, color={0,0,127})); - connect(les.y, truDelDehFal.u) + connect(les.y,truDelDehDis. u) annotation (Line(points={{-22,-32},{-16,-32}}, color={255,0,255})); - connect(truDelDehFal.y, lat.clr) annotation (Line(points={{8,-32},{14,-32},{14, + connect(truDelDehDis.y, lat.clr) annotation (Line(points={{8,-32},{14,-32},{14, -6},{20,-6}}, color={255,0,255})); connect(lat.y, andDehOpe.u2) @@ -112,10 +115,10 @@ equation connect(minimumRunDeh.y, andDehOpe.u1) annotation (Line(points={{-22,38},{48,38}, {48,8},{56,8}}, color={255,0,255})); - connect(gre.y, truDelDehTru.u) + connect(gre.y,truDelDehEna. u) annotation (Line(points={{-22,0},{-16,0}}, color={255,0,255})); - connect(truDelDehTru.y, lat.u) + connect(truDelDehEna.y, lat.u) annotation (Line(points={{8,0},{20,0}}, color={255,0,255})); connect(uFanSupPro, minimumRunDeh.u) diff --git a/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo b/Buildings/Controls/OBC/FDE/DOAS/EconomizerMode.mo similarity index 82% rename from Buildings/Controls/OBC/FDE/DOAS/EconMode.mo rename to Buildings/Controls/OBC/FDE/DOAS/EconomizerMode.mo index 29fa3eb1ed1..2ac41361d16 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EconMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EconomizerMode.mo @@ -1,16 +1,11 @@ within Buildings.Controls.OBC.FDE.DOAS; -block EconMode "This block calculates when economizer mode is active." - parameter Real econCooAdj( +block EconomizerMode "This block calculates when economizer mode is active." + + parameter Real dTEcoThr( final unit = "K", final displayUnit = "degC", final quantity = "ThermodynamicTemperature") = 2 - "Value subtracted from supply air temperature cooling set point."; - - parameter Real delayTimeEcoMod( - final unit= "s", - final quantity="Time")=10 - "Delay added to compensate for CDL not processing latch correctly."; - + "Threshold temperature difference between return air and outdoor air temperature above which economizer mode is enabled"; // ---inputs--- @@ -39,10 +34,6 @@ block EconMode "This block calculates when economizer mode is active." extent={{-142,-20},{-102,20}}, rotation=0))); - // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yEcoMod "True when economizer mode is active." - annotation ( - Placement(transformation(extent = {{104, -20}, {144, 20}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSupSetCoo "Supply air temperature cooling set point." annotation (Placement( @@ -56,7 +47,13 @@ block EconMode "This block calculates when economizer mode is active." extent={{-142,-90},{-102,-50}}, rotation=0))); - Buildings.Controls.OBC.CDL.Reals.Greater gre(h = econCooAdj) + // ---outputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yEcoMod "True when economizer mode is active." + annotation ( + Placement(transformation(extent = {{104, -20}, {144, 20}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); + +protected + Buildings.Controls.OBC.CDL.Reals.Greater gre(h=dtEcoThr) "True if OAT > supCooSP." annotation ( Placement(visible = true, transformation(origin = {-24, 34}, extent = {{-20, -46}, {0, -26}}, rotation = 0))); @@ -65,14 +62,6 @@ block EconMode "This block calculates when economizer mode is active." "Logical AND; true when fan is proven on and temperature set point conditions are met." annotation (Placement(transformation(extent={{74,-10},{94,10}}))); - Buildings.Controls.OBC.CDL.Logical.TrueDelay truDelEcoMod(final delayTime= - delayTimeEcoMod, final delayOnInit=true) - "Delay added to compensate for CDL not processing latch correctly." - annotation (Placement(visible=true, transformation( - origin={12,6}, - extent={{10,-18},{30,2}}, - rotation=0))); - Buildings.Controls.OBC.CDL.Logical.Not not1 annotation ( Placement(visible = true, transformation(origin = {-4, -2}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); @@ -94,12 +83,8 @@ equation connect(gre.y, not1.u) annotation ( Line(points = {{-22, -2}, {-16, -2}}, color = {255, 0, 255})); - connect(not1.y, truDelEcoMod.u) - annotation (Line(points={{8,-2},{20,-2}}, color={255,0,255})); - - connect(truDelEcoMod.y, andEcoModEna.u2) annotation (Line(points={{44,-2},{60, - -2},{60,-8},{72,-8}}, color={255,0,255})); - + connect(not1.y, andEcoModEna.u2) annotation (Line(points={{8,-2},{40,-2},{40,-8}, + {72,-8}}, color={255,0,255})); annotation ( defaultComponentName = "EconMod", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(fillColor = {255, 255, 255}, @@ -116,7 +101,7 @@ FillPattern.Solid, extent = {{-16, -36}, {-12, -40}}), Line(points = {{-36, -52} Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), Documentation(info="

                                                                    Economizer Mode

                                                                    -

                                                                    This block enables economizer mode (yEcoMod) when the supply air fan is proven (uFanSupPro) and outside air temperature (TAirOut) is below the supply air temperature cooling set point (TAirSupSetCoo) minus an offset (econCooAdj). Economizer mode is disabled when outside air temperature rises above the supply air temperature cooling set point.

                                                                    +

                                                                    This block enables economizer mode (yEcoMod) when the supply air fan is proven (uFanSupPro) and outside air temperature (TAirOut) is below the supply air temperature cooling set point (TAirSupSetCoo) minus an offset (dTEcoThr). Economizer mode is disabled when outside air temperature rises above the supply air temperature cooling set point.

                                                                    ", revisions = "
                                                                    • @@ -124,4 +109,4 @@ September 15, 2020, by Henry Nickels:
                                                                      First implementation.
                                                                    ")); -end EconMode; +end EconomizerMode; diff --git a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo index 246c37d1bfd..9ce2ed47908 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo @@ -1,22 +1,26 @@ within Buildings.Controls.OBC.FDE.DOAS; block EnergyWheel "This block commands the energy recovery wheel and associated bypass dampers." - parameter Real recSet( + + parameter Real dTThrEneRec( final unit = "K", final displayUnit = "degC", final quantity = "ThermodynamicTemperature") = 7 - "Energy recovery temerature difference set point."; + "Absolute temperature difference threshold between outdoor air and return air temperature above which energy recovery is enabled"; - parameter Real Thys( + parameter Real dThys( final unit = "K", final displayUnit = "degC", final quantity = "ThermodynamicTemperature") = 0.5 - "Temperature Difference for hysteresis."; + "Delay time period after temperature difference threshold is crossed for enabling energy recovery mode"; - parameter Real recSetDelay( + parameter Real timDelEneRec( final unit = "s", final quantity = "Time") = 300 "Minimum delay after OAT/RAT delta falls below set point."; + parameter CDL.Types.SimpleController controllerTypeEneWheHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PI controller for heating loop"; + parameter Real kEneWheHea( final unit = "1") = 0.00001 "PID heating loop gain value."; @@ -25,6 +29,10 @@ block EnergyWheel "This block commands the energy recovery wheel and associated final unit = "s") = 0.00025 "PID heating loop time constant of integrator."; + parameter Real TdEneWheHea( + final unit = "s") = 0.1 + "PID heatig loop time constant of derivative block"; + parameter Real kEneWheCoo( final unit = "1") = 0.00001 "PID cooling loop gain value."; @@ -32,12 +40,13 @@ block EnergyWheel "This block commands the energy recovery wheel and associated parameter Real TiEneWheCoo( final unit = "s") = 0.00025 "PID cooling loop time constant of integrator."; - parameter CDL.Types.SimpleController controllerTypeEneWheHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI - "PI controller for heating loop"; - parameter CDL.Types.SimpleController controllerTypeEneWheCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PI controller for cooling loop"; + parameter Real TdEneWheCoo( + final unit = "s") = 0.1 + "PID cooling loop time constant of derivative block"; + // ---inputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro "True when the supply fan is proven on." annotation (Placement( @@ -69,11 +78,16 @@ block EnergyWheel "This block commands the energy recovery wheel and associated extent={{-142,-98},{-102,-58}}))); // ---outputs--- - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yEneRecWheStart - "Command to start the energy recovery wheel." annotation (Placement( + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yEneRecWheEna + "Command to enable the energy recovery wheel." annotation (Placement( transformation(extent={{102,0},{142,40}}), iconTransformation(extent={{ 102,-20},{142,20}}))); + Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yBypDam + "Bypass damper command; true when commanded full open." annotation ( + Placement(transformation(extent={{102,46},{142,86}}), iconTransformation( + extent={{102,40},{142,80}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealOutput yEneRecWheSpe( final unit="1", final min=0, @@ -81,11 +95,7 @@ block EnergyWheel "This block commands the energy recovery wheel and associated transformation(extent={{102,-96},{142,-56}}), iconTransformation(extent= {{102,-80},{142,-40}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yBypDam - "Bypass damper command; true when commanded full open." annotation ( - Placement(transformation(extent={{102,46},{142,86}}), iconTransformation( - extent={{102,40},{142,80}}))); - +protected Buildings.Controls.OBC.CDL.Reals.Subtract difference "Subtract outside air temperature from return air temperature." annotation(Placement(visible = true, transformation(origin = {24, 2}, extent = {{-90, -10}, {-70, 10}}, rotation = 0))); @@ -136,22 +146,27 @@ block EnergyWheel "This block commands the energy recovery wheel and associated Buildings.Controls.OBC.CDL.Reals.PID conPIDEneWheHea( controllerType=controllerTypeEneWheHea, Ti=TiEneWheHea, - k=kEneWheHea) "PID loop if heating" annotation (Placement(visible=true, + k=kEneWheHea, + Td=TdEneWheHea) + "PID loop if heating" annotation (Placement(visible=true, transformation( origin={-70,-38}, extent={{-10,-10},{10,10}}, rotation=0))); Buildings.Controls.OBC.CDL.Reals.PID conPIDEneWheCoo( - controllerType=controllerTypeEneWheCoo, + controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PID, Ti=TiEneWheCoo, - k=kEneWheCoo) "PID loop if cooling" annotation (Placement(visible=true, + k=kEneWheCoo, + Td=TdEneWheCoo) + "PID loop if cooling" annotation (Placement(visible=true, transformation( origin={-66,-78}, extent={{-10,-10},{10,10}}, rotation=0))); - Buildings.Controls.OBC.CDL.Reals.Hysteresis hys(uHigh = recSet, uLow = recSet - Thys) annotation ( + Buildings.Controls.OBC.CDL.Reals.Hysteresis hys(uHigh=dTThrEneRec, uLow= + dTThrEneRec - dThys) annotation ( Placement(visible = true, transformation(origin={8,2}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation @@ -267,7 +282,7 @@ First implementation.
                                                                  ", info="

                                                                  Energy Recovery Wheel Start/Stop.

                                                                  -

                                                                  This block commands the ERW to start (yEneRecWheStart) when the DOAS is energized (uFanSupPro) and the absolute difference between return air temperature (TAirRet) and outside air temperature (TAirOut) is greater than the recovery set point (recSet). When the DOAS is not energized, economizer mode is enabled (uEcoMod), or the TAirRet/TAirOut difference falls below the recovery set point for longer than the recovery set point delay (recSetDelay) the ERW will be commanded to stop.

                                                                  +

                                                                  This block commands the ERW to start (yEneRecWheStart) when the DOAS is energized (uFanSupPro) and the absolute difference between return air temperature (TAirRet) and outside air temperature (TAirOut) is greater than the recovery set point (dTThrEneRec). When the DOAS is not energized, economizer mode is enabled (uEcoMod), or the TAirRet/TAirOut difference falls below the recovery set point for longer than the recovery set point delay (timDelEneRec) the ERW will be commanded to stop.

                                                                  ERW Speed Control

                                                                  The ERW speed (yEneRecWheSpe) is modulated to maintain the energy recovery supply temperature (TAirSupEneWhe) at the primary supply air temperature set point (TAirSupSetEneWhe).

                                                                  Bypass Damper Control

                                                                  diff --git a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo similarity index 87% rename from Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo rename to Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo index 45d0d4744a3..cbc68e089d7 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo @@ -1,10 +1,10 @@ within Buildings.Controls.OBC.FDE.DOAS; -block ExhaustFanController "This block manages start, stop, and speed of the exhaust fan." +block ExhaustFan "This block manages start, stop, and speed of the exhaust fan." - parameter Real PSetBui( + parameter Real dPSetBui( final unit = "Pa", final quantity = "PressureDifference") = 15 - "Building static pressure set point"; + "Building static pressure difference set point"; parameter Real kExhFan( final unit = "1") = 0.00001 @@ -14,6 +14,8 @@ block ExhaustFanController "This block manages start, stop, and speed of the exh final unit = "s") = 0.00025 "PID loop time constant of integrator."; + parameter Real TdExhFan=0.1 "Time constant of derivative block"; + parameter CDL.Types.SimpleController controllerTypeExhFan=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; @@ -24,15 +26,17 @@ block ExhaustFanController "This block manages start, stop, and speed of the exh extent={{-142,34},{-102,74}}), iconTransformation(extent={{-140,40},{ -100,80}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput PAirStaBui - "Building static pressure" annotation (Placement(transformation(extent={{-142, - -28},{-102,12}}), iconTransformation(extent={{-140,-84},{-100,-44}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanExhPro "True when exhaust fan is proven on." annotation (Placement(transformation( extent={{-142,-62},{-102,-22}}), iconTransformation(extent={{-140,-20}, {-100,20}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput dPAirStaBui + "Building static pressure difference from outdoor air" annotation (Placement(transformation(extent={{-142, + -28},{-102,12}}), iconTransformation(extent={{-140,-84},{-100,-44}}))); + + + // ---outputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yExhFanSta @@ -44,8 +48,8 @@ block ExhaustFanController "This block manages start, stop, and speed of the exh "Exhaust fan speed command" annotation (Placement(transformation(extent={{ 102,-16},{142,24}}), iconTransformation(extent={{100,-80},{140,-40}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant PAirSetBui(final k= - PAirSetBui) +protected + Buildings.Controls.OBC.CDL.Reals.Sources.Constant PAirSetBui(final k=dPSetBui) "Building static pressure set point." annotation (Placement(transformation(extent={{-40,2},{-20,22}}))); @@ -60,7 +64,9 @@ block ExhaustFanController "This block manages start, stop, and speed of the exh Buildings.Controls.OBC.CDL.Reals.PID conPIDExhFan( controllerType=controllerTypeExhFan, Ti=TiExhFan, - k=kExhFan) "Continuous PID for static pressure and setpoint" annotation ( + k=kExhFan, + Td=TdExhFan) + "Continuous PID for static pressure and setpoint" annotation ( Placement(visible=true, transformation( origin={-2,4}, extent={{-10,-10},{10,10}}, @@ -73,6 +79,7 @@ block ExhaustFanController "This block manages start, stop, and speed of the exh rotation=0))); + equation connect(conZer.y, swiExhFanSpe.u3) annotation (Line(points={{18,-64},{28,-64}, {28,-4},{36,-4}}, color={0,0,127})); @@ -120,6 +127,6 @@ First implementation.

                                                                  Exhuast Fan Start/Stop.

                                                                  This block commands the exhaust fan to start (yExhFanSta) when the supply fan is proven (uFanSupPro) on.

                                                                  Building Static Pressure Control

                                                                  -

                                                                  The exhaust fan speed (yExhFanSpe) is modulated to maintain the building static pressure (PAirStaBui) at set point (PAirSetStaBui) when the exhaust fan is proven on (yExhFanPro).

                                                                  +

                                                                  The exhaust fan speed (yExhFanSpe) is modulated to maintain the building static pressure difference from outdoor air (dPAirStaBui) at set point (dPSetBui) when the exhaust fan is proven on (yExhFanPro).

                                                                  ")); -end ExhaustFanController; +end ExhaustFan; diff --git a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo index 5117ac0b32c..e3ae531095c 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo @@ -1,13 +1,16 @@ within Buildings.Controls.OBC.FDE.DOAS; block HeatingCoil "This block commands the heating coil." + + parameter CDL.Types.SimpleController controllerTypeCoiHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + parameter Real kCoiHea = 0.0000001 "Heating coil SAT PI gain value k."; parameter Real TiCoiHea = 0.000025 "Heating coil SAT PI time constant value Ti."; - parameter CDL.Types.SimpleController controllerTypeCoiHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI - "Type of controller"; + parameter Real TdCoiHea=0.1 "Time constant of derivative block"; // ---inputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro @@ -16,7 +19,7 @@ block HeatingCoil "This block commands the heating coil." {-102,20}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirSup - "Supply air temperature sensor value." annotation (Placement(transformation( + "Measured Supply air temperature" annotation (Placement(transformation( extent={{-142,-60},{-102,-20}}), iconTransformation(extent={{-142,-70}, {-102,-30}}))); @@ -27,9 +30,11 @@ block HeatingCoil "This block commands the heating coil." // ---outputs--- Buildings.Controls.OBC.CDL.Interfaces.RealOutput yCoiHea - "Reheat coil valve command." annotation (Placement(transformation(extent={{102, + "Heating coil command." annotation (Placement(transformation(extent={{102, -20},{142,20}}), iconTransformation(extent={{102,-20},{142,20}}))); + +protected Buildings.Controls.OBC.CDL.Reals.Switch swiCoiHea "Passes supply air heating coil control signal when supply fan is proven on" annotation (Placement(transformation(extent={{36,-12},{56,8}}))); @@ -39,9 +44,11 @@ block HeatingCoil "This block commands the heating coil." annotation (Placement(transformation(extent={{-20,-38},{0,-18}}))); Buildings.Controls.OBC.CDL.Reals.PID conPIDCoiHea( - controllerType=controllerTypeCoiHea, + controllerType=Buildings.Controls.OBC.CDL.Types.SimpleController.PID, Ti=TiCoiHea, - k=kCoiHea) "PID controller for regular heating coil operation" + k=kCoiHea, + Td=TdCoiHea) + "PID controller for regular heating coil operation" annotation (Placement(visible=true, transformation( origin={-30,24}, extent={{-10,-10},{10,10}}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo index 3f1eeccb2ab..0116ba9acbf 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo @@ -1,6 +1,9 @@ within Buildings.Controls.OBC.FDE.DOAS; block SupplyFanController "This block manages start, stop, status, and speed of the supply fan." + parameter Boolean is_vav = true + "True: System has zone terminals with variable damper position. False: System has zone terminals with constant damper position."; + parameter Real yMinDamSet( min = 0, final unit = "Pa", @@ -13,59 +16,64 @@ block SupplyFanController "This block manages start, stop, status, and speed of final quantity = "PressureDifference") = 500 "Maximum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); - parameter Real kPDucSetCV( - min = 0, - final unit = "Pa", - final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; - parameter Real damSet( min = 0, max = 1, final unit = "1") = 0.9 "DDSP terminal damper percent open set point"; - parameter Boolean vvUnit = true - "Set true when unit serves variable volume system."; - parameter Real kDam = 0.0000001 "Damper position setpoint PI gain value k."; parameter Real TiDam = 0.000025 "Damper position setpoint PI time constant value Ti."; + parameter Real TdDam = 0.1 "Time constant of derivative block for conPIDDam"; + + parameter CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter Real dPDucSetCV( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; + + parameter Real fanSpeMin = 0.0000001 + "Minimum Fan Speed"; + parameter Real kFanSpe = 0.0000001 " Fan speed set point SAT PI gain value k."; - parameter Real FanSpeMin = 0.0000001 - "Minimum Fan Speed"; + parameter Real TdFanSpe = 0.1 "Time constant of derivative block for conPIDFanSpe"; parameter Real TiFanSpe = 0.000025 "Fan speed set point SAT PI time constant value Ti."; - parameter CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI - "Type of controller"; - parameter CDL.Types.SimpleController controllerTypeFanSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; + + // ---inputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanInput Occ "True when occupied mode is active" annotation(Placement(transformation(extent = {{-142, 60}, {-102, 100}}), iconTransformation(extent = {{-140, 50}, {-100, 90}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput mostOpenDam if vvUnit - "Most open damper position from all terminal units served." - annotation(Placement(transformation(extent = {{-142, -24}, {-102, 16}}), iconTransformation(extent = {{-140, 14}, {-100, 54}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro "True when supply fan is proven on." annotation (Placement(transformation( extent={{-142,22},{-102,62}}), iconTransformation(extent={{-140,-56}, {-100,-16}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput uDamMaxOpe if vvUnit + "Maximum damper opening position from all terminal units served" + annotation (Placement(transformation(extent={{-142,-24},{-102,16}}), + iconTransformation(extent={{-140,14},{-100,54}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput dPAirDucSta "Down duct static pressure measurement." annotation (Placement( transformation(extent={{-142,-106},{-102,-66}}), iconTransformation( extent={{-140,-92},{-100,-52}}))); + // ---outputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yFanSup "Supply fan enable signal" annotation (Placement(transformation(extent={{ @@ -74,7 +82,7 @@ block SupplyFanController "This block manages start, stop, status, and speed of Buildings.Controls.OBC.CDL.Interfaces.RealOutput yFanSupSpe "Supply fan speed signal" annotation (Placement(transformation(extent={{102, -50},{142,-10}}), iconTransformation(extent={{100,-64},{140,-24}}))); - +protected Buildings.Controls.OBC.CDL.Reals.Sources.Constant DamSet(k=damSet) if vvUnit "Most open damper position set point." annotation (Placement(transformation(extent={{-98,4},{-78,24}}))); @@ -83,12 +91,11 @@ block SupplyFanController "This block manages start, stop, status, and speed of dPDucSetCV) if not vvUnit "DDSP set point for constant volume systems." annotation (Placement(transformation(extent={{-72,-64},{-52,-44}}))); - Buildings.Controls.OBC.CDL.Reals.Switch swiFanSpe "Swtich passes fan speed set point when true; 0 when false." annotation (Placement(transformation(extent={{14,-40},{34,-20}}))); - Buildings.Controls.OBC.CDL.Reals.Sources.Constant conFanMinSpe(k=FanSpeMin) + Buildings.Controls.OBC.CDL.Reals.Sources.Constant conFanMinSpe(k=fanSpeMin) "Minimum fan speed" annotation (Placement(transformation(extent={{-26,-64},{-6,-44}}))); @@ -96,6 +103,7 @@ block SupplyFanController "This block manages start, stop, status, and speed of controllerType=controllerTypeDam, Ti=TiDam, k=kDam, + Td=TdDam, yMax=yMaxDamSet, yMin=yMinDamSet, reverseActing=false) if @@ -108,7 +116,8 @@ block SupplyFanController "This block manages start, stop, status, and speed of Buildings.Controls.OBC.CDL.Reals.PID conPIDFanSpe( controllerType=controllerTypeFanSpe, Ti=TiFanSpe, - k=kFanSpe) + k=kFanSpe, + Td=TdFanSpe) annotation(Placement(visible = true, transformation(origin = {62, -30}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Logical.Timer @@ -116,7 +125,6 @@ block SupplyFanController "This block manages start, stop, status, and speed of annotation(Placement(visible = true, transformation(origin = {-8, 88}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); - equation connect(conFanMinSpe.y, swiFanSpe.u3) annotation (Line(points={{-4,-54},{4,-54}, {4,-38},{12,-38}}, color={0,0,127})); @@ -130,7 +138,7 @@ equation connect(DamSet.y, conPIDDam.u_s) annotation (Line(points={{-76,14},{-71,14},{ -71,22},{-50,22}}, color={0,0,127})); - connect(mostOpenDam, conPIDDam.u_m) + connect(uDamMaxOpe, conPIDDam.u_m) annotation (Line(points={{-122,-4},{-38,-4},{-38,10}}, color={0,0,127})); connect(conPIDDam.y, swiFanSpe.u1) @@ -173,7 +181,7 @@ First implementation.

                                                                  Supply Fan Start/Stop.

                                                                  This block commands the supply fan to start (yFanSup) when the unit enters occupied (Occ) mode. When supply fan status (uFanSupPro) is proven, fan speed control (yFanSupSpe) is enabled and the supply fan proof (uFanSupPro) is turned on.

                                                                  Down Duct Static Pressure Control

                                                                  -

                                                                  The supply fan speed (yFanSupSpe) is modulated to maintain the down duct static pressure (conPDucSetCV) at set point. The down duct set point is reset between minimum (yMinDamSet) and maximum (yMaxDamSet) values determined by TAB. The reset is based on the most open damper (mostOpenDam) remaining at a specific position (DamSet) (i.e. The terminal unit air flow set point is satisfied with its primary air damper 90% open).

                                                                  +

                                                                  The supply fan speed (yFanSupSpe) is modulated to maintain the down duct static pressure (conPDucSetCV) at set point. The down duct set point is reset between minimum (yMinDamSet) and maximum (yMaxDamSet) values determined by TAB. The reset is based on the most open damper (uDamMaxOpe) remaining at a specific position (DamSet) (i.e. The terminal unit air flow set point is satisfied with its primary air damper 90% open).

                                                                  There is also an option for a fixed down duct static pressure set point (PDucSetVV) when the variable volume parameter vvUnit is false.

                                                                  ")); end SupplyFanController; diff --git a/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo b/Buildings/Controls/OBC/FDE/DOAS/SupplyTemperatureSetpoint.mo similarity index 82% rename from Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo rename to Buildings/Controls/OBC/FDE/DOAS/SupplyTemperatureSetpoint.mo index 7cf881ad498..b56b490d2c5 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/TSupSet.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/SupplyTemperatureSetpoint.mo @@ -1,5 +1,5 @@ within Buildings.Controls.OBC.FDE.DOAS; -block TSupSet +block SupplyTemperatureSetpoint "This block caclulates the DOAS supply air temperature set point." parameter Real TSupLowSet( @@ -39,6 +39,11 @@ block TSupSet "Supply air temperature heating set point offset."; // ---inputs--- + Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDehMod + "True when dehumidification mode is active." annotation (Placement( + transformation(extent={{-142,-102},{-102,-62}}), iconTransformation( + extent={{-140,30},{-100,70}}))); + Buildings.Controls.OBC.CDL.Interfaces.RealInput TAirHig( final unit="K", final displayUnit="degC", @@ -47,22 +52,21 @@ block TSupSet Placement(transformation(extent={{-142,-18},{-102,22}}), iconTransformation(extent={{-140,-70},{-100,-30}}))); - Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uDehMod - "True when dehumidification mode is active." annotation (Placement( - transformation(extent={{-142,-102},{-102,-62}}), iconTransformation( - extent={{-140,30},{-100,70}}))); // ---outputs--- Buildings.Controls.OBC.CDL.Interfaces.RealOutput ySupCooSet "Supply air temperature cooling set point." annotation (Placement( - transformation(extent={{102,16},{142,56}}), iconTransformation(extent={{ - 102,20},{142,60}}))); + transformation(extent={{100,28},{140,68}}), iconTransformation(extent={{100,28}, + {140,68}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput ySupHeaSet "Supply air temperature heating set point" annotation (Placement( - transformation(extent={{102,-52},{142,-12}}), iconTransformation(extent= - {{102,-60},{142,-20}}))); + transformation(extent={{100,-58},{140,-18}}), iconTransformation(extent={{100,-58}, + {140,-18}}))); + CDL.Interfaces.RealOutput ySupSet + annotation (Placement(transformation(extent={{100,-6},{140,34}}))); +protected Buildings.Controls.OBC.CDL.Reals.Line lin "Linear converter resets primary supply set point." annotation(Placement(transformation(extent={{-42,-8},{-22,12}}))); @@ -104,11 +108,6 @@ block TSupSet "Logical switch changes heating set point based on dehumidification mode." annotation (Placement(transformation(extent={{66,-42},{86,-22}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealOutput ySupSet - "Supply air primary temperature set point." annotation (Placement( - transformation(extent={{102,-18},{142,22}}), iconTransformation(extent={ - {102,-20},{142,20}}))); - equation connect(lin.u, TAirHig) @@ -130,10 +129,12 @@ equation annotation (Line(points={{44,-40},{64,-40}}, color={0,0,127})); connect(addCooSet.y, ySupCooSet) - annotation (Line(points={{44,36},{122,36}}, color={0,0,127})); + annotation (Line(points={{44,36},{82,36},{82,48},{120,48}}, + color={0,0,127})); connect(swiDeh.y, ySupHeaSet) - annotation (Line(points={{88,-32},{122,-32}}, color={0,0,127})); + annotation (Line(points={{88,-32},{106,-32},{106,-38},{120,-38}}, + color={0,0,127})); connect(addCooSet.y, swiDeh.u1) annotation (Line(points={{44,36},{54,36},{54,-24}, {64,-24}}, color={0,0,127})); @@ -153,12 +154,12 @@ equation connect(TAirSupLowSet.y, lin.f2) annotation (Line(points={{-68,-50},{-52,-50}, {-52,-6},{-44,-6}}, color={0,0,127})); - connect(lin.y, ySupSet) - annotation (Line(points={{-20,2},{122,2}}, color={0,0,127})); - + connect(lin.y, ySupSet) annotation (Line(points={{-20,2},{42,2},{42,14},{120, + 14}}, color={0,0,127})); annotation (defaultComponentName="TSupSetpt", Icon(coordinateSystem(preserveAspectRatio=false), graphics={Text(extent={{-90,180},{90,76}},lineColor={28,108,200},textStyle={TextStyle.Bold},textString - = "%name"),Rectangle(extent={{-100,100},{100,-100}},lineColor={179,151,128},radius=10,fillColor={255,255,255}, + = "%name"),Rectangle(extent={{ + -100,98},{100,-102}}, lineColor={179,151,128},radius=10,fillColor={255,255,255}, fillPattern= FillPattern.Solid),Text(extent={{-94,-40},{-40,-58}},lineColor={28,108,200},textString = "highSpaceT"),Text(extent={{-94,60},{-40,42}},lineColor={28,108,200},textString @@ -175,7 +176,8 @@ FillPattern.Solid),Rectangle(extent={{-40,-4},{6,-6}},lineColor={162,29,33},fill FillPattern.Solid),Polygon(points={{6,-4},{-8,6},{-12,-4},{6,-4}},lineColor={162,29,33},fillColor={162,29,33}, fillPattern= FillPattern.Solid), -Text(extent={{42,8},{96,-10}},lineColor={28,108,200},textString="supPrimSP")}), +Text(extent={{40,8},{94,-10}},lineColor={28,108,200}, + textString="supPrimSP")}), Diagram(coordinateSystem(preserveAspectRatio=false)), Documentation(revisions="
                                                                    @@ -185,9 +187,9 @@ First implementation.
                                                                  ", info="

                                                                  Supply Temperature Set Points

                                                                  -

                                                                  This block calculates the primary, cooling (ySupCooSet), and heating (ySupHeaSet) supply air temperature set points. The primary supply air temperature set point is reset from TSupLowSet to TSupHigSet as the highest space temperature falls from THigZon to TLowZon.

                                                                  +

                                                                  This block calculates the primary, cooling (ySupCooSet), and heating (ySupHeaSet) supply air temperature set points. The primary supply air temperature set point is reset from TSupLowSet to TSupHigSet as the highest space temperature falls from THigZon to TLowZon.

                                                                  The supply air cooling set point is equal to the primary air temperature set point plus TAirSupCooOff. The supply air heating set point is equal to the primary air temperature set point minus TAirSupHeaOff.

                                                                  Dehumidification Set Point

                                                                  When dehumidification mode (dehumMode) is active the supply air temperature heating set point is changed to equal the supply air temperature cooling set point.

                                                                  ")); -end TSupSet; +end SupplyTemperatureSetpoint; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.mo index 8ec947a0a7d..c40468cde41 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/Validation/package.mo @@ -1,6 +1,6 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation.Baseclasses; package Validation - + annotation (Icon(graphics={ Rectangle( lineColor={200,200,200}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/erwTsim.mo index ec8d6bc48f5..64a4d0014e0 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/erwTsim.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/erwTsim.mo @@ -162,8 +162,7 @@ equation annotation (defaultComponentName="ERWtemp", Icon(coordinateSystem(preserveAspectRatio=false), graphics={Rectangle(extent={{-100,100},{100,-100}},lineColor={179,151,128},radius=10,fillColor={255,255,255}, fillPattern= -FillPattern.Solid),Text(extent={{-90,180},{90,76}},lineColor={28,108,200},textStyle={TextStyle.Bold},textString - = "%name"),Text(extent={{-50,0},{40,-60}},lineColor={28,108,200},fillColor={28,108,200}, +FillPattern.Solid),Text(extent={{-90,180},{90,76}},lineColor={28,108,200},textStyle={TextStyle.Bold},textString="%name"),Text(extent={{-50,0},{40,-60}},lineColor={28,108,200},fillColor={28,108,200}, fillPattern= FillPattern.Solid,textString="sim"),Text(extent={{-56,96},{52,-16}},lineColor={28,108,200},fillColor={28,108,200}, fillPattern= diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo index 2caaf3617f4..90422cf1bdd 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo @@ -289,14 +289,14 @@ model DOAScontroller "DOAS controller" annotation(Placement(visible = true, transformation(origin = {-68, 52}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation - connect(OccGen.y, DOAScon.occ) annotation ( + connect(OccGen.y,DOAScon.Occ) annotation ( Line(points={{-20,86},{58,86},{58,27.6},{68,27.6}}, color = {255, 0, 255})); - connect(mostOpenDamGen.y, DOAScon.mostOpenDam) annotation ( - Line(points={{-20,56},{54,56},{54,25.2},{68,25.2}}, color = {0, 0, 127})); + connect(mostOpenDamGen.y, DOAScon.uDamMaxOpe) annotation (Line(points={{-20, + 56},{54,56},{54,25.2},{68,25.2}}, color={0,0,127})); - connect(truDel.y, DOAScon.supFanStatus) annotation ( - Line(points={{-24,32},{50,32},{50,22.8},{68,22.8}}, color = {255, 0, 255})); + connect(truDel.y, DOAScon.uFanSupPro) annotation (Line(points={{-24,32},{50, + 32},{50,22.8},{68,22.8}}, color={255,0,255})); connect(truDel.y, swi.u2) annotation ( Line(points = {{-24, 32}, {-24, 18}, {-54, 18}, {-54, 8}}, color = {255, 0, 255})); @@ -307,53 +307,54 @@ equation connect(con0.y, swi.u3) annotation ( Line(points = {{-68, -48}, {-60, -48}, {-60, 0}, {-54, 0}}, color = {0, 0, 127})); - connect(ralHumGen.y, DOAScon.retHum) annotation ( - Line(points = {{24, -6}, {28, -6}, {28, 18}, {68, 18}}, color = {0, 0, 127})); + connect(ralHumGen.y, DOAScon.phiAirRet) annotation (Line(points={{24,-6},{28, + -6},{28,18},{68,18}}, color={0,0,127})); - connect(highSpaceTGen.y, DOAScon.highSpaceT) annotation ( - Line(points={{-2,-18},{30,-18},{30,15.4},{68,15.4}}, color = {0, 0, 127})); + connect(highSpaceTGen.y, DOAScon.TAirHig) annotation (Line(points={{-2,-18},{ + 30,-18},{30,15.4},{68,15.4}}, color={0,0,127})); - connect(raTGen.y, DOAScon.raT) annotation ( - Line(points={{-32,-28},{-28,-28},{-28,10.4},{68,10.4}}, color = {0, 0, 127})); + connect(raTGen.y, DOAScon.TAirRet) annotation (Line(points={{-32,-28},{-28,-28}, + {-28,10.4},{68,10.4}}, color={0,0,127})); - connect(erwHumGen.y, DOAScon.erwHum) annotation ( - Line(points={{50,-24},{56,-24},{56,2.8},{68,2.8}}, color = {0, 0, 127})); + connect(erwHumGen.y, DOAScon.phiAirEneRecWhe) annotation (Line(points={{50,-24}, + {56,-24},{56,2.8},{68,2.8}}, color={0,0,127})); - connect(DOAScon.bypDam, ERWtemp.uBypDam) annotation (Line(points={{92.2,11},{ - 97.1,11},{97.1,-12},{107.6,-12}}, color={255,0,255})); + connect(DOAScon.yBypDam, ERWtemp.uBypDam) annotation (Line(points={{92.2,11}, + {97.1,11},{97.1,-12},{107.6,-12}}, color={255,0,255})); - connect(DOAScon.erwStart, ERWtemp.uEneRecWheStart) annotation (Line(points={{ - 92.2,8},{98,8},{98,-16},{107.6,-16}}, color={255,0,255})); + connect(DOAScon.yEneRecWheEna, ERWtemp.uEneRecWheStart) annotation (Line( + points={{92.2,8},{98,8},{98,-16},{107.6,-16}}, color={255,0,255})); connect(raTGen.y, ERWtemp.TAirRet) annotation (Line(points={{-32,-28},{38.8,-28}, {38.8,-20},{107.6,-20}}, color={0,0,127})); - connect(ERWtemp.yTSimEneRecWhe, DOAScon.erwT) annotation (Line(points={{132.4, - -18},{134,-18},{134,-38},{60,-38},{60,0.4},{68,0.4}}, color={0,0,127})); + connect(ERWtemp.yTSimEneRecWhe, DOAScon.TAirSupEneWhe) annotation (Line( + points={{132.4,-18},{134,-18},{134,-38},{60,-38},{60,0.4},{68,0.4}}, + color={0,0,127})); - connect(DOAScon.exhFanStart, truDel1.u) annotation ( - Line(points={{92.2,1.6},{96,1.6},{96,-56},{106,-56}}, color = {255, 0, 255})); + connect(DOAScon.yExhFanSta, truDel1.u) annotation (Line(points={{92.2,1.6},{ + 96,1.6},{96,-56},{106,-56}}, color={255,0,255})); - connect(truDel1.y, DOAScon.exhFanProof) annotation ( - Line(points = {{130, -56}, {134, -56}, {134, -74}, {58, -74}, {58, -2}, {68, -2}}, color = {255, 0, 255})); + connect(truDel1.y, DOAScon.uFanExhPro) annotation (Line(points={{130,-56},{ + 134,-56},{134,-74},{58,-74},{58,-2},{68,-2}}, color={255,0,255})); - connect(bldgSP.y, DOAScon.bldgSP) annotation ( - Line(points={{52,-82},{54,-82},{54,-4.4},{68,-4.4}}, color = {0, 0, 127})); + connect(bldgSP.y, DOAScon.dPAirStaBui) annotation (Line(points={{52,-82},{54, + -82},{54,-4.4},{68,-4.4}}, color={0,0,127})); - connect(oaTgen.y, DOAScon.oaT) annotation ( - Line(points={{26,-36},{32,-36},{32,7.8},{68,7.8}}, color = {0, 0, 127})); + connect(oaTgen.y, DOAScon.TAirOut) annotation (Line(points={{26,-36},{32,-36}, + {32,7.8},{68,7.8}}, color={0,0,127})); connect(oaTgen.y, ERWtemp.TAirOut) annotation (Line(points={{26,-36},{62,-36}, {62,-24},{107.6,-24}}, color={0,0,127})); - connect(swi.y, DOAScon.DDSP) annotation ( - Line(points={{-30,8},{16,8},{16,20.4},{68,20.4}}, color = {0, 0, 127})); + connect(swi.y, DOAScon.dPAirDucSta) annotation (Line(points={{-30,8},{16,8},{ + 16,20.4},{68,20.4}}, color={0,0,127})); - connect(saTGen.y, DOAScon.saT) annotation ( - Line(points={{-2,-52},{26,-52},{26,12.8},{68,12.8}}, color = {0, 0, 127})); + connect(saTGen.y, DOAScon.TAirSup) annotation (Line(points={{-2,-52},{26,-52}, + {26,12.8},{68,12.8}}, color={0,0,127})); - connect(ccTGen.y, DOAScon.ccT) annotation ( - Line(points={{-2,-82},{28,-82},{28,5.4},{68,5.4}}, color = {0, 0, 127})); + connect(ccTGen.y, DOAScon.TAirDisCoiCoo) annotation (Line(points={{-2,-82},{ + 28,-82},{28,5.4},{68,5.4}}, color={0,0,127})); connect(DOAScon.yFanSup, pre.u) annotation (Line(points={{92.2,23.4},{-86, 23.4},{-86,52},{-80,52}}, color={255,0,255})); diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo index ddc544de796..0bef603a24e 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo @@ -42,8 +42,8 @@ equation connect(OccGen.y,SFcon.Occ) annotation ( Line(points={{-44,42},{-10,42},{-10,11},{38,11}}, color={255,0,255})); - connect(mostOpenDamGen.y, SFcon.mostOpenDam) annotation ( - Line(points={{-44,8},{-10,8},{-10,7.4},{38,7.4}}, color={0,0,127})); + connect(mostOpenDamGen.y, SFcon.uDamMaxOpe) annotation (Line(points={{-44,8}, + {-10,8},{-10,7.4},{38,7.4}}, color={0,0,127})); connect(sensorDDSP.y, SFcon.dPAirDucSta) annotation (Line(points={{-44,-28},{ -10,-28},{-10,-3.2},{38,-3.2}}, color={0,0,127})); diff --git a/Buildings/Controls/OBC/FDE/DOAS/package.order b/Buildings/Controls/OBC/FDE/DOAS/package.order index 1bff27d0409..c8c78cca424 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/package.order +++ b/Buildings/Controls/OBC/FDE/DOAS/package.order @@ -1,10 +1,10 @@ DOAScontroller CoolingCoil DehumMode -EconMode +EconomizerMode EnergyWheel -ExhaustFanController +ExhaustFan HeatingCoil SupplyFanController -TSupSet +SupplyTemperatureSetpoint Validation From 83f3dc9fefeda5e85f77994c717b40b573d631a9 Mon Sep 17 00:00:00 2001 From: cerrinamouchref-pnnl Date: Thu, 4 Apr 2024 16:57:29 -0700 Subject: [PATCH 174/196] Updates to validation models --- .../Controls/OBC/FDE/DOAS/CoolingCoil.mo | 43 ++- .../Controls/OBC/FDE/DOAS/DOAScontroller.mo | 359 ++++++++++-------- .../Controls/OBC/FDE/DOAS/EconomizerMode.mo | 7 +- .../Controls/OBC/FDE/DOAS/EnergyWheel.mo | 16 +- Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo | 8 +- .../OBC/FDE/DOAS/SupplyFanController.mo | 42 +- .../OBC/FDE/DOAS/SupplyTemperatureSetpoint.mo | 2 +- .../DOAS/Validation/Baseclasses/erwTsim.mo | 3 +- .../OBC/FDE/DOAS/Validation/CoolingCoil.mo | 67 +++- .../OBC/FDE/DOAS/Validation/DOAScontroller.mo | 323 ++++++++++------ .../OBC/FDE/DOAS/Validation/DehumMode.mo | 23 +- .../{EconMode.mo => EconomizerMode.mo} | 37 +- .../OBC/FDE/DOAS/Validation/EnergyWheel.mo | 81 ++-- ...{ExhaustFanController.mo => ExhaustFan.mo} | 55 ++- .../OBC/FDE/DOAS/Validation/HeatingCoil.mo | 17 +- .../DOAS/Validation/SupplyFanController.mo | 96 ++++- ...SupSet.mo => SupplyTemperatureSetpoint.mo} | 40 +- .../OBC/FDE/DOAS/Validation/package.order | 6 +- .../ChilledBeamSystem/ClosedLoopValidation.mo | 80 ++-- .../OBC/FDE/DOAS/Validation/CoolingCoil.mos | 8 +- .../OBC/FDE/DOAS/Validation/DehumMode.mos | 6 +- .../OBC/FDE/DOAS/Validation/EconMode.mos | 4 - .../FDE/DOAS/Validation/EconomizerMode.mos | 4 + .../OBC/FDE/DOAS/Validation/EnergyWheel.mos | 8 +- .../OBC/FDE/DOAS/Validation/ExhaustFan.mos | 6 + .../DOAS/Validation/ExhaustFanController.mos | 8 - .../OBC/FDE/DOAS/Validation/HeatingCoil.mos | 7 +- .../DOAS/Validation/SupplyFanController.mos | 17 +- .../OBC/FDE/DOAS/Validation/TSupSet.mos | 9 +- 29 files changed, 844 insertions(+), 538 deletions(-) rename Buildings/Controls/OBC/FDE/DOAS/Validation/{EconMode.mo => EconomizerMode.mo} (61%) rename Buildings/Controls/OBC/FDE/DOAS/Validation/{ExhaustFanController.mo => ExhaustFan.mo} (51%) rename Buildings/Controls/OBC/FDE/DOAS/Validation/{TSupSet.mo => SupplyTemperatureSetpoint.mo} (68%) delete mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconMode.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mos create mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mos delete mode 100644 Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mos diff --git a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo index c2cde543823..44f8815c27e 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo @@ -20,11 +20,35 @@ block CoolingCoil "This block commands the cooling coil." parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PID controller for regular cooling coil operation mode"; - parameter Real kRegOpe=1 "Gain of conPIDRegOpe controller"; + parameter Real kRegOpe=1 + "Gain of conPIDRegOpe controller"; - parameter Real TiRegOpe=0.5 "Time constant of integrator block for conPIDRegOpe controller"; + parameter Real TiRegOpe=0.5 + "Time constant of integrator block for conPIDRegOpe controller"; + + parameter Real TdRegOpe=0.1 + "Time constant of derivative block for conPIDRegOpe controller"; + + parameter Real dehumSet( + final min=0, + final max=100)=60 + "Dehumidification set point."; + + parameter Real timThrDehDis( + final unit="s", + final quantity="Time")=600 + "Continuous time period for which measured relative humidity needs to fall below relative humidity threshold before dehumidification mode is disabled"; + + parameter Real timDelDehEna( + final unit="s", + final quantity="Time")=120 + "Continuous time period for which supply fan needs to be on before enabling dehumidifaction mode"; + + parameter Real timThrDehEna( + final unit="s", + final quantity="Time")=5 + "Continuous time period for which relative humidity rises above set point before dehumidifcation mode is enabled"; - parameter Real TdRegOpe=0.1 "Time constant of derivative block for conPIDRegOpe controller"; // ---inputs--- @@ -86,6 +110,13 @@ block CoolingCoil "This block commands the cooling coil." Buildings.Controls.OBC.CDL.Interfaces.RealOutput yCoiCoo "Cooling coil control signal" annotation (Placement(transformation(extent={{ 102,56},{142,96}}), iconTransformation(extent={{102,-20},{142,20}}))); + + Buildings.Controls.OBC.CDL.Psychrometrics.DewPoint_TDryBulPhi TAirDewEneRecWhe + "Calculates dewpoint temperature for air conditioned by energy recovery wheel" + annotation (Placement(visible=true, transformation( + origin={-66,48}, + extent={{-10,-10},{10,10}}, + rotation=0))); protected Buildings.Controls.OBC.CDL.Reals.Sources.Constant conZer(final k=0) "Real constant zero" @@ -126,12 +157,6 @@ protected extent={{-10,-10},{10,10}}, rotation=0))); - Buildings.Controls.OBC.CDL.Psychrometrics.DewPoint_TDryBulPhi TAirDewEneRecWhe - "Calculates dewpoint temperature for air conditioned by energy recovery wheel" - annotation (Placement(visible=true, transformation( - origin={-66,48}, - extent={{-10,-10},{10,10}}, - rotation=0))); Buildings.Controls.OBC.CDL.Reals.AddParameter TSetCooDeh(p=-erwDPadj) "Calculate cooling setpoint temperature for air in dehumidification mode" diff --git a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo index b058a419657..49c8a61833f 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo @@ -1,164 +1,199 @@ within Buildings.Controls.OBC.FDE.DOAS; block DOAScontroller "DOAS controller built from DOAS blocks." - parameter Boolean vvUnit = true - "Set true when unit serves variable volume system." - annotation(Dialog(tab = "DOAS", group = "General")); + parameter Real erwDPadj( + final unit = "K", + final quantity = "TemperatureDifference") = 5 + "Value subtracted from ERW supply air dewpoint."; + + parameter CDL.Types.SimpleController controllerTypeDeh=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PID controller for cooling air in dehumidification mode"; + + parameter Real kDeh=1 + "Gain of conPIDDeh controller"; + + parameter Real TiDeh=0.5 + "Time constant of integrator block for conPIDDeh controller"; + + parameter Real TdDeh=0.1 "Time constant of derivative block for conPIDDeh controller"; + + parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PID controller for regular cooling coil operation mode"; + + parameter Real kRegOpe=1 "Gain of conPIDRegOpe controller"; + + parameter Real TiRegOpe=0.5 "Time constant of integrator block for conPIDRegOpe controller"; + + parameter Real TdRegOpe=0.1 "Time constant of derivative block for conPIDRegOpe controller"; + + parameter Real dTEcoThr( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 + "Threshold temperature difference between return air and outdoor air temperature above which economizer mode is enabled"; + + parameter Real dTThrEneRec( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 7 + "Absolute temperature difference threshold between outdoor air and return air temperature above which energy recovery is enabled"; + + parameter Real dThys( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 0.5 + "Delay time period after temperature difference threshold is crossed for enabling energy recovery mode"; + + parameter Real timDelEneRec( + final unit = "s", + final quantity = "Time") = 300 + "Minimum delay after OAT/RAT delta falls below set point."; + + parameter CDL.Types.SimpleController controllerTypeEneWheHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PI controller for heating loop"; + + parameter Real kEneWheHea( + final unit = "1") = 0.00001 + "PID heating loop gain value."; + + parameter Real TiEneWheHea( + final unit = "s") = 0.00025 + "PID heating loop time constant of integrator."; + + parameter Real TdEneWheHea( + final unit = "s") = 0.1 + "PID heatig loop time constant of derivative block"; + + parameter Real kEneWheCoo( + final unit = "1") = 0.00001 + "PID cooling loop gain value."; + + parameter Real TiEneWheCoo( + final unit = "s") = 0.00025 "PID cooling loop time constant of integrator."; + + parameter CDL.Types.SimpleController controllerTypeEneWheCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PI controller for cooling loop"; + + parameter Real TdEneWheCoo( + final unit = "s") = 0.1 + "PID cooling loop time constant of derivative block"; + + parameter Real dPSetBui( + final unit = "Pa", + final quantity = "PressureDifference") = 15 + "Building static pressure difference set point"; + + parameter Real kExhFan( + final unit = "1") = 0.00001 + "PID heating loop gain value."; + + parameter Real TiExhFan( + final unit = "s") = 0.00025 + "PID loop time constant of integrator."; + + parameter Real TdExhFan=0.1 "Time constant of derivative block"; + + parameter CDL.Types.SimpleController controllerTypeExhFan=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter CDL.Types.SimpleController controllerTypeCoiHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter Real kCoiHea = 0.0000001 + "Heating coil SAT PI gain value k."; + + parameter Real TiCoiHea = 0.000025 + "Heating coil SAT PI time constant value Ti."; + + parameter Real TdCoiHea=0.1 "Time constant of derivative block"; + + parameter Boolean is_vav = true + "True: System has zone terminals with variable damper position. False: System has zone terminals with constant damper position."; + + parameter Real yMinDamSet( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 125 + "Minimum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); + + parameter Real yMaxDamSet( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 500 + "Maximum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); parameter Real damSet( - min = 0, - max = 1, - final unit = "1") = 0.9 - "DDSP terminal damper percent open set point" - annotation(Dialog(tab = "DOAS", group = "General")); - - parameter Real cctPIk = 0.0000001 - "Cooling coil CCT PI gain value k." - annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); - - parameter Real cctPITi = 0.000025 - "Cooling coil CCT PI time constant value Ti." - annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); - - parameter Real SAccPIk = 0.0000001 - "Cooling coil SAT PI gain value k." - annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); - - parameter Real SAccPITi = 0.000025 - "Cooling coil SAT PI time constant value Ti." - annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); - - parameter Real dehumSet( - final min = 0, - final max = 100, - final displayUnit = "rh") = 60 - "Dehumidification set point." - annotation(Dialog(tab = "Dehumidification", group = "Set Point")); - - parameter Real dehumDelay( - final unit = "s", - final quantity = "Time") = 600 - "Minimum delay after RH falls below set point before turning dehum off." - annotation(Dialog(tab = "Dehumidification", group = "Timer")); - - parameter Real minRun( - final unit = "s", - final quantity = "Time") = 120 - "Minimum supply fan proof delay before allowing dehum mode." - annotation(Dialog(tab = "Dehumidification", group = "Timer")); - - parameter Real econCooAdj( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 2 - "Value subtracted from supply air temperature cooling set point." - annotation(Dialog(tab = "Economizer", group = "Set Point")); + min = 0, + max = 1, + final unit = "1") = 0.9 + "DDSP terminal damper percent open set point"; + + parameter Real kDam = 0.0000001 + "Damper position setpoint PI gain value k."; + + parameter Real TiDam = 0.000025 + "Damper position setpoint PI time constant value Ti."; + + parameter Real TdDam = 0.1 "Time constant of derivative block for conPIDDam"; + + parameter CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter Real dPDucSetCV( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; + + parameter Real fanSpeMin = 0.0000001 + "Minimum Fan Speed"; + + parameter Real kFanSpe = 0.0000001 " + Fan speed set point SAT PI gain value k."; + + parameter Real TdFanSpe = 0.1 "Time constant of derivative block for conPIDFanSpe"; + + parameter Real TiFanSpe = 0.000025 + "Fan speed set point SAT PI time constant value Ti."; + + parameter CDL.Types.SimpleController controllerTypeFanSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter Real TSupLowSet( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+20 + "Minimum primary supply air temperature reset value"; + + parameter Real TSupHigSet( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+24 + "Maximum primary supply air temperature reset value"; + + parameter Real THigZon( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+25 + "Maximum zone temperature reset value"; + + parameter Real TLowZon( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+21 + "Minimum zone temperature reset value"; + + parameter Real TSupCooOff( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=2 + "Supply air temperature cooling set point offset."; + + parameter Real TSupHeaOff( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=2 + "Supply air temperature heating set point offset."; - parameter Real erwDPadj( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 5 - "Value subtracted from ERW supply air dewpoint." - annotation(Dialog(tab = "Energy Recovery Wheel", group = "Set Point")); - - parameter Real recSet( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 7 - "Energy recovery set point." - annotation(Dialog(tab = "Energy Recovery Wheel", group = "Set Point")); - - parameter Real recSetDelay( - final unit = "s", - final quantity = "Time") = 300 - "Minimum delay after OAT/RAT delta falls below set point." - annotation(Dialog(tab = "Energy Recovery Wheel", group = "Timer")); - - parameter Real kGain(final unit = "1") = 0.00001 - "PID loop gain value." - annotation(Dialog(tab = "Energy Recovery Wheel", group = "PI Parameters")); - - parameter Real conTi( - final unit = "s") = 0.00025 - "PID time constant of integrator." - annotation(Dialog(tab = "Energy Recovery Wheel", group = "PI Parameters")); - - parameter Real SArhcPIk = 0.0000001 - "Heating coil SAT PI gain value k." - annotation(Dialog(tab = "Heating Coil", group = "PI Parameters")); - - parameter Real SArhcPITi = 0.000025 - "Heating coil SAT PI time constant value Ti." - annotation(Dialog(tab = "Heating Coil", group = "PI Parameters")); - - parameter Real minDDSPset( - min = 0, - final unit = "Pa", - final quantity = "PressureDifference") = 125 - "Minimum down duct static pressure reset value" - annotation(Dialog(tab = "Pressure", group = "DDSP range")); - - parameter Real maxDDSPset( - min = 0, - final unit = "Pa", - final quantity = "PressureDifference") = 500 - "Maximum down duct static pressure reset value" - annotation(Dialog(tab = "Pressure", group = "DDSP range")); - - parameter Real cvDDSPset( - min = 0, - final unit = "Pa", - final quantity = "PressureDifference") = 250 - "Constant volume down duct static pressure set point" - annotation(Dialog(tab = "Pressure", group = "CV DDSP")); - - parameter Real bldgSPset( - final unit = "Pa", - final quantity = "PressureDifference") = 15 - "Building static pressure set point" - annotation(Dialog(tab = "Pressure", group = "Building")); - - parameter Real loPriT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 20 - "Minimum primary supply air temperature reset value" - annotation(Dialog(tab = "Temperature", group = "Set Point")); - - parameter Real hiPriT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 24 - "Maximum primary supply air temperature reset value" - annotation(Dialog(tab = "Temperature", group = "Set Point")); - - parameter Real hiZonT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 25 - "Maximum zone temperature reset value" - annotation(Dialog(tab = "Temperature", group = "Set Point")); - - parameter Real loZonT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 21 - "Minimum zone temperature reset value" - annotation(Dialog(tab = "Temperature", group = "Set Point")); - - parameter Real coAdj( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 2 - "Supply air temperature cooling set point offset." - annotation(Dialog(tab = "Temperature", group = "Set Point")); - - parameter Real heAdj( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 2 - "Supply air temperature heating set point offset." - annotation(Dialog(tab = "Temperature", group = "Set Point")); // ---inputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanInput Occ @@ -276,8 +311,8 @@ block DOAScontroller "DOAS controller built from DOAS blocks." Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput yEneRecWheEna "Command to start the energy recovery wheel." annotation (Placement( - transformation(extent={{102,-74},{142,-34}}), iconTransformation(extent - ={{102,-120},{142,-80}}))); + transformation(extent={{102,-74},{142,-34}}), iconTransformation(extent= + {{102,-120},{142,-80}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput yEneRecWheSpe "Energy recovery wheel speed command." annotation (Placement(transformation( @@ -336,7 +371,11 @@ block DOAScontroller "DOAS controller built from DOAS blocks." controllerTypeRegOpe=controllerTypeRegOpe, kRegOpe=kRegOpe, TiRegOpe=TiRepOpe, - TdRegOpe=TdRegOpe) + TdRegOpe=TdRegOpe, + dehumSet=dehumSet, + timThrDehDis=timThrDehDis, + timDelDehEna=timDelDehEna, + timThrDehEna=timThrDehEna) "This block commands the cooling coil." annotation(Placement(transformation(extent = {{58, 18}, {78, 38}}))); @@ -453,8 +492,8 @@ equation {{22,-1.8},{40,-1.8},{40,-3.2},{55.8,-3.2}}, color={0,0,127})); connect(TAirOut, EconMod1.TAirOut) annotation (Line(points={{-120,-138},{-78, -138},{-78,-140},{-34,-140},{-34,-32},{29.8,-32}}, color={0,0,127})); - connect(TSupSetpt.ySupCooSet, EconMod1.TAirSupSetCoo) annotation (Line(points - ={{22,6.8},{26,6.8},{26,-39},{29.8,-39}}, color={0,0,127})); + connect(TSupSetpt.ySupCooSet, EconMod1.TAirSupSetCoo) annotation (Line(points= + {{22,6.8},{26,6.8},{26,-39},{29.8,-39}}, color={0,0,127})); connect(uFanSupPro, EconMod1.uFanSupPro) annotation (Line(points={{-120,24},{ -46,24},{-46,-25},{29.8,-25}}, color={255,0,255})); connect(uFanSupPro, EFcon1.uFanSupPro) annotation (Line(points={{-120,24},{ diff --git a/Buildings/Controls/OBC/FDE/DOAS/EconomizerMode.mo b/Buildings/Controls/OBC/FDE/DOAS/EconomizerMode.mo index 2ac41361d16..3d742fe1b01 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EconomizerMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EconomizerMode.mo @@ -1,10 +1,7 @@ within Buildings.Controls.OBC.FDE.DOAS; block EconomizerMode "This block calculates when economizer mode is active." - parameter Real dTEcoThr( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 2 + parameter Real dTEcoThr=2 "Threshold temperature difference between return air and outdoor air temperature above which economizer mode is enabled"; @@ -53,7 +50,7 @@ block EconomizerMode "This block calculates when economizer mode is active." Placement(transformation(extent = {{104, -20}, {144, 20}}), iconTransformation(extent = {{102, -20}, {142, 20}}))); protected - Buildings.Controls.OBC.CDL.Reals.Greater gre(h=dtEcoThr) + Buildings.Controls.OBC.CDL.Reals.Greater gre(h=dTEcoThr) "True if OAT > supCooSP." annotation ( Placement(visible = true, transformation(origin = {-24, 34}, extent = {{-20, -46}, {0, -26}}, rotation = 0))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo index 9ce2ed47908..d0b1330c453 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo @@ -95,6 +95,7 @@ block EnergyWheel "This block commands the energy recovery wheel and associated transformation(extent={{102,-96},{142,-56}}), iconTransformation(extent= {{102,-80},{142,-40}}))); + parameter Real Ti=TiEneWheCoo "Time constant of integrator block"; protected Buildings.Controls.OBC.CDL.Reals.Subtract difference "Subtract outside air temperature from return air temperature." @@ -104,8 +105,7 @@ protected "Absolute value of OAT-RAT difference." annotation(Placement(visible = true, transformation(origin = {26, 2}, extent = {{-62, -10}, {-42, 10}}, rotation = 0))); - Buildings.Controls.OBC.CDL.Logical.TrueDelay EneWhe( - delayTime = recSetDelay, + Buildings.Controls.OBC.CDL.Logical.TrueDelay EneWhe(delayTime=timDelEneRec, delayOnInit = true) "Recovery set point delay before disabling energy wheel." annotation(Placement(visible = true, transformation(origin = {30, 28}, extent = {{2, -38}, {22, -18}}, rotation = 0))); @@ -173,7 +173,7 @@ equation connect(not1.u,uEcoMod) annotation ( Line(points = {{-28, 50}, {-122, 50}}, color = {255, 0, 255})); - connect(mulAndEneRecRegOpe.y, yEneRecWheStart) annotation (Line(points={{88, + connect(mulAndEneRecRegOpe.y, yEneRecWheEna) annotation (Line(points={{88, 18},{104,18},{104,20},{122,20}}, color={255,0,255})); connect(max.y, swiTEneRec.u1) annotation (Line(points={{-2,-62},{14,-62},{14,-68}, @@ -245,8 +245,6 @@ equation connect(EneWhe.y, mulAndEneRecRegOpe.u[3]) annotation (Line(points={{54,0},{ 56,0},{56,13.3333},{64,13.3333}}, color={255,0,255})); - connect(max.u1, conPIDEneWheHea.u_m) annotation (Line(points={{-26,-56},{-66,-56}, - {-66,-50},{-70,-50}}, color={0,0,127})); annotation ( defaultComponentName = "ERWcon", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(fillColor = {255, 255, 255}, @@ -281,11 +279,11 @@ September 15, 2020, by Henry Nickels:
                                                                  First implementation.
                                                                ", info=" -

                                                                Energy Recovery Wheel Start/Stop.

                                                                -

                                                                This block commands the ERW to start (yEneRecWheStart) when the DOAS is energized (uFanSupPro) and the absolute difference between return air temperature (TAirRet) and outside air temperature (TAirOut) is greater than the recovery set point (dTThrEneRec). When the DOAS is not energized, economizer mode is enabled (uEcoMod), or the TAirRet/TAirOut difference falls below the recovery set point for longer than the recovery set point delay (timDelEneRec) the ERW will be commanded to stop.

                                                                -

                                                                ERW Speed Control

                                                                +

                                                                Energy Recovery Wheel Start/Stop.

                                                                +

                                                                This block commands the ERW to start (yEneRecWheEna) when the DOAS is energized (uFanSupPro) and the absolute difference between return air temperature (TAirRet) and outside air temperature (TAirOut) is greater than the recovery set point (dTThrEneRec). When the DOAS is not energized, economizer mode is enabled (uEcoMod), or the TAirRet/TAirOut difference falls below the recovery set point for longer than the recovery set point delay (timDelEneRec) the ERW will be commanded to stop.

                                                                +

                                                                ERW Speed Control

                                                                The ERW speed (yEneRecWheSpe) is modulated to maintain the energy recovery supply temperature (TAirSupEneWhe) at the primary supply air temperature set point (TAirSupSetEneWhe).

                                                                -

                                                                Bypass Damper Control

                                                                +

                                                                Bypass Damper Control

                                                                When the DOAS is energized and in economizer mode or the ERW is stopped, the bypass dampers shall be commanded fully open to bypass (yBypDam). When the DOAS is de-energized or the DOAS is energized and the ERW is started, the bypass dampers shall be commanded closed to bypass.

                                                                ")); end EnergyWheel; diff --git a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo index cbc68e089d7..ccef4d31871 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo @@ -49,8 +49,8 @@ block ExhaustFan "This block manages start, stop, and speed of the exhaust fan." 102,-16},{142,24}}), iconTransformation(extent={{100,-80},{140,-40}}))); protected - Buildings.Controls.OBC.CDL.Reals.Sources.Constant PAirSetBui(final k=dPSetBui) - "Building static pressure set point." + Buildings.Controls.OBC.CDL.Reals.Sources.Constant dPAirSetBui(final k= + dPSetBui) "Building static pressure set point." annotation (Placement(transformation(extent={{-40,2},{-20,22}}))); Buildings.Controls.OBC.CDL.Reals.Switch swiExhFanSpe @@ -90,10 +90,10 @@ equation connect(swiExhFanSpe.u2, uFanExhPro) annotation (Line(points={{36,4},{20,4},{ 20,-42},{-122,-42}}, color={255,0,255})); - connect(PAirStaBui, conPIDExhFan.u_m) + connect(dPAirStaBui, conPIDExhFan.u_m) annotation (Line(points={{-122,-8},{-2,-8}}, color={0,0,127})); - connect(PAirSetBui.y, conPIDExhFan.u_s) + connect(dPAirSetBui.y, conPIDExhFan.u_s) annotation (Line(points={{-18,12},{-14,12},{-14,4}}, color={0,0,127})); connect(conPIDExhFan.y, swiExhFanSpe.u1) diff --git a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo index 0116ba9acbf..70e5f9b974f 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo @@ -64,7 +64,7 @@ block SupplyFanController "This block manages start, stop, status, and speed of extent={{-142,22},{-102,62}}), iconTransformation(extent={{-140,-56}, {-100,-16}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput uDamMaxOpe if vvUnit + Buildings.Controls.OBC.CDL.Interfaces.RealInput uDamMaxOpe if is_vav "Maximum damper opening position from all terminal units served" annotation (Placement(transformation(extent={{-142,-24},{-102,16}}), iconTransformation(extent={{-140,14},{-100,54}}))); @@ -84,16 +84,16 @@ block SupplyFanController "This block manages start, stop, status, and speed of -50},{142,-10}}), iconTransformation(extent={{100,-64},{140,-24}}))); protected Buildings.Controls.OBC.CDL.Reals.Sources.Constant DamSet(k=damSet) if - vvUnit "Most open damper position set point." + is_vav "Most open damper position set point." annotation (Placement(transformation(extent={{-98,4},{-78,24}}))); Buildings.Controls.OBC.CDL.Reals.Sources.Constant conPDucSetCV(final k= - dPDucSetCV) if not vvUnit + dPDucSetCV) if not is_vav "DDSP set point for constant volume systems." annotation (Placement(transformation(extent={{-72,-64},{-52,-44}}))); Buildings.Controls.OBC.CDL.Reals.Switch swiFanSpe "Swtich passes fan speed set point when true; 0 when false." - annotation (Placement(transformation(extent={{14,-40},{34,-20}}))); + annotation (Placement(transformation(extent={{60,-42},{80,-22}}))); Buildings.Controls.OBC.CDL.Reals.Sources.Constant conFanMinSpe(k=fanSpeMin) "Minimum fan speed" @@ -107,7 +107,7 @@ protected yMax=yMaxDamSet, yMin=yMinDamSet, reverseActing=false) if - vvUnit "PID for most open damper" annotation (Placement( + is_vav "PID for most open damper" annotation (Placement( visible=true, transformation( origin={-38,22}, extent={{-10,-10},{10,10}}, @@ -118,7 +118,7 @@ protected Ti=TiFanSpe, k=kFanSpe, Td=TdFanSpe) - annotation(Placement(visible = true, transformation(origin = {62, -30}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); + annotation(Placement(visible = true, transformation(origin={20,-10}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Logical.Timer tim(t = 300) @@ -127,13 +127,10 @@ protected equation connect(conFanMinSpe.y, swiFanSpe.u3) annotation (Line(points={{-4,-54},{4,-54}, - {4,-38},{12,-38}}, color={0,0,127})); + {4,-40},{58,-40}}, color={0,0,127})); - connect(uFanSupPro, swiFanSpe.u2) annotation (Line(points={{-122,42},{0,42},{ - 0,-30},{12,-30}}, color={255,0,255})); - - connect(conPDucSetCV.y, swiFanSpe.u1) annotation (Line(points={{-50,-54},{-34, - -54},{-34,-22},{12,-22}}, color={0,0,127})); + connect(uFanSupPro, swiFanSpe.u2) annotation (Line(points={{-122,42},{0,42},{0, + -32},{58,-32}}, color={255,0,255})); connect(DamSet.y, conPIDDam.u_s) annotation (Line(points={{-76,14},{-71,14},{ -71,22},{-50,22}}, color={0,0,127})); @@ -141,17 +138,8 @@ equation connect(uDamMaxOpe, conPIDDam.u_m) annotation (Line(points={{-122,-4},{-38,-4},{-38,10}}, color={0,0,127})); - connect(conPIDDam.y, swiFanSpe.u1) - annotation (Line(points={{-26,22},{-26,-22},{12,-22}}, color={0,0,127})); - - connect(swiFanSpe.y, conPIDFanSpe.u_s) - annotation (Line(points={{36,-30},{50,-30}}, color={0,0,127})); - connect(dPAirDucSta, conPIDFanSpe.u_m) - annotation (Line(points={{-122,-86},{62,-86},{62,-42}}, color={0,0,127})); - - connect(conPIDFanSpe.y, yFanSupSpe) - annotation (Line(points={{74,-30},{122,-30}}, color={0,0,127})); + annotation (Line(points={{-122,-86},{20,-86},{20,-22}}, color={0,0,127})); connect(Occ, tim.u) annotation ( Line(points = {{-122, 80}, {-69, 80}, {-69, 88}, {-20, 88}}, color = {255, 0, 255})); @@ -159,6 +147,14 @@ equation connect(tim.passed, yFanSup) annotation (Line(points={{4,80},{122,80}}, color={255,0,255})); + connect(conPDucSetCV.y, conPIDFanSpe.u_s) annotation (Line(points={{-50,-54},{ + -44,-54},{-44,-10},{8,-10}}, color={0,0,127})); + connect(conPIDDam.y, conPIDFanSpe.u_s) annotation (Line(points={{-26,22},{-12, + 22},{-12,-10},{8,-10}}, color={0,0,127})); + connect(conPIDFanSpe.y, swiFanSpe.u1) annotation (Line(points={{32,-10},{30,-10}, + {30,-24},{58,-24}}, color={0,0,127})); + connect(swiFanSpe.y, yFanSupSpe) annotation (Line(points={{82,-32},{88,-32},{88, + -30},{122,-30}}, color={0,0,127})); annotation ( defaultComponentName = "SFcon", Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}}), graphics={ Rectangle(lineColor = {179, 151, 128}, fillColor = {255, 255, 255}, @@ -182,6 +178,6 @@ First implementation.

                                                                This block commands the supply fan to start (yFanSup) when the unit enters occupied (Occ) mode. When supply fan status (uFanSupPro) is proven, fan speed control (yFanSupSpe) is enabled and the supply fan proof (uFanSupPro) is turned on.

                                                                Down Duct Static Pressure Control

                                                                The supply fan speed (yFanSupSpe) is modulated to maintain the down duct static pressure (conPDucSetCV) at set point. The down duct set point is reset between minimum (yMinDamSet) and maximum (yMaxDamSet) values determined by TAB. The reset is based on the most open damper (uDamMaxOpe) remaining at a specific position (DamSet) (i.e. The terminal unit air flow set point is satisfied with its primary air damper 90% open).

                                                                -

                                                                There is also an option for a fixed down duct static pressure set point (PDucSetVV) when the variable volume parameter vvUnit is false.

                                                                +

                                                                There is also an option for a fixed down duct static pressure set point (PDucSetVV) when the variable volume parameter is_vav is false.

                                                                ")); end SupplyFanController; diff --git a/Buildings/Controls/OBC/FDE/DOAS/SupplyTemperatureSetpoint.mo b/Buildings/Controls/OBC/FDE/DOAS/SupplyTemperatureSetpoint.mo index b56b490d2c5..3a0b767374e 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/SupplyTemperatureSetpoint.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/SupplyTemperatureSetpoint.mo @@ -101,7 +101,7 @@ protected annotation (Placement(transformation(extent={{-14,44},{6,64}}))); Buildings.Controls.OBC.CDL.Reals.Sources.Constant TAirSupHeaSetOff(final k= - TSupHeaSetOff) + TSupHeaOff) "Supply air temperature heating set point offset." annotation (Placement(transformation(extent={{-14,-66},{6,-46}}))); Buildings.Controls.OBC.CDL.Reals.Switch swiDeh diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/erwTsim.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/erwTsim.mo index 64a4d0014e0..ec8d6bc48f5 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/erwTsim.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/Baseclasses/erwTsim.mo @@ -162,7 +162,8 @@ equation annotation (defaultComponentName="ERWtemp", Icon(coordinateSystem(preserveAspectRatio=false), graphics={Rectangle(extent={{-100,100},{100,-100}},lineColor={179,151,128},radius=10,fillColor={255,255,255}, fillPattern= -FillPattern.Solid),Text(extent={{-90,180},{90,76}},lineColor={28,108,200},textStyle={TextStyle.Bold},textString="%name"),Text(extent={{-50,0},{40,-60}},lineColor={28,108,200},fillColor={28,108,200}, +FillPattern.Solid),Text(extent={{-90,180},{90,76}},lineColor={28,108,200},textStyle={TextStyle.Bold},textString + = "%name"),Text(extent={{-50,0},{40,-60}},lineColor={28,108,200},fillColor={28,108,200}, fillPattern= FillPattern.Solid,textString="sim"),Text(extent={{-56,96},{52,-16}},lineColor={28,108,200},fillColor={28,108,200}, fillPattern= diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo index 7693f174f97..9700cfba55a 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo @@ -2,13 +2,66 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; model CoolingCoil "This model simulates CoolingCoil" parameter Real erwDPadj( - final unit="K", - final displayUnit="degC", - final quantity="ThermodynamicTemperature")=5 - "Value subtracted from ERW supply air dewpoint."; - - Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling(erwDPadj(displayUnit="K")= - 5) + final unit = "K", + final quantity = "TemperatureDifference") = 5 + "Value subtracted from ERW supply air dewpoint."; + + parameter CDL.Types.SimpleController controllerTypeDeh=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PID controller for cooling air in dehumidification mode"; + + parameter Real kDeh=1 + "Gain of conPIDDeh controller"; + + parameter Real TiDeh=0.5 + "Time constant of integrator block for conPIDDeh controller"; + + parameter Real TdDeh=0.1 "Time constant of derivative block for conPIDDeh controller"; + + parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PID controller for regular cooling coil operation mode"; + + parameter Real kRegOpe=1 + "Gain of conPIDRegOpe controller"; + + parameter Real TiRegOpe=0.5 + "Time constant of integrator block for conPIDRegOpe controller"; + + parameter Real TdRegOpe=0.1 + "Time constant of derivative block for conPIDRegOpe controller"; + + parameter Real dehumSet( + final min=0, + final max=100)=60 + "Dehumidification set point."; + + parameter Real timThrDehDis( + final unit="s", + final quantity="Time")=600 + "Continuous time period for which measured relative humidity needs to fall below relative humidity threshold before dehumidification mode is disabled"; + + parameter Real timDelDehEna( + final unit="s", + final quantity="Time")=120 + "Continuous time period for which supply fan needs to be on before enabling dehumidifaction mode"; + + parameter Real timThrDehEna( + final unit="s", + final quantity="Time")=5 + "Continuous time period for which relative humidity rises above set point before dehumidifcation mode is enabled"; + Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling( + erwDPadj(displayUnit="K") = erwDPadj, + controllerTypeDeh=controllerTypeDeh, + kDeh=kDeh, + TiDeh=TiDeh, + TdDeh=TdDeh, + controllerTypeRegOpe=controllerTypeRegOpe, + kRegOpe=kRegOpe, + TiRegOpe=TiRegOpe, + TdRegOpe=TdRegOpe, + dehumSet=dehumSet, + timThrDehDis=timThrDehDis, + timDelDehEna=timDelDehEna, + timThrDehEna=timThrDehEna) annotation (Placement(transformation(extent={{48,-24},{68,-4}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo index 90422cf1bdd..abedcc4af8f 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo @@ -1,176 +1,251 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; model DOAScontroller "DOAS controller" - parameter Real erwEff( - final min = 0, - final max = 1) = 0.8 - "ERW efficiency parameter." - annotation(Dialog(tab = "DOAS", group = "General")); - - parameter Boolean vvUnit = true - "Set true when unit serves variable volume system." - annotation(Dialog(tab = "DOAS", group = "General")); + parameter Real erwDPadj( + final unit = "K", + final quantity = "TemperatureDifference") = 5 + "Value subtracted from ERW supply air dewpoint."; - parameter Real damSet( - final min = 0, - final max = 1, - final unit = "1") = 0.9 - "DDSP terminal damper percent open set point" - annotation(Dialog(tab = "DOAS", group = "General")); + parameter CDL.Types.SimpleController controllerTypeDeh=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PID controller for cooling air in dehumidification mode"; - parameter Real cctPIk = 0.0000001 - "Cooling coil CCT PI gain value k." - annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + parameter Real kDeh=1 + "Gain of conPIDDeh controller"; - parameter Real cctPITi = 0.0075 - "Cooling coil CCT PI time constant value Ti." - annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + parameter Real TiDeh=0.5 + "Time constant of integrator block for conPIDDeh controller"; - parameter Real SAccPIk = 0.0000001 - "Cooling coil SAT PI gain value k." - annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + parameter Real TdDeh=0.1 "Time constant of derivative block for conPIDDeh controller"; - parameter Real SAccPITi = 0.0075 - "Cooling coil SAT PI time constant value Ti." - annotation(Dialog(tab = "Cooling Coil", group = "PI Parameters")); + parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PID controller for regular cooling coil operation mode"; - parameter Real dehumSet( - final min = 0, - final max = 100) = 60 - "Dehumidification set point." - annotation(Dialog(tab = "Dehumidification", group = "Set Point")); + parameter Real kRegOpe=1 "Gain of conPIDRegOpe controller"; - parameter Real dehumDelay( - final unit = "s", - final quantity = "Time") = 600 - "Minimum delay after RH falls below set point before turning dehum off." - annotation(Dialog(tab = "Dehumidification", group = "Timer")); + parameter Real TiRegOpe=0.5 "Time constant of integrator block for conPIDRegOpe controller"; - parameter Real minRun( - final unit = "s", - final quantity = "Time") = 120 - "Minimum supply fan proof delay before allowing dehum mode." - annotation(Dialog(tab = "Dehumidification", group = "Timer")); + parameter Real TdRegOpe=0.1 "Time constant of derivative block for conPIDRegOpe controller"; - parameter Real econCooAdj( + parameter Real dTEcoThr( final unit = "K", final displayUnit = "degC", final quantity = "ThermodynamicTemperature") = 2 - "Value subtracted from supply air temperature cooling set point." - annotation(Dialog(tab = "Economizer", group = "Set Point")); + "Threshold temperature difference between return air and outdoor air temperature above which economizer mode is enabled"; - parameter Real erwDPadj( + parameter Real dTThrEneRec( final unit = "K", final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 5 - "Value subtracted from ERW supply air dewpoint." - annotation(Dialog(tab = "Energy Recovery Wheel", group = "Set Point")); + final quantity = "ThermodynamicTemperature") = 7 + "Absolute temperature difference threshold between outdoor air and return air temperature above which energy recovery is enabled"; - parameter Real recSet( + parameter Real dThys( final unit = "K", final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 7 - "Energy recovery set point." - annotation(Dialog(tab = "Energy Recovery Wheel", group = "Set Point")); + final quantity = "ThermodynamicTemperature") = 0.5 + "Delay time period after temperature difference threshold is crossed for enabling energy recovery mode"; - parameter Real recSetDelay( + parameter Real timDelEneRec( final unit = "s", - final quantity = "Time") = 300 - "Minimum delay after OAT/RAT delta falls below set point." - annotation(Dialog(tab = "Energy Recovery Wheel", group = "Timer")); + final quantity = "Time") = 300 + "Minimum delay after OAT/RAT delta falls below set point."; - parameter Real kGain( + parameter CDL.Types.SimpleController controllerTypeEneWheHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PI controller for heating loop"; + + parameter Real kEneWheHea( final unit = "1") = 0.00001 - "PID loop gain value." - annotation(Dialog(tab = "Energy Recovery Wheel", group = "PID")); + "PID heating loop gain value."; - parameter Real conTi( + parameter Real TiEneWheHea( final unit = "s") = 0.00025 - "PID time constant of integrator." - annotation(Dialog(tab = "Energy Recovery Wheel", group = "PID")); + "PID heating loop time constant of integrator."; + + parameter Real TdEneWheHea( + final unit = "s") = 0.1 + "PID heatig loop time constant of derivative block"; + + parameter Real kEneWheCoo( + final unit = "1") = 0.00001 + "PID cooling loop gain value."; + + parameter Real TiEneWheCoo( + final unit = "s") = 0.00025 "PID cooling loop time constant of integrator."; + + parameter CDL.Types.SimpleController controllerTypeEneWheCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PI controller for cooling loop"; + + parameter Real TdEneWheCoo( + final unit = "s") = 0.1 + "PID cooling loop time constant of derivative block"; + + parameter Real dPSetBui( + final unit = "Pa", + final quantity = "PressureDifference") = 15 + "Building static pressure difference set point"; + + parameter Real kExhFan( + final unit = "1") = 0.00001 + "PID heating loop gain value."; + + parameter Real TiExhFan( + final unit = "s") = 0.00025 + "PID loop time constant of integrator."; + + parameter Real TdExhFan=0.1 "Time constant of derivative block"; + + parameter CDL.Types.SimpleController controllerTypeExhFan=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter CDL.Types.SimpleController controllerTypeCoiHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter Real kCoiHea = 0.0000001 + "Heating coil SAT PI gain value k."; + + parameter Real TiCoiHea = 0.000025 + "Heating coil SAT PI time constant value Ti."; - parameter Real SArhcPIk = 0.0000001 - "Heating coil SAT PI gain value k." - annotation(Dialog(tab = "Heating Coil", group = "PI Parameters")); + parameter Real TdCoiHea=0.1 "Time constant of derivative block"; - parameter Real SArhcPITi = 0.0075 - "Heating coil SAT PI time constant value Ti." - annotation(Dialog(tab = "Heating Coil", group = "PI Parameters")); + parameter Boolean is_vav = true + "True: System has zone terminals with variable damper position. False: System has zone terminals with constant damper position."; - parameter Real minDDSPset( + parameter Real yMinDamSet( min = 0, final unit = "Pa", final quantity = "PressureDifference") = 125 - "Minimum down duct static pressure reset value" - annotation(Dialog(tab = "Pressure", group = "DDSP range")); + "Minimum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); - parameter Real maxDDSPset( + parameter Real yMaxDamSet( min = 0, final unit = "Pa", final quantity = "PressureDifference") = 500 - "Maximum down duct static pressure reset value" - annotation(Dialog(tab = "Pressure", group = "DDSP range")); + "Maximum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); - parameter Real cvDDSPset( + parameter Real damSet( min = 0, - final unit = "Pa", - final quantity = "PressureDifference") = 250 - "Constant volume down duct static pressure set point" - annotation(Dialog(tab = "Pressure", group = "CV DDSP")); + max = 1, + final unit = "1") = 0.9 + "DDSP terminal damper percent open set point"; + + parameter Real kDam = 0.0000001 + "Damper position setpoint PI gain value k."; - parameter Real bldgSPset( + parameter Real TiDam = 0.000025 + "Damper position setpoint PI time constant value Ti."; + + parameter Real TdDam = 0.1 "Time constant of derivative block for conPIDDam"; + + parameter CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter Real dPDucSetCV( + min = 0, final unit = "Pa", - final quantity = "PressureDifference") = 15 - "Building static pressure set point" - annotation(Dialog(tab = "Pressure", group = "Building")); + final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; - parameter Real loPriT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 20 - "Minimum primary supply air temperature reset value" - annotation(Dialog(tab = "Temperature", group = "Set Point")); + parameter Real fanSpeMin = 0.0000001 + "Minimum Fan Speed"; - parameter Real hiPriT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 24 - "Maximum primary supply air temperature reset value" - annotation(Dialog(tab = "Temperature", group = "Set Point")); + parameter Real kFanSpe = 0.0000001 " + Fan speed set point SAT PI gain value k."; - parameter Real hiZonT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 25 - "Maximum zone temperature reset value" - annotation(Dialog(tab = "Temperature", group = "Set Point")); + parameter Real TdFanSpe = 0.1 "Time constant of derivative block for conPIDFanSpe"; - parameter Real loZonT( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 273.15 + 21 - "Minimum zone temperature reset value" - annotation(Dialog(tab = "Temperature", group = "Set Point")); + parameter Real TiFanSpe = 0.000025 + "Fan speed set point SAT PI time constant value Ti."; - parameter Real coAdj( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 2 - "Supply air temperature cooling set point offset." - annotation(Dialog(tab = "Temperature", group = "Set Point")); + parameter CDL.Types.SimpleController controllerTypeFanSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter Real TSupLowSet( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+20 + "Minimum primary supply air temperature reset value"; + + parameter Real TSupHigSet( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+24 + "Maximum primary supply air temperature reset value"; + + parameter Real THigZon( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+25 + "Maximum zone temperature reset value"; + + parameter Real TLowZon( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=273.15+21 + "Minimum zone temperature reset value"; + + parameter Real TSupCooOff( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=2 + "Supply air temperature cooling set point offset."; + + parameter Real TSupHeaOff( + final unit="K", + final displayUnit="degC", + final quantity="ThermodynamicTemperature")=2 + "Supply air temperature heating set point offset."; - parameter Real heAdj( - final unit = "K", - final displayUnit = "degC", - final quantity = "ThermodynamicTemperature") = 2 - "Supply air temperature heating set point offset." - annotation(Dialog(tab = "Temperature", group = "Set Point")); Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon( - cctPIk = 0.001, - cctPITi = 0.025, - SAccPIk = 0.001, - SAccPITi = 0.025) + erwDPadj=erwDPadj, + controllerTypeDeh=controllerTypeDeh, + kDeh=kDeh, + TiDeh=TiDeh, + TdDeh=TdDeh, + controllerTypeRegOpe=controllerTypeRegOpe, + kRegOpe=kRegOpe, + TiRegOpe=TiRegOpe, + TdRegOpe=TdRegOpe, + dTEcoThr=dTEcoThr, + dTThrEneRec=dTThrEneRec, + dThys=dThys, + timDelEneRec=timDelEneRec, + controllerTypeEneWheHea=controllerTypeEneWheHea, + kEneWheHea=kEneWheHea, + TiEneWheHea=TiEneWheHea, + TdEneWheHea=TdEneWheHea, + kEneWheCoo=kEneWheCoo, + TiEneWheCoo=TiEneWheCoo, + controllerTypeEneWheCoo=controllerTypeEneWheCoo, + TdEneWheCoo=TdEneWheCoo, + dPSetBui=dPSetBui, + kExhFan=kExhFan, + TiExhFan=TiExhFan, + TdExhFan=TdExhFan, + controllerTypeExhFan=Buildings.Controls.OBC.CDL.Types.SimpleController.P, + controllerTypeCoiHea=controllerTypeCoiHea, + kCoiHea=kCoiHea, + TiCoiHea=TiCoiHea, + TdCoiHea=TdCoiHea, + is_vav=is_vav, + yMinDamSet=yMinDamSet, + yMaxDamSet=yMaxDamSet, + damSet=damSet, + kDam=kDam, + TiDam=TiDam, + TdDam=TdDam, + controllerTypeDam=controllerTypeDam, + dPDucSetCV=dPDucSetCV, + fanSpeMin=fanSpeMin, + kFanSpe=kFanSpe, + TdFanSpe=TdFanSpe, + TiFanSpe=TiFanSpe, + controllerTypeFanSpe=controllerTypeFanSpe, + TSupLowSet=TSupLowSet, + TSupHigSet=TSupHigSet, + THigZon=THigZon, + TLowZon=TLowZon, + TSupCooOff=TSupCooOff, + TSupHeaOff=TSupHeaOff) annotation(Placement(visible = true, transformation(origin = {6, 12}, extent = {{64, -18}, {84, 16}}, rotation = 0))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse OccGen( diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo index 2b6c4f289ca..452cf1a759e 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DehumMode.mo @@ -2,21 +2,30 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; model DehumMode "This model simulates DehumMode." parameter Real dehumSet( - min=0, - max=100)=60 + final min=0, + final max=100)=60 "Dehumidification set point."; - parameter Real dehumDelay( + parameter Real timThrDehDis( final unit="s", final quantity="Time")=600 - "Minimum delay after RH falls below set point before turning dehum off."; + "Continuous time period for which measured relative humidity needs to fall below relative humidity threshold before dehumidification mode is disabled"; - parameter Real minRun( + parameter Real timDelDehEna( final unit="s", final quantity="Time")=120 - "Minimum supply fan proof delay before allowing dehum mode."; + "Continuous time period for which supply fan needs to be on before enabling dehumidifaction mode"; - Buildings.Controls.OBC.FDE.DOAS.DehumMode DehumMod + parameter Real timThrDehEna( + final unit="s", + final quantity="Time")=5 + "Continuous time period for which relative humidity rises above set point before dehumidifcation mode is enabled"; + + Buildings.Controls.OBC.FDE.DOAS.DehumMode DehumMod( + dehumSet=dehumSet, + timThrDehDis=timThrDehDis, + timDelDehEna=timDelDehEna, + timThrDehEna=timThrDehEna) annotation (Placement(visible = true, transformation(origin = {-2, 0}, extent = {{24, -10}, {44, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mo similarity index 61% rename from Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo rename to Buildings/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mo index 45d8696a28e..8ae983c14c5 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mo @@ -1,14 +1,13 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; -model EconMode "This model simulates EconMode." +model EconomizerMode "This model simulates EconMode." + + parameter Real dTEcoThr( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 + "Threshold temperature difference between return air and outdoor air temperature above which economizer mode is enabled"; - parameter Real econCooAdj( - final unit="K", - final displayUnit="degC", - final quantity="ThermodynamicTemperature")=2 - "Value subtracted from supply air temperature cooling set point."; - Buildings.Controls.OBC.FDE.DOAS.EconMode EconMod - annotation (Placement(transformation(extent={{44,-10},{64,10}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( width=0.75, @@ -29,16 +28,16 @@ model EconMode "This model simulates EconMode." startTime=960) annotation (Placement(transformation(extent={{-28,-50},{-8,-30}}))); + Buildings.Controls.OBC.FDE.DOAS.EconomizerMode EconMod1(dTEcoThr=dTEcoThr) + annotation (Placement(transformation(extent={{42,-14},{62,6}}))); equation - connect(SFproof.y, EconMod.uFanSupPro) annotation (Line(points={{-8,42},{18, - 42},{18,7},{41.8,7}}, color={255,0,255})); - - connect(oaTGen.y, EconMod.TAirOut) - annotation (Line(points={{-6,0},{41.8,0}}, color={0,0,127})); - - connect(supCooSPgen.y, EconMod.TAirSupSetCoo) annotation (Line(points={{-6,-40}, - {18,-40},{18,-7},{41.8,-7}}, color={0,0,127})); + connect(SFproof.y, EconMod1.uFanSupPro) annotation (Line(points={{-8,42},{6, + 42},{6,28},{24,28},{24,3},{39.8,3}}, color={255,0,255})); + connect(oaTGen.y, EconMod1.TAirOut) annotation (Line(points={{-6,0},{18,0},{ + 18,-4},{39.8,-4}}, color={0,0,127})); + connect(supCooSPgen.y, EconMod1.TAirSupSetCoo) annotation (Line(points={{-6, + -40},{10,-40},{10,-16},{30,-16},{30,-11},{39.8,-11}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={ Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, @@ -60,10 +59,10 @@ First implementation.

                                                                This example simulates -Buildings.Controls.OBC.FDE.DOAS.EconMode. +Buildings.Controls.OBC.FDE.DOAS.EconimizerMode.

                                                                "), experiment(StopTime=5760, __Dymola_Algorithm="Dassl"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconMode.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mos" "Simulate and plot")); -end EconMode; +end EconomizerMode; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo index 880125d09f1..92b6ddcea97 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo @@ -1,27 +1,64 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; model EnergyWheel "This model simulates EnergyWheel." +parameter Real dTThrEneRec( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 7 + "Absolute temperature difference threshold between outdoor air and return air temperature above which energy recovery is enabled"; - parameter Real recSet( - final unit="K", - final displayUnit="degC", - final quantity="ThermodynamicTemperature")=7 - "Energy recovery set point."; + parameter Real dThys( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 0.5 + "Delay time period after temperature difference threshold is crossed for enabling energy recovery mode"; - parameter Real recSetDelay( - final unit="s", - final quantity="Time")=300 - "Minimum delay after OAT/RAT delta falls below set point."; + parameter Real timDelEneRec( + final unit = "s", + final quantity = "Time") = 300 + "Minimum delay after OAT/RAT delta falls below set point."; - parameter Real kGain( - final unit="1")=0.00001 - "PID loop gain value."; + parameter CDL.Types.SimpleController controllerTypeEneWheHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PI controller for heating loop"; - parameter Real conTi( - final unit="s")=0.00025 - "PID time constant of integrator."; + parameter Real kEneWheHea( + final unit = "1") = 0.00001 + "PID heating loop gain value."; - Buildings.Controls.OBC.FDE.DOAS.EnergyWheel ERWcon + parameter Real TiEneWheHea( + final unit = "s") = 0.00025 + "PID heating loop time constant of integrator."; + + parameter Real TdEneWheHea( + final unit = "s") = 0.1 + "PID heatig loop time constant of derivative block"; + + parameter Real kEneWheCoo( + final unit = "1") = 0.00001 + "PID cooling loop gain value."; + + parameter Real TiEneWheCoo( + final unit = "s") = 0.00025 "PID cooling loop time constant of integrator."; + + parameter CDL.Types.SimpleController controllerTypeEneWheCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "PI controller for cooling loop"; + + parameter Real TdEneWheCoo( + final unit = "s") = 0.1 + "PID cooling loop time constant of derivative block"; + + Buildings.Controls.OBC.FDE.DOAS.EnergyWheel ERWcon( + dTThrEneRec=dTThrEneRec, + dThys=dThys, + timDelEneRec=timDelEneRec, + controllerTypeEneWheHea=controllerTypeEneWheHea, + kEneWheHea=kEneWheHea, + TiEneWheHea=TiEneWheHea, + TdEneWheHea=TdEneWheHea, + kEneWheCoo=kEneWheCoo, + TiEneWheCoo=TiEneWheCoo, + controllerTypeEneWheCoo=controllerTypeEneWheCoo, + TdEneWheCoo=TdEneWheCoo) annotation (Placement(transformation(extent={{50,-10},{70,10}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( @@ -60,19 +97,19 @@ model EnergyWheel "This model simulates EnergyWheel." startTime=12) annotation (Placement(transformation(extent={{-62,-94},{-42,-74}}))); equation - connect(SFproof.y, ERWcon.supFanProof) annotation ( + connect(SFproof.y, ERWcon.uFanSupPro) annotation ( Line(points={{-40,82},{4,82},{4,7.8},{47.8,7.8}}, color={255,0,255})); - connect(ecoMode.y, ERWcon.ecoMode) annotation ( + connect(ecoMode.y, ERWcon.uEcoMod) annotation ( Line(points={{-40,50},{0,50},{0,4.8},{47.8,4.8}}, color={255,0,255})); - connect(raTGen.y, ERWcon.raT) annotation (Line(points={{-40,14},{-20,14},{-20, + connect(raTGen.y, ERWcon.TAirRet) annotation (Line(points={{-40,14},{-20,14},{-20, 1.8},{47.8,1.8}}, color={0,0,127})); - connect(oaTGen.y, ERWcon.oaT) annotation (Line(points={{-40,-20},{-18,-20},{ + connect(oaTGen.y, ERWcon.TAirOut) annotation (Line(points={{-40,-20},{-18,-20},{ -18,-2},{47.8,-2},{47.8,-1.8}}, color={0,0,127})); - connect(erwTGen.y, ERWcon.erwT) annotation (Line(points={{-40,-52},{-22,-52}, + connect(erwTGen.y, ERWcon.TAirSupEneWhe) annotation (Line(points={{-40,-52},{-22,-52}, {-22,-32},{-6,-32},{-6,-4.8},{47.8,-4.8}}, color={0,0,127})); - connect(supPrimGen.y, ERWcon.supPrimSP) annotation (Line(points={{-40,-84},{ + connect(supPrimGen.y, ERWcon.TAirSupSetEneWhe) annotation (Line(points={{-40,-84},{ -10,-84},{-10,-52},{10,-52},{10,-7.8},{47.8,-7.8}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mo similarity index 51% rename from Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo rename to Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mo index a39e47ed84e..b0d21a0bde8 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mo @@ -1,14 +1,23 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; -model ExhaustFanController - "This model simulates ExhaustFanController" +model ExhaustFan "This model simulates ExhaustFanController" - parameter Real bldgSPset( - final unit="Pa", - final quantity="PressureDifference")=15 - "Building static pressure set point"; + parameter Real dPSetBui( + final unit = "Pa", + final quantity = "PressureDifference") = 15 + "Building static pressure difference set point"; - Buildings.Controls.OBC.FDE.DOAS.ExhaustFanController EFcon - annotation (Placement(transformation(extent={{46,-10},{66,10}}))); + parameter Real kExhFan( + final unit = "1") = 0.00001 + "PID heating loop gain value."; + + parameter Real TiExhFan( + final unit = "s") = 0.00025 + "PID loop time constant of integrator."; + + parameter Real TdExhFan=0.1 "Time constant of derivative block"; + + parameter CDL.Types.SimpleController controllerTypeExhFan=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( delayTime=10, @@ -27,19 +36,23 @@ model ExhaustFanController offset=15) annotation (Placement(transformation(extent={{-34,-26},{-14,-6}}))); + Buildings.Controls.OBC.FDE.DOAS.ExhaustFan EFcon1( + dPSetBui=dPSetBui, + kExhFan=kExhFan, + TiExhFan=TiExhFan, + TdExhFan=TdExhFan, + controllerTypeExhFan=controllerTypeExhFan) + annotation (Placement(transformation(extent={{44,-12},{64,8}}))); equation - connect(SFproof.y, EFcon.uFanSupPro) annotation (Line(points={{-12,18},{4,18}, - {4,6},{44,6}}, color={255,0,255})); - - connect(bldgSP.y, EFcon.PAirStaBui) annotation (Line(points={{-12,-16},{4,-16}, - {4,-6.4},{44,-6.4}}, color={0,0,127})); - - connect(truDel.y, EFcon.uFanExhPro) annotation (Line(points={{36,-30},{40,-30}, - {40,0},{44,0}}, color={255,0,255})); - - connect(EFcon.yExhFanSta, truDel.u) annotation (Line(points={{68,6},{74,6},{ - 74,-48},{4,-48},{4,-30},{12,-30}}, color={255,0,255})); + connect(SFproof.y, EFcon1.uFanSupPro) annotation (Line(points={{-12,18},{16, + 18},{16,4},{42,4}}, color={255,0,255})); + connect(bldgSP.y, EFcon1.dPAirStaBui) annotation (Line(points={{-12,-16},{16, + -16},{16,-8.4},{42,-8.4}}, color={0,0,127})); + connect(truDel.y, EFcon1.uFanExhPro) annotation (Line(points={{36,-30},{38, + -30},{38,-2},{42,-2}}, color={255,0,255})); + connect(EFcon1.yExhFanSta, truDel.u) annotation (Line(points={{66,4},{74,4},{ + 74,-64},{-2,-64},{-2,-30},{12,-30}}, color={255,0,255})); annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, fillPattern= @@ -61,6 +74,6 @@ Buildings.Controls.OBC.FDE.DOAS.ExhaustFanController.

                                                                "), experiment(StopTime=5760, __Dymola_Algorithm="Dassl"), - __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mos" + __Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mos" "Simulate and plot")); -end ExhaustFanController; +end ExhaustFan; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo index 36dbd702870..ba17a712b95 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo @@ -1,8 +1,21 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; model HeatingCoil "This model simulates HeatingCoil" - Buildings.Controls.OBC.FDE.DOAS.HeatingCoil Heating(SArhcPIk=0.1, SArhcPITi= - 60) + parameter CDL.Types.SimpleController controllerTypeCoiHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter Real kCoiHea = 0.0000001 + "Heating coil SAT PI gain value k."; + + parameter Real TiCoiHea = 0.000025 + "Heating coil SAT PI time constant value Ti."; + + parameter Real TdCoiHea=0.1 "Time constant of derivative block"; + Buildings.Controls.OBC.FDE.DOAS.HeatingCoil Heating( + controllerTypeCoiHea=controllerTypeCoiHea, + kCoiHea=kCoiHea, + TiCoiHea=TiCoiHea, + TdCoiHea=TdCoiHea) "This block commands the heating coil." annotation (Placement(transformation(extent={{42,-10},{62,10}}))); diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo index 0bef603a24e..41d4a2d3d3d 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo @@ -1,13 +1,73 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; model SupplyFanController "This model simulates SupplyFanController" + parameter Boolean is_vav = true + "True: System has zone terminals with variable damper position. False: System has zone terminals with constant damper position."; - Buildings.Controls.OBC.FDE.DOAS.SupplyFanController SFcon( - DampspPIk=100, - DampspPITi=60, - FSspPIk=0.5, - FSspPITi=60) -annotation (Placement(transformation(extent={{40,-6},{60,14}}))); + parameter Real yMinDamSet( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 125 + "Minimum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); + + parameter Real yMaxDamSet( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 500 + "Maximum down duct static pressure reset value" annotation(Dialog(group = "DDSP range")); + + parameter Real damSet( + min = 0, + max = 1, + final unit = "1") = 0.9 + "DDSP terminal damper percent open set point"; + + parameter Real kDam = 0.5 + "Damper position setpoint PI gain value k."; + + parameter Real TiDam = 60 + "Damper position setpoint PI time constant value Ti."; + + parameter Real TdDam = 0.1 "Time constant of derivative block for conPIDDam"; + + parameter CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + parameter Real dPDucSetCV( + min = 0, + final unit = "Pa", + final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; + + parameter Real fanSpeMin = 0.1 + "Minimum Fan Speed"; + + parameter Real kFanSpe = 0.5 " + Fan speed set point SAT PI gain value k."; + + parameter Real TdFanSpe = 0.1 "Time constant of derivative block for conPIDFanSpe"; + + parameter Real TiFanSpe = 60 + "Fan speed set point SAT PI time constant value Ti."; + + parameter CDL.Types.SimpleController controllerTypeFanSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI + "Type of controller"; + + Buildings.Controls.OBC.FDE.DOAS.SupplyFanController conFanSup( + is_vav=is_vav, + yMinDamSet=yMinDamSet, + yMaxDamSet=yMaxDamSet, + damSet=damSet, + kDam=kDam, + TiDam=TiDam, + TdDam=TdDam, + controllerTypeDam=controllerTypeDam, + dPDucSetCV=dPDucSetCV, + fanSpeMin=fanSpeMin, + kFanSpe=kFanSpe, + TdFanSpe=TdFanSpe, + TiFanSpe=TiFanSpe, + controllerTypeFanSpe=controllerTypeFanSpe) + annotation (Placement(transformation(extent={{40,-6},{60,14}}))); Buildings.Controls.OBC.CDL.Logical.TrueDelay truDel( delayTime=10, @@ -27,25 +87,25 @@ annotation (Placement(transformation(extent={{40,-6},{60,14}}))); annotation (Placement(transformation(extent={{-66,-2},{-46,18}}))); Buildings.Controls.OBC.CDL.Reals.Sources.Sin sensorDDSP( - amplitude=9, + amplitude=6, freqHz=1/6780, - offset=180) + offset=200) annotation (Placement(transformation(extent={{-66,-38},{-46,-18}}))); equation - connect(SFcon.yFanSup, truDel.u) annotation (Line(points={{62,9.2},{66,9.2},{ - 66,-46},{0,-46},{0,-24},{6,-24}}, color={255,0,255})); + connect(conFanSup.yFanSup, truDel.u) annotation (Line(points={{62,9.2},{66, + 9.2},{66,-46},{0,-46},{0,-24},{6,-24}}, color={255,0,255})); - connect(truDel.y, SFcon.uFanSupPro) annotation (Line(points={{30,-24},{34,-24}, - {34,0.4},{38,0.4}}, color={255,0,255})); + connect(truDel.y, conFanSup.uFanSupPro) annotation (Line(points={{30,-24},{34, + -24},{34,0.4},{38,0.4}}, color={255,0,255})); - connect(OccGen.y,SFcon.Occ) annotation ( - Line(points={{-44,42},{-10,42},{-10,11},{38,11}}, color={255,0,255})); + connect(OccGen.y, conFanSup.Occ) annotation (Line(points={{-44,42},{-10,42},{ + -10,11},{38,11}}, color={255,0,255})); - connect(mostOpenDamGen.y, SFcon.uDamMaxOpe) annotation (Line(points={{-44,8}, - {-10,8},{-10,7.4},{38,7.4}}, color={0,0,127})); - connect(sensorDDSP.y, SFcon.dPAirDucSta) annotation (Line(points={{-44,-28},{ - -10,-28},{-10,-3.2},{38,-3.2}}, color={0,0,127})); + connect(mostOpenDamGen.y, conFanSup.uDamMaxOpe) annotation (Line(points={{-44, + 8},{-10,8},{-10,7.4},{38,7.4}}, color={0,0,127})); + connect(sensorDDSP.y, conFanSup.dPAirDucSta) annotation (Line(points={{-44,-28}, + {-10,-28},{-10,-3.2},{38,-3.2}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, fillPattern= diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyTemperatureSetpoint.mo similarity index 68% rename from Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo rename to Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyTemperatureSetpoint.mo index be2d02385bf..8f3cdfe62d2 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/TSupSet.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyTemperatureSetpoint.mo @@ -1,64 +1,68 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; -model TSupSet "This model simulates TSupSet" +model SupplyTemperatureSetpoint "This model simulates TSupSet" - parameter Real loPriT( + parameter Real TSupLowSet( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+20 "Minimum primary supply air temperature reset value"; - parameter Real hiPriT( + parameter Real TSupHigSet( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+24 "Maximum primary supply air temperature reset value"; - parameter Real hiZonT( + parameter Real THigZon( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+25 "Maximum zone temperature reset value"; - parameter Real loZonT( + parameter Real TLowZon( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=273.15+21 "Minimum zone temperature reset value"; - parameter Real cooAdj( + parameter Real TSupCooOff( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=2 "Supply air temperature cooling set point offset."; - parameter Real heaAdj( + parameter Real TSupHeaOff( final unit="K", final displayUnit="degC", final quantity="ThermodynamicTemperature")=2 "Supply air temperature heating set point offset."; - Buildings.Controls.OBC.FDE.DOAS.TSupSet tSupSet - annotation (Placement(transformation(extent={{22,-10},{42,10}}))); - Buildings.Controls.OBC.CDL.Logical.Sources.Pulse dehumMode( width=0.5, period=2880) - annotation (Placement(transformation(extent={{-44,-32},{-24,-12}}))); + annotation (Placement(transformation(extent={{-38,-6},{-18,14}}))); CDL.Reals.Sources.Sin highSpaceTGen( amplitude=3, freqHz=1/3600, offset=296, startTime=1250) - annotation (Placement(transformation(extent={{-44,6},{-24,26}}))); + annotation (Placement(transformation(extent={{-40,-38},{-20,-18}}))); + Buildings.Controls.OBC.FDE.DOAS.SupplyTemperatureSetpoint TSupSetpt( + TSupLowSet=TSupLowSet, + TSupHigSet=TSupHigSet, + THigZon=THigZon, + TLowZon=TLowZon, + TSupCooOff=TSupCooOff, + TSupHeaOff=TSupHeaOff) + annotation (Placement(transformation(extent={{16,-14},{36,6}}))); equation - connect(dehumMode.y, tSupSet.uDehMod) annotation (Line(points={{-22,-22},{-2, - -22},{-2,5},{20,5}}, color={255,0,255})); - - connect(highSpaceTGen.y, tSupSet.TAirHig) annotation (Line(points={{-22,16},{ - -6,16},{-6,14},{12,14},{12,-5},{20,-5}}, color={0,0,127})); + connect(dehumMode.y, TSupSetpt.uDehMod) annotation (Line(points={{-16,4},{-2, + 4},{-2,1},{14,1}}, color={255,0,255})); + connect(highSpaceTGen.y, TSupSetpt.TAirHig) annotation (Line(points={{-18,-28}, + {-2,-28},{-2,-9},{14,-9}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, fillPattern= @@ -82,4 +86,4 @@ Buildings.Controls.OBC.FDE.DOAS.TSupSet.

                                                                "),__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos" "Simulate and plot")); -end TSupSet; +end SupplyTemperatureSetpoint; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order b/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order index a9ddbbdfb40..df357292e07 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/package.order @@ -1,10 +1,10 @@ DOAScontroller CoolingCoil DehumMode -EconMode +EconomizerMode EnergyWheel -ExhaustFanController +ExhaustFan HeatingCoil -TSupSet +SupplyTemperatureSetpoint SupplyFanController Baseclasses diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index afa9b6f0161..059069a3645 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -68,9 +68,8 @@ model ClosedLoopValidation Buildings.Controls.OBC.CDL.Routing.RealScalarReplicator realScalarReplicator(nout = 5) annotation ( Placement(visible = true, transformation(origin = {-30, 142}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); equation - connect(DOAScon.supFanSpeed, chiBeaTesBed.uFanSpe) annotation ( - Line(points={{-23.14,-7.8},{-15.5,-7.8},{-15.5,-18},{-12,-18}}, - color = {0, 0, 127})); + connect(DOAScon.yFanSupSpe, chiBeaTesBed.uFanSpe) annotation (Line(points={{-23.14, + -7.8},{-15.5,-7.8},{-15.5,-18},{-12,-18}}, color={0,0,127})); connect(enaSch.y[1], hys.u) annotation ( Line(points = {{-128, 80}, {-122, 80}}, color = {0, 0, 127})); connect(hys.y, booRep.u) annotation ( @@ -79,7 +78,7 @@ equation //Line(points = {{-68, 80}, {-4, 80}, {-4, 58}, {8, 58}}, color = {255, 0, 255})); connect(uConSig.y, terCon.uConSen) annotation ( Line(points={{-66,54},{-66,48},{-4,48},{-4,62.75},{40,62.75}}, color = {255, 0, 255})); - connect(hys.y, DOAScon.occ) annotation ( + connect(hys.y,DOAScon.Occ) annotation ( Line(points={{-98,80},{-96,80},{-96,-0.4},{-54.6,-0.4}},color = {255, 0, 255})); connect(chiBeaTesBed.TZon, terCon.TZon) annotation ( Line(points={{12,4.8},{20,4.8},{20,60.25},{40,60.25}}, color = {0, 0, 127}, thickness = 0.5)); @@ -114,7 +113,7 @@ equation connect(chiBeaTesBed.yPumSta, sysCon.uPumSta[1]) annotation (Line(points={{12, -23.2},{50,-23.2},{50,-30},{98,-30},{98,-74},{120,-74}}, color={255,0, 255})); - connect(DOAScon.bypDam, eRWtemp.uBypDam) annotation (Line(points={{-23.14,-17}, + connect(DOAScon.yBypDam, eRWtemp.uBypDam) annotation (Line(points={{-23.14,-17}, {-20,-17},{-20,-42},{-102,-42},{-102,-72},{-94.4,-72}}, color={255,0, 255})); connect(chiBeaTesBed.relHumDOASRet, eRWtemp.TAirRet) annotation (Line(points= @@ -126,44 +125,45 @@ equation connect(chiBeaTesBed.OutdoorAirTemp, sub.u1) annotation (Line(points={{12, -37.6},{14,-37.6},{14,-64},{-10,-64},{-10,-76},{-6,-76}}, color={0,0, 127})); - connect(yDamPosMax.y, DOAScon.mostOpenDam) annotation (Line(points={{-36,30}, - {-30,30},{-30,16},{-72,16},{-72,-2.8},{-54.6,-2.8}}, color={0,0,127})); - connect(TZonMax.y, DOAScon.highSpaceT) annotation (Line(points={{-18,62},{-16, - 62},{-16,34},{-26,34},{-26,18},{-80,18},{-80,-12.6},{-54.6,-12.6}}, - color={0,0,127})); + connect(yDamPosMax.y, DOAScon.uDamMaxOpe) annotation (Line(points={{-36,30},{ + -30,30},{-30,16},{-72,16},{-72,-2.8},{-54.6,-2.8}}, color={0,0,127})); + connect(TZonMax.y, DOAScon.TAirHig) annotation (Line(points={{-18,62},{-16,62}, + {-16,34},{-26,34},{-26,18},{-80,18},{-80,-12.6},{-54.6,-12.6}}, color= + {0,0,127})); connect(chiWatSupTem.y, chiBeaTesBed.TChiWatSup) annotation (Line(points={{ -126,-16},{-86,-16},{-86,-37.1},{-12.1,-37.1}}, color={0,0,127})); - connect(chiBeaTesBed.TDOASDis, DOAScon.ccT) annotation (Line(points={{12,-26}, - {22,-26},{22,-50},{-24,-50},{-24,-34},{-74,-34},{-74,-22.6},{-54.6, - -22.6}}, color={0,0,127})); - connect(DOAScon.retHum, eRWtemp.TAirRet) annotation (Line(points={{-54.6,-10}, + connect(chiBeaTesBed.TDOASDis, DOAScon.TAirDisCoiCoo) annotation (Line(points= + {{12,-26},{22,-26},{22,-50},{-24,-50},{-24,-34},{-74,-34},{-74,-22.6}, + {-54.6,-22.6}}, color={0,0,127})); + connect(DOAScon.phiAirRet, eRWtemp.TAirRet) annotation (Line(points={{-54.6,-10}, {-86,-10},{-86,-12},{-118,-12},{-118,-90},{-108,-90},{-108,-80},{-94.4, -80}}, color={0,0,127})); - connect(chiBeaTesBed.dPDOASAir, DOAScon.DDSP) annotation (Line(points={{12, - -10.8},{30,-10.8},{30,-10},{50,-10},{50,24},{-28,24},{-28,6},{-62,6}, - {-62,-7.6},{-54.6,-7.6}}, color={0,0,127})); - connect(chiBeaTesBed.erwsuphum, DOAScon.erwHum) annotation (Line(points={{12, - -28.6},{16,-28.6},{16,-66},{-70,-66},{-70,-25.2},{-54.6,-25.2}}, + connect(chiBeaTesBed.dPDOASAir, DOAScon.dPAirDucSta) annotation (Line(points= + {{12,-10.8},{30,-10.8},{30,-10},{50,-10},{50,24},{-28,24},{-28,6},{-62, + 6},{-62,-7.6},{-54.6,-7.6}}, color={0,0,127})); + connect(chiBeaTesBed.erwsuphum, DOAScon.phiAirEneRecWhe) annotation (Line( + points={{12,-28.6},{16,-28.6},{16,-66},{-70,-66},{-70,-25.2},{-54.6,-25.2}}, color={0,0,127})); - connect(eRWtemp.yTSimEneRecWhe, DOAScon.erwT) annotation (Line(points={{-69.6, - -78},{-64,-78},{-64,-27.6},{-54.6,-27.6}}, color={0,0,127})); - connect(DOAScon.saT, DOAScon.ccT) annotation (Line(points={{-54.6,-15.2},{-72, - -15.2},{-72,-22.6},{-54.6,-22.6}}, color={0,0,127})); - connect(chiBeaTesBed.rAT, DOAScon.raT) annotation (Line(points={{12,-34.4},{ - 28,-34.4},{28,-34},{46,-34},{46,-68},{-72,-68},{-72,-46},{-80,-46},{ + connect(eRWtemp.yTSimEneRecWhe, DOAScon.TAirSupEneWhe) annotation (Line( + points={{-69.6,-78},{-64,-78},{-64,-27.6},{-54.6,-27.6}}, color={0,0, + 127})); + connect(DOAScon.TAirSup, DOAScon.TAirDisCoiCoo) annotation (Line(points={{-54.6, + -15.2},{-72,-15.2},{-72,-22.6},{-54.6,-22.6}}, color={0,0,127})); + connect(chiBeaTesBed.rAT, DOAScon.TAirRet) annotation (Line(points={{12,-34.4}, + {28,-34.4},{28,-34},{46,-34},{46,-68},{-72,-68},{-72,-46},{-80,-46},{ -80,-17.6},{-54.6,-17.6}}, color={0,0,127})); - connect(DOAScon.oaT, chiBeaTesBed.OutdoorAirTemp) annotation (Line(points={{ - -54.6,-20.2},{-92,-20.2},{-92,-56},{-52,-56},{-52,-72},{-12,-72},{-12, + connect(DOAScon.TAirOut, chiBeaTesBed.OutdoorAirTemp) annotation (Line(points= + {{-54.6,-20.2},{-92,-20.2},{-92,-56},{-52,-56},{-52,-72},{-12,-72},{-12, -48},{18,-48},{18,-37.6},{12,-37.6}}, color={0,0,127})); - connect(chiBeaTesBed.bldgSP, DOAScon.bldgSP) annotation (Line(points={{12,-40}, - {12,-46},{-14,-46},{-14,-40},{-58,-40},{-58,-32.4},{-54.6,-32.4}}, + connect(chiBeaTesBed.bldgSP, DOAScon.dPAirStaBui) annotation (Line(points={{ + 12,-40},{12,-46},{-14,-46},{-14,-40},{-58,-40},{-58,-32.4},{-54.6,-32.4}}, color={0,0,127})); - connect(DOAScon.supFanStatus, chiBeaTesBed.yFanSta) annotation (Line(points={ - {-54.6,-5.2},{-58,-5.2},{-58,8},{-16,8},{-16,20},{18,20},{18,-16.8},{ - 12,-16.8}}, color={255,0,255})); - connect(chiBeaTesBed.exhFanSta, DOAScon.exhFanProof) annotation (Line(points= - {{12,-14},{20,-14},{20,-16},{28,-16},{28,-54},{-22,-54},{-22,-44},{ - -62,-44},{-62,-30},{-54.6,-30}}, color={255,0,255})); + connect(DOAScon.uFanSupPro, chiBeaTesBed.yFanSta) annotation (Line(points={{-54.6, + -5.2},{-58,-5.2},{-58,8},{-16,8},{-16,20},{18,20},{18,-16.8},{12,-16.8}}, + color={255,0,255})); + connect(chiBeaTesBed.exhFanSta, DOAScon.uFanExhPro) annotation (Line(points={ + {12,-14},{20,-14},{20,-16},{28,-16},{28,-54},{-22,-54},{-22,-44},{-62, + -44},{-62,-30},{-54.6,-30}}, color={255,0,255})); connect(TZonMax.u[1:5], chiBeaTesBed.TZon) annotation (Line(points={{-42,60.4}, {-44,60.4},{-44,46},{16,46},{16,4.8},{12,4.8}}, color={0,0,127})); connect(yDamPosMax.u[1:5], chiBeaTesBed.yDamPos) annotation (Line(points={{ @@ -172,12 +172,12 @@ equation connect(chiBeaTesBed.yChiWatVal, terCon.uChiVal) annotation (Line(points={{12, -4},{22,-4},{22,0},{36,0},{36,48},{38,48},{38,55.25},{40,55.25}}, color={0,0,127})); - connect(DOAScon.yCC, chiBeaTesBed.uCooCoi) annotation (Line(points={{-23.14, + connect(DOAScon.yCoiCoo, chiBeaTesBed.uCooCoi) annotation (Line(points={{-23.14, -11},{-18,-11},{-18,-26},{-12,-26}}, color={0,0,127})); - connect(DOAScon.erwStart, eRWtemp.uEneRecWheStart) annotation (Line(points={{ - -23.14,-20},{-22,-20},{-22,-76},{-62,-76},{-62,-50},{-112,-50},{-112, - -78},{-94.4,-78},{-94.4,-76}}, color={255,0,255})); - connect(DOAScon.yRHC, chiBeaTesBed.uHeaCoi) annotation (Line(points={{-23.14, + connect(DOAScon.yEneRecWheEna, eRWtemp.uEneRecWheStart) annotation (Line( + points={{-23.14,-20},{-22,-20},{-22,-76},{-62,-76},{-62,-50},{-112,-50}, + {-112,-78},{-94.4,-78},{-94.4,-76}}, color={255,0,255})); + connect(DOAScon.yCoiHea, chiBeaTesBed.uHeaCoi) annotation (Line(points={{-23.14, -14},{-18,-14},{-18,-22},{-12,-22}}, color={0,0,127})); connect(chiBeaTesBed.uPumSta, sysCon.yChiWatPum[1]) annotation (Line(points={ {-12,-30},{-18,-30},{-18,-62},{76,-62},{76,-40},{144,-40},{144,-74}}, diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos index 5020a4e3b01..fc9f0e7d335 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos @@ -1,7 +1,7 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.CoolingCoil", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="CoolingCoil"); +createPlot(id=1, position={0, 0, 1616, 641}, y={"Cooling.uFanSupPro", "Cooling.uDeh"}, range={0.0, 6000.0, 0.0, 3.0}, autoscale=false, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=1, position={0, 0, 1616, 156}, y={"Cooling.TAirSup", "Cooling.TAirSupSetCoo"}, range={0.0, 7200.0, 290.0, 300.0}, autoscale=false, grid=true, subPlot=2, colors={{217,67,180}, {28,108,200}}, displayUnits={"degC", "degC"}); +createPlot(id=1, position={0, 0, 1616, 157}, y={"Cooling.yCoiCoo"}, range={0.0, 7600.0, -1.0, 2.0}, autoscale=false, grid=true, subPlot=3, colors={{238,46,47}}); +createPlot(id=1, position={0, 0, 1616, 156}, y={"Cooling.TAirDis"}, range={0.0, 7600.0, -200.0, 400.0}, autoscale=false, grid=true, subPlot=4, colors={{28,108,200}}, displayUnits={"degC"}); -createPlot(id=1, position={0, 0, 1117, 726}, y={"Cooling.supFanProof", "Cooling.dehumMode"}, range={0.0, 6000.0, 0.0, 3.0}, autoscale=false, grid=true, colors={{28,108,200}, {28,108,200}}); -createPlot(id=1, position={0, 0, 1117, 178}, y={"Cooling.saT", "Cooling.supCooSP"}, range={0.0, 7500.0, 15.0, 30.0}, autoscale=false, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}, displayUnits={"degC", "degC"}); -createPlot(id=1, position={0, 0, 1117, 177}, y={"Cooling.yCC"}, range={0.0, 7500.0, -1.0, 2.0}, autoscale=false, grid=true, subPlot=3, colors={{28,108,200}}); -createPlot(id=1, position={0, 0, 1117, 178}, y={"Cooling.erwDPadj", "Cooling.ccT"}, range={0.0, 7500.0, 270.0, 300.0}, autoscale=false, grid=true, subPlot=4, colors={{238,46,47}, {0,140,72}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos index 971052a7399..72dffa627e7 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos @@ -1,5 +1,3 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.DehumMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="DehumMode"); - -createPlot(id=1, position={780, 265, 762, 211}, y={"DehumMod.supFanProof"}, range={2680.0, 3060.0, 0.0, 2.0}, autoscale=false, grid=true, colors={{28,108,200}}); -createPlot(id=2, position={780, 0, 762, 212}, y={"relHumGen.y", "DehumMod.dehumSet"}, range={0.0, 6000.0, 40.0, 80.0}, grid=true, colors={{28,108,200}, {238,46,47}}); -createPlot(id=4, position={0, 0, 764, 476}, y={"DehumMod.dehumMode"}, range={0.0, 6000.0, -0.6000000000000001, 1.6}, grid=true, colors={{28,108,200}}); \ No newline at end of file +createPlot(id=1, position={35, 35, 534, 336}, y={"DehumMod.uFanSupPro", "DehumMod.yDehMod"}, range={0.0, 5800.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=1, position={35, 35, 534, 165}, y={"DehumMod.dehumSet", "DehumMod.phiAirRet"}, range={0.0, 5800.0, 45.0, 75.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); \ No newline at end of file diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconMode.mos deleted file mode 100644 index 7e26ed70923..00000000000 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconMode.mos +++ /dev/null @@ -1,4 +0,0 @@ -simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.EconMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="EconMode"); -createPlot(id=1, position={0, 268, 684, 213}, y={"EconMod.ecoMode"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); -createPlot(id=2, position={700, 0, 682, 215}, y={"EconMod.supCooSP", "oaTGen.y"}, range={0.0, 6000.0, 290.0, 305.0}, grid=true, colors={{28,108,200}, {238,46,47}}); -createPlot(id=3, position={0, 0, 684, 215}, y={"EconMod.supFanProof"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mos new file mode 100644 index 00000000000..63e125b47cf --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mos @@ -0,0 +1,4 @@ +simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.EconomizerMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="EconMode"); +createPlot(id=1, position={103, 9, 611, 427}, y={"EconMod1.uFanSupPro", "EconMod1.yEcoMod"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=1, position={103, 9, 611, 211}, y={"EconMod1.TAirSupSetCoo", "EconMod1.TAirOut"}, range={0.0, 6000.0, 290.0, 305.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); + diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mos index bf0f3c22b1d..f945d872474 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mos @@ -1,7 +1,7 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.EnergyWheel", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="EnergyWheel"); -createPlot(id=1, position={643, 295, 626, 256}, y={"ERWcon.erwSpeed"}, range={0.0, 6000.0, -1.5, 1.5}, grid=true, colors={{28,108,200}}); -createPlot(id=2, position={0, 296, 627, 256}, y={"ERWcon.raT", "ERWcon.oaT"}, range={0.0, 6000.0, 284.0, 300.0}, grid=true, colors={{28,108,200}, {238,46,47}}); -createPlot(id=3, position={643, 0, 626, 257}, y={"ERWcon.erwT", "ERWcon.supPrimSP"}, range={0.0, 6000.0, 286.0, 302.0}, grid=true, colors={{28,108,200}, {238,46,47}}); -createPlot(id=4, position={0, 0, 627, 257}, y={"ERWcon.supFanProof", "ERWcon.ecoMode", "ERWcon.erwStart", "ERWcon.bypDam"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {28,108,200}, {28,108,200}, {28,108,200}}); +createPlot(id=1, position={0, 0, 1568, 711}, y={"ERWcon.uFanSupPro", "ERWcon.uEcoMod", "ERWcon.yBypDam", "ERWcon.yEneRecWheEna"}, range={0.0, 5800.0, -0.5, 1.5}, grid=true, colors={{28,108,200}, {28,108,200}, {28,108,200}, {28,108,200}}); +createPlot(id=1, position={0, 0, 1568, 174}, y={"ERWcon.TAirRet", "ERWcon.TAirOut"}, range={0.0, 5800.0, 270.0, 310.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={0, 0, 1568, 174}, y={"ERWcon.yEneRecWheSpe"}, range={0.0, 5800.0, -0.5, 1.5}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1568, 174}, y={"ERWcon.TAirSupEneWhe", "ERWcon.TAirSupSetEneWhe"}, range={0.0, 5800.0, 285.0, 305.0}, grid=true, subPlot=4, colors={{28,108,200}, {238,46,47}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mos new file mode 100644 index 00000000000..9ca4b8e6041 --- /dev/null +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mos @@ -0,0 +1,6 @@ +simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.ExhaustFan", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="ExhaustFanController"); + +createPlot(id=1, position={0, 0, 1568, 711}, y={"EFcon1.uFanSupPro", "EFcon1.uFanExhPro"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=1, position={0, 0, 1568, 233}, y={"EFcon1.dPAirStaBui", "EFcon1.dPSetBui"}, range={0.0, 6000.0, 10.0, 20.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={0, 0, 1568, 234}, y={"EFcon1.yExhFanSpe"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, subPlot=3, colors={{28,108,200}}); + diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mos deleted file mode 100644 index 1590fcd01e3..00000000000 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFanController.mos +++ /dev/null @@ -1,8 +0,0 @@ -simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.ExhaustFanController", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="ExhaustFanController"); - -createPlot(id=1, position={0, 334, 685, 293}, y={"SFproof.y", "EFcon.exhFanProof"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {28,108,200}}); -createPlot(id=2, position={701, 0, 683, 295}, y={"EFcon.bldgSPset", "EFcon.bldgSP"}, range={0.0, 6000.0, 11.0, 19.0}, grid=true, colors={{28,108,200}, {238,46,47}}); -createPlot(id=3, position={0, 0, 685, 295}, y={"EFcon.exhFanSpeed"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); - - - diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos index 0544e508ec5..275ad5b9b8c 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos @@ -1,8 +1,9 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.HeatingCoil", method="Cvode", stopTime=5760, tolerance=1e-06, resultFile="HeatingCoil"); -createPlot(id=1, position={0, -1, 685, 295}, y={"Heating.yRHC"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); -createPlot(id=2, position={701, 334, 683, 293}, y={"SFproof.y"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); -createPlot(id=3, position={0, 334, 685, 293}, y={"Heating.saT", "Heating.supHeaSP"}, range={0.0, 6000.0, 291.0, 299.0}, grid=true, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={41, 35, 528, 549}, y={"Heating.uFanSupPro"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={41, 35, 528, 179}, y={"Heating.yCoiHea"}, range={0.0, 6000.0, -0.05, 0.10000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={41, 35, 528, 180}, y={"Heating.TAirSup", "Heating.TAirSupSetHea"}, range={0.0, 6000.0, 290.0, 300.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); + diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos index dcb4253f4c6..e533c3cde65 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos @@ -1,18 +1,9 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.SupplyFanController", method="Cvode", stopTime=5760, tolerance=1e-06, resultFile="SupplyFanController"); -createPlot(id=6, position={1018, 380, 490, 326}, y={"SFcon.supFanStart", "OccGen.y"}, range={0.0, 5000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {28,108,200}}); -createPlot(id=7, position={509, 380, 493, 326}, y={"SFcon.supFanSpeed", "SFcon.FanSpeedSPPI.y"}, range={0.0, 5000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {238,46,47}}); -createPlot(id=8, position={1018, 0, 490, 327}, y={"SFcon.DDSP", "SFcon.minDDSPset", "SFcon.maxDDSPset"}, range={0.0, 5000.0, 100.0, 600.0}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}}); -createPlot(id=9, position={509, 0, 493, 327}, y={"SFcon.mostOpenDam", "SFcon.dampSet.y"}, range={0.0, 5000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {238,46,47}}); -createPlot(id=10, position={0, 0, 493, 706}, y={"SFcon.DamperSPPI.y", "SFcon.minDDSPset"}, range={0.0, 5000.0, 100.0, 300.0}, grid=true, colors={{28,108,200}, {238,46,47}}); -createPlot(id=10, position={0, 0, 493, 137}, y={"SFcon.mostOpenDam", "SFcon.damSet"}, range={0.0, 5000.0, -1.0, 2.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); -createPlot(id=10, position={0, 0, 493, 138}, y={"SFcon.DamperSPPI.y", "SFcon.DDSP"}, range={0.0, 5000.0, 100.0, 300.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); -createPlot(id=10, position={0, 0, 493, 137}, y={"SFcon.supFanStart", "SFcon.occ"}, range={0.0, 5000.0, -1.0, 2.0}, grid=true, subPlot=4, colors={{28,108,200}, {28,108,200}}); -createPlot(id=10, position={0, 0, 493, 137}, y={"SFcon.supFanSpeed"}, range={0.0, 5000.0, -1.0, 2.0}, grid=true, subPlot=5, colors={{28,108,200}}); - - - - +createPlot(id=3, position={0, 0, 1524, 708}, y={"conFanSup.Occ", "conFanSup.uFanSupPro", "conFanSup.yFanSup"}, range={0.0, 5800.0, -0.5, 1.5}, grid=true, colors={{28,108,200}, {28,108,200}, {28,108,200}}); +createPlot(id=3, position={0, 0, 1524, 174}, y={"conFanSup.yFanSupSpe"}, range={0.0, 6000.0, -0.05, 0.15000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1524, 173}, y={"conFanSup.yMaxDamSet", "conFanSup.yMinDamSet", "conFanSup.dPAirDucSta"}, range={0.0, 5800.0, 100.0, 600.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}); +createPlot(id=3, position={0, 0, 1524, 173}, y={"conFanSup.damSet", "conFanSup.uDamMaxOpe"}, range={0.0, 5800.0, -0.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}, {238,46,47}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos index b0cf579dbc6..b11d2d6e6d0 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos @@ -1,9 +1,8 @@ -simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.TSupSet", method="Cvode", stopTime=5760, tolerance=1e-06, resultFile="TSupSet"); +simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.SupplyTemperatureSetpoint", method="Cvode", stopTime=5760, tolerance=1e-06, resultFile="TSupSet"); +createPlot(id=1, position={55, 55, 754, 525}, y={"TSupSetpt.uDehMod"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={55, 55, 754, 171}, y={"TSupSetpt.TSupLowSet", "TSupSetpt.TSupHigSet", "TSupSetpt.ySupSet"}, range={0.0, 6000.0, 18.0, 26.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}}, displayUnits={"degC", "degC", "degC"}); +createPlot(id=1, position={55, 55, 754, 172}, y={"TSupSetpt.THigZon", "TSupSetpt.TLowZon", "TSupSetpt.TAirHig"}, range={0.0, 6000.0, 18.0, 26.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}, displayUnits={"degC", "degC", "degC"}); -createPlot(id=1, position={647, -5, 626, 308}, y={"tSupSet.dehumMode"}, range={0.0, 6000.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); -createPlot(id=2, position={0, 362, 627, 308}, y={"tSupSet.loPriT", "tSupSet.hiPriT", "tSupSet.supPrimSP"}, range={0.0, 6000.0, 19.0, 25.0}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}}, displayUnits={"degC", "degC", "degC"}); -createPlot(id=3, position={644, 356, 626, 309}, y={"tSupSet.supCooSP", "tSupSet.supHeaSP"}, range={0.0, 6000.0, 290.0, 300.0}, grid=true, colors={{28,108,200}, {238,46,47}}); -createPlot(id=4, position={0, 0, 627, 309}, y={"highSpaceTGen.y", "loZonT", "hiZonT"}, range={0.0, 6000.0, 292.0, 300.0}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}}); From 2c28e866b206a21a29cd37329a848798f51a735c Mon Sep 17 00:00:00 2001 From: cerrinamouchref-pnnl Date: Wed, 10 Apr 2024 11:28:17 -0700 Subject: [PATCH 175/196] Updates to validation model plots and naming --- .../Controls/OBC/FDE/DOAS/CoolingCoil.mo | 19 ++-- .../Controls/OBC/FDE/DOAS/DOAScontroller.mo | 96 +++++++++++++------ .../Controls/OBC/FDE/DOAS/EconomizerMode.mo | 7 +- .../Controls/OBC/FDE/DOAS/EnergyWheel.mo | 11 +-- Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo | 7 +- .../Controls/OBC/FDE/DOAS/HeatingCoil.mo | 9 +- .../OBC/FDE/DOAS/SupplyFanController.mo | 21 ++-- .../OBC/FDE/DOAS/Validation/CoolingCoil.mo | 53 +++++----- .../OBC/FDE/DOAS/Validation/DOAScontroller.mo | 93 +++++++++++++----- .../OBC/FDE/DOAS/Validation/EconomizerMode.mo | 14 +-- .../OBC/FDE/DOAS/Validation/EnergyWheel.mo | 8 +- .../OBC/FDE/DOAS/Validation/ExhaustFan.mo | 25 ++--- .../OBC/FDE/DOAS/Validation/HeatingCoil.mo | 24 ++--- .../DOAS/Validation/SupplyFanController.mo | 43 +++++---- .../ChilledBeamSystem/ClosedLoopValidation.mo | 2 +- .../OBC/FDE/DOAS/Validation/CoolingCoil.mos | 10 +- .../OBC/FDE/DOAS/Validation/DehumMode.mos | 5 +- .../FDE/DOAS/Validation/EconomizerMode.mos | 4 +- .../OBC/FDE/DOAS/Validation/ExhaustFan.mos | 6 +- .../OBC/FDE/DOAS/Validation/HeatingCoil.mos | 8 +- .../DOAS/Validation/SupplyFanController.mos | 8 +- .../OBC/FDE/DOAS/Validation/TSupSet.mos | 8 +- 22 files changed, 306 insertions(+), 175 deletions(-) diff --git a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo index 44f8815c27e..cc84d2cc8d2 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/CoolingCoil.mo @@ -9,24 +9,31 @@ block CoolingCoil "This block commands the cooling coil." parameter CDL.Types.SimpleController controllerTypeDeh=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PID controller for cooling air in dehumidification mode"; - parameter Real kDeh=1 + parameter Real kDeh( + final unit="1") = 1 "Gain of conPIDDeh controller"; - parameter Real TiDeh=0.5 + parameter Real TiDeh( + final unit="s") = 60 "Time constant of integrator block for conPIDDeh controller"; - parameter Real TdDeh=0.1 "Time constant of derivative block for conPIDDeh controller"; + parameter Real TdDeh( + final unit="s") = 0.1 + "Time constant of derivative block for conPIDDeh controller"; parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PID controller for regular cooling coil operation mode"; - parameter Real kRegOpe=1 + parameter Real kRegOpe( + final unit="1") = 1 "Gain of conPIDRegOpe controller"; - parameter Real TiRegOpe=0.5 + parameter Real TiRegOpe( + final unit="s")=60 "Time constant of integrator block for conPIDRegOpe controller"; - parameter Real TdRegOpe=0.1 + parameter Real TdRegOpe( + final unit="s")=0.1 "Time constant of derivative block for conPIDRegOpe controller"; parameter Real dehumSet( diff --git a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo index 49c8a61833f..1b435f6dbaa 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/DOAScontroller.mo @@ -1,7 +1,7 @@ within Buildings.Controls.OBC.FDE.DOAS; block DOAScontroller "DOAS controller built from DOAS blocks." - parameter Real erwDPadj( + parameter Real erwDPadj( final unit = "K", final quantity = "TemperatureDifference") = 5 "Value subtracted from ERW supply air dewpoint."; @@ -9,22 +9,52 @@ block DOAScontroller "DOAS controller built from DOAS blocks." parameter CDL.Types.SimpleController controllerTypeDeh=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PID controller for cooling air in dehumidification mode"; - parameter Real kDeh=1 + parameter Real kDeh( + final unit="1") = 1 "Gain of conPIDDeh controller"; - parameter Real TiDeh=0.5 + parameter Real TiDeh( + final unit="s") = 60 "Time constant of integrator block for conPIDDeh controller"; - parameter Real TdDeh=0.1 "Time constant of derivative block for conPIDDeh controller"; + parameter Real TdDeh( + final unit="s") = 0.1 + "Time constant of derivative block for conPIDDeh controller"; parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PID controller for regular cooling coil operation mode"; - parameter Real kRegOpe=1 "Gain of conPIDRegOpe controller"; + parameter Real kRegOpe( + final unit="1") = 1 + "Gain of conPIDRegOpe controller"; - parameter Real TiRegOpe=0.5 "Time constant of integrator block for conPIDRegOpe controller"; + parameter Real TiRegOpe( + final unit="s")=60 + "Time constant of integrator block for conPIDRegOpe controller"; - parameter Real TdRegOpe=0.1 "Time constant of derivative block for conPIDRegOpe controller"; + parameter Real TdRegOpe( + final unit="s")=0.1 + "Time constant of derivative block for conPIDRegOpe controller"; + + parameter Real dehumSet( + final min=0, + final max=100)=60 + "Dehumidification set point."; + + parameter Real timThrDehDis( + final unit="s", + final quantity="Time")=600 + "Continuous time period for which measured relative humidity needs to fall below relative humidity threshold before dehumidification mode is disabled"; + + parameter Real timDelDehEna( + final unit="s", + final quantity="Time")=120 + "Continuous time period for which supply fan needs to be on before enabling dehumidifaction mode"; + + parameter Real timThrDehEna( + final unit="s", + final quantity="Time")=5 + "Continuous time period for which relative humidity rises above set point before dehumidifcation mode is enabled"; parameter Real dTEcoThr( final unit = "K", @@ -53,11 +83,11 @@ block DOAScontroller "DOAS controller built from DOAS blocks." "PI controller for heating loop"; parameter Real kEneWheHea( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID heating loop gain value."; parameter Real TiEneWheHea( - final unit = "s") = 0.00025 + final unit = "s") = 60 "PID heating loop time constant of integrator."; parameter Real TdEneWheHea( @@ -65,11 +95,11 @@ block DOAScontroller "DOAS controller built from DOAS blocks." "PID heatig loop time constant of derivative block"; parameter Real kEneWheCoo( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID cooling loop gain value."; parameter Real TiEneWheCoo( - final unit = "s") = 0.00025 "PID cooling loop time constant of integrator."; + final unit = "s") = 60 "PID cooling loop time constant of integrator."; parameter CDL.Types.SimpleController controllerTypeEneWheCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PI controller for cooling loop"; @@ -84,14 +114,15 @@ block DOAScontroller "DOAS controller built from DOAS blocks." "Building static pressure difference set point"; parameter Real kExhFan( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID heating loop gain value."; parameter Real TiExhFan( - final unit = "s") = 0.00025 + final unit = "s") = 60 "PID loop time constant of integrator."; - parameter Real TdExhFan=0.1 "Time constant of derivative block"; + parameter Real TdExhFan( + final unit= "s") = 0.1 "Time constant of derivative block"; parameter CDL.Types.SimpleController controllerTypeExhFan=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; @@ -99,13 +130,16 @@ block DOAScontroller "DOAS controller built from DOAS blocks." parameter CDL.Types.SimpleController controllerTypeCoiHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; - parameter Real kCoiHea = 0.0000001 + parameter Real kCoiHea( + final unit= "1") = 0.5 "Heating coil SAT PI gain value k."; - parameter Real TiCoiHea = 0.000025 + parameter Real TiCoiHea( + final unit= "s") = 60 "Heating coil SAT PI time constant value Ti."; - parameter Real TdCoiHea=0.1 "Time constant of derivative block"; + parameter Real TdCoiHea( + final unit= "s") = 0.1 "Time constant of derivative block"; parameter Boolean is_vav = true "True: System has zone terminals with variable damper position. False: System has zone terminals with constant damper position."; @@ -128,13 +162,16 @@ block DOAScontroller "DOAS controller built from DOAS blocks." final unit = "1") = 0.9 "DDSP terminal damper percent open set point"; - parameter Real kDam = 0.0000001 + parameter Real kDam( + final unit= "1") = 0.5 "Damper position setpoint PI gain value k."; - parameter Real TiDam = 0.000025 + parameter Real TiDam( + final unit= "s") = 60 "Damper position setpoint PI time constant value Ti."; - parameter Real TdDam = 0.1 "Time constant of derivative block for conPIDDam"; + parameter Real TdDam( + final unit= "s") = 0.1 "Time constant of derivative block for conPIDDam"; parameter CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; @@ -144,15 +181,20 @@ block DOAScontroller "DOAS controller built from DOAS blocks." final unit = "Pa", final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; - parameter Real fanSpeMin = 0.0000001 + parameter Real fanSpeMin( + final unit= "m/s") = 0.0000001 "Minimum Fan Speed"; - parameter Real kFanSpe = 0.0000001 " + parameter Real kFanSpe( + final unit= "1") = 0.5 " Fan speed set point SAT PI gain value k."; - parameter Real TdFanSpe = 0.1 "Time constant of derivative block for conPIDFanSpe"; + parameter Real TdFanSpe( + final unit= "s") = 60 + "Time constant of derivative block for conPIDFanSpe"; - parameter Real TiFanSpe = 0.000025 + parameter Real TiFanSpe( + final unit= "s") = 0.000025 "Fan speed set point SAT PI time constant value Ti."; parameter CDL.Types.SimpleController controllerTypeFanSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI @@ -350,7 +392,7 @@ block DOAScontroller "DOAS controller built from DOAS blocks." Buildings.Controls.OBC.FDE.DOAS.EnergyWheel ERWcon( dTThrEneRec=dTThrEneRec, dThys=dThys, - timDelEneRec=timdelEneRec, + timDelEneRec=timDelEneRec, controllerTypeEneWheHea=controllerTypeEneWheHea, kEneWheHea=kEneWheHea, TiEneWheHea=TiEneWheHea, @@ -370,7 +412,7 @@ block DOAScontroller "DOAS controller built from DOAS blocks." TdDeh=TdDeh, controllerTypeRegOpe=controllerTypeRegOpe, kRegOpe=kRegOpe, - TiRegOpe=TiRepOpe, + TiRegOpe=TiRegOpe, TdRegOpe=TdRegOpe, dehumSet=dehumSet, timThrDehDis=timThrDehDis, @@ -447,7 +489,7 @@ equation {-90,-13},{55.8,-13}}, color={0,0,127})); connect(Heating.yCoiHea, yCoiHea) annotation (Line(points={{80.2,-8},{90,-8}, {90,-4},{122,-4}}, color={0,0,127})); - connect(ERWcon.yEneRecWheStart, yEneRecWheEna) + connect(ERWcon.yEneRecWheEna, yEneRecWheEna) annotation (Line(points={{80.2,-54},{122,-54}}, color={255,0,255})); connect(ERWcon.yEneRecWheSpe, yEneRecWheSpe) annotation (Line(points={{80.2, -60},{92,-60},{92,-88},{122,-88}}, color={0,0,127})); diff --git a/Buildings/Controls/OBC/FDE/DOAS/EconomizerMode.mo b/Buildings/Controls/OBC/FDE/DOAS/EconomizerMode.mo index 3d742fe1b01..8f873395e1a 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EconomizerMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EconomizerMode.mo @@ -1,10 +1,11 @@ within Buildings.Controls.OBC.FDE.DOAS; block EconomizerMode "This block calculates when economizer mode is active." - - parameter Real dTEcoThr=2 + parameter Real dTEcoThr( + final unit = "K", + final displayUnit = "degC", + final quantity = "ThermodynamicTemperature") = 2 "Threshold temperature difference between return air and outdoor air temperature above which economizer mode is enabled"; - // ---inputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro diff --git a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo index d0b1330c453..545c1086696 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/EnergyWheel.mo @@ -22,23 +22,23 @@ block EnergyWheel "This block commands the energy recovery wheel and associated "PI controller for heating loop"; parameter Real kEneWheHea( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID heating loop gain value."; parameter Real TiEneWheHea( - final unit = "s") = 0.00025 + final unit = "s") = 60 "PID heating loop time constant of integrator."; parameter Real TdEneWheHea( final unit = "s") = 0.1 - "PID heatig loop time constant of derivative block"; + "PID heating loop time constant of derivative block"; parameter Real kEneWheCoo( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID cooling loop gain value."; parameter Real TiEneWheCoo( - final unit = "s") = 0.00025 "PID cooling loop time constant of integrator."; + final unit = "s") = 60 "PID cooling loop time constant of integrator."; parameter CDL.Types.SimpleController controllerTypeEneWheCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PI controller for cooling loop"; @@ -95,7 +95,6 @@ block EnergyWheel "This block commands the energy recovery wheel and associated transformation(extent={{102,-96},{142,-56}}), iconTransformation(extent= {{102,-80},{142,-40}}))); - parameter Real Ti=TiEneWheCoo "Time constant of integrator block"; protected Buildings.Controls.OBC.CDL.Reals.Subtract difference "Subtract outside air temperature from return air temperature." diff --git a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo index ccef4d31871..83762c67dc3 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/ExhaustFan.mo @@ -7,14 +7,15 @@ block ExhaustFan "This block manages start, stop, and speed of the exhaust fan." "Building static pressure difference set point"; parameter Real kExhFan( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID heating loop gain value."; parameter Real TiExhFan( - final unit = "s") = 0.00025 + final unit = "s") = 0.60 "PID loop time constant of integrator."; - parameter Real TdExhFan=0.1 "Time constant of derivative block"; + parameter Real TdExhFan( + final unit= "s") = 0.1 "Time constant of derivative block"; parameter CDL.Types.SimpleController controllerTypeExhFan=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; diff --git a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo index e3ae531095c..5fa22f93558 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/HeatingCoil.mo @@ -4,13 +4,16 @@ block HeatingCoil "This block commands the heating coil." parameter CDL.Types.SimpleController controllerTypeCoiHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; - parameter Real kCoiHea = 0.0000001 + parameter Real kCoiHea( + final unit= "1") = 0.5 "Heating coil SAT PI gain value k."; - parameter Real TiCoiHea = 0.000025 + parameter Real TiCoiHea( + final unit= "s") = 60 "Heating coil SAT PI time constant value Ti."; - parameter Real TdCoiHea=0.1 "Time constant of derivative block"; + parameter Real TdCoiHea( + final unit= "s") = 0.1 "Time constant of derivative block"; // ---inputs--- Buildings.Controls.OBC.CDL.Interfaces.BooleanInput uFanSupPro diff --git a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo index 70e5f9b974f..76f0acb4580 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/SupplyFanController.mo @@ -22,13 +22,16 @@ block SupplyFanController "This block manages start, stop, status, and speed of final unit = "1") = 0.9 "DDSP terminal damper percent open set point"; - parameter Real kDam = 0.0000001 + parameter Real kDam( + final unit= "1") = 0.5 "Damper position setpoint PI gain value k."; - parameter Real TiDam = 0.000025 + parameter Real TiDam( + final unit= "s") = 60 "Damper position setpoint PI time constant value Ti."; - parameter Real TdDam = 0.1 "Time constant of derivative block for conPIDDam"; + parameter Real TdDam( + final unit= "s") = 0.1 "Time constant of derivative block for conPIDDam"; parameter CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; @@ -38,15 +41,19 @@ block SupplyFanController "This block manages start, stop, status, and speed of final unit = "Pa", final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; - parameter Real fanSpeMin = 0.0000001 + parameter Real fanSpeMin( + final unit= "m/s") = 0.0000001 "Minimum Fan Speed"; - parameter Real kFanSpe = 0.0000001 " + parameter Real kFanSpe( + final unit= "1") = 0.5 " Fan speed set point SAT PI gain value k."; - parameter Real TdFanSpe = 0.1 "Time constant of derivative block for conPIDFanSpe"; + parameter Real TdFanSpe( + final unit= "s") = 60 "Time constant of derivative block for conPIDFanSpe"; - parameter Real TiFanSpe = 0.000025 + parameter Real TiFanSpe( + final unit= "s") = 0.000025 "Fan speed set point SAT PI time constant value Ti."; parameter CDL.Types.SimpleController controllerTypeFanSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo index 9700cfba55a..7225af9175b 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mo @@ -1,32 +1,39 @@ within Buildings.Controls.OBC.FDE.DOAS.Validation; model CoolingCoil "This model simulates CoolingCoil" - parameter Real erwDPadj( - final unit = "K", - final quantity = "TemperatureDifference") = 5 - "Value subtracted from ERW supply air dewpoint."; + parameter Real erwDPadj( + final unit = "K", + final quantity = "TemperatureDifference") = 5 + "Value subtracted from ERW supply air dewpoint."; parameter CDL.Types.SimpleController controllerTypeDeh=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PID controller for cooling air in dehumidification mode"; - parameter Real kDeh=1 + parameter Real kDeh( + final unit="1") = 1 "Gain of conPIDDeh controller"; - parameter Real TiDeh=0.5 + parameter Real TiDeh( + final unit="s") = 60 "Time constant of integrator block for conPIDDeh controller"; - parameter Real TdDeh=0.1 "Time constant of derivative block for conPIDDeh controller"; + parameter Real TdDeh( + final unit="s") = 0.1 + "Time constant of derivative block for conPIDDeh controller"; parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PID controller for regular cooling coil operation mode"; - parameter Real kRegOpe=1 + parameter Real kRegOpe( + final unit="1") = 1 "Gain of conPIDRegOpe controller"; - parameter Real TiRegOpe=0.5 + parameter Real TiRegOpe( + final unit="s")=60 "Time constant of integrator block for conPIDRegOpe controller"; - parameter Real TdRegOpe=0.1 + parameter Real TdRegOpe( + final unit="s")=0.1 "Time constant of derivative block for conPIDRegOpe controller"; parameter Real dehumSet( @@ -48,7 +55,7 @@ model CoolingCoil "This model simulates CoolingCoil" final unit="s", final quantity="Time")=5 "Continuous time period for which relative humidity rises above set point before dehumidifcation mode is enabled"; - Buildings.Controls.OBC.FDE.DOAS.CoolingCoil Cooling( + Buildings.Controls.OBC.FDE.DOAS.CoolingCoil CoiCoo( erwDPadj(displayUnit="K") = erwDPadj, controllerTypeDeh=controllerTypeDeh, kDeh=kDeh, @@ -62,7 +69,7 @@ model CoolingCoil "This model simulates CoolingCoil" timThrDehDis=timThrDehDis, timDelDehEna=timDelDehEna, timThrDehEna=timThrDehEna) - annotation (Placement(transformation(extent={{48,-24},{68,-4}}))); + annotation (Placement(transformation(extent={{48,-24},{68,-4}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( width=0.8, @@ -115,26 +122,26 @@ model CoolingCoil "This model simulates CoolingCoil" annotation (Placement(transformation(extent={{-26,-48},{-6,-28}}))); equation - connect(SFproof.y, Cooling.uFanSupPro) annotation (Line(points={{-40,70},{18, - 70},{18,-5.6},{45.8,-5.6}}, color={255,0,255})); + connect(SFproof.y, CoiCoo.uFanSupPro) annotation (Line(points={{-40,70},{18,70}, + {18,-5.6},{45.8,-5.6}}, color={255,0,255})); - connect(saTGen.y, Cooling.TAirSup) annotation (Line(points={{-4,50},{12,50},{ - 12,-8.4},{45.8,-8.4}}, color={0,0,127})); + connect(saTGen.y, CoiCoo.TAirSup) annotation (Line(points={{-4,50},{12,50},{12, + -8.4},{45.8,-8.4}}, color={0,0,127})); - connect(TCoiCoo.y, Cooling.TAirDis) annotation (Line(points={{-38,-18},{14,-18}, + connect(TCoiCoo.y, CoiCoo.TAirDis) annotation (Line(points={{-38,-18},{14,-18}, {14,-17.2},{45.8,-17.2}}, color={0,0,127})); - connect(dehumMode.y, Cooling.uDeh) annotation (Line(points={{-4,4},{0,4},{0,-14.6}, + connect(dehumMode.y, CoiCoo.uDeh) annotation (Line(points={{-4,4},{0,4},{0,-14.6}, {45.8,-14.6}}, color={255,0,255})); - connect(supCooGen.y, Cooling.TAirSupSetCoo) annotation (Line(points={{-40,26}, - {6,26},{6,-11.2},{45.8,-11.2}}, color={0,0,127})); + connect(supCooGen.y, CoiCoo.TAirSupSetCoo) annotation (Line(points={{-40,26},{ + 6,26},{6,-11.2},{45.8,-11.2}}, color={0,0,127})); - connect(erwHumGen.y, Cooling.phiAirEneRecWhe) annotation (Line(points={{-4,-38}, + connect(erwHumGen.y, CoiCoo.phiAirEneRecWhe) annotation (Line(points={{-4,-38}, {14,-38},{14,-19.8},{45.8,-19.8}}, color={0,0,127})); - connect(erwTGen.y, Cooling.TAirEneRecWhe) annotation (Line(points={{-38,-56}, - {18,-56},{18,-22.4},{45.8,-22.4}}, color={0,0,127})); + connect(erwTGen.y, CoiCoo.TAirEneRecWhe) annotation (Line(points={{-38,-56},{18, + -56},{18,-22.4},{45.8,-22.4}}, color={0,0,127})); annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo index abedcc4af8f..aa44e750fc2 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/DOAScontroller.mo @@ -9,22 +9,52 @@ model DOAScontroller "DOAS controller" parameter CDL.Types.SimpleController controllerTypeDeh=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PID controller for cooling air in dehumidification mode"; - parameter Real kDeh=1 + parameter Real kDeh( + final unit="1") = 1 "Gain of conPIDDeh controller"; - parameter Real TiDeh=0.5 + parameter Real TiDeh( + final unit="s") = 60 "Time constant of integrator block for conPIDDeh controller"; - parameter Real TdDeh=0.1 "Time constant of derivative block for conPIDDeh controller"; + parameter Real TdDeh( + final unit="s") = 0.1 + "Time constant of derivative block for conPIDDeh controller"; parameter CDL.Types.SimpleController controllerTypeRegOpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PID controller for regular cooling coil operation mode"; - parameter Real kRegOpe=1 "Gain of conPIDRegOpe controller"; + parameter Real kRegOpe( + final unit="1") = 1 + "Gain of conPIDRegOpe controller"; - parameter Real TiRegOpe=0.5 "Time constant of integrator block for conPIDRegOpe controller"; + parameter Real TiRegOpe( + final unit="s")=60 + "Time constant of integrator block for conPIDRegOpe controller"; - parameter Real TdRegOpe=0.1 "Time constant of derivative block for conPIDRegOpe controller"; + parameter Real TdRegOpe( + final unit="s")=0.1 + "Time constant of derivative block for conPIDRegOpe controller"; + + parameter Real dehumSet( + final min=0, + final max=100)=60 + "Dehumidification set point."; + + parameter Real timThrDehDis( + final unit="s", + final quantity="Time")=600 + "Continuous time period for which measured relative humidity needs to fall below relative humidity threshold before dehumidification mode is disabled"; + + parameter Real timDelDehEna( + final unit="s", + final quantity="Time")=120 + "Continuous time period for which supply fan needs to be on before enabling dehumidifaction mode"; + + parameter Real timThrDehEna( + final unit="s", + final quantity="Time")=5 + "Continuous time period for which relative humidity rises above set point before dehumidifcation mode is enabled"; parameter Real dTEcoThr( final unit = "K", @@ -53,11 +83,11 @@ model DOAScontroller "DOAS controller" "PI controller for heating loop"; parameter Real kEneWheHea( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID heating loop gain value."; parameter Real TiEneWheHea( - final unit = "s") = 0.00025 + final unit = "s") = 60 "PID heating loop time constant of integrator."; parameter Real TdEneWheHea( @@ -65,11 +95,11 @@ model DOAScontroller "DOAS controller" "PID heatig loop time constant of derivative block"; parameter Real kEneWheCoo( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID cooling loop gain value."; parameter Real TiEneWheCoo( - final unit = "s") = 0.00025 "PID cooling loop time constant of integrator."; + final unit = "s") = 60 "PID cooling loop time constant of integrator."; parameter CDL.Types.SimpleController controllerTypeEneWheCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PI controller for cooling loop"; @@ -84,14 +114,15 @@ model DOAScontroller "DOAS controller" "Building static pressure difference set point"; parameter Real kExhFan( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID heating loop gain value."; parameter Real TiExhFan( - final unit = "s") = 0.00025 + final unit = "s") = 60 "PID loop time constant of integrator."; - parameter Real TdExhFan=0.1 "Time constant of derivative block"; + parameter Real TdExhFan( + final unit= "s") = 0.1 "Time constant of derivative block"; parameter CDL.Types.SimpleController controllerTypeExhFan=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; @@ -99,13 +130,16 @@ model DOAScontroller "DOAS controller" parameter CDL.Types.SimpleController controllerTypeCoiHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; - parameter Real kCoiHea = 0.0000001 + parameter Real kCoiHea( + final unit= "1") = 0.5 "Heating coil SAT PI gain value k."; - parameter Real TiCoiHea = 0.000025 + parameter Real TiCoiHea( + final unit= "s") = 60 "Heating coil SAT PI time constant value Ti."; - parameter Real TdCoiHea=0.1 "Time constant of derivative block"; + parameter Real TdCoiHea( + final unit= "s") = 0.1 "Time constant of derivative block"; parameter Boolean is_vav = true "True: System has zone terminals with variable damper position. False: System has zone terminals with constant damper position."; @@ -128,13 +162,16 @@ model DOAScontroller "DOAS controller" final unit = "1") = 0.9 "DDSP terminal damper percent open set point"; - parameter Real kDam = 0.0000001 + parameter Real kDam( + final unit= "1") = 0.5 "Damper position setpoint PI gain value k."; - parameter Real TiDam = 0.000025 + parameter Real TiDam( + final unit= "s") = 60 "Damper position setpoint PI time constant value Ti."; - parameter Real TdDam = 0.1 "Time constant of derivative block for conPIDDam"; + parameter Real TdDam( + final unit= "s") = 0.1 "Time constant of derivative block for conPIDDam"; parameter CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; @@ -144,15 +181,20 @@ model DOAScontroller "DOAS controller" final unit = "Pa", final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; - parameter Real fanSpeMin = 0.0000001 + parameter Real fanSpeMin( + final unit= "m/s") = 0.0000001 "Minimum Fan Speed"; - parameter Real kFanSpe = 0.0000001 " + parameter Real kFanSpe( + final unit= "1") = 0.5 " Fan speed set point SAT PI gain value k."; - parameter Real TdFanSpe = 0.1 "Time constant of derivative block for conPIDFanSpe"; + parameter Real TdFanSpe( + final unit= "s") = 60 + "Time constant of derivative block for conPIDFanSpe"; - parameter Real TiFanSpe = 0.000025 + parameter Real TiFanSpe( + final unit= "s") = 0.000025 "Fan speed set point SAT PI time constant value Ti."; parameter CDL.Types.SimpleController controllerTypeFanSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI @@ -195,6 +237,7 @@ model DOAScontroller "DOAS controller" "Supply air temperature heating set point offset."; + Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon( erwDPadj=erwDPadj, controllerTypeDeh=controllerTypeDeh, @@ -205,6 +248,10 @@ model DOAScontroller "DOAS controller" kRegOpe=kRegOpe, TiRegOpe=TiRegOpe, TdRegOpe=TdRegOpe, + dehumSet=dehumSet, + timThrDehDis=timThrDehDis, + timDelDehEna=timDelDehEna, + timThrDehEna=timThrDehEna, dTEcoThr=dTEcoThr, dTThrEneRec=dTThrEneRec, dThys=dThys, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mo index 8ae983c14c5..d8f5f97e093 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mo @@ -28,16 +28,16 @@ model EconomizerMode "This model simulates EconMode." startTime=960) annotation (Placement(transformation(extent={{-28,-50},{-8,-30}}))); - Buildings.Controls.OBC.FDE.DOAS.EconomizerMode EconMod1(dTEcoThr=dTEcoThr) + Buildings.Controls.OBC.FDE.DOAS.EconomizerMode EconMod(dTEcoThr=dTEcoThr) annotation (Placement(transformation(extent={{42,-14},{62,6}}))); equation - connect(SFproof.y, EconMod1.uFanSupPro) annotation (Line(points={{-8,42},{6, - 42},{6,28},{24,28},{24,3},{39.8,3}}, color={255,0,255})); - connect(oaTGen.y, EconMod1.TAirOut) annotation (Line(points={{-6,0},{18,0},{ - 18,-4},{39.8,-4}}, color={0,0,127})); - connect(supCooSPgen.y, EconMod1.TAirSupSetCoo) annotation (Line(points={{-6, - -40},{10,-40},{10,-16},{30,-16},{30,-11},{39.8,-11}}, color={0,0,127})); + connect(SFproof.y, EconMod.uFanSupPro) annotation (Line(points={{-8,42},{6,42}, + {6,28},{24,28},{24,3},{39.8,3}}, color={255,0,255})); + connect(oaTGen.y, EconMod.TAirOut) annotation (Line(points={{-6,0},{18,0},{18, + -4},{39.8,-4}}, color={0,0,127})); + connect(supCooSPgen.y, EconMod.TAirSupSetCoo) annotation (Line(points={{-6,-40}, + {10,-40},{10,-16},{30,-16},{30,-11},{39.8,-11}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={ Ellipse(lineColor = {75,138,73}, fillColor={255,255,255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo index 92b6ddcea97..9ad3723cf7b 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/EnergyWheel.mo @@ -22,11 +22,11 @@ parameter Real dTThrEneRec( "PI controller for heating loop"; parameter Real kEneWheHea( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID heating loop gain value."; parameter Real TiEneWheHea( - final unit = "s") = 0.00025 + final unit = "s") = 60 "PID heating loop time constant of integrator."; parameter Real TdEneWheHea( @@ -34,11 +34,11 @@ parameter Real dTThrEneRec( "PID heatig loop time constant of derivative block"; parameter Real kEneWheCoo( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID cooling loop gain value."; parameter Real TiEneWheCoo( - final unit = "s") = 0.00025 "PID cooling loop time constant of integrator."; + final unit = "s") = 60 "PID cooling loop time constant of integrator."; parameter CDL.Types.SimpleController controllerTypeEneWheCoo=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "PI controller for cooling loop"; diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mo index b0d21a0bde8..ac7e8a5a392 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mo @@ -7,14 +7,15 @@ model ExhaustFan "This model simulates ExhaustFanController" "Building static pressure difference set point"; parameter Real kExhFan( - final unit = "1") = 0.00001 + final unit = "1") = 0.5 "PID heating loop gain value."; parameter Real TiExhFan( - final unit = "s") = 0.00025 + final unit = "s") = 60 "PID loop time constant of integrator."; - parameter Real TdExhFan=0.1 "Time constant of derivative block"; + parameter Real TdExhFan( + final unit= "s") = 0.1 "Time constant of derivative block"; parameter CDL.Types.SimpleController controllerTypeExhFan=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; @@ -36,7 +37,7 @@ model ExhaustFan "This model simulates ExhaustFanController" offset=15) annotation (Placement(transformation(extent={{-34,-26},{-14,-6}}))); - Buildings.Controls.OBC.FDE.DOAS.ExhaustFan EFcon1( + Buildings.Controls.OBC.FDE.DOAS.ExhaustFan EFcon( dPSetBui=dPSetBui, kExhFan=kExhFan, TiExhFan=TiExhFan, @@ -45,14 +46,14 @@ model ExhaustFan "This model simulates ExhaustFanController" annotation (Placement(transformation(extent={{44,-12},{64,8}}))); equation - connect(SFproof.y, EFcon1.uFanSupPro) annotation (Line(points={{-12,18},{16, - 18},{16,4},{42,4}}, color={255,0,255})); - connect(bldgSP.y, EFcon1.dPAirStaBui) annotation (Line(points={{-12,-16},{16, - -16},{16,-8.4},{42,-8.4}}, color={0,0,127})); - connect(truDel.y, EFcon1.uFanExhPro) annotation (Line(points={{36,-30},{38, - -30},{38,-2},{42,-2}}, color={255,0,255})); - connect(EFcon1.yExhFanSta, truDel.u) annotation (Line(points={{66,4},{74,4},{ - 74,-64},{-2,-64},{-2,-30},{12,-30}}, color={255,0,255})); + connect(SFproof.y, EFcon.uFanSupPro) annotation (Line(points={{-12,18},{16,18}, + {16,4},{42,4}}, color={255,0,255})); + connect(bldgSP.y, EFcon.dPAirStaBui) annotation (Line(points={{-12,-16},{16,-16}, + {16,-8.4},{42,-8.4}}, color={0,0,127})); + connect(truDel.y, EFcon.uFanExhPro) annotation (Line(points={{36,-30},{38,-30}, + {38,-2},{42,-2}}, color={255,0,255})); + connect(EFcon.yExhFanSta, truDel.u) annotation (Line(points={{66,4},{74,4},{74, + -64},{-2,-64},{-2,-30},{12,-30}}, color={255,0,255})); annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, fillPattern= diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo index ba17a712b95..67740518ef2 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mo @@ -4,19 +4,21 @@ model HeatingCoil "This model simulates HeatingCoil" parameter CDL.Types.SimpleController controllerTypeCoiHea=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; - parameter Real kCoiHea = 0.0000001 + parameter Real kCoiHea( + final unit= "1") = 0.5 "Heating coil SAT PI gain value k."; - parameter Real TiCoiHea = 0.000025 + parameter Real TiCoiHea( + final unit= "s") = 60 "Heating coil SAT PI time constant value Ti."; - parameter Real TdCoiHea=0.1 "Time constant of derivative block"; - Buildings.Controls.OBC.FDE.DOAS.HeatingCoil Heating( + parameter Real TdCoiHea( + final unit= "s")=0.1 "Time constant of derivative block"; + Buildings.Controls.OBC.FDE.DOAS.HeatingCoil CoiHea( controllerTypeCoiHea=controllerTypeCoiHea, kCoiHea=kCoiHea, TiCoiHea=TiCoiHea, - TdCoiHea=TdCoiHea) - "This block commands the heating coil." + TdCoiHea=TdCoiHea) "This block commands the heating coil." annotation (Placement(transformation(extent={{42,-10},{62,10}}))); Buildings.Controls.OBC.CDL.Logical.Sources.Pulse SFproof( @@ -41,13 +43,13 @@ model HeatingCoil "This model simulates HeatingCoil" annotation (Placement(transformation(extent={{-14,14},{6,34}}))); equation - connect(SFproof.y, Heating.uFanSupPro) + connect(SFproof.y, CoiHea.uFanSupPro) annotation (Line(points={{-20,0},{39.8,0}}, color={255,0,255})); - connect(saTGen.y, Heating.TAirSup) annotation (Line(points={{10,-30},{26,-30}, - {26,-5},{39.8,-5}}, color={0,0,127})); - connect(supHeaGen.y, Heating.TAirSupSetHea) annotation (Line(points={{8,24},{ - 24,24},{24,4.8},{39.8,4.8}}, color={0,0,127})); + connect(saTGen.y, CoiHea.TAirSup) annotation (Line(points={{10,-30},{26,-30},{ + 26,-5},{39.8,-5}}, color={0,0,127})); + connect(supHeaGen.y, CoiHea.TAirSupSetHea) annotation (Line(points={{8,24},{24, + 24},{24,4.8},{39.8,4.8}}, color={0,0,127})); annotation ( Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, diff --git a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo index 41d4a2d3d3d..b50f1d6b998 100644 --- a/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo +++ b/Buildings/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mo @@ -22,13 +22,16 @@ model SupplyFanController final unit = "1") = 0.9 "DDSP terminal damper percent open set point"; - parameter Real kDam = 0.5 + parameter Real kDam( + final unit= "1") = 0.5 "Damper position setpoint PI gain value k."; - parameter Real TiDam = 60 + parameter Real TiDam( + final unit= "s") = 60 "Damper position setpoint PI time constant value Ti."; - parameter Real TdDam = 0.1 "Time constant of derivative block for conPIDDam"; + parameter Real TdDam( + final unit= "s") = 0.1 "Time constant of derivative block for conPIDDam"; parameter CDL.Types.SimpleController controllerTypeDam=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; @@ -38,21 +41,25 @@ model SupplyFanController final unit = "Pa", final quantity = "PressureDifference") = 250 "Constant volume down duct static pressure set point"; - parameter Real fanSpeMin = 0.1 + parameter Real fanSpeMin( + final unit= "m/s") = 0.0000001 "Minimum Fan Speed"; - parameter Real kFanSpe = 0.5 " + parameter Real kFanSpe( + final unit= "1") = 0.5 " Fan speed set point SAT PI gain value k."; - parameter Real TdFanSpe = 0.1 "Time constant of derivative block for conPIDFanSpe"; + parameter Real TdFanSpe( + final unit= "s") = 60 "Time constant of derivative block for conPIDFanSpe"; - parameter Real TiFanSpe = 60 + parameter Real TiFanSpe( + final unit= "s") = 0.000025 "Fan speed set point SAT PI time constant value Ti."; parameter CDL.Types.SimpleController controllerTypeFanSpe=Buildings.Controls.OBC.CDL.Types.SimpleController.PI "Type of controller"; - Buildings.Controls.OBC.FDE.DOAS.SupplyFanController conFanSup( + Buildings.Controls.OBC.FDE.DOAS.SupplyFanController SFcon( is_vav=is_vav, yMinDamSet=yMinDamSet, yMaxDamSet=yMaxDamSet, @@ -93,19 +100,19 @@ model SupplyFanController annotation (Placement(transformation(extent={{-66,-38},{-46,-18}}))); equation - connect(conFanSup.yFanSup, truDel.u) annotation (Line(points={{62,9.2},{66, - 9.2},{66,-46},{0,-46},{0,-24},{6,-24}}, color={255,0,255})); + connect(SFcon.yFanSup, truDel.u) annotation (Line(points={{62,9.2},{66,9.2},{66, + -46},{0,-46},{0,-24},{6,-24}}, color={255,0,255})); - connect(truDel.y, conFanSup.uFanSupPro) annotation (Line(points={{30,-24},{34, - -24},{34,0.4},{38,0.4}}, color={255,0,255})); + connect(truDel.y, SFcon.uFanSupPro) annotation (Line(points={{30,-24},{34,-24}, + {34,0.4},{38,0.4}}, color={255,0,255})); - connect(OccGen.y, conFanSup.Occ) annotation (Line(points={{-44,42},{-10,42},{ - -10,11},{38,11}}, color={255,0,255})); + connect(OccGen.y, SFcon.Occ) annotation (Line(points={{-44,42},{-10,42},{-10,11}, + {38,11}}, color={255,0,255})); - connect(mostOpenDamGen.y, conFanSup.uDamMaxOpe) annotation (Line(points={{-44, - 8},{-10,8},{-10,7.4},{38,7.4}}, color={0,0,127})); - connect(sensorDDSP.y, conFanSup.dPAirDucSta) annotation (Line(points={{-44,-28}, - {-10,-28},{-10,-3.2},{38,-3.2}}, color={0,0,127})); + connect(mostOpenDamGen.y, SFcon.uDamMaxOpe) annotation (Line(points={{-44,8},{ + -10,8},{-10,7.4},{38,7.4}}, color={0,0,127})); + connect(sensorDDSP.y, SFcon.dPAirDucSta) annotation (Line(points={{-44,-28},{-10, + -28},{-10,-3.2},{38,-3.2}}, color={0,0,127})); annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={Ellipse(lineColor = {75,138,73},fillColor={255,255,255}, fillPattern= diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index 059069a3645..2a48b5fd65e 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -23,7 +23,7 @@ model ClosedLoopValidation samPerVal=1, delTimVal=60) annotation ( Placement(visible = true, transformation(origin={112,-20}, extent = {{10, -70}, {30, -50}}, rotation = 0))); - Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon(minDDSPset = 400, maxDDSPset = 500, cvDDSPset = 450) annotation ( + Buildings.Controls.OBC.FDE.DOAS.DOAScontroller DOAScon annotation ( Placement(visible = true, transformation(origin={-39,-10}, extent = {{-13, -24}, {13, 10}}, rotation = 0))); Buildings.Controls.OBC.CDL.Reals.MultiMax TZonMax(nin=5) annotation ( Placement(transformation(extent={{-40,52},{-20,72}}))); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos index fc9f0e7d335..c2a6d509ddb 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/CoolingCoil.mos @@ -1,7 +1,9 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.CoolingCoil", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="CoolingCoil"); -createPlot(id=1, position={0, 0, 1616, 641}, y={"Cooling.uFanSupPro", "Cooling.uDeh"}, range={0.0, 6000.0, 0.0, 3.0}, autoscale=false, grid=true, colors={{28,108,200}, {28,108,200}}); -createPlot(id=1, position={0, 0, 1616, 156}, y={"Cooling.TAirSup", "Cooling.TAirSupSetCoo"}, range={0.0, 7200.0, 290.0, 300.0}, autoscale=false, grid=true, subPlot=2, colors={{217,67,180}, {28,108,200}}, displayUnits={"degC", "degC"}); -createPlot(id=1, position={0, 0, 1616, 157}, y={"Cooling.yCoiCoo"}, range={0.0, 7600.0, -1.0, 2.0}, autoscale=false, grid=true, subPlot=3, colors={{238,46,47}}); -createPlot(id=1, position={0, 0, 1616, 156}, y={"Cooling.TAirDis"}, range={0.0, 7600.0, -200.0, 400.0}, autoscale=false, grid=true, subPlot=4, colors={{28,108,200}}, displayUnits={"degC"}); +createPlot(id=1, position={0, 0, 1616, 641}, y={"CoiCoo.uFanSupPro", "CoiCoo.uDeh"}, range={0.0, 7200.0, -0.5, 1.5}, autoscale=false, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=1, position={0, 0, 1616, 156}, y={"CoiCoo.TAirSup", "CoiCoo.TAirSupSetCoo"}, range={0.0, 7200.0, 15.0, 30.0}, autoscale=false, grid=true, subPlot=2, colors={{217,67,180}, {28,108,200}}, displayUnits={"degC", "degC"}); +createPlot(id=1, position={0, 0, 1616, 157}, y={"CoiCoo.yCoiCoo"}, range={0.0, 7200.0, -0.5, 1.5}, autoscale=false, grid=true, subPlot=3, colors={{238,46,47}}); +createPlot(id=1, position={0, 0, 1616, 156}, y={"CoiCoo.TAirDis"}, range={0.0, 7200.0, 16.0, 24.0}, autoscale=false, grid=true, subPlot=4, colors={{28,108,200}}, displayUnits={"degC"}); + + diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos index 72dffa627e7..6509196c763 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/DehumMode.mos @@ -1,3 +1,4 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.DehumMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="DehumMode"); -createPlot(id=1, position={35, 35, 534, 336}, y={"DehumMod.uFanSupPro", "DehumMod.yDehMod"}, range={0.0, 5800.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}, {28,108,200}}); -createPlot(id=1, position={35, 35, 534, 165}, y={"DehumMod.dehumSet", "DehumMod.phiAirRet"}, range={0.0, 5800.0, 45.0, 75.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); \ No newline at end of file +createPlot(id=1, position={103, 9, 611, 427}, y={"EconMod.uFanSupPro", "EconMod.yEcoMod"}, range={0.0, 7200.0, -0.1, 1.1}, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=1, position={103, 9, 611, 211}, y={"EconMod.TAirSupSetCoo", "EconMod.TAirOut"}, range={0.0, 7600.0, 290.0, 304.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); + diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mos index 63e125b47cf..0907ca69402 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/EconomizerMode.mos @@ -1,4 +1,4 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.EconomizerMode", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="EconMode"); -createPlot(id=1, position={103, 9, 611, 427}, y={"EconMod1.uFanSupPro", "EconMod1.yEcoMod"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}, {28,108,200}}); -createPlot(id=1, position={103, 9, 611, 211}, y={"EconMod1.TAirSupSetCoo", "EconMod1.TAirOut"}, range={0.0, 6000.0, 290.0, 305.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={103, 9, 611, 427}, y={"EconMod.uFanSupPro", "EconMod.yEcoMod"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=1, position={103, 9, 611, 211}, y={"EconMod.TAirSupSetCoo", "EconMod.TAirOut"}, range={0.0, 6000.0, 290.0, 305.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mos index 9ca4b8e6041..c7e95bf727a 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/ExhaustFan.mos @@ -1,6 +1,6 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.ExhaustFan", method="Cvode", stopTime=7200, tolerance=1e-06, resultFile="ExhaustFanController"); -createPlot(id=1, position={0, 0, 1568, 711}, y={"EFcon1.uFanSupPro", "EFcon1.uFanExhPro"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}, {28,108,200}}); -createPlot(id=1, position={0, 0, 1568, 233}, y={"EFcon1.dPAirStaBui", "EFcon1.dPSetBui"}, range={0.0, 6000.0, 10.0, 20.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); -createPlot(id=1, position={0, 0, 1568, 234}, y={"EFcon1.yExhFanSpe"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, subPlot=3, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1568, 711}, y={"EFcon.uFanSupPro", "EFcon.uFanExhPro"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}, {28,108,200}}); +createPlot(id=1, position={0, 0, 1568, 233}, y={"EFcon.dPAirStaBui", "EFcon.dPSetBui"}, range={0.0, 6000.0, 10.0, 20.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={0, 0, 1568, 234}, y={"EFcon.yExhFanSpe"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, subPlot=3, colors={{28,108,200}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos index 275ad5b9b8c..4f7785e595b 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/HeatingCoil.mos @@ -1,8 +1,10 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.HeatingCoil", method="Cvode", stopTime=5760, tolerance=1e-06, resultFile="HeatingCoil"); -createPlot(id=1, position={41, 35, 528, 549}, y={"Heating.uFanSupPro"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); -createPlot(id=1, position={41, 35, 528, 179}, y={"Heating.yCoiHea"}, range={0.0, 6000.0, -0.05, 0.10000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); -createPlot(id=1, position={41, 35, 528, 180}, y={"Heating.TAirSup", "Heating.TAirSupSetHea"}, range={0.0, 6000.0, 290.0, 300.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); +createPlot(id=1, position={0, 0, 1568, 724}, y={"CoiHea.uFanSupPro"}, range={0.0, 5800.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1568, 238}, y={"CoiHea.yCoiHea"}, range={0.0, 5800.0, -0.2, 1.2000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1568, 238}, y={"CoiHea.TAirSup", "CoiHea.TAirSupSetHea"}, range={0.0, 5800.0, 290.0, 300.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}}); + + diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos index e533c3cde65..4ea66a9636b 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/SupplyFanController.mos @@ -1,9 +1,9 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.SupplyFanController", method="Cvode", stopTime=5760, tolerance=1e-06, resultFile="SupplyFanController"); -createPlot(id=3, position={0, 0, 1524, 708}, y={"conFanSup.Occ", "conFanSup.uFanSupPro", "conFanSup.yFanSup"}, range={0.0, 5800.0, -0.5, 1.5}, grid=true, colors={{28,108,200}, {28,108,200}, {28,108,200}}); -createPlot(id=3, position={0, 0, 1524, 174}, y={"conFanSup.yFanSupSpe"}, range={0.0, 6000.0, -0.05, 0.15000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); -createPlot(id=3, position={0, 0, 1524, 173}, y={"conFanSup.yMaxDamSet", "conFanSup.yMinDamSet", "conFanSup.dPAirDucSta"}, range={0.0, 5800.0, 100.0, 600.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}); -createPlot(id=3, position={0, 0, 1524, 173}, y={"conFanSup.damSet", "conFanSup.uDamMaxOpe"}, range={0.0, 5800.0, -0.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}, {238,46,47}}); +createPlot(id=3, position={0, 0, 1524, 708}, y={"SFcon.Occ", "SFcon.uFanSupPro", "SFcon.yFanSup"}, range={0.0, 5800.0, -0.5, 1.5}, grid=true, colors={{28,108,200}, {28,108,200}, {28,108,200}}); +createPlot(id=3, position={0, 0, 1524, 174}, y={"SFcon.yFanSupSpe"}, range={0.0, 6000.0, -0.05, 0.15000000000000002}, grid=true, subPlot=2, colors={{28,108,200}}); +createPlot(id=3, position={0, 0, 1524, 173}, y={"SFcon.yMaxDamSet", "SFcon.yMinDamSet", "conFanSup.dPAirDucSta"}, range={0.0, 5800.0, 100.0, 600.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}); +createPlot(id=3, position={0, 0, 1524, 173}, y={"SFcon.damSet", "SFcon.uDamMaxOpe"}, range={0.0, 5800.0, -0.5, 1.5}, grid=true, subPlot=4, colors={{28,108,200}, {238,46,47}}); diff --git a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos index b11d2d6e6d0..c2841615310 100644 --- a/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos +++ b/Buildings/Resources/Scripts/Dymola/Controls/OBC/FDE/DOAS/Validation/TSupSet.mos @@ -1,7 +1,9 @@ simulateModel("Buildings.Controls.OBC.FDE.DOAS.Validation.SupplyTemperatureSetpoint", method="Cvode", stopTime=5760, tolerance=1e-06, resultFile="TSupSet"); -createPlot(id=1, position={55, 55, 754, 525}, y={"TSupSetpt.uDehMod"}, range={0.0, 6000.0, -0.5, 1.5}, grid=true, colors={{28,108,200}}); -createPlot(id=1, position={55, 55, 754, 171}, y={"TSupSetpt.TSupLowSet", "TSupSetpt.TSupHigSet", "TSupSetpt.ySupSet"}, range={0.0, 6000.0, 18.0, 26.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}}, displayUnits={"degC", "degC", "degC"}); -createPlot(id=1, position={55, 55, 754, 172}, y={"TSupSetpt.THigZon", "TSupSetpt.TLowZon", "TSupSetpt.TAirHig"}, range={0.0, 6000.0, 18.0, 26.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}, displayUnits={"degC", "degC", "degC"}); +createPlot(id=1, position={0, 0, 1568, 724}, y={"TSupSetpt.uDehMod"}, range={0.0, 5800.0, -0.2, 1.2000000000000002}, grid=true, colors={{28,108,200}}); +createPlot(id=1, position={0, 0, 1568, 238}, y={"TSupSetpt.TSupLowSet", "TSupSetpt.TSupHigSet", "TSupSetpt.ySupSet"}, range={0.0, 6000.0, 19.0, 25.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}, {0,140,72}}, displayUnits={"degC", "degC", "degC"}); +createPlot(id=1, position={0, 0, 1568, 238}, y={"TSupSetpt.THigZon", "TSupSetpt.TLowZon", "TSupSetpt.TAirHig"}, range={0.0, 6000.0, 18.0, 26.0}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}, {0,140,72}}, displayUnits={"degC", "degC", "degC"}); + + From a95f2d2306a410f38699e680499daf9bf9812696 Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Thu, 11 Apr 2024 17:02:31 -0700 Subject: [PATCH 176/196] improved graphics --- .../Latent/BaseClasses/PartialWheel.mo | 6 +++--- .../ThermalWheels/Latent/BypassDampers.mo | 18 +++++++++--------- .../ThermalWheels/Latent/Validation/package.mo | 8 -------- .../Sensible/BaseClasses/PartialWheel.mo | 8 ++++---- .../ThermalWheels/Sensible/BypassDampers.mo | 8 ++++---- .../ThermalWheels/Sensible/SpeedControlled.mo | 4 ++-- .../Sensible/Validation/package.mo | 8 -------- 7 files changed, 22 insertions(+), 38 deletions(-) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo index e8f5e0a8693..6865a8914f0 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/PartialWheel.mo @@ -63,7 +63,7 @@ partial model PartialWheel iconTransformation(extent={{100,-40},{140,0}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput epsSen(final unit="1") "Sensible heat exchanger effectiveness" - annotation (Placement(transformation(extent={{100,20},{140,60}}), + annotation (Placement(transformation(extent={{100,10},{140,50}}), iconTransformation(extent={{100,10},{140,50}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput epsLat(final unit="1") "Latent heat exchanger effectiveness" @@ -174,8 +174,8 @@ equation connect(VExh_flow.y, effCal.VExh_flow) annotation (Line(points={{-139,20},{-120,20},{-120,4},{-102,4}}, color={0,0,127})); - connect(epsSen, effCal.epsSen) annotation (Line(points={{120,40},{-40,40},{-40, - 3},{-78,3}}, color={0,0,127})); + connect(epsSen, effCal.epsSen) annotation (Line(points={{120,30},{-40,30},{ + -40,3},{-78,3}}, color={0,0,127})); connect(effCal.epsLat, epsLat) annotation (Line(points={{-78,-3},{-60,-3},{ -60,-80},{120,-80}}, color={0,0,127})); annotation ( diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo index da6a18b5742..7efbd200254 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BypassDampers.mo @@ -26,7 +26,7 @@ model BypassDampers final dpDamper_nominal=dp1_nominal) "Supply air damper" annotation (Placement(transformation( - extent={{-10,-10},{10,10}},rotation=0,origin={-50,50}))); + extent={{-10,-10},{10,10}},rotation=0,origin={-50,40}))); Buildings.Fluid.Actuators.Dampers.Exponential damExh( redeclare package Medium = Medium2, final m_flow_nominal=m2_flow_nominal, @@ -47,10 +47,10 @@ protected annotation (Placement(transformation(extent={{60,-30},{80,-10}}))); Modelica.Blocks.Sources.Constant uni(final k=1) "Unity signal" - annotation (Placement(transformation(extent={{-140,150},{-120,170}}))); + annotation (Placement(transformation(extent={{-140,110},{-120,130}}))); Buildings.Controls.OBC.CDL.Reals.Subtract sub "Difference of the two inputs" - annotation (Placement(transformation(extent={{-100,100},{-80,120}}))); + annotation (Placement(transformation(extent={{-100,90},{-80,110}}))); Modelica.Blocks.Math.BooleanToReal booleanToReal "Convert boolean input to real output" annotation (Placement(transformation(extent={{-160,-10},{-140,10}}))); @@ -68,14 +68,14 @@ equation connect(damExh.port_a, port_a2) annotation (Line(points={{50,-50},{50,-60},{100,-60}}, color={0,127,255})); connect(sub.y, damSup.y) - annotation (Line(points={{-78,110},{-70,110},{-70,72},{-50,72},{-50,62}}, + annotation (Line(points={{-78,100},{20,100},{20,60},{-50,60},{-50,52}}, color={0,0,127})); connect(damExh.y,sub. y) - annotation (Line(points={{38,-40},{20,-40},{20,110},{-78,110}}, color={0,0,127})); + annotation (Line(points={{38,-40},{20,-40},{20,100},{-78,100}}, color={0,0,127})); connect(bypDamSup.y, uBypDamPos) annotation (Line(points={{-50,92},{-50,140},{-202,140}}, color={0,0,127})); connect(damSup.port_b, hex.port_a1) - annotation (Line(points={{-40,50},{-20,50},{-20,6},{-10,6}}, + annotation (Line(points={{-40,40},{-20,40},{-20,6},{-10,6}}, color={0,127,255})); connect(bypDamExh.y, uBypDamPos) annotation (Line(points={{-10,-48},{-10,-30},{30,-30},{30,140},{-202,140}}, @@ -86,10 +86,10 @@ equation connect(hex.port_a2, damExh.port_b) annotation (Line(points={{10,-6},{50,-6},{50,-30}}, color={0,127,255})); connect(sub.u2, uBypDamPos) - annotation (Line(points={{-102,104},{-160,104},{-160,140},{-202,140}}, + annotation (Line(points={{-102,94},{-160,94},{-160,140},{-202,140}}, color={0,0,127})); connect(uni.y, sub.u1) - annotation (Line(points={{-119,160},{-110,160},{-110,116},{-102,116}}, + annotation (Line(points={{-119,120},{-110,120},{-110,106},{-102,106}}, color={0,0,127})); connect(uRot, booleanToReal.u) annotation (Line(points={{-200,0},{-162,0}}, color={255,0,255})); @@ -100,7 +100,7 @@ equation annotation (Line(points={{58,-20},{-114,-20},{-114,0},{-139,0}}, color={0,0,127})); connect(damSup.port_a, port_a1) - annotation (Line(points={{-60,50},{-100,50},{-100,80},{-180,80}}, + annotation (Line(points={{-60,40},{-100,40},{-100,80},{-180,80}}, color={0,127,255})); connect(port_b2, port_b2) annotation (Line(points={{-180,-60},{-180,-60}}, color={0,127,255})); diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/package.mo index 90cccb03353..07b31a667f4 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/Validation/package.mo @@ -8,13 +8,5 @@ This package contains validation models for the classes in Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.

                                                                -

                                                                -Note that most validation models contain simple input data -which may not be realistic, but for which the correct -output can be obtained through an analytic solution. -The examples plot various outputs, which have been verified against these -solutions. These model outputs are stored as reference data and -used for continuous validation whenever models in the library change. -

                                                                ")); end Validation; diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo index 757b07a0344..7e620e2d49b 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BaseClasses/PartialWheel.mo @@ -46,7 +46,7 @@ partial model PartialWheel iconTransformation(extent={{100,-40},{140,0}}))); Buildings.Controls.OBC.CDL.Interfaces.RealOutput eps(final unit="1") "Sensible heat exchanger effectiveness" - annotation (Placement(transformation(extent={{100,20},{140,60}}), + annotation (Placement(transformation(extent={{100,10},{140,50}}), iconTransformation(extent={{100,0},{140,40}}))); Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.HeatExchangerWithInputEffectiveness hex( @@ -138,7 +138,7 @@ equation connect(port_b2, port_b2) annotation (Line(points={{-180,-60},{-180,-60}}, color={0,127,255})); connect(port_b2, hex.port_b2) - annotation (Line(points={{-180,-60},{-60,-60},{-60,-6},{-10,-6}}, + annotation (Line(points={{-180,-60},{-40,-60},{-40,-6},{-10,-6}}, color={0,127,255})); connect(VSup_flow.y, effCal.VSup_flow) annotation (Line(points={{-139,40},{-110,40},{-110,8},{-102,8}}, @@ -148,8 +148,8 @@ equation color={0,0,127})); connect(effCal.eps, hex.eps) annotation (Line(points={{-78,0},{-12,0}}, color={0,0,127})); - connect(effCal.eps, eps) annotation (Line(points={{-78,0},{-40,0},{-40,40},{ - 120,40}}, + connect(effCal.eps, eps) annotation (Line(points={{-78,0},{-40,0},{-40,30},{ + 120,30}}, color={0,0,127})); annotation ( defaultComponentName="whe", diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo index 024e2610022..772aff561a3 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/BypassDampers.mo @@ -39,7 +39,7 @@ model BypassDampers final m_flow_nominal=m2_flow_nominal, final dpDamper_nominal=dp2_nominal) "Exhaust air bypass damper" - annotation (Placement(transformation(extent={{-20,-70},{-40,-50}}))); + annotation (Placement(transformation(extent={{0,-70},{-20,-50}}))); protected Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter PEle( final k=P_nominal) @@ -60,9 +60,9 @@ equation connect(bypDamSup.port_b, port_b1) annotation (Line(points={{-40,80},{100,80}}, color={0,127,255})); connect(bypDamExh.port_a, port_a2) - annotation (Line(points={{-20,-60},{100,-60}},color={0,127,255})); + annotation (Line(points={{0,-60},{100,-60}}, color={0,127,255})); connect(bypDamExh.port_b, port_b2) - annotation (Line(points={{-40,-60},{-180,-60}}, color={0,127,255})); + annotation (Line(points={{-20,-60},{-180,-60}}, color={0,127,255})); connect(PEle.y, P) annotation (Line(points={{82,-20},{120,-20}}, color={0,0,127})); connect(damExh.port_a, port_a2) @@ -77,7 +77,7 @@ equation annotation (Line(points={{-40,40},{-20,40},{-20,6},{-10,6}}, color={0,127,255})); connect(bypDamExh.y, uBypDamPos) - annotation (Line(points={{-30,-48},{-30,-30},{40,-30},{40,140},{-202,140}}, + annotation (Line(points={{-10,-48},{-10,-30},{30,-30},{30,140},{-202,140}}, color={0,0,127})); connect(hex.port_b1, port_b1) annotation (Line(points={{10,6},{60,6},{60,80},{100,80}}, diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo index b22293c6682..b06813835b7 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/SpeedControlled.mo @@ -17,7 +17,7 @@ protected Modelica.Blocks.Sources.RealExpression PEle( final y=P_nominal*Buildings.Utilities.Math.Functions.polynomial(a=a, x=uSpe)) "Electric power consumption" - annotation (Placement(transformation(extent={{72,-30},{92,-10}}))); + annotation (Placement(transformation(extent={{70,-30},{90,-10}}))); initial equation assert(abs(sum(a)-1) < Modelica.Constants.eps, @@ -27,7 +27,7 @@ initial equation equation connect(P, PEle.y) - annotation (Line(points={{120,-20},{93,-20}}, color={0,0,127})); + annotation (Line(points={{120,-20},{91,-20}}, color={0,0,127})); connect(port_a1, hex.port_a1) annotation (Line(points={{-180,80},{-60,80},{-60, 6},{-10,6}}, color={0,127,255})); connect(hex.port_a2, port_a2) annotation (Line(points={{10,-6},{60,-6},{60,-60}, diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo index 7a39af2c44f..7d91b5522e5 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Sensible/Validation/package.mo @@ -8,13 +8,5 @@ This package contains validation models for the classes in Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.

                                                                -

                                                                -Note that most validation models contain simple input data -which may not be realistic, but for which the correct -output can be obtained through an analytic solution. -The examples plot various outputs, which have been verified against these -solutions. These model outputs are stored as reference data and -used for continuous validation whenever models in the library change. -

                                                                ")); end Validation; From 3cbc5a14022d98bc45c2655d1e0725ba8ad3d749 Mon Sep 17 00:00:00 2001 From: JayHuLBL Date: Fri, 12 Apr 2024 14:20:00 -0700 Subject: [PATCH 177/196] improved text --- .../ThermalWheels/Latent/BaseClasses/Effectiveness.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo index 252608b23b2..42b960ec227 100644 --- a/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo +++ b/Buildings/Fluid/HeatExchangers/ThermalWheels/Latent/BaseClasses/Effectiveness.mo @@ -36,7 +36,7 @@ model Effectiveness Buildings.Controls.OBC.CDL.Interfaces.RealInput VSup_flow(final unit="m3/s") "Supply air volumetric flow rate" annotation (Placement(transformation(extent={{-140,60},{-100,100}}))); - Buildings.Controls.OBC.CDL.Interfaces.RealInput VExh_flow( final unit="m3/s") + Buildings.Controls.OBC.CDL.Interfaces.RealInput VExh_flow(final unit="m3/s") "Exhaust air volumetric flow rate" annotation (Placement(transformation(extent={{-140,20},{-100,60}}))); Buildings.Controls.OBC.CDL.Interfaces.RealInput uSpe( From 7a7e1d610a866b75257869ac7368f190e6af5b3a Mon Sep 17 00:00:00 2001 From: Devaprasad Date: Sat, 13 Apr 2024 15:01:14 -0700 Subject: [PATCH 178/196] Fixed connections in closed loop validfation model --- .../ChilledBeamSystem/ClosedLoopValidation.mo | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo index 2a48b5fd65e..3aa7b95b451 100644 --- a/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo +++ b/Buildings/Examples/ChilledBeamSystem/ClosedLoopValidation.mo @@ -116,9 +116,6 @@ equation connect(DOAScon.yBypDam, eRWtemp.uBypDam) annotation (Line(points={{-23.14,-17}, {-20,-17},{-20,-42},{-102,-42},{-102,-72},{-94.4,-72}}, color={255,0, 255})); - connect(chiBeaTesBed.relHumDOASRet, eRWtemp.TAirRet) annotation (Line(points= - {{12,-31},{24,-31},{24,-36},{38,-36},{38,-94},{-108,-94},{-108,-80},{ - -94.4,-80}}, color={0,0,127})); connect(chiBeaTesBed.OutdoorAirTemp, eRWtemp.TAirOut) annotation (Line(points= {{12,-37.6},{20,-37.6},{20,-40},{26,-40},{26,-96},{-98,-96},{-98,-84}, {-94.4,-84}}, color={0,0,127})); @@ -135,9 +132,6 @@ equation connect(chiBeaTesBed.TDOASDis, DOAScon.TAirDisCoiCoo) annotation (Line(points= {{12,-26},{22,-26},{22,-50},{-24,-50},{-24,-34},{-74,-34},{-74,-22.6}, {-54.6,-22.6}}, color={0,0,127})); - connect(DOAScon.phiAirRet, eRWtemp.TAirRet) annotation (Line(points={{-54.6,-10}, - {-86,-10},{-86,-12},{-118,-12},{-118,-90},{-108,-90},{-108,-80},{-94.4, - -80}}, color={0,0,127})); connect(chiBeaTesBed.dPDOASAir, DOAScon.dPAirDucSta) annotation (Line(points= {{12,-10.8},{30,-10.8},{30,-10},{50,-10},{50,24},{-28,24},{-28,6},{-62, 6},{-62,-7.6},{-54.6,-7.6}}, color={0,0,127})); @@ -150,8 +144,8 @@ equation connect(DOAScon.TAirSup, DOAScon.TAirDisCoiCoo) annotation (Line(points={{-54.6, -15.2},{-72,-15.2},{-72,-22.6},{-54.6,-22.6}}, color={0,0,127})); connect(chiBeaTesBed.rAT, DOAScon.TAirRet) annotation (Line(points={{12,-34.4}, - {28,-34.4},{28,-34},{46,-34},{46,-68},{-72,-68},{-72,-46},{-80,-46},{ - -80,-17.6},{-54.6,-17.6}}, color={0,0,127})); + {36,-34.4},{36,-34},{46,-34},{46,-94},{-106,-94},{-106,-17.6},{-54.6, + -17.6}}, color={0,0,127})); connect(DOAScon.TAirOut, chiBeaTesBed.OutdoorAirTemp) annotation (Line(points= {{-54.6,-20.2},{-92,-20.2},{-92,-56},{-52,-56},{-52,-72},{-12,-72},{-12, -48},{18,-48},{18,-37.6},{12,-37.6}}, color={0,0,127})); @@ -199,6 +193,12 @@ equation -4.6},{-17.57,-4.6},{-17.57,-14},{-12,-14}}, color={255,0,255})); connect(reaScaRep.y, terCon.TZonHeaSet) annotation (Line(points={{-14,98},{0,98}, {0,68},{20,68},{20,67.75},{40,67.75}}, color={0,0,127})); + connect(chiBeaTesBed.rAT, eRWtemp.TAirRet) annotation (Line(points={{12,-34.4}, + {36,-34.4},{36,-34},{46,-34},{46,-94},{-106,-94},{-106,-80},{-94.4, + -80}}, color={0,0,127})); + connect(chiBeaTesBed.relHumDOASRet, DOAScon.phiAirRet) annotation (Line( + points={{12,-31},{30,-31},{30,-52},{-76,-52},{-76,-10},{-54.6,-10}}, + color={0,0,127})); annotation ( Icon(coordinateSystem(preserveAspectRatio = false, extent = {{-100, -100}, {100, 100}})), Diagram(coordinateSystem(preserveAspectRatio = false, extent = {{-160, -100}, {160, 100}})), From 6e64aac96d7e026cba1e48e07e6dd535e383791d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:36:39 -0700 Subject: [PATCH 179/196] Bump idna in /Buildings/Resources/Documentation/userGuide (#3797) Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.3...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Wetter From 13987ad5d78ae5c585261b2a20600acbba03eb80 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Wed, 17 Apr 2024 01:29:58 -0700 Subject: [PATCH 180/196] Corrected broken hyperlinks (#3801) --- .../DHC/Loads/{Loads => }/FlowDistribution1.png | Bin .../DHC/Loads/{Loads => }/FlowDistribution1.svg | 0 .../DHC/Loads/{Loads => }/FlowDistribution2.png | Bin .../DHC/Loads/{Loads => }/FlowDistribution2.svg | 0 .../DHC/Loads/{Loads => }/PartialBuilding.png | Bin .../DHC/Loads/{Loads => }/PartialBuilding.svg | 0 .../{Loads => }/PartialBuildingWithPartialETS.png | Bin .../{Loads => }/PartialBuildingWithPartialETS.svg | 0 Buildings/ThermalZones/Detailed/UsersGuide.mo | 2 +- .../Plotters/Examples/SingleZoneVAVSupply_u.mo | 2 +- 10 files changed, 2 insertions(+), 2 deletions(-) rename Buildings/Resources/Images/DHC/Loads/{Loads => }/FlowDistribution1.png (100%) rename Buildings/Resources/Images/DHC/Loads/{Loads => }/FlowDistribution1.svg (100%) rename Buildings/Resources/Images/DHC/Loads/{Loads => }/FlowDistribution2.png (100%) rename Buildings/Resources/Images/DHC/Loads/{Loads => }/FlowDistribution2.svg (100%) rename Buildings/Resources/Images/DHC/Loads/{Loads => }/PartialBuilding.png (100%) rename Buildings/Resources/Images/DHC/Loads/{Loads => }/PartialBuilding.svg (100%) rename Buildings/Resources/Images/DHC/Loads/{Loads => }/PartialBuildingWithPartialETS.png (100%) rename Buildings/Resources/Images/DHC/Loads/{Loads => }/PartialBuildingWithPartialETS.svg (100%) diff --git a/Buildings/Resources/Images/DHC/Loads/Loads/FlowDistribution1.png b/Buildings/Resources/Images/DHC/Loads/FlowDistribution1.png similarity index 100% rename from Buildings/Resources/Images/DHC/Loads/Loads/FlowDistribution1.png rename to Buildings/Resources/Images/DHC/Loads/FlowDistribution1.png diff --git a/Buildings/Resources/Images/DHC/Loads/Loads/FlowDistribution1.svg b/Buildings/Resources/Images/DHC/Loads/FlowDistribution1.svg similarity index 100% rename from Buildings/Resources/Images/DHC/Loads/Loads/FlowDistribution1.svg rename to Buildings/Resources/Images/DHC/Loads/FlowDistribution1.svg diff --git a/Buildings/Resources/Images/DHC/Loads/Loads/FlowDistribution2.png b/Buildings/Resources/Images/DHC/Loads/FlowDistribution2.png similarity index 100% rename from Buildings/Resources/Images/DHC/Loads/Loads/FlowDistribution2.png rename to Buildings/Resources/Images/DHC/Loads/FlowDistribution2.png diff --git a/Buildings/Resources/Images/DHC/Loads/Loads/FlowDistribution2.svg b/Buildings/Resources/Images/DHC/Loads/FlowDistribution2.svg similarity index 100% rename from Buildings/Resources/Images/DHC/Loads/Loads/FlowDistribution2.svg rename to Buildings/Resources/Images/DHC/Loads/FlowDistribution2.svg diff --git a/Buildings/Resources/Images/DHC/Loads/Loads/PartialBuilding.png b/Buildings/Resources/Images/DHC/Loads/PartialBuilding.png similarity index 100% rename from Buildings/Resources/Images/DHC/Loads/Loads/PartialBuilding.png rename to Buildings/Resources/Images/DHC/Loads/PartialBuilding.png diff --git a/Buildings/Resources/Images/DHC/Loads/Loads/PartialBuilding.svg b/Buildings/Resources/Images/DHC/Loads/PartialBuilding.svg similarity index 100% rename from Buildings/Resources/Images/DHC/Loads/Loads/PartialBuilding.svg rename to Buildings/Resources/Images/DHC/Loads/PartialBuilding.svg diff --git a/Buildings/Resources/Images/DHC/Loads/Loads/PartialBuildingWithPartialETS.png b/Buildings/Resources/Images/DHC/Loads/PartialBuildingWithPartialETS.png similarity index 100% rename from Buildings/Resources/Images/DHC/Loads/Loads/PartialBuildingWithPartialETS.png rename to Buildings/Resources/Images/DHC/Loads/PartialBuildingWithPartialETS.png diff --git a/Buildings/Resources/Images/DHC/Loads/Loads/PartialBuildingWithPartialETS.svg b/Buildings/Resources/Images/DHC/Loads/PartialBuildingWithPartialETS.svg similarity index 100% rename from Buildings/Resources/Images/DHC/Loads/Loads/PartialBuildingWithPartialETS.svg rename to Buildings/Resources/Images/DHC/Loads/PartialBuildingWithPartialETS.svg diff --git a/Buildings/ThermalZones/Detailed/UsersGuide.mo b/Buildings/ThermalZones/Detailed/UsersGuide.mo index 7549dce8dfc..30bdb818872 100644 --- a/Buildings/ThermalZones/Detailed/UsersGuide.mo +++ b/Buildings/ThermalZones/Detailed/UsersGuide.mo @@ -989,7 +989,7 @@ port 2 etc.

                                                                Wangda Zuo, Michael Wetter, Wei Tian, Dan Li, Mingang Jin, Qingyan Chen.
                                                                -
                                                                + Coupling Indoor Airflow, HVAC, Control and Building Envelope Heat Transfer in the Modelica Buildings Library.
                                                                diff --git a/Buildings/Utilities/Plotters/Examples/SingleZoneVAVSupply_u.mo b/Buildings/Utilities/Plotters/Examples/SingleZoneVAVSupply_u.mo index faac5764003..1a384ae22a1 100644 --- a/Buildings/Utilities/Plotters/Examples/SingleZoneVAVSupply_u.mo +++ b/Buildings/Utilities/Plotters/Examples/SingleZoneVAVSupply_u.mo @@ -137,7 +137,7 @@ The plot will be generated in the file plots.html.

                                                                \"Image +src=\"modelica://Buildings/Resources/Images/Controls/OBC/ASHRAE/G36/AHUs/SingleZone/VAV/SetPoints/Supply_Temperature.png\"/>

                                                                ", revisions="